#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_ABL_Enemy_Investigate_Idle_Start_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle_Start \ static_assert(alignof(ABL_Enemy_Investigate_Idle_Start_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle_Start) == 0x000008, "Wrong alignment on ABL_Enemy_Investigate_Idle_Start_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle_Start"); \ static_assert(sizeof(ABL_Enemy_Investigate_Idle_Start_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle_Start) == 0x000010, "Wrong size on ABL_Enemy_Investigate_Idle_Start_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle_Start"); \ static_assert(offsetof(ABL_Enemy_Investigate_Idle_Start_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle_Start, EntryPoint) == 0x000000, "Member 'ABL_Enemy_Investigate_Idle_Start_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle_Start::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Investigate_Idle_Start_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle_Start, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_Investigate_Idle_Start_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle_Start::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Investigate_Idle_Start_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_Investigate_Idle_Start_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_Investigate_Idle_Start_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_Investigate_Idle_Start_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_Investigate_Idle_Start_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_Investigate_Idle_Start_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_Investigate_Idle_Start_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Investigate_Idle_Start_C \ static_assert(alignof(UABL_Enemy_Investigate_Idle_Start_C) == 0x000008, "Wrong alignment on UABL_Enemy_Investigate_Idle_Start_C"); \ static_assert(sizeof(UABL_Enemy_Investigate_Idle_Start_C) == 0x0000D0, "Wrong size on UABL_Enemy_Investigate_Idle_Start_C"); \ static_assert(offsetof(UABL_Enemy_Investigate_Idle_Start_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_Investigate_Idle_Start_C::UberGraphFrame' 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_FFallbackStruct \ static_assert(alignof(FFallbackStruct) == 0x000001, "Wrong alignment on FFallbackStruct"); \ static_assert(sizeof(FFallbackStruct) == 0x000001, "Wrong size on FFallbackStruct"); \ #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_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_FVector \ static_assert(alignof(FVector) == 0x000004, "Wrong alignment on FVector"); \ static_assert(sizeof(FVector) == 0x00000C, "Wrong size on FVector"); \ static_assert(offsetof(FVector, X) == 0x000000, "Member 'FVector::X' has a wrong offset!"); \ static_assert(offsetof(FVector, Y) == 0x000004, "Member 'FVector::Y' has a wrong offset!"); \ static_assert(offsetof(FVector, Z) == 0x000008, "Member 'FVector::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVector4 \ static_assert(alignof(FVector4) == 0x000010, "Wrong alignment on FVector4"); \ static_assert(sizeof(FVector4) == 0x000010, "Wrong size on FVector4"); \ static_assert(offsetof(FVector4, X) == 0x000000, "Member 'FVector4::X' has a wrong offset!"); \ static_assert(offsetof(FVector4, Y) == 0x000004, "Member 'FVector4::Y' has a wrong offset!"); \ static_assert(offsetof(FVector4, Z) == 0x000008, "Member 'FVector4::Z' has a wrong offset!"); \ static_assert(offsetof(FVector4, W) == 0x00000C, "Member 'FVector4::W' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_FPlane \ static_assert(alignof(FPlane) == 0x000010, "Wrong alignment on FPlane"); \ static_assert(sizeof(FPlane) == 0x000010, "Wrong size on FPlane"); \ static_assert(offsetof(FPlane, W) == 0x00000C, "Member 'FPlane::W' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRotator \ static_assert(alignof(FRotator) == 0x000004, "Wrong alignment on FRotator"); \ static_assert(sizeof(FRotator) == 0x00000C, "Wrong size on FRotator"); \ static_assert(offsetof(FRotator, Pitch) == 0x000000, "Member 'FRotator::Pitch' has a wrong offset!"); \ static_assert(offsetof(FRotator, Yaw) == 0x000004, "Member 'FRotator::Yaw' has a wrong offset!"); \ static_assert(offsetof(FRotator, Roll) == 0x000008, "Member 'FRotator::Roll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FAutomationEvent \ static_assert(alignof(FAutomationEvent) == 0x000008, "Wrong alignment on FAutomationEvent"); \ static_assert(sizeof(FAutomationEvent) == 0x000038, "Wrong size on FAutomationEvent"); \ static_assert(offsetof(FAutomationEvent, Type) == 0x000000, "Member 'FAutomationEvent::Type' has a wrong offset!"); \ static_assert(offsetof(FAutomationEvent, Message) == 0x000008, "Member 'FAutomationEvent::Message' has a wrong offset!"); \ static_assert(offsetof(FAutomationEvent, Context) == 0x000018, "Member 'FAutomationEvent::Context' has a wrong offset!"); \ static_assert(offsetof(FAutomationEvent, Artifact) == 0x000028, "Member 'FAutomationEvent::Artifact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDateTime \ static_assert(alignof(FDateTime) == 0x000008, "Wrong alignment on FDateTime"); \ static_assert(sizeof(FDateTime) == 0x000008, "Wrong size on FDateTime"); \ #define DUMPER7_ASSERTS_FAutomationExecutionEntry \ static_assert(alignof(FAutomationExecutionEntry) == 0x000008, "Wrong alignment on FAutomationExecutionEntry"); \ static_assert(sizeof(FAutomationExecutionEntry) == 0x000058, "Wrong size on FAutomationExecutionEntry"); \ static_assert(offsetof(FAutomationExecutionEntry, Event) == 0x000000, "Member 'FAutomationExecutionEntry::Event' has a wrong offset!"); \ static_assert(offsetof(FAutomationExecutionEntry, Filename) == 0x000038, "Member 'FAutomationExecutionEntry::Filename' has a wrong offset!"); \ static_assert(offsetof(FAutomationExecutionEntry, LineNumber) == 0x000048, "Member 'FAutomationExecutionEntry::LineNumber' has a wrong offset!"); \ static_assert(offsetof(FAutomationExecutionEntry, Timestamp) == 0x000050, "Member 'FAutomationExecutionEntry::Timestamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_UGCObjectReferencer \ static_assert(alignof(UGCObjectReferencer) == 0x000008, "Wrong alignment on UGCObjectReferencer"); \ static_assert(sizeof(UGCObjectReferencer) == 0x000070, "Wrong size on UGCObjectReferencer"); \ #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_ULinkerPlaceholderExportObject \ static_assert(alignof(ULinkerPlaceholderExportObject) == 0x000008, "Wrong alignment on ULinkerPlaceholderExportObject"); \ static_assert(sizeof(ULinkerPlaceholderExportObject) == 0x0000F0, "Wrong size on ULinkerPlaceholderExportObject"); \ #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_UTextBuffer \ static_assert(alignof(UTextBuffer) == 0x000008, "Wrong alignment on UTextBuffer"); \ static_assert(sizeof(UTextBuffer) == 0x000050, "Wrong size on UTextBuffer"); \ #define DUMPER7_ASSERTS_UField \ static_assert(alignof(UField) == 0x000008, "Wrong alignment on UField"); \ static_assert(sizeof(UField) == 0x000030, "Wrong size on UField"); \ static_assert(offsetof(UField, Next) == 0x000028, "Member 'UField::Next' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStruct \ static_assert(alignof(UStruct) == 0x000008, "Wrong alignment on UStruct"); \ static_assert(sizeof(UStruct) == 0x0000B0, "Wrong size on UStruct"); \ static_assert(offsetof(UStruct, Super) == 0x000040, "Member 'UStruct::Super' has a wrong offset!"); \ static_assert(offsetof(UStruct, Children) == 0x000048, "Member 'UStruct::Children' has a wrong offset!"); \ static_assert(offsetof(UStruct, ChildProperties) == 0x000050, "Member 'UStruct::ChildProperties' has a wrong offset!"); \ static_assert(offsetof(UStruct, Size) == 0x000058, "Member 'UStruct::Size' has a wrong offset!"); \ static_assert(offsetof(UStruct, MinAlignment) == 0x00005C, "Member 'UStruct::MinAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_ULinkerPlaceholderClass \ static_assert(alignof(ULinkerPlaceholderClass) == 0x000008, "Wrong alignment on ULinkerPlaceholderClass"); \ static_assert(sizeof(ULinkerPlaceholderClass) == 0x0003E8, "Wrong size on ULinkerPlaceholderClass"); \ #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_UPropertyWrapper \ static_assert(alignof(UPropertyWrapper) == 0x000008, "Wrong alignment on UPropertyWrapper"); \ static_assert(sizeof(UPropertyWrapper) == 0x000030, "Wrong size on UPropertyWrapper"); \ #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_UProperty \ static_assert(alignof(UProperty) == 0x000008, "Wrong alignment on UProperty"); \ static_assert(sizeof(UProperty) == 0x000070, "Wrong size on UProperty"); \ #define DUMPER7_ASSERTS_UTextProperty \ static_assert(alignof(UTextProperty) == 0x000008, "Wrong alignment on UTextProperty"); \ static_assert(sizeof(UTextProperty) == 0x000070, "Wrong size on UTextProperty"); \ #define DUMPER7_ASSERTS_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_ULinkerPlaceholderFunction \ static_assert(alignof(ULinkerPlaceholderFunction) == 0x000008, "Wrong alignment on ULinkerPlaceholderFunction"); \ static_assert(sizeof(ULinkerPlaceholderFunction) == 0x000298, "Wrong size on ULinkerPlaceholderFunction"); \ #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_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_UObjectPropertyBase \ static_assert(alignof(UObjectPropertyBase) == 0x000008, "Wrong alignment on UObjectPropertyBase"); \ static_assert(sizeof(UObjectPropertyBase) == 0x000078, "Wrong size on UObjectPropertyBase"); \ #define DUMPER7_ASSERTS_USoftObjectProperty \ static_assert(alignof(USoftObjectProperty) == 0x000008, "Wrong alignment on USoftObjectProperty"); \ static_assert(sizeof(USoftObjectProperty) == 0x000078, "Wrong size on USoftObjectProperty"); \ #define DUMPER7_ASSERTS_USoftClassProperty \ static_assert(alignof(USoftClassProperty) == 0x000008, "Wrong alignment on USoftClassProperty"); \ static_assert(sizeof(USoftClassProperty) == 0x000080, "Wrong size on USoftClassProperty"); \ #define DUMPER7_ASSERTS_UEnumProperty \ static_assert(alignof(UEnumProperty) == 0x000008, "Wrong alignment on UEnumProperty"); \ static_assert(sizeof(UEnumProperty) == 0x000080, "Wrong size on UEnumProperty"); \ #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_UArrayProperty \ static_assert(alignof(UArrayProperty) == 0x000008, "Wrong alignment on UArrayProperty"); \ static_assert(sizeof(UArrayProperty) == 0x000078, "Wrong size on UArrayProperty"); \ #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_UUInt64Property \ static_assert(alignof(UUInt64Property) == 0x000008, "Wrong alignment on UUInt64Property"); \ static_assert(sizeof(UUInt64Property) == 0x000070, "Wrong size on UUInt64Property"); \ #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_UStructProperty \ static_assert(alignof(UStructProperty) == 0x000008, "Wrong alignment on UStructProperty"); \ static_assert(sizeof(UStructProperty) == 0x000078, "Wrong size on UStructProperty"); \ #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_UStrProperty \ static_assert(alignof(UStrProperty) == 0x000008, "Wrong alignment on UStrProperty"); \ static_assert(sizeof(UStrProperty) == 0x000070, "Wrong size on UStrProperty"); \ #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_ULazyObjectProperty \ static_assert(alignof(ULazyObjectProperty) == 0x000008, "Wrong alignment on ULazyObjectProperty"); \ static_assert(sizeof(ULazyObjectProperty) == 0x000078, "Wrong size on ULazyObjectProperty"); \ #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_UInterfaceProperty \ static_assert(alignof(UInterfaceProperty) == 0x000008, "Wrong alignment on UInterfaceProperty"); \ static_assert(sizeof(UInterfaceProperty) == 0x000078, "Wrong size on UInterfaceProperty"); \ #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_USetProperty \ static_assert(alignof(USetProperty) == 0x000008, "Wrong alignment on USetProperty"); \ static_assert(sizeof(USetProperty) == 0x000090, "Wrong size on USetProperty"); \ #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_UNameProperty \ static_assert(alignof(UNameProperty) == 0x000008, "Wrong alignment on UNameProperty"); \ static_assert(sizeof(UNameProperty) == 0x000070, "Wrong size on UNameProperty"); \ #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_UUInt32Property \ static_assert(alignof(UUInt32Property) == 0x000008, "Wrong alignment on UUInt32Property"); \ static_assert(sizeof(UUInt32Property) == 0x000070, "Wrong size on UUInt32Property"); \ #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_UUInt16Property \ static_assert(alignof(UUInt16Property) == 0x000008, "Wrong alignment on UUInt16Property"); \ static_assert(sizeof(UUInt16Property) == 0x000070, "Wrong size on UUInt16Property"); \ #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_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_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_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_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_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_FFloatDistribution \ static_assert(alignof(FFloatDistribution) == 0x000008, "Wrong alignment on FFloatDistribution"); \ static_assert(sizeof(FFloatDistribution) == 0x000020, "Wrong size on FFloatDistribution"); \ static_assert(offsetof(FFloatDistribution, Table) == 0x000000, "Member 'FFloatDistribution::Table' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVectorDistribution \ static_assert(alignof(FVectorDistribution) == 0x000008, "Wrong alignment on FVectorDistribution"); \ static_assert(sizeof(FVectorDistribution) == 0x000020, "Wrong size on FVectorDistribution"); \ static_assert(offsetof(FVectorDistribution, Table) == 0x000000, "Member 'FVectorDistribution::Table' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_FCompressedRichCurve \ static_assert(alignof(FCompressedRichCurve) == 0x000008, "Wrong alignment on FCompressedRichCurve"); \ static_assert(sizeof(FCompressedRichCurve) == 0x000018, "Wrong size on FCompressedRichCurve"); \ #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_FBlueprintInputDelegateBinding \ static_assert(alignof(FBlueprintInputDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputDelegateBinding"); \ static_assert(sizeof(FBlueprintInputDelegateBinding) == 0x000004, "Wrong size on FBlueprintInputDelegateBinding"); \ #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_FNavAgentSelector \ static_assert(alignof(FNavAgentSelector) == 0x000004, "Wrong alignment on FNavAgentSelector"); \ static_assert(sizeof(FNavAgentSelector) == 0x000004, "Wrong size on FNavAgentSelector"); \ #define DUMPER7_ASSERTS_FNavigationLinkBase \ static_assert(alignof(FNavigationLinkBase) == 0x000008, "Wrong alignment on FNavigationLinkBase"); \ static_assert(sizeof(FNavigationLinkBase) == 0x000030, "Wrong size on FNavigationLinkBase"); \ static_assert(offsetof(FNavigationLinkBase, LeftProjectHeight) == 0x000000, "Member 'FNavigationLinkBase::LeftProjectHeight' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, MaxFallDownLength) == 0x000004, "Member 'FNavigationLinkBase::MaxFallDownLength' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, SnapRadius) == 0x00000C, "Member 'FNavigationLinkBase::SnapRadius' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, SnapHeight) == 0x000010, "Member 'FNavigationLinkBase::SnapHeight' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, SupportedAgents) == 0x000014, "Member 'FNavigationLinkBase::SupportedAgents' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, Direction) == 0x00001C, "Member 'FNavigationLinkBase::Direction' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, AreaClass) == 0x000020, "Member 'FNavigationLinkBase::AreaClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavigationLink \ static_assert(alignof(FNavigationLink) == 0x000008, "Wrong alignment on FNavigationLink"); \ static_assert(sizeof(FNavigationLink) == 0x000048, "Wrong size on FNavigationLink"); \ static_assert(offsetof(FNavigationLink, Left) == 0x000030, "Member 'FNavigationLink::Left' has a wrong offset!"); \ static_assert(offsetof(FNavigationLink, Right) == 0x00003C, "Member 'FNavigationLink::Right' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FAnimUpdateRateParameters \ static_assert(alignof(FAnimUpdateRateParameters) == 0x000008, "Wrong alignment on FAnimUpdateRateParameters"); \ static_assert(sizeof(FAnimUpdateRateParameters) == 0x000090, "Wrong size on FAnimUpdateRateParameters"); \ static_assert(offsetof(FAnimUpdateRateParameters, ShiftBucket) == 0x000001, "Member 'FAnimUpdateRateParameters::ShiftBucket' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, ForceRate) == 0x000004, "Member 'FAnimUpdateRateParameters::ForceRate' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, UpdateRate) == 0x000008, "Member 'FAnimUpdateRateParameters::UpdateRate' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, EvaluationRate) == 0x00000C, "Member 'FAnimUpdateRateParameters::EvaluationRate' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, TickedPoseOffestTime) == 0x000010, "Member 'FAnimUpdateRateParameters::TickedPoseOffestTime' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, AdditionalTime) == 0x000014, "Member 'FAnimUpdateRateParameters::AdditionalTime' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, BaseNonRenderedUpdateRate) == 0x00001C, "Member 'FAnimUpdateRateParameters::BaseNonRenderedUpdateRate' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, MaxEvalRateForInterpolation) == 0x000020, "Member 'FAnimUpdateRateParameters::MaxEvalRateForInterpolation' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, BaseVisibleDistanceFactorThesholds) == 0x000028, "Member 'FAnimUpdateRateParameters::BaseVisibleDistanceFactorThesholds' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, LODToFrameSkipMap) == 0x000038, "Member 'FAnimUpdateRateParameters::LODToFrameSkipMap' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, SkippedUpdateFrames) == 0x000088, "Member 'FAnimUpdateRateParameters::SkippedUpdateFrames' has a wrong offset!"); \ static_assert(offsetof(FAnimUpdateRateParameters, SkippedEvalFrames) == 0x00008C, "Member 'FAnimUpdateRateParameters::SkippedEvalFrames' 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_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_FBranchingPointNotifyPayload \ static_assert(alignof(FBranchingPointNotifyPayload) == 0x000008, "Wrong alignment on FBranchingPointNotifyPayload"); \ static_assert(sizeof(FBranchingPointNotifyPayload) == 0x000020, "Wrong size on FBranchingPointNotifyPayload"); \ #define DUMPER7_ASSERTS_FFilePath \ static_assert(alignof(FFilePath) == 0x000008, "Wrong alignment on FFilePath"); \ static_assert(sizeof(FFilePath) == 0x000010, "Wrong size on FFilePath"); \ static_assert(offsetof(FFilePath, FilePath) == 0x000000, "Member 'FFilePath::FilePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FImportFactorySettingValues \ static_assert(alignof(FImportFactorySettingValues) == 0x000008, "Wrong alignment on FImportFactorySettingValues"); \ static_assert(sizeof(FImportFactorySettingValues) == 0x000020, "Wrong size on FImportFactorySettingValues"); \ static_assert(offsetof(FImportFactorySettingValues, SettingName) == 0x000000, "Member 'FImportFactorySettingValues::SettingName' has a wrong offset!"); \ static_assert(offsetof(FImportFactorySettingValues, Value) == 0x000010, "Member 'FImportFactorySettingValues::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEditorImportWorkflowDefinition \ static_assert(alignof(FEditorImportWorkflowDefinition) == 0x000008, "Wrong alignment on FEditorImportWorkflowDefinition"); \ static_assert(sizeof(FEditorImportWorkflowDefinition) == 0x000020, "Wrong size on FEditorImportWorkflowDefinition"); \ static_assert(offsetof(FEditorImportWorkflowDefinition, ImportFilePath) == 0x000000, "Member 'FEditorImportWorkflowDefinition::ImportFilePath' has a wrong offset!"); \ static_assert(offsetof(FEditorImportWorkflowDefinition, FactorySettings) == 0x000010, "Member 'FEditorImportWorkflowDefinition::FactorySettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_FMaterialAttributesInput \ static_assert(alignof(FMaterialAttributesInput) == 0x000008, "Wrong alignment on FMaterialAttributesInput"); \ static_assert(sizeof(FMaterialAttributesInput) == 0x000020, "Wrong size on FMaterialAttributesInput"); \ static_assert(offsetof(FMaterialAttributesInput, PropertyConnectedBitmask) == 0x000018, "Member 'FMaterialAttributesInput::PropertyConnectedBitmask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterNetworkSerializationPackedBits \ static_assert(alignof(FCharacterNetworkSerializationPackedBits) == 0x000008, "Wrong alignment on FCharacterNetworkSerializationPackedBits"); \ static_assert(sizeof(FCharacterNetworkSerializationPackedBits) == 0x000098, "Wrong size on FCharacterNetworkSerializationPackedBits"); \ #define DUMPER7_ASSERTS_FCharacterServerMovePackedBits \ static_assert(alignof(FCharacterServerMovePackedBits) == 0x000008, "Wrong alignment on FCharacterServerMovePackedBits"); \ static_assert(sizeof(FCharacterServerMovePackedBits) == 0x000098, "Wrong size on FCharacterServerMovePackedBits"); \ #define DUMPER7_ASSERTS_FRichCurveKey \ static_assert(alignof(FRichCurveKey) == 0x000004, "Wrong alignment on FRichCurveKey"); \ static_assert(sizeof(FRichCurveKey) == 0x00001C, "Wrong size on FRichCurveKey"); \ static_assert(offsetof(FRichCurveKey, InterpMode) == 0x000000, "Member 'FRichCurveKey::InterpMode' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, TangentMode) == 0x000001, "Member 'FRichCurveKey::TangentMode' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, TangentWeightMode) == 0x000002, "Member 'FRichCurveKey::TangentWeightMode' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, Time) == 0x000004, "Member 'FRichCurveKey::Time' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, Value) == 0x000008, "Member 'FRichCurveKey::Value' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, ArriveTangent) == 0x00000C, "Member 'FRichCurveKey::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, ArriveTangentWeight) == 0x000010, "Member 'FRichCurveKey::ArriveTangentWeight' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, LeaveTangent) == 0x000014, "Member 'FRichCurveKey::LeaveTangent' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, LeaveTangentWeight) == 0x000018, "Member 'FRichCurveKey::LeaveTangentWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FKeyHandleMap \ static_assert(alignof(FKeyHandleMap) == 0x000008, "Wrong alignment on FKeyHandleMap"); \ static_assert(sizeof(FKeyHandleMap) == 0x000060, "Wrong size on FKeyHandleMap"); \ #define DUMPER7_ASSERTS_FIndexedCurve \ static_assert(alignof(FIndexedCurve) == 0x000008, "Wrong alignment on FIndexedCurve"); \ static_assert(sizeof(FIndexedCurve) == 0x000068, "Wrong size on FIndexedCurve"); \ static_assert(offsetof(FIndexedCurve, KeyHandlesToIndices) == 0x000008, "Member 'FIndexedCurve::KeyHandlesToIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRealCurve \ static_assert(alignof(FRealCurve) == 0x000008, "Wrong alignment on FRealCurve"); \ static_assert(sizeof(FRealCurve) == 0x000070, "Wrong size on FRealCurve"); \ static_assert(offsetof(FRealCurve, DefaultValue) == 0x000068, "Member 'FRealCurve::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FRealCurve, PreInfinityExtrap) == 0x00006C, "Member 'FRealCurve::PreInfinityExtrap' has a wrong offset!"); \ static_assert(offsetof(FRealCurve, PostInfinityExtrap) == 0x00006D, "Member 'FRealCurve::PostInfinityExtrap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRichCurve \ static_assert(alignof(FRichCurve) == 0x000008, "Wrong alignment on FRichCurve"); \ static_assert(sizeof(FRichCurve) == 0x000080, "Wrong size on FRichCurve"); \ static_assert(offsetof(FRichCurve, Keys) == 0x000070, "Member 'FRichCurve::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSmartName \ static_assert(alignof(FSmartName) == 0x000004, "Wrong alignment on FSmartName"); \ static_assert(sizeof(FSmartName) == 0x00000C, "Wrong size on FSmartName"); \ static_assert(offsetof(FSmartName, DisplayName) == 0x000000, "Member 'FSmartName::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimCurveBase \ static_assert(alignof(FAnimCurveBase) == 0x000004, "Wrong alignment on FAnimCurveBase"); \ static_assert(sizeof(FAnimCurveBase) == 0x000018, "Wrong size on FAnimCurveBase"); \ static_assert(offsetof(FAnimCurveBase, LastObservedName) == 0x000000, "Member 'FAnimCurveBase::LastObservedName' has a wrong offset!"); \ static_assert(offsetof(FAnimCurveBase, Name) == 0x000008, "Member 'FAnimCurveBase::Name' has a wrong offset!"); \ static_assert(offsetof(FAnimCurveBase, CurveTypeFlags) == 0x000014, "Member 'FAnimCurveBase::CurveTypeFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVectorCurve \ static_assert(alignof(FVectorCurve) == 0x000008, "Wrong alignment on FVectorCurve"); \ static_assert(sizeof(FVectorCurve) == 0x000198, "Wrong size on FVectorCurve"); \ static_assert(offsetof(FVectorCurve, FloatCurves) == 0x000018, "Member 'FVectorCurve::FloatCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FColorMaterialInput \ static_assert(alignof(FColorMaterialInput) == 0x000004, "Wrong alignment on FColorMaterialInput"); \ static_assert(sizeof(FColorMaterialInput) == 0x000014, "Wrong size on FColorMaterialInput"); \ #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_FScalarMaterialInput \ static_assert(alignof(FScalarMaterialInput) == 0x000004, "Wrong alignment on FScalarMaterialInput"); \ static_assert(sizeof(FScalarMaterialInput) == 0x000014, "Wrong size on FScalarMaterialInput"); \ #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_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_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_FRuntimeCurveVector \ static_assert(alignof(FRuntimeCurveVector) == 0x000008, "Wrong alignment on FRuntimeCurveVector"); \ static_assert(sizeof(FRuntimeCurveVector) == 0x000188, "Wrong size on FRuntimeCurveVector"); \ static_assert(offsetof(FRuntimeCurveVector, VectorCurves) == 0x000000, "Member 'FRuntimeCurveVector::VectorCurves' has a wrong offset!"); \ static_assert(offsetof(FRuntimeCurveVector, ExternalCurve) == 0x000180, "Member 'FRuntimeCurveVector::ExternalCurve' 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_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_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_FVectorMaterialInput \ static_assert(alignof(FVectorMaterialInput) == 0x000004, "Wrong alignment on FVectorMaterialInput"); \ static_assert(sizeof(FVectorMaterialInput) == 0x000014, "Wrong size on FVectorMaterialInput"); \ #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_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_FSoundClassEditorData \ static_assert(alignof(FSoundClassEditorData) == 0x000004, "Wrong alignment on FSoundClassEditorData"); \ static_assert(sizeof(FSoundClassEditorData) == 0x000008, "Wrong size on FSoundClassEditorData"); \ #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_FSkeletalMeshSamplingLODBuiltData \ static_assert(alignof(FSkeletalMeshSamplingLODBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingLODBuiltData"); \ static_assert(sizeof(FSkeletalMeshSamplingLODBuiltData) == 0x000048, "Wrong size on FSkeletalMeshSamplingLODBuiltData"); \ #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_FVector_NetQuantize \ static_assert(alignof(FVector_NetQuantize) == 0x000004, "Wrong alignment on FVector_NetQuantize"); \ static_assert(sizeof(FVector_NetQuantize) == 0x00000C, "Wrong size on FVector_NetQuantize"); \ #define DUMPER7_ASSERTS_FVector_NetQuantizeNormal \ static_assert(alignof(FVector_NetQuantizeNormal) == 0x000004, "Wrong alignment on FVector_NetQuantizeNormal"); \ static_assert(sizeof(FVector_NetQuantizeNormal) == 0x00000C, "Wrong size on FVector_NetQuantizeNormal"); \ #define DUMPER7_ASSERTS_FHitResult \ static_assert(alignof(FHitResult) == 0x000004, "Wrong alignment on FHitResult"); \ static_assert(sizeof(FHitResult) == 0x000088, "Wrong size on FHitResult"); \ static_assert(offsetof(FHitResult, FaceIndex) == 0x000000, "Member 'FHitResult::FaceIndex' has a wrong offset!"); \ static_assert(offsetof(FHitResult, Time) == 0x000004, "Member 'FHitResult::Time' has a wrong offset!"); \ static_assert(offsetof(FHitResult, Distance) == 0x000008, "Member 'FHitResult::Distance' has a wrong offset!"); \ static_assert(offsetof(FHitResult, Location) == 0x00000C, "Member 'FHitResult::Location' has a wrong offset!"); \ static_assert(offsetof(FHitResult, ImpactPoint) == 0x000018, "Member 'FHitResult::ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(FHitResult, normal) == 0x000024, "Member 'FHitResult::normal' has a wrong offset!"); \ static_assert(offsetof(FHitResult, ImpactNormal) == 0x000030, "Member 'FHitResult::ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(FHitResult, TraceStart) == 0x00003C, "Member 'FHitResult::TraceStart' has a wrong offset!"); \ static_assert(offsetof(FHitResult, TraceEnd) == 0x000048, "Member 'FHitResult::TraceEnd' has a wrong offset!"); \ static_assert(offsetof(FHitResult, PenetrationDepth) == 0x000054, "Member 'FHitResult::PenetrationDepth' has a wrong offset!"); \ static_assert(offsetof(FHitResult, Item) == 0x000058, "Member 'FHitResult::Item' has a wrong offset!"); \ static_assert(offsetof(FHitResult, ElementIndex) == 0x00005C, "Member 'FHitResult::ElementIndex' has a wrong offset!"); \ static_assert(offsetof(FHitResult, PhysMaterial) == 0x000060, "Member 'FHitResult::PhysMaterial' has a wrong offset!"); \ static_assert(offsetof(FHitResult, Actor) == 0x000068, "Member 'FHitResult::Actor' has a wrong offset!"); \ static_assert(offsetof(FHitResult, Component) == 0x000070, "Member 'FHitResult::Component' has a wrong offset!"); \ static_assert(offsetof(FHitResult, BoneName) == 0x000078, "Member 'FHitResult::BoneName' has a wrong offset!"); \ static_assert(offsetof(FHitResult, MyBoneName) == 0x000080, "Member 'FHitResult::MyBoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FForceFeedbackParameters \ static_assert(alignof(FForceFeedbackParameters) == 0x000004, "Wrong alignment on FForceFeedbackParameters"); \ static_assert(sizeof(FForceFeedbackParameters) == 0x00000C, "Wrong size on FForceFeedbackParameters"); \ static_assert(offsetof(FForceFeedbackParameters, Tag) == 0x000000, "Member 'FForceFeedbackParameters::Tag' has a wrong offset!"); \ static_assert(offsetof(FForceFeedbackParameters, bLooping) == 0x000008, "Member 'FForceFeedbackParameters::bLooping' has a wrong offset!"); \ static_assert(offsetof(FForceFeedbackParameters, bIgnoreTimeDilation) == 0x000009, "Member 'FForceFeedbackParameters::bIgnoreTimeDilation' has a wrong offset!"); \ static_assert(offsetof(FForceFeedbackParameters, bPlayWhilePaused) == 0x00000A, "Member 'FForceFeedbackParameters::bPlayWhilePaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FWeightedBlendables \ static_assert(alignof(FWeightedBlendables) == 0x000008, "Wrong alignment on FWeightedBlendables"); \ static_assert(sizeof(FWeightedBlendables) == 0x000010, "Wrong size on FWeightedBlendables"); \ static_assert(offsetof(FWeightedBlendables, Array) == 0x000000, "Member 'FWeightedBlendables::Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPostProcessSettings \ static_assert(alignof(FPostProcessSettings) == 0x000010, "Wrong alignment on FPostProcessSettings"); \ static_assert(sizeof(FPostProcessSettings) == 0x0005F0, "Wrong size on FPostProcessSettings"); \ static_assert(offsetof(FPostProcessSettings, BloomMethod) == 0x000029, "Member 'FPostProcessSettings::BloomMethod' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureMethod) == 0x00002A, "Member 'FPostProcessSettings::AutoExposureMethod' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, TemperatureType) == 0x00002B, "Member 'FPostProcessSettings::TemperatureType' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, WhiteTemp) == 0x00002C, "Member 'FPostProcessSettings::WhiteTemp' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, WhiteTint) == 0x000030, "Member 'FPostProcessSettings::WhiteTint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorSaturation) == 0x000040, "Member 'FPostProcessSettings::ColorSaturation' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorContrast) == 0x000050, "Member 'FPostProcessSettings::ColorContrast' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGamma) == 0x000060, "Member 'FPostProcessSettings::ColorGamma' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGain) == 0x000070, "Member 'FPostProcessSettings::ColorGain' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorOffset) == 0x000080, "Member 'FPostProcessSettings::ColorOffset' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorSaturationShadows) == 0x000090, "Member 'FPostProcessSettings::ColorSaturationShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorContrastShadows) == 0x0000A0, "Member 'FPostProcessSettings::ColorContrastShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGammaShadows) == 0x0000B0, "Member 'FPostProcessSettings::ColorGammaShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGainShadows) == 0x0000C0, "Member 'FPostProcessSettings::ColorGainShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorOffsetShadows) == 0x0000D0, "Member 'FPostProcessSettings::ColorOffsetShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorSaturationMidtones) == 0x0000E0, "Member 'FPostProcessSettings::ColorSaturationMidtones' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorContrastMidtones) == 0x0000F0, "Member 'FPostProcessSettings::ColorContrastMidtones' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGammaMidtones) == 0x000100, "Member 'FPostProcessSettings::ColorGammaMidtones' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGainMidtones) == 0x000110, "Member 'FPostProcessSettings::ColorGainMidtones' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorOffsetMidtones) == 0x000120, "Member 'FPostProcessSettings::ColorOffsetMidtones' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorSaturationHighlights) == 0x000130, "Member 'FPostProcessSettings::ColorSaturationHighlights' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorContrastHighlights) == 0x000140, "Member 'FPostProcessSettings::ColorContrastHighlights' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGammaHighlights) == 0x000150, "Member 'FPostProcessSettings::ColorGammaHighlights' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGainHighlights) == 0x000160, "Member 'FPostProcessSettings::ColorGainHighlights' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorOffsetHighlights) == 0x000170, "Member 'FPostProcessSettings::ColorOffsetHighlights' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorCorrectionHighlightsMin) == 0x000180, "Member 'FPostProcessSettings::ColorCorrectionHighlightsMin' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorCorrectionShadowsMax) == 0x000184, "Member 'FPostProcessSettings::ColorCorrectionShadowsMax' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BlueCorrection) == 0x000188, "Member 'FPostProcessSettings::BlueCorrection' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ExpandGamut) == 0x00018C, "Member 'FPostProcessSettings::ExpandGamut' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ToneCurveAmount) == 0x000190, "Member 'FPostProcessSettings::ToneCurveAmount' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmSlope) == 0x000194, "Member 'FPostProcessSettings::FilmSlope' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmToe) == 0x000198, "Member 'FPostProcessSettings::FilmToe' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmShoulder) == 0x00019C, "Member 'FPostProcessSettings::FilmShoulder' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmBlackClip) == 0x0001A0, "Member 'FPostProcessSettings::FilmBlackClip' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmWhiteClip) == 0x0001A4, "Member 'FPostProcessSettings::FilmWhiteClip' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmWhitePoint) == 0x0001A8, "Member 'FPostProcessSettings::FilmWhitePoint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmShadowTint) == 0x0001B8, "Member 'FPostProcessSettings::FilmShadowTint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmShadowTintBlend) == 0x0001C8, "Member 'FPostProcessSettings::FilmShadowTintBlend' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmShadowTintAmount) == 0x0001CC, "Member 'FPostProcessSettings::FilmShadowTintAmount' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmSaturation) == 0x0001D0, "Member 'FPostProcessSettings::FilmSaturation' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmChannelMixerRed) == 0x0001D4, "Member 'FPostProcessSettings::FilmChannelMixerRed' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmChannelMixerGreen) == 0x0001E4, "Member 'FPostProcessSettings::FilmChannelMixerGreen' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmChannelMixerBlue) == 0x0001F4, "Member 'FPostProcessSettings::FilmChannelMixerBlue' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmContrast) == 0x000204, "Member 'FPostProcessSettings::FilmContrast' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmToeAmount) == 0x000208, "Member 'FPostProcessSettings::FilmToeAmount' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmHealAmount) == 0x00020C, "Member 'FPostProcessSettings::FilmHealAmount' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, FilmDynamicRange) == 0x000210, "Member 'FPostProcessSettings::FilmDynamicRange' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, SceneColorTint) == 0x000214, "Member 'FPostProcessSettings::SceneColorTint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, SceneFringeIntensity) == 0x000224, "Member 'FPostProcessSettings::SceneFringeIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ChromaticAberrationStartOffset) == 0x000228, "Member 'FPostProcessSettings::ChromaticAberrationStartOffset' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomIntensity) == 0x00022C, "Member 'FPostProcessSettings::BloomIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomThreshold) == 0x000230, "Member 'FPostProcessSettings::BloomThreshold' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomCross) == 0x000234, "Member 'FPostProcessSettings::BloomCross' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomSizeScale) == 0x000238, "Member 'FPostProcessSettings::BloomSizeScale' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom1Size) == 0x00023C, "Member 'FPostProcessSettings::Bloom1Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom2Size) == 0x000240, "Member 'FPostProcessSettings::Bloom2Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom3Size) == 0x000244, "Member 'FPostProcessSettings::Bloom3Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom4Size) == 0x000248, "Member 'FPostProcessSettings::Bloom4Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom5Size) == 0x00024C, "Member 'FPostProcessSettings::Bloom5Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom6Size) == 0x000250, "Member 'FPostProcessSettings::Bloom6Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom1Tint) == 0x000254, "Member 'FPostProcessSettings::Bloom1Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom2Tint) == 0x000264, "Member 'FPostProcessSettings::Bloom2Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom3Tint) == 0x000274, "Member 'FPostProcessSettings::Bloom3Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom4Tint) == 0x000284, "Member 'FPostProcessSettings::Bloom4Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom5Tint) == 0x000294, "Member 'FPostProcessSettings::Bloom5Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom6Tint) == 0x0002A4, "Member 'FPostProcessSettings::Bloom6Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomConvolutionSize) == 0x0002B4, "Member 'FPostProcessSettings::BloomConvolutionSize' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomConvolutionTexture) == 0x0002B8, "Member 'FPostProcessSettings::BloomConvolutionTexture' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomConvolutionCenterUV) == 0x0002C0, "Member 'FPostProcessSettings::BloomConvolutionCenterUV' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMin) == 0x0002C8, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMin' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMax) == 0x0002CC, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMax' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomConvolutionPreFilterMult) == 0x0002D0, "Member 'FPostProcessSettings::BloomConvolutionPreFilterMult' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomConvolutionBufferScale) == 0x0002D4, "Member 'FPostProcessSettings::BloomConvolutionBufferScale' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomDirtMask) == 0x0002D8, "Member 'FPostProcessSettings::BloomDirtMask' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomDirtMaskIntensity) == 0x0002E0, "Member 'FPostProcessSettings::BloomDirtMaskIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomDirtMaskTint) == 0x0002E4, "Member 'FPostProcessSettings::BloomDirtMaskTint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientCubemapTint) == 0x0002F4, "Member 'FPostProcessSettings::AmbientCubemapTint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientCubemapIntensity) == 0x000304, "Member 'FPostProcessSettings::AmbientCubemapIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientCubemap) == 0x000308, "Member 'FPostProcessSettings::AmbientCubemap' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, CameraShutterSpeed) == 0x000310, "Member 'FPostProcessSettings::CameraShutterSpeed' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, CameraISO) == 0x000314, "Member 'FPostProcessSettings::CameraISO' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldFstop) == 0x000318, "Member 'FPostProcessSettings::DepthOfFieldFstop' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldMinFstop) == 0x00031C, "Member 'FPostProcessSettings::DepthOfFieldMinFstop' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldBladeCount) == 0x000320, "Member 'FPostProcessSettings::DepthOfFieldBladeCount' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureBias) == 0x000324, "Member 'FPostProcessSettings::AutoExposureBias' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureBiasVFX) == 0x000328, "Member 'FPostProcessSettings::AutoExposureBiasVFX' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureBiasBackup) == 0x00032C, "Member 'FPostProcessSettings::AutoExposureBiasBackup' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureBiasCurve) == 0x000338, "Member 'FPostProcessSettings::AutoExposureBiasCurve' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureMeterMask) == 0x000340, "Member 'FPostProcessSettings::AutoExposureMeterMask' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureLowPercent) == 0x000348, "Member 'FPostProcessSettings::AutoExposureLowPercent' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureHighPercent) == 0x00034C, "Member 'FPostProcessSettings::AutoExposureHighPercent' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureMinBrightness) == 0x000350, "Member 'FPostProcessSettings::AutoExposureMinBrightness' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureMaxBrightness) == 0x000354, "Member 'FPostProcessSettings::AutoExposureMaxBrightness' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureSpeedUp) == 0x000358, "Member 'FPostProcessSettings::AutoExposureSpeedUp' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureSpeedDown) == 0x00035C, "Member 'FPostProcessSettings::AutoExposureSpeedDown' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, HistogramLogMin) == 0x000360, "Member 'FPostProcessSettings::HistogramLogMin' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, HistogramLogMax) == 0x000364, "Member 'FPostProcessSettings::HistogramLogMax' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, PreExposureResetValue) == 0x000368, "Member 'FPostProcessSettings::PreExposureResetValue' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, PreExposureMinValue) == 0x00036C, "Member 'FPostProcessSettings::PreExposureMinValue' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, PreExposureMaxValue) == 0x000370, "Member 'FPostProcessSettings::PreExposureMaxValue' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AutoExposureCalibrationConstant) == 0x000374, "Member 'FPostProcessSettings::AutoExposureCalibrationConstant' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LensFlareIntensity) == 0x000378, "Member 'FPostProcessSettings::LensFlareIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LensFlareTint) == 0x00037C, "Member 'FPostProcessSettings::LensFlareTint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LensFlareBokehSize) == 0x00038C, "Member 'FPostProcessSettings::LensFlareBokehSize' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LensFlareThreshold) == 0x000390, "Member 'FPostProcessSettings::LensFlareThreshold' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LensFlareBokehShape) == 0x000398, "Member 'FPostProcessSettings::LensFlareBokehShape' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LensFlareTints) == 0x0003A0, "Member 'FPostProcessSettings::LensFlareTints' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, VignetteIntensity) == 0x000420, "Member 'FPostProcessSettings::VignetteIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, GrainJitter) == 0x000424, "Member 'FPostProcessSettings::GrainJitter' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, GrainIntensity) == 0x000428, "Member 'FPostProcessSettings::GrainIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionIntensity) == 0x00042C, "Member 'FPostProcessSettings::AmbientOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionStaticFraction) == 0x000430, "Member 'FPostProcessSettings::AmbientOcclusionStaticFraction' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionRadius) == 0x000434, "Member 'FPostProcessSettings::AmbientOcclusionRadius' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionFadeDistance) == 0x00043C, "Member 'FPostProcessSettings::AmbientOcclusionFadeDistance' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionFadeRadius) == 0x000440, "Member 'FPostProcessSettings::AmbientOcclusionFadeRadius' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionDistance) == 0x000444, "Member 'FPostProcessSettings::AmbientOcclusionDistance' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionPower) == 0x000448, "Member 'FPostProcessSettings::AmbientOcclusionPower' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionBias) == 0x00044C, "Member 'FPostProcessSettings::AmbientOcclusionBias' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionQuality) == 0x000450, "Member 'FPostProcessSettings::AmbientOcclusionQuality' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipBlend) == 0x000454, "Member 'FPostProcessSettings::AmbientOcclusionMipBlend' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipScale) == 0x000458, "Member 'FPostProcessSettings::AmbientOcclusionMipScale' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipThreshold) == 0x00045C, "Member 'FPostProcessSettings::AmbientOcclusionMipThreshold' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionTemporalBlendWeight) == 0x000460, "Member 'FPostProcessSettings::AmbientOcclusionTemporalBlendWeight' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, AmbientOcclusionSkinIntensity) == 0x000468, "Member 'FPostProcessSettings::AmbientOcclusionSkinIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingAOSamplesPerPixel) == 0x00046C, "Member 'FPostProcessSettings::RayTracingAOSamplesPerPixel' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingAOIntensity) == 0x000470, "Member 'FPostProcessSettings::RayTracingAOIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingAORadius) == 0x000474, "Member 'FPostProcessSettings::RayTracingAORadius' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, IndirectLightingColor) == 0x000478, "Member 'FPostProcessSettings::IndirectLightingColor' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, IndirectLightingIntensity) == 0x000488, "Member 'FPostProcessSettings::IndirectLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ProbeToneMapAmount) == 0x00048C, "Member 'FPostProcessSettings::ProbeToneMapAmount' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ProbeToneMapMinIntensity) == 0x000490, "Member 'FPostProcessSettings::ProbeToneMapMinIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ProbeToneMapMaxEV) == 0x000494, "Member 'FPostProcessSettings::ProbeToneMapMaxEV' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ProbeOutsideIntensity) == 0x000498, "Member 'FPostProcessSettings::ProbeOutsideIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ProbeInsideIntensity) == 0x00049C, "Member 'FPostProcessSettings::ProbeInsideIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ProbeOutsideSaturation) == 0x0004A0, "Member 'FPostProcessSettings::ProbeOutsideSaturation' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ProbeInsideSaturation) == 0x0004A4, "Member 'FPostProcessSettings::ProbeInsideSaturation' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ProbeSamplePositionMultiplier) == 0x0004A8, "Member 'FPostProcessSettings::ProbeSamplePositionMultiplier' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ProbeSamplePositionMin) == 0x0004AC, "Member 'FPostProcessSettings::ProbeSamplePositionMin' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ProbeSamplePositionMax) == 0x0004B0, "Member 'FPostProcessSettings::ProbeSamplePositionMax' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ProbeContactShadowsMinValue) == 0x0004B4, "Member 'FPostProcessSettings::ProbeContactShadowsMinValue' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ProbeContactShadowsLength) == 0x0004B8, "Member 'FPostProcessSettings::ProbeContactShadowsLength' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ProbeContactShadowsConeAngle) == 0x0004BC, "Member 'FPostProcessSettings::ProbeContactShadowsConeAngle' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ProbeContactShadowsFalloffExponent) == 0x0004C0, "Member 'FPostProcessSettings::ProbeContactShadowsFalloffExponent' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ProbeContactShadowsDepthTolerance) == 0x0004C4, "Member 'FPostProcessSettings::ProbeContactShadowsDepthTolerance' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingGIType) == 0x0004C8, "Member 'FPostProcessSettings::RayTracingGIType' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingGIMaxBounces) == 0x0004CC, "Member 'FPostProcessSettings::RayTracingGIMaxBounces' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingGISamplesPerPixel) == 0x0004D0, "Member 'FPostProcessSettings::RayTracingGISamplesPerPixel' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGradingIntensity) == 0x0004D4, "Member 'FPostProcessSettings::ColorGradingIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ColorGradingLUT) == 0x0004D8, "Member 'FPostProcessSettings::ColorGradingLUT' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldSensorWidth) == 0x0004E0, "Member 'FPostProcessSettings::DepthOfFieldSensorWidth' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldFocalDistance) == 0x0004E4, "Member 'FPostProcessSettings::DepthOfFieldFocalDistance' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldDepthBlurAmount) == 0x0004E8, "Member 'FPostProcessSettings::DepthOfFieldDepthBlurAmount' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldDepthBlurRadius) == 0x0004EC, "Member 'FPostProcessSettings::DepthOfFieldDepthBlurRadius' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldFocalRegion) == 0x0004F0, "Member 'FPostProcessSettings::DepthOfFieldFocalRegion' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldNearTransitionRegion) == 0x0004F4, "Member 'FPostProcessSettings::DepthOfFieldNearTransitionRegion' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldFarTransitionRegion) == 0x0004F8, "Member 'FPostProcessSettings::DepthOfFieldFarTransitionRegion' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldScale) == 0x0004FC, "Member 'FPostProcessSettings::DepthOfFieldScale' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldNearBlurSize) == 0x000500, "Member 'FPostProcessSettings::DepthOfFieldNearBlurSize' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldFarBlurSize) == 0x000504, "Member 'FPostProcessSettings::DepthOfFieldFarBlurSize' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldOcclusion) == 0x000508, "Member 'FPostProcessSettings::DepthOfFieldOcclusion' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldSkyFocusDistance) == 0x00050C, "Member 'FPostProcessSettings::DepthOfFieldSkyFocusDistance' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, DepthOfFieldVignetteSize) == 0x000510, "Member 'FPostProcessSettings::DepthOfFieldVignetteSize' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, MotionBlurAmount) == 0x000514, "Member 'FPostProcessSettings::MotionBlurAmount' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, MotionBlurMax) == 0x000518, "Member 'FPostProcessSettings::MotionBlurMax' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, MotionBlurTargetFPS) == 0x00051C, "Member 'FPostProcessSettings::MotionBlurTargetFPS' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, MotionBlurPerObjectSize) == 0x000520, "Member 'FPostProcessSettings::MotionBlurPerObjectSize' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVIntensity) == 0x000524, "Member 'FPostProcessSettings::LPVIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVVplInjectionBias) == 0x000528, "Member 'FPostProcessSettings::LPVVplInjectionBias' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVSize) == 0x00052C, "Member 'FPostProcessSettings::LPVSize' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVSecondaryOcclusionIntensity) == 0x000530, "Member 'FPostProcessSettings::LPVSecondaryOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVSecondaryBounceIntensity) == 0x000534, "Member 'FPostProcessSettings::LPVSecondaryBounceIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVGeometryVolumeBias) == 0x000538, "Member 'FPostProcessSettings::LPVGeometryVolumeBias' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVEmissiveInjectionIntensity) == 0x00053C, "Member 'FPostProcessSettings::LPVEmissiveInjectionIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionIntensity) == 0x000540, "Member 'FPostProcessSettings::LPVDirectionalOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionRadius) == 0x000544, "Member 'FPostProcessSettings::LPVDirectionalOcclusionRadius' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVDiffuseOcclusionExponent) == 0x000548, "Member 'FPostProcessSettings::LPVDiffuseOcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVSpecularOcclusionExponent) == 0x00054C, "Member 'FPostProcessSettings::LPVSpecularOcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVDiffuseOcclusionIntensity) == 0x000550, "Member 'FPostProcessSettings::LPVDiffuseOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVSpecularOcclusionIntensity) == 0x000554, "Member 'FPostProcessSettings::LPVSpecularOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ReflectionsType) == 0x000558, "Member 'FPostProcessSettings::ReflectionsType' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ReflectionCaptureOutsideSaturation) == 0x00055C, "Member 'FPostProcessSettings::ReflectionCaptureOutsideSaturation' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ReflectionCaptureOutsideColorTint) == 0x000560, "Member 'FPostProcessSettings::ReflectionCaptureOutsideColorTint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ReflectionCaptureInsideSaturation) == 0x000570, "Member 'FPostProcessSettings::ReflectionCaptureInsideSaturation' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ReflectionCaptureInsideColorTint) == 0x000574, "Member 'FPostProcessSettings::ReflectionCaptureInsideColorTint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionIntensity) == 0x000584, "Member 'FPostProcessSettings::ScreenSpaceReflectionIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionQuality) == 0x000588, "Member 'FPostProcessSettings::ScreenSpaceReflectionQuality' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionMaxRoughness) == 0x00058C, "Member 'FPostProcessSettings::ScreenSpaceReflectionMaxRoughness' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsMaxRoughness) == 0x000590, "Member 'FPostProcessSettings::RayTracingReflectionsMaxRoughness' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsMaxBounces) == 0x000594, "Member 'FPostProcessSettings::RayTracingReflectionsMaxBounces' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsSamplesPerPixel) == 0x000598, "Member 'FPostProcessSettings::RayTracingReflectionsSamplesPerPixel' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsShadows) == 0x00059C, "Member 'FPostProcessSettings::RayTracingReflectionsShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, TranslucencyType) == 0x00059E, "Member 'FPostProcessSettings::TranslucencyType' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyMaxRoughness) == 0x0005A0, "Member 'FPostProcessSettings::RayTracingTranslucencyMaxRoughness' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyRefractionRays) == 0x0005A4, "Member 'FPostProcessSettings::RayTracingTranslucencyRefractionRays' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencySamplesPerPixel) == 0x0005A8, "Member 'FPostProcessSettings::RayTracingTranslucencySamplesPerPixel' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyShadows) == 0x0005AC, "Member 'FPostProcessSettings::RayTracingTranslucencyShadows' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, PathTracingMaxBounces) == 0x0005B0, "Member 'FPostProcessSettings::PathTracingMaxBounces' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, PathTracingSamplesPerPixel) == 0x0005B4, "Member 'FPostProcessSettings::PathTracingSamplesPerPixel' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, PathTracingFilterWidth) == 0x0005B8, "Member 'FPostProcessSettings::PathTracingFilterWidth' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, PathTracingMaxPathExposure) == 0x0005C0, "Member 'FPostProcessSettings::PathTracingMaxPathExposure' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVFadeRange) == 0x0005C8, "Member 'FPostProcessSettings::LPVFadeRange' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionFadeRange) == 0x0005CC, "Member 'FPostProcessSettings::LPVDirectionalOcclusionFadeRange' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, SimpleLightDemotionDistance) == 0x0005D0, "Member 'FPostProcessSettings::SimpleLightDemotionDistance' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, SimpleLightSpecularFadeEndMultiplier) == 0x0005D4, "Member 'FPostProcessSettings::SimpleLightSpecularFadeEndMultiplier' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, ScreenPercentage) == 0x0005D8, "Member 'FPostProcessSettings::ScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, WeightedBlendables) == 0x0005E0, "Member 'FPostProcessSettings::WeightedBlendables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMinimalViewInfo \ static_assert(alignof(FMinimalViewInfo) == 0x000010, "Wrong alignment on FMinimalViewInfo"); \ static_assert(sizeof(FMinimalViewInfo) == 0x000680, "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) == 0x000630, "Member 'FMinimalViewInfo::OffCenterProjectionOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraShakeUpdateParams \ static_assert(alignof(FCameraShakeUpdateParams) == 0x000010, "Wrong alignment on FCameraShakeUpdateParams"); \ static_assert(sizeof(FCameraShakeUpdateParams) == 0x000690, "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_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_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_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_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_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_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_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_FMovementProperties \ static_assert(alignof(FMovementProperties) == 0x000001, "Wrong alignment on FMovementProperties"); \ static_assert(sizeof(FMovementProperties) == 0x000001, "Wrong size on FMovementProperties"); \ #define DUMPER7_ASSERTS_FNavAgentProperties \ static_assert(alignof(FNavAgentProperties) == 0x000008, "Wrong alignment on FNavAgentProperties"); \ static_assert(sizeof(FNavAgentProperties) == 0x000030, "Wrong size on FNavAgentProperties"); \ static_assert(offsetof(FNavAgentProperties, AgentRadius) == 0x000004, "Member 'FNavAgentProperties::AgentRadius' has a wrong offset!"); \ static_assert(offsetof(FNavAgentProperties, AgentHeight) == 0x000008, "Member 'FNavAgentProperties::AgentHeight' has a wrong offset!"); \ static_assert(offsetof(FNavAgentProperties, AgentStepHeight) == 0x00000C, "Member 'FNavAgentProperties::AgentStepHeight' has a wrong offset!"); \ static_assert(offsetof(FNavAgentProperties, NavWalkingSearchHeightScale) == 0x000010, "Member 'FNavAgentProperties::NavWalkingSearchHeightScale' has a wrong offset!"); \ static_assert(offsetof(FNavAgentProperties, PreferredNavData) == 0x000018, "Member 'FNavAgentProperties::PreferredNavData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTickFunction \ static_assert(alignof(FTickFunction) == 0x000008, "Wrong alignment on FTickFunction"); \ static_assert(sizeof(FTickFunction) == 0x000040, "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_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_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_FLightingChannels \ static_assert(alignof(FLightingChannels) == 0x000001, "Wrong alignment on FLightingChannels"); \ static_assert(sizeof(FLightingChannels) == 0x000001, "Wrong size on FLightingChannels"); \ #define DUMPER7_ASSERTS_FActorComponentTickFunction \ static_assert(alignof(FActorComponentTickFunction) == 0x000008, "Wrong alignment on FActorComponentTickFunction"); \ static_assert(sizeof(FActorComponentTickFunction) == 0x000048, "Wrong size on FActorComponentTickFunction"); \ #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_FSubtitleCue \ static_assert(alignof(FSubtitleCue) == 0x000008, "Wrong alignment on FSubtitleCue"); \ static_assert(sizeof(FSubtitleCue) == 0x000020, "Wrong size on FSubtitleCue"); \ static_assert(offsetof(FSubtitleCue, Text) == 0x000000, "Member 'FSubtitleCue::Text' has a wrong offset!"); \ static_assert(offsetof(FSubtitleCue, Time) == 0x000018, "Member 'FSubtitleCue::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_FRigidBodyErrorCorrection \ static_assert(alignof(FRigidBodyErrorCorrection) == 0x000004, "Wrong alignment on FRigidBodyErrorCorrection"); \ static_assert(sizeof(FRigidBodyErrorCorrection) == 0x000034, "Wrong size on FRigidBodyErrorCorrection"); \ static_assert(offsetof(FRigidBodyErrorCorrection, PingExtrapolation) == 0x000000, "Member 'FRigidBodyErrorCorrection::PingExtrapolation' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, PingLimit) == 0x000004, "Member 'FRigidBodyErrorCorrection::PingLimit' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, ErrorPerLinearDifference) == 0x000008, "Member 'FRigidBodyErrorCorrection::ErrorPerLinearDifference' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, ErrorPerAngularDifference) == 0x00000C, "Member 'FRigidBodyErrorCorrection::ErrorPerAngularDifference' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, MaxRestoredStateError) == 0x000010, "Member 'FRigidBodyErrorCorrection::MaxRestoredStateError' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, MaxLinearHardSnapDistance) == 0x000014, "Member 'FRigidBodyErrorCorrection::MaxLinearHardSnapDistance' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, PositionLerp) == 0x000018, "Member 'FRigidBodyErrorCorrection::PositionLerp' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, AngleLerp) == 0x00001C, "Member 'FRigidBodyErrorCorrection::AngleLerp' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, LinearVelocityCoefficient) == 0x000020, "Member 'FRigidBodyErrorCorrection::LinearVelocityCoefficient' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, AngularVelocityCoefficient) == 0x000024, "Member 'FRigidBodyErrorCorrection::AngularVelocityCoefficient' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, ErrorAccumulationSeconds) == 0x000028, "Member 'FRigidBodyErrorCorrection::ErrorAccumulationSeconds' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, ErrorAccumulationDistanceSq) == 0x00002C, "Member 'FRigidBodyErrorCorrection::ErrorAccumulationDistanceSq' has a wrong offset!"); \ static_assert(offsetof(FRigidBodyErrorCorrection, ErrorAccumulationSimilarity) == 0x000030, "Member 'FRigidBodyErrorCorrection::ErrorAccumulationSimilarity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStartPhysicsTickFunction \ static_assert(alignof(FStartPhysicsTickFunction) == 0x000008, "Wrong alignment on FStartPhysicsTickFunction"); \ static_assert(sizeof(FStartPhysicsTickFunction) == 0x000048, "Wrong size on FStartPhysicsTickFunction"); \ #define DUMPER7_ASSERTS_FDialogueContext \ static_assert(alignof(FDialogueContext) == 0x000008, "Wrong alignment on FDialogueContext"); \ static_assert(sizeof(FDialogueContext) == 0x000018, "Wrong size on FDialogueContext"); \ static_assert(offsetof(FDialogueContext, Speaker) == 0x000000, "Member 'FDialogueContext::Speaker' has a wrong offset!"); \ static_assert(offsetof(FDialogueContext, Targets) == 0x000008, "Member 'FDialogueContext::Targets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogueContextMapping \ static_assert(alignof(FDialogueContextMapping) == 0x000008, "Wrong alignment on FDialogueContextMapping"); \ static_assert(sizeof(FDialogueContextMapping) == 0x000038, "Wrong size on FDialogueContextMapping"); \ static_assert(offsetof(FDialogueContextMapping, Context) == 0x000000, "Member 'FDialogueContextMapping::Context' has a wrong offset!"); \ static_assert(offsetof(FDialogueContextMapping, SoundWave) == 0x000018, "Member 'FDialogueContextMapping::SoundWave' has a wrong offset!"); \ static_assert(offsetof(FDialogueContextMapping, LocalizationKeyFormat) == 0x000020, "Member 'FDialogueContextMapping::LocalizationKeyFormat' has a wrong offset!"); \ static_assert(offsetof(FDialogueContextMapping, Proxy) == 0x000030, "Member 'FDialogueContextMapping::Proxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_FTTTrackBase \ static_assert(alignof(FTTTrackBase) == 0x000008, "Wrong alignment on FTTTrackBase"); \ static_assert(sizeof(FTTTrackBase) == 0x000018, "Wrong size on FTTTrackBase"); \ static_assert(offsetof(FTTTrackBase, TrackName) == 0x000008, "Member 'FTTTrackBase::TrackName' has a wrong offset!"); \ static_assert(offsetof(FTTTrackBase, bIsExternalCurve) == 0x000010, "Member 'FTTTrackBase::bIsExternalCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTTPropertyTrack \ static_assert(alignof(FTTPropertyTrack) == 0x000008, "Wrong alignment on FTTPropertyTrack"); \ static_assert(sizeof(FTTPropertyTrack) == 0x000020, "Wrong size on FTTPropertyTrack"); \ static_assert(offsetof(FTTPropertyTrack, PropertyName) == 0x000018, "Member 'FTTPropertyTrack::PropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_FAnimBlueprintDebugData \ static_assert(alignof(FAnimBlueprintDebugData) == 0x000001, "Wrong alignment on FAnimBlueprintDebugData"); \ static_assert(sizeof(FAnimBlueprintDebugData) == 0x000001, "Wrong size on FAnimBlueprintDebugData"); \ #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_FBaseAttenuationSettings \ static_assert(alignof(FBaseAttenuationSettings) == 0x000008, "Wrong alignment on FBaseAttenuationSettings"); \ static_assert(sizeof(FBaseAttenuationSettings) == 0x0000B0, "Wrong size on FBaseAttenuationSettings"); \ static_assert(offsetof(FBaseAttenuationSettings, DistanceAlgorithm) == 0x000008, "Member 'FBaseAttenuationSettings::DistanceAlgorithm' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, AttenuationShape) == 0x000009, "Member 'FBaseAttenuationSettings::AttenuationShape' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, dBAttenuationAtMax) == 0x00000C, "Member 'FBaseAttenuationSettings::dBAttenuationAtMax' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, FalloffMode) == 0x000010, "Member 'FBaseAttenuationSettings::FalloffMode' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, AttenuationShapeExtents) == 0x000014, "Member 'FBaseAttenuationSettings::AttenuationShapeExtents' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, ConeOffset) == 0x000020, "Member 'FBaseAttenuationSettings::ConeOffset' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, FalloffDistance) == 0x000024, "Member 'FBaseAttenuationSettings::FalloffDistance' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, CustomAttenuationCurve) == 0x000028, "Member 'FBaseAttenuationSettings::CustomAttenuationCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundAttenuationSettings \ static_assert(alignof(FSoundAttenuationSettings) == 0x000008, "Wrong alignment on FSoundAttenuationSettings"); \ static_assert(sizeof(FSoundAttenuationSettings) == 0x0003A0, "Wrong size on FSoundAttenuationSettings"); \ static_assert(offsetof(FSoundAttenuationSettings, SpatializationAlgorithm) == 0x0000B2, "Member 'FSoundAttenuationSettings::SpatializationAlgorithm' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, BinauralRadius) == 0x0000B4, "Member 'FSoundAttenuationSettings::BinauralRadius' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, AbsorptionMethod) == 0x0000B8, "Member 'FSoundAttenuationSettings::AbsorptionMethod' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, OcclusionTraceChannel) == 0x0000B9, "Member 'FSoundAttenuationSettings::OcclusionTraceChannel' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ReverbSendMethod) == 0x0000BA, "Member 'FSoundAttenuationSettings::ReverbSendMethod' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMethod) == 0x0000BB, "Member 'FSoundAttenuationSettings::PriorityAttenuationMethod' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, OmniRadius) == 0x0000BC, "Member 'FSoundAttenuationSettings::OmniRadius' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, StereoSpread) == 0x0000C0, "Member 'FSoundAttenuationSettings::StereoSpread' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMin) == 0x0000C4, "Member 'FSoundAttenuationSettings::LPFRadiusMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMax) == 0x0000C8, "Member 'FSoundAttenuationSettings::LPFRadiusMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, CustomLowpassAirAbsorptionCurve) == 0x0000D0, "Member 'FSoundAttenuationSettings::CustomLowpassAirAbsorptionCurve' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, CustomHighpassAirAbsorptionCurve) == 0x000158, "Member 'FSoundAttenuationSettings::CustomHighpassAirAbsorptionCurve' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMin) == 0x0001E0, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMax) == 0x0001E4, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMin) == 0x0001E8, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMax) == 0x0001EC, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusAzimuth) == 0x0001F0, "Member 'FSoundAttenuationSettings::FocusAzimuth' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, NonFocusAzimuth) == 0x0001F4, "Member 'FSoundAttenuationSettings::NonFocusAzimuth' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusDistanceScale) == 0x0001F8, "Member 'FSoundAttenuationSettings::FocusDistanceScale' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, NonFocusDistanceScale) == 0x0001FC, "Member 'FSoundAttenuationSettings::NonFocusDistanceScale' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusPriorityScale) == 0x000200, "Member 'FSoundAttenuationSettings::FocusPriorityScale' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, NonFocusPriorityScale) == 0x000204, "Member 'FSoundAttenuationSettings::NonFocusPriorityScale' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusVolumeAttenuation) == 0x000208, "Member 'FSoundAttenuationSettings::FocusVolumeAttenuation' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, NonFocusVolumeAttenuation) == 0x00020C, "Member 'FSoundAttenuationSettings::NonFocusVolumeAttenuation' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusAttackInterpSpeed) == 0x000210, "Member 'FSoundAttenuationSettings::FocusAttackInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusReleaseInterpSpeed) == 0x000214, "Member 'FSoundAttenuationSettings::FocusReleaseInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, OcclusionLowPassFilterFrequency) == 0x000218, "Member 'FSoundAttenuationSettings::OcclusionLowPassFilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, OcclusionVolumeAttenuation) == 0x00021C, "Member 'FSoundAttenuationSettings::OcclusionVolumeAttenuation' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, OcclusionInterpolationTime) == 0x000220, "Member 'FSoundAttenuationSettings::OcclusionInterpolationTime' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMin) == 0x000224, "Member 'FSoundAttenuationSettings::ReverbWetLevelMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMax) == 0x000228, "Member 'FSoundAttenuationSettings::ReverbWetLevelMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMin) == 0x00022C, "Member 'FSoundAttenuationSettings::ReverbDistanceMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMax) == 0x000230, "Member 'FSoundAttenuationSettings::ReverbDistanceMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ManualReverbSendLevel) == 0x000234, "Member 'FSoundAttenuationSettings::ManualReverbSendLevel' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, CustomReverbSendCurve) == 0x000238, "Member 'FSoundAttenuationSettings::CustomReverbSendCurve' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, SubmixSendSettings) == 0x0002C0, "Member 'FSoundAttenuationSettings::SubmixSendSettings' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMin) == 0x0002D0, "Member 'FSoundAttenuationSettings::PriorityAttenuationMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMax) == 0x0002D4, "Member 'FSoundAttenuationSettings::PriorityAttenuationMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMin) == 0x0002D8, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMax) == 0x0002DC, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ManualPriorityAttenuation) == 0x0002E0, "Member 'FSoundAttenuationSettings::ManualPriorityAttenuation' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, CustomPriorityAttenuationCurve) == 0x0002E8, "Member 'FSoundAttenuationSettings::CustomPriorityAttenuationCurve' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PluginSettings) == 0x000370, "Member 'FSoundAttenuationSettings::PluginSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorTickFunction \ static_assert(alignof(FActorTickFunction) == 0x000008, "Wrong alignment on FActorTickFunction"); \ static_assert(sizeof(FActorTickFunction) == 0x000048, "Wrong size on FActorTickFunction"); \ #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_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_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_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_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_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_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_FDummySpacerCameraTypes \ static_assert(alignof(FDummySpacerCameraTypes) == 0x000001, "Wrong alignment on FDummySpacerCameraTypes"); \ static_assert(sizeof(FDummySpacerCameraTypes) == 0x000001, "Wrong size on FDummySpacerCameraTypes"); \ #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_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_FPerPlatformFloat \ static_assert(alignof(FPerPlatformFloat) == 0x000004, "Wrong alignment on FPerPlatformFloat"); \ static_assert(sizeof(FPerPlatformFloat) == 0x000004, "Wrong size on FPerPlatformFloat"); \ static_assert(offsetof(FPerPlatformFloat, Default) == 0x000000, "Member 'FPerPlatformFloat::Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPerPlatformInt \ static_assert(alignof(FPerPlatformInt) == 0x000004, "Wrong alignment on FPerPlatformInt"); \ static_assert(sizeof(FPerPlatformInt) == 0x000004, "Wrong size on FPerPlatformInt"); \ static_assert(offsetof(FPerPlatformInt, Default) == 0x000000, "Member 'FPerPlatformInt::Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPerPlatformBool \ static_assert(alignof(FPerPlatformBool) == 0x000001, "Wrong alignment on FPerPlatformBool"); \ static_assert(sizeof(FPerPlatformBool) == 0x000001, "Wrong size on FPerPlatformBool"); \ static_assert(offsetof(FPerPlatformBool, Default) == 0x000000, "Member 'FPerPlatformBool::Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkeletalMeshOptimizationSettings \ static_assert(alignof(FSkeletalMeshOptimizationSettings) == 0x000004, "Wrong alignment on FSkeletalMeshOptimizationSettings"); \ static_assert(sizeof(FSkeletalMeshOptimizationSettings) == 0x000040, "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, ScreenSizeInPixels) == 0x000018, "Member 'FSkeletalMeshOptimizationSettings::ScreenSizeInPixels' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, ReductionMethod) == 0x00001C, "Member 'FSkeletalMeshOptimizationSettings::ReductionMethod' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, SilhouetteImportance) == 0x00001D, "Member 'FSkeletalMeshOptimizationSettings::SilhouetteImportance' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, TextureImportance) == 0x00001E, "Member 'FSkeletalMeshOptimizationSettings::TextureImportance' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, ShadingImportance) == 0x00001F, "Member 'FSkeletalMeshOptimizationSettings::ShadingImportance' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, SkinningImportance) == 0x000020, "Member 'FSkeletalMeshOptimizationSettings::SkinningImportance' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, bRemapMorphTargets) == 0x000021, "Member 'FSkeletalMeshOptimizationSettings::bRemapMorphTargets' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, WeldingThreshold) == 0x000024, "Member 'FSkeletalMeshOptimizationSettings::WeldingThreshold' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, NormalsThreshold) == 0x000028, "Member 'FSkeletalMeshOptimizationSettings::NormalsThreshold' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, MaxBonesPerVertex) == 0x00002C, "Member 'FSkeletalMeshOptimizationSettings::MaxBonesPerVertex' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, VolumeImportance) == 0x000034, "Member 'FSkeletalMeshOptimizationSettings::VolumeImportance' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshOptimizationSettings, BaseLOD) == 0x00003C, "Member 'FSkeletalMeshOptimizationSettings::BaseLOD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkeletalMeshBuildSettings \ static_assert(alignof(FSkeletalMeshBuildSettings) == 0x000004, "Wrong alignment on FSkeletalMeshBuildSettings"); \ static_assert(sizeof(FSkeletalMeshBuildSettings) == 0x000014, "Wrong size on FSkeletalMeshBuildSettings"); \ static_assert(offsetof(FSkeletalMeshBuildSettings, ThresholdPosition) == 0x000004, "Member 'FSkeletalMeshBuildSettings::ThresholdPosition' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshBuildSettings, ThresholdTangentNormal) == 0x000008, "Member 'FSkeletalMeshBuildSettings::ThresholdTangentNormal' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshBuildSettings, ThresholdUV) == 0x00000C, "Member 'FSkeletalMeshBuildSettings::ThresholdUV' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshBuildSettings, MorphThresholdPosition) == 0x000010, "Member 'FSkeletalMeshBuildSettings::MorphThresholdPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0000C8, "Wrong size on FSkeletalMeshLODInfo"); \ static_assert(offsetof(FSkeletalMeshLODInfo, ScreenSize) == 0x000000, "Member 'FSkeletalMeshLODInfo::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, ForceShadowProxyLOD) == 0x000004, "Member 'FSkeletalMeshLODInfo::ForceShadowProxyLOD' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, LODHysteresis) == 0x000008, "Member 'FSkeletalMeshLODInfo::LODHysteresis' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, LODMaterialMap) == 0x000010, "Member 'FSkeletalMeshLODInfo::LODMaterialMap' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, BuildSettings) == 0x000020, "Member 'FSkeletalMeshLODInfo::BuildSettings' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, ReductionSettings) == 0x000034, "Member 'FSkeletalMeshLODInfo::ReductionSettings' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, BonesToRemove) == 0x000078, "Member 'FSkeletalMeshLODInfo::BonesToRemove' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, BonesToPrioritize) == 0x000088, "Member 'FSkeletalMeshLODInfo::BonesToPrioritize' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, WeightOfPrioritization) == 0x000098, "Member 'FSkeletalMeshLODInfo::WeightOfPrioritization' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, BakePose) == 0x0000A0, "Member 'FSkeletalMeshLODInfo::BakePose' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, BakePoseOverride) == 0x0000A8, "Member 'FSkeletalMeshLODInfo::BakePoseOverride' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, SourceImportFilename) == 0x0000B0, "Member 'FSkeletalMeshLODInfo::SourceImportFilename' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshLODInfo, SkinCacheUsage) == 0x0000C0, "Member 'FSkeletalMeshLODInfo::SkinCacheUsage' 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_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, RotationBlendWeight) == 0x000008, "Member 'FRootMotionMovementParams::RotationBlendWeight' has a wrong offset!"); \ static_assert(offsetof(FRootMotionMovementParams, TeleportType) == 0x00000C, "Member 'FRootMotionMovementParams::TeleportType' has a wrong offset!"); \ static_assert(offsetof(FRootMotionMovementParams, RootMotionTransform) == 0x000010, "Member 'FRootMotionMovementParams::RootMotionTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterMoveResponsePackedBits \ static_assert(alignof(FCharacterMoveResponsePackedBits) == 0x000008, "Wrong alignment on FCharacterMoveResponsePackedBits"); \ static_assert(sizeof(FCharacterMoveResponsePackedBits) == 0x000098, "Wrong size on FCharacterMoveResponsePackedBits"); \ #define DUMPER7_ASSERTS_FChildActorAttachedActorInfo \ static_assert(alignof(FChildActorAttachedActorInfo) == 0x000010, "Wrong alignment on FChildActorAttachedActorInfo"); \ static_assert(sizeof(FChildActorAttachedActorInfo) == 0x000040, "Wrong size on FChildActorAttachedActorInfo"); \ static_assert(offsetof(FChildActorAttachedActorInfo, Actor) == 0x000000, "Member 'FChildActorAttachedActorInfo::Actor' has a wrong offset!"); \ static_assert(offsetof(FChildActorAttachedActorInfo, SocketName) == 0x000008, "Member 'FChildActorAttachedActorInfo::SocketName' has a wrong offset!"); \ static_assert(offsetof(FChildActorAttachedActorInfo, RelativeTransform) == 0x000010, "Member 'FChildActorAttachedActorInfo::RelativeTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChildActorComponentInstanceData \ static_assert(alignof(FChildActorComponentInstanceData) == 0x000008, "Wrong alignment on FChildActorComponentInstanceData"); \ static_assert(sizeof(FChildActorComponentInstanceData) == 0x0000E8, "Wrong size on FChildActorComponentInstanceData"); \ static_assert(offsetof(FChildActorComponentInstanceData, ChildActorClass) == 0x0000B8, "Member 'FChildActorComponentInstanceData::ChildActorClass' has a wrong offset!"); \ static_assert(offsetof(FChildActorComponentInstanceData, ChildActorName) == 0x0000C0, "Member 'FChildActorComponentInstanceData::ChildActorName' has a wrong offset!"); \ static_assert(offsetof(FChildActorComponentInstanceData, AttachedActors) == 0x0000C8, "Member 'FChildActorComponentInstanceData::AttachedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_FSimpleCurveKey \ static_assert(alignof(FSimpleCurveKey) == 0x000004, "Wrong alignment on FSimpleCurveKey"); \ static_assert(sizeof(FSimpleCurveKey) == 0x000008, "Wrong size on FSimpleCurveKey"); \ static_assert(offsetof(FSimpleCurveKey, Time) == 0x000000, "Member 'FSimpleCurveKey::Time' has a wrong offset!"); \ static_assert(offsetof(FSimpleCurveKey, Value) == 0x000004, "Member 'FSimpleCurveKey::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleCurve \ static_assert(alignof(FSimpleCurve) == 0x000008, "Wrong alignment on FSimpleCurve"); \ static_assert(sizeof(FSimpleCurve) == 0x000088, "Wrong size on FSimpleCurve"); \ static_assert(offsetof(FSimpleCurve, InterpMode) == 0x000070, "Member 'FSimpleCurve::InterpMode' has a wrong offset!"); \ static_assert(offsetof(FSimpleCurve, Keys) == 0x000078, "Member 'FSimpleCurve::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBakedFloatCustomAttribute \ static_assert(alignof(FBakedFloatCustomAttribute) == 0x000008, "Wrong alignment on FBakedFloatCustomAttribute"); \ static_assert(sizeof(FBakedFloatCustomAttribute) == 0x000090, "Wrong size on FBakedFloatCustomAttribute"); \ static_assert(offsetof(FBakedFloatCustomAttribute, AttributeName) == 0x000000, "Member 'FBakedFloatCustomAttribute::AttributeName' has a wrong offset!"); \ static_assert(offsetof(FBakedFloatCustomAttribute, FloatCurve) == 0x000008, "Member 'FBakedFloatCustomAttribute::FloatCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActiveForceFeedbackEffect \ static_assert(alignof(FActiveForceFeedbackEffect) == 0x000008, "Wrong alignment on FActiveForceFeedbackEffect"); \ static_assert(sizeof(FActiveForceFeedbackEffect) == 0x000018, "Wrong size on FActiveForceFeedbackEffect"); \ static_assert(offsetof(FActiveForceFeedbackEffect, ForceFeedbackEffect) == 0x000000, "Member 'FActiveForceFeedbackEffect::ForceFeedbackEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FTableRowBase \ static_assert(alignof(FTableRowBase) == 0x000008, "Wrong alignment on FTableRowBase"); \ static_assert(sizeof(FTableRowBase) == 0x000008, "Wrong size on FTableRowBase"); \ #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_FRootMotionSourceStatus \ static_assert(alignof(FRootMotionSourceStatus) == 0x000001, "Wrong alignment on FRootMotionSourceStatus"); \ static_assert(sizeof(FRootMotionSourceStatus) == 0x000001, "Wrong size on FRootMotionSourceStatus"); \ static_assert(offsetof(FRootMotionSourceStatus, flags) == 0x000000, "Member 'FRootMotionSourceStatus::flags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionFinishVelocitySettings \ static_assert(alignof(FRootMotionFinishVelocitySettings) == 0x000004, "Wrong alignment on FRootMotionFinishVelocitySettings"); \ static_assert(sizeof(FRootMotionFinishVelocitySettings) == 0x000014, "Wrong size on FRootMotionFinishVelocitySettings"); \ static_assert(offsetof(FRootMotionFinishVelocitySettings, Mode) == 0x000000, "Member 'FRootMotionFinishVelocitySettings::Mode' has a wrong offset!"); \ static_assert(offsetof(FRootMotionFinishVelocitySettings, SetVelocity) == 0x000004, "Member 'FRootMotionFinishVelocitySettings::SetVelocity' has a wrong offset!"); \ static_assert(offsetof(FRootMotionFinishVelocitySettings, ClampVelocity) == 0x000010, "Member 'FRootMotionFinishVelocitySettings::ClampVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionSource \ static_assert(alignof(FRootMotionSource) == 0x000010, "Wrong alignment on FRootMotionSource"); \ static_assert(sizeof(FRootMotionSource) == 0x0000A0, "Wrong size on FRootMotionSource"); \ static_assert(offsetof(FRootMotionSource, Priority) == 0x000010, "Member 'FRootMotionSource::Priority' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, LocalID) == 0x000012, "Member 'FRootMotionSource::LocalID' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, AccumulateMode) == 0x000014, "Member 'FRootMotionSource::AccumulateMode' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, InstanceName) == 0x000018, "Member 'FRootMotionSource::InstanceName' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, StartTime) == 0x000020, "Member 'FRootMotionSource::StartTime' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, CurrentTime) == 0x000024, "Member 'FRootMotionSource::CurrentTime' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, PreviousTime) == 0x000028, "Member 'FRootMotionSource::PreviousTime' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, Duration) == 0x00002C, "Member 'FRootMotionSource::Duration' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, status) == 0x000030, "Member 'FRootMotionSource::status' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, Settings) == 0x000031, "Member 'FRootMotionSource::Settings' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, bInLocalSpace) == 0x000032, "Member 'FRootMotionSource::bInLocalSpace' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, RootMotionParams) == 0x000040, "Member 'FRootMotionSource::RootMotionParams' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, FinishVelocityParams) == 0x000080, "Member 'FRootMotionSource::FinishVelocityParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionSource_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_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_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_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_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_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_FKeyHandleLookupTable \ static_assert(alignof(FKeyHandleLookupTable) == 0x000008, "Wrong alignment on FKeyHandleLookupTable"); \ static_assert(sizeof(FKeyHandleLookupTable) == 0x000060, "Wrong size on FKeyHandleLookupTable"); \ #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_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_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_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_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_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_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_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_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_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_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_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_FPoseLink \ static_assert(alignof(FPoseLink) == 0x000008, "Wrong alignment on FPoseLink"); \ static_assert(sizeof(FPoseLink) == 0x000010, "Wrong size on FPoseLink"); \ #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_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_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_FWLightProbesCaptureEvaluator \ static_assert(alignof(FWLightProbesCaptureEvaluator) == 0x000008, "Wrong alignment on FWLightProbesCaptureEvaluator"); \ static_assert(sizeof(FWLightProbesCaptureEvaluator) == 0x000008, "Wrong size on FWLightProbesCaptureEvaluator"); \ #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_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_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_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_FNavigationSegmentLink \ static_assert(alignof(FNavigationSegmentLink) == 0x000008, "Wrong alignment on FNavigationSegmentLink"); \ static_assert(sizeof(FNavigationSegmentLink) == 0x000060, "Wrong size on FNavigationSegmentLink"); \ static_assert(offsetof(FNavigationSegmentLink, LeftStart) == 0x000030, "Member 'FNavigationSegmentLink::LeftStart' has a wrong offset!"); \ static_assert(offsetof(FNavigationSegmentLink, LeftEnd) == 0x00003C, "Member 'FNavigationSegmentLink::LeftEnd' has a wrong offset!"); \ static_assert(offsetof(FNavigationSegmentLink, RightStart) == 0x000048, "Member 'FNavigationSegmentLink::RightStart' has a wrong offset!"); \ static_assert(offsetof(FNavigationSegmentLink, RightEnd) == 0x000054, "Member 'FNavigationSegmentLink::RightEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_FAnimInstanceProxy \ static_assert(alignof(FAnimInstanceProxy) == 0x000010, "Wrong alignment on FAnimInstanceProxy"); \ static_assert(sizeof(FAnimInstanceProxy) == 0x000770, "Wrong size on FAnimInstanceProxy"); \ #define DUMPER7_ASSERTS_FConstraintBaseParams \ static_assert(alignof(FConstraintBaseParams) == 0x000004, "Wrong alignment on FConstraintBaseParams"); \ static_assert(sizeof(FConstraintBaseParams) == 0x000014, "Wrong size on FConstraintBaseParams"); \ static_assert(offsetof(FConstraintBaseParams, Stiffness) == 0x000000, "Member 'FConstraintBaseParams::Stiffness' has a wrong offset!"); \ static_assert(offsetof(FConstraintBaseParams, Damping) == 0x000004, "Member 'FConstraintBaseParams::Damping' has a wrong offset!"); \ static_assert(offsetof(FConstraintBaseParams, Restitution) == 0x000008, "Member 'FConstraintBaseParams::Restitution' has a wrong offset!"); \ static_assert(offsetof(FConstraintBaseParams, ContactDistance) == 0x00000C, "Member 'FConstraintBaseParams::ContactDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLinearConstraint \ static_assert(alignof(FLinearConstraint) == 0x000004, "Wrong alignment on FLinearConstraint"); \ static_assert(sizeof(FLinearConstraint) == 0x00001C, "Wrong size on FLinearConstraint"); \ static_assert(offsetof(FLinearConstraint, Limit) == 0x000014, "Member 'FLinearConstraint::Limit' has a wrong offset!"); \ static_assert(offsetof(FLinearConstraint, XMotion) == 0x000018, "Member 'FLinearConstraint::XMotion' has a wrong offset!"); \ static_assert(offsetof(FLinearConstraint, YMotion) == 0x000019, "Member 'FLinearConstraint::YMotion' has a wrong offset!"); \ static_assert(offsetof(FLinearConstraint, ZMotion) == 0x00001A, "Member 'FLinearConstraint::ZMotion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConeConstraint \ static_assert(alignof(FConeConstraint) == 0x000004, "Wrong alignment on FConeConstraint"); \ static_assert(sizeof(FConeConstraint) == 0x000020, "Wrong size on FConeConstraint"); \ static_assert(offsetof(FConeConstraint, Swing1LimitDegrees) == 0x000014, "Member 'FConeConstraint::Swing1LimitDegrees' has a wrong offset!"); \ static_assert(offsetof(FConeConstraint, Swing2LimitDegrees) == 0x000018, "Member 'FConeConstraint::Swing2LimitDegrees' has a wrong offset!"); \ static_assert(offsetof(FConeConstraint, Swing1Motion) == 0x00001C, "Member 'FConeConstraint::Swing1Motion' has a wrong offset!"); \ static_assert(offsetof(FConeConstraint, Swing2Motion) == 0x00001D, "Member 'FConeConstraint::Swing2Motion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConstraintDrive \ static_assert(alignof(FConstraintDrive) == 0x000004, "Wrong alignment on FConstraintDrive"); \ static_assert(sizeof(FConstraintDrive) == 0x000010, "Wrong size on FConstraintDrive"); \ static_assert(offsetof(FConstraintDrive, Stiffness) == 0x000000, "Member 'FConstraintDrive::Stiffness' has a wrong offset!"); \ static_assert(offsetof(FConstraintDrive, Damping) == 0x000004, "Member 'FConstraintDrive::Damping' has a wrong offset!"); \ static_assert(offsetof(FConstraintDrive, MaxForce) == 0x000008, "Member 'FConstraintDrive::MaxForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAngularDriveConstraint \ static_assert(alignof(FAngularDriveConstraint) == 0x000004, "Wrong alignment on FAngularDriveConstraint"); \ static_assert(sizeof(FAngularDriveConstraint) == 0x00004C, "Wrong size on FAngularDriveConstraint"); \ static_assert(offsetof(FAngularDriveConstraint, TwistDrive) == 0x000000, "Member 'FAngularDriveConstraint::TwistDrive' has a wrong offset!"); \ static_assert(offsetof(FAngularDriveConstraint, SwingDrive) == 0x000010, "Member 'FAngularDriveConstraint::SwingDrive' has a wrong offset!"); \ static_assert(offsetof(FAngularDriveConstraint, SlerpDrive) == 0x000020, "Member 'FAngularDriveConstraint::SlerpDrive' has a wrong offset!"); \ static_assert(offsetof(FAngularDriveConstraint, OrientationTarget) == 0x000030, "Member 'FAngularDriveConstraint::OrientationTarget' has a wrong offset!"); \ static_assert(offsetof(FAngularDriveConstraint, AngularVelocityTarget) == 0x00003C, "Member 'FAngularDriveConstraint::AngularVelocityTarget' has a wrong offset!"); \ static_assert(offsetof(FAngularDriveConstraint, AngularDriveMode) == 0x000048, "Member 'FAngularDriveConstraint::AngularDriveMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTwistConstraint \ static_assert(alignof(FTwistConstraint) == 0x000004, "Wrong alignment on FTwistConstraint"); \ static_assert(sizeof(FTwistConstraint) == 0x00001C, "Wrong size on FTwistConstraint"); \ static_assert(offsetof(FTwistConstraint, TwistLimitDegrees) == 0x000014, "Member 'FTwistConstraint::TwistLimitDegrees' has a wrong offset!"); \ static_assert(offsetof(FTwistConstraint, TwistMotion) == 0x000018, "Member 'FTwistConstraint::TwistMotion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLinearDriveConstraint \ static_assert(alignof(FLinearDriveConstraint) == 0x000004, "Wrong alignment on FLinearDriveConstraint"); \ static_assert(sizeof(FLinearDriveConstraint) == 0x00004C, "Wrong size on FLinearDriveConstraint"); \ static_assert(offsetof(FLinearDriveConstraint, PositionTarget) == 0x000000, "Member 'FLinearDriveConstraint::PositionTarget' has a wrong offset!"); \ static_assert(offsetof(FLinearDriveConstraint, VelocityTarget) == 0x00000C, "Member 'FLinearDriveConstraint::VelocityTarget' has a wrong offset!"); \ static_assert(offsetof(FLinearDriveConstraint, XDrive) == 0x000018, "Member 'FLinearDriveConstraint::XDrive' has a wrong offset!"); \ static_assert(offsetof(FLinearDriveConstraint, YDrive) == 0x000028, "Member 'FLinearDriveConstraint::YDrive' has a wrong offset!"); \ static_assert(offsetof(FLinearDriveConstraint, ZDrive) == 0x000038, "Member 'FLinearDriveConstraint::ZDrive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConstraintProfileProperties \ static_assert(alignof(FConstraintProfileProperties) == 0x000004, "Wrong alignment on FConstraintProfileProperties"); \ static_assert(sizeof(FConstraintProfileProperties) == 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_FConstraintInstanceBase \ static_assert(alignof(FConstraintInstanceBase) == 0x000008, "Wrong alignment on FConstraintInstanceBase"); \ static_assert(sizeof(FConstraintInstanceBase) == 0x000018, "Wrong size on FConstraintInstanceBase"); \ #define DUMPER7_ASSERTS_FConstraintInstance \ static_assert(alignof(FConstraintInstance) == 0x000008, "Wrong alignment on FConstraintInstance"); \ static_assert(sizeof(FConstraintInstance) == 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_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_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_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_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_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_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_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_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_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_FWLightProbesBlendData \ static_assert(alignof(FWLightProbesBlendData) == 0x000004, "Wrong alignment on FWLightProbesBlendData"); \ static_assert(sizeof(FWLightProbesBlendData) == 0x00000C, "Wrong size on FWLightProbesBlendData"); \ static_assert(offsetof(FWLightProbesBlendData, TexIndex1) == 0x000000, "Member 'FWLightProbesBlendData::TexIndex1' has a wrong offset!"); \ static_assert(offsetof(FWLightProbesBlendData, TexIndex2) == 0x000004, "Member 'FWLightProbesBlendData::TexIndex2' has a wrong offset!"); \ static_assert(offsetof(FWLightProbesBlendData, BlendValue) == 0x000008, "Member 'FWLightProbesBlendData::BlendValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStateMachineDebugData \ static_assert(alignof(FStateMachineDebugData) == 0x000008, "Wrong alignment on FStateMachineDebugData"); \ static_assert(sizeof(FStateMachineDebugData) == 0x0000B0, "Wrong size on FStateMachineDebugData"); \ #define DUMPER7_ASSERTS_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_FBandwidthTestItem \ static_assert(alignof(FBandwidthTestItem) == 0x000008, "Wrong alignment on FBandwidthTestItem"); \ static_assert(sizeof(FBandwidthTestItem) == 0x000010, "Wrong size on FBandwidthTestItem"); \ static_assert(offsetof(FBandwidthTestItem, Kilobyte) == 0x000000, "Member 'FBandwidthTestItem::Kilobyte' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBandwidthTestGenerator \ static_assert(alignof(FBandwidthTestGenerator) == 0x000008, "Wrong alignment on FBandwidthTestGenerator"); \ static_assert(sizeof(FBandwidthTestGenerator) == 0x000020, "Wrong size on FBandwidthTestGenerator"); \ static_assert(offsetof(FBandwidthTestGenerator, ReplicatedBuffers) == 0x000000, "Member 'FBandwidthTestGenerator::ReplicatedBuffers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_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, ForceDisallowStreaming) == 0x000065, "Member 'FTextureLODGroup::ForceDisallowStreaming' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FParameterChannelNames \ static_assert(alignof(FParameterChannelNames) == 0x000008, "Wrong alignment on FParameterChannelNames"); \ static_assert(sizeof(FParameterChannelNames) == 0x000060, "Wrong size on FParameterChannelNames"); \ static_assert(offsetof(FParameterChannelNames, R) == 0x000000, "Member 'FParameterChannelNames::R' has a wrong offset!"); \ static_assert(offsetof(FParameterChannelNames, G) == 0x000018, "Member 'FParameterChannelNames::G' has a wrong offset!"); \ static_assert(offsetof(FParameterChannelNames, b) == 0x000030, "Member 'FParameterChannelNames::b' has a wrong offset!"); \ static_assert(offsetof(FParameterChannelNames, A) == 0x000048, "Member 'FParameterChannelNames::A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FParticleEmitterReplayFrame \ static_assert(alignof(FParticleEmitterReplayFrame) == 0x000008, "Wrong alignment on FParticleEmitterReplayFrame"); \ static_assert(sizeof(FParticleEmitterReplayFrame) == 0x000010, "Wrong size on FParticleEmitterReplayFrame"); \ #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_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_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_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_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_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_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_FAnimGroupInstance \ static_assert(alignof(FAnimGroupInstance) == 0x000008, "Wrong alignment on FAnimGroupInstance"); \ static_assert(sizeof(FAnimGroupInstance) == 0x000070, "Wrong size on FAnimGroupInstance"); \ #define DUMPER7_ASSERTS_FAnimTickRecord \ static_assert(alignof(FAnimTickRecord) == 0x000008, "Wrong alignment on FAnimTickRecord"); \ static_assert(sizeof(FAnimTickRecord) == 0x000050, "Wrong size on FAnimTickRecord"); \ static_assert(offsetof(FAnimTickRecord, SourceAsset) == 0x000000, "Member 'FAnimTickRecord::SourceAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMarkerSyncAnimPosition \ static_assert(alignof(FMarkerSyncAnimPosition) == 0x000004, "Wrong alignment on FMarkerSyncAnimPosition"); \ static_assert(sizeof(FMarkerSyncAnimPosition) == 0x000014, "Wrong size on FMarkerSyncAnimPosition"); \ static_assert(offsetof(FMarkerSyncAnimPosition, PreviousMarkerName) == 0x000000, "Member 'FMarkerSyncAnimPosition::PreviousMarkerName' has a wrong offset!"); \ static_assert(offsetof(FMarkerSyncAnimPosition, NextMarkerName) == 0x000008, "Member 'FMarkerSyncAnimPosition::NextMarkerName' has a wrong offset!"); \ static_assert(offsetof(FMarkerSyncAnimPosition, PositionBetweenMarkers) == 0x000010, "Member 'FMarkerSyncAnimPosition::PositionBetweenMarkers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlendFilter \ static_assert(alignof(FBlendFilter) == 0x000008, "Wrong alignment on FBlendFilter"); \ static_assert(sizeof(FBlendFilter) == 0x000078, "Wrong size on FBlendFilter"); \ #define DUMPER7_ASSERTS_FAnimationRecordingSettings \ static_assert(alignof(FAnimationRecordingSettings) == 0x000004, "Wrong alignment on FAnimationRecordingSettings"); \ static_assert(sizeof(FAnimationRecordingSettings) == 0x000014, "Wrong size on FAnimationRecordingSettings"); \ static_assert(offsetof(FAnimationRecordingSettings, bRecordInWorldSpace) == 0x000000, "Member 'FAnimationRecordingSettings::bRecordInWorldSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimationRecordingSettings, bRemoveRootAnimation) == 0x000001, "Member 'FAnimationRecordingSettings::bRemoveRootAnimation' has a wrong offset!"); \ static_assert(offsetof(FAnimationRecordingSettings, bAutoSaveAsset) == 0x000002, "Member 'FAnimationRecordingSettings::bAutoSaveAsset' has a wrong offset!"); \ static_assert(offsetof(FAnimationRecordingSettings, SampleRate) == 0x000004, "Member 'FAnimationRecordingSettings::SampleRate' has a wrong offset!"); \ static_assert(offsetof(FAnimationRecordingSettings, Length) == 0x000008, "Member 'FAnimationRecordingSettings::Length' has a wrong offset!"); \ static_assert(offsetof(FAnimationRecordingSettings, InterpMode) == 0x00000C, "Member 'FAnimationRecordingSettings::InterpMode' has a wrong offset!"); \ static_assert(offsetof(FAnimationRecordingSettings, TangentMode) == 0x00000D, "Member 'FAnimationRecordingSettings::TangentMode' has a wrong offset!"); \ static_assert(offsetof(FAnimationRecordingSettings, bRecordTransforms) == 0x00000F, "Member 'FAnimationRecordingSettings::bRecordTransforms' has a wrong offset!"); \ static_assert(offsetof(FAnimationRecordingSettings, bRecordCurves) == 0x000010, "Member 'FAnimationRecordingSettings::bRecordCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FComponentSpacePose \ static_assert(alignof(FComponentSpacePose) == 0x000008, "Wrong alignment on FComponentSpacePose"); \ static_assert(sizeof(FComponentSpacePose) == 0x000020, "Wrong size on FComponentSpacePose"); \ static_assert(offsetof(FComponentSpacePose, Transforms) == 0x000000, "Member 'FComponentSpacePose::Transforms' has a wrong offset!"); \ static_assert(offsetof(FComponentSpacePose, Names) == 0x000010, "Member 'FComponentSpacePose::Names' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNamedTransform \ static_assert(alignof(FNamedTransform) == 0x000010, "Wrong alignment on FNamedTransform"); \ static_assert(sizeof(FNamedTransform) == 0x000040, "Wrong size on FNamedTransform"); \ static_assert(offsetof(FNamedTransform, Value) == 0x000000, "Member 'FNamedTransform::Value' has a wrong offset!"); \ static_assert(offsetof(FNamedTransform, Name) == 0x000030, "Member 'FNamedTransform::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FNamedColor \ static_assert(alignof(FNamedColor) == 0x000004, "Wrong alignment on FNamedColor"); \ static_assert(sizeof(FNamedColor) == 0x00000C, "Wrong size on FNamedColor"); \ static_assert(offsetof(FNamedColor, Value) == 0x000000, "Member 'FNamedColor::Value' has a wrong offset!"); \ static_assert(offsetof(FNamedColor, Name) == 0x000004, "Member 'FNamedColor::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNamedVector \ static_assert(alignof(FNamedVector) == 0x000004, "Wrong alignment on FNamedVector"); \ static_assert(sizeof(FNamedVector) == 0x000014, "Wrong size on FNamedVector"); \ static_assert(offsetof(FNamedVector, Value) == 0x000000, "Member 'FNamedVector::Value' has a wrong offset!"); \ static_assert(offsetof(FNamedVector, Name) == 0x00000C, "Member 'FNamedVector::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNamedFloat \ static_assert(alignof(FNamedFloat) == 0x000004, "Wrong alignment on FNamedFloat"); \ static_assert(sizeof(FNamedFloat) == 0x00000C, "Wrong size on FNamedFloat"); \ static_assert(offsetof(FNamedFloat, Value) == 0x000000, "Member 'FNamedFloat::Value' has a wrong offset!"); \ static_assert(offsetof(FNamedFloat, Name) == 0x000004, "Member 'FNamedFloat::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimParentNodeAssetOverride \ static_assert(alignof(FAnimParentNodeAssetOverride) == 0x000008, "Wrong alignment on FAnimParentNodeAssetOverride"); \ static_assert(sizeof(FAnimParentNodeAssetOverride) == 0x000018, "Wrong size on FAnimParentNodeAssetOverride"); \ static_assert(offsetof(FAnimParentNodeAssetOverride, NewAsset) == 0x000000, "Member 'FAnimParentNodeAssetOverride::NewAsset' has a wrong offset!"); \ static_assert(offsetof(FAnimParentNodeAssetOverride, ParentNodeGuid) == 0x000008, "Member 'FAnimParentNodeAssetOverride::ParentNodeGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FAnimationFrameSnapshot \ static_assert(alignof(FAnimationFrameSnapshot) == 0x000001, "Wrong alignment on FAnimationFrameSnapshot"); \ static_assert(sizeof(FAnimationFrameSnapshot) == 0x000001, "Wrong size on FAnimationFrameSnapshot"); \ #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_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_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_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_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_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_FRootMotionExtractionStep \ static_assert(alignof(FRootMotionExtractionStep) == 0x000008, "Wrong alignment on FRootMotionExtractionStep"); \ static_assert(sizeof(FRootMotionExtractionStep) == 0x000010, "Wrong size on FRootMotionExtractionStep"); \ static_assert(offsetof(FRootMotionExtractionStep, AnimSequence) == 0x000000, "Member 'FRootMotionExtractionStep::AnimSequence' has a wrong offset!"); \ static_assert(offsetof(FRootMotionExtractionStep, StartPosition) == 0x000008, "Member 'FRootMotionExtractionStep::StartPosition' has a wrong offset!"); \ static_assert(offsetof(FRootMotionExtractionStep, EndPosition) == 0x00000C, "Member 'FRootMotionExtractionStep::EndPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationErrorStats \ static_assert(alignof(FAnimationErrorStats) == 0x000004, "Wrong alignment on FAnimationErrorStats"); \ static_assert(sizeof(FAnimationErrorStats) == 0x000010, "Wrong size on FAnimationErrorStats"); \ #define DUMPER7_ASSERTS_FFloatCurve \ static_assert(alignof(FFloatCurve) == 0x000008, "Wrong alignment on FFloatCurve"); \ static_assert(sizeof(FFloatCurve) == 0x000098, "Wrong size on FFloatCurve"); \ static_assert(offsetof(FFloatCurve, FloatCurve) == 0x000018, "Member 'FFloatCurve::FloatCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRawCurveTracks \ static_assert(alignof(FRawCurveTracks) == 0x000008, "Wrong alignment on FRawCurveTracks"); \ static_assert(sizeof(FRawCurveTracks) == 0x000010, "Wrong size on FRawCurveTracks"); \ static_assert(offsetof(FRawCurveTracks, FloatCurves) == 0x000000, "Member 'FRawCurveTracks::FloatCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_FAnimInstanceSubsystemData \ static_assert(alignof(FAnimInstanceSubsystemData) == 0x000001, "Wrong alignment on FAnimInstanceSubsystemData"); \ static_assert(sizeof(FAnimInstanceSubsystemData) == 0x000001, "Wrong size on FAnimInstanceSubsystemData"); \ #define DUMPER7_ASSERTS_FAnimLinkableElement \ static_assert(alignof(FAnimLinkableElement) == 0x000008, "Wrong alignment on FAnimLinkableElement"); \ static_assert(sizeof(FAnimLinkableElement) == 0x000030, "Wrong size on FAnimLinkableElement"); \ static_assert(offsetof(FAnimLinkableElement, LinkedMontage) == 0x000008, "Member 'FAnimLinkableElement::LinkedMontage' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, SlotIndex) == 0x000010, "Member 'FAnimLinkableElement::SlotIndex' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, SegmentIndex) == 0x000014, "Member 'FAnimLinkableElement::SegmentIndex' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, LinkMethod) == 0x000018, "Member 'FAnimLinkableElement::LinkMethod' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, CachedLinkMethod) == 0x000019, "Member 'FAnimLinkableElement::CachedLinkMethod' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, SegmentBeginTime) == 0x00001C, "Member 'FAnimLinkableElement::SegmentBeginTime' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, SegmentLength) == 0x000020, "Member 'FAnimLinkableElement::SegmentLength' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, LinkValue) == 0x000024, "Member 'FAnimLinkableElement::LinkValue' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, LinkedSequence) == 0x000028, "Member 'FAnimLinkableElement::LinkedSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNotifyEvent \ static_assert(alignof(FAnimNotifyEvent) == 0x000008, "Wrong alignment on FAnimNotifyEvent"); \ static_assert(sizeof(FAnimNotifyEvent) == 0x0000B8, "Wrong size on FAnimNotifyEvent"); \ static_assert(offsetof(FAnimNotifyEvent, DisplayTime) == 0x000030, "Member 'FAnimNotifyEvent::DisplayTime' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, TriggerTimeOffset) == 0x000034, "Member 'FAnimNotifyEvent::TriggerTimeOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, EndTriggerTimeOffset) == 0x000038, "Member 'FAnimNotifyEvent::EndTriggerTimeOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, TriggerWeightThreshold) == 0x00003C, "Member 'FAnimNotifyEvent::TriggerWeightThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, NotifyName) == 0x000040, "Member 'FAnimNotifyEvent::NotifyName' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, Notify) == 0x000048, "Member 'FAnimNotifyEvent::Notify' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, NotifyStateClass) == 0x000050, "Member 'FAnimNotifyEvent::NotifyStateClass' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, Duration) == 0x000058, "Member 'FAnimNotifyEvent::Duration' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, EndLink) == 0x000060, "Member 'FAnimNotifyEvent::EndLink' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, bConvertedFromBranchingPoint) == 0x000090, "Member 'FAnimNotifyEvent::bConvertedFromBranchingPoint' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, MontageTickType) == 0x000091, "Member 'FAnimNotifyEvent::MontageTickType' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, NotifyTriggerChance) == 0x000094, "Member 'FAnimNotifyEvent::NotifyTriggerChance' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, NotifyFilterType) == 0x000098, "Member 'FAnimNotifyEvent::NotifyFilterType' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, NotifyFilterLOD) == 0x00009C, "Member 'FAnimNotifyEvent::NotifyFilterLOD' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, bTriggerOnDedicatedServer) == 0x0000A0, "Member 'FAnimNotifyEvent::bTriggerOnDedicatedServer' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, bTriggerOnFollower) == 0x0000A1, "Member 'FAnimNotifyEvent::bTriggerOnFollower' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, TrackIndex) == 0x0000A4, "Member 'FAnimNotifyEvent::TrackIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FCameraShakeUpdateResult \ static_assert(alignof(FCameraShakeUpdateResult) == 0x000010, "Wrong alignment on FCameraShakeUpdateResult"); \ static_assert(sizeof(FCameraShakeUpdateResult) == 0x000620, "Wrong size on FCameraShakeUpdateResult"); \ #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_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_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_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_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_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_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_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_FInertializationPoseDiff \ static_assert(alignof(FInertializationPoseDiff) == 0x000008, "Wrong alignment on FInertializationPoseDiff"); \ static_assert(sizeof(FInertializationPoseDiff) == 0x000028, "Wrong size on FInertializationPoseDiff"); \ #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_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_FInertializationBoneDiff \ static_assert(alignof(FInertializationBoneDiff) == 0x000004, "Wrong alignment on FInertializationBoneDiff"); \ static_assert(sizeof(FInertializationBoneDiff) == 0x00003C, "Wrong size on FInertializationBoneDiff"); \ #define DUMPER7_ASSERTS_FInertializationPose \ static_assert(alignof(FInertializationPose) == 0x000010, "Wrong alignment on FInertializationPose"); \ static_assert(sizeof(FInertializationPose) == 0x0000A0, "Wrong size on FInertializationPose"); \ #define DUMPER7_ASSERTS_FAnimNode_LinkedAnimGraph \ static_assert(alignof(FAnimNode_LinkedAnimGraph) == 0x000008, "Wrong alignment on FAnimNode_LinkedAnimGraph"); \ static_assert(sizeof(FAnimNode_LinkedAnimGraph) == 0x0000A0, "Wrong size on FAnimNode_LinkedAnimGraph"); \ static_assert(offsetof(FAnimNode_LinkedAnimGraph, InputPoses) == 0x000058, "Member 'FAnimNode_LinkedAnimGraph::InputPoses' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LinkedAnimGraph, InputPoseNames) == 0x000068, "Member 'FAnimNode_LinkedAnimGraph::InputPoseNames' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LinkedAnimGraph, InstanceClass) == 0x000078, "Member 'FAnimNode_LinkedAnimGraph::InstanceClass' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LinkedAnimGraph, Tag) == 0x000080, "Member 'FAnimNode_LinkedAnimGraph::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FCanvasIcon \ static_assert(alignof(FCanvasIcon) == 0x000008, "Wrong alignment on FCanvasIcon"); \ static_assert(sizeof(FCanvasIcon) == 0x000018, "Wrong size on FCanvasIcon"); \ static_assert(offsetof(FCanvasIcon, Texture) == 0x000000, "Member 'FCanvasIcon::Texture' has a wrong offset!"); \ static_assert(offsetof(FCanvasIcon, U) == 0x000008, "Member 'FCanvasIcon::U' has a wrong offset!"); \ static_assert(offsetof(FCanvasIcon, V) == 0x00000C, "Member 'FCanvasIcon::V' has a wrong offset!"); \ static_assert(offsetof(FCanvasIcon, UL) == 0x000010, "Member 'FCanvasIcon::UL' has a wrong offset!"); \ static_assert(offsetof(FCanvasIcon, VL) == 0x000014, "Member 'FCanvasIcon::VL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_SequencePlayer \ static_assert(alignof(FAnimNode_SequencePlayer) == 0x000008, "Wrong alignment on FAnimNode_SequencePlayer"); \ static_assert(sizeof(FAnimNode_SequencePlayer) == 0x000080, "Wrong size on FAnimNode_SequencePlayer"); \ static_assert(offsetof(FAnimNode_SequencePlayer, Sequence) == 0x000038, "Member 'FAnimNode_SequencePlayer::Sequence' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequencePlayer, PlayRateBasis) == 0x000040, "Member 'FAnimNode_SequencePlayer::PlayRateBasis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequencePlayer, PlayRate) == 0x000044, "Member 'FAnimNode_SequencePlayer::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequencePlayer, PlayRateScaleBiasClamp) == 0x000048, "Member 'FAnimNode_SequencePlayer::PlayRateScaleBiasClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequencePlayer, StartPosition) == 0x000078, "Member 'FAnimNode_SequencePlayer::StartPosition' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequencePlayer, bLoopAnimation) == 0x00007C, "Member 'FAnimNode_SequencePlayer::bLoopAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_StateMachine \ static_assert(alignof(FAnimNode_StateMachine) == 0x000008, "Wrong alignment on FAnimNode_StateMachine"); \ static_assert(sizeof(FAnimNode_StateMachine) == 0x0000B0, "Wrong size on FAnimNode_StateMachine"); \ static_assert(offsetof(FAnimNode_StateMachine, StateMachineIndexInClass) == 0x000010, "Member 'FAnimNode_StateMachine::StateMachineIndexInClass' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StateMachine, MaxTransitionsPerFrame) == 0x000014, "Member 'FAnimNode_StateMachine::MaxTransitionsPerFrame' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StateMachine, bSkipFirstUpdateTransition) == 0x000018, "Member 'FAnimNode_StateMachine::bSkipFirstUpdateTransition' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StateMachine, bReinitializeOnBecomingRelevant) == 0x000019, "Member 'FAnimNode_StateMachine::bReinitializeOnBecomingRelevant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFindFloorResult \ static_assert(alignof(FFindFloorResult) == 0x000004, "Wrong alignment on FFindFloorResult"); \ static_assert(sizeof(FFindFloorResult) == 0x000094, "Wrong size on FFindFloorResult"); \ static_assert(offsetof(FFindFloorResult, FloorDist) == 0x000004, "Member 'FFindFloorResult::FloorDist' has a wrong offset!"); \ static_assert(offsetof(FFindFloorResult, LineDist) == 0x000008, "Member 'FFindFloorResult::LineDist' has a wrong offset!"); \ static_assert(offsetof(FFindFloorResult, HitResult) == 0x00000C, "Member 'FFindFloorResult::HitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_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!"); \ static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, RootMotionMode) == 0x0000F2, "Member 'FAnimNode_TransitionPoseEvaluator::RootMotionMode' 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_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_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_FExposedValueHandler \ static_assert(alignof(FExposedValueHandler) == 0x000008, "Wrong alignment on FExposedValueHandler"); \ static_assert(sizeof(FExposedValueHandler) == 0x000050, "Wrong size on FExposedValueHandler"); \ static_assert(offsetof(FExposedValueHandler, BoundFunction) == 0x000000, "Member 'FExposedValueHandler::BoundFunction' has a wrong offset!"); \ static_assert(offsetof(FExposedValueHandler, CopyRecords) == 0x000008, "Member 'FExposedValueHandler::CopyRecords' has a wrong offset!"); \ static_assert(offsetof(FExposedValueHandler, Function) == 0x000018, "Member 'FExposedValueHandler::Function' has a wrong offset!"); \ static_assert(offsetof(FExposedValueHandler, ValueHandlerNodeProperty) == 0x000020, "Member 'FExposedValueHandler::ValueHandlerNodeProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ConvertLocalToComponentSpace \ static_assert(alignof(FAnimNode_ConvertLocalToComponentSpace) == 0x000008, "Wrong alignment on FAnimNode_ConvertLocalToComponentSpace"); \ static_assert(sizeof(FAnimNode_ConvertLocalToComponentSpace) == 0x000020, "Wrong size on FAnimNode_ConvertLocalToComponentSpace"); \ static_assert(offsetof(FAnimNode_ConvertLocalToComponentSpace, LocalPose) == 0x000010, "Member 'FAnimNode_ConvertLocalToComponentSpace::LocalPose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FAnimNotifyArray \ static_assert(alignof(FAnimNotifyArray) == 0x000008, "Wrong alignment on FAnimNotifyArray"); \ static_assert(sizeof(FAnimNotifyArray) == 0x000010, "Wrong size on FAnimNotifyArray"); \ static_assert(offsetof(FAnimNotifyArray, Notifies) == 0x000000, "Member 'FAnimNotifyArray::Notifies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNotifyQueue \ static_assert(alignof(FAnimNotifyQueue) == 0x000008, "Wrong alignment on FAnimNotifyQueue"); \ static_assert(sizeof(FAnimNotifyQueue) == 0x000070, "Wrong size on FAnimNotifyQueue"); \ static_assert(offsetof(FAnimNotifyQueue, AnimNotifies) == 0x000010, "Member 'FAnimNotifyQueue::AnimNotifies' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyQueue, UnfilteredMontageAnimNotifies) == 0x000020, "Member 'FAnimNotifyQueue::UnfilteredMontageAnimNotifies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FRuntimeCurveVector2D \ static_assert(alignof(FRuntimeCurveVector2D) == 0x000008, "Wrong alignment on FRuntimeCurveVector2D"); \ static_assert(sizeof(FRuntimeCurveVector2D) == 0x000108, "Wrong size on FRuntimeCurveVector2D"); \ static_assert(offsetof(FRuntimeCurveVector2D, VectorCurves) == 0x000000, "Member 'FRuntimeCurveVector2D::VectorCurves' has a wrong offset!"); \ static_assert(offsetof(FRuntimeCurveVector2D, ExternalCurve) == 0x000100, "Member 'FRuntimeCurveVector2D::ExternalCurve' 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_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_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_FBakedStateExitTransition \ static_assert(alignof(FBakedStateExitTransition) == 0x000008, "Wrong alignment on FBakedStateExitTransition"); \ static_assert(sizeof(FBakedStateExitTransition) == 0x000020, "Wrong size on FBakedStateExitTransition"); \ static_assert(offsetof(FBakedStateExitTransition, CanTakeDelegateIndex) == 0x000000, "Member 'FBakedStateExitTransition::CanTakeDelegateIndex' has a wrong offset!"); \ static_assert(offsetof(FBakedStateExitTransition, CustomResultNodeIndex) == 0x000004, "Member 'FBakedStateExitTransition::CustomResultNodeIndex' has a wrong offset!"); \ static_assert(offsetof(FBakedStateExitTransition, TransitionIndex) == 0x000008, "Member 'FBakedStateExitTransition::TransitionIndex' has a wrong offset!"); \ static_assert(offsetof(FBakedStateExitTransition, bDesiredTransitionReturnValue) == 0x00000C, "Member 'FBakedStateExitTransition::bDesiredTransitionReturnValue' has a wrong offset!"); \ static_assert(offsetof(FBakedStateExitTransition, bAutomaticRemainingTimeRule) == 0x00000D, "Member 'FBakedStateExitTransition::bAutomaticRemainingTimeRule' has a wrong offset!"); \ static_assert(offsetof(FBakedStateExitTransition, PoseEvaluatorLinks) == 0x000010, "Member 'FBakedStateExitTransition::PoseEvaluatorLinks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBakedAnimationState \ static_assert(alignof(FBakedAnimationState) == 0x000008, "Wrong alignment on FBakedAnimationState"); \ static_assert(sizeof(FBakedAnimationState) == 0x000058, "Wrong size on FBakedAnimationState"); \ static_assert(offsetof(FBakedAnimationState, StateName) == 0x000000, "Member 'FBakedAnimationState::StateName' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, Transitions) == 0x000008, "Member 'FBakedAnimationState::Transitions' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, StateRootNodeIndex) == 0x000018, "Member 'FBakedAnimationState::StateRootNodeIndex' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, StartNotify) == 0x00001C, "Member 'FBakedAnimationState::StartNotify' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, EndNotify) == 0x000020, "Member 'FBakedAnimationState::EndNotify' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, FullyBlendedNotify) == 0x000024, "Member 'FBakedAnimationState::FullyBlendedNotify' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, bIsAConduit) == 0x000028, "Member 'FBakedAnimationState::bIsAConduit' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, EntryRuleNodeIndex) == 0x00002C, "Member 'FBakedAnimationState::EntryRuleNodeIndex' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, PlayerNodeIndices) == 0x000030, "Member 'FBakedAnimationState::PlayerNodeIndices' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, LayerNodeIndices) == 0x000040, "Member 'FBakedAnimationState::LayerNodeIndices' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, bAlwaysResetOnEntry) == 0x000050, "Member 'FBakedAnimationState::bAlwaysResetOnEntry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationStateBase \ static_assert(alignof(FAnimationStateBase) == 0x000004, "Wrong alignment on FAnimationStateBase"); \ static_assert(sizeof(FAnimationStateBase) == 0x000008, "Wrong size on FAnimationStateBase"); \ static_assert(offsetof(FAnimationStateBase, StateName) == 0x000000, "Member 'FAnimationStateBase::StateName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationTransitionBetweenStates \ static_assert(alignof(FAnimationTransitionBetweenStates) == 0x000008, "Wrong alignment on FAnimationTransitionBetweenStates"); \ static_assert(sizeof(FAnimationTransitionBetweenStates) == 0x000040, "Wrong size on FAnimationTransitionBetweenStates"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, PreviousState) == 0x000008, "Member 'FAnimationTransitionBetweenStates::PreviousState' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, NextState) == 0x00000C, "Member 'FAnimationTransitionBetweenStates::NextState' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, CrossfadeDuration) == 0x000010, "Member 'FAnimationTransitionBetweenStates::CrossfadeDuration' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, StartNotify) == 0x000014, "Member 'FAnimationTransitionBetweenStates::StartNotify' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, EndNotify) == 0x000018, "Member 'FAnimationTransitionBetweenStates::EndNotify' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, InterruptNotify) == 0x00001C, "Member 'FAnimationTransitionBetweenStates::InterruptNotify' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, BlendMode) == 0x000020, "Member 'FAnimationTransitionBetweenStates::BlendMode' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, CustomCurve) == 0x000028, "Member 'FAnimationTransitionBetweenStates::CustomCurve' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, BlendProfile) == 0x000030, "Member 'FAnimationTransitionBetweenStates::BlendProfile' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, LogicType) == 0x000038, "Member 'FAnimationTransitionBetweenStates::LogicType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBakedAnimationStateMachine \ static_assert(alignof(FBakedAnimationStateMachine) == 0x000008, "Wrong alignment on FBakedAnimationStateMachine"); \ static_assert(sizeof(FBakedAnimationStateMachine) == 0x000030, "Wrong size on FBakedAnimationStateMachine"); \ static_assert(offsetof(FBakedAnimationStateMachine, MachineName) == 0x000000, "Member 'FBakedAnimationStateMachine::MachineName' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationStateMachine, InitialState) == 0x000008, "Member 'FBakedAnimationStateMachine::InitialState' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationStateMachine, States) == 0x000010, "Member 'FBakedAnimationStateMachine::States' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationStateMachine, Transitions) == 0x000020, "Member 'FBakedAnimationStateMachine::Transitions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_FAssetImportInfo \ static_assert(alignof(FAssetImportInfo) == 0x000001, "Wrong alignment on FAssetImportInfo"); \ static_assert(sizeof(FAssetImportInfo) == 0x000001, "Wrong size on FAssetImportInfo"); \ #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_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_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_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_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_FAtmospherePrecomputeInstanceData \ static_assert(alignof(FAtmospherePrecomputeInstanceData) == 0x000008, "Wrong alignment on FAtmospherePrecomputeInstanceData"); \ static_assert(sizeof(FAtmospherePrecomputeInstanceData) == 0x000188, "Wrong size on FAtmospherePrecomputeInstanceData"); \ #define DUMPER7_ASSERTS_FAtmospherePrecomputeFullParameters \ static_assert(alignof(FAtmospherePrecomputeFullParameters) == 0x000004, "Wrong alignment on FAtmospherePrecomputeFullParameters"); \ static_assert(sizeof(FAtmospherePrecomputeFullParameters) == 0x000028, "Wrong size on FAtmospherePrecomputeFullParameters"); \ static_assert(offsetof(FAtmospherePrecomputeFullParameters, RayleighHeight) == 0x000000, "Member 'FAtmospherePrecomputeFullParameters::RayleighHeight' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeFullParameters, MieHeight) == 0x000004, "Member 'FAtmospherePrecomputeFullParameters::MieHeight' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeFullParameters, BetaMieScattering) == 0x000008, "Member 'FAtmospherePrecomputeFullParameters::BetaMieScattering' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeFullParameters, MieG) == 0x000014, "Member 'FAtmospherePrecomputeFullParameters::MieG' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeFullParameters, BetaRayleighScattering) == 0x000018, "Member 'FAtmospherePrecomputeFullParameters::BetaRayleighScattering' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeFullParameters, BetaMieRatio) == 0x000024, "Member 'FAtmospherePrecomputeFullParameters::BetaMieRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAtmospherePrecomputeParameters \ static_assert(alignof(FAtmospherePrecomputeParameters) == 0x000004, "Wrong alignment on FAtmospherePrecomputeParameters"); \ static_assert(sizeof(FAtmospherePrecomputeParameters) == 0x000058, "Wrong size on FAtmospherePrecomputeParameters"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, DensityHeight) == 0x000000, "Member 'FAtmospherePrecomputeParameters::DensityHeight' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, FullParams) == 0x000004, "Member 'FAtmospherePrecomputeParameters::FullParams' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, DecayHeight) == 0x00002C, "Member 'FAtmospherePrecomputeParameters::DecayHeight' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, MaxScatteringOrder) == 0x000030, "Member 'FAtmospherePrecomputeParameters::MaxScatteringOrder' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, TransmittanceTexWidth) == 0x000034, "Member 'FAtmospherePrecomputeParameters::TransmittanceTexWidth' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, TransmittanceTexHeight) == 0x000038, "Member 'FAtmospherePrecomputeParameters::TransmittanceTexHeight' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, IrradianceTexWidth) == 0x00003C, "Member 'FAtmospherePrecomputeParameters::IrradianceTexWidth' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, IrradianceTexHeight) == 0x000040, "Member 'FAtmospherePrecomputeParameters::IrradianceTexHeight' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, InscatterAltitudeSampleNum) == 0x000044, "Member 'FAtmospherePrecomputeParameters::InscatterAltitudeSampleNum' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, InscatterMuNum) == 0x000048, "Member 'FAtmospherePrecomputeParameters::InscatterMuNum' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, InscatterMuSNum) == 0x00004C, "Member 'FAtmospherePrecomputeParameters::InscatterMuSNum' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, InscatterNuNum) == 0x000050, "Member 'FAtmospherePrecomputeParameters::InscatterNuNum' has a wrong offset!"); \ static_assert(offsetof(FAtmospherePrecomputeParameters, bUseFullParams) == 0x000054, "Member 'FAtmospherePrecomputeParameters::bUseFullParams' 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_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_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_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_FAudioEffectParameters \ static_assert(alignof(FAudioEffectParameters) == 0x000008, "Wrong alignment on FAudioEffectParameters"); \ static_assert(sizeof(FAudioEffectParameters) == 0x000008, "Wrong size on FAudioEffectParameters"); \ #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_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_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_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_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_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_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_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_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_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_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_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_FBuildPromotionImportWorkflowSettings \ static_assert(alignof(FBuildPromotionImportWorkflowSettings) == 0x000008, "Wrong alignment on FBuildPromotionImportWorkflowSettings"); \ static_assert(sizeof(FBuildPromotionImportWorkflowSettings) == 0x000150, "Wrong size on FBuildPromotionImportWorkflowSettings"); \ static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Diffuse) == 0x000000, "Member 'FBuildPromotionImportWorkflowSettings::Diffuse' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionImportWorkflowSettings, normal) == 0x000020, "Member 'FBuildPromotionImportWorkflowSettings::normal' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionImportWorkflowSettings, StaticMesh) == 0x000040, "Member 'FBuildPromotionImportWorkflowSettings::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionImportWorkflowSettings, ReimportStaticMesh) == 0x000060, "Member 'FBuildPromotionImportWorkflowSettings::ReimportStaticMesh' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionImportWorkflowSettings, BlendShapeMesh) == 0x000080, "Member 'FBuildPromotionImportWorkflowSettings::BlendShapeMesh' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionImportWorkflowSettings, MorphMesh) == 0x0000A0, "Member 'FBuildPromotionImportWorkflowSettings::MorphMesh' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionImportWorkflowSettings, SkeletalMesh) == 0x0000C0, "Member 'FBuildPromotionImportWorkflowSettings::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Animation) == 0x0000E0, "Member 'FBuildPromotionImportWorkflowSettings::Animation' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionImportWorkflowSettings, Sound) == 0x000100, "Member 'FBuildPromotionImportWorkflowSettings::Sound' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionImportWorkflowSettings, SurroundSound) == 0x000120, "Member 'FBuildPromotionImportWorkflowSettings::SurroundSound' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionImportWorkflowSettings, OtherAssetsToImport) == 0x000140, "Member 'FBuildPromotionImportWorkflowSettings::OtherAssetsToImport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBuildPromotionOpenAssetSettings \ static_assert(alignof(FBuildPromotionOpenAssetSettings) == 0x000008, "Wrong alignment on FBuildPromotionOpenAssetSettings"); \ static_assert(sizeof(FBuildPromotionOpenAssetSettings) == 0x000060, "Wrong size on FBuildPromotionOpenAssetSettings"); \ static_assert(offsetof(FBuildPromotionOpenAssetSettings, BlueprintAsset) == 0x000000, "Member 'FBuildPromotionOpenAssetSettings::BlueprintAsset' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionOpenAssetSettings, MaterialAsset) == 0x000010, "Member 'FBuildPromotionOpenAssetSettings::MaterialAsset' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionOpenAssetSettings, ParticleSystemAsset) == 0x000020, "Member 'FBuildPromotionOpenAssetSettings::ParticleSystemAsset' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionOpenAssetSettings, SkeletalMeshAsset) == 0x000030, "Member 'FBuildPromotionOpenAssetSettings::SkeletalMeshAsset' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionOpenAssetSettings, StaticMeshAsset) == 0x000040, "Member 'FBuildPromotionOpenAssetSettings::StaticMeshAsset' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionOpenAssetSettings, TextureAsset) == 0x000050, "Member 'FBuildPromotionOpenAssetSettings::TextureAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBuildPromotionNewProjectSettings \ static_assert(alignof(FBuildPromotionNewProjectSettings) == 0x000008, "Wrong alignment on FBuildPromotionNewProjectSettings"); \ static_assert(sizeof(FBuildPromotionNewProjectSettings) == 0x000020, "Wrong size on FBuildPromotionNewProjectSettings"); \ static_assert(offsetof(FBuildPromotionNewProjectSettings, NewProjectFolderOverride) == 0x000000, "Member 'FBuildPromotionNewProjectSettings::NewProjectFolderOverride' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionNewProjectSettings, NewProjectNameOverride) == 0x000010, "Member 'FBuildPromotionNewProjectSettings::NewProjectNameOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBuildPromotionTestSettings \ static_assert(alignof(FBuildPromotionTestSettings) == 0x000008, "Wrong alignment on FBuildPromotionTestSettings"); \ static_assert(sizeof(FBuildPromotionTestSettings) == 0x0001F0, "Wrong size on FBuildPromotionTestSettings"); \ static_assert(offsetof(FBuildPromotionTestSettings, DefaultStaticMeshAsset) == 0x000000, "Member 'FBuildPromotionTestSettings::DefaultStaticMeshAsset' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionTestSettings, ImportWorkflow) == 0x000010, "Member 'FBuildPromotionTestSettings::ImportWorkflow' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionTestSettings, OpenAssets) == 0x000160, "Member 'FBuildPromotionTestSettings::OpenAssets' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionTestSettings, NewProjectSettings) == 0x0001C0, "Member 'FBuildPromotionTestSettings::NewProjectSettings' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionTestSettings, SourceControlMaterial) == 0x0001E0, "Member 'FBuildPromotionTestSettings::SourceControlMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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, Threshold) == 0x000004, "Member 'FGaussianSumBloomSettings::Threshold' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Cross) == 0x000008, "Member 'FGaussianSumBloomSettings::Cross' 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_FURL \ static_assert(alignof(FURL) == 0x000008, "Wrong alignment on FURL"); \ static_assert(sizeof(FURL) == 0x000068, "Wrong size on FURL"); \ static_assert(offsetof(FURL, Protocol) == 0x000000, "Member 'FURL::Protocol' has a wrong offset!"); \ static_assert(offsetof(FURL, Host) == 0x000010, "Member 'FURL::Host' has a wrong offset!"); \ static_assert(offsetof(FURL, Port) == 0x000020, "Member 'FURL::Port' has a wrong offset!"); \ static_assert(offsetof(FURL, Valid) == 0x000024, "Member 'FURL::Valid' has a wrong offset!"); \ static_assert(offsetof(FURL, Map) == 0x000028, "Member 'FURL::Map' has a wrong offset!"); \ static_assert(offsetof(FURL, RedirectURL) == 0x000038, "Member 'FURL::RedirectURL' has a wrong offset!"); \ static_assert(offsetof(FURL, Op) == 0x000048, "Member 'FURL::Op' has a wrong offset!"); \ static_assert(offsetof(FURL, Portal) == 0x000058, "Member 'FURL::Portal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFullyLoadedPackagesInfo \ static_assert(alignof(FFullyLoadedPackagesInfo) == 0x000008, "Wrong alignment on FFullyLoadedPackagesInfo"); \ static_assert(sizeof(FFullyLoadedPackagesInfo) == 0x000038, "Wrong size on FFullyLoadedPackagesInfo"); \ static_assert(offsetof(FFullyLoadedPackagesInfo, FullyLoadType) == 0x000000, "Member 'FFullyLoadedPackagesInfo::FullyLoadType' has a wrong offset!"); \ static_assert(offsetof(FFullyLoadedPackagesInfo, Tag) == 0x000008, "Member 'FFullyLoadedPackagesInfo::Tag' has a wrong offset!"); \ static_assert(offsetof(FFullyLoadedPackagesInfo, PackagesToLoad) == 0x000018, "Member 'FFullyLoadedPackagesInfo::PackagesToLoad' has a wrong offset!"); \ static_assert(offsetof(FFullyLoadedPackagesInfo, LoadedObjects) == 0x000028, "Member 'FFullyLoadedPackagesInfo::LoadedObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNamedNetDriver \ static_assert(alignof(FNamedNetDriver) == 0x000008, "Wrong alignment on FNamedNetDriver"); \ static_assert(sizeof(FNamedNetDriver) == 0x000010, "Wrong size on FNamedNetDriver"); \ static_assert(offsetof(FNamedNetDriver, NetDriver) == 0x000000, "Member 'FNamedNetDriver::NetDriver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldContext \ static_assert(alignof(FWorldContext) == 0x000008, "Wrong alignment on FWorldContext"); \ static_assert(sizeof(FWorldContext) == 0x000288, "Wrong size on FWorldContext"); \ static_assert(offsetof(FWorldContext, LastURL) == 0x0000D0, "Member 'FWorldContext::LastURL' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, LastRemoteURL) == 0x000138, "Member 'FWorldContext::LastRemoteURL' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, PendingNetGame) == 0x0001A0, "Member 'FWorldContext::PendingNetGame' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, PackagesToFullyLoad) == 0x0001A8, "Member 'FWorldContext::PackagesToFullyLoad' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, LoadedLevelsForPendingMapChange) == 0x0001C8, "Member 'FWorldContext::LoadedLevelsForPendingMapChange' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, ObjectReferencers) == 0x0001F0, "Member 'FWorldContext::ObjectReferencers' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, PendingLevelStreamingStatusUpdates) == 0x000200, "Member 'FWorldContext::PendingLevelStreamingStatusUpdates' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, GameViewport) == 0x000210, "Member 'FWorldContext::GameViewport' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, OwningGameInstance) == 0x000218, "Member 'FWorldContext::OwningGameInstance' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, ActiveNetDrivers) == 0x000220, "Member 'FWorldContext::ActiveNetDrivers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FParticleEditorPromotionSettings \ static_assert(alignof(FParticleEditorPromotionSettings) == 0x000008, "Wrong alignment on FParticleEditorPromotionSettings"); \ static_assert(sizeof(FParticleEditorPromotionSettings) == 0x000010, "Wrong size on FParticleEditorPromotionSettings"); \ static_assert(offsetof(FParticleEditorPromotionSettings, DefaultParticleAsset) == 0x000000, "Member 'FParticleEditorPromotionSettings::DefaultParticleAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialEditorPromotionSettings \ static_assert(alignof(FMaterialEditorPromotionSettings) == 0x000008, "Wrong alignment on FMaterialEditorPromotionSettings"); \ static_assert(sizeof(FMaterialEditorPromotionSettings) == 0x000030, "Wrong size on FMaterialEditorPromotionSettings"); \ static_assert(offsetof(FMaterialEditorPromotionSettings, DefaultMaterialAsset) == 0x000000, "Member 'FMaterialEditorPromotionSettings::DefaultMaterialAsset' has a wrong offset!"); \ static_assert(offsetof(FMaterialEditorPromotionSettings, DefaultDiffuseTexture) == 0x000010, "Member 'FMaterialEditorPromotionSettings::DefaultDiffuseTexture' has a wrong offset!"); \ static_assert(offsetof(FMaterialEditorPromotionSettings, DefaultNormalTexture) == 0x000020, "Member 'FMaterialEditorPromotionSettings::DefaultNormalTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEditorImportExportTestDefinition \ static_assert(alignof(FEditorImportExportTestDefinition) == 0x000008, "Wrong alignment on FEditorImportExportTestDefinition"); \ static_assert(sizeof(FEditorImportExportTestDefinition) == 0x000038, "Wrong size on FEditorImportExportTestDefinition"); \ static_assert(offsetof(FEditorImportExportTestDefinition, ImportFilePath) == 0x000000, "Member 'FEditorImportExportTestDefinition::ImportFilePath' has a wrong offset!"); \ static_assert(offsetof(FEditorImportExportTestDefinition, ExportFileExtension) == 0x000010, "Member 'FEditorImportExportTestDefinition::ExportFileExtension' has a wrong offset!"); \ static_assert(offsetof(FEditorImportExportTestDefinition, bSkipExport) == 0x000020, "Member 'FEditorImportExportTestDefinition::bSkipExport' has a wrong offset!"); \ static_assert(offsetof(FEditorImportExportTestDefinition, FactorySettings) == 0x000028, "Member 'FEditorImportExportTestDefinition::FactorySettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExternalToolDefinition \ static_assert(alignof(FExternalToolDefinition) == 0x000008, "Wrong alignment on FExternalToolDefinition"); \ static_assert(sizeof(FExternalToolDefinition) == 0x000060, "Wrong size on FExternalToolDefinition"); \ static_assert(offsetof(FExternalToolDefinition, ToolName) == 0x000000, "Member 'FExternalToolDefinition::ToolName' has a wrong offset!"); \ static_assert(offsetof(FExternalToolDefinition, ExecutablePath) == 0x000010, "Member 'FExternalToolDefinition::ExecutablePath' has a wrong offset!"); \ static_assert(offsetof(FExternalToolDefinition, CommandLineOptions) == 0x000020, "Member 'FExternalToolDefinition::CommandLineOptions' has a wrong offset!"); \ static_assert(offsetof(FExternalToolDefinition, WorkingDirectory) == 0x000030, "Member 'FExternalToolDefinition::WorkingDirectory' has a wrong offset!"); \ static_assert(offsetof(FExternalToolDefinition, ScriptExtension) == 0x000040, "Member 'FExternalToolDefinition::ScriptExtension' has a wrong offset!"); \ static_assert(offsetof(FExternalToolDefinition, ScriptDirectory) == 0x000050, "Member 'FExternalToolDefinition::ScriptDirectory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStatColorMapEntry \ static_assert(alignof(FStatColorMapEntry) == 0x000004, "Wrong alignment on FStatColorMapEntry"); \ static_assert(sizeof(FStatColorMapEntry) == 0x000008, "Wrong size on FStatColorMapEntry"); \ static_assert(offsetof(FStatColorMapEntry, In) == 0x000000, "Member 'FStatColorMapEntry::In' has a wrong offset!"); \ static_assert(offsetof(FStatColorMapEntry, Out) == 0x000004, "Member 'FStatColorMapEntry::Out' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStatColorMapping \ static_assert(alignof(FStatColorMapping) == 0x000008, "Wrong alignment on FStatColorMapping"); \ static_assert(sizeof(FStatColorMapping) == 0x000028, "Wrong size on FStatColorMapping"); \ static_assert(offsetof(FStatColorMapping, StatName) == 0x000000, "Member 'FStatColorMapping::StatName' has a wrong offset!"); \ static_assert(offsetof(FStatColorMapping, ColorMap) == 0x000010, "Member 'FStatColorMapping::ColorMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FInsideVolumeOptionsMask \ static_assert(alignof(FInsideVolumeOptionsMask) == 0x000004, "Wrong alignment on FInsideVolumeOptionsMask"); \ static_assert(sizeof(FInsideVolumeOptionsMask) == 0x000004, "Wrong size on FInsideVolumeOptionsMask"); \ static_assert(offsetof(FInsideVolumeOptionsMask, Mask) == 0x000000, "Member 'FInsideVolumeOptionsMask::Mask' 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_FInsideVolumeDistanceField \ static_assert(alignof(FInsideVolumeDistanceField) == 0x000008, "Wrong alignment on FInsideVolumeDistanceField"); \ static_assert(sizeof(FInsideVolumeDistanceField) == 0x000018, "Wrong size on FInsideVolumeDistanceField"); \ static_assert(offsetof(FInsideVolumeDistanceField, CompressedDistanceField) == 0x000000, "Member 'FInsideVolumeDistanceField::CompressedDistanceField' has a wrong offset!"); \ static_assert(offsetof(FInsideVolumeDistanceField, DistanceMinMax) == 0x000010, "Member 'FInsideVolumeDistanceField::DistanceMinMax' 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_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_FNavAvoidanceData \ static_assert(alignof(FNavAvoidanceData) == 0x000004, "Wrong alignment on FNavAvoidanceData"); \ static_assert(sizeof(FNavAvoidanceData) == 0x00003C, "Wrong size on FNavAvoidanceData"); \ #define DUMPER7_ASSERTS_FBlendProfileBoneEntry \ static_assert(alignof(FBlendProfileBoneEntry) == 0x000004, "Wrong alignment on FBlendProfileBoneEntry"); \ static_assert(sizeof(FBlendProfileBoneEntry) == 0x000014, "Wrong size on FBlendProfileBoneEntry"); \ static_assert(offsetof(FBlendProfileBoneEntry, BoneReference) == 0x000000, "Member 'FBlendProfileBoneEntry::BoneReference' has a wrong offset!"); \ static_assert(offsetof(FBlendProfileBoneEntry, BlendScale) == 0x000010, "Member 'FBlendProfileBoneEntry::BlendScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEditorElement \ static_assert(alignof(FEditorElement) == 0x000004, "Wrong alignment on FEditorElement"); \ static_assert(sizeof(FEditorElement) == 0x000018, "Wrong size on FEditorElement"); \ static_assert(offsetof(FEditorElement, Indices) == 0x000000, "Member 'FEditorElement::Indices' has a wrong offset!"); \ static_assert(offsetof(FEditorElement, Weights) == 0x00000C, "Member 'FEditorElement::Weights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGridBlendSample \ static_assert(alignof(FGridBlendSample) == 0x000004, "Wrong alignment on FGridBlendSample"); \ static_assert(sizeof(FGridBlendSample) == 0x00001C, "Wrong size on FGridBlendSample"); \ static_assert(offsetof(FGridBlendSample, GridElement) == 0x000000, "Member 'FGridBlendSample::GridElement' has a wrong offset!"); \ static_assert(offsetof(FGridBlendSample, BlendWeight) == 0x000018, "Member 'FGridBlendSample::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FSkeletalMeshComponentEndPhysicsTickFunction \ static_assert(alignof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FSkeletalMeshComponentEndPhysicsTickFunction"); \ static_assert(sizeof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000048, "Wrong size on FSkeletalMeshComponentEndPhysicsTickFunction"); \ #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_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_FEdGraphTerminalType \ static_assert(alignof(FEdGraphTerminalType) == 0x000004, "Wrong alignment on FEdGraphTerminalType"); \ static_assert(sizeof(FEdGraphTerminalType) == 0x00001C, "Wrong size on FEdGraphTerminalType"); \ static_assert(offsetof(FEdGraphTerminalType, TerminalCategory) == 0x000000, "Member 'FEdGraphTerminalType::TerminalCategory' has a wrong offset!"); \ static_assert(offsetof(FEdGraphTerminalType, TerminalSubCategory) == 0x000008, "Member 'FEdGraphTerminalType::TerminalSubCategory' has a wrong offset!"); \ static_assert(offsetof(FEdGraphTerminalType, TerminalSubCategoryObject) == 0x000010, "Member 'FEdGraphTerminalType::TerminalSubCategoryObject' has a wrong offset!"); \ static_assert(offsetof(FEdGraphTerminalType, bTerminalIsConst) == 0x000018, "Member 'FEdGraphTerminalType::bTerminalIsConst' has a wrong offset!"); \ static_assert(offsetof(FEdGraphTerminalType, bTerminalIsWeakPointer) == 0x000019, "Member 'FEdGraphTerminalType::bTerminalIsWeakPointer' has a wrong offset!"); \ static_assert(offsetof(FEdGraphTerminalType, bTerminalIsUObjectWrapper) == 0x00001A, "Member 'FEdGraphTerminalType::bTerminalIsUObjectWrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEdGraphPinType \ static_assert(alignof(FEdGraphPinType) == 0x000008, "Wrong alignment on FEdGraphPinType"); \ static_assert(sizeof(FEdGraphPinType) == 0x000058, "Wrong size on FEdGraphPinType"); \ static_assert(offsetof(FEdGraphPinType, PinCategory) == 0x000000, "Member 'FEdGraphPinType::PinCategory' has a wrong offset!"); \ static_assert(offsetof(FEdGraphPinType, PinSubCategory) == 0x000008, "Member 'FEdGraphPinType::PinSubCategory' has a wrong offset!"); \ static_assert(offsetof(FEdGraphPinType, PinSubCategoryObject) == 0x000010, "Member 'FEdGraphPinType::PinSubCategoryObject' has a wrong offset!"); \ static_assert(offsetof(FEdGraphPinType, PinSubCategoryMemberReference) == 0x000018, "Member 'FEdGraphPinType::PinSubCategoryMemberReference' has a wrong offset!"); \ static_assert(offsetof(FEdGraphPinType, PinValueType) == 0x000038, "Member 'FEdGraphPinType::PinValueType' has a wrong offset!"); \ static_assert(offsetof(FEdGraphPinType, ContainerType) == 0x000054, "Member 'FEdGraphPinType::ContainerType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBPVariableMetaDataEntry \ static_assert(alignof(FBPVariableMetaDataEntry) == 0x000008, "Wrong alignment on FBPVariableMetaDataEntry"); \ static_assert(sizeof(FBPVariableMetaDataEntry) == 0x000018, "Wrong size on FBPVariableMetaDataEntry"); \ static_assert(offsetof(FBPVariableMetaDataEntry, DataKey) == 0x000000, "Member 'FBPVariableMetaDataEntry::DataKey' has a wrong offset!"); \ static_assert(offsetof(FBPVariableMetaDataEntry, DataValue) == 0x000008, "Member 'FBPVariableMetaDataEntry::DataValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBPVariableDescription \ static_assert(alignof(FBPVariableDescription) == 0x000008, "Wrong alignment on FBPVariableDescription"); \ static_assert(sizeof(FBPVariableDescription) == 0x0000D0, "Wrong size on FBPVariableDescription"); \ static_assert(offsetof(FBPVariableDescription, VarName) == 0x000000, "Member 'FBPVariableDescription::VarName' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, VarGuid) == 0x000008, "Member 'FBPVariableDescription::VarGuid' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, VarType) == 0x000018, "Member 'FBPVariableDescription::VarType' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, FriendlyName) == 0x000070, "Member 'FBPVariableDescription::FriendlyName' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, Category) == 0x000080, "Member 'FBPVariableDescription::Category' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, PropertyFlags) == 0x000098, "Member 'FBPVariableDescription::PropertyFlags' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, RepNotifyFunc) == 0x0000A0, "Member 'FBPVariableDescription::RepNotifyFunc' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, ReplicationCondition) == 0x0000A8, "Member 'FBPVariableDescription::ReplicationCondition' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, MetaDataArray) == 0x0000B0, "Member 'FBPVariableDescription::MetaDataArray' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, DefaultValue) == 0x0000C0, "Member 'FBPVariableDescription::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_FBlueprintDebugData \ static_assert(alignof(FBlueprintDebugData) == 0x000001, "Wrong alignment on FBlueprintDebugData"); \ static_assert(sizeof(FBlueprintDebugData) == 0x000001, "Wrong size on FBlueprintDebugData"); \ #define DUMPER7_ASSERTS_FLightmassLightSettings \ static_assert(alignof(FLightmassLightSettings) == 0x000004, "Wrong alignment on FLightmassLightSettings"); \ static_assert(sizeof(FLightmassLightSettings) == 0x00000C, "Wrong size on FLightmassLightSettings"); \ static_assert(offsetof(FLightmassLightSettings, IndirectLightingSaturation) == 0x000000, "Member 'FLightmassLightSettings::IndirectLightingSaturation' has a wrong offset!"); \ static_assert(offsetof(FLightmassLightSettings, ShadowExponent) == 0x000004, "Member 'FLightmassLightSettings::ShadowExponent' has a wrong offset!"); \ static_assert(offsetof(FLightmassLightSettings, bUseAreaShadowsForStationaryLight) == 0x000008, "Member 'FLightmassLightSettings::bUseAreaShadowsForStationaryLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightmassPointLightSettings \ static_assert(alignof(FLightmassPointLightSettings) == 0x000004, "Wrong alignment on FLightmassPointLightSettings"); \ static_assert(sizeof(FLightmassPointLightSettings) == 0x00000C, "Wrong size on FLightmassPointLightSettings"); \ #define DUMPER7_ASSERTS_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_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_FNodeToCodeAssociation \ static_assert(alignof(FNodeToCodeAssociation) == 0x000004, "Wrong alignment on FNodeToCodeAssociation"); \ static_assert(sizeof(FNodeToCodeAssociation) == 0x000014, "Wrong size on FNodeToCodeAssociation"); \ #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_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_FBookmarkBaseJumpToSettings \ static_assert(alignof(FBookmarkBaseJumpToSettings) == 0x000001, "Wrong alignment on FBookmarkBaseJumpToSettings"); \ static_assert(sizeof(FBookmarkBaseJumpToSettings) == 0x000001, "Wrong size on FBookmarkBaseJumpToSettings"); \ #define DUMPER7_ASSERTS_FBookmarkJumpToSettings \ static_assert(alignof(FBookmarkJumpToSettings) == 0x000001, "Wrong alignment on FBookmarkJumpToSettings"); \ static_assert(sizeof(FBookmarkJumpToSettings) == 0x000001, "Wrong size on FBookmarkJumpToSettings"); \ #define DUMPER7_ASSERTS_FBookmark2DJumpToSettings \ static_assert(alignof(FBookmark2DJumpToSettings) == 0x000001, "Wrong alignment on FBookmark2DJumpToSettings"); \ static_assert(sizeof(FBookmark2DJumpToSettings) == 0x000001, "Wrong size on FBookmark2DJumpToSettings"); \ #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_FExponentialHeightFogVolumetricLightingShadowsRange \ static_assert(alignof(FExponentialHeightFogVolumetricLightingShadowsRange) == 0x000004, "Wrong alignment on FExponentialHeightFogVolumetricLightingShadowsRange"); \ static_assert(sizeof(FExponentialHeightFogVolumetricLightingShadowsRange) == 0x000010, "Wrong size on FExponentialHeightFogVolumetricLightingShadowsRange"); \ static_assert(offsetof(FExponentialHeightFogVolumetricLightingShadowsRange, NearShadowMinimum) == 0x000000, "Member 'FExponentialHeightFogVolumetricLightingShadowsRange::NearShadowMinimum' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogVolumetricLightingShadowsRange, FarShadowMinimum) == 0x000004, "Member 'FExponentialHeightFogVolumetricLightingShadowsRange::FarShadowMinimum' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogVolumetricLightingShadowsRange, NearDistance) == 0x000008, "Member 'FExponentialHeightFogVolumetricLightingShadowsRange::NearDistance' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogVolumetricLightingShadowsRange, FarDistance) == 0x00000C, "Member 'FExponentialHeightFogVolumetricLightingShadowsRange::FarDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBuilderPoly \ static_assert(alignof(FBuilderPoly) == 0x000008, "Wrong alignment on FBuilderPoly"); \ static_assert(sizeof(FBuilderPoly) == 0x000020, "Wrong size on FBuilderPoly"); \ static_assert(offsetof(FBuilderPoly, VertexIndices) == 0x000000, "Member 'FBuilderPoly::VertexIndices' has a wrong offset!"); \ static_assert(offsetof(FBuilderPoly, Direction) == 0x000010, "Member 'FBuilderPoly::Direction' has a wrong offset!"); \ static_assert(offsetof(FBuilderPoly, ItemName) == 0x000014, "Member 'FBuilderPoly::ItemName' has a wrong offset!"); \ static_assert(offsetof(FBuilderPoly, PolyFlags) == 0x00001C, "Member 'FBuilderPoly::PolyFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedAnimTransitionData \ static_assert(alignof(FCachedAnimTransitionData) == 0x000004, "Wrong alignment on FCachedAnimTransitionData"); \ static_assert(sizeof(FCachedAnimTransitionData) == 0x000024, "Wrong size on FCachedAnimTransitionData"); \ static_assert(offsetof(FCachedAnimTransitionData, StateMachineName) == 0x000000, "Member 'FCachedAnimTransitionData::StateMachineName' has a wrong offset!"); \ static_assert(offsetof(FCachedAnimTransitionData, FromStateName) == 0x000008, "Member 'FCachedAnimTransitionData::FromStateName' has a wrong offset!"); \ static_assert(offsetof(FCachedAnimTransitionData, ToStateName) == 0x000010, "Member 'FCachedAnimTransitionData::ToStateName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FForceFeedbackAttenuationSettings \ static_assert(alignof(FForceFeedbackAttenuationSettings) == 0x000008, "Wrong alignment on FForceFeedbackAttenuationSettings"); \ static_assert(sizeof(FForceFeedbackAttenuationSettings) == 0x0000B0, "Wrong size on FForceFeedbackAttenuationSettings"); \ #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_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_FActiveCameraShakeInfo \ static_assert(alignof(FActiveCameraShakeInfo) == 0x000008, "Wrong alignment on FActiveCameraShakeInfo"); \ static_assert(sizeof(FActiveCameraShakeInfo) == 0x000018, "Wrong size on FActiveCameraShakeInfo"); \ static_assert(offsetof(FActiveCameraShakeInfo, ShakeInstance) == 0x000000, "Member 'FActiveCameraShakeInfo::ShakeInstance' has a wrong offset!"); \ static_assert(offsetof(FActiveCameraShakeInfo, ShakeSource) == 0x000008, "Member 'FActiveCameraShakeInfo::ShakeSource' has a wrong offset!"); \ static_assert(offsetof(FActiveCameraShakeInfo, bIsCustomInitialized) == 0x000010, "Member 'FActiveCameraShakeInfo::bIsCustomInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraShakeInfo \ static_assert(alignof(FCameraShakeInfo) == 0x000004, "Wrong alignment on FCameraShakeInfo"); \ static_assert(sizeof(FCameraShakeInfo) == 0x000010, "Wrong size on FCameraShakeInfo"); \ static_assert(offsetof(FCameraShakeInfo, Duration) == 0x000000, "Member 'FCameraShakeInfo::Duration' has a wrong offset!"); \ static_assert(offsetof(FCameraShakeInfo, BlendIn) == 0x000008, "Member 'FCameraShakeInfo::BlendIn' has a wrong offset!"); \ static_assert(offsetof(FCameraShakeInfo, BlendOut) == 0x00000C, "Member 'FCameraShakeInfo::BlendOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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) == 0x000690, "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_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_FCharacterMovementComponentPostPhysicsTickFunction \ static_assert(alignof(FCharacterMovementComponentPostPhysicsTickFunction) == 0x000008, "Wrong alignment on FCharacterMovementComponentPostPhysicsTickFunction"); \ static_assert(sizeof(FCharacterMovementComponentPostPhysicsTickFunction) == 0x000048, "Wrong size on FCharacterMovementComponentPostPhysicsTickFunction"); \ #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_FStaticMeshComponentLODInfo \ static_assert(alignof(FStaticMeshComponentLODInfo) == 0x000008, "Wrong alignment on FStaticMeshComponentLODInfo"); \ static_assert(sizeof(FStaticMeshComponentLODInfo) == 0x000090, "Wrong size on FStaticMeshComponentLODInfo"); \ #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_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_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_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_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_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_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_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_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_FCustomAttributePerBoneData \ static_assert(alignof(FCustomAttributePerBoneData) == 0x000008, "Wrong alignment on FCustomAttributePerBoneData"); \ static_assert(sizeof(FCustomAttributePerBoneData) == 0x000018, "Wrong size on FCustomAttributePerBoneData"); \ static_assert(offsetof(FCustomAttributePerBoneData, BoneTreeIndex) == 0x000000, "Member 'FCustomAttributePerBoneData::BoneTreeIndex' has a wrong offset!"); \ static_assert(offsetof(FCustomAttributePerBoneData, Attributes) == 0x000008, "Member 'FCustomAttributePerBoneData::Attributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomAttributeSetting \ static_assert(alignof(FCustomAttributeSetting) == 0x000008, "Wrong alignment on FCustomAttributeSetting"); \ static_assert(sizeof(FCustomAttributeSetting) == 0x000020, "Wrong size on FCustomAttributeSetting"); \ static_assert(offsetof(FCustomAttributeSetting, Name) == 0x000000, "Member 'FCustomAttributeSetting::Name' has a wrong offset!"); \ static_assert(offsetof(FCustomAttributeSetting, Meaning) == 0x000010, "Member 'FCustomAttributeSetting::Meaning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_FEdGraphPinReference \ static_assert(alignof(FEdGraphPinReference) == 0x000004, "Wrong alignment on FEdGraphPinReference"); \ static_assert(sizeof(FEdGraphPinReference) == 0x000018, "Wrong size on FEdGraphPinReference"); \ static_assert(offsetof(FEdGraphPinReference, OwningNode) == 0x000000, "Member 'FEdGraphPinReference::OwningNode' has a wrong offset!"); \ static_assert(offsetof(FEdGraphPinReference, PinId) == 0x000008, "Member 'FEdGraphPinReference::PinId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEdGraphSchemaAction_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_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_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_FTickPrerequisite \ static_assert(alignof(FTickPrerequisite) == 0x000008, "Wrong alignment on FTickPrerequisite"); \ static_assert(sizeof(FTickPrerequisite) == 0x000010, "Wrong size on FTickPrerequisite"); \ #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_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_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_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_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_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_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_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_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_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_FTimelineVectorTrack \ static_assert(alignof(FTimelineVectorTrack) == 0x000008, "Wrong alignment on FTimelineVectorTrack"); \ static_assert(sizeof(FTimelineVectorTrack) == 0x000040, "Wrong size on FTimelineVectorTrack"); \ static_assert(offsetof(FTimelineVectorTrack, VectorCurve) == 0x000000, "Member 'FTimelineVectorTrack::VectorCurve' has a wrong offset!"); \ static_assert(offsetof(FTimelineVectorTrack, InterpFunc) == 0x000008, "Member 'FTimelineVectorTrack::InterpFunc' has a wrong offset!"); \ static_assert(offsetof(FTimelineVectorTrack, TrackName) == 0x000018, "Member 'FTimelineVectorTrack::TrackName' has a wrong offset!"); \ static_assert(offsetof(FTimelineVectorTrack, VectorPropertyName) == 0x000020, "Member 'FTimelineVectorTrack::VectorPropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimelineFloatTrack \ static_assert(alignof(FTimelineFloatTrack) == 0x000008, "Wrong alignment on FTimelineFloatTrack"); \ static_assert(sizeof(FTimelineFloatTrack) == 0x000040, "Wrong size on FTimelineFloatTrack"); \ static_assert(offsetof(FTimelineFloatTrack, FloatCurve) == 0x000000, "Member 'FTimelineFloatTrack::FloatCurve' has a wrong offset!"); \ static_assert(offsetof(FTimelineFloatTrack, InterpFunc) == 0x000008, "Member 'FTimelineFloatTrack::InterpFunc' has a wrong offset!"); \ static_assert(offsetof(FTimelineFloatTrack, TrackName) == 0x000018, "Member 'FTimelineFloatTrack::TrackName' has a wrong offset!"); \ static_assert(offsetof(FTimelineFloatTrack, FloatPropertyName) == 0x000020, "Member 'FTimelineFloatTrack::FloatPropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimelineLinearColorTrack \ static_assert(alignof(FTimelineLinearColorTrack) == 0x000008, "Wrong alignment on FTimelineLinearColorTrack"); \ static_assert(sizeof(FTimelineLinearColorTrack) == 0x000040, "Wrong size on FTimelineLinearColorTrack"); \ static_assert(offsetof(FTimelineLinearColorTrack, LinearColorCurve) == 0x000000, "Member 'FTimelineLinearColorTrack::LinearColorCurve' has a wrong offset!"); \ static_assert(offsetof(FTimelineLinearColorTrack, InterpFunc) == 0x000008, "Member 'FTimelineLinearColorTrack::InterpFunc' has a wrong offset!"); \ static_assert(offsetof(FTimelineLinearColorTrack, TrackName) == 0x000018, "Member 'FTimelineLinearColorTrack::TrackName' has a wrong offset!"); \ static_assert(offsetof(FTimelineLinearColorTrack, LinearColorPropertyName) == 0x000020, "Member 'FTimelineLinearColorTrack::LinearColorPropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeline \ static_assert(alignof(FTimeline) == 0x000008, "Wrong alignment on FTimeline"); \ static_assert(sizeof(FTimeline) == 0x000098, "Wrong size on FTimeline"); \ static_assert(offsetof(FTimeline, LengthMode) == 0x000000, "Member 'FTimeline::LengthMode' has a wrong offset!"); \ static_assert(offsetof(FTimeline, 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_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_FSwarmDebugOptions \ static_assert(alignof(FSwarmDebugOptions) == 0x000004, "Wrong alignment on FSwarmDebugOptions"); \ static_assert(sizeof(FSwarmDebugOptions) == 0x000004, "Wrong size on FSwarmDebugOptions"); \ #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_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_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_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_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_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_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_FActiveHapticFeedbackEffect \ static_assert(alignof(FActiveHapticFeedbackEffect) == 0x000008, "Wrong alignment on FActiveHapticFeedbackEffect"); \ static_assert(sizeof(FActiveHapticFeedbackEffect) == 0x000040, "Wrong size on FActiveHapticFeedbackEffect"); \ static_assert(offsetof(FActiveHapticFeedbackEffect, HapticEffect) == 0x000000, "Member 'FActiveHapticFeedbackEffect::HapticEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHLODISMComponentDesc \ static_assert(alignof(FHLODISMComponentDesc) == 0x000008, "Wrong alignment on FHLODISMComponentDesc"); \ static_assert(sizeof(FHLODISMComponentDesc) == 0x000020, "Wrong size on FHLODISMComponentDesc"); \ static_assert(offsetof(FHLODISMComponentDesc, StaticMesh) == 0x000000, "Member 'FHLODISMComponentDesc::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FHLODISMComponentDesc, Material) == 0x000008, "Member 'FHLODISMComponentDesc::Material' has a wrong offset!"); \ static_assert(offsetof(FHLODISMComponentDesc, Instances) == 0x000010, "Member 'FHLODISMComponentDesc::Instances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHLODProxyMesh \ static_assert(alignof(FHLODProxyMesh) == 0x000008, "Wrong alignment on FHLODProxyMesh"); \ static_assert(sizeof(FHLODProxyMesh) == 0x000030, "Wrong size on FHLODProxyMesh"); \ static_assert(offsetof(FHLODProxyMesh, LODActor) == 0x000000, "Member 'FHLODProxyMesh::LODActor' has a wrong offset!"); \ static_assert(offsetof(FHLODProxyMesh, StaticMesh) == 0x000020, "Member 'FHLODProxyMesh::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FHLODProxyMesh, Key) == 0x000028, "Member 'FHLODProxyMesh::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FBlueprintInputAxisKeyDelegateBinding \ static_assert(alignof(FBlueprintInputAxisKeyDelegateBinding) == 0x000008, "Wrong alignment on FBlueprintInputAxisKeyDelegateBinding"); \ static_assert(sizeof(FBlueprintInputAxisKeyDelegateBinding) == 0x000028, "Wrong size on FBlueprintInputAxisKeyDelegateBinding"); \ static_assert(offsetof(FBlueprintInputAxisKeyDelegateBinding, AxisKey) == 0x000008, "Member 'FBlueprintInputAxisKeyDelegateBinding::AxisKey' has a wrong offset!"); \ static_assert(offsetof(FBlueprintInputAxisKeyDelegateBinding, FunctionNameToBind) == 0x000020, "Member 'FBlueprintInputAxisKeyDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintInputKeyDelegateBinding \ static_assert(alignof(FBlueprintInputKeyDelegateBinding) == 0x000008, "Wrong alignment on FBlueprintInputKeyDelegateBinding"); \ static_assert(sizeof(FBlueprintInputKeyDelegateBinding) == 0x000038, "Wrong size on FBlueprintInputKeyDelegateBinding"); \ static_assert(offsetof(FBlueprintInputKeyDelegateBinding, InputChord) == 0x000008, "Member 'FBlueprintInputKeyDelegateBinding::InputChord' has a wrong offset!"); \ static_assert(offsetof(FBlueprintInputKeyDelegateBinding, InputKeyEvent) == 0x000028, "Member 'FBlueprintInputKeyDelegateBinding::InputKeyEvent' has a wrong offset!"); \ static_assert(offsetof(FBlueprintInputKeyDelegateBinding, FunctionNameToBind) == 0x00002C, "Member 'FBlueprintInputKeyDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInsideVolumeDistanceTest \ static_assert(alignof(FInsideVolumeDistanceTest) == 0x000008, "Wrong alignment on FInsideVolumeDistanceTest"); \ static_assert(sizeof(FInsideVolumeDistanceTest) == 0x000018, "Wrong size on FInsideVolumeDistanceTest"); \ static_assert(offsetof(FInsideVolumeDistanceTest, InsideMask) == 0x000000, "Member 'FInsideVolumeDistanceTest::InsideMask' has a wrong offset!"); \ static_assert(offsetof(FInsideVolumeDistanceTest, TestDistance) == 0x000004, "Member 'FInsideVolumeDistanceTest::TestDistance' has a wrong offset!"); \ static_assert(offsetof(FInsideVolumeDistanceTest, Distances) == 0x000008, "Member 'FInsideVolumeDistanceTest::Distances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstancedStaticMeshInstanceData \ static_assert(alignof(FInstancedStaticMeshInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshInstanceData"); \ static_assert(sizeof(FInstancedStaticMeshInstanceData) == 0x000070, "Wrong size on FInstancedStaticMeshInstanceData"); \ static_assert(offsetof(FInstancedStaticMeshInstanceData, wOverrideMaterials) == 0x000020, "Member 'FInstancedStaticMeshInstanceData::wOverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(FInstancedStaticMeshInstanceData, wCustomData) == 0x000030, "Member 'FInstancedStaticMeshInstanceData::wCustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstancedStaticMeshComponentInstanceData \ static_assert(alignof(FInstancedStaticMeshComponentInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshComponentInstanceData"); \ static_assert(sizeof(FInstancedStaticMeshComponentInstanceData) == 0x000150, "Wrong size on FInstancedStaticMeshComponentInstanceData"); \ static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, StaticMesh) == 0x0000B8, "Member 'FInstancedStaticMeshComponentInstanceData::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, CachedStaticLighting) == 0x0000C0, "Member 'FInstancedStaticMeshComponentInstanceData::CachedStaticLighting' has a wrong offset!"); \ static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, PerInstanceSMData) == 0x000100, "Member 'FInstancedStaticMeshComponentInstanceData::PerInstanceSMData' has a wrong offset!"); \ static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, PerInstanceSMCustomData) == 0x000110, "Member 'FInstancedStaticMeshComponentInstanceData::PerInstanceSMCustomData' has a wrong offset!"); \ static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, InstancingRandomSeed) == 0x000140, "Member 'FInstancedStaticMeshComponentInstanceData::InstancingRandomSeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstancedStaticMeshMappingInfo \ static_assert(alignof(FInstancedStaticMeshMappingInfo) == 0x000008, "Wrong alignment on FInstancedStaticMeshMappingInfo"); \ static_assert(sizeof(FInstancedStaticMeshMappingInfo) == 0x000008, "Wrong size on FInstancedStaticMeshMappingInfo"); \ #define DUMPER7_ASSERTS_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_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_FInterpEdSelKey \ static_assert(alignof(FInterpEdSelKey) == 0x000008, "Wrong alignment on FInterpEdSelKey"); \ static_assert(sizeof(FInterpEdSelKey) == 0x000018, "Wrong size on FInterpEdSelKey"); \ static_assert(offsetof(FInterpEdSelKey, Group) == 0x000000, "Member 'FInterpEdSelKey::Group' has a wrong offset!"); \ static_assert(offsetof(FInterpEdSelKey, Track) == 0x000008, "Member 'FInterpEdSelKey::Track' has a wrong offset!"); \ static_assert(offsetof(FInterpEdSelKey, KeyIndex) == 0x000010, "Member 'FInterpEdSelKey::KeyIndex' has a wrong offset!"); \ static_assert(offsetof(FInterpEdSelKey, UnsnappedPosition) == 0x000014, "Member 'FInterpEdSelKey::UnsnappedPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraPreviewInfo \ static_assert(alignof(FCameraPreviewInfo) == 0x000008, "Wrong alignment on FCameraPreviewInfo"); \ static_assert(sizeof(FCameraPreviewInfo) == 0x000030, "Wrong size on FCameraPreviewInfo"); \ static_assert(offsetof(FCameraPreviewInfo, PawnClass) == 0x000000, "Member 'FCameraPreviewInfo::PawnClass' has a wrong offset!"); \ static_assert(offsetof(FCameraPreviewInfo, AnimSeq) == 0x000008, "Member 'FCameraPreviewInfo::AnimSeq' has a wrong offset!"); \ static_assert(offsetof(FCameraPreviewInfo, Location) == 0x000010, "Member 'FCameraPreviewInfo::Location' has a wrong offset!"); \ static_assert(offsetof(FCameraPreviewInfo, Rotation) == 0x00001C, "Member 'FCameraPreviewInfo::Rotation' has a wrong offset!"); \ static_assert(offsetof(FCameraPreviewInfo, PawnInst) == 0x000028, "Member 'FCameraPreviewInfo::PawnInst' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubTrackGroup \ static_assert(alignof(FSubTrackGroup) == 0x000008, "Wrong alignment on FSubTrackGroup"); \ static_assert(sizeof(FSubTrackGroup) == 0x000028, "Wrong size on FSubTrackGroup"); \ static_assert(offsetof(FSubTrackGroup, GroupName) == 0x000000, "Member 'FSubTrackGroup::GroupName' has a wrong offset!"); \ static_assert(offsetof(FSubTrackGroup, TrackIndices) == 0x000010, "Member 'FSubTrackGroup::TrackIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimControlTrackKey \ static_assert(alignof(FAnimControlTrackKey) == 0x000008, "Wrong alignment on FAnimControlTrackKey"); \ static_assert(sizeof(FAnimControlTrackKey) == 0x000020, "Wrong size on FAnimControlTrackKey"); \ static_assert(offsetof(FAnimControlTrackKey, StartTime) == 0x000000, "Member 'FAnimControlTrackKey::StartTime' has a wrong offset!"); \ static_assert(offsetof(FAnimControlTrackKey, AnimSeq) == 0x000008, "Member 'FAnimControlTrackKey::AnimSeq' has a wrong offset!"); \ static_assert(offsetof(FAnimControlTrackKey, AnimStartOffset) == 0x000010, "Member 'FAnimControlTrackKey::AnimStartOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimControlTrackKey, AnimEndOffset) == 0x000014, "Member 'FAnimControlTrackKey::AnimEndOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimControlTrackKey, AnimPlayRate) == 0x000018, "Member 'FAnimControlTrackKey::AnimPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoolTrackKey \ static_assert(alignof(FBoolTrackKey) == 0x000004, "Wrong alignment on FBoolTrackKey"); \ static_assert(sizeof(FBoolTrackKey) == 0x000008, "Wrong size on FBoolTrackKey"); \ static_assert(offsetof(FBoolTrackKey, Time) == 0x000000, "Member 'FBoolTrackKey::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectorTrackCut \ static_assert(alignof(FDirectorTrackCut) == 0x000004, "Wrong alignment on FDirectorTrackCut"); \ static_assert(sizeof(FDirectorTrackCut) == 0x000014, "Wrong size on FDirectorTrackCut"); \ static_assert(offsetof(FDirectorTrackCut, Time) == 0x000000, "Member 'FDirectorTrackCut::Time' has a wrong offset!"); \ static_assert(offsetof(FDirectorTrackCut, TransitionTime) == 0x000004, "Member 'FDirectorTrackCut::TransitionTime' has a wrong offset!"); \ static_assert(offsetof(FDirectorTrackCut, TargetCamGroup) == 0x000008, "Member 'FDirectorTrackCut::TargetCamGroup' has a wrong offset!"); \ static_assert(offsetof(FDirectorTrackCut, ShotNumber) == 0x000010, "Member 'FDirectorTrackCut::ShotNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FInterpLookupPoint \ static_assert(alignof(FInterpLookupPoint) == 0x000004, "Wrong alignment on FInterpLookupPoint"); \ static_assert(sizeof(FInterpLookupPoint) == 0x00000C, "Wrong size on FInterpLookupPoint"); \ static_assert(offsetof(FInterpLookupPoint, GroupName) == 0x000000, "Member 'FInterpLookupPoint::GroupName' has a wrong offset!"); \ static_assert(offsetof(FInterpLookupPoint, Time) == 0x000008, "Member 'FInterpLookupPoint::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpLookupTrack \ static_assert(alignof(FInterpLookupTrack) == 0x000008, "Wrong alignment on FInterpLookupTrack"); \ static_assert(sizeof(FInterpLookupTrack) == 0x000010, "Wrong size on FInterpLookupTrack"); \ static_assert(offsetof(FInterpLookupTrack, Points) == 0x000000, "Member 'FInterpLookupTrack::Points' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FParticleReplayTrackKey \ static_assert(alignof(FParticleReplayTrackKey) == 0x000004, "Wrong alignment on FParticleReplayTrackKey"); \ static_assert(sizeof(FParticleReplayTrackKey) == 0x00000C, "Wrong size on FParticleReplayTrackKey"); \ static_assert(offsetof(FParticleReplayTrackKey, Time) == 0x000000, "Member 'FParticleReplayTrackKey::Time' has a wrong offset!"); \ static_assert(offsetof(FParticleReplayTrackKey, Duration) == 0x000004, "Member 'FParticleReplayTrackKey::Duration' has a wrong offset!"); \ static_assert(offsetof(FParticleReplayTrackKey, ClipIDNumber) == 0x000008, "Member 'FParticleReplayTrackKey::ClipIDNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FInputActionKeyMapping \ static_assert(alignof(FInputActionKeyMapping) == 0x000008, "Wrong alignment on FInputActionKeyMapping"); \ static_assert(sizeof(FInputActionKeyMapping) == 0x000038, "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!"); \ static_assert(offsetof(FInputActionKeyMapping, GroupName) == 0x000028, "Member 'FInputActionKeyMapping::GroupName' has a wrong offset!"); \ static_assert(offsetof(FInputActionKeyMapping, SortIndex) == 0x000030, "Member 'FInputActionKeyMapping::SortIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FToggleTrackKey \ static_assert(alignof(FToggleTrackKey) == 0x000004, "Wrong alignment on FToggleTrackKey"); \ static_assert(sizeof(FToggleTrackKey) == 0x000008, "Wrong size on FToggleTrackKey"); \ static_assert(offsetof(FToggleTrackKey, Time) == 0x000000, "Member 'FToggleTrackKey::Time' has a wrong offset!"); \ static_assert(offsetof(FToggleTrackKey, ToggleAction) == 0x000004, "Member 'FToggleTrackKey::ToggleAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVisibilityTrackKey \ static_assert(alignof(FVisibilityTrackKey) == 0x000004, "Wrong alignment on FVisibilityTrackKey"); \ static_assert(sizeof(FVisibilityTrackKey) == 0x000008, "Wrong size on FVisibilityTrackKey"); \ static_assert(offsetof(FVisibilityTrackKey, Time) == 0x000000, "Member 'FVisibilityTrackKey::Time' has a wrong offset!"); \ static_assert(offsetof(FVisibilityTrackKey, Action) == 0x000004, "Member 'FVisibilityTrackKey::Action' has a wrong offset!"); \ static_assert(offsetof(FVisibilityTrackKey, ActiveCondition) == 0x000005, "Member 'FVisibilityTrackKey::ActiveCondition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVectorSpringState \ static_assert(alignof(FVectorSpringState) == 0x000004, "Wrong alignment on FVectorSpringState"); \ static_assert(sizeof(FVectorSpringState) == 0x000018, "Wrong size on FVectorSpringState"); \ #define DUMPER7_ASSERTS_FFloatSpringState \ static_assert(alignof(FFloatSpringState) == 0x000004, "Wrong alignment on FFloatSpringState"); \ static_assert(sizeof(FFloatSpringState) == 0x000008, "Wrong size on FFloatSpringState"); \ #define DUMPER7_ASSERTS_FLatentActionManager \ static_assert(alignof(FLatentActionManager) == 0x000008, "Wrong alignment on FLatentActionManager"); \ static_assert(sizeof(FLatentActionManager) == 0x000068, "Wrong size on FLatentActionManager"); \ #define DUMPER7_ASSERTS_FLayerActorStats \ static_assert(alignof(FLayerActorStats) == 0x000008, "Wrong alignment on FLayerActorStats"); \ static_assert(sizeof(FLayerActorStats) == 0x000010, "Wrong size on FLayerActorStats"); \ static_assert(offsetof(FLayerActorStats, Type) == 0x000000, "Member 'FLayerActorStats::Type' has a wrong offset!"); \ static_assert(offsetof(FLayerActorStats, Total) == 0x000008, "Member 'FLayerActorStats::Total' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FReplicatedStaticActorDestructionInfo \ static_assert(alignof(FReplicatedStaticActorDestructionInfo) == 0x000008, "Wrong alignment on FReplicatedStaticActorDestructionInfo"); \ static_assert(sizeof(FReplicatedStaticActorDestructionInfo) == 0x000038, "Wrong size on FReplicatedStaticActorDestructionInfo"); \ static_assert(offsetof(FReplicatedStaticActorDestructionInfo, ObjClass) == 0x000030, "Member 'FReplicatedStaticActorDestructionInfo::ObjClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000134, "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, ScreenSize) == 0x000008, "Member 'FLevelSimplificationDetails::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bProcessLandscapeOnly) == 0x00000C, "Member 'FLevelSimplificationDetails::bProcessLandscapeOnly' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, StaticMeshMaterialSettings) == 0x000010, "Member 'FLevelSimplificationDetails::StaticMeshMaterialSettings' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bOverrideLandscapeExportLOD) == 0x000098, "Member 'FLevelSimplificationDetails::bOverrideLandscapeExportLOD' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, LandscapeExportLOD) == 0x00009C, "Member 'FLevelSimplificationDetails::LandscapeExportLOD' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, LandscapeMaterialSettings) == 0x0000A0, "Member 'FLevelSimplificationDetails::LandscapeMaterialSettings' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bBakeFoliageToLandscape) == 0x000128, "Member 'FLevelSimplificationDetails::bBakeFoliageToLandscape' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bBakeGrassToLandscape) == 0x000129, "Member 'FLevelSimplificationDetails::bBakeGrassToLandscape' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bProcessLightingOnly) == 0x00012A, "Member 'FLevelSimplificationDetails::bProcessLightingOnly' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bwIncludeFoliageMeshes) == 0x00012B, "Member 'FLevelSimplificationDetails::bwIncludeFoliageMeshes' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshNormalMap) == 0x00012C, "Member 'FLevelSimplificationDetails::bGenerateMeshNormalMap' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshMetallicMap) == 0x00012D, "Member 'FLevelSimplificationDetails::bGenerateMeshMetallicMap' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshRoughnessMap) == 0x00012E, "Member 'FLevelSimplificationDetails::bGenerateMeshRoughnessMap' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshSpecularMap) == 0x00012F, "Member 'FLevelSimplificationDetails::bGenerateMeshSpecularMap' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeNormalMap) == 0x000130, "Member 'FLevelSimplificationDetails::bGenerateLandscapeNormalMap' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeMetallicMap) == 0x000131, "Member 'FLevelSimplificationDetails::bGenerateLandscapeMetallicMap' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeRoughnessMap) == 0x000132, "Member 'FLevelSimplificationDetails::bGenerateLandscapeRoughnessMap' has a wrong offset!"); \ static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeSpecularMap) == 0x000133, "Member 'FLevelSimplificationDetails::bGenerateLandscapeSpecularMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStreamableTextureInstance \ static_assert(alignof(FStreamableTextureInstance) == 0x000004, "Wrong alignment on FStreamableTextureInstance"); \ static_assert(sizeof(FStreamableTextureInstance) == 0x000028, "Wrong size on FStreamableTextureInstance"); \ #define DUMPER7_ASSERTS_FDynamicTextureInstance \ static_assert(alignof(FDynamicTextureInstance) == 0x000008, "Wrong alignment on FDynamicTextureInstance"); \ static_assert(sizeof(FDynamicTextureInstance) == 0x000038, "Wrong size on FDynamicTextureInstance"); \ static_assert(offsetof(FDynamicTextureInstance, Texture) == 0x000028, "Member 'FDynamicTextureInstance::Texture' has a wrong offset!"); \ static_assert(offsetof(FDynamicTextureInstance, bAttached) == 0x000030, "Member 'FDynamicTextureInstance::bAttached' has a wrong offset!"); \ static_assert(offsetof(FDynamicTextureInstance, OriginalRadius) == 0x000034, "Member 'FDynamicTextureInstance::OriginalRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FLightClippingPlane \ static_assert(alignof(FLightClippingPlane) == 0x000004, "Wrong alignment on FLightClippingPlane"); \ static_assert(sizeof(FLightClippingPlane) == 0x000014, "Wrong size on FLightClippingPlane"); \ static_assert(offsetof(FLightClippingPlane, RelativeRotation) == 0x000000, "Member 'FLightClippingPlane::RelativeRotation' has a wrong offset!"); \ static_assert(offsetof(FLightClippingPlane, RelativeDistance) == 0x00000C, "Member 'FLightClippingPlane::RelativeDistance' has a wrong offset!"); \ static_assert(offsetof(FLightClippingPlane, bEnabled) == 0x000010, "Member 'FLightClippingPlane::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWCullingPlane \ static_assert(alignof(FWCullingPlane) == 0x000004, "Wrong alignment on FWCullingPlane"); \ static_assert(sizeof(FWCullingPlane) == 0x000014, "Wrong size on FWCullingPlane"); \ static_assert(offsetof(FWCullingPlane, RelativeRotation) == 0x000000, "Member 'FWCullingPlane::RelativeRotation' has a wrong offset!"); \ static_assert(offsetof(FWCullingPlane, RelativeDistance) == 0x00000C, "Member 'FWCullingPlane::RelativeDistance' has a wrong offset!"); \ static_assert(offsetof(FWCullingPlane, AttenuationDistance) == 0x000010, "Member 'FWCullingPlane::AttenuationDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBatchedPoint \ static_assert(alignof(FBatchedPoint) == 0x000004, "Wrong alignment on FBatchedPoint"); \ static_assert(sizeof(FBatchedPoint) == 0x000028, "Wrong size on FBatchedPoint"); \ static_assert(offsetof(FBatchedPoint, Position) == 0x000000, "Member 'FBatchedPoint::Position' has a wrong offset!"); \ static_assert(offsetof(FBatchedPoint, Color) == 0x00000C, "Member 'FBatchedPoint::Color' has a wrong offset!"); \ static_assert(offsetof(FBatchedPoint, PointSize) == 0x00001C, "Member 'FBatchedPoint::PointSize' has a wrong offset!"); \ static_assert(offsetof(FBatchedPoint, RemainingLifeTime) == 0x000020, "Member 'FBatchedPoint::RemainingLifeTime' has a wrong offset!"); \ static_assert(offsetof(FBatchedPoint, DepthPriority) == 0x000024, "Member 'FBatchedPoint::DepthPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBatchedLine \ static_assert(alignof(FBatchedLine) == 0x000004, "Wrong alignment on FBatchedLine"); \ static_assert(sizeof(FBatchedLine) == 0x000034, "Wrong size on FBatchedLine"); \ static_assert(offsetof(FBatchedLine, Start) == 0x000000, "Member 'FBatchedLine::Start' has a wrong offset!"); \ static_assert(offsetof(FBatchedLine, End) == 0x00000C, "Member 'FBatchedLine::End' has a wrong offset!"); \ static_assert(offsetof(FBatchedLine, Color) == 0x000018, "Member 'FBatchedLine::Color' has a wrong offset!"); \ static_assert(offsetof(FBatchedLine, Thickness) == 0x000028, "Member 'FBatchedLine::Thickness' has a wrong offset!"); \ static_assert(offsetof(FBatchedLine, RemainingLifeTime) == 0x00002C, "Member 'FBatchedLine::RemainingLifeTime' has a wrong offset!"); \ static_assert(offsetof(FBatchedLine, DepthPriority) == 0x000030, "Member 'FBatchedLine::DepthPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClientReceiveData \ static_assert(alignof(FClientReceiveData) == 0x000008, "Wrong alignment on FClientReceiveData"); \ static_assert(sizeof(FClientReceiveData) == 0x000040, "Wrong size on FClientReceiveData"); \ static_assert(offsetof(FClientReceiveData, LocalPC) == 0x000000, "Member 'FClientReceiveData::LocalPC' has a wrong offset!"); \ static_assert(offsetof(FClientReceiveData, MessageType) == 0x000008, "Member 'FClientReceiveData::MessageType' has a wrong offset!"); \ static_assert(offsetof(FClientReceiveData, MessageIndex) == 0x000010, "Member 'FClientReceiveData::MessageIndex' has a wrong offset!"); \ static_assert(offsetof(FClientReceiveData, MessageString) == 0x000018, "Member 'FClientReceiveData::MessageString' has a wrong offset!"); \ static_assert(offsetof(FClientReceiveData, RelatedPlayerState_1) == 0x000028, "Member 'FClientReceiveData::RelatedPlayerState_1' has a wrong offset!"); \ static_assert(offsetof(FClientReceiveData, RelatedPlayerState_2) == 0x000030, "Member 'FClientReceiveData::RelatedPlayerState_2' has a wrong offset!"); \ static_assert(offsetof(FClientReceiveData, OptionalObject) == 0x000038, "Member 'FClientReceiveData::OptionalObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHLODInstancingKey \ static_assert(alignof(FHLODInstancingKey) == 0x000008, "Wrong alignment on FHLODInstancingKey"); \ static_assert(sizeof(FHLODInstancingKey) == 0x000010, "Wrong size on FHLODInstancingKey"); \ static_assert(offsetof(FHLODInstancingKey, StaticMesh) == 0x000000, "Member 'FHLODInstancingKey::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FHLODInstancingKey, Material) == 0x000008, "Member 'FHLODInstancingKey::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FComponentSync \ static_assert(alignof(FComponentSync) == 0x000004, "Wrong alignment on FComponentSync"); \ static_assert(sizeof(FComponentSync) == 0x00000C, "Wrong size on FComponentSync"); \ static_assert(offsetof(FComponentSync, Name) == 0x000000, "Member 'FComponentSync::Name' has a wrong offset!"); \ static_assert(offsetof(FComponentSync, SyncOption) == 0x000008, "Member 'FComponentSync::SyncOption' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraCacheEntry \ static_assert(alignof(FCameraCacheEntry) == 0x000010, "Wrong alignment on FCameraCacheEntry"); \ static_assert(sizeof(FCameraCacheEntry) == 0x000690, "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_FLODMappingData \ static_assert(alignof(FLODMappingData) == 0x000008, "Wrong alignment on FLODMappingData"); \ static_assert(sizeof(FLODMappingData) == 0x000020, "Wrong size on FLODMappingData"); \ static_assert(offsetof(FLODMappingData, Mapping) == 0x000000, "Member 'FLODMappingData::Mapping' has a wrong offset!"); \ static_assert(offsetof(FLODMappingData, InverseMapping) == 0x000010, "Member 'FLODMappingData::InverseMapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FParameterGroupData \ static_assert(alignof(FParameterGroupData) == 0x000008, "Wrong alignment on FParameterGroupData"); \ static_assert(sizeof(FParameterGroupData) == 0x000018, "Wrong size on FParameterGroupData"); \ static_assert(offsetof(FParameterGroupData, GroupName) == 0x000000, "Member 'FParameterGroupData::GroupName' has a wrong offset!"); \ static_assert(offsetof(FParameterGroupData, GroupSortPriority) == 0x000010, "Member 'FParameterGroupData::GroupSortPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSpriteElement \ static_assert(alignof(FMaterialSpriteElement) == 0x000008, "Wrong alignment on FMaterialSpriteElement"); \ static_assert(sizeof(FMaterialSpriteElement) == 0x000030, "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, PivotOffsetX) == 0x00001C, "Member 'FMaterialSpriteElement::PivotOffsetX' has a wrong offset!"); \ static_assert(offsetof(FMaterialSpriteElement, PivotOffsetY) == 0x000020, "Member 'FMaterialSpriteElement::PivotOffsetY' has a wrong offset!"); \ static_assert(offsetof(FMaterialSpriteElement, DistanceToSizeCurve) == 0x000028, "Member 'FMaterialSpriteElement::DistanceToSizeCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialCachedParameterEntry \ static_assert(alignof(FMaterialCachedParameterEntry) == 0x000008, "Wrong alignment on FMaterialCachedParameterEntry"); \ static_assert(sizeof(FMaterialCachedParameterEntry) == 0x000030, "Wrong size on FMaterialCachedParameterEntry"); \ static_assert(offsetof(FMaterialCachedParameterEntry, NameHashes) == 0x000000, "Member 'FMaterialCachedParameterEntry::NameHashes' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameterEntry, ParameterInfos) == 0x000010, "Member 'FMaterialCachedParameterEntry::ParameterInfos' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameterEntry, ExpressionGuids) == 0x000020, "Member 'FMaterialCachedParameterEntry::ExpressionGuids' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialCachedParameters \ static_assert(alignof(FMaterialCachedParameters) == 0x000008, "Wrong alignment on FMaterialCachedParameters"); \ static_assert(sizeof(FMaterialCachedParameters) == 0x000150, "Wrong size on FMaterialCachedParameters"); \ static_assert(offsetof(FMaterialCachedParameters, RuntimeEntries) == 0x000000, "Member 'FMaterialCachedParameters::RuntimeEntries' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, ScalarValues) == 0x0000F0, "Member 'FMaterialCachedParameters::ScalarValues' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, VectorValues) == 0x000100, "Member 'FMaterialCachedParameters::VectorValues' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, TextureValues) == 0x000110, "Member 'FMaterialCachedParameters::TextureValues' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, FontValues) == 0x000120, "Member 'FMaterialCachedParameters::FontValues' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, FontPageValues) == 0x000130, "Member 'FMaterialCachedParameters::FontPageValues' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, RuntimeVirtualTextureValues) == 0x000140, "Member 'FMaterialCachedParameters::RuntimeVirtualTextureValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialFunctionInfo \ static_assert(alignof(FMaterialFunctionInfo) == 0x000008, "Wrong alignment on FMaterialFunctionInfo"); \ static_assert(sizeof(FMaterialFunctionInfo) == 0x000018, "Wrong size on FMaterialFunctionInfo"); \ static_assert(offsetof(FMaterialFunctionInfo, StateId) == 0x000000, "Member 'FMaterialFunctionInfo::StateId' has a wrong offset!"); \ static_assert(offsetof(FMaterialFunctionInfo, Function) == 0x000010, "Member 'FMaterialFunctionInfo::Function' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialParameterCollectionInfo \ static_assert(alignof(FMaterialParameterCollectionInfo) == 0x000008, "Wrong alignment on FMaterialParameterCollectionInfo"); \ static_assert(sizeof(FMaterialParameterCollectionInfo) == 0x000018, "Wrong size on FMaterialParameterCollectionInfo"); \ static_assert(offsetof(FMaterialParameterCollectionInfo, StateId) == 0x000000, "Member 'FMaterialParameterCollectionInfo::StateId' has a wrong offset!"); \ static_assert(offsetof(FMaterialParameterCollectionInfo, ParameterCollection) == 0x000010, "Member 'FMaterialParameterCollectionInfo::ParameterCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialCachedExpressionData \ static_assert(alignof(FMaterialCachedExpressionData) == 0x000008, "Wrong alignment on FMaterialCachedExpressionData"); \ static_assert(sizeof(FMaterialCachedExpressionData) == 0x0001D8, "Wrong size on FMaterialCachedExpressionData"); \ static_assert(offsetof(FMaterialCachedExpressionData, Parameters) == 0x000000, "Member 'FMaterialCachedExpressionData::Parameters' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedExpressionData, ReferencedTextures) == 0x000150, "Member 'FMaterialCachedExpressionData::ReferencedTextures' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedExpressionData, FunctionInfos) == 0x000160, "Member 'FMaterialCachedExpressionData::FunctionInfos' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedExpressionData, ParameterCollectionInfos) == 0x000170, "Member 'FMaterialCachedExpressionData::ParameterCollectionInfos' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedExpressionData, DefaultLayers) == 0x000180, "Member 'FMaterialCachedExpressionData::DefaultLayers' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedExpressionData, DefaultLayerBlends) == 0x000190, "Member 'FMaterialCachedExpressionData::DefaultLayerBlends' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedExpressionData, GrassTypes) == 0x0001A0, "Member 'FMaterialCachedExpressionData::GrassTypes' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedExpressionData, DynamicParameterNames) == 0x0001B0, "Member 'FMaterialCachedExpressionData::DynamicParameterNames' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedExpressionData, QualityLevelsUsed) == 0x0001C0, "Member 'FMaterialCachedExpressionData::QualityLevelsUsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FSkinWeightProfileManagerTickFunction \ static_assert(alignof(FSkinWeightProfileManagerTickFunction) == 0x000008, "Wrong alignment on FSkinWeightProfileManagerTickFunction"); \ static_assert(sizeof(FSkinWeightProfileManagerTickFunction) == 0x000048, "Wrong size on FSkinWeightProfileManagerTickFunction"); \ #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_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_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_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_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_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_FMaterialOverrideScalabitySettings \ static_assert(alignof(FMaterialOverrideScalabitySettings) == 0x000008, "Wrong alignment on FMaterialOverrideScalabitySettings"); \ static_assert(sizeof(FMaterialOverrideScalabitySettings) == 0x000010, "Wrong size on FMaterialOverrideScalabitySettings"); \ static_assert(offsetof(FMaterialOverrideScalabitySettings, QualityLevelBitmask) == 0x000000, "Member 'FMaterialOverrideScalabitySettings::QualityLevelBitmask' has a wrong offset!"); \ static_assert(offsetof(FMaterialOverrideScalabitySettings, MaterialOverride) == 0x000008, "Member 'FMaterialOverrideScalabitySettings::MaterialOverride' 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_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_FCollectionVectorParameter \ static_assert(alignof(FCollectionVectorParameter) == 0x000004, "Wrong alignment on FCollectionVectorParameter"); \ static_assert(sizeof(FCollectionVectorParameter) == 0x000028, "Wrong size on FCollectionVectorParameter"); \ static_assert(offsetof(FCollectionVectorParameter, DefaultValue) == 0x000018, "Member 'FCollectionVectorParameter::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCollectionScalarParameter \ static_assert(alignof(FCollectionScalarParameter) == 0x000004, "Wrong alignment on FCollectionScalarParameter"); \ static_assert(sizeof(FCollectionScalarParameter) == 0x00001C, "Wrong size on FCollectionScalarParameter"); \ static_assert(offsetof(FCollectionScalarParameter, DefaultValue) == 0x000018, "Member 'FCollectionScalarParameter::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_FMeshProxySettings \ static_assert(alignof(FMeshProxySettings) == 0x000004, "Wrong alignment on FMeshProxySettings"); \ static_assert(sizeof(FMeshProxySettings) == 0x0000B0, "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!"); \ static_assert(offsetof(FMeshProxySettings, wLODNumber) == 0x0000A8, "Member 'FMeshProxySettings::wLODNumber' has a wrong offset!"); \ static_assert(offsetof(FMeshProxySettings, bwIncludeFoliageMeshes) == 0x0000AC, "Member 'FMeshProxySettings::bwIncludeFoliageMeshes' 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_FMeshReductionSettings \ static_assert(alignof(FMeshReductionSettings) == 0x000004, "Wrong alignment on FMeshReductionSettings"); \ static_assert(sizeof(FMeshReductionSettings) == 0x000028, "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, ScreenSizeInPixels) == 0x00000C, "Member 'FMeshReductionSettings::ScreenSizeInPixels' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, PixelError) == 0x000010, "Member 'FMeshReductionSettings::PixelError' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, WeldingThreshold) == 0x000014, "Member 'FMeshReductionSettings::WeldingThreshold' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, HardAngleThreshold) == 0x000018, "Member 'FMeshReductionSettings::HardAngleThreshold' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, BaseLODModel) == 0x00001C, "Member 'FMeshReductionSettings::BaseLODModel' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, SilhouetteImportance) == 0x000020, "Member 'FMeshReductionSettings::SilhouetteImportance' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, TextureImportance) == 0x000021, "Member 'FMeshReductionSettings::TextureImportance' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, ShadingImportance) == 0x000022, "Member 'FMeshReductionSettings::ShadingImportance' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, TerminationCriterion) == 0x000024, "Member 'FMeshReductionSettings::TerminationCriterion' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, VisibilityAggressiveness) == 0x000025, "Member 'FMeshReductionSettings::VisibilityAggressiveness' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, VertexColorImportance) == 0x000026, "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_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_FNavAvoidanceMask \ static_assert(alignof(FNavAvoidanceMask) == 0x000004, "Wrong alignment on FNavAvoidanceMask"); \ static_assert(sizeof(FNavAvoidanceMask) == 0x000004, "Wrong size on FNavAvoidanceMask"); \ #define DUMPER7_ASSERTS_FPacketSimulationSettings \ static_assert(alignof(FPacketSimulationSettings) == 0x000004, "Wrong alignment on FPacketSimulationSettings"); \ static_assert(sizeof(FPacketSimulationSettings) == 0x000034, "Wrong size on FPacketSimulationSettings"); \ static_assert(offsetof(FPacketSimulationSettings, PktLoss) == 0x000000, "Member 'FPacketSimulationSettings::PktLoss' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktLossMaxSize) == 0x000004, "Member 'FPacketSimulationSettings::PktLossMaxSize' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktLossMinSize) == 0x000008, "Member 'FPacketSimulationSettings::PktLossMinSize' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktOrder) == 0x00000C, "Member 'FPacketSimulationSettings::PktOrder' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktDup) == 0x000010, "Member 'FPacketSimulationSettings::PktDup' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktLag) == 0x000014, "Member 'FPacketSimulationSettings::PktLag' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktLagVariance) == 0x000018, "Member 'FPacketSimulationSettings::PktLagVariance' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktLagMin) == 0x00001C, "Member 'FPacketSimulationSettings::PktLagMin' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktLagMax) == 0x000020, "Member 'FPacketSimulationSettings::PktLagMax' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktIncomingLagMin) == 0x000024, "Member 'FPacketSimulationSettings::PktIncomingLagMin' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktIncomingLagMax) == 0x000028, "Member 'FPacketSimulationSettings::PktIncomingLagMax' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktIncomingLoss) == 0x00002C, "Member 'FPacketSimulationSettings::PktIncomingLoss' has a wrong offset!"); \ static_assert(offsetof(FPacketSimulationSettings, PktJitter) == 0x000030, "Member 'FPacketSimulationSettings::PktJitter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNetworkEmulationProfileDescription \ static_assert(alignof(FNetworkEmulationProfileDescription) == 0x000008, "Wrong alignment on FNetworkEmulationProfileDescription"); \ static_assert(sizeof(FNetworkEmulationProfileDescription) == 0x000020, "Wrong size on FNetworkEmulationProfileDescription"); \ static_assert(offsetof(FNetworkEmulationProfileDescription, ProfileName) == 0x000000, "Member 'FNetworkEmulationProfileDescription::ProfileName' has a wrong offset!"); \ static_assert(offsetof(FNetworkEmulationProfileDescription, ToolTip) == 0x000010, "Member 'FNetworkEmulationProfileDescription::ToolTip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNodeItem \ static_assert(alignof(FNodeItem) == 0x000010, "Wrong alignment on FNodeItem"); \ static_assert(sizeof(FNodeItem) == 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_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_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_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_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_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_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_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_FParticleSystemWorldManagerTickFunction \ static_assert(alignof(FParticleSystemWorldManagerTickFunction) == 0x000008, "Wrong alignment on FParticleSystemWorldManagerTickFunction"); \ static_assert(sizeof(FParticleSystemWorldManagerTickFunction) == 0x000048, "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_FFreezablePerPlatformInt \ static_assert(alignof(FFreezablePerPlatformInt) == 0x000004, "Wrong alignment on FFreezablePerPlatformInt"); \ static_assert(sizeof(FFreezablePerPlatformInt) == 0x000004, "Wrong size on FFreezablePerPlatformInt"); \ #define DUMPER7_ASSERTS_FPhysicalAnimationProfile \ static_assert(alignof(FPhysicalAnimationProfile) == 0x000004, "Wrong alignment on FPhysicalAnimationProfile"); \ static_assert(sizeof(FPhysicalAnimationProfile) == 0x00002C, "Wrong size on FPhysicalAnimationProfile"); \ static_assert(offsetof(FPhysicalAnimationProfile, ProfileName) == 0x000000, "Member 'FPhysicalAnimationProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(FPhysicalAnimationProfile, PhysicalAnimationData) == 0x000008, "Member 'FPhysicalAnimationProfile::PhysicalAnimationData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSolverIterations \ static_assert(alignof(FSolverIterations) == 0x000004, "Wrong alignment on FSolverIterations"); \ static_assert(sizeof(FSolverIterations) == 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_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_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_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_FTViewTarget \ static_assert(alignof(FTViewTarget) == 0x000010, "Wrong alignment on FTViewTarget"); \ static_assert(sizeof(FTViewTarget) == 0x0006A0, "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) == 0x000690, "Member 'FTViewTarget::PlayerState' 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_FCollidingGroupsDefinition \ static_assert(alignof(FCollidingGroupsDefinition) == 0x000008, "Wrong alignment on FCollidingGroupsDefinition"); \ static_assert(sizeof(FCollidingGroupsDefinition) == 0x000050, "Wrong size on FCollidingGroupsDefinition"); \ static_assert(offsetof(FCollidingGroupsDefinition, GroupNames) == 0x000000, "Member 'FCollidingGroupsDefinition::GroupNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputAxisKeyMapping \ static_assert(alignof(FInputAxisKeyMapping) == 0x000008, "Wrong alignment on FInputAxisKeyMapping"); \ static_assert(sizeof(FInputAxisKeyMapping) == 0x000038, "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!"); \ static_assert(offsetof(FInputAxisKeyMapping, GroupName) == 0x000028, "Member 'FInputAxisKeyMapping::GroupName' has a wrong offset!"); \ static_assert(offsetof(FInputAxisKeyMapping, SortIndex) == 0x000030, "Member 'FInputAxisKeyMapping::SortIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputGroupHeader \ static_assert(alignof(FInputGroupHeader) == 0x000008, "Wrong alignment on FInputGroupHeader"); \ static_assert(sizeof(FInputGroupHeader) == 0x000018, "Wrong size on FInputGroupHeader"); \ static_assert(offsetof(FInputGroupHeader, HeaderID) == 0x000000, "Member 'FInputGroupHeader::HeaderID' has a wrong offset!"); \ static_assert(offsetof(FInputGroupHeader, GroupNames) == 0x000008, "Member 'FInputGroupHeader::GroupNames' 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_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_FPoseData \ static_assert(alignof(FPoseData) == 0x000008, "Wrong alignment on FPoseData"); \ static_assert(sizeof(FPoseData) == 0x000070, "Wrong size on FPoseData"); \ static_assert(offsetof(FPoseData, LocalSpacePose) == 0x000000, "Member 'FPoseData::LocalSpacePose' has a wrong offset!"); \ static_assert(offsetof(FPoseData, TrackToBufferIndex) == 0x000010, "Member 'FPoseData::TrackToBufferIndex' has a wrong offset!"); \ static_assert(offsetof(FPoseData, CurveData) == 0x000060, "Member 'FPoseData::CurveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPoseDataContainer \ static_assert(alignof(FPoseDataContainer) == 0x000008, "Wrong alignment on FPoseDataContainer"); \ static_assert(sizeof(FPoseDataContainer) == 0x000090, "Wrong size on FPoseDataContainer"); \ static_assert(offsetof(FPoseDataContainer, PoseNames) == 0x000000, "Member 'FPoseDataContainer::PoseNames' has a wrong offset!"); \ static_assert(offsetof(FPoseDataContainer, Tracks) == 0x000010, "Member 'FPoseDataContainer::Tracks' has a wrong offset!"); \ static_assert(offsetof(FPoseDataContainer, TrackMap) == 0x000020, "Member 'FPoseDataContainer::TrackMap' has a wrong offset!"); \ static_assert(offsetof(FPoseDataContainer, Poses) == 0x000070, "Member 'FPoseDataContainer::Poses' has a wrong offset!"); \ static_assert(offsetof(FPoseDataContainer, Curves) == 0x000080, "Member 'FPoseDataContainer::Curves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FQuartzPulseOverrideStep \ static_assert(alignof(FQuartzPulseOverrideStep) == 0x000004, "Wrong alignment on FQuartzPulseOverrideStep"); \ static_assert(sizeof(FQuartzPulseOverrideStep) == 0x000008, "Wrong size on FQuartzPulseOverrideStep"); \ static_assert(offsetof(FQuartzPulseOverrideStep, NumberOfPulses) == 0x000000, "Member 'FQuartzPulseOverrideStep::NumberOfPulses' has a wrong offset!"); \ static_assert(offsetof(FQuartzPulseOverrideStep, PulseDuration) == 0x000004, "Member 'FQuartzPulseOverrideStep::PulseDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuartzTimeSignature \ static_assert(alignof(FQuartzTimeSignature) == 0x000008, "Wrong alignment on FQuartzTimeSignature"); \ static_assert(sizeof(FQuartzTimeSignature) == 0x000018, "Wrong size on FQuartzTimeSignature"); \ static_assert(offsetof(FQuartzTimeSignature, NumBeats) == 0x000000, "Member 'FQuartzTimeSignature::NumBeats' has a wrong offset!"); \ static_assert(offsetof(FQuartzTimeSignature, BeatType) == 0x000004, "Member 'FQuartzTimeSignature::BeatType' has a wrong offset!"); \ static_assert(offsetof(FQuartzTimeSignature, OptionalPulseOverride) == 0x000008, "Member 'FQuartzTimeSignature::OptionalPulseOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuartzClockSettings \ static_assert(alignof(FQuartzClockSettings) == 0x000008, "Wrong alignment on FQuartzClockSettings"); \ static_assert(sizeof(FQuartzClockSettings) == 0x000020, "Wrong size on FQuartzClockSettings"); \ static_assert(offsetof(FQuartzClockSettings, TimeSignature) == 0x000000, "Member 'FQuartzClockSettings::TimeSignature' has a wrong offset!"); \ static_assert(offsetof(FQuartzClockSettings, bIgnoreLevelChange) == 0x000018, "Member 'FQuartzClockSettings::bIgnoreLevelChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_FSceneViewExtensionIsActiveFunctor \ static_assert(alignof(FSceneViewExtensionIsActiveFunctor) == 0x000010, "Wrong alignment on FSceneViewExtensionIsActiveFunctor"); \ static_assert(sizeof(FSceneViewExtensionIsActiveFunctor) == 0x000050, "Wrong size on FSceneViewExtensionIsActiveFunctor"); \ #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_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_FSkeletalMeshComponentClothTickFunction \ static_assert(alignof(FSkeletalMeshComponentClothTickFunction) == 0x000008, "Wrong alignment on FSkeletalMeshComponentClothTickFunction"); \ static_assert(sizeof(FSkeletalMeshComponentClothTickFunction) == 0x000048, "Wrong size on FSkeletalMeshComponentClothTickFunction"); \ #define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegionMaterialFilter \ static_assert(alignof(FSkeletalMeshSamplingRegionMaterialFilter) == 0x000004, "Wrong alignment on FSkeletalMeshSamplingRegionMaterialFilter"); \ static_assert(sizeof(FSkeletalMeshSamplingRegionMaterialFilter) == 0x000008, "Wrong size on FSkeletalMeshSamplingRegionMaterialFilter"); \ static_assert(offsetof(FSkeletalMeshSamplingRegionMaterialFilter, MaterialName) == 0x000000, "Member 'FSkeletalMeshSamplingRegionMaterialFilter::MaterialName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegionBoneFilter \ static_assert(alignof(FSkeletalMeshSamplingRegionBoneFilter) == 0x000004, "Wrong alignment on FSkeletalMeshSamplingRegionBoneFilter"); \ static_assert(sizeof(FSkeletalMeshSamplingRegionBoneFilter) == 0x00000C, "Wrong size on FSkeletalMeshSamplingRegionBoneFilter"); \ static_assert(offsetof(FSkeletalMeshSamplingRegionBoneFilter, BoneName) == 0x000000, "Member 'FSkeletalMeshSamplingRegionBoneFilter::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegion \ static_assert(alignof(FSkeletalMeshSamplingRegion) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingRegion"); \ static_assert(sizeof(FSkeletalMeshSamplingRegion) == 0x000030, "Wrong size on FSkeletalMeshSamplingRegion"); \ static_assert(offsetof(FSkeletalMeshSamplingRegion, Name) == 0x000000, "Member 'FSkeletalMeshSamplingRegion::Name' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshSamplingRegion, LODIndex) == 0x000008, "Member 'FSkeletalMeshSamplingRegion::LODIndex' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshSamplingRegion, MaterialFilters) == 0x000010, "Member 'FSkeletalMeshSamplingRegion::MaterialFilters' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshSamplingRegion, BoneFilters) == 0x000020, "Member 'FSkeletalMeshSamplingRegion::BoneFilters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkeletalMeshSamplingRegionBuiltData \ static_assert(alignof(FSkeletalMeshSamplingRegionBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingRegionBuiltData"); \ static_assert(sizeof(FSkeletalMeshSamplingRegionBuiltData) == 0x000078, "Wrong size on FSkeletalMeshSamplingRegionBuiltData"); \ #define DUMPER7_ASSERTS_FSkeletalMeshSamplingBuiltData \ static_assert(alignof(FSkeletalMeshSamplingBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingBuiltData"); \ static_assert(sizeof(FSkeletalMeshSamplingBuiltData) == 0x000020, "Wrong size on FSkeletalMeshSamplingBuiltData"); \ static_assert(offsetof(FSkeletalMeshSamplingBuiltData, WholeMeshBuiltData) == 0x000000, "Member 'FSkeletalMeshSamplingBuiltData::WholeMeshBuiltData' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshSamplingBuiltData, RegionBuiltData) == 0x000010, "Member 'FSkeletalMeshSamplingBuiltData::RegionBuiltData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkeletalMeshSamplingInfo \ static_assert(alignof(FSkeletalMeshSamplingInfo) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingInfo"); \ static_assert(sizeof(FSkeletalMeshSamplingInfo) == 0x000030, "Wrong size on FSkeletalMeshSamplingInfo"); \ static_assert(offsetof(FSkeletalMeshSamplingInfo, Regions) == 0x000000, "Member 'FSkeletalMeshSamplingInfo::Regions' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshSamplingInfo, BuiltData) == 0x000010, "Member 'FSkeletalMeshSamplingInfo::BuiltData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_FPassiveSoundMixModifier \ static_assert(alignof(FPassiveSoundMixModifier) == 0x000008, "Wrong alignment on FPassiveSoundMixModifier"); \ static_assert(sizeof(FPassiveSoundMixModifier) == 0x000010, "Wrong size on FPassiveSoundMixModifier"); \ static_assert(offsetof(FPassiveSoundMixModifier, SoundMix) == 0x000000, "Member 'FPassiveSoundMixModifier::SoundMix' has a wrong offset!"); \ static_assert(offsetof(FPassiveSoundMixModifier, MinVolumeThreshold) == 0x000008, "Member 'FPassiveSoundMixModifier::MinVolumeThreshold' has a wrong offset!"); \ static_assert(offsetof(FPassiveSoundMixModifier, MaxVolumeThreshold) == 0x00000C, "Member 'FPassiveSoundMixModifier::MaxVolumeThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundModulationDefaultSettings \ static_assert(alignof(FSoundModulationDefaultSettings) == 0x000008, "Wrong alignment on FSoundModulationDefaultSettings"); \ static_assert(sizeof(FSoundModulationDefaultSettings) == 0x000040, "Wrong size on FSoundModulationDefaultSettings"); \ static_assert(offsetof(FSoundModulationDefaultSettings, VolumeModulationDestination) == 0x000000, "Member 'FSoundModulationDefaultSettings::VolumeModulationDestination' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationDefaultSettings, PitchModulationDestination) == 0x000010, "Member 'FSoundModulationDefaultSettings::PitchModulationDestination' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationDefaultSettings, HighpassModulationDestination) == 0x000020, "Member 'FSoundModulationDefaultSettings::HighpassModulationDestination' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationDefaultSettings, LowpassModulationDestination) == 0x000030, "Member 'FSoundModulationDefaultSettings::LowpassModulationDestination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundClassProperties \ static_assert(alignof(FSoundClassProperties) == 0x000008, "Wrong alignment on FSoundClassProperties"); \ static_assert(sizeof(FSoundClassProperties) == 0x000078, "Wrong size on FSoundClassProperties"); \ static_assert(offsetof(FSoundClassProperties, Volume) == 0x000000, "Member 'FSoundClassProperties::Volume' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, Pitch) == 0x000004, "Member 'FSoundClassProperties::Pitch' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, LowPassFilterFrequency) == 0x000008, "Member 'FSoundClassProperties::LowPassFilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, AttenuationDistanceScale) == 0x00000C, "Member 'FSoundClassProperties::AttenuationDistanceScale' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, LFEBleed) == 0x000010, "Member 'FSoundClassProperties::LFEBleed' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, VoiceCenterChannelVolume) == 0x000014, "Member 'FSoundClassProperties::VoiceCenterChannelVolume' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, RadioFilterVolume) == 0x000018, "Member 'FSoundClassProperties::RadioFilterVolume' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, RadioFilterVolumeThreshold) == 0x00001C, "Member 'FSoundClassProperties::RadioFilterVolumeThreshold' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, Default2DReverbSendAmount) == 0x000024, "Member 'FSoundClassProperties::Default2DReverbSendAmount' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, ModulationSettings) == 0x000028, "Member 'FSoundClassProperties::ModulationSettings' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, OutputTarget) == 0x000068, "Member 'FSoundClassProperties::OutputTarget' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, LoadingBehavior) == 0x000069, "Member 'FSoundClassProperties::LoadingBehavior' has a wrong offset!"); \ static_assert(offsetof(FSoundClassProperties, DefaultSubmix) == 0x000070, "Member 'FSoundClassProperties::DefaultSubmix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundNodeEditorData \ static_assert(alignof(FSoundNodeEditorData) == 0x000004, "Wrong alignment on FSoundNodeEditorData"); \ static_assert(sizeof(FSoundNodeEditorData) == 0x000008, "Wrong size on FSoundNodeEditorData"); \ #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_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_FSoundWaveSpectralDataEntry \ static_assert(alignof(FSoundWaveSpectralDataEntry) == 0x000004, "Wrong alignment on FSoundWaveSpectralDataEntry"); \ static_assert(sizeof(FSoundWaveSpectralDataEntry) == 0x000008, "Wrong size on FSoundWaveSpectralDataEntry"); \ static_assert(offsetof(FSoundWaveSpectralDataEntry, Magnitude) == 0x000000, "Member 'FSoundWaveSpectralDataEntry::Magnitude' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveSpectralDataEntry, NormalizedMagnitude) == 0x000004, "Member 'FSoundWaveSpectralDataEntry::NormalizedMagnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundWaveSpectralTimeData \ static_assert(alignof(FSoundWaveSpectralTimeData) == 0x000008, "Wrong alignment on FSoundWaveSpectralTimeData"); \ static_assert(sizeof(FSoundWaveSpectralTimeData) == 0x000018, "Wrong size on FSoundWaveSpectralTimeData"); \ static_assert(offsetof(FSoundWaveSpectralTimeData, Data) == 0x000000, "Member 'FSoundWaveSpectralTimeData::Data' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveSpectralTimeData, TimeSec) == 0x000010, "Member 'FSoundWaveSpectralTimeData::TimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundWaveEnvelopeDataPerSound \ static_assert(alignof(FSoundWaveEnvelopeDataPerSound) == 0x000008, "Wrong alignment on FSoundWaveEnvelopeDataPerSound"); \ static_assert(sizeof(FSoundWaveEnvelopeDataPerSound) == 0x000010, "Wrong size on FSoundWaveEnvelopeDataPerSound"); \ static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, Envelope) == 0x000000, "Member 'FSoundWaveEnvelopeDataPerSound::Envelope' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, PlaybackTime) == 0x000004, "Member 'FSoundWaveEnvelopeDataPerSound::PlaybackTime' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, SoundWave) == 0x000008, "Member 'FSoundWaveEnvelopeDataPerSound::SoundWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStreamedAudioPlatformData \ static_assert(alignof(FStreamedAudioPlatformData) == 0x000008, "Wrong alignment on FStreamedAudioPlatformData"); \ static_assert(sizeof(FStreamedAudioPlatformData) == 0x000020, "Wrong size on FStreamedAudioPlatformData"); \ #define DUMPER7_ASSERTS_FSplineInstanceData \ static_assert(alignof(FSplineInstanceData) == 0x000008, "Wrong alignment on FSplineInstanceData"); \ static_assert(sizeof(FSplineInstanceData) == 0x0001A0, "Wrong size on FSplineInstanceData"); \ static_assert(offsetof(FSplineInstanceData, bSplineHasBeenEdited) == 0x0000B8, "Member 'FSplineInstanceData::bSplineHasBeenEdited' has a wrong offset!"); \ static_assert(offsetof(FSplineInstanceData, SplineCurves) == 0x0000C0, "Member 'FSplineInstanceData::SplineCurves' has a wrong offset!"); \ static_assert(offsetof(FSplineInstanceData, SplineCurvesPreUCS) == 0x000130, "Member 'FSplineInstanceData::SplineCurvesPreUCS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSplinePoint \ static_assert(alignof(FSplinePoint) == 0x000004, "Wrong alignment on FSplinePoint"); \ static_assert(sizeof(FSplinePoint) == 0x000044, "Wrong size on FSplinePoint"); \ static_assert(offsetof(FSplinePoint, InputKey) == 0x000000, "Member 'FSplinePoint::InputKey' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, Position) == 0x000004, "Member 'FSplinePoint::Position' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, ArriveTangent) == 0x000010, "Member 'FSplinePoint::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, LeaveTangent) == 0x00001C, "Member 'FSplinePoint::LeaveTangent' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, Rotation) == 0x000028, "Member 'FSplinePoint::Rotation' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, Scale) == 0x000034, "Member 'FSplinePoint::Scale' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, Type) == 0x000040, "Member 'FSplinePoint::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSplineMeshInstanceData \ static_assert(alignof(FSplineMeshInstanceData) == 0x000008, "Wrong alignment on FSplineMeshInstanceData"); \ static_assert(sizeof(FSplineMeshInstanceData) == 0x0000E8, "Wrong size on FSplineMeshInstanceData"); \ static_assert(offsetof(FSplineMeshInstanceData, StartPos) == 0x0000B8, "Member 'FSplineMeshInstanceData::StartPos' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshInstanceData, EndPos) == 0x0000C4, "Member 'FSplineMeshInstanceData::EndPos' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshInstanceData, StartTangent) == 0x0000D0, "Member 'FSplineMeshInstanceData::StartTangent' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshInstanceData, EndTangent) == 0x0000DC, "Member 'FSplineMeshInstanceData::EndTangent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSplineMeshParams \ static_assert(alignof(FSplineMeshParams) == 0x000004, "Wrong alignment on FSplineMeshParams"); \ static_assert(sizeof(FSplineMeshParams) == 0x000058, "Wrong size on FSplineMeshParams"); \ static_assert(offsetof(FSplineMeshParams, StartPos) == 0x000000, "Member 'FSplineMeshParams::StartPos' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, StartTangent) == 0x00000C, "Member 'FSplineMeshParams::StartTangent' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, StartScale) == 0x000018, "Member 'FSplineMeshParams::StartScale' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, StartRoll) == 0x000020, "Member 'FSplineMeshParams::StartRoll' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, StartOffset) == 0x000024, "Member 'FSplineMeshParams::StartOffset' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, EndPos) == 0x00002C, "Member 'FSplineMeshParams::EndPos' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, EndScale) == 0x000038, "Member 'FSplineMeshParams::EndScale' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, EndTangent) == 0x000040, "Member 'FSplineMeshParams::EndTangent' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, EndRoll) == 0x00004C, "Member 'FSplineMeshParams::EndRoll' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, EndOffset) == 0x000050, "Member 'FSplineMeshParams::EndOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMeshSectionInfoMap \ static_assert(alignof(FMeshSectionInfoMap) == 0x000008, "Wrong alignment on FMeshSectionInfoMap"); \ static_assert(sizeof(FMeshSectionInfoMap) == 0x000050, "Wrong size on FMeshSectionInfoMap"); \ static_assert(offsetof(FMeshSectionInfoMap, Map) == 0x000000, "Member 'FMeshSectionInfoMap::Map' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticMeshSourceModel \ static_assert(alignof(FStaticMeshSourceModel) == 0x000008, "Wrong alignment on FStaticMeshSourceModel"); \ static_assert(sizeof(FStaticMeshSourceModel) == 0x000078, "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) == 0x000058, "Member 'FStaticMeshSourceModel::LODDistance' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshSourceModel, ScreenSize) == 0x00005C, "Member 'FStaticMeshSourceModel::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshSourceModel, ForceShadowProxyLOD) == 0x000060, "Member 'FStaticMeshSourceModel::ForceShadowProxyLOD' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshSourceModel, SourceImportFilename) == 0x000068, "Member 'FStaticMeshSourceModel::SourceImportFilename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticMeshOptimizationSettings \ static_assert(alignof(FStaticMeshOptimizationSettings) == 0x000004, "Wrong alignment on FStaticMeshOptimizationSettings"); \ static_assert(sizeof(FStaticMeshOptimizationSettings) == 0x00001C, "Wrong size on FStaticMeshOptimizationSettings"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, ReductionMethod) == 0x000000, "Member 'FStaticMeshOptimizationSettings::ReductionMethod' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, NumOfTrianglesPercentage) == 0x000004, "Member 'FStaticMeshOptimizationSettings::NumOfTrianglesPercentage' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, MaxDeviationPercentage) == 0x000008, "Member 'FStaticMeshOptimizationSettings::MaxDeviationPercentage' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, WeldingThreshold) == 0x00000C, "Member 'FStaticMeshOptimizationSettings::WeldingThreshold' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, bRecalcNormals) == 0x000010, "Member 'FStaticMeshOptimizationSettings::bRecalcNormals' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, NormalsThreshold) == 0x000014, "Member 'FStaticMeshOptimizationSettings::NormalsThreshold' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, SilhouetteImportance) == 0x000018, "Member 'FStaticMeshOptimizationSettings::SilhouetteImportance' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, TextureImportance) == 0x000019, "Member 'FStaticMeshOptimizationSettings::TextureImportance' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshOptimizationSettings, ShadingImportance) == 0x00001A, "Member 'FStaticMeshOptimizationSettings::ShadingImportance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPaintedVertex \ static_assert(alignof(FPaintedVertex) == 0x000010, "Wrong alignment on FPaintedVertex"); \ static_assert(sizeof(FPaintedVertex) == 0x000020, "Wrong size on FPaintedVertex"); \ static_assert(offsetof(FPaintedVertex, Position) == 0x000000, "Member 'FPaintedVertex::Position' has a wrong offset!"); \ static_assert(offsetof(FPaintedVertex, Color) == 0x00000C, "Member 'FPaintedVertex::Color' has a wrong offset!"); \ static_assert(offsetof(FPaintedVertex, normal) == 0x000010, "Member 'FPaintedVertex::normal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticMeshVertexColorLODData \ static_assert(alignof(FStaticMeshVertexColorLODData) == 0x000008, "Wrong alignment on FStaticMeshVertexColorLODData"); \ static_assert(sizeof(FStaticMeshVertexColorLODData) == 0x000028, "Wrong size on FStaticMeshVertexColorLODData"); \ static_assert(offsetof(FStaticMeshVertexColorLODData, PaintedVertices) == 0x000000, "Member 'FStaticMeshVertexColorLODData::PaintedVertices' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshVertexColorLODData, VertexBufferColors) == 0x000010, "Member 'FStaticMeshVertexColorLODData::VertexBufferColors' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshVertexColorLODData, LODIndex) == 0x000020, "Member 'FStaticMeshVertexColorLODData::LODIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FStaticMaterialLayersParameter \ static_assert(alignof(FStaticMaterialLayersParameter) == 0x000008, "Wrong alignment on FStaticMaterialLayersParameter"); \ static_assert(sizeof(FStaticMaterialLayersParameter) == 0x000068, "Wrong size on FStaticMaterialLayersParameter"); \ static_assert(offsetof(FStaticMaterialLayersParameter, Value) == 0x000028, "Member 'FStaticMaterialLayersParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticParameterSet \ static_assert(alignof(FStaticParameterSet) == 0x000008, "Wrong alignment on FStaticParameterSet"); \ static_assert(sizeof(FStaticParameterSet) == 0x000040, "Wrong size on FStaticParameterSet"); \ static_assert(offsetof(FStaticParameterSet, StaticSwitchParameters) == 0x000000, "Member 'FStaticParameterSet::StaticSwitchParameters' has a wrong offset!"); \ static_assert(offsetof(FStaticParameterSet, StaticComponentMaskParameters) == 0x000010, "Member 'FStaticParameterSet::StaticComponentMaskParameters' has a wrong offset!"); \ static_assert(offsetof(FStaticParameterSet, TerrainLayerWeightParameters) == 0x000020, "Member 'FStaticParameterSet::TerrainLayerWeightParameters' has a wrong offset!"); \ static_assert(offsetof(FStaticParameterSet, MaterialLayersParameters) == 0x000030, "Member 'FStaticParameterSet::MaterialLayersParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEquirectProps \ static_assert(alignof(FEquirectProps) == 0x000004, "Wrong alignment on FEquirectProps"); \ static_assert(sizeof(FEquirectProps) == 0x000048, "Wrong size on FEquirectProps"); \ static_assert(offsetof(FEquirectProps, LeftUVRect) == 0x000000, "Member 'FEquirectProps::LeftUVRect' has a wrong offset!"); \ static_assert(offsetof(FEquirectProps, RightUVRect) == 0x000014, "Member 'FEquirectProps::RightUVRect' has a wrong offset!"); \ static_assert(offsetof(FEquirectProps, LeftScale) == 0x000028, "Member 'FEquirectProps::LeftScale' has a wrong offset!"); \ static_assert(offsetof(FEquirectProps, RightScale) == 0x000030, "Member 'FEquirectProps::RightScale' has a wrong offset!"); \ static_assert(offsetof(FEquirectProps, LeftBias) == 0x000038, "Member 'FEquirectProps::LeftBias' has a wrong offset!"); \ static_assert(offsetof(FEquirectProps, RightBias) == 0x000040, "Member 'FEquirectProps::RightBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FTexturePlatformData \ static_assert(alignof(FTexturePlatformData) == 0x000008, "Wrong alignment on FTexturePlatformData"); \ static_assert(sizeof(FTexturePlatformData) == 0x000030, "Wrong size on FTexturePlatformData"); \ #define DUMPER7_ASSERTS_FTextureSource \ static_assert(alignof(FTextureSource) == 0x000008, "Wrong alignment on FTextureSource"); \ static_assert(sizeof(FTextureSource) == 0x000038, "Wrong size on FTextureSource"); \ #define DUMPER7_ASSERTS_FTextureOverride \ static_assert(alignof(FTextureOverride) == 0x000004, "Wrong alignment on FTextureOverride"); \ static_assert(sizeof(FTextureOverride) == 0x000018, "Wrong size on FTextureOverride"); \ static_assert(offsetof(FTextureOverride, Texture) == 0x000000, "Member 'FTextureOverride::Texture' has a wrong offset!"); \ static_assert(offsetof(FTextureOverride, Downscale) == 0x000008, "Member 'FTextureOverride::Downscale' has a wrong offset!"); \ static_assert(offsetof(FTextureOverride, CompressionSettings) == 0x00000C, "Member 'FTextureOverride::CompressionSettings' has a wrong offset!"); \ static_assert(offsetof(FTextureOverride, LODGroup) == 0x00000D, "Member 'FTextureOverride::LODGroup' has a wrong offset!"); \ static_assert(offsetof(FTextureOverride, MaxTextureSize) == 0x000010, "Member 'FTextureOverride::MaxTextureSize' has a wrong offset!"); \ static_assert(offsetof(FTextureOverride, MipGenSettings) == 0x000014, "Member 'FTextureOverride::MipGenSettings' has a wrong offset!"); \ static_assert(offsetof(FTextureOverride, MipLoadOptions) == 0x000015, "Member 'FTextureOverride::MipLoadOptions' has a wrong offset!"); \ static_assert(offsetof(FTextureOverride, PowerOfTwoMode) == 0x000016, "Member 'FTextureOverride::PowerOfTwoMode' 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_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_FTTFloatTrack \ static_assert(alignof(FTTFloatTrack) == 0x000008, "Wrong alignment on FTTFloatTrack"); \ static_assert(sizeof(FTTFloatTrack) == 0x000028, "Wrong size on FTTFloatTrack"); \ static_assert(offsetof(FTTFloatTrack, CurveFloat) == 0x000020, "Member 'FTTFloatTrack::CurveFloat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTTEventTrack \ static_assert(alignof(FTTEventTrack) == 0x000008, "Wrong alignment on FTTEventTrack"); \ static_assert(sizeof(FTTEventTrack) == 0x000028, "Wrong size on FTTEventTrack"); \ static_assert(offsetof(FTTEventTrack, FunctionName) == 0x000018, "Member 'FTTEventTrack::FunctionName' has a wrong offset!"); \ static_assert(offsetof(FTTEventTrack, CurveKeys) == 0x000020, "Member 'FTTEventTrack::CurveKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTTTrackId \ static_assert(alignof(FTTTrackId) == 0x000004, "Wrong alignment on FTTTrackId"); \ static_assert(sizeof(FTTTrackId) == 0x000008, "Wrong size on FTTTrackId"); \ static_assert(offsetof(FTTTrackId, TrackType) == 0x000000, "Member 'FTTTrackId::TrackType' has a wrong offset!"); \ static_assert(offsetof(FTTTrackId, TrackIndex) == 0x000004, "Member 'FTTTrackId::TrackIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeStretchCurveMarker \ static_assert(alignof(FTimeStretchCurveMarker) == 0x000004, "Wrong alignment on FTimeStretchCurveMarker"); \ static_assert(sizeof(FTimeStretchCurveMarker) == 0x000010, "Wrong size on FTimeStretchCurveMarker"); \ static_assert(offsetof(FTimeStretchCurveMarker, Time) == 0x000000, "Member 'FTimeStretchCurveMarker::Time' has a wrong offset!"); \ static_assert(offsetof(FTimeStretchCurveMarker, Alpha) == 0x00000C, "Member 'FTimeStretchCurveMarker::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeStretchCurve \ static_assert(alignof(FTimeStretchCurve) == 0x000008, "Wrong alignment on FTimeStretchCurve"); \ static_assert(sizeof(FTimeStretchCurve) == 0x000028, "Wrong size on FTimeStretchCurve"); \ static_assert(offsetof(FTimeStretchCurve, SamplingRate) == 0x000000, "Member 'FTimeStretchCurve::SamplingRate' has a wrong offset!"); \ static_assert(offsetof(FTimeStretchCurve, CurveValueMinPrecision) == 0x000004, "Member 'FTimeStretchCurve::CurveValueMinPrecision' has a wrong offset!"); \ static_assert(offsetof(FTimeStretchCurve, Markers) == 0x000008, "Member 'FTimeStretchCurve::Markers' has a wrong offset!"); \ static_assert(offsetof(FTimeStretchCurve, Sum_dT_i_by_C_i) == 0x000018, "Member 'FTimeStretchCurve::Sum_dT_i_by_C_i' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTouchInputControl \ static_assert(alignof(FTouchInputControl) == 0x000008, "Wrong alignment on FTouchInputControl"); \ static_assert(sizeof(FTouchInputControl) == 0x000068, "Wrong size on FTouchInputControl"); \ static_assert(offsetof(FTouchInputControl, Image1) == 0x000000, "Member 'FTouchInputControl::Image1' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, Image2) == 0x000008, "Member 'FTouchInputControl::Image2' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, Center) == 0x000010, "Member 'FTouchInputControl::Center' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, VisualSize) == 0x000018, "Member 'FTouchInputControl::VisualSize' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, ThumbSize) == 0x000020, "Member 'FTouchInputControl::ThumbSize' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, InteractionSize) == 0x000028, "Member 'FTouchInputControl::InteractionSize' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, InputScale) == 0x000030, "Member 'FTouchInputControl::InputScale' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, MainInputKey) == 0x000038, "Member 'FTouchInputControl::MainInputKey' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, AltInputKey) == 0x000050, "Member 'FTouchInputControl::AltInputKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVirtualTextureSpacePoolConfig \ static_assert(alignof(FVirtualTextureSpacePoolConfig) == 0x000008, "Wrong alignment on FVirtualTextureSpacePoolConfig"); \ static_assert(sizeof(FVirtualTextureSpacePoolConfig) == 0x000028, "Wrong size on FVirtualTextureSpacePoolConfig"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, MinTileSize) == 0x000000, "Member 'FVirtualTextureSpacePoolConfig::MinTileSize' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, MaxTileSize) == 0x000004, "Member 'FVirtualTextureSpacePoolConfig::MaxTileSize' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, Formats) == 0x000008, "Member 'FVirtualTextureSpacePoolConfig::Formats' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, SizeInMegabyte) == 0x000018, "Member 'FVirtualTextureSpacePoolConfig::SizeInMegabyte' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, bAllowSizeScale) == 0x00001C, "Member 'FVirtualTextureSpacePoolConfig::bAllowSizeScale' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, ScalabilityGroup) == 0x000020, "Member 'FVirtualTextureSpacePoolConfig::ScalabilityGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVoiceSettings \ static_assert(alignof(FVoiceSettings) == 0x000008, "Wrong alignment on FVoiceSettings"); \ static_assert(sizeof(FVoiceSettings) == 0x000018, "Wrong size on FVoiceSettings"); \ static_assert(offsetof(FVoiceSettings, ComponentToAttachTo) == 0x000000, "Member 'FVoiceSettings::ComponentToAttachTo' has a wrong offset!"); \ static_assert(offsetof(FVoiceSettings, AttenuationSettings) == 0x000008, "Member 'FVoiceSettings::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(FVoiceSettings, SourceEffectChain) == 0x000010, "Member 'FVoiceSettings::SourceEffectChain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWindAffectedParameters \ static_assert(alignof(FWindAffectedParameters) == 0x000004, "Wrong alignment on FWindAffectedParameters"); \ static_assert(sizeof(FWindAffectedParameters) == 0x000024, "Wrong size on FWindAffectedParameters"); \ static_assert(offsetof(FWindAffectedParameters, WindDirectionParameter) == 0x000000, "Member 'FWindAffectedParameters::WindDirectionParameter' has a wrong offset!"); \ static_assert(offsetof(FWindAffectedParameters, WindSpeedParameter) == 0x000008, "Member 'FWindAffectedParameters::WindSpeedParameter' has a wrong offset!"); \ static_assert(offsetof(FWindAffectedParameters, WindVelocityParameter) == 0x000010, "Member 'FWindAffectedParameters::WindVelocityParameter' has a wrong offset!"); \ static_assert(offsetof(FWindAffectedParameters, InsideParameter) == 0x000018, "Member 'FWindAffectedParameters::InsideParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStreamingLevelsToConsider \ static_assert(alignof(FStreamingLevelsToConsider) == 0x000008, "Wrong alignment on FStreamingLevelsToConsider"); \ static_assert(sizeof(FStreamingLevelsToConsider) == 0x000028, "Wrong size on FStreamingLevelsToConsider"); \ static_assert(offsetof(FStreamingLevelsToConsider, StreamingLevels) == 0x000000, "Member 'FStreamingLevelsToConsider::StreamingLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelCollection \ static_assert(alignof(FLevelCollection) == 0x000008, "Wrong alignment on FLevelCollection"); \ static_assert(sizeof(FLevelCollection) == 0x000078, "Wrong size on FLevelCollection"); \ static_assert(offsetof(FLevelCollection, GameState) == 0x000008, "Member 'FLevelCollection::GameState' has a wrong offset!"); \ static_assert(offsetof(FLevelCollection, NetDriver) == 0x000010, "Member 'FLevelCollection::NetDriver' has a wrong offset!"); \ static_assert(offsetof(FLevelCollection, DemoNetDriver) == 0x000018, "Member 'FLevelCollection::DemoNetDriver' has a wrong offset!"); \ static_assert(offsetof(FLevelCollection, PersistentLevel) == 0x000020, "Member 'FLevelCollection::PersistentLevel' has a wrong offset!"); \ static_assert(offsetof(FLevelCollection, Levels) == 0x000028, "Member 'FLevelCollection::Levels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEndPhysicsTickFunction \ static_assert(alignof(FEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FEndPhysicsTickFunction"); \ static_assert(sizeof(FEndPhysicsTickFunction) == 0x000048, "Wrong size on FEndPhysicsTickFunction"); \ #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_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_FHierarchicalSimplification \ static_assert(alignof(FHierarchicalSimplification) == 0x000004, "Wrong alignment on FHierarchicalSimplification"); \ static_assert(sizeof(FHierarchicalSimplification) == 0x000168, "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) == 0x0000BC, "Member 'FHierarchicalSimplification::MergeSetting' has a wrong offset!"); \ static_assert(offsetof(FHierarchicalSimplification, DesiredBoundRadius) == 0x00015C, "Member 'FHierarchicalSimplification::DesiredBoundRadius' has a wrong offset!"); \ static_assert(offsetof(FHierarchicalSimplification, DesiredFillingPercentage) == 0x000160, "Member 'FHierarchicalSimplification::DesiredFillingPercentage' has a wrong offset!"); \ static_assert(offsetof(FHierarchicalSimplification, MinNumberOfActorsToBuild) == 0x000164, "Member 'FHierarchicalSimplification::MinNumberOfActorsToBuild' 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_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_UStreamableRenderAsset \ static_assert(alignof(UStreamableRenderAsset) == 0x000008, "Wrong alignment on UStreamableRenderAsset"); \ static_assert(sizeof(UStreamableRenderAsset) == 0x000068, "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) == 0x000070, "Member 'UTexture::LightingGuid' has a wrong offset!"); \ static_assert(offsetof(UTexture, LODBias) == 0x000080, "Member 'UTexture::LODBias' has a wrong offset!"); \ static_assert(offsetof(UTexture, CompressionSettings) == 0x000084, "Member 'UTexture::CompressionSettings' has a wrong offset!"); \ static_assert(offsetof(UTexture, Filter) == 0x000085, "Member 'UTexture::Filter' has a wrong offset!"); \ static_assert(offsetof(UTexture, MipLoadOptions) == 0x000086, "Member 'UTexture::MipLoadOptions' has a wrong offset!"); \ static_assert(offsetof(UTexture, LODGroup) == 0x000087, "Member 'UTexture::LODGroup' has a wrong offset!"); \ static_assert(offsetof(UTexture, Downscale) == 0x000088, "Member 'UTexture::Downscale' has a wrong offset!"); \ static_assert(offsetof(UTexture, DownscaleOptions) == 0x00008C, "Member 'UTexture::DownscaleOptions' has a wrong offset!"); \ static_assert(offsetof(UTexture, AssetUserData) == 0x000090, "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_ULightClippingProvider \ static_assert(alignof(ULightClippingProvider) == 0x000008, "Wrong alignment on ULightClippingProvider"); \ static_assert(sizeof(ULightClippingProvider) == 0x000028, "Wrong size on ULightClippingProvider"); \ #define DUMPER7_ASSERTS_ULightClippingProviderInsideVolume \ static_assert(alignof(ULightClippingProviderInsideVolume) == 0x000008, "Wrong alignment on ULightClippingProviderInsideVolume"); \ static_assert(sizeof(ULightClippingProviderInsideVolume) == 0x000038, "Wrong size on ULightClippingProviderInsideVolume"); \ static_assert(offsetof(ULightClippingProviderInsideVolume, InsideVolume) == 0x000028, "Member 'ULightClippingProviderInsideVolume::InsideVolume' has a wrong offset!"); \ static_assert(offsetof(ULightClippingProviderInsideVolume, Mode) == 0x000030, "Member 'ULightClippingProviderInsideVolume::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_Activate \ static_assert(alignof(ActorComponent_Activate) == 0x000001, "Wrong alignment on ActorComponent_Activate"); \ static_assert(sizeof(ActorComponent_Activate) == 0x000001, "Wrong size on ActorComponent_Activate"); \ static_assert(offsetof(ActorComponent_Activate, bReset) == 0x000000, "Member 'ActorComponent_Activate::bReset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_AddTickPrerequisiteActor \ static_assert(alignof(ActorComponent_AddTickPrerequisiteActor) == 0x000008, "Wrong alignment on ActorComponent_AddTickPrerequisiteActor"); \ static_assert(sizeof(ActorComponent_AddTickPrerequisiteActor) == 0x000008, "Wrong size on ActorComponent_AddTickPrerequisiteActor"); \ static_assert(offsetof(ActorComponent_AddTickPrerequisiteActor, PrerequisiteActor) == 0x000000, "Member 'ActorComponent_AddTickPrerequisiteActor::PrerequisiteActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_AddTickPrerequisiteComponent \ static_assert(alignof(ActorComponent_AddTickPrerequisiteComponent) == 0x000008, "Wrong alignment on ActorComponent_AddTickPrerequisiteComponent"); \ static_assert(sizeof(ActorComponent_AddTickPrerequisiteComponent) == 0x000008, "Wrong size on ActorComponent_AddTickPrerequisiteComponent"); \ static_assert(offsetof(ActorComponent_AddTickPrerequisiteComponent, PrerequisiteComponent) == 0x000000, "Member 'ActorComponent_AddTickPrerequisiteComponent::PrerequisiteComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_K2_DestroyComponent \ static_assert(alignof(ActorComponent_K2_DestroyComponent) == 0x000008, "Wrong alignment on ActorComponent_K2_DestroyComponent"); \ static_assert(sizeof(ActorComponent_K2_DestroyComponent) == 0x000008, "Wrong size on ActorComponent_K2_DestroyComponent"); \ static_assert(offsetof(ActorComponent_K2_DestroyComponent, Object) == 0x000000, "Member 'ActorComponent_K2_DestroyComponent::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_ReceiveEndPlay \ static_assert(alignof(ActorComponent_ReceiveEndPlay) == 0x000001, "Wrong alignment on ActorComponent_ReceiveEndPlay"); \ static_assert(sizeof(ActorComponent_ReceiveEndPlay) == 0x000001, "Wrong size on ActorComponent_ReceiveEndPlay"); \ static_assert(offsetof(ActorComponent_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'ActorComponent_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_ReceiveTick \ static_assert(alignof(ActorComponent_ReceiveTick) == 0x000004, "Wrong alignment on ActorComponent_ReceiveTick"); \ static_assert(sizeof(ActorComponent_ReceiveTick) == 0x000004, "Wrong size on ActorComponent_ReceiveTick"); \ static_assert(offsetof(ActorComponent_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'ActorComponent_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_RemoveTickPrerequisiteActor \ static_assert(alignof(ActorComponent_RemoveTickPrerequisiteActor) == 0x000008, "Wrong alignment on ActorComponent_RemoveTickPrerequisiteActor"); \ static_assert(sizeof(ActorComponent_RemoveTickPrerequisiteActor) == 0x000008, "Wrong size on ActorComponent_RemoveTickPrerequisiteActor"); \ static_assert(offsetof(ActorComponent_RemoveTickPrerequisiteActor, PrerequisiteActor) == 0x000000, "Member 'ActorComponent_RemoveTickPrerequisiteActor::PrerequisiteActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_RemoveTickPrerequisiteComponent \ static_assert(alignof(ActorComponent_RemoveTickPrerequisiteComponent) == 0x000008, "Wrong alignment on ActorComponent_RemoveTickPrerequisiteComponent"); \ static_assert(sizeof(ActorComponent_RemoveTickPrerequisiteComponent) == 0x000008, "Wrong size on ActorComponent_RemoveTickPrerequisiteComponent"); \ static_assert(offsetof(ActorComponent_RemoveTickPrerequisiteComponent, PrerequisiteComponent) == 0x000000, "Member 'ActorComponent_RemoveTickPrerequisiteComponent::PrerequisiteComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_SetActive \ static_assert(alignof(ActorComponent_SetActive) == 0x000001, "Wrong alignment on ActorComponent_SetActive"); \ static_assert(sizeof(ActorComponent_SetActive) == 0x000002, "Wrong size on ActorComponent_SetActive"); \ static_assert(offsetof(ActorComponent_SetActive, bNewActive) == 0x000000, "Member 'ActorComponent_SetActive::bNewActive' has a wrong offset!"); \ static_assert(offsetof(ActorComponent_SetActive, bReset) == 0x000001, "Member 'ActorComponent_SetActive::bReset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_SetAutoActivate \ static_assert(alignof(ActorComponent_SetAutoActivate) == 0x000001, "Wrong alignment on ActorComponent_SetAutoActivate"); \ static_assert(sizeof(ActorComponent_SetAutoActivate) == 0x000001, "Wrong size on ActorComponent_SetAutoActivate"); \ static_assert(offsetof(ActorComponent_SetAutoActivate, bNewAutoActivate) == 0x000000, "Member 'ActorComponent_SetAutoActivate::bNewAutoActivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_SetComponentTickEnabled \ static_assert(alignof(ActorComponent_SetComponentTickEnabled) == 0x000001, "Wrong alignment on ActorComponent_SetComponentTickEnabled"); \ static_assert(sizeof(ActorComponent_SetComponentTickEnabled) == 0x000001, "Wrong size on ActorComponent_SetComponentTickEnabled"); \ static_assert(offsetof(ActorComponent_SetComponentTickEnabled, bEnabled) == 0x000000, "Member 'ActorComponent_SetComponentTickEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_SetComponentTickInterval \ static_assert(alignof(ActorComponent_SetComponentTickInterval) == 0x000004, "Wrong alignment on ActorComponent_SetComponentTickInterval"); \ static_assert(sizeof(ActorComponent_SetComponentTickInterval) == 0x000004, "Wrong size on ActorComponent_SetComponentTickInterval"); \ static_assert(offsetof(ActorComponent_SetComponentTickInterval, TickInterval) == 0x000000, "Member 'ActorComponent_SetComponentTickInterval::TickInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_SetComponentTickIntervalAndCooldown \ static_assert(alignof(ActorComponent_SetComponentTickIntervalAndCooldown) == 0x000004, "Wrong alignment on ActorComponent_SetComponentTickIntervalAndCooldown"); \ static_assert(sizeof(ActorComponent_SetComponentTickIntervalAndCooldown) == 0x000004, "Wrong size on ActorComponent_SetComponentTickIntervalAndCooldown"); \ static_assert(offsetof(ActorComponent_SetComponentTickIntervalAndCooldown, TickInterval) == 0x000000, "Member 'ActorComponent_SetComponentTickIntervalAndCooldown::TickInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_SetIsReplicated \ static_assert(alignof(ActorComponent_SetIsReplicated) == 0x000001, "Wrong alignment on ActorComponent_SetIsReplicated"); \ static_assert(sizeof(ActorComponent_SetIsReplicated) == 0x000001, "Wrong size on ActorComponent_SetIsReplicated"); \ static_assert(offsetof(ActorComponent_SetIsReplicated, ShouldReplicate) == 0x000000, "Member 'ActorComponent_SetIsReplicated::ShouldReplicate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_SetTickableWhenPaused \ static_assert(alignof(ActorComponent_SetTickableWhenPaused) == 0x000001, "Wrong alignment on ActorComponent_SetTickableWhenPaused"); \ static_assert(sizeof(ActorComponent_SetTickableWhenPaused) == 0x000001, "Wrong size on ActorComponent_SetTickableWhenPaused"); \ static_assert(offsetof(ActorComponent_SetTickableWhenPaused, bTickableWhenPaused) == 0x000000, "Member 'ActorComponent_SetTickableWhenPaused::bTickableWhenPaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_SetTickGroup \ static_assert(alignof(ActorComponent_SetTickGroup) == 0x000001, "Wrong alignment on ActorComponent_SetTickGroup"); \ static_assert(sizeof(ActorComponent_SetTickGroup) == 0x000001, "Wrong size on ActorComponent_SetTickGroup"); \ static_assert(offsetof(ActorComponent_SetTickGroup, NewTickGroup) == 0x000000, "Member 'ActorComponent_SetTickGroup::NewTickGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_ComponentHasTag \ static_assert(alignof(ActorComponent_ComponentHasTag) == 0x000004, "Wrong alignment on ActorComponent_ComponentHasTag"); \ static_assert(sizeof(ActorComponent_ComponentHasTag) == 0x00000C, "Wrong size on ActorComponent_ComponentHasTag"); \ static_assert(offsetof(ActorComponent_ComponentHasTag, Tag) == 0x000000, "Member 'ActorComponent_ComponentHasTag::Tag' has a wrong offset!"); \ static_assert(offsetof(ActorComponent_ComponentHasTag, ReturnValue) == 0x000008, "Member 'ActorComponent_ComponentHasTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_GetComponentTickInterval \ static_assert(alignof(ActorComponent_GetComponentTickInterval) == 0x000004, "Wrong alignment on ActorComponent_GetComponentTickInterval"); \ static_assert(sizeof(ActorComponent_GetComponentTickInterval) == 0x000004, "Wrong size on ActorComponent_GetComponentTickInterval"); \ static_assert(offsetof(ActorComponent_GetComponentTickInterval, ReturnValue) == 0x000000, "Member 'ActorComponent_GetComponentTickInterval::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_GetOwner \ static_assert(alignof(ActorComponent_GetOwner) == 0x000008, "Wrong alignment on ActorComponent_GetOwner"); \ static_assert(sizeof(ActorComponent_GetOwner) == 0x000008, "Wrong size on ActorComponent_GetOwner"); \ static_assert(offsetof(ActorComponent_GetOwner, ReturnValue) == 0x000000, "Member 'ActorComponent_GetOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_IsActive \ static_assert(alignof(ActorComponent_IsActive) == 0x000001, "Wrong alignment on ActorComponent_IsActive"); \ static_assert(sizeof(ActorComponent_IsActive) == 0x000001, "Wrong size on ActorComponent_IsActive"); \ static_assert(offsetof(ActorComponent_IsActive, ReturnValue) == 0x000000, "Member 'ActorComponent_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_IsBeingDestroyed \ static_assert(alignof(ActorComponent_IsBeingDestroyed) == 0x000001, "Wrong alignment on ActorComponent_IsBeingDestroyed"); \ static_assert(sizeof(ActorComponent_IsBeingDestroyed) == 0x000001, "Wrong size on ActorComponent_IsBeingDestroyed"); \ static_assert(offsetof(ActorComponent_IsBeingDestroyed, ReturnValue) == 0x000000, "Member 'ActorComponent_IsBeingDestroyed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorComponent_IsComponentTickEnabled \ static_assert(alignof(ActorComponent_IsComponentTickEnabled) == 0x000001, "Wrong alignment on ActorComponent_IsComponentTickEnabled"); \ static_assert(sizeof(ActorComponent_IsComponentTickEnabled) == 0x000001, "Wrong size on ActorComponent_IsComponentTickEnabled"); \ static_assert(offsetof(ActorComponent_IsComponentTickEnabled, ReturnValue) == 0x000000, "Member 'ActorComponent_IsComponentTickEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorComponent \ static_assert(alignof(UActorComponent) == 0x000008, "Wrong alignment on UActorComponent"); \ static_assert(sizeof(UActorComponent) == 0x0000D0, "Wrong size on UActorComponent"); \ static_assert(offsetof(UActorComponent, PrimaryComponentTick) == 0x000030, "Member 'UActorComponent::PrimaryComponentTick' has a wrong offset!"); \ static_assert(offsetof(UActorComponent, ComponentTags) == 0x000078, "Member 'UActorComponent::ComponentTags' has a wrong offset!"); \ static_assert(offsetof(UActorComponent, AssetUserData) == 0x000088, "Member 'UActorComponent::AssetUserData' has a wrong offset!"); \ static_assert(offsetof(UActorComponent, UCSSerializationIndex) == 0x00009C, "Member 'UActorComponent::UCSSerializationIndex' has a wrong offset!"); \ static_assert(offsetof(UActorComponent, CreationMethod) == 0x0000A4, "Member 'UActorComponent::CreationMethod' has a wrong offset!"); \ static_assert(offsetof(UActorComponent, OnComponentActivated) == 0x0000A5, "Member 'UActorComponent::OnComponentActivated' has a wrong offset!"); \ static_assert(offsetof(UActorComponent, OnComponentDeactivated) == 0x0000A6, "Member 'UActorComponent::OnComponentDeactivated' has a wrong offset!"); \ static_assert(offsetof(UActorComponent, UCSModifiedProperties) == 0x0000A8, "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_SetCanSkipOverlaps \ static_assert(alignof(SceneComponent_SetCanSkipOverlaps) == 0x000001, "Wrong alignment on SceneComponent_SetCanSkipOverlaps"); \ static_assert(sizeof(SceneComponent_SetCanSkipOverlaps) == 0x000001, "Wrong size on SceneComponent_SetCanSkipOverlaps"); \ static_assert(offsetof(SceneComponent_SetCanSkipOverlaps, bInSkipOverlaps) == 0x000000, "Member 'SceneComponent_SetCanSkipOverlaps::bInSkipOverlaps' 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) == 0x000220, "Wrong size on USceneComponent"); \ static_assert(offsetof(USceneComponent, PhysicsVolume) == 0x0000D8, "Member 'USceneComponent::PhysicsVolume' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, AttachParent) == 0x0000E0, "Member 'USceneComponent::AttachParent' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, AttachSocketName) == 0x0000E8, "Member 'USceneComponent::AttachSocketName' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, AttachChildren) == 0x0000F0, "Member 'USceneComponent::AttachChildren' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, ClientAttachedChildren) == 0x000100, "Member 'USceneComponent::ClientAttachedChildren' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, RelativeLocation) == 0x00013C, "Member 'USceneComponent::RelativeLocation' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, RelativeRotation) == 0x000148, "Member 'USceneComponent::RelativeRotation' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, RelativeScale3D) == 0x000154, "Member 'USceneComponent::RelativeScale3D' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, ComponentVelocity) == 0x000160, "Member 'USceneComponent::ComponentVelocity' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, Mobility) == 0x00016F, "Member 'USceneComponent::Mobility' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, DetailMode) == 0x000170, "Member 'USceneComponent::DetailMode' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, PhysicsVolumeChangedDelegate) == 0x000171, "Member 'USceneComponent::PhysicsVolumeChangedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimNotifyState_GetNotifyName \ static_assert(alignof(AnimNotifyState_GetNotifyName) == 0x000008, "Wrong alignment on AnimNotifyState_GetNotifyName"); \ static_assert(sizeof(AnimNotifyState_GetNotifyName) == 0x000010, "Wrong size on AnimNotifyState_GetNotifyName"); \ static_assert(offsetof(AnimNotifyState_GetNotifyName, ReturnValue) == 0x000000, "Member 'AnimNotifyState_GetNotifyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimNotifyState_Received_NotifyBegin \ static_assert(alignof(AnimNotifyState_Received_NotifyBegin) == 0x000008, "Wrong alignment on AnimNotifyState_Received_NotifyBegin"); \ static_assert(sizeof(AnimNotifyState_Received_NotifyBegin) == 0x000018, "Wrong size on AnimNotifyState_Received_NotifyBegin"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'AnimNotifyState_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyBegin, Animation) == 0x000008, "Member 'AnimNotifyState_Received_NotifyBegin::Animation' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'AnimNotifyState_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'AnimNotifyState_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimNotifyState_Received_NotifyEnd \ static_assert(alignof(AnimNotifyState_Received_NotifyEnd) == 0x000008, "Wrong alignment on AnimNotifyState_Received_NotifyEnd"); \ static_assert(sizeof(AnimNotifyState_Received_NotifyEnd) == 0x000018, "Wrong size on AnimNotifyState_Received_NotifyEnd"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'AnimNotifyState_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyEnd, Animation) == 0x000008, "Member 'AnimNotifyState_Received_NotifyEnd::Animation' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'AnimNotifyState_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimNotifyState_Received_NotifyTick \ static_assert(alignof(AnimNotifyState_Received_NotifyTick) == 0x000008, "Wrong alignment on AnimNotifyState_Received_NotifyTick"); \ static_assert(sizeof(AnimNotifyState_Received_NotifyTick) == 0x000018, "Wrong size on AnimNotifyState_Received_NotifyTick"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyTick, MeshComp) == 0x000000, "Member 'AnimNotifyState_Received_NotifyTick::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyTick, Animation) == 0x000008, "Member 'AnimNotifyState_Received_NotifyTick::Animation' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyTick, FrameDeltaTime) == 0x000010, "Member 'AnimNotifyState_Received_NotifyTick::FrameDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_Received_NotifyTick, ReturnValue) == 0x000014, "Member 'AnimNotifyState_Received_NotifyTick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotifyState \ static_assert(alignof(UAnimNotifyState) == 0x000008, "Wrong alignment on UAnimNotifyState"); \ static_assert(sizeof(UAnimNotifyState) == 0x000030, "Wrong size on UAnimNotifyState"); \ #define DUMPER7_ASSERTS_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_UHLODProxyDesc \ static_assert(alignof(UHLODProxyDesc) == 0x000008, "Wrong alignment on UHLODProxyDesc"); \ static_assert(sizeof(UHLODProxyDesc) == 0x000028, "Wrong size on UHLODProxyDesc"); \ #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_UBlueprintFunctionLibrary \ static_assert(alignof(UBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UBlueprintFunctionLibrary"); \ static_assert(sizeof(UBlueprintFunctionLibrary) == 0x000028, "Wrong size on UBlueprintFunctionLibrary"); \ #define DUMPER7_ASSERTS_UBookmarkBase \ static_assert(alignof(UBookmarkBase) == 0x000008, "Wrong alignment on UBookmarkBase"); \ static_assert(sizeof(UBookmarkBase) == 0x000028, "Wrong size on UBookmarkBase"); \ #define DUMPER7_ASSERTS_UBookMark2D \ static_assert(alignof(UBookMark2D) == 0x000008, "Wrong alignment on UBookMark2D"); \ static_assert(sizeof(UBookMark2D) == 0x000038, "Wrong size on UBookMark2D"); \ static_assert(offsetof(UBookMark2D, Zoom2D) == 0x000028, "Member 'UBookMark2D::Zoom2D' has a wrong offset!"); \ static_assert(offsetof(UBookMark2D, Location) == 0x00002C, "Member 'UBookMark2D::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_AddComponent \ static_assert(alignof(Actor_AddComponent) == 0x000010, "Wrong alignment on Actor_AddComponent"); \ static_assert(sizeof(Actor_AddComponent) == 0x000060, "Wrong size on Actor_AddComponent"); \ static_assert(offsetof(Actor_AddComponent, TemplateName) == 0x000000, "Member 'Actor_AddComponent::TemplateName' has a wrong offset!"); \ static_assert(offsetof(Actor_AddComponent, bManualAttachment) == 0x000008, "Member 'Actor_AddComponent::bManualAttachment' has a wrong offset!"); \ static_assert(offsetof(Actor_AddComponent, RelativeTransform) == 0x000010, "Member 'Actor_AddComponent::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(Actor_AddComponent, ComponentTemplateContext) == 0x000040, "Member 'Actor_AddComponent::ComponentTemplateContext' has a wrong offset!"); \ static_assert(offsetof(Actor_AddComponent, bDeferredFinish) == 0x000048, "Member 'Actor_AddComponent::bDeferredFinish' has a wrong offset!"); \ static_assert(offsetof(Actor_AddComponent, ReturnValue) == 0x000050, "Member 'Actor_AddComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_AddComponentByClass \ static_assert(alignof(Actor_AddComponentByClass) == 0x000010, "Wrong alignment on Actor_AddComponentByClass"); \ static_assert(sizeof(Actor_AddComponentByClass) == 0x000050, "Wrong size on Actor_AddComponentByClass"); \ static_assert(offsetof(Actor_AddComponentByClass, Class_0) == 0x000000, "Member 'Actor_AddComponentByClass::Class_0' has a wrong offset!"); \ static_assert(offsetof(Actor_AddComponentByClass, bManualAttachment) == 0x000008, "Member 'Actor_AddComponentByClass::bManualAttachment' has a wrong offset!"); \ static_assert(offsetof(Actor_AddComponentByClass, RelativeTransform) == 0x000010, "Member 'Actor_AddComponentByClass::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(Actor_AddComponentByClass, bDeferredFinish) == 0x000040, "Member 'Actor_AddComponentByClass::bDeferredFinish' has a wrong offset!"); \ static_assert(offsetof(Actor_AddComponentByClass, ReturnValue) == 0x000048, "Member 'Actor_AddComponentByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_AddTickPrerequisiteActor \ static_assert(alignof(Actor_AddTickPrerequisiteActor) == 0x000008, "Wrong alignment on Actor_AddTickPrerequisiteActor"); \ static_assert(sizeof(Actor_AddTickPrerequisiteActor) == 0x000008, "Wrong size on Actor_AddTickPrerequisiteActor"); \ static_assert(offsetof(Actor_AddTickPrerequisiteActor, PrerequisiteActor) == 0x000000, "Member 'Actor_AddTickPrerequisiteActor::PrerequisiteActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_AddTickPrerequisiteComponent \ static_assert(alignof(Actor_AddTickPrerequisiteComponent) == 0x000008, "Wrong alignment on Actor_AddTickPrerequisiteComponent"); \ static_assert(sizeof(Actor_AddTickPrerequisiteComponent) == 0x000008, "Wrong size on Actor_AddTickPrerequisiteComponent"); \ static_assert(offsetof(Actor_AddTickPrerequisiteComponent, PrerequisiteComponent) == 0x000000, "Member 'Actor_AddTickPrerequisiteComponent::PrerequisiteComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_DetachRootComponentFromParent \ static_assert(alignof(Actor_DetachRootComponentFromParent) == 0x000001, "Wrong alignment on Actor_DetachRootComponentFromParent"); \ static_assert(sizeof(Actor_DetachRootComponentFromParent) == 0x000001, "Wrong size on Actor_DetachRootComponentFromParent"); \ static_assert(offsetof(Actor_DetachRootComponentFromParent, bMaintainWorldPosition) == 0x000000, "Member 'Actor_DetachRootComponentFromParent::bMaintainWorldPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_DisableInput \ static_assert(alignof(Actor_DisableInput) == 0x000008, "Wrong alignment on Actor_DisableInput"); \ static_assert(sizeof(Actor_DisableInput) == 0x000008, "Wrong size on Actor_DisableInput"); \ static_assert(offsetof(Actor_DisableInput, PlayerController) == 0x000000, "Member 'Actor_DisableInput::PlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_EnableInput \ static_assert(alignof(Actor_EnableInput) == 0x000008, "Wrong alignment on Actor_EnableInput"); \ static_assert(sizeof(Actor_EnableInput) == 0x000008, "Wrong size on Actor_EnableInput"); \ static_assert(offsetof(Actor_EnableInput, PlayerController) == 0x000000, "Member 'Actor_EnableInput::PlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_FinishAddComponent \ static_assert(alignof(Actor_FinishAddComponent) == 0x000010, "Wrong alignment on Actor_FinishAddComponent"); \ static_assert(sizeof(Actor_FinishAddComponent) == 0x000040, "Wrong size on Actor_FinishAddComponent"); \ static_assert(offsetof(Actor_FinishAddComponent, Component) == 0x000000, "Member 'Actor_FinishAddComponent::Component' has a wrong offset!"); \ static_assert(offsetof(Actor_FinishAddComponent, bManualAttachment) == 0x000008, "Member 'Actor_FinishAddComponent::bManualAttachment' has a wrong offset!"); \ static_assert(offsetof(Actor_FinishAddComponent, RelativeTransform) == 0x000010, "Member 'Actor_FinishAddComponent::RelativeTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_GetTickableWhenPaused \ static_assert(alignof(Actor_GetTickableWhenPaused) == 0x000001, "Wrong alignment on Actor_GetTickableWhenPaused"); \ static_assert(sizeof(Actor_GetTickableWhenPaused) == 0x000001, "Wrong size on Actor_GetTickableWhenPaused"); \ static_assert(offsetof(Actor_GetTickableWhenPaused, ReturnValue) == 0x000000, "Member 'Actor_GetTickableWhenPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AddActorLocalOffset \ static_assert(alignof(Actor_K2_AddActorLocalOffset) == 0x000004, "Wrong alignment on Actor_K2_AddActorLocalOffset"); \ static_assert(sizeof(Actor_K2_AddActorLocalOffset) == 0x00009C, "Wrong size on Actor_K2_AddActorLocalOffset"); \ static_assert(offsetof(Actor_K2_AddActorLocalOffset, DeltaLocation) == 0x000000, "Member 'Actor_K2_AddActorLocalOffset::DeltaLocation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalOffset, bSweep) == 0x00000C, "Member 'Actor_K2_AddActorLocalOffset::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalOffset, SweepHitResult) == 0x000010, "Member 'Actor_K2_AddActorLocalOffset::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalOffset, bTeleport) == 0x000098, "Member 'Actor_K2_AddActorLocalOffset::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AddActorLocalRotation \ static_assert(alignof(Actor_K2_AddActorLocalRotation) == 0x000004, "Wrong alignment on Actor_K2_AddActorLocalRotation"); \ static_assert(sizeof(Actor_K2_AddActorLocalRotation) == 0x00009C, "Wrong size on Actor_K2_AddActorLocalRotation"); \ static_assert(offsetof(Actor_K2_AddActorLocalRotation, DeltaRotation) == 0x000000, "Member 'Actor_K2_AddActorLocalRotation::DeltaRotation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalRotation, bSweep) == 0x00000C, "Member 'Actor_K2_AddActorLocalRotation::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalRotation, SweepHitResult) == 0x000010, "Member 'Actor_K2_AddActorLocalRotation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalRotation, bTeleport) == 0x000098, "Member 'Actor_K2_AddActorLocalRotation::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AddActorLocalTransform \ static_assert(alignof(Actor_K2_AddActorLocalTransform) == 0x000010, "Wrong alignment on Actor_K2_AddActorLocalTransform"); \ static_assert(sizeof(Actor_K2_AddActorLocalTransform) == 0x0000C0, "Wrong size on Actor_K2_AddActorLocalTransform"); \ static_assert(offsetof(Actor_K2_AddActorLocalTransform, NewTransform) == 0x000000, "Member 'Actor_K2_AddActorLocalTransform::NewTransform' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalTransform, bSweep) == 0x000030, "Member 'Actor_K2_AddActorLocalTransform::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalTransform, SweepHitResult) == 0x000034, "Member 'Actor_K2_AddActorLocalTransform::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorLocalTransform, bTeleport) == 0x0000BC, "Member 'Actor_K2_AddActorLocalTransform::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AddActorWorldOffset \ static_assert(alignof(Actor_K2_AddActorWorldOffset) == 0x000004, "Wrong alignment on Actor_K2_AddActorWorldOffset"); \ static_assert(sizeof(Actor_K2_AddActorWorldOffset) == 0x00009C, "Wrong size on Actor_K2_AddActorWorldOffset"); \ static_assert(offsetof(Actor_K2_AddActorWorldOffset, DeltaLocation) == 0x000000, "Member 'Actor_K2_AddActorWorldOffset::DeltaLocation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldOffset, bSweep) == 0x00000C, "Member 'Actor_K2_AddActorWorldOffset::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldOffset, SweepHitResult) == 0x000010, "Member 'Actor_K2_AddActorWorldOffset::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldOffset, bTeleport) == 0x000098, "Member 'Actor_K2_AddActorWorldOffset::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AddActorWorldRotation \ static_assert(alignof(Actor_K2_AddActorWorldRotation) == 0x000004, "Wrong alignment on Actor_K2_AddActorWorldRotation"); \ static_assert(sizeof(Actor_K2_AddActorWorldRotation) == 0x00009C, "Wrong size on Actor_K2_AddActorWorldRotation"); \ static_assert(offsetof(Actor_K2_AddActorWorldRotation, DeltaRotation) == 0x000000, "Member 'Actor_K2_AddActorWorldRotation::DeltaRotation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldRotation, bSweep) == 0x00000C, "Member 'Actor_K2_AddActorWorldRotation::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldRotation, SweepHitResult) == 0x000010, "Member 'Actor_K2_AddActorWorldRotation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldRotation, bTeleport) == 0x000098, "Member 'Actor_K2_AddActorWorldRotation::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AddActorWorldTransform \ static_assert(alignof(Actor_K2_AddActorWorldTransform) == 0x000010, "Wrong alignment on Actor_K2_AddActorWorldTransform"); \ static_assert(sizeof(Actor_K2_AddActorWorldTransform) == 0x0000C0, "Wrong size on Actor_K2_AddActorWorldTransform"); \ static_assert(offsetof(Actor_K2_AddActorWorldTransform, DeltaTransform) == 0x000000, "Member 'Actor_K2_AddActorWorldTransform::DeltaTransform' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldTransform, bSweep) == 0x000030, "Member 'Actor_K2_AddActorWorldTransform::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldTransform, SweepHitResult) == 0x000034, "Member 'Actor_K2_AddActorWorldTransform::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldTransform, bTeleport) == 0x0000BC, "Member 'Actor_K2_AddActorWorldTransform::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AddActorWorldTransformKeepScale \ static_assert(alignof(Actor_K2_AddActorWorldTransformKeepScale) == 0x000010, "Wrong alignment on Actor_K2_AddActorWorldTransformKeepScale"); \ static_assert(sizeof(Actor_K2_AddActorWorldTransformKeepScale) == 0x0000C0, "Wrong size on Actor_K2_AddActorWorldTransformKeepScale"); \ static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, DeltaTransform) == 0x000000, "Member 'Actor_K2_AddActorWorldTransformKeepScale::DeltaTransform' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, bSweep) == 0x000030, "Member 'Actor_K2_AddActorWorldTransformKeepScale::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, SweepHitResult) == 0x000034, "Member 'Actor_K2_AddActorWorldTransformKeepScale::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AddActorWorldTransformKeepScale, bTeleport) == 0x0000BC, "Member 'Actor_K2_AddActorWorldTransformKeepScale::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AttachRootComponentTo \ static_assert(alignof(Actor_K2_AttachRootComponentTo) == 0x000008, "Wrong alignment on Actor_K2_AttachRootComponentTo"); \ static_assert(sizeof(Actor_K2_AttachRootComponentTo) == 0x000018, "Wrong size on Actor_K2_AttachRootComponentTo"); \ static_assert(offsetof(Actor_K2_AttachRootComponentTo, InParent) == 0x000000, "Member 'Actor_K2_AttachRootComponentTo::InParent' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachRootComponentTo, InSocketName) == 0x000008, "Member 'Actor_K2_AttachRootComponentTo::InSocketName' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachRootComponentTo, AttachLocationType) == 0x000010, "Member 'Actor_K2_AttachRootComponentTo::AttachLocationType' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachRootComponentTo, bWeldSimulatedBodies) == 0x000011, "Member 'Actor_K2_AttachRootComponentTo::bWeldSimulatedBodies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AttachRootComponentToActor \ static_assert(alignof(Actor_K2_AttachRootComponentToActor) == 0x000008, "Wrong alignment on Actor_K2_AttachRootComponentToActor"); \ static_assert(sizeof(Actor_K2_AttachRootComponentToActor) == 0x000018, "Wrong size on Actor_K2_AttachRootComponentToActor"); \ static_assert(offsetof(Actor_K2_AttachRootComponentToActor, InParentActor) == 0x000000, "Member 'Actor_K2_AttachRootComponentToActor::InParentActor' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachRootComponentToActor, InSocketName) == 0x000008, "Member 'Actor_K2_AttachRootComponentToActor::InSocketName' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachRootComponentToActor, AttachLocationType) == 0x000010, "Member 'Actor_K2_AttachRootComponentToActor::AttachLocationType' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachRootComponentToActor, bWeldSimulatedBodies) == 0x000011, "Member 'Actor_K2_AttachRootComponentToActor::bWeldSimulatedBodies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AttachToActor \ static_assert(alignof(Actor_K2_AttachToActor) == 0x000008, "Wrong alignment on Actor_K2_AttachToActor"); \ static_assert(sizeof(Actor_K2_AttachToActor) == 0x000018, "Wrong size on Actor_K2_AttachToActor"); \ static_assert(offsetof(Actor_K2_AttachToActor, ParentActor) == 0x000000, "Member 'Actor_K2_AttachToActor::ParentActor' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToActor, SocketName) == 0x000008, "Member 'Actor_K2_AttachToActor::SocketName' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToActor, LocationRule) == 0x000010, "Member 'Actor_K2_AttachToActor::LocationRule' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToActor, RotationRule) == 0x000011, "Member 'Actor_K2_AttachToActor::RotationRule' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToActor, ScaleRule) == 0x000012, "Member 'Actor_K2_AttachToActor::ScaleRule' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToActor, bWeldSimulatedBodies) == 0x000013, "Member 'Actor_K2_AttachToActor::bWeldSimulatedBodies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_AttachToComponent \ static_assert(alignof(Actor_K2_AttachToComponent) == 0x000008, "Wrong alignment on Actor_K2_AttachToComponent"); \ static_assert(sizeof(Actor_K2_AttachToComponent) == 0x000018, "Wrong size on Actor_K2_AttachToComponent"); \ static_assert(offsetof(Actor_K2_AttachToComponent, Parent) == 0x000000, "Member 'Actor_K2_AttachToComponent::Parent' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToComponent, SocketName) == 0x000008, "Member 'Actor_K2_AttachToComponent::SocketName' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToComponent, LocationRule) == 0x000010, "Member 'Actor_K2_AttachToComponent::LocationRule' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToComponent, RotationRule) == 0x000011, "Member 'Actor_K2_AttachToComponent::RotationRule' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToComponent, ScaleRule) == 0x000012, "Member 'Actor_K2_AttachToComponent::ScaleRule' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_AttachToComponent, bWeldSimulatedBodies) == 0x000013, "Member 'Actor_K2_AttachToComponent::bWeldSimulatedBodies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_DestroyComponent \ static_assert(alignof(Actor_K2_DestroyComponent) == 0x000008, "Wrong alignment on Actor_K2_DestroyComponent"); \ static_assert(sizeof(Actor_K2_DestroyComponent) == 0x000008, "Wrong size on Actor_K2_DestroyComponent"); \ static_assert(offsetof(Actor_K2_DestroyComponent, Component) == 0x000000, "Member 'Actor_K2_DestroyComponent::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_DetachFromActor \ static_assert(alignof(Actor_K2_DetachFromActor) == 0x000001, "Wrong alignment on Actor_K2_DetachFromActor"); \ static_assert(sizeof(Actor_K2_DetachFromActor) == 0x000003, "Wrong size on Actor_K2_DetachFromActor"); \ static_assert(offsetof(Actor_K2_DetachFromActor, LocationRule) == 0x000000, "Member 'Actor_K2_DetachFromActor::LocationRule' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_DetachFromActor, RotationRule) == 0x000001, "Member 'Actor_K2_DetachFromActor::RotationRule' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_DetachFromActor, ScaleRule) == 0x000002, "Member 'Actor_K2_DetachFromActor::ScaleRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_OnBecomeViewTarget \ static_assert(alignof(Actor_K2_OnBecomeViewTarget) == 0x000008, "Wrong alignment on Actor_K2_OnBecomeViewTarget"); \ static_assert(sizeof(Actor_K2_OnBecomeViewTarget) == 0x000008, "Wrong size on Actor_K2_OnBecomeViewTarget"); \ static_assert(offsetof(Actor_K2_OnBecomeViewTarget, PC) == 0x000000, "Member 'Actor_K2_OnBecomeViewTarget::PC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_OnEndViewTarget \ static_assert(alignof(Actor_K2_OnEndViewTarget) == 0x000008, "Wrong alignment on Actor_K2_OnEndViewTarget"); \ static_assert(sizeof(Actor_K2_OnEndViewTarget) == 0x000008, "Wrong size on Actor_K2_OnEndViewTarget"); \ static_assert(offsetof(Actor_K2_OnEndViewTarget, PC) == 0x000000, "Member 'Actor_K2_OnEndViewTarget::PC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_SetActorLocation \ static_assert(alignof(Actor_K2_SetActorLocation) == 0x000004, "Wrong alignment on Actor_K2_SetActorLocation"); \ static_assert(sizeof(Actor_K2_SetActorLocation) == 0x00009C, "Wrong size on Actor_K2_SetActorLocation"); \ static_assert(offsetof(Actor_K2_SetActorLocation, NewLocation) == 0x000000, "Member 'Actor_K2_SetActorLocation::NewLocation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocation, bSweep) == 0x00000C, "Member 'Actor_K2_SetActorLocation::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocation, SweepHitResult) == 0x000010, "Member 'Actor_K2_SetActorLocation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocation, bTeleport) == 0x000098, "Member 'Actor_K2_SetActorLocation::bTeleport' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocation, ReturnValue) == 0x000099, "Member 'Actor_K2_SetActorLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_SetActorLocationAndRotation \ static_assert(alignof(Actor_K2_SetActorLocationAndRotation) == 0x000004, "Wrong alignment on Actor_K2_SetActorLocationAndRotation"); \ static_assert(sizeof(Actor_K2_SetActorLocationAndRotation) == 0x0000A8, "Wrong size on Actor_K2_SetActorLocationAndRotation"); \ static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, NewLocation) == 0x000000, "Member 'Actor_K2_SetActorLocationAndRotation::NewLocation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, NewRotation) == 0x00000C, "Member 'Actor_K2_SetActorLocationAndRotation::NewRotation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, bSweep) == 0x000018, "Member 'Actor_K2_SetActorLocationAndRotation::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, SweepHitResult) == 0x00001C, "Member 'Actor_K2_SetActorLocationAndRotation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, bTeleport) == 0x0000A4, "Member 'Actor_K2_SetActorLocationAndRotation::bTeleport' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, ReturnValue) == 0x0000A5, "Member 'Actor_K2_SetActorLocationAndRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_SetActorRelativeLocation \ static_assert(alignof(Actor_K2_SetActorRelativeLocation) == 0x000004, "Wrong alignment on Actor_K2_SetActorRelativeLocation"); \ static_assert(sizeof(Actor_K2_SetActorRelativeLocation) == 0x00009C, "Wrong size on Actor_K2_SetActorRelativeLocation"); \ static_assert(offsetof(Actor_K2_SetActorRelativeLocation, NewRelativeLocation) == 0x000000, "Member 'Actor_K2_SetActorRelativeLocation::NewRelativeLocation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeLocation, bSweep) == 0x00000C, "Member 'Actor_K2_SetActorRelativeLocation::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeLocation, SweepHitResult) == 0x000010, "Member 'Actor_K2_SetActorRelativeLocation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeLocation, bTeleport) == 0x000098, "Member 'Actor_K2_SetActorRelativeLocation::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_SetActorRelativeRotation \ static_assert(alignof(Actor_K2_SetActorRelativeRotation) == 0x000004, "Wrong alignment on Actor_K2_SetActorRelativeRotation"); \ static_assert(sizeof(Actor_K2_SetActorRelativeRotation) == 0x00009C, "Wrong size on Actor_K2_SetActorRelativeRotation"); \ static_assert(offsetof(Actor_K2_SetActorRelativeRotation, NewRelativeRotation) == 0x000000, "Member 'Actor_K2_SetActorRelativeRotation::NewRelativeRotation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeRotation, bSweep) == 0x00000C, "Member 'Actor_K2_SetActorRelativeRotation::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeRotation, SweepHitResult) == 0x000010, "Member 'Actor_K2_SetActorRelativeRotation::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeRotation, bTeleport) == 0x000098, "Member 'Actor_K2_SetActorRelativeRotation::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_SetActorRelativeTransform \ static_assert(alignof(Actor_K2_SetActorRelativeTransform) == 0x000010, "Wrong alignment on Actor_K2_SetActorRelativeTransform"); \ static_assert(sizeof(Actor_K2_SetActorRelativeTransform) == 0x0000C0, "Wrong size on Actor_K2_SetActorRelativeTransform"); \ static_assert(offsetof(Actor_K2_SetActorRelativeTransform, NewRelativeTransform) == 0x000000, "Member 'Actor_K2_SetActorRelativeTransform::NewRelativeTransform' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeTransform, bSweep) == 0x000030, "Member 'Actor_K2_SetActorRelativeTransform::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeTransform, SweepHitResult) == 0x000034, "Member 'Actor_K2_SetActorRelativeTransform::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRelativeTransform, bTeleport) == 0x0000BC, "Member 'Actor_K2_SetActorRelativeTransform::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_SetActorRotation \ static_assert(alignof(Actor_K2_SetActorRotation) == 0x000004, "Wrong alignment on Actor_K2_SetActorRotation"); \ static_assert(sizeof(Actor_K2_SetActorRotation) == 0x000010, "Wrong size on Actor_K2_SetActorRotation"); \ static_assert(offsetof(Actor_K2_SetActorRotation, NewRotation) == 0x000000, "Member 'Actor_K2_SetActorRotation::NewRotation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRotation, bTeleportPhysics) == 0x00000C, "Member 'Actor_K2_SetActorRotation::bTeleportPhysics' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorRotation, ReturnValue) == 0x00000D, "Member 'Actor_K2_SetActorRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_SetActorTransform \ static_assert(alignof(Actor_K2_SetActorTransform) == 0x000010, "Wrong alignment on Actor_K2_SetActorTransform"); \ static_assert(sizeof(Actor_K2_SetActorTransform) == 0x0000C0, "Wrong size on Actor_K2_SetActorTransform"); \ static_assert(offsetof(Actor_K2_SetActorTransform, NewTransform) == 0x000000, "Member 'Actor_K2_SetActorTransform::NewTransform' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorTransform, bSweep) == 0x000030, "Member 'Actor_K2_SetActorTransform::bSweep' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorTransform, SweepHitResult) == 0x000034, "Member 'Actor_K2_SetActorTransform::SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorTransform, bTeleport) == 0x0000BC, "Member 'Actor_K2_SetActorTransform::bTeleport' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_SetActorTransform, ReturnValue) == 0x0000BD, "Member 'Actor_K2_SetActorTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_TeleportTo \ static_assert(alignof(Actor_K2_TeleportTo) == 0x000004, "Wrong alignment on Actor_K2_TeleportTo"); \ static_assert(sizeof(Actor_K2_TeleportTo) == 0x00001C, "Wrong size on Actor_K2_TeleportTo"); \ static_assert(offsetof(Actor_K2_TeleportTo, DestLocation) == 0x000000, "Member 'Actor_K2_TeleportTo::DestLocation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_TeleportTo, DestRotation) == 0x00000C, "Member 'Actor_K2_TeleportTo::DestRotation' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_TeleportTo, ReturnValue) == 0x000018, "Member 'Actor_K2_TeleportTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_MakeMIDForMaterial \ static_assert(alignof(Actor_MakeMIDForMaterial) == 0x000008, "Wrong alignment on Actor_MakeMIDForMaterial"); \ static_assert(sizeof(Actor_MakeMIDForMaterial) == 0x000010, "Wrong size on Actor_MakeMIDForMaterial"); \ static_assert(offsetof(Actor_MakeMIDForMaterial, Parent) == 0x000000, "Member 'Actor_MakeMIDForMaterial::Parent' has a wrong offset!"); \ static_assert(offsetof(Actor_MakeMIDForMaterial, ReturnValue) == 0x000008, "Member 'Actor_MakeMIDForMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_MakeNoise \ static_assert(alignof(Actor_MakeNoise) == 0x000008, "Wrong alignment on Actor_MakeNoise"); \ static_assert(sizeof(Actor_MakeNoise) == 0x000028, "Wrong size on Actor_MakeNoise"); \ static_assert(offsetof(Actor_MakeNoise, Loudness) == 0x000000, "Member 'Actor_MakeNoise::Loudness' has a wrong offset!"); \ static_assert(offsetof(Actor_MakeNoise, NoiseInstigator) == 0x000008, "Member 'Actor_MakeNoise::NoiseInstigator' has a wrong offset!"); \ static_assert(offsetof(Actor_MakeNoise, NoiseLocation) == 0x000010, "Member 'Actor_MakeNoise::NoiseLocation' has a wrong offset!"); \ static_assert(offsetof(Actor_MakeNoise, MaxRange) == 0x00001C, "Member 'Actor_MakeNoise::MaxRange' has a wrong offset!"); \ static_assert(offsetof(Actor_MakeNoise, Tag) == 0x000020, "Member 'Actor_MakeNoise::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_PrestreamMeshes \ static_assert(alignof(Actor_PrestreamMeshes) == 0x000004, "Wrong alignment on Actor_PrestreamMeshes"); \ static_assert(sizeof(Actor_PrestreamMeshes) == 0x000008, "Wrong size on Actor_PrestreamMeshes"); \ static_assert(offsetof(Actor_PrestreamMeshes, Seconds) == 0x000000, "Member 'Actor_PrestreamMeshes::Seconds' has a wrong offset!"); \ static_assert(offsetof(Actor_PrestreamMeshes, bEnableStreaming) == 0x000004, "Member 'Actor_PrestreamMeshes::bEnableStreaming' 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_SetUpdateInitialOverlaps \ static_assert(alignof(Actor_SetUpdateInitialOverlaps) == 0x000001, "Wrong alignment on Actor_SetUpdateInitialOverlaps"); \ static_assert(sizeof(Actor_SetUpdateInitialOverlaps) == 0x000001, "Wrong size on Actor_SetUpdateInitialOverlaps"); \ static_assert(offsetof(Actor_SetUpdateInitialOverlaps, InUpdateInitialOverlaps) == 0x000000, "Member 'Actor_SetUpdateInitialOverlaps::InUpdateInitialOverlaps' 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_Actor_WasRecentlyRenderedOnScreen \ static_assert(alignof(Actor_WasRecentlyRenderedOnScreen) == 0x000004, "Wrong alignment on Actor_WasRecentlyRenderedOnScreen"); \ static_assert(sizeof(Actor_WasRecentlyRenderedOnScreen) == 0x000008, "Wrong size on Actor_WasRecentlyRenderedOnScreen"); \ static_assert(offsetof(Actor_WasRecentlyRenderedOnScreen, Tolerance) == 0x000000, "Member 'Actor_WasRecentlyRenderedOnScreen::Tolerance' has a wrong offset!"); \ static_assert(offsetof(Actor_WasRecentlyRenderedOnScreen, ReturnValue) == 0x000004, "Member 'Actor_WasRecentlyRenderedOnScreen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AActor \ static_assert(alignof(AActor) == 0x000008, "Wrong alignment on AActor"); \ static_assert(sizeof(AActor) == 0x000248, "Wrong size on AActor"); \ static_assert(offsetof(AActor, PrimaryActorTick) == 0x000028, "Member 'AActor::PrimaryActorTick' has a wrong offset!"); \ static_assert(offsetof(AActor, UpdateOverlapsMethodDuringLevelStreaming) == 0x000076, "Member 'AActor::UpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ static_assert(offsetof(AActor, DefaultUpdateOverlapsMethodDuringLevelStreaming) == 0x000077, "Member 'AActor::DefaultUpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ static_assert(offsetof(AActor, RemoteRole) == 0x000078, "Member 'AActor::RemoteRole' has a wrong offset!"); \ static_assert(offsetof(AActor, ReplicatedMovement) == 0x00007C, "Member 'AActor::ReplicatedMovement' has a wrong offset!"); \ static_assert(offsetof(AActor, InitialLifeSpan) == 0x0000B0, "Member 'AActor::InitialLifeSpan' has a wrong offset!"); \ static_assert(offsetof(AActor, CustomTimeDilation) == 0x0000B4, "Member 'AActor::CustomTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AActor, AttachmentReplication) == 0x0000C0, "Member 'AActor::AttachmentReplication' has a wrong offset!"); \ static_assert(offsetof(AActor, Owner) == 0x000100, "Member 'AActor::Owner' has a wrong offset!"); \ static_assert(offsetof(AActor, NetDriverName) == 0x000108, "Member 'AActor::NetDriverName' has a wrong offset!"); \ static_assert(offsetof(AActor, Role) == 0x000110, "Member 'AActor::Role' has a wrong offset!"); \ static_assert(offsetof(AActor, NetDormancy) == 0x000111, "Member 'AActor::NetDormancy' has a wrong offset!"); \ static_assert(offsetof(AActor, SpawnCollisionHandlingMethod) == 0x000112, "Member 'AActor::SpawnCollisionHandlingMethod' has a wrong offset!"); \ static_assert(offsetof(AActor, AutoReceiveInput) == 0x000113, "Member 'AActor::AutoReceiveInput' has a wrong offset!"); \ static_assert(offsetof(AActor, InputPriority) == 0x000114, "Member 'AActor::InputPriority' has a wrong offset!"); \ static_assert(offsetof(AActor, InputComponent) == 0x000118, "Member 'AActor::InputComponent' has a wrong offset!"); \ static_assert(offsetof(AActor, NetCullDistanceSquared) == 0x000120, "Member 'AActor::NetCullDistanceSquared' has a wrong offset!"); \ static_assert(offsetof(AActor, NetTag) == 0x000124, "Member 'AActor::NetTag' has a wrong offset!"); \ static_assert(offsetof(AActor, NetUpdateFrequency) == 0x000128, "Member 'AActor::NetUpdateFrequency' has a wrong offset!"); \ static_assert(offsetof(AActor, MinNetUpdateFrequency) == 0x00012C, "Member 'AActor::MinNetUpdateFrequency' has a wrong offset!"); \ static_assert(offsetof(AActor, NetPriority) == 0x000130, "Member 'AActor::NetPriority' has a wrong offset!"); \ static_assert(offsetof(AActor, Instigator) == 0x000140, "Member 'AActor::Instigator' has a wrong offset!"); \ static_assert(offsetof(AActor, Children) == 0x000148, "Member 'AActor::Children' has a wrong offset!"); \ static_assert(offsetof(AActor, RootComponent) == 0x000158, "Member 'AActor::RootComponent' has a wrong offset!"); \ static_assert(offsetof(AActor, ControllingMatineeActors) == 0x000160, "Member 'AActor::ControllingMatineeActors' has a wrong offset!"); \ static_assert(offsetof(AActor, Layers) == 0x000178, "Member 'AActor::Layers' has a wrong offset!"); \ static_assert(offsetof(AActor, ParentComponent) == 0x000188, "Member 'AActor::ParentComponent' has a wrong offset!"); \ static_assert(offsetof(AActor, Tags) == 0x000198, "Member 'AActor::Tags' has a wrong offset!"); \ static_assert(offsetof(AActor, OnTakeAnyDamage) == 0x0001A8, "Member 'AActor::OnTakeAnyDamage' has a wrong offset!"); \ static_assert(offsetof(AActor, OnTakePointDamage) == 0x0001A9, "Member 'AActor::OnTakePointDamage' has a wrong offset!"); \ static_assert(offsetof(AActor, OnTakeRadialDamage) == 0x0001AA, "Member 'AActor::OnTakeRadialDamage' has a wrong offset!"); \ static_assert(offsetof(AActor, OnActorBeginOverlap) == 0x0001AB, "Member 'AActor::OnActorBeginOverlap' has a wrong offset!"); \ static_assert(offsetof(AActor, OnActorEndOverlap) == 0x0001AC, "Member 'AActor::OnActorEndOverlap' has a wrong offset!"); \ static_assert(offsetof(AActor, OnBeginCursorOver) == 0x0001AD, "Member 'AActor::OnBeginCursorOver' has a wrong offset!"); \ static_assert(offsetof(AActor, OnEndCursorOver) == 0x0001AE, "Member 'AActor::OnEndCursorOver' has a wrong offset!"); \ static_assert(offsetof(AActor, OnClicked) == 0x0001AF, "Member 'AActor::OnClicked' has a wrong offset!"); \ static_assert(offsetof(AActor, OnReleased) == 0x0001B0, "Member 'AActor::OnReleased' has a wrong offset!"); \ static_assert(offsetof(AActor, OnInputTouchBegin) == 0x0001B1, "Member 'AActor::OnInputTouchBegin' has a wrong offset!"); \ static_assert(offsetof(AActor, OnInputTouchEnd) == 0x0001B2, "Member 'AActor::OnInputTouchEnd' has a wrong offset!"); \ static_assert(offsetof(AActor, OnInputTouchEnter) == 0x0001B3, "Member 'AActor::OnInputTouchEnter' has a wrong offset!"); \ static_assert(offsetof(AActor, OnInputTouchLeave) == 0x0001B4, "Member 'AActor::OnInputTouchLeave' has a wrong offset!"); \ static_assert(offsetof(AActor, OnActorHit) == 0x0001B5, "Member 'AActor::OnActorHit' has a wrong offset!"); \ static_assert(offsetof(AActor, OnDestroyed) == 0x0001B6, "Member 'AActor::OnDestroyed' has a wrong offset!"); \ static_assert(offsetof(AActor, OnEndPlay) == 0x0001B7, "Member 'AActor::OnEndPlay' has a wrong offset!"); \ static_assert(offsetof(AActor, InstanceComponents) == 0x000218, "Member 'AActor::InstanceComponents' has a wrong offset!"); \ static_assert(offsetof(AActor, BlueprintCreatedComponents) == 0x000228, "Member 'AActor::BlueprintCreatedComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABrush \ static_assert(alignof(ABrush) == 0x000008, "Wrong alignment on ABrush"); \ static_assert(sizeof(ABrush) == 0x000280, "Wrong size on ABrush"); \ static_assert(offsetof(ABrush, BrushType) == 0x000248, "Member 'ABrush::BrushType' has a wrong offset!"); \ static_assert(offsetof(ABrush, BrushColor) == 0x00024C, "Member 'ABrush::BrushColor' has a wrong offset!"); \ static_assert(offsetof(ABrush, PolyFlags) == 0x000250, "Member 'ABrush::PolyFlags' has a wrong offset!"); \ static_assert(offsetof(ABrush, Brush) == 0x000258, "Member 'ABrush::Brush' has a wrong offset!"); \ static_assert(offsetof(ABrush, BrushComponent) == 0x000260, "Member 'ABrush::BrushComponent' has a wrong offset!"); \ static_assert(offsetof(ABrush, SavedSelections) == 0x000270, "Member 'ABrush::SavedSelections' 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_AInfo \ static_assert(alignof(AInfo) == 0x000008, "Wrong alignment on AInfo"); \ static_assert(sizeof(AInfo) == 0x000248, "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) == 0x0002E8, "Wrong size on AGameModeBase"); \ static_assert(offsetof(AGameModeBase, OptionsString) == 0x000248, "Member 'AGameModeBase::OptionsString' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, GameSessionClass) == 0x000258, "Member 'AGameModeBase::GameSessionClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, GameStateClass) == 0x000260, "Member 'AGameModeBase::GameStateClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, PlayerControllerClass) == 0x000268, "Member 'AGameModeBase::PlayerControllerClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, PlayerStateClass) == 0x000270, "Member 'AGameModeBase::PlayerStateClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, HUDClass) == 0x000278, "Member 'AGameModeBase::HUDClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, DefaultPawnClass) == 0x000280, "Member 'AGameModeBase::DefaultPawnClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, SpectatorClass) == 0x000288, "Member 'AGameModeBase::SpectatorClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, ReplaySpectatorPlayerControllerClass) == 0x000290, "Member 'AGameModeBase::ReplaySpectatorPlayerControllerClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, ServerStatReplicatorClass) == 0x000298, "Member 'AGameModeBase::ServerStatReplicatorClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, GameSession) == 0x0002A0, "Member 'AGameModeBase::GameSession' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, GameState) == 0x0002A8, "Member 'AGameModeBase::GameState' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, ServerStatReplicator) == 0x0002B0, "Member 'AGameModeBase::ServerStatReplicator' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, DefaultPlayerName) == 0x0002B8, "Member 'AGameModeBase::DefaultPlayerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGameNetworkManager \ static_assert(alignof(AGameNetworkManager) == 0x000008, "Wrong alignment on AGameNetworkManager"); \ static_assert(sizeof(AGameNetworkManager) == 0x0002F8, "Wrong size on AGameNetworkManager"); \ static_assert(offsetof(AGameNetworkManager, BadPacketLossThreshold) == 0x000248, "Member 'AGameNetworkManager::BadPacketLossThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, SeverePacketLossThreshold) == 0x00024C, "Member 'AGameNetworkManager::SeverePacketLossThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, BadPingThreshold) == 0x000250, "Member 'AGameNetworkManager::BadPingThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, SeverePingThreshold) == 0x000254, "Member 'AGameNetworkManager::SeverePingThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, AdjustedNetSpeed) == 0x000258, "Member 'AGameNetworkManager::AdjustedNetSpeed' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, LastNetSpeedUpdateTime) == 0x00025C, "Member 'AGameNetworkManager::LastNetSpeedUpdateTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, TotalNetBandwidth) == 0x000260, "Member 'AGameNetworkManager::TotalNetBandwidth' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MinDynamicBandwidth) == 0x000264, "Member 'AGameNetworkManager::MinDynamicBandwidth' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MaxDynamicBandwidth) == 0x000268, "Member 'AGameNetworkManager::MaxDynamicBandwidth' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, StandbyRxCheatTime) == 0x000270, "Member 'AGameNetworkManager::StandbyRxCheatTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, StandbyTxCheatTime) == 0x000274, "Member 'AGameNetworkManager::StandbyTxCheatTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, PercentMissingForRxStandby) == 0x000278, "Member 'AGameNetworkManager::PercentMissingForRxStandby' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, PercentMissingForTxStandby) == 0x00027C, "Member 'AGameNetworkManager::PercentMissingForTxStandby' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, PercentForBadPing) == 0x000280, "Member 'AGameNetworkManager::PercentForBadPing' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, JoinInProgressStandbyWaitTime) == 0x000284, "Member 'AGameNetworkManager::JoinInProgressStandbyWaitTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MoveRepSize) == 0x000288, "Member 'AGameNetworkManager::MoveRepSize' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MAXPOSITIONERRORSQUARED) == 0x00028C, "Member 'AGameNetworkManager::MAXPOSITIONERRORSQUARED' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MAXNEARZEROVELOCITYSQUARED) == 0x000290, "Member 'AGameNetworkManager::MAXNEARZEROVELOCITYSQUARED' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, CLIENTADJUSTUPDATECOST) == 0x000294, "Member 'AGameNetworkManager::CLIENTADJUSTUPDATECOST' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MAXCLIENTUPDATEINTERVAL) == 0x000298, "Member 'AGameNetworkManager::MAXCLIENTUPDATEINTERVAL' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MaxClientForcedUpdateDuration) == 0x00029C, "Member 'AGameNetworkManager::MaxClientForcedUpdateDuration' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchThreshold) == 0x0002A0, "Member 'AGameNetworkManager::ServerForcedUpdateHitchThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchCooldown) == 0x0002A4, "Member 'AGameNetworkManager::ServerForcedUpdateHitchCooldown' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MaxMoveDeltaTime) == 0x0002A8, "Member 'AGameNetworkManager::MaxMoveDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MaxClientSmoothingDeltaTime) == 0x0002AC, "Member 'AGameNetworkManager::MaxClientSmoothingDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTime) == 0x0002B0, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeThrottled) == 0x0002B4, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeThrottled' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeStationary) == 0x0002B8, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeStationary' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleAtNetSpeed) == 0x0002BC, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleAtNetSpeed' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleOverPlayerCount) == 0x0002C0, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleOverPlayerCount' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientAuthorativePosition) == 0x0002C4, "Member 'AGameNetworkManager::ClientAuthorativePosition' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientErrorUpdateRateLimit) == 0x0002C8, "Member 'AGameNetworkManager::ClientErrorUpdateRateLimit' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdateDeltaTime) == 0x0002CC, "Member 'AGameNetworkManager::ClientNetCamUpdateDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdatePositionLimit) == 0x0002D0, "Member 'AGameNetworkManager::ClientNetCamUpdatePositionLimit' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyDetection) == 0x0002D4, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyDetection' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyResolution) == 0x0002D5, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyResolution' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMaxTimeMargin) == 0x0002D8, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMaxTimeMargin' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMinTimeMargin) == 0x0002DC, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMinTimeMargin' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyResolutionRate) == 0x0002E0, "Member 'AGameNetworkManager::MovementTimeDiscrepancyResolutionRate' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyDriftAllowance) == 0x0002E4, "Member 'AGameNetworkManager::MovementTimeDiscrepancyDriftAllowance' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyForceCorrectionsDuringResolution) == 0x0002E8, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyForceCorrectionsDuringResolution' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, bUseDistanceBasedRelevancy) == 0x0002E9, "Member 'AGameNetworkManager::bUseDistanceBasedRelevancy' 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_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_SetAlwaysInBackfaceCapture \ static_assert(alignof(PrimitiveComponent_SetAlwaysInBackfaceCapture) == 0x000001, "Wrong alignment on PrimitiveComponent_SetAlwaysInBackfaceCapture"); \ static_assert(sizeof(PrimitiveComponent_SetAlwaysInBackfaceCapture) == 0x000001, "Wrong size on PrimitiveComponent_SetAlwaysInBackfaceCapture"); \ static_assert(offsetof(PrimitiveComponent_SetAlwaysInBackfaceCapture, bValue) == 0x000000, "Member 'PrimitiveComponent_SetAlwaysInBackfaceCapture::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetAlwaysVisibleInCapture \ static_assert(alignof(PrimitiveComponent_SetAlwaysVisibleInCapture) == 0x000001, "Wrong alignment on PrimitiveComponent_SetAlwaysVisibleInCapture"); \ static_assert(sizeof(PrimitiveComponent_SetAlwaysVisibleInCapture) == 0x000001, "Wrong size on PrimitiveComponent_SetAlwaysVisibleInCapture"); \ static_assert(offsetof(PrimitiveComponent_SetAlwaysVisibleInCapture, bValue) == 0x000000, "Member 'PrimitiveComponent_SetAlwaysVisibleInCapture::bValue' 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) == 0x000002, "Wrong size on PrimitiveComponent_SetCollisionEnabled"); \ static_assert(offsetof(PrimitiveComponent_SetCollisionEnabled, NewType) == 0x000000, "Member 'PrimitiveComponent_SetCollisionEnabled::NewType' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetCollisionEnabled, bUpdateOverlaps) == 0x000001, "Member 'PrimitiveComponent_SetCollisionEnabled::bUpdateOverlaps' 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) == 0x000002, "Wrong size on PrimitiveComponent_SetCollisionResponseToAllChannels"); \ static_assert(offsetof(PrimitiveComponent_SetCollisionResponseToAllChannels, NewResponse) == 0x000000, "Member 'PrimitiveComponent_SetCollisionResponseToAllChannels::NewResponse' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetCollisionResponseToAllChannels, bUpdateOverlaps) == 0x000001, "Member 'PrimitiveComponent_SetCollisionResponseToAllChannels::bUpdateOverlaps' 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) == 0x000003, "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!"); \ static_assert(offsetof(PrimitiveComponent_SetCollisionResponseToChannel, bUpdateOverlaps) == 0x000002, "Member 'PrimitiveComponent_SetCollisionResponseToChannel::bUpdateOverlaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetConstraintMode \ static_assert(alignof(PrimitiveComponent_SetConstraintMode) == 0x000001, "Wrong alignment on PrimitiveComponent_SetConstraintMode"); \ static_assert(sizeof(PrimitiveComponent_SetConstraintMode) == 0x000001, "Wrong size on PrimitiveComponent_SetConstraintMode"); \ static_assert(offsetof(PrimitiveComponent_SetConstraintMode, ConstraintMode) == 0x000000, "Member 'PrimitiveComponent_SetConstraintMode::ConstraintMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCullDistance \ static_assert(alignof(PrimitiveComponent_SetCullDistance) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCullDistance"); \ static_assert(sizeof(PrimitiveComponent_SetCullDistance) == 0x000004, "Wrong size on PrimitiveComponent_SetCullDistance"); \ static_assert(offsetof(PrimitiveComponent_SetCullDistance, NewCullDistance) == 0x000000, "Member 'PrimitiveComponent_SetCullDistance::NewCullDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomDepthStencilValue \ static_assert(alignof(PrimitiveComponent_SetCustomDepthStencilValue) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomDepthStencilValue"); \ static_assert(sizeof(PrimitiveComponent_SetCustomDepthStencilValue) == 0x000004, "Wrong size on PrimitiveComponent_SetCustomDepthStencilValue"); \ static_assert(offsetof(PrimitiveComponent_SetCustomDepthStencilValue, Value) == 0x000000, "Member 'PrimitiveComponent_SetCustomDepthStencilValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomDepthStencilWriteMask \ static_assert(alignof(PrimitiveComponent_SetCustomDepthStencilWriteMask) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCustomDepthStencilWriteMask"); \ static_assert(sizeof(PrimitiveComponent_SetCustomDepthStencilWriteMask) == 0x000001, "Wrong size on PrimitiveComponent_SetCustomDepthStencilWriteMask"); \ static_assert(offsetof(PrimitiveComponent_SetCustomDepthStencilWriteMask, WriteMaskBit) == 0x000000, "Member 'PrimitiveComponent_SetCustomDepthStencilWriteMask::WriteMaskBit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataFloat \ static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataFloat) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataFloat"); \ static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataFloat) == 0x000008, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataFloat"); \ static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataFloat, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataFloat::DataIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataFloat, Value) == 0x000004, "Member 'PrimitiveComponent_SetCustomPrimitiveDataFloat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataVector2 \ static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataVector2) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataVector2"); \ static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataVector2) == 0x00000C, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataVector2"); \ static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector2, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector2::DataIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector2, Value) == 0x000004, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector2::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataVector3 \ static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataVector3) == 0x000004, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataVector3"); \ static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataVector3) == 0x000010, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataVector3"); \ static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector3, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector3::DataIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector3, Value) == 0x000004, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector3::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetCustomPrimitiveDataVector4 \ static_assert(alignof(PrimitiveComponent_SetCustomPrimitiveDataVector4) == 0x000010, "Wrong alignment on PrimitiveComponent_SetCustomPrimitiveDataVector4"); \ static_assert(sizeof(PrimitiveComponent_SetCustomPrimitiveDataVector4) == 0x000020, "Wrong size on PrimitiveComponent_SetCustomPrimitiveDataVector4"); \ static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector4, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector4::DataIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetCustomPrimitiveDataVector4, Value) == 0x000010, "Member 'PrimitiveComponent_SetCustomPrimitiveDataVector4::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat \ static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat) == 0x000004, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat"); \ static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat) == 0x000008, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat"); \ static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat::DataIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat, Value) == 0x000004, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataFloat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2 \ static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2) == 0x000004, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2"); \ static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2) == 0x00000C, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2"); \ static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2::DataIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2, Value) == 0x000004, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector2::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3 \ static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3) == 0x000004, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3"); \ static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3) == 0x000010, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3"); \ static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3::DataIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3, Value) == 0x000004, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector3::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4 \ static_assert(alignof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4) == 0x000010, "Wrong alignment on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4"); \ static_assert(sizeof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4) == 0x000020, "Wrong size on PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4"); \ static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4, DataIndex) == 0x000000, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4::DataIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4, Value) == 0x000010, "Member 'PrimitiveComponent_SetDefaultCustomPrimitiveDataVector4::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetEnableGravity \ static_assert(alignof(PrimitiveComponent_SetEnableGravity) == 0x000001, "Wrong alignment on PrimitiveComponent_SetEnableGravity"); \ static_assert(sizeof(PrimitiveComponent_SetEnableGravity) == 0x000001, "Wrong size on PrimitiveComponent_SetEnableGravity"); \ static_assert(offsetof(PrimitiveComponent_SetEnableGravity, bGravityEnabled) == 0x000000, "Member 'PrimitiveComponent_SetEnableGravity::bGravityEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetExcludeFromLightAttachmentGroup \ static_assert(alignof(PrimitiveComponent_SetExcludeFromLightAttachmentGroup) == 0x000001, "Wrong alignment on PrimitiveComponent_SetExcludeFromLightAttachmentGroup"); \ static_assert(sizeof(PrimitiveComponent_SetExcludeFromLightAttachmentGroup) == 0x000001, "Wrong size on PrimitiveComponent_SetExcludeFromLightAttachmentGroup"); \ static_assert(offsetof(PrimitiveComponent_SetExcludeFromLightAttachmentGroup, bInExcludeFromLightAttachmentGroup) == 0x000000, "Member 'PrimitiveComponent_SetExcludeFromLightAttachmentGroup::bInExcludeFromLightAttachmentGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetGenerateOverlapEvents \ static_assert(alignof(PrimitiveComponent_SetGenerateOverlapEvents) == 0x000001, "Wrong alignment on PrimitiveComponent_SetGenerateOverlapEvents"); \ static_assert(sizeof(PrimitiveComponent_SetGenerateOverlapEvents) == 0x000001, "Wrong size on PrimitiveComponent_SetGenerateOverlapEvents"); \ static_assert(offsetof(PrimitiveComponent_SetGenerateOverlapEvents, bInGenerateOverlapEvents) == 0x000000, "Member 'PrimitiveComponent_SetGenerateOverlapEvents::bInGenerateOverlapEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetHiddenInSceneCapture \ static_assert(alignof(PrimitiveComponent_SetHiddenInSceneCapture) == 0x000001, "Wrong alignment on PrimitiveComponent_SetHiddenInSceneCapture"); \ static_assert(sizeof(PrimitiveComponent_SetHiddenInSceneCapture) == 0x000001, "Wrong size on PrimitiveComponent_SetHiddenInSceneCapture"); \ static_assert(offsetof(PrimitiveComponent_SetHiddenInSceneCapture, bValue) == 0x000000, "Member 'PrimitiveComponent_SetHiddenInSceneCapture::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetHideForIndoorCaptures \ static_assert(alignof(PrimitiveComponent_SetHideForIndoorCaptures) == 0x000001, "Wrong alignment on PrimitiveComponent_SetHideForIndoorCaptures"); \ static_assert(sizeof(PrimitiveComponent_SetHideForIndoorCaptures) == 0x000001, "Wrong size on PrimitiveComponent_SetHideForIndoorCaptures"); \ static_assert(offsetof(PrimitiveComponent_SetHideForIndoorCaptures, bValue) == 0x000000, "Member 'PrimitiveComponent_SetHideForIndoorCaptures::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetHideForOutdoorCaptures \ static_assert(alignof(PrimitiveComponent_SetHideForOutdoorCaptures) == 0x000001, "Wrong alignment on PrimitiveComponent_SetHideForOutdoorCaptures"); \ static_assert(sizeof(PrimitiveComponent_SetHideForOutdoorCaptures) == 0x000001, "Wrong size on PrimitiveComponent_SetHideForOutdoorCaptures"); \ static_assert(offsetof(PrimitiveComponent_SetHideForOutdoorCaptures, bValue) == 0x000000, "Member 'PrimitiveComponent_SetHideForOutdoorCaptures::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetIsLightProbesBlocker \ static_assert(alignof(PrimitiveComponent_SetIsLightProbesBlocker) == 0x000001, "Wrong alignment on PrimitiveComponent_SetIsLightProbesBlocker"); \ static_assert(sizeof(PrimitiveComponent_SetIsLightProbesBlocker) == 0x000001, "Wrong size on PrimitiveComponent_SetIsLightProbesBlocker"); \ static_assert(offsetof(PrimitiveComponent_SetIsLightProbesBlocker, bValue) == 0x000000, "Member 'PrimitiveComponent_SetIsLightProbesBlocker::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_SetReceivesWeatherDecals \ static_assert(alignof(PrimitiveComponent_SetReceivesWeatherDecals) == 0x000001, "Wrong alignment on PrimitiveComponent_SetReceivesWeatherDecals"); \ static_assert(sizeof(PrimitiveComponent_SetReceivesWeatherDecals) == 0x000001, "Wrong size on PrimitiveComponent_SetReceivesWeatherDecals"); \ static_assert(offsetof(PrimitiveComponent_SetReceivesWeatherDecals, bNewReceivesWeatherDecals) == 0x000000, "Member 'PrimitiveComponent_SetReceivesWeatherDecals::bNewReceivesWeatherDecals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetRenderCustomDepth \ static_assert(alignof(PrimitiveComponent_SetRenderCustomDepth) == 0x000001, "Wrong alignment on PrimitiveComponent_SetRenderCustomDepth"); \ static_assert(sizeof(PrimitiveComponent_SetRenderCustomDepth) == 0x000001, "Wrong size on PrimitiveComponent_SetRenderCustomDepth"); \ static_assert(offsetof(PrimitiveComponent_SetRenderCustomDepth, bValue) == 0x000000, "Member 'PrimitiveComponent_SetRenderCustomDepth::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetRenderInMainPass \ static_assert(alignof(PrimitiveComponent_SetRenderInMainPass) == 0x000001, "Wrong alignment on PrimitiveComponent_SetRenderInMainPass"); \ static_assert(sizeof(PrimitiveComponent_SetRenderInMainPass) == 0x000001, "Wrong size on PrimitiveComponent_SetRenderInMainPass"); \ static_assert(offsetof(PrimitiveComponent_SetRenderInMainPass, bValue) == 0x000000, "Member 'PrimitiveComponent_SetRenderInMainPass::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetSimulatePhysics \ static_assert(alignof(PrimitiveComponent_SetSimulatePhysics) == 0x000001, "Wrong alignment on PrimitiveComponent_SetSimulatePhysics"); \ static_assert(sizeof(PrimitiveComponent_SetSimulatePhysics) == 0x000001, "Wrong size on PrimitiveComponent_SetSimulatePhysics"); \ static_assert(offsetof(PrimitiveComponent_SetSimulatePhysics, bSimulate) == 0x000000, "Member 'PrimitiveComponent_SetSimulatePhysics::bSimulate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetSingleSampleShadowFromStationaryLights \ static_assert(alignof(PrimitiveComponent_SetSingleSampleShadowFromStationaryLights) == 0x000001, "Wrong alignment on PrimitiveComponent_SetSingleSampleShadowFromStationaryLights"); \ static_assert(sizeof(PrimitiveComponent_SetSingleSampleShadowFromStationaryLights) == 0x000001, "Wrong size on PrimitiveComponent_SetSingleSampleShadowFromStationaryLights"); \ static_assert(offsetof(PrimitiveComponent_SetSingleSampleShadowFromStationaryLights, bNewSingleSampleShadowFromStationaryLights) == 0x000000, "Member 'PrimitiveComponent_SetSingleSampleShadowFromStationaryLights::bNewSingleSampleShadowFromStationaryLights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetTranslucencySortDistanceOffset \ static_assert(alignof(PrimitiveComponent_SetTranslucencySortDistanceOffset) == 0x000004, "Wrong alignment on PrimitiveComponent_SetTranslucencySortDistanceOffset"); \ static_assert(sizeof(PrimitiveComponent_SetTranslucencySortDistanceOffset) == 0x000004, "Wrong size on PrimitiveComponent_SetTranslucencySortDistanceOffset"); \ static_assert(offsetof(PrimitiveComponent_SetTranslucencySortDistanceOffset, NewTranslucencySortDistanceOffset) == 0x000000, "Member 'PrimitiveComponent_SetTranslucencySortDistanceOffset::NewTranslucencySortDistanceOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetTranslucentSortPriority \ static_assert(alignof(PrimitiveComponent_SetTranslucentSortPriority) == 0x000004, "Wrong alignment on PrimitiveComponent_SetTranslucentSortPriority"); \ static_assert(sizeof(PrimitiveComponent_SetTranslucentSortPriority) == 0x000004, "Wrong size on PrimitiveComponent_SetTranslucentSortPriority"); \ static_assert(offsetof(PrimitiveComponent_SetTranslucentSortPriority, NewTranslucentSortPriority) == 0x000000, "Member 'PrimitiveComponent_SetTranslucentSortPriority::NewTranslucentSortPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetUseCCD \ static_assert(alignof(PrimitiveComponent_SetUseCCD) == 0x000004, "Wrong alignment on PrimitiveComponent_SetUseCCD"); \ static_assert(sizeof(PrimitiveComponent_SetUseCCD) == 0x00000C, "Wrong size on PrimitiveComponent_SetUseCCD"); \ static_assert(offsetof(PrimitiveComponent_SetUseCCD, InUseCCD) == 0x000000, "Member 'PrimitiveComponent_SetUseCCD::InUseCCD' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_SetUseCCD, BoneName) == 0x000004, "Member 'PrimitiveComponent_SetUseCCD::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetVisibleInBackfaceCapture \ static_assert(alignof(PrimitiveComponent_SetVisibleInBackfaceCapture) == 0x000001, "Wrong alignment on PrimitiveComponent_SetVisibleInBackfaceCapture"); \ static_assert(sizeof(PrimitiveComponent_SetVisibleInBackfaceCapture) == 0x000001, "Wrong size on PrimitiveComponent_SetVisibleInBackfaceCapture"); \ static_assert(offsetof(PrimitiveComponent_SetVisibleInBackfaceCapture, bValue) == 0x000000, "Member 'PrimitiveComponent_SetVisibleInBackfaceCapture::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetVisibleInProbesFirstBounce \ static_assert(alignof(PrimitiveComponent_SetVisibleInProbesFirstBounce) == 0x000001, "Wrong alignment on PrimitiveComponent_SetVisibleInProbesFirstBounce"); \ static_assert(sizeof(PrimitiveComponent_SetVisibleInProbesFirstBounce) == 0x000001, "Wrong size on PrimitiveComponent_SetVisibleInProbesFirstBounce"); \ static_assert(offsetof(PrimitiveComponent_SetVisibleInProbesFirstBounce, bValue) == 0x000000, "Member 'PrimitiveComponent_SetVisibleInProbesFirstBounce::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetVisibleInProbesSecondBounce \ static_assert(alignof(PrimitiveComponent_SetVisibleInProbesSecondBounce) == 0x000001, "Wrong alignment on PrimitiveComponent_SetVisibleInProbesSecondBounce"); \ static_assert(sizeof(PrimitiveComponent_SetVisibleInProbesSecondBounce) == 0x000001, "Wrong size on PrimitiveComponent_SetVisibleInProbesSecondBounce"); \ static_assert(offsetof(PrimitiveComponent_SetVisibleInProbesSecondBounce, bValue) == 0x000000, "Member 'PrimitiveComponent_SetVisibleInProbesSecondBounce::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetVisibleInSceneCaptureOnly \ static_assert(alignof(PrimitiveComponent_SetVisibleInSceneCaptureOnly) == 0x000001, "Wrong alignment on PrimitiveComponent_SetVisibleInSceneCaptureOnly"); \ static_assert(sizeof(PrimitiveComponent_SetVisibleInSceneCaptureOnly) == 0x000001, "Wrong size on PrimitiveComponent_SetVisibleInSceneCaptureOnly"); \ static_assert(offsetof(PrimitiveComponent_SetVisibleInSceneCaptureOnly, bValue) == 0x000000, "Member 'PrimitiveComponent_SetVisibleInSceneCaptureOnly::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_SetWalkableSlopeOverride \ static_assert(alignof(PrimitiveComponent_SetWalkableSlopeOverride) == 0x000004, "Wrong alignment on PrimitiveComponent_SetWalkableSlopeOverride"); \ static_assert(sizeof(PrimitiveComponent_SetWalkableSlopeOverride) == 0x000010, "Wrong size on PrimitiveComponent_SetWalkableSlopeOverride"); \ static_assert(offsetof(PrimitiveComponent_SetWalkableSlopeOverride, NewOverride) == 0x000000, "Member 'PrimitiveComponent_SetWalkableSlopeOverride::NewOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_WakeRigidBody \ static_assert(alignof(PrimitiveComponent_WakeRigidBody) == 0x000004, "Wrong alignment on PrimitiveComponent_WakeRigidBody"); \ static_assert(sizeof(PrimitiveComponent_WakeRigidBody) == 0x000008, "Wrong size on PrimitiveComponent_WakeRigidBody"); \ static_assert(offsetof(PrimitiveComponent_WakeRigidBody, BoneName) == 0x000000, "Member 'PrimitiveComponent_WakeRigidBody::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_CanCharacterStepUp \ static_assert(alignof(PrimitiveComponent_CanCharacterStepUp) == 0x000008, "Wrong alignment on PrimitiveComponent_CanCharacterStepUp"); \ static_assert(sizeof(PrimitiveComponent_CanCharacterStepUp) == 0x000010, "Wrong size on PrimitiveComponent_CanCharacterStepUp"); \ static_assert(offsetof(PrimitiveComponent_CanCharacterStepUp, Pawn) == 0x000000, "Member 'PrimitiveComponent_CanCharacterStepUp::Pawn' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_CanCharacterStepUp, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_CanCharacterStepUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetAngularDamping \ static_assert(alignof(PrimitiveComponent_GetAngularDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_GetAngularDamping"); \ static_assert(sizeof(PrimitiveComponent_GetAngularDamping) == 0x000004, "Wrong size on PrimitiveComponent_GetAngularDamping"); \ static_assert(offsetof(PrimitiveComponent_GetAngularDamping, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetAngularDamping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetCenterOfMass \ static_assert(alignof(PrimitiveComponent_GetCenterOfMass) == 0x000004, "Wrong alignment on PrimitiveComponent_GetCenterOfMass"); \ static_assert(sizeof(PrimitiveComponent_GetCenterOfMass) == 0x000014, "Wrong size on PrimitiveComponent_GetCenterOfMass"); \ static_assert(offsetof(PrimitiveComponent_GetCenterOfMass, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetCenterOfMass::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetCenterOfMass, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetCenterOfMass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetClosestPointOnCollision \ static_assert(alignof(PrimitiveComponent_GetClosestPointOnCollision) == 0x000004, "Wrong alignment on PrimitiveComponent_GetClosestPointOnCollision"); \ static_assert(sizeof(PrimitiveComponent_GetClosestPointOnCollision) == 0x000024, "Wrong size on PrimitiveComponent_GetClosestPointOnCollision"); \ static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, Point) == 0x000000, "Member 'PrimitiveComponent_GetClosestPointOnCollision::Point' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, OutPointOnBody) == 0x00000C, "Member 'PrimitiveComponent_GetClosestPointOnCollision::OutPointOnBody' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, BoneName) == 0x000018, "Member 'PrimitiveComponent_GetClosestPointOnCollision::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetClosestPointOnCollision, ReturnValue) == 0x000020, "Member 'PrimitiveComponent_GetClosestPointOnCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionEnabled \ static_assert(alignof(PrimitiveComponent_GetCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_GetCollisionEnabled"); \ static_assert(sizeof(PrimitiveComponent_GetCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_GetCollisionEnabled"); \ static_assert(offsetof(PrimitiveComponent_GetCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetCollisionEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionObjectType \ static_assert(alignof(PrimitiveComponent_GetCollisionObjectType) == 0x000001, "Wrong alignment on PrimitiveComponent_GetCollisionObjectType"); \ static_assert(sizeof(PrimitiveComponent_GetCollisionObjectType) == 0x000001, "Wrong size on PrimitiveComponent_GetCollisionObjectType"); \ static_assert(offsetof(PrimitiveComponent_GetCollisionObjectType, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetCollisionObjectType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionProfileName \ static_assert(alignof(PrimitiveComponent_GetCollisionProfileName) == 0x000004, "Wrong alignment on PrimitiveComponent_GetCollisionProfileName"); \ static_assert(sizeof(PrimitiveComponent_GetCollisionProfileName) == 0x000008, "Wrong size on PrimitiveComponent_GetCollisionProfileName"); \ static_assert(offsetof(PrimitiveComponent_GetCollisionProfileName, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetCollisionProfileName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetCollisionResponseToChannel \ static_assert(alignof(PrimitiveComponent_GetCollisionResponseToChannel) == 0x000001, "Wrong alignment on PrimitiveComponent_GetCollisionResponseToChannel"); \ static_assert(sizeof(PrimitiveComponent_GetCollisionResponseToChannel) == 0x000002, "Wrong size on PrimitiveComponent_GetCollisionResponseToChannel"); \ static_assert(offsetof(PrimitiveComponent_GetCollisionResponseToChannel, Channel) == 0x000000, "Member 'PrimitiveComponent_GetCollisionResponseToChannel::Channel' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetCollisionResponseToChannel, ReturnValue) == 0x000001, "Member 'PrimitiveComponent_GetCollisionResponseToChannel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetGenerateOverlapEvents \ static_assert(alignof(PrimitiveComponent_GetGenerateOverlapEvents) == 0x000001, "Wrong alignment on PrimitiveComponent_GetGenerateOverlapEvents"); \ static_assert(sizeof(PrimitiveComponent_GetGenerateOverlapEvents) == 0x000001, "Wrong size on PrimitiveComponent_GetGenerateOverlapEvents"); \ static_assert(offsetof(PrimitiveComponent_GetGenerateOverlapEvents, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetGenerateOverlapEvents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetInertiaTensor \ static_assert(alignof(PrimitiveComponent_GetInertiaTensor) == 0x000004, "Wrong alignment on PrimitiveComponent_GetInertiaTensor"); \ static_assert(sizeof(PrimitiveComponent_GetInertiaTensor) == 0x000014, "Wrong size on PrimitiveComponent_GetInertiaTensor"); \ static_assert(offsetof(PrimitiveComponent_GetInertiaTensor, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetInertiaTensor::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetInertiaTensor, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetInertiaTensor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetLinearDamping \ static_assert(alignof(PrimitiveComponent_GetLinearDamping) == 0x000004, "Wrong alignment on PrimitiveComponent_GetLinearDamping"); \ static_assert(sizeof(PrimitiveComponent_GetLinearDamping) == 0x000004, "Wrong size on PrimitiveComponent_GetLinearDamping"); \ static_assert(offsetof(PrimitiveComponent_GetLinearDamping, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetLinearDamping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetMass \ static_assert(alignof(PrimitiveComponent_GetMass) == 0x000004, "Wrong alignment on PrimitiveComponent_GetMass"); \ static_assert(sizeof(PrimitiveComponent_GetMass) == 0x000004, "Wrong size on PrimitiveComponent_GetMass"); \ static_assert(offsetof(PrimitiveComponent_GetMass, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetMass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetMassScale \ static_assert(alignof(PrimitiveComponent_GetMassScale) == 0x000004, "Wrong alignment on PrimitiveComponent_GetMassScale"); \ static_assert(sizeof(PrimitiveComponent_GetMassScale) == 0x00000C, "Wrong size on PrimitiveComponent_GetMassScale"); \ static_assert(offsetof(PrimitiveComponent_GetMassScale, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetMassScale::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetMassScale, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMassScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetMaterial \ static_assert(alignof(PrimitiveComponent_GetMaterial) == 0x000008, "Wrong alignment on PrimitiveComponent_GetMaterial"); \ static_assert(sizeof(PrimitiveComponent_GetMaterial) == 0x000010, "Wrong size on PrimitiveComponent_GetMaterial"); \ static_assert(offsetof(PrimitiveComponent_GetMaterial, ElementIndex) == 0x000000, "Member 'PrimitiveComponent_GetMaterial::ElementIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetMaterial, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetMaterialFromCollisionFaceIndex \ static_assert(alignof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex) == 0x000008, "Wrong alignment on PrimitiveComponent_GetMaterialFromCollisionFaceIndex"); \ static_assert(sizeof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex) == 0x000010, "Wrong size on PrimitiveComponent_GetMaterialFromCollisionFaceIndex"); \ static_assert(offsetof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex, FaceIndex) == 0x000000, "Member 'PrimitiveComponent_GetMaterialFromCollisionFaceIndex::FaceIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex, SectionIndex) == 0x000004, "Member 'PrimitiveComponent_GetMaterialFromCollisionFaceIndex::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetMaterialFromCollisionFaceIndex, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetMaterialFromCollisionFaceIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetNumMaterials \ static_assert(alignof(PrimitiveComponent_GetNumMaterials) == 0x000004, "Wrong alignment on PrimitiveComponent_GetNumMaterials"); \ static_assert(sizeof(PrimitiveComponent_GetNumMaterials) == 0x000004, "Wrong size on PrimitiveComponent_GetNumMaterials"); \ static_assert(offsetof(PrimitiveComponent_GetNumMaterials, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetNumMaterials::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetOverlappingActors \ static_assert(alignof(PrimitiveComponent_GetOverlappingActors) == 0x000008, "Wrong alignment on PrimitiveComponent_GetOverlappingActors"); \ static_assert(sizeof(PrimitiveComponent_GetOverlappingActors) == 0x000018, "Wrong size on PrimitiveComponent_GetOverlappingActors"); \ static_assert(offsetof(PrimitiveComponent_GetOverlappingActors, OverlappingActors) == 0x000000, "Member 'PrimitiveComponent_GetOverlappingActors::OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetOverlappingActors, ClassFilter) == 0x000010, "Member 'PrimitiveComponent_GetOverlappingActors::ClassFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetOverlappingComponents \ static_assert(alignof(PrimitiveComponent_GetOverlappingComponents) == 0x000008, "Wrong alignment on PrimitiveComponent_GetOverlappingComponents"); \ static_assert(sizeof(PrimitiveComponent_GetOverlappingComponents) == 0x000010, "Wrong size on PrimitiveComponent_GetOverlappingComponents"); \ static_assert(offsetof(PrimitiveComponent_GetOverlappingComponents, OutOverlappingComponents) == 0x000000, "Member 'PrimitiveComponent_GetOverlappingComponents::OutOverlappingComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsAngularVelocity \ static_assert(alignof(PrimitiveComponent_GetPhysicsAngularVelocity) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsAngularVelocity"); \ static_assert(sizeof(PrimitiveComponent_GetPhysicsAngularVelocity) == 0x000014, "Wrong size on PrimitiveComponent_GetPhysicsAngularVelocity"); \ static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocity, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsAngularVelocity::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocity, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetPhysicsAngularVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsAngularVelocityInDegrees \ static_assert(alignof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsAngularVelocityInDegrees"); \ static_assert(sizeof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees) == 0x000014, "Wrong size on PrimitiveComponent_GetPhysicsAngularVelocityInDegrees"); \ static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInDegrees::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInDegrees, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInDegrees::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetPhysicsAngularVelocityInRadians \ static_assert(alignof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians) == 0x000004, "Wrong alignment on PrimitiveComponent_GetPhysicsAngularVelocityInRadians"); \ static_assert(sizeof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians) == 0x000014, "Wrong size on PrimitiveComponent_GetPhysicsAngularVelocityInRadians"); \ static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians, BoneName) == 0x000000, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInRadians::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_GetPhysicsAngularVelocityInRadians, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_GetPhysicsAngularVelocityInRadians::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetWalkableSlopeOverride \ static_assert(alignof(PrimitiveComponent_GetWalkableSlopeOverride) == 0x000004, "Wrong alignment on PrimitiveComponent_GetWalkableSlopeOverride"); \ static_assert(sizeof(PrimitiveComponent_GetWalkableSlopeOverride) == 0x000010, "Wrong size on PrimitiveComponent_GetWalkableSlopeOverride"); \ static_assert(offsetof(PrimitiveComponent_GetWalkableSlopeOverride, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetWalkableSlopeOverride::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_IsGravityEnabled \ static_assert(alignof(PrimitiveComponent_IsGravityEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_IsGravityEnabled"); \ static_assert(sizeof(PrimitiveComponent_IsGravityEnabled) == 0x000001, "Wrong size on PrimitiveComponent_IsGravityEnabled"); \ static_assert(offsetof(PrimitiveComponent_IsGravityEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_IsGravityEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_IsOverlappingActor \ static_assert(alignof(PrimitiveComponent_IsOverlappingActor) == 0x000008, "Wrong alignment on PrimitiveComponent_IsOverlappingActor"); \ static_assert(sizeof(PrimitiveComponent_IsOverlappingActor) == 0x000010, "Wrong size on PrimitiveComponent_IsOverlappingActor"); \ static_assert(offsetof(PrimitiveComponent_IsOverlappingActor, Other) == 0x000000, "Member 'PrimitiveComponent_IsOverlappingActor::Other' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_IsOverlappingActor, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_IsOverlappingActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_IsOverlappingComponent \ static_assert(alignof(PrimitiveComponent_IsOverlappingComponent) == 0x000008, "Wrong alignment on PrimitiveComponent_IsOverlappingComponent"); \ static_assert(sizeof(PrimitiveComponent_IsOverlappingComponent) == 0x000010, "Wrong size on PrimitiveComponent_IsOverlappingComponent"); \ static_assert(offsetof(PrimitiveComponent_IsOverlappingComponent, OtherComp) == 0x000000, "Member 'PrimitiveComponent_IsOverlappingComponent::OtherComp' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_IsOverlappingComponent, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_IsOverlappingComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_K2_IsCollisionEnabled \ static_assert(alignof(PrimitiveComponent_K2_IsCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_K2_IsCollisionEnabled"); \ static_assert(sizeof(PrimitiveComponent_K2_IsCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_K2_IsCollisionEnabled"); \ static_assert(offsetof(PrimitiveComponent_K2_IsCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_K2_IsCollisionEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_K2_IsPhysicsCollisionEnabled \ static_assert(alignof(PrimitiveComponent_K2_IsPhysicsCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_K2_IsPhysicsCollisionEnabled"); \ static_assert(sizeof(PrimitiveComponent_K2_IsPhysicsCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_K2_IsPhysicsCollisionEnabled"); \ static_assert(offsetof(PrimitiveComponent_K2_IsPhysicsCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_K2_IsPhysicsCollisionEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_K2_IsQueryCollisionEnabled \ static_assert(alignof(PrimitiveComponent_K2_IsQueryCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_K2_IsQueryCollisionEnabled"); \ static_assert(sizeof(PrimitiveComponent_K2_IsQueryCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_K2_IsQueryCollisionEnabled"); \ static_assert(offsetof(PrimitiveComponent_K2_IsQueryCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_K2_IsQueryCollisionEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_ScaleByMomentOfInertia \ static_assert(alignof(PrimitiveComponent_ScaleByMomentOfInertia) == 0x000004, "Wrong alignment on PrimitiveComponent_ScaleByMomentOfInertia"); \ static_assert(sizeof(PrimitiveComponent_ScaleByMomentOfInertia) == 0x000020, "Wrong size on PrimitiveComponent_ScaleByMomentOfInertia"); \ static_assert(offsetof(PrimitiveComponent_ScaleByMomentOfInertia, InputVector) == 0x000000, "Member 'PrimitiveComponent_ScaleByMomentOfInertia::InputVector' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_ScaleByMomentOfInertia, BoneName) == 0x00000C, "Member 'PrimitiveComponent_ScaleByMomentOfInertia::BoneName' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_ScaleByMomentOfInertia, ReturnValue) == 0x000014, "Member 'PrimitiveComponent_ScaleByMomentOfInertia::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_WasRecentlyRendered \ static_assert(alignof(PrimitiveComponent_WasRecentlyRendered) == 0x000004, "Wrong alignment on PrimitiveComponent_WasRecentlyRendered"); \ static_assert(sizeof(PrimitiveComponent_WasRecentlyRendered) == 0x000008, "Wrong size on PrimitiveComponent_WasRecentlyRendered"); \ static_assert(offsetof(PrimitiveComponent_WasRecentlyRendered, Tolerance) == 0x000000, "Member 'PrimitiveComponent_WasRecentlyRendered::Tolerance' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_WasRecentlyRendered, ReturnValue) == 0x000004, "Member 'PrimitiveComponent_WasRecentlyRendered::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPrimitiveComponent \ static_assert(alignof(UPrimitiveComponent) == 0x000010, "Wrong alignment on UPrimitiveComponent"); \ static_assert(sizeof(UPrimitiveComponent) == 0x000480, "Wrong size on UPrimitiveComponent"); \ static_assert(offsetof(UPrimitiveComponent, VisibilityGroup) == 0x000220, "Member 'UPrimitiveComponent::VisibilityGroup' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, MinDrawDistance) == 0x000224, "Member 'UPrimitiveComponent::MinDrawDistance' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, LDMaxDrawDistance) == 0x000228, "Member 'UPrimitiveComponent::LDMaxDrawDistance' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CachedMaxDrawDistance) == 0x00022C, "Member 'UPrimitiveComponent::CachedMaxDrawDistance' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, DepthPriorityGroup) == 0x000230, "Member 'UPrimitiveComponent::DepthPriorityGroup' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, ViewOwnerDepthPriorityGroup) == 0x000231, "Member 'UPrimitiveComponent::ViewOwnerDepthPriorityGroup' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, IndirectLightingCacheQuality) == 0x000232, "Member 'UPrimitiveComponent::IndirectLightingCacheQuality' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, LightmapType) == 0x000233, "Member 'UPrimitiveComponent::LightmapType' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, bHasCustomNavigableGeometry) == 0x00023D, "Member 'UPrimitiveComponent::bHasCustomNavigableGeometry' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CanCharacterStepUpOn) == 0x00023F, "Member 'UPrimitiveComponent::CanCharacterStepUpOn' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, LightingChannels) == 0x000240, "Member 'UPrimitiveComponent::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CustomDepthStencilWriteMask) == 0x000241, "Member 'UPrimitiveComponent::CustomDepthStencilWriteMask' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CustomDepthStencilValue) == 0x000244, "Member 'UPrimitiveComponent::CustomDepthStencilValue' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CustomPrimitiveData) == 0x000248, "Member 'UPrimitiveComponent::CustomPrimitiveData' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CustomPrimitiveDataInternal) == 0x000258, "Member 'UPrimitiveComponent::CustomPrimitiveDataInternal' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, TranslucencySortPriority) == 0x000270, "Member 'UPrimitiveComponent::TranslucencySortPriority' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, TranslucencySortDistanceOffset) == 0x000274, "Member 'UPrimitiveComponent::TranslucencySortDistanceOffset' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, VisibilityId) == 0x000278, "Member 'UPrimitiveComponent::VisibilityId' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, RuntimeVirtualTextures) == 0x000280, "Member 'UPrimitiveComponent::RuntimeVirtualTextures' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, VirtualTextureLodBias) == 0x000290, "Member 'UPrimitiveComponent::VirtualTextureLodBias' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, VirtualTextureCullMips) == 0x000291, "Member 'UPrimitiveComponent::VirtualTextureCullMips' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, VirtualTextureMinCoverage) == 0x000292, "Member 'UPrimitiveComponent::VirtualTextureMinCoverage' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, VirtualTextureRenderPassType) == 0x000293, "Member 'UPrimitiveComponent::VirtualTextureRenderPassType' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, LpvBiasMultiplier) == 0x00029C, "Member 'UPrimitiveComponent::LpvBiasMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, ShadowMinLOD) == 0x0002A0, "Member 'UPrimitiveComponent::ShadowMinLOD' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, BoundsScale) == 0x0002AC, "Member 'UPrimitiveComponent::BoundsScale' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, MoveIgnoreActors) == 0x0002C0, "Member 'UPrimitiveComponent::MoveIgnoreActors' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, MoveIgnoreComponents) == 0x0002D0, "Member 'UPrimitiveComponent::MoveIgnoreComponents' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, BodyInstance) == 0x0002F0, "Member 'UPrimitiveComponent::BodyInstance' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnComponentHit) == 0x000448, "Member 'UPrimitiveComponent::OnComponentHit' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnComponentBeginOverlap) == 0x000449, "Member 'UPrimitiveComponent::OnComponentBeginOverlap' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnComponentEndOverlap) == 0x00044A, "Member 'UPrimitiveComponent::OnComponentEndOverlap' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnComponentWake) == 0x00044B, "Member 'UPrimitiveComponent::OnComponentWake' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnComponentSleep) == 0x00044C, "Member 'UPrimitiveComponent::OnComponentSleep' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnBeginCursorOver) == 0x00044E, "Member 'UPrimitiveComponent::OnBeginCursorOver' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnEndCursorOver) == 0x00044F, "Member 'UPrimitiveComponent::OnEndCursorOver' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnClicked) == 0x000450, "Member 'UPrimitiveComponent::OnClicked' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnReleased) == 0x000451, "Member 'UPrimitiveComponent::OnReleased' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnInputTouchBegin) == 0x000452, "Member 'UPrimitiveComponent::OnInputTouchBegin' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnInputTouchEnd) == 0x000453, "Member 'UPrimitiveComponent::OnInputTouchEnd' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnInputTouchEnter) == 0x000454, "Member 'UPrimitiveComponent::OnInputTouchEnter' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnInputTouchLeave) == 0x000455, "Member 'UPrimitiveComponent::OnInputTouchLeave' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, LODParentPrimitive) == 0x000470, "Member 'UPrimitiveComponent::LODParentPrimitive' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, bwAllowGPUCulling) == 0x00047C, "Member 'UPrimitiveComponent::bwAllowGPUCulling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDrawFrustumComponent \ static_assert(alignof(UDrawFrustumComponent) == 0x000010, "Wrong alignment on UDrawFrustumComponent"); \ static_assert(sizeof(UDrawFrustumComponent) == 0x0004A0, "Wrong size on UDrawFrustumComponent"); \ static_assert(offsetof(UDrawFrustumComponent, FrustumColor) == 0x000480, "Member 'UDrawFrustumComponent::FrustumColor' has a wrong offset!"); \ static_assert(offsetof(UDrawFrustumComponent, FrustumAngle) == 0x000484, "Member 'UDrawFrustumComponent::FrustumAngle' has a wrong offset!"); \ static_assert(offsetof(UDrawFrustumComponent, FrustumAspectRatio) == 0x000488, "Member 'UDrawFrustumComponent::FrustumAspectRatio' has a wrong offset!"); \ static_assert(offsetof(UDrawFrustumComponent, FrustumStartDist) == 0x00048C, "Member 'UDrawFrustumComponent::FrustumStartDist' has a wrong offset!"); \ static_assert(offsetof(UDrawFrustumComponent, FrustumEndDist) == 0x000490, "Member 'UDrawFrustumComponent::FrustumEndDist' has a wrong offset!"); \ static_assert(offsetof(UDrawFrustumComponent, Texture) == 0x000498, "Member 'UDrawFrustumComponent::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UShapeComponent \ static_assert(alignof(UShapeComponent) == 0x000010, "Wrong alignment on UShapeComponent"); \ static_assert(sizeof(UShapeComponent) == 0x0004A0, "Wrong size on UShapeComponent"); \ static_assert(offsetof(UShapeComponent, ShapeBodySetup) == 0x000480, "Member 'UShapeComponent::ShapeBodySetup' has a wrong offset!"); \ static_assert(offsetof(UShapeComponent, AreaClass) == 0x000488, "Member 'UShapeComponent::AreaClass' has a wrong offset!"); \ static_assert(offsetof(UShapeComponent, ShapeColor) == 0x000490, "Member 'UShapeComponent::ShapeColor' 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_UMaterialExpressionCustomOutput \ static_assert(alignof(UMaterialExpressionCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionCustomOutput"); \ static_assert(sizeof(UMaterialExpressionCustomOutput) == 0x000040, "Wrong size on UMaterialExpressionCustomOutput"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVertexInterpolator \ static_assert(alignof(UMaterialExpressionVertexInterpolator) == 0x000008, "Wrong alignment on UMaterialExpressionVertexInterpolator"); \ static_assert(sizeof(UMaterialExpressionVertexInterpolator) == 0x000060, "Wrong size on UMaterialExpressionVertexInterpolator"); \ static_assert(offsetof(UMaterialExpressionVertexInterpolator, Input) == 0x000040, "Member 'UMaterialExpressionVertexInterpolator::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_AVolume \ static_assert(alignof(AVolume) == 0x000008, "Wrong alignment on AVolume"); \ static_assert(sizeof(AVolume) == 0x000280, "Wrong size on AVolume"); \ #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_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_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) == 0x000110, "Wrong size on UMovementComponent"); \ static_assert(offsetof(UMovementComponent, UpdatedComponent) == 0x0000D0, "Member 'UMovementComponent::UpdatedComponent' has a wrong offset!"); \ static_assert(offsetof(UMovementComponent, UpdatedPrimitive) == 0x0000D8, "Member 'UMovementComponent::UpdatedPrimitive' has a wrong offset!"); \ static_assert(offsetof(UMovementComponent, Velocity) == 0x0000E4, "Member 'UMovementComponent::Velocity' has a wrong offset!"); \ static_assert(offsetof(UMovementComponent, PlaneConstraintNormal) == 0x0000F0, "Member 'UMovementComponent::PlaneConstraintNormal' has a wrong offset!"); \ static_assert(offsetof(UMovementComponent, PlaneConstraintOrigin) == 0x0000FC, "Member 'UMovementComponent::PlaneConstraintOrigin' has a wrong offset!"); \ static_assert(offsetof(UMovementComponent, PlaneConstraintAxisSetting) == 0x00010B, "Member 'UMovementComponent::PlaneConstraintAxisSetting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavMovementComponent_IsCrouching \ static_assert(alignof(NavMovementComponent_IsCrouching) == 0x000001, "Wrong alignment on NavMovementComponent_IsCrouching"); \ static_assert(sizeof(NavMovementComponent_IsCrouching) == 0x000001, "Wrong size on NavMovementComponent_IsCrouching"); \ static_assert(offsetof(NavMovementComponent_IsCrouching, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsCrouching::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavMovementComponent_IsFalling \ static_assert(alignof(NavMovementComponent_IsFalling) == 0x000001, "Wrong alignment on NavMovementComponent_IsFalling"); \ static_assert(sizeof(NavMovementComponent_IsFalling) == 0x000001, "Wrong size on NavMovementComponent_IsFalling"); \ static_assert(offsetof(NavMovementComponent_IsFalling, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsFalling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavMovementComponent_IsFlying \ static_assert(alignof(NavMovementComponent_IsFlying) == 0x000001, "Wrong alignment on NavMovementComponent_IsFlying"); \ static_assert(sizeof(NavMovementComponent_IsFlying) == 0x000001, "Wrong size on NavMovementComponent_IsFlying"); \ static_assert(offsetof(NavMovementComponent_IsFlying, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsFlying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavMovementComponent_IsMovingOnGround \ static_assert(alignof(NavMovementComponent_IsMovingOnGround) == 0x000001, "Wrong alignment on NavMovementComponent_IsMovingOnGround"); \ static_assert(sizeof(NavMovementComponent_IsMovingOnGround) == 0x000001, "Wrong size on NavMovementComponent_IsMovingOnGround"); \ static_assert(offsetof(NavMovementComponent_IsMovingOnGround, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsMovingOnGround::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavMovementComponent_IsSwimming \ static_assert(alignof(NavMovementComponent_IsSwimming) == 0x000001, "Wrong alignment on NavMovementComponent_IsSwimming"); \ static_assert(sizeof(NavMovementComponent_IsSwimming) == 0x000001, "Wrong size on NavMovementComponent_IsSwimming"); \ static_assert(offsetof(NavMovementComponent_IsSwimming, ReturnValue) == 0x000000, "Member 'NavMovementComponent_IsSwimming::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavMovementComponent \ static_assert(alignof(UNavMovementComponent) == 0x000008, "Wrong alignment on UNavMovementComponent"); \ static_assert(sizeof(UNavMovementComponent) == 0x000150, "Wrong size on UNavMovementComponent"); \ static_assert(offsetof(UNavMovementComponent, NavAgentProps) == 0x000110, "Member 'UNavMovementComponent::NavAgentProps' has a wrong offset!"); \ static_assert(offsetof(UNavMovementComponent, FixedPathBrakingDistance) == 0x000140, "Member 'UNavMovementComponent::FixedPathBrakingDistance' has a wrong offset!"); \ static_assert(offsetof(UNavMovementComponent, MovementState) == 0x000145, "Member 'UNavMovementComponent::MovementState' has a wrong offset!"); \ static_assert(offsetof(UNavMovementComponent, PathFollowingComp) == 0x000148, "Member 'UNavMovementComponent::PathFollowingComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentBase_SetAffectGlobalIllumination \ static_assert(alignof(LightComponentBase_SetAffectGlobalIllumination) == 0x000001, "Wrong alignment on LightComponentBase_SetAffectGlobalIllumination"); \ static_assert(sizeof(LightComponentBase_SetAffectGlobalIllumination) == 0x000001, "Wrong size on LightComponentBase_SetAffectGlobalIllumination"); \ static_assert(offsetof(LightComponentBase_SetAffectGlobalIllumination, bNewValue) == 0x000000, "Member 'LightComponentBase_SetAffectGlobalIllumination::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentBase_SetAffectReflection \ static_assert(alignof(LightComponentBase_SetAffectReflection) == 0x000001, "Wrong alignment on LightComponentBase_SetAffectReflection"); \ static_assert(sizeof(LightComponentBase_SetAffectReflection) == 0x000001, "Wrong size on LightComponentBase_SetAffectReflection"); \ static_assert(offsetof(LightComponentBase_SetAffectReflection, bNewValue) == 0x000000, "Member 'LightComponentBase_SetAffectReflection::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentBase_SetCastDeepShadow \ static_assert(alignof(LightComponentBase_SetCastDeepShadow) == 0x000001, "Wrong alignment on LightComponentBase_SetCastDeepShadow"); \ static_assert(sizeof(LightComponentBase_SetCastDeepShadow) == 0x000001, "Wrong size on LightComponentBase_SetCastDeepShadow"); \ static_assert(offsetof(LightComponentBase_SetCastDeepShadow, bNewValue) == 0x000000, "Member 'LightComponentBase_SetCastDeepShadow::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentBase_SetCastMovableCinematicShadows \ static_assert(alignof(LightComponentBase_SetCastMovableCinematicShadows) == 0x000001, "Wrong alignment on LightComponentBase_SetCastMovableCinematicShadows"); \ static_assert(sizeof(LightComponentBase_SetCastMovableCinematicShadows) == 0x000001, "Wrong size on LightComponentBase_SetCastMovableCinematicShadows"); \ static_assert(offsetof(LightComponentBase_SetCastMovableCinematicShadows, bNewValue) == 0x000000, "Member 'LightComponentBase_SetCastMovableCinematicShadows::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_SetForceOnDuringProbeCaptures \ static_assert(alignof(LightComponentBase_SetForceOnDuringProbeCaptures) == 0x000001, "Wrong alignment on LightComponentBase_SetForceOnDuringProbeCaptures"); \ static_assert(sizeof(LightComponentBase_SetForceOnDuringProbeCaptures) == 0x000001, "Wrong size on LightComponentBase_SetForceOnDuringProbeCaptures"); \ static_assert(offsetof(LightComponentBase_SetForceOnDuringProbeCaptures, bNewValue) == 0x000000, "Member 'LightComponentBase_SetForceOnDuringProbeCaptures::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentBase_SetProbeOnly \ static_assert(alignof(LightComponentBase_SetProbeOnly) == 0x000001, "Wrong alignment on LightComponentBase_SetProbeOnly"); \ static_assert(sizeof(LightComponentBase_SetProbeOnly) == 0x000001, "Wrong size on LightComponentBase_SetProbeOnly"); \ static_assert(offsetof(LightComponentBase_SetProbeOnly, bNewValue) == 0x000000, "Member 'LightComponentBase_SetProbeOnly::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentBase_SetProjectShadow \ static_assert(alignof(LightComponentBase_SetProjectShadow) == 0x000001, "Wrong alignment on LightComponentBase_SetProjectShadow"); \ static_assert(sizeof(LightComponentBase_SetProjectShadow) == 0x000001, "Wrong size on LightComponentBase_SetProjectShadow"); \ static_assert(offsetof(LightComponentBase_SetProjectShadow, bNewValue) == 0x000000, "Member 'LightComponentBase_SetProjectShadow::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_GetCastShadows \ static_assert(alignof(LightComponentBase_GetCastShadows) == 0x000001, "Wrong alignment on LightComponentBase_GetCastShadows"); \ static_assert(sizeof(LightComponentBase_GetCastShadows) == 0x000001, "Wrong size on LightComponentBase_GetCastShadows"); \ static_assert(offsetof(LightComponentBase_GetCastShadows, ReturnValue) == 0x000000, "Member 'LightComponentBase_GetCastShadows::ReturnValue' 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) == 0x000260, "Wrong size on ULightComponentBase"); \ static_assert(offsetof(ULightComponentBase, LightGuid) == 0x000218, "Member 'ULightComponentBase::LightGuid' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, Brightness) == 0x000228, "Member 'ULightComponentBase::Brightness' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, Intensity) == 0x00022C, "Member 'ULightComponentBase::Intensity' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, LightColor) == 0x000230, "Member 'ULightComponentBase::LightColor' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, CastShadowsThreshold) == 0x000238, "Member 'ULightComponentBase::CastShadowsThreshold' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, DeepShadowLayerDistribution) == 0x000240, "Member 'ULightComponentBase::DeepShadowLayerDistribution' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, IndirectLightingIntensity) == 0x000248, "Member 'ULightComponentBase::IndirectLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, VolumetricScatteringIntensity) == 0x00024C, "Member 'ULightComponentBase::VolumetricScatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, SamplesPerPixel) == 0x000250, "Member 'ULightComponentBase::SamplesPerPixel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetCubemap \ static_assert(alignof(SkyLightComponent_SetCubemap) == 0x000008, "Wrong alignment on SkyLightComponent_SetCubemap"); \ static_assert(sizeof(SkyLightComponent_SetCubemap) == 0x000008, "Wrong size on SkyLightComponent_SetCubemap"); \ static_assert(offsetof(SkyLightComponent_SetCubemap, NewCubemap) == 0x000000, "Member 'SkyLightComponent_SetCubemap::NewCubemap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetCubemapBlend \ static_assert(alignof(SkyLightComponent_SetCubemapBlend) == 0x000008, "Wrong alignment on SkyLightComponent_SetCubemapBlend"); \ static_assert(sizeof(SkyLightComponent_SetCubemapBlend) == 0x000018, "Wrong size on SkyLightComponent_SetCubemapBlend"); \ static_assert(offsetof(SkyLightComponent_SetCubemapBlend, SourceCubemap) == 0x000000, "Member 'SkyLightComponent_SetCubemapBlend::SourceCubemap' has a wrong offset!"); \ static_assert(offsetof(SkyLightComponent_SetCubemapBlend, DestinationCubemap) == 0x000008, "Member 'SkyLightComponent_SetCubemapBlend::DestinationCubemap' has a wrong offset!"); \ static_assert(offsetof(SkyLightComponent_SetCubemapBlend, InBlendFraction) == 0x000010, "Member 'SkyLightComponent_SetCubemapBlend::InBlendFraction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetIndirectLightingIntensity \ static_assert(alignof(SkyLightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong alignment on SkyLightComponent_SetIndirectLightingIntensity"); \ static_assert(sizeof(SkyLightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong size on SkyLightComponent_SetIndirectLightingIntensity"); \ static_assert(offsetof(SkyLightComponent_SetIndirectLightingIntensity, NewIntensity) == 0x000000, "Member 'SkyLightComponent_SetIndirectLightingIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetIntensity \ static_assert(alignof(SkyLightComponent_SetIntensity) == 0x000004, "Wrong alignment on SkyLightComponent_SetIntensity"); \ static_assert(sizeof(SkyLightComponent_SetIntensity) == 0x000004, "Wrong size on SkyLightComponent_SetIntensity"); \ static_assert(offsetof(SkyLightComponent_SetIntensity, NewIntensity) == 0x000000, "Member 'SkyLightComponent_SetIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetLightColor \ static_assert(alignof(SkyLightComponent_SetLightColor) == 0x000004, "Wrong alignment on SkyLightComponent_SetLightColor"); \ static_assert(sizeof(SkyLightComponent_SetLightColor) == 0x000010, "Wrong size on SkyLightComponent_SetLightColor"); \ static_assert(offsetof(SkyLightComponent_SetLightColor, NewLightColor) == 0x000000, "Member 'SkyLightComponent_SetLightColor::NewLightColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetLowerHemisphereColor \ static_assert(alignof(SkyLightComponent_SetLowerHemisphereColor) == 0x000004, "Wrong alignment on SkyLightComponent_SetLowerHemisphereColor"); \ static_assert(sizeof(SkyLightComponent_SetLowerHemisphereColor) == 0x000010, "Wrong size on SkyLightComponent_SetLowerHemisphereColor"); \ static_assert(offsetof(SkyLightComponent_SetLowerHemisphereColor, InLowerHemisphereColor) == 0x000000, "Member 'SkyLightComponent_SetLowerHemisphereColor::InLowerHemisphereColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetMinOcclusion \ static_assert(alignof(SkyLightComponent_SetMinOcclusion) == 0x000004, "Wrong alignment on SkyLightComponent_SetMinOcclusion"); \ static_assert(sizeof(SkyLightComponent_SetMinOcclusion) == 0x000004, "Wrong size on SkyLightComponent_SetMinOcclusion"); \ static_assert(offsetof(SkyLightComponent_SetMinOcclusion, InMinOcclusion) == 0x000000, "Member 'SkyLightComponent_SetMinOcclusion::InMinOcclusion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionContrast \ static_assert(alignof(SkyLightComponent_SetOcclusionContrast) == 0x000004, "Wrong alignment on SkyLightComponent_SetOcclusionContrast"); \ static_assert(sizeof(SkyLightComponent_SetOcclusionContrast) == 0x000004, "Wrong size on SkyLightComponent_SetOcclusionContrast"); \ static_assert(offsetof(SkyLightComponent_SetOcclusionContrast, InOcclusionContrast) == 0x000000, "Member 'SkyLightComponent_SetOcclusionContrast::InOcclusionContrast' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionExponent \ static_assert(alignof(SkyLightComponent_SetOcclusionExponent) == 0x000004, "Wrong alignment on SkyLightComponent_SetOcclusionExponent"); \ static_assert(sizeof(SkyLightComponent_SetOcclusionExponent) == 0x000004, "Wrong size on SkyLightComponent_SetOcclusionExponent"); \ static_assert(offsetof(SkyLightComponent_SetOcclusionExponent, InOcclusionExponent) == 0x000000, "Member 'SkyLightComponent_SetOcclusionExponent::InOcclusionExponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionTint \ static_assert(alignof(SkyLightComponent_SetOcclusionTint) == 0x000004, "Wrong alignment on SkyLightComponent_SetOcclusionTint"); \ static_assert(sizeof(SkyLightComponent_SetOcclusionTint) == 0x000004, "Wrong size on SkyLightComponent_SetOcclusionTint"); \ static_assert(offsetof(SkyLightComponent_SetOcclusionTint, InTint) == 0x000000, "Member 'SkyLightComponent_SetOcclusionTint::InTint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetVolumetricScatteringIntensity \ static_assert(alignof(SkyLightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on SkyLightComponent_SetVolumetricScatteringIntensity"); \ static_assert(sizeof(SkyLightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong size on SkyLightComponent_SetVolumetricScatteringIntensity"); \ static_assert(offsetof(SkyLightComponent_SetVolumetricScatteringIntensity, NewIntensity) == 0x000000, "Member 'SkyLightComponent_SetVolumetricScatteringIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyLightComponent \ static_assert(alignof(USkyLightComponent) == 0x000010, "Wrong alignment on USkyLightComponent"); \ static_assert(sizeof(USkyLightComponent) == 0x000450, "Wrong size on USkyLightComponent"); \ static_assert(offsetof(USkyLightComponent, bRealTimeCapture) == 0x000258, "Member 'USkyLightComponent::bRealTimeCapture' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, SourceType) == 0x000259, "Member 'USkyLightComponent::SourceType' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, CubeMap) == 0x000260, "Member 'USkyLightComponent::CubeMap' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, SourceCubemapAngle) == 0x000268, "Member 'USkyLightComponent::SourceCubemapAngle' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, ShowOnlyActors) == 0x000270, "Member 'USkyLightComponent::ShowOnlyActors' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, CubemapResolution) == 0x000280, "Member 'USkyLightComponent::CubemapResolution' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, SkyDistanceThreshold) == 0x000284, "Member 'USkyLightComponent::SkyDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, bCaptureEmissiveOnly) == 0x000288, "Member 'USkyLightComponent::bCaptureEmissiveOnly' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, bLowerHemisphereIsBlack) == 0x000289, "Member 'USkyLightComponent::bLowerHemisphereIsBlack' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, LowerHemisphereColor) == 0x00028C, "Member 'USkyLightComponent::LowerHemisphereColor' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, OcclusionMaxDistance) == 0x00029C, "Member 'USkyLightComponent::OcclusionMaxDistance' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, Contrast) == 0x0002A0, "Member 'USkyLightComponent::Contrast' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, OcclusionExponent) == 0x0002A4, "Member 'USkyLightComponent::OcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, MinOcclusion) == 0x0002A8, "Member 'USkyLightComponent::MinOcclusion' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, OcclusionTint) == 0x0002AC, "Member 'USkyLightComponent::OcclusionTint' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionStrength) == 0x0002B4, "Member 'USkyLightComponent::CloudAmbientOcclusionStrength' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionExtent) == 0x0002B8, "Member 'USkyLightComponent::CloudAmbientOcclusionExtent' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionMapResolutionScale) == 0x0002BC, "Member 'USkyLightComponent::CloudAmbientOcclusionMapResolutionScale' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionApertureScale) == 0x0002C0, "Member 'USkyLightComponent::CloudAmbientOcclusionApertureScale' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, OcclusionCombineMode) == 0x0002C4, "Member 'USkyLightComponent::OcclusionCombineMode' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, SkyOcclusionContrast) == 0x0002C8, "Member 'USkyLightComponent::SkyOcclusionContrast' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, SkyOcclusionExponent) == 0x0002CC, "Member 'USkyLightComponent::SkyOcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, BlendDestinationCubemap) == 0x000378, "Member 'USkyLightComponent::BlendDestinationCubemap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModule \ static_assert(alignof(UParticleModule) == 0x000008, "Wrong alignment on UParticleModule"); \ static_assert(sizeof(UParticleModule) == 0x000030, "Wrong size on UParticleModule"); \ static_assert(offsetof(UParticleModule, LODValidity) == 0x00002A, "Member 'UParticleModule::LODValidity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleAccelerationBase \ static_assert(alignof(UParticleModuleAccelerationBase) == 0x000008, "Wrong alignment on UParticleModuleAccelerationBase"); \ static_assert(sizeof(UParticleModuleAccelerationBase) == 0x000038, "Wrong size on UParticleModuleAccelerationBase"); \ #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_UInterpTrackInst \ static_assert(alignof(UInterpTrackInst) == 0x000008, "Wrong alignment on UInterpTrackInst"); \ static_assert(sizeof(UInterpTrackInst) == 0x000028, "Wrong size on UInterpTrackInst"); \ #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_UMaterialExpressionVolumetricAdvancedMaterialInput \ static_assert(alignof(UMaterialExpressionVolumetricAdvancedMaterialInput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricAdvancedMaterialInput"); \ static_assert(sizeof(UMaterialExpressionVolumetricAdvancedMaterialInput) == 0x000040, "Wrong size on UMaterialExpressionVolumetricAdvancedMaterialInput"); \ #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_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_UScriptViewportClient \ static_assert(alignof(UScriptViewportClient) == 0x000008, "Wrong alignment on UScriptViewportClient"); \ static_assert(sizeof(UScriptViewportClient) == 0x000038, "Wrong size on UScriptViewportClient"); \ #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_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_UBlueprintCore \ static_assert(alignof(UBlueprintCore) == 0x000008, "Wrong alignment on UBlueprintCore"); \ static_assert(sizeof(UBlueprintCore) == 0x000050, "Wrong size on UBlueprintCore"); \ static_assert(offsetof(UBlueprintCore, SkeletonGeneratedClass) == 0x000028, "Member 'UBlueprintCore::SkeletonGeneratedClass' has a wrong offset!"); \ static_assert(offsetof(UBlueprintCore, GeneratedClass) == 0x000030, "Member 'UBlueprintCore::GeneratedClass' has a wrong offset!"); \ static_assert(offsetof(UBlueprintCore, bLegacyNeedToPurgeSkelRefs) == 0x000038, "Member 'UBlueprintCore::bLegacyNeedToPurgeSkelRefs' has a wrong offset!"); \ static_assert(offsetof(UBlueprintCore, BlueprintGuid) == 0x00003C, "Member 'UBlueprintCore::BlueprintGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlueprint \ static_assert(alignof(UBlueprint) == 0x000008, "Wrong alignment on UBlueprint"); \ static_assert(sizeof(UBlueprint) == 0x0000A0, "Wrong size on UBlueprint"); \ static_assert(offsetof(UBlueprint, ParentClass) == 0x000050, "Member 'UBlueprint::ParentClass' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, BlueprintType) == 0x000058, "Member 'UBlueprint::BlueprintType' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, BlueprintSystemVersion) == 0x00005C, "Member 'UBlueprint::BlueprintSystemVersion' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, SimpleConstructionScript) == 0x000060, "Member 'UBlueprint::SimpleConstructionScript' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, ComponentTemplates) == 0x000068, "Member 'UBlueprint::ComponentTemplates' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, Timelines) == 0x000078, "Member 'UBlueprint::Timelines' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, ComponentClassOverrides) == 0x000088, "Member 'UBlueprint::ComponentClassOverrides' has a wrong offset!"); \ static_assert(offsetof(UBlueprint, InheritableComponentHandler) == 0x000098, "Member 'UBlueprint::InheritableComponentHandler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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) == 0x0004D0, "Wrong size on UTextRenderComponent"); \ static_assert(offsetof(UTextRenderComponent, Text) == 0x000480, "Member 'UTextRenderComponent::Text' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, TextMaterial) == 0x000498, "Member 'UTextRenderComponent::TextMaterial' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, font) == 0x0004A0, "Member 'UTextRenderComponent::font' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, HorizontalAlignment) == 0x0004A8, "Member 'UTextRenderComponent::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, VerticalAlignment) == 0x0004A9, "Member 'UTextRenderComponent::VerticalAlignment' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, TextRenderColor) == 0x0004AC, "Member 'UTextRenderComponent::TextRenderColor' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, XScale) == 0x0004B0, "Member 'UTextRenderComponent::XScale' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, YScale) == 0x0004B4, "Member 'UTextRenderComponent::YScale' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, WorldSize) == 0x0004B8, "Member 'UTextRenderComponent::WorldSize' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, InvDefaultSize) == 0x0004BC, "Member 'UTextRenderComponent::InvDefaultSize' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, HorizSpacingAdjust) == 0x0004C0, "Member 'UTextRenderComponent::HorizSpacingAdjust' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, VertSpacingAdjust) == 0x0004C4, "Member 'UTextRenderComponent::VertSpacingAdjust' 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) == 0x0002C0, "Wrong size on AController"); \ static_assert(offsetof(AController, PlayerState) == 0x000250, "Member 'AController::PlayerState' has a wrong offset!"); \ static_assert(offsetof(AController, OnInstigatedAnyDamage) == 0x000260, "Member 'AController::OnInstigatedAnyDamage' has a wrong offset!"); \ static_assert(offsetof(AController, StateName) == 0x000270, "Member 'AController::StateName' has a wrong offset!"); \ static_assert(offsetof(AController, Pawn) == 0x000278, "Member 'AController::Pawn' has a wrong offset!"); \ static_assert(offsetof(AController, Character) == 0x000288, "Member 'AController::Character' has a wrong offset!"); \ static_assert(offsetof(AController, TransformComponent) == 0x000290, "Member 'AController::TransformComponent' has a wrong offset!"); \ static_assert(offsetof(AController, ControlRotation) == 0x0002B0, "Member 'AController::ControlRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ActivateTouchInterface \ static_assert(alignof(PlayerController_ActivateTouchInterface) == 0x000008, "Wrong alignment on PlayerController_ActivateTouchInterface"); \ static_assert(sizeof(PlayerController_ActivateTouchInterface) == 0x000008, "Wrong size on PlayerController_ActivateTouchInterface"); \ static_assert(offsetof(PlayerController_ActivateTouchInterface, NewTouchInterface) == 0x000000, "Member 'PlayerController_ActivateTouchInterface::NewTouchInterface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_AddPitchInput \ static_assert(alignof(PlayerController_AddPitchInput) == 0x000004, "Wrong alignment on PlayerController_AddPitchInput"); \ static_assert(sizeof(PlayerController_AddPitchInput) == 0x000004, "Wrong size on PlayerController_AddPitchInput"); \ static_assert(offsetof(PlayerController_AddPitchInput, val) == 0x000000, "Member 'PlayerController_AddPitchInput::val' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_AddRollInput \ static_assert(alignof(PlayerController_AddRollInput) == 0x000004, "Wrong alignment on PlayerController_AddRollInput"); \ static_assert(sizeof(PlayerController_AddRollInput) == 0x000004, "Wrong size on PlayerController_AddRollInput"); \ static_assert(offsetof(PlayerController_AddRollInput, val) == 0x000000, "Member 'PlayerController_AddRollInput::val' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_AddYawInput \ static_assert(alignof(PlayerController_AddYawInput) == 0x000004, "Wrong alignment on PlayerController_AddYawInput"); \ static_assert(sizeof(PlayerController_AddYawInput) == 0x000004, "Wrong size on PlayerController_AddYawInput"); \ static_assert(offsetof(PlayerController_AddYawInput, val) == 0x000000, "Member 'PlayerController_AddYawInput::val' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_Camera \ static_assert(alignof(PlayerController_Camera) == 0x000004, "Wrong alignment on PlayerController_Camera"); \ static_assert(sizeof(PlayerController_Camera) == 0x000008, "Wrong size on PlayerController_Camera"); \ static_assert(offsetof(PlayerController_Camera, NewMode) == 0x000000, "Member 'PlayerController_Camera::NewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_CanRestartPlayer \ static_assert(alignof(PlayerController_CanRestartPlayer) == 0x000001, "Wrong alignment on PlayerController_CanRestartPlayer"); \ static_assert(sizeof(PlayerController_CanRestartPlayer) == 0x000001, "Wrong size on PlayerController_CanRestartPlayer"); \ static_assert(offsetof(PlayerController_CanRestartPlayer, ReturnValue) == 0x000000, "Member 'PlayerController_CanRestartPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientAddTextureStreamingLoc \ static_assert(alignof(PlayerController_ClientAddTextureStreamingLoc) == 0x000004, "Wrong alignment on PlayerController_ClientAddTextureStreamingLoc"); \ static_assert(sizeof(PlayerController_ClientAddTextureStreamingLoc) == 0x000014, "Wrong size on PlayerController_ClientAddTextureStreamingLoc"); \ static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, InLoc) == 0x000000, "Member 'PlayerController_ClientAddTextureStreamingLoc::InLoc' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, Duration) == 0x00000C, "Member 'PlayerController_ClientAddTextureStreamingLoc::Duration' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, bOverrideLocation) == 0x000010, "Member 'PlayerController_ClientAddTextureStreamingLoc::bOverrideLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientCapBandwidth \ static_assert(alignof(PlayerController_ClientCapBandwidth) == 0x000004, "Wrong alignment on PlayerController_ClientCapBandwidth"); \ static_assert(sizeof(PlayerController_ClientCapBandwidth) == 0x000004, "Wrong size on PlayerController_ClientCapBandwidth"); \ static_assert(offsetof(PlayerController_ClientCapBandwidth, Cap) == 0x000000, "Member 'PlayerController_ClientCapBandwidth::Cap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientEnableNetworkVoice \ static_assert(alignof(PlayerController_ClientEnableNetworkVoice) == 0x000001, "Wrong alignment on PlayerController_ClientEnableNetworkVoice"); \ static_assert(sizeof(PlayerController_ClientEnableNetworkVoice) == 0x000001, "Wrong size on PlayerController_ClientEnableNetworkVoice"); \ static_assert(offsetof(PlayerController_ClientEnableNetworkVoice, bEnable) == 0x000000, "Member 'PlayerController_ClientEnableNetworkVoice::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientGameEnded \ static_assert(alignof(PlayerController_ClientGameEnded) == 0x000008, "Wrong alignment on PlayerController_ClientGameEnded"); \ static_assert(sizeof(PlayerController_ClientGameEnded) == 0x000010, "Wrong size on PlayerController_ClientGameEnded"); \ static_assert(offsetof(PlayerController_ClientGameEnded, EndGameFocus) == 0x000000, "Member 'PlayerController_ClientGameEnded::EndGameFocus' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientGameEnded, bIsWinner) == 0x000008, "Member 'PlayerController_ClientGameEnded::bIsWinner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientGotoState \ static_assert(alignof(PlayerController_ClientGotoState) == 0x000004, "Wrong alignment on PlayerController_ClientGotoState"); \ static_assert(sizeof(PlayerController_ClientGotoState) == 0x000008, "Wrong size on PlayerController_ClientGotoState"); \ static_assert(offsetof(PlayerController_ClientGotoState, NewState) == 0x000000, "Member 'PlayerController_ClientGotoState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientIgnoreLookInput \ static_assert(alignof(PlayerController_ClientIgnoreLookInput) == 0x000001, "Wrong alignment on PlayerController_ClientIgnoreLookInput"); \ static_assert(sizeof(PlayerController_ClientIgnoreLookInput) == 0x000001, "Wrong size on PlayerController_ClientIgnoreLookInput"); \ static_assert(offsetof(PlayerController_ClientIgnoreLookInput, bIgnore) == 0x000000, "Member 'PlayerController_ClientIgnoreLookInput::bIgnore' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientIgnoreMoveInput \ static_assert(alignof(PlayerController_ClientIgnoreMoveInput) == 0x000001, "Wrong alignment on PlayerController_ClientIgnoreMoveInput"); \ static_assert(sizeof(PlayerController_ClientIgnoreMoveInput) == 0x000001, "Wrong size on PlayerController_ClientIgnoreMoveInput"); \ static_assert(offsetof(PlayerController_ClientIgnoreMoveInput, bIgnore) == 0x000000, "Member 'PlayerController_ClientIgnoreMoveInput::bIgnore' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientMessage \ static_assert(alignof(PlayerController_ClientMessage) == 0x000008, "Wrong alignment on PlayerController_ClientMessage"); \ static_assert(sizeof(PlayerController_ClientMessage) == 0x000020, "Wrong size on PlayerController_ClientMessage"); \ static_assert(offsetof(PlayerController_ClientMessage, S) == 0x000000, "Member 'PlayerController_ClientMessage::S' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientMessage, Type) == 0x000010, "Member 'PlayerController_ClientMessage::Type' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientMessage, MsgLifeTime) == 0x000018, "Member 'PlayerController_ClientMessage::MsgLifeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientMutePlayer \ static_assert(alignof(PlayerController_ClientMutePlayer) == 0x000008, "Wrong alignment on PlayerController_ClientMutePlayer"); \ static_assert(sizeof(PlayerController_ClientMutePlayer) == 0x000028, "Wrong size on PlayerController_ClientMutePlayer"); \ static_assert(offsetof(PlayerController_ClientMutePlayer, PlayerId) == 0x000000, "Member 'PlayerController_ClientMutePlayer::PlayerId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientPlayCameraAnim \ static_assert(alignof(PlayerController_ClientPlayCameraAnim) == 0x000008, "Wrong alignment on PlayerController_ClientPlayCameraAnim"); \ static_assert(sizeof(PlayerController_ClientPlayCameraAnim) == 0x000028, "Wrong size on PlayerController_ClientPlayCameraAnim"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, AnimToPlay) == 0x000000, "Member 'PlayerController_ClientPlayCameraAnim::AnimToPlay' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, Scale) == 0x000008, "Member 'PlayerController_ClientPlayCameraAnim::Scale' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, Rate) == 0x00000C, "Member 'PlayerController_ClientPlayCameraAnim::Rate' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, BlendInTime) == 0x000010, "Member 'PlayerController_ClientPlayCameraAnim::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, BlendOutTime) == 0x000014, "Member 'PlayerController_ClientPlayCameraAnim::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, bLoop) == 0x000018, "Member 'PlayerController_ClientPlayCameraAnim::bLoop' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, bRandomStartTime) == 0x000019, "Member 'PlayerController_ClientPlayCameraAnim::bRandomStartTime' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, Space) == 0x00001A, "Member 'PlayerController_ClientPlayCameraAnim::Space' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlayCameraAnim, CustomPlaySpace) == 0x00001C, "Member 'PlayerController_ClientPlayCameraAnim::CustomPlaySpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientPlayForceFeedback_Internal \ static_assert(alignof(PlayerController_ClientPlayForceFeedback_Internal) == 0x000008, "Wrong alignment on PlayerController_ClientPlayForceFeedback_Internal"); \ static_assert(sizeof(PlayerController_ClientPlayForceFeedback_Internal) == 0x000018, "Wrong size on PlayerController_ClientPlayForceFeedback_Internal"); \ static_assert(offsetof(PlayerController_ClientPlayForceFeedback_Internal, ForceFeedbackEffect) == 0x000000, "Member 'PlayerController_ClientPlayForceFeedback_Internal::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlayForceFeedback_Internal, Params_0) == 0x000008, "Member 'PlayerController_ClientPlayForceFeedback_Internal::Params_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientPlaySound \ static_assert(alignof(PlayerController_ClientPlaySound) == 0x000008, "Wrong alignment on PlayerController_ClientPlaySound"); \ static_assert(sizeof(PlayerController_ClientPlaySound) == 0x000010, "Wrong size on PlayerController_ClientPlaySound"); \ static_assert(offsetof(PlayerController_ClientPlaySound, Sound) == 0x000000, "Member 'PlayerController_ClientPlaySound::Sound' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlaySound, VolumeMultiplier) == 0x000008, "Member 'PlayerController_ClientPlaySound::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlaySound, PitchMultiplier) == 0x00000C, "Member 'PlayerController_ClientPlaySound::PitchMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientPlaySoundAtLocation \ static_assert(alignof(PlayerController_ClientPlaySoundAtLocation) == 0x000008, "Wrong alignment on PlayerController_ClientPlaySoundAtLocation"); \ static_assert(sizeof(PlayerController_ClientPlaySoundAtLocation) == 0x000020, "Wrong size on PlayerController_ClientPlaySoundAtLocation"); \ static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, Sound) == 0x000000, "Member 'PlayerController_ClientPlaySoundAtLocation::Sound' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, Location) == 0x000008, "Member 'PlayerController_ClientPlaySoundAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, VolumeMultiplier) == 0x000014, "Member 'PlayerController_ClientPlaySoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPlaySoundAtLocation, PitchMultiplier) == 0x000018, "Member 'PlayerController_ClientPlaySoundAtLocation::PitchMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientPrepareMapChange \ static_assert(alignof(PlayerController_ClientPrepareMapChange) == 0x000004, "Wrong alignment on PlayerController_ClientPrepareMapChange"); \ static_assert(sizeof(PlayerController_ClientPrepareMapChange) == 0x00000C, "Wrong size on PlayerController_ClientPrepareMapChange"); \ static_assert(offsetof(PlayerController_ClientPrepareMapChange, LevelName) == 0x000000, "Member 'PlayerController_ClientPrepareMapChange::LevelName' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPrepareMapChange, bFirst) == 0x000008, "Member 'PlayerController_ClientPrepareMapChange::bFirst' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPrepareMapChange, bLast) == 0x000009, "Member 'PlayerController_ClientPrepareMapChange::bLast' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientPrestreamTextures \ static_assert(alignof(PlayerController_ClientPrestreamTextures) == 0x000008, "Wrong alignment on PlayerController_ClientPrestreamTextures"); \ static_assert(sizeof(PlayerController_ClientPrestreamTextures) == 0x000018, "Wrong size on PlayerController_ClientPrestreamTextures"); \ static_assert(offsetof(PlayerController_ClientPrestreamTextures, ForcedActor) == 0x000000, "Member 'PlayerController_ClientPrestreamTextures::ForcedActor' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPrestreamTextures, ForceDuration) == 0x000008, "Member 'PlayerController_ClientPrestreamTextures::ForceDuration' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPrestreamTextures, bEnableStreaming) == 0x00000C, "Member 'PlayerController_ClientPrestreamTextures::bEnableStreaming' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientPrestreamTextures, CinematicTextureGroups) == 0x000010, "Member 'PlayerController_ClientPrestreamTextures::CinematicTextureGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientReceiveLocalizedMessage \ static_assert(alignof(PlayerController_ClientReceiveLocalizedMessage) == 0x000008, "Wrong alignment on PlayerController_ClientReceiveLocalizedMessage"); \ static_assert(sizeof(PlayerController_ClientReceiveLocalizedMessage) == 0x000028, "Wrong size on PlayerController_ClientReceiveLocalizedMessage"); \ static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, Message) == 0x000000, "Member 'PlayerController_ClientReceiveLocalizedMessage::Message' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, Switch) == 0x000008, "Member 'PlayerController_ClientReceiveLocalizedMessage::Switch' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, RelatedPlayerState_1) == 0x000010, "Member 'PlayerController_ClientReceiveLocalizedMessage::RelatedPlayerState_1' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, RelatedPlayerState_2) == 0x000018, "Member 'PlayerController_ClientReceiveLocalizedMessage::RelatedPlayerState_2' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientReceiveLocalizedMessage, OptionalObject) == 0x000020, "Member 'PlayerController_ClientReceiveLocalizedMessage::OptionalObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientRepObjRef \ static_assert(alignof(PlayerController_ClientRepObjRef) == 0x000008, "Wrong alignment on PlayerController_ClientRepObjRef"); \ static_assert(sizeof(PlayerController_ClientRepObjRef) == 0x000008, "Wrong size on PlayerController_ClientRepObjRef"); \ static_assert(offsetof(PlayerController_ClientRepObjRef, Object) == 0x000000, "Member 'PlayerController_ClientRepObjRef::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientRestart \ static_assert(alignof(PlayerController_ClientRestart) == 0x000008, "Wrong alignment on PlayerController_ClientRestart"); \ static_assert(sizeof(PlayerController_ClientRestart) == 0x000008, "Wrong size on PlayerController_ClientRestart"); \ static_assert(offsetof(PlayerController_ClientRestart, NewPawn) == 0x000000, "Member 'PlayerController_ClientRestart::NewPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientRetryClientRestart \ static_assert(alignof(PlayerController_ClientRetryClientRestart) == 0x000008, "Wrong alignment on PlayerController_ClientRetryClientRestart"); \ static_assert(sizeof(PlayerController_ClientRetryClientRestart) == 0x000008, "Wrong size on PlayerController_ClientRetryClientRestart"); \ static_assert(offsetof(PlayerController_ClientRetryClientRestart, NewPawn) == 0x000000, "Member 'PlayerController_ClientRetryClientRestart::NewPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientReturnToMainMenu \ static_assert(alignof(PlayerController_ClientReturnToMainMenu) == 0x000008, "Wrong alignment on PlayerController_ClientReturnToMainMenu"); \ static_assert(sizeof(PlayerController_ClientReturnToMainMenu) == 0x000010, "Wrong size on PlayerController_ClientReturnToMainMenu"); \ static_assert(offsetof(PlayerController_ClientReturnToMainMenu, ReturnReason) == 0x000000, "Member 'PlayerController_ClientReturnToMainMenu::ReturnReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientReturnToMainMenuWithTextReason \ static_assert(alignof(PlayerController_ClientReturnToMainMenuWithTextReason) == 0x000008, "Wrong alignment on PlayerController_ClientReturnToMainMenuWithTextReason"); \ static_assert(sizeof(PlayerController_ClientReturnToMainMenuWithTextReason) == 0x000018, "Wrong size on PlayerController_ClientReturnToMainMenuWithTextReason"); \ static_assert(offsetof(PlayerController_ClientReturnToMainMenuWithTextReason, ReturnReason) == 0x000000, "Member 'PlayerController_ClientReturnToMainMenuWithTextReason::ReturnReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientSetCameraFade \ static_assert(alignof(PlayerController_ClientSetCameraFade) == 0x000004, "Wrong alignment on PlayerController_ClientSetCameraFade"); \ static_assert(sizeof(PlayerController_ClientSetCameraFade) == 0x000018, "Wrong size on PlayerController_ClientSetCameraFade"); \ static_assert(offsetof(PlayerController_ClientSetCameraFade, bEnableFading) == 0x000000, "Member 'PlayerController_ClientSetCameraFade::bEnableFading' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetCameraFade, FadeColor) == 0x000004, "Member 'PlayerController_ClientSetCameraFade::FadeColor' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetCameraFade, FadeAlpha) == 0x000008, "Member 'PlayerController_ClientSetCameraFade::FadeAlpha' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetCameraFade, FadeTime) == 0x000010, "Member 'PlayerController_ClientSetCameraFade::FadeTime' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetCameraFade, bFadeAudio) == 0x000014, "Member 'PlayerController_ClientSetCameraFade::bFadeAudio' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetCameraFade, bHoldWhenFinished) == 0x000015, "Member 'PlayerController_ClientSetCameraFade::bHoldWhenFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientSetCameraMode \ static_assert(alignof(PlayerController_ClientSetCameraMode) == 0x000004, "Wrong alignment on PlayerController_ClientSetCameraMode"); \ static_assert(sizeof(PlayerController_ClientSetCameraMode) == 0x000008, "Wrong size on PlayerController_ClientSetCameraMode"); \ static_assert(offsetof(PlayerController_ClientSetCameraMode, NewCamMode) == 0x000000, "Member 'PlayerController_ClientSetCameraMode::NewCamMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientSetCinematicMode \ static_assert(alignof(PlayerController_ClientSetCinematicMode) == 0x000001, "Wrong alignment on PlayerController_ClientSetCinematicMode"); \ static_assert(sizeof(PlayerController_ClientSetCinematicMode) == 0x000004, "Wrong size on PlayerController_ClientSetCinematicMode"); \ static_assert(offsetof(PlayerController_ClientSetCinematicMode, bInCinematicMode) == 0x000000, "Member 'PlayerController_ClientSetCinematicMode::bInCinematicMode' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetCinematicMode, bAffectsMovement) == 0x000001, "Member 'PlayerController_ClientSetCinematicMode::bAffectsMovement' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetCinematicMode, bAffectsTurning) == 0x000002, "Member 'PlayerController_ClientSetCinematicMode::bAffectsTurning' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetCinematicMode, bAffectsHUD) == 0x000003, "Member 'PlayerController_ClientSetCinematicMode::bAffectsHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientSetForceMipLevelsToBeResident \ static_assert(alignof(PlayerController_ClientSetForceMipLevelsToBeResident) == 0x000008, "Wrong alignment on PlayerController_ClientSetForceMipLevelsToBeResident"); \ static_assert(sizeof(PlayerController_ClientSetForceMipLevelsToBeResident) == 0x000010, "Wrong size on PlayerController_ClientSetForceMipLevelsToBeResident"); \ static_assert(offsetof(PlayerController_ClientSetForceMipLevelsToBeResident, Material) == 0x000000, "Member 'PlayerController_ClientSetForceMipLevelsToBeResident::Material' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetForceMipLevelsToBeResident, ForceDuration) == 0x000008, "Member 'PlayerController_ClientSetForceMipLevelsToBeResident::ForceDuration' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetForceMipLevelsToBeResident, CinematicTextureGroups) == 0x00000C, "Member 'PlayerController_ClientSetForceMipLevelsToBeResident::CinematicTextureGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientSetHUD \ static_assert(alignof(PlayerController_ClientSetHUD) == 0x000008, "Wrong alignment on PlayerController_ClientSetHUD"); \ static_assert(sizeof(PlayerController_ClientSetHUD) == 0x000008, "Wrong size on PlayerController_ClientSetHUD"); \ static_assert(offsetof(PlayerController_ClientSetHUD, NewHUDClass) == 0x000000, "Member 'PlayerController_ClientSetHUD::NewHUDClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientSetSpectatorWaiting \ static_assert(alignof(PlayerController_ClientSetSpectatorWaiting) == 0x000001, "Wrong alignment on PlayerController_ClientSetSpectatorWaiting"); \ static_assert(sizeof(PlayerController_ClientSetSpectatorWaiting) == 0x000001, "Wrong size on PlayerController_ClientSetSpectatorWaiting"); \ static_assert(offsetof(PlayerController_ClientSetSpectatorWaiting, bWaiting) == 0x000000, "Member 'PlayerController_ClientSetSpectatorWaiting::bWaiting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientSetViewTarget \ static_assert(alignof(PlayerController_ClientSetViewTarget) == 0x000008, "Wrong alignment on PlayerController_ClientSetViewTarget"); \ static_assert(sizeof(PlayerController_ClientSetViewTarget) == 0x000018, "Wrong size on PlayerController_ClientSetViewTarget"); \ static_assert(offsetof(PlayerController_ClientSetViewTarget, A) == 0x000000, "Member 'PlayerController_ClientSetViewTarget::A' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientSetViewTarget, TransitionParams) == 0x000008, "Member 'PlayerController_ClientSetViewTarget::TransitionParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientSpawnCameraLensEffect \ static_assert(alignof(PlayerController_ClientSpawnCameraLensEffect) == 0x000008, "Wrong alignment on PlayerController_ClientSpawnCameraLensEffect"); \ static_assert(sizeof(PlayerController_ClientSpawnCameraLensEffect) == 0x000008, "Wrong size on PlayerController_ClientSpawnCameraLensEffect"); \ static_assert(offsetof(PlayerController_ClientSpawnCameraLensEffect, LensEffectEmitterClass) == 0x000000, "Member 'PlayerController_ClientSpawnCameraLensEffect::LensEffectEmitterClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientStartCameraShake \ static_assert(alignof(PlayerController_ClientStartCameraShake) == 0x000008, "Wrong alignment on PlayerController_ClientStartCameraShake"); \ static_assert(sizeof(PlayerController_ClientStartCameraShake) == 0x000020, "Wrong size on PlayerController_ClientStartCameraShake"); \ static_assert(offsetof(PlayerController_ClientStartCameraShake, Shake) == 0x000000, "Member 'PlayerController_ClientStartCameraShake::Shake' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientStartCameraShake, Scale) == 0x000008, "Member 'PlayerController_ClientStartCameraShake::Scale' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientStartCameraShake, PlaySpace) == 0x00000C, "Member 'PlayerController_ClientStartCameraShake::PlaySpace' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientStartCameraShake, UserPlaySpaceRot) == 0x000010, "Member 'PlayerController_ClientStartCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientStartCameraShakeFromSource \ static_assert(alignof(PlayerController_ClientStartCameraShakeFromSource) == 0x000008, "Wrong alignment on PlayerController_ClientStartCameraShakeFromSource"); \ static_assert(sizeof(PlayerController_ClientStartCameraShakeFromSource) == 0x000010, "Wrong size on PlayerController_ClientStartCameraShakeFromSource"); \ static_assert(offsetof(PlayerController_ClientStartCameraShakeFromSource, Shake) == 0x000000, "Member 'PlayerController_ClientStartCameraShakeFromSource::Shake' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientStartCameraShakeFromSource, SourceComponent) == 0x000008, "Member 'PlayerController_ClientStartCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientStopCameraAnim \ static_assert(alignof(PlayerController_ClientStopCameraAnim) == 0x000008, "Wrong alignment on PlayerController_ClientStopCameraAnim"); \ static_assert(sizeof(PlayerController_ClientStopCameraAnim) == 0x000008, "Wrong size on PlayerController_ClientStopCameraAnim"); \ static_assert(offsetof(PlayerController_ClientStopCameraAnim, AnimToStop) == 0x000000, "Member 'PlayerController_ClientStopCameraAnim::AnimToStop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientStopCameraShake \ static_assert(alignof(PlayerController_ClientStopCameraShake) == 0x000008, "Wrong alignment on PlayerController_ClientStopCameraShake"); \ static_assert(sizeof(PlayerController_ClientStopCameraShake) == 0x000010, "Wrong size on PlayerController_ClientStopCameraShake"); \ static_assert(offsetof(PlayerController_ClientStopCameraShake, Shake) == 0x000000, "Member 'PlayerController_ClientStopCameraShake::Shake' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientStopCameraShake, bImmediately) == 0x000008, "Member 'PlayerController_ClientStopCameraShake::bImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientStopCameraShakesFromSource \ static_assert(alignof(PlayerController_ClientStopCameraShakesFromSource) == 0x000008, "Wrong alignment on PlayerController_ClientStopCameraShakesFromSource"); \ static_assert(sizeof(PlayerController_ClientStopCameraShakesFromSource) == 0x000010, "Wrong size on PlayerController_ClientStopCameraShakesFromSource"); \ static_assert(offsetof(PlayerController_ClientStopCameraShakesFromSource, SourceComponent) == 0x000000, "Member 'PlayerController_ClientStopCameraShakesFromSource::SourceComponent' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientStopCameraShakesFromSource, bImmediately) == 0x000008, "Member 'PlayerController_ClientStopCameraShakesFromSource::bImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientStopForceFeedback \ static_assert(alignof(PlayerController_ClientStopForceFeedback) == 0x000008, "Wrong alignment on PlayerController_ClientStopForceFeedback"); \ static_assert(sizeof(PlayerController_ClientStopForceFeedback) == 0x000010, "Wrong size on PlayerController_ClientStopForceFeedback"); \ static_assert(offsetof(PlayerController_ClientStopForceFeedback, ForceFeedbackEffect) == 0x000000, "Member 'PlayerController_ClientStopForceFeedback::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientStopForceFeedback, Tag) == 0x000008, "Member 'PlayerController_ClientStopForceFeedback::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientTeamMessage \ static_assert(alignof(PlayerController_ClientTeamMessage) == 0x000008, "Wrong alignment on PlayerController_ClientTeamMessage"); \ static_assert(sizeof(PlayerController_ClientTeamMessage) == 0x000028, "Wrong size on PlayerController_ClientTeamMessage"); \ static_assert(offsetof(PlayerController_ClientTeamMessage, SenderPlayerState) == 0x000000, "Member 'PlayerController_ClientTeamMessage::SenderPlayerState' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientTeamMessage, S) == 0x000008, "Member 'PlayerController_ClientTeamMessage::S' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientTeamMessage, Type) == 0x000018, "Member 'PlayerController_ClientTeamMessage::Type' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientTeamMessage, MsgLifeTime) == 0x000020, "Member 'PlayerController_ClientTeamMessage::MsgLifeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientTravel \ static_assert(alignof(PlayerController_ClientTravel) == 0x000008, "Wrong alignment on PlayerController_ClientTravel"); \ static_assert(sizeof(PlayerController_ClientTravel) == 0x000028, "Wrong size on PlayerController_ClientTravel"); \ static_assert(offsetof(PlayerController_ClientTravel, URL) == 0x000000, "Member 'PlayerController_ClientTravel::URL' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientTravel, TravelType) == 0x000010, "Member 'PlayerController_ClientTravel::TravelType' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientTravel, bSeamless) == 0x000011, "Member 'PlayerController_ClientTravel::bSeamless' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientTravel, MapPackageGuid) == 0x000014, "Member 'PlayerController_ClientTravel::MapPackageGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientTravelInternal \ static_assert(alignof(PlayerController_ClientTravelInternal) == 0x000008, "Wrong alignment on PlayerController_ClientTravelInternal"); \ static_assert(sizeof(PlayerController_ClientTravelInternal) == 0x000028, "Wrong size on PlayerController_ClientTravelInternal"); \ static_assert(offsetof(PlayerController_ClientTravelInternal, URL) == 0x000000, "Member 'PlayerController_ClientTravelInternal::URL' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientTravelInternal, TravelType) == 0x000010, "Member 'PlayerController_ClientTravelInternal::TravelType' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientTravelInternal, bSeamless) == 0x000011, "Member 'PlayerController_ClientTravelInternal::bSeamless' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientTravelInternal, MapPackageGuid) == 0x000014, "Member 'PlayerController_ClientTravelInternal::MapPackageGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientUnmutePlayer \ static_assert(alignof(PlayerController_ClientUnmutePlayer) == 0x000008, "Wrong alignment on PlayerController_ClientUnmutePlayer"); \ static_assert(sizeof(PlayerController_ClientUnmutePlayer) == 0x000028, "Wrong size on PlayerController_ClientUnmutePlayer"); \ static_assert(offsetof(PlayerController_ClientUnmutePlayer, PlayerId) == 0x000000, "Member 'PlayerController_ClientUnmutePlayer::PlayerId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientUpdateLevelStreamingStatus \ static_assert(alignof(PlayerController_ClientUpdateLevelStreamingStatus) == 0x000004, "Wrong alignment on PlayerController_ClientUpdateLevelStreamingStatus"); \ static_assert(sizeof(PlayerController_ClientUpdateLevelStreamingStatus) == 0x000010, "Wrong size on PlayerController_ClientUpdateLevelStreamingStatus"); \ static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, PackageName) == 0x000000, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::PackageName' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBeLoaded) == 0x000008, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBeLoaded' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBeVisible) == 0x000009, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBeVisible' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, bNewShouldBlockOnLoad) == 0x00000A, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::bNewShouldBlockOnLoad' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientUpdateLevelStreamingStatus, LODIndex) == 0x00000C, "Member 'PlayerController_ClientUpdateLevelStreamingStatus::LODIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientUpdateMultipleLevelsStreamingStatus \ static_assert(alignof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus) == 0x000008, "Wrong alignment on PlayerController_ClientUpdateMultipleLevelsStreamingStatus"); \ static_assert(sizeof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus) == 0x000010, "Wrong size on PlayerController_ClientUpdateMultipleLevelsStreamingStatus"); \ static_assert(offsetof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus, LevelStatuses) == 0x000000, "Member 'PlayerController_ClientUpdateMultipleLevelsStreamingStatus::LevelStatuses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientWasKicked \ static_assert(alignof(PlayerController_ClientWasKicked) == 0x000008, "Wrong alignment on PlayerController_ClientWasKicked"); \ static_assert(sizeof(PlayerController_ClientWasKicked) == 0x000018, "Wrong size on PlayerController_ClientWasKicked"); \ static_assert(offsetof(PlayerController_ClientWasKicked, KickReason) == 0x000000, "Member 'PlayerController_ClientWasKicked::KickReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ConsoleKey \ static_assert(alignof(PlayerController_ConsoleKey) == 0x000008, "Wrong alignment on PlayerController_ConsoleKey"); \ static_assert(sizeof(PlayerController_ConsoleKey) == 0x000018, "Wrong size on PlayerController_ConsoleKey"); \ static_assert(offsetof(PlayerController_ConsoleKey, Key) == 0x000000, "Member 'PlayerController_ConsoleKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_FOV \ static_assert(alignof(PlayerController_FOV) == 0x000004, "Wrong alignment on PlayerController_FOV"); \ static_assert(sizeof(PlayerController_FOV) == 0x000004, "Wrong size on PlayerController_FOV"); \ static_assert(offsetof(PlayerController_FOV, NewFOV) == 0x000000, "Member 'PlayerController_FOV::NewFOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_K2_ClientPlayForceFeedback \ static_assert(alignof(PlayerController_K2_ClientPlayForceFeedback) == 0x000008, "Wrong alignment on PlayerController_K2_ClientPlayForceFeedback"); \ static_assert(sizeof(PlayerController_K2_ClientPlayForceFeedback) == 0x000018, "Wrong size on PlayerController_K2_ClientPlayForceFeedback"); \ static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, ForceFeedbackEffect) == 0x000000, "Member 'PlayerController_K2_ClientPlayForceFeedback::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, Tag) == 0x000008, "Member 'PlayerController_K2_ClientPlayForceFeedback::Tag' has a wrong offset!"); \ static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, bLooping) == 0x000010, "Member 'PlayerController_K2_ClientPlayForceFeedback::bLooping' has a wrong offset!"); \ static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, bIgnoreTimeDilation) == 0x000011, "Member 'PlayerController_K2_ClientPlayForceFeedback::bIgnoreTimeDilation' has a wrong offset!"); \ static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, bPlayWhilePaused) == 0x000012, "Member 'PlayerController_K2_ClientPlayForceFeedback::bPlayWhilePaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_LocalTravel \ static_assert(alignof(PlayerController_LocalTravel) == 0x000008, "Wrong alignment on PlayerController_LocalTravel"); \ static_assert(sizeof(PlayerController_LocalTravel) == 0x000010, "Wrong size on PlayerController_LocalTravel"); \ static_assert(offsetof(PlayerController_LocalTravel, URL) == 0x000000, "Member 'PlayerController_LocalTravel::URL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_MemTraceUserMark \ static_assert(alignof(PlayerController_MemTraceUserMark) == 0x000008, "Wrong alignment on PlayerController_MemTraceUserMark"); \ static_assert(sizeof(PlayerController_MemTraceUserMark) == 0x000010, "Wrong size on PlayerController_MemTraceUserMark"); \ static_assert(offsetof(PlayerController_MemTraceUserMark, userMark) == 0x000000, "Member 'PlayerController_MemTraceUserMark::userMark' 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_SetShouldPerformFullTickWhenPaused \ static_assert(alignof(PlayerController_SetShouldPerformFullTickWhenPaused) == 0x000001, "Wrong alignment on PlayerController_SetShouldPerformFullTickWhenPaused"); \ static_assert(sizeof(PlayerController_SetShouldPerformFullTickWhenPaused) == 0x000001, "Wrong size on PlayerController_SetShouldPerformFullTickWhenPaused"); \ static_assert(offsetof(PlayerController_SetShouldPerformFullTickWhenPaused, ShouldPerformFullTickWhenPaused) == 0x000000, "Member 'PlayerController_SetShouldPerformFullTickWhenPaused::ShouldPerformFullTickWhenPaused' 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_StartMemTrace \ static_assert(alignof(PlayerController_StartMemTrace) == 0x000008, "Wrong alignment on PlayerController_StartMemTrace"); \ static_assert(sizeof(PlayerController_StartMemTrace) == 0x000018, "Wrong size on PlayerController_StartMemTrace"); \ static_assert(offsetof(PlayerController_StartMemTrace, ip) == 0x000000, "Member 'PlayerController_StartMemTrace::ip' has a wrong offset!"); \ static_assert(offsetof(PlayerController_StartMemTrace, Port) == 0x000010, "Member 'PlayerController_StartMemTrace::Port' 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_GetForceFeedbackScale \ static_assert(alignof(PlayerController_GetForceFeedbackScale) == 0x000004, "Wrong alignment on PlayerController_GetForceFeedbackScale"); \ static_assert(sizeof(PlayerController_GetForceFeedbackScale) == 0x000004, "Wrong size on PlayerController_GetForceFeedbackScale"); \ static_assert(offsetof(PlayerController_GetForceFeedbackScale, ReturnValue) == 0x000000, "Member 'PlayerController_GetForceFeedbackScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetHapticFeedbackScale \ static_assert(alignof(PlayerController_GetHapticFeedbackScale) == 0x000004, "Wrong alignment on PlayerController_GetHapticFeedbackScale"); \ static_assert(sizeof(PlayerController_GetHapticFeedbackScale) == 0x000004, "Wrong size on PlayerController_GetHapticFeedbackScale"); \ static_assert(offsetof(PlayerController_GetHapticFeedbackScale, ReturnValue) == 0x000000, "Member 'PlayerController_GetHapticFeedbackScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderCursor \ static_assert(alignof(PlayerController_GetHitResultUnderCursor) == 0x000004, "Wrong alignment on PlayerController_GetHitResultUnderCursor"); \ static_assert(sizeof(PlayerController_GetHitResultUnderCursor) == 0x000090, "Wrong size on PlayerController_GetHitResultUnderCursor"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursor, TraceChannel) == 0x000000, "Member 'PlayerController_GetHitResultUnderCursor::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursor, bTraceComplex) == 0x000001, "Member 'PlayerController_GetHitResultUnderCursor::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursor, HitResult) == 0x000004, "Member 'PlayerController_GetHitResultUnderCursor::HitResult' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursor, ReturnValue) == 0x00008C, "Member 'PlayerController_GetHitResultUnderCursor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderCursorByChannel \ static_assert(alignof(PlayerController_GetHitResultUnderCursorByChannel) == 0x000004, "Wrong alignment on PlayerController_GetHitResultUnderCursorByChannel"); \ static_assert(sizeof(PlayerController_GetHitResultUnderCursorByChannel) == 0x000090, "Wrong size on PlayerController_GetHitResultUnderCursorByChannel"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursorByChannel, TraceChannel) == 0x000000, "Member 'PlayerController_GetHitResultUnderCursorByChannel::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursorByChannel, bTraceComplex) == 0x000001, "Member 'PlayerController_GetHitResultUnderCursorByChannel::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursorByChannel, HitResult) == 0x000004, "Member 'PlayerController_GetHitResultUnderCursorByChannel::HitResult' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursorByChannel, ReturnValue) == 0x00008C, "Member 'PlayerController_GetHitResultUnderCursorByChannel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderCursorForObjects \ static_assert(alignof(PlayerController_GetHitResultUnderCursorForObjects) == 0x000008, "Wrong alignment on PlayerController_GetHitResultUnderCursorForObjects"); \ static_assert(sizeof(PlayerController_GetHitResultUnderCursorForObjects) == 0x0000A0, "Wrong size on PlayerController_GetHitResultUnderCursorForObjects"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursorForObjects, ObjectTypes) == 0x000000, "Member 'PlayerController_GetHitResultUnderCursorForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursorForObjects, bTraceComplex) == 0x000010, "Member 'PlayerController_GetHitResultUnderCursorForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursorForObjects, HitResult) == 0x000014, "Member 'PlayerController_GetHitResultUnderCursorForObjects::HitResult' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderCursorForObjects, ReturnValue) == 0x00009C, "Member 'PlayerController_GetHitResultUnderCursorForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderFinger \ static_assert(alignof(PlayerController_GetHitResultUnderFinger) == 0x000004, "Wrong alignment on PlayerController_GetHitResultUnderFinger"); \ static_assert(sizeof(PlayerController_GetHitResultUnderFinger) == 0x000090, "Wrong size on PlayerController_GetHitResultUnderFinger"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFinger, FingerIndex) == 0x000000, "Member 'PlayerController_GetHitResultUnderFinger::FingerIndex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFinger, TraceChannel) == 0x000001, "Member 'PlayerController_GetHitResultUnderFinger::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFinger, bTraceComplex) == 0x000002, "Member 'PlayerController_GetHitResultUnderFinger::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFinger, HitResult) == 0x000004, "Member 'PlayerController_GetHitResultUnderFinger::HitResult' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFinger, ReturnValue) == 0x00008C, "Member 'PlayerController_GetHitResultUnderFinger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderFingerByChannel \ static_assert(alignof(PlayerController_GetHitResultUnderFingerByChannel) == 0x000004, "Wrong alignment on PlayerController_GetHitResultUnderFingerByChannel"); \ static_assert(sizeof(PlayerController_GetHitResultUnderFingerByChannel) == 0x000090, "Wrong size on PlayerController_GetHitResultUnderFingerByChannel"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, FingerIndex) == 0x000000, "Member 'PlayerController_GetHitResultUnderFingerByChannel::FingerIndex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, TraceChannel) == 0x000001, "Member 'PlayerController_GetHitResultUnderFingerByChannel::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, bTraceComplex) == 0x000002, "Member 'PlayerController_GetHitResultUnderFingerByChannel::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, HitResult) == 0x000004, "Member 'PlayerController_GetHitResultUnderFingerByChannel::HitResult' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerByChannel, ReturnValue) == 0x00008C, "Member 'PlayerController_GetHitResultUnderFingerByChannel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetHitResultUnderFingerForObjects \ static_assert(alignof(PlayerController_GetHitResultUnderFingerForObjects) == 0x000008, "Wrong alignment on PlayerController_GetHitResultUnderFingerForObjects"); \ static_assert(sizeof(PlayerController_GetHitResultUnderFingerForObjects) == 0x0000A8, "Wrong size on PlayerController_GetHitResultUnderFingerForObjects"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, FingerIndex) == 0x000000, "Member 'PlayerController_GetHitResultUnderFingerForObjects::FingerIndex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, ObjectTypes) == 0x000008, "Member 'PlayerController_GetHitResultUnderFingerForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, bTraceComplex) == 0x000018, "Member 'PlayerController_GetHitResultUnderFingerForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, HitResult) == 0x00001C, "Member 'PlayerController_GetHitResultUnderFingerForObjects::HitResult' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetHitResultUnderFingerForObjects, ReturnValue) == 0x0000A4, "Member 'PlayerController_GetHitResultUnderFingerForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetHUD \ static_assert(alignof(PlayerController_GetHUD) == 0x000008, "Wrong alignment on PlayerController_GetHUD"); \ static_assert(sizeof(PlayerController_GetHUD) == 0x000008, "Wrong size on PlayerController_GetHUD"); \ static_assert(offsetof(PlayerController_GetHUD, ReturnValue) == 0x000000, "Member 'PlayerController_GetHUD::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetInputAnalogKeyState \ static_assert(alignof(PlayerController_GetInputAnalogKeyState) == 0x000008, "Wrong alignment on PlayerController_GetInputAnalogKeyState"); \ static_assert(sizeof(PlayerController_GetInputAnalogKeyState) == 0x000020, "Wrong size on PlayerController_GetInputAnalogKeyState"); \ static_assert(offsetof(PlayerController_GetInputAnalogKeyState, Key) == 0x000000, "Member 'PlayerController_GetInputAnalogKeyState::Key' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputAnalogKeyState, ReturnValue) == 0x000018, "Member 'PlayerController_GetInputAnalogKeyState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetInputAnalogStickState \ static_assert(alignof(PlayerController_GetInputAnalogStickState) == 0x000004, "Wrong alignment on PlayerController_GetInputAnalogStickState"); \ static_assert(sizeof(PlayerController_GetInputAnalogStickState) == 0x00000C, "Wrong size on PlayerController_GetInputAnalogStickState"); \ static_assert(offsetof(PlayerController_GetInputAnalogStickState, WhichStick) == 0x000000, "Member 'PlayerController_GetInputAnalogStickState::WhichStick' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputAnalogStickState, StickX) == 0x000004, "Member 'PlayerController_GetInputAnalogStickState::StickX' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputAnalogStickState, StickY) == 0x000008, "Member 'PlayerController_GetInputAnalogStickState::StickY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetInputKeyTimeDown \ static_assert(alignof(PlayerController_GetInputKeyTimeDown) == 0x000008, "Wrong alignment on PlayerController_GetInputKeyTimeDown"); \ static_assert(sizeof(PlayerController_GetInputKeyTimeDown) == 0x000020, "Wrong size on PlayerController_GetInputKeyTimeDown"); \ static_assert(offsetof(PlayerController_GetInputKeyTimeDown, Key) == 0x000000, "Member 'PlayerController_GetInputKeyTimeDown::Key' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputKeyTimeDown, ReturnValue) == 0x000018, "Member 'PlayerController_GetInputKeyTimeDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetInputMotionState \ static_assert(alignof(PlayerController_GetInputMotionState) == 0x000004, "Wrong alignment on PlayerController_GetInputMotionState"); \ static_assert(sizeof(PlayerController_GetInputMotionState) == 0x000030, "Wrong size on PlayerController_GetInputMotionState"); \ static_assert(offsetof(PlayerController_GetInputMotionState, Tilt) == 0x000000, "Member 'PlayerController_GetInputMotionState::Tilt' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputMotionState, RotationRate) == 0x00000C, "Member 'PlayerController_GetInputMotionState::RotationRate' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputMotionState, Gravity) == 0x000018, "Member 'PlayerController_GetInputMotionState::Gravity' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputMotionState, Acceleration) == 0x000024, "Member 'PlayerController_GetInputMotionState::Acceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetInputMouseDelta \ static_assert(alignof(PlayerController_GetInputMouseDelta) == 0x000004, "Wrong alignment on PlayerController_GetInputMouseDelta"); \ static_assert(sizeof(PlayerController_GetInputMouseDelta) == 0x000008, "Wrong size on PlayerController_GetInputMouseDelta"); \ static_assert(offsetof(PlayerController_GetInputMouseDelta, DeltaX) == 0x000000, "Member 'PlayerController_GetInputMouseDelta::DeltaX' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputMouseDelta, DeltaY) == 0x000004, "Member 'PlayerController_GetInputMouseDelta::DeltaY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetInputTouchState \ static_assert(alignof(PlayerController_GetInputTouchState) == 0x000004, "Wrong alignment on PlayerController_GetInputTouchState"); \ static_assert(sizeof(PlayerController_GetInputTouchState) == 0x000010, "Wrong size on PlayerController_GetInputTouchState"); \ static_assert(offsetof(PlayerController_GetInputTouchState, FingerIndex) == 0x000000, "Member 'PlayerController_GetInputTouchState::FingerIndex' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputTouchState, LocationX) == 0x000004, "Member 'PlayerController_GetInputTouchState::LocationX' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputTouchState, LocationY) == 0x000008, "Member 'PlayerController_GetInputTouchState::LocationY' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputTouchState, bIsCurrentlyPressed) == 0x00000C, "Member 'PlayerController_GetInputTouchState::bIsCurrentlyPressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetInputVectorKeyState \ static_assert(alignof(PlayerController_GetInputVectorKeyState) == 0x000008, "Wrong alignment on PlayerController_GetInputVectorKeyState"); \ static_assert(sizeof(PlayerController_GetInputVectorKeyState) == 0x000028, "Wrong size on PlayerController_GetInputVectorKeyState"); \ static_assert(offsetof(PlayerController_GetInputVectorKeyState, Key) == 0x000000, "Member 'PlayerController_GetInputVectorKeyState::Key' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetInputVectorKeyState, ReturnValue) == 0x000018, "Member 'PlayerController_GetInputVectorKeyState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetMousePosition \ static_assert(alignof(PlayerController_GetMousePosition) == 0x000004, "Wrong alignment on PlayerController_GetMousePosition"); \ static_assert(sizeof(PlayerController_GetMousePosition) == 0x00000C, "Wrong size on PlayerController_GetMousePosition"); \ static_assert(offsetof(PlayerController_GetMousePosition, LocationX) == 0x000000, "Member 'PlayerController_GetMousePosition::LocationX' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetMousePosition, LocationY) == 0x000004, "Member 'PlayerController_GetMousePosition::LocationY' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetMousePosition, ReturnValue) == 0x000008, "Member 'PlayerController_GetMousePosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetSpectatorPawn \ static_assert(alignof(PlayerController_GetSpectatorPawn) == 0x000008, "Wrong alignment on PlayerController_GetSpectatorPawn"); \ static_assert(sizeof(PlayerController_GetSpectatorPawn) == 0x000008, "Wrong size on PlayerController_GetSpectatorPawn"); \ static_assert(offsetof(PlayerController_GetSpectatorPawn, ReturnValue) == 0x000000, "Member 'PlayerController_GetSpectatorPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetViewportSize \ static_assert(alignof(PlayerController_GetViewportSize) == 0x000004, "Wrong alignment on PlayerController_GetViewportSize"); \ static_assert(sizeof(PlayerController_GetViewportSize) == 0x000008, "Wrong size on PlayerController_GetViewportSize"); \ static_assert(offsetof(PlayerController_GetViewportSize, SizeX) == 0x000000, "Member 'PlayerController_GetViewportSize::SizeX' has a wrong offset!"); \ static_assert(offsetof(PlayerController_GetViewportSize, SizeY) == 0x000004, "Member 'PlayerController_GetViewportSize::SizeY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_IsInputKeyDown \ static_assert(alignof(PlayerController_IsInputKeyDown) == 0x000008, "Wrong alignment on PlayerController_IsInputKeyDown"); \ static_assert(sizeof(PlayerController_IsInputKeyDown) == 0x000020, "Wrong size on PlayerController_IsInputKeyDown"); \ static_assert(offsetof(PlayerController_IsInputKeyDown, Key) == 0x000000, "Member 'PlayerController_IsInputKeyDown::Key' has a wrong offset!"); \ static_assert(offsetof(PlayerController_IsInputKeyDown, ReturnValue) == 0x000018, "Member 'PlayerController_IsInputKeyDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ProjectWorldLocationToScreen \ static_assert(alignof(PlayerController_ProjectWorldLocationToScreen) == 0x000004, "Wrong alignment on PlayerController_ProjectWorldLocationToScreen"); \ static_assert(sizeof(PlayerController_ProjectWorldLocationToScreen) == 0x000018, "Wrong size on PlayerController_ProjectWorldLocationToScreen"); \ static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, WorldLocation) == 0x000000, "Member 'PlayerController_ProjectWorldLocationToScreen::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, ScreenLocation) == 0x00000C, "Member 'PlayerController_ProjectWorldLocationToScreen::ScreenLocation' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, bPlayerViewportRelative) == 0x000014, "Member 'PlayerController_ProjectWorldLocationToScreen::bPlayerViewportRelative' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ProjectWorldLocationToScreen, ReturnValue) == 0x000015, "Member 'PlayerController_ProjectWorldLocationToScreen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_WasInputKeyJustPressed \ static_assert(alignof(PlayerController_WasInputKeyJustPressed) == 0x000008, "Wrong alignment on PlayerController_WasInputKeyJustPressed"); \ static_assert(sizeof(PlayerController_WasInputKeyJustPressed) == 0x000020, "Wrong size on PlayerController_WasInputKeyJustPressed"); \ static_assert(offsetof(PlayerController_WasInputKeyJustPressed, Key) == 0x000000, "Member 'PlayerController_WasInputKeyJustPressed::Key' has a wrong offset!"); \ static_assert(offsetof(PlayerController_WasInputKeyJustPressed, ReturnValue) == 0x000018, "Member 'PlayerController_WasInputKeyJustPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_WasInputKeyJustReleased \ static_assert(alignof(PlayerController_WasInputKeyJustReleased) == 0x000008, "Wrong alignment on PlayerController_WasInputKeyJustReleased"); \ static_assert(sizeof(PlayerController_WasInputKeyJustReleased) == 0x000020, "Wrong size on PlayerController_WasInputKeyJustReleased"); \ static_assert(offsetof(PlayerController_WasInputKeyJustReleased, Key) == 0x000000, "Member 'PlayerController_WasInputKeyJustReleased::Key' has a wrong offset!"); \ static_assert(offsetof(PlayerController_WasInputKeyJustReleased, ReturnValue) == 0x000018, "Member 'PlayerController_WasInputKeyJustReleased::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayerController \ static_assert(alignof(APlayerController) == 0x000008, "Wrong alignment on APlayerController"); \ static_assert(sizeof(APlayerController) == 0x0005B0, "Wrong size on APlayerController"); \ static_assert(offsetof(APlayerController, Player) == 0x0002C0, "Member 'APlayerController::Player' has a wrong offset!"); \ static_assert(offsetof(APlayerController, AcknowledgedPawn) == 0x0002C8, "Member 'APlayerController::AcknowledgedPawn' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ControllingDirTrackInst) == 0x0002D0, "Member 'APlayerController::ControllingDirTrackInst' has a wrong offset!"); \ static_assert(offsetof(APlayerController, MyHUD) == 0x0002D8, "Member 'APlayerController::MyHUD' has a wrong offset!"); \ static_assert(offsetof(APlayerController, PlayerCameraManager) == 0x0002E0, "Member 'APlayerController::PlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(APlayerController, PlayerCameraManagerClass) == 0x0002E8, "Member 'APlayerController::PlayerCameraManagerClass' has a wrong offset!"); \ static_assert(offsetof(APlayerController, bAutoManageActiveCameraTarget) == 0x0002F0, "Member 'APlayerController::bAutoManageActiveCameraTarget' has a wrong offset!"); \ static_assert(offsetof(APlayerController, TargetViewRotation) == 0x0002F4, "Member 'APlayerController::TargetViewRotation' has a wrong offset!"); \ static_assert(offsetof(APlayerController, SmoothTargetViewRotationSpeed) == 0x00030C, "Member 'APlayerController::SmoothTargetViewRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(APlayerController, HiddenActors) == 0x000318, "Member 'APlayerController::HiddenActors' has a wrong offset!"); \ static_assert(offsetof(APlayerController, HiddenPrimitiveComponents) == 0x000328, "Member 'APlayerController::HiddenPrimitiveComponents' has a wrong offset!"); \ static_assert(offsetof(APlayerController, LastSpectatorStateSynchTime) == 0x00033C, "Member 'APlayerController::LastSpectatorStateSynchTime' has a wrong offset!"); \ static_assert(offsetof(APlayerController, LastSpectatorSyncLocation) == 0x000340, "Member 'APlayerController::LastSpectatorSyncLocation' has a wrong offset!"); \ static_assert(offsetof(APlayerController, LastSpectatorSyncRotation) == 0x00034C, "Member 'APlayerController::LastSpectatorSyncRotation' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ClientCap) == 0x000358, "Member 'APlayerController::ClientCap' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CheatManager) == 0x000360, "Member 'APlayerController::CheatManager' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CheatClass) == 0x000368, "Member 'APlayerController::CheatClass' has a wrong offset!"); \ static_assert(offsetof(APlayerController, PlayerInput) == 0x000370, "Member 'APlayerController::PlayerInput' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ActiveForceFeedbackEffects) == 0x000378, "Member 'APlayerController::ActiveForceFeedbackEffects' has a wrong offset!"); \ static_assert(offsetof(APlayerController, NetPlayerIndex) == 0x00040C, "Member 'APlayerController::NetPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(APlayerController, PendingSwapConnection) == 0x000448, "Member 'APlayerController::PendingSwapConnection' has a wrong offset!"); \ static_assert(offsetof(APlayerController, NetConnection) == 0x000450, "Member 'APlayerController::NetConnection' has a wrong offset!"); \ static_assert(offsetof(APlayerController, InputYawScale) == 0x000464, "Member 'APlayerController::InputYawScale' has a wrong offset!"); \ static_assert(offsetof(APlayerController, InputPitchScale) == 0x000468, "Member 'APlayerController::InputPitchScale' has a wrong offset!"); \ static_assert(offsetof(APlayerController, InputRollScale) == 0x00046C, "Member 'APlayerController::InputRollScale' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ForceFeedbackScale) == 0x000474, "Member 'APlayerController::ForceFeedbackScale' has a wrong offset!"); \ static_assert(offsetof(APlayerController, HapticFeedbackScale) == 0x000478, "Member 'APlayerController::HapticFeedbackScale' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ClickEventKeys) == 0x000480, "Member 'APlayerController::ClickEventKeys' has a wrong offset!"); \ static_assert(offsetof(APlayerController, DefaultMouseCursor) == 0x000490, "Member 'APlayerController::DefaultMouseCursor' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CurrentMouseCursor) == 0x000491, "Member 'APlayerController::CurrentMouseCursor' has a wrong offset!"); \ static_assert(offsetof(APlayerController, DefaultClickTraceChannel) == 0x000492, "Member 'APlayerController::DefaultClickTraceChannel' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CurrentClickTraceChannel) == 0x000493, "Member 'APlayerController::CurrentClickTraceChannel' has a wrong offset!"); \ static_assert(offsetof(APlayerController, HitResultTraceDistance) == 0x000494, "Member 'APlayerController::HitResultTraceDistance' has a wrong offset!"); \ static_assert(offsetof(APlayerController, SeamlessTravelCount) == 0x000498, "Member 'APlayerController::SeamlessTravelCount' has a wrong offset!"); \ static_assert(offsetof(APlayerController, LastCompletedSeamlessTravelCount) == 0x00049A, "Member 'APlayerController::LastCompletedSeamlessTravelCount' has a wrong offset!"); \ static_assert(offsetof(APlayerController, InactiveStateInputComponent) == 0x000510, "Member 'APlayerController::InactiveStateInputComponent' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CurrentTouchInterface) == 0x000530, "Member 'APlayerController::CurrentTouchInterface' has a wrong offset!"); \ static_assert(offsetof(APlayerController, SpectatorPawn) == 0x000588, "Member 'APlayerController::SpectatorPawn' has a wrong offset!"); \ static_assert(offsetof(APlayerController, bIsLocalPlayerController) == 0x000594, "Member 'APlayerController::bIsLocalPlayerController' has a wrong offset!"); \ static_assert(offsetof(APlayerController, SpawnLocation) == 0x000598, "Member 'APlayerController::SpawnLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARuntimeVirtualTextureVolume \ static_assert(alignof(ARuntimeVirtualTextureVolume) == 0x000008, "Wrong alignment on ARuntimeVirtualTextureVolume"); \ static_assert(sizeof(ARuntimeVirtualTextureVolume) == 0x000250, "Wrong size on ARuntimeVirtualTextureVolume"); \ static_assert(offsetof(ARuntimeVirtualTextureVolume, VirtualTextureComponent) == 0x000248, "Member 'ARuntimeVirtualTextureVolume::VirtualTextureComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChannel \ static_assert(alignof(UChannel) == 0x000008, "Wrong alignment on UChannel"); \ static_assert(sizeof(UChannel) == 0x000068, "Wrong size on UChannel"); \ static_assert(offsetof(UChannel, Connection) == 0x000028, "Member 'UChannel::Connection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UControlChannel \ static_assert(alignof(UControlChannel) == 0x000008, "Wrong alignment on UControlChannel"); \ static_assert(sizeof(UControlChannel) == 0x000080, "Wrong size on UControlChannel"); \ #define DUMPER7_ASSERTS_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) == 0x000010, "Wrong alignment on UWorld"); \ static_assert(sizeof(UWorld) == 0x000AA0, "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) == 0x000168, "Member 'UWorld::StreamingLevelsPrefix' has a wrong offset!"); \ static_assert(offsetof(UWorld, CurrentLevelPendingVisibility) == 0x000180, "Member 'UWorld::CurrentLevelPendingVisibility' has a wrong offset!"); \ static_assert(offsetof(UWorld, CurrentLevelsDithering) == 0x000190, "Member 'UWorld::CurrentLevelsDithering' has a wrong offset!"); \ static_assert(offsetof(UWorld, CurrentLevelPendingInvisibility) == 0x0001A0, "Member 'UWorld::CurrentLevelPendingInvisibility' has a wrong offset!"); \ static_assert(offsetof(UWorld, DemoNetDriver) == 0x0001B0, "Member 'UWorld::DemoNetDriver' has a wrong offset!"); \ static_assert(offsetof(UWorld, MyParticleEventManager) == 0x0001B8, "Member 'UWorld::MyParticleEventManager' has a wrong offset!"); \ static_assert(offsetof(UWorld, DefaultPhysicsVolume) == 0x0001C0, "Member 'UWorld::DefaultPhysicsVolume' has a wrong offset!"); \ static_assert(offsetof(UWorld, NavigationSystem) == 0x0002B0, "Member 'UWorld::NavigationSystem' has a wrong offset!"); \ static_assert(offsetof(UWorld, AuthorityGameMode) == 0x0002B8, "Member 'UWorld::AuthorityGameMode' has a wrong offset!"); \ static_assert(offsetof(UWorld, GameState) == 0x0002C0, "Member 'UWorld::GameState' has a wrong offset!"); \ static_assert(offsetof(UWorld, AISystem) == 0x0002C8, "Member 'UWorld::AISystem' has a wrong offset!"); \ static_assert(offsetof(UWorld, AvoidanceManager) == 0x0002D0, "Member 'UWorld::AvoidanceManager' has a wrong offset!"); \ static_assert(offsetof(UWorld, Levels) == 0x0002D8, "Member 'UWorld::Levels' has a wrong offset!"); \ static_assert(offsetof(UWorld, LevelCollections) == 0x0002F8, "Member 'UWorld::LevelCollections' has a wrong offset!"); \ static_assert(offsetof(UWorld, OwningGameInstance) == 0x000330, "Member 'UWorld::OwningGameInstance' has a wrong offset!"); \ static_assert(offsetof(UWorld, ParameterCollectionInstances) == 0x000338, "Member 'UWorld::ParameterCollectionInstances' has a wrong offset!"); \ static_assert(offsetof(UWorld, CanvasForRenderingToTarget) == 0x000348, "Member 'UWorld::CanvasForRenderingToTarget' has a wrong offset!"); \ static_assert(offsetof(UWorld, CanvasForDrawMaterialToRenderTarget) == 0x000350, "Member 'UWorld::CanvasForDrawMaterialToRenderTarget' has a wrong offset!"); \ static_assert(offsetof(UWorld, PhysicsField) == 0x0003C8, "Member 'UWorld::PhysicsField' has a wrong offset!"); \ static_assert(offsetof(UWorld, ComponentsThatNeedPreEndOfFrameSync) == 0x0003D0, "Member 'UWorld::ComponentsThatNeedPreEndOfFrameSync' has a wrong offset!"); \ static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameUpdate) == 0x000420, "Member 'UWorld::ComponentsThatNeedEndOfFrameUpdate' has a wrong offset!"); \ static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameUpdate_OnGameThread) == 0x000430, "Member 'UWorld::ComponentsThatNeedEndOfFrameUpdate_OnGameThread' has a wrong offset!"); \ static_assert(offsetof(UWorld, WorldComposition) == 0x000890, "Member 'UWorld::WorldComposition' has a wrong offset!"); \ static_assert(offsetof(UWorld, PSCPool) == 0x000978, "Member 'UWorld::PSCPool' has a wrong offset!"); \ static_assert(offsetof(UWorld, CodeGeneratedUWorld) == 0x0009D0, "Member 'UWorld::CodeGeneratedUWorld' has a wrong offset!"); \ static_assert(offsetof(UWorld, UseOwnTimerManager) == 0x0009D1, "Member 'UWorld::UseOwnTimerManager' has a wrong offset!"); \ static_assert(offsetof(UWorld, UseOwnLatentActionManager) == 0x0009D2, "Member 'UWorld::UseOwnLatentActionManager' 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_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_UBlueprintAsyncActionBase \ static_assert(alignof(UBlueprintAsyncActionBase) == 0x000008, "Wrong alignment on UBlueprintAsyncActionBase"); \ static_assert(sizeof(UBlueprintAsyncActionBase) == 0x000030, "Wrong size on UBlueprintAsyncActionBase"); \ #define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetBase \ static_assert(alignof(UAsyncActionLoadPrimaryAssetBase) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAssetBase"); \ static_assert(sizeof(UAsyncActionLoadPrimaryAssetBase) == 0x000078, "Wrong size on UAsyncActionLoadPrimaryAssetBase"); \ #define DUMPER7_ASSERTS_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_UAssetUserData \ static_assert(alignof(UAssetUserData) == 0x000008, "Wrong alignment on UAssetUserData"); \ static_assert(sizeof(UAssetUserData) == 0x000028, "Wrong size on UAssetUserData"); \ #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_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_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_ULightClippingComponent \ static_assert(alignof(ULightClippingComponent) == 0x000010, "Wrong alignment on ULightClippingComponent"); \ static_assert(sizeof(ULightClippingComponent) == 0x000230, "Wrong size on ULightClippingComponent"); \ #define DUMPER7_ASSERTS_ULightClippingVolumeComponent \ static_assert(alignof(ULightClippingVolumeComponent) == 0x000010, "Wrong alignment on ULightClippingVolumeComponent"); \ static_assert(sizeof(ULightClippingVolumeComponent) == 0x000230, "Wrong size on ULightClippingVolumeComponent"); \ #define DUMPER7_ASSERTS_UAnimBoneCompressionCodec \ static_assert(alignof(UAnimBoneCompressionCodec) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec"); \ static_assert(sizeof(UAnimBoneCompressionCodec) == 0x000038, "Wrong size on UAnimBoneCompressionCodec"); \ static_assert(offsetof(UAnimBoneCompressionCodec, Description) == 0x000028, "Member 'UAnimBoneCompressionCodec::Description' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimCompress \ static_assert(alignof(UAnimCompress) == 0x000008, "Wrong alignment on UAnimCompress"); \ static_assert(sizeof(UAnimCompress) == 0x000040, "Wrong size on UAnimCompress"); \ static_assert(offsetof(UAnimCompress, TranslationCompressionFormat) == 0x00003C, "Member 'UAnimCompress::TranslationCompressionFormat' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress, RotationCompressionFormat) == 0x00003D, "Member 'UAnimCompress::RotationCompressionFormat' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress, ScaleCompressionFormat) == 0x00003E, "Member 'UAnimCompress::ScaleCompressionFormat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimCompress_BitwiseCompressOnly \ static_assert(alignof(UAnimCompress_BitwiseCompressOnly) == 0x000008, "Wrong alignment on UAnimCompress_BitwiseCompressOnly"); \ static_assert(sizeof(UAnimCompress_BitwiseCompressOnly) == 0x000040, "Wrong size on UAnimCompress_BitwiseCompressOnly"); \ #define DUMPER7_ASSERTS_UAnimCompress_LeastDestructive \ static_assert(alignof(UAnimCompress_LeastDestructive) == 0x000008, "Wrong alignment on UAnimCompress_LeastDestructive"); \ static_assert(sizeof(UAnimCompress_LeastDestructive) == 0x000040, "Wrong size on UAnimCompress_LeastDestructive"); \ #define DUMPER7_ASSERTS_MeshComponent_PrestreamMesh \ static_assert(alignof(MeshComponent_PrestreamMesh) == 0x000004, "Wrong alignment on MeshComponent_PrestreamMesh"); \ static_assert(sizeof(MeshComponent_PrestreamMesh) == 0x000004, "Wrong size on MeshComponent_PrestreamMesh"); \ static_assert(offsetof(MeshComponent_PrestreamMesh, Seconds) == 0x000000, "Member 'MeshComponent_PrestreamMesh::Seconds' 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_SetDitheredAlpha \ static_assert(alignof(MeshComponent_SetDitheredAlpha) == 0x000004, "Wrong alignment on MeshComponent_SetDitheredAlpha"); \ static_assert(sizeof(MeshComponent_SetDitheredAlpha) == 0x000004, "Wrong size on MeshComponent_SetDitheredAlpha"); \ static_assert(offsetof(MeshComponent_SetDitheredAlpha, Alpha) == 0x000000, "Member 'MeshComponent_SetDitheredAlpha::Alpha' 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_GetDitheredAlpha \ static_assert(alignof(MeshComponent_GetDitheredAlpha) == 0x000004, "Wrong alignment on MeshComponent_GetDitheredAlpha"); \ static_assert(sizeof(MeshComponent_GetDitheredAlpha) == 0x000004, "Wrong size on MeshComponent_GetDitheredAlpha"); \ static_assert(offsetof(MeshComponent_GetDitheredAlpha, ReturnValue) == 0x000000, "Member 'MeshComponent_GetDitheredAlpha::ReturnValue' 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) == 0x0004B0, "Wrong size on UMeshComponent"); \ static_assert(offsetof(UMeshComponent, OverrideMaterials) == 0x000480, "Member 'UMeshComponent::OverrideMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMeshComponent_OnRep_StaticMesh \ static_assert(alignof(StaticMeshComponent_OnRep_StaticMesh) == 0x000008, "Wrong alignment on StaticMeshComponent_OnRep_StaticMesh"); \ static_assert(sizeof(StaticMeshComponent_OnRep_StaticMesh) == 0x000008, "Wrong size on StaticMeshComponent_OnRep_StaticMesh"); \ static_assert(offsetof(StaticMeshComponent_OnRep_StaticMesh, OldStaticMesh) == 0x000000, "Member 'StaticMeshComponent_OnRep_StaticMesh::OldStaticMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMeshComponent_OverrideDefaultDBCC \ static_assert(alignof(StaticMeshComponent_OverrideDefaultDBCC) == 0x000001, "Wrong alignment on StaticMeshComponent_OverrideDefaultDBCC"); \ static_assert(sizeof(StaticMeshComponent_OverrideDefaultDBCC) == 0x000001, "Wrong size on StaticMeshComponent_OverrideDefaultDBCC"); \ static_assert(offsetof(StaticMeshComponent_OverrideDefaultDBCC, InValue) == 0x000000, "Member 'StaticMeshComponent_OverrideDefaultDBCC::InValue' 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) == 0x000520, "Wrong size on UStaticMeshComponent"); \ static_assert(offsetof(UStaticMeshComponent, ForcedLodModel) == 0x0004A8, "Member 'UStaticMeshComponent::ForcedLodModel' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, PreviousLODLevel) == 0x0004AC, "Member 'UStaticMeshComponent::PreviousLODLevel' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, MinLOD) == 0x0004B0, "Member 'UStaticMeshComponent::MinLOD' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, SubDivisionStepSize) == 0x0004B4, "Member 'UStaticMeshComponent::SubDivisionStepSize' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, StaticMesh) == 0x0004B8, "Member 'UStaticMeshComponent::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, WireframeColorOverride) == 0x0004C0, "Member 'UStaticMeshComponent::WireframeColorOverride' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, OverriddenLightMapRes) == 0x0004C8, "Member 'UStaticMeshComponent::OverriddenLightMapRes' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, DistanceFieldIndirectShadowMinVisibility) == 0x0004CC, "Member 'UStaticMeshComponent::DistanceFieldIndirectShadowMinVisibility' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, DistanceFieldSelfShadowBias) == 0x0004D0, "Member 'UStaticMeshComponent::DistanceFieldSelfShadowBias' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, StreamingDistanceMultiplier) == 0x0004D4, "Member 'UStaticMeshComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, LODData) == 0x0004D8, "Member 'UStaticMeshComponent::LODData' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, StreamingTextureData) == 0x0004E8, "Member 'UStaticMeshComponent::StreamingTextureData' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, LightmassSettings) == 0x0004F8, "Member 'UStaticMeshComponent::LightmassSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNode \ static_assert(alignof(USoundNode) == 0x000008, "Wrong alignment on USoundNode"); \ static_assert(sizeof(USoundNode) == 0x000048, "Wrong size on USoundNode"); \ static_assert(offsetof(USoundNode, ChildNodes) == 0x000028, "Member 'USoundNode::ChildNodes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_UMaterialExpressionActorPositionWS \ static_assert(alignof(UMaterialExpressionActorPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionActorPositionWS"); \ static_assert(sizeof(UMaterialExpressionActorPositionWS) == 0x000040, "Wrong size on UMaterialExpressionActorPositionWS"); \ #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_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) == 0x0006D0, "Wrong size on USkinnedMeshComponent"); \ static_assert(offsetof(USkinnedMeshComponent, SkeletalMesh) == 0x0004B0, "Member 'USkinnedMeshComponent::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, MasterPoseComponent) == 0x0004B8, "Member 'USkinnedMeshComponent::MasterPoseComponent' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, SkinCacheUsage) == 0x0004C0, "Member 'USkinnedMeshComponent::SkinCacheUsage' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, VertexOffsetUsage) == 0x0004D0, "Member 'USkinnedMeshComponent::VertexOffsetUsage' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, PhysicsAssetOverride) == 0x0005D8, "Member 'USkinnedMeshComponent::PhysicsAssetOverride' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, ForcedLodModel) == 0x0005E0, "Member 'USkinnedMeshComponent::ForcedLodModel' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, MinLodModel) == 0x0005E4, "Member 'USkinnedMeshComponent::MinLodModel' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, StreamingDistanceMultiplier) == 0x0005F0, "Member 'USkinnedMeshComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, LODInfo) == 0x000600, "Member 'USkinnedMeshComponent::LODInfo' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, VisibilityBasedAnimTickOption) == 0x000634, "Member 'USkinnedMeshComponent::VisibilityBasedAnimTickOption' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, CapsuleIndirectShadowMinVisibility) == 0x00063C, "Member 'USkinnedMeshComponent::CapsuleIndirectShadowMinVisibility' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, CachedWorldSpaceBounds) == 0x000650, "Member 'USkinnedMeshComponent::CachedWorldSpaceBounds' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, CachedWorldToLocalTransform) == 0x000670, "Member 'USkinnedMeshComponent::CachedWorldToLocalTransform' 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_UWindGustController \ static_assert(alignof(UWindGustController) == 0x000008, "Wrong alignment on UWindGustController"); \ static_assert(sizeof(UWindGustController) == 0x000028, "Wrong size on UWindGustController"); \ #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_UTextureRenderTarget2DArray \ static_assert(alignof(UTextureRenderTarget2DArray) == 0x000010, "Wrong alignment on UTextureRenderTarget2DArray"); \ static_assert(sizeof(UTextureRenderTarget2DArray) == 0x0001B0, "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, bSeparateRenderTargetViews) == 0x00018C, "Member 'UTextureRenderTarget2DArray::bSeparateRenderTargetViews' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2DArray, ClearColor) == 0x000190, "Member 'UTextureRenderTarget2DArray::ClearColor' has a wrong offset!"); \ static_assert(offsetof(UTextureRenderTarget2DArray, OverrideFormat) == 0x0001A0, "Member 'UTextureRenderTarget2DArray::OverrideFormat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNetDriver \ static_assert(alignof(UNetDriver) == 0x000008, "Wrong alignment on UNetDriver"); \ static_assert(sizeof(UNetDriver) == 0x000760, "Wrong size on UNetDriver"); \ static_assert(offsetof(UNetDriver, NetConnectionClassName) == 0x000030, "Member 'UNetDriver::NetConnectionClassName' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ReplicationDriverClassName) == 0x000040, "Member 'UNetDriver::ReplicationDriverClassName' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, MaxDownloadSize) == 0x000050, "Member 'UNetDriver::MaxDownloadSize' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, NetServerMaxTickRate) == 0x000058, "Member 'UNetDriver::NetServerMaxTickRate' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, MaxNetTickRate) == 0x00005C, "Member 'UNetDriver::MaxNetTickRate' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, MaxInternetClientRate) == 0x000060, "Member 'UNetDriver::MaxInternetClientRate' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, MaxClientRate) == 0x000064, "Member 'UNetDriver::MaxClientRate' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ServerTravelPause) == 0x000068, "Member 'UNetDriver::ServerTravelPause' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, SpawnPrioritySeconds) == 0x00006C, "Member 'UNetDriver::SpawnPrioritySeconds' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, RelevantTimeout) == 0x000070, "Member 'UNetDriver::RelevantTimeout' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, KeepAliveTime) == 0x000074, "Member 'UNetDriver::KeepAliveTime' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, InitialConnectTimeout) == 0x000078, "Member 'UNetDriver::InitialConnectTimeout' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ConnectionTimeout) == 0x00007C, "Member 'UNetDriver::ConnectionTimeout' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, TimeoutMultiplierForUnoptimizedBuilds) == 0x000080, "Member 'UNetDriver::TimeoutMultiplierForUnoptimizedBuilds' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, bNoTimeouts) == 0x000084, "Member 'UNetDriver::bNoTimeouts' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, bNeverApplyNetworkEmulationSettings) == 0x000085, "Member 'UNetDriver::bNeverApplyNetworkEmulationSettings' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ServerConnection) == 0x000088, "Member 'UNetDriver::ServerConnection' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ClientConnections) == 0x000090, "Member 'UNetDriver::ClientConnections' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, RecentlyDisconnectedTrackingTime) == 0x000100, "Member 'UNetDriver::RecentlyDisconnectedTrackingTime' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, World) == 0x000140, "Member 'UNetDriver::World' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, WorldPackage) == 0x000148, "Member 'UNetDriver::WorldPackage' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, NetConnectionClass) == 0x000170, "Member 'UNetDriver::NetConnectionClass' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ReplicationDriverClass) == 0x000178, "Member 'UNetDriver::ReplicationDriverClass' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, NetDriverName) == 0x000190, "Member 'UNetDriver::NetDriverName' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ChannelDefinitions) == 0x000198, "Member 'UNetDriver::ChannelDefinitions' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ChannelDefinitionMap) == 0x0001A8, "Member 'UNetDriver::ChannelDefinitionMap' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ActorChannelPool) == 0x0001F8, "Member 'UNetDriver::ActorChannelPool' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, Time) == 0x000210, "Member 'UNetDriver::Time' has a wrong offset!"); \ static_assert(offsetof(UNetDriver, ReplicationDriver) == 0x000700, "Member 'UNetDriver::ReplicationDriver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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) == 0x000F30, "Wrong size on USkeletalMeshComponent"); \ static_assert(offsetof(USkeletalMeshComponent, AnimBlueprintGeneratedClass) == 0x0006D0, "Member 'USkeletalMeshComponent::AnimBlueprintGeneratedClass' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, AnimClass) == 0x0006D8, "Member 'USkeletalMeshComponent::AnimClass' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, AnimScriptInstance) == 0x0006E0, "Member 'USkeletalMeshComponent::AnimScriptInstance' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, PostProcessAnimInstance) == 0x0006E8, "Member 'USkeletalMeshComponent::PostProcessAnimInstance' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, bInitializeAnimationWithRefPose) == 0x0006F0, "Member 'USkeletalMeshComponent::bInitializeAnimationWithRefPose' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, AnimationData) == 0x0006F8, "Member 'USkeletalMeshComponent::AnimationData' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, RootBoneTranslation) == 0x000720, "Member 'USkeletalMeshComponent::RootBoneTranslation' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, LineCheckBoundsScale) == 0x00072C, "Member 'USkeletalMeshComponent::LineCheckBoundsScale' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, LinkedInstances) == 0x000768, "Member 'USkeletalMeshComponent::LinkedInstances' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, CachedBoneSpaceTransforms) == 0x000778, "Member 'USkeletalMeshComponent::CachedBoneSpaceTransforms' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, CachedComponentSpaceTransforms) == 0x000788, "Member 'USkeletalMeshComponent::CachedComponentSpaceTransforms' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, GlobalAnimRateScale) == 0x0008E8, "Member 'USkeletalMeshComponent::GlobalAnimRateScale' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, KinematicBonesUpdateType) == 0x0008EC, "Member 'USkeletalMeshComponent::KinematicBonesUpdateType' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, PhysicsTransformUpdateMode) == 0x0008ED, "Member 'USkeletalMeshComponent::PhysicsTransformUpdateMode' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, AnimationMode) == 0x0008EF, "Member 'USkeletalMeshComponent::AnimationMode' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, CachedAnimCurveUidVersion) == 0x0008FE, "Member 'USkeletalMeshComponent::CachedAnimCurveUidVersion' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, ClothBlendWeight) == 0x000900, "Member 'USkeletalMeshComponent::ClothBlendWeight' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, bWaitForParallelClothTask) == 0x000904, "Member 'USkeletalMeshComponent::bWaitForParallelClothTask' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, DisallowedAnimCurves) == 0x000908, "Member 'USkeletalMeshComponent::DisallowedAnimCurves' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, BodySetup) == 0x000918, "Member 'USkeletalMeshComponent::BodySetup' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, ClothMaxDistanceScale) == 0x000924, "Member 'USkeletalMeshComponent::ClothMaxDistanceScale' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, OnConstraintBroken) == 0x000928, "Member 'USkeletalMeshComponent::OnConstraintBroken' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, ClothingSimulationFactory) == 0x000938, "Member 'USkeletalMeshComponent::ClothingSimulationFactory' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, TeleportDistanceThreshold) == 0x000A20, "Member 'USkeletalMeshComponent::TeleportDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, TeleportRotationThreshold) == 0x000A24, "Member 'USkeletalMeshComponent::TeleportRotationThreshold' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, LastPoseTickFrame) == 0x000A30, "Member 'USkeletalMeshComponent::LastPoseTickFrame' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, ClothingInteractor) == 0x000A90, "Member 'USkeletalMeshComponent::ClothingInteractor' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, OnAnimInitialized) == 0x000B60, "Member 'USkeletalMeshComponent::OnAnimInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundBase \ static_assert(alignof(USoundBase) == 0x000008, "Wrong alignment on USoundBase"); \ static_assert(sizeof(USoundBase) == 0x000170, "Wrong size on USoundBase"); \ static_assert(offsetof(USoundBase, SoundClassObject) == 0x000030, "Member 'USoundBase::SoundClassObject' has a wrong offset!"); \ static_assert(offsetof(USoundBase, VirtualizationMode) == 0x000039, "Member 'USoundBase::VirtualizationMode' has a wrong offset!"); \ static_assert(offsetof(USoundBase, ConcurrencySet) == 0x000090, "Member 'USoundBase::ConcurrencySet' has a wrong offset!"); \ static_assert(offsetof(USoundBase, ConcurrencyOverrides) == 0x0000E0, "Member 'USoundBase::ConcurrencyOverrides' has a wrong offset!"); \ static_assert(offsetof(USoundBase, Duration) == 0x000108, "Member 'USoundBase::Duration' has a wrong offset!"); \ static_assert(offsetof(USoundBase, MaxDistance) == 0x00010C, "Member 'USoundBase::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(USoundBase, TotalSamples) == 0x000110, "Member 'USoundBase::TotalSamples' has a wrong offset!"); \ static_assert(offsetof(USoundBase, Priority) == 0x000114, "Member 'USoundBase::Priority' has a wrong offset!"); \ static_assert(offsetof(USoundBase, AttenuationSettings) == 0x000118, "Member 'USoundBase::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(USoundBase, SoundSubmixObject) == 0x000120, "Member 'USoundBase::SoundSubmixObject' has a wrong offset!"); \ static_assert(offsetof(USoundBase, SoundSubmixSends) == 0x000128, "Member 'USoundBase::SoundSubmixSends' has a wrong offset!"); \ static_assert(offsetof(USoundBase, SourceEffectChain) == 0x000138, "Member 'USoundBase::SourceEffectChain' has a wrong offset!"); \ static_assert(offsetof(USoundBase, BusSends) == 0x000140, "Member 'USoundBase::BusSends' has a wrong offset!"); \ static_assert(offsetof(USoundBase, PreEffectBusSends) == 0x000150, "Member 'USoundBase::PreEffectBusSends' has a wrong offset!"); \ static_assert(offsetof(USoundBase, AssetUserData) == 0x000160, "Member 'USoundBase::AssetUserData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundWave \ static_assert(alignof(USoundWave) == 0x000008, "Wrong alignment on USoundWave"); \ static_assert(sizeof(USoundWave) == 0x000370, "Wrong size on USoundWave"); \ static_assert(offsetof(USoundWave, CompressionQuality) == 0x000170, "Member 'USoundWave::CompressionQuality' has a wrong offset!"); \ static_assert(offsetof(USoundWave, StreamingPriority) == 0x000174, "Member 'USoundWave::StreamingPriority' has a wrong offset!"); \ static_assert(offsetof(USoundWave, SampleRateQuality) == 0x000178, "Member 'USoundWave::SampleRateQuality' has a wrong offset!"); \ static_assert(offsetof(USoundWave, SoundGroup) == 0x00017A, "Member 'USoundWave::SoundGroup' has a wrong offset!"); \ static_assert(offsetof(USoundWave, LoadingBehavior) == 0x00017C, "Member 'USoundWave::LoadingBehavior' has a wrong offset!"); \ static_assert(offsetof(USoundWave, ModulationSettings) == 0x000180, "Member 'USoundWave::ModulationSettings' has a wrong offset!"); \ static_assert(offsetof(USoundWave, FrequenciesToAnalyze) == 0x0001C8, "Member 'USoundWave::FrequenciesToAnalyze' has a wrong offset!"); \ static_assert(offsetof(USoundWave, CookedSpectralTimeData) == 0x0001D8, "Member 'USoundWave::CookedSpectralTimeData' has a wrong offset!"); \ static_assert(offsetof(USoundWave, CookedEnvelopeTimeData) == 0x0001E8, "Member 'USoundWave::CookedEnvelopeTimeData' has a wrong offset!"); \ static_assert(offsetof(USoundWave, InitialChunkSize) == 0x0001F8, "Member 'USoundWave::InitialChunkSize' has a wrong offset!"); \ static_assert(offsetof(USoundWave, SpokenText) == 0x000240, "Member 'USoundWave::SpokenText' has a wrong offset!"); \ static_assert(offsetof(USoundWave, SubtitlePriority) == 0x000250, "Member 'USoundWave::SubtitlePriority' has a wrong offset!"); \ static_assert(offsetof(USoundWave, Volume) == 0x000254, "Member 'USoundWave::Volume' has a wrong offset!"); \ static_assert(offsetof(USoundWave, Pitch) == 0x000258, "Member 'USoundWave::Pitch' has a wrong offset!"); \ static_assert(offsetof(USoundWave, NumChannels) == 0x00025C, "Member 'USoundWave::NumChannels' has a wrong offset!"); \ static_assert(offsetof(USoundWave, SampleRate) == 0x000260, "Member 'USoundWave::SampleRate' has a wrong offset!"); \ static_assert(offsetof(USoundWave, Subtitles) == 0x000270, "Member 'USoundWave::Subtitles' has a wrong offset!"); \ static_assert(offsetof(USoundWave, Curves) == 0x000280, "Member 'USoundWave::Curves' has a wrong offset!"); \ static_assert(offsetof(USoundWave, InternalCurves) == 0x000288, "Member 'USoundWave::InternalCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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) == 0x000158, "Wrong size on UPawnMovementComponent"); \ static_assert(offsetof(UPawnMovementComponent, PawnOwner) == 0x000150, "Member 'UPawnMovementComponent::PawnOwner' 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_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_ALevelBounds \ static_assert(alignof(ALevelBounds) == 0x000008, "Wrong alignment on ALevelBounds"); \ static_assert(sizeof(ALevelBounds) == 0x000258, "Wrong size on ALevelBounds"); \ static_assert(offsetof(ALevelBounds, BoxComponent) == 0x000248, "Member 'ALevelBounds::BoxComponent' has a wrong offset!"); \ static_assert(offsetof(ALevelBounds, bAutoUpdateBounds) == 0x000250, "Member 'ALevelBounds::bAutoUpdateBounds' 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_UMaterialExpressionAORIndex \ static_assert(alignof(UMaterialExpressionAORIndex) == 0x000008, "Wrong alignment on UMaterialExpressionAORIndex"); \ static_assert(sizeof(UMaterialExpressionAORIndex) == 0x000040, "Wrong size on UMaterialExpressionAORIndex"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTextureArrayElement \ static_assert(alignof(UMaterialExpressionTextureArrayElement) == 0x000008, "Wrong alignment on UMaterialExpressionTextureArrayElement"); \ static_assert(sizeof(UMaterialExpressionTextureArrayElement) == 0x000040, "Wrong size on UMaterialExpressionTextureArrayElement"); \ #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_UWLightProbesVolumeCaptureSetup \ static_assert(alignof(UWLightProbesVolumeCaptureSetup) == 0x000008, "Wrong alignment on UWLightProbesVolumeCaptureSetup"); \ static_assert(sizeof(UWLightProbesVolumeCaptureSetup) == 0x000028, "Wrong size on UWLightProbesVolumeCaptureSetup"); \ #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_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) == 0x000254, "Member 'APawn::BaseEyeHeight' has a wrong offset!"); \ static_assert(offsetof(APawn, AutoPossessPlayer) == 0x000258, "Member 'APawn::AutoPossessPlayer' has a wrong offset!"); \ static_assert(offsetof(APawn, AutoPossessAI) == 0x000259, "Member 'APawn::AutoPossessAI' has a wrong offset!"); \ static_assert(offsetof(APawn, RemoteViewPitch) == 0x00025A, "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_ASkyAtmosphere \ static_assert(alignof(ASkyAtmosphere) == 0x000008, "Wrong alignment on ASkyAtmosphere"); \ static_assert(sizeof(ASkyAtmosphere) == 0x000250, "Wrong size on ASkyAtmosphere"); \ static_assert(offsetof(ASkyAtmosphere, SkyAtmosphereComponent) == 0x000248, "Member 'ASkyAtmosphere::SkyAtmosphereComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorComponentInstanceDataTransientOuter \ static_assert(alignof(UActorComponentInstanceDataTransientOuter) == 0x000008, "Wrong alignment on UActorComponentInstanceDataTransientOuter"); \ static_assert(sizeof(UActorComponentInstanceDataTransientOuter) == 0x000028, "Wrong size on UActorComponentInstanceDataTransientOuter"); \ #define DUMPER7_ASSERTS_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_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_GameInstance_DebugCreatePlayer \ static_assert(alignof(GameInstance_DebugCreatePlayer) == 0x000004, "Wrong alignment on GameInstance_DebugCreatePlayer"); \ static_assert(sizeof(GameInstance_DebugCreatePlayer) == 0x000004, "Wrong size on GameInstance_DebugCreatePlayer"); \ static_assert(offsetof(GameInstance_DebugCreatePlayer, ControllerId) == 0x000000, "Member 'GameInstance_DebugCreatePlayer::ControllerId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameInstance_DebugRemovePlayer \ static_assert(alignof(GameInstance_DebugRemovePlayer) == 0x000004, "Wrong alignment on GameInstance_DebugRemovePlayer"); \ static_assert(sizeof(GameInstance_DebugRemovePlayer) == 0x000004, "Wrong size on GameInstance_DebugRemovePlayer"); \ static_assert(offsetof(GameInstance_DebugRemovePlayer, ControllerId) == 0x000000, "Member 'GameInstance_DebugRemovePlayer::ControllerId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameInstance_HandleNetworkError \ static_assert(alignof(GameInstance_HandleNetworkError) == 0x000001, "Wrong alignment on GameInstance_HandleNetworkError"); \ static_assert(sizeof(GameInstance_HandleNetworkError) == 0x000002, "Wrong size on GameInstance_HandleNetworkError"); \ static_assert(offsetof(GameInstance_HandleNetworkError, FailureType) == 0x000000, "Member 'GameInstance_HandleNetworkError::FailureType' has a wrong offset!"); \ static_assert(offsetof(GameInstance_HandleNetworkError, bIsServer) == 0x000001, "Member 'GameInstance_HandleNetworkError::bIsServer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameInstance_HandleTravelError \ static_assert(alignof(GameInstance_HandleTravelError) == 0x000001, "Wrong alignment on GameInstance_HandleTravelError"); \ static_assert(sizeof(GameInstance_HandleTravelError) == 0x000001, "Wrong size on GameInstance_HandleTravelError"); \ static_assert(offsetof(GameInstance_HandleTravelError, FailureType) == 0x000000, "Member 'GameInstance_HandleTravelError::FailureType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameInstance \ static_assert(alignof(UGameInstance) == 0x000008, "Wrong alignment on UGameInstance"); \ static_assert(sizeof(UGameInstance) == 0x0001A8, "Wrong size on UGameInstance"); \ static_assert(offsetof(UGameInstance, LocalPlayers) == 0x000038, "Member 'UGameInstance::LocalPlayers' has a wrong offset!"); \ static_assert(offsetof(UGameInstance, OnlineSession) == 0x000048, "Member 'UGameInstance::OnlineSession' has a wrong offset!"); \ static_assert(offsetof(UGameInstance, ReferencedObjects) == 0x000050, "Member 'UGameInstance::ReferencedObjects' has a wrong offset!"); \ static_assert(offsetof(UGameInstance, OnPawnControllerChangedDelegates) == 0x000078, "Member 'UGameInstance::OnPawnControllerChangedDelegates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UParticleModuleLocationBase \ static_assert(alignof(UParticleModuleLocationBase) == 0x000008, "Wrong alignment on UParticleModuleLocationBase"); \ static_assert(sizeof(UParticleModuleLocationBase) == 0x000030, "Wrong size on UParticleModuleLocationBase"); \ #define DUMPER7_ASSERTS_UHapticFeedbackEffect_Base \ static_assert(alignof(UHapticFeedbackEffect_Base) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_Base"); \ static_assert(sizeof(UHapticFeedbackEffect_Base) == 0x000028, "Wrong size on UHapticFeedbackEffect_Base"); \ #define DUMPER7_ASSERTS_UHapticFeedbackEffect_Curve \ static_assert(alignof(UHapticFeedbackEffect_Curve) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_Curve"); \ static_assert(sizeof(UHapticFeedbackEffect_Curve) == 0x000138, "Wrong size on UHapticFeedbackEffect_Curve"); \ static_assert(offsetof(UHapticFeedbackEffect_Curve, HapticDetails) == 0x000028, "Member 'UHapticFeedbackEffect_Curve::HapticDetails' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UAnimMetaData \ static_assert(alignof(UAnimMetaData) == 0x000008, "Wrong alignment on UAnimMetaData"); \ static_assert(sizeof(UAnimMetaData) == 0x000028, "Wrong size on UAnimMetaData"); \ #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_UAnimCurveCompressionCodec \ static_assert(alignof(UAnimCurveCompressionCodec) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec"); \ static_assert(sizeof(UAnimCurveCompressionCodec) == 0x000028, "Wrong size on UAnimCurveCompressionCodec"); \ #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_HUD_AddDebugText \ static_assert(alignof(HUD_AddDebugText) == 0x000008, "Wrong alignment on HUD_AddDebugText"); \ static_assert(sizeof(HUD_AddDebugText) == 0x000050, "Wrong size on HUD_AddDebugText"); \ static_assert(offsetof(HUD_AddDebugText, DebugText) == 0x000000, "Member 'HUD_AddDebugText::DebugText' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, SrcActor) == 0x000010, "Member 'HUD_AddDebugText::SrcActor' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, Duration) == 0x000018, "Member 'HUD_AddDebugText::Duration' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, Offset) == 0x00001C, "Member 'HUD_AddDebugText::Offset' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, DesiredOffset) == 0x000028, "Member 'HUD_AddDebugText::DesiredOffset' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, TextColor) == 0x000034, "Member 'HUD_AddDebugText::TextColor' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, bSkipOverwriteCheck) == 0x000038, "Member 'HUD_AddDebugText::bSkipOverwriteCheck' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, bAbsoluteLocation) == 0x000039, "Member 'HUD_AddDebugText::bAbsoluteLocation' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, bKeepAttachedToActor) == 0x00003A, "Member 'HUD_AddDebugText::bKeepAttachedToActor' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, InFont) == 0x000040, "Member 'HUD_AddDebugText::InFont' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, FontScale) == 0x000048, "Member 'HUD_AddDebugText::FontScale' has a wrong offset!"); \ static_assert(offsetof(HUD_AddDebugText, bDrawShadow) == 0x00004C, "Member 'HUD_AddDebugText::bDrawShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_AddHitBox \ static_assert(alignof(HUD_AddHitBox) == 0x000004, "Wrong alignment on HUD_AddHitBox"); \ static_assert(sizeof(HUD_AddHitBox) == 0x000020, "Wrong size on HUD_AddHitBox"); \ static_assert(offsetof(HUD_AddHitBox, Position) == 0x000000, "Member 'HUD_AddHitBox::Position' has a wrong offset!"); \ static_assert(offsetof(HUD_AddHitBox, size) == 0x000008, "Member 'HUD_AddHitBox::size' has a wrong offset!"); \ static_assert(offsetof(HUD_AddHitBox, InName) == 0x000010, "Member 'HUD_AddHitBox::InName' has a wrong offset!"); \ static_assert(offsetof(HUD_AddHitBox, bConsumesInput) == 0x000018, "Member 'HUD_AddHitBox::bConsumesInput' has a wrong offset!"); \ static_assert(offsetof(HUD_AddHitBox, Priority) == 0x00001C, "Member 'HUD_AddHitBox::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_DrawLine \ static_assert(alignof(HUD_DrawLine) == 0x000004, "Wrong alignment on HUD_DrawLine"); \ static_assert(sizeof(HUD_DrawLine) == 0x000024, "Wrong size on HUD_DrawLine"); \ static_assert(offsetof(HUD_DrawLine, StartScreenX) == 0x000000, "Member 'HUD_DrawLine::StartScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawLine, StartScreenY) == 0x000004, "Member 'HUD_DrawLine::StartScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawLine, EndScreenX) == 0x000008, "Member 'HUD_DrawLine::EndScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawLine, EndScreenY) == 0x00000C, "Member 'HUD_DrawLine::EndScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawLine, LineColor) == 0x000010, "Member 'HUD_DrawLine::LineColor' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawLine, LineThickness) == 0x000020, "Member 'HUD_DrawLine::LineThickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_DrawMaterial \ static_assert(alignof(HUD_DrawMaterial) == 0x000008, "Wrong alignment on HUD_DrawMaterial"); \ static_assert(sizeof(HUD_DrawMaterial) == 0x000040, "Wrong size on HUD_DrawMaterial"); \ static_assert(offsetof(HUD_DrawMaterial, Material) == 0x000000, "Member 'HUD_DrawMaterial::Material' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, ScreenX) == 0x000008, "Member 'HUD_DrawMaterial::ScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, ScreenY) == 0x00000C, "Member 'HUD_DrawMaterial::ScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, ScreenW) == 0x000010, "Member 'HUD_DrawMaterial::ScreenW' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, ScreenH) == 0x000014, "Member 'HUD_DrawMaterial::ScreenH' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, MaterialU) == 0x000018, "Member 'HUD_DrawMaterial::MaterialU' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, MaterialV) == 0x00001C, "Member 'HUD_DrawMaterial::MaterialV' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, MaterialUWidth) == 0x000020, "Member 'HUD_DrawMaterial::MaterialUWidth' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, MaterialVHeight) == 0x000024, "Member 'HUD_DrawMaterial::MaterialVHeight' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, Scale) == 0x000028, "Member 'HUD_DrawMaterial::Scale' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, bScalePosition) == 0x00002C, "Member 'HUD_DrawMaterial::bScalePosition' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, Rotation) == 0x000030, "Member 'HUD_DrawMaterial::Rotation' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterial, RotPivot) == 0x000034, "Member 'HUD_DrawMaterial::RotPivot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_DrawMaterialSimple \ static_assert(alignof(HUD_DrawMaterialSimple) == 0x000008, "Wrong alignment on HUD_DrawMaterialSimple"); \ static_assert(sizeof(HUD_DrawMaterialSimple) == 0x000020, "Wrong size on HUD_DrawMaterialSimple"); \ static_assert(offsetof(HUD_DrawMaterialSimple, Material) == 0x000000, "Member 'HUD_DrawMaterialSimple::Material' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialSimple, ScreenX) == 0x000008, "Member 'HUD_DrawMaterialSimple::ScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialSimple, ScreenY) == 0x00000C, "Member 'HUD_DrawMaterialSimple::ScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialSimple, ScreenW) == 0x000010, "Member 'HUD_DrawMaterialSimple::ScreenW' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialSimple, ScreenH) == 0x000014, "Member 'HUD_DrawMaterialSimple::ScreenH' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialSimple, Scale) == 0x000018, "Member 'HUD_DrawMaterialSimple::Scale' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialSimple, bScalePosition) == 0x00001C, "Member 'HUD_DrawMaterialSimple::bScalePosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_DrawMaterialTriangle \ static_assert(alignof(HUD_DrawMaterialTriangle) == 0x000008, "Wrong alignment on HUD_DrawMaterialTriangle"); \ static_assert(sizeof(HUD_DrawMaterialTriangle) == 0x000068, "Wrong size on HUD_DrawMaterialTriangle"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, Material) == 0x000000, "Member 'HUD_DrawMaterialTriangle::Material' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V0_Pos) == 0x000008, "Member 'HUD_DrawMaterialTriangle::V0_Pos' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V1_Pos) == 0x000010, "Member 'HUD_DrawMaterialTriangle::V1_Pos' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V2_Pos) == 0x000018, "Member 'HUD_DrawMaterialTriangle::V2_Pos' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V0_UV) == 0x000020, "Member 'HUD_DrawMaterialTriangle::V0_UV' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V1_UV) == 0x000028, "Member 'HUD_DrawMaterialTriangle::V1_UV' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V2_UV) == 0x000030, "Member 'HUD_DrawMaterialTriangle::V2_UV' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V0_Color) == 0x000038, "Member 'HUD_DrawMaterialTriangle::V0_Color' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V1_Color) == 0x000048, "Member 'HUD_DrawMaterialTriangle::V1_Color' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawMaterialTriangle, V2_Color) == 0x000058, "Member 'HUD_DrawMaterialTriangle::V2_Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_DrawRect \ static_assert(alignof(HUD_DrawRect) == 0x000004, "Wrong alignment on HUD_DrawRect"); \ static_assert(sizeof(HUD_DrawRect) == 0x000020, "Wrong size on HUD_DrawRect"); \ static_assert(offsetof(HUD_DrawRect, RectColor) == 0x000000, "Member 'HUD_DrawRect::RectColor' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawRect, ScreenX) == 0x000010, "Member 'HUD_DrawRect::ScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawRect, ScreenY) == 0x000014, "Member 'HUD_DrawRect::ScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawRect, ScreenW) == 0x000018, "Member 'HUD_DrawRect::ScreenW' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawRect, ScreenH) == 0x00001C, "Member 'HUD_DrawRect::ScreenH' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_DrawText \ static_assert(alignof(HUD_DrawText) == 0x000008, "Wrong alignment on HUD_DrawText"); \ static_assert(sizeof(HUD_DrawText) == 0x000038, "Wrong size on HUD_DrawText"); \ static_assert(offsetof(HUD_DrawText, Text) == 0x000000, "Member 'HUD_DrawText::Text' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawText, TextColor) == 0x000010, "Member 'HUD_DrawText::TextColor' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawText, ScreenX) == 0x000020, "Member 'HUD_DrawText::ScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawText, ScreenY) == 0x000024, "Member 'HUD_DrawText::ScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawText, font) == 0x000028, "Member 'HUD_DrawText::font' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawText, Scale) == 0x000030, "Member 'HUD_DrawText::Scale' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawText, bScalePosition) == 0x000034, "Member 'HUD_DrawText::bScalePosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_DrawTexture \ static_assert(alignof(HUD_DrawTexture) == 0x000008, "Wrong alignment on HUD_DrawTexture"); \ static_assert(sizeof(HUD_DrawTexture) == 0x000050, "Wrong size on HUD_DrawTexture"); \ static_assert(offsetof(HUD_DrawTexture, Texture) == 0x000000, "Member 'HUD_DrawTexture::Texture' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, ScreenX) == 0x000008, "Member 'HUD_DrawTexture::ScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, ScreenY) == 0x00000C, "Member 'HUD_DrawTexture::ScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, ScreenW) == 0x000010, "Member 'HUD_DrawTexture::ScreenW' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, ScreenH) == 0x000014, "Member 'HUD_DrawTexture::ScreenH' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, TextureU) == 0x000018, "Member 'HUD_DrawTexture::TextureU' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, TextureV) == 0x00001C, "Member 'HUD_DrawTexture::TextureV' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, TextureUWidth) == 0x000020, "Member 'HUD_DrawTexture::TextureUWidth' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, TextureVHeight) == 0x000024, "Member 'HUD_DrawTexture::TextureVHeight' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, TintColor) == 0x000028, "Member 'HUD_DrawTexture::TintColor' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, BlendMode) == 0x000038, "Member 'HUD_DrawTexture::BlendMode' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, Scale) == 0x00003C, "Member 'HUD_DrawTexture::Scale' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, bScalePosition) == 0x000040, "Member 'HUD_DrawTexture::bScalePosition' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, Rotation) == 0x000044, "Member 'HUD_DrawTexture::Rotation' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTexture, RotPivot) == 0x000048, "Member 'HUD_DrawTexture::RotPivot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_DrawTextureSimple \ static_assert(alignof(HUD_DrawTextureSimple) == 0x000008, "Wrong alignment on HUD_DrawTextureSimple"); \ static_assert(sizeof(HUD_DrawTextureSimple) == 0x000018, "Wrong size on HUD_DrawTextureSimple"); \ static_assert(offsetof(HUD_DrawTextureSimple, Texture) == 0x000000, "Member 'HUD_DrawTextureSimple::Texture' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTextureSimple, ScreenX) == 0x000008, "Member 'HUD_DrawTextureSimple::ScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTextureSimple, ScreenY) == 0x00000C, "Member 'HUD_DrawTextureSimple::ScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTextureSimple, Scale) == 0x000010, "Member 'HUD_DrawTextureSimple::Scale' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawTextureSimple, bScalePosition) == 0x000014, "Member 'HUD_DrawTextureSimple::bScalePosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_GetActorsInSelectionRectangle \ static_assert(alignof(HUD_GetActorsInSelectionRectangle) == 0x000008, "Wrong alignment on HUD_GetActorsInSelectionRectangle"); \ static_assert(sizeof(HUD_GetActorsInSelectionRectangle) == 0x000030, "Wrong size on HUD_GetActorsInSelectionRectangle"); \ static_assert(offsetof(HUD_GetActorsInSelectionRectangle, ClassFilter) == 0x000000, "Member 'HUD_GetActorsInSelectionRectangle::ClassFilter' has a wrong offset!"); \ static_assert(offsetof(HUD_GetActorsInSelectionRectangle, FirstPoint) == 0x000008, "Member 'HUD_GetActorsInSelectionRectangle::FirstPoint' has a wrong offset!"); \ static_assert(offsetof(HUD_GetActorsInSelectionRectangle, SecondPoint) == 0x000010, "Member 'HUD_GetActorsInSelectionRectangle::SecondPoint' has a wrong offset!"); \ static_assert(offsetof(HUD_GetActorsInSelectionRectangle, OutActors) == 0x000018, "Member 'HUD_GetActorsInSelectionRectangle::OutActors' has a wrong offset!"); \ static_assert(offsetof(HUD_GetActorsInSelectionRectangle, bIncludeNonCollidingComponents) == 0x000028, "Member 'HUD_GetActorsInSelectionRectangle::bIncludeNonCollidingComponents' has a wrong offset!"); \ static_assert(offsetof(HUD_GetActorsInSelectionRectangle, bActorMustBeFullyEnclosed) == 0x000029, "Member 'HUD_GetActorsInSelectionRectangle::bActorMustBeFullyEnclosed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_ReceiveDrawHUD \ static_assert(alignof(HUD_ReceiveDrawHUD) == 0x000004, "Wrong alignment on HUD_ReceiveDrawHUD"); \ static_assert(sizeof(HUD_ReceiveDrawHUD) == 0x000008, "Wrong size on HUD_ReceiveDrawHUD"); \ static_assert(offsetof(HUD_ReceiveDrawHUD, SizeX) == 0x000000, "Member 'HUD_ReceiveDrawHUD::SizeX' has a wrong offset!"); \ static_assert(offsetof(HUD_ReceiveDrawHUD, SizeY) == 0x000004, "Member 'HUD_ReceiveDrawHUD::SizeY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_ReceiveHitBoxBeginCursorOver \ static_assert(alignof(HUD_ReceiveHitBoxBeginCursorOver) == 0x000004, "Wrong alignment on HUD_ReceiveHitBoxBeginCursorOver"); \ static_assert(sizeof(HUD_ReceiveHitBoxBeginCursorOver) == 0x000008, "Wrong size on HUD_ReceiveHitBoxBeginCursorOver"); \ static_assert(offsetof(HUD_ReceiveHitBoxBeginCursorOver, BoxName) == 0x000000, "Member 'HUD_ReceiveHitBoxBeginCursorOver::BoxName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_ReceiveHitBoxClick \ static_assert(alignof(HUD_ReceiveHitBoxClick) == 0x000004, "Wrong alignment on HUD_ReceiveHitBoxClick"); \ static_assert(sizeof(HUD_ReceiveHitBoxClick) == 0x000008, "Wrong size on HUD_ReceiveHitBoxClick"); \ static_assert(offsetof(HUD_ReceiveHitBoxClick, BoxName) == 0x000000, "Member 'HUD_ReceiveHitBoxClick::BoxName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_ReceiveHitBoxEndCursorOver \ static_assert(alignof(HUD_ReceiveHitBoxEndCursorOver) == 0x000004, "Wrong alignment on HUD_ReceiveHitBoxEndCursorOver"); \ static_assert(sizeof(HUD_ReceiveHitBoxEndCursorOver) == 0x000008, "Wrong size on HUD_ReceiveHitBoxEndCursorOver"); \ static_assert(offsetof(HUD_ReceiveHitBoxEndCursorOver, BoxName) == 0x000000, "Member 'HUD_ReceiveHitBoxEndCursorOver::BoxName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_ReceiveHitBoxRelease \ static_assert(alignof(HUD_ReceiveHitBoxRelease) == 0x000004, "Wrong alignment on HUD_ReceiveHitBoxRelease"); \ static_assert(sizeof(HUD_ReceiveHitBoxRelease) == 0x000008, "Wrong size on HUD_ReceiveHitBoxRelease"); \ static_assert(offsetof(HUD_ReceiveHitBoxRelease, BoxName) == 0x000000, "Member 'HUD_ReceiveHitBoxRelease::BoxName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_RemoveDebugText \ static_assert(alignof(HUD_RemoveDebugText) == 0x000008, "Wrong alignment on HUD_RemoveDebugText"); \ static_assert(sizeof(HUD_RemoveDebugText) == 0x000010, "Wrong size on HUD_RemoveDebugText"); \ static_assert(offsetof(HUD_RemoveDebugText, SrcActor) == 0x000000, "Member 'HUD_RemoveDebugText::SrcActor' has a wrong offset!"); \ static_assert(offsetof(HUD_RemoveDebugText, bLeaveDurationText) == 0x000008, "Member 'HUD_RemoveDebugText::bLeaveDurationText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_ShowDebug \ static_assert(alignof(HUD_ShowDebug) == 0x000004, "Wrong alignment on HUD_ShowDebug"); \ static_assert(sizeof(HUD_ShowDebug) == 0x000008, "Wrong size on HUD_ShowDebug"); \ static_assert(offsetof(HUD_ShowDebug, DebugType) == 0x000000, "Member 'HUD_ShowDebug::DebugType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_ShowDebugForReticleTargetToggle \ static_assert(alignof(HUD_ShowDebugForReticleTargetToggle) == 0x000008, "Wrong alignment on HUD_ShowDebugForReticleTargetToggle"); \ static_assert(sizeof(HUD_ShowDebugForReticleTargetToggle) == 0x000008, "Wrong size on HUD_ShowDebugForReticleTargetToggle"); \ static_assert(offsetof(HUD_ShowDebugForReticleTargetToggle, DesiredClass) == 0x000000, "Member 'HUD_ShowDebugForReticleTargetToggle::DesiredClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_ShowDebugToggleSubCategory \ static_assert(alignof(HUD_ShowDebugToggleSubCategory) == 0x000004, "Wrong alignment on HUD_ShowDebugToggleSubCategory"); \ static_assert(sizeof(HUD_ShowDebugToggleSubCategory) == 0x000008, "Wrong size on HUD_ShowDebugToggleSubCategory"); \ static_assert(offsetof(HUD_ShowDebugToggleSubCategory, Category) == 0x000000, "Member 'HUD_ShowDebugToggleSubCategory::Category' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Deproject \ static_assert(alignof(HUD_Deproject) == 0x000004, "Wrong alignment on HUD_Deproject"); \ static_assert(sizeof(HUD_Deproject) == 0x000020, "Wrong size on HUD_Deproject"); \ static_assert(offsetof(HUD_Deproject, ScreenX) == 0x000000, "Member 'HUD_Deproject::ScreenX' has a wrong offset!"); \ static_assert(offsetof(HUD_Deproject, ScreenY) == 0x000004, "Member 'HUD_Deproject::ScreenY' has a wrong offset!"); \ static_assert(offsetof(HUD_Deproject, WorldPosition) == 0x000008, "Member 'HUD_Deproject::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(HUD_Deproject, WorldDirection) == 0x000014, "Member 'HUD_Deproject::WorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_GetOwningPawn \ static_assert(alignof(HUD_GetOwningPawn) == 0x000008, "Wrong alignment on HUD_GetOwningPawn"); \ static_assert(sizeof(HUD_GetOwningPawn) == 0x000008, "Wrong size on HUD_GetOwningPawn"); \ static_assert(offsetof(HUD_GetOwningPawn, ReturnValue) == 0x000000, "Member 'HUD_GetOwningPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_GetOwningPlayerController \ static_assert(alignof(HUD_GetOwningPlayerController) == 0x000008, "Wrong alignment on HUD_GetOwningPlayerController"); \ static_assert(sizeof(HUD_GetOwningPlayerController) == 0x000008, "Wrong size on HUD_GetOwningPlayerController"); \ static_assert(offsetof(HUD_GetOwningPlayerController, ReturnValue) == 0x000000, "Member 'HUD_GetOwningPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_GetTextSize \ static_assert(alignof(HUD_GetTextSize) == 0x000008, "Wrong alignment on HUD_GetTextSize"); \ static_assert(sizeof(HUD_GetTextSize) == 0x000028, "Wrong size on HUD_GetTextSize"); \ static_assert(offsetof(HUD_GetTextSize, Text) == 0x000000, "Member 'HUD_GetTextSize::Text' has a wrong offset!"); \ static_assert(offsetof(HUD_GetTextSize, OutWidth) == 0x000010, "Member 'HUD_GetTextSize::OutWidth' has a wrong offset!"); \ static_assert(offsetof(HUD_GetTextSize, OutHeight) == 0x000014, "Member 'HUD_GetTextSize::OutHeight' has a wrong offset!"); \ static_assert(offsetof(HUD_GetTextSize, font) == 0x000018, "Member 'HUD_GetTextSize::font' has a wrong offset!"); \ static_assert(offsetof(HUD_GetTextSize, Scale) == 0x000020, "Member 'HUD_GetTextSize::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Project \ static_assert(alignof(HUD_Project) == 0x000004, "Wrong alignment on HUD_Project"); \ static_assert(sizeof(HUD_Project) == 0x000018, "Wrong size on HUD_Project"); \ static_assert(offsetof(HUD_Project, Location) == 0x000000, "Member 'HUD_Project::Location' has a wrong offset!"); \ static_assert(offsetof(HUD_Project, ReturnValue) == 0x00000C, "Member 'HUD_Project::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHUD \ static_assert(alignof(AHUD) == 0x000008, "Wrong alignment on AHUD"); \ static_assert(sizeof(AHUD) == 0x000338, "Wrong size on AHUD"); \ static_assert(offsetof(AHUD, PlayerOwner) == 0x000248, "Member 'AHUD::PlayerOwner' has a wrong offset!"); \ static_assert(offsetof(AHUD, CurrentTargetIndex) == 0x000254, "Member 'AHUD::CurrentTargetIndex' has a wrong offset!"); \ static_assert(offsetof(AHUD, PostRenderedActors) == 0x000260, "Member 'AHUD::PostRenderedActors' has a wrong offset!"); \ static_assert(offsetof(AHUD, DebugDisplay) == 0x000278, "Member 'AHUD::DebugDisplay' has a wrong offset!"); \ static_assert(offsetof(AHUD, ToggledDebugCategories) == 0x000288, "Member 'AHUD::ToggledDebugCategories' has a wrong offset!"); \ static_assert(offsetof(AHUD, Canvas) == 0x000298, "Member 'AHUD::Canvas' has a wrong offset!"); \ static_assert(offsetof(AHUD, DebugCanvas) == 0x0002A0, "Member 'AHUD::DebugCanvas' has a wrong offset!"); \ static_assert(offsetof(AHUD, DebugTextList) == 0x0002A8, "Member 'AHUD::DebugTextList' has a wrong offset!"); \ static_assert(offsetof(AHUD, ShowDebugTargetDesiredClass) == 0x0002B8, "Member 'AHUD::ShowDebugTargetDesiredClass' has a wrong offset!"); \ static_assert(offsetof(AHUD, ShowDebugTargetActor) == 0x0002C0, "Member 'AHUD::ShowDebugTargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInterface_GetBaseMaterial \ static_assert(alignof(MaterialInterface_GetBaseMaterial) == 0x000008, "Wrong alignment on MaterialInterface_GetBaseMaterial"); \ static_assert(sizeof(MaterialInterface_GetBaseMaterial) == 0x000008, "Wrong size on MaterialInterface_GetBaseMaterial"); \ static_assert(offsetof(MaterialInterface_GetBaseMaterial, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetBaseMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInterface_SetForceMipLevelsToBeResident \ static_assert(alignof(MaterialInterface_SetForceMipLevelsToBeResident) == 0x000004, "Wrong alignment on MaterialInterface_SetForceMipLevelsToBeResident"); \ static_assert(sizeof(MaterialInterface_SetForceMipLevelsToBeResident) == 0x000010, "Wrong size on MaterialInterface_SetForceMipLevelsToBeResident"); \ static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, OverrideForceMiplevelsToBeResident) == 0x000000, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::OverrideForceMiplevelsToBeResident' has a wrong offset!"); \ static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, bForceMiplevelsToBeResidentValue) == 0x000001, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::bForceMiplevelsToBeResidentValue' has a wrong offset!"); \ static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, ForceDuration) == 0x000004, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::ForceDuration' has a wrong offset!"); \ static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, CinematicTextureGroups) == 0x000008, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::CinematicTextureGroups' has a wrong offset!"); \ static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, bFastResponse) == 0x00000C, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::bFastResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInterface_GetParameterInfo \ static_assert(alignof(MaterialInterface_GetParameterInfo) == 0x000008, "Wrong alignment on MaterialInterface_GetParameterInfo"); \ static_assert(sizeof(MaterialInterface_GetParameterInfo) == 0x000028, "Wrong size on MaterialInterface_GetParameterInfo"); \ static_assert(offsetof(MaterialInterface_GetParameterInfo, Association) == 0x000000, "Member 'MaterialInterface_GetParameterInfo::Association' has a wrong offset!"); \ static_assert(offsetof(MaterialInterface_GetParameterInfo, ParameterName) == 0x000004, "Member 'MaterialInterface_GetParameterInfo::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialInterface_GetParameterInfo, LayerFunction) == 0x000010, "Member 'MaterialInterface_GetParameterInfo::LayerFunction' has a wrong offset!"); \ static_assert(offsetof(MaterialInterface_GetParameterInfo, ReturnValue) == 0x000018, "Member 'MaterialInterface_GetParameterInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterial \ static_assert(alignof(MaterialInterface_GetPhysicalMaterial) == 0x000008, "Wrong alignment on MaterialInterface_GetPhysicalMaterial"); \ static_assert(sizeof(MaterialInterface_GetPhysicalMaterial) == 0x000008, "Wrong size on MaterialInterface_GetPhysicalMaterial"); \ static_assert(offsetof(MaterialInterface_GetPhysicalMaterial, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetPhysicalMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterialFromMap \ static_assert(alignof(MaterialInterface_GetPhysicalMaterialFromMap) == 0x000008, "Wrong alignment on MaterialInterface_GetPhysicalMaterialFromMap"); \ static_assert(sizeof(MaterialInterface_GetPhysicalMaterialFromMap) == 0x000010, "Wrong size on MaterialInterface_GetPhysicalMaterialFromMap"); \ static_assert(offsetof(MaterialInterface_GetPhysicalMaterialFromMap, Index_0) == 0x000000, "Member 'MaterialInterface_GetPhysicalMaterialFromMap::Index_0' has a wrong offset!"); \ static_assert(offsetof(MaterialInterface_GetPhysicalMaterialFromMap, ReturnValue) == 0x000008, "Member 'MaterialInterface_GetPhysicalMaterialFromMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInterface_GetPhysicalMaterialMask \ static_assert(alignof(MaterialInterface_GetPhysicalMaterialMask) == 0x000008, "Wrong alignment on MaterialInterface_GetPhysicalMaterialMask"); \ static_assert(sizeof(MaterialInterface_GetPhysicalMaterialMask) == 0x000008, "Wrong size on MaterialInterface_GetPhysicalMaterialMask"); \ static_assert(offsetof(MaterialInterface_GetPhysicalMaterialMask, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetPhysicalMaterialMask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialInterface \ static_assert(alignof(UMaterialInterface) == 0x000008, "Wrong alignment on UMaterialInterface"); \ static_assert(sizeof(UMaterialInterface) == 0x000098, "Wrong size on UMaterialInterface"); \ static_assert(offsetof(UMaterialInterface, SubsurfaceProfile) == 0x000038, "Member 'UMaterialInterface::SubsurfaceProfile' has a wrong offset!"); \ static_assert(offsetof(UMaterialInterface, LightmassSettings) == 0x000050, "Member 'UMaterialInterface::LightmassSettings' has a wrong offset!"); \ static_assert(offsetof(UMaterialInterface, TextureStreamingData) == 0x000060, "Member 'UMaterialInterface::TextureStreamingData' has a wrong offset!"); \ static_assert(offsetof(UMaterialInterface, AssetUserData) == 0x000070, "Member 'UMaterialInterface::AssetUserData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialInstance \ static_assert(alignof(UMaterialInstance) == 0x000008, "Wrong alignment on UMaterialInstance"); \ static_assert(sizeof(UMaterialInstance) == 0x000430, "Wrong size on UMaterialInstance"); \ static_assert(offsetof(UMaterialInstance, PhysMaterial) == 0x000098, "Member 'UMaterialInstance::PhysMaterial' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, PhysicalMaterialMap) == 0x0000A0, "Member 'UMaterialInstance::PhysicalMaterialMap' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, Parent) == 0x0000E0, "Member 'UMaterialInstance::Parent' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, bOverrideParentForQL) == 0x0000F0, "Member 'UMaterialInstance::bOverrideParentForQL' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, QualityLevelOverrideMats) == 0x0000F8, "Member 'UMaterialInstance::QualityLevelOverrideMats' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, ScalarParameterValues) == 0x000110, "Member 'UMaterialInstance::ScalarParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, VectorParameterValues) == 0x000120, "Member 'UMaterialInstance::VectorParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, TextureParameterValues) == 0x000130, "Member 'UMaterialInstance::TextureParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, RuntimeVirtualTextureParameterValues) == 0x000140, "Member 'UMaterialInstance::RuntimeVirtualTextureParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, FontParameterValues) == 0x000150, "Member 'UMaterialInstance::FontParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, BasePropertyOverrides) == 0x000160, "Member 'UMaterialInstance::BasePropertyOverrides' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, StaticParameters) == 0x000178, "Member 'UMaterialInstance::StaticParameters' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, CachedLayerParameters) == 0x0001B8, "Member 'UMaterialInstance::CachedLayerParameters' has a wrong offset!"); \ static_assert(offsetof(UMaterialInstance, CachedReferencedTextures) == 0x000308, "Member 'UMaterialInstance::CachedReferencedTextures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceConstant_K2_GetScalarParameterValue \ static_assert(alignof(MaterialInstanceConstant_K2_GetScalarParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceConstant_K2_GetScalarParameterValue"); \ static_assert(sizeof(MaterialInstanceConstant_K2_GetScalarParameterValue) == 0x00000C, "Wrong size on MaterialInstanceConstant_K2_GetScalarParameterValue"); \ static_assert(offsetof(MaterialInstanceConstant_K2_GetScalarParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceConstant_K2_GetScalarParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceConstant_K2_GetScalarParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceConstant_K2_GetScalarParameterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceConstant_K2_GetTextureParameterValue \ static_assert(alignof(MaterialInstanceConstant_K2_GetTextureParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceConstant_K2_GetTextureParameterValue"); \ static_assert(sizeof(MaterialInstanceConstant_K2_GetTextureParameterValue) == 0x000010, "Wrong size on MaterialInstanceConstant_K2_GetTextureParameterValue"); \ static_assert(offsetof(MaterialInstanceConstant_K2_GetTextureParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceConstant_K2_GetTextureParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceConstant_K2_GetTextureParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceConstant_K2_GetTextureParameterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceConstant_K2_GetVectorParameterValue \ static_assert(alignof(MaterialInstanceConstant_K2_GetVectorParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceConstant_K2_GetVectorParameterValue"); \ static_assert(sizeof(MaterialInstanceConstant_K2_GetVectorParameterValue) == 0x000018, "Wrong size on MaterialInstanceConstant_K2_GetVectorParameterValue"); \ static_assert(offsetof(MaterialInstanceConstant_K2_GetVectorParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceConstant_K2_GetVectorParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceConstant_K2_GetVectorParameterValue, ReturnValue) == 0x000008, "Member 'MaterialInstanceConstant_K2_GetVectorParameterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialInstanceConstant \ static_assert(alignof(UMaterialInstanceConstant) == 0x000008, "Wrong alignment on UMaterialInstanceConstant"); \ static_assert(sizeof(UMaterialInstanceConstant) == 0x000438, "Wrong size on UMaterialInstanceConstant"); \ static_assert(offsetof(UMaterialInstanceConstant, PhysMaterialMask) == 0x000430, "Member 'UMaterialInstanceConstant::PhysMaterialMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubsurfaceProfile \ static_assert(alignof(USubsurfaceProfile) == 0x000008, "Wrong alignment on USubsurfaceProfile"); \ static_assert(sizeof(USubsurfaceProfile) == 0x0000B8, "Wrong size on USubsurfaceProfile"); \ static_assert(offsetof(USubsurfaceProfile, Settings) == 0x000028, "Member 'USubsurfaceProfile::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_ClearEditorPreviewColor \ static_assert(alignof(LightComponent_ClearEditorPreviewColor) == 0x000001, "Wrong alignment on LightComponent_ClearEditorPreviewColor"); \ static_assert(sizeof(LightComponent_ClearEditorPreviewColor) == 0x000001, "Wrong size on LightComponent_ClearEditorPreviewColor"); \ static_assert(offsetof(LightComponent_ClearEditorPreviewColor, ReturnValue) == 0x000000, "Member 'LightComponent_ClearEditorPreviewColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_ClearEditorPreviewIntensity \ static_assert(alignof(LightComponent_ClearEditorPreviewIntensity) == 0x000001, "Wrong alignment on LightComponent_ClearEditorPreviewIntensity"); \ static_assert(sizeof(LightComponent_ClearEditorPreviewIntensity) == 0x000001, "Wrong size on LightComponent_ClearEditorPreviewIntensity"); \ static_assert(offsetof(LightComponent_ClearEditorPreviewIntensity, ReturnValue) == 0x000000, "Member 'LightComponent_ClearEditorPreviewIntensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_ClearEditorPreviewIntensityColor \ static_assert(alignof(LightComponent_ClearEditorPreviewIntensityColor) == 0x000001, "Wrong alignment on LightComponent_ClearEditorPreviewIntensityColor"); \ static_assert(sizeof(LightComponent_ClearEditorPreviewIntensityColor) == 0x000001, "Wrong size on LightComponent_ClearEditorPreviewIntensityColor"); \ static_assert(offsetof(LightComponent_ClearEditorPreviewIntensityColor, ReturnValue) == 0x000000, "Member 'LightComponent_ClearEditorPreviewIntensityColor::ReturnValue' 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_SetCastShadowsFromMovableObjectsOnly \ static_assert(alignof(LightComponent_SetCastShadowsFromMovableObjectsOnly) == 0x000001, "Wrong alignment on LightComponent_SetCastShadowsFromMovableObjectsOnly"); \ static_assert(sizeof(LightComponent_SetCastShadowsFromMovableObjectsOnly) == 0x000001, "Wrong size on LightComponent_SetCastShadowsFromMovableObjectsOnly"); \ static_assert(offsetof(LightComponent_SetCastShadowsFromMovableObjectsOnly, bEnable) == 0x000000, "Member 'LightComponent_SetCastShadowsFromMovableObjectsOnly::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetCastShadowsFromStaticObjectsOnly \ static_assert(alignof(LightComponent_SetCastShadowsFromStaticObjectsOnly) == 0x000001, "Wrong alignment on LightComponent_SetCastShadowsFromStaticObjectsOnly"); \ static_assert(sizeof(LightComponent_SetCastShadowsFromStaticObjectsOnly) == 0x000001, "Wrong size on LightComponent_SetCastShadowsFromStaticObjectsOnly"); \ static_assert(offsetof(LightComponent_SetCastShadowsFromStaticObjectsOnly, bEnable) == 0x000000, "Member 'LightComponent_SetCastShadowsFromStaticObjectsOnly::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetDynamicIntensity \ static_assert(alignof(LightComponent_SetDynamicIntensity) == 0x000004, "Wrong alignment on LightComponent_SetDynamicIntensity"); \ static_assert(sizeof(LightComponent_SetDynamicIntensity) == 0x000004, "Wrong size on LightComponent_SetDynamicIntensity"); \ static_assert(offsetof(LightComponent_SetDynamicIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetDynamicIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetDynamicLightColor \ static_assert(alignof(LightComponent_SetDynamicLightColor) == 0x000004, "Wrong alignment on LightComponent_SetDynamicLightColor"); \ static_assert(sizeof(LightComponent_SetDynamicLightColor) == 0x000014, "Wrong size on LightComponent_SetDynamicLightColor"); \ static_assert(offsetof(LightComponent_SetDynamicLightColor, NewLightColor) == 0x000000, "Member 'LightComponent_SetDynamicLightColor::NewLightColor' has a wrong offset!"); \ static_assert(offsetof(LightComponent_SetDynamicLightColor, bSRGB) == 0x000010, "Member 'LightComponent_SetDynamicLightColor::bSRGB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetEditorPreviewColor \ static_assert(alignof(LightComponent_SetEditorPreviewColor) == 0x000004, "Wrong alignment on LightComponent_SetEditorPreviewColor"); \ static_assert(sizeof(LightComponent_SetEditorPreviewColor) == 0x000014, "Wrong size on LightComponent_SetEditorPreviewColor"); \ static_assert(offsetof(LightComponent_SetEditorPreviewColor, NewLightColor) == 0x000000, "Member 'LightComponent_SetEditorPreviewColor::NewLightColor' has a wrong offset!"); \ static_assert(offsetof(LightComponent_SetEditorPreviewColor, bSRGB) == 0x000010, "Member 'LightComponent_SetEditorPreviewColor::bSRGB' has a wrong offset!"); \ static_assert(offsetof(LightComponent_SetEditorPreviewColor, ReturnValue) == 0x000011, "Member 'LightComponent_SetEditorPreviewColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetEditorPreviewIntensity \ static_assert(alignof(LightComponent_SetEditorPreviewIntensity) == 0x000004, "Wrong alignment on LightComponent_SetEditorPreviewIntensity"); \ static_assert(sizeof(LightComponent_SetEditorPreviewIntensity) == 0x000008, "Wrong size on LightComponent_SetEditorPreviewIntensity"); \ static_assert(offsetof(LightComponent_SetEditorPreviewIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetEditorPreviewIntensity::NewIntensity' has a wrong offset!"); \ static_assert(offsetof(LightComponent_SetEditorPreviewIntensity, ReturnValue) == 0x000004, "Member 'LightComponent_SetEditorPreviewIntensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetEditorPreviewIntensityColor \ static_assert(alignof(LightComponent_SetEditorPreviewIntensityColor) == 0x000004, "Wrong alignment on LightComponent_SetEditorPreviewIntensityColor"); \ static_assert(sizeof(LightComponent_SetEditorPreviewIntensityColor) == 0x000018, "Wrong size on LightComponent_SetEditorPreviewIntensityColor"); \ static_assert(offsetof(LightComponent_SetEditorPreviewIntensityColor, NewIntensity) == 0x000000, "Member 'LightComponent_SetEditorPreviewIntensityColor::NewIntensity' has a wrong offset!"); \ static_assert(offsetof(LightComponent_SetEditorPreviewIntensityColor, NewLightColor) == 0x000004, "Member 'LightComponent_SetEditorPreviewIntensityColor::NewLightColor' has a wrong offset!"); \ static_assert(offsetof(LightComponent_SetEditorPreviewIntensityColor, bSRGB) == 0x000014, "Member 'LightComponent_SetEditorPreviewIntensityColor::bSRGB' has a wrong offset!"); \ static_assert(offsetof(LightComponent_SetEditorPreviewIntensityColor, ReturnValue) == 0x000015, "Member 'LightComponent_SetEditorPreviewIntensityColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetEnableLightShaftBloom \ static_assert(alignof(LightComponent_SetEnableLightShaftBloom) == 0x000001, "Wrong alignment on LightComponent_SetEnableLightShaftBloom"); \ static_assert(sizeof(LightComponent_SetEnableLightShaftBloom) == 0x000001, "Wrong size on LightComponent_SetEnableLightShaftBloom"); \ static_assert(offsetof(LightComponent_SetEnableLightShaftBloom, bNewValue) == 0x000000, "Member 'LightComponent_SetEnableLightShaftBloom::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetForceCachedShadowsForMovablePrimitives \ static_assert(alignof(LightComponent_SetForceCachedShadowsForMovablePrimitives) == 0x000001, "Wrong alignment on LightComponent_SetForceCachedShadowsForMovablePrimitives"); \ static_assert(sizeof(LightComponent_SetForceCachedShadowsForMovablePrimitives) == 0x000001, "Wrong size on LightComponent_SetForceCachedShadowsForMovablePrimitives"); \ static_assert(offsetof(LightComponent_SetForceCachedShadowsForMovablePrimitives, bNewValue) == 0x000000, "Member 'LightComponent_SetForceCachedShadowsForMovablePrimitives::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetIESBrightnessScale \ static_assert(alignof(LightComponent_SetIESBrightnessScale) == 0x000004, "Wrong alignment on LightComponent_SetIESBrightnessScale"); \ static_assert(sizeof(LightComponent_SetIESBrightnessScale) == 0x000004, "Wrong size on LightComponent_SetIESBrightnessScale"); \ static_assert(offsetof(LightComponent_SetIESBrightnessScale, NewValue) == 0x000000, "Member 'LightComponent_SetIESBrightnessScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetIESTexture \ static_assert(alignof(LightComponent_SetIESTexture) == 0x000008, "Wrong alignment on LightComponent_SetIESTexture"); \ static_assert(sizeof(LightComponent_SetIESTexture) == 0x000008, "Wrong size on LightComponent_SetIESTexture"); \ static_assert(offsetof(LightComponent_SetIESTexture, NewValue) == 0x000000, "Member 'LightComponent_SetIESTexture::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetIndirectLightingIntensity \ static_assert(alignof(LightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong alignment on LightComponent_SetIndirectLightingIntensity"); \ static_assert(sizeof(LightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong size on LightComponent_SetIndirectLightingIntensity"); \ static_assert(offsetof(LightComponent_SetIndirectLightingIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetIndirectLightingIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetIntensity \ static_assert(alignof(LightComponent_SetIntensity) == 0x000004, "Wrong alignment on LightComponent_SetIntensity"); \ static_assert(sizeof(LightComponent_SetIntensity) == 0x000004, "Wrong size on LightComponent_SetIntensity"); \ static_assert(offsetof(LightComponent_SetIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetLightColor \ static_assert(alignof(LightComponent_SetLightColor) == 0x000004, "Wrong alignment on LightComponent_SetLightColor"); \ static_assert(sizeof(LightComponent_SetLightColor) == 0x000014, "Wrong size on LightComponent_SetLightColor"); \ static_assert(offsetof(LightComponent_SetLightColor, NewLightColor) == 0x000000, "Member 'LightComponent_SetLightColor::NewLightColor' has a wrong offset!"); \ static_assert(offsetof(LightComponent_SetLightColor, bSRGB) == 0x000010, "Member 'LightComponent_SetLightColor::bSRGB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetLightFColor \ static_assert(alignof(LightComponent_SetLightFColor) == 0x000004, "Wrong alignment on LightComponent_SetLightFColor"); \ static_assert(sizeof(LightComponent_SetLightFColor) == 0x000004, "Wrong size on LightComponent_SetLightFColor"); \ static_assert(offsetof(LightComponent_SetLightFColor, NewLightColor) == 0x000000, "Member 'LightComponent_SetLightFColor::NewLightColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetLightFunctionDisabledBrightness \ static_assert(alignof(LightComponent_SetLightFunctionDisabledBrightness) == 0x000004, "Wrong alignment on LightComponent_SetLightFunctionDisabledBrightness"); \ static_assert(sizeof(LightComponent_SetLightFunctionDisabledBrightness) == 0x000004, "Wrong size on LightComponent_SetLightFunctionDisabledBrightness"); \ static_assert(offsetof(LightComponent_SetLightFunctionDisabledBrightness, NewValue) == 0x000000, "Member 'LightComponent_SetLightFunctionDisabledBrightness::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetLightFunctionFadeDistance \ static_assert(alignof(LightComponent_SetLightFunctionFadeDistance) == 0x000004, "Wrong alignment on LightComponent_SetLightFunctionFadeDistance"); \ static_assert(sizeof(LightComponent_SetLightFunctionFadeDistance) == 0x000004, "Wrong size on LightComponent_SetLightFunctionFadeDistance"); \ static_assert(offsetof(LightComponent_SetLightFunctionFadeDistance, NewLightFunctionFadeDistance) == 0x000000, "Member 'LightComponent_SetLightFunctionFadeDistance::NewLightFunctionFadeDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetLightFunctionMaterial \ static_assert(alignof(LightComponent_SetLightFunctionMaterial) == 0x000008, "Wrong alignment on LightComponent_SetLightFunctionMaterial"); \ static_assert(sizeof(LightComponent_SetLightFunctionMaterial) == 0x000008, "Wrong size on LightComponent_SetLightFunctionMaterial"); \ static_assert(offsetof(LightComponent_SetLightFunctionMaterial, NewLightFunctionMaterial) == 0x000000, "Member 'LightComponent_SetLightFunctionMaterial::NewLightFunctionMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetLightFunctionScale \ static_assert(alignof(LightComponent_SetLightFunctionScale) == 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_SetLightIntensityColor \ static_assert(alignof(LightComponent_SetLightIntensityColor) == 0x000004, "Wrong alignment on LightComponent_SetLightIntensityColor"); \ static_assert(sizeof(LightComponent_SetLightIntensityColor) == 0x000018, "Wrong size on LightComponent_SetLightIntensityColor"); \ static_assert(offsetof(LightComponent_SetLightIntensityColor, NewIntensity) == 0x000000, "Member 'LightComponent_SetLightIntensityColor::NewIntensity' has a wrong offset!"); \ static_assert(offsetof(LightComponent_SetLightIntensityColor, NewLightColor) == 0x000004, "Member 'LightComponent_SetLightIntensityColor::NewLightColor' has a wrong offset!"); \ static_assert(offsetof(LightComponent_SetLightIntensityColor, bSRGB) == 0x000014, "Member 'LightComponent_SetLightIntensityColor::bSRGB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetLightIntensityFColor \ static_assert(alignof(LightComponent_SetLightIntensityFColor) == 0x000004, "Wrong alignment on LightComponent_SetLightIntensityFColor"); \ static_assert(sizeof(LightComponent_SetLightIntensityFColor) == 0x000008, "Wrong size on LightComponent_SetLightIntensityFColor"); \ static_assert(offsetof(LightComponent_SetLightIntensityFColor, NewIntensity) == 0x000000, "Member 'LightComponent_SetLightIntensityFColor::NewIntensity' has a wrong offset!"); \ static_assert(offsetof(LightComponent_SetLightIntensityFColor, NewLightColor) == 0x000004, "Member 'LightComponent_SetLightIntensityFColor::NewLightColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetMaxDistanceFadeRange \ static_assert(alignof(LightComponent_SetMaxDistanceFadeRange) == 0x000004, "Wrong alignment on LightComponent_SetMaxDistanceFadeRange"); \ static_assert(sizeof(LightComponent_SetMaxDistanceFadeRange) == 0x000004, "Wrong size on LightComponent_SetMaxDistanceFadeRange"); \ static_assert(offsetof(LightComponent_SetMaxDistanceFadeRange, NewValue) == 0x000000, "Member 'LightComponent_SetMaxDistanceFadeRange::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetMaxDrawDistance \ static_assert(alignof(LightComponent_SetMaxDrawDistance) == 0x000004, "Wrong alignment on LightComponent_SetMaxDrawDistance"); \ static_assert(sizeof(LightComponent_SetMaxDrawDistance) == 0x000004, "Wrong size on LightComponent_SetMaxDrawDistance"); \ static_assert(offsetof(LightComponent_SetMaxDrawDistance, NewValue) == 0x000000, "Member 'LightComponent_SetMaxDrawDistance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetMinDistance \ static_assert(alignof(LightComponent_SetMinDistance) == 0x000004, "Wrong alignment on LightComponent_SetMinDistance"); \ static_assert(sizeof(LightComponent_SetMinDistance) == 0x000004, "Wrong size on LightComponent_SetMinDistance"); \ static_assert(offsetof(LightComponent_SetMinDistance, NewValue) == 0x000000, "Member 'LightComponent_SetMinDistance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetShadowBias \ static_assert(alignof(LightComponent_SetShadowBias) == 0x000004, "Wrong alignment on LightComponent_SetShadowBias"); \ static_assert(sizeof(LightComponent_SetShadowBias) == 0x000004, "Wrong size on LightComponent_SetShadowBias"); \ static_assert(offsetof(LightComponent_SetShadowBias, NewValue) == 0x000000, "Member 'LightComponent_SetShadowBias::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetShadowSlopeBias \ static_assert(alignof(LightComponent_SetShadowSlopeBias) == 0x000004, "Wrong alignment on LightComponent_SetShadowSlopeBias"); \ static_assert(sizeof(LightComponent_SetShadowSlopeBias) == 0x000004, "Wrong size on LightComponent_SetShadowSlopeBias"); \ static_assert(offsetof(LightComponent_SetShadowSlopeBias, NewValue) == 0x000000, "Member 'LightComponent_SetShadowSlopeBias::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetSpecularScale \ static_assert(alignof(LightComponent_SetSpecularScale) == 0x000004, "Wrong alignment on LightComponent_SetSpecularScale"); \ static_assert(sizeof(LightComponent_SetSpecularScale) == 0x000004, "Wrong size on LightComponent_SetSpecularScale"); \ static_assert(offsetof(LightComponent_SetSpecularScale, NewValue) == 0x000000, "Member 'LightComponent_SetSpecularScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetTemperature \ static_assert(alignof(LightComponent_SetTemperature) == 0x000004, "Wrong alignment on LightComponent_SetTemperature"); \ static_assert(sizeof(LightComponent_SetTemperature) == 0x000004, "Wrong size on LightComponent_SetTemperature"); \ static_assert(offsetof(LightComponent_SetTemperature, NewTemperature) == 0x000000, "Member 'LightComponent_SetTemperature::NewTemperature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetTransmission \ static_assert(alignof(LightComponent_SetTransmission) == 0x000001, "Wrong alignment on LightComponent_SetTransmission"); \ static_assert(sizeof(LightComponent_SetTransmission) == 0x000001, "Wrong size on LightComponent_SetTransmission"); \ static_assert(offsetof(LightComponent_SetTransmission, bNewValue) == 0x000000, "Member 'LightComponent_SetTransmission::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetUseIESBrightness \ static_assert(alignof(LightComponent_SetUseIESBrightness) == 0x000001, "Wrong alignment on LightComponent_SetUseIESBrightness"); \ static_assert(sizeof(LightComponent_SetUseIESBrightness) == 0x000001, "Wrong size on LightComponent_SetUseIESBrightness"); \ static_assert(offsetof(LightComponent_SetUseIESBrightness, bNewValue) == 0x000000, "Member 'LightComponent_SetUseIESBrightness::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetUseTemperature \ static_assert(alignof(LightComponent_SetUseTemperature) == 0x000001, "Wrong alignment on LightComponent_SetUseTemperature"); \ static_assert(sizeof(LightComponent_SetUseTemperature) == 0x000001, "Wrong size on LightComponent_SetUseTemperature"); \ static_assert(offsetof(LightComponent_SetUseTemperature, bNewValue) == 0x000000, "Member 'LightComponent_SetUseTemperature::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetVolumetricScatteringIntensity \ static_assert(alignof(LightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on LightComponent_SetVolumetricScatteringIntensity"); \ static_assert(sizeof(LightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong size on LightComponent_SetVolumetricScatteringIntensity"); \ static_assert(offsetof(LightComponent_SetVolumetricScatteringIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetVolumetricScatteringIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetwbCastShadowOnMovable \ static_assert(alignof(LightComponent_SetwbCastShadowOnMovable) == 0x000001, "Wrong alignment on LightComponent_SetwbCastShadowOnMovable"); \ static_assert(sizeof(LightComponent_SetwbCastShadowOnMovable) == 0x000001, "Wrong size on LightComponent_SetwbCastShadowOnMovable"); \ static_assert(offsetof(LightComponent_SetwbCastShadowOnMovable, bNewValue) == 0x000000, "Member 'LightComponent_SetwbCastShadowOnMovable::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetwbDoNotCacheShadows \ static_assert(alignof(LightComponent_SetwbDoNotCacheShadows) == 0x000001, "Wrong alignment on LightComponent_SetwbDoNotCacheShadows"); \ static_assert(sizeof(LightComponent_SetwbDoNotCacheShadows) == 0x000001, "Wrong size on LightComponent_SetwbDoNotCacheShadows"); \ static_assert(offsetof(LightComponent_SetwbDoNotCacheShadows, bNewValue) == 0x000000, "Member 'LightComponent_SetwbDoNotCacheShadows::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightComponent \ static_assert(alignof(ULightComponent) == 0x000010, "Wrong alignment on ULightComponent"); \ static_assert(sizeof(ULightComponent) == 0x000390, "Wrong size on ULightComponent"); \ static_assert(offsetof(ULightComponent, Temperature) == 0x000258, "Member 'ULightComponent::Temperature' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, MaxDrawDistance) == 0x00025C, "Member 'ULightComponent::MaxDrawDistance' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, MaxDistanceFadeRange) == 0x000260, "Member 'ULightComponent::MaxDistanceFadeRange' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ShadowMapChannel) == 0x000268, "Member 'ULightComponent::ShadowMapChannel' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, MinRoughness) == 0x000270, "Member 'ULightComponent::MinRoughness' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, SpecularScale) == 0x000274, "Member 'ULightComponent::SpecularScale' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, MinDistance) == 0x000278, "Member 'ULightComponent::MinDistance' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, bRenderAsSimpleLight) == 0x00027C, "Member 'ULightComponent::bRenderAsSimpleLight' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, bSkipSimpleLightDemotion) == 0x00027D, "Member 'ULightComponent::bSkipSimpleLightDemotion' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, bAdaptive) == 0x00027E, "Member 'ULightComponent::bAdaptive' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ShadowResolutionScale) == 0x000280, "Member 'ULightComponent::ShadowResolutionScale' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ShadowBias) == 0x000284, "Member 'ULightComponent::ShadowBias' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ShadowSlopeBias) == 0x000288, "Member 'ULightComponent::ShadowSlopeBias' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ShadowSharpen) == 0x00028C, "Member 'ULightComponent::ShadowSharpen' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ContactShadowLength) == 0x000290, "Member 'ULightComponent::ContactShadowLength' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, LightingChannels) == 0x000298, "Member 'ULightComponent::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, LightFunctionMaterial) == 0x0002A0, "Member 'ULightComponent::LightFunctionMaterial' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, LightFunctionScale) == 0x0002A8, "Member 'ULightComponent::LightFunctionScale' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, IESTexture) == 0x0002B8, "Member 'ULightComponent::IESTexture' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, IESBrightnessScale) == 0x0002C4, "Member 'ULightComponent::IESBrightnessScale' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, LightFunctionFadeDistance) == 0x0002C8, "Member 'ULightComponent::LightFunctionFadeDistance' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, DisabledBrightness) == 0x0002CC, "Member 'ULightComponent::DisabledBrightness' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, BloomScale) == 0x0002D4, "Member 'ULightComponent::BloomScale' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, BloomThreshold) == 0x0002D8, "Member 'ULightComponent::BloomThreshold' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, BloomMaxBrightness) == 0x0002DC, "Member 'ULightComponent::BloomMaxBrightness' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, BloomTint) == 0x0002E0, "Member 'ULightComponent::BloomTint' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, bUseRayTracedDistanceFieldShadows) == 0x0002E4, "Member 'ULightComponent::bUseRayTracedDistanceFieldShadows' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, RayStartOffsetDepthScale) == 0x0002E8, "Member 'ULightComponent::RayStartOffsetDepthScale' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, wLightFunctionTexture) == 0x0002F0, "Member 'ULightComponent::wLightFunctionTexture' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, wLightFunctionIntensity) == 0x0002F8, "Member 'ULightComponent::wLightFunctionIntensity' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, MinScreenRadiusForShadowCaster) == 0x0002FC, "Member 'ULightComponent::MinScreenRadiusForShadowCaster' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, CullingPriority) == 0x000304, "Member 'ULightComponent::CullingPriority' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, wShadowMaxDistance) == 0x000374, "Member 'ULightComponent::wShadowMaxDistance' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, wShadowFadeDistance) == 0x000378, "Member 'ULightComponent::wShadowFadeDistance' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, wbCastShadowOnMovable) == 0x00037C, "Member 'ULightComponent::wbCastShadowOnMovable' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, wbDoNotCacheShadows) == 0x00037D, "Member 'ULightComponent::wbDoNotCacheShadows' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, wMovableShadowMaxDistance) == 0x000380, "Member 'ULightComponent::wMovableShadowMaxDistance' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, wMovableShadowFadeDistance) == 0x000384, "Member 'ULightComponent::wMovableShadowFadeDistance' 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) == 0x0003C0, "Wrong size on ULocalLightComponent"); \ static_assert(offsetof(ULocalLightComponent, IntensityUnits) == 0x000388, "Member 'ULocalLightComponent::IntensityUnits' has a wrong offset!"); \ static_assert(offsetof(ULocalLightComponent, Radius) == 0x00038C, "Member 'ULocalLightComponent::Radius' has a wrong offset!"); \ static_assert(offsetof(ULocalLightComponent, AttenuationRadius) == 0x000390, "Member 'ULocalLightComponent::AttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(ULocalLightComponent, LightmassSettings) == 0x000394, "Member 'ULocalLightComponent::LightmassSettings' has a wrong offset!"); \ static_assert(offsetof(ULocalLightComponent, LightClippingProvider) == 0x0003A0, "Member 'ULocalLightComponent::LightClippingProvider' has a wrong offset!"); \ static_assert(offsetof(ULocalLightComponent, WCullingPlanes) == 0x0003A8, "Member 'ULocalLightComponent::WCullingPlanes' has a wrong offset!"); \ static_assert(offsetof(ULocalLightComponent, wNearShadowClippingDistance) == 0x0003B8, "Member 'ULocalLightComponent::wNearShadowClippingDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionRerouteBase \ static_assert(alignof(UMaterialExpressionRerouteBase) == 0x000008, "Wrong alignment on UMaterialExpressionRerouteBase"); \ static_assert(sizeof(UMaterialExpressionRerouteBase) == 0x000040, "Wrong size on UMaterialExpressionRerouteBase"); \ #define DUMPER7_ASSERTS_UMaterialExpressionReroute \ static_assert(alignof(UMaterialExpressionReroute) == 0x000008, "Wrong alignment on UMaterialExpressionReroute"); \ static_assert(sizeof(UMaterialExpressionReroute) == 0x000058, "Wrong size on UMaterialExpressionReroute"); \ static_assert(offsetof(UMaterialExpressionReroute, Input) == 0x000040, "Member 'UMaterialExpressionReroute::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_INavEdgeProviderInterface \ static_assert(alignof(INavEdgeProviderInterface) == 0x000001, "Wrong alignment on INavEdgeProviderInterface"); \ static_assert(sizeof(INavEdgeProviderInterface) == 0x000001, "Wrong size on INavEdgeProviderInterface"); \ #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) == 0x000480, "Wrong size on UFXSystemComponent"); \ #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_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_UStringTable \ static_assert(alignof(UStringTable) == 0x000008, "Wrong alignment on UStringTable"); \ static_assert(sizeof(UStringTable) == 0x000040, "Wrong size on UStringTable"); \ #define DUMPER7_ASSERTS_UBrushComponent \ static_assert(alignof(UBrushComponent) == 0x000010, "Wrong alignment on UBrushComponent"); \ static_assert(sizeof(UBrushComponent) == 0x0004B0, "Wrong size on UBrushComponent"); \ static_assert(offsetof(UBrushComponent, Brush) == 0x000480, "Member 'UBrushComponent::Brush' has a wrong offset!"); \ static_assert(offsetof(UBrushComponent, BrushBodySetup) == 0x000488, "Member 'UBrushComponent::BrushBodySetup' 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_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_UMaterialExpressionDeltaTime \ static_assert(alignof(UMaterialExpressionDeltaTime) == 0x000008, "Wrong alignment on UMaterialExpressionDeltaTime"); \ static_assert(sizeof(UMaterialExpressionDeltaTime) == 0x000040, "Wrong size on UMaterialExpressionDeltaTime"); \ #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) == 0x000690, "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) == 0x000880, "Wrong size on UCameraComponent"); \ static_assert(offsetof(UCameraComponent, FieldOfView) == 0x000218, "Member 'UCameraComponent::FieldOfView' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, OrthoWidth) == 0x00021C, "Member 'UCameraComponent::OrthoWidth' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, OrthoNearClipPlane) == 0x000220, "Member 'UCameraComponent::OrthoNearClipPlane' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, OrthoFarClipPlane) == 0x000224, "Member 'UCameraComponent::OrthoFarClipPlane' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, AspectRatio) == 0x000228, "Member 'UCameraComponent::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, ProjectionMode) == 0x00022D, "Member 'UCameraComponent::ProjectionMode' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, PostProcessBlendWeight) == 0x000260, "Member 'UCameraComponent::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, PostProcessSettings) == 0x000290, "Member 'UCameraComponent::PostProcessSettings' 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_UMaterialFunctionInterface \ static_assert(alignof(UMaterialFunctionInterface) == 0x000008, "Wrong alignment on UMaterialFunctionInterface"); \ static_assert(sizeof(UMaterialFunctionInterface) == 0x000040, "Wrong size on UMaterialFunctionInterface"); \ static_assert(offsetof(UMaterialFunctionInterface, StateId) == 0x000028, "Member 'UMaterialFunctionInterface::StateId' has a wrong offset!"); \ static_assert(offsetof(UMaterialFunctionInterface, MaterialFunctionUsage) == 0x000038, "Member 'UMaterialFunctionInterface::MaterialFunctionUsage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialFunctionInstance \ static_assert(alignof(UMaterialFunctionInstance) == 0x000008, "Wrong alignment on UMaterialFunctionInstance"); \ static_assert(sizeof(UMaterialFunctionInstance) == 0x0000C0, "Wrong size on UMaterialFunctionInstance"); \ static_assert(offsetof(UMaterialFunctionInstance, Parent) == 0x000040, "Member 'UMaterialFunctionInstance::Parent' has a wrong offset!"); \ static_assert(offsetof(UMaterialFunctionInstance, Base) == 0x000048, "Member 'UMaterialFunctionInstance::Base' has a wrong offset!"); \ static_assert(offsetof(UMaterialFunctionInstance, ScalarParameterValues) == 0x000050, "Member 'UMaterialFunctionInstance::ScalarParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialFunctionInstance, VectorParameterValues) == 0x000060, "Member 'UMaterialFunctionInstance::VectorParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialFunctionInstance, TextureParameterValues) == 0x000070, "Member 'UMaterialFunctionInstance::TextureParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialFunctionInstance, FontParameterValues) == 0x000080, "Member 'UMaterialFunctionInstance::FontParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialFunctionInstance, StaticSwitchParameterValues) == 0x000090, "Member 'UMaterialFunctionInstance::StaticSwitchParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialFunctionInstance, StaticComponentMaskParameterValues) == 0x0000A0, "Member 'UMaterialFunctionInstance::StaticComponentMaskParameterValues' has a wrong offset!"); \ static_assert(offsetof(UMaterialFunctionInstance, RuntimeVirtualTextureParameterValues) == 0x0000B0, "Member 'UMaterialFunctionInstance::RuntimeVirtualTextureParameterValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerInstance \ static_assert(alignof(UMaterialFunctionMaterialLayerInstance) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerInstance"); \ static_assert(sizeof(UMaterialFunctionMaterialLayerInstance) == 0x0000C0, "Wrong size on UMaterialFunctionMaterialLayerInstance"); \ #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) == 0x0004A0, "Wrong size on USphereComponent"); \ static_assert(offsetof(USphereComponent, SphereRadius) == 0x000498, "Member 'USphereComponent::SphereRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimCurveCompressionSettings \ static_assert(alignof(UAnimCurveCompressionSettings) == 0x000008, "Wrong alignment on UAnimCurveCompressionSettings"); \ static_assert(sizeof(UAnimCurveCompressionSettings) == 0x000030, "Wrong size on UAnimCurveCompressionSettings"); \ static_assert(offsetof(UAnimCurveCompressionSettings, Codec) == 0x000028, "Member 'UAnimCurveCompressionSettings::Codec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0004B0, "Wrong size on UVectorFieldComponent"); \ static_assert(offsetof(UVectorFieldComponent, VectorField) == 0x000480, "Member 'UVectorFieldComponent::VectorField' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldComponent, Intensity) == 0x000488, "Member 'UVectorFieldComponent::Intensity' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldComponent, Tightness) == 0x00048C, "Member 'UVectorFieldComponent::Tightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTextureBase \ static_assert(alignof(UMaterialExpressionTextureBase) == 0x000008, "Wrong alignment on UMaterialExpressionTextureBase"); \ static_assert(sizeof(UMaterialExpressionTextureBase) == 0x000048, "Wrong size on UMaterialExpressionTextureBase"); \ static_assert(offsetof(UMaterialExpressionTextureBase, Texture) == 0x000040, "Member 'UMaterialExpressionTextureBase::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTextureSample \ static_assert(alignof(UMaterialExpressionTextureSample) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSample"); \ static_assert(sizeof(UMaterialExpressionTextureSample) == 0x000060, "Wrong size on UMaterialExpressionTextureSample"); \ static_assert(offsetof(UMaterialExpressionTextureSample, Coordinates) == 0x000048, "Member 'UMaterialExpressionTextureSample::Coordinates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionTextureSampleParameterCube \ static_assert(alignof(UMaterialExpressionTextureSampleParameterCube) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterCube"); \ static_assert(sizeof(UMaterialExpressionTextureSampleParameterCube) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameterCube"); \ #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) == 0x002BA0, "Wrong size on APlayerCameraManager"); \ static_assert(offsetof(APlayerCameraManager, PCOwner) == 0x000248, "Member 'APlayerCameraManager::PCOwner' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, TransformComponent) == 0x000250, "Member 'APlayerCameraManager::TransformComponent' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, DefaultFOV) == 0x000260, "Member 'APlayerCameraManager::DefaultFOV' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, DefaultOrthoWidth) == 0x000268, "Member 'APlayerCameraManager::DefaultOrthoWidth' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, DefaultAspectRatio) == 0x000270, "Member 'APlayerCameraManager::DefaultAspectRatio' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, CameraCache) == 0x0002C0, "Member 'APlayerCameraManager::CameraCache' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, LastFrameCameraCache) == 0x000950, "Member 'APlayerCameraManager::LastFrameCameraCache' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewTarget) == 0x000FE0, "Member 'APlayerCameraManager::ViewTarget' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, PendingViewTarget) == 0x001680, "Member 'APlayerCameraManager::PendingViewTarget' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, CameraCachePrivate) == 0x001D50, "Member 'APlayerCameraManager::CameraCachePrivate' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, LastFrameCameraCachePrivate) == 0x0023E0, "Member 'APlayerCameraManager::LastFrameCameraCachePrivate' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ModifierList) == 0x002A70, "Member 'APlayerCameraManager::ModifierList' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, DefaultModifiers) == 0x002A80, "Member 'APlayerCameraManager::DefaultModifiers' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, FreeCamDistance) == 0x002A90, "Member 'APlayerCameraManager::FreeCamDistance' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, FreeCamOffset) == 0x002A94, "Member 'APlayerCameraManager::FreeCamOffset' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewTargetOffset) == 0x002AA0, "Member 'APlayerCameraManager::ViewTargetOffset' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, OnAudioFadeChangeEvent) == 0x002AB0, "Member 'APlayerCameraManager::OnAudioFadeChangeEvent' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, CameraLensEffects) == 0x002AD0, "Member 'APlayerCameraManager::CameraLensEffects' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, CachedCameraShakeMod) == 0x002AE0, "Member 'APlayerCameraManager::CachedCameraShakeMod' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, AnimInstPool) == 0x002AE8, "Member 'APlayerCameraManager::AnimInstPool' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, PostProcessBlendCache) == 0x002B28, "Member 'APlayerCameraManager::PostProcessBlendCache' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ActiveAnims) == 0x002B48, "Member 'APlayerCameraManager::ActiveAnims' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, FreeAnims) == 0x002B58, "Member 'APlayerCameraManager::FreeAnims' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, AnimCameraActor) == 0x002B68, "Member 'APlayerCameraManager::AnimCameraActor' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewPitchMin) == 0x002B74, "Member 'APlayerCameraManager::ViewPitchMin' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewPitchMax) == 0x002B78, "Member 'APlayerCameraManager::ViewPitchMax' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewYawMin) == 0x002B7C, "Member 'APlayerCameraManager::ViewYawMin' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewYawMax) == 0x002B80, "Member 'APlayerCameraManager::ViewYawMax' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewRollMin) == 0x002B84, "Member 'APlayerCameraManager::ViewRollMin' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ViewRollMax) == 0x002B88, "Member 'APlayerCameraManager::ViewRollMax' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, ServerUpdateCameraTimeout) == 0x002B90, "Member 'APlayerCameraManager::ServerUpdateCameraTimeout' 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_ALightClippingPlanes \ static_assert(alignof(ALightClippingPlanes) == 0x000008, "Wrong alignment on ALightClippingPlanes"); \ static_assert(sizeof(ALightClippingPlanes) == 0x000250, "Wrong size on ALightClippingPlanes"); \ static_assert(offsetof(ALightClippingPlanes, LightClippingPlanesComponent) == 0x000248, "Member 'ALightClippingPlanes::LightClippingPlanesComponent' 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_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_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_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_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_UMaterialExpressionSceneTexelSize \ static_assert(alignof(UMaterialExpressionSceneTexelSize) == 0x000008, "Wrong alignment on UMaterialExpressionSceneTexelSize"); \ static_assert(sizeof(UMaterialExpressionSceneTexelSize) == 0x000040, "Wrong size on UMaterialExpressionSceneTexelSize"); \ #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_UWMaterialExpressionDecalSize \ static_assert(alignof(UWMaterialExpressionDecalSize) == 0x000008, "Wrong alignment on UWMaterialExpressionDecalSize"); \ static_assert(sizeof(UWMaterialExpressionDecalSize) == 0x000040, "Wrong size on UWMaterialExpressionDecalSize"); \ #define DUMPER7_ASSERTS_USoundSubmixBase \ static_assert(alignof(USoundSubmixBase) == 0x000008, "Wrong alignment on USoundSubmixBase"); \ static_assert(sizeof(USoundSubmixBase) == 0x000038, "Wrong size on USoundSubmixBase"); \ static_assert(offsetof(USoundSubmixBase, ChildSubmixes) == 0x000028, "Member 'USoundSubmixBase::ChildSubmixes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundSubmixWithParentBase \ static_assert(alignof(USoundSubmixWithParentBase) == 0x000008, "Wrong alignment on USoundSubmixWithParentBase"); \ static_assert(sizeof(USoundSubmixWithParentBase) == 0x000040, "Wrong size on USoundSubmixWithParentBase"); \ static_assert(offsetof(USoundSubmixWithParentBase, ParentSubmix) == 0x000038, "Member 'USoundSubmixWithParentBase::ParentSubmix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundfieldSubmix \ static_assert(alignof(USoundfieldSubmix) == 0x000008, "Wrong alignment on USoundfieldSubmix"); \ static_assert(sizeof(USoundfieldSubmix) == 0x000068, "Wrong size on USoundfieldSubmix"); \ static_assert(offsetof(USoundfieldSubmix, SoundfieldEncodingFormat) == 0x000040, "Member 'USoundfieldSubmix::SoundfieldEncodingFormat' has a wrong offset!"); \ static_assert(offsetof(USoundfieldSubmix, EncodingSettings) == 0x000048, "Member 'USoundfieldSubmix::EncodingSettings' has a wrong offset!"); \ static_assert(offsetof(USoundfieldSubmix, SoundfieldEffectChain) == 0x000050, "Member 'USoundfieldSubmix::SoundfieldEffectChain' has a wrong offset!"); \ static_assert(offsetof(USoundfieldSubmix, EncodingSettingsClass) == 0x000060, "Member 'USoundfieldSubmix::EncodingSettingsClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOnlineEngineInterface \ static_assert(alignof(UOnlineEngineInterface) == 0x000008, "Wrong alignment on UOnlineEngineInterface"); \ static_assert(sizeof(UOnlineEngineInterface) == 0x000028, "Wrong size on UOnlineEngineInterface"); \ #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, BlendParameters) == 0x0000B0, "Member 'UBlendSpaceBase::BlendParameters' has a wrong offset!"); \ static_assert(offsetof(UBlendSpaceBase, SampleData) == 0x000110, "Member 'UBlendSpaceBase::SampleData' has a wrong offset!"); \ static_assert(offsetof(UBlendSpaceBase, PerBoneBlend) == 0x000120, "Member 'UBlendSpaceBase::PerBoneBlend' has a wrong offset!"); \ static_assert(offsetof(UBlendSpaceBase, SampleIndexWithMarkers) == 0x000130, "Member 'UBlendSpaceBase::SampleIndexWithMarkers' has a wrong offset!"); \ static_assert(offsetof(UBlendSpaceBase, GridSamples) == 0x000138, "Member 'UBlendSpaceBase::GridSamples' 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_UOnlineSession \ static_assert(alignof(UOnlineSession) == 0x000008, "Wrong alignment on UOnlineSession"); \ static_assert(sizeof(UOnlineSession) == 0x000028, "Wrong size on UOnlineSession"); \ #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_ULightClippingPlanesComponentBase \ static_assert(alignof(ULightClippingPlanesComponentBase) == 0x000010, "Wrong alignment on ULightClippingPlanesComponentBase"); \ static_assert(sizeof(ULightClippingPlanesComponentBase) == 0x000230, "Wrong size on ULightClippingPlanesComponentBase"); \ #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_UInterpTrackColorScale \ static_assert(alignof(UInterpTrackColorScale) == 0x000008, "Wrong alignment on UInterpTrackColorScale"); \ static_assert(sizeof(UInterpTrackColorScale) == 0x000090, "Wrong size on UInterpTrackColorScale"); \ #define DUMPER7_ASSERTS_DecalComponent_SetDecalMaterial \ static_assert(alignof(DecalComponent_SetDecalMaterial) == 0x000008, "Wrong alignment on DecalComponent_SetDecalMaterial"); \ static_assert(sizeof(DecalComponent_SetDecalMaterial) == 0x000008, "Wrong size on DecalComponent_SetDecalMaterial"); \ static_assert(offsetof(DecalComponent_SetDecalMaterial, NewDecalMaterial) == 0x000000, "Member 'DecalComponent_SetDecalMaterial::NewDecalMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalComponent_SetFadeIn \ static_assert(alignof(DecalComponent_SetFadeIn) == 0x000004, "Wrong alignment on DecalComponent_SetFadeIn"); \ static_assert(sizeof(DecalComponent_SetFadeIn) == 0x000008, "Wrong size on DecalComponent_SetFadeIn"); \ static_assert(offsetof(DecalComponent_SetFadeIn, StartDelay) == 0x000000, "Member 'DecalComponent_SetFadeIn::StartDelay' has a wrong offset!"); \ static_assert(offsetof(DecalComponent_SetFadeIn, Duaration) == 0x000004, "Member 'DecalComponent_SetFadeIn::Duaration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalComponent_SetFadeOut \ static_assert(alignof(DecalComponent_SetFadeOut) == 0x000004, "Wrong alignment on DecalComponent_SetFadeOut"); \ static_assert(sizeof(DecalComponent_SetFadeOut) == 0x00000C, "Wrong size on DecalComponent_SetFadeOut"); \ static_assert(offsetof(DecalComponent_SetFadeOut, StartDelay) == 0x000000, "Member 'DecalComponent_SetFadeOut::StartDelay' has a wrong offset!"); \ static_assert(offsetof(DecalComponent_SetFadeOut, Duration) == 0x000004, "Member 'DecalComponent_SetFadeOut::Duration' has a wrong offset!"); \ static_assert(offsetof(DecalComponent_SetFadeOut, DestroyOwnerAfterFade) == 0x000008, "Member 'DecalComponent_SetFadeOut::DestroyOwnerAfterFade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalComponent_SetFadeScreenSize \ static_assert(alignof(DecalComponent_SetFadeScreenSize) == 0x000004, "Wrong alignment on DecalComponent_SetFadeScreenSize"); \ static_assert(sizeof(DecalComponent_SetFadeScreenSize) == 0x000004, "Wrong size on DecalComponent_SetFadeScreenSize"); \ static_assert(offsetof(DecalComponent_SetFadeScreenSize, NewFadeScreenSize) == 0x000000, "Member 'DecalComponent_SetFadeScreenSize::NewFadeScreenSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalComponent_SetMinDrawDistance \ static_assert(alignof(DecalComponent_SetMinDrawDistance) == 0x000004, "Wrong alignment on DecalComponent_SetMinDrawDistance"); \ static_assert(sizeof(DecalComponent_SetMinDrawDistance) == 0x000004, "Wrong size on DecalComponent_SetMinDrawDistance"); \ static_assert(offsetof(DecalComponent_SetMinDrawDistance, NewMinDrawDistance) == 0x000000, "Member 'DecalComponent_SetMinDrawDistance::NewMinDrawDistance' 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_DecalComponent_GetMinDrawDistance \ static_assert(alignof(DecalComponent_GetMinDrawDistance) == 0x000004, "Wrong alignment on DecalComponent_GetMinDrawDistance"); \ static_assert(sizeof(DecalComponent_GetMinDrawDistance) == 0x000004, "Wrong size on DecalComponent_GetMinDrawDistance"); \ static_assert(offsetof(DecalComponent_GetMinDrawDistance, ReturnValue) == 0x000000, "Member 'DecalComponent_GetMinDrawDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDecalComponent \ static_assert(alignof(UDecalComponent) == 0x000010, "Wrong alignment on UDecalComponent"); \ static_assert(sizeof(UDecalComponent) == 0x000570, "Wrong size on UDecalComponent"); \ static_assert(offsetof(UDecalComponent, DecalMaterial) == 0x000480, "Member 'UDecalComponent::DecalMaterial' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, sortOrder) == 0x000488, "Member 'UDecalComponent::sortOrder' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, FadeScreenSize) == 0x00048C, "Member 'UDecalComponent::FadeScreenSize' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, FadeStartDelay) == 0x000490, "Member 'UDecalComponent::FadeStartDelay' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, FadeDuration) == 0x000494, "Member 'UDecalComponent::FadeDuration' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, FadeInDuration) == 0x000498, "Member 'UDecalComponent::FadeInDuration' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, FadeInStartDelay) == 0x00049C, "Member 'UDecalComponent::FadeInStartDelay' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, SpringOverrideMaterial) == 0x0004A0, "Member 'UDecalComponent::SpringOverrideMaterial' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, SummerOverrideMaterial) == 0x0004C8, "Member 'UDecalComponent::SummerOverrideMaterial' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, FallOverrideMaterial) == 0x0004F0, "Member 'UDecalComponent::FallOverrideMaterial' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, WinterOverrideMaterial) == 0x000518, "Member 'UDecalComponent::WinterOverrideMaterial' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, DecalSize) == 0x000544, "Member 'UDecalComponent::DecalSize' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, bUsesWeatherDecal) == 0x000550, "Member 'UDecalComponent::bUsesWeatherDecal' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, bRenderAfterWeather) == 0x000551, "Member 'UDecalComponent::bRenderAfterWeather' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapLightProbeStreamData \ static_assert(alignof(UMapLightProbeStreamData) == 0x000008, "Wrong alignment on UMapLightProbeStreamData"); \ static_assert(sizeof(UMapLightProbeStreamData) == 0x000080, "Wrong size on UMapLightProbeStreamData"); \ #define DUMPER7_ASSERTS_USubsystem \ static_assert(alignof(USubsystem) == 0x000008, "Wrong alignment on USubsystem"); \ static_assert(sizeof(USubsystem) == 0x000030, "Wrong size on USubsystem"); \ #define DUMPER7_ASSERTS_UWorldSubsystem \ static_assert(alignof(UWorldSubsystem) == 0x000008, "Wrong alignment on UWorldSubsystem"); \ static_assert(sizeof(UWorldSubsystem) == 0x000030, "Wrong size on UWorldSubsystem"); \ #define DUMPER7_ASSERTS_UObjectTraceWorldSubsystem \ static_assert(alignof(UObjectTraceWorldSubsystem) == 0x000008, "Wrong alignment on UObjectTraceWorldSubsystem"); \ static_assert(sizeof(UObjectTraceWorldSubsystem) == 0x000038, "Wrong size on UObjectTraceWorldSubsystem"); \ #define DUMPER7_ASSERTS_UFloatingPawnMovement \ static_assert(alignof(UFloatingPawnMovement) == 0x000008, "Wrong alignment on UFloatingPawnMovement"); \ static_assert(sizeof(UFloatingPawnMovement) == 0x000180, "Wrong size on UFloatingPawnMovement"); \ static_assert(offsetof(UFloatingPawnMovement, MaxSpeed) == 0x000158, "Member 'UFloatingPawnMovement::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UFloatingPawnMovement, Acceleration) == 0x00015C, "Member 'UFloatingPawnMovement::Acceleration' has a wrong offset!"); \ static_assert(offsetof(UFloatingPawnMovement, Deceleration) == 0x000160, "Member 'UFloatingPawnMovement::Deceleration' has a wrong offset!"); \ static_assert(offsetof(UFloatingPawnMovement, TurningBoost) == 0x000164, "Member 'UFloatingPawnMovement::TurningBoost' has a wrong offset!"); \ static_assert(offsetof(UFloatingPawnMovement, MaxDistanceFromAnchorPoint) == 0x000168, "Member 'UFloatingPawnMovement::MaxDistanceFromAnchorPoint' has a wrong offset!"); \ static_assert(offsetof(UFloatingPawnMovement, AnchorPoint) == 0x00016C, "Member 'UFloatingPawnMovement::AnchorPoint' has a wrong offset!"); \ static_assert(offsetof(UFloatingPawnMovement, bCheckDistanceThreshold) == 0x000178, "Member 'UFloatingPawnMovement::bCheckDistanceThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightCullingComponent \ static_assert(alignof(ULightCullingComponent) == 0x000010, "Wrong alignment on ULightCullingComponent"); \ static_assert(sizeof(ULightCullingComponent) == 0x000230, "Wrong size on ULightCullingComponent"); \ static_assert(offsetof(ULightCullingComponent, LightProvider) == 0x000218, "Member 'ULightCullingComponent::LightProvider' has a wrong offset!"); \ static_assert(offsetof(ULightCullingComponent, WCullingPlanes) == 0x000220, "Member 'ULightCullingComponent::WCullingPlanes' 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_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_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) == 0x000870, "Wrong size on ACameraActor"); \ static_assert(offsetof(ACameraActor, AutoActivateForPlayer) == 0x000248, "Member 'ACameraActor::AutoActivateForPlayer' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, CameraComponent) == 0x000250, "Member 'ACameraActor::CameraComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, SceneComponent) == 0x000258, "Member 'ACameraActor::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, AspectRatio) == 0x00026C, "Member 'ACameraActor::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, FOVAngle) == 0x000270, "Member 'ACameraActor::FOVAngle' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, PostProcessBlendWeight) == 0x000274, "Member 'ACameraActor::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, PostProcessSettings) == 0x000280, "Member 'ACameraActor::PostProcessSettings' 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_AReflectionCapture \ static_assert(alignof(AReflectionCapture) == 0x000008, "Wrong alignment on AReflectionCapture"); \ static_assert(sizeof(AReflectionCapture) == 0x000250, "Wrong size on AReflectionCapture"); \ static_assert(offsetof(AReflectionCapture, CaptureComponent) == 0x000248, "Member 'AReflectionCapture::CaptureComponent' 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) == 0x000B30, "Wrong size on UCharacterMovementComponent"); \ static_assert(offsetof(UCharacterMovementComponent, CharacterOwner) == 0x000168, "Member 'UCharacterMovementComponent::CharacterOwner' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, GravityScale) == 0x000170, "Member 'UCharacterMovementComponent::GravityScale' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxStepHeight) == 0x000174, "Member 'UCharacterMovementComponent::MaxStepHeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, JumpZVelocity) == 0x000178, "Member 'UCharacterMovementComponent::JumpZVelocity' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, JumpOffJumpZFactor) == 0x00017C, "Member 'UCharacterMovementComponent::JumpOffJumpZFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, WalkableFloorAngle) == 0x000180, "Member 'UCharacterMovementComponent::WalkableFloorAngle' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, WalkableFloorZ) == 0x000184, "Member 'UCharacterMovementComponent::WalkableFloorZ' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MovementMode) == 0x000189, "Member 'UCharacterMovementComponent::MovementMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, CustomMovementMode) == 0x00018A, "Member 'UCharacterMovementComponent::CustomMovementMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkSmoothingMode) == 0x00018B, "Member 'UCharacterMovementComponent::NetworkSmoothingMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, GroundFriction) == 0x00018C, "Member 'UCharacterMovementComponent::GroundFriction' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxWalkSpeed) == 0x0001AC, "Member 'UCharacterMovementComponent::MaxWalkSpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxWalkSpeedCrouched) == 0x0001B0, "Member 'UCharacterMovementComponent::MaxWalkSpeedCrouched' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxSwimSpeed) == 0x0001B4, "Member 'UCharacterMovementComponent::MaxSwimSpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxFlySpeed) == 0x0001B8, "Member 'UCharacterMovementComponent::MaxFlySpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxCustomMovementSpeed) == 0x0001BC, "Member 'UCharacterMovementComponent::MaxCustomMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxAcceleration) == 0x0001C0, "Member 'UCharacterMovementComponent::MaxAcceleration' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MinAnalogWalkSpeed) == 0x0001C4, "Member 'UCharacterMovementComponent::MinAnalogWalkSpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingFrictionFactor) == 0x0001C8, "Member 'UCharacterMovementComponent::BrakingFrictionFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingFriction) == 0x0001CC, "Member 'UCharacterMovementComponent::BrakingFriction' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingSubStepTime) == 0x0001D0, "Member 'UCharacterMovementComponent::BrakingSubStepTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationWalking) == 0x0001D4, "Member 'UCharacterMovementComponent::BrakingDecelerationWalking' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationFalling) == 0x0001D8, "Member 'UCharacterMovementComponent::BrakingDecelerationFalling' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationSwimming) == 0x0001DC, "Member 'UCharacterMovementComponent::BrakingDecelerationSwimming' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationFlying) == 0x0001E0, "Member 'UCharacterMovementComponent::BrakingDecelerationFlying' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AirControl) == 0x0001E4, "Member 'UCharacterMovementComponent::AirControl' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AirControlBoostMultiplier) == 0x0001E8, "Member 'UCharacterMovementComponent::AirControlBoostMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AirControlBoostVelocityThreshold) == 0x0001EC, "Member 'UCharacterMovementComponent::AirControlBoostVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, FallingLateralFriction) == 0x0001F0, "Member 'UCharacterMovementComponent::FallingLateralFriction' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, CrouchedHalfHeight) == 0x0001F4, "Member 'UCharacterMovementComponent::CrouchedHalfHeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, Buoyancy) == 0x0001F8, "Member 'UCharacterMovementComponent::Buoyancy' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PerchRadiusThreshold) == 0x0001FC, "Member 'UCharacterMovementComponent::PerchRadiusThreshold' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PerchAdditionalHeight) == 0x000200, "Member 'UCharacterMovementComponent::PerchAdditionalHeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, RotationRate) == 0x000204, "Member 'UCharacterMovementComponent::RotationRate' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, DeferredUpdatedMoveComponent) == 0x000218, "Member 'UCharacterMovementComponent::DeferredUpdatedMoveComponent' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxOutOfWaterStepHeight) == 0x000220, "Member 'UCharacterMovementComponent::MaxOutOfWaterStepHeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, OutofWaterZ) == 0x000224, "Member 'UCharacterMovementComponent::OutofWaterZ' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, Mass) == 0x000228, "Member 'UCharacterMovementComponent::Mass' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, StandingDownwardForceScale) == 0x00022C, "Member 'UCharacterMovementComponent::StandingDownwardForceScale' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, InitialPushForceFactor) == 0x000230, "Member 'UCharacterMovementComponent::InitialPushForceFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PushForceFactor) == 0x000234, "Member 'UCharacterMovementComponent::PushForceFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PushForcePointZOffsetFactor) == 0x000238, "Member 'UCharacterMovementComponent::PushForcePointZOffsetFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, TouchForceFactor) == 0x00023C, "Member 'UCharacterMovementComponent::TouchForceFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MinTouchForce) == 0x000240, "Member 'UCharacterMovementComponent::MinTouchForce' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxTouchForce) == 0x000244, "Member 'UCharacterMovementComponent::MaxTouchForce' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, RepulsionForce) == 0x000248, "Member 'UCharacterMovementComponent::RepulsionForce' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, Acceleration) == 0x00024C, "Member 'UCharacterMovementComponent::Acceleration' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, LastUpdateRotation) == 0x000260, "Member 'UCharacterMovementComponent::LastUpdateRotation' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, LastUpdateLocation) == 0x000270, "Member 'UCharacterMovementComponent::LastUpdateLocation' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, LastUpdateVelocity) == 0x00027C, "Member 'UCharacterMovementComponent::LastUpdateVelocity' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ServerLastTransformUpdateTimeStamp) == 0x000288, "Member 'UCharacterMovementComponent::ServerLastTransformUpdateTimeStamp' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ServerLastClientGoodMoveAckTime) == 0x00028C, "Member 'UCharacterMovementComponent::ServerLastClientGoodMoveAckTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ServerLastClientAdjustmentTime) == 0x000290, "Member 'UCharacterMovementComponent::ServerLastClientAdjustmentTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PendingImpulseToApply) == 0x000294, "Member 'UCharacterMovementComponent::PendingImpulseToApply' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PendingForceToApply) == 0x0002A0, "Member 'UCharacterMovementComponent::PendingForceToApply' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AnalogInputModifier) == 0x0002AC, "Member 'UCharacterMovementComponent::AnalogInputModifier' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxSimulationTimeStep) == 0x0002BC, "Member 'UCharacterMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxSimulationIterations) == 0x0002C0, "Member 'UCharacterMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxJumpApexAttemptsPerSimulation) == 0x0002C4, "Member 'UCharacterMovementComponent::MaxJumpApexAttemptsPerSimulation' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithGeometry) == 0x0002C8, "Member 'UCharacterMovementComponent::MaxDepenetrationWithGeometry' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithGeometryAsProxy) == 0x0002CC, "Member 'UCharacterMovementComponent::MaxDepenetrationWithGeometryAsProxy' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithPawn) == 0x0002D0, "Member 'UCharacterMovementComponent::MaxDepenetrationWithPawn' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithPawnAsProxy) == 0x0002D4, "Member 'UCharacterMovementComponent::MaxDepenetrationWithPawnAsProxy' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkSimulatedSmoothLocationTime) == 0x0002D8, "Member 'UCharacterMovementComponent::NetworkSimulatedSmoothLocationTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkSimulatedSmoothRotationTime) == 0x0002DC, "Member 'UCharacterMovementComponent::NetworkSimulatedSmoothRotationTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ListenServerNetworkSimulatedSmoothLocationTime) == 0x0002E0, "Member 'UCharacterMovementComponent::ListenServerNetworkSimulatedSmoothLocationTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ListenServerNetworkSimulatedSmoothRotationTime) == 0x0002E4, "Member 'UCharacterMovementComponent::ListenServerNetworkSimulatedSmoothRotationTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetProxyShrinkRadius) == 0x0002E8, "Member 'UCharacterMovementComponent::NetProxyShrinkRadius' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetProxyShrinkHalfHeight) == 0x0002EC, "Member 'UCharacterMovementComponent::NetProxyShrinkHalfHeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkMaxSmoothUpdateDistance) == 0x0002F0, "Member 'UCharacterMovementComponent::NetworkMaxSmoothUpdateDistance' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkNoSmoothUpdateDistance) == 0x0002F4, "Member 'UCharacterMovementComponent::NetworkNoSmoothUpdateDistance' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAckGoodMoves) == 0x0002F8, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAckGoodMoves' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAdjustments) == 0x0002FC, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAdjustments' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAdjustmentsLargeCorrection) == 0x000300, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAdjustmentsLargeCorrection' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkLargeClientCorrectionDistance) == 0x000304, "Member 'UCharacterMovementComponent::NetworkLargeClientCorrectionDistance' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, LedgeCheckThreshold) == 0x000308, "Member 'UCharacterMovementComponent::LedgeCheckThreshold' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, JumpOutOfWaterPitch) == 0x00030C, "Member 'UCharacterMovementComponent::JumpOutOfWaterPitch' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, CurrentFloor) == 0x000310, "Member 'UCharacterMovementComponent::CurrentFloor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, DefaultLandMovementMode) == 0x0003A4, "Member 'UCharacterMovementComponent::DefaultLandMovementMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, DefaultWaterMovementMode) == 0x0003A5, "Member 'UCharacterMovementComponent::DefaultWaterMovementMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, GroundMovementMode) == 0x0003A6, "Member 'UCharacterMovementComponent::GroundMovementMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AvoidanceConsiderationRadius) == 0x0003BC, "Member 'UCharacterMovementComponent::AvoidanceConsiderationRadius' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, RequestedVelocity) == 0x0003C0, "Member 'UCharacterMovementComponent::RequestedVelocity' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AvoidanceUID) == 0x0003CC, "Member 'UCharacterMovementComponent::AvoidanceUID' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AvoidanceGroup) == 0x0003D0, "Member 'UCharacterMovementComponent::AvoidanceGroup' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, GroupsToAvoid) == 0x0003D4, "Member 'UCharacterMovementComponent::GroupsToAvoid' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, GroupsToIgnore) == 0x0003D8, "Member 'UCharacterMovementComponent::GroupsToIgnore' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AvoidanceWeight) == 0x0003DC, "Member 'UCharacterMovementComponent::AvoidanceWeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PendingLaunchVelocity) == 0x0003E0, "Member 'UCharacterMovementComponent::PendingLaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionInterval) == 0x000490, "Member 'UCharacterMovementComponent::NavMeshProjectionInterval' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionTimer) == 0x000494, "Member 'UCharacterMovementComponent::NavMeshProjectionTimer' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionInterpSpeed) == 0x000498, "Member 'UCharacterMovementComponent::NavMeshProjectionInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionHeightScaleUp) == 0x00049C, "Member 'UCharacterMovementComponent::NavMeshProjectionHeightScaleUp' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionHeightScaleDown) == 0x0004A0, "Member 'UCharacterMovementComponent::NavMeshProjectionHeightScaleDown' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavWalkingFloorDistTolerance) == 0x0004A4, "Member 'UCharacterMovementComponent::NavWalkingFloorDistTolerance' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PostPhysicsTickFunction) == 0x0004A8, "Member 'UCharacterMovementComponent::PostPhysicsTickFunction' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MinTimeBetweenTimeStampResets) == 0x000508, "Member 'UCharacterMovementComponent::MinTimeBetweenTimeStampResets' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, CurrentRootMotion) == 0x0009B8, "Member 'UCharacterMovementComponent::CurrentRootMotion' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ServerCorrectionRootMotion) == 0x0009F0, "Member 'UCharacterMovementComponent::ServerCorrectionRootMotion' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, RootMotionParams) == 0x000AC0, "Member 'UCharacterMovementComponent::RootMotionParams' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AnimRootMotionVelocity) == 0x000B00, "Member 'UCharacterMovementComponent::AnimRootMotionVelocity' 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) == 0x000490, "Wrong size on UMaterialBillboardComponent"); \ static_assert(offsetof(UMaterialBillboardComponent, Elements) == 0x000480, "Member 'UMaterialBillboardComponent::Elements' 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_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) == 0x000330, "Wrong size on AGameMode"); \ static_assert(offsetof(AGameMode, MatchState) == 0x0002E8, "Member 'AGameMode::MatchState' has a wrong offset!"); \ static_assert(offsetof(AGameMode, NumSpectators) == 0x0002F4, "Member 'AGameMode::NumSpectators' has a wrong offset!"); \ static_assert(offsetof(AGameMode, NumPlayers) == 0x0002F8, "Member 'AGameMode::NumPlayers' has a wrong offset!"); \ static_assert(offsetof(AGameMode, NumBots) == 0x0002FC, "Member 'AGameMode::NumBots' has a wrong offset!"); \ static_assert(offsetof(AGameMode, MinRespawnDelay) == 0x000300, "Member 'AGameMode::MinRespawnDelay' has a wrong offset!"); \ static_assert(offsetof(AGameMode, NumTravellingPlayers) == 0x000304, "Member 'AGameMode::NumTravellingPlayers' has a wrong offset!"); \ static_assert(offsetof(AGameMode, EngineMessageClass) == 0x000308, "Member 'AGameMode::EngineMessageClass' has a wrong offset!"); \ static_assert(offsetof(AGameMode, InactivePlayerArray) == 0x000310, "Member 'AGameMode::InactivePlayerArray' has a wrong offset!"); \ static_assert(offsetof(AGameMode, InactivePlayerStateLifeSpan) == 0x000320, "Member 'AGameMode::InactivePlayerStateLifeSpan' has a wrong offset!"); \ static_assert(offsetof(AGameMode, MaxInactivePlayers) == 0x000324, "Member 'AGameMode::MaxInactivePlayers' has a wrong offset!"); \ static_assert(offsetof(AGameMode, bHandleDedicatedServerReplays) == 0x000328, "Member 'AGameMode::bHandleDedicatedServerReplays' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereViewLuminance \ static_assert(alignof(UMaterialExpressionSkyAtmosphereViewLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereViewLuminance"); \ static_assert(sizeof(UMaterialExpressionSkyAtmosphereViewLuminance) == 0x000040, "Wrong size on UMaterialExpressionSkyAtmosphereViewLuminance"); \ #define DUMPER7_ASSERTS_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_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_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) == 0x000890, "Wrong size on APostProcessVolume"); \ static_assert(offsetof(APostProcessVolume, Settings) == 0x000290, "Member 'APostProcessVolume::Settings' has a wrong offset!"); \ static_assert(offsetof(APostProcessVolume, Priority) == 0x000880, "Member 'APostProcessVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(APostProcessVolume, BlendRadius) == 0x000884, "Member 'APostProcessVolume::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(APostProcessVolume, BlendWeight) == 0x000888, "Member 'APostProcessVolume::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetFloatCurve \ static_assert(alignof(TimelineComponent_SetFloatCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetFloatCurve"); \ static_assert(sizeof(TimelineComponent_SetFloatCurve) == 0x000010, "Wrong size on TimelineComponent_SetFloatCurve"); \ static_assert(offsetof(TimelineComponent_SetFloatCurve, NewFloatCurve) == 0x000000, "Member 'TimelineComponent_SetFloatCurve::NewFloatCurve' has a wrong offset!"); \ static_assert(offsetof(TimelineComponent_SetFloatCurve, FloatTrackName) == 0x000008, "Member 'TimelineComponent_SetFloatCurve::FloatTrackName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetIgnoreTimeDilation \ static_assert(alignof(TimelineComponent_SetIgnoreTimeDilation) == 0x000001, "Wrong alignment on TimelineComponent_SetIgnoreTimeDilation"); \ static_assert(sizeof(TimelineComponent_SetIgnoreTimeDilation) == 0x000001, "Wrong size on TimelineComponent_SetIgnoreTimeDilation"); \ static_assert(offsetof(TimelineComponent_SetIgnoreTimeDilation, bNewIgnoreTimeDilation) == 0x000000, "Member 'TimelineComponent_SetIgnoreTimeDilation::bNewIgnoreTimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetLinearColorCurve \ static_assert(alignof(TimelineComponent_SetLinearColorCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetLinearColorCurve"); \ static_assert(sizeof(TimelineComponent_SetLinearColorCurve) == 0x000010, "Wrong size on TimelineComponent_SetLinearColorCurve"); \ static_assert(offsetof(TimelineComponent_SetLinearColorCurve, NewLinearColorCurve) == 0x000000, "Member 'TimelineComponent_SetLinearColorCurve::NewLinearColorCurve' has a wrong offset!"); \ static_assert(offsetof(TimelineComponent_SetLinearColorCurve, LinearColorTrackName) == 0x000008, "Member 'TimelineComponent_SetLinearColorCurve::LinearColorTrackName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetLooping \ static_assert(alignof(TimelineComponent_SetLooping) == 0x000001, "Wrong alignment on TimelineComponent_SetLooping"); \ static_assert(sizeof(TimelineComponent_SetLooping) == 0x000001, "Wrong size on TimelineComponent_SetLooping"); \ static_assert(offsetof(TimelineComponent_SetLooping, bNewLooping) == 0x000000, "Member 'TimelineComponent_SetLooping::bNewLooping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetNewTime \ static_assert(alignof(TimelineComponent_SetNewTime) == 0x000004, "Wrong alignment on TimelineComponent_SetNewTime"); \ static_assert(sizeof(TimelineComponent_SetNewTime) == 0x000004, "Wrong size on TimelineComponent_SetNewTime"); \ static_assert(offsetof(TimelineComponent_SetNewTime, NewTime) == 0x000000, "Member 'TimelineComponent_SetNewTime::NewTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetPlaybackPosition \ static_assert(alignof(TimelineComponent_SetPlaybackPosition) == 0x000004, "Wrong alignment on TimelineComponent_SetPlaybackPosition"); \ static_assert(sizeof(TimelineComponent_SetPlaybackPosition) == 0x000008, "Wrong size on TimelineComponent_SetPlaybackPosition"); \ static_assert(offsetof(TimelineComponent_SetPlaybackPosition, NewPosition) == 0x000000, "Member 'TimelineComponent_SetPlaybackPosition::NewPosition' has a wrong offset!"); \ static_assert(offsetof(TimelineComponent_SetPlaybackPosition, bFireEvents) == 0x000004, "Member 'TimelineComponent_SetPlaybackPosition::bFireEvents' has a wrong offset!"); \ static_assert(offsetof(TimelineComponent_SetPlaybackPosition, bFireUpdate) == 0x000005, "Member 'TimelineComponent_SetPlaybackPosition::bFireUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetPlayRate \ static_assert(alignof(TimelineComponent_SetPlayRate) == 0x000004, "Wrong alignment on TimelineComponent_SetPlayRate"); \ static_assert(sizeof(TimelineComponent_SetPlayRate) == 0x000004, "Wrong size on TimelineComponent_SetPlayRate"); \ static_assert(offsetof(TimelineComponent_SetPlayRate, NewRate) == 0x000000, "Member 'TimelineComponent_SetPlayRate::NewRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetTimelineLength \ static_assert(alignof(TimelineComponent_SetTimelineLength) == 0x000004, "Wrong alignment on TimelineComponent_SetTimelineLength"); \ static_assert(sizeof(TimelineComponent_SetTimelineLength) == 0x000004, "Wrong size on TimelineComponent_SetTimelineLength"); \ static_assert(offsetof(TimelineComponent_SetTimelineLength, NewLength) == 0x000000, "Member 'TimelineComponent_SetTimelineLength::NewLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetTimelineLengthMode \ static_assert(alignof(TimelineComponent_SetTimelineLengthMode) == 0x000001, "Wrong alignment on TimelineComponent_SetTimelineLengthMode"); \ static_assert(sizeof(TimelineComponent_SetTimelineLengthMode) == 0x000001, "Wrong size on TimelineComponent_SetTimelineLengthMode"); \ static_assert(offsetof(TimelineComponent_SetTimelineLengthMode, NewLengthMode) == 0x000000, "Member 'TimelineComponent_SetTimelineLengthMode::NewLengthMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetVectorCurve \ static_assert(alignof(TimelineComponent_SetVectorCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetVectorCurve"); \ static_assert(sizeof(TimelineComponent_SetVectorCurve) == 0x000010, "Wrong size on TimelineComponent_SetVectorCurve"); \ static_assert(offsetof(TimelineComponent_SetVectorCurve, NewVectorCurve) == 0x000000, "Member 'TimelineComponent_SetVectorCurve::NewVectorCurve' has a wrong offset!"); \ static_assert(offsetof(TimelineComponent_SetVectorCurve, VectorTrackName) == 0x000008, "Member 'TimelineComponent_SetVectorCurve::VectorTrackName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_GetIgnoreTimeDilation \ static_assert(alignof(TimelineComponent_GetIgnoreTimeDilation) == 0x000001, "Wrong alignment on TimelineComponent_GetIgnoreTimeDilation"); \ static_assert(sizeof(TimelineComponent_GetIgnoreTimeDilation) == 0x000001, "Wrong size on TimelineComponent_GetIgnoreTimeDilation"); \ static_assert(offsetof(TimelineComponent_GetIgnoreTimeDilation, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetIgnoreTimeDilation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_GetPlaybackPosition \ static_assert(alignof(TimelineComponent_GetPlaybackPosition) == 0x000004, "Wrong alignment on TimelineComponent_GetPlaybackPosition"); \ static_assert(sizeof(TimelineComponent_GetPlaybackPosition) == 0x000004, "Wrong size on TimelineComponent_GetPlaybackPosition"); \ static_assert(offsetof(TimelineComponent_GetPlaybackPosition, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetPlaybackPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_GetPlayRate \ static_assert(alignof(TimelineComponent_GetPlayRate) == 0x000004, "Wrong alignment on TimelineComponent_GetPlayRate"); \ static_assert(sizeof(TimelineComponent_GetPlayRate) == 0x000004, "Wrong size on TimelineComponent_GetPlayRate"); \ static_assert(offsetof(TimelineComponent_GetPlayRate, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetPlayRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_GetTimelineLength \ static_assert(alignof(TimelineComponent_GetTimelineLength) == 0x000004, "Wrong alignment on TimelineComponent_GetTimelineLength"); \ static_assert(sizeof(TimelineComponent_GetTimelineLength) == 0x000004, "Wrong size on TimelineComponent_GetTimelineLength"); \ static_assert(offsetof(TimelineComponent_GetTimelineLength, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetTimelineLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_IsLooping \ static_assert(alignof(TimelineComponent_IsLooping) == 0x000001, "Wrong alignment on TimelineComponent_IsLooping"); \ static_assert(sizeof(TimelineComponent_IsLooping) == 0x000001, "Wrong size on TimelineComponent_IsLooping"); \ static_assert(offsetof(TimelineComponent_IsLooping, ReturnValue) == 0x000000, "Member 'TimelineComponent_IsLooping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_IsPlaying \ static_assert(alignof(TimelineComponent_IsPlaying) == 0x000001, "Wrong alignment on TimelineComponent_IsPlaying"); \ static_assert(sizeof(TimelineComponent_IsPlaying) == 0x000001, "Wrong size on TimelineComponent_IsPlaying"); \ static_assert(offsetof(TimelineComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'TimelineComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_IsReversing \ static_assert(alignof(TimelineComponent_IsReversing) == 0x000001, "Wrong alignment on TimelineComponent_IsReversing"); \ static_assert(sizeof(TimelineComponent_IsReversing) == 0x000001, "Wrong size on TimelineComponent_IsReversing"); \ static_assert(offsetof(TimelineComponent_IsReversing, ReturnValue) == 0x000000, "Member 'TimelineComponent_IsReversing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimelineComponent \ static_assert(alignof(UTimelineComponent) == 0x000008, "Wrong alignment on UTimelineComponent"); \ static_assert(sizeof(UTimelineComponent) == 0x000170, "Wrong size on UTimelineComponent"); \ static_assert(offsetof(UTimelineComponent, TheTimeline) == 0x0000D0, "Member 'UTimelineComponent::TheTimeline' 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_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_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) == 0x0003E0, "Wrong size on UPointLightComponent"); \ static_assert(offsetof(UPointLightComponent, LightFalloffExponent) == 0x0003C4, "Member 'UPointLightComponent::LightFalloffExponent' has a wrong offset!"); \ static_assert(offsetof(UPointLightComponent, SourceRadius) == 0x0003C8, "Member 'UPointLightComponent::SourceRadius' has a wrong offset!"); \ static_assert(offsetof(UPointLightComponent, SoftSourceRadius) == 0x0003CC, "Member 'UPointLightComponent::SoftSourceRadius' has a wrong offset!"); \ static_assert(offsetof(UPointLightComponent, SourceLength) == 0x0003D0, "Member 'UPointLightComponent::SourceLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpotLightComponent_SetInnerConeAngle \ static_assert(alignof(SpotLightComponent_SetInnerConeAngle) == 0x000004, "Wrong alignment on SpotLightComponent_SetInnerConeAngle"); \ static_assert(sizeof(SpotLightComponent_SetInnerConeAngle) == 0x000004, "Wrong size on SpotLightComponent_SetInnerConeAngle"); \ static_assert(offsetof(SpotLightComponent_SetInnerConeAngle, NewInnerConeAngle) == 0x000000, "Member 'SpotLightComponent_SetInnerConeAngle::NewInnerConeAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpotLightComponent_SetOuterConeAngle \ static_assert(alignof(SpotLightComponent_SetOuterConeAngle) == 0x000004, "Wrong alignment on SpotLightComponent_SetOuterConeAngle"); \ static_assert(sizeof(SpotLightComponent_SetOuterConeAngle) == 0x000004, "Wrong size on SpotLightComponent_SetOuterConeAngle"); \ static_assert(offsetof(SpotLightComponent_SetOuterConeAngle, NewOuterConeAngle) == 0x000000, "Member 'SpotLightComponent_SetOuterConeAngle::NewOuterConeAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpotLightComponent \ static_assert(alignof(USpotLightComponent) == 0x000010, "Wrong alignment on USpotLightComponent"); \ static_assert(sizeof(USpotLightComponent) == 0x0003E0, "Wrong size on USpotLightComponent"); \ static_assert(offsetof(USpotLightComponent, InnerConeAngle) == 0x0003D8, "Member 'USpotLightComponent::InnerConeAngle' has a wrong offset!"); \ static_assert(offsetof(USpotLightComponent, OuterConeAngle) == 0x0003DC, "Member 'USpotLightComponent::OuterConeAngle' 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_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_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_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) == 0x0003E0, "Wrong size on URectLightComponent"); \ static_assert(offsetof(URectLightComponent, SourceWidth) == 0x0003C0, "Member 'URectLightComponent::SourceWidth' has a wrong offset!"); \ static_assert(offsetof(URectLightComponent, SourceHeight) == 0x0003C4, "Member 'URectLightComponent::SourceHeight' has a wrong offset!"); \ static_assert(offsetof(URectLightComponent, BarnDoorAngle) == 0x0003C8, "Member 'URectLightComponent::BarnDoorAngle' has a wrong offset!"); \ static_assert(offsetof(URectLightComponent, BarnDoorLength) == 0x0003CC, "Member 'URectLightComponent::BarnDoorLength' has a wrong offset!"); \ static_assert(offsetof(URectLightComponent, SourceTexture) == 0x0003D0, "Member 'URectLightComponent::SourceTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_Deproject \ static_assert(alignof(Canvas_K2_Deproject) == 0x000004, "Wrong alignment on Canvas_K2_Deproject"); \ static_assert(sizeof(Canvas_K2_Deproject) == 0x000020, "Wrong size on Canvas_K2_Deproject"); \ static_assert(offsetof(Canvas_K2_Deproject, ScreenPosition) == 0x000000, "Member 'Canvas_K2_Deproject::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_Deproject, WorldOrigin) == 0x000008, "Member 'Canvas_K2_Deproject::WorldOrigin' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_Deproject, WorldDirection) == 0x000014, "Member 'Canvas_K2_Deproject::WorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawBorder \ static_assert(alignof(Canvas_K2_DrawBorder) == 0x000008, "Wrong alignment on Canvas_K2_DrawBorder"); \ static_assert(sizeof(Canvas_K2_DrawBorder) == 0x000088, "Wrong size on Canvas_K2_DrawBorder"); \ static_assert(offsetof(Canvas_K2_DrawBorder, BorderTexture) == 0x000000, "Member 'Canvas_K2_DrawBorder::BorderTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, BackgroundTexture) == 0x000008, "Member 'Canvas_K2_DrawBorder::BackgroundTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, LeftBorderTexture) == 0x000010, "Member 'Canvas_K2_DrawBorder::LeftBorderTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, RightBorderTexture) == 0x000018, "Member 'Canvas_K2_DrawBorder::RightBorderTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, TopBorderTexture) == 0x000020, "Member 'Canvas_K2_DrawBorder::TopBorderTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, BottomBorderTexture) == 0x000028, "Member 'Canvas_K2_DrawBorder::BottomBorderTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, ScreenPosition) == 0x000030, "Member 'Canvas_K2_DrawBorder::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, ScreenSize) == 0x000038, "Member 'Canvas_K2_DrawBorder::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, CoordinatePosition) == 0x000040, "Member 'Canvas_K2_DrawBorder::CoordinatePosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, CoordinateSize) == 0x000048, "Member 'Canvas_K2_DrawBorder::CoordinateSize' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, RenderColor) == 0x000050, "Member 'Canvas_K2_DrawBorder::RenderColor' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, BorderScale) == 0x000060, "Member 'Canvas_K2_DrawBorder::BorderScale' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, BackgroundScale) == 0x000068, "Member 'Canvas_K2_DrawBorder::BackgroundScale' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, Rotation) == 0x000070, "Member 'Canvas_K2_DrawBorder::Rotation' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, PivotPoint) == 0x000074, "Member 'Canvas_K2_DrawBorder::PivotPoint' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBorder, CornerSize) == 0x00007C, "Member 'Canvas_K2_DrawBorder::CornerSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawBox \ static_assert(alignof(Canvas_K2_DrawBox) == 0x000004, "Wrong alignment on Canvas_K2_DrawBox"); \ static_assert(sizeof(Canvas_K2_DrawBox) == 0x000024, "Wrong size on Canvas_K2_DrawBox"); \ static_assert(offsetof(Canvas_K2_DrawBox, ScreenPosition) == 0x000000, "Member 'Canvas_K2_DrawBox::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBox, ScreenSize) == 0x000008, "Member 'Canvas_K2_DrawBox::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBox, Thickness) == 0x000010, "Member 'Canvas_K2_DrawBox::Thickness' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawBox, RenderColor) == 0x000014, "Member 'Canvas_K2_DrawBox::RenderColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawLine \ static_assert(alignof(Canvas_K2_DrawLine) == 0x000004, "Wrong alignment on Canvas_K2_DrawLine"); \ static_assert(sizeof(Canvas_K2_DrawLine) == 0x000024, "Wrong size on Canvas_K2_DrawLine"); \ static_assert(offsetof(Canvas_K2_DrawLine, ScreenPositionA) == 0x000000, "Member 'Canvas_K2_DrawLine::ScreenPositionA' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawLine, ScreenPositionB) == 0x000008, "Member 'Canvas_K2_DrawLine::ScreenPositionB' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawLine, Thickness) == 0x000010, "Member 'Canvas_K2_DrawLine::Thickness' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawLine, RenderColor) == 0x000014, "Member 'Canvas_K2_DrawLine::RenderColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawMaterial \ static_assert(alignof(Canvas_K2_DrawMaterial) == 0x000008, "Wrong alignment on Canvas_K2_DrawMaterial"); \ static_assert(sizeof(Canvas_K2_DrawMaterial) == 0x000038, "Wrong size on Canvas_K2_DrawMaterial"); \ static_assert(offsetof(Canvas_K2_DrawMaterial, RenderMaterial) == 0x000000, "Member 'Canvas_K2_DrawMaterial::RenderMaterial' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawMaterial, ScreenPosition) == 0x000008, "Member 'Canvas_K2_DrawMaterial::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawMaterial, ScreenSize) == 0x000010, "Member 'Canvas_K2_DrawMaterial::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawMaterial, CoordinatePosition) == 0x000018, "Member 'Canvas_K2_DrawMaterial::CoordinatePosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawMaterial, CoordinateSize) == 0x000020, "Member 'Canvas_K2_DrawMaterial::CoordinateSize' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawMaterial, Rotation) == 0x000028, "Member 'Canvas_K2_DrawMaterial::Rotation' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawMaterial, PivotPoint) == 0x00002C, "Member 'Canvas_K2_DrawMaterial::PivotPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawMaterialTriangle \ static_assert(alignof(Canvas_K2_DrawMaterialTriangle) == 0x000008, "Wrong alignment on Canvas_K2_DrawMaterialTriangle"); \ static_assert(sizeof(Canvas_K2_DrawMaterialTriangle) == 0x000018, "Wrong size on Canvas_K2_DrawMaterialTriangle"); \ static_assert(offsetof(Canvas_K2_DrawMaterialTriangle, RenderMaterial) == 0x000000, "Member 'Canvas_K2_DrawMaterialTriangle::RenderMaterial' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawMaterialTriangle, Triangles) == 0x000008, "Member 'Canvas_K2_DrawMaterialTriangle::Triangles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawPolygon \ static_assert(alignof(Canvas_K2_DrawPolygon) == 0x000008, "Wrong alignment on Canvas_K2_DrawPolygon"); \ static_assert(sizeof(Canvas_K2_DrawPolygon) == 0x000030, "Wrong size on Canvas_K2_DrawPolygon"); \ static_assert(offsetof(Canvas_K2_DrawPolygon, RenderTexture) == 0x000000, "Member 'Canvas_K2_DrawPolygon::RenderTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawPolygon, ScreenPosition) == 0x000008, "Member 'Canvas_K2_DrawPolygon::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawPolygon, Radius) == 0x000010, "Member 'Canvas_K2_DrawPolygon::Radius' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawPolygon, NumberOfSides) == 0x000018, "Member 'Canvas_K2_DrawPolygon::NumberOfSides' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawPolygon, RenderColor) == 0x00001C, "Member 'Canvas_K2_DrawPolygon::RenderColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawText \ static_assert(alignof(Canvas_K2_DrawText) == 0x000008, "Wrong alignment on Canvas_K2_DrawText"); \ static_assert(sizeof(Canvas_K2_DrawText) == 0x000068, "Wrong size on Canvas_K2_DrawText"); \ static_assert(offsetof(Canvas_K2_DrawText, RenderFont) == 0x000000, "Member 'Canvas_K2_DrawText::RenderFont' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, RenderText) == 0x000008, "Member 'Canvas_K2_DrawText::RenderText' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, ScreenPosition) == 0x000018, "Member 'Canvas_K2_DrawText::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, Scale) == 0x000020, "Member 'Canvas_K2_DrawText::Scale' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, RenderColor) == 0x000028, "Member 'Canvas_K2_DrawText::RenderColor' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, Kerning) == 0x000038, "Member 'Canvas_K2_DrawText::Kerning' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, shadowColor) == 0x00003C, "Member 'Canvas_K2_DrawText::shadowColor' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, ShadowOffset) == 0x00004C, "Member 'Canvas_K2_DrawText::ShadowOffset' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, bCentreX) == 0x000054, "Member 'Canvas_K2_DrawText::bCentreX' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, bCentreY) == 0x000055, "Member 'Canvas_K2_DrawText::bCentreY' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, bOutlined) == 0x000056, "Member 'Canvas_K2_DrawText::bOutlined' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawText, OutlineColor) == 0x000058, "Member 'Canvas_K2_DrawText::OutlineColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawTexture \ static_assert(alignof(Canvas_K2_DrawTexture) == 0x000008, "Wrong alignment on Canvas_K2_DrawTexture"); \ static_assert(sizeof(Canvas_K2_DrawTexture) == 0x000048, "Wrong size on Canvas_K2_DrawTexture"); \ static_assert(offsetof(Canvas_K2_DrawTexture, RenderTexture) == 0x000000, "Member 'Canvas_K2_DrawTexture::RenderTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTexture, ScreenPosition) == 0x000008, "Member 'Canvas_K2_DrawTexture::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTexture, ScreenSize) == 0x000010, "Member 'Canvas_K2_DrawTexture::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTexture, CoordinatePosition) == 0x000018, "Member 'Canvas_K2_DrawTexture::CoordinatePosition' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTexture, CoordinateSize) == 0x000020, "Member 'Canvas_K2_DrawTexture::CoordinateSize' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTexture, RenderColor) == 0x000028, "Member 'Canvas_K2_DrawTexture::RenderColor' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTexture, BlendMode) == 0x000038, "Member 'Canvas_K2_DrawTexture::BlendMode' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTexture, Rotation) == 0x00003C, "Member 'Canvas_K2_DrawTexture::Rotation' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTexture, PivotPoint) == 0x000040, "Member 'Canvas_K2_DrawTexture::PivotPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_DrawTriangle \ static_assert(alignof(Canvas_K2_DrawTriangle) == 0x000008, "Wrong alignment on Canvas_K2_DrawTriangle"); \ static_assert(sizeof(Canvas_K2_DrawTriangle) == 0x000018, "Wrong size on Canvas_K2_DrawTriangle"); \ static_assert(offsetof(Canvas_K2_DrawTriangle, RenderTexture) == 0x000000, "Member 'Canvas_K2_DrawTriangle::RenderTexture' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_DrawTriangle, Triangles) == 0x000008, "Member 'Canvas_K2_DrawTriangle::Triangles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_Project \ static_assert(alignof(Canvas_K2_Project) == 0x000004, "Wrong alignment on Canvas_K2_Project"); \ static_assert(sizeof(Canvas_K2_Project) == 0x000018, "Wrong size on Canvas_K2_Project"); \ static_assert(offsetof(Canvas_K2_Project, WorldLocation) == 0x000000, "Member 'Canvas_K2_Project::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_Project, ReturnValue) == 0x00000C, "Member 'Canvas_K2_Project::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_StrLen \ static_assert(alignof(Canvas_K2_StrLen) == 0x000008, "Wrong alignment on Canvas_K2_StrLen"); \ static_assert(sizeof(Canvas_K2_StrLen) == 0x000020, "Wrong size on Canvas_K2_StrLen"); \ static_assert(offsetof(Canvas_K2_StrLen, RenderFont) == 0x000000, "Member 'Canvas_K2_StrLen::RenderFont' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_StrLen, RenderText) == 0x000008, "Member 'Canvas_K2_StrLen::RenderText' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_StrLen, ReturnValue) == 0x000018, "Member 'Canvas_K2_StrLen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Canvas_K2_TextSize \ static_assert(alignof(Canvas_K2_TextSize) == 0x000008, "Wrong alignment on Canvas_K2_TextSize"); \ static_assert(sizeof(Canvas_K2_TextSize) == 0x000028, "Wrong size on Canvas_K2_TextSize"); \ static_assert(offsetof(Canvas_K2_TextSize, RenderFont) == 0x000000, "Member 'Canvas_K2_TextSize::RenderFont' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_TextSize, RenderText) == 0x000008, "Member 'Canvas_K2_TextSize::RenderText' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_TextSize, Scale) == 0x000018, "Member 'Canvas_K2_TextSize::Scale' has a wrong offset!"); \ static_assert(offsetof(Canvas_K2_TextSize, ReturnValue) == 0x000020, "Member 'Canvas_K2_TextSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCanvas \ static_assert(alignof(UCanvas) == 0x000010, "Wrong alignment on UCanvas"); \ static_assert(sizeof(UCanvas) == 0x0002D0, "Wrong size on UCanvas"); \ static_assert(offsetof(UCanvas, OrgX) == 0x000028, "Member 'UCanvas::OrgX' has a wrong offset!"); \ static_assert(offsetof(UCanvas, OrgY) == 0x00002C, "Member 'UCanvas::OrgY' has a wrong offset!"); \ static_assert(offsetof(UCanvas, ClipX) == 0x000030, "Member 'UCanvas::ClipX' has a wrong offset!"); \ static_assert(offsetof(UCanvas, ClipY) == 0x000034, "Member 'UCanvas::ClipY' has a wrong offset!"); \ static_assert(offsetof(UCanvas, DrawColor) == 0x000038, "Member 'UCanvas::DrawColor' has a wrong offset!"); \ static_assert(offsetof(UCanvas, SizeX) == 0x000040, "Member 'UCanvas::SizeX' has a wrong offset!"); \ static_assert(offsetof(UCanvas, SizeY) == 0x000044, "Member 'UCanvas::SizeY' has a wrong offset!"); \ static_assert(offsetof(UCanvas, ColorModulate) == 0x000050, "Member 'UCanvas::ColorModulate' has a wrong offset!"); \ static_assert(offsetof(UCanvas, DefaultTexture) == 0x000060, "Member 'UCanvas::DefaultTexture' has a wrong offset!"); \ static_assert(offsetof(UCanvas, GradientTexture0) == 0x000068, "Member 'UCanvas::GradientTexture0' has a wrong offset!"); \ static_assert(offsetof(UCanvas, ReporterGraph) == 0x000070, "Member 'UCanvas::ReporterGraph' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UInterpGroupInst \ static_assert(alignof(UInterpGroupInst) == 0x000008, "Wrong alignment on UInterpGroupInst"); \ static_assert(sizeof(UInterpGroupInst) == 0x000048, "Wrong size on UInterpGroupInst"); \ static_assert(offsetof(UInterpGroupInst, Group) == 0x000028, "Member 'UInterpGroupInst::Group' has a wrong offset!"); \ static_assert(offsetof(UInterpGroupInst, GroupActor) == 0x000030, "Member 'UInterpGroupInst::GroupActor' has a wrong offset!"); \ static_assert(offsetof(UInterpGroupInst, TrackInst) == 0x000038, "Member 'UInterpGroupInst::TrackInst' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpGroupInstCamera \ static_assert(alignof(UInterpGroupInstCamera) == 0x000008, "Wrong alignment on UInterpGroupInstCamera"); \ static_assert(sizeof(UInterpGroupInstCamera) == 0x000048, "Wrong size on UInterpGroupInstCamera"); \ #define DUMPER7_ASSERTS_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) == 0x0004A0, "Wrong size on UArrowComponent"); \ static_assert(offsetof(UArrowComponent, ArrowColor) == 0x000480, "Member 'UArrowComponent::ArrowColor' has a wrong offset!"); \ static_assert(offsetof(UArrowComponent, ArrowSize) == 0x000484, "Member 'UArrowComponent::ArrowSize' has a wrong offset!"); \ static_assert(offsetof(UArrowComponent, ArrowLength) == 0x000488, "Member 'UArrowComponent::ArrowLength' has a wrong offset!"); \ static_assert(offsetof(UArrowComponent, ScreenSize) == 0x00048C, "Member 'UArrowComponent::ScreenSize' 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) == 0x000258, "Wrong size on Alight"); \ static_assert(offsetof(Alight, LightComponent) == 0x000248, "Member 'Alight::LightComponent' 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_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_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) == 0x000250, "Wrong size on ADecalActor"); \ static_assert(offsetof(ADecalActor, Decal) == 0x000248, "Member 'ADecalActor::Decal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindSourceComponentBase \ static_assert(alignof(UWindSourceComponentBase) == 0x000010, "Wrong alignment on UWindSourceComponentBase"); \ static_assert(sizeof(UWindSourceComponentBase) == 0x000220, "Wrong size on UWindSourceComponentBase"); \ #define DUMPER7_ASSERTS_AMaterialInstanceActor \ static_assert(alignof(AMaterialInstanceActor) == 0x000008, "Wrong alignment on AMaterialInstanceActor"); \ static_assert(sizeof(AMaterialInstanceActor) == 0x000258, "Wrong size on AMaterialInstanceActor"); \ static_assert(offsetof(AMaterialInstanceActor, TargetActors) == 0x000248, "Member 'AMaterialInstanceActor::TargetActors' 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, bAffectsVolumetricLighting) == 0x000031, "Member 'UParticleModuleLight::bAffectsVolumetricLighting' 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, MinDistance) == 0x000110, "Member 'UParticleModuleLight::MinDistance' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, LightingChannels) == 0x000114, "Member 'UParticleModuleLight::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, VolumetricScatteringIntensity) == 0x000118, "Member 'UParticleModuleLight::VolumetricScatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, bHighQualityLights) == 0x00011C, "Member 'UParticleModuleLight::bHighQualityLights' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, bShadowCastingLights) == 0x00011D, "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_UMaterialExpressionParameter \ static_assert(alignof(UMaterialExpressionParameter) == 0x000008, "Wrong alignment on UMaterialExpressionParameter"); \ static_assert(sizeof(UMaterialExpressionParameter) == 0x000058, "Wrong size on UMaterialExpressionParameter"); \ static_assert(offsetof(UMaterialExpressionParameter, ParameterName) == 0x000040, "Member 'UMaterialExpressionParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionParameter, ExpressionGUID) == 0x000048, "Member 'UMaterialExpressionParameter::ExpressionGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVectorParameter \ static_assert(alignof(UMaterialExpressionVectorParameter) == 0x000008, "Wrong alignment on UMaterialExpressionVectorParameter"); \ static_assert(sizeof(UMaterialExpressionVectorParameter) == 0x000070, "Wrong size on UMaterialExpressionVectorParameter"); \ static_assert(offsetof(UMaterialExpressionVectorParameter, DefaultValue) == 0x000058, "Member 'UMaterialExpressionVectorParameter::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVectorParameter, bUseCustomPrimitiveData) == 0x000068, "Member 'UMaterialExpressionVectorParameter::bUseCustomPrimitiveData' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVectorParameter, PrimitiveDataIndex) == 0x000069, "Member 'UMaterialExpressionVectorParameter::PrimitiveDataIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0002F0, "Wrong size on AMatineeActor"); \ static_assert(offsetof(AMatineeActor, MatineeData) == 0x000248, "Member 'AMatineeActor::MatineeData' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, MatineeControllerName) == 0x000250, "Member 'AMatineeActor::MatineeControllerName' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, PlayRate) == 0x000258, "Member 'AMatineeActor::PlayRate' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, ForceStartPosition) == 0x000260, "Member 'AMatineeActor::ForceStartPosition' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, PreferredSplitScreenNum) == 0x000268, "Member 'AMatineeActor::PreferredSplitScreenNum' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, GroupActorInfos) == 0x000270, "Member 'AMatineeActor::GroupActorInfos' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, GroupInst) == 0x000288, "Member 'AMatineeActor::GroupInst' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, CameraCuts) == 0x000298, "Member 'AMatineeActor::CameraCuts' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, InterpPosition) == 0x0002AC, "Member 'AMatineeActor::InterpPosition' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, ReplicationForceIsPlaying) == 0x0002B4, "Member 'AMatineeActor::ReplicationForceIsPlaying' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, OnPlay) == 0x0002B8, "Member 'AMatineeActor::OnPlay' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, OnStop) == 0x0002C8, "Member 'AMatineeActor::OnStop' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, OnPause) == 0x0002D8, "Member 'AMatineeActor::OnPause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMatineeActorCameraAnim \ static_assert(alignof(AMatineeActorCameraAnim) == 0x000008, "Wrong alignment on AMatineeActorCameraAnim"); \ static_assert(sizeof(AMatineeActorCameraAnim) == 0x0002F8, "Wrong size on AMatineeActorCameraAnim"); \ static_assert(offsetof(AMatineeActorCameraAnim, CameraAnim) == 0x0002F0, "Member 'AMatineeActorCameraAnim::CameraAnim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindSourceComponentBaseData_SetOutdoors \ static_assert(alignof(WindSourceComponentBaseData_SetOutdoors) == 0x000004, "Wrong alignment on WindSourceComponentBaseData_SetOutdoors"); \ static_assert(sizeof(WindSourceComponentBaseData_SetOutdoors) == 0x000004, "Wrong size on WindSourceComponentBaseData_SetOutdoors"); \ static_assert(offsetof(WindSourceComponentBaseData_SetOutdoors, InNewOutdoors) == 0x000000, "Member 'WindSourceComponentBaseData_SetOutdoors::InNewOutdoors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindSourceComponentBaseData_SetPriority \ static_assert(alignof(WindSourceComponentBaseData_SetPriority) == 0x000004, "Wrong alignment on WindSourceComponentBaseData_SetPriority"); \ static_assert(sizeof(WindSourceComponentBaseData_SetPriority) == 0x000004, "Wrong size on WindSourceComponentBaseData_SetPriority"); \ static_assert(offsetof(WindSourceComponentBaseData_SetPriority, InNewPriority) == 0x000000, "Member 'WindSourceComponentBaseData_SetPriority::InNewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindSourceComponentBaseData_SetSourceCombine \ static_assert(alignof(WindSourceComponentBaseData_SetSourceCombine) == 0x000001, "Wrong alignment on WindSourceComponentBaseData_SetSourceCombine"); \ static_assert(sizeof(WindSourceComponentBaseData_SetSourceCombine) == 0x000001, "Wrong size on WindSourceComponentBaseData_SetSourceCombine"); \ static_assert(offsetof(WindSourceComponentBaseData_SetSourceCombine, InNewSourceCombine) == 0x000000, "Member 'WindSourceComponentBaseData_SetSourceCombine::InNewSourceCombine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindSourceComponentBaseData_SetWindGustController \ static_assert(alignof(WindSourceComponentBaseData_SetWindGustController) == 0x000008, "Wrong alignment on WindSourceComponentBaseData_SetWindGustController"); \ static_assert(sizeof(WindSourceComponentBaseData_SetWindGustController) == 0x000008, "Wrong size on WindSourceComponentBaseData_SetWindGustController"); \ static_assert(offsetof(WindSourceComponentBaseData_SetWindGustController, InWindGustController) == 0x000000, "Member 'WindSourceComponentBaseData_SetWindGustController::InWindGustController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindSourceComponentBaseData \ static_assert(alignof(UWindSourceComponentBaseData) == 0x000010, "Wrong alignment on UWindSourceComponentBaseData"); \ static_assert(sizeof(UWindSourceComponentBaseData) == 0x000240, "Wrong size on UWindSourceComponentBaseData"); \ static_assert(offsetof(UWindSourceComponentBaseData, WindGustController) == 0x000220, "Member 'UWindSourceComponentBaseData::WindGustController' has a wrong offset!"); \ static_assert(offsetof(UWindSourceComponentBaseData, Outdoors) == 0x000228, "Member 'UWindSourceComponentBaseData::Outdoors' has a wrong offset!"); \ static_assert(offsetof(UWindSourceComponentBaseData, Priority) == 0x00022C, "Member 'UWindSourceComponentBaseData::Priority' has a wrong offset!"); \ static_assert(offsetof(UWindSourceComponentBaseData, SourceCombine) == 0x000230, "Member 'UWindSourceComponentBaseData::SourceCombine' 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_WindDirectionalSourceComponent_SetBlendDistance \ static_assert(alignof(WindDirectionalSourceComponent_SetBlendDistance) == 0x000004, "Wrong alignment on WindDirectionalSourceComponent_SetBlendDistance"); \ static_assert(sizeof(WindDirectionalSourceComponent_SetBlendDistance) == 0x000004, "Wrong size on WindDirectionalSourceComponent_SetBlendDistance"); \ static_assert(offsetof(WindDirectionalSourceComponent_SetBlendDistance, InNewBlendDistance) == 0x000000, "Member 'WindDirectionalSourceComponent_SetBlendDistance::InNewBlendDistance' 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_SetUseScaleAsBounds \ static_assert(alignof(WindDirectionalSourceComponent_SetUseScaleAsBounds) == 0x000001, "Wrong alignment on WindDirectionalSourceComponent_SetUseScaleAsBounds"); \ static_assert(sizeof(WindDirectionalSourceComponent_SetUseScaleAsBounds) == 0x000001, "Wrong size on WindDirectionalSourceComponent_SetUseScaleAsBounds"); \ static_assert(offsetof(WindDirectionalSourceComponent_SetUseScaleAsBounds, bNewUseScaleAsBounds) == 0x000000, "Member 'WindDirectionalSourceComponent_SetUseScaleAsBounds::bNewUseScaleAsBounds' 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) == 0x000250, "Wrong size on UWindDirectionalSourceComponent"); \ static_assert(offsetof(UWindDirectionalSourceComponent, Strength) == 0x000238, "Member 'UWindDirectionalSourceComponent::Strength' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceComponent, Speed) == 0x00023C, "Member 'UWindDirectionalSourceComponent::Speed' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceComponent, BlendDistance) == 0x000240, "Member 'UWindDirectionalSourceComponent::BlendDistance' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceComponent, Radius) == 0x000244, "Member 'UWindDirectionalSourceComponent::Radius' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceComponent, bPointWind) == 0x000248, "Member 'UWindDirectionalSourceComponent::bPointWind' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceComponent, bUseScaleAsBounds) == 0x000249, "Member 'UWindDirectionalSourceComponent::bUseScaleAsBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANavigationObjectBase \ static_assert(alignof(ANavigationObjectBase) == 0x000008, "Wrong alignment on ANavigationObjectBase"); \ static_assert(sizeof(ANavigationObjectBase) == 0x000270, "Wrong size on ANavigationObjectBase"); \ static_assert(offsetof(ANavigationObjectBase, CapsuleComponent) == 0x000250, "Member 'ANavigationObjectBase::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(ANavigationObjectBase, GoodSprite) == 0x000258, "Member 'ANavigationObjectBase::GoodSprite' has a wrong offset!"); \ static_assert(offsetof(ANavigationObjectBase, BadSprite) == 0x000260, "Member 'ANavigationObjectBase::BadSprite' 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_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_WindPointSourceComponent_SetInnerRadius \ static_assert(alignof(WindPointSourceComponent_SetInnerRadius) == 0x000004, "Wrong alignment on WindPointSourceComponent_SetInnerRadius"); \ static_assert(sizeof(WindPointSourceComponent_SetInnerRadius) == 0x000004, "Wrong size on WindPointSourceComponent_SetInnerRadius"); \ static_assert(offsetof(WindPointSourceComponent_SetInnerRadius, InNewInnerRadius) == 0x000000, "Member 'WindPointSourceComponent_SetInnerRadius::InNewInnerRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindPointSourceComponent_SetRadius \ static_assert(alignof(WindPointSourceComponent_SetRadius) == 0x000004, "Wrong alignment on WindPointSourceComponent_SetRadius"); \ static_assert(sizeof(WindPointSourceComponent_SetRadius) == 0x000004, "Wrong size on WindPointSourceComponent_SetRadius"); \ static_assert(offsetof(WindPointSourceComponent_SetRadius, InNewRadius) == 0x000000, "Member 'WindPointSourceComponent_SetRadius::InNewRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindPointSourceComponent_SetSpeed \ static_assert(alignof(WindPointSourceComponent_SetSpeed) == 0x000004, "Wrong alignment on WindPointSourceComponent_SetSpeed"); \ static_assert(sizeof(WindPointSourceComponent_SetSpeed) == 0x000004, "Wrong size on WindPointSourceComponent_SetSpeed"); \ static_assert(offsetof(WindPointSourceComponent_SetSpeed, InNewSpeed) == 0x000000, "Member 'WindPointSourceComponent_SetSpeed::InNewSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindPointSourceComponent_SetStrength \ static_assert(alignof(WindPointSourceComponent_SetStrength) == 0x000004, "Wrong alignment on WindPointSourceComponent_SetStrength"); \ static_assert(sizeof(WindPointSourceComponent_SetStrength) == 0x000004, "Wrong size on WindPointSourceComponent_SetStrength"); \ static_assert(offsetof(WindPointSourceComponent_SetStrength, InNewStrength) == 0x000000, "Member 'WindPointSourceComponent_SetStrength::InNewStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindPointSourceComponent \ static_assert(alignof(UWindPointSourceComponent) == 0x000010, "Wrong alignment on UWindPointSourceComponent"); \ static_assert(sizeof(UWindPointSourceComponent) == 0x000250, "Wrong size on UWindPointSourceComponent"); \ static_assert(offsetof(UWindPointSourceComponent, Radius) == 0x000238, "Member 'UWindPointSourceComponent::Radius' has a wrong offset!"); \ static_assert(offsetof(UWindPointSourceComponent, InnerRadius) == 0x00023C, "Member 'UWindPointSourceComponent::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(UWindPointSourceComponent, Strength) == 0x000240, "Member 'UWindPointSourceComponent::Strength' has a wrong offset!"); \ static_assert(offsetof(UWindPointSourceComponent, Speed) == 0x000244, "Member 'UWindPointSourceComponent::Speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSequenceBase_GetPlayLength \ static_assert(alignof(AnimSequenceBase_GetPlayLength) == 0x000004, "Wrong alignment on AnimSequenceBase_GetPlayLength"); \ static_assert(sizeof(AnimSequenceBase_GetPlayLength) == 0x000004, "Wrong size on AnimSequenceBase_GetPlayLength"); \ static_assert(offsetof(AnimSequenceBase_GetPlayLength, ReturnValue) == 0x000000, "Member 'AnimSequenceBase_GetPlayLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimSequenceBase \ static_assert(alignof(UAnimSequenceBase) == 0x000008, "Wrong alignment on UAnimSequenceBase"); \ static_assert(sizeof(UAnimSequenceBase) == 0x0000A8, "Wrong size on UAnimSequenceBase"); \ static_assert(offsetof(UAnimSequenceBase, Notifies) == 0x000080, "Member 'UAnimSequenceBase::Notifies' has a wrong offset!"); \ static_assert(offsetof(UAnimSequenceBase, SequenceLength) == 0x000090, "Member 'UAnimSequenceBase::SequenceLength' has a wrong offset!"); \ static_assert(offsetof(UAnimSequenceBase, RateScale) == 0x000094, "Member 'UAnimSequenceBase::RateScale' has a wrong offset!"); \ static_assert(offsetof(UAnimSequenceBase, RawCurveData) == 0x000098, "Member 'UAnimSequenceBase::RawCurveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimStreamable \ static_assert(alignof(UAnimStreamable) == 0x000008, "Wrong alignment on UAnimStreamable"); \ static_assert(sizeof(UAnimStreamable) == 0x0000E0, "Wrong size on UAnimStreamable"); \ static_assert(offsetof(UAnimStreamable, NumFrames) == 0x0000A8, "Member 'UAnimStreamable::NumFrames' has a wrong offset!"); \ static_assert(offsetof(UAnimStreamable, Interpolation) == 0x0000AC, "Member 'UAnimStreamable::Interpolation' has a wrong offset!"); \ static_assert(offsetof(UAnimStreamable, RetargetSource) == 0x0000B0, "Member 'UAnimStreamable::RetargetSource' has a wrong offset!"); \ static_assert(offsetof(UAnimStreamable, BoneCompressionSettings) == 0x0000C8, "Member 'UAnimStreamable::BoneCompressionSettings' has a wrong offset!"); \ static_assert(offsetof(UAnimStreamable, CurveCompressionSettings) == 0x0000D0, "Member 'UAnimStreamable::CurveCompressionSettings' has a wrong offset!"); \ static_assert(offsetof(UAnimStreamable, bEnableRootMotion) == 0x0000D8, "Member 'UAnimStreamable::bEnableRootMotion' has a wrong offset!"); \ static_assert(offsetof(UAnimStreamable, RootMotionRootLock) == 0x0000D9, "Member 'UAnimStreamable::RootMotionRootLock' has a wrong offset!"); \ static_assert(offsetof(UAnimStreamable, bForceRootLock) == 0x0000DA, "Member 'UAnimStreamable::bForceRootLock' has a wrong offset!"); \ static_assert(offsetof(UAnimStreamable, bUseNormalizedRootMotionScale) == 0x0000DB, "Member 'UAnimStreamable::bUseNormalizedRootMotionScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindAffectedComponent \ static_assert(alignof(UWindAffectedComponent) == 0x000010, "Wrong alignment on UWindAffectedComponent"); \ static_assert(sizeof(UWindAffectedComponent) == 0x000240, "Wrong size on UWindAffectedComponent"); \ static_assert(offsetof(UWindAffectedComponent, WindDirection) == 0x000218, "Member 'UWindAffectedComponent::WindDirection' has a wrong offset!"); \ static_assert(offsetof(UWindAffectedComponent, WindSpeed) == 0x000224, "Member 'UWindAffectedComponent::WindSpeed' has a wrong offset!"); \ static_assert(offsetof(UWindAffectedComponent, bInside) == 0x000228, "Member 'UWindAffectedComponent::bInside' has a wrong offset!"); \ static_assert(offsetof(UWindAffectedComponent, WindUpdatedEvent) == 0x000230, "Member 'UWindAffectedComponent::WindUpdatedEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ILevelPartitionInterface \ static_assert(alignof(ILevelPartitionInterface) == 0x000001, "Wrong alignment on ILevelPartitionInterface"); \ static_assert(sizeof(ILevelPartitionInterface) == 0x000001, "Wrong size on ILevelPartitionInterface"); \ #define DUMPER7_ASSERTS_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_UGameInstanceSubsystem \ static_assert(alignof(UGameInstanceSubsystem) == 0x000008, "Wrong alignment on UGameInstanceSubsystem"); \ static_assert(sizeof(UGameInstanceSubsystem) == 0x000030, "Wrong size on UGameInstanceSubsystem"); \ #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_USaveGame \ static_assert(alignof(USaveGame) == 0x000008, "Wrong alignment on USaveGame"); \ static_assert(sizeof(USaveGame) == 0x000028, "Wrong size on USaveGame"); \ #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_UMaterialExpressionParticleColor \ static_assert(alignof(UMaterialExpressionParticleColor) == 0x000008, "Wrong alignment on UMaterialExpressionParticleColor"); \ static_assert(sizeof(UMaterialExpressionParticleColor) == 0x000040, "Wrong size on UMaterialExpressionParticleColor"); \ #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_UMaterialExpressionPixelNormalWS \ static_assert(alignof(UMaterialExpressionPixelNormalWS) == 0x000008, "Wrong alignment on UMaterialExpressionPixelNormalWS"); \ static_assert(sizeof(UMaterialExpressionPixelNormalWS) == 0x000040, "Wrong size on UMaterialExpressionPixelNormalWS"); \ #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_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_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_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_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, bAllowShrink) == 0x000004, "Member 'InstancedStaticMeshComponent_RemoveInstance::bAllowShrink' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_RemoveInstance, ReturnValue) == 0x000005, "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_SetInstanceAlpha \ static_assert(alignof(InstancedStaticMeshComponent_SetInstanceAlpha) == 0x000004, "Wrong alignment on InstancedStaticMeshComponent_SetInstanceAlpha"); \ static_assert(sizeof(InstancedStaticMeshComponent_SetInstanceAlpha) == 0x00000C, "Wrong size on InstancedStaticMeshComponent_SetInstanceAlpha"); \ static_assert(offsetof(InstancedStaticMeshComponent_SetInstanceAlpha, InstanceIndex) == 0x000000, "Member 'InstancedStaticMeshComponent_SetInstanceAlpha::InstanceIndex' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_SetInstanceAlpha, Alpha) == 0x000004, "Member 'InstancedStaticMeshComponent_SetInstanceAlpha::Alpha' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_SetInstanceAlpha, bMarkRenderStateDirty) == 0x000008, "Member 'InstancedStaticMeshComponent_SetInstanceAlpha::bMarkRenderStateDirty' has a wrong offset!"); \ static_assert(offsetof(InstancedStaticMeshComponent_SetInstanceAlpha, ReturnValue) == 0x000009, "Member 'InstancedStaticMeshComponent_SetInstanceAlpha::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) == 0x0005D0, "Wrong size on UInstancedStaticMeshComponent"); \ static_assert(offsetof(UInstancedStaticMeshComponent, PerInstanceSMData) == 0x000518, "Member 'UInstancedStaticMeshComponent::PerInstanceSMData' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, wNumPerInstanceCustomDataFloats) == 0x000528, "Member 'UInstancedStaticMeshComponent::wNumPerInstanceCustomDataFloats' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, NumCustomDataFloats) == 0x00052C, "Member 'UInstancedStaticMeshComponent::NumCustomDataFloats' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, PerInstanceSMCustomData) == 0x000530, "Member 'UInstancedStaticMeshComponent::PerInstanceSMCustomData' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, InstancingRandomSeed) == 0x000540, "Member 'UInstancedStaticMeshComponent::InstancingRandomSeed' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, InstanceStartCullDistance) == 0x000544, "Member 'UInstancedStaticMeshComponent::InstanceStartCullDistance' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, InstanceEndCullDistance) == 0x000548, "Member 'UInstancedStaticMeshComponent::InstanceEndCullDistance' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, InstanceReorderTable) == 0x000550, "Member 'UInstancedStaticMeshComponent::InstanceReorderTable' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, NumPendingLightmaps) == 0x00059C, "Member 'UInstancedStaticMeshComponent::NumPendingLightmaps' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, CachedMappings) == 0x0005A0, "Member 'UInstancedStaticMeshComponent::CachedMappings' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, bwForceUseGpuCulling) == 0x0005C0, "Member 'UInstancedStaticMeshComponent::bwForceUseGpuCulling' 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) == 0x0006C0, "Wrong size on UHierarchicalInstancedStaticMeshComponent"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, SortedInstances) == 0x0005D8, "Member 'UHierarchicalInstancedStaticMeshComponent::SortedInstances' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, NumBuiltInstances) == 0x0005E8, "Member 'UHierarchicalInstancedStaticMeshComponent::NumBuiltInstances' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, BuiltInstanceBounds) == 0x0005F0, "Member 'UHierarchicalInstancedStaticMeshComponent::BuiltInstanceBounds' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, UnbuiltInstanceBounds) == 0x00060C, "Member 'UHierarchicalInstancedStaticMeshComponent::UnbuiltInstanceBounds' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, UnbuiltInstanceBoundsList) == 0x000628, "Member 'UHierarchicalInstancedStaticMeshComponent::UnbuiltInstanceBoundsList' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, OcclusionLayerNumNodes) == 0x000640, "Member 'UHierarchicalInstancedStaticMeshComponent::OcclusionLayerNumNodes' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, CacheMeshExtendedBounds) == 0x000644, "Member 'UHierarchicalInstancedStaticMeshComponent::CacheMeshExtendedBounds' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, bDisableCollision) == 0x000660, "Member 'UHierarchicalInstancedStaticMeshComponent::bDisableCollision' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, bGetEachLODForHISM) == 0x000661, "Member 'UHierarchicalInstancedStaticMeshComponent::bGetEachLODForHISM' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, InstanceCountToRender) == 0x000664, "Member 'UHierarchicalInstancedStaticMeshComponent::InstanceCountToRender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObjectLibrary \ static_assert(alignof(UObjectLibrary) == 0x000008, "Wrong alignment on UObjectLibrary"); \ static_assert(sizeof(UObjectLibrary) == 0x0000A8, "Wrong size on UObjectLibrary"); \ static_assert(offsetof(UObjectLibrary, ObjectBaseClass) == 0x000028, "Member 'UObjectLibrary::ObjectBaseClass' has a wrong offset!"); \ static_assert(offsetof(UObjectLibrary, bHasBlueprintClasses) == 0x000030, "Member 'UObjectLibrary::bHasBlueprintClasses' has a wrong offset!"); \ static_assert(offsetof(UObjectLibrary, Objects) == 0x000038, "Member 'UObjectLibrary::Objects' has a wrong offset!"); \ static_assert(offsetof(UObjectLibrary, WeakObjects) == 0x000048, "Member 'UObjectLibrary::WeakObjects' has a wrong offset!"); \ static_assert(offsetof(UObjectLibrary, bUseWeakReferences) == 0x000058, "Member 'UObjectLibrary::bUseWeakReferences' has a wrong offset!"); \ static_assert(offsetof(UObjectLibrary, bIsFullyLoaded) == 0x000059, "Member 'UObjectLibrary::bIsFullyLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UNavAreaBase \ static_assert(alignof(UNavAreaBase) == 0x000008, "Wrong alignment on UNavAreaBase"); \ static_assert(sizeof(UNavAreaBase) == 0x000030, "Wrong size on UNavAreaBase"); \ #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_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_CurveFloat_GetFloatValue \ static_assert(alignof(CurveFloat_GetFloatValue) == 0x000004, "Wrong alignment on CurveFloat_GetFloatValue"); \ static_assert(sizeof(CurveFloat_GetFloatValue) == 0x000008, "Wrong size on CurveFloat_GetFloatValue"); \ static_assert(offsetof(CurveFloat_GetFloatValue, InTime) == 0x000000, "Member 'CurveFloat_GetFloatValue::InTime' has a wrong offset!"); \ static_assert(offsetof(CurveFloat_GetFloatValue, ReturnValue) == 0x000004, "Member 'CurveFloat_GetFloatValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveFloat \ static_assert(alignof(UCurveFloat) == 0x000008, "Wrong alignment on UCurveFloat"); \ static_assert(sizeof(UCurveFloat) == 0x0000B8, "Wrong size on UCurveFloat"); \ static_assert(offsetof(UCurveFloat, FloatCurve) == 0x000030, "Member 'UCurveFloat::FloatCurve' has a wrong offset!"); \ static_assert(offsetof(UCurveFloat, bIsEventCurve) == 0x0000B0, "Member 'UCurveFloat::bIsEventCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveLinearColor_GetClampedLinearColorValue \ static_assert(alignof(CurveLinearColor_GetClampedLinearColorValue) == 0x000004, "Wrong alignment on CurveLinearColor_GetClampedLinearColorValue"); \ static_assert(sizeof(CurveLinearColor_GetClampedLinearColorValue) == 0x000014, "Wrong size on CurveLinearColor_GetClampedLinearColorValue"); \ static_assert(offsetof(CurveLinearColor_GetClampedLinearColorValue, InTime) == 0x000000, "Member 'CurveLinearColor_GetClampedLinearColorValue::InTime' has a wrong offset!"); \ static_assert(offsetof(CurveLinearColor_GetClampedLinearColorValue, ReturnValue) == 0x000004, "Member 'CurveLinearColor_GetClampedLinearColorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveLinearColor_GetLinearColorValue \ static_assert(alignof(CurveLinearColor_GetLinearColorValue) == 0x000004, "Wrong alignment on CurveLinearColor_GetLinearColorValue"); \ static_assert(sizeof(CurveLinearColor_GetLinearColorValue) == 0x000014, "Wrong size on CurveLinearColor_GetLinearColorValue"); \ static_assert(offsetof(CurveLinearColor_GetLinearColorValue, InTime) == 0x000000, "Member 'CurveLinearColor_GetLinearColorValue::InTime' has a wrong offset!"); \ static_assert(offsetof(CurveLinearColor_GetLinearColorValue, ReturnValue) == 0x000004, "Member 'CurveLinearColor_GetLinearColorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveLinearColor_GetUnadjustedLinearColorValue \ static_assert(alignof(CurveLinearColor_GetUnadjustedLinearColorValue) == 0x000004, "Wrong alignment on CurveLinearColor_GetUnadjustedLinearColorValue"); \ static_assert(sizeof(CurveLinearColor_GetUnadjustedLinearColorValue) == 0x000014, "Wrong size on CurveLinearColor_GetUnadjustedLinearColorValue"); \ static_assert(offsetof(CurveLinearColor_GetUnadjustedLinearColorValue, InTime) == 0x000000, "Member 'CurveLinearColor_GetUnadjustedLinearColorValue::InTime' has a wrong offset!"); \ static_assert(offsetof(CurveLinearColor_GetUnadjustedLinearColorValue, ReturnValue) == 0x000004, "Member 'CurveLinearColor_GetUnadjustedLinearColorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveLinearColor \ static_assert(alignof(UCurveLinearColor) == 0x000008, "Wrong alignment on UCurveLinearColor"); \ static_assert(sizeof(UCurveLinearColor) == 0x000250, "Wrong size on UCurveLinearColor"); \ static_assert(offsetof(UCurveLinearColor, FloatCurves) == 0x000030, "Member 'UCurveLinearColor::FloatCurves' has a wrong offset!"); \ static_assert(offsetof(UCurveLinearColor, AdjustHue) == 0x000230, "Member 'UCurveLinearColor::AdjustHue' has a wrong offset!"); \ static_assert(offsetof(UCurveLinearColor, AdjustSaturation) == 0x000234, "Member 'UCurveLinearColor::AdjustSaturation' has a wrong offset!"); \ static_assert(offsetof(UCurveLinearColor, AdjustBrightness) == 0x000238, "Member 'UCurveLinearColor::AdjustBrightness' has a wrong offset!"); \ static_assert(offsetof(UCurveLinearColor, AdjustBrightnessCurve) == 0x00023C, "Member 'UCurveLinearColor::AdjustBrightnessCurve' has a wrong offset!"); \ static_assert(offsetof(UCurveLinearColor, AdjustVibrance) == 0x000240, "Member 'UCurveLinearColor::AdjustVibrance' has a wrong offset!"); \ static_assert(offsetof(UCurveLinearColor, AdjustMinAlpha) == 0x000244, "Member 'UCurveLinearColor::AdjustMinAlpha' has a wrong offset!"); \ static_assert(offsetof(UCurveLinearColor, AdjustMaxAlpha) == 0x000248, "Member 'UCurveLinearColor::AdjustMaxAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_USoundNodeMature \ static_assert(alignof(USoundNodeMature) == 0x000008, "Wrong alignment on USoundNodeMature"); \ static_assert(sizeof(USoundNodeMature) == 0x000048, "Wrong size on USoundNodeMature"); \ #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_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) == 0x000580, "Wrong size on USplineComponent"); \ static_assert(offsetof(USplineComponent, SplineCurves) == 0x000480, "Member 'USplineComponent::SplineCurves' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, SplineInfo) == 0x0004F0, "Member 'USplineComponent::SplineInfo' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, SplineRotInfo) == 0x000508, "Member 'USplineComponent::SplineRotInfo' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, SplineScaleInfo) == 0x000520, "Member 'USplineComponent::SplineScaleInfo' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, SplineReparamTable) == 0x000538, "Member 'USplineComponent::SplineReparamTable' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bAllowSplineEditingPerInstance) == 0x000550, "Member 'USplineComponent::bAllowSplineEditingPerInstance' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, ReparamStepsPerSegment) == 0x000554, "Member 'USplineComponent::ReparamStepsPerSegment' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, Duration) == 0x000558, "Member 'USplineComponent::Duration' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bStationaryEndpoints) == 0x00055C, "Member 'USplineComponent::bStationaryEndpoints' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bSplineHasBeenEdited) == 0x00055D, "Member 'USplineComponent::bSplineHasBeenEdited' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bModifiedByConstructionScript) == 0x00055E, "Member 'USplineComponent::bModifiedByConstructionScript' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bInputSplinePointsToConstructionScript) == 0x00055F, "Member 'USplineComponent::bInputSplinePointsToConstructionScript' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bDrawDebug) == 0x000560, "Member 'USplineComponent::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bClosedLoop) == 0x000561, "Member 'USplineComponent::bClosedLoop' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bLoopPositionOverride) == 0x000562, "Member 'USplineComponent::bLoopPositionOverride' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, LoopPosition) == 0x000564, "Member 'USplineComponent::LoopPosition' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, DefaultUpVector) == 0x000568, "Member 'USplineComponent::DefaultUpVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundCue \ static_assert(alignof(USoundCue) == 0x000008, "Wrong alignment on USoundCue"); \ static_assert(sizeof(USoundCue) == 0x000548, "Wrong size on USoundCue"); \ static_assert(offsetof(USoundCue, FirstNode) == 0x000178, "Member 'USoundCue::FirstNode' has a wrong offset!"); \ static_assert(offsetof(USoundCue, VolumeMultiplier) == 0x000180, "Member 'USoundCue::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(USoundCue, PitchMultiplier) == 0x000184, "Member 'USoundCue::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(USoundCue, AttenuationOverrides) == 0x000188, "Member 'USoundCue::AttenuationOverrides' has a wrong offset!"); \ static_assert(offsetof(USoundCue, SubtitlePriority) == 0x000528, "Member 'USoundCue::SubtitlePriority' has a wrong offset!"); \ static_assert(offsetof(USoundCue, CookedQualityIndex) == 0x000534, "Member 'USoundCue::CookedQualityIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UParticleModuleAttractorBase \ static_assert(alignof(UParticleModuleAttractorBase) == 0x000008, "Wrong alignment on UParticleModuleAttractorBase"); \ static_assert(sizeof(UParticleModuleAttractorBase) == 0x000030, "Wrong size on UParticleModuleAttractorBase"); \ #define DUMPER7_ASSERTS_UParticleModuleAttractorParticle \ static_assert(alignof(UParticleModuleAttractorParticle) == 0x000008, "Wrong alignment on UParticleModuleAttractorParticle"); \ static_assert(sizeof(UParticleModuleAttractorParticle) == 0x0000B0, "Wrong size on UParticleModuleAttractorParticle"); \ static_assert(offsetof(UParticleModuleAttractorParticle, EmitterName) == 0x000030, "Member 'UParticleModuleAttractorParticle::EmitterName' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorParticle, Range) == 0x000038, "Member 'UParticleModuleAttractorParticle::Range' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorParticle, Strength) == 0x000070, "Member 'UParticleModuleAttractorParticle::Strength' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorParticle, SelectionMethod) == 0x0000A4, "Member 'UParticleModuleAttractorParticle::SelectionMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorParticle, LastSelIndex) == 0x0000AC, "Member 'UParticleModuleAttractorParticle::LastSelIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UAssetImportData \ static_assert(alignof(UAssetImportData) == 0x000008, "Wrong alignment on UAssetImportData"); \ static_assert(sizeof(UAssetImportData) == 0x000028, "Wrong size on UAssetImportData"); \ #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_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_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_UCameraShakePattern \ static_assert(alignof(UCameraShakePattern) == 0x000008, "Wrong alignment on UCameraShakePattern"); \ static_assert(sizeof(UCameraShakePattern) == 0x000028, "Wrong size on UCameraShakePattern"); \ #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_ASceneCapture \ static_assert(alignof(ASceneCapture) == 0x000008, "Wrong alignment on ASceneCapture"); \ static_assert(sizeof(ASceneCapture) == 0x000258, "Wrong size on ASceneCapture"); \ static_assert(offsetof(ASceneCapture, MeshComp) == 0x000248, "Member 'ASceneCapture::MeshComp' has a wrong offset!"); \ static_assert(offsetof(ASceneCapture, SceneComponent) == 0x000250, "Member 'ASceneCapture::SceneComponent' 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_IgnoreSceneSunlight \ static_assert(alignof(AtmosphericFogComponent_IgnoreSceneSunlight) == 0x000001, "Wrong alignment on AtmosphericFogComponent_IgnoreSceneSunlight"); \ static_assert(sizeof(AtmosphericFogComponent_IgnoreSceneSunlight) == 0x000001, "Wrong size on AtmosphericFogComponent_IgnoreSceneSunlight"); \ static_assert(offsetof(AtmosphericFogComponent_IgnoreSceneSunlight, NewIgnoreSceneSunlight) == 0x000000, "Member 'AtmosphericFogComponent_IgnoreSceneSunlight::NewIgnoreSceneSunlight' 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_SetDefaultSunDirection \ static_assert(alignof(AtmosphericFogComponent_SetDefaultSunDirection) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDefaultSunDirection"); \ static_assert(sizeof(AtmosphericFogComponent_SetDefaultSunDirection) == 0x00000C, "Wrong size on AtmosphericFogComponent_SetDefaultSunDirection"); \ static_assert(offsetof(AtmosphericFogComponent_SetDefaultSunDirection, NewSunDirection) == 0x000000, "Member 'AtmosphericFogComponent_SetDefaultSunDirection::NewSunDirection' 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_SetDesaturation \ static_assert(alignof(AtmosphericFogComponent_SetDesaturation) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDesaturation"); \ static_assert(sizeof(AtmosphericFogComponent_SetDesaturation) == 0x000004, "Wrong size on AtmosphericFogComponent_SetDesaturation"); \ static_assert(offsetof(AtmosphericFogComponent_SetDesaturation, NewDesaturation) == 0x000000, "Member 'AtmosphericFogComponent_SetDesaturation::NewDesaturation' 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_SetGroundFogDesaturation \ static_assert(alignof(AtmosphericFogComponent_SetGroundFogDesaturation) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetGroundFogDesaturation"); \ static_assert(sizeof(AtmosphericFogComponent_SetGroundFogDesaturation) == 0x000004, "Wrong size on AtmosphericFogComponent_SetGroundFogDesaturation"); \ static_assert(offsetof(AtmosphericFogComponent_SetGroundFogDesaturation, NewGroundFogDesaturation) == 0x000000, "Member 'AtmosphericFogComponent_SetGroundFogDesaturation::NewGroundFogDesaturation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetGroundOffset \ static_assert(alignof(AtmosphericFogComponent_SetGroundOffset) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetGroundOffset"); \ static_assert(sizeof(AtmosphericFogComponent_SetGroundOffset) == 0x000004, "Wrong size on AtmosphericFogComponent_SetGroundOffset"); \ static_assert(offsetof(AtmosphericFogComponent_SetGroundOffset, NewGroundOffset) == 0x000000, "Member 'AtmosphericFogComponent_SetGroundOffset::NewGroundOffset' 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_SetPrecomputeParamsFull \ static_assert(alignof(AtmosphericFogComponent_SetPrecomputeParamsFull) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetPrecomputeParamsFull"); \ static_assert(sizeof(AtmosphericFogComponent_SetPrecomputeParamsFull) == 0x000030, "Wrong size on AtmosphericFogComponent_SetPrecomputeParamsFull"); \ static_assert(offsetof(AtmosphericFogComponent_SetPrecomputeParamsFull, FullParameters) == 0x000000, "Member 'AtmosphericFogComponent_SetPrecomputeParamsFull::FullParameters' has a wrong offset!"); \ static_assert(offsetof(AtmosphericFogComponent_SetPrecomputeParamsFull, MaxScatteringOrder) == 0x000028, "Member 'AtmosphericFogComponent_SetPrecomputeParamsFull::MaxScatteringOrder' has a wrong offset!"); \ static_assert(offsetof(AtmosphericFogComponent_SetPrecomputeParamsFull, InscatterAltitudeSampleNum) == 0x00002C, "Member 'AtmosphericFogComponent_SetPrecomputeParamsFull::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_SetSunDiscScale \ static_assert(alignof(AtmosphericFogComponent_SetSunDiscScale) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetSunDiscScale"); \ static_assert(sizeof(AtmosphericFogComponent_SetSunDiscScale) == 0x000004, "Wrong size on AtmosphericFogComponent_SetSunDiscScale"); \ static_assert(offsetof(AtmosphericFogComponent_SetSunDiscScale, NewSunDiscScale) == 0x000000, "Member 'AtmosphericFogComponent_SetSunDiscScale::NewSunDiscScale' 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_AtmosphericFogComponent_SetTwilightNightColorationTexture \ static_assert(alignof(AtmosphericFogComponent_SetTwilightNightColorationTexture) == 0x000008, "Wrong alignment on AtmosphericFogComponent_SetTwilightNightColorationTexture"); \ static_assert(sizeof(AtmosphericFogComponent_SetTwilightNightColorationTexture) == 0x000008, "Wrong size on AtmosphericFogComponent_SetTwilightNightColorationTexture"); \ static_assert(offsetof(AtmosphericFogComponent_SetTwilightNightColorationTexture, NewTexture) == 0x000000, "Member 'AtmosphericFogComponent_SetTwilightNightColorationTexture::NewTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetTwilightNightColorationU \ static_assert(alignof(AtmosphericFogComponent_SetTwilightNightColorationU) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetTwilightNightColorationU"); \ static_assert(sizeof(AtmosphericFogComponent_SetTwilightNightColorationU) == 0x000004, "Wrong size on AtmosphericFogComponent_SetTwilightNightColorationU"); \ static_assert(offsetof(AtmosphericFogComponent_SetTwilightNightColorationU, NewU) == 0x000000, "Member 'AtmosphericFogComponent_SetTwilightNightColorationU::NewU' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetTwilightNightColorationVBase \ static_assert(alignof(AtmosphericFogComponent_SetTwilightNightColorationVBase) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetTwilightNightColorationVBase"); \ static_assert(sizeof(AtmosphericFogComponent_SetTwilightNightColorationVBase) == 0x000004, "Wrong size on AtmosphericFogComponent_SetTwilightNightColorationVBase"); \ static_assert(offsetof(AtmosphericFogComponent_SetTwilightNightColorationVBase, NewVBase) == 0x000000, "Member 'AtmosphericFogComponent_SetTwilightNightColorationVBase::NewVBase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetTwilightNightDesaturation \ static_assert(alignof(AtmosphericFogComponent_SetTwilightNightDesaturation) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetTwilightNightDesaturation"); \ static_assert(sizeof(AtmosphericFogComponent_SetTwilightNightDesaturation) == 0x000004, "Wrong size on AtmosphericFogComponent_SetTwilightNightDesaturation"); \ static_assert(offsetof(AtmosphericFogComponent_SetTwilightNightDesaturation, NewDesaturation) == 0x000000, "Member 'AtmosphericFogComponent_SetTwilightNightDesaturation::NewDesaturation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetTwilightNightFogDesaturation \ static_assert(alignof(AtmosphericFogComponent_SetTwilightNightFogDesaturation) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetTwilightNightFogDesaturation"); \ static_assert(sizeof(AtmosphericFogComponent_SetTwilightNightFogDesaturation) == 0x000004, "Wrong size on AtmosphericFogComponent_SetTwilightNightFogDesaturation"); \ static_assert(offsetof(AtmosphericFogComponent_SetTwilightNightFogDesaturation, NewFogDesaturation) == 0x000000, "Member 'AtmosphericFogComponent_SetTwilightNightFogDesaturation::NewFogDesaturation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetTwilightNightFogEnd \ static_assert(alignof(AtmosphericFogComponent_SetTwilightNightFogEnd) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetTwilightNightFogEnd"); \ static_assert(sizeof(AtmosphericFogComponent_SetTwilightNightFogEnd) == 0x000004, "Wrong size on AtmosphericFogComponent_SetTwilightNightFogEnd"); \ static_assert(offsetof(AtmosphericFogComponent_SetTwilightNightFogEnd, NewFogEnd) == 0x000000, "Member 'AtmosphericFogComponent_SetTwilightNightFogEnd::NewFogEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetTwilightNightFogIntensity \ static_assert(alignof(AtmosphericFogComponent_SetTwilightNightFogIntensity) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetTwilightNightFogIntensity"); \ static_assert(sizeof(AtmosphericFogComponent_SetTwilightNightFogIntensity) == 0x000004, "Wrong size on AtmosphericFogComponent_SetTwilightNightFogIntensity"); \ static_assert(offsetof(AtmosphericFogComponent_SetTwilightNightFogIntensity, NewFogIntensity) == 0x000000, "Member 'AtmosphericFogComponent_SetTwilightNightFogIntensity::NewFogIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetTwilightNightFogPower \ static_assert(alignof(AtmosphericFogComponent_SetTwilightNightFogPower) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetTwilightNightFogPower"); \ static_assert(sizeof(AtmosphericFogComponent_SetTwilightNightFogPower) == 0x000004, "Wrong size on AtmosphericFogComponent_SetTwilightNightFogPower"); \ static_assert(offsetof(AtmosphericFogComponent_SetTwilightNightFogPower, NewFogPower) == 0x000000, "Member 'AtmosphericFogComponent_SetTwilightNightFogPower::NewFogPower' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetTwilightNightFogStart \ static_assert(alignof(AtmosphericFogComponent_SetTwilightNightFogStart) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetTwilightNightFogStart"); \ static_assert(sizeof(AtmosphericFogComponent_SetTwilightNightFogStart) == 0x000004, "Wrong size on AtmosphericFogComponent_SetTwilightNightFogStart"); \ static_assert(offsetof(AtmosphericFogComponent_SetTwilightNightFogStart, NewFogStart) == 0x000000, "Member 'AtmosphericFogComponent_SetTwilightNightFogStart::NewFogStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetTwilightNightFogVFar \ static_assert(alignof(AtmosphericFogComponent_SetTwilightNightFogVFar) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetTwilightNightFogVFar"); \ static_assert(sizeof(AtmosphericFogComponent_SetTwilightNightFogVFar) == 0x000004, "Wrong size on AtmosphericFogComponent_SetTwilightNightFogVFar"); \ static_assert(offsetof(AtmosphericFogComponent_SetTwilightNightFogVFar, NewFogVFar) == 0x000000, "Member 'AtmosphericFogComponent_SetTwilightNightFogVFar::NewFogVFar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetTwilightNightFogVNear \ static_assert(alignof(AtmosphericFogComponent_SetTwilightNightFogVNear) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetTwilightNightFogVNear"); \ static_assert(sizeof(AtmosphericFogComponent_SetTwilightNightFogVNear) == 0x000004, "Wrong size on AtmosphericFogComponent_SetTwilightNightFogVNear"); \ static_assert(offsetof(AtmosphericFogComponent_SetTwilightNightFogVNear, NewFogVNear) == 0x000000, "Member 'AtmosphericFogComponent_SetTwilightNightFogVNear::NewFogVNear' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetTwilightNightIntensity \ static_assert(alignof(AtmosphericFogComponent_SetTwilightNightIntensity) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetTwilightNightIntensity"); \ static_assert(sizeof(AtmosphericFogComponent_SetTwilightNightIntensity) == 0x000004, "Wrong size on AtmosphericFogComponent_SetTwilightNightIntensity"); \ static_assert(offsetof(AtmosphericFogComponent_SetTwilightNightIntensity, NewIntensity) == 0x000000, "Member 'AtmosphericFogComponent_SetTwilightNightIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetTwilightNightModColor \ static_assert(alignof(AtmosphericFogComponent_SetTwilightNightModColor) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetTwilightNightModColor"); \ static_assert(sizeof(AtmosphericFogComponent_SetTwilightNightModColor) == 0x000010, "Wrong size on AtmosphericFogComponent_SetTwilightNightModColor"); \ static_assert(offsetof(AtmosphericFogComponent_SetTwilightNightModColor, NewModColor) == 0x000000, "Member 'AtmosphericFogComponent_SetTwilightNightModColor::NewModColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAtmosphericFogComponent \ static_assert(alignof(UAtmosphericFogComponent) == 0x000010, "Wrong alignment on UAtmosphericFogComponent"); \ static_assert(sizeof(UAtmosphericFogComponent) == 0x0003B0, "Wrong size on UAtmosphericFogComponent"); \ static_assert(offsetof(UAtmosphericFogComponent, SunMultiplier) == 0x000218, "Member 'UAtmosphericFogComponent::SunMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, FogMultiplier) == 0x00021C, "Member 'UAtmosphericFogComponent::FogMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DensityMultiplier) == 0x000220, "Member 'UAtmosphericFogComponent::DensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DensityOffset) == 0x000224, "Member 'UAtmosphericFogComponent::DensityOffset' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DistanceScale) == 0x000228, "Member 'UAtmosphericFogComponent::DistanceScale' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, AltitudeScale) == 0x00022C, "Member 'UAtmosphericFogComponent::AltitudeScale' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DistanceOffset) == 0x000230, "Member 'UAtmosphericFogComponent::DistanceOffset' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, GroundOffset) == 0x000234, "Member 'UAtmosphericFogComponent::GroundOffset' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, StartDistance) == 0x000238, "Member 'UAtmosphericFogComponent::StartDistance' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, SunDiscScale) == 0x00023C, "Member 'UAtmosphericFogComponent::SunDiscScale' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, Desaturation) == 0x000240, "Member 'UAtmosphericFogComponent::Desaturation' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, GroundFogDesaturation) == 0x000244, "Member 'UAtmosphericFogComponent::GroundFogDesaturation' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DefaultBrightness) == 0x000248, "Member 'UAtmosphericFogComponent::DefaultBrightness' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DefaultLightColor) == 0x00024C, "Member 'UAtmosphericFogComponent::DefaultLightColor' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DefaultSunDirection) == 0x000250, "Member 'UAtmosphericFogComponent::DefaultSunDirection' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, TwilightNightColoration) == 0x000260, "Member 'UAtmosphericFogComponent::TwilightNightColoration' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, TwilightNightColorationU) == 0x000268, "Member 'UAtmosphericFogComponent::TwilightNightColorationU' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, TwilightNightColorationVBase) == 0x00026C, "Member 'UAtmosphericFogComponent::TwilightNightColorationVBase' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, TwilightNightModColor) == 0x000270, "Member 'UAtmosphericFogComponent::TwilightNightModColor' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, TwilightNightIntensity) == 0x000280, "Member 'UAtmosphericFogComponent::TwilightNightIntensity' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, TwilightNightDesaturation) == 0x000284, "Member 'UAtmosphericFogComponent::TwilightNightDesaturation' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, TwilightNightFogIntensity) == 0x000288, "Member 'UAtmosphericFogComponent::TwilightNightFogIntensity' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, TwilightNightFogDesaturation) == 0x00028C, "Member 'UAtmosphericFogComponent::TwilightNightFogDesaturation' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, TwilightNightFogStart) == 0x000290, "Member 'UAtmosphericFogComponent::TwilightNightFogStart' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, TwilightNightFogEnd) == 0x000294, "Member 'UAtmosphericFogComponent::TwilightNightFogEnd' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, TwilightNightFogPower) == 0x000298, "Member 'UAtmosphericFogComponent::TwilightNightFogPower' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, TwilightNightFogVNear) == 0x00029C, "Member 'UAtmosphericFogComponent::TwilightNightFogVNear' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, TwilightNightFogVFar) == 0x0002A0, "Member 'UAtmosphericFogComponent::TwilightNightFogVFar' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, PrecomputeParams) == 0x0002A8, "Member 'UAtmosphericFogComponent::PrecomputeParams' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, TransmittanceTexture) == 0x000300, "Member 'UAtmosphericFogComponent::TransmittanceTexture' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, IrradianceTexture) == 0x000308, "Member 'UAtmosphericFogComponent::IrradianceTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATargetPoint \ static_assert(alignof(ATargetPoint) == 0x000008, "Wrong alignment on ATargetPoint"); \ static_assert(sizeof(ATargetPoint) == 0x000248, "Wrong size on ATargetPoint"); \ #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_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_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_UMaterialExpressionParticleRelativeTime \ static_assert(alignof(UMaterialExpressionParticleRelativeTime) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRelativeTime"); \ static_assert(sizeof(UMaterialExpressionParticleRelativeTime) == 0x000040, "Wrong size on UMaterialExpressionParticleRelativeTime"); \ #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_UWindGustControllerCurveAsset \ static_assert(alignof(UWindGustControllerCurveAsset) == 0x000008, "Wrong alignment on UWindGustControllerCurveAsset"); \ static_assert(sizeof(UWindGustControllerCurveAsset) == 0x000048, "Wrong size on UWindGustControllerCurveAsset"); \ static_assert(offsetof(UWindGustControllerCurveAsset, Curve) == 0x000028, "Member 'UWindGustControllerCurveAsset::Curve' has a wrong offset!"); \ static_assert(offsetof(UWindGustControllerCurveAsset, TimeScale) == 0x000030, "Member 'UWindGustControllerCurveAsset::TimeScale' has a wrong offset!"); \ static_assert(offsetof(UWindGustControllerCurveAsset, RemapRangeIn) == 0x000034, "Member 'UWindGustControllerCurveAsset::RemapRangeIn' has a wrong offset!"); \ static_assert(offsetof(UWindGustControllerCurveAsset, RemapRangeOut) == 0x00003C, "Member 'UWindGustControllerCurveAsset::RemapRangeOut' has a wrong offset!"); \ static_assert(offsetof(UWindGustControllerCurveAsset, CurveRemap) == 0x000044, "Member 'UWindGustControllerCurveAsset::CurveRemap' has a wrong offset!"); \ static_assert(offsetof(UWindGustControllerCurveAsset, SpeedOp) == 0x000045, "Member 'UWindGustControllerCurveAsset::SpeedOp' 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_USoundSourceBus \ static_assert(alignof(USoundSourceBus) == 0x000008, "Wrong alignment on USoundSourceBus"); \ static_assert(sizeof(USoundSourceBus) == 0x000388, "Wrong size on USoundSourceBus"); \ static_assert(offsetof(USoundSourceBus, SourceBusChannels) == 0x000370, "Member 'USoundSourceBus::SourceBusChannels' has a wrong offset!"); \ static_assert(offsetof(USoundSourceBus, SourceBusDuration) == 0x000374, "Member 'USoundSourceBus::SourceBusDuration' has a wrong offset!"); \ static_assert(offsetof(USoundSourceBus, AudioBus) == 0x000378, "Member 'USoundSourceBus::AudioBus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundEffectPreset \ static_assert(alignof(USoundEffectPreset) == 0x000008, "Wrong alignment on USoundEffectPreset"); \ static_assert(sizeof(USoundEffectPreset) == 0x000068, "Wrong size on USoundEffectPreset"); \ #define DUMPER7_ASSERTS_USoundEffectSubmixPreset \ static_assert(alignof(USoundEffectSubmixPreset) == 0x000008, "Wrong alignment on USoundEffectSubmixPreset"); \ static_assert(sizeof(USoundEffectSubmixPreset) == 0x000068, "Wrong size on USoundEffectSubmixPreset"); \ #define DUMPER7_ASSERTS_ULocalPlayer \ static_assert(alignof(ULocalPlayer) == 0x000008, "Wrong alignment on ULocalPlayer"); \ static_assert(sizeof(ULocalPlayer) == 0x000258, "Wrong size on ULocalPlayer"); \ static_assert(offsetof(ULocalPlayer, ViewportClient) == 0x000070, "Member 'ULocalPlayer::ViewportClient' has a wrong offset!"); \ static_assert(offsetof(ULocalPlayer, AspectRatioAxisConstraint) == 0x000094, "Member 'ULocalPlayer::AspectRatioAxisConstraint' has a wrong offset!"); \ static_assert(offsetof(ULocalPlayer, PendingLevelPlayerControllerClass) == 0x000098, "Member 'ULocalPlayer::PendingLevelPlayerControllerClass' has a wrong offset!"); \ static_assert(offsetof(ULocalPlayer, ControllerId) == 0x0000B8, "Member 'ULocalPlayer::ControllerId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UParticleModuleSizeBase \ static_assert(alignof(UParticleModuleSizeBase) == 0x000008, "Wrong alignment on UParticleModuleSizeBase"); \ static_assert(sizeof(UParticleModuleSizeBase) == 0x000030, "Wrong size on UParticleModuleSizeBase"); \ #define DUMPER7_ASSERTS_UParticleModuleSizeScaleBySpeed \ static_assert(alignof(UParticleModuleSizeScaleBySpeed) == 0x000008, "Wrong alignment on UParticleModuleSizeScaleBySpeed"); \ static_assert(sizeof(UParticleModuleSizeScaleBySpeed) == 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_USoundEffectSourcePreset \ static_assert(alignof(USoundEffectSourcePreset) == 0x000008, "Wrong alignment on USoundEffectSourcePreset"); \ static_assert(sizeof(USoundEffectSourcePreset) == 0x000068, "Wrong size on USoundEffectSourcePreset"); \ #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_UForceFeedbackEffect \ static_assert(alignof(UForceFeedbackEffect) == 0x000008, "Wrong alignment on UForceFeedbackEffect"); \ static_assert(sizeof(UForceFeedbackEffect) == 0x000040, "Wrong size on UForceFeedbackEffect"); \ static_assert(offsetof(UForceFeedbackEffect, ChannelDetails) == 0x000028, "Member 'UForceFeedbackEffect::ChannelDetails' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackEffect, Duration) == 0x000038, "Member 'UForceFeedbackEffect::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATriggerBase \ static_assert(alignof(ATriggerBase) == 0x000008, "Wrong alignment on ATriggerBase"); \ static_assert(sizeof(ATriggerBase) == 0x000250, "Wrong size on ATriggerBase"); \ static_assert(offsetof(ATriggerBase, CollisionComponent) == 0x000248, "Member 'ATriggerBase::CollisionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_CancelLocalNotification \ static_assert(alignof(BlueprintPlatformLibrary_CancelLocalNotification) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_CancelLocalNotification"); \ static_assert(sizeof(BlueprintPlatformLibrary_CancelLocalNotification) == 0x000010, "Wrong size on BlueprintPlatformLibrary_CancelLocalNotification"); \ static_assert(offsetof(BlueprintPlatformLibrary_CancelLocalNotification, ActivationEvent) == 0x000000, "Member 'BlueprintPlatformLibrary_CancelLocalNotification::ActivationEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_CancelLocalNotificationById \ static_assert(alignof(BlueprintPlatformLibrary_CancelLocalNotificationById) == 0x000004, "Wrong alignment on BlueprintPlatformLibrary_CancelLocalNotificationById"); \ static_assert(sizeof(BlueprintPlatformLibrary_CancelLocalNotificationById) == 0x000004, "Wrong size on BlueprintPlatformLibrary_CancelLocalNotificationById"); \ static_assert(offsetof(BlueprintPlatformLibrary_CancelLocalNotificationById, NotificationId) == 0x000000, "Member 'BlueprintPlatformLibrary_CancelLocalNotificationById::NotificationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_GetDeviceOrientation \ static_assert(alignof(BlueprintPlatformLibrary_GetDeviceOrientation) == 0x000001, "Wrong alignment on BlueprintPlatformLibrary_GetDeviceOrientation"); \ static_assert(sizeof(BlueprintPlatformLibrary_GetDeviceOrientation) == 0x000001, "Wrong size on BlueprintPlatformLibrary_GetDeviceOrientation"); \ static_assert(offsetof(BlueprintPlatformLibrary_GetDeviceOrientation, ReturnValue) == 0x000000, "Member 'BlueprintPlatformLibrary_GetDeviceOrientation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_GetLaunchNotification \ static_assert(alignof(BlueprintPlatformLibrary_GetLaunchNotification) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_GetLaunchNotification"); \ static_assert(sizeof(BlueprintPlatformLibrary_GetLaunchNotification) == 0x000020, "Wrong size on BlueprintPlatformLibrary_GetLaunchNotification"); \ static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, NotificationLaunchedApp) == 0x000000, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::NotificationLaunchedApp' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, ActivationEvent) == 0x000008, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::ActivationEvent' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, FireDate) == 0x000018, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::FireDate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime \ static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime"); \ static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime) == 0x000070, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, FireDateTime) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::FireDateTime' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, LocalTime) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::LocalTime' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Title) == 0x000010, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Title' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Body) == 0x000028, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Body' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Action) == 0x000040, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Action' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, ActivationEvent) == 0x000058, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::ActivationEvent' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, ReturnValue) == 0x000068, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime \ static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime"); \ static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime) == 0x000028, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, FireDateTime) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::FireDateTime' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, LocalTime) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::LocalTime' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, ActivationEvent) == 0x000010, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::ActivationEvent' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, ReturnValue) == 0x000020, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow \ static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow"); \ static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow) == 0x000018, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow, inSecondsFromNow) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow::inSecondsFromNow' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow, ActivationEvent) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow::ActivationEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow \ static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow"); \ static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow) == 0x000068, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, inSecondsFromNow) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::inSecondsFromNow' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Title) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Title' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Body) == 0x000020, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Body' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Action) == 0x000038, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Action' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, ActivationEvent) == 0x000050, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::ActivationEvent' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, ReturnValue) == 0x000060, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlueprintPlatformLibrary \ static_assert(alignof(UBlueprintPlatformLibrary) == 0x000008, "Wrong alignment on UBlueprintPlatformLibrary"); \ static_assert(sizeof(UBlueprintPlatformLibrary) == 0x000028, "Wrong size on UBlueprintPlatformLibrary"); \ #define DUMPER7_ASSERTS_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_ATriggerBox \ static_assert(alignof(ATriggerBox) == 0x000008, "Wrong alignment on ATriggerBox"); \ static_assert(sizeof(ATriggerBox) == 0x000250, "Wrong size on ATriggerBox"); \ #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_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) == 0x000258, "Wrong size on AStaticMeshActor"); \ static_assert(offsetof(AStaticMeshActor, StaticMeshComponent) == 0x000248, "Member 'AStaticMeshActor::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(AStaticMeshActor, bStaticMeshReplicateMovement) == 0x000250, "Member 'AStaticMeshActor::bStaticMeshReplicateMovement' has a wrong offset!"); \ static_assert(offsetof(AStaticMeshActor, NavigationGeometryGatheringMode) == 0x000251, "Member 'AStaticMeshActor::NavigationGeometryGatheringMode' 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_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) == 0x0004B0, "Wrong size on UBoxComponent"); \ static_assert(offsetof(UBoxComponent, BoxExtent) == 0x000498, "Member 'UBoxComponent::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(UBoxComponent, LineThickness) == 0x0004A4, "Member 'UBoxComponent::LineThickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneCaptureComponent_HideActorComponents \ static_assert(alignof(SceneCaptureComponent_HideActorComponents) == 0x000008, "Wrong alignment on SceneCaptureComponent_HideActorComponents"); \ static_assert(sizeof(SceneCaptureComponent_HideActorComponents) == 0x000010, "Wrong size on SceneCaptureComponent_HideActorComponents"); \ static_assert(offsetof(SceneCaptureComponent_HideActorComponents, InActor) == 0x000000, "Member 'SceneCaptureComponent_HideActorComponents::InActor' has a wrong offset!"); \ static_assert(offsetof(SceneCaptureComponent_HideActorComponents, bIncludeFromChildActors) == 0x000008, "Member 'SceneCaptureComponent_HideActorComponents::bIncludeFromChildActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneCaptureComponent_HideComponent \ static_assert(alignof(SceneCaptureComponent_HideComponent) == 0x000008, "Wrong alignment on SceneCaptureComponent_HideComponent"); \ static_assert(sizeof(SceneCaptureComponent_HideComponent) == 0x000008, "Wrong size on SceneCaptureComponent_HideComponent"); \ static_assert(offsetof(SceneCaptureComponent_HideComponent, InComponent) == 0x000000, "Member 'SceneCaptureComponent_HideComponent::InComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneCaptureComponent_RemoveShowOnlyActorComponents \ static_assert(alignof(SceneCaptureComponent_RemoveShowOnlyActorComponents) == 0x000008, "Wrong alignment on SceneCaptureComponent_RemoveShowOnlyActorComponents"); \ static_assert(sizeof(SceneCaptureComponent_RemoveShowOnlyActorComponents) == 0x000010, "Wrong size on SceneCaptureComponent_RemoveShowOnlyActorComponents"); \ static_assert(offsetof(SceneCaptureComponent_RemoveShowOnlyActorComponents, InActor) == 0x000000, "Member 'SceneCaptureComponent_RemoveShowOnlyActorComponents::InActor' has a wrong offset!"); \ static_assert(offsetof(SceneCaptureComponent_RemoveShowOnlyActorComponents, bIncludeFromChildActors) == 0x000008, "Member 'SceneCaptureComponent_RemoveShowOnlyActorComponents::bIncludeFromChildActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneCaptureComponent_RemoveShowOnlyComponent \ static_assert(alignof(SceneCaptureComponent_RemoveShowOnlyComponent) == 0x000008, "Wrong alignment on SceneCaptureComponent_RemoveShowOnlyComponent"); \ static_assert(sizeof(SceneCaptureComponent_RemoveShowOnlyComponent) == 0x000008, "Wrong size on SceneCaptureComponent_RemoveShowOnlyComponent"); \ static_assert(offsetof(SceneCaptureComponent_RemoveShowOnlyComponent, InComponent) == 0x000000, "Member 'SceneCaptureComponent_RemoveShowOnlyComponent::InComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneCaptureComponent_SetCaptureSortPriority \ static_assert(alignof(SceneCaptureComponent_SetCaptureSortPriority) == 0x000004, "Wrong alignment on SceneCaptureComponent_SetCaptureSortPriority"); \ static_assert(sizeof(SceneCaptureComponent_SetCaptureSortPriority) == 0x000004, "Wrong size on SceneCaptureComponent_SetCaptureSortPriority"); \ static_assert(offsetof(SceneCaptureComponent_SetCaptureSortPriority, NewCaptureSortPriority) == 0x000000, "Member 'SceneCaptureComponent_SetCaptureSortPriority::NewCaptureSortPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneCaptureComponent_ShowOnlyActorComponents \ static_assert(alignof(SceneCaptureComponent_ShowOnlyActorComponents) == 0x000008, "Wrong alignment on SceneCaptureComponent_ShowOnlyActorComponents"); \ static_assert(sizeof(SceneCaptureComponent_ShowOnlyActorComponents) == 0x000010, "Wrong size on SceneCaptureComponent_ShowOnlyActorComponents"); \ static_assert(offsetof(SceneCaptureComponent_ShowOnlyActorComponents, InActor) == 0x000000, "Member 'SceneCaptureComponent_ShowOnlyActorComponents::InActor' has a wrong offset!"); \ static_assert(offsetof(SceneCaptureComponent_ShowOnlyActorComponents, bIncludeFromChildActors) == 0x000008, "Member 'SceneCaptureComponent_ShowOnlyActorComponents::bIncludeFromChildActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneCaptureComponent_ShowOnlyComponent \ static_assert(alignof(SceneCaptureComponent_ShowOnlyComponent) == 0x000008, "Wrong alignment on SceneCaptureComponent_ShowOnlyComponent"); \ static_assert(sizeof(SceneCaptureComponent_ShowOnlyComponent) == 0x000008, "Wrong size on SceneCaptureComponent_ShowOnlyComponent"); \ static_assert(offsetof(SceneCaptureComponent_ShowOnlyComponent, InComponent) == 0x000000, "Member 'SceneCaptureComponent_ShowOnlyComponent::InComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneCaptureComponent \ static_assert(alignof(USceneCaptureComponent) == 0x000010, "Wrong alignment on USceneCaptureComponent"); \ static_assert(sizeof(USceneCaptureComponent) == 0x0002E0, "Wrong size on USceneCaptureComponent"); \ static_assert(offsetof(USceneCaptureComponent, PrimitiveRenderMode) == 0x000218, "Member 'USceneCaptureComponent::PrimitiveRenderMode' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, CaptureSource) == 0x000219, "Member 'USceneCaptureComponent::CaptureSource' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, bAlwaysPersistRenderingState) == 0x00021B, "Member 'USceneCaptureComponent::bAlwaysPersistRenderingState' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, HiddenComponents) == 0x000220, "Member 'USceneCaptureComponent::HiddenComponents' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, HiddenActors) == 0x000230, "Member 'USceneCaptureComponent::HiddenActors' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, bSkipRenderNiagaraFX) == 0x000240, "Member 'USceneCaptureComponent::bSkipRenderNiagaraFX' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, ShowOnlyComponents) == 0x000248, "Member 'USceneCaptureComponent::ShowOnlyComponents' 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) == 0x000980, "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) == 0x0008F0, "Member 'USceneCaptureComponent2D::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, CustomNearClippingPlane) == 0x0008F8, "Member 'USceneCaptureComponent2D::CustomNearClippingPlane' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, bUseCustomProjectionMatrix) == 0x0008FC, "Member 'USceneCaptureComponent2D::bUseCustomProjectionMatrix' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, CustomProjectionMatrix) == 0x000900, "Member 'USceneCaptureComponent2D::CustomProjectionMatrix' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, bUseEditorCamera) == 0x000940, "Member 'USceneCaptureComponent2D::bUseEditorCamera' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, bEnableClipPlane) == 0x000941, "Member 'USceneCaptureComponent2D::bEnableClipPlane' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, ClipPlaneBase) == 0x000944, "Member 'USceneCaptureComponent2D::ClipPlaneBase' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, ClipPlaneNormal) == 0x000950, "Member 'USceneCaptureComponent2D::ClipPlaneNormal' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, bDisableFlipCopyGLES) == 0x000960, "Member 'USceneCaptureComponent2D::bDisableFlipCopyGLES' 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_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) == 0x000250, "Wrong size on UChildActorComponent"); \ static_assert(offsetof(UChildActorComponent, ChildActorClass) == 0x000218, "Member 'UChildActorComponent::ChildActorClass' has a wrong offset!"); \ static_assert(offsetof(UChildActorComponent, ChildActor) == 0x000220, "Member 'UChildActorComponent::ChildActor' has a wrong offset!"); \ static_assert(offsetof(UChildActorComponent, ChildActorTemplate) == 0x000228, "Member 'UChildActorComponent::ChildActorTemplate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetNodeHelperLibrary_BitIsMarked \ static_assert(alignof(KismetNodeHelperLibrary_BitIsMarked) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_BitIsMarked"); \ static_assert(sizeof(KismetNodeHelperLibrary_BitIsMarked) == 0x00000C, "Wrong size on KismetNodeHelperLibrary_BitIsMarked"); \ static_assert(offsetof(KismetNodeHelperLibrary_BitIsMarked, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_BitIsMarked::Data' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_BitIsMarked, Index_0) == 0x000004, "Member 'KismetNodeHelperLibrary_BitIsMarked::Index_0' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_BitIsMarked, ReturnValue) == 0x000008, "Member 'KismetNodeHelperLibrary_BitIsMarked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetNodeHelperLibrary_ClearAllBits \ static_assert(alignof(KismetNodeHelperLibrary_ClearAllBits) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_ClearAllBits"); \ static_assert(sizeof(KismetNodeHelperLibrary_ClearAllBits) == 0x000004, "Wrong size on KismetNodeHelperLibrary_ClearAllBits"); \ static_assert(offsetof(KismetNodeHelperLibrary_ClearAllBits, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_ClearAllBits::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetNodeHelperLibrary_ClearBit \ static_assert(alignof(KismetNodeHelperLibrary_ClearBit) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_ClearBit"); \ static_assert(sizeof(KismetNodeHelperLibrary_ClearBit) == 0x000008, "Wrong size on KismetNodeHelperLibrary_ClearBit"); \ static_assert(offsetof(KismetNodeHelperLibrary_ClearBit, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_ClearBit::Data' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_ClearBit, Index_0) == 0x000004, "Member 'KismetNodeHelperLibrary_ClearBit::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetEnumeratorName \ static_assert(alignof(KismetNodeHelperLibrary_GetEnumeratorName) == 0x000008, "Wrong alignment on KismetNodeHelperLibrary_GetEnumeratorName"); \ static_assert(sizeof(KismetNodeHelperLibrary_GetEnumeratorName) == 0x000018, "Wrong size on KismetNodeHelperLibrary_GetEnumeratorName"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorName, Enum) == 0x000000, "Member 'KismetNodeHelperLibrary_GetEnumeratorName::Enum' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorName, EnumeratorValue) == 0x000008, "Member 'KismetNodeHelperLibrary_GetEnumeratorName::EnumeratorValue' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorName, ReturnValue) == 0x00000C, "Member 'KismetNodeHelperLibrary_GetEnumeratorName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName \ static_assert(alignof(KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName) == 0x000008, "Wrong alignment on KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName"); \ static_assert(sizeof(KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName) == 0x000020, "Wrong size on KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName, Enum) == 0x000000, "Member 'KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName::Enum' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName, EnumeratorValue) == 0x000008, "Member 'KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName::EnumeratorValue' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName, ReturnValue) == 0x000010, "Member 'KismetNodeHelperLibrary_GetEnumeratorUserFriendlyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetEnumeratorValueFromIndex \ static_assert(alignof(KismetNodeHelperLibrary_GetEnumeratorValueFromIndex) == 0x000008, "Wrong alignment on KismetNodeHelperLibrary_GetEnumeratorValueFromIndex"); \ static_assert(sizeof(KismetNodeHelperLibrary_GetEnumeratorValueFromIndex) == 0x000010, "Wrong size on KismetNodeHelperLibrary_GetEnumeratorValueFromIndex"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorValueFromIndex, Enum) == 0x000000, "Member 'KismetNodeHelperLibrary_GetEnumeratorValueFromIndex::Enum' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorValueFromIndex, EnumeratorIndex) == 0x000008, "Member 'KismetNodeHelperLibrary_GetEnumeratorValueFromIndex::EnumeratorIndex' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetEnumeratorValueFromIndex, ReturnValue) == 0x000009, "Member 'KismetNodeHelperLibrary_GetEnumeratorValueFromIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetFirstUnmarkedBit \ static_assert(alignof(KismetNodeHelperLibrary_GetFirstUnmarkedBit) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_GetFirstUnmarkedBit"); \ static_assert(sizeof(KismetNodeHelperLibrary_GetFirstUnmarkedBit) == 0x000010, "Wrong size on KismetNodeHelperLibrary_GetFirstUnmarkedBit"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetFirstUnmarkedBit, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_GetFirstUnmarkedBit::Data' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetFirstUnmarkedBit, StartIdx) == 0x000004, "Member 'KismetNodeHelperLibrary_GetFirstUnmarkedBit::StartIdx' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetFirstUnmarkedBit, NumBits) == 0x000008, "Member 'KismetNodeHelperLibrary_GetFirstUnmarkedBit::NumBits' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetFirstUnmarkedBit, ReturnValue) == 0x00000C, "Member 'KismetNodeHelperLibrary_GetFirstUnmarkedBit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetRandomUnmarkedBit \ static_assert(alignof(KismetNodeHelperLibrary_GetRandomUnmarkedBit) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_GetRandomUnmarkedBit"); \ static_assert(sizeof(KismetNodeHelperLibrary_GetRandomUnmarkedBit) == 0x000010, "Wrong size on KismetNodeHelperLibrary_GetRandomUnmarkedBit"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetRandomUnmarkedBit, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_GetRandomUnmarkedBit::Data' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetRandomUnmarkedBit, StartIdx) == 0x000004, "Member 'KismetNodeHelperLibrary_GetRandomUnmarkedBit::StartIdx' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetRandomUnmarkedBit, NumBits) == 0x000008, "Member 'KismetNodeHelperLibrary_GetRandomUnmarkedBit::NumBits' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetRandomUnmarkedBit, ReturnValue) == 0x00000C, "Member 'KismetNodeHelperLibrary_GetRandomUnmarkedBit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetUnmarkedBit \ static_assert(alignof(KismetNodeHelperLibrary_GetUnmarkedBit) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_GetUnmarkedBit"); \ static_assert(sizeof(KismetNodeHelperLibrary_GetUnmarkedBit) == 0x000014, "Wrong size on KismetNodeHelperLibrary_GetUnmarkedBit"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetUnmarkedBit, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_GetUnmarkedBit::Data' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetUnmarkedBit, StartIdx) == 0x000004, "Member 'KismetNodeHelperLibrary_GetUnmarkedBit::StartIdx' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetUnmarkedBit, NumBits) == 0x000008, "Member 'KismetNodeHelperLibrary_GetUnmarkedBit::NumBits' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetUnmarkedBit, bRandom) == 0x00000C, "Member 'KismetNodeHelperLibrary_GetUnmarkedBit::bRandom' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetUnmarkedBit, ReturnValue) == 0x000010, "Member 'KismetNodeHelperLibrary_GetUnmarkedBit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetNodeHelperLibrary_GetValidValue \ static_assert(alignof(KismetNodeHelperLibrary_GetValidValue) == 0x000008, "Wrong alignment on KismetNodeHelperLibrary_GetValidValue"); \ static_assert(sizeof(KismetNodeHelperLibrary_GetValidValue) == 0x000010, "Wrong size on KismetNodeHelperLibrary_GetValidValue"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetValidValue, Enum) == 0x000000, "Member 'KismetNodeHelperLibrary_GetValidValue::Enum' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetValidValue, EnumeratorValue) == 0x000008, "Member 'KismetNodeHelperLibrary_GetValidValue::EnumeratorValue' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_GetValidValue, ReturnValue) == 0x000009, "Member 'KismetNodeHelperLibrary_GetValidValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetNodeHelperLibrary_HasMarkedBit \ static_assert(alignof(KismetNodeHelperLibrary_HasMarkedBit) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_HasMarkedBit"); \ static_assert(sizeof(KismetNodeHelperLibrary_HasMarkedBit) == 0x00000C, "Wrong size on KismetNodeHelperLibrary_HasMarkedBit"); \ static_assert(offsetof(KismetNodeHelperLibrary_HasMarkedBit, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_HasMarkedBit::Data' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_HasMarkedBit, NumBits) == 0x000004, "Member 'KismetNodeHelperLibrary_HasMarkedBit::NumBits' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_HasMarkedBit, ReturnValue) == 0x000008, "Member 'KismetNodeHelperLibrary_HasMarkedBit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetNodeHelperLibrary_HasUnmarkedBit \ static_assert(alignof(KismetNodeHelperLibrary_HasUnmarkedBit) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_HasUnmarkedBit"); \ static_assert(sizeof(KismetNodeHelperLibrary_HasUnmarkedBit) == 0x00000C, "Wrong size on KismetNodeHelperLibrary_HasUnmarkedBit"); \ static_assert(offsetof(KismetNodeHelperLibrary_HasUnmarkedBit, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_HasUnmarkedBit::Data' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_HasUnmarkedBit, NumBits) == 0x000004, "Member 'KismetNodeHelperLibrary_HasUnmarkedBit::NumBits' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_HasUnmarkedBit, ReturnValue) == 0x000008, "Member 'KismetNodeHelperLibrary_HasUnmarkedBit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetNodeHelperLibrary_MarkBit \ static_assert(alignof(KismetNodeHelperLibrary_MarkBit) == 0x000004, "Wrong alignment on KismetNodeHelperLibrary_MarkBit"); \ static_assert(sizeof(KismetNodeHelperLibrary_MarkBit) == 0x000008, "Wrong size on KismetNodeHelperLibrary_MarkBit"); \ static_assert(offsetof(KismetNodeHelperLibrary_MarkBit, Data) == 0x000000, "Member 'KismetNodeHelperLibrary_MarkBit::Data' has a wrong offset!"); \ static_assert(offsetof(KismetNodeHelperLibrary_MarkBit, Index_0) == 0x000004, "Member 'KismetNodeHelperLibrary_MarkBit::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetNodeHelperLibrary \ static_assert(alignof(UKismetNodeHelperLibrary) == 0x000008, "Wrong alignment on UKismetNodeHelperLibrary"); \ static_assert(sizeof(UKismetNodeHelperLibrary) == 0x000028, "Wrong size on UKismetNodeHelperLibrary"); \ #define DUMPER7_ASSERTS_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_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) == 0x000250, "Wrong size on ALevelScriptActor"); \ #define DUMPER7_ASSERTS_UMaterialExpressionBlendMaterialAttributes \ static_assert(alignof(UMaterialExpressionBlendMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionBlendMaterialAttributes"); \ static_assert(sizeof(UMaterialExpressionBlendMaterialAttributes) == 0x000098, "Wrong size on UMaterialExpressionBlendMaterialAttributes"); \ static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, A) == 0x000040, "Member 'UMaterialExpressionBlendMaterialAttributes::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, b) == 0x000060, "Member 'UMaterialExpressionBlendMaterialAttributes::b' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, Alpha) == 0x000080, "Member 'UMaterialExpressionBlendMaterialAttributes::Alpha' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, PixelAttributeBlendType) == 0x000094, "Member 'UMaterialExpressionBlendMaterialAttributes::PixelAttributeBlendType' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, VertexAttributeBlendType) == 0x000095, "Member 'UMaterialExpressionBlendMaterialAttributes::VertexAttributeBlendType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystem_ContainsEmitterType \ static_assert(alignof(ParticleSystem_ContainsEmitterType) == 0x000008, "Wrong alignment on ParticleSystem_ContainsEmitterType"); \ static_assert(sizeof(ParticleSystem_ContainsEmitterType) == 0x000010, "Wrong size on ParticleSystem_ContainsEmitterType"); \ static_assert(offsetof(ParticleSystem_ContainsEmitterType, TypeData) == 0x000000, "Member 'ParticleSystem_ContainsEmitterType::TypeData' has a wrong offset!"); \ static_assert(offsetof(ParticleSystem_ContainsEmitterType, ReturnValue) == 0x000008, "Member 'ParticleSystem_ContainsEmitterType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleSystem \ static_assert(alignof(UParticleSystem) == 0x000008, "Wrong alignment on UParticleSystem"); \ static_assert(sizeof(UParticleSystem) == 0x000110, "Wrong size on UParticleSystem"); \ static_assert(offsetof(UParticleSystem, UpdateTime_FPS) == 0x000030, "Member 'UParticleSystem::UpdateTime_FPS' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, UpdateTime_Delta) == 0x000034, "Member 'UParticleSystem::UpdateTime_Delta' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, WarmupTime) == 0x000038, "Member 'UParticleSystem::WarmupTime' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, WarmupTickRate) == 0x00003C, "Member 'UParticleSystem::WarmupTickRate' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, Emitters) == 0x000040, "Member 'UParticleSystem::Emitters' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, PreviewComponent) == 0x000050, "Member 'UParticleSystem::PreviewComponent' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, CurveEdSetup) == 0x000058, "Member 'UParticleSystem::CurveEdSetup' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, LODDistanceCheckTime) == 0x000060, "Member 'UParticleSystem::LODDistanceCheckTime' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, MacroUVRadius) == 0x000064, "Member 'UParticleSystem::MacroUVRadius' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, LODDistances) == 0x000068, "Member 'UParticleSystem::LODDistances' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, LODSettings) == 0x000078, "Member 'UParticleSystem::LODSettings' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, FixedRelativeBoundingBox) == 0x000088, "Member 'UParticleSystem::FixedRelativeBoundingBox' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, SecondsBeforeInactive) == 0x0000A4, "Member 'UParticleSystem::SecondsBeforeInactive' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, Delay) == 0x0000A8, "Member 'UParticleSystem::Delay' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, DelayLow) == 0x0000AC, "Member 'UParticleSystem::DelayLow' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, SystemUpdateMode) == 0x0000B2, "Member 'UParticleSystem::SystemUpdateMode' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, LODMethod) == 0x0000B3, "Member 'UParticleSystem::LODMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, InsignificantReaction) == 0x0000B4, "Member 'UParticleSystem::InsignificantReaction' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, OcclusionBoundsMethod) == 0x0000B5, "Member 'UParticleSystem::OcclusionBoundsMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, MaxSignificanceLevel) == 0x0000B7, "Member 'UParticleSystem::MaxSignificanceLevel' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, MinTimeBetweenTicks) == 0x0000B8, "Member 'UParticleSystem::MinTimeBetweenTicks' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, InsignificanceDelay) == 0x0000BC, "Member 'UParticleSystem::InsignificanceDelay' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, MacroUVPosition) == 0x0000C0, "Member 'UParticleSystem::MacroUVPosition' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, CustomOcclusionBounds) == 0x0000CC, "Member 'UParticleSystem::CustomOcclusionBounds' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, SoloTracking) == 0x0000E8, "Member 'UParticleSystem::SoloTracking' has a wrong offset!"); \ static_assert(offsetof(UParticleSystem, NamedMaterialSlots) == 0x0000F8, "Member 'UParticleSystem::NamedMaterialSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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) == 0x0004A0, "Wrong size on UCapsuleComponent"); \ static_assert(offsetof(UCapsuleComponent, CapsuleHalfHeight) == 0x000498, "Member 'UCapsuleComponent::CapsuleHalfHeight' has a wrong offset!"); \ static_assert(offsetof(UCapsuleComponent, CapsuleRadius) == 0x00049C, "Member 'UCapsuleComponent::CapsuleRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundAttenuation \ static_assert(alignof(USoundAttenuation) == 0x000008, "Wrong alignment on USoundAttenuation"); \ static_assert(sizeof(USoundAttenuation) == 0x0003C8, "Wrong size on USoundAttenuation"); \ static_assert(offsetof(USoundAttenuation, Attenuation) == 0x000028, "Member 'USoundAttenuation::Attenuation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightCullingProvider \ static_assert(alignof(ULightCullingProvider) == 0x000008, "Wrong alignment on ULightCullingProvider"); \ static_assert(sizeof(ULightCullingProvider) == 0x000028, "Wrong size on ULightCullingProvider"); \ #define DUMPER7_ASSERTS_ULightCullingProviderActor \ static_assert(alignof(ULightCullingProviderActor) == 0x000008, "Wrong alignment on ULightCullingProviderActor"); \ static_assert(sizeof(ULightCullingProviderActor) == 0x000030, "Wrong size on ULightCullingProviderActor"); \ static_assert(offsetof(ULightCullingProviderActor, LightActor) == 0x000028, "Member 'ULightCullingProviderActor::LightActor' 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) == 0x000300, "Wrong size on UForceFeedbackComponent"); \ static_assert(offsetof(UForceFeedbackComponent, ForceFeedbackEffect) == 0x000218, "Member 'UForceFeedbackComponent::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackComponent, IntensityMultiplier) == 0x000224, "Member 'UForceFeedbackComponent::IntensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackComponent, AttenuationSettings) == 0x000228, "Member 'UForceFeedbackComponent::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackComponent, AttenuationOverrides) == 0x000230, "Member 'UForceFeedbackComponent::AttenuationOverrides' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackComponent, OnForceFeedbackFinished) == 0x0002E0, "Member 'UForceFeedbackComponent::OnForceFeedbackFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetDefaultResolution \ static_assert(alignof(GameUserSettings_GetDefaultResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetDefaultResolution"); \ static_assert(sizeof(GameUserSettings_GetDefaultResolution) == 0x000008, "Wrong size on GameUserSettings_GetDefaultResolution"); \ static_assert(offsetof(GameUserSettings_GetDefaultResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultResolution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetDefaultWindowMode \ static_assert(alignof(GameUserSettings_GetDefaultWindowMode) == 0x000001, "Wrong alignment on GameUserSettings_GetDefaultWindowMode"); \ static_assert(sizeof(GameUserSettings_GetDefaultWindowMode) == 0x000001, "Wrong size on GameUserSettings_GetDefaultWindowMode"); \ static_assert(offsetof(GameUserSettings_GetDefaultWindowMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultWindowMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetDefaultWindowPosition \ static_assert(alignof(GameUserSettings_GetDefaultWindowPosition) == 0x000004, "Wrong alignment on GameUserSettings_GetDefaultWindowPosition"); \ static_assert(sizeof(GameUserSettings_GetDefaultWindowPosition) == 0x000008, "Wrong size on GameUserSettings_GetDefaultWindowPosition"); \ static_assert(offsetof(GameUserSettings_GetDefaultWindowPosition, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultWindowPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetFramePace \ static_assert(alignof(GameUserSettings_GetFramePace) == 0x000004, "Wrong alignment on GameUserSettings_GetFramePace"); \ static_assert(sizeof(GameUserSettings_GetFramePace) == 0x000004, "Wrong size on GameUserSettings_GetFramePace"); \ static_assert(offsetof(GameUserSettings_GetFramePace, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFramePace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetGameUserSettings \ static_assert(alignof(GameUserSettings_GetGameUserSettings) == 0x000008, "Wrong alignment on GameUserSettings_GetGameUserSettings"); \ static_assert(sizeof(GameUserSettings_GetGameUserSettings) == 0x000008, "Wrong size on GameUserSettings_GetGameUserSettings"); \ static_assert(offsetof(GameUserSettings_GetGameUserSettings, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetGameUserSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetSyncInterval \ static_assert(alignof(GameUserSettings_GetSyncInterval) == 0x000004, "Wrong alignment on GameUserSettings_GetSyncInterval"); \ static_assert(sizeof(GameUserSettings_GetSyncInterval) == 0x000004, "Wrong size on GameUserSettings_GetSyncInterval"); \ static_assert(offsetof(GameUserSettings_GetSyncInterval, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetSyncInterval::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_ApplyResolutionSettings \ static_assert(alignof(GameUserSettings_ApplyResolutionSettings) == 0x000001, "Wrong alignment on GameUserSettings_ApplyResolutionSettings"); \ static_assert(sizeof(GameUserSettings_ApplyResolutionSettings) == 0x000001, "Wrong size on GameUserSettings_ApplyResolutionSettings"); \ static_assert(offsetof(GameUserSettings_ApplyResolutionSettings, bCheckForCommandLineOverrides) == 0x000000, "Member 'GameUserSettings_ApplyResolutionSettings::bCheckForCommandLineOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_ApplySettings \ static_assert(alignof(GameUserSettings_ApplySettings) == 0x000001, "Wrong alignment on GameUserSettings_ApplySettings"); \ static_assert(sizeof(GameUserSettings_ApplySettings) == 0x000001, "Wrong size on GameUserSettings_ApplySettings"); \ static_assert(offsetof(GameUserSettings_ApplySettings, bCheckForCommandLineOverrides) == 0x000000, "Member 'GameUserSettings_ApplySettings::bCheckForCommandLineOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_EnableHDRDisplayOutput \ static_assert(alignof(GameUserSettings_EnableHDRDisplayOutput) == 0x000004, "Wrong alignment on GameUserSettings_EnableHDRDisplayOutput"); \ static_assert(sizeof(GameUserSettings_EnableHDRDisplayOutput) == 0x000008, "Wrong size on GameUserSettings_EnableHDRDisplayOutput"); \ static_assert(offsetof(GameUserSettings_EnableHDRDisplayOutput, bEnable) == 0x000000, "Member 'GameUserSettings_EnableHDRDisplayOutput::bEnable' has a wrong offset!"); \ static_assert(offsetof(GameUserSettings_EnableHDRDisplayOutput, DisplayNits) == 0x000004, "Member 'GameUserSettings_EnableHDRDisplayOutput::DisplayNits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetDefaultResolutionScale \ static_assert(alignof(GameUserSettings_GetDefaultResolutionScale) == 0x000004, "Wrong alignment on GameUserSettings_GetDefaultResolutionScale"); \ static_assert(sizeof(GameUserSettings_GetDefaultResolutionScale) == 0x000004, "Wrong size on GameUserSettings_GetDefaultResolutionScale"); \ static_assert(offsetof(GameUserSettings_GetDefaultResolutionScale, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDefaultResolutionScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_GetRecommendedResolutionScale \ static_assert(alignof(GameUserSettings_GetRecommendedResolutionScale) == 0x000004, "Wrong alignment on GameUserSettings_GetRecommendedResolutionScale"); \ static_assert(sizeof(GameUserSettings_GetRecommendedResolutionScale) == 0x000004, "Wrong size on GameUserSettings_GetRecommendedResolutionScale"); \ static_assert(offsetof(GameUserSettings_GetRecommendedResolutionScale, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetRecommendedResolutionScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_LoadSettings \ static_assert(alignof(GameUserSettings_LoadSettings) == 0x000001, "Wrong alignment on GameUserSettings_LoadSettings"); \ static_assert(sizeof(GameUserSettings_LoadSettings) == 0x000001, "Wrong size on GameUserSettings_LoadSettings"); \ static_assert(offsetof(GameUserSettings_LoadSettings, bForceReload) == 0x000000, "Member 'GameUserSettings_LoadSettings::bForceReload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_RunHardwareBenchmark \ static_assert(alignof(GameUserSettings_RunHardwareBenchmark) == 0x000004, "Wrong alignment on GameUserSettings_RunHardwareBenchmark"); \ static_assert(sizeof(GameUserSettings_RunHardwareBenchmark) == 0x00000C, "Wrong size on GameUserSettings_RunHardwareBenchmark"); \ static_assert(offsetof(GameUserSettings_RunHardwareBenchmark, WorkScale) == 0x000000, "Member 'GameUserSettings_RunHardwareBenchmark::WorkScale' has a wrong offset!"); \ static_assert(offsetof(GameUserSettings_RunHardwareBenchmark, CPUMultiplier) == 0x000004, "Member 'GameUserSettings_RunHardwareBenchmark::CPUMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameUserSettings_RunHardwareBenchmark, GPUMultiplier) == 0x000008, "Member 'GameUserSettings_RunHardwareBenchmark::GPUMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetAntiAliasingQuality \ static_assert(alignof(GameUserSettings_SetAntiAliasingQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetAntiAliasingQuality"); \ static_assert(sizeof(GameUserSettings_SetAntiAliasingQuality) == 0x000004, "Wrong size on GameUserSettings_SetAntiAliasingQuality"); \ static_assert(offsetof(GameUserSettings_SetAntiAliasingQuality, Value) == 0x000000, "Member 'GameUserSettings_SetAntiAliasingQuality::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetAudioQualityLevel \ static_assert(alignof(GameUserSettings_SetAudioQualityLevel) == 0x000004, "Wrong alignment on GameUserSettings_SetAudioQualityLevel"); \ static_assert(sizeof(GameUserSettings_SetAudioQualityLevel) == 0x000004, "Wrong size on GameUserSettings_SetAudioQualityLevel"); \ static_assert(offsetof(GameUserSettings_SetAudioQualityLevel, QualityLevel) == 0x000000, "Member 'GameUserSettings_SetAudioQualityLevel::QualityLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameUserSettings_SetCustomQuality \ static_assert(alignof(GameUserSettings_SetCustomQuality) == 0x000008, "Wrong alignment on GameUserSettings_SetCustomQuality"); \ static_assert(sizeof(GameUserSettings_SetCustomQuality) == 0x000018, "Wrong size on GameUserSettings_SetCustomQuality"); \ static_assert(offsetof(GameUserSettings_SetCustomQuality, InScalabilityGroupName) == 0x000000, "Member 'GameUserSettings_SetCustomQuality::InScalabilityGroupName' has a wrong offset!"); \ static_assert(offsetof(GameUserSettings_SetCustomQuality, InValue) == 0x000010, "Member 'GameUserSettings_SetCustomQuality::InValue' has a wrong offset!"); \ static_assert(offsetof(GameUserSettings_SetCustomQuality, ReturnValue) == 0x000014, "Member 'GameUserSettings_SetCustomQuality::ReturnValue' 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_GetCustomQuality \ static_assert(alignof(GameUserSettings_GetCustomQuality) == 0x000008, "Wrong alignment on GameUserSettings_GetCustomQuality"); \ static_assert(sizeof(GameUserSettings_GetCustomQuality) == 0x000018, "Wrong size on GameUserSettings_GetCustomQuality"); \ static_assert(offsetof(GameUserSettings_GetCustomQuality, InScalabilityGroupName) == 0x000000, "Member 'GameUserSettings_GetCustomQuality::InScalabilityGroupName' has a wrong offset!"); \ static_assert(offsetof(GameUserSettings_GetCustomQuality, OutValue) == 0x000010, "Member 'GameUserSettings_GetCustomQuality::OutValue' has a wrong offset!"); \ static_assert(offsetof(GameUserSettings_GetCustomQuality, ReturnValue) == 0x000014, "Member 'GameUserSettings_GetCustomQuality::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) == 0x000138, "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) == 0x000090, "Member 'UGameUserSettings::ResolutionSizeX' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, ResolutionSizeY) == 0x000094, "Member 'UGameUserSettings::ResolutionSizeY' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastUserConfirmedResolutionSizeX) == 0x000098, "Member 'UGameUserSettings::LastUserConfirmedResolutionSizeX' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastUserConfirmedResolutionSizeY) == 0x00009C, "Member 'UGameUserSettings::LastUserConfirmedResolutionSizeY' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, WindowPosX) == 0x0000A0, "Member 'UGameUserSettings::WindowPosX' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, WindowPosY) == 0x0000A4, "Member 'UGameUserSettings::WindowPosY' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, FullscreenMode) == 0x0000A8, "Member 'UGameUserSettings::FullscreenMode' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastConfirmedFullscreenMode) == 0x0000AC, "Member 'UGameUserSettings::LastConfirmedFullscreenMode' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, PreferredFullscreenMode) == 0x0000B0, "Member 'UGameUserSettings::PreferredFullscreenMode' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, Version) == 0x0000B4, "Member 'UGameUserSettings::Version' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, AudioQualityLevel) == 0x0000B8, "Member 'UGameUserSettings::AudioQualityLevel' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastConfirmedAudioQualityLevel) == 0x0000BC, "Member 'UGameUserSettings::LastConfirmedAudioQualityLevel' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, FrameRateLimit) == 0x0000C0, "Member 'UGameUserSettings::FrameRateLimit' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, DesiredScreenWidth) == 0x0000C8, "Member 'UGameUserSettings::DesiredScreenWidth' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, bUseDesiredScreenHeight) == 0x0000CC, "Member 'UGameUserSettings::bUseDesiredScreenHeight' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, DesiredScreenHeight) == 0x0000D0, "Member 'UGameUserSettings::DesiredScreenHeight' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastUserConfirmedDesiredScreenWidth) == 0x0000D4, "Member 'UGameUserSettings::LastUserConfirmedDesiredScreenWidth' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastUserConfirmedDesiredScreenHeight) == 0x0000D8, "Member 'UGameUserSettings::LastUserConfirmedDesiredScreenHeight' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastRecommendedScreenWidth) == 0x0000DC, "Member 'UGameUserSettings::LastRecommendedScreenWidth' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastRecommendedScreenHeight) == 0x0000E0, "Member 'UGameUserSettings::LastRecommendedScreenHeight' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastCPUBenchmarkResult) == 0x0000E4, "Member 'UGameUserSettings::LastCPUBenchmarkResult' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastGPUBenchmarkResult) == 0x0000E8, "Member 'UGameUserSettings::LastGPUBenchmarkResult' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastCPUBenchmarkSteps) == 0x0000F0, "Member 'UGameUserSettings::LastCPUBenchmarkSteps' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastGPUBenchmarkSteps) == 0x000100, "Member 'UGameUserSettings::LastGPUBenchmarkSteps' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, LastGPUBenchmarkMultiplier) == 0x000110, "Member 'UGameUserSettings::LastGPUBenchmarkMultiplier' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, bUseHDRDisplayOutput) == 0x000114, "Member 'UGameUserSettings::bUseHDRDisplayOutput' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, HDRDisplayOutputNits) == 0x000118, "Member 'UGameUserSettings::HDRDisplayOutputNits' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, OnGameUserSettingsUINeedsUpdate) == 0x000120, "Member 'UGameUserSettings::OnGameUserSettingsUINeedsUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationDirect \ static_assert(alignof(UParticleModuleLocationDirect) == 0x000008, "Wrong alignment on UParticleModuleLocationDirect"); \ static_assert(sizeof(UParticleModuleLocationDirect) == 0x000150, "Wrong size on UParticleModuleLocationDirect"); \ static_assert(offsetof(UParticleModuleLocationDirect, Location) == 0x000030, "Member 'UParticleModuleLocationDirect::Location' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationDirect, LocationOffset) == 0x000078, "Member 'UParticleModuleLocationDirect::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationDirect, ScaleFactor) == 0x0000C0, "Member 'UParticleModuleLocationDirect::ScaleFactor' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationDirect, Direction) == 0x000108, "Member 'UParticleModuleLocationDirect::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UReporterBase \ static_assert(alignof(UReporterBase) == 0x000008, "Wrong alignment on UReporterBase"); \ static_assert(sizeof(UReporterBase) == 0x000030, "Wrong size on UReporterBase"); \ #define DUMPER7_ASSERTS_UReporterGraph \ static_assert(alignof(UReporterGraph) == 0x000008, "Wrong alignment on UReporterGraph"); \ static_assert(sizeof(UReporterGraph) == 0x0000A8, "Wrong size on UReporterGraph"); \ #define DUMPER7_ASSERTS_UEngine \ static_assert(alignof(UEngine) == 0x000008, "Wrong alignment on UEngine"); \ static_assert(sizeof(UEngine) == 0x000E38, "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, MinDesiredFrameRate) == 0x000924, "Member 'UEngine::MinDesiredFrameRate' has a wrong offset!"); \ static_assert(offsetof(UEngine, DisplayGamma) == 0x000928, "Member 'UEngine::DisplayGamma' 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) == 0x000CD8, "Member 'UEngine::NetDriverDefinitions' has a wrong offset!"); \ static_assert(offsetof(UEngine, ServerActors) == 0x000CE8, "Member 'UEngine::ServerActors' has a wrong offset!"); \ static_assert(offsetof(UEngine, RuntimeServerActors) == 0x000CF8, "Member 'UEngine::RuntimeServerActors' has a wrong offset!"); \ static_assert(offsetof(UEngine, NetErrorLogInterval) == 0x000D08, "Member 'UEngine::NetErrorLogInterval' has a wrong offset!"); \ static_assert(offsetof(UEngine, NextWorldContextHandle) == 0x000D28, "Member 'UEngine::NextWorldContextHandle' has a wrong offset!"); \ static_assert(offsetof(UEngine, WHDRGradientTextureName) == 0x000E00, "Member 'UEngine::WHDRGradientTextureName' has a wrong offset!"); \ static_assert(offsetof(UEngine, WHDRGradientTexture) == 0x000E18, "Member 'UEngine::WHDRGradientTexture' has a wrong offset!"); \ static_assert(offsetof(UEngine, wPhotoModeExtraExposureCompensation) == 0x000E20, "Member 'UEngine::wPhotoModeExtraExposureCompensation' has a wrong offset!"); \ static_assert(offsetof(UEngine, bwUsePhotoModeExtraExposureCompensation) == 0x000E24, "Member 'UEngine::bwUsePhotoModeExtraExposureCompensation' has a wrong offset!"); \ static_assert(offsetof(UEngine, wPhotoModeDisplayContrast) == 0x000E28, "Member 'UEngine::wPhotoModeDisplayContrast' has a wrong offset!"); \ static_assert(offsetof(UEngine, bwUsePhotoModeDisplayContrast) == 0x000E2C, "Member 'UEngine::bwUsePhotoModeDisplayContrast' has a wrong offset!"); \ static_assert(offsetof(UEngine, wPhotoModeDisplaySaturation) == 0x000E30, "Member 'UEngine::wPhotoModeDisplaySaturation' has a wrong offset!"); \ static_assert(offsetof(UEngine, bwUsePhotoModeDisplaySaturation) == 0x000E34, "Member 'UEngine::bwUsePhotoModeDisplaySaturation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEngineTypes \ static_assert(alignof(UEngineTypes) == 0x000008, "Wrong alignment on UEngineTypes"); \ static_assert(sizeof(UEngineTypes) == 0x000028, "Wrong size on UEngineTypes"); \ #define DUMPER7_ASSERTS_GameViewportClient_SetConsoleTarget \ static_assert(alignof(GameViewportClient_SetConsoleTarget) == 0x000004, "Wrong alignment on GameViewportClient_SetConsoleTarget"); \ static_assert(sizeof(GameViewportClient_SetConsoleTarget) == 0x000004, "Wrong size on GameViewportClient_SetConsoleTarget"); \ static_assert(offsetof(GameViewportClient_SetConsoleTarget, PlayerIndex) == 0x000000, "Member 'GameViewportClient_SetConsoleTarget::PlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameViewportClient \ static_assert(alignof(UGameViewportClient) == 0x000008, "Wrong alignment on UGameViewportClient"); \ static_assert(sizeof(UGameViewportClient) == 0x000360, "Wrong size on UGameViewportClient"); \ static_assert(offsetof(UGameViewportClient, ViewportConsole) == 0x000040, "Member 'UGameViewportClient::ViewportConsole' has a wrong offset!"); \ static_assert(offsetof(UGameViewportClient, DebugProperties) == 0x000048, "Member 'UGameViewportClient::DebugProperties' has a wrong offset!"); \ static_assert(offsetof(UGameViewportClient, MaxSplitscreenPlayers) == 0x000068, "Member 'UGameViewportClient::MaxSplitscreenPlayers' has a wrong offset!"); \ static_assert(offsetof(UGameViewportClient, World) == 0x000078, "Member 'UGameViewportClient::World' has a wrong offset!"); \ static_assert(offsetof(UGameViewportClient, GameInstance) == 0x000080, "Member 'UGameViewportClient::GameInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDebugDrawService \ static_assert(alignof(UDebugDrawService) == 0x000008, "Wrong alignment on UDebugDrawService"); \ static_assert(sizeof(UDebugDrawService) == 0x000028, "Wrong size on UDebugDrawService"); \ #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_UNavigationSystemBase \ static_assert(alignof(UNavigationSystemBase) == 0x000008, "Wrong alignment on UNavigationSystemBase"); \ static_assert(sizeof(UNavigationSystemBase) == 0x000028, "Wrong size on UNavigationSystemBase"); \ #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_APhysicsVolume \ static_assert(alignof(APhysicsVolume) == 0x000008, "Wrong alignment on APhysicsVolume"); \ static_assert(sizeof(APhysicsVolume) == 0x000290, "Wrong size on APhysicsVolume"); \ static_assert(offsetof(APhysicsVolume, TerminalVelocity) == 0x000280, "Member 'APhysicsVolume::TerminalVelocity' has a wrong offset!"); \ static_assert(offsetof(APhysicsVolume, Priority) == 0x000284, "Member 'APhysicsVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(APhysicsVolume, FluidFriction) == 0x000288, "Member 'APhysicsVolume::FluidFriction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AKillZVolume \ static_assert(alignof(AKillZVolume) == 0x000008, "Wrong alignment on AKillZVolume"); \ static_assert(sizeof(AKillZVolume) == 0x000290, "Wrong size on AKillZVolume"); \ #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_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) == 0x0001F0, "Wrong size on UProjectileMovementComponent"); \ static_assert(offsetof(UProjectileMovementComponent, InitialSpeed) == 0x000110, "Member 'UProjectileMovementComponent::InitialSpeed' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, MaxSpeed) == 0x000114, "Member 'UProjectileMovementComponent::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, PreviousHitTime) == 0x00011C, "Member 'UProjectileMovementComponent::PreviousHitTime' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, PreviousHitNormal) == 0x000120, "Member 'UProjectileMovementComponent::PreviousHitNormal' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, ProjectileGravityScale) == 0x00012C, "Member 'UProjectileMovementComponent::ProjectileGravityScale' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, Buoyancy) == 0x000130, "Member 'UProjectileMovementComponent::Buoyancy' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, Bounciness) == 0x000134, "Member 'UProjectileMovementComponent::Bounciness' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, Friction) == 0x000138, "Member 'UProjectileMovementComponent::Friction' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, BounceVelocityStopSimulatingThreshold) == 0x00013C, "Member 'UProjectileMovementComponent::BounceVelocityStopSimulatingThreshold' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, MinFrictionFraction) == 0x000140, "Member 'UProjectileMovementComponent::MinFrictionFraction' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, OnProjectileBounce) == 0x000148, "Member 'UProjectileMovementComponent::OnProjectileBounce' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, OnProjectileStop) == 0x000158, "Member 'UProjectileMovementComponent::OnProjectileStop' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, HomingAccelerationMagnitude) == 0x000168, "Member 'UProjectileMovementComponent::HomingAccelerationMagnitude' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, HomingTargetComponent) == 0x00016C, "Member 'UProjectileMovementComponent::HomingTargetComponent' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, MaxSimulationTimeStep) == 0x000174, "Member 'UProjectileMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, MaxSimulationIterations) == 0x000178, "Member 'UProjectileMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, BounceAdditionalIterations) == 0x00017C, "Member 'UProjectileMovementComponent::BounceAdditionalIterations' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, InterpLocationTime) == 0x000180, "Member 'UProjectileMovementComponent::InterpLocationTime' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, InterpRotationTime) == 0x000184, "Member 'UProjectileMovementComponent::InterpRotationTime' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, InterpLocationMaxLagDistance) == 0x000188, "Member 'UProjectileMovementComponent::InterpLocationMaxLagDistance' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, InterpLocationSnapToTargetDistance) == 0x00018C, "Member 'UProjectileMovementComponent::InterpLocationSnapToTargetDistance' 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_SetAtmosphereSunLightPriority \ static_assert(alignof(DirectionalLightComponent_SetAtmosphereSunLightPriority) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetAtmosphereSunLightPriority"); \ static_assert(sizeof(DirectionalLightComponent_SetAtmosphereSunLightPriority) == 0x000004, "Wrong size on DirectionalLightComponent_SetAtmosphereSunLightPriority"); \ static_assert(offsetof(DirectionalLightComponent_SetAtmosphereSunLightPriority, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetAtmosphereSunLightPriority::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_SetCloudShadowMinMax \ static_assert(alignof(DirectionalLightComponent_SetCloudShadowMinMax) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetCloudShadowMinMax"); \ static_assert(sizeof(DirectionalLightComponent_SetCloudShadowMinMax) == 0x000008, "Wrong size on DirectionalLightComponent_SetCloudShadowMinMax"); \ static_assert(offsetof(DirectionalLightComponent_SetCloudShadowMinMax, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCloudShadowMinMax::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_SetDynamicShadowCascades \ static_assert(alignof(DirectionalLightComponent_SetDynamicShadowCascades) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetDynamicShadowCascades"); \ static_assert(sizeof(DirectionalLightComponent_SetDynamicShadowCascades) == 0x000004, "Wrong size on DirectionalLightComponent_SetDynamicShadowCascades"); \ static_assert(offsetof(DirectionalLightComponent_SetDynamicShadowCascades, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetDynamicShadowCascades::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetDynamicShadowDistanceMovableLight \ static_assert(alignof(DirectionalLightComponent_SetDynamicShadowDistanceMovableLight) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetDynamicShadowDistanceMovableLight"); \ static_assert(sizeof(DirectionalLightComponent_SetDynamicShadowDistanceMovableLight) == 0x000004, "Wrong size on DirectionalLightComponent_SetDynamicShadowDistanceMovableLight"); \ static_assert(offsetof(DirectionalLightComponent_SetDynamicShadowDistanceMovableLight, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetDynamicShadowDistanceMovableLight::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight \ static_assert(alignof(DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight"); \ static_assert(sizeof(DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight) == 0x000004, "Wrong size on DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight"); \ static_assert(offsetof(DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetDynamicShadowDistanceStationaryLight::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetEnableLightShaftOcclusion \ static_assert(alignof(DirectionalLightComponent_SetEnableLightShaftOcclusion) == 0x000001, "Wrong alignment on DirectionalLightComponent_SetEnableLightShaftOcclusion"); \ static_assert(sizeof(DirectionalLightComponent_SetEnableLightShaftOcclusion) == 0x000001, "Wrong size on DirectionalLightComponent_SetEnableLightShaftOcclusion"); \ static_assert(offsetof(DirectionalLightComponent_SetEnableLightShaftOcclusion, bNewValue) == 0x000000, "Member 'DirectionalLightComponent_SetEnableLightShaftOcclusion::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetLightShaftOverrideDirection \ static_assert(alignof(DirectionalLightComponent_SetLightShaftOverrideDirection) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetLightShaftOverrideDirection"); \ static_assert(sizeof(DirectionalLightComponent_SetLightShaftOverrideDirection) == 0x00000C, "Wrong size on DirectionalLightComponent_SetLightShaftOverrideDirection"); \ static_assert(offsetof(DirectionalLightComponent_SetLightShaftOverrideDirection, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetLightShaftOverrideDirection::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_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_SetPseudoLight \ static_assert(alignof(DirectionalLightComponent_SetPseudoLight) == 0x000001, "Wrong alignment on DirectionalLightComponent_SetPseudoLight"); \ static_assert(sizeof(DirectionalLightComponent_SetPseudoLight) == 0x000001, "Wrong size on DirectionalLightComponent_SetPseudoLight"); \ static_assert(offsetof(DirectionalLightComponent_SetPseudoLight, bNewValue) == 0x000000, "Member 'DirectionalLightComponent_SetPseudoLight::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetShadowAmount \ static_assert(alignof(DirectionalLightComponent_SetShadowAmount) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetShadowAmount"); \ static_assert(sizeof(DirectionalLightComponent_SetShadowAmount) == 0x000004, "Wrong size on DirectionalLightComponent_SetShadowAmount"); \ static_assert(offsetof(DirectionalLightComponent_SetShadowAmount, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetShadowAmount::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetShadowDistanceFadeoutFraction \ static_assert(alignof(DirectionalLightComponent_SetShadowDistanceFadeoutFraction) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetShadowDistanceFadeoutFraction"); \ static_assert(sizeof(DirectionalLightComponent_SetShadowDistanceFadeoutFraction) == 0x000004, "Wrong size on DirectionalLightComponent_SetShadowDistanceFadeoutFraction"); \ static_assert(offsetof(DirectionalLightComponent_SetShadowDistanceFadeoutFraction, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetShadowDistanceFadeoutFraction::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightComponent \ static_assert(alignof(UDirectionalLightComponent) == 0x000010, "Wrong alignment on UDirectionalLightComponent"); \ static_assert(sizeof(UDirectionalLightComponent) == 0x000460, "Wrong size on UDirectionalLightComponent"); \ static_assert(offsetof(UDirectionalLightComponent, ShadowCascadeBiasDistribution) == 0x000388, "Member 'UDirectionalLightComponent::ShadowCascadeBiasDistribution' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, OcclusionMaskDarkness) == 0x000390, "Member 'UDirectionalLightComponent::OcclusionMaskDarkness' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, OcclusionDepthRange) == 0x000394, "Member 'UDirectionalLightComponent::OcclusionDepthRange' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, LightShaftOverrideDirection) == 0x000398, "Member 'UDirectionalLightComponent::LightShaftOverrideDirection' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, WholeSceneDynamicShadowRadius) == 0x0003A4, "Member 'UDirectionalLightComponent::WholeSceneDynamicShadowRadius' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, DynamicShadowDistanceMovableLight) == 0x0003A8, "Member 'UDirectionalLightComponent::DynamicShadowDistanceMovableLight' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, DynamicShadowDistanceStationaryLight) == 0x0003AC, "Member 'UDirectionalLightComponent::DynamicShadowDistanceStationaryLight' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, DynamicShadowCascades) == 0x0003B0, "Member 'UDirectionalLightComponent::DynamicShadowCascades' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CascadeDistributionExponent) == 0x0003B4, "Member 'UDirectionalLightComponent::CascadeDistributionExponent' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CascadeTransitionFraction) == 0x0003B8, "Member 'UDirectionalLightComponent::CascadeTransitionFraction' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, ShadowDistanceFadeoutFraction) == 0x0003BC, "Member 'UDirectionalLightComponent::ShadowDistanceFadeoutFraction' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, FarShadowCascadeCount) == 0x0003C4, "Member 'UDirectionalLightComponent::FarShadowCascadeCount' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, FarShadowDistance) == 0x0003C8, "Member 'UDirectionalLightComponent::FarShadowDistance' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, DistanceFieldShadowDistance) == 0x0003CC, "Member 'UDirectionalLightComponent::DistanceFieldShadowDistance' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CachedDirectionalShadowDistance) == 0x0003D0, "Member 'UDirectionalLightComponent::CachedDirectionalShadowDistance' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, LightSourceAngle) == 0x0003D4, "Member 'UDirectionalLightComponent::LightSourceAngle' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, LightSourceSoftAngle) == 0x0003D8, "Member 'UDirectionalLightComponent::LightSourceSoftAngle' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, ShadowSourceAngleFactor) == 0x0003DC, "Member 'UDirectionalLightComponent::ShadowSourceAngleFactor' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, TraceDistance) == 0x0003E0, "Member 'UDirectionalLightComponent::TraceDistance' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, AtmosphereSunLightIndex) == 0x0003E8, "Member 'UDirectionalLightComponent::AtmosphereSunLightIndex' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, AtmosphereSunDiskColorScale) == 0x0003EC, "Member 'UDirectionalLightComponent::AtmosphereSunDiskColorScale' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowStrength) == 0x000400, "Member 'UDirectionalLightComponent::CloudShadowStrength' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowOnAtmosphereStrength) == 0x000404, "Member 'UDirectionalLightComponent::CloudShadowOnAtmosphereStrength' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowOnSurfaceStrength) == 0x000408, "Member 'UDirectionalLightComponent::CloudShadowOnSurfaceStrength' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowMinMax) == 0x00040C, "Member 'UDirectionalLightComponent::CloudShadowMinMax' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowDepthBias) == 0x000414, "Member 'UDirectionalLightComponent::CloudShadowDepthBias' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowExtent) == 0x000418, "Member 'UDirectionalLightComponent::CloudShadowExtent' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowMapResolutionScale) == 0x00041C, "Member 'UDirectionalLightComponent::CloudShadowMapResolutionScale' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowRaySampleCountScale) == 0x000420, "Member 'UDirectionalLightComponent::CloudShadowRaySampleCountScale' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudScatteredLuminanceScale) == 0x000424, "Member 'UDirectionalLightComponent::CloudScatteredLuminanceScale' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, LightmassSettings) == 0x000434, "Member 'UDirectionalLightComponent::LightmassSettings' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, ModulatedShadowColor) == 0x000448, "Member 'UDirectionalLightComponent::ModulatedShadowColor' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, ShadowAmount) == 0x00044C, "Member 'UDirectionalLightComponent::ShadowAmount' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, AtmosphereSunLightPriority) == 0x000450, "Member 'UDirectionalLightComponent::AtmosphereSunLightPriority' 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_UTickableWorldSubsystem \ static_assert(alignof(UTickableWorldSubsystem) == 0x000008, "Wrong alignment on UTickableWorldSubsystem"); \ static_assert(sizeof(UTickableWorldSubsystem) == 0x000040, "Wrong size on UTickableWorldSubsystem"); \ #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) == 0x000298, "Wrong size on AGameStateBase"); \ static_assert(offsetof(AGameStateBase, GameModeClass) == 0x000248, "Member 'AGameStateBase::GameModeClass' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, AuthorityGameMode) == 0x000250, "Member 'AGameStateBase::AuthorityGameMode' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, SpectatorClass) == 0x000258, "Member 'AGameStateBase::SpectatorClass' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, PlayerArray) == 0x000260, "Member 'AGameStateBase::PlayerArray' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, bReplicatedHasBegunPlay) == 0x000270, "Member 'AGameStateBase::bReplicatedHasBegunPlay' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, ReplicatedWorldTimeSeconds) == 0x000274, "Member 'AGameStateBase::ReplicatedWorldTimeSeconds' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsDelta) == 0x000278, "Member 'AGameStateBase::ServerWorldTimeSecondsDelta' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsUpdateFrequency) == 0x00027C, "Member 'AGameStateBase::ServerWorldTimeSecondsUpdateFrequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALandscapeCullingExclusionVolume \ static_assert(alignof(ALandscapeCullingExclusionVolume) == 0x000008, "Wrong alignment on ALandscapeCullingExclusionVolume"); \ static_assert(sizeof(ALandscapeCullingExclusionVolume) == 0x000280, "Wrong size on ALandscapeCullingExclusionVolume"); \ #define DUMPER7_ASSERTS_AGameState \ static_assert(alignof(AGameState) == 0x000008, "Wrong alignment on AGameState"); \ static_assert(sizeof(AGameState) == 0x0002B8, "Wrong size on AGameState"); \ static_assert(offsetof(AGameState, MatchState) == 0x000298, "Member 'AGameState::MatchState' has a wrong offset!"); \ static_assert(offsetof(AGameState, PreviousMatchState) == 0x0002A0, "Member 'AGameState::PreviousMatchState' has a wrong offset!"); \ static_assert(offsetof(AGameState, ElapsedTime) == 0x0002A8, "Member 'AGameState::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASkyLight \ static_assert(alignof(ASkyLight) == 0x000008, "Wrong alignment on ASkyLight"); \ static_assert(sizeof(ASkyLight) == 0x000258, "Wrong size on ASkyLight"); \ static_assert(offsetof(ASkyLight, LightComponent) == 0x000248, "Member 'ASkyLight::LightComponent' 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_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_SetShouldWarmUpStreamingAssets \ static_assert(alignof(LevelStreaming_SetShouldWarmUpStreamingAssets) == 0x000004, "Wrong alignment on LevelStreaming_SetShouldWarmUpStreamingAssets"); \ static_assert(sizeof(LevelStreaming_SetShouldWarmUpStreamingAssets) == 0x000008, "Wrong size on LevelStreaming_SetShouldWarmUpStreamingAssets"); \ static_assert(offsetof(LevelStreaming_SetShouldWarmUpStreamingAssets, bInShouldWarmUp) == 0x000000, "Member 'LevelStreaming_SetShouldWarmUpStreamingAssets::bInShouldWarmUp' has a wrong offset!"); \ static_assert(offsetof(LevelStreaming_SetShouldWarmUpStreamingAssets, Seconds) == 0x000004, "Member 'LevelStreaming_SetShouldWarmUpStreamingAssets::Seconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelStreaming_GetIsRequestingUnloadAndRemoval \ static_assert(alignof(LevelStreaming_GetIsRequestingUnloadAndRemoval) == 0x000001, "Wrong alignment on LevelStreaming_GetIsRequestingUnloadAndRemoval"); \ static_assert(sizeof(LevelStreaming_GetIsRequestingUnloadAndRemoval) == 0x000001, "Wrong size on LevelStreaming_GetIsRequestingUnloadAndRemoval"); \ static_assert(offsetof(LevelStreaming_GetIsRequestingUnloadAndRemoval, ReturnValue) == 0x000000, "Member 'LevelStreaming_GetIsRequestingUnloadAndRemoval::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelStreaming_GetLoadedLevel \ static_assert(alignof(LevelStreaming_GetLoadedLevel) == 0x000008, "Wrong alignment on LevelStreaming_GetLoadedLevel"); \ static_assert(sizeof(LevelStreaming_GetLoadedLevel) == 0x000008, "Wrong size on LevelStreaming_GetLoadedLevel"); \ static_assert(offsetof(LevelStreaming_GetLoadedLevel, ReturnValue) == 0x000000, "Member 'LevelStreaming_GetLoadedLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelStreaming_GetWorldAssetPackageFName \ static_assert(alignof(LevelStreaming_GetWorldAssetPackageFName) == 0x000004, "Wrong alignment on LevelStreaming_GetWorldAssetPackageFName"); \ static_assert(sizeof(LevelStreaming_GetWorldAssetPackageFName) == 0x000008, "Wrong size on LevelStreaming_GetWorldAssetPackageFName"); \ static_assert(offsetof(LevelStreaming_GetWorldAssetPackageFName, ReturnValue) == 0x000000, "Member 'LevelStreaming_GetWorldAssetPackageFName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelStreaming_IsLevelLoaded \ static_assert(alignof(LevelStreaming_IsLevelLoaded) == 0x000001, "Wrong alignment on LevelStreaming_IsLevelLoaded"); \ static_assert(sizeof(LevelStreaming_IsLevelLoaded) == 0x000001, "Wrong size on LevelStreaming_IsLevelLoaded"); \ static_assert(offsetof(LevelStreaming_IsLevelLoaded, ReturnValue) == 0x000000, "Member 'LevelStreaming_IsLevelLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelStreaming_IsLevelVisible \ static_assert(alignof(LevelStreaming_IsLevelVisible) == 0x000001, "Wrong alignment on LevelStreaming_IsLevelVisible"); \ static_assert(sizeof(LevelStreaming_IsLevelVisible) == 0x000001, "Wrong size on LevelStreaming_IsLevelVisible"); \ static_assert(offsetof(LevelStreaming_IsLevelVisible, ReturnValue) == 0x000000, "Member 'LevelStreaming_IsLevelVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelStreaming_IsStreamingLevelDithering \ static_assert(alignof(LevelStreaming_IsStreamingLevelDithering) == 0x000001, "Wrong alignment on LevelStreaming_IsStreamingLevelDithering"); \ static_assert(sizeof(LevelStreaming_IsStreamingLevelDithering) == 0x000001, "Wrong size on LevelStreaming_IsStreamingLevelDithering"); \ static_assert(offsetof(LevelStreaming_IsStreamingLevelDithering, ReturnValue) == 0x000000, "Member 'LevelStreaming_IsStreamingLevelDithering::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_IsStreamingWarmedUp \ static_assert(alignof(LevelStreaming_IsStreamingWarmedUp) == 0x000001, "Wrong alignment on LevelStreaming_IsStreamingWarmedUp"); \ static_assert(sizeof(LevelStreaming_IsStreamingWarmedUp) == 0x000001, "Wrong size on LevelStreaming_IsStreamingWarmedUp"); \ static_assert(offsetof(LevelStreaming_IsStreamingWarmedUp, ReturnValue) == 0x000000, "Member 'LevelStreaming_IsStreamingWarmedUp::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) == 0x0001B0, "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, LoadPriority) == 0x0000B0, "Member 'ULevelStreaming::LoadPriority' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, LevelLODIndex) == 0x0000B4, "Member 'ULevelStreaming::LevelLODIndex' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, StreamingPriority) == 0x0000B8, "Member 'ULevelStreaming::StreamingPriority' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, LevelColor) == 0x0000D4, "Member 'ULevelStreaming::LevelColor' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, EditorStreamingVolumes) == 0x0000E8, "Member 'ULevelStreaming::EditorStreamingVolumes' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, MinTimeBetweenVolumeUnloadRequests) == 0x000118, "Member 'ULevelStreaming::MinTimeBetweenVolumeUnloadRequests' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, OnLevelLoaded) == 0x000120, "Member 'ULevelStreaming::OnLevelLoaded' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, OnLevelUnloaded) == 0x000130, "Member 'ULevelStreaming::OnLevelUnloaded' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, OnLevelLoadFailed) == 0x000140, "Member 'ULevelStreaming::OnLevelLoadFailed' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, OnWarmUpComplete) == 0x000150, "Member 'ULevelStreaming::OnWarmUpComplete' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, OnLevelShown) == 0x000160, "Member 'ULevelStreaming::OnLevelShown' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, OnLevelHidden) == 0x000170, "Member 'ULevelStreaming::OnLevelHidden' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, LoadedLevel) == 0x000180, "Member 'ULevelStreaming::LoadedLevel' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, TransitionLevel) == 0x000188, "Member 'ULevelStreaming::TransitionLevel' has a wrong offset!"); \ static_assert(offsetof(ULevelStreaming, PendingUnloadLevel) == 0x000198, "Member 'ULevelStreaming::PendingUnloadLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULevelStreamingAlwaysLoaded \ static_assert(alignof(ULevelStreamingAlwaysLoaded) == 0x000010, "Wrong alignment on ULevelStreamingAlwaysLoaded"); \ static_assert(sizeof(ULevelStreamingAlwaysLoaded) == 0x0001B0, "Wrong size on ULevelStreamingAlwaysLoaded"); \ #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_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_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_UMaterialExpressionBreakMaterialAttributes \ static_assert(alignof(UMaterialExpressionBreakMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionBreakMaterialAttributes"); \ static_assert(sizeof(UMaterialExpressionBreakMaterialAttributes) == 0x000060, "Wrong size on UMaterialExpressionBreakMaterialAttributes"); \ static_assert(offsetof(UMaterialExpressionBreakMaterialAttributes, MaterialAttributes) == 0x000040, "Member 'UMaterialExpressionBreakMaterialAttributes::MaterialAttributes' 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_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) == 0x000158, "Wrong size on UInputComponent"); \ static_assert(offsetof(UInputComponent, CachedKeyToActionInfo) == 0x000140, "Member 'UInputComponent::CachedKeyToActionInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimecodeProvider_FetchTimecode \ static_assert(alignof(TimecodeProvider_FetchTimecode) == 0x000004, "Wrong alignment on TimecodeProvider_FetchTimecode"); \ static_assert(sizeof(TimecodeProvider_FetchTimecode) == 0x000014, "Wrong size on TimecodeProvider_FetchTimecode"); \ static_assert(offsetof(TimecodeProvider_FetchTimecode, OutFrameTime) == 0x000000, "Member 'TimecodeProvider_FetchTimecode::OutFrameTime' has a wrong offset!"); \ static_assert(offsetof(TimecodeProvider_FetchTimecode, ReturnValue) == 0x000010, "Member 'TimecodeProvider_FetchTimecode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimecodeProvider_GetDelayedQualifiedFrameTime \ static_assert(alignof(TimecodeProvider_GetDelayedQualifiedFrameTime) == 0x000004, "Wrong alignment on TimecodeProvider_GetDelayedQualifiedFrameTime"); \ static_assert(sizeof(TimecodeProvider_GetDelayedQualifiedFrameTime) == 0x000010, "Wrong size on TimecodeProvider_GetDelayedQualifiedFrameTime"); \ static_assert(offsetof(TimecodeProvider_GetDelayedQualifiedFrameTime, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetDelayedQualifiedFrameTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimecodeProvider_GetDelayedTimecode \ static_assert(alignof(TimecodeProvider_GetDelayedTimecode) == 0x000004, "Wrong alignment on TimecodeProvider_GetDelayedTimecode"); \ static_assert(sizeof(TimecodeProvider_GetDelayedTimecode) == 0x000014, "Wrong size on TimecodeProvider_GetDelayedTimecode"); \ static_assert(offsetof(TimecodeProvider_GetDelayedTimecode, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetDelayedTimecode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimecodeProvider_GetFrameRate \ static_assert(alignof(TimecodeProvider_GetFrameRate) == 0x000004, "Wrong alignment on TimecodeProvider_GetFrameRate"); \ static_assert(sizeof(TimecodeProvider_GetFrameRate) == 0x000008, "Wrong size on TimecodeProvider_GetFrameRate"); \ static_assert(offsetof(TimecodeProvider_GetFrameRate, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetFrameRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimecodeProvider_GetQualifiedFrameTime \ static_assert(alignof(TimecodeProvider_GetQualifiedFrameTime) == 0x000004, "Wrong alignment on TimecodeProvider_GetQualifiedFrameTime"); \ static_assert(sizeof(TimecodeProvider_GetQualifiedFrameTime) == 0x000010, "Wrong size on TimecodeProvider_GetQualifiedFrameTime"); \ static_assert(offsetof(TimecodeProvider_GetQualifiedFrameTime, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetQualifiedFrameTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimecodeProvider_GetSynchronizationState \ static_assert(alignof(TimecodeProvider_GetSynchronizationState) == 0x000004, "Wrong alignment on TimecodeProvider_GetSynchronizationState"); \ static_assert(sizeof(TimecodeProvider_GetSynchronizationState) == 0x000004, "Wrong size on TimecodeProvider_GetSynchronizationState"); \ static_assert(offsetof(TimecodeProvider_GetSynchronizationState, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetSynchronizationState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimecodeProvider_GetTimecode \ static_assert(alignof(TimecodeProvider_GetTimecode) == 0x000004, "Wrong alignment on TimecodeProvider_GetTimecode"); \ static_assert(sizeof(TimecodeProvider_GetTimecode) == 0x000014, "Wrong size on TimecodeProvider_GetTimecode"); \ static_assert(offsetof(TimecodeProvider_GetTimecode, ReturnValue) == 0x000000, "Member 'TimecodeProvider_GetTimecode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimecodeProvider \ static_assert(alignof(UTimecodeProvider) == 0x000008, "Wrong alignment on UTimecodeProvider"); \ static_assert(sizeof(UTimecodeProvider) == 0x000030, "Wrong size on UTimecodeProvider"); \ static_assert(offsetof(UTimecodeProvider, FrameDelay) == 0x000028, "Member 'UTimecodeProvider::FrameDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_USoundWaveProcedural \ static_assert(alignof(USoundWaveProcedural) == 0x000008, "Wrong alignment on USoundWaveProcedural"); \ static_assert(sizeof(USoundWaveProcedural) == 0x0003C0, "Wrong size on USoundWaveProcedural"); \ #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_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_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_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_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_AAmbientSound \ static_assert(alignof(AAmbientSound) == 0x000008, "Wrong alignment on AAmbientSound"); \ static_assert(sizeof(AAmbientSound) == 0x000250, "Wrong size on AAmbientSound"); \ static_assert(offsetof(AAmbientSound, AudioComponent) == 0x000248, "Member 'AAmbientSound::AudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationSettings \ static_assert(alignof(UAnimationSettings) == 0x000008, "Wrong alignment on UAnimationSettings"); \ static_assert(sizeof(UAnimationSettings) == 0x0000D0, "Wrong size on UAnimationSettings"); \ static_assert(offsetof(UAnimationSettings, CompressCommandletVersion) == 0x000038, "Member 'UAnimationSettings::CompressCommandletVersion' has a wrong offset!"); \ static_assert(offsetof(UAnimationSettings, KeyEndEffectorsMatchNameArray) == 0x000040, "Member 'UAnimationSettings::KeyEndEffectorsMatchNameArray' has a wrong offset!"); \ static_assert(offsetof(UAnimationSettings, ForceRecompression) == 0x000050, "Member 'UAnimationSettings::ForceRecompression' has a wrong offset!"); \ static_assert(offsetof(UAnimationSettings, bForceBelowThreshold) == 0x000051, "Member 'UAnimationSettings::bForceBelowThreshold' has a wrong offset!"); \ static_assert(offsetof(UAnimationSettings, bFirstRecompressUsingCurrentOrDefault) == 0x000052, "Member 'UAnimationSettings::bFirstRecompressUsingCurrentOrDefault' has a wrong offset!"); \ static_assert(offsetof(UAnimationSettings, bRaiseMaxErrorToExisting) == 0x000053, "Member 'UAnimationSettings::bRaiseMaxErrorToExisting' has a wrong offset!"); \ static_assert(offsetof(UAnimationSettings, bEnablePerformanceLog) == 0x000054, "Member 'UAnimationSettings::bEnablePerformanceLog' has a wrong offset!"); \ static_assert(offsetof(UAnimationSettings, bStripAnimationDataOnDedicatedServer) == 0x000055, "Member 'UAnimationSettings::bStripAnimationDataOnDedicatedServer' has a wrong offset!"); \ static_assert(offsetof(UAnimationSettings, bTickAnimationOnSkeletalMeshInit) == 0x000056, "Member 'UAnimationSettings::bTickAnimationOnSkeletalMeshInit' has a wrong offset!"); \ static_assert(offsetof(UAnimationSettings, BoneCustomAttributesNames) == 0x000058, "Member 'UAnimationSettings::BoneCustomAttributesNames' has a wrong offset!"); \ static_assert(offsetof(UAnimationSettings, BoneNamesWithCustomAttributes) == 0x000068, "Member 'UAnimationSettings::BoneNamesWithCustomAttributes' has a wrong offset!"); \ static_assert(offsetof(UAnimationSettings, AttributeBlendModes) == 0x000078, "Member 'UAnimationSettings::AttributeBlendModes' has a wrong offset!"); \ static_assert(offsetof(UAnimationSettings, DefaultAttributeBlendMode) == 0x0000C8, "Member 'UAnimationSettings::DefaultAttributeBlendMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_USoundClass \ static_assert(alignof(USoundClass) == 0x000008, "Wrong alignment on USoundClass"); \ static_assert(sizeof(USoundClass) == 0x0000C8, "Wrong size on USoundClass"); \ static_assert(offsetof(USoundClass, Properties) == 0x000028, "Member 'USoundClass::Properties' has a wrong offset!"); \ static_assert(offsetof(USoundClass, ChildClasses) == 0x0000A0, "Member 'USoundClass::ChildClasses' has a wrong offset!"); \ static_assert(offsetof(USoundClass, PassiveSoundMixModifiers) == 0x0000B0, "Member 'USoundClass::PassiveSoundMixModifiers' has a wrong offset!"); \ static_assert(offsetof(USoundClass, ParentClass) == 0x0000C0, "Member 'USoundClass::ParentClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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) == 0x0002A0, "Wrong size on USpringArmComponent"); \ static_assert(offsetof(USpringArmComponent, TargetArmLength) == 0x000218, "Member 'USpringArmComponent::TargetArmLength' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, SocketOffset) == 0x00021C, "Member 'USpringArmComponent::SocketOffset' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, TargetOffset) == 0x000228, "Member 'USpringArmComponent::TargetOffset' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, ProbeSize) == 0x000234, "Member 'USpringArmComponent::ProbeSize' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, ProbeChannel) == 0x000238, "Member 'USpringArmComponent::ProbeChannel' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, CameraLagSpeed) == 0x000240, "Member 'USpringArmComponent::CameraLagSpeed' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, CameraRotationLagSpeed) == 0x000244, "Member 'USpringArmComponent::CameraRotationLagSpeed' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, CameraLagMaxTimeStep) == 0x000248, "Member 'USpringArmComponent::CameraLagMaxTimeStep' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, CameraLagMaxDistance) == 0x00024C, "Member 'USpringArmComponent::CameraLagMaxDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTouchInterface \ static_assert(alignof(UTouchInterface) == 0x000008, "Wrong alignment on UTouchInterface"); \ static_assert(sizeof(UTouchInterface) == 0x000058, "Wrong size on UTouchInterface"); \ static_assert(offsetof(UTouchInterface, Controls) == 0x000028, "Member 'UTouchInterface::Controls' has a wrong offset!"); \ static_assert(offsetof(UTouchInterface, ActiveOpacity) == 0x000038, "Member 'UTouchInterface::ActiveOpacity' has a wrong offset!"); \ static_assert(offsetof(UTouchInterface, InactiveOpacity) == 0x00003C, "Member 'UTouchInterface::InactiveOpacity' has a wrong offset!"); \ static_assert(offsetof(UTouchInterface, TimeUntilDeactive) == 0x000040, "Member 'UTouchInterface::TimeUntilDeactive' has a wrong offset!"); \ static_assert(offsetof(UTouchInterface, TimeUntilReset) == 0x000044, "Member 'UTouchInterface::TimeUntilReset' has a wrong offset!"); \ static_assert(offsetof(UTouchInterface, ActivationDelay) == 0x000048, "Member 'UTouchInterface::ActivationDelay' has a wrong offset!"); \ static_assert(offsetof(UTouchInterface, bPreventRecenter) == 0x00004C, "Member 'UTouchInterface::bPreventRecenter' has a wrong offset!"); \ static_assert(offsetof(UTouchInterface, StartupDelay) == 0x000050, "Member 'UTouchInterface::StartupDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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) == 0x000300, "Wrong size on UStereoLayerComponent"); \ static_assert(offsetof(UStereoLayerComponent, Texture) == 0x000220, "Member 'UStereoLayerComponent::Texture' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, LeftTexture) == 0x000228, "Member 'UStereoLayerComponent::LeftTexture' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, QuadSize) == 0x000234, "Member 'UStereoLayerComponent::QuadSize' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, UVRect) == 0x00023C, "Member 'UStereoLayerComponent::UVRect' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, CylinderRadius) == 0x000250, "Member 'UStereoLayerComponent::CylinderRadius' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, CylinderOverlayArc) == 0x000254, "Member 'UStereoLayerComponent::CylinderOverlayArc' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, CylinderHeight) == 0x000258, "Member 'UStereoLayerComponent::CylinderHeight' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, EquirectProps) == 0x00025C, "Member 'UStereoLayerComponent::EquirectProps' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, StereoLayerType) == 0x0002A4, "Member 'UStereoLayerComponent::StereoLayerType' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, StereoLayerShape) == 0x0002A5, "Member 'UStereoLayerComponent::StereoLayerShape' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, Shape) == 0x0002A8, "Member 'UStereoLayerComponent::Shape' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, Priority) == 0x0002B0, "Member 'UStereoLayerComponent::Priority' 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_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_IAnimLayerInterface \ static_assert(alignof(IAnimLayerInterface) == 0x000001, "Wrong alignment on IAnimLayerInterface"); \ static_assert(sizeof(IAnimLayerInterface) == 0x000001, "Wrong size on IAnimLayerInterface"); \ #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_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_ATextRenderActor \ static_assert(alignof(ATextRenderActor) == 0x000008, "Wrong alignment on ATextRenderActor"); \ static_assert(sizeof(ATextRenderActor) == 0x000250, "Wrong size on ATextRenderActor"); \ static_assert(offsetof(ATextRenderActor, TextRender) == 0x000248, "Member 'ATextRenderActor::TextRender' 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) == 0x0000A0, "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!"); \ static_assert(offsetof(UAnimNotify_PlayParticleEffect, bApplyOwnerTimeScale) == 0x00008C, "Member 'UAnimNotify_PlayParticleEffect::bApplyOwnerTimeScale' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlayParticleEffect, CustomTimeDilation) == 0x000090, "Member 'UAnimNotify_PlayParticleEffect::CustomTimeDilation' 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_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_UParticleModuleOrientationBase \ static_assert(alignof(UParticleModuleOrientationBase) == 0x000008, "Wrong alignment on UParticleModuleOrientationBase"); \ static_assert(sizeof(UParticleModuleOrientationBase) == 0x000030, "Wrong size on UParticleModuleOrientationBase"); \ #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_UParticleModuleTypeDataBase \ static_assert(alignof(UParticleModuleTypeDataBase) == 0x000008, "Wrong alignment on UParticleModuleTypeDataBase"); \ static_assert(sizeof(UParticleModuleTypeDataBase) == 0x000030, "Wrong size on UParticleModuleTypeDataBase"); \ #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_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_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_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_UAnimSet \ static_assert(alignof(UAnimSet) == 0x000008, "Wrong alignment on UAnimSet"); \ static_assert(sizeof(UAnimSet) == 0x0000F0, "Wrong size on UAnimSet"); \ static_assert(offsetof(UAnimSet, TrackBoneNames) == 0x000030, "Member 'UAnimSet::TrackBoneNames' has a wrong offset!"); \ static_assert(offsetof(UAnimSet, LinkupCache) == 0x000040, "Member 'UAnimSet::LinkupCache' has a wrong offset!"); \ static_assert(offsetof(UAnimSet, BoneUseAnimTranslation) == 0x000050, "Member 'UAnimSet::BoneUseAnimTranslation' has a wrong offset!"); \ static_assert(offsetof(UAnimSet, ForceUseMeshTranslation) == 0x000060, "Member 'UAnimSet::ForceUseMeshTranslation' has a wrong offset!"); \ static_assert(offsetof(UAnimSet, UseTranslationBoneNames) == 0x000070, "Member 'UAnimSet::UseTranslationBoneNames' has a wrong offset!"); \ static_assert(offsetof(UAnimSet, ForceMeshTranslationBoneNames) == 0x000080, "Member 'UAnimSet::ForceMeshTranslationBoneNames' has a wrong offset!"); \ static_assert(offsetof(UAnimSet, PreviewSkelMeshName) == 0x000090, "Member 'UAnimSet::PreviewSkelMeshName' has a wrong offset!"); \ static_assert(offsetof(UAnimSet, BestRatioSkelMeshName) == 0x000098, "Member 'UAnimSet::BestRatioSkelMeshName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_GetLength \ static_assert(alignof(AnimSingleNodeInstance_GetLength) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_GetLength"); \ static_assert(sizeof(AnimSingleNodeInstance_GetLength) == 0x000004, "Wrong size on AnimSingleNodeInstance_GetLength"); \ static_assert(offsetof(AnimSingleNodeInstance_GetLength, ReturnValue) == 0x000000, "Member 'AnimSingleNodeInstance_GetLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_PlayAnim \ static_assert(alignof(AnimSingleNodeInstance_PlayAnim) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_PlayAnim"); \ static_assert(sizeof(AnimSingleNodeInstance_PlayAnim) == 0x00000C, "Wrong size on AnimSingleNodeInstance_PlayAnim"); \ static_assert(offsetof(AnimSingleNodeInstance_PlayAnim, bIsLooping) == 0x000000, "Member 'AnimSingleNodeInstance_PlayAnim::bIsLooping' has a wrong offset!"); \ static_assert(offsetof(AnimSingleNodeInstance_PlayAnim, InPlayRate) == 0x000004, "Member 'AnimSingleNodeInstance_PlayAnim::InPlayRate' has a wrong offset!"); \ static_assert(offsetof(AnimSingleNodeInstance_PlayAnim, InStartPosition) == 0x000008, "Member 'AnimSingleNodeInstance_PlayAnim::InStartPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetAnimationAsset \ static_assert(alignof(AnimSingleNodeInstance_SetAnimationAsset) == 0x000008, "Wrong alignment on AnimSingleNodeInstance_SetAnimationAsset"); \ static_assert(sizeof(AnimSingleNodeInstance_SetAnimationAsset) == 0x000010, "Wrong size on AnimSingleNodeInstance_SetAnimationAsset"); \ static_assert(offsetof(AnimSingleNodeInstance_SetAnimationAsset, NewAsset) == 0x000000, "Member 'AnimSingleNodeInstance_SetAnimationAsset::NewAsset' has a wrong offset!"); \ static_assert(offsetof(AnimSingleNodeInstance_SetAnimationAsset, bIsLooping) == 0x000008, "Member 'AnimSingleNodeInstance_SetAnimationAsset::bIsLooping' has a wrong offset!"); \ static_assert(offsetof(AnimSingleNodeInstance_SetAnimationAsset, InPlayRate) == 0x00000C, "Member 'AnimSingleNodeInstance_SetAnimationAsset::InPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetBlendSpaceInput \ static_assert(alignof(AnimSingleNodeInstance_SetBlendSpaceInput) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_SetBlendSpaceInput"); \ static_assert(sizeof(AnimSingleNodeInstance_SetBlendSpaceInput) == 0x00000C, "Wrong size on AnimSingleNodeInstance_SetBlendSpaceInput"); \ static_assert(offsetof(AnimSingleNodeInstance_SetBlendSpaceInput, InBlendInput) == 0x000000, "Member 'AnimSingleNodeInstance_SetBlendSpaceInput::InBlendInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetLooping \ static_assert(alignof(AnimSingleNodeInstance_SetLooping) == 0x000001, "Wrong alignment on AnimSingleNodeInstance_SetLooping"); \ static_assert(sizeof(AnimSingleNodeInstance_SetLooping) == 0x000001, "Wrong size on AnimSingleNodeInstance_SetLooping"); \ static_assert(offsetof(AnimSingleNodeInstance_SetLooping, bIsLooping) == 0x000000, "Member 'AnimSingleNodeInstance_SetLooping::bIsLooping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPlaying \ static_assert(alignof(AnimSingleNodeInstance_SetPlaying) == 0x000001, "Wrong alignment on AnimSingleNodeInstance_SetPlaying"); \ static_assert(sizeof(AnimSingleNodeInstance_SetPlaying) == 0x000001, "Wrong size on AnimSingleNodeInstance_SetPlaying"); \ static_assert(offsetof(AnimSingleNodeInstance_SetPlaying, bIsPlaying) == 0x000000, "Member 'AnimSingleNodeInstance_SetPlaying::bIsPlaying' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPlayRate \ static_assert(alignof(AnimSingleNodeInstance_SetPlayRate) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_SetPlayRate"); \ static_assert(sizeof(AnimSingleNodeInstance_SetPlayRate) == 0x000004, "Wrong size on AnimSingleNodeInstance_SetPlayRate"); \ static_assert(offsetof(AnimSingleNodeInstance_SetPlayRate, InPlayRate) == 0x000000, "Member 'AnimSingleNodeInstance_SetPlayRate::InPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPosition \ static_assert(alignof(AnimSingleNodeInstance_SetPosition) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_SetPosition"); \ static_assert(sizeof(AnimSingleNodeInstance_SetPosition) == 0x000008, "Wrong size on AnimSingleNodeInstance_SetPosition"); \ static_assert(offsetof(AnimSingleNodeInstance_SetPosition, InPosition) == 0x000000, "Member 'AnimSingleNodeInstance_SetPosition::InPosition' has a wrong offset!"); \ static_assert(offsetof(AnimSingleNodeInstance_SetPosition, bFireNotifies) == 0x000004, "Member 'AnimSingleNodeInstance_SetPosition::bFireNotifies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPositionWithPreviousTime \ static_assert(alignof(AnimSingleNodeInstance_SetPositionWithPreviousTime) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_SetPositionWithPreviousTime"); \ static_assert(sizeof(AnimSingleNodeInstance_SetPositionWithPreviousTime) == 0x00000C, "Wrong size on AnimSingleNodeInstance_SetPositionWithPreviousTime"); \ static_assert(offsetof(AnimSingleNodeInstance_SetPositionWithPreviousTime, InPosition) == 0x000000, "Member 'AnimSingleNodeInstance_SetPositionWithPreviousTime::InPosition' has a wrong offset!"); \ static_assert(offsetof(AnimSingleNodeInstance_SetPositionWithPreviousTime, InPreviousTime) == 0x000004, "Member 'AnimSingleNodeInstance_SetPositionWithPreviousTime::InPreviousTime' has a wrong offset!"); \ static_assert(offsetof(AnimSingleNodeInstance_SetPositionWithPreviousTime, bFireNotifies) == 0x000008, "Member 'AnimSingleNodeInstance_SetPositionWithPreviousTime::bFireNotifies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetPreviewCurveOverride \ static_assert(alignof(AnimSingleNodeInstance_SetPreviewCurveOverride) == 0x000004, "Wrong alignment on AnimSingleNodeInstance_SetPreviewCurveOverride"); \ static_assert(sizeof(AnimSingleNodeInstance_SetPreviewCurveOverride) == 0x000010, "Wrong size on AnimSingleNodeInstance_SetPreviewCurveOverride"); \ static_assert(offsetof(AnimSingleNodeInstance_SetPreviewCurveOverride, PoseName) == 0x000000, "Member 'AnimSingleNodeInstance_SetPreviewCurveOverride::PoseName' has a wrong offset!"); \ static_assert(offsetof(AnimSingleNodeInstance_SetPreviewCurveOverride, Value) == 0x000008, "Member 'AnimSingleNodeInstance_SetPreviewCurveOverride::Value' has a wrong offset!"); \ static_assert(offsetof(AnimSingleNodeInstance_SetPreviewCurveOverride, bRemoveIfZero) == 0x00000C, "Member 'AnimSingleNodeInstance_SetPreviewCurveOverride::bRemoveIfZero' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_SetReverse \ static_assert(alignof(AnimSingleNodeInstance_SetReverse) == 0x000001, "Wrong alignment on AnimSingleNodeInstance_SetReverse"); \ static_assert(sizeof(AnimSingleNodeInstance_SetReverse) == 0x000001, "Wrong size on AnimSingleNodeInstance_SetReverse"); \ static_assert(offsetof(AnimSingleNodeInstance_SetReverse, bInReverse) == 0x000000, "Member 'AnimSingleNodeInstance_SetReverse::bInReverse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSingleNodeInstance_GetAnimationAsset \ static_assert(alignof(AnimSingleNodeInstance_GetAnimationAsset) == 0x000008, "Wrong alignment on AnimSingleNodeInstance_GetAnimationAsset"); \ static_assert(sizeof(AnimSingleNodeInstance_GetAnimationAsset) == 0x000008, "Wrong size on AnimSingleNodeInstance_GetAnimationAsset"); \ static_assert(offsetof(AnimSingleNodeInstance_GetAnimationAsset, ReturnValue) == 0x000000, "Member 'AnimSingleNodeInstance_GetAnimationAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimSingleNodeInstance \ static_assert(alignof(UAnimSingleNodeInstance) == 0x000010, "Wrong alignment on UAnimSingleNodeInstance"); \ static_assert(sizeof(UAnimSingleNodeInstance) == 0x0002D0, "Wrong size on UAnimSingleNodeInstance"); \ static_assert(offsetof(UAnimSingleNodeInstance, CurrentAsset) == 0x0002B8, "Member 'UAnimSingleNodeInstance::CurrentAsset' has a wrong offset!"); \ static_assert(offsetof(UAnimSingleNodeInstance, PostEvaluateAnimEvent) == 0x0002C0, "Member 'UAnimSingleNodeInstance::PostEvaluateAnimEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleRotationBase \ static_assert(alignof(UParticleModuleRotationBase) == 0x000008, "Wrong alignment on UParticleModuleRotationBase"); \ static_assert(sizeof(UParticleModuleRotationBase) == 0x000030, "Wrong size on UParticleModuleRotationBase"); \ #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_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_UAnimStateMachineTypes \ static_assert(alignof(UAnimStateMachineTypes) == 0x000008, "Wrong alignment on UAnimStateMachineTypes"); \ static_assert(sizeof(UAnimStateMachineTypes) == 0x000028, "Wrong size on UAnimStateMachineTypes"); \ #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_UApplicationLifecycleComponent \ static_assert(alignof(UApplicationLifecycleComponent) == 0x000008, "Wrong alignment on UApplicationLifecycleComponent"); \ static_assert(sizeof(UApplicationLifecycleComponent) == 0x000160, "Wrong size on UApplicationLifecycleComponent"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillDeactivateDelegate) == 0x0000D0, "Member 'UApplicationLifecycleComponent::ApplicationWillDeactivateDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationHasReactivatedDelegate) == 0x0000E0, "Member 'UApplicationLifecycleComponent::ApplicationHasReactivatedDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillEnterBackgroundDelegate) == 0x0000F0, "Member 'UApplicationLifecycleComponent::ApplicationWillEnterBackgroundDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationHasEnteredForegroundDelegate) == 0x000100, "Member 'UApplicationLifecycleComponent::ApplicationHasEnteredForegroundDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillTerminateDelegate) == 0x000110, "Member 'UApplicationLifecycleComponent::ApplicationWillTerminateDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationShouldUnloadResourcesDelegate) == 0x000120, "Member 'UApplicationLifecycleComponent::ApplicationShouldUnloadResourcesDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationReceivedStartupArgumentsDelegate) == 0x000130, "Member 'UApplicationLifecycleComponent::ApplicationReceivedStartupArgumentsDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, OnTemperatureChangeDelegate) == 0x000140, "Member 'UApplicationLifecycleComponent::OnTemperatureChangeDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, OnLowPowerModeDelegate) == 0x000150, "Member 'UApplicationLifecycleComponent::OnLowPowerModeDelegate' 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_UAssetExportTask \ static_assert(alignof(UAssetExportTask) == 0x000008, "Wrong alignment on UAssetExportTask"); \ static_assert(sizeof(UAssetExportTask) == 0x000078, "Wrong size on UAssetExportTask"); \ static_assert(offsetof(UAssetExportTask, Object) == 0x000028, "Member 'UAssetExportTask::Object' has a wrong offset!"); \ static_assert(offsetof(UAssetExportTask, Exporter) == 0x000030, "Member 'UAssetExportTask::Exporter' has a wrong offset!"); \ static_assert(offsetof(UAssetExportTask, Filename) == 0x000038, "Member 'UAssetExportTask::Filename' has a wrong offset!"); \ static_assert(offsetof(UAssetExportTask, bSelected) == 0x000048, "Member 'UAssetExportTask::bSelected' has a wrong offset!"); \ static_assert(offsetof(UAssetExportTask, bReplaceIdentical) == 0x000049, "Member 'UAssetExportTask::bReplaceIdentical' has a wrong offset!"); \ static_assert(offsetof(UAssetExportTask, bPrompt) == 0x00004A, "Member 'UAssetExportTask::bPrompt' has a wrong offset!"); \ static_assert(offsetof(UAssetExportTask, bAutomated) == 0x00004B, "Member 'UAssetExportTask::bAutomated' has a wrong offset!"); \ static_assert(offsetof(UAssetExportTask, bUseFileArchive) == 0x00004C, "Member 'UAssetExportTask::bUseFileArchive' has a wrong offset!"); \ static_assert(offsetof(UAssetExportTask, bWriteEmptyFiles) == 0x00004D, "Member 'UAssetExportTask::bWriteEmptyFiles' has a wrong offset!"); \ static_assert(offsetof(UAssetExportTask, IgnoreObjectList) == 0x000050, "Member 'UAssetExportTask::IgnoreObjectList' has a wrong offset!"); \ static_assert(offsetof(UAssetExportTask, OPTIONS) == 0x000060, "Member 'UAssetExportTask::OPTIONS' has a wrong offset!"); \ static_assert(offsetof(UAssetExportTask, Errors) == 0x000068, "Member 'UAssetExportTask::Errors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAssetManager \ static_assert(alignof(UAssetManager) == 0x000008, "Wrong alignment on UAssetManager"); \ static_assert(sizeof(UAssetManager) == 0x000478, "Wrong size on UAssetManager"); \ static_assert(offsetof(UAssetManager, ObjectReferenceList) == 0x0002E0, "Member 'UAssetManager::ObjectReferenceList' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bIsGlobalAsyncScanEnvironment) == 0x0002F0, "Member 'UAssetManager::bIsGlobalAsyncScanEnvironment' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bShouldGuessTypeAndName) == 0x0002F1, "Member 'UAssetManager::bShouldGuessTypeAndName' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bShouldUseSynchronousLoad) == 0x0002F2, "Member 'UAssetManager::bShouldUseSynchronousLoad' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bIsLoadingFromPakFiles) == 0x0002F3, "Member 'UAssetManager::bIsLoadingFromPakFiles' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bShouldAcquireMissingChunksOnLoad) == 0x0002F4, "Member 'UAssetManager::bShouldAcquireMissingChunksOnLoad' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bOnlyCookProductionAssets) == 0x0002F5, "Member 'UAssetManager::bOnlyCookProductionAssets' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bIsBulkScanning) == 0x0002F6, "Member 'UAssetManager::bIsBulkScanning' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bIsPrimaryAssetDirectoryCurrent) == 0x0002F7, "Member 'UAssetManager::bIsPrimaryAssetDirectoryCurrent' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bIsManagementDatabaseCurrent) == 0x0002F8, "Member 'UAssetManager::bIsManagementDatabaseCurrent' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bUpdateManagementDatabaseAfterScan) == 0x0002F9, "Member 'UAssetManager::bUpdateManagementDatabaseAfterScan' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bIncludeOnlyOnDiskAssets) == 0x0002FA, "Member 'UAssetManager::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, bHasCompletedInitialScan) == 0x0002FB, "Member 'UAssetManager::bHasCompletedInitialScan' has a wrong offset!"); \ static_assert(offsetof(UAssetManager, NumberOfSpawnedNotifications) == 0x0002FC, "Member 'UAssetManager::NumberOfSpawnedNotifications' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAssetManagerSettings \ static_assert(alignof(UAssetManagerSettings) == 0x000008, "Wrong alignment on UAssetManagerSettings"); \ static_assert(sizeof(UAssetManagerSettings) == 0x000100, "Wrong size on UAssetManagerSettings"); \ static_assert(offsetof(UAssetManagerSettings, PrimaryAssetTypesToScan) == 0x000038, "Member 'UAssetManagerSettings::PrimaryAssetTypesToScan' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, DirectoriesToExclude) == 0x000048, "Member 'UAssetManagerSettings::DirectoriesToExclude' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, PrimaryAssetRules) == 0x000058, "Member 'UAssetManagerSettings::PrimaryAssetRules' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, CustomPrimaryAssetRules) == 0x000068, "Member 'UAssetManagerSettings::CustomPrimaryAssetRules' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, bOnlyCookProductionAssets) == 0x000078, "Member 'UAssetManagerSettings::bOnlyCookProductionAssets' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, bShouldManagerDetermineTypeAndName) == 0x000079, "Member 'UAssetManagerSettings::bShouldManagerDetermineTypeAndName' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, bShouldGuessTypeAndNameInEditor) == 0x00007A, "Member 'UAssetManagerSettings::bShouldGuessTypeAndNameInEditor' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, bShouldAcquireMissingChunksOnLoad) == 0x00007B, "Member 'UAssetManagerSettings::bShouldAcquireMissingChunksOnLoad' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, PrimaryAssetIdRedirects) == 0x000080, "Member 'UAssetManagerSettings::PrimaryAssetIdRedirects' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, PrimaryAssetTypeRedirects) == 0x000090, "Member 'UAssetManagerSettings::PrimaryAssetTypeRedirects' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, AssetPathRedirects) == 0x0000A0, "Member 'UAssetManagerSettings::AssetPathRedirects' has a wrong offset!"); \ static_assert(offsetof(UAssetManagerSettings, MetaDataTagsForAssetRegistry) == 0x0000B0, "Member 'UAssetManagerSettings::MetaDataTagsForAssetRegistry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDrawSphereComponent \ static_assert(alignof(UDrawSphereComponent) == 0x000010, "Wrong alignment on UDrawSphereComponent"); \ static_assert(sizeof(UDrawSphereComponent) == 0x0004A0, "Wrong size on UDrawSphereComponent"); \ #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_UPolys \ static_assert(alignof(UPolys) == 0x000008, "Wrong alignment on UPolys"); \ static_assert(sizeof(UPolys) == 0x000038, "Wrong size on UPolys"); \ #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_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_UEdGraphNode \ static_assert(alignof(UEdGraphNode) == 0x000008, "Wrong alignment on UEdGraphNode"); \ static_assert(sizeof(UEdGraphNode) == 0x000098, "Wrong size on UEdGraphNode"); \ static_assert(offsetof(UEdGraphNode, DeprecatedPins) == 0x000038, "Member 'UEdGraphNode::DeprecatedPins' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodePosX) == 0x000048, "Member 'UEdGraphNode::NodePosX' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodePosY) == 0x00004C, "Member 'UEdGraphNode::NodePosY' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodeWidth) == 0x000050, "Member 'UEdGraphNode::NodeWidth' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodeHeight) == 0x000054, "Member 'UEdGraphNode::NodeHeight' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, AdvancedPinDisplay) == 0x000058, "Member 'UEdGraphNode::AdvancedPinDisplay' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, EnabledState) == 0x000059, "Member 'UEdGraphNode::EnabledState' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodeComment) == 0x000060, "Member 'UEdGraphNode::NodeComment' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, ErrorType) == 0x000070, "Member 'UEdGraphNode::ErrorType' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, ErrorMsg) == 0x000078, "Member 'UEdGraphNode::ErrorMsg' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodeGuid) == 0x000088, "Member 'UEdGraphNode::NodeGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEdGraphNode_Documentation \ static_assert(alignof(UEdGraphNode_Documentation) == 0x000008, "Wrong alignment on UEdGraphNode_Documentation"); \ static_assert(sizeof(UEdGraphNode_Documentation) == 0x0000B8, "Wrong size on UEdGraphNode_Documentation"); \ static_assert(offsetof(UEdGraphNode_Documentation, Link) == 0x000098, "Member 'UEdGraphNode_Documentation::Link' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode_Documentation, Excerpt) == 0x0000A8, "Member 'UEdGraphNode_Documentation::Excerpt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UDPICustomScalingRule \ static_assert(alignof(UDPICustomScalingRule) == 0x000008, "Wrong alignment on UDPICustomScalingRule"); \ static_assert(sizeof(UDPICustomScalingRule) == 0x000028, "Wrong size on UDPICustomScalingRule"); \ #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_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) == 0x000298, "Wrong size on AEmitter"); \ static_assert(offsetof(AEmitter, ParticleSystemComponent) == 0x000248, "Member 'AEmitter::ParticleSystemComponent' has a wrong offset!"); \ static_assert(offsetof(AEmitter, OnParticleSpawn) == 0x000258, "Member 'AEmitter::OnParticleSpawn' has a wrong offset!"); \ static_assert(offsetof(AEmitter, OnParticleBurst) == 0x000268, "Member 'AEmitter::OnParticleBurst' has a wrong offset!"); \ static_assert(offsetof(AEmitter, OnParticleDeath) == 0x000278, "Member 'AEmitter::OnParticleDeath' has a wrong offset!"); \ static_assert(offsetof(AEmitter, OnParticleCollide) == 0x000288, "Member 'AEmitter::OnParticleCollide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEmitterCameraLensEffectBase \ static_assert(alignof(AEmitterCameraLensEffectBase) == 0x000010, "Wrong alignment on AEmitterCameraLensEffectBase"); \ static_assert(sizeof(AEmitterCameraLensEffectBase) == 0x000300, "Wrong size on AEmitterCameraLensEffectBase"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, PS_CameraEffect) == 0x000298, "Member 'AEmitterCameraLensEffectBase::PS_CameraEffect' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, PS_CameraEffectNonExtremeContent) == 0x0002A0, "Member 'AEmitterCameraLensEffectBase::PS_CameraEffectNonExtremeContent' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, BaseCamera) == 0x0002A8, "Member 'AEmitterCameraLensEffectBase::BaseCamera' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, RelativeTransform) == 0x0002B0, "Member 'AEmitterCameraLensEffectBase::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, BaseFOV) == 0x0002E0, "Member 'AEmitterCameraLensEffectBase::BaseFOV' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, EmittersToTreatAsSame) == 0x0002E8, "Member 'AEmitterCameraLensEffectBase::EmittersToTreatAsSame' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, DistFromCamera) == 0x0002F8, "Member 'AEmitterCameraLensEffectBase::DistFromCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAtmosphericFog \ static_assert(alignof(AAtmosphericFog) == 0x000008, "Wrong alignment on AAtmosphericFog"); \ static_assert(sizeof(AAtmosphericFog) == 0x000250, "Wrong size on AAtmosphericFog"); \ static_assert(offsetof(AAtmosphericFog, AtmosphericFogComponent) == 0x000248, "Member 'AAtmosphericFog::AtmosphericFogComponent' 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_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_AudioComponent_AdjustAttenuation \ static_assert(alignof(AudioComponent_AdjustAttenuation) == 0x000008, "Wrong alignment on AudioComponent_AdjustAttenuation"); \ static_assert(sizeof(AudioComponent_AdjustAttenuation) == 0x0003A0, "Wrong size on AudioComponent_AdjustAttenuation"); \ static_assert(offsetof(AudioComponent_AdjustAttenuation, InAttenuationSettings) == 0x000000, "Member 'AudioComponent_AdjustAttenuation::InAttenuationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_AdjustVolume \ static_assert(alignof(AudioComponent_AdjustVolume) == 0x000004, "Wrong alignment on AudioComponent_AdjustVolume"); \ static_assert(sizeof(AudioComponent_AdjustVolume) == 0x00000C, "Wrong size on AudioComponent_AdjustVolume"); \ static_assert(offsetof(AudioComponent_AdjustVolume, AdjustVolumeDuration) == 0x000000, "Member 'AudioComponent_AdjustVolume::AdjustVolumeDuration' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_AdjustVolume, AdjustVolumeLevel) == 0x000004, "Member 'AudioComponent_AdjustVolume::AdjustVolumeLevel' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_AdjustVolume, FadeCurve) == 0x000008, "Member 'AudioComponent_AdjustVolume::FadeCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_BP_GetAttenuationSettingsToApply \ static_assert(alignof(AudioComponent_BP_GetAttenuationSettingsToApply) == 0x000008, "Wrong alignment on AudioComponent_BP_GetAttenuationSettingsToApply"); \ static_assert(sizeof(AudioComponent_BP_GetAttenuationSettingsToApply) == 0x0003A8, "Wrong size on AudioComponent_BP_GetAttenuationSettingsToApply"); \ static_assert(offsetof(AudioComponent_BP_GetAttenuationSettingsToApply, OutAttenuationSettings) == 0x000000, "Member 'AudioComponent_BP_GetAttenuationSettingsToApply::OutAttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_BP_GetAttenuationSettingsToApply, ReturnValue) == 0x0003A0, "Member 'AudioComponent_BP_GetAttenuationSettingsToApply::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_FadeIn \ static_assert(alignof(AudioComponent_FadeIn) == 0x000004, "Wrong alignment on AudioComponent_FadeIn"); \ static_assert(sizeof(AudioComponent_FadeIn) == 0x000010, "Wrong size on AudioComponent_FadeIn"); \ static_assert(offsetof(AudioComponent_FadeIn, FadeInDuration) == 0x000000, "Member 'AudioComponent_FadeIn::FadeInDuration' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_FadeIn, FadeVolumeLevel) == 0x000004, "Member 'AudioComponent_FadeIn::FadeVolumeLevel' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_FadeIn, StartTime) == 0x000008, "Member 'AudioComponent_FadeIn::StartTime' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_FadeIn, FadeCurve) == 0x00000C, "Member 'AudioComponent_FadeIn::FadeCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_FadeOut \ static_assert(alignof(AudioComponent_FadeOut) == 0x000004, "Wrong alignment on AudioComponent_FadeOut"); \ static_assert(sizeof(AudioComponent_FadeOut) == 0x00000C, "Wrong size on AudioComponent_FadeOut"); \ static_assert(offsetof(AudioComponent_FadeOut, FadeOutDuration) == 0x000000, "Member 'AudioComponent_FadeOut::FadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_FadeOut, FadeVolumeLevel) == 0x000004, "Member 'AudioComponent_FadeOut::FadeVolumeLevel' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_FadeOut, FadeCurve) == 0x000008, "Member 'AudioComponent_FadeOut::FadeCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_GetCookedEnvelopeData \ static_assert(alignof(AudioComponent_GetCookedEnvelopeData) == 0x000004, "Wrong alignment on AudioComponent_GetCookedEnvelopeData"); \ static_assert(sizeof(AudioComponent_GetCookedEnvelopeData) == 0x000008, "Wrong size on AudioComponent_GetCookedEnvelopeData"); \ static_assert(offsetof(AudioComponent_GetCookedEnvelopeData, OutEnvelopeData) == 0x000000, "Member 'AudioComponent_GetCookedEnvelopeData::OutEnvelopeData' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_GetCookedEnvelopeData, ReturnValue) == 0x000004, "Member 'AudioComponent_GetCookedEnvelopeData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds \ static_assert(alignof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds) == 0x000008, "Wrong alignment on AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds"); \ static_assert(sizeof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds) == 0x000018, "Wrong size on AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds"); \ static_assert(offsetof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds, OutEnvelopeData) == 0x000000, "Member 'AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds::OutEnvelopeData' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds, ReturnValue) == 0x000010, "Member 'AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_GetCookedFFTData \ static_assert(alignof(AudioComponent_GetCookedFFTData) == 0x000008, "Wrong alignment on AudioComponent_GetCookedFFTData"); \ static_assert(sizeof(AudioComponent_GetCookedFFTData) == 0x000028, "Wrong size on AudioComponent_GetCookedFFTData"); \ static_assert(offsetof(AudioComponent_GetCookedFFTData, FrequenciesToGet) == 0x000000, "Member 'AudioComponent_GetCookedFFTData::FrequenciesToGet' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_GetCookedFFTData, OutSoundWaveSpectralData) == 0x000010, "Member 'AudioComponent_GetCookedFFTData::OutSoundWaveSpectralData' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_GetCookedFFTData, ReturnValue) == 0x000020, "Member 'AudioComponent_GetCookedFFTData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_GetCookedFFTDataForAllPlayingSounds \ static_assert(alignof(AudioComponent_GetCookedFFTDataForAllPlayingSounds) == 0x000008, "Wrong alignment on AudioComponent_GetCookedFFTDataForAllPlayingSounds"); \ static_assert(sizeof(AudioComponent_GetCookedFFTDataForAllPlayingSounds) == 0x000018, "Wrong size on AudioComponent_GetCookedFFTDataForAllPlayingSounds"); \ static_assert(offsetof(AudioComponent_GetCookedFFTDataForAllPlayingSounds, OutSoundWaveSpectralData) == 0x000000, "Member 'AudioComponent_GetCookedFFTDataForAllPlayingSounds::OutSoundWaveSpectralData' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_GetCookedFFTDataForAllPlayingSounds, ReturnValue) == 0x000010, "Member 'AudioComponent_GetCookedFFTDataForAllPlayingSounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_Play \ static_assert(alignof(AudioComponent_Play) == 0x000004, "Wrong alignment on AudioComponent_Play"); \ static_assert(sizeof(AudioComponent_Play) == 0x000004, "Wrong size on AudioComponent_Play"); \ static_assert(offsetof(AudioComponent_Play, StartTime) == 0x000000, "Member 'AudioComponent_Play::StartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_PlayQuantized \ static_assert(alignof(AudioComponent_PlayQuantized) == 0x000008, "Wrong alignment on AudioComponent_PlayQuantized"); \ static_assert(sizeof(AudioComponent_PlayQuantized) == 0x000040, "Wrong size on AudioComponent_PlayQuantized"); \ static_assert(offsetof(AudioComponent_PlayQuantized, WorldContextObject) == 0x000000, "Member 'AudioComponent_PlayQuantized::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_PlayQuantized, InClockHandle) == 0x000008, "Member 'AudioComponent_PlayQuantized::InClockHandle' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_PlayQuantized, InQuantizationBoundary) == 0x000010, "Member 'AudioComponent_PlayQuantized::InQuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_PlayQuantized, InDelegate) == 0x00001C, "Member 'AudioComponent_PlayQuantized::InDelegate' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_PlayQuantized, InStartTime) == 0x00002C, "Member 'AudioComponent_PlayQuantized::InStartTime' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_PlayQuantized, InFadeInDuration) == 0x000030, "Member 'AudioComponent_PlayQuantized::InFadeInDuration' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_PlayQuantized, InFadeVolumeLevel) == 0x000034, "Member 'AudioComponent_PlayQuantized::InFadeVolumeLevel' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_PlayQuantized, InFadeCurve) == 0x000038, "Member 'AudioComponent_PlayQuantized::InFadeCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetAudioBusSendPostEffect \ static_assert(alignof(AudioComponent_SetAudioBusSendPostEffect) == 0x000008, "Wrong alignment on AudioComponent_SetAudioBusSendPostEffect"); \ static_assert(sizeof(AudioComponent_SetAudioBusSendPostEffect) == 0x000010, "Wrong size on AudioComponent_SetAudioBusSendPostEffect"); \ static_assert(offsetof(AudioComponent_SetAudioBusSendPostEffect, AudioBus) == 0x000000, "Member 'AudioComponent_SetAudioBusSendPostEffect::AudioBus' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetAudioBusSendPostEffect, AudioBusSendLevel) == 0x000008, "Member 'AudioComponent_SetAudioBusSendPostEffect::AudioBusSendLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetAudioBusSendPreEffect \ static_assert(alignof(AudioComponent_SetAudioBusSendPreEffect) == 0x000008, "Wrong alignment on AudioComponent_SetAudioBusSendPreEffect"); \ static_assert(sizeof(AudioComponent_SetAudioBusSendPreEffect) == 0x000010, "Wrong size on AudioComponent_SetAudioBusSendPreEffect"); \ static_assert(offsetof(AudioComponent_SetAudioBusSendPreEffect, AudioBus) == 0x000000, "Member 'AudioComponent_SetAudioBusSendPreEffect::AudioBus' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetAudioBusSendPreEffect, AudioBusSendLevel) == 0x000008, "Member 'AudioComponent_SetAudioBusSendPreEffect::AudioBusSendLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetBoolParameter \ static_assert(alignof(AudioComponent_SetBoolParameter) == 0x000004, "Wrong alignment on AudioComponent_SetBoolParameter"); \ static_assert(sizeof(AudioComponent_SetBoolParameter) == 0x00000C, "Wrong size on AudioComponent_SetBoolParameter"); \ static_assert(offsetof(AudioComponent_SetBoolParameter, InName) == 0x000000, "Member 'AudioComponent_SetBoolParameter::InName' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetBoolParameter, InBool) == 0x000008, "Member 'AudioComponent_SetBoolParameter::InBool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetFloatParameter \ static_assert(alignof(AudioComponent_SetFloatParameter) == 0x000004, "Wrong alignment on AudioComponent_SetFloatParameter"); \ static_assert(sizeof(AudioComponent_SetFloatParameter) == 0x00000C, "Wrong size on AudioComponent_SetFloatParameter"); \ static_assert(offsetof(AudioComponent_SetFloatParameter, InName) == 0x000000, "Member 'AudioComponent_SetFloatParameter::InName' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetFloatParameter, InFloat) == 0x000008, "Member 'AudioComponent_SetFloatParameter::InFloat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetIntParameter \ static_assert(alignof(AudioComponent_SetIntParameter) == 0x000004, "Wrong alignment on AudioComponent_SetIntParameter"); \ static_assert(sizeof(AudioComponent_SetIntParameter) == 0x00000C, "Wrong size on AudioComponent_SetIntParameter"); \ static_assert(offsetof(AudioComponent_SetIntParameter, InName) == 0x000000, "Member 'AudioComponent_SetIntParameter::InName' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetIntParameter, inInt) == 0x000008, "Member 'AudioComponent_SetIntParameter::inInt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetLowPassFilterEnabled \ static_assert(alignof(AudioComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong alignment on AudioComponent_SetLowPassFilterEnabled"); \ static_assert(sizeof(AudioComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong size on AudioComponent_SetLowPassFilterEnabled"); \ static_assert(offsetof(AudioComponent_SetLowPassFilterEnabled, InLowPassFilterEnabled) == 0x000000, "Member 'AudioComponent_SetLowPassFilterEnabled::InLowPassFilterEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetLowPassFilterFrequency \ static_assert(alignof(AudioComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong alignment on AudioComponent_SetLowPassFilterFrequency"); \ static_assert(sizeof(AudioComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong size on AudioComponent_SetLowPassFilterFrequency"); \ static_assert(offsetof(AudioComponent_SetLowPassFilterFrequency, InLowPassFilterFrequency) == 0x000000, "Member 'AudioComponent_SetLowPassFilterFrequency::InLowPassFilterFrequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetOutputToBusOnly \ static_assert(alignof(AudioComponent_SetOutputToBusOnly) == 0x000001, "Wrong alignment on AudioComponent_SetOutputToBusOnly"); \ static_assert(sizeof(AudioComponent_SetOutputToBusOnly) == 0x000001, "Wrong size on AudioComponent_SetOutputToBusOnly"); \ static_assert(offsetof(AudioComponent_SetOutputToBusOnly, bInOutputToBusOnly) == 0x000000, "Member 'AudioComponent_SetOutputToBusOnly::bInOutputToBusOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetPaused \ static_assert(alignof(AudioComponent_SetPaused) == 0x000001, "Wrong alignment on AudioComponent_SetPaused"); \ static_assert(sizeof(AudioComponent_SetPaused) == 0x000001, "Wrong size on AudioComponent_SetPaused"); \ static_assert(offsetof(AudioComponent_SetPaused, bPause) == 0x000000, "Member 'AudioComponent_SetPaused::bPause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetPitchMultiplier \ static_assert(alignof(AudioComponent_SetPitchMultiplier) == 0x000004, "Wrong alignment on AudioComponent_SetPitchMultiplier"); \ static_assert(sizeof(AudioComponent_SetPitchMultiplier) == 0x000004, "Wrong size on AudioComponent_SetPitchMultiplier"); \ static_assert(offsetof(AudioComponent_SetPitchMultiplier, NewPitchMultiplier) == 0x000000, "Member 'AudioComponent_SetPitchMultiplier::NewPitchMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetSound \ static_assert(alignof(AudioComponent_SetSound) == 0x000008, "Wrong alignment on AudioComponent_SetSound"); \ static_assert(sizeof(AudioComponent_SetSound) == 0x000008, "Wrong size on AudioComponent_SetSound"); \ static_assert(offsetof(AudioComponent_SetSound, NewSound) == 0x000000, "Member 'AudioComponent_SetSound::NewSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetSourceBusSendPostEffect \ static_assert(alignof(AudioComponent_SetSourceBusSendPostEffect) == 0x000008, "Wrong alignment on AudioComponent_SetSourceBusSendPostEffect"); \ static_assert(sizeof(AudioComponent_SetSourceBusSendPostEffect) == 0x000010, "Wrong size on AudioComponent_SetSourceBusSendPostEffect"); \ static_assert(offsetof(AudioComponent_SetSourceBusSendPostEffect, SoundSourceBus) == 0x000000, "Member 'AudioComponent_SetSourceBusSendPostEffect::SoundSourceBus' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetSourceBusSendPostEffect, SourceBusSendLevel) == 0x000008, "Member 'AudioComponent_SetSourceBusSendPostEffect::SourceBusSendLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetSourceBusSendPreEffect \ static_assert(alignof(AudioComponent_SetSourceBusSendPreEffect) == 0x000008, "Wrong alignment on AudioComponent_SetSourceBusSendPreEffect"); \ static_assert(sizeof(AudioComponent_SetSourceBusSendPreEffect) == 0x000010, "Wrong size on AudioComponent_SetSourceBusSendPreEffect"); \ static_assert(offsetof(AudioComponent_SetSourceBusSendPreEffect, SoundSourceBus) == 0x000000, "Member 'AudioComponent_SetSourceBusSendPreEffect::SoundSourceBus' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetSourceBusSendPreEffect, SourceBusSendLevel) == 0x000008, "Member 'AudioComponent_SetSourceBusSendPreEffect::SourceBusSendLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetSubmixSend \ static_assert(alignof(AudioComponent_SetSubmixSend) == 0x000008, "Wrong alignment on AudioComponent_SetSubmixSend"); \ static_assert(sizeof(AudioComponent_SetSubmixSend) == 0x000010, "Wrong size on AudioComponent_SetSubmixSend"); \ static_assert(offsetof(AudioComponent_SetSubmixSend, Submix) == 0x000000, "Member 'AudioComponent_SetSubmixSend::Submix' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetSubmixSend, SendLevel) == 0x000008, "Member 'AudioComponent_SetSubmixSend::SendLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetUISound \ static_assert(alignof(AudioComponent_SetUISound) == 0x000001, "Wrong alignment on AudioComponent_SetUISound"); \ static_assert(sizeof(AudioComponent_SetUISound) == 0x000001, "Wrong size on AudioComponent_SetUISound"); \ static_assert(offsetof(AudioComponent_SetUISound, bInUISound) == 0x000000, "Member 'AudioComponent_SetUISound::bInUISound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetVolumeMultiplier \ static_assert(alignof(AudioComponent_SetVolumeMultiplier) == 0x000004, "Wrong alignment on AudioComponent_SetVolumeMultiplier"); \ static_assert(sizeof(AudioComponent_SetVolumeMultiplier) == 0x000004, "Wrong size on AudioComponent_SetVolumeMultiplier"); \ static_assert(offsetof(AudioComponent_SetVolumeMultiplier, NewVolumeMultiplier) == 0x000000, "Member 'AudioComponent_SetVolumeMultiplier::NewVolumeMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_SetWaveParameter \ static_assert(alignof(AudioComponent_SetWaveParameter) == 0x000008, "Wrong alignment on AudioComponent_SetWaveParameter"); \ static_assert(sizeof(AudioComponent_SetWaveParameter) == 0x000010, "Wrong size on AudioComponent_SetWaveParameter"); \ static_assert(offsetof(AudioComponent_SetWaveParameter, InName) == 0x000000, "Member 'AudioComponent_SetWaveParameter::InName' has a wrong offset!"); \ static_assert(offsetof(AudioComponent_SetWaveParameter, InWave) == 0x000008, "Member 'AudioComponent_SetWaveParameter::InWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_StopDelayed \ static_assert(alignof(AudioComponent_StopDelayed) == 0x000004, "Wrong alignment on AudioComponent_StopDelayed"); \ static_assert(sizeof(AudioComponent_StopDelayed) == 0x000004, "Wrong size on AudioComponent_StopDelayed"); \ static_assert(offsetof(AudioComponent_StopDelayed, DelayTime) == 0x000000, "Member 'AudioComponent_StopDelayed::DelayTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_GetPlayState \ static_assert(alignof(AudioComponent_GetPlayState) == 0x000001, "Wrong alignment on AudioComponent_GetPlayState"); \ static_assert(sizeof(AudioComponent_GetPlayState) == 0x000001, "Wrong size on AudioComponent_GetPlayState"); \ static_assert(offsetof(AudioComponent_GetPlayState, ReturnValue) == 0x000000, "Member 'AudioComponent_GetPlayState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_HasCookedAmplitudeEnvelopeData \ static_assert(alignof(AudioComponent_HasCookedAmplitudeEnvelopeData) == 0x000001, "Wrong alignment on AudioComponent_HasCookedAmplitudeEnvelopeData"); \ static_assert(sizeof(AudioComponent_HasCookedAmplitudeEnvelopeData) == 0x000001, "Wrong size on AudioComponent_HasCookedAmplitudeEnvelopeData"); \ static_assert(offsetof(AudioComponent_HasCookedAmplitudeEnvelopeData, ReturnValue) == 0x000000, "Member 'AudioComponent_HasCookedAmplitudeEnvelopeData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_HasCookedFFTData \ static_assert(alignof(AudioComponent_HasCookedFFTData) == 0x000001, "Wrong alignment on AudioComponent_HasCookedFFTData"); \ static_assert(sizeof(AudioComponent_HasCookedFFTData) == 0x000001, "Wrong size on AudioComponent_HasCookedFFTData"); \ static_assert(offsetof(AudioComponent_HasCookedFFTData, ReturnValue) == 0x000000, "Member 'AudioComponent_HasCookedFFTData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_IsPlaying \ static_assert(alignof(AudioComponent_IsPlaying) == 0x000001, "Wrong alignment on AudioComponent_IsPlaying"); \ static_assert(sizeof(AudioComponent_IsPlaying) == 0x000001, "Wrong size on AudioComponent_IsPlaying"); \ static_assert(offsetof(AudioComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'AudioComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioComponent_IsVirtualized \ static_assert(alignof(AudioComponent_IsVirtualized) == 0x000001, "Wrong alignment on AudioComponent_IsVirtualized"); \ static_assert(sizeof(AudioComponent_IsVirtualized) == 0x000001, "Wrong size on AudioComponent_IsVirtualized"); \ static_assert(offsetof(AudioComponent_IsVirtualized, ReturnValue) == 0x000000, "Member 'AudioComponent_IsVirtualized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioComponent \ static_assert(alignof(UAudioComponent) == 0x000010, "Wrong alignment on UAudioComponent"); \ static_assert(sizeof(UAudioComponent) == 0x000880, "Wrong size on UAudioComponent"); \ static_assert(offsetof(UAudioComponent, Sound) == 0x000218, "Member 'UAudioComponent::Sound' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, InstanceParameters) == 0x000220, "Member 'UAudioComponent::InstanceParameters' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, SoundClassOverride) == 0x000230, "Member 'UAudioComponent::SoundClassOverride' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AudioComponentUserID) == 0x000240, "Member 'UAudioComponent::AudioComponentUserID' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, PitchModulationMin) == 0x000248, "Member 'UAudioComponent::PitchModulationMin' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, PitchModulationMax) == 0x00024C, "Member 'UAudioComponent::PitchModulationMax' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, VolumeModulationMin) == 0x000250, "Member 'UAudioComponent::VolumeModulationMin' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, VolumeModulationMax) == 0x000254, "Member 'UAudioComponent::VolumeModulationMax' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, VolumeMultiplier) == 0x000258, "Member 'UAudioComponent::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, EnvelopeFollowerAttackTime) == 0x00025C, "Member 'UAudioComponent::EnvelopeFollowerAttackTime' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, EnvelopeFollowerReleaseTime) == 0x000260, "Member 'UAudioComponent::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, Priority) == 0x000264, "Member 'UAudioComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, SubtitlePriority) == 0x000268, "Member 'UAudioComponent::SubtitlePriority' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, SourceEffectChain) == 0x000270, "Member 'UAudioComponent::SourceEffectChain' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, PitchMultiplier) == 0x000278, "Member 'UAudioComponent::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, LowPassFilterFrequency) == 0x00027C, "Member 'UAudioComponent::LowPassFilterFrequency' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AttenuationSettings) == 0x000288, "Member 'UAudioComponent::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AttenuationOverrides) == 0x000290, "Member 'UAudioComponent::AttenuationOverrides' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, ConcurrencySettings) == 0x000630, "Member 'UAudioComponent::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, ConcurrencySet) == 0x000638, "Member 'UAudioComponent::ConcurrencySet' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AutoAttachLocationRule) == 0x000694, "Member 'UAudioComponent::AutoAttachLocationRule' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AutoAttachRotationRule) == 0x000695, "Member 'UAudioComponent::AutoAttachRotationRule' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AutoAttachScaleRule) == 0x000696, "Member 'UAudioComponent::AutoAttachScaleRule' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, ModulationRouting) == 0x000698, "Member 'UAudioComponent::ModulationRouting' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioPlayStateChanged) == 0x0006E0, "Member 'UAudioComponent::OnAudioPlayStateChanged' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioVirtualizationChanged) == 0x000708, "Member 'UAudioComponent::OnAudioVirtualizationChanged' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioFinished) == 0x000730, "Member 'UAudioComponent::OnAudioFinished' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioPlaybackPercent) == 0x000758, "Member 'UAudioComponent::OnAudioPlaybackPercent' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioSingleEnvelopeValue) == 0x000780, "Member 'UAudioComponent::OnAudioSingleEnvelopeValue' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioMultiEnvelopeValue) == 0x0007A8, "Member 'UAudioComponent::OnAudioMultiEnvelopeValue' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnQueueSubtitles) == 0x0007D0, "Member 'UAudioComponent::OnQueueSubtitles' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AutoAttachParent) == 0x0007E0, "Member 'UAudioComponent::AutoAttachParent' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AutoAttachSocketName) == 0x0007E8, "Member 'UAudioComponent::AutoAttachSocketName' 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_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_UParticleModuleMaterialBase \ static_assert(alignof(UParticleModuleMaterialBase) == 0x000008, "Wrong alignment on UParticleModuleMaterialBase"); \ static_assert(sizeof(UParticleModuleMaterialBase) == 0x000030, "Wrong size on UParticleModuleMaterialBase"); \ #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) == 0x0002F0, "Wrong size on AAudioVolume"); \ static_assert(offsetof(AAudioVolume, Priority) == 0x000280, "Member 'AAudioVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(AAudioVolume, Settings) == 0x000288, "Member 'AAudioVolume::Settings' has a wrong offset!"); \ static_assert(offsetof(AAudioVolume, AmbientZoneSettings) == 0x0002A8, "Member 'AAudioVolume::AmbientZoneSettings' has a wrong offset!"); \ static_assert(offsetof(AAudioVolume, SubmixSendSettings) == 0x0002D0, "Member 'AAudioVolume::SubmixSendSettings' has a wrong offset!"); \ static_assert(offsetof(AAudioVolume, SubmixOverrideSettings) == 0x0002E0, "Member 'AAudioVolume::SubmixOverrideSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEdGraphSchema \ static_assert(alignof(UEdGraphSchema) == 0x000008, "Wrong alignment on UEdGraphSchema"); \ static_assert(sizeof(UEdGraphSchema) == 0x000028, "Wrong size on UEdGraphSchema"); \ #define DUMPER7_ASSERTS_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_UAvaInsideVolumeComponent \ static_assert(alignof(UAvaInsideVolumeComponent) == 0x000010, "Wrong alignment on UAvaInsideVolumeComponent"); \ static_assert(sizeof(UAvaInsideVolumeComponent) == 0x0002B0, "Wrong size on UAvaInsideVolumeComponent"); \ static_assert(offsetof(UAvaInsideVolumeComponent, CachedOptionsMask) == 0x000224, "Member 'UAvaInsideVolumeComponent::CachedOptionsMask' has a wrong offset!"); \ static_assert(offsetof(UAvaInsideVolumeComponent, DistanceFieldResolution) == 0x00022C, "Member 'UAvaInsideVolumeComponent::DistanceFieldResolution' has a wrong offset!"); \ static_assert(offsetof(UAvaInsideVolumeComponent, DistanceField) == 0x000238, "Member 'UAvaInsideVolumeComponent::DistanceField' has a wrong offset!"); \ static_assert(offsetof(UAvaInsideVolumeComponent, FXMask) == 0x000250, "Member 'UAvaInsideVolumeComponent::FXMask' has a wrong offset!"); \ static_assert(offsetof(UAvaInsideVolumeComponent, LightClippingComponent) == 0x000258, "Member 'UAvaInsideVolumeComponent::LightClippingComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleTypeDataMesh \ static_assert(alignof(UParticleModuleTypeDataMesh) == 0x000008, "Wrong alignment on UParticleModuleTypeDataMesh"); \ static_assert(sizeof(UParticleModuleTypeDataMesh) == 0x000098, "Wrong size on UParticleModuleTypeDataMesh"); \ static_assert(offsetof(UParticleModuleTypeDataMesh, Mesh) == 0x000030, "Member 'UParticleModuleTypeDataMesh::Mesh' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataMesh, LODSizeScale) == 0x000040, "Member 'UParticleModuleTypeDataMesh::LODSizeScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataMesh, MeshAlignment) == 0x000045, "Member 'UParticleModuleTypeDataMesh::MeshAlignment' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataMesh, RollPitchYawRange) == 0x000048, "Member 'UParticleModuleTypeDataMesh::RollPitchYawRange' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataMesh, AxisLockOption) == 0x000090, "Member 'UParticleModuleTypeDataMesh::AxisLockOption' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataMesh, CameraFacingUpAxisOption) == 0x000092, "Member 'UParticleModuleTypeDataMesh::CameraFacingUpAxisOption' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataMesh, CameraFacingOption) == 0x000093, "Member 'UParticleModuleTypeDataMesh::CameraFacingOption' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGameSession \ static_assert(alignof(AGameSession) == 0x000008, "Wrong alignment on AGameSession"); \ static_assert(sizeof(AGameSession) == 0x000260, "Wrong size on AGameSession"); \ static_assert(offsetof(AGameSession, MaxSpectators) == 0x000248, "Member 'AGameSession::MaxSpectators' has a wrong offset!"); \ static_assert(offsetof(AGameSession, MaxPlayers) == 0x00024C, "Member 'AGameSession::MaxPlayers' has a wrong offset!"); \ static_assert(offsetof(AGameSession, MaxPartySize) == 0x000250, "Member 'AGameSession::MaxPartySize' has a wrong offset!"); \ static_assert(offsetof(AGameSession, MaxSplitscreensPerConnection) == 0x000254, "Member 'AGameSession::MaxSplitscreensPerConnection' has a wrong offset!"); \ static_assert(offsetof(AGameSession, bRequiresPushToTalk) == 0x000255, "Member 'AGameSession::bRequiresPushToTalk' has a wrong offset!"); \ static_assert(offsetof(AGameSession, SessionName) == 0x000258, "Member 'AGameSession::SessionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaInsideVolumeLightClippingComponent \ static_assert(alignof(UAvaInsideVolumeLightClippingComponent) == 0x000010, "Wrong alignment on UAvaInsideVolumeLightClippingComponent"); \ static_assert(sizeof(UAvaInsideVolumeLightClippingComponent) == 0x000230, "Wrong size on UAvaInsideVolumeLightClippingComponent"); \ #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_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) == 0x000268, "Wrong size on ABandwidthTestActor"); \ static_assert(offsetof(ABandwidthTestActor, BandwidthGenerator) == 0x000248, "Member 'ABandwidthTestActor::BandwidthGenerator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BillboardComponent_SetSprite \ static_assert(alignof(BillboardComponent_SetSprite) == 0x000008, "Wrong alignment on BillboardComponent_SetSprite"); \ static_assert(sizeof(BillboardComponent_SetSprite) == 0x000008, "Wrong size on BillboardComponent_SetSprite"); \ static_assert(offsetof(BillboardComponent_SetSprite, NewSprite) == 0x000000, "Member 'BillboardComponent_SetSprite::NewSprite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BillboardComponent_SetSpriteAndUV \ static_assert(alignof(BillboardComponent_SetSpriteAndUV) == 0x000008, "Wrong alignment on BillboardComponent_SetSpriteAndUV"); \ static_assert(sizeof(BillboardComponent_SetSpriteAndUV) == 0x000018, "Wrong size on BillboardComponent_SetSpriteAndUV"); \ static_assert(offsetof(BillboardComponent_SetSpriteAndUV, NewSprite) == 0x000000, "Member 'BillboardComponent_SetSpriteAndUV::NewSprite' has a wrong offset!"); \ static_assert(offsetof(BillboardComponent_SetSpriteAndUV, NewU) == 0x000008, "Member 'BillboardComponent_SetSpriteAndUV::NewU' has a wrong offset!"); \ static_assert(offsetof(BillboardComponent_SetSpriteAndUV, NewUL) == 0x00000C, "Member 'BillboardComponent_SetSpriteAndUV::NewUL' has a wrong offset!"); \ static_assert(offsetof(BillboardComponent_SetSpriteAndUV, NewV) == 0x000010, "Member 'BillboardComponent_SetSpriteAndUV::NewV' has a wrong offset!"); \ static_assert(offsetof(BillboardComponent_SetSpriteAndUV, NewVL) == 0x000014, "Member 'BillboardComponent_SetSpriteAndUV::NewVL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BillboardComponent_SetUV \ static_assert(alignof(BillboardComponent_SetUV) == 0x000004, "Wrong alignment on BillboardComponent_SetUV"); \ static_assert(sizeof(BillboardComponent_SetUV) == 0x000010, "Wrong size on BillboardComponent_SetUV"); \ static_assert(offsetof(BillboardComponent_SetUV, NewU) == 0x000000, "Member 'BillboardComponent_SetUV::NewU' has a wrong offset!"); \ static_assert(offsetof(BillboardComponent_SetUV, NewUL) == 0x000004, "Member 'BillboardComponent_SetUV::NewUL' has a wrong offset!"); \ static_assert(offsetof(BillboardComponent_SetUV, NewV) == 0x000008, "Member 'BillboardComponent_SetUV::NewV' has a wrong offset!"); \ static_assert(offsetof(BillboardComponent_SetUV, NewVL) == 0x00000C, "Member 'BillboardComponent_SetUV::NewVL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBillboardComponent \ static_assert(alignof(UBillboardComponent) == 0x000010, "Wrong alignment on UBillboardComponent"); \ static_assert(sizeof(UBillboardComponent) == 0x0004A0, "Wrong size on UBillboardComponent"); \ static_assert(offsetof(UBillboardComponent, Sprite) == 0x000480, "Member 'UBillboardComponent::Sprite' has a wrong offset!"); \ static_assert(offsetof(UBillboardComponent, ScreenSize) == 0x00048C, "Member 'UBillboardComponent::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(UBillboardComponent, U) == 0x000490, "Member 'UBillboardComponent::U' has a wrong offset!"); \ static_assert(offsetof(UBillboardComponent, UL) == 0x000494, "Member 'UBillboardComponent::UL' has a wrong offset!"); \ static_assert(offsetof(UBillboardComponent, V) == 0x000498, "Member 'UBillboardComponent::V' has a wrong offset!"); \ static_assert(offsetof(UBillboardComponent, VL) == 0x00049C, "Member 'UBillboardComponent::VL' 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_ABlockingVolume \ static_assert(alignof(ABlockingVolume) == 0x000008, "Wrong alignment on ABlockingVolume"); \ static_assert(sizeof(ABlockingVolume) == 0x000280, "Wrong size on ABlockingVolume"); \ #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_UHLODEngineSubsystem \ static_assert(alignof(UHLODEngineSubsystem) == 0x000008, "Wrong alignment on UHLODEngineSubsystem"); \ static_assert(sizeof(UHLODEngineSubsystem) == 0x000030, "Wrong size on UHLODEngineSubsystem"); \ #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_UBlueprintExtension \ static_assert(alignof(UBlueprintExtension) == 0x000008, "Wrong alignment on UBlueprintExtension"); \ static_assert(sizeof(UBlueprintExtension) == 0x000028, "Wrong size on UBlueprintExtension"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Add \ static_assert(alignof(BlueprintMapLibrary_Map_Add) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Add"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Add) == 0x000058, "Wrong size on BlueprintMapLibrary_Map_Add"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Add, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Add::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Add, Key) == 0x000050, "Member 'BlueprintMapLibrary_Map_Add::Key' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Add, Value) == 0x000054, "Member 'BlueprintMapLibrary_Map_Add::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Clear \ static_assert(alignof(BlueprintMapLibrary_Map_Clear) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Clear"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Clear) == 0x000050, "Wrong size on BlueprintMapLibrary_Map_Clear"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Clear, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Clear::TargetMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Contains \ static_assert(alignof(BlueprintMapLibrary_Map_Contains) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Contains"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Contains) == 0x000058, "Wrong size on BlueprintMapLibrary_Map_Contains"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Contains, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Contains::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Contains, Key) == 0x000050, "Member 'BlueprintMapLibrary_Map_Contains::Key' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Contains, ReturnValue) == 0x000054, "Member 'BlueprintMapLibrary_Map_Contains::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Find \ static_assert(alignof(BlueprintMapLibrary_Map_Find) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Find"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Find) == 0x000060, "Wrong size on BlueprintMapLibrary_Map_Find"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Find, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Find::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Find, Key) == 0x000050, "Member 'BlueprintMapLibrary_Map_Find::Key' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Find, Value) == 0x000054, "Member 'BlueprintMapLibrary_Map_Find::Value' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Find, ReturnValue) == 0x000058, "Member 'BlueprintMapLibrary_Map_Find::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Keys \ static_assert(alignof(BlueprintMapLibrary_Map_Keys) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Keys"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Keys) == 0x000060, "Wrong size on BlueprintMapLibrary_Map_Keys"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Keys, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Keys::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Keys, Keys) == 0x000050, "Member 'BlueprintMapLibrary_Map_Keys::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Length \ static_assert(alignof(BlueprintMapLibrary_Map_Length) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Length"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Length) == 0x000058, "Wrong size on BlueprintMapLibrary_Map_Length"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Length, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Length::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Length, ReturnValue) == 0x000050, "Member 'BlueprintMapLibrary_Map_Length::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Remove \ static_assert(alignof(BlueprintMapLibrary_Map_Remove) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Remove"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Remove) == 0x000058, "Wrong size on BlueprintMapLibrary_Map_Remove"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Remove, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Remove::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Remove, Key) == 0x000050, "Member 'BlueprintMapLibrary_Map_Remove::Key' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Remove, ReturnValue) == 0x000054, "Member 'BlueprintMapLibrary_Map_Remove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Values \ static_assert(alignof(BlueprintMapLibrary_Map_Values) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Values"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Values) == 0x000060, "Wrong size on BlueprintMapLibrary_Map_Values"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Values, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Values::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Values, Values) == 0x000050, "Member 'BlueprintMapLibrary_Map_Values::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_SetMapPropertyByName \ static_assert(alignof(BlueprintMapLibrary_SetMapPropertyByName) == 0x000008, "Wrong alignment on BlueprintMapLibrary_SetMapPropertyByName"); \ static_assert(sizeof(BlueprintMapLibrary_SetMapPropertyByName) == 0x000060, "Wrong size on BlueprintMapLibrary_SetMapPropertyByName"); \ static_assert(offsetof(BlueprintMapLibrary_SetMapPropertyByName, Object) == 0x000000, "Member 'BlueprintMapLibrary_SetMapPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_SetMapPropertyByName, PropertyName) == 0x000008, "Member 'BlueprintMapLibrary_SetMapPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_SetMapPropertyByName, Value) == 0x000010, "Member 'BlueprintMapLibrary_SetMapPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlueprintMapLibrary \ static_assert(alignof(UBlueprintMapLibrary) == 0x000008, "Wrong alignment on UBlueprintMapLibrary"); \ static_assert(sizeof(UBlueprintMapLibrary) == 0x000028, "Wrong size on UBlueprintMapLibrary"); \ #define DUMPER7_ASSERTS_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) == 0x000260, "Wrong size on ASpotLight"); \ static_assert(offsetof(ASpotLight, SpotLightComponent) == 0x000258, "Member 'ASpotLight::SpotLightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGeneratedMeshAreaLight \ static_assert(alignof(AGeneratedMeshAreaLight) == 0x000008, "Wrong alignment on AGeneratedMeshAreaLight"); \ static_assert(sizeof(AGeneratedMeshAreaLight) == 0x000260, "Wrong size on AGeneratedMeshAreaLight"); \ #define DUMPER7_ASSERTS_USpectatorPawnMovement \ static_assert(alignof(USpectatorPawnMovement) == 0x000008, "Wrong alignment on USpectatorPawnMovement"); \ static_assert(sizeof(USpectatorPawnMovement) == 0x000188, "Wrong size on USpectatorPawnMovement"); \ #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_UPlatformGameInstance \ static_assert(alignof(UPlatformGameInstance) == 0x000008, "Wrong alignment on UPlatformGameInstance"); \ static_assert(sizeof(UPlatformGameInstance) == 0x000278, "Wrong size on UPlatformGameInstance"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationWillDeactivateDelegate) == 0x0001A8, "Member 'UPlatformGameInstance::ApplicationWillDeactivateDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationHasReactivatedDelegate) == 0x0001B8, "Member 'UPlatformGameInstance::ApplicationHasReactivatedDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationWillEnterBackgroundDelegate) == 0x0001C8, "Member 'UPlatformGameInstance::ApplicationWillEnterBackgroundDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationHasEnteredForegroundDelegate) == 0x0001D8, "Member 'UPlatformGameInstance::ApplicationHasEnteredForegroundDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationWillTerminateDelegate) == 0x0001E8, "Member 'UPlatformGameInstance::ApplicationWillTerminateDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationShouldUnloadResourcesDelegate) == 0x0001F8, "Member 'UPlatformGameInstance::ApplicationShouldUnloadResourcesDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedStartupArgumentsDelegate) == 0x000208, "Member 'UPlatformGameInstance::ApplicationReceivedStartupArgumentsDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationRegisteredForRemoteNotificationsDelegate) == 0x000218, "Member 'UPlatformGameInstance::ApplicationRegisteredForRemoteNotificationsDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationRegisteredForUserNotificationsDelegate) == 0x000228, "Member 'UPlatformGameInstance::ApplicationRegisteredForUserNotificationsDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationFailedToRegisterForRemoteNotificationsDelegate) == 0x000238, "Member 'UPlatformGameInstance::ApplicationFailedToRegisterForRemoteNotificationsDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedRemoteNotificationDelegate) == 0x000248, "Member 'UPlatformGameInstance::ApplicationReceivedRemoteNotificationDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedLocalNotificationDelegate) == 0x000258, "Member 'UPlatformGameInstance::ApplicationReceivedLocalNotificationDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedScreenOrientationChangedNotificationDelegate) == 0x000268, "Member 'UPlatformGameInstance::ApplicationReceivedScreenOrientationChangedNotificationDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UHapticFeedbackEffect_SoundWave \ static_assert(alignof(UHapticFeedbackEffect_SoundWave) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_SoundWave"); \ static_assert(sizeof(UHapticFeedbackEffect_SoundWave) == 0x000048, "Wrong size on UHapticFeedbackEffect_SoundWave"); \ static_assert(offsetof(UHapticFeedbackEffect_SoundWave, SoundWave) == 0x000028, "Member 'UHapticFeedbackEffect_SoundWave::SoundWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_UBookMark \ static_assert(alignof(UBookMark) == 0x000008, "Wrong alignment on UBookMark"); \ static_assert(sizeof(UBookMark) == 0x000050, "Wrong size on UBookMark"); \ static_assert(offsetof(UBookMark, Location) == 0x000028, "Member 'UBookMark::Location' has a wrong offset!"); \ static_assert(offsetof(UBookMark, Rotation) == 0x000034, "Member 'UBookMark::Rotation' has a wrong offset!"); \ static_assert(offsetof(UBookMark, HiddenLevels) == 0x000040, "Member 'UBookMark::HiddenLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBoundsCopyComponent \ static_assert(alignof(UBoundsCopyComponent) == 0x000010, "Wrong alignment on UBoundsCopyComponent"); \ static_assert(sizeof(UBoundsCopyComponent) == 0x000140, "Wrong size on UBoundsCopyComponent"); \ static_assert(offsetof(UBoundsCopyComponent, BoundsSourceActor) == 0x0000D0, "Member 'UBoundsCopyComponent::BoundsSourceActor' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bUseCollidingComponentsForSourceBounds) == 0x0000F8, "Member 'UBoundsCopyComponent::bUseCollidingComponentsForSourceBounds' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bKeepOwnBoundsScale) == 0x0000F9, "Member 'UBoundsCopyComponent::bKeepOwnBoundsScale' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bUseCollidingComponentsForOwnBounds) == 0x0000FA, "Member 'UBoundsCopyComponent::bUseCollidingComponentsForOwnBounds' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, PostTransform) == 0x000100, "Member 'UBoundsCopyComponent::PostTransform' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bCopyXBounds) == 0x000130, "Member 'UBoundsCopyComponent::bCopyXBounds' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bCopyYBounds) == 0x000131, "Member 'UBoundsCopyComponent::bCopyYBounds' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bCopyZBounds) == 0x000132, "Member 'UBoundsCopyComponent::bCopyZBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABoxReflectionCapture \ static_assert(alignof(ABoxReflectionCapture) == 0x000008, "Wrong alignment on ABoxReflectionCapture"); \ static_assert(sizeof(ABoxReflectionCapture) == 0x000250, "Wrong size on ABoxReflectionCapture"); \ #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_UReflectionCaptureComponent \ static_assert(alignof(UReflectionCaptureComponent) == 0x000010, "Wrong alignment on UReflectionCaptureComponent"); \ static_assert(sizeof(UReflectionCaptureComponent) == 0x0002B0, "Wrong size on UReflectionCaptureComponent"); \ static_assert(offsetof(UReflectionCaptureComponent, CaptureOffsetComponent) == 0x000218, "Member 'UReflectionCaptureComponent::CaptureOffsetComponent' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, ReflectionSourceType) == 0x000220, "Member 'UReflectionCaptureComponent::ReflectionSourceType' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, MobileReflectionCompression) == 0x000221, "Member 'UReflectionCaptureComponent::MobileReflectionCompression' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, CubeMap) == 0x000228, "Member 'UReflectionCaptureComponent::CubeMap' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, SourceCubemapAngle) == 0x000230, "Member 'UReflectionCaptureComponent::SourceCubemapAngle' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, Brightness) == 0x000234, "Member 'UReflectionCaptureComponent::Brightness' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, bModifyMaxValueRGBM) == 0x000238, "Member 'UReflectionCaptureComponent::bModifyMaxValueRGBM' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, MaxValueRGBM) == 0x00023C, "Member 'UReflectionCaptureComponent::MaxValueRGBM' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, CaptureOffset) == 0x000240, "Member 'UReflectionCaptureComponent::CaptureOffset' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, CullType) == 0x00024C, "Member 'UReflectionCaptureComponent::CullType' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, bStaticSceneOnly) == 0x000250, "Member 'UReflectionCaptureComponent::bStaticSceneOnly' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, CaptureTimeType) == 0x000254, "Member 'UReflectionCaptureComponent::CaptureTimeType' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, CaptureTimeHour) == 0x000258, "Member 'UReflectionCaptureComponent::CaptureTimeHour' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, CaptureTimeSlot) == 0x00025C, "Member 'UReflectionCaptureComponent::CaptureTimeSlot' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, DirectionalLightScale) == 0x000260, "Member 'UReflectionCaptureComponent::DirectionalLightScale' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, bCaptureFog) == 0x000264, "Member 'UReflectionCaptureComponent::bCaptureFog' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, bCaptureFogVolumetric) == 0x000265, "Member 'UReflectionCaptureComponent::bCaptureFogVolumetric' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, bExcludeFromWater) == 0x000266, "Member 'UReflectionCaptureComponent::bExcludeFromWater' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, MapBuildDataId) == 0x000268, "Member 'UReflectionCaptureComponent::MapBuildDataId' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, CachedEncodedHDRCubemap) == 0x000288, "Member 'UReflectionCaptureComponent::CachedEncodedHDRCubemap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBoxReflectionCaptureComponent \ static_assert(alignof(UBoxReflectionCaptureComponent) == 0x000010, "Wrong alignment on UBoxReflectionCaptureComponent"); \ static_assert(sizeof(UBoxReflectionCaptureComponent) == 0x0002C0, "Wrong size on UBoxReflectionCaptureComponent"); \ static_assert(offsetof(UBoxReflectionCaptureComponent, BoxTransitionDistance) == 0x0002A8, "Member 'UBoxReflectionCaptureComponent::BoxTransitionDistance' has a wrong offset!"); \ static_assert(offsetof(UBoxReflectionCaptureComponent, PreviewInfluenceBox) == 0x0002B0, "Member 'UBoxReflectionCaptureComponent::PreviewInfluenceBox' has a wrong offset!"); \ static_assert(offsetof(UBoxReflectionCaptureComponent, PreviewCaptureBox) == 0x0002B8, "Member 'UBoxReflectionCaptureComponent::PreviewCaptureBox' 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_AInsideVolume \ static_assert(alignof(AInsideVolume) == 0x000008, "Wrong alignment on AInsideVolume"); \ static_assert(sizeof(AInsideVolume) == 0x000288, "Wrong size on AInsideVolume"); \ static_assert(offsetof(AInsideVolume, InsideVolumeComponent) == 0x000280, "Member 'AInsideVolume::InsideVolumeComponent' 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_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_UParticleModuleSpawnBase \ static_assert(alignof(UParticleModuleSpawnBase) == 0x000008, "Wrong alignment on UParticleModuleSpawnBase"); \ static_assert(sizeof(UParticleModuleSpawnBase) == 0x000038, "Wrong size on UParticleModuleSpawnBase"); \ #define DUMPER7_ASSERTS_ABrushShape \ static_assert(alignof(ABrushShape) == 0x000008, "Wrong alignment on ABrushShape"); \ static_assert(sizeof(ABrushShape) == 0x000280, "Wrong size on ABrushShape"); \ #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_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_UCameraAnim \ static_assert(alignof(UCameraAnim) == 0x000010, "Wrong alignment on UCameraAnim"); \ static_assert(sizeof(UCameraAnim) == 0x000660, "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) == 0x000650, "Member 'UCameraAnim::BasePostProcessBlendWeight' 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_ACameraBlockingVolume \ static_assert(alignof(ACameraBlockingVolume) == 0x000008, "Wrong alignment on ACameraBlockingVolume"); \ static_assert(sizeof(ACameraBlockingVolume) == 0x000280, "Wrong size on ACameraBlockingVolume"); \ #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) == 0x000240, "Wrong size on UPhysicsSpringComponent"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringStiffness) == 0x000218, "Member 'UPhysicsSpringComponent::SpringStiffness' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringDamping) == 0x00021C, "Member 'UPhysicsSpringComponent::SpringDamping' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringLengthAtRest) == 0x000220, "Member 'UPhysicsSpringComponent::SpringLengthAtRest' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringRadius) == 0x000224, "Member 'UPhysicsSpringComponent::SpringRadius' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringChannel) == 0x000228, "Member 'UPhysicsSpringComponent::SpringChannel' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, bIgnoreSelf) == 0x000229, "Member 'UPhysicsSpringComponent::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringCompression) == 0x00022C, "Member 'UPhysicsSpringComponent::SpringCompression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IInterface_PreviewMeshProvider \ static_assert(alignof(IInterface_PreviewMeshProvider) == 0x000001, "Wrong alignment on IInterface_PreviewMeshProvider"); \ static_assert(sizeof(IInterface_PreviewMeshProvider) == 0x000001, "Wrong size on IInterface_PreviewMeshProvider"); \ #define DUMPER7_ASSERTS_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) == 0x000600, "Wrong size on CameraModifier_BlueprintModifyPostProcess"); \ static_assert(offsetof(CameraModifier_BlueprintModifyPostProcess, DeltaTime) == 0x000000, "Member 'CameraModifier_BlueprintModifyPostProcess::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(CameraModifier_BlueprintModifyPostProcess, PostProcessBlendWeight) == 0x000004, "Member 'CameraModifier_BlueprintModifyPostProcess::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(CameraModifier_BlueprintModifyPostProcess, PostProcessSettings) == 0x000010, "Member 'CameraModifier_BlueprintModifyPostProcess::PostProcessSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraModifier_DisableModifier \ static_assert(alignof(CameraModifier_DisableModifier) == 0x000001, "Wrong alignment on CameraModifier_DisableModifier"); \ static_assert(sizeof(CameraModifier_DisableModifier) == 0x000001, "Wrong size on CameraModifier_DisableModifier"); \ static_assert(offsetof(CameraModifier_DisableModifier, bImmediate) == 0x000000, "Member 'CameraModifier_DisableModifier::bImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraModifier_GetViewTarget \ static_assert(alignof(CameraModifier_GetViewTarget) == 0x000008, "Wrong alignment on CameraModifier_GetViewTarget"); \ static_assert(sizeof(CameraModifier_GetViewTarget) == 0x000008, "Wrong size on CameraModifier_GetViewTarget"); \ static_assert(offsetof(CameraModifier_GetViewTarget, ReturnValue) == 0x000000, "Member 'CameraModifier_GetViewTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraModifier_IsDisabled \ static_assert(alignof(CameraModifier_IsDisabled) == 0x000001, "Wrong alignment on CameraModifier_IsDisabled"); \ static_assert(sizeof(CameraModifier_IsDisabled) == 0x000001, "Wrong size on CameraModifier_IsDisabled"); \ static_assert(offsetof(CameraModifier_IsDisabled, ReturnValue) == 0x000000, "Member 'CameraModifier_IsDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraModifier \ static_assert(alignof(UCameraModifier) == 0x000008, "Wrong alignment on UCameraModifier"); \ static_assert(sizeof(UCameraModifier) == 0x000048, "Wrong size on UCameraModifier"); \ static_assert(offsetof(UCameraModifier, Priority) == 0x00002C, "Member 'UCameraModifier::Priority' has a wrong offset!"); \ static_assert(offsetof(UCameraModifier, CameraOwner) == 0x000030, "Member 'UCameraModifier::CameraOwner' has a wrong offset!"); \ static_assert(offsetof(UCameraModifier, AlphaInTime) == 0x000038, "Member 'UCameraModifier::AlphaInTime' has a wrong offset!"); \ static_assert(offsetof(UCameraModifier, AlphaOutTime) == 0x00003C, "Member 'UCameraModifier::AlphaOutTime' has a wrong offset!"); \ static_assert(offsetof(UCameraModifier, Alpha) == 0x000040, "Member 'UCameraModifier::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraModifier_CameraShake \ static_assert(alignof(UCameraModifier_CameraShake) == 0x000008, "Wrong alignment on UCameraModifier_CameraShake"); \ static_assert(sizeof(UCameraModifier_CameraShake) == 0x0000B0, "Wrong size on UCameraModifier_CameraShake"); \ static_assert(offsetof(UCameraModifier_CameraShake, ActiveShakes) == 0x000048, "Member 'UCameraModifier_CameraShake::ActiveShakes' has a wrong offset!"); \ static_assert(offsetof(UCameraModifier_CameraShake, ExpiredPooledShakesMap) == 0x000058, "Member 'UCameraModifier_CameraShake::ExpiredPooledShakesMap' has a wrong offset!"); \ static_assert(offsetof(UCameraModifier_CameraShake, SplitScreenShakeScale) == 0x0000A8, "Member 'UCameraModifier_CameraShake::SplitScreenShakeScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_ACameraShakeSourceActor \ static_assert(alignof(ACameraShakeSourceActor) == 0x000008, "Wrong alignment on ACameraShakeSourceActor"); \ static_assert(sizeof(ACameraShakeSourceActor) == 0x000250, "Wrong size on ACameraShakeSourceActor"); \ static_assert(offsetof(ACameraShakeSourceActor, CameraShakeSourceComponent) == 0x000248, "Member 'ACameraShakeSourceActor::CameraShakeSourceComponent' 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) == 0x000250, "Wrong size on URadialForceComponent"); \ static_assert(offsetof(URadialForceComponent, Radius) == 0x000218, "Member 'URadialForceComponent::Radius' has a wrong offset!"); \ static_assert(offsetof(URadialForceComponent, Falloff) == 0x00021C, "Member 'URadialForceComponent::Falloff' has a wrong offset!"); \ static_assert(offsetof(URadialForceComponent, ImpulseStrength) == 0x000220, "Member 'URadialForceComponent::ImpulseStrength' has a wrong offset!"); \ static_assert(offsetof(URadialForceComponent, ForceStrength) == 0x000228, "Member 'URadialForceComponent::ForceStrength' has a wrong offset!"); \ static_assert(offsetof(URadialForceComponent, DestructibleDamage) == 0x00022C, "Member 'URadialForceComponent::DestructibleDamage' has a wrong offset!"); \ static_assert(offsetof(URadialForceComponent, ObjectTypesToAffect) == 0x000230, "Member 'URadialForceComponent::ObjectTypesToAffect' 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) == 0x000240, "Wrong size on UCameraShakeSourceComponent"); \ static_assert(offsetof(UCameraShakeSourceComponent, Attenuation) == 0x000218, "Member 'UCameraShakeSourceComponent::Attenuation' has a wrong offset!"); \ static_assert(offsetof(UCameraShakeSourceComponent, InnerAttenuationRadius) == 0x00021C, "Member 'UCameraShakeSourceComponent::InnerAttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(UCameraShakeSourceComponent, OuterAttenuationRadius) == 0x000220, "Member 'UCameraShakeSourceComponent::OuterAttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(UCameraShakeSourceComponent, CameraShake) == 0x000228, "Member 'UCameraShakeSourceComponent::CameraShake' has a wrong offset!"); \ static_assert(offsetof(UCameraShakeSourceComponent, bAutoStart) == 0x000230, "Member 'UCameraShakeSourceComponent::bAutoStart' 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_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_UPlaneReflectionCaptureComponent \ static_assert(alignof(UPlaneReflectionCaptureComponent) == 0x000010, "Wrong alignment on UPlaneReflectionCaptureComponent"); \ static_assert(sizeof(UPlaneReflectionCaptureComponent) == 0x0002C0, "Wrong size on UPlaneReflectionCaptureComponent"); \ static_assert(offsetof(UPlaneReflectionCaptureComponent, InfluenceRadiusScale) == 0x0002A8, "Member 'UPlaneReflectionCaptureComponent::InfluenceRadiusScale' has a wrong offset!"); \ static_assert(offsetof(UPlaneReflectionCaptureComponent, PreviewInfluenceRadius) == 0x0002B0, "Member 'UPlaneReflectionCaptureComponent::PreviewInfluenceRadius' has a wrong offset!"); \ static_assert(offsetof(UPlaneReflectionCaptureComponent, PreviewCaptureBox) == 0x0002B8, "Member 'UPlaneReflectionCaptureComponent::PreviewCaptureBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpGroup \ static_assert(alignof(UInterpGroup) == 0x000008, "Wrong alignment on UInterpGroup"); \ static_assert(sizeof(UInterpGroup) == 0x000050, "Wrong size on UInterpGroup"); \ static_assert(offsetof(UInterpGroup, InterpTracks) == 0x000030, "Member 'UInterpGroup::InterpTracks' has a wrong offset!"); \ static_assert(offsetof(UInterpGroup, GroupName) == 0x000040, "Member 'UInterpGroup::GroupName' has a wrong offset!"); \ static_assert(offsetof(UInterpGroup, GroupColor) == 0x000048, "Member 'UInterpGroup::GroupColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpGroupDirector \ static_assert(alignof(UInterpGroupDirector) == 0x000008, "Wrong alignment on UInterpGroupDirector"); \ static_assert(sizeof(UInterpGroupDirector) == 0x000050, "Wrong size on UInterpGroupDirector"); \ #define DUMPER7_ASSERTS_UCheatManagerExtension \ static_assert(alignof(UCheatManagerExtension) == 0x000008, "Wrong alignment on UCheatManagerExtension"); \ static_assert(sizeof(UCheatManagerExtension) == 0x000028, "Wrong size on UCheatManagerExtension"); \ #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_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_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_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_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_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_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_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_UMaterialExpressionParticleSize \ static_assert(alignof(UMaterialExpressionParticleSize) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSize"); \ static_assert(sizeof(UMaterialExpressionParticleSize) == 0x000040, "Wrong size on UMaterialExpressionParticleSize"); \ #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_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_UMaterialExpressionNamedRerouteBase \ static_assert(alignof(UMaterialExpressionNamedRerouteBase) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteBase"); \ static_assert(sizeof(UMaterialExpressionNamedRerouteBase) == 0x000040, "Wrong size on UMaterialExpressionNamedRerouteBase"); \ #define DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteDeclaration \ static_assert(alignof(UMaterialExpressionNamedRerouteDeclaration) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteDeclaration"); \ static_assert(sizeof(UMaterialExpressionNamedRerouteDeclaration) == 0x000070, "Wrong size on UMaterialExpressionNamedRerouteDeclaration"); \ static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, Input) == 0x000040, "Member 'UMaterialExpressionNamedRerouteDeclaration::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, Name_0) == 0x000054, "Member 'UMaterialExpressionNamedRerouteDeclaration::Name_0' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, VariableGuid) == 0x00005C, "Member 'UMaterialExpressionNamedRerouteDeclaration::VariableGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACullDistanceVolume \ static_assert(alignof(ACullDistanceVolume) == 0x000008, "Wrong alignment on ACullDistanceVolume"); \ static_assert(sizeof(ACullDistanceVolume) == 0x000298, "Wrong size on ACullDistanceVolume"); \ static_assert(offsetof(ACullDistanceVolume, CullDistances) == 0x000280, "Member 'ACullDistanceVolume::CullDistances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveEdPresetCurve \ static_assert(alignof(UCurveEdPresetCurve) == 0x000008, "Wrong alignment on UCurveEdPresetCurve"); \ static_assert(sizeof(UCurveEdPresetCurve) == 0x000028, "Wrong size on UCurveEdPresetCurve"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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) == 0x000110, "Wrong size on UPhysicalAnimationComponent"); \ static_assert(offsetof(UPhysicalAnimationComponent, StrengthMultiplyer) == 0x0000D0, "Member 'UPhysicalAnimationComponent::StrengthMultiplyer' has a wrong offset!"); \ static_assert(offsetof(UPhysicalAnimationComponent, SkeletalMeshComponent) == 0x0000D8, "Member 'UPhysicalAnimationComponent::SkeletalMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveVector_GetVectorValue \ static_assert(alignof(CurveVector_GetVectorValue) == 0x000004, "Wrong alignment on CurveVector_GetVectorValue"); \ static_assert(sizeof(CurveVector_GetVectorValue) == 0x000010, "Wrong size on CurveVector_GetVectorValue"); \ static_assert(offsetof(CurveVector_GetVectorValue, InTime) == 0x000000, "Member 'CurveVector_GetVectorValue::InTime' has a wrong offset!"); \ static_assert(offsetof(CurveVector_GetVectorValue, ReturnValue) == 0x000004, "Member 'CurveVector_GetVectorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveVector \ static_assert(alignof(UCurveVector) == 0x000008, "Wrong alignment on UCurveVector"); \ static_assert(sizeof(UCurveVector) == 0x0001B0, "Wrong size on UCurveVector"); \ static_assert(offsetof(UCurveVector, FloatCurves) == 0x000030, "Member 'UCurveVector::FloatCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0001B0, "Wrong size on UInterpToMovementComponent"); \ static_assert(offsetof(UInterpToMovementComponent, Duration) == 0x000110, "Member 'UInterpToMovementComponent::Duration' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, bSweep) == 0x000118, "Member 'UInterpToMovementComponent::bSweep' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, TeleportType) == 0x000119, "Member 'UInterpToMovementComponent::TeleportType' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, BehaviourType) == 0x00011A, "Member 'UInterpToMovementComponent::BehaviourType' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, bCheckIfStillInWorld) == 0x00011B, "Member 'UInterpToMovementComponent::bCheckIfStillInWorld' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, OnInterpToReverse) == 0x000120, "Member 'UInterpToMovementComponent::OnInterpToReverse' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, OnInterpToStop) == 0x000130, "Member 'UInterpToMovementComponent::OnInterpToStop' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, OnWaitBeginDelegate) == 0x000140, "Member 'UInterpToMovementComponent::OnWaitBeginDelegate' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, OnWaitEndDelegate) == 0x000150, "Member 'UInterpToMovementComponent::OnWaitEndDelegate' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, OnResetDelegate) == 0x000160, "Member 'UInterpToMovementComponent::OnResetDelegate' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, MaxSimulationTimeStep) == 0x000170, "Member 'UInterpToMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, MaxSimulationIterations) == 0x000174, "Member 'UInterpToMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, ControlPoints) == 0x000178, "Member 'UInterpToMovementComponent::ControlPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveVector2D_GetVector2DValue \ static_assert(alignof(CurveVector2D_GetVector2DValue) == 0x000004, "Wrong alignment on CurveVector2D_GetVector2DValue"); \ static_assert(sizeof(CurveVector2D_GetVector2DValue) == 0x00000C, "Wrong size on CurveVector2D_GetVector2DValue"); \ static_assert(offsetof(CurveVector2D_GetVector2DValue, InTime) == 0x000000, "Member 'CurveVector2D_GetVector2DValue::InTime' has a wrong offset!"); \ static_assert(offsetof(CurveVector2D_GetVector2DValue, ReturnValue) == 0x000004, "Member 'CurveVector2D_GetVector2DValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveVector2D \ static_assert(alignof(UCurveVector2D) == 0x000008, "Wrong alignment on UCurveVector2D"); \ static_assert(sizeof(UCurveVector2D) == 0x000130, "Wrong size on UCurveVector2D"); \ static_assert(offsetof(UCurveVector2D, FloatCurves) == 0x000030, "Member 'UCurveVector2D::FloatCurves' has a wrong offset!"); \ #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_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_ExponentialHeightFogComponent_SetAliasingReduction \ static_assert(alignof(ExponentialHeightFogComponent_SetAliasingReduction) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetAliasingReduction"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetAliasingReduction) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetAliasingReduction"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetAliasingReduction, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetAliasingReduction::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDensityMapDensityRange \ static_assert(alignof(ExponentialHeightFogComponent_SetDensityMapDensityRange) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDensityMapDensityRange"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetDensityMapDensityRange) == 0x000008, "Wrong size on ExponentialHeightFogComponent_SetDensityMapDensityRange"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetDensityMapDensityRange, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDensityMapDensityRange::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDensityMapFalloffLengthRange \ static_assert(alignof(ExponentialHeightFogComponent_SetDensityMapFalloffLengthRange) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDensityMapFalloffLengthRange"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetDensityMapFalloffLengthRange) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetDensityMapFalloffLengthRange"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetDensityMapFalloffLengthRange, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDensityMapFalloffLengthRange::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDensityMapFalloffStartRange \ static_assert(alignof(ExponentialHeightFogComponent_SetDensityMapFalloffStartRange) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDensityMapFalloffStartRange"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetDensityMapFalloffStartRange) == 0x000008, "Wrong size on ExponentialHeightFogComponent_SetDensityMapFalloffStartRange"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetDensityMapFalloffStartRange, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDensityMapFalloffStartRange::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDensityMapOrigin \ static_assert(alignof(ExponentialHeightFogComponent_SetDensityMapOrigin) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDensityMapOrigin"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetDensityMapOrigin) == 0x000008, "Wrong size on ExponentialHeightFogComponent_SetDensityMapOrigin"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetDensityMapOrigin, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDensityMapOrigin::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDensityMapSize \ static_assert(alignof(ExponentialHeightFogComponent_SetDensityMapSize) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDensityMapSize"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetDensityMapSize) == 0x000008, "Wrong size on ExponentialHeightFogComponent_SetDensityMapSize"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetDensityMapSize, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDensityMapSize::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDensityMultiplierMap \ static_assert(alignof(ExponentialHeightFogComponent_SetDensityMultiplierMap) == 0x000008, "Wrong alignment on ExponentialHeightFogComponent_SetDensityMultiplierMap"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetDensityMultiplierMap) == 0x000008, "Wrong size on ExponentialHeightFogComponent_SetDensityMultiplierMap"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetDensityMultiplierMap, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDensityMultiplierMap::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDensityTweakingLightingThreshold \ static_assert(alignof(ExponentialHeightFogComponent_SetDensityTweakingLightingThreshold) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDensityTweakingLightingThreshold"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetDensityTweakingLightingThreshold) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetDensityTweakingLightingThreshold"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetDensityTweakingLightingThreshold, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDensityTweakingLightingThreshold::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDensityTweakingMinPercentage \ static_assert(alignof(ExponentialHeightFogComponent_SetDensityTweakingMinPercentage) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDensityTweakingMinPercentage"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetDensityTweakingMinPercentage) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetDensityTweakingMinPercentage"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetDensityTweakingMinPercentage, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDensityTweakingMinPercentage::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDirectionalInscatteringColor \ static_assert(alignof(ExponentialHeightFogComponent_SetDirectionalInscatteringColor) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDirectionalInscatteringColor"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetDirectionalInscatteringColor) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetDirectionalInscatteringColor"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetDirectionalInscatteringColor, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDirectionalInscatteringColor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDirectionalInscatteringColorDirLightLuminanceModulate \ static_assert(alignof(ExponentialHeightFogComponent_SetDirectionalInscatteringColorDirLightLuminanceModulate) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDirectionalInscatteringColorDirLightLuminanceModulate"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetDirectionalInscatteringColorDirLightLuminanceModulate) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetDirectionalInscatteringColorDirLightLuminanceModulate"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetDirectionalInscatteringColorDirLightLuminanceModulate, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDirectionalInscatteringColorDirLightLuminanceModulate::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_SetDistantFogCloudShadowsMinimum \ static_assert(alignof(ExponentialHeightFogComponent_SetDistantFogCloudShadowsMinimum) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDistantFogCloudShadowsMinimum"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetDistantFogCloudShadowsMinimum) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetDistantFogCloudShadowsMinimum"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetDistantFogCloudShadowsMinimum, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDistantFogCloudShadowsMinimum::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetEmptyCellSkyOcclusion \ static_assert(alignof(ExponentialHeightFogComponent_SetEmptyCellSkyOcclusion) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetEmptyCellSkyOcclusion"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetEmptyCellSkyOcclusion) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetEmptyCellSkyOcclusion"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetEmptyCellSkyOcclusion, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetEmptyCellSkyOcclusion::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetEnableVariableScatteringDistribution \ static_assert(alignof(ExponentialHeightFogComponent_SetEnableVariableScatteringDistribution) == 0x000001, "Wrong alignment on ExponentialHeightFogComponent_SetEnableVariableScatteringDistribution"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetEnableVariableScatteringDistribution) == 0x000001, "Wrong size on ExponentialHeightFogComponent_SetEnableVariableScatteringDistribution"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetEnableVariableScatteringDistribution, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetEnableVariableScatteringDistribution::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFalloffStartMap \ static_assert(alignof(ExponentialHeightFogComponent_SetFalloffStartMap) == 0x000008, "Wrong alignment on ExponentialHeightFogComponent_SetFalloffStartMap"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetFalloffStartMap) == 0x000008, "Wrong size on ExponentialHeightFogComponent_SetFalloffStartMap"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetFalloffStartMap, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFalloffStartMap::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_SetFogInscatteringColorDirLightLuminanceModulate \ static_assert(alignof(ExponentialHeightFogComponent_SetFogInscatteringColorDirLightLuminanceModulate) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogInscatteringColorDirLightLuminanceModulate"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetFogInscatteringColorDirLightLuminanceModulate) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogInscatteringColorDirLightLuminanceModulate"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetFogInscatteringColorDirLightLuminanceModulate, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogInscatteringColorDirLightLuminanceModulate::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_SetFullDensityDistance \ static_assert(alignof(ExponentialHeightFogComponent_SetFullDensityDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFullDensityDistance"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetFullDensityDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFullDensityDistance"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetFullDensityDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFullDensityDistance::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_SetHighQualityDistance \ static_assert(alignof(ExponentialHeightFogComponent_SetHighQualityDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetHighQualityDistance"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetHighQualityDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetHighQualityDistance"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetHighQualityDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetHighQualityDistance::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_SetMaxScatteringDistribution \ static_assert(alignof(ExponentialHeightFogComponent_SetMaxScatteringDistribution) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetMaxScatteringDistribution"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetMaxScatteringDistribution) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetMaxScatteringDistribution"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetMaxScatteringDistribution, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetMaxScatteringDistribution::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetMinDensityFactor \ static_assert(alignof(ExponentialHeightFogComponent_SetMinDensityFactor) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetMinDensityFactor"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetMinDensityFactor) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetMinDensityFactor"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetMinDensityFactor, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetMinDensityFactor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetMinScatteringDistribution \ static_assert(alignof(ExponentialHeightFogComponent_SetMinScatteringDistribution) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetMinScatteringDistribution"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetMinScatteringDistribution) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetMinScatteringDistribution"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetMinScatteringDistribution, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetMinScatteringDistribution::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetNoiseMaxFactor \ static_assert(alignof(ExponentialHeightFogComponent_SetNoiseMaxFactor) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetNoiseMaxFactor"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetNoiseMaxFactor) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetNoiseMaxFactor"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetNoiseMaxFactor, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetNoiseMaxFactor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetNoiseMinFactor \ static_assert(alignof(ExponentialHeightFogComponent_SetNoiseMinFactor) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetNoiseMinFactor"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetNoiseMinFactor) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetNoiseMinFactor"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetNoiseMinFactor, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetNoiseMinFactor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetNoiseSmoothStepMax \ static_assert(alignof(ExponentialHeightFogComponent_SetNoiseSmoothStepMax) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetNoiseSmoothStepMax"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetNoiseSmoothStepMax) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetNoiseSmoothStepMax"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetNoiseSmoothStepMax, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetNoiseSmoothStepMax::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetNoiseSmoothStepMin \ static_assert(alignof(ExponentialHeightFogComponent_SetNoiseSmoothStepMin) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetNoiseSmoothStepMin"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetNoiseSmoothStepMin) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetNoiseSmoothStepMin"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetNoiseSmoothStepMin, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetNoiseSmoothStepMin::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetNoiseTilingSize \ static_assert(alignof(ExponentialHeightFogComponent_SetNoiseTilingSize) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetNoiseTilingSize"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetNoiseTilingSize) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetNoiseTilingSize"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetNoiseTilingSize, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetNoiseTilingSize::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_SetOverrideLightDirection \ static_assert(alignof(ExponentialHeightFogComponent_SetOverrideLightDirection) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetOverrideLightDirection"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetOverrideLightDirection) == 0x00000C, "Wrong size on ExponentialHeightFogComponent_SetOverrideLightDirection"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetOverrideLightDirection, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetOverrideLightDirection::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetOverrideLightLuminance \ static_assert(alignof(ExponentialHeightFogComponent_SetOverrideLightLuminance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetOverrideLightLuminance"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetOverrideLightLuminance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetOverrideLightLuminance"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetOverrideLightLuminance, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetOverrideLightLuminance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetScatteringDistributionInterpEnd \ static_assert(alignof(ExponentialHeightFogComponent_SetScatteringDistributionInterpEnd) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetScatteringDistributionInterpEnd"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetScatteringDistributionInterpEnd) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetScatteringDistributionInterpEnd"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetScatteringDistributionInterpEnd, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetScatteringDistributionInterpEnd::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetScatteringDistributionInterpStart \ static_assert(alignof(ExponentialHeightFogComponent_SetScatteringDistributionInterpStart) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetScatteringDistributionInterpStart"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetScatteringDistributionInterpStart) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetScatteringDistributionInterpStart"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetScatteringDistributionInterpStart, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetScatteringDistributionInterpStart::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_SetVolumetricDirectionalInscatteringContribution \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricDirectionalInscatteringContribution) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricDirectionalInscatteringContribution"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricDirectionalInscatteringContribution) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricDirectionalInscatteringContribution"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricDirectionalInscatteringContribution, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricDirectionalInscatteringContribution::NewValue' 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_SetVolumetricFogHeightFogColorationBlendFullDistance \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendFullDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendFullDistance"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendFullDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendFullDistance"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendFullDistance, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendFullDistance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendStartDistance \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendStartDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendStartDistance"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendStartDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendStartDistance"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendStartDistance, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendStartDistance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendStrength \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendStrength) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendStrength"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendStrength) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendStrength"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendStrength, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogHeightFogColorationBlendStrength::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogHeightFogNearFullDistance \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogHeightFogNearFullDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogHeightFogNearFullDistance"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogHeightFogNearFullDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogHeightFogNearFullDistance"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogHeightFogNearFullDistance, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogHeightFogNearFullDistance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogHeightFogNearStartDistance \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogHeightFogNearStartDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogHeightFogNearStartDistance"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogHeightFogNearStartDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogHeightFogNearStartDistance"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogHeightFogNearStartDistance, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogHeightFogNearStartDistance::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_SetVolumetricInscatteringContribution \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricInscatteringContribution) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricInscatteringContribution"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricInscatteringContribution) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricInscatteringContribution"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricInscatteringContribution, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricInscatteringContribution::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricLightingCloudShadowsMinimum \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricLightingCloudShadowsMinimum) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricLightingCloudShadowsMinimum"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricLightingCloudShadowsMinimum) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetVolumetricLightingCloudShadowsMinimum"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricLightingCloudShadowsMinimum, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricLightingCloudShadowsMinimum::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricLightingDirectionalLightDesaturation \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricLightingDirectionalLightDesaturation) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricLightingDirectionalLightDesaturation"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricLightingDirectionalLightDesaturation) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricLightingDirectionalLightDesaturation"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricLightingDirectionalLightDesaturation, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricLightingDirectionalLightDesaturation::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricLightingDirectionalLightScattering \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricLightingDirectionalLightScattering) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricLightingDirectionalLightScattering"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricLightingDirectionalLightScattering) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricLightingDirectionalLightScattering"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricLightingDirectionalLightScattering, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricLightingDirectionalLightScattering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricLightingShadowsMinimum \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricLightingShadowsMinimum) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricLightingShadowsMinimum"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricLightingShadowsMinimum) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetVolumetricLightingShadowsMinimum"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricLightingShadowsMinimum, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricLightingShadowsMinimum::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetWindFactor \ static_assert(alignof(ExponentialHeightFogComponent_SetWindFactor) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetWindFactor"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetWindFactor) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetWindFactor"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetWindFactor, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetWindFactor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_wSetInscatteringColorCubemapFactor \ static_assert(alignof(ExponentialHeightFogComponent_wSetInscatteringColorCubemapFactor) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_wSetInscatteringColorCubemapFactor"); \ static_assert(sizeof(ExponentialHeightFogComponent_wSetInscatteringColorCubemapFactor) == 0x000004, "Wrong size on ExponentialHeightFogComponent_wSetInscatteringColorCubemapFactor"); \ static_assert(offsetof(ExponentialHeightFogComponent_wSetInscatteringColorCubemapFactor, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_wSetInscatteringColorCubemapFactor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_wSetUseSkylight \ static_assert(alignof(ExponentialHeightFogComponent_wSetUseSkylight) == 0x000001, "Wrong alignment on ExponentialHeightFogComponent_wSetUseSkylight"); \ static_assert(sizeof(ExponentialHeightFogComponent_wSetUseSkylight) == 0x000001, "Wrong size on ExponentialHeightFogComponent_wSetUseSkylight"); \ static_assert(offsetof(ExponentialHeightFogComponent_wSetUseSkylight, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_wSetUseSkylight::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExponentialHeightFogComponent \ static_assert(alignof(UExponentialHeightFogComponent) == 0x000010, "Wrong alignment on UExponentialHeightFogComponent"); \ static_assert(sizeof(UExponentialHeightFogComponent) == 0x0003B0, "Wrong size on UExponentialHeightFogComponent"); \ static_assert(offsetof(UExponentialHeightFogComponent, FogDensity) == 0x000218, "Member 'UExponentialHeightFogComponent::FogDensity' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, FogHeightFalloff) == 0x00021C, "Member 'UExponentialHeightFogComponent::FogHeightFalloff' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, SecondFogData) == 0x000220, "Member 'UExponentialHeightFogComponent::SecondFogData' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, FogInscatteringColor) == 0x00022C, "Member 'UExponentialHeightFogComponent::FogInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, FogInscatteringColorDirLightLuminanceModulate) == 0x00023C, "Member 'UExponentialHeightFogComponent::FogInscatteringColorDirLightLuminanceModulate' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, InscatteringColorCubemap) == 0x000240, "Member 'UExponentialHeightFogComponent::InscatteringColorCubemap' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, InscatteringColorCubemapAngle) == 0x000248, "Member 'UExponentialHeightFogComponent::InscatteringColorCubemapAngle' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, InscatteringTextureTint) == 0x00024C, "Member 'UExponentialHeightFogComponent::InscatteringTextureTint' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, FullyDirectionalInscatteringColorDistance) == 0x00025C, "Member 'UExponentialHeightFogComponent::FullyDirectionalInscatteringColorDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, NonDirectionalInscatteringColorDistance) == 0x000260, "Member 'UExponentialHeightFogComponent::NonDirectionalInscatteringColorDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringExponent) == 0x000264, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringExponent' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringStartDistance) == 0x000268, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringStartDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringColor) == 0x00026C, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringColorDirLightLuminanceModulate) == 0x00027C, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringColorDirLightLuminanceModulate' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, FogMaxOpacity) == 0x000280, "Member 'UExponentialHeightFogComponent::FogMaxOpacity' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, StartDistance) == 0x000284, "Member 'UExponentialHeightFogComponent::StartDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, FogCutoffDistance) == 0x000288, "Member 'UExponentialHeightFogComponent::FogCutoffDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, DistantFogCloudShadowsMinimum) == 0x00028C, "Member 'UExponentialHeightFogComponent::DistantFogCloudShadowsMinimum' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, bEnableVolumetricFog) == 0x000290, "Member 'UExponentialHeightFogComponent::bEnableVolumetricFog' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogScatteringDistribution) == 0x000294, "Member 'UExponentialHeightFogComponent::VolumetricFogScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogAlbedo) == 0x000298, "Member 'UExponentialHeightFogComponent::VolumetricFogAlbedo' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogEmissive) == 0x00029C, "Member 'UExponentialHeightFogComponent::VolumetricFogEmissive' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogExtinctionScale) == 0x0002AC, "Member 'UExponentialHeightFogComponent::VolumetricFogExtinctionScale' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogDistance) == 0x0002B0, "Member 'UExponentialHeightFogComponent::VolumetricFogDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogStaticLightingScatteringIntensity) == 0x0002B4, "Member 'UExponentialHeightFogComponent::VolumetricFogStaticLightingScatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricLightingDirectionalLightScattering) == 0x0002B8, "Member 'UExponentialHeightFogComponent::VolumetricLightingDirectionalLightScattering' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricLightingDirectionalLightDesaturation) == 0x0002BC, "Member 'UExponentialHeightFogComponent::VolumetricLightingDirectionalLightDesaturation' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricLightingShadowsMinimum) == 0x0002C0, "Member 'UExponentialHeightFogComponent::VolumetricLightingShadowsMinimum' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricLightingCloudShadowsMinimum) == 0x0002D0, "Member 'UExponentialHeightFogComponent::VolumetricLightingCloudShadowsMinimum' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricInscatteringContribution) == 0x0002E0, "Member 'UExponentialHeightFogComponent::VolumetricInscatteringContribution' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricDirectionalInscatteringContribution) == 0x0002E4, "Member 'UExponentialHeightFogComponent::VolumetricDirectionalInscatteringContribution' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogHeightFogNearStartDistance) == 0x0002E8, "Member 'UExponentialHeightFogComponent::VolumetricFogHeightFogNearStartDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogHeightFogNearFullDistance) == 0x0002EC, "Member 'UExponentialHeightFogComponent::VolumetricFogHeightFogNearFullDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogHeightFogColorationBlendStartDistance) == 0x0002F0, "Member 'UExponentialHeightFogComponent::VolumetricFogHeightFogColorationBlendStartDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogHeightFogColorationBlendFullDistance) == 0x0002F4, "Member 'UExponentialHeightFogComponent::VolumetricFogHeightFogColorationBlendFullDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogHeightFogColorationBlendStrength) == 0x0002F8, "Member 'UExponentialHeightFogComponent::VolumetricFogHeightFogColorationBlendStrength' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, OverrideLightDirection) == 0x0002FC, "Member 'UExponentialHeightFogComponent::OverrideLightDirection' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, OverrideLightLuminance) == 0x000308, "Member 'UExponentialHeightFogComponent::OverrideLightLuminance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, bOverrideLightColorsWithFogInscatteringColors) == 0x00030C, "Member 'UExponentialHeightFogComponent::bOverrideLightColorsWithFogInscatteringColors' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, wUseSkyLight) == 0x00030D, "Member 'UExponentialHeightFogComponent::wUseSkyLight' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, wInscatteringColorCubemapFactor) == 0x000310, "Member 'UExponentialHeightFogComponent::wInscatteringColorCubemapFactor' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, BlueNoiseTexture) == 0x000318, "Member 'UExponentialHeightFogComponent::BlueNoiseTexture' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, wNoiseMinFactor) == 0x000320, "Member 'UExponentialHeightFogComponent::wNoiseMinFactor' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, wNoiseMaxFactor) == 0x000324, "Member 'UExponentialHeightFogComponent::wNoiseMaxFactor' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, wNoiseTilingSize) == 0x000328, "Member 'UExponentialHeightFogComponent::wNoiseTilingSize' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, wNoiseSmoothStepMin) == 0x00032C, "Member 'UExponentialHeightFogComponent::wNoiseSmoothStepMin' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, wNoiseSmoothStepMax) == 0x000330, "Member 'UExponentialHeightFogComponent::wNoiseSmoothStepMax' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, wWindFactor) == 0x000334, "Member 'UExponentialHeightFogComponent::wWindFactor' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, wDensityTweakingLightingThreshold) == 0x000338, "Member 'UExponentialHeightFogComponent::wDensityTweakingLightingThreshold' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, wDensityTweakingMinPercentage) == 0x00033C, "Member 'UExponentialHeightFogComponent::wDensityTweakingMinPercentage' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, wAliasingReduction) == 0x000340, "Member 'UExponentialHeightFogComponent::wAliasingReduction' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, EmptyCellSkyOcclusion) == 0x000344, "Member 'UExponentialHeightFogComponent::EmptyCellSkyOcclusion' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, bEnableVariableScatteringDistribution) == 0x000348, "Member 'UExponentialHeightFogComponent::bEnableVariableScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, MinScatteringDistribution) == 0x00034C, "Member 'UExponentialHeightFogComponent::MinScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, MaxScatteringDistribution) == 0x000350, "Member 'UExponentialHeightFogComponent::MaxScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, ScatteringDistributionInterpStart) == 0x000354, "Member 'UExponentialHeightFogComponent::ScatteringDistributionInterpStart' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, ScatteringDistributionInterpEnd) == 0x000358, "Member 'UExponentialHeightFogComponent::ScatteringDistributionInterpEnd' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogHighQualityDistance) == 0x00035C, "Member 'UExponentialHeightFogComponent::VolumetricFogHighQualityDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, DensityMapOrigin) == 0x000360, "Member 'UExponentialHeightFogComponent::DensityMapOrigin' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, DensityMapSize) == 0x000368, "Member 'UExponentialHeightFogComponent::DensityMapSize' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, FalloffStartMap) == 0x000370, "Member 'UExponentialHeightFogComponent::FalloffStartMap' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, DensityMultiplierMap) == 0x000378, "Member 'UExponentialHeightFogComponent::DensityMultiplierMap' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, DensityMapFalloffLength) == 0x000380, "Member 'UExponentialHeightFogComponent::DensityMapFalloffLength' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, DensityMapFalloffStartRange) == 0x000384, "Member 'UExponentialHeightFogComponent::DensityMapFalloffStartRange' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, DensityMapDensityRange) == 0x00038C, "Member 'UExponentialHeightFogComponent::DensityMapDensityRange' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, wFullDensityDistance) == 0x000394, "Member 'UExponentialHeightFogComponent::wFullDensityDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, wMinDensityFactor) == 0x000398, "Member 'UExponentialHeightFogComponent::wMinDensityFactor' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, wAddWindVelocity) == 0x00039C, "Member 'UExponentialHeightFogComponent::wAddWindVelocity' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, OutsideVolumeSunMultiplier) == 0x0003A8, "Member 'UExponentialHeightFogComponent::OutsideVolumeSunMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDataDrivenCVarEngineSubsystem \ static_assert(alignof(UDataDrivenCVarEngineSubsystem) == 0x000008, "Wrong alignment on UDataDrivenCVarEngineSubsystem"); \ static_assert(sizeof(UDataDrivenCVarEngineSubsystem) == 0x000040, "Wrong size on UDataDrivenCVarEngineSubsystem"); \ static_assert(offsetof(UDataDrivenCVarEngineSubsystem, OnDataDrivenCVarDelegate) == 0x000030, "Member 'UDataDrivenCVarEngineSubsystem::OnDataDrivenCVarDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDataDrivenConsoleVariableSettings \ static_assert(alignof(UDataDrivenConsoleVariableSettings) == 0x000008, "Wrong alignment on UDataDrivenConsoleVariableSettings"); \ static_assert(sizeof(UDataDrivenConsoleVariableSettings) == 0x000070, "Wrong size on UDataDrivenConsoleVariableSettings"); \ static_assert(offsetof(UDataDrivenConsoleVariableSettings, CVarsArray) == 0x000050, "Member 'UDataDrivenConsoleVariableSettings::CVarsArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UReplayNetConnection \ static_assert(alignof(UReplayNetConnection) == 0x000008, "Wrong alignment on UReplayNetConnection"); \ static_assert(sizeof(UReplayNetConnection) == 0x0023A8, "Wrong size on UReplayNetConnection"); \ #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_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) == 0x0006B0, "Wrong size on ADebugCameraController"); \ static_assert(offsetof(ADebugCameraController, DrawFrustum) == 0x0005B8, "Member 'ADebugCameraController::DrawFrustum' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, SelectedActor) == 0x0005C0, "Member 'ADebugCameraController::SelectedActor' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, SelectedComponent) == 0x0005C8, "Member 'ADebugCameraController::SelectedComponent' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, SelectedHitPoint) == 0x0005D0, "Member 'ADebugCameraController::SelectedHitPoint' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, OriginalControllerRef) == 0x000658, "Member 'ADebugCameraController::OriginalControllerRef' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, OriginalPlayer) == 0x000660, "Member 'ADebugCameraController::OriginalPlayer' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, SpeedScale) == 0x000668, "Member 'ADebugCameraController::SpeedScale' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, InitialMaxSpeed) == 0x00066C, "Member 'ADebugCameraController::InitialMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, InitialAccel) == 0x000670, "Member 'ADebugCameraController::InitialAccel' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, InitialDecel) == 0x000674, "Member 'ADebugCameraController::InitialDecel' 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_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_ADebugCameraHUD \ static_assert(alignof(ADebugCameraHUD) == 0x000008, "Wrong alignment on ADebugCameraHUD"); \ static_assert(sizeof(ADebugCameraHUD) == 0x000338, "Wrong size on ADebugCameraHUD"); \ #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_ADefaultPhysicsVolume \ static_assert(alignof(ADefaultPhysicsVolume) == 0x000008, "Wrong alignment on ADefaultPhysicsVolume"); \ static_assert(sizeof(ADefaultPhysicsVolume) == 0x000290, "Wrong size on ADefaultPhysicsVolume"); \ #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_URotatingMovementComponent \ static_assert(alignof(URotatingMovementComponent) == 0x000008, "Wrong alignment on URotatingMovementComponent"); \ static_assert(sizeof(URotatingMovementComponent) == 0x000130, "Wrong size on URotatingMovementComponent"); \ static_assert(offsetof(URotatingMovementComponent, RotationRate) == 0x000110, "Member 'URotatingMovementComponent::RotationRate' has a wrong offset!"); \ static_assert(offsetof(URotatingMovementComponent, PivotTranslation) == 0x00011C, "Member 'URotatingMovementComponent::PivotTranslation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackInstFloatParticleParam \ static_assert(alignof(UInterpTrackInstFloatParticleParam) == 0x000008, "Wrong alignment on UInterpTrackInstFloatParticleParam"); \ static_assert(sizeof(UInterpTrackInstFloatParticleParam) == 0x000030, "Wrong size on UInterpTrackInstFloatParticleParam"); \ static_assert(offsetof(UInterpTrackInstFloatParticleParam, ResetFloat) == 0x000028, "Member 'UInterpTrackInstFloatParticleParam::ResetFloat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDemoNetDriver \ static_assert(alignof(UDemoNetDriver) == 0x000008, "Wrong alignment on UDemoNetDriver"); \ static_assert(sizeof(UDemoNetDriver) == 0x0012D8, "Wrong size on UDemoNetDriver"); \ static_assert(offsetof(UDemoNetDriver, RollbackNetStartupActors) == 0x000858, "Member 'UDemoNetDriver::RollbackNetStartupActors' has a wrong offset!"); \ static_assert(offsetof(UDemoNetDriver, CheckpointSaveMaxMSPerFrame) == 0x000A04, "Member 'UDemoNetDriver::CheckpointSaveMaxMSPerFrame' has a wrong offset!"); \ static_assert(offsetof(UDemoNetDriver, MulticastRecordOptions) == 0x000A28, "Member 'UDemoNetDriver::MulticastRecordOptions' has a wrong offset!"); \ static_assert(offsetof(UDemoNetDriver, bIsLocalReplay) == 0x000A38, "Member 'UDemoNetDriver::bIsLocalReplay' has a wrong offset!"); \ static_assert(offsetof(UDemoNetDriver, SpectatorControllers) == 0x000A40, "Member 'UDemoNetDriver::SpectatorControllers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPendingNetGame \ static_assert(alignof(UPendingNetGame) == 0x000008, "Wrong alignment on UPendingNetGame"); \ static_assert(sizeof(UPendingNetGame) == 0x0000C0, "Wrong size on UPendingNetGame"); \ static_assert(offsetof(UPendingNetGame, NetDriver) == 0x000030, "Member 'UPendingNetGame::NetDriver' has a wrong offset!"); \ static_assert(offsetof(UPendingNetGame, DemoNetDriver) == 0x000038, "Member 'UPendingNetGame::DemoNetDriver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackInstColorScale \ static_assert(alignof(UInterpTrackInstColorScale) == 0x000008, "Wrong alignment on UInterpTrackInstColorScale"); \ static_assert(sizeof(UInterpTrackInstColorScale) == 0x000028, "Wrong size on UInterpTrackInstColorScale"); \ #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_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_IDestructibleInterface \ static_assert(alignof(IDestructibleInterface) == 0x000001, "Wrong alignment on IDestructibleInterface"); \ static_assert(sizeof(IDestructibleInterface) == 0x000001, "Wrong size on IDestructibleInterface"); \ #define DUMPER7_ASSERTS_UTextureLODSettings \ static_assert(alignof(UTextureLODSettings) == 0x000008, "Wrong alignment on UTextureLODSettings"); \ static_assert(sizeof(UTextureLODSettings) == 0x000048, "Wrong size on UTextureLODSettings"); \ static_assert(offsetof(UTextureLODSettings, TextureLODGroups) == 0x000028, "Member 'UTextureLODSettings::TextureLODGroups' has a wrong offset!"); \ static_assert(offsetof(UTextureLODSettings, TextureOverrides) == 0x000038, "Member 'UTextureLODSettings::TextureOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDeviceProfile \ static_assert(alignof(UDeviceProfile) == 0x000008, "Wrong alignment on UDeviceProfile"); \ static_assert(sizeof(UDeviceProfile) == 0x0000B8, "Wrong size on UDeviceProfile"); \ static_assert(offsetof(UDeviceProfile, DeviceType) == 0x000048, "Member 'UDeviceProfile::DeviceType' has a wrong offset!"); \ static_assert(offsetof(UDeviceProfile, BaseProfileName) == 0x000058, "Member 'UDeviceProfile::BaseProfileName' has a wrong offset!"); \ static_assert(offsetof(UDeviceProfile, Parent) == 0x000068, "Member 'UDeviceProfile::Parent' has a wrong offset!"); \ static_assert(offsetof(UDeviceProfile, CVars) == 0x000098, "Member 'UDeviceProfile::CVars' 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_UDeviceProfileFragment \ static_assert(alignof(UDeviceProfileFragment) == 0x000008, "Wrong alignment on UDeviceProfileFragment"); \ static_assert(sizeof(UDeviceProfileFragment) == 0x000038, "Wrong size on UDeviceProfileFragment"); \ #define DUMPER7_ASSERTS_UDeviceProfileManager \ static_assert(alignof(UDeviceProfileManager) == 0x000008, "Wrong alignment on UDeviceProfileManager"); \ static_assert(sizeof(UDeviceProfileManager) == 0x000140, "Wrong size on UDeviceProfileManager"); \ static_assert(offsetof(UDeviceProfileManager, Profiles) == 0x000060, "Member 'UDeviceProfileManager::Profiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_BeginTrails \ static_assert(alignof(ParticleSystemComponent_BeginTrails) == 0x000004, "Wrong alignment on ParticleSystemComponent_BeginTrails"); \ static_assert(sizeof(ParticleSystemComponent_BeginTrails) == 0x000018, "Wrong size on ParticleSystemComponent_BeginTrails"); \ static_assert(offsetof(ParticleSystemComponent_BeginTrails, InFirstSocketName) == 0x000000, "Member 'ParticleSystemComponent_BeginTrails::InFirstSocketName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_BeginTrails, InSecondSocketName) == 0x000008, "Member 'ParticleSystemComponent_BeginTrails::InSecondSocketName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_BeginTrails, InWidthMode) == 0x000010, "Member 'ParticleSystemComponent_BeginTrails::InWidthMode' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_BeginTrails, InWidth) == 0x000014, "Member 'ParticleSystemComponent_BeginTrails::InWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_CreateNamedDynamicMaterialInstance \ static_assert(alignof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance) == 0x000008, "Wrong alignment on ParticleSystemComponent_CreateNamedDynamicMaterialInstance"); \ static_assert(sizeof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance) == 0x000018, "Wrong size on ParticleSystemComponent_CreateNamedDynamicMaterialInstance"); \ static_assert(offsetof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance, InName) == 0x000000, "Member 'ParticleSystemComponent_CreateNamedDynamicMaterialInstance::InName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance, SourceMaterial) == 0x000008, "Member 'ParticleSystemComponent_CreateNamedDynamicMaterialInstance::SourceMaterial' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance, ReturnValue) == 0x000010, "Member 'ParticleSystemComponent_CreateNamedDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GenerateParticleEvent \ static_assert(alignof(ParticleSystemComponent_GenerateParticleEvent) == 0x000004, "Wrong alignment on ParticleSystemComponent_GenerateParticleEvent"); \ static_assert(sizeof(ParticleSystemComponent_GenerateParticleEvent) == 0x000030, "Wrong size on ParticleSystemComponent_GenerateParticleEvent"); \ static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InEventName) == 0x000000, "Member 'ParticleSystemComponent_GenerateParticleEvent::InEventName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InEmitterTime) == 0x000008, "Member 'ParticleSystemComponent_GenerateParticleEvent::InEmitterTime' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InLocation) == 0x00000C, "Member 'ParticleSystemComponent_GenerateParticleEvent::InLocation' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InDirection) == 0x000018, "Member 'ParticleSystemComponent_GenerateParticleEvent::InDirection' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InVelocity) == 0x000024, "Member 'ParticleSystemComponent_GenerateParticleEvent::InVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetAutoAttachParams \ static_assert(alignof(ParticleSystemComponent_SetAutoAttachParams) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetAutoAttachParams"); \ static_assert(sizeof(ParticleSystemComponent_SetAutoAttachParams) == 0x000018, "Wrong size on ParticleSystemComponent_SetAutoAttachParams"); \ static_assert(offsetof(ParticleSystemComponent_SetAutoAttachParams, Parent) == 0x000000, "Member 'ParticleSystemComponent_SetAutoAttachParams::Parent' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetAutoAttachParams, SocketName) == 0x000008, "Member 'ParticleSystemComponent_SetAutoAttachParams::SocketName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetAutoAttachParams, LocationType) == 0x000010, "Member 'ParticleSystemComponent_SetAutoAttachParams::LocationType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamEndPoint \ static_assert(alignof(ParticleSystemComponent_SetBeamEndPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamEndPoint"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamEndPoint) == 0x000010, "Wrong size on ParticleSystemComponent_SetBeamEndPoint"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamEndPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamEndPoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamEndPoint, NewEndPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamEndPoint::NewEndPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourcePoint \ static_assert(alignof(ParticleSystemComponent_SetBeamSourcePoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamSourcePoint"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamSourcePoint) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamSourcePoint"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourcePoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamSourcePoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourcePoint, NewSourcePoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamSourcePoint::NewSourcePoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourcePoint, SourceIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamSourcePoint::SourceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourceStrength \ static_assert(alignof(ParticleSystemComponent_SetBeamSourceStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamSourceStrength"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamSourceStrength) == 0x00000C, "Wrong size on ParticleSystemComponent_SetBeamSourceStrength"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamSourceStrength::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceStrength, NewSourceStrength) == 0x000004, "Member 'ParticleSystemComponent_SetBeamSourceStrength::NewSourceStrength' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceStrength, SourceIndex) == 0x000008, "Member 'ParticleSystemComponent_SetBeamSourceStrength::SourceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourceTangent \ static_assert(alignof(ParticleSystemComponent_SetBeamSourceTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamSourceTangent"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamSourceTangent) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamSourceTangent"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamSourceTangent::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceTangent, NewTangentPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamSourceTangent::NewTangentPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceTangent, SourceIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamSourceTangent::SourceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetPoint \ static_assert(alignof(ParticleSystemComponent_SetBeamTargetPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamTargetPoint"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamTargetPoint) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamTargetPoint"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamTargetPoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetPoint, NewTargetPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamTargetPoint::NewTargetPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetPoint, TargetIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamTargetPoint::TargetIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetStrength \ static_assert(alignof(ParticleSystemComponent_SetBeamTargetStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamTargetStrength"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamTargetStrength) == 0x00000C, "Wrong size on ParticleSystemComponent_SetBeamTargetStrength"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamTargetStrength::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetStrength, NewTargetStrength) == 0x000004, "Member 'ParticleSystemComponent_SetBeamTargetStrength::NewTargetStrength' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetStrength, TargetIndex) == 0x000008, "Member 'ParticleSystemComponent_SetBeamTargetStrength::TargetIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetTangent \ static_assert(alignof(ParticleSystemComponent_SetBeamTargetTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamTargetTangent"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamTargetTangent) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamTargetTangent"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamTargetTangent::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetTangent, NewTangentPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamTargetTangent::NewTangentPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetTangent, TargetIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamTargetTangent::TargetIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetMaterialParameter \ static_assert(alignof(ParticleSystemComponent_SetMaterialParameter) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetMaterialParameter"); \ static_assert(sizeof(ParticleSystemComponent_SetMaterialParameter) == 0x000010, "Wrong size on ParticleSystemComponent_SetMaterialParameter"); \ static_assert(offsetof(ParticleSystemComponent_SetMaterialParameter, ParameterName) == 0x000000, "Member 'ParticleSystemComponent_SetMaterialParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetMaterialParameter, Param) == 0x000008, "Member 'ParticleSystemComponent_SetMaterialParameter::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetTemplate \ static_assert(alignof(ParticleSystemComponent_SetTemplate) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetTemplate"); \ static_assert(sizeof(ParticleSystemComponent_SetTemplate) == 0x000008, "Wrong size on ParticleSystemComponent_SetTemplate"); \ static_assert(offsetof(ParticleSystemComponent_SetTemplate, NewTemplate) == 0x000000, "Member 'ParticleSystemComponent_SetTemplate::NewTemplate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetTrailSourceData \ static_assert(alignof(ParticleSystemComponent_SetTrailSourceData) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetTrailSourceData"); \ static_assert(sizeof(ParticleSystemComponent_SetTrailSourceData) == 0x000018, "Wrong size on ParticleSystemComponent_SetTrailSourceData"); \ static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InFirstSocketName) == 0x000000, "Member 'ParticleSystemComponent_SetTrailSourceData::InFirstSocketName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InSecondSocketName) == 0x000008, "Member 'ParticleSystemComponent_SetTrailSourceData::InSecondSocketName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InWidthMode) == 0x000010, "Member 'ParticleSystemComponent_SetTrailSourceData::InWidthMode' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InWidth) == 0x000014, "Member 'ParticleSystemComponent_SetTrailSourceData::InWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamEndPoint \ static_assert(alignof(ParticleSystemComponent_GetBeamEndPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamEndPoint"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamEndPoint) == 0x000014, "Wrong size on ParticleSystemComponent_GetBeamEndPoint"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamEndPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamEndPoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamEndPoint, OutEndPoint) == 0x000004, "Member 'ParticleSystemComponent_GetBeamEndPoint::OutEndPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamEndPoint, ReturnValue) == 0x000010, "Member 'ParticleSystemComponent_GetBeamEndPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourcePoint \ static_assert(alignof(ParticleSystemComponent_GetBeamSourcePoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamSourcePoint"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamSourcePoint) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamSourcePoint"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamSourcePoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, SourceIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamSourcePoint::SourceIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, OutSourcePoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamSourcePoint::OutSourcePoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamSourcePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourceStrength \ static_assert(alignof(ParticleSystemComponent_GetBeamSourceStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamSourceStrength"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamSourceStrength) == 0x000010, "Wrong size on ParticleSystemComponent_GetBeamSourceStrength"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamSourceStrength::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, SourceIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamSourceStrength::SourceIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, OutSourceStrength) == 0x000008, "Member 'ParticleSystemComponent_GetBeamSourceStrength::OutSourceStrength' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, ReturnValue) == 0x00000C, "Member 'ParticleSystemComponent_GetBeamSourceStrength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourceTangent \ static_assert(alignof(ParticleSystemComponent_GetBeamSourceTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamSourceTangent"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamSourceTangent) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamSourceTangent"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamSourceTangent::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, SourceIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamSourceTangent::SourceIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, OutTangentPoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamSourceTangent::OutTangentPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamSourceTangent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetPoint \ static_assert(alignof(ParticleSystemComponent_GetBeamTargetPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamTargetPoint"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamTargetPoint) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamTargetPoint"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamTargetPoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, TargetIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamTargetPoint::TargetIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, OutTargetPoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamTargetPoint::OutTargetPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamTargetPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetStrength \ static_assert(alignof(ParticleSystemComponent_GetBeamTargetStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamTargetStrength"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamTargetStrength) == 0x000010, "Wrong size on ParticleSystemComponent_GetBeamTargetStrength"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamTargetStrength::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, TargetIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamTargetStrength::TargetIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, OutTargetStrength) == 0x000008, "Member 'ParticleSystemComponent_GetBeamTargetStrength::OutTargetStrength' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, ReturnValue) == 0x00000C, "Member 'ParticleSystemComponent_GetBeamTargetStrength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetTangent \ static_assert(alignof(ParticleSystemComponent_GetBeamTargetTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamTargetTangent"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamTargetTangent) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamTargetTangent"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamTargetTangent::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, TargetIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamTargetTangent::TargetIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, OutTangentPoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamTargetTangent::OutTangentPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamTargetTangent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetNamedMaterial \ static_assert(alignof(ParticleSystemComponent_GetNamedMaterial) == 0x000008, "Wrong alignment on ParticleSystemComponent_GetNamedMaterial"); \ static_assert(sizeof(ParticleSystemComponent_GetNamedMaterial) == 0x000010, "Wrong size on ParticleSystemComponent_GetNamedMaterial"); \ static_assert(offsetof(ParticleSystemComponent_GetNamedMaterial, InName) == 0x000000, "Member 'ParticleSystemComponent_GetNamedMaterial::InName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetNamedMaterial, ReturnValue) == 0x000008, "Member 'ParticleSystemComponent_GetNamedMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetNumActiveParticles \ static_assert(alignof(ParticleSystemComponent_GetNumActiveParticles) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetNumActiveParticles"); \ static_assert(sizeof(ParticleSystemComponent_GetNumActiveParticles) == 0x000004, "Wrong size on ParticleSystemComponent_GetNumActiveParticles"); \ static_assert(offsetof(ParticleSystemComponent_GetNumActiveParticles, ReturnValue) == 0x000000, "Member 'ParticleSystemComponent_GetNumActiveParticles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleSystemComponent \ static_assert(alignof(UParticleSystemComponent) == 0x000010, "Wrong alignment on UParticleSystemComponent"); \ static_assert(sizeof(UParticleSystemComponent) == 0x0006F0, "Wrong size on UParticleSystemComponent"); \ static_assert(offsetof(UParticleSystemComponent, Template) == 0x000480, "Member 'UParticleSystemComponent::Template' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, EmitterMaterials) == 0x000488, "Member 'UParticleSystemComponent::EmitterMaterials' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, SkelMeshComponents) == 0x000498, "Member 'UParticleSystemComponent::SkelMeshComponents' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, LODMethod) == 0x0004BD, "Member 'UParticleSystemComponent::LODMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, RequiredSignificance) == 0x0004BE, "Member 'UParticleSystemComponent::RequiredSignificance' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, InstanceParameters) == 0x0004C0, "Member 'UParticleSystemComponent::InstanceParameters' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OnParticleSpawn) == 0x0004D0, "Member 'UParticleSystemComponent::OnParticleSpawn' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OnParticleBurst) == 0x0004E0, "Member 'UParticleSystemComponent::OnParticleBurst' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OnParticleDeath) == 0x0004F0, "Member 'UParticleSystemComponent::OnParticleDeath' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OnParticleCollide) == 0x000500, "Member 'UParticleSystemComponent::OnParticleCollide' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, bOldPositionValid) == 0x000510, "Member 'UParticleSystemComponent::bOldPositionValid' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OldPosition) == 0x000514, "Member 'UParticleSystemComponent::OldPosition' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, PartSysVelocity) == 0x000520, "Member 'UParticleSystemComponent::PartSysVelocity' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, WarmupTime) == 0x00052C, "Member 'UParticleSystemComponent::WarmupTime' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, WarmupTickRate) == 0x000530, "Member 'UParticleSystemComponent::WarmupTickRate' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, SecondsBeforeInactive) == 0x000538, "Member 'UParticleSystemComponent::SecondsBeforeInactive' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, MaxTimeBeforeForceUpdateTransform) == 0x000540, "Member 'UParticleSystemComponent::MaxTimeBeforeForceUpdateTransform' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, ReplayClips) == 0x000560, "Member 'UParticleSystemComponent::ReplayClips' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, CustomTimeDilation) == 0x000578, "Member 'UParticleSystemComponent::CustomTimeDilation' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, AutoAttachParent) == 0x0005D0, "Member 'UParticleSystemComponent::AutoAttachParent' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, AutoAttachSocketName) == 0x0005D8, "Member 'UParticleSystemComponent::AutoAttachSocketName' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, AutoAttachLocationRule) == 0x0005E0, "Member 'UParticleSystemComponent::AutoAttachLocationRule' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, AutoAttachRotationRule) == 0x0005E1, "Member 'UParticleSystemComponent::AutoAttachRotationRule' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, AutoAttachScaleRule) == 0x0005E2, "Member 'UParticleSystemComponent::AutoAttachScaleRule' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OnSystemFinished) == 0x000610, "Member 'UParticleSystemComponent::OnSystemFinished' 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_UDialogueSoundWaveProxy \ static_assert(alignof(UDialogueSoundWaveProxy) == 0x000008, "Wrong alignment on UDialogueSoundWaveProxy"); \ static_assert(sizeof(UDialogueSoundWaveProxy) == 0x000188, "Wrong size on UDialogueSoundWaveProxy"); \ #define DUMPER7_ASSERTS_UDialogueVoice \ static_assert(alignof(UDialogueVoice) == 0x000008, "Wrong alignment on UDialogueVoice"); \ static_assert(sizeof(UDialogueVoice) == 0x000040, "Wrong size on UDialogueVoice"); \ static_assert(offsetof(UDialogueVoice, Gender) == 0x000028, "Member 'UDialogueVoice::Gender' has a wrong offset!"); \ static_assert(offsetof(UDialogueVoice, Plurality) == 0x000029, "Member 'UDialogueVoice::Plurality' has a wrong offset!"); \ static_assert(offsetof(UDialogueVoice, LocalizationGUID) == 0x00002C, "Member 'UDialogueVoice::LocalizationGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UDialogueWave \ static_assert(alignof(UDialogueWave) == 0x000008, "Wrong alignment on UDialogueWave"); \ static_assert(sizeof(UDialogueWave) == 0x000070, "Wrong size on UDialogueWave"); \ static_assert(offsetof(UDialogueWave, SpokenText) == 0x000030, "Member 'UDialogueWave::SpokenText' has a wrong offset!"); \ static_assert(offsetof(UDialogueWave, SubtitleOverride) == 0x000040, "Member 'UDialogueWave::SubtitleOverride' has a wrong offset!"); \ static_assert(offsetof(UDialogueWave, ContextMappings) == 0x000050, "Member 'UDialogueWave::ContextMappings' has a wrong offset!"); \ static_assert(offsetof(UDialogueWave, LocalizationGUID) == 0x000060, "Member 'UDialogueWave::LocalizationGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_ADirectionalLight \ static_assert(alignof(ADirectionalLight) == 0x000008, "Wrong alignment on ADirectionalLight"); \ static_assert(sizeof(ADirectionalLight) == 0x000258, "Wrong size on ADirectionalLight"); \ #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_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_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_UInterpTrackSlomo \ static_assert(alignof(UInterpTrackSlomo) == 0x000008, "Wrong alignment on UInterpTrackSlomo"); \ static_assert(sizeof(UInterpTrackSlomo) == 0x000090, "Wrong size on UInterpTrackSlomo"); \ #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_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_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_UDistributionFloatParticleParameter \ static_assert(alignof(UDistributionFloatParticleParameter) == 0x000008, "Wrong alignment on UDistributionFloatParticleParameter"); \ static_assert(sizeof(UDistributionFloatParticleParameter) == 0x000060, "Wrong size on UDistributionFloatParticleParameter"); \ #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) == 0x000820, "Wrong size on UPostProcessComponent"); \ static_assert(offsetof(UPostProcessComponent, Settings) == 0x000220, "Member 'UPostProcessComponent::Settings' has a wrong offset!"); \ static_assert(offsetof(UPostProcessComponent, Priority) == 0x000810, "Member 'UPostProcessComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UPostProcessComponent, BlendRadius) == 0x000814, "Member 'UPostProcessComponent::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(UPostProcessComponent, BlendWeight) == 0x000818, "Member 'UPostProcessComponent::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDistributionFloatUniform \ static_assert(alignof(UDistributionFloatUniform) == 0x000008, "Wrong alignment on UDistributionFloatUniform"); \ static_assert(sizeof(UDistributionFloatUniform) == 0x000040, "Wrong size on UDistributionFloatUniform"); \ static_assert(offsetof(UDistributionFloatUniform, Min) == 0x000038, "Member 'UDistributionFloatUniform::Min' has a wrong offset!"); \ static_assert(offsetof(UDistributionFloatUniform, Max) == 0x00003C, "Member 'UDistributionFloatUniform::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_ADocumentationActor \ static_assert(alignof(ADocumentationActor) == 0x000008, "Wrong alignment on ADocumentationActor"); \ static_assert(sizeof(ADocumentationActor) == 0x000250, "Wrong size on ADocumentationActor"); \ #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_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_UParticleModuleColorBase \ static_assert(alignof(UParticleModuleColorBase) == 0x000008, "Wrong alignment on UParticleModuleColorBase"); \ static_assert(sizeof(UParticleModuleColorBase) == 0x000030, "Wrong size on UParticleModuleColorBase"); \ #define DUMPER7_ASSERTS_UParticleModuleColor \ static_assert(alignof(UParticleModuleColor) == 0x000008, "Wrong alignment on UParticleModuleColor"); \ static_assert(sizeof(UParticleModuleColor) == 0x0000B0, "Wrong size on UParticleModuleColor"); \ static_assert(offsetof(UParticleModuleColor, StartColor) == 0x000030, "Member 'UParticleModuleColor::StartColor' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleColor, StartAlpha) == 0x000078, "Member 'UParticleModuleColor::StartAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleColor_Seeded \ static_assert(alignof(UParticleModuleColor_Seeded) == 0x000008, "Wrong alignment on UParticleModuleColor_Seeded"); \ static_assert(sizeof(UParticleModuleColor_Seeded) == 0x0000D0, "Wrong size on UParticleModuleColor_Seeded"); \ static_assert(offsetof(UParticleModuleColor_Seeded, RandomSeedInfo) == 0x0000B0, "Member 'UParticleModuleColor_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UViewModeUtils \ static_assert(alignof(UViewModeUtils) == 0x000008, "Wrong alignment on UViewModeUtils"); \ static_assert(sizeof(UViewModeUtils) == 0x000028, "Wrong size on UViewModeUtils"); \ #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_UEngineHandlerComponentFactory \ static_assert(alignof(UEngineHandlerComponentFactory) == 0x000008, "Wrong alignment on UEngineHandlerComponentFactory"); \ static_assert(sizeof(UEngineHandlerComponentFactory) == 0x000028, "Wrong size on UEngineHandlerComponentFactory"); \ #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_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_AExponentialHeightFog \ static_assert(alignof(AExponentialHeightFog) == 0x000008, "Wrong alignment on AExponentialHeightFog"); \ static_assert(sizeof(AExponentialHeightFog) == 0x000258, "Wrong size on AExponentialHeightFog"); \ static_assert(offsetof(AExponentialHeightFog, Component) == 0x000248, "Member 'AExponentialHeightFog::Component' 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_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_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_UGameEngine \ static_assert(alignof(UGameEngine) == 0x000008, "Wrong alignment on UGameEngine"); \ static_assert(sizeof(UGameEngine) == 0x000E88, "Wrong size on UGameEngine"); \ static_assert(offsetof(UGameEngine, MaxDeltaTime) == 0x000E38, "Member 'UGameEngine::MaxDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UGameEngine, ServerFlushLogInterval) == 0x000E3C, "Member 'UGameEngine::ServerFlushLogInterval' has a wrong offset!"); \ static_assert(offsetof(UGameEngine, GameInstance) == 0x000E40, "Member 'UGameEngine::GameInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_ActivateReverbEffect \ static_assert(alignof(GameplayStatics_ActivateReverbEffect) == 0x000008, "Wrong alignment on GameplayStatics_ActivateReverbEffect"); \ static_assert(sizeof(GameplayStatics_ActivateReverbEffect) == 0x000028, "Wrong size on GameplayStatics_ActivateReverbEffect"); \ static_assert(offsetof(GameplayStatics_ActivateReverbEffect, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ActivateReverbEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ActivateReverbEffect, ReverbEffect) == 0x000008, "Member 'GameplayStatics_ActivateReverbEffect::ReverbEffect' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ActivateReverbEffect, TagName) == 0x000010, "Member 'GameplayStatics_ActivateReverbEffect::TagName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ActivateReverbEffect, Priority) == 0x000018, "Member 'GameplayStatics_ActivateReverbEffect::Priority' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ActivateReverbEffect, Volume) == 0x00001C, "Member 'GameplayStatics_ActivateReverbEffect::Volume' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ActivateReverbEffect, FadeTime) == 0x000020, "Member 'GameplayStatics_ActivateReverbEffect::FadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_AnnounceAccessibleString \ static_assert(alignof(GameplayStatics_AnnounceAccessibleString) == 0x000008, "Wrong alignment on GameplayStatics_AnnounceAccessibleString"); \ static_assert(sizeof(GameplayStatics_AnnounceAccessibleString) == 0x000010, "Wrong size on GameplayStatics_AnnounceAccessibleString"); \ static_assert(offsetof(GameplayStatics_AnnounceAccessibleString, AnnouncementString) == 0x000000, "Member 'GameplayStatics_AnnounceAccessibleString::AnnouncementString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_ApplyDamage \ static_assert(alignof(GameplayStatics_ApplyDamage) == 0x000008, "Wrong alignment on GameplayStatics_ApplyDamage"); \ static_assert(sizeof(GameplayStatics_ApplyDamage) == 0x000030, "Wrong size on GameplayStatics_ApplyDamage"); \ static_assert(offsetof(GameplayStatics_ApplyDamage, DamagedActor) == 0x000000, "Member 'GameplayStatics_ApplyDamage::DamagedActor' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyDamage, BaseDamage) == 0x000008, "Member 'GameplayStatics_ApplyDamage::BaseDamage' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyDamage, EventInstigator) == 0x000010, "Member 'GameplayStatics_ApplyDamage::EventInstigator' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyDamage, DamageCauser) == 0x000018, "Member 'GameplayStatics_ApplyDamage::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyDamage, DamageTypeClass) == 0x000020, "Member 'GameplayStatics_ApplyDamage::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyDamage, ReturnValue) == 0x000028, "Member 'GameplayStatics_ApplyDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_ApplyPointDamage \ static_assert(alignof(GameplayStatics_ApplyPointDamage) == 0x000008, "Wrong alignment on GameplayStatics_ApplyPointDamage"); \ static_assert(sizeof(GameplayStatics_ApplyPointDamage) == 0x0000C0, "Wrong size on GameplayStatics_ApplyPointDamage"); \ static_assert(offsetof(GameplayStatics_ApplyPointDamage, DamagedActor) == 0x000000, "Member 'GameplayStatics_ApplyPointDamage::DamagedActor' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyPointDamage, BaseDamage) == 0x000008, "Member 'GameplayStatics_ApplyPointDamage::BaseDamage' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyPointDamage, HitFromDirection) == 0x00000C, "Member 'GameplayStatics_ApplyPointDamage::HitFromDirection' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyPointDamage, HitInfo) == 0x000018, "Member 'GameplayStatics_ApplyPointDamage::HitInfo' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyPointDamage, EventInstigator) == 0x0000A0, "Member 'GameplayStatics_ApplyPointDamage::EventInstigator' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyPointDamage, DamageCauser) == 0x0000A8, "Member 'GameplayStatics_ApplyPointDamage::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyPointDamage, DamageTypeClass) == 0x0000B0, "Member 'GameplayStatics_ApplyPointDamage::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyPointDamage, ReturnValue) == 0x0000B8, "Member 'GameplayStatics_ApplyPointDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_ApplyRadialDamage \ static_assert(alignof(GameplayStatics_ApplyRadialDamage) == 0x000008, "Wrong alignment on GameplayStatics_ApplyRadialDamage"); \ static_assert(sizeof(GameplayStatics_ApplyRadialDamage) == 0x000050, "Wrong size on GameplayStatics_ApplyRadialDamage"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ApplyRadialDamage::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, BaseDamage) == 0x000008, "Member 'GameplayStatics_ApplyRadialDamage::BaseDamage' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, Origin) == 0x00000C, "Member 'GameplayStatics_ApplyRadialDamage::Origin' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamageRadius) == 0x000018, "Member 'GameplayStatics_ApplyRadialDamage::DamageRadius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamageTypeClass) == 0x000020, "Member 'GameplayStatics_ApplyRadialDamage::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, IgnoreActors) == 0x000028, "Member 'GameplayStatics_ApplyRadialDamage::IgnoreActors' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamageCauser) == 0x000038, "Member 'GameplayStatics_ApplyRadialDamage::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, InstigatedByController) == 0x000040, "Member 'GameplayStatics_ApplyRadialDamage::InstigatedByController' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, bDoFullDamage) == 0x000048, "Member 'GameplayStatics_ApplyRadialDamage::bDoFullDamage' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, DamagePreventionChannel) == 0x000049, "Member 'GameplayStatics_ApplyRadialDamage::DamagePreventionChannel' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamage, ReturnValue) == 0x00004A, "Member 'GameplayStatics_ApplyRadialDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_ApplyRadialDamageWithFalloff \ static_assert(alignof(GameplayStatics_ApplyRadialDamageWithFalloff) == 0x000008, "Wrong alignment on GameplayStatics_ApplyRadialDamageWithFalloff"); \ static_assert(sizeof(GameplayStatics_ApplyRadialDamageWithFalloff) == 0x000058, "Wrong size on GameplayStatics_ApplyRadialDamageWithFalloff"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, BaseDamage) == 0x000008, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::BaseDamage' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, MinimumDamage) == 0x00000C, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::MinimumDamage' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, Origin) == 0x000010, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::Origin' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageInnerRadius) == 0x00001C, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageInnerRadius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageOuterRadius) == 0x000020, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageOuterRadius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageFalloff) == 0x000024, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageFalloff' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageTypeClass) == 0x000028, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, IgnoreActors) == 0x000030, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::IgnoreActors' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamageCauser) == 0x000040, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, InstigatedByController) == 0x000048, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::InstigatedByController' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, DamagePreventionChannel) == 0x000050, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::DamagePreventionChannel' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ApplyRadialDamageWithFalloff, ReturnValue) == 0x000051, "Member 'GameplayStatics_ApplyRadialDamageWithFalloff::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_AreAnyListenersWithinRange \ static_assert(alignof(GameplayStatics_AreAnyListenersWithinRange) == 0x000008, "Wrong alignment on GameplayStatics_AreAnyListenersWithinRange"); \ static_assert(sizeof(GameplayStatics_AreAnyListenersWithinRange) == 0x000020, "Wrong size on GameplayStatics_AreAnyListenersWithinRange"); \ static_assert(offsetof(GameplayStatics_AreAnyListenersWithinRange, WorldContextObject) == 0x000000, "Member 'GameplayStatics_AreAnyListenersWithinRange::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_AreAnyListenersWithinRange, Location) == 0x000008, "Member 'GameplayStatics_AreAnyListenersWithinRange::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_AreAnyListenersWithinRange, MaximumRange) == 0x000014, "Member 'GameplayStatics_AreAnyListenersWithinRange::MaximumRange' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_AreAnyListenersWithinRange, ReturnValue) == 0x000018, "Member 'GameplayStatics_AreAnyListenersWithinRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_AreSubtitlesEnabled \ static_assert(alignof(GameplayStatics_AreSubtitlesEnabled) == 0x000001, "Wrong alignment on GameplayStatics_AreSubtitlesEnabled"); \ static_assert(sizeof(GameplayStatics_AreSubtitlesEnabled) == 0x000001, "Wrong size on GameplayStatics_AreSubtitlesEnabled"); \ static_assert(offsetof(GameplayStatics_AreSubtitlesEnabled, ReturnValue) == 0x000000, "Member 'GameplayStatics_AreSubtitlesEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_BeginDeferredActorSpawnFromClass \ static_assert(alignof(GameplayStatics_BeginDeferredActorSpawnFromClass) == 0x000010, "Wrong alignment on GameplayStatics_BeginDeferredActorSpawnFromClass"); \ static_assert(sizeof(GameplayStatics_BeginDeferredActorSpawnFromClass) == 0x000060, "Wrong size on GameplayStatics_BeginDeferredActorSpawnFromClass"); \ static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, WorldContextObject) == 0x000000, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, ActorClass) == 0x000008, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::ActorClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, SpawnTransform) == 0x000010, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, CollisionHandlingOverride) == 0x000040, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::CollisionHandlingOverride' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, Owner) == 0x000048, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::Owner' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, ReturnValue) == 0x000050, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_BeginSpawningActorFromBlueprint \ static_assert(alignof(GameplayStatics_BeginSpawningActorFromBlueprint) == 0x000010, "Wrong alignment on GameplayStatics_BeginSpawningActorFromBlueprint"); \ static_assert(sizeof(GameplayStatics_BeginSpawningActorFromBlueprint) == 0x000050, "Wrong size on GameplayStatics_BeginSpawningActorFromBlueprint"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, WorldContextObject) == 0x000000, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, Blueprint) == 0x000008, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::Blueprint' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, SpawnTransform) == 0x000010, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, bNoCollisionFail) == 0x000040, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::bNoCollisionFail' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromBlueprint, ReturnValue) == 0x000048, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_BeginSpawningActorFromClass \ static_assert(alignof(GameplayStatics_BeginSpawningActorFromClass) == 0x000010, "Wrong alignment on GameplayStatics_BeginSpawningActorFromClass"); \ static_assert(sizeof(GameplayStatics_BeginSpawningActorFromClass) == 0x000060, "Wrong size on GameplayStatics_BeginSpawningActorFromClass"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, WorldContextObject) == 0x000000, "Member 'GameplayStatics_BeginSpawningActorFromClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, ActorClass) == 0x000008, "Member 'GameplayStatics_BeginSpawningActorFromClass::ActorClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, SpawnTransform) == 0x000010, "Member 'GameplayStatics_BeginSpawningActorFromClass::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, bNoCollisionFail) == 0x000040, "Member 'GameplayStatics_BeginSpawningActorFromClass::bNoCollisionFail' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, Owner) == 0x000048, "Member 'GameplayStatics_BeginSpawningActorFromClass::Owner' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, ReturnValue) == 0x000050, "Member 'GameplayStatics_BeginSpawningActorFromClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_Blueprint_PredictProjectilePath_Advanced \ static_assert(alignof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced) == 0x000008, "Wrong alignment on GameplayStatics_Blueprint_PredictProjectilePath_Advanced"); \ static_assert(sizeof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced) == 0x000128, "Wrong size on GameplayStatics_Blueprint_PredictProjectilePath_Advanced"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced, WorldContextObject) == 0x000000, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_Advanced::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced, PredictParams) == 0x000008, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_Advanced::PredictParams' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced, PredictResult) == 0x000068, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_Advanced::PredictResult' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_Advanced, ReturnValue) == 0x000120, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_Advanced::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType \ static_assert(alignof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType) == 0x000008, "Wrong alignment on GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType"); \ static_assert(sizeof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType) == 0x000110, "Wrong size on GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, WorldContextObject) == 0x000000, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, OutHit) == 0x000008, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OutHit' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, OutPathPositions) == 0x000090, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OutPathPositions' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, OutLastTraceDestination) == 0x0000A0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OutLastTraceDestination' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, StartPos) == 0x0000AC, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::StartPos' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, LaunchVelocity) == 0x0000B8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::LaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, bTracePath) == 0x0000C4, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::bTracePath' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ProjectileRadius) == 0x0000C8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ProjectileRadius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ObjectTypes) == 0x0000D0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, bTraceComplex) == 0x0000E0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ActorsToIgnore) == 0x0000E8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, DrawDebugType) == 0x0000F8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, DrawDebugTime) == 0x0000FC, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::DrawDebugTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, SimFrequency) == 0x000100, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::SimFrequency' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, MaxSimTime) == 0x000104, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::MaxSimTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, OverrideGravityZ) == 0x000108, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OverrideGravityZ' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ReturnValue) == 0x00010C, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel \ static_assert(alignof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel) == 0x000008, "Wrong alignment on GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel"); \ static_assert(sizeof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel) == 0x0000F8, "Wrong size on GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, OutHit) == 0x000008, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OutHit' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, OutPathPositions) == 0x000090, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OutPathPositions' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, OutLastTraceDestination) == 0x0000A0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OutLastTraceDestination' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, StartPos) == 0x0000AC, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::StartPos' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, LaunchVelocity) == 0x0000B8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::LaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, bTracePath) == 0x0000C4, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::bTracePath' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ProjectileRadius) == 0x0000C8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::ProjectileRadius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, TraceChannel) == 0x0000CC, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, bTraceComplex) == 0x0000CD, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ActorsToIgnore) == 0x0000D0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, DrawDebugType) == 0x0000E0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, DrawDebugTime) == 0x0000E4, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::DrawDebugTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, SimFrequency) == 0x0000E8, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::SimFrequency' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, MaxSimTime) == 0x0000EC, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::MaxSimTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, OverrideGravityZ) == 0x0000F0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OverrideGravityZ' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ReturnValue) == 0x0000F4, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_BlueprintSuggestProjectileVelocity \ static_assert(alignof(GameplayStatics_BlueprintSuggestProjectileVelocity) == 0x000008, "Wrong alignment on GameplayStatics_BlueprintSuggestProjectileVelocity"); \ static_assert(sizeof(GameplayStatics_BlueprintSuggestProjectileVelocity) == 0x000040, "Wrong size on GameplayStatics_BlueprintSuggestProjectileVelocity"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, WorldContextObject) == 0x000000, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, TossVelocity) == 0x000008, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::TossVelocity' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, StartLocation) == 0x000014, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::StartLocation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, EndLocation) == 0x000020, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::EndLocation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, LaunchSpeed) == 0x00002C, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::LaunchSpeed' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, OverrideGravityZ) == 0x000030, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::OverrideGravityZ' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, TraceOption) == 0x000034, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::TraceOption' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, CollisionRadius) == 0x000038, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::CollisionRadius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, bFavorHighArc) == 0x00003C, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::bFavorHighArc' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, bDrawDebug) == 0x00003D, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BlueprintSuggestProjectileVelocity, ReturnValue) == 0x00003E, "Member 'GameplayStatics_BlueprintSuggestProjectileVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_BreakHitResult \ static_assert(alignof(GameplayStatics_BreakHitResult) == 0x000008, "Wrong alignment on GameplayStatics_BreakHitResult"); \ static_assert(sizeof(GameplayStatics_BreakHitResult) == 0x000110, "Wrong size on GameplayStatics_BreakHitResult"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, Hit) == 0x000000, "Member 'GameplayStatics_BreakHitResult::Hit' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, bBlockingHit) == 0x000088, "Member 'GameplayStatics_BreakHitResult::bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, bInitialOverlap) == 0x000089, "Member 'GameplayStatics_BreakHitResult::bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, Time) == 0x00008C, "Member 'GameplayStatics_BreakHitResult::Time' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, Distance) == 0x000090, "Member 'GameplayStatics_BreakHitResult::Distance' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, Location) == 0x000094, "Member 'GameplayStatics_BreakHitResult::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, ImpactPoint) == 0x0000A0, "Member 'GameplayStatics_BreakHitResult::ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, normal) == 0x0000AC, "Member 'GameplayStatics_BreakHitResult::normal' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, ImpactNormal) == 0x0000B8, "Member 'GameplayStatics_BreakHitResult::ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, PhysMat) == 0x0000C8, "Member 'GameplayStatics_BreakHitResult::PhysMat' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, HitActor) == 0x0000D0, "Member 'GameplayStatics_BreakHitResult::HitActor' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, HitComponent) == 0x0000D8, "Member 'GameplayStatics_BreakHitResult::HitComponent' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, HitBoneName) == 0x0000E0, "Member 'GameplayStatics_BreakHitResult::HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, HitItem) == 0x0000E8, "Member 'GameplayStatics_BreakHitResult::HitItem' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, ElementIndex) == 0x0000EC, "Member 'GameplayStatics_BreakHitResult::ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, FaceIndex) == 0x0000F0, "Member 'GameplayStatics_BreakHitResult::FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, TraceStart) == 0x0000F4, "Member 'GameplayStatics_BreakHitResult::TraceStart' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BreakHitResult, TraceEnd) == 0x000100, "Member 'GameplayStatics_BreakHitResult::TraceEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_ClearSoundMixClassOverride \ static_assert(alignof(GameplayStatics_ClearSoundMixClassOverride) == 0x000008, "Wrong alignment on GameplayStatics_ClearSoundMixClassOverride"); \ static_assert(sizeof(GameplayStatics_ClearSoundMixClassOverride) == 0x000020, "Wrong size on GameplayStatics_ClearSoundMixClassOverride"); \ static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ClearSoundMixClassOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_ClearSoundMixClassOverride::InSoundMixModifier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, InSoundClass) == 0x000010, "Member 'GameplayStatics_ClearSoundMixClassOverride::InSoundClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, FadeOutTime) == 0x000018, "Member 'GameplayStatics_ClearSoundMixClassOverride::FadeOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_ClearSoundMixModifiers \ static_assert(alignof(GameplayStatics_ClearSoundMixModifiers) == 0x000008, "Wrong alignment on GameplayStatics_ClearSoundMixModifiers"); \ static_assert(sizeof(GameplayStatics_ClearSoundMixModifiers) == 0x000008, "Wrong size on GameplayStatics_ClearSoundMixModifiers"); \ static_assert(offsetof(GameplayStatics_ClearSoundMixModifiers, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ClearSoundMixModifiers::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_CreatePlayer \ static_assert(alignof(GameplayStatics_CreatePlayer) == 0x000008, "Wrong alignment on GameplayStatics_CreatePlayer"); \ static_assert(sizeof(GameplayStatics_CreatePlayer) == 0x000018, "Wrong size on GameplayStatics_CreatePlayer"); \ static_assert(offsetof(GameplayStatics_CreatePlayer, WorldContextObject) == 0x000000, "Member 'GameplayStatics_CreatePlayer::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreatePlayer, ControllerId) == 0x000008, "Member 'GameplayStatics_CreatePlayer::ControllerId' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreatePlayer, bSpawnPlayerController) == 0x00000C, "Member 'GameplayStatics_CreatePlayer::bSpawnPlayerController' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreatePlayer, ReturnValue) == 0x000010, "Member 'GameplayStatics_CreatePlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_CreateSaveGameObject \ static_assert(alignof(GameplayStatics_CreateSaveGameObject) == 0x000008, "Wrong alignment on GameplayStatics_CreateSaveGameObject"); \ static_assert(sizeof(GameplayStatics_CreateSaveGameObject) == 0x000010, "Wrong size on GameplayStatics_CreateSaveGameObject"); \ static_assert(offsetof(GameplayStatics_CreateSaveGameObject, SaveGameClass) == 0x000000, "Member 'GameplayStatics_CreateSaveGameObject::SaveGameClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSaveGameObject, ReturnValue) == 0x000008, "Member 'GameplayStatics_CreateSaveGameObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_CreateSound2D \ static_assert(alignof(GameplayStatics_CreateSound2D) == 0x000008, "Wrong alignment on GameplayStatics_CreateSound2D"); \ static_assert(sizeof(GameplayStatics_CreateSound2D) == 0x000038, "Wrong size on GameplayStatics_CreateSound2D"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_CreateSound2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, Sound) == 0x000008, "Member 'GameplayStatics_CreateSound2D::Sound' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, VolumeMultiplier) == 0x000010, "Member 'GameplayStatics_CreateSound2D::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, PitchMultiplier) == 0x000014, "Member 'GameplayStatics_CreateSound2D::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, StartTime) == 0x000018, "Member 'GameplayStatics_CreateSound2D::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, ConcurrencySettings) == 0x000020, "Member 'GameplayStatics_CreateSound2D::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, bPersistAcrossLevelTransition) == 0x000028, "Member 'GameplayStatics_CreateSound2D::bPersistAcrossLevelTransition' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, bAutoDestroy) == 0x000029, "Member 'GameplayStatics_CreateSound2D::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_CreateSound2D, ReturnValue) == 0x000030, "Member 'GameplayStatics_CreateSound2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_DeactivateReverbEffect \ static_assert(alignof(GameplayStatics_DeactivateReverbEffect) == 0x000008, "Wrong alignment on GameplayStatics_DeactivateReverbEffect"); \ static_assert(sizeof(GameplayStatics_DeactivateReverbEffect) == 0x000010, "Wrong size on GameplayStatics_DeactivateReverbEffect"); \ static_assert(offsetof(GameplayStatics_DeactivateReverbEffect, WorldContextObject) == 0x000000, "Member 'GameplayStatics_DeactivateReverbEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DeactivateReverbEffect, TagName) == 0x000008, "Member 'GameplayStatics_DeactivateReverbEffect::TagName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_DeleteGameInSlot \ static_assert(alignof(GameplayStatics_DeleteGameInSlot) == 0x000008, "Wrong alignment on GameplayStatics_DeleteGameInSlot"); \ static_assert(sizeof(GameplayStatics_DeleteGameInSlot) == 0x000018, "Wrong size on GameplayStatics_DeleteGameInSlot"); \ static_assert(offsetof(GameplayStatics_DeleteGameInSlot, SlotName) == 0x000000, "Member 'GameplayStatics_DeleteGameInSlot::SlotName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DeleteGameInSlot, UserIndex) == 0x000010, "Member 'GameplayStatics_DeleteGameInSlot::UserIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DeleteGameInSlot, ReturnValue) == 0x000014, "Member 'GameplayStatics_DeleteGameInSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_DeprojectScreenToWorld \ static_assert(alignof(GameplayStatics_DeprojectScreenToWorld) == 0x000008, "Wrong alignment on GameplayStatics_DeprojectScreenToWorld"); \ static_assert(sizeof(GameplayStatics_DeprojectScreenToWorld) == 0x000030, "Wrong size on GameplayStatics_DeprojectScreenToWorld"); \ static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, Player) == 0x000000, "Member 'GameplayStatics_DeprojectScreenToWorld::Player' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, ScreenPosition) == 0x000008, "Member 'GameplayStatics_DeprojectScreenToWorld::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, WorldPosition) == 0x000010, "Member 'GameplayStatics_DeprojectScreenToWorld::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, WorldDirection) == 0x00001C, "Member 'GameplayStatics_DeprojectScreenToWorld::WorldDirection' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DeprojectScreenToWorld, ReturnValue) == 0x000028, "Member 'GameplayStatics_DeprojectScreenToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_DoesSaveGameExist \ static_assert(alignof(GameplayStatics_DoesSaveGameExist) == 0x000008, "Wrong alignment on GameplayStatics_DoesSaveGameExist"); \ static_assert(sizeof(GameplayStatics_DoesSaveGameExist) == 0x000018, "Wrong size on GameplayStatics_DoesSaveGameExist"); \ static_assert(offsetof(GameplayStatics_DoesSaveGameExist, SlotName) == 0x000000, "Member 'GameplayStatics_DoesSaveGameExist::SlotName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DoesSaveGameExist, UserIndex) == 0x000010, "Member 'GameplayStatics_DoesSaveGameExist::UserIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_DoesSaveGameExist, ReturnValue) == 0x000014, "Member 'GameplayStatics_DoesSaveGameExist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_EnableLiveStreaming \ static_assert(alignof(GameplayStatics_EnableLiveStreaming) == 0x000001, "Wrong alignment on GameplayStatics_EnableLiveStreaming"); \ static_assert(sizeof(GameplayStatics_EnableLiveStreaming) == 0x000001, "Wrong size on GameplayStatics_EnableLiveStreaming"); \ static_assert(offsetof(GameplayStatics_EnableLiveStreaming, Enable) == 0x000000, "Member 'GameplayStatics_EnableLiveStreaming::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_FindCollisionUV \ static_assert(alignof(GameplayStatics_FindCollisionUV) == 0x000004, "Wrong alignment on GameplayStatics_FindCollisionUV"); \ static_assert(sizeof(GameplayStatics_FindCollisionUV) == 0x000098, "Wrong size on GameplayStatics_FindCollisionUV"); \ static_assert(offsetof(GameplayStatics_FindCollisionUV, Hit) == 0x000000, "Member 'GameplayStatics_FindCollisionUV::Hit' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_FindCollisionUV, UVChannel) == 0x000088, "Member 'GameplayStatics_FindCollisionUV::UVChannel' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_FindCollisionUV, UV) == 0x00008C, "Member 'GameplayStatics_FindCollisionUV::UV' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_FindCollisionUV, ReturnValue) == 0x000094, "Member 'GameplayStatics_FindCollisionUV::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_FindNearestActor \ static_assert(alignof(GameplayStatics_FindNearestActor) == 0x000008, "Wrong alignment on GameplayStatics_FindNearestActor"); \ static_assert(sizeof(GameplayStatics_FindNearestActor) == 0x000030, "Wrong size on GameplayStatics_FindNearestActor"); \ static_assert(offsetof(GameplayStatics_FindNearestActor, Origin) == 0x000000, "Member 'GameplayStatics_FindNearestActor::Origin' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_FindNearestActor, ActorsToCheck) == 0x000010, "Member 'GameplayStatics_FindNearestActor::ActorsToCheck' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_FindNearestActor, Distance) == 0x000020, "Member 'GameplayStatics_FindNearestActor::Distance' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_FindNearestActor, ReturnValue) == 0x000028, "Member 'GameplayStatics_FindNearestActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_FinishSpawningActor \ static_assert(alignof(GameplayStatics_FinishSpawningActor) == 0x000010, "Wrong alignment on GameplayStatics_FinishSpawningActor"); \ static_assert(sizeof(GameplayStatics_FinishSpawningActor) == 0x000050, "Wrong size on GameplayStatics_FinishSpawningActor"); \ static_assert(offsetof(GameplayStatics_FinishSpawningActor, Actor) == 0x000000, "Member 'GameplayStatics_FinishSpawningActor::Actor' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_FinishSpawningActor, SpawnTransform) == 0x000010, "Member 'GameplayStatics_FinishSpawningActor::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_FinishSpawningActor, ReturnValue) == 0x000040, "Member 'GameplayStatics_FinishSpawningActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_FlushLevelStreaming \ static_assert(alignof(GameplayStatics_FlushLevelStreaming) == 0x000008, "Wrong alignment on GameplayStatics_FlushLevelStreaming"); \ static_assert(sizeof(GameplayStatics_FlushLevelStreaming) == 0x000008, "Wrong size on GameplayStatics_FlushLevelStreaming"); \ static_assert(offsetof(GameplayStatics_FlushLevelStreaming, WorldContextObject) == 0x000000, "Member 'GameplayStatics_FlushLevelStreaming::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetAccurateRealTime \ static_assert(alignof(GameplayStatics_GetAccurateRealTime) == 0x000004, "Wrong alignment on GameplayStatics_GetAccurateRealTime"); \ static_assert(sizeof(GameplayStatics_GetAccurateRealTime) == 0x000008, "Wrong size on GameplayStatics_GetAccurateRealTime"); \ static_assert(offsetof(GameplayStatics_GetAccurateRealTime, Seconds) == 0x000000, "Member 'GameplayStatics_GetAccurateRealTime::Seconds' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAccurateRealTime, PartialSeconds) == 0x000004, "Member 'GameplayStatics_GetAccurateRealTime::PartialSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetActorArrayAverageLocation \ static_assert(alignof(GameplayStatics_GetActorArrayAverageLocation) == 0x000008, "Wrong alignment on GameplayStatics_GetActorArrayAverageLocation"); \ static_assert(sizeof(GameplayStatics_GetActorArrayAverageLocation) == 0x000020, "Wrong size on GameplayStatics_GetActorArrayAverageLocation"); \ static_assert(offsetof(GameplayStatics_GetActorArrayAverageLocation, Actors) == 0x000000, "Member 'GameplayStatics_GetActorArrayAverageLocation::Actors' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetActorArrayAverageLocation, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetActorArrayAverageLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetActorArrayBounds \ static_assert(alignof(GameplayStatics_GetActorArrayBounds) == 0x000008, "Wrong alignment on GameplayStatics_GetActorArrayBounds"); \ static_assert(sizeof(GameplayStatics_GetActorArrayBounds) == 0x000030, "Wrong size on GameplayStatics_GetActorArrayBounds"); \ static_assert(offsetof(GameplayStatics_GetActorArrayBounds, Actors) == 0x000000, "Member 'GameplayStatics_GetActorArrayBounds::Actors' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetActorArrayBounds, bOnlyCollidingComponents) == 0x000010, "Member 'GameplayStatics_GetActorArrayBounds::bOnlyCollidingComponents' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetActorArrayBounds, Center) == 0x000014, "Member 'GameplayStatics_GetActorArrayBounds::Center' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetActorArrayBounds, BoxExtent) == 0x000020, "Member 'GameplayStatics_GetActorArrayBounds::BoxExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetActorOfClass \ static_assert(alignof(GameplayStatics_GetActorOfClass) == 0x000008, "Wrong alignment on GameplayStatics_GetActorOfClass"); \ static_assert(sizeof(GameplayStatics_GetActorOfClass) == 0x000018, "Wrong size on GameplayStatics_GetActorOfClass"); \ static_assert(offsetof(GameplayStatics_GetActorOfClass, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetActorOfClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetActorOfClass, ActorClass) == 0x000008, "Member 'GameplayStatics_GetActorOfClass::ActorClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetActorOfClass, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetActorOfClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetAllActorsOfClass \ static_assert(alignof(GameplayStatics_GetAllActorsOfClass) == 0x000008, "Wrong alignment on GameplayStatics_GetAllActorsOfClass"); \ static_assert(sizeof(GameplayStatics_GetAllActorsOfClass) == 0x000020, "Wrong size on GameplayStatics_GetAllActorsOfClass"); \ static_assert(offsetof(GameplayStatics_GetAllActorsOfClass, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAllActorsOfClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsOfClass, ActorClass) == 0x000008, "Member 'GameplayStatics_GetAllActorsOfClass::ActorClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsOfClass, OutActors) == 0x000010, "Member 'GameplayStatics_GetAllActorsOfClass::OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetAllActorsOfClassWithTag \ static_assert(alignof(GameplayStatics_GetAllActorsOfClassWithTag) == 0x000008, "Wrong alignment on GameplayStatics_GetAllActorsOfClassWithTag"); \ static_assert(sizeof(GameplayStatics_GetAllActorsOfClassWithTag) == 0x000028, "Wrong size on GameplayStatics_GetAllActorsOfClassWithTag"); \ static_assert(offsetof(GameplayStatics_GetAllActorsOfClassWithTag, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAllActorsOfClassWithTag::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsOfClassWithTag, ActorClass) == 0x000008, "Member 'GameplayStatics_GetAllActorsOfClassWithTag::ActorClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsOfClassWithTag, Tag) == 0x000010, "Member 'GameplayStatics_GetAllActorsOfClassWithTag::Tag' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsOfClassWithTag, OutActors) == 0x000018, "Member 'GameplayStatics_GetAllActorsOfClassWithTag::OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetAllActorsWithInterface \ static_assert(alignof(GameplayStatics_GetAllActorsWithInterface) == 0x000008, "Wrong alignment on GameplayStatics_GetAllActorsWithInterface"); \ static_assert(sizeof(GameplayStatics_GetAllActorsWithInterface) == 0x000020, "Wrong size on GameplayStatics_GetAllActorsWithInterface"); \ static_assert(offsetof(GameplayStatics_GetAllActorsWithInterface, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAllActorsWithInterface::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsWithInterface, Interface) == 0x000008, "Member 'GameplayStatics_GetAllActorsWithInterface::Interface' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsWithInterface, OutActors) == 0x000010, "Member 'GameplayStatics_GetAllActorsWithInterface::OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetAllActorsWithTag \ static_assert(alignof(GameplayStatics_GetAllActorsWithTag) == 0x000008, "Wrong alignment on GameplayStatics_GetAllActorsWithTag"); \ static_assert(sizeof(GameplayStatics_GetAllActorsWithTag) == 0x000020, "Wrong size on GameplayStatics_GetAllActorsWithTag"); \ static_assert(offsetof(GameplayStatics_GetAllActorsWithTag, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAllActorsWithTag::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsWithTag, Tag) == 0x000008, "Member 'GameplayStatics_GetAllActorsWithTag::Tag' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAllActorsWithTag, OutActors) == 0x000010, "Member 'GameplayStatics_GetAllActorsWithTag::OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetAudioTimeSeconds \ static_assert(alignof(GameplayStatics_GetAudioTimeSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetAudioTimeSeconds"); \ static_assert(sizeof(GameplayStatics_GetAudioTimeSeconds) == 0x000010, "Wrong size on GameplayStatics_GetAudioTimeSeconds"); \ static_assert(offsetof(GameplayStatics_GetAudioTimeSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetAudioTimeSeconds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetAudioTimeSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetAudioTimeSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetClosestListenerLocation \ static_assert(alignof(GameplayStatics_GetClosestListenerLocation) == 0x000008, "Wrong alignment on GameplayStatics_GetClosestListenerLocation"); \ static_assert(sizeof(GameplayStatics_GetClosestListenerLocation) == 0x000030, "Wrong size on GameplayStatics_GetClosestListenerLocation"); \ static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetClosestListenerLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, Location) == 0x000008, "Member 'GameplayStatics_GetClosestListenerLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, MaximumRange) == 0x000014, "Member 'GameplayStatics_GetClosestListenerLocation::MaximumRange' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, bAllowAttenuationOverride) == 0x000018, "Member 'GameplayStatics_GetClosestListenerLocation::bAllowAttenuationOverride' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, ListenerPosition) == 0x00001C, "Member 'GameplayStatics_GetClosestListenerLocation::ListenerPosition' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetClosestListenerLocation, ReturnValue) == 0x000028, "Member 'GameplayStatics_GetClosestListenerLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetCurrentLevelName \ static_assert(alignof(GameplayStatics_GetCurrentLevelName) == 0x000008, "Wrong alignment on GameplayStatics_GetCurrentLevelName"); \ static_assert(sizeof(GameplayStatics_GetCurrentLevelName) == 0x000020, "Wrong size on GameplayStatics_GetCurrentLevelName"); \ static_assert(offsetof(GameplayStatics_GetCurrentLevelName, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetCurrentLevelName::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetCurrentLevelName, bRemovePrefixString) == 0x000008, "Member 'GameplayStatics_GetCurrentLevelName::bRemovePrefixString' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetCurrentLevelName, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetCurrentLevelName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetCurrentReverbEffect \ static_assert(alignof(GameplayStatics_GetCurrentReverbEffect) == 0x000008, "Wrong alignment on GameplayStatics_GetCurrentReverbEffect"); \ static_assert(sizeof(GameplayStatics_GetCurrentReverbEffect) == 0x000010, "Wrong size on GameplayStatics_GetCurrentReverbEffect"); \ static_assert(offsetof(GameplayStatics_GetCurrentReverbEffect, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetCurrentReverbEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetCurrentReverbEffect, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetCurrentReverbEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetEnableWorldRendering \ static_assert(alignof(GameplayStatics_GetEnableWorldRendering) == 0x000008, "Wrong alignment on GameplayStatics_GetEnableWorldRendering"); \ static_assert(sizeof(GameplayStatics_GetEnableWorldRendering) == 0x000010, "Wrong size on GameplayStatics_GetEnableWorldRendering"); \ static_assert(offsetof(GameplayStatics_GetEnableWorldRendering, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetEnableWorldRendering::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetEnableWorldRendering, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetEnableWorldRendering::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetGameInstance \ static_assert(alignof(GameplayStatics_GetGameInstance) == 0x000008, "Wrong alignment on GameplayStatics_GetGameInstance"); \ static_assert(sizeof(GameplayStatics_GetGameInstance) == 0x000010, "Wrong size on GameplayStatics_GetGameInstance"); \ static_assert(offsetof(GameplayStatics_GetGameInstance, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGameInstance::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetGameInstance, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGameInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetGameMode \ static_assert(alignof(GameplayStatics_GetGameMode) == 0x000008, "Wrong alignment on GameplayStatics_GetGameMode"); \ static_assert(sizeof(GameplayStatics_GetGameMode) == 0x000010, "Wrong size on GameplayStatics_GetGameMode"); \ static_assert(offsetof(GameplayStatics_GetGameMode, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGameMode::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetGameMode, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGameMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetGameState \ static_assert(alignof(GameplayStatics_GetGameState) == 0x000008, "Wrong alignment on GameplayStatics_GetGameState"); \ static_assert(sizeof(GameplayStatics_GetGameState) == 0x000010, "Wrong size on GameplayStatics_GetGameState"); \ static_assert(offsetof(GameplayStatics_GetGameState, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGameState::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetGameState, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGameState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetGlobalTimeDilation \ static_assert(alignof(GameplayStatics_GetGlobalTimeDilation) == 0x000008, "Wrong alignment on GameplayStatics_GetGlobalTimeDilation"); \ static_assert(sizeof(GameplayStatics_GetGlobalTimeDilation) == 0x000010, "Wrong size on GameplayStatics_GetGlobalTimeDilation"); \ static_assert(offsetof(GameplayStatics_GetGlobalTimeDilation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetGlobalTimeDilation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetGlobalTimeDilation, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetGlobalTimeDilation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetIntOption \ static_assert(alignof(GameplayStatics_GetIntOption) == 0x000008, "Wrong alignment on GameplayStatics_GetIntOption"); \ static_assert(sizeof(GameplayStatics_GetIntOption) == 0x000028, "Wrong size on GameplayStatics_GetIntOption"); \ static_assert(offsetof(GameplayStatics_GetIntOption, OPTIONS) == 0x000000, "Member 'GameplayStatics_GetIntOption::OPTIONS' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetIntOption, Key) == 0x000010, "Member 'GameplayStatics_GetIntOption::Key' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetIntOption, DefaultValue) == 0x000020, "Member 'GameplayStatics_GetIntOption::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetIntOption, ReturnValue) == 0x000024, "Member 'GameplayStatics_GetIntOption::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetKeyValue \ static_assert(alignof(GameplayStatics_GetKeyValue) == 0x000008, "Wrong alignment on GameplayStatics_GetKeyValue"); \ static_assert(sizeof(GameplayStatics_GetKeyValue) == 0x000030, "Wrong size on GameplayStatics_GetKeyValue"); \ static_assert(offsetof(GameplayStatics_GetKeyValue, Pair) == 0x000000, "Member 'GameplayStatics_GetKeyValue::Pair' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetKeyValue, Key) == 0x000010, "Member 'GameplayStatics_GetKeyValue::Key' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetKeyValue, Value) == 0x000020, "Member 'GameplayStatics_GetKeyValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetMaxAudioChannelCount \ static_assert(alignof(GameplayStatics_GetMaxAudioChannelCount) == 0x000008, "Wrong alignment on GameplayStatics_GetMaxAudioChannelCount"); \ static_assert(sizeof(GameplayStatics_GetMaxAudioChannelCount) == 0x000010, "Wrong size on GameplayStatics_GetMaxAudioChannelCount"); \ static_assert(offsetof(GameplayStatics_GetMaxAudioChannelCount, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetMaxAudioChannelCount::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetMaxAudioChannelCount, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetMaxAudioChannelCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetObjectClass \ static_assert(alignof(GameplayStatics_GetObjectClass) == 0x000008, "Wrong alignment on GameplayStatics_GetObjectClass"); \ static_assert(sizeof(GameplayStatics_GetObjectClass) == 0x000010, "Wrong size on GameplayStatics_GetObjectClass"); \ static_assert(offsetof(GameplayStatics_GetObjectClass, Object) == 0x000000, "Member 'GameplayStatics_GetObjectClass::Object' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetObjectClass, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetObjectClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlatformName \ static_assert(alignof(GameplayStatics_GetPlatformName) == 0x000008, "Wrong alignment on GameplayStatics_GetPlatformName"); \ static_assert(sizeof(GameplayStatics_GetPlatformName) == 0x000010, "Wrong size on GameplayStatics_GetPlatformName"); \ static_assert(offsetof(GameplayStatics_GetPlatformName, ReturnValue) == 0x000000, "Member 'GameplayStatics_GetPlatformName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerCameraManager \ static_assert(alignof(GameplayStatics_GetPlayerCameraManager) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerCameraManager"); \ static_assert(sizeof(GameplayStatics_GetPlayerCameraManager) == 0x000018, "Wrong size on GameplayStatics_GetPlayerCameraManager"); \ static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerCameraManager::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerCameraManager::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerCameraManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerCharacter \ static_assert(alignof(GameplayStatics_GetPlayerCharacter) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerCharacter"); \ static_assert(sizeof(GameplayStatics_GetPlayerCharacter) == 0x000018, "Wrong size on GameplayStatics_GetPlayerCharacter"); \ static_assert(offsetof(GameplayStatics_GetPlayerCharacter, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerCharacter::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerCharacter, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerCharacter::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerCharacter, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerController \ static_assert(alignof(GameplayStatics_GetPlayerController) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerController"); \ static_assert(sizeof(GameplayStatics_GetPlayerController) == 0x000018, "Wrong size on GameplayStatics_GetPlayerController"); \ static_assert(offsetof(GameplayStatics_GetPlayerController, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerController::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerController, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerController::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerController, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerControllerFromID \ static_assert(alignof(GameplayStatics_GetPlayerControllerFromID) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerControllerFromID"); \ static_assert(sizeof(GameplayStatics_GetPlayerControllerFromID) == 0x000018, "Wrong size on GameplayStatics_GetPlayerControllerFromID"); \ static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerControllerFromID::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, ControllerId) == 0x000008, "Member 'GameplayStatics_GetPlayerControllerFromID::ControllerId' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerControllerFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerControllerID \ static_assert(alignof(GameplayStatics_GetPlayerControllerID) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerControllerID"); \ static_assert(sizeof(GameplayStatics_GetPlayerControllerID) == 0x000010, "Wrong size on GameplayStatics_GetPlayerControllerID"); \ static_assert(offsetof(GameplayStatics_GetPlayerControllerID, Player) == 0x000000, "Member 'GameplayStatics_GetPlayerControllerID::Player' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerControllerID, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetPlayerControllerID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerPawn \ static_assert(alignof(GameplayStatics_GetPlayerPawn) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerPawn"); \ static_assert(sizeof(GameplayStatics_GetPlayerPawn) == 0x000018, "Wrong size on GameplayStatics_GetPlayerPawn"); \ static_assert(offsetof(GameplayStatics_GetPlayerPawn, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerPawn::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerPawn, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerPawn::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerPawn, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetRealTimeSeconds \ static_assert(alignof(GameplayStatics_GetRealTimeSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetRealTimeSeconds"); \ static_assert(sizeof(GameplayStatics_GetRealTimeSeconds) == 0x000010, "Wrong size on GameplayStatics_GetRealTimeSeconds"); \ static_assert(offsetof(GameplayStatics_GetRealTimeSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetRealTimeSeconds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetRealTimeSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetRealTimeSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetStreamingLevel \ static_assert(alignof(GameplayStatics_GetStreamingLevel) == 0x000008, "Wrong alignment on GameplayStatics_GetStreamingLevel"); \ static_assert(sizeof(GameplayStatics_GetStreamingLevel) == 0x000018, "Wrong size on GameplayStatics_GetStreamingLevel"); \ static_assert(offsetof(GameplayStatics_GetStreamingLevel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetStreamingLevel::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetStreamingLevel, PackageName) == 0x000008, "Member 'GameplayStatics_GetStreamingLevel::PackageName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetStreamingLevel, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetStreamingLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetSurfaceType \ static_assert(alignof(GameplayStatics_GetSurfaceType) == 0x000004, "Wrong alignment on GameplayStatics_GetSurfaceType"); \ static_assert(sizeof(GameplayStatics_GetSurfaceType) == 0x00008C, "Wrong size on GameplayStatics_GetSurfaceType"); \ static_assert(offsetof(GameplayStatics_GetSurfaceType, Hit) == 0x000000, "Member 'GameplayStatics_GetSurfaceType::Hit' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetSurfaceType, ReturnValue) == 0x000088, "Member 'GameplayStatics_GetSurfaceType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetTexturesYetToStream \ static_assert(alignof(GameplayStatics_GetTexturesYetToStream) == 0x000008, "Wrong alignment on GameplayStatics_GetTexturesYetToStream"); \ static_assert(sizeof(GameplayStatics_GetTexturesYetToStream) == 0x000010, "Wrong size on GameplayStatics_GetTexturesYetToStream"); \ static_assert(offsetof(GameplayStatics_GetTexturesYetToStream, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetTexturesYetToStream::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetTexturesYetToStream, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetTexturesYetToStream::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) == 0x000740, "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) == 0x000680, "Member 'GameplayStatics_GetViewProjectionMatrix::ViewMatrix' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ProjectionMatrix) == 0x0006C0, "Member 'GameplayStatics_GetViewProjectionMatrix::ProjectionMatrix' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ViewProjectionMatrix) == 0x000700, "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_SetWorldTimeDilation \ static_assert(alignof(GameplayStatics_SetWorldTimeDilation) == 0x000008, "Wrong alignment on GameplayStatics_SetWorldTimeDilation"); \ static_assert(sizeof(GameplayStatics_SetWorldTimeDilation) == 0x000010, "Wrong size on GameplayStatics_SetWorldTimeDilation"); \ static_assert(offsetof(GameplayStatics_SetWorldTimeDilation, World) == 0x000000, "Member 'GameplayStatics_SetWorldTimeDilation::World' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetWorldTimeDilation, TimeDilation) == 0x000008, "Member 'GameplayStatics_SetWorldTimeDilation::TimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnDecalAtLocation \ static_assert(alignof(GameplayStatics_SpawnDecalAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDecalAtLocation"); \ static_assert(sizeof(GameplayStatics_SpawnDecalAtLocation) == 0x000040, "Wrong size on GameplayStatics_SpawnDecalAtLocation"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDecalAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, DecalMaterial) == 0x000008, "Member 'GameplayStatics_SpawnDecalAtLocation::DecalMaterial' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, DecalSize) == 0x000010, "Member 'GameplayStatics_SpawnDecalAtLocation::DecalSize' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, Location) == 0x00001C, "Member 'GameplayStatics_SpawnDecalAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, Rotation) == 0x000028, "Member 'GameplayStatics_SpawnDecalAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, LifeSpan) == 0x000034, "Member 'GameplayStatics_SpawnDecalAtLocation::LifeSpan' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, ReturnValue) == 0x000038, "Member 'GameplayStatics_SpawnDecalAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnDecalAttached \ static_assert(alignof(GameplayStatics_SpawnDecalAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDecalAttached"); \ static_assert(sizeof(GameplayStatics_SpawnDecalAttached) == 0x000050, "Wrong size on GameplayStatics_SpawnDecalAttached"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, DecalMaterial) == 0x000000, "Member 'GameplayStatics_SpawnDecalAttached::DecalMaterial' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, DecalSize) == 0x000008, "Member 'GameplayStatics_SpawnDecalAttached::DecalSize' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, AttachToComponent) == 0x000018, "Member 'GameplayStatics_SpawnDecalAttached::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, AttachPointName) == 0x000020, "Member 'GameplayStatics_SpawnDecalAttached::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, Location) == 0x000028, "Member 'GameplayStatics_SpawnDecalAttached::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, Rotation) == 0x000034, "Member 'GameplayStatics_SpawnDecalAttached::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, LocationType) == 0x000040, "Member 'GameplayStatics_SpawnDecalAttached::LocationType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, LifeSpan) == 0x000044, "Member 'GameplayStatics_SpawnDecalAttached::LifeSpan' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, ReturnValue) == 0x000048, "Member 'GameplayStatics_SpawnDecalAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogue2D \ static_assert(alignof(GameplayStatics_SpawnDialogue2D) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogue2D"); \ static_assert(sizeof(GameplayStatics_SpawnDialogue2D) == 0x000040, "Wrong size on GameplayStatics_SpawnDialogue2D"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDialogue2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, Dialogue) == 0x000008, "Member 'GameplayStatics_SpawnDialogue2D::Dialogue' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, Context) == 0x000010, "Member 'GameplayStatics_SpawnDialogue2D::Context' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_SpawnDialogue2D::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_SpawnDialogue2D::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, StartTime) == 0x000030, "Member 'GameplayStatics_SpawnDialogue2D::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, bAutoDestroy) == 0x000034, "Member 'GameplayStatics_SpawnDialogue2D::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, ReturnValue) == 0x000038, "Member 'GameplayStatics_SpawnDialogue2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogueAtLocation \ static_assert(alignof(GameplayStatics_SpawnDialogueAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogueAtLocation"); \ static_assert(sizeof(GameplayStatics_SpawnDialogueAtLocation) == 0x000068, "Wrong size on GameplayStatics_SpawnDialogueAtLocation"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDialogueAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Dialogue) == 0x000008, "Member 'GameplayStatics_SpawnDialogueAtLocation::Dialogue' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Context) == 0x000010, "Member 'GameplayStatics_SpawnDialogueAtLocation::Context' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Location) == 0x000028, "Member 'GameplayStatics_SpawnDialogueAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Rotation) == 0x000034, "Member 'GameplayStatics_SpawnDialogueAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, VolumeMultiplier) == 0x000040, "Member 'GameplayStatics_SpawnDialogueAtLocation::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, PitchMultiplier) == 0x000044, "Member 'GameplayStatics_SpawnDialogueAtLocation::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, StartTime) == 0x000048, "Member 'GameplayStatics_SpawnDialogueAtLocation::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, AttenuationSettings) == 0x000050, "Member 'GameplayStatics_SpawnDialogueAtLocation::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, bAutoDestroy) == 0x000058, "Member 'GameplayStatics_SpawnDialogueAtLocation::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, ReturnValue) == 0x000060, "Member 'GameplayStatics_SpawnDialogueAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogueAttached \ static_assert(alignof(GameplayStatics_SpawnDialogueAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogueAttached"); \ static_assert(sizeof(GameplayStatics_SpawnDialogueAttached) == 0x000070, "Wrong size on GameplayStatics_SpawnDialogueAttached"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Dialogue) == 0x000000, "Member 'GameplayStatics_SpawnDialogueAttached::Dialogue' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Context) == 0x000008, "Member 'GameplayStatics_SpawnDialogueAttached::Context' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, AttachToComponent) == 0x000020, "Member 'GameplayStatics_SpawnDialogueAttached::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, AttachPointName) == 0x000028, "Member 'GameplayStatics_SpawnDialogueAttached::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Location) == 0x000030, "Member 'GameplayStatics_SpawnDialogueAttached::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Rotation) == 0x00003C, "Member 'GameplayStatics_SpawnDialogueAttached::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, LocationType) == 0x000048, "Member 'GameplayStatics_SpawnDialogueAttached::LocationType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, bStopWhenAttachedToDestroyed) == 0x000049, "Member 'GameplayStatics_SpawnDialogueAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, VolumeMultiplier) == 0x00004C, "Member 'GameplayStatics_SpawnDialogueAttached::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, PitchMultiplier) == 0x000050, "Member 'GameplayStatics_SpawnDialogueAttached::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, StartTime) == 0x000054, "Member 'GameplayStatics_SpawnDialogueAttached::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, AttenuationSettings) == 0x000058, "Member 'GameplayStatics_SpawnDialogueAttached::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, bAutoDestroy) == 0x000060, "Member 'GameplayStatics_SpawnDialogueAttached::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, ReturnValue) == 0x000068, "Member 'GameplayStatics_SpawnDialogueAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnEmitterAtLocation \ static_assert(alignof(GameplayStatics_SpawnEmitterAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnEmitterAtLocation"); \ static_assert(sizeof(GameplayStatics_SpawnEmitterAtLocation) == 0x000040, "Wrong size on GameplayStatics_SpawnEmitterAtLocation"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnEmitterAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, EmitterTemplate) == 0x000008, "Member 'GameplayStatics_SpawnEmitterAtLocation::EmitterTemplate' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Location) == 0x000010, "Member 'GameplayStatics_SpawnEmitterAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_SpawnEmitterAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Scale) == 0x000028, "Member 'GameplayStatics_SpawnEmitterAtLocation::Scale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, bAutoDestroy) == 0x000034, "Member 'GameplayStatics_SpawnEmitterAtLocation::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, PoolingMethod) == 0x000035, "Member 'GameplayStatics_SpawnEmitterAtLocation::PoolingMethod' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, bAutoActivateSystem) == 0x000036, "Member 'GameplayStatics_SpawnEmitterAtLocation::bAutoActivateSystem' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, ReturnValue) == 0x000038, "Member 'GameplayStatics_SpawnEmitterAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnEmitterAttached \ static_assert(alignof(GameplayStatics_SpawnEmitterAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnEmitterAttached"); \ static_assert(sizeof(GameplayStatics_SpawnEmitterAttached) == 0x000048, "Wrong size on GameplayStatics_SpawnEmitterAttached"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, EmitterTemplate) == 0x000000, "Member 'GameplayStatics_SpawnEmitterAttached::EmitterTemplate' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, AttachToComponent) == 0x000008, "Member 'GameplayStatics_SpawnEmitterAttached::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, AttachPointName) == 0x000010, "Member 'GameplayStatics_SpawnEmitterAttached::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Location) == 0x000018, "Member 'GameplayStatics_SpawnEmitterAttached::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Rotation) == 0x000024, "Member 'GameplayStatics_SpawnEmitterAttached::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Scale) == 0x000030, "Member 'GameplayStatics_SpawnEmitterAttached::Scale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, LocationType) == 0x00003C, "Member 'GameplayStatics_SpawnEmitterAttached::LocationType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, bAutoDestroy) == 0x00003D, "Member 'GameplayStatics_SpawnEmitterAttached::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, PoolingMethod) == 0x00003E, "Member 'GameplayStatics_SpawnEmitterAttached::PoolingMethod' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, bAutoActivate) == 0x00003F, "Member 'GameplayStatics_SpawnEmitterAttached::bAutoActivate' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, ReturnValue) == 0x000040, "Member 'GameplayStatics_SpawnEmitterAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnForceFeedbackAtLocation \ static_assert(alignof(GameplayStatics_SpawnForceFeedbackAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnForceFeedbackAtLocation"); \ static_assert(sizeof(GameplayStatics_SpawnForceFeedbackAtLocation) == 0x000050, "Wrong size on GameplayStatics_SpawnForceFeedbackAtLocation"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, ForceFeedbackEffect) == 0x000008, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, Location) == 0x000010, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, bLooping) == 0x000028, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::bLooping' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, IntensityMultiplier) == 0x00002C, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::IntensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, StartTime) == 0x000030, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, AttenuationSettings) == 0x000038, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, bAutoDestroy) == 0x000040, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, ReturnValue) == 0x000048, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnForceFeedbackAttached \ static_assert(alignof(GameplayStatics_SpawnForceFeedbackAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnForceFeedbackAttached"); \ static_assert(sizeof(GameplayStatics_SpawnForceFeedbackAttached) == 0x000058, "Wrong size on GameplayStatics_SpawnForceFeedbackAttached"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, ForceFeedbackEffect) == 0x000000, "Member 'GameplayStatics_SpawnForceFeedbackAttached::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttachToComponent) == 0x000008, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttachPointName) == 0x000010, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, Location) == 0x000018, "Member 'GameplayStatics_SpawnForceFeedbackAttached::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, Rotation) == 0x000024, "Member 'GameplayStatics_SpawnForceFeedbackAttached::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, LocationType) == 0x000030, "Member 'GameplayStatics_SpawnForceFeedbackAttached::LocationType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bStopWhenAttachedToDestroyed) == 0x000031, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bLooping) == 0x000032, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bLooping' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, IntensityMultiplier) == 0x000034, "Member 'GameplayStatics_SpawnForceFeedbackAttached::IntensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, StartTime) == 0x000038, "Member 'GameplayStatics_SpawnForceFeedbackAttached::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttenuationSettings) == 0x000040, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bAutoDestroy) == 0x000048, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, ReturnValue) == 0x000050, "Member 'GameplayStatics_SpawnForceFeedbackAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnObject \ static_assert(alignof(GameplayStatics_SpawnObject) == 0x000008, "Wrong alignment on GameplayStatics_SpawnObject"); \ static_assert(sizeof(GameplayStatics_SpawnObject) == 0x000018, "Wrong size on GameplayStatics_SpawnObject"); \ static_assert(offsetof(GameplayStatics_SpawnObject, ObjectClass) == 0x000000, "Member 'GameplayStatics_SpawnObject::ObjectClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnObject, Outer_0) == 0x000008, "Member 'GameplayStatics_SpawnObject::Outer_0' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnObject, ReturnValue) == 0x000010, "Member 'GameplayStatics_SpawnObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnSound2D \ static_assert(alignof(GameplayStatics_SpawnSound2D) == 0x000008, "Wrong alignment on GameplayStatics_SpawnSound2D"); \ static_assert(sizeof(GameplayStatics_SpawnSound2D) == 0x000038, "Wrong size on GameplayStatics_SpawnSound2D"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnSound2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, Sound) == 0x000008, "Member 'GameplayStatics_SpawnSound2D::Sound' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, VolumeMultiplier) == 0x000010, "Member 'GameplayStatics_SpawnSound2D::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, PitchMultiplier) == 0x000014, "Member 'GameplayStatics_SpawnSound2D::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, StartTime) == 0x000018, "Member 'GameplayStatics_SpawnSound2D::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, ConcurrencySettings) == 0x000020, "Member 'GameplayStatics_SpawnSound2D::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, bPersistAcrossLevelTransition) == 0x000028, "Member 'GameplayStatics_SpawnSound2D::bPersistAcrossLevelTransition' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, bAutoDestroy) == 0x000029, "Member 'GameplayStatics_SpawnSound2D::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, ReturnValue) == 0x000030, "Member 'GameplayStatics_SpawnSound2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnSoundAtLocation \ static_assert(alignof(GameplayStatics_SpawnSoundAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnSoundAtLocation"); \ static_assert(sizeof(GameplayStatics_SpawnSoundAtLocation) == 0x000058, "Wrong size on GameplayStatics_SpawnSoundAtLocation"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnSoundAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, Sound) == 0x000008, "Member 'GameplayStatics_SpawnSoundAtLocation::Sound' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, Location) == 0x000010, "Member 'GameplayStatics_SpawnSoundAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_SpawnSoundAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_SpawnSoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_SpawnSoundAtLocation::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, StartTime) == 0x000030, "Member 'GameplayStatics_SpawnSoundAtLocation::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, AttenuationSettings) == 0x000038, "Member 'GameplayStatics_SpawnSoundAtLocation::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, ConcurrencySettings) == 0x000040, "Member 'GameplayStatics_SpawnSoundAtLocation::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, bAutoDestroy) == 0x000048, "Member 'GameplayStatics_SpawnSoundAtLocation::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAtLocation, ReturnValue) == 0x000050, "Member 'GameplayStatics_SpawnSoundAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnSoundAttached \ static_assert(alignof(GameplayStatics_SpawnSoundAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnSoundAttached"); \ static_assert(sizeof(GameplayStatics_SpawnSoundAttached) == 0x000060, "Wrong size on GameplayStatics_SpawnSoundAttached"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, Sound) == 0x000000, "Member 'GameplayStatics_SpawnSoundAttached::Sound' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, AttachToComponent) == 0x000008, "Member 'GameplayStatics_SpawnSoundAttached::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, AttachPointName) == 0x000010, "Member 'GameplayStatics_SpawnSoundAttached::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, Location) == 0x000018, "Member 'GameplayStatics_SpawnSoundAttached::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, Rotation) == 0x000024, "Member 'GameplayStatics_SpawnSoundAttached::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, LocationType) == 0x000030, "Member 'GameplayStatics_SpawnSoundAttached::LocationType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, bStopWhenAttachedToDestroyed) == 0x000031, "Member 'GameplayStatics_SpawnSoundAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, VolumeMultiplier) == 0x000034, "Member 'GameplayStatics_SpawnSoundAttached::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, PitchMultiplier) == 0x000038, "Member 'GameplayStatics_SpawnSoundAttached::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, StartTime) == 0x00003C, "Member 'GameplayStatics_SpawnSoundAttached::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, AttenuationSettings) == 0x000040, "Member 'GameplayStatics_SpawnSoundAttached::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, ConcurrencySettings) == 0x000048, "Member 'GameplayStatics_SpawnSoundAttached::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, bAutoDestroy) == 0x000050, "Member 'GameplayStatics_SpawnSoundAttached::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSoundAttached, ReturnValue) == 0x000058, "Member 'GameplayStatics_SpawnSoundAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SuggestProjectileVelocity_CustomArc \ static_assert(alignof(GameplayStatics_SuggestProjectileVelocity_CustomArc) == 0x000008, "Wrong alignment on GameplayStatics_SuggestProjectileVelocity_CustomArc"); \ static_assert(sizeof(GameplayStatics_SuggestProjectileVelocity_CustomArc) == 0x000038, "Wrong size on GameplayStatics_SuggestProjectileVelocity_CustomArc"); \ static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, OutLaunchVelocity) == 0x000008, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::OutLaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, StartPos) == 0x000014, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::StartPos' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, EndPos) == 0x000020, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::EndPos' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, OverrideGravityZ) == 0x00002C, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::OverrideGravityZ' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, ArcParam) == 0x000030, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::ArcParam' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SuggestProjectileVelocity_CustomArc, ReturnValue) == 0x000034, "Member 'GameplayStatics_SuggestProjectileVelocity_CustomArc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_UnloadStreamLevel \ static_assert(alignof(GameplayStatics_UnloadStreamLevel) == 0x000008, "Wrong alignment on GameplayStatics_UnloadStreamLevel"); \ static_assert(sizeof(GameplayStatics_UnloadStreamLevel) == 0x000030, "Wrong size on GameplayStatics_UnloadStreamLevel"); \ static_assert(offsetof(GameplayStatics_UnloadStreamLevel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_UnloadStreamLevel::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_UnloadStreamLevel, LevelName) == 0x000008, "Member 'GameplayStatics_UnloadStreamLevel::LevelName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_UnloadStreamLevel, LatentInfo) == 0x000010, "Member 'GameplayStatics_UnloadStreamLevel::LatentInfo' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_UnloadStreamLevel, bShouldBlockOnUnload) == 0x000028, "Member 'GameplayStatics_UnloadStreamLevel::bShouldBlockOnUnload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_UnloadStreamLevelBySoftObjectPtr \ static_assert(alignof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr) == 0x000008, "Wrong alignment on GameplayStatics_UnloadStreamLevelBySoftObjectPtr"); \ static_assert(sizeof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr) == 0x000050, "Wrong size on GameplayStatics_UnloadStreamLevelBySoftObjectPtr"); \ static_assert(offsetof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr, WorldContextObject) == 0x000000, "Member 'GameplayStatics_UnloadStreamLevelBySoftObjectPtr::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr, Level) == 0x000008, "Member 'GameplayStatics_UnloadStreamLevelBySoftObjectPtr::Level' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr, LatentInfo) == 0x000030, "Member 'GameplayStatics_UnloadStreamLevelBySoftObjectPtr::LatentInfo' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_UnloadStreamLevelBySoftObjectPtr, bShouldBlockOnUnload) == 0x000048, "Member 'GameplayStatics_UnloadStreamLevelBySoftObjectPtr::bShouldBlockOnUnload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_UnRetainAllSoundsInSoundClass \ static_assert(alignof(GameplayStatics_UnRetainAllSoundsInSoundClass) == 0x000008, "Wrong alignment on GameplayStatics_UnRetainAllSoundsInSoundClass"); \ static_assert(sizeof(GameplayStatics_UnRetainAllSoundsInSoundClass) == 0x000008, "Wrong size on GameplayStatics_UnRetainAllSoundsInSoundClass"); \ static_assert(offsetof(GameplayStatics_UnRetainAllSoundsInSoundClass, InSoundClass) == 0x000000, "Member 'GameplayStatics_UnRetainAllSoundsInSoundClass::InSoundClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayStatics \ static_assert(alignof(UGameplayStatics) == 0x000008, "Wrong alignment on UGameplayStatics"); \ static_assert(sizeof(UGameplayStatics) == 0x000028, "Wrong size on UGameplayStatics"); \ #define DUMPER7_ASSERTS_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_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) == 0x000168, "Wrong size on UStaticMesh"); \ static_assert(offsetof(UStaticMesh, MinLOD) == 0x000088, "Member 'UStaticMesh::MinLOD' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, ShadowMinLOD) == 0x00008C, "Member 'UStaticMesh::ShadowMinLOD' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, bCastShadowAsBackfacedMinLOD) == 0x000090, "Member 'UStaticMesh::bCastShadowAsBackfacedMinLOD' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, LpvBiasMultiplier) == 0x000094, "Member 'UStaticMesh::LpvBiasMultiplier' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, StaticMaterials) == 0x000098, "Member 'UStaticMesh::StaticMaterials' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, LightmapUVDensity) == 0x0000A8, "Member 'UStaticMesh::LightmapUVDensity' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, LightMapResolution) == 0x0000AC, "Member 'UStaticMesh::LightMapResolution' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, LightMapCoordinateIndex) == 0x0000B0, "Member 'UStaticMesh::LightMapCoordinateIndex' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, DistanceFieldSelfShadowBias) == 0x0000B4, "Member 'UStaticMesh::DistanceFieldSelfShadowBias' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, BodySetup) == 0x0000B8, "Member 'UStaticMesh::BodySetup' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, LODForCollision) == 0x0000C0, "Member 'UStaticMesh::LODForCollision' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, Sockets) == 0x0000E8, "Member 'UStaticMesh::Sockets' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, PositiveBoundsExtension) == 0x000108, "Member 'UStaticMesh::PositiveBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, NegativeBoundsExtension) == 0x000114, "Member 'UStaticMesh::NegativeBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, ExtendedBounds) == 0x000120, "Member 'UStaticMesh::ExtendedBounds' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, ElementToIgnoreForTexFactor) == 0x00013C, "Member 'UStaticMesh::ElementToIgnoreForTexFactor' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, AssetUserData) == 0x000140, "Member 'UStaticMesh::AssetUserData' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, EditableMesh) == 0x000150, "Member 'UStaticMesh::EditableMesh' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, NavCollision) == 0x000158, "Member 'UStaticMesh::NavCollision' 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_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_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_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_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_UMaterialExpressionTextureSampleParameter2DArray \ static_assert(alignof(UMaterialExpressionTextureSampleParameter2DArray) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter2DArray"); \ static_assert(sizeof(UMaterialExpressionTextureSampleParameter2DArray) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameter2DArray"); \ #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_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_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_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) == 0x000040, "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) == 0x000038, "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) == 0x000040, "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) == 0x000038, "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) == 0x000040, "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) == 0x000038, "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) == 0x000040, "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) == 0x000038, "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_GetActionMappingCollisions \ static_assert(alignof(InputSettings_GetActionMappingCollisions) == 0x000008, "Wrong alignment on InputSettings_GetActionMappingCollisions"); \ static_assert(sizeof(InputSettings_GetActionMappingCollisions) == 0x000058, "Wrong size on InputSettings_GetActionMappingCollisions"); \ static_assert(offsetof(InputSettings_GetActionMappingCollisions, NewActionMapping) == 0x000000, "Member 'InputSettings_GetActionMappingCollisions::NewActionMapping' has a wrong offset!"); \ static_assert(offsetof(InputSettings_GetActionMappingCollisions, OutCollidingActionMappings) == 0x000038, "Member 'InputSettings_GetActionMappingCollisions::OutCollidingActionMappings' has a wrong offset!"); \ static_assert(offsetof(InputSettings_GetActionMappingCollisions, OutCollidingAxisMappings) == 0x000048, "Member 'InputSettings_GetActionMappingCollisions::OutCollidingAxisMappings' 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_GetAxisMappingCollisions \ static_assert(alignof(InputSettings_GetAxisMappingCollisions) == 0x000008, "Wrong alignment on InputSettings_GetAxisMappingCollisions"); \ static_assert(sizeof(InputSettings_GetAxisMappingCollisions) == 0x000058, "Wrong size on InputSettings_GetAxisMappingCollisions"); \ static_assert(offsetof(InputSettings_GetAxisMappingCollisions, NewAxisMapping) == 0x000000, "Member 'InputSettings_GetAxisMappingCollisions::NewAxisMapping' has a wrong offset!"); \ static_assert(offsetof(InputSettings_GetAxisMappingCollisions, OutCollidingActionMappings) == 0x000038, "Member 'InputSettings_GetAxisMappingCollisions::OutCollidingActionMappings' has a wrong offset!"); \ static_assert(offsetof(InputSettings_GetAxisMappingCollisions, OutCollidingAxisMappings) == 0x000048, "Member 'InputSettings_GetAxisMappingCollisions::OutCollidingAxisMappings' 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_InputSettings_IsActionCollidingWithAxis \ static_assert(alignof(InputSettings_IsActionCollidingWithAxis) == 0x000008, "Wrong alignment on InputSettings_IsActionCollidingWithAxis"); \ static_assert(sizeof(InputSettings_IsActionCollidingWithAxis) == 0x000078, "Wrong size on InputSettings_IsActionCollidingWithAxis"); \ static_assert(offsetof(InputSettings_IsActionCollidingWithAxis, ActionMapping) == 0x000000, "Member 'InputSettings_IsActionCollidingWithAxis::ActionMapping' has a wrong offset!"); \ static_assert(offsetof(InputSettings_IsActionCollidingWithAxis, AxisMapping) == 0x000038, "Member 'InputSettings_IsActionCollidingWithAxis::AxisMapping' has a wrong offset!"); \ static_assert(offsetof(InputSettings_IsActionCollidingWithAxis, ReturnValue) == 0x000070, "Member 'InputSettings_IsActionCollidingWithAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputSettings \ static_assert(alignof(UInputSettings) == 0x000008, "Wrong alignment on UInputSettings"); \ static_assert(sizeof(UInputSettings) == 0x000160, "Wrong size on UInputSettings"); \ static_assert(offsetof(UInputSettings, AxisConfig) == 0x000028, "Member 'UInputSettings::AxisConfig' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, bUseAutocorrect) == 0x00003A, "Member 'UInputSettings::bUseAutocorrect' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ExcludedAutocorrectOS) == 0x000040, "Member 'UInputSettings::ExcludedAutocorrectOS' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ExcludedAutocorrectCultures) == 0x000050, "Member 'UInputSettings::ExcludedAutocorrectCultures' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ExcludedAutocorrectDeviceModels) == 0x000060, "Member 'UInputSettings::ExcludedAutocorrectDeviceModels' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DefaultViewportMouseCaptureMode) == 0x000070, "Member 'UInputSettings::DefaultViewportMouseCaptureMode' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DefaultViewportMouseLockMode) == 0x000071, "Member 'UInputSettings::DefaultViewportMouseLockMode' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, FOVScale) == 0x000074, "Member 'UInputSettings::FOVScale' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DoubleClickTime) == 0x000078, "Member 'UInputSettings::DoubleClickTime' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ActionMappings) == 0x000080, "Member 'UInputSettings::ActionMappings' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, AxisMappings) == 0x000090, "Member 'UInputSettings::AxisMappings' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, SpeechMappings) == 0x0000A0, "Member 'UInputSettings::SpeechMappings' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, CollidingGroupsDefinitions) == 0x0000B0, "Member 'UInputSettings::CollidingGroupsDefinitions' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, MappingGroupHeaders) == 0x0000C0, "Member 'UInputSettings::MappingGroupHeaders' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DefaultPlayerInputClass) == 0x0000D0, "Member 'UInputSettings::DefaultPlayerInputClass' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DefaultInputComponentClass) == 0x0000F8, "Member 'UInputSettings::DefaultInputComponentClass' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DefaultTouchInterface) == 0x000120, "Member 'UInputSettings::DefaultTouchInterface' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ConsoleKey) == 0x000138, "Member 'UInputSettings::ConsoleKey' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ConsoleKeys) == 0x000150, "Member 'UInputSettings::ConsoleKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputVectorAxisDelegateBinding \ static_assert(alignof(UInputVectorAxisDelegateBinding) == 0x000008, "Wrong alignment on UInputVectorAxisDelegateBinding"); \ static_assert(sizeof(UInputVectorAxisDelegateBinding) == 0x000038, "Wrong size on UInputVectorAxisDelegateBinding"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVertexTangentWS \ static_assert(alignof(UMaterialExpressionVertexTangentWS) == 0x000008, "Wrong alignment on UMaterialExpressionVertexTangentWS"); \ static_assert(sizeof(UMaterialExpressionVertexTangentWS) == 0x000040, "Wrong size on UMaterialExpressionVertexTangentWS"); \ #define DUMPER7_ASSERTS_IInterface_ActorSubobject \ static_assert(alignof(IInterface_ActorSubobject) == 0x000001, "Wrong alignment on IInterface_ActorSubobject"); \ static_assert(sizeof(IInterface_ActorSubobject) == 0x000001, "Wrong size on IInterface_ActorSubobject"); \ #define DUMPER7_ASSERTS_IBoneReferenceSkeletonProvider \ static_assert(alignof(IBoneReferenceSkeletonProvider) == 0x000001, "Wrong alignment on IBoneReferenceSkeletonProvider"); \ static_assert(sizeof(IBoneReferenceSkeletonProvider) == 0x000001, "Wrong size on IBoneReferenceSkeletonProvider"); \ #define DUMPER7_ASSERTS_IInterface_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_UParticleModuleLifetimeBase \ static_assert(alignof(UParticleModuleLifetimeBase) == 0x000008, "Wrong alignment on UParticleModuleLifetimeBase"); \ static_assert(sizeof(UParticleModuleLifetimeBase) == 0x000030, "Wrong size on UParticleModuleLifetimeBase"); \ #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_UParticleModuleBeamBase \ static_assert(alignof(UParticleModuleBeamBase) == 0x000008, "Wrong alignment on UParticleModuleBeamBase"); \ static_assert(sizeof(UParticleModuleBeamBase) == 0x000030, "Wrong size on UParticleModuleBeamBase"); \ #define DUMPER7_ASSERTS_UParticleModuleBeamTarget \ static_assert(alignof(UParticleModuleBeamTarget) == 0x000008, "Wrong alignment on UParticleModuleBeamTarget"); \ static_assert(sizeof(UParticleModuleBeamTarget) == 0x000120, "Wrong size on UParticleModuleBeamTarget"); \ static_assert(offsetof(UParticleModuleBeamTarget, TargetMethod) == 0x000030, "Member 'UParticleModuleBeamTarget::TargetMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamTarget, TargetName) == 0x000034, "Member 'UParticleModuleBeamTarget::TargetName' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamTarget, Target) == 0x000040, "Member 'UParticleModuleBeamTarget::Target' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamTarget, TargetTangentMethod) == 0x00008C, "Member 'UParticleModuleBeamTarget::TargetTangentMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamTarget, TargetTangent) == 0x000090, "Member 'UParticleModuleBeamTarget::TargetTangent' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamTarget, TargetStrength) == 0x0000E0, "Member 'UParticleModuleBeamTarget::TargetStrength' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamTarget, LockRadius) == 0x000114, "Member 'UParticleModuleBeamTarget::LockRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_UInterpGroupInstDirector \ static_assert(alignof(UInterpGroupInstDirector) == 0x000008, "Wrong alignment on UInterpGroupInstDirector"); \ static_assert(sizeof(UInterpGroupInstDirector) == 0x000048, "Wrong size on UInterpGroupInstDirector"); \ #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_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_UInterpTrackAudioMaster \ static_assert(alignof(UInterpTrackAudioMaster) == 0x000008, "Wrong alignment on UInterpTrackAudioMaster"); \ static_assert(sizeof(UInterpTrackAudioMaster) == 0x000090, "Wrong size on UInterpTrackAudioMaster"); \ #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_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_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_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_APainCausingVolume \ static_assert(alignof(APainCausingVolume) == 0x000008, "Wrong alignment on APainCausingVolume"); \ static_assert(sizeof(APainCausingVolume) == 0x0002B8, "Wrong size on APainCausingVolume"); \ static_assert(offsetof(APainCausingVolume, DamagePerSec) == 0x000294, "Member 'APainCausingVolume::DamagePerSec' has a wrong offset!"); \ static_assert(offsetof(APainCausingVolume, DamageType) == 0x000298, "Member 'APainCausingVolume::DamageType' has a wrong offset!"); \ static_assert(offsetof(APainCausingVolume, PainInterval) == 0x0002A0, "Member 'APainCausingVolume::PainInterval' has a wrong offset!"); \ static_assert(offsetof(APainCausingVolume, DamageInstigator) == 0x0002A8, "Member 'APainCausingVolume::DamageInstigator' 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_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_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_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_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_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_UInterpTrackInstFade \ static_assert(alignof(UInterpTrackInstFade) == 0x000008, "Wrong alignment on UInterpTrackInstFade"); \ static_assert(sizeof(UInterpTrackInstFade) == 0x000028, "Wrong size on UInterpTrackInstFade"); \ #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_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_UParticleModuleCollisionBase \ static_assert(alignof(UParticleModuleCollisionBase) == 0x000008, "Wrong alignment on UParticleModuleCollisionBase"); \ static_assert(sizeof(UParticleModuleCollisionBase) == 0x000030, "Wrong size on UParticleModuleCollisionBase"); \ #define DUMPER7_ASSERTS_UParticleModuleCollision \ static_assert(alignof(UParticleModuleCollision) == 0x000008, "Wrong alignment on UParticleModuleCollision"); \ static_assert(sizeof(UParticleModuleCollision) == 0x000190, "Wrong size on UParticleModuleCollision"); \ static_assert(offsetof(UParticleModuleCollision, DampingFactor) == 0x000030, "Member 'UParticleModuleCollision::DampingFactor' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, DampingFactorRotation) == 0x000078, "Member 'UParticleModuleCollision::DampingFactorRotation' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, MaxCollisions) == 0x0000C0, "Member 'UParticleModuleCollision::MaxCollisions' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, CollisionCompletionOption) == 0x0000F0, "Member 'UParticleModuleCollision::CollisionCompletionOption' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, CollisionTypes) == 0x0000F8, "Member 'UParticleModuleCollision::CollisionTypes' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, ParticleMass) == 0x000118, "Member 'UParticleModuleCollision::ParticleMass' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, DirScalar) == 0x000148, "Member 'UParticleModuleCollision::DirScalar' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, VerticalFudgeFactor) == 0x000150, "Member 'UParticleModuleCollision::VerticalFudgeFactor' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, DelayAmount) == 0x000158, "Member 'UParticleModuleCollision::DelayAmount' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCollision, MaxCollisionDistance) == 0x00018C, "Member 'UParticleModuleCollision::MaxCollisionDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_UParticleModuleEventBase \ static_assert(alignof(UParticleModuleEventBase) == 0x000008, "Wrong alignment on UParticleModuleEventBase"); \ static_assert(sizeof(UParticleModuleEventBase) == 0x000030, "Wrong size on UParticleModuleEventBase"); \ #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_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_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_UMaterialExpressionLightVector \ static_assert(alignof(UMaterialExpressionLightVector) == 0x000008, "Wrong alignment on UMaterialExpressionLightVector"); \ static_assert(sizeof(UMaterialExpressionLightVector) == 0x000040, "Wrong size on UMaterialExpressionLightVector"); \ #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_ShuffleFromStream \ static_assert(alignof(KismetArrayLibrary_Array_ShuffleFromStream) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_ShuffleFromStream"); \ static_assert(sizeof(KismetArrayLibrary_Array_ShuffleFromStream) == 0x000018, "Wrong size on KismetArrayLibrary_Array_ShuffleFromStream"); \ static_assert(offsetof(KismetArrayLibrary_Array_ShuffleFromStream, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_ShuffleFromStream::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_ShuffleFromStream, RandomStream) == 0x000010, "Member 'KismetArrayLibrary_Array_ShuffleFromStream::RandomStream' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_Array_Swap \ static_assert(alignof(KismetArrayLibrary_Array_Swap) == 0x000008, "Wrong alignment on KismetArrayLibrary_Array_Swap"); \ static_assert(sizeof(KismetArrayLibrary_Array_Swap) == 0x000018, "Wrong size on KismetArrayLibrary_Array_Swap"); \ static_assert(offsetof(KismetArrayLibrary_Array_Swap, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_Array_Swap::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Swap, FirstIndex) == 0x000010, "Member 'KismetArrayLibrary_Array_Swap::FirstIndex' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_Array_Swap, SecondIndex) == 0x000014, "Member 'KismetArrayLibrary_Array_Swap::SecondIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_FilterArray \ static_assert(alignof(KismetArrayLibrary_FilterArray) == 0x000008, "Wrong alignment on KismetArrayLibrary_FilterArray"); \ static_assert(sizeof(KismetArrayLibrary_FilterArray) == 0x000028, "Wrong size on KismetArrayLibrary_FilterArray"); \ static_assert(offsetof(KismetArrayLibrary_FilterArray, TargetArray) == 0x000000, "Member 'KismetArrayLibrary_FilterArray::TargetArray' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_FilterArray, FilterClass) == 0x000010, "Member 'KismetArrayLibrary_FilterArray::FilterClass' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_FilterArray, FilteredArray) == 0x000018, "Member 'KismetArrayLibrary_FilterArray::FilteredArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetArrayLibrary_SetArrayPropertyByName \ static_assert(alignof(KismetArrayLibrary_SetArrayPropertyByName) == 0x000008, "Wrong alignment on KismetArrayLibrary_SetArrayPropertyByName"); \ static_assert(sizeof(KismetArrayLibrary_SetArrayPropertyByName) == 0x000020, "Wrong size on KismetArrayLibrary_SetArrayPropertyByName"); \ static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, Object) == 0x000000, "Member 'KismetArrayLibrary_SetArrayPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, PropertyName) == 0x000008, "Member 'KismetArrayLibrary_SetArrayPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetArrayLibrary_SetArrayPropertyByName, Value) == 0x000010, "Member 'KismetArrayLibrary_SetArrayPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetArrayLibrary \ static_assert(alignof(UKismetArrayLibrary) == 0x000008, "Wrong alignment on UKismetArrayLibrary"); \ static_assert(sizeof(UKismetArrayLibrary) == 0x000028, "Wrong size on UKismetArrayLibrary"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_Conv_GuidToString \ static_assert(alignof(KismetGuidLibrary_Conv_GuidToString) == 0x000008, "Wrong alignment on KismetGuidLibrary_Conv_GuidToString"); \ static_assert(sizeof(KismetGuidLibrary_Conv_GuidToString) == 0x000020, "Wrong size on KismetGuidLibrary_Conv_GuidToString"); \ static_assert(offsetof(KismetGuidLibrary_Conv_GuidToString, InGuid) == 0x000000, "Member 'KismetGuidLibrary_Conv_GuidToString::InGuid' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_Conv_GuidToString, ReturnValue) == 0x000010, "Member 'KismetGuidLibrary_Conv_GuidToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_EqualEqual_GuidGuid \ static_assert(alignof(KismetGuidLibrary_EqualEqual_GuidGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_EqualEqual_GuidGuid"); \ static_assert(sizeof(KismetGuidLibrary_EqualEqual_GuidGuid) == 0x000024, "Wrong size on KismetGuidLibrary_EqualEqual_GuidGuid"); \ static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, A) == 0x000000, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::A' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, b) == 0x000010, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::b' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, ReturnValue) == 0x000020, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_Invalidate_Guid \ static_assert(alignof(KismetGuidLibrary_Invalidate_Guid) == 0x000004, "Wrong alignment on KismetGuidLibrary_Invalidate_Guid"); \ static_assert(sizeof(KismetGuidLibrary_Invalidate_Guid) == 0x000010, "Wrong size on KismetGuidLibrary_Invalidate_Guid"); \ static_assert(offsetof(KismetGuidLibrary_Invalidate_Guid, InGuid) == 0x000000, "Member 'KismetGuidLibrary_Invalidate_Guid::InGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_IsValid_Guid \ static_assert(alignof(KismetGuidLibrary_IsValid_Guid) == 0x000004, "Wrong alignment on KismetGuidLibrary_IsValid_Guid"); \ static_assert(sizeof(KismetGuidLibrary_IsValid_Guid) == 0x000014, "Wrong size on KismetGuidLibrary_IsValid_Guid"); \ static_assert(offsetof(KismetGuidLibrary_IsValid_Guid, InGuid) == 0x000000, "Member 'KismetGuidLibrary_IsValid_Guid::InGuid' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_IsValid_Guid, ReturnValue) == 0x000010, "Member 'KismetGuidLibrary_IsValid_Guid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_NewGuid \ static_assert(alignof(KismetGuidLibrary_NewGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_NewGuid"); \ static_assert(sizeof(KismetGuidLibrary_NewGuid) == 0x000010, "Wrong size on KismetGuidLibrary_NewGuid"); \ static_assert(offsetof(KismetGuidLibrary_NewGuid, ReturnValue) == 0x000000, "Member 'KismetGuidLibrary_NewGuid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_NotEqual_GuidGuid \ static_assert(alignof(KismetGuidLibrary_NotEqual_GuidGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_NotEqual_GuidGuid"); \ static_assert(sizeof(KismetGuidLibrary_NotEqual_GuidGuid) == 0x000024, "Wrong size on KismetGuidLibrary_NotEqual_GuidGuid"); \ static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, A) == 0x000000, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::A' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, b) == 0x000010, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::b' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, ReturnValue) == 0x000020, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_Parse_StringToGuid \ static_assert(alignof(KismetGuidLibrary_Parse_StringToGuid) == 0x000008, "Wrong alignment on KismetGuidLibrary_Parse_StringToGuid"); \ static_assert(sizeof(KismetGuidLibrary_Parse_StringToGuid) == 0x000028, "Wrong size on KismetGuidLibrary_Parse_StringToGuid"); \ static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, GuidString) == 0x000000, "Member 'KismetGuidLibrary_Parse_StringToGuid::GuidString' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, OutGuid) == 0x000010, "Member 'KismetGuidLibrary_Parse_StringToGuid::OutGuid' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, Success) == 0x000020, "Member 'KismetGuidLibrary_Parse_StringToGuid::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetGuidLibrary \ static_assert(alignof(UKismetGuidLibrary) == 0x000008, "Wrong alignment on UKismetGuidLibrary"); \ static_assert(sizeof(UKismetGuidLibrary) == 0x000028, "Wrong size on UKismetGuidLibrary"); \ #define DUMPER7_ASSERTS_UMaterialExpressionParticleDirection \ static_assert(alignof(UMaterialExpressionParticleDirection) == 0x000008, "Wrong alignment on UMaterialExpressionParticleDirection"); \ static_assert(sizeof(UMaterialExpressionParticleDirection) == 0x000040, "Wrong size on UMaterialExpressionParticleDirection"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_EqualEqual_InputChordInputChord \ static_assert(alignof(KismetInputLibrary_EqualEqual_InputChordInputChord) == 0x000008, "Wrong alignment on KismetInputLibrary_EqualEqual_InputChordInputChord"); \ static_assert(sizeof(KismetInputLibrary_EqualEqual_InputChordInputChord) == 0x000048, "Wrong size on KismetInputLibrary_EqualEqual_InputChordInputChord"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_InputChordInputChord, A) == 0x000000, "Member 'KismetInputLibrary_EqualEqual_InputChordInputChord::A' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_InputChordInputChord, b) == 0x000020, "Member 'KismetInputLibrary_EqualEqual_InputChordInputChord::b' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_InputChordInputChord, ReturnValue) == 0x000040, "Member 'KismetInputLibrary_EqualEqual_InputChordInputChord::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_EqualEqual_KeyKey \ static_assert(alignof(KismetInputLibrary_EqualEqual_KeyKey) == 0x000008, "Wrong alignment on KismetInputLibrary_EqualEqual_KeyKey"); \ static_assert(sizeof(KismetInputLibrary_EqualEqual_KeyKey) == 0x000038, "Wrong size on KismetInputLibrary_EqualEqual_KeyKey"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_KeyKey, A) == 0x000000, "Member 'KismetInputLibrary_EqualEqual_KeyKey::A' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_KeyKey, b) == 0x000018, "Member 'KismetInputLibrary_EqualEqual_KeyKey::b' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_KeyKey, ReturnValue) == 0x000030, "Member 'KismetInputLibrary_EqualEqual_KeyKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_GetAnalogValue \ static_assert(alignof(KismetInputLibrary_GetAnalogValue) == 0x000008, "Wrong alignment on KismetInputLibrary_GetAnalogValue"); \ static_assert(sizeof(KismetInputLibrary_GetAnalogValue) == 0x000048, "Wrong size on KismetInputLibrary_GetAnalogValue"); \ static_assert(offsetof(KismetInputLibrary_GetAnalogValue, Input) == 0x000000, "Member 'KismetInputLibrary_GetAnalogValue::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_GetAnalogValue, ReturnValue) == 0x000040, "Member 'KismetInputLibrary_GetAnalogValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_GetKey \ static_assert(alignof(KismetInputLibrary_GetKey) == 0x000008, "Wrong alignment on KismetInputLibrary_GetKey"); \ static_assert(sizeof(KismetInputLibrary_GetKey) == 0x000050, "Wrong size on KismetInputLibrary_GetKey"); \ static_assert(offsetof(KismetInputLibrary_GetKey, Input) == 0x000000, "Member 'KismetInputLibrary_GetKey::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_GetKey, ReturnValue) == 0x000038, "Member 'KismetInputLibrary_GetKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_GetUserIndex \ static_assert(alignof(KismetInputLibrary_GetUserIndex) == 0x000008, "Wrong alignment on KismetInputLibrary_GetUserIndex"); \ static_assert(sizeof(KismetInputLibrary_GetUserIndex) == 0x000040, "Wrong size on KismetInputLibrary_GetUserIndex"); \ static_assert(offsetof(KismetInputLibrary_GetUserIndex, Input) == 0x000000, "Member 'KismetInputLibrary_GetUserIndex::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_GetUserIndex, ReturnValue) == 0x000038, "Member 'KismetInputLibrary_GetUserIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputChord_GetDisplayName \ static_assert(alignof(KismetInputLibrary_InputChord_GetDisplayName) == 0x000008, "Wrong alignment on KismetInputLibrary_InputChord_GetDisplayName"); \ static_assert(sizeof(KismetInputLibrary_InputChord_GetDisplayName) == 0x000038, "Wrong size on KismetInputLibrary_InputChord_GetDisplayName"); \ static_assert(offsetof(KismetInputLibrary_InputChord_GetDisplayName, Key) == 0x000000, "Member 'KismetInputLibrary_InputChord_GetDisplayName::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputChord_GetDisplayName, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_InputChord_GetDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsAltDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsAltDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsAltDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsAltDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsAltDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsAltDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsAltDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsAltDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsAltDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsCommandDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsCommandDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsCommandDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsCommandDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsCommandDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsCommandDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsCommandDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsCommandDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsCommandDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsControlDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsControlDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsControlDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsControlDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsControlDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsControlDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsControlDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsControlDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsControlDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftAltDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftAltDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftAltDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftAltDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsLeftAltDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftAltDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftAltDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftAltDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsLeftAltDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftCommandDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftCommandDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftCommandDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftCommandDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsLeftCommandDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftCommandDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftCommandDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftCommandDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsLeftCommandDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftControlDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftControlDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftControlDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftControlDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsLeftControlDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftControlDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftControlDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftControlDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsLeftControlDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftShiftDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftShiftDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftShiftDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftShiftDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsLeftShiftDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftShiftDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftShiftDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftShiftDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsLeftShiftDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRepeat \ static_assert(alignof(KismetInputLibrary_InputEvent_IsRepeat) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRepeat"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsRepeat) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRepeat"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRepeat, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRepeat::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRepeat, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRepeat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightAltDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsRightAltDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightAltDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightAltDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRightAltDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightAltDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightAltDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightAltDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRightAltDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightCommandDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsRightCommandDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightCommandDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightCommandDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRightCommandDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightCommandDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightCommandDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightCommandDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRightCommandDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightControlDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsRightControlDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightControlDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightControlDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRightControlDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightControlDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightControlDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightControlDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRightControlDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightShiftDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsRightShiftDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightShiftDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightShiftDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRightShiftDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightShiftDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightShiftDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightShiftDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRightShiftDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsShiftDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsShiftDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsShiftDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsShiftDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsShiftDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsShiftDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsShiftDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsShiftDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsShiftDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetDisplayName \ static_assert(alignof(KismetInputLibrary_Key_GetDisplayName) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetDisplayName"); \ static_assert(sizeof(KismetInputLibrary_Key_GetDisplayName) == 0x000030, "Wrong size on KismetInputLibrary_Key_GetDisplayName"); \ static_assert(offsetof(KismetInputLibrary_Key_GetDisplayName, Key) == 0x000000, "Member 'KismetInputLibrary_Key_GetDisplayName::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_GetDisplayName, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_GetDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationAction \ static_assert(alignof(KismetInputLibrary_Key_GetNavigationAction) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetNavigationAction"); \ static_assert(sizeof(KismetInputLibrary_Key_GetNavigationAction) == 0x000020, "Wrong size on KismetInputLibrary_Key_GetNavigationAction"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationAction, InKey) == 0x000000, "Member 'KismetInputLibrary_Key_GetNavigationAction::InKey' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationAction, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_GetNavigationAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationActionFromKey \ static_assert(alignof(KismetInputLibrary_Key_GetNavigationActionFromKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetNavigationActionFromKey"); \ static_assert(sizeof(KismetInputLibrary_Key_GetNavigationActionFromKey) == 0x000040, "Wrong size on KismetInputLibrary_Key_GetNavigationActionFromKey"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationActionFromKey, InKeyEvent) == 0x000000, "Member 'KismetInputLibrary_Key_GetNavigationActionFromKey::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationActionFromKey, ReturnValue) == 0x000038, "Member 'KismetInputLibrary_Key_GetNavigationActionFromKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationDirectionFromAnalog \ static_assert(alignof(KismetInputLibrary_Key_GetNavigationDirectionFromAnalog) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetNavigationDirectionFromAnalog"); \ static_assert(sizeof(KismetInputLibrary_Key_GetNavigationDirectionFromAnalog) == 0x000048, "Wrong size on KismetInputLibrary_Key_GetNavigationDirectionFromAnalog"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationDirectionFromAnalog, InAnalogEvent) == 0x000000, "Member 'KismetInputLibrary_Key_GetNavigationDirectionFromAnalog::InAnalogEvent' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationDirectionFromAnalog, ReturnValue) == 0x000040, "Member 'KismetInputLibrary_Key_GetNavigationDirectionFromAnalog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationDirectionFromKey \ static_assert(alignof(KismetInputLibrary_Key_GetNavigationDirectionFromKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetNavigationDirectionFromKey"); \ static_assert(sizeof(KismetInputLibrary_Key_GetNavigationDirectionFromKey) == 0x000040, "Wrong size on KismetInputLibrary_Key_GetNavigationDirectionFromKey"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationDirectionFromKey, InKeyEvent) == 0x000000, "Member 'KismetInputLibrary_Key_GetNavigationDirectionFromKey::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationDirectionFromKey, ReturnValue) == 0x000038, "Member 'KismetInputLibrary_Key_GetNavigationDirectionFromKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAnalog \ static_assert(alignof(KismetInputLibrary_Key_IsAnalog) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsAnalog"); \ static_assert(sizeof(KismetInputLibrary_Key_IsAnalog) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsAnalog"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAnalog, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsAnalog::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAnalog, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsAnalog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAxis1D \ static_assert(alignof(KismetInputLibrary_Key_IsAxis1D) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsAxis1D"); \ static_assert(sizeof(KismetInputLibrary_Key_IsAxis1D) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsAxis1D"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis1D, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsAxis1D::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis1D, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsAxis1D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAxis2D \ static_assert(alignof(KismetInputLibrary_Key_IsAxis2D) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsAxis2D"); \ static_assert(sizeof(KismetInputLibrary_Key_IsAxis2D) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsAxis2D"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis2D, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsAxis2D::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis2D, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsAxis2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAxis3D \ static_assert(alignof(KismetInputLibrary_Key_IsAxis3D) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsAxis3D"); \ static_assert(sizeof(KismetInputLibrary_Key_IsAxis3D) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsAxis3D"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis3D, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsAxis3D::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis3D, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsAxis3D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsButtonAxis \ static_assert(alignof(KismetInputLibrary_Key_IsButtonAxis) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsButtonAxis"); \ static_assert(sizeof(KismetInputLibrary_Key_IsButtonAxis) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsButtonAxis"); \ static_assert(offsetof(KismetInputLibrary_Key_IsButtonAxis, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsButtonAxis::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsButtonAxis, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsButtonAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsDigital \ static_assert(alignof(KismetInputLibrary_Key_IsDigital) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsDigital"); \ static_assert(sizeof(KismetInputLibrary_Key_IsDigital) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsDigital"); \ static_assert(offsetof(KismetInputLibrary_Key_IsDigital, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsDigital::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsDigital, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsDigital::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsGamepadKey \ static_assert(alignof(KismetInputLibrary_Key_IsGamepadKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsGamepadKey"); \ static_assert(sizeof(KismetInputLibrary_Key_IsGamepadKey) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsGamepadKey"); \ static_assert(offsetof(KismetInputLibrary_Key_IsGamepadKey, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsGamepadKey::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsGamepadKey, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsGamepadKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsKeyboardKey \ static_assert(alignof(KismetInputLibrary_Key_IsKeyboardKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsKeyboardKey"); \ static_assert(sizeof(KismetInputLibrary_Key_IsKeyboardKey) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsKeyboardKey"); \ static_assert(offsetof(KismetInputLibrary_Key_IsKeyboardKey, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsKeyboardKey::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsKeyboardKey, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsKeyboardKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsModifierKey \ static_assert(alignof(KismetInputLibrary_Key_IsModifierKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsModifierKey"); \ static_assert(sizeof(KismetInputLibrary_Key_IsModifierKey) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsModifierKey"); \ static_assert(offsetof(KismetInputLibrary_Key_IsModifierKey, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsModifierKey::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsModifierKey, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsModifierKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsMouseButton \ static_assert(alignof(KismetInputLibrary_Key_IsMouseButton) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsMouseButton"); \ static_assert(sizeof(KismetInputLibrary_Key_IsMouseButton) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsMouseButton"); \ static_assert(offsetof(KismetInputLibrary_Key_IsMouseButton, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsMouseButton::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsMouseButton, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsMouseButton::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsValid \ static_assert(alignof(KismetInputLibrary_Key_IsValid) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsValid"); \ static_assert(sizeof(KismetInputLibrary_Key_IsValid) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsValid"); \ static_assert(offsetof(KismetInputLibrary_Key_IsValid, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsValid::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsValid, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsVectorAxis \ static_assert(alignof(KismetInputLibrary_Key_IsVectorAxis) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsVectorAxis"); \ static_assert(sizeof(KismetInputLibrary_Key_IsVectorAxis) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsVectorAxis"); \ static_assert(offsetof(KismetInputLibrary_Key_IsVectorAxis, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsVectorAxis::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsVectorAxis, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsVectorAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetCursorDelta \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetCursorDelta) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetCursorDelta"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetCursorDelta) == 0x000078, "Wrong size on KismetInputLibrary_PointerEvent_GetCursorDelta"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetCursorDelta, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetCursorDelta::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetCursorDelta, ReturnValue) == 0x000070, "Member 'KismetInputLibrary_PointerEvent_GetCursorDelta::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetEffectingButton \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetEffectingButton) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetEffectingButton"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetEffectingButton) == 0x000088, "Wrong size on KismetInputLibrary_PointerEvent_GetEffectingButton"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetEffectingButton, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetEffectingButton::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetEffectingButton, ReturnValue) == 0x000070, "Member 'KismetInputLibrary_PointerEvent_GetEffectingButton::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetGestureDelta \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetGestureDelta) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetGestureDelta"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetGestureDelta) == 0x000078, "Wrong size on KismetInputLibrary_PointerEvent_GetGestureDelta"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetGestureDelta, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetGestureDelta::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetGestureDelta, ReturnValue) == 0x000070, "Member 'KismetInputLibrary_PointerEvent_GetGestureDelta::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetGestureType \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetGestureType) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetGestureType"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetGestureType) == 0x000078, "Wrong size on KismetInputLibrary_PointerEvent_GetGestureType"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetGestureType, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetGestureType::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetGestureType, ReturnValue) == 0x000070, "Member 'KismetInputLibrary_PointerEvent_GetGestureType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition) == 0x000078, "Wrong size on KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition, ReturnValue) == 0x000070, "Member 'KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetPointerIndex \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetPointerIndex) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetPointerIndex"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetPointerIndex) == 0x000078, "Wrong size on KismetInputLibrary_PointerEvent_GetPointerIndex"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetPointerIndex, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetPointerIndex::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetPointerIndex, ReturnValue) == 0x000070, "Member 'KismetInputLibrary_PointerEvent_GetPointerIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetScreenSpacePosition \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetScreenSpacePosition) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetScreenSpacePosition"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetScreenSpacePosition) == 0x000078, "Wrong size on KismetInputLibrary_PointerEvent_GetScreenSpacePosition"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetScreenSpacePosition, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetScreenSpacePosition::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetScreenSpacePosition, ReturnValue) == 0x000070, "Member 'KismetInputLibrary_PointerEvent_GetScreenSpacePosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetTouchpadIndex \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetTouchpadIndex) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetTouchpadIndex"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetTouchpadIndex) == 0x000078, "Wrong size on KismetInputLibrary_PointerEvent_GetTouchpadIndex"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetTouchpadIndex, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetTouchpadIndex::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetTouchpadIndex, ReturnValue) == 0x000070, "Member 'KismetInputLibrary_PointerEvent_GetTouchpadIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetUserIndex \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetUserIndex) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetUserIndex"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetUserIndex) == 0x000078, "Wrong size on KismetInputLibrary_PointerEvent_GetUserIndex"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetUserIndex, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetUserIndex::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetUserIndex, ReturnValue) == 0x000070, "Member 'KismetInputLibrary_PointerEvent_GetUserIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetWheelDelta \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetWheelDelta) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetWheelDelta"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetWheelDelta) == 0x000078, "Wrong size on KismetInputLibrary_PointerEvent_GetWheelDelta"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetWheelDelta, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetWheelDelta::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetWheelDelta, ReturnValue) == 0x000070, "Member 'KismetInputLibrary_PointerEvent_GetWheelDelta::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_IsMouseButtonDown \ static_assert(alignof(KismetInputLibrary_PointerEvent_IsMouseButtonDown) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_IsMouseButtonDown"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_IsMouseButtonDown) == 0x000090, "Wrong size on KismetInputLibrary_PointerEvent_IsMouseButtonDown"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_IsMouseButtonDown, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_IsMouseButtonDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_IsMouseButtonDown, MouseButton) == 0x000070, "Member 'KismetInputLibrary_PointerEvent_IsMouseButtonDown::MouseButton' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_IsMouseButtonDown, ReturnValue) == 0x000088, "Member 'KismetInputLibrary_PointerEvent_IsMouseButtonDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_IsTouchEvent \ static_assert(alignof(KismetInputLibrary_PointerEvent_IsTouchEvent) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_IsTouchEvent"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_IsTouchEvent) == 0x000078, "Wrong size on KismetInputLibrary_PointerEvent_IsTouchEvent"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_IsTouchEvent, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_IsTouchEvent::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_IsTouchEvent, ReturnValue) == 0x000070, "Member 'KismetInputLibrary_PointerEvent_IsTouchEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetInputLibrary \ static_assert(alignof(UKismetInputLibrary) == 0x000008, "Wrong alignment on UKismetInputLibrary"); \ static_assert(sizeof(UKismetInputLibrary) == 0x000028, "Wrong size on UKismetInputLibrary"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture \ static_assert(alignof(KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture) == 0x000004, "Wrong alignment on KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture"); \ static_assert(sizeof(KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture) == 0x00000C, "Wrong size on KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture"); \ static_assert(offsetof(KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture, AssetGroup) == 0x000000, "Member 'KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture::AssetGroup' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture, SaveToConfig) == 0x000008, "Member 'KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture::SaveToConfig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCultureDisplayName \ static_assert(alignof(KismetInternationalizationLibrary_GetCultureDisplayName) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCultureDisplayName"); \ static_assert(sizeof(KismetInternationalizationLibrary_GetCultureDisplayName) == 0x000028, "Wrong size on KismetInternationalizationLibrary_GetCultureDisplayName"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetCultureDisplayName, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCultureDisplayName::Culture' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetCultureDisplayName, Localized) == 0x000010, "Member 'KismetInternationalizationLibrary_GetCultureDisplayName::Localized' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetCultureDisplayName, ReturnValue) == 0x000018, "Member 'KismetInternationalizationLibrary_GetCultureDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentAssetGroupCulture \ static_assert(alignof(KismetInternationalizationLibrary_GetCurrentAssetGroupCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCurrentAssetGroupCulture"); \ static_assert(sizeof(KismetInternationalizationLibrary_GetCurrentAssetGroupCulture) == 0x000018, "Wrong size on KismetInternationalizationLibrary_GetCurrentAssetGroupCulture"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentAssetGroupCulture, AssetGroup) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCurrentAssetGroupCulture::AssetGroup' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentAssetGroupCulture, ReturnValue) == 0x000008, "Member 'KismetInternationalizationLibrary_GetCurrentAssetGroupCulture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentCulture \ static_assert(alignof(KismetInternationalizationLibrary_GetCurrentCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCurrentCulture"); \ static_assert(sizeof(KismetInternationalizationLibrary_GetCurrentCulture) == 0x000010, "Wrong size on KismetInternationalizationLibrary_GetCurrentCulture"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentCulture, ReturnValue) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCurrentCulture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentLanguage \ static_assert(alignof(KismetInternationalizationLibrary_GetCurrentLanguage) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCurrentLanguage"); \ static_assert(sizeof(KismetInternationalizationLibrary_GetCurrentLanguage) == 0x000010, "Wrong size on KismetInternationalizationLibrary_GetCurrentLanguage"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentLanguage, ReturnValue) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCurrentLanguage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentLocale \ static_assert(alignof(KismetInternationalizationLibrary_GetCurrentLocale) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCurrentLocale"); \ static_assert(sizeof(KismetInternationalizationLibrary_GetCurrentLocale) == 0x000010, "Wrong size on KismetInternationalizationLibrary_GetCurrentLocale"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentLocale, ReturnValue) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCurrentLocale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetLocalizedCultures \ static_assert(alignof(KismetInternationalizationLibrary_GetLocalizedCultures) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetLocalizedCultures"); \ static_assert(sizeof(KismetInternationalizationLibrary_GetLocalizedCultures) == 0x000018, "Wrong size on KismetInternationalizationLibrary_GetLocalizedCultures"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, IncludeGame) == 0x000000, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::IncludeGame' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, IncludeEngine) == 0x000001, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::IncludeEngine' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, IncludeEditor) == 0x000002, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::IncludeEditor' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, IncludeAdditional) == 0x000003, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::IncludeAdditional' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, ReturnValue) == 0x000008, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetNativeCulture \ static_assert(alignof(KismetInternationalizationLibrary_GetNativeCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetNativeCulture"); \ static_assert(sizeof(KismetInternationalizationLibrary_GetNativeCulture) == 0x000018, "Wrong size on KismetInternationalizationLibrary_GetNativeCulture"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetNativeCulture, TextCategory) == 0x000000, "Member 'KismetInternationalizationLibrary_GetNativeCulture::TextCategory' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetNativeCulture, ReturnValue) == 0x000008, "Member 'KismetInternationalizationLibrary_GetNativeCulture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetSuitableCulture \ static_assert(alignof(KismetInternationalizationLibrary_GetSuitableCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetSuitableCulture"); \ static_assert(sizeof(KismetInternationalizationLibrary_GetSuitableCulture) == 0x000040, "Wrong size on KismetInternationalizationLibrary_GetSuitableCulture"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetSuitableCulture, AvailableCultures) == 0x000000, "Member 'KismetInternationalizationLibrary_GetSuitableCulture::AvailableCultures' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetSuitableCulture, CultureToMatch) == 0x000010, "Member 'KismetInternationalizationLibrary_GetSuitableCulture::CultureToMatch' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetSuitableCulture, FallbackCulture) == 0x000020, "Member 'KismetInternationalizationLibrary_GetSuitableCulture::FallbackCulture' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetSuitableCulture, ReturnValue) == 0x000030, "Member 'KismetInternationalizationLibrary_GetSuitableCulture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentAssetGroupCulture \ static_assert(alignof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentAssetGroupCulture"); \ static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture) == 0x000020, "Wrong size on KismetInternationalizationLibrary_SetCurrentAssetGroupCulture"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, AssetGroup) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::AssetGroup' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, Culture) == 0x000008, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::Culture' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, SaveToConfig) == 0x000018, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::SaveToConfig' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, ReturnValue) == 0x000019, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentCulture \ static_assert(alignof(KismetInternationalizationLibrary_SetCurrentCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentCulture"); \ static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentCulture) == 0x000018, "Wrong size on KismetInternationalizationLibrary_SetCurrentCulture"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentCulture, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentCulture::Culture' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentCulture, SaveToConfig) == 0x000010, "Member 'KismetInternationalizationLibrary_SetCurrentCulture::SaveToConfig' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentCulture, ReturnValue) == 0x000011, "Member 'KismetInternationalizationLibrary_SetCurrentCulture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentLanguage \ static_assert(alignof(KismetInternationalizationLibrary_SetCurrentLanguage) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentLanguage"); \ static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentLanguage) == 0x000018, "Wrong size on KismetInternationalizationLibrary_SetCurrentLanguage"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguage, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentLanguage::Culture' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguage, SaveToConfig) == 0x000010, "Member 'KismetInternationalizationLibrary_SetCurrentLanguage::SaveToConfig' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguage, ReturnValue) == 0x000011, "Member 'KismetInternationalizationLibrary_SetCurrentLanguage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentLanguageAndLocale \ static_assert(alignof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentLanguageAndLocale"); \ static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale) == 0x000018, "Wrong size on KismetInternationalizationLibrary_SetCurrentLanguageAndLocale"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentLanguageAndLocale::Culture' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale, SaveToConfig) == 0x000010, "Member 'KismetInternationalizationLibrary_SetCurrentLanguageAndLocale::SaveToConfig' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale, ReturnValue) == 0x000011, "Member 'KismetInternationalizationLibrary_SetCurrentLanguageAndLocale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentLocale \ static_assert(alignof(KismetInternationalizationLibrary_SetCurrentLocale) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentLocale"); \ static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentLocale) == 0x000018, "Wrong size on KismetInternationalizationLibrary_SetCurrentLocale"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLocale, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentLocale::Culture' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLocale, SaveToConfig) == 0x000010, "Member 'KismetInternationalizationLibrary_SetCurrentLocale::SaveToConfig' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLocale, ReturnValue) == 0x000011, "Member 'KismetInternationalizationLibrary_SetCurrentLocale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetInternationalizationLibrary \ static_assert(alignof(UKismetInternationalizationLibrary) == 0x000008, "Wrong alignment on UKismetInternationalizationLibrary"); \ static_assert(sizeof(UKismetInternationalizationLibrary) == 0x000028, "Wrong size on UKismetInternationalizationLibrary"); \ #define DUMPER7_ASSERTS_KismetMaterialLibrary_CreateDynamicMaterialInstance \ static_assert(alignof(KismetMaterialLibrary_CreateDynamicMaterialInstance) == 0x000008, "Wrong alignment on KismetMaterialLibrary_CreateDynamicMaterialInstance"); \ static_assert(sizeof(KismetMaterialLibrary_CreateDynamicMaterialInstance) == 0x000028, "Wrong size on KismetMaterialLibrary_CreateDynamicMaterialInstance"); \ static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, Parent) == 0x000008, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::Parent' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, OptionalName) == 0x000010, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::OptionalName' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, CreationFlags) == 0x000018, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::CreationFlags' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, ReturnValue) == 0x000020, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMaterialLibrary_GetScalarParameterValue \ static_assert(alignof(KismetMaterialLibrary_GetScalarParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_GetScalarParameterValue"); \ static_assert(sizeof(KismetMaterialLibrary_GetScalarParameterValue) == 0x000020, "Wrong size on KismetMaterialLibrary_GetScalarParameterValue"); \ static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_GetScalarParameterValue::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_GetScalarParameterValue::Collection' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_GetScalarParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, ReturnValue) == 0x000018, "Member 'KismetMaterialLibrary_GetScalarParameterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMaterialLibrary_GetVectorParameterValue \ static_assert(alignof(KismetMaterialLibrary_GetVectorParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_GetVectorParameterValue"); \ static_assert(sizeof(KismetMaterialLibrary_GetVectorParameterValue) == 0x000028, "Wrong size on KismetMaterialLibrary_GetVectorParameterValue"); \ static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_GetVectorParameterValue::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_GetVectorParameterValue::Collection' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_GetVectorParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, ReturnValue) == 0x000018, "Member 'KismetMaterialLibrary_GetVectorParameterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMaterialLibrary_SetScalarParameterValue \ static_assert(alignof(KismetMaterialLibrary_SetScalarParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_SetScalarParameterValue"); \ static_assert(sizeof(KismetMaterialLibrary_SetScalarParameterValue) == 0x000020, "Wrong size on KismetMaterialLibrary_SetScalarParameterValue"); \ static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_SetScalarParameterValue::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_SetScalarParameterValue::Collection' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_SetScalarParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, ParameterValue) == 0x000018, "Member 'KismetMaterialLibrary_SetScalarParameterValue::ParameterValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMaterialLibrary_SetVectorParameterValue \ static_assert(alignof(KismetMaterialLibrary_SetVectorParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_SetVectorParameterValue"); \ static_assert(sizeof(KismetMaterialLibrary_SetVectorParameterValue) == 0x000028, "Wrong size on KismetMaterialLibrary_SetVectorParameterValue"); \ static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_SetVectorParameterValue::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_SetVectorParameterValue::Collection' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_SetVectorParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, ParameterValue) == 0x000018, "Member 'KismetMaterialLibrary_SetVectorParameterValue::ParameterValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetMaterialLibrary \ static_assert(alignof(UKismetMaterialLibrary) == 0x000008, "Wrong alignment on UKismetMaterialLibrary"); \ static_assert(sizeof(UKismetMaterialLibrary) == 0x000028, "Wrong size on UKismetMaterialLibrary"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Abs \ static_assert(alignof(KismetMathLibrary_Abs) == 0x000004, "Wrong alignment on KismetMathLibrary_Abs"); \ static_assert(sizeof(KismetMathLibrary_Abs) == 0x000008, "Wrong size on KismetMathLibrary_Abs"); \ static_assert(offsetof(KismetMathLibrary_Abs, A) == 0x000000, "Member 'KismetMathLibrary_Abs::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Abs, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Abs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Abs_Int \ static_assert(alignof(KismetMathLibrary_Abs_Int) == 0x000004, "Wrong alignment on KismetMathLibrary_Abs_Int"); \ static_assert(sizeof(KismetMathLibrary_Abs_Int) == 0x000008, "Wrong size on KismetMathLibrary_Abs_Int"); \ static_assert(offsetof(KismetMathLibrary_Abs_Int, A) == 0x000000, "Member 'KismetMathLibrary_Abs_Int::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Abs_Int, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Abs_Int::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Abs_Int64 \ static_assert(alignof(KismetMathLibrary_Abs_Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Abs_Int64"); \ static_assert(sizeof(KismetMathLibrary_Abs_Int64) == 0x000010, "Wrong size on KismetMathLibrary_Abs_Int64"); \ static_assert(offsetof(KismetMathLibrary_Abs_Int64, A) == 0x000000, "Member 'KismetMathLibrary_Abs_Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Abs_Int64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Abs_Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Acos \ static_assert(alignof(KismetMathLibrary_Acos) == 0x000004, "Wrong alignment on KismetMathLibrary_Acos"); \ static_assert(sizeof(KismetMathLibrary_Acos) == 0x000008, "Wrong size on KismetMathLibrary_Acos"); \ static_assert(offsetof(KismetMathLibrary_Acos, A) == 0x000000, "Member 'KismetMathLibrary_Acos::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Acos, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Acos::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_ByteByte \ static_assert(alignof(KismetMathLibrary_Add_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Add_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_Add_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Add_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_Add_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Add_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_ByteByte, b) == 0x000001, "Member 'KismetMathLibrary_Add_ByteByte::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Add_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_DateTimeDateTime \ static_assert(alignof(KismetMathLibrary_Add_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_DateTimeDateTime"); \ static_assert(sizeof(KismetMathLibrary_Add_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Add_DateTimeDateTime"); \ static_assert(offsetof(KismetMathLibrary_Add_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Add_DateTimeDateTime::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_DateTimeDateTime, b) == 0x000008, "Member 'KismetMathLibrary_Add_DateTimeDateTime::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_DateTimeTimespan \ static_assert(alignof(KismetMathLibrary_Add_DateTimeTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_DateTimeTimespan"); \ static_assert(sizeof(KismetMathLibrary_Add_DateTimeTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Add_DateTimeTimespan"); \ static_assert(offsetof(KismetMathLibrary_Add_DateTimeTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Add_DateTimeTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_DateTimeTimespan, b) == 0x000008, "Member 'KismetMathLibrary_Add_DateTimeTimespan::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_DateTimeTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_DateTimeTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_FloatFloat \ static_assert(alignof(KismetMathLibrary_Add_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_Add_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Add_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_Add_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Add_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_FloatFloat, b) == 0x000004, "Member 'KismetMathLibrary_Add_FloatFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Add_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_Int64Int64 \ static_assert(alignof(KismetMathLibrary_Add_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_Add_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Add_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_Add_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Add_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_Int64Int64, b) == 0x000008, "Member 'KismetMathLibrary_Add_Int64Int64::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_IntInt \ static_assert(alignof(KismetMathLibrary_Add_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_IntInt"); \ static_assert(sizeof(KismetMathLibrary_Add_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Add_IntInt"); \ static_assert(offsetof(KismetMathLibrary_Add_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Add_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_IntInt, b) == 0x000004, "Member 'KismetMathLibrary_Add_IntInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Add_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_IntPointInt \ static_assert(alignof(KismetMathLibrary_Add_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_IntPointInt"); \ static_assert(sizeof(KismetMathLibrary_Add_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Add_IntPointInt"); \ static_assert(offsetof(KismetMathLibrary_Add_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Add_IntPointInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_IntPointInt, b) == 0x000008, "Member 'KismetMathLibrary_Add_IntPointInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Add_IntPointInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_IntPointIntPoint \ static_assert(alignof(KismetMathLibrary_Add_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_IntPointIntPoint"); \ static_assert(sizeof(KismetMathLibrary_Add_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Add_IntPointIntPoint"); \ static_assert(offsetof(KismetMathLibrary_Add_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Add_IntPointIntPoint::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_IntPointIntPoint, b) == 0x000008, "Member 'KismetMathLibrary_Add_IntPointIntPoint::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_LinearColorLinearColor \ static_assert(alignof(KismetMathLibrary_Add_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_LinearColorLinearColor"); \ static_assert(sizeof(KismetMathLibrary_Add_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Add_LinearColorLinearColor"); \ static_assert(offsetof(KismetMathLibrary_Add_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Add_LinearColorLinearColor::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_LinearColorLinearColor, b) == 0x000010, "Member 'KismetMathLibrary_Add_LinearColorLinearColor::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_MatrixMatrix \ static_assert(alignof(KismetMathLibrary_Add_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_Add_MatrixMatrix"); \ static_assert(sizeof(KismetMathLibrary_Add_MatrixMatrix) == 0x0000C0, "Wrong size on KismetMathLibrary_Add_MatrixMatrix"); \ static_assert(offsetof(KismetMathLibrary_Add_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_Add_MatrixMatrix::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_MatrixMatrix, b) == 0x000040, "Member 'KismetMathLibrary_Add_MatrixMatrix::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_MatrixMatrix, ReturnValue) == 0x000080, "Member 'KismetMathLibrary_Add_MatrixMatrix::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_QuatQuat \ static_assert(alignof(KismetMathLibrary_Add_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Add_QuatQuat"); \ static_assert(sizeof(KismetMathLibrary_Add_QuatQuat) == 0x000030, "Wrong size on KismetMathLibrary_Add_QuatQuat"); \ static_assert(offsetof(KismetMathLibrary_Add_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_Add_QuatQuat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_QuatQuat, b) == 0x000010, "Member 'KismetMathLibrary_Add_QuatQuat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_QuatQuat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_QuatQuat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_TimespanTimespan \ static_assert(alignof(KismetMathLibrary_Add_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Add_TimespanTimespan"); \ static_assert(sizeof(KismetMathLibrary_Add_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Add_TimespanTimespan"); \ static_assert(offsetof(KismetMathLibrary_Add_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Add_TimespanTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_TimespanTimespan, b) == 0x000008, "Member 'KismetMathLibrary_Add_TimespanTimespan::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_TimespanTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector2DFloat \ static_assert(alignof(KismetMathLibrary_Add_Vector2DFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_Vector2DFloat"); \ static_assert(sizeof(KismetMathLibrary_Add_Vector2DFloat) == 0x000014, "Wrong size on KismetMathLibrary_Add_Vector2DFloat"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Add_Vector2DFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector2DFloat, b) == 0x000008, "Member 'KismetMathLibrary_Add_Vector2DFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector2DFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Add_Vector2DFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector2DVector2D \ static_assert(alignof(KismetMathLibrary_Add_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_Vector2DVector2D"); \ static_assert(sizeof(KismetMathLibrary_Add_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Add_Vector2DVector2D"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Add_Vector2DVector2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector2DVector2D, b) == 0x000008, "Member 'KismetMathLibrary_Add_Vector2DVector2D::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_Vector4Vector4 \ static_assert(alignof(KismetMathLibrary_Add_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Add_Vector4Vector4"); \ static_assert(sizeof(KismetMathLibrary_Add_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_Add_Vector4Vector4"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Add_Vector4Vector4::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector4Vector4, b) == 0x000010, "Member 'KismetMathLibrary_Add_Vector4Vector4::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Add_Vector4Vector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorFloat \ static_assert(alignof(KismetMathLibrary_Add_VectorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_VectorFloat"); \ static_assert(sizeof(KismetMathLibrary_Add_VectorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Add_VectorFloat"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Add_VectorFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorFloat, b) == 0x00000C, "Member 'KismetMathLibrary_Add_VectorFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_VectorFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorInt \ static_assert(alignof(KismetMathLibrary_Add_VectorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_VectorInt"); \ static_assert(sizeof(KismetMathLibrary_Add_VectorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Add_VectorInt"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Add_VectorInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorInt, b) == 0x00000C, "Member 'KismetMathLibrary_Add_VectorInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Add_VectorInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Add_VectorVector \ static_assert(alignof(KismetMathLibrary_Add_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Add_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_Add_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Add_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Add_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorVector, b) == 0x00000C, "Member 'KismetMathLibrary_Add_VectorVector::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Add_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Add_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_And_Int64Int64 \ static_assert(alignof(KismetMathLibrary_And_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_And_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_And_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_And_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_And_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_And_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_And_Int64Int64, b) == 0x000008, "Member 'KismetMathLibrary_And_Int64Int64::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_And_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_And_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_And_IntInt \ static_assert(alignof(KismetMathLibrary_And_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_And_IntInt"); \ static_assert(sizeof(KismetMathLibrary_And_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_And_IntInt"); \ static_assert(offsetof(KismetMathLibrary_And_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_And_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_And_IntInt, b) == 0x000004, "Member 'KismetMathLibrary_And_IntInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_And_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_And_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Asin \ static_assert(alignof(KismetMathLibrary_Asin) == 0x000004, "Wrong alignment on KismetMathLibrary_Asin"); \ static_assert(sizeof(KismetMathLibrary_Asin) == 0x000008, "Wrong size on KismetMathLibrary_Asin"); \ static_assert(offsetof(KismetMathLibrary_Asin, A) == 0x000000, "Member 'KismetMathLibrary_Asin::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Asin, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Asin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Atan \ static_assert(alignof(KismetMathLibrary_Atan) == 0x000004, "Wrong alignment on KismetMathLibrary_Atan"); \ static_assert(sizeof(KismetMathLibrary_Atan) == 0x000008, "Wrong size on KismetMathLibrary_Atan"); \ static_assert(offsetof(KismetMathLibrary_Atan, A) == 0x000000, "Member 'KismetMathLibrary_Atan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Atan, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Atan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Atan2 \ static_assert(alignof(KismetMathLibrary_Atan2) == 0x000004, "Wrong alignment on KismetMathLibrary_Atan2"); \ static_assert(sizeof(KismetMathLibrary_Atan2) == 0x00000C, "Wrong size on KismetMathLibrary_Atan2"); \ static_assert(offsetof(KismetMathLibrary_Atan2, Y) == 0x000000, "Member 'KismetMathLibrary_Atan2::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Atan2, X) == 0x000004, "Member 'KismetMathLibrary_Atan2::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Atan2, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Atan2::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BMax \ static_assert(alignof(KismetMathLibrary_BMax) == 0x000001, "Wrong alignment on KismetMathLibrary_BMax"); \ static_assert(sizeof(KismetMathLibrary_BMax) == 0x000003, "Wrong size on KismetMathLibrary_BMax"); \ static_assert(offsetof(KismetMathLibrary_BMax, A) == 0x000000, "Member 'KismetMathLibrary_BMax::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BMax, b) == 0x000001, "Member 'KismetMathLibrary_BMax::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BMax, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BMin \ static_assert(alignof(KismetMathLibrary_BMin) == 0x000001, "Wrong alignment on KismetMathLibrary_BMin"); \ static_assert(sizeof(KismetMathLibrary_BMin) == 0x000003, "Wrong size on KismetMathLibrary_BMin"); \ static_assert(offsetof(KismetMathLibrary_BMin, A) == 0x000000, "Member 'KismetMathLibrary_BMin::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BMin, b) == 0x000001, "Member 'KismetMathLibrary_BMin::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BMin, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BMin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BooleanAND \ static_assert(alignof(KismetMathLibrary_BooleanAND) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanAND"); \ static_assert(sizeof(KismetMathLibrary_BooleanAND) == 0x000003, "Wrong size on KismetMathLibrary_BooleanAND"); \ static_assert(offsetof(KismetMathLibrary_BooleanAND, A) == 0x000000, "Member 'KismetMathLibrary_BooleanAND::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanAND, b) == 0x000001, "Member 'KismetMathLibrary_BooleanAND::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanAND, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanAND::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BooleanNAND \ static_assert(alignof(KismetMathLibrary_BooleanNAND) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanNAND"); \ static_assert(sizeof(KismetMathLibrary_BooleanNAND) == 0x000003, "Wrong size on KismetMathLibrary_BooleanNAND"); \ static_assert(offsetof(KismetMathLibrary_BooleanNAND, A) == 0x000000, "Member 'KismetMathLibrary_BooleanNAND::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanNAND, b) == 0x000001, "Member 'KismetMathLibrary_BooleanNAND::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanNAND, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanNAND::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BooleanNOR \ static_assert(alignof(KismetMathLibrary_BooleanNOR) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanNOR"); \ static_assert(sizeof(KismetMathLibrary_BooleanNOR) == 0x000003, "Wrong size on KismetMathLibrary_BooleanNOR"); \ static_assert(offsetof(KismetMathLibrary_BooleanNOR, A) == 0x000000, "Member 'KismetMathLibrary_BooleanNOR::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanNOR, b) == 0x000001, "Member 'KismetMathLibrary_BooleanNOR::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanNOR, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanNOR::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BooleanOR \ static_assert(alignof(KismetMathLibrary_BooleanOR) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanOR"); \ static_assert(sizeof(KismetMathLibrary_BooleanOR) == 0x000003, "Wrong size on KismetMathLibrary_BooleanOR"); \ static_assert(offsetof(KismetMathLibrary_BooleanOR, A) == 0x000000, "Member 'KismetMathLibrary_BooleanOR::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanOR, b) == 0x000001, "Member 'KismetMathLibrary_BooleanOR::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanOR, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanOR::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BooleanXOR \ static_assert(alignof(KismetMathLibrary_BooleanXOR) == 0x000001, "Wrong alignment on KismetMathLibrary_BooleanXOR"); \ static_assert(sizeof(KismetMathLibrary_BooleanXOR) == 0x000003, "Wrong size on KismetMathLibrary_BooleanXOR"); \ static_assert(offsetof(KismetMathLibrary_BooleanXOR, A) == 0x000000, "Member 'KismetMathLibrary_BooleanXOR::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanXOR, b) == 0x000001, "Member 'KismetMathLibrary_BooleanXOR::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BooleanXOR, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_BooleanXOR::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakColor \ static_assert(alignof(KismetMathLibrary_BreakColor) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakColor"); \ static_assert(sizeof(KismetMathLibrary_BreakColor) == 0x000020, "Wrong size on KismetMathLibrary_BreakColor"); \ static_assert(offsetof(KismetMathLibrary_BreakColor, InColor) == 0x000000, "Member 'KismetMathLibrary_BreakColor::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakColor, R) == 0x000010, "Member 'KismetMathLibrary_BreakColor::R' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakColor, G) == 0x000014, "Member 'KismetMathLibrary_BreakColor::G' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakColor, b) == 0x000018, "Member 'KismetMathLibrary_BreakColor::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakColor, A) == 0x00001C, "Member 'KismetMathLibrary_BreakColor::A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakDateTime \ static_assert(alignof(KismetMathLibrary_BreakDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakDateTime"); \ static_assert(sizeof(KismetMathLibrary_BreakDateTime) == 0x000028, "Wrong size on KismetMathLibrary_BreakDateTime"); \ static_assert(offsetof(KismetMathLibrary_BreakDateTime, InDateTime) == 0x000000, "Member 'KismetMathLibrary_BreakDateTime::InDateTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakDateTime, Year) == 0x000008, "Member 'KismetMathLibrary_BreakDateTime::Year' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakDateTime, Month) == 0x00000C, "Member 'KismetMathLibrary_BreakDateTime::Month' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakDateTime, Day) == 0x000010, "Member 'KismetMathLibrary_BreakDateTime::Day' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakDateTime, Hour) == 0x000014, "Member 'KismetMathLibrary_BreakDateTime::Hour' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakDateTime, Minute) == 0x000018, "Member 'KismetMathLibrary_BreakDateTime::Minute' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakDateTime, Second) == 0x00001C, "Member 'KismetMathLibrary_BreakDateTime::Second' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakDateTime, Millisecond) == 0x000020, "Member 'KismetMathLibrary_BreakDateTime::Millisecond' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakFrameRate \ static_assert(alignof(KismetMathLibrary_BreakFrameRate) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakFrameRate"); \ static_assert(sizeof(KismetMathLibrary_BreakFrameRate) == 0x000010, "Wrong size on KismetMathLibrary_BreakFrameRate"); \ static_assert(offsetof(KismetMathLibrary_BreakFrameRate, InFrameRate) == 0x000000, "Member 'KismetMathLibrary_BreakFrameRate::InFrameRate' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakFrameRate, Numerator) == 0x000008, "Member 'KismetMathLibrary_BreakFrameRate::Numerator' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakFrameRate, Denominator) == 0x00000C, "Member 'KismetMathLibrary_BreakFrameRate::Denominator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakQualifiedFrameTime \ static_assert(alignof(KismetMathLibrary_BreakQualifiedFrameTime) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakQualifiedFrameTime"); \ static_assert(sizeof(KismetMathLibrary_BreakQualifiedFrameTime) == 0x000020, "Wrong size on KismetMathLibrary_BreakQualifiedFrameTime"); \ static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, InFrameTime) == 0x000000, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::InFrameTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, Frame) == 0x000010, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::Frame' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, FrameRate) == 0x000014, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::FrameRate' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakQualifiedFrameTime, SubFrame) == 0x00001C, "Member 'KismetMathLibrary_BreakQualifiedFrameTime::SubFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakRandomStream \ static_assert(alignof(KismetMathLibrary_BreakRandomStream) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakRandomStream"); \ static_assert(sizeof(KismetMathLibrary_BreakRandomStream) == 0x00000C, "Wrong size on KismetMathLibrary_BreakRandomStream"); \ static_assert(offsetof(KismetMathLibrary_BreakRandomStream, InRandomStream) == 0x000000, "Member 'KismetMathLibrary_BreakRandomStream::InRandomStream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakRandomStream, InitialSeed) == 0x000008, "Member 'KismetMathLibrary_BreakRandomStream::InitialSeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakRotator \ static_assert(alignof(KismetMathLibrary_BreakRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakRotator"); \ static_assert(sizeof(KismetMathLibrary_BreakRotator) == 0x000018, "Wrong size on KismetMathLibrary_BreakRotator"); \ static_assert(offsetof(KismetMathLibrary_BreakRotator, InRot) == 0x000000, "Member 'KismetMathLibrary_BreakRotator::InRot' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakRotator, Roll) == 0x00000C, "Member 'KismetMathLibrary_BreakRotator::Roll' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakRotator, Pitch) == 0x000010, "Member 'KismetMathLibrary_BreakRotator::Pitch' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakRotator, Yaw) == 0x000014, "Member 'KismetMathLibrary_BreakRotator::Yaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakRotIntoAxes \ static_assert(alignof(KismetMathLibrary_BreakRotIntoAxes) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakRotIntoAxes"); \ static_assert(sizeof(KismetMathLibrary_BreakRotIntoAxes) == 0x000030, "Wrong size on KismetMathLibrary_BreakRotIntoAxes"); \ static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, InRot) == 0x000000, "Member 'KismetMathLibrary_BreakRotIntoAxes::InRot' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, X) == 0x00000C, "Member 'KismetMathLibrary_BreakRotIntoAxes::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, Y) == 0x000018, "Member 'KismetMathLibrary_BreakRotIntoAxes::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakRotIntoAxes, Z) == 0x000024, "Member 'KismetMathLibrary_BreakRotIntoAxes::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakTimespan \ static_assert(alignof(KismetMathLibrary_BreakTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakTimespan"); \ static_assert(sizeof(KismetMathLibrary_BreakTimespan) == 0x000020, "Wrong size on KismetMathLibrary_BreakTimespan"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan, InTimespan) == 0x000000, "Member 'KismetMathLibrary_BreakTimespan::InTimespan' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan, Days) == 0x000008, "Member 'KismetMathLibrary_BreakTimespan::Days' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan, Hours) == 0x00000C, "Member 'KismetMathLibrary_BreakTimespan::Hours' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan, Minutes) == 0x000010, "Member 'KismetMathLibrary_BreakTimespan::Minutes' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan, Seconds) == 0x000014, "Member 'KismetMathLibrary_BreakTimespan::Seconds' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan, Milliseconds) == 0x000018, "Member 'KismetMathLibrary_BreakTimespan::Milliseconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakTimespan2 \ static_assert(alignof(KismetMathLibrary_BreakTimespan2) == 0x000008, "Wrong alignment on KismetMathLibrary_BreakTimespan2"); \ static_assert(sizeof(KismetMathLibrary_BreakTimespan2) == 0x000020, "Wrong size on KismetMathLibrary_BreakTimespan2"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan2, InTimespan) == 0x000000, "Member 'KismetMathLibrary_BreakTimespan2::InTimespan' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Days) == 0x000008, "Member 'KismetMathLibrary_BreakTimespan2::Days' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Hours) == 0x00000C, "Member 'KismetMathLibrary_BreakTimespan2::Hours' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Minutes) == 0x000010, "Member 'KismetMathLibrary_BreakTimespan2::Minutes' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan2, Seconds) == 0x000014, "Member 'KismetMathLibrary_BreakTimespan2::Seconds' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTimespan2, FractionNano) == 0x000018, "Member 'KismetMathLibrary_BreakTimespan2::FractionNano' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakTransform \ static_assert(alignof(KismetMathLibrary_BreakTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_BreakTransform"); \ static_assert(sizeof(KismetMathLibrary_BreakTransform) == 0x000060, "Wrong size on KismetMathLibrary_BreakTransform"); \ static_assert(offsetof(KismetMathLibrary_BreakTransform, InTransform) == 0x000000, "Member 'KismetMathLibrary_BreakTransform::InTransform' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTransform, Location) == 0x000030, "Member 'KismetMathLibrary_BreakTransform::Location' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTransform, Rotation) == 0x00003C, "Member 'KismetMathLibrary_BreakTransform::Rotation' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakTransform, Scale) == 0x000048, "Member 'KismetMathLibrary_BreakTransform::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector \ static_assert(alignof(KismetMathLibrary_BreakVector) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakVector"); \ static_assert(sizeof(KismetMathLibrary_BreakVector) == 0x000018, "Wrong size on KismetMathLibrary_BreakVector"); \ static_assert(offsetof(KismetMathLibrary_BreakVector, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector, X) == 0x00000C, "Member 'KismetMathLibrary_BreakVector::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector, Y) == 0x000010, "Member 'KismetMathLibrary_BreakVector::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector, Z) == 0x000014, "Member 'KismetMathLibrary_BreakVector::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector2D \ static_assert(alignof(KismetMathLibrary_BreakVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakVector2D"); \ static_assert(sizeof(KismetMathLibrary_BreakVector2D) == 0x000010, "Wrong size on KismetMathLibrary_BreakVector2D"); \ static_assert(offsetof(KismetMathLibrary_BreakVector2D, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector2D::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector2D, X) == 0x000008, "Member 'KismetMathLibrary_BreakVector2D::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector2D, Y) == 0x00000C, "Member 'KismetMathLibrary_BreakVector2D::Y' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_BreakVector4 \ static_assert(alignof(KismetMathLibrary_BreakVector4) == 0x000010, "Wrong alignment on KismetMathLibrary_BreakVector4"); \ static_assert(sizeof(KismetMathLibrary_BreakVector4) == 0x000020, "Wrong size on KismetMathLibrary_BreakVector4"); \ static_assert(offsetof(KismetMathLibrary_BreakVector4, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector4::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector4, X) == 0x000010, "Member 'KismetMathLibrary_BreakVector4::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector4, Y) == 0x000014, "Member 'KismetMathLibrary_BreakVector4::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector4, Z) == 0x000018, "Member 'KismetMathLibrary_BreakVector4::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_BreakVector4, W) == 0x00001C, "Member 'KismetMathLibrary_BreakVector4::W' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_CInterpTo \ static_assert(alignof(KismetMathLibrary_CInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_CInterpTo"); \ static_assert(sizeof(KismetMathLibrary_CInterpTo) == 0x000038, "Wrong size on KismetMathLibrary_CInterpTo"); \ static_assert(offsetof(KismetMathLibrary_CInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_CInterpTo::Current' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CInterpTo, Target) == 0x000010, "Member 'KismetMathLibrary_CInterpTo::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CInterpTo, DeltaTime) == 0x000020, "Member 'KismetMathLibrary_CInterpTo::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CInterpTo, InterpSpeed) == 0x000024, "Member 'KismetMathLibrary_CInterpTo::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CInterpTo, ReturnValue) == 0x000028, "Member 'KismetMathLibrary_CInterpTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Clamp \ static_assert(alignof(KismetMathLibrary_Clamp) == 0x000004, "Wrong alignment on KismetMathLibrary_Clamp"); \ static_assert(sizeof(KismetMathLibrary_Clamp) == 0x000010, "Wrong size on KismetMathLibrary_Clamp"); \ static_assert(offsetof(KismetMathLibrary_Clamp, Value) == 0x000000, "Member 'KismetMathLibrary_Clamp::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Clamp, Min_0) == 0x000004, "Member 'KismetMathLibrary_Clamp::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Clamp, Max_0) == 0x000008, "Member 'KismetMathLibrary_Clamp::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Clamp, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Clamp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ClampAngle \ static_assert(alignof(KismetMathLibrary_ClampAngle) == 0x000004, "Wrong alignment on KismetMathLibrary_ClampAngle"); \ static_assert(sizeof(KismetMathLibrary_ClampAngle) == 0x000010, "Wrong size on KismetMathLibrary_ClampAngle"); \ static_assert(offsetof(KismetMathLibrary_ClampAngle, AngleDegrees) == 0x000000, "Member 'KismetMathLibrary_ClampAngle::AngleDegrees' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampAngle, MinAngleDegrees) == 0x000004, "Member 'KismetMathLibrary_ClampAngle::MinAngleDegrees' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampAngle, MaxAngleDegrees) == 0x000008, "Member 'KismetMathLibrary_ClampAngle::MaxAngleDegrees' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampAngle, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_ClampAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ClampAxes2D \ static_assert(alignof(KismetMathLibrary_ClampAxes2D) == 0x000004, "Wrong alignment on KismetMathLibrary_ClampAxes2D"); \ static_assert(sizeof(KismetMathLibrary_ClampAxes2D) == 0x000018, "Wrong size on KismetMathLibrary_ClampAxes2D"); \ static_assert(offsetof(KismetMathLibrary_ClampAxes2D, A) == 0x000000, "Member 'KismetMathLibrary_ClampAxes2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampAxes2D, MinAxisVal) == 0x000008, "Member 'KismetMathLibrary_ClampAxes2D::MinAxisVal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampAxes2D, MaxAxisVal) == 0x00000C, "Member 'KismetMathLibrary_ClampAxes2D::MaxAxisVal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampAxes2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_ClampAxes2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ClampAxis \ static_assert(alignof(KismetMathLibrary_ClampAxis) == 0x000004, "Wrong alignment on KismetMathLibrary_ClampAxis"); \ static_assert(sizeof(KismetMathLibrary_ClampAxis) == 0x000008, "Wrong size on KismetMathLibrary_ClampAxis"); \ static_assert(offsetof(KismetMathLibrary_ClampAxis, Angle) == 0x000000, "Member 'KismetMathLibrary_ClampAxis::Angle' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampAxis, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_ClampAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ClampInt64 \ static_assert(alignof(KismetMathLibrary_ClampInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_ClampInt64"); \ static_assert(sizeof(KismetMathLibrary_ClampInt64) == 0x000020, "Wrong size on KismetMathLibrary_ClampInt64"); \ static_assert(offsetof(KismetMathLibrary_ClampInt64, Value) == 0x000000, "Member 'KismetMathLibrary_ClampInt64::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampInt64, Min_0) == 0x000008, "Member 'KismetMathLibrary_ClampInt64::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampInt64, Max_0) == 0x000010, "Member 'KismetMathLibrary_ClampInt64::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampInt64, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ClampInt64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ClampVectorSize \ static_assert(alignof(KismetMathLibrary_ClampVectorSize) == 0x000004, "Wrong alignment on KismetMathLibrary_ClampVectorSize"); \ static_assert(sizeof(KismetMathLibrary_ClampVectorSize) == 0x000020, "Wrong size on KismetMathLibrary_ClampVectorSize"); \ static_assert(offsetof(KismetMathLibrary_ClampVectorSize, A) == 0x000000, "Member 'KismetMathLibrary_ClampVectorSize::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampVectorSize, Min_0) == 0x00000C, "Member 'KismetMathLibrary_ClampVectorSize::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampVectorSize, Max_0) == 0x000010, "Member 'KismetMathLibrary_ClampVectorSize::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClampVectorSize, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_ClampVectorSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ClassIsChildOf \ static_assert(alignof(KismetMathLibrary_ClassIsChildOf) == 0x000008, "Wrong alignment on KismetMathLibrary_ClassIsChildOf"); \ static_assert(sizeof(KismetMathLibrary_ClassIsChildOf) == 0x000018, "Wrong size on KismetMathLibrary_ClassIsChildOf"); \ static_assert(offsetof(KismetMathLibrary_ClassIsChildOf, TestClass) == 0x000000, "Member 'KismetMathLibrary_ClassIsChildOf::TestClass' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClassIsChildOf, ParentClass) == 0x000008, "Member 'KismetMathLibrary_ClassIsChildOf::ParentClass' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ClassIsChildOf, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_ClassIsChildOf::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ComposeRotators \ static_assert(alignof(KismetMathLibrary_ComposeRotators) == 0x000004, "Wrong alignment on KismetMathLibrary_ComposeRotators"); \ static_assert(sizeof(KismetMathLibrary_ComposeRotators) == 0x000024, "Wrong size on KismetMathLibrary_ComposeRotators"); \ static_assert(offsetof(KismetMathLibrary_ComposeRotators, A) == 0x000000, "Member 'KismetMathLibrary_ComposeRotators::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ComposeRotators, b) == 0x00000C, "Member 'KismetMathLibrary_ComposeRotators::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ComposeRotators, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ComposeRotators::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ComposeTransforms \ static_assert(alignof(KismetMathLibrary_ComposeTransforms) == 0x000010, "Wrong alignment on KismetMathLibrary_ComposeTransforms"); \ static_assert(sizeof(KismetMathLibrary_ComposeTransforms) == 0x000090, "Wrong size on KismetMathLibrary_ComposeTransforms"); \ static_assert(offsetof(KismetMathLibrary_ComposeTransforms, A) == 0x000000, "Member 'KismetMathLibrary_ComposeTransforms::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ComposeTransforms, b) == 0x000030, "Member 'KismetMathLibrary_ComposeTransforms::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ComposeTransforms, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_ComposeTransforms::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_BoolToByte \ static_assert(alignof(KismetMathLibrary_Conv_BoolToByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Conv_BoolToByte"); \ static_assert(sizeof(KismetMathLibrary_Conv_BoolToByte) == 0x000002, "Wrong size on KismetMathLibrary_Conv_BoolToByte"); \ static_assert(offsetof(KismetMathLibrary_Conv_BoolToByte, InBool) == 0x000000, "Member 'KismetMathLibrary_Conv_BoolToByte::InBool' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_BoolToByte, ReturnValue) == 0x000001, "Member 'KismetMathLibrary_Conv_BoolToByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_BoolToFloat \ static_assert(alignof(KismetMathLibrary_Conv_BoolToFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_BoolToFloat"); \ static_assert(sizeof(KismetMathLibrary_Conv_BoolToFloat) == 0x000008, "Wrong size on KismetMathLibrary_Conv_BoolToFloat"); \ static_assert(offsetof(KismetMathLibrary_Conv_BoolToFloat, InBool) == 0x000000, "Member 'KismetMathLibrary_Conv_BoolToFloat::InBool' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_BoolToFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_BoolToFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_BoolToInt \ static_assert(alignof(KismetMathLibrary_Conv_BoolToInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_BoolToInt"); \ static_assert(sizeof(KismetMathLibrary_Conv_BoolToInt) == 0x000008, "Wrong size on KismetMathLibrary_Conv_BoolToInt"); \ static_assert(offsetof(KismetMathLibrary_Conv_BoolToInt, InBool) == 0x000000, "Member 'KismetMathLibrary_Conv_BoolToInt::InBool' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_BoolToInt, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_BoolToInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_ByteToFloat \ static_assert(alignof(KismetMathLibrary_Conv_ByteToFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_ByteToFloat"); \ static_assert(sizeof(KismetMathLibrary_Conv_ByteToFloat) == 0x000008, "Wrong size on KismetMathLibrary_Conv_ByteToFloat"); \ static_assert(offsetof(KismetMathLibrary_Conv_ByteToFloat, InByte) == 0x000000, "Member 'KismetMathLibrary_Conv_ByteToFloat::InByte' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_ByteToFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_ByteToFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_ByteToInt \ static_assert(alignof(KismetMathLibrary_Conv_ByteToInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_ByteToInt"); \ static_assert(sizeof(KismetMathLibrary_Conv_ByteToInt) == 0x000008, "Wrong size on KismetMathLibrary_Conv_ByteToInt"); \ static_assert(offsetof(KismetMathLibrary_Conv_ByteToInt, InByte) == 0x000000, "Member 'KismetMathLibrary_Conv_ByteToInt::InByte' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_ByteToInt, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_ByteToInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_ColorToLinearColor \ static_assert(alignof(KismetMathLibrary_Conv_ColorToLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_ColorToLinearColor"); \ static_assert(sizeof(KismetMathLibrary_Conv_ColorToLinearColor) == 0x000014, "Wrong size on KismetMathLibrary_Conv_ColorToLinearColor"); \ static_assert(offsetof(KismetMathLibrary_Conv_ColorToLinearColor, InColor) == 0x000000, "Member 'KismetMathLibrary_Conv_ColorToLinearColor::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_ColorToLinearColor, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_ColorToLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_FloatToLinearColor \ static_assert(alignof(KismetMathLibrary_Conv_FloatToLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_FloatToLinearColor"); \ static_assert(sizeof(KismetMathLibrary_Conv_FloatToLinearColor) == 0x000014, "Wrong size on KismetMathLibrary_Conv_FloatToLinearColor"); \ static_assert(offsetof(KismetMathLibrary_Conv_FloatToLinearColor, InFloat) == 0x000000, "Member 'KismetMathLibrary_Conv_FloatToLinearColor::InFloat' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_FloatToLinearColor, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_FloatToLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_FloatToVector \ static_assert(alignof(KismetMathLibrary_Conv_FloatToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_FloatToVector"); \ static_assert(sizeof(KismetMathLibrary_Conv_FloatToVector) == 0x000010, "Wrong size on KismetMathLibrary_Conv_FloatToVector"); \ static_assert(offsetof(KismetMathLibrary_Conv_FloatToVector, InFloat) == 0x000000, "Member 'KismetMathLibrary_Conv_FloatToVector::InFloat' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_FloatToVector, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_FloatToVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Int64ToByte \ static_assert(alignof(KismetMathLibrary_Conv_Int64ToByte) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_Int64ToByte"); \ static_assert(sizeof(KismetMathLibrary_Conv_Int64ToByte) == 0x000010, "Wrong size on KismetMathLibrary_Conv_Int64ToByte"); \ static_assert(offsetof(KismetMathLibrary_Conv_Int64ToByte, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_Int64ToByte::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_Int64ToByte, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_Int64ToByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Int64ToInt \ static_assert(alignof(KismetMathLibrary_Conv_Int64ToInt) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_Int64ToInt"); \ static_assert(sizeof(KismetMathLibrary_Conv_Int64ToInt) == 0x000010, "Wrong size on KismetMathLibrary_Conv_Int64ToInt"); \ static_assert(offsetof(KismetMathLibrary_Conv_Int64ToInt, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_Int64ToInt::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_Int64ToInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_Int64ToInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntPointToVector2D \ static_assert(alignof(KismetMathLibrary_Conv_IntPointToVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntPointToVector2D"); \ static_assert(sizeof(KismetMathLibrary_Conv_IntPointToVector2D) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntPointToVector2D"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntPointToVector2D, InIntPoint) == 0x000000, "Member 'KismetMathLibrary_Conv_IntPointToVector2D::InIntPoint' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntPointToVector2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_IntPointToVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToBool \ static_assert(alignof(KismetMathLibrary_Conv_IntToBool) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToBool"); \ static_assert(sizeof(KismetMathLibrary_Conv_IntToBool) == 0x000008, "Wrong size on KismetMathLibrary_Conv_IntToBool"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToBool, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToBool::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToBool, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToByte \ static_assert(alignof(KismetMathLibrary_Conv_IntToByte) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToByte"); \ static_assert(sizeof(KismetMathLibrary_Conv_IntToByte) == 0x000008, "Wrong size on KismetMathLibrary_Conv_IntToByte"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToByte, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToByte::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToByte, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToFloat \ static_assert(alignof(KismetMathLibrary_Conv_IntToFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToFloat"); \ static_assert(sizeof(KismetMathLibrary_Conv_IntToFloat) == 0x000008, "Wrong size on KismetMathLibrary_Conv_IntToFloat"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToFloat, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToFloat::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToInt64 \ static_assert(alignof(KismetMathLibrary_Conv_IntToInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_IntToInt64"); \ static_assert(sizeof(KismetMathLibrary_Conv_IntToInt64) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntToInt64"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToInt64, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToInt64::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToInt64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_IntToInt64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToIntVector \ static_assert(alignof(KismetMathLibrary_Conv_IntToIntVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToIntVector"); \ static_assert(sizeof(KismetMathLibrary_Conv_IntToIntVector) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntToIntVector"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToIntVector, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToIntVector::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntToIntVector, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToIntVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntVectorToVector \ static_assert(alignof(KismetMathLibrary_Conv_IntVectorToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntVectorToVector"); \ static_assert(sizeof(KismetMathLibrary_Conv_IntVectorToVector) == 0x000018, "Wrong size on KismetMathLibrary_Conv_IntVectorToVector"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntVectorToVector, InIntVector) == 0x000000, "Member 'KismetMathLibrary_Conv_IntVectorToVector::InIntVector' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_IntVectorToVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_IntVectorToVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_LinearColorToColor \ static_assert(alignof(KismetMathLibrary_Conv_LinearColorToColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_LinearColorToColor"); \ static_assert(sizeof(KismetMathLibrary_Conv_LinearColorToColor) == 0x000018, "Wrong size on KismetMathLibrary_Conv_LinearColorToColor"); \ static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToColor, InLinearColor) == 0x000000, "Member 'KismetMathLibrary_Conv_LinearColorToColor::InLinearColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToColor, InUseSRGB) == 0x000010, "Member 'KismetMathLibrary_Conv_LinearColorToColor::InUseSRGB' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToColor, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Conv_LinearColorToColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_LinearColorToVector \ static_assert(alignof(KismetMathLibrary_Conv_LinearColorToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_LinearColorToVector"); \ static_assert(sizeof(KismetMathLibrary_Conv_LinearColorToVector) == 0x00001C, "Wrong size on KismetMathLibrary_Conv_LinearColorToVector"); \ static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToVector, InLinearColor) == 0x000000, "Member 'KismetMathLibrary_Conv_LinearColorToVector::InLinearColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_LinearColorToVector, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_LinearColorToVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_MatrixToRotator \ static_assert(alignof(KismetMathLibrary_Conv_MatrixToRotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_MatrixToRotator"); \ static_assert(sizeof(KismetMathLibrary_Conv_MatrixToRotator) == 0x000050, "Wrong size on KismetMathLibrary_Conv_MatrixToRotator"); \ static_assert(offsetof(KismetMathLibrary_Conv_MatrixToRotator, InMatrix) == 0x000000, "Member 'KismetMathLibrary_Conv_MatrixToRotator::InMatrix' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_MatrixToRotator, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Conv_MatrixToRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_MatrixToTransform \ static_assert(alignof(KismetMathLibrary_Conv_MatrixToTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_MatrixToTransform"); \ static_assert(sizeof(KismetMathLibrary_Conv_MatrixToTransform) == 0x000070, "Wrong size on KismetMathLibrary_Conv_MatrixToTransform"); \ static_assert(offsetof(KismetMathLibrary_Conv_MatrixToTransform, InMatrix) == 0x000000, "Member 'KismetMathLibrary_Conv_MatrixToTransform::InMatrix' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_MatrixToTransform, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Conv_MatrixToTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_RotatorToTransform \ static_assert(alignof(KismetMathLibrary_Conv_RotatorToTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_RotatorToTransform"); \ static_assert(sizeof(KismetMathLibrary_Conv_RotatorToTransform) == 0x000040, "Wrong size on KismetMathLibrary_Conv_RotatorToTransform"); \ static_assert(offsetof(KismetMathLibrary_Conv_RotatorToTransform, InRotator) == 0x000000, "Member 'KismetMathLibrary_Conv_RotatorToTransform::InRotator' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_RotatorToTransform, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_RotatorToTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_RotatorToVector \ static_assert(alignof(KismetMathLibrary_Conv_RotatorToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_RotatorToVector"); \ static_assert(sizeof(KismetMathLibrary_Conv_RotatorToVector) == 0x000018, "Wrong size on KismetMathLibrary_Conv_RotatorToVector"); \ static_assert(offsetof(KismetMathLibrary_Conv_RotatorToVector, InRot) == 0x000000, "Member 'KismetMathLibrary_Conv_RotatorToVector::InRot' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_RotatorToVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_RotatorToVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_TransformToMatrix \ static_assert(alignof(KismetMathLibrary_Conv_TransformToMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_TransformToMatrix"); \ static_assert(sizeof(KismetMathLibrary_Conv_TransformToMatrix) == 0x000070, "Wrong size on KismetMathLibrary_Conv_TransformToMatrix"); \ static_assert(offsetof(KismetMathLibrary_Conv_TransformToMatrix, Transform) == 0x000000, "Member 'KismetMathLibrary_Conv_TransformToMatrix::Transform' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_TransformToMatrix, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_Conv_TransformToMatrix::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector2DToIntPoint \ static_assert(alignof(KismetMathLibrary_Conv_Vector2DToIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_Vector2DToIntPoint"); \ static_assert(sizeof(KismetMathLibrary_Conv_Vector2DToIntPoint) == 0x000010, "Wrong size on KismetMathLibrary_Conv_Vector2DToIntPoint"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToIntPoint, InVector2D) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector2DToIntPoint::InVector2D' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToIntPoint, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_Vector2DToIntPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector2DToVector \ static_assert(alignof(KismetMathLibrary_Conv_Vector2DToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_Vector2DToVector"); \ static_assert(sizeof(KismetMathLibrary_Conv_Vector2DToVector) == 0x000018, "Wrong size on KismetMathLibrary_Conv_Vector2DToVector"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToVector, InVector2D) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector2DToVector::InVector2D' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToVector, Z) == 0x000008, "Member 'KismetMathLibrary_Conv_Vector2DToVector::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector2DToVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_Vector2DToVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToQuaternion \ static_assert(alignof(KismetMathLibrary_Conv_Vector4ToQuaternion) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_Vector4ToQuaternion"); \ static_assert(sizeof(KismetMathLibrary_Conv_Vector4ToQuaternion) == 0x000020, "Wrong size on KismetMathLibrary_Conv_Vector4ToQuaternion"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToQuaternion, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector4ToQuaternion::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToQuaternion, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_Vector4ToQuaternion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToRotator \ static_assert(alignof(KismetMathLibrary_Conv_Vector4ToRotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_Vector4ToRotator"); \ static_assert(sizeof(KismetMathLibrary_Conv_Vector4ToRotator) == 0x000020, "Wrong size on KismetMathLibrary_Conv_Vector4ToRotator"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToRotator, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector4ToRotator::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToRotator, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_Vector4ToRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Vector4ToVector \ static_assert(alignof(KismetMathLibrary_Conv_Vector4ToVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_Vector4ToVector"); \ static_assert(sizeof(KismetMathLibrary_Conv_Vector4ToVector) == 0x000020, "Wrong size on KismetMathLibrary_Conv_Vector4ToVector"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToVector, InVector4) == 0x000000, "Member 'KismetMathLibrary_Conv_Vector4ToVector::InVector4' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_Vector4ToVector, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_Vector4ToVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToLinearColor \ static_assert(alignof(KismetMathLibrary_Conv_VectorToLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_VectorToLinearColor"); \ static_assert(sizeof(KismetMathLibrary_Conv_VectorToLinearColor) == 0x00001C, "Wrong size on KismetMathLibrary_Conv_VectorToLinearColor"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToLinearColor, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToLinearColor::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToLinearColor, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_VectorToLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToQuaternion \ static_assert(alignof(KismetMathLibrary_Conv_VectorToQuaternion) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_VectorToQuaternion"); \ static_assert(sizeof(KismetMathLibrary_Conv_VectorToQuaternion) == 0x000020, "Wrong size on KismetMathLibrary_Conv_VectorToQuaternion"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToQuaternion, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToQuaternion::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToQuaternion, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_VectorToQuaternion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToRotator \ static_assert(alignof(KismetMathLibrary_Conv_VectorToRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_VectorToRotator"); \ static_assert(sizeof(KismetMathLibrary_Conv_VectorToRotator) == 0x000018, "Wrong size on KismetMathLibrary_Conv_VectorToRotator"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToRotator, InVec) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToRotator::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToRotator, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_VectorToRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToTransform \ static_assert(alignof(KismetMathLibrary_Conv_VectorToTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_Conv_VectorToTransform"); \ static_assert(sizeof(KismetMathLibrary_Conv_VectorToTransform) == 0x000040, "Wrong size on KismetMathLibrary_Conv_VectorToTransform"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToTransform, InLocation) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToTransform::InLocation' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToTransform, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Conv_VectorToTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Conv_VectorToVector2D \ static_assert(alignof(KismetMathLibrary_Conv_VectorToVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_VectorToVector2D"); \ static_assert(sizeof(KismetMathLibrary_Conv_VectorToVector2D) == 0x000014, "Wrong size on KismetMathLibrary_Conv_VectorToVector2D"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToVector2D, InVector) == 0x000000, "Member 'KismetMathLibrary_Conv_VectorToVector2D::InVector' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Conv_VectorToVector2D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Conv_VectorToVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ConvertTransformToRelative \ static_assert(alignof(KismetMathLibrary_ConvertTransformToRelative) == 0x000010, "Wrong alignment on KismetMathLibrary_ConvertTransformToRelative"); \ static_assert(sizeof(KismetMathLibrary_ConvertTransformToRelative) == 0x000090, "Wrong size on KismetMathLibrary_ConvertTransformToRelative"); \ static_assert(offsetof(KismetMathLibrary_ConvertTransformToRelative, Transform) == 0x000000, "Member 'KismetMathLibrary_ConvertTransformToRelative::Transform' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ConvertTransformToRelative, ParentTransform) == 0x000030, "Member 'KismetMathLibrary_ConvertTransformToRelative::ParentTransform' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ConvertTransformToRelative, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_ConvertTransformToRelative::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Cos \ static_assert(alignof(KismetMathLibrary_Cos) == 0x000004, "Wrong alignment on KismetMathLibrary_Cos"); \ static_assert(sizeof(KismetMathLibrary_Cos) == 0x000008, "Wrong size on KismetMathLibrary_Cos"); \ static_assert(offsetof(KismetMathLibrary_Cos, A) == 0x000000, "Member 'KismetMathLibrary_Cos::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Cos, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Cos::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_CreateVectorFromYawPitch \ static_assert(alignof(KismetMathLibrary_CreateVectorFromYawPitch) == 0x000004, "Wrong alignment on KismetMathLibrary_CreateVectorFromYawPitch"); \ static_assert(sizeof(KismetMathLibrary_CreateVectorFromYawPitch) == 0x000018, "Wrong size on KismetMathLibrary_CreateVectorFromYawPitch"); \ static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, Yaw) == 0x000000, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::Yaw' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, Pitch) == 0x000004, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::Pitch' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, Length) == 0x000008, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::Length' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CreateVectorFromYawPitch, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_CreateVectorFromYawPitch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Cross_VectorVector \ static_assert(alignof(KismetMathLibrary_Cross_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Cross_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_Cross_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Cross_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_Cross_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Cross_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Cross_VectorVector, b) == 0x00000C, "Member 'KismetMathLibrary_Cross_VectorVector::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Cross_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Cross_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_CrossProduct2D \ static_assert(alignof(KismetMathLibrary_CrossProduct2D) == 0x000004, "Wrong alignment on KismetMathLibrary_CrossProduct2D"); \ static_assert(sizeof(KismetMathLibrary_CrossProduct2D) == 0x000014, "Wrong size on KismetMathLibrary_CrossProduct2D"); \ static_assert(offsetof(KismetMathLibrary_CrossProduct2D, A) == 0x000000, "Member 'KismetMathLibrary_CrossProduct2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CrossProduct2D, b) == 0x000008, "Member 'KismetMathLibrary_CrossProduct2D::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_CrossProduct2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_CrossProduct2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeFromIsoString \ static_assert(alignof(KismetMathLibrary_DateTimeFromIsoString) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeFromIsoString"); \ static_assert(sizeof(KismetMathLibrary_DateTimeFromIsoString) == 0x000020, "Wrong size on KismetMathLibrary_DateTimeFromIsoString"); \ static_assert(offsetof(KismetMathLibrary_DateTimeFromIsoString, IsoString) == 0x000000, "Member 'KismetMathLibrary_DateTimeFromIsoString::IsoString' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DateTimeFromIsoString, Result) == 0x000010, "Member 'KismetMathLibrary_DateTimeFromIsoString::Result' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DateTimeFromIsoString, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_DateTimeFromIsoString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeFromString \ static_assert(alignof(KismetMathLibrary_DateTimeFromString) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeFromString"); \ static_assert(sizeof(KismetMathLibrary_DateTimeFromString) == 0x000020, "Wrong size on KismetMathLibrary_DateTimeFromString"); \ static_assert(offsetof(KismetMathLibrary_DateTimeFromString, DateTimeString) == 0x000000, "Member 'KismetMathLibrary_DateTimeFromString::DateTimeString' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DateTimeFromString, Result) == 0x000010, "Member 'KismetMathLibrary_DateTimeFromString::Result' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DateTimeFromString, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_DateTimeFromString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeMaxValue \ static_assert(alignof(KismetMathLibrary_DateTimeMaxValue) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeMaxValue"); \ static_assert(sizeof(KismetMathLibrary_DateTimeMaxValue) == 0x000008, "Wrong size on KismetMathLibrary_DateTimeMaxValue"); \ static_assert(offsetof(KismetMathLibrary_DateTimeMaxValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_DateTimeMaxValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DateTimeMinValue \ static_assert(alignof(KismetMathLibrary_DateTimeMinValue) == 0x000008, "Wrong alignment on KismetMathLibrary_DateTimeMinValue"); \ static_assert(sizeof(KismetMathLibrary_DateTimeMinValue) == 0x000008, "Wrong size on KismetMathLibrary_DateTimeMinValue"); \ static_assert(offsetof(KismetMathLibrary_DateTimeMinValue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_DateTimeMinValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DaysInMonth \ static_assert(alignof(KismetMathLibrary_DaysInMonth) == 0x000004, "Wrong alignment on KismetMathLibrary_DaysInMonth"); \ static_assert(sizeof(KismetMathLibrary_DaysInMonth) == 0x00000C, "Wrong size on KismetMathLibrary_DaysInMonth"); \ static_assert(offsetof(KismetMathLibrary_DaysInMonth, Year) == 0x000000, "Member 'KismetMathLibrary_DaysInMonth::Year' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DaysInMonth, Month) == 0x000004, "Member 'KismetMathLibrary_DaysInMonth::Month' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DaysInMonth, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_DaysInMonth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DaysInYear \ static_assert(alignof(KismetMathLibrary_DaysInYear) == 0x000004, "Wrong alignment on KismetMathLibrary_DaysInYear"); \ static_assert(sizeof(KismetMathLibrary_DaysInYear) == 0x000008, "Wrong size on KismetMathLibrary_DaysInYear"); \ static_assert(offsetof(KismetMathLibrary_DaysInYear, Year) == 0x000000, "Member 'KismetMathLibrary_DaysInYear::Year' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DaysInYear, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DaysInYear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DegAcos \ static_assert(alignof(KismetMathLibrary_DegAcos) == 0x000004, "Wrong alignment on KismetMathLibrary_DegAcos"); \ static_assert(sizeof(KismetMathLibrary_DegAcos) == 0x000008, "Wrong size on KismetMathLibrary_DegAcos"); \ static_assert(offsetof(KismetMathLibrary_DegAcos, A) == 0x000000, "Member 'KismetMathLibrary_DegAcos::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegAcos, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegAcos::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DegAsin \ static_assert(alignof(KismetMathLibrary_DegAsin) == 0x000004, "Wrong alignment on KismetMathLibrary_DegAsin"); \ static_assert(sizeof(KismetMathLibrary_DegAsin) == 0x000008, "Wrong size on KismetMathLibrary_DegAsin"); \ static_assert(offsetof(KismetMathLibrary_DegAsin, A) == 0x000000, "Member 'KismetMathLibrary_DegAsin::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegAsin, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegAsin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DegAtan \ static_assert(alignof(KismetMathLibrary_DegAtan) == 0x000004, "Wrong alignment on KismetMathLibrary_DegAtan"); \ static_assert(sizeof(KismetMathLibrary_DegAtan) == 0x000008, "Wrong size on KismetMathLibrary_DegAtan"); \ static_assert(offsetof(KismetMathLibrary_DegAtan, A) == 0x000000, "Member 'KismetMathLibrary_DegAtan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegAtan, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegAtan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DegAtan2 \ static_assert(alignof(KismetMathLibrary_DegAtan2) == 0x000004, "Wrong alignment on KismetMathLibrary_DegAtan2"); \ static_assert(sizeof(KismetMathLibrary_DegAtan2) == 0x00000C, "Wrong size on KismetMathLibrary_DegAtan2"); \ static_assert(offsetof(KismetMathLibrary_DegAtan2, Y) == 0x000000, "Member 'KismetMathLibrary_DegAtan2::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegAtan2, X) == 0x000004, "Member 'KismetMathLibrary_DegAtan2::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegAtan2, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_DegAtan2::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DegCos \ static_assert(alignof(KismetMathLibrary_DegCos) == 0x000004, "Wrong alignment on KismetMathLibrary_DegCos"); \ static_assert(sizeof(KismetMathLibrary_DegCos) == 0x000008, "Wrong size on KismetMathLibrary_DegCos"); \ static_assert(offsetof(KismetMathLibrary_DegCos, A) == 0x000000, "Member 'KismetMathLibrary_DegCos::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegCos, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegCos::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DegreesToRadians \ static_assert(alignof(KismetMathLibrary_DegreesToRadians) == 0x000004, "Wrong alignment on KismetMathLibrary_DegreesToRadians"); \ static_assert(sizeof(KismetMathLibrary_DegreesToRadians) == 0x000008, "Wrong size on KismetMathLibrary_DegreesToRadians"); \ static_assert(offsetof(KismetMathLibrary_DegreesToRadians, A) == 0x000000, "Member 'KismetMathLibrary_DegreesToRadians::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegreesToRadians, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegreesToRadians::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DegSin \ static_assert(alignof(KismetMathLibrary_DegSin) == 0x000004, "Wrong alignment on KismetMathLibrary_DegSin"); \ static_assert(sizeof(KismetMathLibrary_DegSin) == 0x000008, "Wrong size on KismetMathLibrary_DegSin"); \ static_assert(offsetof(KismetMathLibrary_DegSin, A) == 0x000000, "Member 'KismetMathLibrary_DegSin::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegSin, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegSin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DegTan \ static_assert(alignof(KismetMathLibrary_DegTan) == 0x000004, "Wrong alignment on KismetMathLibrary_DegTan"); \ static_assert(sizeof(KismetMathLibrary_DegTan) == 0x000008, "Wrong size on KismetMathLibrary_DegTan"); \ static_assert(offsetof(KismetMathLibrary_DegTan, A) == 0x000000, "Member 'KismetMathLibrary_DegTan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DegTan, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_DegTan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Distance2D \ static_assert(alignof(KismetMathLibrary_Distance2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Distance2D"); \ static_assert(sizeof(KismetMathLibrary_Distance2D) == 0x000014, "Wrong size on KismetMathLibrary_Distance2D"); \ static_assert(offsetof(KismetMathLibrary_Distance2D, v1) == 0x000000, "Member 'KismetMathLibrary_Distance2D::v1' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Distance2D, v2) == 0x000008, "Member 'KismetMathLibrary_Distance2D::v2' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Distance2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Distance2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DistanceSquared2D \ static_assert(alignof(KismetMathLibrary_DistanceSquared2D) == 0x000004, "Wrong alignment on KismetMathLibrary_DistanceSquared2D"); \ static_assert(sizeof(KismetMathLibrary_DistanceSquared2D) == 0x000014, "Wrong size on KismetMathLibrary_DistanceSquared2D"); \ static_assert(offsetof(KismetMathLibrary_DistanceSquared2D, v1) == 0x000000, "Member 'KismetMathLibrary_DistanceSquared2D::v1' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DistanceSquared2D, v2) == 0x000008, "Member 'KismetMathLibrary_DistanceSquared2D::v2' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DistanceSquared2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_DistanceSquared2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_ByteByte \ static_assert(alignof(KismetMathLibrary_Divide_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Divide_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_Divide_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Divide_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_Divide_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Divide_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_ByteByte, b) == 0x000001, "Member 'KismetMathLibrary_Divide_ByteByte::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Divide_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_FloatFloat \ static_assert(alignof(KismetMathLibrary_Divide_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_Divide_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Divide_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_Divide_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_FloatFloat, b) == 0x000004, "Member 'KismetMathLibrary_Divide_FloatFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Divide_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Int64Int64 \ static_assert(alignof(KismetMathLibrary_Divide_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_Divide_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Divide_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_Divide_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_Int64Int64, b) == 0x000008, "Member 'KismetMathLibrary_Divide_Int64Int64::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntInt \ static_assert(alignof(KismetMathLibrary_Divide_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_IntInt"); \ static_assert(sizeof(KismetMathLibrary_Divide_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Divide_IntInt"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Divide_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntInt, b) == 0x000004, "Member 'KismetMathLibrary_Divide_IntInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Divide_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntPointInt \ static_assert(alignof(KismetMathLibrary_Divide_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_IntPointInt"); \ static_assert(sizeof(KismetMathLibrary_Divide_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Divide_IntPointInt"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Divide_IntPointInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntPointInt, b) == 0x000008, "Member 'KismetMathLibrary_Divide_IntPointInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Divide_IntPointInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_IntPointIntPoint \ static_assert(alignof(KismetMathLibrary_Divide_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_IntPointIntPoint"); \ static_assert(sizeof(KismetMathLibrary_Divide_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Divide_IntPointIntPoint"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Divide_IntPointIntPoint::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntPointIntPoint, b) == 0x000008, "Member 'KismetMathLibrary_Divide_IntPointIntPoint::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_LinearColorLinearColor \ static_assert(alignof(KismetMathLibrary_Divide_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_LinearColorLinearColor"); \ static_assert(sizeof(KismetMathLibrary_Divide_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Divide_LinearColorLinearColor"); \ static_assert(offsetof(KismetMathLibrary_Divide_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Divide_LinearColorLinearColor::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_LinearColorLinearColor, b) == 0x000010, "Member 'KismetMathLibrary_Divide_LinearColorLinearColor::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Divide_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_TimespanFloat \ static_assert(alignof(KismetMathLibrary_Divide_TimespanFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Divide_TimespanFloat"); \ static_assert(sizeof(KismetMathLibrary_Divide_TimespanFloat) == 0x000018, "Wrong size on KismetMathLibrary_Divide_TimespanFloat"); \ static_assert(offsetof(KismetMathLibrary_Divide_TimespanFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_TimespanFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_TimespanFloat, Scalar) == 0x000008, "Member 'KismetMathLibrary_Divide_TimespanFloat::Scalar' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_TimespanFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_TimespanFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector2DFloat \ static_assert(alignof(KismetMathLibrary_Divide_Vector2DFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_Vector2DFloat"); \ static_assert(sizeof(KismetMathLibrary_Divide_Vector2DFloat) == 0x000014, "Wrong size on KismetMathLibrary_Divide_Vector2DFloat"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Vector2DFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector2DFloat, b) == 0x000008, "Member 'KismetMathLibrary_Divide_Vector2DFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector2DFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Divide_Vector2DFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector2DVector2D \ static_assert(alignof(KismetMathLibrary_Divide_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_Vector2DVector2D"); \ static_assert(sizeof(KismetMathLibrary_Divide_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Divide_Vector2DVector2D"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Vector2DVector2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector2DVector2D, b) == 0x000008, "Member 'KismetMathLibrary_Divide_Vector2DVector2D::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_Vector4Vector4 \ static_assert(alignof(KismetMathLibrary_Divide_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Divide_Vector4Vector4"); \ static_assert(sizeof(KismetMathLibrary_Divide_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_Divide_Vector4Vector4"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Divide_Vector4Vector4::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector4Vector4, b) == 0x000010, "Member 'KismetMathLibrary_Divide_Vector4Vector4::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Divide_Vector4Vector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorFloat \ static_assert(alignof(KismetMathLibrary_Divide_VectorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_VectorFloat"); \ static_assert(sizeof(KismetMathLibrary_Divide_VectorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Divide_VectorFloat"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Divide_VectorFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorFloat, b) == 0x00000C, "Member 'KismetMathLibrary_Divide_VectorFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_VectorFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorInt \ static_assert(alignof(KismetMathLibrary_Divide_VectorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_VectorInt"); \ static_assert(sizeof(KismetMathLibrary_Divide_VectorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Divide_VectorInt"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Divide_VectorInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorInt, b) == 0x00000C, "Member 'KismetMathLibrary_Divide_VectorInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Divide_VectorInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Divide_VectorVector \ static_assert(alignof(KismetMathLibrary_Divide_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Divide_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_Divide_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Divide_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Divide_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorVector, b) == 0x00000C, "Member 'KismetMathLibrary_Divide_VectorVector::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Divide_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Divide_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Dot_VectorVector \ static_assert(alignof(KismetMathLibrary_Dot_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Dot_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_Dot_VectorVector) == 0x00001C, "Wrong size on KismetMathLibrary_Dot_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_Dot_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Dot_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Dot_VectorVector, b) == 0x00000C, "Member 'KismetMathLibrary_Dot_VectorVector::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Dot_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Dot_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DotProduct2D \ static_assert(alignof(KismetMathLibrary_DotProduct2D) == 0x000004, "Wrong alignment on KismetMathLibrary_DotProduct2D"); \ static_assert(sizeof(KismetMathLibrary_DotProduct2D) == 0x000014, "Wrong size on KismetMathLibrary_DotProduct2D"); \ static_assert(offsetof(KismetMathLibrary_DotProduct2D, A) == 0x000000, "Member 'KismetMathLibrary_DotProduct2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DotProduct2D, b) == 0x000008, "Member 'KismetMathLibrary_DotProduct2D::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DotProduct2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_DotProduct2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_Float \ static_assert(alignof(KismetMathLibrary_DynamicWeightedMovingAverage_Float) == 0x000004, "Wrong alignment on KismetMathLibrary_DynamicWeightedMovingAverage_Float"); \ static_assert(sizeof(KismetMathLibrary_DynamicWeightedMovingAverage_Float) == 0x000018, "Wrong size on KismetMathLibrary_DynamicWeightedMovingAverage_Float"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::CurrentSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, PreviousSample) == 0x000004, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::PreviousSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, MaxDistance) == 0x000008, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, MinWeight) == 0x00000C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::MinWeight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, MaxWeight) == 0x000010, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::MaxWeight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_Float, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_Float::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_FRotator \ static_assert(alignof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_DynamicWeightedMovingAverage_FRotator"); \ static_assert(sizeof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator) == 0x000030, "Wrong size on KismetMathLibrary_DynamicWeightedMovingAverage_FRotator"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::CurrentSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, PreviousSample) == 0x00000C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::PreviousSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MaxDistance) == 0x000018, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MinWeight) == 0x00001C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MinWeight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, MaxWeight) == 0x000020, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::MaxWeight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FRotator, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_DynamicWeightedMovingAverage_FVector \ static_assert(alignof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector) == 0x000004, "Wrong alignment on KismetMathLibrary_DynamicWeightedMovingAverage_FVector"); \ static_assert(sizeof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector) == 0x000030, "Wrong size on KismetMathLibrary_DynamicWeightedMovingAverage_FVector"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, CurrentSample) == 0x000000, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::CurrentSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, PreviousSample) == 0x00000C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::PreviousSample' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MaxDistance) == 0x000018, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MinWeight) == 0x00001C, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MinWeight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, MaxWeight) == 0x000020, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::MaxWeight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_DynamicWeightedMovingAverage_FVector, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_DynamicWeightedMovingAverage_FVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Ease \ static_assert(alignof(KismetMathLibrary_Ease) == 0x000004, "Wrong alignment on KismetMathLibrary_Ease"); \ static_assert(sizeof(KismetMathLibrary_Ease) == 0x00001C, "Wrong size on KismetMathLibrary_Ease"); \ static_assert(offsetof(KismetMathLibrary_Ease, A) == 0x000000, "Member 'KismetMathLibrary_Ease::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Ease, b) == 0x000004, "Member 'KismetMathLibrary_Ease::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Ease, Alpha) == 0x000008, "Member 'KismetMathLibrary_Ease::Alpha' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Ease, EasingFunc) == 0x00000C, "Member 'KismetMathLibrary_Ease::EasingFunc' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Ease, BlendExp) == 0x000010, "Member 'KismetMathLibrary_Ease::BlendExp' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Ease, Steps) == 0x000014, "Member 'KismetMathLibrary_Ease::Steps' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Ease, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Ease::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Equal_IntPointIntPoint \ static_assert(alignof(KismetMathLibrary_Equal_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Equal_IntPointIntPoint"); \ static_assert(sizeof(KismetMathLibrary_Equal_IntPointIntPoint) == 0x000014, "Wrong size on KismetMathLibrary_Equal_IntPointIntPoint"); \ static_assert(offsetof(KismetMathLibrary_Equal_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Equal_IntPointIntPoint::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Equal_IntPointIntPoint, b) == 0x000008, "Member 'KismetMathLibrary_Equal_IntPointIntPoint::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Equal_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Equal_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_BoolBool \ static_assert(alignof(KismetMathLibrary_EqualEqual_BoolBool) == 0x000001, "Wrong alignment on KismetMathLibrary_EqualEqual_BoolBool"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_BoolBool) == 0x000003, "Wrong size on KismetMathLibrary_EqualEqual_BoolBool"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_BoolBool, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_BoolBool::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_BoolBool, b) == 0x000001, "Member 'KismetMathLibrary_EqualEqual_BoolBool::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_BoolBool, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_EqualEqual_BoolBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_ByteByte \ static_assert(alignof(KismetMathLibrary_EqualEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_EqualEqual_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_EqualEqual_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_ByteByte, b) == 0x000001, "Member 'KismetMathLibrary_EqualEqual_ByteByte::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_EqualEqual_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_ClassClass \ static_assert(alignof(KismetMathLibrary_EqualEqual_ClassClass) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_ClassClass"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_ClassClass) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_ClassClass"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_ClassClass, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_ClassClass::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_ClassClass, b) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_ClassClass::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_ClassClass, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_ClassClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_DateTimeDateTime \ static_assert(alignof(KismetMathLibrary_EqualEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_DateTimeDateTime"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_DateTimeDateTime"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_DateTimeDateTime::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_DateTimeDateTime, b) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_DateTimeDateTime::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_FloatFloat \ static_assert(alignof(KismetMathLibrary_EqualEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_EqualEqual_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_FloatFloat, b) == 0x000004, "Member 'KismetMathLibrary_EqualEqual_FloatFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Int64Int64 \ static_assert(alignof(KismetMathLibrary_EqualEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Int64Int64, b) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_Int64Int64::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_IntInt \ static_assert(alignof(KismetMathLibrary_EqualEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_IntInt"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_EqualEqual_IntInt"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_IntInt, b) == 0x000004, "Member 'KismetMathLibrary_EqualEqual_IntInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_LinearColorLinearColor \ static_assert(alignof(KismetMathLibrary_EqualEqual_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_LinearColorLinearColor"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_LinearColorLinearColor) == 0x000024, "Wrong size on KismetMathLibrary_EqualEqual_LinearColorLinearColor"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_LinearColorLinearColor::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_LinearColorLinearColor, b) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_LinearColorLinearColor::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_MatrixMatrix \ static_assert(alignof(KismetMathLibrary_EqualEqual_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_MatrixMatrix"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_MatrixMatrix) == 0x000090, "Wrong size on KismetMathLibrary_EqualEqual_MatrixMatrix"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, b) == 0x000040, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, Tolerance) == 0x000080, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_MatrixMatrix, ReturnValue) == 0x000084, "Member 'KismetMathLibrary_EqualEqual_MatrixMatrix::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_NameName \ static_assert(alignof(KismetMathLibrary_EqualEqual_NameName) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_NameName"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_NameName) == 0x000014, "Wrong size on KismetMathLibrary_EqualEqual_NameName"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_NameName, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_NameName::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_NameName, b) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_NameName::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_NameName, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_NameName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_ObjectObject \ static_assert(alignof(KismetMathLibrary_EqualEqual_ObjectObject) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_ObjectObject"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_ObjectObject) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_ObjectObject"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_ObjectObject, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_ObjectObject::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_ObjectObject, b) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_ObjectObject::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_ObjectObject, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_ObjectObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_QuatQuat \ static_assert(alignof(KismetMathLibrary_EqualEqual_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_QuatQuat"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_QuatQuat) == 0x000030, "Wrong size on KismetMathLibrary_EqualEqual_QuatQuat"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, b) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, Tolerance) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_QuatQuat, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_EqualEqual_QuatQuat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_RotatorRotator \ static_assert(alignof(KismetMathLibrary_EqualEqual_RotatorRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_RotatorRotator"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_RotatorRotator) == 0x000020, "Wrong size on KismetMathLibrary_EqualEqual_RotatorRotator"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, b) == 0x00000C, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, ErrorTolerance) == 0x000018, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_RotatorRotator, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_EqualEqual_RotatorRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_TimespanTimespan \ static_assert(alignof(KismetMathLibrary_EqualEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_EqualEqual_TimespanTimespan"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_TimespanTimespan"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_TimespanTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_TimespanTimespan, b) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_TimespanTimespan::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_TransformTransform \ static_assert(alignof(KismetMathLibrary_EqualEqual_TransformTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_TransformTransform"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_TransformTransform) == 0x000070, "Wrong size on KismetMathLibrary_EqualEqual_TransformTransform"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_TransformTransform, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_TransformTransform::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_TransformTransform, b) == 0x000030, "Member 'KismetMathLibrary_EqualEqual_TransformTransform::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_TransformTransform, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_EqualEqual_TransformTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Vector2DVector2D \ static_assert(alignof(KismetMathLibrary_EqualEqual_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_Vector2DVector2D"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_EqualEqual_Vector2DVector2D"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, b) == 0x000008, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, ErrorTolerance) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector2DVector2D, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_EqualEqual_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_Vector4Vector4 \ static_assert(alignof(KismetMathLibrary_EqualEqual_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualEqual_Vector4Vector4"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_EqualEqual_Vector4Vector4"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, b) == 0x000010, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, ErrorTolerance) == 0x000020, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_Vector4Vector4, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_EqualEqual_Vector4Vector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualEqual_VectorVector \ static_assert(alignof(KismetMathLibrary_EqualEqual_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualEqual_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_EqualEqual_VectorVector) == 0x000020, "Wrong size on KismetMathLibrary_EqualEqual_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_EqualEqual_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, b) == 0x00000C, "Member 'KismetMathLibrary_EqualEqual_VectorVector::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, ErrorTolerance) == 0x000018, "Member 'KismetMathLibrary_EqualEqual_VectorVector::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualEqual_VectorVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_EqualEqual_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_Vector2DVector2D \ static_assert(alignof(KismetMathLibrary_EqualExactly_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualExactly_Vector2DVector2D"); \ static_assert(sizeof(KismetMathLibrary_EqualExactly_Vector2DVector2D) == 0x000014, "Wrong size on KismetMathLibrary_EqualExactly_Vector2DVector2D"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_EqualExactly_Vector2DVector2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector2DVector2D, b) == 0x000008, "Member 'KismetMathLibrary_EqualExactly_Vector2DVector2D::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_EqualExactly_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_Vector4Vector4 \ static_assert(alignof(KismetMathLibrary_EqualExactly_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_EqualExactly_Vector4Vector4"); \ static_assert(sizeof(KismetMathLibrary_EqualExactly_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_EqualExactly_Vector4Vector4"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_EqualExactly_Vector4Vector4::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector4Vector4, b) == 0x000010, "Member 'KismetMathLibrary_EqualExactly_Vector4Vector4::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_EqualExactly_Vector4Vector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_EqualExactly_VectorVector \ static_assert(alignof(KismetMathLibrary_EqualExactly_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_EqualExactly_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_EqualExactly_VectorVector) == 0x00001C, "Wrong size on KismetMathLibrary_EqualExactly_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_EqualExactly_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_VectorVector, b) == 0x00000C, "Member 'KismetMathLibrary_EqualExactly_VectorVector::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_EqualExactly_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_EqualExactly_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Exp \ static_assert(alignof(KismetMathLibrary_Exp) == 0x000004, "Wrong alignment on KismetMathLibrary_Exp"); \ static_assert(sizeof(KismetMathLibrary_Exp) == 0x000008, "Wrong size on KismetMathLibrary_Exp"); \ static_assert(offsetof(KismetMathLibrary_Exp, A) == 0x000000, "Member 'KismetMathLibrary_Exp::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Exp, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Exp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FCeil \ static_assert(alignof(KismetMathLibrary_FCeil) == 0x000004, "Wrong alignment on KismetMathLibrary_FCeil"); \ static_assert(sizeof(KismetMathLibrary_FCeil) == 0x000008, "Wrong size on KismetMathLibrary_FCeil"); \ static_assert(offsetof(KismetMathLibrary_FCeil, A) == 0x000000, "Member 'KismetMathLibrary_FCeil::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FCeil, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_FCeil::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FCeil64 \ static_assert(alignof(KismetMathLibrary_FCeil64) == 0x000008, "Wrong alignment on KismetMathLibrary_FCeil64"); \ static_assert(sizeof(KismetMathLibrary_FCeil64) == 0x000010, "Wrong size on KismetMathLibrary_FCeil64"); \ static_assert(offsetof(KismetMathLibrary_FCeil64, A) == 0x000000, "Member 'KismetMathLibrary_FCeil64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FCeil64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FCeil64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FClamp \ static_assert(alignof(KismetMathLibrary_FClamp) == 0x000004, "Wrong alignment on KismetMathLibrary_FClamp"); \ static_assert(sizeof(KismetMathLibrary_FClamp) == 0x000010, "Wrong size on KismetMathLibrary_FClamp"); \ static_assert(offsetof(KismetMathLibrary_FClamp, Value) == 0x000000, "Member 'KismetMathLibrary_FClamp::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FClamp, Min_0) == 0x000004, "Member 'KismetMathLibrary_FClamp::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FClamp, Max_0) == 0x000008, "Member 'KismetMathLibrary_FClamp::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FClamp, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FClamp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FFloor \ static_assert(alignof(KismetMathLibrary_FFloor) == 0x000004, "Wrong alignment on KismetMathLibrary_FFloor"); \ static_assert(sizeof(KismetMathLibrary_FFloor) == 0x000008, "Wrong size on KismetMathLibrary_FFloor"); \ static_assert(offsetof(KismetMathLibrary_FFloor, A) == 0x000000, "Member 'KismetMathLibrary_FFloor::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FFloor, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_FFloor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FFloor64 \ static_assert(alignof(KismetMathLibrary_FFloor64) == 0x000008, "Wrong alignment on KismetMathLibrary_FFloor64"); \ static_assert(sizeof(KismetMathLibrary_FFloor64) == 0x000010, "Wrong size on KismetMathLibrary_FFloor64"); \ static_assert(offsetof(KismetMathLibrary_FFloor64, A) == 0x000000, "Member 'KismetMathLibrary_FFloor64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FFloor64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FFloor64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FindClosestPointOnLine \ static_assert(alignof(KismetMathLibrary_FindClosestPointOnLine) == 0x000004, "Wrong alignment on KismetMathLibrary_FindClosestPointOnLine"); \ static_assert(sizeof(KismetMathLibrary_FindClosestPointOnLine) == 0x000030, "Wrong size on KismetMathLibrary_FindClosestPointOnLine"); \ static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, Point) == 0x000000, "Member 'KismetMathLibrary_FindClosestPointOnLine::Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, LineOrigin) == 0x00000C, "Member 'KismetMathLibrary_FindClosestPointOnLine::LineOrigin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, LineDirection) == 0x000018, "Member 'KismetMathLibrary_FindClosestPointOnLine::LineDirection' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindClosestPointOnLine, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_FindClosestPointOnLine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FindClosestPointOnSegment \ static_assert(alignof(KismetMathLibrary_FindClosestPointOnSegment) == 0x000004, "Wrong alignment on KismetMathLibrary_FindClosestPointOnSegment"); \ static_assert(sizeof(KismetMathLibrary_FindClosestPointOnSegment) == 0x000030, "Wrong size on KismetMathLibrary_FindClosestPointOnSegment"); \ static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, Point) == 0x000000, "Member 'KismetMathLibrary_FindClosestPointOnSegment::Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, SegmentStart) == 0x00000C, "Member 'KismetMathLibrary_FindClosestPointOnSegment::SegmentStart' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, SegmentEnd) == 0x000018, "Member 'KismetMathLibrary_FindClosestPointOnSegment::SegmentEnd' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindClosestPointOnSegment, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_FindClosestPointOnSegment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FindLookAtRotation \ static_assert(alignof(KismetMathLibrary_FindLookAtRotation) == 0x000004, "Wrong alignment on KismetMathLibrary_FindLookAtRotation"); \ static_assert(sizeof(KismetMathLibrary_FindLookAtRotation) == 0x000024, "Wrong size on KismetMathLibrary_FindLookAtRotation"); \ static_assert(offsetof(KismetMathLibrary_FindLookAtRotation, Start) == 0x000000, "Member 'KismetMathLibrary_FindLookAtRotation::Start' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindLookAtRotation, Target) == 0x00000C, "Member 'KismetMathLibrary_FindLookAtRotation::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindLookAtRotation, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_FindLookAtRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FindNearestPointsOnLineSegments \ static_assert(alignof(KismetMathLibrary_FindNearestPointsOnLineSegments) == 0x000004, "Wrong alignment on KismetMathLibrary_FindNearestPointsOnLineSegments"); \ static_assert(sizeof(KismetMathLibrary_FindNearestPointsOnLineSegments) == 0x000048, "Wrong size on KismetMathLibrary_FindNearestPointsOnLineSegments"); \ static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment1Start) == 0x000000, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment1Start' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment1End) == 0x00000C, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment1End' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment2Start) == 0x000018, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment2Start' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment2End) == 0x000024, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment2End' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment1Point) == 0x000030, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment1Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FindNearestPointsOnLineSegments, Segment2Point) == 0x00003C, "Member 'KismetMathLibrary_FindNearestPointsOnLineSegments::Segment2Point' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FInterpEaseInOut \ static_assert(alignof(KismetMathLibrary_FInterpEaseInOut) == 0x000004, "Wrong alignment on KismetMathLibrary_FInterpEaseInOut"); \ static_assert(sizeof(KismetMathLibrary_FInterpEaseInOut) == 0x000014, "Wrong size on KismetMathLibrary_FInterpEaseInOut"); \ static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, A) == 0x000000, "Member 'KismetMathLibrary_FInterpEaseInOut::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, b) == 0x000004, "Member 'KismetMathLibrary_FInterpEaseInOut::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, Alpha) == 0x000008, "Member 'KismetMathLibrary_FInterpEaseInOut::Alpha' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, Exponent) == 0x00000C, "Member 'KismetMathLibrary_FInterpEaseInOut::Exponent' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpEaseInOut, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_FInterpEaseInOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FInterpTo \ static_assert(alignof(KismetMathLibrary_FInterpTo) == 0x000004, "Wrong alignment on KismetMathLibrary_FInterpTo"); \ static_assert(sizeof(KismetMathLibrary_FInterpTo) == 0x000014, "Wrong size on KismetMathLibrary_FInterpTo"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo, Current) == 0x000000, "Member 'KismetMathLibrary_FInterpTo::Current' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo, Target) == 0x000004, "Member 'KismetMathLibrary_FInterpTo::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo, DeltaTime) == 0x000008, "Member 'KismetMathLibrary_FInterpTo::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo, InterpSpeed) == 0x00000C, "Member 'KismetMathLibrary_FInterpTo::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_FInterpTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FInterpTo_Constant \ static_assert(alignof(KismetMathLibrary_FInterpTo_Constant) == 0x000004, "Wrong alignment on KismetMathLibrary_FInterpTo_Constant"); \ static_assert(sizeof(KismetMathLibrary_FInterpTo_Constant) == 0x000014, "Wrong size on KismetMathLibrary_FInterpTo_Constant"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, Current) == 0x000000, "Member 'KismetMathLibrary_FInterpTo_Constant::Current' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, Target) == 0x000004, "Member 'KismetMathLibrary_FInterpTo_Constant::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, DeltaTime) == 0x000008, "Member 'KismetMathLibrary_FInterpTo_Constant::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, InterpSpeed) == 0x00000C, "Member 'KismetMathLibrary_FInterpTo_Constant::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FInterpTo_Constant, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_FInterpTo_Constant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FixedTurn \ static_assert(alignof(KismetMathLibrary_FixedTurn) == 0x000004, "Wrong alignment on KismetMathLibrary_FixedTurn"); \ static_assert(sizeof(KismetMathLibrary_FixedTurn) == 0x000010, "Wrong size on KismetMathLibrary_FixedTurn"); \ static_assert(offsetof(KismetMathLibrary_FixedTurn, InCurrent) == 0x000000, "Member 'KismetMathLibrary_FixedTurn::InCurrent' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FixedTurn, InDesired) == 0x000004, "Member 'KismetMathLibrary_FixedTurn::InDesired' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FixedTurn, InDeltaRate) == 0x000008, "Member 'KismetMathLibrary_FixedTurn::InDeltaRate' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FixedTurn, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FixedTurn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FloatSpringInterp \ static_assert(alignof(KismetMathLibrary_FloatSpringInterp) == 0x000004, "Wrong alignment on KismetMathLibrary_FloatSpringInterp"); \ static_assert(sizeof(KismetMathLibrary_FloatSpringInterp) == 0x000024, "Wrong size on KismetMathLibrary_FloatSpringInterp"); \ static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, Current) == 0x000000, "Member 'KismetMathLibrary_FloatSpringInterp::Current' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, Target) == 0x000004, "Member 'KismetMathLibrary_FloatSpringInterp::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, SpringState) == 0x000008, "Member 'KismetMathLibrary_FloatSpringInterp::SpringState' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, Stiffness) == 0x000010, "Member 'KismetMathLibrary_FloatSpringInterp::Stiffness' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, CriticalDampingFactor) == 0x000014, "Member 'KismetMathLibrary_FloatSpringInterp::CriticalDampingFactor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, DeltaTime) == 0x000018, "Member 'KismetMathLibrary_FloatSpringInterp::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, Mass) == 0x00001C, "Member 'KismetMathLibrary_FloatSpringInterp::Mass' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FloatSpringInterp, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_FloatSpringInterp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FMax \ static_assert(alignof(KismetMathLibrary_FMax) == 0x000004, "Wrong alignment on KismetMathLibrary_FMax"); \ static_assert(sizeof(KismetMathLibrary_FMax) == 0x00000C, "Wrong size on KismetMathLibrary_FMax"); \ static_assert(offsetof(KismetMathLibrary_FMax, A) == 0x000000, "Member 'KismetMathLibrary_FMax::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FMax, b) == 0x000004, "Member 'KismetMathLibrary_FMax::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FMax, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FMin \ static_assert(alignof(KismetMathLibrary_FMin) == 0x000004, "Wrong alignment on KismetMathLibrary_FMin"); \ static_assert(sizeof(KismetMathLibrary_FMin) == 0x00000C, "Wrong size on KismetMathLibrary_FMin"); \ static_assert(offsetof(KismetMathLibrary_FMin, A) == 0x000000, "Member 'KismetMathLibrary_FMin::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FMin, b) == 0x000004, "Member 'KismetMathLibrary_FMin::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FMin, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FMin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FMod \ static_assert(alignof(KismetMathLibrary_FMod) == 0x000004, "Wrong alignment on KismetMathLibrary_FMod"); \ static_assert(sizeof(KismetMathLibrary_FMod) == 0x000010, "Wrong size on KismetMathLibrary_FMod"); \ static_assert(offsetof(KismetMathLibrary_FMod, Dividend) == 0x000000, "Member 'KismetMathLibrary_FMod::Dividend' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FMod, Divisor) == 0x000004, "Member 'KismetMathLibrary_FMod::Divisor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FMod, Remainder) == 0x000008, "Member 'KismetMathLibrary_FMod::Remainder' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FMod, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FMod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Fraction \ static_assert(alignof(KismetMathLibrary_Fraction) == 0x000004, "Wrong alignment on KismetMathLibrary_Fraction"); \ static_assert(sizeof(KismetMathLibrary_Fraction) == 0x000008, "Wrong size on KismetMathLibrary_Fraction"); \ static_assert(offsetof(KismetMathLibrary_Fraction, A) == 0x000000, "Member 'KismetMathLibrary_Fraction::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Fraction, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Fraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FromDays \ static_assert(alignof(KismetMathLibrary_FromDays) == 0x000008, "Wrong alignment on KismetMathLibrary_FromDays"); \ static_assert(sizeof(KismetMathLibrary_FromDays) == 0x000010, "Wrong size on KismetMathLibrary_FromDays"); \ static_assert(offsetof(KismetMathLibrary_FromDays, Days) == 0x000000, "Member 'KismetMathLibrary_FromDays::Days' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FromDays, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromDays::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FromHours \ static_assert(alignof(KismetMathLibrary_FromHours) == 0x000008, "Wrong alignment on KismetMathLibrary_FromHours"); \ static_assert(sizeof(KismetMathLibrary_FromHours) == 0x000010, "Wrong size on KismetMathLibrary_FromHours"); \ static_assert(offsetof(KismetMathLibrary_FromHours, Hours) == 0x000000, "Member 'KismetMathLibrary_FromHours::Hours' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FromHours, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromHours::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FromMilliseconds \ static_assert(alignof(KismetMathLibrary_FromMilliseconds) == 0x000008, "Wrong alignment on KismetMathLibrary_FromMilliseconds"); \ static_assert(sizeof(KismetMathLibrary_FromMilliseconds) == 0x000010, "Wrong size on KismetMathLibrary_FromMilliseconds"); \ static_assert(offsetof(KismetMathLibrary_FromMilliseconds, Milliseconds) == 0x000000, "Member 'KismetMathLibrary_FromMilliseconds::Milliseconds' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FromMilliseconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromMilliseconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FromMinutes \ static_assert(alignof(KismetMathLibrary_FromMinutes) == 0x000008, "Wrong alignment on KismetMathLibrary_FromMinutes"); \ static_assert(sizeof(KismetMathLibrary_FromMinutes) == 0x000010, "Wrong size on KismetMathLibrary_FromMinutes"); \ static_assert(offsetof(KismetMathLibrary_FromMinutes, Minutes) == 0x000000, "Member 'KismetMathLibrary_FromMinutes::Minutes' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FromMinutes, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromMinutes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FromSeconds \ static_assert(alignof(KismetMathLibrary_FromSeconds) == 0x000008, "Wrong alignment on KismetMathLibrary_FromSeconds"); \ static_assert(sizeof(KismetMathLibrary_FromSeconds) == 0x000010, "Wrong size on KismetMathLibrary_FromSeconds"); \ static_assert(offsetof(KismetMathLibrary_FromSeconds, Seconds) == 0x000000, "Member 'KismetMathLibrary_FromSeconds::Seconds' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FromSeconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FromSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FTrunc \ static_assert(alignof(KismetMathLibrary_FTrunc) == 0x000004, "Wrong alignment on KismetMathLibrary_FTrunc"); \ static_assert(sizeof(KismetMathLibrary_FTrunc) == 0x000008, "Wrong size on KismetMathLibrary_FTrunc"); \ static_assert(offsetof(KismetMathLibrary_FTrunc, A) == 0x000000, "Member 'KismetMathLibrary_FTrunc::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FTrunc, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_FTrunc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FTrunc64 \ static_assert(alignof(KismetMathLibrary_FTrunc64) == 0x000008, "Wrong alignment on KismetMathLibrary_FTrunc64"); \ static_assert(sizeof(KismetMathLibrary_FTrunc64) == 0x000010, "Wrong size on KismetMathLibrary_FTrunc64"); \ static_assert(offsetof(KismetMathLibrary_FTrunc64, A) == 0x000000, "Member 'KismetMathLibrary_FTrunc64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FTrunc64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_FTrunc64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FTruncVector \ static_assert(alignof(KismetMathLibrary_FTruncVector) == 0x000004, "Wrong alignment on KismetMathLibrary_FTruncVector"); \ static_assert(sizeof(KismetMathLibrary_FTruncVector) == 0x000018, "Wrong size on KismetMathLibrary_FTruncVector"); \ static_assert(offsetof(KismetMathLibrary_FTruncVector, InVector) == 0x000000, "Member 'KismetMathLibrary_FTruncVector::InVector' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FTruncVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FTruncVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_FWrap \ static_assert(alignof(KismetMathLibrary_FWrap) == 0x000004, "Wrong alignment on KismetMathLibrary_FWrap"); \ static_assert(sizeof(KismetMathLibrary_FWrap) == 0x000010, "Wrong size on KismetMathLibrary_FWrap"); \ static_assert(offsetof(KismetMathLibrary_FWrap, Value) == 0x000000, "Member 'KismetMathLibrary_FWrap::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FWrap, Min_0) == 0x000004, "Member 'KismetMathLibrary_FWrap::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FWrap, Max_0) == 0x000008, "Member 'KismetMathLibrary_FWrap::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_FWrap, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_FWrap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetAbs2D \ static_assert(alignof(KismetMathLibrary_GetAbs2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetAbs2D"); \ static_assert(sizeof(KismetMathLibrary_GetAbs2D) == 0x000010, "Wrong size on KismetMathLibrary_GetAbs2D"); \ static_assert(offsetof(KismetMathLibrary_GetAbs2D, A) == 0x000000, "Member 'KismetMathLibrary_GetAbs2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetAbs2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetAbs2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetAbsMax2D \ static_assert(alignof(KismetMathLibrary_GetAbsMax2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetAbsMax2D"); \ static_assert(sizeof(KismetMathLibrary_GetAbsMax2D) == 0x00000C, "Wrong size on KismetMathLibrary_GetAbsMax2D"); \ static_assert(offsetof(KismetMathLibrary_GetAbsMax2D, A) == 0x000000, "Member 'KismetMathLibrary_GetAbsMax2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetAbsMax2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetAbsMax2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetAxes \ static_assert(alignof(KismetMathLibrary_GetAxes) == 0x000004, "Wrong alignment on KismetMathLibrary_GetAxes"); \ static_assert(sizeof(KismetMathLibrary_GetAxes) == 0x000030, "Wrong size on KismetMathLibrary_GetAxes"); \ static_assert(offsetof(KismetMathLibrary_GetAxes, A) == 0x000000, "Member 'KismetMathLibrary_GetAxes::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetAxes, X) == 0x00000C, "Member 'KismetMathLibrary_GetAxes::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetAxes, Y) == 0x000018, "Member 'KismetMathLibrary_GetAxes::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetAxes, Z) == 0x000024, "Member 'KismetMathLibrary_GetAxes::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetAzimuthAndElevation \ static_assert(alignof(KismetMathLibrary_GetAzimuthAndElevation) == 0x000010, "Wrong alignment on KismetMathLibrary_GetAzimuthAndElevation"); \ static_assert(sizeof(KismetMathLibrary_GetAzimuthAndElevation) == 0x000050, "Wrong size on KismetMathLibrary_GetAzimuthAndElevation"); \ static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, InDirection) == 0x000000, "Member 'KismetMathLibrary_GetAzimuthAndElevation::InDirection' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, ReferenceFrame) == 0x000010, "Member 'KismetMathLibrary_GetAzimuthAndElevation::ReferenceFrame' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, Azimuth) == 0x000040, "Member 'KismetMathLibrary_GetAzimuthAndElevation::Azimuth' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetAzimuthAndElevation, Elevation) == 0x000044, "Member 'KismetMathLibrary_GetAzimuthAndElevation::Elevation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetDate \ static_assert(alignof(KismetMathLibrary_GetDate) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDate"); \ static_assert(sizeof(KismetMathLibrary_GetDate) == 0x000010, "Wrong size on KismetMathLibrary_GetDate"); \ static_assert(offsetof(KismetMathLibrary_GetDate, A) == 0x000000, "Member 'KismetMathLibrary_GetDate::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetDate, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetDay \ static_assert(alignof(KismetMathLibrary_GetDay) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDay"); \ static_assert(sizeof(KismetMathLibrary_GetDay) == 0x000010, "Wrong size on KismetMathLibrary_GetDay"); \ static_assert(offsetof(KismetMathLibrary_GetDay, A) == 0x000000, "Member 'KismetMathLibrary_GetDay::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetDay, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetDayOfYear \ static_assert(alignof(KismetMathLibrary_GetDayOfYear) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDayOfYear"); \ static_assert(sizeof(KismetMathLibrary_GetDayOfYear) == 0x000010, "Wrong size on KismetMathLibrary_GetDayOfYear"); \ static_assert(offsetof(KismetMathLibrary_GetDayOfYear, A) == 0x000000, "Member 'KismetMathLibrary_GetDayOfYear::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetDayOfYear, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDayOfYear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetDays \ static_assert(alignof(KismetMathLibrary_GetDays) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDays"); \ static_assert(sizeof(KismetMathLibrary_GetDays) == 0x000010, "Wrong size on KismetMathLibrary_GetDays"); \ static_assert(offsetof(KismetMathLibrary_GetDays, A) == 0x000000, "Member 'KismetMathLibrary_GetDays::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetDays, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDays::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetDirectionUnitVector \ static_assert(alignof(KismetMathLibrary_GetDirectionUnitVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetDirectionUnitVector"); \ static_assert(sizeof(KismetMathLibrary_GetDirectionUnitVector) == 0x000024, "Wrong size on KismetMathLibrary_GetDirectionUnitVector"); \ static_assert(offsetof(KismetMathLibrary_GetDirectionUnitVector, From) == 0x000000, "Member 'KismetMathLibrary_GetDirectionUnitVector::From' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetDirectionUnitVector, To) == 0x00000C, "Member 'KismetMathLibrary_GetDirectionUnitVector::To' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetDirectionUnitVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GetDirectionUnitVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetDuration \ static_assert(alignof(KismetMathLibrary_GetDuration) == 0x000008, "Wrong alignment on KismetMathLibrary_GetDuration"); \ static_assert(sizeof(KismetMathLibrary_GetDuration) == 0x000010, "Wrong size on KismetMathLibrary_GetDuration"); \ static_assert(offsetof(KismetMathLibrary_GetDuration, A) == 0x000000, "Member 'KismetMathLibrary_GetDuration::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetDuration, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetForwardVector \ static_assert(alignof(KismetMathLibrary_GetForwardVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetForwardVector"); \ static_assert(sizeof(KismetMathLibrary_GetForwardVector) == 0x000018, "Wrong size on KismetMathLibrary_GetForwardVector"); \ static_assert(offsetof(KismetMathLibrary_GetForwardVector, InRot) == 0x000000, "Member 'KismetMathLibrary_GetForwardVector::InRot' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetForwardVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetForwardVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetHour \ static_assert(alignof(KismetMathLibrary_GetHour) == 0x000008, "Wrong alignment on KismetMathLibrary_GetHour"); \ static_assert(sizeof(KismetMathLibrary_GetHour) == 0x000010, "Wrong size on KismetMathLibrary_GetHour"); \ static_assert(offsetof(KismetMathLibrary_GetHour, A) == 0x000000, "Member 'KismetMathLibrary_GetHour::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetHour, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetHour::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetHour12 \ static_assert(alignof(KismetMathLibrary_GetHour12) == 0x000008, "Wrong alignment on KismetMathLibrary_GetHour12"); \ static_assert(sizeof(KismetMathLibrary_GetHour12) == 0x000010, "Wrong size on KismetMathLibrary_GetHour12"); \ static_assert(offsetof(KismetMathLibrary_GetHour12, A) == 0x000000, "Member 'KismetMathLibrary_GetHour12::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetHour12, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetHour12::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetHours \ static_assert(alignof(KismetMathLibrary_GetHours) == 0x000008, "Wrong alignment on KismetMathLibrary_GetHours"); \ static_assert(sizeof(KismetMathLibrary_GetHours) == 0x000010, "Wrong size on KismetMathLibrary_GetHours"); \ static_assert(offsetof(KismetMathLibrary_GetHours, A) == 0x000000, "Member 'KismetMathLibrary_GetHours::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetHours, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetHours::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMax2D \ static_assert(alignof(KismetMathLibrary_GetMax2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetMax2D"); \ static_assert(sizeof(KismetMathLibrary_GetMax2D) == 0x00000C, "Wrong size on KismetMathLibrary_GetMax2D"); \ static_assert(offsetof(KismetMathLibrary_GetMax2D, A) == 0x000000, "Member 'KismetMathLibrary_GetMax2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMax2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMax2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMaxElement \ static_assert(alignof(KismetMathLibrary_GetMaxElement) == 0x000004, "Wrong alignment on KismetMathLibrary_GetMaxElement"); \ static_assert(sizeof(KismetMathLibrary_GetMaxElement) == 0x000010, "Wrong size on KismetMathLibrary_GetMaxElement"); \ static_assert(offsetof(KismetMathLibrary_GetMaxElement, A) == 0x000000, "Member 'KismetMathLibrary_GetMaxElement::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMaxElement, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetMaxElement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMillisecond \ static_assert(alignof(KismetMathLibrary_GetMillisecond) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMillisecond"); \ static_assert(sizeof(KismetMathLibrary_GetMillisecond) == 0x000010, "Wrong size on KismetMathLibrary_GetMillisecond"); \ static_assert(offsetof(KismetMathLibrary_GetMillisecond, A) == 0x000000, "Member 'KismetMathLibrary_GetMillisecond::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMillisecond, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMillisecond::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMilliseconds \ static_assert(alignof(KismetMathLibrary_GetMilliseconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMilliseconds"); \ static_assert(sizeof(KismetMathLibrary_GetMilliseconds) == 0x000010, "Wrong size on KismetMathLibrary_GetMilliseconds"); \ static_assert(offsetof(KismetMathLibrary_GetMilliseconds, A) == 0x000000, "Member 'KismetMathLibrary_GetMilliseconds::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMilliseconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMilliseconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMin2D \ static_assert(alignof(KismetMathLibrary_GetMin2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetMin2D"); \ static_assert(sizeof(KismetMathLibrary_GetMin2D) == 0x00000C, "Wrong size on KismetMathLibrary_GetMin2D"); \ static_assert(offsetof(KismetMathLibrary_GetMin2D, A) == 0x000000, "Member 'KismetMathLibrary_GetMin2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMin2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMin2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMinElement \ static_assert(alignof(KismetMathLibrary_GetMinElement) == 0x000004, "Wrong alignment on KismetMathLibrary_GetMinElement"); \ static_assert(sizeof(KismetMathLibrary_GetMinElement) == 0x000010, "Wrong size on KismetMathLibrary_GetMinElement"); \ static_assert(offsetof(KismetMathLibrary_GetMinElement, A) == 0x000000, "Member 'KismetMathLibrary_GetMinElement::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMinElement, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetMinElement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMinute \ static_assert(alignof(KismetMathLibrary_GetMinute) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMinute"); \ static_assert(sizeof(KismetMathLibrary_GetMinute) == 0x000010, "Wrong size on KismetMathLibrary_GetMinute"); \ static_assert(offsetof(KismetMathLibrary_GetMinute, A) == 0x000000, "Member 'KismetMathLibrary_GetMinute::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMinute, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMinute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMinutes \ static_assert(alignof(KismetMathLibrary_GetMinutes) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMinutes"); \ static_assert(sizeof(KismetMathLibrary_GetMinutes) == 0x000010, "Wrong size on KismetMathLibrary_GetMinutes"); \ static_assert(offsetof(KismetMathLibrary_GetMinutes, A) == 0x000000, "Member 'KismetMathLibrary_GetMinutes::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMinutes, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMinutes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetMonth \ static_assert(alignof(KismetMathLibrary_GetMonth) == 0x000008, "Wrong alignment on KismetMathLibrary_GetMonth"); \ static_assert(sizeof(KismetMathLibrary_GetMonth) == 0x000010, "Wrong size on KismetMathLibrary_GetMonth"); \ static_assert(offsetof(KismetMathLibrary_GetMonth, A) == 0x000000, "Member 'KismetMathLibrary_GetMonth::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetMonth, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetMonth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetPI \ static_assert(alignof(KismetMathLibrary_GetPI) == 0x000004, "Wrong alignment on KismetMathLibrary_GetPI"); \ static_assert(sizeof(KismetMathLibrary_GetPI) == 0x000004, "Wrong size on KismetMathLibrary_GetPI"); \ static_assert(offsetof(KismetMathLibrary_GetPI, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_GetPI::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetPointDistanceToLine \ static_assert(alignof(KismetMathLibrary_GetPointDistanceToLine) == 0x000004, "Wrong alignment on KismetMathLibrary_GetPointDistanceToLine"); \ static_assert(sizeof(KismetMathLibrary_GetPointDistanceToLine) == 0x000028, "Wrong size on KismetMathLibrary_GetPointDistanceToLine"); \ static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, Point) == 0x000000, "Member 'KismetMathLibrary_GetPointDistanceToLine::Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, LineOrigin) == 0x00000C, "Member 'KismetMathLibrary_GetPointDistanceToLine::LineOrigin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, LineDirection) == 0x000018, "Member 'KismetMathLibrary_GetPointDistanceToLine::LineDirection' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetPointDistanceToLine, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_GetPointDistanceToLine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetPointDistanceToSegment \ static_assert(alignof(KismetMathLibrary_GetPointDistanceToSegment) == 0x000004, "Wrong alignment on KismetMathLibrary_GetPointDistanceToSegment"); \ static_assert(sizeof(KismetMathLibrary_GetPointDistanceToSegment) == 0x000028, "Wrong size on KismetMathLibrary_GetPointDistanceToSegment"); \ static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, Point) == 0x000000, "Member 'KismetMathLibrary_GetPointDistanceToSegment::Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, SegmentStart) == 0x00000C, "Member 'KismetMathLibrary_GetPointDistanceToSegment::SegmentStart' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, SegmentEnd) == 0x000018, "Member 'KismetMathLibrary_GetPointDistanceToSegment::SegmentEnd' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetPointDistanceToSegment, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_GetPointDistanceToSegment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetReflectionVector \ static_assert(alignof(KismetMathLibrary_GetReflectionVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetReflectionVector"); \ static_assert(sizeof(KismetMathLibrary_GetReflectionVector) == 0x000024, "Wrong size on KismetMathLibrary_GetReflectionVector"); \ static_assert(offsetof(KismetMathLibrary_GetReflectionVector, Direction) == 0x000000, "Member 'KismetMathLibrary_GetReflectionVector::Direction' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetReflectionVector, SurfaceNormal) == 0x00000C, "Member 'KismetMathLibrary_GetReflectionVector::SurfaceNormal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetReflectionVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GetReflectionVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetRightVector \ static_assert(alignof(KismetMathLibrary_GetRightVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetRightVector"); \ static_assert(sizeof(KismetMathLibrary_GetRightVector) == 0x000018, "Wrong size on KismetMathLibrary_GetRightVector"); \ static_assert(offsetof(KismetMathLibrary_GetRightVector, InRot) == 0x000000, "Member 'KismetMathLibrary_GetRightVector::InRot' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetRightVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetRightVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetRotated2D \ static_assert(alignof(KismetMathLibrary_GetRotated2D) == 0x000004, "Wrong alignment on KismetMathLibrary_GetRotated2D"); \ static_assert(sizeof(KismetMathLibrary_GetRotated2D) == 0x000014, "Wrong size on KismetMathLibrary_GetRotated2D"); \ static_assert(offsetof(KismetMathLibrary_GetRotated2D, A) == 0x000000, "Member 'KismetMathLibrary_GetRotated2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetRotated2D, AngleDeg) == 0x000008, "Member 'KismetMathLibrary_GetRotated2D::AngleDeg' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetRotated2D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetRotated2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetSecond \ static_assert(alignof(KismetMathLibrary_GetSecond) == 0x000008, "Wrong alignment on KismetMathLibrary_GetSecond"); \ static_assert(sizeof(KismetMathLibrary_GetSecond) == 0x000010, "Wrong size on KismetMathLibrary_GetSecond"); \ static_assert(offsetof(KismetMathLibrary_GetSecond, A) == 0x000000, "Member 'KismetMathLibrary_GetSecond::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetSecond, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetSecond::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetSeconds \ static_assert(alignof(KismetMathLibrary_GetSeconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetSeconds"); \ static_assert(sizeof(KismetMathLibrary_GetSeconds) == 0x000010, "Wrong size on KismetMathLibrary_GetSeconds"); \ static_assert(offsetof(KismetMathLibrary_GetSeconds, A) == 0x000000, "Member 'KismetMathLibrary_GetSeconds::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetSeconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetSlopeDegreeAngles \ static_assert(alignof(KismetMathLibrary_GetSlopeDegreeAngles) == 0x000004, "Wrong alignment on KismetMathLibrary_GetSlopeDegreeAngles"); \ static_assert(sizeof(KismetMathLibrary_GetSlopeDegreeAngles) == 0x00002C, "Wrong size on KismetMathLibrary_GetSlopeDegreeAngles"); \ static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, MyRightYAxis) == 0x000000, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::MyRightYAxis' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, FloorNormal) == 0x00000C, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::FloorNormal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, UpVector) == 0x000018, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::UpVector' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, OutSlopePitchDegreeAngle) == 0x000024, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::OutSlopePitchDegreeAngle' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetSlopeDegreeAngles, OutSlopeRollDegreeAngle) == 0x000028, "Member 'KismetMathLibrary_GetSlopeDegreeAngles::OutSlopeRollDegreeAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetTAU \ static_assert(alignof(KismetMathLibrary_GetTAU) == 0x000004, "Wrong alignment on KismetMathLibrary_GetTAU"); \ static_assert(sizeof(KismetMathLibrary_GetTAU) == 0x000004, "Wrong size on KismetMathLibrary_GetTAU"); \ static_assert(offsetof(KismetMathLibrary_GetTAU, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_GetTAU::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetTimeOfDay \ static_assert(alignof(KismetMathLibrary_GetTimeOfDay) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTimeOfDay"); \ static_assert(sizeof(KismetMathLibrary_GetTimeOfDay) == 0x000010, "Wrong size on KismetMathLibrary_GetTimeOfDay"); \ static_assert(offsetof(KismetMathLibrary_GetTimeOfDay, A) == 0x000000, "Member 'KismetMathLibrary_GetTimeOfDay::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetTimeOfDay, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTimeOfDay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalDays \ static_assert(alignof(KismetMathLibrary_GetTotalDays) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalDays"); \ static_assert(sizeof(KismetMathLibrary_GetTotalDays) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalDays"); \ static_assert(offsetof(KismetMathLibrary_GetTotalDays, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalDays::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetTotalDays, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalDays::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalHours \ static_assert(alignof(KismetMathLibrary_GetTotalHours) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalHours"); \ static_assert(sizeof(KismetMathLibrary_GetTotalHours) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalHours"); \ static_assert(offsetof(KismetMathLibrary_GetTotalHours, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalHours::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetTotalHours, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalHours::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalMilliseconds \ static_assert(alignof(KismetMathLibrary_GetTotalMilliseconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalMilliseconds"); \ static_assert(sizeof(KismetMathLibrary_GetTotalMilliseconds) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalMilliseconds"); \ static_assert(offsetof(KismetMathLibrary_GetTotalMilliseconds, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalMilliseconds::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetTotalMilliseconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalMilliseconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalMinutes \ static_assert(alignof(KismetMathLibrary_GetTotalMinutes) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalMinutes"); \ static_assert(sizeof(KismetMathLibrary_GetTotalMinutes) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalMinutes"); \ static_assert(offsetof(KismetMathLibrary_GetTotalMinutes, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalMinutes::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetTotalMinutes, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalMinutes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetTotalSeconds \ static_assert(alignof(KismetMathLibrary_GetTotalSeconds) == 0x000008, "Wrong alignment on KismetMathLibrary_GetTotalSeconds"); \ static_assert(sizeof(KismetMathLibrary_GetTotalSeconds) == 0x000010, "Wrong size on KismetMathLibrary_GetTotalSeconds"); \ static_assert(offsetof(KismetMathLibrary_GetTotalSeconds, A) == 0x000000, "Member 'KismetMathLibrary_GetTotalSeconds::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetTotalSeconds, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetTotalSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetUpVector \ static_assert(alignof(KismetMathLibrary_GetUpVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetUpVector"); \ static_assert(sizeof(KismetMathLibrary_GetUpVector) == 0x000018, "Wrong size on KismetMathLibrary_GetUpVector"); \ static_assert(offsetof(KismetMathLibrary_GetUpVector, InRot) == 0x000000, "Member 'KismetMathLibrary_GetUpVector::InRot' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetUpVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_GetUpVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetVectorArrayAverage \ static_assert(alignof(KismetMathLibrary_GetVectorArrayAverage) == 0x000008, "Wrong alignment on KismetMathLibrary_GetVectorArrayAverage"); \ static_assert(sizeof(KismetMathLibrary_GetVectorArrayAverage) == 0x000020, "Wrong size on KismetMathLibrary_GetVectorArrayAverage"); \ static_assert(offsetof(KismetMathLibrary_GetVectorArrayAverage, Vectors) == 0x000000, "Member 'KismetMathLibrary_GetVectorArrayAverage::Vectors' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetVectorArrayAverage, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GetVectorArrayAverage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetYawPitchFromVector \ static_assert(alignof(KismetMathLibrary_GetYawPitchFromVector) == 0x000004, "Wrong alignment on KismetMathLibrary_GetYawPitchFromVector"); \ static_assert(sizeof(KismetMathLibrary_GetYawPitchFromVector) == 0x000014, "Wrong size on KismetMathLibrary_GetYawPitchFromVector"); \ static_assert(offsetof(KismetMathLibrary_GetYawPitchFromVector, InVec) == 0x000000, "Member 'KismetMathLibrary_GetYawPitchFromVector::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetYawPitchFromVector, Yaw) == 0x00000C, "Member 'KismetMathLibrary_GetYawPitchFromVector::Yaw' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetYawPitchFromVector, Pitch) == 0x000010, "Member 'KismetMathLibrary_GetYawPitchFromVector::Pitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GetYear \ static_assert(alignof(KismetMathLibrary_GetYear) == 0x000008, "Wrong alignment on KismetMathLibrary_GetYear"); \ static_assert(sizeof(KismetMathLibrary_GetYear) == 0x000010, "Wrong size on KismetMathLibrary_GetYear"); \ static_assert(offsetof(KismetMathLibrary_GetYear, A) == 0x000000, "Member 'KismetMathLibrary_GetYear::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GetYear, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GetYear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Greater_ByteByte \ static_assert(alignof(KismetMathLibrary_Greater_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Greater_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_Greater_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Greater_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_Greater_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Greater_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_ByteByte, b) == 0x000001, "Member 'KismetMathLibrary_Greater_ByteByte::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Greater_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Greater_DateTimeDateTime \ static_assert(alignof(KismetMathLibrary_Greater_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Greater_DateTimeDateTime"); \ static_assert(sizeof(KismetMathLibrary_Greater_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Greater_DateTimeDateTime"); \ static_assert(offsetof(KismetMathLibrary_Greater_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Greater_DateTimeDateTime::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_DateTimeDateTime, b) == 0x000008, "Member 'KismetMathLibrary_Greater_DateTimeDateTime::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Greater_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Greater_FloatFloat \ static_assert(alignof(KismetMathLibrary_Greater_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Greater_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_Greater_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Greater_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_Greater_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Greater_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_FloatFloat, b) == 0x000004, "Member 'KismetMathLibrary_Greater_FloatFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Greater_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Greater_Int64Int64 \ static_assert(alignof(KismetMathLibrary_Greater_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Greater_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_Greater_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Greater_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_Greater_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Greater_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_Int64Int64, b) == 0x000008, "Member 'KismetMathLibrary_Greater_Int64Int64::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Greater_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Greater_IntInt \ static_assert(alignof(KismetMathLibrary_Greater_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Greater_IntInt"); \ static_assert(sizeof(KismetMathLibrary_Greater_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Greater_IntInt"); \ static_assert(offsetof(KismetMathLibrary_Greater_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Greater_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_IntInt, b) == 0x000004, "Member 'KismetMathLibrary_Greater_IntInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Greater_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Greater_TimespanTimespan \ static_assert(alignof(KismetMathLibrary_Greater_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Greater_TimespanTimespan"); \ static_assert(sizeof(KismetMathLibrary_Greater_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Greater_TimespanTimespan"); \ static_assert(offsetof(KismetMathLibrary_Greater_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Greater_TimespanTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_TimespanTimespan, b) == 0x000008, "Member 'KismetMathLibrary_Greater_TimespanTimespan::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Greater_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Greater_TimespanTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_ByteByte \ static_assert(alignof(KismetMathLibrary_GreaterEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_GreaterEqual_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_GreaterEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_GreaterEqual_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_ByteByte, b) == 0x000001, "Member 'KismetMathLibrary_GreaterEqual_ByteByte::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_GreaterEqual_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_DateTimeDateTime \ static_assert(alignof(KismetMathLibrary_GreaterEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterEqual_DateTimeDateTime"); \ static_assert(sizeof(KismetMathLibrary_GreaterEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_GreaterEqual_DateTimeDateTime"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_DateTimeDateTime::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_DateTimeDateTime, b) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_DateTimeDateTime::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GreaterEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_FloatFloat \ static_assert(alignof(KismetMathLibrary_GreaterEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_GreaterEqual_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_GreaterEqual_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_GreaterEqual_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_FloatFloat, b) == 0x000004, "Member 'KismetMathLibrary_GreaterEqual_FloatFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_Int64Int64 \ static_assert(alignof(KismetMathLibrary_GreaterEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterEqual_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_GreaterEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_GreaterEqual_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_Int64Int64, b) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_Int64Int64::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GreaterEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_IntInt \ static_assert(alignof(KismetMathLibrary_GreaterEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_GreaterEqual_IntInt"); \ static_assert(sizeof(KismetMathLibrary_GreaterEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_GreaterEqual_IntInt"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_IntInt, b) == 0x000004, "Member 'KismetMathLibrary_GreaterEqual_IntInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GreaterEqual_TimespanTimespan \ static_assert(alignof(KismetMathLibrary_GreaterEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_GreaterEqual_TimespanTimespan"); \ static_assert(sizeof(KismetMathLibrary_GreaterEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_GreaterEqual_TimespanTimespan"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_GreaterEqual_TimespanTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_TimespanTimespan, b) == 0x000008, "Member 'KismetMathLibrary_GreaterEqual_TimespanTimespan::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_GreaterEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GreaterGreater_VectorRotator \ static_assert(alignof(KismetMathLibrary_GreaterGreater_VectorRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_GreaterGreater_VectorRotator"); \ static_assert(sizeof(KismetMathLibrary_GreaterGreater_VectorRotator) == 0x000024, "Wrong size on KismetMathLibrary_GreaterGreater_VectorRotator"); \ static_assert(offsetof(KismetMathLibrary_GreaterGreater_VectorRotator, A) == 0x000000, "Member 'KismetMathLibrary_GreaterGreater_VectorRotator::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterGreater_VectorRotator, b) == 0x00000C, "Member 'KismetMathLibrary_GreaterGreater_VectorRotator::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GreaterGreater_VectorRotator, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_GreaterGreater_VectorRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_GridSnap_Float \ static_assert(alignof(KismetMathLibrary_GridSnap_Float) == 0x000004, "Wrong alignment on KismetMathLibrary_GridSnap_Float"); \ static_assert(sizeof(KismetMathLibrary_GridSnap_Float) == 0x00000C, "Wrong size on KismetMathLibrary_GridSnap_Float"); \ static_assert(offsetof(KismetMathLibrary_GridSnap_Float, Location) == 0x000000, "Member 'KismetMathLibrary_GridSnap_Float::Location' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GridSnap_Float, GridSize) == 0x000004, "Member 'KismetMathLibrary_GridSnap_Float::GridSize' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_GridSnap_Float, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_GridSnap_Float::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGB \ static_assert(alignof(KismetMathLibrary_HSVToRGB) == 0x000004, "Wrong alignment on KismetMathLibrary_HSVToRGB"); \ static_assert(sizeof(KismetMathLibrary_HSVToRGB) == 0x000020, "Wrong size on KismetMathLibrary_HSVToRGB"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGB, H) == 0x000000, "Member 'KismetMathLibrary_HSVToRGB::H' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGB, S) == 0x000004, "Member 'KismetMathLibrary_HSVToRGB::S' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGB, V) == 0x000008, "Member 'KismetMathLibrary_HSVToRGB::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGB, A) == 0x00000C, "Member 'KismetMathLibrary_HSVToRGB::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGB, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_HSVToRGB::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGB_Vector \ static_assert(alignof(KismetMathLibrary_HSVToRGB_Vector) == 0x000004, "Wrong alignment on KismetMathLibrary_HSVToRGB_Vector"); \ static_assert(sizeof(KismetMathLibrary_HSVToRGB_Vector) == 0x000020, "Wrong size on KismetMathLibrary_HSVToRGB_Vector"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGB_Vector, HSV) == 0x000000, "Member 'KismetMathLibrary_HSVToRGB_Vector::HSV' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGB_Vector, RGB) == 0x000010, "Member 'KismetMathLibrary_HSVToRGB_Vector::RGB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_HSVToRGBLinear \ static_assert(alignof(KismetMathLibrary_HSVToRGBLinear) == 0x000004, "Wrong alignment on KismetMathLibrary_HSVToRGBLinear"); \ static_assert(sizeof(KismetMathLibrary_HSVToRGBLinear) == 0x000020, "Wrong size on KismetMathLibrary_HSVToRGBLinear"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGBLinear, HSV) == 0x000000, "Member 'KismetMathLibrary_HSVToRGBLinear::HSV' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_HSVToRGBLinear, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_HSVToRGBLinear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Hypotenuse \ static_assert(alignof(KismetMathLibrary_Hypotenuse) == 0x000004, "Wrong alignment on KismetMathLibrary_Hypotenuse"); \ static_assert(sizeof(KismetMathLibrary_Hypotenuse) == 0x00000C, "Wrong size on KismetMathLibrary_Hypotenuse"); \ static_assert(offsetof(KismetMathLibrary_Hypotenuse, Width) == 0x000000, "Member 'KismetMathLibrary_Hypotenuse::Width' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Hypotenuse, Height) == 0x000004, "Member 'KismetMathLibrary_Hypotenuse::Height' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Hypotenuse, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Hypotenuse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_InRange_FloatFloat \ static_assert(alignof(KismetMathLibrary_InRange_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_InRange_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_InRange_FloatFloat) == 0x000010, "Wrong size on KismetMathLibrary_InRange_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, Value) == 0x000000, "Member 'KismetMathLibrary_InRange_FloatFloat::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, Min_0) == 0x000004, "Member 'KismetMathLibrary_InRange_FloatFloat::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, Max_0) == 0x000008, "Member 'KismetMathLibrary_InRange_FloatFloat::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, InclusiveMin) == 0x00000C, "Member 'KismetMathLibrary_InRange_FloatFloat::InclusiveMin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, InclusiveMax) == 0x00000D, "Member 'KismetMathLibrary_InRange_FloatFloat::InclusiveMax' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, ReturnValue) == 0x00000E, "Member 'KismetMathLibrary_InRange_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_InRange_Int64Int64 \ static_assert(alignof(KismetMathLibrary_InRange_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_InRange_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_InRange_Int64Int64) == 0x000020, "Wrong size on KismetMathLibrary_InRange_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, Value) == 0x000000, "Member 'KismetMathLibrary_InRange_Int64Int64::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, Min_0) == 0x000008, "Member 'KismetMathLibrary_InRange_Int64Int64::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, Max_0) == 0x000010, "Member 'KismetMathLibrary_InRange_Int64Int64::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, InclusiveMin) == 0x000018, "Member 'KismetMathLibrary_InRange_Int64Int64::InclusiveMin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, InclusiveMax) == 0x000019, "Member 'KismetMathLibrary_InRange_Int64Int64::InclusiveMax' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, ReturnValue) == 0x00001A, "Member 'KismetMathLibrary_InRange_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_InRange_IntInt \ static_assert(alignof(KismetMathLibrary_InRange_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_InRange_IntInt"); \ static_assert(sizeof(KismetMathLibrary_InRange_IntInt) == 0x000010, "Wrong size on KismetMathLibrary_InRange_IntInt"); \ static_assert(offsetof(KismetMathLibrary_InRange_IntInt, Value) == 0x000000, "Member 'KismetMathLibrary_InRange_IntInt::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_IntInt, Min_0) == 0x000004, "Member 'KismetMathLibrary_InRange_IntInt::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_IntInt, Max_0) == 0x000008, "Member 'KismetMathLibrary_InRange_IntInt::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_IntInt, InclusiveMin) == 0x00000C, "Member 'KismetMathLibrary_InRange_IntInt::InclusiveMin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_IntInt, InclusiveMax) == 0x00000D, "Member 'KismetMathLibrary_InRange_IntInt::InclusiveMax' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InRange_IntInt, ReturnValue) == 0x00000E, "Member 'KismetMathLibrary_InRange_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Down \ static_assert(alignof(KismetMathLibrary_IntPoint_Down) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Down"); \ static_assert(sizeof(KismetMathLibrary_IntPoint_Down) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Down"); \ static_assert(offsetof(KismetMathLibrary_IntPoint_Down, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Down::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Left \ static_assert(alignof(KismetMathLibrary_IntPoint_Left) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Left"); \ static_assert(sizeof(KismetMathLibrary_IntPoint_Left) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Left"); \ static_assert(offsetof(KismetMathLibrary_IntPoint_Left, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Left::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_One \ static_assert(alignof(KismetMathLibrary_IntPoint_One) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_One"); \ static_assert(sizeof(KismetMathLibrary_IntPoint_One) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_One"); \ static_assert(offsetof(KismetMathLibrary_IntPoint_One, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_One::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Right \ static_assert(alignof(KismetMathLibrary_IntPoint_Right) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Right"); \ static_assert(sizeof(KismetMathLibrary_IntPoint_Right) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Right"); \ static_assert(offsetof(KismetMathLibrary_IntPoint_Right, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Right::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Up \ static_assert(alignof(KismetMathLibrary_IntPoint_Up) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Up"); \ static_assert(sizeof(KismetMathLibrary_IntPoint_Up) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Up"); \ static_assert(offsetof(KismetMathLibrary_IntPoint_Up, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Up::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Zero \ static_assert(alignof(KismetMathLibrary_IntPoint_Zero) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Zero"); \ static_assert(sizeof(KismetMathLibrary_IntPoint_Zero) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Zero"); \ static_assert(offsetof(KismetMathLibrary_IntPoint_Zero, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Zero::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_InverseTransformDirection \ static_assert(alignof(KismetMathLibrary_InverseTransformDirection) == 0x000010, "Wrong alignment on KismetMathLibrary_InverseTransformDirection"); \ static_assert(sizeof(KismetMathLibrary_InverseTransformDirection) == 0x000050, "Wrong size on KismetMathLibrary_InverseTransformDirection"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformDirection, T) == 0x000000, "Member 'KismetMathLibrary_InverseTransformDirection::T' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformDirection, Direction) == 0x000030, "Member 'KismetMathLibrary_InverseTransformDirection::Direction' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformDirection, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_InverseTransformDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_InverseTransformLocation \ static_assert(alignof(KismetMathLibrary_InverseTransformLocation) == 0x000010, "Wrong alignment on KismetMathLibrary_InverseTransformLocation"); \ static_assert(sizeof(KismetMathLibrary_InverseTransformLocation) == 0x000050, "Wrong size on KismetMathLibrary_InverseTransformLocation"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformLocation, T) == 0x000000, "Member 'KismetMathLibrary_InverseTransformLocation::T' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformLocation, Location) == 0x000030, "Member 'KismetMathLibrary_InverseTransformLocation::Location' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformLocation, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_InverseTransformLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_InverseTransformRotation \ static_assert(alignof(KismetMathLibrary_InverseTransformRotation) == 0x000010, "Wrong alignment on KismetMathLibrary_InverseTransformRotation"); \ static_assert(sizeof(KismetMathLibrary_InverseTransformRotation) == 0x000050, "Wrong size on KismetMathLibrary_InverseTransformRotation"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformRotation, T) == 0x000000, "Member 'KismetMathLibrary_InverseTransformRotation::T' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformRotation, Rotation) == 0x000030, "Member 'KismetMathLibrary_InverseTransformRotation::Rotation' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InverseTransformRotation, ReturnValue) == 0x00003C, "Member 'KismetMathLibrary_InverseTransformRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_InvertTransform \ static_assert(alignof(KismetMathLibrary_InvertTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_InvertTransform"); \ static_assert(sizeof(KismetMathLibrary_InvertTransform) == 0x000060, "Wrong size on KismetMathLibrary_InvertTransform"); \ static_assert(offsetof(KismetMathLibrary_InvertTransform, T) == 0x000000, "Member 'KismetMathLibrary_InvertTransform::T' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_InvertTransform, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_InvertTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IsAfternoon \ static_assert(alignof(KismetMathLibrary_IsAfternoon) == 0x000008, "Wrong alignment on KismetMathLibrary_IsAfternoon"); \ static_assert(sizeof(KismetMathLibrary_IsAfternoon) == 0x000010, "Wrong size on KismetMathLibrary_IsAfternoon"); \ static_assert(offsetof(KismetMathLibrary_IsAfternoon, A) == 0x000000, "Member 'KismetMathLibrary_IsAfternoon::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsAfternoon, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_IsAfternoon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IsLeapYear \ static_assert(alignof(KismetMathLibrary_IsLeapYear) == 0x000004, "Wrong alignment on KismetMathLibrary_IsLeapYear"); \ static_assert(sizeof(KismetMathLibrary_IsLeapYear) == 0x000008, "Wrong size on KismetMathLibrary_IsLeapYear"); \ static_assert(offsetof(KismetMathLibrary_IsLeapYear, Year) == 0x000000, "Member 'KismetMathLibrary_IsLeapYear::Year' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsLeapYear, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_IsLeapYear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IsMorning \ static_assert(alignof(KismetMathLibrary_IsMorning) == 0x000008, "Wrong alignment on KismetMathLibrary_IsMorning"); \ static_assert(sizeof(KismetMathLibrary_IsMorning) == 0x000010, "Wrong size on KismetMathLibrary_IsMorning"); \ static_assert(offsetof(KismetMathLibrary_IsMorning, A) == 0x000000, "Member 'KismetMathLibrary_IsMorning::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsMorning, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_IsMorning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IsNearlyZero2D \ static_assert(alignof(KismetMathLibrary_IsNearlyZero2D) == 0x000004, "Wrong alignment on KismetMathLibrary_IsNearlyZero2D"); \ static_assert(sizeof(KismetMathLibrary_IsNearlyZero2D) == 0x000010, "Wrong size on KismetMathLibrary_IsNearlyZero2D"); \ static_assert(offsetof(KismetMathLibrary_IsNearlyZero2D, A) == 0x000000, "Member 'KismetMathLibrary_IsNearlyZero2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsNearlyZero2D, Tolerance) == 0x000008, "Member 'KismetMathLibrary_IsNearlyZero2D::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsNearlyZero2D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_IsNearlyZero2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IsPointInBox \ static_assert(alignof(KismetMathLibrary_IsPointInBox) == 0x000004, "Wrong alignment on KismetMathLibrary_IsPointInBox"); \ static_assert(sizeof(KismetMathLibrary_IsPointInBox) == 0x000028, "Wrong size on KismetMathLibrary_IsPointInBox"); \ static_assert(offsetof(KismetMathLibrary_IsPointInBox, Point) == 0x000000, "Member 'KismetMathLibrary_IsPointInBox::Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsPointInBox, BoxOrigin) == 0x00000C, "Member 'KismetMathLibrary_IsPointInBox::BoxOrigin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsPointInBox, BoxExtent) == 0x000018, "Member 'KismetMathLibrary_IsPointInBox::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsPointInBox, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_IsPointInBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IsPointInBoxWithTransform \ static_assert(alignof(KismetMathLibrary_IsPointInBoxWithTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_IsPointInBoxWithTransform"); \ static_assert(sizeof(KismetMathLibrary_IsPointInBoxWithTransform) == 0x000050, "Wrong size on KismetMathLibrary_IsPointInBoxWithTransform"); \ static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, Point) == 0x000000, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, BoxWorldTransform) == 0x000010, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::BoxWorldTransform' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, BoxExtent) == 0x000040, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsPointInBoxWithTransform, ReturnValue) == 0x00004C, "Member 'KismetMathLibrary_IsPointInBoxWithTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_IsZero2D \ static_assert(alignof(KismetMathLibrary_IsZero2D) == 0x000004, "Wrong alignment on KismetMathLibrary_IsZero2D"); \ static_assert(sizeof(KismetMathLibrary_IsZero2D) == 0x00000C, "Wrong size on KismetMathLibrary_IsZero2D"); \ static_assert(offsetof(KismetMathLibrary_IsZero2D, A) == 0x000000, "Member 'KismetMathLibrary_IsZero2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_IsZero2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_IsZero2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Lerp \ static_assert(alignof(KismetMathLibrary_Lerp) == 0x000004, "Wrong alignment on KismetMathLibrary_Lerp"); \ static_assert(sizeof(KismetMathLibrary_Lerp) == 0x000010, "Wrong size on KismetMathLibrary_Lerp"); \ static_assert(offsetof(KismetMathLibrary_Lerp, A) == 0x000000, "Member 'KismetMathLibrary_Lerp::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Lerp, b) == 0x000004, "Member 'KismetMathLibrary_Lerp::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Lerp, Alpha) == 0x000008, "Member 'KismetMathLibrary_Lerp::Alpha' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Lerp, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Lerp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Less_ByteByte \ static_assert(alignof(KismetMathLibrary_Less_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Less_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_Less_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Less_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_Less_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Less_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_ByteByte, b) == 0x000001, "Member 'KismetMathLibrary_Less_ByteByte::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Less_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Less_DateTimeDateTime \ static_assert(alignof(KismetMathLibrary_Less_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_Less_DateTimeDateTime"); \ static_assert(sizeof(KismetMathLibrary_Less_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_Less_DateTimeDateTime"); \ static_assert(offsetof(KismetMathLibrary_Less_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_Less_DateTimeDateTime::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_DateTimeDateTime, b) == 0x000008, "Member 'KismetMathLibrary_Less_DateTimeDateTime::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Less_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Less_FloatFloat \ static_assert(alignof(KismetMathLibrary_Less_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Less_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_Less_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Less_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_Less_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Less_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_FloatFloat, b) == 0x000004, "Member 'KismetMathLibrary_Less_FloatFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Less_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Less_Int64Int64 \ static_assert(alignof(KismetMathLibrary_Less_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Less_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_Less_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Less_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_Less_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Less_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_Int64Int64, b) == 0x000008, "Member 'KismetMathLibrary_Less_Int64Int64::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Less_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Less_IntInt \ static_assert(alignof(KismetMathLibrary_Less_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Less_IntInt"); \ static_assert(sizeof(KismetMathLibrary_Less_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Less_IntInt"); \ static_assert(offsetof(KismetMathLibrary_Less_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Less_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_IntInt, b) == 0x000004, "Member 'KismetMathLibrary_Less_IntInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Less_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Less_TimespanTimespan \ static_assert(alignof(KismetMathLibrary_Less_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_Less_TimespanTimespan"); \ static_assert(sizeof(KismetMathLibrary_Less_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_Less_TimespanTimespan"); \ static_assert(offsetof(KismetMathLibrary_Less_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_Less_TimespanTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_TimespanTimespan, b) == 0x000008, "Member 'KismetMathLibrary_Less_TimespanTimespan::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Less_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Less_TimespanTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_ByteByte \ static_assert(alignof(KismetMathLibrary_LessEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_LessEqual_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_LessEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_LessEqual_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_ByteByte, b) == 0x000001, "Member 'KismetMathLibrary_LessEqual_ByteByte::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_LessEqual_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_DateTimeDateTime \ static_assert(alignof(KismetMathLibrary_LessEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_LessEqual_DateTimeDateTime"); \ static_assert(sizeof(KismetMathLibrary_LessEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_LessEqual_DateTimeDateTime"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_DateTimeDateTime::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_DateTimeDateTime, b) == 0x000008, "Member 'KismetMathLibrary_LessEqual_DateTimeDateTime::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LessEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_FloatFloat \ static_assert(alignof(KismetMathLibrary_LessEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_LessEqual_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_LessEqual_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_LessEqual_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_FloatFloat, b) == 0x000004, "Member 'KismetMathLibrary_LessEqual_FloatFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_LessEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_Int64Int64 \ static_assert(alignof(KismetMathLibrary_LessEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_LessEqual_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_LessEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_LessEqual_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_Int64Int64, b) == 0x000008, "Member 'KismetMathLibrary_LessEqual_Int64Int64::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LessEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_IntInt \ static_assert(alignof(KismetMathLibrary_LessEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_LessEqual_IntInt"); \ static_assert(sizeof(KismetMathLibrary_LessEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_LessEqual_IntInt"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_IntInt, b) == 0x000004, "Member 'KismetMathLibrary_LessEqual_IntInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_LessEqual_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LessEqual_TimespanTimespan \ static_assert(alignof(KismetMathLibrary_LessEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_LessEqual_TimespanTimespan"); \ static_assert(sizeof(KismetMathLibrary_LessEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_LessEqual_TimespanTimespan"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_LessEqual_TimespanTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_TimespanTimespan, b) == 0x000008, "Member 'KismetMathLibrary_LessEqual_TimespanTimespan::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LessEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LessLess_VectorRotator \ static_assert(alignof(KismetMathLibrary_LessLess_VectorRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_LessLess_VectorRotator"); \ static_assert(sizeof(KismetMathLibrary_LessLess_VectorRotator) == 0x000024, "Wrong size on KismetMathLibrary_LessLess_VectorRotator"); \ static_assert(offsetof(KismetMathLibrary_LessLess_VectorRotator, A) == 0x000000, "Member 'KismetMathLibrary_LessLess_VectorRotator::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessLess_VectorRotator, b) == 0x00000C, "Member 'KismetMathLibrary_LessLess_VectorRotator::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LessLess_VectorRotator, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_LessLess_VectorRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Black \ static_assert(alignof(KismetMathLibrary_LinearColor_Black) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Black"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Black) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Black"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Black, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Black::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Blue \ static_assert(alignof(KismetMathLibrary_LinearColor_Blue) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Blue"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Blue) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Blue"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Blue, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Blue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Desaturated \ static_assert(alignof(KismetMathLibrary_LinearColor_Desaturated) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Desaturated"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Desaturated) == 0x000024, "Wrong size on KismetMathLibrary_LinearColor_Desaturated"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Desaturated, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Desaturated::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Desaturated, InDesaturation) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Desaturated::InDesaturation' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Desaturated, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_LinearColor_Desaturated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Distance \ static_assert(alignof(KismetMathLibrary_LinearColor_Distance) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Distance"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Distance) == 0x000024, "Wrong size on KismetMathLibrary_LinearColor_Distance"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Distance, C1) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Distance::C1' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Distance, C2) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Distance::C2' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Distance, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_LinearColor_Distance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetLuminance \ static_assert(alignof(KismetMathLibrary_LinearColor_GetLuminance) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_GetLuminance"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_GetLuminance) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_GetLuminance"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_GetLuminance, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_GetLuminance::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_GetLuminance, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_GetLuminance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetMax \ static_assert(alignof(KismetMathLibrary_LinearColor_GetMax) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_GetMax"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_GetMax) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_GetMax"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_GetMax, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_GetMax::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_GetMax, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_GetMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_GetMin \ static_assert(alignof(KismetMathLibrary_LinearColor_GetMin) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_GetMin"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_GetMin) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_GetMin"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_GetMin, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_GetMin::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_GetMin, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_GetMin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Gray \ static_assert(alignof(KismetMathLibrary_LinearColor_Gray) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Gray"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Gray) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Gray"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Gray, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Gray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Green \ static_assert(alignof(KismetMathLibrary_LinearColor_Green) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Green"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Green) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Green"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Green, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Green::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_IsNearEqual \ static_assert(alignof(KismetMathLibrary_LinearColor_IsNearEqual) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_IsNearEqual"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_IsNearEqual) == 0x000028, "Wrong size on KismetMathLibrary_LinearColor_IsNearEqual"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, A) == 0x000000, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, b) == 0x000010, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, Tolerance) == 0x000020, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_IsNearEqual, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_LinearColor_IsNearEqual::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Quantize \ static_assert(alignof(KismetMathLibrary_LinearColor_Quantize) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Quantize"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Quantize) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_Quantize"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Quantize, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Quantize::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Quantize, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Quantize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_QuantizeRound \ static_assert(alignof(KismetMathLibrary_LinearColor_QuantizeRound) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_QuantizeRound"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_QuantizeRound) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_QuantizeRound"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_QuantizeRound, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_QuantizeRound::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_QuantizeRound, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_QuantizeRound::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Red \ static_assert(alignof(KismetMathLibrary_LinearColor_Red) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Red"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Red) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Red"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Red, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Red::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Set \ static_assert(alignof(KismetMathLibrary_LinearColor_Set) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Set"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Set) == 0x000020, "Wrong size on KismetMathLibrary_LinearColor_Set"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Set, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Set::InOutColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Set, InColor) == 0x000010, "Member 'KismetMathLibrary_LinearColor_Set::InColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromHSV \ static_assert(alignof(KismetMathLibrary_LinearColor_SetFromHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetFromHSV"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_SetFromHSV) == 0x000020, "Wrong size on KismetMathLibrary_LinearColor_SetFromHSV"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::InOutColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, H) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::H' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, S) == 0x000014, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::S' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, V) == 0x000018, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromHSV, A) == 0x00001C, "Member 'KismetMathLibrary_LinearColor_SetFromHSV::A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromPow22 \ static_assert(alignof(KismetMathLibrary_LinearColor_SetFromPow22) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetFromPow22"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_SetFromPow22) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_SetFromPow22"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromPow22, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetFromPow22::InOutColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromPow22, InColor) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetFromPow22::InColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetFromSRGB \ static_assert(alignof(KismetMathLibrary_LinearColor_SetFromSRGB) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetFromSRGB"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_SetFromSRGB) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_SetFromSRGB"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromSRGB, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetFromSRGB::InOutColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetFromSRGB, InSRGB) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetFromSRGB::InSRGB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetRandomHue \ static_assert(alignof(KismetMathLibrary_LinearColor_SetRandomHue) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetRandomHue"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_SetRandomHue) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_SetRandomHue"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetRandomHue, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetRandomHue::InOutColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetRGBA \ static_assert(alignof(KismetMathLibrary_LinearColor_SetRGBA) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetRGBA"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_SetRGBA) == 0x000020, "Wrong size on KismetMathLibrary_LinearColor_SetRGBA"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetRGBA::InOutColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, R) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetRGBA::R' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, G) == 0x000014, "Member 'KismetMathLibrary_LinearColor_SetRGBA::G' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, b) == 0x000018, "Member 'KismetMathLibrary_LinearColor_SetRGBA::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetRGBA, A) == 0x00001C, "Member 'KismetMathLibrary_LinearColor_SetRGBA::A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_SetTemperature \ static_assert(alignof(KismetMathLibrary_LinearColor_SetTemperature) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_SetTemperature"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_SetTemperature) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_SetTemperature"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetTemperature, InOutColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_SetTemperature::InOutColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_SetTemperature, InTemperature) == 0x000010, "Member 'KismetMathLibrary_LinearColor_SetTemperature::InTemperature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_ToNewOpacity \ static_assert(alignof(KismetMathLibrary_LinearColor_ToNewOpacity) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_ToNewOpacity"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_ToNewOpacity) == 0x000024, "Wrong size on KismetMathLibrary_LinearColor_ToNewOpacity"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_ToNewOpacity, InColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_ToNewOpacity::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_ToNewOpacity, InOpacity) == 0x000010, "Member 'KismetMathLibrary_LinearColor_ToNewOpacity::InOpacity' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_ToNewOpacity, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_LinearColor_ToNewOpacity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_ToRGBE \ static_assert(alignof(KismetMathLibrary_LinearColor_ToRGBE) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_ToRGBE"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_ToRGBE) == 0x000014, "Wrong size on KismetMathLibrary_LinearColor_ToRGBE"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_ToRGBE, InLinearColor) == 0x000000, "Member 'KismetMathLibrary_LinearColor_ToRGBE::InLinearColor' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_ToRGBE, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_LinearColor_ToRGBE::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Transparent \ static_assert(alignof(KismetMathLibrary_LinearColor_Transparent) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Transparent"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Transparent) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Transparent"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Transparent, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Transparent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_White \ static_assert(alignof(KismetMathLibrary_LinearColor_White) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_White"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_White) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_White"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_White, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_White::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColor_Yellow \ static_assert(alignof(KismetMathLibrary_LinearColor_Yellow) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColor_Yellow"); \ static_assert(sizeof(KismetMathLibrary_LinearColor_Yellow) == 0x000010, "Wrong size on KismetMathLibrary_LinearColor_Yellow"); \ static_assert(offsetof(KismetMathLibrary_LinearColor_Yellow, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_LinearColor_Yellow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColorLerp \ static_assert(alignof(KismetMathLibrary_LinearColorLerp) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColorLerp"); \ static_assert(sizeof(KismetMathLibrary_LinearColorLerp) == 0x000034, "Wrong size on KismetMathLibrary_LinearColorLerp"); \ static_assert(offsetof(KismetMathLibrary_LinearColorLerp, A) == 0x000000, "Member 'KismetMathLibrary_LinearColorLerp::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColorLerp, b) == 0x000010, "Member 'KismetMathLibrary_LinearColorLerp::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColorLerp, Alpha) == 0x000020, "Member 'KismetMathLibrary_LinearColorLerp::Alpha' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColorLerp, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_LinearColorLerp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinearColorLerpUsingHSV \ static_assert(alignof(KismetMathLibrary_LinearColorLerpUsingHSV) == 0x000004, "Wrong alignment on KismetMathLibrary_LinearColorLerpUsingHSV"); \ static_assert(sizeof(KismetMathLibrary_LinearColorLerpUsingHSV) == 0x000034, "Wrong size on KismetMathLibrary_LinearColorLerpUsingHSV"); \ static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, A) == 0x000000, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, b) == 0x000010, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, Alpha) == 0x000020, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::Alpha' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinearColorLerpUsingHSV, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_LinearColorLerpUsingHSV::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinePlaneIntersection \ static_assert(alignof(KismetMathLibrary_LinePlaneIntersection) == 0x000010, "Wrong alignment on KismetMathLibrary_LinePlaneIntersection"); \ static_assert(sizeof(KismetMathLibrary_LinePlaneIntersection) == 0x000050, "Wrong size on KismetMathLibrary_LinePlaneIntersection"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, LineStart) == 0x000000, "Member 'KismetMathLibrary_LinePlaneIntersection::LineStart' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, LineEnd) == 0x00000C, "Member 'KismetMathLibrary_LinePlaneIntersection::LineEnd' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, APlane) == 0x000020, "Member 'KismetMathLibrary_LinePlaneIntersection::APlane' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, T) == 0x000030, "Member 'KismetMathLibrary_LinePlaneIntersection::T' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, Intersection) == 0x000034, "Member 'KismetMathLibrary_LinePlaneIntersection::Intersection' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_LinePlaneIntersection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_LinePlaneIntersection_OriginNormal \ static_assert(alignof(KismetMathLibrary_LinePlaneIntersection_OriginNormal) == 0x000004, "Wrong alignment on KismetMathLibrary_LinePlaneIntersection_OriginNormal"); \ static_assert(sizeof(KismetMathLibrary_LinePlaneIntersection_OriginNormal) == 0x000044, "Wrong size on KismetMathLibrary_LinePlaneIntersection_OriginNormal"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, LineStart) == 0x000000, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::LineStart' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, LineEnd) == 0x00000C, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::LineEnd' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, PlaneOrigin) == 0x000018, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::PlaneOrigin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, PlaneNormal) == 0x000024, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::PlaneNormal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, T) == 0x000030, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::T' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, Intersection) == 0x000034, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::Intersection' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_LinePlaneIntersection_OriginNormal, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_LinePlaneIntersection_OriginNormal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Log \ static_assert(alignof(KismetMathLibrary_Log) == 0x000004, "Wrong alignment on KismetMathLibrary_Log"); \ static_assert(sizeof(KismetMathLibrary_Log) == 0x00000C, "Wrong size on KismetMathLibrary_Log"); \ static_assert(offsetof(KismetMathLibrary_Log, A) == 0x000000, "Member 'KismetMathLibrary_Log::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Log, Base) == 0x000004, "Member 'KismetMathLibrary_Log::Base' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Log, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Log::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Loge \ static_assert(alignof(KismetMathLibrary_Loge) == 0x000004, "Wrong alignment on KismetMathLibrary_Loge"); \ static_assert(sizeof(KismetMathLibrary_Loge) == 0x000008, "Wrong size on KismetMathLibrary_Loge"); \ static_assert(offsetof(KismetMathLibrary_Loge, A) == 0x000000, "Member 'KismetMathLibrary_Loge::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Loge, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Loge::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeBox \ static_assert(alignof(KismetMathLibrary_MakeBox) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeBox"); \ static_assert(sizeof(KismetMathLibrary_MakeBox) == 0x000034, "Wrong size on KismetMathLibrary_MakeBox"); \ static_assert(offsetof(KismetMathLibrary_MakeBox, Min_0) == 0x000000, "Member 'KismetMathLibrary_MakeBox::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeBox, Max_0) == 0x00000C, "Member 'KismetMathLibrary_MakeBox::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeBox, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeBox2D \ static_assert(alignof(KismetMathLibrary_MakeBox2D) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeBox2D"); \ static_assert(sizeof(KismetMathLibrary_MakeBox2D) == 0x000024, "Wrong size on KismetMathLibrary_MakeBox2D"); \ static_assert(offsetof(KismetMathLibrary_MakeBox2D, Min_0) == 0x000000, "Member 'KismetMathLibrary_MakeBox2D::Min_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeBox2D, Max_0) == 0x000008, "Member 'KismetMathLibrary_MakeBox2D::Max_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeBox2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeBox2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeColor \ static_assert(alignof(KismetMathLibrary_MakeColor) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeColor"); \ static_assert(sizeof(KismetMathLibrary_MakeColor) == 0x000020, "Wrong size on KismetMathLibrary_MakeColor"); \ static_assert(offsetof(KismetMathLibrary_MakeColor, R) == 0x000000, "Member 'KismetMathLibrary_MakeColor::R' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeColor, G) == 0x000004, "Member 'KismetMathLibrary_MakeColor::G' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeColor, b) == 0x000008, "Member 'KismetMathLibrary_MakeColor::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeColor, A) == 0x00000C, "Member 'KismetMathLibrary_MakeColor::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeColor, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeDateTime \ static_assert(alignof(KismetMathLibrary_MakeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeDateTime"); \ static_assert(sizeof(KismetMathLibrary_MakeDateTime) == 0x000028, "Wrong size on KismetMathLibrary_MakeDateTime"); \ static_assert(offsetof(KismetMathLibrary_MakeDateTime, Year) == 0x000000, "Member 'KismetMathLibrary_MakeDateTime::Year' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeDateTime, Month) == 0x000004, "Member 'KismetMathLibrary_MakeDateTime::Month' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeDateTime, Day) == 0x000008, "Member 'KismetMathLibrary_MakeDateTime::Day' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeDateTime, Hour) == 0x00000C, "Member 'KismetMathLibrary_MakeDateTime::Hour' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeDateTime, Minute) == 0x000010, "Member 'KismetMathLibrary_MakeDateTime::Minute' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeDateTime, Second) == 0x000014, "Member 'KismetMathLibrary_MakeDateTime::Second' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeDateTime, Millisecond) == 0x000018, "Member 'KismetMathLibrary_MakeDateTime::Millisecond' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeDateTime, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_MakeDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeFrameRate \ static_assert(alignof(KismetMathLibrary_MakeFrameRate) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeFrameRate"); \ static_assert(sizeof(KismetMathLibrary_MakeFrameRate) == 0x000010, "Wrong size on KismetMathLibrary_MakeFrameRate"); \ static_assert(offsetof(KismetMathLibrary_MakeFrameRate, Numerator) == 0x000000, "Member 'KismetMathLibrary_MakeFrameRate::Numerator' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeFrameRate, Denominator) == 0x000004, "Member 'KismetMathLibrary_MakeFrameRate::Denominator' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeFrameRate, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_MakeFrameRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakePlaneFromPointAndNormal \ static_assert(alignof(KismetMathLibrary_MakePlaneFromPointAndNormal) == 0x000010, "Wrong alignment on KismetMathLibrary_MakePlaneFromPointAndNormal"); \ static_assert(sizeof(KismetMathLibrary_MakePlaneFromPointAndNormal) == 0x000030, "Wrong size on KismetMathLibrary_MakePlaneFromPointAndNormal"); \ static_assert(offsetof(KismetMathLibrary_MakePlaneFromPointAndNormal, Point) == 0x000000, "Member 'KismetMathLibrary_MakePlaneFromPointAndNormal::Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakePlaneFromPointAndNormal, normal_0) == 0x00000C, "Member 'KismetMathLibrary_MakePlaneFromPointAndNormal::normal_0' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakePlaneFromPointAndNormal, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_MakePlaneFromPointAndNormal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakePulsatingValue \ static_assert(alignof(KismetMathLibrary_MakePulsatingValue) == 0x000004, "Wrong alignment on KismetMathLibrary_MakePulsatingValue"); \ static_assert(sizeof(KismetMathLibrary_MakePulsatingValue) == 0x000010, "Wrong size on KismetMathLibrary_MakePulsatingValue"); \ static_assert(offsetof(KismetMathLibrary_MakePulsatingValue, InCurrentTime) == 0x000000, "Member 'KismetMathLibrary_MakePulsatingValue::InCurrentTime' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakePulsatingValue, InPulsesPerSecond) == 0x000004, "Member 'KismetMathLibrary_MakePulsatingValue::InPulsesPerSecond' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakePulsatingValue, InPhase) == 0x000008, "Member 'KismetMathLibrary_MakePulsatingValue::InPhase' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakePulsatingValue, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakePulsatingValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeQualifiedFrameTime \ static_assert(alignof(KismetMathLibrary_MakeQualifiedFrameTime) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeQualifiedFrameTime"); \ static_assert(sizeof(KismetMathLibrary_MakeQualifiedFrameTime) == 0x000020, "Wrong size on KismetMathLibrary_MakeQualifiedFrameTime"); \ static_assert(offsetof(KismetMathLibrary_MakeQualifiedFrameTime, Frame) == 0x000000, "Member 'KismetMathLibrary_MakeQualifiedFrameTime::Frame' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeQualifiedFrameTime, FrameRate) == 0x000004, "Member 'KismetMathLibrary_MakeQualifiedFrameTime::FrameRate' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeQualifiedFrameTime, SubFrame) == 0x00000C, "Member 'KismetMathLibrary_MakeQualifiedFrameTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeQualifiedFrameTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeQualifiedFrameTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRandomStream \ static_assert(alignof(KismetMathLibrary_MakeRandomStream) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRandomStream"); \ static_assert(sizeof(KismetMathLibrary_MakeRandomStream) == 0x00000C, "Wrong size on KismetMathLibrary_MakeRandomStream"); \ static_assert(offsetof(KismetMathLibrary_MakeRandomStream, InitialSeed) == 0x000000, "Member 'KismetMathLibrary_MakeRandomStream::InitialSeed' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRandomStream, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_MakeRandomStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRelativeTransform \ static_assert(alignof(KismetMathLibrary_MakeRelativeTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_MakeRelativeTransform"); \ static_assert(sizeof(KismetMathLibrary_MakeRelativeTransform) == 0x000090, "Wrong size on KismetMathLibrary_MakeRelativeTransform"); \ static_assert(offsetof(KismetMathLibrary_MakeRelativeTransform, A) == 0x000000, "Member 'KismetMathLibrary_MakeRelativeTransform::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRelativeTransform, RelativeTo) == 0x000030, "Member 'KismetMathLibrary_MakeRelativeTransform::RelativeTo' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRelativeTransform, ReturnValue) == 0x000060, "Member 'KismetMathLibrary_MakeRelativeTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotationFromAxes \ static_assert(alignof(KismetMathLibrary_MakeRotationFromAxes) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotationFromAxes"); \ static_assert(sizeof(KismetMathLibrary_MakeRotationFromAxes) == 0x000030, "Wrong size on KismetMathLibrary_MakeRotationFromAxes"); \ static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, Forward) == 0x000000, "Member 'KismetMathLibrary_MakeRotationFromAxes::Forward' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, Right) == 0x00000C, "Member 'KismetMathLibrary_MakeRotationFromAxes::Right' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, Up) == 0x000018, "Member 'KismetMathLibrary_MakeRotationFromAxes::Up' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotationFromAxes, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_MakeRotationFromAxes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotator \ static_assert(alignof(KismetMathLibrary_MakeRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotator"); \ static_assert(sizeof(KismetMathLibrary_MakeRotator) == 0x000018, "Wrong size on KismetMathLibrary_MakeRotator"); \ static_assert(offsetof(KismetMathLibrary_MakeRotator, Roll) == 0x000000, "Member 'KismetMathLibrary_MakeRotator::Roll' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotator, Pitch) == 0x000004, "Member 'KismetMathLibrary_MakeRotator::Pitch' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotator, Yaw) == 0x000008, "Member 'KismetMathLibrary_MakeRotator::Yaw' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotator, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromX \ static_assert(alignof(KismetMathLibrary_MakeRotFromX) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromX"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromX) == 0x000018, "Wrong size on KismetMathLibrary_MakeRotFromX"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromX, X) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromX::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromX, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromXY \ static_assert(alignof(KismetMathLibrary_MakeRotFromXY) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromXY"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromXY) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromXY"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromXY, X) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromXY::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromXY, Y) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromXY::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromXY, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromXY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromXZ \ static_assert(alignof(KismetMathLibrary_MakeRotFromXZ) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromXZ"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromXZ) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromXZ"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromXZ, X) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromXZ::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromXZ, Z) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromXZ::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromXZ, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromXZ::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromY \ static_assert(alignof(KismetMathLibrary_MakeRotFromY) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromY"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromY) == 0x000018, "Wrong size on KismetMathLibrary_MakeRotFromY"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromY, Y) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromY::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromY, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromYX \ static_assert(alignof(KismetMathLibrary_MakeRotFromYX) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromYX"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromYX) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromYX"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromYX, Y) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromYX::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromYX, X) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromYX::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromYX, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromYX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromYZ \ static_assert(alignof(KismetMathLibrary_MakeRotFromYZ) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromYZ"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromYZ) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromYZ"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromYZ, Y) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromYZ::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromYZ, Z) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromYZ::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromYZ, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromYZ::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZ \ static_assert(alignof(KismetMathLibrary_MakeRotFromZ) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromZ"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromZ) == 0x000018, "Wrong size on KismetMathLibrary_MakeRotFromZ"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromZ, Z) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromZ::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromZ, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromZ::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZX \ static_assert(alignof(KismetMathLibrary_MakeRotFromZX) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromZX"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromZX) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromZX"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromZX, Z) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromZX::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromZX, X) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromZX::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromZX, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromZX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeRotFromZY \ static_assert(alignof(KismetMathLibrary_MakeRotFromZY) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeRotFromZY"); \ static_assert(sizeof(KismetMathLibrary_MakeRotFromZY) == 0x000024, "Wrong size on KismetMathLibrary_MakeRotFromZY"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromZY, Z) == 0x000000, "Member 'KismetMathLibrary_MakeRotFromZY::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromZY, Y) == 0x00000C, "Member 'KismetMathLibrary_MakeRotFromZY::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeRotFromZY, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeRotFromZY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeTimespan \ static_assert(alignof(KismetMathLibrary_MakeTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeTimespan"); \ static_assert(sizeof(KismetMathLibrary_MakeTimespan) == 0x000020, "Wrong size on KismetMathLibrary_MakeTimespan"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan, Days) == 0x000000, "Member 'KismetMathLibrary_MakeTimespan::Days' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan, Hours) == 0x000004, "Member 'KismetMathLibrary_MakeTimespan::Hours' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan, Minutes) == 0x000008, "Member 'KismetMathLibrary_MakeTimespan::Minutes' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan, Seconds) == 0x00000C, "Member 'KismetMathLibrary_MakeTimespan::Seconds' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan, Milliseconds) == 0x000010, "Member 'KismetMathLibrary_MakeTimespan::Milliseconds' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeTimespan2 \ static_assert(alignof(KismetMathLibrary_MakeTimespan2) == 0x000008, "Wrong alignment on KismetMathLibrary_MakeTimespan2"); \ static_assert(sizeof(KismetMathLibrary_MakeTimespan2) == 0x000020, "Wrong size on KismetMathLibrary_MakeTimespan2"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan2, Days) == 0x000000, "Member 'KismetMathLibrary_MakeTimespan2::Days' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan2, Hours) == 0x000004, "Member 'KismetMathLibrary_MakeTimespan2::Hours' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan2, Minutes) == 0x000008, "Member 'KismetMathLibrary_MakeTimespan2::Minutes' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan2, Seconds) == 0x00000C, "Member 'KismetMathLibrary_MakeTimespan2::Seconds' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan2, FractionNano) == 0x000010, "Member 'KismetMathLibrary_MakeTimespan2::FractionNano' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTimespan2, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MakeTimespan2::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeTransform \ static_assert(alignof(KismetMathLibrary_MakeTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_MakeTransform"); \ static_assert(sizeof(KismetMathLibrary_MakeTransform) == 0x000060, "Wrong size on KismetMathLibrary_MakeTransform"); \ static_assert(offsetof(KismetMathLibrary_MakeTransform, Location) == 0x000000, "Member 'KismetMathLibrary_MakeTransform::Location' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTransform, Rotation) == 0x00000C, "Member 'KismetMathLibrary_MakeTransform::Rotation' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTransform, Scale) == 0x000018, "Member 'KismetMathLibrary_MakeTransform::Scale' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeTransform, ReturnValue) == 0x000030, "Member 'KismetMathLibrary_MakeTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector \ static_assert(alignof(KismetMathLibrary_MakeVector) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeVector"); \ static_assert(sizeof(KismetMathLibrary_MakeVector) == 0x000018, "Wrong size on KismetMathLibrary_MakeVector"); \ static_assert(offsetof(KismetMathLibrary_MakeVector, X) == 0x000000, "Member 'KismetMathLibrary_MakeVector::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector, Y) == 0x000004, "Member 'KismetMathLibrary_MakeVector::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector, Z) == 0x000008, "Member 'KismetMathLibrary_MakeVector::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_MakeVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector2D \ static_assert(alignof(KismetMathLibrary_MakeVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_MakeVector2D"); \ static_assert(sizeof(KismetMathLibrary_MakeVector2D) == 0x000010, "Wrong size on KismetMathLibrary_MakeVector2D"); \ static_assert(offsetof(KismetMathLibrary_MakeVector2D, X) == 0x000000, "Member 'KismetMathLibrary_MakeVector2D::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector2D, Y) == 0x000004, "Member 'KismetMathLibrary_MakeVector2D::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_MakeVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MakeVector4 \ static_assert(alignof(KismetMathLibrary_MakeVector4) == 0x000010, "Wrong alignment on KismetMathLibrary_MakeVector4"); \ static_assert(sizeof(KismetMathLibrary_MakeVector4) == 0x000020, "Wrong size on KismetMathLibrary_MakeVector4"); \ static_assert(offsetof(KismetMathLibrary_MakeVector4, X) == 0x000000, "Member 'KismetMathLibrary_MakeVector4::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector4, Y) == 0x000004, "Member 'KismetMathLibrary_MakeVector4::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector4, Z) == 0x000008, "Member 'KismetMathLibrary_MakeVector4::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector4, W) == 0x00000C, "Member 'KismetMathLibrary_MakeVector4::W' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MakeVector4, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MakeVector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MapRangeClamped \ static_assert(alignof(KismetMathLibrary_MapRangeClamped) == 0x000004, "Wrong alignment on KismetMathLibrary_MapRangeClamped"); \ static_assert(sizeof(KismetMathLibrary_MapRangeClamped) == 0x000018, "Wrong size on KismetMathLibrary_MapRangeClamped"); \ static_assert(offsetof(KismetMathLibrary_MapRangeClamped, Value) == 0x000000, "Member 'KismetMathLibrary_MapRangeClamped::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeClamped, InRangeA) == 0x000004, "Member 'KismetMathLibrary_MapRangeClamped::InRangeA' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeClamped, InRangeB) == 0x000008, "Member 'KismetMathLibrary_MapRangeClamped::InRangeB' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeClamped, OutRangeA) == 0x00000C, "Member 'KismetMathLibrary_MapRangeClamped::OutRangeA' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeClamped, OutRangeB) == 0x000010, "Member 'KismetMathLibrary_MapRangeClamped::OutRangeB' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeClamped, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_MapRangeClamped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MapRangeUnclamped \ static_assert(alignof(KismetMathLibrary_MapRangeUnclamped) == 0x000004, "Wrong alignment on KismetMathLibrary_MapRangeUnclamped"); \ static_assert(sizeof(KismetMathLibrary_MapRangeUnclamped) == 0x000018, "Wrong size on KismetMathLibrary_MapRangeUnclamped"); \ static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, Value) == 0x000000, "Member 'KismetMathLibrary_MapRangeUnclamped::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, InRangeA) == 0x000004, "Member 'KismetMathLibrary_MapRangeUnclamped::InRangeA' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, InRangeB) == 0x000008, "Member 'KismetMathLibrary_MapRangeUnclamped::InRangeB' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, OutRangeA) == 0x00000C, "Member 'KismetMathLibrary_MapRangeUnclamped::OutRangeA' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, OutRangeB) == 0x000010, "Member 'KismetMathLibrary_MapRangeUnclamped::OutRangeB' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MapRangeUnclamped, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_MapRangeUnclamped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ApplyScale \ static_assert(alignof(KismetMathLibrary_Matrix_ApplyScale) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ApplyScale"); \ static_assert(sizeof(KismetMathLibrary_Matrix_ApplyScale) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_ApplyScale"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ApplyScale, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ApplyScale::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ApplyScale, Scale) == 0x000040, "Member 'KismetMathLibrary_Matrix_ApplyScale::Scale' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ApplyScale, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_ApplyScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ConcatenateTranslation \ static_assert(alignof(KismetMathLibrary_Matrix_ConcatenateTranslation) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ConcatenateTranslation"); \ static_assert(sizeof(KismetMathLibrary_Matrix_ConcatenateTranslation) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_ConcatenateTranslation"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ConcatenateTranslation, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ConcatenateTranslation::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ConcatenateTranslation, Translation) == 0x000040, "Member 'KismetMathLibrary_Matrix_ConcatenateTranslation::Translation' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ConcatenateTranslation, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_ConcatenateTranslation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ContainsNaN \ static_assert(alignof(KismetMathLibrary_Matrix_ContainsNaN) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ContainsNaN"); \ static_assert(sizeof(KismetMathLibrary_Matrix_ContainsNaN) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_ContainsNaN"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ContainsNaN, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ContainsNaN::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ContainsNaN, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_ContainsNaN::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetColumn \ static_assert(alignof(KismetMathLibrary_Matrix_GetColumn) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetColumn"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetColumn) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetColumn"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetColumn, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetColumn::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetColumn, Column) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetColumn::Column' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetColumn, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_Matrix_GetColumn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetDeterminant \ static_assert(alignof(KismetMathLibrary_Matrix_GetDeterminant) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetDeterminant"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetDeterminant) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetDeterminant"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetDeterminant, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetDeterminant::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetDeterminant, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetDeterminant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumBottomPlane \ static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumBottomPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumBottomPlane"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumBottomPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumBottomPlane"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumBottomPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumBottomPlane::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumBottomPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumBottomPlane::OutPlane' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumBottomPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumBottomPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumFarPlane \ static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumFarPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumFarPlane"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumFarPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumFarPlane"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumFarPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumFarPlane::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumFarPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumFarPlane::OutPlane' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumFarPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumFarPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumLeftPlane \ static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumLeftPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumLeftPlane"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumLeftPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumLeftPlane"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumLeftPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumLeftPlane::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumLeftPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumLeftPlane::OutPlane' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumLeftPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumLeftPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumNearPlane \ static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumNearPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumNearPlane"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumNearPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumNearPlane"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumNearPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumNearPlane::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumNearPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumNearPlane::OutPlane' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumNearPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumNearPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumRightPlane \ static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumRightPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumRightPlane"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumRightPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumRightPlane"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumRightPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumRightPlane::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumRightPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumRightPlane::OutPlane' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumRightPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumRightPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetFrustumTopPlane \ static_assert(alignof(KismetMathLibrary_Matrix_GetFrustumTopPlane) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetFrustumTopPlane"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetFrustumTopPlane) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_GetFrustumTopPlane"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumTopPlane, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetFrustumTopPlane::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumTopPlane, OutPlane) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetFrustumTopPlane::OutPlane' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetFrustumTopPlane, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetFrustumTopPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetInverse \ static_assert(alignof(KismetMathLibrary_Matrix_GetInverse) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetInverse"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetInverse) == 0x000080, "Wrong size on KismetMathLibrary_Matrix_GetInverse"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetInverse, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetInverse::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetInverse, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetInverse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetMatrixWithoutScale \ static_assert(alignof(KismetMathLibrary_Matrix_GetMatrixWithoutScale) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetMatrixWithoutScale"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetMatrixWithoutScale) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_GetMatrixWithoutScale"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetMatrixWithoutScale, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetMatrixWithoutScale::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetMatrixWithoutScale, Tolerance) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetMatrixWithoutScale::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetMatrixWithoutScale, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_GetMatrixWithoutScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetMaximumAxisScale \ static_assert(alignof(KismetMathLibrary_Matrix_GetMaximumAxisScale) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetMaximumAxisScale"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetMaximumAxisScale) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetMaximumAxisScale"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetMaximumAxisScale, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetMaximumAxisScale::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetMaximumAxisScale, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetMaximumAxisScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetOrigin \ static_assert(alignof(KismetMathLibrary_Matrix_GetOrigin) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetOrigin"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetOrigin) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetOrigin"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetOrigin, InMatrix) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetOrigin::InMatrix' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetOrigin, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetRotator \ static_assert(alignof(KismetMathLibrary_Matrix_GetRotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetRotator"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetRotator) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetRotator"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetRotator, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetRotator::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetRotator, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetRotDeterminant \ static_assert(alignof(KismetMathLibrary_Matrix_GetRotDeterminant) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetRotDeterminant"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetRotDeterminant) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetRotDeterminant"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetRotDeterminant, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetRotDeterminant::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetRotDeterminant, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetRotDeterminant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetScaledAxes \ static_assert(alignof(KismetMathLibrary_Matrix_GetScaledAxes) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetScaledAxes"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetScaledAxes) == 0x000070, "Wrong size on KismetMathLibrary_Matrix_GetScaledAxes"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, X) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, Y) == 0x00004C, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxes, Z) == 0x000058, "Member 'KismetMathLibrary_Matrix_GetScaledAxes::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetScaledAxis \ static_assert(alignof(KismetMathLibrary_Matrix_GetScaledAxis) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetScaledAxis"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetScaledAxis) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetScaledAxis"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxis, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetScaledAxis::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxis, Axis) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetScaledAxis::Axis' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaledAxis, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_Matrix_GetScaledAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetScaleVector \ static_assert(alignof(KismetMathLibrary_Matrix_GetScaleVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetScaleVector"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetScaleVector) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetScaleVector"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaleVector, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetScaleVector::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaleVector, Tolerance) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetScaleVector::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetScaleVector, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_Matrix_GetScaleVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetTransposeAdjoint \ static_assert(alignof(KismetMathLibrary_Matrix_GetTransposeAdjoint) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetTransposeAdjoint"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetTransposeAdjoint) == 0x000080, "Wrong size on KismetMathLibrary_Matrix_GetTransposeAdjoint"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetTransposeAdjoint, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetTransposeAdjoint::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetTransposeAdjoint, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetTransposeAdjoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetTransposed \ static_assert(alignof(KismetMathLibrary_Matrix_GetTransposed) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetTransposed"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetTransposed) == 0x000080, "Wrong size on KismetMathLibrary_Matrix_GetTransposed"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetTransposed, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetTransposed::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetTransposed, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetTransposed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetUnitAxes \ static_assert(alignof(KismetMathLibrary_Matrix_GetUnitAxes) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetUnitAxes"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetUnitAxes) == 0x000070, "Wrong size on KismetMathLibrary_Matrix_GetUnitAxes"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, X) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, Y) == 0x00004C, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxes, Z) == 0x000058, "Member 'KismetMathLibrary_Matrix_GetUnitAxes::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_GetUnitAxis \ static_assert(alignof(KismetMathLibrary_Matrix_GetUnitAxis) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_GetUnitAxis"); \ static_assert(sizeof(KismetMathLibrary_Matrix_GetUnitAxis) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_GetUnitAxis"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxis, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_GetUnitAxis::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxis, Axis) == 0x000040, "Member 'KismetMathLibrary_Matrix_GetUnitAxis::Axis' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_GetUnitAxis, ReturnValue) == 0x000044, "Member 'KismetMathLibrary_Matrix_GetUnitAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_Identity \ static_assert(alignof(KismetMathLibrary_Matrix_Identity) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_Identity"); \ static_assert(sizeof(KismetMathLibrary_Matrix_Identity) == 0x000040, "Wrong size on KismetMathLibrary_Matrix_Identity"); \ static_assert(offsetof(KismetMathLibrary_Matrix_Identity, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Matrix_Identity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_InverseTransformPosition \ static_assert(alignof(KismetMathLibrary_Matrix_InverseTransformPosition) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_InverseTransformPosition"); \ static_assert(sizeof(KismetMathLibrary_Matrix_InverseTransformPosition) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_InverseTransformPosition"); \ static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformPosition, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_InverseTransformPosition::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformPosition, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_InverseTransformPosition::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformPosition, ReturnValue) == 0x00004C, "Member 'KismetMathLibrary_Matrix_InverseTransformPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_InverseTransformVector \ static_assert(alignof(KismetMathLibrary_Matrix_InverseTransformVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_InverseTransformVector"); \ static_assert(sizeof(KismetMathLibrary_Matrix_InverseTransformVector) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_InverseTransformVector"); \ static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformVector, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_InverseTransformVector::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformVector, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_InverseTransformVector::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_InverseTransformVector, ReturnValue) == 0x00004C, "Member 'KismetMathLibrary_Matrix_InverseTransformVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_Mirror \ static_assert(alignof(KismetMathLibrary_Matrix_Mirror) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_Mirror"); \ static_assert(sizeof(KismetMathLibrary_Matrix_Mirror) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_Mirror"); \ static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_Mirror::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, MirrorAxis) == 0x000040, "Member 'KismetMathLibrary_Matrix_Mirror::MirrorAxis' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, FlipAxis) == 0x000041, "Member 'KismetMathLibrary_Matrix_Mirror::FlipAxis' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_Mirror, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_Mirror::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_RemoveScaling \ static_assert(alignof(KismetMathLibrary_Matrix_RemoveScaling) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_RemoveScaling"); \ static_assert(sizeof(KismetMathLibrary_Matrix_RemoveScaling) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_RemoveScaling"); \ static_assert(offsetof(KismetMathLibrary_Matrix_RemoveScaling, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_RemoveScaling::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_RemoveScaling, Tolerance) == 0x000040, "Member 'KismetMathLibrary_Matrix_RemoveScaling::Tolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_RemoveTranslation \ static_assert(alignof(KismetMathLibrary_Matrix_RemoveTranslation) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_RemoveTranslation"); \ static_assert(sizeof(KismetMathLibrary_Matrix_RemoveTranslation) == 0x000080, "Wrong size on KismetMathLibrary_Matrix_RemoveTranslation"); \ static_assert(offsetof(KismetMathLibrary_Matrix_RemoveTranslation, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_RemoveTranslation::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_RemoveTranslation, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_RemoveTranslation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ScaleTranslation \ static_assert(alignof(KismetMathLibrary_Matrix_ScaleTranslation) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ScaleTranslation"); \ static_assert(sizeof(KismetMathLibrary_Matrix_ScaleTranslation) == 0x000090, "Wrong size on KismetMathLibrary_Matrix_ScaleTranslation"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ScaleTranslation, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ScaleTranslation::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ScaleTranslation, Scale3D) == 0x000040, "Member 'KismetMathLibrary_Matrix_ScaleTranslation::Scale3D' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ScaleTranslation, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_ScaleTranslation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_SetAxis \ static_assert(alignof(KismetMathLibrary_Matrix_SetAxis) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_SetAxis"); \ static_assert(sizeof(KismetMathLibrary_Matrix_SetAxis) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_SetAxis"); \ static_assert(offsetof(KismetMathLibrary_Matrix_SetAxis, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_SetAxis::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_SetAxis, Axis) == 0x000040, "Member 'KismetMathLibrary_Matrix_SetAxis::Axis' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_SetAxis, AxisVector) == 0x000044, "Member 'KismetMathLibrary_Matrix_SetAxis::AxisVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_SetColumn \ static_assert(alignof(KismetMathLibrary_Matrix_SetColumn) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_SetColumn"); \ static_assert(sizeof(KismetMathLibrary_Matrix_SetColumn) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_SetColumn"); \ static_assert(offsetof(KismetMathLibrary_Matrix_SetColumn, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_SetColumn::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_SetColumn, Column) == 0x000040, "Member 'KismetMathLibrary_Matrix_SetColumn::Column' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_SetColumn, Value) == 0x000044, "Member 'KismetMathLibrary_Matrix_SetColumn::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_SetOrigin \ static_assert(alignof(KismetMathLibrary_Matrix_SetOrigin) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_SetOrigin"); \ static_assert(sizeof(KismetMathLibrary_Matrix_SetOrigin) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_SetOrigin"); \ static_assert(offsetof(KismetMathLibrary_Matrix_SetOrigin, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_SetOrigin::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_SetOrigin, NewOrigin) == 0x000040, "Member 'KismetMathLibrary_Matrix_SetOrigin::NewOrigin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_ToQuat \ static_assert(alignof(KismetMathLibrary_Matrix_ToQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_ToQuat"); \ static_assert(sizeof(KismetMathLibrary_Matrix_ToQuat) == 0x000050, "Wrong size on KismetMathLibrary_Matrix_ToQuat"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ToQuat, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_ToQuat::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_ToQuat, ReturnValue) == 0x000040, "Member 'KismetMathLibrary_Matrix_ToQuat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_TransformPosition \ static_assert(alignof(KismetMathLibrary_Matrix_TransformPosition) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_TransformPosition"); \ static_assert(sizeof(KismetMathLibrary_Matrix_TransformPosition) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_TransformPosition"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformPosition, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_TransformPosition::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformPosition, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_TransformPosition::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformPosition, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_TransformPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_TransformVector \ static_assert(alignof(KismetMathLibrary_Matrix_TransformVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_TransformVector"); \ static_assert(sizeof(KismetMathLibrary_Matrix_TransformVector) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_TransformVector"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_TransformVector::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_TransformVector::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_TransformVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Matrix_TransformVector4 \ static_assert(alignof(KismetMathLibrary_Matrix_TransformVector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Matrix_TransformVector4"); \ static_assert(sizeof(KismetMathLibrary_Matrix_TransformVector4) == 0x000060, "Wrong size on KismetMathLibrary_Matrix_TransformVector4"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector4, M) == 0x000000, "Member 'KismetMathLibrary_Matrix_TransformVector4::M' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector4, V) == 0x000040, "Member 'KismetMathLibrary_Matrix_TransformVector4::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Matrix_TransformVector4, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Matrix_TransformVector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Max \ static_assert(alignof(KismetMathLibrary_Max) == 0x000004, "Wrong alignment on KismetMathLibrary_Max"); \ static_assert(sizeof(KismetMathLibrary_Max) == 0x00000C, "Wrong size on KismetMathLibrary_Max"); \ static_assert(offsetof(KismetMathLibrary_Max, A) == 0x000000, "Member 'KismetMathLibrary_Max::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Max, b) == 0x000004, "Member 'KismetMathLibrary_Max::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Max, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Max::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MaxInt64 \ static_assert(alignof(KismetMathLibrary_MaxInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxInt64"); \ static_assert(sizeof(KismetMathLibrary_MaxInt64) == 0x000018, "Wrong size on KismetMathLibrary_MaxInt64"); \ static_assert(offsetof(KismetMathLibrary_MaxInt64, A) == 0x000000, "Member 'KismetMathLibrary_MaxInt64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MaxInt64, b) == 0x000008, "Member 'KismetMathLibrary_MaxInt64::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MaxInt64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MaxInt64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MaxOfByteArray \ static_assert(alignof(KismetMathLibrary_MaxOfByteArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxOfByteArray"); \ static_assert(sizeof(KismetMathLibrary_MaxOfByteArray) == 0x000018, "Wrong size on KismetMathLibrary_MaxOfByteArray"); \ static_assert(offsetof(KismetMathLibrary_MaxOfByteArray, ByteArray) == 0x000000, "Member 'KismetMathLibrary_MaxOfByteArray::ByteArray' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MaxOfByteArray, IndexOfMaxValue) == 0x000010, "Member 'KismetMathLibrary_MaxOfByteArray::IndexOfMaxValue' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MaxOfByteArray, MaxValue) == 0x000014, "Member 'KismetMathLibrary_MaxOfByteArray::MaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MaxOfFloatArray \ static_assert(alignof(KismetMathLibrary_MaxOfFloatArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxOfFloatArray"); \ static_assert(sizeof(KismetMathLibrary_MaxOfFloatArray) == 0x000018, "Wrong size on KismetMathLibrary_MaxOfFloatArray"); \ static_assert(offsetof(KismetMathLibrary_MaxOfFloatArray, FloatArray) == 0x000000, "Member 'KismetMathLibrary_MaxOfFloatArray::FloatArray' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MaxOfFloatArray, IndexOfMaxValue) == 0x000010, "Member 'KismetMathLibrary_MaxOfFloatArray::IndexOfMaxValue' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MaxOfFloatArray, MaxValue) == 0x000014, "Member 'KismetMathLibrary_MaxOfFloatArray::MaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MaxOfIntArray \ static_assert(alignof(KismetMathLibrary_MaxOfIntArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxOfIntArray"); \ static_assert(sizeof(KismetMathLibrary_MaxOfIntArray) == 0x000018, "Wrong size on KismetMathLibrary_MaxOfIntArray"); \ static_assert(offsetof(KismetMathLibrary_MaxOfIntArray, IntArray) == 0x000000, "Member 'KismetMathLibrary_MaxOfIntArray::IntArray' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MaxOfIntArray, IndexOfMaxValue) == 0x000010, "Member 'KismetMathLibrary_MaxOfIntArray::IndexOfMaxValue' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MaxOfIntArray, MaxValue) == 0x000014, "Member 'KismetMathLibrary_MaxOfIntArray::MaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Min \ static_assert(alignof(KismetMathLibrary_Min) == 0x000004, "Wrong alignment on KismetMathLibrary_Min"); \ static_assert(sizeof(KismetMathLibrary_Min) == 0x00000C, "Wrong size on KismetMathLibrary_Min"); \ static_assert(offsetof(KismetMathLibrary_Min, A) == 0x000000, "Member 'KismetMathLibrary_Min::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Min, b) == 0x000004, "Member 'KismetMathLibrary_Min::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Min, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Min::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MinimumAreaRectangle \ static_assert(alignof(KismetMathLibrary_MinimumAreaRectangle) == 0x000008, "Wrong alignment on KismetMathLibrary_MinimumAreaRectangle"); \ static_assert(sizeof(KismetMathLibrary_MinimumAreaRectangle) == 0x000048, "Wrong size on KismetMathLibrary_MinimumAreaRectangle"); \ static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, WorldContextObject) == 0x000000, "Member 'KismetMathLibrary_MinimumAreaRectangle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, InVerts) == 0x000008, "Member 'KismetMathLibrary_MinimumAreaRectangle::InVerts' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, SampleSurfaceNormal) == 0x000018, "Member 'KismetMathLibrary_MinimumAreaRectangle::SampleSurfaceNormal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutRectCenter) == 0x000024, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutRectCenter' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutRectRotation) == 0x000030, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutRectRotation' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutSideLengthX) == 0x00003C, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutSideLengthX' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, OutSideLengthY) == 0x000040, "Member 'KismetMathLibrary_MinimumAreaRectangle::OutSideLengthY' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinimumAreaRectangle, bDebugDraw) == 0x000044, "Member 'KismetMathLibrary_MinimumAreaRectangle::bDebugDraw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MinInt64 \ static_assert(alignof(KismetMathLibrary_MinInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_MinInt64"); \ static_assert(sizeof(KismetMathLibrary_MinInt64) == 0x000018, "Wrong size on KismetMathLibrary_MinInt64"); \ static_assert(offsetof(KismetMathLibrary_MinInt64, A) == 0x000000, "Member 'KismetMathLibrary_MinInt64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinInt64, b) == 0x000008, "Member 'KismetMathLibrary_MinInt64::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinInt64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MinInt64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MinOfByteArray \ static_assert(alignof(KismetMathLibrary_MinOfByteArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MinOfByteArray"); \ static_assert(sizeof(KismetMathLibrary_MinOfByteArray) == 0x000018, "Wrong size on KismetMathLibrary_MinOfByteArray"); \ static_assert(offsetof(KismetMathLibrary_MinOfByteArray, ByteArray) == 0x000000, "Member 'KismetMathLibrary_MinOfByteArray::ByteArray' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinOfByteArray, IndexOfMinValue) == 0x000010, "Member 'KismetMathLibrary_MinOfByteArray::IndexOfMinValue' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinOfByteArray, MinValue) == 0x000014, "Member 'KismetMathLibrary_MinOfByteArray::MinValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MinOfFloatArray \ static_assert(alignof(KismetMathLibrary_MinOfFloatArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MinOfFloatArray"); \ static_assert(sizeof(KismetMathLibrary_MinOfFloatArray) == 0x000018, "Wrong size on KismetMathLibrary_MinOfFloatArray"); \ static_assert(offsetof(KismetMathLibrary_MinOfFloatArray, FloatArray) == 0x000000, "Member 'KismetMathLibrary_MinOfFloatArray::FloatArray' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinOfFloatArray, IndexOfMinValue) == 0x000010, "Member 'KismetMathLibrary_MinOfFloatArray::IndexOfMinValue' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinOfFloatArray, MinValue) == 0x000014, "Member 'KismetMathLibrary_MinOfFloatArray::MinValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MinOfIntArray \ static_assert(alignof(KismetMathLibrary_MinOfIntArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MinOfIntArray"); \ static_assert(sizeof(KismetMathLibrary_MinOfIntArray) == 0x000018, "Wrong size on KismetMathLibrary_MinOfIntArray"); \ static_assert(offsetof(KismetMathLibrary_MinOfIntArray, IntArray) == 0x000000, "Member 'KismetMathLibrary_MinOfIntArray::IntArray' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinOfIntArray, IndexOfMinValue) == 0x000010, "Member 'KismetMathLibrary_MinOfIntArray::IndexOfMinValue' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MinOfIntArray, MinValue) == 0x000014, "Member 'KismetMathLibrary_MinOfIntArray::MinValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MirrorVectorByNormal \ static_assert(alignof(KismetMathLibrary_MirrorVectorByNormal) == 0x000004, "Wrong alignment on KismetMathLibrary_MirrorVectorByNormal"); \ static_assert(sizeof(KismetMathLibrary_MirrorVectorByNormal) == 0x000024, "Wrong size on KismetMathLibrary_MirrorVectorByNormal"); \ static_assert(offsetof(KismetMathLibrary_MirrorVectorByNormal, InVect) == 0x000000, "Member 'KismetMathLibrary_MirrorVectorByNormal::InVect' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MirrorVectorByNormal, InNormal) == 0x00000C, "Member 'KismetMathLibrary_MirrorVectorByNormal::InNormal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MirrorVectorByNormal, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_MirrorVectorByNormal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_ByteByte \ static_assert(alignof(KismetMathLibrary_Multiply_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Multiply_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_Multiply_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Multiply_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_Multiply_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_ByteByte, b) == 0x000001, "Member 'KismetMathLibrary_Multiply_ByteByte::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Multiply_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_FloatFloat \ static_assert(alignof(KismetMathLibrary_Multiply_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Multiply_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_FloatFloat, b) == 0x000004, "Member 'KismetMathLibrary_Multiply_FloatFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Multiply_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Int64Int64 \ static_assert(alignof(KismetMathLibrary_Multiply_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_Multiply_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Int64Int64, b) == 0x000008, "Member 'KismetMathLibrary_Multiply_Int64Int64::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntFloat \ static_assert(alignof(KismetMathLibrary_Multiply_IntFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntFloat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_IntFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Multiply_IntFloat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntFloat, b) == 0x000004, "Member 'KismetMathLibrary_Multiply_IntFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntInt \ static_assert(alignof(KismetMathLibrary_Multiply_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntInt"); \ static_assert(sizeof(KismetMathLibrary_Multiply_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Multiply_IntInt"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntInt, b) == 0x000004, "Member 'KismetMathLibrary_Multiply_IntInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntPointInt \ static_assert(alignof(KismetMathLibrary_Multiply_IntPointInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntPointInt"); \ static_assert(sizeof(KismetMathLibrary_Multiply_IntPointInt) == 0x000014, "Wrong size on KismetMathLibrary_Multiply_IntPointInt"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntPointInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntPointInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntPointInt, b) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntPointInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntPointInt, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Multiply_IntPointInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_IntPointIntPoint \ static_assert(alignof(KismetMathLibrary_Multiply_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_IntPointIntPoint"); \ static_assert(sizeof(KismetMathLibrary_Multiply_IntPointIntPoint) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_IntPointIntPoint"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_IntPointIntPoint::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntPointIntPoint, b) == 0x000008, "Member 'KismetMathLibrary_Multiply_IntPointIntPoint::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_LinearColorFloat \ static_assert(alignof(KismetMathLibrary_Multiply_LinearColorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_LinearColorFloat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_LinearColorFloat) == 0x000024, "Wrong size on KismetMathLibrary_Multiply_LinearColorFloat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_LinearColorFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorFloat, b) == 0x000010, "Member 'KismetMathLibrary_Multiply_LinearColorFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorFloat, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Multiply_LinearColorFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_LinearColorLinearColor \ static_assert(alignof(KismetMathLibrary_Multiply_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_LinearColorLinearColor"); \ static_assert(sizeof(KismetMathLibrary_Multiply_LinearColorLinearColor) == 0x000030, "Wrong size on KismetMathLibrary_Multiply_LinearColorLinearColor"); \ static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_LinearColorLinearColor::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorLinearColor, b) == 0x000010, "Member 'KismetMathLibrary_Multiply_LinearColorLinearColor::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_MatrixFloat \ static_assert(alignof(KismetMathLibrary_Multiply_MatrixFloat) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_MatrixFloat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_MatrixFloat) == 0x000090, "Wrong size on KismetMathLibrary_Multiply_MatrixFloat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_MatrixFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_MatrixFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_MatrixFloat, b) == 0x000040, "Member 'KismetMathLibrary_Multiply_MatrixFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_MatrixFloat, ReturnValue) == 0x000050, "Member 'KismetMathLibrary_Multiply_MatrixFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_MatrixMatrix \ static_assert(alignof(KismetMathLibrary_Multiply_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_MatrixMatrix"); \ static_assert(sizeof(KismetMathLibrary_Multiply_MatrixMatrix) == 0x0000C0, "Wrong size on KismetMathLibrary_Multiply_MatrixMatrix"); \ static_assert(offsetof(KismetMathLibrary_Multiply_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_MatrixMatrix::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_MatrixMatrix, b) == 0x000040, "Member 'KismetMathLibrary_Multiply_MatrixMatrix::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_MatrixMatrix, ReturnValue) == 0x000080, "Member 'KismetMathLibrary_Multiply_MatrixMatrix::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_QuatQuat \ static_assert(alignof(KismetMathLibrary_Multiply_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_QuatQuat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_QuatQuat) == 0x000030, "Wrong size on KismetMathLibrary_Multiply_QuatQuat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_QuatQuat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_QuatQuat, b) == 0x000010, "Member 'KismetMathLibrary_Multiply_QuatQuat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_QuatQuat, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_QuatQuat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_RotatorFloat \ static_assert(alignof(KismetMathLibrary_Multiply_RotatorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_RotatorFloat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_RotatorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Multiply_RotatorFloat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_RotatorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_RotatorFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_RotatorFloat, b) == 0x00000C, "Member 'KismetMathLibrary_Multiply_RotatorFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_RotatorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_RotatorFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_RotatorInt \ static_assert(alignof(KismetMathLibrary_Multiply_RotatorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_RotatorInt"); \ static_assert(sizeof(KismetMathLibrary_Multiply_RotatorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Multiply_RotatorInt"); \ static_assert(offsetof(KismetMathLibrary_Multiply_RotatorInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_RotatorInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_RotatorInt, b) == 0x00000C, "Member 'KismetMathLibrary_Multiply_RotatorInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_RotatorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_RotatorInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_TimespanFloat \ static_assert(alignof(KismetMathLibrary_Multiply_TimespanFloat) == 0x000008, "Wrong alignment on KismetMathLibrary_Multiply_TimespanFloat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_TimespanFloat) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_TimespanFloat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_TimespanFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_TimespanFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_TimespanFloat, Scalar) == 0x000008, "Member 'KismetMathLibrary_Multiply_TimespanFloat::Scalar' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_TimespanFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_TimespanFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector2DFloat \ static_assert(alignof(KismetMathLibrary_Multiply_Vector2DFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_Vector2DFloat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_Vector2DFloat) == 0x000014, "Wrong size on KismetMathLibrary_Multiply_Vector2DFloat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Vector2DFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DFloat, b) == 0x000008, "Member 'KismetMathLibrary_Multiply_Vector2DFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Multiply_Vector2DFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector2DVector2D \ static_assert(alignof(KismetMathLibrary_Multiply_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_Vector2DVector2D"); \ static_assert(sizeof(KismetMathLibrary_Multiply_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_Multiply_Vector2DVector2D"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Vector2DVector2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DVector2D, b) == 0x000008, "Member 'KismetMathLibrary_Multiply_Vector2DVector2D::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_Vector4Vector4 \ static_assert(alignof(KismetMathLibrary_Multiply_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_Multiply_Vector4Vector4"); \ static_assert(sizeof(KismetMathLibrary_Multiply_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_Multiply_Vector4Vector4"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_Vector4Vector4::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector4Vector4, b) == 0x000010, "Member 'KismetMathLibrary_Multiply_Vector4Vector4::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Multiply_Vector4Vector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorFloat \ static_assert(alignof(KismetMathLibrary_Multiply_VectorFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_VectorFloat"); \ static_assert(sizeof(KismetMathLibrary_Multiply_VectorFloat) == 0x00001C, "Wrong size on KismetMathLibrary_Multiply_VectorFloat"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorFloat, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_VectorFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorFloat, b) == 0x00000C, "Member 'KismetMathLibrary_Multiply_VectorFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorFloat, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_VectorFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorInt \ static_assert(alignof(KismetMathLibrary_Multiply_VectorInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_VectorInt"); \ static_assert(sizeof(KismetMathLibrary_Multiply_VectorInt) == 0x00001C, "Wrong size on KismetMathLibrary_Multiply_VectorInt"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorInt, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_VectorInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorInt, b) == 0x00000C, "Member 'KismetMathLibrary_Multiply_VectorInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorInt, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Multiply_VectorInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Multiply_VectorVector \ static_assert(alignof(KismetMathLibrary_Multiply_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Multiply_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_Multiply_VectorVector) == 0x000024, "Wrong size on KismetMathLibrary_Multiply_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_Multiply_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorVector, b) == 0x00000C, "Member 'KismetMathLibrary_Multiply_VectorVector::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Multiply_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_Multiply_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MultiplyByPi \ static_assert(alignof(KismetMathLibrary_MultiplyByPi) == 0x000004, "Wrong alignment on KismetMathLibrary_MultiplyByPi"); \ static_assert(sizeof(KismetMathLibrary_MultiplyByPi) == 0x000008, "Wrong size on KismetMathLibrary_MultiplyByPi"); \ static_assert(offsetof(KismetMathLibrary_MultiplyByPi, Value) == 0x000000, "Member 'KismetMathLibrary_MultiplyByPi::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MultiplyByPi, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_MultiplyByPi::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_MultiplyMultiply_FloatFloat \ static_assert(alignof(KismetMathLibrary_MultiplyMultiply_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_MultiplyMultiply_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_MultiplyMultiply_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_MultiplyMultiply_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_MultiplyMultiply_FloatFloat, Base) == 0x000000, "Member 'KismetMathLibrary_MultiplyMultiply_FloatFloat::Base' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MultiplyMultiply_FloatFloat, Exp) == 0x000004, "Member 'KismetMathLibrary_MultiplyMultiply_FloatFloat::Exp' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_MultiplyMultiply_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_MultiplyMultiply_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NearlyEqual_FloatFloat \ static_assert(alignof(KismetMathLibrary_NearlyEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_NearlyEqual_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_NearlyEqual_FloatFloat) == 0x000010, "Wrong size on KismetMathLibrary_NearlyEqual_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, b) == 0x000004, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, ErrorTolerance) == 0x000008, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_FloatFloat, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NearlyEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NearlyEqual_TransformTransform \ static_assert(alignof(KismetMathLibrary_NearlyEqual_TransformTransform) == 0x000010, "Wrong alignment on KismetMathLibrary_NearlyEqual_TransformTransform"); \ static_assert(sizeof(KismetMathLibrary_NearlyEqual_TransformTransform) == 0x000070, "Wrong size on KismetMathLibrary_NearlyEqual_TransformTransform"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, A) == 0x000000, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, b) == 0x000030, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, LocationTolerance) == 0x000060, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::LocationTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, RotationTolerance) == 0x000064, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::RotationTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, Scale3DTolerance) == 0x000068, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::Scale3DTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NearlyEqual_TransformTransform, ReturnValue) == 0x00006C, "Member 'KismetMathLibrary_NearlyEqual_TransformTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Negated2D \ static_assert(alignof(KismetMathLibrary_Negated2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Negated2D"); \ static_assert(sizeof(KismetMathLibrary_Negated2D) == 0x000010, "Wrong size on KismetMathLibrary_Negated2D"); \ static_assert(offsetof(KismetMathLibrary_Negated2D, A) == 0x000000, "Member 'KismetMathLibrary_Negated2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Negated2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Negated2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NegateRotator \ static_assert(alignof(KismetMathLibrary_NegateRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_NegateRotator"); \ static_assert(sizeof(KismetMathLibrary_NegateRotator) == 0x000018, "Wrong size on KismetMathLibrary_NegateRotator"); \ static_assert(offsetof(KismetMathLibrary_NegateRotator, A) == 0x000000, "Member 'KismetMathLibrary_NegateRotator::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NegateRotator, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NegateRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NegateVector \ static_assert(alignof(KismetMathLibrary_NegateVector) == 0x000004, "Wrong alignment on KismetMathLibrary_NegateVector"); \ static_assert(sizeof(KismetMathLibrary_NegateVector) == 0x000018, "Wrong size on KismetMathLibrary_NegateVector"); \ static_assert(offsetof(KismetMathLibrary_NegateVector, A) == 0x000000, "Member 'KismetMathLibrary_NegateVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NegateVector, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NegateVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_normal \ static_assert(alignof(KismetMathLibrary_normal) == 0x000004, "Wrong alignment on KismetMathLibrary_normal"); \ static_assert(sizeof(KismetMathLibrary_normal) == 0x00001C, "Wrong size on KismetMathLibrary_normal"); \ static_assert(offsetof(KismetMathLibrary_normal, A) == 0x000000, "Member 'KismetMathLibrary_normal::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_normal, Tolerance) == 0x00000C, "Member 'KismetMathLibrary_normal::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_normal, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_normal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Normal2D \ static_assert(alignof(KismetMathLibrary_Normal2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Normal2D"); \ static_assert(sizeof(KismetMathLibrary_Normal2D) == 0x000010, "Wrong size on KismetMathLibrary_Normal2D"); \ static_assert(offsetof(KismetMathLibrary_Normal2D, A) == 0x000000, "Member 'KismetMathLibrary_Normal2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Normal2D, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Normal2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Normalize2D \ static_assert(alignof(KismetMathLibrary_Normalize2D) == 0x000004, "Wrong alignment on KismetMathLibrary_Normalize2D"); \ static_assert(sizeof(KismetMathLibrary_Normalize2D) == 0x00000C, "Wrong size on KismetMathLibrary_Normalize2D"); \ static_assert(offsetof(KismetMathLibrary_Normalize2D, A) == 0x000000, "Member 'KismetMathLibrary_Normalize2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Normalize2D, Tolerance) == 0x000008, "Member 'KismetMathLibrary_Normalize2D::Tolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NormalizeAxis \ static_assert(alignof(KismetMathLibrary_NormalizeAxis) == 0x000004, "Wrong alignment on KismetMathLibrary_NormalizeAxis"); \ static_assert(sizeof(KismetMathLibrary_NormalizeAxis) == 0x000008, "Wrong size on KismetMathLibrary_NormalizeAxis"); \ static_assert(offsetof(KismetMathLibrary_NormalizeAxis, Angle) == 0x000000, "Member 'KismetMathLibrary_NormalizeAxis::Angle' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NormalizeAxis, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_NormalizeAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NormalizedDeltaRotator \ static_assert(alignof(KismetMathLibrary_NormalizedDeltaRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_NormalizedDeltaRotator"); \ static_assert(sizeof(KismetMathLibrary_NormalizedDeltaRotator) == 0x000024, "Wrong size on KismetMathLibrary_NormalizedDeltaRotator"); \ static_assert(offsetof(KismetMathLibrary_NormalizedDeltaRotator, A) == 0x000000, "Member 'KismetMathLibrary_NormalizedDeltaRotator::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NormalizedDeltaRotator, b) == 0x00000C, "Member 'KismetMathLibrary_NormalizedDeltaRotator::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NormalizedDeltaRotator, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_NormalizedDeltaRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NormalizeToRange \ static_assert(alignof(KismetMathLibrary_NormalizeToRange) == 0x000004, "Wrong alignment on KismetMathLibrary_NormalizeToRange"); \ static_assert(sizeof(KismetMathLibrary_NormalizeToRange) == 0x000010, "Wrong size on KismetMathLibrary_NormalizeToRange"); \ static_assert(offsetof(KismetMathLibrary_NormalizeToRange, Value) == 0x000000, "Member 'KismetMathLibrary_NormalizeToRange::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NormalizeToRange, RangeMin) == 0x000004, "Member 'KismetMathLibrary_NormalizeToRange::RangeMin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NormalizeToRange, RangeMax) == 0x000008, "Member 'KismetMathLibrary_NormalizeToRange::RangeMax' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NormalizeToRange, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NormalizeToRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NormalSafe2D \ static_assert(alignof(KismetMathLibrary_NormalSafe2D) == 0x000004, "Wrong alignment on KismetMathLibrary_NormalSafe2D"); \ static_assert(sizeof(KismetMathLibrary_NormalSafe2D) == 0x000014, "Wrong size on KismetMathLibrary_NormalSafe2D"); \ static_assert(offsetof(KismetMathLibrary_NormalSafe2D, A) == 0x000000, "Member 'KismetMathLibrary_NormalSafe2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NormalSafe2D, Tolerance) == 0x000008, "Member 'KismetMathLibrary_NormalSafe2D::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NormalSafe2D, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_NormalSafe2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Not_Int \ static_assert(alignof(KismetMathLibrary_Not_Int) == 0x000004, "Wrong alignment on KismetMathLibrary_Not_Int"); \ static_assert(sizeof(KismetMathLibrary_Not_Int) == 0x000008, "Wrong size on KismetMathLibrary_Not_Int"); \ static_assert(offsetof(KismetMathLibrary_Not_Int, A) == 0x000000, "Member 'KismetMathLibrary_Not_Int::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Not_Int, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Not_Int::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Not_Int64 \ static_assert(alignof(KismetMathLibrary_Not_Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Not_Int64"); \ static_assert(sizeof(KismetMathLibrary_Not_Int64) == 0x000010, "Wrong size on KismetMathLibrary_Not_Int64"); \ static_assert(offsetof(KismetMathLibrary_Not_Int64, A) == 0x000000, "Member 'KismetMathLibrary_Not_Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Not_Int64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Not_Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Not_PreBool \ static_assert(alignof(KismetMathLibrary_Not_PreBool) == 0x000001, "Wrong alignment on KismetMathLibrary_Not_PreBool"); \ static_assert(sizeof(KismetMathLibrary_Not_PreBool) == 0x000002, "Wrong size on KismetMathLibrary_Not_PreBool"); \ static_assert(offsetof(KismetMathLibrary_Not_PreBool, A) == 0x000000, "Member 'KismetMathLibrary_Not_PreBool::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Not_PreBool, ReturnValue) == 0x000001, "Member 'KismetMathLibrary_Not_PreBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_BoolBool \ static_assert(alignof(KismetMathLibrary_NotEqual_BoolBool) == 0x000001, "Wrong alignment on KismetMathLibrary_NotEqual_BoolBool"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_BoolBool) == 0x000003, "Wrong size on KismetMathLibrary_NotEqual_BoolBool"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_BoolBool, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_BoolBool::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_BoolBool, b) == 0x000001, "Member 'KismetMathLibrary_NotEqual_BoolBool::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_BoolBool, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_NotEqual_BoolBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_ByteByte \ static_assert(alignof(KismetMathLibrary_NotEqual_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_NotEqual_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_NotEqual_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_ByteByte, b) == 0x000001, "Member 'KismetMathLibrary_NotEqual_ByteByte::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_NotEqual_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_ClassClass \ static_assert(alignof(KismetMathLibrary_NotEqual_ClassClass) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_ClassClass"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_ClassClass) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_ClassClass"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_ClassClass, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_ClassClass::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_ClassClass, b) == 0x000008, "Member 'KismetMathLibrary_NotEqual_ClassClass::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_ClassClass, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_ClassClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_DateTimeDateTime \ static_assert(alignof(KismetMathLibrary_NotEqual_DateTimeDateTime) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_DateTimeDateTime"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_DateTimeDateTime) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_DateTimeDateTime"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_DateTimeDateTime, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_DateTimeDateTime::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_DateTimeDateTime, b) == 0x000008, "Member 'KismetMathLibrary_NotEqual_DateTimeDateTime::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_DateTimeDateTime, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_DateTimeDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_FloatFloat \ static_assert(alignof(KismetMathLibrary_NotEqual_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_NotEqual_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_FloatFloat, b) == 0x000004, "Member 'KismetMathLibrary_NotEqual_FloatFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_NotEqual_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Int64Int64 \ static_assert(alignof(KismetMathLibrary_NotEqual_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Int64Int64, b) == 0x000008, "Member 'KismetMathLibrary_NotEqual_Int64Int64::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_IntInt \ static_assert(alignof(KismetMathLibrary_NotEqual_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_IntInt"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_NotEqual_IntInt"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_IntInt, b) == 0x000004, "Member 'KismetMathLibrary_NotEqual_IntInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_NotEqual_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_IntPointIntPoint \ static_assert(alignof(KismetMathLibrary_NotEqual_IntPointIntPoint) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_IntPointIntPoint"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_IntPointIntPoint) == 0x000014, "Wrong size on KismetMathLibrary_NotEqual_IntPointIntPoint"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_IntPointIntPoint, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_IntPointIntPoint::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_IntPointIntPoint, b) == 0x000008, "Member 'KismetMathLibrary_NotEqual_IntPointIntPoint::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_IntPointIntPoint, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_IntPointIntPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_LinearColorLinearColor \ static_assert(alignof(KismetMathLibrary_NotEqual_LinearColorLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_LinearColorLinearColor"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_LinearColorLinearColor) == 0x000024, "Wrong size on KismetMathLibrary_NotEqual_LinearColorLinearColor"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_LinearColorLinearColor, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_LinearColorLinearColor::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_LinearColorLinearColor, b) == 0x000010, "Member 'KismetMathLibrary_NotEqual_LinearColorLinearColor::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_LinearColorLinearColor, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_NotEqual_LinearColorLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_MatrixMatrix \ static_assert(alignof(KismetMathLibrary_NotEqual_MatrixMatrix) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqual_MatrixMatrix"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_MatrixMatrix) == 0x000090, "Wrong size on KismetMathLibrary_NotEqual_MatrixMatrix"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, b) == 0x000040, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, Tolerance) == 0x000080, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_MatrixMatrix, ReturnValue) == 0x000084, "Member 'KismetMathLibrary_NotEqual_MatrixMatrix::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_NameName \ static_assert(alignof(KismetMathLibrary_NotEqual_NameName) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_NameName"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_NameName) == 0x000014, "Wrong size on KismetMathLibrary_NotEqual_NameName"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_NameName, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_NameName::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_NameName, b) == 0x000008, "Member 'KismetMathLibrary_NotEqual_NameName::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_NameName, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_NameName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_ObjectObject \ static_assert(alignof(KismetMathLibrary_NotEqual_ObjectObject) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_ObjectObject"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_ObjectObject) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_ObjectObject"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_ObjectObject, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_ObjectObject::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_ObjectObject, b) == 0x000008, "Member 'KismetMathLibrary_NotEqual_ObjectObject::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_ObjectObject, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_ObjectObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_QuatQuat \ static_assert(alignof(KismetMathLibrary_NotEqual_QuatQuat) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqual_QuatQuat"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_QuatQuat) == 0x000030, "Wrong size on KismetMathLibrary_NotEqual_QuatQuat"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_QuatQuat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, b) == 0x000010, "Member 'KismetMathLibrary_NotEqual_QuatQuat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, ErrorTolerance) == 0x000020, "Member 'KismetMathLibrary_NotEqual_QuatQuat::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_QuatQuat, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_NotEqual_QuatQuat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_RotatorRotator \ static_assert(alignof(KismetMathLibrary_NotEqual_RotatorRotator) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_RotatorRotator"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_RotatorRotator) == 0x000020, "Wrong size on KismetMathLibrary_NotEqual_RotatorRotator"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, b) == 0x00000C, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, ErrorTolerance) == 0x000018, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_RotatorRotator, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_NotEqual_RotatorRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_TimespanTimespan \ static_assert(alignof(KismetMathLibrary_NotEqual_TimespanTimespan) == 0x000008, "Wrong alignment on KismetMathLibrary_NotEqual_TimespanTimespan"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_TimespanTimespan) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_TimespanTimespan"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_TimespanTimespan, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_TimespanTimespan::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_TimespanTimespan, b) == 0x000008, "Member 'KismetMathLibrary_NotEqual_TimespanTimespan::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_TimespanTimespan, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqual_TimespanTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Vector2DVector2D \ static_assert(alignof(KismetMathLibrary_NotEqual_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_Vector2DVector2D"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_Vector2DVector2D) == 0x000018, "Wrong size on KismetMathLibrary_NotEqual_Vector2DVector2D"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, b) == 0x000008, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, ErrorTolerance) == 0x000010, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Vector2DVector2D, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_NotEqual_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_Vector4Vector4 \ static_assert(alignof(KismetMathLibrary_NotEqual_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqual_Vector4Vector4"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_NotEqual_Vector4Vector4"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, b) == 0x000010, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, ErrorTolerance) == 0x000020, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_Vector4Vector4, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_NotEqual_Vector4Vector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqual_VectorVector \ static_assert(alignof(KismetMathLibrary_NotEqual_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqual_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_NotEqual_VectorVector) == 0x000020, "Wrong size on KismetMathLibrary_NotEqual_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_NotEqual_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, b) == 0x00000C, "Member 'KismetMathLibrary_NotEqual_VectorVector::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, ErrorTolerance) == 0x000018, "Member 'KismetMathLibrary_NotEqual_VectorVector::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqual_VectorVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_NotEqual_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_Vector2DVector2D \ static_assert(alignof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqualExactly_Vector2DVector2D"); \ static_assert(sizeof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D) == 0x000014, "Wrong size on KismetMathLibrary_NotEqualExactly_Vector2DVector2D"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D, A) == 0x000000, "Member 'KismetMathLibrary_NotEqualExactly_Vector2DVector2D::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D, b) == 0x000008, "Member 'KismetMathLibrary_NotEqualExactly_Vector2DVector2D::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector2DVector2D, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_NotEqualExactly_Vector2DVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_Vector4Vector4 \ static_assert(alignof(KismetMathLibrary_NotEqualExactly_Vector4Vector4) == 0x000010, "Wrong alignment on KismetMathLibrary_NotEqualExactly_Vector4Vector4"); \ static_assert(sizeof(KismetMathLibrary_NotEqualExactly_Vector4Vector4) == 0x000030, "Wrong size on KismetMathLibrary_NotEqualExactly_Vector4Vector4"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector4Vector4, A) == 0x000000, "Member 'KismetMathLibrary_NotEqualExactly_Vector4Vector4::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector4Vector4, b) == 0x000010, "Member 'KismetMathLibrary_NotEqualExactly_Vector4Vector4::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_Vector4Vector4, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_NotEqualExactly_Vector4Vector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_NotEqualExactly_VectorVector \ static_assert(alignof(KismetMathLibrary_NotEqualExactly_VectorVector) == 0x000004, "Wrong alignment on KismetMathLibrary_NotEqualExactly_VectorVector"); \ static_assert(sizeof(KismetMathLibrary_NotEqualExactly_VectorVector) == 0x00001C, "Wrong size on KismetMathLibrary_NotEqualExactly_VectorVector"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_VectorVector, A) == 0x000000, "Member 'KismetMathLibrary_NotEqualExactly_VectorVector::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_VectorVector, b) == 0x00000C, "Member 'KismetMathLibrary_NotEqualExactly_VectorVector::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_NotEqualExactly_VectorVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_NotEqualExactly_VectorVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Now \ static_assert(alignof(KismetMathLibrary_Now) == 0x000008, "Wrong alignment on KismetMathLibrary_Now"); \ static_assert(sizeof(KismetMathLibrary_Now) == 0x000008, "Wrong size on KismetMathLibrary_Now"); \ static_assert(offsetof(KismetMathLibrary_Now, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Now::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Or_Int64Int64 \ static_assert(alignof(KismetMathLibrary_Or_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Or_Int64Int64"); \ static_assert(sizeof(KismetMathLibrary_Or_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Or_Int64Int64"); \ static_assert(offsetof(KismetMathLibrary_Or_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Or_Int64Int64::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Or_Int64Int64, b) == 0x000008, "Member 'KismetMathLibrary_Or_Int64Int64::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Or_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Or_Int64Int64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Or_IntInt \ static_assert(alignof(KismetMathLibrary_Or_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Or_IntInt"); \ static_assert(sizeof(KismetMathLibrary_Or_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Or_IntInt"); \ static_assert(offsetof(KismetMathLibrary_Or_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Or_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Or_IntInt, b) == 0x000004, "Member 'KismetMathLibrary_Or_IntInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Or_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Or_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Percent_ByteByte \ static_assert(alignof(KismetMathLibrary_Percent_ByteByte) == 0x000001, "Wrong alignment on KismetMathLibrary_Percent_ByteByte"); \ static_assert(sizeof(KismetMathLibrary_Percent_ByteByte) == 0x000003, "Wrong size on KismetMathLibrary_Percent_ByteByte"); \ static_assert(offsetof(KismetMathLibrary_Percent_ByteByte, A) == 0x000000, "Member 'KismetMathLibrary_Percent_ByteByte::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Percent_ByteByte, b) == 0x000001, "Member 'KismetMathLibrary_Percent_ByteByte::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Percent_ByteByte, ReturnValue) == 0x000002, "Member 'KismetMathLibrary_Percent_ByteByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Percent_FloatFloat \ static_assert(alignof(KismetMathLibrary_Percent_FloatFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Percent_FloatFloat"); \ static_assert(sizeof(KismetMathLibrary_Percent_FloatFloat) == 0x00000C, "Wrong size on KismetMathLibrary_Percent_FloatFloat"); \ static_assert(offsetof(KismetMathLibrary_Percent_FloatFloat, A) == 0x000000, "Member 'KismetMathLibrary_Percent_FloatFloat::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Percent_FloatFloat, b) == 0x000004, "Member 'KismetMathLibrary_Percent_FloatFloat::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Percent_FloatFloat, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Percent_FloatFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Percent_IntInt \ static_assert(alignof(KismetMathLibrary_Percent_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Percent_IntInt"); \ static_assert(sizeof(KismetMathLibrary_Percent_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Percent_IntInt"); \ static_assert(offsetof(KismetMathLibrary_Percent_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Percent_IntInt::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Percent_IntInt, b) == 0x000004, "Member 'KismetMathLibrary_Percent_IntInt::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Percent_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Percent_IntInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_PerlinNoise1D \ static_assert(alignof(KismetMathLibrary_PerlinNoise1D) == 0x000004, "Wrong alignment on KismetMathLibrary_PerlinNoise1D"); \ static_assert(sizeof(KismetMathLibrary_PerlinNoise1D) == 0x000008, "Wrong size on KismetMathLibrary_PerlinNoise1D"); \ static_assert(offsetof(KismetMathLibrary_PerlinNoise1D, Value) == 0x000000, "Member 'KismetMathLibrary_PerlinNoise1D::Value' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_PerlinNoise1D, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_PerlinNoise1D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_PointsAreCoplanar \ static_assert(alignof(KismetMathLibrary_PointsAreCoplanar) == 0x000008, "Wrong alignment on KismetMathLibrary_PointsAreCoplanar"); \ static_assert(sizeof(KismetMathLibrary_PointsAreCoplanar) == 0x000018, "Wrong size on KismetMathLibrary_PointsAreCoplanar"); \ static_assert(offsetof(KismetMathLibrary_PointsAreCoplanar, Points) == 0x000000, "Member 'KismetMathLibrary_PointsAreCoplanar::Points' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_PointsAreCoplanar, Tolerance) == 0x000010, "Member 'KismetMathLibrary_PointsAreCoplanar::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_PointsAreCoplanar, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_PointsAreCoplanar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ProjectPointOnToPlane \ static_assert(alignof(KismetMathLibrary_ProjectPointOnToPlane) == 0x000004, "Wrong alignment on KismetMathLibrary_ProjectPointOnToPlane"); \ static_assert(sizeof(KismetMathLibrary_ProjectPointOnToPlane) == 0x000030, "Wrong size on KismetMathLibrary_ProjectPointOnToPlane"); \ static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, Point) == 0x000000, "Member 'KismetMathLibrary_ProjectPointOnToPlane::Point' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, PlaneBase) == 0x00000C, "Member 'KismetMathLibrary_ProjectPointOnToPlane::PlaneBase' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, PlaneNormal) == 0x000018, "Member 'KismetMathLibrary_ProjectPointOnToPlane::PlaneNormal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ProjectPointOnToPlane, ReturnValue) == 0x000024, "Member 'KismetMathLibrary_ProjectPointOnToPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ProjectVectorOnToPlane \ static_assert(alignof(KismetMathLibrary_ProjectVectorOnToPlane) == 0x000004, "Wrong alignment on KismetMathLibrary_ProjectVectorOnToPlane"); \ static_assert(sizeof(KismetMathLibrary_ProjectVectorOnToPlane) == 0x000024, "Wrong size on KismetMathLibrary_ProjectVectorOnToPlane"); \ static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToPlane, V) == 0x000000, "Member 'KismetMathLibrary_ProjectVectorOnToPlane::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToPlane, PlaneNormal) == 0x00000C, "Member 'KismetMathLibrary_ProjectVectorOnToPlane::PlaneNormal' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToPlane, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ProjectVectorOnToPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_ProjectVectorOnToVector \ static_assert(alignof(KismetMathLibrary_ProjectVectorOnToVector) == 0x000004, "Wrong alignment on KismetMathLibrary_ProjectVectorOnToVector"); \ static_assert(sizeof(KismetMathLibrary_ProjectVectorOnToVector) == 0x000024, "Wrong size on KismetMathLibrary_ProjectVectorOnToVector"); \ static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToVector, V) == 0x000000, "Member 'KismetMathLibrary_ProjectVectorOnToVector::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToVector, Target) == 0x00000C, "Member 'KismetMathLibrary_ProjectVectorOnToVector::Target' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_ProjectVectorOnToVector, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ProjectVectorOnToVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_AngularDistance \ static_assert(alignof(KismetMathLibrary_Quat_AngularDistance) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_AngularDistance"); \ static_assert(sizeof(KismetMathLibrary_Quat_AngularDistance) == 0x000030, "Wrong size on KismetMathLibrary_Quat_AngularDistance"); \ static_assert(offsetof(KismetMathLibrary_Quat_AngularDistance, A) == 0x000000, "Member 'KismetMathLibrary_Quat_AngularDistance::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_AngularDistance, b) == 0x000010, "Member 'KismetMathLibrary_Quat_AngularDistance::b' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_AngularDistance, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_AngularDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_EnforceShortestArcWith \ static_assert(alignof(KismetMathLibrary_Quat_EnforceShortestArcWith) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_EnforceShortestArcWith"); \ static_assert(sizeof(KismetMathLibrary_Quat_EnforceShortestArcWith) == 0x000020, "Wrong size on KismetMathLibrary_Quat_EnforceShortestArcWith"); \ static_assert(offsetof(KismetMathLibrary_Quat_EnforceShortestArcWith, A) == 0x000000, "Member 'KismetMathLibrary_Quat_EnforceShortestArcWith::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_EnforceShortestArcWith, b) == 0x000010, "Member 'KismetMathLibrary_Quat_EnforceShortestArcWith::b' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Euler \ static_assert(alignof(KismetMathLibrary_Quat_Euler) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Euler"); \ static_assert(sizeof(KismetMathLibrary_Quat_Euler) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Euler"); \ static_assert(offsetof(KismetMathLibrary_Quat_Euler, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Euler::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Euler, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Euler::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Exp \ static_assert(alignof(KismetMathLibrary_Quat_Exp) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Exp"); \ static_assert(sizeof(KismetMathLibrary_Quat_Exp) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Exp"); \ static_assert(offsetof(KismetMathLibrary_Quat_Exp, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Exp::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Exp, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Exp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAngle \ static_assert(alignof(KismetMathLibrary_Quat_GetAngle) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAngle"); \ static_assert(sizeof(KismetMathLibrary_Quat_GetAngle) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetAngle"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetAngle, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAngle::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetAngle, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisX \ static_assert(alignof(KismetMathLibrary_Quat_GetAxisX) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAxisX"); \ static_assert(sizeof(KismetMathLibrary_Quat_GetAxisX) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetAxisX"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetAxisX, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAxisX::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetAxisX, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetAxisX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisY \ static_assert(alignof(KismetMathLibrary_Quat_GetAxisY) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAxisY"); \ static_assert(sizeof(KismetMathLibrary_Quat_GetAxisY) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetAxisY"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetAxisY, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAxisY::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetAxisY, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetAxisY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetAxisZ \ static_assert(alignof(KismetMathLibrary_Quat_GetAxisZ) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetAxisZ"); \ static_assert(sizeof(KismetMathLibrary_Quat_GetAxisZ) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetAxisZ"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetAxisZ, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetAxisZ::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetAxisZ, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetAxisZ::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_GetRotationAxis \ static_assert(alignof(KismetMathLibrary_Quat_GetRotationAxis) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_GetRotationAxis"); \ static_assert(sizeof(KismetMathLibrary_Quat_GetRotationAxis) == 0x000020, "Wrong size on KismetMathLibrary_Quat_GetRotationAxis"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetRotationAxis, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_GetRotationAxis::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_GetRotationAxis, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_GetRotationAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Identity \ static_assert(alignof(KismetMathLibrary_Quat_Identity) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Identity"); \ static_assert(sizeof(KismetMathLibrary_Quat_Identity) == 0x000010, "Wrong size on KismetMathLibrary_Quat_Identity"); \ static_assert(offsetof(KismetMathLibrary_Quat_Identity, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_Quat_Identity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Inversed \ static_assert(alignof(KismetMathLibrary_Quat_Inversed) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Inversed"); \ static_assert(sizeof(KismetMathLibrary_Quat_Inversed) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Inversed"); \ static_assert(offsetof(KismetMathLibrary_Quat_Inversed, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Inversed::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Inversed, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Inversed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsFinite \ static_assert(alignof(KismetMathLibrary_Quat_IsFinite) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_IsFinite"); \ static_assert(sizeof(KismetMathLibrary_Quat_IsFinite) == 0x000020, "Wrong size on KismetMathLibrary_Quat_IsFinite"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsFinite, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_IsFinite::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsFinite, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_IsFinite::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsIdentity \ static_assert(alignof(KismetMathLibrary_Quat_IsIdentity) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_IsIdentity"); \ static_assert(sizeof(KismetMathLibrary_Quat_IsIdentity) == 0x000020, "Wrong size on KismetMathLibrary_Quat_IsIdentity"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsIdentity, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_IsIdentity::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsIdentity, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Quat_IsIdentity::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsIdentity, ReturnValue) == 0x000014, "Member 'KismetMathLibrary_Quat_IsIdentity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsNonFinite \ static_assert(alignof(KismetMathLibrary_Quat_IsNonFinite) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_IsNonFinite"); \ static_assert(sizeof(KismetMathLibrary_Quat_IsNonFinite) == 0x000020, "Wrong size on KismetMathLibrary_Quat_IsNonFinite"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsNonFinite, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_IsNonFinite::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsNonFinite, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_IsNonFinite::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_IsNormalized \ static_assert(alignof(KismetMathLibrary_Quat_IsNormalized) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_IsNormalized"); \ static_assert(sizeof(KismetMathLibrary_Quat_IsNormalized) == 0x000020, "Wrong size on KismetMathLibrary_Quat_IsNormalized"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsNormalized, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_IsNormalized::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_IsNormalized, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_IsNormalized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Log \ static_assert(alignof(KismetMathLibrary_Quat_Log) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Log"); \ static_assert(sizeof(KismetMathLibrary_Quat_Log) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Log"); \ static_assert(offsetof(KismetMathLibrary_Quat_Log, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Log::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Log, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Log::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_MakeFromEuler \ static_assert(alignof(KismetMathLibrary_Quat_MakeFromEuler) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_MakeFromEuler"); \ static_assert(sizeof(KismetMathLibrary_Quat_MakeFromEuler) == 0x000020, "Wrong size on KismetMathLibrary_Quat_MakeFromEuler"); \ static_assert(offsetof(KismetMathLibrary_Quat_MakeFromEuler, Euler) == 0x000000, "Member 'KismetMathLibrary_Quat_MakeFromEuler::Euler' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_MakeFromEuler, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_MakeFromEuler::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Normalize \ static_assert(alignof(KismetMathLibrary_Quat_Normalize) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Normalize"); \ static_assert(sizeof(KismetMathLibrary_Quat_Normalize) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Normalize"); \ static_assert(offsetof(KismetMathLibrary_Quat_Normalize, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Normalize::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Normalize, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Quat_Normalize::Tolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Normalized \ static_assert(alignof(KismetMathLibrary_Quat_Normalized) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Normalized"); \ static_assert(sizeof(KismetMathLibrary_Quat_Normalized) == 0x000030, "Wrong size on KismetMathLibrary_Quat_Normalized"); \ static_assert(offsetof(KismetMathLibrary_Quat_Normalized, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Normalized::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Normalized, Tolerance) == 0x000010, "Member 'KismetMathLibrary_Quat_Normalized::Tolerance' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Normalized, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_Quat_Normalized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_RotateVector \ static_assert(alignof(KismetMathLibrary_Quat_RotateVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_RotateVector"); \ static_assert(sizeof(KismetMathLibrary_Quat_RotateVector) == 0x000030, "Wrong size on KismetMathLibrary_Quat_RotateVector"); \ static_assert(offsetof(KismetMathLibrary_Quat_RotateVector, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_RotateVector::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_RotateVector, V) == 0x000010, "Member 'KismetMathLibrary_Quat_RotateVector::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_RotateVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_Quat_RotateVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Rotator \ static_assert(alignof(KismetMathLibrary_Quat_Rotator) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Rotator"); \ static_assert(sizeof(KismetMathLibrary_Quat_Rotator) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Rotator"); \ static_assert(offsetof(KismetMathLibrary_Quat_Rotator, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Rotator::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Rotator, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Rotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_SetComponents \ static_assert(alignof(KismetMathLibrary_Quat_SetComponents) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_SetComponents"); \ static_assert(sizeof(KismetMathLibrary_Quat_SetComponents) == 0x000020, "Wrong size on KismetMathLibrary_Quat_SetComponents"); \ static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_SetComponents::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, X) == 0x000010, "Member 'KismetMathLibrary_Quat_SetComponents::X' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, Y) == 0x000014, "Member 'KismetMathLibrary_Quat_SetComponents::Y' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, Z) == 0x000018, "Member 'KismetMathLibrary_Quat_SetComponents::Z' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_SetComponents, W) == 0x00001C, "Member 'KismetMathLibrary_Quat_SetComponents::W' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_SetFromEuler \ static_assert(alignof(KismetMathLibrary_Quat_SetFromEuler) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_SetFromEuler"); \ static_assert(sizeof(KismetMathLibrary_Quat_SetFromEuler) == 0x000020, "Wrong size on KismetMathLibrary_Quat_SetFromEuler"); \ static_assert(offsetof(KismetMathLibrary_Quat_SetFromEuler, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_SetFromEuler::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_SetFromEuler, Euler) == 0x000010, "Member 'KismetMathLibrary_Quat_SetFromEuler::Euler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_Size \ static_assert(alignof(KismetMathLibrary_Quat_Size) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_Size"); \ static_assert(sizeof(KismetMathLibrary_Quat_Size) == 0x000020, "Wrong size on KismetMathLibrary_Quat_Size"); \ static_assert(offsetof(KismetMathLibrary_Quat_Size, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_Size::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_Size, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_Size::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_SizeSquared \ static_assert(alignof(KismetMathLibrary_Quat_SizeSquared) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_SizeSquared"); \ static_assert(sizeof(KismetMathLibrary_Quat_SizeSquared) == 0x000020, "Wrong size on KismetMathLibrary_Quat_SizeSquared"); \ static_assert(offsetof(KismetMathLibrary_Quat_SizeSquared, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_SizeSquared::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_SizeSquared, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_SizeSquared::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_UnrotateVector \ static_assert(alignof(KismetMathLibrary_Quat_UnrotateVector) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_UnrotateVector"); \ static_assert(sizeof(KismetMathLibrary_Quat_UnrotateVector) == 0x000030, "Wrong size on KismetMathLibrary_Quat_UnrotateVector"); \ static_assert(offsetof(KismetMathLibrary_Quat_UnrotateVector, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_UnrotateVector::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_UnrotateVector, V) == 0x000010, "Member 'KismetMathLibrary_Quat_UnrotateVector::V' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_UnrotateVector, ReturnValue) == 0x00001C, "Member 'KismetMathLibrary_Quat_UnrotateVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorForward \ static_assert(alignof(KismetMathLibrary_Quat_VectorForward) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_VectorForward"); \ static_assert(sizeof(KismetMathLibrary_Quat_VectorForward) == 0x000020, "Wrong size on KismetMathLibrary_Quat_VectorForward"); \ static_assert(offsetof(KismetMathLibrary_Quat_VectorForward, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_VectorForward::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_VectorForward, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_VectorForward::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorRight \ static_assert(alignof(KismetMathLibrary_Quat_VectorRight) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_VectorRight"); \ static_assert(sizeof(KismetMathLibrary_Quat_VectorRight) == 0x000020, "Wrong size on KismetMathLibrary_Quat_VectorRight"); \ static_assert(offsetof(KismetMathLibrary_Quat_VectorRight, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_VectorRight::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_VectorRight, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_VectorRight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_Quat_VectorUp \ static_assert(alignof(KismetMathLibrary_Quat_VectorUp) == 0x000010, "Wrong alignment on KismetMathLibrary_Quat_VectorUp"); \ static_assert(sizeof(KismetMathLibrary_Quat_VectorUp) == 0x000020, "Wrong size on KismetMathLibrary_Quat_VectorUp"); \ static_assert(offsetof(KismetMathLibrary_Quat_VectorUp, Q) == 0x000000, "Member 'KismetMathLibrary_Quat_VectorUp::Q' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_Quat_VectorUp, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Quat_VectorUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RadiansToDegrees \ static_assert(alignof(KismetMathLibrary_RadiansToDegrees) == 0x000004, "Wrong alignment on KismetMathLibrary_RadiansToDegrees"); \ static_assert(sizeof(KismetMathLibrary_RadiansToDegrees) == 0x000008, "Wrong size on KismetMathLibrary_RadiansToDegrees"); \ static_assert(offsetof(KismetMathLibrary_RadiansToDegrees, A) == 0x000000, "Member 'KismetMathLibrary_RadiansToDegrees::A' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RadiansToDegrees, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_RadiansToDegrees::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomBool \ static_assert(alignof(KismetMathLibrary_RandomBool) == 0x000001, "Wrong alignment on KismetMathLibrary_RandomBool"); \ static_assert(sizeof(KismetMathLibrary_RandomBool) == 0x000001, "Wrong size on KismetMathLibrary_RandomBool"); \ static_assert(offsetof(KismetMathLibrary_RandomBool, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_RandomBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolFromStream \ static_assert(alignof(KismetMathLibrary_RandomBoolFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomBoolFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomBoolFromStream) == 0x00000C, "Wrong size on KismetMathLibrary_RandomBoolFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomBoolFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomBoolFromStream::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomBoolFromStream, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomBoolFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolWithWeight \ static_assert(alignof(KismetMathLibrary_RandomBoolWithWeight) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomBoolWithWeight"); \ static_assert(sizeof(KismetMathLibrary_RandomBoolWithWeight) == 0x000008, "Wrong size on KismetMathLibrary_RandomBoolWithWeight"); \ static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeight, weight) == 0x000000, "Member 'KismetMathLibrary_RandomBoolWithWeight::weight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeight, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_RandomBoolWithWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomBoolWithWeightFromStream \ static_assert(alignof(KismetMathLibrary_RandomBoolWithWeightFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomBoolWithWeightFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomBoolWithWeightFromStream) == 0x000010, "Wrong size on KismetMathLibrary_RandomBoolWithWeightFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, weight) == 0x000000, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::weight' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, RandomStream) == 0x000004, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::RandomStream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloat \ static_assert(alignof(KismetMathLibrary_RandomFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomFloat"); \ static_assert(sizeof(KismetMathLibrary_RandomFloat) == 0x000004, "Wrong size on KismetMathLibrary_RandomFloat"); \ static_assert(offsetof(KismetMathLibrary_RandomFloat, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_RandomFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloatFromStream \ static_assert(alignof(KismetMathLibrary_RandomFloatFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomFloatFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomFloatFromStream) == 0x00000C, "Wrong size on KismetMathLibrary_RandomFloatFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatFromStream, Stream) == 0x000000, "Member 'KismetMathLibrary_RandomFloatFromStream::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatFromStream, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomFloatFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloatInRange \ static_assert(alignof(KismetMathLibrary_RandomFloatInRange) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomFloatInRange"); \ static_assert(sizeof(KismetMathLibrary_RandomFloatInRange) == 0x00000C, "Wrong size on KismetMathLibrary_RandomFloatInRange"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatInRange, Min) == 0x000000, "Member 'KismetMathLibrary_RandomFloatInRange::Min' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatInRange, Max) == 0x000004, "Member 'KismetMathLibrary_RandomFloatInRange::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatInRange, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomFloatInRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloatInRangeFromStream \ static_assert(alignof(KismetMathLibrary_RandomFloatInRangeFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomFloatInRangeFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomFloatInRangeFromStream) == 0x000014, "Wrong size on KismetMathLibrary_RandomFloatInRangeFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, Min) == 0x000000, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Min' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, Max) == 0x000004, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, Stream) == 0x000008, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger \ static_assert(alignof(KismetMathLibrary_RandomInteger) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomInteger"); \ static_assert(sizeof(KismetMathLibrary_RandomInteger) == 0x000008, "Wrong size on KismetMathLibrary_RandomInteger"); \ static_assert(offsetof(KismetMathLibrary_RandomInteger, Max) == 0x000000, "Member 'KismetMathLibrary_RandomInteger::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomInteger, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_RandomInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger64 \ static_assert(alignof(KismetMathLibrary_RandomInteger64) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomInteger64"); \ static_assert(sizeof(KismetMathLibrary_RandomInteger64) == 0x000010, "Wrong size on KismetMathLibrary_RandomInteger64"); \ static_assert(offsetof(KismetMathLibrary_RandomInteger64, Max) == 0x000000, "Member 'KismetMathLibrary_RandomInteger64::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomInteger64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomInteger64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger64InRange \ static_assert(alignof(KismetMathLibrary_RandomInteger64InRange) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomInteger64InRange"); \ static_assert(sizeof(KismetMathLibrary_RandomInteger64InRange) == 0x000018, "Wrong size on KismetMathLibrary_RandomInteger64InRange"); \ static_assert(offsetof(KismetMathLibrary_RandomInteger64InRange, Min) == 0x000000, "Member 'KismetMathLibrary_RandomInteger64InRange::Min' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomInteger64InRange, Max) == 0x000008, "Member 'KismetMathLibrary_RandomInteger64InRange::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomInteger64InRange, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomInteger64InRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerFromStream \ static_assert(alignof(KismetMathLibrary_RandomIntegerFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomIntegerFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomIntegerFromStream) == 0x000010, "Wrong size on KismetMathLibrary_RandomIntegerFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerFromStream, Max) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerFromStream::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerFromStream, Stream) == 0x000004, "Member 'KismetMathLibrary_RandomIntegerFromStream::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerFromStream, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_RandomIntegerFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerInRange \ static_assert(alignof(KismetMathLibrary_RandomIntegerInRange) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomIntegerInRange"); \ static_assert(sizeof(KismetMathLibrary_RandomIntegerInRange) == 0x00000C, "Wrong size on KismetMathLibrary_RandomIntegerInRange"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerInRange, Min) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerInRange::Min' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerInRange, Max) == 0x000004, "Member 'KismetMathLibrary_RandomIntegerInRange::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerInRange, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomIntegerInRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerInRangeFromStream \ static_assert(alignof(KismetMathLibrary_RandomIntegerInRangeFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomIntegerInRangeFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomIntegerInRangeFromStream) == 0x000014, "Wrong size on KismetMathLibrary_RandomIntegerInRangeFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, Min) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Min' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, Max) == 0x000004, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Max' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, Stream) == 0x000008, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomPointInBoundingBox \ static_assert(alignof(KismetMathLibrary_RandomPointInBoundingBox) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomPointInBoundingBox"); \ static_assert(sizeof(KismetMathLibrary_RandomPointInBoundingBox) == 0x000024, "Wrong size on KismetMathLibrary_RandomPointInBoundingBox"); \ static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, Origin) == 0x000000, "Member 'KismetMathLibrary_RandomPointInBoundingBox::Origin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, BoxExtent) == 0x00000C, "Member 'KismetMathLibrary_RandomPointInBoundingBox::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBox, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_RandomPointInBoundingBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMathLibrary_RandomPointInBoundingBoxFromStream \ static_assert(alignof(KismetMathLibrary_RandomPointInBoundingBoxFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomPointInBoundingBoxFromStream"); \ static_assert(sizeof(KismetMathLibrary_RandomPointInBoundingBoxFromStream) == 0x00002C, "Wrong size on KismetMathLibrary_RandomPointInBoundingBoxFromStream"); \ static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream, Origin) == 0x000000, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream::Origin' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream, BoxExtent) == 0x00000C, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream, Stream) == 0x000018, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream::Stream' has a wrong offset!"); \ static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream, ReturnValue) == 0x000020, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream::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_KismetStringLibrary_BuildString_Bool \ static_assert(alignof(KismetStringLibrary_BuildString_Bool) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Bool"); \ static_assert(sizeof(KismetStringLibrary_BuildString_Bool) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Bool"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Bool, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Bool::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Bool, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Bool::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Bool, InBool) == 0x000020, "Member 'KismetStringLibrary_BuildString_Bool::InBool' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Bool, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Bool::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Bool, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Bool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Color \ static_assert(alignof(KismetStringLibrary_BuildString_Color) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Color"); \ static_assert(sizeof(KismetStringLibrary_BuildString_Color) == 0x000050, "Wrong size on KismetStringLibrary_BuildString_Color"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Color, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Color::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Color, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Color::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Color, InColor) == 0x000020, "Member 'KismetStringLibrary_BuildString_Color::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Color, Suffix) == 0x000030, "Member 'KismetStringLibrary_BuildString_Color::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Color, ReturnValue) == 0x000040, "Member 'KismetStringLibrary_BuildString_Color::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Float \ static_assert(alignof(KismetStringLibrary_BuildString_Float) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Float"); \ static_assert(sizeof(KismetStringLibrary_BuildString_Float) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Float"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Float, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Float::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Float, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Float::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Float, InFloat) == 0x000020, "Member 'KismetStringLibrary_BuildString_Float::InFloat' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Float, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Float::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Float, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Float::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Int \ static_assert(alignof(KismetStringLibrary_BuildString_Int) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Int"); \ static_assert(sizeof(KismetStringLibrary_BuildString_Int) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Int"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Int, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Int::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Int, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Int::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Int, inInt) == 0x000020, "Member 'KismetStringLibrary_BuildString_Int::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Int, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Int::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Int, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Int::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_IntVector \ static_assert(alignof(KismetStringLibrary_BuildString_IntVector) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_IntVector"); \ static_assert(sizeof(KismetStringLibrary_BuildString_IntVector) == 0x000050, "Wrong size on KismetStringLibrary_BuildString_IntVector"); \ static_assert(offsetof(KismetStringLibrary_BuildString_IntVector, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_IntVector::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_IntVector, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_IntVector::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_IntVector, InIntVector) == 0x000020, "Member 'KismetStringLibrary_BuildString_IntVector::InIntVector' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_IntVector, Suffix) == 0x000030, "Member 'KismetStringLibrary_BuildString_IntVector::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_IntVector, ReturnValue) == 0x000040, "Member 'KismetStringLibrary_BuildString_IntVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Name \ static_assert(alignof(KismetStringLibrary_BuildString_Name) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Name"); \ static_assert(sizeof(KismetStringLibrary_BuildString_Name) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Name"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Name, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Name::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Name, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Name::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Name, InName) == 0x000020, "Member 'KismetStringLibrary_BuildString_Name::InName' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Name, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Name::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Name, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Name::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Object \ static_assert(alignof(KismetStringLibrary_BuildString_Object) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Object"); \ static_assert(sizeof(KismetStringLibrary_BuildString_Object) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Object"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Object, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Object::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Object, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Object::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Object, InObj) == 0x000020, "Member 'KismetStringLibrary_BuildString_Object::InObj' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Object, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Object::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Object, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Object::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Rotator \ static_assert(alignof(KismetStringLibrary_BuildString_Rotator) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Rotator"); \ static_assert(sizeof(KismetStringLibrary_BuildString_Rotator) == 0x000050, "Wrong size on KismetStringLibrary_BuildString_Rotator"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Rotator::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Rotator::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, InRot) == 0x000020, "Member 'KismetStringLibrary_BuildString_Rotator::InRot' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, Suffix) == 0x000030, "Member 'KismetStringLibrary_BuildString_Rotator::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Rotator, ReturnValue) == 0x000040, "Member 'KismetStringLibrary_BuildString_Rotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Vector \ static_assert(alignof(KismetStringLibrary_BuildString_Vector) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Vector"); \ static_assert(sizeof(KismetStringLibrary_BuildString_Vector) == 0x000050, "Wrong size on KismetStringLibrary_BuildString_Vector"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Vector::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Vector::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector, InVector) == 0x000020, "Member 'KismetStringLibrary_BuildString_Vector::InVector' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector, Suffix) == 0x000030, "Member 'KismetStringLibrary_BuildString_Vector::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector, ReturnValue) == 0x000040, "Member 'KismetStringLibrary_BuildString_Vector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_BuildString_Vector2d \ static_assert(alignof(KismetStringLibrary_BuildString_Vector2d) == 0x000008, "Wrong alignment on KismetStringLibrary_BuildString_Vector2d"); \ static_assert(sizeof(KismetStringLibrary_BuildString_Vector2d) == 0x000048, "Wrong size on KismetStringLibrary_BuildString_Vector2d"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, AppendTo) == 0x000000, "Member 'KismetStringLibrary_BuildString_Vector2d::AppendTo' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, Prefix) == 0x000010, "Member 'KismetStringLibrary_BuildString_Vector2d::Prefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, InVector2D) == 0x000020, "Member 'KismetStringLibrary_BuildString_Vector2d::InVector2D' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, Suffix) == 0x000028, "Member 'KismetStringLibrary_BuildString_Vector2d::Suffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_BuildString_Vector2d, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_BuildString_Vector2d::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Concat_StrStr \ static_assert(alignof(KismetStringLibrary_Concat_StrStr) == 0x000008, "Wrong alignment on KismetStringLibrary_Concat_StrStr"); \ static_assert(sizeof(KismetStringLibrary_Concat_StrStr) == 0x000030, "Wrong size on KismetStringLibrary_Concat_StrStr"); \ static_assert(offsetof(KismetStringLibrary_Concat_StrStr, A) == 0x000000, "Member 'KismetStringLibrary_Concat_StrStr::A' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Concat_StrStr, b) == 0x000010, "Member 'KismetStringLibrary_Concat_StrStr::b' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Concat_StrStr, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_Concat_StrStr::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_CONTAINS \ static_assert(alignof(KismetStringLibrary_CONTAINS) == 0x000008, "Wrong alignment on KismetStringLibrary_CONTAINS"); \ static_assert(sizeof(KismetStringLibrary_CONTAINS) == 0x000028, "Wrong size on KismetStringLibrary_CONTAINS"); \ static_assert(offsetof(KismetStringLibrary_CONTAINS, SearchIn) == 0x000000, "Member 'KismetStringLibrary_CONTAINS::SearchIn' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_CONTAINS, Substring) == 0x000010, "Member 'KismetStringLibrary_CONTAINS::Substring' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_CONTAINS, bUseCase) == 0x000020, "Member 'KismetStringLibrary_CONTAINS::bUseCase' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_CONTAINS, bSearchFromEnd) == 0x000021, "Member 'KismetStringLibrary_CONTAINS::bSearchFromEnd' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_CONTAINS, ReturnValue) == 0x000022, "Member 'KismetStringLibrary_CONTAINS::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_BoolToString \ static_assert(alignof(KismetStringLibrary_Conv_BoolToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_BoolToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_BoolToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_BoolToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_BoolToString, InBool) == 0x000000, "Member 'KismetStringLibrary_Conv_BoolToString::InBool' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_BoolToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_BoolToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_ByteToString \ static_assert(alignof(KismetStringLibrary_Conv_ByteToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_ByteToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_ByteToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_ByteToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_ByteToString, InByte) == 0x000000, "Member 'KismetStringLibrary_Conv_ByteToString::InByte' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_ByteToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_ByteToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_ColorToString \ static_assert(alignof(KismetStringLibrary_Conv_ColorToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_ColorToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_ColorToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_ColorToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_ColorToString, InColor) == 0x000000, "Member 'KismetStringLibrary_Conv_ColorToString::InColor' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_ColorToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_ColorToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_FloatToString \ static_assert(alignof(KismetStringLibrary_Conv_FloatToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_FloatToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_FloatToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_FloatToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_FloatToString, InFloat) == 0x000000, "Member 'KismetStringLibrary_Conv_FloatToString::InFloat' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_FloatToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_FloatToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_IntPointToString \ static_assert(alignof(KismetStringLibrary_Conv_IntPointToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_IntPointToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_IntPointToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_IntPointToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_IntPointToString, InIntPoint) == 0x000000, "Member 'KismetStringLibrary_Conv_IntPointToString::InIntPoint' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_IntPointToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_IntPointToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_IntToString \ static_assert(alignof(KismetStringLibrary_Conv_IntToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_IntToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_IntToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_IntToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_IntToString, inInt) == 0x000000, "Member 'KismetStringLibrary_Conv_IntToString::inInt' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_IntToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_IntToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_IntVectorToString \ static_assert(alignof(KismetStringLibrary_Conv_IntVectorToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_IntVectorToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_IntVectorToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_IntVectorToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_IntVectorToString, InIntVec) == 0x000000, "Member 'KismetStringLibrary_Conv_IntVectorToString::InIntVec' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_IntVectorToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_IntVectorToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_MatrixToString \ static_assert(alignof(KismetStringLibrary_Conv_MatrixToString) == 0x000010, "Wrong alignment on KismetStringLibrary_Conv_MatrixToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_MatrixToString) == 0x000050, "Wrong size on KismetStringLibrary_Conv_MatrixToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_MatrixToString, InMatrix) == 0x000000, "Member 'KismetStringLibrary_Conv_MatrixToString::InMatrix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_MatrixToString, ReturnValue) == 0x000040, "Member 'KismetStringLibrary_Conv_MatrixToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_NameToString \ static_assert(alignof(KismetStringLibrary_Conv_NameToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_NameToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_NameToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_NameToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_NameToString, InName) == 0x000000, "Member 'KismetStringLibrary_Conv_NameToString::InName' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_NameToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_NameToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_ObjectToString \ static_assert(alignof(KismetStringLibrary_Conv_ObjectToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_ObjectToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_ObjectToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_ObjectToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_ObjectToString, InObj) == 0x000000, "Member 'KismetStringLibrary_Conv_ObjectToString::InObj' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_ObjectToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_ObjectToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_RotatorToString \ static_assert(alignof(KismetStringLibrary_Conv_RotatorToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_RotatorToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_RotatorToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_RotatorToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_RotatorToString, InRot) == 0x000000, "Member 'KismetStringLibrary_Conv_RotatorToString::InRot' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_RotatorToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_RotatorToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToColor \ static_assert(alignof(KismetStringLibrary_Conv_StringToColor) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToColor"); \ static_assert(sizeof(KismetStringLibrary_Conv_StringToColor) == 0x000028, "Wrong size on KismetStringLibrary_Conv_StringToColor"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToColor, inString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToColor::inString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToColor, OutConvertedColor) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToColor::OutConvertedColor' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToColor, OutIsValid) == 0x000020, "Member 'KismetStringLibrary_Conv_StringToColor::OutIsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToFloat \ static_assert(alignof(KismetStringLibrary_Conv_StringToFloat) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToFloat"); \ static_assert(sizeof(KismetStringLibrary_Conv_StringToFloat) == 0x000018, "Wrong size on KismetStringLibrary_Conv_StringToFloat"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToFloat, inString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToFloat::inString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToFloat, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToInt \ static_assert(alignof(KismetStringLibrary_Conv_StringToInt) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToInt"); \ static_assert(sizeof(KismetStringLibrary_Conv_StringToInt) == 0x000018, "Wrong size on KismetStringLibrary_Conv_StringToInt"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToInt, inString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToInt::inString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToInt, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToName \ static_assert(alignof(KismetStringLibrary_Conv_StringToName) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToName"); \ static_assert(sizeof(KismetStringLibrary_Conv_StringToName) == 0x000018, "Wrong size on KismetStringLibrary_Conv_StringToName"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToName, inString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToName::inString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToName, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToRotator \ static_assert(alignof(KismetStringLibrary_Conv_StringToRotator) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToRotator"); \ static_assert(sizeof(KismetStringLibrary_Conv_StringToRotator) == 0x000020, "Wrong size on KismetStringLibrary_Conv_StringToRotator"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToRotator, inString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToRotator::inString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToRotator, OutConvertedRotator) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToRotator::OutConvertedRotator' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToRotator, OutIsValid) == 0x00001C, "Member 'KismetStringLibrary_Conv_StringToRotator::OutIsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToVector \ static_assert(alignof(KismetStringLibrary_Conv_StringToVector) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToVector"); \ static_assert(sizeof(KismetStringLibrary_Conv_StringToVector) == 0x000020, "Wrong size on KismetStringLibrary_Conv_StringToVector"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToVector, inString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToVector::inString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToVector, OutConvertedVector) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToVector::OutConvertedVector' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToVector, OutIsValid) == 0x00001C, "Member 'KismetStringLibrary_Conv_StringToVector::OutIsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_StringToVector2D \ static_assert(alignof(KismetStringLibrary_Conv_StringToVector2D) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_StringToVector2D"); \ static_assert(sizeof(KismetStringLibrary_Conv_StringToVector2D) == 0x000020, "Wrong size on KismetStringLibrary_Conv_StringToVector2D"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToVector2D, inString) == 0x000000, "Member 'KismetStringLibrary_Conv_StringToVector2D::inString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToVector2D, OutConvertedVector2D) == 0x000010, "Member 'KismetStringLibrary_Conv_StringToVector2D::OutConvertedVector2D' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_StringToVector2D, OutIsValid) == 0x000018, "Member 'KismetStringLibrary_Conv_StringToVector2D::OutIsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_TransformToString \ static_assert(alignof(KismetStringLibrary_Conv_TransformToString) == 0x000010, "Wrong alignment on KismetStringLibrary_Conv_TransformToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_TransformToString) == 0x000040, "Wrong size on KismetStringLibrary_Conv_TransformToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_TransformToString, InTrans) == 0x000000, "Member 'KismetStringLibrary_Conv_TransformToString::InTrans' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_TransformToString, ReturnValue) == 0x000030, "Member 'KismetStringLibrary_Conv_TransformToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_Vector2dToString \ static_assert(alignof(KismetStringLibrary_Conv_Vector2dToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_Vector2dToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_Vector2dToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_Vector2dToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_Vector2dToString, InVec) == 0x000000, "Member 'KismetStringLibrary_Conv_Vector2dToString::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_Vector2dToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_Vector2dToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_VectorToString \ static_assert(alignof(KismetStringLibrary_Conv_VectorToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_VectorToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_VectorToString) == 0x000020, "Wrong size on KismetStringLibrary_Conv_VectorToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_VectorToString, InVec) == 0x000000, "Member 'KismetStringLibrary_Conv_VectorToString::InVec' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_VectorToString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Conv_VectorToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_CullArray \ static_assert(alignof(KismetStringLibrary_CullArray) == 0x000008, "Wrong alignment on KismetStringLibrary_CullArray"); \ static_assert(sizeof(KismetStringLibrary_CullArray) == 0x000028, "Wrong size on KismetStringLibrary_CullArray"); \ static_assert(offsetof(KismetStringLibrary_CullArray, SourceString) == 0x000000, "Member 'KismetStringLibrary_CullArray::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_CullArray, inArray) == 0x000010, "Member 'KismetStringLibrary_CullArray::inArray' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_CullArray, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_CullArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_ENDSWITH \ static_assert(alignof(KismetStringLibrary_ENDSWITH) == 0x000008, "Wrong alignment on KismetStringLibrary_ENDSWITH"); \ static_assert(sizeof(KismetStringLibrary_ENDSWITH) == 0x000028, "Wrong size on KismetStringLibrary_ENDSWITH"); \ static_assert(offsetof(KismetStringLibrary_ENDSWITH, SourceString) == 0x000000, "Member 'KismetStringLibrary_ENDSWITH::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ENDSWITH, InSuffix) == 0x000010, "Member 'KismetStringLibrary_ENDSWITH::InSuffix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ENDSWITH, SearchCase) == 0x000020, "Member 'KismetStringLibrary_ENDSWITH::SearchCase' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ENDSWITH, ReturnValue) == 0x000021, "Member 'KismetStringLibrary_ENDSWITH::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_EqualEqual_StriStri \ static_assert(alignof(KismetStringLibrary_EqualEqual_StriStri) == 0x000008, "Wrong alignment on KismetStringLibrary_EqualEqual_StriStri"); \ static_assert(sizeof(KismetStringLibrary_EqualEqual_StriStri) == 0x000028, "Wrong size on KismetStringLibrary_EqualEqual_StriStri"); \ static_assert(offsetof(KismetStringLibrary_EqualEqual_StriStri, A) == 0x000000, "Member 'KismetStringLibrary_EqualEqual_StriStri::A' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_EqualEqual_StriStri, b) == 0x000010, "Member 'KismetStringLibrary_EqualEqual_StriStri::b' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_EqualEqual_StriStri, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_EqualEqual_StriStri::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_EqualEqual_StrStr \ static_assert(alignof(KismetStringLibrary_EqualEqual_StrStr) == 0x000008, "Wrong alignment on KismetStringLibrary_EqualEqual_StrStr"); \ static_assert(sizeof(KismetStringLibrary_EqualEqual_StrStr) == 0x000028, "Wrong size on KismetStringLibrary_EqualEqual_StrStr"); \ static_assert(offsetof(KismetStringLibrary_EqualEqual_StrStr, A) == 0x000000, "Member 'KismetStringLibrary_EqualEqual_StrStr::A' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_EqualEqual_StrStr, b) == 0x000010, "Member 'KismetStringLibrary_EqualEqual_StrStr::b' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_EqualEqual_StrStr, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_EqualEqual_StrStr::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_FindSubstring \ static_assert(alignof(KismetStringLibrary_FindSubstring) == 0x000008, "Wrong alignment on KismetStringLibrary_FindSubstring"); \ static_assert(sizeof(KismetStringLibrary_FindSubstring) == 0x000030, "Wrong size on KismetStringLibrary_FindSubstring"); \ static_assert(offsetof(KismetStringLibrary_FindSubstring, SearchIn) == 0x000000, "Member 'KismetStringLibrary_FindSubstring::SearchIn' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_FindSubstring, Substring) == 0x000010, "Member 'KismetStringLibrary_FindSubstring::Substring' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_FindSubstring, bUseCase) == 0x000020, "Member 'KismetStringLibrary_FindSubstring::bUseCase' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_FindSubstring, bSearchFromEnd) == 0x000021, "Member 'KismetStringLibrary_FindSubstring::bSearchFromEnd' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_FindSubstring, StartPosition) == 0x000024, "Member 'KismetStringLibrary_FindSubstring::StartPosition' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_FindSubstring, ReturnValue) == 0x000028, "Member 'KismetStringLibrary_FindSubstring::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_GetCharacterArrayFromString \ static_assert(alignof(KismetStringLibrary_GetCharacterArrayFromString) == 0x000008, "Wrong alignment on KismetStringLibrary_GetCharacterArrayFromString"); \ static_assert(sizeof(KismetStringLibrary_GetCharacterArrayFromString) == 0x000020, "Wrong size on KismetStringLibrary_GetCharacterArrayFromString"); \ static_assert(offsetof(KismetStringLibrary_GetCharacterArrayFromString, SourceString) == 0x000000, "Member 'KismetStringLibrary_GetCharacterArrayFromString::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_GetCharacterArrayFromString, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_GetCharacterArrayFromString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_GetCharacterAsNumber \ static_assert(alignof(KismetStringLibrary_GetCharacterAsNumber) == 0x000008, "Wrong alignment on KismetStringLibrary_GetCharacterAsNumber"); \ static_assert(sizeof(KismetStringLibrary_GetCharacterAsNumber) == 0x000018, "Wrong size on KismetStringLibrary_GetCharacterAsNumber"); \ static_assert(offsetof(KismetStringLibrary_GetCharacterAsNumber, SourceString) == 0x000000, "Member 'KismetStringLibrary_GetCharacterAsNumber::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_GetCharacterAsNumber, Index_0) == 0x000010, "Member 'KismetStringLibrary_GetCharacterAsNumber::Index_0' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_GetCharacterAsNumber, ReturnValue) == 0x000014, "Member 'KismetStringLibrary_GetCharacterAsNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_GetSubstring \ static_assert(alignof(KismetStringLibrary_GetSubstring) == 0x000008, "Wrong alignment on KismetStringLibrary_GetSubstring"); \ static_assert(sizeof(KismetStringLibrary_GetSubstring) == 0x000028, "Wrong size on KismetStringLibrary_GetSubstring"); \ static_assert(offsetof(KismetStringLibrary_GetSubstring, SourceString) == 0x000000, "Member 'KismetStringLibrary_GetSubstring::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_GetSubstring, StartIndex) == 0x000010, "Member 'KismetStringLibrary_GetSubstring::StartIndex' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_GetSubstring, Length) == 0x000014, "Member 'KismetStringLibrary_GetSubstring::Length' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_GetSubstring, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_GetSubstring::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_IsEmpty \ static_assert(alignof(KismetStringLibrary_IsEmpty) == 0x000008, "Wrong alignment on KismetStringLibrary_IsEmpty"); \ static_assert(sizeof(KismetStringLibrary_IsEmpty) == 0x000018, "Wrong size on KismetStringLibrary_IsEmpty"); \ static_assert(offsetof(KismetStringLibrary_IsEmpty, inString) == 0x000000, "Member 'KismetStringLibrary_IsEmpty::inString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_IsEmpty, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_IsEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_IsNumeric \ static_assert(alignof(KismetStringLibrary_IsNumeric) == 0x000008, "Wrong alignment on KismetStringLibrary_IsNumeric"); \ static_assert(sizeof(KismetStringLibrary_IsNumeric) == 0x000018, "Wrong size on KismetStringLibrary_IsNumeric"); \ static_assert(offsetof(KismetStringLibrary_IsNumeric, SourceString) == 0x000000, "Member 'KismetStringLibrary_IsNumeric::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_IsNumeric, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_IsNumeric::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_JoinStringArray \ static_assert(alignof(KismetStringLibrary_JoinStringArray) == 0x000008, "Wrong alignment on KismetStringLibrary_JoinStringArray"); \ static_assert(sizeof(KismetStringLibrary_JoinStringArray) == 0x000030, "Wrong size on KismetStringLibrary_JoinStringArray"); \ static_assert(offsetof(KismetStringLibrary_JoinStringArray, SourceArray) == 0x000000, "Member 'KismetStringLibrary_JoinStringArray::SourceArray' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_JoinStringArray, Separator) == 0x000010, "Member 'KismetStringLibrary_JoinStringArray::Separator' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_JoinStringArray, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_JoinStringArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Left \ static_assert(alignof(KismetStringLibrary_Left) == 0x000008, "Wrong alignment on KismetStringLibrary_Left"); \ static_assert(sizeof(KismetStringLibrary_Left) == 0x000028, "Wrong size on KismetStringLibrary_Left"); \ static_assert(offsetof(KismetStringLibrary_Left, SourceString) == 0x000000, "Member 'KismetStringLibrary_Left::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Left, Count) == 0x000010, "Member 'KismetStringLibrary_Left::Count' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Left, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_Left::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_LeftChop \ static_assert(alignof(KismetStringLibrary_LeftChop) == 0x000008, "Wrong alignment on KismetStringLibrary_LeftChop"); \ static_assert(sizeof(KismetStringLibrary_LeftChop) == 0x000028, "Wrong size on KismetStringLibrary_LeftChop"); \ static_assert(offsetof(KismetStringLibrary_LeftChop, SourceString) == 0x000000, "Member 'KismetStringLibrary_LeftChop::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_LeftChop, Count) == 0x000010, "Member 'KismetStringLibrary_LeftChop::Count' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_LeftChop, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_LeftChop::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_LeftPad \ static_assert(alignof(KismetStringLibrary_LeftPad) == 0x000008, "Wrong alignment on KismetStringLibrary_LeftPad"); \ static_assert(sizeof(KismetStringLibrary_LeftPad) == 0x000028, "Wrong size on KismetStringLibrary_LeftPad"); \ static_assert(offsetof(KismetStringLibrary_LeftPad, SourceString) == 0x000000, "Member 'KismetStringLibrary_LeftPad::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_LeftPad, ChCount) == 0x000010, "Member 'KismetStringLibrary_LeftPad::ChCount' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_LeftPad, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_LeftPad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Len \ static_assert(alignof(KismetStringLibrary_Len) == 0x000008, "Wrong alignment on KismetStringLibrary_Len"); \ static_assert(sizeof(KismetStringLibrary_Len) == 0x000018, "Wrong size on KismetStringLibrary_Len"); \ static_assert(offsetof(KismetStringLibrary_Len, S) == 0x000000, "Member 'KismetStringLibrary_Len::S' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Len, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Len::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_MatchesWildcard \ static_assert(alignof(KismetStringLibrary_MatchesWildcard) == 0x000008, "Wrong alignment on KismetStringLibrary_MatchesWildcard"); \ static_assert(sizeof(KismetStringLibrary_MatchesWildcard) == 0x000028, "Wrong size on KismetStringLibrary_MatchesWildcard"); \ static_assert(offsetof(KismetStringLibrary_MatchesWildcard, SourceString) == 0x000000, "Member 'KismetStringLibrary_MatchesWildcard::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_MatchesWildcard, Wildcard) == 0x000010, "Member 'KismetStringLibrary_MatchesWildcard::Wildcard' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_MatchesWildcard, SearchCase) == 0x000020, "Member 'KismetStringLibrary_MatchesWildcard::SearchCase' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_MatchesWildcard, ReturnValue) == 0x000021, "Member 'KismetStringLibrary_MatchesWildcard::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Mid \ static_assert(alignof(KismetStringLibrary_Mid) == 0x000008, "Wrong alignment on KismetStringLibrary_Mid"); \ static_assert(sizeof(KismetStringLibrary_Mid) == 0x000028, "Wrong size on KismetStringLibrary_Mid"); \ static_assert(offsetof(KismetStringLibrary_Mid, SourceString) == 0x000000, "Member 'KismetStringLibrary_Mid::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Mid, Start) == 0x000010, "Member 'KismetStringLibrary_Mid::Start' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Mid, Count) == 0x000014, "Member 'KismetStringLibrary_Mid::Count' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Mid, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_Mid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_NotEqual_StriStri \ static_assert(alignof(KismetStringLibrary_NotEqual_StriStri) == 0x000008, "Wrong alignment on KismetStringLibrary_NotEqual_StriStri"); \ static_assert(sizeof(KismetStringLibrary_NotEqual_StriStri) == 0x000028, "Wrong size on KismetStringLibrary_NotEqual_StriStri"); \ static_assert(offsetof(KismetStringLibrary_NotEqual_StriStri, A) == 0x000000, "Member 'KismetStringLibrary_NotEqual_StriStri::A' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_NotEqual_StriStri, b) == 0x000010, "Member 'KismetStringLibrary_NotEqual_StriStri::b' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_NotEqual_StriStri, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_NotEqual_StriStri::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_NotEqual_StrStr \ static_assert(alignof(KismetStringLibrary_NotEqual_StrStr) == 0x000008, "Wrong alignment on KismetStringLibrary_NotEqual_StrStr"); \ static_assert(sizeof(KismetStringLibrary_NotEqual_StrStr) == 0x000028, "Wrong size on KismetStringLibrary_NotEqual_StrStr"); \ static_assert(offsetof(KismetStringLibrary_NotEqual_StrStr, A) == 0x000000, "Member 'KismetStringLibrary_NotEqual_StrStr::A' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_NotEqual_StrStr, b) == 0x000010, "Member 'KismetStringLibrary_NotEqual_StrStr::b' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_NotEqual_StrStr, ReturnValue) == 0x000020, "Member 'KismetStringLibrary_NotEqual_StrStr::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_ParseIntoArray \ static_assert(alignof(KismetStringLibrary_ParseIntoArray) == 0x000008, "Wrong alignment on KismetStringLibrary_ParseIntoArray"); \ static_assert(sizeof(KismetStringLibrary_ParseIntoArray) == 0x000038, "Wrong size on KismetStringLibrary_ParseIntoArray"); \ static_assert(offsetof(KismetStringLibrary_ParseIntoArray, SourceString) == 0x000000, "Member 'KismetStringLibrary_ParseIntoArray::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ParseIntoArray, Delimiter) == 0x000010, "Member 'KismetStringLibrary_ParseIntoArray::Delimiter' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ParseIntoArray, CullEmptyStrings) == 0x000020, "Member 'KismetStringLibrary_ParseIntoArray::CullEmptyStrings' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ParseIntoArray, ReturnValue) == 0x000028, "Member 'KismetStringLibrary_ParseIntoArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Replace \ static_assert(alignof(KismetStringLibrary_Replace) == 0x000008, "Wrong alignment on KismetStringLibrary_Replace"); \ static_assert(sizeof(KismetStringLibrary_Replace) == 0x000048, "Wrong size on KismetStringLibrary_Replace"); \ static_assert(offsetof(KismetStringLibrary_Replace, SourceString) == 0x000000, "Member 'KismetStringLibrary_Replace::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Replace, From) == 0x000010, "Member 'KismetStringLibrary_Replace::From' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Replace, To) == 0x000020, "Member 'KismetStringLibrary_Replace::To' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Replace, SearchCase) == 0x000030, "Member 'KismetStringLibrary_Replace::SearchCase' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Replace, ReturnValue) == 0x000038, "Member 'KismetStringLibrary_Replace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_ReplaceInline \ static_assert(alignof(KismetStringLibrary_ReplaceInline) == 0x000008, "Wrong alignment on KismetStringLibrary_ReplaceInline"); \ static_assert(sizeof(KismetStringLibrary_ReplaceInline) == 0x000038, "Wrong size on KismetStringLibrary_ReplaceInline"); \ static_assert(offsetof(KismetStringLibrary_ReplaceInline, SourceString) == 0x000000, "Member 'KismetStringLibrary_ReplaceInline::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ReplaceInline, SearchText) == 0x000010, "Member 'KismetStringLibrary_ReplaceInline::SearchText' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ReplaceInline, ReplacementText) == 0x000020, "Member 'KismetStringLibrary_ReplaceInline::ReplacementText' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ReplaceInline, SearchCase) == 0x000030, "Member 'KismetStringLibrary_ReplaceInline::SearchCase' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ReplaceInline, ReturnValue) == 0x000034, "Member 'KismetStringLibrary_ReplaceInline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Reverse \ static_assert(alignof(KismetStringLibrary_Reverse) == 0x000008, "Wrong alignment on KismetStringLibrary_Reverse"); \ static_assert(sizeof(KismetStringLibrary_Reverse) == 0x000020, "Wrong size on KismetStringLibrary_Reverse"); \ static_assert(offsetof(KismetStringLibrary_Reverse, SourceString) == 0x000000, "Member 'KismetStringLibrary_Reverse::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Reverse, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Reverse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Right \ static_assert(alignof(KismetStringLibrary_Right) == 0x000008, "Wrong alignment on KismetStringLibrary_Right"); \ static_assert(sizeof(KismetStringLibrary_Right) == 0x000028, "Wrong size on KismetStringLibrary_Right"); \ static_assert(offsetof(KismetStringLibrary_Right, SourceString) == 0x000000, "Member 'KismetStringLibrary_Right::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Right, Count) == 0x000010, "Member 'KismetStringLibrary_Right::Count' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Right, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_Right::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_RightChop \ static_assert(alignof(KismetStringLibrary_RightChop) == 0x000008, "Wrong alignment on KismetStringLibrary_RightChop"); \ static_assert(sizeof(KismetStringLibrary_RightChop) == 0x000028, "Wrong size on KismetStringLibrary_RightChop"); \ static_assert(offsetof(KismetStringLibrary_RightChop, SourceString) == 0x000000, "Member 'KismetStringLibrary_RightChop::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_RightChop, Count) == 0x000010, "Member 'KismetStringLibrary_RightChop::Count' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_RightChop, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_RightChop::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_RightPad \ static_assert(alignof(KismetStringLibrary_RightPad) == 0x000008, "Wrong alignment on KismetStringLibrary_RightPad"); \ static_assert(sizeof(KismetStringLibrary_RightPad) == 0x000028, "Wrong size on KismetStringLibrary_RightPad"); \ static_assert(offsetof(KismetStringLibrary_RightPad, SourceString) == 0x000000, "Member 'KismetStringLibrary_RightPad::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_RightPad, ChCount) == 0x000010, "Member 'KismetStringLibrary_RightPad::ChCount' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_RightPad, ReturnValue) == 0x000018, "Member 'KismetStringLibrary_RightPad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Split \ static_assert(alignof(KismetStringLibrary_Split) == 0x000008, "Wrong alignment on KismetStringLibrary_Split"); \ static_assert(sizeof(KismetStringLibrary_Split) == 0x000048, "Wrong size on KismetStringLibrary_Split"); \ static_assert(offsetof(KismetStringLibrary_Split, SourceString) == 0x000000, "Member 'KismetStringLibrary_Split::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Split, InStr) == 0x000010, "Member 'KismetStringLibrary_Split::InStr' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Split, LeftS) == 0x000020, "Member 'KismetStringLibrary_Split::LeftS' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Split, RightS) == 0x000030, "Member 'KismetStringLibrary_Split::RightS' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Split, SearchCase) == 0x000040, "Member 'KismetStringLibrary_Split::SearchCase' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Split, SearchDir) == 0x000041, "Member 'KismetStringLibrary_Split::SearchDir' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Split, ReturnValue) == 0x000042, "Member 'KismetStringLibrary_Split::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_STARTSWITH \ static_assert(alignof(KismetStringLibrary_STARTSWITH) == 0x000008, "Wrong alignment on KismetStringLibrary_STARTSWITH"); \ static_assert(sizeof(KismetStringLibrary_STARTSWITH) == 0x000028, "Wrong size on KismetStringLibrary_STARTSWITH"); \ static_assert(offsetof(KismetStringLibrary_STARTSWITH, SourceString) == 0x000000, "Member 'KismetStringLibrary_STARTSWITH::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_STARTSWITH, InPrefix) == 0x000010, "Member 'KismetStringLibrary_STARTSWITH::InPrefix' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_STARTSWITH, SearchCase) == 0x000020, "Member 'KismetStringLibrary_STARTSWITH::SearchCase' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_STARTSWITH, ReturnValue) == 0x000021, "Member 'KismetStringLibrary_STARTSWITH::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_TimeSecondsToString \ static_assert(alignof(KismetStringLibrary_TimeSecondsToString) == 0x000008, "Wrong alignment on KismetStringLibrary_TimeSecondsToString"); \ static_assert(sizeof(KismetStringLibrary_TimeSecondsToString) == 0x000018, "Wrong size on KismetStringLibrary_TimeSecondsToString"); \ static_assert(offsetof(KismetStringLibrary_TimeSecondsToString, InSeconds) == 0x000000, "Member 'KismetStringLibrary_TimeSecondsToString::InSeconds' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_TimeSecondsToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_TimeSecondsToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_ToLower \ static_assert(alignof(KismetStringLibrary_ToLower) == 0x000008, "Wrong alignment on KismetStringLibrary_ToLower"); \ static_assert(sizeof(KismetStringLibrary_ToLower) == 0x000020, "Wrong size on KismetStringLibrary_ToLower"); \ static_assert(offsetof(KismetStringLibrary_ToLower, SourceString) == 0x000000, "Member 'KismetStringLibrary_ToLower::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ToLower, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_ToLower::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_ToUpper \ static_assert(alignof(KismetStringLibrary_ToUpper) == 0x000008, "Wrong alignment on KismetStringLibrary_ToUpper"); \ static_assert(sizeof(KismetStringLibrary_ToUpper) == 0x000020, "Wrong size on KismetStringLibrary_ToUpper"); \ static_assert(offsetof(KismetStringLibrary_ToUpper, SourceString) == 0x000000, "Member 'KismetStringLibrary_ToUpper::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_ToUpper, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_ToUpper::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Trim \ static_assert(alignof(KismetStringLibrary_Trim) == 0x000008, "Wrong alignment on KismetStringLibrary_Trim"); \ static_assert(sizeof(KismetStringLibrary_Trim) == 0x000020, "Wrong size on KismetStringLibrary_Trim"); \ static_assert(offsetof(KismetStringLibrary_Trim, SourceString) == 0x000000, "Member 'KismetStringLibrary_Trim::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Trim, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_Trim::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_TrimTrailing \ static_assert(alignof(KismetStringLibrary_TrimTrailing) == 0x000008, "Wrong alignment on KismetStringLibrary_TrimTrailing"); \ static_assert(sizeof(KismetStringLibrary_TrimTrailing) == 0x000020, "Wrong size on KismetStringLibrary_TrimTrailing"); \ static_assert(offsetof(KismetStringLibrary_TrimTrailing, SourceString) == 0x000000, "Member 'KismetStringLibrary_TrimTrailing::SourceString' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_TrimTrailing, ReturnValue) == 0x000010, "Member 'KismetStringLibrary_TrimTrailing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetStringLibrary \ static_assert(alignof(UKismetStringLibrary) == 0x000008, "Wrong alignment on UKismetStringLibrary"); \ static_assert(sizeof(UKismetStringLibrary) == 0x000028, "Wrong size on UKismetStringLibrary"); \ #define DUMPER7_ASSERTS_UMaterialExpressionParticleSpeed \ static_assert(alignof(UMaterialExpressionParticleSpeed) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSpeed"); \ static_assert(sizeof(UMaterialExpressionParticleSpeed) == 0x000040, "Wrong size on UMaterialExpressionParticleSpeed"); \ #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_AsyncLoadObject \ static_assert(alignof(KismetSystemLibrary_AsyncLoadObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_AsyncLoadObject"); \ static_assert(sizeof(KismetSystemLibrary_AsyncLoadObject) == 0x000040, "Wrong size on KismetSystemLibrary_AsyncLoadObject"); \ static_assert(offsetof(KismetSystemLibrary_AsyncLoadObject, ObjectSoftRef) == 0x000000, "Member 'KismetSystemLibrary_AsyncLoadObject::ObjectSoftRef' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_AsyncLoadObject, Callback) == 0x000028, "Member 'KismetSystemLibrary_AsyncLoadObject::Callback' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_AsyncLoadObject, Priority) == 0x000038, "Member 'KismetSystemLibrary_AsyncLoadObject::Priority' 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_DelayWorld \ static_assert(alignof(KismetSystemLibrary_DelayWorld) == 0x000008, "Wrong alignment on KismetSystemLibrary_DelayWorld"); \ static_assert(sizeof(KismetSystemLibrary_DelayWorld) == 0x000028, "Wrong size on KismetSystemLibrary_DelayWorld"); \ static_assert(offsetof(KismetSystemLibrary_DelayWorld, World) == 0x000000, "Member 'KismetSystemLibrary_DelayWorld::World' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DelayWorld, Duration) == 0x000008, "Member 'KismetSystemLibrary_DelayWorld::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DelayWorld, LatentInfo) == 0x000010, "Member 'KismetSystemLibrary_DelayWorld::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_GetWaterHeight \ static_assert(alignof(KismetSystemLibrary_GetWaterHeight) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetWaterHeight"); \ static_assert(sizeof(KismetSystemLibrary_GetWaterHeight) == 0x0000D8, "Wrong size on KismetSystemLibrary_GetWaterHeight"); \ static_assert(offsetof(KismetSystemLibrary_GetWaterHeight, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_GetWaterHeight::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetWaterHeight, DrawDebugType) == 0x000008, "Member 'KismetSystemLibrary_GetWaterHeight::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetWaterHeight, OutHit) == 0x00000C, "Member 'KismetSystemLibrary_GetWaterHeight::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetWaterHeight, QueryPosition) == 0x000094, "Member 'KismetSystemLibrary_GetWaterHeight::QueryPosition' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetWaterHeight, SearchUp) == 0x0000A0, "Member 'KismetSystemLibrary_GetWaterHeight::SearchUp' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetWaterHeight, SearchDown) == 0x0000A4, "Member 'KismetSystemLibrary_GetWaterHeight::SearchDown' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetWaterHeight, bIgnoreSelf) == 0x0000A8, "Member 'KismetSystemLibrary_GetWaterHeight::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetWaterHeight, TraceColor) == 0x0000AC, "Member 'KismetSystemLibrary_GetWaterHeight::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetWaterHeight, TraceHitColor) == 0x0000BC, "Member 'KismetSystemLibrary_GetWaterHeight::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetWaterHeight, DrawTime) == 0x0000CC, "Member 'KismetSystemLibrary_GetWaterHeight::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetWaterHeight, ReturnValue) == 0x0000D0, "Member 'KismetSystemLibrary_GetWaterHeight::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_LaunchURLForPredeterminedContent \ static_assert(alignof(KismetSystemLibrary_LaunchURLForPredeterminedContent) == 0x000008, "Wrong alignment on KismetSystemLibrary_LaunchURLForPredeterminedContent"); \ static_assert(sizeof(KismetSystemLibrary_LaunchURLForPredeterminedContent) == 0x000020, "Wrong size on KismetSystemLibrary_LaunchURLForPredeterminedContent"); \ static_assert(offsetof(KismetSystemLibrary_LaunchURLForPredeterminedContent, URL) == 0x000000, "Member 'KismetSystemLibrary_LaunchURLForPredeterminedContent::URL' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LaunchURLForPredeterminedContent, domain) == 0x000010, "Member 'KismetSystemLibrary_LaunchURLForPredeterminedContent::domain' 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_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_ULevel \ static_assert(alignof(ULevel) == 0x000010, "Wrong alignment on ULevel"); \ static_assert(sizeof(ULevel) == 0x000300, "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) == 0x000200, "Member 'ULevel::LevelBuildDataId' has a wrong offset!"); \ static_assert(offsetof(ULevel, MapBuildData) == 0x000210, "Member 'ULevel::MapBuildData' has a wrong offset!"); \ static_assert(offsetof(ULevel, LightBuildLevelOffset) == 0x000218, "Member 'ULevel::LightBuildLevelOffset' has a wrong offset!"); \ static_assert(offsetof(ULevel, WorldSettings) == 0x000290, "Member 'ULevel::WorldSettings' has a wrong offset!"); \ static_assert(offsetof(ULevel, AssetUserData) == 0x0002A0, "Member 'ULevel::AssetUserData' has a wrong offset!"); \ static_assert(offsetof(ULevel, DestroyedReplicatedStaticActors) == 0x0002C0, "Member 'ULevel::DestroyedReplicatedStaticActors' 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_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_ULevelScriptBlueprint \ static_assert(alignof(ULevelScriptBlueprint) == 0x000008, "Wrong alignment on ULevelScriptBlueprint"); \ static_assert(sizeof(ULevelScriptBlueprint) == 0x0000A0, "Wrong size on ULevelScriptBlueprint"); \ #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) == 0x0001C0, "Wrong size on ULevelStreamingDynamic"); \ #define DUMPER7_ASSERTS_ULevelStreamingPersistent \ static_assert(alignof(ULevelStreamingPersistent) == 0x000010, "Wrong alignment on ULevelStreamingPersistent"); \ static_assert(sizeof(ULevelStreamingPersistent) == 0x0001B0, "Wrong size on ULevelStreamingPersistent"); \ #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_ALevelStreamingVolume \ static_assert(alignof(ALevelStreamingVolume) == 0x000008, "Wrong alignment on ALevelStreamingVolume"); \ static_assert(sizeof(ALevelStreamingVolume) == 0x000298, "Wrong size on ALevelStreamingVolume"); \ static_assert(offsetof(ALevelStreamingVolume, StreamingLevelNames) == 0x000280, "Member 'ALevelStreamingVolume::StreamingLevelNames' has a wrong offset!"); \ static_assert(offsetof(ALevelStreamingVolume, StreamingUsage) == 0x000294, "Member 'ALevelStreamingVolume::StreamingUsage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingPlanesComponent_AddRelativeClippingPlane \ static_assert(alignof(LightClippingPlanesComponent_AddRelativeClippingPlane) == 0x000004, "Wrong alignment on LightClippingPlanesComponent_AddRelativeClippingPlane"); \ static_assert(sizeof(LightClippingPlanesComponent_AddRelativeClippingPlane) == 0x000014, "Wrong size on LightClippingPlanesComponent_AddRelativeClippingPlane"); \ static_assert(offsetof(LightClippingPlanesComponent_AddRelativeClippingPlane, InRelativeRotation) == 0x000000, "Member 'LightClippingPlanesComponent_AddRelativeClippingPlane::InRelativeRotation' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesComponent_AddRelativeClippingPlane, InRelativeDistance) == 0x00000C, "Member 'LightClippingPlanesComponent_AddRelativeClippingPlane::InRelativeDistance' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesComponent_AddRelativeClippingPlane, bIsEnabled) == 0x000010, "Member 'LightClippingPlanesComponent_AddRelativeClippingPlane::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingPlanesComponent_SetClippingPlaneEnabled \ static_assert(alignof(LightClippingPlanesComponent_SetClippingPlaneEnabled) == 0x000004, "Wrong alignment on LightClippingPlanesComponent_SetClippingPlaneEnabled"); \ static_assert(sizeof(LightClippingPlanesComponent_SetClippingPlaneEnabled) == 0x000008, "Wrong size on LightClippingPlanesComponent_SetClippingPlaneEnabled"); \ static_assert(offsetof(LightClippingPlanesComponent_SetClippingPlaneEnabled, ClippingPlaneIndex) == 0x000000, "Member 'LightClippingPlanesComponent_SetClippingPlaneEnabled::ClippingPlaneIndex' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesComponent_SetClippingPlaneEnabled, bIsEnabled) == 0x000004, "Member 'LightClippingPlanesComponent_SetClippingPlaneEnabled::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingPlanesComponent_GetClippingPlane \ static_assert(alignof(LightClippingPlanesComponent_GetClippingPlane) == 0x000004, "Wrong alignment on LightClippingPlanesComponent_GetClippingPlane"); \ static_assert(sizeof(LightClippingPlanesComponent_GetClippingPlane) == 0x000020, "Wrong size on LightClippingPlanesComponent_GetClippingPlane"); \ static_assert(offsetof(LightClippingPlanesComponent_GetClippingPlane, ClippingPlaneIndex) == 0x000000, "Member 'LightClippingPlanesComponent_GetClippingPlane::ClippingPlaneIndex' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesComponent_GetClippingPlane, PlaneOrigin) == 0x000004, "Member 'LightClippingPlanesComponent_GetClippingPlane::PlaneOrigin' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesComponent_GetClippingPlane, PlaneNormal) == 0x000010, "Member 'LightClippingPlanesComponent_GetClippingPlane::PlaneNormal' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesComponent_GetClippingPlane, bIsEnabled) == 0x00001C, "Member 'LightClippingPlanesComponent_GetClippingPlane::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingPlanesComponent_GetClippingPlaneEnabled \ static_assert(alignof(LightClippingPlanesComponent_GetClippingPlaneEnabled) == 0x000004, "Wrong alignment on LightClippingPlanesComponent_GetClippingPlaneEnabled"); \ static_assert(sizeof(LightClippingPlanesComponent_GetClippingPlaneEnabled) == 0x000008, "Wrong size on LightClippingPlanesComponent_GetClippingPlaneEnabled"); \ static_assert(offsetof(LightClippingPlanesComponent_GetClippingPlaneEnabled, ClippingPlaneIndex) == 0x000000, "Member 'LightClippingPlanesComponent_GetClippingPlaneEnabled::ClippingPlaneIndex' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesComponent_GetClippingPlaneEnabled, bIsEnabled) == 0x000004, "Member 'LightClippingPlanesComponent_GetClippingPlaneEnabled::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingPlanesComponent_GetClippingPlanesCount \ static_assert(alignof(LightClippingPlanesComponent_GetClippingPlanesCount) == 0x000004, "Wrong alignment on LightClippingPlanesComponent_GetClippingPlanesCount"); \ static_assert(sizeof(LightClippingPlanesComponent_GetClippingPlanesCount) == 0x000004, "Wrong size on LightClippingPlanesComponent_GetClippingPlanesCount"); \ static_assert(offsetof(LightClippingPlanesComponent_GetClippingPlanesCount, NumClippingPlanes) == 0x000000, "Member 'LightClippingPlanesComponent_GetClippingPlanesCount::NumClippingPlanes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightClippingPlanesComponent \ static_assert(alignof(ULightClippingPlanesComponent) == 0x000010, "Wrong alignment on ULightClippingPlanesComponent"); \ static_assert(sizeof(ULightClippingPlanesComponent) == 0x000250, "Wrong size on ULightClippingPlanesComponent"); \ static_assert(offsetof(ULightClippingPlanesComponent, ClippingPlanes) == 0x000228, "Member 'ULightClippingPlanesComponent::ClippingPlanes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightClippingProviderActor \ static_assert(alignof(ULightClippingProviderActor) == 0x000008, "Wrong alignment on ULightClippingProviderActor"); \ static_assert(sizeof(ULightClippingProviderActor) == 0x000038, "Wrong size on ULightClippingProviderActor"); \ static_assert(offsetof(ULightClippingProviderActor, Actor) == 0x000028, "Member 'ULightClippingProviderActor::Actor' has a wrong offset!"); \ static_assert(offsetof(ULightClippingProviderActor, bInvertPlanes) == 0x000030, "Member 'ULightClippingProviderActor::bInvertPlanes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALightClippingVolume \ static_assert(alignof(ALightClippingVolume) == 0x000008, "Wrong alignment on ALightClippingVolume"); \ static_assert(sizeof(ALightClippingVolume) == 0x000288, "Wrong size on ALightClippingVolume"); \ static_assert(offsetof(ALightClippingVolume, LightClippingComponent) == 0x000280, "Member 'ALightClippingVolume::LightClippingComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightClippingProviderVolume \ static_assert(alignof(ULightClippingProviderVolume) == 0x000008, "Wrong alignment on ULightClippingProviderVolume"); \ static_assert(sizeof(ULightClippingProviderVolume) == 0x000038, "Wrong size on ULightClippingProviderVolume"); \ static_assert(offsetof(ULightClippingProviderVolume, LightClippingVolume) == 0x000028, "Member 'ULightClippingProviderVolume::LightClippingVolume' has a wrong offset!"); \ static_assert(offsetof(ULightClippingProviderVolume, Mode) == 0x000030, "Member 'ULightClippingProviderVolume::Mode' 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_ALightCullingPlanes \ static_assert(alignof(ALightCullingPlanes) == 0x000008, "Wrong alignment on ALightCullingPlanes"); \ static_assert(sizeof(ALightCullingPlanes) == 0x000250, "Wrong size on ALightCullingPlanes"); \ static_assert(offsetof(ALightCullingPlanes, LightCullingPlanesComponent) == 0x000248, "Member 'ALightCullingPlanes::LightCullingPlanesComponent' 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_ULightMapTexture2D \ static_assert(alignof(ULightMapTexture2D) == 0x000010, "Wrong alignment on ULightMapTexture2D"); \ static_assert(sizeof(ULightMapTexture2D) == 0x0001B0, "Wrong size on ULightMapTexture2D"); \ #define DUMPER7_ASSERTS_ALightmassCharacterIndirectDetailVolume \ static_assert(alignof(ALightmassCharacterIndirectDetailVolume) == 0x000008, "Wrong alignment on ALightmassCharacterIndirectDetailVolume"); \ static_assert(sizeof(ALightmassCharacterIndirectDetailVolume) == 0x000280, "Wrong size on ALightmassCharacterIndirectDetailVolume"); \ #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_ALightmassImportanceVolume \ static_assert(alignof(ALightmassImportanceVolume) == 0x000008, "Wrong alignment on ALightmassImportanceVolume"); \ static_assert(sizeof(ALightmassImportanceVolume) == 0x000280, "Wrong size on ALightmassImportanceVolume"); \ #define DUMPER7_ASSERTS_ALightmassPortal \ static_assert(alignof(ALightmassPortal) == 0x000008, "Wrong alignment on ALightmassPortal"); \ static_assert(sizeof(ALightmassPortal) == 0x000250, "Wrong size on ALightmassPortal"); \ static_assert(offsetof(ALightmassPortal, PortalComponent) == 0x000248, "Member 'ALightmassPortal::PortalComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightmassPortalComponent \ static_assert(alignof(ULightmassPortalComponent) == 0x000010, "Wrong alignment on ULightmassPortalComponent"); \ static_assert(sizeof(ULightmassPortalComponent) == 0x000220, "Wrong size on ULightmassPortalComponent"); \ static_assert(offsetof(ULightmassPortalComponent, PreviewBox) == 0x000218, "Member 'ULightmassPortalComponent::PreviewBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightmassPrimitiveSettingsObject \ static_assert(alignof(ULightmassPrimitiveSettingsObject) == 0x000008, "Wrong alignment on ULightmassPrimitiveSettingsObject"); \ static_assert(sizeof(ULightmassPrimitiveSettingsObject) == 0x000040, "Wrong size on ULightmassPrimitiveSettingsObject"); \ static_assert(offsetof(ULightmassPrimitiveSettingsObject, LightmassSettings) == 0x000028, "Member 'ULightmassPrimitiveSettingsObject::LightmassSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULineBatchComponent \ static_assert(alignof(ULineBatchComponent) == 0x000010, "Wrong alignment on ULineBatchComponent"); \ static_assert(sizeof(ULineBatchComponent) == 0x0004D0, "Wrong size on ULineBatchComponent"); \ static_assert(offsetof(ULineBatchComponent, OverrideMeshMaterial) == 0x000480, "Member 'ULineBatchComponent::OverrideMeshMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindModulateComponent_SetAffectWindDirection \ static_assert(alignof(WindModulateComponent_SetAffectWindDirection) == 0x000001, "Wrong alignment on WindModulateComponent_SetAffectWindDirection"); \ static_assert(sizeof(WindModulateComponent_SetAffectWindDirection) == 0x000001, "Wrong size on WindModulateComponent_SetAffectWindDirection"); \ static_assert(offsetof(WindModulateComponent_SetAffectWindDirection, bNewAffectWindDirection) == 0x000000, "Member 'WindModulateComponent_SetAffectWindDirection::bNewAffectWindDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindModulateComponent_SetBlendDistance \ static_assert(alignof(WindModulateComponent_SetBlendDistance) == 0x000004, "Wrong alignment on WindModulateComponent_SetBlendDistance"); \ static_assert(sizeof(WindModulateComponent_SetBlendDistance) == 0x000004, "Wrong size on WindModulateComponent_SetBlendDistance"); \ static_assert(offsetof(WindModulateComponent_SetBlendDistance, InNewBlendDistance) == 0x000000, "Member 'WindModulateComponent_SetBlendDistance::InNewBlendDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindModulateComponent_SetMaximumGustMod \ static_assert(alignof(WindModulateComponent_SetMaximumGustMod) == 0x000004, "Wrong alignment on WindModulateComponent_SetMaximumGustMod"); \ static_assert(sizeof(WindModulateComponent_SetMaximumGustMod) == 0x000004, "Wrong size on WindModulateComponent_SetMaximumGustMod"); \ static_assert(offsetof(WindModulateComponent_SetMaximumGustMod, InNewMaxGustMod) == 0x000000, "Member 'WindModulateComponent_SetMaximumGustMod::InNewMaxGustMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindModulateComponent_SetMinimumGustMod \ static_assert(alignof(WindModulateComponent_SetMinimumGustMod) == 0x000004, "Wrong alignment on WindModulateComponent_SetMinimumGustMod"); \ static_assert(sizeof(WindModulateComponent_SetMinimumGustMod) == 0x000004, "Wrong size on WindModulateComponent_SetMinimumGustMod"); \ static_assert(offsetof(WindModulateComponent_SetMinimumGustMod, InNewMinGustMod) == 0x000000, "Member 'WindModulateComponent_SetMinimumGustMod::InNewMinGustMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindModulateComponent_SetOutdoors \ static_assert(alignof(WindModulateComponent_SetOutdoors) == 0x000004, "Wrong alignment on WindModulateComponent_SetOutdoors"); \ static_assert(sizeof(WindModulateComponent_SetOutdoors) == 0x000004, "Wrong size on WindModulateComponent_SetOutdoors"); \ static_assert(offsetof(WindModulateComponent_SetOutdoors, InNewOutdoors) == 0x000000, "Member 'WindModulateComponent_SetOutdoors::InNewOutdoors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindModulateComponent_SetPriority \ static_assert(alignof(WindModulateComponent_SetPriority) == 0x000004, "Wrong alignment on WindModulateComponent_SetPriority"); \ static_assert(sizeof(WindModulateComponent_SetPriority) == 0x000004, "Wrong size on WindModulateComponent_SetPriority"); \ static_assert(offsetof(WindModulateComponent_SetPriority, InNewPriority) == 0x000000, "Member 'WindModulateComponent_SetPriority::InNewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindModulateComponent_SetSpeedMod \ static_assert(alignof(WindModulateComponent_SetSpeedMod) == 0x000004, "Wrong alignment on WindModulateComponent_SetSpeedMod"); \ static_assert(sizeof(WindModulateComponent_SetSpeedMod) == 0x000004, "Wrong size on WindModulateComponent_SetSpeedMod"); \ static_assert(offsetof(WindModulateComponent_SetSpeedMod, InNewSpeed) == 0x000000, "Member 'WindModulateComponent_SetSpeedMod::InNewSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindModulateComponent_SetStrength \ static_assert(alignof(WindModulateComponent_SetStrength) == 0x000004, "Wrong alignment on WindModulateComponent_SetStrength"); \ static_assert(sizeof(WindModulateComponent_SetStrength) == 0x000004, "Wrong size on WindModulateComponent_SetStrength"); \ static_assert(offsetof(WindModulateComponent_SetStrength, InNewStrength) == 0x000000, "Member 'WindModulateComponent_SetStrength::InNewStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindModulateComponent_SetUseScaleAsBounds \ static_assert(alignof(WindModulateComponent_SetUseScaleAsBounds) == 0x000001, "Wrong alignment on WindModulateComponent_SetUseScaleAsBounds"); \ static_assert(sizeof(WindModulateComponent_SetUseScaleAsBounds) == 0x000001, "Wrong size on WindModulateComponent_SetUseScaleAsBounds"); \ static_assert(offsetof(WindModulateComponent_SetUseScaleAsBounds, bNewUseScaleAsBounds) == 0x000000, "Member 'WindModulateComponent_SetUseScaleAsBounds::bNewUseScaleAsBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindModulateComponent \ static_assert(alignof(UWindModulateComponent) == 0x000010, "Wrong alignment on UWindModulateComponent"); \ static_assert(sizeof(UWindModulateComponent) == 0x000240, "Wrong size on UWindModulateComponent"); \ static_assert(offsetof(UWindModulateComponent, Outdoors) == 0x000220, "Member 'UWindModulateComponent::Outdoors' has a wrong offset!"); \ static_assert(offsetof(UWindModulateComponent, Priority) == 0x000224, "Member 'UWindModulateComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UWindModulateComponent, Strength) == 0x000228, "Member 'UWindModulateComponent::Strength' has a wrong offset!"); \ static_assert(offsetof(UWindModulateComponent, BlendDistance) == 0x00022C, "Member 'UWindModulateComponent::BlendDistance' has a wrong offset!"); \ static_assert(offsetof(UWindModulateComponent, SpeedMod) == 0x000230, "Member 'UWindModulateComponent::SpeedMod' has a wrong offset!"); \ static_assert(offsetof(UWindModulateComponent, MinGustMod) == 0x000234, "Member 'UWindModulateComponent::MinGustMod' has a wrong offset!"); \ static_assert(offsetof(UWindModulateComponent, MaxGustMod) == 0x000238, "Member 'UWindModulateComponent::MaxGustMod' has a wrong offset!"); \ static_assert(offsetof(UWindModulateComponent, bAffectWindDirection) == 0x00023C, "Member 'UWindModulateComponent::bAffectWindDirection' has a wrong offset!"); \ static_assert(offsetof(UWindModulateComponent, bUseScaleAsBounds) == 0x00023D, "Member 'UWindModulateComponent::bUseScaleAsBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalPlayerSubsystem \ static_assert(alignof(ULocalPlayerSubsystem) == 0x000008, "Wrong alignment on ULocalPlayerSubsystem"); \ static_assert(sizeof(ULocalPlayerSubsystem) == 0x000030, "Wrong size on ULocalPlayerSubsystem"); \ #define DUMPER7_ASSERTS_ALODActor \ static_assert(alignof(ALODActor) == 0x000008, "Wrong alignment on ALODActor"); \ static_assert(sizeof(ALODActor) == 0x0002D0, "Wrong size on ALODActor"); \ static_assert(offsetof(ALODActor, StaticMeshComponent) == 0x000248, "Member 'ALODActor::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(ALODActor, InstancedStaticMeshComponents) == 0x000250, "Member 'ALODActor::InstancedStaticMeshComponents' has a wrong offset!"); \ static_assert(offsetof(ALODActor, Proxy) == 0x0002A0, "Member 'ALODActor::Proxy' has a wrong offset!"); \ static_assert(offsetof(ALODActor, Key) == 0x0002A8, "Member 'ALODActor::Key' has a wrong offset!"); \ static_assert(offsetof(ALODActor, LODDrawDistance) == 0x0002B0, "Member 'ALODActor::LODDrawDistance' has a wrong offset!"); \ static_assert(offsetof(ALODActor, LodLevel) == 0x0002B4, "Member 'ALODActor::LodLevel' has a wrong offset!"); \ static_assert(offsetof(ALODActor, SubActors) == 0x0002B8, "Member 'ALODActor::SubActors' has a wrong offset!"); \ static_assert(offsetof(ALODActor, CachedNumHLODLevels) == 0x0002C8, "Member 'ALODActor::CachedNumHLODLevels' 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_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) == 0x000160, "Wrong size on ULODSyncComponent"); \ static_assert(offsetof(ULODSyncComponent, NumLODs) == 0x0000D0, "Member 'ULODSyncComponent::NumLODs' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, ForcedLOD) == 0x0000D4, "Member 'ULODSyncComponent::ForcedLOD' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, ComponentsToSync) == 0x0000D8, "Member 'ULODSyncComponent::ComponentsToSync' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, CustomLODMapping) == 0x0000E8, "Member 'ULODSyncComponent::CustomLODMapping' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, CurrentLOD) == 0x000138, "Member 'ULODSyncComponent::CurrentLOD' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, CurrentNumLODs) == 0x00013C, "Member 'ULODSyncComponent::CurrentNumLODs' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, DriveComponents) == 0x000140, "Member 'ULODSyncComponent::DriveComponents' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, SubComponents) == 0x000150, "Member 'ULODSyncComponent::SubComponents' 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) == 0x000288, "Wrong size on UMapBuildDataRegistry"); \ static_assert(offsetof(UMapBuildDataRegistry, LevelLightingQuality) == 0x000028, "Member 'UMapBuildDataRegistry::LevelLightingQuality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWindPointSource \ static_assert(alignof(AWindPointSource) == 0x000008, "Wrong alignment on AWindPointSource"); \ static_assert(sizeof(AWindPointSource) == 0x000250, "Wrong size on AWindPointSource"); \ static_assert(offsetof(AWindPointSource, Component) == 0x000248, "Member 'AWindPointSource::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterial \ static_assert(alignof(UMaterial) == 0x000008, "Wrong alignment on UMaterial"); \ static_assert(sizeof(UMaterial) == 0x0004D8, "Wrong size on UMaterial"); \ static_assert(offsetof(UMaterial, PhysMaterial) == 0x000098, "Member 'UMaterial::PhysMaterial' has a wrong offset!"); \ static_assert(offsetof(UMaterial, PhysMaterialMask) == 0x0000A0, "Member 'UMaterial::PhysMaterialMask' has a wrong offset!"); \ static_assert(offsetof(UMaterial, PhysicalMaterialMap) == 0x0000A8, "Member 'UMaterial::PhysicalMaterialMap' has a wrong offset!"); \ static_assert(offsetof(UMaterial, Metallic) == 0x0000E8, "Member 'UMaterial::Metallic' has a wrong offset!"); \ static_assert(offsetof(UMaterial, Specular) == 0x0000FC, "Member 'UMaterial::Specular' has a wrong offset!"); \ static_assert(offsetof(UMaterial, Anisotropy) == 0x000110, "Member 'UMaterial::Anisotropy' has a wrong offset!"); \ static_assert(offsetof(UMaterial, normal) == 0x000124, "Member 'UMaterial::normal' has a wrong offset!"); \ static_assert(offsetof(UMaterial, Tangent) == 0x000138, "Member 'UMaterial::Tangent' has a wrong offset!"); \ static_assert(offsetof(UMaterial, EmissiveColor) == 0x00014C, "Member 'UMaterial::EmissiveColor' has a wrong offset!"); \ static_assert(offsetof(UMaterial, MaterialDomain) == 0x000160, "Member 'UMaterial::MaterialDomain' has a wrong offset!"); \ static_assert(offsetof(UMaterial, BlendMode) == 0x000161, "Member 'UMaterial::BlendMode' has a wrong offset!"); \ static_assert(offsetof(UMaterial, DecalBlendMode) == 0x000162, "Member 'UMaterial::DecalBlendMode' has a wrong offset!"); \ static_assert(offsetof(UMaterial, MaterialDecalResponse) == 0x000163, "Member 'UMaterial::MaterialDecalResponse' has a wrong offset!"); \ static_assert(offsetof(UMaterial, ShadingModel) == 0x000164, "Member 'UMaterial::ShadingModel' has a wrong offset!"); \ static_assert(offsetof(UMaterial, ShadingModels) == 0x000166, "Member 'UMaterial::ShadingModels' has a wrong offset!"); \ static_assert(offsetof(UMaterial, OpacityMaskClipValue) == 0x000168, "Member 'UMaterial::OpacityMaskClipValue' has a wrong offset!"); \ static_assert(offsetof(UMaterial, WorldPositionOffset) == 0x00016C, "Member 'UMaterial::WorldPositionOffset' has a wrong offset!"); \ static_assert(offsetof(UMaterial, Refraction) == 0x000180, "Member 'UMaterial::Refraction' has a wrong offset!"); \ static_assert(offsetof(UMaterial, MaterialAttributes) == 0x000198, "Member 'UMaterial::MaterialAttributes' has a wrong offset!"); \ static_assert(offsetof(UMaterial, PixelDepthOffset) == 0x0001B8, "Member 'UMaterial::PixelDepthOffset' has a wrong offset!"); \ static_assert(offsetof(UMaterial, ShadingModelFromMaterialExpression) == 0x0001CC, "Member 'UMaterial::ShadingModelFromMaterialExpression' has a wrong offset!"); \ static_assert(offsetof(UMaterial, Opacity1) == 0x0001E0, "Member 'UMaterial::Opacity1' has a wrong offset!"); \ static_assert(offsetof(UMaterial, Opacity2) == 0x0001F4, "Member 'UMaterial::Opacity2' has a wrong offset!"); \ static_assert(offsetof(UMaterial, Opacity3) == 0x000208, "Member 'UMaterial::Opacity3' has a wrong offset!"); \ static_assert(offsetof(UMaterial, wMotionDither) == 0x00021C, "Member 'UMaterial::wMotionDither' has a wrong offset!"); \ static_assert(offsetof(UMaterial, wMotion) == 0x000230, "Member 'UMaterial::wMotion' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucencyLightingMode) == 0x00024A, "Member 'UMaterial::TranslucencyLightingMode' has a wrong offset!"); \ static_assert(offsetof(UMaterial, NumCustomizedUVs) == 0x00024C, "Member 'UMaterial::NumCustomizedUVs' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucencyDirectionalLightingIntensity) == 0x000250, "Member 'UMaterial::TranslucencyDirectionalLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucentShadowDensityScale) == 0x000254, "Member 'UMaterial::TranslucentShadowDensityScale' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucentSelfShadowDensityScale) == 0x000258, "Member 'UMaterial::TranslucentSelfShadowDensityScale' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucentSelfShadowSecondDensityScale) == 0x00025C, "Member 'UMaterial::TranslucentSelfShadowSecondDensityScale' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucentSelfShadowSecondOpacity) == 0x000260, "Member 'UMaterial::TranslucentSelfShadowSecondOpacity' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucentBackscatteringExponent) == 0x000264, "Member 'UMaterial::TranslucentBackscatteringExponent' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucentMultipleScatteringExtinction) == 0x000268, "Member 'UMaterial::TranslucentMultipleScatteringExtinction' has a wrong offset!"); \ static_assert(offsetof(UMaterial, TranslucentShadowStartOffset) == 0x000278, "Member 'UMaterial::TranslucentShadowStartOffset' has a wrong offset!"); \ static_assert(offsetof(UMaterial, D3D11TessellationMode) == 0x000295, "Member 'UMaterial::D3D11TessellationMode' has a wrong offset!"); \ static_assert(offsetof(UMaterial, ShadingRate) == 0x000297, "Member 'UMaterial::ShadingRate' has a wrong offset!"); \ static_assert(offsetof(UMaterial, bAllowMotionVectorRendering) == 0x00029A, "Member 'UMaterial::bAllowMotionVectorRendering' has a wrong offset!"); \ static_assert(offsetof(UMaterial, BlendableLocation) == 0x0002A1, "Member 'UMaterial::BlendableLocation' has a wrong offset!"); \ static_assert(offsetof(UMaterial, StencilCompare) == 0x0002A3, "Member 'UMaterial::StencilCompare' has a wrong offset!"); \ static_assert(offsetof(UMaterial, StencilRefValue) == 0x0002A4, "Member 'UMaterial::StencilRefValue' has a wrong offset!"); \ static_assert(offsetof(UMaterial, RefractionMode) == 0x0002A5, "Member 'UMaterial::RefractionMode' has a wrong offset!"); \ static_assert(offsetof(UMaterial, BlendablePriority) == 0x0002A8, "Member 'UMaterial::BlendablePriority' has a wrong offset!"); \ static_assert(offsetof(UMaterial, UsageFlagWarnings) == 0x0002B0, "Member 'UMaterial::UsageFlagWarnings' has a wrong offset!"); \ static_assert(offsetof(UMaterial, RefractionDepthBias) == 0x0002B4, "Member 'UMaterial::RefractionDepthBias' has a wrong offset!"); \ static_assert(offsetof(UMaterial, StateId) == 0x0002B8, "Member 'UMaterial::StateId' has a wrong offset!"); \ static_assert(offsetof(UMaterial, MaxDisplacement) == 0x0002C8, "Member 'UMaterial::MaxDisplacement' has a wrong offset!"); \ static_assert(offsetof(UMaterial, CachedExpressionData) == 0x000300, "Member 'UMaterial::CachedExpressionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldComposition \ static_assert(alignof(UWorldComposition) == 0x000008, "Wrong alignment on UWorldComposition"); \ static_assert(sizeof(UWorldComposition) == 0x0000D8, "Wrong size on UWorldComposition"); \ static_assert(offsetof(UWorldComposition, TilesStreaming) == 0x0000B0, "Member 'UWorldComposition::TilesStreaming' has a wrong offset!"); \ static_assert(offsetof(UWorldComposition, TilesStreamingTimeThreshold) == 0x0000C0, "Member 'UWorldComposition::TilesStreamingTimeThreshold' has a wrong offset!"); \ static_assert(offsetof(UWorldComposition, bLoadAllTilesDuringCinematic) == 0x0000C8, "Member 'UWorldComposition::bLoadAllTilesDuringCinematic' has a wrong offset!"); \ static_assert(offsetof(UWorldComposition, bRebaseOriginIn3DSpace) == 0x0000C9, "Member 'UWorldComposition::bRebaseOriginIn3DSpace' has a wrong offset!"); \ static_assert(offsetof(UWorldComposition, RebaseOriginDistance) == 0x0000CC, "Member 'UWorldComposition::RebaseOriginDistance' has a wrong offset!"); \ static_assert(offsetof(UWorldComposition, Settings) == 0x0000D0, "Member 'UWorldComposition::Settings' 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_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_UMaterialExpressionObjectBounds \ static_assert(alignof(UMaterialExpressionObjectBounds) == 0x000008, "Wrong alignment on UMaterialExpressionObjectBounds"); \ static_assert(sizeof(UMaterialExpressionObjectBounds) == 0x000040, "Wrong size on UMaterialExpressionObjectBounds"); \ #define DUMPER7_ASSERTS_AWLightProbesVolume \ static_assert(alignof(AWLightProbesVolume) == 0x000008, "Wrong alignment on AWLightProbesVolume"); \ static_assert(sizeof(AWLightProbesVolume) == 0x000250, "Wrong size on AWLightProbesVolume"); \ static_assert(offsetof(AWLightProbesVolume, LightProbesVolumeComponent) == 0x000248, "Member 'AWLightProbesVolume::LightProbesVolumeComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter2D \ static_assert(alignof(UMaterialExpressionTextureSampleParameter2D) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter2D"); \ static_assert(sizeof(UMaterialExpressionTextureSampleParameter2D) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameter2D"); \ #define DUMPER7_ASSERTS_UMaterialExpressionAntialiasedTextureMask \ static_assert(alignof(UMaterialExpressionAntialiasedTextureMask) == 0x000008, "Wrong alignment on UMaterialExpressionAntialiasedTextureMask"); \ static_assert(sizeof(UMaterialExpressionAntialiasedTextureMask) == 0x000088, "Wrong size on UMaterialExpressionAntialiasedTextureMask"); \ static_assert(offsetof(UMaterialExpressionAntialiasedTextureMask, Threshold) == 0x000080, "Member 'UMaterialExpressionAntialiasedTextureMask::Threshold' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionAntialiasedTextureMask, Channel) == 0x000084, "Member 'UMaterialExpressionAntialiasedTextureMask::Channel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionVectorArrayElement \ static_assert(alignof(UMaterialExpressionVectorArrayElement) == 0x000008, "Wrong alignment on UMaterialExpressionVectorArrayElement"); \ static_assert(sizeof(UMaterialExpressionVectorArrayElement) == 0x000040, "Wrong size on UMaterialExpressionVectorArrayElement"); \ #define DUMPER7_ASSERTS_UMaterialExpressionScalarArrayElement \ static_assert(alignof(UMaterialExpressionScalarArrayElement) == 0x000008, "Wrong alignment on UMaterialExpressionScalarArrayElement"); \ static_assert(sizeof(UMaterialExpressionScalarArrayElement) == 0x000040, "Wrong size on UMaterialExpressionScalarArrayElement"); \ #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_UMaterialExpressionArccosine \ static_assert(alignof(UMaterialExpressionArccosine) == 0x000008, "Wrong alignment on UMaterialExpressionArccosine"); \ static_assert(sizeof(UMaterialExpressionArccosine) == 0x000058, "Wrong size on UMaterialExpressionArccosine"); \ static_assert(offsetof(UMaterialExpressionArccosine, Input) == 0x000040, "Member 'UMaterialExpressionArccosine::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionArcsine \ static_assert(alignof(UMaterialExpressionArcsine) == 0x000008, "Wrong alignment on UMaterialExpressionArcsine"); \ static_assert(sizeof(UMaterialExpressionArcsine) == 0x000058, "Wrong size on UMaterialExpressionArcsine"); \ static_assert(offsetof(UMaterialExpressionArcsine, Input) == 0x000040, "Member 'UMaterialExpressionArcsine::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000098, "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!"); \ static_assert(offsetof(UParticleModuleTrailSource, InheritVelocityScale) == 0x000090, "Member 'UParticleModuleTrailSource::InheritVelocityScale' 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_UMaterialExpressionArctangent2 \ static_assert(alignof(UMaterialExpressionArctangent2) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent2"); \ static_assert(sizeof(UMaterialExpressionArctangent2) == 0x000068, "Wrong size on UMaterialExpressionArctangent2"); \ static_assert(offsetof(UMaterialExpressionArctangent2, Y) == 0x000040, "Member 'UMaterialExpressionArctangent2::Y' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionArctangent2, X) == 0x000054, "Member 'UMaterialExpressionArctangent2::X' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionArctangent2Fast \ static_assert(alignof(UMaterialExpressionArctangent2Fast) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent2Fast"); \ static_assert(sizeof(UMaterialExpressionArctangent2Fast) == 0x000068, "Wrong size on UMaterialExpressionArctangent2Fast"); \ static_assert(offsetof(UMaterialExpressionArctangent2Fast, Y) == 0x000040, "Member 'UMaterialExpressionArctangent2Fast::Y' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionArctangent2Fast, X) == 0x000054, "Member 'UMaterialExpressionArctangent2Fast::X' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionArctangentFast \ static_assert(alignof(UMaterialExpressionArctangentFast) == 0x000008, "Wrong alignment on UMaterialExpressionArctangentFast"); \ static_assert(sizeof(UMaterialExpressionArctangentFast) == 0x000058, "Wrong size on UMaterialExpressionArctangentFast"); \ static_assert(offsetof(UMaterialExpressionArctangentFast, Input) == 0x000040, "Member 'UMaterialExpressionArctangentFast::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionStaticComponentMaskParameter \ static_assert(alignof(UMaterialExpressionStaticComponentMaskParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticComponentMaskParameter"); \ static_assert(sizeof(UMaterialExpressionStaticComponentMaskParameter) == 0x000060, "Wrong size on UMaterialExpressionStaticComponentMaskParameter"); \ #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_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_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_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_UMaterialExpressionTextureArray \ static_assert(alignof(UMaterialExpressionTextureArray) == 0x000008, "Wrong alignment on UMaterialExpressionTextureArray"); \ static_assert(sizeof(UMaterialExpressionTextureArray) == 0x000070, "Wrong size on UMaterialExpressionTextureArray"); \ static_assert(offsetof(UMaterialExpressionTextureArray, Textures) == 0x000058, "Member 'UMaterialExpressionTextureArray::Textures' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTextureArray, SamplerType) == 0x000068, "Member 'UMaterialExpressionTextureArray::SamplerType' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTextureArray, bHideIndexedPins) == 0x000069, "Member 'UMaterialExpressionTextureArray::bHideIndexedPins' 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_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_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_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_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_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_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_UMaterialExpressionConstant2Vector \ static_assert(alignof(UMaterialExpressionConstant2Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant2Vector"); \ static_assert(sizeof(UMaterialExpressionConstant2Vector) == 0x000048, "Wrong size on UMaterialExpressionConstant2Vector"); \ static_assert(offsetof(UMaterialExpressionConstant2Vector, R) == 0x000040, "Member 'UMaterialExpressionConstant2Vector::R' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionConstant2Vector, G) == 0x000044, "Member 'UMaterialExpressionConstant2Vector::G' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionConstant4Vector \ static_assert(alignof(UMaterialExpressionConstant4Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant4Vector"); \ static_assert(sizeof(UMaterialExpressionConstant4Vector) == 0x000050, "Wrong size on UMaterialExpressionConstant4Vector"); \ static_assert(offsetof(UMaterialExpressionConstant4Vector, Constant) == 0x000040, "Member 'UMaterialExpressionConstant4Vector::Constant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionInsideMask \ static_assert(alignof(UMaterialExpressionInsideMask) == 0x000008, "Wrong alignment on UMaterialExpressionInsideMask"); \ static_assert(sizeof(UMaterialExpressionInsideMask) == 0x000040, "Wrong size on UMaterialExpressionInsideMask"); \ #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_UMaterialExpressionScalarParameter \ static_assert(alignof(UMaterialExpressionScalarParameter) == 0x000008, "Wrong alignment on UMaterialExpressionScalarParameter"); \ static_assert(sizeof(UMaterialExpressionScalarParameter) == 0x000060, "Wrong size on UMaterialExpressionScalarParameter"); \ static_assert(offsetof(UMaterialExpressionScalarParameter, DefaultValue) == 0x000058, "Member 'UMaterialExpressionScalarParameter::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionScalarParameter, bUseCustomPrimitiveData) == 0x00005C, "Member 'UMaterialExpressionScalarParameter::bUseCustomPrimitiveData' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionScalarParameter, PrimitiveDataIndex) == 0x00005D, "Member 'UMaterialExpressionScalarParameter::PrimitiveDataIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionCurveAtlasRowParameter \ static_assert(alignof(UMaterialExpressionCurveAtlasRowParameter) == 0x000008, "Wrong alignment on UMaterialExpressionCurveAtlasRowParameter"); \ static_assert(sizeof(UMaterialExpressionCurveAtlasRowParameter) == 0x000088, "Wrong size on UMaterialExpressionCurveAtlasRowParameter"); \ static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, Curve) == 0x000060, "Member 'UMaterialExpressionCurveAtlasRowParameter::Curve' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, Atlas) == 0x000068, "Member 'UMaterialExpressionCurveAtlasRowParameter::Atlas' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, InputTime) == 0x000070, "Member 'UMaterialExpressionCurveAtlasRowParameter::InputTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_UMaterialExpressionDecalDerivative \ static_assert(alignof(UMaterialExpressionDecalDerivative) == 0x000008, "Wrong alignment on UMaterialExpressionDecalDerivative"); \ static_assert(sizeof(UMaterialExpressionDecalDerivative) == 0x000040, "Wrong size on UMaterialExpressionDecalDerivative"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDecalLifetimeOpacity \ static_assert(alignof(UMaterialExpressionDecalLifetimeOpacity) == 0x000008, "Wrong alignment on UMaterialExpressionDecalLifetimeOpacity"); \ static_assert(sizeof(UMaterialExpressionDecalLifetimeOpacity) == 0x000040, "Wrong size on UMaterialExpressionDecalLifetimeOpacity"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDecalMipmapLevel \ static_assert(alignof(UMaterialExpressionDecalMipmapLevel) == 0x000008, "Wrong alignment on UMaterialExpressionDecalMipmapLevel"); \ static_assert(sizeof(UMaterialExpressionDecalMipmapLevel) == 0x000060, "Wrong size on UMaterialExpressionDecalMipmapLevel"); \ static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, TextureSize) == 0x000040, "Member 'UMaterialExpressionDecalMipmapLevel::TextureSize' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, ConstWidth) == 0x000054, "Member 'UMaterialExpressionDecalMipmapLevel::ConstWidth' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, ConstHeight) == 0x000058, "Member 'UMaterialExpressionDecalMipmapLevel::ConstHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionPreSkinnedPosition \ static_assert(alignof(UMaterialExpressionPreSkinnedPosition) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedPosition"); \ static_assert(sizeof(UMaterialExpressionPreSkinnedPosition) == 0x000040, "Wrong size on UMaterialExpressionPreSkinnedPosition"); \ #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_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_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_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_UMaterialExpressionDistanceCullFade \ static_assert(alignof(UMaterialExpressionDistanceCullFade) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceCullFade"); \ static_assert(sizeof(UMaterialExpressionDistanceCullFade) == 0x000040, "Wrong size on UMaterialExpressionDistanceCullFade"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDistanceFieldGradient \ static_assert(alignof(UMaterialExpressionDistanceFieldGradient) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceFieldGradient"); \ static_assert(sizeof(UMaterialExpressionDistanceFieldGradient) == 0x000058, "Wrong size on UMaterialExpressionDistanceFieldGradient"); \ static_assert(offsetof(UMaterialExpressionDistanceFieldGradient, Position) == 0x000040, "Member 'UMaterialExpressionDistanceFieldGradient::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDistanceFieldsRenderingSwitch \ static_assert(alignof(UMaterialExpressionDistanceFieldsRenderingSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceFieldsRenderingSwitch"); \ static_assert(sizeof(UMaterialExpressionDistanceFieldsRenderingSwitch) == 0x000068, "Wrong size on UMaterialExpressionDistanceFieldsRenderingSwitch"); \ static_assert(offsetof(UMaterialExpressionDistanceFieldsRenderingSwitch, No) == 0x000040, "Member 'UMaterialExpressionDistanceFieldsRenderingSwitch::No' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDistanceFieldsRenderingSwitch, Yes) == 0x000054, "Member 'UMaterialExpressionDistanceFieldsRenderingSwitch::Yes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDivide \ static_assert(alignof(UMaterialExpressionDivide) == 0x000008, "Wrong alignment on UMaterialExpressionDivide"); \ static_assert(sizeof(UMaterialExpressionDivide) == 0x000070, "Wrong size on UMaterialExpressionDivide"); \ static_assert(offsetof(UMaterialExpressionDivide, A) == 0x000040, "Member 'UMaterialExpressionDivide::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDivide, b) == 0x000054, "Member 'UMaterialExpressionDivide::b' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDivide, ConstA) == 0x000068, "Member 'UMaterialExpressionDivide::ConstA' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDivide, ConstB) == 0x00006C, "Member 'UMaterialExpressionDivide::ConstB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDotProduct \ static_assert(alignof(UMaterialExpressionDotProduct) == 0x000008, "Wrong alignment on UMaterialExpressionDotProduct"); \ static_assert(sizeof(UMaterialExpressionDotProduct) == 0x000068, "Wrong size on UMaterialExpressionDotProduct"); \ static_assert(offsetof(UMaterialExpressionDotProduct, A) == 0x000040, "Member 'UMaterialExpressionDotProduct::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDotProduct, b) == 0x000054, "Member 'UMaterialExpressionDotProduct::b' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionFeatureLevelSwitch \ static_assert(alignof(UMaterialExpressionFeatureLevelSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionFeatureLevelSwitch"); \ static_assert(sizeof(UMaterialExpressionFeatureLevelSwitch) == 0x000058, "Wrong size on UMaterialExpressionFeatureLevelSwitch"); \ static_assert(offsetof(UMaterialExpressionFeatureLevelSwitch, Default) == 0x000040, "Member 'UMaterialExpressionFeatureLevelSwitch::Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionFloor \ static_assert(alignof(UMaterialExpressionFloor) == 0x000008, "Wrong alignment on UMaterialExpressionFloor"); \ static_assert(sizeof(UMaterialExpressionFloor) == 0x000058, "Wrong size on UMaterialExpressionFloor"); \ static_assert(offsetof(UMaterialExpressionFloor, Input) == 0x000040, "Member 'UMaterialExpressionFloor::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionFmod \ static_assert(alignof(UMaterialExpressionFmod) == 0x000008, "Wrong alignment on UMaterialExpressionFmod"); \ static_assert(sizeof(UMaterialExpressionFmod) == 0x000068, "Wrong size on UMaterialExpressionFmod"); \ static_assert(offsetof(UMaterialExpressionFmod, A) == 0x000040, "Member 'UMaterialExpressionFmod::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFmod, b) == 0x000054, "Member 'UMaterialExpressionFmod::b' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionFrac \ static_assert(alignof(UMaterialExpressionFrac) == 0x000008, "Wrong alignment on UMaterialExpressionFrac"); \ static_assert(sizeof(UMaterialExpressionFrac) == 0x000058, "Wrong size on UMaterialExpressionFrac"); \ static_assert(offsetof(UMaterialExpressionFrac, Input) == 0x000040, "Member 'UMaterialExpressionFrac::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionFresnel \ static_assert(alignof(UMaterialExpressionFresnel) == 0x000008, "Wrong alignment on UMaterialExpressionFresnel"); \ static_assert(sizeof(UMaterialExpressionFresnel) == 0x000088, "Wrong size on UMaterialExpressionFresnel"); \ static_assert(offsetof(UMaterialExpressionFresnel, ExponentIn) == 0x000040, "Member 'UMaterialExpressionFresnel::ExponentIn' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFresnel, Exponent) == 0x000054, "Member 'UMaterialExpressionFresnel::Exponent' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFresnel, BaseReflectFractionIn) == 0x000058, "Member 'UMaterialExpressionFresnel::BaseReflectFractionIn' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFresnel, BaseReflectFraction) == 0x00006C, "Member 'UMaterialExpressionFresnel::BaseReflectFraction' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFresnel, normal) == 0x000070, "Member 'UMaterialExpressionFresnel::normal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionFunctionInput \ static_assert(alignof(UMaterialExpressionFunctionInput) == 0x000010, "Wrong alignment on UMaterialExpressionFunctionInput"); \ static_assert(sizeof(UMaterialExpressionFunctionInput) == 0x0000C0, "Wrong size on UMaterialExpressionFunctionInput"); \ static_assert(offsetof(UMaterialExpressionFunctionInput, Preview) == 0x000040, "Member 'UMaterialExpressionFunctionInput::Preview' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFunctionInput, InputName) == 0x000054, "Member 'UMaterialExpressionFunctionInput::InputName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFunctionInput, Description) == 0x000060, "Member 'UMaterialExpressionFunctionInput::Description' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFunctionInput, ID) == 0x000070, "Member 'UMaterialExpressionFunctionInput::ID' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFunctionInput, InputType) == 0x000080, "Member 'UMaterialExpressionFunctionInput::InputType' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFunctionInput, PreviewValue) == 0x000090, "Member 'UMaterialExpressionFunctionInput::PreviewValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionFunctionInput, SortPriority) == 0x0000A4, "Member 'UMaterialExpressionFunctionInput::SortPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionGBufferNormal \ static_assert(alignof(UMaterialExpressionGBufferNormal) == 0x000008, "Wrong alignment on UMaterialExpressionGBufferNormal"); \ static_assert(sizeof(UMaterialExpressionGBufferNormal) == 0x000058, "Wrong size on UMaterialExpressionGBufferNormal"); \ static_assert(offsetof(UMaterialExpressionGBufferNormal, Input) == 0x000040, "Member 'UMaterialExpressionGBufferNormal::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionGetMaterialAttributes \ static_assert(alignof(UMaterialExpressionGetMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionGetMaterialAttributes"); \ static_assert(sizeof(UMaterialExpressionGetMaterialAttributes) == 0x000070, "Wrong size on UMaterialExpressionGetMaterialAttributes"); \ static_assert(offsetof(UMaterialExpressionGetMaterialAttributes, MaterialAttributes) == 0x000040, "Member 'UMaterialExpressionGetMaterialAttributes::MaterialAttributes' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionGetMaterialAttributes, AttributeGetTypes) == 0x000060, "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_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_UMaterialExpressionInsideDistanceField \ static_assert(alignof(UMaterialExpressionInsideDistanceField) == 0x000008, "Wrong alignment on UMaterialExpressionInsideDistanceField"); \ static_assert(sizeof(UMaterialExpressionInsideDistanceField) == 0x000058, "Wrong size on UMaterialExpressionInsideDistanceField"); \ static_assert(offsetof(UMaterialExpressionInsideDistanceField, Coordinate) == 0x000040, "Member 'UMaterialExpressionInsideDistanceField::Coordinate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionInverseLinearInterpolate \ static_assert(alignof(UMaterialExpressionInverseLinearInterpolate) == 0x000008, "Wrong alignment on UMaterialExpressionInverseLinearInterpolate"); \ static_assert(sizeof(UMaterialExpressionInverseLinearInterpolate) == 0x000090, "Wrong size on UMaterialExpressionInverseLinearInterpolate"); \ static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, A) == 0x000040, "Member 'UMaterialExpressionInverseLinearInterpolate::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, b) == 0x000054, "Member 'UMaterialExpressionInverseLinearInterpolate::b' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, Value) == 0x000068, "Member 'UMaterialExpressionInverseLinearInterpolate::Value' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstA) == 0x00007C, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstA' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstB) == 0x000080, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstB' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstValue) == 0x000084, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, bClampResult) == 0x000088, "Member 'UMaterialExpressionInverseLinearInterpolate::bClampResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLightmapUVs \ static_assert(alignof(UMaterialExpressionLightmapUVs) == 0x000008, "Wrong alignment on UMaterialExpressionLightmapUVs"); \ static_assert(sizeof(UMaterialExpressionLightmapUVs) == 0x000040, "Wrong size on UMaterialExpressionLightmapUVs"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLightmassReplace \ static_assert(alignof(UMaterialExpressionLightmassReplace) == 0x000008, "Wrong alignment on UMaterialExpressionLightmassReplace"); \ static_assert(sizeof(UMaterialExpressionLightmassReplace) == 0x000068, "Wrong size on UMaterialExpressionLightmassReplace"); \ static_assert(offsetof(UMaterialExpressionLightmassReplace, RealTime) == 0x000040, "Member 'UMaterialExpressionLightmassReplace::RealTime' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLightmassReplace, Lightmass) == 0x000054, "Member 'UMaterialExpressionLightmassReplace::Lightmass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLinearInterpolate \ static_assert(alignof(UMaterialExpressionLinearInterpolate) == 0x000008, "Wrong alignment on UMaterialExpressionLinearInterpolate"); \ static_assert(sizeof(UMaterialExpressionLinearInterpolate) == 0x000088, "Wrong size on UMaterialExpressionLinearInterpolate"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, A) == 0x000040, "Member 'UMaterialExpressionLinearInterpolate::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, b) == 0x000054, "Member 'UMaterialExpressionLinearInterpolate::b' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, Alpha) == 0x000068, "Member 'UMaterialExpressionLinearInterpolate::Alpha' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstA) == 0x00007C, "Member 'UMaterialExpressionLinearInterpolate::ConstA' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstB) == 0x000080, "Member 'UMaterialExpressionLinearInterpolate::ConstB' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstAlpha) == 0x000084, "Member 'UMaterialExpressionLinearInterpolate::ConstAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLocalForces \ static_assert(alignof(UMaterialExpressionLocalForces) == 0x000008, "Wrong alignment on UMaterialExpressionLocalForces"); \ static_assert(sizeof(UMaterialExpressionLocalForces) == 0x000058, "Wrong size on UMaterialExpressionLocalForces"); \ static_assert(offsetof(UMaterialExpressionLocalForces, Coordinate) == 0x000040, "Member 'UMaterialExpressionLocalForces::Coordinate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLogarithm10 \ static_assert(alignof(UMaterialExpressionLogarithm10) == 0x000008, "Wrong alignment on UMaterialExpressionLogarithm10"); \ static_assert(sizeof(UMaterialExpressionLogarithm10) == 0x000058, "Wrong size on UMaterialExpressionLogarithm10"); \ static_assert(offsetof(UMaterialExpressionLogarithm10, X) == 0x000040, "Member 'UMaterialExpressionLogarithm10::X' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionMakeMaterialAttributes \ static_assert(alignof(UMaterialExpressionMakeMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionMakeMaterialAttributes"); \ static_assert(sizeof(UMaterialExpressionMakeMaterialAttributes) == 0x0002D8, "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!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Opacity1) == 0x000270, "Member 'UMaterialExpressionMakeMaterialAttributes::Opacity1' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Opacity2) == 0x000284, "Member 'UMaterialExpressionMakeMaterialAttributes::Opacity2' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Opacity3) == 0x000298, "Member 'UMaterialExpressionMakeMaterialAttributes::Opacity3' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, wMotionDither) == 0x0002AC, "Member 'UMaterialExpressionMakeMaterialAttributes::wMotionDither' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, wMotion) == 0x0002C0, "Member 'UMaterialExpressionMakeMaterialAttributes::wMotion' 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) == 0x0000F0, "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) == 0x000078, "Member 'UMaterialExpressionMaterialAttributeLayers::DefaultLayers' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, LayerCallers) == 0x0000B8, "Member 'UMaterialExpressionMaterialAttributeLayers::LayerCallers' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, NumActiveLayerCallers) == 0x0000C8, "Member 'UMaterialExpressionMaterialAttributeLayers::NumActiveLayerCallers' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, BlendCallers) == 0x0000D0, "Member 'UMaterialExpressionMaterialAttributeLayers::BlendCallers' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, NumActiveBlendCallers) == 0x0000E0, "Member 'UMaterialExpressionMaterialAttributeLayers::NumActiveBlendCallers' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, bIsLayerGraphBuilt) == 0x0000E4, "Member 'UMaterialExpressionMaterialAttributeLayers::bIsLayerGraphBuilt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionMaterialLayerOutput \ static_assert(alignof(UMaterialExpressionMaterialLayerOutput) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialLayerOutput"); \ static_assert(sizeof(UMaterialExpressionMaterialLayerOutput) == 0x000088, "Wrong size on UMaterialExpressionMaterialLayerOutput"); \ #define DUMPER7_ASSERTS_UMaterialExpressionMaterialProxyReplace \ static_assert(alignof(UMaterialExpressionMaterialProxyReplace) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialProxyReplace"); \ static_assert(sizeof(UMaterialExpressionMaterialProxyReplace) == 0x000068, "Wrong size on UMaterialExpressionMaterialProxyReplace"); \ static_assert(offsetof(UMaterialExpressionMaterialProxyReplace, RealTime) == 0x000040, "Member 'UMaterialExpressionMaterialProxyReplace::RealTime' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialProxyReplace, MaterialProxy) == 0x000054, "Member 'UMaterialExpressionMaterialProxyReplace::MaterialProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionMax \ static_assert(alignof(UMaterialExpressionMax) == 0x000008, "Wrong alignment on UMaterialExpressionMax"); \ static_assert(sizeof(UMaterialExpressionMax) == 0x000070, "Wrong size on UMaterialExpressionMax"); \ static_assert(offsetof(UMaterialExpressionMax, A) == 0x000040, "Member 'UMaterialExpressionMax::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMax, b) == 0x000054, "Member 'UMaterialExpressionMax::b' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMax, ConstA) == 0x000068, "Member 'UMaterialExpressionMax::ConstA' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMax, ConstB) == 0x00006C, "Member 'UMaterialExpressionMax::ConstB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_UMaterialExpressionOutdoorsWindMap \ static_assert(alignof(UMaterialExpressionOutdoorsWindMap) == 0x000008, "Wrong alignment on UMaterialExpressionOutdoorsWindMap"); \ static_assert(sizeof(UMaterialExpressionOutdoorsWindMap) == 0x000058, "Wrong size on UMaterialExpressionOutdoorsWindMap"); \ static_assert(offsetof(UMaterialExpressionOutdoorsWindMap, Coordinate) == 0x000040, "Member 'UMaterialExpressionOutdoorsWindMap::Coordinate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionParticleMacroUV \ static_assert(alignof(UMaterialExpressionParticleMacroUV) == 0x000008, "Wrong alignment on UMaterialExpressionParticleMacroUV"); \ static_assert(sizeof(UMaterialExpressionParticleMacroUV) == 0x000040, "Wrong size on UMaterialExpressionParticleMacroUV"); \ #define DUMPER7_ASSERTS_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_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_UMaterialExpressionPrecomputedAOMask \ static_assert(alignof(UMaterialExpressionPrecomputedAOMask) == 0x000008, "Wrong alignment on UMaterialExpressionPrecomputedAOMask"); \ static_assert(sizeof(UMaterialExpressionPrecomputedAOMask) == 0x000040, "Wrong size on UMaterialExpressionPrecomputedAOMask"); \ #define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedLocalBounds \ static_assert(alignof(UMaterialExpressionPreSkinnedLocalBounds) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedLocalBounds"); \ static_assert(sizeof(UMaterialExpressionPreSkinnedLocalBounds) == 0x000040, "Wrong size on UMaterialExpressionPreSkinnedLocalBounds"); \ #define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedNormal \ static_assert(alignof(UMaterialExpressionPreSkinnedNormal) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedNormal"); \ static_assert(sizeof(UMaterialExpressionPreSkinnedNormal) == 0x000040, "Wrong size on UMaterialExpressionPreSkinnedNormal"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionProbeValueAtCamera \ static_assert(alignof(UMaterialExpressionProbeValueAtCamera) == 0x000008, "Wrong alignment on UMaterialExpressionProbeValueAtCamera"); \ static_assert(sizeof(UMaterialExpressionProbeValueAtCamera) == 0x000040, "Wrong size on UMaterialExpressionProbeValueAtCamera"); \ #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_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_UMaterialExpressionRuntimeVirtualTextureOutput \ static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureOutput) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureOutput"); \ static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureOutput) == 0x0000D0, "Wrong size on UMaterialExpressionRuntimeVirtualTextureOutput"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, BaseColor) == 0x000040, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::BaseColor' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Specular) == 0x000054, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Specular' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Roughness) == 0x000068, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Roughness' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, normal) == 0x00007C, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::normal' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, WorldHeight) == 0x000090, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::WorldHeight' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Opacity) == 0x0000A4, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Opacity' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Mask) == 0x0000B8, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Mask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureReplace \ static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureReplace) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureReplace"); \ static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureReplace) == 0x000068, "Wrong size on UMaterialExpressionRuntimeVirtualTextureReplace"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureReplace, Default) == 0x000040, "Member 'UMaterialExpressionRuntimeVirtualTextureReplace::Default' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureReplace, VirtualTextureOutput) == 0x000054, "Member 'UMaterialExpressionRuntimeVirtualTextureReplace::VirtualTextureOutput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureSampleParameter \ static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureSampleParameter"); \ static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureSampleParameter) == 0x0000B0, "Wrong size on UMaterialExpressionRuntimeVirtualTextureSampleParameter"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, ParameterName) == 0x000090, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, ExpressionGUID) == 0x000098, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::ExpressionGUID' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, Group) == 0x0000A8, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionScalarArray \ static_assert(alignof(UMaterialExpressionScalarArray) == 0x000008, "Wrong alignment on UMaterialExpressionScalarArray"); \ static_assert(sizeof(UMaterialExpressionScalarArray) == 0x000070, "Wrong size on UMaterialExpressionScalarArray"); \ static_assert(offsetof(UMaterialExpressionScalarArray, Values) == 0x000058, "Member 'UMaterialExpressionScalarArray::Values' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionScalarArray, bHideIndexedPins) == 0x000068, "Member 'UMaterialExpressionScalarArray::bHideIndexedPins' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionScalarArrayParameter \ static_assert(alignof(UMaterialExpressionScalarArrayParameter) == 0x000008, "Wrong alignment on UMaterialExpressionScalarArrayParameter"); \ static_assert(sizeof(UMaterialExpressionScalarArrayParameter) == 0x000090, "Wrong size on UMaterialExpressionScalarArrayParameter"); \ static_assert(offsetof(UMaterialExpressionScalarArrayParameter, ParameterName) == 0x000070, "Member 'UMaterialExpressionScalarArrayParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionScalarArrayParameter, ExpressionGUID) == 0x000078, "Member 'UMaterialExpressionScalarArrayParameter::ExpressionGUID' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionScalarArrayParameter, Group) == 0x000088, "Member 'UMaterialExpressionScalarArrayParameter::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSceneColor \ static_assert(alignof(UMaterialExpressionSceneColor) == 0x000008, "Wrong alignment on UMaterialExpressionSceneColor"); \ static_assert(sizeof(UMaterialExpressionSceneColor) == 0x000078, "Wrong size on UMaterialExpressionSceneColor"); \ static_assert(offsetof(UMaterialExpressionSceneColor, InputMode) == 0x000040, "Member 'UMaterialExpressionSceneColor::InputMode' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneColor, Input) == 0x000044, "Member 'UMaterialExpressionSceneColor::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneColor, OffsetFraction) == 0x000058, "Member 'UMaterialExpressionSceneColor::OffsetFraction' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneColor, ConstInput) == 0x00006C, "Member 'UMaterialExpressionSceneColor::ConstInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSceneDepth \ static_assert(alignof(UMaterialExpressionSceneDepth) == 0x000008, "Wrong alignment on UMaterialExpressionSceneDepth"); \ static_assert(sizeof(UMaterialExpressionSceneDepth) == 0x000078, "Wrong size on UMaterialExpressionSceneDepth"); \ static_assert(offsetof(UMaterialExpressionSceneDepth, InputMode) == 0x000040, "Member 'UMaterialExpressionSceneDepth::InputMode' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneDepth, Input) == 0x000044, "Member 'UMaterialExpressionSceneDepth::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneDepth, Coordinates) == 0x000058, "Member 'UMaterialExpressionSceneDepth::Coordinates' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneDepth, ConstInput) == 0x00006C, "Member 'UMaterialExpressionSceneDepth::ConstInput' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneDepth, SampleDeviceZ) == 0x000074, "Member 'UMaterialExpressionSceneDepth::SampleDeviceZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionScreenPosition \ static_assert(alignof(UMaterialExpressionScreenPosition) == 0x000008, "Wrong alignment on UMaterialExpressionScreenPosition"); \ static_assert(sizeof(UMaterialExpressionScreenPosition) == 0x000040, "Wrong size on UMaterialExpressionScreenPosition"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSetMaterialAttributes \ static_assert(alignof(UMaterialExpressionSetMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionSetMaterialAttributes"); \ static_assert(sizeof(UMaterialExpressionSetMaterialAttributes) == 0x000060, "Wrong size on UMaterialExpressionSetMaterialAttributes"); \ static_assert(offsetof(UMaterialExpressionSetMaterialAttributes, Inputs) == 0x000040, "Member 'UMaterialExpressionSetMaterialAttributes::Inputs' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSetMaterialAttributes, AttributeSetTypes) == 0x000050, "Member 'UMaterialExpressionSetMaterialAttributes::AttributeSetTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionShaderStageSwitch \ static_assert(alignof(UMaterialExpressionShaderStageSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionShaderStageSwitch"); \ static_assert(sizeof(UMaterialExpressionShaderStageSwitch) == 0x000068, "Wrong size on UMaterialExpressionShaderStageSwitch"); \ static_assert(offsetof(UMaterialExpressionShaderStageSwitch, PixelShader) == 0x000040, "Member 'UMaterialExpressionShaderStageSwitch::PixelShader' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionShaderStageSwitch, VertexShader) == 0x000054, "Member 'UMaterialExpressionShaderStageSwitch::VertexShader' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionShadingModel \ static_assert(alignof(UMaterialExpressionShadingModel) == 0x000008, "Wrong alignment on UMaterialExpressionShadingModel"); \ static_assert(sizeof(UMaterialExpressionShadingModel) == 0x000048, "Wrong size on UMaterialExpressionShadingModel"); \ static_assert(offsetof(UMaterialExpressionShadingModel, ShadingModel) == 0x000040, "Member 'UMaterialExpressionShadingModel::ShadingModel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionShadingPathSwitch \ static_assert(alignof(UMaterialExpressionShadingPathSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionShadingPathSwitch"); \ static_assert(sizeof(UMaterialExpressionShadingPathSwitch) == 0x000090, "Wrong size on UMaterialExpressionShadingPathSwitch"); \ static_assert(offsetof(UMaterialExpressionShadingPathSwitch, Default) == 0x000040, "Member 'UMaterialExpressionShadingPathSwitch::Default' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionShadingPathSwitch, Inputs) == 0x000054, "Member 'UMaterialExpressionShadingPathSwitch::Inputs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionShadowReplace \ static_assert(alignof(UMaterialExpressionShadowReplace) == 0x000008, "Wrong alignment on UMaterialExpressionShadowReplace"); \ static_assert(sizeof(UMaterialExpressionShadowReplace) == 0x000068, "Wrong size on UMaterialExpressionShadowReplace"); \ static_assert(offsetof(UMaterialExpressionShadowReplace, Default) == 0x000040, "Member 'UMaterialExpressionShadowReplace::Default' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionShadowReplace, Shadow) == 0x000054, "Member 'UMaterialExpressionShadowReplace::Shadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSine \ static_assert(alignof(UMaterialExpressionSine) == 0x000008, "Wrong alignment on UMaterialExpressionSine"); \ static_assert(sizeof(UMaterialExpressionSine) == 0x000058, "Wrong size on UMaterialExpressionSine"); \ static_assert(offsetof(UMaterialExpressionSine, Input) == 0x000040, "Member 'UMaterialExpressionSine::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSine, Period) == 0x000054, "Member 'UMaterialExpressionSine::Period' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSingleLayerWaterMaterialOutput \ static_assert(alignof(UMaterialExpressionSingleLayerWaterMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionSingleLayerWaterMaterialOutput"); \ static_assert(sizeof(UMaterialExpressionSingleLayerWaterMaterialOutput) == 0x000090, "Wrong size on UMaterialExpressionSingleLayerWaterMaterialOutput"); \ static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, ScatteringCoefficients) == 0x000040, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::ScatteringCoefficients' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, AbsorptionCoefficients) == 0x000054, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::AbsorptionCoefficients' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, PhaseG) == 0x000068, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::PhaseG' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, ColorScaleBehindWater) == 0x00007C, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::ColorScaleBehindWater' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSkinningVertexOffsets \ static_assert(alignof(UMaterialExpressionSkinningVertexOffsets) == 0x000008, "Wrong alignment on UMaterialExpressionSkinningVertexOffsets"); \ static_assert(sizeof(UMaterialExpressionSkinningVertexOffsets) == 0x000040, "Wrong size on UMaterialExpressionSkinningVertexOffsets"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightIlluminance \ static_assert(alignof(UMaterialExpressionSkyAtmosphereLightIlluminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightIlluminance"); \ static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightIlluminance) == 0x000058, "Wrong size on UMaterialExpressionSkyAtmosphereLightIlluminance"); \ static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightIlluminance, LightIndex) == 0x000040, "Member 'UMaterialExpressionSkyAtmosphereLightIlluminance::LightIndex' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightIlluminance, WorldPosition) == 0x000044, "Member 'UMaterialExpressionSkyAtmosphereLightIlluminance::WorldPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightDiskLuminance \ static_assert(alignof(UMaterialExpressionSkyAtmosphereLightDiskLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightDiskLuminance"); \ static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightDiskLuminance) == 0x000048, "Wrong size on UMaterialExpressionSkyAtmosphereLightDiskLuminance"); \ static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightDiskLuminance, LightIndex) == 0x000040, "Member 'UMaterialExpressionSkyAtmosphereLightDiskLuminance::LightIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionSkyAtmosphereInscatteringLightLuminance \ static_assert(alignof(UMaterialExpressionSkyAtmosphereInscatteringLightLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereInscatteringLightLuminance"); \ static_assert(sizeof(UMaterialExpressionSkyAtmosphereInscatteringLightLuminance) == 0x000040, "Wrong size on UMaterialExpressionSkyAtmosphereInscatteringLightLuminance"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLuminance \ static_assert(alignof(UMaterialExpressionSkyAtmosphereLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLuminance"); \ static_assert(sizeof(UMaterialExpressionSkyAtmosphereLuminance) == 0x000068, "Wrong size on UMaterialExpressionSkyAtmosphereLuminance"); \ static_assert(offsetof(UMaterialExpressionSkyAtmosphereLuminance, WorldPosition) == 0x000040, "Member 'UMaterialExpressionSkyAtmosphereLuminance::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSkyAtmosphereLuminance, WorldDirection) == 0x000054, "Member 'UMaterialExpressionSkyAtmosphereLuminance::WorldDirection' 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_UMaterialExpressionSphereMask \ static_assert(alignof(UMaterialExpressionSphereMask) == 0x000008, "Wrong alignment on UMaterialExpressionSphereMask"); \ static_assert(sizeof(UMaterialExpressionSphereMask) == 0x000098, "Wrong size on UMaterialExpressionSphereMask"); \ static_assert(offsetof(UMaterialExpressionSphereMask, A) == 0x000040, "Member 'UMaterialExpressionSphereMask::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSphereMask, b) == 0x000054, "Member 'UMaterialExpressionSphereMask::b' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSphereMask, Radius) == 0x000068, "Member 'UMaterialExpressionSphereMask::Radius' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSphereMask, Hardness) == 0x00007C, "Member 'UMaterialExpressionSphereMask::Hardness' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSphereMask, AttenuationRadius) == 0x000090, "Member 'UMaterialExpressionSphereMask::AttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSphereMask, HardnessPercent) == 0x000094, "Member 'UMaterialExpressionSphereMask::HardnessPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSquareRoot \ static_assert(alignof(UMaterialExpressionSquareRoot) == 0x000008, "Wrong alignment on UMaterialExpressionSquareRoot"); \ static_assert(sizeof(UMaterialExpressionSquareRoot) == 0x000058, "Wrong size on UMaterialExpressionSquareRoot"); \ static_assert(offsetof(UMaterialExpressionSquareRoot, Input) == 0x000040, "Member 'UMaterialExpressionSquareRoot::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionStaticBool \ static_assert(alignof(UMaterialExpressionStaticBool) == 0x000008, "Wrong alignment on UMaterialExpressionStaticBool"); \ static_assert(sizeof(UMaterialExpressionStaticBool) == 0x000048, "Wrong size on UMaterialExpressionStaticBool"); \ #define DUMPER7_ASSERTS_UMaterialExpressionStaticBoolParameter \ static_assert(alignof(UMaterialExpressionStaticBoolParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticBoolParameter"); \ static_assert(sizeof(UMaterialExpressionStaticBoolParameter) == 0x000060, "Wrong size on UMaterialExpressionStaticBoolParameter"); \ #define DUMPER7_ASSERTS_UMaterialExpressionStaticSwitch \ static_assert(alignof(UMaterialExpressionStaticSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionStaticSwitch"); \ static_assert(sizeof(UMaterialExpressionStaticSwitch) == 0x000080, "Wrong size on UMaterialExpressionStaticSwitch"); \ static_assert(offsetof(UMaterialExpressionStaticSwitch, A) == 0x000044, "Member 'UMaterialExpressionStaticSwitch::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionStaticSwitch, b) == 0x000058, "Member 'UMaterialExpressionStaticSwitch::b' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionStaticSwitch, Value) == 0x00006C, "Member 'UMaterialExpressionStaticSwitch::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionStaticSwitchParameter \ static_assert(alignof(UMaterialExpressionStaticSwitchParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticSwitchParameter"); \ static_assert(sizeof(UMaterialExpressionStaticSwitchParameter) == 0x000060, "Wrong size on UMaterialExpressionStaticSwitchParameter"); \ #define DUMPER7_ASSERTS_UMaterialExpressionStep \ static_assert(alignof(UMaterialExpressionStep) == 0x000008, "Wrong alignment on UMaterialExpressionStep"); \ static_assert(sizeof(UMaterialExpressionStep) == 0x000070, "Wrong size on UMaterialExpressionStep"); \ static_assert(offsetof(UMaterialExpressionStep, Y) == 0x000040, "Member 'UMaterialExpressionStep::Y' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionStep, X) == 0x000054, "Member 'UMaterialExpressionStep::X' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionStep, ConstY) == 0x000068, "Member 'UMaterialExpressionStep::ConstY' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionStep, ConstX) == 0x00006C, "Member 'UMaterialExpressionStep::ConstX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTangent \ static_assert(alignof(UMaterialExpressionTangent) == 0x000008, "Wrong alignment on UMaterialExpressionTangent"); \ static_assert(sizeof(UMaterialExpressionTangent) == 0x000058, "Wrong size on UMaterialExpressionTangent"); \ static_assert(offsetof(UMaterialExpressionTangent, Input) == 0x000040, "Member 'UMaterialExpressionTangent::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTangent, Period) == 0x000054, "Member 'UMaterialExpressionTangent::Period' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTangentOutput \ static_assert(alignof(UMaterialExpressionTangentOutput) == 0x000008, "Wrong alignment on UMaterialExpressionTangentOutput"); \ static_assert(sizeof(UMaterialExpressionTangentOutput) == 0x000058, "Wrong size on UMaterialExpressionTangentOutput"); \ static_assert(offsetof(UMaterialExpressionTangentOutput, Input) == 0x000040, "Member 'UMaterialExpressionTangentOutput::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionTextureArrayParameter \ static_assert(alignof(UMaterialExpressionTextureArrayParameter) == 0x000008, "Wrong alignment on UMaterialExpressionTextureArrayParameter"); \ static_assert(sizeof(UMaterialExpressionTextureArrayParameter) == 0x000090, "Wrong size on UMaterialExpressionTextureArrayParameter"); \ static_assert(offsetof(UMaterialExpressionTextureArrayParameter, ParameterName) == 0x000070, "Member 'UMaterialExpressionTextureArrayParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTextureArrayParameter, ExpressionGUID) == 0x000078, "Member 'UMaterialExpressionTextureArrayParameter::ExpressionGUID' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionTextureArrayParameter, Group) == 0x000088, "Member 'UMaterialExpressionTextureArrayParameter::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTextureArraySample \ static_assert(alignof(UMaterialExpressionTextureArraySample) == 0x000008, "Wrong alignment on UMaterialExpressionTextureArraySample"); \ static_assert(sizeof(UMaterialExpressionTextureArraySample) == 0x000060, "Wrong size on UMaterialExpressionTextureArraySample"); \ #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_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_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_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_UMaterialExpressionTwoSidedSign \ static_assert(alignof(UMaterialExpressionTwoSidedSign) == 0x000008, "Wrong alignment on UMaterialExpressionTwoSidedSign"); \ static_assert(sizeof(UMaterialExpressionTwoSidedSign) == 0x000040, "Wrong size on UMaterialExpressionTwoSidedSign"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVectorArray \ static_assert(alignof(UMaterialExpressionVectorArray) == 0x000008, "Wrong alignment on UMaterialExpressionVectorArray"); \ static_assert(sizeof(UMaterialExpressionVectorArray) == 0x000070, "Wrong size on UMaterialExpressionVectorArray"); \ static_assert(offsetof(UMaterialExpressionVectorArray, Values) == 0x000058, "Member 'UMaterialExpressionVectorArray::Values' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVectorArray, bHideIndexedPins) == 0x000068, "Member 'UMaterialExpressionVectorArray::bHideIndexedPins' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVectorArrayParameter \ static_assert(alignof(UMaterialExpressionVectorArrayParameter) == 0x000008, "Wrong alignment on UMaterialExpressionVectorArrayParameter"); \ static_assert(sizeof(UMaterialExpressionVectorArrayParameter) == 0x000090, "Wrong size on UMaterialExpressionVectorArrayParameter"); \ static_assert(offsetof(UMaterialExpressionVectorArrayParameter, ParameterName) == 0x000070, "Member 'UMaterialExpressionVectorArrayParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVectorArrayParameter, ExpressionGUID) == 0x000078, "Member 'UMaterialExpressionVectorArrayParameter::ExpressionGUID' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVectorArrayParameter, Group) == 0x000088, "Member 'UMaterialExpressionVectorArrayParameter::Group' 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_UMaterialExpressionVertexNormalWS \ static_assert(alignof(UMaterialExpressionVertexNormalWS) == 0x000008, "Wrong alignment on UMaterialExpressionVertexNormalWS"); \ static_assert(sizeof(UMaterialExpressionVertexNormalWS) == 0x000040, "Wrong size on UMaterialExpressionVertexNormalWS"); \ #define DUMPER7_ASSERTS_UMaterialExpressionViewProperty \ static_assert(alignof(UMaterialExpressionViewProperty) == 0x000008, "Wrong alignment on UMaterialExpressionViewProperty"); \ static_assert(sizeof(UMaterialExpressionViewProperty) == 0x000048, "Wrong size on UMaterialExpressionViewProperty"); \ static_assert(offsetof(UMaterialExpressionViewProperty, Property) == 0x000040, "Member 'UMaterialExpressionViewProperty::Property' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionViewSize \ static_assert(alignof(UMaterialExpressionViewSize) == 0x000008, "Wrong alignment on UMaterialExpressionViewSize"); \ static_assert(sizeof(UMaterialExpressionViewSize) == 0x000040, "Wrong size on UMaterialExpressionViewSize"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVirtualTextureFeatureSwitch \ static_assert(alignof(UMaterialExpressionVirtualTextureFeatureSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionVirtualTextureFeatureSwitch"); \ static_assert(sizeof(UMaterialExpressionVirtualTextureFeatureSwitch) == 0x000068, "Wrong size on UMaterialExpressionVirtualTextureFeatureSwitch"); \ static_assert(offsetof(UMaterialExpressionVirtualTextureFeatureSwitch, No) == 0x000040, "Member 'UMaterialExpressionVirtualTextureFeatureSwitch::No' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVirtualTextureFeatureSwitch, Yes) == 0x000054, "Member 'UMaterialExpressionVirtualTextureFeatureSwitch::Yes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVolumetricAdvancedMaterialOutput \ static_assert(alignof(UMaterialExpressionVolumetricAdvancedMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricAdvancedMaterialOutput"); \ static_assert(sizeof(UMaterialExpressionVolumetricAdvancedMaterialOutput) == 0x0000F0, "Wrong size on UMaterialExpressionVolumetricAdvancedMaterialOutput"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseG) == 0x000040, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseG' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseG2) == 0x000054, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseG2' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseBlend) == 0x000068, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseBlend' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringContribution) == 0x00007C, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringContribution' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringOcclusion) == 0x000090, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringOcclusion' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringEccentricity) == 0x0000A4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringEccentricity' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConservativeDensity) == 0x0000B8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConservativeDensity' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseG) == 0x0000CC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseG' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseG2) == 0x0000D0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseG2' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseBlend) == 0x0000D4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseBlend' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PerSamplePhaseEvaluation) == 0x0000D8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PerSamplePhaseEvaluation' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringApproximationOctaveCount) == 0x0000DC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringApproximationOctaveCount' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringContribution) == 0x0000E0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringContribution' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringOcclusion) == 0x0000E4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringOcclusion' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringEccentricity) == 0x0000E8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringEccentricity' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bGroundContribution) == 0x0000EC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bGroundContribution' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bGrayScaleMaterial) == 0x0000ED, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bGrayScaleMaterial' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bRayMarchVolumeShadow) == 0x0000EE, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bRayMarchVolumeShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVolumetricWindMap \ static_assert(alignof(UMaterialExpressionVolumetricWindMap) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricWindMap"); \ static_assert(sizeof(UMaterialExpressionVolumetricWindMap) == 0x000058, "Wrong size on UMaterialExpressionVolumetricWindMap"); \ static_assert(offsetof(UMaterialExpressionVolumetricWindMap, Coordinate) == 0x000040, "Member 'UMaterialExpressionVolumetricWindMap::Coordinate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionWeatherAnimation \ static_assert(alignof(UMaterialExpressionWeatherAnimation) == 0x000008, "Wrong alignment on UMaterialExpressionWeatherAnimation"); \ static_assert(sizeof(UMaterialExpressionWeatherAnimation) == 0x000058, "Wrong size on UMaterialExpressionWeatherAnimation"); \ static_assert(offsetof(UMaterialExpressionWeatherAnimation, Coordinate) == 0x000040, "Member 'UMaterialExpressionWeatherAnimation::Coordinate' has a wrong offset!"); \ #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_SetScalarArrayParameterValue \ static_assert(alignof(MaterialInstanceDynamic_SetScalarArrayParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetScalarArrayParameterValue"); \ static_assert(sizeof(MaterialInstanceDynamic_SetScalarArrayParameterValue) == 0x000018, "Wrong size on MaterialInstanceDynamic_SetScalarArrayParameterValue"); \ static_assert(offsetof(MaterialInstanceDynamic_SetScalarArrayParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_SetScalarArrayParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceDynamic_SetScalarArrayParameterValue, Values) == 0x000008, "Member 'MaterialInstanceDynamic_SetScalarArrayParameterValue::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetScalarArrayParameterValueByInfo \ static_assert(alignof(MaterialInstanceDynamic_SetScalarArrayParameterValueByInfo) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetScalarArrayParameterValueByInfo"); \ static_assert(sizeof(MaterialInstanceDynamic_SetScalarArrayParameterValueByInfo) == 0x000020, "Wrong size on MaterialInstanceDynamic_SetScalarArrayParameterValueByInfo"); \ static_assert(offsetof(MaterialInstanceDynamic_SetScalarArrayParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_SetScalarArrayParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceDynamic_SetScalarArrayParameterValueByInfo, Values) == 0x000010, "Member 'MaterialInstanceDynamic_SetScalarArrayParameterValueByInfo::Values' 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_SetTextureArrayParameterValue \ static_assert(alignof(MaterialInstanceDynamic_SetTextureArrayParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetTextureArrayParameterValue"); \ static_assert(sizeof(MaterialInstanceDynamic_SetTextureArrayParameterValue) == 0x000018, "Wrong size on MaterialInstanceDynamic_SetTextureArrayParameterValue"); \ static_assert(offsetof(MaterialInstanceDynamic_SetTextureArrayParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_SetTextureArrayParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceDynamic_SetTextureArrayParameterValue, Values) == 0x000008, "Member 'MaterialInstanceDynamic_SetTextureArrayParameterValue::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetTextureArrayParameterValueByInfo \ static_assert(alignof(MaterialInstanceDynamic_SetTextureArrayParameterValueByInfo) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetTextureArrayParameterValueByInfo"); \ static_assert(sizeof(MaterialInstanceDynamic_SetTextureArrayParameterValueByInfo) == 0x000020, "Wrong size on MaterialInstanceDynamic_SetTextureArrayParameterValueByInfo"); \ static_assert(offsetof(MaterialInstanceDynamic_SetTextureArrayParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_SetTextureArrayParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceDynamic_SetTextureArrayParameterValueByInfo, Values) == 0x000010, "Member 'MaterialInstanceDynamic_SetTextureArrayParameterValueByInfo::Values' 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_SetVectorArrayParameterValue \ static_assert(alignof(MaterialInstanceDynamic_SetVectorArrayParameterValue) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetVectorArrayParameterValue"); \ static_assert(sizeof(MaterialInstanceDynamic_SetVectorArrayParameterValue) == 0x000018, "Wrong size on MaterialInstanceDynamic_SetVectorArrayParameterValue"); \ static_assert(offsetof(MaterialInstanceDynamic_SetVectorArrayParameterValue, ParameterName) == 0x000000, "Member 'MaterialInstanceDynamic_SetVectorArrayParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceDynamic_SetVectorArrayParameterValue, Values) == 0x000008, "Member 'MaterialInstanceDynamic_SetVectorArrayParameterValue::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialInstanceDynamic_SetVectorArrayParameterValueByInfo \ static_assert(alignof(MaterialInstanceDynamic_SetVectorArrayParameterValueByInfo) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetVectorArrayParameterValueByInfo"); \ static_assert(sizeof(MaterialInstanceDynamic_SetVectorArrayParameterValueByInfo) == 0x000020, "Wrong size on MaterialInstanceDynamic_SetVectorArrayParameterValueByInfo"); \ static_assert(offsetof(MaterialInstanceDynamic_SetVectorArrayParameterValueByInfo, ParameterInfo) == 0x000000, "Member 'MaterialInstanceDynamic_SetVectorArrayParameterValueByInfo::ParameterInfo' has a wrong offset!"); \ static_assert(offsetof(MaterialInstanceDynamic_SetVectorArrayParameterValueByInfo, Values) == 0x000010, "Member 'MaterialInstanceDynamic_SetVectorArrayParameterValueByInfo::Values' 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) == 0x000480, "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_IMatineeAnimInterface \ static_assert(alignof(IMatineeAnimInterface) == 0x000001, "Wrong alignment on IMatineeAnimInterface"); \ static_assert(sizeof(IMatineeAnimInterface) == 0x000001, "Wrong size on IMatineeAnimInterface"); \ #define DUMPER7_ASSERTS_IMatineeInterface \ static_assert(alignof(IMatineeInterface) == 0x000001, "Wrong alignment on IMatineeInterface"); \ static_assert(sizeof(IMatineeInterface) == 0x000001, "Wrong size on IMatineeInterface"); \ #define DUMPER7_ASSERTS_UMemoryUsageManager \ static_assert(alignof(UMemoryUsageManager) == 0x000008, "Wrong alignment on UMemoryUsageManager"); \ static_assert(sizeof(UMemoryUsageManager) == 0x000068, "Wrong size on UMemoryUsageManager"); \ #define DUMPER7_ASSERTS_AMeshMergeCullingVolume \ static_assert(alignof(AMeshMergeCullingVolume) == 0x000008, "Wrong alignment on AMeshMergeCullingVolume"); \ static_assert(sizeof(AMeshMergeCullingVolume) == 0x000280, "Wrong size on AMeshMergeCullingVolume"); \ #define DUMPER7_ASSERTS_UMeshSimplificationSettings \ static_assert(alignof(UMeshSimplificationSettings) == 0x000008, "Wrong alignment on UMeshSimplificationSettings"); \ static_assert(sizeof(UMeshSimplificationSettings) == 0x000048, "Wrong size on UMeshSimplificationSettings"); \ static_assert(offsetof(UMeshSimplificationSettings, MeshReductionModuleName) == 0x000038, "Member 'UMeshSimplificationSettings::MeshReductionModuleName' has a wrong offset!"); \ static_assert(offsetof(UMeshSimplificationSettings, wLevelLodExclusion_MinExtent) == 0x000040, "Member 'UMeshSimplificationSettings::wLevelLodExclusion_MinExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis \ static_assert(alignof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis) == 0x000008, "Wrong alignment on MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis"); \ static_assert(sizeof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis) == 0x000030, "Wrong size on MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, StaticMeshComponent) == 0x000000, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, StartColor) == 0x000008, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::StartColor' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, EndColor) == 0x000018, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::EndColor' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, Axis) == 0x000028, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::Axis' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, bConvertToSRGB) == 0x000029, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::bConvertToSRGB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_PaintVerticesSingleColor \ static_assert(alignof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor) == 0x000008, "Wrong alignment on MeshVertexPainterKismetLibrary_PaintVerticesSingleColor"); \ static_assert(sizeof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor) == 0x000020, "Wrong size on MeshVertexPainterKismetLibrary_PaintVerticesSingleColor"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor, StaticMeshComponent) == 0x000000, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesSingleColor::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor, FillColor) == 0x000008, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesSingleColor::FillColor' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor, bConvertToSRGB) == 0x000018, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesSingleColor::bConvertToSRGB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_RemovePaintedVertices \ static_assert(alignof(MeshVertexPainterKismetLibrary_RemovePaintedVertices) == 0x000008, "Wrong alignment on MeshVertexPainterKismetLibrary_RemovePaintedVertices"); \ static_assert(sizeof(MeshVertexPainterKismetLibrary_RemovePaintedVertices) == 0x000008, "Wrong size on MeshVertexPainterKismetLibrary_RemovePaintedVertices"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_RemovePaintedVertices, StaticMeshComponent) == 0x000000, "Member 'MeshVertexPainterKismetLibrary_RemovePaintedVertices::StaticMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshVertexPainterKismetLibrary \ static_assert(alignof(UMeshVertexPainterKismetLibrary) == 0x000008, "Wrong alignment on UMeshVertexPainterKismetLibrary"); \ static_assert(sizeof(UMeshVertexPainterKismetLibrary) == 0x000028, "Wrong size on UMeshVertexPainterKismetLibrary"); \ #define DUMPER7_ASSERTS_UModelComponent \ static_assert(alignof(UModelComponent) == 0x000010, "Wrong alignment on UModelComponent"); \ static_assert(sizeof(UModelComponent) == 0x0004C0, "Wrong size on UModelComponent"); \ static_assert(offsetof(UModelComponent, ModelBodySetup) == 0x000498, "Member 'UModelComponent::ModelBodySetup' 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_UNavigationDataChunk \ static_assert(alignof(UNavigationDataChunk) == 0x000008, "Wrong alignment on UNavigationDataChunk"); \ static_assert(sizeof(UNavigationDataChunk) == 0x000030, "Wrong size on UNavigationDataChunk"); \ static_assert(offsetof(UNavigationDataChunk, NavigationDataName) == 0x000028, "Member 'UNavigationDataChunk::NavigationDataName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_INavigationDataInterface \ static_assert(alignof(INavigationDataInterface) == 0x000001, "Wrong alignment on INavigationDataInterface"); \ static_assert(sizeof(INavigationDataInterface) == 0x000001, "Wrong size on INavigationDataInterface"); \ #define DUMPER7_ASSERTS_UNullNavSysConfig \ static_assert(alignof(UNullNavSysConfig) == 0x000008, "Wrong alignment on UNullNavSysConfig"); \ static_assert(sizeof(UNullNavSysConfig) == 0x000050, "Wrong size on UNullNavSysConfig"); \ #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_INetworkPredictionInterface \ static_assert(alignof(INetworkPredictionInterface) == 0x000001, "Wrong alignment on INetworkPredictionInterface"); \ static_assert(sizeof(INetworkPredictionInterface) == 0x000001, "Wrong size on INetworkPredictionInterface"); \ #define DUMPER7_ASSERTS_UNodeMappingContainer \ static_assert(alignof(UNodeMappingContainer) == 0x000008, "Wrong alignment on UNodeMappingContainer"); \ static_assert(sizeof(UNodeMappingContainer) == 0x000168, "Wrong size on UNodeMappingContainer"); \ static_assert(offsetof(UNodeMappingContainer, SourceItems) == 0x000028, "Member 'UNodeMappingContainer::SourceItems' has a wrong offset!"); \ static_assert(offsetof(UNodeMappingContainer, TargetItems) == 0x000078, "Member 'UNodeMappingContainer::TargetItems' has a wrong offset!"); \ static_assert(offsetof(UNodeMappingContainer, SourceToTarget) == 0x0000C8, "Member 'UNodeMappingContainer::SourceToTarget' has a wrong offset!"); \ static_assert(offsetof(UNodeMappingContainer, SourceAsset) == 0x000118, "Member 'UNodeMappingContainer::SourceAsset' has a wrong offset!"); \ static_assert(offsetof(UNodeMappingContainer, TargetAsset) == 0x000140, "Member 'UNodeMappingContainer::TargetAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_INodeMappingProviderInterface \ static_assert(alignof(INodeMappingProviderInterface) == 0x000001, "Wrong alignment on INodeMappingProviderInterface"); \ static_assert(sizeof(INodeMappingProviderInterface) == 0x000001, "Wrong size on INodeMappingProviderInterface"); \ #define DUMPER7_ASSERTS_ANote \ static_assert(alignof(ANote) == 0x000008, "Wrong alignment on ANote"); \ static_assert(sizeof(ANote) == 0x000248, "Wrong size on ANote"); \ #define DUMPER7_ASSERTS_UObjectReferencer \ static_assert(alignof(UObjectReferencer) == 0x000008, "Wrong alignment on UObjectReferencer"); \ static_assert(sizeof(UObjectReferencer) == 0x000038, "Wrong size on UObjectReferencer"); \ static_assert(offsetof(UObjectReferencer, ReferencedObjects) == 0x000028, "Member 'UObjectReferencer::ReferencedObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPackageMapClient \ static_assert(alignof(UPackageMapClient) == 0x000008, "Wrong alignment on UPackageMapClient"); \ static_assert(sizeof(UPackageMapClient) == 0x000408, "Wrong size on UPackageMapClient"); \ #define DUMPER7_ASSERTS_AParticleEventManager \ static_assert(alignof(AParticleEventManager) == 0x000008, "Wrong alignment on AParticleEventManager"); \ static_assert(sizeof(AParticleEventManager) == 0x000248, "Wrong size on AParticleEventManager"); \ #define DUMPER7_ASSERTS_UParticleLODLevel \ static_assert(alignof(UParticleLODLevel) == 0x000008, "Wrong alignment on UParticleLODLevel"); \ static_assert(sizeof(UParticleLODLevel) == 0x0000B8, "Wrong size on UParticleLODLevel"); \ static_assert(offsetof(UParticleLODLevel, Level) == 0x000028, "Member 'UParticleLODLevel::Level' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, RequiredModule) == 0x000030, "Member 'UParticleLODLevel::RequiredModule' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, modules) == 0x000038, "Member 'UParticleLODLevel::modules' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, TypeDataModule) == 0x000048, "Member 'UParticleLODLevel::TypeDataModule' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, SpawnModule) == 0x000050, "Member 'UParticleLODLevel::SpawnModule' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, EventGenerator) == 0x000058, "Member 'UParticleLODLevel::EventGenerator' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, SpawningModules) == 0x000060, "Member 'UParticleLODLevel::SpawningModules' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, SpawnModules) == 0x000070, "Member 'UParticleLODLevel::SpawnModules' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, UpdateModules) == 0x000080, "Member 'UParticleLODLevel::UpdateModules' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, OrbitModules) == 0x000090, "Member 'UParticleLODLevel::OrbitModules' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, EventReceiverModules) == 0x0000A0, "Member 'UParticleLODLevel::EventReceiverModules' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, PeakActiveParticles) == 0x0000B4, "Member 'UParticleLODLevel::PeakActiveParticles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleAcceleration \ static_assert(alignof(UParticleModuleAcceleration) == 0x000008, "Wrong alignment on UParticleModuleAcceleration"); \ static_assert(sizeof(UParticleModuleAcceleration) == 0x000088, "Wrong size on UParticleModuleAcceleration"); \ static_assert(offsetof(UParticleModuleAcceleration, Acceleration) == 0x000038, "Member 'UParticleModuleAcceleration::Acceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleAccelerationConstant \ static_assert(alignof(UParticleModuleAccelerationConstant) == 0x000008, "Wrong alignment on UParticleModuleAccelerationConstant"); \ static_assert(sizeof(UParticleModuleAccelerationConstant) == 0x000048, "Wrong size on UParticleModuleAccelerationConstant"); \ static_assert(offsetof(UParticleModuleAccelerationConstant, Acceleration) == 0x000038, "Member 'UParticleModuleAccelerationConstant::Acceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleAccelerationDrag \ static_assert(alignof(UParticleModuleAccelerationDrag) == 0x000008, "Wrong alignment on UParticleModuleAccelerationDrag"); \ static_assert(sizeof(UParticleModuleAccelerationDrag) == 0x000070, "Wrong size on UParticleModuleAccelerationDrag"); \ static_assert(offsetof(UParticleModuleAccelerationDrag, DragCoefficient) == 0x000038, "Member 'UParticleModuleAccelerationDrag::DragCoefficient' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAccelerationDrag, DragCoefficientRaw) == 0x000040, "Member 'UParticleModuleAccelerationDrag::DragCoefficientRaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleAccelerationOverLifetime \ static_assert(alignof(UParticleModuleAccelerationOverLifetime) == 0x000008, "Wrong alignment on UParticleModuleAccelerationOverLifetime"); \ static_assert(sizeof(UParticleModuleAccelerationOverLifetime) == 0x000080, "Wrong size on UParticleModuleAccelerationOverLifetime"); \ static_assert(offsetof(UParticleModuleAccelerationOverLifetime, AccelOverLife) == 0x000038, "Member 'UParticleModuleAccelerationOverLifetime::AccelOverLife' 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_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_UParticleModuleAttractorSpring \ static_assert(alignof(UParticleModuleAttractorSpring) == 0x000008, "Wrong alignment on UParticleModuleAttractorSpring"); \ static_assert(sizeof(UParticleModuleAttractorSpring) == 0x0000E8, "Wrong size on UParticleModuleAttractorSpring"); \ static_assert(offsetof(UParticleModuleAttractorSpring, SpringMode) == 0x000030, "Member 'UParticleModuleAttractorSpring::SpringMode' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorSpring, RestLength) == 0x000038, "Member 'UParticleModuleAttractorSpring::RestLength' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorSpring, SpringConstant) == 0x000068, "Member 'UParticleModuleAttractorSpring::SpringConstant' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorSpring, Dampening) == 0x000098, "Member 'UParticleModuleAttractorSpring::Dampening' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorSpring, UseParticleTime) == 0x0000C8, "Member 'UParticleModuleAttractorSpring::UseParticleTime' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorSpring, MaxAcceleration) == 0x0000CC, "Member 'UParticleModuleAttractorSpring::MaxAcceleration' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleAttractorSpring, MaxVelocity) == 0x0000D0, "Member 'UParticleModuleAttractorSpring::MaxVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleBeamModifier \ static_assert(alignof(UParticleModuleBeamModifier) == 0x000008, "Wrong alignment on UParticleModuleBeamModifier"); \ static_assert(sizeof(UParticleModuleBeamModifier) == 0x000108, "Wrong size on UParticleModuleBeamModifier"); \ static_assert(offsetof(UParticleModuleBeamModifier, ModifierType) == 0x000030, "Member 'UParticleModuleBeamModifier::ModifierType' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamModifier, PositionOptions) == 0x000034, "Member 'UParticleModuleBeamModifier::PositionOptions' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamModifier, Position) == 0x000038, "Member 'UParticleModuleBeamModifier::Position' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamModifier, TangentOptions) == 0x000080, "Member 'UParticleModuleBeamModifier::TangentOptions' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamModifier, Tangent) == 0x000088, "Member 'UParticleModuleBeamModifier::Tangent' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamModifier, StrengthOptions) == 0x0000D4, "Member 'UParticleModuleBeamModifier::StrengthOptions' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamModifier, Strength) == 0x0000D8, "Member 'UParticleModuleBeamModifier::Strength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleBeamNoise \ static_assert(alignof(UParticleModuleBeamNoise) == 0x000008, "Wrong alignment on UParticleModuleBeamNoise"); \ static_assert(sizeof(UParticleModuleBeamNoise) == 0x000190, "Wrong size on UParticleModuleBeamNoise"); \ static_assert(offsetof(UParticleModuleBeamNoise, Frequency) == 0x000034, "Member 'UParticleModuleBeamNoise::Frequency' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, Frequency_LowRange) == 0x000038, "Member 'UParticleModuleBeamNoise::Frequency_LowRange' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseRange) == 0x000040, "Member 'UParticleModuleBeamNoise::NoiseRange' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseRangeScale) == 0x000088, "Member 'UParticleModuleBeamNoise::NoiseRangeScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseSpeed) == 0x0000C0, "Member 'UParticleModuleBeamNoise::NoiseSpeed' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseLockRadius) == 0x00010C, "Member 'UParticleModuleBeamNoise::NoiseLockRadius' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseLockTime) == 0x000114, "Member 'UParticleModuleBeamNoise::NoiseLockTime' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseTension) == 0x000118, "Member 'UParticleModuleBeamNoise::NoiseTension' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseTangentStrength) == 0x000120, "Member 'UParticleModuleBeamNoise::NoiseTangentStrength' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseTessellation) == 0x000150, "Member 'UParticleModuleBeamNoise::NoiseTessellation' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, FrequencyDistance) == 0x000158, "Member 'UParticleModuleBeamNoise::FrequencyDistance' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseScale) == 0x000160, "Member 'UParticleModuleBeamNoise::NoiseScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_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_UParticleModuleLocationEmitter \ static_assert(alignof(UParticleModuleLocationEmitter) == 0x000008, "Wrong alignment on UParticleModuleLocationEmitter"); \ static_assert(sizeof(UParticleModuleLocationEmitter) == 0x000050, "Wrong size on UParticleModuleLocationEmitter"); \ static_assert(offsetof(UParticleModuleLocationEmitter, EmitterName) == 0x000030, "Member 'UParticleModuleLocationEmitter::EmitterName' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationEmitter, SelectionMethod) == 0x000038, "Member 'UParticleModuleLocationEmitter::SelectionMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationEmitter, InheritSourceVelocityScale) == 0x000040, "Member 'UParticleModuleLocationEmitter::InheritSourceVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationEmitter, InheritSourceRotationScale) == 0x000048, "Member 'UParticleModuleLocationEmitter::InheritSourceRotationScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationEmitterDirect \ static_assert(alignof(UParticleModuleLocationEmitterDirect) == 0x000008, "Wrong alignment on UParticleModuleLocationEmitterDirect"); \ static_assert(sizeof(UParticleModuleLocationEmitterDirect) == 0x000038, "Wrong size on UParticleModuleLocationEmitterDirect"); \ static_assert(offsetof(UParticleModuleLocationEmitterDirect, EmitterName) == 0x000030, "Member 'UParticleModuleLocationEmitterDirect::EmitterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveCylinder \ static_assert(alignof(UParticleModuleLocationPrimitiveCylinder) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveCylinder"); \ static_assert(sizeof(UParticleModuleLocationPrimitiveCylinder) == 0x000120, "Wrong size on UParticleModuleLocationPrimitiveCylinder"); \ static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder, StartRadius) == 0x0000B8, "Member 'UParticleModuleLocationPrimitiveCylinder::StartRadius' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder, StartHeight) == 0x0000E8, "Member 'UParticleModuleLocationPrimitiveCylinder::StartHeight' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder, HeightAxis) == 0x000118, "Member 'UParticleModuleLocationPrimitiveCylinder::HeightAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveCylinder_Seeded \ static_assert(alignof(UParticleModuleLocationPrimitiveCylinder_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveCylinder_Seeded"); \ static_assert(sizeof(UParticleModuleLocationPrimitiveCylinder_Seeded) == 0x000140, "Wrong size on UParticleModuleLocationPrimitiveCylinder_Seeded"); \ static_assert(offsetof(UParticleModuleLocationPrimitiveCylinder_Seeded, RandomSeedInfo) == 0x000120, "Member 'UParticleModuleLocationPrimitiveCylinder_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_UParticleModuleRotationOverLifetime \ static_assert(alignof(UParticleModuleRotationOverLifetime) == 0x000008, "Wrong alignment on UParticleModuleRotationOverLifetime"); \ static_assert(sizeof(UParticleModuleRotationOverLifetime) == 0x000068, "Wrong size on UParticleModuleRotationOverLifetime"); \ static_assert(offsetof(UParticleModuleRotationOverLifetime, RotationOverLife) == 0x000030, "Member 'UParticleModuleRotationOverLifetime::RotationOverLife' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleRotationRate \ static_assert(alignof(UParticleModuleRotationRate) == 0x000008, "Wrong alignment on UParticleModuleRotationRate"); \ static_assert(sizeof(UParticleModuleRotationRate) == 0x000060, "Wrong size on UParticleModuleRotationRate"); \ static_assert(offsetof(UParticleModuleRotationRate, StartRotationRate) == 0x000030, "Member 'UParticleModuleRotationRate::StartRotationRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleRotationRate_Seeded \ static_assert(alignof(UParticleModuleRotationRate_Seeded) == 0x000008, "Wrong alignment on UParticleModuleRotationRate_Seeded"); \ static_assert(sizeof(UParticleModuleRotationRate_Seeded) == 0x000080, "Wrong size on UParticleModuleRotationRate_Seeded"); \ static_assert(offsetof(UParticleModuleRotationRate_Seeded, RandomSeedInfo) == 0x000060, "Member 'UParticleModuleRotationRate_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UParticleModuleSizeMultiplyLife \ static_assert(alignof(UParticleModuleSizeMultiplyLife) == 0x000008, "Wrong alignment on UParticleModuleSizeMultiplyLife"); \ static_assert(sizeof(UParticleModuleSizeMultiplyLife) == 0x000080, "Wrong size on UParticleModuleSizeMultiplyLife"); \ static_assert(offsetof(UParticleModuleSizeMultiplyLife, LifeMultiplier) == 0x000030, "Member 'UParticleModuleSizeMultiplyLife::LifeMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleSizeScale \ static_assert(alignof(UParticleModuleSizeScale) == 0x000008, "Wrong alignment on UParticleModuleSizeScale"); \ static_assert(sizeof(UParticleModuleSizeScale) == 0x000080, "Wrong size on UParticleModuleSizeScale"); \ static_assert(offsetof(UParticleModuleSizeScale, SizeScale) == 0x000030, "Member 'UParticleModuleSizeScale::SizeScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UParticleModuleSubUVBase \ static_assert(alignof(UParticleModuleSubUVBase) == 0x000008, "Wrong alignment on UParticleModuleSubUVBase"); \ static_assert(sizeof(UParticleModuleSubUVBase) == 0x000030, "Wrong size on UParticleModuleSubUVBase"); \ #define DUMPER7_ASSERTS_UParticleModuleSubUV \ static_assert(alignof(UParticleModuleSubUV) == 0x000008, "Wrong alignment on UParticleModuleSubUV"); \ static_assert(sizeof(UParticleModuleSubUV) == 0x000070, "Wrong size on UParticleModuleSubUV"); \ static_assert(offsetof(UParticleModuleSubUV, Animation) == 0x000030, "Member 'UParticleModuleSubUV::Animation' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleSubUV, SubImageIndex) == 0x000038, "Member 'UParticleModuleSubUV::SubImageIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleSubUVMovie \ static_assert(alignof(UParticleModuleSubUVMovie) == 0x000008, "Wrong alignment on UParticleModuleSubUVMovie"); \ static_assert(sizeof(UParticleModuleSubUVMovie) == 0x0000B0, "Wrong size on UParticleModuleSubUVMovie"); \ static_assert(offsetof(UParticleModuleSubUVMovie, FrameRate) == 0x000078, "Member 'UParticleModuleSubUVMovie::FrameRate' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleSubUVMovie, StartingFrame) == 0x0000A8, "Member 'UParticleModuleSubUVMovie::StartingFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleTypeDataAnimTrail \ static_assert(alignof(UParticleModuleTypeDataAnimTrail) == 0x000008, "Wrong alignment on UParticleModuleTypeDataAnimTrail"); \ static_assert(sizeof(UParticleModuleTypeDataAnimTrail) == 0x000048, "Wrong size on UParticleModuleTypeDataAnimTrail"); \ static_assert(offsetof(UParticleModuleTypeDataAnimTrail, TilingDistance) == 0x000034, "Member 'UParticleModuleTypeDataAnimTrail::TilingDistance' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataAnimTrail, DistanceTessellationStepSize) == 0x000038, "Member 'UParticleModuleTypeDataAnimTrail::DistanceTessellationStepSize' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataAnimTrail, TangentTessellationStepSize) == 0x00003C, "Member 'UParticleModuleTypeDataAnimTrail::TangentTessellationStepSize' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataAnimTrail, WidthTessellationStepSize) == 0x000040, "Member 'UParticleModuleTypeDataAnimTrail::WidthTessellationStepSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0000B0, "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, NumRibbonVerts) == 0x000040, "Member 'UParticleModuleTypeDataRibbon::NumRibbonVerts' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, ConnectAdjecentRibbons) == 0x000044, "Member 'UParticleModuleTypeDataRibbon::ConnectAdjecentRibbons' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, Mesh) == 0x000048, "Member 'UParticleModuleTypeDataRibbon::Mesh' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, RenderAxis) == 0x000094, "Member 'UParticleModuleTypeDataRibbon::RenderAxis' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, TangentSpawningScalar) == 0x000098, "Member 'UParticleModuleTypeDataRibbon::TangentSpawningScalar' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, TilingDistance) == 0x0000A0, "Member 'UParticleModuleTypeDataRibbon::TilingDistance' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, DistanceTessellationStepSize) == 0x0000A4, "Member 'UParticleModuleTypeDataRibbon::DistanceTessellationStepSize' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, TangentTessellationScalar) == 0x0000AC, "Member 'UParticleModuleTypeDataRibbon::TangentTessellationScalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleVectorFieldRotation \ static_assert(alignof(UParticleModuleVectorFieldRotation) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldRotation"); \ static_assert(sizeof(UParticleModuleVectorFieldRotation) == 0x000048, "Wrong size on UParticleModuleVectorFieldRotation"); \ static_assert(offsetof(UParticleModuleVectorFieldRotation, MinInitialRotation) == 0x000030, "Member 'UParticleModuleVectorFieldRotation::MinInitialRotation' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleVectorFieldRotation, MaxInitialRotation) == 0x00003C, "Member 'UParticleModuleVectorFieldRotation::MaxInitialRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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) == 0x0000F8, "Wrong size on UPawnNoiseEmitterComponent"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoisePosition) == 0x0000D4, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoisePosition' has a wrong offset!"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, NoiseLifetime) == 0x0000E0, "Member 'UPawnNoiseEmitterComponent::NoiseLifetime' has a wrong offset!"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoiseVolume) == 0x0000E4, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoiseVolume' has a wrong offset!"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoiseTime) == 0x0000E8, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoiseTime' has a wrong offset!"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, LastLocalNoiseVolume) == 0x0000EC, "Member 'UPawnNoiseEmitterComponent::LastLocalNoiseVolume' has a wrong offset!"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, LastLocalNoiseTime) == 0x0000F0, "Member 'UPawnNoiseEmitterComponent::LastLocalNoiseTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_ARigidBodyBase \ static_assert(alignof(ARigidBodyBase) == 0x000008, "Wrong alignment on ARigidBodyBase"); \ static_assert(sizeof(ARigidBodyBase) == 0x000248, "Wrong size on ARigidBodyBase"); \ #define DUMPER7_ASSERTS_APhysicsConstraintActor \ static_assert(alignof(APhysicsConstraintActor) == 0x000008, "Wrong alignment on APhysicsConstraintActor"); \ static_assert(sizeof(APhysicsConstraintActor) == 0x000268, "Wrong size on APhysicsConstraintActor"); \ static_assert(offsetof(APhysicsConstraintActor, ConstraintComp) == 0x000248, "Member 'APhysicsConstraintActor::ConstraintComp' has a wrong offset!"); \ static_assert(offsetof(APhysicsConstraintActor, ConstraintActor1) == 0x000250, "Member 'APhysicsConstraintActor::ConstraintActor1' has a wrong offset!"); \ static_assert(offsetof(APhysicsConstraintActor, ConstraintActor2) == 0x000258, "Member 'APhysicsConstraintActor::ConstraintActor2' 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) == 0x000430, "Wrong size on UPhysicsConstraintComponent"); \ static_assert(offsetof(UPhysicsConstraintComponent, ConstraintActor1) == 0x000218, "Member 'UPhysicsConstraintComponent::ConstraintActor1' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, ComponentName1) == 0x000220, "Member 'UPhysicsConstraintComponent::ComponentName1' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, ConstraintActor2) == 0x000228, "Member 'UPhysicsConstraintComponent::ConstraintActor2' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, ComponentName2) == 0x000230, "Member 'UPhysicsConstraintComponent::ComponentName2' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, ConstraintSetup) == 0x000248, "Member 'UPhysicsConstraintComponent::ConstraintSetup' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, OnConstraintBroken) == 0x000250, "Member 'UPhysicsConstraintComponent::OnConstraintBroken' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, ConstraintInstance) == 0x000260, "Member 'UPhysicsConstraintComponent::ConstraintInstance' has a wrong offset!"); \ #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_UPhysicsFieldComponent \ static_assert(alignof(UPhysicsFieldComponent) == 0x000010, "Wrong alignment on UPhysicsFieldComponent"); \ static_assert(sizeof(UPhysicsFieldComponent) == 0x000290, "Wrong size on UPhysicsFieldComponent"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_GrabComponent \ static_assert(alignof(PhysicsHandleComponent_GrabComponent) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GrabComponent"); \ static_assert(sizeof(PhysicsHandleComponent_GrabComponent) == 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) == 0x000200, "Wrong size on UPhysicsHandleComponent"); \ static_assert(offsetof(UPhysicsHandleComponent, GrabbedComponent) == 0x0000D0, "Member 'UPhysicsHandleComponent::GrabbedComponent' has a wrong offset!"); \ static_assert(offsetof(UPhysicsHandleComponent, LinearDamping) == 0x0000E4, "Member 'UPhysicsHandleComponent::LinearDamping' has a wrong offset!"); \ static_assert(offsetof(UPhysicsHandleComponent, LinearStiffness) == 0x0000E8, "Member 'UPhysicsHandleComponent::LinearStiffness' has a wrong offset!"); \ static_assert(offsetof(UPhysicsHandleComponent, AngularDamping) == 0x0000EC, "Member 'UPhysicsHandleComponent::AngularDamping' has a wrong offset!"); \ static_assert(offsetof(UPhysicsHandleComponent, AngularStiffness) == 0x0000F0, "Member 'UPhysicsHandleComponent::AngularStiffness' has a wrong offset!"); \ static_assert(offsetof(UPhysicsHandleComponent, InterpolationSpeed) == 0x000160, "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_APhysicsThruster \ static_assert(alignof(APhysicsThruster) == 0x000008, "Wrong alignment on APhysicsThruster"); \ static_assert(sizeof(APhysicsThruster) == 0x000250, "Wrong size on APhysicsThruster"); \ static_assert(offsetof(APhysicsThruster, ThrusterComponent) == 0x000248, "Member 'APhysicsThruster::ThrusterComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicsThrusterComponent \ static_assert(alignof(UPhysicsThrusterComponent) == 0x000010, "Wrong alignment on UPhysicsThrusterComponent"); \ static_assert(sizeof(UPhysicsThrusterComponent) == 0x000220, "Wrong size on UPhysicsThrusterComponent"); \ static_assert(offsetof(UPhysicsThrusterComponent, ThrustStrength) == 0x000218, "Member 'UPhysicsThrusterComponent::ThrustStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanarReflection_OnInterpToggle \ static_assert(alignof(PlanarReflection_OnInterpToggle) == 0x000001, "Wrong alignment on PlanarReflection_OnInterpToggle"); \ static_assert(sizeof(PlanarReflection_OnInterpToggle) == 0x000001, "Wrong size on PlanarReflection_OnInterpToggle"); \ static_assert(offsetof(PlanarReflection_OnInterpToggle, bEnable) == 0x000000, "Member 'PlanarReflection_OnInterpToggle::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlanarReflection \ static_assert(alignof(APlanarReflection) == 0x000008, "Wrong alignment on APlanarReflection"); \ static_assert(sizeof(APlanarReflection) == 0x000268, "Wrong size on APlanarReflection"); \ static_assert(offsetof(APlanarReflection, PlanarReflectionComponent) == 0x000258, "Member 'APlanarReflection::PlanarReflectionComponent' has a wrong offset!"); \ static_assert(offsetof(APlanarReflection, bShowPreviewPlane) == 0x000260, "Member 'APlanarReflection::bShowPreviewPlane' has a wrong offset!"); \ #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_APlaneReflectionCapture \ static_assert(alignof(APlaneReflectionCapture) == 0x000008, "Wrong alignment on APlaneReflectionCapture"); \ static_assert(sizeof(APlaneReflectionCapture) == 0x000250, "Wrong size on APlaneReflectionCapture"); \ #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) == 0x0000F0, "Wrong size on UPlatformEventsComponent"); \ static_assert(offsetof(UPlatformEventsComponent, PlatformChangedToLaptopModeDelegate) == 0x0000D0, "Member 'UPlatformEventsComponent::PlatformChangedToLaptopModeDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformEventsComponent, PlatformChangedToTabletModeDelegate) == 0x0000E0, "Member 'UPlatformEventsComponent::PlatformChangedToTabletModeDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlatformInterfaceWebResponse_GetHeader \ static_assert(alignof(PlatformInterfaceWebResponse_GetHeader) == 0x000008, "Wrong alignment on PlatformInterfaceWebResponse_GetHeader"); \ static_assert(sizeof(PlatformInterfaceWebResponse_GetHeader) == 0x000028, "Wrong size on PlatformInterfaceWebResponse_GetHeader"); \ static_assert(offsetof(PlatformInterfaceWebResponse_GetHeader, HeaderIndex) == 0x000000, "Member 'PlatformInterfaceWebResponse_GetHeader::HeaderIndex' has a wrong offset!"); \ static_assert(offsetof(PlatformInterfaceWebResponse_GetHeader, Header) == 0x000008, "Member 'PlatformInterfaceWebResponse_GetHeader::Header' has a wrong offset!"); \ static_assert(offsetof(PlatformInterfaceWebResponse_GetHeader, Value) == 0x000018, "Member 'PlatformInterfaceWebResponse_GetHeader::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlatformInterfaceWebResponse_GetHeaderValue \ static_assert(alignof(PlatformInterfaceWebResponse_GetHeaderValue) == 0x000008, "Wrong alignment on PlatformInterfaceWebResponse_GetHeaderValue"); \ static_assert(sizeof(PlatformInterfaceWebResponse_GetHeaderValue) == 0x000020, "Wrong size on PlatformInterfaceWebResponse_GetHeaderValue"); \ static_assert(offsetof(PlatformInterfaceWebResponse_GetHeaderValue, HeaderName) == 0x000000, "Member 'PlatformInterfaceWebResponse_GetHeaderValue::HeaderName' has a wrong offset!"); \ static_assert(offsetof(PlatformInterfaceWebResponse_GetHeaderValue, ReturnValue) == 0x000010, "Member 'PlatformInterfaceWebResponse_GetHeaderValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlatformInterfaceWebResponse_GetNumHeaders \ static_assert(alignof(PlatformInterfaceWebResponse_GetNumHeaders) == 0x000004, "Wrong alignment on PlatformInterfaceWebResponse_GetNumHeaders"); \ static_assert(sizeof(PlatformInterfaceWebResponse_GetNumHeaders) == 0x000004, "Wrong size on PlatformInterfaceWebResponse_GetNumHeaders"); \ static_assert(offsetof(PlatformInterfaceWebResponse_GetNumHeaders, ReturnValue) == 0x000000, "Member 'PlatformInterfaceWebResponse_GetNumHeaders::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlatformInterfaceWebResponse \ static_assert(alignof(UPlatformInterfaceWebResponse) == 0x000008, "Wrong alignment on UPlatformInterfaceWebResponse"); \ static_assert(sizeof(UPlatformInterfaceWebResponse) == 0x0000B0, "Wrong size on UPlatformInterfaceWebResponse"); \ static_assert(offsetof(UPlatformInterfaceWebResponse, OriginalURL) == 0x000028, "Member 'UPlatformInterfaceWebResponse::OriginalURL' has a wrong offset!"); \ static_assert(offsetof(UPlatformInterfaceWebResponse, ResponseCode) == 0x000038, "Member 'UPlatformInterfaceWebResponse::ResponseCode' has a wrong offset!"); \ static_assert(offsetof(UPlatformInterfaceWebResponse, Tag) == 0x00003C, "Member 'UPlatformInterfaceWebResponse::Tag' has a wrong offset!"); \ static_assert(offsetof(UPlatformInterfaceWebResponse, StringResponse) == 0x000040, "Member 'UPlatformInterfaceWebResponse::StringResponse' has a wrong offset!"); \ static_assert(offsetof(UPlatformInterfaceWebResponse, BinaryResponse) == 0x000050, "Member 'UPlatformInterfaceWebResponse::BinaryResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayerStart \ static_assert(alignof(APlayerStart) == 0x000008, "Wrong alignment on APlayerStart"); \ static_assert(sizeof(APlayerStart) == 0x000278, "Wrong size on APlayerStart"); \ static_assert(offsetof(APlayerStart, PlayerStartTag) == 0x000270, "Member 'APlayerStart::PlayerStartTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayerStartPIE \ static_assert(alignof(APlayerStartPIE) == 0x000008, "Wrong alignment on APlayerStartPIE"); \ static_assert(sizeof(APlayerStartPIE) == 0x000278, "Wrong size on APlayerStartPIE"); \ #define DUMPER7_ASSERTS_PlayerState_ReceiveCopyProperties \ static_assert(alignof(PlayerState_ReceiveCopyProperties) == 0x000008, "Wrong alignment on PlayerState_ReceiveCopyProperties"); \ static_assert(sizeof(PlayerState_ReceiveCopyProperties) == 0x000008, "Wrong size on PlayerState_ReceiveCopyProperties"); \ static_assert(offsetof(PlayerState_ReceiveCopyProperties, NewPlayerState) == 0x000000, "Member 'PlayerState_ReceiveCopyProperties::NewPlayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerState_ReceiveOverrideWith \ static_assert(alignof(PlayerState_ReceiveOverrideWith) == 0x000008, "Wrong alignment on PlayerState_ReceiveOverrideWith"); \ static_assert(sizeof(PlayerState_ReceiveOverrideWith) == 0x000008, "Wrong size on PlayerState_ReceiveOverrideWith"); \ static_assert(offsetof(PlayerState_ReceiveOverrideWith, OldPlayerState) == 0x000000, "Member 'PlayerState_ReceiveOverrideWith::OldPlayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerState_GetPlayerName \ static_assert(alignof(PlayerState_GetPlayerName) == 0x000008, "Wrong alignment on PlayerState_GetPlayerName"); \ static_assert(sizeof(PlayerState_GetPlayerName) == 0x000010, "Wrong size on PlayerState_GetPlayerName"); \ static_assert(offsetof(PlayerState_GetPlayerName, ReturnValue) == 0x000000, "Member 'PlayerState_GetPlayerName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerState_IsOnlyASpectator \ static_assert(alignof(PlayerState_IsOnlyASpectator) == 0x000001, "Wrong alignment on PlayerState_IsOnlyASpectator"); \ static_assert(sizeof(PlayerState_IsOnlyASpectator) == 0x000001, "Wrong size on PlayerState_IsOnlyASpectator"); \ static_assert(offsetof(PlayerState_IsOnlyASpectator, ReturnValue) == 0x000000, "Member 'PlayerState_IsOnlyASpectator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayerState \ static_assert(alignof(APlayerState) == 0x000008, "Wrong alignment on APlayerState"); \ static_assert(sizeof(APlayerState) == 0x000348, "Wrong size on APlayerState"); \ static_assert(offsetof(APlayerState, score) == 0x000248, "Member 'APlayerState::score' has a wrong offset!"); \ static_assert(offsetof(APlayerState, PlayerId) == 0x00024C, "Member 'APlayerState::PlayerId' has a wrong offset!"); \ static_assert(offsetof(APlayerState, Ping) == 0x000250, "Member 'APlayerState::Ping' has a wrong offset!"); \ static_assert(offsetof(APlayerState, StartTime) == 0x000254, "Member 'APlayerState::StartTime' has a wrong offset!"); \ static_assert(offsetof(APlayerState, EngineMessageClass) == 0x000258, "Member 'APlayerState::EngineMessageClass' has a wrong offset!"); \ static_assert(offsetof(APlayerState, SavedNetworkAddress) == 0x000268, "Member 'APlayerState::SavedNetworkAddress' has a wrong offset!"); \ static_assert(offsetof(APlayerState, UniqueId) == 0x000278, "Member 'APlayerState::UniqueId' has a wrong offset!"); \ static_assert(offsetof(APlayerState, PawnPrivate) == 0x0002A8, "Member 'APlayerState::PawnPrivate' has a wrong offset!"); \ static_assert(offsetof(APlayerState, PlayerNamePrivate) == 0x000328, "Member 'APlayerState::PlayerNamePrivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPluginCommandlet \ static_assert(alignof(UPluginCommandlet) == 0x000008, "Wrong alignment on UPluginCommandlet"); \ static_assert(sizeof(UPluginCommandlet) == 0x0000A0, "Wrong size on UPluginCommandlet"); \ #define DUMPER7_ASSERTS_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) == 0x000260, "Wrong size on APointLight"); \ static_assert(offsetof(APointLight, PointLightComponent) == 0x000258, "Member 'APointLight::PointLightComponent' 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_GetBoneSpaceTransformByName \ static_assert(alignof(PoseableMeshComponent_GetBoneSpaceTransformByName) == 0x000010, "Wrong alignment on PoseableMeshComponent_GetBoneSpaceTransformByName"); \ static_assert(sizeof(PoseableMeshComponent_GetBoneSpaceTransformByName) == 0x000040, "Wrong size on PoseableMeshComponent_GetBoneSpaceTransformByName"); \ static_assert(offsetof(PoseableMeshComponent_GetBoneSpaceTransformByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_GetBoneSpaceTransformByName::BoneName' has a wrong offset!"); \ static_assert(offsetof(PoseableMeshComponent_GetBoneSpaceTransformByName, ReturnValue) == 0x000010, "Member 'PoseableMeshComponent_GetBoneSpaceTransformByName::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_SetBoneSpaceTransformByName \ static_assert(alignof(PoseableMeshComponent_SetBoneSpaceTransformByName) == 0x000010, "Wrong alignment on PoseableMeshComponent_SetBoneSpaceTransformByName"); \ static_assert(sizeof(PoseableMeshComponent_SetBoneSpaceTransformByName) == 0x000040, "Wrong size on PoseableMeshComponent_SetBoneSpaceTransformByName"); \ static_assert(offsetof(PoseableMeshComponent_SetBoneSpaceTransformByName, BoneName) == 0x000000, "Member 'PoseableMeshComponent_SetBoneSpaceTransformByName::BoneName' has a wrong offset!"); \ static_assert(offsetof(PoseableMeshComponent_SetBoneSpaceTransformByName, InTransform) == 0x000010, "Member 'PoseableMeshComponent_SetBoneSpaceTransformByName::InTransform' 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) == 0x000830, "Wrong size on UPoseableMeshComponent"); \ #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_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_APrecomputedVisibilityOverrideVolume \ static_assert(alignof(APrecomputedVisibilityOverrideVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityOverrideVolume"); \ static_assert(sizeof(APrecomputedVisibilityOverrideVolume) == 0x0002B0, "Wrong size on APrecomputedVisibilityOverrideVolume"); \ static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideVisibleActors) == 0x000280, "Member 'APrecomputedVisibilityOverrideVolume::OverrideVisibleActors' has a wrong offset!"); \ static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleActors) == 0x000290, "Member 'APrecomputedVisibilityOverrideVolume::OverrideInvisibleActors' has a wrong offset!"); \ static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleLevels) == 0x0002A0, "Member 'APrecomputedVisibilityOverrideVolume::OverrideInvisibleLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APrecomputedVisibilityVolume \ static_assert(alignof(APrecomputedVisibilityVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityVolume"); \ static_assert(sizeof(APrecomputedVisibilityVolume) == 0x000280, "Wrong size on APrecomputedVisibilityVolume"); \ #define DUMPER7_ASSERTS_IPreviewCollectionInterface \ static_assert(alignof(IPreviewCollectionInterface) == 0x000001, "Wrong alignment on IPreviewCollectionInterface"); \ static_assert(sizeof(IPreviewCollectionInterface) == 0x000001, "Wrong size on IPreviewCollectionInterface"); \ #define DUMPER7_ASSERTS_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_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) == 0x000250, "Wrong size on ARadialForceActor"); \ static_assert(offsetof(ARadialForceActor, ForceComponent) == 0x000248, "Member 'ARadialForceActor::ForceComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARectLight \ static_assert(alignof(ARectLight) == 0x000008, "Wrong alignment on ARectLight"); \ static_assert(sizeof(ARectLight) == 0x000260, "Wrong size on ARectLight"); \ static_assert(offsetof(ARectLight, RectLightComponent) == 0x000258, "Member 'ARectLight::RectLightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URendererSettings \ static_assert(alignof(URendererSettings) == 0x000008, "Wrong alignment on URendererSettings"); \ static_assert(sizeof(URendererSettings) == 0x000158, "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, bStreamStaticMeshLODs) == 0x0000F5, "Member 'URendererSettings::bStreamStaticMeshLODs' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, DefaultNumStreamedStaticMeshLODs) == 0x0000F8, "Member 'URendererSettings::DefaultNumStreamedStaticMeshLODs' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, bStreamSkeletalMeshLODs) == 0x000100, "Member 'URendererSettings::bStreamSkeletalMeshLODs' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, bDiscardSkeletalMeshOptionalLODs) == 0x000101, "Member 'URendererSettings::bDiscardSkeletalMeshOptionalLODs' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, VisualizeCalibrationColorMaterialPath) == 0x000108, "Member 'URendererSettings::VisualizeCalibrationColorMaterialPath' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, VisualizeCalibrationCustomMaterialPath) == 0x000120, "Member 'URendererSettings::VisualizeCalibrationCustomMaterialPath' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, VisualizeCalibrationGrayscaleMaterialPath) == 0x000138, "Member 'URendererSettings::VisualizeCalibrationGrayscaleMaterialPath' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, GWTiledLightIndicesBufferSizeMB) == 0x000150, "Member 'URendererSettings::GWTiledLightIndicesBufferSizeMB' has a wrong offset!"); \ static_assert(offsetof(URendererSettings, GWTiledReflectionCubemapIndicesBufferSizeMB) == 0x000154, "Member 'URendererSettings::GWTiledReflectionCubemapIndicesBufferSizeMB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URendererOverrideSettings \ static_assert(alignof(URendererOverrideSettings) == 0x000008, "Wrong alignment on URendererOverrideSettings"); \ static_assert(sizeof(URendererOverrideSettings) == 0x000040, "Wrong size on URendererOverrideSettings"); \ #define DUMPER7_ASSERTS_UReplaySubsystem \ static_assert(alignof(UReplaySubsystem) == 0x000008, "Wrong alignment on UReplaySubsystem"); \ static_assert(sizeof(UReplaySubsystem) == 0x000040, "Wrong size on UReplaySubsystem"); \ static_assert(offsetof(UReplaySubsystem, bLoadDefaultMapOnStop) == 0x000030, "Member 'UReplaySubsystem::bLoadDefaultMapOnStop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UReplicationDriver \ static_assert(alignof(UReplicationDriver) == 0x000008, "Wrong alignment on UReplicationDriver"); \ static_assert(sizeof(UReplicationDriver) == 0x000028, "Wrong size on UReplicationDriver"); \ #define DUMPER7_ASSERTS_UReplicationConnectionDriver \ static_assert(alignof(UReplicationConnectionDriver) == 0x000008, "Wrong alignment on UReplicationConnectionDriver"); \ static_assert(sizeof(UReplicationConnectionDriver) == 0x000028, "Wrong size on UReplicationConnectionDriver"); \ #define DUMPER7_ASSERTS_UReverbEffect \ static_assert(alignof(UReverbEffect) == 0x000008, "Wrong alignment on UReverbEffect"); \ static_assert(sizeof(UReverbEffect) == 0x000060, "Wrong size on UReverbEffect"); \ static_assert(offsetof(UReverbEffect, bBypassEarlyReflections) == 0x000028, "Member 'UReverbEffect::bBypassEarlyReflections' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, ReflectionsDelay) == 0x00002C, "Member 'UReverbEffect::ReflectionsDelay' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, GainHF) == 0x000030, "Member 'UReverbEffect::GainHF' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, ReflectionsGain) == 0x000034, "Member 'UReverbEffect::ReflectionsGain' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, bBypassLateReflections) == 0x000038, "Member 'UReverbEffect::bBypassLateReflections' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, LateDelay) == 0x00003C, "Member 'UReverbEffect::LateDelay' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, DecayTime) == 0x000040, "Member 'UReverbEffect::DecayTime' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, Density) == 0x000044, "Member 'UReverbEffect::Density' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, Diffusion) == 0x000048, "Member 'UReverbEffect::Diffusion' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, AirAbsorptionGainHF) == 0x00004C, "Member 'UReverbEffect::AirAbsorptionGainHF' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, DecayHFRatio) == 0x000050, "Member 'UReverbEffect::DecayHFRatio' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, LateGain) == 0x000054, "Member 'UReverbEffect::LateGain' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, Gain) == 0x000058, "Member 'UReverbEffect::Gain' has a wrong offset!"); \ static_assert(offsetof(UReverbEffect, RoomRolloffFactor) == 0x00005C, "Member 'UReverbEffect::RoomRolloffFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URig \ static_assert(alignof(URig) == 0x000008, "Wrong alignment on URig"); \ static_assert(sizeof(URig) == 0x000050, "Wrong size on URig"); \ static_assert(offsetof(URig, TransformBases) == 0x000030, "Member 'URig::TransformBases' has a wrong offset!"); \ static_assert(offsetof(URig, Nodes) == 0x000040, "Member 'URig::Nodes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URuntimeOptionsBase \ static_assert(alignof(URuntimeOptionsBase) == 0x000008, "Wrong alignment on URuntimeOptionsBase"); \ static_assert(sizeof(URuntimeOptionsBase) == 0x000038, "Wrong size on URuntimeOptionsBase"); \ #define DUMPER7_ASSERTS_RuntimeVirtualTexture_GetPageTableSize \ static_assert(alignof(RuntimeVirtualTexture_GetPageTableSize) == 0x000004, "Wrong alignment on RuntimeVirtualTexture_GetPageTableSize"); \ static_assert(sizeof(RuntimeVirtualTexture_GetPageTableSize) == 0x000004, "Wrong size on RuntimeVirtualTexture_GetPageTableSize"); \ static_assert(offsetof(RuntimeVirtualTexture_GetPageTableSize, ReturnValue) == 0x000000, "Member 'RuntimeVirtualTexture_GetPageTableSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RuntimeVirtualTexture_GetSize \ static_assert(alignof(RuntimeVirtualTexture_GetSize) == 0x000004, "Wrong alignment on RuntimeVirtualTexture_GetSize"); \ static_assert(sizeof(RuntimeVirtualTexture_GetSize) == 0x000004, "Wrong size on RuntimeVirtualTexture_GetSize"); \ static_assert(offsetof(RuntimeVirtualTexture_GetSize, ReturnValue) == 0x000000, "Member 'RuntimeVirtualTexture_GetSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RuntimeVirtualTexture_GetTileBorderSize \ static_assert(alignof(RuntimeVirtualTexture_GetTileBorderSize) == 0x000004, "Wrong alignment on RuntimeVirtualTexture_GetTileBorderSize"); \ static_assert(sizeof(RuntimeVirtualTexture_GetTileBorderSize) == 0x000004, "Wrong size on RuntimeVirtualTexture_GetTileBorderSize"); \ static_assert(offsetof(RuntimeVirtualTexture_GetTileBorderSize, ReturnValue) == 0x000000, "Member 'RuntimeVirtualTexture_GetTileBorderSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RuntimeVirtualTexture_GetTileCount \ static_assert(alignof(RuntimeVirtualTexture_GetTileCount) == 0x000004, "Wrong alignment on RuntimeVirtualTexture_GetTileCount"); \ static_assert(sizeof(RuntimeVirtualTexture_GetTileCount) == 0x000004, "Wrong size on RuntimeVirtualTexture_GetTileCount"); \ static_assert(offsetof(RuntimeVirtualTexture_GetTileCount, ReturnValue) == 0x000000, "Member 'RuntimeVirtualTexture_GetTileCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RuntimeVirtualTexture_GetTileSize \ static_assert(alignof(RuntimeVirtualTexture_GetTileSize) == 0x000004, "Wrong alignment on RuntimeVirtualTexture_GetTileSize"); \ static_assert(sizeof(RuntimeVirtualTexture_GetTileSize) == 0x000004, "Wrong size on RuntimeVirtualTexture_GetTileSize"); \ static_assert(offsetof(RuntimeVirtualTexture_GetTileSize, ReturnValue) == 0x000000, "Member 'RuntimeVirtualTexture_GetTileSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URuntimeVirtualTexture \ static_assert(alignof(URuntimeVirtualTexture) == 0x000010, "Wrong alignment on URuntimeVirtualTexture"); \ static_assert(sizeof(URuntimeVirtualTexture) == 0x0000A0, "Wrong size on URuntimeVirtualTexture"); \ static_assert(offsetof(URuntimeVirtualTexture, TileCount) == 0x000028, "Member 'URuntimeVirtualTexture::TileCount' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, TileSize) == 0x00002C, "Member 'URuntimeVirtualTexture::TileSize' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, TileBorderSize) == 0x000030, "Member 'URuntimeVirtualTexture::TileBorderSize' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, MaterialType) == 0x000034, "Member 'URuntimeVirtualTexture::MaterialType' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, bCompressTextures) == 0x000035, "Member 'URuntimeVirtualTexture::bCompressTextures' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, bClearTextures) == 0x000036, "Member 'URuntimeVirtualTexture::bClearTextures' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, bSinglePhysicalSpace) == 0x000037, "Member 'URuntimeVirtualTexture::bSinglePhysicalSpace' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, bPrivateSpace) == 0x000038, "Member 'URuntimeVirtualTexture::bPrivateSpace' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, bAdaptive) == 0x000039, "Member 'URuntimeVirtualTexture::bAdaptive' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, bContinuousUpdate) == 0x00003A, "Member 'URuntimeVirtualTexture::bContinuousUpdate' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, RemoveLowMips) == 0x00003C, "Member 'URuntimeVirtualTexture::RemoveLowMips' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, LODGroup) == 0x000040, "Member 'URuntimeVirtualTexture::LODGroup' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, size) == 0x000044, "Member 'URuntimeVirtualTexture::size' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTexture, StreamingTexture) == 0x000048, "Member 'URuntimeVirtualTexture::StreamingTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0002B0, "Wrong size on URuntimeVirtualTextureComponent"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, BoundsAlignActor) == 0x000218, "Member 'URuntimeVirtualTextureComponent::BoundsAlignActor' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bSetBoundsButton) == 0x000240, "Member 'URuntimeVirtualTextureComponent::bSetBoundsButton' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bSnapBoundsToLandscape) == 0x000241, "Member 'URuntimeVirtualTextureComponent::bSnapBoundsToLandscape' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, VirtualTexture) == 0x000248, "Member 'URuntimeVirtualTextureComponent::VirtualTexture' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bEnableScalability) == 0x000250, "Member 'URuntimeVirtualTextureComponent::bEnableScalability' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, ScalabilityGroup) == 0x000254, "Member 'URuntimeVirtualTextureComponent::ScalabilityGroup' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bHidePrimitives) == 0x000258, "Member 'URuntimeVirtualTextureComponent::bHidePrimitives' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, StreamingTexture) == 0x000260, "Member 'URuntimeVirtualTextureComponent::StreamingTexture' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, StreamingTextureWinter) == 0x000268, "Member 'URuntimeVirtualTextureComponent::StreamingTextureWinter' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, StreamingTextureSummer) == 0x000270, "Member 'URuntimeVirtualTextureComponent::StreamingTextureSummer' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, StreamingTextureFall) == 0x000278, "Member 'URuntimeVirtualTextureComponent::StreamingTextureFall' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, StreamLowMips) == 0x000280, "Member 'URuntimeVirtualTextureComponent::StreamLowMips' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bBuildStreamingMipsButton) == 0x000284, "Member 'URuntimeVirtualTextureComponent::bBuildStreamingMipsButton' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bEnableCompressCrunch) == 0x000285, "Member 'URuntimeVirtualTextureComponent::bEnableCompressCrunch' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bUseStreamingLowMipsInEditor) == 0x000286, "Member 'URuntimeVirtualTextureComponent::bUseStreamingLowMipsInEditor' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bBuildDebugStreamingMips) == 0x000287, "Member 'URuntimeVirtualTextureComponent::bBuildDebugStreamingMips' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWorldSettings \ static_assert(alignof(AWorldSettings) == 0x000008, "Wrong alignment on AWorldSettings"); \ static_assert(sizeof(AWorldSettings) == 0x0003D8, "Wrong size on AWorldSettings"); \ static_assert(offsetof(AWorldSettings, VisibilityCellSize) == 0x000250, "Member 'AWorldSettings::VisibilityCellSize' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, VisibilityAggressiveness) == 0x000254, "Member 'AWorldSettings::VisibilityAggressiveness' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, CullDistancePreset) == 0x000258, "Member 'AWorldSettings::CullDistancePreset' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, NavigationSystemConfig) == 0x000268, "Member 'AWorldSettings::NavigationSystemConfig' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, NavigationSystemConfigOverride) == 0x000270, "Member 'AWorldSettings::NavigationSystemConfigOverride' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, WorldToMeters) == 0x000278, "Member 'AWorldSettings::WorldToMeters' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, KillZ) == 0x00027C, "Member 'AWorldSettings::KillZ' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, KillZDamageType) == 0x000280, "Member 'AWorldSettings::KillZDamageType' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, WorldGravityZ) == 0x000288, "Member 'AWorldSettings::WorldGravityZ' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, GlobalGravityZ) == 0x00028C, "Member 'AWorldSettings::GlobalGravityZ' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultPhysicsVolumeClass) == 0x000290, "Member 'AWorldSettings::DefaultPhysicsVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, PhysicsCollisionHandlerClass) == 0x000298, "Member 'AWorldSettings::PhysicsCollisionHandlerClass' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultGameMode) == 0x0002A0, "Member 'AWorldSettings::DefaultGameMode' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, GameNetworkManagerClass) == 0x0002A8, "Member 'AWorldSettings::GameNetworkManagerClass' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, PackedLightAndShadowMapTextureSize) == 0x0002B0, "Member 'AWorldSettings::PackedLightAndShadowMapTextureSize' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultColorScale) == 0x0002B4, "Member 'AWorldSettings::DefaultColorScale' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultMaxDistanceFieldOcclusionDistance) == 0x0002C0, "Member 'AWorldSettings::DefaultMaxDistanceFieldOcclusionDistance' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, GlobalDistanceFieldViewDistance) == 0x0002C4, "Member 'AWorldSettings::GlobalDistanceFieldViewDistance' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DynamicIndirectShadowsSelfShadowingIntensity) == 0x0002C8, "Member 'AWorldSettings::DynamicIndirectShadowsSelfShadowingIntensity' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultReverbSettings) == 0x0002D0, "Member 'AWorldSettings::DefaultReverbSettings' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultAmbientZoneSettings) == 0x0002F0, "Member 'AWorldSettings::DefaultAmbientZoneSettings' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultBaseSoundMix) == 0x000318, "Member 'AWorldSettings::DefaultBaseSoundMix' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, TimeDilation) == 0x000320, "Member 'AWorldSettings::TimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MatineeTimeDilation) == 0x000324, "Member 'AWorldSettings::MatineeTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DemoPlayTimeDilation) == 0x000328, "Member 'AWorldSettings::DemoPlayTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MinGlobalTimeDilation) == 0x00032C, "Member 'AWorldSettings::MinGlobalTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MaxGlobalTimeDilation) == 0x000330, "Member 'AWorldSettings::MaxGlobalTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MinUndilatedFrameTime) == 0x000334, "Member 'AWorldSettings::MinUndilatedFrameTime' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MaxUndilatedFrameTime) == 0x000338, "Member 'AWorldSettings::MaxUndilatedFrameTime' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, BroadphaseSettings) == 0x00033C, "Member 'AWorldSettings::BroadphaseSettings' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, Pauser) == 0x000380, "Member 'AWorldSettings::Pauser' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, ReplicationViewers) == 0x000388, "Member 'AWorldSettings::ReplicationViewers' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, AssetUserData) == 0x000398, "Member 'AWorldSettings::AssetUserData' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, PauserPlayerState) == 0x0003A8, "Member 'AWorldSettings::PauserPlayerState' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MaxNumberOfBookmarks) == 0x0003B0, "Member 'AWorldSettings::MaxNumberOfBookmarks' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultBookmarkClass) == 0x0003B8, "Member 'AWorldSettings::DefaultBookmarkClass' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, BookmarkArray) == 0x0003C0, "Member 'AWorldSettings::BookmarkArray' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, LastBookmarkClass) == 0x0003D0, "Member 'AWorldSettings::LastBookmarkClass' 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) == 0x000260, "Wrong size on ASceneCapture2D"); \ static_assert(offsetof(ASceneCapture2D, CaptureComponent2D) == 0x000258, "Member 'ASceneCapture2D::CaptureComponent2D' 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_USceneCaptureComponentCubeIncremental \ static_assert(alignof(USceneCaptureComponentCubeIncremental) == 0x000010, "Wrong alignment on USceneCaptureComponentCubeIncremental"); \ static_assert(sizeof(USceneCaptureComponentCubeIncremental) == 0x000320, "Wrong size on USceneCaptureComponentCubeIncremental"); \ static_assert(offsetof(USceneCaptureComponentCubeIncremental, ExcludedFaces) == 0x000308, "Member 'USceneCaptureComponentCubeIncremental::ExcludedFaces' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponentCubeIncremental, NextFaceToCapture) == 0x000318, "Member 'USceneCaptureComponentCubeIncremental::NextFaceToCapture' 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) == 0x000260, "Wrong size on ASceneCaptureCube"); \ static_assert(offsetof(ASceneCaptureCube, CaptureComponentCube) == 0x000258, "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_ASeasonLevelStreamingActor \ static_assert(alignof(ASeasonLevelStreamingActor) == 0x000008, "Wrong alignment on ASeasonLevelStreamingActor"); \ static_assert(sizeof(ASeasonLevelStreamingActor) == 0x000290, "Wrong size on ASeasonLevelStreamingActor"); \ static_assert(offsetof(ASeasonLevelStreamingActor, SummerLevelName) == 0x000248, "Member 'ASeasonLevelStreamingActor::SummerLevelName' has a wrong offset!"); \ static_assert(offsetof(ASeasonLevelStreamingActor, FallLevelName) == 0x000258, "Member 'ASeasonLevelStreamingActor::FallLevelName' has a wrong offset!"); \ static_assert(offsetof(ASeasonLevelStreamingActor, WinterLevelName) == 0x000268, "Member 'ASeasonLevelStreamingActor::WinterLevelName' has a wrong offset!"); \ static_assert(offsetof(ASeasonLevelStreamingActor, SpringLevelName) == 0x000278, "Member 'ASeasonLevelStreamingActor::SpringLevelName' has a wrong offset!"); \ static_assert(offsetof(ASeasonLevelStreamingActor, SeasonLevel) == 0x000288, "Member 'ASeasonLevelStreamingActor::SeasonLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelection \ static_assert(alignof(USelection) == 0x000008, "Wrong alignment on USelection"); \ static_assert(sizeof(USelection) == 0x0000A0, "Wrong size on USelection"); \ #define DUMPER7_ASSERTS_AServerStatReplicator \ static_assert(alignof(AServerStatReplicator) == 0x000008, "Wrong alignment on AServerStatReplicator"); \ static_assert(sizeof(AServerStatReplicator) == 0x000310, "Wrong size on AServerStatReplicator"); \ static_assert(offsetof(AServerStatReplicator, bUpdateStatNet) == 0x000248, "Member 'AServerStatReplicator::bUpdateStatNet' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, bOverwriteClientStats) == 0x000249, "Member 'AServerStatReplicator::bOverwriteClientStats' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, Channels) == 0x00024C, "Member 'AServerStatReplicator::Channels' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InRate) == 0x000250, "Member 'AServerStatReplicator::InRate' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutRate) == 0x000254, "Member 'AServerStatReplicator::OutRate' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, MaxPacketOverhead) == 0x00025C, "Member 'AServerStatReplicator::MaxPacketOverhead' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InRateClientMax) == 0x000260, "Member 'AServerStatReplicator::InRateClientMax' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InRateClientMin) == 0x000264, "Member 'AServerStatReplicator::InRateClientMin' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InRateClientAvg) == 0x000268, "Member 'AServerStatReplicator::InRateClientAvg' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InPacketsClientMax) == 0x00026C, "Member 'AServerStatReplicator::InPacketsClientMax' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InPacketsClientMin) == 0x000270, "Member 'AServerStatReplicator::InPacketsClientMin' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InPacketsClientAvg) == 0x000274, "Member 'AServerStatReplicator::InPacketsClientAvg' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutRateClientMax) == 0x000278, "Member 'AServerStatReplicator::OutRateClientMax' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutRateClientMin) == 0x00027C, "Member 'AServerStatReplicator::OutRateClientMin' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutRateClientAvg) == 0x000280, "Member 'AServerStatReplicator::OutRateClientAvg' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutPacketsClientMax) == 0x000284, "Member 'AServerStatReplicator::OutPacketsClientMax' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutPacketsClientMin) == 0x000288, "Member 'AServerStatReplicator::OutPacketsClientMin' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutPacketsClientAvg) == 0x00028C, "Member 'AServerStatReplicator::OutPacketsClientAvg' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NetNumClients) == 0x000290, "Member 'AServerStatReplicator::NetNumClients' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InPackets) == 0x000294, "Member 'AServerStatReplicator::InPackets' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutPackets) == 0x000298, "Member 'AServerStatReplicator::OutPackets' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InBunches) == 0x00029C, "Member 'AServerStatReplicator::InBunches' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutBunches) == 0x0002A0, "Member 'AServerStatReplicator::OutBunches' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutLoss) == 0x0002A4, "Member 'AServerStatReplicator::OutLoss' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InLoss) == 0x0002A8, "Member 'AServerStatReplicator::InLoss' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, VoiceBytesSent) == 0x0002AC, "Member 'AServerStatReplicator::VoiceBytesSent' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, VoiceBytesRecv) == 0x0002B0, "Member 'AServerStatReplicator::VoiceBytesRecv' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, VoicePacketsSent) == 0x0002B4, "Member 'AServerStatReplicator::VoicePacketsSent' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, VoicePacketsRecv) == 0x0002B8, "Member 'AServerStatReplicator::VoicePacketsRecv' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, PercentInVoice) == 0x0002BC, "Member 'AServerStatReplicator::PercentInVoice' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, PercentOutVoice) == 0x0002C0, "Member 'AServerStatReplicator::PercentOutVoice' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumActorChannels) == 0x0002C4, "Member 'AServerStatReplicator::NumActorChannels' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumConsideredActors) == 0x0002C8, "Member 'AServerStatReplicator::NumConsideredActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, PrioritizedActors) == 0x0002CC, "Member 'AServerStatReplicator::PrioritizedActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumRelevantActors) == 0x0002D0, "Member 'AServerStatReplicator::NumRelevantActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumRelevantDeletedActors) == 0x0002D4, "Member 'AServerStatReplicator::NumRelevantDeletedActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumReplicatedActorAttempts) == 0x0002D8, "Member 'AServerStatReplicator::NumReplicatedActorAttempts' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumReplicatedActors) == 0x0002DC, "Member 'AServerStatReplicator::NumReplicatedActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumActors) == 0x0002E0, "Member 'AServerStatReplicator::NumActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumNetActors) == 0x0002E4, "Member 'AServerStatReplicator::NumNetActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumDormantActors) == 0x0002E8, "Member 'AServerStatReplicator::NumDormantActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumInitiallyDormantActors) == 0x0002EC, "Member 'AServerStatReplicator::NumInitiallyDormantActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumNetGUIDsAckd) == 0x0002F0, "Member 'AServerStatReplicator::NumNetGUIDsAckd' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumNetGUIDsPending) == 0x0002F4, "Member 'AServerStatReplicator::NumNetGUIDsPending' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumNetGUIDsUnAckd) == 0x0002F8, "Member 'AServerStatReplicator::NumNetGUIDsUnAckd' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, ObjPathBytes) == 0x0002FC, "Member 'AServerStatReplicator::ObjPathBytes' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NetGUIDOutRate) == 0x000300, "Member 'AServerStatReplicator::NetGUIDOutRate' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NetGUIDInRate) == 0x000304, "Member 'AServerStatReplicator::NetGUIDInRate' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NetSaturated) == 0x000308, "Member 'AServerStatReplicator::NetSaturated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UShadowMapTexture2D \ static_assert(alignof(UShadowMapTexture2D) == 0x000010, "Wrong alignment on UShadowMapTexture2D"); \ static_assert(sizeof(UShadowMapTexture2D) == 0x0001B0, "Wrong size on UShadowMapTexture2D"); \ static_assert(offsetof(UShadowMapTexture2D, ShadowmapFlags) == 0x0001A0, "Member 'UShadowMapTexture2D::ShadowmapFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0003A8, "Wrong size on USkeletalMesh"); \ static_assert(offsetof(USkeletalMesh, Skeleton) == 0x000088, "Member 'USkeletalMesh::Skeleton' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, ImportedBounds) == 0x000090, "Member 'USkeletalMesh::ImportedBounds' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, ExtendedBounds) == 0x0000AC, "Member 'USkeletalMesh::ExtendedBounds' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, PositiveBoundsExtension) == 0x0000C8, "Member 'USkeletalMesh::PositiveBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, NegativeBoundsExtension) == 0x0000D4, "Member 'USkeletalMesh::NegativeBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, Materials) == 0x0000E0, "Member 'USkeletalMesh::Materials' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, SkelMirrorTable) == 0x0000F0, "Member 'USkeletalMesh::SkelMirrorTable' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, LODInfo) == 0x000100, "Member 'USkeletalMesh::LODInfo' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, MinLOD) == 0x000160, "Member 'USkeletalMesh::MinLOD' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, DisableBelowMinLodStripping) == 0x000164, "Member 'USkeletalMesh::DisableBelowMinLodStripping' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, SkelMirrorAxis) == 0x000165, "Member 'USkeletalMesh::SkelMirrorAxis' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, SkelMirrorFlipAxis) == 0x000166, "Member 'USkeletalMesh::SkelMirrorFlipAxis' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, BodySetup) == 0x000168, "Member 'USkeletalMesh::BodySetup' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, PhysicsAsset) == 0x000170, "Member 'USkeletalMesh::PhysicsAsset' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, ShadowPhysicsAsset) == 0x000178, "Member 'USkeletalMesh::ShadowPhysicsAsset' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, NodeMappingData) == 0x000180, "Member 'USkeletalMesh::NodeMappingData' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, RayTracingMinLOD) == 0x000194, "Member 'USkeletalMesh::RayTracingMinLOD' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, MorphTargets) == 0x000198, "Member 'USkeletalMesh::MorphTargets' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, PostProcessAnimBlueprint) == 0x000320, "Member 'USkeletalMesh::PostProcessAnimBlueprint' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, MeshClothingAssets) == 0x000328, "Member 'USkeletalMesh::MeshClothingAssets' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, SamplingInfo) == 0x000338, "Member 'USkeletalMesh::SamplingInfo' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, AssetUserData) == 0x000368, "Member 'USkeletalMesh::AssetUserData' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, Sockets) == 0x000378, "Member 'USkeletalMesh::Sockets' has a wrong offset!"); \ static_assert(offsetof(USkeletalMesh, SkinWeightProfiles) == 0x000398, "Member 'USkeletalMesh::SkinWeightProfiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASkeletalMeshActor \ static_assert(alignof(ASkeletalMeshActor) == 0x000008, "Wrong alignment on ASkeletalMeshActor"); \ static_assert(sizeof(ASkeletalMeshActor) == 0x0002D0, "Wrong size on ASkeletalMeshActor"); \ static_assert(offsetof(ASkeletalMeshActor, SkeletalMeshComponent) == 0x000258, "Member 'ASkeletalMeshActor::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(ASkeletalMeshActor, ReplicatedMesh) == 0x000260, "Member 'ASkeletalMeshActor::ReplicatedMesh' has a wrong offset!"); \ static_assert(offsetof(ASkeletalMeshActor, ReplicatedPhysAsset) == 0x000268, "Member 'ASkeletalMeshActor::ReplicatedPhysAsset' has a wrong offset!"); \ static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial0) == 0x000270, "Member 'ASkeletalMeshActor::ReplicatedMaterial0' has a wrong offset!"); \ static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial1) == 0x000278, "Member 'ASkeletalMeshActor::ReplicatedMaterial1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkeletalMeshEditorData \ static_assert(alignof(USkeletalMeshEditorData) == 0x000008, "Wrong alignment on USkeletalMeshEditorData"); \ static_assert(sizeof(USkeletalMeshEditorData) == 0x000028, "Wrong size on USkeletalMeshEditorData"); \ #define DUMPER7_ASSERTS_USkeletalMeshLODSettings \ static_assert(alignof(USkeletalMeshLODSettings) == 0x000008, "Wrong alignment on USkeletalMeshLODSettings"); \ static_assert(sizeof(USkeletalMeshLODSettings) == 0x000050, "Wrong size on USkeletalMeshLODSettings"); \ static_assert(offsetof(USkeletalMeshLODSettings, MinLOD) == 0x000030, "Member 'USkeletalMeshLODSettings::MinLOD' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshLODSettings, DisableBelowMinLodStripping) == 0x000034, "Member 'USkeletalMeshLODSettings::DisableBelowMinLodStripping' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshLODSettings, bOverrideLODStreamingSettings) == 0x000035, "Member 'USkeletalMeshLODSettings::bOverrideLODStreamingSettings' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshLODSettings, bSupportLODStreaming) == 0x000036, "Member 'USkeletalMeshLODSettings::bSupportLODStreaming' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshLODSettings, MaxNumStreamedLODs) == 0x000038, "Member 'USkeletalMeshLODSettings::MaxNumStreamedLODs' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshLODSettings, MaxNumOptionalLODs) == 0x00003C, "Member 'USkeletalMeshLODSettings::MaxNumOptionalLODs' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshLODSettings, LODGroups) == 0x000040, "Member 'USkeletalMeshLODSettings::LODGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkeletalMeshSimplificationSettings \ static_assert(alignof(USkeletalMeshSimplificationSettings) == 0x000008, "Wrong alignment on USkeletalMeshSimplificationSettings"); \ static_assert(sizeof(USkeletalMeshSimplificationSettings) == 0x000040, "Wrong size on USkeletalMeshSimplificationSettings"); \ static_assert(offsetof(USkeletalMeshSimplificationSettings, SkeletalMeshReductionModuleName) == 0x000038, "Member 'USkeletalMeshSimplificationSettings::SkeletalMeshReductionModuleName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_SetAerialPerspectiveStartDepth \ static_assert(alignof(SkyAtmosphereComponent_SetAerialPerspectiveStartDepth) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetAerialPerspectiveStartDepth"); \ static_assert(sizeof(SkyAtmosphereComponent_SetAerialPerspectiveStartDepth) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetAerialPerspectiveStartDepth"); \ static_assert(offsetof(SkyAtmosphereComponent_SetAerialPerspectiveStartDepth, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetAerialPerspectiveStartDepth::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale \ static_assert(alignof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale"); \ static_assert(sizeof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale"); \ static_assert(offsetof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetAtmosphereHeight \ static_assert(alignof(SkyAtmosphereComponent_SetAtmosphereHeight) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetAtmosphereHeight"); \ static_assert(sizeof(SkyAtmosphereComponent_SetAtmosphereHeight) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetAtmosphereHeight"); \ static_assert(offsetof(SkyAtmosphereComponent_SetAtmosphereHeight, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetAtmosphereHeight::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHeightFogAccurateInscatteringColor \ static_assert(alignof(SkyAtmosphereComponent_SetHeightFogAccurateInscatteringColor) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHeightFogAccurateInscatteringColor"); \ static_assert(sizeof(SkyAtmosphereComponent_SetHeightFogAccurateInscatteringColor) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHeightFogAccurateInscatteringColor"); \ static_assert(offsetof(SkyAtmosphereComponent_SetHeightFogAccurateInscatteringColor, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHeightFogAccurateInscatteringColor::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHeightFogContribution \ static_assert(alignof(SkyAtmosphereComponent_SetHeightFogContribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHeightFogContribution"); \ static_assert(sizeof(SkyAtmosphereComponent_SetHeightFogContribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHeightFogContribution"); \ static_assert(offsetof(SkyAtmosphereComponent_SetHeightFogContribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHeightFogContribution::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHeightFogContributionDesaturation \ static_assert(alignof(SkyAtmosphereComponent_SetHeightFogContributionDesaturation) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHeightFogContributionDesaturation"); \ static_assert(sizeof(SkyAtmosphereComponent_SetHeightFogContributionDesaturation) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHeightFogContributionDesaturation"); \ static_assert(offsetof(SkyAtmosphereComponent_SetHeightFogContributionDesaturation, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHeightFogContributionDesaturation::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHeightFogContributionDesaturationDirectionalInscattering \ static_assert(alignof(SkyAtmosphereComponent_SetHeightFogContributionDesaturationDirectionalInscattering) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHeightFogContributionDesaturationDirectionalInscattering"); \ static_assert(sizeof(SkyAtmosphereComponent_SetHeightFogContributionDesaturationDirectionalInscattering) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHeightFogContributionDesaturationDirectionalInscattering"); \ static_assert(offsetof(SkyAtmosphereComponent_SetHeightFogContributionDesaturationDirectionalInscattering, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHeightFogContributionDesaturationDirectionalInscattering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHeightFogContributionDesaturationInscattering \ static_assert(alignof(SkyAtmosphereComponent_SetHeightFogContributionDesaturationInscattering) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHeightFogContributionDesaturationInscattering"); \ static_assert(sizeof(SkyAtmosphereComponent_SetHeightFogContributionDesaturationInscattering) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHeightFogContributionDesaturationInscattering"); \ static_assert(offsetof(SkyAtmosphereComponent_SetHeightFogContributionDesaturationInscattering, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHeightFogContributionDesaturationInscattering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHeightFogContributionDirectionalInscaterring \ static_assert(alignof(SkyAtmosphereComponent_SetHeightFogContributionDirectionalInscaterring) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHeightFogContributionDirectionalInscaterring"); \ static_assert(sizeof(SkyAtmosphereComponent_SetHeightFogContributionDirectionalInscaterring) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHeightFogContributionDirectionalInscaterring"); \ static_assert(offsetof(SkyAtmosphereComponent_SetHeightFogContributionDirectionalInscaterring, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHeightFogContributionDirectionalInscaterring::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHeightFogContributionInscattering \ static_assert(alignof(SkyAtmosphereComponent_SetHeightFogContributionInscattering) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHeightFogContributionInscattering"); \ static_assert(sizeof(SkyAtmosphereComponent_SetHeightFogContributionInscattering) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHeightFogContributionInscattering"); \ static_assert(offsetof(SkyAtmosphereComponent_SetHeightFogContributionInscattering, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHeightFogContributionInscattering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHorizonToZenithColorationDesaturation \ static_assert(alignof(SkyAtmosphereComponent_SetHorizonToZenithColorationDesaturation) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHorizonToZenithColorationDesaturation"); \ static_assert(sizeof(SkyAtmosphereComponent_SetHorizonToZenithColorationDesaturation) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHorizonToZenithColorationDesaturation"); \ static_assert(offsetof(SkyAtmosphereComponent_SetHorizonToZenithColorationDesaturation, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHorizonToZenithColorationDesaturation::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHorizonToZenithColorationIntensity \ static_assert(alignof(SkyAtmosphereComponent_SetHorizonToZenithColorationIntensity) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHorizonToZenithColorationIntensity"); \ static_assert(sizeof(SkyAtmosphereComponent_SetHorizonToZenithColorationIntensity) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHorizonToZenithColorationIntensity"); \ static_assert(offsetof(SkyAtmosphereComponent_SetHorizonToZenithColorationIntensity, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHorizonToZenithColorationIntensity::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHorizonToZenithColorationTexture \ static_assert(alignof(SkyAtmosphereComponent_SetHorizonToZenithColorationTexture) == 0x000008, "Wrong alignment on SkyAtmosphereComponent_SetHorizonToZenithColorationTexture"); \ static_assert(sizeof(SkyAtmosphereComponent_SetHorizonToZenithColorationTexture) == 0x000008, "Wrong size on SkyAtmosphereComponent_SetHorizonToZenithColorationTexture"); \ static_assert(offsetof(SkyAtmosphereComponent_SetHorizonToZenithColorationTexture, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHorizonToZenithColorationTexture::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHorizonToZenithColorationU \ static_assert(alignof(SkyAtmosphereComponent_SetHorizonToZenithColorationU) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHorizonToZenithColorationU"); \ static_assert(sizeof(SkyAtmosphereComponent_SetHorizonToZenithColorationU) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHorizonToZenithColorationU"); \ static_assert(offsetof(SkyAtmosphereComponent_SetHorizonToZenithColorationU, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHorizonToZenithColorationU::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHorizonToZenithFogDesaturation \ static_assert(alignof(SkyAtmosphereComponent_SetHorizonToZenithFogDesaturation) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHorizonToZenithFogDesaturation"); \ static_assert(sizeof(SkyAtmosphereComponent_SetHorizonToZenithFogDesaturation) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHorizonToZenithFogDesaturation"); \ static_assert(offsetof(SkyAtmosphereComponent_SetHorizonToZenithFogDesaturation, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHorizonToZenithFogDesaturation::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHorizonToZenithFogIntensity \ static_assert(alignof(SkyAtmosphereComponent_SetHorizonToZenithFogIntensity) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHorizonToZenithFogIntensity"); \ static_assert(sizeof(SkyAtmosphereComponent_SetHorizonToZenithFogIntensity) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHorizonToZenithFogIntensity"); \ static_assert(offsetof(SkyAtmosphereComponent_SetHorizonToZenithFogIntensity, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHorizonToZenithFogIntensity::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHorizonToZenithFogOpticalDepthPower \ static_assert(alignof(SkyAtmosphereComponent_SetHorizonToZenithFogOpticalDepthPower) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHorizonToZenithFogOpticalDepthPower"); \ static_assert(sizeof(SkyAtmosphereComponent_SetHorizonToZenithFogOpticalDepthPower) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHorizonToZenithFogOpticalDepthPower"); \ static_assert(offsetof(SkyAtmosphereComponent_SetHorizonToZenithFogOpticalDepthPower, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHorizonToZenithFogOpticalDepthPower::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHorizonToZenithFogOpticalDepthScale \ static_assert(alignof(SkyAtmosphereComponent_SetHorizonToZenithFogOpticalDepthScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHorizonToZenithFogOpticalDepthScale"); \ static_assert(sizeof(SkyAtmosphereComponent_SetHorizonToZenithFogOpticalDepthScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHorizonToZenithFogOpticalDepthScale"); \ static_assert(offsetof(SkyAtmosphereComponent_SetHorizonToZenithFogOpticalDepthScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHorizonToZenithFogOpticalDepthScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAbsorption \ static_assert(alignof(SkyAtmosphereComponent_SetMieAbsorption) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAbsorption"); \ static_assert(sizeof(SkyAtmosphereComponent_SetMieAbsorption) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetMieAbsorption"); \ static_assert(offsetof(SkyAtmosphereComponent_SetMieAbsorption, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAbsorption::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAbsorptionScale \ static_assert(alignof(SkyAtmosphereComponent_SetMieAbsorptionScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAbsorptionScale"); \ static_assert(sizeof(SkyAtmosphereComponent_SetMieAbsorptionScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieAbsorptionScale"); \ static_assert(offsetof(SkyAtmosphereComponent_SetMieAbsorptionScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAbsorptionScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAnisotropy \ static_assert(alignof(SkyAtmosphereComponent_SetMieAnisotropy) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAnisotropy"); \ static_assert(sizeof(SkyAtmosphereComponent_SetMieAnisotropy) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieAnisotropy"); \ static_assert(offsetof(SkyAtmosphereComponent_SetMieAnisotropy, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAnisotropy::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieExponentialDistribution \ static_assert(alignof(SkyAtmosphereComponent_SetMieExponentialDistribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieExponentialDistribution"); \ static_assert(sizeof(SkyAtmosphereComponent_SetMieExponentialDistribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieExponentialDistribution"); \ static_assert(offsetof(SkyAtmosphereComponent_SetMieExponentialDistribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieExponentialDistribution::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieScattering \ static_assert(alignof(SkyAtmosphereComponent_SetMieScattering) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieScattering"); \ static_assert(sizeof(SkyAtmosphereComponent_SetMieScattering) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetMieScattering"); \ static_assert(offsetof(SkyAtmosphereComponent_SetMieScattering, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieScattering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieScatteringScale \ static_assert(alignof(SkyAtmosphereComponent_SetMieScatteringScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieScatteringScale"); \ static_assert(sizeof(SkyAtmosphereComponent_SetMieScatteringScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieScatteringScale"); \ static_assert(offsetof(SkyAtmosphereComponent_SetMieScatteringScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieScatteringScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMultiScatteringFactor \ static_assert(alignof(SkyAtmosphereComponent_SetMultiScatteringFactor) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMultiScatteringFactor"); \ static_assert(sizeof(SkyAtmosphereComponent_SetMultiScatteringFactor) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMultiScatteringFactor"); \ static_assert(offsetof(SkyAtmosphereComponent_SetMultiScatteringFactor, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMultiScatteringFactor::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetOtherAbsorption \ static_assert(alignof(SkyAtmosphereComponent_SetOtherAbsorption) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetOtherAbsorption"); \ static_assert(sizeof(SkyAtmosphereComponent_SetOtherAbsorption) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetOtherAbsorption"); \ static_assert(offsetof(SkyAtmosphereComponent_SetOtherAbsorption, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetOtherAbsorption::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetOtherAbsorptionScale \ static_assert(alignof(SkyAtmosphereComponent_SetOtherAbsorptionScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetOtherAbsorptionScale"); \ static_assert(sizeof(SkyAtmosphereComponent_SetOtherAbsorptionScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetOtherAbsorptionScale"); \ static_assert(offsetof(SkyAtmosphereComponent_SetOtherAbsorptionScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetOtherAbsorptionScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighExponentialDistribution \ static_assert(alignof(SkyAtmosphereComponent_SetRayleighExponentialDistribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighExponentialDistribution"); \ static_assert(sizeof(SkyAtmosphereComponent_SetRayleighExponentialDistribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetRayleighExponentialDistribution"); \ static_assert(offsetof(SkyAtmosphereComponent_SetRayleighExponentialDistribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighExponentialDistribution::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighScattering \ static_assert(alignof(SkyAtmosphereComponent_SetRayleighScattering) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighScattering"); \ static_assert(sizeof(SkyAtmosphereComponent_SetRayleighScattering) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetRayleighScattering"); \ static_assert(offsetof(SkyAtmosphereComponent_SetRayleighScattering, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighScattering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighScatteringScale \ static_assert(alignof(SkyAtmosphereComponent_SetRayleighScatteringScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighScatteringScale"); \ static_assert(sizeof(SkyAtmosphereComponent_SetRayleighScatteringScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetRayleighScatteringScale"); \ static_assert(offsetof(SkyAtmosphereComponent_SetRayleighScatteringScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighScatteringScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetSkyDesaturation \ static_assert(alignof(SkyAtmosphereComponent_SetSkyDesaturation) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetSkyDesaturation"); \ static_assert(sizeof(SkyAtmosphereComponent_SetSkyDesaturation) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetSkyDesaturation"); \ static_assert(offsetof(SkyAtmosphereComponent_SetSkyDesaturation, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetSkyDesaturation::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetSkyLuminanceFactor \ static_assert(alignof(SkyAtmosphereComponent_SetSkyLuminanceFactor) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetSkyLuminanceFactor"); \ static_assert(sizeof(SkyAtmosphereComponent_SetSkyLuminanceFactor) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetSkyLuminanceFactor"); \ static_assert(offsetof(SkyAtmosphereComponent_SetSkyLuminanceFactor, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetSkyLuminanceFactor::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle \ static_assert(alignof(SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle"); \ static_assert(sizeof(SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle"); \ static_assert(offsetof(SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyAtmosphereComponent \ static_assert(alignof(USkyAtmosphereComponent) == 0x000010, "Wrong alignment on USkyAtmosphereComponent"); \ static_assert(sizeof(USkyAtmosphereComponent) == 0x000340, "Wrong size on USkyAtmosphereComponent"); \ static_assert(offsetof(USkyAtmosphereComponent, TransformMode) == 0x000218, "Member 'USkyAtmosphereComponent::TransformMode' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, BottomRadius) == 0x00021C, "Member 'USkyAtmosphereComponent::BottomRadius' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, GroundAlbedo) == 0x000220, "Member 'USkyAtmosphereComponent::GroundAlbedo' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, AtmosphereHeight) == 0x000224, "Member 'USkyAtmosphereComponent::AtmosphereHeight' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MultiScatteringFactor) == 0x000228, "Member 'USkyAtmosphereComponent::MultiScatteringFactor' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, TraceSampleCountScale) == 0x00022C, "Member 'USkyAtmosphereComponent::TraceSampleCountScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, RayleighScatteringScale) == 0x000230, "Member 'USkyAtmosphereComponent::RayleighScatteringScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, RayleighScattering) == 0x000234, "Member 'USkyAtmosphereComponent::RayleighScattering' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, RayleighExponentialDistribution) == 0x000244, "Member 'USkyAtmosphereComponent::RayleighExponentialDistribution' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieScatteringScale) == 0x000248, "Member 'USkyAtmosphereComponent::MieScatteringScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieScattering) == 0x00024C, "Member 'USkyAtmosphereComponent::MieScattering' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieAbsorptionScale) == 0x00025C, "Member 'USkyAtmosphereComponent::MieAbsorptionScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieAbsorption) == 0x000260, "Member 'USkyAtmosphereComponent::MieAbsorption' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieAnisotropy) == 0x000270, "Member 'USkyAtmosphereComponent::MieAnisotropy' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieExponentialDistribution) == 0x000274, "Member 'USkyAtmosphereComponent::MieExponentialDistribution' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, OtherAbsorptionScale) == 0x000278, "Member 'USkyAtmosphereComponent::OtherAbsorptionScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, OtherAbsorption) == 0x00027C, "Member 'USkyAtmosphereComponent::OtherAbsorption' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, OtherTentDistribution) == 0x00028C, "Member 'USkyAtmosphereComponent::OtherTentDistribution' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, SkyLuminanceFactor) == 0x000298, "Member 'USkyAtmosphereComponent::SkyLuminanceFactor' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, SkyDesaturation) == 0x0002A8, "Member 'USkyAtmosphereComponent::SkyDesaturation' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, AerialPespectiveViewDistanceScale) == 0x0002AC, "Member 'USkyAtmosphereComponent::AerialPespectiveViewDistanceScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, HeightFogContribution) == 0x0002B0, "Member 'USkyAtmosphereComponent::HeightFogContribution' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, HeightFogContributionInscattering) == 0x0002B4, "Member 'USkyAtmosphereComponent::HeightFogContributionInscattering' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, HeightFogContributionDirectionalInscaterring) == 0x0002B8, "Member 'USkyAtmosphereComponent::HeightFogContributionDirectionalInscaterring' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, HeightFogAccurateInscatteringColor) == 0x0002BC, "Member 'USkyAtmosphereComponent::HeightFogAccurateInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, HeightFogContributionDesaturation) == 0x0002C0, "Member 'USkyAtmosphereComponent::HeightFogContributionDesaturation' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, HeightFogContributionDesaturationInscattering) == 0x0002C4, "Member 'USkyAtmosphereComponent::HeightFogContributionDesaturationInscattering' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, HeightFogContributionDesaturationDirectionalInscattering) == 0x0002C8, "Member 'USkyAtmosphereComponent::HeightFogContributionDesaturationDirectionalInscattering' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, TransmittanceMinLightElevationAngle) == 0x0002CC, "Member 'USkyAtmosphereComponent::TransmittanceMinLightElevationAngle' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, AerialPerspectiveStartDepth) == 0x0002D0, "Member 'USkyAtmosphereComponent::AerialPerspectiveStartDepth' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, HorizonToZenithColorationTexture) == 0x0002D8, "Member 'USkyAtmosphereComponent::HorizonToZenithColorationTexture' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, HorizonToZenithColorationU) == 0x0002E0, "Member 'USkyAtmosphereComponent::HorizonToZenithColorationU' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, HorizonToZenithColorationIntensity) == 0x0002E4, "Member 'USkyAtmosphereComponent::HorizonToZenithColorationIntensity' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, HorizonToZenithColorationDesaturation) == 0x0002E8, "Member 'USkyAtmosphereComponent::HorizonToZenithColorationDesaturation' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, HorizonToZenithFogOpticalDepthScale) == 0x0002EC, "Member 'USkyAtmosphereComponent::HorizonToZenithFogOpticalDepthScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, HorizonToZenithFogOpticalDepthPower) == 0x0002F0, "Member 'USkyAtmosphereComponent::HorizonToZenithFogOpticalDepthPower' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, HorizonToZenithFogIntensity) == 0x0002F4, "Member 'USkyAtmosphereComponent::HorizonToZenithFogIntensity' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, HorizonToZenithFogDesaturation) == 0x0002F8, "Member 'USkyAtmosphereComponent::HorizonToZenithFogDesaturation' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, bStaticLightingBuiltGUID) == 0x000324, "Member 'USkyAtmosphereComponent::bStaticLightingBuiltGUID' 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_USmokeTestCommandlet \ static_assert(alignof(USmokeTestCommandlet) == 0x000008, "Wrong alignment on USmokeTestCommandlet"); \ static_assert(sizeof(USmokeTestCommandlet) == 0x000080, "Wrong size on USmokeTestCommandlet"); \ #define DUMPER7_ASSERTS_USoundConcurrency \ static_assert(alignof(USoundConcurrency) == 0x000008, "Wrong alignment on USoundConcurrency"); \ static_assert(sizeof(USoundConcurrency) == 0x000050, "Wrong size on USoundConcurrency"); \ static_assert(offsetof(USoundConcurrency, Concurrency) == 0x000028, "Member 'USoundConcurrency::Concurrency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundEffectSourcePresetChain \ static_assert(alignof(USoundEffectSourcePresetChain) == 0x000008, "Wrong alignment on USoundEffectSourcePresetChain"); \ static_assert(sizeof(USoundEffectSourcePresetChain) == 0x000040, "Wrong size on USoundEffectSourcePresetChain"); \ static_assert(offsetof(USoundEffectSourcePresetChain, Chain) == 0x000028, "Member 'USoundEffectSourcePresetChain::Chain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundGroups \ static_assert(alignof(USoundGroups) == 0x000008, "Wrong alignment on USoundGroups"); \ static_assert(sizeof(USoundGroups) == 0x000088, "Wrong size on USoundGroups"); \ static_assert(offsetof(USoundGroups, SoundGroupProfiles) == 0x000028, "Member 'USoundGroups::SoundGroupProfiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundMix \ static_assert(alignof(USoundMix) == 0x000008, "Wrong alignment on USoundMix"); \ static_assert(sizeof(USoundMix) == 0x000090, "Wrong size on USoundMix"); \ static_assert(offsetof(USoundMix, EQPriority) == 0x00002C, "Member 'USoundMix::EQPriority' has a wrong offset!"); \ static_assert(offsetof(USoundMix, EQSettings) == 0x000030, "Member 'USoundMix::EQSettings' has a wrong offset!"); \ static_assert(offsetof(USoundMix, SoundClassEffects) == 0x000070, "Member 'USoundMix::SoundClassEffects' has a wrong offset!"); \ static_assert(offsetof(USoundMix, InitialDelay) == 0x000080, "Member 'USoundMix::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(USoundMix, FadeInTime) == 0x000084, "Member 'USoundMix::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(USoundMix, Duration) == 0x000088, "Member 'USoundMix::Duration' has a wrong offset!"); \ static_assert(offsetof(USoundMix, FadeOutTime) == 0x00008C, "Member 'USoundMix::FadeOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeAssetReferencer \ static_assert(alignof(USoundNodeAssetReferencer) == 0x000008, "Wrong alignment on USoundNodeAssetReferencer"); \ static_assert(sizeof(USoundNodeAssetReferencer) == 0x000048, "Wrong size on USoundNodeAssetReferencer"); \ #define DUMPER7_ASSERTS_USoundNodeAttenuation \ static_assert(alignof(USoundNodeAttenuation) == 0x000008, "Wrong alignment on USoundNodeAttenuation"); \ static_assert(sizeof(USoundNodeAttenuation) == 0x0003F8, "Wrong size on USoundNodeAttenuation"); \ static_assert(offsetof(USoundNodeAttenuation, AttenuationSettings) == 0x000048, "Member 'USoundNodeAttenuation::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(USoundNodeAttenuation, AttenuationOverrides) == 0x000050, "Member 'USoundNodeAttenuation::AttenuationOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_USoundNodeDistanceCrossFade \ static_assert(alignof(USoundNodeDistanceCrossFade) == 0x000008, "Wrong alignment on USoundNodeDistanceCrossFade"); \ static_assert(sizeof(USoundNodeDistanceCrossFade) == 0x000058, "Wrong size on USoundNodeDistanceCrossFade"); \ static_assert(offsetof(USoundNodeDistanceCrossFade, CrossFadeInput) == 0x000048, "Member 'USoundNodeDistanceCrossFade::CrossFadeInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeDoppler \ static_assert(alignof(USoundNodeDoppler) == 0x000008, "Wrong alignment on USoundNodeDoppler"); \ static_assert(sizeof(USoundNodeDoppler) == 0x000058, "Wrong size on USoundNodeDoppler"); \ static_assert(offsetof(USoundNodeDoppler, DopplerIntensity) == 0x000048, "Member 'USoundNodeDoppler::DopplerIntensity' has a wrong offset!"); \ static_assert(offsetof(USoundNodeDoppler, bUseSmoothing) == 0x00004C, "Member 'USoundNodeDoppler::bUseSmoothing' has a wrong offset!"); \ static_assert(offsetof(USoundNodeDoppler, SmoothingInterpSpeed) == 0x000050, "Member 'USoundNodeDoppler::SmoothingInterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeGroupControl \ static_assert(alignof(USoundNodeGroupControl) == 0x000008, "Wrong alignment on USoundNodeGroupControl"); \ static_assert(sizeof(USoundNodeGroupControl) == 0x000058, "Wrong size on USoundNodeGroupControl"); \ static_assert(offsetof(USoundNodeGroupControl, GroupSizes) == 0x000048, "Member 'USoundNodeGroupControl::GroupSizes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeMixer \ static_assert(alignof(USoundNodeMixer) == 0x000008, "Wrong alignment on USoundNodeMixer"); \ static_assert(sizeof(USoundNodeMixer) == 0x000058, "Wrong size on USoundNodeMixer"); \ static_assert(offsetof(USoundNodeMixer, InputVolume) == 0x000048, "Member 'USoundNodeMixer::InputVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeModulator \ static_assert(alignof(USoundNodeModulator) == 0x000008, "Wrong alignment on USoundNodeModulator"); \ static_assert(sizeof(USoundNodeModulator) == 0x000058, "Wrong size on USoundNodeModulator"); \ static_assert(offsetof(USoundNodeModulator, PitchMin) == 0x000048, "Member 'USoundNodeModulator::PitchMin' has a wrong offset!"); \ static_assert(offsetof(USoundNodeModulator, PitchMax) == 0x00004C, "Member 'USoundNodeModulator::PitchMax' has a wrong offset!"); \ static_assert(offsetof(USoundNodeModulator, VolumeMin) == 0x000050, "Member 'USoundNodeModulator::VolumeMin' has a wrong offset!"); \ static_assert(offsetof(USoundNodeModulator, VolumeMax) == 0x000054, "Member 'USoundNodeModulator::VolumeMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeModulatorContinuous \ static_assert(alignof(USoundNodeModulatorContinuous) == 0x000008, "Wrong alignment on USoundNodeModulatorContinuous"); \ static_assert(sizeof(USoundNodeModulatorContinuous) == 0x000088, "Wrong size on USoundNodeModulatorContinuous"); \ static_assert(offsetof(USoundNodeModulatorContinuous, PitchModulationParams) == 0x000048, "Member 'USoundNodeModulatorContinuous::PitchModulationParams' has a wrong offset!"); \ static_assert(offsetof(USoundNodeModulatorContinuous, VolumeModulationParams) == 0x000068, "Member 'USoundNodeModulatorContinuous::VolumeModulationParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindAffectedComponentRefresh_PauseWindUpdates \ static_assert(alignof(WindAffectedComponentRefresh_PauseWindUpdates) == 0x000001, "Wrong alignment on WindAffectedComponentRefresh_PauseWindUpdates"); \ static_assert(sizeof(WindAffectedComponentRefresh_PauseWindUpdates) == 0x000001, "Wrong size on WindAffectedComponentRefresh_PauseWindUpdates"); \ static_assert(offsetof(WindAffectedComponentRefresh_PauseWindUpdates, bPause) == 0x000000, "Member 'WindAffectedComponentRefresh_PauseWindUpdates::bPause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindAffectedComponentRefresh_SetWindRefreshRate \ static_assert(alignof(WindAffectedComponentRefresh_SetWindRefreshRate) == 0x000004, "Wrong alignment on WindAffectedComponentRefresh_SetWindRefreshRate"); \ static_assert(sizeof(WindAffectedComponentRefresh_SetWindRefreshRate) == 0x000004, "Wrong size on WindAffectedComponentRefresh_SetWindRefreshRate"); \ static_assert(offsetof(WindAffectedComponentRefresh_SetWindRefreshRate, NewWindRefreshRate) == 0x000000, "Member 'WindAffectedComponentRefresh_SetWindRefreshRate::NewWindRefreshRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindAffectedComponentRefresh_WindUpdatesPaused \ static_assert(alignof(WindAffectedComponentRefresh_WindUpdatesPaused) == 0x000001, "Wrong alignment on WindAffectedComponentRefresh_WindUpdatesPaused"); \ static_assert(sizeof(WindAffectedComponentRefresh_WindUpdatesPaused) == 0x000001, "Wrong size on WindAffectedComponentRefresh_WindUpdatesPaused"); \ static_assert(offsetof(WindAffectedComponentRefresh_WindUpdatesPaused, bPaused) == 0x000000, "Member 'WindAffectedComponentRefresh_WindUpdatesPaused::bPaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindAffectedComponentRefresh \ static_assert(alignof(UWindAffectedComponentRefresh) == 0x000010, "Wrong alignment on UWindAffectedComponentRefresh"); \ static_assert(sizeof(UWindAffectedComponentRefresh) == 0x000250, "Wrong size on UWindAffectedComponentRefresh"); \ static_assert(offsetof(UWindAffectedComponentRefresh, WindRefreshRate) == 0x000240, "Member 'UWindAffectedComponentRefresh::WindRefreshRate' has a wrong offset!"); \ static_assert(offsetof(UWindAffectedComponentRefresh, bWaitForBeginPlay) == 0x000244, "Member 'UWindAffectedComponentRefresh::bWaitForBeginPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindAffectedComponentOrientTo \ static_assert(alignof(UWindAffectedComponentOrientTo) == 0x000010, "Wrong alignment on UWindAffectedComponentOrientTo"); \ static_assert(sizeof(UWindAffectedComponentOrientTo) == 0x000250, "Wrong size on UWindAffectedComponentOrientTo"); \ #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_AWindModulate \ static_assert(alignof(AWindModulate) == 0x000008, "Wrong alignment on AWindModulate"); \ static_assert(sizeof(AWindModulate) == 0x000250, "Wrong size on AWindModulate"); \ static_assert(offsetof(AWindModulate, Component) == 0x000248, "Member 'AWindModulate::Component' 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_USoundNodeWavePlayer \ static_assert(alignof(USoundNodeWavePlayer) == 0x000008, "Wrong alignment on USoundNodeWavePlayer"); \ static_assert(sizeof(USoundNodeWavePlayer) == 0x000088, "Wrong size on USoundNodeWavePlayer"); \ static_assert(offsetof(USoundNodeWavePlayer, SoundWaveAssetPtr) == 0x000048, "Member 'USoundNodeWavePlayer::SoundWaveAssetPtr' has a wrong offset!"); \ static_assert(offsetof(USoundNodeWavePlayer, SoundWave) == 0x000070, "Member 'USoundNodeWavePlayer::SoundWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_AddEnvelopeFollowerDelegate \ static_assert(alignof(SoundSubmix_AddEnvelopeFollowerDelegate) == 0x000008, "Wrong alignment on SoundSubmix_AddEnvelopeFollowerDelegate"); \ static_assert(sizeof(SoundSubmix_AddEnvelopeFollowerDelegate) == 0x000018, "Wrong size on SoundSubmix_AddEnvelopeFollowerDelegate"); \ static_assert(offsetof(SoundSubmix_AddEnvelopeFollowerDelegate, WorldContextObject) == 0x000000, "Member 'SoundSubmix_AddEnvelopeFollowerDelegate::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddEnvelopeFollowerDelegate, OnSubmixEnvelopeBP) == 0x000008, "Member 'SoundSubmix_AddEnvelopeFollowerDelegate::OnSubmixEnvelopeBP' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_AddSpectralAnalysisDelegate \ static_assert(alignof(SoundSubmix_AddSpectralAnalysisDelegate) == 0x000008, "Wrong alignment on SoundSubmix_AddSpectralAnalysisDelegate"); \ static_assert(sizeof(SoundSubmix_AddSpectralAnalysisDelegate) == 0x000040, "Wrong size on SoundSubmix_AddSpectralAnalysisDelegate"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, WorldContextObject) == 0x000000, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, InBandSettings) == 0x000008, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::InBandSettings' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, OnSubmixSpectralAnalysisBP) == 0x000018, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::OnSubmixSpectralAnalysisBP' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, UpdateRate) == 0x000028, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::UpdateRate' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, DecibelNoiseFloor) == 0x00002C, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::DecibelNoiseFloor' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, bDoNormalize) == 0x000030, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::bDoNormalize' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, bDoAutoRange) == 0x000031, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::bDoAutoRange' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, AutoRangeAttackTime) == 0x000034, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::AutoRangeAttackTime' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_AddSpectralAnalysisDelegate, AutoRangeReleaseTime) == 0x000038, "Member 'SoundSubmix_AddSpectralAnalysisDelegate::AutoRangeReleaseTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_RemoveSpectralAnalysisDelegate \ static_assert(alignof(SoundSubmix_RemoveSpectralAnalysisDelegate) == 0x000008, "Wrong alignment on SoundSubmix_RemoveSpectralAnalysisDelegate"); \ static_assert(sizeof(SoundSubmix_RemoveSpectralAnalysisDelegate) == 0x000018, "Wrong size on SoundSubmix_RemoveSpectralAnalysisDelegate"); \ static_assert(offsetof(SoundSubmix_RemoveSpectralAnalysisDelegate, WorldContextObject) == 0x000000, "Member 'SoundSubmix_RemoveSpectralAnalysisDelegate::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_RemoveSpectralAnalysisDelegate, OnSubmixSpectralAnalysisBP) == 0x000008, "Member 'SoundSubmix_RemoveSpectralAnalysisDelegate::OnSubmixSpectralAnalysisBP' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_SetSubmixOutputVolume \ static_assert(alignof(SoundSubmix_SetSubmixOutputVolume) == 0x000008, "Wrong alignment on SoundSubmix_SetSubmixOutputVolume"); \ static_assert(sizeof(SoundSubmix_SetSubmixOutputVolume) == 0x000010, "Wrong size on SoundSubmix_SetSubmixOutputVolume"); \ static_assert(offsetof(SoundSubmix_SetSubmixOutputVolume, WorldContextObject) == 0x000000, "Member 'SoundSubmix_SetSubmixOutputVolume::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_SetSubmixOutputVolume, InOutputVolume) == 0x000008, "Member 'SoundSubmix_SetSubmixOutputVolume::InOutputVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_StartEnvelopeFollowing \ static_assert(alignof(SoundSubmix_StartEnvelopeFollowing) == 0x000008, "Wrong alignment on SoundSubmix_StartEnvelopeFollowing"); \ static_assert(sizeof(SoundSubmix_StartEnvelopeFollowing) == 0x000008, "Wrong size on SoundSubmix_StartEnvelopeFollowing"); \ static_assert(offsetof(SoundSubmix_StartEnvelopeFollowing, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StartEnvelopeFollowing::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_StartRecordingOutput \ static_assert(alignof(SoundSubmix_StartRecordingOutput) == 0x000008, "Wrong alignment on SoundSubmix_StartRecordingOutput"); \ static_assert(sizeof(SoundSubmix_StartRecordingOutput) == 0x000010, "Wrong size on SoundSubmix_StartRecordingOutput"); \ static_assert(offsetof(SoundSubmix_StartRecordingOutput, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StartRecordingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StartRecordingOutput, ExpectedDuration) == 0x000008, "Member 'SoundSubmix_StartRecordingOutput::ExpectedDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_StartSpectralAnalysis \ static_assert(alignof(SoundSubmix_StartSpectralAnalysis) == 0x000008, "Wrong alignment on SoundSubmix_StartSpectralAnalysis"); \ static_assert(sizeof(SoundSubmix_StartSpectralAnalysis) == 0x000018, "Wrong size on SoundSubmix_StartSpectralAnalysis"); \ static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StartSpectralAnalysis::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, FFTSize) == 0x000008, "Member 'SoundSubmix_StartSpectralAnalysis::FFTSize' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, InterpolationMethod) == 0x000009, "Member 'SoundSubmix_StartSpectralAnalysis::InterpolationMethod' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, WindowType) == 0x00000A, "Member 'SoundSubmix_StartSpectralAnalysis::WindowType' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, HopSize) == 0x00000C, "Member 'SoundSubmix_StartSpectralAnalysis::HopSize' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StartSpectralAnalysis, SpectrumType) == 0x000010, "Member 'SoundSubmix_StartSpectralAnalysis::SpectrumType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_StopEnvelopeFollowing \ static_assert(alignof(SoundSubmix_StopEnvelopeFollowing) == 0x000008, "Wrong alignment on SoundSubmix_StopEnvelopeFollowing"); \ static_assert(sizeof(SoundSubmix_StopEnvelopeFollowing) == 0x000008, "Wrong size on SoundSubmix_StopEnvelopeFollowing"); \ static_assert(offsetof(SoundSubmix_StopEnvelopeFollowing, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StopEnvelopeFollowing::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_StopRecordingOutput \ static_assert(alignof(SoundSubmix_StopRecordingOutput) == 0x000008, "Wrong alignment on SoundSubmix_StopRecordingOutput"); \ static_assert(sizeof(SoundSubmix_StopRecordingOutput) == 0x000038, "Wrong size on SoundSubmix_StopRecordingOutput"); \ static_assert(offsetof(SoundSubmix_StopRecordingOutput, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StopRecordingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StopRecordingOutput, ExportType) == 0x000008, "Member 'SoundSubmix_StopRecordingOutput::ExportType' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StopRecordingOutput, Name_0) == 0x000010, "Member 'SoundSubmix_StopRecordingOutput::Name_0' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StopRecordingOutput, Path) == 0x000020, "Member 'SoundSubmix_StopRecordingOutput::Path' has a wrong offset!"); \ static_assert(offsetof(SoundSubmix_StopRecordingOutput, ExistingSoundWaveToOverwrite) == 0x000030, "Member 'SoundSubmix_StopRecordingOutput::ExistingSoundWaveToOverwrite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmix_StopSpectralAnalysis \ static_assert(alignof(SoundSubmix_StopSpectralAnalysis) == 0x000008, "Wrong alignment on SoundSubmix_StopSpectralAnalysis"); \ static_assert(sizeof(SoundSubmix_StopSpectralAnalysis) == 0x000008, "Wrong size on SoundSubmix_StopSpectralAnalysis"); \ static_assert(offsetof(SoundSubmix_StopSpectralAnalysis, WorldContextObject) == 0x000000, "Member 'SoundSubmix_StopSpectralAnalysis::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundSubmix \ static_assert(alignof(USoundSubmix) == 0x000008, "Wrong alignment on USoundSubmix"); \ static_assert(sizeof(USoundSubmix) == 0x0000C0, "Wrong size on USoundSubmix"); \ static_assert(offsetof(USoundSubmix, SubmixEffectChain) == 0x000048, "Member 'USoundSubmix::SubmixEffectChain' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, AmbisonicsPluginSettings) == 0x000058, "Member 'USoundSubmix::AmbisonicsPluginSettings' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, EnvelopeFollowerAttackTime) == 0x000060, "Member 'USoundSubmix::EnvelopeFollowerAttackTime' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, EnvelopeFollowerReleaseTime) == 0x000064, "Member 'USoundSubmix::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, GainMode) == 0x000068, "Member 'USoundSubmix::GainMode' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, OutputVolume) == 0x00006C, "Member 'USoundSubmix::OutputVolume' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, WetLevel) == 0x000070, "Member 'USoundSubmix::WetLevel' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, DryLevel) == 0x000074, "Member 'USoundSubmix::DryLevel' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, OutputVolumeModulation) == 0x000078, "Member 'USoundSubmix::OutputVolumeModulation' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, WetLevelModulation) == 0x000088, "Member 'USoundSubmix::WetLevelModulation' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, DryLevelModulation) == 0x000098, "Member 'USoundSubmix::DryLevelModulation' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, OnSubmixRecordedFileDone) == 0x0000A8, "Member 'USoundSubmix::OnSubmixRecordedFileDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEndpointSubmix \ static_assert(alignof(UEndpointSubmix) == 0x000008, "Wrong alignment on UEndpointSubmix"); \ static_assert(sizeof(UEndpointSubmix) == 0x000050, "Wrong size on UEndpointSubmix"); \ static_assert(offsetof(UEndpointSubmix, EndpointType) == 0x000038, "Member 'UEndpointSubmix::EndpointType' has a wrong offset!"); \ static_assert(offsetof(UEndpointSubmix, EndpointSettingsClass) == 0x000040, "Member 'UEndpointSubmix::EndpointSettingsClass' has a wrong offset!"); \ static_assert(offsetof(UEndpointSubmix, EndpointSettings) == 0x000048, "Member 'UEndpointSubmix::EndpointSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundfieldEndpointSubmix \ static_assert(alignof(USoundfieldEndpointSubmix) == 0x000008, "Wrong alignment on USoundfieldEndpointSubmix"); \ static_assert(sizeof(USoundfieldEndpointSubmix) == 0x000070, "Wrong size on USoundfieldEndpointSubmix"); \ static_assert(offsetof(USoundfieldEndpointSubmix, SoundfieldEndpointType) == 0x000038, "Member 'USoundfieldEndpointSubmix::SoundfieldEndpointType' has a wrong offset!"); \ static_assert(offsetof(USoundfieldEndpointSubmix, EndpointSettingsClass) == 0x000040, "Member 'USoundfieldEndpointSubmix::EndpointSettingsClass' has a wrong offset!"); \ static_assert(offsetof(USoundfieldEndpointSubmix, EndpointSettings) == 0x000048, "Member 'USoundfieldEndpointSubmix::EndpointSettings' has a wrong offset!"); \ static_assert(offsetof(USoundfieldEndpointSubmix, EncodingSettingsClass) == 0x000050, "Member 'USoundfieldEndpointSubmix::EncodingSettingsClass' has a wrong offset!"); \ static_assert(offsetof(USoundfieldEndpointSubmix, EncodingSettings) == 0x000058, "Member 'USoundfieldEndpointSubmix::EncodingSettings' has a wrong offset!"); \ static_assert(offsetof(USoundfieldEndpointSubmix, SoundfieldEffectChain) == 0x000060, "Member 'USoundfieldEndpointSubmix::SoundfieldEffectChain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpectatorPawn \ static_assert(alignof(ASpectatorPawn) == 0x000008, "Wrong alignment on ASpectatorPawn"); \ static_assert(sizeof(ASpectatorPawn) == 0x0002D0, "Wrong size on ASpectatorPawn"); \ #define DUMPER7_ASSERTS_ASphereReflectionCapture \ static_assert(alignof(ASphereReflectionCapture) == 0x000008, "Wrong alignment on ASphereReflectionCapture"); \ static_assert(sizeof(ASphereReflectionCapture) == 0x000258, "Wrong size on ASphereReflectionCapture"); \ static_assert(offsetof(ASphereReflectionCapture, DrawCaptureRadius) == 0x000250, "Member 'ASphereReflectionCapture::DrawCaptureRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USphereReflectionCaptureComponent \ static_assert(alignof(USphereReflectionCaptureComponent) == 0x000010, "Wrong alignment on USphereReflectionCaptureComponent"); \ static_assert(sizeof(USphereReflectionCaptureComponent) == 0x0002C0, "Wrong size on USphereReflectionCaptureComponent"); \ static_assert(offsetof(USphereReflectionCaptureComponent, InfluenceRadius) == 0x0002A8, "Member 'USphereReflectionCaptureComponent::InfluenceRadius' has a wrong offset!"); \ static_assert(offsetof(USphereReflectionCaptureComponent, CaptureDistanceScale) == 0x0002AC, "Member 'USphereReflectionCaptureComponent::CaptureDistanceScale' has a wrong offset!"); \ static_assert(offsetof(USphereReflectionCaptureComponent, PreviewInfluenceRadius) == 0x0002B0, "Member 'USphereReflectionCaptureComponent::PreviewInfluenceRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USplineMetadata \ static_assert(alignof(USplineMetadata) == 0x000008, "Wrong alignment on USplineMetadata"); \ static_assert(sizeof(USplineMetadata) == 0x000028, "Wrong size on USplineMetadata"); \ #define DUMPER7_ASSERTS_ASplineMeshActor \ static_assert(alignof(ASplineMeshActor) == 0x000008, "Wrong alignment on ASplineMeshActor"); \ static_assert(sizeof(ASplineMeshActor) == 0x000250, "Wrong size on ASplineMeshActor"); \ static_assert(offsetof(ASplineMeshActor, SplineMeshComponent) == 0x000248, "Member 'ASplineMeshActor::SplineMeshComponent' 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) == 0x0005B0, "Wrong size on USplineMeshComponent"); \ static_assert(offsetof(USplineMeshComponent, SplineParams) == 0x000520, "Member 'USplineMeshComponent::SplineParams' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, SplineUpDir) == 0x000578, "Member 'USplineMeshComponent::SplineUpDir' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, SplineBoundaryMin) == 0x000584, "Member 'USplineMeshComponent::SplineBoundaryMin' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, CachedMeshBodySetupGuid) == 0x000588, "Member 'USplineMeshComponent::CachedMeshBodySetupGuid' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, BodySetup) == 0x000598, "Member 'USplineMeshComponent::BodySetup' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, SplineBoundaryMax) == 0x0005A0, "Member 'USplineMeshComponent::SplineBoundaryMax' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, ForwardAxis) == 0x0005A5, "Member 'USplineMeshComponent::ForwardAxis' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, VirtualTextureMainPassMaxDrawDistance) == 0x0005A8, "Member 'USplineMeshComponent::VirtualTextureMainPassMaxDrawDistance' 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_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_UStereoLayerShapeCubemap \ static_assert(alignof(UStereoLayerShapeCubemap) == 0x000008, "Wrong alignment on UStereoLayerShapeCubemap"); \ static_assert(sizeof(UStereoLayerShapeCubemap) == 0x000028, "Wrong size on UStereoLayerShapeCubemap"); \ #define DUMPER7_ASSERTS_StereoLayerShapeEquirect_SetEquirectProps \ static_assert(alignof(StereoLayerShapeEquirect_SetEquirectProps) == 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_USubUVAnimation \ static_assert(alignof(USubUVAnimation) == 0x000008, "Wrong alignment on USubUVAnimation"); \ static_assert(sizeof(USubUVAnimation) == 0x000068, "Wrong size on USubUVAnimation"); \ static_assert(offsetof(USubUVAnimation, SubUVTexture) == 0x000028, "Member 'USubUVAnimation::SubUVTexture' has a wrong offset!"); \ static_assert(offsetof(USubUVAnimation, SubImages_Horizontal) == 0x000030, "Member 'USubUVAnimation::SubImages_Horizontal' has a wrong offset!"); \ static_assert(offsetof(USubUVAnimation, SubImages_Vertical) == 0x000034, "Member 'USubUVAnimation::SubImages_Vertical' has a wrong offset!"); \ static_assert(offsetof(USubUVAnimation, BoundingMode) == 0x000038, "Member 'USubUVAnimation::BoundingMode' has a wrong offset!"); \ static_assert(offsetof(USubUVAnimation, OpacitySourceMode) == 0x000039, "Member 'USubUVAnimation::OpacitySourceMode' has a wrong offset!"); \ static_assert(offsetof(USubUVAnimation, AlphaThreshold) == 0x00003C, "Member 'USubUVAnimation::AlphaThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USystemTimeTimecodeProvider \ static_assert(alignof(USystemTimeTimecodeProvider) == 0x000008, "Wrong alignment on USystemTimeTimecodeProvider"); \ static_assert(sizeof(USystemTimeTimecodeProvider) == 0x000040, "Wrong size on USystemTimeTimecodeProvider"); \ static_assert(offsetof(USystemTimeTimecodeProvider, FrameRate) == 0x000030, "Member 'USystemTimeTimecodeProvider::FrameRate' has a wrong offset!"); \ static_assert(offsetof(USystemTimeTimecodeProvider, bGenerateFullFrame) == 0x000038, "Member 'USystemTimeTimecodeProvider::bGenerateFullFrame' has a wrong offset!"); \ static_assert(offsetof(USystemTimeTimecodeProvider, bUseHighPerformanceClock) == 0x000039, "Member 'USystemTimeTimecodeProvider::bUseHighPerformanceClock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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) == 0x000250, "Wrong size on ATriggerCapsule"); \ #define DUMPER7_ASSERTS_ATriggerSphere \ static_assert(alignof(ATriggerSphere) == 0x000008, "Wrong alignment on ATriggerSphere"); \ static_assert(sizeof(ATriggerSphere) == 0x000250, "Wrong size on ATriggerSphere"); \ #define DUMPER7_ASSERTS_ATriggerVolume \ static_assert(alignof(ATriggerVolume) == 0x000008, "Wrong alignment on ATriggerVolume"); \ static_assert(sizeof(ATriggerVolume) == 0x000280, "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_UUserInterfaceSettings \ static_assert(alignof(UUserInterfaceSettings) == 0x000008, "Wrong alignment on UUserInterfaceSettings"); \ static_assert(sizeof(UUserInterfaceSettings) == 0x000270, "Wrong size on UUserInterfaceSettings"); \ static_assert(offsetof(UUserInterfaceSettings, RenderFocusRule) == 0x000038, "Member 'UUserInterfaceSettings::RenderFocusRule' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, HardwareCursors) == 0x000040, "Member 'UUserInterfaceSettings::HardwareCursors' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, SoftwareCursors) == 0x000090, "Member 'UUserInterfaceSettings::SoftwareCursors' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, DefaultCursor) == 0x0000E0, "Member 'UUserInterfaceSettings::DefaultCursor' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, TextEditBeamCursor) == 0x0000F8, "Member 'UUserInterfaceSettings::TextEditBeamCursor' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, CrosshairsCursor) == 0x000110, "Member 'UUserInterfaceSettings::CrosshairsCursor' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, HandCursor) == 0x000128, "Member 'UUserInterfaceSettings::HandCursor' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, GrabHandCursor) == 0x000140, "Member 'UUserInterfaceSettings::GrabHandCursor' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, GrabHandClosedCursor) == 0x000158, "Member 'UUserInterfaceSettings::GrabHandClosedCursor' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, SlashedCircleCursor) == 0x000170, "Member 'UUserInterfaceSettings::SlashedCircleCursor' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, ApplicationScale) == 0x000188, "Member 'UUserInterfaceSettings::ApplicationScale' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, UIScaleRule) == 0x00018C, "Member 'UUserInterfaceSettings::UIScaleRule' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, CustomScalingRuleClass) == 0x000190, "Member 'UUserInterfaceSettings::CustomScalingRuleClass' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, UIScaleCurve) == 0x0001A8, "Member 'UUserInterfaceSettings::UIScaleCurve' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, bAllowHighDPIInGameMode) == 0x000230, "Member 'UUserInterfaceSettings::bAllowHighDPIInGameMode' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, DesignScreenSize) == 0x000234, "Member 'UUserInterfaceSettings::DesignScreenSize' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, bLoadWidgetsOnDedicatedServer) == 0x00023C, "Member 'UUserInterfaceSettings::bLoadWidgetsOnDedicatedServer' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, CursorClasses) == 0x000240, "Member 'UUserInterfaceSettings::CursorClasses' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, CustomScalingRuleClassInstance) == 0x000250, "Member 'UUserInterfaceSettings::CustomScalingRuleClassInstance' has a wrong offset!"); \ static_assert(offsetof(UUserInterfaceSettings, CustomScalingRule) == 0x000258, "Member 'UUserInterfaceSettings::CustomScalingRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVectorFieldStatic \ static_assert(alignof(UVectorFieldStatic) == 0x000008, "Wrong alignment on UVectorFieldStatic"); \ static_assert(sizeof(UVectorFieldStatic) == 0x000098, "Wrong size on UVectorFieldStatic"); \ static_assert(offsetof(UVectorFieldStatic, SizeX) == 0x000048, "Member 'UVectorFieldStatic::SizeX' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldStatic, SizeY) == 0x00004C, "Member 'UVectorFieldStatic::SizeY' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldStatic, SizeZ) == 0x000050, "Member 'UVectorFieldStatic::SizeZ' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldStatic, bAllowCPUAccess) == 0x000054, "Member 'UVectorFieldStatic::bAllowCPUAccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVectorFieldVolume \ static_assert(alignof(AVectorFieldVolume) == 0x000008, "Wrong alignment on AVectorFieldVolume"); \ static_assert(sizeof(AVectorFieldVolume) == 0x000250, "Wrong size on AVectorFieldVolume"); \ static_assert(offsetof(AVectorFieldVolume, VectorFieldComponent) == 0x000248, "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) == 0x000108, "Wrong size on UVOIPTalker"); \ static_assert(offsetof(UVOIPTalker, Settings) == 0x0000D0, "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) == 0x000260, "Wrong size on UVolumetricCloudComponent"); \ static_assert(offsetof(UVolumetricCloudComponent, LayerBottomAltitude) == 0x000218, "Member 'UVolumetricCloudComponent::LayerBottomAltitude' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, LayerHeight) == 0x00021C, "Member 'UVolumetricCloudComponent::LayerHeight' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, TracingStartMaxDistance) == 0x000220, "Member 'UVolumetricCloudComponent::TracingStartMaxDistance' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, TracingMaxDistance) == 0x000224, "Member 'UVolumetricCloudComponent::TracingMaxDistance' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, PlanetRadius) == 0x000228, "Member 'UVolumetricCloudComponent::PlanetRadius' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, GroundAlbedo) == 0x00022C, "Member 'UVolumetricCloudComponent::GroundAlbedo' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, Material) == 0x000230, "Member 'UVolumetricCloudComponent::Material' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, SkyLightCloudBottomOcclusion) == 0x00023C, "Member 'UVolumetricCloudComponent::SkyLightCloudBottomOcclusion' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, ViewSampleCountScale) == 0x000240, "Member 'UVolumetricCloudComponent::ViewSampleCountScale' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, ReflectionSampleCountScale) == 0x000244, "Member 'UVolumetricCloudComponent::ReflectionSampleCountScale' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, ShadowViewSampleCountScale) == 0x000248, "Member 'UVolumetricCloudComponent::ShadowViewSampleCountScale' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, ShadowReflectionSampleCountScale) == 0x00024C, "Member 'UVolumetricCloudComponent::ShadowReflectionSampleCountScale' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, ShadowTracingDistance) == 0x000250, "Member 'UVolumetricCloudComponent::ShadowTracingDistance' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, StopTracingTransmittanceThreshold) == 0x000254, "Member 'UVolumetricCloudComponent::StopTracingTransmittanceThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVolumetricCloud \ static_assert(alignof(AVolumetricCloud) == 0x000008, "Wrong alignment on AVolumetricCloud"); \ static_assert(sizeof(AVolumetricCloud) == 0x000250, "Wrong size on AVolumetricCloud"); \ static_assert(offsetof(AVolumetricCloud, VolumetricCloudComponent) == 0x000248, "Member 'AVolumetricCloud::VolumetricCloudComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVolumetricLightmapDensityVolume \ static_assert(alignof(AVolumetricLightmapDensityVolume) == 0x000008, "Wrong alignment on AVolumetricLightmapDensityVolume"); \ static_assert(sizeof(AVolumetricLightmapDensityVolume) == 0x000288, "Wrong size on AVolumetricLightmapDensityVolume"); \ static_assert(offsetof(AVolumetricLightmapDensityVolume, AllowedMipLevelRange) == 0x000280, "Member 'AVolumetricLightmapDensityVolume::AllowedMipLevelRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherComponent \ static_assert(alignof(UWeatherComponent) == 0x000010, "Wrong alignment on UWeatherComponent"); \ static_assert(sizeof(UWeatherComponent) == 0x000240, "Wrong size on UWeatherComponent"); \ static_assert(offsetof(UWeatherComponent, WeatherAnimationArray) == 0x000218, "Member 'UWeatherComponent::WeatherAnimationArray' has a wrong offset!"); \ static_assert(offsetof(UWeatherComponent, WeatherCoverageArray) == 0x000228, "Member 'UWeatherComponent::WeatherCoverageArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindAffectedComponentMaterial \ static_assert(alignof(UWindAffectedComponentMaterial) == 0x000010, "Wrong alignment on UWindAffectedComponentMaterial"); \ static_assert(sizeof(UWindAffectedComponentMaterial) == 0x000280, "Wrong size on UWindAffectedComponentMaterial"); \ static_assert(offsetof(UWindAffectedComponentMaterial, WindAffectedMaterial) == 0x000250, "Member 'UWindAffectedComponentMaterial::WindAffectedMaterial' has a wrong offset!"); \ static_assert(offsetof(UWindAffectedComponentMaterial, WindAffectedParameters) == 0x000258, "Member 'UWindAffectedComponentMaterial::WindAffectedParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindAffectedComponentMaterialOrientTo \ static_assert(alignof(UWindAffectedComponentMaterialOrientTo) == 0x000010, "Wrong alignment on UWindAffectedComponentMaterialOrientTo"); \ static_assert(sizeof(UWindAffectedComponentMaterialOrientTo) == 0x000280, "Wrong size on UWindAffectedComponentMaterialOrientTo"); \ static_assert(offsetof(UWindAffectedComponentMaterialOrientTo, WindAffectedMaterial) == 0x000250, "Member 'UWindAffectedComponentMaterialOrientTo::WindAffectedMaterial' has a wrong offset!"); \ static_assert(offsetof(UWindAffectedComponentMaterialOrientTo, WindAffectedParameters) == 0x000258, "Member 'UWindAffectedComponentMaterialOrientTo::WindAffectedParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWindDirectionalSource \ static_assert(alignof(AWindDirectionalSource) == 0x000008, "Wrong alignment on AWindDirectionalSource"); \ static_assert(sizeof(AWindDirectionalSource) == 0x000250, "Wrong size on AWindDirectionalSource"); \ static_assert(offsetof(AWindDirectionalSource, Component) == 0x000248, "Member 'AWindDirectionalSource::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindGustSpeedTreeLegacy \ static_assert(alignof(UWindGustSpeedTreeLegacy) == 0x000008, "Wrong alignment on UWindGustSpeedTreeLegacy"); \ static_assert(sizeof(UWindGustSpeedTreeLegacy) == 0x000030, "Wrong size on UWindGustSpeedTreeLegacy"); \ static_assert(offsetof(UWindGustSpeedTreeLegacy, MinGustAmount) == 0x000028, "Member 'UWindGustSpeedTreeLegacy::MinGustAmount' has a wrong offset!"); \ static_assert(offsetof(UWindGustSpeedTreeLegacy, MaxGustAmount) == 0x00002C, "Member 'UWindGustSpeedTreeLegacy::MaxGustAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindGustControllerList \ static_assert(alignof(UWindGustControllerList) == 0x000008, "Wrong alignment on UWindGustControllerList"); \ static_assert(sizeof(UWindGustControllerList) == 0x000038, "Wrong size on UWindGustControllerList"); \ static_assert(offsetof(UWindGustControllerList, GustControllers) == 0x000028, "Member 'UWindGustControllerList::GustControllers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWLightProbeCullingVolume \ static_assert(alignof(AWLightProbeCullingVolume) == 0x000008, "Wrong alignment on AWLightProbeCullingVolume"); \ static_assert(sizeof(AWLightProbeCullingVolume) == 0x000290, "Wrong size on AWLightProbeCullingVolume"); \ static_assert(offsetof(AWLightProbeCullingVolume, bWhitelistOnly) == 0x000280, "Member 'AWLightProbeCullingVolume::bWhitelistOnly' has a wrong offset!"); \ static_assert(offsetof(AWLightProbeCullingVolume, CullType) == 0x000284, "Member 'AWLightProbeCullingVolume::CullType' has a wrong offset!"); \ static_assert(offsetof(AWLightProbeCullingVolume, RemoveType) == 0x000288, "Member 'AWLightProbeCullingVolume::RemoveType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WLightProbesVolumeComponent_SetBounceBoost \ static_assert(alignof(WLightProbesVolumeComponent_SetBounceBoost) == 0x000004, "Wrong alignment on WLightProbesVolumeComponent_SetBounceBoost"); \ static_assert(sizeof(WLightProbesVolumeComponent_SetBounceBoost) == 0x000004, "Wrong size on WLightProbesVolumeComponent_SetBounceBoost"); \ static_assert(offsetof(WLightProbesVolumeComponent_SetBounceBoost, NewBoostValue) == 0x000000, "Member 'WLightProbesVolumeComponent_SetBounceBoost::NewBoostValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WLightProbesVolumeComponent_SetFade \ static_assert(alignof(WLightProbesVolumeComponent_SetFade) == 0x000004, "Wrong alignment on WLightProbesVolumeComponent_SetFade"); \ static_assert(sizeof(WLightProbesVolumeComponent_SetFade) == 0x000004, "Wrong size on WLightProbesVolumeComponent_SetFade"); \ static_assert(offsetof(WLightProbesVolumeComponent_SetFade, fade_0) == 0x000000, "Member 'WLightProbesVolumeComponent_SetFade::fade_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWLightProbesVolumeComponent \ static_assert(alignof(UWLightProbesVolumeComponent) == 0x000010, "Wrong alignment on UWLightProbesVolumeComponent"); \ static_assert(sizeof(UWLightProbesVolumeComponent) == 0x0002D0, "Wrong size on UWLightProbesVolumeComponent"); \ static_assert(offsetof(UWLightProbesVolumeComponent, OverrideCaptureSetup) == 0x000218, "Member 'UWLightProbesVolumeComponent::OverrideCaptureSetup' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, ShapeType) == 0x000220, "Member 'UWLightProbesVolumeComponent::ShapeType' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, PositiveXFadeRatio) == 0x000224, "Member 'UWLightProbesVolumeComponent::PositiveXFadeRatio' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, NegativeXFadeRatio) == 0x000228, "Member 'UWLightProbesVolumeComponent::NegativeXFadeRatio' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, PositiveYFadeRatio) == 0x00022C, "Member 'UWLightProbesVolumeComponent::PositiveYFadeRatio' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, NegativeYFadeRatio) == 0x000230, "Member 'UWLightProbesVolumeComponent::NegativeYFadeRatio' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, PositiveZFadeRatio) == 0x000234, "Member 'UWLightProbesVolumeComponent::PositiveZFadeRatio' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, NegativeZFadeRatio) == 0x000238, "Member 'UWLightProbesVolumeComponent::NegativeZFadeRatio' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, fade) == 0x00023C, "Member 'UWLightProbesVolumeComponent::fade' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, BlendType) == 0x000240, "Member 'UWLightProbesVolumeComponent::BlendType' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, CorrectionType) == 0x000244, "Member 'UWLightProbesVolumeComponent::CorrectionType' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, LightLeakingCorrection) == 0x000248, "Member 'UWLightProbesVolumeComponent::LightLeakingCorrection' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, SkyLeakingCorrection) == 0x00024C, "Member 'UWLightProbesVolumeComponent::SkyLeakingCorrection' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, IgnoreLeakingCorrection) == 0x000250, "Member 'UWLightProbesVolumeComponent::IgnoreLeakingCorrection' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, RingingCorrection) == 0x000254, "Member 'UWLightProbesVolumeComponent::RingingCorrection' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, SkyLightRingingCorrection) == 0x000258, "Member 'UWLightProbesVolumeComponent::SkyLightRingingCorrection' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, ColorSaturation) == 0x00025C, "Member 'UWLightProbesVolumeComponent::ColorSaturation' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, BounceBoost) == 0x000260, "Member 'UWLightProbesVolumeComponent::BounceBoost' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, SpecularBoost) == 0x000264, "Member 'UWLightProbesVolumeComponent::SpecularBoost' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, DirectionalBoost) == 0x000268, "Member 'UWLightProbesVolumeComponent::DirectionalBoost' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, DirectionalRingingCorrection) == 0x00026C, "Member 'UWLightProbesVolumeComponent::DirectionalRingingCorrection' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, VolumetricSizeBias) == 0x000270, "Member 'UWLightProbesVolumeComponent::VolumetricSizeBias' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, bHighPriority) == 0x000274, "Member 'UWLightProbesVolumeComponent::bHighPriority' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, Priority) == 0x000278, "Member 'UWLightProbesVolumeComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, FadeMin) == 0x00027C, "Member 'UWLightProbesVolumeComponent::FadeMin' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, FadeMax) == 0x000280, "Member 'UWLightProbesVolumeComponent::FadeMax' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, bCaptureTimeOfDay) == 0x000284, "Member 'UWLightProbesVolumeComponent::bCaptureTimeOfDay' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, CompressionType) == 0x000288, "Member 'UWLightProbesVolumeComponent::CompressionType' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, CullType) == 0x00028C, "Member 'UWLightProbesVolumeComponent::CullType' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, bLightScenarioOnly) == 0x000290, "Member 'UWLightProbesVolumeComponent::bLightScenarioOnly' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, OverrideLightAttenuationRadius) == 0x000294, "Member 'UWLightProbesVolumeComponent::OverrideLightAttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, SkylightUsage) == 0x000298, "Member 'UWLightProbesVolumeComponent::SkylightUsage' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, LandscapeUsage) == 0x00029C, "Member 'UWLightProbesVolumeComponent::LandscapeUsage' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, ExcludeFromAutoBake) == 0x0002A0, "Member 'UWLightProbesVolumeComponent::ExcludeFromAutoBake' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, bInjectInTranslucentLightingVolume) == 0x0002A1, "Member 'UWLightProbesVolumeComponent::bInjectInTranslucentLightingVolume' has a wrong offset!"); \ static_assert(offsetof(UWLightProbesVolumeComponent, Guid) == 0x0002A4, "Member 'UWLightProbesVolumeComponent::Guid' 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_UCullDistancePreset \ static_assert(alignof(UCullDistancePreset) == 0x000008, "Wrong alignment on UCullDistancePreset"); \ static_assert(sizeof(UCullDistancePreset) == 0x000040, "Wrong size on UCullDistancePreset"); \ static_assert(offsetof(UCullDistancePreset, CullDistances) == 0x000030, "Member 'UCullDistancePreset::CullDistances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWWorldCompositionSettings \ static_assert(alignof(UWWorldCompositionSettings) == 0x000008, "Wrong alignment on UWWorldCompositionSettings"); \ static_assert(sizeof(UWWorldCompositionSettings) == 0x000028, "Wrong size on UWWorldCompositionSettings"); \ #define DUMPER7_ASSERTS_BinkFunctionLibrary_BinkLoadingMovie_GetDuration \ static_assert(alignof(BinkFunctionLibrary_BinkLoadingMovie_GetDuration) == 0x000008, "Wrong alignment on BinkFunctionLibrary_BinkLoadingMovie_GetDuration"); \ static_assert(sizeof(BinkFunctionLibrary_BinkLoadingMovie_GetDuration) == 0x000008, "Wrong size on BinkFunctionLibrary_BinkLoadingMovie_GetDuration"); \ static_assert(offsetof(BinkFunctionLibrary_BinkLoadingMovie_GetDuration, ReturnValue) == 0x000000, "Member 'BinkFunctionLibrary_BinkLoadingMovie_GetDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkFunctionLibrary_BinkLoadingMovie_GetTime \ static_assert(alignof(BinkFunctionLibrary_BinkLoadingMovie_GetTime) == 0x000008, "Wrong alignment on BinkFunctionLibrary_BinkLoadingMovie_GetTime"); \ static_assert(sizeof(BinkFunctionLibrary_BinkLoadingMovie_GetTime) == 0x000008, "Wrong size on BinkFunctionLibrary_BinkLoadingMovie_GetTime"); \ static_assert(offsetof(BinkFunctionLibrary_BinkLoadingMovie_GetTime, ReturnValue) == 0x000000, "Member 'BinkFunctionLibrary_BinkLoadingMovie_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBinkFunctionLibrary \ static_assert(alignof(UBinkFunctionLibrary) == 0x000008, "Wrong alignment on UBinkFunctionLibrary"); \ static_assert(sizeof(UBinkFunctionLibrary) == 0x000028, "Wrong size on UBinkFunctionLibrary"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_Draw \ static_assert(alignof(BinkMediaPlayer_Draw) == 0x000008, "Wrong alignment on BinkMediaPlayer_Draw"); \ static_assert(sizeof(BinkMediaPlayer_Draw) == 0x000018, "Wrong size on BinkMediaPlayer_Draw"); \ static_assert(offsetof(BinkMediaPlayer_Draw, Texture) == 0x000000, "Member 'BinkMediaPlayer_Draw::Texture' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_Draw, ToneMap) == 0x000008, "Member 'BinkMediaPlayer_Draw::ToneMap' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_Draw, out_nits) == 0x00000C, "Member 'BinkMediaPlayer_Draw::out_nits' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_Draw, Alpha) == 0x000010, "Member 'BinkMediaPlayer_Draw::Alpha' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_Draw, srgb_decode) == 0x000014, "Member 'BinkMediaPlayer_Draw::srgb_decode' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_Draw, HDR) == 0x000015, "Member 'BinkMediaPlayer_Draw::HDR' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_OpenUrl \ static_assert(alignof(BinkMediaPlayer_OpenUrl) == 0x000008, "Wrong alignment on BinkMediaPlayer_OpenUrl"); \ static_assert(sizeof(BinkMediaPlayer_OpenUrl) == 0x000018, "Wrong size on BinkMediaPlayer_OpenUrl"); \ static_assert(offsetof(BinkMediaPlayer_OpenUrl, NewUrl) == 0x000000, "Member 'BinkMediaPlayer_OpenUrl::NewUrl' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_OpenUrl, ReturnValue) == 0x000010, "Member 'BinkMediaPlayer_OpenUrl::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_Pause \ static_assert(alignof(BinkMediaPlayer_Pause) == 0x000001, "Wrong alignment on BinkMediaPlayer_Pause"); \ static_assert(sizeof(BinkMediaPlayer_Pause) == 0x000001, "Wrong size on BinkMediaPlayer_Pause"); \ static_assert(offsetof(BinkMediaPlayer_Pause, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_Pause::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_Play \ static_assert(alignof(BinkMediaPlayer_Play) == 0x000001, "Wrong alignment on BinkMediaPlayer_Play"); \ static_assert(sizeof(BinkMediaPlayer_Play) == 0x000001, "Wrong size on BinkMediaPlayer_Play"); \ static_assert(offsetof(BinkMediaPlayer_Play, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_Play::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_Rewind \ static_assert(alignof(BinkMediaPlayer_Rewind) == 0x000001, "Wrong alignment on BinkMediaPlayer_Rewind"); \ static_assert(sizeof(BinkMediaPlayer_Rewind) == 0x000001, "Wrong size on BinkMediaPlayer_Rewind"); \ static_assert(offsetof(BinkMediaPlayer_Rewind, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_Rewind::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_Seek \ static_assert(alignof(BinkMediaPlayer_Seek) == 0x000008, "Wrong alignment on BinkMediaPlayer_Seek"); \ static_assert(sizeof(BinkMediaPlayer_Seek) == 0x000010, "Wrong size on BinkMediaPlayer_Seek"); \ static_assert(offsetof(BinkMediaPlayer_Seek, InTime) == 0x000000, "Member 'BinkMediaPlayer_Seek::InTime' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_Seek, ReturnValue) == 0x000008, "Member 'BinkMediaPlayer_Seek::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_SetLooping \ static_assert(alignof(BinkMediaPlayer_SetLooping) == 0x000001, "Wrong alignment on BinkMediaPlayer_SetLooping"); \ static_assert(sizeof(BinkMediaPlayer_SetLooping) == 0x000002, "Wrong size on BinkMediaPlayer_SetLooping"); \ static_assert(offsetof(BinkMediaPlayer_SetLooping, InLooping) == 0x000000, "Member 'BinkMediaPlayer_SetLooping::InLooping' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_SetLooping, ReturnValue) == 0x000001, "Member 'BinkMediaPlayer_SetLooping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_SetRate \ static_assert(alignof(BinkMediaPlayer_SetRate) == 0x000004, "Wrong alignment on BinkMediaPlayer_SetRate"); \ static_assert(sizeof(BinkMediaPlayer_SetRate) == 0x000008, "Wrong size on BinkMediaPlayer_SetRate"); \ static_assert(offsetof(BinkMediaPlayer_SetRate, Rate) == 0x000000, "Member 'BinkMediaPlayer_SetRate::Rate' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_SetRate, ReturnValue) == 0x000004, "Member 'BinkMediaPlayer_SetRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_SetVolume \ static_assert(alignof(BinkMediaPlayer_SetVolume) == 0x000004, "Wrong alignment on BinkMediaPlayer_SetVolume"); \ static_assert(sizeof(BinkMediaPlayer_SetVolume) == 0x000004, "Wrong size on BinkMediaPlayer_SetVolume"); \ static_assert(offsetof(BinkMediaPlayer_SetVolume, Rate) == 0x000000, "Member 'BinkMediaPlayer_SetVolume::Rate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_CanPause \ static_assert(alignof(BinkMediaPlayer_CanPause) == 0x000001, "Wrong alignment on BinkMediaPlayer_CanPause"); \ static_assert(sizeof(BinkMediaPlayer_CanPause) == 0x000001, "Wrong size on BinkMediaPlayer_CanPause"); \ static_assert(offsetof(BinkMediaPlayer_CanPause, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_CanPause::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_CanPlay \ static_assert(alignof(BinkMediaPlayer_CanPlay) == 0x000001, "Wrong alignment on BinkMediaPlayer_CanPlay"); \ static_assert(sizeof(BinkMediaPlayer_CanPlay) == 0x000001, "Wrong size on BinkMediaPlayer_CanPlay"); \ static_assert(offsetof(BinkMediaPlayer_CanPlay, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_CanPlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_GetDuration \ static_assert(alignof(BinkMediaPlayer_GetDuration) == 0x000008, "Wrong alignment on BinkMediaPlayer_GetDuration"); \ static_assert(sizeof(BinkMediaPlayer_GetDuration) == 0x000008, "Wrong size on BinkMediaPlayer_GetDuration"); \ static_assert(offsetof(BinkMediaPlayer_GetDuration, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_GetRate \ static_assert(alignof(BinkMediaPlayer_GetRate) == 0x000004, "Wrong alignment on BinkMediaPlayer_GetRate"); \ static_assert(sizeof(BinkMediaPlayer_GetRate) == 0x000004, "Wrong size on BinkMediaPlayer_GetRate"); \ static_assert(offsetof(BinkMediaPlayer_GetRate, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_GetTime \ static_assert(alignof(BinkMediaPlayer_GetTime) == 0x000008, "Wrong alignment on BinkMediaPlayer_GetTime"); \ static_assert(sizeof(BinkMediaPlayer_GetTime) == 0x000008, "Wrong size on BinkMediaPlayer_GetTime"); \ static_assert(offsetof(BinkMediaPlayer_GetTime, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_GetUrl \ static_assert(alignof(BinkMediaPlayer_GetUrl) == 0x000008, "Wrong alignment on BinkMediaPlayer_GetUrl"); \ static_assert(sizeof(BinkMediaPlayer_GetUrl) == 0x000010, "Wrong size on BinkMediaPlayer_GetUrl"); \ static_assert(offsetof(BinkMediaPlayer_GetUrl, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetUrl::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_IsInitialized \ static_assert(alignof(BinkMediaPlayer_IsInitialized) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsInitialized"); \ static_assert(sizeof(BinkMediaPlayer_IsInitialized) == 0x000001, "Wrong size on BinkMediaPlayer_IsInitialized"); \ static_assert(offsetof(BinkMediaPlayer_IsInitialized, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_IsLooping \ static_assert(alignof(BinkMediaPlayer_IsLooping) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsLooping"); \ static_assert(sizeof(BinkMediaPlayer_IsLooping) == 0x000001, "Wrong size on BinkMediaPlayer_IsLooping"); \ static_assert(offsetof(BinkMediaPlayer_IsLooping, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsLooping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_IsPaused \ static_assert(alignof(BinkMediaPlayer_IsPaused) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsPaused"); \ static_assert(sizeof(BinkMediaPlayer_IsPaused) == 0x000001, "Wrong size on BinkMediaPlayer_IsPaused"); \ static_assert(offsetof(BinkMediaPlayer_IsPaused, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_IsPlaying \ static_assert(alignof(BinkMediaPlayer_IsPlaying) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsPlaying"); \ static_assert(sizeof(BinkMediaPlayer_IsPlaying) == 0x000001, "Wrong size on BinkMediaPlayer_IsPlaying"); \ static_assert(offsetof(BinkMediaPlayer_IsPlaying, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_IsStopped \ static_assert(alignof(BinkMediaPlayer_IsStopped) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsStopped"); \ static_assert(sizeof(BinkMediaPlayer_IsStopped) == 0x000001, "Wrong size on BinkMediaPlayer_IsStopped"); \ static_assert(offsetof(BinkMediaPlayer_IsStopped, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsStopped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_SupportsRate \ static_assert(alignof(BinkMediaPlayer_SupportsRate) == 0x000004, "Wrong alignment on BinkMediaPlayer_SupportsRate"); \ static_assert(sizeof(BinkMediaPlayer_SupportsRate) == 0x000008, "Wrong size on BinkMediaPlayer_SupportsRate"); \ static_assert(offsetof(BinkMediaPlayer_SupportsRate, Rate) == 0x000000, "Member 'BinkMediaPlayer_SupportsRate::Rate' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_SupportsRate, Unthinned) == 0x000004, "Member 'BinkMediaPlayer_SupportsRate::Unthinned' has a wrong offset!"); \ static_assert(offsetof(BinkMediaPlayer_SupportsRate, ReturnValue) == 0x000005, "Member 'BinkMediaPlayer_SupportsRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_SupportsScrubbing \ static_assert(alignof(BinkMediaPlayer_SupportsScrubbing) == 0x000001, "Wrong alignment on BinkMediaPlayer_SupportsScrubbing"); \ static_assert(sizeof(BinkMediaPlayer_SupportsScrubbing) == 0x000001, "Wrong size on BinkMediaPlayer_SupportsScrubbing"); \ static_assert(offsetof(BinkMediaPlayer_SupportsScrubbing, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_SupportsScrubbing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaPlayer_SupportsSeeking \ static_assert(alignof(BinkMediaPlayer_SupportsSeeking) == 0x000001, "Wrong alignment on BinkMediaPlayer_SupportsSeeking"); \ static_assert(sizeof(BinkMediaPlayer_SupportsSeeking) == 0x000001, "Wrong size on BinkMediaPlayer_SupportsSeeking"); \ static_assert(offsetof(BinkMediaPlayer_SupportsSeeking, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_SupportsSeeking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBinkMediaPlayer \ static_assert(alignof(UBinkMediaPlayer) == 0x000008, "Wrong alignment on UBinkMediaPlayer"); \ static_assert(sizeof(UBinkMediaPlayer) == 0x000108, "Wrong size on UBinkMediaPlayer"); \ static_assert(offsetof(UBinkMediaPlayer, OnMediaClosed) == 0x000030, "Member 'UBinkMediaPlayer::OnMediaClosed' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, OnMediaOpened) == 0x000040, "Member 'UBinkMediaPlayer::OnMediaOpened' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, OnMediaReachedEnd) == 0x000050, "Member 'UBinkMediaPlayer::OnMediaReachedEnd' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, OnPlaybackSuspended) == 0x000060, "Member 'UBinkMediaPlayer::OnPlaybackSuspended' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, OnMediaFailedToOpen) == 0x000070, "Member 'UBinkMediaPlayer::OnMediaFailedToOpen' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, BinkDestinationUpperLeft) == 0x000084, "Member 'UBinkMediaPlayer::BinkDestinationUpperLeft' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, BinkDestinationLowerRight) == 0x00008C, "Member 'UBinkMediaPlayer::BinkDestinationLowerRight' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, URL) == 0x000098, "Member 'UBinkMediaPlayer::URL' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, BinkBufferMode) == 0x0000A8, "Member 'UBinkMediaPlayer::BinkBufferMode' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, BinkSoundTrack) == 0x0000A9, "Member 'UBinkMediaPlayer::BinkSoundTrack' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, BinkSoundTrackStart) == 0x0000AC, "Member 'UBinkMediaPlayer::BinkSoundTrackStart' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, BinkDrawStyle) == 0x0000B0, "Member 'UBinkMediaPlayer::BinkDrawStyle' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaPlayer, BinkLayerDepth) == 0x0000B4, "Member 'UBinkMediaPlayer::BinkLayerDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BinkMediaTexture_SetMediaPlayer \ static_assert(alignof(BinkMediaTexture_SetMediaPlayer) == 0x000008, "Wrong alignment on BinkMediaTexture_SetMediaPlayer"); \ static_assert(sizeof(BinkMediaTexture_SetMediaPlayer) == 0x000008, "Wrong size on BinkMediaTexture_SetMediaPlayer"); \ static_assert(offsetof(BinkMediaTexture_SetMediaPlayer, InMediaPlayer) == 0x000000, "Member 'BinkMediaTexture_SetMediaPlayer::InMediaPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBinkMediaTexture \ static_assert(alignof(UBinkMediaTexture) == 0x000010, "Wrong alignment on UBinkMediaTexture"); \ static_assert(sizeof(UBinkMediaTexture) == 0x0001B0, "Wrong size on UBinkMediaTexture"); \ static_assert(offsetof(UBinkMediaTexture, AddressX) == 0x000178, "Member 'UBinkMediaTexture::AddressX' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaTexture, AddressY) == 0x000179, "Member 'UBinkMediaTexture::AddressY' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaTexture, MediaPlayer) == 0x000180, "Member 'UBinkMediaTexture::MediaPlayer' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaTexture, PixelFormat) == 0x000188, "Member 'UBinkMediaTexture::PixelFormat' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaTexture, ToneMap) == 0x000189, "Member 'UBinkMediaTexture::ToneMap' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaTexture, OutputNits) == 0x00018C, "Member 'UBinkMediaTexture::OutputNits' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaTexture, Alpha) == 0x000190, "Member 'UBinkMediaTexture::Alpha' has a wrong offset!"); \ static_assert(offsetof(UBinkMediaTexture, DecodeSRGB) == 0x000194, "Member 'UBinkMediaTexture::DecodeSRGB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBinkMoviePlayerSettings \ static_assert(alignof(UBinkMoviePlayerSettings) == 0x000008, "Wrong alignment on UBinkMoviePlayerSettings"); \ static_assert(sizeof(UBinkMoviePlayerSettings) == 0x000048, "Wrong size on UBinkMoviePlayerSettings"); \ static_assert(offsetof(UBinkMoviePlayerSettings, BinkBufferMode) == 0x000028, "Member 'UBinkMoviePlayerSettings::BinkBufferMode' has a wrong offset!"); \ static_assert(offsetof(UBinkMoviePlayerSettings, BinkSoundTrack) == 0x000029, "Member 'UBinkMoviePlayerSettings::BinkSoundTrack' has a wrong offset!"); \ static_assert(offsetof(UBinkMoviePlayerSettings, BinkSoundTrackStart) == 0x00002C, "Member 'UBinkMoviePlayerSettings::BinkSoundTrackStart' has a wrong offset!"); \ static_assert(offsetof(UBinkMoviePlayerSettings, BinkDestinationUpperLeft) == 0x000030, "Member 'UBinkMoviePlayerSettings::BinkDestinationUpperLeft' has a wrong offset!"); \ static_assert(offsetof(UBinkMoviePlayerSettings, BinkDestinationLowerRight) == 0x000038, "Member 'UBinkMoviePlayerSettings::BinkDestinationLowerRight' has a wrong offset!"); \ static_assert(offsetof(UBinkMoviePlayerSettings, BinkPixelFormat) == 0x000040, "Member 'UBinkMoviePlayerSettings::BinkPixelFormat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel \ static_assert(alignof(UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel) == 0x000008, "Wrong alignment on UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel"); \ static_assert(sizeof(UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel) == 0x000080, "Wrong size on UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel"); \ static_assert(offsetof(UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel, EntryPoint) == 0x000000, "Member 'UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel, K2Node_CustomEvent_NotificationText) == 0x000018, "Member 'UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel::K2Node_CustomEvent_NotificationText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel, CallFunc_Get_ReturnValue) == 0x000028, "Member 'UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel, K2Node_CustomEvent_Caller) == 0x000030, "Member 'UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel, CallFunc_Array_Get_Item) == 0x000040, "Member 'UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel, CallFunc_GetPlayerController_ReturnValue) == 0x000050, "Member 'UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel, CallFunc_Create_ReturnValue) == 0x000058, "Member 'UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel, CallFunc_PlayAnimation_ReturnValue) == 0x000060, "Member 'UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000068, "Member 'UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel, CallFunc_HermesBindEvent_Handle) == 0x000070, "Member 'UI_BP_TextNotificationPanel_C_ExecuteUbergraph_UI_BP_TextNotificationPanel::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TextNotificationPanel_C_OnDisplayTextTickerNotification \ static_assert(alignof(UI_BP_TextNotificationPanel_C_OnDisplayTextTickerNotification) == 0x000008, "Wrong alignment on UI_BP_TextNotificationPanel_C_OnDisplayTextTickerNotification"); \ static_assert(sizeof(UI_BP_TextNotificationPanel_C_OnDisplayTextTickerNotification) == 0x000008, "Wrong size on UI_BP_TextNotificationPanel_C_OnDisplayTextTickerNotification"); \ static_assert(offsetof(UI_BP_TextNotificationPanel_C_OnDisplayTextTickerNotification, Caller) == 0x000000, "Member 'UI_BP_TextNotificationPanel_C_OnDisplayTextTickerNotification::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TextNotificationPanel_C_AddNotification \ static_assert(alignof(UI_BP_TextNotificationPanel_C_AddNotification) == 0x000008, "Wrong alignment on UI_BP_TextNotificationPanel_C_AddNotification"); \ static_assert(sizeof(UI_BP_TextNotificationPanel_C_AddNotification) == 0x000010, "Wrong size on UI_BP_TextNotificationPanel_C_AddNotification"); \ static_assert(offsetof(UI_BP_TextNotificationPanel_C_AddNotification, NotificationText) == 0x000000, "Member 'UI_BP_TextNotificationPanel_C_AddNotification::NotificationText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_TextNotificationPanel_C \ static_assert(alignof(UUI_BP_TextNotificationPanel_C) == 0x000008, "Wrong alignment on UUI_BP_TextNotificationPanel_C"); \ static_assert(sizeof(UUI_BP_TextNotificationPanel_C) == 0x000310, "Wrong size on UUI_BP_TextNotificationPanel_C"); \ static_assert(offsetof(UUI_BP_TextNotificationPanel_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_TextNotificationPanel_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TextNotificationPanel_C, Container) == 0x0002F0, "Member 'UUI_BP_TextNotificationPanel_C::Container' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TextNotificationPanel_C, DefaultTimeToLive) == 0x0002F8, "Member 'UUI_BP_TextNotificationPanel_C::DefaultTimeToLive' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TextNotificationPanel_C, PendingNotifications) == 0x000300, "Member 'UUI_BP_TextNotificationPanel_C::PendingNotifications' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSQLiteQueryFinalizedQuery \ static_assert(alignof(FSQLiteQueryFinalizedQuery) == 0x000008, "Wrong alignment on FSQLiteQueryFinalizedQuery"); \ static_assert(sizeof(FSQLiteQueryFinalizedQuery) == 0x000010, "Wrong size on FSQLiteQueryFinalizedQuery"); \ static_assert(offsetof(FSQLiteQueryFinalizedQuery, Query) == 0x000000, "Member 'FSQLiteQueryFinalizedQuery::Query' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSQLiteQueryTermExpectedNode \ static_assert(alignof(FSQLiteQueryTermExpectedNode) == 0x000008, "Wrong alignment on FSQLiteQueryTermExpectedNode"); \ static_assert(sizeof(FSQLiteQueryTermExpectedNode) == 0x000010, "Wrong size on FSQLiteQueryTermExpectedNode"); \ static_assert(offsetof(FSQLiteQueryTermExpectedNode, Query) == 0x000000, "Member 'FSQLiteQueryTermExpectedNode::Query' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSQLiteQueryLogicExpectedNode \ static_assert(alignof(FSQLiteQueryLogicExpectedNode) == 0x000008, "Wrong alignment on FSQLiteQueryLogicExpectedNode"); \ static_assert(sizeof(FSQLiteQueryLogicExpectedNode) == 0x000010, "Wrong size on FSQLiteQueryLogicExpectedNode"); \ static_assert(offsetof(FSQLiteQueryLogicExpectedNode, Query) == 0x000000, "Member 'FSQLiteQueryLogicExpectedNode::Query' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSQLiteQueryResultMap \ static_assert(alignof(FSQLiteQueryResultMap) == 0x000008, "Wrong alignment on FSQLiteQueryResultMap"); \ static_assert(sizeof(FSQLiteQueryResultMap) == 0x000028, "Wrong size on FSQLiteQueryResultMap"); \ #define DUMPER7_ASSERTS_FSQLiteKeyValuePair \ static_assert(alignof(FSQLiteKeyValuePair) == 0x000008, "Wrong alignment on FSQLiteKeyValuePair"); \ static_assert(sizeof(FSQLiteKeyValuePair) == 0x000020, "Wrong size on FSQLiteKeyValuePair"); \ static_assert(offsetof(FSQLiteKeyValuePair, Key) == 0x000000, "Member 'FSQLiteKeyValuePair::Key' has a wrong offset!"); \ static_assert(offsetof(FSQLiteKeyValuePair, Value) == 0x000010, "Member 'FSQLiteKeyValuePair::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSQLiteQueryResultRow \ static_assert(alignof(FSQLiteQueryResultRow) == 0x000008, "Wrong alignment on FSQLiteQueryResultRow"); \ static_assert(sizeof(FSQLiteQueryResultRow) == 0x000010, "Wrong size on FSQLiteQueryResultRow"); \ static_assert(offsetof(FSQLiteQueryResultRow, Fields) == 0x000000, "Member 'FSQLiteQueryResultRow::Fields' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSQLiteQueryResult \ static_assert(alignof(FSQLiteQueryResult) == 0x000008, "Wrong alignment on FSQLiteQueryResult"); \ static_assert(sizeof(FSQLiteQueryResult) == 0x000028, "Wrong size on FSQLiteQueryResult"); \ static_assert(offsetof(FSQLiteQueryResult, ResultRows) == 0x000000, "Member 'FSQLiteQueryResult::ResultRows' has a wrong offset!"); \ static_assert(offsetof(FSQLiteQueryResult, Success) == 0x000010, "Member 'FSQLiteQueryResult::Success' has a wrong offset!"); \ static_assert(offsetof(FSQLiteQueryResult, ErrorMessage) == 0x000018, "Member 'FSQLiteQueryResult::ErrorMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSQLiteDatabaseReference \ static_assert(alignof(FSQLiteDatabaseReference) == 0x000008, "Wrong alignment on FSQLiteDatabaseReference"); \ static_assert(sizeof(FSQLiteDatabaseReference) == 0x000020, "Wrong size on FSQLiteDatabaseReference"); \ static_assert(offsetof(FSQLiteDatabaseReference, DatabaseName) == 0x000000, "Member 'FSQLiteDatabaseReference::DatabaseName' has a wrong offset!"); \ static_assert(offsetof(FSQLiteDatabaseReference, Tables) == 0x000010, "Member 'FSQLiteDatabaseReference::Tables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSQLiteTableField \ static_assert(alignof(FSQLiteTableField) == 0x000008, "Wrong alignment on FSQLiteTableField"); \ static_assert(sizeof(FSQLiteTableField) == 0x000040, "Wrong size on FSQLiteTableField"); \ static_assert(offsetof(FSQLiteTableField, ResultStr) == 0x000000, "Member 'FSQLiteTableField::ResultStr' has a wrong offset!"); \ static_assert(offsetof(FSQLiteTableField, FieldName) == 0x000010, "Member 'FSQLiteTableField::FieldName' has a wrong offset!"); \ static_assert(offsetof(FSQLiteTableField, FieldType) == 0x000020, "Member 'FSQLiteTableField::FieldType' has a wrong offset!"); \ static_assert(offsetof(FSQLiteTableField, FieldValue) == 0x000030, "Member 'FSQLiteTableField::FieldValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSQLitePrimaryKey \ static_assert(alignof(FSQLitePrimaryKey) == 0x000008, "Wrong alignment on FSQLitePrimaryKey"); \ static_assert(sizeof(FSQLitePrimaryKey) == 0x000010, "Wrong size on FSQLitePrimaryKey"); \ static_assert(offsetof(FSQLitePrimaryKey, ResultStr) == 0x000000, "Member 'FSQLitePrimaryKey::ResultStr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSQLiteTable \ static_assert(alignof(FSQLiteTable) == 0x000008, "Wrong alignment on FSQLiteTable"); \ static_assert(sizeof(FSQLiteTable) == 0x000048, "Wrong size on FSQLiteTable"); \ static_assert(offsetof(FSQLiteTable, DatabaseName) == 0x000000, "Member 'FSQLiteTable::DatabaseName' has a wrong offset!"); \ static_assert(offsetof(FSQLiteTable, TableName) == 0x000010, "Member 'FSQLiteTable::TableName' has a wrong offset!"); \ static_assert(offsetof(FSQLiteTable, Fields) == 0x000020, "Member 'FSQLiteTable::Fields' has a wrong offset!"); \ static_assert(offsetof(FSQLiteTable, PK) == 0x000030, "Member 'FSQLiteTable::PK' has a wrong offset!"); \ static_assert(offsetof(FSQLiteTable, Created) == 0x000040, "Member 'FSQLiteTable::Created' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSQLiteTableRowSimulator \ static_assert(alignof(FSQLiteTableRowSimulator) == 0x000008, "Wrong alignment on FSQLiteTableRowSimulator"); \ static_assert(sizeof(FSQLiteTableRowSimulator) == 0x000010, "Wrong size on FSQLiteTableRowSimulator"); \ static_assert(offsetof(FSQLiteTableRowSimulator, rowsOfFields) == 0x000000, "Member 'FSQLiteTableRowSimulator::rowsOfFields' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSQLiteIndex \ static_assert(alignof(FSQLiteIndex) == 0x000008, "Wrong alignment on FSQLiteIndex"); \ static_assert(sizeof(FSQLiteIndex) == 0x000020, "Wrong size on FSQLiteIndex"); \ static_assert(offsetof(FSQLiteIndex, ResultStr) == 0x000000, "Member 'FSQLiteIndex::ResultStr' has a wrong offset!"); \ static_assert(offsetof(FSQLiteIndex, IndexName) == 0x000010, "Member 'FSQLiteIndex::IndexName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteBlueprintFunctionLibrary_CastToBoolean \ static_assert(alignof(SQLiteBlueprintFunctionLibrary_CastToBoolean) == 0x000008, "Wrong alignment on SQLiteBlueprintFunctionLibrary_CastToBoolean"); \ static_assert(sizeof(SQLiteBlueprintFunctionLibrary_CastToBoolean) == 0x000018, "Wrong size on SQLiteBlueprintFunctionLibrary_CastToBoolean"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_CastToBoolean, SQLiteResultValue) == 0x000000, "Member 'SQLiteBlueprintFunctionLibrary_CastToBoolean::SQLiteResultValue' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_CastToBoolean, ReturnValue) == 0x000010, "Member 'SQLiteBlueprintFunctionLibrary_CastToBoolean::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteBlueprintFunctionLibrary_CastToFloat \ static_assert(alignof(SQLiteBlueprintFunctionLibrary_CastToFloat) == 0x000008, "Wrong alignment on SQLiteBlueprintFunctionLibrary_CastToFloat"); \ static_assert(sizeof(SQLiteBlueprintFunctionLibrary_CastToFloat) == 0x000018, "Wrong size on SQLiteBlueprintFunctionLibrary_CastToFloat"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_CastToFloat, SQLiteResultValue) == 0x000000, "Member 'SQLiteBlueprintFunctionLibrary_CastToFloat::SQLiteResultValue' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_CastToFloat, ReturnValue) == 0x000010, "Member 'SQLiteBlueprintFunctionLibrary_CastToFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteBlueprintFunctionLibrary_CastToInt \ static_assert(alignof(SQLiteBlueprintFunctionLibrary_CastToInt) == 0x000008, "Wrong alignment on SQLiteBlueprintFunctionLibrary_CastToInt"); \ static_assert(sizeof(SQLiteBlueprintFunctionLibrary_CastToInt) == 0x000018, "Wrong size on SQLiteBlueprintFunctionLibrary_CastToInt"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_CastToInt, SQLiteResultValue) == 0x000000, "Member 'SQLiteBlueprintFunctionLibrary_CastToInt::SQLiteResultValue' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_CastToInt, ReturnValue) == 0x000010, "Member 'SQLiteBlueprintFunctionLibrary_CastToInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteBlueprintFunctionLibrary_QueryEnd \ static_assert(alignof(SQLiteBlueprintFunctionLibrary_QueryEnd) == 0x000008, "Wrong alignment on SQLiteBlueprintFunctionLibrary_QueryEnd"); \ static_assert(sizeof(SQLiteBlueprintFunctionLibrary_QueryEnd) == 0x000020, "Wrong size on SQLiteBlueprintFunctionLibrary_QueryEnd"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_QueryEnd, LastQueryTerm) == 0x000000, "Member 'SQLiteBlueprintFunctionLibrary_QueryEnd::LastQueryTerm' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_QueryEnd, ReturnValue) == 0x000010, "Member 'SQLiteBlueprintFunctionLibrary_QueryEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteBlueprintFunctionLibrary_QueryFinal \ static_assert(alignof(SQLiteBlueprintFunctionLibrary_QueryFinal) == 0x000008, "Wrong alignment on SQLiteBlueprintFunctionLibrary_QueryFinal"); \ static_assert(sizeof(SQLiteBlueprintFunctionLibrary_QueryFinal) == 0x000020, "Wrong size on SQLiteBlueprintFunctionLibrary_QueryFinal"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_QueryFinal, QueryEndNode) == 0x000000, "Member 'SQLiteBlueprintFunctionLibrary_QueryFinal::QueryEndNode' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_QueryFinal, ReturnValue) == 0x000010, "Member 'SQLiteBlueprintFunctionLibrary_QueryFinal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteBlueprintFunctionLibrary_QueryLogicAnd \ static_assert(alignof(SQLiteBlueprintFunctionLibrary_QueryLogicAnd) == 0x000008, "Wrong alignment on SQLiteBlueprintFunctionLibrary_QueryLogicAnd"); \ static_assert(sizeof(SQLiteBlueprintFunctionLibrary_QueryLogicAnd) == 0x000020, "Wrong size on SQLiteBlueprintFunctionLibrary_QueryLogicAnd"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_QueryLogicAnd, LHS) == 0x000000, "Member 'SQLiteBlueprintFunctionLibrary_QueryLogicAnd::LHS' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_QueryLogicAnd, ReturnValue) == 0x000010, "Member 'SQLiteBlueprintFunctionLibrary_QueryLogicAnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteBlueprintFunctionLibrary_QueryLogicOr \ static_assert(alignof(SQLiteBlueprintFunctionLibrary_QueryLogicOr) == 0x000008, "Wrong alignment on SQLiteBlueprintFunctionLibrary_QueryLogicOr"); \ static_assert(sizeof(SQLiteBlueprintFunctionLibrary_QueryLogicOr) == 0x000020, "Wrong size on SQLiteBlueprintFunctionLibrary_QueryLogicOr"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_QueryLogicOr, LHS) == 0x000000, "Member 'SQLiteBlueprintFunctionLibrary_QueryLogicOr::LHS' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_QueryLogicOr, ReturnValue) == 0x000010, "Member 'SQLiteBlueprintFunctionLibrary_QueryLogicOr::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteBlueprintFunctionLibrary_QueryStart \ static_assert(alignof(SQLiteBlueprintFunctionLibrary_QueryStart) == 0x000008, "Wrong alignment on SQLiteBlueprintFunctionLibrary_QueryStart"); \ static_assert(sizeof(SQLiteBlueprintFunctionLibrary_QueryStart) == 0x000020, "Wrong size on SQLiteBlueprintFunctionLibrary_QueryStart"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_QueryStart, LogicOperationOrNone) == 0x000000, "Member 'SQLiteBlueprintFunctionLibrary_QueryStart::LogicOperationOrNone' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_QueryStart, ReturnValue) == 0x000010, "Member 'SQLiteBlueprintFunctionLibrary_QueryStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteBlueprintFunctionLibrary_QueryTerm \ static_assert(alignof(SQLiteBlueprintFunctionLibrary_QueryTerm) == 0x000008, "Wrong alignment on SQLiteBlueprintFunctionLibrary_QueryTerm"); \ static_assert(sizeof(SQLiteBlueprintFunctionLibrary_QueryTerm) == 0x000050, "Wrong size on SQLiteBlueprintFunctionLibrary_QueryTerm"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_QueryTerm, LogicOperation) == 0x000000, "Member 'SQLiteBlueprintFunctionLibrary_QueryTerm::LogicOperation' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_QueryTerm, Field) == 0x000010, "Member 'SQLiteBlueprintFunctionLibrary_QueryTerm::Field' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_QueryTerm, Operator) == 0x000020, "Member 'SQLiteBlueprintFunctionLibrary_QueryTerm::Operator' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_QueryTerm, Value) == 0x000030, "Member 'SQLiteBlueprintFunctionLibrary_QueryTerm::Value' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_QueryTerm, ReturnValue) == 0x000040, "Member 'SQLiteBlueprintFunctionLibrary_QueryTerm::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteBlueprintFunctionLibrary_SQLiteIndexFunction \ static_assert(alignof(SQLiteBlueprintFunctionLibrary_SQLiteIndexFunction) == 0x000008, "Wrong alignment on SQLiteBlueprintFunctionLibrary_SQLiteIndexFunction"); \ static_assert(sizeof(SQLiteBlueprintFunctionLibrary_SQLiteIndexFunction) == 0x000048, "Wrong size on SQLiteBlueprintFunctionLibrary_SQLiteIndexFunction"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteIndexFunction, Fields) == 0x000000, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteIndexFunction::Fields' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteIndexFunction, idxName) == 0x000010, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteIndexFunction::idxName' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteIndexFunction, Unique) == 0x000020, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteIndexFunction::Unique' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteIndexFunction, ReturnValue) == 0x000028, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteIndexFunction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteBlueprintFunctionLibrary_SQLiteINTEGER \ static_assert(alignof(SQLiteBlueprintFunctionLibrary_SQLiteINTEGER) == 0x000008, "Wrong alignment on SQLiteBlueprintFunctionLibrary_SQLiteINTEGER"); \ static_assert(sizeof(SQLiteBlueprintFunctionLibrary_SQLiteINTEGER) == 0x000058, "Wrong size on SQLiteBlueprintFunctionLibrary_SQLiteINTEGER"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteINTEGER, FieldName) == 0x000000, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteINTEGER::FieldName' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteINTEGER, PK) == 0x000010, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteINTEGER::PK' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteINTEGER, AI) == 0x000011, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteINTEGER::AI' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteINTEGER, Unique) == 0x000012, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteINTEGER::Unique' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteINTEGER, ReturnValue) == 0x000018, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteINTEGER::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteBlueprintFunctionLibrary_SQLiteNUMERIC \ static_assert(alignof(SQLiteBlueprintFunctionLibrary_SQLiteNUMERIC) == 0x000008, "Wrong alignment on SQLiteBlueprintFunctionLibrary_SQLiteNUMERIC"); \ static_assert(sizeof(SQLiteBlueprintFunctionLibrary_SQLiteNUMERIC) == 0x000058, "Wrong size on SQLiteBlueprintFunctionLibrary_SQLiteNUMERIC"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteNUMERIC, FieldName) == 0x000000, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteNUMERIC::FieldName' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteNUMERIC, PK) == 0x000010, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteNUMERIC::PK' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteNUMERIC, Unique) == 0x000011, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteNUMERIC::Unique' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteNUMERIC, ReturnValue) == 0x000018, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteNUMERIC::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteBlueprintFunctionLibrary_SQLitePrimaryKey \ static_assert(alignof(SQLiteBlueprintFunctionLibrary_SQLitePrimaryKey) == 0x000008, "Wrong alignment on SQLiteBlueprintFunctionLibrary_SQLitePrimaryKey"); \ static_assert(sizeof(SQLiteBlueprintFunctionLibrary_SQLitePrimaryKey) == 0x000020, "Wrong size on SQLiteBlueprintFunctionLibrary_SQLitePrimaryKey"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLitePrimaryKey, Fields) == 0x000000, "Member 'SQLiteBlueprintFunctionLibrary_SQLitePrimaryKey::Fields' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLitePrimaryKey, ReturnValue) == 0x000010, "Member 'SQLiteBlueprintFunctionLibrary_SQLitePrimaryKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteBlueprintFunctionLibrary_SQLiteREAL \ static_assert(alignof(SQLiteBlueprintFunctionLibrary_SQLiteREAL) == 0x000008, "Wrong alignment on SQLiteBlueprintFunctionLibrary_SQLiteREAL"); \ static_assert(sizeof(SQLiteBlueprintFunctionLibrary_SQLiteREAL) == 0x000058, "Wrong size on SQLiteBlueprintFunctionLibrary_SQLiteREAL"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteREAL, FieldName) == 0x000000, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteREAL::FieldName' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteREAL, PK) == 0x000010, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteREAL::PK' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteREAL, Unique) == 0x000011, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteREAL::Unique' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteREAL, ReturnValue) == 0x000018, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteREAL::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteBlueprintFunctionLibrary_SQLiteTEXT \ static_assert(alignof(SQLiteBlueprintFunctionLibrary_SQLiteTEXT) == 0x000008, "Wrong alignment on SQLiteBlueprintFunctionLibrary_SQLiteTEXT"); \ static_assert(sizeof(SQLiteBlueprintFunctionLibrary_SQLiteTEXT) == 0x000058, "Wrong size on SQLiteBlueprintFunctionLibrary_SQLiteTEXT"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteTEXT, FieldName) == 0x000000, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteTEXT::FieldName' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteTEXT, PK) == 0x000010, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteTEXT::PK' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteTEXT, Unique) == 0x000011, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteTEXT::Unique' has a wrong offset!"); \ static_assert(offsetof(SQLiteBlueprintFunctionLibrary_SQLiteTEXT, ReturnValue) == 0x000018, "Member 'SQLiteBlueprintFunctionLibrary_SQLiteTEXT::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USQLiteBlueprintFunctionLibrary \ static_assert(alignof(USQLiteBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on USQLiteBlueprintFunctionLibrary"); \ static_assert(sizeof(USQLiteBlueprintFunctionLibrary) == 0x000028, "Wrong size on USQLiteBlueprintFunctionLibrary"); \ #define DUMPER7_ASSERTS_SQLiteDatabase_CreateIndex \ static_assert(alignof(SQLiteDatabase_CreateIndex) == 0x000008, "Wrong alignment on SQLiteDatabase_CreateIndex"); \ static_assert(sizeof(SQLiteDatabase_CreateIndex) == 0x000048, "Wrong size on SQLiteDatabase_CreateIndex"); \ static_assert(offsetof(SQLiteDatabase_CreateIndex, DatabaseName) == 0x000000, "Member 'SQLiteDatabase_CreateIndex::DatabaseName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_CreateIndex, TableName) == 0x000010, "Member 'SQLiteDatabase_CreateIndex::TableName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_CreateIndex, Index_0) == 0x000020, "Member 'SQLiteDatabase_CreateIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_CreateIndex, ReturnValue) == 0x000040, "Member 'SQLiteDatabase_CreateIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteDatabase_CreateIndexes \ static_assert(alignof(SQLiteDatabase_CreateIndexes) == 0x000008, "Wrong alignment on SQLiteDatabase_CreateIndexes"); \ static_assert(sizeof(SQLiteDatabase_CreateIndexes) == 0x000038, "Wrong size on SQLiteDatabase_CreateIndexes"); \ static_assert(offsetof(SQLiteDatabase_CreateIndexes, DatabaseName) == 0x000000, "Member 'SQLiteDatabase_CreateIndexes::DatabaseName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_CreateIndexes, TableName) == 0x000010, "Member 'SQLiteDatabase_CreateIndexes::TableName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_CreateIndexes, Indexes) == 0x000020, "Member 'SQLiteDatabase_CreateIndexes::Indexes' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_CreateIndexes, ReturnValue) == 0x000030, "Member 'SQLiteDatabase_CreateIndexes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteDatabase_CreateTable \ static_assert(alignof(SQLiteDatabase_CreateTable) == 0x000008, "Wrong alignment on SQLiteDatabase_CreateTable"); \ static_assert(sizeof(SQLiteDatabase_CreateTable) == 0x000088, "Wrong size on SQLiteDatabase_CreateTable"); \ static_assert(offsetof(SQLiteDatabase_CreateTable, DatabaseName) == 0x000000, "Member 'SQLiteDatabase_CreateTable::DatabaseName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_CreateTable, TableName) == 0x000010, "Member 'SQLiteDatabase_CreateTable::TableName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_CreateTable, Fields) == 0x000020, "Member 'SQLiteDatabase_CreateTable::Fields' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_CreateTable, PK) == 0x000030, "Member 'SQLiteDatabase_CreateTable::PK' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_CreateTable, ReturnValue) == 0x000040, "Member 'SQLiteDatabase_CreateTable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteDatabase_DropIndex \ static_assert(alignof(SQLiteDatabase_DropIndex) == 0x000008, "Wrong alignment on SQLiteDatabase_DropIndex"); \ static_assert(sizeof(SQLiteDatabase_DropIndex) == 0x000028, "Wrong size on SQLiteDatabase_DropIndex"); \ static_assert(offsetof(SQLiteDatabase_DropIndex, DatabaseName) == 0x000000, "Member 'SQLiteDatabase_DropIndex::DatabaseName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_DropIndex, IndexName) == 0x000010, "Member 'SQLiteDatabase_DropIndex::IndexName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_DropIndex, ReturnValue) == 0x000020, "Member 'SQLiteDatabase_DropIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteDatabase_DropTable \ static_assert(alignof(SQLiteDatabase_DropTable) == 0x000008, "Wrong alignment on SQLiteDatabase_DropTable"); \ static_assert(sizeof(SQLiteDatabase_DropTable) == 0x000028, "Wrong size on SQLiteDatabase_DropTable"); \ static_assert(offsetof(SQLiteDatabase_DropTable, DatabaseName) == 0x000000, "Member 'SQLiteDatabase_DropTable::DatabaseName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_DropTable, TableName) == 0x000010, "Member 'SQLiteDatabase_DropTable::TableName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_DropTable, ReturnValue) == 0x000020, "Member 'SQLiteDatabase_DropTable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteDatabase_ExecSql \ static_assert(alignof(SQLiteDatabase_ExecSql) == 0x000008, "Wrong alignment on SQLiteDatabase_ExecSql"); \ static_assert(sizeof(SQLiteDatabase_ExecSql) == 0x000028, "Wrong size on SQLiteDatabase_ExecSql"); \ static_assert(offsetof(SQLiteDatabase_ExecSql, DatabaseName) == 0x000000, "Member 'SQLiteDatabase_ExecSql::DatabaseName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_ExecSql, Query) == 0x000010, "Member 'SQLiteDatabase_ExecSql::Query' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_ExecSql, ReturnValue) == 0x000020, "Member 'SQLiteDatabase_ExecSql::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteDatabase_GetData \ static_assert(alignof(SQLiteDatabase_GetData) == 0x000008, "Wrong alignment on SQLiteDatabase_GetData"); \ static_assert(sizeof(SQLiteDatabase_GetData) == 0x000048, "Wrong size on SQLiteDatabase_GetData"); \ static_assert(offsetof(SQLiteDatabase_GetData, DatabaseName) == 0x000000, "Member 'SQLiteDatabase_GetData::DatabaseName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_GetData, Query) == 0x000010, "Member 'SQLiteDatabase_GetData::Query' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_GetData, ReturnValue) == 0x000020, "Member 'SQLiteDatabase_GetData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteDatabase_GetDataBP \ static_assert(alignof(SQLiteDatabase_GetDataBP) == 0x000008, "Wrong alignment on SQLiteDatabase_GetDataBP"); \ static_assert(sizeof(SQLiteDatabase_GetDataBP) == 0x000070, "Wrong size on SQLiteDatabase_GetDataBP"); \ static_assert(offsetof(SQLiteDatabase_GetDataBP, DataSource) == 0x000000, "Member 'SQLiteDatabase_GetDataBP::DataSource' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_GetDataBP, Fields) == 0x000020, "Member 'SQLiteDatabase_GetDataBP::Fields' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_GetDataBP, Query) == 0x000030, "Member 'SQLiteDatabase_GetDataBP::Query' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_GetDataBP, MaxResults) == 0x000040, "Member 'SQLiteDatabase_GetDataBP::MaxResults' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_GetDataBP, ResultOffset) == 0x000044, "Member 'SQLiteDatabase_GetDataBP::ResultOffset' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_GetDataBP, ReturnValue) == 0x000048, "Member 'SQLiteDatabase_GetDataBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteDatabase_GetDataIntoObject \ static_assert(alignof(SQLiteDatabase_GetDataIntoObject) == 0x000008, "Wrong alignment on SQLiteDatabase_GetDataIntoObject"); \ static_assert(sizeof(SQLiteDatabase_GetDataIntoObject) == 0x000030, "Wrong size on SQLiteDatabase_GetDataIntoObject"); \ static_assert(offsetof(SQLiteDatabase_GetDataIntoObject, DatabaseName) == 0x000000, "Member 'SQLiteDatabase_GetDataIntoObject::DatabaseName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_GetDataIntoObject, Query) == 0x000010, "Member 'SQLiteDatabase_GetDataIntoObject::Query' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_GetDataIntoObject, ObjectToPopulate) == 0x000020, "Member 'SQLiteDatabase_GetDataIntoObject::ObjectToPopulate' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_GetDataIntoObject, ReturnValue) == 0x000028, "Member 'SQLiteDatabase_GetDataIntoObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteDatabase_GetDataIntoObjectBP \ static_assert(alignof(SQLiteDatabase_GetDataIntoObjectBP) == 0x000008, "Wrong alignment on SQLiteDatabase_GetDataIntoObjectBP"); \ static_assert(sizeof(SQLiteDatabase_GetDataIntoObjectBP) == 0x000050, "Wrong size on SQLiteDatabase_GetDataIntoObjectBP"); \ static_assert(offsetof(SQLiteDatabase_GetDataIntoObjectBP, DataSource) == 0x000000, "Member 'SQLiteDatabase_GetDataIntoObjectBP::DataSource' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_GetDataIntoObjectBP, Fields) == 0x000020, "Member 'SQLiteDatabase_GetDataIntoObjectBP::Fields' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_GetDataIntoObjectBP, Query) == 0x000030, "Member 'SQLiteDatabase_GetDataIntoObjectBP::Query' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_GetDataIntoObjectBP, ObjectToPopulate) == 0x000040, "Member 'SQLiteDatabase_GetDataIntoObjectBP::ObjectToPopulate' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_GetDataIntoObjectBP, ReturnValue) == 0x000048, "Member 'SQLiteDatabase_GetDataIntoObjectBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteDatabase_InsertRowsIntoTable \ static_assert(alignof(SQLiteDatabase_InsertRowsIntoTable) == 0x000008, "Wrong alignment on SQLiteDatabase_InsertRowsIntoTable"); \ static_assert(sizeof(SQLiteDatabase_InsertRowsIntoTable) == 0x000030, "Wrong size on SQLiteDatabase_InsertRowsIntoTable"); \ static_assert(offsetof(SQLiteDatabase_InsertRowsIntoTable, DatabaseName) == 0x000000, "Member 'SQLiteDatabase_InsertRowsIntoTable::DatabaseName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_InsertRowsIntoTable, TableName) == 0x000010, "Member 'SQLiteDatabase_InsertRowsIntoTable::TableName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_InsertRowsIntoTable, rowsOfFields) == 0x000020, "Member 'SQLiteDatabase_InsertRowsIntoTable::rowsOfFields' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteDatabase_IsDatabaseRegistered \ static_assert(alignof(SQLiteDatabase_IsDatabaseRegistered) == 0x000008, "Wrong alignment on SQLiteDatabase_IsDatabaseRegistered"); \ static_assert(sizeof(SQLiteDatabase_IsDatabaseRegistered) == 0x000018, "Wrong size on SQLiteDatabase_IsDatabaseRegistered"); \ static_assert(offsetof(SQLiteDatabase_IsDatabaseRegistered, DatabaseName) == 0x000000, "Member 'SQLiteDatabase_IsDatabaseRegistered::DatabaseName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_IsDatabaseRegistered, ReturnValue) == 0x000010, "Member 'SQLiteDatabase_IsDatabaseRegistered::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteDatabase_IsTableExists \ static_assert(alignof(SQLiteDatabase_IsTableExists) == 0x000008, "Wrong alignment on SQLiteDatabase_IsTableExists"); \ static_assert(sizeof(SQLiteDatabase_IsTableExists) == 0x000028, "Wrong size on SQLiteDatabase_IsTableExists"); \ static_assert(offsetof(SQLiteDatabase_IsTableExists, DatabaseName) == 0x000000, "Member 'SQLiteDatabase_IsTableExists::DatabaseName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_IsTableExists, TableName) == 0x000010, "Member 'SQLiteDatabase_IsTableExists::TableName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_IsTableExists, ReturnValue) == 0x000020, "Member 'SQLiteDatabase_IsTableExists::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteDatabase_RegisterDatabase \ static_assert(alignof(SQLiteDatabase_RegisterDatabase) == 0x000008, "Wrong alignment on SQLiteDatabase_RegisterDatabase"); \ static_assert(sizeof(SQLiteDatabase_RegisterDatabase) == 0x000028, "Wrong size on SQLiteDatabase_RegisterDatabase"); \ static_assert(offsetof(SQLiteDatabase_RegisterDatabase, Name_0) == 0x000000, "Member 'SQLiteDatabase_RegisterDatabase::Name_0' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_RegisterDatabase, Filename) == 0x000010, "Member 'SQLiteDatabase_RegisterDatabase::Filename' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_RegisterDatabase, RelativeToGameContentDirectory) == 0x000020, "Member 'SQLiteDatabase_RegisterDatabase::RelativeToGameContentDirectory' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_RegisterDatabase, InMemoryDatabase) == 0x000021, "Member 'SQLiteDatabase_RegisterDatabase::InMemoryDatabase' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_RegisterDatabase, ReturnValue) == 0x000022, "Member 'SQLiteDatabase_RegisterDatabase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteDatabase_TruncateTable \ static_assert(alignof(SQLiteDatabase_TruncateTable) == 0x000008, "Wrong alignment on SQLiteDatabase_TruncateTable"); \ static_assert(sizeof(SQLiteDatabase_TruncateTable) == 0x000028, "Wrong size on SQLiteDatabase_TruncateTable"); \ static_assert(offsetof(SQLiteDatabase_TruncateTable, DatabaseName) == 0x000000, "Member 'SQLiteDatabase_TruncateTable::DatabaseName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_TruncateTable, TableName) == 0x000010, "Member 'SQLiteDatabase_TruncateTable::TableName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_TruncateTable, ReturnValue) == 0x000020, "Member 'SQLiteDatabase_TruncateTable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SQLiteDatabase_Vacuum \ static_assert(alignof(SQLiteDatabase_Vacuum) == 0x000008, "Wrong alignment on SQLiteDatabase_Vacuum"); \ static_assert(sizeof(SQLiteDatabase_Vacuum) == 0x000018, "Wrong size on SQLiteDatabase_Vacuum"); \ static_assert(offsetof(SQLiteDatabase_Vacuum, DatabaseName) == 0x000000, "Member 'SQLiteDatabase_Vacuum::DatabaseName' has a wrong offset!"); \ static_assert(offsetof(SQLiteDatabase_Vacuum, ReturnValue) == 0x000010, "Member 'SQLiteDatabase_Vacuum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USQLiteDatabase \ static_assert(alignof(USQLiteDatabase) == 0x000008, "Wrong alignment on USQLiteDatabase"); \ static_assert(sizeof(USQLiteDatabase) == 0x000028, "Wrong size on USQLiteDatabase"); \ #define DUMPER7_ASSERTS_GameThreadTasksSchedulerBPUtils_PushGameThreadTask \ static_assert(alignof(GameThreadTasksSchedulerBPUtils_PushGameThreadTask) == 0x000004, "Wrong alignment on GameThreadTasksSchedulerBPUtils_PushGameThreadTask"); \ static_assert(sizeof(GameThreadTasksSchedulerBPUtils_PushGameThreadTask) == 0x00001C, "Wrong size on GameThreadTasksSchedulerBPUtils_PushGameThreadTask"); \ static_assert(offsetof(GameThreadTasksSchedulerBPUtils_PushGameThreadTask, Runnable) == 0x000000, "Member 'GameThreadTasksSchedulerBPUtils_PushGameThreadTask::Runnable' has a wrong offset!"); \ static_assert(offsetof(GameThreadTasksSchedulerBPUtils_PushGameThreadTask, Priority) == 0x000010, "Member 'GameThreadTasksSchedulerBPUtils_PushGameThreadTask::Priority' has a wrong offset!"); \ static_assert(offsetof(GameThreadTasksSchedulerBPUtils_PushGameThreadTask, TaskName) == 0x000014, "Member 'GameThreadTasksSchedulerBPUtils_PushGameThreadTask::TaskName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameThreadTasksSchedulerBPUtils \ static_assert(alignof(UGameThreadTasksSchedulerBPUtils) == 0x000008, "Wrong alignment on UGameThreadTasksSchedulerBPUtils"); \ static_assert(sizeof(UGameThreadTasksSchedulerBPUtils) == 0x000028, "Wrong size on UGameThreadTasksSchedulerBPUtils"); \ #define DUMPER7_ASSERTS_UI_BP_AncientMagicMeter_C_SetMagicPct \ static_assert(alignof(UI_BP_AncientMagicMeter_C_SetMagicPct) == 0x000008, "Wrong alignment on UI_BP_AncientMagicMeter_C_SetMagicPct"); \ static_assert(sizeof(UI_BP_AncientMagicMeter_C_SetMagicPct) == 0x000018, "Wrong size on UI_BP_AncientMagicMeter_C_SetMagicPct"); \ static_assert(offsetof(UI_BP_AncientMagicMeter_C_SetMagicPct, NewPct) == 0x000000, "Member 'UI_BP_AncientMagicMeter_C_SetMagicPct::NewPct' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AncientMagicMeter_C_SetMagicPct, CallFunc_K2_SetTimer_ReturnValue) == 0x000008, "Member 'UI_BP_AncientMagicMeter_C_SetMagicPct::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AncientMagicMeter_C_SetMagicPct, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000010, "Member 'UI_BP_AncientMagicMeter_C_SetMagicPct::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AncientMagicMeter_C_SetMagicPct, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'UI_BP_AncientMagicMeter_C_SetMagicPct::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AncientMagicMeter_C_SetPctDelta \ static_assert(alignof(UI_BP_AncientMagicMeter_C_SetPctDelta) == 0x000008, "Wrong alignment on UI_BP_AncientMagicMeter_C_SetPctDelta"); \ static_assert(sizeof(UI_BP_AncientMagicMeter_C_SetPctDelta) == 0x000020, "Wrong size on UI_BP_AncientMagicMeter_C_SetPctDelta"); \ static_assert(offsetof(UI_BP_AncientMagicMeter_C_SetPctDelta, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'UI_BP_AncientMagicMeter_C_SetPctDelta::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AncientMagicMeter_C_SetPctDelta, CallFunc_GetHUD_ReturnValue) == 0x000008, "Member 'UI_BP_AncientMagicMeter_C_SetPctDelta::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AncientMagicMeter_C_SetPctDelta, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000010, "Member 'UI_BP_AncientMagicMeter_C_SetPctDelta::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AncientMagicMeter_C_SetPctDelta, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_AncientMagicMeter_C_SetPctDelta::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AncientMagicMeter_C_SetPctDelta, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000019, "Member 'UI_BP_AncientMagicMeter_C_SetPctDelta::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AncientMagicMeter_C_SetPctDelta, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x00001A, "Member 'UI_BP_AncientMagicMeter_C_SetPctDelta::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AncientMagicMeter_C_SetPctDelta, CallFunc_Add_FloatFloat_ReturnValue) == 0x00001C, "Member 'UI_BP_AncientMagicMeter_C_SetPctDelta::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_AncientMagicMeter_C \ static_assert(alignof(UUI_BP_AncientMagicMeter_C) == 0x000008, "Wrong alignment on UUI_BP_AncientMagicMeter_C"); \ static_assert(sizeof(UUI_BP_AncientMagicMeter_C) == 0x000280, "Wrong size on UUI_BP_AncientMagicMeter_C"); \ static_assert(offsetof(UUI_BP_AncientMagicMeter_C, AncientMagicProgressBar) == 0x000268, "Member 'UUI_BP_AncientMagicMeter_C::AncientMagicProgressBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AncientMagicMeter_C, DeltaPct) == 0x000270, "Member 'UUI_BP_AncientMagicMeter_C::DeltaPct' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AncientMagicMeter_C, TargetFillPct) == 0x000274, "Member 'UUI_BP_AncientMagicMeter_C::TargetFillPct' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AncientMagicMeter_C, FillTimerHandle) == 0x000278, "Member 'UUI_BP_AncientMagicMeter_C::FillTimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHermesBPDelegateHandle \ static_assert(alignof(FHermesBPDelegateHandle) == 0x000008, "Wrong alignment on FHermesBPDelegateHandle"); \ static_assert(sizeof(FHermesBPDelegateHandle) == 0x000010, "Wrong size on FHermesBPDelegateHandle"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesBindAActor \ static_assert(alignof(HermesBPLibrary_HermesBindAActor) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesBindAActor"); \ static_assert(sizeof(HermesBPLibrary_HermesBindAActor) == 0x000028, "Wrong size on HermesBPLibrary_HermesBindAActor"); \ static_assert(offsetof(HermesBPLibrary_HermesBindAActor, Delegate_AActor) == 0x000000, "Member 'HermesBPLibrary_HermesBindAActor::Delegate_AActor' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindAActor, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesBindAActor::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindAActor, Handle) == 0x000018, "Member 'HermesBPLibrary_HermesBindAActor::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesBindDoubleFString \ static_assert(alignof(HermesBPLibrary_HermesBindDoubleFString) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesBindDoubleFString"); \ static_assert(sizeof(HermesBPLibrary_HermesBindDoubleFString) == 0x000028, "Wrong size on HermesBPLibrary_HermesBindDoubleFString"); \ static_assert(offsetof(HermesBPLibrary_HermesBindDoubleFString, Delegate_DoubleFString) == 0x000000, "Member 'HermesBPLibrary_HermesBindDoubleFString::Delegate_DoubleFString' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindDoubleFString, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesBindDoubleFString::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindDoubleFString, Handle) == 0x000018, "Member 'HermesBPLibrary_HermesBindDoubleFString::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesBindDoubleInt \ static_assert(alignof(HermesBPLibrary_HermesBindDoubleInt) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesBindDoubleInt"); \ static_assert(sizeof(HermesBPLibrary_HermesBindDoubleInt) == 0x000028, "Wrong size on HermesBPLibrary_HermesBindDoubleInt"); \ static_assert(offsetof(HermesBPLibrary_HermesBindDoubleInt, Delegate_DoubleInt) == 0x000000, "Member 'HermesBPLibrary_HermesBindDoubleInt::Delegate_DoubleInt' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindDoubleInt, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesBindDoubleInt::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindDoubleInt, Handle) == 0x000018, "Member 'HermesBPLibrary_HermesBindDoubleInt::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesBindEvent \ static_assert(alignof(HermesBPLibrary_HermesBindEvent) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesBindEvent"); \ static_assert(sizeof(HermesBPLibrary_HermesBindEvent) == 0x000028, "Wrong size on HermesBPLibrary_HermesBindEvent"); \ static_assert(offsetof(HermesBPLibrary_HermesBindEvent, Delegate_Event) == 0x000000, "Member 'HermesBPLibrary_HermesBindEvent::Delegate_Event' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindEvent, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesBindEvent::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindEvent, Handle) == 0x000018, "Member 'HermesBPLibrary_HermesBindEvent::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesBindFloat \ static_assert(alignof(HermesBPLibrary_HermesBindFloat) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesBindFloat"); \ static_assert(sizeof(HermesBPLibrary_HermesBindFloat) == 0x000028, "Wrong size on HermesBPLibrary_HermesBindFloat"); \ static_assert(offsetof(HermesBPLibrary_HermesBindFloat, Delegate_Float) == 0x000000, "Member 'HermesBPLibrary_HermesBindFloat::Delegate_Float' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindFloat, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesBindFloat::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindFloat, Handle) == 0x000018, "Member 'HermesBPLibrary_HermesBindFloat::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesBindFName \ static_assert(alignof(HermesBPLibrary_HermesBindFName) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesBindFName"); \ static_assert(sizeof(HermesBPLibrary_HermesBindFName) == 0x000028, "Wrong size on HermesBPLibrary_HermesBindFName"); \ static_assert(offsetof(HermesBPLibrary_HermesBindFName, Delegate_FName) == 0x000000, "Member 'HermesBPLibrary_HermesBindFName::Delegate_FName' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindFName, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesBindFName::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindFName, Handle) == 0x000018, "Member 'HermesBPLibrary_HermesBindFName::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesBindFString \ static_assert(alignof(HermesBPLibrary_HermesBindFString) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesBindFString"); \ static_assert(sizeof(HermesBPLibrary_HermesBindFString) == 0x000028, "Wrong size on HermesBPLibrary_HermesBindFString"); \ static_assert(offsetof(HermesBPLibrary_HermesBindFString, Delegate_FString) == 0x000000, "Member 'HermesBPLibrary_HermesBindFString::Delegate_FString' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindFString, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesBindFString::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindFString, Handle) == 0x000018, "Member 'HermesBPLibrary_HermesBindFString::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesBindFText \ static_assert(alignof(HermesBPLibrary_HermesBindFText) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesBindFText"); \ static_assert(sizeof(HermesBPLibrary_HermesBindFText) == 0x000028, "Wrong size on HermesBPLibrary_HermesBindFText"); \ static_assert(offsetof(HermesBPLibrary_HermesBindFText, Delegate_FText) == 0x000000, "Member 'HermesBPLibrary_HermesBindFText::Delegate_FText' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindFText, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesBindFText::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindFText, Handle) == 0x000018, "Member 'HermesBPLibrary_HermesBindFText::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesBindGuid \ static_assert(alignof(HermesBPLibrary_HermesBindGuid) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesBindGuid"); \ static_assert(sizeof(HermesBPLibrary_HermesBindGuid) == 0x000028, "Wrong size on HermesBPLibrary_HermesBindGuid"); \ static_assert(offsetof(HermesBPLibrary_HermesBindGuid, Delegate_Guid) == 0x000000, "Member 'HermesBPLibrary_HermesBindGuid::Delegate_Guid' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindGuid, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesBindGuid::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindGuid, Handle) == 0x000018, "Member 'HermesBPLibrary_HermesBindGuid::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesBindHitResult \ static_assert(alignof(HermesBPLibrary_HermesBindHitResult) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesBindHitResult"); \ static_assert(sizeof(HermesBPLibrary_HermesBindHitResult) == 0x000028, "Wrong size on HermesBPLibrary_HermesBindHitResult"); \ static_assert(offsetof(HermesBPLibrary_HermesBindHitResult, Delegate_HitResult) == 0x000000, "Member 'HermesBPLibrary_HermesBindHitResult::Delegate_HitResult' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindHitResult, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesBindHitResult::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindHitResult, Handle) == 0x000018, "Member 'HermesBPLibrary_HermesBindHitResult::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesBindInt \ static_assert(alignof(HermesBPLibrary_HermesBindInt) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesBindInt"); \ static_assert(sizeof(HermesBPLibrary_HermesBindInt) == 0x000028, "Wrong size on HermesBPLibrary_HermesBindInt"); \ static_assert(offsetof(HermesBPLibrary_HermesBindInt, Delegate_Int) == 0x000000, "Member 'HermesBPLibrary_HermesBindInt::Delegate_Int' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindInt, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesBindInt::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindInt, Handle) == 0x000018, "Member 'HermesBPLibrary_HermesBindInt::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesBindVector \ static_assert(alignof(HermesBPLibrary_HermesBindVector) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesBindVector"); \ static_assert(sizeof(HermesBPLibrary_HermesBindVector) == 0x000028, "Wrong size on HermesBPLibrary_HermesBindVector"); \ static_assert(offsetof(HermesBPLibrary_HermesBindVector, Delegate_Vector) == 0x000000, "Member 'HermesBPLibrary_HermesBindVector::Delegate_Vector' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindVector, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesBindVector::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesBindVector, Handle) == 0x000018, "Member 'HermesBPLibrary_HermesBindVector::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteAllAActor \ static_assert(alignof(HermesBPLibrary_HermesExecuteAllAActor) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteAllAActor"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteAllAActor) == 0x000020, "Wrong size on HermesBPLibrary_HermesExecuteAllAActor"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllAActor, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteAllAActor::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllAActor, Caller) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteAllAActor::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllAActor, Actor) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteAllAActor::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteAllDoubleFString \ static_assert(alignof(HermesBPLibrary_HermesExecuteAllDoubleFString) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteAllDoubleFString"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteAllDoubleFString) == 0x000038, "Wrong size on HermesBPLibrary_HermesExecuteAllDoubleFString"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllDoubleFString, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteAllDoubleFString::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllDoubleFString, Caller) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteAllDoubleFString::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllDoubleFString, String1) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteAllDoubleFString::String1' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllDoubleFString, String2) == 0x000028, "Member 'HermesBPLibrary_HermesExecuteAllDoubleFString::String2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteAllDoubleInt \ static_assert(alignof(HermesBPLibrary_HermesExecuteAllDoubleInt) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteAllDoubleInt"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteAllDoubleInt) == 0x000020, "Wrong size on HermesBPLibrary_HermesExecuteAllDoubleInt"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllDoubleInt, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteAllDoubleInt::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllDoubleInt, Caller) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteAllDoubleInt::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllDoubleInt, Int1) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteAllDoubleInt::Int1' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllDoubleInt, Int2) == 0x00001C, "Member 'HermesBPLibrary_HermesExecuteAllDoubleInt::Int2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteAllEvent \ static_assert(alignof(HermesBPLibrary_HermesExecuteAllEvent) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteAllEvent"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteAllEvent) == 0x000018, "Wrong size on HermesBPLibrary_HermesExecuteAllEvent"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllEvent, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteAllEvent::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllEvent, Caller) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteAllEvent::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteAllFloat \ static_assert(alignof(HermesBPLibrary_HermesExecuteAllFloat) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteAllFloat"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteAllFloat) == 0x000020, "Wrong size on HermesBPLibrary_HermesExecuteAllFloat"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllFloat, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteAllFloat::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllFloat, Caller) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteAllFloat::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllFloat, float_0) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteAllFloat::float_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteAllFName \ static_assert(alignof(HermesBPLibrary_HermesExecuteAllFName) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteAllFName"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteAllFName) == 0x000020, "Wrong size on HermesBPLibrary_HermesExecuteAllFName"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllFName, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteAllFName::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllFName, Caller) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteAllFName::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllFName, String) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteAllFName::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteAllFString \ static_assert(alignof(HermesBPLibrary_HermesExecuteAllFString) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteAllFString"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteAllFString) == 0x000028, "Wrong size on HermesBPLibrary_HermesExecuteAllFString"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllFString, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteAllFString::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllFString, Caller) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteAllFString::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllFString, String) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteAllFString::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteAllFText \ static_assert(alignof(HermesBPLibrary_HermesExecuteAllFText) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteAllFText"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteAllFText) == 0x000030, "Wrong size on HermesBPLibrary_HermesExecuteAllFText"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllFText, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteAllFText::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllFText, Caller) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteAllFText::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllFText, Text) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteAllFText::Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteAllGuid \ static_assert(alignof(HermesBPLibrary_HermesExecuteAllGuid) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteAllGuid"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteAllGuid) == 0x000028, "Wrong size on HermesBPLibrary_HermesExecuteAllGuid"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllGuid, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteAllGuid::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllGuid, Caller) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteAllGuid::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllGuid, Guid) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteAllGuid::Guid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteAllHitResult \ static_assert(alignof(HermesBPLibrary_HermesExecuteAllHitResult) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteAllHitResult"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteAllHitResult) == 0x0000A0, "Wrong size on HermesBPLibrary_HermesExecuteAllHitResult"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllHitResult, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteAllHitResult::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllHitResult, Caller) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteAllHitResult::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllHitResult, HitResult) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteAllHitResult::HitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteAllInt \ static_assert(alignof(HermesBPLibrary_HermesExecuteAllInt) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteAllInt"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteAllInt) == 0x000020, "Wrong size on HermesBPLibrary_HermesExecuteAllInt"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllInt, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteAllInt::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllInt, Caller) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteAllInt::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllInt, int_0) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteAllInt::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteAllVector \ static_assert(alignof(HermesBPLibrary_HermesExecuteAllVector) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteAllVector"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteAllVector) == 0x000028, "Wrong size on HermesBPLibrary_HermesExecuteAllVector"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllVector, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteAllVector::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllVector, Caller) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteAllVector::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteAllVector, Vector) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteAllVector::Vector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteOwnedAActor \ static_assert(alignof(HermesBPLibrary_HermesExecuteOwnedAActor) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteOwnedAActor"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteOwnedAActor) == 0x000028, "Wrong size on HermesBPLibrary_HermesExecuteOwnedAActor"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedAActor, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteOwnedAActor::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedAActor, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteOwnedAActor::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedAActor, Caller) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteOwnedAActor::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedAActor, Actor) == 0x000020, "Member 'HermesBPLibrary_HermesExecuteOwnedAActor::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteOwnedDoubleFString \ static_assert(alignof(HermesBPLibrary_HermesExecuteOwnedDoubleFString) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteOwnedDoubleFString"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteOwnedDoubleFString) == 0x000040, "Wrong size on HermesBPLibrary_HermesExecuteOwnedDoubleFString"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedDoubleFString, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteOwnedDoubleFString::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedDoubleFString, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteOwnedDoubleFString::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedDoubleFString, Caller) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteOwnedDoubleFString::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedDoubleFString, String1) == 0x000020, "Member 'HermesBPLibrary_HermesExecuteOwnedDoubleFString::String1' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedDoubleFString, String2) == 0x000030, "Member 'HermesBPLibrary_HermesExecuteOwnedDoubleFString::String2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteOwnedDoubleInt \ static_assert(alignof(HermesBPLibrary_HermesExecuteOwnedDoubleInt) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteOwnedDoubleInt"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteOwnedDoubleInt) == 0x000028, "Wrong size on HermesBPLibrary_HermesExecuteOwnedDoubleInt"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedDoubleInt, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteOwnedDoubleInt::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedDoubleInt, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteOwnedDoubleInt::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedDoubleInt, Caller) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteOwnedDoubleInt::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedDoubleInt, int_0) == 0x000020, "Member 'HermesBPLibrary_HermesExecuteOwnedDoubleInt::int_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedDoubleInt, Int2) == 0x000024, "Member 'HermesBPLibrary_HermesExecuteOwnedDoubleInt::Int2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteOwnedEvent \ static_assert(alignof(HermesBPLibrary_HermesExecuteOwnedEvent) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteOwnedEvent"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteOwnedEvent) == 0x000020, "Wrong size on HermesBPLibrary_HermesExecuteOwnedEvent"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedEvent, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteOwnedEvent::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedEvent, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteOwnedEvent::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedEvent, Caller) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteOwnedEvent::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteOwnedFloat \ static_assert(alignof(HermesBPLibrary_HermesExecuteOwnedFloat) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteOwnedFloat"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteOwnedFloat) == 0x000028, "Wrong size on HermesBPLibrary_HermesExecuteOwnedFloat"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedFloat, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteOwnedFloat::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedFloat, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteOwnedFloat::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedFloat, Caller) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteOwnedFloat::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedFloat, float_0) == 0x000020, "Member 'HermesBPLibrary_HermesExecuteOwnedFloat::float_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteOwnedFName \ static_assert(alignof(HermesBPLibrary_HermesExecuteOwnedFName) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteOwnedFName"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteOwnedFName) == 0x000028, "Wrong size on HermesBPLibrary_HermesExecuteOwnedFName"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedFName, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteOwnedFName::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedFName, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteOwnedFName::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedFName, Caller) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteOwnedFName::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedFName, String) == 0x000020, "Member 'HermesBPLibrary_HermesExecuteOwnedFName::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteOwnedFString \ static_assert(alignof(HermesBPLibrary_HermesExecuteOwnedFString) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteOwnedFString"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteOwnedFString) == 0x000030, "Wrong size on HermesBPLibrary_HermesExecuteOwnedFString"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedFString, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteOwnedFString::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedFString, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteOwnedFString::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedFString, Caller) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteOwnedFString::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedFString, String) == 0x000020, "Member 'HermesBPLibrary_HermesExecuteOwnedFString::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteOwnedFText \ static_assert(alignof(HermesBPLibrary_HermesExecuteOwnedFText) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteOwnedFText"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteOwnedFText) == 0x000038, "Wrong size on HermesBPLibrary_HermesExecuteOwnedFText"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedFText, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteOwnedFText::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedFText, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteOwnedFText::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedFText, Caller) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteOwnedFText::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedFText, Text) == 0x000020, "Member 'HermesBPLibrary_HermesExecuteOwnedFText::Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteOwnedGuid \ static_assert(alignof(HermesBPLibrary_HermesExecuteOwnedGuid) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteOwnedGuid"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteOwnedGuid) == 0x000030, "Wrong size on HermesBPLibrary_HermesExecuteOwnedGuid"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedGuid, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteOwnedGuid::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedGuid, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteOwnedGuid::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedGuid, Caller) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteOwnedGuid::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedGuid, Guid) == 0x000020, "Member 'HermesBPLibrary_HermesExecuteOwnedGuid::Guid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteOwnedHitResult \ static_assert(alignof(HermesBPLibrary_HermesExecuteOwnedHitResult) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteOwnedHitResult"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteOwnedHitResult) == 0x0000A8, "Wrong size on HermesBPLibrary_HermesExecuteOwnedHitResult"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedHitResult, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteOwnedHitResult::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedHitResult, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteOwnedHitResult::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedHitResult, Caller) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteOwnedHitResult::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedHitResult, HitResult) == 0x000020, "Member 'HermesBPLibrary_HermesExecuteOwnedHitResult::HitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteOwnedInt \ static_assert(alignof(HermesBPLibrary_HermesExecuteOwnedInt) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteOwnedInt"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteOwnedInt) == 0x000028, "Wrong size on HermesBPLibrary_HermesExecuteOwnedInt"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedInt, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteOwnedInt::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedInt, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteOwnedInt::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedInt, Caller) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteOwnedInt::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedInt, int_0) == 0x000020, "Member 'HermesBPLibrary_HermesExecuteOwnedInt::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesExecuteOwnedVector \ static_assert(alignof(HermesBPLibrary_HermesExecuteOwnedVector) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesExecuteOwnedVector"); \ static_assert(sizeof(HermesBPLibrary_HermesExecuteOwnedVector) == 0x000030, "Wrong size on HermesBPLibrary_HermesExecuteOwnedVector"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedVector, Name_0) == 0x000000, "Member 'HermesBPLibrary_HermesExecuteOwnedVector::Name_0' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedVector, Owner) == 0x000010, "Member 'HermesBPLibrary_HermesExecuteOwnedVector::Owner' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedVector, Caller) == 0x000018, "Member 'HermesBPLibrary_HermesExecuteOwnedVector::Caller' has a wrong offset!"); \ static_assert(offsetof(HermesBPLibrary_HermesExecuteOwnedVector, Vector) == 0x000020, "Member 'HermesBPLibrary_HermesExecuteOwnedVector::Vector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HermesBPLibrary_HermesUnbind \ static_assert(alignof(HermesBPLibrary_HermesUnbind) == 0x000008, "Wrong alignment on HermesBPLibrary_HermesUnbind"); \ static_assert(sizeof(HermesBPLibrary_HermesUnbind) == 0x000010, "Wrong size on HermesBPLibrary_HermesUnbind"); \ static_assert(offsetof(HermesBPLibrary_HermesUnbind, Handle) == 0x000000, "Member 'HermesBPLibrary_HermesUnbind::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHermesBPLibrary \ static_assert(alignof(UHermesBPLibrary) == 0x000008, "Wrong alignment on UHermesBPLibrary"); \ static_assert(sizeof(UHermesBPLibrary) == 0x000028, "Wrong size on UHermesBPLibrary"); \ #define DUMPER7_ASSERTS_BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall \ static_assert(alignof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall) == 0x000008, "Wrong alignment on BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall"); \ static_assert(sizeof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall) == 0x0000A0, "Wrong size on BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, EntryPoint) == 0x000000, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000004, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, CallFunc_GetVariantInt32_FromHandle_bFound) == 0x000010, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::CallFunc_GetVariantInt32_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, CallFunc_GetVariantInt32_FromHandle_ReturnValue) == 0x000014, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::CallFunc_GetVariantInt32_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, CallFunc_Conv_IntToByte_ReturnValue) == 0x000021, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000028, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, CallFunc_GetValidValue_ReturnValue) == 0x000039, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x00003A, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, CallFunc_GetMovementComponent_ReturnValue) == 0x000040, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, K2Node_DynamicCast_AsAmbulatory_Movement_Component) == 0x000048, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::K2Node_DynamicCast_AsAmbulatory_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, K2Node_Event_OwnerActor) == 0x000058, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, CallFunc_GetActorOwner_ReturnValue) == 0x000060, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000068, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, K2Node_DynamicCast_AsBiped_Player_1) == 0x000070, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, K2Node_DynamicCast_bSuccess_3) == 0x000078, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, CallFunc_MakeLiteralName_ReturnValue) == 0x00007C, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, CallFunc_GetValueAsClass_ReturnValue) == 0x000088, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::CallFunc_GetValueAsClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000090, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, CallFunc_GetCurrentSurfaceType_ReturnValue) == 0x000094, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::CallFunc_GetCurrentSurfaceType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x000098, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00009C, "Member 'BTT_Biped_SlipAndFall_C_ExecuteUbergraph_BTT_Biped_SlipAndFall::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SlipAndFall_C_ExitTask \ static_assert(alignof(BTT_Biped_SlipAndFall_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_SlipAndFall_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_SlipAndFall_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_SlipAndFall_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_SlipAndFall_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SlipAndFall_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_SlipAndFall_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_SlipAndFall_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_SlipAndFall_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_SlipAndFall_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_SlipAndFall_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SlipAndFall_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_SlipAndFall_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_SlipAndFall_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_SlipAndFall_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_SlipAndFall_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_SlipAndFall_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SlipAndFall_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_SlipAndFall_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_SlipAndFall_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_SlipAndFall_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_SlipAndFall_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_SlipAndFall_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SlipAndFall_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_SlipAndFall_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_SlipAndFall_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_SlipAndFall_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_SlipAndFall_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_SlipAndFall_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_SlipAndFall_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_SlipAndFall_C \ static_assert(alignof(UBTT_Biped_SlipAndFall_C) == 0x000008, "Wrong alignment on UBTT_Biped_SlipAndFall_C"); \ static_assert(sizeof(UBTT_Biped_SlipAndFall_C) == 0x000168, "Wrong size on UBTT_Biped_SlipAndFall_C"); \ static_assert(offsetof(UBTT_Biped_SlipAndFall_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_SlipAndFall_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_SlipAndFall_C, AmbulatoryMovementComponent) == 0x000158, "Member 'UBTT_Biped_SlipAndFall_C::AmbulatoryMovementComponent' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_SlipAndFall_C, CurrentSurfaceType) == 0x000160, "Member 'UBTT_Biped_SlipAndFall_C::CurrentSurfaceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkAdvancedInitializationSettings \ static_assert(alignof(FAkAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkAdvancedInitializationSettings"); \ static_assert(sizeof(FAkAdvancedInitializationSettings) == 0x00002C, "Wrong size on FAkAdvancedInitializationSettings"); \ static_assert(offsetof(FAkAdvancedInitializationSettings, IO_MemorySize) == 0x000000, "Member 'FAkAdvancedInitializationSettings::IO_MemorySize' has a wrong offset!"); \ static_assert(offsetof(FAkAdvancedInitializationSettings, IO_Granularity) == 0x000004, "Member 'FAkAdvancedInitializationSettings::IO_Granularity' has a wrong offset!"); \ static_assert(offsetof(FAkAdvancedInitializationSettings, TargetAutoStreamBufferLength) == 0x000008, "Member 'FAkAdvancedInitializationSettings::TargetAutoStreamBufferLength' has a wrong offset!"); \ static_assert(offsetof(FAkAdvancedInitializationSettings, UseStreamCache) == 0x00000C, "Member 'FAkAdvancedInitializationSettings::UseStreamCache' has a wrong offset!"); \ static_assert(offsetof(FAkAdvancedInitializationSettings, MaximumPinnedBytesInCache) == 0x000010, "Member 'FAkAdvancedInitializationSettings::MaximumPinnedBytesInCache' has a wrong offset!"); \ static_assert(offsetof(FAkAdvancedInitializationSettings, EnableGameSyncPreparation) == 0x000014, "Member 'FAkAdvancedInitializationSettings::EnableGameSyncPreparation' has a wrong offset!"); \ static_assert(offsetof(FAkAdvancedInitializationSettings, ContinuousPlaybackLookAhead) == 0x000018, "Member 'FAkAdvancedInitializationSettings::ContinuousPlaybackLookAhead' has a wrong offset!"); \ static_assert(offsetof(FAkAdvancedInitializationSettings, MonitorQueuePoolSize) == 0x00001C, "Member 'FAkAdvancedInitializationSettings::MonitorQueuePoolSize' has a wrong offset!"); \ static_assert(offsetof(FAkAdvancedInitializationSettings, MaximumHardwareTimeoutMs) == 0x000020, "Member 'FAkAdvancedInitializationSettings::MaximumHardwareTimeoutMs' has a wrong offset!"); \ static_assert(offsetof(FAkAdvancedInitializationSettings, DebugOutOfRangeCheckEnabled) == 0x000024, "Member 'FAkAdvancedInitializationSettings::DebugOutOfRangeCheckEnabled' has a wrong offset!"); \ static_assert(offsetof(FAkAdvancedInitializationSettings, DebugOutOfRangeLimit) == 0x000028, "Member 'FAkAdvancedInitializationSettings::DebugOutOfRangeLimit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkMainOutputSettings \ static_assert(alignof(FAkMainOutputSettings) == 0x000008, "Wrong alignment on FAkMainOutputSettings"); \ static_assert(sizeof(FAkMainOutputSettings) == 0x000028, "Wrong size on FAkMainOutputSettings"); \ static_assert(offsetof(FAkMainOutputSettings, AudioDeviceShareset) == 0x000000, "Member 'FAkMainOutputSettings::AudioDeviceShareset' has a wrong offset!"); \ static_assert(offsetof(FAkMainOutputSettings, DeviceID) == 0x000010, "Member 'FAkMainOutputSettings::DeviceID' has a wrong offset!"); \ static_assert(offsetof(FAkMainOutputSettings, PanningRule) == 0x000014, "Member 'FAkMainOutputSettings::PanningRule' has a wrong offset!"); \ static_assert(offsetof(FAkMainOutputSettings, ChannelConfigType) == 0x000018, "Member 'FAkMainOutputSettings::ChannelConfigType' has a wrong offset!"); \ static_assert(offsetof(FAkMainOutputSettings, ChannelMask) == 0x00001C, "Member 'FAkMainOutputSettings::ChannelMask' has a wrong offset!"); \ static_assert(offsetof(FAkMainOutputSettings, NumberOfChannels) == 0x000020, "Member 'FAkMainOutputSettings::NumberOfChannels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAKWaapiJsonObject \ static_assert(alignof(FAKWaapiJsonObject) == 0x000008, "Wrong alignment on FAKWaapiJsonObject"); \ static_assert(sizeof(FAKWaapiJsonObject) == 0x000010, "Wrong size on FAKWaapiJsonObject"); \ #define DUMPER7_ASSERTS_FAkAdvancedInitializationSettingsWithMultiCoreRendering \ static_assert(alignof(FAkAdvancedInitializationSettingsWithMultiCoreRendering) == 0x000004, "Wrong alignment on FAkAdvancedInitializationSettingsWithMultiCoreRendering"); \ static_assert(sizeof(FAkAdvancedInitializationSettingsWithMultiCoreRendering) == 0x000030, "Wrong size on FAkAdvancedInitializationSettingsWithMultiCoreRendering"); \ static_assert(offsetof(FAkAdvancedInitializationSettingsWithMultiCoreRendering, EnableMultiCoreRendering) == 0x00002C, "Member 'FAkAdvancedInitializationSettingsWithMultiCoreRendering::EnableMultiCoreRendering' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkAndroidAdvancedInitializationSettings \ static_assert(alignof(FAkAndroidAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkAndroidAdvancedInitializationSettings"); \ static_assert(sizeof(FAkAndroidAdvancedInitializationSettings) == 0x000038, "Wrong size on FAkAndroidAdvancedInitializationSettings"); \ static_assert(offsetof(FAkAndroidAdvancedInitializationSettings, AudioAPI) == 0x000030, "Member 'FAkAndroidAdvancedInitializationSettings::AudioAPI' has a wrong offset!"); \ static_assert(offsetof(FAkAndroidAdvancedInitializationSettings, RoundFrameSizeToHardwareSize) == 0x000034, "Member 'FAkAndroidAdvancedInitializationSettings::RoundFrameSizeToHardwareSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkMidiEventBase \ static_assert(alignof(FAkMidiEventBase) == 0x000001, "Wrong alignment on FAkMidiEventBase"); \ static_assert(sizeof(FAkMidiEventBase) == 0x000002, "Wrong size on FAkMidiEventBase"); \ static_assert(offsetof(FAkMidiEventBase, Type) == 0x000000, "Member 'FAkMidiEventBase::Type' has a wrong offset!"); \ static_assert(offsetof(FAkMidiEventBase, Chan) == 0x000001, "Member 'FAkMidiEventBase::Chan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkMidiPitchBend \ static_assert(alignof(FAkMidiPitchBend) == 0x000004, "Wrong alignment on FAkMidiPitchBend"); \ static_assert(sizeof(FAkMidiPitchBend) == 0x000008, "Wrong size on FAkMidiPitchBend"); \ static_assert(offsetof(FAkMidiPitchBend, ValueLsb) == 0x000002, "Member 'FAkMidiPitchBend::ValueLsb' has a wrong offset!"); \ static_assert(offsetof(FAkMidiPitchBend, ValueMsb) == 0x000003, "Member 'FAkMidiPitchBend::ValueMsb' has a wrong offset!"); \ static_assert(offsetof(FAkMidiPitchBend, FullValue) == 0x000004, "Member 'FAkMidiPitchBend::FullValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkWaapiSubscriptionId \ static_assert(alignof(FAkWaapiSubscriptionId) == 0x000008, "Wrong alignment on FAkWaapiSubscriptionId"); \ static_assert(sizeof(FAkWaapiSubscriptionId) == 0x000008, "Wrong size on FAkWaapiSubscriptionId"); \ #define DUMPER7_ASSERTS_FAkAudioSession \ static_assert(alignof(FAkAudioSession) == 0x000004, "Wrong alignment on FAkAudioSession"); \ static_assert(sizeof(FAkAudioSession) == 0x00000C, "Wrong size on FAkAudioSession"); \ static_assert(offsetof(FAkAudioSession, AudioSessionCategory) == 0x000000, "Member 'FAkAudioSession::AudioSessionCategory' has a wrong offset!"); \ static_assert(offsetof(FAkAudioSession, AudioSessionCategoryOptions) == 0x000004, "Member 'FAkAudioSession::AudioSessionCategoryOptions' has a wrong offset!"); \ static_assert(offsetof(FAkAudioSession, AudioSessionMode) == 0x000008, "Member 'FAkAudioSession::AudioSessionMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkExternalSourceInfo \ static_assert(alignof(FAkExternalSourceInfo) == 0x000008, "Wrong alignment on FAkExternalSourceInfo"); \ static_assert(sizeof(FAkExternalSourceInfo) == 0x000038, "Wrong size on FAkExternalSourceInfo"); \ static_assert(offsetof(FAkExternalSourceInfo, ExternalSrcName) == 0x000000, "Member 'FAkExternalSourceInfo::ExternalSrcName' has a wrong offset!"); \ static_assert(offsetof(FAkExternalSourceInfo, CodecID) == 0x000010, "Member 'FAkExternalSourceInfo::CodecID' has a wrong offset!"); \ static_assert(offsetof(FAkExternalSourceInfo, Filename) == 0x000018, "Member 'FAkExternalSourceInfo::Filename' has a wrong offset!"); \ static_assert(offsetof(FAkExternalSourceInfo, ExternalSourceAsset) == 0x000028, "Member 'FAkExternalSourceInfo::ExternalSourceAsset' has a wrong offset!"); \ static_assert(offsetof(FAkExternalSourceInfo, IsStreamed) == 0x000030, "Member 'FAkExternalSourceInfo::IsStreamed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkSegmentInfo \ static_assert(alignof(FAkSegmentInfo) == 0x000004, "Wrong alignment on FAkSegmentInfo"); \ static_assert(sizeof(FAkSegmentInfo) == 0x000024, "Wrong size on FAkSegmentInfo"); \ static_assert(offsetof(FAkSegmentInfo, CurrentPosition) == 0x000000, "Member 'FAkSegmentInfo::CurrentPosition' has a wrong offset!"); \ static_assert(offsetof(FAkSegmentInfo, PreEntryDuration) == 0x000004, "Member 'FAkSegmentInfo::PreEntryDuration' has a wrong offset!"); \ static_assert(offsetof(FAkSegmentInfo, ActiveDuration) == 0x000008, "Member 'FAkSegmentInfo::ActiveDuration' has a wrong offset!"); \ static_assert(offsetof(FAkSegmentInfo, PostExitDuration) == 0x00000C, "Member 'FAkSegmentInfo::PostExitDuration' has a wrong offset!"); \ static_assert(offsetof(FAkSegmentInfo, RemainingLookAheadTime) == 0x000010, "Member 'FAkSegmentInfo::RemainingLookAheadTime' has a wrong offset!"); \ static_assert(offsetof(FAkSegmentInfo, BeatDuration) == 0x000014, "Member 'FAkSegmentInfo::BeatDuration' has a wrong offset!"); \ static_assert(offsetof(FAkSegmentInfo, BarDuration) == 0x000018, "Member 'FAkSegmentInfo::BarDuration' has a wrong offset!"); \ static_assert(offsetof(FAkSegmentInfo, GridDuration) == 0x00001C, "Member 'FAkSegmentInfo::GridDuration' has a wrong offset!"); \ static_assert(offsetof(FAkSegmentInfo, GridOffset) == 0x000020, "Member 'FAkSegmentInfo::GridOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkMidiProgramChange \ static_assert(alignof(FAkMidiProgramChange) == 0x000001, "Wrong alignment on FAkMidiProgramChange"); \ static_assert(sizeof(FAkMidiProgramChange) == 0x000003, "Wrong size on FAkMidiProgramChange"); \ static_assert(offsetof(FAkMidiProgramChange, ProgramNum) == 0x000002, "Member 'FAkMidiProgramChange::ProgramNum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkMidiChannelAftertouch \ static_assert(alignof(FAkMidiChannelAftertouch) == 0x000001, "Wrong alignment on FAkMidiChannelAftertouch"); \ static_assert(sizeof(FAkMidiChannelAftertouch) == 0x000003, "Wrong size on FAkMidiChannelAftertouch"); \ static_assert(offsetof(FAkMidiChannelAftertouch, Value) == 0x000002, "Member 'FAkMidiChannelAftertouch::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkMidiNoteAftertouch \ static_assert(alignof(FAkMidiNoteAftertouch) == 0x000001, "Wrong alignment on FAkMidiNoteAftertouch"); \ static_assert(sizeof(FAkMidiNoteAftertouch) == 0x000004, "Wrong size on FAkMidiNoteAftertouch"); \ static_assert(offsetof(FAkMidiNoteAftertouch, Note) == 0x000002, "Member 'FAkMidiNoteAftertouch::Note' has a wrong offset!"); \ static_assert(offsetof(FAkMidiNoteAftertouch, Value) == 0x000003, "Member 'FAkMidiNoteAftertouch::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkMidiCc \ static_assert(alignof(FAkMidiCc) == 0x000001, "Wrong alignment on FAkMidiCc"); \ static_assert(sizeof(FAkMidiCc) == 0x000004, "Wrong size on FAkMidiCc"); \ static_assert(offsetof(FAkMidiCc, Cc) == 0x000002, "Member 'FAkMidiCc::Cc' has a wrong offset!"); \ static_assert(offsetof(FAkMidiCc, Value) == 0x000003, "Member 'FAkMidiCc::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkMidiNoteOnOff \ static_assert(alignof(FAkMidiNoteOnOff) == 0x000001, "Wrong alignment on FAkMidiNoteOnOff"); \ static_assert(sizeof(FAkMidiNoteOnOff) == 0x000004, "Wrong size on FAkMidiNoteOnOff"); \ static_assert(offsetof(FAkMidiNoteOnOff, Note) == 0x000002, "Member 'FAkMidiNoteOnOff::Note' has a wrong offset!"); \ static_assert(offsetof(FAkMidiNoteOnOff, Velocity) == 0x000003, "Member 'FAkMidiNoteOnOff::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkMidiGeneric \ static_assert(alignof(FAkMidiGeneric) == 0x000001, "Wrong alignment on FAkMidiGeneric"); \ static_assert(sizeof(FAkMidiGeneric) == 0x000004, "Wrong size on FAkMidiGeneric"); \ static_assert(offsetof(FAkMidiGeneric, Param1) == 0x000002, "Member 'FAkMidiGeneric::Param1' has a wrong offset!"); \ static_assert(offsetof(FAkMidiGeneric, Param2) == 0x000003, "Member 'FAkMidiGeneric::Param2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkOutputSettings \ static_assert(alignof(FAkOutputSettings) == 0x000008, "Wrong alignment on FAkOutputSettings"); \ static_assert(sizeof(FAkOutputSettings) == 0x000018, "Wrong size on FAkOutputSettings"); \ static_assert(offsetof(FAkOutputSettings, AudioDeviceSharesetName) == 0x000000, "Member 'FAkOutputSettings::AudioDeviceSharesetName' has a wrong offset!"); \ static_assert(offsetof(FAkOutputSettings, IdDevice) == 0x000010, "Member 'FAkOutputSettings::IdDevice' has a wrong offset!"); \ static_assert(offsetof(FAkOutputSettings, PanRule) == 0x000014, "Member 'FAkOutputSettings::PanRule' has a wrong offset!"); \ static_assert(offsetof(FAkOutputSettings, ChannelConfig) == 0x000015, "Member 'FAkOutputSettings::ChannelConfig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkChannelMask \ static_assert(alignof(FAkChannelMask) == 0x000004, "Wrong alignment on FAkChannelMask"); \ static_assert(sizeof(FAkChannelMask) == 0x000004, "Wrong size on FAkChannelMask"); \ static_assert(offsetof(FAkChannelMask, ChannelMask) == 0x000000, "Member 'FAkChannelMask::ChannelMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkGeometrySurfaceOverride \ static_assert(alignof(FAkGeometrySurfaceOverride) == 0x000008, "Wrong alignment on FAkGeometrySurfaceOverride"); \ static_assert(sizeof(FAkGeometrySurfaceOverride) == 0x000018, "Wrong size on FAkGeometrySurfaceOverride"); \ static_assert(offsetof(FAkGeometrySurfaceOverride, AcousticTexture) == 0x000000, "Member 'FAkGeometrySurfaceOverride::AcousticTexture' has a wrong offset!"); \ static_assert(offsetof(FAkGeometrySurfaceOverride, bEnableOcclusionOverride) == 0x000008, "Member 'FAkGeometrySurfaceOverride::bEnableOcclusionOverride' has a wrong offset!"); \ static_assert(offsetof(FAkGeometrySurfaceOverride, OcclusionValue) == 0x00000C, "Member 'FAkGeometrySurfaceOverride::OcclusionValue' has a wrong offset!"); \ static_assert(offsetof(FAkGeometrySurfaceOverride, SurfaceArea) == 0x000010, "Member 'FAkGeometrySurfaceOverride::SurfaceArea' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkAcousticSurface \ static_assert(alignof(FAkAcousticSurface) == 0x000008, "Wrong alignment on FAkAcousticSurface"); \ static_assert(sizeof(FAkAcousticSurface) == 0x000018, "Wrong size on FAkAcousticSurface"); \ static_assert(offsetof(FAkAcousticSurface, Texture) == 0x000000, "Member 'FAkAcousticSurface::Texture' has a wrong offset!"); \ static_assert(offsetof(FAkAcousticSurface, Occlusion) == 0x000004, "Member 'FAkAcousticSurface::Occlusion' has a wrong offset!"); \ static_assert(offsetof(FAkAcousticSurface, Name) == 0x000008, "Member 'FAkAcousticSurface::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkTriangle \ static_assert(alignof(FAkTriangle) == 0x000002, "Wrong alignment on FAkTriangle"); \ static_assert(sizeof(FAkTriangle) == 0x000008, "Wrong size on FAkTriangle"); \ static_assert(offsetof(FAkTriangle, Point0) == 0x000000, "Member 'FAkTriangle::Point0' has a wrong offset!"); \ static_assert(offsetof(FAkTriangle, Point1) == 0x000002, "Member 'FAkTriangle::Point1' has a wrong offset!"); \ static_assert(offsetof(FAkTriangle, Point2) == 0x000004, "Member 'FAkTriangle::Point2' has a wrong offset!"); \ static_assert(offsetof(FAkTriangle, Surface) == 0x000006, "Member 'FAkTriangle::Surface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkGeometryData \ static_assert(alignof(FAkGeometryData) == 0x000008, "Wrong alignment on FAkGeometryData"); \ static_assert(sizeof(FAkGeometryData) == 0x000050, "Wrong size on FAkGeometryData"); \ static_assert(offsetof(FAkGeometryData, Vertices) == 0x000000, "Member 'FAkGeometryData::Vertices' has a wrong offset!"); \ static_assert(offsetof(FAkGeometryData, Surfaces) == 0x000010, "Member 'FAkGeometryData::Surfaces' has a wrong offset!"); \ static_assert(offsetof(FAkGeometryData, Triangles) == 0x000020, "Member 'FAkGeometryData::Triangles' has a wrong offset!"); \ static_assert(offsetof(FAkGeometryData, ToOverrideAcousticTexture) == 0x000030, "Member 'FAkGeometryData::ToOverrideAcousticTexture' has a wrong offset!"); \ static_assert(offsetof(FAkGeometryData, ToOverrideOcclusion) == 0x000040, "Member 'FAkGeometryData::ToOverrideOcclusion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkHololensAdvancedInitializationSettings \ static_assert(alignof(FAkHololensAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkHololensAdvancedInitializationSettings"); \ static_assert(sizeof(FAkHololensAdvancedInitializationSettings) == 0x000034, "Wrong size on FAkHololensAdvancedInitializationSettings"); \ static_assert(offsetof(FAkHololensAdvancedInitializationSettings, UseHeadMountedDisplayAudioDevice) == 0x000030, "Member 'FAkHololensAdvancedInitializationSettings::UseHeadMountedDisplayAudioDevice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkPluginInfo \ static_assert(alignof(FAkPluginInfo) == 0x000008, "Wrong alignment on FAkPluginInfo"); \ static_assert(sizeof(FAkPluginInfo) == 0x000028, "Wrong size on FAkPluginInfo"); \ static_assert(offsetof(FAkPluginInfo, Name) == 0x000000, "Member 'FAkPluginInfo::Name' has a wrong offset!"); \ static_assert(offsetof(FAkPluginInfo, PluginID) == 0x000010, "Member 'FAkPluginInfo::PluginID' has a wrong offset!"); \ static_assert(offsetof(FAkPluginInfo, dll) == 0x000018, "Member 'FAkPluginInfo::dll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkSpatialAudioSettings \ static_assert(alignof(FAkSpatialAudioSettings) == 0x000004, "Wrong alignment on FAkSpatialAudioSettings"); \ static_assert(sizeof(FAkSpatialAudioSettings) == 0x000020, "Wrong size on FAkSpatialAudioSettings"); \ static_assert(offsetof(FAkSpatialAudioSettings, MaxSoundPropagationDepth) == 0x000000, "Member 'FAkSpatialAudioSettings::MaxSoundPropagationDepth' has a wrong offset!"); \ static_assert(offsetof(FAkSpatialAudioSettings, MovementThreshold) == 0x000004, "Member 'FAkSpatialAudioSettings::MovementThreshold' has a wrong offset!"); \ static_assert(offsetof(FAkSpatialAudioSettings, NumberOfPrimaryRays) == 0x000008, "Member 'FAkSpatialAudioSettings::NumberOfPrimaryRays' has a wrong offset!"); \ static_assert(offsetof(FAkSpatialAudioSettings, ReflectionOrder) == 0x00000C, "Member 'FAkSpatialAudioSettings::ReflectionOrder' has a wrong offset!"); \ static_assert(offsetof(FAkSpatialAudioSettings, MaximumPathLength) == 0x000010, "Member 'FAkSpatialAudioSettings::MaximumPathLength' has a wrong offset!"); \ static_assert(offsetof(FAkSpatialAudioSettings, CPULimitPercentage) == 0x000014, "Member 'FAkSpatialAudioSettings::CPULimitPercentage' has a wrong offset!"); \ static_assert(offsetof(FAkSpatialAudioSettings, EnableDiffractionOnReflections) == 0x000018, "Member 'FAkSpatialAudioSettings::EnableDiffractionOnReflections' has a wrong offset!"); \ static_assert(offsetof(FAkSpatialAudioSettings, EnableGeometricDiffractionAndTransmission) == 0x000019, "Member 'FAkSpatialAudioSettings::EnableGeometricDiffractionAndTransmission' has a wrong offset!"); \ static_assert(offsetof(FAkSpatialAudioSettings, CalcEmitterVirtualPosition) == 0x00001A, "Member 'FAkSpatialAudioSettings::CalcEmitterVirtualPosition' has a wrong offset!"); \ static_assert(offsetof(FAkSpatialAudioSettings, UseObstruction) == 0x00001B, "Member 'FAkSpatialAudioSettings::UseObstruction' has a wrong offset!"); \ static_assert(offsetof(FAkSpatialAudioSettings, UseOcclusion) == 0x00001C, "Member 'FAkSpatialAudioSettings::UseOcclusion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkCommonInitializationSettings \ static_assert(alignof(FAkCommonInitializationSettings) == 0x000008, "Wrong alignment on FAkCommonInitializationSettings"); \ static_assert(sizeof(FAkCommonInitializationSettings) == 0x000060, "Wrong size on FAkCommonInitializationSettings"); \ static_assert(offsetof(FAkCommonInitializationSettings, MaximumNumberOfMemoryPools) == 0x000000, "Member 'FAkCommonInitializationSettings::MaximumNumberOfMemoryPools' has a wrong offset!"); \ static_assert(offsetof(FAkCommonInitializationSettings, MaximumNumberOfPositioningPaths) == 0x000004, "Member 'FAkCommonInitializationSettings::MaximumNumberOfPositioningPaths' has a wrong offset!"); \ static_assert(offsetof(FAkCommonInitializationSettings, CommandQueueSize) == 0x000008, "Member 'FAkCommonInitializationSettings::CommandQueueSize' has a wrong offset!"); \ static_assert(offsetof(FAkCommonInitializationSettings, SamplesPerFrame) == 0x00000C, "Member 'FAkCommonInitializationSettings::SamplesPerFrame' has a wrong offset!"); \ static_assert(offsetof(FAkCommonInitializationSettings, MainOutputSettings) == 0x000010, "Member 'FAkCommonInitializationSettings::MainOutputSettings' has a wrong offset!"); \ static_assert(offsetof(FAkCommonInitializationSettings, StreamingLookAheadRatio) == 0x000038, "Member 'FAkCommonInitializationSettings::StreamingLookAheadRatio' has a wrong offset!"); \ static_assert(offsetof(FAkCommonInitializationSettings, NumberOfRefillsInVoice) == 0x00003C, "Member 'FAkCommonInitializationSettings::NumberOfRefillsInVoice' has a wrong offset!"); \ static_assert(offsetof(FAkCommonInitializationSettings, SpatialAudioSettings) == 0x000040, "Member 'FAkCommonInitializationSettings::SpatialAudioSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkCommonInitializationSettingsWithSampleRate \ static_assert(alignof(FAkCommonInitializationSettingsWithSampleRate) == 0x000008, "Wrong alignment on FAkCommonInitializationSettingsWithSampleRate"); \ static_assert(sizeof(FAkCommonInitializationSettingsWithSampleRate) == 0x000068, "Wrong size on FAkCommonInitializationSettingsWithSampleRate"); \ static_assert(offsetof(FAkCommonInitializationSettingsWithSampleRate, SampleRate) == 0x000060, "Member 'FAkCommonInitializationSettingsWithSampleRate::SampleRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkCommunicationSettings \ static_assert(alignof(FAkCommunicationSettings) == 0x000008, "Wrong alignment on FAkCommunicationSettings"); \ static_assert(sizeof(FAkCommunicationSettings) == 0x000020, "Wrong size on FAkCommunicationSettings"); \ static_assert(offsetof(FAkCommunicationSettings, PoolSize) == 0x000000, "Member 'FAkCommunicationSettings::PoolSize' has a wrong offset!"); \ static_assert(offsetof(FAkCommunicationSettings, DiscoveryBroadcastPort) == 0x000004, "Member 'FAkCommunicationSettings::DiscoveryBroadcastPort' has a wrong offset!"); \ static_assert(offsetof(FAkCommunicationSettings, CommandPort) == 0x000006, "Member 'FAkCommunicationSettings::CommandPort' has a wrong offset!"); \ static_assert(offsetof(FAkCommunicationSettings, NotificationPort) == 0x000008, "Member 'FAkCommunicationSettings::NotificationPort' has a wrong offset!"); \ static_assert(offsetof(FAkCommunicationSettings, NetworkName) == 0x000010, "Member 'FAkCommunicationSettings::NetworkName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkCommunicationSettingsWithCommSelection \ static_assert(alignof(FAkCommunicationSettingsWithCommSelection) == 0x000008, "Wrong alignment on FAkCommunicationSettingsWithCommSelection"); \ static_assert(sizeof(FAkCommunicationSettingsWithCommSelection) == 0x000028, "Wrong size on FAkCommunicationSettingsWithCommSelection"); \ static_assert(offsetof(FAkCommunicationSettingsWithCommSelection, CommunicationSystem) == 0x000020, "Member 'FAkCommunicationSettingsWithCommSelection::CommunicationSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkCommunicationSettingsWithSystemInitialization \ static_assert(alignof(FAkCommunicationSettingsWithSystemInitialization) == 0x000008, "Wrong alignment on FAkCommunicationSettingsWithSystemInitialization"); \ static_assert(sizeof(FAkCommunicationSettingsWithSystemInitialization) == 0x000028, "Wrong size on FAkCommunicationSettingsWithSystemInitialization"); \ static_assert(offsetof(FAkCommunicationSettingsWithSystemInitialization, InitializeSystemComms) == 0x000020, "Member 'FAkCommunicationSettingsWithSystemInitialization::InitializeSystemComms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkBoolPropertyToControl \ static_assert(alignof(FAkBoolPropertyToControl) == 0x000008, "Wrong alignment on FAkBoolPropertyToControl"); \ static_assert(sizeof(FAkBoolPropertyToControl) == 0x000010, "Wrong size on FAkBoolPropertyToControl"); \ static_assert(offsetof(FAkBoolPropertyToControl, ItemProperty) == 0x000000, "Member 'FAkBoolPropertyToControl::ItemProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkPropertyToControl \ static_assert(alignof(FAkPropertyToControl) == 0x000008, "Wrong alignment on FAkPropertyToControl"); \ static_assert(sizeof(FAkPropertyToControl) == 0x000010, "Wrong size on FAkPropertyToControl"); \ static_assert(offsetof(FAkPropertyToControl, ItemProperty) == 0x000000, "Member 'FAkPropertyToControl::ItemProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkPS4AdvancedInitializationSettings \ static_assert(alignof(FAkPS4AdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkPS4AdvancedInitializationSettings"); \ static_assert(sizeof(FAkPS4AdvancedInitializationSettings) == 0x000038, "Wrong size on FAkPS4AdvancedInitializationSettings"); \ static_assert(offsetof(FAkPS4AdvancedInitializationSettings, ACPBatchBufferSize) == 0x000030, "Member 'FAkPS4AdvancedInitializationSettings::ACPBatchBufferSize' has a wrong offset!"); \ static_assert(offsetof(FAkPS4AdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x000034, "Member 'FAkPS4AdvancedInitializationSettings::UseHardwareCodecLowLatencyMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkPS5AdvancedInitializationSettings \ static_assert(alignof(FAkPS5AdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkPS5AdvancedInitializationSettings"); \ static_assert(sizeof(FAkPS5AdvancedInitializationSettings) == 0x000034, "Wrong size on FAkPS5AdvancedInitializationSettings"); \ static_assert(offsetof(FAkPS5AdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x000030, "Member 'FAkPS5AdvancedInitializationSettings::UseHardwareCodecLowLatencyMode' has a wrong offset!"); \ static_assert(offsetof(FAkPS5AdvancedInitializationSettings, bVorbisHwAcceleration) == 0x000031, "Member 'FAkPS5AdvancedInitializationSettings::bVorbisHwAcceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkReverbDescriptor \ static_assert(alignof(FAkReverbDescriptor) == 0x000008, "Wrong alignment on FAkReverbDescriptor"); \ static_assert(sizeof(FAkReverbDescriptor) == 0x000028, "Wrong size on FAkReverbDescriptor"); \ #define DUMPER7_ASSERTS_FAkAcousticTextureParams \ static_assert(alignof(FAkAcousticTextureParams) == 0x000010, "Wrong alignment on FAkAcousticTextureParams"); \ static_assert(sizeof(FAkAcousticTextureParams) == 0x000020, "Wrong size on FAkAcousticTextureParams"); \ static_assert(offsetof(FAkAcousticTextureParams, AbsorptionValues) == 0x000000, "Member 'FAkAcousticTextureParams::AbsorptionValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkGeometrySurfacePropertiesToMap \ static_assert(alignof(FAkGeometrySurfacePropertiesToMap) == 0x000008, "Wrong alignment on FAkGeometrySurfacePropertiesToMap"); \ static_assert(sizeof(FAkGeometrySurfacePropertiesToMap) == 0x000030, "Wrong size on FAkGeometrySurfacePropertiesToMap"); \ static_assert(offsetof(FAkGeometrySurfacePropertiesToMap, AcousticTexture) == 0x000000, "Member 'FAkGeometrySurfacePropertiesToMap::AcousticTexture' has a wrong offset!"); \ static_assert(offsetof(FAkGeometrySurfacePropertiesToMap, OcclusionValue) == 0x000028, "Member 'FAkGeometrySurfacePropertiesToMap::OcclusionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkWwiseObjectDetails \ static_assert(alignof(FAkWwiseObjectDetails) == 0x000008, "Wrong alignment on FAkWwiseObjectDetails"); \ static_assert(sizeof(FAkWwiseObjectDetails) == 0x000030, "Wrong size on FAkWwiseObjectDetails"); \ static_assert(offsetof(FAkWwiseObjectDetails, ItemName) == 0x000000, "Member 'FAkWwiseObjectDetails::ItemName' has a wrong offset!"); \ static_assert(offsetof(FAkWwiseObjectDetails, ItemPath) == 0x000010, "Member 'FAkWwiseObjectDetails::ItemPath' has a wrong offset!"); \ static_assert(offsetof(FAkWwiseObjectDetails, ItemId) == 0x000020, "Member 'FAkWwiseObjectDetails::ItemId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkWwiseItemToControl \ static_assert(alignof(FAkWwiseItemToControl) == 0x000008, "Wrong alignment on FAkWwiseItemToControl"); \ static_assert(sizeof(FAkWwiseItemToControl) == 0x000040, "Wrong size on FAkWwiseItemToControl"); \ static_assert(offsetof(FAkWwiseItemToControl, ItemPicked) == 0x000000, "Member 'FAkWwiseItemToControl::ItemPicked' has a wrong offset!"); \ static_assert(offsetof(FAkWwiseItemToControl, ItemPath) == 0x000030, "Member 'FAkWwiseItemToControl::ItemPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkSurfacePoly \ static_assert(alignof(FAkSurfacePoly) == 0x000008, "Wrong alignment on FAkSurfacePoly"); \ static_assert(sizeof(FAkSurfacePoly) == 0x000018, "Wrong size on FAkSurfacePoly"); \ static_assert(offsetof(FAkSurfacePoly, Texture) == 0x000000, "Member 'FAkSurfacePoly::Texture' has a wrong offset!"); \ static_assert(offsetof(FAkSurfacePoly, Occlusion) == 0x000008, "Member 'FAkSurfacePoly::Occlusion' has a wrong offset!"); \ static_assert(offsetof(FAkSurfacePoly, EnableSurface) == 0x00000C, "Member 'FAkSurfacePoly::EnableSurface' has a wrong offset!"); \ static_assert(offsetof(FAkSurfacePoly, SurfaceArea) == 0x000010, "Member 'FAkSurfacePoly::SurfaceArea' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkSurfaceEdgeInfo \ static_assert(alignof(FAkSurfaceEdgeInfo) == 0x000004, "Wrong alignment on FAkSurfaceEdgeInfo"); \ static_assert(sizeof(FAkSurfaceEdgeInfo) == 0x000028, "Wrong size on FAkSurfaceEdgeInfo"); \ #define DUMPER7_ASSERTS_FAkSurfaceEdgeVerts \ static_assert(alignof(FAkSurfaceEdgeVerts) == 0x000004, "Wrong alignment on FAkSurfaceEdgeVerts"); \ static_assert(sizeof(FAkSurfaceEdgeVerts) == 0x000018, "Wrong size on FAkSurfaceEdgeVerts"); \ #define DUMPER7_ASSERTS_FAkWaapiFieldNames \ static_assert(alignof(FAkWaapiFieldNames) == 0x000008, "Wrong alignment on FAkWaapiFieldNames"); \ static_assert(sizeof(FAkWaapiFieldNames) == 0x000010, "Wrong size on FAkWaapiFieldNames"); \ static_assert(offsetof(FAkWaapiFieldNames, FieldName) == 0x000000, "Member 'FAkWaapiFieldNames::FieldName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkWaapiUri \ static_assert(alignof(FAkWaapiUri) == 0x000008, "Wrong alignment on FAkWaapiUri"); \ static_assert(sizeof(FAkWaapiUri) == 0x000010, "Wrong size on FAkWaapiUri"); \ static_assert(offsetof(FAkWaapiUri, Uri) == 0x000000, "Member 'FAkWaapiUri::Uri' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkWindowsAdvancedInitializationSettings \ static_assert(alignof(FAkWindowsAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkWindowsAdvancedInitializationSettings"); \ static_assert(sizeof(FAkWindowsAdvancedInitializationSettings) == 0x000038, "Wrong size on FAkWindowsAdvancedInitializationSettings"); \ static_assert(offsetof(FAkWindowsAdvancedInitializationSettings, UseHeadMountedDisplayAudioDevice) == 0x000030, "Member 'FAkWindowsAdvancedInitializationSettings::UseHeadMountedDisplayAudioDevice' has a wrong offset!"); \ static_assert(offsetof(FAkWindowsAdvancedInitializationSettings, MaxSystemAudioObjects) == 0x000034, "Member 'FAkWindowsAdvancedInitializationSettings::MaxSystemAudioObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkWinGDKAdvancedInitializationSettings \ static_assert(alignof(FAkWinGDKAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkWinGDKAdvancedInitializationSettings"); \ static_assert(sizeof(FAkWinGDKAdvancedInitializationSettings) == 0x000038, "Wrong size on FAkWinGDKAdvancedInitializationSettings"); \ static_assert(offsetof(FAkWinGDKAdvancedInitializationSettings, AudioAPI) == 0x000030, "Member 'FAkWinGDKAdvancedInitializationSettings::AudioAPI' has a wrong offset!"); \ static_assert(offsetof(FAkWinGDKAdvancedInitializationSettings, GlobalFocus) == 0x000034, "Member 'FAkWinGDKAdvancedInitializationSettings::GlobalFocus' has a wrong offset!"); \ static_assert(offsetof(FAkWinGDKAdvancedInitializationSettings, UseHeadMountedDisplayAudioDevice) == 0x000035, "Member 'FAkWinGDKAdvancedInitializationSettings::UseHeadMountedDisplayAudioDevice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkXboxOneGDKApuHeapInitializationSettings \ static_assert(alignof(FAkXboxOneGDKApuHeapInitializationSettings) == 0x000004, "Wrong alignment on FAkXboxOneGDKApuHeapInitializationSettings"); \ static_assert(sizeof(FAkXboxOneGDKApuHeapInitializationSettings) == 0x000008, "Wrong size on FAkXboxOneGDKApuHeapInitializationSettings"); \ static_assert(offsetof(FAkXboxOneGDKApuHeapInitializationSettings, CachedSize) == 0x000000, "Member 'FAkXboxOneGDKApuHeapInitializationSettings::CachedSize' has a wrong offset!"); \ static_assert(offsetof(FAkXboxOneGDKApuHeapInitializationSettings, NonCachedSize) == 0x000004, "Member 'FAkXboxOneGDKApuHeapInitializationSettings::NonCachedSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkXboxOneGDKAdvancedInitializationSettings \ static_assert(alignof(FAkXboxOneGDKAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkXboxOneGDKAdvancedInitializationSettings"); \ static_assert(sizeof(FAkXboxOneGDKAdvancedInitializationSettings) == 0x000034, "Wrong size on FAkXboxOneGDKAdvancedInitializationSettings"); \ static_assert(offsetof(FAkXboxOneGDKAdvancedInitializationSettings, MaximumNumberOfXMAVoices) == 0x000030, "Member 'FAkXboxOneGDKAdvancedInitializationSettings::MaximumNumberOfXMAVoices' has a wrong offset!"); \ static_assert(offsetof(FAkXboxOneGDKAdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x000032, "Member 'FAkXboxOneGDKAdvancedInitializationSettings::UseHardwareCodecLowLatencyMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkXboxOneApuHeapInitializationSettings \ static_assert(alignof(FAkXboxOneApuHeapInitializationSettings) == 0x000004, "Wrong alignment on FAkXboxOneApuHeapInitializationSettings"); \ static_assert(sizeof(FAkXboxOneApuHeapInitializationSettings) == 0x000008, "Wrong size on FAkXboxOneApuHeapInitializationSettings"); \ static_assert(offsetof(FAkXboxOneApuHeapInitializationSettings, CachedSize) == 0x000000, "Member 'FAkXboxOneApuHeapInitializationSettings::CachedSize' has a wrong offset!"); \ static_assert(offsetof(FAkXboxOneApuHeapInitializationSettings, NonCachedSize) == 0x000004, "Member 'FAkXboxOneApuHeapInitializationSettings::NonCachedSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkXboxOneAdvancedInitializationSettings \ static_assert(alignof(FAkXboxOneAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkXboxOneAdvancedInitializationSettings"); \ static_assert(sizeof(FAkXboxOneAdvancedInitializationSettings) == 0x000034, "Wrong size on FAkXboxOneAdvancedInitializationSettings"); \ static_assert(offsetof(FAkXboxOneAdvancedInitializationSettings, MaximumNumberOfXMAVoices) == 0x000030, "Member 'FAkXboxOneAdvancedInitializationSettings::MaximumNumberOfXMAVoices' has a wrong offset!"); \ static_assert(offsetof(FAkXboxOneAdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x000032, "Member 'FAkXboxOneAdvancedInitializationSettings::UseHardwareCodecLowLatencyMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkXSXApuHeapInitializationSettings \ static_assert(alignof(FAkXSXApuHeapInitializationSettings) == 0x000004, "Wrong alignment on FAkXSXApuHeapInitializationSettings"); \ static_assert(sizeof(FAkXSXApuHeapInitializationSettings) == 0x000008, "Wrong size on FAkXSXApuHeapInitializationSettings"); \ static_assert(offsetof(FAkXSXApuHeapInitializationSettings, CachedSize) == 0x000000, "Member 'FAkXSXApuHeapInitializationSettings::CachedSize' has a wrong offset!"); \ static_assert(offsetof(FAkXSXApuHeapInitializationSettings, NonCachedSize) == 0x000004, "Member 'FAkXSXApuHeapInitializationSettings::NonCachedSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAkXSXAdvancedInitializationSettings \ static_assert(alignof(FAkXSXAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkXSXAdvancedInitializationSettings"); \ static_assert(sizeof(FAkXSXAdvancedInitializationSettings) == 0x00003C, "Wrong size on FAkXSXAdvancedInitializationSettings"); \ static_assert(offsetof(FAkXSXAdvancedInitializationSettings, MaximumNumberOfXMAVoices) == 0x000030, "Member 'FAkXSXAdvancedInitializationSettings::MaximumNumberOfXMAVoices' has a wrong offset!"); \ static_assert(offsetof(FAkXSXAdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x000032, "Member 'FAkXSXAdvancedInitializationSettings::UseHardwareCodecLowLatencyMode' has a wrong offset!"); \ static_assert(offsetof(FAkXSXAdvancedInitializationSettings, MaximumNumberOfOpusVoices) == 0x000034, "Member 'FAkXSXAdvancedInitializationSettings::MaximumNumberOfOpusVoices' has a wrong offset!"); \ static_assert(offsetof(FAkXSXAdvancedInitializationSettings, uMaxSystemAudioObjects) == 0x000038, "Member 'FAkXSXAdvancedInitializationSettings::uMaxSystemAudioObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneAkAudioEventTemplate \ static_assert(alignof(FMovieSceneAkAudioEventTemplate) == 0x000008, "Wrong alignment on FMovieSceneAkAudioEventTemplate"); \ static_assert(sizeof(FMovieSceneAkAudioEventTemplate) == 0x000028, "Wrong size on FMovieSceneAkAudioEventTemplate"); \ static_assert(offsetof(FMovieSceneAkAudioEventTemplate, Section) == 0x000020, "Member 'FMovieSceneAkAudioEventTemplate::Section' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneAkAudioRTPCTemplate \ static_assert(alignof(FMovieSceneAkAudioRTPCTemplate) == 0x000008, "Wrong alignment on FMovieSceneAkAudioRTPCTemplate"); \ static_assert(sizeof(FMovieSceneAkAudioRTPCTemplate) == 0x000028, "Wrong size on FMovieSceneAkAudioRTPCTemplate"); \ static_assert(offsetof(FMovieSceneAkAudioRTPCTemplate, Section) == 0x000020, "Member 'FMovieSceneAkAudioRTPCTemplate::Section' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTangentDataSerializationHelper \ static_assert(alignof(FMovieSceneTangentDataSerializationHelper) == 0x000004, "Wrong alignment on FMovieSceneTangentDataSerializationHelper"); \ static_assert(sizeof(FMovieSceneTangentDataSerializationHelper) == 0x000014, "Wrong size on FMovieSceneTangentDataSerializationHelper"); \ static_assert(offsetof(FMovieSceneTangentDataSerializationHelper, ArriveTangent) == 0x000000, "Member 'FMovieSceneTangentDataSerializationHelper::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTangentDataSerializationHelper, LeaveTangent) == 0x000004, "Member 'FMovieSceneTangentDataSerializationHelper::LeaveTangent' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTangentDataSerializationHelper, TangentWeightMode) == 0x000008, "Member 'FMovieSceneTangentDataSerializationHelper::TangentWeightMode' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTangentDataSerializationHelper, ArriveTangentWeight) == 0x00000C, "Member 'FMovieSceneTangentDataSerializationHelper::ArriveTangentWeight' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTangentDataSerializationHelper, LeaveTangentWeight) == 0x000010, "Member 'FMovieSceneTangentDataSerializationHelper::LeaveTangentWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneFloatValueSerializationHelper \ static_assert(alignof(FMovieSceneFloatValueSerializationHelper) == 0x000004, "Wrong alignment on FMovieSceneFloatValueSerializationHelper"); \ static_assert(sizeof(FMovieSceneFloatValueSerializationHelper) == 0x00001C, "Wrong size on FMovieSceneFloatValueSerializationHelper"); \ static_assert(offsetof(FMovieSceneFloatValueSerializationHelper, Value) == 0x000000, "Member 'FMovieSceneFloatValueSerializationHelper::Value' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatValueSerializationHelper, InterpMode) == 0x000004, "Member 'FMovieSceneFloatValueSerializationHelper::InterpMode' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatValueSerializationHelper, TangentMode) == 0x000005, "Member 'FMovieSceneFloatValueSerializationHelper::TangentMode' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatValueSerializationHelper, Tangent) == 0x000008, "Member 'FMovieSceneFloatValueSerializationHelper::Tangent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneFloatChannelSerializationHelper \ static_assert(alignof(FMovieSceneFloatChannelSerializationHelper) == 0x000008, "Wrong alignment on FMovieSceneFloatChannelSerializationHelper"); \ static_assert(sizeof(FMovieSceneFloatChannelSerializationHelper) == 0x000030, "Wrong size on FMovieSceneFloatChannelSerializationHelper"); \ static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, PreInfinityExtrap) == 0x000000, "Member 'FMovieSceneFloatChannelSerializationHelper::PreInfinityExtrap' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, PostInfinityExtrap) == 0x000001, "Member 'FMovieSceneFloatChannelSerializationHelper::PostInfinityExtrap' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, Times) == 0x000008, "Member 'FMovieSceneFloatChannelSerializationHelper::Times' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, Values) == 0x000018, "Member 'FMovieSceneFloatChannelSerializationHelper::Values' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, DefaultValue) == 0x000028, "Member 'FMovieSceneFloatChannelSerializationHelper::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, bHasDefaultValue) == 0x00002C, "Member 'FMovieSceneFloatChannelSerializationHelper::bHasDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkAudioType \ static_assert(alignof(UAkAudioType) == 0x000008, "Wrong alignment on UAkAudioType"); \ static_assert(sizeof(UAkAudioType) == 0x000040, "Wrong size on UAkAudioType"); \ static_assert(offsetof(UAkAudioType, ShortID) == 0x000028, "Member 'UAkAudioType::ShortID' has a wrong offset!"); \ static_assert(offsetof(UAkAudioType, UserData) == 0x000030, "Member 'UAkAudioType::UserData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkRtpc \ static_assert(alignof(UAkRtpc) == 0x000008, "Wrong alignment on UAkRtpc"); \ static_assert(sizeof(UAkRtpc) == 0x000040, "Wrong size on UAkRtpc"); \ #define DUMPER7_ASSERTS_AAkAmbientSound \ static_assert(alignof(AAkAmbientSound) == 0x000008, "Wrong alignment on AAkAmbientSound"); \ static_assert(sizeof(AAkAmbientSound) == 0x000288, "Wrong size on AAkAmbientSound"); \ static_assert(offsetof(AAkAmbientSound, AkAudioEvent) == 0x000248, "Member 'AAkAmbientSound::AkAudioEvent' has a wrong offset!"); \ static_assert(offsetof(AAkAmbientSound, AkComponent) == 0x000250, "Member 'AAkAmbientSound::AkComponent' has a wrong offset!"); \ static_assert(offsetof(AAkAmbientSound, StopWhenOwnerIsDestroyed) == 0x000258, "Member 'AAkAmbientSound::StopWhenOwnerIsDestroyed' has a wrong offset!"); \ static_assert(offsetof(AAkAmbientSound, AutoPost) == 0x000259, "Member 'AAkAmbientSound::AutoPost' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAkPlatformInitialisationSettingsBase \ static_assert(alignof(IAkPlatformInitialisationSettingsBase) == 0x000001, "Wrong alignment on IAkPlatformInitialisationSettingsBase"); \ static_assert(sizeof(IAkPlatformInitialisationSettingsBase) == 0x000001, "Wrong size on IAkPlatformInitialisationSettingsBase"); \ #define DUMPER7_ASSERTS_AkPortalComponent_GetCurrentState \ static_assert(alignof(AkPortalComponent_GetCurrentState) == 0x000001, "Wrong alignment on AkPortalComponent_GetCurrentState"); \ static_assert(sizeof(AkPortalComponent_GetCurrentState) == 0x000001, "Wrong size on AkPortalComponent_GetCurrentState"); \ static_assert(offsetof(AkPortalComponent_GetCurrentState, ReturnValue) == 0x000000, "Member 'AkPortalComponent_GetCurrentState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkPortalComponent_GetPrimitiveParent \ static_assert(alignof(AkPortalComponent_GetPrimitiveParent) == 0x000008, "Wrong alignment on AkPortalComponent_GetPrimitiveParent"); \ static_assert(sizeof(AkPortalComponent_GetPrimitiveParent) == 0x000008, "Wrong size on AkPortalComponent_GetPrimitiveParent"); \ static_assert(offsetof(AkPortalComponent_GetPrimitiveParent, ReturnValue) == 0x000000, "Member 'AkPortalComponent_GetPrimitiveParent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkPortalComponent_PortalPlacementValid \ static_assert(alignof(AkPortalComponent_PortalPlacementValid) == 0x000001, "Wrong alignment on AkPortalComponent_PortalPlacementValid"); \ static_assert(sizeof(AkPortalComponent_PortalPlacementValid) == 0x000001, "Wrong size on AkPortalComponent_PortalPlacementValid"); \ static_assert(offsetof(AkPortalComponent_PortalPlacementValid, ReturnValue) == 0x000000, "Member 'AkPortalComponent_PortalPlacementValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkPortalComponent \ static_assert(alignof(UAkPortalComponent) == 0x000010, "Wrong alignment on UAkPortalComponent"); \ static_assert(sizeof(UAkPortalComponent) == 0x0002E0, "Wrong size on UAkPortalComponent"); \ static_assert(offsetof(UAkPortalComponent, bDynamic) == 0x000218, "Member 'UAkPortalComponent::bDynamic' has a wrong offset!"); \ static_assert(offsetof(UAkPortalComponent, InitialState) == 0x000219, "Member 'UAkPortalComponent::InitialState' has a wrong offset!"); \ static_assert(offsetof(UAkPortalComponent, ObstructionRefreshInterval) == 0x00021C, "Member 'UAkPortalComponent::ObstructionRefreshInterval' has a wrong offset!"); \ static_assert(offsetof(UAkPortalComponent, ObstructionCollisionChannel) == 0x000220, "Member 'UAkPortalComponent::ObstructionCollisionChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkPS5InitializationSettings \ static_assert(alignof(UAkPS5InitializationSettings) == 0x000008, "Wrong alignment on UAkPS5InitializationSettings"); \ static_assert(sizeof(UAkPS5InitializationSettings) == 0x0000F0, "Wrong size on UAkPS5InitializationSettings"); \ static_assert(offsetof(UAkPS5InitializationSettings, CommonSettings) == 0x000030, "Member 'UAkPS5InitializationSettings::CommonSettings' has a wrong offset!"); \ static_assert(offsetof(UAkPS5InitializationSettings, CommunicationSettings) == 0x000090, "Member 'UAkPS5InitializationSettings::CommunicationSettings' has a wrong offset!"); \ static_assert(offsetof(UAkPS5InitializationSettings, AdvancedSettings) == 0x0000B8, "Member 'UAkPS5InitializationSettings::AdvancedSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkDPXInitializationSettings \ static_assert(alignof(UAkDPXInitializationSettings) == 0x000008, "Wrong alignment on UAkDPXInitializationSettings"); \ static_assert(sizeof(UAkDPXInitializationSettings) == 0x0000F0, "Wrong size on UAkDPXInitializationSettings"); \ #define DUMPER7_ASSERTS_AkAcousticPortal_GetCurrentState \ static_assert(alignof(AkAcousticPortal_GetCurrentState) == 0x000001, "Wrong alignment on AkAcousticPortal_GetCurrentState"); \ static_assert(sizeof(AkAcousticPortal_GetCurrentState) == 0x000001, "Wrong size on AkAcousticPortal_GetCurrentState"); \ static_assert(offsetof(AkAcousticPortal_GetCurrentState, ReturnValue) == 0x000000, "Member 'AkAcousticPortal_GetCurrentState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAkAcousticPortal \ static_assert(alignof(AAkAcousticPortal) == 0x000008, "Wrong alignment on AAkAcousticPortal"); \ static_assert(sizeof(AAkAcousticPortal) == 0x000290, "Wrong size on AAkAcousticPortal"); \ static_assert(offsetof(AAkAcousticPortal, Portal) == 0x000280, "Member 'AAkAcousticPortal::Portal' has a wrong offset!"); \ static_assert(offsetof(AAkAcousticPortal, InitialState) == 0x000288, "Member 'AAkAcousticPortal::InitialState' has a wrong offset!"); \ static_assert(offsetof(AAkAcousticPortal, bRequiresStateMigration) == 0x000289, "Member 'AAkAcousticPortal::bRequiresStateMigration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkPlatformInfo \ static_assert(alignof(UAkPlatformInfo) == 0x000008, "Wrong alignment on UAkPlatformInfo"); \ static_assert(sizeof(UAkPlatformInfo) == 0x000070, "Wrong size on UAkPlatformInfo"); \ #define DUMPER7_ASSERTS_UAkPS5PlatformInfo \ static_assert(alignof(UAkPS5PlatformInfo) == 0x000008, "Wrong alignment on UAkPS5PlatformInfo"); \ static_assert(sizeof(UAkPS5PlatformInfo) == 0x000070, "Wrong size on UAkPS5PlatformInfo"); \ #define DUMPER7_ASSERTS_AAkReverbVolume \ static_assert(alignof(AAkReverbVolume) == 0x000008, "Wrong alignment on AAkReverbVolume"); \ static_assert(sizeof(AAkReverbVolume) == 0x0002B8, "Wrong size on AAkReverbVolume"); \ static_assert(offsetof(AAkReverbVolume, bEnabled) == 0x000280, "Member 'AAkReverbVolume::bEnabled' has a wrong offset!"); \ static_assert(offsetof(AAkReverbVolume, AuxBus) == 0x000288, "Member 'AAkReverbVolume::AuxBus' has a wrong offset!"); \ static_assert(offsetof(AAkReverbVolume, AuxBusName) == 0x000290, "Member 'AAkReverbVolume::AuxBusName' has a wrong offset!"); \ static_assert(offsetof(AAkReverbVolume, SendLevel) == 0x0002A0, "Member 'AAkReverbVolume::SendLevel' has a wrong offset!"); \ static_assert(offsetof(AAkReverbVolume, FadeRate) == 0x0002A4, "Member 'AAkReverbVolume::FadeRate' has a wrong offset!"); \ static_assert(offsetof(AAkReverbVolume, Priority) == 0x0002A8, "Member 'AAkReverbVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(AAkReverbVolume, LateReverbComponent) == 0x0002B0, "Member 'AAkReverbVolume::LateReverbComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkAcousticTexture \ static_assert(alignof(UAkAcousticTexture) == 0x000008, "Wrong alignment on UAkAcousticTexture"); \ static_assert(sizeof(UAkAcousticTexture) == 0x000040, "Wrong size on UAkAcousticTexture"); \ #define DUMPER7_ASSERTS_AkGameObject_PostAkEvent \ static_assert(alignof(AkGameObject_PostAkEvent) == 0x000008, "Wrong alignment on AkGameObject_PostAkEvent"); \ static_assert(sizeof(AkGameObject_PostAkEvent) == 0x000048, "Wrong size on AkGameObject_PostAkEvent"); \ static_assert(offsetof(AkGameObject_PostAkEvent, AkEvent) == 0x000000, "Member 'AkGameObject_PostAkEvent::AkEvent' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAkEvent, CallbackMask) == 0x000008, "Member 'AkGameObject_PostAkEvent::CallbackMask' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAkEvent, PostEventCallback) == 0x00000C, "Member 'AkGameObject_PostAkEvent::PostEventCallback' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAkEvent, ExternalSources) == 0x000020, "Member 'AkGameObject_PostAkEvent::ExternalSources' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAkEvent, in_EventName) == 0x000030, "Member 'AkGameObject_PostAkEvent::in_EventName' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAkEvent, ReturnValue) == 0x000040, "Member 'AkGameObject_PostAkEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameObject_PostAkEventAsync \ static_assert(alignof(AkGameObject_PostAkEventAsync) == 0x000008, "Wrong alignment on AkGameObject_PostAkEventAsync"); \ static_assert(sizeof(AkGameObject_PostAkEventAsync) == 0x000050, "Wrong size on AkGameObject_PostAkEventAsync"); \ static_assert(offsetof(AkGameObject_PostAkEventAsync, WorldContextObject) == 0x000000, "Member 'AkGameObject_PostAkEventAsync::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAkEventAsync, AkEvent) == 0x000008, "Member 'AkGameObject_PostAkEventAsync::AkEvent' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAkEventAsync, PlayingID) == 0x000010, "Member 'AkGameObject_PostAkEventAsync::PlayingID' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAkEventAsync, CallbackMask) == 0x000014, "Member 'AkGameObject_PostAkEventAsync::CallbackMask' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAkEventAsync, PostEventCallback) == 0x000018, "Member 'AkGameObject_PostAkEventAsync::PostEventCallback' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAkEventAsync, ExternalSources) == 0x000028, "Member 'AkGameObject_PostAkEventAsync::ExternalSources' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAkEventAsync, LatentInfo) == 0x000038, "Member 'AkGameObject_PostAkEventAsync::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameObject_PostAkEventWithStartTime \ static_assert(alignof(AkGameObject_PostAkEventWithStartTime) == 0x000008, "Wrong alignment on AkGameObject_PostAkEventWithStartTime"); \ static_assert(sizeof(AkGameObject_PostAkEventWithStartTime) == 0x000048, "Wrong size on AkGameObject_PostAkEventWithStartTime"); \ static_assert(offsetof(AkGameObject_PostAkEventWithStartTime, AkEvent) == 0x000000, "Member 'AkGameObject_PostAkEventWithStartTime::AkEvent' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAkEventWithStartTime, CallbackMask) == 0x000008, "Member 'AkGameObject_PostAkEventWithStartTime::CallbackMask' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAkEventWithStartTime, PostEventCallback) == 0x00000C, "Member 'AkGameObject_PostAkEventWithStartTime::PostEventCallback' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAkEventWithStartTime, ExternalSources) == 0x000020, "Member 'AkGameObject_PostAkEventWithStartTime::ExternalSources' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAkEventWithStartTime, in_EventName) == 0x000030, "Member 'AkGameObject_PostAkEventWithStartTime::in_EventName' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAkEventWithStartTime, StartTime) == 0x000040, "Member 'AkGameObject_PostAkEventWithStartTime::StartTime' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAkEventWithStartTime, ReturnValue) == 0x000044, "Member 'AkGameObject_PostAkEventWithStartTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameObject_PostAssociatedAkEvent \ static_assert(alignof(AkGameObject_PostAssociatedAkEvent) == 0x000008, "Wrong alignment on AkGameObject_PostAssociatedAkEvent"); \ static_assert(sizeof(AkGameObject_PostAssociatedAkEvent) == 0x000030, "Wrong size on AkGameObject_PostAssociatedAkEvent"); \ static_assert(offsetof(AkGameObject_PostAssociatedAkEvent, CallbackMask) == 0x000000, "Member 'AkGameObject_PostAssociatedAkEvent::CallbackMask' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAssociatedAkEvent, PostEventCallback) == 0x000004, "Member 'AkGameObject_PostAssociatedAkEvent::PostEventCallback' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAssociatedAkEvent, ExternalSources) == 0x000018, "Member 'AkGameObject_PostAssociatedAkEvent::ExternalSources' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAssociatedAkEvent, ReturnValue) == 0x000028, "Member 'AkGameObject_PostAssociatedAkEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameObject_PostAssociatedAkEventAsync \ static_assert(alignof(AkGameObject_PostAssociatedAkEventAsync) == 0x000008, "Wrong alignment on AkGameObject_PostAssociatedAkEventAsync"); \ static_assert(sizeof(AkGameObject_PostAssociatedAkEventAsync) == 0x000050, "Wrong size on AkGameObject_PostAssociatedAkEventAsync"); \ static_assert(offsetof(AkGameObject_PostAssociatedAkEventAsync, WorldContextObject) == 0x000000, "Member 'AkGameObject_PostAssociatedAkEventAsync::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAssociatedAkEventAsync, CallbackMask) == 0x000008, "Member 'AkGameObject_PostAssociatedAkEventAsync::CallbackMask' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAssociatedAkEventAsync, PostEventCallback) == 0x00000C, "Member 'AkGameObject_PostAssociatedAkEventAsync::PostEventCallback' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAssociatedAkEventAsync, ExternalSources) == 0x000020, "Member 'AkGameObject_PostAssociatedAkEventAsync::ExternalSources' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAssociatedAkEventAsync, LatentInfo) == 0x000030, "Member 'AkGameObject_PostAssociatedAkEventAsync::LatentInfo' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_PostAssociatedAkEventAsync, PlayingID) == 0x000048, "Member 'AkGameObject_PostAssociatedAkEventAsync::PlayingID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameObject_GetRTPCValue \ static_assert(alignof(AkGameObject_GetRTPCValue) == 0x000008, "Wrong alignment on AkGameObject_GetRTPCValue"); \ static_assert(sizeof(AkGameObject_GetRTPCValue) == 0x000030, "Wrong size on AkGameObject_GetRTPCValue"); \ static_assert(offsetof(AkGameObject_GetRTPCValue, RTPCValue) == 0x000000, "Member 'AkGameObject_GetRTPCValue::RTPCValue' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_GetRTPCValue, InputValueType) == 0x000008, "Member 'AkGameObject_GetRTPCValue::InputValueType' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_GetRTPCValue, Value) == 0x00000C, "Member 'AkGameObject_GetRTPCValue::Value' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_GetRTPCValue, OutputValueType) == 0x000010, "Member 'AkGameObject_GetRTPCValue::OutputValueType' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_GetRTPCValue, RTPC) == 0x000018, "Member 'AkGameObject_GetRTPCValue::RTPC' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_GetRTPCValue, PlayingID) == 0x000028, "Member 'AkGameObject_GetRTPCValue::PlayingID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameObject_SetRTPCValue \ static_assert(alignof(AkGameObject_SetRTPCValue) == 0x000008, "Wrong alignment on AkGameObject_SetRTPCValue"); \ static_assert(sizeof(AkGameObject_SetRTPCValue) == 0x000020, "Wrong size on AkGameObject_SetRTPCValue"); \ static_assert(offsetof(AkGameObject_SetRTPCValue, RTPCValue) == 0x000000, "Member 'AkGameObject_SetRTPCValue::RTPCValue' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_SetRTPCValue, Value) == 0x000008, "Member 'AkGameObject_SetRTPCValue::Value' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_SetRTPCValue, InterpolationTimeMs) == 0x00000C, "Member 'AkGameObject_SetRTPCValue::InterpolationTimeMs' has a wrong offset!"); \ static_assert(offsetof(AkGameObject_SetRTPCValue, RTPC) == 0x000010, "Member 'AkGameObject_SetRTPCValue::RTPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkGameObject \ static_assert(alignof(UAkGameObject) == 0x000010, "Wrong alignment on UAkGameObject"); \ static_assert(sizeof(UAkGameObject) == 0x000240, "Wrong size on UAkGameObject"); \ static_assert(offsetof(UAkGameObject, AkAudioEvent) == 0x000218, "Member 'UAkGameObject::AkAudioEvent' has a wrong offset!"); \ static_assert(offsetof(UAkGameObject, EventName) == 0x000220, "Member 'UAkGameObject::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkRoomComponent_SetGeometryComponent \ static_assert(alignof(AkRoomComponent_SetGeometryComponent) == 0x000008, "Wrong alignment on AkRoomComponent_SetGeometryComponent"); \ static_assert(sizeof(AkRoomComponent_SetGeometryComponent) == 0x000008, "Wrong size on AkRoomComponent_SetGeometryComponent"); \ static_assert(offsetof(AkRoomComponent_SetGeometryComponent, textureSetComponent) == 0x000000, "Member 'AkRoomComponent_SetGeometryComponent::textureSetComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkRoomComponent_GetPrimitiveParent \ static_assert(alignof(AkRoomComponent_GetPrimitiveParent) == 0x000008, "Wrong alignment on AkRoomComponent_GetPrimitiveParent"); \ static_assert(sizeof(AkRoomComponent_GetPrimitiveParent) == 0x000008, "Wrong size on AkRoomComponent_GetPrimitiveParent"); \ static_assert(offsetof(AkRoomComponent_GetPrimitiveParent, ReturnValue) == 0x000000, "Member 'AkRoomComponent_GetPrimitiveParent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkRoomComponent \ static_assert(alignof(UAkRoomComponent) == 0x000010, "Wrong alignment on UAkRoomComponent"); \ static_assert(sizeof(UAkRoomComponent) == 0x000280, "Wrong size on UAkRoomComponent"); \ static_assert(offsetof(UAkRoomComponent, bEnable) == 0x000238, "Member 'UAkRoomComponent::bEnable' has a wrong offset!"); \ static_assert(offsetof(UAkRoomComponent, bDynamic) == 0x000239, "Member 'UAkRoomComponent::bDynamic' has a wrong offset!"); \ static_assert(offsetof(UAkRoomComponent, Priority) == 0x00023C, "Member 'UAkRoomComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UAkRoomComponent, WallOcclusion) == 0x000240, "Member 'UAkRoomComponent::WallOcclusion' has a wrong offset!"); \ static_assert(offsetof(UAkRoomComponent, AuxSendLevel) == 0x000244, "Member 'UAkRoomComponent::AuxSendLevel' has a wrong offset!"); \ static_assert(offsetof(UAkRoomComponent, AutoPost) == 0x000248, "Member 'UAkRoomComponent::AutoPost' has a wrong offset!"); \ static_assert(offsetof(UAkRoomComponent, bIsSimpleBox) == 0x000249, "Member 'UAkRoomComponent::bIsSimpleBox' has a wrong offset!"); \ static_assert(offsetof(UAkRoomComponent, GeometryComponent) == 0x000270, "Member 'UAkRoomComponent::GeometryComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkAcousticTextureSetComponent \ static_assert(alignof(UAkAcousticTextureSetComponent) == 0x000010, "Wrong alignment on UAkAcousticTextureSetComponent"); \ static_assert(sizeof(UAkAcousticTextureSetComponent) == 0x000230, "Wrong size on UAkAcousticTextureSetComponent"); \ #define DUMPER7_ASSERTS_UAkSettings \ static_assert(alignof(UAkSettings) == 0x000008, "Wrong alignment on UAkSettings"); \ static_assert(sizeof(UAkSettings) == 0x0002E0, "Wrong size on UAkSettings"); \ static_assert(offsetof(UAkSettings, MaxSimultaneousReverbVolumes) == 0x000028, "Member 'UAkSettings::MaxSimultaneousReverbVolumes' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, WwiseProjectPath) == 0x000030, "Member 'UAkSettings::WwiseProjectPath' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, WwiseSoundDataFolder) == 0x000040, "Member 'UAkSettings::WwiseSoundDataFolder' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, bAutoConnectToWAAPI) == 0x000050, "Member 'UAkSettings::bAutoConnectToWAAPI' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, DefaultOcclusionCollisionChannel) == 0x000051, "Member 'UAkSettings::DefaultOcclusionCollisionChannel' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, DefaultFitToGeometryCollisionChannel) == 0x000052, "Member 'UAkSettings::DefaultFitToGeometryCollisionChannel' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, AkGeometryMap) == 0x000058, "Member 'UAkSettings::AkGeometryMap' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, GlobalDecayAbsorption) == 0x0000A8, "Member 'UAkSettings::GlobalDecayAbsorption' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, DefaultReverbAuxBus) == 0x0000B0, "Member 'UAkSettings::DefaultReverbAuxBus' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, EnvironmentDecayAuxBusMap) == 0x0000D8, "Member 'UAkSettings::EnvironmentDecayAuxBusMap' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, HFDampingName) == 0x000128, "Member 'UAkSettings::HFDampingName' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, DecayEstimateName) == 0x000138, "Member 'UAkSettings::DecayEstimateName' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, TimeToFirstReflectionName) == 0x000148, "Member 'UAkSettings::TimeToFirstReflectionName' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, HFDampingRTPC) == 0x000158, "Member 'UAkSettings::HFDampingRTPC' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, DecayEstimateRTPC) == 0x000180, "Member 'UAkSettings::DecayEstimateRTPC' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, TimeToFirstReflectionRTPC) == 0x0001A8, "Member 'UAkSettings::TimeToFirstReflectionRTPC' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, AudioInputEvent) == 0x0001D0, "Member 'UAkSettings::AudioInputEvent' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, AcousticTextureParamsMap) == 0x0001F8, "Member 'UAkSettings::AcousticTextureParamsMap' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, SplitSwitchContainerMedia) == 0x000248, "Member 'UAkSettings::SplitSwitchContainerMedia' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, SplitMediaPerFolder) == 0x000249, "Member 'UAkSettings::SplitMediaPerFolder' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, UseEventBasedPackaging) == 0x00024A, "Member 'UAkSettings::UseEventBasedPackaging' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, EnableAutomaticAssetSynchronization) == 0x00024B, "Member 'UAkSettings::EnableAutomaticAssetSynchronization' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, CommandletCommitMessage) == 0x000250, "Member 'UAkSettings::CommandletCommitMessage' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, UnrealCultureToWwiseCulture) == 0x000260, "Member 'UAkSettings::UnrealCultureToWwiseCulture' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, AskedToUseNewAssetManagement) == 0x0002B0, "Member 'UAkSettings::AskedToUseNewAssetManagement' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, bEnableMultiCoreRendering) == 0x0002B1, "Member 'UAkSettings::bEnableMultiCoreRendering' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, MigratedEnableMultiCoreRendering) == 0x0002B2, "Member 'UAkSettings::MigratedEnableMultiCoreRendering' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, FixupRedirectorsDuringMigration) == 0x0002B3, "Member 'UAkSettings::FixupRedirectorsDuringMigration' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, WwiseWindowsInstallationPath) == 0x0002B8, "Member 'UAkSettings::WwiseWindowsInstallationPath' has a wrong offset!"); \ static_assert(offsetof(UAkSettings, WwiseMacInstallationPath) == 0x0002C8, "Member 'UAkSettings::WwiseMacInstallationPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkAndroidInitializationSettings_MigrateMultiCoreRendering \ static_assert(alignof(AkAndroidInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkAndroidInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(sizeof(AkAndroidInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkAndroidInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(offsetof(AkAndroidInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkAndroidInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkAndroidInitializationSettings \ static_assert(alignof(UAkAndroidInitializationSettings) == 0x000008, "Wrong alignment on UAkAndroidInitializationSettings"); \ static_assert(sizeof(UAkAndroidInitializationSettings) == 0x0000F8, "Wrong size on UAkAndroidInitializationSettings"); \ static_assert(offsetof(UAkAndroidInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkAndroidInitializationSettings::CommonSettings' has a wrong offset!"); \ static_assert(offsetof(UAkAndroidInitializationSettings, CommunicationSettings) == 0x000098, "Member 'UAkAndroidInitializationSettings::CommunicationSettings' has a wrong offset!"); \ static_assert(offsetof(UAkAndroidInitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkAndroidInitializationSettings::AdvancedSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkAndroidPlatformInfo \ static_assert(alignof(UAkAndroidPlatformInfo) == 0x000008, "Wrong alignment on UAkAndroidPlatformInfo"); \ static_assert(sizeof(UAkAndroidPlatformInfo) == 0x000070, "Wrong size on UAkAndroidPlatformInfo"); \ #define DUMPER7_ASSERTS_UAkAssetBase \ static_assert(alignof(UAkAssetBase) == 0x000008, "Wrong alignment on UAkAssetBase"); \ static_assert(sizeof(UAkAssetBase) == 0x000050, "Wrong size on UAkAssetBase"); \ static_assert(offsetof(UAkAssetBase, PlatformAssetData) == 0x000040, "Member 'UAkAssetBase::PlatformAssetData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkAssetData \ static_assert(alignof(UAkAssetData) == 0x000008, "Wrong alignment on UAkAssetData"); \ static_assert(sizeof(UAkAssetData) == 0x000078, "Wrong size on UAkAssetData"); \ static_assert(offsetof(UAkAssetData, CachedHash) == 0x000028, "Member 'UAkAssetData::CachedHash' has a wrong offset!"); \ static_assert(offsetof(UAkAssetData, BankLanguage) == 0x000030, "Member 'UAkAssetData::BankLanguage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkAssetDataWithMedia \ static_assert(alignof(UAkAssetDataWithMedia) == 0x000008, "Wrong alignment on UAkAssetDataWithMedia"); \ static_assert(sizeof(UAkAssetDataWithMedia) == 0x000088, "Wrong size on UAkAssetDataWithMedia"); \ static_assert(offsetof(UAkAssetDataWithMedia, MediaList) == 0x000078, "Member 'UAkAssetDataWithMedia::MediaList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkAssetPlatformData \ static_assert(alignof(UAkAssetPlatformData) == 0x000008, "Wrong alignment on UAkAssetPlatformData"); \ static_assert(sizeof(UAkAssetPlatformData) == 0x000030, "Wrong size on UAkAssetPlatformData"); \ static_assert(offsetof(UAkAssetPlatformData, CurrentAssetData) == 0x000028, "Member 'UAkAssetPlatformData::CurrentAssetData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkAssetDataSwitchContainerData \ static_assert(alignof(UAkAssetDataSwitchContainerData) == 0x000008, "Wrong alignment on UAkAssetDataSwitchContainerData"); \ static_assert(sizeof(UAkAssetDataSwitchContainerData) == 0x000078, "Wrong size on UAkAssetDataSwitchContainerData"); \ static_assert(offsetof(UAkAssetDataSwitchContainerData, GroupValue) == 0x000028, "Member 'UAkAssetDataSwitchContainerData::GroupValue' has a wrong offset!"); \ static_assert(offsetof(UAkAssetDataSwitchContainerData, DefaultGroupValue) == 0x000050, "Member 'UAkAssetDataSwitchContainerData::DefaultGroupValue' has a wrong offset!"); \ static_assert(offsetof(UAkAssetDataSwitchContainerData, MediaList) == 0x000058, "Member 'UAkAssetDataSwitchContainerData::MediaList' has a wrong offset!"); \ static_assert(offsetof(UAkAssetDataSwitchContainerData, Children) == 0x000068, "Member 'UAkAssetDataSwitchContainerData::Children' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkAssetDataSwitchContainer \ static_assert(alignof(UAkAssetDataSwitchContainer) == 0x000008, "Wrong alignment on UAkAssetDataSwitchContainer"); \ static_assert(sizeof(UAkAssetDataSwitchContainer) == 0x0000F0, "Wrong size on UAkAssetDataSwitchContainer"); \ static_assert(offsetof(UAkAssetDataSwitchContainer, SwitchContainers) == 0x000088, "Member 'UAkAssetDataSwitchContainer::SwitchContainers' has a wrong offset!"); \ static_assert(offsetof(UAkAssetDataSwitchContainer, DefaultGroupValue) == 0x000098, "Member 'UAkAssetDataSwitchContainer::DefaultGroupValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkAudioEventData \ static_assert(alignof(UAkAudioEventData) == 0x000008, "Wrong alignment on UAkAudioEventData"); \ static_assert(sizeof(UAkAudioEventData) == 0x000290, "Wrong size on UAkAudioEventData"); \ static_assert(offsetof(UAkAudioEventData, MaxAttenuationRadius) == 0x0000F0, "Member 'UAkAudioEventData::MaxAttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(UAkAudioEventData, IsInfinite) == 0x0000F4, "Member 'UAkAudioEventData::IsInfinite' has a wrong offset!"); \ static_assert(offsetof(UAkAudioEventData, MinimumDuration) == 0x0000F8, "Member 'UAkAudioEventData::MinimumDuration' has a wrong offset!"); \ static_assert(offsetof(UAkAudioEventData, MaximumDuration) == 0x0000FC, "Member 'UAkAudioEventData::MaximumDuration' has a wrong offset!"); \ static_assert(offsetof(UAkAudioEventData, LocalizedMedia) == 0x000100, "Member 'UAkAudioEventData::LocalizedMedia' has a wrong offset!"); \ static_assert(offsetof(UAkAudioEventData, PostedEvents) == 0x000150, "Member 'UAkAudioEventData::PostedEvents' has a wrong offset!"); \ static_assert(offsetof(UAkAudioEventData, UserDefinedSends) == 0x0001A0, "Member 'UAkAudioEventData::UserDefinedSends' has a wrong offset!"); \ static_assert(offsetof(UAkAudioEventData, PostedTriggers) == 0x0001F0, "Member 'UAkAudioEventData::PostedTriggers' has a wrong offset!"); \ static_assert(offsetof(UAkAudioEventData, GroupValues) == 0x000240, "Member 'UAkAudioEventData::GroupValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkAudioBank \ static_assert(alignof(UAkAudioBank) == 0x000008, "Wrong alignment on UAkAudioBank"); \ static_assert(sizeof(UAkAudioBank) == 0x000120, "Wrong size on UAkAudioBank"); \ static_assert(offsetof(UAkAudioBank, AutoLoad) == 0x000050, "Member 'UAkAudioBank::AutoLoad' has a wrong offset!"); \ static_assert(offsetof(UAkAudioBank, LocalizedPlatformAssetDataMap) == 0x000058, "Member 'UAkAudioBank::LocalizedPlatformAssetDataMap' has a wrong offset!"); \ static_assert(offsetof(UAkAudioBank, LinkedAkEvents) == 0x0000A8, "Member 'UAkAudioBank::LinkedAkEvents' has a wrong offset!"); \ static_assert(offsetof(UAkAudioBank, CurrentLocalizedPlatformAssetData) == 0x0000F8, "Member 'UAkAudioBank::CurrentLocalizedPlatformAssetData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkAudioEvent_GetIsInfinite \ static_assert(alignof(AkAudioEvent_GetIsInfinite) == 0x000001, "Wrong alignment on AkAudioEvent_GetIsInfinite"); \ static_assert(sizeof(AkAudioEvent_GetIsInfinite) == 0x000001, "Wrong size on AkAudioEvent_GetIsInfinite"); \ static_assert(offsetof(AkAudioEvent_GetIsInfinite, ReturnValue) == 0x000000, "Member 'AkAudioEvent_GetIsInfinite::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkAudioEvent_GetMaxAttenuationRadius \ static_assert(alignof(AkAudioEvent_GetMaxAttenuationRadius) == 0x000004, "Wrong alignment on AkAudioEvent_GetMaxAttenuationRadius"); \ static_assert(sizeof(AkAudioEvent_GetMaxAttenuationRadius) == 0x000004, "Wrong size on AkAudioEvent_GetMaxAttenuationRadius"); \ static_assert(offsetof(AkAudioEvent_GetMaxAttenuationRadius, ReturnValue) == 0x000000, "Member 'AkAudioEvent_GetMaxAttenuationRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkAudioEvent_GetMaximumDuration \ static_assert(alignof(AkAudioEvent_GetMaximumDuration) == 0x000004, "Wrong alignment on AkAudioEvent_GetMaximumDuration"); \ static_assert(sizeof(AkAudioEvent_GetMaximumDuration) == 0x000004, "Wrong size on AkAudioEvent_GetMaximumDuration"); \ static_assert(offsetof(AkAudioEvent_GetMaximumDuration, ReturnValue) == 0x000000, "Member 'AkAudioEvent_GetMaximumDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkAudioEvent_GetMinimumDuration \ static_assert(alignof(AkAudioEvent_GetMinimumDuration) == 0x000004, "Wrong alignment on AkAudioEvent_GetMinimumDuration"); \ static_assert(sizeof(AkAudioEvent_GetMinimumDuration) == 0x000004, "Wrong size on AkAudioEvent_GetMinimumDuration"); \ static_assert(offsetof(AkAudioEvent_GetMinimumDuration, ReturnValue) == 0x000000, "Member 'AkAudioEvent_GetMinimumDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkAudioEvent \ static_assert(alignof(UAkAudioEvent) == 0x000008, "Wrong alignment on UAkAudioEvent"); \ static_assert(sizeof(UAkAudioEvent) == 0x0000D0, "Wrong size on UAkAudioEvent"); \ static_assert(offsetof(UAkAudioEvent, LocalizedPlatformAssetDataMap) == 0x000050, "Member 'UAkAudioEvent::LocalizedPlatformAssetDataMap' has a wrong offset!"); \ static_assert(offsetof(UAkAudioEvent, RequiredBank) == 0x0000A0, "Member 'UAkAudioEvent::RequiredBank' has a wrong offset!"); \ static_assert(offsetof(UAkAudioEvent, CurrentLocalizedPlatformData) == 0x0000B0, "Member 'UAkAudioEvent::CurrentLocalizedPlatformData' has a wrong offset!"); \ static_assert(offsetof(UAkAudioEvent, MaxAttenuationRadius) == 0x0000B8, "Member 'UAkAudioEvent::MaxAttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(UAkAudioEvent, IsInfinite) == 0x0000BC, "Member 'UAkAudioEvent::IsInfinite' has a wrong offset!"); \ static_assert(offsetof(UAkAudioEvent, MinimumDuration) == 0x0000C0, "Member 'UAkAudioEvent::MinimumDuration' has a wrong offset!"); \ static_assert(offsetof(UAkAudioEvent, MaximumDuration) == 0x0000C4, "Member 'UAkAudioEvent::MaximumDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_MasterTickThrottlerSetNoTickRadius \ static_assert(alignof(AkComponent_MasterTickThrottlerSetNoTickRadius) == 0x000004, "Wrong alignment on AkComponent_MasterTickThrottlerSetNoTickRadius"); \ static_assert(sizeof(AkComponent_MasterTickThrottlerSetNoTickRadius) == 0x000004, "Wrong size on AkComponent_MasterTickThrottlerSetNoTickRadius"); \ static_assert(offsetof(AkComponent_MasterTickThrottlerSetNoTickRadius, NoTickRadiusMeters) == 0x000000, "Member 'AkComponent_MasterTickThrottlerSetNoTickRadius::NoTickRadiusMeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_OcclusionRefreshStackAdd \ static_assert(alignof(AkComponent_OcclusionRefreshStackAdd) == 0x000004, "Wrong alignment on AkComponent_OcclusionRefreshStackAdd"); \ static_assert(sizeof(AkComponent_OcclusionRefreshStackAdd) == 0x00000C, "Wrong size on AkComponent_OcclusionRefreshStackAdd"); \ static_assert(offsetof(AkComponent_OcclusionRefreshStackAdd, RefreshInterval) == 0x000000, "Member 'AkComponent_OcclusionRefreshStackAdd::RefreshInterval' has a wrong offset!"); \ static_assert(offsetof(AkComponent_OcclusionRefreshStackAdd, Priority) == 0x000004, "Member 'AkComponent_OcclusionRefreshStackAdd::Priority' has a wrong offset!"); \ static_assert(offsetof(AkComponent_OcclusionRefreshStackAdd, ReturnValue) == 0x000008, "Member 'AkComponent_OcclusionRefreshStackAdd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_OcclusionRefreshStackRemove \ static_assert(alignof(AkComponent_OcclusionRefreshStackRemove) == 0x000004, "Wrong alignment on AkComponent_OcclusionRefreshStackRemove"); \ static_assert(sizeof(AkComponent_OcclusionRefreshStackRemove) == 0x000004, "Wrong size on AkComponent_OcclusionRefreshStackRemove"); \ static_assert(offsetof(AkComponent_OcclusionRefreshStackRemove, StackHandle) == 0x000000, "Member 'AkComponent_OcclusionRefreshStackRemove::StackHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_OcclusionRefreshStackSetDefault \ static_assert(alignof(AkComponent_OcclusionRefreshStackSetDefault) == 0x000004, "Wrong alignment on AkComponent_OcclusionRefreshStackSetDefault"); \ static_assert(sizeof(AkComponent_OcclusionRefreshStackSetDefault) == 0x000004, "Wrong size on AkComponent_OcclusionRefreshStackSetDefault"); \ static_assert(offsetof(AkComponent_OcclusionRefreshStackSetDefault, RefreshInterval) == 0x000000, "Member 'AkComponent_OcclusionRefreshStackSetDefault::RefreshInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_PostAkEventAndWaitForEnd \ static_assert(alignof(AkComponent_PostAkEventAndWaitForEnd) == 0x000008, "Wrong alignment on AkComponent_PostAkEventAndWaitForEnd"); \ static_assert(sizeof(AkComponent_PostAkEventAndWaitForEnd) == 0x000048, "Wrong size on AkComponent_PostAkEventAndWaitForEnd"); \ static_assert(offsetof(AkComponent_PostAkEventAndWaitForEnd, AkEvent) == 0x000000, "Member 'AkComponent_PostAkEventAndWaitForEnd::AkEvent' has a wrong offset!"); \ static_assert(offsetof(AkComponent_PostAkEventAndWaitForEnd, in_EventName) == 0x000008, "Member 'AkComponent_PostAkEventAndWaitForEnd::in_EventName' has a wrong offset!"); \ static_assert(offsetof(AkComponent_PostAkEventAndWaitForEnd, ExternalSources) == 0x000018, "Member 'AkComponent_PostAkEventAndWaitForEnd::ExternalSources' has a wrong offset!"); \ static_assert(offsetof(AkComponent_PostAkEventAndWaitForEnd, LatentInfo) == 0x000028, "Member 'AkComponent_PostAkEventAndWaitForEnd::LatentInfo' has a wrong offset!"); \ static_assert(offsetof(AkComponent_PostAkEventAndWaitForEnd, ReturnValue) == 0x000040, "Member 'AkComponent_PostAkEventAndWaitForEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_PostAkEventAndWaitForEndAsync \ static_assert(alignof(AkComponent_PostAkEventAndWaitForEndAsync) == 0x000008, "Wrong alignment on AkComponent_PostAkEventAndWaitForEndAsync"); \ static_assert(sizeof(AkComponent_PostAkEventAndWaitForEndAsync) == 0x000038, "Wrong size on AkComponent_PostAkEventAndWaitForEndAsync"); \ static_assert(offsetof(AkComponent_PostAkEventAndWaitForEndAsync, AkEvent) == 0x000000, "Member 'AkComponent_PostAkEventAndWaitForEndAsync::AkEvent' has a wrong offset!"); \ static_assert(offsetof(AkComponent_PostAkEventAndWaitForEndAsync, PlayingID) == 0x000008, "Member 'AkComponent_PostAkEventAndWaitForEndAsync::PlayingID' has a wrong offset!"); \ static_assert(offsetof(AkComponent_PostAkEventAndWaitForEndAsync, ExternalSources) == 0x000010, "Member 'AkComponent_PostAkEventAndWaitForEndAsync::ExternalSources' has a wrong offset!"); \ static_assert(offsetof(AkComponent_PostAkEventAndWaitForEndAsync, LatentInfo) == 0x000020, "Member 'AkComponent_PostAkEventAndWaitForEndAsync::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_PostAkEventByName \ static_assert(alignof(AkComponent_PostAkEventByName) == 0x000008, "Wrong alignment on AkComponent_PostAkEventByName"); \ static_assert(sizeof(AkComponent_PostAkEventByName) == 0x000018, "Wrong size on AkComponent_PostAkEventByName"); \ static_assert(offsetof(AkComponent_PostAkEventByName, in_EventName) == 0x000000, "Member 'AkComponent_PostAkEventByName::in_EventName' has a wrong offset!"); \ static_assert(offsetof(AkComponent_PostAkEventByName, ReturnValue) == 0x000010, "Member 'AkComponent_PostAkEventByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_PostAssociatedAkEventAndWaitForEnd \ static_assert(alignof(AkComponent_PostAssociatedAkEventAndWaitForEnd) == 0x000008, "Wrong alignment on AkComponent_PostAssociatedAkEventAndWaitForEnd"); \ static_assert(sizeof(AkComponent_PostAssociatedAkEventAndWaitForEnd) == 0x000030, "Wrong size on AkComponent_PostAssociatedAkEventAndWaitForEnd"); \ static_assert(offsetof(AkComponent_PostAssociatedAkEventAndWaitForEnd, ExternalSources) == 0x000000, "Member 'AkComponent_PostAssociatedAkEventAndWaitForEnd::ExternalSources' has a wrong offset!"); \ static_assert(offsetof(AkComponent_PostAssociatedAkEventAndWaitForEnd, LatentInfo) == 0x000010, "Member 'AkComponent_PostAssociatedAkEventAndWaitForEnd::LatentInfo' has a wrong offset!"); \ static_assert(offsetof(AkComponent_PostAssociatedAkEventAndWaitForEnd, ReturnValue) == 0x000028, "Member 'AkComponent_PostAssociatedAkEventAndWaitForEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_PostAssociatedAkEventAndWaitForEndAsync \ static_assert(alignof(AkComponent_PostAssociatedAkEventAndWaitForEndAsync) == 0x000008, "Wrong alignment on AkComponent_PostAssociatedAkEventAndWaitForEndAsync"); \ static_assert(sizeof(AkComponent_PostAssociatedAkEventAndWaitForEndAsync) == 0x000030, "Wrong size on AkComponent_PostAssociatedAkEventAndWaitForEndAsync"); \ static_assert(offsetof(AkComponent_PostAssociatedAkEventAndWaitForEndAsync, PlayingID) == 0x000000, "Member 'AkComponent_PostAssociatedAkEventAndWaitForEndAsync::PlayingID' has a wrong offset!"); \ static_assert(offsetof(AkComponent_PostAssociatedAkEventAndWaitForEndAsync, ExternalSources) == 0x000008, "Member 'AkComponent_PostAssociatedAkEventAndWaitForEndAsync::ExternalSources' has a wrong offset!"); \ static_assert(offsetof(AkComponent_PostAssociatedAkEventAndWaitForEndAsync, LatentInfo) == 0x000018, "Member 'AkComponent_PostAssociatedAkEventAndWaitForEndAsync::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_PostTrigger \ static_assert(alignof(AkComponent_PostTrigger) == 0x000008, "Wrong alignment on AkComponent_PostTrigger"); \ static_assert(sizeof(AkComponent_PostTrigger) == 0x000018, "Wrong size on AkComponent_PostTrigger"); \ static_assert(offsetof(AkComponent_PostTrigger, TriggerValue) == 0x000000, "Member 'AkComponent_PostTrigger::TriggerValue' has a wrong offset!"); \ static_assert(offsetof(AkComponent_PostTrigger, Trigger) == 0x000008, "Member 'AkComponent_PostTrigger::Trigger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_SetAttenuationScalingFactor \ static_assert(alignof(AkComponent_SetAttenuationScalingFactor) == 0x000004, "Wrong alignment on AkComponent_SetAttenuationScalingFactor"); \ static_assert(sizeof(AkComponent_SetAttenuationScalingFactor) == 0x000004, "Wrong size on AkComponent_SetAttenuationScalingFactor"); \ static_assert(offsetof(AkComponent_SetAttenuationScalingFactor, Value) == 0x000000, "Member 'AkComponent_SetAttenuationScalingFactor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_SetEarlyReflectionsAuxBus \ static_assert(alignof(AkComponent_SetEarlyReflectionsAuxBus) == 0x000008, "Wrong alignment on AkComponent_SetEarlyReflectionsAuxBus"); \ static_assert(sizeof(AkComponent_SetEarlyReflectionsAuxBus) == 0x000010, "Wrong size on AkComponent_SetEarlyReflectionsAuxBus"); \ static_assert(offsetof(AkComponent_SetEarlyReflectionsAuxBus, AuxBusName) == 0x000000, "Member 'AkComponent_SetEarlyReflectionsAuxBus::AuxBusName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_SetEarlyReflectionsVolume \ static_assert(alignof(AkComponent_SetEarlyReflectionsVolume) == 0x000004, "Wrong alignment on AkComponent_SetEarlyReflectionsVolume"); \ static_assert(sizeof(AkComponent_SetEarlyReflectionsVolume) == 0x000004, "Wrong size on AkComponent_SetEarlyReflectionsVolume"); \ static_assert(offsetof(AkComponent_SetEarlyReflectionsVolume, SendVolume) == 0x000000, "Member 'AkComponent_SetEarlyReflectionsVolume::SendVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_SetGameObjectRadius \ static_assert(alignof(AkComponent_SetGameObjectRadius) == 0x000004, "Wrong alignment on AkComponent_SetGameObjectRadius"); \ static_assert(sizeof(AkComponent_SetGameObjectRadius) == 0x000008, "Wrong size on AkComponent_SetGameObjectRadius"); \ static_assert(offsetof(AkComponent_SetGameObjectRadius, in_outerRadius) == 0x000000, "Member 'AkComponent_SetGameObjectRadius::in_outerRadius' has a wrong offset!"); \ static_assert(offsetof(AkComponent_SetGameObjectRadius, in_innerRadius) == 0x000004, "Member 'AkComponent_SetGameObjectRadius::in_innerRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_SetListeners \ static_assert(alignof(AkComponent_SetListeners) == 0x000008, "Wrong alignment on AkComponent_SetListeners"); \ static_assert(sizeof(AkComponent_SetListeners) == 0x000010, "Wrong size on AkComponent_SetListeners"); \ static_assert(offsetof(AkComponent_SetListeners, Listeners_0) == 0x000000, "Member 'AkComponent_SetListeners::Listeners_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_SetOutputBusVolume \ static_assert(alignof(AkComponent_SetOutputBusVolume) == 0x000004, "Wrong alignment on AkComponent_SetOutputBusVolume"); \ static_assert(sizeof(AkComponent_SetOutputBusVolume) == 0x000004, "Wrong size on AkComponent_SetOutputBusVolume"); \ static_assert(offsetof(AkComponent_SetOutputBusVolume, BusVolume) == 0x000000, "Member 'AkComponent_SetOutputBusVolume::BusVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_SetStopWhenOwnerDestroyed \ static_assert(alignof(AkComponent_SetStopWhenOwnerDestroyed) == 0x000001, "Wrong alignment on AkComponent_SetStopWhenOwnerDestroyed"); \ static_assert(sizeof(AkComponent_SetStopWhenOwnerDestroyed) == 0x000001, "Wrong size on AkComponent_SetStopWhenOwnerDestroyed"); \ static_assert(offsetof(AkComponent_SetStopWhenOwnerDestroyed, bStopWhenOwnerDestroyed) == 0x000000, "Member 'AkComponent_SetStopWhenOwnerDestroyed::bStopWhenOwnerDestroyed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_SetSwitch \ static_assert(alignof(AkComponent_SetSwitch) == 0x000008, "Wrong alignment on AkComponent_SetSwitch"); \ static_assert(sizeof(AkComponent_SetSwitch) == 0x000028, "Wrong size on AkComponent_SetSwitch"); \ static_assert(offsetof(AkComponent_SetSwitch, SwitchValue) == 0x000000, "Member 'AkComponent_SetSwitch::SwitchValue' has a wrong offset!"); \ static_assert(offsetof(AkComponent_SetSwitch, SwitchGroup) == 0x000008, "Member 'AkComponent_SetSwitch::SwitchGroup' has a wrong offset!"); \ static_assert(offsetof(AkComponent_SetSwitch, SwitchState) == 0x000018, "Member 'AkComponent_SetSwitch::SwitchState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_SetSwitchPropagating \ static_assert(alignof(AkComponent_SetSwitchPropagating) == 0x000008, "Wrong alignment on AkComponent_SetSwitchPropagating"); \ static_assert(sizeof(AkComponent_SetSwitchPropagating) == 0x000028, "Wrong size on AkComponent_SetSwitchPropagating"); \ static_assert(offsetof(AkComponent_SetSwitchPropagating, SwitchValue) == 0x000000, "Member 'AkComponent_SetSwitchPropagating::SwitchValue' has a wrong offset!"); \ static_assert(offsetof(AkComponent_SetSwitchPropagating, SwitchGroup) == 0x000008, "Member 'AkComponent_SetSwitchPropagating::SwitchGroup' has a wrong offset!"); \ static_assert(offsetof(AkComponent_SetSwitchPropagating, SwitchState) == 0x000018, "Member 'AkComponent_SetSwitchPropagating::SwitchState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_SetWantsOnUpdateTransform \ static_assert(alignof(AkComponent_SetWantsOnUpdateTransform) == 0x000001, "Wrong alignment on AkComponent_SetWantsOnUpdateTransform"); \ static_assert(sizeof(AkComponent_SetWantsOnUpdateTransform) == 0x000001, "Wrong size on AkComponent_SetWantsOnUpdateTransform"); \ static_assert(offsetof(AkComponent_SetWantsOnUpdateTransform, bInWantsOnUpdateTranform) == 0x000000, "Member 'AkComponent_SetWantsOnUpdateTransform::bInWantsOnUpdateTranform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_UseEarlyReflections \ static_assert(alignof(AkComponent_UseEarlyReflections) == 0x000008, "Wrong alignment on AkComponent_UseEarlyReflections"); \ static_assert(sizeof(AkComponent_UseEarlyReflections) == 0x000028, "Wrong size on AkComponent_UseEarlyReflections"); \ static_assert(offsetof(AkComponent_UseEarlyReflections, AuxBus) == 0x000000, "Member 'AkComponent_UseEarlyReflections::AuxBus' has a wrong offset!"); \ static_assert(offsetof(AkComponent_UseEarlyReflections, Order) == 0x000008, "Member 'AkComponent_UseEarlyReflections::Order' has a wrong offset!"); \ static_assert(offsetof(AkComponent_UseEarlyReflections, BusSendGain) == 0x00000C, "Member 'AkComponent_UseEarlyReflections::BusSendGain' has a wrong offset!"); \ static_assert(offsetof(AkComponent_UseEarlyReflections, MaxPathLength) == 0x000010, "Member 'AkComponent_UseEarlyReflections::MaxPathLength' has a wrong offset!"); \ static_assert(offsetof(AkComponent_UseEarlyReflections, SpotReflectors) == 0x000014, "Member 'AkComponent_UseEarlyReflections::SpotReflectors' has a wrong offset!"); \ static_assert(offsetof(AkComponent_UseEarlyReflections, AuxBusName) == 0x000018, "Member 'AkComponent_UseEarlyReflections::AuxBusName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_UseReverbVolumes \ static_assert(alignof(AkComponent_UseReverbVolumes) == 0x000001, "Wrong alignment on AkComponent_UseReverbVolumes"); \ static_assert(sizeof(AkComponent_UseReverbVolumes) == 0x000001, "Wrong size on AkComponent_UseReverbVolumes"); \ static_assert(offsetof(AkComponent_UseReverbVolumes, inUseReverbVolumes) == 0x000000, "Member 'AkComponent_UseReverbVolumes::inUseReverbVolumes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkComponent_GetAttenuationRadius \ static_assert(alignof(AkComponent_GetAttenuationRadius) == 0x000004, "Wrong alignment on AkComponent_GetAttenuationRadius"); \ static_assert(sizeof(AkComponent_GetAttenuationRadius) == 0x000004, "Wrong size on AkComponent_GetAttenuationRadius"); \ static_assert(offsetof(AkComponent_GetAttenuationRadius, ReturnValue) == 0x000000, "Member 'AkComponent_GetAttenuationRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkComponent \ static_assert(alignof(UAkComponent) == 0x000010, "Wrong alignment on UAkComponent"); \ static_assert(sizeof(UAkComponent) == 0x000620, "Wrong size on UAkComponent"); \ static_assert(offsetof(UAkComponent, bUseSpatialAudio) == 0x000240, "Member 'UAkComponent::bUseSpatialAudio' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, OcclusionCollisionChannel) == 0x000248, "Member 'UAkComponent::OcclusionCollisionChannel' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, EnableSpotReflectors) == 0x000249, "Member 'UAkComponent::EnableSpotReflectors' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, OuterRadius) == 0x00024C, "Member 'UAkComponent::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, InnerRadius) == 0x000250, "Member 'UAkComponent::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, EarlyReflectionAuxBus) == 0x000258, "Member 'UAkComponent::EarlyReflectionAuxBus' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, EarlyReflectionAuxBusName) == 0x000260, "Member 'UAkComponent::EarlyReflectionAuxBusName' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, EarlyReflectionOrder) == 0x000270, "Member 'UAkComponent::EarlyReflectionOrder' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, EarlyReflectionBusSendGain) == 0x000274, "Member 'UAkComponent::EarlyReflectionBusSendGain' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, EarlyReflectionMaxPathLength) == 0x000278, "Member 'UAkComponent::EarlyReflectionMaxPathLength' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, roomReverbAuxBusGain) == 0x00027C, "Member 'UAkComponent::roomReverbAuxBusGain' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, diffractionMaxEdges) == 0x000280, "Member 'UAkComponent::diffractionMaxEdges' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, diffractionMaxPaths) == 0x000284, "Member 'UAkComponent::diffractionMaxPaths' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, diffractionMaxPathLength) == 0x000288, "Member 'UAkComponent::diffractionMaxPathLength' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, DrawFirstOrderReflections) == 0x00028C, "Member 'UAkComponent::DrawFirstOrderReflections' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, DrawSecondOrderReflections) == 0x00028D, "Member 'UAkComponent::DrawSecondOrderReflections' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, DrawHigherOrderReflections) == 0x00028E, "Member 'UAkComponent::DrawHigherOrderReflections' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, DrawDiffraction) == 0x00028F, "Member 'UAkComponent::DrawDiffraction' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, StopWhenOwnerDestroyed) == 0x000290, "Member 'UAkComponent::StopWhenOwnerDestroyed' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, AttenuationScalingFactor) == 0x000294, "Member 'UAkComponent::AttenuationScalingFactor' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, OcclusionRefreshInterval) == 0x000298, "Member 'UAkComponent::OcclusionRefreshInterval' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, OcclusionSecondaryTracePoints) == 0x000328, "Member 'UAkComponent::OcclusionSecondaryTracePoints' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, bSkipOcclusionCalculation) == 0x00032C, "Member 'UAkComponent::bSkipOcclusionCalculation' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, bSpawnedByAnimNotify) == 0x00032D, "Member 'UAkComponent::bSpawnedByAnimNotify' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, bUseReverbVolumes) == 0x00032E, "Member 'UAkComponent::bUseReverbVolumes' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, bComputeDoppler) == 0x0003A8, "Member 'UAkComponent::bComputeDoppler' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, TickThrottlerSettings) == 0x0003B0, "Member 'UAkComponent::TickThrottlerSettings' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, Listeners) == 0x000578, "Member 'UAkComponent::Listeners' has a wrong offset!"); \ static_assert(offsetof(UAkComponent, Emitters) == 0x0005C8, "Member 'UAkComponent::Emitters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkAudioInputComponent_PostAssociatedAudioInputEvent \ static_assert(alignof(AkAudioInputComponent_PostAssociatedAudioInputEvent) == 0x000004, "Wrong alignment on AkAudioInputComponent_PostAssociatedAudioInputEvent"); \ static_assert(sizeof(AkAudioInputComponent_PostAssociatedAudioInputEvent) == 0x000004, "Wrong size on AkAudioInputComponent_PostAssociatedAudioInputEvent"); \ static_assert(offsetof(AkAudioInputComponent_PostAssociatedAudioInputEvent, ReturnValue) == 0x000000, "Member 'AkAudioInputComponent_PostAssociatedAudioInputEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkAudioInputComponent \ static_assert(alignof(UAkAudioInputComponent) == 0x000010, "Wrong alignment on UAkAudioInputComponent"); \ static_assert(sizeof(UAkAudioInputComponent) == 0x000650, "Wrong size on UAkAudioInputComponent"); \ #define DUMPER7_ASSERTS_UAkAuxBus \ static_assert(alignof(UAkAuxBus) == 0x000008, "Wrong alignment on UAkAuxBus"); \ static_assert(sizeof(UAkAuxBus) == 0x000058, "Wrong size on UAkAuxBus"); \ static_assert(offsetof(UAkAuxBus, RequiredBank) == 0x000050, "Member 'UAkAuxBus::RequiredBank' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkCheckBox_SetAkBoolProperty \ static_assert(alignof(AkCheckBox_SetAkBoolProperty) == 0x000008, "Wrong alignment on AkCheckBox_SetAkBoolProperty"); \ static_assert(sizeof(AkCheckBox_SetAkBoolProperty) == 0x000010, "Wrong size on AkCheckBox_SetAkBoolProperty"); \ static_assert(offsetof(AkCheckBox_SetAkBoolProperty, ItemProperty) == 0x000000, "Member 'AkCheckBox_SetAkBoolProperty::ItemProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkCheckBox_SetAkItemId \ static_assert(alignof(AkCheckBox_SetAkItemId) == 0x000004, "Wrong alignment on AkCheckBox_SetAkItemId"); \ static_assert(sizeof(AkCheckBox_SetAkItemId) == 0x000010, "Wrong size on AkCheckBox_SetAkItemId"); \ static_assert(offsetof(AkCheckBox_SetAkItemId, ItemId) == 0x000000, "Member 'AkCheckBox_SetAkItemId::ItemId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkCheckBox_SetCheckedState \ static_assert(alignof(AkCheckBox_SetCheckedState) == 0x000001, "Wrong alignment on AkCheckBox_SetCheckedState"); \ static_assert(sizeof(AkCheckBox_SetCheckedState) == 0x000001, "Wrong size on AkCheckBox_SetCheckedState"); \ static_assert(offsetof(AkCheckBox_SetCheckedState, InCheckedState) == 0x000000, "Member 'AkCheckBox_SetCheckedState::InCheckedState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkCheckBox_SetIsChecked \ static_assert(alignof(AkCheckBox_SetIsChecked) == 0x000001, "Wrong alignment on AkCheckBox_SetIsChecked"); \ static_assert(sizeof(AkCheckBox_SetIsChecked) == 0x000001, "Wrong size on AkCheckBox_SetIsChecked"); \ static_assert(offsetof(AkCheckBox_SetIsChecked, InIsChecked) == 0x000000, "Member 'AkCheckBox_SetIsChecked::InIsChecked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkCheckBox_GetAkItemId \ static_assert(alignof(AkCheckBox_GetAkItemId) == 0x000004, "Wrong alignment on AkCheckBox_GetAkItemId"); \ static_assert(sizeof(AkCheckBox_GetAkItemId) == 0x000010, "Wrong size on AkCheckBox_GetAkItemId"); \ static_assert(offsetof(AkCheckBox_GetAkItemId, ReturnValue) == 0x000000, "Member 'AkCheckBox_GetAkItemId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkCheckBox_GetAkProperty \ static_assert(alignof(AkCheckBox_GetAkProperty) == 0x000008, "Wrong alignment on AkCheckBox_GetAkProperty"); \ static_assert(sizeof(AkCheckBox_GetAkProperty) == 0x000010, "Wrong size on AkCheckBox_GetAkProperty"); \ static_assert(offsetof(AkCheckBox_GetAkProperty, ReturnValue) == 0x000000, "Member 'AkCheckBox_GetAkProperty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkCheckBox_GetCheckedState \ static_assert(alignof(AkCheckBox_GetCheckedState) == 0x000001, "Wrong alignment on AkCheckBox_GetCheckedState"); \ static_assert(sizeof(AkCheckBox_GetCheckedState) == 0x000001, "Wrong size on AkCheckBox_GetCheckedState"); \ static_assert(offsetof(AkCheckBox_GetCheckedState, ReturnValue) == 0x000000, "Member 'AkCheckBox_GetCheckedState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkCheckBox_IsChecked \ static_assert(alignof(AkCheckBox_IsChecked) == 0x000001, "Wrong alignment on AkCheckBox_IsChecked"); \ static_assert(sizeof(AkCheckBox_IsChecked) == 0x000001, "Wrong size on AkCheckBox_IsChecked"); \ static_assert(offsetof(AkCheckBox_IsChecked, ReturnValue) == 0x000000, "Member 'AkCheckBox_IsChecked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkCheckBox_IsPressed \ static_assert(alignof(AkCheckBox_IsPressed) == 0x000001, "Wrong alignment on AkCheckBox_IsPressed"); \ static_assert(sizeof(AkCheckBox_IsPressed) == 0x000001, "Wrong size on AkCheckBox_IsPressed"); \ static_assert(offsetof(AkCheckBox_IsPressed, ReturnValue) == 0x000000, "Member 'AkCheckBox_IsPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkCheckBox \ static_assert(alignof(UAkCheckBox) == 0x000008, "Wrong alignment on UAkCheckBox"); \ static_assert(sizeof(UAkCheckBox) == 0x000AD0, "Wrong size on UAkCheckBox"); \ static_assert(offsetof(UAkCheckBox, CheckedState) == 0x000460, "Member 'UAkCheckBox::CheckedState' has a wrong offset!"); \ static_assert(offsetof(UAkCheckBox, CheckedStateDelegate) == 0x000464, "Member 'UAkCheckBox::CheckedStateDelegate' has a wrong offset!"); \ static_assert(offsetof(UAkCheckBox, WidgetStyle) == 0x000478, "Member 'UAkCheckBox::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UAkCheckBox, HorizontalAlignment) == 0x0009F8, "Member 'UAkCheckBox::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UAkCheckBox, IsFocusable) == 0x0009F9, "Member 'UAkCheckBox::IsFocusable' has a wrong offset!"); \ static_assert(offsetof(UAkCheckBox, ThePropertyToControl) == 0x000A00, "Member 'UAkCheckBox::ThePropertyToControl' has a wrong offset!"); \ static_assert(offsetof(UAkCheckBox, ItemToControl) == 0x000A10, "Member 'UAkCheckBox::ItemToControl' has a wrong offset!"); \ static_assert(offsetof(UAkCheckBox, AkOnCheckStateChanged) == 0x000A50, "Member 'UAkCheckBox::AkOnCheckStateChanged' has a wrong offset!"); \ static_assert(offsetof(UAkCheckBox, OnItemDropped) == 0x000A60, "Member 'UAkCheckBox::OnItemDropped' has a wrong offset!"); \ static_assert(offsetof(UAkCheckBox, OnPropertyDropped) == 0x000A70, "Member 'UAkCheckBox::OnPropertyDropped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDrawPortalComponent \ static_assert(alignof(UDrawPortalComponent) == 0x000010, "Wrong alignment on UDrawPortalComponent"); \ static_assert(sizeof(UDrawPortalComponent) == 0x000480, "Wrong size on UDrawPortalComponent"); \ #define DUMPER7_ASSERTS_UDrawRoomComponent \ static_assert(alignof(UDrawRoomComponent) == 0x000010, "Wrong alignment on UDrawRoomComponent"); \ static_assert(sizeof(UDrawRoomComponent) == 0x000480, "Wrong size on UDrawRoomComponent"); \ #define DUMPER7_ASSERTS_UAkFolder \ static_assert(alignof(UAkFolder) == 0x000008, "Wrong alignment on UAkFolder"); \ static_assert(sizeof(UAkFolder) == 0x0000B8, "Wrong size on UAkFolder"); \ static_assert(offsetof(UAkFolder, UnrealFolderPath) == 0x000040, "Member 'UAkFolder::UnrealFolderPath' has a wrong offset!"); \ static_assert(offsetof(UAkFolder, WwiseFolderPath) == 0x000050, "Member 'UAkFolder::WwiseFolderPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_AddOcclusionRefreshToStack \ static_assert(alignof(AkGameplayStatics_AddOcclusionRefreshToStack) == 0x000008, "Wrong alignment on AkGameplayStatics_AddOcclusionRefreshToStack"); \ static_assert(sizeof(AkGameplayStatics_AddOcclusionRefreshToStack) == 0x000018, "Wrong size on AkGameplayStatics_AddOcclusionRefreshToStack"); \ static_assert(offsetof(AkGameplayStatics_AddOcclusionRefreshToStack, Actor) == 0x000000, "Member 'AkGameplayStatics_AddOcclusionRefreshToStack::Actor' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_AddOcclusionRefreshToStack, RefreshInterval) == 0x000008, "Member 'AkGameplayStatics_AddOcclusionRefreshToStack::RefreshInterval' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_AddOcclusionRefreshToStack, Priority) == 0x00000C, "Member 'AkGameplayStatics_AddOcclusionRefreshToStack::Priority' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_AddOcclusionRefreshToStack, ReturnValue) == 0x000010, "Member 'AkGameplayStatics_AddOcclusionRefreshToStack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_AddOutputCaptureMarker \ static_assert(alignof(AkGameplayStatics_AddOutputCaptureMarker) == 0x000008, "Wrong alignment on AkGameplayStatics_AddOutputCaptureMarker"); \ static_assert(sizeof(AkGameplayStatics_AddOutputCaptureMarker) == 0x000010, "Wrong size on AkGameplayStatics_AddOutputCaptureMarker"); \ static_assert(offsetof(AkGameplayStatics_AddOutputCaptureMarker, MarkerText) == 0x000000, "Member 'AkGameplayStatics_AddOutputCaptureMarker::MarkerText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_CancelEventCallback \ static_assert(alignof(AkGameplayStatics_CancelEventCallback) == 0x000004, "Wrong alignment on AkGameplayStatics_CancelEventCallback"); \ static_assert(sizeof(AkGameplayStatics_CancelEventCallback) == 0x000010, "Wrong size on AkGameplayStatics_CancelEventCallback"); \ static_assert(offsetof(AkGameplayStatics_CancelEventCallback, PostEventCallback) == 0x000000, "Member 'AkGameplayStatics_CancelEventCallback::PostEventCallback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_ExecuteActionOnEvent \ static_assert(alignof(AkGameplayStatics_ExecuteActionOnEvent) == 0x000008, "Wrong alignment on AkGameplayStatics_ExecuteActionOnEvent"); \ static_assert(sizeof(AkGameplayStatics_ExecuteActionOnEvent) == 0x000028, "Wrong size on AkGameplayStatics_ExecuteActionOnEvent"); \ static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, AkEvent) == 0x000000, "Member 'AkGameplayStatics_ExecuteActionOnEvent::AkEvent' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, actionType) == 0x000008, "Member 'AkGameplayStatics_ExecuteActionOnEvent::actionType' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, Actor) == 0x000010, "Member 'AkGameplayStatics_ExecuteActionOnEvent::Actor' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, TransitionDuration) == 0x000018, "Member 'AkGameplayStatics_ExecuteActionOnEvent::TransitionDuration' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, FadeCurve) == 0x00001C, "Member 'AkGameplayStatics_ExecuteActionOnEvent::FadeCurve' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, PlayingID) == 0x000020, "Member 'AkGameplayStatics_ExecuteActionOnEvent::PlayingID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_ExecuteActionOnPlayingID \ static_assert(alignof(AkGameplayStatics_ExecuteActionOnPlayingID) == 0x000004, "Wrong alignment on AkGameplayStatics_ExecuteActionOnPlayingID"); \ static_assert(sizeof(AkGameplayStatics_ExecuteActionOnPlayingID) == 0x000010, "Wrong size on AkGameplayStatics_ExecuteActionOnPlayingID"); \ static_assert(offsetof(AkGameplayStatics_ExecuteActionOnPlayingID, actionType) == 0x000000, "Member 'AkGameplayStatics_ExecuteActionOnPlayingID::actionType' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_ExecuteActionOnPlayingID, PlayingID) == 0x000004, "Member 'AkGameplayStatics_ExecuteActionOnPlayingID::PlayingID' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_ExecuteActionOnPlayingID, TransitionDuration) == 0x000008, "Member 'AkGameplayStatics_ExecuteActionOnPlayingID::TransitionDuration' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_ExecuteActionOnPlayingID, FadeCurve) == 0x00000C, "Member 'AkGameplayStatics_ExecuteActionOnPlayingID::FadeCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_GetAkAudioTypeUserData \ static_assert(alignof(AkGameplayStatics_GetAkAudioTypeUserData) == 0x000008, "Wrong alignment on AkGameplayStatics_GetAkAudioTypeUserData"); \ static_assert(sizeof(AkGameplayStatics_GetAkAudioTypeUserData) == 0x000018, "Wrong size on AkGameplayStatics_GetAkAudioTypeUserData"); \ static_assert(offsetof(AkGameplayStatics_GetAkAudioTypeUserData, Instance) == 0x000000, "Member 'AkGameplayStatics_GetAkAudioTypeUserData::Instance' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_GetAkAudioTypeUserData, Type) == 0x000008, "Member 'AkGameplayStatics_GetAkAudioTypeUserData::Type' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_GetAkAudioTypeUserData, ReturnValue) == 0x000010, "Member 'AkGameplayStatics_GetAkAudioTypeUserData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_GetAkComponent \ static_assert(alignof(AkGameplayStatics_GetAkComponent) == 0x000008, "Wrong alignment on AkGameplayStatics_GetAkComponent"); \ static_assert(sizeof(AkGameplayStatics_GetAkComponent) == 0x000030, "Wrong size on AkGameplayStatics_GetAkComponent"); \ static_assert(offsetof(AkGameplayStatics_GetAkComponent, AttachToComponent) == 0x000000, "Member 'AkGameplayStatics_GetAkComponent::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_GetAkComponent, ComponentCreated) == 0x000008, "Member 'AkGameplayStatics_GetAkComponent::ComponentCreated' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_GetAkComponent, AttachPointName) == 0x00000C, "Member 'AkGameplayStatics_GetAkComponent::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_GetAkComponent, Location) == 0x000014, "Member 'AkGameplayStatics_GetAkComponent::Location' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_GetAkComponent, LocationType) == 0x000020, "Member 'AkGameplayStatics_GetAkComponent::LocationType' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_GetAkComponent, ReturnValue) == 0x000028, "Member 'AkGameplayStatics_GetAkComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_GetAkMediaAssetUserData \ static_assert(alignof(AkGameplayStatics_GetAkMediaAssetUserData) == 0x000008, "Wrong alignment on AkGameplayStatics_GetAkMediaAssetUserData"); \ static_assert(sizeof(AkGameplayStatics_GetAkMediaAssetUserData) == 0x000018, "Wrong size on AkGameplayStatics_GetAkMediaAssetUserData"); \ static_assert(offsetof(AkGameplayStatics_GetAkMediaAssetUserData, Instance) == 0x000000, "Member 'AkGameplayStatics_GetAkMediaAssetUserData::Instance' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_GetAkMediaAssetUserData, Type) == 0x000008, "Member 'AkGameplayStatics_GetAkMediaAssetUserData::Type' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_GetAkMediaAssetUserData, ReturnValue) == 0x000010, "Member 'AkGameplayStatics_GetAkMediaAssetUserData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_GetAvailableAudioCultures \ static_assert(alignof(AkGameplayStatics_GetAvailableAudioCultures) == 0x000008, "Wrong alignment on AkGameplayStatics_GetAvailableAudioCultures"); \ static_assert(sizeof(AkGameplayStatics_GetAvailableAudioCultures) == 0x000010, "Wrong size on AkGameplayStatics_GetAvailableAudioCultures"); \ static_assert(offsetof(AkGameplayStatics_GetAvailableAudioCultures, ReturnValue) == 0x000000, "Member 'AkGameplayStatics_GetAvailableAudioCultures::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_GetCurrentAudioCulture \ static_assert(alignof(AkGameplayStatics_GetCurrentAudioCulture) == 0x000008, "Wrong alignment on AkGameplayStatics_GetCurrentAudioCulture"); \ static_assert(sizeof(AkGameplayStatics_GetCurrentAudioCulture) == 0x000010, "Wrong size on AkGameplayStatics_GetCurrentAudioCulture"); \ static_assert(offsetof(AkGameplayStatics_GetCurrentAudioCulture, ReturnValue) == 0x000000, "Member 'AkGameplayStatics_GetCurrentAudioCulture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_GetOcclusionScalingFactor \ static_assert(alignof(AkGameplayStatics_GetOcclusionScalingFactor) == 0x000004, "Wrong alignment on AkGameplayStatics_GetOcclusionScalingFactor"); \ static_assert(sizeof(AkGameplayStatics_GetOcclusionScalingFactor) == 0x000004, "Wrong size on AkGameplayStatics_GetOcclusionScalingFactor"); \ static_assert(offsetof(AkGameplayStatics_GetOcclusionScalingFactor, ReturnValue) == 0x000000, "Member 'AkGameplayStatics_GetOcclusionScalingFactor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_GetRTPCValue \ static_assert(alignof(AkGameplayStatics_GetRTPCValue) == 0x000008, "Wrong alignment on AkGameplayStatics_GetRTPCValue"); \ static_assert(sizeof(AkGameplayStatics_GetRTPCValue) == 0x000028, "Wrong size on AkGameplayStatics_GetRTPCValue"); \ static_assert(offsetof(AkGameplayStatics_GetRTPCValue, RTPCValue) == 0x000000, "Member 'AkGameplayStatics_GetRTPCValue::RTPCValue' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_GetRTPCValue, PlayingID) == 0x000008, "Member 'AkGameplayStatics_GetRTPCValue::PlayingID' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_GetRTPCValue, InputValueType) == 0x00000C, "Member 'AkGameplayStatics_GetRTPCValue::InputValueType' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_GetRTPCValue, Value) == 0x000010, "Member 'AkGameplayStatics_GetRTPCValue::Value' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_GetRTPCValue, OutputValueType) == 0x000014, "Member 'AkGameplayStatics_GetRTPCValue::OutputValueType' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_GetRTPCValue, Actor) == 0x000018, "Member 'AkGameplayStatics_GetRTPCValue::Actor' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_GetRTPCValue, RTPC) == 0x000020, "Member 'AkGameplayStatics_GetRTPCValue::RTPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_GetSpeakerAngles \ static_assert(alignof(AkGameplayStatics_GetSpeakerAngles) == 0x000008, "Wrong alignment on AkGameplayStatics_GetSpeakerAngles"); \ static_assert(sizeof(AkGameplayStatics_GetSpeakerAngles) == 0x000028, "Wrong size on AkGameplayStatics_GetSpeakerAngles"); \ static_assert(offsetof(AkGameplayStatics_GetSpeakerAngles, SpeakerAngles) == 0x000000, "Member 'AkGameplayStatics_GetSpeakerAngles::SpeakerAngles' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_GetSpeakerAngles, HeightAngle) == 0x000010, "Member 'AkGameplayStatics_GetSpeakerAngles::HeightAngle' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_GetSpeakerAngles, DeviceShareset) == 0x000018, "Member 'AkGameplayStatics_GetSpeakerAngles::DeviceShareset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_IsEditor \ static_assert(alignof(AkGameplayStatics_IsEditor) == 0x000001, "Wrong alignment on AkGameplayStatics_IsEditor"); \ static_assert(sizeof(AkGameplayStatics_IsEditor) == 0x000001, "Wrong size on AkGameplayStatics_IsEditor"); \ static_assert(offsetof(AkGameplayStatics_IsEditor, ReturnValue) == 0x000000, "Member 'AkGameplayStatics_IsEditor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_IsGame \ static_assert(alignof(AkGameplayStatics_IsGame) == 0x000008, "Wrong alignment on AkGameplayStatics_IsGame"); \ static_assert(sizeof(AkGameplayStatics_IsGame) == 0x000010, "Wrong size on AkGameplayStatics_IsGame"); \ static_assert(offsetof(AkGameplayStatics_IsGame, WorldContextObject) == 0x000000, "Member 'AkGameplayStatics_IsGame::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_IsGame, ReturnValue) == 0x000008, "Member 'AkGameplayStatics_IsGame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_LoadBank \ static_assert(alignof(AkGameplayStatics_LoadBank) == 0x000008, "Wrong alignment on AkGameplayStatics_LoadBank"); \ static_assert(sizeof(AkGameplayStatics_LoadBank) == 0x000038, "Wrong size on AkGameplayStatics_LoadBank"); \ static_assert(offsetof(AkGameplayStatics_LoadBank, Bank) == 0x000000, "Member 'AkGameplayStatics_LoadBank::Bank' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_LoadBank, BankName) == 0x000008, "Member 'AkGameplayStatics_LoadBank::BankName' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_LoadBank, LatentInfo) == 0x000018, "Member 'AkGameplayStatics_LoadBank::LatentInfo' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_LoadBank, WorldContextObject) == 0x000030, "Member 'AkGameplayStatics_LoadBank::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_LoadBankAsync \ static_assert(alignof(AkGameplayStatics_LoadBankAsync) == 0x000008, "Wrong alignment on AkGameplayStatics_LoadBankAsync"); \ static_assert(sizeof(AkGameplayStatics_LoadBankAsync) == 0x000018, "Wrong size on AkGameplayStatics_LoadBankAsync"); \ static_assert(offsetof(AkGameplayStatics_LoadBankAsync, Bank) == 0x000000, "Member 'AkGameplayStatics_LoadBankAsync::Bank' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_LoadBankAsync, BankLoadedCallback) == 0x000008, "Member 'AkGameplayStatics_LoadBankAsync::BankLoadedCallback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_LoadBankByName \ static_assert(alignof(AkGameplayStatics_LoadBankByName) == 0x000008, "Wrong alignment on AkGameplayStatics_LoadBankByName"); \ static_assert(sizeof(AkGameplayStatics_LoadBankByName) == 0x000010, "Wrong size on AkGameplayStatics_LoadBankByName"); \ static_assert(offsetof(AkGameplayStatics_LoadBankByName, BankName) == 0x000000, "Member 'AkGameplayStatics_LoadBankByName::BankName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_LoadBanks \ static_assert(alignof(AkGameplayStatics_LoadBanks) == 0x000008, "Wrong alignment on AkGameplayStatics_LoadBanks"); \ static_assert(sizeof(AkGameplayStatics_LoadBanks) == 0x000018, "Wrong size on AkGameplayStatics_LoadBanks"); \ static_assert(offsetof(AkGameplayStatics_LoadBanks, SoundBanks) == 0x000000, "Member 'AkGameplayStatics_LoadBanks::SoundBanks' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_LoadBanks, SynchronizeSoundBanks) == 0x000010, "Member 'AkGameplayStatics_LoadBanks::SynchronizeSoundBanks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_PostAndWaitForEndOfEvent \ static_assert(alignof(AkGameplayStatics_PostAndWaitForEndOfEvent) == 0x000008, "Wrong alignment on AkGameplayStatics_PostAndWaitForEndOfEvent"); \ static_assert(sizeof(AkGameplayStatics_PostAndWaitForEndOfEvent) == 0x000058, "Wrong size on AkGameplayStatics_PostAndWaitForEndOfEvent"); \ static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, AkEvent) == 0x000000, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::AkEvent' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, Actor) == 0x000008, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::Actor' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, bStopWhenAttachedToDestroyed) == 0x000010, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, ExternalSources) == 0x000018, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::ExternalSources' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, EventName) == 0x000028, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, LatentInfo) == 0x000038, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::LatentInfo' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, ReturnValue) == 0x000050, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_PostAndWaitForEndOfEventAsync \ static_assert(alignof(AkGameplayStatics_PostAndWaitForEndOfEventAsync) == 0x000008, "Wrong alignment on AkGameplayStatics_PostAndWaitForEndOfEventAsync"); \ static_assert(sizeof(AkGameplayStatics_PostAndWaitForEndOfEventAsync) == 0x000040, "Wrong size on AkGameplayStatics_PostAndWaitForEndOfEventAsync"); \ static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEventAsync, AkEvent) == 0x000000, "Member 'AkGameplayStatics_PostAndWaitForEndOfEventAsync::AkEvent' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEventAsync, Actor) == 0x000008, "Member 'AkGameplayStatics_PostAndWaitForEndOfEventAsync::Actor' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEventAsync, PlayingID) == 0x000010, "Member 'AkGameplayStatics_PostAndWaitForEndOfEventAsync::PlayingID' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEventAsync, bStopWhenAttachedToDestroyed) == 0x000014, "Member 'AkGameplayStatics_PostAndWaitForEndOfEventAsync::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEventAsync, ExternalSources) == 0x000018, "Member 'AkGameplayStatics_PostAndWaitForEndOfEventAsync::ExternalSources' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEventAsync, LatentInfo) == 0x000028, "Member 'AkGameplayStatics_PostAndWaitForEndOfEventAsync::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_PostEvent \ static_assert(alignof(AkGameplayStatics_PostEvent) == 0x000008, "Wrong alignment on AkGameplayStatics_PostEvent"); \ static_assert(sizeof(AkGameplayStatics_PostEvent) == 0x000058, "Wrong size on AkGameplayStatics_PostEvent"); \ static_assert(offsetof(AkGameplayStatics_PostEvent, AkEvent) == 0x000000, "Member 'AkGameplayStatics_PostEvent::AkEvent' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEvent, Actor) == 0x000008, "Member 'AkGameplayStatics_PostEvent::Actor' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEvent, CallbackMask) == 0x000010, "Member 'AkGameplayStatics_PostEvent::CallbackMask' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEvent, PostEventCallback) == 0x000014, "Member 'AkGameplayStatics_PostEvent::PostEventCallback' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEvent, ExternalSources) == 0x000028, "Member 'AkGameplayStatics_PostEvent::ExternalSources' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEvent, bStopWhenAttachedToDestroyed) == 0x000038, "Member 'AkGameplayStatics_PostEvent::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEvent, EventName) == 0x000040, "Member 'AkGameplayStatics_PostEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEvent, ReturnValue) == 0x000050, "Member 'AkGameplayStatics_PostEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_PostEventAtLocation \ static_assert(alignof(AkGameplayStatics_PostEventAtLocation) == 0x000008, "Wrong alignment on AkGameplayStatics_PostEventAtLocation"); \ static_assert(sizeof(AkGameplayStatics_PostEventAtLocation) == 0x000040, "Wrong size on AkGameplayStatics_PostEventAtLocation"); \ static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, AkEvent) == 0x000000, "Member 'AkGameplayStatics_PostEventAtLocation::AkEvent' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, Location) == 0x000008, "Member 'AkGameplayStatics_PostEventAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, Orientation) == 0x000014, "Member 'AkGameplayStatics_PostEventAtLocation::Orientation' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, EventName) == 0x000020, "Member 'AkGameplayStatics_PostEventAtLocation::EventName' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, WorldContextObject) == 0x000030, "Member 'AkGameplayStatics_PostEventAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, ReturnValue) == 0x000038, "Member 'AkGameplayStatics_PostEventAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_PostEventAtLocationByName \ static_assert(alignof(AkGameplayStatics_PostEventAtLocationByName) == 0x000008, "Wrong alignment on AkGameplayStatics_PostEventAtLocationByName"); \ static_assert(sizeof(AkGameplayStatics_PostEventAtLocationByName) == 0x000030, "Wrong size on AkGameplayStatics_PostEventAtLocationByName"); \ static_assert(offsetof(AkGameplayStatics_PostEventAtLocationByName, EventName) == 0x000000, "Member 'AkGameplayStatics_PostEventAtLocationByName::EventName' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEventAtLocationByName, Location) == 0x000010, "Member 'AkGameplayStatics_PostEventAtLocationByName::Location' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEventAtLocationByName, Orientation) == 0x00001C, "Member 'AkGameplayStatics_PostEventAtLocationByName::Orientation' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEventAtLocationByName, WorldContextObject) == 0x000028, "Member 'AkGameplayStatics_PostEventAtLocationByName::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_PostEventAttached \ static_assert(alignof(AkGameplayStatics_PostEventAttached) == 0x000008, "Wrong alignment on AkGameplayStatics_PostEventAttached"); \ static_assert(sizeof(AkGameplayStatics_PostEventAttached) == 0x000038, "Wrong size on AkGameplayStatics_PostEventAttached"); \ static_assert(offsetof(AkGameplayStatics_PostEventAttached, AkEvent) == 0x000000, "Member 'AkGameplayStatics_PostEventAttached::AkEvent' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEventAttached, Actor) == 0x000008, "Member 'AkGameplayStatics_PostEventAttached::Actor' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEventAttached, AttachPointName) == 0x000010, "Member 'AkGameplayStatics_PostEventAttached::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEventAttached, bStopWhenAttachedToDestroyed) == 0x000018, "Member 'AkGameplayStatics_PostEventAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEventAttached, EventName) == 0x000020, "Member 'AkGameplayStatics_PostEventAttached::EventName' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEventAttached, ReturnValue) == 0x000030, "Member 'AkGameplayStatics_PostEventAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_PostEventByName \ static_assert(alignof(AkGameplayStatics_PostEventByName) == 0x000008, "Wrong alignment on AkGameplayStatics_PostEventByName"); \ static_assert(sizeof(AkGameplayStatics_PostEventByName) == 0x000020, "Wrong size on AkGameplayStatics_PostEventByName"); \ static_assert(offsetof(AkGameplayStatics_PostEventByName, EventName) == 0x000000, "Member 'AkGameplayStatics_PostEventByName::EventName' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEventByName, Actor) == 0x000010, "Member 'AkGameplayStatics_PostEventByName::Actor' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostEventByName, bStopWhenAttachedToDestroyed) == 0x000018, "Member 'AkGameplayStatics_PostEventByName::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_PostTrigger \ static_assert(alignof(AkGameplayStatics_PostTrigger) == 0x000008, "Wrong alignment on AkGameplayStatics_PostTrigger"); \ static_assert(sizeof(AkGameplayStatics_PostTrigger) == 0x000018, "Wrong size on AkGameplayStatics_PostTrigger"); \ static_assert(offsetof(AkGameplayStatics_PostTrigger, TriggerValue) == 0x000000, "Member 'AkGameplayStatics_PostTrigger::TriggerValue' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostTrigger, Actor) == 0x000008, "Member 'AkGameplayStatics_PostTrigger::Actor' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_PostTrigger, Trigger) == 0x000010, "Member 'AkGameplayStatics_PostTrigger::Trigger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_RemoveOcclusionRefreshFromStack \ static_assert(alignof(AkGameplayStatics_RemoveOcclusionRefreshFromStack) == 0x000008, "Wrong alignment on AkGameplayStatics_RemoveOcclusionRefreshFromStack"); \ static_assert(sizeof(AkGameplayStatics_RemoveOcclusionRefreshFromStack) == 0x000010, "Wrong size on AkGameplayStatics_RemoveOcclusionRefreshFromStack"); \ static_assert(offsetof(AkGameplayStatics_RemoveOcclusionRefreshFromStack, Actor) == 0x000000, "Member 'AkGameplayStatics_RemoveOcclusionRefreshFromStack::Actor' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_RemoveOcclusionRefreshFromStack, StackHandle) == 0x000008, "Member 'AkGameplayStatics_RemoveOcclusionRefreshFromStack::StackHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_ReplaceMainOutput \ static_assert(alignof(AkGameplayStatics_ReplaceMainOutput) == 0x000008, "Wrong alignment on AkGameplayStatics_ReplaceMainOutput"); \ static_assert(sizeof(AkGameplayStatics_ReplaceMainOutput) == 0x000018, "Wrong size on AkGameplayStatics_ReplaceMainOutput"); \ static_assert(offsetof(AkGameplayStatics_ReplaceMainOutput, MainOutputSettings) == 0x000000, "Member 'AkGameplayStatics_ReplaceMainOutput::MainOutputSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_ResetRTPCValue \ static_assert(alignof(AkGameplayStatics_ResetRTPCValue) == 0x000008, "Wrong alignment on AkGameplayStatics_ResetRTPCValue"); \ static_assert(sizeof(AkGameplayStatics_ResetRTPCValue) == 0x000020, "Wrong size on AkGameplayStatics_ResetRTPCValue"); \ static_assert(offsetof(AkGameplayStatics_ResetRTPCValue, RTPCValue) == 0x000000, "Member 'AkGameplayStatics_ResetRTPCValue::RTPCValue' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_ResetRTPCValue, InterpolationTimeMs) == 0x000008, "Member 'AkGameplayStatics_ResetRTPCValue::InterpolationTimeMs' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_ResetRTPCValue, Actor) == 0x000010, "Member 'AkGameplayStatics_ResetRTPCValue::Actor' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_ResetRTPCValue, RTPC) == 0x000018, "Member 'AkGameplayStatics_ResetRTPCValue::RTPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetBusConfig \ static_assert(alignof(AkGameplayStatics_SetBusConfig) == 0x000008, "Wrong alignment on AkGameplayStatics_SetBusConfig"); \ static_assert(sizeof(AkGameplayStatics_SetBusConfig) == 0x000018, "Wrong size on AkGameplayStatics_SetBusConfig"); \ static_assert(offsetof(AkGameplayStatics_SetBusConfig, BusName) == 0x000000, "Member 'AkGameplayStatics_SetBusConfig::BusName' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetBusConfig, ChannelConfiguration) == 0x000010, "Member 'AkGameplayStatics_SetBusConfig::ChannelConfiguration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetCurrentAudioCulture \ static_assert(alignof(AkGameplayStatics_SetCurrentAudioCulture) == 0x000008, "Wrong alignment on AkGameplayStatics_SetCurrentAudioCulture"); \ static_assert(sizeof(AkGameplayStatics_SetCurrentAudioCulture) == 0x000030, "Wrong size on AkGameplayStatics_SetCurrentAudioCulture"); \ static_assert(offsetof(AkGameplayStatics_SetCurrentAudioCulture, AudioCulture) == 0x000000, "Member 'AkGameplayStatics_SetCurrentAudioCulture::AudioCulture' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetCurrentAudioCulture, LatentInfo) == 0x000010, "Member 'AkGameplayStatics_SetCurrentAudioCulture::LatentInfo' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetCurrentAudioCulture, WorldContextObject) == 0x000028, "Member 'AkGameplayStatics_SetCurrentAudioCulture::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetCurrentAudioCultureAsync \ static_assert(alignof(AkGameplayStatics_SetCurrentAudioCultureAsync) == 0x000008, "Wrong alignment on AkGameplayStatics_SetCurrentAudioCultureAsync"); \ static_assert(sizeof(AkGameplayStatics_SetCurrentAudioCultureAsync) == 0x000020, "Wrong size on AkGameplayStatics_SetCurrentAudioCultureAsync"); \ static_assert(offsetof(AkGameplayStatics_SetCurrentAudioCultureAsync, AudioCulture) == 0x000000, "Member 'AkGameplayStatics_SetCurrentAudioCultureAsync::AudioCulture' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetCurrentAudioCultureAsync, Completed) == 0x000010, "Member 'AkGameplayStatics_SetCurrentAudioCultureAsync::Completed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetDefaultOcclusionRefreshInterval \ static_assert(alignof(AkGameplayStatics_SetDefaultOcclusionRefreshInterval) == 0x000008, "Wrong alignment on AkGameplayStatics_SetDefaultOcclusionRefreshInterval"); \ static_assert(sizeof(AkGameplayStatics_SetDefaultOcclusionRefreshInterval) == 0x000010, "Wrong size on AkGameplayStatics_SetDefaultOcclusionRefreshInterval"); \ static_assert(offsetof(AkGameplayStatics_SetDefaultOcclusionRefreshInterval, Actor) == 0x000000, "Member 'AkGameplayStatics_SetDefaultOcclusionRefreshInterval::Actor' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetDefaultOcclusionRefreshInterval, RefreshInterval) == 0x000008, "Member 'AkGameplayStatics_SetDefaultOcclusionRefreshInterval::RefreshInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetGameObjectToPortalObstruction \ static_assert(alignof(AkGameplayStatics_SetGameObjectToPortalObstruction) == 0x000008, "Wrong alignment on AkGameplayStatics_SetGameObjectToPortalObstruction"); \ static_assert(sizeof(AkGameplayStatics_SetGameObjectToPortalObstruction) == 0x000018, "Wrong size on AkGameplayStatics_SetGameObjectToPortalObstruction"); \ static_assert(offsetof(AkGameplayStatics_SetGameObjectToPortalObstruction, GameObjectAkComponent) == 0x000000, "Member 'AkGameplayStatics_SetGameObjectToPortalObstruction::GameObjectAkComponent' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetGameObjectToPortalObstruction, PortalComponent) == 0x000008, "Member 'AkGameplayStatics_SetGameObjectToPortalObstruction::PortalComponent' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetGameObjectToPortalObstruction, ObstructionValue) == 0x000010, "Member 'AkGameplayStatics_SetGameObjectToPortalObstruction::ObstructionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetMultipleChannelEmitterPositions \ static_assert(alignof(AkGameplayStatics_SetMultipleChannelEmitterPositions) == 0x000008, "Wrong alignment on AkGameplayStatics_SetMultipleChannelEmitterPositions"); \ static_assert(sizeof(AkGameplayStatics_SetMultipleChannelEmitterPositions) == 0x000030, "Wrong size on AkGameplayStatics_SetMultipleChannelEmitterPositions"); \ static_assert(offsetof(AkGameplayStatics_SetMultipleChannelEmitterPositions, GameObjectAkComponent) == 0x000000, "Member 'AkGameplayStatics_SetMultipleChannelEmitterPositions::GameObjectAkComponent' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetMultipleChannelEmitterPositions, ChannelMasks) == 0x000008, "Member 'AkGameplayStatics_SetMultipleChannelEmitterPositions::ChannelMasks' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetMultipleChannelEmitterPositions, Positions) == 0x000018, "Member 'AkGameplayStatics_SetMultipleChannelEmitterPositions::Positions' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetMultipleChannelEmitterPositions, MultiPositionType) == 0x000028, "Member 'AkGameplayStatics_SetMultipleChannelEmitterPositions::MultiPositionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetMultipleChannelMaskEmitterPositions \ static_assert(alignof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions) == 0x000008, "Wrong alignment on AkGameplayStatics_SetMultipleChannelMaskEmitterPositions"); \ static_assert(sizeof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions) == 0x000030, "Wrong size on AkGameplayStatics_SetMultipleChannelMaskEmitterPositions"); \ static_assert(offsetof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions, GameObjectAkComponent) == 0x000000, "Member 'AkGameplayStatics_SetMultipleChannelMaskEmitterPositions::GameObjectAkComponent' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions, ChannelMasks) == 0x000008, "Member 'AkGameplayStatics_SetMultipleChannelMaskEmitterPositions::ChannelMasks' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions, Positions) == 0x000018, "Member 'AkGameplayStatics_SetMultipleChannelMaskEmitterPositions::Positions' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions, MultiPositionType) == 0x000028, "Member 'AkGameplayStatics_SetMultipleChannelMaskEmitterPositions::MultiPositionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetMultiplePositions \ static_assert(alignof(AkGameplayStatics_SetMultiplePositions) == 0x000008, "Wrong alignment on AkGameplayStatics_SetMultiplePositions"); \ static_assert(sizeof(AkGameplayStatics_SetMultiplePositions) == 0x000020, "Wrong size on AkGameplayStatics_SetMultiplePositions"); \ static_assert(offsetof(AkGameplayStatics_SetMultiplePositions, GameObjectAkComponent) == 0x000000, "Member 'AkGameplayStatics_SetMultiplePositions::GameObjectAkComponent' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetMultiplePositions, Positions) == 0x000008, "Member 'AkGameplayStatics_SetMultiplePositions::Positions' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetMultiplePositions, MultiPositionType) == 0x000018, "Member 'AkGameplayStatics_SetMultiplePositions::MultiPositionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetOcclusionRefreshInterval \ static_assert(alignof(AkGameplayStatics_SetOcclusionRefreshInterval) == 0x000008, "Wrong alignment on AkGameplayStatics_SetOcclusionRefreshInterval"); \ static_assert(sizeof(AkGameplayStatics_SetOcclusionRefreshInterval) == 0x000010, "Wrong size on AkGameplayStatics_SetOcclusionRefreshInterval"); \ static_assert(offsetof(AkGameplayStatics_SetOcclusionRefreshInterval, RefreshInterval) == 0x000000, "Member 'AkGameplayStatics_SetOcclusionRefreshInterval::RefreshInterval' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetOcclusionRefreshInterval, Actor) == 0x000008, "Member 'AkGameplayStatics_SetOcclusionRefreshInterval::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetOcclusionScalingFactor \ static_assert(alignof(AkGameplayStatics_SetOcclusionScalingFactor) == 0x000004, "Wrong alignment on AkGameplayStatics_SetOcclusionScalingFactor"); \ static_assert(sizeof(AkGameplayStatics_SetOcclusionScalingFactor) == 0x000004, "Wrong size on AkGameplayStatics_SetOcclusionScalingFactor"); \ static_assert(offsetof(AkGameplayStatics_SetOcclusionScalingFactor, ScalingFactor) == 0x000000, "Member 'AkGameplayStatics_SetOcclusionScalingFactor::ScalingFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetOutputBusVolume \ static_assert(alignof(AkGameplayStatics_SetOutputBusVolume) == 0x000008, "Wrong alignment on AkGameplayStatics_SetOutputBusVolume"); \ static_assert(sizeof(AkGameplayStatics_SetOutputBusVolume) == 0x000010, "Wrong size on AkGameplayStatics_SetOutputBusVolume"); \ static_assert(offsetof(AkGameplayStatics_SetOutputBusVolume, BusVolume) == 0x000000, "Member 'AkGameplayStatics_SetOutputBusVolume::BusVolume' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetOutputBusVolume, Actor) == 0x000008, "Member 'AkGameplayStatics_SetOutputBusVolume::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetPanningRule \ static_assert(alignof(AkGameplayStatics_SetPanningRule) == 0x000001, "Wrong alignment on AkGameplayStatics_SetPanningRule"); \ static_assert(sizeof(AkGameplayStatics_SetPanningRule) == 0x000001, "Wrong size on AkGameplayStatics_SetPanningRule"); \ static_assert(offsetof(AkGameplayStatics_SetPanningRule, PanRule) == 0x000000, "Member 'AkGameplayStatics_SetPanningRule::PanRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetPortalObstructionAndOcclusion \ static_assert(alignof(AkGameplayStatics_SetPortalObstructionAndOcclusion) == 0x000008, "Wrong alignment on AkGameplayStatics_SetPortalObstructionAndOcclusion"); \ static_assert(sizeof(AkGameplayStatics_SetPortalObstructionAndOcclusion) == 0x000010, "Wrong size on AkGameplayStatics_SetPortalObstructionAndOcclusion"); \ static_assert(offsetof(AkGameplayStatics_SetPortalObstructionAndOcclusion, PortalComponent) == 0x000000, "Member 'AkGameplayStatics_SetPortalObstructionAndOcclusion::PortalComponent' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetPortalObstructionAndOcclusion, ObstructionValue) == 0x000008, "Member 'AkGameplayStatics_SetPortalObstructionAndOcclusion::ObstructionValue' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetPortalObstructionAndOcclusion, OcclusionValue) == 0x00000C, "Member 'AkGameplayStatics_SetPortalObstructionAndOcclusion::OcclusionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetPortalToPortalObstruction \ static_assert(alignof(AkGameplayStatics_SetPortalToPortalObstruction) == 0x000008, "Wrong alignment on AkGameplayStatics_SetPortalToPortalObstruction"); \ static_assert(sizeof(AkGameplayStatics_SetPortalToPortalObstruction) == 0x000018, "Wrong size on AkGameplayStatics_SetPortalToPortalObstruction"); \ static_assert(offsetof(AkGameplayStatics_SetPortalToPortalObstruction, PortalComponent0) == 0x000000, "Member 'AkGameplayStatics_SetPortalToPortalObstruction::PortalComponent0' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetPortalToPortalObstruction, PortalComponent1) == 0x000008, "Member 'AkGameplayStatics_SetPortalToPortalObstruction::PortalComponent1' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetPortalToPortalObstruction, ObstructionValue) == 0x000010, "Member 'AkGameplayStatics_SetPortalToPortalObstruction::ObstructionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetReflectionsOrder \ static_assert(alignof(AkGameplayStatics_SetReflectionsOrder) == 0x000004, "Wrong alignment on AkGameplayStatics_SetReflectionsOrder"); \ static_assert(sizeof(AkGameplayStatics_SetReflectionsOrder) == 0x000008, "Wrong size on AkGameplayStatics_SetReflectionsOrder"); \ static_assert(offsetof(AkGameplayStatics_SetReflectionsOrder, Order) == 0x000000, "Member 'AkGameplayStatics_SetReflectionsOrder::Order' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetReflectionsOrder, RefreshPaths) == 0x000004, "Member 'AkGameplayStatics_SetReflectionsOrder::RefreshPaths' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetRTPCValue \ static_assert(alignof(AkGameplayStatics_SetRTPCValue) == 0x000008, "Wrong alignment on AkGameplayStatics_SetRTPCValue"); \ static_assert(sizeof(AkGameplayStatics_SetRTPCValue) == 0x000020, "Wrong size on AkGameplayStatics_SetRTPCValue"); \ static_assert(offsetof(AkGameplayStatics_SetRTPCValue, RTPCValue) == 0x000000, "Member 'AkGameplayStatics_SetRTPCValue::RTPCValue' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetRTPCValue, Value) == 0x000008, "Member 'AkGameplayStatics_SetRTPCValue::Value' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetRTPCValue, InterpolationTimeMs) == 0x00000C, "Member 'AkGameplayStatics_SetRTPCValue::InterpolationTimeMs' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetRTPCValue, Actor) == 0x000010, "Member 'AkGameplayStatics_SetRTPCValue::Actor' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetRTPCValue, RTPC) == 0x000018, "Member 'AkGameplayStatics_SetRTPCValue::RTPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetSpeakerAngles \ static_assert(alignof(AkGameplayStatics_SetSpeakerAngles) == 0x000008, "Wrong alignment on AkGameplayStatics_SetSpeakerAngles"); \ static_assert(sizeof(AkGameplayStatics_SetSpeakerAngles) == 0x000028, "Wrong size on AkGameplayStatics_SetSpeakerAngles"); \ static_assert(offsetof(AkGameplayStatics_SetSpeakerAngles, SpeakerAngles) == 0x000000, "Member 'AkGameplayStatics_SetSpeakerAngles::SpeakerAngles' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetSpeakerAngles, HeightAngle) == 0x000010, "Member 'AkGameplayStatics_SetSpeakerAngles::HeightAngle' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetSpeakerAngles, DeviceShareset) == 0x000018, "Member 'AkGameplayStatics_SetSpeakerAngles::DeviceShareset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetState \ static_assert(alignof(AkGameplayStatics_SetState) == 0x000008, "Wrong alignment on AkGameplayStatics_SetState"); \ static_assert(sizeof(AkGameplayStatics_SetState) == 0x000018, "Wrong size on AkGameplayStatics_SetState"); \ static_assert(offsetof(AkGameplayStatics_SetState, StateValue) == 0x000000, "Member 'AkGameplayStatics_SetState::StateValue' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetState, stateGroup) == 0x000008, "Member 'AkGameplayStatics_SetState::stateGroup' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetState, State) == 0x000010, "Member 'AkGameplayStatics_SetState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SetSwitch \ static_assert(alignof(AkGameplayStatics_SetSwitch) == 0x000008, "Wrong alignment on AkGameplayStatics_SetSwitch"); \ static_assert(sizeof(AkGameplayStatics_SetSwitch) == 0x000020, "Wrong size on AkGameplayStatics_SetSwitch"); \ static_assert(offsetof(AkGameplayStatics_SetSwitch, SwitchValue) == 0x000000, "Member 'AkGameplayStatics_SetSwitch::SwitchValue' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetSwitch, Actor) == 0x000008, "Member 'AkGameplayStatics_SetSwitch::Actor' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetSwitch, SwitchGroup) == 0x000010, "Member 'AkGameplayStatics_SetSwitch::SwitchGroup' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SetSwitch, SwitchState) == 0x000018, "Member 'AkGameplayStatics_SetSwitch::SwitchState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_SpawnAkComponentAtLocation \ static_assert(alignof(AkGameplayStatics_SpawnAkComponentAtLocation) == 0x000008, "Wrong alignment on AkGameplayStatics_SpawnAkComponentAtLocation"); \ static_assert(sizeof(AkGameplayStatics_SpawnAkComponentAtLocation) == 0x000050, "Wrong size on AkGameplayStatics_SpawnAkComponentAtLocation"); \ static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, WorldContextObject) == 0x000000, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, AkEvent) == 0x000008, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::AkEvent' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, Location) == 0x000010, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, Orientation) == 0x00001C, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::Orientation' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, AutoPost) == 0x000028, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::AutoPost' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, EventName) == 0x000030, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::EventName' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, AutoDestroy) == 0x000040, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::AutoDestroy' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, ReturnValue) == 0x000048, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_StartAllAmbientSounds \ static_assert(alignof(AkGameplayStatics_StartAllAmbientSounds) == 0x000008, "Wrong alignment on AkGameplayStatics_StartAllAmbientSounds"); \ static_assert(sizeof(AkGameplayStatics_StartAllAmbientSounds) == 0x000008, "Wrong size on AkGameplayStatics_StartAllAmbientSounds"); \ static_assert(offsetof(AkGameplayStatics_StartAllAmbientSounds, WorldContextObject) == 0x000000, "Member 'AkGameplayStatics_StartAllAmbientSounds::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_StartOutputCapture \ static_assert(alignof(AkGameplayStatics_StartOutputCapture) == 0x000008, "Wrong alignment on AkGameplayStatics_StartOutputCapture"); \ static_assert(sizeof(AkGameplayStatics_StartOutputCapture) == 0x000010, "Wrong size on AkGameplayStatics_StartOutputCapture"); \ static_assert(offsetof(AkGameplayStatics_StartOutputCapture, Filename) == 0x000000, "Member 'AkGameplayStatics_StartOutputCapture::Filename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_StartProfilerCapture \ static_assert(alignof(AkGameplayStatics_StartProfilerCapture) == 0x000008, "Wrong alignment on AkGameplayStatics_StartProfilerCapture"); \ static_assert(sizeof(AkGameplayStatics_StartProfilerCapture) == 0x000010, "Wrong size on AkGameplayStatics_StartProfilerCapture"); \ static_assert(offsetof(AkGameplayStatics_StartProfilerCapture, Filename) == 0x000000, "Member 'AkGameplayStatics_StartProfilerCapture::Filename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_StopActor \ static_assert(alignof(AkGameplayStatics_StopActor) == 0x000008, "Wrong alignment on AkGameplayStatics_StopActor"); \ static_assert(sizeof(AkGameplayStatics_StopActor) == 0x000008, "Wrong size on AkGameplayStatics_StopActor"); \ static_assert(offsetof(AkGameplayStatics_StopActor, Actor) == 0x000000, "Member 'AkGameplayStatics_StopActor::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_StopAllAmbientSounds \ static_assert(alignof(AkGameplayStatics_StopAllAmbientSounds) == 0x000008, "Wrong alignment on AkGameplayStatics_StopAllAmbientSounds"); \ static_assert(sizeof(AkGameplayStatics_StopAllAmbientSounds) == 0x000008, "Wrong size on AkGameplayStatics_StopAllAmbientSounds"); \ static_assert(offsetof(AkGameplayStatics_StopAllAmbientSounds, WorldContextObject) == 0x000000, "Member 'AkGameplayStatics_StopAllAmbientSounds::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_UnloadBank \ static_assert(alignof(AkGameplayStatics_UnloadBank) == 0x000008, "Wrong alignment on AkGameplayStatics_UnloadBank"); \ static_assert(sizeof(AkGameplayStatics_UnloadBank) == 0x000038, "Wrong size on AkGameplayStatics_UnloadBank"); \ static_assert(offsetof(AkGameplayStatics_UnloadBank, Bank) == 0x000000, "Member 'AkGameplayStatics_UnloadBank::Bank' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_UnloadBank, BankName) == 0x000008, "Member 'AkGameplayStatics_UnloadBank::BankName' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_UnloadBank, LatentInfo) == 0x000018, "Member 'AkGameplayStatics_UnloadBank::LatentInfo' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_UnloadBank, WorldContextObject) == 0x000030, "Member 'AkGameplayStatics_UnloadBank::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_UnloadBankAsync \ static_assert(alignof(AkGameplayStatics_UnloadBankAsync) == 0x000008, "Wrong alignment on AkGameplayStatics_UnloadBankAsync"); \ static_assert(sizeof(AkGameplayStatics_UnloadBankAsync) == 0x000018, "Wrong size on AkGameplayStatics_UnloadBankAsync"); \ static_assert(offsetof(AkGameplayStatics_UnloadBankAsync, Bank) == 0x000000, "Member 'AkGameplayStatics_UnloadBankAsync::Bank' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_UnloadBankAsync, BankUnloadedCallback) == 0x000008, "Member 'AkGameplayStatics_UnloadBankAsync::BankUnloadedCallback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_UnloadBankByName \ static_assert(alignof(AkGameplayStatics_UnloadBankByName) == 0x000008, "Wrong alignment on AkGameplayStatics_UnloadBankByName"); \ static_assert(sizeof(AkGameplayStatics_UnloadBankByName) == 0x000010, "Wrong size on AkGameplayStatics_UnloadBankByName"); \ static_assert(offsetof(AkGameplayStatics_UnloadBankByName, BankName) == 0x000000, "Member 'AkGameplayStatics_UnloadBankByName::BankName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_UseEarlyReflections \ static_assert(alignof(AkGameplayStatics_UseEarlyReflections) == 0x000008, "Wrong alignment on AkGameplayStatics_UseEarlyReflections"); \ static_assert(sizeof(AkGameplayStatics_UseEarlyReflections) == 0x000030, "Wrong size on AkGameplayStatics_UseEarlyReflections"); \ static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, Actor) == 0x000000, "Member 'AkGameplayStatics_UseEarlyReflections::Actor' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, AuxBus) == 0x000008, "Member 'AkGameplayStatics_UseEarlyReflections::AuxBus' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, Order) == 0x000010, "Member 'AkGameplayStatics_UseEarlyReflections::Order' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, BusSendGain) == 0x000014, "Member 'AkGameplayStatics_UseEarlyReflections::BusSendGain' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, MaxPathLength) == 0x000018, "Member 'AkGameplayStatics_UseEarlyReflections::MaxPathLength' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, SpotReflectors) == 0x00001C, "Member 'AkGameplayStatics_UseEarlyReflections::SpotReflectors' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, AuxBusName) == 0x000020, "Member 'AkGameplayStatics_UseEarlyReflections::AuxBusName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkGameplayStatics_UseReverbVolumes \ static_assert(alignof(AkGameplayStatics_UseReverbVolumes) == 0x000008, "Wrong alignment on AkGameplayStatics_UseReverbVolumes"); \ static_assert(sizeof(AkGameplayStatics_UseReverbVolumes) == 0x000010, "Wrong size on AkGameplayStatics_UseReverbVolumes"); \ static_assert(offsetof(AkGameplayStatics_UseReverbVolumes, inUseReverbVolumes) == 0x000000, "Member 'AkGameplayStatics_UseReverbVolumes::inUseReverbVolumes' has a wrong offset!"); \ static_assert(offsetof(AkGameplayStatics_UseReverbVolumes, Actor) == 0x000008, "Member 'AkGameplayStatics_UseReverbVolumes::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkGameplayStatics \ static_assert(alignof(UAkGameplayStatics) == 0x000008, "Wrong alignment on UAkGameplayStatics"); \ static_assert(sizeof(UAkGameplayStatics) == 0x000028, "Wrong size on UAkGameplayStatics"); \ #define DUMPER7_ASSERTS_UAkCallbackInfo \ static_assert(alignof(UAkCallbackInfo) == 0x000008, "Wrong alignment on UAkCallbackInfo"); \ static_assert(sizeof(UAkCallbackInfo) == 0x000030, "Wrong size on UAkCallbackInfo"); \ static_assert(offsetof(UAkCallbackInfo, AkComponent) == 0x000028, "Member 'UAkCallbackInfo::AkComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkEventCallbackInfo \ static_assert(alignof(UAkEventCallbackInfo) == 0x000008, "Wrong alignment on UAkEventCallbackInfo"); \ static_assert(sizeof(UAkEventCallbackInfo) == 0x000038, "Wrong size on UAkEventCallbackInfo"); \ static_assert(offsetof(UAkEventCallbackInfo, PlayingID) == 0x000030, "Member 'UAkEventCallbackInfo::PlayingID' has a wrong offset!"); \ static_assert(offsetof(UAkEventCallbackInfo, EventID) == 0x000034, "Member 'UAkEventCallbackInfo::EventID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetCc \ static_assert(alignof(AkMIDIEventCallbackInfo_GetCc) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetCc"); \ static_assert(sizeof(AkMIDIEventCallbackInfo_GetCc) == 0x000005, "Wrong size on AkMIDIEventCallbackInfo_GetCc"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetCc, AsCc) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetCc::AsCc' has a wrong offset!"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetCc, ReturnValue) == 0x000004, "Member 'AkMIDIEventCallbackInfo_GetCc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetChannel \ static_assert(alignof(AkMIDIEventCallbackInfo_GetChannel) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetChannel"); \ static_assert(sizeof(AkMIDIEventCallbackInfo_GetChannel) == 0x000001, "Wrong size on AkMIDIEventCallbackInfo_GetChannel"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetChannel, ReturnValue) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetChannel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetChannelAftertouch \ static_assert(alignof(AkMIDIEventCallbackInfo_GetChannelAftertouch) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetChannelAftertouch"); \ static_assert(sizeof(AkMIDIEventCallbackInfo_GetChannelAftertouch) == 0x000004, "Wrong size on AkMIDIEventCallbackInfo_GetChannelAftertouch"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetChannelAftertouch, AsChannelAftertouch) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetChannelAftertouch::AsChannelAftertouch' has a wrong offset!"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetChannelAftertouch, ReturnValue) == 0x000003, "Member 'AkMIDIEventCallbackInfo_GetChannelAftertouch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetGeneric \ static_assert(alignof(AkMIDIEventCallbackInfo_GetGeneric) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetGeneric"); \ static_assert(sizeof(AkMIDIEventCallbackInfo_GetGeneric) == 0x000005, "Wrong size on AkMIDIEventCallbackInfo_GetGeneric"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetGeneric, AsGeneric) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetGeneric::AsGeneric' has a wrong offset!"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetGeneric, ReturnValue) == 0x000004, "Member 'AkMIDIEventCallbackInfo_GetGeneric::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetNoteAftertouch \ static_assert(alignof(AkMIDIEventCallbackInfo_GetNoteAftertouch) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetNoteAftertouch"); \ static_assert(sizeof(AkMIDIEventCallbackInfo_GetNoteAftertouch) == 0x000005, "Wrong size on AkMIDIEventCallbackInfo_GetNoteAftertouch"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteAftertouch, AsNoteAftertouch) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetNoteAftertouch::AsNoteAftertouch' has a wrong offset!"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteAftertouch, ReturnValue) == 0x000004, "Member 'AkMIDIEventCallbackInfo_GetNoteAftertouch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetNoteOff \ static_assert(alignof(AkMIDIEventCallbackInfo_GetNoteOff) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetNoteOff"); \ static_assert(sizeof(AkMIDIEventCallbackInfo_GetNoteOff) == 0x000005, "Wrong size on AkMIDIEventCallbackInfo_GetNoteOff"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteOff, AsNoteOff) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetNoteOff::AsNoteOff' has a wrong offset!"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteOff, ReturnValue) == 0x000004, "Member 'AkMIDIEventCallbackInfo_GetNoteOff::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetNoteOn \ static_assert(alignof(AkMIDIEventCallbackInfo_GetNoteOn) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetNoteOn"); \ static_assert(sizeof(AkMIDIEventCallbackInfo_GetNoteOn) == 0x000005, "Wrong size on AkMIDIEventCallbackInfo_GetNoteOn"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteOn, AsNoteOn) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetNoteOn::AsNoteOn' has a wrong offset!"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteOn, ReturnValue) == 0x000004, "Member 'AkMIDIEventCallbackInfo_GetNoteOn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetPitchBend \ static_assert(alignof(AkMIDIEventCallbackInfo_GetPitchBend) == 0x000004, "Wrong alignment on AkMIDIEventCallbackInfo_GetPitchBend"); \ static_assert(sizeof(AkMIDIEventCallbackInfo_GetPitchBend) == 0x00000C, "Wrong size on AkMIDIEventCallbackInfo_GetPitchBend"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetPitchBend, AsPitchBend) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetPitchBend::AsPitchBend' has a wrong offset!"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetPitchBend, ReturnValue) == 0x000008, "Member 'AkMIDIEventCallbackInfo_GetPitchBend::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetProgramChange \ static_assert(alignof(AkMIDIEventCallbackInfo_GetProgramChange) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetProgramChange"); \ static_assert(sizeof(AkMIDIEventCallbackInfo_GetProgramChange) == 0x000004, "Wrong size on AkMIDIEventCallbackInfo_GetProgramChange"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetProgramChange, AsProgramChange) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetProgramChange::AsProgramChange' has a wrong offset!"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetProgramChange, ReturnValue) == 0x000003, "Member 'AkMIDIEventCallbackInfo_GetProgramChange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetType \ static_assert(alignof(AkMIDIEventCallbackInfo_GetType) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetType"); \ static_assert(sizeof(AkMIDIEventCallbackInfo_GetType) == 0x000001, "Wrong size on AkMIDIEventCallbackInfo_GetType"); \ static_assert(offsetof(AkMIDIEventCallbackInfo_GetType, ReturnValue) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkMIDIEventCallbackInfo \ static_assert(alignof(UAkMIDIEventCallbackInfo) == 0x000008, "Wrong alignment on UAkMIDIEventCallbackInfo"); \ static_assert(sizeof(UAkMIDIEventCallbackInfo) == 0x000048, "Wrong size on UAkMIDIEventCallbackInfo"); \ #define DUMPER7_ASSERTS_UAkMarkerCallbackInfo \ static_assert(alignof(UAkMarkerCallbackInfo) == 0x000008, "Wrong alignment on UAkMarkerCallbackInfo"); \ static_assert(sizeof(UAkMarkerCallbackInfo) == 0x000050, "Wrong size on UAkMarkerCallbackInfo"); \ static_assert(offsetof(UAkMarkerCallbackInfo, Identifier) == 0x000038, "Member 'UAkMarkerCallbackInfo::Identifier' has a wrong offset!"); \ static_assert(offsetof(UAkMarkerCallbackInfo, Position) == 0x00003C, "Member 'UAkMarkerCallbackInfo::Position' has a wrong offset!"); \ static_assert(offsetof(UAkMarkerCallbackInfo, Label) == 0x000040, "Member 'UAkMarkerCallbackInfo::Label' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkDurationCallbackInfo \ static_assert(alignof(UAkDurationCallbackInfo) == 0x000008, "Wrong alignment on UAkDurationCallbackInfo"); \ static_assert(sizeof(UAkDurationCallbackInfo) == 0x000050, "Wrong size on UAkDurationCallbackInfo"); \ static_assert(offsetof(UAkDurationCallbackInfo, Duration) == 0x000038, "Member 'UAkDurationCallbackInfo::Duration' has a wrong offset!"); \ static_assert(offsetof(UAkDurationCallbackInfo, EstimatedDuration) == 0x00003C, "Member 'UAkDurationCallbackInfo::EstimatedDuration' has a wrong offset!"); \ static_assert(offsetof(UAkDurationCallbackInfo, AudioNodeID) == 0x000040, "Member 'UAkDurationCallbackInfo::AudioNodeID' has a wrong offset!"); \ static_assert(offsetof(UAkDurationCallbackInfo, MediaID) == 0x000044, "Member 'UAkDurationCallbackInfo::MediaID' has a wrong offset!"); \ static_assert(offsetof(UAkDurationCallbackInfo, bStreaming) == 0x000048, "Member 'UAkDurationCallbackInfo::bStreaming' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkMusicSyncCallbackInfo \ static_assert(alignof(UAkMusicSyncCallbackInfo) == 0x000008, "Wrong alignment on UAkMusicSyncCallbackInfo"); \ static_assert(sizeof(UAkMusicSyncCallbackInfo) == 0x000070, "Wrong size on UAkMusicSyncCallbackInfo"); \ static_assert(offsetof(UAkMusicSyncCallbackInfo, PlayingID) == 0x000030, "Member 'UAkMusicSyncCallbackInfo::PlayingID' has a wrong offset!"); \ static_assert(offsetof(UAkMusicSyncCallbackInfo, SegmentInfo) == 0x000034, "Member 'UAkMusicSyncCallbackInfo::SegmentInfo' has a wrong offset!"); \ static_assert(offsetof(UAkMusicSyncCallbackInfo, MusicSyncType) == 0x000058, "Member 'UAkMusicSyncCallbackInfo::MusicSyncType' has a wrong offset!"); \ static_assert(offsetof(UAkMusicSyncCallbackInfo, UserCueName) == 0x000060, "Member 'UAkMusicSyncCallbackInfo::UserCueName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkGeometryComponent \ static_assert(alignof(UAkGeometryComponent) == 0x000010, "Wrong alignment on UAkGeometryComponent"); \ static_assert(sizeof(UAkGeometryComponent) == 0x0003C0, "Wrong size on UAkGeometryComponent"); \ static_assert(offsetof(UAkGeometryComponent, MeshType) == 0x000230, "Member 'UAkGeometryComponent::MeshType' has a wrong offset!"); \ static_assert(offsetof(UAkGeometryComponent, LOD) == 0x000234, "Member 'UAkGeometryComponent::LOD' has a wrong offset!"); \ static_assert(offsetof(UAkGeometryComponent, WeldingThreshold) == 0x000238, "Member 'UAkGeometryComponent::WeldingThreshold' has a wrong offset!"); \ static_assert(offsetof(UAkGeometryComponent, StaticMeshSurfaceOverride) == 0x000240, "Member 'UAkGeometryComponent::StaticMeshSurfaceOverride' has a wrong offset!"); \ static_assert(offsetof(UAkGeometryComponent, CollisionMeshSurfaceOverride) == 0x000290, "Member 'UAkGeometryComponent::CollisionMeshSurfaceOverride' has a wrong offset!"); \ static_assert(offsetof(UAkGeometryComponent, bEnableDiffraction) == 0x0002A8, "Member 'UAkGeometryComponent::bEnableDiffraction' has a wrong offset!"); \ static_assert(offsetof(UAkGeometryComponent, bEnableDiffractionOnBoundaryEdges) == 0x0002A9, "Member 'UAkGeometryComponent::bEnableDiffractionOnBoundaryEdges' has a wrong offset!"); \ static_assert(offsetof(UAkGeometryComponent, AssociatedRoom) == 0x0002B0, "Member 'UAkGeometryComponent::AssociatedRoom' has a wrong offset!"); \ static_assert(offsetof(UAkGeometryComponent, GeometryData) == 0x0002C8, "Member 'UAkGeometryComponent::GeometryData' has a wrong offset!"); \ static_assert(offsetof(UAkGeometryComponent, SurfaceAreas) == 0x000318, "Member 'UAkGeometryComponent::SurfaceAreas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkGroupValue \ static_assert(alignof(UAkGroupValue) == 0x000008, "Wrong alignment on UAkGroupValue"); \ static_assert(sizeof(UAkGroupValue) == 0x000068, "Wrong size on UAkGroupValue"); \ static_assert(offsetof(UAkGroupValue, MediaDependencies) == 0x000040, "Member 'UAkGroupValue::MediaDependencies' has a wrong offset!"); \ static_assert(offsetof(UAkGroupValue, GroupShortID) == 0x000050, "Member 'UAkGroupValue::GroupShortID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkHololensInitializationSettings_MigrateMultiCoreRendering \ static_assert(alignof(AkHololensInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkHololensInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(sizeof(AkHololensInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkHololensInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(offsetof(AkHololensInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkHololensInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkHololensInitializationSettings \ static_assert(alignof(UAkHololensInitializationSettings) == 0x000008, "Wrong alignment on UAkHololensInitializationSettings"); \ static_assert(sizeof(UAkHololensInitializationSettings) == 0x0000F8, "Wrong size on UAkHololensInitializationSettings"); \ static_assert(offsetof(UAkHololensInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkHololensInitializationSettings::CommonSettings' has a wrong offset!"); \ static_assert(offsetof(UAkHololensInitializationSettings, CommunicationSettings) == 0x000098, "Member 'UAkHololensInitializationSettings::CommunicationSettings' has a wrong offset!"); \ static_assert(offsetof(UAkHololensInitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkHololensInitializationSettings::AdvancedSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkHololensPlatformInfo \ static_assert(alignof(UAkHololensPlatformInfo) == 0x000008, "Wrong alignment on UAkHololensPlatformInfo"); \ static_assert(sizeof(UAkHololensPlatformInfo) == 0x000070, "Wrong size on UAkHololensPlatformInfo"); \ #define DUMPER7_ASSERTS_UAkInitBankAssetData \ static_assert(alignof(UAkInitBankAssetData) == 0x000008, "Wrong alignment on UAkInitBankAssetData"); \ static_assert(sizeof(UAkInitBankAssetData) == 0x000098, "Wrong size on UAkInitBankAssetData"); \ static_assert(offsetof(UAkInitBankAssetData, PluginInfos) == 0x000088, "Member 'UAkInitBankAssetData::PluginInfos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkInitBank \ static_assert(alignof(UAkInitBank) == 0x000008, "Wrong alignment on UAkInitBank"); \ static_assert(sizeof(UAkInitBank) == 0x000070, "Wrong size on UAkInitBank"); \ static_assert(offsetof(UAkInitBank, AvailableAudioCultures) == 0x000050, "Member 'UAkInitBank::AvailableAudioCultures' has a wrong offset!"); \ static_assert(offsetof(UAkInitBank, defaultLanguage) == 0x000060, "Member 'UAkInitBank::defaultLanguage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkIOSInitializationSettings \ static_assert(alignof(UAkIOSInitializationSettings) == 0x000008, "Wrong alignment on UAkIOSInitializationSettings"); \ static_assert(sizeof(UAkIOSInitializationSettings) == 0x000100, "Wrong size on UAkIOSInitializationSettings"); \ static_assert(offsetof(UAkIOSInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkIOSInitializationSettings::CommonSettings' has a wrong offset!"); \ static_assert(offsetof(UAkIOSInitializationSettings, AudioSession) == 0x000098, "Member 'UAkIOSInitializationSettings::AudioSession' has a wrong offset!"); \ static_assert(offsetof(UAkIOSInitializationSettings, CommunicationSettings) == 0x0000A8, "Member 'UAkIOSInitializationSettings::CommunicationSettings' has a wrong offset!"); \ static_assert(offsetof(UAkIOSInitializationSettings, AdvancedSettings) == 0x0000D0, "Member 'UAkIOSInitializationSettings::AdvancedSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkIOSPlatformInfo \ static_assert(alignof(UAkIOSPlatformInfo) == 0x000008, "Wrong alignment on UAkIOSPlatformInfo"); \ static_assert(sizeof(UAkIOSPlatformInfo) == 0x000070, "Wrong size on UAkIOSPlatformInfo"); \ #define DUMPER7_ASSERTS_AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString \ static_assert(alignof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString) == 0x000008, "Wrong alignment on AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString"); \ static_assert(sizeof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString) == 0x000020, "Wrong size on AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString"); \ static_assert(offsetof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString, INAkBoolPropertyToControl) == 0x000000, "Member 'AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString::INAkBoolPropertyToControl' has a wrong offset!"); \ static_assert(offsetof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString, ReturnValue) == 0x000010, "Member 'AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText \ static_assert(alignof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText) == 0x000008, "Wrong alignment on AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText"); \ static_assert(sizeof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText) == 0x000028, "Wrong size on AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText"); \ static_assert(offsetof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText, INAkBoolPropertyToControl) == 0x000000, "Member 'AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText::INAkBoolPropertyToControl' has a wrong offset!"); \ static_assert(offsetof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText, ReturnValue) == 0x000010, "Member 'AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkItemBoolPropertiesConv \ static_assert(alignof(UAkItemBoolPropertiesConv) == 0x000008, "Wrong alignment on UAkItemBoolPropertiesConv"); \ static_assert(sizeof(UAkItemBoolPropertiesConv) == 0x000028, "Wrong size on UAkItemBoolPropertiesConv"); \ #define DUMPER7_ASSERTS_AkItemBoolProperties_SetSearchText \ static_assert(alignof(AkItemBoolProperties_SetSearchText) == 0x000008, "Wrong alignment on AkItemBoolProperties_SetSearchText"); \ static_assert(sizeof(AkItemBoolProperties_SetSearchText) == 0x000010, "Wrong size on AkItemBoolProperties_SetSearchText"); \ static_assert(offsetof(AkItemBoolProperties_SetSearchText, newText) == 0x000000, "Member 'AkItemBoolProperties_SetSearchText::newText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkItemBoolProperties_GetSearchText \ static_assert(alignof(AkItemBoolProperties_GetSearchText) == 0x000008, "Wrong alignment on AkItemBoolProperties_GetSearchText"); \ static_assert(sizeof(AkItemBoolProperties_GetSearchText) == 0x000010, "Wrong size on AkItemBoolProperties_GetSearchText"); \ static_assert(offsetof(AkItemBoolProperties_GetSearchText, ReturnValue) == 0x000000, "Member 'AkItemBoolProperties_GetSearchText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkItemBoolProperties_GetSelectedProperty \ static_assert(alignof(AkItemBoolProperties_GetSelectedProperty) == 0x000008, "Wrong alignment on AkItemBoolProperties_GetSelectedProperty"); \ static_assert(sizeof(AkItemBoolProperties_GetSelectedProperty) == 0x000010, "Wrong size on AkItemBoolProperties_GetSelectedProperty"); \ static_assert(offsetof(AkItemBoolProperties_GetSelectedProperty, ReturnValue) == 0x000000, "Member 'AkItemBoolProperties_GetSelectedProperty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkItemBoolProperties \ static_assert(alignof(UAkItemBoolProperties) == 0x000008, "Wrong alignment on UAkItemBoolProperties"); \ static_assert(sizeof(UAkItemBoolProperties) == 0x000148, "Wrong size on UAkItemBoolProperties"); \ static_assert(offsetof(UAkItemBoolProperties, OnSelectionChanged) == 0x000108, "Member 'UAkItemBoolProperties::OnSelectionChanged' has a wrong offset!"); \ static_assert(offsetof(UAkItemBoolProperties, OnPropertyDragged) == 0x000118, "Member 'UAkItemBoolProperties::OnPropertyDragged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkItemPropertiesConv_Conv_FAkPropertyToControlToString \ static_assert(alignof(AkItemPropertiesConv_Conv_FAkPropertyToControlToString) == 0x000008, "Wrong alignment on AkItemPropertiesConv_Conv_FAkPropertyToControlToString"); \ static_assert(sizeof(AkItemPropertiesConv_Conv_FAkPropertyToControlToString) == 0x000020, "Wrong size on AkItemPropertiesConv_Conv_FAkPropertyToControlToString"); \ static_assert(offsetof(AkItemPropertiesConv_Conv_FAkPropertyToControlToString, INAkPropertyToControl) == 0x000000, "Member 'AkItemPropertiesConv_Conv_FAkPropertyToControlToString::INAkPropertyToControl' has a wrong offset!"); \ static_assert(offsetof(AkItemPropertiesConv_Conv_FAkPropertyToControlToString, ReturnValue) == 0x000010, "Member 'AkItemPropertiesConv_Conv_FAkPropertyToControlToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkItemPropertiesConv_Conv_FAkPropertyToControlToText \ static_assert(alignof(AkItemPropertiesConv_Conv_FAkPropertyToControlToText) == 0x000008, "Wrong alignment on AkItemPropertiesConv_Conv_FAkPropertyToControlToText"); \ static_assert(sizeof(AkItemPropertiesConv_Conv_FAkPropertyToControlToText) == 0x000028, "Wrong size on AkItemPropertiesConv_Conv_FAkPropertyToControlToText"); \ static_assert(offsetof(AkItemPropertiesConv_Conv_FAkPropertyToControlToText, INAkPropertyToControl) == 0x000000, "Member 'AkItemPropertiesConv_Conv_FAkPropertyToControlToText::INAkPropertyToControl' has a wrong offset!"); \ static_assert(offsetof(AkItemPropertiesConv_Conv_FAkPropertyToControlToText, ReturnValue) == 0x000010, "Member 'AkItemPropertiesConv_Conv_FAkPropertyToControlToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkItemPropertiesConv \ static_assert(alignof(UAkItemPropertiesConv) == 0x000008, "Wrong alignment on UAkItemPropertiesConv"); \ static_assert(sizeof(UAkItemPropertiesConv) == 0x000028, "Wrong size on UAkItemPropertiesConv"); \ #define DUMPER7_ASSERTS_AkItemProperties_SetSearchText \ static_assert(alignof(AkItemProperties_SetSearchText) == 0x000008, "Wrong alignment on AkItemProperties_SetSearchText"); \ static_assert(sizeof(AkItemProperties_SetSearchText) == 0x000010, "Wrong size on AkItemProperties_SetSearchText"); \ static_assert(offsetof(AkItemProperties_SetSearchText, newText) == 0x000000, "Member 'AkItemProperties_SetSearchText::newText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkItemProperties_GetSearchText \ static_assert(alignof(AkItemProperties_GetSearchText) == 0x000008, "Wrong alignment on AkItemProperties_GetSearchText"); \ static_assert(sizeof(AkItemProperties_GetSearchText) == 0x000010, "Wrong size on AkItemProperties_GetSearchText"); \ static_assert(offsetof(AkItemProperties_GetSearchText, ReturnValue) == 0x000000, "Member 'AkItemProperties_GetSearchText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkItemProperties_GetSelectedProperty \ static_assert(alignof(AkItemProperties_GetSelectedProperty) == 0x000008, "Wrong alignment on AkItemProperties_GetSelectedProperty"); \ static_assert(sizeof(AkItemProperties_GetSelectedProperty) == 0x000010, "Wrong size on AkItemProperties_GetSelectedProperty"); \ static_assert(offsetof(AkItemProperties_GetSelectedProperty, ReturnValue) == 0x000000, "Member 'AkItemProperties_GetSelectedProperty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkItemProperties \ static_assert(alignof(UAkItemProperties) == 0x000008, "Wrong alignment on UAkItemProperties"); \ static_assert(sizeof(UAkItemProperties) == 0x000148, "Wrong size on UAkItemProperties"); \ static_assert(offsetof(UAkItemProperties, OnSelectionChanged) == 0x000108, "Member 'UAkItemProperties::OnSelectionChanged' has a wrong offset!"); \ static_assert(offsetof(UAkItemProperties, OnPropertyDragged) == 0x000118, "Member 'UAkItemProperties::OnPropertyDragged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkLateReverbComponent_AssociateAkTextureSetComponent \ static_assert(alignof(AkLateReverbComponent_AssociateAkTextureSetComponent) == 0x000008, "Wrong alignment on AkLateReverbComponent_AssociateAkTextureSetComponent"); \ static_assert(sizeof(AkLateReverbComponent_AssociateAkTextureSetComponent) == 0x000008, "Wrong size on AkLateReverbComponent_AssociateAkTextureSetComponent"); \ static_assert(offsetof(AkLateReverbComponent_AssociateAkTextureSetComponent, textureSetComponent) == 0x000000, "Member 'AkLateReverbComponent_AssociateAkTextureSetComponent::textureSetComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkLateReverbComponent \ static_assert(alignof(UAkLateReverbComponent) == 0x000010, "Wrong alignment on UAkLateReverbComponent"); \ static_assert(sizeof(UAkLateReverbComponent) == 0x0002C0, "Wrong size on UAkLateReverbComponent"); \ static_assert(offsetof(UAkLateReverbComponent, bEnable) == 0x000218, "Member 'UAkLateReverbComponent::bEnable' has a wrong offset!"); \ static_assert(offsetof(UAkLateReverbComponent, SendLevel) == 0x00021C, "Member 'UAkLateReverbComponent::SendLevel' has a wrong offset!"); \ static_assert(offsetof(UAkLateReverbComponent, FadeRate) == 0x000220, "Member 'UAkLateReverbComponent::FadeRate' has a wrong offset!"); \ static_assert(offsetof(UAkLateReverbComponent, Priority) == 0x000224, "Member 'UAkLateReverbComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UAkLateReverbComponent, AutoAssignAuxBus) == 0x000228, "Member 'UAkLateReverbComponent::AutoAssignAuxBus' has a wrong offset!"); \ static_assert(offsetof(UAkLateReverbComponent, AuxBus) == 0x000230, "Member 'UAkLateReverbComponent::AuxBus' has a wrong offset!"); \ static_assert(offsetof(UAkLateReverbComponent, AuxBusName) == 0x000238, "Member 'UAkLateReverbComponent::AuxBusName' has a wrong offset!"); \ static_assert(offsetof(UAkLateReverbComponent, AuxBusManual) == 0x000250, "Member 'UAkLateReverbComponent::AuxBusManual' has a wrong offset!"); \ static_assert(offsetof(UAkLateReverbComponent, bIsSimpleBox) == 0x000296, "Member 'UAkLateReverbComponent::bIsSimpleBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkLinuxInitializationSettings_MigrateMultiCoreRendering \ static_assert(alignof(AkLinuxInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkLinuxInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(sizeof(AkLinuxInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkLinuxInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(offsetof(AkLinuxInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkLinuxInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkLinuxInitializationSettings \ static_assert(alignof(UAkLinuxInitializationSettings) == 0x000008, "Wrong alignment on UAkLinuxInitializationSettings"); \ static_assert(sizeof(UAkLinuxInitializationSettings) == 0x0000F0, "Wrong size on UAkLinuxInitializationSettings"); \ static_assert(offsetof(UAkLinuxInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkLinuxInitializationSettings::CommonSettings' has a wrong offset!"); \ static_assert(offsetof(UAkLinuxInitializationSettings, CommunicationSettings) == 0x000098, "Member 'UAkLinuxInitializationSettings::CommunicationSettings' has a wrong offset!"); \ static_assert(offsetof(UAkLinuxInitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkLinuxInitializationSettings::AdvancedSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkLinuxPlatformInfo \ static_assert(alignof(UAkLinuxPlatformInfo) == 0x000008, "Wrong alignment on UAkLinuxPlatformInfo"); \ static_assert(sizeof(UAkLinuxPlatformInfo) == 0x000070, "Wrong size on UAkLinuxPlatformInfo"); \ #define DUMPER7_ASSERTS_AkMacInitializationSettings_MigrateMultiCoreRendering \ static_assert(alignof(AkMacInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkMacInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(sizeof(AkMacInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkMacInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(offsetof(AkMacInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkMacInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkMacInitializationSettings \ static_assert(alignof(UAkMacInitializationSettings) == 0x000008, "Wrong alignment on UAkMacInitializationSettings"); \ static_assert(sizeof(UAkMacInitializationSettings) == 0x0000F0, "Wrong size on UAkMacInitializationSettings"); \ static_assert(offsetof(UAkMacInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkMacInitializationSettings::CommonSettings' has a wrong offset!"); \ static_assert(offsetof(UAkMacInitializationSettings, CommunicationSettings) == 0x000098, "Member 'UAkMacInitializationSettings::CommunicationSettings' has a wrong offset!"); \ static_assert(offsetof(UAkMacInitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkMacInitializationSettings::AdvancedSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkMacPlatformInfo \ static_assert(alignof(UAkMacPlatformInfo) == 0x000008, "Wrong alignment on UAkMacPlatformInfo"); \ static_assert(sizeof(UAkMacPlatformInfo) == 0x000070, "Wrong size on UAkMacPlatformInfo"); \ #define DUMPER7_ASSERTS_UAkMediaAssetData \ static_assert(alignof(UAkMediaAssetData) == 0x000008, "Wrong alignment on UAkMediaAssetData"); \ static_assert(sizeof(UAkMediaAssetData) == 0x000078, "Wrong size on UAkMediaAssetData"); \ static_assert(offsetof(UAkMediaAssetData, IsStreamed) == 0x000028, "Member 'UAkMediaAssetData::IsStreamed' has a wrong offset!"); \ static_assert(offsetof(UAkMediaAssetData, UseDeviceMemory) == 0x000029, "Member 'UAkMediaAssetData::UseDeviceMemory' has a wrong offset!"); \ static_assert(offsetof(UAkMediaAssetData, Language) == 0x000030, "Member 'UAkMediaAssetData::Language' has a wrong offset!"); \ static_assert(offsetof(UAkMediaAssetData, AssetPlatform) == 0x000040, "Member 'UAkMediaAssetData::AssetPlatform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkMediaAsset \ static_assert(alignof(UAkMediaAsset) == 0x000008, "Wrong alignment on UAkMediaAsset"); \ static_assert(sizeof(UAkMediaAsset) == 0x000078, "Wrong size on UAkMediaAsset"); \ static_assert(offsetof(UAkMediaAsset, ID) == 0x000028, "Member 'UAkMediaAsset::ID' has a wrong offset!"); \ static_assert(offsetof(UAkMediaAsset, MediaName) == 0x000030, "Member 'UAkMediaAsset::MediaName' has a wrong offset!"); \ static_assert(offsetof(UAkMediaAsset, AutoLoad) == 0x000040, "Member 'UAkMediaAsset::AutoLoad' has a wrong offset!"); \ static_assert(offsetof(UAkMediaAsset, UserData) == 0x000048, "Member 'UAkMediaAsset::UserData' has a wrong offset!"); \ static_assert(offsetof(UAkMediaAsset, Language) == 0x000058, "Member 'UAkMediaAsset::Language' has a wrong offset!"); \ static_assert(offsetof(UAkMediaAsset, CurrentMediaAssetData) == 0x000068, "Member 'UAkMediaAsset::CurrentMediaAssetData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkLocalizedMediaAsset \ static_assert(alignof(UAkLocalizedMediaAsset) == 0x000008, "Wrong alignment on UAkLocalizedMediaAsset"); \ static_assert(sizeof(UAkLocalizedMediaAsset) == 0x000078, "Wrong size on UAkLocalizedMediaAsset"); \ #define DUMPER7_ASSERTS_UAkExternalMediaAsset \ static_assert(alignof(UAkExternalMediaAsset) == 0x000008, "Wrong alignment on UAkExternalMediaAsset"); \ static_assert(sizeof(UAkExternalMediaAsset) == 0x0000D8, "Wrong size on UAkExternalMediaAsset"); \ #define DUMPER7_ASSERTS_AkPS4InitializationSettings_MigrateMultiCoreRendering \ static_assert(alignof(AkPS4InitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkPS4InitializationSettings_MigrateMultiCoreRendering"); \ static_assert(sizeof(AkPS4InitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkPS4InitializationSettings_MigrateMultiCoreRendering"); \ static_assert(offsetof(AkPS4InitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkPS4InitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkPS4InitializationSettings \ static_assert(alignof(UAkPS4InitializationSettings) == 0x000008, "Wrong alignment on UAkPS4InitializationSettings"); \ static_assert(sizeof(UAkPS4InitializationSettings) == 0x0000F0, "Wrong size on UAkPS4InitializationSettings"); \ static_assert(offsetof(UAkPS4InitializationSettings, CommonSettings) == 0x000030, "Member 'UAkPS4InitializationSettings::CommonSettings' has a wrong offset!"); \ static_assert(offsetof(UAkPS4InitializationSettings, CommunicationSettings) == 0x000090, "Member 'UAkPS4InitializationSettings::CommunicationSettings' has a wrong offset!"); \ static_assert(offsetof(UAkPS4InitializationSettings, AdvancedSettings) == 0x0000B8, "Member 'UAkPS4InitializationSettings::AdvancedSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkPS4PlatformInfo \ static_assert(alignof(UAkPS4PlatformInfo) == 0x000008, "Wrong alignment on UAkPS4PlatformInfo"); \ static_assert(sizeof(UAkPS4PlatformInfo) == 0x000070, "Wrong size on UAkPS4PlatformInfo"); \ #define DUMPER7_ASSERTS_UAkSettingsPerUser \ static_assert(alignof(UAkSettingsPerUser) == 0x000008, "Wrong alignment on UAkSettingsPerUser"); \ static_assert(sizeof(UAkSettingsPerUser) == 0x000080, "Wrong size on UAkSettingsPerUser"); \ static_assert(offsetof(UAkSettingsPerUser, WwiseWindowsInstallationPath) == 0x000028, "Member 'UAkSettingsPerUser::WwiseWindowsInstallationPath' has a wrong offset!"); \ static_assert(offsetof(UAkSettingsPerUser, WwiseMacInstallationPath) == 0x000038, "Member 'UAkSettingsPerUser::WwiseMacInstallationPath' has a wrong offset!"); \ static_assert(offsetof(UAkSettingsPerUser, EnableAutomaticAssetSynchronization) == 0x000048, "Member 'UAkSettingsPerUser::EnableAutomaticAssetSynchronization' has a wrong offset!"); \ static_assert(offsetof(UAkSettingsPerUser, WaapiIPAddress) == 0x000050, "Member 'UAkSettingsPerUser::WaapiIPAddress' has a wrong offset!"); \ static_assert(offsetof(UAkSettingsPerUser, WaapiPort) == 0x000060, "Member 'UAkSettingsPerUser::WaapiPort' has a wrong offset!"); \ static_assert(offsetof(UAkSettingsPerUser, bAutoConnectToWAAPI) == 0x000064, "Member 'UAkSettingsPerUser::bAutoConnectToWAAPI' has a wrong offset!"); \ static_assert(offsetof(UAkSettingsPerUser, AutoSyncSelection) == 0x000065, "Member 'UAkSettingsPerUser::AutoSyncSelection' has a wrong offset!"); \ static_assert(offsetof(UAkSettingsPerUser, SuppressWwiseProjectPathWarnings) == 0x000066, "Member 'UAkSettingsPerUser::SuppressWwiseProjectPathWarnings' has a wrong offset!"); \ static_assert(offsetof(UAkSettingsPerUser, SoundDataGenerationSkipLanguage) == 0x000067, "Member 'UAkSettingsPerUser::SoundDataGenerationSkipLanguage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkSlider_SetAkSliderItemId \ static_assert(alignof(AkSlider_SetAkSliderItemId) == 0x000004, "Wrong alignment on AkSlider_SetAkSliderItemId"); \ static_assert(sizeof(AkSlider_SetAkSliderItemId) == 0x000010, "Wrong size on AkSlider_SetAkSliderItemId"); \ static_assert(offsetof(AkSlider_SetAkSliderItemId, ItemId) == 0x000000, "Member 'AkSlider_SetAkSliderItemId::ItemId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkSlider_SetAkSliderItemProperty \ static_assert(alignof(AkSlider_SetAkSliderItemProperty) == 0x000008, "Wrong alignment on AkSlider_SetAkSliderItemProperty"); \ static_assert(sizeof(AkSlider_SetAkSliderItemProperty) == 0x000010, "Wrong size on AkSlider_SetAkSliderItemProperty"); \ static_assert(offsetof(AkSlider_SetAkSliderItemProperty, ItemProperty) == 0x000000, "Member 'AkSlider_SetAkSliderItemProperty::ItemProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkSlider_SetIndentHandle \ static_assert(alignof(AkSlider_SetIndentHandle) == 0x000001, "Wrong alignment on AkSlider_SetIndentHandle"); \ static_assert(sizeof(AkSlider_SetIndentHandle) == 0x000001, "Wrong size on AkSlider_SetIndentHandle"); \ static_assert(offsetof(AkSlider_SetIndentHandle, InValue) == 0x000000, "Member 'AkSlider_SetIndentHandle::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkSlider_SetLocked \ static_assert(alignof(AkSlider_SetLocked) == 0x000001, "Wrong alignment on AkSlider_SetLocked"); \ static_assert(sizeof(AkSlider_SetLocked) == 0x000001, "Wrong size on AkSlider_SetLocked"); \ static_assert(offsetof(AkSlider_SetLocked, InValue) == 0x000000, "Member 'AkSlider_SetLocked::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkSlider_SetSliderBarColor \ static_assert(alignof(AkSlider_SetSliderBarColor) == 0x000004, "Wrong alignment on AkSlider_SetSliderBarColor"); \ static_assert(sizeof(AkSlider_SetSliderBarColor) == 0x000010, "Wrong size on AkSlider_SetSliderBarColor"); \ static_assert(offsetof(AkSlider_SetSliderBarColor, InValue) == 0x000000, "Member 'AkSlider_SetSliderBarColor::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkSlider_SetSliderHandleColor \ static_assert(alignof(AkSlider_SetSliderHandleColor) == 0x000004, "Wrong alignment on AkSlider_SetSliderHandleColor"); \ static_assert(sizeof(AkSlider_SetSliderHandleColor) == 0x000010, "Wrong size on AkSlider_SetSliderHandleColor"); \ static_assert(offsetof(AkSlider_SetSliderHandleColor, InValue) == 0x000000, "Member 'AkSlider_SetSliderHandleColor::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkSlider_SetStepSize \ static_assert(alignof(AkSlider_SetStepSize) == 0x000004, "Wrong alignment on AkSlider_SetStepSize"); \ static_assert(sizeof(AkSlider_SetStepSize) == 0x000004, "Wrong size on AkSlider_SetStepSize"); \ static_assert(offsetof(AkSlider_SetStepSize, InValue) == 0x000000, "Member 'AkSlider_SetStepSize::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkSlider_SetValue \ static_assert(alignof(AkSlider_SetValue) == 0x000004, "Wrong alignment on AkSlider_SetValue"); \ static_assert(sizeof(AkSlider_SetValue) == 0x000004, "Wrong size on AkSlider_SetValue"); \ static_assert(offsetof(AkSlider_SetValue, InValue) == 0x000000, "Member 'AkSlider_SetValue::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkSlider_GetAkSliderItemId \ static_assert(alignof(AkSlider_GetAkSliderItemId) == 0x000004, "Wrong alignment on AkSlider_GetAkSliderItemId"); \ static_assert(sizeof(AkSlider_GetAkSliderItemId) == 0x000010, "Wrong size on AkSlider_GetAkSliderItemId"); \ static_assert(offsetof(AkSlider_GetAkSliderItemId, ReturnValue) == 0x000000, "Member 'AkSlider_GetAkSliderItemId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkSlider_GetAkSliderItemProperty \ static_assert(alignof(AkSlider_GetAkSliderItemProperty) == 0x000008, "Wrong alignment on AkSlider_GetAkSliderItemProperty"); \ static_assert(sizeof(AkSlider_GetAkSliderItemProperty) == 0x000010, "Wrong size on AkSlider_GetAkSliderItemProperty"); \ static_assert(offsetof(AkSlider_GetAkSliderItemProperty, ReturnValue) == 0x000000, "Member 'AkSlider_GetAkSliderItemProperty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkSlider_GetValue \ static_assert(alignof(AkSlider_GetValue) == 0x000004, "Wrong alignment on AkSlider_GetValue"); \ static_assert(sizeof(AkSlider_GetValue) == 0x000004, "Wrong size on AkSlider_GetValue"); \ static_assert(offsetof(AkSlider_GetValue, ReturnValue) == 0x000000, "Member 'AkSlider_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkSlider \ static_assert(alignof(UAkSlider) == 0x000008, "Wrong alignment on UAkSlider"); \ static_assert(sizeof(UAkSlider) == 0x000530, "Wrong size on UAkSlider"); \ static_assert(offsetof(UAkSlider, Value) == 0x000108, "Member 'UAkSlider::Value' has a wrong offset!"); \ static_assert(offsetof(UAkSlider, ValueDelegate) == 0x00010C, "Member 'UAkSlider::ValueDelegate' has a wrong offset!"); \ static_assert(offsetof(UAkSlider, WidgetStyle) == 0x000120, "Member 'UAkSlider::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UAkSlider, Orientation) == 0x000460, "Member 'UAkSlider::Orientation' has a wrong offset!"); \ static_assert(offsetof(UAkSlider, SliderBarColor) == 0x000464, "Member 'UAkSlider::SliderBarColor' has a wrong offset!"); \ static_assert(offsetof(UAkSlider, SliderHandleColor) == 0x000474, "Member 'UAkSlider::SliderHandleColor' has a wrong offset!"); \ static_assert(offsetof(UAkSlider, IndentHandle) == 0x000484, "Member 'UAkSlider::IndentHandle' has a wrong offset!"); \ static_assert(offsetof(UAkSlider, Locked) == 0x000485, "Member 'UAkSlider::Locked' has a wrong offset!"); \ static_assert(offsetof(UAkSlider, StepSize) == 0x000488, "Member 'UAkSlider::StepSize' has a wrong offset!"); \ static_assert(offsetof(UAkSlider, IsFocusable) == 0x00048C, "Member 'UAkSlider::IsFocusable' has a wrong offset!"); \ static_assert(offsetof(UAkSlider, ThePropertyToControl) == 0x000490, "Member 'UAkSlider::ThePropertyToControl' has a wrong offset!"); \ static_assert(offsetof(UAkSlider, ItemToControl) == 0x0004A0, "Member 'UAkSlider::ItemToControl' has a wrong offset!"); \ static_assert(offsetof(UAkSlider, OnValueChanged) == 0x0004E0, "Member 'UAkSlider::OnValueChanged' has a wrong offset!"); \ static_assert(offsetof(UAkSlider, OnItemDropped) == 0x0004F0, "Member 'UAkSlider::OnItemDropped' has a wrong offset!"); \ static_assert(offsetof(UAkSlider, OnPropertyDropped) == 0x000500, "Member 'UAkSlider::OnPropertyDropped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAkSpatialAudioVolume \ static_assert(alignof(AAkSpatialAudioVolume) == 0x000008, "Wrong alignment on AAkSpatialAudioVolume"); \ static_assert(sizeof(AAkSpatialAudioVolume) == 0x000298, "Wrong size on AAkSpatialAudioVolume"); \ static_assert(offsetof(AAkSpatialAudioVolume, SurfaceReflectorSet) == 0x000280, "Member 'AAkSpatialAudioVolume::SurfaceReflectorSet' has a wrong offset!"); \ static_assert(offsetof(AAkSpatialAudioVolume, LateReverb) == 0x000288, "Member 'AAkSpatialAudioVolume::LateReverb' has a wrong offset!"); \ static_assert(offsetof(AAkSpatialAudioVolume, Room) == 0x000290, "Member 'AAkSpatialAudioVolume::Room' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAkSpotReflector \ static_assert(alignof(AAkSpotReflector) == 0x000008, "Wrong alignment on AAkSpotReflector"); \ static_assert(sizeof(AAkSpotReflector) == 0x000270, "Wrong size on AAkSpotReflector"); \ static_assert(offsetof(AAkSpotReflector, EarlyReflectionAuxBus) == 0x000248, "Member 'AAkSpotReflector::EarlyReflectionAuxBus' has a wrong offset!"); \ static_assert(offsetof(AAkSpotReflector, EarlyReflectionAuxBusName) == 0x000250, "Member 'AAkSpotReflector::EarlyReflectionAuxBusName' has a wrong offset!"); \ static_assert(offsetof(AAkSpotReflector, AcousticTexture) == 0x000260, "Member 'AAkSpotReflector::AcousticTexture' has a wrong offset!"); \ static_assert(offsetof(AAkSpotReflector, DistanceScalingFactor) == 0x000268, "Member 'AAkSpotReflector::DistanceScalingFactor' has a wrong offset!"); \ static_assert(offsetof(AAkSpotReflector, Level) == 0x00026C, "Member 'AAkSpotReflector::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkStateValue \ static_assert(alignof(UAkStateValue) == 0x000008, "Wrong alignment on UAkStateValue"); \ static_assert(sizeof(UAkStateValue) == 0x000068, "Wrong size on UAkStateValue"); \ #define DUMPER7_ASSERTS_UAkSubmixInputComponent \ static_assert(alignof(UAkSubmixInputComponent) == 0x000010, "Wrong alignment on UAkSubmixInputComponent"); \ static_assert(sizeof(UAkSubmixInputComponent) == 0x0006A0, "Wrong size on UAkSubmixInputComponent"); \ static_assert(offsetof(UAkSubmixInputComponent, SubmixToRecord) == 0x000650, "Member 'UAkSubmixInputComponent::SubmixToRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkSurfaceReflectorSetComponent \ static_assert(alignof(UAkSurfaceReflectorSetComponent) == 0x000010, "Wrong alignment on UAkSurfaceReflectorSetComponent"); \ static_assert(sizeof(UAkSurfaceReflectorSetComponent) == 0x000260, "Wrong size on UAkSurfaceReflectorSetComponent"); \ static_assert(offsetof(UAkSurfaceReflectorSetComponent, bEnableSurfaceReflectors) == 0x000230, "Member 'UAkSurfaceReflectorSetComponent::bEnableSurfaceReflectors' has a wrong offset!"); \ static_assert(offsetof(UAkSurfaceReflectorSetComponent, AcousticPolys) == 0x000238, "Member 'UAkSurfaceReflectorSetComponent::AcousticPolys' has a wrong offset!"); \ static_assert(offsetof(UAkSurfaceReflectorSetComponent, bEnableDiffraction) == 0x000248, "Member 'UAkSurfaceReflectorSetComponent::bEnableDiffraction' has a wrong offset!"); \ static_assert(offsetof(UAkSurfaceReflectorSetComponent, bEnableDiffractionOnBoundaryEdges) == 0x000249, "Member 'UAkSurfaceReflectorSetComponent::bEnableDiffractionOnBoundaryEdges' has a wrong offset!"); \ static_assert(offsetof(UAkSurfaceReflectorSetComponent, AssociatedRoom) == 0x000250, "Member 'UAkSurfaceReflectorSetComponent::AssociatedRoom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkSwitchInitializationSettings_MigrateMultiCoreRendering \ static_assert(alignof(AkSwitchInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkSwitchInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(sizeof(AkSwitchInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkSwitchInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(offsetof(AkSwitchInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkSwitchInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkSwitchInitializationSettings \ static_assert(alignof(UAkSwitchInitializationSettings) == 0x000008, "Wrong alignment on UAkSwitchInitializationSettings"); \ static_assert(sizeof(UAkSwitchInitializationSettings) == 0x0000F0, "Wrong size on UAkSwitchInitializationSettings"); \ static_assert(offsetof(UAkSwitchInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkSwitchInitializationSettings::CommonSettings' has a wrong offset!"); \ static_assert(offsetof(UAkSwitchInitializationSettings, CommunicationSettings) == 0x000098, "Member 'UAkSwitchInitializationSettings::CommunicationSettings' has a wrong offset!"); \ static_assert(offsetof(UAkSwitchInitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkSwitchInitializationSettings::AdvancedSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkSwitchPlatformInfo \ static_assert(alignof(UAkSwitchPlatformInfo) == 0x000008, "Wrong alignment on UAkSwitchPlatformInfo"); \ static_assert(sizeof(UAkSwitchPlatformInfo) == 0x000070, "Wrong size on UAkSwitchPlatformInfo"); \ #define DUMPER7_ASSERTS_UAkSwitchValue \ static_assert(alignof(UAkSwitchValue) == 0x000008, "Wrong alignment on UAkSwitchValue"); \ static_assert(sizeof(UAkSwitchValue) == 0x000068, "Wrong size on UAkSwitchValue"); \ #define DUMPER7_ASSERTS_UAkTrigger \ static_assert(alignof(UAkTrigger) == 0x000008, "Wrong alignment on UAkTrigger"); \ static_assert(sizeof(UAkTrigger) == 0x000040, "Wrong size on UAkTrigger"); \ #define DUMPER7_ASSERTS_UAkTVOSInitializationSettings \ static_assert(alignof(UAkTVOSInitializationSettings) == 0x000008, "Wrong alignment on UAkTVOSInitializationSettings"); \ static_assert(sizeof(UAkTVOSInitializationSettings) == 0x000100, "Wrong size on UAkTVOSInitializationSettings"); \ static_assert(offsetof(UAkTVOSInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkTVOSInitializationSettings::CommonSettings' has a wrong offset!"); \ static_assert(offsetof(UAkTVOSInitializationSettings, AudioSession) == 0x000098, "Member 'UAkTVOSInitializationSettings::AudioSession' has a wrong offset!"); \ static_assert(offsetof(UAkTVOSInitializationSettings, CommunicationSettings) == 0x0000A8, "Member 'UAkTVOSInitializationSettings::CommunicationSettings' has a wrong offset!"); \ static_assert(offsetof(UAkTVOSInitializationSettings, AdvancedSettings) == 0x0000D0, "Member 'UAkTVOSInitializationSettings::AdvancedSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkTVOSPlatformInfo \ static_assert(alignof(UAkTVOSPlatformInfo) == 0x000008, "Wrong alignment on UAkTVOSPlatformInfo"); \ static_assert(sizeof(UAkTVOSPlatformInfo) == 0x000070, "Wrong size on UAkTVOSPlatformInfo"); \ #define DUMPER7_ASSERTS_AkWaapiCalls_CallWaapi \ static_assert(alignof(AkWaapiCalls_CallWaapi) == 0x000008, "Wrong alignment on AkWaapiCalls_CallWaapi"); \ static_assert(sizeof(AkWaapiCalls_CallWaapi) == 0x000040, "Wrong size on AkWaapiCalls_CallWaapi"); \ static_assert(offsetof(AkWaapiCalls_CallWaapi, WaapiUri) == 0x000000, "Member 'AkWaapiCalls_CallWaapi::WaapiUri' has a wrong offset!"); \ static_assert(offsetof(AkWaapiCalls_CallWaapi, WaapiArgs) == 0x000010, "Member 'AkWaapiCalls_CallWaapi::WaapiArgs' has a wrong offset!"); \ static_assert(offsetof(AkWaapiCalls_CallWaapi, WaapiOptions) == 0x000020, "Member 'AkWaapiCalls_CallWaapi::WaapiOptions' has a wrong offset!"); \ static_assert(offsetof(AkWaapiCalls_CallWaapi, ReturnValue) == 0x000030, "Member 'AkWaapiCalls_CallWaapi::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString \ static_assert(alignof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString) == 0x000008, "Wrong alignment on AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString"); \ static_assert(sizeof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString) == 0x000018, "Wrong size on AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString"); \ static_assert(offsetof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString, INAkWaapiSubscriptionId) == 0x000000, "Member 'AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString::INAkWaapiSubscriptionId' has a wrong offset!"); \ static_assert(offsetof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString, ReturnValue) == 0x000008, "Member 'AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText \ static_assert(alignof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText) == 0x000008, "Wrong alignment on AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText"); \ static_assert(sizeof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText) == 0x000020, "Wrong size on AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText"); \ static_assert(offsetof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText, INAkWaapiSubscriptionId) == 0x000000, "Member 'AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText::INAkWaapiSubscriptionId' has a wrong offset!"); \ static_assert(offsetof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText, ReturnValue) == 0x000008, "Member 'AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiCalls_GetSubscriptionID \ static_assert(alignof(AkWaapiCalls_GetSubscriptionID) == 0x000008, "Wrong alignment on AkWaapiCalls_GetSubscriptionID"); \ static_assert(sizeof(AkWaapiCalls_GetSubscriptionID) == 0x000010, "Wrong size on AkWaapiCalls_GetSubscriptionID"); \ static_assert(offsetof(AkWaapiCalls_GetSubscriptionID, Subscription) == 0x000000, "Member 'AkWaapiCalls_GetSubscriptionID::Subscription' has a wrong offset!"); \ static_assert(offsetof(AkWaapiCalls_GetSubscriptionID, ReturnValue) == 0x000008, "Member 'AkWaapiCalls_GetSubscriptionID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiCalls_RegisterWaapiConnectionLostCallback \ static_assert(alignof(AkWaapiCalls_RegisterWaapiConnectionLostCallback) == 0x000004, "Wrong alignment on AkWaapiCalls_RegisterWaapiConnectionLostCallback"); \ static_assert(sizeof(AkWaapiCalls_RegisterWaapiConnectionLostCallback) == 0x000014, "Wrong size on AkWaapiCalls_RegisterWaapiConnectionLostCallback"); \ static_assert(offsetof(AkWaapiCalls_RegisterWaapiConnectionLostCallback, Callback) == 0x000000, "Member 'AkWaapiCalls_RegisterWaapiConnectionLostCallback::Callback' has a wrong offset!"); \ static_assert(offsetof(AkWaapiCalls_RegisterWaapiConnectionLostCallback, ReturnValue) == 0x000010, "Member 'AkWaapiCalls_RegisterWaapiConnectionLostCallback::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiCalls_RegisterWaapiProjectLoadedCallback \ static_assert(alignof(AkWaapiCalls_RegisterWaapiProjectLoadedCallback) == 0x000004, "Wrong alignment on AkWaapiCalls_RegisterWaapiProjectLoadedCallback"); \ static_assert(sizeof(AkWaapiCalls_RegisterWaapiProjectLoadedCallback) == 0x000014, "Wrong size on AkWaapiCalls_RegisterWaapiProjectLoadedCallback"); \ static_assert(offsetof(AkWaapiCalls_RegisterWaapiProjectLoadedCallback, Callback) == 0x000000, "Member 'AkWaapiCalls_RegisterWaapiProjectLoadedCallback::Callback' has a wrong offset!"); \ static_assert(offsetof(AkWaapiCalls_RegisterWaapiProjectLoadedCallback, ReturnValue) == 0x000010, "Member 'AkWaapiCalls_RegisterWaapiProjectLoadedCallback::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiCalls_SetSubscriptionID \ static_assert(alignof(AkWaapiCalls_SetSubscriptionID) == 0x000008, "Wrong alignment on AkWaapiCalls_SetSubscriptionID"); \ static_assert(sizeof(AkWaapiCalls_SetSubscriptionID) == 0x000010, "Wrong size on AkWaapiCalls_SetSubscriptionID"); \ static_assert(offsetof(AkWaapiCalls_SetSubscriptionID, Subscription) == 0x000000, "Member 'AkWaapiCalls_SetSubscriptionID::Subscription' has a wrong offset!"); \ static_assert(offsetof(AkWaapiCalls_SetSubscriptionID, ID) == 0x000008, "Member 'AkWaapiCalls_SetSubscriptionID::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiCalls_SubscribeToWaapi \ static_assert(alignof(AkWaapiCalls_SubscribeToWaapi) == 0x000008, "Wrong alignment on AkWaapiCalls_SubscribeToWaapi"); \ static_assert(sizeof(AkWaapiCalls_SubscribeToWaapi) == 0x000050, "Wrong size on AkWaapiCalls_SubscribeToWaapi"); \ static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, WaapiUri) == 0x000000, "Member 'AkWaapiCalls_SubscribeToWaapi::WaapiUri' has a wrong offset!"); \ static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, WaapiOptions) == 0x000010, "Member 'AkWaapiCalls_SubscribeToWaapi::WaapiOptions' has a wrong offset!"); \ static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, Callback) == 0x000020, "Member 'AkWaapiCalls_SubscribeToWaapi::Callback' has a wrong offset!"); \ static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, SubscriptionId) == 0x000030, "Member 'AkWaapiCalls_SubscribeToWaapi::SubscriptionId' has a wrong offset!"); \ static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, SubscriptionDone) == 0x000038, "Member 'AkWaapiCalls_SubscribeToWaapi::SubscriptionDone' has a wrong offset!"); \ static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, ReturnValue) == 0x000040, "Member 'AkWaapiCalls_SubscribeToWaapi::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiCalls_Unsubscribe \ static_assert(alignof(AkWaapiCalls_Unsubscribe) == 0x000008, "Wrong alignment on AkWaapiCalls_Unsubscribe"); \ static_assert(sizeof(AkWaapiCalls_Unsubscribe) == 0x000020, "Wrong size on AkWaapiCalls_Unsubscribe"); \ static_assert(offsetof(AkWaapiCalls_Unsubscribe, SubscriptionId) == 0x000000, "Member 'AkWaapiCalls_Unsubscribe::SubscriptionId' has a wrong offset!"); \ static_assert(offsetof(AkWaapiCalls_Unsubscribe, UnsubscriptionDone) == 0x000008, "Member 'AkWaapiCalls_Unsubscribe::UnsubscriptionDone' has a wrong offset!"); \ static_assert(offsetof(AkWaapiCalls_Unsubscribe, ReturnValue) == 0x000010, "Member 'AkWaapiCalls_Unsubscribe::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkWaapiCalls \ static_assert(alignof(UAkWaapiCalls) == 0x000008, "Wrong alignment on UAkWaapiCalls"); \ static_assert(sizeof(UAkWaapiCalls) == 0x000028, "Wrong size on UAkWaapiCalls"); \ #define DUMPER7_ASSERTS_SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString \ static_assert(alignof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString) == 0x000008, "Wrong alignment on SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString"); \ static_assert(sizeof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString) == 0x000020, "Wrong size on SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString"); \ static_assert(offsetof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString, INAkWaapiFieldNames) == 0x000000, "Member 'SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString::INAkWaapiFieldNames' has a wrong offset!"); \ static_assert(offsetof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString, ReturnValue) == 0x000010, "Member 'SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText \ static_assert(alignof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText) == 0x000008, "Wrong alignment on SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText"); \ static_assert(sizeof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText) == 0x000028, "Wrong size on SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText"); \ static_assert(offsetof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText, INAkWaapiFieldNames) == 0x000000, "Member 'SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText::INAkWaapiFieldNames' has a wrong offset!"); \ static_assert(offsetof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText, ReturnValue) == 0x000010, "Member 'SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USAkWaapiFieldNamesConv \ static_assert(alignof(USAkWaapiFieldNamesConv) == 0x000008, "Wrong alignment on USAkWaapiFieldNamesConv"); \ static_assert(sizeof(USAkWaapiFieldNamesConv) == 0x000028, "Wrong size on USAkWaapiFieldNamesConv"); \ #define DUMPER7_ASSERTS_AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString \ static_assert(alignof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString) == 0x000008, "Wrong alignment on AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString"); \ static_assert(sizeof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString) == 0x000020, "Wrong size on AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString"); \ static_assert(offsetof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString, INAKWaapiJsonObject) == 0x000000, "Member 'AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString::INAKWaapiJsonObject' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString, ReturnValue) == 0x000010, "Member 'AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText \ static_assert(alignof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText) == 0x000008, "Wrong alignment on AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText"); \ static_assert(sizeof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText) == 0x000028, "Wrong size on AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText"); \ static_assert(offsetof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText, INAKWaapiJsonObject) == 0x000000, "Member 'AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText::INAKWaapiJsonObject' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText, ReturnValue) == 0x000010, "Member 'AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiJsonManager_GetArrayField \ static_assert(alignof(AkWaapiJsonManager_GetArrayField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetArrayField"); \ static_assert(sizeof(AkWaapiJsonManager_GetArrayField) == 0x000030, "Wrong size on AkWaapiJsonManager_GetArrayField"); \ static_assert(offsetof(AkWaapiJsonManager_GetArrayField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetArrayField::FieldName' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_GetArrayField, Target) == 0x000010, "Member 'AkWaapiJsonManager_GetArrayField::Target' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_GetArrayField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetArrayField::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiJsonManager_GetBoolField \ static_assert(alignof(AkWaapiJsonManager_GetBoolField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetBoolField"); \ static_assert(sizeof(AkWaapiJsonManager_GetBoolField) == 0x000028, "Wrong size on AkWaapiJsonManager_GetBoolField"); \ static_assert(offsetof(AkWaapiJsonManager_GetBoolField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetBoolField::FieldName' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_GetBoolField, Target) == 0x000010, "Member 'AkWaapiJsonManager_GetBoolField::Target' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_GetBoolField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetBoolField::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiJsonManager_GetIntegerField \ static_assert(alignof(AkWaapiJsonManager_GetIntegerField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetIntegerField"); \ static_assert(sizeof(AkWaapiJsonManager_GetIntegerField) == 0x000028, "Wrong size on AkWaapiJsonManager_GetIntegerField"); \ static_assert(offsetof(AkWaapiJsonManager_GetIntegerField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetIntegerField::FieldName' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_GetIntegerField, Target) == 0x000010, "Member 'AkWaapiJsonManager_GetIntegerField::Target' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_GetIntegerField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetIntegerField::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiJsonManager_GetNumberField \ static_assert(alignof(AkWaapiJsonManager_GetNumberField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetNumberField"); \ static_assert(sizeof(AkWaapiJsonManager_GetNumberField) == 0x000028, "Wrong size on AkWaapiJsonManager_GetNumberField"); \ static_assert(offsetof(AkWaapiJsonManager_GetNumberField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetNumberField::FieldName' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_GetNumberField, Target) == 0x000010, "Member 'AkWaapiJsonManager_GetNumberField::Target' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_GetNumberField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetNumberField::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiJsonManager_GetObjectField \ static_assert(alignof(AkWaapiJsonManager_GetObjectField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetObjectField"); \ static_assert(sizeof(AkWaapiJsonManager_GetObjectField) == 0x000030, "Wrong size on AkWaapiJsonManager_GetObjectField"); \ static_assert(offsetof(AkWaapiJsonManager_GetObjectField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetObjectField::FieldName' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_GetObjectField, Target) == 0x000010, "Member 'AkWaapiJsonManager_GetObjectField::Target' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_GetObjectField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetObjectField::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiJsonManager_GetStringField \ static_assert(alignof(AkWaapiJsonManager_GetStringField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetStringField"); \ static_assert(sizeof(AkWaapiJsonManager_GetStringField) == 0x000030, "Wrong size on AkWaapiJsonManager_GetStringField"); \ static_assert(offsetof(AkWaapiJsonManager_GetStringField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetStringField::FieldName' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_GetStringField, Target) == 0x000010, "Member 'AkWaapiJsonManager_GetStringField::Target' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_GetStringField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetStringField::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiJsonManager_SetArrayObjectFields \ static_assert(alignof(AkWaapiJsonManager_SetArrayObjectFields) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetArrayObjectFields"); \ static_assert(sizeof(AkWaapiJsonManager_SetArrayObjectFields) == 0x000040, "Wrong size on AkWaapiJsonManager_SetArrayObjectFields"); \ static_assert(offsetof(AkWaapiJsonManager_SetArrayObjectFields, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetArrayObjectFields::FieldName' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetArrayObjectFields, FieldObjectValues) == 0x000010, "Member 'AkWaapiJsonManager_SetArrayObjectFields::FieldObjectValues' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetArrayObjectFields, Target) == 0x000020, "Member 'AkWaapiJsonManager_SetArrayObjectFields::Target' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetArrayObjectFields, ReturnValue) == 0x000030, "Member 'AkWaapiJsonManager_SetArrayObjectFields::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiJsonManager_SetArrayStringFields \ static_assert(alignof(AkWaapiJsonManager_SetArrayStringFields) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetArrayStringFields"); \ static_assert(sizeof(AkWaapiJsonManager_SetArrayStringFields) == 0x000040, "Wrong size on AkWaapiJsonManager_SetArrayStringFields"); \ static_assert(offsetof(AkWaapiJsonManager_SetArrayStringFields, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetArrayStringFields::FieldName' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetArrayStringFields, FieldStringValues) == 0x000010, "Member 'AkWaapiJsonManager_SetArrayStringFields::FieldStringValues' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetArrayStringFields, Target) == 0x000020, "Member 'AkWaapiJsonManager_SetArrayStringFields::Target' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetArrayStringFields, ReturnValue) == 0x000030, "Member 'AkWaapiJsonManager_SetArrayStringFields::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiJsonManager_SetBoolField \ static_assert(alignof(AkWaapiJsonManager_SetBoolField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetBoolField"); \ static_assert(sizeof(AkWaapiJsonManager_SetBoolField) == 0x000038, "Wrong size on AkWaapiJsonManager_SetBoolField"); \ static_assert(offsetof(AkWaapiJsonManager_SetBoolField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetBoolField::FieldName' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetBoolField, FieldValue) == 0x000010, "Member 'AkWaapiJsonManager_SetBoolField::FieldValue' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetBoolField, Target) == 0x000018, "Member 'AkWaapiJsonManager_SetBoolField::Target' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetBoolField, ReturnValue) == 0x000028, "Member 'AkWaapiJsonManager_SetBoolField::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiJsonManager_SetNumberField \ static_assert(alignof(AkWaapiJsonManager_SetNumberField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetNumberField"); \ static_assert(sizeof(AkWaapiJsonManager_SetNumberField) == 0x000038, "Wrong size on AkWaapiJsonManager_SetNumberField"); \ static_assert(offsetof(AkWaapiJsonManager_SetNumberField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetNumberField::FieldName' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetNumberField, FieldValue) == 0x000010, "Member 'AkWaapiJsonManager_SetNumberField::FieldValue' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetNumberField, Target) == 0x000018, "Member 'AkWaapiJsonManager_SetNumberField::Target' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetNumberField, ReturnValue) == 0x000028, "Member 'AkWaapiJsonManager_SetNumberField::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiJsonManager_SetObjectField \ static_assert(alignof(AkWaapiJsonManager_SetObjectField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetObjectField"); \ static_assert(sizeof(AkWaapiJsonManager_SetObjectField) == 0x000040, "Wrong size on AkWaapiJsonManager_SetObjectField"); \ static_assert(offsetof(AkWaapiJsonManager_SetObjectField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetObjectField::FieldName' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetObjectField, FieldValue) == 0x000010, "Member 'AkWaapiJsonManager_SetObjectField::FieldValue' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetObjectField, Target) == 0x000020, "Member 'AkWaapiJsonManager_SetObjectField::Target' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetObjectField, ReturnValue) == 0x000030, "Member 'AkWaapiJsonManager_SetObjectField::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiJsonManager_SetStringField \ static_assert(alignof(AkWaapiJsonManager_SetStringField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetStringField"); \ static_assert(sizeof(AkWaapiJsonManager_SetStringField) == 0x000040, "Wrong size on AkWaapiJsonManager_SetStringField"); \ static_assert(offsetof(AkWaapiJsonManager_SetStringField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetStringField::FieldName' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetStringField, FieldValue) == 0x000010, "Member 'AkWaapiJsonManager_SetStringField::FieldValue' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetStringField, Target) == 0x000020, "Member 'AkWaapiJsonManager_SetStringField::Target' has a wrong offset!"); \ static_assert(offsetof(AkWaapiJsonManager_SetStringField, ReturnValue) == 0x000030, "Member 'AkWaapiJsonManager_SetStringField::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkWaapiJsonManager \ static_assert(alignof(UAkWaapiJsonManager) == 0x000008, "Wrong alignment on UAkWaapiJsonManager"); \ static_assert(sizeof(UAkWaapiJsonManager) == 0x000028, "Wrong size on UAkWaapiJsonManager"); \ #define DUMPER7_ASSERTS_AkWaapiUriConv_Conv_FAkWaapiUriToString \ static_assert(alignof(AkWaapiUriConv_Conv_FAkWaapiUriToString) == 0x000008, "Wrong alignment on AkWaapiUriConv_Conv_FAkWaapiUriToString"); \ static_assert(sizeof(AkWaapiUriConv_Conv_FAkWaapiUriToString) == 0x000020, "Wrong size on AkWaapiUriConv_Conv_FAkWaapiUriToString"); \ static_assert(offsetof(AkWaapiUriConv_Conv_FAkWaapiUriToString, INAkWaapiUri) == 0x000000, "Member 'AkWaapiUriConv_Conv_FAkWaapiUriToString::INAkWaapiUri' has a wrong offset!"); \ static_assert(offsetof(AkWaapiUriConv_Conv_FAkWaapiUriToString, ReturnValue) == 0x000010, "Member 'AkWaapiUriConv_Conv_FAkWaapiUriToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWaapiUriConv_Conv_FAkWaapiUriToText \ static_assert(alignof(AkWaapiUriConv_Conv_FAkWaapiUriToText) == 0x000008, "Wrong alignment on AkWaapiUriConv_Conv_FAkWaapiUriToText"); \ static_assert(sizeof(AkWaapiUriConv_Conv_FAkWaapiUriToText) == 0x000028, "Wrong size on AkWaapiUriConv_Conv_FAkWaapiUriToText"); \ static_assert(offsetof(AkWaapiUriConv_Conv_FAkWaapiUriToText, INAkWaapiUri) == 0x000000, "Member 'AkWaapiUriConv_Conv_FAkWaapiUriToText::INAkWaapiUri' has a wrong offset!"); \ static_assert(offsetof(AkWaapiUriConv_Conv_FAkWaapiUriToText, ReturnValue) == 0x000010, "Member 'AkWaapiUriConv_Conv_FAkWaapiUriToText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkWaapiUriConv \ static_assert(alignof(UAkWaapiUriConv) == 0x000008, "Wrong alignment on UAkWaapiUriConv"); \ static_assert(sizeof(UAkWaapiUriConv) == 0x000028, "Wrong size on UAkWaapiUriConv"); \ #define DUMPER7_ASSERTS_AkWindowsInitializationSettings_MigrateMultiCoreRendering \ static_assert(alignof(AkWindowsInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkWindowsInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(sizeof(AkWindowsInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkWindowsInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(offsetof(AkWindowsInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkWindowsInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkWindowsInitializationSettings \ static_assert(alignof(UAkWindowsInitializationSettings) == 0x000008, "Wrong alignment on UAkWindowsInitializationSettings"); \ static_assert(sizeof(UAkWindowsInitializationSettings) == 0x0000F8, "Wrong size on UAkWindowsInitializationSettings"); \ static_assert(offsetof(UAkWindowsInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkWindowsInitializationSettings::CommonSettings' has a wrong offset!"); \ static_assert(offsetof(UAkWindowsInitializationSettings, CommunicationSettings) == 0x000098, "Member 'UAkWindowsInitializationSettings::CommunicationSettings' has a wrong offset!"); \ static_assert(offsetof(UAkWindowsInitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkWindowsInitializationSettings::AdvancedSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkWin32PlatformInfo \ static_assert(alignof(UAkWin32PlatformInfo) == 0x000008, "Wrong alignment on UAkWin32PlatformInfo"); \ static_assert(sizeof(UAkWin32PlatformInfo) == 0x000070, "Wrong size on UAkWin32PlatformInfo"); \ #define DUMPER7_ASSERTS_UAkWin64PlatformInfo \ static_assert(alignof(UAkWin64PlatformInfo) == 0x000008, "Wrong alignment on UAkWin64PlatformInfo"); \ static_assert(sizeof(UAkWin64PlatformInfo) == 0x000070, "Wrong size on UAkWin64PlatformInfo"); \ #define DUMPER7_ASSERTS_UAkWindowsPlatformInfo \ static_assert(alignof(UAkWindowsPlatformInfo) == 0x000008, "Wrong alignment on UAkWindowsPlatformInfo"); \ static_assert(sizeof(UAkWindowsPlatformInfo) == 0x000070, "Wrong size on UAkWindowsPlatformInfo"); \ #define DUMPER7_ASSERTS_AkWinGDKInitializationSettings_MigrateMultiCoreRendering \ static_assert(alignof(AkWinGDKInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkWinGDKInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(sizeof(AkWinGDKInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkWinGDKInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(offsetof(AkWinGDKInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkWinGDKInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkWinGDKInitializationSettings \ static_assert(alignof(UAkWinGDKInitializationSettings) == 0x000008, "Wrong alignment on UAkWinGDKInitializationSettings"); \ static_assert(sizeof(UAkWinGDKInitializationSettings) == 0x0000F8, "Wrong size on UAkWinGDKInitializationSettings"); \ static_assert(offsetof(UAkWinGDKInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkWinGDKInitializationSettings::CommonSettings' has a wrong offset!"); \ static_assert(offsetof(UAkWinGDKInitializationSettings, CommunicationSettings) == 0x000098, "Member 'UAkWinGDKInitializationSettings::CommunicationSettings' has a wrong offset!"); \ static_assert(offsetof(UAkWinGDKInitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkWinGDKInitializationSettings::AdvancedSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkWinAnvilInitializationSettings \ static_assert(alignof(UAkWinAnvilInitializationSettings) == 0x000008, "Wrong alignment on UAkWinAnvilInitializationSettings"); \ static_assert(sizeof(UAkWinAnvilInitializationSettings) == 0x0000F8, "Wrong size on UAkWinAnvilInitializationSettings"); \ #define DUMPER7_ASSERTS_UAkWinGDKPlatformInfo \ static_assert(alignof(UAkWinGDKPlatformInfo) == 0x000008, "Wrong alignment on UAkWinGDKPlatformInfo"); \ static_assert(sizeof(UAkWinGDKPlatformInfo) == 0x000070, "Wrong size on UAkWinGDKPlatformInfo"); \ #define DUMPER7_ASSERTS_UAkWinAnvilPlatformInfo \ static_assert(alignof(UAkWinAnvilPlatformInfo) == 0x000008, "Wrong alignment on UAkWinAnvilPlatformInfo"); \ static_assert(sizeof(UAkWinAnvilPlatformInfo) == 0x000070, "Wrong size on UAkWinAnvilPlatformInfo"); \ #define DUMPER7_ASSERTS_AkWwiseTree_SetSearchText \ static_assert(alignof(AkWwiseTree_SetSearchText) == 0x000008, "Wrong alignment on AkWwiseTree_SetSearchText"); \ static_assert(sizeof(AkWwiseTree_SetSearchText) == 0x000010, "Wrong size on AkWwiseTree_SetSearchText"); \ static_assert(offsetof(AkWwiseTree_SetSearchText, newText) == 0x000000, "Member 'AkWwiseTree_SetSearchText::newText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWwiseTree_GetSearchText \ static_assert(alignof(AkWwiseTree_GetSearchText) == 0x000008, "Wrong alignment on AkWwiseTree_GetSearchText"); \ static_assert(sizeof(AkWwiseTree_GetSearchText) == 0x000010, "Wrong size on AkWwiseTree_GetSearchText"); \ static_assert(offsetof(AkWwiseTree_GetSearchText, ReturnValue) == 0x000000, "Member 'AkWwiseTree_GetSearchText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkWwiseTree_GetSelectedItem \ static_assert(alignof(AkWwiseTree_GetSelectedItem) == 0x000008, "Wrong alignment on AkWwiseTree_GetSelectedItem"); \ static_assert(sizeof(AkWwiseTree_GetSelectedItem) == 0x000030, "Wrong size on AkWwiseTree_GetSelectedItem"); \ static_assert(offsetof(AkWwiseTree_GetSelectedItem, ReturnValue) == 0x000000, "Member 'AkWwiseTree_GetSelectedItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkWwiseTree \ static_assert(alignof(UAkWwiseTree) == 0x000008, "Wrong alignment on UAkWwiseTree"); \ static_assert(sizeof(UAkWwiseTree) == 0x000148, "Wrong size on UAkWwiseTree"); \ static_assert(offsetof(UAkWwiseTree, OnSelectionChanged) == 0x000108, "Member 'UAkWwiseTree::OnSelectionChanged' has a wrong offset!"); \ static_assert(offsetof(UAkWwiseTree, OnItemDragged) == 0x000118, "Member 'UAkWwiseTree::OnItemDragged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkWwiseTreeSelector \ static_assert(alignof(UAkWwiseTreeSelector) == 0x000008, "Wrong alignment on UAkWwiseTreeSelector"); \ static_assert(sizeof(UAkWwiseTreeSelector) == 0x000168, "Wrong size on UAkWwiseTreeSelector"); \ static_assert(offsetof(UAkWwiseTreeSelector, OnSelectionChanged) == 0x000108, "Member 'UAkWwiseTreeSelector::OnSelectionChanged' has a wrong offset!"); \ static_assert(offsetof(UAkWwiseTreeSelector, OnItemDragged) == 0x000118, "Member 'UAkWwiseTreeSelector::OnItemDragged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AkXboxOneGDKInitializationSettings_MigrateMultiCoreRendering \ static_assert(alignof(AkXboxOneGDKInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkXboxOneGDKInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(sizeof(AkXboxOneGDKInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkXboxOneGDKInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(offsetof(AkXboxOneGDKInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkXboxOneGDKInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkXboxOneGDKInitializationSettings \ static_assert(alignof(UAkXboxOneGDKInitializationSettings) == 0x000008, "Wrong alignment on UAkXboxOneGDKInitializationSettings"); \ static_assert(sizeof(UAkXboxOneGDKInitializationSettings) == 0x0000F8, "Wrong size on UAkXboxOneGDKInitializationSettings"); \ static_assert(offsetof(UAkXboxOneGDKInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkXboxOneGDKInitializationSettings::CommonSettings' has a wrong offset!"); \ static_assert(offsetof(UAkXboxOneGDKInitializationSettings, ApuHeapSettings) == 0x000090, "Member 'UAkXboxOneGDKInitializationSettings::ApuHeapSettings' has a wrong offset!"); \ static_assert(offsetof(UAkXboxOneGDKInitializationSettings, CommunicationSettings) == 0x000098, "Member 'UAkXboxOneGDKInitializationSettings::CommunicationSettings' has a wrong offset!"); \ static_assert(offsetof(UAkXboxOneGDKInitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkXboxOneGDKInitializationSettings::AdvancedSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkXboxOneAnvilInitializationSettings \ static_assert(alignof(UAkXboxOneAnvilInitializationSettings) == 0x000008, "Wrong alignment on UAkXboxOneAnvilInitializationSettings"); \ static_assert(sizeof(UAkXboxOneAnvilInitializationSettings) == 0x0000F8, "Wrong size on UAkXboxOneAnvilInitializationSettings"); \ #define DUMPER7_ASSERTS_UAkXB1InitializationSettings \ static_assert(alignof(UAkXB1InitializationSettings) == 0x000008, "Wrong alignment on UAkXB1InitializationSettings"); \ static_assert(sizeof(UAkXB1InitializationSettings) == 0x0000F8, "Wrong size on UAkXB1InitializationSettings"); \ #define DUMPER7_ASSERTS_UAkXboxOneGDKPlatformInfo \ static_assert(alignof(UAkXboxOneGDKPlatformInfo) == 0x000008, "Wrong alignment on UAkXboxOneGDKPlatformInfo"); \ static_assert(sizeof(UAkXboxOneGDKPlatformInfo) == 0x000070, "Wrong size on UAkXboxOneGDKPlatformInfo"); \ #define DUMPER7_ASSERTS_UAkXboxOneAnvilPlatformInfo \ static_assert(alignof(UAkXboxOneAnvilPlatformInfo) == 0x000008, "Wrong alignment on UAkXboxOneAnvilPlatformInfo"); \ static_assert(sizeof(UAkXboxOneAnvilPlatformInfo) == 0x000070, "Wrong size on UAkXboxOneAnvilPlatformInfo"); \ #define DUMPER7_ASSERTS_UAkXB1PlatformInfo \ static_assert(alignof(UAkXB1PlatformInfo) == 0x000008, "Wrong alignment on UAkXB1PlatformInfo"); \ static_assert(sizeof(UAkXB1PlatformInfo) == 0x000070, "Wrong size on UAkXB1PlatformInfo"); \ #define DUMPER7_ASSERTS_AkXboxOneInitializationSettings_MigrateMultiCoreRendering \ static_assert(alignof(AkXboxOneInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkXboxOneInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(sizeof(AkXboxOneInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkXboxOneInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(offsetof(AkXboxOneInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkXboxOneInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkXboxOneInitializationSettings \ static_assert(alignof(UAkXboxOneInitializationSettings) == 0x000008, "Wrong alignment on UAkXboxOneInitializationSettings"); \ static_assert(sizeof(UAkXboxOneInitializationSettings) == 0x0000F8, "Wrong size on UAkXboxOneInitializationSettings"); \ static_assert(offsetof(UAkXboxOneInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkXboxOneInitializationSettings::CommonSettings' has a wrong offset!"); \ static_assert(offsetof(UAkXboxOneInitializationSettings, ApuHeapSettings) == 0x000090, "Member 'UAkXboxOneInitializationSettings::ApuHeapSettings' has a wrong offset!"); \ static_assert(offsetof(UAkXboxOneInitializationSettings, CommunicationSettings) == 0x000098, "Member 'UAkXboxOneInitializationSettings::CommunicationSettings' has a wrong offset!"); \ static_assert(offsetof(UAkXboxOneInitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkXboxOneInitializationSettings::AdvancedSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkXboxOnePlatformInfo \ static_assert(alignof(UAkXboxOnePlatformInfo) == 0x000008, "Wrong alignment on UAkXboxOnePlatformInfo"); \ static_assert(sizeof(UAkXboxOnePlatformInfo) == 0x000070, "Wrong size on UAkXboxOnePlatformInfo"); \ #define DUMPER7_ASSERTS_AkXSXInitializationSettings_MigrateMultiCoreRendering \ static_assert(alignof(AkXSXInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkXSXInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(sizeof(AkXSXInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkXSXInitializationSettings_MigrateMultiCoreRendering"); \ static_assert(offsetof(AkXSXInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkXSXInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkXSXInitializationSettings \ static_assert(alignof(UAkXSXInitializationSettings) == 0x000008, "Wrong alignment on UAkXSXInitializationSettings"); \ static_assert(sizeof(UAkXSXInitializationSettings) == 0x000100, "Wrong size on UAkXSXInitializationSettings"); \ static_assert(offsetof(UAkXSXInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkXSXInitializationSettings::CommonSettings' has a wrong offset!"); \ static_assert(offsetof(UAkXSXInitializationSettings, ApuHeapSettings) == 0x000090, "Member 'UAkXSXInitializationSettings::ApuHeapSettings' has a wrong offset!"); \ static_assert(offsetof(UAkXSXInitializationSettings, CommunicationSettings) == 0x000098, "Member 'UAkXSXInitializationSettings::CommunicationSettings' has a wrong offset!"); \ static_assert(offsetof(UAkXSXInitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkXSXInitializationSettings::AdvancedSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAkMPXInitializationSettings \ static_assert(alignof(UAkMPXInitializationSettings) == 0x000008, "Wrong alignment on UAkMPXInitializationSettings"); \ static_assert(sizeof(UAkMPXInitializationSettings) == 0x000100, "Wrong size on UAkMPXInitializationSettings"); \ #define DUMPER7_ASSERTS_UAkXSXPlatformInfo \ static_assert(alignof(UAkXSXPlatformInfo) == 0x000008, "Wrong alignment on UAkXSXPlatformInfo"); \ static_assert(sizeof(UAkXSXPlatformInfo) == 0x000070, "Wrong size on UAkXSXPlatformInfo"); \ #define DUMPER7_ASSERTS_AvaAudioCachedRTPC_AvaAudioGetActorRTPC \ static_assert(alignof(AvaAudioCachedRTPC_AvaAudioGetActorRTPC) == 0x000008, "Wrong alignment on AvaAudioCachedRTPC_AvaAudioGetActorRTPC"); \ static_assert(sizeof(AvaAudioCachedRTPC_AvaAudioGetActorRTPC) == 0x000018, "Wrong size on AvaAudioCachedRTPC_AvaAudioGetActorRTPC"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioGetActorRTPC, Actor) == 0x000000, "Member 'AvaAudioCachedRTPC_AvaAudioGetActorRTPC::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioGetActorRTPC, RTPCName) == 0x000008, "Member 'AvaAudioCachedRTPC_AvaAudioGetActorRTPC::RTPCName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioGetActorRTPC, bSuccess) == 0x000010, "Member 'AvaAudioCachedRTPC_AvaAudioGetActorRTPC::bSuccess' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioGetActorRTPC, RTPCValue) == 0x000014, "Member 'AvaAudioCachedRTPC_AvaAudioGetActorRTPC::RTPCValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioCachedRTPC_AvaAudioGetGameObjectRTPC \ static_assert(alignof(AvaAudioCachedRTPC_AvaAudioGetGameObjectRTPC) == 0x000008, "Wrong alignment on AvaAudioCachedRTPC_AvaAudioGetGameObjectRTPC"); \ static_assert(sizeof(AvaAudioCachedRTPC_AvaAudioGetGameObjectRTPC) == 0x000018, "Wrong size on AvaAudioCachedRTPC_AvaAudioGetGameObjectRTPC"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioGetGameObjectRTPC, AudioObject) == 0x000000, "Member 'AvaAudioCachedRTPC_AvaAudioGetGameObjectRTPC::AudioObject' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioGetGameObjectRTPC, RTPCName) == 0x000008, "Member 'AvaAudioCachedRTPC_AvaAudioGetGameObjectRTPC::RTPCName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioGetGameObjectRTPC, bSuccess) == 0x000010, "Member 'AvaAudioCachedRTPC_AvaAudioGetGameObjectRTPC::bSuccess' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioGetGameObjectRTPC, RTPCValue) == 0x000014, "Member 'AvaAudioCachedRTPC_AvaAudioGetGameObjectRTPC::RTPCValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioCachedRTPC_AvaAudioGetGlobalRTPC \ static_assert(alignof(AvaAudioCachedRTPC_AvaAudioGetGlobalRTPC) == 0x000004, "Wrong alignment on AvaAudioCachedRTPC_AvaAudioGetGlobalRTPC"); \ static_assert(sizeof(AvaAudioCachedRTPC_AvaAudioGetGlobalRTPC) == 0x000010, "Wrong size on AvaAudioCachedRTPC_AvaAudioGetGlobalRTPC"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioGetGlobalRTPC, RTPCName) == 0x000000, "Member 'AvaAudioCachedRTPC_AvaAudioGetGlobalRTPC::RTPCName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioGetGlobalRTPC, bSuccess) == 0x000008, "Member 'AvaAudioCachedRTPC_AvaAudioGetGlobalRTPC::bSuccess' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioGetGlobalRTPC, RTPCValue) == 0x00000C, "Member 'AvaAudioCachedRTPC_AvaAudioGetGlobalRTPC::RTPCValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioCachedRTPC_AvaAudioGetGlobalState \ static_assert(alignof(AvaAudioCachedRTPC_AvaAudioGetGlobalState) == 0x000004, "Wrong alignment on AvaAudioCachedRTPC_AvaAudioGetGlobalState"); \ static_assert(sizeof(AvaAudioCachedRTPC_AvaAudioGetGlobalState) == 0x000014, "Wrong size on AvaAudioCachedRTPC_AvaAudioGetGlobalState"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioGetGlobalState, StateName) == 0x000000, "Member 'AvaAudioCachedRTPC_AvaAudioGetGlobalState::StateName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioGetGlobalState, bSuccess) == 0x000008, "Member 'AvaAudioCachedRTPC_AvaAudioGetGlobalState::bSuccess' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioGetGlobalState, StateValue) == 0x00000C, "Member 'AvaAudioCachedRTPC_AvaAudioGetGlobalState::StateValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioCachedRTPC_AvaAudioResetActorRTPC \ static_assert(alignof(AvaAudioCachedRTPC_AvaAudioResetActorRTPC) == 0x000008, "Wrong alignment on AvaAudioCachedRTPC_AvaAudioResetActorRTPC"); \ static_assert(sizeof(AvaAudioCachedRTPC_AvaAudioResetActorRTPC) == 0x000010, "Wrong size on AvaAudioCachedRTPC_AvaAudioResetActorRTPC"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioResetActorRTPC, Actor) == 0x000000, "Member 'AvaAudioCachedRTPC_AvaAudioResetActorRTPC::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioResetActorRTPC, RTPCName) == 0x000008, "Member 'AvaAudioCachedRTPC_AvaAudioResetActorRTPC::RTPCName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioCachedRTPC_AvaAudioResetGameObjectRTPC \ static_assert(alignof(AvaAudioCachedRTPC_AvaAudioResetGameObjectRTPC) == 0x000008, "Wrong alignment on AvaAudioCachedRTPC_AvaAudioResetGameObjectRTPC"); \ static_assert(sizeof(AvaAudioCachedRTPC_AvaAudioResetGameObjectRTPC) == 0x000010, "Wrong size on AvaAudioCachedRTPC_AvaAudioResetGameObjectRTPC"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioResetGameObjectRTPC, AudioObject) == 0x000000, "Member 'AvaAudioCachedRTPC_AvaAudioResetGameObjectRTPC::AudioObject' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioResetGameObjectRTPC, RTPCName) == 0x000008, "Member 'AvaAudioCachedRTPC_AvaAudioResetGameObjectRTPC::RTPCName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioCachedRTPC_AvaAudioResetGlobalRTPC \ static_assert(alignof(AvaAudioCachedRTPC_AvaAudioResetGlobalRTPC) == 0x000004, "Wrong alignment on AvaAudioCachedRTPC_AvaAudioResetGlobalRTPC"); \ static_assert(sizeof(AvaAudioCachedRTPC_AvaAudioResetGlobalRTPC) == 0x000008, "Wrong size on AvaAudioCachedRTPC_AvaAudioResetGlobalRTPC"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioResetGlobalRTPC, RTPCName) == 0x000000, "Member 'AvaAudioCachedRTPC_AvaAudioResetGlobalRTPC::RTPCName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioCachedRTPC_AvaAudioResetGlobalState \ static_assert(alignof(AvaAudioCachedRTPC_AvaAudioResetGlobalState) == 0x000004, "Wrong alignment on AvaAudioCachedRTPC_AvaAudioResetGlobalState"); \ static_assert(sizeof(AvaAudioCachedRTPC_AvaAudioResetGlobalState) == 0x000008, "Wrong size on AvaAudioCachedRTPC_AvaAudioResetGlobalState"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioResetGlobalState, StateName) == 0x000000, "Member 'AvaAudioCachedRTPC_AvaAudioResetGlobalState::StateName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioCachedRTPC_AvaAudioSetActorRTPC \ static_assert(alignof(AvaAudioCachedRTPC_AvaAudioSetActorRTPC) == 0x000008, "Wrong alignment on AvaAudioCachedRTPC_AvaAudioSetActorRTPC"); \ static_assert(sizeof(AvaAudioCachedRTPC_AvaAudioSetActorRTPC) == 0x000028, "Wrong size on AvaAudioCachedRTPC_AvaAudioSetActorRTPC"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetActorRTPC, Actor) == 0x000000, "Member 'AvaAudioCachedRTPC_AvaAudioSetActorRTPC::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetActorRTPC, RTPCName) == 0x000008, "Member 'AvaAudioCachedRTPC_AvaAudioSetActorRTPC::RTPCName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetActorRTPC, RTPCValue) == 0x000010, "Member 'AvaAudioCachedRTPC_AvaAudioSetActorRTPC::RTPCValue' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetActorRTPC, bSuccess) == 0x000014, "Member 'AvaAudioCachedRTPC_AvaAudioSetActorRTPC::bSuccess' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetActorRTPC, InterpolationTimeMilliseconds) == 0x000018, "Member 'AvaAudioCachedRTPC_AvaAudioSetActorRTPC::InterpolationTimeMilliseconds' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetActorRTPC, Threshold) == 0x00001C, "Member 'AvaAudioCachedRTPC_AvaAudioSetActorRTPC::Threshold' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetActorRTPC, bForce) == 0x000020, "Member 'AvaAudioCachedRTPC_AvaAudioSetActorRTPC::bForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC \ static_assert(alignof(AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC) == 0x000008, "Wrong alignment on AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC"); \ static_assert(sizeof(AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC) == 0x000028, "Wrong size on AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC, AudioObject) == 0x000000, "Member 'AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC::AudioObject' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC, RTPCName) == 0x000008, "Member 'AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC::RTPCName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC, RTPCValue) == 0x000010, "Member 'AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC::RTPCValue' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC, bSuccess) == 0x000014, "Member 'AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC::bSuccess' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC, InterpolationTimeMilliseconds) == 0x000018, "Member 'AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC::InterpolationTimeMilliseconds' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC, Threshold) == 0x00001C, "Member 'AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC::Threshold' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC, bForce) == 0x000020, "Member 'AvaAudioCachedRTPC_AvaAudioSetGameObjectRTPC::bForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC \ static_assert(alignof(AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC) == 0x000004, "Wrong alignment on AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC"); \ static_assert(sizeof(AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC) == 0x00001C, "Wrong size on AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC, RTPCName) == 0x000000, "Member 'AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC::RTPCName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC, RTPCValue) == 0x000008, "Member 'AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC::RTPCValue' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC, bSuccess) == 0x00000C, "Member 'AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC::bSuccess' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC, InterpolationTimeMilliseconds) == 0x000010, "Member 'AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC::InterpolationTimeMilliseconds' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC, Threshold) == 0x000014, "Member 'AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC::Threshold' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC, bForce) == 0x000018, "Member 'AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC::bForce' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC, bHoldMax) == 0x000019, "Member 'AvaAudioCachedRTPC_AvaAudioSetGlobalRTPC::bHoldMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioCachedRTPC_AvaAudioSetGlobalState \ static_assert(alignof(AvaAudioCachedRTPC_AvaAudioSetGlobalState) == 0x000004, "Wrong alignment on AvaAudioCachedRTPC_AvaAudioSetGlobalState"); \ static_assert(sizeof(AvaAudioCachedRTPC_AvaAudioSetGlobalState) == 0x000014, "Wrong size on AvaAudioCachedRTPC_AvaAudioSetGlobalState"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGlobalState, StateName) == 0x000000, "Member 'AvaAudioCachedRTPC_AvaAudioSetGlobalState::StateName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGlobalState, StateValue) == 0x000008, "Member 'AvaAudioCachedRTPC_AvaAudioSetGlobalState::StateValue' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGlobalState, bSuccess) == 0x000010, "Member 'AvaAudioCachedRTPC_AvaAudioSetGlobalState::bSuccess' has a wrong offset!"); \ static_assert(offsetof(AvaAudioCachedRTPC_AvaAudioSetGlobalState, bForce) == 0x000011, "Member 'AvaAudioCachedRTPC_AvaAudioSetGlobalState::bForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaAudioCachedRTPC \ static_assert(alignof(UAvaAudioCachedRTPC) == 0x000008, "Wrong alignment on UAvaAudioCachedRTPC"); \ static_assert(sizeof(UAvaAudioCachedRTPC) == 0x000028, "Wrong size on UAvaAudioCachedRTPC"); \ #define DUMPER7_ASSERTS_UAvaAudioDialogueEvent \ static_assert(alignof(UAvaAudioDialogueEvent) == 0x000008, "Wrong alignment on UAvaAudioDialogueEvent"); \ static_assert(sizeof(UAvaAudioDialogueEvent) == 0x000028, "Wrong size on UAvaAudioDialogueEvent"); \ #define DUMPER7_ASSERTS_UMovieSceneAkAudioEventSection \ static_assert(alignof(UMovieSceneAkAudioEventSection) == 0x000008, "Wrong alignment on UMovieSceneAkAudioEventSection"); \ static_assert(sizeof(UMovieSceneAkAudioEventSection) == 0x0001D0, "Wrong size on UMovieSceneAkAudioEventSection"); \ static_assert(offsetof(UMovieSceneAkAudioEventSection, Event) == 0x000128, "Member 'UMovieSceneAkAudioEventSection::Event' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAkAudioEventSection, RetriggerEvent) == 0x000130, "Member 'UMovieSceneAkAudioEventSection::RetriggerEvent' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAkAudioEventSection, ScrubTailLengthMs) == 0x000134, "Member 'UMovieSceneAkAudioEventSection::ScrubTailLengthMs' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAkAudioEventSection, StopAtSectionEnd) == 0x000138, "Member 'UMovieSceneAkAudioEventSection::StopAtSectionEnd' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAkAudioEventSection, EventName) == 0x000140, "Member 'UMovieSceneAkAudioEventSection::EventName' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAkAudioEventSection, MaxSourceDuration) == 0x000170, "Member 'UMovieSceneAkAudioEventSection::MaxSourceDuration' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAkAudioEventSection, MaxDurationSourceID) == 0x000178, "Member 'UMovieSceneAkAudioEventSection::MaxDurationSourceID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneAkTrack \ static_assert(alignof(UMovieSceneAkTrack) == 0x000008, "Wrong alignment on UMovieSceneAkTrack"); \ static_assert(sizeof(UMovieSceneAkTrack) == 0x0000A8, "Wrong size on UMovieSceneAkTrack"); \ static_assert(offsetof(UMovieSceneAkTrack, Sections) == 0x000090, "Member 'UMovieSceneAkTrack::Sections' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAkTrack, bIsAMasterTrack) == 0x0000A0, "Member 'UMovieSceneAkTrack::bIsAMasterTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneAkAudioEventTrack \ static_assert(alignof(UMovieSceneAkAudioEventTrack) == 0x000008, "Wrong alignment on UMovieSceneAkAudioEventTrack"); \ static_assert(sizeof(UMovieSceneAkAudioEventTrack) == 0x0000B0, "Wrong size on UMovieSceneAkAudioEventTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneAkAudioRTPCSection \ static_assert(alignof(UMovieSceneAkAudioRTPCSection) == 0x000008, "Wrong alignment on UMovieSceneAkAudioRTPCSection"); \ static_assert(sizeof(UMovieSceneAkAudioRTPCSection) == 0x000250, "Wrong size on UMovieSceneAkAudioRTPCSection"); \ static_assert(offsetof(UMovieSceneAkAudioRTPCSection, RTPC) == 0x0000E8, "Member 'UMovieSceneAkAudioRTPCSection::RTPC' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAkAudioRTPCSection, Name_0) == 0x0000F0, "Member 'UMovieSceneAkAudioRTPCSection::Name_0' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAkAudioRTPCSection, FloatCurve) == 0x000100, "Member 'UMovieSceneAkAudioRTPCSection::FloatCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAkAudioRTPCSection, FloatChannelSerializationHelper) == 0x000180, "Member 'UMovieSceneAkAudioRTPCSection::FloatChannelSerializationHelper' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAkAudioRTPCSection, RTPCChannel) == 0x0001B0, "Member 'UMovieSceneAkAudioRTPCSection::RTPCChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneAkAudioRTPCTrack \ static_assert(alignof(UMovieSceneAkAudioRTPCTrack) == 0x000008, "Wrong alignment on UMovieSceneAkAudioRTPCTrack"); \ static_assert(sizeof(UMovieSceneAkAudioRTPCTrack) == 0x0000B0, "Wrong size on UMovieSceneAkAudioRTPCTrack"); \ #define DUMPER7_ASSERTS_PostEventAsync_PostEventAsync \ static_assert(alignof(PostEventAsync_PostEventAsync) == 0x000008, "Wrong alignment on PostEventAsync_PostEventAsync"); \ static_assert(sizeof(PostEventAsync_PostEventAsync) == 0x000050, "Wrong size on PostEventAsync_PostEventAsync"); \ static_assert(offsetof(PostEventAsync_PostEventAsync, WorldContextObject) == 0x000000, "Member 'PostEventAsync_PostEventAsync::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PostEventAsync_PostEventAsync, AkEvent) == 0x000008, "Member 'PostEventAsync_PostEventAsync::AkEvent' has a wrong offset!"); \ static_assert(offsetof(PostEventAsync_PostEventAsync, Actor) == 0x000010, "Member 'PostEventAsync_PostEventAsync::Actor' has a wrong offset!"); \ static_assert(offsetof(PostEventAsync_PostEventAsync, CallbackMask) == 0x000018, "Member 'PostEventAsync_PostEventAsync::CallbackMask' has a wrong offset!"); \ static_assert(offsetof(PostEventAsync_PostEventAsync, PostEventCallback) == 0x00001C, "Member 'PostEventAsync_PostEventAsync::PostEventCallback' has a wrong offset!"); \ static_assert(offsetof(PostEventAsync_PostEventAsync, ExternalSources) == 0x000030, "Member 'PostEventAsync_PostEventAsync::ExternalSources' has a wrong offset!"); \ static_assert(offsetof(PostEventAsync_PostEventAsync, bStopWhenAttachedToDestroyed) == 0x000040, "Member 'PostEventAsync_PostEventAsync::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(PostEventAsync_PostEventAsync, ReturnValue) == 0x000048, "Member 'PostEventAsync_PostEventAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPostEventAsync \ static_assert(alignof(UPostEventAsync) == 0x000008, "Wrong alignment on UPostEventAsync"); \ static_assert(sizeof(UPostEventAsync) == 0x0000A0, "Wrong size on UPostEventAsync"); \ static_assert(offsetof(UPostEventAsync, Completed) == 0x000030, "Member 'UPostEventAsync::Completed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PostEventAtLocationAsync_PostEventAtLocationAsync \ static_assert(alignof(PostEventAtLocationAsync_PostEventAtLocationAsync) == 0x000008, "Wrong alignment on PostEventAtLocationAsync_PostEventAtLocationAsync"); \ static_assert(sizeof(PostEventAtLocationAsync_PostEventAtLocationAsync) == 0x000030, "Wrong size on PostEventAtLocationAsync_PostEventAtLocationAsync"); \ static_assert(offsetof(PostEventAtLocationAsync_PostEventAtLocationAsync, WorldContextObject) == 0x000000, "Member 'PostEventAtLocationAsync_PostEventAtLocationAsync::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PostEventAtLocationAsync_PostEventAtLocationAsync, AkEvent) == 0x000008, "Member 'PostEventAtLocationAsync_PostEventAtLocationAsync::AkEvent' has a wrong offset!"); \ static_assert(offsetof(PostEventAtLocationAsync_PostEventAtLocationAsync, Location) == 0x000010, "Member 'PostEventAtLocationAsync_PostEventAtLocationAsync::Location' has a wrong offset!"); \ static_assert(offsetof(PostEventAtLocationAsync_PostEventAtLocationAsync, Orientation) == 0x00001C, "Member 'PostEventAtLocationAsync_PostEventAtLocationAsync::Orientation' has a wrong offset!"); \ static_assert(offsetof(PostEventAtLocationAsync_PostEventAtLocationAsync, ReturnValue) == 0x000028, "Member 'PostEventAtLocationAsync_PostEventAtLocationAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPostEventAtLocationAsync \ static_assert(alignof(UPostEventAtLocationAsync) == 0x000008, "Wrong alignment on UPostEventAtLocationAsync"); \ static_assert(sizeof(UPostEventAtLocationAsync) == 0x000080, "Wrong size on UPostEventAtLocationAsync"); \ static_assert(offsetof(UPostEventAtLocationAsync, Completed) == 0x000030, "Member 'UPostEventAtLocationAsync::Completed' 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_FEventReply \ static_assert(alignof(FEventReply) == 0x000008, "Wrong alignment on FEventReply"); \ static_assert(sizeof(FEventReply) == 0x0000B8, "Wrong size on FEventReply"); \ #define DUMPER7_ASSERTS_FWidgetTransform \ static_assert(alignof(FWidgetTransform) == 0x000004, "Wrong alignment on FWidgetTransform"); \ static_assert(sizeof(FWidgetTransform) == 0x00001C, "Wrong size on FWidgetTransform"); \ static_assert(offsetof(FWidgetTransform, Translation) == 0x000000, "Member 'FWidgetTransform::Translation' has a wrong offset!"); \ static_assert(offsetof(FWidgetTransform, Scale) == 0x000008, "Member 'FWidgetTransform::Scale' has a wrong offset!"); \ static_assert(offsetof(FWidgetTransform, Shear) == 0x000010, "Member 'FWidgetTransform::Shear' has a wrong offset!"); \ static_assert(offsetof(FWidgetTransform, Angle) == 0x000018, "Member 'FWidgetTransform::Angle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FPaintContext \ static_assert(alignof(FPaintContext) == 0x000008, "Wrong alignment on FPaintContext"); \ static_assert(sizeof(FPaintContext) == 0x000030, "Wrong size on FPaintContext"); \ #define DUMPER7_ASSERTS_FAnchorData \ static_assert(alignof(FAnchorData) == 0x000004, "Wrong alignment on FAnchorData"); \ static_assert(sizeof(FAnchorData) == 0x000028, "Wrong size on FAnchorData"); \ static_assert(offsetof(FAnchorData, Offsets) == 0x000000, "Member 'FAnchorData::Offsets' has a wrong offset!"); \ static_assert(offsetof(FAnchorData, Anchors) == 0x000010, "Member 'FAnchorData::Anchors' has a wrong offset!"); \ static_assert(offsetof(FAnchorData, Alignment) == 0x000020, "Member 'FAnchorData::Alignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationEventBinding \ static_assert(alignof(FAnimationEventBinding) == 0x000008, "Wrong alignment on FAnimationEventBinding"); \ static_assert(sizeof(FAnimationEventBinding) == 0x000028, "Wrong size on FAnimationEventBinding"); \ static_assert(offsetof(FAnimationEventBinding, Animation) == 0x000000, "Member 'FAnimationEventBinding::Animation' has a wrong offset!"); \ static_assert(offsetof(FAnimationEventBinding, Delegate) == 0x000008, "Member 'FAnimationEventBinding::Delegate' has a wrong offset!"); \ static_assert(offsetof(FAnimationEventBinding, AnimationEvent) == 0x000018, "Member 'FAnimationEventBinding::AnimationEvent' has a wrong offset!"); \ static_assert(offsetof(FAnimationEventBinding, UserTag) == 0x00001C, "Member 'FAnimationEventBinding::UserTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNamedSlotBinding \ static_assert(alignof(FNamedSlotBinding) == 0x000008, "Wrong alignment on FNamedSlotBinding"); \ static_assert(sizeof(FNamedSlotBinding) == 0x000010, "Wrong size on FNamedSlotBinding"); \ static_assert(offsetof(FNamedSlotBinding, Name) == 0x000000, "Member 'FNamedSlotBinding::Name' has a wrong offset!"); \ static_assert(offsetof(FNamedSlotBinding, content) == 0x000008, "Member 'FNamedSlotBinding::content' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieScene2DTransformMask \ static_assert(alignof(FMovieScene2DTransformMask) == 0x000004, "Wrong alignment on FMovieScene2DTransformMask"); \ static_assert(sizeof(FMovieScene2DTransformMask) == 0x000004, "Wrong size on FMovieScene2DTransformMask"); \ static_assert(offsetof(FMovieScene2DTransformMask, Mask) == 0x000000, "Member 'FMovieScene2DTransformMask::Mask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneWidgetMaterialSectionTemplate \ static_assert(alignof(FMovieSceneWidgetMaterialSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneWidgetMaterialSectionTemplate"); \ static_assert(sizeof(FMovieSceneWidgetMaterialSectionTemplate) == 0x000090, "Wrong size on FMovieSceneWidgetMaterialSectionTemplate"); \ static_assert(offsetof(FMovieSceneWidgetMaterialSectionTemplate, BrushPropertyNamePath) == 0x000080, "Member 'FMovieSceneWidgetMaterialSectionTemplate::BrushPropertyNamePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRadialBoxSettings \ static_assert(alignof(FRadialBoxSettings) == 0x000004, "Wrong alignment on FRadialBoxSettings"); \ static_assert(sizeof(FRadialBoxSettings) == 0x000010, "Wrong size on FRadialBoxSettings"); \ static_assert(offsetof(FRadialBoxSettings, StartingAngle) == 0x000000, "Member 'FRadialBoxSettings::StartingAngle' has a wrong offset!"); \ static_assert(offsetof(FRadialBoxSettings, bDistributeItemsEvenly) == 0x000004, "Member 'FRadialBoxSettings::bDistributeItemsEvenly' has a wrong offset!"); \ static_assert(offsetof(FRadialBoxSettings, AngleBetweenItems) == 0x000008, "Member 'FRadialBoxSettings::AngleBetweenItems' has a wrong offset!"); \ static_assert(offsetof(FRadialBoxSettings, SectorCentralAngle) == 0x00000C, "Member 'FRadialBoxSettings::SectorCentralAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRichTextStyleRow \ static_assert(alignof(FRichTextStyleRow) == 0x000008, "Wrong alignment on FRichTextStyleRow"); \ static_assert(sizeof(FRichTextStyleRow) == 0x000278, "Wrong size on FRichTextStyleRow"); \ static_assert(offsetof(FRichTextStyleRow, TextStyle) == 0x000008, "Member 'FRichTextStyleRow::TextStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRichImageRow \ static_assert(alignof(FRichImageRow) == 0x000008, "Wrong alignment on FRichImageRow"); \ static_assert(sizeof(FRichImageRow) == 0x000090, "Wrong size on FRichImageRow"); \ static_assert(offsetof(FRichImageRow, Brush) == 0x000008, "Member 'FRichImageRow::Brush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_UserWidget_AddToPlayerScreen \ static_assert(alignof(UserWidget_AddToPlayerScreen) == 0x000004, "Wrong alignment on UserWidget_AddToPlayerScreen"); \ static_assert(sizeof(UserWidget_AddToPlayerScreen) == 0x000008, "Wrong size on UserWidget_AddToPlayerScreen"); \ static_assert(offsetof(UserWidget_AddToPlayerScreen, ZOrder) == 0x000000, "Member 'UserWidget_AddToPlayerScreen::ZOrder' has a wrong offset!"); \ static_assert(offsetof(UserWidget_AddToPlayerScreen, ReturnValue) == 0x000004, "Member 'UserWidget_AddToPlayerScreen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_AddToViewport \ static_assert(alignof(UserWidget_AddToViewport) == 0x000004, "Wrong alignment on UserWidget_AddToViewport"); \ static_assert(sizeof(UserWidget_AddToViewport) == 0x000004, "Wrong size on UserWidget_AddToViewport"); \ static_assert(offsetof(UserWidget_AddToViewport, ZOrder) == 0x000000, "Member 'UserWidget_AddToViewport::ZOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_BindToAnimationEvent \ static_assert(alignof(UserWidget_BindToAnimationEvent) == 0x000008, "Wrong alignment on UserWidget_BindToAnimationEvent"); \ static_assert(sizeof(UserWidget_BindToAnimationEvent) == 0x000028, "Wrong size on UserWidget_BindToAnimationEvent"); \ static_assert(offsetof(UserWidget_BindToAnimationEvent, Animation) == 0x000000, "Member 'UserWidget_BindToAnimationEvent::Animation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_BindToAnimationEvent, Delegate) == 0x000008, "Member 'UserWidget_BindToAnimationEvent::Delegate' has a wrong offset!"); \ static_assert(offsetof(UserWidget_BindToAnimationEvent, AnimationEvent) == 0x000018, "Member 'UserWidget_BindToAnimationEvent::AnimationEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_BindToAnimationEvent, UserTag) == 0x00001C, "Member 'UserWidget_BindToAnimationEvent::UserTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_BindToAnimationFinished \ static_assert(alignof(UserWidget_BindToAnimationFinished) == 0x000008, "Wrong alignment on UserWidget_BindToAnimationFinished"); \ static_assert(sizeof(UserWidget_BindToAnimationFinished) == 0x000018, "Wrong size on UserWidget_BindToAnimationFinished"); \ static_assert(offsetof(UserWidget_BindToAnimationFinished, Animation) == 0x000000, "Member 'UserWidget_BindToAnimationFinished::Animation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_BindToAnimationFinished, Delegate) == 0x000008, "Member 'UserWidget_BindToAnimationFinished::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_BindToAnimationStarted \ static_assert(alignof(UserWidget_BindToAnimationStarted) == 0x000008, "Wrong alignment on UserWidget_BindToAnimationStarted"); \ static_assert(sizeof(UserWidget_BindToAnimationStarted) == 0x000018, "Wrong size on UserWidget_BindToAnimationStarted"); \ static_assert(offsetof(UserWidget_BindToAnimationStarted, Animation) == 0x000000, "Member 'UserWidget_BindToAnimationStarted::Animation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_BindToAnimationStarted, Delegate) == 0x000008, "Member 'UserWidget_BindToAnimationStarted::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_IsAnimationPlayingForward \ static_assert(alignof(UserWidget_IsAnimationPlayingForward) == 0x000008, "Wrong alignment on UserWidget_IsAnimationPlayingForward"); \ static_assert(sizeof(UserWidget_IsAnimationPlayingForward) == 0x000010, "Wrong size on UserWidget_IsAnimationPlayingForward"); \ static_assert(offsetof(UserWidget_IsAnimationPlayingForward, InAnimation) == 0x000000, "Member 'UserWidget_IsAnimationPlayingForward::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_IsAnimationPlayingForward, ReturnValue) == 0x000008, "Member 'UserWidget_IsAnimationPlayingForward::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_ListenForInputAction \ static_assert(alignof(UserWidget_ListenForInputAction) == 0x000004, "Wrong alignment on UserWidget_ListenForInputAction"); \ static_assert(sizeof(UserWidget_ListenForInputAction) == 0x00001C, "Wrong size on UserWidget_ListenForInputAction"); \ static_assert(offsetof(UserWidget_ListenForInputAction, ActionName) == 0x000000, "Member 'UserWidget_ListenForInputAction::ActionName' has a wrong offset!"); \ static_assert(offsetof(UserWidget_ListenForInputAction, EventType) == 0x000008, "Member 'UserWidget_ListenForInputAction::EventType' has a wrong offset!"); \ static_assert(offsetof(UserWidget_ListenForInputAction, bConsume) == 0x000009, "Member 'UserWidget_ListenForInputAction::bConsume' has a wrong offset!"); \ static_assert(offsetof(UserWidget_ListenForInputAction, Callback) == 0x00000C, "Member 'UserWidget_ListenForInputAction::Callback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnAddedToFocusPath \ static_assert(alignof(UserWidget_OnAddedToFocusPath) == 0x000004, "Wrong alignment on UserWidget_OnAddedToFocusPath"); \ static_assert(sizeof(UserWidget_OnAddedToFocusPath) == 0x000008, "Wrong size on UserWidget_OnAddedToFocusPath"); \ static_assert(offsetof(UserWidget_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'UserWidget_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnAnalogValueChanged \ static_assert(alignof(UserWidget_OnAnalogValueChanged) == 0x000008, "Wrong alignment on UserWidget_OnAnalogValueChanged"); \ static_assert(sizeof(UserWidget_OnAnalogValueChanged) == 0x000130, "Wrong size on UserWidget_OnAnalogValueChanged"); \ static_assert(offsetof(UserWidget_OnAnalogValueChanged, MyGeometry) == 0x000000, "Member 'UserWidget_OnAnalogValueChanged::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnAnalogValueChanged, InAnalogInputEvent) == 0x000038, "Member 'UserWidget_OnAnalogValueChanged::InAnalogInputEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnAnalogValueChanged, ReturnValue) == 0x000078, "Member 'UserWidget_OnAnalogValueChanged::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnAnimationFinished \ static_assert(alignof(UserWidget_OnAnimationFinished) == 0x000008, "Wrong alignment on UserWidget_OnAnimationFinished"); \ static_assert(sizeof(UserWidget_OnAnimationFinished) == 0x000008, "Wrong size on UserWidget_OnAnimationFinished"); \ static_assert(offsetof(UserWidget_OnAnimationFinished, Animation) == 0x000000, "Member 'UserWidget_OnAnimationFinished::Animation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnAnimationStarted \ static_assert(alignof(UserWidget_OnAnimationStarted) == 0x000008, "Wrong alignment on UserWidget_OnAnimationStarted"); \ static_assert(sizeof(UserWidget_OnAnimationStarted) == 0x000008, "Wrong size on UserWidget_OnAnimationStarted"); \ static_assert(offsetof(UserWidget_OnAnimationStarted, Animation) == 0x000000, "Member 'UserWidget_OnAnimationStarted::Animation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnDragCancelled \ static_assert(alignof(UserWidget_OnDragCancelled) == 0x000008, "Wrong alignment on UserWidget_OnDragCancelled"); \ static_assert(sizeof(UserWidget_OnDragCancelled) == 0x000078, "Wrong size on UserWidget_OnDragCancelled"); \ static_assert(offsetof(UserWidget_OnDragCancelled, PointerEvent) == 0x000000, "Member 'UserWidget_OnDragCancelled::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragCancelled, Operation) == 0x000070, "Member 'UserWidget_OnDragCancelled::Operation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnDragDetected \ static_assert(alignof(UserWidget_OnDragDetected) == 0x000008, "Wrong alignment on UserWidget_OnDragDetected"); \ static_assert(sizeof(UserWidget_OnDragDetected) == 0x0000B0, "Wrong size on UserWidget_OnDragDetected"); \ static_assert(offsetof(UserWidget_OnDragDetected, MyGeometry) == 0x000000, "Member 'UserWidget_OnDragDetected::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragDetected, PointerEvent) == 0x000038, "Member 'UserWidget_OnDragDetected::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragDetected, Operation) == 0x0000A8, "Member 'UserWidget_OnDragDetected::Operation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnDragEnter \ static_assert(alignof(UserWidget_OnDragEnter) == 0x000008, "Wrong alignment on UserWidget_OnDragEnter"); \ static_assert(sizeof(UserWidget_OnDragEnter) == 0x0000B0, "Wrong size on UserWidget_OnDragEnter"); \ static_assert(offsetof(UserWidget_OnDragEnter, MyGeometry) == 0x000000, "Member 'UserWidget_OnDragEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragEnter, PointerEvent) == 0x000038, "Member 'UserWidget_OnDragEnter::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragEnter, Operation) == 0x0000A8, "Member 'UserWidget_OnDragEnter::Operation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnDragLeave \ static_assert(alignof(UserWidget_OnDragLeave) == 0x000008, "Wrong alignment on UserWidget_OnDragLeave"); \ static_assert(sizeof(UserWidget_OnDragLeave) == 0x000078, "Wrong size on UserWidget_OnDragLeave"); \ static_assert(offsetof(UserWidget_OnDragLeave, PointerEvent) == 0x000000, "Member 'UserWidget_OnDragLeave::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragLeave, Operation) == 0x000070, "Member 'UserWidget_OnDragLeave::Operation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnDragOver \ static_assert(alignof(UserWidget_OnDragOver) == 0x000008, "Wrong alignment on UserWidget_OnDragOver"); \ static_assert(sizeof(UserWidget_OnDragOver) == 0x0000B8, "Wrong size on UserWidget_OnDragOver"); \ static_assert(offsetof(UserWidget_OnDragOver, MyGeometry) == 0x000000, "Member 'UserWidget_OnDragOver::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragOver, PointerEvent) == 0x000038, "Member 'UserWidget_OnDragOver::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragOver, Operation) == 0x0000A8, "Member 'UserWidget_OnDragOver::Operation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragOver, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnDragOver::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnDrop \ static_assert(alignof(UserWidget_OnDrop) == 0x000008, "Wrong alignment on UserWidget_OnDrop"); \ static_assert(sizeof(UserWidget_OnDrop) == 0x0000B8, "Wrong size on UserWidget_OnDrop"); \ static_assert(offsetof(UserWidget_OnDrop, MyGeometry) == 0x000000, "Member 'UserWidget_OnDrop::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDrop, PointerEvent) == 0x000038, "Member 'UserWidget_OnDrop::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDrop, Operation) == 0x0000A8, "Member 'UserWidget_OnDrop::Operation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDrop, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnDrop::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnFocusLost \ static_assert(alignof(UserWidget_OnFocusLost) == 0x000004, "Wrong alignment on UserWidget_OnFocusLost"); \ static_assert(sizeof(UserWidget_OnFocusLost) == 0x000008, "Wrong size on UserWidget_OnFocusLost"); \ static_assert(offsetof(UserWidget_OnFocusLost, InFocusEvent) == 0x000000, "Member 'UserWidget_OnFocusLost::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnFocusReceived \ static_assert(alignof(UserWidget_OnFocusReceived) == 0x000008, "Wrong alignment on UserWidget_OnFocusReceived"); \ static_assert(sizeof(UserWidget_OnFocusReceived) == 0x0000F8, "Wrong size on UserWidget_OnFocusReceived"); \ static_assert(offsetof(UserWidget_OnFocusReceived, MyGeometry) == 0x000000, "Member 'UserWidget_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'UserWidget_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnFocusReceived, ReturnValue) == 0x000040, "Member 'UserWidget_OnFocusReceived::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnKeyChar \ static_assert(alignof(UserWidget_OnKeyChar) == 0x000008, "Wrong alignment on UserWidget_OnKeyChar"); \ static_assert(sizeof(UserWidget_OnKeyChar) == 0x000110, "Wrong size on UserWidget_OnKeyChar"); \ static_assert(offsetof(UserWidget_OnKeyChar, MyGeometry) == 0x000000, "Member 'UserWidget_OnKeyChar::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnKeyChar, InCharacterEvent) == 0x000038, "Member 'UserWidget_OnKeyChar::InCharacterEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnKeyChar, ReturnValue) == 0x000058, "Member 'UserWidget_OnKeyChar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnKeyDown \ static_assert(alignof(UserWidget_OnKeyDown) == 0x000008, "Wrong alignment on UserWidget_OnKeyDown"); \ static_assert(sizeof(UserWidget_OnKeyDown) == 0x000128, "Wrong size on UserWidget_OnKeyDown"); \ static_assert(offsetof(UserWidget_OnKeyDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnKeyDown, InKeyEvent) == 0x000038, "Member 'UserWidget_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnKeyDown, ReturnValue) == 0x000070, "Member 'UserWidget_OnKeyDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnKeyUp \ static_assert(alignof(UserWidget_OnKeyUp) == 0x000008, "Wrong alignment on UserWidget_OnKeyUp"); \ static_assert(sizeof(UserWidget_OnKeyUp) == 0x000128, "Wrong size on UserWidget_OnKeyUp"); \ static_assert(offsetof(UserWidget_OnKeyUp, MyGeometry) == 0x000000, "Member 'UserWidget_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnKeyUp, InKeyEvent) == 0x000038, "Member 'UserWidget_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnKeyUp, ReturnValue) == 0x000070, "Member 'UserWidget_OnKeyUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnMotionDetected \ static_assert(alignof(UserWidget_OnMotionDetected) == 0x000008, "Wrong alignment on UserWidget_OnMotionDetected"); \ static_assert(sizeof(UserWidget_OnMotionDetected) == 0x000138, "Wrong size on UserWidget_OnMotionDetected"); \ static_assert(offsetof(UserWidget_OnMotionDetected, MyGeometry) == 0x000000, "Member 'UserWidget_OnMotionDetected::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMotionDetected, InMotionEvent) == 0x000038, "Member 'UserWidget_OnMotionDetected::InMotionEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMotionDetected, ReturnValue) == 0x000080, "Member 'UserWidget_OnMotionDetected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnMouseButtonDoubleClick \ static_assert(alignof(UserWidget_OnMouseButtonDoubleClick) == 0x000008, "Wrong alignment on UserWidget_OnMouseButtonDoubleClick"); \ static_assert(sizeof(UserWidget_OnMouseButtonDoubleClick) == 0x000160, "Wrong size on UserWidget_OnMouseButtonDoubleClick"); \ static_assert(offsetof(UserWidget_OnMouseButtonDoubleClick, InMyGeometry) == 0x000000, "Member 'UserWidget_OnMouseButtonDoubleClick::InMyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseButtonDoubleClick, InMouseEvent) == 0x000038, "Member 'UserWidget_OnMouseButtonDoubleClick::InMouseEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseButtonDoubleClick, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnMouseButtonDoubleClick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnMouseButtonDown \ static_assert(alignof(UserWidget_OnMouseButtonDown) == 0x000008, "Wrong alignment on UserWidget_OnMouseButtonDown"); \ static_assert(sizeof(UserWidget_OnMouseButtonDown) == 0x000160, "Wrong size on UserWidget_OnMouseButtonDown"); \ static_assert(offsetof(UserWidget_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnMouseButtonUp \ static_assert(alignof(UserWidget_OnMouseButtonUp) == 0x000008, "Wrong alignment on UserWidget_OnMouseButtonUp"); \ static_assert(sizeof(UserWidget_OnMouseButtonUp) == 0x000160, "Wrong size on UserWidget_OnMouseButtonUp"); \ static_assert(offsetof(UserWidget_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseButtonUp, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnMouseEnter \ static_assert(alignof(UserWidget_OnMouseEnter) == 0x000008, "Wrong alignment on UserWidget_OnMouseEnter"); \ static_assert(sizeof(UserWidget_OnMouseEnter) == 0x0000A8, "Wrong size on UserWidget_OnMouseEnter"); \ static_assert(offsetof(UserWidget_OnMouseEnter, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseEnter, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnMouseLeave \ static_assert(alignof(UserWidget_OnMouseLeave) == 0x000008, "Wrong alignment on UserWidget_OnMouseLeave"); \ static_assert(sizeof(UserWidget_OnMouseLeave) == 0x000070, "Wrong size on UserWidget_OnMouseLeave"); \ static_assert(offsetof(UserWidget_OnMouseLeave, MouseEvent) == 0x000000, "Member 'UserWidget_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnMouseMove \ static_assert(alignof(UserWidget_OnMouseMove) == 0x000008, "Wrong alignment on UserWidget_OnMouseMove"); \ static_assert(sizeof(UserWidget_OnMouseMove) == 0x000160, "Wrong size on UserWidget_OnMouseMove"); \ static_assert(offsetof(UserWidget_OnMouseMove, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseMove::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseMove, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseMove::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseMove, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnMouseMove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnMouseWheel \ static_assert(alignof(UserWidget_OnMouseWheel) == 0x000008, "Wrong alignment on UserWidget_OnMouseWheel"); \ static_assert(sizeof(UserWidget_OnMouseWheel) == 0x000160, "Wrong size on UserWidget_OnMouseWheel"); \ static_assert(offsetof(UserWidget_OnMouseWheel, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseWheel::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseWheel, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseWheel::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseWheel, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnMouseWheel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnPreviewKeyDown \ static_assert(alignof(UserWidget_OnPreviewKeyDown) == 0x000008, "Wrong alignment on UserWidget_OnPreviewKeyDown"); \ static_assert(sizeof(UserWidget_OnPreviewKeyDown) == 0x000128, "Wrong size on UserWidget_OnPreviewKeyDown"); \ static_assert(offsetof(UserWidget_OnPreviewKeyDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnPreviewKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnPreviewKeyDown, InKeyEvent) == 0x000038, "Member 'UserWidget_OnPreviewKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnPreviewKeyDown, ReturnValue) == 0x000070, "Member 'UserWidget_OnPreviewKeyDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnPreviewMouseButtonDown \ static_assert(alignof(UserWidget_OnPreviewMouseButtonDown) == 0x000008, "Wrong alignment on UserWidget_OnPreviewMouseButtonDown"); \ static_assert(sizeof(UserWidget_OnPreviewMouseButtonDown) == 0x000160, "Wrong size on UserWidget_OnPreviewMouseButtonDown"); \ static_assert(offsetof(UserWidget_OnPreviewMouseButtonDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnPreviewMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnPreviewMouseButtonDown, MouseEvent) == 0x000038, "Member 'UserWidget_OnPreviewMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnPreviewMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnPreviewMouseButtonDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnRemovedFromFocusPath \ static_assert(alignof(UserWidget_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on UserWidget_OnRemovedFromFocusPath"); \ static_assert(sizeof(UserWidget_OnRemovedFromFocusPath) == 0x000008, "Wrong size on UserWidget_OnRemovedFromFocusPath"); \ static_assert(offsetof(UserWidget_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'UserWidget_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnTouchEnded \ static_assert(alignof(UserWidget_OnTouchEnded) == 0x000008, "Wrong alignment on UserWidget_OnTouchEnded"); \ static_assert(sizeof(UserWidget_OnTouchEnded) == 0x000160, "Wrong size on UserWidget_OnTouchEnded"); \ static_assert(offsetof(UserWidget_OnTouchEnded, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchEnded::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchEnded, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchEnded::InTouchEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchEnded, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnTouchEnded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnTouchForceChanged \ static_assert(alignof(UserWidget_OnTouchForceChanged) == 0x000008, "Wrong alignment on UserWidget_OnTouchForceChanged"); \ static_assert(sizeof(UserWidget_OnTouchForceChanged) == 0x000160, "Wrong size on UserWidget_OnTouchForceChanged"); \ static_assert(offsetof(UserWidget_OnTouchForceChanged, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchForceChanged::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchForceChanged, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchForceChanged::InTouchEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchForceChanged, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnTouchForceChanged::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnTouchGesture \ static_assert(alignof(UserWidget_OnTouchGesture) == 0x000008, "Wrong alignment on UserWidget_OnTouchGesture"); \ static_assert(sizeof(UserWidget_OnTouchGesture) == 0x000160, "Wrong size on UserWidget_OnTouchGesture"); \ static_assert(offsetof(UserWidget_OnTouchGesture, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchGesture::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchGesture, GestureEvent) == 0x000038, "Member 'UserWidget_OnTouchGesture::GestureEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchGesture, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnTouchGesture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnTouchMoved \ static_assert(alignof(UserWidget_OnTouchMoved) == 0x000008, "Wrong alignment on UserWidget_OnTouchMoved"); \ static_assert(sizeof(UserWidget_OnTouchMoved) == 0x000160, "Wrong size on UserWidget_OnTouchMoved"); \ static_assert(offsetof(UserWidget_OnTouchMoved, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchMoved::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchMoved, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchMoved::InTouchEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchMoved, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnTouchMoved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnTouchStarted \ static_assert(alignof(UserWidget_OnTouchStarted) == 0x000008, "Wrong alignment on UserWidget_OnTouchStarted"); \ static_assert(sizeof(UserWidget_OnTouchStarted) == 0x000160, "Wrong size on UserWidget_OnTouchStarted"); \ static_assert(offsetof(UserWidget_OnTouchStarted, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchStarted::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchStarted, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchStarted::InTouchEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchStarted, ReturnValue) == 0x0000A8, "Member 'UserWidget_OnTouchStarted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PauseAnimation \ static_assert(alignof(UserWidget_PauseAnimation) == 0x000008, "Wrong alignment on UserWidget_PauseAnimation"); \ static_assert(sizeof(UserWidget_PauseAnimation) == 0x000010, "Wrong size on UserWidget_PauseAnimation"); \ static_assert(offsetof(UserWidget_PauseAnimation, InAnimation) == 0x000000, "Member 'UserWidget_PauseAnimation::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PauseAnimation, ReturnValue) == 0x000008, "Member 'UserWidget_PauseAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PlayAnimation \ static_assert(alignof(UserWidget_PlayAnimation) == 0x000008, "Wrong alignment on UserWidget_PlayAnimation"); \ static_assert(sizeof(UserWidget_PlayAnimation) == 0x000028, "Wrong size on UserWidget_PlayAnimation"); \ static_assert(offsetof(UserWidget_PlayAnimation, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimation::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, StartAtTime) == 0x000008, "Member 'UserWidget_PlayAnimation::StartAtTime' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, NumLoopsToPlay) == 0x00000C, "Member 'UserWidget_PlayAnimation::NumLoopsToPlay' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, PlayMode) == 0x000010, "Member 'UserWidget_PlayAnimation::PlayMode' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, PlaybackSpeed) == 0x000014, "Member 'UserWidget_PlayAnimation::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, bRestoreState) == 0x000018, "Member 'UserWidget_PlayAnimation::bRestoreState' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, ReturnValue) == 0x000020, "Member 'UserWidget_PlayAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PlayAnimationForward \ static_assert(alignof(UserWidget_PlayAnimationForward) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationForward"); \ static_assert(sizeof(UserWidget_PlayAnimationForward) == 0x000018, "Wrong size on UserWidget_PlayAnimationForward"); \ static_assert(offsetof(UserWidget_PlayAnimationForward, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationForward::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationForward, PlaybackSpeed) == 0x000008, "Member 'UserWidget_PlayAnimationForward::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationForward, bRestoreState) == 0x00000C, "Member 'UserWidget_PlayAnimationForward::bRestoreState' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationForward, ReturnValue) == 0x000010, "Member 'UserWidget_PlayAnimationForward::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PlayAnimationReverse \ static_assert(alignof(UserWidget_PlayAnimationReverse) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationReverse"); \ static_assert(sizeof(UserWidget_PlayAnimationReverse) == 0x000018, "Wrong size on UserWidget_PlayAnimationReverse"); \ static_assert(offsetof(UserWidget_PlayAnimationReverse, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationReverse::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationReverse, PlaybackSpeed) == 0x000008, "Member 'UserWidget_PlayAnimationReverse::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationReverse, bRestoreState) == 0x00000C, "Member 'UserWidget_PlayAnimationReverse::bRestoreState' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationReverse, ReturnValue) == 0x000010, "Member 'UserWidget_PlayAnimationReverse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PlayAnimationTimeRange \ static_assert(alignof(UserWidget_PlayAnimationTimeRange) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationTimeRange"); \ static_assert(sizeof(UserWidget_PlayAnimationTimeRange) == 0x000028, "Wrong size on UserWidget_PlayAnimationTimeRange"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationTimeRange::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, StartAtTime) == 0x000008, "Member 'UserWidget_PlayAnimationTimeRange::StartAtTime' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, EndAtTime) == 0x00000C, "Member 'UserWidget_PlayAnimationTimeRange::EndAtTime' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, NumLoopsToPlay) == 0x000010, "Member 'UserWidget_PlayAnimationTimeRange::NumLoopsToPlay' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, PlayMode) == 0x000014, "Member 'UserWidget_PlayAnimationTimeRange::PlayMode' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, PlaybackSpeed) == 0x000018, "Member 'UserWidget_PlayAnimationTimeRange::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, bRestoreState) == 0x00001C, "Member 'UserWidget_PlayAnimationTimeRange::bRestoreState' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, ReturnValue) == 0x000020, "Member 'UserWidget_PlayAnimationTimeRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PlaySound \ static_assert(alignof(UserWidget_PlaySound) == 0x000008, "Wrong alignment on UserWidget_PlaySound"); \ static_assert(sizeof(UserWidget_PlaySound) == 0x000008, "Wrong size on UserWidget_PlaySound"); \ static_assert(offsetof(UserWidget_PlaySound, SoundToPlay) == 0x000000, "Member 'UserWidget_PlaySound::SoundToPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PreConstruct \ static_assert(alignof(UserWidget_PreConstruct) == 0x000001, "Wrong alignment on UserWidget_PreConstruct"); \ static_assert(sizeof(UserWidget_PreConstruct) == 0x000001, "Wrong size on UserWidget_PreConstruct"); \ static_assert(offsetof(UserWidget_PreConstruct, IsDesignTime) == 0x000000, "Member 'UserWidget_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_ReverseAnimation \ static_assert(alignof(UserWidget_ReverseAnimation) == 0x000008, "Wrong alignment on UserWidget_ReverseAnimation"); \ static_assert(sizeof(UserWidget_ReverseAnimation) == 0x000008, "Wrong size on UserWidget_ReverseAnimation"); \ static_assert(offsetof(UserWidget_ReverseAnimation, InAnimation) == 0x000000, "Member 'UserWidget_ReverseAnimation::InAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetAlignmentInViewport \ static_assert(alignof(UserWidget_SetAlignmentInViewport) == 0x000004, "Wrong alignment on UserWidget_SetAlignmentInViewport"); \ static_assert(sizeof(UserWidget_SetAlignmentInViewport) == 0x000008, "Wrong size on UserWidget_SetAlignmentInViewport"); \ static_assert(offsetof(UserWidget_SetAlignmentInViewport, Alignment) == 0x000000, "Member 'UserWidget_SetAlignmentInViewport::Alignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetAnchorsInViewport \ static_assert(alignof(UserWidget_SetAnchorsInViewport) == 0x000004, "Wrong alignment on UserWidget_SetAnchorsInViewport"); \ static_assert(sizeof(UserWidget_SetAnchorsInViewport) == 0x000010, "Wrong size on UserWidget_SetAnchorsInViewport"); \ static_assert(offsetof(UserWidget_SetAnchorsInViewport, Anchors) == 0x000000, "Member 'UserWidget_SetAnchorsInViewport::Anchors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetAnimationCurrentTime \ static_assert(alignof(UserWidget_SetAnimationCurrentTime) == 0x000008, "Wrong alignment on UserWidget_SetAnimationCurrentTime"); \ static_assert(sizeof(UserWidget_SetAnimationCurrentTime) == 0x000010, "Wrong size on UserWidget_SetAnimationCurrentTime"); \ static_assert(offsetof(UserWidget_SetAnimationCurrentTime, InAnimation) == 0x000000, "Member 'UserWidget_SetAnimationCurrentTime::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_SetAnimationCurrentTime, InTime) == 0x000008, "Member 'UserWidget_SetAnimationCurrentTime::InTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetColorAndOpacity \ static_assert(alignof(UserWidget_SetColorAndOpacity) == 0x000004, "Wrong alignment on UserWidget_SetColorAndOpacity"); \ static_assert(sizeof(UserWidget_SetColorAndOpacity) == 0x000010, "Wrong size on UserWidget_SetColorAndOpacity"); \ static_assert(offsetof(UserWidget_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'UserWidget_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetDesiredSizeInViewport \ static_assert(alignof(UserWidget_SetDesiredSizeInViewport) == 0x000004, "Wrong alignment on UserWidget_SetDesiredSizeInViewport"); \ static_assert(sizeof(UserWidget_SetDesiredSizeInViewport) == 0x000008, "Wrong size on UserWidget_SetDesiredSizeInViewport"); \ static_assert(offsetof(UserWidget_SetDesiredSizeInViewport, size) == 0x000000, "Member 'UserWidget_SetDesiredSizeInViewport::size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetForegroundColor \ static_assert(alignof(UserWidget_SetForegroundColor) == 0x000008, "Wrong alignment on UserWidget_SetForegroundColor"); \ static_assert(sizeof(UserWidget_SetForegroundColor) == 0x000028, "Wrong size on UserWidget_SetForegroundColor"); \ static_assert(offsetof(UserWidget_SetForegroundColor, InForegroundColor) == 0x000000, "Member 'UserWidget_SetForegroundColor::InForegroundColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetInputActionBlocking \ static_assert(alignof(UserWidget_SetInputActionBlocking) == 0x000001, "Wrong alignment on UserWidget_SetInputActionBlocking"); \ static_assert(sizeof(UserWidget_SetInputActionBlocking) == 0x000001, "Wrong size on UserWidget_SetInputActionBlocking"); \ static_assert(offsetof(UserWidget_SetInputActionBlocking, bShouldBlock) == 0x000000, "Member 'UserWidget_SetInputActionBlocking::bShouldBlock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetInputActionPriority \ static_assert(alignof(UserWidget_SetInputActionPriority) == 0x000004, "Wrong alignment on UserWidget_SetInputActionPriority"); \ static_assert(sizeof(UserWidget_SetInputActionPriority) == 0x000004, "Wrong size on UserWidget_SetInputActionPriority"); \ static_assert(offsetof(UserWidget_SetInputActionPriority, NewPriority) == 0x000000, "Member 'UserWidget_SetInputActionPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetNumLoopsToPlay \ static_assert(alignof(UserWidget_SetNumLoopsToPlay) == 0x000008, "Wrong alignment on UserWidget_SetNumLoopsToPlay"); \ static_assert(sizeof(UserWidget_SetNumLoopsToPlay) == 0x000010, "Wrong size on UserWidget_SetNumLoopsToPlay"); \ static_assert(offsetof(UserWidget_SetNumLoopsToPlay, InAnimation) == 0x000000, "Member 'UserWidget_SetNumLoopsToPlay::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_SetNumLoopsToPlay, NumLoopsToPlay) == 0x000008, "Member 'UserWidget_SetNumLoopsToPlay::NumLoopsToPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetOwningPlayer \ static_assert(alignof(UserWidget_SetOwningPlayer) == 0x000008, "Wrong alignment on UserWidget_SetOwningPlayer"); \ static_assert(sizeof(UserWidget_SetOwningPlayer) == 0x000008, "Wrong size on UserWidget_SetOwningPlayer"); \ static_assert(offsetof(UserWidget_SetOwningPlayer, LocalPlayerController) == 0x000000, "Member 'UserWidget_SetOwningPlayer::LocalPlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetPadding \ static_assert(alignof(UserWidget_SetPadding) == 0x000004, "Wrong alignment on UserWidget_SetPadding"); \ static_assert(sizeof(UserWidget_SetPadding) == 0x000010, "Wrong size on UserWidget_SetPadding"); \ static_assert(offsetof(UserWidget_SetPadding, InPadding) == 0x000000, "Member 'UserWidget_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetPlaybackSpeed \ static_assert(alignof(UserWidget_SetPlaybackSpeed) == 0x000008, "Wrong alignment on UserWidget_SetPlaybackSpeed"); \ static_assert(sizeof(UserWidget_SetPlaybackSpeed) == 0x000010, "Wrong size on UserWidget_SetPlaybackSpeed"); \ static_assert(offsetof(UserWidget_SetPlaybackSpeed, InAnimation) == 0x000000, "Member 'UserWidget_SetPlaybackSpeed::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_SetPlaybackSpeed, PlaybackSpeed) == 0x000008, "Member 'UserWidget_SetPlaybackSpeed::PlaybackSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_SetPositionInViewport \ static_assert(alignof(UserWidget_SetPositionInViewport) == 0x000004, "Wrong alignment on UserWidget_SetPositionInViewport"); \ static_assert(sizeof(UserWidget_SetPositionInViewport) == 0x00000C, "Wrong size on UserWidget_SetPositionInViewport"); \ static_assert(offsetof(UserWidget_SetPositionInViewport, Position) == 0x000000, "Member 'UserWidget_SetPositionInViewport::Position' has a wrong offset!"); \ static_assert(offsetof(UserWidget_SetPositionInViewport, bRemoveDPIScale) == 0x000008, "Member 'UserWidget_SetPositionInViewport::bRemoveDPIScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_StopAnimation \ static_assert(alignof(UserWidget_StopAnimation) == 0x000008, "Wrong alignment on UserWidget_StopAnimation"); \ static_assert(sizeof(UserWidget_StopAnimation) == 0x000008, "Wrong size on UserWidget_StopAnimation"); \ static_assert(offsetof(UserWidget_StopAnimation, InAnimation) == 0x000000, "Member 'UserWidget_StopAnimation::InAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_StopListeningForInputAction \ static_assert(alignof(UserWidget_StopListeningForInputAction) == 0x000004, "Wrong alignment on UserWidget_StopListeningForInputAction"); \ static_assert(sizeof(UserWidget_StopListeningForInputAction) == 0x00000C, "Wrong size on UserWidget_StopListeningForInputAction"); \ static_assert(offsetof(UserWidget_StopListeningForInputAction, ActionName) == 0x000000, "Member 'UserWidget_StopListeningForInputAction::ActionName' has a wrong offset!"); \ static_assert(offsetof(UserWidget_StopListeningForInputAction, EventType) == 0x000008, "Member 'UserWidget_StopListeningForInputAction::EventType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_Tick \ static_assert(alignof(UserWidget_Tick) == 0x000004, "Wrong alignment on UserWidget_Tick"); \ static_assert(sizeof(UserWidget_Tick) == 0x00003C, "Wrong size on UserWidget_Tick"); \ static_assert(offsetof(UserWidget_Tick, MyGeometry) == 0x000000, "Member 'UserWidget_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_Tick, InDeltaTime) == 0x000038, "Member 'UserWidget_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_UnbindAllFromAnimationFinished \ static_assert(alignof(UserWidget_UnbindAllFromAnimationFinished) == 0x000008, "Wrong alignment on UserWidget_UnbindAllFromAnimationFinished"); \ static_assert(sizeof(UserWidget_UnbindAllFromAnimationFinished) == 0x000008, "Wrong size on UserWidget_UnbindAllFromAnimationFinished"); \ static_assert(offsetof(UserWidget_UnbindAllFromAnimationFinished, Animation) == 0x000000, "Member 'UserWidget_UnbindAllFromAnimationFinished::Animation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_UnbindAllFromAnimationStarted \ static_assert(alignof(UserWidget_UnbindAllFromAnimationStarted) == 0x000008, "Wrong alignment on UserWidget_UnbindAllFromAnimationStarted"); \ static_assert(sizeof(UserWidget_UnbindAllFromAnimationStarted) == 0x000008, "Wrong size on UserWidget_UnbindAllFromAnimationStarted"); \ static_assert(offsetof(UserWidget_UnbindAllFromAnimationStarted, Animation) == 0x000000, "Member 'UserWidget_UnbindAllFromAnimationStarted::Animation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_UnbindFromAnimationFinished \ static_assert(alignof(UserWidget_UnbindFromAnimationFinished) == 0x000008, "Wrong alignment on UserWidget_UnbindFromAnimationFinished"); \ static_assert(sizeof(UserWidget_UnbindFromAnimationFinished) == 0x000018, "Wrong size on UserWidget_UnbindFromAnimationFinished"); \ static_assert(offsetof(UserWidget_UnbindFromAnimationFinished, Animation) == 0x000000, "Member 'UserWidget_UnbindFromAnimationFinished::Animation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_UnbindFromAnimationFinished, Delegate) == 0x000008, "Member 'UserWidget_UnbindFromAnimationFinished::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_UnbindFromAnimationStarted \ static_assert(alignof(UserWidget_UnbindFromAnimationStarted) == 0x000008, "Wrong alignment on UserWidget_UnbindFromAnimationStarted"); \ static_assert(sizeof(UserWidget_UnbindFromAnimationStarted) == 0x000018, "Wrong size on UserWidget_UnbindFromAnimationStarted"); \ static_assert(offsetof(UserWidget_UnbindFromAnimationStarted, Animation) == 0x000000, "Member 'UserWidget_UnbindFromAnimationStarted::Animation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_UnbindFromAnimationStarted, Delegate) == 0x000008, "Member 'UserWidget_UnbindFromAnimationStarted::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_GetAlignmentInViewport \ static_assert(alignof(UserWidget_GetAlignmentInViewport) == 0x000004, "Wrong alignment on UserWidget_GetAlignmentInViewport"); \ static_assert(sizeof(UserWidget_GetAlignmentInViewport) == 0x000008, "Wrong size on UserWidget_GetAlignmentInViewport"); \ static_assert(offsetof(UserWidget_GetAlignmentInViewport, ReturnValue) == 0x000000, "Member 'UserWidget_GetAlignmentInViewport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_GetAnchorsInViewport \ static_assert(alignof(UserWidget_GetAnchorsInViewport) == 0x000004, "Wrong alignment on UserWidget_GetAnchorsInViewport"); \ static_assert(sizeof(UserWidget_GetAnchorsInViewport) == 0x000010, "Wrong size on UserWidget_GetAnchorsInViewport"); \ static_assert(offsetof(UserWidget_GetAnchorsInViewport, ReturnValue) == 0x000000, "Member 'UserWidget_GetAnchorsInViewport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_GetAnimationCurrentTime \ static_assert(alignof(UserWidget_GetAnimationCurrentTime) == 0x000008, "Wrong alignment on UserWidget_GetAnimationCurrentTime"); \ static_assert(sizeof(UserWidget_GetAnimationCurrentTime) == 0x000010, "Wrong size on UserWidget_GetAnimationCurrentTime"); \ static_assert(offsetof(UserWidget_GetAnimationCurrentTime, InAnimation) == 0x000000, "Member 'UserWidget_GetAnimationCurrentTime::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_GetAnimationCurrentTime, ReturnValue) == 0x000008, "Member 'UserWidget_GetAnimationCurrentTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_GetIsVisible \ static_assert(alignof(UserWidget_GetIsVisible) == 0x000001, "Wrong alignment on UserWidget_GetIsVisible"); \ static_assert(sizeof(UserWidget_GetIsVisible) == 0x000001, "Wrong size on UserWidget_GetIsVisible"); \ static_assert(offsetof(UserWidget_GetIsVisible, ReturnValue) == 0x000000, "Member 'UserWidget_GetIsVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_GetOwningPlayerCameraManager \ static_assert(alignof(UserWidget_GetOwningPlayerCameraManager) == 0x000008, "Wrong alignment on UserWidget_GetOwningPlayerCameraManager"); \ static_assert(sizeof(UserWidget_GetOwningPlayerCameraManager) == 0x000008, "Wrong size on UserWidget_GetOwningPlayerCameraManager"); \ static_assert(offsetof(UserWidget_GetOwningPlayerCameraManager, ReturnValue) == 0x000000, "Member 'UserWidget_GetOwningPlayerCameraManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_GetOwningPlayerPawn \ static_assert(alignof(UserWidget_GetOwningPlayerPawn) == 0x000008, "Wrong alignment on UserWidget_GetOwningPlayerPawn"); \ static_assert(sizeof(UserWidget_GetOwningPlayerPawn) == 0x000008, "Wrong size on UserWidget_GetOwningPlayerPawn"); \ static_assert(offsetof(UserWidget_GetOwningPlayerPawn, ReturnValue) == 0x000000, "Member 'UserWidget_GetOwningPlayerPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_IsAnimationPlaying \ static_assert(alignof(UserWidget_IsAnimationPlaying) == 0x000008, "Wrong alignment on UserWidget_IsAnimationPlaying"); \ static_assert(sizeof(UserWidget_IsAnimationPlaying) == 0x000010, "Wrong size on UserWidget_IsAnimationPlaying"); \ static_assert(offsetof(UserWidget_IsAnimationPlaying, InAnimation) == 0x000000, "Member 'UserWidget_IsAnimationPlaying::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_IsAnimationPlaying, ReturnValue) == 0x000008, "Member 'UserWidget_IsAnimationPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_IsAnyAnimationPlaying \ static_assert(alignof(UserWidget_IsAnyAnimationPlaying) == 0x000001, "Wrong alignment on UserWidget_IsAnyAnimationPlaying"); \ static_assert(sizeof(UserWidget_IsAnyAnimationPlaying) == 0x000001, "Wrong size on UserWidget_IsAnyAnimationPlaying"); \ static_assert(offsetof(UserWidget_IsAnyAnimationPlaying, ReturnValue) == 0x000000, "Member 'UserWidget_IsAnyAnimationPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_IsInteractable \ static_assert(alignof(UserWidget_IsInteractable) == 0x000001, "Wrong alignment on UserWidget_IsInteractable"); \ static_assert(sizeof(UserWidget_IsInteractable) == 0x000001, "Wrong size on UserWidget_IsInteractable"); \ static_assert(offsetof(UserWidget_IsInteractable, ReturnValue) == 0x000000, "Member 'UserWidget_IsInteractable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_IsInViewport \ static_assert(alignof(UserWidget_IsInViewport) == 0x000001, "Wrong alignment on UserWidget_IsInViewport"); \ static_assert(sizeof(UserWidget_IsInViewport) == 0x000001, "Wrong size on UserWidget_IsInViewport"); \ static_assert(offsetof(UserWidget_IsInViewport, ReturnValue) == 0x000000, "Member 'UserWidget_IsInViewport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_IsListeningForInputAction \ static_assert(alignof(UserWidget_IsListeningForInputAction) == 0x000004, "Wrong alignment on UserWidget_IsListeningForInputAction"); \ static_assert(sizeof(UserWidget_IsListeningForInputAction) == 0x00000C, "Wrong size on UserWidget_IsListeningForInputAction"); \ static_assert(offsetof(UserWidget_IsListeningForInputAction, ActionName) == 0x000000, "Member 'UserWidget_IsListeningForInputAction::ActionName' has a wrong offset!"); \ static_assert(offsetof(UserWidget_IsListeningForInputAction, ReturnValue) == 0x000008, "Member 'UserWidget_IsListeningForInputAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_IsPlayingAnimation \ static_assert(alignof(UserWidget_IsPlayingAnimation) == 0x000001, "Wrong alignment on UserWidget_IsPlayingAnimation"); \ static_assert(sizeof(UserWidget_IsPlayingAnimation) == 0x000001, "Wrong size on UserWidget_IsPlayingAnimation"); \ static_assert(offsetof(UserWidget_IsPlayingAnimation, ReturnValue) == 0x000000, "Member 'UserWidget_IsPlayingAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnPaint \ static_assert(alignof(UserWidget_OnPaint) == 0x000008, "Wrong alignment on UserWidget_OnPaint"); \ static_assert(sizeof(UserWidget_OnPaint) == 0x000030, "Wrong size on UserWidget_OnPaint"); \ static_assert(offsetof(UserWidget_OnPaint, Context) == 0x000000, "Member 'UserWidget_OnPaint::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUserWidget \ static_assert(alignof(UUserWidget) == 0x000008, "Wrong alignment on UUserWidget"); \ static_assert(sizeof(UUserWidget) == 0x000268, "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_UMovieScene2DTransformPropertySystem \ static_assert(alignof(UMovieScene2DTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieScene2DTransformPropertySystem"); \ static_assert(sizeof(UMovieScene2DTransformPropertySystem) == 0x000058, "Wrong size on UMovieScene2DTransformPropertySystem"); \ #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_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_GetDefaultColorAndOpacity \ static_assert(alignof(RichTextBlock_GetDefaultColorAndOpacity) == 0x000008, "Wrong alignment on RichTextBlock_GetDefaultColorAndOpacity"); \ static_assert(sizeof(RichTextBlock_GetDefaultColorAndOpacity) == 0x000028, "Wrong size on RichTextBlock_GetDefaultColorAndOpacity"); \ static_assert(offsetof(RichTextBlock_GetDefaultColorAndOpacity, ReturnValue) == 0x000000, "Member 'RichTextBlock_GetDefaultColorAndOpacity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetAutoWrapText \ static_assert(alignof(RichTextBlock_SetAutoWrapText) == 0x000001, "Wrong alignment on RichTextBlock_SetAutoWrapText"); \ static_assert(sizeof(RichTextBlock_SetAutoWrapText) == 0x000001, "Wrong size on RichTextBlock_SetAutoWrapText"); \ static_assert(offsetof(RichTextBlock_SetAutoWrapText, InAutoTextWrap) == 0x000000, "Member 'RichTextBlock_SetAutoWrapText::InAutoTextWrap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetDefaultColorAndOpacity \ static_assert(alignof(RichTextBlock_SetDefaultColorAndOpacity) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultColorAndOpacity"); \ static_assert(sizeof(RichTextBlock_SetDefaultColorAndOpacity) == 0x000028, "Wrong size on RichTextBlock_SetDefaultColorAndOpacity"); \ static_assert(offsetof(RichTextBlock_SetDefaultColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'RichTextBlock_SetDefaultColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetDefaultFont \ static_assert(alignof(RichTextBlock_SetDefaultFont) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultFont"); \ static_assert(sizeof(RichTextBlock_SetDefaultFont) == 0x000058, "Wrong size on RichTextBlock_SetDefaultFont"); \ static_assert(offsetof(RichTextBlock_SetDefaultFont, InFontInfo) == 0x000000, "Member 'RichTextBlock_SetDefaultFont::InFontInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetDefaultShadowColorAndOpacity \ static_assert(alignof(RichTextBlock_SetDefaultShadowColorAndOpacity) == 0x000004, "Wrong alignment on RichTextBlock_SetDefaultShadowColorAndOpacity"); \ static_assert(sizeof(RichTextBlock_SetDefaultShadowColorAndOpacity) == 0x000010, "Wrong size on RichTextBlock_SetDefaultShadowColorAndOpacity"); \ static_assert(offsetof(RichTextBlock_SetDefaultShadowColorAndOpacity, InShadowColorAndOpacity) == 0x000000, "Member 'RichTextBlock_SetDefaultShadowColorAndOpacity::InShadowColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetDefaultShadowOffset \ static_assert(alignof(RichTextBlock_SetDefaultShadowOffset) == 0x000004, "Wrong alignment on RichTextBlock_SetDefaultShadowOffset"); \ static_assert(sizeof(RichTextBlock_SetDefaultShadowOffset) == 0x000008, "Wrong size on RichTextBlock_SetDefaultShadowOffset"); \ static_assert(offsetof(RichTextBlock_SetDefaultShadowOffset, InShadowOffset) == 0x000000, "Member 'RichTextBlock_SetDefaultShadowOffset::InShadowOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetDefaultStrikeBrush \ static_assert(alignof(RichTextBlock_SetDefaultStrikeBrush) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultStrikeBrush"); \ static_assert(sizeof(RichTextBlock_SetDefaultStrikeBrush) == 0x000088, "Wrong size on RichTextBlock_SetDefaultStrikeBrush"); \ static_assert(offsetof(RichTextBlock_SetDefaultStrikeBrush, InStrikeBrush) == 0x000000, "Member 'RichTextBlock_SetDefaultStrikeBrush::InStrikeBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetDefaultTextStyle \ static_assert(alignof(RichTextBlock_SetDefaultTextStyle) == 0x000008, "Wrong alignment on RichTextBlock_SetDefaultTextStyle"); \ static_assert(sizeof(RichTextBlock_SetDefaultTextStyle) == 0x000270, "Wrong size on RichTextBlock_SetDefaultTextStyle"); \ static_assert(offsetof(RichTextBlock_SetDefaultTextStyle, InDefaultTextStyle) == 0x000000, "Member 'RichTextBlock_SetDefaultTextStyle::InDefaultTextStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetMinDesiredWidth \ static_assert(alignof(RichTextBlock_SetMinDesiredWidth) == 0x000004, "Wrong alignment on RichTextBlock_SetMinDesiredWidth"); \ static_assert(sizeof(RichTextBlock_SetMinDesiredWidth) == 0x000004, "Wrong size on RichTextBlock_SetMinDesiredWidth"); \ static_assert(offsetof(RichTextBlock_SetMinDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'RichTextBlock_SetMinDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetText \ static_assert(alignof(RichTextBlock_SetText) == 0x000008, "Wrong alignment on RichTextBlock_SetText"); \ static_assert(sizeof(RichTextBlock_SetText) == 0x000018, "Wrong size on RichTextBlock_SetText"); \ static_assert(offsetof(RichTextBlock_SetText, InText) == 0x000000, "Member 'RichTextBlock_SetText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetTextStyleSet \ static_assert(alignof(RichTextBlock_SetTextStyleSet) == 0x000008, "Wrong alignment on RichTextBlock_SetTextStyleSet"); \ static_assert(sizeof(RichTextBlock_SetTextStyleSet) == 0x000008, "Wrong size on RichTextBlock_SetTextStyleSet"); \ static_assert(offsetof(RichTextBlock_SetTextStyleSet, NewTextStyleSet) == 0x000000, "Member 'RichTextBlock_SetTextStyleSet::NewTextStyleSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_SetTextTransformPolicy \ static_assert(alignof(RichTextBlock_SetTextTransformPolicy) == 0x000001, "Wrong alignment on RichTextBlock_SetTextTransformPolicy"); \ static_assert(sizeof(RichTextBlock_SetTextTransformPolicy) == 0x000001, "Wrong size on RichTextBlock_SetTextTransformPolicy"); \ static_assert(offsetof(RichTextBlock_SetTextTransformPolicy, InTransformPolicy) == 0x000000, "Member 'RichTextBlock_SetTextTransformPolicy::InTransformPolicy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_GetText \ static_assert(alignof(RichTextBlock_GetText) == 0x000008, "Wrong alignment on RichTextBlock_GetText"); \ static_assert(sizeof(RichTextBlock_GetText) == 0x000018, "Wrong size on RichTextBlock_GetText"); \ static_assert(offsetof(RichTextBlock_GetText, ReturnValue) == 0x000000, "Member 'RichTextBlock_GetText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URichTextBlock \ static_assert(alignof(URichTextBlock) == 0x000008, "Wrong alignment on URichTextBlock"); \ static_assert(sizeof(URichTextBlock) == 0x000678, "Wrong size on URichTextBlock"); \ static_assert(offsetof(URichTextBlock, Text) == 0x000128, "Member 'URichTextBlock::Text' has a wrong offset!"); \ static_assert(offsetof(URichTextBlock, TextStyleSet) == 0x000140, "Member 'URichTextBlock::TextStyleSet' has a wrong offset!"); \ static_assert(offsetof(URichTextBlock, DecoratorClasses) == 0x000148, "Member 'URichTextBlock::DecoratorClasses' has a wrong offset!"); \ static_assert(offsetof(URichTextBlock, bOverrideDefaultStyle) == 0x000158, "Member 'URichTextBlock::bOverrideDefaultStyle' has a wrong offset!"); \ static_assert(offsetof(URichTextBlock, DefaultTextStyleOverride) == 0x000160, "Member 'URichTextBlock::DefaultTextStyleOverride' has a wrong offset!"); \ static_assert(offsetof(URichTextBlock, MinDesiredWidth) == 0x0003D0, "Member 'URichTextBlock::MinDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(URichTextBlock, TextTransformPolicy) == 0x0003D4, "Member 'URichTextBlock::TextTransformPolicy' has a wrong offset!"); \ static_assert(offsetof(URichTextBlock, DefaultTextStyle) == 0x0003D8, "Member 'URichTextBlock::DefaultTextStyle' has a wrong offset!"); \ static_assert(offsetof(URichTextBlock, InstanceDecorators) == 0x000648, "Member 'URichTextBlock::InstanceDecorators' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPropertyBinding \ static_assert(alignof(UPropertyBinding) == 0x000008, "Wrong alignment on UPropertyBinding"); \ static_assert(sizeof(UPropertyBinding) == 0x000060, "Wrong size on UPropertyBinding"); \ static_assert(offsetof(UPropertyBinding, SourceObject) == 0x000028, "Member 'UPropertyBinding::SourceObject' has a wrong offset!"); \ static_assert(offsetof(UPropertyBinding, SourcePath) == 0x000030, "Member 'UPropertyBinding::SourcePath' has a wrong offset!"); \ static_assert(offsetof(UPropertyBinding, DestinationProperty) == 0x000058, "Member 'UPropertyBinding::DestinationProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrushBinding_GetValue \ static_assert(alignof(BrushBinding_GetValue) == 0x000008, "Wrong alignment on BrushBinding_GetValue"); \ static_assert(sizeof(BrushBinding_GetValue) == 0x000088, "Wrong size on BrushBinding_GetValue"); \ static_assert(offsetof(BrushBinding_GetValue, ReturnValue) == 0x000000, "Member 'BrushBinding_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBrushBinding \ static_assert(alignof(UBrushBinding) == 0x000008, "Wrong alignment on UBrushBinding"); \ static_assert(sizeof(UBrushBinding) == 0x000068, "Wrong size on UBrushBinding"); \ #define DUMPER7_ASSERTS_UPanelSlot \ static_assert(alignof(UPanelSlot) == 0x000008, "Wrong alignment on UPanelSlot"); \ static_assert(sizeof(UPanelSlot) == 0x000038, "Wrong size on UPanelSlot"); \ static_assert(offsetof(UPanelSlot, Parent) == 0x000028, "Member 'UPanelSlot::Parent' has a wrong offset!"); \ static_assert(offsetof(UPanelSlot, content) == 0x000030, "Member 'UPanelSlot::content' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlurSlot_SetHorizontalAlignment \ static_assert(alignof(BackgroundBlurSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on BackgroundBlurSlot_SetHorizontalAlignment"); \ static_assert(sizeof(BackgroundBlurSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on BackgroundBlurSlot_SetHorizontalAlignment"); \ static_assert(offsetof(BackgroundBlurSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'BackgroundBlurSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlurSlot_SetPadding \ static_assert(alignof(BackgroundBlurSlot_SetPadding) == 0x000004, "Wrong alignment on BackgroundBlurSlot_SetPadding"); \ static_assert(sizeof(BackgroundBlurSlot_SetPadding) == 0x000010, "Wrong size on BackgroundBlurSlot_SetPadding"); \ static_assert(offsetof(BackgroundBlurSlot_SetPadding, InPadding) == 0x000000, "Member 'BackgroundBlurSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlurSlot_SetVerticalAlignment \ static_assert(alignof(BackgroundBlurSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on BackgroundBlurSlot_SetVerticalAlignment"); \ static_assert(sizeof(BackgroundBlurSlot_SetVerticalAlignment) == 0x000001, "Wrong size on BackgroundBlurSlot_SetVerticalAlignment"); \ static_assert(offsetof(BackgroundBlurSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'BackgroundBlurSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBackgroundBlurSlot \ static_assert(alignof(UBackgroundBlurSlot) == 0x000008, "Wrong alignment on UBackgroundBlurSlot"); \ static_assert(sizeof(UBackgroundBlurSlot) == 0x000060, "Wrong size on UBackgroundBlurSlot"); \ static_assert(offsetof(UBackgroundBlurSlot, Padding) == 0x000038, "Member 'UBackgroundBlurSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlurSlot, HorizontalAlignment) == 0x000048, "Member 'UBackgroundBlurSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlurSlot, VerticalAlignment) == 0x000049, "Member 'UBackgroundBlurSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_URichTextBlockDecorator \ static_assert(alignof(URichTextBlockDecorator) == 0x000008, "Wrong alignment on URichTextBlockDecorator"); \ static_assert(sizeof(URichTextBlockDecorator) == 0x000028, "Wrong size on URichTextBlockDecorator"); \ #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_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_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_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) == 0x0005D0, "Wrong size on UWidgetComponent"); \ static_assert(offsetof(UWidgetComponent, Space) == 0x0004A8, "Member 'UWidgetComponent::Space' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TimingPolicy) == 0x0004A9, "Member 'UWidgetComponent::TimingPolicy' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, WidgetClass) == 0x0004B0, "Member 'UWidgetComponent::WidgetClass' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, DrawSize) == 0x0004B8, "Member 'UWidgetComponent::DrawSize' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bManuallyRedraw) == 0x0004C0, "Member 'UWidgetComponent::bManuallyRedraw' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bRedrawRequested) == 0x0004C1, "Member 'UWidgetComponent::bRedrawRequested' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, RedrawTime) == 0x0004C4, "Member 'UWidgetComponent::RedrawTime' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, CurrentDrawSize) == 0x0004D0, "Member 'UWidgetComponent::CurrentDrawSize' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bDrawAtDesiredSize) == 0x0004D8, "Member 'UWidgetComponent::bDrawAtDesiredSize' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, Pivot) == 0x0004DC, "Member 'UWidgetComponent::Pivot' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bReceiveHardwareInput) == 0x0004E4, "Member 'UWidgetComponent::bReceiveHardwareInput' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bWindowFocusable) == 0x0004E5, "Member 'UWidgetComponent::bWindowFocusable' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, WindowVisibility) == 0x0004E6, "Member 'UWidgetComponent::WindowVisibility' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bApplyGammaCorrection) == 0x0004E7, "Member 'UWidgetComponent::bApplyGammaCorrection' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, OwnerPlayer) == 0x0004E8, "Member 'UWidgetComponent::OwnerPlayer' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, BackgroundColor) == 0x0004F0, "Member 'UWidgetComponent::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TintColorAndOpacity) == 0x000500, "Member 'UWidgetComponent::TintColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, OpacityFromTexture) == 0x000510, "Member 'UWidgetComponent::OpacityFromTexture' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, BlendMode) == 0x000514, "Member 'UWidgetComponent::BlendMode' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bIsTwoSided) == 0x000515, "Member 'UWidgetComponent::bIsTwoSided' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TickWhenOffscreen) == 0x000516, "Member 'UWidgetComponent::TickWhenOffscreen' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, BodySetup) == 0x000518, "Member 'UWidgetComponent::BodySetup' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TranslucentMaterial) == 0x000520, "Member 'UWidgetComponent::TranslucentMaterial' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TranslucentMaterial_OneSided) == 0x000528, "Member 'UWidgetComponent::TranslucentMaterial_OneSided' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, OpaqueMaterial) == 0x000530, "Member 'UWidgetComponent::OpaqueMaterial' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, OpaqueMaterial_OneSided) == 0x000538, "Member 'UWidgetComponent::OpaqueMaterial_OneSided' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, MaskedMaterial) == 0x000540, "Member 'UWidgetComponent::MaskedMaterial' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, MaskedMaterial_OneSided) == 0x000548, "Member 'UWidgetComponent::MaskedMaterial_OneSided' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, RenderTarget) == 0x000550, "Member 'UWidgetComponent::RenderTarget' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, MaterialInstance) == 0x000558, "Member 'UWidgetComponent::MaterialInstance' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bAddedToScreen) == 0x000560, "Member 'UWidgetComponent::bAddedToScreen' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bEditTimeUsable) == 0x000561, "Member 'UWidgetComponent::bEditTimeUsable' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, SharedLayerName) == 0x000564, "Member 'UWidgetComponent::SharedLayerName' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, LayerZOrder) == 0x00056C, "Member 'UWidgetComponent::LayerZOrder' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, GeometryMode) == 0x000570, "Member 'UWidgetComponent::GeometryMode' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, CylinderArcAngle) == 0x000574, "Member 'UWidgetComponent::CylinderArcAngle' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TickMode) == 0x000578, "Member 'UWidgetComponent::TickMode' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, Widget) == 0x0005A0, "Member 'UWidgetComponent::Widget' 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_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_ScrollBox_ScrollWidgetIntoView \ static_assert(alignof(ScrollBox_ScrollWidgetIntoView) == 0x000008, "Wrong alignment on ScrollBox_ScrollWidgetIntoView"); \ static_assert(sizeof(ScrollBox_ScrollWidgetIntoView) == 0x000010, "Wrong size on ScrollBox_ScrollWidgetIntoView"); \ static_assert(offsetof(ScrollBox_ScrollWidgetIntoView, WidgetToFind) == 0x000000, "Member 'ScrollBox_ScrollWidgetIntoView::WidgetToFind' has a wrong offset!"); \ static_assert(offsetof(ScrollBox_ScrollWidgetIntoView, AnimateScroll) == 0x000008, "Member 'ScrollBox_ScrollWidgetIntoView::AnimateScroll' has a wrong offset!"); \ static_assert(offsetof(ScrollBox_ScrollWidgetIntoView, ScrollDestination) == 0x000009, "Member 'ScrollBox_ScrollWidgetIntoView::ScrollDestination' has a wrong offset!"); \ static_assert(offsetof(ScrollBox_ScrollWidgetIntoView, Padding) == 0x00000C, "Member 'ScrollBox_ScrollWidgetIntoView::Padding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetAllowOverscroll \ static_assert(alignof(ScrollBox_SetAllowOverscroll) == 0x000001, "Wrong alignment on ScrollBox_SetAllowOverscroll"); \ static_assert(sizeof(ScrollBox_SetAllowOverscroll) == 0x000001, "Wrong size on ScrollBox_SetAllowOverscroll"); \ static_assert(offsetof(ScrollBox_SetAllowOverscroll, NewAllowOverscroll) == 0x000000, "Member 'ScrollBox_SetAllowOverscroll::NewAllowOverscroll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetAlwaysShowScrollbar \ static_assert(alignof(ScrollBox_SetAlwaysShowScrollbar) == 0x000001, "Wrong alignment on ScrollBox_SetAlwaysShowScrollbar"); \ static_assert(sizeof(ScrollBox_SetAlwaysShowScrollbar) == 0x000001, "Wrong size on ScrollBox_SetAlwaysShowScrollbar"); \ static_assert(offsetof(ScrollBox_SetAlwaysShowScrollbar, NewAlwaysShowScrollbar) == 0x000000, "Member 'ScrollBox_SetAlwaysShowScrollbar::NewAlwaysShowScrollbar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetAnimateWheelScrolling \ static_assert(alignof(ScrollBox_SetAnimateWheelScrolling) == 0x000001, "Wrong alignment on ScrollBox_SetAnimateWheelScrolling"); \ static_assert(sizeof(ScrollBox_SetAnimateWheelScrolling) == 0x000001, "Wrong size on ScrollBox_SetAnimateWheelScrolling"); \ static_assert(offsetof(ScrollBox_SetAnimateWheelScrolling, bShouldAnimateWheelScrolling) == 0x000000, "Member 'ScrollBox_SetAnimateWheelScrolling::bShouldAnimateWheelScrolling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetConsumeMouseWheel \ static_assert(alignof(ScrollBox_SetConsumeMouseWheel) == 0x000001, "Wrong alignment on ScrollBox_SetConsumeMouseWheel"); \ static_assert(sizeof(ScrollBox_SetConsumeMouseWheel) == 0x000001, "Wrong size on ScrollBox_SetConsumeMouseWheel"); \ static_assert(offsetof(ScrollBox_SetConsumeMouseWheel, NewConsumeMouseWheel) == 0x000000, "Member 'ScrollBox_SetConsumeMouseWheel::NewConsumeMouseWheel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetOrientation \ static_assert(alignof(ScrollBox_SetOrientation) == 0x000001, "Wrong alignment on ScrollBox_SetOrientation"); \ static_assert(sizeof(ScrollBox_SetOrientation) == 0x000001, "Wrong size on ScrollBox_SetOrientation"); \ static_assert(offsetof(ScrollBox_SetOrientation, NewOrientation) == 0x000000, "Member 'ScrollBox_SetOrientation::NewOrientation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetScrollbarPadding \ static_assert(alignof(ScrollBox_SetScrollbarPadding) == 0x000004, "Wrong alignment on ScrollBox_SetScrollbarPadding"); \ static_assert(sizeof(ScrollBox_SetScrollbarPadding) == 0x000010, "Wrong size on ScrollBox_SetScrollbarPadding"); \ static_assert(offsetof(ScrollBox_SetScrollbarPadding, NewScrollbarPadding) == 0x000000, "Member 'ScrollBox_SetScrollbarPadding::NewScrollbarPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetScrollbarThickness \ static_assert(alignof(ScrollBox_SetScrollbarThickness) == 0x000004, "Wrong alignment on ScrollBox_SetScrollbarThickness"); \ static_assert(sizeof(ScrollBox_SetScrollbarThickness) == 0x000008, "Wrong size on ScrollBox_SetScrollbarThickness"); \ static_assert(offsetof(ScrollBox_SetScrollbarThickness, NewScrollbarThickness) == 0x000000, "Member 'ScrollBox_SetScrollbarThickness::NewScrollbarThickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetScrollBarVisibility \ static_assert(alignof(ScrollBox_SetScrollBarVisibility) == 0x000001, "Wrong alignment on ScrollBox_SetScrollBarVisibility"); \ static_assert(sizeof(ScrollBox_SetScrollBarVisibility) == 0x000001, "Wrong size on ScrollBox_SetScrollBarVisibility"); \ static_assert(offsetof(ScrollBox_SetScrollBarVisibility, NewScrollBarVisibility) == 0x000000, "Member 'ScrollBox_SetScrollBarVisibility::NewScrollBarVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetScrollOffset \ static_assert(alignof(ScrollBox_SetScrollOffset) == 0x000004, "Wrong alignment on ScrollBox_SetScrollOffset"); \ static_assert(sizeof(ScrollBox_SetScrollOffset) == 0x000004, "Wrong size on ScrollBox_SetScrollOffset"); \ static_assert(offsetof(ScrollBox_SetScrollOffset, NewScrollOffset) == 0x000000, "Member 'ScrollBox_SetScrollOffset::NewScrollOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetScrollWhenFocusChanges \ static_assert(alignof(ScrollBox_SetScrollWhenFocusChanges) == 0x000001, "Wrong alignment on ScrollBox_SetScrollWhenFocusChanges"); \ static_assert(sizeof(ScrollBox_SetScrollWhenFocusChanges) == 0x000001, "Wrong size on ScrollBox_SetScrollWhenFocusChanges"); \ static_assert(offsetof(ScrollBox_SetScrollWhenFocusChanges, NewScrollWhenFocusChanges) == 0x000000, "Member 'ScrollBox_SetScrollWhenFocusChanges::NewScrollWhenFocusChanges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_SetWheelScrollMultiplier \ static_assert(alignof(ScrollBox_SetWheelScrollMultiplier) == 0x000004, "Wrong alignment on ScrollBox_SetWheelScrollMultiplier"); \ static_assert(sizeof(ScrollBox_SetWheelScrollMultiplier) == 0x000004, "Wrong size on ScrollBox_SetWheelScrollMultiplier"); \ static_assert(offsetof(ScrollBox_SetWheelScrollMultiplier, NewWheelScrollMultiplier) == 0x000000, "Member 'ScrollBox_SetWheelScrollMultiplier::NewWheelScrollMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_GetScrollOffset \ static_assert(alignof(ScrollBox_GetScrollOffset) == 0x000004, "Wrong alignment on ScrollBox_GetScrollOffset"); \ static_assert(sizeof(ScrollBox_GetScrollOffset) == 0x000004, "Wrong size on ScrollBox_GetScrollOffset"); \ static_assert(offsetof(ScrollBox_GetScrollOffset, ReturnValue) == 0x000000, "Member 'ScrollBox_GetScrollOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_GetScrollOffsetOfEnd \ static_assert(alignof(ScrollBox_GetScrollOffsetOfEnd) == 0x000004, "Wrong alignment on ScrollBox_GetScrollOffsetOfEnd"); \ static_assert(sizeof(ScrollBox_GetScrollOffsetOfEnd) == 0x000004, "Wrong size on ScrollBox_GetScrollOffsetOfEnd"); \ static_assert(offsetof(ScrollBox_GetScrollOffsetOfEnd, ReturnValue) == 0x000000, "Member 'ScrollBox_GetScrollOffsetOfEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBox_GetViewOffsetFraction \ static_assert(alignof(ScrollBox_GetViewOffsetFraction) == 0x000004, "Wrong alignment on ScrollBox_GetViewOffsetFraction"); \ static_assert(sizeof(ScrollBox_GetViewOffsetFraction) == 0x000004, "Wrong size on ScrollBox_GetViewOffsetFraction"); \ static_assert(offsetof(ScrollBox_GetViewOffsetFraction, ReturnValue) == 0x000000, "Member 'ScrollBox_GetViewOffsetFraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScrollBox \ static_assert(alignof(UScrollBox) == 0x000008, "Wrong alignment on UScrollBox"); \ static_assert(sizeof(UScrollBox) == 0x000880, "Wrong size on UScrollBox"); \ static_assert(offsetof(UScrollBox, WidgetStyle) == 0x000120, "Member 'UScrollBox::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, WidgetBarStyle) == 0x000348, "Member 'UScrollBox::WidgetBarStyle' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, Style) == 0x000818, "Member 'UScrollBox::Style' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, BarStyle) == 0x000820, "Member 'UScrollBox::BarStyle' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, Orientation) == 0x000828, "Member 'UScrollBox::Orientation' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, ScrollBarVisibility) == 0x000829, "Member 'UScrollBox::ScrollBarVisibility' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, ConsumeMouseWheel) == 0x00082A, "Member 'UScrollBox::ConsumeMouseWheel' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, ScrollbarThickness) == 0x00082C, "Member 'UScrollBox::ScrollbarThickness' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, ScrollbarPadding) == 0x000834, "Member 'UScrollBox::ScrollbarPadding' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, AlwaysShowScrollbar) == 0x000844, "Member 'UScrollBox::AlwaysShowScrollbar' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, AlwaysShowScrollbarTrack) == 0x000845, "Member 'UScrollBox::AlwaysShowScrollbarTrack' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, AllowOverscroll) == 0x000846, "Member 'UScrollBox::AllowOverscroll' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, bAnimateWheelScrolling) == 0x000847, "Member 'UScrollBox::bAnimateWheelScrolling' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, NavigationDestination) == 0x000848, "Member 'UScrollBox::NavigationDestination' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, NavigationScrollPadding) == 0x00084C, "Member 'UScrollBox::NavigationScrollPadding' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, ScrollWhenFocusChanges) == 0x000850, "Member 'UScrollBox::ScrollWhenFocusChanges' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, bAllowRightClickDragScrolling) == 0x000851, "Member 'UScrollBox::bAllowRightClickDragScrolling' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, WheelScrollMultiplier) == 0x000854, "Member 'UScrollBox::WheelScrollMultiplier' has a wrong offset!"); \ static_assert(offsetof(UScrollBox, OnUserScrolled) == 0x000858, "Member 'UScrollBox::OnUserScrolled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_TextBlock_GetDynamicFontMaterial \ static_assert(alignof(TextBlock_GetDynamicFontMaterial) == 0x000008, "Wrong alignment on TextBlock_GetDynamicFontMaterial"); \ static_assert(sizeof(TextBlock_GetDynamicFontMaterial) == 0x000008, "Wrong size on TextBlock_GetDynamicFontMaterial"); \ static_assert(offsetof(TextBlock_GetDynamicFontMaterial, ReturnValue) == 0x000000, "Member 'TextBlock_GetDynamicFontMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_GetDynamicOutlineMaterial \ static_assert(alignof(TextBlock_GetDynamicOutlineMaterial) == 0x000008, "Wrong alignment on TextBlock_GetDynamicOutlineMaterial"); \ static_assert(sizeof(TextBlock_GetDynamicOutlineMaterial) == 0x000008, "Wrong size on TextBlock_GetDynamicOutlineMaterial"); \ static_assert(offsetof(TextBlock_GetDynamicOutlineMaterial, ReturnValue) == 0x000000, "Member 'TextBlock_GetDynamicOutlineMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetAutoWrapText \ static_assert(alignof(TextBlock_SetAutoWrapText) == 0x000001, "Wrong alignment on TextBlock_SetAutoWrapText"); \ static_assert(sizeof(TextBlock_SetAutoWrapText) == 0x000001, "Wrong size on TextBlock_SetAutoWrapText"); \ static_assert(offsetof(TextBlock_SetAutoWrapText, InAutoTextWrap) == 0x000000, "Member 'TextBlock_SetAutoWrapText::InAutoTextWrap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetColorAndOpacity \ static_assert(alignof(TextBlock_SetColorAndOpacity) == 0x000008, "Wrong alignment on TextBlock_SetColorAndOpacity"); \ static_assert(sizeof(TextBlock_SetColorAndOpacity) == 0x000028, "Wrong size on TextBlock_SetColorAndOpacity"); \ static_assert(offsetof(TextBlock_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'TextBlock_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetFont \ static_assert(alignof(TextBlock_SetFont) == 0x000008, "Wrong alignment on TextBlock_SetFont"); \ static_assert(sizeof(TextBlock_SetFont) == 0x000058, "Wrong size on TextBlock_SetFont"); \ static_assert(offsetof(TextBlock_SetFont, InFontInfo) == 0x000000, "Member 'TextBlock_SetFont::InFontInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetMinDesiredWidth \ static_assert(alignof(TextBlock_SetMinDesiredWidth) == 0x000004, "Wrong alignment on TextBlock_SetMinDesiredWidth"); \ static_assert(sizeof(TextBlock_SetMinDesiredWidth) == 0x000004, "Wrong size on TextBlock_SetMinDesiredWidth"); \ static_assert(offsetof(TextBlock_SetMinDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'TextBlock_SetMinDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetOpacity \ static_assert(alignof(TextBlock_SetOpacity) == 0x000004, "Wrong alignment on TextBlock_SetOpacity"); \ static_assert(sizeof(TextBlock_SetOpacity) == 0x000004, "Wrong size on TextBlock_SetOpacity"); \ static_assert(offsetof(TextBlock_SetOpacity, InOpacity) == 0x000000, "Member 'TextBlock_SetOpacity::InOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetShadowColorAndOpacity \ static_assert(alignof(TextBlock_SetShadowColorAndOpacity) == 0x000004, "Wrong alignment on TextBlock_SetShadowColorAndOpacity"); \ static_assert(sizeof(TextBlock_SetShadowColorAndOpacity) == 0x000010, "Wrong size on TextBlock_SetShadowColorAndOpacity"); \ static_assert(offsetof(TextBlock_SetShadowColorAndOpacity, InShadowColorAndOpacity) == 0x000000, "Member 'TextBlock_SetShadowColorAndOpacity::InShadowColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetShadowOffset \ static_assert(alignof(TextBlock_SetShadowOffset) == 0x000004, "Wrong alignment on TextBlock_SetShadowOffset"); \ static_assert(sizeof(TextBlock_SetShadowOffset) == 0x000008, "Wrong size on TextBlock_SetShadowOffset"); \ static_assert(offsetof(TextBlock_SetShadowOffset, InShadowOffset) == 0x000000, "Member 'TextBlock_SetShadowOffset::InShadowOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetStrikeBrush \ static_assert(alignof(TextBlock_SetStrikeBrush) == 0x000008, "Wrong alignment on TextBlock_SetStrikeBrush"); \ static_assert(sizeof(TextBlock_SetStrikeBrush) == 0x000088, "Wrong size on TextBlock_SetStrikeBrush"); \ static_assert(offsetof(TextBlock_SetStrikeBrush, InStrikeBrush) == 0x000000, "Member 'TextBlock_SetStrikeBrush::InStrikeBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetText \ static_assert(alignof(TextBlock_SetText) == 0x000008, "Wrong alignment on TextBlock_SetText"); \ static_assert(sizeof(TextBlock_SetText) == 0x000018, "Wrong size on TextBlock_SetText"); \ static_assert(offsetof(TextBlock_SetText, InText) == 0x000000, "Member 'TextBlock_SetText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetTextTransformPolicy \ static_assert(alignof(TextBlock_SetTextTransformPolicy) == 0x000001, "Wrong alignment on TextBlock_SetTextTransformPolicy"); \ static_assert(sizeof(TextBlock_SetTextTransformPolicy) == 0x000001, "Wrong size on TextBlock_SetTextTransformPolicy"); \ static_assert(offsetof(TextBlock_SetTextTransformPolicy, InTransformPolicy) == 0x000000, "Member 'TextBlock_SetTextTransformPolicy::InTransformPolicy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_GetText \ static_assert(alignof(TextBlock_GetText) == 0x000008, "Wrong alignment on TextBlock_GetText"); \ static_assert(sizeof(TextBlock_GetText) == 0x000018, "Wrong size on TextBlock_GetText"); \ static_assert(offsetof(TextBlock_GetText, ReturnValue) == 0x000000, "Member 'TextBlock_GetText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTextBlock \ static_assert(alignof(UTextBlock) == 0x000008, "Wrong alignment on UTextBlock"); \ static_assert(sizeof(UTextBlock) == 0x0002A8, "Wrong size on UTextBlock"); \ static_assert(offsetof(UTextBlock, Text) == 0x000128, "Member 'UTextBlock::Text' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, TextDelegate) == 0x000140, "Member 'UTextBlock::TextDelegate' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, ColorAndOpacity) == 0x000150, "Member 'UTextBlock::ColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, ColorAndOpacityDelegate) == 0x000178, "Member 'UTextBlock::ColorAndOpacityDelegate' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, font) == 0x000188, "Member 'UTextBlock::font' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, StrikeBrush) == 0x0001E0, "Member 'UTextBlock::StrikeBrush' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, ShadowOffset) == 0x000268, "Member 'UTextBlock::ShadowOffset' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, ShadowColorAndOpacity) == 0x000270, "Member 'UTextBlock::ShadowColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, ShadowColorAndOpacityDelegate) == 0x000280, "Member 'UTextBlock::ShadowColorAndOpacityDelegate' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, MinDesiredWidth) == 0x000290, "Member 'UTextBlock::MinDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, bWrapWithInvalidationPanel) == 0x000294, "Member 'UTextBlock::bWrapWithInvalidationPanel' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, bAutoWrapText) == 0x000295, "Member 'UTextBlock::bAutoWrapText' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, TextTransformPolicy) == 0x000296, "Member 'UTextBlock::TextTransformPolicy' has a wrong offset!"); \ static_assert(offsetof(UTextBlock, bSimpleTextMode) == 0x000297, "Member 'UTextBlock::bSimpleTextMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_AsyncTaskDownloadImage_DownloadImage \ static_assert(alignof(AsyncTaskDownloadImage_DownloadImage) == 0x000008, "Wrong alignment on AsyncTaskDownloadImage_DownloadImage"); \ static_assert(sizeof(AsyncTaskDownloadImage_DownloadImage) == 0x000018, "Wrong size on AsyncTaskDownloadImage_DownloadImage"); \ static_assert(offsetof(AsyncTaskDownloadImage_DownloadImage, URL) == 0x000000, "Member 'AsyncTaskDownloadImage_DownloadImage::URL' has a wrong offset!"); \ static_assert(offsetof(AsyncTaskDownloadImage_DownloadImage, ReturnValue) == 0x000010, "Member 'AsyncTaskDownloadImage_DownloadImage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncTaskDownloadImage \ static_assert(alignof(UAsyncTaskDownloadImage) == 0x000008, "Wrong alignment on UAsyncTaskDownloadImage"); \ static_assert(sizeof(UAsyncTaskDownloadImage) == 0x000050, "Wrong size on UAsyncTaskDownloadImage"); \ static_assert(offsetof(UAsyncTaskDownloadImage, OnSuccess) == 0x000030, "Member 'UAsyncTaskDownloadImage::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UAsyncTaskDownloadImage, OnFail) == 0x000040, "Member 'UAsyncTaskDownloadImage::OnFail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_SetApplyAlphaToBlur \ static_assert(alignof(BackgroundBlur_SetApplyAlphaToBlur) == 0x000001, "Wrong alignment on BackgroundBlur_SetApplyAlphaToBlur"); \ static_assert(sizeof(BackgroundBlur_SetApplyAlphaToBlur) == 0x000001, "Wrong size on BackgroundBlur_SetApplyAlphaToBlur"); \ static_assert(offsetof(BackgroundBlur_SetApplyAlphaToBlur, bInApplyAlphaToBlur) == 0x000000, "Member 'BackgroundBlur_SetApplyAlphaToBlur::bInApplyAlphaToBlur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_SetBlurRadius \ static_assert(alignof(BackgroundBlur_SetBlurRadius) == 0x000004, "Wrong alignment on BackgroundBlur_SetBlurRadius"); \ static_assert(sizeof(BackgroundBlur_SetBlurRadius) == 0x000004, "Wrong size on BackgroundBlur_SetBlurRadius"); \ static_assert(offsetof(BackgroundBlur_SetBlurRadius, InBlurRadius) == 0x000000, "Member 'BackgroundBlur_SetBlurRadius::InBlurRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_SetBlurStrength \ static_assert(alignof(BackgroundBlur_SetBlurStrength) == 0x000004, "Wrong alignment on BackgroundBlur_SetBlurStrength"); \ static_assert(sizeof(BackgroundBlur_SetBlurStrength) == 0x000004, "Wrong size on BackgroundBlur_SetBlurStrength"); \ static_assert(offsetof(BackgroundBlur_SetBlurStrength, InStrength) == 0x000000, "Member 'BackgroundBlur_SetBlurStrength::InStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_SetHorizontalAlignment \ static_assert(alignof(BackgroundBlur_SetHorizontalAlignment) == 0x000001, "Wrong alignment on BackgroundBlur_SetHorizontalAlignment"); \ static_assert(sizeof(BackgroundBlur_SetHorizontalAlignment) == 0x000001, "Wrong size on BackgroundBlur_SetHorizontalAlignment"); \ static_assert(offsetof(BackgroundBlur_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'BackgroundBlur_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_SetLowQualityFallbackBrush \ static_assert(alignof(BackgroundBlur_SetLowQualityFallbackBrush) == 0x000008, "Wrong alignment on BackgroundBlur_SetLowQualityFallbackBrush"); \ static_assert(sizeof(BackgroundBlur_SetLowQualityFallbackBrush) == 0x000088, "Wrong size on BackgroundBlur_SetLowQualityFallbackBrush"); \ static_assert(offsetof(BackgroundBlur_SetLowQualityFallbackBrush, InBrush) == 0x000000, "Member 'BackgroundBlur_SetLowQualityFallbackBrush::InBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_SetPadding \ static_assert(alignof(BackgroundBlur_SetPadding) == 0x000004, "Wrong alignment on BackgroundBlur_SetPadding"); \ static_assert(sizeof(BackgroundBlur_SetPadding) == 0x000010, "Wrong size on BackgroundBlur_SetPadding"); \ static_assert(offsetof(BackgroundBlur_SetPadding, InPadding) == 0x000000, "Member 'BackgroundBlur_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlur_SetVerticalAlignment \ static_assert(alignof(BackgroundBlur_SetVerticalAlignment) == 0x000001, "Wrong alignment on BackgroundBlur_SetVerticalAlignment"); \ static_assert(sizeof(BackgroundBlur_SetVerticalAlignment) == 0x000001, "Wrong size on BackgroundBlur_SetVerticalAlignment"); \ static_assert(offsetof(BackgroundBlur_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'BackgroundBlur_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBackgroundBlur \ static_assert(alignof(UBackgroundBlur) == 0x000008, "Wrong alignment on UBackgroundBlur"); \ static_assert(sizeof(UBackgroundBlur) == 0x0001D8, "Wrong size on UBackgroundBlur"); \ static_assert(offsetof(UBackgroundBlur, Padding) == 0x000120, "Member 'UBackgroundBlur::Padding' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlur, HorizontalAlignment) == 0x000130, "Member 'UBackgroundBlur::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlur, VerticalAlignment) == 0x000131, "Member 'UBackgroundBlur::VerticalAlignment' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlur, bApplyAlphaToBlur) == 0x000132, "Member 'UBackgroundBlur::bApplyAlphaToBlur' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlur, BlurStrength) == 0x000134, "Member 'UBackgroundBlur::BlurStrength' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlur, bOverrideAutoRadiusCalculation) == 0x000138, "Member 'UBackgroundBlur::bOverrideAutoRadiusCalculation' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlur, BlurRadius) == 0x00013C, "Member 'UBackgroundBlur::BlurRadius' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlur, LowQualityFallbackBrush) == 0x000140, "Member 'UBackgroundBlur::LowQualityFallbackBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_CheckBox_SetCheckedState \ static_assert(alignof(CheckBox_SetCheckedState) == 0x000001, "Wrong alignment on CheckBox_SetCheckedState"); \ static_assert(sizeof(CheckBox_SetCheckedState) == 0x000001, "Wrong size on CheckBox_SetCheckedState"); \ static_assert(offsetof(CheckBox_SetCheckedState, InCheckedState) == 0x000000, "Member 'CheckBox_SetCheckedState::InCheckedState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_SetClickMethod \ static_assert(alignof(CheckBox_SetClickMethod) == 0x000001, "Wrong alignment on CheckBox_SetClickMethod"); \ static_assert(sizeof(CheckBox_SetClickMethod) == 0x000001, "Wrong size on CheckBox_SetClickMethod"); \ static_assert(offsetof(CheckBox_SetClickMethod, InClickMethod) == 0x000000, "Member 'CheckBox_SetClickMethod::InClickMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_SetIsChecked \ static_assert(alignof(CheckBox_SetIsChecked) == 0x000001, "Wrong alignment on CheckBox_SetIsChecked"); \ static_assert(sizeof(CheckBox_SetIsChecked) == 0x000001, "Wrong size on CheckBox_SetIsChecked"); \ static_assert(offsetof(CheckBox_SetIsChecked, InIsChecked) == 0x000000, "Member 'CheckBox_SetIsChecked::InIsChecked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_SetPressMethod \ static_assert(alignof(CheckBox_SetPressMethod) == 0x000001, "Wrong alignment on CheckBox_SetPressMethod"); \ static_assert(sizeof(CheckBox_SetPressMethod) == 0x000001, "Wrong size on CheckBox_SetPressMethod"); \ static_assert(offsetof(CheckBox_SetPressMethod, InPressMethod) == 0x000000, "Member 'CheckBox_SetPressMethod::InPressMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_SetTouchMethod \ static_assert(alignof(CheckBox_SetTouchMethod) == 0x000001, "Wrong alignment on CheckBox_SetTouchMethod"); \ static_assert(sizeof(CheckBox_SetTouchMethod) == 0x000001, "Wrong size on CheckBox_SetTouchMethod"); \ static_assert(offsetof(CheckBox_SetTouchMethod, InTouchMethod) == 0x000000, "Member 'CheckBox_SetTouchMethod::InTouchMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_GetCheckedState \ static_assert(alignof(CheckBox_GetCheckedState) == 0x000001, "Wrong alignment on CheckBox_GetCheckedState"); \ static_assert(sizeof(CheckBox_GetCheckedState) == 0x000001, "Wrong size on CheckBox_GetCheckedState"); \ static_assert(offsetof(CheckBox_GetCheckedState, ReturnValue) == 0x000000, "Member 'CheckBox_GetCheckedState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_IsChecked \ static_assert(alignof(CheckBox_IsChecked) == 0x000001, "Wrong alignment on CheckBox_IsChecked"); \ static_assert(sizeof(CheckBox_IsChecked) == 0x000001, "Wrong size on CheckBox_IsChecked"); \ static_assert(offsetof(CheckBox_IsChecked, ReturnValue) == 0x000000, "Member 'CheckBox_IsChecked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_IsPressed \ static_assert(alignof(CheckBox_IsPressed) == 0x000001, "Wrong alignment on CheckBox_IsPressed"); \ static_assert(sizeof(CheckBox_IsPressed) == 0x000001, "Wrong size on CheckBox_IsPressed"); \ static_assert(offsetof(CheckBox_IsPressed, ReturnValue) == 0x000000, "Member 'CheckBox_IsPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCheckBox \ static_assert(alignof(UCheckBox) == 0x000008, "Wrong alignment on UCheckBox"); \ static_assert(sizeof(UCheckBox) == 0x000770, "Wrong size on UCheckBox"); \ static_assert(offsetof(UCheckBox, CheckedState) == 0x000120, "Member 'UCheckBox::CheckedState' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, CheckedStateDelegate) == 0x000124, "Member 'UCheckBox::CheckedStateDelegate' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, WidgetStyle) == 0x000138, "Member 'UCheckBox::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, Style) == 0x0006B8, "Member 'UCheckBox::Style' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UncheckedImage) == 0x0006C0, "Member 'UCheckBox::UncheckedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UncheckedHoveredImage) == 0x0006C8, "Member 'UCheckBox::UncheckedHoveredImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UncheckedPressedImage) == 0x0006D0, "Member 'UCheckBox::UncheckedPressedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, CheckedImage) == 0x0006D8, "Member 'UCheckBox::CheckedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, CheckedHoveredImage) == 0x0006E0, "Member 'UCheckBox::CheckedHoveredImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, CheckedPressedImage) == 0x0006E8, "Member 'UCheckBox::CheckedPressedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UndeterminedImage) == 0x0006F0, "Member 'UCheckBox::UndeterminedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UndeterminedHoveredImage) == 0x0006F8, "Member 'UCheckBox::UndeterminedHoveredImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UndeterminedPressedImage) == 0x000700, "Member 'UCheckBox::UndeterminedPressedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, HorizontalAlignment) == 0x000708, "Member 'UCheckBox::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, Padding) == 0x00070C, "Member 'UCheckBox::Padding' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, BorderBackgroundColor) == 0x000720, "Member 'UCheckBox::BorderBackgroundColor' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, ClickMethod) == 0x000748, "Member 'UCheckBox::ClickMethod' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, TouchMethod) == 0x000749, "Member 'UCheckBox::TouchMethod' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, PressMethod) == 0x00074A, "Member 'UCheckBox::PressMethod' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, IsFocusable) == 0x00074B, "Member 'UCheckBox::IsFocusable' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, OnCheckStateChanged) == 0x000750, "Member 'UCheckBox::OnCheckStateChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckedStateBinding_GetValue \ static_assert(alignof(CheckedStateBinding_GetValue) == 0x000001, "Wrong alignment on CheckedStateBinding_GetValue"); \ static_assert(sizeof(CheckedStateBinding_GetValue) == 0x000001, "Wrong size on CheckedStateBinding_GetValue"); \ static_assert(offsetof(CheckedStateBinding_GetValue, ReturnValue) == 0x000000, "Member 'CheckedStateBinding_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCheckedStateBinding \ static_assert(alignof(UCheckedStateBinding) == 0x000008, "Wrong alignment on UCheckedStateBinding"); \ static_assert(sizeof(UCheckedStateBinding) == 0x000068, "Wrong size on UCheckedStateBinding"); \ #define DUMPER7_ASSERTS_CircularThrobber_SetNumberOfPieces \ static_assert(alignof(CircularThrobber_SetNumberOfPieces) == 0x000004, "Wrong alignment on CircularThrobber_SetNumberOfPieces"); \ static_assert(sizeof(CircularThrobber_SetNumberOfPieces) == 0x000004, "Wrong size on CircularThrobber_SetNumberOfPieces"); \ static_assert(offsetof(CircularThrobber_SetNumberOfPieces, InNumberOfPieces) == 0x000000, "Member 'CircularThrobber_SetNumberOfPieces::InNumberOfPieces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CircularThrobber_SetPeriod \ static_assert(alignof(CircularThrobber_SetPeriod) == 0x000004, "Wrong alignment on CircularThrobber_SetPeriod"); \ static_assert(sizeof(CircularThrobber_SetPeriod) == 0x000004, "Wrong size on CircularThrobber_SetPeriod"); \ static_assert(offsetof(CircularThrobber_SetPeriod, InPeriod) == 0x000000, "Member 'CircularThrobber_SetPeriod::InPeriod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CircularThrobber_SetRadius \ static_assert(alignof(CircularThrobber_SetRadius) == 0x000004, "Wrong alignment on CircularThrobber_SetRadius"); \ static_assert(sizeof(CircularThrobber_SetRadius) == 0x000004, "Wrong size on CircularThrobber_SetRadius"); \ static_assert(offsetof(CircularThrobber_SetRadius, InRadius) == 0x000000, "Member 'CircularThrobber_SetRadius::InRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCircularThrobber \ static_assert(alignof(UCircularThrobber) == 0x000008, "Wrong alignment on UCircularThrobber"); \ static_assert(sizeof(UCircularThrobber) == 0x0001C0, "Wrong size on UCircularThrobber"); \ static_assert(offsetof(UCircularThrobber, NumberOfPieces) == 0x000108, "Member 'UCircularThrobber::NumberOfPieces' has a wrong offset!"); \ static_assert(offsetof(UCircularThrobber, Period) == 0x00010C, "Member 'UCircularThrobber::Period' has a wrong offset!"); \ static_assert(offsetof(UCircularThrobber, Radius) == 0x000110, "Member 'UCircularThrobber::Radius' has a wrong offset!"); \ static_assert(offsetof(UCircularThrobber, PieceImage) == 0x000118, "Member 'UCircularThrobber::PieceImage' has a wrong offset!"); \ static_assert(offsetof(UCircularThrobber, Image) == 0x000120, "Member 'UCircularThrobber::Image' has a wrong offset!"); \ static_assert(offsetof(UCircularThrobber, bEnableRadius) == 0x0001A8, "Member 'UCircularThrobber::bEnableRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ColorBinding_GetLinearValue \ static_assert(alignof(ColorBinding_GetLinearValue) == 0x000004, "Wrong alignment on ColorBinding_GetLinearValue"); \ static_assert(sizeof(ColorBinding_GetLinearValue) == 0x000010, "Wrong size on ColorBinding_GetLinearValue"); \ static_assert(offsetof(ColorBinding_GetLinearValue, ReturnValue) == 0x000000, "Member 'ColorBinding_GetLinearValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ColorBinding_GetSlateValue \ static_assert(alignof(ColorBinding_GetSlateValue) == 0x000008, "Wrong alignment on ColorBinding_GetSlateValue"); \ static_assert(sizeof(ColorBinding_GetSlateValue) == 0x000028, "Wrong size on ColorBinding_GetSlateValue"); \ static_assert(offsetof(ColorBinding_GetSlateValue, ReturnValue) == 0x000000, "Member 'ColorBinding_GetSlateValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UColorBinding \ static_assert(alignof(UColorBinding) == 0x000008, "Wrong alignment on UColorBinding"); \ static_assert(sizeof(UColorBinding) == 0x000068, "Wrong size on UColorBinding"); \ #define DUMPER7_ASSERTS_UComboBox \ static_assert(alignof(UComboBox) == 0x000008, "Wrong alignment on UComboBox"); \ static_assert(sizeof(UComboBox) == 0x000140, "Wrong size on UComboBox"); \ static_assert(offsetof(UComboBox, Items) == 0x000108, "Member 'UComboBox::Items' has a wrong offset!"); \ static_assert(offsetof(UComboBox, OnGenerateWidgetEvent) == 0x000118, "Member 'UComboBox::OnGenerateWidgetEvent' has a wrong offset!"); \ static_assert(offsetof(UComboBox, bIsFocusable) == 0x000128, "Member 'UComboBox::bIsFocusable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_AddOption \ static_assert(alignof(ComboBoxString_AddOption) == 0x000008, "Wrong alignment on ComboBoxString_AddOption"); \ static_assert(sizeof(ComboBoxString_AddOption) == 0x000010, "Wrong size on ComboBoxString_AddOption"); \ static_assert(offsetof(ComboBoxString_AddOption, Option) == 0x000000, "Member 'ComboBoxString_AddOption::Option' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_RemoveOption \ static_assert(alignof(ComboBoxString_RemoveOption) == 0x000008, "Wrong alignment on ComboBoxString_RemoveOption"); \ static_assert(sizeof(ComboBoxString_RemoveOption) == 0x000018, "Wrong size on ComboBoxString_RemoveOption"); \ static_assert(offsetof(ComboBoxString_RemoveOption, Option) == 0x000000, "Member 'ComboBoxString_RemoveOption::Option' has a wrong offset!"); \ static_assert(offsetof(ComboBoxString_RemoveOption, ReturnValue) == 0x000010, "Member 'ComboBoxString_RemoveOption::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_SetSelectedIndex \ static_assert(alignof(ComboBoxString_SetSelectedIndex) == 0x000004, "Wrong alignment on ComboBoxString_SetSelectedIndex"); \ static_assert(sizeof(ComboBoxString_SetSelectedIndex) == 0x000004, "Wrong size on ComboBoxString_SetSelectedIndex"); \ static_assert(offsetof(ComboBoxString_SetSelectedIndex, Index_0) == 0x000000, "Member 'ComboBoxString_SetSelectedIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_SetSelectedOption \ static_assert(alignof(ComboBoxString_SetSelectedOption) == 0x000008, "Wrong alignment on ComboBoxString_SetSelectedOption"); \ static_assert(sizeof(ComboBoxString_SetSelectedOption) == 0x000010, "Wrong size on ComboBoxString_SetSelectedOption"); \ static_assert(offsetof(ComboBoxString_SetSelectedOption, Option) == 0x000000, "Member 'ComboBoxString_SetSelectedOption::Option' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_FindOptionIndex \ static_assert(alignof(ComboBoxString_FindOptionIndex) == 0x000008, "Wrong alignment on ComboBoxString_FindOptionIndex"); \ static_assert(sizeof(ComboBoxString_FindOptionIndex) == 0x000018, "Wrong size on ComboBoxString_FindOptionIndex"); \ static_assert(offsetof(ComboBoxString_FindOptionIndex, Option) == 0x000000, "Member 'ComboBoxString_FindOptionIndex::Option' has a wrong offset!"); \ static_assert(offsetof(ComboBoxString_FindOptionIndex, ReturnValue) == 0x000010, "Member 'ComboBoxString_FindOptionIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_GetOptionAtIndex \ static_assert(alignof(ComboBoxString_GetOptionAtIndex) == 0x000008, "Wrong alignment on ComboBoxString_GetOptionAtIndex"); \ static_assert(sizeof(ComboBoxString_GetOptionAtIndex) == 0x000018, "Wrong size on ComboBoxString_GetOptionAtIndex"); \ static_assert(offsetof(ComboBoxString_GetOptionAtIndex, Index_0) == 0x000000, "Member 'ComboBoxString_GetOptionAtIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(ComboBoxString_GetOptionAtIndex, ReturnValue) == 0x000008, "Member 'ComboBoxString_GetOptionAtIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_GetOptionCount \ static_assert(alignof(ComboBoxString_GetOptionCount) == 0x000004, "Wrong alignment on ComboBoxString_GetOptionCount"); \ static_assert(sizeof(ComboBoxString_GetOptionCount) == 0x000004, "Wrong size on ComboBoxString_GetOptionCount"); \ static_assert(offsetof(ComboBoxString_GetOptionCount, ReturnValue) == 0x000000, "Member 'ComboBoxString_GetOptionCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_GetSelectedIndex \ static_assert(alignof(ComboBoxString_GetSelectedIndex) == 0x000004, "Wrong alignment on ComboBoxString_GetSelectedIndex"); \ static_assert(sizeof(ComboBoxString_GetSelectedIndex) == 0x000004, "Wrong size on ComboBoxString_GetSelectedIndex"); \ static_assert(offsetof(ComboBoxString_GetSelectedIndex, ReturnValue) == 0x000000, "Member 'ComboBoxString_GetSelectedIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_GetSelectedOption \ static_assert(alignof(ComboBoxString_GetSelectedOption) == 0x000008, "Wrong alignment on ComboBoxString_GetSelectedOption"); \ static_assert(sizeof(ComboBoxString_GetSelectedOption) == 0x000010, "Wrong size on ComboBoxString_GetSelectedOption"); \ static_assert(offsetof(ComboBoxString_GetSelectedOption, ReturnValue) == 0x000000, "Member 'ComboBoxString_GetSelectedOption::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboBoxString_IsOpen \ static_assert(alignof(ComboBoxString_IsOpen) == 0x000001, "Wrong alignment on ComboBoxString_IsOpen"); \ static_assert(sizeof(ComboBoxString_IsOpen) == 0x000001, "Wrong size on ComboBoxString_IsOpen"); \ static_assert(offsetof(ComboBoxString_IsOpen, ReturnValue) == 0x000000, "Member 'ComboBoxString_IsOpen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UComboBoxString \ static_assert(alignof(UComboBoxString) == 0x000008, "Wrong alignment on UComboBoxString"); \ static_assert(sizeof(UComboBoxString) == 0x000E00, "Wrong size on UComboBoxString"); \ static_assert(offsetof(UComboBoxString, DefaultOptions) == 0x000108, "Member 'UComboBoxString::DefaultOptions' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, SelectedOption) == 0x000118, "Member 'UComboBoxString::SelectedOption' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, WidgetStyle) == 0x000128, "Member 'UComboBoxString::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, ItemStyle) == 0x000518, "Member 'UComboBoxString::ItemStyle' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, ContentPadding) == 0x000CE0, "Member 'UComboBoxString::ContentPadding' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, MaxListHeight) == 0x000CF0, "Member 'UComboBoxString::MaxListHeight' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, HasDownArrow) == 0x000CF4, "Member 'UComboBoxString::HasDownArrow' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, EnableGamepadNavigationMode) == 0x000CF5, "Member 'UComboBoxString::EnableGamepadNavigationMode' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, font) == 0x000CF8, "Member 'UComboBoxString::font' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, ForegroundColor) == 0x000D50, "Member 'UComboBoxString::ForegroundColor' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, bIsFocusable) == 0x000D78, "Member 'UComboBoxString::bIsFocusable' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, OnGenerateWidgetEvent) == 0x000D7C, "Member 'UComboBoxString::OnGenerateWidgetEvent' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, OnSelectionChanged) == 0x000D90, "Member 'UComboBoxString::OnSelectionChanged' has a wrong offset!"); \ static_assert(offsetof(UComboBoxString, OnOpening) == 0x000DA0, "Member 'UComboBoxString::OnOpening' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragDropOperation_DragCancelled \ static_assert(alignof(DragDropOperation_DragCancelled) == 0x000008, "Wrong alignment on DragDropOperation_DragCancelled"); \ static_assert(sizeof(DragDropOperation_DragCancelled) == 0x000070, "Wrong size on DragDropOperation_DragCancelled"); \ static_assert(offsetof(DragDropOperation_DragCancelled, PointerEvent) == 0x000000, "Member 'DragDropOperation_DragCancelled::PointerEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragDropOperation_Dragged \ static_assert(alignof(DragDropOperation_Dragged) == 0x000008, "Wrong alignment on DragDropOperation_Dragged"); \ static_assert(sizeof(DragDropOperation_Dragged) == 0x000070, "Wrong size on DragDropOperation_Dragged"); \ static_assert(offsetof(DragDropOperation_Dragged, PointerEvent) == 0x000000, "Member 'DragDropOperation_Dragged::PointerEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragDropOperation_Drop \ static_assert(alignof(DragDropOperation_Drop) == 0x000008, "Wrong alignment on DragDropOperation_Drop"); \ static_assert(sizeof(DragDropOperation_Drop) == 0x000070, "Wrong size on DragDropOperation_Drop"); \ static_assert(offsetof(DragDropOperation_Drop, PointerEvent) == 0x000000, "Member 'DragDropOperation_Drop::PointerEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDragDropOperation \ static_assert(alignof(UDragDropOperation) == 0x000008, "Wrong alignment on UDragDropOperation"); \ static_assert(sizeof(UDragDropOperation) == 0x000088, "Wrong size on UDragDropOperation"); \ static_assert(offsetof(UDragDropOperation, Tag) == 0x000028, "Member 'UDragDropOperation::Tag' has a wrong offset!"); \ static_assert(offsetof(UDragDropOperation, Payload) == 0x000038, "Member 'UDragDropOperation::Payload' has a wrong offset!"); \ static_assert(offsetof(UDragDropOperation, DefaultDragVisual) == 0x000040, "Member 'UDragDropOperation::DefaultDragVisual' has a wrong offset!"); \ static_assert(offsetof(UDragDropOperation, Pivot) == 0x000048, "Member 'UDragDropOperation::Pivot' has a wrong offset!"); \ static_assert(offsetof(UDragDropOperation, Offset) == 0x00004C, "Member 'UDragDropOperation::Offset' has a wrong offset!"); \ static_assert(offsetof(UDragDropOperation, OnDrop) == 0x000058, "Member 'UDragDropOperation::OnDrop' has a wrong offset!"); \ static_assert(offsetof(UDragDropOperation, OnDragCancelled) == 0x000068, "Member 'UDragDropOperation::OnDragCancelled' has a wrong offset!"); \ static_assert(offsetof(UDragDropOperation, OnDragged) == 0x000078, "Member 'UDragDropOperation::OnDragged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicEntryBoxBase_SetEntrySpacing \ static_assert(alignof(DynamicEntryBoxBase_SetEntrySpacing) == 0x000004, "Wrong alignment on DynamicEntryBoxBase_SetEntrySpacing"); \ static_assert(sizeof(DynamicEntryBoxBase_SetEntrySpacing) == 0x000008, "Wrong size on DynamicEntryBoxBase_SetEntrySpacing"); \ static_assert(offsetof(DynamicEntryBoxBase_SetEntrySpacing, InEntrySpacing) == 0x000000, "Member 'DynamicEntryBoxBase_SetEntrySpacing::InEntrySpacing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicEntryBoxBase_SetRadialSettings \ static_assert(alignof(DynamicEntryBoxBase_SetRadialSettings) == 0x000004, "Wrong alignment on DynamicEntryBoxBase_SetRadialSettings"); \ static_assert(sizeof(DynamicEntryBoxBase_SetRadialSettings) == 0x000010, "Wrong size on DynamicEntryBoxBase_SetRadialSettings"); \ static_assert(offsetof(DynamicEntryBoxBase_SetRadialSettings, InSettings) == 0x000000, "Member 'DynamicEntryBoxBase_SetRadialSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicEntryBoxBase_GetAllEntries \ static_assert(alignof(DynamicEntryBoxBase_GetAllEntries) == 0x000008, "Wrong alignment on DynamicEntryBoxBase_GetAllEntries"); \ static_assert(sizeof(DynamicEntryBoxBase_GetAllEntries) == 0x000010, "Wrong size on DynamicEntryBoxBase_GetAllEntries"); \ static_assert(offsetof(DynamicEntryBoxBase_GetAllEntries, ReturnValue) == 0x000000, "Member 'DynamicEntryBoxBase_GetAllEntries::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicEntryBoxBase_GetNumEntries \ static_assert(alignof(DynamicEntryBoxBase_GetNumEntries) == 0x000004, "Wrong alignment on DynamicEntryBoxBase_GetNumEntries"); \ static_assert(sizeof(DynamicEntryBoxBase_GetNumEntries) == 0x000004, "Wrong size on DynamicEntryBoxBase_GetNumEntries"); \ static_assert(offsetof(DynamicEntryBoxBase_GetNumEntries, ReturnValue) == 0x000000, "Member 'DynamicEntryBoxBase_GetNumEntries::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicEntryBoxBase \ static_assert(alignof(UDynamicEntryBoxBase) == 0x000008, "Wrong alignment on UDynamicEntryBoxBase"); \ static_assert(sizeof(UDynamicEntryBoxBase) == 0x0001D8, "Wrong size on UDynamicEntryBoxBase"); \ static_assert(offsetof(UDynamicEntryBoxBase, EntryBoxType) == 0x000108, "Member 'UDynamicEntryBoxBase::EntryBoxType' has a wrong offset!"); \ static_assert(offsetof(UDynamicEntryBoxBase, EntrySpacing) == 0x00010C, "Member 'UDynamicEntryBoxBase::EntrySpacing' has a wrong offset!"); \ static_assert(offsetof(UDynamicEntryBoxBase, SpacingPattern) == 0x000118, "Member 'UDynamicEntryBoxBase::SpacingPattern' has a wrong offset!"); \ static_assert(offsetof(UDynamicEntryBoxBase, EntrySizeRule) == 0x000128, "Member 'UDynamicEntryBoxBase::EntrySizeRule' has a wrong offset!"); \ static_assert(offsetof(UDynamicEntryBoxBase, EntryHorizontalAlignment) == 0x000130, "Member 'UDynamicEntryBoxBase::EntryHorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UDynamicEntryBoxBase, EntryVerticalAlignment) == 0x000131, "Member 'UDynamicEntryBoxBase::EntryVerticalAlignment' has a wrong offset!"); \ static_assert(offsetof(UDynamicEntryBoxBase, MaxElementSize) == 0x000134, "Member 'UDynamicEntryBoxBase::MaxElementSize' has a wrong offset!"); \ static_assert(offsetof(UDynamicEntryBoxBase, RadialBoxSettings) == 0x000138, "Member 'UDynamicEntryBoxBase::RadialBoxSettings' has a wrong offset!"); \ static_assert(offsetof(UDynamicEntryBoxBase, EntryWidgetPool) == 0x000158, "Member 'UDynamicEntryBoxBase::EntryWidgetPool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicEntryBox_BP_CreateEntry \ static_assert(alignof(DynamicEntryBox_BP_CreateEntry) == 0x000008, "Wrong alignment on DynamicEntryBox_BP_CreateEntry"); \ static_assert(sizeof(DynamicEntryBox_BP_CreateEntry) == 0x000008, "Wrong size on DynamicEntryBox_BP_CreateEntry"); \ static_assert(offsetof(DynamicEntryBox_BP_CreateEntry, ReturnValue) == 0x000000, "Member 'DynamicEntryBox_BP_CreateEntry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicEntryBox_BP_CreateEntryOfClass \ static_assert(alignof(DynamicEntryBox_BP_CreateEntryOfClass) == 0x000008, "Wrong alignment on DynamicEntryBox_BP_CreateEntryOfClass"); \ static_assert(sizeof(DynamicEntryBox_BP_CreateEntryOfClass) == 0x000010, "Wrong size on DynamicEntryBox_BP_CreateEntryOfClass"); \ static_assert(offsetof(DynamicEntryBox_BP_CreateEntryOfClass, EntryClass) == 0x000000, "Member 'DynamicEntryBox_BP_CreateEntryOfClass::EntryClass' has a wrong offset!"); \ static_assert(offsetof(DynamicEntryBox_BP_CreateEntryOfClass, ReturnValue) == 0x000008, "Member 'DynamicEntryBox_BP_CreateEntryOfClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicEntryBox_RemoveEntry \ static_assert(alignof(DynamicEntryBox_RemoveEntry) == 0x000008, "Wrong alignment on DynamicEntryBox_RemoveEntry"); \ static_assert(sizeof(DynamicEntryBox_RemoveEntry) == 0x000008, "Wrong size on DynamicEntryBox_RemoveEntry"); \ static_assert(offsetof(DynamicEntryBox_RemoveEntry, EntryWidget) == 0x000000, "Member 'DynamicEntryBox_RemoveEntry::EntryWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicEntryBox_Reset \ static_assert(alignof(DynamicEntryBox_Reset) == 0x000001, "Wrong alignment on DynamicEntryBox_Reset"); \ static_assert(sizeof(DynamicEntryBox_Reset) == 0x000001, "Wrong size on DynamicEntryBox_Reset"); \ static_assert(offsetof(DynamicEntryBox_Reset, bDeleteWidgets) == 0x000000, "Member 'DynamicEntryBox_Reset::bDeleteWidgets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicEntryBox \ static_assert(alignof(UDynamicEntryBox) == 0x000008, "Wrong alignment on UDynamicEntryBox"); \ static_assert(sizeof(UDynamicEntryBox) == 0x0001E0, "Wrong size on UDynamicEntryBox"); \ static_assert(offsetof(UDynamicEntryBox, EntryWidgetClass) == 0x0001D8, "Member 'UDynamicEntryBox::EntryWidgetClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_HorizontalBoxSlot_SetHorizontalAlignment \ static_assert(alignof(HorizontalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on HorizontalBoxSlot_SetHorizontalAlignment"); \ static_assert(sizeof(HorizontalBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on HorizontalBoxSlot_SetHorizontalAlignment"); \ static_assert(offsetof(HorizontalBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'HorizontalBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HorizontalBoxSlot_SetPadding \ static_assert(alignof(HorizontalBoxSlot_SetPadding) == 0x000004, "Wrong alignment on HorizontalBoxSlot_SetPadding"); \ static_assert(sizeof(HorizontalBoxSlot_SetPadding) == 0x000010, "Wrong size on HorizontalBoxSlot_SetPadding"); \ static_assert(offsetof(HorizontalBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'HorizontalBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HorizontalBoxSlot_SetSize \ static_assert(alignof(HorizontalBoxSlot_SetSize) == 0x000004, "Wrong alignment on HorizontalBoxSlot_SetSize"); \ static_assert(sizeof(HorizontalBoxSlot_SetSize) == 0x000008, "Wrong size on HorizontalBoxSlot_SetSize"); \ static_assert(offsetof(HorizontalBoxSlot_SetSize, InSize) == 0x000000, "Member 'HorizontalBoxSlot_SetSize::InSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HorizontalBoxSlot_SetVerticalAlignment \ static_assert(alignof(HorizontalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on HorizontalBoxSlot_SetVerticalAlignment"); \ static_assert(sizeof(HorizontalBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on HorizontalBoxSlot_SetVerticalAlignment"); \ static_assert(offsetof(HorizontalBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'HorizontalBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHorizontalBoxSlot \ static_assert(alignof(UHorizontalBoxSlot) == 0x000008, "Wrong alignment on UHorizontalBoxSlot"); \ static_assert(sizeof(UHorizontalBoxSlot) == 0x000060, "Wrong size on UHorizontalBoxSlot"); \ static_assert(offsetof(UHorizontalBoxSlot, Padding) == 0x000040, "Member 'UHorizontalBoxSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UHorizontalBoxSlot, size) == 0x000050, "Member 'UHorizontalBoxSlot::size' has a wrong offset!"); \ static_assert(offsetof(UHorizontalBoxSlot, HorizontalAlignment) == 0x000058, "Member 'UHorizontalBoxSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UHorizontalBoxSlot, VerticalAlignment) == 0x000059, "Member 'UHorizontalBoxSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputKeySelector_SetAllowGamepadKeys \ static_assert(alignof(InputKeySelector_SetAllowGamepadKeys) == 0x000001, "Wrong alignment on InputKeySelector_SetAllowGamepadKeys"); \ static_assert(sizeof(InputKeySelector_SetAllowGamepadKeys) == 0x000001, "Wrong size on InputKeySelector_SetAllowGamepadKeys"); \ static_assert(offsetof(InputKeySelector_SetAllowGamepadKeys, bInAllowGamepadKeys) == 0x000000, "Member 'InputKeySelector_SetAllowGamepadKeys::bInAllowGamepadKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputKeySelector_SetAllowModifierKeys \ static_assert(alignof(InputKeySelector_SetAllowModifierKeys) == 0x000001, "Wrong alignment on InputKeySelector_SetAllowModifierKeys"); \ static_assert(sizeof(InputKeySelector_SetAllowModifierKeys) == 0x000001, "Wrong size on InputKeySelector_SetAllowModifierKeys"); \ static_assert(offsetof(InputKeySelector_SetAllowModifierKeys, bInAllowModifierKeys) == 0x000000, "Member 'InputKeySelector_SetAllowModifierKeys::bInAllowModifierKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputKeySelector_SetEscapeKeys \ static_assert(alignof(InputKeySelector_SetEscapeKeys) == 0x000008, "Wrong alignment on InputKeySelector_SetEscapeKeys"); \ static_assert(sizeof(InputKeySelector_SetEscapeKeys) == 0x000010, "Wrong size on InputKeySelector_SetEscapeKeys"); \ static_assert(offsetof(InputKeySelector_SetEscapeKeys, InKeys) == 0x000000, "Member 'InputKeySelector_SetEscapeKeys::InKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputKeySelector_SetKeySelectionText \ static_assert(alignof(InputKeySelector_SetKeySelectionText) == 0x000008, "Wrong alignment on InputKeySelector_SetKeySelectionText"); \ static_assert(sizeof(InputKeySelector_SetKeySelectionText) == 0x000018, "Wrong size on InputKeySelector_SetKeySelectionText"); \ static_assert(offsetof(InputKeySelector_SetKeySelectionText, InKeySelectionText) == 0x000000, "Member 'InputKeySelector_SetKeySelectionText::InKeySelectionText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputKeySelector_SetNoKeySpecifiedText \ static_assert(alignof(InputKeySelector_SetNoKeySpecifiedText) == 0x000008, "Wrong alignment on InputKeySelector_SetNoKeySpecifiedText"); \ static_assert(sizeof(InputKeySelector_SetNoKeySpecifiedText) == 0x000018, "Wrong size on InputKeySelector_SetNoKeySpecifiedText"); \ static_assert(offsetof(InputKeySelector_SetNoKeySpecifiedText, InNoKeySpecifiedText) == 0x000000, "Member 'InputKeySelector_SetNoKeySpecifiedText::InNoKeySpecifiedText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputKeySelector_SetSelectedKey \ static_assert(alignof(InputKeySelector_SetSelectedKey) == 0x000008, "Wrong alignment on InputKeySelector_SetSelectedKey"); \ static_assert(sizeof(InputKeySelector_SetSelectedKey) == 0x000020, "Wrong size on InputKeySelector_SetSelectedKey"); \ static_assert(offsetof(InputKeySelector_SetSelectedKey, InSelectedKey) == 0x000000, "Member 'InputKeySelector_SetSelectedKey::InSelectedKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputKeySelector_SetTextBlockVisibility \ static_assert(alignof(InputKeySelector_SetTextBlockVisibility) == 0x000001, "Wrong alignment on InputKeySelector_SetTextBlockVisibility"); \ static_assert(sizeof(InputKeySelector_SetTextBlockVisibility) == 0x000001, "Wrong size on InputKeySelector_SetTextBlockVisibility"); \ static_assert(offsetof(InputKeySelector_SetTextBlockVisibility, InVisibility) == 0x000000, "Member 'InputKeySelector_SetTextBlockVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputKeySelector_GetIsSelectingKey \ static_assert(alignof(InputKeySelector_GetIsSelectingKey) == 0x000001, "Wrong alignment on InputKeySelector_GetIsSelectingKey"); \ static_assert(sizeof(InputKeySelector_GetIsSelectingKey) == 0x000001, "Wrong size on InputKeySelector_GetIsSelectingKey"); \ static_assert(offsetof(InputKeySelector_GetIsSelectingKey, ReturnValue) == 0x000000, "Member 'InputKeySelector_GetIsSelectingKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputKeySelector \ static_assert(alignof(UInputKeySelector) == 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_InvalidationBox_SetCanCache \ static_assert(alignof(InvalidationBox_SetCanCache) == 0x000001, "Wrong alignment on InvalidationBox_SetCanCache"); \ static_assert(sizeof(InvalidationBox_SetCanCache) == 0x000001, "Wrong size on InvalidationBox_SetCanCache"); \ static_assert(offsetof(InvalidationBox_SetCanCache, CanCache) == 0x000000, "Member 'InvalidationBox_SetCanCache::CanCache' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InvalidationBox_GetCanCache \ static_assert(alignof(InvalidationBox_GetCanCache) == 0x000001, "Wrong alignment on InvalidationBox_GetCanCache"); \ static_assert(sizeof(InvalidationBox_GetCanCache) == 0x000001, "Wrong size on InvalidationBox_GetCanCache"); \ static_assert(offsetof(InvalidationBox_GetCanCache, ReturnValue) == 0x000000, "Member 'InvalidationBox_GetCanCache::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInvalidationBox \ static_assert(alignof(UInvalidationBox) == 0x000008, "Wrong alignment on UInvalidationBox"); \ static_assert(sizeof(UInvalidationBox) == 0x000138, "Wrong size on UInvalidationBox"); \ static_assert(offsetof(UInvalidationBox, bCanCache) == 0x000120, "Member 'UInvalidationBox::bCanCache' has a wrong offset!"); \ static_assert(offsetof(UInvalidationBox, CacheRelativeTransforms) == 0x000121, "Member 'UInvalidationBox::CacheRelativeTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserListEntryLibrary_GetOwningListView \ static_assert(alignof(UserListEntryLibrary_GetOwningListView) == 0x000008, "Wrong alignment on UserListEntryLibrary_GetOwningListView"); \ static_assert(sizeof(UserListEntryLibrary_GetOwningListView) == 0x000018, "Wrong size on UserListEntryLibrary_GetOwningListView"); \ static_assert(offsetof(UserListEntryLibrary_GetOwningListView, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_GetOwningListView::UserListEntry' has a wrong offset!"); \ static_assert(offsetof(UserListEntryLibrary_GetOwningListView, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_GetOwningListView::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserListEntryLibrary_IsListItemExpanded \ static_assert(alignof(UserListEntryLibrary_IsListItemExpanded) == 0x000008, "Wrong alignment on UserListEntryLibrary_IsListItemExpanded"); \ static_assert(sizeof(UserListEntryLibrary_IsListItemExpanded) == 0x000018, "Wrong size on UserListEntryLibrary_IsListItemExpanded"); \ static_assert(offsetof(UserListEntryLibrary_IsListItemExpanded, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_IsListItemExpanded::UserListEntry' has a wrong offset!"); \ static_assert(offsetof(UserListEntryLibrary_IsListItemExpanded, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_IsListItemExpanded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserListEntryLibrary_IsListItemSelected \ static_assert(alignof(UserListEntryLibrary_IsListItemSelected) == 0x000008, "Wrong alignment on UserListEntryLibrary_IsListItemSelected"); \ static_assert(sizeof(UserListEntryLibrary_IsListItemSelected) == 0x000018, "Wrong size on UserListEntryLibrary_IsListItemSelected"); \ static_assert(offsetof(UserListEntryLibrary_IsListItemSelected, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_IsListItemSelected::UserListEntry' has a wrong offset!"); \ static_assert(offsetof(UserListEntryLibrary_IsListItemSelected, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_IsListItemSelected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUserListEntryLibrary \ static_assert(alignof(UUserListEntryLibrary) == 0x000008, "Wrong alignment on UUserListEntryLibrary"); \ static_assert(sizeof(UUserListEntryLibrary) == 0x000028, "Wrong size on UUserListEntryLibrary"); \ #define DUMPER7_ASSERTS_UserObjectListEntryLibrary_GetListItemObject \ static_assert(alignof(UserObjectListEntryLibrary_GetListItemObject) == 0x000008, "Wrong alignment on UserObjectListEntryLibrary_GetListItemObject"); \ static_assert(sizeof(UserObjectListEntryLibrary_GetListItemObject) == 0x000018, "Wrong size on UserObjectListEntryLibrary_GetListItemObject"); \ static_assert(offsetof(UserObjectListEntryLibrary_GetListItemObject, UserObjectListEntry) == 0x000000, "Member 'UserObjectListEntryLibrary_GetListItemObject::UserObjectListEntry' has a wrong offset!"); \ static_assert(offsetof(UserObjectListEntryLibrary_GetListItemObject, ReturnValue) == 0x000010, "Member 'UserObjectListEntryLibrary_GetListItemObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUserObjectListEntryLibrary \ static_assert(alignof(UUserObjectListEntryLibrary) == 0x000008, "Wrong alignment on UUserObjectListEntryLibrary"); \ static_assert(sizeof(UUserObjectListEntryLibrary) == 0x000028, "Wrong size on UUserObjectListEntryLibrary"); \ #define DUMPER7_ASSERTS_ListViewBase_SetScrollBarVisibility \ static_assert(alignof(ListViewBase_SetScrollBarVisibility) == 0x000001, "Wrong alignment on ListViewBase_SetScrollBarVisibility"); \ static_assert(sizeof(ListViewBase_SetScrollBarVisibility) == 0x000001, "Wrong size on ListViewBase_SetScrollBarVisibility"); \ static_assert(offsetof(ListViewBase_SetScrollBarVisibility, InVisibility) == 0x000000, "Member 'ListViewBase_SetScrollBarVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListViewBase_SetScrollOffset \ static_assert(alignof(ListViewBase_SetScrollOffset) == 0x000004, "Wrong alignment on ListViewBase_SetScrollOffset"); \ static_assert(sizeof(ListViewBase_SetScrollOffset) == 0x000004, "Wrong size on ListViewBase_SetScrollOffset"); \ static_assert(offsetof(ListViewBase_SetScrollOffset, InScrollOffset) == 0x000000, "Member 'ListViewBase_SetScrollOffset::InScrollOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListViewBase_SetWheelScrollMultiplier \ static_assert(alignof(ListViewBase_SetWheelScrollMultiplier) == 0x000004, "Wrong alignment on ListViewBase_SetWheelScrollMultiplier"); \ static_assert(sizeof(ListViewBase_SetWheelScrollMultiplier) == 0x000004, "Wrong size on ListViewBase_SetWheelScrollMultiplier"); \ static_assert(offsetof(ListViewBase_SetWheelScrollMultiplier, NewWheelScrollMultiplier) == 0x000000, "Member 'ListViewBase_SetWheelScrollMultiplier::NewWheelScrollMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListViewBase_GetDisplayedEntryWidgets \ static_assert(alignof(ListViewBase_GetDisplayedEntryWidgets) == 0x000008, "Wrong alignment on ListViewBase_GetDisplayedEntryWidgets"); \ static_assert(sizeof(ListViewBase_GetDisplayedEntryWidgets) == 0x000010, "Wrong size on ListViewBase_GetDisplayedEntryWidgets"); \ static_assert(offsetof(ListViewBase_GetDisplayedEntryWidgets, ReturnValue) == 0x000000, "Member 'ListViewBase_GetDisplayedEntryWidgets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UListViewBase \ static_assert(alignof(UListViewBase) == 0x000008, "Wrong alignment on UListViewBase"); \ static_assert(sizeof(UListViewBase) == 0x000218, "Wrong size on UListViewBase"); \ static_assert(offsetof(UListViewBase, EntryWidgetClass) == 0x000108, "Member 'UListViewBase::EntryWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, WheelScrollMultiplier) == 0x000110, "Member 'UListViewBase::WheelScrollMultiplier' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, bEnableScrollAnimation) == 0x000114, "Member 'UListViewBase::bEnableScrollAnimation' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, bEnableFixedLineOffset) == 0x000115, "Member 'UListViewBase::bEnableFixedLineOffset' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, FixedLineScrollOffset) == 0x000118, "Member 'UListViewBase::FixedLineScrollOffset' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, BP_OnEntryGenerated) == 0x000120, "Member 'UListViewBase::BP_OnEntryGenerated' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, BP_OnEntryReleased) == 0x000130, "Member 'UListViewBase::BP_OnEntryReleased' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, EntryWidgetPool) == 0x000140, "Member 'UListViewBase::EntryWidgetPool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_AddItem \ static_assert(alignof(ListView_AddItem) == 0x000008, "Wrong alignment on ListView_AddItem"); \ static_assert(sizeof(ListView_AddItem) == 0x000008, "Wrong size on ListView_AddItem"); \ static_assert(offsetof(ListView_AddItem, Item) == 0x000000, "Member 'ListView_AddItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_NavigateToItem \ static_assert(alignof(ListView_BP_NavigateToItem) == 0x000008, "Wrong alignment on ListView_BP_NavigateToItem"); \ static_assert(sizeof(ListView_BP_NavigateToItem) == 0x000008, "Wrong size on ListView_BP_NavigateToItem"); \ static_assert(offsetof(ListView_BP_NavigateToItem, Item) == 0x000000, "Member 'ListView_BP_NavigateToItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_ScrollItemIntoView \ static_assert(alignof(ListView_BP_ScrollItemIntoView) == 0x000008, "Wrong alignment on ListView_BP_ScrollItemIntoView"); \ static_assert(sizeof(ListView_BP_ScrollItemIntoView) == 0x000008, "Wrong size on ListView_BP_ScrollItemIntoView"); \ static_assert(offsetof(ListView_BP_ScrollItemIntoView, Item) == 0x000000, "Member 'ListView_BP_ScrollItemIntoView::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_SetItemSelection \ static_assert(alignof(ListView_BP_SetItemSelection) == 0x000008, "Wrong alignment on ListView_BP_SetItemSelection"); \ static_assert(sizeof(ListView_BP_SetItemSelection) == 0x000010, "Wrong size on ListView_BP_SetItemSelection"); \ static_assert(offsetof(ListView_BP_SetItemSelection, Item) == 0x000000, "Member 'ListView_BP_SetItemSelection::Item' has a wrong offset!"); \ static_assert(offsetof(ListView_BP_SetItemSelection, bSelected) == 0x000008, "Member 'ListView_BP_SetItemSelection::bSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_SetListItems \ static_assert(alignof(ListView_BP_SetListItems) == 0x000008, "Wrong alignment on ListView_BP_SetListItems"); \ static_assert(sizeof(ListView_BP_SetListItems) == 0x000010, "Wrong size on ListView_BP_SetListItems"); \ static_assert(offsetof(ListView_BP_SetListItems, InListItems) == 0x000000, "Member 'ListView_BP_SetListItems::InListItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_SetSelectedItem \ static_assert(alignof(ListView_BP_SetSelectedItem) == 0x000008, "Wrong alignment on ListView_BP_SetSelectedItem"); \ static_assert(sizeof(ListView_BP_SetSelectedItem) == 0x000008, "Wrong size on ListView_BP_SetSelectedItem"); \ static_assert(offsetof(ListView_BP_SetSelectedItem, Item) == 0x000000, "Member 'ListView_BP_SetSelectedItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_NavigateToIndex \ static_assert(alignof(ListView_NavigateToIndex) == 0x000004, "Wrong alignment on ListView_NavigateToIndex"); \ static_assert(sizeof(ListView_NavigateToIndex) == 0x000004, "Wrong size on ListView_NavigateToIndex"); \ static_assert(offsetof(ListView_NavigateToIndex, Index_0) == 0x000000, "Member 'ListView_NavigateToIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_RemoveItem \ static_assert(alignof(ListView_RemoveItem) == 0x000008, "Wrong alignment on ListView_RemoveItem"); \ static_assert(sizeof(ListView_RemoveItem) == 0x000008, "Wrong size on ListView_RemoveItem"); \ static_assert(offsetof(ListView_RemoveItem, Item) == 0x000000, "Member 'ListView_RemoveItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_ScrollIndexIntoView \ static_assert(alignof(ListView_ScrollIndexIntoView) == 0x000004, "Wrong alignment on ListView_ScrollIndexIntoView"); \ static_assert(sizeof(ListView_ScrollIndexIntoView) == 0x000004, "Wrong size on ListView_ScrollIndexIntoView"); \ static_assert(offsetof(ListView_ScrollIndexIntoView, Index_0) == 0x000000, "Member 'ListView_ScrollIndexIntoView::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_SetSelectedIndex \ static_assert(alignof(ListView_SetSelectedIndex) == 0x000004, "Wrong alignment on ListView_SetSelectedIndex"); \ static_assert(sizeof(ListView_SetSelectedIndex) == 0x000004, "Wrong size on ListView_SetSelectedIndex"); \ static_assert(offsetof(ListView_SetSelectedIndex, Index_0) == 0x000000, "Member 'ListView_SetSelectedIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_SetSelectionMode \ static_assert(alignof(ListView_SetSelectionMode) == 0x000001, "Wrong alignment on ListView_SetSelectionMode"); \ static_assert(sizeof(ListView_SetSelectionMode) == 0x000001, "Wrong size on ListView_SetSelectionMode"); \ static_assert(offsetof(ListView_SetSelectionMode, SelectionMode_0) == 0x000000, "Member 'ListView_SetSelectionMode::SelectionMode_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_GetNumItemsSelected \ static_assert(alignof(ListView_BP_GetNumItemsSelected) == 0x000004, "Wrong alignment on ListView_BP_GetNumItemsSelected"); \ static_assert(sizeof(ListView_BP_GetNumItemsSelected) == 0x000004, "Wrong size on ListView_BP_GetNumItemsSelected"); \ static_assert(offsetof(ListView_BP_GetNumItemsSelected, ReturnValue) == 0x000000, "Member 'ListView_BP_GetNumItemsSelected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_GetSelectedItem \ static_assert(alignof(ListView_BP_GetSelectedItem) == 0x000008, "Wrong alignment on ListView_BP_GetSelectedItem"); \ static_assert(sizeof(ListView_BP_GetSelectedItem) == 0x000008, "Wrong size on ListView_BP_GetSelectedItem"); \ static_assert(offsetof(ListView_BP_GetSelectedItem, ReturnValue) == 0x000000, "Member 'ListView_BP_GetSelectedItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_GetSelectedItems \ static_assert(alignof(ListView_BP_GetSelectedItems) == 0x000008, "Wrong alignment on ListView_BP_GetSelectedItems"); \ static_assert(sizeof(ListView_BP_GetSelectedItems) == 0x000018, "Wrong size on ListView_BP_GetSelectedItems"); \ static_assert(offsetof(ListView_BP_GetSelectedItems, Items) == 0x000000, "Member 'ListView_BP_GetSelectedItems::Items' has a wrong offset!"); \ static_assert(offsetof(ListView_BP_GetSelectedItems, ReturnValue) == 0x000010, "Member 'ListView_BP_GetSelectedItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_IsItemVisible \ static_assert(alignof(ListView_BP_IsItemVisible) == 0x000008, "Wrong alignment on ListView_BP_IsItemVisible"); \ static_assert(sizeof(ListView_BP_IsItemVisible) == 0x000010, "Wrong size on ListView_BP_IsItemVisible"); \ static_assert(offsetof(ListView_BP_IsItemVisible, Item) == 0x000000, "Member 'ListView_BP_IsItemVisible::Item' has a wrong offset!"); \ static_assert(offsetof(ListView_BP_IsItemVisible, ReturnValue) == 0x000008, "Member 'ListView_BP_IsItemVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_GetIndexForItem \ static_assert(alignof(ListView_GetIndexForItem) == 0x000008, "Wrong alignment on ListView_GetIndexForItem"); \ static_assert(sizeof(ListView_GetIndexForItem) == 0x000010, "Wrong size on ListView_GetIndexForItem"); \ static_assert(offsetof(ListView_GetIndexForItem, Item) == 0x000000, "Member 'ListView_GetIndexForItem::Item' has a wrong offset!"); \ static_assert(offsetof(ListView_GetIndexForItem, ReturnValue) == 0x000008, "Member 'ListView_GetIndexForItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_GetItemAt \ static_assert(alignof(ListView_GetItemAt) == 0x000008, "Wrong alignment on ListView_GetItemAt"); \ static_assert(sizeof(ListView_GetItemAt) == 0x000010, "Wrong size on ListView_GetItemAt"); \ static_assert(offsetof(ListView_GetItemAt, Index_0) == 0x000000, "Member 'ListView_GetItemAt::Index_0' has a wrong offset!"); \ static_assert(offsetof(ListView_GetItemAt, ReturnValue) == 0x000008, "Member 'ListView_GetItemAt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_GetListItems \ static_assert(alignof(ListView_GetListItems) == 0x000008, "Wrong alignment on ListView_GetListItems"); \ static_assert(sizeof(ListView_GetListItems) == 0x000010, "Wrong size on ListView_GetListItems"); \ static_assert(offsetof(ListView_GetListItems, ReturnValue) == 0x000000, "Member 'ListView_GetListItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_GetNumItems \ static_assert(alignof(ListView_GetNumItems) == 0x000004, "Wrong alignment on ListView_GetNumItems"); \ static_assert(sizeof(ListView_GetNumItems) == 0x000004, "Wrong size on ListView_GetNumItems"); \ static_assert(offsetof(ListView_GetNumItems, ReturnValue) == 0x000000, "Member 'ListView_GetNumItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_IsRefreshPending \ static_assert(alignof(ListView_IsRefreshPending) == 0x000001, "Wrong alignment on ListView_IsRefreshPending"); \ static_assert(sizeof(ListView_IsRefreshPending) == 0x000001, "Wrong size on ListView_IsRefreshPending"); \ static_assert(offsetof(ListView_IsRefreshPending, ReturnValue) == 0x000000, "Member 'ListView_IsRefreshPending::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UListView \ static_assert(alignof(UListView) == 0x000008, "Wrong alignment on UListView"); \ static_assert(sizeof(UListView) == 0x000368, "Wrong size on UListView"); \ static_assert(offsetof(UListView, Orientation) == 0x0002D8, "Member 'UListView::Orientation' has a wrong offset!"); \ static_assert(offsetof(UListView, SelectionMode) == 0x0002D9, "Member 'UListView::SelectionMode' has a wrong offset!"); \ static_assert(offsetof(UListView, ConsumeMouseWheel) == 0x0002DA, "Member 'UListView::ConsumeMouseWheel' has a wrong offset!"); \ static_assert(offsetof(UListView, bClearSelectionOnClick) == 0x0002DB, "Member 'UListView::bClearSelectionOnClick' has a wrong offset!"); \ static_assert(offsetof(UListView, bIsFocusable) == 0x0002DC, "Member 'UListView::bIsFocusable' has a wrong offset!"); \ static_assert(offsetof(UListView, EntrySpacing) == 0x0002E0, "Member 'UListView::EntrySpacing' has a wrong offset!"); \ static_assert(offsetof(UListView, bReturnFocusToSelection) == 0x0002E4, "Member 'UListView::bReturnFocusToSelection' has a wrong offset!"); \ static_assert(offsetof(UListView, ListItems) == 0x0002E8, "Member 'UListView::ListItems' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnEntryInitialized) == 0x000308, "Member 'UListView::BP_OnEntryInitialized' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnItemClicked) == 0x000318, "Member 'UListView::BP_OnItemClicked' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnItemDoubleClicked) == 0x000328, "Member 'UListView::BP_OnItemDoubleClicked' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnItemIsHoveredChanged) == 0x000338, "Member 'UListView::BP_OnItemIsHoveredChanged' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnItemSelectionChanged) == 0x000348, "Member 'UListView::BP_OnItemSelectionChanged' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnItemScrolledIntoView) == 0x000358, "Member 'UListView::BP_OnItemScrolledIntoView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UListViewDesignerPreviewItem \ static_assert(alignof(UListViewDesignerPreviewItem) == 0x000008, "Wrong alignment on UListViewDesignerPreviewItem"); \ static_assert(sizeof(UListViewDesignerPreviewItem) == 0x000028, "Wrong size on UListViewDesignerPreviewItem"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_ScrollBoxSlot_SetHorizontalAlignment \ static_assert(alignof(ScrollBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on ScrollBoxSlot_SetHorizontalAlignment"); \ static_assert(sizeof(ScrollBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on ScrollBoxSlot_SetHorizontalAlignment"); \ static_assert(offsetof(ScrollBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'ScrollBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBoxSlot_SetPadding \ static_assert(alignof(ScrollBoxSlot_SetPadding) == 0x000004, "Wrong alignment on ScrollBoxSlot_SetPadding"); \ static_assert(sizeof(ScrollBoxSlot_SetPadding) == 0x000010, "Wrong size on ScrollBoxSlot_SetPadding"); \ static_assert(offsetof(ScrollBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'ScrollBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollBoxSlot_SetVerticalAlignment \ static_assert(alignof(ScrollBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on ScrollBoxSlot_SetVerticalAlignment"); \ static_assert(sizeof(ScrollBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on ScrollBoxSlot_SetVerticalAlignment"); \ static_assert(offsetof(ScrollBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'ScrollBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScrollBoxSlot \ static_assert(alignof(UScrollBoxSlot) == 0x000008, "Wrong alignment on UScrollBoxSlot"); \ static_assert(sizeof(UScrollBoxSlot) == 0x000058, "Wrong size on UScrollBoxSlot"); \ static_assert(offsetof(UScrollBoxSlot, Padding) == 0x000038, "Member 'UScrollBoxSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UScrollBoxSlot, HorizontalAlignment) == 0x000048, "Member 'UScrollBoxSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UScrollBoxSlot, VerticalAlignment) == 0x000049, "Member 'UScrollBoxSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_SetHeightOverride \ static_assert(alignof(SizeBox_SetHeightOverride) == 0x000004, "Wrong alignment on SizeBox_SetHeightOverride"); \ static_assert(sizeof(SizeBox_SetHeightOverride) == 0x000004, "Wrong size on SizeBox_SetHeightOverride"); \ static_assert(offsetof(SizeBox_SetHeightOverride, InHeightOverride) == 0x000000, "Member 'SizeBox_SetHeightOverride::InHeightOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_SetMaxAspectRatio \ static_assert(alignof(SizeBox_SetMaxAspectRatio) == 0x000004, "Wrong alignment on SizeBox_SetMaxAspectRatio"); \ static_assert(sizeof(SizeBox_SetMaxAspectRatio) == 0x000004, "Wrong size on SizeBox_SetMaxAspectRatio"); \ static_assert(offsetof(SizeBox_SetMaxAspectRatio, InMaxAspectRatio) == 0x000000, "Member 'SizeBox_SetMaxAspectRatio::InMaxAspectRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_SetMaxDesiredHeight \ static_assert(alignof(SizeBox_SetMaxDesiredHeight) == 0x000004, "Wrong alignment on SizeBox_SetMaxDesiredHeight"); \ static_assert(sizeof(SizeBox_SetMaxDesiredHeight) == 0x000004, "Wrong size on SizeBox_SetMaxDesiredHeight"); \ static_assert(offsetof(SizeBox_SetMaxDesiredHeight, InMaxDesiredHeight) == 0x000000, "Member 'SizeBox_SetMaxDesiredHeight::InMaxDesiredHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_SetMaxDesiredWidth \ static_assert(alignof(SizeBox_SetMaxDesiredWidth) == 0x000004, "Wrong alignment on SizeBox_SetMaxDesiredWidth"); \ static_assert(sizeof(SizeBox_SetMaxDesiredWidth) == 0x000004, "Wrong size on SizeBox_SetMaxDesiredWidth"); \ static_assert(offsetof(SizeBox_SetMaxDesiredWidth, InMaxDesiredWidth) == 0x000000, "Member 'SizeBox_SetMaxDesiredWidth::InMaxDesiredWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_SetMinAspectRatio \ static_assert(alignof(SizeBox_SetMinAspectRatio) == 0x000004, "Wrong alignment on SizeBox_SetMinAspectRatio"); \ static_assert(sizeof(SizeBox_SetMinAspectRatio) == 0x000004, "Wrong size on SizeBox_SetMinAspectRatio"); \ static_assert(offsetof(SizeBox_SetMinAspectRatio, InMinAspectRatio) == 0x000000, "Member 'SizeBox_SetMinAspectRatio::InMinAspectRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_SetMinDesiredHeight \ static_assert(alignof(SizeBox_SetMinDesiredHeight) == 0x000004, "Wrong alignment on SizeBox_SetMinDesiredHeight"); \ static_assert(sizeof(SizeBox_SetMinDesiredHeight) == 0x000004, "Wrong size on SizeBox_SetMinDesiredHeight"); \ static_assert(offsetof(SizeBox_SetMinDesiredHeight, InMinDesiredHeight) == 0x000000, "Member 'SizeBox_SetMinDesiredHeight::InMinDesiredHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_SetMinDesiredWidth \ static_assert(alignof(SizeBox_SetMinDesiredWidth) == 0x000004, "Wrong alignment on SizeBox_SetMinDesiredWidth"); \ static_assert(sizeof(SizeBox_SetMinDesiredWidth) == 0x000004, "Wrong size on SizeBox_SetMinDesiredWidth"); \ static_assert(offsetof(SizeBox_SetMinDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'SizeBox_SetMinDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_SetWidthOverride \ static_assert(alignof(SizeBox_SetWidthOverride) == 0x000004, "Wrong alignment on SizeBox_SetWidthOverride"); \ static_assert(sizeof(SizeBox_SetWidthOverride) == 0x000004, "Wrong size on SizeBox_SetWidthOverride"); \ static_assert(offsetof(SizeBox_SetWidthOverride, InWidthOverride) == 0x000000, "Member 'SizeBox_SetWidthOverride::InWidthOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USizeBox \ static_assert(alignof(USizeBox) == 0x000008, "Wrong alignment on USizeBox"); \ static_assert(sizeof(USizeBox) == 0x000158, "Wrong size on USizeBox"); \ static_assert(offsetof(USizeBox, WidthOverride) == 0x000130, "Member 'USizeBox::WidthOverride' has a wrong offset!"); \ static_assert(offsetof(USizeBox, HeightOverride) == 0x000134, "Member 'USizeBox::HeightOverride' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MinDesiredWidth) == 0x000138, "Member 'USizeBox::MinDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MinDesiredHeight) == 0x00013C, "Member 'USizeBox::MinDesiredHeight' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MaxDesiredWidth) == 0x000140, "Member 'USizeBox::MaxDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MaxDesiredHeight) == 0x000144, "Member 'USizeBox::MaxDesiredHeight' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MinAspectRatio) == 0x000148, "Member 'USizeBox::MinAspectRatio' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MaxAspectRatio) == 0x00014C, "Member 'USizeBox::MaxAspectRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_Throbber_SetAnimateHorizontally \ static_assert(alignof(Throbber_SetAnimateHorizontally) == 0x000001, "Wrong alignment on Throbber_SetAnimateHorizontally"); \ static_assert(sizeof(Throbber_SetAnimateHorizontally) == 0x000001, "Wrong size on Throbber_SetAnimateHorizontally"); \ static_assert(offsetof(Throbber_SetAnimateHorizontally, bInAnimateHorizontally) == 0x000000, "Member 'Throbber_SetAnimateHorizontally::bInAnimateHorizontally' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Throbber_SetAnimateOpacity \ static_assert(alignof(Throbber_SetAnimateOpacity) == 0x000001, "Wrong alignment on Throbber_SetAnimateOpacity"); \ static_assert(sizeof(Throbber_SetAnimateOpacity) == 0x000001, "Wrong size on Throbber_SetAnimateOpacity"); \ static_assert(offsetof(Throbber_SetAnimateOpacity, bInAnimateOpacity) == 0x000000, "Member 'Throbber_SetAnimateOpacity::bInAnimateOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Throbber_SetAnimateVertically \ static_assert(alignof(Throbber_SetAnimateVertically) == 0x000001, "Wrong alignment on Throbber_SetAnimateVertically"); \ static_assert(sizeof(Throbber_SetAnimateVertically) == 0x000001, "Wrong size on Throbber_SetAnimateVertically"); \ static_assert(offsetof(Throbber_SetAnimateVertically, bInAnimateVertically) == 0x000000, "Member 'Throbber_SetAnimateVertically::bInAnimateVertically' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Throbber_SetNumberOfPieces \ static_assert(alignof(Throbber_SetNumberOfPieces) == 0x000004, "Wrong alignment on Throbber_SetNumberOfPieces"); \ static_assert(sizeof(Throbber_SetNumberOfPieces) == 0x000004, "Wrong size on Throbber_SetNumberOfPieces"); \ static_assert(offsetof(Throbber_SetNumberOfPieces, InNumberOfPieces) == 0x000000, "Member 'Throbber_SetNumberOfPieces::InNumberOfPieces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UThrobber \ static_assert(alignof(UThrobber) == 0x000008, "Wrong alignment on UThrobber"); \ static_assert(sizeof(UThrobber) == 0x0001B0, "Wrong size on UThrobber"); \ static_assert(offsetof(UThrobber, NumberOfPieces) == 0x000108, "Member 'UThrobber::NumberOfPieces' has a wrong offset!"); \ static_assert(offsetof(UThrobber, bAnimateHorizontally) == 0x00010C, "Member 'UThrobber::bAnimateHorizontally' has a wrong offset!"); \ static_assert(offsetof(UThrobber, bAnimateVertically) == 0x00010D, "Member 'UThrobber::bAnimateVertically' has a wrong offset!"); \ static_assert(offsetof(UThrobber, bAnimateOpacity) == 0x00010E, "Member 'UThrobber::bAnimateOpacity' has a wrong offset!"); \ static_assert(offsetof(UThrobber, PieceImage) == 0x000110, "Member 'UThrobber::PieceImage' has a wrong offset!"); \ static_assert(offsetof(UThrobber, Image) == 0x000118, "Member 'UThrobber::Image' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TileView_SetEntryHeight \ static_assert(alignof(TileView_SetEntryHeight) == 0x000004, "Wrong alignment on TileView_SetEntryHeight"); \ static_assert(sizeof(TileView_SetEntryHeight) == 0x000004, "Wrong size on TileView_SetEntryHeight"); \ static_assert(offsetof(TileView_SetEntryHeight, NewHeight) == 0x000000, "Member 'TileView_SetEntryHeight::NewHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TileView_SetEntryWidth \ static_assert(alignof(TileView_SetEntryWidth) == 0x000004, "Wrong alignment on TileView_SetEntryWidth"); \ static_assert(sizeof(TileView_SetEntryWidth) == 0x000004, "Wrong size on TileView_SetEntryWidth"); \ static_assert(offsetof(TileView_SetEntryWidth, NewWidth) == 0x000000, "Member 'TileView_SetEntryWidth::NewWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TileView_GetEntryHeight \ static_assert(alignof(TileView_GetEntryHeight) == 0x000004, "Wrong alignment on TileView_GetEntryHeight"); \ static_assert(sizeof(TileView_GetEntryHeight) == 0x000004, "Wrong size on TileView_GetEntryHeight"); \ static_assert(offsetof(TileView_GetEntryHeight, ReturnValue) == 0x000000, "Member 'TileView_GetEntryHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TileView_GetEntryWidth \ static_assert(alignof(TileView_GetEntryWidth) == 0x000004, "Wrong alignment on TileView_GetEntryWidth"); \ static_assert(sizeof(TileView_GetEntryWidth) == 0x000004, "Wrong size on TileView_GetEntryWidth"); \ static_assert(offsetof(TileView_GetEntryWidth, ReturnValue) == 0x000000, "Member 'TileView_GetEntryWidth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTileView \ static_assert(alignof(UTileView) == 0x000008, "Wrong alignment on UTileView"); \ static_assert(sizeof(UTileView) == 0x000388, "Wrong size on UTileView"); \ static_assert(offsetof(UTileView, EntryHeight) == 0x000368, "Member 'UTileView::EntryHeight' has a wrong offset!"); \ static_assert(offsetof(UTileView, EntryWidth) == 0x00036C, "Member 'UTileView::EntryWidth' has a wrong offset!"); \ static_assert(offsetof(UTileView, TileAlignment) == 0x000370, "Member 'UTileView::TileAlignment' has a wrong offset!"); \ static_assert(offsetof(UTileView, bWrapHorizontalNavigation) == 0x000371, "Member 'UTileView::bWrapHorizontalNavigation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TreeView_SetItemExpansion \ static_assert(alignof(TreeView_SetItemExpansion) == 0x000008, "Wrong alignment on TreeView_SetItemExpansion"); \ static_assert(sizeof(TreeView_SetItemExpansion) == 0x000010, "Wrong size on TreeView_SetItemExpansion"); \ static_assert(offsetof(TreeView_SetItemExpansion, Item) == 0x000000, "Member 'TreeView_SetItemExpansion::Item' has a wrong offset!"); \ static_assert(offsetof(TreeView_SetItemExpansion, bExpandItem) == 0x000008, "Member 'TreeView_SetItemExpansion::bExpandItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTreeView \ static_assert(alignof(UTreeView) == 0x000008, "Wrong alignment on UTreeView"); \ static_assert(sizeof(UTreeView) == 0x0003C0, "Wrong size on UTreeView"); \ static_assert(offsetof(UTreeView, BP_OnGetItemChildren) == 0x000378, "Member 'UTreeView::BP_OnGetItemChildren' has a wrong offset!"); \ static_assert(offsetof(UTreeView, BP_OnItemExpansionChanged) == 0x000388, "Member 'UTreeView::BP_OnItemExpansionChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGSequencePlayer_SetUserTag \ static_assert(alignof(UMGSequencePlayer_SetUserTag) == 0x000004, "Wrong alignment on UMGSequencePlayer_SetUserTag"); \ static_assert(sizeof(UMGSequencePlayer_SetUserTag) == 0x000008, "Wrong size on UMGSequencePlayer_SetUserTag"); \ static_assert(offsetof(UMGSequencePlayer_SetUserTag, InUserTag) == 0x000000, "Member 'UMGSequencePlayer_SetUserTag::InUserTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGSequencePlayer_GetUserTag \ static_assert(alignof(UMGSequencePlayer_GetUserTag) == 0x000004, "Wrong alignment on UMGSequencePlayer_GetUserTag"); \ static_assert(sizeof(UMGSequencePlayer_GetUserTag) == 0x000008, "Wrong size on UMGSequencePlayer_GetUserTag"); \ static_assert(offsetof(UMGSequencePlayer_GetUserTag, ReturnValue) == 0x000000, "Member 'UMGSequencePlayer_GetUserTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMGSequencePlayer \ static_assert(alignof(UUMGSequencePlayer) == 0x000008, "Wrong alignment on UUMGSequencePlayer"); \ static_assert(sizeof(UUMGSequencePlayer) == 0x0003C8, "Wrong size on UUMGSequencePlayer"); \ static_assert(offsetof(UUMGSequencePlayer, Animation) == 0x000260, "Member 'UUMGSequencePlayer::Animation' has a wrong offset!"); \ static_assert(offsetof(UUMGSequencePlayer, RootTemplateInstance) == 0x000270, "Member 'UUMGSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMGSequenceTickManager \ static_assert(alignof(UUMGSequenceTickManager) == 0x000008, "Wrong alignment on UUMGSequenceTickManager"); \ static_assert(sizeof(UUMGSequenceTickManager) == 0x000120, "Wrong size on UUMGSequenceTickManager"); \ static_assert(offsetof(UUMGSequenceTickManager, WeakUserWidgets) == 0x000028, "Member 'UUMGSequenceTickManager::WeakUserWidgets' has a wrong offset!"); \ static_assert(offsetof(UUMGSequenceTickManager, Linker) == 0x000078, "Member 'UUMGSequenceTickManager::Linker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridPanel_AddChildToUniformGrid \ static_assert(alignof(UniformGridPanel_AddChildToUniformGrid) == 0x000008, "Wrong alignment on UniformGridPanel_AddChildToUniformGrid"); \ static_assert(sizeof(UniformGridPanel_AddChildToUniformGrid) == 0x000018, "Wrong size on UniformGridPanel_AddChildToUniformGrid"); \ static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, content) == 0x000000, "Member 'UniformGridPanel_AddChildToUniformGrid::content' has a wrong offset!"); \ static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, InRow) == 0x000008, "Member 'UniformGridPanel_AddChildToUniformGrid::InRow' has a wrong offset!"); \ static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, InColumn) == 0x00000C, "Member 'UniformGridPanel_AddChildToUniformGrid::InColumn' has a wrong offset!"); \ static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, ReturnValue) == 0x000010, "Member 'UniformGridPanel_AddChildToUniformGrid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridPanel_SetMinDesiredSlotHeight \ static_assert(alignof(UniformGridPanel_SetMinDesiredSlotHeight) == 0x000004, "Wrong alignment on UniformGridPanel_SetMinDesiredSlotHeight"); \ static_assert(sizeof(UniformGridPanel_SetMinDesiredSlotHeight) == 0x000004, "Wrong size on UniformGridPanel_SetMinDesiredSlotHeight"); \ static_assert(offsetof(UniformGridPanel_SetMinDesiredSlotHeight, InMinDesiredSlotHeight) == 0x000000, "Member 'UniformGridPanel_SetMinDesiredSlotHeight::InMinDesiredSlotHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridPanel_SetMinDesiredSlotWidth \ static_assert(alignof(UniformGridPanel_SetMinDesiredSlotWidth) == 0x000004, "Wrong alignment on UniformGridPanel_SetMinDesiredSlotWidth"); \ static_assert(sizeof(UniformGridPanel_SetMinDesiredSlotWidth) == 0x000004, "Wrong size on UniformGridPanel_SetMinDesiredSlotWidth"); \ static_assert(offsetof(UniformGridPanel_SetMinDesiredSlotWidth, InMinDesiredSlotWidth) == 0x000000, "Member 'UniformGridPanel_SetMinDesiredSlotWidth::InMinDesiredSlotWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridPanel_SetSlotPadding \ static_assert(alignof(UniformGridPanel_SetSlotPadding) == 0x000004, "Wrong alignment on UniformGridPanel_SetSlotPadding"); \ static_assert(sizeof(UniformGridPanel_SetSlotPadding) == 0x000010, "Wrong size on UniformGridPanel_SetSlotPadding"); \ static_assert(offsetof(UniformGridPanel_SetSlotPadding, InSlotPadding) == 0x000000, "Member 'UniformGridPanel_SetSlotPadding::InSlotPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUniformGridPanel \ static_assert(alignof(UUniformGridPanel) == 0x000008, "Wrong alignment on UUniformGridPanel"); \ static_assert(sizeof(UUniformGridPanel) == 0x000148, "Wrong size on UUniformGridPanel"); \ static_assert(offsetof(UUniformGridPanel, SlotPadding) == 0x000120, "Member 'UUniformGridPanel::SlotPadding' has a wrong offset!"); \ static_assert(offsetof(UUniformGridPanel, MinDesiredSlotWidth) == 0x000130, "Member 'UUniformGridPanel::MinDesiredSlotWidth' has a wrong offset!"); \ static_assert(offsetof(UUniformGridPanel, MinDesiredSlotHeight) == 0x000134, "Member 'UUniformGridPanel::MinDesiredSlotHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridSlot_SetColumn \ static_assert(alignof(UniformGridSlot_SetColumn) == 0x000004, "Wrong alignment on UniformGridSlot_SetColumn"); \ static_assert(sizeof(UniformGridSlot_SetColumn) == 0x000004, "Wrong size on UniformGridSlot_SetColumn"); \ static_assert(offsetof(UniformGridSlot_SetColumn, InColumn) == 0x000000, "Member 'UniformGridSlot_SetColumn::InColumn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridSlot_SetHorizontalAlignment \ static_assert(alignof(UniformGridSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on UniformGridSlot_SetHorizontalAlignment"); \ static_assert(sizeof(UniformGridSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on UniformGridSlot_SetHorizontalAlignment"); \ static_assert(offsetof(UniformGridSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'UniformGridSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridSlot_SetRow \ static_assert(alignof(UniformGridSlot_SetRow) == 0x000004, "Wrong alignment on UniformGridSlot_SetRow"); \ static_assert(sizeof(UniformGridSlot_SetRow) == 0x000004, "Wrong size on UniformGridSlot_SetRow"); \ static_assert(offsetof(UniformGridSlot_SetRow, InRow) == 0x000000, "Member 'UniformGridSlot_SetRow::InRow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridSlot_SetVerticalAlignment \ static_assert(alignof(UniformGridSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on UniformGridSlot_SetVerticalAlignment"); \ static_assert(sizeof(UniformGridSlot_SetVerticalAlignment) == 0x000001, "Wrong size on UniformGridSlot_SetVerticalAlignment"); \ static_assert(offsetof(UniformGridSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'UniformGridSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUniformGridSlot \ static_assert(alignof(UUniformGridSlot) == 0x000008, "Wrong alignment on UUniformGridSlot"); \ static_assert(sizeof(UUniformGridSlot) == 0x000050, "Wrong size on UUniformGridSlot"); \ static_assert(offsetof(UUniformGridSlot, HorizontalAlignment) == 0x000038, "Member 'UUniformGridSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UUniformGridSlot, VerticalAlignment) == 0x000039, "Member 'UUniformGridSlot::VerticalAlignment' has a wrong offset!"); \ static_assert(offsetof(UUniformGridSlot, Row) == 0x00003C, "Member 'UUniformGridSlot::Row' has a wrong offset!"); \ static_assert(offsetof(UUniformGridSlot, Column) == 0x000040, "Member 'UUniformGridSlot::Column' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000148, "Wrong size on WidgetBlueprintLibrary_DetectDragIfPressed"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, PointerEvent) == 0x000000, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, WidgetDetectingDrag) == 0x000070, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::WidgetDetectingDrag' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, DragKey) == 0x000078, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::DragKey' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, ReturnValue) == 0x000090, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawBox \ static_assert(alignof(WidgetBlueprintLibrary_DrawBox) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawBox"); \ static_assert(sizeof(WidgetBlueprintLibrary_DrawBox) == 0x000058, "Wrong size on WidgetBlueprintLibrary_DrawBox"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawBox::Context' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Position) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawBox::Position' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, size) == 0x000038, "Member 'WidgetBlueprintLibrary_DrawBox::size' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Brush) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawBox::Brush' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawBox, Tint) == 0x000048, "Member 'WidgetBlueprintLibrary_DrawBox::Tint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawLine \ static_assert(alignof(WidgetBlueprintLibrary_DrawLine) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawLine"); \ static_assert(sizeof(WidgetBlueprintLibrary_DrawLine) == 0x000058, "Wrong size on WidgetBlueprintLibrary_DrawLine"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawLine::Context' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, PositionA) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawLine::PositionA' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, PositionB) == 0x000038, "Member 'WidgetBlueprintLibrary_DrawLine::PositionB' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, Tint) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawLine::Tint' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, bAntiAlias) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawLine::bAntiAlias' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLine, Thickness) == 0x000054, "Member 'WidgetBlueprintLibrary_DrawLine::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawLines \ static_assert(alignof(WidgetBlueprintLibrary_DrawLines) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawLines"); \ static_assert(sizeof(WidgetBlueprintLibrary_DrawLines) == 0x000058, "Wrong size on WidgetBlueprintLibrary_DrawLines"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawLines::Context' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, Points) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawLines::Points' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, Tint) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawLines::Tint' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, bAntiAlias) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawLines::bAntiAlias' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawLines, Thickness) == 0x000054, "Member 'WidgetBlueprintLibrary_DrawLines::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawText \ static_assert(alignof(WidgetBlueprintLibrary_DrawText) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawText"); \ static_assert(sizeof(WidgetBlueprintLibrary_DrawText) == 0x000058, "Wrong size on WidgetBlueprintLibrary_DrawText"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawText, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawText::Context' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawText, inString) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawText::inString' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawText, Position) == 0x000040, "Member 'WidgetBlueprintLibrary_DrawText::Position' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawText, Tint) == 0x000048, "Member 'WidgetBlueprintLibrary_DrawText::Tint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawTextFormatted \ static_assert(alignof(WidgetBlueprintLibrary_DrawTextFormatted) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawTextFormatted"); \ static_assert(sizeof(WidgetBlueprintLibrary_DrawTextFormatted) == 0x000078, "Wrong size on WidgetBlueprintLibrary_DrawTextFormatted"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Context' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Text) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Text' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Position) == 0x000048, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Position' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, font) == 0x000050, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::font' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, FontSize) == 0x000058, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::FontSize' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, FontTypeFace) == 0x00005C, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::FontTypeFace' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Tint) == 0x000064, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Tint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_EndDragDrop \ static_assert(alignof(WidgetBlueprintLibrary_EndDragDrop) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_EndDragDrop"); \ static_assert(sizeof(WidgetBlueprintLibrary_EndDragDrop) == 0x000170, "Wrong size on WidgetBlueprintLibrary_EndDragDrop"); \ static_assert(offsetof(WidgetBlueprintLibrary_EndDragDrop, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_EndDragDrop::Reply' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_EndDragDrop, ReturnValue) == 0x0000B8, "Member 'WidgetBlueprintLibrary_EndDragDrop::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetAllWidgetsOfClass \ static_assert(alignof(WidgetBlueprintLibrary_GetAllWidgetsOfClass) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetAllWidgetsOfClass"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetAllWidgetsOfClass) == 0x000028, "Wrong size on WidgetBlueprintLibrary_GetAllWidgetsOfClass"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsOfClass, WorldContextObject) == 0x000000, "Member 'WidgetBlueprintLibrary_GetAllWidgetsOfClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsOfClass, FoundWidgets) == 0x000008, "Member 'WidgetBlueprintLibrary_GetAllWidgetsOfClass::FoundWidgets' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsOfClass, WidgetClass) == 0x000018, "Member 'WidgetBlueprintLibrary_GetAllWidgetsOfClass::WidgetClass' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsOfClass, TopLevelOnly) == 0x000020, "Member 'WidgetBlueprintLibrary_GetAllWidgetsOfClass::TopLevelOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetAllWidgetsWithInterface \ static_assert(alignof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetAllWidgetsWithInterface"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface) == 0x000028, "Wrong size on WidgetBlueprintLibrary_GetAllWidgetsWithInterface"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface, WorldContextObject) == 0x000000, "Member 'WidgetBlueprintLibrary_GetAllWidgetsWithInterface::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface, FoundWidgets) == 0x000008, "Member 'WidgetBlueprintLibrary_GetAllWidgetsWithInterface::FoundWidgets' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface, Interface) == 0x000018, "Member 'WidgetBlueprintLibrary_GetAllWidgetsWithInterface::Interface' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetAllWidgetsWithInterface, TopLevelOnly) == 0x000020, "Member 'WidgetBlueprintLibrary_GetAllWidgetsWithInterface::TopLevelOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetBrushResource \ static_assert(alignof(WidgetBlueprintLibrary_GetBrushResource) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetBrushResource"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetBrushResource) == 0x000090, "Wrong size on WidgetBlueprintLibrary_GetBrushResource"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetBrushResource, Brush) == 0x000000, "Member 'WidgetBlueprintLibrary_GetBrushResource::Brush' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetBrushResource, ReturnValue) == 0x000088, "Member 'WidgetBlueprintLibrary_GetBrushResource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetBrushResourceAsMaterial \ static_assert(alignof(WidgetBlueprintLibrary_GetBrushResourceAsMaterial) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetBrushResourceAsMaterial"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetBrushResourceAsMaterial) == 0x000090, "Wrong size on WidgetBlueprintLibrary_GetBrushResourceAsMaterial"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetBrushResourceAsMaterial, Brush) == 0x000000, "Member 'WidgetBlueprintLibrary_GetBrushResourceAsMaterial::Brush' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetBrushResourceAsMaterial, ReturnValue) == 0x000088, "Member 'WidgetBlueprintLibrary_GetBrushResourceAsMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetBrushResourceAsTexture2D \ static_assert(alignof(WidgetBlueprintLibrary_GetBrushResourceAsTexture2D) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetBrushResourceAsTexture2D"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetBrushResourceAsTexture2D) == 0x000090, "Wrong size on WidgetBlueprintLibrary_GetBrushResourceAsTexture2D"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetBrushResourceAsTexture2D, Brush) == 0x000000, "Member 'WidgetBlueprintLibrary_GetBrushResourceAsTexture2D::Brush' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetBrushResourceAsTexture2D, ReturnValue) == 0x000088, "Member 'WidgetBlueprintLibrary_GetBrushResourceAsTexture2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetDragDroppingContent \ static_assert(alignof(WidgetBlueprintLibrary_GetDragDroppingContent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetDragDroppingContent"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetDragDroppingContent) == 0x000008, "Wrong size on WidgetBlueprintLibrary_GetDragDroppingContent"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetDragDroppingContent, ReturnValue) == 0x000000, "Member 'WidgetBlueprintLibrary_GetDragDroppingContent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetDynamicMaterial \ static_assert(alignof(WidgetBlueprintLibrary_GetDynamicMaterial) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetDynamicMaterial"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetDynamicMaterial) == 0x000090, "Wrong size on WidgetBlueprintLibrary_GetDynamicMaterial"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetDynamicMaterial, Brush) == 0x000000, "Member 'WidgetBlueprintLibrary_GetDynamicMaterial::Brush' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetDynamicMaterial, ReturnValue) == 0x000088, "Member 'WidgetBlueprintLibrary_GetDynamicMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromCharacterEvent \ static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromCharacterEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromCharacterEvent"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromCharacterEvent) == 0x000038, "Wrong size on WidgetBlueprintLibrary_GetInputEventFromCharacterEvent"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromCharacterEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetInputEventFromCharacterEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromCharacterEvent, ReturnValue) == 0x000020, "Member 'WidgetBlueprintLibrary_GetInputEventFromCharacterEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromKeyEvent \ static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromKeyEvent"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent) == 0x000050, "Wrong size on WidgetBlueprintLibrary_GetInputEventFromKeyEvent"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetInputEventFromKeyEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent, ReturnValue) == 0x000038, "Member 'WidgetBlueprintLibrary_GetInputEventFromKeyEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromNavigationEvent \ static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromNavigationEvent"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent) == 0x000038, "Wrong size on WidgetBlueprintLibrary_GetInputEventFromNavigationEvent"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetInputEventFromNavigationEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent, ReturnValue) == 0x000020, "Member 'WidgetBlueprintLibrary_GetInputEventFromNavigationEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromPointerEvent \ static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromPointerEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromPointerEvent"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromPointerEvent) == 0x000088, "Wrong size on WidgetBlueprintLibrary_GetInputEventFromPointerEvent"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromPointerEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetInputEventFromPointerEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromPointerEvent, ReturnValue) == 0x000070, "Member 'WidgetBlueprintLibrary_GetInputEventFromPointerEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent \ static_assert(alignof(WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent) == 0x000078, "Wrong size on WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent, ReturnValue) == 0x000040, "Member 'WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetSafeZonePadding \ static_assert(alignof(WidgetBlueprintLibrary_GetSafeZonePadding) == 0x000010, "Wrong alignment on WidgetBlueprintLibrary_GetSafeZonePadding"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetSafeZonePadding) == 0x000040, "Wrong size on WidgetBlueprintLibrary_GetSafeZonePadding"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetSafeZonePadding, WorldContextObject) == 0x000000, "Member 'WidgetBlueprintLibrary_GetSafeZonePadding::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetSafeZonePadding, SafePadding) == 0x000010, "Member 'WidgetBlueprintLibrary_GetSafeZonePadding::SafePadding' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetSafeZonePadding, SafePaddingScale) == 0x000020, "Member 'WidgetBlueprintLibrary_GetSafeZonePadding::SafePaddingScale' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetSafeZonePadding, SpillOverPadding) == 0x000030, "Member 'WidgetBlueprintLibrary_GetSafeZonePadding::SpillOverPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_Handled \ static_assert(alignof(WidgetBlueprintLibrary_Handled) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_Handled"); \ static_assert(sizeof(WidgetBlueprintLibrary_Handled) == 0x0000B8, "Wrong size on WidgetBlueprintLibrary_Handled"); \ static_assert(offsetof(WidgetBlueprintLibrary_Handled, ReturnValue) == 0x000000, "Member 'WidgetBlueprintLibrary_Handled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_IsDragDropping \ static_assert(alignof(WidgetBlueprintLibrary_IsDragDropping) == 0x000001, "Wrong alignment on WidgetBlueprintLibrary_IsDragDropping"); \ static_assert(sizeof(WidgetBlueprintLibrary_IsDragDropping) == 0x000001, "Wrong size on WidgetBlueprintLibrary_IsDragDropping"); \ static_assert(offsetof(WidgetBlueprintLibrary_IsDragDropping, ReturnValue) == 0x000000, "Member 'WidgetBlueprintLibrary_IsDragDropping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_LockMouse \ static_assert(alignof(WidgetBlueprintLibrary_LockMouse) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_LockMouse"); \ static_assert(sizeof(WidgetBlueprintLibrary_LockMouse) == 0x000178, "Wrong size on WidgetBlueprintLibrary_LockMouse"); \ static_assert(offsetof(WidgetBlueprintLibrary_LockMouse, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_LockMouse::Reply' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_LockMouse, CapturingWidget) == 0x0000B8, "Member 'WidgetBlueprintLibrary_LockMouse::CapturingWidget' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_LockMouse, ReturnValue) == 0x0000C0, "Member 'WidgetBlueprintLibrary_LockMouse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_MakeBrushFromAsset \ static_assert(alignof(WidgetBlueprintLibrary_MakeBrushFromAsset) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_MakeBrushFromAsset"); \ static_assert(sizeof(WidgetBlueprintLibrary_MakeBrushFromAsset) == 0x000090, "Wrong size on WidgetBlueprintLibrary_MakeBrushFromAsset"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromAsset, BrushAsset) == 0x000000, "Member 'WidgetBlueprintLibrary_MakeBrushFromAsset::BrushAsset' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromAsset, ReturnValue) == 0x000008, "Member 'WidgetBlueprintLibrary_MakeBrushFromAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_MakeBrushFromMaterial \ static_assert(alignof(WidgetBlueprintLibrary_MakeBrushFromMaterial) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_MakeBrushFromMaterial"); \ static_assert(sizeof(WidgetBlueprintLibrary_MakeBrushFromMaterial) == 0x000098, "Wrong size on WidgetBlueprintLibrary_MakeBrushFromMaterial"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromMaterial, Material) == 0x000000, "Member 'WidgetBlueprintLibrary_MakeBrushFromMaterial::Material' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromMaterial, Width) == 0x000008, "Member 'WidgetBlueprintLibrary_MakeBrushFromMaterial::Width' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromMaterial, Height) == 0x00000C, "Member 'WidgetBlueprintLibrary_MakeBrushFromMaterial::Height' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromMaterial, ReturnValue) == 0x000010, "Member 'WidgetBlueprintLibrary_MakeBrushFromMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_MakeBrushFromTexture \ static_assert(alignof(WidgetBlueprintLibrary_MakeBrushFromTexture) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_MakeBrushFromTexture"); \ static_assert(sizeof(WidgetBlueprintLibrary_MakeBrushFromTexture) == 0x000098, "Wrong size on WidgetBlueprintLibrary_MakeBrushFromTexture"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromTexture, Texture) == 0x000000, "Member 'WidgetBlueprintLibrary_MakeBrushFromTexture::Texture' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromTexture, Width) == 0x000008, "Member 'WidgetBlueprintLibrary_MakeBrushFromTexture::Width' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromTexture, Height) == 0x00000C, "Member 'WidgetBlueprintLibrary_MakeBrushFromTexture::Height' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_MakeBrushFromTexture, ReturnValue) == 0x000010, "Member 'WidgetBlueprintLibrary_MakeBrushFromTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_NoResourceBrush \ static_assert(alignof(WidgetBlueprintLibrary_NoResourceBrush) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_NoResourceBrush"); \ static_assert(sizeof(WidgetBlueprintLibrary_NoResourceBrush) == 0x000088, "Wrong size on WidgetBlueprintLibrary_NoResourceBrush"); \ static_assert(offsetof(WidgetBlueprintLibrary_NoResourceBrush, ReturnValue) == 0x000000, "Member 'WidgetBlueprintLibrary_NoResourceBrush::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_ReleaseJoystickCapture \ static_assert(alignof(WidgetBlueprintLibrary_ReleaseJoystickCapture) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_ReleaseJoystickCapture"); \ static_assert(sizeof(WidgetBlueprintLibrary_ReleaseJoystickCapture) == 0x000178, "Wrong size on WidgetBlueprintLibrary_ReleaseJoystickCapture"); \ static_assert(offsetof(WidgetBlueprintLibrary_ReleaseJoystickCapture, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_ReleaseJoystickCapture::Reply' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_ReleaseJoystickCapture, bInAllJoysticks) == 0x0000B8, "Member 'WidgetBlueprintLibrary_ReleaseJoystickCapture::bInAllJoysticks' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_ReleaseJoystickCapture, ReturnValue) == 0x0000C0, "Member 'WidgetBlueprintLibrary_ReleaseJoystickCapture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_ReleaseMouseCapture \ static_assert(alignof(WidgetBlueprintLibrary_ReleaseMouseCapture) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_ReleaseMouseCapture"); \ static_assert(sizeof(WidgetBlueprintLibrary_ReleaseMouseCapture) == 0x000170, "Wrong size on WidgetBlueprintLibrary_ReleaseMouseCapture"); \ static_assert(offsetof(WidgetBlueprintLibrary_ReleaseMouseCapture, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_ReleaseMouseCapture::Reply' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_ReleaseMouseCapture, ReturnValue) == 0x0000B8, "Member 'WidgetBlueprintLibrary_ReleaseMouseCapture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetBrushResourceToMaterial \ static_assert(alignof(WidgetBlueprintLibrary_SetBrushResourceToMaterial) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetBrushResourceToMaterial"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetBrushResourceToMaterial) == 0x000090, "Wrong size on WidgetBlueprintLibrary_SetBrushResourceToMaterial"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetBrushResourceToMaterial, Brush) == 0x000000, "Member 'WidgetBlueprintLibrary_SetBrushResourceToMaterial::Brush' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetBrushResourceToMaterial, Material) == 0x000088, "Member 'WidgetBlueprintLibrary_SetBrushResourceToMaterial::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetBrushResourceToTexture \ static_assert(alignof(WidgetBlueprintLibrary_SetBrushResourceToTexture) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetBrushResourceToTexture"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetBrushResourceToTexture) == 0x000090, "Wrong size on WidgetBlueprintLibrary_SetBrushResourceToTexture"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetBrushResourceToTexture, Brush) == 0x000000, "Member 'WidgetBlueprintLibrary_SetBrushResourceToTexture::Brush' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetBrushResourceToTexture, Texture) == 0x000088, "Member 'WidgetBlueprintLibrary_SetBrushResourceToTexture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetColorVisionDeficiencyType \ static_assert(alignof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType) == 0x000004, "Wrong alignment on WidgetBlueprintLibrary_SetColorVisionDeficiencyType"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType) == 0x00000C, "Wrong size on WidgetBlueprintLibrary_SetColorVisionDeficiencyType"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType, Type) == 0x000000, "Member 'WidgetBlueprintLibrary_SetColorVisionDeficiencyType::Type' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType, Severity) == 0x000004, "Member 'WidgetBlueprintLibrary_SetColorVisionDeficiencyType::Severity' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType, CorrectDeficiency) == 0x000008, "Member 'WidgetBlueprintLibrary_SetColorVisionDeficiencyType::CorrectDeficiency' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetColorVisionDeficiencyType, ShowCorrectionWithDeficiency) == 0x000009, "Member 'WidgetBlueprintLibrary_SetColorVisionDeficiencyType::ShowCorrectionWithDeficiency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetHardwareCursor \ static_assert(alignof(WidgetBlueprintLibrary_SetHardwareCursor) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetHardwareCursor"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetHardwareCursor) == 0x000020, "Wrong size on WidgetBlueprintLibrary_SetHardwareCursor"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetHardwareCursor, WorldContextObject) == 0x000000, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetHardwareCursor, CursorShape) == 0x000008, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::CursorShape' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetHardwareCursor, CursorName) == 0x00000C, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::CursorName' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetHardwareCursor, HotSpot) == 0x000014, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::HotSpot' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetHardwareCursor, ReturnValue) == 0x00001C, "Member 'WidgetBlueprintLibrary_SetHardwareCursor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_GameAndUI \ static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_GameAndUI) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_GameAndUI"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_GameAndUI) == 0x000018, "Wrong size on WidgetBlueprintLibrary_SetInputMode_GameAndUI"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUI, Target) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUI::Target' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUI, InWidgetToFocus) == 0x000008, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUI::InWidgetToFocus' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUI, bLockMouseToViewport) == 0x000010, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUI::bLockMouseToViewport' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUI, bHideCursorDuringCapture) == 0x000011, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUI::bHideCursorDuringCapture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_GameAndUIEx \ static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_GameAndUIEx"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx) == 0x000018, "Wrong size on WidgetBlueprintLibrary_SetInputMode_GameAndUIEx"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, PlayerController) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::PlayerController' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, InWidgetToFocus) == 0x000008, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::InWidgetToFocus' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, InMouseLockMode) == 0x000010, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::InMouseLockMode' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameAndUIEx, bHideCursorDuringCapture) == 0x000011, "Member 'WidgetBlueprintLibrary_SetInputMode_GameAndUIEx::bHideCursorDuringCapture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_GameOnly \ static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_GameOnly) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_GameOnly"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_GameOnly) == 0x000008, "Wrong size on WidgetBlueprintLibrary_SetInputMode_GameOnly"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameOnly, PlayerController) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_GameOnly::PlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_UIOnly \ static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_UIOnly) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_UIOnly"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_UIOnly) == 0x000018, "Wrong size on WidgetBlueprintLibrary_SetInputMode_UIOnly"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnly, Target) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnly::Target' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnly, InWidgetToFocus) == 0x000008, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnly::InWidgetToFocus' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnly, bLockMouseToViewport) == 0x000010, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnly::bLockMouseToViewport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_UIOnlyEx \ static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_UIOnlyEx"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx) == 0x000018, "Wrong size on WidgetBlueprintLibrary_SetInputMode_UIOnlyEx"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx, PlayerController) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnlyEx::PlayerController' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx, InWidgetToFocus) == 0x000008, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnlyEx::InWidgetToFocus' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx, InMouseLockMode) == 0x000010, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnlyEx::InMouseLockMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetMousePosition \ static_assert(alignof(WidgetBlueprintLibrary_SetMousePosition) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetMousePosition"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetMousePosition) == 0x000178, "Wrong size on WidgetBlueprintLibrary_SetMousePosition"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetMousePosition, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_SetMousePosition::Reply' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetMousePosition, NewMousePosition) == 0x0000B8, "Member 'WidgetBlueprintLibrary_SetMousePosition::NewMousePosition' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetMousePosition, ReturnValue) == 0x0000C0, "Member 'WidgetBlueprintLibrary_SetMousePosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetUserFocus \ static_assert(alignof(WidgetBlueprintLibrary_SetUserFocus) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetUserFocus"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetUserFocus) == 0x000180, "Wrong size on WidgetBlueprintLibrary_SetUserFocus"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetUserFocus, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_SetUserFocus::Reply' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetUserFocus, FocusWidget) == 0x0000B8, "Member 'WidgetBlueprintLibrary_SetUserFocus::FocusWidget' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetUserFocus, bInAllUsers) == 0x0000C0, "Member 'WidgetBlueprintLibrary_SetUserFocus::bInAllUsers' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetUserFocus, ReturnValue) == 0x0000C8, "Member 'WidgetBlueprintLibrary_SetUserFocus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive \ static_assert(alignof(WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive) == 0x000001, "Wrong alignment on WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive) == 0x000001, "Wrong size on WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive, bActive) == 0x000000, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarCloseButtonActive::bActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate \ static_assert(alignof(WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate) == 0x000004, "Wrong alignment on WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate) == 0x000010, "Wrong size on WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate, Delegate) == 0x000000, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarOnCloseClickedDelegate::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetWindowTitleBarState \ static_assert(alignof(WidgetBlueprintLibrary_SetWindowTitleBarState) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetWindowTitleBarState"); \ static_assert(sizeof(WidgetBlueprintLibrary_SetWindowTitleBarState) == 0x000010, "Wrong size on WidgetBlueprintLibrary_SetWindowTitleBarState"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarState, TitleBarContent) == 0x000000, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarState::TitleBarContent' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarState, Mode) == 0x000008, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarState::Mode' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarState, bTitleBarDragEnabled) == 0x000009, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarState::bTitleBarDragEnabled' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarState, bWindowButtonsVisible) == 0x00000A, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarState::bWindowButtonsVisible' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_SetWindowTitleBarState, bTitleBarVisible) == 0x00000B, "Member 'WidgetBlueprintLibrary_SetWindowTitleBarState::bTitleBarVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_Unhandled \ static_assert(alignof(WidgetBlueprintLibrary_Unhandled) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_Unhandled"); \ static_assert(sizeof(WidgetBlueprintLibrary_Unhandled) == 0x0000B8, "Wrong size on WidgetBlueprintLibrary_Unhandled"); \ static_assert(offsetof(WidgetBlueprintLibrary_Unhandled, ReturnValue) == 0x000000, "Member 'WidgetBlueprintLibrary_Unhandled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_UnlockMouse \ static_assert(alignof(WidgetBlueprintLibrary_UnlockMouse) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_UnlockMouse"); \ static_assert(sizeof(WidgetBlueprintLibrary_UnlockMouse) == 0x000170, "Wrong size on WidgetBlueprintLibrary_UnlockMouse"); \ static_assert(offsetof(WidgetBlueprintLibrary_UnlockMouse, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_UnlockMouse::Reply' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_UnlockMouse, ReturnValue) == 0x0000B8, "Member 'WidgetBlueprintLibrary_UnlockMouse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetBlueprintLibrary \ static_assert(alignof(UWidgetBlueprintLibrary) == 0x000008, "Wrong alignment on UWidgetBlueprintLibrary"); \ static_assert(sizeof(UWidgetBlueprintLibrary) == 0x000028, "Wrong size on UWidgetBlueprintLibrary"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_PressAndReleaseKey \ static_assert(alignof(WidgetInteractionComponent_PressAndReleaseKey) == 0x000008, "Wrong alignment on WidgetInteractionComponent_PressAndReleaseKey"); \ static_assert(sizeof(WidgetInteractionComponent_PressAndReleaseKey) == 0x000020, "Wrong size on WidgetInteractionComponent_PressAndReleaseKey"); \ static_assert(offsetof(WidgetInteractionComponent_PressAndReleaseKey, Key) == 0x000000, "Member 'WidgetInteractionComponent_PressAndReleaseKey::Key' has a wrong offset!"); \ static_assert(offsetof(WidgetInteractionComponent_PressAndReleaseKey, ReturnValue) == 0x000018, "Member 'WidgetInteractionComponent_PressAndReleaseKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_PressKey \ static_assert(alignof(WidgetInteractionComponent_PressKey) == 0x000008, "Wrong alignment on WidgetInteractionComponent_PressKey"); \ static_assert(sizeof(WidgetInteractionComponent_PressKey) == 0x000020, "Wrong size on WidgetInteractionComponent_PressKey"); \ static_assert(offsetof(WidgetInteractionComponent_PressKey, Key) == 0x000000, "Member 'WidgetInteractionComponent_PressKey::Key' has a wrong offset!"); \ static_assert(offsetof(WidgetInteractionComponent_PressKey, bRepeat) == 0x000018, "Member 'WidgetInteractionComponent_PressKey::bRepeat' has a wrong offset!"); \ static_assert(offsetof(WidgetInteractionComponent_PressKey, ReturnValue) == 0x000019, "Member 'WidgetInteractionComponent_PressKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_PressPointerKey \ static_assert(alignof(WidgetInteractionComponent_PressPointerKey) == 0x000008, "Wrong alignment on WidgetInteractionComponent_PressPointerKey"); \ static_assert(sizeof(WidgetInteractionComponent_PressPointerKey) == 0x000018, "Wrong size on WidgetInteractionComponent_PressPointerKey"); \ static_assert(offsetof(WidgetInteractionComponent_PressPointerKey, Key) == 0x000000, "Member 'WidgetInteractionComponent_PressPointerKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_ReleaseKey \ static_assert(alignof(WidgetInteractionComponent_ReleaseKey) == 0x000008, "Wrong alignment on WidgetInteractionComponent_ReleaseKey"); \ static_assert(sizeof(WidgetInteractionComponent_ReleaseKey) == 0x000020, "Wrong size on WidgetInteractionComponent_ReleaseKey"); \ static_assert(offsetof(WidgetInteractionComponent_ReleaseKey, Key) == 0x000000, "Member 'WidgetInteractionComponent_ReleaseKey::Key' has a wrong offset!"); \ static_assert(offsetof(WidgetInteractionComponent_ReleaseKey, ReturnValue) == 0x000018, "Member 'WidgetInteractionComponent_ReleaseKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_ReleasePointerKey \ static_assert(alignof(WidgetInteractionComponent_ReleasePointerKey) == 0x000008, "Wrong alignment on WidgetInteractionComponent_ReleasePointerKey"); \ static_assert(sizeof(WidgetInteractionComponent_ReleasePointerKey) == 0x000018, "Wrong size on WidgetInteractionComponent_ReleasePointerKey"); \ static_assert(offsetof(WidgetInteractionComponent_ReleasePointerKey, Key) == 0x000000, "Member 'WidgetInteractionComponent_ReleasePointerKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_ScrollWheel \ static_assert(alignof(WidgetInteractionComponent_ScrollWheel) == 0x000004, "Wrong alignment on WidgetInteractionComponent_ScrollWheel"); \ static_assert(sizeof(WidgetInteractionComponent_ScrollWheel) == 0x000004, "Wrong size on WidgetInteractionComponent_ScrollWheel"); \ static_assert(offsetof(WidgetInteractionComponent_ScrollWheel, ScrollDelta) == 0x000000, "Member 'WidgetInteractionComponent_ScrollWheel::ScrollDelta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_SendKeyChar \ static_assert(alignof(WidgetInteractionComponent_SendKeyChar) == 0x000008, "Wrong alignment on WidgetInteractionComponent_SendKeyChar"); \ static_assert(sizeof(WidgetInteractionComponent_SendKeyChar) == 0x000018, "Wrong size on WidgetInteractionComponent_SendKeyChar"); \ static_assert(offsetof(WidgetInteractionComponent_SendKeyChar, Characters) == 0x000000, "Member 'WidgetInteractionComponent_SendKeyChar::Characters' has a wrong offset!"); \ static_assert(offsetof(WidgetInteractionComponent_SendKeyChar, bRepeat) == 0x000010, "Member 'WidgetInteractionComponent_SendKeyChar::bRepeat' has a wrong offset!"); \ static_assert(offsetof(WidgetInteractionComponent_SendKeyChar, ReturnValue) == 0x000011, "Member 'WidgetInteractionComponent_SendKeyChar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_SetCustomHitResult \ static_assert(alignof(WidgetInteractionComponent_SetCustomHitResult) == 0x000004, "Wrong alignment on WidgetInteractionComponent_SetCustomHitResult"); \ static_assert(sizeof(WidgetInteractionComponent_SetCustomHitResult) == 0x000088, "Wrong size on WidgetInteractionComponent_SetCustomHitResult"); \ static_assert(offsetof(WidgetInteractionComponent_SetCustomHitResult, HitResult) == 0x000000, "Member 'WidgetInteractionComponent_SetCustomHitResult::HitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_SetFocus \ static_assert(alignof(WidgetInteractionComponent_SetFocus) == 0x000008, "Wrong alignment on WidgetInteractionComponent_SetFocus"); \ static_assert(sizeof(WidgetInteractionComponent_SetFocus) == 0x000008, "Wrong size on WidgetInteractionComponent_SetFocus"); \ static_assert(offsetof(WidgetInteractionComponent_SetFocus, FocusWidget) == 0x000000, "Member 'WidgetInteractionComponent_SetFocus::FocusWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_Get2DHitLocation \ static_assert(alignof(WidgetInteractionComponent_Get2DHitLocation) == 0x000004, "Wrong alignment on WidgetInteractionComponent_Get2DHitLocation"); \ static_assert(sizeof(WidgetInteractionComponent_Get2DHitLocation) == 0x000008, "Wrong size on WidgetInteractionComponent_Get2DHitLocation"); \ static_assert(offsetof(WidgetInteractionComponent_Get2DHitLocation, ReturnValue) == 0x000000, "Member 'WidgetInteractionComponent_Get2DHitLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_GetHoveredWidgetComponent \ static_assert(alignof(WidgetInteractionComponent_GetHoveredWidgetComponent) == 0x000008, "Wrong alignment on WidgetInteractionComponent_GetHoveredWidgetComponent"); \ static_assert(sizeof(WidgetInteractionComponent_GetHoveredWidgetComponent) == 0x000008, "Wrong size on WidgetInteractionComponent_GetHoveredWidgetComponent"); \ static_assert(offsetof(WidgetInteractionComponent_GetHoveredWidgetComponent, ReturnValue) == 0x000000, "Member 'WidgetInteractionComponent_GetHoveredWidgetComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_GetLastHitResult \ static_assert(alignof(WidgetInteractionComponent_GetLastHitResult) == 0x000004, "Wrong alignment on WidgetInteractionComponent_GetLastHitResult"); \ static_assert(sizeof(WidgetInteractionComponent_GetLastHitResult) == 0x000088, "Wrong size on WidgetInteractionComponent_GetLastHitResult"); \ static_assert(offsetof(WidgetInteractionComponent_GetLastHitResult, ReturnValue) == 0x000000, "Member 'WidgetInteractionComponent_GetLastHitResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_IsOverFocusableWidget \ static_assert(alignof(WidgetInteractionComponent_IsOverFocusableWidget) == 0x000001, "Wrong alignment on WidgetInteractionComponent_IsOverFocusableWidget"); \ static_assert(sizeof(WidgetInteractionComponent_IsOverFocusableWidget) == 0x000001, "Wrong size on WidgetInteractionComponent_IsOverFocusableWidget"); \ static_assert(offsetof(WidgetInteractionComponent_IsOverFocusableWidget, ReturnValue) == 0x000000, "Member 'WidgetInteractionComponent_IsOverFocusableWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_IsOverHitTestVisibleWidget \ static_assert(alignof(WidgetInteractionComponent_IsOverHitTestVisibleWidget) == 0x000001, "Wrong alignment on WidgetInteractionComponent_IsOverHitTestVisibleWidget"); \ static_assert(sizeof(WidgetInteractionComponent_IsOverHitTestVisibleWidget) == 0x000001, "Wrong size on WidgetInteractionComponent_IsOverHitTestVisibleWidget"); \ static_assert(offsetof(WidgetInteractionComponent_IsOverHitTestVisibleWidget, ReturnValue) == 0x000000, "Member 'WidgetInteractionComponent_IsOverHitTestVisibleWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetInteractionComponent_IsOverInteractableWidget \ static_assert(alignof(WidgetInteractionComponent_IsOverInteractableWidget) == 0x000001, "Wrong alignment on WidgetInteractionComponent_IsOverInteractableWidget"); \ static_assert(sizeof(WidgetInteractionComponent_IsOverInteractableWidget) == 0x000001, "Wrong size on WidgetInteractionComponent_IsOverInteractableWidget"); \ static_assert(offsetof(WidgetInteractionComponent_IsOverInteractableWidget, ReturnValue) == 0x000000, "Member 'WidgetInteractionComponent_IsOverInteractableWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetInteractionComponent \ static_assert(alignof(UWidgetInteractionComponent) == 0x000010, "Wrong alignment on UWidgetInteractionComponent"); \ static_assert(sizeof(UWidgetInteractionComponent) == 0x000410, "Wrong size on UWidgetInteractionComponent"); \ static_assert(offsetof(UWidgetInteractionComponent, OnHoveredWidgetChanged) == 0x000218, "Member 'UWidgetInteractionComponent::OnHoveredWidgetChanged' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, VirtualUserIndex) == 0x000238, "Member 'UWidgetInteractionComponent::VirtualUserIndex' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, PointerIndex) == 0x00023C, "Member 'UWidgetInteractionComponent::PointerIndex' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, TraceChannel) == 0x000240, "Member 'UWidgetInteractionComponent::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, InteractionDistance) == 0x000244, "Member 'UWidgetInteractionComponent::InteractionDistance' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, InteractionSource) == 0x000248, "Member 'UWidgetInteractionComponent::InteractionSource' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, bEnableHitTesting) == 0x000249, "Member 'UWidgetInteractionComponent::bEnableHitTesting' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, bShowDebug) == 0x00024A, "Member 'UWidgetInteractionComponent::bShowDebug' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, DebugSphereLineThickness) == 0x00024C, "Member 'UWidgetInteractionComponent::DebugSphereLineThickness' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, DebugLineThickness) == 0x000250, "Member 'UWidgetInteractionComponent::DebugLineThickness' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, DebugColor) == 0x000254, "Member 'UWidgetInteractionComponent::DebugColor' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, CustomHitResult) == 0x0002E0, "Member 'UWidgetInteractionComponent::CustomHitResult' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, LocalHitLocation) == 0x000368, "Member 'UWidgetInteractionComponent::LocalHitLocation' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, LastLocalHitLocation) == 0x000370, "Member 'UWidgetInteractionComponent::LastLocalHitLocation' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, HoveredWidgetComponent) == 0x000378, "Member 'UWidgetInteractionComponent::HoveredWidgetComponent' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, LastHitResult) == 0x000380, "Member 'UWidgetInteractionComponent::LastHitResult' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetInteractable) == 0x000408, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetInteractable' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetFocusable) == 0x000409, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetFocusable' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetHitTestVisible) == 0x00040A, "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_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_ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD \ static_assert(alignof(ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD) == 0x000008, "Wrong alignment on ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD"); \ static_assert(sizeof(ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD) == 0x000070, "Wrong size on ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD"); \ static_assert(offsetof(ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD, EntryPoint) == 0x000000, "Member 'ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD, K2Node_Event_Context) == 0x000008, "Member 'ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_FigInjured_ADD_C_ExecuteUbergraph_ABL_FigInjured_ADD::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_FigInjured_ADD_C_OnAbilityBranch \ static_assert(alignof(ABL_FigInjured_ADD_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_FigInjured_ADD_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_FigInjured_ADD_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_FigInjured_ADD_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_FigInjured_ADD_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_FigInjured_ADD_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_FigInjured_ADD_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_FigInjured_ADD_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_FigInjured_ADD_C_OnAbilityStart \ static_assert(alignof(ABL_FigInjured_ADD_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_FigInjured_ADD_C_OnAbilityStart"); \ static_assert(sizeof(ABL_FigInjured_ADD_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_FigInjured_ADD_C_OnAbilityStart"); \ static_assert(offsetof(ABL_FigInjured_ADD_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_FigInjured_ADD_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_FigInjured_ADD_C \ static_assert(alignof(UABL_FigInjured_ADD_C) == 0x000008, "Wrong alignment on UABL_FigInjured_ADD_C"); \ static_assert(sizeof(UABL_FigInjured_ADD_C) == 0x0000D0, "Wrong size on UABL_FigInjured_ADD_C"); \ static_assert(offsetof(UABL_FigInjured_ADD_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_FigInjured_ADD_C::UberGraphFrame' 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_FMovieSceneKeyHandleMap \ static_assert(alignof(FMovieSceneKeyHandleMap) == 0x000008, "Wrong alignment on FMovieSceneKeyHandleMap"); \ static_assert(sizeof(FMovieSceneKeyHandleMap) == 0x000060, "Wrong size on FMovieSceneKeyHandleMap"); \ #define DUMPER7_ASSERTS_FMovieSceneEvalTemplateBase \ static_assert(alignof(FMovieSceneEvalTemplateBase) == 0x000008, "Wrong alignment on FMovieSceneEvalTemplateBase"); \ static_assert(sizeof(FMovieSceneEvalTemplateBase) == 0x000010, "Wrong size on FMovieSceneEvalTemplateBase"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceID \ static_assert(alignof(FMovieSceneSequenceID) == 0x000004, "Wrong alignment on FMovieSceneSequenceID"); \ static_assert(sizeof(FMovieSceneSequenceID) == 0x000004, "Wrong size on FMovieSceneSequenceID"); \ static_assert(offsetof(FMovieSceneSequenceID, Value) == 0x000000, "Member 'FMovieSceneSequenceID::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackIdentifier \ static_assert(alignof(FMovieSceneTrackIdentifier) == 0x000004, "Wrong alignment on FMovieSceneTrackIdentifier"); \ static_assert(sizeof(FMovieSceneTrackIdentifier) == 0x000004, "Wrong size on FMovieSceneTrackIdentifier"); \ static_assert(offsetof(FMovieSceneTrackIdentifier, Value) == 0x000000, "Member 'FMovieSceneTrackIdentifier::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationKey \ static_assert(alignof(FMovieSceneEvaluationKey) == 0x000004, "Wrong alignment on FMovieSceneEvaluationKey"); \ static_assert(sizeof(FMovieSceneEvaluationKey) == 0x00000C, "Wrong size on FMovieSceneEvaluationKey"); \ static_assert(offsetof(FMovieSceneEvaluationKey, SequenceID) == 0x000000, "Member 'FMovieSceneEvaluationKey::SequenceID' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationKey, TrackIdentifier) == 0x000004, "Member 'FMovieSceneEvaluationKey::TrackIdentifier' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationKey, SectionIndex) == 0x000008, "Member 'FMovieSceneEvaluationKey::SectionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FMovieSceneFrameRange \ static_assert(alignof(FMovieSceneFrameRange) == 0x000004, "Wrong alignment on FMovieSceneFrameRange"); \ static_assert(sizeof(FMovieSceneFrameRange) == 0x000010, "Wrong size on FMovieSceneFrameRange"); \ #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_FMovieSceneChannel \ static_assert(alignof(FMovieSceneChannel) == 0x000008, "Wrong alignment on FMovieSceneChannel"); \ static_assert(sizeof(FMovieSceneChannel) == 0x000008, "Wrong size on FMovieSceneChannel"); \ #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_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_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_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_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_FMovieSceneTrackImplementationPtr \ static_assert(alignof(FMovieSceneTrackImplementationPtr) == 0x000008, "Wrong alignment on FMovieSceneTrackImplementationPtr"); \ static_assert(sizeof(FMovieSceneTrackImplementationPtr) == 0x000038, "Wrong size on FMovieSceneTrackImplementationPtr"); \ #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_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_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_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_FMovieSceneTrackImplementation \ static_assert(alignof(FMovieSceneTrackImplementation) == 0x000008, "Wrong alignment on FMovieSceneTrackImplementation"); \ static_assert(sizeof(FMovieSceneTrackImplementation) == 0x000010, "Wrong size on FMovieSceneTrackImplementation"); \ #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_FMovieSceneEmptyStruct \ static_assert(alignof(FMovieSceneEmptyStruct) == 0x000001, "Wrong alignment on FMovieSceneEmptyStruct"); \ static_assert(sizeof(FMovieSceneEmptyStruct) == 0x000001, "Wrong size on FMovieSceneEmptyStruct"); \ #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_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_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_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_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_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_FMovieSceneEvaluationHookComponent \ static_assert(alignof(FMovieSceneEvaluationHookComponent) == 0x000008, "Wrong alignment on FMovieSceneEvaluationHookComponent"); \ static_assert(sizeof(FMovieSceneEvaluationHookComponent) == 0x000020, "Wrong size on FMovieSceneEvaluationHookComponent"); \ static_assert(offsetof(FMovieSceneEvaluationHookComponent, Interface) == 0x000000, "Member 'FMovieSceneEvaluationHookComponent::Interface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackInstanceComponent \ static_assert(alignof(FMovieSceneTrackInstanceComponent) == 0x000008, "Wrong alignment on FMovieSceneTrackInstanceComponent"); \ static_assert(sizeof(FMovieSceneTrackInstanceComponent) == 0x000010, "Wrong size on FMovieSceneTrackInstanceComponent"); \ static_assert(offsetof(FMovieSceneTrackInstanceComponent, Owner) == 0x000000, "Member 'FMovieSceneTrackInstanceComponent::Owner' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTrackInstanceComponent, TrackInstanceClass) == 0x000008, "Member 'FMovieSceneTrackInstanceComponent::TrackInstanceClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FMovieSceneObjectBindingIDs \ static_assert(alignof(FMovieSceneObjectBindingIDs) == 0x000008, "Wrong alignment on FMovieSceneObjectBindingIDs"); \ static_assert(sizeof(FMovieSceneObjectBindingIDs) == 0x000010, "Wrong size on FMovieSceneObjectBindingIDs"); \ static_assert(offsetof(FMovieSceneObjectBindingIDs, IDs) == 0x000000, "Member 'FMovieSceneObjectBindingIDs::IDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackLabels \ static_assert(alignof(FMovieSceneTrackLabels) == 0x000008, "Wrong alignment on FMovieSceneTrackLabels"); \ static_assert(sizeof(FMovieSceneTrackLabels) == 0x000010, "Wrong size on FMovieSceneTrackLabels"); \ static_assert(offsetof(FMovieSceneTrackLabels, Strings) == 0x000000, "Member 'FMovieSceneTrackLabels::Strings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneExpansionState \ static_assert(alignof(FMovieSceneExpansionState) == 0x000001, "Wrong alignment on FMovieSceneExpansionState"); \ static_assert(sizeof(FMovieSceneExpansionState) == 0x000001, "Wrong size on FMovieSceneExpansionState"); \ static_assert(offsetof(FMovieSceneExpansionState, bExpanded) == 0x000000, "Member 'FMovieSceneExpansionState::bExpanded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEditorData \ static_assert(alignof(FMovieSceneEditorData) == 0x000008, "Wrong alignment on FMovieSceneEditorData"); \ static_assert(sizeof(FMovieSceneEditorData) == 0x0000F0, "Wrong size on FMovieSceneEditorData"); \ static_assert(offsetof(FMovieSceneEditorData, ExpansionStates) == 0x000000, "Member 'FMovieSceneEditorData::ExpansionStates' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEditorData, PinnedNodes) == 0x000050, "Member 'FMovieSceneEditorData::PinnedNodes' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEditorData, ViewStart) == 0x000060, "Member 'FMovieSceneEditorData::ViewStart' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEditorData, ViewEnd) == 0x000068, "Member 'FMovieSceneEditorData::ViewEnd' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEditorData, WorkStart) == 0x000070, "Member 'FMovieSceneEditorData::WorkStart' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEditorData, WorkEnd) == 0x000078, "Member 'FMovieSceneEditorData::WorkEnd' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEditorData, MarkedFrames) == 0x000080, "Member 'FMovieSceneEditorData::MarkedFrames' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEditorData, WorkingRange) == 0x0000D0, "Member 'FMovieSceneEditorData::WorkingRange' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEditorData, ViewRange) == 0x0000E0, "Member 'FMovieSceneEditorData::ViewRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneBinding \ static_assert(alignof(FMovieSceneBinding) == 0x000008, "Wrong alignment on FMovieSceneBinding"); \ static_assert(sizeof(FMovieSceneBinding) == 0x000030, "Wrong size on FMovieSceneBinding"); \ static_assert(offsetof(FMovieSceneBinding, ObjectGuid) == 0x000000, "Member 'FMovieSceneBinding::ObjectGuid' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneBinding, BindingName) == 0x000010, "Member 'FMovieSceneBinding::BindingName' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneBinding, Tracks) == 0x000020, "Member 'FMovieSceneBinding::Tracks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneBindingOverrideData \ static_assert(alignof(FMovieSceneBindingOverrideData) == 0x000004, "Wrong alignment on FMovieSceneBindingOverrideData"); \ static_assert(sizeof(FMovieSceneBindingOverrideData) == 0x000024, "Wrong size on FMovieSceneBindingOverrideData"); \ static_assert(offsetof(FMovieSceneBindingOverrideData, ObjectBindingID) == 0x000000, "Member 'FMovieSceneBindingOverrideData::ObjectBindingID' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneBindingOverrideData, Object) == 0x000018, "Member 'FMovieSceneBindingOverrideData::Object' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneBindingOverrideData, bOverridesDefault) == 0x000020, "Member 'FMovieSceneBindingOverrideData::bOverridesDefault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOptionalMovieSceneBlendType \ static_assert(alignof(FOptionalMovieSceneBlendType) == 0x000001, "Wrong alignment on FOptionalMovieSceneBlendType"); \ static_assert(sizeof(FOptionalMovieSceneBlendType) == 0x000002, "Wrong size on FOptionalMovieSceneBlendType"); \ static_assert(offsetof(FOptionalMovieSceneBlendType, BlendType) == 0x000000, "Member 'FOptionalMovieSceneBlendType::BlendType' has a wrong offset!"); \ static_assert(offsetof(FOptionalMovieSceneBlendType, bIsValid) == 0x000001, "Member 'FOptionalMovieSceneBlendType::bIsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneCompiledSequenceFlagStruct \ static_assert(alignof(FMovieSceneCompiledSequenceFlagStruct) == 0x000001, "Wrong alignment on FMovieSceneCompiledSequenceFlagStruct"); \ static_assert(sizeof(FMovieSceneCompiledSequenceFlagStruct) == 0x000001, "Wrong size on FMovieSceneCompiledSequenceFlagStruct"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceCompilerMaskStruct \ static_assert(alignof(FMovieSceneSequenceCompilerMaskStruct) == 0x000001, "Wrong alignment on FMovieSceneSequenceCompilerMaskStruct"); \ static_assert(sizeof(FMovieSceneSequenceCompilerMaskStruct) == 0x000001, "Wrong size on FMovieSceneSequenceCompilerMaskStruct"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldTrackPtr \ static_assert(alignof(FMovieSceneEvaluationFieldTrackPtr) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldTrackPtr"); \ static_assert(sizeof(FMovieSceneEvaluationFieldTrackPtr) == 0x000008, "Wrong size on FMovieSceneEvaluationFieldTrackPtr"); \ static_assert(offsetof(FMovieSceneEvaluationFieldTrackPtr, SequenceID) == 0x000000, "Member 'FMovieSceneEvaluationFieldTrackPtr::SequenceID' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationFieldTrackPtr, TrackIdentifier) == 0x000004, "Member 'FMovieSceneEvaluationFieldTrackPtr::TrackIdentifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneFieldEntry_EvaluationTrack \ static_assert(alignof(FMovieSceneFieldEntry_EvaluationTrack) == 0x000004, "Wrong alignment on FMovieSceneFieldEntry_EvaluationTrack"); \ static_assert(sizeof(FMovieSceneFieldEntry_EvaluationTrack) == 0x00000C, "Wrong size on FMovieSceneFieldEntry_EvaluationTrack"); \ static_assert(offsetof(FMovieSceneFieldEntry_EvaluationTrack, TrackPtr) == 0x000000, "Member 'FMovieSceneFieldEntry_EvaluationTrack::TrackPtr' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFieldEntry_EvaluationTrack, NumChildren) == 0x000008, "Member 'FMovieSceneFieldEntry_EvaluationTrack::NumChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneFieldEntry_ChildTemplate \ static_assert(alignof(FMovieSceneFieldEntry_ChildTemplate) == 0x000004, "Wrong alignment on FMovieSceneFieldEntry_ChildTemplate"); \ static_assert(sizeof(FMovieSceneFieldEntry_ChildTemplate) == 0x000008, "Wrong size on FMovieSceneFieldEntry_ChildTemplate"); \ static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, ChildIndex) == 0x000000, "Member 'FMovieSceneFieldEntry_ChildTemplate::ChildIndex' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, flags) == 0x000002, "Member 'FMovieSceneFieldEntry_ChildTemplate::flags' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, ForcedTime) == 0x000004, "Member 'FMovieSceneFieldEntry_ChildTemplate::ForcedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationGroup \ static_assert(alignof(FMovieSceneEvaluationGroup) == 0x000008, "Wrong alignment on FMovieSceneEvaluationGroup"); \ static_assert(sizeof(FMovieSceneEvaluationGroup) == 0x000030, "Wrong size on FMovieSceneEvaluationGroup"); \ static_assert(offsetof(FMovieSceneEvaluationGroup, LUTIndices) == 0x000000, "Member 'FMovieSceneEvaluationGroup::LUTIndices' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationGroup, TrackLUT) == 0x000010, "Member 'FMovieSceneEvaluationGroup::TrackLUT' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationGroup, SectionLUT) == 0x000020, "Member 'FMovieSceneEvaluationGroup::SectionLUT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationMetaData \ static_assert(alignof(FMovieSceneEvaluationMetaData) == 0x000008, "Wrong alignment on FMovieSceneEvaluationMetaData"); \ static_assert(sizeof(FMovieSceneEvaluationMetaData) == 0x000020, "Wrong size on FMovieSceneEvaluationMetaData"); \ static_assert(offsetof(FMovieSceneEvaluationMetaData, ActiveSequences) == 0x000000, "Member 'FMovieSceneEvaluationMetaData::ActiveSequences' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationMetaData, ActiveEntities) == 0x000010, "Member 'FMovieSceneEvaluationMetaData::ActiveEntities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationField \ static_assert(alignof(FMovieSceneEvaluationField) == 0x000008, "Wrong alignment on FMovieSceneEvaluationField"); \ static_assert(sizeof(FMovieSceneEvaluationField) == 0x000030, "Wrong size on FMovieSceneEvaluationField"); \ static_assert(offsetof(FMovieSceneEvaluationField, Ranges) == 0x000000, "Member 'FMovieSceneEvaluationField::Ranges' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationField, Groups) == 0x000010, "Member 'FMovieSceneEvaluationField::Groups' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationField, MetaData) == 0x000020, "Member 'FMovieSceneEvaluationField::MetaData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSegmentIdentifier \ static_assert(alignof(FMovieSceneSegmentIdentifier) == 0x000004, "Wrong alignment on FMovieSceneSegmentIdentifier"); \ static_assert(sizeof(FMovieSceneSegmentIdentifier) == 0x000004, "Wrong size on FMovieSceneSegmentIdentifier"); \ static_assert(offsetof(FMovieSceneSegmentIdentifier, IdentifierIndex) == 0x000000, "Member 'FMovieSceneSegmentIdentifier::IdentifierIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldSegmentPtr \ static_assert(alignof(FMovieSceneEvaluationFieldSegmentPtr) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldSegmentPtr"); \ static_assert(sizeof(FMovieSceneEvaluationFieldSegmentPtr) == 0x00000C, "Wrong size on FMovieSceneEvaluationFieldSegmentPtr"); \ static_assert(offsetof(FMovieSceneEvaluationFieldSegmentPtr, SegmentID) == 0x000008, "Member 'FMovieSceneEvaluationFieldSegmentPtr::SegmentID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldEntityTree \ static_assert(alignof(FMovieSceneEvaluationFieldEntityTree) == 0x000008, "Wrong alignment on FMovieSceneEvaluationFieldEntityTree"); \ static_assert(sizeof(FMovieSceneEvaluationFieldEntityTree) == 0x000060, "Wrong size on FMovieSceneEvaluationFieldEntityTree"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldEntityKey \ static_assert(alignof(FMovieSceneEvaluationFieldEntityKey) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldEntityKey"); \ static_assert(sizeof(FMovieSceneEvaluationFieldEntityKey) == 0x00000C, "Wrong size on FMovieSceneEvaluationFieldEntityKey"); \ static_assert(offsetof(FMovieSceneEvaluationFieldEntityKey, EntityOwner) == 0x000000, "Member 'FMovieSceneEvaluationFieldEntityKey::EntityOwner' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationFieldEntityKey, EntityID) == 0x000008, "Member 'FMovieSceneEvaluationFieldEntityKey::EntityID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldEntity \ static_assert(alignof(FMovieSceneEvaluationFieldEntity) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldEntity"); \ static_assert(sizeof(FMovieSceneEvaluationFieldEntity) == 0x000010, "Wrong size on FMovieSceneEvaluationFieldEntity"); \ static_assert(offsetof(FMovieSceneEvaluationFieldEntity, Key) == 0x000000, "Member 'FMovieSceneEvaluationFieldEntity::Key' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationFieldEntity, SharedMetaDataIndex) == 0x00000C, "Member 'FMovieSceneEvaluationFieldEntity::SharedMetaDataIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldSharedEntityMetaData \ static_assert(alignof(FMovieSceneEvaluationFieldSharedEntityMetaData) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldSharedEntityMetaData"); \ static_assert(sizeof(FMovieSceneEvaluationFieldSharedEntityMetaData) == 0x000010, "Wrong size on FMovieSceneEvaluationFieldSharedEntityMetaData"); \ static_assert(offsetof(FMovieSceneEvaluationFieldSharedEntityMetaData, ObjectBindingID) == 0x000000, "Member 'FMovieSceneEvaluationFieldSharedEntityMetaData::ObjectBindingID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEntityComponentField \ static_assert(alignof(FMovieSceneEntityComponentField) == 0x000008, "Wrong alignment on FMovieSceneEntityComponentField"); \ static_assert(sizeof(FMovieSceneEntityComponentField) == 0x0000F0, "Wrong size on FMovieSceneEntityComponentField"); \ static_assert(offsetof(FMovieSceneEntityComponentField, PersistentEntityTree) == 0x000000, "Member 'FMovieSceneEntityComponentField::PersistentEntityTree' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEntityComponentField, OneShotEntityTree) == 0x000060, "Member 'FMovieSceneEntityComponentField::OneShotEntityTree' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEntityComponentField, Entities) == 0x0000C0, "Member 'FMovieSceneEntityComponentField::Entities' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEntityComponentField, EntityMetaData) == 0x0000D0, "Member 'FMovieSceneEntityComponentField::EntityMetaData' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEntityComponentField, SharedMetaData) == 0x0000E0, "Member 'FMovieSceneEntityComponentField::SharedMetaData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationInstanceKey \ static_assert(alignof(FMovieSceneEvaluationInstanceKey) == 0x000002, "Wrong alignment on FMovieSceneEvaluationInstanceKey"); \ static_assert(sizeof(FMovieSceneEvaluationInstanceKey) == 0x000004, "Wrong size on FMovieSceneEvaluationInstanceKey"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationHookEvent \ static_assert(alignof(FMovieSceneEvaluationHookEvent) == 0x000008, "Wrong alignment on FMovieSceneEvaluationHookEvent"); \ static_assert(sizeof(FMovieSceneEvaluationHookEvent) == 0x000038, "Wrong size on FMovieSceneEvaluationHookEvent"); \ static_assert(offsetof(FMovieSceneEvaluationHookEvent, Hook) == 0x000000, "Member 'FMovieSceneEvaluationHookEvent::Hook' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationHookEventContainer \ static_assert(alignof(FMovieSceneEvaluationHookEventContainer) == 0x000008, "Wrong alignment on FMovieSceneEvaluationHookEventContainer"); \ static_assert(sizeof(FMovieSceneEvaluationHookEventContainer) == 0x000010, "Wrong size on FMovieSceneEvaluationHookEventContainer"); \ static_assert(offsetof(FMovieSceneEvaluationHookEventContainer, Events) == 0x000000, "Member 'FMovieSceneEvaluationHookEventContainer::Events' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMovieSceneSectionEvalOptions \ static_assert(alignof(FMovieSceneSectionEvalOptions) == 0x000001, "Wrong alignment on FMovieSceneSectionEvalOptions"); \ static_assert(sizeof(FMovieSceneSectionEvalOptions) == 0x000002, "Wrong size on FMovieSceneSectionEvalOptions"); \ static_assert(offsetof(FMovieSceneSectionEvalOptions, bCanEditCompletionMode) == 0x000000, "Member 'FMovieSceneSectionEvalOptions::bCanEditCompletionMode' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionEvalOptions, CompletionMode) == 0x000001, "Member 'FMovieSceneSectionEvalOptions::CompletionMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSectionParameters \ static_assert(alignof(FMovieSceneSectionParameters) == 0x000004, "Wrong alignment on FMovieSceneSectionParameters"); \ static_assert(sizeof(FMovieSceneSectionParameters) == 0x000024, "Wrong size on FMovieSceneSectionParameters"); \ static_assert(offsetof(FMovieSceneSectionParameters, StartFrameOffset) == 0x000000, "Member 'FMovieSceneSectionParameters::StartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionParameters, bCanLoop) == 0x000004, "Member 'FMovieSceneSectionParameters::bCanLoop' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionParameters, EndFrameOffset) == 0x000008, "Member 'FMovieSceneSectionParameters::EndFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionParameters, FirstLoopStartFrameOffset) == 0x00000C, "Member 'FMovieSceneSectionParameters::FirstLoopStartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionParameters, TimeScale) == 0x000010, "Member 'FMovieSceneSectionParameters::TimeScale' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionParameters, HierarchicalBias) == 0x000014, "Member 'FMovieSceneSectionParameters::HierarchicalBias' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionParameters, StartOffset) == 0x000018, "Member 'FMovieSceneSectionParameters::StartOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionParameters, PrerollTime) == 0x00001C, "Member 'FMovieSceneSectionParameters::PrerollTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSectionParameters, PostrollTime) == 0x000020, "Member 'FMovieSceneSectionParameters::PostrollTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSegment \ static_assert(alignof(FMovieSceneSegment) == 0x000008, "Wrong alignment on FMovieSceneSegment"); \ static_assert(sizeof(FMovieSceneSegment) == 0x000058, "Wrong size on FMovieSceneSegment"); \ #define DUMPER7_ASSERTS_FSectionEvaluationData \ static_assert(alignof(FSectionEvaluationData) == 0x000004, "Wrong alignment on FSectionEvaluationData"); \ static_assert(sizeof(FSectionEvaluationData) == 0x00000C, "Wrong size on FSectionEvaluationData"); \ static_assert(offsetof(FSectionEvaluationData, ImplIndex) == 0x000000, "Member 'FSectionEvaluationData::ImplIndex' has a wrong offset!"); \ static_assert(offsetof(FSectionEvaluationData, ForcedTime) == 0x000004, "Member 'FSectionEvaluationData::ForcedTime' has a wrong offset!"); \ static_assert(offsetof(FSectionEvaluationData, flags) == 0x000008, "Member 'FSectionEvaluationData::flags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceHierarchyNode \ static_assert(alignof(FMovieSceneSequenceHierarchyNode) == 0x000008, "Wrong alignment on FMovieSceneSequenceHierarchyNode"); \ static_assert(sizeof(FMovieSceneSequenceHierarchyNode) == 0x000018, "Wrong size on FMovieSceneSequenceHierarchyNode"); \ static_assert(offsetof(FMovieSceneSequenceHierarchyNode, ParentID) == 0x000000, "Member 'FMovieSceneSequenceHierarchyNode::ParentID' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequenceHierarchyNode, Children) == 0x000008, "Member 'FMovieSceneSequenceHierarchyNode::Children' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSubSequenceTree \ static_assert(alignof(FMovieSceneSubSequenceTree) == 0x000008, "Wrong alignment on FMovieSceneSubSequenceTree"); \ static_assert(sizeof(FMovieSceneSubSequenceTree) == 0x000060, "Wrong size on FMovieSceneSubSequenceTree"); \ #define DUMPER7_ASSERTS_FMovieSceneTimeTransform \ static_assert(alignof(FMovieSceneTimeTransform) == 0x000004, "Wrong alignment on FMovieSceneTimeTransform"); \ static_assert(sizeof(FMovieSceneTimeTransform) == 0x00000C, "Wrong size on FMovieSceneTimeTransform"); \ static_assert(offsetof(FMovieSceneTimeTransform, TimeScale) == 0x000000, "Member 'FMovieSceneTimeTransform::TimeScale' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTimeTransform, Offset) == 0x000004, "Member 'FMovieSceneTimeTransform::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTimeWarping \ static_assert(alignof(FMovieSceneTimeWarping) == 0x000004, "Wrong alignment on FMovieSceneTimeWarping"); \ static_assert(sizeof(FMovieSceneTimeWarping) == 0x000008, "Wrong size on FMovieSceneTimeWarping"); \ static_assert(offsetof(FMovieSceneTimeWarping, Start) == 0x000000, "Member 'FMovieSceneTimeWarping::Start' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTimeWarping, End) == 0x000004, "Member 'FMovieSceneTimeWarping::End' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneNestedSequenceTransform \ static_assert(alignof(FMovieSceneNestedSequenceTransform) == 0x000004, "Wrong alignment on FMovieSceneNestedSequenceTransform"); \ static_assert(sizeof(FMovieSceneNestedSequenceTransform) == 0x000014, "Wrong size on FMovieSceneNestedSequenceTransform"); \ static_assert(offsetof(FMovieSceneNestedSequenceTransform, LinearTransform) == 0x000000, "Member 'FMovieSceneNestedSequenceTransform::LinearTransform' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNestedSequenceTransform, Warping) == 0x00000C, "Member 'FMovieSceneNestedSequenceTransform::Warping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceTransform \ static_assert(alignof(FMovieSceneSequenceTransform) == 0x000008, "Wrong alignment on FMovieSceneSequenceTransform"); \ static_assert(sizeof(FMovieSceneSequenceTransform) == 0x000020, "Wrong size on FMovieSceneSequenceTransform"); \ static_assert(offsetof(FMovieSceneSequenceTransform, LinearTransform) == 0x000000, "Member 'FMovieSceneSequenceTransform::LinearTransform' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequenceTransform, NestedTransforms) == 0x000010, "Member 'FMovieSceneSequenceTransform::NestedTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceInstanceDataPtr \ static_assert(alignof(FMovieSceneSequenceInstanceDataPtr) == 0x000008, "Wrong alignment on FMovieSceneSequenceInstanceDataPtr"); \ static_assert(sizeof(FMovieSceneSequenceInstanceDataPtr) == 0x000018, "Wrong size on FMovieSceneSequenceInstanceDataPtr"); \ #define DUMPER7_ASSERTS_FMovieSceneSubSequenceData \ static_assert(alignof(FMovieSceneSubSequenceData) == 0x000008, "Wrong alignment on FMovieSceneSubSequenceData"); \ static_assert(sizeof(FMovieSceneSubSequenceData) == 0x000108, "Wrong size on FMovieSceneSubSequenceData"); \ static_assert(offsetof(FMovieSceneSubSequenceData, Sequence) == 0x000000, "Member 'FMovieSceneSubSequenceData::Sequence' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, OuterToInnerTransform) == 0x000018, "Member 'FMovieSceneSubSequenceData::OuterToInnerTransform' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, RootToSequenceTransform) == 0x000038, "Member 'FMovieSceneSubSequenceData::RootToSequenceTransform' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, TickResolution) == 0x000058, "Member 'FMovieSceneSubSequenceData::TickResolution' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, DeterministicSequenceID) == 0x000060, "Member 'FMovieSceneSubSequenceData::DeterministicSequenceID' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, ParentPlayRange) == 0x000064, "Member 'FMovieSceneSubSequenceData::ParentPlayRange' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, ParentStartFrameOffset) == 0x000074, "Member 'FMovieSceneSubSequenceData::ParentStartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, ParentEndFrameOffset) == 0x000078, "Member 'FMovieSceneSubSequenceData::ParentEndFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, ParentFirstLoopStartFrameOffset) == 0x00007C, "Member 'FMovieSceneSubSequenceData::ParentFirstLoopStartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, bCanLoop) == 0x000080, "Member 'FMovieSceneSubSequenceData::bCanLoop' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, PlayRange) == 0x000084, "Member 'FMovieSceneSubSequenceData::PlayRange' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, FullPlayRange) == 0x000094, "Member 'FMovieSceneSubSequenceData::FullPlayRange' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, UnwarpedPlayRange) == 0x0000A4, "Member 'FMovieSceneSubSequenceData::UnwarpedPlayRange' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, PreRollRange) == 0x0000B4, "Member 'FMovieSceneSubSequenceData::PreRollRange' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, PostRollRange) == 0x0000C4, "Member 'FMovieSceneSubSequenceData::PostRollRange' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, HierarchicalBias) == 0x0000D4, "Member 'FMovieSceneSubSequenceData::HierarchicalBias' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, bHasHierarchicalEasing) == 0x0000D6, "Member 'FMovieSceneSubSequenceData::bHasHierarchicalEasing' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, InstanceData) == 0x0000D8, "Member 'FMovieSceneSubSequenceData::InstanceData' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSubSequenceData, SubSectionSignature) == 0x0000F8, "Member 'FMovieSceneSubSequenceData::SubSectionSignature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceHierarchy \ static_assert(alignof(FMovieSceneSequenceHierarchy) == 0x000008, "Wrong alignment on FMovieSceneSequenceHierarchy"); \ static_assert(sizeof(FMovieSceneSequenceHierarchy) == 0x000118, "Wrong size on FMovieSceneSequenceHierarchy"); \ static_assert(offsetof(FMovieSceneSequenceHierarchy, RootNode) == 0x000000, "Member 'FMovieSceneSequenceHierarchy::RootNode' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequenceHierarchy, Tree) == 0x000018, "Member 'FMovieSceneSequenceHierarchy::Tree' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequenceHierarchy, SubSequences) == 0x000078, "Member 'FMovieSceneSequenceHierarchy::SubSequences' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequenceHierarchy, Hierarchy) == 0x0000C8, "Member 'FMovieSceneSequenceHierarchy::Hierarchy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSubSequenceTreeEntry \ static_assert(alignof(FMovieSceneSubSequenceTreeEntry) == 0x000008, "Wrong alignment on FMovieSceneSubSequenceTreeEntry"); \ static_assert(sizeof(FMovieSceneSubSequenceTreeEntry) == 0x000018, "Wrong size on FMovieSceneSubSequenceTreeEntry"); \ #define DUMPER7_ASSERTS_FMovieSceneSequencePlaybackParams \ static_assert(alignof(FMovieSceneSequencePlaybackParams) == 0x000008, "Wrong alignment on FMovieSceneSequencePlaybackParams"); \ static_assert(sizeof(FMovieSceneSequencePlaybackParams) == 0x000028, "Wrong size on FMovieSceneSequencePlaybackParams"); \ static_assert(offsetof(FMovieSceneSequencePlaybackParams, Frame) == 0x000000, "Member 'FMovieSceneSequencePlaybackParams::Frame' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequencePlaybackParams, Time) == 0x000008, "Member 'FMovieSceneSequencePlaybackParams::Time' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequencePlaybackParams, MarkedFrame) == 0x000010, "Member 'FMovieSceneSequencePlaybackParams::MarkedFrame' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequencePlaybackParams, PositionType) == 0x000020, "Member 'FMovieSceneSequencePlaybackParams::PositionType' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequencePlaybackParams, UpdateMethod) == 0x000021, "Member 'FMovieSceneSequencePlaybackParams::UpdateMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceLoopCount \ static_assert(alignof(FMovieSceneSequenceLoopCount) == 0x000004, "Wrong alignment on FMovieSceneSequenceLoopCount"); \ static_assert(sizeof(FMovieSceneSequenceLoopCount) == 0x000004, "Wrong size on FMovieSceneSequenceLoopCount"); \ static_assert(offsetof(FMovieSceneSequenceLoopCount, Value) == 0x000000, "Member 'FMovieSceneSequenceLoopCount::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequencePlaybackSettings \ static_assert(alignof(FMovieSceneSequencePlaybackSettings) == 0x000004, "Wrong alignment on FMovieSceneSequencePlaybackSettings"); \ static_assert(sizeof(FMovieSceneSequencePlaybackSettings) == 0x000014, "Wrong size on FMovieSceneSequencePlaybackSettings"); \ static_assert(offsetof(FMovieSceneSequencePlaybackSettings, LoopCount) == 0x000004, "Member 'FMovieSceneSequencePlaybackSettings::LoopCount' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequencePlaybackSettings, PlayRate) == 0x000008, "Member 'FMovieSceneSequencePlaybackSettings::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequencePlaybackSettings, StartTime) == 0x00000C, "Member 'FMovieSceneSequencePlaybackSettings::StartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceReplProperties \ static_assert(alignof(FMovieSceneSequenceReplProperties) == 0x000004, "Wrong alignment on FMovieSceneSequenceReplProperties"); \ static_assert(sizeof(FMovieSceneSequenceReplProperties) == 0x000010, "Wrong size on FMovieSceneSequenceReplProperties"); \ static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownPosition) == 0x000000, "Member 'FMovieSceneSequenceReplProperties::LastKnownPosition' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownStatus) == 0x000008, "Member 'FMovieSceneSequenceReplProperties::LastKnownStatus' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownNumLoops) == 0x00000C, "Member 'FMovieSceneSequenceReplProperties::LastKnownNumLoops' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceActorPointers \ static_assert(alignof(FMovieSceneSequenceActorPointers) == 0x000008, "Wrong alignment on FMovieSceneSequenceActorPointers"); \ static_assert(sizeof(FMovieSceneSequenceActorPointers) == 0x000018, "Wrong size on FMovieSceneSequenceActorPointers"); \ static_assert(offsetof(FMovieSceneSequenceActorPointers, SequenceActor) == 0x000000, "Member 'FMovieSceneSequenceActorPointers::SequenceActor' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSequenceActorPointers, SequenceActorInterface) == 0x000008, "Member 'FMovieSceneSequenceActorPointers::SequenceActorInterface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneWarpCounter \ static_assert(alignof(FMovieSceneWarpCounter) == 0x000008, "Wrong alignment on FMovieSceneWarpCounter"); \ static_assert(sizeof(FMovieSceneWarpCounter) == 0x000010, "Wrong size on FMovieSceneWarpCounter"); \ static_assert(offsetof(FMovieSceneWarpCounter, WarpCounts) == 0x000000, "Member 'FMovieSceneWarpCounter::WarpCounts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSpawnable \ static_assert(alignof(FMovieSceneSpawnable) == 0x000010, "Wrong alignment on FMovieSceneSpawnable"); \ static_assert(sizeof(FMovieSceneSpawnable) == 0x000090, "Wrong size on FMovieSceneSpawnable"); \ static_assert(offsetof(FMovieSceneSpawnable, SpawnTransform) == 0x000000, "Member 'FMovieSceneSpawnable::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, Tags) == 0x000030, "Member 'FMovieSceneSpawnable::Tags' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, bContinuouslyRespawn) == 0x000040, "Member 'FMovieSceneSpawnable::bContinuouslyRespawn' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, bNetAddressableName) == 0x000041, "Member 'FMovieSceneSpawnable::bNetAddressableName' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, bEvaluateTracksWhenNotSpawned) == 0x000042, "Member 'FMovieSceneSpawnable::bEvaluateTracksWhenNotSpawned' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, Guid) == 0x000044, "Member 'FMovieSceneSpawnable::Guid' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, Name) == 0x000058, "Member 'FMovieSceneSpawnable::Name' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, ObjectTemplate) == 0x000068, "Member 'FMovieSceneSpawnable::ObjectTemplate' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, ChildPossessables) == 0x000070, "Member 'FMovieSceneSpawnable::ChildPossessables' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, Ownership) == 0x000080, "Member 'FMovieSceneSpawnable::Ownership' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSpawnable, LevelName) == 0x000084, "Member 'FMovieSceneSpawnable::LevelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTestMovieSceneEvalTemplate \ static_assert(alignof(FTestMovieSceneEvalTemplate) == 0x000008, "Wrong alignment on FTestMovieSceneEvalTemplate"); \ static_assert(sizeof(FTestMovieSceneEvalTemplate) == 0x000020, "Wrong size on FTestMovieSceneEvalTemplate"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackDisplayOptions \ static_assert(alignof(FMovieSceneTrackDisplayOptions) == 0x000004, "Wrong alignment on FMovieSceneTrackDisplayOptions"); \ static_assert(sizeof(FMovieSceneTrackDisplayOptions) == 0x000004, "Wrong size on FMovieSceneTrackDisplayOptions"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackEvalOptions \ static_assert(alignof(FMovieSceneTrackEvalOptions) == 0x000004, "Wrong alignment on FMovieSceneTrackEvalOptions"); \ static_assert(sizeof(FMovieSceneTrackEvalOptions) == 0x000004, "Wrong size on FMovieSceneTrackEvalOptions"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackEvaluationFieldEntry \ static_assert(alignof(FMovieSceneTrackEvaluationFieldEntry) == 0x000008, "Wrong alignment on FMovieSceneTrackEvaluationFieldEntry"); \ static_assert(sizeof(FMovieSceneTrackEvaluationFieldEntry) == 0x000020, "Wrong size on FMovieSceneTrackEvaluationFieldEntry"); \ static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, Section) == 0x000000, "Member 'FMovieSceneTrackEvaluationFieldEntry::Section' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, Range) == 0x000008, "Member 'FMovieSceneTrackEvaluationFieldEntry::Range' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, ForcedTime) == 0x000018, "Member 'FMovieSceneTrackEvaluationFieldEntry::ForcedTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, flags) == 0x00001C, "Member 'FMovieSceneTrackEvaluationFieldEntry::flags' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTrackEvaluationFieldEntry, LegacySortOrder) == 0x00001E, "Member 'FMovieSceneTrackEvaluationFieldEntry::LegacySortOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackEvaluationField \ static_assert(alignof(FMovieSceneTrackEvaluationField) == 0x000008, "Wrong alignment on FMovieSceneTrackEvaluationField"); \ static_assert(sizeof(FMovieSceneTrackEvaluationField) == 0x000010, "Wrong size on FMovieSceneTrackEvaluationField"); \ static_assert(offsetof(FMovieSceneTrackEvaluationField, Entries) == 0x000000, "Member 'FMovieSceneTrackEvaluationField::Entries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackInstanceInput \ static_assert(alignof(FMovieSceneTrackInstanceInput) == 0x000008, "Wrong alignment on FMovieSceneTrackInstanceInput"); \ static_assert(sizeof(FMovieSceneTrackInstanceInput) == 0x000010, "Wrong size on FMovieSceneTrackInstanceInput"); \ static_assert(offsetof(FMovieSceneTrackInstanceInput, Section) == 0x000000, "Member 'FMovieSceneTrackInstanceInput::Section' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackInstanceEntry \ static_assert(alignof(FMovieSceneTrackInstanceEntry) == 0x000008, "Wrong alignment on FMovieSceneTrackInstanceEntry"); \ static_assert(sizeof(FMovieSceneTrackInstanceEntry) == 0x000010, "Wrong size on FMovieSceneTrackInstanceEntry"); \ static_assert(offsetof(FMovieSceneTrackInstanceEntry, BoundObject) == 0x000000, "Member 'FMovieSceneTrackInstanceEntry::BoundObject' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneTrackInstanceEntry, TrackInstance) == 0x000008, "Member 'FMovieSceneTrackInstanceEntry::TrackInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMovieSceneHookSection \ static_assert(alignof(UMovieSceneHookSection) == 0x000008, "Wrong alignment on UMovieSceneHookSection"); \ static_assert(sizeof(UMovieSceneHookSection) == 0x000100, "Wrong size on UMovieSceneHookSection"); \ #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_UMovieSceneTrack \ static_assert(alignof(UMovieSceneTrack) == 0x000008, "Wrong alignment on UMovieSceneTrack"); \ static_assert(sizeof(UMovieSceneTrack) == 0x000090, "Wrong size on UMovieSceneTrack"); \ static_assert(offsetof(UMovieSceneTrack, EvalOptions) == 0x000050, "Member 'UMovieSceneTrack::EvalOptions' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTrack, bIsEvalDisabled) == 0x000055, "Member 'UMovieSceneTrack::bIsEvalDisabled' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTrack, RowsDisabled) == 0x000058, "Member 'UMovieSceneTrack::RowsDisabled' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTrack, EvaluationFieldGuid) == 0x00006C, "Member 'UMovieSceneTrack::EvaluationFieldGuid' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTrack, EvaluationField) == 0x000080, "Member 'UMovieSceneTrack::EvaluationField' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneNameableTrack \ static_assert(alignof(UMovieSceneNameableTrack) == 0x000008, "Wrong alignment on UMovieSceneNameableTrack"); \ static_assert(sizeof(UMovieSceneNameableTrack) == 0x000090, "Wrong size on UMovieSceneNameableTrack"); \ #define DUMPER7_ASSERTS_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_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_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_UMovieSceneSpawnSection \ static_assert(alignof(UMovieSceneSpawnSection) == 0x000008, "Wrong alignment on UMovieSceneSpawnSection"); \ static_assert(sizeof(UMovieSceneSpawnSection) == 0x000188, "Wrong size on UMovieSceneSpawnSection"); \ #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_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_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_UTestMovieSceneSection \ static_assert(alignof(UTestMovieSceneSection) == 0x000008, "Wrong alignment on UTestMovieSceneSection"); \ static_assert(sizeof(UTestMovieSceneSection) == 0x0000E8, "Wrong size on UTestMovieSceneSection"); \ #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_UMovieSceneBlenderSystem \ static_assert(alignof(UMovieSceneBlenderSystem) == 0x000008, "Wrong alignment on UMovieSceneBlenderSystem"); \ static_assert(sizeof(UMovieSceneBlenderSystem) == 0x000068, "Wrong size on UMovieSceneBlenderSystem"); \ #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_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_UMovieSceneEntityInstantiatorSystem \ static_assert(alignof(UMovieSceneEntityInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneEntityInstantiatorSystem"); \ static_assert(sizeof(UMovieSceneEntityInstantiatorSystem) == 0x000040, "Wrong size on UMovieSceneEntityInstantiatorSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneGenericBoundObjectInstantiator \ static_assert(alignof(UMovieSceneGenericBoundObjectInstantiator) == 0x000008, "Wrong alignment on UMovieSceneGenericBoundObjectInstantiator"); \ static_assert(sizeof(UMovieSceneGenericBoundObjectInstantiator) == 0x000040, "Wrong size on UMovieSceneGenericBoundObjectInstantiator"); \ #define DUMPER7_ASSERTS_UMovieSceneBoundSceneComponentInstantiator \ static_assert(alignof(UMovieSceneBoundSceneComponentInstantiator) == 0x000008, "Wrong alignment on UMovieSceneBoundSceneComponentInstantiator"); \ static_assert(sizeof(UMovieSceneBoundSceneComponentInstantiator) == 0x000040, "Wrong size on UMovieSceneBoundSceneComponentInstantiator"); \ #define DUMPER7_ASSERTS_IMovieSceneSceneComponentImpersonator \ static_assert(alignof(IMovieSceneSceneComponentImpersonator) == 0x000001, "Wrong alignment on IMovieSceneSceneComponentImpersonator"); \ static_assert(sizeof(IMovieSceneSceneComponentImpersonator) == 0x000001, "Wrong size on IMovieSceneSceneComponentImpersonator"); \ #define DUMPER7_ASSERTS_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_UMovieSceneFolder \ static_assert(alignof(UMovieSceneFolder) == 0x000008, "Wrong alignment on UMovieSceneFolder"); \ static_assert(sizeof(UMovieSceneFolder) == 0x000070, "Wrong size on UMovieSceneFolder"); \ static_assert(offsetof(UMovieSceneFolder, FolderName) == 0x000028, "Member 'UMovieSceneFolder::FolderName' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneFolder, ChildFolders) == 0x000030, "Member 'UMovieSceneFolder::ChildFolders' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneFolder, ChildMasterTracks) == 0x000040, "Member 'UMovieSceneFolder::ChildMasterTracks' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneFolder, ChildObjectBindingStrings) == 0x000050, "Member 'UMovieSceneFolder::ChildObjectBindingStrings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMovieSceneKeyProxy \ static_assert(alignof(IMovieSceneKeyProxy) == 0x000001, "Wrong alignment on IMovieSceneKeyProxy"); \ static_assert(sizeof(IMovieSceneKeyProxy) == 0x000001, "Wrong size on IMovieSceneKeyProxy"); \ #define DUMPER7_ASSERTS_UMovieSceneMasterInstantiatorSystem \ static_assert(alignof(UMovieSceneMasterInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneMasterInstantiatorSystem"); \ static_assert(sizeof(UMovieSceneMasterInstantiatorSystem) == 0x000040, "Wrong size on UMovieSceneMasterInstantiatorSystem"); \ #define DUMPER7_ASSERTS_IMovieScenePreAnimatedStateSystemInterface \ static_assert(alignof(IMovieScenePreAnimatedStateSystemInterface) == 0x000001, "Wrong alignment on IMovieScenePreAnimatedStateSystemInterface"); \ static_assert(sizeof(IMovieScenePreAnimatedStateSystemInterface) == 0x000001, "Wrong size on IMovieScenePreAnimatedStateSystemInterface"); \ #define DUMPER7_ASSERTS_UMovieSceneCachePreAnimatedStateSystem \ static_assert(alignof(UMovieSceneCachePreAnimatedStateSystem) == 0x000008, "Wrong alignment on UMovieSceneCachePreAnimatedStateSystem"); \ static_assert(sizeof(UMovieSceneCachePreAnimatedStateSystem) == 0x000060, "Wrong size on UMovieSceneCachePreAnimatedStateSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneRestorePreAnimatedStateSystem \ static_assert(alignof(UMovieSceneRestorePreAnimatedStateSystem) == 0x000008, "Wrong alignment on UMovieSceneRestorePreAnimatedStateSystem"); \ static_assert(sizeof(UMovieSceneRestorePreAnimatedStateSystem) == 0x000050, "Wrong size on UMovieSceneRestorePreAnimatedStateSystem"); \ #define DUMPER7_ASSERTS_IMovieSceneSequenceActor \ static_assert(alignof(IMovieSceneSequenceActor) == 0x000001, "Wrong alignment on IMovieSceneSequenceActor"); \ static_assert(sizeof(IMovieSceneSequenceActor) == 0x000001, "Wrong size on IMovieSceneSequenceActor"); \ #define DUMPER7_ASSERTS_UMovieSceneSequenceTickManager \ static_assert(alignof(UMovieSceneSequenceTickManager) == 0x000008, "Wrong alignment on UMovieSceneSequenceTickManager"); \ static_assert(sizeof(UMovieSceneSequenceTickManager) == 0x0000D0, "Wrong size on UMovieSceneSequenceTickManager"); \ static_assert(offsetof(UMovieSceneSequenceTickManager, SequenceActors) == 0x000028, "Member 'UMovieSceneSequenceTickManager::SequenceActors' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSequenceTickManager, Linker) == 0x000038, "Member 'UMovieSceneSequenceTickManager::Linker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneSpawnablesSystem \ static_assert(alignof(UMovieSceneSpawnablesSystem) == 0x000008, "Wrong alignment on UMovieSceneSpawnablesSystem"); \ static_assert(sizeof(UMovieSceneSpawnablesSystem) == 0x000040, "Wrong size on UMovieSceneSpawnablesSystem"); \ #define DUMPER7_ASSERTS_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_UTestMovieSceneSubTrack \ static_assert(alignof(UTestMovieSceneSubTrack) == 0x000008, "Wrong alignment on UTestMovieSceneSubTrack"); \ static_assert(sizeof(UTestMovieSceneSubTrack) == 0x0000B0, "Wrong size on UTestMovieSceneSubTrack"); \ static_assert(offsetof(UTestMovieSceneSubTrack, SectionArray) == 0x0000A0, "Member 'UTestMovieSceneSubTrack::SectionArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTestMovieSceneSubSection \ static_assert(alignof(UTestMovieSceneSubSection) == 0x000008, "Wrong alignment on UTestMovieSceneSubSection"); \ static_assert(sizeof(UTestMovieSceneSubSection) == 0x000168, "Wrong size on UTestMovieSceneSubSection"); \ #define DUMPER7_ASSERTS_UTestMovieSceneEvalHookTrack \ static_assert(alignof(UTestMovieSceneEvalHookTrack) == 0x000008, "Wrong alignment on UTestMovieSceneEvalHookTrack"); \ static_assert(sizeof(UTestMovieSceneEvalHookTrack) == 0x0000A0, "Wrong size on UTestMovieSceneEvalHookTrack"); \ static_assert(offsetof(UTestMovieSceneEvalHookTrack, SectionArray) == 0x000090, "Member 'UTestMovieSceneEvalHookTrack::SectionArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneTrackInstanceInstantiator \ static_assert(alignof(UMovieSceneTrackInstanceInstantiator) == 0x000008, "Wrong alignment on UMovieSceneTrackInstanceInstantiator"); \ static_assert(sizeof(UMovieSceneTrackInstanceInstantiator) == 0x0000F0, "Wrong size on UMovieSceneTrackInstanceInstantiator"); \ #define DUMPER7_ASSERTS_UMovieSceneTrackInstanceSystem \ static_assert(alignof(UMovieSceneTrackInstanceSystem) == 0x000008, "Wrong alignment on UMovieSceneTrackInstanceSystem"); \ static_assert(sizeof(UMovieSceneTrackInstanceSystem) == 0x000048, "Wrong size on UMovieSceneTrackInstanceSystem"); \ static_assert(offsetof(UMovieSceneTrackInstanceSystem, Instantiator) == 0x000040, "Member 'UMovieSceneTrackInstanceSystem::Instantiator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart \ static_assert(alignof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart) == 0x000008, "Wrong alignment on ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart"); \ static_assert(sizeof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart) == 0x0000C0, "Wrong size on ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, K2Node_Event_Context_3) == 0x000008, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, CallFunc_GetAnimInstance_ReturnValue) == 0x000010, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000020, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, K2Node_DynamicCast_AsCharacter) == 0x000030, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, K2Node_Event_Context_2) == 0x000040, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000048, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, CallFunc_GetSelfActor_ReturnValue_1) == 0x000050, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, K2Node_DynamicCast_AsBiped_Anim_Instance_1) == 0x000058, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::K2Node_DynamicCast_AsBiped_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, K2Node_DynamicCast_AsCharacter_1) == 0x000068, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::K2Node_DynamicCast_AsCharacter_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, K2Node_Event_Context_1) == 0x000078, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, K2Node_Event_Context) == 0x000080, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, K2Node_Event_NextAbility) == 0x000088, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, CallFunc_GetSelfActor_ReturnValue_2) == 0x000090, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::CallFunc_GetSelfActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, CallFunc_GetSelfActor_ReturnValue_3) == 0x000098, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::CallFunc_GetSelfActor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, K2Node_DynamicCast_AsCharacter_2) == 0x0000A0, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::K2Node_DynamicCast_AsCharacter_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, K2Node_DynamicCast_bSuccess_4) == 0x0000A8, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, K2Node_DynamicCast_AsCharacter_3) == 0x0000B0, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::K2Node_DynamicCast_AsCharacter_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart, K2Node_DynamicCast_bSuccess_5) == 0x0000B8, "Member 'ABL_NpcReact_TumbleAwayStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleAwayStart::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_TumbleAwayStart_C_OnAbilityBranch \ static_assert(alignof(ABL_NpcReact_TumbleAwayStart_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NpcReact_TumbleAwayStart_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NpcReact_TumbleAwayStart_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NpcReact_TumbleAwayStart_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NpcReact_TumbleAwayStart_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NpcReact_TumbleAwayStart_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_TumbleAwayStart_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NpcReact_TumbleAwayStart_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NpcReact_TumbleAwayStart_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NpcReact_TumbleAwayStart_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NpcReact_TumbleAwayStart_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NpcReact_TumbleAwayStart_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_TumbleAwayStart_C_OnAbilityEnd \ static_assert(alignof(ABL_NpcReact_TumbleAwayStart_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NpcReact_TumbleAwayStart_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NpcReact_TumbleAwayStart_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NpcReact_TumbleAwayStart_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NpcReact_TumbleAwayStart_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_TumbleAwayStart_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_TumbleAwayStart_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_TumbleAwayStart_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_TumbleAwayStart_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_TumbleAwayStart_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_TumbleAwayStart_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_TumbleAwayStart_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_TumbleAwayStart_C \ static_assert(alignof(UABL_NpcReact_TumbleAwayStart_C) == 0x000008, "Wrong alignment on UABL_NpcReact_TumbleAwayStart_C"); \ static_assert(sizeof(UABL_NpcReact_TumbleAwayStart_C) == 0x0000F0, "Wrong size on UABL_NpcReact_TumbleAwayStart_C"); \ static_assert(offsetof(UABL_NpcReact_TumbleAwayStart_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_TumbleAwayStart_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NpcReact_TumbleAwayStart_C, TempCharRef) == 0x0000E8, "Member 'UABL_NpcReact_TumbleAwayStart_C::TempCharRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_HogsmeadeMapClass_C \ static_assert(alignof(UUI_BP_HogsmeadeMapClass_C) == 0x000010, "Wrong alignment on UUI_BP_HogsmeadeMapClass_C"); \ static_assert(sizeof(UUI_BP_HogsmeadeMapClass_C) == 0x0009E0, "Wrong size on UUI_BP_HogsmeadeMapClass_C"); \ #define DUMPER7_ASSERTS_FMasterTickThrottlerSettingsAdvanced \ static_assert(alignof(FMasterTickThrottlerSettingsAdvanced) == 0x000001, "Wrong alignment on FMasterTickThrottlerSettingsAdvanced"); \ static_assert(sizeof(FMasterTickThrottlerSettingsAdvanced) == 0x000001, "Wrong size on FMasterTickThrottlerSettingsAdvanced"); \ #define DUMPER7_ASSERTS_FMasterTickThrottlerSettings \ static_assert(alignof(FMasterTickThrottlerSettings) == 0x000008, "Wrong alignment on FMasterTickThrottlerSettings"); \ static_assert(sizeof(FMasterTickThrottlerSettings) == 0x000028, "Wrong size on FMasterTickThrottlerSettings"); \ static_assert(offsetof(FMasterTickThrottlerSettings, FullTickRadiusMeters) == 0x000000, "Member 'FMasterTickThrottlerSettings::FullTickRadiusMeters' has a wrong offset!"); \ static_assert(offsetof(FMasterTickThrottlerSettings, FullTickInterval) == 0x000004, "Member 'FMasterTickThrottlerSettings::FullTickInterval' has a wrong offset!"); \ static_assert(offsetof(FMasterTickThrottlerSettings, NoTickRadiusMeters) == 0x000008, "Member 'FMasterTickThrottlerSettings::NoTickRadiusMeters' has a wrong offset!"); \ static_assert(offsetof(FMasterTickThrottlerSettings, NoTickInterval) == 0x00000C, "Member 'FMasterTickThrottlerSettings::NoTickInterval' has a wrong offset!"); \ static_assert(offsetof(FMasterTickThrottlerSettings, KeepAliveInterval) == 0x000010, "Member 'FMasterTickThrottlerSettings::KeepAliveInterval' has a wrong offset!"); \ static_assert(offsetof(FMasterTickThrottlerSettings, ComparisonComponent) == 0x000018, "Member 'FMasterTickThrottlerSettings::ComparisonComponent' has a wrong offset!"); \ static_assert(offsetof(FMasterTickThrottlerSettings, Advanced) == 0x000020, "Member 'FMasterTickThrottlerSettings::Advanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMasterTickThrottlerTracker \ static_assert(alignof(FMasterTickThrottlerTracker) == 0x000008, "Wrong alignment on FMasterTickThrottlerTracker"); \ static_assert(sizeof(FMasterTickThrottlerTracker) == 0x000038, "Wrong size on FMasterTickThrottlerTracker"); \ static_assert(offsetof(FMasterTickThrottlerTracker, Settings) == 0x000000, "Member 'FMasterTickThrottlerTracker::Settings' has a wrong offset!"); \ static_assert(offsetof(FMasterTickThrottlerTracker, LastKeepAlive) == 0x000028, "Member 'FMasterTickThrottlerTracker::LastKeepAlive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMasterTickThrottlerSingletonEditorUpdate \ static_assert(alignof(UMasterTickThrottlerSingletonEditorUpdate) == 0x000008, "Wrong alignment on UMasterTickThrottlerSingletonEditorUpdate"); \ static_assert(sizeof(UMasterTickThrottlerSingletonEditorUpdate) == 0x0000E0, "Wrong size on UMasterTickThrottlerSingletonEditorUpdate"); \ #define DUMPER7_ASSERTS_MasterTickThrottlerSingleton_AddManagedActor \ static_assert(alignof(MasterTickThrottlerSingleton_AddManagedActor) == 0x000008, "Wrong alignment on MasterTickThrottlerSingleton_AddManagedActor"); \ static_assert(sizeof(MasterTickThrottlerSingleton_AddManagedActor) == 0x000030, "Wrong size on MasterTickThrottlerSingleton_AddManagedActor"); \ static_assert(offsetof(MasterTickThrottlerSingleton_AddManagedActor, Actor) == 0x000000, "Member 'MasterTickThrottlerSingleton_AddManagedActor::Actor' has a wrong offset!"); \ static_assert(offsetof(MasterTickThrottlerSingleton_AddManagedActor, Settings) == 0x000008, "Member 'MasterTickThrottlerSingleton_AddManagedActor::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterTickThrottlerSingleton_AddManagedComponent \ static_assert(alignof(MasterTickThrottlerSingleton_AddManagedComponent) == 0x000008, "Wrong alignment on MasterTickThrottlerSingleton_AddManagedComponent"); \ static_assert(sizeof(MasterTickThrottlerSingleton_AddManagedComponent) == 0x000030, "Wrong size on MasterTickThrottlerSingleton_AddManagedComponent"); \ static_assert(offsetof(MasterTickThrottlerSingleton_AddManagedComponent, Component) == 0x000000, "Member 'MasterTickThrottlerSingleton_AddManagedComponent::Component' has a wrong offset!"); \ static_assert(offsetof(MasterTickThrottlerSingleton_AddManagedComponent, Settings) == 0x000008, "Member 'MasterTickThrottlerSingleton_AddManagedComponent::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterTickThrottlerSingleton_DisableActorThrottling \ static_assert(alignof(MasterTickThrottlerSingleton_DisableActorThrottling) == 0x000008, "Wrong alignment on MasterTickThrottlerSingleton_DisableActorThrottling"); \ static_assert(sizeof(MasterTickThrottlerSingleton_DisableActorThrottling) == 0x000008, "Wrong size on MasterTickThrottlerSingleton_DisableActorThrottling"); \ static_assert(offsetof(MasterTickThrottlerSingleton_DisableActorThrottling, Actor) == 0x000000, "Member 'MasterTickThrottlerSingleton_DisableActorThrottling::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterTickThrottlerSingleton_DisableComponentThrottling \ static_assert(alignof(MasterTickThrottlerSingleton_DisableComponentThrottling) == 0x000008, "Wrong alignment on MasterTickThrottlerSingleton_DisableComponentThrottling"); \ static_assert(sizeof(MasterTickThrottlerSingleton_DisableComponentThrottling) == 0x000008, "Wrong size on MasterTickThrottlerSingleton_DisableComponentThrottling"); \ static_assert(offsetof(MasterTickThrottlerSingleton_DisableComponentThrottling, Component) == 0x000000, "Member 'MasterTickThrottlerSingleton_DisableComponentThrottling::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterTickThrottlerSingleton_EnableActorThrottling \ static_assert(alignof(MasterTickThrottlerSingleton_EnableActorThrottling) == 0x000008, "Wrong alignment on MasterTickThrottlerSingleton_EnableActorThrottling"); \ static_assert(sizeof(MasterTickThrottlerSingleton_EnableActorThrottling) == 0x000010, "Wrong size on MasterTickThrottlerSingleton_EnableActorThrottling"); \ static_assert(offsetof(MasterTickThrottlerSingleton_EnableActorThrottling, Actor) == 0x000000, "Member 'MasterTickThrottlerSingleton_EnableActorThrottling::Actor' has a wrong offset!"); \ static_assert(offsetof(MasterTickThrottlerSingleton_EnableActorThrottling, bEnable) == 0x000008, "Member 'MasterTickThrottlerSingleton_EnableActorThrottling::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterTickThrottlerSingleton_EnableComponentThrottling \ static_assert(alignof(MasterTickThrottlerSingleton_EnableComponentThrottling) == 0x000008, "Wrong alignment on MasterTickThrottlerSingleton_EnableComponentThrottling"); \ static_assert(sizeof(MasterTickThrottlerSingleton_EnableComponentThrottling) == 0x000010, "Wrong size on MasterTickThrottlerSingleton_EnableComponentThrottling"); \ static_assert(offsetof(MasterTickThrottlerSingleton_EnableComponentThrottling, Component) == 0x000000, "Member 'MasterTickThrottlerSingleton_EnableComponentThrottling::Component' has a wrong offset!"); \ static_assert(offsetof(MasterTickThrottlerSingleton_EnableComponentThrottling, bEnable) == 0x000008, "Member 'MasterTickThrottlerSingleton_EnableComponentThrottling::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterTickThrottlerSingleton_IsActorThrottled \ static_assert(alignof(MasterTickThrottlerSingleton_IsActorThrottled) == 0x000008, "Wrong alignment on MasterTickThrottlerSingleton_IsActorThrottled"); \ static_assert(sizeof(MasterTickThrottlerSingleton_IsActorThrottled) == 0x000010, "Wrong size on MasterTickThrottlerSingleton_IsActorThrottled"); \ static_assert(offsetof(MasterTickThrottlerSingleton_IsActorThrottled, Actor) == 0x000000, "Member 'MasterTickThrottlerSingleton_IsActorThrottled::Actor' has a wrong offset!"); \ static_assert(offsetof(MasterTickThrottlerSingleton_IsActorThrottled, bIsThrottled) == 0x000008, "Member 'MasterTickThrottlerSingleton_IsActorThrottled::bIsThrottled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterTickThrottlerSingleton_IsComponentThrottled \ static_assert(alignof(MasterTickThrottlerSingleton_IsComponentThrottled) == 0x000008, "Wrong alignment on MasterTickThrottlerSingleton_IsComponentThrottled"); \ static_assert(sizeof(MasterTickThrottlerSingleton_IsComponentThrottled) == 0x000010, "Wrong size on MasterTickThrottlerSingleton_IsComponentThrottled"); \ static_assert(offsetof(MasterTickThrottlerSingleton_IsComponentThrottled, Component) == 0x000000, "Member 'MasterTickThrottlerSingleton_IsComponentThrottled::Component' has a wrong offset!"); \ static_assert(offsetof(MasterTickThrottlerSingleton_IsComponentThrottled, bIsThrottled) == 0x000008, "Member 'MasterTickThrottlerSingleton_IsComponentThrottled::bIsThrottled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterTickThrottlerSingleton_IsManagedActor \ static_assert(alignof(MasterTickThrottlerSingleton_IsManagedActor) == 0x000008, "Wrong alignment on MasterTickThrottlerSingleton_IsManagedActor"); \ static_assert(sizeof(MasterTickThrottlerSingleton_IsManagedActor) == 0x000010, "Wrong size on MasterTickThrottlerSingleton_IsManagedActor"); \ static_assert(offsetof(MasterTickThrottlerSingleton_IsManagedActor, Actor) == 0x000000, "Member 'MasterTickThrottlerSingleton_IsManagedActor::Actor' has a wrong offset!"); \ static_assert(offsetof(MasterTickThrottlerSingleton_IsManagedActor, bIsManaged) == 0x000008, "Member 'MasterTickThrottlerSingleton_IsManagedActor::bIsManaged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterTickThrottlerSingleton_IsManagedComponent \ static_assert(alignof(MasterTickThrottlerSingleton_IsManagedComponent) == 0x000008, "Wrong alignment on MasterTickThrottlerSingleton_IsManagedComponent"); \ static_assert(sizeof(MasterTickThrottlerSingleton_IsManagedComponent) == 0x000010, "Wrong size on MasterTickThrottlerSingleton_IsManagedComponent"); \ static_assert(offsetof(MasterTickThrottlerSingleton_IsManagedComponent, Component) == 0x000000, "Member 'MasterTickThrottlerSingleton_IsManagedComponent::Component' has a wrong offset!"); \ static_assert(offsetof(MasterTickThrottlerSingleton_IsManagedComponent, bIsManaged) == 0x000008, "Member 'MasterTickThrottlerSingleton_IsManagedComponent::bIsManaged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterTickThrottlerSingleton_RemoveManagedActor \ static_assert(alignof(MasterTickThrottlerSingleton_RemoveManagedActor) == 0x000008, "Wrong alignment on MasterTickThrottlerSingleton_RemoveManagedActor"); \ static_assert(sizeof(MasterTickThrottlerSingleton_RemoveManagedActor) == 0x000008, "Wrong size on MasterTickThrottlerSingleton_RemoveManagedActor"); \ static_assert(offsetof(MasterTickThrottlerSingleton_RemoveManagedActor, Actor) == 0x000000, "Member 'MasterTickThrottlerSingleton_RemoveManagedActor::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterTickThrottlerSingleton_RemoveManagedComponent \ static_assert(alignof(MasterTickThrottlerSingleton_RemoveManagedComponent) == 0x000008, "Wrong alignment on MasterTickThrottlerSingleton_RemoveManagedComponent"); \ static_assert(sizeof(MasterTickThrottlerSingleton_RemoveManagedComponent) == 0x000008, "Wrong size on MasterTickThrottlerSingleton_RemoveManagedComponent"); \ static_assert(offsetof(MasterTickThrottlerSingleton_RemoveManagedComponent, Component) == 0x000000, "Member 'MasterTickThrottlerSingleton_RemoveManagedComponent::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMasterTickThrottlerSingleton \ static_assert(alignof(AMasterTickThrottlerSingleton) == 0x000008, "Wrong alignment on AMasterTickThrottlerSingleton"); \ static_assert(sizeof(AMasterTickThrottlerSingleton) == 0x0002F8, "Wrong size on AMasterTickThrottlerSingleton"); \ static_assert(offsetof(AMasterTickThrottlerSingleton, ThrottleActors) == 0x000248, "Member 'AMasterTickThrottlerSingleton::ThrottleActors' has a wrong offset!"); \ static_assert(offsetof(AMasterTickThrottlerSingleton, ThrottleComponents) == 0x000298, "Member 'AMasterTickThrottlerSingleton::ThrottleComponents' has a wrong offset!"); \ static_assert(offsetof(AMasterTickThrottlerSingleton, LastEye) == 0x0002E8, "Member 'AMasterTickThrottlerSingleton::LastEye' has a wrong offset!"); \ static_assert(offsetof(AMasterTickThrottlerSingleton, bLastEyeValid) == 0x0002F4, "Member 'AMasterTickThrottlerSingleton::bLastEyeValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Interface_TickThrottlerKeepAlive_TickThrottler_GoToSleep \ static_assert(alignof(Interface_TickThrottlerKeepAlive_TickThrottler_GoToSleep) == 0x000004, "Wrong alignment on Interface_TickThrottlerKeepAlive_TickThrottler_GoToSleep"); \ static_assert(sizeof(Interface_TickThrottlerKeepAlive_TickThrottler_GoToSleep) == 0x000004, "Wrong size on Interface_TickThrottlerKeepAlive_TickThrottler_GoToSleep"); \ static_assert(offsetof(Interface_TickThrottlerKeepAlive_TickThrottler_GoToSleep, DistanceSquaredToCamera) == 0x000000, "Member 'Interface_TickThrottlerKeepAlive_TickThrottler_GoToSleep::DistanceSquaredToCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Interface_TickThrottlerKeepAlive_TickThrottler_KeepAlive \ static_assert(alignof(Interface_TickThrottlerKeepAlive_TickThrottler_KeepAlive) == 0x000004, "Wrong alignment on Interface_TickThrottlerKeepAlive_TickThrottler_KeepAlive"); \ static_assert(sizeof(Interface_TickThrottlerKeepAlive_TickThrottler_KeepAlive) == 0x000008, "Wrong size on Interface_TickThrottlerKeepAlive_TickThrottler_KeepAlive"); \ static_assert(offsetof(Interface_TickThrottlerKeepAlive_TickThrottler_KeepAlive, DeltaTime) == 0x000000, "Member 'Interface_TickThrottlerKeepAlive_TickThrottler_KeepAlive::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(Interface_TickThrottlerKeepAlive_TickThrottler_KeepAlive, DistanceSquaredToCamera) == 0x000004, "Member 'Interface_TickThrottlerKeepAlive_TickThrottler_KeepAlive::DistanceSquaredToCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Interface_TickThrottlerKeepAlive_TickThrottler_WakeUp \ static_assert(alignof(Interface_TickThrottlerKeepAlive_TickThrottler_WakeUp) == 0x000004, "Wrong alignment on Interface_TickThrottlerKeepAlive_TickThrottler_WakeUp"); \ static_assert(sizeof(Interface_TickThrottlerKeepAlive_TickThrottler_WakeUp) == 0x000004, "Wrong size on Interface_TickThrottlerKeepAlive_TickThrottler_WakeUp"); \ static_assert(offsetof(Interface_TickThrottlerKeepAlive_TickThrottler_WakeUp, DistanceSquaredToCamera) == 0x000000, "Member 'Interface_TickThrottlerKeepAlive_TickThrottler_WakeUp::DistanceSquaredToCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IInterface_TickThrottlerKeepAlive \ static_assert(alignof(IInterface_TickThrottlerKeepAlive) == 0x000001, "Wrong alignment on IInterface_TickThrottlerKeepAlive"); \ static_assert(sizeof(IInterface_TickThrottlerKeepAlive) == 0x000001, "Wrong size on IInterface_TickThrottlerKeepAlive"); \ #define DUMPER7_ASSERTS_BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer \ static_assert(alignof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer) == 0x000008, "Wrong alignment on BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer"); \ static_assert(sizeof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer) == 0x000090, "Wrong size on BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, EntryPoint) == 0x000000, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, K2Node_DynamicCast_AsEnemy_Character) == 0x000010, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000028, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000030, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000038, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, CallFunc_GetValueAsVector_ReturnValue) == 0x00003C, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::CallFunc_GetValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, CallFunc_MoveToLocation_ReturnValue) == 0x000048, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::CallFunc_MoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x000050, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, CallFunc_Get_IsMoving_OutFlag) == 0x000061, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::CallFunc_Get_IsMoving_OutFlag' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, K2Node_Event_OwnerActor) == 0x000068, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, K2Node_Event_DeltaSeconds) == 0x000070, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, CallFunc_Add_FloatFloat_ReturnValue) == 0x000074, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000078, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x000084, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, CallFunc_Square_ReturnValue) == 0x000088, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, CallFunc_Less_FloatFloat_ReturnValue) == 0x00008C, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, CallFunc_InitMoveToLocation_ReturnValue) == 0x00008D, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::CallFunc_InitMoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer, CallFunc_MoveToLocation_ReturnValue_1) == 0x00008E, "Member 'BTT_MoveToWithTimer_C_ExecuteUbergraph_BTT_MoveToWithTimer::CallFunc_MoveToLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_MoveToWithTimer_C_ReceiveTick \ static_assert(alignof(BTT_MoveToWithTimer_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_MoveToWithTimer_C_ReceiveTick"); \ static_assert(sizeof(BTT_MoveToWithTimer_C_ReceiveTick) == 0x000010, "Wrong size on BTT_MoveToWithTimer_C_ReceiveTick"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_MoveToWithTimer_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_MoveToWithTimer_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_MoveToWithTimer_C_ReceiveExecute \ static_assert(alignof(BTT_MoveToWithTimer_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_MoveToWithTimer_C_ReceiveExecute"); \ static_assert(sizeof(BTT_MoveToWithTimer_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_MoveToWithTimer_C_ReceiveExecute"); \ static_assert(offsetof(BTT_MoveToWithTimer_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_MoveToWithTimer_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_MoveToWithTimer_C \ static_assert(alignof(UBTT_MoveToWithTimer_C) == 0x000008, "Wrong alignment on UBTT_MoveToWithTimer_C"); \ static_assert(sizeof(UBTT_MoveToWithTimer_C) == 0x000100, "Wrong size on UBTT_MoveToWithTimer_C"); \ static_assert(offsetof(UBTT_MoveToWithTimer_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_MoveToWithTimer_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToWithTimer_C, Pawn) == 0x0000B0, "Member 'UBTT_MoveToWithTimer_C::Pawn' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToWithTimer_C, Controller) == 0x0000B8, "Member 'UBTT_MoveToWithTimer_C::Controller' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToWithTimer_C, LocationKeyName) == 0x0000C0, "Member 'UBTT_MoveToWithTimer_C::LocationKeyName' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToWithTimer_C, ElapsedTime) == 0x0000C8, "Member 'UBTT_MoveToWithTimer_C::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToWithTimer_C, MaxTime) == 0x0000CC, "Member 'UBTT_MoveToWithTimer_C::MaxTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToWithTimer_C, Mobility) == 0x0000D0, "Member 'UBTT_MoveToWithTimer_C::Mobility' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToWithTimer_C, OverrideMobility) == 0x0000D1, "Member 'UBTT_MoveToWithTimer_C::OverrideMobility' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToWithTimer_C, EnemyComp) == 0x0000D8, "Member 'UBTT_MoveToWithTimer_C::EnemyComp' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToWithTimer_C, BBComp) == 0x0000E0, "Member 'UBTT_MoveToWithTimer_C::BBComp' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToWithTimer_C, MoveStarted) == 0x0000E8, "Member 'UBTT_MoveToWithTimer_C::MoveStarted' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToWithTimer_C, MoveLoc) == 0x0000EC, "Member 'UBTT_MoveToWithTimer_C::MoveLoc' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToWithTimer_C, AtTargetDist) == 0x0000F8, "Member 'UBTT_MoveToWithTimer_C::AtTargetDist' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToWithTimer_C, MoveTimeout) == 0x0000FC, "Member 'UBTT_MoveToWithTimer_C::MoveTimeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPostProcessSettingsObjects \ static_assert(alignof(FPostProcessSettingsObjects) == 0x000004, "Wrong alignment on FPostProcessSettingsObjects"); \ static_assert(sizeof(FPostProcessSettingsObjects) == 0x000038, "Wrong size on FPostProcessSettingsObjects"); \ static_assert(offsetof(FPostProcessSettingsObjects, BloomConvolutionTexture) == 0x000000, "Member 'FPostProcessSettingsObjects::BloomConvolutionTexture' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettingsObjects, BloomDirtMask) == 0x000008, "Member 'FPostProcessSettingsObjects::BloomDirtMask' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettingsObjects, AmbientCubemap) == 0x000010, "Member 'FPostProcessSettingsObjects::AmbientCubemap' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettingsObjects, AutoExposureBiasCurve) == 0x000018, "Member 'FPostProcessSettingsObjects::AutoExposureBiasCurve' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettingsObjects, AutoExposureMeterMask) == 0x000020, "Member 'FPostProcessSettingsObjects::AutoExposureMeterMask' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettingsObjects, LensFlareBokehShape) == 0x000028, "Member 'FPostProcessSettingsObjects::LensFlareBokehShape' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettingsObjects, ColorGradingLUT) == 0x000030, "Member 'FPostProcessSettingsObjects::ColorGradingLUT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPostProcessSettingsWeak \ static_assert(alignof(FPostProcessSettingsWeak) == 0x000010, "Wrong alignment on FPostProcessSettingsWeak"); \ static_assert(sizeof(FPostProcessSettingsWeak) == 0x000630, "Wrong size on FPostProcessSettingsWeak"); \ static_assert(offsetof(FPostProcessSettingsWeak, PostProcessSettings) == 0x000000, "Member 'FPostProcessSettingsWeak::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettingsWeak, PostProcessSettingsObjects) == 0x0005F0, "Member 'FPostProcessSettingsWeak::PostProcessSettingsObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCalcViewInfo \ static_assert(alignof(FCalcViewInfo) == 0x000010, "Wrong alignment on FCalcViewInfo"); \ static_assert(sizeof(FCalcViewInfo) == 0x000680, "Wrong size on FCalcViewInfo"); \ static_assert(offsetof(FCalcViewInfo, PostProcessSettings) == 0x000000, "Member 'FCalcViewInfo::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(FCalcViewInfo, ViewActor) == 0x000630, "Member 'FCalcViewInfo::ViewActor' has a wrong offset!"); \ static_assert(offsetof(FCalcViewInfo, UniqueId) == 0x000638, "Member 'FCalcViewInfo::UniqueId' has a wrong offset!"); \ static_assert(offsetof(FCalcViewInfo, PlayerIndex) == 0x00063C, "Member 'FCalcViewInfo::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(FCalcViewInfo, ViewIndex) == 0x000640, "Member 'FCalcViewInfo::ViewIndex' has a wrong offset!"); \ static_assert(offsetof(FCalcViewInfo, ViewLocation) == 0x000644, "Member 'FCalcViewInfo::ViewLocation' has a wrong offset!"); \ static_assert(offsetof(FCalcViewInfo, ViewRotation) == 0x000650, "Member 'FCalcViewInfo::ViewRotation' has a wrong offset!"); \ static_assert(offsetof(FCalcViewInfo, FOV) == 0x00065C, "Member 'FCalcViewInfo::FOV' has a wrong offset!"); \ static_assert(offsetof(FCalcViewInfo, DesiredFOV) == 0x000660, "Member 'FCalcViewInfo::DesiredFOV' has a wrong offset!"); \ static_assert(offsetof(FCalcViewInfo, LastEyeAdaptationExposure) == 0x000664, "Member 'FCalcViewInfo::LastEyeAdaptationExposure' has a wrong offset!"); \ static_assert(offsetof(FCalcViewInfo, LastAverageSceneLuminance) == 0x000668, "Member 'FCalcViewInfo::LastAverageSceneLuminance' has a wrong offset!"); \ static_assert(offsetof(FCalcViewInfo, PreExposure) == 0x00066C, "Member 'FCalcViewInfo::PreExposure' has a wrong offset!"); \ static_assert(offsetof(FCalcViewInfo, FrameNumber) == 0x000670, "Member 'FCalcViewInfo::FrameNumber' has a wrong offset!"); \ static_assert(offsetof(FCalcViewInfo, ViewType) == 0x000674, "Member 'FCalcViewInfo::ViewType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPerWorldCalcViewInfo \ static_assert(alignof(FPerWorldCalcViewInfo) == 0x000008, "Wrong alignment on FPerWorldCalcViewInfo"); \ static_assert(sizeof(FPerWorldCalcViewInfo) == 0x000050, "Wrong size on FPerWorldCalcViewInfo"); \ static_assert(offsetof(FPerWorldCalcViewInfo, Views) == 0x000000, "Member 'FPerWorldCalcViewInfo::Views' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAllCalcViewInfo \ static_assert(alignof(UAllCalcViewInfo) == 0x000008, "Wrong alignment on UAllCalcViewInfo"); \ static_assert(sizeof(UAllCalcViewInfo) == 0x000078, "Wrong size on UAllCalcViewInfo"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_TombBossBPE_C \ static_assert(alignof(ABP_SkinFX_TombBossBPE_C) == 0x000008, "Wrong alignment on ABP_SkinFX_TombBossBPE_C"); \ static_assert(sizeof(ABP_SkinFX_TombBossBPE_C) == 0x0005D0, "Wrong size on ABP_SkinFX_TombBossBPE_C"); \ #define DUMPER7_ASSERTS_FBaseArchitectAsset_Connection \ static_assert(alignof(FBaseArchitectAsset_Connection) == 0x000001, "Wrong alignment on FBaseArchitectAsset_Connection"); \ static_assert(sizeof(FBaseArchitectAsset_Connection) == 0x000001, "Wrong size on FBaseArchitectAsset_Connection"); \ #define DUMPER7_ASSERTS_FBaseArchitectAsset_AssetProxy \ static_assert(alignof(FBaseArchitectAsset_AssetProxy) == 0x000004, "Wrong alignment on FBaseArchitectAsset_AssetProxy"); \ static_assert(sizeof(FBaseArchitectAsset_AssetProxy) == 0x000010, "Wrong size on FBaseArchitectAsset_AssetProxy"); \ static_assert(offsetof(FBaseArchitectAsset_AssetProxy, AssetName) == 0x000000, "Member 'FBaseArchitectAsset_AssetProxy::AssetName' has a wrong offset!"); \ static_assert(offsetof(FBaseArchitectAsset_AssetProxy, ExternalName) == 0x000008, "Member 'FBaseArchitectAsset_AssetProxy::ExternalName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationArchitectAsset_AssetProxy \ static_assert(alignof(FAnimationArchitectAsset_AssetProxy) == 0x000008, "Wrong alignment on FAnimationArchitectAsset_AssetProxy"); \ static_assert(sizeof(FAnimationArchitectAsset_AssetProxy) == 0x000020, "Wrong size on FAnimationArchitectAsset_AssetProxy"); \ static_assert(offsetof(FAnimationArchitectAsset_AssetProxy, AnimationAsset) == 0x000010, "Member 'FAnimationArchitectAsset_AssetProxy::AnimationAsset' has a wrong offset!"); \ static_assert(offsetof(FAnimationArchitectAsset_AssetProxy, Probability) == 0x000018, "Member 'FAnimationArchitectAsset_AssetProxy::Probability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationArchitectAsset_Connection \ static_assert(alignof(FAnimationArchitectAsset_Connection) == 0x000008, "Wrong alignment on FAnimationArchitectAsset_Connection"); \ static_assert(sizeof(FAnimationArchitectAsset_Connection) == 0x000030, "Wrong size on FAnimationArchitectAsset_Connection"); \ static_assert(offsetof(FAnimationArchitectAsset_Connection, GameplayTags) == 0x000000, "Member 'FAnimationArchitectAsset_Connection::GameplayTags' has a wrong offset!"); \ static_assert(offsetof(FAnimationArchitectAsset_Connection, AssetProxies) == 0x000020, "Member 'FAnimationArchitectAsset_Connection::AssetProxies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBaseArchitectCandidate \ static_assert(alignof(FBaseArchitectCandidate) == 0x000004, "Wrong alignment on FBaseArchitectCandidate"); \ static_assert(sizeof(FBaseArchitectCandidate) == 0x000018, "Wrong size on FBaseArchitectCandidate"); \ #define DUMPER7_ASSERTS_FBaseArchitectAsset_SoftDependencyContainer \ static_assert(alignof(FBaseArchitectAsset_SoftDependencyContainer) == 0x000008, "Wrong alignment on FBaseArchitectAsset_SoftDependencyContainer"); \ static_assert(sizeof(FBaseArchitectAsset_SoftDependencyContainer) == 0x000018, "Wrong size on FBaseArchitectAsset_SoftDependencyContainer"); \ static_assert(offsetof(FBaseArchitectAsset_SoftDependencyContainer, Category) == 0x000000, "Member 'FBaseArchitectAsset_SoftDependencyContainer::Category' has a wrong offset!"); \ static_assert(offsetof(FBaseArchitectAsset_SoftDependencyContainer, AssetNames) == 0x000008, "Member 'FBaseArchitectAsset_SoftDependencyContainer::AssetNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBaseArchitectMonolithicAsset_DefaultKeyOrder \ static_assert(alignof(FBaseArchitectMonolithicAsset_DefaultKeyOrder) == 0x000008, "Wrong alignment on FBaseArchitectMonolithicAsset_DefaultKeyOrder"); \ static_assert(sizeof(FBaseArchitectMonolithicAsset_DefaultKeyOrder) == 0x000010, "Wrong size on FBaseArchitectMonolithicAsset_DefaultKeyOrder"); \ static_assert(offsetof(FBaseArchitectMonolithicAsset_DefaultKeyOrder, DefaultKeyOrder) == 0x000000, "Member 'FBaseArchitectMonolithicAsset_DefaultKeyOrder::DefaultKeyOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBaseArchitectMonolithicAsset_AssetProxy \ static_assert(alignof(FBaseArchitectMonolithicAsset_AssetProxy) == 0x000004, "Wrong alignment on FBaseArchitectMonolithicAsset_AssetProxy"); \ static_assert(sizeof(FBaseArchitectMonolithicAsset_AssetProxy) == 0x00000C, "Wrong size on FBaseArchitectMonolithicAsset_AssetProxy"); \ static_assert(offsetof(FBaseArchitectMonolithicAsset_AssetProxy, AssetName) == 0x000000, "Member 'FBaseArchitectMonolithicAsset_AssetProxy::AssetName' has a wrong offset!"); \ static_assert(offsetof(FBaseArchitectMonolithicAsset_AssetProxy, Probability) == 0x000008, "Member 'FBaseArchitectMonolithicAsset_AssetProxy::Probability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBaseArchitectMonolithicAsset_Connection \ static_assert(alignof(FBaseArchitectMonolithicAsset_Connection) == 0x000008, "Wrong alignment on FBaseArchitectMonolithicAsset_Connection"); \ static_assert(sizeof(FBaseArchitectMonolithicAsset_Connection) == 0x000030, "Wrong size on FBaseArchitectMonolithicAsset_Connection"); \ static_assert(offsetof(FBaseArchitectMonolithicAsset_Connection, GameplayTags) == 0x000000, "Member 'FBaseArchitectMonolithicAsset_Connection::GameplayTags' has a wrong offset!"); \ static_assert(offsetof(FBaseArchitectMonolithicAsset_Connection, AssetProxies) == 0x000020, "Member 'FBaseArchitectMonolithicAsset_Connection::AssetProxies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBaseArchitectMonolithicAsset_Class \ static_assert(alignof(FBaseArchitectMonolithicAsset_Class) == 0x000008, "Wrong alignment on FBaseArchitectMonolithicAsset_Class"); \ static_assert(sizeof(FBaseArchitectMonolithicAsset_Class) == 0x000020, "Wrong size on FBaseArchitectMonolithicAsset_Class"); \ static_assert(offsetof(FBaseArchitectMonolithicAsset_Class, Categories) == 0x000000, "Member 'FBaseArchitectMonolithicAsset_Class::Categories' has a wrong offset!"); \ static_assert(offsetof(FBaseArchitectMonolithicAsset_Class, ConnectionArray) == 0x000010, "Member 'FBaseArchitectMonolithicAsset_Class::ConnectionArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBaseArchitectTransition \ static_assert(alignof(FBaseArchitectTransition) == 0x000008, "Wrong alignment on FBaseArchitectTransition"); \ static_assert(sizeof(FBaseArchitectTransition) == 0x000010, "Wrong size on FBaseArchitectTransition"); \ static_assert(offsetof(FBaseArchitectTransition, EndState) == 0x000000, "Member 'FBaseArchitectTransition::EndState' has a wrong offset!"); \ static_assert(offsetof(FBaseArchitectTransition, TransitionAnim) == 0x000008, "Member 'FBaseArchitectTransition::TransitionAnim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInteractionArchitectAsset_KeyValueGroup \ static_assert(alignof(FInteractionArchitectAsset_KeyValueGroup) == 0x000008, "Wrong alignment on FInteractionArchitectAsset_KeyValueGroup"); \ static_assert(sizeof(FInteractionArchitectAsset_KeyValueGroup) == 0x000028, "Wrong size on FInteractionArchitectAsset_KeyValueGroup"); \ static_assert(offsetof(FInteractionArchitectAsset_KeyValueGroup, Asset) == 0x000000, "Member 'FInteractionArchitectAsset_KeyValueGroup::Asset' has a wrong offset!"); \ static_assert(offsetof(FInteractionArchitectAsset_KeyValueGroup, GameplayTags) == 0x000008, "Member 'FInteractionArchitectAsset_KeyValueGroup::GameplayTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInteractionArchitectAsset_AssetProxy \ static_assert(alignof(FInteractionArchitectAsset_AssetProxy) == 0x000008, "Wrong alignment on FInteractionArchitectAsset_AssetProxy"); \ static_assert(sizeof(FInteractionArchitectAsset_AssetProxy) == 0x000020, "Wrong size on FInteractionArchitectAsset_AssetProxy"); \ static_assert(offsetof(FInteractionArchitectAsset_AssetProxy, GeneratedClass) == 0x000010, "Member 'FInteractionArchitectAsset_AssetProxy::GeneratedClass' has a wrong offset!"); \ static_assert(offsetof(FInteractionArchitectAsset_AssetProxy, Probability) == 0x000018, "Member 'FInteractionArchitectAsset_AssetProxy::Probability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInteractionArchitectAsset_Connection \ static_assert(alignof(FInteractionArchitectAsset_Connection) == 0x000008, "Wrong alignment on FInteractionArchitectAsset_Connection"); \ static_assert(sizeof(FInteractionArchitectAsset_Connection) == 0x000028, "Wrong size on FInteractionArchitectAsset_Connection"); \ static_assert(offsetof(FInteractionArchitectAsset_Connection, KeyValueGroups) == 0x000000, "Member 'FInteractionArchitectAsset_Connection::KeyValueGroups' has a wrong offset!"); \ static_assert(offsetof(FInteractionArchitectAsset_Connection, AssetProxies) == 0x000010, "Member 'FInteractionArchitectAsset_Connection::AssetProxies' has a wrong offset!"); \ static_assert(offsetof(FInteractionArchitectAsset_Connection, bIsAdditive) == 0x000020, "Member 'FInteractionArchitectAsset_Connection::bIsAdditive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FObjectArchitectAsset_AssetProxy \ static_assert(alignof(FObjectArchitectAsset_AssetProxy) == 0x000008, "Wrong alignment on FObjectArchitectAsset_AssetProxy"); \ static_assert(sizeof(FObjectArchitectAsset_AssetProxy) == 0x000020, "Wrong size on FObjectArchitectAsset_AssetProxy"); \ static_assert(offsetof(FObjectArchitectAsset_AssetProxy, ObjectAsset) == 0x000010, "Member 'FObjectArchitectAsset_AssetProxy::ObjectAsset' has a wrong offset!"); \ static_assert(offsetof(FObjectArchitectAsset_AssetProxy, Probability) == 0x000018, "Member 'FObjectArchitectAsset_AssetProxy::Probability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FObjectArchitectAsset_Connection \ static_assert(alignof(FObjectArchitectAsset_Connection) == 0x000008, "Wrong alignment on FObjectArchitectAsset_Connection"); \ static_assert(sizeof(FObjectArchitectAsset_Connection) == 0x000030, "Wrong size on FObjectArchitectAsset_Connection"); \ static_assert(offsetof(FObjectArchitectAsset_Connection, GameplayTags) == 0x000000, "Member 'FObjectArchitectAsset_Connection::GameplayTags' has a wrong offset!"); \ static_assert(offsetof(FObjectArchitectAsset_Connection, AssetProxies) == 0x000020, "Member 'FObjectArchitectAsset_Connection::AssetProxies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPreloadArchitectHUDStyle \ static_assert(alignof(FPreloadArchitectHUDStyle) == 0x000008, "Wrong alignment on FPreloadArchitectHUDStyle"); \ static_assert(sizeof(FPreloadArchitectHUDStyle) == 0x0011B0, "Wrong size on FPreloadArchitectHUDStyle"); \ static_assert(offsetof(FPreloadArchitectHUDStyle, WorldTextStyle) == 0x000008, "Member 'FPreloadArchitectHUDStyle::WorldTextStyle' has a wrong offset!"); \ static_assert(offsetof(FPreloadArchitectHUDStyle, LevelTextStyle) == 0x000278, "Member 'FPreloadArchitectHUDStyle::LevelTextStyle' has a wrong offset!"); \ static_assert(offsetof(FPreloadArchitectHUDStyle, LoadedAssetTextStyle) == 0x0004E8, "Member 'FPreloadArchitectHUDStyle::LoadedAssetTextStyle' has a wrong offset!"); \ static_assert(offsetof(FPreloadArchitectHUDStyle, LoadingAssetTextStyle) == 0x000758, "Member 'FPreloadArchitectHUDStyle::LoadingAssetTextStyle' has a wrong offset!"); \ static_assert(offsetof(FPreloadArchitectHUDStyle, TreeRowStyle) == 0x0009C8, "Member 'FPreloadArchitectHUDStyle::TreeRowStyle' has a wrong offset!"); \ static_assert(offsetof(FPreloadArchitectHUDStyle, HUDMargin) == 0x001190, "Member 'FPreloadArchitectHUDStyle::HUDMargin' has a wrong offset!"); \ static_assert(offsetof(FPreloadArchitectHUDStyle, TreeMargin) == 0x0011A0, "Member 'FPreloadArchitectHUDStyle::TreeMargin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPreLoadAssetArchitectAsset_AssetProxy \ static_assert(alignof(FPreLoadAssetArchitectAsset_AssetProxy) == 0x000008, "Wrong alignment on FPreLoadAssetArchitectAsset_AssetProxy"); \ static_assert(sizeof(FPreLoadAssetArchitectAsset_AssetProxy) == 0x000020, "Wrong size on FPreLoadAssetArchitectAsset_AssetProxy"); \ static_assert(offsetof(FPreLoadAssetArchitectAsset_AssetProxy, ObjectAsset) == 0x000010, "Member 'FPreLoadAssetArchitectAsset_AssetProxy::ObjectAsset' has a wrong offset!"); \ static_assert(offsetof(FPreLoadAssetArchitectAsset_AssetProxy, Probability) == 0x000018, "Member 'FPreLoadAssetArchitectAsset_AssetProxy::Probability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPreLoadAssetArchitectAsset_Connection \ static_assert(alignof(FPreLoadAssetArchitectAsset_Connection) == 0x000008, "Wrong alignment on FPreLoadAssetArchitectAsset_Connection"); \ static_assert(sizeof(FPreLoadAssetArchitectAsset_Connection) == 0x000030, "Wrong size on FPreLoadAssetArchitectAsset_Connection"); \ static_assert(offsetof(FPreLoadAssetArchitectAsset_Connection, GameplayTags) == 0x000000, "Member 'FPreLoadAssetArchitectAsset_Connection::GameplayTags' has a wrong offset!"); \ static_assert(offsetof(FPreLoadAssetArchitectAsset_Connection, AssetProxies) == 0x000020, "Member 'FPreLoadAssetArchitectAsset_Connection::AssetProxies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStationArchitectAsset_AssetProxy \ static_assert(alignof(FStationArchitectAsset_AssetProxy) == 0x000008, "Wrong alignment on FStationArchitectAsset_AssetProxy"); \ static_assert(sizeof(FStationArchitectAsset_AssetProxy) == 0x000020, "Wrong size on FStationArchitectAsset_AssetProxy"); \ static_assert(offsetof(FStationArchitectAsset_AssetProxy, StationAsset) == 0x000010, "Member 'FStationArchitectAsset_AssetProxy::StationAsset' has a wrong offset!"); \ static_assert(offsetof(FStationArchitectAsset_AssetProxy, Probability) == 0x000018, "Member 'FStationArchitectAsset_AssetProxy::Probability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStationArchitectAsset_Connection \ static_assert(alignof(FStationArchitectAsset_Connection) == 0x000008, "Wrong alignment on FStationArchitectAsset_Connection"); \ static_assert(sizeof(FStationArchitectAsset_Connection) == 0x000030, "Wrong size on FStationArchitectAsset_Connection"); \ static_assert(offsetof(FStationArchitectAsset_Connection, GameplayTags) == 0x000000, "Member 'FStationArchitectAsset_Connection::GameplayTags' has a wrong offset!"); \ static_assert(offsetof(FStationArchitectAsset_Connection, AssetProxies) == 0x000020, "Member 'FStationArchitectAsset_Connection::AssetProxies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationArcitectAsset_ConnectionsCluster \ static_assert(alignof(UAnimationArcitectAsset_ConnectionsCluster) == 0x000008, "Wrong alignment on UAnimationArcitectAsset_ConnectionsCluster"); \ static_assert(sizeof(UAnimationArcitectAsset_ConnectionsCluster) == 0x000038, "Wrong size on UAnimationArcitectAsset_ConnectionsCluster"); \ static_assert(offsetof(UAnimationArcitectAsset_ConnectionsCluster, ConnectionArray) == 0x000028, "Member 'UAnimationArcitectAsset_ConnectionsCluster::ConnectionArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseArchitectFilter \ static_assert(alignof(UBaseArchitectFilter) == 0x000008, "Wrong alignment on UBaseArchitectFilter"); \ static_assert(sizeof(UBaseArchitectFilter) == 0x000028, "Wrong size on UBaseArchitectFilter"); \ #define DUMPER7_ASSERTS_UAAFilter_AnimationLength \ static_assert(alignof(UAAFilter_AnimationLength) == 0x000008, "Wrong alignment on UAAFilter_AnimationLength"); \ static_assert(sizeof(UAAFilter_AnimationLength) == 0x000030, "Wrong size on UAAFilter_AnimationLength"); \ static_assert(offsetof(UAAFilter_AnimationLength, MaxAnimationLength) == 0x000028, "Member 'UAAFilter_AnimationLength::MaxAnimationLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseArchitectAsset \ static_assert(alignof(UBaseArchitectAsset) == 0x000008, "Wrong alignment on UBaseArchitectAsset"); \ static_assert(sizeof(UBaseArchitectAsset) == 0x0000D0, "Wrong size on UBaseArchitectAsset"); \ static_assert(offsetof(UBaseArchitectAsset, HardDependencies) == 0x000030, "Member 'UBaseArchitectAsset::HardDependencies' has a wrong offset!"); \ static_assert(offsetof(UBaseArchitectAsset, SoftDependencies) == 0x000040, "Member 'UBaseArchitectAsset::SoftDependencies' has a wrong offset!"); \ static_assert(offsetof(UBaseArchitectAsset, DefaultKeyOrder) == 0x000050, "Member 'UBaseArchitectAsset::DefaultKeyOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitect_ActorInterface_AddAnimationArchitectAsset \ static_assert(alignof(AnimationArchitect_ActorInterface_AddAnimationArchitectAsset) == 0x000008, "Wrong alignment on AnimationArchitect_ActorInterface_AddAnimationArchitectAsset"); \ static_assert(sizeof(AnimationArchitect_ActorInterface_AddAnimationArchitectAsset) == 0x000008, "Wrong size on AnimationArchitect_ActorInterface_AddAnimationArchitectAsset"); \ static_assert(offsetof(AnimationArchitect_ActorInterface_AddAnimationArchitectAsset, InArchitectAsset) == 0x000000, "Member 'AnimationArchitect_ActorInterface_AddAnimationArchitectAsset::InArchitectAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitect_ActorInterface_AddAnimationArchitectGamplayTag \ static_assert(alignof(AnimationArchitect_ActorInterface_AddAnimationArchitectGamplayTag) == 0x000004, "Wrong alignment on AnimationArchitect_ActorInterface_AddAnimationArchitectGamplayTag"); \ static_assert(sizeof(AnimationArchitect_ActorInterface_AddAnimationArchitectGamplayTag) == 0x000008, "Wrong size on AnimationArchitect_ActorInterface_AddAnimationArchitectGamplayTag"); \ static_assert(offsetof(AnimationArchitect_ActorInterface_AddAnimationArchitectGamplayTag, InGameplayTag) == 0x000000, "Member 'AnimationArchitect_ActorInterface_AddAnimationArchitectGamplayTag::InGameplayTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitect_ActorInterface_FindArchitectAsset \ static_assert(alignof(AnimationArchitect_ActorInterface_FindArchitectAsset) == 0x000008, "Wrong alignment on AnimationArchitect_ActorInterface_FindArchitectAsset"); \ static_assert(sizeof(AnimationArchitect_ActorInterface_FindArchitectAsset) == 0x000030, "Wrong size on AnimationArchitect_ActorInterface_FindArchitectAsset"); \ static_assert(offsetof(AnimationArchitect_ActorInterface_FindArchitectAsset, InAnimTagContainer) == 0x000000, "Member 'AnimationArchitect_ActorInterface_FindArchitectAsset::InAnimTagContainer' has a wrong offset!"); \ static_assert(offsetof(AnimationArchitect_ActorInterface_FindArchitectAsset, OutAsset) == 0x000020, "Member 'AnimationArchitect_ActorInterface_FindArchitectAsset::OutAsset' has a wrong offset!"); \ static_assert(offsetof(AnimationArchitect_ActorInterface_FindArchitectAsset, bForceFirstOnly) == 0x000028, "Member 'AnimationArchitect_ActorInterface_FindArchitectAsset::bForceFirstOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitect_ActorInterface_FindArchitectAssetFromMonolythicAsset \ static_assert(alignof(AnimationArchitect_ActorInterface_FindArchitectAssetFromMonolythicAsset) == 0x000008, "Wrong alignment on AnimationArchitect_ActorInterface_FindArchitectAssetFromMonolythicAsset"); \ static_assert(sizeof(AnimationArchitect_ActorInterface_FindArchitectAssetFromMonolythicAsset) == 0x000050, "Wrong size on AnimationArchitect_ActorInterface_FindArchitectAssetFromMonolythicAsset"); \ static_assert(offsetof(AnimationArchitect_ActorInterface_FindArchitectAssetFromMonolythicAsset, InAssetTypeTagContainer) == 0x000000, "Member 'AnimationArchitect_ActorInterface_FindArchitectAssetFromMonolythicAsset::InAssetTypeTagContainer' has a wrong offset!"); \ static_assert(offsetof(AnimationArchitect_ActorInterface_FindArchitectAssetFromMonolythicAsset, InTagContainer) == 0x000020, "Member 'AnimationArchitect_ActorInterface_FindArchitectAssetFromMonolythicAsset::InTagContainer' has a wrong offset!"); \ static_assert(offsetof(AnimationArchitect_ActorInterface_FindArchitectAssetFromMonolythicAsset, OutAsset) == 0x000040, "Member 'AnimationArchitect_ActorInterface_FindArchitectAssetFromMonolythicAsset::OutAsset' has a wrong offset!"); \ static_assert(offsetof(AnimationArchitect_ActorInterface_FindArchitectAssetFromMonolythicAsset, bForceFirstOnly) == 0x000048, "Member 'AnimationArchitect_ActorInterface_FindArchitectAssetFromMonolythicAsset::bForceFirstOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitect_ActorInterface_FindArchitectAssets \ static_assert(alignof(AnimationArchitect_ActorInterface_FindArchitectAssets) == 0x000008, "Wrong alignment on AnimationArchitect_ActorInterface_FindArchitectAssets"); \ static_assert(sizeof(AnimationArchitect_ActorInterface_FindArchitectAssets) == 0x000038, "Wrong size on AnimationArchitect_ActorInterface_FindArchitectAssets"); \ static_assert(offsetof(AnimationArchitect_ActorInterface_FindArchitectAssets, InTagContainer) == 0x000000, "Member 'AnimationArchitect_ActorInterface_FindArchitectAssets::InTagContainer' has a wrong offset!"); \ static_assert(offsetof(AnimationArchitect_ActorInterface_FindArchitectAssets, assets) == 0x000020, "Member 'AnimationArchitect_ActorInterface_FindArchitectAssets::assets' has a wrong offset!"); \ static_assert(offsetof(AnimationArchitect_ActorInterface_FindArchitectAssets, ReturnValue) == 0x000030, "Member 'AnimationArchitect_ActorInterface_FindArchitectAssets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitect_ActorInterface_FindSceneRigAsset \ static_assert(alignof(AnimationArchitect_ActorInterface_FindSceneRigAsset) == 0x000008, "Wrong alignment on AnimationArchitect_ActorInterface_FindSceneRigAsset"); \ static_assert(sizeof(AnimationArchitect_ActorInterface_FindSceneRigAsset) == 0x000028, "Wrong size on AnimationArchitect_ActorInterface_FindSceneRigAsset"); \ static_assert(offsetof(AnimationArchitect_ActorInterface_FindSceneRigAsset, InAnimTagContainer) == 0x000000, "Member 'AnimationArchitect_ActorInterface_FindSceneRigAsset::InAnimTagContainer' has a wrong offset!"); \ static_assert(offsetof(AnimationArchitect_ActorInterface_FindSceneRigAsset, OutSceneRig) == 0x000020, "Member 'AnimationArchitect_ActorInterface_FindSceneRigAsset::OutSceneRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitect_ActorInterface_GetAnimationArchitectComponent \ static_assert(alignof(AnimationArchitect_ActorInterface_GetAnimationArchitectComponent) == 0x000008, "Wrong alignment on AnimationArchitect_ActorInterface_GetAnimationArchitectComponent"); \ static_assert(sizeof(AnimationArchitect_ActorInterface_GetAnimationArchitectComponent) == 0x000008, "Wrong size on AnimationArchitect_ActorInterface_GetAnimationArchitectComponent"); \ static_assert(offsetof(AnimationArchitect_ActorInterface_GetAnimationArchitectComponent, ReturnValue) == 0x000000, "Member 'AnimationArchitect_ActorInterface_GetAnimationArchitectComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAnimationArchitect_ActorInterface \ static_assert(alignof(IAnimationArchitect_ActorInterface) == 0x000001, "Wrong alignment on IAnimationArchitect_ActorInterface"); \ static_assert(sizeof(IAnimationArchitect_ActorInterface) == 0x000001, "Wrong size on IAnimationArchitect_ActorInterface"); \ #define DUMPER7_ASSERTS_UAnimationArchitect_AnimInstance \ static_assert(alignof(UAnimationArchitect_AnimInstance) == 0x000010, "Wrong alignment on UAnimationArchitect_AnimInstance"); \ static_assert(sizeof(UAnimationArchitect_AnimInstance) == 0x0002C0, "Wrong size on UAnimationArchitect_AnimInstance"); \ #define DUMPER7_ASSERTS_UAnimationArchitectAsset \ static_assert(alignof(UAnimationArchitectAsset) == 0x000008, "Wrong alignment on UAnimationArchitectAsset"); \ static_assert(sizeof(UAnimationArchitectAsset) == 0x0000E8, "Wrong size on UAnimationArchitectAsset"); \ static_assert(offsetof(UAnimationArchitectAsset, ConnectionArray) == 0x0000D0, "Member 'UAnimationArchitectAsset::ConnectionArray' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectAsset, ConnectionsCluster) == 0x0000E0, "Member 'UAnimationArchitectAsset::ConnectionsCluster' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitect_Character_AddAnimationArchitectGameplayTag \ static_assert(alignof(AnimationArchitect_Character_AddAnimationArchitectGameplayTag) == 0x000004, "Wrong alignment on AnimationArchitect_Character_AddAnimationArchitectGameplayTag"); \ static_assert(sizeof(AnimationArchitect_Character_AddAnimationArchitectGameplayTag) == 0x000008, "Wrong size on AnimationArchitect_Character_AddAnimationArchitectGameplayTag"); \ static_assert(offsetof(AnimationArchitect_Character_AddAnimationArchitectGameplayTag, InGameplayTag) == 0x000000, "Member 'AnimationArchitect_Character_AddAnimationArchitectGameplayTag::InGameplayTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitect_Character_AddInteractionArchitectGameplayTag \ static_assert(alignof(AnimationArchitect_Character_AddInteractionArchitectGameplayTag) == 0x000004, "Wrong alignment on AnimationArchitect_Character_AddInteractionArchitectGameplayTag"); \ static_assert(sizeof(AnimationArchitect_Character_AddInteractionArchitectGameplayTag) == 0x000008, "Wrong size on AnimationArchitect_Character_AddInteractionArchitectGameplayTag"); \ static_assert(offsetof(AnimationArchitect_Character_AddInteractionArchitectGameplayTag, InGamepayTag) == 0x000000, "Member 'AnimationArchitect_Character_AddInteractionArchitectGameplayTag::InGamepayTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitect_Character_FindArchitectAsset \ static_assert(alignof(AnimationArchitect_Character_FindArchitectAsset) == 0x000008, "Wrong alignment on AnimationArchitect_Character_FindArchitectAsset"); \ static_assert(sizeof(AnimationArchitect_Character_FindArchitectAsset) == 0x000030, "Wrong size on AnimationArchitect_Character_FindArchitectAsset"); \ static_assert(offsetof(AnimationArchitect_Character_FindArchitectAsset, InAnimTagContainer) == 0x000000, "Member 'AnimationArchitect_Character_FindArchitectAsset::InAnimTagContainer' has a wrong offset!"); \ static_assert(offsetof(AnimationArchitect_Character_FindArchitectAsset, OutAsset) == 0x000020, "Member 'AnimationArchitect_Character_FindArchitectAsset::OutAsset' has a wrong offset!"); \ static_assert(offsetof(AnimationArchitect_Character_FindArchitectAsset, bForceFirstOnly) == 0x000028, "Member 'AnimationArchitect_Character_FindArchitectAsset::bForceFirstOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitect_Character_FindArchitectAssetFromMonolythicAsset \ static_assert(alignof(AnimationArchitect_Character_FindArchitectAssetFromMonolythicAsset) == 0x000008, "Wrong alignment on AnimationArchitect_Character_FindArchitectAssetFromMonolythicAsset"); \ static_assert(sizeof(AnimationArchitect_Character_FindArchitectAssetFromMonolythicAsset) == 0x000050, "Wrong size on AnimationArchitect_Character_FindArchitectAssetFromMonolythicAsset"); \ static_assert(offsetof(AnimationArchitect_Character_FindArchitectAssetFromMonolythicAsset, InAssetTypeTagContainer) == 0x000000, "Member 'AnimationArchitect_Character_FindArchitectAssetFromMonolythicAsset::InAssetTypeTagContainer' has a wrong offset!"); \ static_assert(offsetof(AnimationArchitect_Character_FindArchitectAssetFromMonolythicAsset, InTagContainer) == 0x000020, "Member 'AnimationArchitect_Character_FindArchitectAssetFromMonolythicAsset::InTagContainer' has a wrong offset!"); \ static_assert(offsetof(AnimationArchitect_Character_FindArchitectAssetFromMonolythicAsset, OutAsset) == 0x000040, "Member 'AnimationArchitect_Character_FindArchitectAssetFromMonolythicAsset::OutAsset' has a wrong offset!"); \ static_assert(offsetof(AnimationArchitect_Character_FindArchitectAssetFromMonolythicAsset, bForceFirstOnly) == 0x000048, "Member 'AnimationArchitect_Character_FindArchitectAssetFromMonolythicAsset::bForceFirstOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitect_Character_FindArchitectAssets \ static_assert(alignof(AnimationArchitect_Character_FindArchitectAssets) == 0x000008, "Wrong alignment on AnimationArchitect_Character_FindArchitectAssets"); \ static_assert(sizeof(AnimationArchitect_Character_FindArchitectAssets) == 0x000038, "Wrong size on AnimationArchitect_Character_FindArchitectAssets"); \ static_assert(offsetof(AnimationArchitect_Character_FindArchitectAssets, InAnimTagContainer) == 0x000000, "Member 'AnimationArchitect_Character_FindArchitectAssets::InAnimTagContainer' has a wrong offset!"); \ static_assert(offsetof(AnimationArchitect_Character_FindArchitectAssets, assets) == 0x000020, "Member 'AnimationArchitect_Character_FindArchitectAssets::assets' has a wrong offset!"); \ static_assert(offsetof(AnimationArchitect_Character_FindArchitectAssets, ReturnValue) == 0x000030, "Member 'AnimationArchitect_Character_FindArchitectAssets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitect_Character_GetAnimationArchitectComponent \ static_assert(alignof(AnimationArchitect_Character_GetAnimationArchitectComponent) == 0x000008, "Wrong alignment on AnimationArchitect_Character_GetAnimationArchitectComponent"); \ static_assert(sizeof(AnimationArchitect_Character_GetAnimationArchitectComponent) == 0x000008, "Wrong size on AnimationArchitect_Character_GetAnimationArchitectComponent"); \ static_assert(offsetof(AnimationArchitect_Character_GetAnimationArchitectComponent, ReturnValue) == 0x000000, "Member 'AnimationArchitect_Character_GetAnimationArchitectComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAnimationArchitect_Character \ static_assert(alignof(AAnimationArchitect_Character) == 0x000010, "Wrong alignment on AAnimationArchitect_Character"); \ static_assert(sizeof(AAnimationArchitect_Character) == 0x0004F0, "Wrong size on AAnimationArchitect_Character"); \ static_assert(offsetof(AAnimationArchitect_Character, AnimationArchitectComponent) == 0x0004E8, "Member 'AAnimationArchitect_Character::AnimationArchitectComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitectComponent_AddAnimationArchitectGameplayTag \ static_assert(alignof(AnimationArchitectComponent_AddAnimationArchitectGameplayTag) == 0x000004, "Wrong alignment on AnimationArchitectComponent_AddAnimationArchitectGameplayTag"); \ static_assert(sizeof(AnimationArchitectComponent_AddAnimationArchitectGameplayTag) == 0x000008, "Wrong size on AnimationArchitectComponent_AddAnimationArchitectGameplayTag"); \ static_assert(offsetof(AnimationArchitectComponent_AddAnimationArchitectGameplayTag, InGameplayTag) == 0x000000, "Member 'AnimationArchitectComponent_AddAnimationArchitectGameplayTag::InGameplayTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitectComponent_AddAnimationArchitectPersistentGameplayTags \ static_assert(alignof(AnimationArchitectComponent_AddAnimationArchitectPersistentGameplayTags) == 0x000008, "Wrong alignment on AnimationArchitectComponent_AddAnimationArchitectPersistentGameplayTags"); \ static_assert(sizeof(AnimationArchitectComponent_AddAnimationArchitectPersistentGameplayTags) == 0x000020, "Wrong size on AnimationArchitectComponent_AddAnimationArchitectPersistentGameplayTags"); \ static_assert(offsetof(AnimationArchitectComponent_AddAnimationArchitectPersistentGameplayTags, InGameplayTags) == 0x000000, "Member 'AnimationArchitectComponent_AddAnimationArchitectPersistentGameplayTags::InGameplayTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitectComponent_AddInteractionArchitectGameplayTag \ static_assert(alignof(AnimationArchitectComponent_AddInteractionArchitectGameplayTag) == 0x000004, "Wrong alignment on AnimationArchitectComponent_AddInteractionArchitectGameplayTag"); \ static_assert(sizeof(AnimationArchitectComponent_AddInteractionArchitectGameplayTag) == 0x000008, "Wrong size on AnimationArchitectComponent_AddInteractionArchitectGameplayTag"); \ static_assert(offsetof(AnimationArchitectComponent_AddInteractionArchitectGameplayTag, InGameplayTag) == 0x000000, "Member 'AnimationArchitectComponent_AddInteractionArchitectGameplayTag::InGameplayTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitectComponent_AddInteractionArchitectPersistentGameplayTags \ static_assert(alignof(AnimationArchitectComponent_AddInteractionArchitectPersistentGameplayTags) == 0x000008, "Wrong alignment on AnimationArchitectComponent_AddInteractionArchitectPersistentGameplayTags"); \ static_assert(sizeof(AnimationArchitectComponent_AddInteractionArchitectPersistentGameplayTags) == 0x000020, "Wrong size on AnimationArchitectComponent_AddInteractionArchitectPersistentGameplayTags"); \ static_assert(offsetof(AnimationArchitectComponent_AddInteractionArchitectPersistentGameplayTags, InGameplayTags) == 0x000000, "Member 'AnimationArchitectComponent_AddInteractionArchitectPersistentGameplayTags::InGameplayTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitectComponent_AddObjectArchitectGameplayTag \ static_assert(alignof(AnimationArchitectComponent_AddObjectArchitectGameplayTag) == 0x000004, "Wrong alignment on AnimationArchitectComponent_AddObjectArchitectGameplayTag"); \ static_assert(sizeof(AnimationArchitectComponent_AddObjectArchitectGameplayTag) == 0x000008, "Wrong size on AnimationArchitectComponent_AddObjectArchitectGameplayTag"); \ static_assert(offsetof(AnimationArchitectComponent_AddObjectArchitectGameplayTag, InGameplayTag) == 0x000000, "Member 'AnimationArchitectComponent_AddObjectArchitectGameplayTag::InGameplayTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitectComponent_InteractionArchitectTagContainerHasAny \ static_assert(alignof(AnimationArchitectComponent_InteractionArchitectTagContainerHasAny) == 0x000008, "Wrong alignment on AnimationArchitectComponent_InteractionArchitectTagContainerHasAny"); \ static_assert(sizeof(AnimationArchitectComponent_InteractionArchitectTagContainerHasAny) == 0x000028, "Wrong size on AnimationArchitectComponent_InteractionArchitectTagContainerHasAny"); \ static_assert(offsetof(AnimationArchitectComponent_InteractionArchitectTagContainerHasAny, InGameplayTagContainer) == 0x000000, "Member 'AnimationArchitectComponent_InteractionArchitectTagContainerHasAny::InGameplayTagContainer' has a wrong offset!"); \ static_assert(offsetof(AnimationArchitectComponent_InteractionArchitectTagContainerHasAny, ReturnValue) == 0x000020, "Member 'AnimationArchitectComponent_InteractionArchitectTagContainerHasAny::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitectComponent_InteractionArchitectTagContainerHasTag \ static_assert(alignof(AnimationArchitectComponent_InteractionArchitectTagContainerHasTag) == 0x000004, "Wrong alignment on AnimationArchitectComponent_InteractionArchitectTagContainerHasTag"); \ static_assert(sizeof(AnimationArchitectComponent_InteractionArchitectTagContainerHasTag) == 0x00000C, "Wrong size on AnimationArchitectComponent_InteractionArchitectTagContainerHasTag"); \ static_assert(offsetof(AnimationArchitectComponent_InteractionArchitectTagContainerHasTag, InGameplayTag) == 0x000000, "Member 'AnimationArchitectComponent_InteractionArchitectTagContainerHasTag::InGameplayTag' has a wrong offset!"); \ static_assert(offsetof(AnimationArchitectComponent_InteractionArchitectTagContainerHasTag, ReturnValue) == 0x000008, "Member 'AnimationArchitectComponent_InteractionArchitectTagContainerHasTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitectComponent_RemoveAnimationArchitectGameplayTag \ static_assert(alignof(AnimationArchitectComponent_RemoveAnimationArchitectGameplayTag) == 0x000004, "Wrong alignment on AnimationArchitectComponent_RemoveAnimationArchitectGameplayTag"); \ static_assert(sizeof(AnimationArchitectComponent_RemoveAnimationArchitectGameplayTag) == 0x000008, "Wrong size on AnimationArchitectComponent_RemoveAnimationArchitectGameplayTag"); \ static_assert(offsetof(AnimationArchitectComponent_RemoveAnimationArchitectGameplayTag, InGameplayTag) == 0x000000, "Member 'AnimationArchitectComponent_RemoveAnimationArchitectGameplayTag::InGameplayTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitectComponent_RemoveInteractionArchitectGameplayTag \ static_assert(alignof(AnimationArchitectComponent_RemoveInteractionArchitectGameplayTag) == 0x000004, "Wrong alignment on AnimationArchitectComponent_RemoveInteractionArchitectGameplayTag"); \ static_assert(sizeof(AnimationArchitectComponent_RemoveInteractionArchitectGameplayTag) == 0x000008, "Wrong size on AnimationArchitectComponent_RemoveInteractionArchitectGameplayTag"); \ static_assert(offsetof(AnimationArchitectComponent_RemoveInteractionArchitectGameplayTag, InGameplayTag) == 0x000000, "Member 'AnimationArchitectComponent_RemoveInteractionArchitectGameplayTag::InGameplayTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationArchitectComponent_RemoveObjectArchitectGameplayTag \ static_assert(alignof(AnimationArchitectComponent_RemoveObjectArchitectGameplayTag) == 0x000004, "Wrong alignment on AnimationArchitectComponent_RemoveObjectArchitectGameplayTag"); \ static_assert(sizeof(AnimationArchitectComponent_RemoveObjectArchitectGameplayTag) == 0x000008, "Wrong size on AnimationArchitectComponent_RemoveObjectArchitectGameplayTag"); \ static_assert(offsetof(AnimationArchitectComponent_RemoveObjectArchitectGameplayTag, InGameplayTag) == 0x000000, "Member 'AnimationArchitectComponent_RemoveObjectArchitectGameplayTag::InGameplayTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationArchitectComponent \ static_assert(alignof(UAnimationArchitectComponent) == 0x000008, "Wrong alignment on UAnimationArchitectComponent"); \ static_assert(sizeof(UAnimationArchitectComponent) == 0x000360, "Wrong size on UAnimationArchitectComponent"); \ static_assert(offsetof(UAnimationArchitectComponent, AssetType) == 0x0000F8, "Member 'UAnimationArchitectComponent::AssetType' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, HardAnimationArchitectAssets) == 0x000100, "Member 'UAnimationArchitectComponent::HardAnimationArchitectAssets' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, TempAnimationArchitectAsset) == 0x000110, "Member 'UAnimationArchitectComponent::TempAnimationArchitectAsset' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, HardStationArchitectAssets) == 0x000118, "Member 'UAnimationArchitectComponent::HardStationArchitectAssets' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, HardStationArchitectSceneRigAssets) == 0x000128, "Member 'UAnimationArchitectComponent::HardStationArchitectSceneRigAssets' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, HardObjectArchitectAssets) == 0x000138, "Member 'UAnimationArchitectComponent::HardObjectArchitectAssets' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, HardInteractionAssetMap) == 0x000148, "Member 'UAnimationArchitectComponent::HardInteractionAssetMap' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, AnimationArchitectGameplayTags) == 0x000198, "Member 'UAnimationArchitectComponent::AnimationArchitectGameplayTags' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, AnimationArchitectPersistentGamePlayTags) == 0x0001B8, "Member 'UAnimationArchitectComponent::AnimationArchitectPersistentGamePlayTags' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, AnimationTagProviders) == 0x0001D8, "Member 'UAnimationArchitectComponent::AnimationTagProviders' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, InteractionArchitectGameplayTags) == 0x0001E8, "Member 'UAnimationArchitectComponent::InteractionArchitectGameplayTags' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, InteractionArchitectPersistentGamePlayTags) == 0x000208, "Member 'UAnimationArchitectComponent::InteractionArchitectPersistentGamePlayTags' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, StationArchitectGamePlayTags) == 0x000228, "Member 'UAnimationArchitectComponent::StationArchitectGamePlayTags' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, StationArchitectSceneRigTags) == 0x000248, "Member 'UAnimationArchitectComponent::StationArchitectSceneRigTags' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, ObjectArchitectGamePlayTags) == 0x000268, "Member 'UAnimationArchitectComponent::ObjectArchitectGamePlayTags' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, AnimationArchitectAssetTagContainer) == 0x000288, "Member 'UAnimationArchitectComponent::AnimationArchitectAssetTagContainer' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, InteractionReactionAssetTagContainer) == 0x0002A8, "Member 'UAnimationArchitectComponent::InteractionReactionAssetTagContainer' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, DynamicAnimationArchitectAssets) == 0x0002C8, "Member 'UAnimationArchitectComponent::DynamicAnimationArchitectAssets' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, AnimationArchitectTagsChangedDelegate) == 0x000308, "Member 'UAnimationArchitectComponent::AnimationArchitectTagsChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, InteractionArchitectTagsChangedDelegate) == 0x000318, "Member 'UAnimationArchitectComponent::InteractionArchitectTagsChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, StationArchitectTagsChangedDelegate) == 0x000328, "Member 'UAnimationArchitectComponent::StationArchitectTagsChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UAnimationArchitectComponent, ObjectArchitectTagsChangedDelegate) == 0x000338, "Member 'UAnimationArchitectComponent::ObjectArchitectTagsChangedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAnimationArchitect_ComponentOwnerInterface \ static_assert(alignof(IAnimationArchitect_ComponentOwnerInterface) == 0x000001, "Wrong alignment on IAnimationArchitect_ComponentOwnerInterface"); \ static_assert(sizeof(IAnimationArchitect_ComponentOwnerInterface) == 0x000001, "Wrong size on IAnimationArchitect_ComponentOwnerInterface"); \ #define DUMPER7_ASSERTS_UAnimationArchitectFilter \ static_assert(alignof(UAnimationArchitectFilter) == 0x000008, "Wrong alignment on UAnimationArchitectFilter"); \ static_assert(sizeof(UAnimationArchitectFilter) == 0x000028, "Wrong size on UAnimationArchitectFilter"); \ #define DUMPER7_ASSERTS_UAnimationArchitectTagProvider \ static_assert(alignof(UAnimationArchitectTagProvider) == 0x000008, "Wrong alignment on UAnimationArchitectTagProvider"); \ static_assert(sizeof(UAnimationArchitectTagProvider) == 0x000028, "Wrong size on UAnimationArchitectTagProvider"); \ #define DUMPER7_ASSERTS_IAnimationArchitect_TagProviderInterface \ static_assert(alignof(IAnimationArchitect_TagProviderInterface) == 0x000001, "Wrong alignment on IAnimationArchitect_TagProviderInterface"); \ static_assert(sizeof(IAnimationArchitect_TagProviderInterface) == 0x000001, "Wrong size on IAnimationArchitect_TagProviderInterface"); \ #define DUMPER7_ASSERTS_UAnimTag_Direct \ static_assert(alignof(UAnimTag_Direct) == 0x000008, "Wrong alignment on UAnimTag_Direct"); \ static_assert(sizeof(UAnimTag_Direct) == 0x000048, "Wrong size on UAnimTag_Direct"); \ static_assert(offsetof(UAnimTag_Direct, Tags) == 0x000028, "Member 'UAnimTag_Direct::Tags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArchitectGameInstance_GetArchitectGameInstance \ static_assert(alignof(ArchitectGameInstance_GetArchitectGameInstance) == 0x000008, "Wrong alignment on ArchitectGameInstance_GetArchitectGameInstance"); \ static_assert(sizeof(ArchitectGameInstance_GetArchitectGameInstance) == 0x000008, "Wrong size on ArchitectGameInstance_GetArchitectGameInstance"); \ static_assert(offsetof(ArchitectGameInstance_GetArchitectGameInstance, ReturnValue) == 0x000000, "Member 'ArchitectGameInstance_GetArchitectGameInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UArchitectGameInstance \ static_assert(alignof(UArchitectGameInstance) == 0x000008, "Wrong alignment on UArchitectGameInstance"); \ static_assert(sizeof(UArchitectGameInstance) == 0x000230, "Wrong size on UArchitectGameInstance"); \ static_assert(offsetof(UArchitectGameInstance, HardInteractionArchitectAssets) == 0x0001C8, "Member 'UArchitectGameInstance::HardInteractionArchitectAssets' has a wrong offset!"); \ static_assert(offsetof(UArchitectGameInstance, MonolithicObjectArchitectAsset) == 0x0001D8, "Member 'UArchitectGameInstance::MonolithicObjectArchitectAsset' has a wrong offset!"); \ static_assert(offsetof(UArchitectGameInstance, PreloadMonolithicArchitectAsset) == 0x0001E0, "Member 'UArchitectGameInstance::PreloadMonolithicArchitectAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseArchitectComponent_AddGameplayTag \ static_assert(alignof(BaseArchitectComponent_AddGameplayTag) == 0x000004, "Wrong alignment on BaseArchitectComponent_AddGameplayTag"); \ static_assert(sizeof(BaseArchitectComponent_AddGameplayTag) == 0x000008, "Wrong size on BaseArchitectComponent_AddGameplayTag"); \ static_assert(offsetof(BaseArchitectComponent_AddGameplayTag, InGameplayTag) == 0x000000, "Member 'BaseArchitectComponent_AddGameplayTag::InGameplayTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseArchitectComponent_GameplayTagContainerHasTag \ static_assert(alignof(BaseArchitectComponent_GameplayTagContainerHasTag) == 0x000004, "Wrong alignment on BaseArchitectComponent_GameplayTagContainerHasTag"); \ static_assert(sizeof(BaseArchitectComponent_GameplayTagContainerHasTag) == 0x00000C, "Wrong size on BaseArchitectComponent_GameplayTagContainerHasTag"); \ static_assert(offsetof(BaseArchitectComponent_GameplayTagContainerHasTag, InGameplayTag) == 0x000000, "Member 'BaseArchitectComponent_GameplayTagContainerHasTag::InGameplayTag' has a wrong offset!"); \ static_assert(offsetof(BaseArchitectComponent_GameplayTagContainerHasTag, ReturnValue) == 0x000008, "Member 'BaseArchitectComponent_GameplayTagContainerHasTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseArchitectComponent_RemoveGameplayTag \ static_assert(alignof(BaseArchitectComponent_RemoveGameplayTag) == 0x000004, "Wrong alignment on BaseArchitectComponent_RemoveGameplayTag"); \ static_assert(sizeof(BaseArchitectComponent_RemoveGameplayTag) == 0x000008, "Wrong size on BaseArchitectComponent_RemoveGameplayTag"); \ static_assert(offsetof(BaseArchitectComponent_RemoveGameplayTag, InGameplayTag) == 0x000000, "Member 'BaseArchitectComponent_RemoveGameplayTag::InGameplayTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseArchitectComponent \ static_assert(alignof(UBaseArchitectComponent) == 0x000008, "Wrong alignment on UBaseArchitectComponent"); \ static_assert(sizeof(UBaseArchitectComponent) == 0x0001A8, "Wrong size on UBaseArchitectComponent"); \ static_assert(offsetof(UBaseArchitectComponent, HardBaseArchitectAssets) == 0x000108, "Member 'UBaseArchitectComponent::HardBaseArchitectAssets' has a wrong offset!"); \ static_assert(offsetof(UBaseArchitectComponent, AnimationTagProviders) == 0x000120, "Member 'UBaseArchitectComponent::AnimationTagProviders' has a wrong offset!"); \ static_assert(offsetof(UBaseArchitectComponent, BaseArchitectGamePlayTags) == 0x000130, "Member 'UBaseArchitectComponent::BaseArchitectGamePlayTags' has a wrong offset!"); \ static_assert(offsetof(UBaseArchitectComponent, RequestedLoadedAssets) == 0x000198, "Member 'UBaseArchitectComponent::RequestedLoadedAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseArchitectMonolithicAsset \ static_assert(alignof(UBaseArchitectMonolithicAsset) == 0x000008, "Wrong alignment on UBaseArchitectMonolithicAsset"); \ static_assert(sizeof(UBaseArchitectMonolithicAsset) == 0x0000D0, "Wrong size on UBaseArchitectMonolithicAsset"); \ static_assert(offsetof(UBaseArchitectMonolithicAsset, ClassMap) == 0x000030, "Member 'UBaseArchitectMonolithicAsset::ClassMap' has a wrong offset!"); \ static_assert(offsetof(UBaseArchitectMonolithicAsset, DefaultKeyOrderMap) == 0x000080, "Member 'UBaseArchitectMonolithicAsset::DefaultKeyOrderMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseArchitectState \ static_assert(alignof(UBaseArchitectState) == 0x000008, "Wrong alignment on UBaseArchitectState"); \ static_assert(sizeof(UBaseArchitectState) == 0x000048, "Wrong size on UBaseArchitectState"); \ static_assert(offsetof(UBaseArchitectState, StateAsset) == 0x000030, "Member 'UBaseArchitectState::StateAsset' has a wrong offset!"); \ static_assert(offsetof(UBaseArchitectState, TransitionsTo) == 0x000038, "Member 'UBaseArchitectState::TransitionsTo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractionArchitectAsset_K2_FindAbilityConnectionArray \ static_assert(alignof(InteractionArchitectAsset_K2_FindAbilityConnectionArray) == 0x000008, "Wrong alignment on InteractionArchitectAsset_K2_FindAbilityConnectionArray"); \ static_assert(sizeof(InteractionArchitectAsset_K2_FindAbilityConnectionArray) == 0x000050, "Wrong size on InteractionArchitectAsset_K2_FindAbilityConnectionArray"); \ static_assert(offsetof(InteractionArchitectAsset_K2_FindAbilityConnectionArray, InSourceTagContainer) == 0x000000, "Member 'InteractionArchitectAsset_K2_FindAbilityConnectionArray::InSourceTagContainer' has a wrong offset!"); \ static_assert(offsetof(InteractionArchitectAsset_K2_FindAbilityConnectionArray, InTargetAssets) == 0x000020, "Member 'InteractionArchitectAsset_K2_FindAbilityConnectionArray::InTargetAssets' has a wrong offset!"); \ static_assert(offsetof(InteractionArchitectAsset_K2_FindAbilityConnectionArray, InTargetTags) == 0x000030, "Member 'InteractionArchitectAsset_K2_FindAbilityConnectionArray::InTargetTags' has a wrong offset!"); \ static_assert(offsetof(InteractionArchitectAsset_K2_FindAbilityConnectionArray, ReturnValue) == 0x000040, "Member 'InteractionArchitectAsset_K2_FindAbilityConnectionArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInteractionArchitectAsset \ static_assert(alignof(UInteractionArchitectAsset) == 0x000008, "Wrong alignment on UInteractionArchitectAsset"); \ static_assert(sizeof(UInteractionArchitectAsset) == 0x0000E0, "Wrong size on UInteractionArchitectAsset"); \ static_assert(offsetof(UInteractionArchitectAsset, ConnectionArray) == 0x0000D0, "Member 'UInteractionArchitectAsset::ConnectionArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObjectArchitectAsset \ static_assert(alignof(UObjectArchitectAsset) == 0x000008, "Wrong alignment on UObjectArchitectAsset"); \ static_assert(sizeof(UObjectArchitectAsset) == 0x0000E0, "Wrong size on UObjectArchitectAsset"); \ static_assert(offsetof(UObjectArchitectAsset, ConnectionArray) == 0x0000D0, "Member 'UObjectArchitectAsset::ConnectionArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObjectArchitectMonolithicAsset \ static_assert(alignof(UObjectArchitectMonolithicAsset) == 0x000008, "Wrong alignment on UObjectArchitectMonolithicAsset"); \ static_assert(sizeof(UObjectArchitectMonolithicAsset) == 0x0000D0, "Wrong size on UObjectArchitectMonolithicAsset"); \ #define DUMPER7_ASSERTS_APreloadArchitectHUD \ static_assert(alignof(APreloadArchitectHUD) == 0x000008, "Wrong alignment on APreloadArchitectHUD"); \ static_assert(sizeof(APreloadArchitectHUD) == 0x000338, "Wrong size on APreloadArchitectHUD"); \ #define DUMPER7_ASSERTS_UPreloadArchitectHUDWidgetStyle \ static_assert(alignof(UPreloadArchitectHUDWidgetStyle) == 0x000008, "Wrong alignment on UPreloadArchitectHUDWidgetStyle"); \ static_assert(sizeof(UPreloadArchitectHUDWidgetStyle) == 0x0011E0, "Wrong size on UPreloadArchitectHUDWidgetStyle"); \ static_assert(offsetof(UPreloadArchitectHUDWidgetStyle, PreloadArchitectHUDStyle) == 0x000030, "Member 'UPreloadArchitectHUDWidgetStyle::PreloadArchitectHUDStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPreLoadArchitectMonolithicAsset \ static_assert(alignof(UPreLoadArchitectMonolithicAsset) == 0x000008, "Wrong alignment on UPreLoadArchitectMonolithicAsset"); \ static_assert(sizeof(UPreLoadArchitectMonolithicAsset) == 0x0000D0, "Wrong size on UPreLoadArchitectMonolithicAsset"); \ #define DUMPER7_ASSERTS_UPreLoadAssetArchitectAsset \ static_assert(alignof(UPreLoadAssetArchitectAsset) == 0x000008, "Wrong alignment on UPreLoadAssetArchitectAsset"); \ static_assert(sizeof(UPreLoadAssetArchitectAsset) == 0x0000E0, "Wrong size on UPreLoadAssetArchitectAsset"); \ static_assert(offsetof(UPreLoadAssetArchitectAsset, ConnectionArray) == 0x0000D0, "Member 'UPreLoadAssetArchitectAsset::ConnectionArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IPreLoadAssetInterface \ static_assert(alignof(IPreLoadAssetInterface) == 0x000001, "Wrong alignment on IPreLoadAssetInterface"); \ static_assert(sizeof(IPreLoadAssetInterface) == 0x000001, "Wrong size on IPreLoadAssetInterface"); \ #define DUMPER7_ASSERTS_UStationArcitectAsset_ConnectionsCluster \ static_assert(alignof(UStationArcitectAsset_ConnectionsCluster) == 0x000008, "Wrong alignment on UStationArcitectAsset_ConnectionsCluster"); \ static_assert(sizeof(UStationArcitectAsset_ConnectionsCluster) == 0x000038, "Wrong size on UStationArcitectAsset_ConnectionsCluster"); \ static_assert(offsetof(UStationArcitectAsset_ConnectionsCluster, ConnectionArray) == 0x000028, "Member 'UStationArcitectAsset_ConnectionsCluster::ConnectionArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStationArchitectAsset \ static_assert(alignof(UStationArchitectAsset) == 0x000008, "Wrong alignment on UStationArchitectAsset"); \ static_assert(sizeof(UStationArchitectAsset) == 0x000138, "Wrong size on UStationArchitectAsset"); \ static_assert(offsetof(UStationArchitectAsset, ConnectionArray) == 0x0000D0, "Member 'UStationArchitectAsset::ConnectionArray' has a wrong offset!"); \ static_assert(offsetof(UStationArchitectAsset, ConnectionCluster) == 0x0000E0, "Member 'UStationArchitectAsset::ConnectionCluster' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStationArchitectComponent \ static_assert(alignof(UStationArchitectComponent) == 0x000008, "Wrong alignment on UStationArchitectComponent"); \ static_assert(sizeof(UStationArchitectComponent) == 0x0001B8, "Wrong size on UStationArchitectComponent"); \ static_assert(offsetof(UStationArchitectComponent, HardSceneRigAssets) == 0x0001A8, "Member 'UStationArchitectComponent::HardSceneRigAssets' 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_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_FGeometry \ static_assert(alignof(FGeometry) == 0x000004, "Wrong alignment on FGeometry"); \ static_assert(sizeof(FGeometry) == 0x000038, "Wrong size on FGeometry"); \ #define DUMPER7_ASSERTS_FMargin \ static_assert(alignof(FMargin) == 0x000004, "Wrong alignment on FMargin"); \ static_assert(sizeof(FMargin) == 0x000010, "Wrong size on FMargin"); \ static_assert(offsetof(FMargin, Left) == 0x000000, "Member 'FMargin::Left' has a wrong offset!"); \ static_assert(offsetof(FMargin, Top) == 0x000004, "Member 'FMargin::Top' has a wrong offset!"); \ static_assert(offsetof(FMargin, Right) == 0x000008, "Member 'FMargin::Right' has a wrong offset!"); \ static_assert(offsetof(FMargin, Bottom) == 0x00000C, "Member 'FMargin::Bottom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlateBrush \ static_assert(alignof(FSlateBrush) == 0x000008, "Wrong alignment on FSlateBrush"); \ static_assert(sizeof(FSlateBrush) == 0x000088, "Wrong size on FSlateBrush"); \ static_assert(offsetof(FSlateBrush, ImageSize) == 0x000008, "Member 'FSlateBrush::ImageSize' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, Margin) == 0x000010, "Member 'FSlateBrush::Margin' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, TintColor) == 0x000020, "Member 'FSlateBrush::TintColor' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, ResourceObject) == 0x000048, "Member 'FSlateBrush::ResourceObject' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, ResourceName) == 0x000050, "Member 'FSlateBrush::ResourceName' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, UVRegion) == 0x000058, "Member 'FSlateBrush::UVRegion' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, DrawAs) == 0x00006C, "Member 'FSlateBrush::DrawAs' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, Tiling) == 0x00006D, "Member 'FSlateBrush::Tiling' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, Mirroring) == 0x00006E, "Member 'FSlateBrush::Mirroring' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, ImageType) == 0x00006F, "Member 'FSlateBrush::ImageType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlateWidgetStyle \ static_assert(alignof(FSlateWidgetStyle) == 0x000008, "Wrong alignment on FSlateWidgetStyle"); \ static_assert(sizeof(FSlateWidgetStyle) == 0x000008, "Wrong size on FSlateWidgetStyle"); \ #define DUMPER7_ASSERTS_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_FInputEvent \ static_assert(alignof(FInputEvent) == 0x000008, "Wrong alignment on FInputEvent"); \ static_assert(sizeof(FInputEvent) == 0x000018, "Wrong size on FInputEvent"); \ #define DUMPER7_ASSERTS_FPointerEvent \ static_assert(alignof(FPointerEvent) == 0x000008, "Wrong alignment on FPointerEvent"); \ static_assert(sizeof(FPointerEvent) == 0x000070, "Wrong size on FPointerEvent"); \ #define DUMPER7_ASSERTS_FKeyEvent \ static_assert(alignof(FKeyEvent) == 0x000008, "Wrong alignment on FKeyEvent"); \ static_assert(sizeof(FKeyEvent) == 0x000038, "Wrong size on FKeyEvent"); \ #define DUMPER7_ASSERTS_FSlateSound \ static_assert(alignof(FSlateSound) == 0x000008, "Wrong alignment on FSlateSound"); \ static_assert(sizeof(FSlateSound) == 0x000018, "Wrong size on FSlateSound"); \ static_assert(offsetof(FSlateSound, ResourceObject) == 0x000000, "Member 'FSlateSound::ResourceObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FButtonStyle \ static_assert(alignof(FButtonStyle) == 0x000008, "Wrong alignment on FButtonStyle"); \ static_assert(sizeof(FButtonStyle) == 0x000278, "Wrong size on FButtonStyle"); \ static_assert(offsetof(FButtonStyle, normal) == 0x000008, "Member 'FButtonStyle::normal' has a wrong offset!"); \ static_assert(offsetof(FButtonStyle, Hovered) == 0x000090, "Member 'FButtonStyle::Hovered' has a wrong offset!"); \ static_assert(offsetof(FButtonStyle, Pressed) == 0x000118, "Member 'FButtonStyle::Pressed' has a wrong offset!"); \ static_assert(offsetof(FButtonStyle, Disabled) == 0x0001A0, "Member 'FButtonStyle::Disabled' has a wrong offset!"); \ static_assert(offsetof(FButtonStyle, NormalPadding) == 0x000228, "Member 'FButtonStyle::NormalPadding' has a wrong offset!"); \ static_assert(offsetof(FButtonStyle, PressedPadding) == 0x000238, "Member 'FButtonStyle::PressedPadding' has a wrong offset!"); \ static_assert(offsetof(FButtonStyle, PressedSlateSound) == 0x000248, "Member 'FButtonStyle::PressedSlateSound' has a wrong offset!"); \ static_assert(offsetof(FButtonStyle, HoveredSlateSound) == 0x000260, "Member 'FButtonStyle::HoveredSlateSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlateFontInfo \ static_assert(alignof(FSlateFontInfo) == 0x000008, "Wrong alignment on FSlateFontInfo"); \ static_assert(sizeof(FSlateFontInfo) == 0x000058, "Wrong size on FSlateFontInfo"); \ static_assert(offsetof(FSlateFontInfo, FontObject) == 0x000000, "Member 'FSlateFontInfo::FontObject' has a wrong offset!"); \ static_assert(offsetof(FSlateFontInfo, FontMaterial) == 0x000008, "Member 'FSlateFontInfo::FontMaterial' has a wrong offset!"); \ static_assert(offsetof(FSlateFontInfo, OutlineSettings) == 0x000010, "Member 'FSlateFontInfo::OutlineSettings' has a wrong offset!"); \ static_assert(offsetof(FSlateFontInfo, TypefaceFontName) == 0x000040, "Member 'FSlateFontInfo::TypefaceFontName' has a wrong offset!"); \ static_assert(offsetof(FSlateFontInfo, size) == 0x000048, "Member 'FSlateFontInfo::size' has a wrong offset!"); \ static_assert(offsetof(FSlateFontInfo, LetterSpacing) == 0x00004C, "Member 'FSlateFontInfo::LetterSpacing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTextBlockStyle \ static_assert(alignof(FTextBlockStyle) == 0x000008, "Wrong alignment on FTextBlockStyle"); \ static_assert(sizeof(FTextBlockStyle) == 0x000270, "Wrong size on FTextBlockStyle"); \ static_assert(offsetof(FTextBlockStyle, font) == 0x000008, "Member 'FTextBlockStyle::font' has a wrong offset!"); \ static_assert(offsetof(FTextBlockStyle, ColorAndOpacity) == 0x000060, "Member 'FTextBlockStyle::ColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(FTextBlockStyle, ShadowOffset) == 0x000088, "Member 'FTextBlockStyle::ShadowOffset' has a wrong offset!"); \ static_assert(offsetof(FTextBlockStyle, ShadowColorAndOpacity) == 0x000090, "Member 'FTextBlockStyle::ShadowColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(FTextBlockStyle, SelectedBackgroundColor) == 0x0000A0, "Member 'FTextBlockStyle::SelectedBackgroundColor' has a wrong offset!"); \ static_assert(offsetof(FTextBlockStyle, HighlightColor) == 0x0000C8, "Member 'FTextBlockStyle::HighlightColor' has a wrong offset!"); \ static_assert(offsetof(FTextBlockStyle, HighlightShape) == 0x0000D8, "Member 'FTextBlockStyle::HighlightShape' has a wrong offset!"); \ static_assert(offsetof(FTextBlockStyle, StrikeBrush) == 0x000160, "Member 'FTextBlockStyle::StrikeBrush' has a wrong offset!"); \ static_assert(offsetof(FTextBlockStyle, UnderlineBrush) == 0x0001E8, "Member 'FTextBlockStyle::UnderlineBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWindowStyle \ static_assert(alignof(FWindowStyle) == 0x000008, "Wrong alignment on FWindowStyle"); \ static_assert(sizeof(FWindowStyle) == 0x001060, "Wrong size on FWindowStyle"); \ static_assert(offsetof(FWindowStyle, MinimizeButtonStyle) == 0x000008, "Member 'FWindowStyle::MinimizeButtonStyle' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, MaximizeButtonStyle) == 0x000280, "Member 'FWindowStyle::MaximizeButtonStyle' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, RestoreButtonStyle) == 0x0004F8, "Member 'FWindowStyle::RestoreButtonStyle' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, CloseButtonStyle) == 0x000770, "Member 'FWindowStyle::CloseButtonStyle' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, TitleTextStyle) == 0x0009E8, "Member 'FWindowStyle::TitleTextStyle' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, ActiveTitleBrush) == 0x000C58, "Member 'FWindowStyle::ActiveTitleBrush' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, InactiveTitleBrush) == 0x000CE0, "Member 'FWindowStyle::InactiveTitleBrush' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, FlashTitleBrush) == 0x000D68, "Member 'FWindowStyle::FlashTitleBrush' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, BackgroundColor) == 0x000DF0, "Member 'FWindowStyle::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, OutlineBrush) == 0x000E18, "Member 'FWindowStyle::OutlineBrush' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, OutlineColor) == 0x000EA0, "Member 'FWindowStyle::OutlineColor' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, BorderBrush) == 0x000EC8, "Member 'FWindowStyle::BorderBrush' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, BackgroundBrush) == 0x000F50, "Member 'FWindowStyle::BackgroundBrush' has a wrong offset!"); \ static_assert(offsetof(FWindowStyle, ChildBackgroundBrush) == 0x000FD8, "Member 'FWindowStyle::ChildBackgroundBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterEvent \ static_assert(alignof(FCharacterEvent) == 0x000008, "Wrong alignment on FCharacterEvent"); \ static_assert(sizeof(FCharacterEvent) == 0x000020, "Wrong size on FCharacterEvent"); \ #define DUMPER7_ASSERTS_FNavigationEvent \ static_assert(alignof(FNavigationEvent) == 0x000008, "Wrong alignment on FNavigationEvent"); \ static_assert(sizeof(FNavigationEvent) == 0x000020, "Wrong size on FNavigationEvent"); \ #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_FAnalogInputEvent \ static_assert(alignof(FAnalogInputEvent) == 0x000008, "Wrong alignment on FAnalogInputEvent"); \ static_assert(sizeof(FAnalogInputEvent) == 0x000040, "Wrong size on FAnalogInputEvent"); \ #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_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_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_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_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_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_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_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_FFocusEvent \ static_assert(alignof(FFocusEvent) == 0x000004, "Wrong alignment on FFocusEvent"); \ static_assert(sizeof(FFocusEvent) == 0x000008, "Wrong size on FFocusEvent"); \ #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_FMotionEvent \ static_assert(alignof(FMotionEvent) == 0x000008, "Wrong alignment on FMotionEvent"); \ static_assert(sizeof(FMotionEvent) == 0x000048, "Wrong size on FMotionEvent"); \ #define DUMPER7_ASSERTS_FFontData \ static_assert(alignof(FFontData) == 0x000008, "Wrong alignment on FFontData"); \ static_assert(sizeof(FFontData) == 0x000020, "Wrong size on FFontData"); \ static_assert(offsetof(FFontData, FontFilename) == 0x000000, "Member 'FFontData::FontFilename' has a wrong offset!"); \ static_assert(offsetof(FFontData, Hinting) == 0x000010, "Member 'FFontData::Hinting' has a wrong offset!"); \ static_assert(offsetof(FFontData, LoadingPolicy) == 0x000011, "Member 'FFontData::LoadingPolicy' has a wrong offset!"); \ static_assert(offsetof(FFontData, SubFaceIndex) == 0x000014, "Member 'FFontData::SubFaceIndex' has a wrong offset!"); \ static_assert(offsetof(FFontData, FontFaceAsset) == 0x000018, "Member 'FFontData::FontFaceAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTypefaceEntry \ static_assert(alignof(FTypefaceEntry) == 0x000008, "Wrong alignment on FTypefaceEntry"); \ static_assert(sizeof(FTypefaceEntry) == 0x000028, "Wrong size on FTypefaceEntry"); \ static_assert(offsetof(FTypefaceEntry, Name) == 0x000000, "Member 'FTypefaceEntry::Name' has a wrong offset!"); \ static_assert(offsetof(FTypefaceEntry, font) == 0x000008, "Member 'FTypefaceEntry::font' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTypeface \ static_assert(alignof(FTypeface) == 0x000008, "Wrong alignment on FTypeface"); \ static_assert(sizeof(FTypeface) == 0x000010, "Wrong size on FTypeface"); \ static_assert(offsetof(FTypeface, Fonts) == 0x000000, "Member 'FTypeface::Fonts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompositeFallbackFont \ static_assert(alignof(FCompositeFallbackFont) == 0x000008, "Wrong alignment on FCompositeFallbackFont"); \ static_assert(sizeof(FCompositeFallbackFont) == 0x000018, "Wrong size on FCompositeFallbackFont"); \ static_assert(offsetof(FCompositeFallbackFont, Typeface) == 0x000000, "Member 'FCompositeFallbackFont::Typeface' has a wrong offset!"); \ static_assert(offsetof(FCompositeFallbackFont, ScalingFactor) == 0x000010, "Member 'FCompositeFallbackFont::ScalingFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompositeSubFont \ static_assert(alignof(FCompositeSubFont) == 0x000008, "Wrong alignment on FCompositeSubFont"); \ static_assert(sizeof(FCompositeSubFont) == 0x000038, "Wrong size on FCompositeSubFont"); \ static_assert(offsetof(FCompositeSubFont, CharacterRanges) == 0x000018, "Member 'FCompositeSubFont::CharacterRanges' has a wrong offset!"); \ static_assert(offsetof(FCompositeSubFont, Cultures) == 0x000028, "Member 'FCompositeSubFont::Cultures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompositeFont \ static_assert(alignof(FCompositeFont) == 0x000008, "Wrong alignment on FCompositeFont"); \ static_assert(sizeof(FCompositeFont) == 0x000038, "Wrong size on FCompositeFont"); \ static_assert(offsetof(FCompositeFont, DefaultTypeface) == 0x000000, "Member 'FCompositeFont::DefaultTypeface' has a wrong offset!"); \ static_assert(offsetof(FCompositeFont, FallbackTypeface) == 0x000010, "Member 'FCompositeFont::FallbackTypeface' has a wrong offset!"); \ static_assert(offsetof(FCompositeFont, SubTypefaces) == 0x000028, "Member 'FCompositeFont::SubTypefaces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCaptureLostEvent \ static_assert(alignof(FCaptureLostEvent) == 0x000004, "Wrong alignment on FCaptureLostEvent"); \ static_assert(sizeof(FCaptureLostEvent) == 0x000008, "Wrong size on FCaptureLostEvent"); \ #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_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_USlateTypes \ static_assert(alignof(USlateTypes) == 0x000008, "Wrong alignment on USlateTypes"); \ static_assert(sizeof(USlateTypes) == 0x000028, "Wrong size on USlateTypes"); \ #define DUMPER7_ASSERTS_USlateWidgetStyleContainerBase \ static_assert(alignof(USlateWidgetStyleContainerBase) == 0x000008, "Wrong alignment on USlateWidgetStyleContainerBase"); \ static_assert(sizeof(USlateWidgetStyleContainerBase) == 0x000030, "Wrong size on USlateWidgetStyleContainerBase"); \ #define DUMPER7_ASSERTS_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_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_ISlateWidgetStyleContainerInterface \ static_assert(alignof(ISlateWidgetStyleContainerInterface) == 0x000001, "Wrong alignment on ISlateWidgetStyleContainerInterface"); \ static_assert(sizeof(ISlateWidgetStyleContainerInterface) == 0x000001, "Wrong size on ISlateWidgetStyleContainerInterface"); \ #define DUMPER7_ASSERTS_FAnimNode_CustomizableCharacterFacialPoseBlendNode \ static_assert(alignof(FAnimNode_CustomizableCharacterFacialPoseBlendNode) == 0x000008, "Wrong alignment on FAnimNode_CustomizableCharacterFacialPoseBlendNode"); \ static_assert(sizeof(FAnimNode_CustomizableCharacterFacialPoseBlendNode) == 0x0000B0, "Wrong size on FAnimNode_CustomizableCharacterFacialPoseBlendNode"); \ static_assert(offsetof(FAnimNode_CustomizableCharacterFacialPoseBlendNode, CustomizableCharacterComponent) == 0x0000A8, "Member 'FAnimNode_CustomizableCharacterFacialPoseBlendNode::CustomizableCharacterComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothAssetOriginalPhysicsAssets \ static_assert(alignof(FClothAssetOriginalPhysicsAssets) == 0x000008, "Wrong alignment on FClothAssetOriginalPhysicsAssets"); \ static_assert(sizeof(FClothAssetOriginalPhysicsAssets) == 0x000050, "Wrong size on FClothAssetOriginalPhysicsAssets"); \ static_assert(offsetof(FClothAssetOriginalPhysicsAssets, ClothingAssetToOriginalPhysicsAsset) == 0x000000, "Member 'FClothAssetOriginalPhysicsAssets::ClothingAssetToOriginalPhysicsAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoneScaleEntry \ static_assert(alignof(FBoneScaleEntry) == 0x000008, "Wrong alignment on FBoneScaleEntry"); \ static_assert(sizeof(FBoneScaleEntry) == 0x000028, "Wrong size on FBoneScaleEntry"); \ static_assert(offsetof(FBoneScaleEntry, SliderName) == 0x000000, "Member 'FBoneScaleEntry::SliderName' has a wrong offset!"); \ static_assert(offsetof(FBoneScaleEntry, BoneNames) == 0x000008, "Member 'FBoneScaleEntry::BoneNames' has a wrong offset!"); \ static_assert(offsetof(FBoneScaleEntry, Default) == 0x000018, "Member 'FBoneScaleEntry::Default' has a wrong offset!"); \ static_assert(offsetof(FBoneScaleEntry, Min) == 0x00001C, "Member 'FBoneScaleEntry::Min' has a wrong offset!"); \ static_assert(offsetof(FBoneScaleEntry, Max) == 0x000020, "Member 'FBoneScaleEntry::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoneScaleRow \ static_assert(alignof(FBoneScaleRow) == 0x000008, "Wrong alignment on FBoneScaleRow"); \ static_assert(sizeof(FBoneScaleRow) == 0x000040, "Wrong size on FBoneScaleRow"); \ static_assert(offsetof(FBoneScaleRow, Skeleton) == 0x000008, "Member 'FBoneScaleRow::Skeleton' has a wrong offset!"); \ static_assert(offsetof(FBoneScaleRow, BoneScaleEntries) == 0x000030, "Member 'FBoneScaleRow::BoneScaleEntries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_CustomizableCharacterEyeCap \ static_assert(alignof(FAnimNode_CustomizableCharacterEyeCap) == 0x000008, "Wrong alignment on FAnimNode_CustomizableCharacterEyeCap"); \ static_assert(sizeof(FAnimNode_CustomizableCharacterEyeCap) == 0x000078, "Wrong size on FAnimNode_CustomizableCharacterEyeCap"); \ static_assert(offsetof(FAnimNode_CustomizableCharacterEyeCap, BasePose) == 0x000010, "Member 'FAnimNode_CustomizableCharacterEyeCap::BasePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CustomizableCharacterEyeCap, LODThreshold) == 0x000020, "Member 'FAnimNode_CustomizableCharacterEyeCap::LODThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CustomizableCharacterEyeCap, BlinkCap) == 0x000024, "Member 'FAnimNode_CustomizableCharacterEyeCap::BlinkCap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_CustomizableCharacterModifyBoneScales \ static_assert(alignof(FAnimNode_CustomizableCharacterModifyBoneScales) == 0x000008, "Wrong alignment on FAnimNode_CustomizableCharacterModifyBoneScales"); \ static_assert(sizeof(FAnimNode_CustomizableCharacterModifyBoneScales) == 0x000100, "Wrong size on FAnimNode_CustomizableCharacterModifyBoneScales"); \ static_assert(offsetof(FAnimNode_CustomizableCharacterModifyBoneScales, CustomizableCharacterComponent) == 0x0000C8, "Member 'FAnimNode_CustomizableCharacterModifyBoneScales::CustomizableCharacterComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_CustomizableCharacterLocalModifyBoneScales \ static_assert(alignof(FAnimNode_CustomizableCharacterLocalModifyBoneScales) == 0x000008, "Wrong alignment on FAnimNode_CustomizableCharacterLocalModifyBoneScales"); \ static_assert(sizeof(FAnimNode_CustomizableCharacterLocalModifyBoneScales) == 0x000060, "Wrong size on FAnimNode_CustomizableCharacterLocalModifyBoneScales"); \ static_assert(offsetof(FAnimNode_CustomizableCharacterLocalModifyBoneScales, BasePose) == 0x000010, "Member 'FAnimNode_CustomizableCharacterLocalModifyBoneScales::BasePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CustomizableCharacterLocalModifyBoneScales, LODThreshold) == 0x000020, "Member 'FAnimNode_CustomizableCharacterLocalModifyBoneScales::LODThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CustomizableCharacterLocalModifyBoneScales, CustomizableCharacterComponent) == 0x000028, "Member 'FAnimNode_CustomizableCharacterLocalModifyBoneScales::CustomizableCharacterComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelRow \ static_assert(alignof(FLevelRow) == 0x000008, "Wrong alignment on FLevelRow"); \ static_assert(sizeof(FLevelRow) == 0x000050, "Wrong size on FLevelRow"); \ static_assert(offsetof(FLevelRow, Level) == 0x000008, "Member 'FLevelRow::Level' has a wrong offset!"); \ static_assert(offsetof(FLevelRow, bLoadSky) == 0x000030, "Member 'FLevelRow::bLoadSky' has a wrong offset!"); \ static_assert(offsetof(FLevelRow, Location) == 0x000034, "Member 'FLevelRow::Location' has a wrong offset!"); \ static_assert(offsetof(FLevelRow, Rotation) == 0x000040, "Member 'FLevelRow::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDbMeshMaterialPresetRow \ static_assert(alignof(FDbMeshMaterialPresetRow) == 0x000008, "Wrong alignment on FDbMeshMaterialPresetRow"); \ static_assert(sizeof(FDbMeshMaterialPresetRow) == 0x000070, "Wrong size on FDbMeshMaterialPresetRow"); \ static_assert(offsetof(FDbMeshMaterialPresetRow, MeshName) == 0x000008, "Member 'FDbMeshMaterialPresetRow::MeshName' has a wrong offset!"); \ static_assert(offsetof(FDbMeshMaterialPresetRow, PresetName) == 0x000010, "Member 'FDbMeshMaterialPresetRow::PresetName' has a wrong offset!"); \ static_assert(offsetof(FDbMeshMaterialPresetRow, Params) == 0x000018, "Member 'FDbMeshMaterialPresetRow::Params' has a wrong offset!"); \ static_assert(offsetof(FDbMeshMaterialPresetRow, Icon) == 0x000068, "Member 'FDbMeshMaterialPresetRow::Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDbMaterialRegionPresetRow \ static_assert(alignof(FDbMaterialRegionPresetRow) == 0x000008, "Wrong alignment on FDbMaterialRegionPresetRow"); \ static_assert(sizeof(FDbMaterialRegionPresetRow) == 0x000058, "Wrong size on FDbMaterialRegionPresetRow"); \ static_assert(offsetof(FDbMaterialRegionPresetRow, Params) == 0x000008, "Member 'FDbMaterialRegionPresetRow::Params' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDbGradientRow \ static_assert(alignof(FDbGradientRow) == 0x000008, "Wrong alignment on FDbGradientRow"); \ static_assert(sizeof(FDbGradientRow) == 0x000038, "Wrong size on FDbGradientRow"); \ static_assert(offsetof(FDbGradientRow, DisplayName) == 0x000008, "Member 'FDbGradientRow::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FDbGradientRow, Texture) == 0x000010, "Member 'FDbGradientRow::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTextureFilterRow \ static_assert(alignof(FTextureFilterRow) == 0x000008, "Wrong alignment on FTextureFilterRow"); \ static_assert(sizeof(FTextureFilterRow) == 0x000020, "Wrong size on FTextureFilterRow"); \ static_assert(offsetof(FTextureFilterRow, DisplayName) == 0x000000, "Member 'FTextureFilterRow::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FTextureFilterRow, ParamName) == 0x000008, "Member 'FTextureFilterRow::ParamName' has a wrong offset!"); \ static_assert(offsetof(FTextureFilterRow, MeshName) == 0x000010, "Member 'FTextureFilterRow::MeshName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDbTextureRow \ static_assert(alignof(FDbTextureRow) == 0x000008, "Wrong alignment on FDbTextureRow"); \ static_assert(sizeof(FDbTextureRow) == 0x000050, "Wrong size on FDbTextureRow"); \ static_assert(offsetof(FDbTextureRow, DisplayName) == 0x000008, "Member 'FDbTextureRow::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FDbTextureRow, ParamName) == 0x000010, "Member 'FDbTextureRow::ParamName' has a wrong offset!"); \ static_assert(offsetof(FDbTextureRow, MeshName) == 0x000018, "Member 'FDbTextureRow::MeshName' has a wrong offset!"); \ static_assert(offsetof(FDbTextureRow, Texture) == 0x000028, "Member 'FDbTextureRow::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDbCharacterPiece \ static_assert(alignof(FDbCharacterPiece) == 0x000008, "Wrong alignment on FDbCharacterPiece"); \ static_assert(sizeof(FDbCharacterPiece) == 0x000030, "Wrong size on FDbCharacterPiece"); \ static_assert(offsetof(FDbCharacterPiece, CharacterPiece) == 0x000008, "Member 'FDbCharacterPiece::CharacterPiece' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterPieceCharacterClassification \ static_assert(alignof(FCharacterPieceCharacterClassification) == 0x000004, "Wrong alignment on FCharacterPieceCharacterClassification"); \ static_assert(sizeof(FCharacterPieceCharacterClassification) == 0x000008, "Wrong size on FCharacterPieceCharacterClassification"); \ static_assert(offsetof(FCharacterPieceCharacterClassification, Type) == 0x000000, "Member 'FCharacterPieceCharacterClassification::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterPieceCharacterType \ static_assert(alignof(FCharacterPieceCharacterType) == 0x000004, "Wrong alignment on FCharacterPieceCharacterType"); \ static_assert(sizeof(FCharacterPieceCharacterType) == 0x000008, "Wrong size on FCharacterPieceCharacterType"); \ static_assert(offsetof(FCharacterPieceCharacterType, Type) == 0x000000, "Member 'FCharacterPieceCharacterType::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterClassificationRow \ static_assert(alignof(FCharacterClassificationRow) == 0x000008, "Wrong alignment on FCharacterClassificationRow"); \ static_assert(sizeof(FCharacterClassificationRow) == 0x000058, "Wrong size on FCharacterClassificationRow"); \ static_assert(offsetof(FCharacterClassificationRow, CharacterTypes) == 0x000008, "Member 'FCharacterClassificationRow::CharacterTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothingAssetName \ static_assert(alignof(FClothingAssetName) == 0x000004, "Wrong alignment on FClothingAssetName"); \ static_assert(sizeof(FClothingAssetName) == 0x000008, "Wrong size on FClothingAssetName"); \ static_assert(offsetof(FClothingAssetName, Name) == 0x000000, "Member 'FClothingAssetName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterPieceType \ static_assert(alignof(FCharacterPieceType) == 0x000004, "Wrong alignment on FCharacterPieceType"); \ static_assert(sizeof(FCharacterPieceType) == 0x000008, "Wrong size on FCharacterPieceType"); \ static_assert(offsetof(FCharacterPieceType, Type) == 0x000000, "Member 'FCharacterPieceType::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshRule \ static_assert(alignof(FMeshRule) == 0x000008, "Wrong alignment on FMeshRule"); \ static_assert(sizeof(FMeshRule) == 0x000090, "Wrong size on FMeshRule"); \ static_assert(offsetof(FMeshRule, CharacterID) == 0x000000, "Member 'FMeshRule::CharacterID' has a wrong offset!"); \ static_assert(offsetof(FMeshRule, RuleType) == 0x000008, "Member 'FMeshRule::RuleType' has a wrong offset!"); \ static_assert(offsetof(FMeshRule, Comparison) == 0x000010, "Member 'FMeshRule::Comparison' has a wrong offset!"); \ static_assert(offsetof(FMeshRule, CharacterType) == 0x000014, "Member 'FMeshRule::CharacterType' has a wrong offset!"); \ static_assert(offsetof(FMeshRule, Gender) == 0x00001C, "Member 'FMeshRule::Gender' has a wrong offset!"); \ static_assert(offsetof(FMeshRule, SleeveLength) == 0x00001D, "Member 'FMeshRule::SleeveLength' has a wrong offset!"); \ static_assert(offsetof(FMeshRule, HatType) == 0x00001E, "Member 'FMeshRule::HatType' has a wrong offset!"); \ static_assert(offsetof(FMeshRule, ShoeHeight) == 0x00001F, "Member 'FMeshRule::ShoeHeight' has a wrong offset!"); \ static_assert(offsetof(FMeshRule, PantLength) == 0x000020, "Member 'FMeshRule::PantLength' has a wrong offset!"); \ static_assert(offsetof(FMeshRule, RobeType) == 0x000021, "Member 'FMeshRule::RobeType' has a wrong offset!"); \ static_assert(offsetof(FMeshRule, GloveType) == 0x000022, "Member 'FMeshRule::GloveType' has a wrong offset!"); \ static_assert(offsetof(FMeshRule, RobeShoulderType) == 0x000023, "Member 'FMeshRule::RobeShoulderType' has a wrong offset!"); \ static_assert(offsetof(FMeshRule, Tags) == 0x000028, "Member 'FMeshRule::Tags' has a wrong offset!"); \ static_assert(offsetof(FMeshRule, CharacterPieceTags) == 0x000048, "Member 'FMeshRule::CharacterPieceTags' has a wrong offset!"); \ static_assert(offsetof(FMeshRule, CharacterPiece) == 0x000068, "Member 'FMeshRule::CharacterPiece' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialOverride \ static_assert(alignof(FMaterialOverride) == 0x000008, "Wrong alignment on FMaterialOverride"); \ static_assert(sizeof(FMaterialOverride) == 0x000060, "Wrong size on FMaterialOverride"); \ static_assert(offsetof(FMaterialOverride, Rules) == 0x000000, "Member 'FMaterialOverride::Rules' has a wrong offset!"); \ static_assert(offsetof(FMaterialOverride, Materials) == 0x000010, "Member 'FMaterialOverride::Materials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshOverride \ static_assert(alignof(FMeshOverride) == 0x000008, "Wrong alignment on FMeshOverride"); \ static_assert(sizeof(FMeshOverride) == 0x000018, "Wrong size on FMeshOverride"); \ static_assert(offsetof(FMeshOverride, Rules) == 0x000000, "Member 'FMeshOverride::Rules' has a wrong offset!"); \ static_assert(offsetof(FMeshOverride, Mesh) == 0x000010, "Member 'FMeshOverride::Mesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterPieceNiagaraSystem \ static_assert(alignof(FCharacterPieceNiagaraSystem) == 0x000008, "Wrong alignment on FCharacterPieceNiagaraSystem"); \ static_assert(sizeof(FCharacterPieceNiagaraSystem) == 0x000028, "Wrong size on FCharacterPieceNiagaraSystem"); \ static_assert(offsetof(FCharacterPieceNiagaraSystem, NiagaraSystem) == 0x000000, "Member 'FCharacterPieceNiagaraSystem::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(FCharacterPieceNiagaraSystem, SocketName) == 0x000008, "Member 'FCharacterPieceNiagaraSystem::SocketName' has a wrong offset!"); \ static_assert(offsetof(FCharacterPieceNiagaraSystem, Location) == 0x000010, "Member 'FCharacterPieceNiagaraSystem::Location' has a wrong offset!"); \ static_assert(offsetof(FCharacterPieceNiagaraSystem, Rotation) == 0x00001C, "Member 'FCharacterPieceNiagaraSystem::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterPieceDefinition \ static_assert(alignof(FCharacterPieceDefinition) == 0x000008, "Wrong alignment on FCharacterPieceDefinition"); \ static_assert(sizeof(FCharacterPieceDefinition) == 0x000100, "Wrong size on FCharacterPieceDefinition"); \ static_assert(offsetof(FCharacterPieceDefinition, CharacterPiece) == 0x000000, "Member 'FCharacterPieceDefinition::CharacterPiece' has a wrong offset!"); \ static_assert(offsetof(FCharacterPieceDefinition, bSetCharacterPieceEvenIfNone) == 0x000008, "Member 'FCharacterPieceDefinition::bSetCharacterPieceEvenIfNone' has a wrong offset!"); \ static_assert(offsetof(FCharacterPieceDefinition, bIsFlipped) == 0x000009, "Member 'FCharacterPieceDefinition::bIsFlipped' has a wrong offset!"); \ static_assert(offsetof(FCharacterPieceDefinition, ScalarOverrides) == 0x000010, "Member 'FCharacterPieceDefinition::ScalarOverrides' has a wrong offset!"); \ static_assert(offsetof(FCharacterPieceDefinition, VectorOverrides) == 0x000060, "Member 'FCharacterPieceDefinition::VectorOverrides' has a wrong offset!"); \ static_assert(offsetof(FCharacterPieceDefinition, TextureOverrides) == 0x0000B0, "Member 'FCharacterPieceDefinition::TextureOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOutfitDefinition \ static_assert(alignof(FOutfitDefinition) == 0x000008, "Wrong alignment on FOutfitDefinition"); \ static_assert(sizeof(FOutfitDefinition) == 0x000050, "Wrong size on FOutfitDefinition"); \ static_assert(offsetof(FOutfitDefinition, OutfitItems) == 0x000000, "Member 'FOutfitDefinition::OutfitItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOutfitType \ static_assert(alignof(FOutfitType) == 0x000004, "Wrong alignment on FOutfitType"); \ static_assert(sizeof(FOutfitType) == 0x000008, "Wrong size on FOutfitType"); \ static_assert(offsetof(FOutfitType, Name) == 0x000000, "Member 'FOutfitType::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOutfit \ static_assert(alignof(FOutfit) == 0x000008, "Wrong alignment on FOutfit"); \ static_assert(sizeof(FOutfit) == 0x000050, "Wrong size on FOutfit"); \ static_assert(offsetof(FOutfit, OutfitItems) == 0x000000, "Member 'FOutfit::OutfitItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_CreateCharacterDefinition \ static_assert(alignof(CustomizableCharacterComponent_CreateCharacterDefinition) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_CreateCharacterDefinition"); \ static_assert(sizeof(CustomizableCharacterComponent_CreateCharacterDefinition) == 0x000038, "Wrong size on CustomizableCharacterComponent_CreateCharacterDefinition"); \ static_assert(offsetof(CustomizableCharacterComponent_CreateCharacterDefinition, CharName) == 0x000000, "Member 'CustomizableCharacterComponent_CreateCharacterDefinition::CharName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_CreateCharacterDefinition, CharacterSubtype) == 0x000008, "Member 'CustomizableCharacterComponent_CreateCharacterDefinition::CharacterSubtype' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_CreateCharacterDefinition, SkeletonType) == 0x000010, "Member 'CustomizableCharacterComponent_CreateCharacterDefinition::SkeletonType' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_CreateCharacterDefinition, CharacterGender) == 0x000018, "Member 'CustomizableCharacterComponent_CreateCharacterDefinition::CharacterGender' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_CreateCharacterDefinition, OutOptionalErrorMsg) == 0x000020, "Member 'CustomizableCharacterComponent_CreateCharacterDefinition::OutOptionalErrorMsg' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_CreateCharacterDefinition, ReturnValue) == 0x000030, "Member 'CustomizableCharacterComponent_CreateCharacterDefinition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_CreateTextureFromRenderTarget \ static_assert(alignof(CustomizableCharacterComponent_CreateTextureFromRenderTarget) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_CreateTextureFromRenderTarget"); \ static_assert(sizeof(CustomizableCharacterComponent_CreateTextureFromRenderTarget) == 0x000020, "Wrong size on CustomizableCharacterComponent_CreateTextureFromRenderTarget"); \ static_assert(offsetof(CustomizableCharacterComponent_CreateTextureFromRenderTarget, RenderTarget) == 0x000000, "Member 'CustomizableCharacterComponent_CreateTextureFromRenderTarget::RenderTarget' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_CreateTextureFromRenderTarget, PackageName) == 0x000008, "Member 'CustomizableCharacterComponent_CreateTextureFromRenderTarget::PackageName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_CreateTextureFromRenderTarget, ReturnValue) == 0x000018, "Member 'CustomizableCharacterComponent_CreateTextureFromRenderTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetAllCharacterIDsOfTypeForEditor \ static_assert(alignof(CustomizableCharacterComponent_GetAllCharacterIDsOfTypeForEditor) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetAllCharacterIDsOfTypeForEditor"); \ static_assert(sizeof(CustomizableCharacterComponent_GetAllCharacterIDsOfTypeForEditor) == 0x000018, "Wrong size on CustomizableCharacterComponent_GetAllCharacterIDsOfTypeForEditor"); \ static_assert(offsetof(CustomizableCharacterComponent_GetAllCharacterIDsOfTypeForEditor, SubtypeID) == 0x000000, "Member 'CustomizableCharacterComponent_GetAllCharacterIDsOfTypeForEditor::SubtypeID' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetAllCharacterIDsOfTypeForEditor, ReturnValue) == 0x000008, "Member 'CustomizableCharacterComponent_GetAllCharacterIDsOfTypeForEditor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetAllCharacterItemTypes \ static_assert(alignof(CustomizableCharacterComponent_GetAllCharacterItemTypes) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetAllCharacterItemTypes"); \ static_assert(sizeof(CustomizableCharacterComponent_GetAllCharacterItemTypes) == 0x000010, "Wrong size on CustomizableCharacterComponent_GetAllCharacterItemTypes"); \ static_assert(offsetof(CustomizableCharacterComponent_GetAllCharacterItemTypes, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_GetAllCharacterItemTypes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetAllCharacterPieceClassifications \ static_assert(alignof(CustomizableCharacterComponent_GetAllCharacterPieceClassifications) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetAllCharacterPieceClassifications"); \ static_assert(sizeof(CustomizableCharacterComponent_GetAllCharacterPieceClassifications) == 0x000010, "Wrong size on CustomizableCharacterComponent_GetAllCharacterPieceClassifications"); \ static_assert(offsetof(CustomizableCharacterComponent_GetAllCharacterPieceClassifications, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_GetAllCharacterPieceClassifications::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetAllCharacterTypes \ static_assert(alignof(CustomizableCharacterComponent_GetAllCharacterTypes) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetAllCharacterTypes"); \ static_assert(sizeof(CustomizableCharacterComponent_GetAllCharacterTypes) == 0x000010, "Wrong size on CustomizableCharacterComponent_GetAllCharacterTypes"); \ static_assert(offsetof(CustomizableCharacterComponent_GetAllCharacterTypes, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_GetAllCharacterTypes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetAllOutfitItemTypes \ static_assert(alignof(CustomizableCharacterComponent_GetAllOutfitItemTypes) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetAllOutfitItemTypes"); \ static_assert(sizeof(CustomizableCharacterComponent_GetAllOutfitItemTypes) == 0x000010, "Wrong size on CustomizableCharacterComponent_GetAllOutfitItemTypes"); \ static_assert(offsetof(CustomizableCharacterComponent_GetAllOutfitItemTypes, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_GetAllOutfitItemTypes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetAllSurfaceNames \ static_assert(alignof(CustomizableCharacterComponent_GetAllSurfaceNames) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetAllSurfaceNames"); \ static_assert(sizeof(CustomizableCharacterComponent_GetAllSurfaceNames) == 0x000010, "Wrong size on CustomizableCharacterComponent_GetAllSurfaceNames"); \ static_assert(offsetof(CustomizableCharacterComponent_GetAllSurfaceNames, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_GetAllSurfaceNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetClassicationFromSubType \ static_assert(alignof(CustomizableCharacterComponent_GetClassicationFromSubType) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetClassicationFromSubType"); \ static_assert(sizeof(CustomizableCharacterComponent_GetClassicationFromSubType) == 0x000010, "Wrong size on CustomizableCharacterComponent_GetClassicationFromSubType"); \ static_assert(offsetof(CustomizableCharacterComponent_GetClassicationFromSubType, SubType) == 0x000000, "Member 'CustomizableCharacterComponent_GetClassicationFromSubType::SubType' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetClassicationFromSubType, ReturnValue) == 0x000008, "Member 'CustomizableCharacterComponent_GetClassicationFromSubType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetClassicationSubTypes \ static_assert(alignof(CustomizableCharacterComponent_GetClassicationSubTypes) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetClassicationSubTypes"); \ static_assert(sizeof(CustomizableCharacterComponent_GetClassicationSubTypes) == 0x000018, "Wrong size on CustomizableCharacterComponent_GetClassicationSubTypes"); \ static_assert(offsetof(CustomizableCharacterComponent_GetClassicationSubTypes, Classification) == 0x000000, "Member 'CustomizableCharacterComponent_GetClassicationSubTypes::Classification' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetClassicationSubTypes, ReturnValue) == 0x000008, "Member 'CustomizableCharacterComponent_GetClassicationSubTypes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetRandomColorFromColorPalette \ static_assert(alignof(CustomizableCharacterComponent_GetRandomColorFromColorPalette) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetRandomColorFromColorPalette"); \ static_assert(sizeof(CustomizableCharacterComponent_GetRandomColorFromColorPalette) == 0x000004, "Wrong size on CustomizableCharacterComponent_GetRandomColorFromColorPalette"); \ static_assert(offsetof(CustomizableCharacterComponent_GetRandomColorFromColorPalette, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_GetRandomColorFromColorPalette::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetRandomFloat \ static_assert(alignof(CustomizableCharacterComponent_GetRandomFloat) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetRandomFloat"); \ static_assert(sizeof(CustomizableCharacterComponent_GetRandomFloat) == 0x000004, "Wrong size on CustomizableCharacterComponent_GetRandomFloat"); \ static_assert(offsetof(CustomizableCharacterComponent_GetRandomFloat, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_GetRandomFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetRandomStream \ static_assert(alignof(CustomizableCharacterComponent_GetRandomStream) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetRandomStream"); \ static_assert(sizeof(CustomizableCharacterComponent_GetRandomStream) == 0x000008, "Wrong size on CustomizableCharacterComponent_GetRandomStream"); \ static_assert(offsetof(CustomizableCharacterComponent_GetRandomStream, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_GetRandomStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetSurfaceName \ static_assert(alignof(CustomizableCharacterComponent_GetSurfaceName) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetSurfaceName"); \ static_assert(sizeof(CustomizableCharacterComponent_GetSurfaceName) == 0x00000C, "Wrong size on CustomizableCharacterComponent_GetSurfaceName"); \ static_assert(offsetof(CustomizableCharacterComponent_GetSurfaceName, SurfaceType) == 0x000000, "Member 'CustomizableCharacterComponent_GetSurfaceName::SurfaceType' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetSurfaceName, ReturnValue) == 0x000004, "Member 'CustomizableCharacterComponent_GetSurfaceName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetSurfaceNameBelowActor \ static_assert(alignof(CustomizableCharacterComponent_GetSurfaceNameBelowActor) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetSurfaceNameBelowActor"); \ static_assert(sizeof(CustomizableCharacterComponent_GetSurfaceNameBelowActor) == 0x000010, "Wrong size on CustomizableCharacterComponent_GetSurfaceNameBelowActor"); \ static_assert(offsetof(CustomizableCharacterComponent_GetSurfaceNameBelowActor, Actor) == 0x000000, "Member 'CustomizableCharacterComponent_GetSurfaceNameBelowActor::Actor' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetSurfaceNameBelowActor, ReturnValue) == 0x000008, "Member 'CustomizableCharacterComponent_GetSurfaceNameBelowActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetSurfaceTypeBelowActor \ static_assert(alignof(CustomizableCharacterComponent_GetSurfaceTypeBelowActor) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetSurfaceTypeBelowActor"); \ static_assert(sizeof(CustomizableCharacterComponent_GetSurfaceTypeBelowActor) == 0x000010, "Wrong size on CustomizableCharacterComponent_GetSurfaceTypeBelowActor"); \ static_assert(offsetof(CustomizableCharacterComponent_GetSurfaceTypeBelowActor, Actor) == 0x000000, "Member 'CustomizableCharacterComponent_GetSurfaceTypeBelowActor::Actor' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetSurfaceTypeBelowActor, ReturnValue) == 0x000008, "Member 'CustomizableCharacterComponent_GetSurfaceTypeBelowActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetSurfaceTypeByName \ static_assert(alignof(CustomizableCharacterComponent_GetSurfaceTypeByName) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetSurfaceTypeByName"); \ static_assert(sizeof(CustomizableCharacterComponent_GetSurfaceTypeByName) == 0x00000C, "Wrong size on CustomizableCharacterComponent_GetSurfaceTypeByName"); \ static_assert(offsetof(CustomizableCharacterComponent_GetSurfaceTypeByName, SurfaceName) == 0x000000, "Member 'CustomizableCharacterComponent_GetSurfaceTypeByName::SurfaceName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetSurfaceTypeByName, ReturnValue) == 0x000008, "Member 'CustomizableCharacterComponent_GetSurfaceTypeByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_ResolveTextureSoftObjectReference \ static_assert(alignof(CustomizableCharacterComponent_ResolveTextureSoftObjectReference) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_ResolveTextureSoftObjectReference"); \ static_assert(sizeof(CustomizableCharacterComponent_ResolveTextureSoftObjectReference) == 0x000030, "Wrong size on CustomizableCharacterComponent_ResolveTextureSoftObjectReference"); \ static_assert(offsetof(CustomizableCharacterComponent_ResolveTextureSoftObjectReference, TexturePtr) == 0x000000, "Member 'CustomizableCharacterComponent_ResolveTextureSoftObjectReference::TexturePtr' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_ResolveTextureSoftObjectReference, ReturnValue) == 0x000028, "Member 'CustomizableCharacterComponent_ResolveTextureSoftObjectReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_SortNames \ static_assert(alignof(CustomizableCharacterComponent_SortNames) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_SortNames"); \ static_assert(sizeof(CustomizableCharacterComponent_SortNames) == 0x000020, "Wrong size on CustomizableCharacterComponent_SortNames"); \ static_assert(offsetof(CustomizableCharacterComponent_SortNames, Names) == 0x000000, "Member 'CustomizableCharacterComponent_SortNames::Names' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SortNames, ReturnValue) == 0x000010, "Member 'CustomizableCharacterComponent_SortNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_SpawnEditorCharacter \ static_assert(alignof(CustomizableCharacterComponent_SpawnEditorCharacter) == 0x000010, "Wrong alignment on CustomizableCharacterComponent_SpawnEditorCharacter"); \ static_assert(sizeof(CustomizableCharacterComponent_SpawnEditorCharacter) == 0x000070, "Wrong size on CustomizableCharacterComponent_SpawnEditorCharacter"); \ static_assert(offsetof(CustomizableCharacterComponent_SpawnEditorCharacter, InWorldContextObject) == 0x000000, "Member 'CustomizableCharacterComponent_SpawnEditorCharacter::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SpawnEditorCharacter, InTransform) == 0x000010, "Member 'CustomizableCharacterComponent_SpawnEditorCharacter::InTransform' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SpawnEditorCharacter, InCharacterID) == 0x000040, "Member 'CustomizableCharacterComponent_SpawnEditorCharacter::InCharacterID' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SpawnEditorCharacter, CharacterClass) == 0x000048, "Member 'CustomizableCharacterComponent_SpawnEditorCharacter::CharacterClass' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SpawnEditorCharacter, InLoadCompleteFromSpawnDelegate) == 0x000050, "Member 'CustomizableCharacterComponent_SpawnEditorCharacter::InLoadCompleteFromSpawnDelegate' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SpawnEditorCharacter, ReturnValue) == 0x000060, "Member 'CustomizableCharacterComponent_SpawnEditorCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_DrawClothCapsules \ static_assert(alignof(CustomizableCharacterComponent_DrawClothCapsules) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_DrawClothCapsules"); \ static_assert(sizeof(CustomizableCharacterComponent_DrawClothCapsules) == 0x000014, "Wrong size on CustomizableCharacterComponent_DrawClothCapsules"); \ static_assert(offsetof(CustomizableCharacterComponent_DrawClothCapsules, Color) == 0x000000, "Member 'CustomizableCharacterComponent_DrawClothCapsules::Color' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_DrawClothCapsules, LineThickness) == 0x000010, "Member 'CustomizableCharacterComponent_DrawClothCapsules::LineThickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_DrawSkeletalCapsules \ static_assert(alignof(CustomizableCharacterComponent_DrawSkeletalCapsules) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_DrawSkeletalCapsules"); \ static_assert(sizeof(CustomizableCharacterComponent_DrawSkeletalCapsules) == 0x000014, "Wrong size on CustomizableCharacterComponent_DrawSkeletalCapsules"); \ static_assert(offsetof(CustomizableCharacterComponent_DrawSkeletalCapsules, Color) == 0x000000, "Member 'CustomizableCharacterComponent_DrawSkeletalCapsules::Color' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_DrawSkeletalCapsules, LineThickness) == 0x000010, "Member 'CustomizableCharacterComponent_DrawSkeletalCapsules::LineThickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_EditorSave \ static_assert(alignof(CustomizableCharacterComponent_EditorSave) == 0x000001, "Wrong alignment on CustomizableCharacterComponent_EditorSave"); \ static_assert(sizeof(CustomizableCharacterComponent_EditorSave) == 0x000001, "Wrong size on CustomizableCharacterComponent_EditorSave"); \ static_assert(offsetof(CustomizableCharacterComponent_EditorSave, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_EditorSave::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetAddOnMeshBP \ static_assert(alignof(CustomizableCharacterComponent_GetAddOnMeshBP) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetAddOnMeshBP"); \ static_assert(sizeof(CustomizableCharacterComponent_GetAddOnMeshBP) == 0x00000C, "Wrong size on CustomizableCharacterComponent_GetAddOnMeshBP"); \ static_assert(offsetof(CustomizableCharacterComponent_GetAddOnMeshBP, Name_0) == 0x000000, "Member 'CustomizableCharacterComponent_GetAddOnMeshBP::Name_0' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetAddOnMeshBP, ReturnValue) == 0x000008, "Member 'CustomizableCharacterComponent_GetAddOnMeshBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetAddOnMeshProperties \ static_assert(alignof(CustomizableCharacterComponent_GetAddOnMeshProperties) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetAddOnMeshProperties"); \ static_assert(sizeof(CustomizableCharacterComponent_GetAddOnMeshProperties) == 0x000010, "Wrong size on CustomizableCharacterComponent_GetAddOnMeshProperties"); \ static_assert(offsetof(CustomizableCharacterComponent_GetAddOnMeshProperties, Name_0) == 0x000000, "Member 'CustomizableCharacterComponent_GetAddOnMeshProperties::Name_0' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetAddOnMeshProperties, ReturnValue) == 0x000008, "Member 'CustomizableCharacterComponent_GetAddOnMeshProperties::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetHeadAddOnMeshProperties \ static_assert(alignof(CustomizableCharacterComponent_GetHeadAddOnMeshProperties) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetHeadAddOnMeshProperties"); \ static_assert(sizeof(CustomizableCharacterComponent_GetHeadAddOnMeshProperties) == 0x000008, "Wrong size on CustomizableCharacterComponent_GetHeadAddOnMeshProperties"); \ static_assert(offsetof(CustomizableCharacterComponent_GetHeadAddOnMeshProperties, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_GetHeadAddOnMeshProperties::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetOutfits \ static_assert(alignof(CustomizableCharacterComponent_GetOutfits) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetOutfits"); \ static_assert(sizeof(CustomizableCharacterComponent_GetOutfits) == 0x000050, "Wrong size on CustomizableCharacterComponent_GetOutfits"); \ static_assert(offsetof(CustomizableCharacterComponent_GetOutfits, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_GetOutfits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetScalarParameters \ static_assert(alignof(CustomizableCharacterComponent_GetScalarParameters) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetScalarParameters"); \ static_assert(sizeof(CustomizableCharacterComponent_GetScalarParameters) == 0x000058, "Wrong size on CustomizableCharacterComponent_GetScalarParameters"); \ static_assert(offsetof(CustomizableCharacterComponent_GetScalarParameters, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_GetScalarParameters::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetScalarParameters, ReturnValue) == 0x000008, "Member 'CustomizableCharacterComponent_GetScalarParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetScaleRootMotion \ static_assert(alignof(CustomizableCharacterComponent_GetScaleRootMotion) == 0x000001, "Wrong alignment on CustomizableCharacterComponent_GetScaleRootMotion"); \ static_assert(sizeof(CustomizableCharacterComponent_GetScaleRootMotion) == 0x000001, "Wrong size on CustomizableCharacterComponent_GetScaleRootMotion"); \ static_assert(offsetof(CustomizableCharacterComponent_GetScaleRootMotion, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_GetScaleRootMotion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetTextureParameter \ static_assert(alignof(CustomizableCharacterComponent_GetTextureParameter) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetTextureParameter"); \ static_assert(sizeof(CustomizableCharacterComponent_GetTextureParameter) == 0x000018, "Wrong size on CustomizableCharacterComponent_GetTextureParameter"); \ static_assert(offsetof(CustomizableCharacterComponent_GetTextureParameter, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_GetTextureParameter::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetTextureParameter, ParameterName) == 0x000008, "Member 'CustomizableCharacterComponent_GetTextureParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetTextureParameter, ReturnValue) == 0x000010, "Member 'CustomizableCharacterComponent_GetTextureParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetTextureParameters \ static_assert(alignof(CustomizableCharacterComponent_GetTextureParameters) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetTextureParameters"); \ static_assert(sizeof(CustomizableCharacterComponent_GetTextureParameters) == 0x000058, "Wrong size on CustomizableCharacterComponent_GetTextureParameters"); \ static_assert(offsetof(CustomizableCharacterComponent_GetTextureParameters, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_GetTextureParameters::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetTextureParameters, ReturnValue) == 0x000008, "Member 'CustomizableCharacterComponent_GetTextureParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetTypeClassication \ static_assert(alignof(CustomizableCharacterComponent_GetTypeClassication) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetTypeClassication"); \ static_assert(sizeof(CustomizableCharacterComponent_GetTypeClassication) == 0x000008, "Wrong size on CustomizableCharacterComponent_GetTypeClassication"); \ static_assert(offsetof(CustomizableCharacterComponent_GetTypeClassication, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_GetTypeClassication::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetVectorParameters \ static_assert(alignof(CustomizableCharacterComponent_GetVectorParameters) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetVectorParameters"); \ static_assert(sizeof(CustomizableCharacterComponent_GetVectorParameters) == 0x000058, "Wrong size on CustomizableCharacterComponent_GetVectorParameters"); \ static_assert(offsetof(CustomizableCharacterComponent_GetVectorParameters, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_GetVectorParameters::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetVectorParameters, ReturnValue) == 0x000008, "Member 'CustomizableCharacterComponent_GetVectorParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_IsScalarParameterOverriden \ static_assert(alignof(CustomizableCharacterComponent_IsScalarParameterOverriden) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_IsScalarParameterOverriden"); \ static_assert(sizeof(CustomizableCharacterComponent_IsScalarParameterOverriden) == 0x000014, "Wrong size on CustomizableCharacterComponent_IsScalarParameterOverriden"); \ static_assert(offsetof(CustomizableCharacterComponent_IsScalarParameterOverriden, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_IsScalarParameterOverriden::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_IsScalarParameterOverriden, ParameterName) == 0x000008, "Member 'CustomizableCharacterComponent_IsScalarParameterOverriden::ParameterName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_IsScalarParameterOverriden, ReturnValue) == 0x000010, "Member 'CustomizableCharacterComponent_IsScalarParameterOverriden::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_IsTextureParameterOverriden \ static_assert(alignof(CustomizableCharacterComponent_IsTextureParameterOverriden) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_IsTextureParameterOverriden"); \ static_assert(sizeof(CustomizableCharacterComponent_IsTextureParameterOverriden) == 0x000014, "Wrong size on CustomizableCharacterComponent_IsTextureParameterOverriden"); \ static_assert(offsetof(CustomizableCharacterComponent_IsTextureParameterOverriden, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_IsTextureParameterOverriden::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_IsTextureParameterOverriden, ParameterName) == 0x000008, "Member 'CustomizableCharacterComponent_IsTextureParameterOverriden::ParameterName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_IsTextureParameterOverriden, ReturnValue) == 0x000010, "Member 'CustomizableCharacterComponent_IsTextureParameterOverriden::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_IsVectorParameterOverriden \ static_assert(alignof(CustomizableCharacterComponent_IsVectorParameterOverriden) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_IsVectorParameterOverriden"); \ static_assert(sizeof(CustomizableCharacterComponent_IsVectorParameterOverriden) == 0x000014, "Wrong size on CustomizableCharacterComponent_IsVectorParameterOverriden"); \ static_assert(offsetof(CustomizableCharacterComponent_IsVectorParameterOverriden, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_IsVectorParameterOverriden::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_IsVectorParameterOverriden, ParameterName) == 0x000008, "Member 'CustomizableCharacterComponent_IsVectorParameterOverriden::ParameterName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_IsVectorParameterOverriden, ReturnValue) == 0x000010, "Member 'CustomizableCharacterComponent_IsVectorParameterOverriden::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_ReloadCharacterWithCallback \ static_assert(alignof(CustomizableCharacterComponent_ReloadCharacterWithCallback) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_ReloadCharacterWithCallback"); \ static_assert(sizeof(CustomizableCharacterComponent_ReloadCharacterWithCallback) == 0x000010, "Wrong size on CustomizableCharacterComponent_ReloadCharacterWithCallback"); \ static_assert(offsetof(CustomizableCharacterComponent_ReloadCharacterWithCallback, CharacterLoadComplete) == 0x000000, "Member 'CustomizableCharacterComponent_ReloadCharacterWithCallback::CharacterLoadComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_ResetOverridenScalarParameter \ static_assert(alignof(CustomizableCharacterComponent_ResetOverridenScalarParameter) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_ResetOverridenScalarParameter"); \ static_assert(sizeof(CustomizableCharacterComponent_ResetOverridenScalarParameter) == 0x000014, "Wrong size on CustomizableCharacterComponent_ResetOverridenScalarParameter"); \ static_assert(offsetof(CustomizableCharacterComponent_ResetOverridenScalarParameter, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_ResetOverridenScalarParameter::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_ResetOverridenScalarParameter, ParameterName) == 0x000008, "Member 'CustomizableCharacterComponent_ResetOverridenScalarParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_ResetOverridenScalarParameter, ReturnValue) == 0x000010, "Member 'CustomizableCharacterComponent_ResetOverridenScalarParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_ResetOverridenTextureParameter \ static_assert(alignof(CustomizableCharacterComponent_ResetOverridenTextureParameter) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_ResetOverridenTextureParameter"); \ static_assert(sizeof(CustomizableCharacterComponent_ResetOverridenTextureParameter) == 0x000014, "Wrong size on CustomizableCharacterComponent_ResetOverridenTextureParameter"); \ static_assert(offsetof(CustomizableCharacterComponent_ResetOverridenTextureParameter, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_ResetOverridenTextureParameter::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_ResetOverridenTextureParameter, ParameterName) == 0x000008, "Member 'CustomizableCharacterComponent_ResetOverridenTextureParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_ResetOverridenTextureParameter, ReturnValue) == 0x000010, "Member 'CustomizableCharacterComponent_ResetOverridenTextureParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_ResetOverridenVectorParameter \ static_assert(alignof(CustomizableCharacterComponent_ResetOverridenVectorParameter) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_ResetOverridenVectorParameter"); \ static_assert(sizeof(CustomizableCharacterComponent_ResetOverridenVectorParameter) == 0x000014, "Wrong size on CustomizableCharacterComponent_ResetOverridenVectorParameter"); \ static_assert(offsetof(CustomizableCharacterComponent_ResetOverridenVectorParameter, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_ResetOverridenVectorParameter::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_ResetOverridenVectorParameter, ParameterName) == 0x000008, "Member 'CustomizableCharacterComponent_ResetOverridenVectorParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_ResetOverridenVectorParameter, ReturnValue) == 0x000010, "Member 'CustomizableCharacterComponent_ResetOverridenVectorParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_SetAddOnMesh \ static_assert(alignof(CustomizableCharacterComponent_SetAddOnMesh) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_SetAddOnMesh"); \ static_assert(sizeof(CustomizableCharacterComponent_SetAddOnMesh) == 0x000014, "Wrong size on CustomizableCharacterComponent_SetAddOnMesh"); \ static_assert(offsetof(CustomizableCharacterComponent_SetAddOnMesh, CharacterPieceType) == 0x000000, "Member 'CustomizableCharacterComponent_SetAddOnMesh::CharacterPieceType' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SetAddOnMesh, CharacterPieceName) == 0x000008, "Member 'CustomizableCharacterComponent_SetAddOnMesh::CharacterPieceName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SetAddOnMesh, bResetMaterialParams) == 0x000010, "Member 'CustomizableCharacterComponent_SetAddOnMesh::bResetMaterialParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_SetAnimInstanceClass \ static_assert(alignof(CustomizableCharacterComponent_SetAnimInstanceClass) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_SetAnimInstanceClass"); \ static_assert(sizeof(CustomizableCharacterComponent_SetAnimInstanceClass) == 0x000008, "Wrong size on CustomizableCharacterComponent_SetAnimInstanceClass"); \ static_assert(offsetof(CustomizableCharacterComponent_SetAnimInstanceClass, NewClass) == 0x000000, "Member 'CustomizableCharacterComponent_SetAnimInstanceClass::NewClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_SetAsyncLoad \ static_assert(alignof(CustomizableCharacterComponent_SetAsyncLoad) == 0x000001, "Wrong alignment on CustomizableCharacterComponent_SetAsyncLoad"); \ static_assert(sizeof(CustomizableCharacterComponent_SetAsyncLoad) == 0x000002, "Wrong size on CustomizableCharacterComponent_SetAsyncLoad"); \ static_assert(offsetof(CustomizableCharacterComponent_SetAsyncLoad, bInAsyncLoad) == 0x000000, "Member 'CustomizableCharacterComponent_SetAsyncLoad::bInAsyncLoad' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SetAsyncLoad, ReturnValue) == 0x000001, "Member 'CustomizableCharacterComponent_SetAsyncLoad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_SetBoneSliderScale \ static_assert(alignof(CustomizableCharacterComponent_SetBoneSliderScale) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_SetBoneSliderScale"); \ static_assert(sizeof(CustomizableCharacterComponent_SetBoneSliderScale) == 0x00000C, "Wrong size on CustomizableCharacterComponent_SetBoneSliderScale"); \ static_assert(offsetof(CustomizableCharacterComponent_SetBoneSliderScale, BoneName) == 0x000000, "Member 'CustomizableCharacterComponent_SetBoneSliderScale::BoneName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SetBoneSliderScale, Value) == 0x000008, "Member 'CustomizableCharacterComponent_SetBoneSliderScale::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_SetCharacterID \ static_assert(alignof(CustomizableCharacterComponent_SetCharacterID) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_SetCharacterID"); \ static_assert(sizeof(CustomizableCharacterComponent_SetCharacterID) == 0x000008, "Wrong size on CustomizableCharacterComponent_SetCharacterID"); \ static_assert(offsetof(CustomizableCharacterComponent_SetCharacterID, InRegistryID) == 0x000000, "Member 'CustomizableCharacterComponent_SetCharacterID::InRegistryID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_SetCurrentOutfit \ static_assert(alignof(CustomizableCharacterComponent_SetCurrentOutfit) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_SetCurrentOutfit"); \ static_assert(sizeof(CustomizableCharacterComponent_SetCurrentOutfit) == 0x000008, "Wrong size on CustomizableCharacterComponent_SetCurrentOutfit"); \ static_assert(offsetof(CustomizableCharacterComponent_SetCurrentOutfit, OutfitName) == 0x000000, "Member 'CustomizableCharacterComponent_SetCurrentOutfit::OutfitName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_SetFlipped \ static_assert(alignof(CustomizableCharacterComponent_SetFlipped) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_SetFlipped"); \ static_assert(sizeof(CustomizableCharacterComponent_SetFlipped) == 0x00000C, "Wrong size on CustomizableCharacterComponent_SetFlipped"); \ static_assert(offsetof(CustomizableCharacterComponent_SetFlipped, CharacterPieceType) == 0x000000, "Member 'CustomizableCharacterComponent_SetFlipped::CharacterPieceType' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SetFlipped, bFlip) == 0x000008, "Member 'CustomizableCharacterComponent_SetFlipped::bFlip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_SetForcedLOD \ static_assert(alignof(CustomizableCharacterComponent_SetForcedLOD) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_SetForcedLOD"); \ static_assert(sizeof(CustomizableCharacterComponent_SetForcedLOD) == 0x000008, "Wrong size on CustomizableCharacterComponent_SetForcedLOD"); \ static_assert(offsetof(CustomizableCharacterComponent_SetForcedLOD, LOD) == 0x000000, "Member 'CustomizableCharacterComponent_SetForcedLOD::LOD' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SetForcedLOD, bInFOV) == 0x000004, "Member 'CustomizableCharacterComponent_SetForcedLOD::bInFOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_SetScalarParameter \ static_assert(alignof(CustomizableCharacterComponent_SetScalarParameter) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_SetScalarParameter"); \ static_assert(sizeof(CustomizableCharacterComponent_SetScalarParameter) == 0x000018, "Wrong size on CustomizableCharacterComponent_SetScalarParameter"); \ static_assert(offsetof(CustomizableCharacterComponent_SetScalarParameter, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_SetScalarParameter::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SetScalarParameter, ParameterName) == 0x000008, "Member 'CustomizableCharacterComponent_SetScalarParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SetScalarParameter, Value) == 0x000010, "Member 'CustomizableCharacterComponent_SetScalarParameter::Value' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SetScalarParameter, bResetMaterialParameters) == 0x000014, "Member 'CustomizableCharacterComponent_SetScalarParameter::bResetMaterialParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_SetScale \ static_assert(alignof(CustomizableCharacterComponent_SetScale) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_SetScale"); \ static_assert(sizeof(CustomizableCharacterComponent_SetScale) == 0x000004, "Wrong size on CustomizableCharacterComponent_SetScale"); \ static_assert(offsetof(CustomizableCharacterComponent_SetScale, NewScale) == 0x000000, "Member 'CustomizableCharacterComponent_SetScale::NewScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_SetScaleRootMotion \ static_assert(alignof(CustomizableCharacterComponent_SetScaleRootMotion) == 0x000001, "Wrong alignment on CustomizableCharacterComponent_SetScaleRootMotion"); \ static_assert(sizeof(CustomizableCharacterComponent_SetScaleRootMotion) == 0x000001, "Wrong size on CustomizableCharacterComponent_SetScaleRootMotion"); \ static_assert(offsetof(CustomizableCharacterComponent_SetScaleRootMotion, State) == 0x000000, "Member 'CustomizableCharacterComponent_SetScaleRootMotion::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_SetTextureParameter \ static_assert(alignof(CustomizableCharacterComponent_SetTextureParameter) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_SetTextureParameter"); \ static_assert(sizeof(CustomizableCharacterComponent_SetTextureParameter) == 0x000020, "Wrong size on CustomizableCharacterComponent_SetTextureParameter"); \ static_assert(offsetof(CustomizableCharacterComponent_SetTextureParameter, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_SetTextureParameter::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SetTextureParameter, ParameterName) == 0x000008, "Member 'CustomizableCharacterComponent_SetTextureParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SetTextureParameter, Texture) == 0x000010, "Member 'CustomizableCharacterComponent_SetTextureParameter::Texture' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SetTextureParameter, bResetMaterialParameters) == 0x000018, "Member 'CustomizableCharacterComponent_SetTextureParameter::bResetMaterialParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_SetVectorParameter \ static_assert(alignof(CustomizableCharacterComponent_SetVectorParameter) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_SetVectorParameter"); \ static_assert(sizeof(CustomizableCharacterComponent_SetVectorParameter) == 0x000024, "Wrong size on CustomizableCharacterComponent_SetVectorParameter"); \ static_assert(offsetof(CustomizableCharacterComponent_SetVectorParameter, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_SetVectorParameter::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SetVectorParameter, ParameterName) == 0x000008, "Member 'CustomizableCharacterComponent_SetVectorParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SetVectorParameter, Value) == 0x000010, "Member 'CustomizableCharacterComponent_SetVectorParameter::Value' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_SetVectorParameter, bResetMaterialParameters) == 0x000020, "Member 'CustomizableCharacterComponent_SetVectorParameter::bResetMaterialParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_ComputeBoundsScreenSize \ static_assert(alignof(CustomizableCharacterComponent_ComputeBoundsScreenSize) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_ComputeBoundsScreenSize"); \ static_assert(sizeof(CustomizableCharacterComponent_ComputeBoundsScreenSize) == 0x000004, "Wrong size on CustomizableCharacterComponent_ComputeBoundsScreenSize"); \ static_assert(offsetof(CustomizableCharacterComponent_ComputeBoundsScreenSize, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_ComputeBoundsScreenSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetAddOnMeshes \ static_assert(alignof(CustomizableCharacterComponent_GetAddOnMeshes) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetAddOnMeshes"); \ static_assert(sizeof(CustomizableCharacterComponent_GetAddOnMeshes) == 0x000050, "Wrong size on CustomizableCharacterComponent_GetAddOnMeshes"); \ static_assert(offsetof(CustomizableCharacterComponent_GetAddOnMeshes, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_GetAddOnMeshes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetAddOnMeshPieceName \ static_assert(alignof(CustomizableCharacterComponent_GetAddOnMeshPieceName) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetAddOnMeshPieceName"); \ static_assert(sizeof(CustomizableCharacterComponent_GetAddOnMeshPieceName) == 0x000010, "Wrong size on CustomizableCharacterComponent_GetAddOnMeshPieceName"); \ static_assert(offsetof(CustomizableCharacterComponent_GetAddOnMeshPieceName, Name_0) == 0x000000, "Member 'CustomizableCharacterComponent_GetAddOnMeshPieceName::Name_0' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetAddOnMeshPieceName, ReturnValue) == 0x000008, "Member 'CustomizableCharacterComponent_GetAddOnMeshPieceName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetBoneSliderScale \ static_assert(alignof(CustomizableCharacterComponent_GetBoneSliderScale) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetBoneSliderScale"); \ static_assert(sizeof(CustomizableCharacterComponent_GetBoneSliderScale) == 0x00000C, "Wrong size on CustomizableCharacterComponent_GetBoneSliderScale"); \ static_assert(offsetof(CustomizableCharacterComponent_GetBoneSliderScale, BoneSliderName) == 0x000000, "Member 'CustomizableCharacterComponent_GetBoneSliderScale::BoneSliderName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetBoneSliderScale, ReturnValue) == 0x000008, "Member 'CustomizableCharacterComponent_GetBoneSliderScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetCharacterID \ static_assert(alignof(CustomizableCharacterComponent_GetCharacterID) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetCharacterID"); \ static_assert(sizeof(CustomizableCharacterComponent_GetCharacterID) == 0x00000C, "Wrong size on CustomizableCharacterComponent_GetCharacterID"); \ static_assert(offsetof(CustomizableCharacterComponent_GetCharacterID, OutCharacterID) == 0x000000, "Member 'CustomizableCharacterComponent_GetCharacterID::OutCharacterID' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetCharacterID, ReturnValue) == 0x000008, "Member 'CustomizableCharacterComponent_GetCharacterID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetCharacterItems \ static_assert(alignof(CustomizableCharacterComponent_GetCharacterItems) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetCharacterItems"); \ static_assert(sizeof(CustomizableCharacterComponent_GetCharacterItems) == 0x000050, "Wrong size on CustomizableCharacterComponent_GetCharacterItems"); \ static_assert(offsetof(CustomizableCharacterComponent_GetCharacterItems, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_GetCharacterItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetCurrentOutfit \ static_assert(alignof(CustomizableCharacterComponent_GetCurrentOutfit) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetCurrentOutfit"); \ static_assert(sizeof(CustomizableCharacterComponent_GetCurrentOutfit) == 0x000050, "Wrong size on CustomizableCharacterComponent_GetCurrentOutfit"); \ static_assert(offsetof(CustomizableCharacterComponent_GetCurrentOutfit, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_GetCurrentOutfit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetLODInfo \ static_assert(alignof(CustomizableCharacterComponent_GetLODInfo) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetLODInfo"); \ static_assert(sizeof(CustomizableCharacterComponent_GetLODInfo) == 0x000010, "Wrong size on CustomizableCharacterComponent_GetLODInfo"); \ static_assert(offsetof(CustomizableCharacterComponent_GetLODInfo, LOD) == 0x000000, "Member 'CustomizableCharacterComponent_GetLODInfo::LOD' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetLODInfo, TriangleCount) == 0x000004, "Member 'CustomizableCharacterComponent_GetLODInfo::TriangleCount' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetLODInfo, DrawCallCount) == 0x000008, "Member 'CustomizableCharacterComponent_GetLODInfo::DrawCallCount' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetLODInfo, MeshCount) == 0x00000C, "Member 'CustomizableCharacterComponent_GetLODInfo::MeshCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetMeshDrawCount \ static_assert(alignof(CustomizableCharacterComponent_GetMeshDrawCount) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetMeshDrawCount"); \ static_assert(sizeof(CustomizableCharacterComponent_GetMeshDrawCount) == 0x000010, "Wrong size on CustomizableCharacterComponent_GetMeshDrawCount"); \ static_assert(offsetof(CustomizableCharacterComponent_GetMeshDrawCount, Name_0) == 0x000000, "Member 'CustomizableCharacterComponent_GetMeshDrawCount::Name_0' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetMeshDrawCount, LOD) == 0x000008, "Member 'CustomizableCharacterComponent_GetMeshDrawCount::LOD' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetMeshDrawCount, ReturnValue) == 0x00000C, "Member 'CustomizableCharacterComponent_GetMeshDrawCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetMeshNames \ static_assert(alignof(CustomizableCharacterComponent_GetMeshNames) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetMeshNames"); \ static_assert(sizeof(CustomizableCharacterComponent_GetMeshNames) == 0x000010, "Wrong size on CustomizableCharacterComponent_GetMeshNames"); \ static_assert(offsetof(CustomizableCharacterComponent_GetMeshNames, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_GetMeshNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetMeshTriangleCount \ static_assert(alignof(CustomizableCharacterComponent_GetMeshTriangleCount) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetMeshTriangleCount"); \ static_assert(sizeof(CustomizableCharacterComponent_GetMeshTriangleCount) == 0x000010, "Wrong size on CustomizableCharacterComponent_GetMeshTriangleCount"); \ static_assert(offsetof(CustomizableCharacterComponent_GetMeshTriangleCount, Name_0) == 0x000000, "Member 'CustomizableCharacterComponent_GetMeshTriangleCount::Name_0' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetMeshTriangleCount, LOD) == 0x000008, "Member 'CustomizableCharacterComponent_GetMeshTriangleCount::LOD' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetMeshTriangleCount, ReturnValue) == 0x00000C, "Member 'CustomizableCharacterComponent_GetMeshTriangleCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetScalarParameter \ static_assert(alignof(CustomizableCharacterComponent_GetScalarParameter) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetScalarParameter"); \ static_assert(sizeof(CustomizableCharacterComponent_GetScalarParameter) == 0x000014, "Wrong size on CustomizableCharacterComponent_GetScalarParameter"); \ static_assert(offsetof(CustomizableCharacterComponent_GetScalarParameter, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_GetScalarParameter::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetScalarParameter, ParameterName) == 0x000008, "Member 'CustomizableCharacterComponent_GetScalarParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetScalarParameter, ReturnValue) == 0x000010, "Member 'CustomizableCharacterComponent_GetScalarParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetScalarParameterDefault \ static_assert(alignof(CustomizableCharacterComponent_GetScalarParameterDefault) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetScalarParameterDefault"); \ static_assert(sizeof(CustomizableCharacterComponent_GetScalarParameterDefault) == 0x000014, "Wrong size on CustomizableCharacterComponent_GetScalarParameterDefault"); \ static_assert(offsetof(CustomizableCharacterComponent_GetScalarParameterDefault, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_GetScalarParameterDefault::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetScalarParameterDefault, ParameterName) == 0x000008, "Member 'CustomizableCharacterComponent_GetScalarParameterDefault::ParameterName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetScalarParameterDefault, ReturnValue) == 0x000010, "Member 'CustomizableCharacterComponent_GetScalarParameterDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetScale \ static_assert(alignof(CustomizableCharacterComponent_GetScale) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetScale"); \ static_assert(sizeof(CustomizableCharacterComponent_GetScale) == 0x000004, "Wrong size on CustomizableCharacterComponent_GetScale"); \ static_assert(offsetof(CustomizableCharacterComponent_GetScale, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_GetScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetSkeletalMeshName \ static_assert(alignof(CustomizableCharacterComponent_GetSkeletalMeshName) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetSkeletalMeshName"); \ static_assert(sizeof(CustomizableCharacterComponent_GetSkeletalMeshName) == 0x000010, "Wrong size on CustomizableCharacterComponent_GetSkeletalMeshName"); \ static_assert(offsetof(CustomizableCharacterComponent_GetSkeletalMeshName, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_GetSkeletalMeshName::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetSkeletalMeshName, ReturnValue) == 0x000008, "Member 'CustomizableCharacterComponent_GetSkeletalMeshName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetTextureParameterDefault \ static_assert(alignof(CustomizableCharacterComponent_GetTextureParameterDefault) == 0x000008, "Wrong alignment on CustomizableCharacterComponent_GetTextureParameterDefault"); \ static_assert(sizeof(CustomizableCharacterComponent_GetTextureParameterDefault) == 0x000018, "Wrong size on CustomizableCharacterComponent_GetTextureParameterDefault"); \ static_assert(offsetof(CustomizableCharacterComponent_GetTextureParameterDefault, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_GetTextureParameterDefault::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetTextureParameterDefault, ParameterName) == 0x000008, "Member 'CustomizableCharacterComponent_GetTextureParameterDefault::ParameterName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetTextureParameterDefault, ReturnValue) == 0x000010, "Member 'CustomizableCharacterComponent_GetTextureParameterDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetVectorParameter \ static_assert(alignof(CustomizableCharacterComponent_GetVectorParameter) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetVectorParameter"); \ static_assert(sizeof(CustomizableCharacterComponent_GetVectorParameter) == 0x000020, "Wrong size on CustomizableCharacterComponent_GetVectorParameter"); \ static_assert(offsetof(CustomizableCharacterComponent_GetVectorParameter, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_GetVectorParameter::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetVectorParameter, ParameterName) == 0x000008, "Member 'CustomizableCharacterComponent_GetVectorParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetVectorParameter, ReturnValue) == 0x000010, "Member 'CustomizableCharacterComponent_GetVectorParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_GetVectorParameterDefault \ static_assert(alignof(CustomizableCharacterComponent_GetVectorParameterDefault) == 0x000004, "Wrong alignment on CustomizableCharacterComponent_GetVectorParameterDefault"); \ static_assert(sizeof(CustomizableCharacterComponent_GetVectorParameterDefault) == 0x000020, "Wrong size on CustomizableCharacterComponent_GetVectorParameterDefault"); \ static_assert(offsetof(CustomizableCharacterComponent_GetVectorParameterDefault, MeshName) == 0x000000, "Member 'CustomizableCharacterComponent_GetVectorParameterDefault::MeshName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetVectorParameterDefault, ParameterName) == 0x000008, "Member 'CustomizableCharacterComponent_GetVectorParameterDefault::ParameterName' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterComponent_GetVectorParameterDefault, ReturnValue) == 0x000010, "Member 'CustomizableCharacterComponent_GetVectorParameterDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_IsAsyncLoad \ static_assert(alignof(CustomizableCharacterComponent_IsAsyncLoad) == 0x000001, "Wrong alignment on CustomizableCharacterComponent_IsAsyncLoad"); \ static_assert(sizeof(CustomizableCharacterComponent_IsAsyncLoad) == 0x000001, "Wrong size on CustomizableCharacterComponent_IsAsyncLoad"); \ static_assert(offsetof(CustomizableCharacterComponent_IsAsyncLoad, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_IsAsyncLoad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterComponent_IsLoading \ static_assert(alignof(CustomizableCharacterComponent_IsLoading) == 0x000001, "Wrong alignment on CustomizableCharacterComponent_IsLoading"); \ static_assert(sizeof(CustomizableCharacterComponent_IsLoading) == 0x000001, "Wrong size on CustomizableCharacterComponent_IsLoading"); \ static_assert(offsetof(CustomizableCharacterComponent_IsLoading, ReturnValue) == 0x000000, "Member 'CustomizableCharacterComponent_IsLoading::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCustomizableCharacterComponent \ static_assert(alignof(UCustomizableCharacterComponent) == 0x000008, "Wrong alignment on UCustomizableCharacterComponent"); \ static_assert(sizeof(UCustomizableCharacterComponent) == 0x000590, "Wrong size on UCustomizableCharacterComponent"); \ static_assert(offsetof(UCustomizableCharacterComponent, CharacterName) == 0x0000D0, "Member 'UCustomizableCharacterComponent::CharacterName' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterComponent, Type) == 0x0000D8, "Member 'UCustomizableCharacterComponent::Type' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterComponent, Gender) == 0x0000E0, "Member 'UCustomizableCharacterComponent::Gender' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterComponent, Tags) == 0x0000E8, "Member 'UCustomizableCharacterComponent::Tags' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterComponent, OnCharacterLoadComplete) == 0x000230, "Member 'UCustomizableCharacterComponent::OnCharacterLoadComplete' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterComponent, OnCharacterOutfitLoadComplete) == 0x000240, "Member 'UCustomizableCharacterComponent::OnCharacterOutfitLoadComplete' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterComponent, OnAddOnMeshesChangedDynamicDelegate) == 0x000280, "Member 'UCustomizableCharacterComponent::OnAddOnMeshesChangedDynamicDelegate' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterComponent, OnGearFinishedLoading) == 0x0002A0, "Member 'UCustomizableCharacterComponent::OnGearFinishedLoading' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterComponent, CurrentOutfit) == 0x0002F8, "Member 'UCustomizableCharacterComponent::CurrentOutfit' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterComponent, Outfits) == 0x000300, "Member 'UCustomizableCharacterComponent::Outfits' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterComponent, bDoAsyncLoad) == 0x000370, "Member 'UCustomizableCharacterComponent::bDoAsyncLoad' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterComponent, AddOnMeshes) == 0x000378, "Member 'UCustomizableCharacterComponent::AddOnMeshes' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterComponent, CharacterItems) == 0x0003C8, "Member 'UCustomizableCharacterComponent::CharacterItems' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterComponent, MergedMesh) == 0x000418, "Member 'UCustomizableCharacterComponent::MergedMesh' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterComponent, HeadPoseAsset) == 0x000420, "Member 'UCustomizableCharacterComponent::HeadPoseAsset' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterComponent, FacialPoseAsset) == 0x000428, "Member 'UCustomizableCharacterComponent::FacialPoseAsset' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterComponent, CurrentCCDLoading) == 0x000578, "Member 'UCustomizableCharacterComponent::CurrentCCDLoading' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterComponent, CacheCCD) == 0x000580, "Member 'UCustomizableCharacterComponent::CacheCCD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAddOnMeshProperties \ static_assert(alignof(UAddOnMeshProperties) == 0x000008, "Wrong alignment on UAddOnMeshProperties"); \ static_assert(sizeof(UAddOnMeshProperties) == 0x000130, "Wrong size on UAddOnMeshProperties"); \ static_assert(offsetof(UAddOnMeshProperties, CharacterPiece) == 0x000028, "Member 'UAddOnMeshProperties::CharacterPiece' has a wrong offset!"); \ static_assert(offsetof(UAddOnMeshProperties, bIsFlipped) == 0x00003C, "Member 'UAddOnMeshProperties::bIsFlipped' has a wrong offset!"); \ static_assert(offsetof(UAddOnMeshProperties, ScalarOverrides) == 0x000040, "Member 'UAddOnMeshProperties::ScalarOverrides' has a wrong offset!"); \ static_assert(offsetof(UAddOnMeshProperties, VectorOverrides) == 0x000090, "Member 'UAddOnMeshProperties::VectorOverrides' has a wrong offset!"); \ static_assert(offsetof(UAddOnMeshProperties, TextureOverrides) == 0x0000E0, "Member 'UAddOnMeshProperties::TextureOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCustomizableCharacterDefinition \ static_assert(alignof(UCustomizableCharacterDefinition) == 0x000008, "Wrong alignment on UCustomizableCharacterDefinition"); \ static_assert(sizeof(UCustomizableCharacterDefinition) == 0x000140, "Wrong size on UCustomizableCharacterDefinition"); \ static_assert(offsetof(UCustomizableCharacterDefinition, Gender) == 0x000030, "Member 'UCustomizableCharacterDefinition::Gender' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterDefinition, BoneScaleValues) == 0x000038, "Member 'UCustomizableCharacterDefinition::BoneScaleValues' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterDefinition, Scale) == 0x000088, "Member 'UCustomizableCharacterDefinition::Scale' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterDefinition, CharacterItems) == 0x000090, "Member 'UCustomizableCharacterDefinition::CharacterItems' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterDefinition, Outfits) == 0x0000E0, "Member 'UCustomizableCharacterDefinition::Outfits' has a wrong offset!"); \ static_assert(offsetof(UCustomizableCharacterDefinition, ExtraObjects) == 0x000130, "Member 'UCustomizableCharacterDefinition::ExtraObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAddOnMesh \ static_assert(alignof(UAddOnMesh) == 0x000008, "Wrong alignment on UAddOnMesh"); \ static_assert(sizeof(UAddOnMesh) == 0x000098, "Wrong size on UAddOnMesh"); \ static_assert(offsetof(UAddOnMesh, SkeletalMeshComponent) == 0x000028, "Member 'UAddOnMesh::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UAddOnMesh, SlotNameToMaterialInstanceDynamicMap) == 0x000030, "Member 'UAddOnMesh::SlotNameToMaterialInstanceDynamicMap' has a wrong offset!"); \ static_assert(offsetof(UAddOnMesh, NiagaraComponents) == 0x000080, "Member 'UAddOnMesh::NiagaraComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACharacterCreatorGameMode \ static_assert(alignof(ACharacterCreatorGameMode) == 0x000008, "Wrong alignment on ACharacterCreatorGameMode"); \ static_assert(sizeof(ACharacterCreatorGameMode) == 0x0002E8, "Wrong size on ACharacterCreatorGameMode"); \ #define DUMPER7_ASSERTS_CharacterPiece_ToId \ static_assert(alignof(CharacterPiece_ToId) == 0x000004, "Wrong alignment on CharacterPiece_ToId"); \ static_assert(sizeof(CharacterPiece_ToId) == 0x000008, "Wrong size on CharacterPiece_ToId"); \ static_assert(offsetof(CharacterPiece_ToId, ReturnValue) == 0x000000, "Member 'CharacterPiece_ToId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCharacterPiece \ static_assert(alignof(UCharacterPiece) == 0x000008, "Wrong alignment on UCharacterPiece"); \ static_assert(sizeof(UCharacterPiece) == 0x0000C0, "Wrong size on UCharacterPiece"); \ static_assert(offsetof(UCharacterPiece, CharacterClassification) == 0x000030, "Member 'UCharacterPiece::CharacterClassification' has a wrong offset!"); \ static_assert(offsetof(UCharacterPiece, CharacterPieceType) == 0x000038, "Member 'UCharacterPiece::CharacterPieceType' has a wrong offset!"); \ static_assert(offsetof(UCharacterPiece, Tags) == 0x000040, "Member 'UCharacterPiece::Tags' has a wrong offset!"); \ static_assert(offsetof(UCharacterPiece, Gender) == 0x000060, "Member 'UCharacterPiece::Gender' has a wrong offset!"); \ static_assert(offsetof(UCharacterPiece, SleeveLength) == 0x000061, "Member 'UCharacterPiece::SleeveLength' has a wrong offset!"); \ static_assert(offsetof(UCharacterPiece, HatType) == 0x000062, "Member 'UCharacterPiece::HatType' has a wrong offset!"); \ static_assert(offsetof(UCharacterPiece, ShoeHeight) == 0x000063, "Member 'UCharacterPiece::ShoeHeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterPiece, PantLength) == 0x000064, "Member 'UCharacterPiece::PantLength' has a wrong offset!"); \ static_assert(offsetof(UCharacterPiece, RobeType) == 0x000065, "Member 'UCharacterPiece::RobeType' has a wrong offset!"); \ static_assert(offsetof(UCharacterPiece, GloveType) == 0x000066, "Member 'UCharacterPiece::GloveType' has a wrong offset!"); \ static_assert(offsetof(UCharacterPiece, RobeShoulderType) == 0x000067, "Member 'UCharacterPiece::RobeShoulderType' has a wrong offset!"); \ static_assert(offsetof(UCharacterPiece, DefaultMesh) == 0x000068, "Member 'UCharacterPiece::DefaultMesh' has a wrong offset!"); \ static_assert(offsetof(UCharacterPiece, FacialPoseAsset) == 0x000070, "Member 'UCharacterPiece::FacialPoseAsset' has a wrong offset!"); \ static_assert(offsetof(UCharacterPiece, MeshOverrides) == 0x000078, "Member 'UCharacterPiece::MeshOverrides' has a wrong offset!"); \ static_assert(offsetof(UCharacterPiece, MaterialOverrides) == 0x000088, "Member 'UCharacterPiece::MaterialOverrides' has a wrong offset!"); \ static_assert(offsetof(UCharacterPiece, RegionNames) == 0x000098, "Member 'UCharacterPiece::RegionNames' has a wrong offset!"); \ static_assert(offsetof(UCharacterPiece, NiagaraSystems) == 0x0000A8, "Member 'UCharacterPiece::NiagaraSystems' has a wrong offset!"); \ static_assert(offsetof(UCharacterPiece, AnimClass) == 0x0000B8, "Member 'UCharacterPiece::AnimClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTextureFilterDataAsset \ static_assert(alignof(UTextureFilterDataAsset) == 0x000008, "Wrong alignment on UTextureFilterDataAsset"); \ static_assert(sizeof(UTextureFilterDataAsset) == 0x000080, "Wrong size on UTextureFilterDataAsset"); \ static_assert(offsetof(UTextureFilterDataAsset, filters) == 0x000030, "Member 'UTextureFilterDataAsset::filters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICustomizableCharacterInterface \ static_assert(alignof(ICustomizableCharacterInterface) == 0x000001, "Wrong alignment on ICustomizableCharacterInterface"); \ static_assert(sizeof(ICustomizableCharacterInterface) == 0x000001, "Wrong size on ICustomizableCharacterInterface"); \ #define DUMPER7_ASSERTS_ULoadEntry \ static_assert(alignof(ULoadEntry) == 0x000008, "Wrong alignment on ULoadEntry"); \ static_assert(sizeof(ULoadEntry) == 0x000028, "Wrong size on ULoadEntry"); \ #define DUMPER7_ASSERTS_ULoadIntoCurrentOutfitLoadEntry \ static_assert(alignof(ULoadIntoCurrentOutfitLoadEntry) == 0x000008, "Wrong alignment on ULoadIntoCurrentOutfitLoadEntry"); \ static_assert(sizeof(ULoadIntoCurrentOutfitLoadEntry) == 0x000080, "Wrong size on ULoadIntoCurrentOutfitLoadEntry"); \ static_assert(offsetof(ULoadIntoCurrentOutfitLoadEntry, OutfitToLoad) == 0x000028, "Member 'ULoadIntoCurrentOutfitLoadEntry::OutfitToLoad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USetCurrentOutfitLoadEntry \ static_assert(alignof(USetCurrentOutfitLoadEntry) == 0x000008, "Wrong alignment on USetCurrentOutfitLoadEntry"); \ static_assert(sizeof(USetCurrentOutfitLoadEntry) == 0x000030, "Wrong size on USetCurrentOutfitLoadEntry"); \ #define DUMPER7_ASSERTS_UPoseNamesAssetUserData \ static_assert(alignof(UPoseNamesAssetUserData) == 0x000008, "Wrong alignment on UPoseNamesAssetUserData"); \ static_assert(sizeof(UPoseNamesAssetUserData) == 0x000038, "Wrong size on UPoseNamesAssetUserData"); \ static_assert(offsetof(UPoseNamesAssetUserData, PoseNames) == 0x000028, "Member 'UPoseNamesAssetUserData::PoseNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification \ static_assert(alignof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification) == 0x000008, "Wrong alignment on UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification"); \ static_assert(sizeof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification) == 0x0001E8, "Wrong size on UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, EntryPoint) == 0x000000, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_Event_ChallengeID) == 0x000008, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_Event_ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_Event_ChallengeCategory) == 0x000010, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_Event_ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_Event_CompletedLevel) == 0x000018, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_Event_CompletedLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_Event_MaxLevels) == 0x00001C, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_Event_MaxLevels' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_Event_Name) == 0x000020, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_Event_Name' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_Event_IconName_1) == 0x000030, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_Event_IconName_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_Event_Count) == 0x000040, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_Event_Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_Event_Header) == 0x000048, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_Event_Header' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_Event_SpecialCollection) == 0x000058, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_Event_SpecialCollection' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_Event_Variation) == 0x00005C, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_Event_Variation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_MakeStruct_PickupNotificationData) == 0x000068, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_MakeStruct_PickupNotificationData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_Event_HeaderText) == 0x0000C8, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_Event_HeaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_Event_SubheaderText) == 0x0000D8, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_Event_SubheaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_Event_IconName) == 0x0000E8, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_Event_IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, CallFunc_Get_ReturnValue) == 0x0000F8, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, CallFunc_Array_Add_ReturnValue) == 0x000100, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_Event_CollectionID) == 0x000104, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_Event_CollectionID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_Event_CollectionCategory) == 0x00010C, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_Event_CollectionCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_Event_CollectionID_1) == 0x000114, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_Event_CollectionID_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_Event_CollectionCategory_1) == 0x00011C, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_Event_CollectionCategory_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_CreateDelegate_OutputDelegate) == 0x000124, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_CustomEvent_ItemID) == 0x000138, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_CustomEvent_ItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000148, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, CallFunc_PlayAnimation_ReturnValue) == 0x000150, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, CallFunc_PlayAnimation_ReturnValue_1) == 0x000158, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_CustomEvent_Caller) == 0x000160, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, CallFunc_Array_Get_Item) == 0x000168, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001C8, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification, CallFunc_HermesBindEvent_Handle) == 0x0001D8, "Member 'UI_BP_SilverNotification_C_ExecuteUbergraph_UI_BP_SilverNotification::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SilverNotification_C_OnDisplaySilverNotification \ static_assert(alignof(UI_BP_SilverNotification_C_OnDisplaySilverNotification) == 0x000008, "Wrong alignment on UI_BP_SilverNotification_C_OnDisplaySilverNotification"); \ static_assert(sizeof(UI_BP_SilverNotification_C_OnDisplaySilverNotification) == 0x000008, "Wrong size on UI_BP_SilverNotification_C_OnDisplaySilverNotification"); \ static_assert(offsetof(UI_BP_SilverNotification_C_OnDisplaySilverNotification, Caller) == 0x000000, "Member 'UI_BP_SilverNotification_C_OnDisplaySilverNotification::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SilverNotification_C_EventDisplaySilverNotification \ static_assert(alignof(UI_BP_SilverNotification_C_EventDisplaySilverNotification) == 0x000008, "Wrong alignment on UI_BP_SilverNotification_C_EventDisplaySilverNotification"); \ static_assert(sizeof(UI_BP_SilverNotification_C_EventDisplaySilverNotification) == 0x000010, "Wrong size on UI_BP_SilverNotification_C_EventDisplaySilverNotification"); \ static_assert(offsetof(UI_BP_SilverNotification_C_EventDisplaySilverNotification, ItemId) == 0x000000, "Member 'UI_BP_SilverNotification_C_EventDisplaySilverNotification::ItemId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SilverNotification_C_I_AddGenericNotification \ static_assert(alignof(UI_BP_SilverNotification_C_I_AddGenericNotification) == 0x000008, "Wrong alignment on UI_BP_SilverNotification_C_I_AddGenericNotification"); \ static_assert(sizeof(UI_BP_SilverNotification_C_I_AddGenericNotification) == 0x000030, "Wrong size on UI_BP_SilverNotification_C_I_AddGenericNotification"); \ static_assert(offsetof(UI_BP_SilverNotification_C_I_AddGenericNotification, HeaderText) == 0x000000, "Member 'UI_BP_SilverNotification_C_I_AddGenericNotification::HeaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_I_AddGenericNotification, SubheaderText) == 0x000010, "Member 'UI_BP_SilverNotification_C_I_AddGenericNotification::SubheaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_I_AddGenericNotification, IconName) == 0x000020, "Member 'UI_BP_SilverNotification_C_I_AddGenericNotification::IconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SilverNotification_C_I_ItemCollected \ static_assert(alignof(UI_BP_SilverNotification_C_I_ItemCollected) == 0x000008, "Wrong alignment on UI_BP_SilverNotification_C_I_ItemCollected"); \ static_assert(sizeof(UI_BP_SilverNotification_C_I_ItemCollected) == 0x000048, "Wrong size on UI_BP_SilverNotification_C_I_ItemCollected"); \ static_assert(offsetof(UI_BP_SilverNotification_C_I_ItemCollected, Name_0) == 0x000000, "Member 'UI_BP_SilverNotification_C_I_ItemCollected::Name_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_I_ItemCollected, IconName) == 0x000010, "Member 'UI_BP_SilverNotification_C_I_ItemCollected::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_I_ItemCollected, Count) == 0x000020, "Member 'UI_BP_SilverNotification_C_I_ItemCollected::Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_I_ItemCollected, Header) == 0x000028, "Member 'UI_BP_SilverNotification_C_I_ItemCollected::Header' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_I_ItemCollected, SpecialCollection) == 0x000038, "Member 'UI_BP_SilverNotification_C_I_ItemCollected::SpecialCollection' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_I_ItemCollected, Variation) == 0x00003C, "Member 'UI_BP_SilverNotification_C_I_ItemCollected::Variation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SilverNotification_C_I_AddChallengeCompleteNotification \ static_assert(alignof(UI_BP_SilverNotification_C_I_AddChallengeCompleteNotification) == 0x000004, "Wrong alignment on UI_BP_SilverNotification_C_I_AddChallengeCompleteNotification"); \ static_assert(sizeof(UI_BP_SilverNotification_C_I_AddChallengeCompleteNotification) == 0x000018, "Wrong size on UI_BP_SilverNotification_C_I_AddChallengeCompleteNotification"); \ static_assert(offsetof(UI_BP_SilverNotification_C_I_AddChallengeCompleteNotification, ChallengeID) == 0x000000, "Member 'UI_BP_SilverNotification_C_I_AddChallengeCompleteNotification::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_I_AddChallengeCompleteNotification, ChallengeCategory) == 0x000008, "Member 'UI_BP_SilverNotification_C_I_AddChallengeCompleteNotification::ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_I_AddChallengeCompleteNotification, CompletedLevel) == 0x000010, "Member 'UI_BP_SilverNotification_C_I_AddChallengeCompleteNotification::CompletedLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_I_AddChallengeCompleteNotification, MaxLevels) == 0x000014, "Member 'UI_BP_SilverNotification_C_I_AddChallengeCompleteNotification::MaxLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SilverNotification_C_I_AddCollectionObtainedNotification \ static_assert(alignof(UI_BP_SilverNotification_C_I_AddCollectionObtainedNotification) == 0x000004, "Wrong alignment on UI_BP_SilverNotification_C_I_AddCollectionObtainedNotification"); \ static_assert(sizeof(UI_BP_SilverNotification_C_I_AddCollectionObtainedNotification) == 0x000010, "Wrong size on UI_BP_SilverNotification_C_I_AddCollectionObtainedNotification"); \ static_assert(offsetof(UI_BP_SilverNotification_C_I_AddCollectionObtainedNotification, CollectionID) == 0x000000, "Member 'UI_BP_SilverNotification_C_I_AddCollectionObtainedNotification::CollectionID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_I_AddCollectionObtainedNotification, CollectionCategory) == 0x000008, "Member 'UI_BP_SilverNotification_C_I_AddCollectionObtainedNotification::CollectionCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SilverNotification_C_I_AddCollectionKnownNotification \ static_assert(alignof(UI_BP_SilverNotification_C_I_AddCollectionKnownNotification) == 0x000004, "Wrong alignment on UI_BP_SilverNotification_C_I_AddCollectionKnownNotification"); \ static_assert(sizeof(UI_BP_SilverNotification_C_I_AddCollectionKnownNotification) == 0x000010, "Wrong size on UI_BP_SilverNotification_C_I_AddCollectionKnownNotification"); \ static_assert(offsetof(UI_BP_SilverNotification_C_I_AddCollectionKnownNotification, CollectionID) == 0x000000, "Member 'UI_BP_SilverNotification_C_I_AddCollectionKnownNotification::CollectionID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_I_AddCollectionKnownNotification, CollectionCategory) == 0x000008, "Member 'UI_BP_SilverNotification_C_I_AddCollectionKnownNotification::CollectionCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SilverNotification_C_Hide \ static_assert(alignof(UI_BP_SilverNotification_C_Hide) == 0x000008, "Wrong alignment on UI_BP_SilverNotification_C_Hide"); \ static_assert(sizeof(UI_BP_SilverNotification_C_Hide) == 0x000018, "Wrong size on UI_BP_SilverNotification_C_Hide"); \ static_assert(offsetof(UI_BP_SilverNotification_C_Hide, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'UI_BP_SilverNotification_C_Hide::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_Hide, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'UI_BP_SilverNotification_C_Hide::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SilverNotification_C_HideComplete \ static_assert(alignof(UI_BP_SilverNotification_C_HideComplete) == 0x000008, "Wrong alignment on UI_BP_SilverNotification_C_HideComplete"); \ static_assert(sizeof(UI_BP_SilverNotification_C_HideComplete) == 0x000008, "Wrong size on UI_BP_SilverNotification_C_HideComplete"); \ static_assert(offsetof(UI_BP_SilverNotification_C_HideComplete, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_SilverNotification_C_HideComplete::CallFunc_Get_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SilverNotification_C_ShowNotification \ static_assert(alignof(UI_BP_SilverNotification_C_ShowNotification) == 0x000008, "Wrong alignment on UI_BP_SilverNotification_C_ShowNotification"); \ static_assert(sizeof(UI_BP_SilverNotification_C_ShowNotification) == 0x000050, "Wrong size on UI_BP_SilverNotification_C_ShowNotification"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ShowNotification, ItemName) == 0x000000, "Member 'UI_BP_SilverNotification_C_ShowNotification::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ShowNotification, IconName) == 0x000010, "Member 'UI_BP_SilverNotification_C_ShowNotification::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ShowNotification, Count) == 0x000020, "Member 'UI_BP_SilverNotification_C_ShowNotification::Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ShowNotification, Header) == 0x000028, "Member 'UI_BP_SilverNotification_C_ShowNotification::Header' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ShowNotification, CallFunc_PlayAnimation_ReturnValue) == 0x000038, "Member 'UI_BP_SilverNotification_C_ShowNotification::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ShowNotification, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000040, "Member 'UI_BP_SilverNotification_C_ShowNotification::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SilverNotification_C_ShowNotification, CallFunc_K2_SetTimer_ReturnValue) == 0x000048, "Member 'UI_BP_SilverNotification_C_ShowNotification::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_SilverNotification_C \ static_assert(alignof(UUI_BP_SilverNotification_C) == 0x000008, "Wrong alignment on UUI_BP_SilverNotification_C"); \ static_assert(sizeof(UUI_BP_SilverNotification_C) == 0x000330, "Wrong size on UUI_BP_SilverNotification_C"); \ static_assert(offsetof(UUI_BP_SilverNotification_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_SilverNotification_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SilverNotification_C, HideSilverNotification) == 0x0002F0, "Member 'UUI_BP_SilverNotification_C::HideSilverNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SilverNotification_C, ShowSilverNotification) == 0x0002F8, "Member 'UUI_BP_SilverNotification_C::ShowSilverNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SilverNotification_C, newItem_Header) == 0x000300, "Member 'UUI_BP_SilverNotification_C::newItem_Header' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SilverNotification_C, NewItemLabel) == 0x000308, "Member 'UUI_BP_SilverNotification_C::NewItemLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SilverNotification_C, specialItemIcon) == 0x000310, "Member 'UUI_BP_SilverNotification_C::specialItemIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SilverNotification_C, TheBorder) == 0x000318, "Member 'UUI_BP_SilverNotification_C::TheBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SilverNotification_C, ItemsToShow) == 0x000320, "Member 'UUI_BP_SilverNotification_C::ItemsToShow' 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_BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle) == 0x000008, "Wrong alignment on BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle) == 0x000298, "Wrong size on BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, EntryPoint) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetWand_ReturnValue) == 0x000010, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x00002C, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetAnimInstance_ReturnValue) == 0x000030, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000038, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_CreateDelegate_OutputDelegate_1) == 0x000044, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_Event_OwnerActor_2) == 0x000058, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_Event_DeltaSeconds) == 0x000060, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetPlayerPawn_ReturnValue) == 0x000068, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_CustomInputActionEvent_VariantMapHandle_1) == 0x000070, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_CustomInputActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_CreateVariantMap_ReturnValue) == 0x000074, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_CreateVariantMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, Temp_struct_Variable) == 0x000078, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000080, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_MakeLiteralName_ReturnValue) == 0x000088, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_CreateDelegate_OutputDelegate_2) == 0x000090, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetActorOwner_ReturnValue) == 0x0000A0, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x0000A8, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x0000B0, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetWand_ReturnValue_1) == 0x0000C8, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetWand_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0000D0, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_IsCrawling_ReturnValue) == 0x0000D8, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_IsCrawling_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x0000E0, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_IsCrawling_ReturnValue_1) == 0x0000E8, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_IsCrawling_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_CustomStickInputActionEvent_VariantMapHandle_1) == 0x0000EC, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_CustomStickInputActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x0000F0, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0000F8, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x000100, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_DynamicCast_bSuccess_2) == 0x000108, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_CustomStickInputActionEvent_VariantMapHandle_2) == 0x00010C, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_CustomStickInputActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetTheBipedPlayer_ReturnValue_3) == 0x000110, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetTheBipedPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_IsHoverDroneActive_ReturnValue) == 0x000118, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_IsHoverDroneActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetBlackboardComponent_ReturnValue_1) == 0x000120, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetBlackboardComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_Not_PreBool_ReturnValue) == 0x000128, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_MakeLiteralName_ReturnValue_1) == 0x00012C, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x000134, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_Event_OwnerActor_1) == 0x000138, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_BTCustomActionEvent_VariantMapHandle_4) == 0x000140, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_BTCustomActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetVariantName_FromHandle_bFound) == 0x000144, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetVariantName_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetVariantName_FromHandle_ReturnValue) == 0x000148, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetVariantName_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_CustomEvent_Caller_2) == 0x000150, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000158, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_CustomInputActionEvent_VariantMapHandle_2) == 0x00015C, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_CustomInputActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetTheBipedPlayer_ReturnValue_4) == 0x000160, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetTheBipedPlayer_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000168, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_PlacePlayerInBed_BedStation) == 0x000170, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_PlacePlayerInBed_BedStation' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_PlacePlayerInBed_PlayerBedAbility) == 0x000178, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_PlacePlayerInBed_PlayerBedAbility' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_PlacePlayerInBed_ReturnValue) == 0x000180, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_PlacePlayerInBed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x000184, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_CustomEvent_Caller_1) == 0x000188, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_CustomEvent_String) == 0x000190, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_CustomEvent_String' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_Not_PreBool_ReturnValue_1) == 0x000198, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetTheBipedPlayer_ReturnValue_5) == 0x0001A0, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetTheBipedPlayer_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_DynamicCast_AsAble_Character_Interface) == 0x0001A8, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_DynamicCast_bSuccess_3) == 0x0001B8, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetTheBipedPlayer_ReturnValue_6) == 0x0001C0, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetTheBipedPlayer_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, Temp_object_Variable) == 0x0001C8, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x0001D0, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_DynamicCast_bSuccess_4) == 0x0001E0, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetActiveSpellTool_ReturnValue) == 0x0001E8, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetActiveSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetActorOwner_ReturnValue_1) == 0x0001F0, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetExecutionClassFromKeyWord_ReturnValue) == 0x0001F8, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetExecutionClassFromKeyWord_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x000200, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_IsValidClass_ReturnValue) == 0x000204, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetActorOwner_ReturnValue_2) == 0x000208, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_BroadcastAction_Actor_ReturnValue_1) == 0x000210, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_BroadcastAction_Actor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetActorOwner_ReturnValue_3) == 0x000218, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetActorOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetActorOwner_ReturnValue_4) == 0x000220, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetActorOwner_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_Event_OwnerActor) == 0x000228, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_HermesBindFName_Handle) == 0x000230, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_HermesBindFName_Handle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_HermesBindEvent_Handle) == 0x000240, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_HermesBindEvent_Handle_1) == 0x000250, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_BTCustomActionEvent_VariantMapHandle_5) == 0x000260, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_BTCustomActionEvent_VariantMapHandle_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x000264, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_CustomEvent_Caller) == 0x000268, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetTheBipedPlayer_ReturnValue_7) == 0x000270, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetTheBipedPlayer_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetMovementComponent_ReturnValue) == 0x000278, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_BTCustomActionEvent_VariantMapHandle_6) == 0x000280, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_BTCustomActionEvent_VariantMapHandle_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_DynamicCast_AsAmbulatory_Movement_Component) == 0x000288, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_DynamicCast_AsAmbulatory_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, K2Node_DynamicCast_bSuccess_5) == 0x000290, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_GetCurrentSurfaceType_ReturnValue) == 0x000291, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_GetCurrentSurfaceType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000292, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000293, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle, CallFunc_BooleanOR_ReturnValue) == 0x000294, "Member 'BTS_Biped_MoveAndIdle_C_ExecuteUbergraph_BTS_Biped_MoveAndIdle::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_MountCreature_DismountEnd \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_MountCreature_DismountEnd) == 0x000008, "Wrong alignment on BTS_Biped_MoveAndIdle_C_MountCreature_DismountEnd"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_MountCreature_DismountEnd) == 0x000008, "Wrong size on BTS_Biped_MoveAndIdle_C_MountCreature_DismountEnd"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_MountCreature_DismountEnd, Caller) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_MountCreature_DismountEnd::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_ServiceBegin \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_ServiceBegin) == 0x000008, "Wrong alignment on BTS_Biped_MoveAndIdle_C_ServiceBegin"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_ServiceBegin) == 0x000008, "Wrong size on BTS_Biped_MoveAndIdle_C_ServiceBegin"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ServiceBegin, OwnerActor) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_ServiceBegin::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_PartialBodyReaction \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_PartialBodyReaction) == 0x000008, "Wrong alignment on BTS_Biped_MoveAndIdle_C_PartialBodyReaction"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_PartialBodyReaction) == 0x000010, "Wrong size on BTS_Biped_MoveAndIdle_C_PartialBodyReaction"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PartialBodyReaction, Caller) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_PartialBodyReaction::Caller' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PartialBodyReaction, String) == 0x000008, "Member 'BTS_Biped_MoveAndIdle_C_PartialBodyReaction::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_StationStoryEnded \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_StationStoryEnded) == 0x000008, "Wrong alignment on BTS_Biped_MoveAndIdle_C_StationStoryEnded"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_StationStoryEnded) == 0x000008, "Wrong size on BTS_Biped_MoveAndIdle_C_StationStoryEnded"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_StationStoryEnded, Caller) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_StationStoryEnded::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_ServiceEnd \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_ServiceEnd) == 0x000008, "Wrong alignment on BTS_Biped_MoveAndIdle_C_ServiceEnd"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_ServiceEnd) == 0x000008, "Wrong size on BTS_Biped_MoveAndIdle_C_ServiceEnd"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ServiceEnd, OwnerActor) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_ServiceEnd::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_ReceiveTick \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_ReceiveTick) == 0x000008, "Wrong alignment on BTS_Biped_MoveAndIdle_C_ReceiveTick"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_ReceiveTick) == 0x000010, "Wrong size on BTS_Biped_MoveAndIdle_C_ReceiveTick"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTS_Biped_MoveAndIdle_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_CustActionEvt_CastFailAnimStarted_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_CustActionEvt_CastFailAnimStarted_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTS_Biped_MoveAndIdle_C_CustActionEvt_CastFailAnimStarted_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_CustActionEvt_CastFailAnimStarted_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTS_Biped_MoveAndIdle_C_CustActionEvt_CastFailAnimStarted_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_CustActionEvt_CastFailAnimStarted_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_CustActionEvt_CastFailAnimStarted_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1 \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1) == 0x000004, "Wrong alignment on BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1) == 0x000004, "Wrong size on BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2 \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2) == 0x000004, "Wrong alignment on BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2) == 0x000004, "Wrong size on BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on BTS_Biped_MoveAndIdle_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on BTS_Biped_MoveAndIdle_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_CustActionEvt_OpenDoorRight_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_CustActionEvt_OpenDoorRight_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTS_Biped_MoveAndIdle_C_CustActionEvt_OpenDoorRight_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_CustActionEvt_OpenDoorRight_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTS_Biped_MoveAndIdle_C_CustActionEvt_OpenDoorRight_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_CustActionEvt_OpenDoorRight_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_CustActionEvt_OpenDoorRight_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_CustActionEvt_OpenDoorLeft_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_CustActionEvt_OpenDoorLeft_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTS_Biped_MoveAndIdle_C_CustActionEvt_OpenDoorLeft_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_CustActionEvt_OpenDoorLeft_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTS_Biped_MoveAndIdle_C_CustActionEvt_OpenDoorLeft_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_CustActionEvt_OpenDoorLeft_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_CustActionEvt_OpenDoorLeft_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTS_Biped_MoveAndIdle_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTS_Biped_MoveAndIdle_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_1 \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong alignment on BTS_Biped_MoveAndIdle_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_1"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong size on BTS_Biped_MoveAndIdle_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_1"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_CustActionEvt_PartialBodyReaction_K2Node_BTCustomActionEvent_4 \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_CustActionEvt_PartialBodyReaction_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong alignment on BTS_Biped_MoveAndIdle_C_CustActionEvt_PartialBodyReaction_K2Node_BTCustomActionEvent_4"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_CustActionEvt_PartialBodyReaction_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong size on BTS_Biped_MoveAndIdle_C_CustActionEvt_PartialBodyReaction_K2Node_BTCustomActionEvent_4"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_CustActionEvt_PartialBodyReaction_K2Node_BTCustomActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_CustActionEvt_PartialBodyReaction_K2Node_BTCustomActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_2 \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_2) == 0x000004, "Wrong alignment on BTS_Biped_MoveAndIdle_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_2"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_2) == 0x000004, "Wrong size on BTS_Biped_MoveAndIdle_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_2"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_CustActionEvt_SpellMadeContact_K2Node_BTCustomActionEvent_5 \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_CustActionEvt_SpellMadeContact_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong alignment on BTS_Biped_MoveAndIdle_C_CustActionEvt_SpellMadeContact_K2Node_BTCustomActionEvent_5"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_CustActionEvt_SpellMadeContact_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong size on BTS_Biped_MoveAndIdle_C_CustActionEvt_SpellMadeContact_K2Node_BTCustomActionEvent_5"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_CustActionEvt_SpellMadeContact_K2Node_BTCustomActionEvent_5, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_CustActionEvt_SpellMadeContact_K2Node_BTCustomActionEvent_5::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_CustActionEvt_AncientMagicDetect_K2Node_BTCustomActionEvent_6 \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_CustActionEvt_AncientMagicDetect_K2Node_BTCustomActionEvent_6) == 0x000004, "Wrong alignment on BTS_Biped_MoveAndIdle_C_CustActionEvt_AncientMagicDetect_K2Node_BTCustomActionEvent_6"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_CustActionEvt_AncientMagicDetect_K2Node_BTCustomActionEvent_6) == 0x000004, "Wrong size on BTS_Biped_MoveAndIdle_C_CustActionEvt_AncientMagicDetect_K2Node_BTCustomActionEvent_6"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_CustActionEvt_AncientMagicDetect_K2Node_BTCustomActionEvent_6, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_CustActionEvt_AncientMagicDetect_K2Node_BTCustomActionEvent_6::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_IsStrafing \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_IsStrafing) == 0x000008, "Wrong alignment on BTS_Biped_MoveAndIdle_C_IsStrafing"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_IsStrafing) == 0x000020, "Wrong size on BTS_Biped_MoveAndIdle_C_IsStrafing"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_IsStrafing, Redirected) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_IsStrafing::Redirected' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_IsStrafing, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTS_Biped_MoveAndIdle_C_IsStrafing::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_IsStrafing, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x000010, "Member 'BTS_Biped_MoveAndIdle_C_IsStrafing::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_IsStrafing, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTS_Biped_MoveAndIdle_C_IsStrafing::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_CleanupStation \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_CleanupStation) == 0x000008, "Wrong alignment on BTS_Biped_MoveAndIdle_C_CleanupStation"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_CleanupStation) == 0x000030, "Wrong size on BTS_Biped_MoveAndIdle_C_CleanupStation"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_CleanupStation, CallFunc_MakeLiteralName_ReturnValue) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_CleanupStation::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_CleanupStation, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTS_Biped_MoveAndIdle_C_CleanupStation::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_CleanupStation, CallFunc_GetBlackboard_ReturnValue) == 0x000010, "Member 'BTS_Biped_MoveAndIdle_C_CleanupStation::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_CleanupStation, CallFunc_GetValueAsObject_ReturnValue) == 0x000018, "Member 'BTS_Biped_MoveAndIdle_C_CleanupStation::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_CleanupStation, K2Node_DynamicCast_AsStation_Component) == 0x000020, "Member 'BTS_Biped_MoveAndIdle_C_CleanupStation::K2Node_DynamicCast_AsStation_Component' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_CleanupStation, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTS_Biped_MoveAndIdle_C_CleanupStation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_CleanupStation, CallFunc_UnlockStationBP_ReturnValue) == 0x000029, "Member 'BTS_Biped_MoveAndIdle_C_CleanupStation::CallFunc_UnlockStationBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_GainKnowledge \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_GainKnowledge) == 0x000008, "Wrong alignment on BTS_Biped_MoveAndIdle_C_GainKnowledge"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_GainKnowledge) == 0x000010, "Wrong size on BTS_Biped_MoveAndIdle_C_GainKnowledge"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_GainKnowledge, CallFunc_Get_ReturnValue) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_GainKnowledge::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_GainKnowledge, CallFunc_GetDbId_ReturnValue) == 0x000008, "Member 'BTS_Biped_MoveAndIdle_C_GainKnowledge::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_Interact_Station \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_Interact_Station) == 0x000008, "Wrong alignment on BTS_Biped_MoveAndIdle_C_Interact_Station"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_Interact_Station) == 0x000020, "Wrong size on BTS_Biped_MoveAndIdle_C_Interact_Station"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_Interact_Station, CallFunc_GetPlayerPawn_ReturnValue) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_Interact_Station::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_Interact_Station, K2Node_DynamicCast_AsBiped_Interact_Interface) == 0x000008, "Member 'BTS_Biped_MoveAndIdle_C_Interact_Station::K2Node_DynamicCast_AsBiped_Interact_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_Interact_Station, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTS_Biped_MoveAndIdle_C_Interact_Station::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_InteractCanceled_Station \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_InteractCanceled_Station) == 0x000008, "Wrong alignment on BTS_Biped_MoveAndIdle_C_InteractCanceled_Station"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_InteractCanceled_Station) == 0x000038, "Wrong size on BTS_Biped_MoveAndIdle_C_InteractCanceled_Station"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractCanceled_Station, CallFunc_GetActorOwner_ReturnValue) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_InteractCanceled_Station::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractCanceled_Station, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000008, "Member 'BTS_Biped_MoveAndIdle_C_InteractCanceled_Station::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractCanceled_Station, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTS_Biped_MoveAndIdle_C_InteractCanceled_Station::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractCanceled_Station, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000019, "Member 'BTS_Biped_MoveAndIdle_C_InteractCanceled_Station::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractCanceled_Station, CallFunc_GetPlayerPawn_ReturnValue) == 0x000020, "Member 'BTS_Biped_MoveAndIdle_C_InteractCanceled_Station::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractCanceled_Station, CallFunc_MakeLiteralName_ReturnValue) == 0x000028, "Member 'BTS_Biped_MoveAndIdle_C_InteractCanceled_Station::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractCanceled_Station, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000030, "Member 'BTS_Biped_MoveAndIdle_C_InteractCanceled_Station::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_InteractInitiated_Station \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_InteractInitiated_Station) == 0x000008, "Wrong alignment on BTS_Biped_MoveAndIdle_C_InteractInitiated_Station"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_InteractInitiated_Station) == 0x000088, "Wrong size on BTS_Biped_MoveAndIdle_C_InteractInitiated_Station"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractInitiated_Station, BlackboardComponent) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_InteractInitiated_Station::BlackboardComponent' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractInitiated_Station, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BTS_Biped_MoveAndIdle_C_InteractInitiated_Station::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractInitiated_Station, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BTS_Biped_MoveAndIdle_C_InteractInitiated_Station::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractInitiated_Station, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BTS_Biped_MoveAndIdle_C_InteractInitiated_Station::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractInitiated_Station, CallFunc_MakeLiteralName_ReturnValue) == 0x000030, "Member 'BTS_Biped_MoveAndIdle_C_InteractInitiated_Station::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractInitiated_Station, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000038, "Member 'BTS_Biped_MoveAndIdle_C_InteractInitiated_Station::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractInitiated_Station, CallFunc_GetActorOwner_ReturnValue) == 0x000040, "Member 'BTS_Biped_MoveAndIdle_C_InteractInitiated_Station::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractInitiated_Station, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000048, "Member 'BTS_Biped_MoveAndIdle_C_InteractInitiated_Station::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractInitiated_Station, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BTS_Biped_MoveAndIdle_C_InteractInitiated_Station::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractInitiated_Station, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000059, "Member 'BTS_Biped_MoveAndIdle_C_InteractInitiated_Station::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractInitiated_Station, K2Node_DynamicCast_AsPawn) == 0x000060, "Member 'BTS_Biped_MoveAndIdle_C_InteractInitiated_Station::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractInitiated_Station, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'BTS_Biped_MoveAndIdle_C_InteractInitiated_Station::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractInitiated_Station, CallFunc_GetController_ReturnValue) == 0x000070, "Member 'BTS_Biped_MoveAndIdle_C_InteractInitiated_Station::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractInitiated_Station, CallFunc_GetComponentByClass_ReturnValue) == 0x000078, "Member 'BTS_Biped_MoveAndIdle_C_InteractInitiated_Station::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_InteractInitiated_Station, CallFunc_GetBestTarget_ReturnValue) == 0x000080, "Member 'BTS_Biped_MoveAndIdle_C_InteractInitiated_Station::CallFunc_GetBestTarget_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction) == 0x000008, "Wrong alignment on BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction) == 0x000098, "Wrong size on BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, Object) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::Object' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, Selection) == 0x000008, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::Selection' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, Instigator) == 0x000010, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::Instigator' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, K2Node_SwitchName_CmpSuccess) == 0x000018, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, K2Node_DynamicCast_AsActor) == 0x000020, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, K2Node_DynamicCast_AsSimple_Interact_Object) == 0x000030, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::K2Node_DynamicCast_AsSimple_Interact_Object' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000040, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000048, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000060, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue) == 0x000071, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_1) == 0x000072, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, K2Node_DynamicCast_AsAble_Character_Interface_2) == 0x000078, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::K2Node_DynamicCast_AsAble_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, K2Node_DynamicCast_bSuccess_4) == 0x000088, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_2) == 0x000089, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction, CallFunc_ActivateTool_ReturnValue) == 0x000090, "Member 'BTS_Biped_MoveAndIdle_C_PlayPartialBodyReaction::CallFunc_ActivateTool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_MoveAndIdle_C_AddWidgetToScreen \ static_assert(alignof(BTS_Biped_MoveAndIdle_C_AddWidgetToScreen) == 0x000008, "Wrong alignment on BTS_Biped_MoveAndIdle_C_AddWidgetToScreen"); \ static_assert(sizeof(BTS_Biped_MoveAndIdle_C_AddWidgetToScreen) == 0x000008, "Wrong size on BTS_Biped_MoveAndIdle_C_AddWidgetToScreen"); \ static_assert(offsetof(BTS_Biped_MoveAndIdle_C_AddWidgetToScreen, ScreenToAdd) == 0x000000, "Member 'BTS_Biped_MoveAndIdle_C_AddWidgetToScreen::ScreenToAdd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Biped_MoveAndIdle_C \ static_assert(alignof(UBTS_Biped_MoveAndIdle_C) == 0x000008, "Wrong alignment on UBTS_Biped_MoveAndIdle_C"); \ static_assert(sizeof(UBTS_Biped_MoveAndIdle_C) == 0x000148, "Wrong size on UBTS_Biped_MoveAndIdle_C"); \ static_assert(offsetof(UBTS_Biped_MoveAndIdle_C, UberGraphFrame) == 0x0000F8, "Member 'UBTS_Biped_MoveAndIdle_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_MoveAndIdle_C, StationInteractionInitiated) == 0x000100, "Member 'UBTS_Biped_MoveAndIdle_C::StationInteractionInitiated' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_MoveAndIdle_C, interactionActor) == 0x000108, "Member 'UBTS_Biped_MoveAndIdle_C::interactionActor' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_MoveAndIdle_C, StationData) == 0x000110, "Member 'UBTS_Biped_MoveAndIdle_C::StationData' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_MoveAndIdle_C, Stealing) == 0x000130, "Member 'UBTS_Biped_MoveAndIdle_C::Stealing' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_MoveAndIdle_C, SceneRigToUse) == 0x000138, "Member 'UBTS_Biped_MoveAndIdle_C::SceneRigToUse' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_MoveAndIdle_C, IsCrawling) == 0x000140, "Member 'UBTS_Biped_MoveAndIdle_C::IsCrawling' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_MoveAndIdle_C, PartialBodyReactionPlaying) == 0x000141, "Member 'UBTS_Biped_MoveAndIdle_C::PartialBodyReactionPlaying' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_MoveAndIdle_C, StickPressed) == 0x000142, "Member 'UBTS_Biped_MoveAndIdle_C::StickPressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraOutlinerEmitterInstanceData \ static_assert(alignof(FNiagaraOutlinerEmitterInstanceData) == 0x000008, "Wrong alignment on FNiagaraOutlinerEmitterInstanceData"); \ static_assert(sizeof(FNiagaraOutlinerEmitterInstanceData) == 0x000020, "Wrong size on FNiagaraOutlinerEmitterInstanceData"); \ static_assert(offsetof(FNiagaraOutlinerEmitterInstanceData, EmitterName) == 0x000000, "Member 'FNiagaraOutlinerEmitterInstanceData::EmitterName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerEmitterInstanceData, SimTarget) == 0x000010, "Member 'FNiagaraOutlinerEmitterInstanceData::SimTarget' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerEmitterInstanceData, ExecState) == 0x000014, "Member 'FNiagaraOutlinerEmitterInstanceData::ExecState' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerEmitterInstanceData, NumParticles) == 0x000018, "Member 'FNiagaraOutlinerEmitterInstanceData::NumParticles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraScalabilityState \ static_assert(alignof(FNiagaraScalabilityState) == 0x000004, "Wrong alignment on FNiagaraScalabilityState"); \ static_assert(sizeof(FNiagaraScalabilityState) == 0x000008, "Wrong size on FNiagaraScalabilityState"); \ static_assert(offsetof(FNiagaraScalabilityState, Significance) == 0x000000, "Member 'FNiagaraScalabilityState::Significance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraOutlinerTimingData \ static_assert(alignof(FNiagaraOutlinerTimingData) == 0x000004, "Wrong alignment on FNiagaraOutlinerTimingData"); \ static_assert(sizeof(FNiagaraOutlinerTimingData) == 0x000008, "Wrong size on FNiagaraOutlinerTimingData"); \ static_assert(offsetof(FNiagaraOutlinerTimingData, GameThread) == 0x000000, "Member 'FNiagaraOutlinerTimingData::GameThread' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerTimingData, RenderThread) == 0x000004, "Member 'FNiagaraOutlinerTimingData::RenderThread' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraOutlinerSystemInstanceData \ static_assert(alignof(FNiagaraOutlinerSystemInstanceData) == 0x000008, "Wrong alignment on FNiagaraOutlinerSystemInstanceData"); \ static_assert(sizeof(FNiagaraOutlinerSystemInstanceData) == 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_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_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_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_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_FNiagaraDeviceProfileStateEntry \ static_assert(alignof(FNiagaraDeviceProfileStateEntry) == 0x000004, "Wrong alignment on FNiagaraDeviceProfileStateEntry"); \ static_assert(sizeof(FNiagaraDeviceProfileStateEntry) == 0x000010, "Wrong size on FNiagaraDeviceProfileStateEntry"); \ static_assert(offsetof(FNiagaraDeviceProfileStateEntry, ProfileName) == 0x000000, "Member 'FNiagaraDeviceProfileStateEntry::ProfileName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDeviceProfileStateEntry, QualityLevelMask) == 0x000008, "Member 'FNiagaraDeviceProfileStateEntry::QualityLevelMask' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDeviceProfileStateEntry, SetQualityLevelMask) == 0x00000C, "Member 'FNiagaraDeviceProfileStateEntry::SetQualityLevelMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraPlatformSetCVarCondition \ static_assert(alignof(FNiagaraPlatformSetCVarCondition) == 0x000008, "Wrong alignment on FNiagaraPlatformSetCVarCondition"); \ static_assert(sizeof(FNiagaraPlatformSetCVarCondition) == 0x000028, "Wrong size on FNiagaraPlatformSetCVarCondition"); \ static_assert(offsetof(FNiagaraPlatformSetCVarCondition, CVarName) == 0x000000, "Member 'FNiagaraPlatformSetCVarCondition::CVarName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPlatformSetCVarCondition, Value) == 0x000008, "Member 'FNiagaraPlatformSetCVarCondition::Value' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPlatformSetCVarCondition, MinInt) == 0x00000C, "Member 'FNiagaraPlatformSetCVarCondition::MinInt' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPlatformSetCVarCondition, MaxInt) == 0x000010, "Member 'FNiagaraPlatformSetCVarCondition::MaxInt' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPlatformSetCVarCondition, MinFloat) == 0x000014, "Member 'FNiagaraPlatformSetCVarCondition::MinFloat' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPlatformSetCVarCondition, MaxFloat) == 0x000018, "Member 'FNiagaraPlatformSetCVarCondition::MaxFloat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraPlatformSet \ static_assert(alignof(FNiagaraPlatformSet) == 0x000008, "Wrong alignment on FNiagaraPlatformSet"); \ static_assert(sizeof(FNiagaraPlatformSet) == 0x000030, "Wrong size on FNiagaraPlatformSet"); \ static_assert(offsetof(FNiagaraPlatformSet, QualityLevelMask) == 0x000000, "Member 'FNiagaraPlatformSet::QualityLevelMask' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPlatformSet, DeviceProfileStates) == 0x000008, "Member 'FNiagaraPlatformSet::DeviceProfileStates' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPlatformSet, CVarConditions) == 0x000018, "Member 'FNiagaraPlatformSet::CVarConditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraEmitterScalabilitySettings \ static_assert(alignof(FNiagaraEmitterScalabilitySettings) == 0x000008, "Wrong alignment on FNiagaraEmitterScalabilitySettings"); \ static_assert(sizeof(FNiagaraEmitterScalabilitySettings) == 0x000038, "Wrong size on FNiagaraEmitterScalabilitySettings"); \ static_assert(offsetof(FNiagaraEmitterScalabilitySettings, Platforms) == 0x000000, "Member 'FNiagaraEmitterScalabilitySettings::Platforms' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEmitterScalabilitySettings, SpawnCountScale) == 0x000034, "Member 'FNiagaraEmitterScalabilitySettings::SpawnCountScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraEmitterScalabilityOverride \ static_assert(alignof(FNiagaraEmitterScalabilityOverride) == 0x000008, "Wrong alignment on FNiagaraEmitterScalabilityOverride"); \ static_assert(sizeof(FNiagaraEmitterScalabilityOverride) == 0x000040, "Wrong size on FNiagaraEmitterScalabilityOverride"); \ #define DUMPER7_ASSERTS_FNiagaraEmitterScalabilityOverrides \ static_assert(alignof(FNiagaraEmitterScalabilityOverrides) == 0x000008, "Wrong alignment on FNiagaraEmitterScalabilityOverrides"); \ static_assert(sizeof(FNiagaraEmitterScalabilityOverrides) == 0x000010, "Wrong size on FNiagaraEmitterScalabilityOverrides"); \ static_assert(offsetof(FNiagaraEmitterScalabilityOverrides, Overrides) == 0x000000, "Member 'FNiagaraEmitterScalabilityOverrides::Overrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FNiagaraWorldManagerTickFunction \ static_assert(alignof(FNiagaraWorldManagerTickFunction) == 0x000008, "Wrong alignment on FNiagaraWorldManagerTickFunction"); \ static_assert(sizeof(FNiagaraWorldManagerTickFunction) == 0x000048, "Wrong size on FNiagaraWorldManagerTickFunction"); \ #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_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_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_FNiagaraCompileDependency \ static_assert(alignof(FNiagaraCompileDependency) == 0x000008, "Wrong alignment on FNiagaraCompileDependency"); \ static_assert(sizeof(FNiagaraCompileDependency) == 0x000050, "Wrong size on FNiagaraCompileDependency"); \ static_assert(offsetof(FNiagaraCompileDependency, LinkerErrorMessage) == 0x000000, "Member 'FNiagaraCompileDependency::LinkerErrorMessage' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileDependency, NodeGuid) == 0x000010, "Member 'FNiagaraCompileDependency::NodeGuid' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileDependency, PinGuid) == 0x000020, "Member 'FNiagaraCompileDependency::PinGuid' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileDependency, StackGuids) == 0x000030, "Member 'FNiagaraCompileDependency::StackGuids' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileDependency, DependentVariable) == 0x000040, "Member 'FNiagaraCompileDependency::DependentVariable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraRandInfo \ static_assert(alignof(FNiagaraRandInfo) == 0x000004, "Wrong alignment on FNiagaraRandInfo"); \ static_assert(sizeof(FNiagaraRandInfo) == 0x00000C, "Wrong size on FNiagaraRandInfo"); \ static_assert(offsetof(FNiagaraRandInfo, Seed1) == 0x000000, "Member 'FNiagaraRandInfo::Seed1' has a wrong offset!"); \ static_assert(offsetof(FNiagaraRandInfo, Seed2) == 0x000004, "Member 'FNiagaraRandInfo::Seed2' has a wrong offset!"); \ static_assert(offsetof(FNiagaraRandInfo, Seed3) == 0x000008, "Member 'FNiagaraRandInfo::Seed3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraUserParameterBinding \ static_assert(alignof(FNiagaraUserParameterBinding) == 0x000008, "Wrong alignment on FNiagaraUserParameterBinding"); \ static_assert(sizeof(FNiagaraUserParameterBinding) == 0x000020, "Wrong size on FNiagaraUserParameterBinding"); \ static_assert(offsetof(FNiagaraUserParameterBinding, Parameter) == 0x000000, "Member 'FNiagaraUserParameterBinding::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraScriptVariableBinding \ static_assert(alignof(FNiagaraScriptVariableBinding) == 0x000004, "Wrong alignment on FNiagaraScriptVariableBinding"); \ static_assert(sizeof(FNiagaraScriptVariableBinding) == 0x000008, "Wrong size on FNiagaraScriptVariableBinding"); \ static_assert(offsetof(FNiagaraScriptVariableBinding, Name) == 0x000000, "Member 'FNiagaraScriptVariableBinding::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraVariableDataInterfaceBinding \ static_assert(alignof(FNiagaraVariableDataInterfaceBinding) == 0x000008, "Wrong alignment on FNiagaraVariableDataInterfaceBinding"); \ static_assert(sizeof(FNiagaraVariableDataInterfaceBinding) == 0x000020, "Wrong size on FNiagaraVariableDataInterfaceBinding"); \ static_assert(offsetof(FNiagaraVariableDataInterfaceBinding, BoundVariable) == 0x000000, "Member 'FNiagaraVariableDataInterfaceBinding::BoundVariable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraMaterialAttributeBinding \ static_assert(alignof(FNiagaraMaterialAttributeBinding) == 0x000004, "Wrong alignment on FNiagaraMaterialAttributeBinding"); \ static_assert(sizeof(FNiagaraMaterialAttributeBinding) == 0x00002C, "Wrong size on FNiagaraMaterialAttributeBinding"); \ static_assert(offsetof(FNiagaraMaterialAttributeBinding, MaterialParameterName) == 0x000000, "Member 'FNiagaraMaterialAttributeBinding::MaterialParameterName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialAttributeBinding, NiagaraVariable) == 0x000008, "Member 'FNiagaraMaterialAttributeBinding::NiagaraVariable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialAttributeBinding, ResolvedNiagaraVariable) == 0x000014, "Member 'FNiagaraMaterialAttributeBinding::ResolvedNiagaraVariable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialAttributeBinding, NiagaraChildVariable) == 0x000020, "Member 'FNiagaraMaterialAttributeBinding::NiagaraChildVariable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraVariableAttributeBinding \ static_assert(alignof(FNiagaraVariableAttributeBinding) == 0x000008, "Wrong alignment on FNiagaraVariableAttributeBinding"); \ static_assert(sizeof(FNiagaraVariableAttributeBinding) == 0x000058, "Wrong size on FNiagaraVariableAttributeBinding"); \ static_assert(offsetof(FNiagaraVariableAttributeBinding, ParamMapVariable) == 0x000000, "Member 'FNiagaraVariableAttributeBinding::ParamMapVariable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableAttributeBinding, DataSetVariable) == 0x000010, "Member 'FNiagaraVariableAttributeBinding::DataSetVariable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableAttributeBinding, RootVariable) == 0x000030, "Member 'FNiagaraVariableAttributeBinding::RootVariable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableAttributeBinding, BindingSourceMode) == 0x000050, "Member 'FNiagaraVariableAttributeBinding::BindingSourceMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraVariableInfo \ static_assert(alignof(FNiagaraVariableInfo) == 0x000008, "Wrong alignment on FNiagaraVariableInfo"); \ static_assert(sizeof(FNiagaraVariableInfo) == 0x000040, "Wrong size on FNiagaraVariableInfo"); \ static_assert(offsetof(FNiagaraVariableInfo, Variable) == 0x000000, "Member 'FNiagaraVariableInfo::Variable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableInfo, Definition) == 0x000020, "Member 'FNiagaraVariableInfo::Definition' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableInfo, DataInterface) == 0x000038, "Member 'FNiagaraVariableInfo::DataInterface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSystemUpdateContext \ static_assert(alignof(FNiagaraSystemUpdateContext) == 0x000008, "Wrong alignment on FNiagaraSystemUpdateContext"); \ static_assert(sizeof(FNiagaraSystemUpdateContext) == 0x000068, "Wrong size on FNiagaraSystemUpdateContext"); \ static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToReset) == 0x000000, "Member 'FNiagaraSystemUpdateContext::ComponentsToReset' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToReInit) == 0x000010, "Member 'FNiagaraSystemUpdateContext::ComponentsToReInit' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToNotifySimDestroy) == 0x000020, "Member 'FNiagaraSystemUpdateContext::ComponentsToNotifySimDestroy' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemUpdateContext, SystemSimsToDestroy) == 0x000030, "Member 'FNiagaraSystemUpdateContext::SystemSimsToDestroy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVMFunctionSpecifier \ static_assert(alignof(FVMFunctionSpecifier) == 0x000004, "Wrong alignment on FVMFunctionSpecifier"); \ static_assert(sizeof(FVMFunctionSpecifier) == 0x000010, "Wrong size on FVMFunctionSpecifier"); \ static_assert(offsetof(FVMFunctionSpecifier, Key) == 0x000000, "Member 'FVMFunctionSpecifier::Key' has a wrong offset!"); \ static_assert(offsetof(FVMFunctionSpecifier, Value) == 0x000008, "Member 'FVMFunctionSpecifier::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVMExternalFunctionBindingInfo \ static_assert(alignof(FVMExternalFunctionBindingInfo) == 0x000008, "Wrong alignment on FVMExternalFunctionBindingInfo"); \ static_assert(sizeof(FVMExternalFunctionBindingInfo) == 0x000038, "Wrong size on FVMExternalFunctionBindingInfo"); \ static_assert(offsetof(FVMExternalFunctionBindingInfo, Name) == 0x000000, "Member 'FVMExternalFunctionBindingInfo::Name' has a wrong offset!"); \ static_assert(offsetof(FVMExternalFunctionBindingInfo, OwnerName) == 0x000008, "Member 'FVMExternalFunctionBindingInfo::OwnerName' has a wrong offset!"); \ static_assert(offsetof(FVMExternalFunctionBindingInfo, InputParamLocations) == 0x000010, "Member 'FVMExternalFunctionBindingInfo::InputParamLocations' has a wrong offset!"); \ static_assert(offsetof(FVMExternalFunctionBindingInfo, NumOutputs) == 0x000020, "Member 'FVMExternalFunctionBindingInfo::NumOutputs' has a wrong offset!"); \ static_assert(offsetof(FVMExternalFunctionBindingInfo, FunctionSpecifiers) == 0x000028, "Member 'FVMExternalFunctionBindingInfo::FunctionSpecifiers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraStatScope \ static_assert(alignof(FNiagaraStatScope) == 0x000004, "Wrong alignment on FNiagaraStatScope"); \ static_assert(sizeof(FNiagaraStatScope) == 0x000010, "Wrong size on FNiagaraStatScope"); \ static_assert(offsetof(FNiagaraStatScope, FullName) == 0x000000, "Member 'FNiagaraStatScope::FullName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraStatScope, FriendlyName) == 0x000008, "Member 'FNiagaraStatScope::FriendlyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraTypeDefinition \ static_assert(alignof(FNiagaraTypeDefinition) == 0x000008, "Wrong alignment on FNiagaraTypeDefinition"); \ static_assert(sizeof(FNiagaraTypeDefinition) == 0x000010, "Wrong size on FNiagaraTypeDefinition"); \ static_assert(offsetof(FNiagaraTypeDefinition, ClassStructOrEnum) == 0x000000, "Member 'FNiagaraTypeDefinition::ClassStructOrEnum' has a wrong offset!"); \ static_assert(offsetof(FNiagaraTypeDefinition, UnderlyingType) == 0x000008, "Member 'FNiagaraTypeDefinition::UnderlyingType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraScriptDataInterfaceCompileInfo \ static_assert(alignof(FNiagaraScriptDataInterfaceCompileInfo) == 0x000008, "Wrong alignment on FNiagaraScriptDataInterfaceCompileInfo"); \ static_assert(sizeof(FNiagaraScriptDataInterfaceCompileInfo) == 0x000038, "Wrong size on FNiagaraScriptDataInterfaceCompileInfo"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, Name) == 0x000000, "Member 'FNiagaraScriptDataInterfaceCompileInfo::Name' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, UserPtrIdx) == 0x000008, "Member 'FNiagaraScriptDataInterfaceCompileInfo::UserPtrIdx' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, Type) == 0x000010, "Member 'FNiagaraScriptDataInterfaceCompileInfo::Type' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, RegisteredParameterMapRead) == 0x000020, "Member 'FNiagaraScriptDataInterfaceCompileInfo::RegisteredParameterMapRead' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, RegisteredParameterMapWrite) == 0x000028, "Member 'FNiagaraScriptDataInterfaceCompileInfo::RegisteredParameterMapWrite' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceCompileInfo, bIsPlaceholder) == 0x000030, "Member 'FNiagaraScriptDataInterfaceCompileInfo::bIsPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraScriptDataInterfaceInfo \ static_assert(alignof(FNiagaraScriptDataInterfaceInfo) == 0x000008, "Wrong alignment on FNiagaraScriptDataInterfaceInfo"); \ static_assert(sizeof(FNiagaraScriptDataInterfaceInfo) == 0x000038, "Wrong size on FNiagaraScriptDataInterfaceInfo"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, DataInterface) == 0x000000, "Member 'FNiagaraScriptDataInterfaceInfo::DataInterface' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, Name) == 0x000008, "Member 'FNiagaraScriptDataInterfaceInfo::Name' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, UserPtrIdx) == 0x000010, "Member 'FNiagaraScriptDataInterfaceInfo::UserPtrIdx' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, Type) == 0x000018, "Member 'FNiagaraScriptDataInterfaceInfo::Type' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, RegisteredParameterMapRead) == 0x000028, "Member 'FNiagaraScriptDataInterfaceInfo::RegisteredParameterMapRead' has a wrong offset!"); \ static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, RegisteredParameterMapWrite) == 0x000030, "Member 'FNiagaraScriptDataInterfaceInfo::RegisteredParameterMapWrite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraFunctionSignature \ static_assert(alignof(FNiagaraFunctionSignature) == 0x000008, "Wrong alignment on FNiagaraFunctionSignature"); \ static_assert(sizeof(FNiagaraFunctionSignature) == 0x000090, "Wrong size on FNiagaraFunctionSignature"); \ static_assert(offsetof(FNiagaraFunctionSignature, Name) == 0x000000, "Member 'FNiagaraFunctionSignature::Name' has a wrong offset!"); \ static_assert(offsetof(FNiagaraFunctionSignature, Inputs) == 0x000008, "Member 'FNiagaraFunctionSignature::Inputs' has a wrong offset!"); \ static_assert(offsetof(FNiagaraFunctionSignature, Outputs) == 0x000018, "Member 'FNiagaraFunctionSignature::Outputs' has a wrong offset!"); \ static_assert(offsetof(FNiagaraFunctionSignature, OwnerName) == 0x000028, "Member 'FNiagaraFunctionSignature::OwnerName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraFunctionSignature, ModuleUsageBitmask) == 0x000034, "Member 'FNiagaraFunctionSignature::ModuleUsageBitmask' has a wrong offset!"); \ static_assert(offsetof(FNiagaraFunctionSignature, ContextStageMinIndex) == 0x000038, "Member 'FNiagaraFunctionSignature::ContextStageMinIndex' has a wrong offset!"); \ static_assert(offsetof(FNiagaraFunctionSignature, ContextStageMaxIndex) == 0x00003C, "Member 'FNiagaraFunctionSignature::ContextStageMaxIndex' has a wrong offset!"); \ static_assert(offsetof(FNiagaraFunctionSignature, FunctionSpecifiers) == 0x000040, "Member 'FNiagaraFunctionSignature::FunctionSpecifiers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraScriptDataUsageInfo \ static_assert(alignof(FNiagaraScriptDataUsageInfo) == 0x000001, "Wrong alignment on FNiagaraScriptDataUsageInfo"); \ static_assert(sizeof(FNiagaraScriptDataUsageInfo) == 0x000001, "Wrong size on FNiagaraScriptDataUsageInfo"); \ static_assert(offsetof(FNiagaraScriptDataUsageInfo, bReadsAttributeData) == 0x000000, "Member 'FNiagaraScriptDataUsageInfo::bReadsAttributeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDataSetID \ static_assert(alignof(FNiagaraDataSetID) == 0x000004, "Wrong alignment on FNiagaraDataSetID"); \ static_assert(sizeof(FNiagaraDataSetID) == 0x00000C, "Wrong size on FNiagaraDataSetID"); \ static_assert(offsetof(FNiagaraDataSetID, Name) == 0x000000, "Member 'FNiagaraDataSetID::Name' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataSetID, Type) == 0x000008, "Member 'FNiagaraDataSetID::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDataSetProperties \ static_assert(alignof(FNiagaraDataSetProperties) == 0x000008, "Wrong alignment on FNiagaraDataSetProperties"); \ static_assert(sizeof(FNiagaraDataSetProperties) == 0x000020, "Wrong size on FNiagaraDataSetProperties"); \ static_assert(offsetof(FNiagaraDataSetProperties, ID) == 0x000000, "Member 'FNiagaraDataSetProperties::ID' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataSetProperties, Variables) == 0x000010, "Member 'FNiagaraDataSetProperties::Variables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraMaterialOverride \ static_assert(alignof(FNiagaraMaterialOverride) == 0x000008, "Wrong alignment on FNiagaraMaterialOverride"); \ static_assert(sizeof(FNiagaraMaterialOverride) == 0x000018, "Wrong size on FNiagaraMaterialOverride"); \ static_assert(offsetof(FNiagaraMaterialOverride, Material) == 0x000000, "Member 'FNiagaraMaterialOverride::Material' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialOverride, MaterialSubIndex) == 0x000008, "Member 'FNiagaraMaterialOverride::MaterialSubIndex' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialOverride, EmitterRendererProperty) == 0x000010, "Member 'FNiagaraMaterialOverride::EmitterRendererProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNCPoolElement \ static_assert(alignof(FNCPoolElement) == 0x000008, "Wrong alignment on FNCPoolElement"); \ static_assert(sizeof(FNCPoolElement) == 0x000010, "Wrong size on FNCPoolElement"); \ static_assert(offsetof(FNCPoolElement, Component) == 0x000000, "Member 'FNCPoolElement::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNCPool \ static_assert(alignof(FNCPool) == 0x000008, "Wrong alignment on FNCPool"); \ static_assert(sizeof(FNCPool) == 0x000010, "Wrong size on FNCPool"); \ static_assert(offsetof(FNCPool, FreeElements) == 0x000000, "Member 'FNCPool::FreeElements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraComponentPropertyBinding \ static_assert(alignof(FNiagaraComponentPropertyBinding) == 0x000008, "Wrong alignment on FNiagaraComponentPropertyBinding"); \ static_assert(sizeof(FNiagaraComponentPropertyBinding) == 0x0000E8, "Wrong size on FNiagaraComponentPropertyBinding"); \ static_assert(offsetof(FNiagaraComponentPropertyBinding, AttributeBinding) == 0x000000, "Member 'FNiagaraComponentPropertyBinding::AttributeBinding' has a wrong offset!"); \ static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertyName) == 0x000058, "Member 'FNiagaraComponentPropertyBinding::PropertyName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertyType) == 0x000060, "Member 'FNiagaraComponentPropertyBinding::PropertyType' has a wrong offset!"); \ static_assert(offsetof(FNiagaraComponentPropertyBinding, MetadataSetterName) == 0x000070, "Member 'FNiagaraComponentPropertyBinding::MetadataSetterName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertySetterParameterDefaults) == 0x000078, "Member 'FNiagaraComponentPropertyBinding::PropertySetterParameterDefaults' has a wrong offset!"); \ static_assert(offsetof(FNiagaraComponentPropertyBinding, WritableValue) == 0x0000C8, "Member 'FNiagaraComponentPropertyBinding::WritableValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraEmitterNameSettingsRef \ static_assert(alignof(FNiagaraEmitterNameSettingsRef) == 0x000008, "Wrong alignment on FNiagaraEmitterNameSettingsRef"); \ static_assert(sizeof(FNiagaraEmitterNameSettingsRef) == 0x000018, "Wrong size on FNiagaraEmitterNameSettingsRef"); \ static_assert(offsetof(FNiagaraEmitterNameSettingsRef, SystemName) == 0x000000, "Member 'FNiagaraEmitterNameSettingsRef::SystemName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraEmitterNameSettingsRef, EmitterName) == 0x000008, "Member 'FNiagaraEmitterNameSettingsRef::EmitterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBasicParticleData \ static_assert(alignof(FBasicParticleData) == 0x000004, "Wrong alignment on FBasicParticleData"); \ static_assert(sizeof(FBasicParticleData) == 0x00001C, "Wrong size on FBasicParticleData"); \ static_assert(offsetof(FBasicParticleData, Position) == 0x000000, "Member 'FBasicParticleData::Position' has a wrong offset!"); \ static_assert(offsetof(FBasicParticleData, size) == 0x00000C, "Member 'FBasicParticleData::size' has a wrong offset!"); \ static_assert(offsetof(FBasicParticleData, Velocity) == 0x000010, "Member 'FBasicParticleData::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshTriCoordinate \ static_assert(alignof(FMeshTriCoordinate) == 0x000004, "Wrong alignment on FMeshTriCoordinate"); \ static_assert(sizeof(FMeshTriCoordinate) == 0x000010, "Wrong size on FMeshTriCoordinate"); \ static_assert(offsetof(FMeshTriCoordinate, Tri) == 0x000000, "Member 'FMeshTriCoordinate::Tri' has a wrong offset!"); \ static_assert(offsetof(FMeshTriCoordinate, BaryCoord) == 0x000004, "Member 'FMeshTriCoordinate::BaryCoord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNDIStaticMeshSectionFilter \ static_assert(alignof(FNDIStaticMeshSectionFilter) == 0x000008, "Wrong alignment on FNDIStaticMeshSectionFilter"); \ static_assert(sizeof(FNDIStaticMeshSectionFilter) == 0x000010, "Wrong size on FNDIStaticMeshSectionFilter"); \ static_assert(offsetof(FNDIStaticMeshSectionFilter, AllowedMaterialSlots) == 0x000000, "Member 'FNDIStaticMeshSectionFilter::AllowedMaterialSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraTypeLayoutInfo \ static_assert(alignof(FNiagaraTypeLayoutInfo) == 0x000008, "Wrong alignment on FNiagaraTypeLayoutInfo"); \ static_assert(sizeof(FNiagaraTypeLayoutInfo) == 0x000060, "Wrong size on FNiagaraTypeLayoutInfo"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, FloatComponentByteOffsets) == 0x000000, "Member 'FNiagaraTypeLayoutInfo::FloatComponentByteOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, FloatComponentRegisterOffsets) == 0x000010, "Member 'FNiagaraTypeLayoutInfo::FloatComponentRegisterOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, Int32ComponentByteOffsets) == 0x000020, "Member 'FNiagaraTypeLayoutInfo::Int32ComponentByteOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, Int32ComponentRegisterOffsets) == 0x000030, "Member 'FNiagaraTypeLayoutInfo::Int32ComponentRegisterOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, HalfComponentByteOffsets) == 0x000040, "Member 'FNiagaraTypeLayoutInfo::HalfComponentByteOffsets' has a wrong offset!"); \ static_assert(offsetof(FNiagaraTypeLayoutInfo, HalfComponentRegisterOffsets) == 0x000050, "Member 'FNiagaraTypeLayoutInfo::HalfComponentRegisterOffsets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraVariableLayoutInfo \ static_assert(alignof(FNiagaraVariableLayoutInfo) == 0x000008, "Wrong alignment on FNiagaraVariableLayoutInfo"); \ static_assert(sizeof(FNiagaraVariableLayoutInfo) == 0x000070, "Wrong size on FNiagaraVariableLayoutInfo"); \ static_assert(offsetof(FNiagaraVariableLayoutInfo, FloatComponentStart) == 0x000000, "Member 'FNiagaraVariableLayoutInfo::FloatComponentStart' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableLayoutInfo, Int32ComponentStart) == 0x000004, "Member 'FNiagaraVariableLayoutInfo::Int32ComponentStart' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableLayoutInfo, HalfComponentStart) == 0x000008, "Member 'FNiagaraVariableLayoutInfo::HalfComponentStart' has a wrong offset!"); \ static_assert(offsetof(FNiagaraVariableLayoutInfo, LayoutInfo) == 0x000010, "Member 'FNiagaraVariableLayoutInfo::LayoutInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDataSetCompiledData \ static_assert(alignof(FNiagaraDataSetCompiledData) == 0x000008, "Wrong alignment on FNiagaraDataSetCompiledData"); \ static_assert(sizeof(FNiagaraDataSetCompiledData) == 0x000040, "Wrong size on FNiagaraDataSetCompiledData"); \ static_assert(offsetof(FNiagaraDataSetCompiledData, Variables) == 0x000000, "Member 'FNiagaraDataSetCompiledData::Variables' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataSetCompiledData, VariableLayouts) == 0x000010, "Member 'FNiagaraDataSetCompiledData::VariableLayouts' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataSetCompiledData, ID) == 0x000020, "Member 'FNiagaraDataSetCompiledData::ID' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataSetCompiledData, TotalFloatComponents) == 0x00002C, "Member 'FNiagaraDataSetCompiledData::TotalFloatComponents' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataSetCompiledData, TotalInt32Components) == 0x000030, "Member 'FNiagaraDataSetCompiledData::TotalInt32Components' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataSetCompiledData, TotalHalfComponents) == 0x000034, "Member 'FNiagaraDataSetCompiledData::TotalHalfComponents' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataSetCompiledData, SimTarget) == 0x00003C, "Member 'FNiagaraDataSetCompiledData::SimTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSimpleClientInfo \ static_assert(alignof(FNiagaraSimpleClientInfo) == 0x000008, "Wrong alignment on FNiagaraSimpleClientInfo"); \ static_assert(sizeof(FNiagaraSimpleClientInfo) == 0x000040, "Wrong size on FNiagaraSimpleClientInfo"); \ static_assert(offsetof(FNiagaraSimpleClientInfo, Systems) == 0x000000, "Member 'FNiagaraSimpleClientInfo::Systems' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSimpleClientInfo, Actors) == 0x000010, "Member 'FNiagaraSimpleClientInfo::Actors' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSimpleClientInfo, Components) == 0x000020, "Member 'FNiagaraSimpleClientInfo::Components' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSimpleClientInfo, Emitters) == 0x000030, "Member 'FNiagaraSimpleClientInfo::Emitters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraOutlinerCaptureSettings \ static_assert(alignof(FNiagaraOutlinerCaptureSettings) == 0x000004, "Wrong alignment on FNiagaraOutlinerCaptureSettings"); \ static_assert(sizeof(FNiagaraOutlinerCaptureSettings) == 0x00000C, "Wrong size on FNiagaraOutlinerCaptureSettings"); \ static_assert(offsetof(FNiagaraOutlinerCaptureSettings, bTriggerCapture) == 0x000000, "Member 'FNiagaraOutlinerCaptureSettings::bTriggerCapture' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerCaptureSettings, CaptureDelayFrames) == 0x000004, "Member 'FNiagaraOutlinerCaptureSettings::CaptureDelayFrames' has a wrong offset!"); \ static_assert(offsetof(FNiagaraOutlinerCaptureSettings, bGatherPerfData) == 0x000008, "Member 'FNiagaraOutlinerCaptureSettings::bGatherPerfData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraRequestSimpleClientInfoMessage \ static_assert(alignof(FNiagaraRequestSimpleClientInfoMessage) == 0x000001, "Wrong alignment on FNiagaraRequestSimpleClientInfoMessage"); \ static_assert(sizeof(FNiagaraRequestSimpleClientInfoMessage) == 0x000001, "Wrong size on FNiagaraRequestSimpleClientInfoMessage"); \ #define DUMPER7_ASSERTS_FNiagaraDebugHUDVariable \ static_assert(alignof(FNiagaraDebugHUDVariable) == 0x000008, "Wrong alignment on FNiagaraDebugHUDVariable"); \ static_assert(sizeof(FNiagaraDebugHUDVariable) == 0x000018, "Wrong size on FNiagaraDebugHUDVariable"); \ static_assert(offsetof(FNiagaraDebugHUDVariable, bEnabled) == 0x000000, "Member 'FNiagaraDebugHUDVariable::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDVariable, Name) == 0x000008, "Member 'FNiagaraDebugHUDVariable::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDebugHudTextOptions \ static_assert(alignof(FNiagaraDebugHudTextOptions) == 0x000004, "Wrong alignment on FNiagaraDebugHudTextOptions"); \ static_assert(sizeof(FNiagaraDebugHudTextOptions) == 0x000010, "Wrong size on FNiagaraDebugHudTextOptions"); \ static_assert(offsetof(FNiagaraDebugHudTextOptions, font) == 0x000000, "Member 'FNiagaraDebugHudTextOptions::font' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHudTextOptions, HorizontalAlignment) == 0x000004, "Member 'FNiagaraDebugHudTextOptions::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHudTextOptions, VerticalAlignment) == 0x000005, "Member 'FNiagaraDebugHudTextOptions::VerticalAlignment' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHudTextOptions, ScreenOffset) == 0x000008, "Member 'FNiagaraDebugHudTextOptions::ScreenOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDebugHUDSettingsData \ static_assert(alignof(FNiagaraDebugHUDSettingsData) == 0x000008, "Wrong alignment on FNiagaraDebugHUDSettingsData"); \ static_assert(sizeof(FNiagaraDebugHUDSettingsData) == 0x0000E0, "Wrong size on FNiagaraDebugHUDSettingsData"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEnabled) == 0x000000, "Member 'FNiagaraDebugHUDSettingsData::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bValidateSystemSimulationDataBuffers) == 0x000001, "Member 'FNiagaraDebugHUDSettingsData::bValidateSystemSimulationDataBuffers' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bValidateParticleDataBuffers) == 0x000002, "Member 'FNiagaraDebugHUDSettingsData::bValidateParticleDataBuffers' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bOverviewEnabled) == 0x000003, "Member 'FNiagaraDebugHUDSettingsData::bOverviewEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewFont) == 0x000004, "Member 'FNiagaraDebugHUDSettingsData::OverviewFont' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewLocation) == 0x000008, "Member 'FNiagaraDebugHUDSettingsData::OverviewLocation' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, ActorFilter) == 0x000010, "Member 'FNiagaraDebugHUDSettingsData::ActorFilter' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bComponentFilterEnabled) == 0x000020, "Member 'FNiagaraDebugHUDSettingsData::bComponentFilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, ComponentFilter) == 0x000028, "Member 'FNiagaraDebugHUDSettingsData::ComponentFilter' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemFilterEnabled) == 0x000038, "Member 'FNiagaraDebugHUDSettingsData::bSystemFilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemFilter) == 0x000040, "Member 'FNiagaraDebugHUDSettingsData::SystemFilter' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEmitterFilterEnabled) == 0x000050, "Member 'FNiagaraDebugHUDSettingsData::bEmitterFilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, EmitterFilter) == 0x000058, "Member 'FNiagaraDebugHUDSettingsData::EmitterFilter' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bActorFilterEnabled) == 0x000068, "Member 'FNiagaraDebugHUDSettingsData::bActorFilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemDebugVerbosity) == 0x00006C, "Member 'FNiagaraDebugHUDSettingsData::SystemDebugVerbosity' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemEmitterVerbosity) == 0x000070, "Member 'FNiagaraDebugHUDSettingsData::SystemEmitterVerbosity' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemShowBounds) == 0x000074, "Member 'FNiagaraDebugHUDSettingsData::bSystemShowBounds' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemShowActiveOnlyInWorld) == 0x000075, "Member 'FNiagaraDebugHUDSettingsData::bSystemShowActiveOnlyInWorld' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowSystemVariables) == 0x000076, "Member 'FNiagaraDebugHUDSettingsData::bShowSystemVariables' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemVariables) == 0x000078, "Member 'FNiagaraDebugHUDSettingsData::SystemVariables' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemTextOptions) == 0x000088, "Member 'FNiagaraDebugHUDSettingsData::SystemTextOptions' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticleVariables) == 0x000098, "Member 'FNiagaraDebugHUDSettingsData::bShowParticleVariables' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEnableGpuParticleReadback) == 0x000099, "Member 'FNiagaraDebugHUDSettingsData::bEnableGpuParticleReadback' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticlesVariables) == 0x0000A0, "Member 'FNiagaraDebugHUDSettingsData::ParticlesVariables' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticleTextOptions) == 0x0000B0, "Member 'FNiagaraDebugHUDSettingsData::ParticleTextOptions' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticlesVariablesWithSystem) == 0x0000C0, "Member 'FNiagaraDebugHUDSettingsData::bShowParticlesVariablesWithSystem' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bUseMaxParticlesToDisplay) == 0x0000C1, "Member 'FNiagaraDebugHUDSettingsData::bUseMaxParticlesToDisplay' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, MaxParticlesToDisplay) == 0x0000C4, "Member 'FNiagaraDebugHUDSettingsData::MaxParticlesToDisplay' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, PlaybackMode) == 0x0000C8, "Member 'FNiagaraDebugHUDSettingsData::PlaybackMode' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bPlaybackRateEnabled) == 0x0000C9, "Member 'FNiagaraDebugHUDSettingsData::bPlaybackRateEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, PlaybackRate) == 0x0000CC, "Member 'FNiagaraDebugHUDSettingsData::PlaybackRate' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bLoopTimeEnabled) == 0x0000D0, "Member 'FNiagaraDebugHUDSettingsData::bLoopTimeEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, LoopTime) == 0x0000D4, "Member 'FNiagaraDebugHUDSettingsData::LoopTime' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowGlobalBudgetInfo) == 0x0000D8, "Member 'FNiagaraDebugHUDSettingsData::bShowGlobalBudgetInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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) == 0x000098, "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_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_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_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_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_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_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_UMovieSceneNiagaraParameterTrack \ static_assert(alignof(UMovieSceneNiagaraParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraParameterTrack"); \ static_assert(sizeof(UMovieSceneNiagaraParameterTrack) == 0x0000C0, "Wrong size on UMovieSceneNiagaraParameterTrack"); \ static_assert(offsetof(UMovieSceneNiagaraParameterTrack, Parameter) == 0x0000A0, "Member 'UMovieSceneNiagaraParameterTrack::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneNiagaraBoolParameterTrack \ static_assert(alignof(UMovieSceneNiagaraBoolParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraBoolParameterTrack"); \ static_assert(sizeof(UMovieSceneNiagaraBoolParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraBoolParameterTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneNiagaraColorParameterTrack \ static_assert(alignof(UMovieSceneNiagaraColorParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraColorParameterTrack"); \ static_assert(sizeof(UMovieSceneNiagaraColorParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraColorParameterTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneNiagaraFloatParameterTrack \ static_assert(alignof(UMovieSceneNiagaraFloatParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraFloatParameterTrack"); \ static_assert(sizeof(UMovieSceneNiagaraFloatParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraFloatParameterTrack"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceSimpleCounter \ static_assert(alignof(UNiagaraDataInterfaceSimpleCounter) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSimpleCounter"); \ static_assert(sizeof(UNiagaraDataInterfaceSimpleCounter) == 0x000038, "Wrong size on UNiagaraDataInterfaceSimpleCounter"); \ #define DUMPER7_ASSERTS_UMovieSceneNiagaraIntegerParameterTrack \ static_assert(alignof(UMovieSceneNiagaraIntegerParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraIntegerParameterTrack"); \ static_assert(sizeof(UMovieSceneNiagaraIntegerParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraIntegerParameterTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneNiagaraSystemSpawnSection \ static_assert(alignof(UMovieSceneNiagaraSystemSpawnSection) == 0x000008, "Wrong alignment on UMovieSceneNiagaraSystemSpawnSection"); \ static_assert(sizeof(UMovieSceneNiagaraSystemSpawnSection) == 0x0000F8, "Wrong size on UMovieSceneNiagaraSystemSpawnSection"); \ static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionStartBehavior) == 0x0000E8, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionStartBehavior' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionEvaluateBehavior) == 0x0000EC, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionEvaluateBehavior' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionEndBehavior) == 0x0000F0, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionEndBehavior' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, AgeUpdateMode) == 0x0000F4, "Member 'UMovieSceneNiagaraSystemSpawnSection::AgeUpdateMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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) == 0x000258, "Wrong size on ANiagaraActor"); \ static_assert(offsetof(ANiagaraActor, NiagaraComponent) == 0x000248, "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) == 0x000002, "Wrong size on NiagaraComponent_SetPaused"); \ static_assert(offsetof(NiagaraComponent_SetPaused, bInPaused) == 0x000000, "Member 'NiagaraComponent_SetPaused::bInPaused' has a wrong offset!"); \ static_assert(offsetof(NiagaraComponent_SetPaused, bCalledFromVisibility) == 0x000001, "Member 'NiagaraComponent_SetPaused::bCalledFromVisibility' 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) == 0x000630, "Wrong size on UNiagaraComponent"); \ static_assert(offsetof(UNiagaraComponent, Asset) == 0x000480, "Member 'UNiagaraComponent::Asset' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, TickBehavior) == 0x000488, "Member 'UNiagaraComponent::TickBehavior' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, RandomSeedOffset) == 0x00048C, "Member 'UNiagaraComponent::RandomSeedOffset' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, OverrideParameters) == 0x000490, "Member 'UNiagaraComponent::OverrideParameters' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, MaxTimeBeforeForceUpdateTransform) == 0x00058C, "Member 'UNiagaraComponent::MaxTimeBeforeForceUpdateTransform' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, EmitterMaterials) == 0x000590, "Member 'UNiagaraComponent::EmitterMaterials' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, StreamingDistanceMultiplier) == 0x0005A0, "Member 'UNiagaraComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, OnSystemFinished) == 0x0005A8, "Member 'UNiagaraComponent::OnSystemFinished' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, AutoAttachParent) == 0x0005B8, "Member 'UNiagaraComponent::AutoAttachParent' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, AutoAttachSocketName) == 0x0005C0, "Member 'UNiagaraComponent::AutoAttachSocketName' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, AutoAttachLocationRule) == 0x0005C8, "Member 'UNiagaraComponent::AutoAttachLocationRule' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, AutoAttachRotationRule) == 0x0005C9, "Member 'UNiagaraComponent::AutoAttachRotationRule' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, AutoAttachScaleRule) == 0x0005CA, "Member 'UNiagaraComponent::AutoAttachScaleRule' 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_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_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_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) == 0x000058, "Wrong size on UNiagaraDataInterface2DArrayTexture"); \ static_assert(offsetof(UNiagaraDataInterface2DArrayTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterface2DArrayTexture::Texture' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterface2DArrayTexture, RenderTargetTexture) == 0x000040, "Member 'UNiagaraDataInterface2DArrayTexture::RenderTargetTexture' 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_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_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_UNiagaraDataInterfaceDebugDraw \ static_assert(alignof(UNiagaraDataInterfaceDebugDraw) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceDebugDraw"); \ static_assert(sizeof(UNiagaraDataInterfaceDebugDraw) == 0x000038, "Wrong size on UNiagaraDataInterfaceDebugDraw"); \ #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_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_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_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_UNiagaraDataInterfaceRenderTarget2DArray \ static_assert(alignof(UNiagaraDataInterfaceRenderTarget2DArray) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTarget2DArray"); \ static_assert(sizeof(UNiagaraDataInterfaceRenderTarget2DArray) == 0x000158, "Wrong size on UNiagaraDataInterfaceRenderTarget2DArray"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, size) == 0x0000D8, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::size' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, OverrideRenderTargetFormat) == 0x0000E4, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::OverrideRenderTargetFormat' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, RenderTargetUserParameter) == 0x0000E8, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::RenderTargetUserParameter' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, ManagedRenderTargets) == 0x000108, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::ManagedRenderTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTargetCube \ static_assert(alignof(UNiagaraDataInterfaceRenderTargetCube) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTargetCube"); \ static_assert(sizeof(UNiagaraDataInterfaceRenderTargetCube) == 0x000150, "Wrong size on UNiagaraDataInterfaceRenderTargetCube"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, size) == 0x0000D8, "Member 'UNiagaraDataInterfaceRenderTargetCube::size' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, OverrideRenderTargetFormat) == 0x0000DC, "Member 'UNiagaraDataInterfaceRenderTargetCube::OverrideRenderTargetFormat' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, RenderTargetUserParameter) == 0x0000E0, "Member 'UNiagaraDataInterfaceRenderTargetCube::RenderTargetUserParameter' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, ManagedRenderTargets) == 0x000100, "Member 'UNiagaraDataInterfaceRenderTargetCube::ManagedRenderTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTargetVolume \ static_assert(alignof(UNiagaraDataInterfaceRenderTargetVolume) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTargetVolume"); \ static_assert(sizeof(UNiagaraDataInterfaceRenderTargetVolume) == 0x000158, "Wrong size on UNiagaraDataInterfaceRenderTargetVolume"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, size) == 0x0000D8, "Member 'UNiagaraDataInterfaceRenderTargetVolume::size' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, OverrideRenderTargetFormat) == 0x0000E4, "Member 'UNiagaraDataInterfaceRenderTargetVolume::OverrideRenderTargetFormat' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, RenderTargetUserParameter) == 0x0000E8, "Member 'UNiagaraDataInterfaceRenderTargetVolume::RenderTargetUserParameter' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, ManagedRenderTargets) == 0x000108, "Member 'UNiagaraDataInterfaceRenderTargetVolume::ManagedRenderTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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) == 0x0002A8, "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, CullingPriority) == 0x000108, "Member 'UNiagaraEmitter::CullingPriority' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, DisableLightsForQualityLevel) == 0x00010C, "Member 'UNiagaraEmitter::DisableLightsForQualityLevel' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, MaxDeltaTimePerTick) == 0x000114, "Member 'UNiagaraEmitter::MaxDeltaTimePerTick' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, DefaultShaderStageIndex) == 0x000118, "Member 'UNiagaraEmitter::DefaultShaderStageIndex' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, MaxUpdateIterations) == 0x00011C, "Member 'UNiagaraEmitter::MaxUpdateIterations' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, SpawnStages) == 0x000120, "Member 'UNiagaraEmitter::SpawnStages' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, UniqueEmitterName) == 0x000178, "Member 'UNiagaraEmitter::UniqueEmitterName' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, RendererProperties) == 0x000188, "Member 'UNiagaraEmitter::RendererProperties' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, EventHandlerScriptProps) == 0x000198, "Member 'UNiagaraEmitter::EventHandlerScriptProps' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, SimulationStages) == 0x0001A8, "Member 'UNiagaraEmitter::SimulationStages' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, GPUComputeScript) == 0x0001B8, "Member 'UNiagaraEmitter::GPUComputeScript' has a wrong offset!"); \ static_assert(offsetof(UNiagaraEmitter, SharedEventGeneratorIds) == 0x0001C0, "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, MinDistance) == 0x000080, "Member 'UNiagaraLightRendererProperties::MinDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, DefaultExponent) == 0x000084, "Member 'UNiagaraLightRendererProperties::DefaultExponent' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, ColorAdd) == 0x000088, "Member 'UNiagaraLightRendererProperties::ColorAdd' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, RendererVisibility) == 0x000094, "Member 'UNiagaraLightRendererProperties::RendererVisibility' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, LightRenderingEnabledBinding) == 0x000098, "Member 'UNiagaraLightRendererProperties::LightRenderingEnabledBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, LightExponentBinding) == 0x0000F0, "Member 'UNiagaraLightRendererProperties::LightExponentBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, PositionBinding) == 0x000148, "Member 'UNiagaraLightRendererProperties::PositionBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, ColorBinding) == 0x0001A0, "Member 'UNiagaraLightRendererProperties::ColorBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, RadiusBinding) == 0x0001F8, "Member 'UNiagaraLightRendererProperties::RadiusBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, VolumetricScatteringBinding) == 0x000250, "Member 'UNiagaraLightRendererProperties::VolumetricScatteringBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraLightRendererProperties, RendererVisibilityTagBinding) == 0x0002A8, "Member 'UNiagaraLightRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraMeshRendererProperties \ static_assert(alignof(UNiagaraMeshRendererProperties) == 0x000008, "Wrong alignment on UNiagaraMeshRendererProperties"); \ static_assert(sizeof(UNiagaraMeshRendererProperties) == 0x000898, "Wrong size on UNiagaraMeshRendererProperties"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, Meshes) == 0x000078, "Member 'UNiagaraMeshRendererProperties::Meshes' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, SourceMode) == 0x000088, "Member 'UNiagaraMeshRendererProperties::SourceMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, SortMode) == 0x000089, "Member 'UNiagaraMeshRendererProperties::SortMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, OverrideMaterials) == 0x000090, "Member 'UNiagaraMeshRendererProperties::OverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, SubImageSize) == 0x0000A0, "Member 'UNiagaraMeshRendererProperties::SubImageSize' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, FacingMode) == 0x0000A8, "Member 'UNiagaraMeshRendererProperties::FacingMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, LockedAxis) == 0x0000B0, "Member 'UNiagaraMeshRendererProperties::LockedAxis' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, LockedAxisSpace) == 0x0000BC, "Member 'UNiagaraMeshRendererProperties::LockedAxisSpace' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, MinCameraDistance) == 0x0000C0, "Member 'UNiagaraMeshRendererProperties::MinCameraDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, MaxCameraDistance) == 0x0000C4, "Member 'UNiagaraMeshRendererProperties::MaxCameraDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, RendererVisibility) == 0x0000C8, "Member 'UNiagaraMeshRendererProperties::RendererVisibility' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, PositionBinding) == 0x0000D0, "Member 'UNiagaraMeshRendererProperties::PositionBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, ColorBinding) == 0x000128, "Member 'UNiagaraMeshRendererProperties::ColorBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, VelocityBinding) == 0x000180, "Member 'UNiagaraMeshRendererProperties::VelocityBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, MeshOrientationBinding) == 0x0001D8, "Member 'UNiagaraMeshRendererProperties::MeshOrientationBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, ScaleBinding) == 0x000230, "Member 'UNiagaraMeshRendererProperties::ScaleBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, SubImageIndexBinding) == 0x000288, "Member 'UNiagaraMeshRendererProperties::SubImageIndexBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterialBinding) == 0x0002E0, "Member 'UNiagaraMeshRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial1Binding) == 0x000338, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial2Binding) == 0x000390, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial3Binding) == 0x0003E8, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, MaterialRandomBinding) == 0x000440, "Member 'UNiagaraMeshRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, CustomSortingBinding) == 0x000498, "Member 'UNiagaraMeshRendererProperties::CustomSortingBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, NormalizedAgeBinding) == 0x0004F0, "Member 'UNiagaraMeshRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, CameraOffsetBinding) == 0x000548, "Member 'UNiagaraMeshRendererProperties::CameraOffsetBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, RendererVisibilityTagBinding) == 0x0005A0, "Member 'UNiagaraMeshRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, MeshIndexBinding) == 0x0005F8, "Member 'UNiagaraMeshRendererProperties::MeshIndexBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, MaterialParameterBindings) == 0x000650, "Member 'UNiagaraMeshRendererProperties::MaterialParameterBindings' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, PrevPositionBinding) == 0x000660, "Member 'UNiagaraMeshRendererProperties::PrevPositionBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, PrevScaleBinding) == 0x0006B8, "Member 'UNiagaraMeshRendererProperties::PrevScaleBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, PrevMeshOrientationBinding) == 0x000710, "Member 'UNiagaraMeshRendererProperties::PrevMeshOrientationBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, PrevCameraOffsetBinding) == 0x000768, "Member 'UNiagaraMeshRendererProperties::PrevCameraOffsetBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, PrevVelocityBinding) == 0x0007C0, "Member 'UNiagaraMeshRendererProperties::PrevVelocityBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, ParticleMesh) == 0x000880, "Member 'UNiagaraMeshRendererProperties::ParticleMesh' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, PivotOffset) == 0x000888, "Member 'UNiagaraMeshRendererProperties::PivotOffset' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMeshRendererProperties, PivotOffsetSpace) == 0x000894, "Member 'UNiagaraMeshRendererProperties::PivotOffsetSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraMessageDataBase \ static_assert(alignof(UNiagaraMessageDataBase) == 0x000008, "Wrong alignment on UNiagaraMessageDataBase"); \ static_assert(sizeof(UNiagaraMessageDataBase) == 0x000028, "Wrong size on UNiagaraMessageDataBase"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetBoolParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_GetBoolParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetBoolParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_GetBoolParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetBoolParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetBoolParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetBoolParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetBoolParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetBoolParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetColorParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_GetColorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetColorParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_GetColorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetColorParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetColorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetColorParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetColorParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetColorParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetFloatParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_GetFloatParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetFloatParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_GetFloatParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetFloatParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetFloatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetFloatParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetFloatParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetFloatParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetIntParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_GetIntParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetIntParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_GetIntParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetIntParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetIntParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetIntParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetIntParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetIntParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetQuatParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_GetQuatParameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_GetQuatParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_GetQuatParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetQuatParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetQuatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetQuatParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetQuatParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetQuatParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetVector2DParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_GetVector2DParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetVector2DParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_GetVector2DParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_GetVector2DParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector2DParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetVector2DParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector2DParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetVector2DParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetVector4Parameter \ static_assert(alignof(NiagaraParameterCollectionInstance_GetVector4Parameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_GetVector4Parameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_GetVector4Parameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetVector4Parameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector4Parameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetVector4Parameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetVector4Parameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetVector4Parameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_GetVectorParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_GetVectorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_GetVectorParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_GetVectorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_GetVectorParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetVectorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_GetVectorParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_GetVectorParameter, ReturnValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_GetVectorParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetBoolParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_SetBoolParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetBoolParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_SetBoolParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetBoolParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetBoolParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetBoolParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetBoolParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetBoolParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetColorParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_SetColorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetColorParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_SetColorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetColorParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetColorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetColorParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetColorParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetColorParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetFloatParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_SetFloatParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetFloatParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_SetFloatParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetFloatParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetFloatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetFloatParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetFloatParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetFloatParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetIntParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_SetIntParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetIntParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_SetIntParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetIntParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetIntParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetIntParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetIntParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetIntParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetQuatParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_SetQuatParameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_SetQuatParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_SetQuatParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetQuatParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetQuatParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetQuatParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetQuatParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetQuatParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetVector2DParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_SetVector2DParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetVector2DParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_SetVector2DParameter) == 0x000018, "Wrong size on NiagaraParameterCollectionInstance_SetVector2DParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector2DParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetVector2DParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector2DParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetVector2DParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetVector4Parameter \ static_assert(alignof(NiagaraParameterCollectionInstance_SetVector4Parameter) == 0x000010, "Wrong alignment on NiagaraParameterCollectionInstance_SetVector4Parameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_SetVector4Parameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetVector4Parameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector4Parameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetVector4Parameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetVector4Parameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetVector4Parameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraParameterCollectionInstance_SetVectorParameter \ static_assert(alignof(NiagaraParameterCollectionInstance_SetVectorParameter) == 0x000008, "Wrong alignment on NiagaraParameterCollectionInstance_SetVectorParameter"); \ static_assert(sizeof(NiagaraParameterCollectionInstance_SetVectorParameter) == 0x000020, "Wrong size on NiagaraParameterCollectionInstance_SetVectorParameter"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetVectorParameter, InVariableName) == 0x000000, "Member 'NiagaraParameterCollectionInstance_SetVectorParameter::InVariableName' has a wrong offset!"); \ static_assert(offsetof(NiagaraParameterCollectionInstance_SetVectorParameter, InValue) == 0x000010, "Member 'NiagaraParameterCollectionInstance_SetVectorParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraParameterCollectionInstance \ static_assert(alignof(UNiagaraParameterCollectionInstance) == 0x000008, "Wrong alignment on UNiagaraParameterCollectionInstance"); \ static_assert(sizeof(UNiagaraParameterCollectionInstance) == 0x0000E0, "Wrong size on UNiagaraParameterCollectionInstance"); \ static_assert(offsetof(UNiagaraParameterCollectionInstance, Collection) == 0x000028, "Member 'UNiagaraParameterCollectionInstance::Collection' has a wrong offset!"); \ static_assert(offsetof(UNiagaraParameterCollectionInstance, OverridenParameters) == 0x000030, "Member 'UNiagaraParameterCollectionInstance::OverridenParameters' has a wrong offset!"); \ static_assert(offsetof(UNiagaraParameterCollectionInstance, ParameterStorage) == 0x000040, "Member 'UNiagaraParameterCollectionInstance::ParameterStorage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraParameterCollection \ static_assert(alignof(UNiagaraParameterCollection) == 0x000008, "Wrong alignment on UNiagaraParameterCollection"); \ static_assert(sizeof(UNiagaraParameterCollection) == 0x000060, "Wrong size on UNiagaraParameterCollection"); \ static_assert(offsetof(UNiagaraParameterCollection, Namespace) == 0x000028, "Member 'UNiagaraParameterCollection::Namespace' has a wrong offset!"); \ static_assert(offsetof(UNiagaraParameterCollection, Parameters) == 0x000030, "Member 'UNiagaraParameterCollection::Parameters' has a wrong offset!"); \ static_assert(offsetof(UNiagaraParameterCollection, SourceMaterialCollection) == 0x000040, "Member 'UNiagaraParameterCollection::SourceMaterialCollection' has a wrong offset!"); \ static_assert(offsetof(UNiagaraParameterCollection, DefaultInstance) == 0x000048, "Member 'UNiagaraParameterCollection::DefaultInstance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraParameterCollection, CompileId) == 0x000050, "Member 'UNiagaraParameterCollection::CompileId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraParameterDefinitionsBase \ static_assert(alignof(UNiagaraParameterDefinitionsBase) == 0x000008, "Wrong alignment on UNiagaraParameterDefinitionsBase"); \ static_assert(sizeof(UNiagaraParameterDefinitionsBase) == 0x000028, "Wrong size on UNiagaraParameterDefinitionsBase"); \ #define DUMPER7_ASSERTS_NiagaraBaselineController_GetSystem \ static_assert(alignof(NiagaraBaselineController_GetSystem) == 0x000008, "Wrong alignment on NiagaraBaselineController_GetSystem"); \ static_assert(sizeof(NiagaraBaselineController_GetSystem) == 0x000008, "Wrong size on NiagaraBaselineController_GetSystem"); \ static_assert(offsetof(NiagaraBaselineController_GetSystem, ReturnValue) == 0x000000, "Member 'NiagaraBaselineController_GetSystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraBaselineController_OnEndTest \ static_assert(alignof(NiagaraBaselineController_OnEndTest) == 0x000004, "Wrong alignment on NiagaraBaselineController_OnEndTest"); \ static_assert(sizeof(NiagaraBaselineController_OnEndTest) == 0x000010, "Wrong size on NiagaraBaselineController_OnEndTest"); \ static_assert(offsetof(NiagaraBaselineController_OnEndTest, Stats) == 0x000000, "Member 'NiagaraBaselineController_OnEndTest::Stats' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraBaselineController_OnOwnerTick \ static_assert(alignof(NiagaraBaselineController_OnOwnerTick) == 0x000004, "Wrong alignment on NiagaraBaselineController_OnOwnerTick"); \ static_assert(sizeof(NiagaraBaselineController_OnOwnerTick) == 0x000004, "Wrong size on NiagaraBaselineController_OnOwnerTick"); \ static_assert(offsetof(NiagaraBaselineController_OnOwnerTick, DeltaTime) == 0x000000, "Member 'NiagaraBaselineController_OnOwnerTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraBaselineController_OnTickTest \ static_assert(alignof(NiagaraBaselineController_OnTickTest) == 0x000001, "Wrong alignment on NiagaraBaselineController_OnTickTest"); \ static_assert(sizeof(NiagaraBaselineController_OnTickTest) == 0x000001, "Wrong size on NiagaraBaselineController_OnTickTest"); \ static_assert(offsetof(NiagaraBaselineController_OnTickTest, ReturnValue) == 0x000000, "Member 'NiagaraBaselineController_OnTickTest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraBaselineController \ static_assert(alignof(UNiagaraBaselineController) == 0x000008, "Wrong alignment on UNiagaraBaselineController"); \ static_assert(sizeof(UNiagaraBaselineController) == 0x000068, "Wrong size on UNiagaraBaselineController"); \ static_assert(offsetof(UNiagaraBaselineController, TestDuration) == 0x000028, "Member 'UNiagaraBaselineController::TestDuration' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBaselineController, EffectType) == 0x000030, "Member 'UNiagaraBaselineController::EffectType' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBaselineController, Owner) == 0x000038, "Member 'UNiagaraBaselineController::Owner' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBaselineController, System) == 0x000040, "Member 'UNiagaraBaselineController::System' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraBaselineController_Basic \ static_assert(alignof(UNiagaraBaselineController_Basic) == 0x000008, "Wrong alignment on UNiagaraBaselineController_Basic"); \ static_assert(sizeof(UNiagaraBaselineController_Basic) == 0x000080, "Wrong size on UNiagaraBaselineController_Basic"); \ static_assert(offsetof(UNiagaraBaselineController_Basic, NumInstances) == 0x000068, "Member 'UNiagaraBaselineController_Basic::NumInstances' has a wrong offset!"); \ static_assert(offsetof(UNiagaraBaselineController_Basic, SpawnedComponents) == 0x000070, "Member 'UNiagaraBaselineController_Basic::SpawnedComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANiagaraPerfBaselineActor \ static_assert(alignof(ANiagaraPerfBaselineActor) == 0x000008, "Wrong alignment on ANiagaraPerfBaselineActor"); \ static_assert(sizeof(ANiagaraPerfBaselineActor) == 0x000258, "Wrong size on ANiagaraPerfBaselineActor"); \ static_assert(offsetof(ANiagaraPerfBaselineActor, Controller) == 0x000248, "Member 'ANiagaraPerfBaselineActor::Controller' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPerfBaselineActor, Label) == 0x000250, "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) == 0x000248, "Wrong size on ANiagaraPreviewBase"); \ #define DUMPER7_ASSERTS_NiagaraPreviewAxis_ApplyToPreview \ static_assert(alignof(NiagaraPreviewAxis_ApplyToPreview) == 0x000008, "Wrong alignment on NiagaraPreviewAxis_ApplyToPreview"); \ static_assert(sizeof(NiagaraPreviewAxis_ApplyToPreview) == 0x000020, "Wrong size on NiagaraPreviewAxis_ApplyToPreview"); \ static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, PreviewComponent) == 0x000000, "Member 'NiagaraPreviewAxis_ApplyToPreview::PreviewComponent' has a wrong offset!"); \ static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, PreviewIndex) == 0x000008, "Member 'NiagaraPreviewAxis_ApplyToPreview::PreviewIndex' has a wrong offset!"); \ static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, bIsXAxis) == 0x00000C, "Member 'NiagaraPreviewAxis_ApplyToPreview::bIsXAxis' has a wrong offset!"); \ static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, OutLabelText) == 0x000010, "Member 'NiagaraPreviewAxis_ApplyToPreview::OutLabelText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraPreviewAxis_Num \ static_assert(alignof(NiagaraPreviewAxis_Num) == 0x000004, "Wrong alignment on NiagaraPreviewAxis_Num"); \ static_assert(sizeof(NiagaraPreviewAxis_Num) == 0x000004, "Wrong size on NiagaraPreviewAxis_Num"); \ static_assert(offsetof(NiagaraPreviewAxis_Num, ReturnValue) == 0x000000, "Member 'NiagaraPreviewAxis_Num::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis \ static_assert(alignof(UNiagaraPreviewAxis) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis"); \ static_assert(sizeof(UNiagaraPreviewAxis) == 0x000028, "Wrong size on UNiagaraPreviewAxis"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamBase \ static_assert(alignof(UNiagaraPreviewAxis_InterpParamBase) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamBase"); \ static_assert(sizeof(UNiagaraPreviewAxis_InterpParamBase) == 0x000038, "Wrong size on UNiagaraPreviewAxis_InterpParamBase"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamBase, Param) == 0x000028, "Member 'UNiagaraPreviewAxis_InterpParamBase::Param' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamBase, Count) == 0x000030, "Member 'UNiagaraPreviewAxis_InterpParamBase::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamInt32 \ static_assert(alignof(UNiagaraPreviewAxis_InterpParamInt32) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamInt32"); \ static_assert(sizeof(UNiagaraPreviewAxis_InterpParamInt32) == 0x000040, "Wrong size on UNiagaraPreviewAxis_InterpParamInt32"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamInt32, Min) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamInt32::Min' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamInt32, Max) == 0x00003C, "Member 'UNiagaraPreviewAxis_InterpParamInt32::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamFloat \ static_assert(alignof(UNiagaraPreviewAxis_InterpParamFloat) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamFloat"); \ static_assert(sizeof(UNiagaraPreviewAxis_InterpParamFloat) == 0x000040, "Wrong size on UNiagaraPreviewAxis_InterpParamFloat"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamFloat, Min) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamFloat::Min' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamFloat, Max) == 0x00003C, "Member 'UNiagaraPreviewAxis_InterpParamFloat::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamVector2D \ static_assert(alignof(UNiagaraPreviewAxis_InterpParamVector2D) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamVector2D"); \ static_assert(sizeof(UNiagaraPreviewAxis_InterpParamVector2D) == 0x000048, "Wrong size on UNiagaraPreviewAxis_InterpParamVector2D"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector2D, Min) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamVector2D::Min' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector2D, Max) == 0x000040, "Member 'UNiagaraPreviewAxis_InterpParamVector2D::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamVector \ static_assert(alignof(UNiagaraPreviewAxis_InterpParamVector) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamVector"); \ static_assert(sizeof(UNiagaraPreviewAxis_InterpParamVector) == 0x000050, "Wrong size on UNiagaraPreviewAxis_InterpParamVector"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector, Min) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamVector::Min' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector, Max) == 0x000044, "Member 'UNiagaraPreviewAxis_InterpParamVector::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamVector4 \ static_assert(alignof(UNiagaraPreviewAxis_InterpParamVector4) == 0x000010, "Wrong alignment on UNiagaraPreviewAxis_InterpParamVector4"); \ static_assert(sizeof(UNiagaraPreviewAxis_InterpParamVector4) == 0x000060, "Wrong size on UNiagaraPreviewAxis_InterpParamVector4"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector4, Min) == 0x000040, "Member 'UNiagaraPreviewAxis_InterpParamVector4::Min' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector4, Max) == 0x000050, "Member 'UNiagaraPreviewAxis_InterpParamVector4::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamLinearColor \ static_assert(alignof(UNiagaraPreviewAxis_InterpParamLinearColor) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamLinearColor"); \ static_assert(sizeof(UNiagaraPreviewAxis_InterpParamLinearColor) == 0x000058, "Wrong size on UNiagaraPreviewAxis_InterpParamLinearColor"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamLinearColor, Min) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamLinearColor::Min' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamLinearColor, Max) == 0x000048, "Member 'UNiagaraPreviewAxis_InterpParamLinearColor::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraPreviewGrid_ActivatePreviews \ static_assert(alignof(NiagaraPreviewGrid_ActivatePreviews) == 0x000001, "Wrong alignment on NiagaraPreviewGrid_ActivatePreviews"); \ static_assert(sizeof(NiagaraPreviewGrid_ActivatePreviews) == 0x000001, "Wrong size on NiagaraPreviewGrid_ActivatePreviews"); \ static_assert(offsetof(NiagaraPreviewGrid_ActivatePreviews, bReset) == 0x000000, "Member 'NiagaraPreviewGrid_ActivatePreviews::bReset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraPreviewGrid_GetPreviews \ static_assert(alignof(NiagaraPreviewGrid_GetPreviews) == 0x000008, "Wrong alignment on NiagaraPreviewGrid_GetPreviews"); \ static_assert(sizeof(NiagaraPreviewGrid_GetPreviews) == 0x000010, "Wrong size on NiagaraPreviewGrid_GetPreviews"); \ static_assert(offsetof(NiagaraPreviewGrid_GetPreviews, OutPreviews) == 0x000000, "Member 'NiagaraPreviewGrid_GetPreviews::OutPreviews' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraPreviewGrid_SetPaused \ static_assert(alignof(NiagaraPreviewGrid_SetPaused) == 0x000001, "Wrong alignment on NiagaraPreviewGrid_SetPaused"); \ static_assert(sizeof(NiagaraPreviewGrid_SetPaused) == 0x000001, "Wrong size on NiagaraPreviewGrid_SetPaused"); \ static_assert(offsetof(NiagaraPreviewGrid_SetPaused, bPaused) == 0x000000, "Member 'NiagaraPreviewGrid_SetPaused::bPaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANiagaraPreviewGrid \ static_assert(alignof(ANiagaraPreviewGrid) == 0x000008, "Wrong alignment on ANiagaraPreviewGrid"); \ static_assert(sizeof(ANiagaraPreviewGrid) == 0x000298, "Wrong size on ANiagaraPreviewGrid"); \ static_assert(offsetof(ANiagaraPreviewGrid, System) == 0x000248, "Member 'ANiagaraPreviewGrid::System' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, ResetMode) == 0x000250, "Member 'ANiagaraPreviewGrid::ResetMode' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisX) == 0x000258, "Member 'ANiagaraPreviewGrid::PreviewAxisX' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisY) == 0x000260, "Member 'ANiagaraPreviewGrid::PreviewAxisY' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, PreviewClass) == 0x000268, "Member 'ANiagaraPreviewGrid::PreviewClass' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, SpacingX) == 0x000270, "Member 'ANiagaraPreviewGrid::SpacingX' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, SpacingY) == 0x000274, "Member 'ANiagaraPreviewGrid::SpacingY' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, NumX) == 0x000278, "Member 'ANiagaraPreviewGrid::NumX' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, NumY) == 0x00027C, "Member 'ANiagaraPreviewGrid::NumY' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, PreviewComponents) == 0x000280, "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, VertsPerParticle) == 0x0000A4, "Member 'UNiagaraRibbonRendererProperties::VertsPerParticle' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, UV0Settings) == 0x0000A8, "Member 'UNiagaraRibbonRendererProperties::UV0Settings' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, UV1Settings) == 0x0000CC, "Member 'UNiagaraRibbonRendererProperties::UV1Settings' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, DrawDirection) == 0x0000F0, "Member 'UNiagaraRibbonRendererProperties::DrawDirection' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, Shape) == 0x0000F1, "Member 'UNiagaraRibbonRendererProperties::Shape' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, bEnableAccurateGeometry) == 0x0000F2, "Member 'UNiagaraRibbonRendererProperties::bEnableAccurateGeometry' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, WidthSegmentationCount) == 0x0000F4, "Member 'UNiagaraRibbonRendererProperties::WidthSegmentationCount' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, MultiPlaneCount) == 0x0000F8, "Member 'UNiagaraRibbonRendererProperties::MultiPlaneCount' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, TubeSubdivisions) == 0x0000FC, "Member 'UNiagaraRibbonRendererProperties::TubeSubdivisions' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, CustomVertices) == 0x000100, "Member 'UNiagaraRibbonRendererProperties::CustomVertices' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, CurveTension) == 0x000110, "Member 'UNiagaraRibbonRendererProperties::CurveTension' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationMode) == 0x000114, "Member 'UNiagaraRibbonRendererProperties::TessellationMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationFactor) == 0x000118, "Member 'UNiagaraRibbonRendererProperties::TessellationFactor' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, bUseConstantFactor) == 0x00011C, "Member 'UNiagaraRibbonRendererProperties::bUseConstantFactor' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationAngle) == 0x000120, "Member 'UNiagaraRibbonRendererProperties::TessellationAngle' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, bScreenSpaceTessellation) == 0x000124, "Member 'UNiagaraRibbonRendererProperties::bScreenSpaceTessellation' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, PositionBinding) == 0x000128, "Member 'UNiagaraRibbonRendererProperties::PositionBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, ColorBinding) == 0x000180, "Member 'UNiagaraRibbonRendererProperties::ColorBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, VelocityBinding) == 0x0001D8, "Member 'UNiagaraRibbonRendererProperties::VelocityBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, NormalizedAgeBinding) == 0x000230, "Member 'UNiagaraRibbonRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonTwistBinding) == 0x000288, "Member 'UNiagaraRibbonRendererProperties::RibbonTwistBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonWidthBinding) == 0x0002E0, "Member 'UNiagaraRibbonRendererProperties::RibbonWidthBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonFacingBinding) == 0x000338, "Member 'UNiagaraRibbonRendererProperties::RibbonFacingBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonIdBinding) == 0x000390, "Member 'UNiagaraRibbonRendererProperties::RibbonIdBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonLinkOrderBinding) == 0x0003E8, "Member 'UNiagaraRibbonRendererProperties::RibbonLinkOrderBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialRandomBinding) == 0x000440, "Member 'UNiagaraRibbonRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterialBinding) == 0x000498, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial1Binding) == 0x0004F0, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial2Binding) == 0x000548, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial3Binding) == 0x0005A0, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonUVDistance) == 0x0005F8, "Member 'UNiagaraRibbonRendererProperties::RibbonUVDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, U0OverrideBinding) == 0x000650, "Member 'UNiagaraRibbonRendererProperties::U0OverrideBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, V0RangeOverrideBinding) == 0x0006A8, "Member 'UNiagaraRibbonRendererProperties::V0RangeOverrideBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, U1OverrideBinding) == 0x000700, "Member 'UNiagaraRibbonRendererProperties::U1OverrideBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, V1RangeOverrideBinding) == 0x000758, "Member 'UNiagaraRibbonRendererProperties::V1RangeOverrideBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialParameterBindings) == 0x0007B0, "Member 'UNiagaraRibbonRendererProperties::MaterialParameterBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraScript \ static_assert(alignof(UNiagaraScript) == 0x000008, "Wrong alignment on UNiagaraScript"); \ static_assert(sizeof(UNiagaraScript) == 0x0002E0, "Wrong size on UNiagaraScript"); \ static_assert(offsetof(UNiagaraScript, Usage) == 0x000028, "Member 'UNiagaraScript::Usage' has a wrong offset!"); \ static_assert(offsetof(UNiagaraScript, UsageId) == 0x00002C, "Member 'UNiagaraScript::UsageId' has a wrong offset!"); \ static_assert(offsetof(UNiagaraScript, RapidIterationParameters) == 0x000040, "Member 'UNiagaraScript::RapidIterationParameters' has a wrong offset!"); \ static_assert(offsetof(UNiagaraScript, ScriptExecutionParamStore) == 0x0000B8, "Member 'UNiagaraScript::ScriptExecutionParamStore' has a wrong offset!"); \ static_assert(offsetof(UNiagaraScript, ScriptExecutionBoundParameters) == 0x000150, "Member 'UNiagaraScript::ScriptExecutionBoundParameters' has a wrong offset!"); \ static_assert(offsetof(UNiagaraScript, CachedScriptVMId) == 0x000160, "Member 'UNiagaraScript::CachedScriptVMId' has a wrong offset!"); \ static_assert(offsetof(UNiagaraScript, CachedScriptVM) == 0x0001C8, "Member 'UNiagaraScript::CachedScriptVM' has a wrong offset!"); \ static_assert(offsetof(UNiagaraScript, CachedParameterCollectionReferences) == 0x0002B8, "Member 'UNiagaraScript::CachedParameterCollectionReferences' has a wrong offset!"); \ static_assert(offsetof(UNiagaraScript, CachedDefaultDataInterfaces) == 0x0002C8, "Member 'UNiagaraScript::CachedDefaultDataInterfaces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraScriptSourceBase \ static_assert(alignof(UNiagaraScriptSourceBase) == 0x000008, "Wrong alignment on UNiagaraScriptSourceBase"); \ static_assert(sizeof(UNiagaraScriptSourceBase) == 0x000048, "Wrong size on UNiagaraScriptSourceBase"); \ #define DUMPER7_ASSERTS_UNiagaraSettings \ static_assert(alignof(UNiagaraSettings) == 0x000008, "Wrong alignment on UNiagaraSettings"); \ static_assert(sizeof(UNiagaraSettings) == 0x0000C8, "Wrong size on UNiagaraSettings"); \ static_assert(offsetof(UNiagaraSettings, DefaultEffectType) == 0x000038, "Member 'UNiagaraSettings::DefaultEffectType' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, QualityLevels) == 0x000050, "Member 'UNiagaraSettings::QualityLevels' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, ComponentRendererWarningsPerClass) == 0x000060, "Member 'UNiagaraSettings::ComponentRendererWarningsPerClass' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, DefaultRenderTargetFormat) == 0x0000B0, "Member 'UNiagaraSettings::DefaultRenderTargetFormat' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, DefaultGridFormat) == 0x0000B1, "Member 'UNiagaraSettings::DefaultGridFormat' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, DefaultRendererMotionVectorSetting) == 0x0000B4, "Member 'UNiagaraSettings::DefaultRendererMotionVectorSetting' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, NDISkelMesh_GpuMaxInfluences) == 0x0000B8, "Member 'UNiagaraSettings::NDISkelMesh_GpuMaxInfluences' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, NDISkelMesh_GpuUniformSamplingFormat) == 0x0000B9, "Member 'UNiagaraSettings::NDISkelMesh_GpuUniformSamplingFormat' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, NDISkelMesh_AdjacencyTriangleIndexFormat) == 0x0000BA, "Member 'UNiagaraSettings::NDISkelMesh_AdjacencyTriangleIndexFormat' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSettings, DefaultEffectTypePtr) == 0x0000C0, "Member 'UNiagaraSettings::DefaultEffectTypePtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraSimulationStageBase \ static_assert(alignof(UNiagaraSimulationStageBase) == 0x000008, "Wrong alignment on UNiagaraSimulationStageBase"); \ static_assert(sizeof(UNiagaraSimulationStageBase) == 0x000040, "Wrong size on UNiagaraSimulationStageBase"); \ static_assert(offsetof(UNiagaraSimulationStageBase, Script) == 0x000028, "Member 'UNiagaraSimulationStageBase::Script' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSimulationStageBase, SimulationStageName) == 0x000030, "Member 'UNiagaraSimulationStageBase::SimulationStageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraSimulationStageGeneric \ static_assert(alignof(UNiagaraSimulationStageGeneric) == 0x000008, "Wrong alignment on UNiagaraSimulationStageGeneric"); \ static_assert(sizeof(UNiagaraSimulationStageGeneric) == 0x000070, "Wrong size on UNiagaraSimulationStageGeneric"); \ static_assert(offsetof(UNiagaraSimulationStageGeneric, IterationSource) == 0x000040, "Member 'UNiagaraSimulationStageGeneric::IterationSource' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSimulationStageGeneric, iterations) == 0x000044, "Member 'UNiagaraSimulationStageGeneric::iterations' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSimulationStageGeneric, DataInterface) == 0x000050, "Member 'UNiagaraSimulationStageGeneric::DataInterface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraSpriteRendererProperties \ static_assert(alignof(UNiagaraSpriteRendererProperties) == 0x000008, "Wrong alignment on UNiagaraSpriteRendererProperties"); \ static_assert(sizeof(UNiagaraSpriteRendererProperties) == 0x000AB0, "Wrong size on UNiagaraSpriteRendererProperties"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, Material) == 0x000078, "Member 'UNiagaraSpriteRendererProperties::Material' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SourceMode) == 0x000080, "Member 'UNiagaraSpriteRendererProperties::SourceMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialUserParamBinding) == 0x000088, "Member 'UNiagaraSpriteRendererProperties::MaterialUserParamBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, Alignment) == 0x0000A8, "Member 'UNiagaraSpriteRendererProperties::Alignment' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, FacingMode) == 0x0000A9, "Member 'UNiagaraSpriteRendererProperties::FacingMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PivotInUVSpace) == 0x0000AC, "Member 'UNiagaraSpriteRendererProperties::PivotInUVSpace' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SortMode) == 0x0000B4, "Member 'UNiagaraSpriteRendererProperties::SortMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SubImageSize) == 0x0000B8, "Member 'UNiagaraSpriteRendererProperties::SubImageSize' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MinFacingCameraBlendDistance) == 0x0000C4, "Member 'UNiagaraSpriteRendererProperties::MinFacingCameraBlendDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MaxFacingCameraBlendDistance) == 0x0000C8, "Member 'UNiagaraSpriteRendererProperties::MaxFacingCameraBlendDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MinCameraDistance) == 0x0000D0, "Member 'UNiagaraSpriteRendererProperties::MinCameraDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MaxCameraDistance) == 0x0000D4, "Member 'UNiagaraSpriteRendererProperties::MaxCameraDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, RendererVisibility) == 0x0000D8, "Member 'UNiagaraSpriteRendererProperties::RendererVisibility' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PositionBinding) == 0x0000E0, "Member 'UNiagaraSpriteRendererProperties::PositionBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, ColorBinding) == 0x000138, "Member 'UNiagaraSpriteRendererProperties::ColorBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, VelocityBinding) == 0x000190, "Member 'UNiagaraSpriteRendererProperties::VelocityBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteRotationBinding) == 0x0001E8, "Member 'UNiagaraSpriteRendererProperties::SpriteRotationBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteSizeBinding) == 0x000240, "Member 'UNiagaraSpriteRendererProperties::SpriteSizeBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteFacingBinding) == 0x000298, "Member 'UNiagaraSpriteRendererProperties::SpriteFacingBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteAlignmentBinding) == 0x0002F0, "Member 'UNiagaraSpriteRendererProperties::SpriteAlignmentBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SubImageIndexBinding) == 0x000348, "Member 'UNiagaraSpriteRendererProperties::SubImageIndexBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterialBinding) == 0x0003A0, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial1Binding) == 0x0003F8, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial2Binding) == 0x000450, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial3Binding) == 0x0004A8, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, CameraOffsetBinding) == 0x000500, "Member 'UNiagaraSpriteRendererProperties::CameraOffsetBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, UVScaleBinding) == 0x000558, "Member 'UNiagaraSpriteRendererProperties::UVScaleBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PivotOffsetBinding) == 0x0005B0, "Member 'UNiagaraSpriteRendererProperties::PivotOffsetBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialRandomBinding) == 0x000608, "Member 'UNiagaraSpriteRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, CustomSortingBinding) == 0x000660, "Member 'UNiagaraSpriteRendererProperties::CustomSortingBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, NormalizedAgeBinding) == 0x0006B8, "Member 'UNiagaraSpriteRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, RendererVisibilityTagBinding) == 0x000710, "Member 'UNiagaraSpriteRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialParameterBindings) == 0x000768, "Member 'UNiagaraSpriteRendererProperties::MaterialParameterBindings' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevPositionBinding) == 0x000778, "Member 'UNiagaraSpriteRendererProperties::PrevPositionBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevVelocityBinding) == 0x0007D0, "Member 'UNiagaraSpriteRendererProperties::PrevVelocityBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteRotationBinding) == 0x000828, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteRotationBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteSizeBinding) == 0x000880, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteSizeBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteFacingBinding) == 0x0008D8, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteFacingBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteAlignmentBinding) == 0x000930, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteAlignmentBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevCameraOffsetBinding) == 0x000988, "Member 'UNiagaraSpriteRendererProperties::PrevCameraOffsetBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevPivotOffsetBinding) == 0x0009E0, "Member 'UNiagaraSpriteRendererProperties::PrevPivotOffsetBinding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraSystem \ static_assert(alignof(UNiagaraSystem) == 0x000008, "Wrong alignment on UNiagaraSystem"); \ static_assert(sizeof(UNiagaraSystem) == 0x0004A8, "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, bPauseWhenOffscreenOverride) == 0x000068, "Member 'UNiagaraSystem::bPauseWhenOffscreenOverride' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, EmitterHandles) == 0x000070, "Member 'UNiagaraSystem::EmitterHandles' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, ParameterCollectionOverrides) == 0x000080, "Member 'UNiagaraSystem::ParameterCollectionOverrides' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, SystemSpawnScript) == 0x000090, "Member 'UNiagaraSystem::SystemSpawnScript' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, SystemUpdateScript) == 0x000098, "Member 'UNiagaraSystem::SystemUpdateScript' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, SystemCompiledData) == 0x0000B0, "Member 'UNiagaraSystem::SystemCompiledData' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, ExposedParameters) == 0x0002C8, "Member 'UNiagaraSystem::ExposedParameters' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, FixedBounds) == 0x000390, "Member 'UNiagaraSystem::FixedBounds' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, bAutoDeactivate) == 0x0003AC, "Member 'UNiagaraSystem::bAutoDeactivate' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, WarmupTime) == 0x0003B0, "Member 'UNiagaraSystem::WarmupTime' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, WarmupTickCount) == 0x0003B4, "Member 'UNiagaraSystem::WarmupTickCount' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, WarmupTickDelta) == 0x0003B8, "Member 'UNiagaraSystem::WarmupTickDelta' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, bHasSystemScriptDIsWithPerInstanceData) == 0x0003BC, "Member 'UNiagaraSystem::bHasSystemScriptDIsWithPerInstanceData' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, bNeedsGPUContextInitForDataInterfaces) == 0x0003BD, "Member 'UNiagaraSystem::bNeedsGPUContextInitForDataInterfaces' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, UserDINamesReadInSystemScripts) == 0x0003C0, "Member 'UNiagaraSystem::UserDINamesReadInSystemScripts' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, bIsInfiniteLooping) == 0x0003D0, "Member 'UNiagaraSystem::bIsInfiniteLooping' 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_UDeveloperSettings \ static_assert(alignof(UDeveloperSettings) == 0x000008, "Wrong alignment on UDeveloperSettings"); \ static_assert(sizeof(UDeveloperSettings) == 0x000038, "Wrong size on UDeveloperSettings"); \ #define DUMPER7_ASSERTS_ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation \ static_assert(alignof(ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation) == 0x000070, "Wrong size on ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation, EntryPoint) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation, K2Node_Event_Context) == 0x000008, "Member 'ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_AttackHeavyAnticipation_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackHeavyAnticipation_C_OnAbilityBranch \ static_assert(alignof(ABL_AttackHeavyAnticipation_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_AttackHeavyAnticipation_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_AttackHeavyAnticipation_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackHeavyAnticipation_C_OnAbilityStart \ static_assert(alignof(ABL_AttackHeavyAnticipation_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_C_OnAbilityStart"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_AttackHeavyAnticipation_C_OnAbilityStart"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_AttackHeavyAnticipation_C \ static_assert(alignof(UABL_AttackHeavyAnticipation_C) == 0x000008, "Wrong alignment on UABL_AttackHeavyAnticipation_C"); \ static_assert(sizeof(UABL_AttackHeavyAnticipation_C) == 0x0000D0, "Wrong size on UABL_AttackHeavyAnticipation_C"); \ static_assert(offsetof(UABL_AttackHeavyAnticipation_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_AttackHeavyAnticipation_C::UberGraphFrame' 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) == 0x0000A0, "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!"); \ static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, bApplyOwnerTimeScale) == 0x00008C, "Member 'UAnimNotify_PlayNiagaraEffect::bApplyOwnerTimeScale' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlayNiagaraEffect, CustomTimeDilation) == 0x000090, "Member 'UAnimNotify_PlayNiagaraEffect::CustomTimeDilation' 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_ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel \ static_assert(alignof(ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel) == 0x000008, "Wrong alignment on ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel"); \ static_assert(sizeof(ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel) == 0x000048, "Wrong size on ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel"); \ static_assert(offsetof(ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel, K2Node_Event_Context) == 0x000008, "Member 'ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel, CallFunc_GetSelfActor_ReturnValue) == 0x000028, "Member 'ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel, CallFunc_GetReactionData_ReturnValue) == 0x000030, "Member 'ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel::CallFunc_GetReactionData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel, CallFunc_AddComponentByClass_ReturnValue) == 0x000038, "Member 'ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel, K2Node_Event_Context_1) == 0x000040, "Member 'ABL_NpcReact_Levioso_Duel_C_ExecuteUbergraph_ABL_NpcReact_Levioso_Duel::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_Levioso_Duel_C_OnAbilityBranch \ static_assert(alignof(ABL_NpcReact_Levioso_Duel_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NpcReact_Levioso_Duel_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NpcReact_Levioso_Duel_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NpcReact_Levioso_Duel_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NpcReact_Levioso_Duel_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NpcReact_Levioso_Duel_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Levioso_Duel_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NpcReact_Levioso_Duel_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_Levioso_Duel_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NpcReact_Levioso_Duel_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NpcReact_Levioso_Duel_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NpcReact_Levioso_Duel_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NpcReact_Levioso_Duel_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NpcReact_Levioso_Duel_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NpcReact_Levioso_Duel_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_Levioso_Duel_C_OnAbilityEnd \ static_assert(alignof(ABL_NpcReact_Levioso_Duel_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NpcReact_Levioso_Duel_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NpcReact_Levioso_Duel_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NpcReact_Levioso_Duel_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NpcReact_Levioso_Duel_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NpcReact_Levioso_Duel_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_Levioso_Duel_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_Levioso_Duel_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_Levioso_Duel_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_Levioso_Duel_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_Levioso_Duel_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_Levioso_Duel_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_Levioso_Duel_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_Levioso_Duel_C \ static_assert(alignof(UABL_NpcReact_Levioso_Duel_C) == 0x000008, "Wrong alignment on UABL_NpcReact_Levioso_Duel_C"); \ static_assert(sizeof(UABL_NpcReact_Levioso_Duel_C) == 0x0000F0, "Wrong size on UABL_NpcReact_Levioso_Duel_C"); \ static_assert(offsetof(UABL_NpcReact_Levioso_Duel_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_Levioso_Duel_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NpcReact_Levioso_Duel_C, TempCharRef) == 0x0000E8, "Member 'UABL_NpcReact_Levioso_Duel_C::TempCharRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ApparateIn_C \ static_assert(alignof(UABL_ApparateIn_C) == 0x000008, "Wrong alignment on UABL_ApparateIn_C"); \ static_assert(sizeof(UABL_ApparateIn_C) == 0x0000C8, "Wrong size on UABL_ApparateIn_C"); \ #define DUMPER7_ASSERTS_FMasterMaterialAssetSet \ static_assert(alignof(FMasterMaterialAssetSet) == 0x000008, "Wrong alignment on FMasterMaterialAssetSet"); \ static_assert(sizeof(FMasterMaterialAssetSet) == 0x000510, "Wrong size on FMasterMaterialAssetSet"); \ #define DUMPER7_ASSERTS_FActorToHardSwap \ static_assert(alignof(FActorToHardSwap) == 0x000008, "Wrong alignment on FActorToHardSwap"); \ static_assert(sizeof(FActorToHardSwap) == 0x000028, "Wrong size on FActorToHardSwap"); \ static_assert(offsetof(FActorToHardSwap, ActorPtr) == 0x000000, "Member 'FActorToHardSwap::ActorPtr' has a wrong offset!"); \ static_assert(offsetof(FActorToHardSwap, Meshes) == 0x000008, "Member 'FActorToHardSwap::Meshes' has a wrong offset!"); \ static_assert(offsetof(FActorToHardSwap, ProcessMesh) == 0x000018, "Member 'FActorToHardSwap::ProcessMesh' has a wrong offset!"); \ static_assert(offsetof(FActorToHardSwap, SwapMesh) == 0x00001C, "Member 'FActorToHardSwap::SwapMesh' has a wrong offset!"); \ static_assert(offsetof(FActorToHardSwap, MaterialsSwapped) == 0x000020, "Member 'FActorToHardSwap::MaterialsSwapped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorToHardSwapList \ static_assert(alignof(FActorToHardSwapList) == 0x000008, "Wrong alignment on FActorToHardSwapList"); \ static_assert(sizeof(FActorToHardSwapList) == 0x000018, "Wrong size on FActorToHardSwapList"); \ static_assert(offsetof(FActorToHardSwapList, Actors) == 0x000000, "Member 'FActorToHardSwapList::Actors' has a wrong offset!"); \ static_assert(offsetof(FActorToHardSwapList, Processed) == 0x000010, "Member 'FActorToHardSwapList::Processed' has a wrong offset!"); \ static_assert(offsetof(FActorToHardSwapList, Swapped) == 0x000014, "Member 'FActorToHardSwapList::Swapped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMasterMaterialSet \ static_assert(alignof(FMasterMaterialSet) == 0x000008, "Wrong alignment on FMasterMaterialSet"); \ static_assert(sizeof(FMasterMaterialSet) == 0x000110, "Wrong size on FMasterMaterialSet"); \ #define DUMPER7_ASSERTS_FMaterialPermuterMIDCacheTemplate \ static_assert(alignof(FMaterialPermuterMIDCacheTemplate) == 0x000008, "Wrong alignment on FMaterialPermuterMIDCacheTemplate"); \ static_assert(sizeof(FMaterialPermuterMIDCacheTemplate) == 0x000010, "Wrong size on FMaterialPermuterMIDCacheTemplate"); \ static_assert(offsetof(FMaterialPermuterMIDCacheTemplate, Template) == 0x000000, "Member 'FMaterialPermuterMIDCacheTemplate::Template' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterMIDCacheTemplate, Touched) == 0x000008, "Member 'FMaterialPermuterMIDCacheTemplate::Touched' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterMIDCacheEntry \ static_assert(alignof(FMaterialPermuterMIDCacheEntry) == 0x000008, "Wrong alignment on FMaterialPermuterMIDCacheEntry"); \ static_assert(sizeof(FMaterialPermuterMIDCacheEntry) == 0x000058, "Wrong size on FMaterialPermuterMIDCacheEntry"); \ static_assert(offsetof(FMaterialPermuterMIDCacheEntry, Templates) == 0x000000, "Member 'FMaterialPermuterMIDCacheEntry::Templates' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterMIDCacheEntry, Touched) == 0x000050, "Member 'FMaterialPermuterMIDCacheEntry::Touched' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterMIDCache \ static_assert(alignof(FMaterialPermuterMIDCache) == 0x000008, "Wrong alignment on FMaterialPermuterMIDCache"); \ static_assert(sizeof(FMaterialPermuterMIDCache) == 0x000058, "Wrong size on FMaterialPermuterMIDCache"); \ static_assert(offsetof(FMaterialPermuterMIDCache, Cache) == 0x000000, "Member 'FMaterialPermuterMIDCache::Cache' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterMIDCache, bEnable) == 0x000050, "Member 'FMaterialPermuterMIDCache::bEnable' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterMIDCache, TTLSeconds) == 0x000054, "Member 'FMaterialPermuterMIDCache::TTLSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHardSwapBatchComponentSettings \ static_assert(alignof(FHardSwapBatchComponentSettings) == 0x000004, "Wrong alignment on FHardSwapBatchComponentSettings"); \ static_assert(sizeof(FHardSwapBatchComponentSettings) == 0x00000C, "Wrong size on FHardSwapBatchComponentSettings"); \ static_assert(offsetof(FHardSwapBatchComponentSettings, MIDCreatesAllowedPerFrame) == 0x000000, "Member 'FHardSwapBatchComponentSettings::MIDCreatesAllowedPerFrame' has a wrong offset!"); \ static_assert(offsetof(FHardSwapBatchComponentSettings, MaterialsToSwapPerFrame) == 0x000004, "Member 'FHardSwapBatchComponentSettings::MaterialsToSwapPerFrame' has a wrong offset!"); \ static_assert(offsetof(FHardSwapBatchComponentSettings, bDetachAndDestoryWhenDone) == 0x000008, "Member 'FHardSwapBatchComponentSettings::bDetachAndDestoryWhenDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterKey \ static_assert(alignof(FMaterialPermuterKey) == 0x000004, "Wrong alignment on FMaterialPermuterKey"); \ static_assert(sizeof(FMaterialPermuterKey) == 0x000010, "Wrong size on FMaterialPermuterKey"); \ static_assert(offsetof(FMaterialPermuterKey, Group) == 0x000000, "Member 'FMaterialPermuterKey::Group' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterKey, SubType) == 0x000008, "Member 'FMaterialPermuterKey::SubType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapScalarParameter \ static_assert(alignof(FMaterialSwapScalarParameter) == 0x000004, "Wrong alignment on FMaterialSwapScalarParameter"); \ static_assert(sizeof(FMaterialSwapScalarParameter) == 0x00000C, "Wrong size on FMaterialSwapScalarParameter"); \ static_assert(offsetof(FMaterialSwapScalarParameter, Name) == 0x000000, "Member 'FMaterialSwapScalarParameter::Name' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapScalarParameter, Value) == 0x000008, "Member 'FMaterialSwapScalarParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapVectorParameter \ static_assert(alignof(FMaterialSwapVectorParameter) == 0x000004, "Wrong alignment on FMaterialSwapVectorParameter"); \ static_assert(sizeof(FMaterialSwapVectorParameter) == 0x000018, "Wrong size on FMaterialSwapVectorParameter"); \ static_assert(offsetof(FMaterialSwapVectorParameter, Name) == 0x000000, "Member 'FMaterialSwapVectorParameter::Name' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapVectorParameter, Value) == 0x000008, "Member 'FMaterialSwapVectorParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapTextureParameter \ static_assert(alignof(FMaterialSwapTextureParameter) == 0x000008, "Wrong alignment on FMaterialSwapTextureParameter"); \ static_assert(sizeof(FMaterialSwapTextureParameter) == 0x000010, "Wrong size on FMaterialSwapTextureParameter"); \ static_assert(offsetof(FMaterialSwapTextureParameter, Name) == 0x000000, "Member 'FMaterialSwapTextureParameter::Name' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapTextureParameter, Value) == 0x000008, "Member 'FMaterialSwapTextureParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapParametersSimple \ static_assert(alignof(FMaterialSwapParametersSimple) == 0x000008, "Wrong alignment on FMaterialSwapParametersSimple"); \ static_assert(sizeof(FMaterialSwapParametersSimple) == 0x000030, "Wrong size on FMaterialSwapParametersSimple"); \ static_assert(offsetof(FMaterialSwapParametersSimple, Scalars) == 0x000000, "Member 'FMaterialSwapParametersSimple::Scalars' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapParametersSimple, Vectors) == 0x000010, "Member 'FMaterialSwapParametersSimple::Vectors' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapParametersSimple, Textures) == 0x000020, "Member 'FMaterialSwapParametersSimple::Textures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterHardSwapBase \ static_assert(alignof(FMaterialPermuterHardSwapBase) == 0x000008, "Wrong alignment on FMaterialPermuterHardSwapBase"); \ static_assert(sizeof(FMaterialPermuterHardSwapBase) == 0x000058, "Wrong size on FMaterialPermuterHardSwapBase"); \ static_assert(offsetof(FMaterialPermuterHardSwapBase, Key) == 0x000000, "Member 'FMaterialPermuterHardSwapBase::Key' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterHardSwapBase, Parameters) == 0x000010, "Member 'FMaterialPermuterHardSwapBase::Parameters' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterHardSwapBase, MeshStates) == 0x000040, "Member 'FMaterialPermuterHardSwapBase::MeshStates' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterHardSwapBase, ParameterCopy) == 0x000050, "Member 'FMaterialPermuterHardSwapBase::ParameterCopy' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterHardSwapBase, bDisableMIDSharing) == 0x000051, "Member 'FMaterialPermuterHardSwapBase::bDisableMIDSharing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterHardSwapSimple \ static_assert(alignof(FMaterialPermuterHardSwapSimple) == 0x000008, "Wrong alignment on FMaterialPermuterHardSwapSimple"); \ static_assert(sizeof(FMaterialPermuterHardSwapSimple) == 0x000060, "Wrong size on FMaterialPermuterHardSwapSimple"); \ static_assert(offsetof(FMaterialPermuterHardSwapSimple, bIncludeChildren) == 0x000058, "Member 'FMaterialPermuterHardSwapSimple::bIncludeChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapObjectRules \ static_assert(alignof(FMaterialSwapObjectRules) == 0x000008, "Wrong alignment on FMaterialSwapObjectRules"); \ static_assert(sizeof(FMaterialSwapObjectRules) == 0x000020, "Wrong size on FMaterialSwapObjectRules"); \ static_assert(offsetof(FMaterialSwapObjectRules, Rule) == 0x000000, "Member 'FMaterialSwapObjectRules::Rule' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapObjectRules, Objects) == 0x000008, "Member 'FMaterialSwapObjectRules::Objects' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapObjectRules, MatchMode) == 0x000018, "Member 'FMaterialSwapObjectRules::MatchMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapMeshTypeRules \ static_assert(alignof(FMaterialSwapMeshTypeRules) == 0x000001, "Wrong alignment on FMaterialSwapMeshTypeRules"); \ static_assert(sizeof(FMaterialSwapMeshTypeRules) == 0x000009, "Wrong size on FMaterialSwapMeshTypeRules"); \ static_assert(offsetof(FMaterialSwapMeshTypeRules, Static) == 0x000000, "Member 'FMaterialSwapMeshTypeRules::Static' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapMeshTypeRules, Skeletal) == 0x000001, "Member 'FMaterialSwapMeshTypeRules::Skeletal' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapMeshTypeRules, Instanced) == 0x000002, "Member 'FMaterialSwapMeshTypeRules::Instanced' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapMeshTypeRules, Spline) == 0x000003, "Member 'FMaterialSwapMeshTypeRules::Spline' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapMeshTypeRules, Moveable) == 0x000004, "Member 'FMaterialSwapMeshTypeRules::Moveable' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapMeshTypeRules, Stationary) == 0x000005, "Member 'FMaterialSwapMeshTypeRules::Stationary' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapMeshTypeRules, ReceivesDecals) == 0x000006, "Member 'FMaterialSwapMeshTypeRules::ReceivesDecals' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapMeshTypeRules, ReceivesWeatherDecals) == 0x000007, "Member 'FMaterialSwapMeshTypeRules::ReceivesWeatherDecals' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapMeshTypeRules, RenderCustomDepth) == 0x000008, "Member 'FMaterialSwapMeshTypeRules::RenderCustomDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapObjectTagRules \ static_assert(alignof(FMaterialSwapObjectTagRules) == 0x000008, "Wrong alignment on FMaterialSwapObjectTagRules"); \ static_assert(sizeof(FMaterialSwapObjectTagRules) == 0x000018, "Wrong size on FMaterialSwapObjectTagRules"); \ static_assert(offsetof(FMaterialSwapObjectTagRules, Tags) == 0x000000, "Member 'FMaterialSwapObjectTagRules::Tags' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapObjectTagRules, Rule) == 0x000010, "Member 'FMaterialSwapObjectTagRules::Rule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapMeshTagRules \ static_assert(alignof(FMaterialSwapMeshTagRules) == 0x000008, "Wrong alignment on FMaterialSwapMeshTagRules"); \ static_assert(sizeof(FMaterialSwapMeshTagRules) == 0x000018, "Wrong size on FMaterialSwapMeshTagRules"); \ #define DUMPER7_ASSERTS_FMaterialSwapMeshRules \ static_assert(alignof(FMaterialSwapMeshRules) == 0x000008, "Wrong alignment on FMaterialSwapMeshRules"); \ static_assert(sizeof(FMaterialSwapMeshRules) == 0x000048, "Wrong size on FMaterialSwapMeshRules"); \ static_assert(offsetof(FMaterialSwapMeshRules, ObjectFilter) == 0x000000, "Member 'FMaterialSwapMeshRules::ObjectFilter' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapMeshRules, TypeFilter) == 0x000020, "Member 'FMaterialSwapMeshRules::TypeFilter' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapMeshRules, TagFilter) == 0x000030, "Member 'FMaterialSwapMeshRules::TagFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapActorTypeRules \ static_assert(alignof(FMaterialSwapActorTypeRules) == 0x000001, "Wrong alignment on FMaterialSwapActorTypeRules"); \ static_assert(sizeof(FMaterialSwapActorTypeRules) == 0x000005, "Wrong size on FMaterialSwapActorTypeRules"); \ static_assert(offsetof(FMaterialSwapActorTypeRules, Players) == 0x000000, "Member 'FMaterialSwapActorTypeRules::Players' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapActorTypeRules, Characters) == 0x000001, "Member 'FMaterialSwapActorTypeRules::Characters' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapActorTypeRules, Pawns) == 0x000002, "Member 'FMaterialSwapActorTypeRules::Pawns' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapActorTypeRules, Moveable) == 0x000003, "Member 'FMaterialSwapActorTypeRules::Moveable' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapActorTypeRules, Stationary) == 0x000004, "Member 'FMaterialSwapActorTypeRules::Stationary' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapActorTagRules \ static_assert(alignof(FMaterialSwapActorTagRules) == 0x000008, "Wrong alignment on FMaterialSwapActorTagRules"); \ static_assert(sizeof(FMaterialSwapActorTagRules) == 0x000018, "Wrong size on FMaterialSwapActorTagRules"); \ #define DUMPER7_ASSERTS_FMaterialSwapActorRules \ static_assert(alignof(FMaterialSwapActorRules) == 0x000008, "Wrong alignment on FMaterialSwapActorRules"); \ static_assert(sizeof(FMaterialSwapActorRules) == 0x000040, "Wrong size on FMaterialSwapActorRules"); \ static_assert(offsetof(FMaterialSwapActorRules, ObjectFilter) == 0x000000, "Member 'FMaterialSwapActorRules::ObjectFilter' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapActorRules, TypeFilter) == 0x000020, "Member 'FMaterialSwapActorRules::TypeFilter' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapActorRules, TagFilter) == 0x000028, "Member 'FMaterialSwapActorRules::TagFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapDependentRules \ static_assert(alignof(FMaterialSwapDependentRules) == 0x000008, "Wrong alignment on FMaterialSwapDependentRules"); \ static_assert(sizeof(FMaterialSwapDependentRules) == 0x000050, "Wrong size on FMaterialSwapDependentRules"); \ static_assert(offsetof(FMaterialSwapDependentRules, ActorRules) == 0x000008, "Member 'FMaterialSwapDependentRules::ActorRules' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapDependentRules, MaxDepth) == 0x000048, "Member 'FMaterialSwapDependentRules::MaxDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapRules \ static_assert(alignof(FMaterialSwapRules) == 0x000008, "Wrong alignment on FMaterialSwapRules"); \ static_assert(sizeof(FMaterialSwapRules) == 0x0000E0, "Wrong size on FMaterialSwapRules"); \ static_assert(offsetof(FMaterialSwapRules, MeshRules) == 0x000000, "Member 'FMaterialSwapRules::MeshRules' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapRules, ActorRules) == 0x000048, "Member 'FMaterialSwapRules::ActorRules' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapRules, DependentRules) == 0x000088, "Member 'FMaterialSwapRules::DependentRules' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapRules, bFailOnNoMatches) == 0x0000D8, "Member 'FMaterialSwapRules::bFailOnNoMatches' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterHardSwapRules \ static_assert(alignof(FMaterialPermuterHardSwapRules) == 0x000008, "Wrong alignment on FMaterialPermuterHardSwapRules"); \ static_assert(sizeof(FMaterialPermuterHardSwapRules) == 0x000138, "Wrong size on FMaterialPermuterHardSwapRules"); \ static_assert(offsetof(FMaterialPermuterHardSwapRules, Rules) == 0x000058, "Member 'FMaterialPermuterHardSwapRules::Rules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapSharedMIDCacheEntry \ static_assert(alignof(FMaterialSwapSharedMIDCacheEntry) == 0x000008, "Wrong alignment on FMaterialSwapSharedMIDCacheEntry"); \ static_assert(sizeof(FMaterialSwapSharedMIDCacheEntry) == 0x000028, "Wrong size on FMaterialSwapSharedMIDCacheEntry"); \ static_assert(offsetof(FMaterialSwapSharedMIDCacheEntry, Mid) == 0x000000, "Member 'FMaterialSwapSharedMIDCacheEntry::Mid' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapSharedMIDCacheEntry, CachedParameters) == 0x000008, "Member 'FMaterialSwapSharedMIDCacheEntry::CachedParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapSharedMIDCache \ static_assert(alignof(FMaterialSwapSharedMIDCache) == 0x000008, "Wrong alignment on FMaterialSwapSharedMIDCache"); \ static_assert(sizeof(FMaterialSwapSharedMIDCache) == 0x000050, "Wrong size on FMaterialSwapSharedMIDCache"); \ static_assert(offsetof(FMaterialSwapSharedMIDCache, Map) == 0x000000, "Member 'FMaterialSwapSharedMIDCache::Map' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterKeyCached \ static_assert(alignof(FMaterialPermuterKeyCached) == 0x000004, "Wrong alignment on FMaterialPermuterKeyCached"); \ static_assert(sizeof(FMaterialPermuterKeyCached) == 0x000018, "Wrong size on FMaterialPermuterKeyCached"); \ static_assert(offsetof(FMaterialPermuterKeyCached, CachedHash) == 0x000010, "Member 'FMaterialPermuterKeyCached::CachedHash' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterKeyCache \ static_assert(alignof(FMaterialPermuterKeyCache) == 0x000008, "Wrong alignment on FMaterialPermuterKeyCache"); \ static_assert(sizeof(FMaterialPermuterKeyCache) == 0x000068, "Wrong size on FMaterialPermuterKeyCache"); \ static_assert(offsetof(FMaterialPermuterKeyCache, Map) == 0x000000, "Member 'FMaterialPermuterKeyCache::Map' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterKeyCache, Cache) == 0x000050, "Member 'FMaterialPermuterKeyCache::Cache' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterKeyCache, bSorted) == 0x000060, "Member 'FMaterialPermuterKeyCache::bSorted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterInstanceHandCraftedList \ static_assert(alignof(FMaterialPermuterInstanceHandCraftedList) == 0x000008, "Wrong alignment on FMaterialPermuterInstanceHandCraftedList"); \ static_assert(sizeof(FMaterialPermuterInstanceHandCraftedList) == 0x000010, "Wrong size on FMaterialPermuterInstanceHandCraftedList"); \ static_assert(offsetof(FMaterialPermuterInstanceHandCraftedList, Materials) == 0x000000, "Member 'FMaterialPermuterInstanceHandCraftedList::Materials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterInstanceHandCraftedKeySetList \ static_assert(alignof(FMaterialPermuterInstanceHandCraftedKeySetList) == 0x000008, "Wrong alignment on FMaterialPermuterInstanceHandCraftedKeySetList"); \ static_assert(sizeof(FMaterialPermuterInstanceHandCraftedKeySetList) == 0x000050, "Wrong size on FMaterialPermuterInstanceHandCraftedKeySetList"); \ static_assert(offsetof(FMaterialPermuterInstanceHandCraftedKeySetList, PerKey) == 0x000000, "Member 'FMaterialPermuterInstanceHandCraftedKeySetList::PerKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterInstanceHandCraftedKeySet \ static_assert(alignof(FMaterialPermuterInstanceHandCraftedKeySet) == 0x000008, "Wrong alignment on FMaterialPermuterInstanceHandCraftedKeySet"); \ static_assert(sizeof(FMaterialPermuterInstanceHandCraftedKeySet) == 0x000050, "Wrong size on FMaterialPermuterInstanceHandCraftedKeySet"); \ static_assert(offsetof(FMaterialPermuterInstanceHandCraftedKeySet, PerKey) == 0x000000, "Member 'FMaterialPermuterInstanceHandCraftedKeySet::PerKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterNameProperty \ static_assert(alignof(FMaterialPermuterNameProperty) == 0x000008, "Wrong alignment on FMaterialPermuterNameProperty"); \ static_assert(sizeof(FMaterialPermuterNameProperty) == 0x000010, "Wrong size on FMaterialPermuterNameProperty"); \ static_assert(offsetof(FMaterialPermuterNameProperty, Name) == 0x000008, "Member 'FMaterialPermuterNameProperty::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterKeyProperty \ static_assert(alignof(FMaterialPermuterKeyProperty) == 0x000008, "Wrong alignment on FMaterialPermuterKeyProperty"); \ static_assert(sizeof(FMaterialPermuterKeyProperty) == 0x000010, "Wrong size on FMaterialPermuterKeyProperty"); \ #define DUMPER7_ASSERTS_FMaterialPermuterInstanceHandCraftedUIPair \ static_assert(alignof(FMaterialPermuterInstanceHandCraftedUIPair) == 0x000008, "Wrong alignment on FMaterialPermuterInstanceHandCraftedUIPair"); \ static_assert(sizeof(FMaterialPermuterInstanceHandCraftedUIPair) == 0x000050, "Wrong size on FMaterialPermuterInstanceHandCraftedUIPair"); \ static_assert(offsetof(FMaterialPermuterInstanceHandCraftedUIPair, MaterialInstance) == 0x000000, "Member 'FMaterialPermuterInstanceHandCraftedUIPair::MaterialInstance' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterInstanceHandCraftedUIPair, HandCrafted) == 0x000028, "Member 'FMaterialPermuterInstanceHandCraftedUIPair::HandCrafted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterInstanceHandCraftedUISet \ static_assert(alignof(FMaterialPermuterInstanceHandCraftedUISet) == 0x000008, "Wrong alignment on FMaterialPermuterInstanceHandCraftedUISet"); \ static_assert(sizeof(FMaterialPermuterInstanceHandCraftedUISet) == 0x000020, "Wrong size on FMaterialPermuterInstanceHandCraftedUISet"); \ static_assert(offsetof(FMaterialPermuterInstanceHandCraftedUISet, Key) == 0x000000, "Member 'FMaterialPermuterInstanceHandCraftedUISet::Key' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterInstanceHandCraftedUISet, Pairs) == 0x000010, "Member 'FMaterialPermuterInstanceHandCraftedUISet::Pairs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterKeyMap \ static_assert(alignof(FMaterialPermuterKeyMap) == 0x000008, "Wrong alignment on FMaterialPermuterKeyMap"); \ static_assert(sizeof(FMaterialPermuterKeyMap) == 0x000010, "Wrong size on FMaterialPermuterKeyMap"); \ static_assert(offsetof(FMaterialPermuterKeyMap, SubTypes) == 0x000000, "Member 'FMaterialPermuterKeyMap::SubTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterMaterialMapPermutation \ static_assert(alignof(FMaterialPermuterMaterialMapPermutation) == 0x000008, "Wrong alignment on FMaterialPermuterMaterialMapPermutation"); \ static_assert(sizeof(FMaterialPermuterMaterialMapPermutation) == 0x000050, "Wrong size on FMaterialPermuterMaterialMapPermutation"); \ static_assert(offsetof(FMaterialPermuterMaterialMapPermutation, PermutedMaterial) == 0x000000, "Member 'FMaterialPermuterMaterialMapPermutation::PermutedMaterial' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterMaterialMapPermutation, PermutedMasterMaterial) == 0x000028, "Member 'FMaterialPermuterMaterialMapPermutation::PermutedMasterMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterMaterialMap \ static_assert(alignof(FMaterialPermuterMaterialMap) == 0x000008, "Wrong alignment on FMaterialPermuterMaterialMap"); \ static_assert(sizeof(FMaterialPermuterMaterialMap) == 0x000078, "Wrong size on FMaterialPermuterMaterialMap"); \ static_assert(offsetof(FMaterialPermuterMaterialMap, DefaultMaterial) == 0x000000, "Member 'FMaterialPermuterMaterialMap::DefaultMaterial' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterMaterialMap, MaterialMap) == 0x000028, "Member 'FMaterialPermuterMaterialMap::MaterialMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveMaterialsPendingKill \ static_assert(alignof(FLiveMaterialsPendingKill) == 0x000008, "Wrong alignment on FLiveMaterialsPendingKill"); \ static_assert(sizeof(FLiveMaterialsPendingKill) == 0x000010, "Wrong size on FLiveMaterialsPendingKill"); \ static_assert(offsetof(FLiveMaterialsPendingKill, LastTouched) == 0x000000, "Member 'FLiveMaterialsPendingKill::LastTouched' has a wrong offset!"); \ static_assert(offsetof(FLiveMaterialsPendingKill, DeathDelay) == 0x000008, "Member 'FLiveMaterialsPendingKill::DeathDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveMaterialsLoadedObjects \ static_assert(alignof(FLiveMaterialsLoadedObjects) == 0x000008, "Wrong alignment on FLiveMaterialsLoadedObjects"); \ static_assert(sizeof(FLiveMaterialsLoadedObjects) == 0x0000F8, "Wrong size on FLiveMaterialsLoadedObjects"); \ static_assert(offsetof(FLiveMaterialsLoadedObjects, LoadedObjects) == 0x000000, "Member 'FLiveMaterialsLoadedObjects::LoadedObjects' has a wrong offset!"); \ static_assert(offsetof(FLiveMaterialsLoadedObjects, PendingKills) == 0x000050, "Member 'FLiveMaterialsLoadedObjects::PendingKills' has a wrong offset!"); \ static_assert(offsetof(FLiveMaterialsLoadedObjects, LockedObjects) == 0x0000A0, "Member 'FLiveMaterialsLoadedObjects::LockedObjects' has a wrong offset!"); \ static_assert(offsetof(FLiveMaterialsLoadedObjects, TotalLoadedBytes) == 0x0000F0, "Member 'FLiveMaterialsLoadedObjects::TotalLoadedBytes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveMaterialsPendingLoad \ static_assert(alignof(FLiveMaterialsPendingLoad) == 0x000008, "Wrong alignment on FLiveMaterialsPendingLoad"); \ static_assert(sizeof(FLiveMaterialsPendingLoad) == 0x000010, "Wrong size on FLiveMaterialsPendingLoad"); \ #define DUMPER7_ASSERTS_FLiveMaterialsPendingLoads \ static_assert(alignof(FLiveMaterialsPendingLoads) == 0x000008, "Wrong alignment on FLiveMaterialsPendingLoads"); \ static_assert(sizeof(FLiveMaterialsPendingLoads) == 0x000050, "Wrong size on FLiveMaterialsPendingLoads"); \ static_assert(offsetof(FLiveMaterialsPendingLoads, PendingLoads) == 0x000000, "Member 'FLiveMaterialsPendingLoads::PendingLoads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapCachedTransformSourceBone \ static_assert(alignof(FMaterialSwapCachedTransformSourceBone) == 0x000004, "Wrong alignment on FMaterialSwapCachedTransformSourceBone"); \ static_assert(sizeof(FMaterialSwapCachedTransformSourceBone) == 0x00000C, "Wrong size on FMaterialSwapCachedTransformSourceBone"); \ static_assert(offsetof(FMaterialSwapCachedTransformSourceBone, SkinnedMesh) == 0x000000, "Member 'FMaterialSwapCachedTransformSourceBone::SkinnedMesh' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapCachedTransformSourceBone, BoneIndex) == 0x000008, "Member 'FMaterialSwapCachedTransformSourceBone::BoneIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapCachedTransformSourceComponent \ static_assert(alignof(FMaterialSwapCachedTransformSourceComponent) == 0x000004, "Wrong alignment on FMaterialSwapCachedTransformSourceComponent"); \ static_assert(sizeof(FMaterialSwapCachedTransformSourceComponent) == 0x000008, "Wrong size on FMaterialSwapCachedTransformSourceComponent"); \ static_assert(offsetof(FMaterialSwapCachedTransformSourceComponent, Component) == 0x000000, "Member 'FMaterialSwapCachedTransformSourceComponent::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapTransformedParameter \ static_assert(alignof(FMaterialSwapTransformedParameter) == 0x000004, "Wrong alignment on FMaterialSwapTransformedParameter"); \ static_assert(sizeof(FMaterialSwapTransformedParameter) == 0x000034, "Wrong size on FMaterialSwapTransformedParameter"); \ static_assert(offsetof(FMaterialSwapTransformedParameter, Name) == 0x000000, "Member 'FMaterialSwapTransformedParameter::Name' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapTransformedParameter, Value) == 0x000008, "Member 'FMaterialSwapTransformedParameter::Value' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapTransformedParameter, TransformSource) == 0x000014, "Member 'FMaterialSwapTransformedParameter::TransformSource' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapTransformedParameter, TransformType) == 0x00001C, "Member 'FMaterialSwapTransformedParameter::TransformType' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapTransformedParameter, CachedBone) == 0x000020, "Member 'FMaterialSwapTransformedParameter::CachedBone' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapTransformedParameter, CachedComponent) == 0x00002C, "Member 'FMaterialSwapTransformedParameter::CachedComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapTransformedPosition \ static_assert(alignof(FMaterialSwapTransformedPosition) == 0x000004, "Wrong alignment on FMaterialSwapTransformedPosition"); \ static_assert(sizeof(FMaterialSwapTransformedPosition) == 0x000034, "Wrong size on FMaterialSwapTransformedPosition"); \ #define DUMPER7_ASSERTS_FMaterialSwapTransformedVector \ static_assert(alignof(FMaterialSwapTransformedVector) == 0x000004, "Wrong alignment on FMaterialSwapTransformedVector"); \ static_assert(sizeof(FMaterialSwapTransformedVector) == 0x000034, "Wrong size on FMaterialSwapTransformedVector"); \ #define DUMPER7_ASSERTS_FMaterialSwapParameters \ static_assert(alignof(FMaterialSwapParameters) == 0x000008, "Wrong alignment on FMaterialSwapParameters"); \ static_assert(sizeof(FMaterialSwapParameters) == 0x000050, "Wrong size on FMaterialSwapParameters"); \ static_assert(offsetof(FMaterialSwapParameters, TransformedPositions) == 0x000030, "Member 'FMaterialSwapParameters::TransformedPositions' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapParameters, TransformedVectors) == 0x000040, "Member 'FMaterialSwapParameters::TransformedVectors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterLoadingBundleAndSwapWeakTarget \ static_assert(alignof(FMaterialPermuterLoadingBundleAndSwapWeakTarget) == 0x000008, "Wrong alignment on FMaterialPermuterLoadingBundleAndSwapWeakTarget"); \ static_assert(sizeof(FMaterialPermuterLoadingBundleAndSwapWeakTarget) == 0x000070, "Wrong size on FMaterialPermuterLoadingBundleAndSwapWeakTarget"); \ static_assert(offsetof(FMaterialPermuterLoadingBundleAndSwapWeakTarget, ActorsToSwap) == 0x000000, "Member 'FMaterialPermuterLoadingBundleAndSwapWeakTarget::ActorsToSwap' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingBundleAndSwapWeakTarget, InitialParameters) == 0x000010, "Member 'FMaterialPermuterLoadingBundleAndSwapWeakTarget::InitialParameters' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingBundleAndSwapWeakTarget, SwapType) == 0x000060, "Member 'FMaterialPermuterLoadingBundleAndSwapWeakTarget::SwapType' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingBundleAndSwapWeakTarget, HardSwapBatchSettings) == 0x000064, "Member 'FMaterialPermuterLoadingBundleAndSwapWeakTarget::HardSwapBatchSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterLoadingBundleAndSwapTarget \ static_assert(alignof(FMaterialPermuterLoadingBundleAndSwapTarget) == 0x000008, "Wrong alignment on FMaterialPermuterLoadingBundleAndSwapTarget"); \ static_assert(sizeof(FMaterialPermuterLoadingBundleAndSwapTarget) == 0x000070, "Wrong size on FMaterialPermuterLoadingBundleAndSwapTarget"); \ static_assert(offsetof(FMaterialPermuterLoadingBundleAndSwapTarget, ActorsToSwap) == 0x000000, "Member 'FMaterialPermuterLoadingBundleAndSwapTarget::ActorsToSwap' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingBundleAndSwapTarget, InitialParameters) == 0x000010, "Member 'FMaterialPermuterLoadingBundleAndSwapTarget::InitialParameters' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingBundleAndSwapTarget, SwapType) == 0x000060, "Member 'FMaterialPermuterLoadingBundleAndSwapTarget::SwapType' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingBundleAndSwapTarget, HardSwapBatchSettings) == 0x000064, "Member 'FMaterialPermuterLoadingBundleAndSwapTarget::HardSwapBatchSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterLoadingBundleList \ static_assert(alignof(FMaterialPermuterLoadingBundleList) == 0x000008, "Wrong alignment on FMaterialPermuterLoadingBundleList"); \ static_assert(sizeof(FMaterialPermuterLoadingBundleList) == 0x000038, "Wrong size on FMaterialPermuterLoadingBundleList"); \ static_assert(offsetof(FMaterialPermuterLoadingBundleList, Bundles) == 0x000000, "Member 'FMaterialPermuterLoadingBundleList::Bundles' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingBundleList, QueuedBundles) == 0x000010, "Member 'FMaterialPermuterLoadingBundleList::QueuedBundles' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingBundleList, RemoveBundles) == 0x000020, "Member 'FMaterialPermuterLoadingBundleList::RemoveBundles' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingBundleList, bProcessing) == 0x000030, "Member 'FMaterialPermuterLoadingBundleList::bProcessing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterLoadingStrategyTrigger \ static_assert(alignof(FMaterialPermuterLoadingStrategyTrigger) == 0x000004, "Wrong alignment on FMaterialPermuterLoadingStrategyTrigger"); \ static_assert(sizeof(FMaterialPermuterLoadingStrategyTrigger) == 0x00000C, "Wrong size on FMaterialPermuterLoadingStrategyTrigger"); \ static_assert(offsetof(FMaterialPermuterLoadingStrategyTrigger, Trigger) == 0x000000, "Member 'FMaterialPermuterLoadingStrategyTrigger::Trigger' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingStrategyTrigger, TriggerPriority) == 0x000008, "Member 'FMaterialPermuterLoadingStrategyTrigger::TriggerPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterLoadingStrategy \ static_assert(alignof(FMaterialPermuterLoadingStrategy) == 0x000004, "Wrong alignment on FMaterialPermuterLoadingStrategy"); \ static_assert(sizeof(FMaterialPermuterLoadingStrategy) == 0x000014, "Wrong size on FMaterialPermuterLoadingStrategy"); \ static_assert(offsetof(FMaterialPermuterLoadingStrategy, Trigger) == 0x000000, "Member 'FMaterialPermuterLoadingStrategy::Trigger' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingStrategy, Type) == 0x00000C, "Member 'FMaterialPermuterLoadingStrategy::Type' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingStrategy, Priority) == 0x00000D, "Member 'FMaterialPermuterLoadingStrategy::Priority' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingStrategy, PurgeTime) == 0x000010, "Member 'FMaterialPermuterLoadingStrategy::PurgeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterMaterialAssetIndexEntry \ static_assert(alignof(FMaterialPermuterMaterialAssetIndexEntry) == 0x000008, "Wrong alignment on FMaterialPermuterMaterialAssetIndexEntry"); \ static_assert(sizeof(FMaterialPermuterMaterialAssetIndexEntry) == 0x000058, "Wrong size on FMaterialPermuterMaterialAssetIndexEntry"); \ static_assert(offsetof(FMaterialPermuterMaterialAssetIndexEntry, Material) == 0x000000, "Member 'FMaterialPermuterMaterialAssetIndexEntry::Material' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterMaterialAssetIndexEntry, Asset) == 0x000028, "Member 'FMaterialPermuterMaterialAssetIndexEntry::Asset' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterMaterialAssetIndexEntry, Hash) == 0x000050, "Member 'FMaterialPermuterMaterialAssetIndexEntry::Hash' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterMaterialAssetIndex \ static_assert(alignof(FMaterialPermuterMaterialAssetIndex) == 0x000008, "Wrong alignment on FMaterialPermuterMaterialAssetIndex"); \ static_assert(sizeof(FMaterialPermuterMaterialAssetIndex) == 0x000038, "Wrong size on FMaterialPermuterMaterialAssetIndex"); \ static_assert(offsetof(FMaterialPermuterMaterialAssetIndex, LoadingStrategies) == 0x000000, "Member 'FMaterialPermuterMaterialAssetIndex::LoadingStrategies' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterMaterialAssetIndex, DefaultStrategy) == 0x000008, "Member 'FMaterialPermuterMaterialAssetIndex::DefaultStrategy' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterMaterialAssetIndex, assets) == 0x000020, "Member 'FMaterialPermuterMaterialAssetIndex::assets' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterMaterialAssetIndex, OnAsset) == 0x000030, "Member 'FMaterialPermuterMaterialAssetIndex::OnAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterLoadingStrategies \ static_assert(alignof(FMaterialPermuterLoadingStrategies) == 0x000008, "Wrong alignment on FMaterialPermuterLoadingStrategies"); \ static_assert(sizeof(FMaterialPermuterLoadingStrategies) == 0x000080, "Wrong size on FMaterialPermuterLoadingStrategies"); \ static_assert(offsetof(FMaterialPermuterLoadingStrategies, Strategies) == 0x000000, "Member 'FMaterialPermuterLoadingStrategies::Strategies' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingStrategies, DefaultStrategy) == 0x000050, "Member 'FMaterialPermuterLoadingStrategies::DefaultStrategy' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingStrategies, ManualPreloads) == 0x000068, "Member 'FMaterialPermuterLoadingStrategies::ManualPreloads' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingStrategies, ManualPreloadPriority) == 0x000078, "Member 'FMaterialPermuterLoadingStrategies::ManualPreloadPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterGroupProperty \ static_assert(alignof(FMaterialPermuterGroupProperty) == 0x000008, "Wrong alignment on FMaterialPermuterGroupProperty"); \ static_assert(sizeof(FMaterialPermuterGroupProperty) == 0x000010, "Wrong size on FMaterialPermuterGroupProperty"); \ #define DUMPER7_ASSERTS_FMaterialPermuterLoadingGroupStrategy \ static_assert(alignof(FMaterialPermuterLoadingGroupStrategy) == 0x000008, "Wrong alignment on FMaterialPermuterLoadingGroupStrategy"); \ static_assert(sizeof(FMaterialPermuterLoadingGroupStrategy) == 0x000028, "Wrong size on FMaterialPermuterLoadingGroupStrategy"); \ static_assert(offsetof(FMaterialPermuterLoadingGroupStrategy, Group) == 0x000000, "Member 'FMaterialPermuterLoadingGroupStrategy::Group' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingGroupStrategy, Strategy) == 0x000010, "Member 'FMaterialPermuterLoadingGroupStrategy::Strategy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterPermutationProperty \ static_assert(alignof(FMaterialPermuterPermutationProperty) == 0x000008, "Wrong alignment on FMaterialPermuterPermutationProperty"); \ static_assert(sizeof(FMaterialPermuterPermutationProperty) == 0x000010, "Wrong size on FMaterialPermuterPermutationProperty"); \ #define DUMPER7_ASSERTS_FMaterialPermuterLoadingPermutationStrategy \ static_assert(alignof(FMaterialPermuterLoadingPermutationStrategy) == 0x000008, "Wrong alignment on FMaterialPermuterLoadingPermutationStrategy"); \ static_assert(sizeof(FMaterialPermuterLoadingPermutationStrategy) == 0x000028, "Wrong size on FMaterialPermuterLoadingPermutationStrategy"); \ static_assert(offsetof(FMaterialPermuterLoadingPermutationStrategy, Permutation) == 0x000000, "Member 'FMaterialPermuterLoadingPermutationStrategy::Permutation' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingPermutationStrategy, Strategy) == 0x000010, "Member 'FMaterialPermuterLoadingPermutationStrategy::Strategy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterLoadingStrategiesSetup \ static_assert(alignof(FMaterialPermuterLoadingStrategiesSetup) == 0x000008, "Wrong alignment on FMaterialPermuterLoadingStrategiesSetup"); \ static_assert(sizeof(FMaterialPermuterLoadingStrategiesSetup) == 0x000050, "Wrong size on FMaterialPermuterLoadingStrategiesSetup"); \ static_assert(offsetof(FMaterialPermuterLoadingStrategiesSetup, GroupStrategies) == 0x000000, "Member 'FMaterialPermuterLoadingStrategiesSetup::GroupStrategies' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingStrategiesSetup, PermutationStrategies) == 0x000010, "Member 'FMaterialPermuterLoadingStrategiesSetup::PermutationStrategies' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingStrategiesSetup, DefaultStrategy) == 0x000020, "Member 'FMaterialPermuterLoadingStrategiesSetup::DefaultStrategy' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingStrategiesSetup, ManualPreloads) == 0x000038, "Member 'FMaterialPermuterLoadingStrategiesSetup::ManualPreloads' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingStrategiesSetup, ManualPreloadPriority) == 0x000048, "Member 'FMaterialPermuterLoadingStrategiesSetup::ManualPreloadPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterLoadingTriggerSemaphone \ static_assert(alignof(FMaterialPermuterLoadingTriggerSemaphone) == 0x000008, "Wrong alignment on FMaterialPermuterLoadingTriggerSemaphone"); \ static_assert(sizeof(FMaterialPermuterLoadingTriggerSemaphone) == 0x000018, "Wrong size on FMaterialPermuterLoadingTriggerSemaphone"); \ static_assert(offsetof(FMaterialPermuterLoadingTriggerSemaphone, Requests) == 0x000000, "Member 'FMaterialPermuterLoadingTriggerSemaphone::Requests' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterLoadingTriggerSemaphone, LastCount) == 0x000010, "Member 'FMaterialPermuterLoadingTriggerSemaphone::LastCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterLoadingTriggers \ static_assert(alignof(FMaterialPermuterLoadingTriggers) == 0x000008, "Wrong alignment on FMaterialPermuterLoadingTriggers"); \ static_assert(sizeof(FMaterialPermuterLoadingTriggers) == 0x000050, "Wrong size on FMaterialPermuterLoadingTriggers"); \ static_assert(offsetof(FMaterialPermuterLoadingTriggers, Triggers) == 0x000000, "Member 'FMaterialPermuterLoadingTriggers::Triggers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMIDScalarParameter \ static_assert(alignof(FMIDScalarParameter) == 0x000004, "Wrong alignment on FMIDScalarParameter"); \ static_assert(sizeof(FMIDScalarParameter) == 0x00000C, "Wrong size on FMIDScalarParameter"); \ static_assert(offsetof(FMIDScalarParameter, Name) == 0x000000, "Member 'FMIDScalarParameter::Name' has a wrong offset!"); \ static_assert(offsetof(FMIDScalarParameter, Value) == 0x000008, "Member 'FMIDScalarParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMIDVectorParameter \ static_assert(alignof(FMIDVectorParameter) == 0x000004, "Wrong alignment on FMIDVectorParameter"); \ static_assert(sizeof(FMIDVectorParameter) == 0x000018, "Wrong size on FMIDVectorParameter"); \ static_assert(offsetof(FMIDVectorParameter, Name) == 0x000000, "Member 'FMIDVectorParameter::Name' has a wrong offset!"); \ static_assert(offsetof(FMIDVectorParameter, Value) == 0x000008, "Member 'FMIDVectorParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMIDTextureParameter \ static_assert(alignof(FMIDTextureParameter) == 0x000008, "Wrong alignment on FMIDTextureParameter"); \ static_assert(sizeof(FMIDTextureParameter) == 0x000010, "Wrong size on FMIDTextureParameter"); \ static_assert(offsetof(FMIDTextureParameter, Name) == 0x000000, "Member 'FMIDTextureParameter::Name' has a wrong offset!"); \ static_assert(offsetof(FMIDTextureParameter, Value) == 0x000008, "Member 'FMIDTextureParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMIDParameters \ static_assert(alignof(FMIDParameters) == 0x000008, "Wrong alignment on FMIDParameters"); \ static_assert(sizeof(FMIDParameters) == 0x000030, "Wrong size on FMIDParameters"); \ static_assert(offsetof(FMIDParameters, Scalars) == 0x000000, "Member 'FMIDParameters::Scalars' has a wrong offset!"); \ static_assert(offsetof(FMIDParameters, Vectors) == 0x000010, "Member 'FMIDParameters::Vectors' has a wrong offset!"); \ static_assert(offsetof(FMIDParameters, Textures) == 0x000020, "Member 'FMIDParameters::Textures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterLoadTriggerProperty \ static_assert(alignof(FMaterialPermuterLoadTriggerProperty) == 0x000008, "Wrong alignment on FMaterialPermuterLoadTriggerProperty"); \ static_assert(sizeof(FMaterialPermuterLoadTriggerProperty) == 0x000010, "Wrong size on FMaterialPermuterLoadTriggerProperty"); \ #define DUMPER7_ASSERTS_FMaterialPermuterCopyParameterOverride \ static_assert(alignof(FMaterialPermuterCopyParameterOverride) == 0x000008, "Wrong alignment on FMaterialPermuterCopyParameterOverride"); \ static_assert(sizeof(FMaterialPermuterCopyParameterOverride) == 0x000020, "Wrong size on FMaterialPermuterCopyParameterOverride"); \ static_assert(offsetof(FMaterialPermuterCopyParameterOverride, Key) == 0x000000, "Member 'FMaterialPermuterCopyParameterOverride::Key' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterCopyParameterOverride, SpecificMaterials) == 0x000008, "Member 'FMaterialPermuterCopyParameterOverride::SpecificMaterials' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterCopyParameterOverride, ParameterCopy) == 0x000018, "Member 'FMaterialPermuterCopyParameterOverride::ParameterCopy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterCopyParameterOverrides \ static_assert(alignof(FMaterialPermuterCopyParameterOverrides) == 0x000008, "Wrong alignment on FMaterialPermuterCopyParameterOverrides"); \ static_assert(sizeof(FMaterialPermuterCopyParameterOverrides) == 0x000020, "Wrong size on FMaterialPermuterCopyParameterOverrides"); \ static_assert(offsetof(FMaterialPermuterCopyParameterOverrides, Groups) == 0x000000, "Member 'FMaterialPermuterCopyParameterOverrides::Groups' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterCopyParameterOverrides, Permutations) == 0x000010, "Member 'FMaterialPermuterCopyParameterOverrides::Permutations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterCopyParameterOverrideBase \ static_assert(alignof(FMaterialPermuterCopyParameterOverrideBase) == 0x000008, "Wrong alignment on FMaterialPermuterCopyParameterOverrideBase"); \ static_assert(sizeof(FMaterialPermuterCopyParameterOverrideBase) == 0x000028, "Wrong size on FMaterialPermuterCopyParameterOverrideBase"); \ static_assert(offsetof(FMaterialPermuterCopyParameterOverrideBase, ParameterCopy) == 0x000008, "Member 'FMaterialPermuterCopyParameterOverrideBase::ParameterCopy' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterCopyParameterOverrideBase, SpecificMaterials) == 0x000010, "Member 'FMaterialPermuterCopyParameterOverrideBase::SpecificMaterials' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterCopyParameterOverrideBase, bOnlySpecificMaterials) == 0x000020, "Member 'FMaterialPermuterCopyParameterOverrideBase::bOnlySpecificMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterCopyParameterOverrideGroup \ static_assert(alignof(FMaterialPermuterCopyParameterOverrideGroup) == 0x000008, "Wrong alignment on FMaterialPermuterCopyParameterOverrideGroup"); \ static_assert(sizeof(FMaterialPermuterCopyParameterOverrideGroup) == 0x000038, "Wrong size on FMaterialPermuterCopyParameterOverrideGroup"); \ static_assert(offsetof(FMaterialPermuterCopyParameterOverrideGroup, Group) == 0x000028, "Member 'FMaterialPermuterCopyParameterOverrideGroup::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterCopyParameterOverridePermutation \ static_assert(alignof(FMaterialPermuterCopyParameterOverridePermutation) == 0x000008, "Wrong alignment on FMaterialPermuterCopyParameterOverridePermutation"); \ static_assert(sizeof(FMaterialPermuterCopyParameterOverridePermutation) == 0x000038, "Wrong size on FMaterialPermuterCopyParameterOverridePermutation"); \ static_assert(offsetof(FMaterialPermuterCopyParameterOverridePermutation, Permutation) == 0x000028, "Member 'FMaterialPermuterCopyParameterOverridePermutation::Permutation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterCopyParameterOverridesSetup \ static_assert(alignof(FMaterialPermuterCopyParameterOverridesSetup) == 0x000008, "Wrong alignment on FMaterialPermuterCopyParameterOverridesSetup"); \ static_assert(sizeof(FMaterialPermuterCopyParameterOverridesSetup) == 0x000020, "Wrong size on FMaterialPermuterCopyParameterOverridesSetup"); \ static_assert(offsetof(FMaterialPermuterCopyParameterOverridesSetup, GroupOverrides) == 0x000000, "Member 'FMaterialPermuterCopyParameterOverridesSetup::GroupOverrides' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterCopyParameterOverridesSetup, PermutationOverrides) == 0x000010, "Member 'FMaterialPermuterCopyParameterOverridesSetup::PermutationOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterParameterSet \ static_assert(alignof(FMaterialPermuterParameterSet) == 0x000008, "Wrong alignment on FMaterialPermuterParameterSet"); \ static_assert(sizeof(FMaterialPermuterParameterSet) == 0x000030, "Wrong size on FMaterialPermuterParameterSet"); \ static_assert(offsetof(FMaterialPermuterParameterSet, Scalars) == 0x000000, "Member 'FMaterialPermuterParameterSet::Scalars' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterParameterSet, Vectors) == 0x000010, "Member 'FMaterialPermuterParameterSet::Vectors' has a wrong offset!"); \ static_assert(offsetof(FMaterialPermuterParameterSet, Textures) == 0x000020, "Member 'FMaterialPermuterParameterSet::Textures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterParameterSetGroup \ static_assert(alignof(FMaterialPermuterParameterSetGroup) == 0x000008, "Wrong alignment on FMaterialPermuterParameterSetGroup"); \ static_assert(sizeof(FMaterialPermuterParameterSetGroup) == 0x000050, "Wrong size on FMaterialPermuterParameterSetGroup"); \ static_assert(offsetof(FMaterialPermuterParameterSetGroup, ParameterMap) == 0x000000, "Member 'FMaterialPermuterParameterSetGroup::ParameterMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapMeshStatesAndData \ static_assert(alignof(FMaterialSwapMeshStatesAndData) == 0x000008, "Wrong alignment on FMaterialSwapMeshStatesAndData"); \ static_assert(sizeof(FMaterialSwapMeshStatesAndData) == 0x000020, "Wrong size on FMaterialSwapMeshStatesAndData"); \ static_assert(offsetof(FMaterialSwapMeshStatesAndData, States) == 0x000000, "Member 'FMaterialSwapMeshStatesAndData::States' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapMeshStatesAndData, Data) == 0x000010, "Member 'FMaterialSwapMeshStatesAndData::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshSwappedMaterial \ static_assert(alignof(FMeshSwappedMaterial) == 0x000008, "Wrong alignment on FMeshSwappedMaterial"); \ static_assert(sizeof(FMeshSwappedMaterial) == 0x000038, "Wrong size on FMeshSwappedMaterial"); \ static_assert(offsetof(FMeshSwappedMaterial, CachedParameters) == 0x000000, "Member 'FMeshSwappedMaterial::CachedParameters' has a wrong offset!"); \ static_assert(offsetof(FMeshSwappedMaterial, OriginalMaterial) == 0x000020, "Member 'FMeshSwappedMaterial::OriginalMaterial' has a wrong offset!"); \ static_assert(offsetof(FMeshSwappedMaterial, SwapMID) == 0x000028, "Member 'FMeshSwappedMaterial::SwapMID' has a wrong offset!"); \ static_assert(offsetof(FMeshSwappedMaterial, Index) == 0x000030, "Member 'FMeshSwappedMaterial::Index' has a wrong offset!"); \ static_assert(offsetof(FMeshSwappedMaterial, flags) == 0x000032, "Member 'FMeshSwappedMaterial::flags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshMaterialSwap \ static_assert(alignof(FMeshMaterialSwap) == 0x000008, "Wrong alignment on FMeshMaterialSwap"); \ static_assert(sizeof(FMeshMaterialSwap) == 0x000010, "Wrong size on FMeshMaterialSwap"); \ static_assert(offsetof(FMeshMaterialSwap, SwappedMaterials) == 0x000000, "Member 'FMeshMaterialSwap::SwappedMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintMaterialSwapMeshStates \ static_assert(alignof(FBlueprintMaterialSwapMeshStates) == 0x000008, "Wrong alignment on FBlueprintMaterialSwapMeshStates"); \ static_assert(sizeof(FBlueprintMaterialSwapMeshStates) == 0x000010, "Wrong size on FBlueprintMaterialSwapMeshStates"); \ static_assert(offsetof(FBlueprintMaterialSwapMeshStates, MeshStates) == 0x000000, "Member 'FBlueprintMaterialSwapMeshStates::MeshStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapComponentHandle \ static_assert(alignof(FMaterialSwapComponentHandle) == 0x000004, "Wrong alignment on FMaterialSwapComponentHandle"); \ static_assert(sizeof(FMaterialSwapComponentHandle) == 0x000010, "Wrong size on FMaterialSwapComponentHandle"); \ #define DUMPER7_ASSERTS_FMaterialSwapInfoBase \ static_assert(alignof(FMaterialSwapInfoBase) == 0x000008, "Wrong alignment on FMaterialSwapInfoBase"); \ static_assert(sizeof(FMaterialSwapInfoBase) == 0x000008, "Wrong size on FMaterialSwapInfoBase"); \ #define DUMPER7_ASSERTS_FMaterialSwapInfo \ static_assert(alignof(FMaterialSwapInfo) == 0x000008, "Wrong alignment on FMaterialSwapInfo"); \ static_assert(sizeof(FMaterialSwapInfo) == 0x000180, "Wrong size on FMaterialSwapInfo"); \ static_assert(offsetof(FMaterialSwapInfo, Priority) == 0x000008, "Member 'FMaterialSwapInfo::Priority' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfo, SwapType) == 0x000009, "Member 'FMaterialSwapInfo::SwapType' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfo, Group) == 0x00000C, "Member 'FMaterialSwapInfo::Group' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfo, SubType) == 0x000014, "Member 'FMaterialSwapInfo::SubType' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfo, MaterialOverride) == 0x000020, "Member 'FMaterialSwapInfo::MaterialOverride' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfo, MaterialOverrides) == 0x000028, "Member 'FMaterialSwapInfo::MaterialOverrides' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfo, ParameterCopy) == 0x000038, "Member 'FMaterialSwapInfo::ParameterCopy' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfo, Rules) == 0x000040, "Member 'FMaterialSwapInfo::Rules' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfo, InitialParameters) == 0x000120, "Member 'FMaterialSwapInfo::InitialParameters' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfo, MeshStates) == 0x000170, "Member 'FMaterialSwapInfo::MeshStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapKeyBase \ static_assert(alignof(FMaterialSwapKeyBase) == 0x000008, "Wrong alignment on FMaterialSwapKeyBase"); \ static_assert(sizeof(FMaterialSwapKeyBase) == 0x000008, "Wrong size on FMaterialSwapKeyBase"); \ #define DUMPER7_ASSERTS_FMaterialSwapKey \ static_assert(alignof(FMaterialSwapKey) == 0x000008, "Wrong alignment on FMaterialSwapKey"); \ static_assert(sizeof(FMaterialSwapKey) == 0x000110, "Wrong size on FMaterialSwapKey"); \ static_assert(offsetof(FMaterialSwapKey, Key) == 0x000008, "Member 'FMaterialSwapKey::Key' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapKey, Priority) == 0x000018, "Member 'FMaterialSwapKey::Priority' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapKey, Rules) == 0x000020, "Member 'FMaterialSwapKey::Rules' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapKey, MeshStates) == 0x000100, "Member 'FMaterialSwapKey::MeshStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapKeyUI \ static_assert(alignof(FMaterialSwapKeyUI) == 0x000008, "Wrong alignment on FMaterialSwapKeyUI"); \ static_assert(sizeof(FMaterialSwapKeyUI) == 0x000110, "Wrong size on FMaterialSwapKeyUI"); \ static_assert(offsetof(FMaterialSwapKeyUI, Permutation) == 0x000008, "Member 'FMaterialSwapKeyUI::Permutation' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapKeyUI, Priority) == 0x000018, "Member 'FMaterialSwapKeyUI::Priority' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapKeyUI, Rules) == 0x000020, "Member 'FMaterialSwapKeyUI::Rules' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapKeyUI, MeshStates) == 0x000100, "Member 'FMaterialSwapKeyUI::MeshStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapInfoOverrideMaterials \ static_assert(alignof(FMaterialSwapInfoOverrideMaterials) == 0x000008, "Wrong alignment on FMaterialSwapInfoOverrideMaterials"); \ static_assert(sizeof(FMaterialSwapInfoOverrideMaterials) == 0x000118, "Wrong size on FMaterialSwapInfoOverrideMaterials"); \ static_assert(offsetof(FMaterialSwapInfoOverrideMaterials, MaterialOverrides) == 0x000008, "Member 'FMaterialSwapInfoOverrideMaterials::MaterialOverrides' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfoOverrideMaterials, Priority) == 0x000018, "Member 'FMaterialSwapInfoOverrideMaterials::Priority' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfoOverrideMaterials, Rules) == 0x000020, "Member 'FMaterialSwapInfoOverrideMaterials::Rules' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfoOverrideMaterials, MeshStates) == 0x000100, "Member 'FMaterialSwapInfoOverrideMaterials::MeshStates' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfoOverrideMaterials, ParameterCopy) == 0x000110, "Member 'FMaterialSwapInfoOverrideMaterials::ParameterCopy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapInfoOverrideMaterialBase \ static_assert(alignof(FMaterialSwapInfoOverrideMaterialBase) == 0x000008, "Wrong alignment on FMaterialSwapInfoOverrideMaterialBase"); \ static_assert(sizeof(FMaterialSwapInfoOverrideMaterialBase) == 0x000008, "Wrong size on FMaterialSwapInfoOverrideMaterialBase"); \ #define DUMPER7_ASSERTS_FMaterialSwapInfoOverrideMaterial \ static_assert(alignof(FMaterialSwapInfoOverrideMaterial) == 0x000008, "Wrong alignment on FMaterialSwapInfoOverrideMaterial"); \ static_assert(sizeof(FMaterialSwapInfoOverrideMaterial) == 0x000110, "Wrong size on FMaterialSwapInfoOverrideMaterial"); \ static_assert(offsetof(FMaterialSwapInfoOverrideMaterial, MaterialOverride) == 0x000008, "Member 'FMaterialSwapInfoOverrideMaterial::MaterialOverride' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfoOverrideMaterial, Priority) == 0x000010, "Member 'FMaterialSwapInfoOverrideMaterial::Priority' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfoOverrideMaterial, Rules) == 0x000018, "Member 'FMaterialSwapInfoOverrideMaterial::Rules' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfoOverrideMaterial, MeshStates) == 0x0000F8, "Member 'FMaterialSwapInfoOverrideMaterial::MeshStates' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfoOverrideMaterial, ParameterCopy) == 0x000108, "Member 'FMaterialSwapInfoOverrideMaterial::ParameterCopy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapInfoInPlaceMIDsBase \ static_assert(alignof(FMaterialSwapInfoInPlaceMIDsBase) == 0x000008, "Wrong alignment on FMaterialSwapInfoInPlaceMIDsBase"); \ static_assert(sizeof(FMaterialSwapInfoInPlaceMIDsBase) == 0x000008, "Wrong size on FMaterialSwapInfoInPlaceMIDsBase"); \ #define DUMPER7_ASSERTS_FMaterialSwapInfoInPlaceMIDs \ static_assert(alignof(FMaterialSwapInfoInPlaceMIDs) == 0x000008, "Wrong alignment on FMaterialSwapInfoInPlaceMIDs"); \ static_assert(sizeof(FMaterialSwapInfoInPlaceMIDs) == 0x000100, "Wrong size on FMaterialSwapInfoInPlaceMIDs"); \ static_assert(offsetof(FMaterialSwapInfoInPlaceMIDs, Priority) == 0x000008, "Member 'FMaterialSwapInfoInPlaceMIDs::Priority' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfoInPlaceMIDs, Rules) == 0x000010, "Member 'FMaterialSwapInfoInPlaceMIDs::Rules' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapInfoInPlaceMIDs, MeshStates) == 0x0000F0, "Member 'FMaterialSwapInfoInPlaceMIDs::MeshStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapSphereSelectionActor \ static_assert(alignof(FMaterialSwapSphereSelectionActor) == 0x000008, "Wrong alignment on FMaterialSwapSphereSelectionActor"); \ static_assert(sizeof(FMaterialSwapSphereSelectionActor) == 0x000008, "Wrong size on FMaterialSwapSphereSelectionActor"); \ static_assert(offsetof(FMaterialSwapSphereSelectionActor, LastTouched) == 0x000000, "Member 'FMaterialSwapSphereSelectionActor::LastTouched' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapSphereSelectionMesh \ static_assert(alignof(FMaterialSwapSphereSelectionMesh) == 0x000010, "Wrong alignment on FMaterialSwapSphereSelectionMesh"); \ static_assert(sizeof(FMaterialSwapSphereSelectionMesh) == 0x000030, "Wrong size on FMaterialSwapSphereSelectionMesh"); \ static_assert(offsetof(FMaterialSwapSphereSelectionMesh, MaterialSwap) == 0x000000, "Member 'FMaterialSwapSphereSelectionMesh::MaterialSwap' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapSphereSelectionMesh, LastTouched) == 0x000008, "Member 'FMaterialSwapSphereSelectionMesh::LastTouched' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapSphereSelectionMesh, SwapSphereMaterialParameter) == 0x000010, "Member 'FMaterialSwapSphereSelectionMesh::SwapSphereMaterialParameter' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapSphereSelectionMesh, bIsSwappable) == 0x000020, "Member 'FMaterialSwapSphereSelectionMesh::bIsSwappable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPermuterSwapTracker \ static_assert(alignof(FMaterialPermuterSwapTracker) == 0x000008, "Wrong alignment on FMaterialPermuterSwapTracker"); \ static_assert(sizeof(FMaterialPermuterSwapTracker) == 0x000050, "Wrong size on FMaterialPermuterSwapTracker"); \ static_assert(offsetof(FMaterialPermuterSwapTracker, ActiveSwaps) == 0x000000, "Member 'FMaterialPermuterSwapTracker::ActiveSwaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialSwapActorFadeStates \ static_assert(alignof(FMaterialSwapActorFadeStates) == 0x000008, "Wrong alignment on FMaterialSwapActorFadeStates"); \ static_assert(sizeof(FMaterialSwapActorFadeStates) == 0x0000D0, "Wrong size on FMaterialSwapActorFadeStates"); \ #define DUMPER7_ASSERTS_FMaterialSwapFadeSettings \ static_assert(alignof(FMaterialSwapFadeSettings) == 0x000008, "Wrong alignment on FMaterialSwapFadeSettings"); \ static_assert(sizeof(FMaterialSwapFadeSettings) == 0x000120, "Wrong size on FMaterialSwapFadeSettings"); \ static_assert(offsetof(FMaterialSwapFadeSettings, Swap) == 0x000000, "Member 'FMaterialSwapFadeSettings::Swap' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapFadeSettings, OpacityParameter) == 0x000110, "Member 'FMaterialSwapFadeSettings::OpacityParameter' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapFadeSettings, bUseAutoRefreshSwap) == 0x000118, "Member 'FMaterialSwapFadeSettings::bUseAutoRefreshSwap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleDataSetPendingLoad \ static_assert(alignof(FSimpleDataSetPendingLoad) == 0x000008, "Wrong alignment on FSimpleDataSetPendingLoad"); \ static_assert(sizeof(FSimpleDataSetPendingLoad) == 0x000030, "Wrong size on FSimpleDataSetPendingLoad"); \ static_assert(offsetof(FSimpleDataSetPendingLoad, UniqueId) == 0x000000, "Member 'FSimpleDataSetPendingLoad::UniqueId' has a wrong offset!"); \ static_assert(offsetof(FSimpleDataSetPendingLoad, Started) == 0x000018, "Member 'FSimpleDataSetPendingLoad::Started' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialParametersInterface_SetColorParameter \ static_assert(alignof(MaterialParametersInterface_SetColorParameter) == 0x000004, "Wrong alignment on MaterialParametersInterface_SetColorParameter"); \ static_assert(sizeof(MaterialParametersInterface_SetColorParameter) == 0x000018, "Wrong size on MaterialParametersInterface_SetColorParameter"); \ static_assert(offsetof(MaterialParametersInterface_SetColorParameter, Name_0) == 0x000000, "Member 'MaterialParametersInterface_SetColorParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialParametersInterface_SetColorParameter, Value) == 0x000008, "Member 'MaterialParametersInterface_SetColorParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialParametersInterface_SetScalarParameter \ static_assert(alignof(MaterialParametersInterface_SetScalarParameter) == 0x000004, "Wrong alignment on MaterialParametersInterface_SetScalarParameter"); \ static_assert(sizeof(MaterialParametersInterface_SetScalarParameter) == 0x00000C, "Wrong size on MaterialParametersInterface_SetScalarParameter"); \ static_assert(offsetof(MaterialParametersInterface_SetScalarParameter, Name_0) == 0x000000, "Member 'MaterialParametersInterface_SetScalarParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialParametersInterface_SetScalarParameter, Value) == 0x000008, "Member 'MaterialParametersInterface_SetScalarParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialParametersInterface_SetSimpleParameters \ static_assert(alignof(MaterialParametersInterface_SetSimpleParameters) == 0x000008, "Wrong alignment on MaterialParametersInterface_SetSimpleParameters"); \ static_assert(sizeof(MaterialParametersInterface_SetSimpleParameters) == 0x000030, "Wrong size on MaterialParametersInterface_SetSimpleParameters"); \ static_assert(offsetof(MaterialParametersInterface_SetSimpleParameters, Parameters) == 0x000000, "Member 'MaterialParametersInterface_SetSimpleParameters::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialParametersInterface_SetTextureParameter \ static_assert(alignof(MaterialParametersInterface_SetTextureParameter) == 0x000008, "Wrong alignment on MaterialParametersInterface_SetTextureParameter"); \ static_assert(sizeof(MaterialParametersInterface_SetTextureParameter) == 0x000010, "Wrong size on MaterialParametersInterface_SetTextureParameter"); \ static_assert(offsetof(MaterialParametersInterface_SetTextureParameter, Name_0) == 0x000000, "Member 'MaterialParametersInterface_SetTextureParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialParametersInterface_SetTextureParameter, Value) == 0x000008, "Member 'MaterialParametersInterface_SetTextureParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialParametersInterface_SetVector4Parameter \ static_assert(alignof(MaterialParametersInterface_SetVector4Parameter) == 0x000010, "Wrong alignment on MaterialParametersInterface_SetVector4Parameter"); \ static_assert(sizeof(MaterialParametersInterface_SetVector4Parameter) == 0x000020, "Wrong size on MaterialParametersInterface_SetVector4Parameter"); \ static_assert(offsetof(MaterialParametersInterface_SetVector4Parameter, Name_0) == 0x000000, "Member 'MaterialParametersInterface_SetVector4Parameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialParametersInterface_SetVector4Parameter, Value) == 0x000010, "Member 'MaterialParametersInterface_SetVector4Parameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialParametersInterface_SetVectorParameter \ static_assert(alignof(MaterialParametersInterface_SetVectorParameter) == 0x000004, "Wrong alignment on MaterialParametersInterface_SetVectorParameter"); \ static_assert(sizeof(MaterialParametersInterface_SetVectorParameter) == 0x000014, "Wrong size on MaterialParametersInterface_SetVectorParameter"); \ static_assert(offsetof(MaterialParametersInterface_SetVectorParameter, Name_0) == 0x000000, "Member 'MaterialParametersInterface_SetVectorParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialParametersInterface_SetVectorParameter, Value) == 0x000008, "Member 'MaterialParametersInterface_SetVectorParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMaterialParametersInterface \ static_assert(alignof(IMaterialParametersInterface) == 0x000001, "Wrong alignment on IMaterialParametersInterface"); \ static_assert(sizeof(IMaterialParametersInterface) == 0x000001, "Wrong size on IMaterialParametersInterface"); \ #define DUMPER7_ASSERTS_MaterialPermuter_MaterialPermuterClearAllSwaps \ static_assert(alignof(MaterialPermuter_MaterialPermuterClearAllSwaps) == 0x000008, "Wrong alignment on MaterialPermuter_MaterialPermuterClearAllSwaps"); \ static_assert(sizeof(MaterialPermuter_MaterialPermuterClearAllSwaps) == 0x000010, "Wrong size on MaterialPermuter_MaterialPermuterClearAllSwaps"); \ static_assert(offsetof(MaterialPermuter_MaterialPermuterClearAllSwaps, Actor) == 0x000000, "Member 'MaterialPermuter_MaterialPermuterClearAllSwaps::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuter_MaterialPermuterClearAllSwaps, bSuccess) == 0x000008, "Member 'MaterialPermuter_MaterialPermuterClearAllSwaps::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuter_MaterialPermuterClearMeshSwap \ static_assert(alignof(MaterialPermuter_MaterialPermuterClearMeshSwap) == 0x000008, "Wrong alignment on MaterialPermuter_MaterialPermuterClearMeshSwap"); \ static_assert(sizeof(MaterialPermuter_MaterialPermuterClearMeshSwap) == 0x000010, "Wrong size on MaterialPermuter_MaterialPermuterClearMeshSwap"); \ static_assert(offsetof(MaterialPermuter_MaterialPermuterClearMeshSwap, Mesh) == 0x000000, "Member 'MaterialPermuter_MaterialPermuterClearMeshSwap::Mesh' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuter_MaterialPermuterClearMeshSwap, bSuccess) == 0x000008, "Member 'MaterialPermuter_MaterialPermuterClearMeshSwap::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuter_MaterialPermuterGetMeshSwapOwner \ static_assert(alignof(MaterialPermuter_MaterialPermuterGetMeshSwapOwner) == 0x000008, "Wrong alignment on MaterialPermuter_MaterialPermuterGetMeshSwapOwner"); \ static_assert(sizeof(MaterialPermuter_MaterialPermuterGetMeshSwapOwner) == 0x000010, "Wrong size on MaterialPermuter_MaterialPermuterGetMeshSwapOwner"); \ static_assert(offsetof(MaterialPermuter_MaterialPermuterGetMeshSwapOwner, Mesh) == 0x000000, "Member 'MaterialPermuter_MaterialPermuterGetMeshSwapOwner::Mesh' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuter_MaterialPermuterGetMeshSwapOwner, SwapOwner) == 0x000008, "Member 'MaterialPermuter_MaterialPermuterGetMeshSwapOwner::SwapOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuter_MaterialPermuterIsMeshSwapped \ static_assert(alignof(MaterialPermuter_MaterialPermuterIsMeshSwapped) == 0x000008, "Wrong alignment on MaterialPermuter_MaterialPermuterIsMeshSwapped"); \ static_assert(sizeof(MaterialPermuter_MaterialPermuterIsMeshSwapped) == 0x000010, "Wrong size on MaterialPermuter_MaterialPermuterIsMeshSwapped"); \ static_assert(offsetof(MaterialPermuter_MaterialPermuterIsMeshSwapped, Mesh) == 0x000000, "Member 'MaterialPermuter_MaterialPermuterIsMeshSwapped::Mesh' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuter_MaterialPermuterIsMeshSwapped, bIsSwapped) == 0x000008, "Member 'MaterialPermuter_MaterialPermuterIsMeshSwapped::bIsSwapped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuter_MaterialPermuterPrepareSetBaseMaterials \ static_assert(alignof(MaterialPermuter_MaterialPermuterPrepareSetBaseMaterials) == 0x000008, "Wrong alignment on MaterialPermuter_MaterialPermuterPrepareSetBaseMaterials"); \ static_assert(sizeof(MaterialPermuter_MaterialPermuterPrepareSetBaseMaterials) == 0x000010, "Wrong size on MaterialPermuter_MaterialPermuterPrepareSetBaseMaterials"); \ static_assert(offsetof(MaterialPermuter_MaterialPermuterPrepareSetBaseMaterials, Mesh) == 0x000000, "Member 'MaterialPermuter_MaterialPermuterPrepareSetBaseMaterials::Mesh' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuter_MaterialPermuterPrepareSetBaseMaterials, Success) == 0x000008, "Member 'MaterialPermuter_MaterialPermuterPrepareSetBaseMaterials::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuter_MaterialPermuterSetBaseMaterial \ static_assert(alignof(MaterialPermuter_MaterialPermuterSetBaseMaterial) == 0x000008, "Wrong alignment on MaterialPermuter_MaterialPermuterSetBaseMaterial"); \ static_assert(sizeof(MaterialPermuter_MaterialPermuterSetBaseMaterial) == 0x000020, "Wrong size on MaterialPermuter_MaterialPermuterSetBaseMaterial"); \ static_assert(offsetof(MaterialPermuter_MaterialPermuterSetBaseMaterial, Mesh) == 0x000000, "Member 'MaterialPermuter_MaterialPermuterSetBaseMaterial::Mesh' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuter_MaterialPermuterSetBaseMaterial, Index_0) == 0x000008, "Member 'MaterialPermuter_MaterialPermuterSetBaseMaterial::Index_0' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuter_MaterialPermuterSetBaseMaterial, Material) == 0x000010, "Member 'MaterialPermuter_MaterialPermuterSetBaseMaterial::Material' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuter_MaterialPermuterSetBaseMaterial, Success) == 0x000018, "Member 'MaterialPermuter_MaterialPermuterSetBaseMaterial::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialPermuter \ static_assert(alignof(UMaterialPermuter) == 0x000008, "Wrong alignment on UMaterialPermuter"); \ static_assert(sizeof(UMaterialPermuter) == 0x000028, "Wrong size on UMaterialPermuter"); \ #define DUMPER7_ASSERTS_HardSwapBatchComponent_GetActorsToSwap \ static_assert(alignof(HardSwapBatchComponent_GetActorsToSwap) == 0x000008, "Wrong alignment on HardSwapBatchComponent_GetActorsToSwap"); \ static_assert(sizeof(HardSwapBatchComponent_GetActorsToSwap) == 0x000010, "Wrong size on HardSwapBatchComponent_GetActorsToSwap"); \ static_assert(offsetof(HardSwapBatchComponent_GetActorsToSwap, ActorsToSwapList) == 0x000000, "Member 'HardSwapBatchComponent_GetActorsToSwap::ActorsToSwapList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HardSwapBatchComponent_SetColorParameter \ static_assert(alignof(HardSwapBatchComponent_SetColorParameter) == 0x000004, "Wrong alignment on HardSwapBatchComponent_SetColorParameter"); \ static_assert(sizeof(HardSwapBatchComponent_SetColorParameter) == 0x000018, "Wrong size on HardSwapBatchComponent_SetColorParameter"); \ static_assert(offsetof(HardSwapBatchComponent_SetColorParameter, Name_0) == 0x000000, "Member 'HardSwapBatchComponent_SetColorParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(HardSwapBatchComponent_SetColorParameter, Value) == 0x000008, "Member 'HardSwapBatchComponent_SetColorParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HardSwapBatchComponent_SetScalarParameter \ static_assert(alignof(HardSwapBatchComponent_SetScalarParameter) == 0x000004, "Wrong alignment on HardSwapBatchComponent_SetScalarParameter"); \ static_assert(sizeof(HardSwapBatchComponent_SetScalarParameter) == 0x00000C, "Wrong size on HardSwapBatchComponent_SetScalarParameter"); \ static_assert(offsetof(HardSwapBatchComponent_SetScalarParameter, Name_0) == 0x000000, "Member 'HardSwapBatchComponent_SetScalarParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(HardSwapBatchComponent_SetScalarParameter, Value) == 0x000008, "Member 'HardSwapBatchComponent_SetScalarParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HardSwapBatchComponent_SetTextureParameter \ static_assert(alignof(HardSwapBatchComponent_SetTextureParameter) == 0x000008, "Wrong alignment on HardSwapBatchComponent_SetTextureParameter"); \ static_assert(sizeof(HardSwapBatchComponent_SetTextureParameter) == 0x000010, "Wrong size on HardSwapBatchComponent_SetTextureParameter"); \ static_assert(offsetof(HardSwapBatchComponent_SetTextureParameter, Name_0) == 0x000000, "Member 'HardSwapBatchComponent_SetTextureParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(HardSwapBatchComponent_SetTextureParameter, Value) == 0x000008, "Member 'HardSwapBatchComponent_SetTextureParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHardSwapBatchComponent \ static_assert(alignof(UHardSwapBatchComponent) == 0x000008, "Wrong alignment on UHardSwapBatchComponent"); \ static_assert(sizeof(UHardSwapBatchComponent) == 0x000218, "Wrong size on UHardSwapBatchComponent"); \ static_assert(offsetof(UHardSwapBatchComponent, OnDoneDelegate) == 0x0000D8, "Member 'UHardSwapBatchComponent::OnDoneDelegate' has a wrong offset!"); \ static_assert(offsetof(UHardSwapBatchComponent, OnActorSwappedDelegate) == 0x0000E8, "Member 'UHardSwapBatchComponent::OnActorSwappedDelegate' has a wrong offset!"); \ static_assert(offsetof(UHardSwapBatchComponent, Library) == 0x000128, "Member 'UHardSwapBatchComponent::Library' has a wrong offset!"); \ static_assert(offsetof(UHardSwapBatchComponent, HardSwap) == 0x000130, "Member 'UHardSwapBatchComponent::HardSwap' has a wrong offset!"); \ static_assert(offsetof(UHardSwapBatchComponent, Settings) == 0x000188, "Member 'UHardSwapBatchComponent::Settings' has a wrong offset!"); \ static_assert(offsetof(UHardSwapBatchComponent, MIDCache) == 0x000198, "Member 'UHardSwapBatchComponent::MIDCache' has a wrong offset!"); \ static_assert(offsetof(UHardSwapBatchComponent, State) == 0x0001F8, "Member 'UHardSwapBatchComponent::State' has a wrong offset!"); \ static_assert(offsetof(UHardSwapBatchComponent, ActorsToSwap) == 0x000200, "Member 'UHardSwapBatchComponent::ActorsToSwap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HardSwapBatchComponentRules_CreateHardSwapBatchComponentWithRules \ static_assert(alignof(HardSwapBatchComponentRules_CreateHardSwapBatchComponentWithRules) == 0x000008, "Wrong alignment on HardSwapBatchComponentRules_CreateHardSwapBatchComponentWithRules"); \ static_assert(sizeof(HardSwapBatchComponentRules_CreateHardSwapBatchComponentWithRules) == 0x000168, "Wrong size on HardSwapBatchComponentRules_CreateHardSwapBatchComponentWithRules"); \ static_assert(offsetof(HardSwapBatchComponentRules_CreateHardSwapBatchComponentWithRules, Owner) == 0x000000, "Member 'HardSwapBatchComponentRules_CreateHardSwapBatchComponentWithRules::Owner' has a wrong offset!"); \ static_assert(offsetof(HardSwapBatchComponentRules_CreateHardSwapBatchComponentWithRules, HardSwapSetup) == 0x000008, "Member 'HardSwapBatchComponentRules_CreateHardSwapBatchComponentWithRules::HardSwapSetup' has a wrong offset!"); \ static_assert(offsetof(HardSwapBatchComponentRules_CreateHardSwapBatchComponentWithRules, Actors) == 0x000140, "Member 'HardSwapBatchComponentRules_CreateHardSwapBatchComponentWithRules::Actors' has a wrong offset!"); \ static_assert(offsetof(HardSwapBatchComponentRules_CreateHardSwapBatchComponentWithRules, BatchSettings) == 0x000150, "Member 'HardSwapBatchComponentRules_CreateHardSwapBatchComponentWithRules::BatchSettings' has a wrong offset!"); \ static_assert(offsetof(HardSwapBatchComponentRules_CreateHardSwapBatchComponentWithRules, HardSwapBatchComponent) == 0x000160, "Member 'HardSwapBatchComponentRules_CreateHardSwapBatchComponentWithRules::HardSwapBatchComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHardSwapBatchComponentRules \ static_assert(alignof(UHardSwapBatchComponentRules) == 0x000008, "Wrong alignment on UHardSwapBatchComponentRules"); \ static_assert(sizeof(UHardSwapBatchComponentRules) == 0x000350, "Wrong size on UHardSwapBatchComponentRules"); \ static_assert(offsetof(UHardSwapBatchComponentRules, HardSwapRules) == 0x000218, "Member 'UHardSwapBatchComponentRules::HardSwapRules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HardSwapBatchComponentSimple_CreateHardSwapBatchComponent \ static_assert(alignof(HardSwapBatchComponentSimple_CreateHardSwapBatchComponent) == 0x000008, "Wrong alignment on HardSwapBatchComponentSimple_CreateHardSwapBatchComponent"); \ static_assert(sizeof(HardSwapBatchComponentSimple_CreateHardSwapBatchComponent) == 0x000090, "Wrong size on HardSwapBatchComponentSimple_CreateHardSwapBatchComponent"); \ static_assert(offsetof(HardSwapBatchComponentSimple_CreateHardSwapBatchComponent, Owner) == 0x000000, "Member 'HardSwapBatchComponentSimple_CreateHardSwapBatchComponent::Owner' has a wrong offset!"); \ static_assert(offsetof(HardSwapBatchComponentSimple_CreateHardSwapBatchComponent, HardSwapSetup) == 0x000008, "Member 'HardSwapBatchComponentSimple_CreateHardSwapBatchComponent::HardSwapSetup' has a wrong offset!"); \ static_assert(offsetof(HardSwapBatchComponentSimple_CreateHardSwapBatchComponent, Actors) == 0x000068, "Member 'HardSwapBatchComponentSimple_CreateHardSwapBatchComponent::Actors' has a wrong offset!"); \ static_assert(offsetof(HardSwapBatchComponentSimple_CreateHardSwapBatchComponent, BatchSettings) == 0x000078, "Member 'HardSwapBatchComponentSimple_CreateHardSwapBatchComponent::BatchSettings' has a wrong offset!"); \ static_assert(offsetof(HardSwapBatchComponentSimple_CreateHardSwapBatchComponent, HardSwapBatchComponent) == 0x000088, "Member 'HardSwapBatchComponentSimple_CreateHardSwapBatchComponent::HardSwapBatchComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHardSwapBatchComponentSimple \ static_assert(alignof(UHardSwapBatchComponentSimple) == 0x000008, "Wrong alignment on UHardSwapBatchComponentSimple"); \ static_assert(sizeof(UHardSwapBatchComponentSimple) == 0x000278, "Wrong size on UHardSwapBatchComponentSimple"); \ static_assert(offsetof(UHardSwapBatchComponentSimple, HardSwapSimple) == 0x000218, "Member 'UHardSwapBatchComponentSimple::HardSwapSimple' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterHardSwap_BuildHardSwapCache \ static_assert(alignof(MaterialPermuterHardSwap_BuildHardSwapCache) == 0x000008, "Wrong alignment on MaterialPermuterHardSwap_BuildHardSwapCache"); \ static_assert(sizeof(MaterialPermuterHardSwap_BuildHardSwapCache) == 0x0000C0, "Wrong size on MaterialPermuterHardSwap_BuildHardSwapCache"); \ static_assert(offsetof(MaterialPermuterHardSwap_BuildHardSwapCache, Actor) == 0x000000, "Member 'MaterialPermuterHardSwap_BuildHardSwapCache::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_BuildHardSwapCache, Swap) == 0x000008, "Member 'MaterialPermuterHardSwap_BuildHardSwapCache::Swap' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_BuildHardSwapCache, HardSwapCache) == 0x000068, "Member 'MaterialPermuterHardSwap_BuildHardSwapCache::HardSwapCache' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_BuildHardSwapCache, bForceLoadMaterials) == 0x0000B8, "Member 'MaterialPermuterHardSwap_BuildHardSwapCache::bForceLoadMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterHardSwap_BuildHardSwapCacheForActors \ static_assert(alignof(MaterialPermuterHardSwap_BuildHardSwapCacheForActors) == 0x000008, "Wrong alignment on MaterialPermuterHardSwap_BuildHardSwapCacheForActors"); \ static_assert(sizeof(MaterialPermuterHardSwap_BuildHardSwapCacheForActors) == 0x0000C8, "Wrong size on MaterialPermuterHardSwap_BuildHardSwapCacheForActors"); \ static_assert(offsetof(MaterialPermuterHardSwap_BuildHardSwapCacheForActors, Actors) == 0x000000, "Member 'MaterialPermuterHardSwap_BuildHardSwapCacheForActors::Actors' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_BuildHardSwapCacheForActors, Swap) == 0x000010, "Member 'MaterialPermuterHardSwap_BuildHardSwapCacheForActors::Swap' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_BuildHardSwapCacheForActors, HardSwapCache) == 0x000070, "Member 'MaterialPermuterHardSwap_BuildHardSwapCacheForActors::HardSwapCache' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_BuildHardSwapCacheForActors, bForceLoadMaterials) == 0x0000C0, "Member 'MaterialPermuterHardSwap_BuildHardSwapCacheForActors::bForceLoadMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterHardSwap_BuildHardSwapCacheForActorsWithRules \ static_assert(alignof(MaterialPermuterHardSwap_BuildHardSwapCacheForActorsWithRules) == 0x000008, "Wrong alignment on MaterialPermuterHardSwap_BuildHardSwapCacheForActorsWithRules"); \ static_assert(sizeof(MaterialPermuterHardSwap_BuildHardSwapCacheForActorsWithRules) == 0x0001A0, "Wrong size on MaterialPermuterHardSwap_BuildHardSwapCacheForActorsWithRules"); \ static_assert(offsetof(MaterialPermuterHardSwap_BuildHardSwapCacheForActorsWithRules, Actors) == 0x000000, "Member 'MaterialPermuterHardSwap_BuildHardSwapCacheForActorsWithRules::Actors' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_BuildHardSwapCacheForActorsWithRules, Swap) == 0x000010, "Member 'MaterialPermuterHardSwap_BuildHardSwapCacheForActorsWithRules::Swap' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_BuildHardSwapCacheForActorsWithRules, HardSwapCache) == 0x000148, "Member 'MaterialPermuterHardSwap_BuildHardSwapCacheForActorsWithRules::HardSwapCache' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_BuildHardSwapCacheForActorsWithRules, bForceLoadMaterials) == 0x000198, "Member 'MaterialPermuterHardSwap_BuildHardSwapCacheForActorsWithRules::bForceLoadMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterHardSwap_BuildHardSwapCacheWithRules \ static_assert(alignof(MaterialPermuterHardSwap_BuildHardSwapCacheWithRules) == 0x000008, "Wrong alignment on MaterialPermuterHardSwap_BuildHardSwapCacheWithRules"); \ static_assert(sizeof(MaterialPermuterHardSwap_BuildHardSwapCacheWithRules) == 0x000198, "Wrong size on MaterialPermuterHardSwap_BuildHardSwapCacheWithRules"); \ static_assert(offsetof(MaterialPermuterHardSwap_BuildHardSwapCacheWithRules, Actor) == 0x000000, "Member 'MaterialPermuterHardSwap_BuildHardSwapCacheWithRules::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_BuildHardSwapCacheWithRules, Swap) == 0x000008, "Member 'MaterialPermuterHardSwap_BuildHardSwapCacheWithRules::Swap' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_BuildHardSwapCacheWithRules, HardSwapCache) == 0x000140, "Member 'MaterialPermuterHardSwap_BuildHardSwapCacheWithRules::HardSwapCache' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_BuildHardSwapCacheWithRules, bForceLoadMaterials) == 0x000190, "Member 'MaterialPermuterHardSwap_BuildHardSwapCacheWithRules::bForceLoadMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterHardSwap_HardSwapActor \ static_assert(alignof(MaterialPermuterHardSwap_HardSwapActor) == 0x000008, "Wrong alignment on MaterialPermuterHardSwap_HardSwapActor"); \ static_assert(sizeof(MaterialPermuterHardSwap_HardSwapActor) == 0x000088, "Wrong size on MaterialPermuterHardSwap_HardSwapActor"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActor, Actor) == 0x000000, "Member 'MaterialPermuterHardSwap_HardSwapActor::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActor, Swap) == 0x000008, "Member 'MaterialPermuterHardSwap_HardSwapActor::Swap' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActor, MaterialsSwapped) == 0x000068, "Member 'MaterialPermuterHardSwap_HardSwapActor::MaterialsSwapped' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActor, MaterialInstanceDynamics) == 0x000070, "Member 'MaterialPermuterHardSwap_HardSwapActor::MaterialInstanceDynamics' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActor, bForceLoadMaterials) == 0x000080, "Member 'MaterialPermuterHardSwap_HardSwapActor::bForceLoadMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterHardSwap_HardSwapActorNoMIDs \ static_assert(alignof(MaterialPermuterHardSwap_HardSwapActorNoMIDs) == 0x000008, "Wrong alignment on MaterialPermuterHardSwap_HardSwapActorNoMIDs"); \ static_assert(sizeof(MaterialPermuterHardSwap_HardSwapActorNoMIDs) == 0x000070, "Wrong size on MaterialPermuterHardSwap_HardSwapActorNoMIDs"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorNoMIDs, Actor) == 0x000000, "Member 'MaterialPermuterHardSwap_HardSwapActorNoMIDs::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorNoMIDs, Swap) == 0x000008, "Member 'MaterialPermuterHardSwap_HardSwapActorNoMIDs::Swap' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorNoMIDs, MaterialsSwapped) == 0x000068, "Member 'MaterialPermuterHardSwap_HardSwapActorNoMIDs::MaterialsSwapped' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorNoMIDs, bForceLoadMaterials) == 0x00006C, "Member 'MaterialPermuterHardSwap_HardSwapActorNoMIDs::bForceLoadMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterHardSwap_HardSwapActors \ static_assert(alignof(MaterialPermuterHardSwap_HardSwapActors) == 0x000008, "Wrong alignment on MaterialPermuterHardSwap_HardSwapActors"); \ static_assert(sizeof(MaterialPermuterHardSwap_HardSwapActors) == 0x000090, "Wrong size on MaterialPermuterHardSwap_HardSwapActors"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActors, Actors) == 0x000000, "Member 'MaterialPermuterHardSwap_HardSwapActors::Actors' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActors, Swap) == 0x000010, "Member 'MaterialPermuterHardSwap_HardSwapActors::Swap' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActors, MaterialsSwapped) == 0x000070, "Member 'MaterialPermuterHardSwap_HardSwapActors::MaterialsSwapped' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActors, MaterialInstanceDynamics) == 0x000078, "Member 'MaterialPermuterHardSwap_HardSwapActors::MaterialInstanceDynamics' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActors, bForceLoadMaterials) == 0x000088, "Member 'MaterialPermuterHardSwap_HardSwapActors::bForceLoadMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterHardSwap_HardSwapActorsWithRules \ static_assert(alignof(MaterialPermuterHardSwap_HardSwapActorsWithRules) == 0x000008, "Wrong alignment on MaterialPermuterHardSwap_HardSwapActorsWithRules"); \ static_assert(sizeof(MaterialPermuterHardSwap_HardSwapActorsWithRules) == 0x000168, "Wrong size on MaterialPermuterHardSwap_HardSwapActorsWithRules"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorsWithRules, Actors) == 0x000000, "Member 'MaterialPermuterHardSwap_HardSwapActorsWithRules::Actors' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorsWithRules, Swap) == 0x000010, "Member 'MaterialPermuterHardSwap_HardSwapActorsWithRules::Swap' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorsWithRules, MaterialsSwapped) == 0x000148, "Member 'MaterialPermuterHardSwap_HardSwapActorsWithRules::MaterialsSwapped' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorsWithRules, MaterialInstanceDynamics) == 0x000150, "Member 'MaterialPermuterHardSwap_HardSwapActorsWithRules::MaterialInstanceDynamics' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorsWithRules, bForceLoadMaterials) == 0x000160, "Member 'MaterialPermuterHardSwap_HardSwapActorsWithRules::bForceLoadMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterHardSwap_HardSwapActorWithRules \ static_assert(alignof(MaterialPermuterHardSwap_HardSwapActorWithRules) == 0x000008, "Wrong alignment on MaterialPermuterHardSwap_HardSwapActorWithRules"); \ static_assert(sizeof(MaterialPermuterHardSwap_HardSwapActorWithRules) == 0x000160, "Wrong size on MaterialPermuterHardSwap_HardSwapActorWithRules"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorWithRules, Actor) == 0x000000, "Member 'MaterialPermuterHardSwap_HardSwapActorWithRules::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorWithRules, Swap) == 0x000008, "Member 'MaterialPermuterHardSwap_HardSwapActorWithRules::Swap' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorWithRules, MaterialsSwapped) == 0x000140, "Member 'MaterialPermuterHardSwap_HardSwapActorWithRules::MaterialsSwapped' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorWithRules, MaterialInstanceDynamics) == 0x000148, "Member 'MaterialPermuterHardSwap_HardSwapActorWithRules::MaterialInstanceDynamics' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorWithRules, bForceLoadMaterials) == 0x000158, "Member 'MaterialPermuterHardSwap_HardSwapActorWithRules::bForceLoadMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterHardSwap_HardSwapActorWithRulesNoMIDs \ static_assert(alignof(MaterialPermuterHardSwap_HardSwapActorWithRulesNoMIDs) == 0x000008, "Wrong alignment on MaterialPermuterHardSwap_HardSwapActorWithRulesNoMIDs"); \ static_assert(sizeof(MaterialPermuterHardSwap_HardSwapActorWithRulesNoMIDs) == 0x000148, "Wrong size on MaterialPermuterHardSwap_HardSwapActorWithRulesNoMIDs"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorWithRulesNoMIDs, Actor) == 0x000000, "Member 'MaterialPermuterHardSwap_HardSwapActorWithRulesNoMIDs::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorWithRulesNoMIDs, Swap) == 0x000008, "Member 'MaterialPermuterHardSwap_HardSwapActorWithRulesNoMIDs::Swap' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorWithRulesNoMIDs, MaterialsSwapped) == 0x000140, "Member 'MaterialPermuterHardSwap_HardSwapActorWithRulesNoMIDs::MaterialsSwapped' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapActorWithRulesNoMIDs, bForceLoadMaterials) == 0x000144, "Member 'MaterialPermuterHardSwap_HardSwapActorWithRulesNoMIDs::bForceLoadMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterHardSwap_HardSwapCacheToMaterials \ static_assert(alignof(MaterialPermuterHardSwap_HardSwapCacheToMaterials) == 0x000008, "Wrong alignment on MaterialPermuterHardSwap_HardSwapCacheToMaterials"); \ static_assert(sizeof(MaterialPermuterHardSwap_HardSwapCacheToMaterials) == 0x000060, "Wrong size on MaterialPermuterHardSwap_HardSwapCacheToMaterials"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapCacheToMaterials, HardSwapCache) == 0x000000, "Member 'MaterialPermuterHardSwap_HardSwapCacheToMaterials::HardSwapCache' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_HardSwapCacheToMaterials, MaterialInstanceDynamics) == 0x000050, "Member 'MaterialPermuterHardSwap_HardSwapCacheToMaterials::MaterialInstanceDynamics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterHardSwap_SetMIDArrayScalarParameter \ static_assert(alignof(MaterialPermuterHardSwap_SetMIDArrayScalarParameter) == 0x000008, "Wrong alignment on MaterialPermuterHardSwap_SetMIDArrayScalarParameter"); \ static_assert(sizeof(MaterialPermuterHardSwap_SetMIDArrayScalarParameter) == 0x000020, "Wrong size on MaterialPermuterHardSwap_SetMIDArrayScalarParameter"); \ static_assert(offsetof(MaterialPermuterHardSwap_SetMIDArrayScalarParameter, MaterialInstanceDynamics) == 0x000000, "Member 'MaterialPermuterHardSwap_SetMIDArrayScalarParameter::MaterialInstanceDynamics' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_SetMIDArrayScalarParameter, Parameter) == 0x000010, "Member 'MaterialPermuterHardSwap_SetMIDArrayScalarParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_SetMIDArrayScalarParameter, Value) == 0x000018, "Member 'MaterialPermuterHardSwap_SetMIDArrayScalarParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterHardSwap_SetMIDArrayVectorParameter \ static_assert(alignof(MaterialPermuterHardSwap_SetMIDArrayVectorParameter) == 0x000008, "Wrong alignment on MaterialPermuterHardSwap_SetMIDArrayVectorParameter"); \ static_assert(sizeof(MaterialPermuterHardSwap_SetMIDArrayVectorParameter) == 0x000028, "Wrong size on MaterialPermuterHardSwap_SetMIDArrayVectorParameter"); \ static_assert(offsetof(MaterialPermuterHardSwap_SetMIDArrayVectorParameter, MaterialInstanceDynamics) == 0x000000, "Member 'MaterialPermuterHardSwap_SetMIDArrayVectorParameter::MaterialInstanceDynamics' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_SetMIDArrayVectorParameter, Parameter) == 0x000010, "Member 'MaterialPermuterHardSwap_SetMIDArrayVectorParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_SetMIDArrayVectorParameter, Value) == 0x000018, "Member 'MaterialPermuterHardSwap_SetMIDArrayVectorParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterHardSwap_SwapActorsFromdHardSwapCache \ static_assert(alignof(MaterialPermuterHardSwap_SwapActorsFromdHardSwapCache) == 0x000008, "Wrong alignment on MaterialPermuterHardSwap_SwapActorsFromdHardSwapCache"); \ static_assert(sizeof(MaterialPermuterHardSwap_SwapActorsFromdHardSwapCache) == 0x0000C8, "Wrong size on MaterialPermuterHardSwap_SwapActorsFromdHardSwapCache"); \ static_assert(offsetof(MaterialPermuterHardSwap_SwapActorsFromdHardSwapCache, Actors) == 0x000000, "Member 'MaterialPermuterHardSwap_SwapActorsFromdHardSwapCache::Actors' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_SwapActorsFromdHardSwapCache, Swap) == 0x000010, "Member 'MaterialPermuterHardSwap_SwapActorsFromdHardSwapCache::Swap' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_SwapActorsFromdHardSwapCache, HardSwapCache) == 0x000070, "Member 'MaterialPermuterHardSwap_SwapActorsFromdHardSwapCache::HardSwapCache' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_SwapActorsFromdHardSwapCache, MaterialsSwapped) == 0x0000C0, "Member 'MaterialPermuterHardSwap_SwapActorsFromdHardSwapCache::MaterialsSwapped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterHardSwap_SwapActorsFromdHardSwapCacheWithRules \ static_assert(alignof(MaterialPermuterHardSwap_SwapActorsFromdHardSwapCacheWithRules) == 0x000008, "Wrong alignment on MaterialPermuterHardSwap_SwapActorsFromdHardSwapCacheWithRules"); \ static_assert(sizeof(MaterialPermuterHardSwap_SwapActorsFromdHardSwapCacheWithRules) == 0x0001A0, "Wrong size on MaterialPermuterHardSwap_SwapActorsFromdHardSwapCacheWithRules"); \ static_assert(offsetof(MaterialPermuterHardSwap_SwapActorsFromdHardSwapCacheWithRules, Actors) == 0x000000, "Member 'MaterialPermuterHardSwap_SwapActorsFromdHardSwapCacheWithRules::Actors' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_SwapActorsFromdHardSwapCacheWithRules, Swap) == 0x000010, "Member 'MaterialPermuterHardSwap_SwapActorsFromdHardSwapCacheWithRules::Swap' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_SwapActorsFromdHardSwapCacheWithRules, HardSwapCache) == 0x000148, "Member 'MaterialPermuterHardSwap_SwapActorsFromdHardSwapCacheWithRules::HardSwapCache' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_SwapActorsFromdHardSwapCacheWithRules, MaterialsSwapped) == 0x000198, "Member 'MaterialPermuterHardSwap_SwapActorsFromdHardSwapCacheWithRules::MaterialsSwapped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterHardSwap_SwapFromdHardSwapCache \ static_assert(alignof(MaterialPermuterHardSwap_SwapFromdHardSwapCache) == 0x000008, "Wrong alignment on MaterialPermuterHardSwap_SwapFromdHardSwapCache"); \ static_assert(sizeof(MaterialPermuterHardSwap_SwapFromdHardSwapCache) == 0x0000C0, "Wrong size on MaterialPermuterHardSwap_SwapFromdHardSwapCache"); \ static_assert(offsetof(MaterialPermuterHardSwap_SwapFromdHardSwapCache, Actor) == 0x000000, "Member 'MaterialPermuterHardSwap_SwapFromdHardSwapCache::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_SwapFromdHardSwapCache, Swap) == 0x000008, "Member 'MaterialPermuterHardSwap_SwapFromdHardSwapCache::Swap' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_SwapFromdHardSwapCache, HardSwapCache) == 0x000068, "Member 'MaterialPermuterHardSwap_SwapFromdHardSwapCache::HardSwapCache' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_SwapFromdHardSwapCache, MaterialsSwapped) == 0x0000B8, "Member 'MaterialPermuterHardSwap_SwapFromdHardSwapCache::MaterialsSwapped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterHardSwap_SwapFromdHardSwapCacheWithRules \ static_assert(alignof(MaterialPermuterHardSwap_SwapFromdHardSwapCacheWithRules) == 0x000008, "Wrong alignment on MaterialPermuterHardSwap_SwapFromdHardSwapCacheWithRules"); \ static_assert(sizeof(MaterialPermuterHardSwap_SwapFromdHardSwapCacheWithRules) == 0x000198, "Wrong size on MaterialPermuterHardSwap_SwapFromdHardSwapCacheWithRules"); \ static_assert(offsetof(MaterialPermuterHardSwap_SwapFromdHardSwapCacheWithRules, Actor) == 0x000000, "Member 'MaterialPermuterHardSwap_SwapFromdHardSwapCacheWithRules::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_SwapFromdHardSwapCacheWithRules, Swap) == 0x000008, "Member 'MaterialPermuterHardSwap_SwapFromdHardSwapCacheWithRules::Swap' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_SwapFromdHardSwapCacheWithRules, HardSwapCache) == 0x000140, "Member 'MaterialPermuterHardSwap_SwapFromdHardSwapCacheWithRules::HardSwapCache' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterHardSwap_SwapFromdHardSwapCacheWithRules, MaterialsSwapped) == 0x000190, "Member 'MaterialPermuterHardSwap_SwapFromdHardSwapCacheWithRules::MaterialsSwapped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialPermuterHardSwap \ static_assert(alignof(UMaterialPermuterHardSwap) == 0x000008, "Wrong alignment on UMaterialPermuterHardSwap"); \ static_assert(sizeof(UMaterialPermuterHardSwap) == 0x000028, "Wrong size on UMaterialPermuterHardSwap"); \ #define DUMPER7_ASSERTS_UMaterialPermuterLibrary \ static_assert(alignof(UMaterialPermuterLibrary) == 0x000008, "Wrong alignment on UMaterialPermuterLibrary"); \ static_assert(sizeof(UMaterialPermuterLibrary) == 0x000170, "Wrong size on UMaterialPermuterLibrary"); \ static_assert(offsetof(UMaterialPermuterLibrary, InstanceHandCraftedLibrary) == 0x000030, "Member 'UMaterialPermuterLibrary::InstanceHandCraftedLibrary' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLibrary, bEnableMIDCache) == 0x000038, "Member 'UMaterialPermuterLibrary::bEnableMIDCache' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLibrary, MIDCacheTimeoutSeconds) == 0x00003C, "Member 'UMaterialPermuterLibrary::MIDCacheTimeoutSeconds' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLibrary, Permutations) == 0x000040, "Member 'UMaterialPermuterLibrary::Permutations' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLibrary, LoadingStrategiesAsset) == 0x000090, "Member 'UMaterialPermuterLibrary::LoadingStrategiesAsset' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLibrary, CopyParameterOverrides) == 0x000098, "Member 'UMaterialPermuterLibrary::CopyParameterOverrides' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLibrary, ValidPermutations) == 0x0000B8, "Member 'UMaterialPermuterLibrary::ValidPermutations' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLibrary, KeyCache) == 0x000108, "Member 'UMaterialPermuterLibrary::KeyCache' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialPermuterInstanceHandCraftedLibrary \ static_assert(alignof(UMaterialPermuterInstanceHandCraftedLibrary) == 0x000008, "Wrong alignment on UMaterialPermuterInstanceHandCraftedLibrary"); \ static_assert(sizeof(UMaterialPermuterInstanceHandCraftedLibrary) == 0x0000D0, "Wrong size on UMaterialPermuterInstanceHandCraftedLibrary"); \ static_assert(offsetof(UMaterialPermuterInstanceHandCraftedLibrary, HandCraftedMap) == 0x000030, "Member 'UMaterialPermuterInstanceHandCraftedLibrary::HandCraftedMap' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterInstanceHandCraftedLibrary, HandCraftedMasterMap) == 0x000080, "Member 'UMaterialPermuterInstanceHandCraftedLibrary::HandCraftedMasterMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialPermuterLiveMaterials \ static_assert(alignof(UMaterialPermuterLiveMaterials) == 0x000008, "Wrong alignment on UMaterialPermuterLiveMaterials"); \ static_assert(sizeof(UMaterialPermuterLiveMaterials) == 0x000258, "Wrong size on UMaterialPermuterLiveMaterials"); \ static_assert(offsetof(UMaterialPermuterLiveMaterials, Triggers) == 0x000030, "Member 'UMaterialPermuterLiveMaterials::Triggers' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLiveMaterials, Bundles) == 0x000080, "Member 'UMaterialPermuterLiveMaterials::Bundles' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLiveMaterials, Index_0) == 0x0000B8, "Member 'UMaterialPermuterLiveMaterials::Index_0' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLiveMaterials, LoadedObjects) == 0x0000F0, "Member 'UMaterialPermuterLiveMaterials::LoadedObjects' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLiveMaterials, PendingLoads) == 0x0001E8, "Member 'UMaterialPermuterLiveMaterials::PendingLoads' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLiveMaterials, Missing) == 0x000238, "Member 'UMaterialPermuterLiveMaterials::Missing' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLiveMaterials, HasBegunPlayWorlds) == 0x000248, "Member 'UMaterialPermuterLiveMaterials::HasBegunPlayWorlds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundle_CreateKeyBundle \ static_assert(alignof(MaterialPermuterLoadingBundle_CreateKeyBundle) == 0x000008, "Wrong alignment on MaterialPermuterLoadingBundle_CreateKeyBundle"); \ static_assert(sizeof(MaterialPermuterLoadingBundle_CreateKeyBundle) == 0x000028, "Wrong size on MaterialPermuterLoadingBundle_CreateKeyBundle"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeyBundle, Owner) == 0x000000, "Member 'MaterialPermuterLoadingBundle_CreateKeyBundle::Owner' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeyBundle, Key) == 0x000008, "Member 'MaterialPermuterLoadingBundle_CreateKeyBundle::Key' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeyBundle, Priority_0) == 0x000018, "Member 'MaterialPermuterLoadingBundle_CreateKeyBundle::Priority_0' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeyBundle, ReturnValue) == 0x000020, "Member 'MaterialPermuterLoadingBundle_CreateKeyBundle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundle_CreateKeyBundleForOwnerOnly \ static_assert(alignof(MaterialPermuterLoadingBundle_CreateKeyBundleForOwnerOnly) == 0x000008, "Wrong alignment on MaterialPermuterLoadingBundle_CreateKeyBundleForOwnerOnly"); \ static_assert(sizeof(MaterialPermuterLoadingBundle_CreateKeyBundleForOwnerOnly) == 0x000028, "Wrong size on MaterialPermuterLoadingBundle_CreateKeyBundleForOwnerOnly"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeyBundleForOwnerOnly, Owner) == 0x000000, "Member 'MaterialPermuterLoadingBundle_CreateKeyBundleForOwnerOnly::Owner' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeyBundleForOwnerOnly, Key) == 0x000008, "Member 'MaterialPermuterLoadingBundle_CreateKeyBundleForOwnerOnly::Key' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeyBundleForOwnerOnly, Priority_0) == 0x000018, "Member 'MaterialPermuterLoadingBundle_CreateKeyBundleForOwnerOnly::Priority_0' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeyBundleForOwnerOnly, bAttachedChildren) == 0x000019, "Member 'MaterialPermuterLoadingBundle_CreateKeyBundleForOwnerOnly::bAttachedChildren' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeyBundleForOwnerOnly, bComponentChildren) == 0x00001A, "Member 'MaterialPermuterLoadingBundle_CreateKeyBundleForOwnerOnly::bComponentChildren' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeyBundleForOwnerOnly, ReturnValue) == 0x000020, "Member 'MaterialPermuterLoadingBundle_CreateKeyBundleForOwnerOnly::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundle_CreateKeyMaterialSetBundle \ static_assert(alignof(MaterialPermuterLoadingBundle_CreateKeyMaterialSetBundle) == 0x000008, "Wrong alignment on MaterialPermuterLoadingBundle_CreateKeyMaterialSetBundle"); \ static_assert(sizeof(MaterialPermuterLoadingBundle_CreateKeyMaterialSetBundle) == 0x000538, "Wrong size on MaterialPermuterLoadingBundle_CreateKeyMaterialSetBundle"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeyMaterialSetBundle, Owner) == 0x000000, "Member 'MaterialPermuterLoadingBundle_CreateKeyMaterialSetBundle::Owner' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeyMaterialSetBundle, Key) == 0x000008, "Member 'MaterialPermuterLoadingBundle_CreateKeyMaterialSetBundle::Key' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeyMaterialSetBundle, MaterialAssetSet) == 0x000018, "Member 'MaterialPermuterLoadingBundle_CreateKeyMaterialSetBundle::MaterialAssetSet' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeyMaterialSetBundle, Priority_0) == 0x000528, "Member 'MaterialPermuterLoadingBundle_CreateKeyMaterialSetBundle::Priority_0' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeyMaterialSetBundle, ReturnValue) == 0x000530, "Member 'MaterialPermuterLoadingBundle_CreateKeyMaterialSetBundle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundle_CreateKeysBundle \ static_assert(alignof(MaterialPermuterLoadingBundle_CreateKeysBundle) == 0x000008, "Wrong alignment on MaterialPermuterLoadingBundle_CreateKeysBundle"); \ static_assert(sizeof(MaterialPermuterLoadingBundle_CreateKeysBundle) == 0x000028, "Wrong size on MaterialPermuterLoadingBundle_CreateKeysBundle"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeysBundle, Owner) == 0x000000, "Member 'MaterialPermuterLoadingBundle_CreateKeysBundle::Owner' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeysBundle, Keys) == 0x000008, "Member 'MaterialPermuterLoadingBundle_CreateKeysBundle::Keys' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeysBundle, Priority_0) == 0x000018, "Member 'MaterialPermuterLoadingBundle_CreateKeysBundle::Priority_0' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeysBundle, ReturnValue) == 0x000020, "Member 'MaterialPermuterLoadingBundle_CreateKeysBundle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundle_CreateKeysBundleForOwnerOnly \ static_assert(alignof(MaterialPermuterLoadingBundle_CreateKeysBundleForOwnerOnly) == 0x000008, "Wrong alignment on MaterialPermuterLoadingBundle_CreateKeysBundleForOwnerOnly"); \ static_assert(sizeof(MaterialPermuterLoadingBundle_CreateKeysBundleForOwnerOnly) == 0x000028, "Wrong size on MaterialPermuterLoadingBundle_CreateKeysBundleForOwnerOnly"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeysBundleForOwnerOnly, Owner) == 0x000000, "Member 'MaterialPermuterLoadingBundle_CreateKeysBundleForOwnerOnly::Owner' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeysBundleForOwnerOnly, Keys) == 0x000008, "Member 'MaterialPermuterLoadingBundle_CreateKeysBundleForOwnerOnly::Keys' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeysBundleForOwnerOnly, Priority_0) == 0x000018, "Member 'MaterialPermuterLoadingBundle_CreateKeysBundleForOwnerOnly::Priority_0' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeysBundleForOwnerOnly, bAttachedChildren) == 0x000019, "Member 'MaterialPermuterLoadingBundle_CreateKeysBundleForOwnerOnly::bAttachedChildren' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeysBundleForOwnerOnly, bComponentChildren) == 0x00001A, "Member 'MaterialPermuterLoadingBundle_CreateKeysBundleForOwnerOnly::bComponentChildren' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeysBundleForOwnerOnly, ReturnValue) == 0x000020, "Member 'MaterialPermuterLoadingBundle_CreateKeysBundleForOwnerOnly::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundle_CreateKeysMaterialSetBundle \ static_assert(alignof(MaterialPermuterLoadingBundle_CreateKeysMaterialSetBundle) == 0x000008, "Wrong alignment on MaterialPermuterLoadingBundle_CreateKeysMaterialSetBundle"); \ static_assert(sizeof(MaterialPermuterLoadingBundle_CreateKeysMaterialSetBundle) == 0x000538, "Wrong size on MaterialPermuterLoadingBundle_CreateKeysMaterialSetBundle"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeysMaterialSetBundle, Owner) == 0x000000, "Member 'MaterialPermuterLoadingBundle_CreateKeysMaterialSetBundle::Owner' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeysMaterialSetBundle, Keys) == 0x000008, "Member 'MaterialPermuterLoadingBundle_CreateKeysMaterialSetBundle::Keys' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeysMaterialSetBundle, MaterialAssetSet) == 0x000018, "Member 'MaterialPermuterLoadingBundle_CreateKeysMaterialSetBundle::MaterialAssetSet' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeysMaterialSetBundle, Priority_0) == 0x000528, "Member 'MaterialPermuterLoadingBundle_CreateKeysMaterialSetBundle::Priority_0' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateKeysMaterialSetBundle, ReturnValue) == 0x000530, "Member 'MaterialPermuterLoadingBundle_CreateKeysMaterialSetBundle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundle_CreateMaterialSetBundle \ static_assert(alignof(MaterialPermuterLoadingBundle_CreateMaterialSetBundle) == 0x000008, "Wrong alignment on MaterialPermuterLoadingBundle_CreateMaterialSetBundle"); \ static_assert(sizeof(MaterialPermuterLoadingBundle_CreateMaterialSetBundle) == 0x000528, "Wrong size on MaterialPermuterLoadingBundle_CreateMaterialSetBundle"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateMaterialSetBundle, Owner) == 0x000000, "Member 'MaterialPermuterLoadingBundle_CreateMaterialSetBundle::Owner' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateMaterialSetBundle, MaterialAssetSet) == 0x000008, "Member 'MaterialPermuterLoadingBundle_CreateMaterialSetBundle::MaterialAssetSet' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateMaterialSetBundle, Priority_0) == 0x000518, "Member 'MaterialPermuterLoadingBundle_CreateMaterialSetBundle::Priority_0' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateMaterialSetBundle, ReturnValue) == 0x000520, "Member 'MaterialPermuterLoadingBundle_CreateMaterialSetBundle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundle_CreateMaterialSetBundleForOwnerOnly \ static_assert(alignof(MaterialPermuterLoadingBundle_CreateMaterialSetBundleForOwnerOnly) == 0x000008, "Wrong alignment on MaterialPermuterLoadingBundle_CreateMaterialSetBundleForOwnerOnly"); \ static_assert(sizeof(MaterialPermuterLoadingBundle_CreateMaterialSetBundleForOwnerOnly) == 0x000018, "Wrong size on MaterialPermuterLoadingBundle_CreateMaterialSetBundleForOwnerOnly"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateMaterialSetBundleForOwnerOnly, Owner) == 0x000000, "Member 'MaterialPermuterLoadingBundle_CreateMaterialSetBundleForOwnerOnly::Owner' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateMaterialSetBundleForOwnerOnly, Priority_0) == 0x000008, "Member 'MaterialPermuterLoadingBundle_CreateMaterialSetBundleForOwnerOnly::Priority_0' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateMaterialSetBundleForOwnerOnly, bAttachedChildren) == 0x000009, "Member 'MaterialPermuterLoadingBundle_CreateMaterialSetBundleForOwnerOnly::bAttachedChildren' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateMaterialSetBundleForOwnerOnly, bComponentChildren) == 0x00000A, "Member 'MaterialPermuterLoadingBundle_CreateMaterialSetBundleForOwnerOnly::bComponentChildren' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_CreateMaterialSetBundleForOwnerOnly, ReturnValue) == 0x000010, "Member 'MaterialPermuterLoadingBundle_CreateMaterialSetBundleForOwnerOnly::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundle_GetWorldBundleOwner \ static_assert(alignof(MaterialPermuterLoadingBundle_GetWorldBundleOwner) == 0x000008, "Wrong alignment on MaterialPermuterLoadingBundle_GetWorldBundleOwner"); \ static_assert(sizeof(MaterialPermuterLoadingBundle_GetWorldBundleOwner) == 0x000010, "Wrong size on MaterialPermuterLoadingBundle_GetWorldBundleOwner"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_GetWorldBundleOwner, WorldContextObject) == 0x000000, "Member 'MaterialPermuterLoadingBundle_GetWorldBundleOwner::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_GetWorldBundleOwner, ReturnValue) == 0x000008, "Member 'MaterialPermuterLoadingBundle_GetWorldBundleOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundle_FullyLoaded \ static_assert(alignof(MaterialPermuterLoadingBundle_FullyLoaded) == 0x000001, "Wrong alignment on MaterialPermuterLoadingBundle_FullyLoaded"); \ static_assert(sizeof(MaterialPermuterLoadingBundle_FullyLoaded) == 0x000001, "Wrong size on MaterialPermuterLoadingBundle_FullyLoaded"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_FullyLoaded, bIsFullyLoaded) == 0x000000, "Member 'MaterialPermuterLoadingBundle_FullyLoaded::bIsFullyLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundle_GetPercentageLoaded \ static_assert(alignof(MaterialPermuterLoadingBundle_GetPercentageLoaded) == 0x000004, "Wrong alignment on MaterialPermuterLoadingBundle_GetPercentageLoaded"); \ static_assert(sizeof(MaterialPermuterLoadingBundle_GetPercentageLoaded) == 0x000004, "Wrong size on MaterialPermuterLoadingBundle_GetPercentageLoaded"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_GetPercentageLoaded, Loaded) == 0x000000, "Member 'MaterialPermuterLoadingBundle_GetPercentageLoaded::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundle_ValidBundle \ static_assert(alignof(MaterialPermuterLoadingBundle_ValidBundle) == 0x000001, "Wrong alignment on MaterialPermuterLoadingBundle_ValidBundle"); \ static_assert(sizeof(MaterialPermuterLoadingBundle_ValidBundle) == 0x000001, "Wrong size on MaterialPermuterLoadingBundle_ValidBundle"); \ static_assert(offsetof(MaterialPermuterLoadingBundle_ValidBundle, bValid) == 0x000000, "Member 'MaterialPermuterLoadingBundle_ValidBundle::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialPermuterLoadingBundle \ static_assert(alignof(UMaterialPermuterLoadingBundle) == 0x000008, "Wrong alignment on UMaterialPermuterLoadingBundle"); \ static_assert(sizeof(UMaterialPermuterLoadingBundle) == 0x0001A8, "Wrong size on UMaterialPermuterLoadingBundle"); \ static_assert(offsetof(UMaterialPermuterLoadingBundle, assets) == 0x0000D0, "Member 'UMaterialPermuterLoadingBundle::assets' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLoadingBundle, LoadedAssets) == 0x000120, "Member 'UMaterialPermuterLoadingBundle::LoadedAssets' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLoadingBundle, MissingAssets) == 0x000130, "Member 'UMaterialPermuterLoadingBundle::MissingAssets' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLoadingBundle, OnBundleLoadedDelegate) == 0x000140, "Member 'UMaterialPermuterLoadingBundle::OnBundleLoadedDelegate' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLoadingBundle, OnBundlePercentLoadedDelegate) == 0x000150, "Member 'UMaterialPermuterLoadingBundle::OnBundlePercentLoadedDelegate' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLoadingBundle, Priority) == 0x000190, "Member 'UMaterialPermuterLoadingBundle::Priority' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLoadingBundle, State) == 0x000191, "Member 'UMaterialPermuterLoadingBundle::State' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLoadingBundle, StartTime) == 0x000198, "Member 'UMaterialPermuterLoadingBundle::StartTime' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLoadingBundle, TimeWarnings) == 0x0001A0, "Member 'UMaterialPermuterLoadingBundle::TimeWarnings' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLoadingBundle, LastPercentageBroadcast) == 0x0001A4, "Member 'UMaterialPermuterLoadingBundle::LastPercentageBroadcast' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundleAndSwap_ReleaseRawMaterialSwaps \ static_assert(alignof(MaterialPermuterLoadingBundleAndSwap_ReleaseRawMaterialSwaps) == 0x000001, "Wrong alignment on MaterialPermuterLoadingBundleAndSwap_ReleaseRawMaterialSwaps"); \ static_assert(sizeof(MaterialPermuterLoadingBundleAndSwap_ReleaseRawMaterialSwaps) == 0x000001, "Wrong size on MaterialPermuterLoadingBundleAndSwap_ReleaseRawMaterialSwaps"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwap_ReleaseRawMaterialSwaps, bUnswap) == 0x000000, "Member 'MaterialPermuterLoadingBundleAndSwap_ReleaseRawMaterialSwaps::bUnswap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundleAndSwap_SetColorParameter \ static_assert(alignof(MaterialPermuterLoadingBundleAndSwap_SetColorParameter) == 0x000004, "Wrong alignment on MaterialPermuterLoadingBundleAndSwap_SetColorParameter"); \ static_assert(sizeof(MaterialPermuterLoadingBundleAndSwap_SetColorParameter) == 0x000018, "Wrong size on MaterialPermuterLoadingBundleAndSwap_SetColorParameter"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwap_SetColorParameter, Name_0) == 0x000000, "Member 'MaterialPermuterLoadingBundleAndSwap_SetColorParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwap_SetColorParameter, Value) == 0x000008, "Member 'MaterialPermuterLoadingBundleAndSwap_SetColorParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundleAndSwap_SetScalarParameter \ static_assert(alignof(MaterialPermuterLoadingBundleAndSwap_SetScalarParameter) == 0x000004, "Wrong alignment on MaterialPermuterLoadingBundleAndSwap_SetScalarParameter"); \ static_assert(sizeof(MaterialPermuterLoadingBundleAndSwap_SetScalarParameter) == 0x00000C, "Wrong size on MaterialPermuterLoadingBundleAndSwap_SetScalarParameter"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwap_SetScalarParameter, Name_0) == 0x000000, "Member 'MaterialPermuterLoadingBundleAndSwap_SetScalarParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwap_SetScalarParameter, Value) == 0x000008, "Member 'MaterialPermuterLoadingBundleAndSwap_SetScalarParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundleAndSwap_SetTextureParameter \ static_assert(alignof(MaterialPermuterLoadingBundleAndSwap_SetTextureParameter) == 0x000008, "Wrong alignment on MaterialPermuterLoadingBundleAndSwap_SetTextureParameter"); \ static_assert(sizeof(MaterialPermuterLoadingBundleAndSwap_SetTextureParameter) == 0x000010, "Wrong size on MaterialPermuterLoadingBundleAndSwap_SetTextureParameter"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwap_SetTextureParameter, Name_0) == 0x000000, "Member 'MaterialPermuterLoadingBundleAndSwap_SetTextureParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwap_SetTextureParameter, Value) == 0x000008, "Member 'MaterialPermuterLoadingBundleAndSwap_SetTextureParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundleAndSwap_GetMaterialSwapKey \ static_assert(alignof(MaterialPermuterLoadingBundleAndSwap_GetMaterialSwapKey) == 0x000004, "Wrong alignment on MaterialPermuterLoadingBundleAndSwap_GetMaterialSwapKey"); \ static_assert(sizeof(MaterialPermuterLoadingBundleAndSwap_GetMaterialSwapKey) == 0x000010, "Wrong size on MaterialPermuterLoadingBundleAndSwap_GetMaterialSwapKey"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwap_GetMaterialSwapKey, Key) == 0x000000, "Member 'MaterialPermuterLoadingBundleAndSwap_GetMaterialSwapKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundleAndSwap_GetMaterialSwapState \ static_assert(alignof(MaterialPermuterLoadingBundleAndSwap_GetMaterialSwapState) == 0x000001, "Wrong alignment on MaterialPermuterLoadingBundleAndSwap_GetMaterialSwapState"); \ static_assert(sizeof(MaterialPermuterLoadingBundleAndSwap_GetMaterialSwapState) == 0x000001, "Wrong size on MaterialPermuterLoadingBundleAndSwap_GetMaterialSwapState"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwap_GetMaterialSwapState, CurrentSwapState) == 0x000000, "Member 'MaterialPermuterLoadingBundleAndSwap_GetMaterialSwapState::CurrentSwapState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundleAndSwap_HasRawMaterialSwaps \ static_assert(alignof(MaterialPermuterLoadingBundleAndSwap_HasRawMaterialSwaps) == 0x000004, "Wrong alignment on MaterialPermuterLoadingBundleAndSwap_HasRawMaterialSwaps"); \ static_assert(sizeof(MaterialPermuterLoadingBundleAndSwap_HasRawMaterialSwaps) == 0x000004, "Wrong size on MaterialPermuterLoadingBundleAndSwap_HasRawMaterialSwaps"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwap_HasRawMaterialSwaps, RawMaterialsSwapCount) == 0x000000, "Member 'MaterialPermuterLoadingBundleAndSwap_HasRawMaterialSwaps::RawMaterialsSwapCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialPermuterLoadingBundleAndSwap \ static_assert(alignof(UMaterialPermuterLoadingBundleAndSwap) == 0x000008, "Wrong alignment on UMaterialPermuterLoadingBundleAndSwap"); \ static_assert(sizeof(UMaterialPermuterLoadingBundleAndSwap) == 0x000320, "Wrong size on UMaterialPermuterLoadingBundleAndSwap"); \ static_assert(offsetof(UMaterialPermuterLoadingBundleAndSwap, OnActorSwapDelegate) == 0x0001B0, "Member 'UMaterialPermuterLoadingBundleAndSwap::OnActorSwapDelegate' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLoadingBundleAndSwap, MaterialSwapInfo) == 0x0001D8, "Member 'UMaterialPermuterLoadingBundleAndSwap::MaterialSwapInfo' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLoadingBundleAndSwap, MaterialSwapState) == 0x0002E8, "Member 'UMaterialPermuterLoadingBundleAndSwap::MaterialSwapState' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLoadingBundleAndSwap, RawMaterialSwaps) == 0x0002F0, "Member 'UMaterialPermuterLoadingBundleAndSwap::RawMaterialSwaps' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLoadingBundleAndSwap, MaterialSwapComponents) == 0x000300, "Member 'UMaterialPermuterLoadingBundleAndSwap::MaterialSwapComponents' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLoadingBundleAndSwap, HardSwapBatchComponents) == 0x000310, "Member 'UMaterialPermuterLoadingBundleAndSwap::HardSwapBatchComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundleAndSwapOwner_CreateAndSwapOwner \ static_assert(alignof(MaterialPermuterLoadingBundleAndSwapOwner_CreateAndSwapOwner) == 0x000008, "Wrong alignment on MaterialPermuterLoadingBundleAndSwapOwner_CreateAndSwapOwner"); \ static_assert(sizeof(MaterialPermuterLoadingBundleAndSwapOwner_CreateAndSwapOwner) == 0x000178, "Wrong size on MaterialPermuterLoadingBundleAndSwapOwner_CreateAndSwapOwner"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwapOwner_CreateAndSwapOwner, Owner) == 0x000000, "Member 'MaterialPermuterLoadingBundleAndSwapOwner_CreateAndSwapOwner::Owner' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwapOwner_CreateAndSwapOwner, SwapInfo) == 0x000008, "Member 'MaterialPermuterLoadingBundleAndSwapOwner_CreateAndSwapOwner::SwapInfo' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwapOwner_CreateAndSwapOwner, InitialParameters) == 0x000118, "Member 'MaterialPermuterLoadingBundleAndSwapOwner_CreateAndSwapOwner::InitialParameters' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwapOwner_CreateAndSwapOwner, MaterialSwapType) == 0x000168, "Member 'MaterialPermuterLoadingBundleAndSwapOwner_CreateAndSwapOwner::MaterialSwapType' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwapOwner_CreateAndSwapOwner, LoadPriority) == 0x000169, "Member 'MaterialPermuterLoadingBundleAndSwapOwner_CreateAndSwapOwner::LoadPriority' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwapOwner_CreateAndSwapOwner, ReturnValue) == 0x000170, "Member 'MaterialPermuterLoadingBundleAndSwapOwner_CreateAndSwapOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialPermuterLoadingBundleAndSwapOwner \ static_assert(alignof(UMaterialPermuterLoadingBundleAndSwapOwner) == 0x000008, "Wrong alignment on UMaterialPermuterLoadingBundleAndSwapOwner"); \ static_assert(sizeof(UMaterialPermuterLoadingBundleAndSwapOwner) == 0x000380, "Wrong size on UMaterialPermuterLoadingBundleAndSwapOwner"); \ static_assert(offsetof(UMaterialPermuterLoadingBundleAndSwapOwner, InitialSwapParameters) == 0x000320, "Member 'UMaterialPermuterLoadingBundleAndSwapOwner::InitialSwapParameters' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLoadingBundleAndSwapOwner, SwapType) == 0x000370, "Member 'UMaterialPermuterLoadingBundleAndSwapOwner::SwapType' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLoadingBundleAndSwapOwner, HardSwapBatchSettings) == 0x000374, "Member 'UMaterialPermuterLoadingBundleAndSwapOwner::HardSwapBatchSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTarget \ static_assert(alignof(MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTarget) == 0x000008, "Wrong alignment on MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTarget"); \ static_assert(sizeof(MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTarget) == 0x000198, "Wrong size on MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTarget"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTarget, Owner) == 0x000000, "Member 'MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTarget::Owner' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTarget, SwapInfo) == 0x000008, "Member 'MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTarget::SwapInfo' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTarget, SwapTarget) == 0x000118, "Member 'MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTarget::SwapTarget' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTarget, LoadPriority) == 0x000188, "Member 'MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTarget::LoadPriority' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTarget, ReturnValue) == 0x000190, "Member 'MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTargets \ static_assert(alignof(MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTargets) == 0x000008, "Wrong alignment on MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTargets"); \ static_assert(sizeof(MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTargets) == 0x000138, "Wrong size on MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTargets"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTargets, Owner) == 0x000000, "Member 'MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTargets::Owner' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTargets, SwapInfo) == 0x000008, "Member 'MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTargets::SwapInfo' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTargets, SwapTargets) == 0x000118, "Member 'MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTargets::SwapTargets' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTargets, LoadPriority) == 0x000128, "Member 'MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTargets::LoadPriority' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTargets, ReturnValue) == 0x000130, "Member 'MaterialPermuterLoadingBundleAndSwapMulti_CreateAndSwapMultiTargets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialPermuterLoadingBundleAndSwapMulti \ static_assert(alignof(UMaterialPermuterLoadingBundleAndSwapMulti) == 0x000008, "Wrong alignment on UMaterialPermuterLoadingBundleAndSwapMulti"); \ static_assert(sizeof(UMaterialPermuterLoadingBundleAndSwapMulti) == 0x000330, "Wrong size on UMaterialPermuterLoadingBundleAndSwapMulti"); \ static_assert(offsetof(UMaterialPermuterLoadingBundleAndSwapMulti, TargetsToSwap) == 0x000320, "Member 'UMaterialPermuterLoadingBundleAndSwapMulti::TargetsToSwap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMaterialPreLoadKeysActor \ static_assert(alignof(AMaterialPreLoadKeysActor) == 0x000008, "Wrong alignment on AMaterialPreLoadKeysActor"); \ static_assert(sizeof(AMaterialPreLoadKeysActor) == 0x000288, "Wrong size on AMaterialPreLoadKeysActor"); \ static_assert(offsetof(AMaterialPreLoadKeysActor, MaterialPermuterKeys) == 0x000248, "Member 'AMaterialPreLoadKeysActor::MaterialPermuterKeys' has a wrong offset!"); \ static_assert(offsetof(AMaterialPreLoadKeysActor, Priority) == 0x000258, "Member 'AMaterialPreLoadKeysActor::Priority' has a wrong offset!"); \ static_assert(offsetof(AMaterialPreLoadKeysActor, bStaticLoad) == 0x000259, "Member 'AMaterialPreLoadKeysActor::bStaticLoad' has a wrong offset!"); \ static_assert(offsetof(AMaterialPreLoadKeysActor, PreLoadedMaterials) == 0x000260, "Member 'AMaterialPreLoadKeysActor::PreLoadedMaterials' has a wrong offset!"); \ static_assert(offsetof(AMaterialPreLoadKeysActor, DynamicallyLoadedMaterials) == 0x000270, "Member 'AMaterialPreLoadKeysActor::DynamicallyLoadedMaterials' has a wrong offset!"); \ static_assert(offsetof(AMaterialPreLoadKeysActor, LoadingBundle) == 0x000280, "Member 'AMaterialPreLoadKeysActor::LoadingBundle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMaterialPreLoadKeysAllActor \ static_assert(alignof(AMaterialPreLoadKeysAllActor) == 0x000008, "Wrong alignment on AMaterialPreLoadKeysAllActor"); \ static_assert(sizeof(AMaterialPreLoadKeysAllActor) == 0x000288, "Wrong size on AMaterialPreLoadKeysAllActor"); \ #define DUMPER7_ASSERTS_AMaterialPreLoadKeysActorListActor \ static_assert(alignof(AMaterialPreLoadKeysActorListActor) == 0x000008, "Wrong alignment on AMaterialPreLoadKeysActorListActor"); \ static_assert(sizeof(AMaterialPreLoadKeysActorListActor) == 0x0002A0, "Wrong size on AMaterialPreLoadKeysActorListActor"); \ static_assert(offsetof(AMaterialPreLoadKeysActorListActor, ForActors) == 0x000288, "Member 'AMaterialPreLoadKeysActorListActor::ForActors' has a wrong offset!"); \ static_assert(offsetof(AMaterialPreLoadKeysActorListActor, bAttachedChildren) == 0x000298, "Member 'AMaterialPreLoadKeysActorListActor::bAttachedChildren' has a wrong offset!"); \ static_assert(offsetof(AMaterialPreLoadKeysActorListActor, bComponentChildren) == 0x000299, "Member 'AMaterialPreLoadKeysActorListActor::bComponentChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialPermuterLoadingStrategiesAsset \ static_assert(alignof(UMaterialPermuterLoadingStrategiesAsset) == 0x000008, "Wrong alignment on UMaterialPermuterLoadingStrategiesAsset"); \ static_assert(sizeof(UMaterialPermuterLoadingStrategiesAsset) == 0x0000C0, "Wrong size on UMaterialPermuterLoadingStrategiesAsset"); \ static_assert(offsetof(UMaterialPermuterLoadingStrategiesAsset, DynamicLoadingTriggers) == 0x000030, "Member 'UMaterialPermuterLoadingStrategiesAsset::DynamicLoadingTriggers' has a wrong offset!"); \ static_assert(offsetof(UMaterialPermuterLoadingStrategiesAsset, Built) == 0x000040, "Member 'UMaterialPermuterLoadingStrategiesAsset::Built' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialPermuterDynamicTrigger \ static_assert(alignof(UMaterialPermuterDynamicTrigger) == 0x000008, "Wrong alignment on UMaterialPermuterDynamicTrigger"); \ static_assert(sizeof(UMaterialPermuterDynamicTrigger) == 0x000028, "Wrong size on UMaterialPermuterDynamicTrigger"); \ #define DUMPER7_ASSERTS_UMaterialPermuterDynamicTriggerNamed \ static_assert(alignof(UMaterialPermuterDynamicTriggerNamed) == 0x000008, "Wrong alignment on UMaterialPermuterDynamicTriggerNamed"); \ static_assert(sizeof(UMaterialPermuterDynamicTriggerNamed) == 0x000038, "Wrong size on UMaterialPermuterDynamicTriggerNamed"); \ static_assert(offsetof(UMaterialPermuterDynamicTriggerNamed, Trigger) == 0x000028, "Member 'UMaterialPermuterDynamicTriggerNamed::Trigger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialPermuterDynamicTriggerFall \ static_assert(alignof(UMaterialPermuterDynamicTriggerFall) == 0x000008, "Wrong alignment on UMaterialPermuterDynamicTriggerFall"); \ static_assert(sizeof(UMaterialPermuterDynamicTriggerFall) == 0x000038, "Wrong size on UMaterialPermuterDynamicTriggerFall"); \ #define DUMPER7_ASSERTS_UMaterialPermuterDynamicTriggerWinter \ static_assert(alignof(UMaterialPermuterDynamicTriggerWinter) == 0x000008, "Wrong alignment on UMaterialPermuterDynamicTriggerWinter"); \ static_assert(sizeof(UMaterialPermuterDynamicTriggerWinter) == 0x000038, "Wrong size on UMaterialPermuterDynamicTriggerWinter"); \ #define DUMPER7_ASSERTS_UMaterialPermuterDynamicTriggerSpring \ static_assert(alignof(UMaterialPermuterDynamicTriggerSpring) == 0x000008, "Wrong alignment on UMaterialPermuterDynamicTriggerSpring"); \ static_assert(sizeof(UMaterialPermuterDynamicTriggerSpring) == 0x000038, "Wrong size on UMaterialPermuterDynamicTriggerSpring"); \ #define DUMPER7_ASSERTS_UMaterialPermuterDynamicTriggerSummer \ static_assert(alignof(UMaterialPermuterDynamicTriggerSummer) == 0x000008, "Wrong alignment on UMaterialPermuterDynamicTriggerSummer"); \ static_assert(sizeof(UMaterialPermuterDynamicTriggerSummer) == 0x000038, "Wrong size on UMaterialPermuterDynamicTriggerSummer"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_AddToMasterMaterialSet \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_AddToMasterMaterialSet) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_AddToMasterMaterialSet"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_AddToMasterMaterialSet) == 0x000118, "Wrong size on MasterMaterialSetBlueprintLibrary_AddToMasterMaterialSet"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AddToMasterMaterialSet, MaterialMasterSet) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_AddToMasterMaterialSet::MaterialMasterSet' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AddToMasterMaterialSet, Material) == 0x000110, "Member 'MasterMaterialSetBlueprintLibrary_AddToMasterMaterialSet::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSet \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSet) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSet"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSet) == 0x000128, "Wrong size on MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSet"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSet, MaterialMasterSet) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSet::MaterialMasterSet' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSet, Actors) == 0x000110, "Member 'MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSet::Actors' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSet, bAttachedChildren) == 0x000120, "Member 'MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSet::bAttachedChildren' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSet, bComponentChildren) == 0x000121, "Member 'MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSet::bComponentChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSetWithRules \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSetWithRules) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSetWithRules"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSetWithRules) == 0x000200, "Wrong size on MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSetWithRules"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSetWithRules, MaterialMasterSet) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSetWithRules::MaterialMasterSet' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSetWithRules, Actors) == 0x000110, "Member 'MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSetWithRules::Actors' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSetWithRules, Rules) == 0x000120, "Member 'MasterMaterialSetBlueprintLibrary_AppendActorsToMasterMaterialSetWithRules::Rules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSet \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSet) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSet"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSet) == 0x000120, "Wrong size on MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSet"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSet, MaterialMasterSet) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSet::MaterialMasterSet' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSet, Actor) == 0x000110, "Member 'MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSet::Actor' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSet, bAttachedChildren) == 0x000118, "Member 'MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSet::bAttachedChildren' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSet, bComponentChildren) == 0x000119, "Member 'MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSet::bComponentChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSetWithRules \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSetWithRules) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSetWithRules"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSetWithRules) == 0x0001F8, "Wrong size on MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSetWithRules"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSetWithRules, MaterialMasterSet) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSetWithRules::MaterialMasterSet' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSetWithRules, Actor) == 0x000110, "Member 'MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSetWithRules::Actor' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSetWithRules, Rules) == 0x000118, "Member 'MasterMaterialSetBlueprintLibrary_AppendActorToMasterMaterialSetWithRules::Rules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_AppendMasterMaterialSet \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_AppendMasterMaterialSet) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_AppendMasterMaterialSet"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_AppendMasterMaterialSet) == 0x000220, "Wrong size on MasterMaterialSetBlueprintLibrary_AppendMasterMaterialSet"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AppendMasterMaterialSet, MaterialMasterSet) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_AppendMasterMaterialSet::MaterialMasterSet' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_AppendMasterMaterialSet, Add) == 0x000110, "Member 'MasterMaterialSetBlueprintLibrary_AppendMasterMaterialSet::Add' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_CombineMasterMaterialSets \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_CombineMasterMaterialSets) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_CombineMasterMaterialSets"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_CombineMasterMaterialSets) == 0x000330, "Wrong size on MasterMaterialSetBlueprintLibrary_CombineMasterMaterialSets"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_CombineMasterMaterialSets, A) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_CombineMasterMaterialSets::A' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_CombineMasterMaterialSets, b) == 0x000110, "Member 'MasterMaterialSetBlueprintLibrary_CombineMasterMaterialSets::b' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_CombineMasterMaterialSets, Combined) == 0x000220, "Member 'MasterMaterialSetBlueprintLibrary_CombineMasterMaterialSets::Combined' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_CreateMasterMaterialAssetSet \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_CreateMasterMaterialAssetSet) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_CreateMasterMaterialAssetSet"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_CreateMasterMaterialAssetSet) == 0x000520, "Wrong size on MasterMaterialSetBlueprintLibrary_CreateMasterMaterialAssetSet"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_CreateMasterMaterialAssetSet, MaterialAssets) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_CreateMasterMaterialAssetSet::MaterialAssets' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_CreateMasterMaterialAssetSet, ReturnValue) == 0x000010, "Member 'MasterMaterialSetBlueprintLibrary_CreateMasterMaterialAssetSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_GetGroupPropertyName \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_GetGroupPropertyName) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_GetGroupPropertyName"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_GetGroupPropertyName) == 0x000018, "Wrong size on MasterMaterialSetBlueprintLibrary_GetGroupPropertyName"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_GetGroupPropertyName, GroupProperty) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_GetGroupPropertyName::GroupProperty' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_GetGroupPropertyName, ReturnValue) == 0x000010, "Member 'MasterMaterialSetBlueprintLibrary_GetGroupPropertyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_GetMaterialPermuterKeyName \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_GetMaterialPermuterKeyName) == 0x000004, "Wrong alignment on MasterMaterialSetBlueprintLibrary_GetMaterialPermuterKeyName"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_GetMaterialPermuterKeyName) == 0x000018, "Wrong size on MasterMaterialSetBlueprintLibrary_GetMaterialPermuterKeyName"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_GetMaterialPermuterKeyName, Key) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_GetMaterialPermuterKeyName::Key' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_GetMaterialPermuterKeyName, ReturnValue) == 0x000010, "Member 'MasterMaterialSetBlueprintLibrary_GetMaterialPermuterKeyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_GetPermutationPropertyName \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_GetPermutationPropertyName) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_GetPermutationPropertyName"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_GetPermutationPropertyName) == 0x000018, "Wrong size on MasterMaterialSetBlueprintLibrary_GetPermutationPropertyName"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_GetPermutationPropertyName, PermutationProperty) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_GetPermutationPropertyName::PermutationProperty' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_GetPermutationPropertyName, ReturnValue) == 0x000010, "Member 'MasterMaterialSetBlueprintLibrary_GetPermutationPropertyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_KeyGetGroup \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_KeyGetGroup) == 0x000004, "Wrong alignment on MasterMaterialSetBlueprintLibrary_KeyGetGroup"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_KeyGetGroup) == 0x000018, "Wrong size on MasterMaterialSetBlueprintLibrary_KeyGetGroup"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_KeyGetGroup, Key) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_KeyGetGroup::Key' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_KeyGetGroup, Group) == 0x000010, "Member 'MasterMaterialSetBlueprintLibrary_KeyGetGroup::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_KeyGetSubType \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_KeyGetSubType) == 0x000004, "Wrong alignment on MasterMaterialSetBlueprintLibrary_KeyGetSubType"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_KeyGetSubType) == 0x000018, "Wrong size on MasterMaterialSetBlueprintLibrary_KeyGetSubType"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_KeyGetSubType, Key) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_KeyGetSubType::Key' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_KeyGetSubType, SubType) == 0x000010, "Member 'MasterMaterialSetBlueprintLibrary_KeyGetSubType::SubType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_KeyHasSubType \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_KeyHasSubType) == 0x000004, "Wrong alignment on MasterMaterialSetBlueprintLibrary_KeyHasSubType"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_KeyHasSubType) == 0x000014, "Wrong size on MasterMaterialSetBlueprintLibrary_KeyHasSubType"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_KeyHasSubType, Key) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_KeyHasSubType::Key' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_KeyHasSubType, bHasSubType) == 0x000010, "Member 'MasterMaterialSetBlueprintLibrary_KeyHasSubType::bHasSubType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_KeyIsValid \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_KeyIsValid) == 0x000004, "Wrong alignment on MasterMaterialSetBlueprintLibrary_KeyIsValid"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_KeyIsValid) == 0x000014, "Wrong size on MasterMaterialSetBlueprintLibrary_KeyIsValid"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_KeyIsValid, Key) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_KeyIsValid::Key' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_KeyIsValid, bIsValid) == 0x000010, "Member 'MasterMaterialSetBlueprintLibrary_KeyIsValid::bIsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_MakeActorMasterMaterialSet \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_MakeActorMasterMaterialSet) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_MakeActorMasterMaterialSet"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_MakeActorMasterMaterialSet) == 0x000120, "Wrong size on MasterMaterialSetBlueprintLibrary_MakeActorMasterMaterialSet"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeActorMasterMaterialSet, Actor) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_MakeActorMasterMaterialSet::Actor' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeActorMasterMaterialSet, bAttachedChildren) == 0x000008, "Member 'MasterMaterialSetBlueprintLibrary_MakeActorMasterMaterialSet::bAttachedChildren' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeActorMasterMaterialSet, bComponentChildren) == 0x000009, "Member 'MasterMaterialSetBlueprintLibrary_MakeActorMasterMaterialSet::bComponentChildren' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeActorMasterMaterialSet, ReturnValue) == 0x000010, "Member 'MasterMaterialSetBlueprintLibrary_MakeActorMasterMaterialSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_MakeActorRulesMasterMaterialSet \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_MakeActorRulesMasterMaterialSet) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_MakeActorRulesMasterMaterialSet"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_MakeActorRulesMasterMaterialSet) == 0x0001F8, "Wrong size on MasterMaterialSetBlueprintLibrary_MakeActorRulesMasterMaterialSet"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeActorRulesMasterMaterialSet, Actor) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_MakeActorRulesMasterMaterialSet::Actor' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeActorRulesMasterMaterialSet, Rules) == 0x000008, "Member 'MasterMaterialSetBlueprintLibrary_MakeActorRulesMasterMaterialSet::Rules' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeActorRulesMasterMaterialSet, ReturnValue) == 0x0000E8, "Member 'MasterMaterialSetBlueprintLibrary_MakeActorRulesMasterMaterialSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_MakeActorsMasterMaterialSet \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_MakeActorsMasterMaterialSet) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_MakeActorsMasterMaterialSet"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_MakeActorsMasterMaterialSet) == 0x000128, "Wrong size on MasterMaterialSetBlueprintLibrary_MakeActorsMasterMaterialSet"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeActorsMasterMaterialSet, Actors) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_MakeActorsMasterMaterialSet::Actors' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeActorsMasterMaterialSet, bAttachedChildren) == 0x000010, "Member 'MasterMaterialSetBlueprintLibrary_MakeActorsMasterMaterialSet::bAttachedChildren' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeActorsMasterMaterialSet, bComponentChildren) == 0x000011, "Member 'MasterMaterialSetBlueprintLibrary_MakeActorsMasterMaterialSet::bComponentChildren' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeActorsMasterMaterialSet, ReturnValue) == 0x000018, "Member 'MasterMaterialSetBlueprintLibrary_MakeActorsMasterMaterialSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_MakeActorsRulesMasterMaterialSet \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_MakeActorsRulesMasterMaterialSet) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_MakeActorsRulesMasterMaterialSet"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_MakeActorsRulesMasterMaterialSet) == 0x000200, "Wrong size on MasterMaterialSetBlueprintLibrary_MakeActorsRulesMasterMaterialSet"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeActorsRulesMasterMaterialSet, Actors) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_MakeActorsRulesMasterMaterialSet::Actors' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeActorsRulesMasterMaterialSet, Rules) == 0x000010, "Member 'MasterMaterialSetBlueprintLibrary_MakeActorsRulesMasterMaterialSet::Rules' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeActorsRulesMasterMaterialSet, ReturnValue) == 0x0000F0, "Member 'MasterMaterialSetBlueprintLibrary_MakeActorsRulesMasterMaterialSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_MakeGroupPropertyKey \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_MakeGroupPropertyKey) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_MakeGroupPropertyKey"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_MakeGroupPropertyKey) == 0x000020, "Wrong size on MasterMaterialSetBlueprintLibrary_MakeGroupPropertyKey"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeGroupPropertyKey, GroupProperty) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_MakeGroupPropertyKey::GroupProperty' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeGroupPropertyKey, ReturnValue) == 0x000010, "Member 'MasterMaterialSetBlueprintLibrary_MakeGroupPropertyKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_MakeKey \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_MakeKey) == 0x000004, "Wrong alignment on MasterMaterialSetBlueprintLibrary_MakeKey"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_MakeKey) == 0x000020, "Wrong size on MasterMaterialSetBlueprintLibrary_MakeKey"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeKey, Key) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_MakeKey::Key' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeKey, Group) == 0x000010, "Member 'MasterMaterialSetBlueprintLibrary_MakeKey::Group' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeKey, SubType) == 0x000018, "Member 'MasterMaterialSetBlueprintLibrary_MakeKey::SubType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_MakeMasterMaterialAssetSet \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_MakeMasterMaterialAssetSet) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_MakeMasterMaterialAssetSet"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_MakeMasterMaterialAssetSet) == 0x000620, "Wrong size on MasterMaterialSetBlueprintLibrary_MakeMasterMaterialAssetSet"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeMasterMaterialAssetSet, MaterialMasterSet) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_MakeMasterMaterialAssetSet::MaterialMasterSet' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeMasterMaterialAssetSet, ReturnValue) == 0x000110, "Member 'MasterMaterialSetBlueprintLibrary_MakeMasterMaterialAssetSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_MakeMasterMaterialSet \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_MakeMasterMaterialSet) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_MakeMasterMaterialSet"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_MakeMasterMaterialSet) == 0x000120, "Wrong size on MasterMaterialSetBlueprintLibrary_MakeMasterMaterialSet"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeMasterMaterialSet, Materials) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_MakeMasterMaterialSet::Materials' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeMasterMaterialSet, ReturnValue) == 0x000010, "Member 'MasterMaterialSetBlueprintLibrary_MakeMasterMaterialSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_MakeMaterialPermuterKey \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_MakeMaterialPermuterKey) == 0x000004, "Wrong alignment on MasterMaterialSetBlueprintLibrary_MakeMaterialPermuterKey"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_MakeMaterialPermuterKey) == 0x000018, "Wrong size on MasterMaterialSetBlueprintLibrary_MakeMaterialPermuterKey"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeMaterialPermuterKey, KeyHash) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_MakeMaterialPermuterKey::KeyHash' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeMaterialPermuterKey, ReturnValue) == 0x000008, "Member 'MasterMaterialSetBlueprintLibrary_MakeMaterialPermuterKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_MakeMeshesMasterMaterialSet \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_MakeMeshesMasterMaterialSet) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_MakeMeshesMasterMaterialSet"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_MakeMeshesMasterMaterialSet) == 0x000120, "Wrong size on MasterMaterialSetBlueprintLibrary_MakeMeshesMasterMaterialSet"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeMeshesMasterMaterialSet, Meshes) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_MakeMeshesMasterMaterialSet::Meshes' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeMeshesMasterMaterialSet, ReturnValue) == 0x000010, "Member 'MasterMaterialSetBlueprintLibrary_MakeMeshesMasterMaterialSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_MakeMeshMasterMaterialSet \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_MakeMeshMasterMaterialSet) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_MakeMeshMasterMaterialSet"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_MakeMeshMasterMaterialSet) == 0x000118, "Wrong size on MasterMaterialSetBlueprintLibrary_MakeMeshMasterMaterialSet"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeMeshMasterMaterialSet, Mesh) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_MakeMeshMasterMaterialSet::Mesh' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakeMeshMasterMaterialSet, ReturnValue) == 0x000008, "Member 'MasterMaterialSetBlueprintLibrary_MakeMeshMasterMaterialSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_MakePermutationPropertyKey \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_MakePermutationPropertyKey) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_MakePermutationPropertyKey"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_MakePermutationPropertyKey) == 0x000020, "Wrong size on MasterMaterialSetBlueprintLibrary_MakePermutationPropertyKey"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakePermutationPropertyKey, PermutationProperty) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_MakePermutationPropertyKey::PermutationProperty' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MakePermutationPropertyKey, ReturnValue) == 0x000010, "Member 'MasterMaterialSetBlueprintLibrary_MakePermutationPropertyKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_MasterMaterialSetContains \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_MasterMaterialSetContains) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_MasterMaterialSetContains"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_MasterMaterialSetContains) == 0x000118, "Wrong size on MasterMaterialSetBlueprintLibrary_MasterMaterialSetContains"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MasterMaterialSetContains, MaterialMasterSet) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_MasterMaterialSetContains::MaterialMasterSet' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MasterMaterialSetContains, Material) == 0x000110, "Member 'MasterMaterialSetBlueprintLibrary_MasterMaterialSetContains::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_MasterMaterialSetIsEmpty \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_MasterMaterialSetIsEmpty) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_MasterMaterialSetIsEmpty"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_MasterMaterialSetIsEmpty) == 0x000118, "Wrong size on MasterMaterialSetBlueprintLibrary_MasterMaterialSetIsEmpty"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MasterMaterialSetIsEmpty, MaterialMasterSet) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_MasterMaterialSetIsEmpty::MaterialMasterSet' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MasterMaterialSetIsEmpty, bIsEmpty) == 0x000110, "Member 'MasterMaterialSetBlueprintLibrary_MasterMaterialSetIsEmpty::bIsEmpty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_MasterMaterialSetNum \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_MasterMaterialSetNum) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_MasterMaterialSetNum"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_MasterMaterialSetNum) == 0x000118, "Wrong size on MasterMaterialSetBlueprintLibrary_MasterMaterialSetNum"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MasterMaterialSetNum, MaterialMasterSet) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_MasterMaterialSetNum::MaterialMasterSet' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MasterMaterialSetNum, NumMaterials) == 0x000110, "Member 'MasterMaterialSetBlueprintLibrary_MasterMaterialSetNum::NumMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_MasterMaterialSetToAssets \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_MasterMaterialSetToAssets) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_MasterMaterialSetToAssets"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_MasterMaterialSetToAssets) == 0x000120, "Wrong size on MasterMaterialSetBlueprintLibrary_MasterMaterialSetToAssets"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MasterMaterialSetToAssets, MaterialSet) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_MasterMaterialSetToAssets::MaterialSet' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_MasterMaterialSetToAssets, MasterMaterialAssets) == 0x000110, "Member 'MasterMaterialSetBlueprintLibrary_MasterMaterialSetToAssets::MasterMaterialAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterMaterialSetBlueprintLibrary_RemoveFromMasterMaterialSet \ static_assert(alignof(MasterMaterialSetBlueprintLibrary_RemoveFromMasterMaterialSet) == 0x000008, "Wrong alignment on MasterMaterialSetBlueprintLibrary_RemoveFromMasterMaterialSet"); \ static_assert(sizeof(MasterMaterialSetBlueprintLibrary_RemoveFromMasterMaterialSet) == 0x000118, "Wrong size on MasterMaterialSetBlueprintLibrary_RemoveFromMasterMaterialSet"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_RemoveFromMasterMaterialSet, MaterialMasterSet) == 0x000000, "Member 'MasterMaterialSetBlueprintLibrary_RemoveFromMasterMaterialSet::MaterialMasterSet' has a wrong offset!"); \ static_assert(offsetof(MasterMaterialSetBlueprintLibrary_RemoveFromMasterMaterialSet, Material) == 0x000110, "Member 'MasterMaterialSetBlueprintLibrary_RemoveFromMasterMaterialSet::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMasterMaterialSetBlueprintLibrary \ static_assert(alignof(UMasterMaterialSetBlueprintLibrary) == 0x000008, "Wrong alignment on UMasterMaterialSetBlueprintLibrary"); \ static_assert(sizeof(UMasterMaterialSetBlueprintLibrary) == 0x000028, "Wrong size on UMasterMaterialSetBlueprintLibrary"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_ActorApplyMIDParameters \ static_assert(alignof(MIDBlueprintLibrary_ActorApplyMIDParameters) == 0x000008, "Wrong alignment on MIDBlueprintLibrary_ActorApplyMIDParameters"); \ static_assert(sizeof(MIDBlueprintLibrary_ActorApplyMIDParameters) == 0x000040, "Wrong size on MIDBlueprintLibrary_ActorApplyMIDParameters"); \ static_assert(offsetof(MIDBlueprintLibrary_ActorApplyMIDParameters, Actor) == 0x000000, "Member 'MIDBlueprintLibrary_ActorApplyMIDParameters::Actor' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_ActorApplyMIDParameters, Parameters) == 0x000008, "Member 'MIDBlueprintLibrary_ActorApplyMIDParameters::Parameters' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_ActorApplyMIDParameters, bIncludeChildActors) == 0x000038, "Member 'MIDBlueprintLibrary_ActorApplyMIDParameters::bIncludeChildActors' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_ActorApplyMIDParameters, bAutoCreateMIDs) == 0x000039, "Member 'MIDBlueprintLibrary_ActorApplyMIDParameters::bAutoCreateMIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_ActorCreateMIDs \ static_assert(alignof(MIDBlueprintLibrary_ActorCreateMIDs) == 0x000008, "Wrong alignment on MIDBlueprintLibrary_ActorCreateMIDs"); \ static_assert(sizeof(MIDBlueprintLibrary_ActorCreateMIDs) == 0x000010, "Wrong size on MIDBlueprintLibrary_ActorCreateMIDs"); \ static_assert(offsetof(MIDBlueprintLibrary_ActorCreateMIDs, Actor) == 0x000000, "Member 'MIDBlueprintLibrary_ActorCreateMIDs::Actor' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_ActorCreateMIDs, bIncludeChildActors) == 0x000008, "Member 'MIDBlueprintLibrary_ActorCreateMIDs::bIncludeChildActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_ApplyMIDParameters \ static_assert(alignof(MIDBlueprintLibrary_ApplyMIDParameters) == 0x000008, "Wrong alignment on MIDBlueprintLibrary_ApplyMIDParameters"); \ static_assert(sizeof(MIDBlueprintLibrary_ApplyMIDParameters) == 0x000038, "Wrong size on MIDBlueprintLibrary_ApplyMIDParameters"); \ static_assert(offsetof(MIDBlueprintLibrary_ApplyMIDParameters, Mid) == 0x000000, "Member 'MIDBlueprintLibrary_ApplyMIDParameters::Mid' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_ApplyMIDParameters, Parameters) == 0x000008, "Member 'MIDBlueprintLibrary_ApplyMIDParameters::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_CombineMIDParameters \ static_assert(alignof(MIDBlueprintLibrary_CombineMIDParameters) == 0x000008, "Wrong alignment on MIDBlueprintLibrary_CombineMIDParameters"); \ static_assert(sizeof(MIDBlueprintLibrary_CombineMIDParameters) == 0x000090, "Wrong size on MIDBlueprintLibrary_CombineMIDParameters"); \ static_assert(offsetof(MIDBlueprintLibrary_CombineMIDParameters, A) == 0x000000, "Member 'MIDBlueprintLibrary_CombineMIDParameters::A' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_CombineMIDParameters, b) == 0x000030, "Member 'MIDBlueprintLibrary_CombineMIDParameters::b' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_CombineMIDParameters, ReturnValue) == 0x000060, "Member 'MIDBlueprintLibrary_CombineMIDParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_EmptyMIDParameters \ static_assert(alignof(MIDBlueprintLibrary_EmptyMIDParameters) == 0x000008, "Wrong alignment on MIDBlueprintLibrary_EmptyMIDParameters"); \ static_assert(sizeof(MIDBlueprintLibrary_EmptyMIDParameters) == 0x000060, "Wrong size on MIDBlueprintLibrary_EmptyMIDParameters"); \ static_assert(offsetof(MIDBlueprintLibrary_EmptyMIDParameters, ParameterSet) == 0x000000, "Member 'MIDBlueprintLibrary_EmptyMIDParameters::ParameterSet' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_EmptyMIDParameters, ReturnValue) == 0x000030, "Member 'MIDBlueprintLibrary_EmptyMIDParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_MakeMIDParameters \ static_assert(alignof(MIDBlueprintLibrary_MakeMIDParameters) == 0x000008, "Wrong alignment on MIDBlueprintLibrary_MakeMIDParameters"); \ static_assert(sizeof(MIDBlueprintLibrary_MakeMIDParameters) == 0x000060, "Wrong size on MIDBlueprintLibrary_MakeMIDParameters"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDParameters, Scalars) == 0x000000, "Member 'MIDBlueprintLibrary_MakeMIDParameters::Scalars' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDParameters, Vectors) == 0x000010, "Member 'MIDBlueprintLibrary_MakeMIDParameters::Vectors' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDParameters, Textures) == 0x000020, "Member 'MIDBlueprintLibrary_MakeMIDParameters::Textures' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDParameters, ReturnValue) == 0x000030, "Member 'MIDBlueprintLibrary_MakeMIDParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_MakeMIDParametersScalar \ static_assert(alignof(MIDBlueprintLibrary_MakeMIDParametersScalar) == 0x000008, "Wrong alignment on MIDBlueprintLibrary_MakeMIDParametersScalar"); \ static_assert(sizeof(MIDBlueprintLibrary_MakeMIDParametersScalar) == 0x000040, "Wrong size on MIDBlueprintLibrary_MakeMIDParametersScalar"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDParametersScalar, Scalar) == 0x000000, "Member 'MIDBlueprintLibrary_MakeMIDParametersScalar::Scalar' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDParametersScalar, ReturnValue) == 0x000010, "Member 'MIDBlueprintLibrary_MakeMIDParametersScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_MakeMIDParametersTexture \ static_assert(alignof(MIDBlueprintLibrary_MakeMIDParametersTexture) == 0x000008, "Wrong alignment on MIDBlueprintLibrary_MakeMIDParametersTexture"); \ static_assert(sizeof(MIDBlueprintLibrary_MakeMIDParametersTexture) == 0x000040, "Wrong size on MIDBlueprintLibrary_MakeMIDParametersTexture"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDParametersTexture, Texture) == 0x000000, "Member 'MIDBlueprintLibrary_MakeMIDParametersTexture::Texture' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDParametersTexture, ReturnValue) == 0x000010, "Member 'MIDBlueprintLibrary_MakeMIDParametersTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_MakeMIDParametersVector \ static_assert(alignof(MIDBlueprintLibrary_MakeMIDParametersVector) == 0x000008, "Wrong alignment on MIDBlueprintLibrary_MakeMIDParametersVector"); \ static_assert(sizeof(MIDBlueprintLibrary_MakeMIDParametersVector) == 0x000048, "Wrong size on MIDBlueprintLibrary_MakeMIDParametersVector"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDParametersVector, Vector) == 0x000000, "Member 'MIDBlueprintLibrary_MakeMIDParametersVector::Vector' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDParametersVector, ReturnValue) == 0x000018, "Member 'MIDBlueprintLibrary_MakeMIDParametersVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_MakeMIDScalarParameter \ static_assert(alignof(MIDBlueprintLibrary_MakeMIDScalarParameter) == 0x000004, "Wrong alignment on MIDBlueprintLibrary_MakeMIDScalarParameter"); \ static_assert(sizeof(MIDBlueprintLibrary_MakeMIDScalarParameter) == 0x000018, "Wrong size on MIDBlueprintLibrary_MakeMIDScalarParameter"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDScalarParameter, Name_0) == 0x000000, "Member 'MIDBlueprintLibrary_MakeMIDScalarParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDScalarParameter, Scalar) == 0x000008, "Member 'MIDBlueprintLibrary_MakeMIDScalarParameter::Scalar' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDScalarParameter, ReturnValue) == 0x00000C, "Member 'MIDBlueprintLibrary_MakeMIDScalarParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_MakeMIDTextureParameter \ static_assert(alignof(MIDBlueprintLibrary_MakeMIDTextureParameter) == 0x000008, "Wrong alignment on MIDBlueprintLibrary_MakeMIDTextureParameter"); \ static_assert(sizeof(MIDBlueprintLibrary_MakeMIDTextureParameter) == 0x000020, "Wrong size on MIDBlueprintLibrary_MakeMIDTextureParameter"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDTextureParameter, Name_0) == 0x000000, "Member 'MIDBlueprintLibrary_MakeMIDTextureParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDTextureParameter, Texture) == 0x000008, "Member 'MIDBlueprintLibrary_MakeMIDTextureParameter::Texture' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDTextureParameter, ReturnValue) == 0x000010, "Member 'MIDBlueprintLibrary_MakeMIDTextureParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_MakeMIDVectorParameter \ static_assert(alignof(MIDBlueprintLibrary_MakeMIDVectorParameter) == 0x000004, "Wrong alignment on MIDBlueprintLibrary_MakeMIDVectorParameter"); \ static_assert(sizeof(MIDBlueprintLibrary_MakeMIDVectorParameter) == 0x000030, "Wrong size on MIDBlueprintLibrary_MakeMIDVectorParameter"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDVectorParameter, Name_0) == 0x000000, "Member 'MIDBlueprintLibrary_MakeMIDVectorParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDVectorParameter, Vector) == 0x000008, "Member 'MIDBlueprintLibrary_MakeMIDVectorParameter::Vector' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_MakeMIDVectorParameter, ReturnValue) == 0x000018, "Member 'MIDBlueprintLibrary_MakeMIDVectorParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_MIDParametersIsEmpty \ static_assert(alignof(MIDBlueprintLibrary_MIDParametersIsEmpty) == 0x000008, "Wrong alignment on MIDBlueprintLibrary_MIDParametersIsEmpty"); \ static_assert(sizeof(MIDBlueprintLibrary_MIDParametersIsEmpty) == 0x000038, "Wrong size on MIDBlueprintLibrary_MIDParametersIsEmpty"); \ static_assert(offsetof(MIDBlueprintLibrary_MIDParametersIsEmpty, ParameterSet) == 0x000000, "Member 'MIDBlueprintLibrary_MIDParametersIsEmpty::ParameterSet' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_MIDParametersIsEmpty, bIsEmpty) == 0x000030, "Member 'MIDBlueprintLibrary_MIDParametersIsEmpty::bIsEmpty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_PrimitiveApplyMIDParameters \ static_assert(alignof(MIDBlueprintLibrary_PrimitiveApplyMIDParameters) == 0x000008, "Wrong alignment on MIDBlueprintLibrary_PrimitiveApplyMIDParameters"); \ static_assert(sizeof(MIDBlueprintLibrary_PrimitiveApplyMIDParameters) == 0x000040, "Wrong size on MIDBlueprintLibrary_PrimitiveApplyMIDParameters"); \ static_assert(offsetof(MIDBlueprintLibrary_PrimitiveApplyMIDParameters, Component) == 0x000000, "Member 'MIDBlueprintLibrary_PrimitiveApplyMIDParameters::Component' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_PrimitiveApplyMIDParameters, Parameters) == 0x000008, "Member 'MIDBlueprintLibrary_PrimitiveApplyMIDParameters::Parameters' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_PrimitiveApplyMIDParameters, bAutoCreateMIDs) == 0x000038, "Member 'MIDBlueprintLibrary_PrimitiveApplyMIDParameters::bAutoCreateMIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_PrimitiveCreateMIDs \ static_assert(alignof(MIDBlueprintLibrary_PrimitiveCreateMIDs) == 0x000008, "Wrong alignment on MIDBlueprintLibrary_PrimitiveCreateMIDs"); \ static_assert(sizeof(MIDBlueprintLibrary_PrimitiveCreateMIDs) == 0x000008, "Wrong size on MIDBlueprintLibrary_PrimitiveCreateMIDs"); \ static_assert(offsetof(MIDBlueprintLibrary_PrimitiveCreateMIDs, Component) == 0x000000, "Member 'MIDBlueprintLibrary_PrimitiveCreateMIDs::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_SetMIDParametersScalar \ static_assert(alignof(MIDBlueprintLibrary_SetMIDParametersScalar) == 0x000008, "Wrong alignment on MIDBlueprintLibrary_SetMIDParametersScalar"); \ static_assert(sizeof(MIDBlueprintLibrary_SetMIDParametersScalar) == 0x000040, "Wrong size on MIDBlueprintLibrary_SetMIDParametersScalar"); \ static_assert(offsetof(MIDBlueprintLibrary_SetMIDParametersScalar, Parameters) == 0x000000, "Member 'MIDBlueprintLibrary_SetMIDParametersScalar::Parameters' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_SetMIDParametersScalar, Scalar) == 0x000030, "Member 'MIDBlueprintLibrary_SetMIDParametersScalar::Scalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_SetMIDParametersTexture \ static_assert(alignof(MIDBlueprintLibrary_SetMIDParametersTexture) == 0x000008, "Wrong alignment on MIDBlueprintLibrary_SetMIDParametersTexture"); \ static_assert(sizeof(MIDBlueprintLibrary_SetMIDParametersTexture) == 0x000040, "Wrong size on MIDBlueprintLibrary_SetMIDParametersTexture"); \ static_assert(offsetof(MIDBlueprintLibrary_SetMIDParametersTexture, Parameters) == 0x000000, "Member 'MIDBlueprintLibrary_SetMIDParametersTexture::Parameters' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_SetMIDParametersTexture, Texture) == 0x000030, "Member 'MIDBlueprintLibrary_SetMIDParametersTexture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDBlueprintLibrary_SetMIDParametersVector \ static_assert(alignof(MIDBlueprintLibrary_SetMIDParametersVector) == 0x000008, "Wrong alignment on MIDBlueprintLibrary_SetMIDParametersVector"); \ static_assert(sizeof(MIDBlueprintLibrary_SetMIDParametersVector) == 0x000048, "Wrong size on MIDBlueprintLibrary_SetMIDParametersVector"); \ static_assert(offsetof(MIDBlueprintLibrary_SetMIDParametersVector, Parameters) == 0x000000, "Member 'MIDBlueprintLibrary_SetMIDParametersVector::Parameters' has a wrong offset!"); \ static_assert(offsetof(MIDBlueprintLibrary_SetMIDParametersVector, Vector) == 0x000030, "Member 'MIDBlueprintLibrary_SetMIDParametersVector::Vector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMIDBlueprintLibrary \ static_assert(alignof(UMIDBlueprintLibrary) == 0x000008, "Wrong alignment on UMIDBlueprintLibrary"); \ static_assert(sizeof(UMIDBlueprintLibrary) == 0x000028, "Wrong size on UMIDBlueprintLibrary"); \ #define DUMPER7_ASSERTS_MaterialPermuterSingleton_ClearLoadingTrigger \ static_assert(alignof(MaterialPermuterSingleton_ClearLoadingTrigger) == 0x000008, "Wrong alignment on MaterialPermuterSingleton_ClearLoadingTrigger"); \ static_assert(sizeof(MaterialPermuterSingleton_ClearLoadingTrigger) == 0x000010, "Wrong size on MaterialPermuterSingleton_ClearLoadingTrigger"); \ static_assert(offsetof(MaterialPermuterSingleton_ClearLoadingTrigger, TriggerOwner) == 0x000000, "Member 'MaterialPermuterSingleton_ClearLoadingTrigger::TriggerOwner' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterSingleton_ClearLoadingTrigger, Trigger) == 0x000008, "Member 'MaterialPermuterSingleton_ClearLoadingTrigger::Trigger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterSingleton_GetTriggerPropertyName \ static_assert(alignof(MaterialPermuterSingleton_GetTriggerPropertyName) == 0x000008, "Wrong alignment on MaterialPermuterSingleton_GetTriggerPropertyName"); \ static_assert(sizeof(MaterialPermuterSingleton_GetTriggerPropertyName) == 0x000018, "Wrong size on MaterialPermuterSingleton_GetTriggerPropertyName"); \ static_assert(offsetof(MaterialPermuterSingleton_GetTriggerPropertyName, TriggerProperty) == 0x000000, "Member 'MaterialPermuterSingleton_GetTriggerPropertyName::TriggerProperty' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterSingleton_GetTriggerPropertyName, ReturnValue) == 0x000010, "Member 'MaterialPermuterSingleton_GetTriggerPropertyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterSingleton_IsActorFadeProhibited \ static_assert(alignof(MaterialPermuterSingleton_IsActorFadeProhibited) == 0x000008, "Wrong alignment on MaterialPermuterSingleton_IsActorFadeProhibited"); \ static_assert(sizeof(MaterialPermuterSingleton_IsActorFadeProhibited) == 0x000010, "Wrong size on MaterialPermuterSingleton_IsActorFadeProhibited"); \ static_assert(offsetof(MaterialPermuterSingleton_IsActorFadeProhibited, Actor) == 0x000000, "Member 'MaterialPermuterSingleton_IsActorFadeProhibited::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterSingleton_IsActorFadeProhibited, ReturnValue) == 0x000008, "Member 'MaterialPermuterSingleton_IsActorFadeProhibited::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterSingleton_IsAllActorFadingPaused \ static_assert(alignof(MaterialPermuterSingleton_IsAllActorFadingPaused) == 0x000008, "Wrong alignment on MaterialPermuterSingleton_IsAllActorFadingPaused"); \ static_assert(sizeof(MaterialPermuterSingleton_IsAllActorFadingPaused) == 0x000010, "Wrong size on MaterialPermuterSingleton_IsAllActorFadingPaused"); \ static_assert(offsetof(MaterialPermuterSingleton_IsAllActorFadingPaused, WorldContextObject) == 0x000000, "Member 'MaterialPermuterSingleton_IsAllActorFadingPaused::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterSingleton_IsAllActorFadingPaused, ReturnValue) == 0x000008, "Member 'MaterialPermuterSingleton_IsAllActorFadingPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterSingleton_IsLoadingTriggerSet \ static_assert(alignof(MaterialPermuterSingleton_IsLoadingTriggerSet) == 0x000008, "Wrong alignment on MaterialPermuterSingleton_IsLoadingTriggerSet"); \ static_assert(sizeof(MaterialPermuterSingleton_IsLoadingTriggerSet) == 0x000018, "Wrong size on MaterialPermuterSingleton_IsLoadingTriggerSet"); \ static_assert(offsetof(MaterialPermuterSingleton_IsLoadingTriggerSet, TriggerOwner) == 0x000000, "Member 'MaterialPermuterSingleton_IsLoadingTriggerSet::TriggerOwner' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterSingleton_IsLoadingTriggerSet, Trigger) == 0x000008, "Member 'MaterialPermuterSingleton_IsLoadingTriggerSet::Trigger' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterSingleton_IsLoadingTriggerSet, bSet) == 0x000010, "Member 'MaterialPermuterSingleton_IsLoadingTriggerSet::bSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterSingleton_LoadingTriggerSet \ static_assert(alignof(MaterialPermuterSingleton_LoadingTriggerSet) == 0x000004, "Wrong alignment on MaterialPermuterSingleton_LoadingTriggerSet"); \ static_assert(sizeof(MaterialPermuterSingleton_LoadingTriggerSet) == 0x00000C, "Wrong size on MaterialPermuterSingleton_LoadingTriggerSet"); \ static_assert(offsetof(MaterialPermuterSingleton_LoadingTriggerSet, Trigger) == 0x000000, "Member 'MaterialPermuterSingleton_LoadingTriggerSet::Trigger' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterSingleton_LoadingTriggerSet, bSet) == 0x000008, "Member 'MaterialPermuterSingleton_LoadingTriggerSet::bSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterSingleton_PauseAllActorFading \ static_assert(alignof(MaterialPermuterSingleton_PauseAllActorFading) == 0x000008, "Wrong alignment on MaterialPermuterSingleton_PauseAllActorFading"); \ static_assert(sizeof(MaterialPermuterSingleton_PauseAllActorFading) == 0x000010, "Wrong size on MaterialPermuterSingleton_PauseAllActorFading"); \ static_assert(offsetof(MaterialPermuterSingleton_PauseAllActorFading, WorldContextObject) == 0x000000, "Member 'MaterialPermuterSingleton_PauseAllActorFading::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterSingleton_PauseAllActorFading, bPause) == 0x000008, "Member 'MaterialPermuterSingleton_PauseAllActorFading::bPause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterSingleton_ProhibitActorFade \ static_assert(alignof(MaterialPermuterSingleton_ProhibitActorFade) == 0x000008, "Wrong alignment on MaterialPermuterSingleton_ProhibitActorFade"); \ static_assert(sizeof(MaterialPermuterSingleton_ProhibitActorFade) == 0x000010, "Wrong size on MaterialPermuterSingleton_ProhibitActorFade"); \ static_assert(offsetof(MaterialPermuterSingleton_ProhibitActorFade, Actor) == 0x000000, "Member 'MaterialPermuterSingleton_ProhibitActorFade::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterSingleton_ProhibitActorFade, bProhibit) == 0x000008, "Member 'MaterialPermuterSingleton_ProhibitActorFade::bProhibit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterSingleton_SetLoadingTrigger \ static_assert(alignof(MaterialPermuterSingleton_SetLoadingTrigger) == 0x000008, "Wrong alignment on MaterialPermuterSingleton_SetLoadingTrigger"); \ static_assert(sizeof(MaterialPermuterSingleton_SetLoadingTrigger) == 0x000010, "Wrong size on MaterialPermuterSingleton_SetLoadingTrigger"); \ static_assert(offsetof(MaterialPermuterSingleton_SetLoadingTrigger, TriggerOwner) == 0x000000, "Member 'MaterialPermuterSingleton_SetLoadingTrigger::TriggerOwner' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterSingleton_SetLoadingTrigger, Trigger) == 0x000008, "Member 'MaterialPermuterSingleton_SetLoadingTrigger::Trigger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMaterialPermuterSingleton \ static_assert(alignof(AMaterialPermuterSingleton) == 0x000008, "Wrong alignment on AMaterialPermuterSingleton"); \ static_assert(sizeof(AMaterialPermuterSingleton) == 0x0003D8, "Wrong size on AMaterialPermuterSingleton"); \ static_assert(offsetof(AMaterialPermuterSingleton, Library) == 0x000248, "Member 'AMaterialPermuterSingleton::Library' has a wrong offset!"); \ static_assert(offsetof(AMaterialPermuterSingleton, LiveMaterials) == 0x000250, "Member 'AMaterialPermuterSingleton::LiveMaterials' has a wrong offset!"); \ static_assert(offsetof(AMaterialPermuterSingleton, MIDCache) == 0x000258, "Member 'AMaterialPermuterSingleton::MIDCache' has a wrong offset!"); \ static_assert(offsetof(AMaterialPermuterSingleton, ActiveSwaps) == 0x0002B0, "Member 'AMaterialPermuterSingleton::ActiveSwaps' has a wrong offset!"); \ static_assert(offsetof(AMaterialPermuterSingleton, ActiveSwapsUpdateTimerHandle) == 0x000300, "Member 'AMaterialPermuterSingleton::ActiveSwapsUpdateTimerHandle' has a wrong offset!"); \ static_assert(offsetof(AMaterialPermuterSingleton, ActorFadeStates) == 0x000308, "Member 'AMaterialPermuterSingleton::ActorFadeStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateData \ static_assert(alignof(UMaterialSwapMeshStateData) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateData"); \ static_assert(sizeof(UMaterialSwapMeshStateData) == 0x000028, "Wrong size on UMaterialSwapMeshStateData"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshState \ static_assert(alignof(UMaterialSwapMeshState) == 0x000008, "Wrong alignment on UMaterialSwapMeshState"); \ static_assert(sizeof(UMaterialSwapMeshState) == 0x000028, "Wrong size on UMaterialSwapMeshState"); \ #define DUMPER7_ASSERTS_MaterialSwap_SetColorParameter \ static_assert(alignof(MaterialSwap_SetColorParameter) == 0x000004, "Wrong alignment on MaterialSwap_SetColorParameter"); \ static_assert(sizeof(MaterialSwap_SetColorParameter) == 0x000018, "Wrong size on MaterialSwap_SetColorParameter"); \ static_assert(offsetof(MaterialSwap_SetColorParameter, Name_0) == 0x000000, "Member 'MaterialSwap_SetColorParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialSwap_SetColorParameter, Value) == 0x000008, "Member 'MaterialSwap_SetColorParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwap_SetScalarParameter \ static_assert(alignof(MaterialSwap_SetScalarParameter) == 0x000004, "Wrong alignment on MaterialSwap_SetScalarParameter"); \ static_assert(sizeof(MaterialSwap_SetScalarParameter) == 0x00000C, "Wrong size on MaterialSwap_SetScalarParameter"); \ static_assert(offsetof(MaterialSwap_SetScalarParameter, Name_0) == 0x000000, "Member 'MaterialSwap_SetScalarParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialSwap_SetScalarParameter, Value) == 0x000008, "Member 'MaterialSwap_SetScalarParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwap_SetTextureParameter \ static_assert(alignof(MaterialSwap_SetTextureParameter) == 0x000008, "Wrong alignment on MaterialSwap_SetTextureParameter"); \ static_assert(sizeof(MaterialSwap_SetTextureParameter) == 0x000010, "Wrong size on MaterialSwap_SetTextureParameter"); \ static_assert(offsetof(MaterialSwap_SetTextureParameter, Name_0) == 0x000000, "Member 'MaterialSwap_SetTextureParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialSwap_SetTextureParameter, Value) == 0x000008, "Member 'MaterialSwap_SetTextureParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwap_SetVector4Parameter \ static_assert(alignof(MaterialSwap_SetVector4Parameter) == 0x000010, "Wrong alignment on MaterialSwap_SetVector4Parameter"); \ static_assert(sizeof(MaterialSwap_SetVector4Parameter) == 0x000020, "Wrong size on MaterialSwap_SetVector4Parameter"); \ static_assert(offsetof(MaterialSwap_SetVector4Parameter, Name_0) == 0x000000, "Member 'MaterialSwap_SetVector4Parameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialSwap_SetVector4Parameter, Value) == 0x000010, "Member 'MaterialSwap_SetVector4Parameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwap_SetVectorParameter \ static_assert(alignof(MaterialSwap_SetVectorParameter) == 0x000004, "Wrong alignment on MaterialSwap_SetVectorParameter"); \ static_assert(sizeof(MaterialSwap_SetVectorParameter) == 0x000014, "Wrong size on MaterialSwap_SetVectorParameter"); \ static_assert(offsetof(MaterialSwap_SetVectorParameter, Name_0) == 0x000000, "Member 'MaterialSwap_SetVectorParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialSwap_SetVectorParameter, Value) == 0x000008, "Member 'MaterialSwap_SetVectorParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwap \ static_assert(alignof(UMaterialSwap) == 0x000008, "Wrong alignment on UMaterialSwap"); \ static_assert(sizeof(UMaterialSwap) == 0x000050, "Wrong size on UMaterialSwap"); \ static_assert(offsetof(UMaterialSwap, Key) == 0x000038, "Member 'UMaterialSwap::Key' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwap, Priority) == 0x000048, "Member 'UMaterialSwap::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_CombineMaterialSwapParameters \ static_assert(alignof(MaterialPermuterBlueprintLibrary_CombineMaterialSwapParameters) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_CombineMaterialSwapParameters"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_CombineMaterialSwapParameters) == 0x0000F0, "Wrong size on MaterialPermuterBlueprintLibrary_CombineMaterialSwapParameters"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_CombineMaterialSwapParameters, A) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_CombineMaterialSwapParameters::A' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_CombineMaterialSwapParameters, b) == 0x000050, "Member 'MaterialPermuterBlueprintLibrary_CombineMaterialSwapParameters::b' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_CombineMaterialSwapParameters, ReturnValue) == 0x0000A0, "Member 'MaterialPermuterBlueprintLibrary_CombineMaterialSwapParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_CombineSimpleMaterialSwapParameters \ static_assert(alignof(MaterialPermuterBlueprintLibrary_CombineSimpleMaterialSwapParameters) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_CombineSimpleMaterialSwapParameters"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_CombineSimpleMaterialSwapParameters) == 0x0000D0, "Wrong size on MaterialPermuterBlueprintLibrary_CombineSimpleMaterialSwapParameters"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_CombineSimpleMaterialSwapParameters, A) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_CombineSimpleMaterialSwapParameters::A' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_CombineSimpleMaterialSwapParameters, b) == 0x000050, "Member 'MaterialPermuterBlueprintLibrary_CombineSimpleMaterialSwapParameters::b' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_CombineSimpleMaterialSwapParameters, ReturnValue) == 0x000080, "Member 'MaterialPermuterBlueprintLibrary_CombineSimpleMaterialSwapParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_EmptyMaterialSwapParameters \ static_assert(alignof(MaterialPermuterBlueprintLibrary_EmptyMaterialSwapParameters) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_EmptyMaterialSwapParameters"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_EmptyMaterialSwapParameters) == 0x0000A0, "Wrong size on MaterialPermuterBlueprintLibrary_EmptyMaterialSwapParameters"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_EmptyMaterialSwapParameters, ParameterSet) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_EmptyMaterialSwapParameters::ParameterSet' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_EmptyMaterialSwapParameters, ReturnValue) == 0x000050, "Member 'MaterialPermuterBlueprintLibrary_EmptyMaterialSwapParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_EmptySimpleMaterialSwapParameters \ static_assert(alignof(MaterialPermuterBlueprintLibrary_EmptySimpleMaterialSwapParameters) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_EmptySimpleMaterialSwapParameters"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_EmptySimpleMaterialSwapParameters) == 0x000060, "Wrong size on MaterialPermuterBlueprintLibrary_EmptySimpleMaterialSwapParameters"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_EmptySimpleMaterialSwapParameters, ParameterSet) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_EmptySimpleMaterialSwapParameters::ParameterSet' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_EmptySimpleMaterialSwapParameters, ReturnValue) == 0x000030, "Member 'MaterialPermuterBlueprintLibrary_EmptySimpleMaterialSwapParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_MakeMaterialSwapParameters \ static_assert(alignof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParameters) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_MakeMaterialSwapParameters"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParameters) == 0x0000A0, "Wrong size on MaterialPermuterBlueprintLibrary_MakeMaterialSwapParameters"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParameters, Scalars) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapParameters::Scalars' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParameters, Vectors) == 0x000010, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapParameters::Vectors' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParameters, Textures) == 0x000020, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapParameters::Textures' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParameters, TransformedPositions) == 0x000030, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapParameters::TransformedPositions' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParameters, TransformedVectors) == 0x000040, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapParameters::TransformedVectors' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParameters, ReturnValue) == 0x000050, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromNotSimple \ static_assert(alignof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromNotSimple) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromNotSimple"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromNotSimple) == 0x000080, "Wrong size on MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromNotSimple"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromNotSimple, Parameters) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromNotSimple::Parameters' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromNotSimple, ReturnValue) == 0x000050, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromNotSimple::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromSimple \ static_assert(alignof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromSimple) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromSimple"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromSimple) == 0x000080, "Wrong size on MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromSimple"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromSimple, Parameters) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromSimple::Parameters' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromSimple, ReturnValue) == 0x000030, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersFromSimple::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersScalar \ static_assert(alignof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersScalar) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersScalar"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersScalar) == 0x000060, "Wrong size on MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersScalar"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersScalar, Scalar) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersScalar::Scalar' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersScalar, ReturnValue) == 0x000010, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersTexture \ static_assert(alignof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersTexture) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersTexture"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersTexture) == 0x000060, "Wrong size on MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersTexture"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersTexture, Texture) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersTexture::Texture' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersTexture, ReturnValue) == 0x000010, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersVector \ static_assert(alignof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersVector) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersVector"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersVector) == 0x000068, "Wrong size on MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersVector"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersVector, Vector) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersVector::Vector' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersVector, ReturnValue) == 0x000018, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapParametersVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPairClosestBone \ static_assert(alignof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPairClosestBone) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPairClosestBone"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPairClosestBone) == 0x000080, "Wrong size on MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPairClosestBone"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPairClosestBone, Actor) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPairClosestBone::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPairClosestBone, PositionParameterName) == 0x000008, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPairClosestBone::PositionParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPairClosestBone, VectorParameterName) == 0x000010, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPairClosestBone::VectorParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPairClosestBone, WorldPosition) == 0x000018, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPairClosestBone::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPairClosestBone, WorldVector) == 0x000024, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPairClosestBone::WorldVector' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPairClosestBone, ReturnValue) == 0x000030, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPairClosestBone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition \ static_assert(alignof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition) == 0x000060, "Wrong size on MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition, Actor) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition, ParameterName) == 0x000008, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition, Position) == 0x000010, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition::Position' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition, Space) == 0x00001C, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition::Space' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition, TransformSource) == 0x000020, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition::TransformSource' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition, TransformType) == 0x000028, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition::TransformType' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition, ReturnValue) == 0x00002C, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPositionClosestBone \ static_assert(alignof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPositionClosestBone) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPositionClosestBone"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPositionClosestBone) == 0x000050, "Wrong size on MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPositionClosestBone"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPositionClosestBone, Actor) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPositionClosestBone::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPositionClosestBone, ParameterName) == 0x000008, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPositionClosestBone::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPositionClosestBone, WorldPosition) == 0x000010, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPositionClosestBone::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPositionClosestBone, ReturnValue) == 0x00001C, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedPositionClosestBone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector \ static_assert(alignof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector) == 0x000060, "Wrong size on MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector, Actor) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector, ParameterName) == 0x000008, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector, Vector) == 0x000010, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector::Vector' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector, Space) == 0x00001C, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector::Space' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector, TransformSource) == 0x000020, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector::TransformSource' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector, TransformType) == 0x000028, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector::TransformType' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector, ReturnValue) == 0x00002C, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVectorClosestBone \ static_assert(alignof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVectorClosestBone) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVectorClosestBone"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVectorClosestBone) == 0x000060, "Wrong size on MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVectorClosestBone"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVectorClosestBone, Actor) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVectorClosestBone::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVectorClosestBone, ParameterName) == 0x000008, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVectorClosestBone::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVectorClosestBone, WorldPosition) == 0x000010, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVectorClosestBone::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVectorClosestBone, WorldVector) == 0x00001C, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVectorClosestBone::WorldVector' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVectorClosestBone, ReturnValue) == 0x000028, "Member 'MaterialPermuterBlueprintLibrary_MakeMaterialSwapTransformedVectorClosestBone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParameters \ static_assert(alignof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParameters) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParameters"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParameters) == 0x000060, "Wrong size on MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParameters"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParameters, Scalars) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParameters::Scalars' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParameters, Vectors) == 0x000010, "Member 'MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParameters::Vectors' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParameters, Textures) == 0x000020, "Member 'MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParameters::Textures' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParameters, ReturnValue) == 0x000030, "Member 'MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersScalar \ static_assert(alignof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersScalar) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersScalar"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersScalar) == 0x000040, "Wrong size on MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersScalar"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersScalar, Scalar) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersScalar::Scalar' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersScalar, ReturnValue) == 0x000010, "Member 'MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersTexture \ static_assert(alignof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersTexture) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersTexture"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersTexture) == 0x000040, "Wrong size on MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersTexture"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersTexture, Texture) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersTexture::Texture' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersTexture, ReturnValue) == 0x000010, "Member 'MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersVector \ static_assert(alignof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersVector) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersVector"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersVector) == 0x000048, "Wrong size on MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersVector"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersVector, Vector) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersVector::Vector' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersVector, ReturnValue) == 0x000018, "Member 'MaterialPermuterBlueprintLibrary_MakeSimpleMaterialSwapParametersVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_MaterialSwapParametersDump \ static_assert(alignof(MaterialPermuterBlueprintLibrary_MaterialSwapParametersDump) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_MaterialSwapParametersDump"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_MaterialSwapParametersDump) == 0x000070, "Wrong size on MaterialPermuterBlueprintLibrary_MaterialSwapParametersDump"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MaterialSwapParametersDump, ParameterSet) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_MaterialSwapParametersDump::ParameterSet' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MaterialSwapParametersDump, Delimiter) == 0x000050, "Member 'MaterialPermuterBlueprintLibrary_MaterialSwapParametersDump::Delimiter' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MaterialSwapParametersDump, ReturnValue) == 0x000060, "Member 'MaterialPermuterBlueprintLibrary_MaterialSwapParametersDump::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_MaterialSwapParametersIsEmpty \ static_assert(alignof(MaterialPermuterBlueprintLibrary_MaterialSwapParametersIsEmpty) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_MaterialSwapParametersIsEmpty"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_MaterialSwapParametersIsEmpty) == 0x000058, "Wrong size on MaterialPermuterBlueprintLibrary_MaterialSwapParametersIsEmpty"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MaterialSwapParametersIsEmpty, ParameterSet) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_MaterialSwapParametersIsEmpty::ParameterSet' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_MaterialSwapParametersIsEmpty, bIsEmpty) == 0x000050, "Member 'MaterialPermuterBlueprintLibrary_MaterialSwapParametersIsEmpty::bIsEmpty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersScalar \ static_assert(alignof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersScalar) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersScalar"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersScalar) == 0x0000B0, "Wrong size on MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersScalar"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersScalar, Parameters) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersScalar::Parameters' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersScalar, Scalar) == 0x000050, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersScalar::Scalar' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersScalar, ReturnValue) == 0x000060, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTexture \ static_assert(alignof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTexture) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTexture"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTexture) == 0x0000B0, "Wrong size on MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTexture"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTexture, Parameters) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTexture::Parameters' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTexture, Texture) == 0x000050, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTexture::Texture' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTexture, ReturnValue) == 0x000060, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedPosition \ static_assert(alignof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedPosition) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedPosition"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedPosition) == 0x0000D8, "Wrong size on MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedPosition"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedPosition, Parameters) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedPosition::Parameters' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedPosition, TransformedPosition) == 0x000050, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedPosition::TransformedPosition' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedPosition, ReturnValue) == 0x000088, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedVector \ static_assert(alignof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedVector) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedVector"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedVector) == 0x0000D8, "Wrong size on MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedVector"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedVector, Parameters) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedVector::Parameters' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedVector, TransformedVector) == 0x000050, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedVector::TransformedVector' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedVector, ReturnValue) == 0x000088, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersTransformedVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersVector \ static_assert(alignof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersVector) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersVector"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersVector) == 0x0000B8, "Wrong size on MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersVector"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersVector, Parameters) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersVector::Parameters' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersVector, Vector) == 0x000050, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersVector::Vector' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersVector, ReturnValue) == 0x000068, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapParametersVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_SetMaterialSwapTransformedPairClosestBone \ static_assert(alignof(MaterialPermuterBlueprintLibrary_SetMaterialSwapTransformedPairClosestBone) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_SetMaterialSwapTransformedPairClosestBone"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_SetMaterialSwapTransformedPairClosestBone) == 0x000080, "Wrong size on MaterialPermuterBlueprintLibrary_SetMaterialSwapTransformedPairClosestBone"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapTransformedPairClosestBone, Parameters) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapTransformedPairClosestBone::Parameters' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapTransformedPairClosestBone, Actor) == 0x000050, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapTransformedPairClosestBone::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapTransformedPairClosestBone, PositionParameterName) == 0x000058, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapTransformedPairClosestBone::PositionParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapTransformedPairClosestBone, VectorParameterName) == 0x000060, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapTransformedPairClosestBone::VectorParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapTransformedPairClosestBone, WorldPosition) == 0x000068, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapTransformedPairClosestBone::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetMaterialSwapTransformedPairClosestBone, WorldVector) == 0x000074, "Member 'MaterialPermuterBlueprintLibrary_SetMaterialSwapTransformedPairClosestBone::WorldVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersScalar \ static_assert(alignof(MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersScalar) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersScalar"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersScalar) == 0x000070, "Wrong size on MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersScalar"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersScalar, Parameters) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersScalar::Parameters' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersScalar, Scalar) == 0x000030, "Member 'MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersScalar::Scalar' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersScalar, ReturnValue) == 0x000040, "Member 'MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersTexture \ static_assert(alignof(MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersTexture) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersTexture"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersTexture) == 0x000070, "Wrong size on MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersTexture"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersTexture, Parameters) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersTexture::Parameters' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersTexture, Texture) == 0x000030, "Member 'MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersTexture::Texture' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersTexture, ReturnValue) == 0x000040, "Member 'MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersVector \ static_assert(alignof(MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersVector) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersVector"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersVector) == 0x000078, "Wrong size on MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersVector"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersVector, Parameters) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersVector::Parameters' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersVector, Vector) == 0x000030, "Member 'MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersVector::Vector' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersVector, ReturnValue) == 0x000048, "Member 'MaterialPermuterBlueprintLibrary_SetSimpleMaterialSwapParametersVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_SimpleCombineMaterialSwapParameters \ static_assert(alignof(MaterialPermuterBlueprintLibrary_SimpleCombineMaterialSwapParameters) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_SimpleCombineMaterialSwapParameters"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_SimpleCombineMaterialSwapParameters) == 0x000090, "Wrong size on MaterialPermuterBlueprintLibrary_SimpleCombineMaterialSwapParameters"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SimpleCombineMaterialSwapParameters, A) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_SimpleCombineMaterialSwapParameters::A' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SimpleCombineMaterialSwapParameters, b) == 0x000030, "Member 'MaterialPermuterBlueprintLibrary_SimpleCombineMaterialSwapParameters::b' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SimpleCombineMaterialSwapParameters, ReturnValue) == 0x000060, "Member 'MaterialPermuterBlueprintLibrary_SimpleCombineMaterialSwapParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersDump \ static_assert(alignof(MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersDump) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersDump"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersDump) == 0x000050, "Wrong size on MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersDump"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersDump, ParameterSet) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersDump::ParameterSet' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersDump, Delimiter) == 0x000030, "Member 'MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersDump::Delimiter' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersDump, ReturnValue) == 0x000040, "Member 'MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersDump::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersIsEmpty \ static_assert(alignof(MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersIsEmpty) == 0x000008, "Wrong alignment on MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersIsEmpty"); \ static_assert(sizeof(MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersIsEmpty) == 0x000038, "Wrong size on MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersIsEmpty"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersIsEmpty, ParameterSet) == 0x000000, "Member 'MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersIsEmpty::ParameterSet' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersIsEmpty, bIsEmpty) == 0x000030, "Member 'MaterialPermuterBlueprintLibrary_SimpleMaterialSwapParametersIsEmpty::bIsEmpty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialPermuterBlueprintLibrary \ static_assert(alignof(UMaterialPermuterBlueprintLibrary) == 0x000008, "Wrong alignment on UMaterialPermuterBlueprintLibrary"); \ static_assert(sizeof(UMaterialPermuterBlueprintLibrary) == 0x000028, "Wrong size on UMaterialPermuterBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshPoolBase \ static_assert(alignof(UMaterialSwapMeshPoolBase) == 0x000008, "Wrong alignment on UMaterialSwapMeshPoolBase"); \ static_assert(sizeof(UMaterialSwapMeshPoolBase) == 0x0000C0, "Wrong size on UMaterialSwapMeshPoolBase"); \ static_assert(offsetof(UMaterialSwapMeshPoolBase, SwappedMeshes) == 0x000050, "Member 'UMaterialSwapMeshPoolBase::SwappedMeshes' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapMeshPoolBase, MeshStates) == 0x0000A0, "Member 'UMaterialSwapMeshPoolBase::MeshStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapActor \ static_assert(alignof(UMaterialSwapActor) == 0x000008, "Wrong alignment on UMaterialSwapActor"); \ static_assert(sizeof(UMaterialSwapActor) == 0x0000E8, "Wrong size on UMaterialSwapActor"); \ static_assert(offsetof(UMaterialSwapActor, SwappedActor) == 0x0000C0, "Member 'UMaterialSwapActor::SwappedActor' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapActor, DependentSwaps) == 0x0000C8, "Member 'UMaterialSwapActor::DependentSwaps' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapActor, RootSwap) == 0x0000D8, "Member 'UMaterialSwapActor::RootSwap' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapActor, RefreshType) == 0x0000E0, "Member 'UMaterialSwapActor::RefreshType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_CreateMeshSwap \ static_assert(alignof(MaterialSwapComponent_CreateMeshSwap) == 0x000008, "Wrong alignment on MaterialSwapComponent_CreateMeshSwap"); \ static_assert(sizeof(MaterialSwapComponent_CreateMeshSwap) == 0x000198, "Wrong size on MaterialSwapComponent_CreateMeshSwap"); \ static_assert(offsetof(MaterialSwapComponent_CreateMeshSwap, MeshComponent) == 0x000000, "Member 'MaterialSwapComponent_CreateMeshSwap::MeshComponent' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_CreateMeshSwap, MaterialSwapComponent) == 0x000008, "Member 'MaterialSwapComponent_CreateMeshSwap::MaterialSwapComponent' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_CreateMeshSwap, SwapInfo) == 0x000010, "Member 'MaterialSwapComponent_CreateMeshSwap::SwapInfo' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_CreateMeshSwap, bAlwaysCreateNewComponent) == 0x000190, "Member 'MaterialSwapComponent_CreateMeshSwap::bAlwaysCreateNewComponent' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_CreateMeshSwap, ReturnValue) == 0x000191, "Member 'MaterialSwapComponent_CreateMeshSwap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_CreateSwap \ static_assert(alignof(MaterialSwapComponent_CreateSwap) == 0x000008, "Wrong alignment on MaterialSwapComponent_CreateSwap"); \ static_assert(sizeof(MaterialSwapComponent_CreateSwap) == 0x000028, "Wrong size on MaterialSwapComponent_CreateSwap"); \ static_assert(offsetof(MaterialSwapComponent_CreateSwap, Actor) == 0x000000, "Member 'MaterialSwapComponent_CreateSwap::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_CreateSwap, MaterialSwapComponent) == 0x000008, "Member 'MaterialSwapComponent_CreateSwap::MaterialSwapComponent' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_CreateSwap, Priority) == 0x000010, "Member 'MaterialSwapComponent_CreateSwap::Priority' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_CreateSwap, Group) == 0x000014, "Member 'MaterialSwapComponent_CreateSwap::Group' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_CreateSwap, SubType) == 0x00001C, "Member 'MaterialSwapComponent_CreateSwap::SubType' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_CreateSwap, ReturnValue) == 0x000024, "Member 'MaterialSwapComponent_CreateSwap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_CreateSwapAdvanced \ static_assert(alignof(MaterialSwapComponent_CreateSwapAdvanced) == 0x000008, "Wrong alignment on MaterialSwapComponent_CreateSwapAdvanced"); \ static_assert(sizeof(MaterialSwapComponent_CreateSwapAdvanced) == 0x000198, "Wrong size on MaterialSwapComponent_CreateSwapAdvanced"); \ static_assert(offsetof(MaterialSwapComponent_CreateSwapAdvanced, Actor) == 0x000000, "Member 'MaterialSwapComponent_CreateSwapAdvanced::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_CreateSwapAdvanced, MaterialSwapComponent) == 0x000008, "Member 'MaterialSwapComponent_CreateSwapAdvanced::MaterialSwapComponent' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_CreateSwapAdvanced, SwapInfo) == 0x000010, "Member 'MaterialSwapComponent_CreateSwapAdvanced::SwapInfo' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_CreateSwapAdvanced, bAlwaysCreateNewComponent) == 0x000190, "Member 'MaterialSwapComponent_CreateSwapAdvanced::bAlwaysCreateNewComponent' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_CreateSwapAdvanced, ReturnValue) == 0x000191, "Member 'MaterialSwapComponent_CreateSwapAdvanced::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_DestroySwap \ static_assert(alignof(MaterialSwapComponent_DestroySwap) == 0x000008, "Wrong alignment on MaterialSwapComponent_DestroySwap"); \ static_assert(sizeof(MaterialSwapComponent_DestroySwap) == 0x000010, "Wrong size on MaterialSwapComponent_DestroySwap"); \ static_assert(offsetof(MaterialSwapComponent_DestroySwap, Actor) == 0x000000, "Member 'MaterialSwapComponent_DestroySwap::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_DestroySwap, unswap) == 0x000008, "Member 'MaterialSwapComponent_DestroySwap::unswap' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_DestroySwap, ReturnValue) == 0x000009, "Member 'MaterialSwapComponent_DestroySwap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_DestroySwapComponent \ static_assert(alignof(MaterialSwapComponent_DestroySwapComponent) == 0x000008, "Wrong alignment on MaterialSwapComponent_DestroySwapComponent"); \ static_assert(sizeof(MaterialSwapComponent_DestroySwapComponent) == 0x000010, "Wrong size on MaterialSwapComponent_DestroySwapComponent"); \ static_assert(offsetof(MaterialSwapComponent_DestroySwapComponent, MaterialSwapComponent) == 0x000000, "Member 'MaterialSwapComponent_DestroySwapComponent::MaterialSwapComponent' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_DestroySwapComponent, bUnswap) == 0x000008, "Member 'MaterialSwapComponent_DestroySwapComponent::bUnswap' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_DestroySwapComponent, ReturnValue) == 0x000009, "Member 'MaterialSwapComponent_DestroySwapComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_GetMaterialSwap \ static_assert(alignof(MaterialSwapComponent_GetMaterialSwap) == 0x000008, "Wrong alignment on MaterialSwapComponent_GetMaterialSwap"); \ static_assert(sizeof(MaterialSwapComponent_GetMaterialSwap) == 0x000010, "Wrong size on MaterialSwapComponent_GetMaterialSwap"); \ static_assert(offsetof(MaterialSwapComponent_GetMaterialSwap, Actor) == 0x000000, "Member 'MaterialSwapComponent_GetMaterialSwap::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_GetMaterialSwap, MaterialSwapComponent) == 0x000008, "Member 'MaterialSwapComponent_GetMaterialSwap::MaterialSwapComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_HasMaterialSwap \ static_assert(alignof(MaterialSwapComponent_HasMaterialSwap) == 0x000008, "Wrong alignment on MaterialSwapComponent_HasMaterialSwap"); \ static_assert(sizeof(MaterialSwapComponent_HasMaterialSwap) == 0x000010, "Wrong size on MaterialSwapComponent_HasMaterialSwap"); \ static_assert(offsetof(MaterialSwapComponent_HasMaterialSwap, Actor) == 0x000000, "Member 'MaterialSwapComponent_HasMaterialSwap::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_HasMaterialSwap, bHasMaterialSwap) == 0x000008, "Member 'MaterialSwapComponent_HasMaterialSwap::bHasMaterialSwap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_EndSwap \ static_assert(alignof(MaterialSwapComponent_EndSwap) == 0x000001, "Wrong alignment on MaterialSwapComponent_EndSwap"); \ static_assert(sizeof(MaterialSwapComponent_EndSwap) == 0x000002, "Wrong size on MaterialSwapComponent_EndSwap"); \ static_assert(offsetof(MaterialSwapComponent_EndSwap, AllowRestart) == 0x000000, "Member 'MaterialSwapComponent_EndSwap::AllowRestart' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_EndSwap, ReleaseSwap) == 0x000001, "Member 'MaterialSwapComponent_EndSwap::ReleaseSwap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_NewSwap \ static_assert(alignof(MaterialSwapComponent_NewSwap) == 0x000004, "Wrong alignment on MaterialSwapComponent_NewSwap"); \ static_assert(sizeof(MaterialSwapComponent_NewSwap) == 0x000018, "Wrong size on MaterialSwapComponent_NewSwap"); \ static_assert(offsetof(MaterialSwapComponent_NewSwap, Priority) == 0x000000, "Member 'MaterialSwapComponent_NewSwap::Priority' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_NewSwap, Group) == 0x000004, "Member 'MaterialSwapComponent_NewSwap::Group' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_NewSwap, SubType) == 0x00000C, "Member 'MaterialSwapComponent_NewSwap::SubType' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_NewSwap, ReturnValue) == 0x000014, "Member 'MaterialSwapComponent_NewSwap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_NewSwapAdvanced \ static_assert(alignof(MaterialSwapComponent_NewSwapAdvanced) == 0x000008, "Wrong alignment on MaterialSwapComponent_NewSwapAdvanced"); \ static_assert(sizeof(MaterialSwapComponent_NewSwapAdvanced) == 0x000188, "Wrong size on MaterialSwapComponent_NewSwapAdvanced"); \ static_assert(offsetof(MaterialSwapComponent_NewSwapAdvanced, SwapInfo) == 0x000000, "Member 'MaterialSwapComponent_NewSwapAdvanced::SwapInfo' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_NewSwapAdvanced, ReturnValue) == 0x000180, "Member 'MaterialSwapComponent_NewSwapAdvanced::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_RestartSwap \ static_assert(alignof(MaterialSwapComponent_RestartSwap) == 0x000001, "Wrong alignment on MaterialSwapComponent_RestartSwap"); \ static_assert(sizeof(MaterialSwapComponent_RestartSwap) == 0x000001, "Wrong size on MaterialSwapComponent_RestartSwap"); \ static_assert(offsetof(MaterialSwapComponent_RestartSwap, ReturnValue) == 0x000000, "Member 'MaterialSwapComponent_RestartSwap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_SetColorParameter \ static_assert(alignof(MaterialSwapComponent_SetColorParameter) == 0x000004, "Wrong alignment on MaterialSwapComponent_SetColorParameter"); \ static_assert(sizeof(MaterialSwapComponent_SetColorParameter) == 0x000018, "Wrong size on MaterialSwapComponent_SetColorParameter"); \ static_assert(offsetof(MaterialSwapComponent_SetColorParameter, Name_0) == 0x000000, "Member 'MaterialSwapComponent_SetColorParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_SetColorParameter, Value) == 0x000008, "Member 'MaterialSwapComponent_SetColorParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_SetParameters \ static_assert(alignof(MaterialSwapComponent_SetParameters) == 0x000008, "Wrong alignment on MaterialSwapComponent_SetParameters"); \ static_assert(sizeof(MaterialSwapComponent_SetParameters) == 0x000050, "Wrong size on MaterialSwapComponent_SetParameters"); \ static_assert(offsetof(MaterialSwapComponent_SetParameters, Params_0) == 0x000000, "Member 'MaterialSwapComponent_SetParameters::Params_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_SetScalarParameter \ static_assert(alignof(MaterialSwapComponent_SetScalarParameter) == 0x000004, "Wrong alignment on MaterialSwapComponent_SetScalarParameter"); \ static_assert(sizeof(MaterialSwapComponent_SetScalarParameter) == 0x00000C, "Wrong size on MaterialSwapComponent_SetScalarParameter"); \ static_assert(offsetof(MaterialSwapComponent_SetScalarParameter, Name_0) == 0x000000, "Member 'MaterialSwapComponent_SetScalarParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_SetScalarParameter, Value) == 0x000008, "Member 'MaterialSwapComponent_SetScalarParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_SetTextureParameter \ static_assert(alignof(MaterialSwapComponent_SetTextureParameter) == 0x000008, "Wrong alignment on MaterialSwapComponent_SetTextureParameter"); \ static_assert(sizeof(MaterialSwapComponent_SetTextureParameter) == 0x000010, "Wrong size on MaterialSwapComponent_SetTextureParameter"); \ static_assert(offsetof(MaterialSwapComponent_SetTextureParameter, Name_0) == 0x000000, "Member 'MaterialSwapComponent_SetTextureParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_SetTextureParameter, Value) == 0x000008, "Member 'MaterialSwapComponent_SetTextureParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_SetVector4Parameter \ static_assert(alignof(MaterialSwapComponent_SetVector4Parameter) == 0x000010, "Wrong alignment on MaterialSwapComponent_SetVector4Parameter"); \ static_assert(sizeof(MaterialSwapComponent_SetVector4Parameter) == 0x000020, "Wrong size on MaterialSwapComponent_SetVector4Parameter"); \ static_assert(offsetof(MaterialSwapComponent_SetVector4Parameter, Name_0) == 0x000000, "Member 'MaterialSwapComponent_SetVector4Parameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_SetVector4Parameter, Value) == 0x000010, "Member 'MaterialSwapComponent_SetVector4Parameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_SetVectorParameter \ static_assert(alignof(MaterialSwapComponent_SetVectorParameter) == 0x000004, "Wrong alignment on MaterialSwapComponent_SetVectorParameter"); \ static_assert(sizeof(MaterialSwapComponent_SetVectorParameter) == 0x000014, "Wrong size on MaterialSwapComponent_SetVectorParameter"); \ static_assert(offsetof(MaterialSwapComponent_SetVectorParameter, Name_0) == 0x000000, "Member 'MaterialSwapComponent_SetVectorParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponent_SetVectorParameter, Value) == 0x000008, "Member 'MaterialSwapComponent_SetVectorParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_GetCurrentHandle \ static_assert(alignof(MaterialSwapComponent_GetCurrentHandle) == 0x000004, "Wrong alignment on MaterialSwapComponent_GetCurrentHandle"); \ static_assert(sizeof(MaterialSwapComponent_GetCurrentHandle) == 0x000010, "Wrong size on MaterialSwapComponent_GetCurrentHandle"); \ static_assert(offsetof(MaterialSwapComponent_GetCurrentHandle, ReturnValue) == 0x000000, "Member 'MaterialSwapComponent_GetCurrentHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_Swapped \ static_assert(alignof(MaterialSwapComponent_Swapped) == 0x000001, "Wrong alignment on MaterialSwapComponent_Swapped"); \ static_assert(sizeof(MaterialSwapComponent_Swapped) == 0x000001, "Wrong size on MaterialSwapComponent_Swapped"); \ static_assert(offsetof(MaterialSwapComponent_Swapped, ReturnValue) == 0x000000, "Member 'MaterialSwapComponent_Swapped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponent_ValidSwap \ static_assert(alignof(MaterialSwapComponent_ValidSwap) == 0x000001, "Wrong alignment on MaterialSwapComponent_ValidSwap"); \ static_assert(sizeof(MaterialSwapComponent_ValidSwap) == 0x000001, "Wrong size on MaterialSwapComponent_ValidSwap"); \ static_assert(offsetof(MaterialSwapComponent_ValidSwap, ReturnValue) == 0x000000, "Member 'MaterialSwapComponent_ValidSwap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapComponent \ static_assert(alignof(UMaterialSwapComponent) == 0x000008, "Wrong alignment on UMaterialSwapComponent"); \ static_assert(sizeof(UMaterialSwapComponent) == 0x0000E8, "Wrong size on UMaterialSwapComponent"); \ static_assert(offsetof(UMaterialSwapComponent, MaterialSwap) == 0x0000D8, "Member 'UMaterialSwapComponent::MaterialSwap' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapComponent, SpecificMeshComponent) == 0x0000E0, "Member 'UMaterialSwapComponent::SpecificMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponentAutoRefresh_CreateSwapAdvancedAutoRefresh \ static_assert(alignof(MaterialSwapComponentAutoRefresh_CreateSwapAdvancedAutoRefresh) == 0x000008, "Wrong alignment on MaterialSwapComponentAutoRefresh_CreateSwapAdvancedAutoRefresh"); \ static_assert(sizeof(MaterialSwapComponentAutoRefresh_CreateSwapAdvancedAutoRefresh) == 0x000198, "Wrong size on MaterialSwapComponentAutoRefresh_CreateSwapAdvancedAutoRefresh"); \ static_assert(offsetof(MaterialSwapComponentAutoRefresh_CreateSwapAdvancedAutoRefresh, Actor) == 0x000000, "Member 'MaterialSwapComponentAutoRefresh_CreateSwapAdvancedAutoRefresh::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponentAutoRefresh_CreateSwapAdvancedAutoRefresh, MaterialSwapComponent) == 0x000008, "Member 'MaterialSwapComponentAutoRefresh_CreateSwapAdvancedAutoRefresh::MaterialSwapComponent' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponentAutoRefresh_CreateSwapAdvancedAutoRefresh, SwapInfo) == 0x000010, "Member 'MaterialSwapComponentAutoRefresh_CreateSwapAdvancedAutoRefresh::SwapInfo' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponentAutoRefresh_CreateSwapAdvancedAutoRefresh, ReturnValue) == 0x000190, "Member 'MaterialSwapComponentAutoRefresh_CreateSwapAdvancedAutoRefresh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponentAutoRefresh_CreateSwapAutoRefresh \ static_assert(alignof(MaterialSwapComponentAutoRefresh_CreateSwapAutoRefresh) == 0x000008, "Wrong alignment on MaterialSwapComponentAutoRefresh_CreateSwapAutoRefresh"); \ static_assert(sizeof(MaterialSwapComponentAutoRefresh_CreateSwapAutoRefresh) == 0x000028, "Wrong size on MaterialSwapComponentAutoRefresh_CreateSwapAutoRefresh"); \ static_assert(offsetof(MaterialSwapComponentAutoRefresh_CreateSwapAutoRefresh, Actor) == 0x000000, "Member 'MaterialSwapComponentAutoRefresh_CreateSwapAutoRefresh::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponentAutoRefresh_CreateSwapAutoRefresh, MaterialSwapComponent) == 0x000008, "Member 'MaterialSwapComponentAutoRefresh_CreateSwapAutoRefresh::MaterialSwapComponent' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponentAutoRefresh_CreateSwapAutoRefresh, Priority) == 0x000010, "Member 'MaterialSwapComponentAutoRefresh_CreateSwapAutoRefresh::Priority' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponentAutoRefresh_CreateSwapAutoRefresh, Group) == 0x000014, "Member 'MaterialSwapComponentAutoRefresh_CreateSwapAutoRefresh::Group' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponentAutoRefresh_CreateSwapAutoRefresh, SubType) == 0x00001C, "Member 'MaterialSwapComponentAutoRefresh_CreateSwapAutoRefresh::SubType' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponentAutoRefresh_CreateSwapAutoRefresh, ReturnValue) == 0x000024, "Member 'MaterialSwapComponentAutoRefresh_CreateSwapAutoRefresh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponentAutoRefresh_GetAutoRefreshMaterialSwap \ static_assert(alignof(MaterialSwapComponentAutoRefresh_GetAutoRefreshMaterialSwap) == 0x000008, "Wrong alignment on MaterialSwapComponentAutoRefresh_GetAutoRefreshMaterialSwap"); \ static_assert(sizeof(MaterialSwapComponentAutoRefresh_GetAutoRefreshMaterialSwap) == 0x000010, "Wrong size on MaterialSwapComponentAutoRefresh_GetAutoRefreshMaterialSwap"); \ static_assert(offsetof(MaterialSwapComponentAutoRefresh_GetAutoRefreshMaterialSwap, Actor) == 0x000000, "Member 'MaterialSwapComponentAutoRefresh_GetAutoRefreshMaterialSwap::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponentAutoRefresh_GetAutoRefreshMaterialSwap, MaterialSwapAutoRefreshComponent) == 0x000008, "Member 'MaterialSwapComponentAutoRefresh_GetAutoRefreshMaterialSwap::MaterialSwapAutoRefreshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapComponentAutoRefresh_HasAutoRefreshMaterialSwap \ static_assert(alignof(MaterialSwapComponentAutoRefresh_HasAutoRefreshMaterialSwap) == 0x000008, "Wrong alignment on MaterialSwapComponentAutoRefresh_HasAutoRefreshMaterialSwap"); \ static_assert(sizeof(MaterialSwapComponentAutoRefresh_HasAutoRefreshMaterialSwap) == 0x000010, "Wrong size on MaterialSwapComponentAutoRefresh_HasAutoRefreshMaterialSwap"); \ static_assert(offsetof(MaterialSwapComponentAutoRefresh_HasAutoRefreshMaterialSwap, Actor) == 0x000000, "Member 'MaterialSwapComponentAutoRefresh_HasAutoRefreshMaterialSwap::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapComponentAutoRefresh_HasAutoRefreshMaterialSwap, bHasMaterialSwap) == 0x000008, "Member 'MaterialSwapComponentAutoRefresh_HasAutoRefreshMaterialSwap::bHasMaterialSwap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapComponentAutoRefresh \ static_assert(alignof(UMaterialSwapComponentAutoRefresh) == 0x000008, "Wrong alignment on UMaterialSwapComponentAutoRefresh"); \ static_assert(sizeof(UMaterialSwapComponentAutoRefresh) == 0x000140, "Wrong size on UMaterialSwapComponentAutoRefresh"); \ static_assert(offsetof(UMaterialSwapComponentAutoRefresh, Parameters) == 0x0000E8, "Member 'UMaterialSwapComponentAutoRefresh::Parameters' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapComponentAutoRefresh, SavedSwapInfo) == 0x000138, "Member 'UMaterialSwapComponentAutoRefresh::SavedSwapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHash \ static_assert(alignof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHash) == 0x000008, "Wrong alignment on MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHash"); \ static_assert(sizeof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHash) == 0x000018, "Wrong size on MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHash"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHash, KeyDropdown) == 0x000000, "Member 'MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHash::KeyDropdown' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHash, ReturnValue) == 0x000010, "Member 'MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHash::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHashString \ static_assert(alignof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHashString) == 0x000008, "Wrong alignment on MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHashString"); \ static_assert(sizeof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHashString) == 0x000020, "Wrong size on MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHashString"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHashString, KeyDropdown) == 0x000000, "Member 'MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHashString::KeyDropdown' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHashString, ReturnValue) == 0x000010, "Member 'MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyDropdownHashString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromGroupSubType \ static_assert(alignof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromGroupSubType) == 0x000004, "Wrong alignment on MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromGroupSubType"); \ static_assert(sizeof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromGroupSubType) == 0x000020, "Wrong size on MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromGroupSubType"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromGroupSubType, Group) == 0x000000, "Member 'MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromGroupSubType::Group' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromGroupSubType, SubType) == 0x000008, "Member 'MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromGroupSubType::SubType' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromGroupSubType, ReturnValue) == 0x000010, "Member 'MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromGroupSubType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromKeyDropdown \ static_assert(alignof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromKeyDropdown) == 0x000008, "Wrong alignment on MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromKeyDropdown"); \ static_assert(sizeof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromKeyDropdown) == 0x000020, "Wrong size on MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromKeyDropdown"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromKeyDropdown, KeyDropdown) == 0x000000, "Member 'MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromKeyDropdown::KeyDropdown' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromKeyDropdown, ReturnValue) == 0x000010, "Member 'MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyFromKeyDropdown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHash \ static_assert(alignof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHash) == 0x000004, "Wrong alignment on MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHash"); \ static_assert(sizeof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHash) == 0x000018, "Wrong size on MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHash"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHash, Key) == 0x000000, "Member 'MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHash::Key' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHash, ReturnValue) == 0x000010, "Member 'MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHash::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHashString \ static_assert(alignof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHashString) == 0x000008, "Wrong alignment on MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHashString"); \ static_assert(sizeof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHashString) == 0x000020, "Wrong size on MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHashString"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHashString, Key) == 0x000000, "Member 'MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHashString::Key' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHashString, ReturnValue) == 0x000010, "Member 'MaterialPermuterKeyBlueprintLibrary_MakeMaterialPermuterKeyHashString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownIsValid \ static_assert(alignof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownIsValid) == 0x000008, "Wrong alignment on MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownIsValid"); \ static_assert(sizeof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownIsValid) == 0x000018, "Wrong size on MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownIsValid"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownIsValid, KeyDropdown) == 0x000000, "Member 'MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownIsValid::KeyDropdown' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownIsValid, bValid) == 0x000010, "Member 'MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownIsValid::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownSplit \ static_assert(alignof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownSplit) == 0x000008, "Wrong alignment on MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownSplit"); \ static_assert(sizeof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownSplit) == 0x000020, "Wrong size on MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownSplit"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownSplit, KeyDropdown) == 0x000000, "Member 'MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownSplit::KeyDropdown' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownSplit, Group) == 0x000010, "Member 'MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownSplit::Group' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownSplit, SubType) == 0x000018, "Member 'MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyDropdownSplit::SubType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyIsValid \ static_assert(alignof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyIsValid) == 0x000004, "Wrong alignment on MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyIsValid"); \ static_assert(sizeof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyIsValid) == 0x000014, "Wrong size on MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyIsValid"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyIsValid, Key) == 0x000000, "Member 'MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyIsValid::Key' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyIsValid, bValid) == 0x000010, "Member 'MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeyIsValid::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeySplit \ static_assert(alignof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeySplit) == 0x000004, "Wrong alignment on MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeySplit"); \ static_assert(sizeof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeySplit) == 0x000020, "Wrong size on MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeySplit"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeySplit, Key) == 0x000000, "Member 'MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeySplit::Key' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeySplit, Group) == 0x000010, "Member 'MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeySplit::Group' has a wrong offset!"); \ static_assert(offsetof(MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeySplit, SubType) == 0x000018, "Member 'MaterialPermuterKeyBlueprintLibrary_MaterialPermuterKeySplit::SubType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialPermuterKeyBlueprintLibrary \ static_assert(alignof(UMaterialPermuterKeyBlueprintLibrary) == 0x000008, "Wrong alignment on UMaterialPermuterKeyBlueprintLibrary"); \ static_assert(sizeof(UMaterialPermuterKeyBlueprintLibrary) == 0x000028, "Wrong size on UMaterialPermuterKeyBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UMaterialSwapInfoObjectBase \ static_assert(alignof(UMaterialSwapInfoObjectBase) == 0x000008, "Wrong alignment on UMaterialSwapInfoObjectBase"); \ static_assert(sizeof(UMaterialSwapInfoObjectBase) == 0x000028, "Wrong size on UMaterialSwapInfoObjectBase"); \ #define DUMPER7_ASSERTS_UMaterialSwapInfoMaterialPermuterKeyObject \ static_assert(alignof(UMaterialSwapInfoMaterialPermuterKeyObject) == 0x000008, "Wrong alignment on UMaterialSwapInfoMaterialPermuterKeyObject"); \ static_assert(sizeof(UMaterialSwapInfoMaterialPermuterKeyObject) == 0x000138, "Wrong size on UMaterialSwapInfoMaterialPermuterKeyObject"); \ static_assert(offsetof(UMaterialSwapInfoMaterialPermuterKeyObject, SwapInfo) == 0x000028, "Member 'UMaterialSwapInfoMaterialPermuterKeyObject::SwapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapInfoObject \ static_assert(alignof(UMaterialSwapInfoObject) == 0x000008, "Wrong alignment on UMaterialSwapInfoObject"); \ static_assert(sizeof(UMaterialSwapInfoObject) == 0x000028, "Wrong size on UMaterialSwapInfoObject"); \ #define DUMPER7_ASSERTS_UMaterialSwapInfoInPlaceMIDsObject \ static_assert(alignof(UMaterialSwapInfoInPlaceMIDsObject) == 0x000008, "Wrong alignment on UMaterialSwapInfoInPlaceMIDsObject"); \ static_assert(sizeof(UMaterialSwapInfoInPlaceMIDsObject) == 0x000128, "Wrong size on UMaterialSwapInfoInPlaceMIDsObject"); \ static_assert(offsetof(UMaterialSwapInfoInPlaceMIDsObject, SwapInfo) == 0x000028, "Member 'UMaterialSwapInfoInPlaceMIDsObject::SwapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapInfoOverrideMaterialObject \ static_assert(alignof(UMaterialSwapInfoOverrideMaterialObject) == 0x000008, "Wrong alignment on UMaterialSwapInfoOverrideMaterialObject"); \ static_assert(sizeof(UMaterialSwapInfoOverrideMaterialObject) == 0x000138, "Wrong size on UMaterialSwapInfoOverrideMaterialObject"); \ static_assert(offsetof(UMaterialSwapInfoOverrideMaterialObject, SwapInfo) == 0x000028, "Member 'UMaterialSwapInfoOverrideMaterialObject::SwapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapInfoOverrideMaterialsObject \ static_assert(alignof(UMaterialSwapInfoOverrideMaterialsObject) == 0x000008, "Wrong alignment on UMaterialSwapInfoOverrideMaterialsObject"); \ static_assert(sizeof(UMaterialSwapInfoOverrideMaterialsObject) == 0x000140, "Wrong size on UMaterialSwapInfoOverrideMaterialsObject"); \ static_assert(offsetof(UMaterialSwapInfoOverrideMaterialsObject, SwapInfo) == 0x000028, "Member 'UMaterialSwapInfoOverrideMaterialsObject::SwapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapInfoMaterialPermuterKeyUIObject \ static_assert(alignof(UMaterialSwapInfoMaterialPermuterKeyUIObject) == 0x000008, "Wrong alignment on UMaterialSwapInfoMaterialPermuterKeyUIObject"); \ static_assert(sizeof(UMaterialSwapInfoMaterialPermuterKeyUIObject) == 0x000138, "Wrong size on UMaterialSwapInfoMaterialPermuterKeyUIObject"); \ static_assert(offsetof(UMaterialSwapInfoMaterialPermuterKeyUIObject, SwapInfo) == 0x000028, "Member 'UMaterialSwapInfoMaterialPermuterKeyUIObject::SwapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapSingleMesh \ static_assert(alignof(UMaterialSwapSingleMesh) == 0x000008, "Wrong alignment on UMaterialSwapSingleMesh"); \ static_assert(sizeof(UMaterialSwapSingleMesh) == 0x000088, "Wrong size on UMaterialSwapSingleMesh"); \ static_assert(offsetof(UMaterialSwapSingleMesh, Mesh) == 0x000050, "Member 'UMaterialSwapSingleMesh::Mesh' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapSingleMesh, SwappedMesh) == 0x000058, "Member 'UMaterialSwapSingleMesh::SwappedMesh' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapSingleMesh, MeshStates) == 0x000068, "Member 'UMaterialSwapSingleMesh::MeshStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshPool \ static_assert(alignof(UMaterialSwapMeshPool) == 0x000008, "Wrong alignment on UMaterialSwapMeshPool"); \ static_assert(sizeof(UMaterialSwapMeshPool) == 0x0000C0, "Wrong size on UMaterialSwapMeshPool"); \ #define DUMPER7_ASSERTS_MaterialSwapMeshStatesBaseComponent_CountAllMaterialSwapMeshStatesComponentsByTag \ static_assert(alignof(MaterialSwapMeshStatesBaseComponent_CountAllMaterialSwapMeshStatesComponentsByTag) == 0x000008, "Wrong alignment on MaterialSwapMeshStatesBaseComponent_CountAllMaterialSwapMeshStatesComponentsByTag"); \ static_assert(sizeof(MaterialSwapMeshStatesBaseComponent_CountAllMaterialSwapMeshStatesComponentsByTag) == 0x000018, "Wrong size on MaterialSwapMeshStatesBaseComponent_CountAllMaterialSwapMeshStatesComponentsByTag"); \ static_assert(offsetof(MaterialSwapMeshStatesBaseComponent_CountAllMaterialSwapMeshStatesComponentsByTag, Target) == 0x000000, "Member 'MaterialSwapMeshStatesBaseComponent_CountAllMaterialSwapMeshStatesComponentsByTag::Target' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapMeshStatesBaseComponent_CountAllMaterialSwapMeshStatesComponentsByTag, Tag) == 0x000008, "Member 'MaterialSwapMeshStatesBaseComponent_CountAllMaterialSwapMeshStatesComponentsByTag::Tag' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapMeshStatesBaseComponent_CountAllMaterialSwapMeshStatesComponentsByTag, ActiveCount) == 0x000010, "Member 'MaterialSwapMeshStatesBaseComponent_CountAllMaterialSwapMeshStatesComponentsByTag::ActiveCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapMeshStatesBaseComponent_KillAllMaterialSwapMeshStatesComponentsByTag \ static_assert(alignof(MaterialSwapMeshStatesBaseComponent_KillAllMaterialSwapMeshStatesComponentsByTag) == 0x000008, "Wrong alignment on MaterialSwapMeshStatesBaseComponent_KillAllMaterialSwapMeshStatesComponentsByTag"); \ static_assert(sizeof(MaterialSwapMeshStatesBaseComponent_KillAllMaterialSwapMeshStatesComponentsByTag) == 0x000018, "Wrong size on MaterialSwapMeshStatesBaseComponent_KillAllMaterialSwapMeshStatesComponentsByTag"); \ static_assert(offsetof(MaterialSwapMeshStatesBaseComponent_KillAllMaterialSwapMeshStatesComponentsByTag, Target) == 0x000000, "Member 'MaterialSwapMeshStatesBaseComponent_KillAllMaterialSwapMeshStatesComponentsByTag::Target' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapMeshStatesBaseComponent_KillAllMaterialSwapMeshStatesComponentsByTag, Tag) == 0x000008, "Member 'MaterialSwapMeshStatesBaseComponent_KillAllMaterialSwapMeshStatesComponentsByTag::Tag' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapMeshStatesBaseComponent_KillAllMaterialSwapMeshStatesComponentsByTag, CountOfDestroyed) == 0x000010, "Member 'MaterialSwapMeshStatesBaseComponent_KillAllMaterialSwapMeshStatesComponentsByTag::CountOfDestroyed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapMeshStatesBaseComponent_KillMaterialSwapMeshStatesComponent \ static_assert(alignof(MaterialSwapMeshStatesBaseComponent_KillMaterialSwapMeshStatesComponent) == 0x000008, "Wrong alignment on MaterialSwapMeshStatesBaseComponent_KillMaterialSwapMeshStatesComponent"); \ static_assert(sizeof(MaterialSwapMeshStatesBaseComponent_KillMaterialSwapMeshStatesComponent) == 0x000010, "Wrong size on MaterialSwapMeshStatesBaseComponent_KillMaterialSwapMeshStatesComponent"); \ static_assert(offsetof(MaterialSwapMeshStatesBaseComponent_KillMaterialSwapMeshStatesComponent, MaterialSwapMeshStatesComponent) == 0x000000, "Member 'MaterialSwapMeshStatesBaseComponent_KillMaterialSwapMeshStatesComponent::MaterialSwapMeshStatesComponent' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapMeshStatesBaseComponent_KillMaterialSwapMeshStatesComponent, bSuccess) == 0x000008, "Member 'MaterialSwapMeshStatesBaseComponent_KillMaterialSwapMeshStatesComponent::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStatesBaseComponent \ static_assert(alignof(UMaterialSwapMeshStatesBaseComponent) == 0x000008, "Wrong alignment on UMaterialSwapMeshStatesBaseComponent"); \ static_assert(sizeof(UMaterialSwapMeshStatesBaseComponent) == 0x0000F8, "Wrong size on UMaterialSwapMeshStatesBaseComponent"); \ static_assert(offsetof(UMaterialSwapMeshStatesBaseComponent, MeshStatesAndData) == 0x0000D0, "Member 'UMaterialSwapMeshStatesBaseComponent::MeshStatesAndData' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapMeshStatesBaseComponent, MeshStatesTag) == 0x0000F0, "Member 'UMaterialSwapMeshStatesBaseComponent::MeshStatesTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStatesComponent \ static_assert(alignof(UMaterialSwapMeshStatesComponent) == 0x000008, "Wrong alignment on UMaterialSwapMeshStatesComponent"); \ static_assert(sizeof(UMaterialSwapMeshStatesComponent) == 0x000110, "Wrong size on UMaterialSwapMeshStatesComponent"); \ static_assert(offsetof(UMaterialSwapMeshStatesComponent, MeshStates) == 0x0000F8, "Member 'UMaterialSwapMeshStatesComponent::MeshStates' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapMeshStatesComponent, bIncludeChildren) == 0x000108, "Member 'UMaterialSwapMeshStatesComponent::bIncludeChildren' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapMeshStatesComponent, bUpdateOnTick) == 0x000109, "Member 'UMaterialSwapMeshStatesComponent::bUpdateOnTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStatesRulesComponent \ static_assert(alignof(UMaterialSwapMeshStatesRulesComponent) == 0x000008, "Wrong alignment on UMaterialSwapMeshStatesRulesComponent"); \ static_assert(sizeof(UMaterialSwapMeshStatesRulesComponent) == 0x0001F0, "Wrong size on UMaterialSwapMeshStatesRulesComponent"); \ static_assert(offsetof(UMaterialSwapMeshStatesRulesComponent, MeshStates) == 0x0000F8, "Member 'UMaterialSwapMeshStatesRulesComponent::MeshStates' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapMeshStatesRulesComponent, Rules) == 0x000108, "Member 'UMaterialSwapMeshStatesRulesComponent::Rules' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapMeshStatesRulesComponent, bUpdateOnTick) == 0x0001E8, "Member 'UMaterialSwapMeshStatesRulesComponent::bUpdateOnTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent \ static_assert(alignof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent) == 0x000008, "Wrong alignment on MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent"); \ static_assert(sizeof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent) == 0x000038, "Wrong size on MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent"); \ static_assert(offsetof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent, Owner) == 0x000000, "Member 'MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent::Owner' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent, Target) == 0x000008, "Member 'MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent::Target' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent, MeshStates) == 0x000010, "Member 'MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent::MeshStates' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent, bShouldIncludeChildren) == 0x000020, "Member 'MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent::bShouldIncludeChildren' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent, bAutoUpdate) == 0x000021, "Member 'MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent::bAutoUpdate' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent, Tag) == 0x000024, "Member 'MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent::Tag' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent, ReturnValue) == 0x000030, "Member 'MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules \ static_assert(alignof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules) == 0x000008, "Wrong alignment on MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules"); \ static_assert(sizeof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules) == 0x000118, "Wrong size on MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules"); \ static_assert(offsetof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules, Owner) == 0x000000, "Member 'MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules::Owner' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules, Target) == 0x000008, "Member 'MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules::Target' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules, MeshStates) == 0x000010, "Member 'MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules::MeshStates' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules, UseRules) == 0x000020, "Member 'MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules::UseRules' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules, bAutoUpdate) == 0x000100, "Member 'MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules::bAutoUpdate' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules, Tag) == 0x000104, "Member 'MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules::Tag' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules, ReturnValue) == 0x000110, "Member 'MaterialSwapMeshStatesFireAndForgetComponent_CreateMeshStatesFireAndForgetComponentRules::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapMeshStatesFireAndForgetComponent_RestartMeshStates \ static_assert(alignof(MaterialSwapMeshStatesFireAndForgetComponent_RestartMeshStates) == 0x000008, "Wrong alignment on MaterialSwapMeshStatesFireAndForgetComponent_RestartMeshStates"); \ static_assert(sizeof(MaterialSwapMeshStatesFireAndForgetComponent_RestartMeshStates) == 0x000010, "Wrong size on MaterialSwapMeshStatesFireAndForgetComponent_RestartMeshStates"); \ static_assert(offsetof(MaterialSwapMeshStatesFireAndForgetComponent_RestartMeshStates, MeshStates) == 0x000000, "Member 'MaterialSwapMeshStatesFireAndForgetComponent_RestartMeshStates::MeshStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStatesFireAndForgetComponent \ static_assert(alignof(UMaterialSwapMeshStatesFireAndForgetComponent) == 0x000008, "Wrong alignment on UMaterialSwapMeshStatesFireAndForgetComponent"); \ static_assert(sizeof(UMaterialSwapMeshStatesFireAndForgetComponent) == 0x0001E8, "Wrong size on UMaterialSwapMeshStatesFireAndForgetComponent"); \ static_assert(offsetof(UMaterialSwapMeshStatesFireAndForgetComponent, OwningActor) == 0x0000F8, "Member 'UMaterialSwapMeshStatesFireAndForgetComponent::OwningActor' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapMeshStatesFireAndForgetComponent, Rules) == 0x000100, "Member 'UMaterialSwapMeshStatesFireAndForgetComponent::Rules' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapMeshStatesFireAndForgetComponent, bUseRules) == 0x0001E0, "Member 'UMaterialSwapMeshStatesFireAndForgetComponent::bUseRules' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapMeshStatesFireAndForgetComponent, bIncludeChildren) == 0x0001E1, "Member 'UMaterialSwapMeshStatesFireAndForgetComponent::bIncludeChildren' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapMeshStatesFireAndForgetComponent, bUpdateOnTick) == 0x0001E2, "Member 'UMaterialSwapMeshStatesFireAndForgetComponent::bUpdateOnTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateDataBoolMap \ static_assert(alignof(UMaterialSwapMeshStateDataBoolMap) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateDataBoolMap"); \ static_assert(sizeof(UMaterialSwapMeshStateDataBoolMap) == 0x000078, "Wrong size on UMaterialSwapMeshStateDataBoolMap"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateBoolMap \ static_assert(alignof(UMaterialSwapMeshStateBoolMap) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateBoolMap"); \ static_assert(sizeof(UMaterialSwapMeshStateBoolMap) == 0x000028, "Wrong size on UMaterialSwapMeshStateBoolMap"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateIgnoreLightLeakingCorrection \ static_assert(alignof(UMaterialSwapMeshStateIgnoreLightLeakingCorrection) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateIgnoreLightLeakingCorrection"); \ static_assert(sizeof(UMaterialSwapMeshStateIgnoreLightLeakingCorrection) == 0x000030, "Wrong size on UMaterialSwapMeshStateIgnoreLightLeakingCorrection"); \ static_assert(offsetof(UMaterialSwapMeshStateIgnoreLightLeakingCorrection, bIgnoreLightLeakingCorrection) == 0x000028, "Member 'UMaterialSwapMeshStateIgnoreLightLeakingCorrection::bIgnoreLightLeakingCorrection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateReceivesWeatherDecals \ static_assert(alignof(UMaterialSwapMeshStateReceivesWeatherDecals) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateReceivesWeatherDecals"); \ static_assert(sizeof(UMaterialSwapMeshStateReceivesWeatherDecals) == 0x000030, "Wrong size on UMaterialSwapMeshStateReceivesWeatherDecals"); \ static_assert(offsetof(UMaterialSwapMeshStateReceivesWeatherDecals, bReceivesWeatherDecals) == 0x000028, "Member 'UMaterialSwapMeshStateReceivesWeatherDecals::bReceivesWeatherDecals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateReceivesDecals \ static_assert(alignof(UMaterialSwapMeshStateReceivesDecals) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateReceivesDecals"); \ static_assert(sizeof(UMaterialSwapMeshStateReceivesDecals) == 0x000030, "Wrong size on UMaterialSwapMeshStateReceivesDecals"); \ static_assert(offsetof(UMaterialSwapMeshStateReceivesDecals, bReceivesDecals) == 0x000028, "Member 'UMaterialSwapMeshStateReceivesDecals::bReceivesDecals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateRenderCustomDepth \ static_assert(alignof(UMaterialSwapMeshStateRenderCustomDepth) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateRenderCustomDepth"); \ static_assert(sizeof(UMaterialSwapMeshStateRenderCustomDepth) == 0x000030, "Wrong size on UMaterialSwapMeshStateRenderCustomDepth"); \ static_assert(offsetof(UMaterialSwapMeshStateRenderCustomDepth, bRenderCustomDepth) == 0x000028, "Member 'UMaterialSwapMeshStateRenderCustomDepth::bRenderCustomDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateCastShadow \ static_assert(alignof(UMaterialSwapMeshStateCastShadow) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateCastShadow"); \ static_assert(sizeof(UMaterialSwapMeshStateCastShadow) == 0x000030, "Wrong size on UMaterialSwapMeshStateCastShadow"); \ static_assert(offsetof(UMaterialSwapMeshStateCastShadow, bCastShadow) == 0x000028, "Member 'UMaterialSwapMeshStateCastShadow::bCastShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateContactShadow \ static_assert(alignof(UMaterialSwapMeshStateContactShadow) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateContactShadow"); \ static_assert(sizeof(UMaterialSwapMeshStateContactShadow) == 0x000030, "Wrong size on UMaterialSwapMeshStateContactShadow"); \ static_assert(offsetof(UMaterialSwapMeshStateContactShadow, bCastContactShadow) == 0x000028, "Member 'UMaterialSwapMeshStateContactShadow::bCastContactShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateDynamicShadow \ static_assert(alignof(UMaterialSwapMeshStateDynamicShadow) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateDynamicShadow"); \ static_assert(sizeof(UMaterialSwapMeshStateDynamicShadow) == 0x000030, "Wrong size on UMaterialSwapMeshStateDynamicShadow"); \ static_assert(offsetof(UMaterialSwapMeshStateDynamicShadow, bCastDynamicShadow) == 0x000028, "Member 'UMaterialSwapMeshStateDynamicShadow::bCastDynamicShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateHiddenShadow \ static_assert(alignof(UMaterialSwapMeshStateHiddenShadow) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateHiddenShadow"); \ static_assert(sizeof(UMaterialSwapMeshStateHiddenShadow) == 0x000030, "Wrong size on UMaterialSwapMeshStateHiddenShadow"); \ static_assert(offsetof(UMaterialSwapMeshStateHiddenShadow, bCastHiddenShadow) == 0x000028, "Member 'UMaterialSwapMeshStateHiddenShadow::bCastHiddenShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateShadowAsTwoSided \ static_assert(alignof(UMaterialSwapMeshStateShadowAsTwoSided) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateShadowAsTwoSided"); \ static_assert(sizeof(UMaterialSwapMeshStateShadowAsTwoSided) == 0x000030, "Wrong size on UMaterialSwapMeshStateShadowAsTwoSided"); \ static_assert(offsetof(UMaterialSwapMeshStateShadowAsTwoSided, bCastShadowAsTwoSided) == 0x000028, "Member 'UMaterialSwapMeshStateShadowAsTwoSided::bCastShadowAsTwoSided' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateSelfShadowOnly \ static_assert(alignof(UMaterialSwapMeshStateSelfShadowOnly) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateSelfShadowOnly"); \ static_assert(sizeof(UMaterialSwapMeshStateSelfShadowOnly) == 0x000030, "Wrong size on UMaterialSwapMeshStateSelfShadowOnly"); \ static_assert(offsetof(UMaterialSwapMeshStateSelfShadowOnly, bSelfShadowOnly) == 0x000028, "Member 'UMaterialSwapMeshStateSelfShadowOnly::bSelfShadowOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateTreatAsBackgroundForOcclusion \ static_assert(alignof(UMaterialSwapMeshStateTreatAsBackgroundForOcclusion) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateTreatAsBackgroundForOcclusion"); \ static_assert(sizeof(UMaterialSwapMeshStateTreatAsBackgroundForOcclusion) == 0x000030, "Wrong size on UMaterialSwapMeshStateTreatAsBackgroundForOcclusion"); \ static_assert(offsetof(UMaterialSwapMeshStateTreatAsBackgroundForOcclusion, bTreatAsBackgroundForOcclusion) == 0x000028, "Member 'UMaterialSwapMeshStateTreatAsBackgroundForOcclusion::bTreatAsBackgroundForOcclusion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateUseAsOccluder \ static_assert(alignof(UMaterialSwapMeshStateUseAsOccluder) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateUseAsOccluder"); \ static_assert(sizeof(UMaterialSwapMeshStateUseAsOccluder) == 0x000030, "Wrong size on UMaterialSwapMeshStateUseAsOccluder"); \ static_assert(offsetof(UMaterialSwapMeshStateUseAsOccluder, bUseAsOccluder) == 0x000028, "Member 'UMaterialSwapMeshStateUseAsOccluder::bUseAsOccluder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateTag \ static_assert(alignof(UMaterialSwapMeshStateTag) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateTag"); \ static_assert(sizeof(UMaterialSwapMeshStateTag) == 0x000030, "Wrong size on UMaterialSwapMeshStateTag"); \ static_assert(offsetof(UMaterialSwapMeshStateTag, Tag) == 0x000028, "Member 'UMaterialSwapMeshStateTag::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateAddTag \ static_assert(alignof(UMaterialSwapMeshStateAddTag) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateAddTag"); \ static_assert(sizeof(UMaterialSwapMeshStateAddTag) == 0x000030, "Wrong size on UMaterialSwapMeshStateAddTag"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateRemoveTag \ static_assert(alignof(UMaterialSwapMeshStateRemoveTag) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateRemoveTag"); \ static_assert(sizeof(UMaterialSwapMeshStateRemoveTag) == 0x000030, "Wrong size on UMaterialSwapMeshStateRemoveTag"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateDataIntMap \ static_assert(alignof(UMaterialSwapMeshStateDataIntMap) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateDataIntMap"); \ static_assert(sizeof(UMaterialSwapMeshStateDataIntMap) == 0x000078, "Wrong size on UMaterialSwapMeshStateDataIntMap"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateIntMap \ static_assert(alignof(UMaterialSwapMeshStateIntMap) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateIntMap"); \ static_assert(sizeof(UMaterialSwapMeshStateIntMap) == 0x000028, "Wrong size on UMaterialSwapMeshStateIntMap"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateTranslucencySortPriority \ static_assert(alignof(UMaterialSwapMeshStateTranslucencySortPriority) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateTranslucencySortPriority"); \ static_assert(sizeof(UMaterialSwapMeshStateTranslucencySortPriority) == 0x000030, "Wrong size on UMaterialSwapMeshStateTranslucencySortPriority"); \ static_assert(offsetof(UMaterialSwapMeshStateTranslucencySortPriority, TranslucencySortPriority) == 0x000028, "Member 'UMaterialSwapMeshStateTranslucencySortPriority::TranslucencySortPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateCustomDepthStencilValue \ static_assert(alignof(UMaterialSwapMeshStateCustomDepthStencilValue) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateCustomDepthStencilValue"); \ static_assert(sizeof(UMaterialSwapMeshStateCustomDepthStencilValue) == 0x000030, "Wrong size on UMaterialSwapMeshStateCustomDepthStencilValue"); \ static_assert(offsetof(UMaterialSwapMeshStateCustomDepthStencilValue, CustomDepthStencilValue) == 0x000028, "Member 'UMaterialSwapMeshStateCustomDepthStencilValue::CustomDepthStencilValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateLightingChannels \ static_assert(alignof(UMaterialSwapMeshStateLightingChannels) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateLightingChannels"); \ static_assert(sizeof(UMaterialSwapMeshStateLightingChannels) == 0x000030, "Wrong size on UMaterialSwapMeshStateLightingChannels"); \ static_assert(offsetof(UMaterialSwapMeshStateLightingChannels, LightingChannels) == 0x000028, "Member 'UMaterialSwapMeshStateLightingChannels::LightingChannels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateForcedLodModel \ static_assert(alignof(UMaterialSwapMeshStateForcedLodModel) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateForcedLodModel"); \ static_assert(sizeof(UMaterialSwapMeshStateForcedLodModel) == 0x000030, "Wrong size on UMaterialSwapMeshStateForcedLodModel"); \ static_assert(offsetof(UMaterialSwapMeshStateForcedLodModel, ForcedLodModel) == 0x000028, "Member 'UMaterialSwapMeshStateForcedLodModel::ForcedLodModel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateDataFloatMap \ static_assert(alignof(UMaterialSwapMeshStateDataFloatMap) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateDataFloatMap"); \ static_assert(sizeof(UMaterialSwapMeshStateDataFloatMap) == 0x000078, "Wrong size on UMaterialSwapMeshStateDataFloatMap"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateFloatMap \ static_assert(alignof(UMaterialSwapMeshStateFloatMap) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateFloatMap"); \ static_assert(sizeof(UMaterialSwapMeshStateFloatMap) == 0x000028, "Wrong size on UMaterialSwapMeshStateFloatMap"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateTranslucencySortDistanceOffset \ static_assert(alignof(UMaterialSwapMeshStateTranslucencySortDistanceOffset) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateTranslucencySortDistanceOffset"); \ static_assert(sizeof(UMaterialSwapMeshStateTranslucencySortDistanceOffset) == 0x000030, "Wrong size on UMaterialSwapMeshStateTranslucencySortDistanceOffset"); \ static_assert(offsetof(UMaterialSwapMeshStateTranslucencySortDistanceOffset, TranslucencySortDistanceOffset) == 0x000028, "Member 'UMaterialSwapMeshStateTranslucencySortDistanceOffset::TranslucencySortDistanceOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateBoundsScale \ static_assert(alignof(UMaterialSwapMeshStateBoundsScale) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateBoundsScale"); \ static_assert(sizeof(UMaterialSwapMeshStateBoundsScale) == 0x000030, "Wrong size on UMaterialSwapMeshStateBoundsScale"); \ static_assert(offsetof(UMaterialSwapMeshStateBoundsScale, BoundsScale) == 0x000028, "Member 'UMaterialSwapMeshStateBoundsScale::BoundsScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapSphereSelectionComponent_SetColorParameter \ static_assert(alignof(MaterialSwapSphereSelectionComponent_SetColorParameter) == 0x000004, "Wrong alignment on MaterialSwapSphereSelectionComponent_SetColorParameter"); \ static_assert(sizeof(MaterialSwapSphereSelectionComponent_SetColorParameter) == 0x000018, "Wrong size on MaterialSwapSphereSelectionComponent_SetColorParameter"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_SetColorParameter, Name_0) == 0x000000, "Member 'MaterialSwapSphereSelectionComponent_SetColorParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_SetColorParameter, Value) == 0x000008, "Member 'MaterialSwapSphereSelectionComponent_SetColorParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapSphereSelectionComponent_SetParameters \ static_assert(alignof(MaterialSwapSphereSelectionComponent_SetParameters) == 0x000008, "Wrong alignment on MaterialSwapSphereSelectionComponent_SetParameters"); \ static_assert(sizeof(MaterialSwapSphereSelectionComponent_SetParameters) == 0x000050, "Wrong size on MaterialSwapSphereSelectionComponent_SetParameters"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_SetParameters, Params_0) == 0x000000, "Member 'MaterialSwapSphereSelectionComponent_SetParameters::Params_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapSphereSelectionComponent_SetScalarParameter \ static_assert(alignof(MaterialSwapSphereSelectionComponent_SetScalarParameter) == 0x000004, "Wrong alignment on MaterialSwapSphereSelectionComponent_SetScalarParameter"); \ static_assert(sizeof(MaterialSwapSphereSelectionComponent_SetScalarParameter) == 0x00000C, "Wrong size on MaterialSwapSphereSelectionComponent_SetScalarParameter"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_SetScalarParameter, Name_0) == 0x000000, "Member 'MaterialSwapSphereSelectionComponent_SetScalarParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_SetScalarParameter, Value) == 0x000008, "Member 'MaterialSwapSphereSelectionComponent_SetScalarParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapSphereSelectionComponent_SetTextureParameter \ static_assert(alignof(MaterialSwapSphereSelectionComponent_SetTextureParameter) == 0x000008, "Wrong alignment on MaterialSwapSphereSelectionComponent_SetTextureParameter"); \ static_assert(sizeof(MaterialSwapSphereSelectionComponent_SetTextureParameter) == 0x000010, "Wrong size on MaterialSwapSphereSelectionComponent_SetTextureParameter"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_SetTextureParameter, Name_0) == 0x000000, "Member 'MaterialSwapSphereSelectionComponent_SetTextureParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_SetTextureParameter, Value) == 0x000008, "Member 'MaterialSwapSphereSelectionComponent_SetTextureParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapSphereSelectionComponent_SetVector4Parameter \ static_assert(alignof(MaterialSwapSphereSelectionComponent_SetVector4Parameter) == 0x000010, "Wrong alignment on MaterialSwapSphereSelectionComponent_SetVector4Parameter"); \ static_assert(sizeof(MaterialSwapSphereSelectionComponent_SetVector4Parameter) == 0x000020, "Wrong size on MaterialSwapSphereSelectionComponent_SetVector4Parameter"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_SetVector4Parameter, Name_0) == 0x000000, "Member 'MaterialSwapSphereSelectionComponent_SetVector4Parameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_SetVector4Parameter, Value) == 0x000010, "Member 'MaterialSwapSphereSelectionComponent_SetVector4Parameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapSphereSelectionComponent_SetVectorParameter \ static_assert(alignof(MaterialSwapSphereSelectionComponent_SetVectorParameter) == 0x000004, "Wrong alignment on MaterialSwapSphereSelectionComponent_SetVectorParameter"); \ static_assert(sizeof(MaterialSwapSphereSelectionComponent_SetVectorParameter) == 0x000014, "Wrong size on MaterialSwapSphereSelectionComponent_SetVectorParameter"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_SetVectorParameter, Name_0) == 0x000000, "Member 'MaterialSwapSphereSelectionComponent_SetVectorParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_SetVectorParameter, Value) == 0x000008, "Member 'MaterialSwapSphereSelectionComponent_SetVectorParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapSphereSelectionComponent_StartSwapping \ static_assert(alignof(MaterialSwapSphereSelectionComponent_StartSwapping) == 0x000008, "Wrong alignment on MaterialSwapSphereSelectionComponent_StartSwapping"); \ static_assert(sizeof(MaterialSwapSphereSelectionComponent_StartSwapping) == 0x000180, "Wrong size on MaterialSwapSphereSelectionComponent_StartSwapping"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_StartSwapping, NewSwapInfo) == 0x000000, "Member 'MaterialSwapSphereSelectionComponent_StartSwapping::NewSwapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapSphereSelectionComponent_GetCurrentSwapInfo \ static_assert(alignof(MaterialSwapSphereSelectionComponent_GetCurrentSwapInfo) == 0x000008, "Wrong alignment on MaterialSwapSphereSelectionComponent_GetCurrentSwapInfo"); \ static_assert(sizeof(MaterialSwapSphereSelectionComponent_GetCurrentSwapInfo) == 0x000180, "Wrong size on MaterialSwapSphereSelectionComponent_GetCurrentSwapInfo"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_GetCurrentSwapInfo, CurrentSwapInfo) == 0x000000, "Member 'MaterialSwapSphereSelectionComponent_GetCurrentSwapInfo::CurrentSwapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapSphereSelectionComponent_IsInside \ static_assert(alignof(MaterialSwapSphereSelectionComponent_IsInside) == 0x000008, "Wrong alignment on MaterialSwapSphereSelectionComponent_IsInside"); \ static_assert(sizeof(MaterialSwapSphereSelectionComponent_IsInside) == 0x000010, "Wrong size on MaterialSwapSphereSelectionComponent_IsInside"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_IsInside, Actor) == 0x000000, "Member 'MaterialSwapSphereSelectionComponent_IsInside::Actor' has a wrong offset!"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_IsInside, ReturnValue) == 0x000008, "Member 'MaterialSwapSphereSelectionComponent_IsInside::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapSphereSelectionComponent_IsWeatherOnly \ static_assert(alignof(MaterialSwapSphereSelectionComponent_IsWeatherOnly) == 0x000001, "Wrong alignment on MaterialSwapSphereSelectionComponent_IsWeatherOnly"); \ static_assert(sizeof(MaterialSwapSphereSelectionComponent_IsWeatherOnly) == 0x000001, "Wrong size on MaterialSwapSphereSelectionComponent_IsWeatherOnly"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_IsWeatherOnly, OnlySwappingWeather) == 0x000000, "Member 'MaterialSwapSphereSelectionComponent_IsWeatherOnly::OnlySwappingWeather' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapSphereSelectionComponent_Swapped \ static_assert(alignof(MaterialSwapSphereSelectionComponent_Swapped) == 0x000004, "Wrong alignment on MaterialSwapSphereSelectionComponent_Swapped"); \ static_assert(sizeof(MaterialSwapSphereSelectionComponent_Swapped) == 0x000004, "Wrong size on MaterialSwapSphereSelectionComponent_Swapped"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_Swapped, ReturnValue) == 0x000000, "Member 'MaterialSwapSphereSelectionComponent_Swapped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialSwapSphereSelectionComponent_Swapping \ static_assert(alignof(MaterialSwapSphereSelectionComponent_Swapping) == 0x000001, "Wrong alignment on MaterialSwapSphereSelectionComponent_Swapping"); \ static_assert(sizeof(MaterialSwapSphereSelectionComponent_Swapping) == 0x000001, "Wrong size on MaterialSwapSphereSelectionComponent_Swapping"); \ static_assert(offsetof(MaterialSwapSphereSelectionComponent_Swapping, ReturnValue) == 0x000000, "Member 'MaterialSwapSphereSelectionComponent_Swapping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapSphereSelectionComponent \ static_assert(alignof(UMaterialSwapSphereSelectionComponent) == 0x000010, "Wrong alignment on UMaterialSwapSphereSelectionComponent"); \ static_assert(sizeof(UMaterialSwapSphereSelectionComponent) == 0x000500, "Wrong size on UMaterialSwapSphereSelectionComponent"); \ static_assert(offsetof(UMaterialSwapSphereSelectionComponent, SphereType) == 0x000218, "Member 'UMaterialSwapSphereSelectionComponent::SphereType' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapSphereSelectionComponent, ManualPosition) == 0x00021C, "Member 'UMaterialSwapSphereSelectionComponent::ManualPosition' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapSphereSelectionComponent, SphereRadiusMeters) == 0x000228, "Member 'UMaterialSwapSphereSelectionComponent::SphereRadiusMeters' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapSphereSelectionComponent, UnswapDelaySeconds) == 0x00022C, "Member 'UMaterialSwapSphereSelectionComponent::UnswapDelaySeconds' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapSphereSelectionComponent, ActorEventRules) == 0x000230, "Member 'UMaterialSwapSphereSelectionComponent::ActorEventRules' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapSphereSelectionComponent, ActorEventDelegate) == 0x000270, "Member 'UMaterialSwapSphereSelectionComponent::ActorEventDelegate' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapSphereSelectionComponent, SwapSphereMaterialParameter) == 0x000298, "Member 'UMaterialSwapSphereSelectionComponent::SwapSphereMaterialParameter' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapSphereSelectionComponent, bSwapSphereMaterialParameter) == 0x0002A0, "Member 'UMaterialSwapSphereSelectionComponent::bSwapSphereMaterialParameter' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapSphereSelectionComponent, bSwapOwner) == 0x0002A1, "Member 'UMaterialSwapSphereSelectionComponent::bSwapOwner' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapSphereSelectionComponent, SwapInfo) == 0x0002A8, "Member 'UMaterialSwapSphereSelectionComponent::SwapInfo' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapSphereSelectionComponent, MaterialSwaps) == 0x000428, "Member 'UMaterialSwapSphereSelectionComponent::MaterialSwaps' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapSphereSelectionComponent, ActorsInside) == 0x000478, "Member 'UMaterialSwapSphereSelectionComponent::ActorsInside' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapSphereSelectionComponent, SwapSphereMaterialParameterValue) == 0x0004D0, "Member 'UMaterialSwapSphereSelectionComponent::SwapSphereMaterialParameterValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapSphereSelectionComponent, bSwapping) == 0x0004E0, "Member 'UMaterialSwapSphereSelectionComponent::bSwapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMaterialPermuterUnswapInterface \ static_assert(alignof(IMaterialPermuterUnswapInterface) == 0x000001, "Wrong alignment on IMaterialPermuterUnswapInterface"); \ static_assert(sizeof(IMaterialPermuterUnswapInterface) == 0x000001, "Wrong size on IMaterialPermuterUnswapInterface"); \ #define DUMPER7_ASSERTS_USimpleDataSet \ static_assert(alignof(USimpleDataSet) == 0x000008, "Wrong alignment on USimpleDataSet"); \ static_assert(sizeof(USimpleDataSet) == 0x0000A8, "Wrong size on USimpleDataSet"); \ static_assert(offsetof(USimpleDataSet, LoadedObjects) == 0x000028, "Member 'USimpleDataSet::LoadedObjects' has a wrong offset!"); \ static_assert(offsetof(USimpleDataSet, PendingLoads) == 0x000078, "Member 'USimpleDataSet::PendingLoads' has a wrong offset!"); \ static_assert(offsetof(USimpleDataSet, PreloadState) == 0x000088, "Member 'USimpleDataSet::PreloadState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge \ static_assert(alignof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge) == 0x000008, "Wrong alignment on BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge"); \ static_assert(sizeof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge) == 0x0006E0, "Wrong size on BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, EntryPoint) == 0x000000, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000004, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000008, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetActorOwner_ReturnValue) == 0x000010, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x000018, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsBiped_Character) == 0x000020, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsBiped_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000030, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_CalculateLedgePullUpState_OutState) == 0x000041, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_CalculateLedgePullUpState_OutState' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_CalculateLedgePullUpState_OutType) == 0x000042, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_CalculateLedgePullUpState_OutType' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000043, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000044, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000045, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_CustomInputActionEvent_VariantMapHandle_1) == 0x000048, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_CustomInputActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetActorOwner_ReturnValue_1) == 0x000050, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000058, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_2) == 0x000068, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000070, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_3) == 0x000080, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_1) == 0x000088, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_4) == 0x000098, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetComponentByClass_ReturnValue) == 0x0000A0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetActorForwardVector_ReturnValue) == 0x0000A8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetActorOwner_ReturnValue_2) == 0x0000B8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_2) == 0x0000C0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_5) == 0x0000D0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x0000D8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_6) == 0x0000E8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_3) == 0x0000F0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_7) == 0x000100, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000108, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetActorForwardVector_ReturnValue_1) == 0x000110, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetActorForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x00011C, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_Event_OwnerActor_2) == 0x000120, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_Event_OwnerActor_1) == 0x000128, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsBiped_Character_1) == 0x000130, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsBiped_Character_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_8) == 0x000138, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_Event_OwnerActor) == 0x000140, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_Event_DeltaSeconds) == 0x000148, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_4) == 0x000150, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_9) == 0x000160, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsBiped_Player) == 0x000168, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_10) == 0x000170, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_5) == 0x000178, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_11) == 0x000188, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetSpeedCurve_self_CastInput) == 0x000190, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetSpeedCurve_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetSpeedCurve_bIgnoreGovernor) == 0x0001A0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetSpeedCurve_bIgnoreGovernor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetSpeedCurve_ReturnValue) == 0x0001A8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetSpeedCurve_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetClimbingLedgeState_OutType) == 0x0001B0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetClimbingLedgeState_OutType' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetActorForwardVector_ReturnValue_2) == 0x0001B4, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetActorForwardVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0001C0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetMoveStickValues_X) == 0x0001C4, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetMoveStickValues_Y) == 0x0001C8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ShouldFallOffLedge_ReturnValue) == 0x0001CC, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ShouldFallOffLedge_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetActorOwner_ReturnValue_3) == 0x0001D0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetActorOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetActorOwner_ReturnValue_4) == 0x0001D8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetActorOwner_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsBiped_Player_1) == 0x0001E0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_12) == 0x0001E8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsBiped_Character_2) == 0x0001F0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsBiped_Character_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_13) == 0x0001F8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_6) == 0x000200, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_14) == 0x000210, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000218, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_15) == 0x000228, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetClimbingLedgeState_OutType_1) == 0x000229, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetClimbingLedgeState_OutType_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x00022A, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_SwitchEnum_CmpSuccess) == 0x00022B, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_CalculateLedgePullUpState_OutState_1) == 0x00022C, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_CalculateLedgePullUpState_OutState_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_CalculateLedgePullUpState_OutType_1) == 0x00022D, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_CalculateLedgePullUpState_OutType_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_7) == 0x000230, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_16) == 0x000240, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000241, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000242, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsBiped_Character_Interface_2) == 0x000248, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsBiped_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_17) == 0x000258, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_8) == 0x000260, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_18) == 0x000270, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_2) == 0x000278, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_19) == 0x000288, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_2) == 0x000289, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_9) == 0x000290, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_20) == 0x0002A0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_20' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_10) == 0x0002A8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_21) == 0x0002B8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_21' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_11) == 0x0002C0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_22) == 0x0002D0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_22' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_3) == 0x0002D8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_23) == 0x0002E8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_23' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_3) == 0x0002E9, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_12) == 0x0002F0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_24) == 0x000300, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_24' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetActorForwardVector_ReturnValue_3) == 0x000304, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetActorForwardVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetActorForwardVector_ReturnValue_4) == 0x000310, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetActorForwardVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetMoveStickValues_X_1) == 0x00031C, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetMoveStickValues_X_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetMoveStickValues_Y_1) == 0x000320, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetMoveStickValues_Y_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetActorForwardVector_ReturnValue_5) == 0x000324, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetActorForwardVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000330, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x000331, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetAnimInstance_ReturnValue) == 0x000338, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_BooleanOR_ReturnValue) == 0x000340, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_MakeLiteralByte_ReturnValue) == 0x000341, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, Temp_name_Variable) == 0x000344, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, Temp_name_Variable_1) == 0x00034C, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_Array_RemoveItem_ReturnValue) == 0x000354, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x000358, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_Array_AddUnique_ReturnValue) == 0x00035C, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000360, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000368, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000370, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_25) == 0x000378, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_25' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000380, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_26) == 0x000390, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_26' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_SwitchEnum_CmpSuccess_1) == 0x000391, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000392, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_BTCustomActionEvent_VariantMapHandle_4) == 0x000394, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_BTCustomActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetAnimInstance_ReturnValue_2) == 0x000398, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x0003A0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x0003A8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_27) == 0x0003B8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_27' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x0003C0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_28) == 0x0003D0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_28' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x0003D8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_29) == 0x0003E8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_29' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ProcessStick_WorldSpeed) == 0x0003EC, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ProcessStick_WorldDirection) == 0x0003F0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ProcessStick_ReturnValue) == 0x0003FC, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000400, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsBiped_Character_Interface_3) == 0x000408, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsBiped_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_30) == 0x000418, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_30' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_13) == 0x000420, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_31) == 0x000430, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_31' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_14) == 0x000438, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_32) == 0x000448, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_32' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_4) == 0x000450, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_33) == 0x000460, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_33' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetClimbingLedgeState_OutType_2) == 0x000461, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetClimbingLedgeState_OutType_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_4) == 0x000462, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_SwitchEnum_CmpSuccess_2) == 0x000463, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_SwitchEnum_CmpSuccess_3) == 0x000464, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_5) == 0x000468, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_34) == 0x000478, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_34' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_6) == 0x000480, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_35) == 0x000490, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_35' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_5) == 0x000491, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_6) == 0x000492, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_7) == 0x000498, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_36) == 0x0004A8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_36' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_8) == 0x0004B0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_37) == 0x0004C0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_37' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_7) == 0x0004C1, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_8) == 0x0004C2, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_9) == 0x0004C8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_38) == 0x0004D8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_38' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_10) == 0x0004E0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_39) == 0x0004F0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_39' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_9) == 0x0004F1, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_10) == 0x0004F2, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_11) == 0x0004F8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_40) == 0x000508, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_40' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_12) == 0x000510, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_41) == 0x000520, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_41' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_11) == 0x000521, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_12) == 0x000522, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_13) == 0x000528, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_42) == 0x000538, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_42' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_14) == 0x000540, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_43) == 0x000550, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_43' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_13) == 0x000551, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_14) == 0x000552, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_15) == 0x000558, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_44) == 0x000568, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_44' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_16) == 0x000570, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_16' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_45) == 0x000580, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_45' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_15) == 0x000581, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_16) == 0x000582, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_17) == 0x000588, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_17' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_46) == 0x000598, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_46' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAble_Character_Interface_18) == 0x0005A0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAble_Character_Interface_18' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_47) == 0x0005B0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_47' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_17) == 0x0005B1, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ExecuteAbilityByClass_ReturnValue_18) == 0x0005B2, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ExecuteAbilityByClass_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetComponentByClass_ReturnValue_2) == 0x0005B8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_IsValid_ReturnValue) == 0x0005C0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetActorOwner_ReturnValue_5) == 0x0005C8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetActorOwner_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x0005D0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsBiped_Character_Interface_4) == 0x0005D8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsBiped_Character_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_48) == 0x0005E8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_48' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_15) == 0x0005F0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_49) == 0x000600, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_49' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_16) == 0x000608, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_16' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_50) == 0x000618, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_50' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000620, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetActorForwardVector_ReturnValue_6) == 0x000628, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetActorForwardVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetActorOwner_ReturnValue_6) == 0x000638, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetActorOwner_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetActorOwner_ReturnValue_7) == 0x000640, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetActorOwner_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsBiped_Player_2) == 0x000648, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_51) == 0x000650, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_51' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000658, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_17) == 0x000660, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_17' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_52) == 0x000670, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_52' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetClimbingLedgeState_OutType_3) == 0x000671, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetClimbingLedgeState_OutType_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_AsAmbulatory_Character_Interface_18) == 0x000678, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_AsAmbulatory_Character_Interface_18' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_DynamicCast_bSuccess_53) == 0x000688, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_DynamicCast_bSuccess_53' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, K2Node_SwitchEnum_CmpSuccess_4) == 0x000689, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetActorOwner_ReturnValue_8) == 0x000690, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetActorOwner_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_Square_ReturnValue) == 0x000698, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_Square_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_Square_ReturnValue_1) == 0x00069C, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_Square_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0006A0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_Add_FloatFloat_ReturnValue) == 0x0006A4, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_Sqrt_ReturnValue) == 0x0006A8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_Sqrt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetCameraRelativeDirection_Direction) == 0x0006AC, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetCameraRelativeDirection_Direction' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0006B8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_GetActorOwner_ReturnValue_9) == 0x0006C8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_GetActorOwner_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_Dot_VectorVector_ReturnValue) == 0x0006D0, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_Less_FloatFloat_ReturnValue) == 0x0006D4, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0006D5, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ShouldAutoPullUp_Result) == 0x0006D6, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ShouldAutoPullUp_Result' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_ShouldAutoPullUp_Result_1) == 0x0006D7, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_ShouldAutoPullUp_Result_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge, CallFunc_IsValid_ReturnValue_1) == 0x0006D8, "Member 'BTT_Biped_ClimbLedge_C_ExecuteUbergraph_BTT_Biped_ClimbLedge::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLedge_C_ReceiveTick \ static_assert(alignof(BTT_Biped_ClimbLedge_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_ClimbLedge_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_ClimbLedge_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_ClimbLedge_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_ClimbLedge_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_ClimbLedge_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLedge_C_ExitTask \ static_assert(alignof(BTT_Biped_ClimbLedge_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_ClimbLedge_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_ClimbLedge_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_ClimbLedge_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_ClimbLedge_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLedge_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_ClimbLedge_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_ClimbLedge_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_ClimbLedge_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_ClimbLedge_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_ClimbLedge_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbAnimCompletePartial_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbAnimCompletePartial_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbAnimCompletePartial_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbAnimCompletePartial_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbAnimCompletePartial_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbAnimCompletePartial_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbAnimCompletePartial_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbAnimComplete_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbAnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbAnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbAnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbAnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbAnimComplete_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbAnimComplete_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLedge_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(BTT_Biped_ClimbLedge_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_ClimbLedge_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_ClimbLedge_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_ClimbLedge_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ClimbLedge_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLedge_C_InpActEvt_ClimbButton_K2Node_CustomInputActionEvent_1 \ static_assert(alignof(BTT_Biped_ClimbLedge_C_InpActEvt_ClimbButton_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_ClimbLedge_C_InpActEvt_ClimbButton_K2Node_CustomInputActionEvent_1"); \ static_assert(sizeof(BTT_Biped_ClimbLedge_C_InpActEvt_ClimbButton_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_ClimbLedge_C_InpActEvt_ClimbButton_K2Node_CustomInputActionEvent_1"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_InpActEvt_ClimbButton_K2Node_CustomInputActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ClimbLedge_C_InpActEvt_ClimbButton_K2Node_CustomInputActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ClimbLedge_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLedge_C_CustActionEvt_JumpToFall_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTT_Biped_ClimbLedge_C_CustActionEvt_JumpToFall_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTT_Biped_ClimbLedge_C_CustActionEvt_JumpToFall_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTT_Biped_ClimbLedge_C_CustActionEvt_JumpToFall_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTT_Biped_ClimbLedge_C_CustActionEvt_JumpToFall_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_CustActionEvt_JumpToFall_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ClimbLedge_C_CustActionEvt_JumpToFall_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLedge_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_4 \ static_assert(alignof(BTT_Biped_ClimbLedge_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong alignment on BTT_Biped_ClimbLedge_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_4"); \ static_assert(sizeof(BTT_Biped_ClimbLedge_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong size on BTT_Biped_ClimbLedge_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_4"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ClimbLedge_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLedge_C_SetContexts \ static_assert(alignof(BTT_Biped_ClimbLedge_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_ClimbLedge_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_ClimbLedge_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_ClimbLedge_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_ClimbLedge_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLedge_C_SetRightArmState \ static_assert(alignof(BTT_Biped_ClimbLedge_C_SetRightArmState) == 0x000008, "Wrong alignment on BTT_Biped_ClimbLedge_C_SetRightArmState"); \ static_assert(sizeof(BTT_Biped_ClimbLedge_C_SetRightArmState) == 0x000048, "Wrong size on BTT_Biped_ClimbLedge_C_SetRightArmState"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_SetRightArmState, ClimbLedgeState) == 0x000000, "Member 'BTT_Biped_ClimbLedge_C_SetRightArmState::ClimbLedgeState' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_SetRightArmState, RightArmState) == 0x000001, "Member 'BTT_Biped_ClimbLedge_C_SetRightArmState::RightArmState' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_SetRightArmState, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_Biped_ClimbLedge_C_SetRightArmState::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_SetRightArmState, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'BTT_Biped_ClimbLedge_C_SetRightArmState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_SetRightArmState, K2Node_DynamicCast_AsBiped_Character) == 0x000018, "Member 'BTT_Biped_ClimbLedge_C_SetRightArmState::K2Node_DynamicCast_AsBiped_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_SetRightArmState, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_ClimbLedge_C_SetRightArmState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_SetRightArmState, CallFunc_GetAnimInstance_ReturnValue) == 0x000028, "Member 'BTT_Biped_ClimbLedge_C_SetRightArmState::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_SetRightArmState, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000030, "Member 'BTT_Biped_ClimbLedge_C_SetRightArmState::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_SetRightArmState, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_Biped_ClimbLedge_C_SetRightArmState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection \ static_assert(alignof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection) == 0x000008, "Wrong alignment on BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection"); \ static_assert(sizeof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection) == 0x0000B0, "Wrong size on BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection, X) == 0x000000, "Member 'BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection::X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection, Y) == 0x000004, "Member 'BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection::Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection, Direction) == 0x000008, "Member 'BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection::Direction' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection, CallFunc_Vector_Up_ReturnValue) == 0x000014, "Member 'BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection::CallFunc_Vector_Up_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000020, "Member 'BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection, CallFunc_GetCameraRotation_ReturnValue) == 0x000028, "Member 'BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection, CallFunc_GetForwardVector_ReturnValue) == 0x000034, "Member 'BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection, CallFunc_GetRightVector_ReturnValue) == 0x000040, "Member 'BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection, CallFunc_ProjectVectorOnToPlane_ReturnValue) == 0x00004C, "Member 'BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection::CallFunc_ProjectVectorOnToPlane_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection, CallFunc_ProjectVectorOnToPlane_ReturnValue_1) == 0x000058, "Member 'BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection::CallFunc_ProjectVectorOnToPlane_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection, CallFunc_Normal_ReturnValue) == 0x000064, "Member 'BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection, CallFunc_Normal_ReturnValue_1) == 0x000070, "Member 'BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00007C, "Member 'BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000088, "Member 'BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection, CallFunc_Add_VectorVector_ReturnValue) == 0x000094, "Member 'BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection, CallFunc_Normal_ReturnValue_2) == 0x0000A0, "Member 'BTT_Biped_ClimbLedge_C_GetCameraRelativeDirection::CallFunc_Normal_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLedge_C_RevertMovementMode \ static_assert(alignof(BTT_Biped_ClimbLedge_C_RevertMovementMode) == 0x000008, "Wrong alignment on BTT_Biped_ClimbLedge_C_RevertMovementMode"); \ static_assert(sizeof(BTT_Biped_ClimbLedge_C_RevertMovementMode) == 0x000018, "Wrong size on BTT_Biped_ClimbLedge_C_RevertMovementMode"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_RevertMovementMode, CallFunc_GetActorOwner_ReturnValue) == 0x000000, "Member 'BTT_Biped_ClimbLedge_C_RevertMovementMode::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_RevertMovementMode, K2Node_DynamicCast_AsBiped_Player) == 0x000008, "Member 'BTT_Biped_ClimbLedge_C_RevertMovementMode::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_RevertMovementMode, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTT_Biped_ClimbLedge_C_RevertMovementMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_RevertMovementMode, CallFunc_GetJumpingType_OutType) == 0x000011, "Member 'BTT_Biped_ClimbLedge_C_RevertMovementMode::CallFunc_GetJumpingType_OutType' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_RevertMovementMode, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000012, "Member 'BTT_Biped_ClimbLedge_C_RevertMovementMode::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_RevertMovementMode, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000013, "Member 'BTT_Biped_ClimbLedge_C_RevertMovementMode::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_RevertMovementMode, CallFunc_BooleanOR_ReturnValue) == 0x000014, "Member 'BTT_Biped_ClimbLedge_C_RevertMovementMode::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_RevertMovementMode, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000015, "Member 'BTT_Biped_ClimbLedge_C_RevertMovementMode::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_RevertMovementMode, CallFunc_Not_PreBool_ReturnValue) == 0x000016, "Member 'BTT_Biped_ClimbLedge_C_RevertMovementMode::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLedge_C_ShouldFallOffLedge \ static_assert(alignof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge) == 0x000010, "Wrong alignment on BTT_Biped_ClimbLedge_C_ShouldFallOffLedge"); \ static_assert(sizeof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge) == 0x000120, "Wrong size on BTT_Biped_ClimbLedge_C_ShouldFallOffLedge"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, Player) == 0x000000, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, ReturnValue) == 0x000008, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_EvaluateFilterOnActor_ReturnValue) == 0x000009, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_EvaluateFilterOnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_GetClimbingLedgeState_OutType) == 0x00000A, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_GetClimbingLedgeState_OutType' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_GetOriginalLedgeTransform_ReturnValue) == 0x000010, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_GetOriginalLedgeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000040, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_BreakTransform_Location) == 0x000044, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_BreakTransform_Rotation) == 0x000050, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_BreakTransform_Scale) == 0x00005C, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000068, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_GetLedgeTransform_LedgeTransform) == 0x000070, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_GetLedgeTransform_LedgeTransform' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_BooleanAND_ReturnValue) == 0x0000A0, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_BreakTransform_Location_1) == 0x0000A4, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_BreakTransform_Rotation_1) == 0x0000B0, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_BreakTransform_Scale_1) == 0x0000BC, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_Vector_Up_ReturnValue) == 0x0000C8, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_Vector_Up_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000D4, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_IsValid_ReturnValue) == 0x0000D8, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_LessLess_VectorRotator_ReturnValue) == 0x0000DC, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_LessLess_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x0000E8, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_Dot_VectorVector_ReturnValue_1) == 0x0000F4, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_Dot_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_Dot_VectorVector_ReturnValue_2) == 0x0000F8, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_Dot_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000FC, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_Sqrt_ReturnValue) == 0x000100, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_Sqrt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000104, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_Acos_ReturnValue) == 0x000108, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_Acos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_RadiansToDegrees_ReturnValue) == 0x00010C, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_RadiansToDegrees_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_Abs_ReturnValue) == 0x000110, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldFallOffLedge, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000114, "Member 'BTT_Biped_ClimbLedge_C_ShouldFallOffLedge::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLedge_C_ShouldAutoPullUp \ static_assert(alignof(BTT_Biped_ClimbLedge_C_ShouldAutoPullUp) == 0x000008, "Wrong alignment on BTT_Biped_ClimbLedge_C_ShouldAutoPullUp"); \ static_assert(sizeof(BTT_Biped_ClimbLedge_C_ShouldAutoPullUp) == 0x000018, "Wrong size on BTT_Biped_ClimbLedge_C_ShouldAutoPullUp"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldAutoPullUp, Result) == 0x000000, "Member 'BTT_Biped_ClimbLedge_C_ShouldAutoPullUp::Result' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldAutoPullUp, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BTT_Biped_ClimbLedge_C_ShouldAutoPullUp::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldAutoPullUp, CallFunc_IsCurrentLedgeAnOverhang_ReturnValue) == 0x000010, "Member 'BTT_Biped_ClimbLedge_C_ShouldAutoPullUp::CallFunc_IsCurrentLedgeAnOverhang_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldAutoPullUp, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'BTT_Biped_ClimbLedge_C_ShouldAutoPullUp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldAutoPullUp, CallFunc_ActorHasTag_ReturnValue) == 0x000012, "Member 'BTT_Biped_ClimbLedge_C_ShouldAutoPullUp::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldAutoPullUp, CallFunc_BooleanAND_ReturnValue) == 0x000013, "Member 'BTT_Biped_ClimbLedge_C_ShouldAutoPullUp::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLedge_C_ShouldAutoPullUp, CallFunc_BooleanOR_ReturnValue) == 0x000014, "Member 'BTT_Biped_ClimbLedge_C_ShouldAutoPullUp::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_ClimbLedge_C \ static_assert(alignof(UBTT_Biped_ClimbLedge_C) == 0x000008, "Wrong alignment on UBTT_Biped_ClimbLedge_C"); \ static_assert(sizeof(UBTT_Biped_ClimbLedge_C) == 0x000170, "Wrong size on UBTT_Biped_ClimbLedge_C"); \ static_assert(offsetof(UBTT_Biped_ClimbLedge_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_ClimbLedge_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ClimbLedge_C, StickX) == 0x000158, "Member 'UBTT_Biped_ClimbLedge_C::StickX' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ClimbLedge_C, StickY) == 0x00015C, "Member 'UBTT_Biped_ClimbLedge_C::StickY' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ClimbLedge_C, StickMag) == 0x000160, "Member 'UBTT_Biped_ClimbLedge_C::StickMag' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ClimbLedge_C, Ledge_Actor) == 0x000168, "Member 'UBTT_Biped_ClimbLedge_C::Ledge_Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelSequenceCameraSettings \ static_assert(alignof(FLevelSequenceCameraSettings) == 0x000001, "Wrong alignment on FLevelSequenceCameraSettings"); \ static_assert(sizeof(FLevelSequenceCameraSettings) == 0x000002, "Wrong size on FLevelSequenceCameraSettings"); \ static_assert(offsetof(FLevelSequenceCameraSettings, bOverrideAspectRatioAxisConstraint) == 0x000000, "Member 'FLevelSequenceCameraSettings::bOverrideAspectRatioAxisConstraint' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceCameraSettings, AspectRatioAxisConstraint) == 0x000001, "Member 'FLevelSequenceCameraSettings::AspectRatioAxisConstraint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoundActorProxy \ static_assert(alignof(FBoundActorProxy) == 0x000001, "Wrong alignment on FBoundActorProxy"); \ static_assert(sizeof(FBoundActorProxy) == 0x000001, "Wrong size on FBoundActorProxy"); \ #define DUMPER7_ASSERTS_FLevelSequenceAnimSequenceLinkItem \ static_assert(alignof(FLevelSequenceAnimSequenceLinkItem) == 0x000008, "Wrong alignment on FLevelSequenceAnimSequenceLinkItem"); \ static_assert(sizeof(FLevelSequenceAnimSequenceLinkItem) == 0x000030, "Wrong size on FLevelSequenceAnimSequenceLinkItem"); \ static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, SkelTrackGuid) == 0x000000, "Member 'FLevelSequenceAnimSequenceLinkItem::SkelTrackGuid' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, PathToAnimSequence) == 0x000010, "Member 'FLevelSequenceAnimSequenceLinkItem::PathToAnimSequence' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bExportTransforms) == 0x000028, "Member 'FLevelSequenceAnimSequenceLinkItem::bExportTransforms' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bExportCurves) == 0x000029, "Member 'FLevelSequenceAnimSequenceLinkItem::bExportCurves' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bRecordInWorldSpace) == 0x00002A, "Member 'FLevelSequenceAnimSequenceLinkItem::bRecordInWorldSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelSequenceBindingReference \ static_assert(alignof(FLevelSequenceBindingReference) == 0x000008, "Wrong alignment on FLevelSequenceBindingReference"); \ static_assert(sizeof(FLevelSequenceBindingReference) == 0x000038, "Wrong size on FLevelSequenceBindingReference"); \ static_assert(offsetof(FLevelSequenceBindingReference, PackageName) == 0x000000, "Member 'FLevelSequenceBindingReference::PackageName' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceBindingReference, ExternalObjectPath) == 0x000010, "Member 'FLevelSequenceBindingReference::ExternalObjectPath' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceBindingReference, ObjectPath) == 0x000028, "Member 'FLevelSequenceBindingReference::ObjectPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelSequenceBindingReferenceArray \ static_assert(alignof(FLevelSequenceBindingReferenceArray) == 0x000008, "Wrong alignment on FLevelSequenceBindingReferenceArray"); \ static_assert(sizeof(FLevelSequenceBindingReferenceArray) == 0x000010, "Wrong size on FLevelSequenceBindingReferenceArray"); \ static_assert(offsetof(FLevelSequenceBindingReferenceArray, References) == 0x000000, "Member 'FLevelSequenceBindingReferenceArray::References' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelSequenceBindingReferences \ static_assert(alignof(FLevelSequenceBindingReferences) == 0x000008, "Wrong alignment on FLevelSequenceBindingReferences"); \ static_assert(sizeof(FLevelSequenceBindingReferences) == 0x0000A0, "Wrong size on FLevelSequenceBindingReferences"); \ static_assert(offsetof(FLevelSequenceBindingReferences, BindingIdToReferences) == 0x000000, "Member 'FLevelSequenceBindingReferences::BindingIdToReferences' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceBindingReferences, AnimSequenceInstances) == 0x000050, "Member 'FLevelSequenceBindingReferences::AnimSequenceInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelSequenceObjectReferenceMap \ static_assert(alignof(FLevelSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FLevelSequenceObjectReferenceMap"); \ static_assert(sizeof(FLevelSequenceObjectReferenceMap) == 0x000050, "Wrong size on FLevelSequenceObjectReferenceMap"); \ #define DUMPER7_ASSERTS_FLevelSequenceLegacyObjectReference \ static_assert(alignof(FLevelSequenceLegacyObjectReference) == 0x000008, "Wrong alignment on FLevelSequenceLegacyObjectReference"); \ static_assert(sizeof(FLevelSequenceLegacyObjectReference) == 0x000020, "Wrong size on FLevelSequenceLegacyObjectReference"); \ #define DUMPER7_ASSERTS_FLevelSequenceObject \ static_assert(alignof(FLevelSequenceObject) == 0x000008, "Wrong alignment on FLevelSequenceObject"); \ static_assert(sizeof(FLevelSequenceObject) == 0x000038, "Wrong size on FLevelSequenceObject"); \ static_assert(offsetof(FLevelSequenceObject, ObjectOrOwner) == 0x000000, "Member 'FLevelSequenceObject::ObjectOrOwner' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceObject, ComponentName) == 0x000020, "Member 'FLevelSequenceObject::ComponentName' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceObject, CachedComponent) == 0x000030, "Member 'FLevelSequenceObject::CachedComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelSequenceSnapshotSettings \ static_assert(alignof(FLevelSequenceSnapshotSettings) == 0x000004, "Wrong alignment on FLevelSequenceSnapshotSettings"); \ static_assert(sizeof(FLevelSequenceSnapshotSettings) == 0x00000C, "Wrong size on FLevelSequenceSnapshotSettings"); \ static_assert(offsetof(FLevelSequenceSnapshotSettings, ZeroPadAmount) == 0x000000, "Member 'FLevelSequenceSnapshotSettings::ZeroPadAmount' has a wrong offset!"); \ static_assert(offsetof(FLevelSequenceSnapshotSettings, FrameRate) == 0x000004, "Member 'FLevelSequenceSnapshotSettings::FrameRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelSequencePlayerSnapshot \ static_assert(alignof(FLevelSequencePlayerSnapshot) == 0x000008, "Wrong alignment on FLevelSequencePlayerSnapshot"); \ static_assert(sizeof(FLevelSequencePlayerSnapshot) == 0x0000B8, "Wrong size on FLevelSequencePlayerSnapshot"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, MasterName) == 0x000000, "Member 'FLevelSequencePlayerSnapshot::MasterName' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, MasterTime) == 0x000010, "Member 'FLevelSequencePlayerSnapshot::MasterTime' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, SourceTime) == 0x000020, "Member 'FLevelSequencePlayerSnapshot::SourceTime' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, CurrentShotName) == 0x000030, "Member 'FLevelSequencePlayerSnapshot::CurrentShotName' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, CurrentShotLocalTime) == 0x000040, "Member 'FLevelSequencePlayerSnapshot::CurrentShotLocalTime' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, CurrentShotSourceTime) == 0x000050, "Member 'FLevelSequencePlayerSnapshot::CurrentShotSourceTime' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, SourceTimecode) == 0x000060, "Member 'FLevelSequencePlayerSnapshot::SourceTimecode' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, CameraComponent) == 0x000070, "Member 'FLevelSequencePlayerSnapshot::CameraComponent' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, Settings) == 0x000098, "Member 'FLevelSequencePlayerSnapshot::Settings' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, ActiveShot) == 0x0000A8, "Member 'FLevelSequencePlayerSnapshot::ActiveShot' has a wrong offset!"); \ static_assert(offsetof(FLevelSequencePlayerSnapshot, ShotID) == 0x0000B0, "Member 'FLevelSequencePlayerSnapshot::ShotID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimSequenceLevelSequenceLink \ static_assert(alignof(UAnimSequenceLevelSequenceLink) == 0x000008, "Wrong alignment on UAnimSequenceLevelSequenceLink"); \ static_assert(sizeof(UAnimSequenceLevelSequenceLink) == 0x000050, "Wrong size on UAnimSequenceLevelSequenceLink"); \ static_assert(offsetof(UAnimSequenceLevelSequenceLink, SkelTrackGuid) == 0x000028, "Member 'UAnimSequenceLevelSequenceLink::SkelTrackGuid' has a wrong offset!"); \ static_assert(offsetof(UAnimSequenceLevelSequenceLink, PathToLevelSequence) == 0x000038, "Member 'UAnimSequenceLevelSequenceLink::PathToLevelSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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) == 0x0002D0, "Wrong size on ALevelSequenceActor"); \ static_assert(offsetof(ALevelSequenceActor, PlaybackSettings) == 0x000260, "Member 'ALevelSequenceActor::PlaybackSettings' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, SequencePlayer) == 0x000278, "Member 'ALevelSequenceActor::SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, LevelSequence) == 0x000280, "Member 'ALevelSequenceActor::LevelSequence' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, CameraSettings) == 0x000298, "Member 'ALevelSequenceActor::CameraSettings' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, BurnInOptions) == 0x0002A0, "Member 'ALevelSequenceActor::BurnInOptions' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, BindingOverrides) == 0x0002A8, "Member 'ALevelSequenceActor::BindingOverrides' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, DefaultInstanceData) == 0x0002B8, "Member 'ALevelSequenceActor::DefaultInstanceData' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, BurnInInstance) == 0x0002C0, "Member 'ALevelSequenceActor::BurnInInstance' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, bShowBurnin) == 0x0002C8, "Member 'ALevelSequenceActor::bShowBurnin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULevelSequenceAnimSequenceLink \ static_assert(alignof(ULevelSequenceAnimSequenceLink) == 0x000008, "Wrong alignment on ULevelSequenceAnimSequenceLink"); \ static_assert(sizeof(ULevelSequenceAnimSequenceLink) == 0x000038, "Wrong size on ULevelSequenceAnimSequenceLink"); \ static_assert(offsetof(ULevelSequenceAnimSequenceLink, AnimSequenceLinks) == 0x000028, "Member 'ULevelSequenceAnimSequenceLink::AnimSequenceLinks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceBurnIn_SetSettings \ static_assert(alignof(LevelSequenceBurnIn_SetSettings) == 0x000008, "Wrong alignment on LevelSequenceBurnIn_SetSettings"); \ static_assert(sizeof(LevelSequenceBurnIn_SetSettings) == 0x000008, "Wrong size on LevelSequenceBurnIn_SetSettings"); \ static_assert(offsetof(LevelSequenceBurnIn_SetSettings, InSettings) == 0x000000, "Member 'LevelSequenceBurnIn_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LevelSequenceBurnIn_GetSettingsClass \ static_assert(alignof(LevelSequenceBurnIn_GetSettingsClass) == 0x000008, "Wrong alignment on LevelSequenceBurnIn_GetSettingsClass"); \ static_assert(sizeof(LevelSequenceBurnIn_GetSettingsClass) == 0x000008, "Wrong size on LevelSequenceBurnIn_GetSettingsClass"); \ static_assert(offsetof(LevelSequenceBurnIn_GetSettingsClass, ReturnValue) == 0x000000, "Member 'LevelSequenceBurnIn_GetSettingsClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULevelSequenceBurnIn \ static_assert(alignof(ULevelSequenceBurnIn) == 0x000008, "Wrong alignment on ULevelSequenceBurnIn"); \ static_assert(sizeof(ULevelSequenceBurnIn) == 0x000328, "Wrong size on ULevelSequenceBurnIn"); \ static_assert(offsetof(ULevelSequenceBurnIn, FrameInformation) == 0x000268, "Member 'ULevelSequenceBurnIn::FrameInformation' has a wrong offset!"); \ static_assert(offsetof(ULevelSequenceBurnIn, LevelSequenceActor) == 0x000320, "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) == 0x000270, "Wrong size on ALevelSequenceMediaController"); \ static_assert(offsetof(ALevelSequenceMediaController, Sequence) == 0x000250, "Member 'ALevelSequenceMediaController::Sequence' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceMediaController, MediaComponent) == 0x000258, "Member 'ALevelSequenceMediaController::MediaComponent' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceMediaController, ServerStartTimeSeconds) == 0x000260, "Member 'ALevelSequenceMediaController::ServerStartTimeSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedMIDParameter \ static_assert(alignof(FCachedMIDParameter) == 0x000004, "Wrong alignment on FCachedMIDParameter"); \ static_assert(sizeof(FCachedMIDParameter) == 0x00000C, "Wrong size on FCachedMIDParameter"); \ static_assert(offsetof(FCachedMIDParameter, Parameter) == 0x000000, "Member 'FCachedMIDParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(FCachedMIDParameter, Index) == 0x000008, "Member 'FCachedMIDParameter::Index' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedMIDParameterScalar \ static_assert(alignof(FCachedMIDParameterScalar) == 0x000004, "Wrong alignment on FCachedMIDParameterScalar"); \ static_assert(sizeof(FCachedMIDParameterScalar) == 0x000010, "Wrong size on FCachedMIDParameterScalar"); \ static_assert(offsetof(FCachedMIDParameterScalar, Value) == 0x00000C, "Member 'FCachedMIDParameterScalar::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedMIDParameterVector \ static_assert(alignof(FCachedMIDParameterVector) == 0x000004, "Wrong alignment on FCachedMIDParameterVector"); \ static_assert(sizeof(FCachedMIDParameterVector) == 0x00001C, "Wrong size on FCachedMIDParameterVector"); \ static_assert(offsetof(FCachedMIDParameterVector, Value) == 0x00000C, "Member 'FCachedMIDParameterVector::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedMIDParameters \ static_assert(alignof(FCachedMIDParameters) == 0x000008, "Wrong alignment on FCachedMIDParameters"); \ static_assert(sizeof(FCachedMIDParameters) == 0x000020, "Wrong size on FCachedMIDParameters"); \ static_assert(offsetof(FCachedMIDParameters, Scalars) == 0x000000, "Member 'FCachedMIDParameters::Scalars' has a wrong offset!"); \ static_assert(offsetof(FCachedMIDParameters, Vectors) == 0x000010, "Member 'FCachedMIDParameters::Vectors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedMIDParametersSet \ static_assert(alignof(FCachedMIDParametersSet) == 0x000008, "Wrong alignment on FCachedMIDParametersSet"); \ static_assert(sizeof(FCachedMIDParametersSet) == 0x000050, "Wrong size on FCachedMIDParametersSet"); \ static_assert(offsetof(FCachedMIDParametersSet, MIDMap) == 0x000000, "Member 'FCachedMIDParametersSet::MIDMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALandscapeDummyCamera \ static_assert(alignof(ALandscapeDummyCamera) == 0x000008, "Wrong alignment on ALandscapeDummyCamera"); \ static_assert(sizeof(ALandscapeDummyCamera) == 0x000248, "Wrong size on ALandscapeDummyCamera"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_ChickenTransformNoDeath_C_ExecuteUbergraph_ABL_RCT_NPC_ChickenTransformNoDeath \ static_assert(alignof(ABL_RCT_NPC_ChickenTransformNoDeath_C_ExecuteUbergraph_ABL_RCT_NPC_ChickenTransformNoDeath) == 0x000008, "Wrong alignment on ABL_RCT_NPC_ChickenTransformNoDeath_C_ExecuteUbergraph_ABL_RCT_NPC_ChickenTransformNoDeath"); \ static_assert(sizeof(ABL_RCT_NPC_ChickenTransformNoDeath_C_ExecuteUbergraph_ABL_RCT_NPC_ChickenTransformNoDeath) == 0x000010, "Wrong size on ABL_RCT_NPC_ChickenTransformNoDeath_C_ExecuteUbergraph_ABL_RCT_NPC_ChickenTransformNoDeath"); \ static_assert(offsetof(ABL_RCT_NPC_ChickenTransformNoDeath_C_ExecuteUbergraph_ABL_RCT_NPC_ChickenTransformNoDeath, EntryPoint) == 0x000000, "Member 'ABL_RCT_NPC_ChickenTransformNoDeath_C_ExecuteUbergraph_ABL_RCT_NPC_ChickenTransformNoDeath::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_ChickenTransformNoDeath_C_ExecuteUbergraph_ABL_RCT_NPC_ChickenTransformNoDeath, K2Node_Event_Context) == 0x000008, "Member 'ABL_RCT_NPC_ChickenTransformNoDeath_C_ExecuteUbergraph_ABL_RCT_NPC_ChickenTransformNoDeath::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_ChickenTransformNoDeath_C_OnAbilityStart \ static_assert(alignof(ABL_RCT_NPC_ChickenTransformNoDeath_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_RCT_NPC_ChickenTransformNoDeath_C_OnAbilityStart"); \ static_assert(sizeof(ABL_RCT_NPC_ChickenTransformNoDeath_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_RCT_NPC_ChickenTransformNoDeath_C_OnAbilityStart"); \ static_assert(offsetof(ABL_RCT_NPC_ChickenTransformNoDeath_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_RCT_NPC_ChickenTransformNoDeath_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_ChickenTransformNoDeath_C \ static_assert(alignof(UABL_RCT_NPC_ChickenTransformNoDeath_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_ChickenTransformNoDeath_C"); \ static_assert(sizeof(UABL_RCT_NPC_ChickenTransformNoDeath_C) == 0x0000E8, "Wrong size on UABL_RCT_NPC_ChickenTransformNoDeath_C"); \ static_assert(offsetof(UABL_RCT_NPC_ChickenTransformNoDeath_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_RCT_NPC_ChickenTransformNoDeath_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Imperio_C \ static_assert(alignof(ABP_SkinFX_Imperio_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Imperio_C"); \ static_assert(sizeof(ABP_SkinFX_Imperio_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Imperio_C"); \ #define DUMPER7_ASSERTS_FFluidSimEmitterParams \ static_assert(alignof(FFluidSimEmitterParams) == 0x000010, "Wrong alignment on FFluidSimEmitterParams"); \ static_assert(sizeof(FFluidSimEmitterParams) == 0x000040, "Wrong size on FFluidSimEmitterParams"); \ static_assert(offsetof(FFluidSimEmitterParams, EmitterMultiplier) == 0x000000, "Member 'FFluidSimEmitterParams::EmitterMultiplier' has a wrong offset!"); \ static_assert(offsetof(FFluidSimEmitterParams, EmitterDir) == 0x000010, "Member 'FFluidSimEmitterParams::EmitterDir' has a wrong offset!"); \ static_assert(offsetof(FFluidSimEmitterParams, EmitterBias) == 0x000020, "Member 'FFluidSimEmitterParams::EmitterBias' has a wrong offset!"); \ static_assert(offsetof(FFluidSimEmitterParams, MotionVectorStrength) == 0x000024, "Member 'FFluidSimEmitterParams::MotionVectorStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFluidSimParams \ static_assert(alignof(FFluidSimParams) == 0x000008, "Wrong alignment on FFluidSimParams"); \ static_assert(sizeof(FFluidSimParams) == 0x000088, "Wrong size on FFluidSimParams"); \ static_assert(offsetof(FFluidSimParams, Enabled) == 0x000000, "Member 'FFluidSimParams::Enabled' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, DrawDebugBounds) == 0x000001, "Member 'FFluidSimParams::DrawDebugBounds' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, Optimize) == 0x000002, "Member 'FFluidSimParams::Optimize' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, OptimizationThreshold) == 0x000004, "Member 'FFluidSimParams::OptimizationThreshold' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, VolumeScale) == 0x000008, "Member 'FFluidSimParams::VolumeScale' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, ComputeDimensions) == 0x000014, "Member 'FFluidSimParams::ComputeDimensions' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, ColorCurve) == 0x000020, "Member 'FFluidSimParams::ColorCurve' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, ColorCurveScale) == 0x000028, "Member 'FFluidSimParams::ColorCurveScale' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, ColorIntensity) == 0x00002C, "Member 'FFluidSimParams::ColorIntensity' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, FadeEdges) == 0x000030, "Member 'FFluidSimParams::FadeEdges' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, BuoyancyGravity) == 0x000034, "Member 'FFluidSimParams::BuoyancyGravity' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, LocalSpaceBuoyancyGravity) == 0x000040, "Member 'FFluidSimParams::LocalSpaceBuoyancyGravity' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, MotionVectorStrength) == 0x000044, "Member 'FFluidSimParams::MotionVectorStrength' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, VolumeMotion) == 0x000048, "Member 'FFluidSimParams::VolumeMotion' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, VelocityDissipation) == 0x00004C, "Member 'FFluidSimParams::VelocityDissipation' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, SourceDissipation) == 0x000050, "Member 'FFluidSimParams::SourceDissipation' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, Vorticity) == 0x000054, "Member 'FFluidSimParams::Vorticity' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, VorticityTrails) == 0x000058, "Member 'FFluidSimParams::VorticityTrails' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, TimeStep) == 0x000064, "Member 'FFluidSimParams::TimeStep' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, iterations) == 0x000068, "Member 'FFluidSimParams::iterations' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, Density) == 0x00006C, "Member 'FFluidSimParams::Density' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, SlowLighting) == 0x000071, "Member 'FFluidSimParams::SlowLighting' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, EdgeFadeScale) == 0x000074, "Member 'FFluidSimParams::EdgeFadeScale' has a wrong offset!"); \ static_assert(offsetof(FFluidSimParams, EdgeFadeBias) == 0x000078, "Member 'FFluidSimParams::EdgeFadeBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompiledFluidSimParams \ static_assert(alignof(FCompiledFluidSimParams) == 0x000008, "Wrong alignment on FCompiledFluidSimParams"); \ static_assert(sizeof(FCompiledFluidSimParams) == 0x000090, "Wrong size on FCompiledFluidSimParams"); \ static_assert(offsetof(FCompiledFluidSimParams, Params) == 0x000000, "Member 'FCompiledFluidSimParams::Params' has a wrong offset!"); \ static_assert(offsetof(FCompiledFluidSimParams, ColorMap) == 0x000088, "Member 'FCompiledFluidSimParams::ColorMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVectorFieldFluidSim \ static_assert(alignof(UVectorFieldFluidSim) == 0x000008, "Wrong alignment on UVectorFieldFluidSim"); \ static_assert(sizeof(UVectorFieldFluidSim) == 0x000060, "Wrong size on UVectorFieldFluidSim"); \ static_assert(offsetof(UVectorFieldFluidSim, SizeX) == 0x000048, "Member 'UVectorFieldFluidSim::SizeX' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldFluidSim, SizeY) == 0x00004C, "Member 'UVectorFieldFluidSim::SizeY' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldFluidSim, SizeZ) == 0x000050, "Member 'UVectorFieldFluidSim::SizeZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_GetBuoyancyGravity \ static_assert(alignof(FluidSimComponent_GetBuoyancyGravity) == 0x000004, "Wrong alignment on FluidSimComponent_GetBuoyancyGravity"); \ static_assert(sizeof(FluidSimComponent_GetBuoyancyGravity) == 0x00000C, "Wrong size on FluidSimComponent_GetBuoyancyGravity"); \ static_assert(offsetof(FluidSimComponent_GetBuoyancyGravity, ReturnValue) == 0x000000, "Member 'FluidSimComponent_GetBuoyancyGravity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_GetColorCurve \ static_assert(alignof(FluidSimComponent_GetColorCurve) == 0x000008, "Wrong alignment on FluidSimComponent_GetColorCurve"); \ static_assert(sizeof(FluidSimComponent_GetColorCurve) == 0x000008, "Wrong size on FluidSimComponent_GetColorCurve"); \ static_assert(offsetof(FluidSimComponent_GetColorCurve, ReturnValue) == 0x000000, "Member 'FluidSimComponent_GetColorCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_GetColorCurveScale \ static_assert(alignof(FluidSimComponent_GetColorCurveScale) == 0x000004, "Wrong alignment on FluidSimComponent_GetColorCurveScale"); \ static_assert(sizeof(FluidSimComponent_GetColorCurveScale) == 0x000004, "Wrong size on FluidSimComponent_GetColorCurveScale"); \ static_assert(offsetof(FluidSimComponent_GetColorCurveScale, ReturnValue) == 0x000000, "Member 'FluidSimComponent_GetColorCurveScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_GetColorIntensity \ static_assert(alignof(FluidSimComponent_GetColorIntensity) == 0x000004, "Wrong alignment on FluidSimComponent_GetColorIntensity"); \ static_assert(sizeof(FluidSimComponent_GetColorIntensity) == 0x000004, "Wrong size on FluidSimComponent_GetColorIntensity"); \ static_assert(offsetof(FluidSimComponent_GetColorIntensity, ReturnValue) == 0x000000, "Member 'FluidSimComponent_GetColorIntensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_GetComputeDimensions \ static_assert(alignof(FluidSimComponent_GetComputeDimensions) == 0x000004, "Wrong alignment on FluidSimComponent_GetComputeDimensions"); \ static_assert(sizeof(FluidSimComponent_GetComputeDimensions) == 0x00000C, "Wrong size on FluidSimComponent_GetComputeDimensions"); \ static_assert(offsetof(FluidSimComponent_GetComputeDimensions, ReturnValue) == 0x000000, "Member 'FluidSimComponent_GetComputeDimensions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_GetDensity \ static_assert(alignof(FluidSimComponent_GetDensity) == 0x000004, "Wrong alignment on FluidSimComponent_GetDensity"); \ static_assert(sizeof(FluidSimComponent_GetDensity) == 0x000004, "Wrong size on FluidSimComponent_GetDensity"); \ static_assert(offsetof(FluidSimComponent_GetDensity, ReturnValue) == 0x000000, "Member 'FluidSimComponent_GetDensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_GetDrawDebugBounds \ static_assert(alignof(FluidSimComponent_GetDrawDebugBounds) == 0x000001, "Wrong alignment on FluidSimComponent_GetDrawDebugBounds"); \ static_assert(sizeof(FluidSimComponent_GetDrawDebugBounds) == 0x000001, "Wrong size on FluidSimComponent_GetDrawDebugBounds"); \ static_assert(offsetof(FluidSimComponent_GetDrawDebugBounds, ReturnValue) == 0x000000, "Member 'FluidSimComponent_GetDrawDebugBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_GetEnabled \ static_assert(alignof(FluidSimComponent_GetEnabled) == 0x000001, "Wrong alignment on FluidSimComponent_GetEnabled"); \ static_assert(sizeof(FluidSimComponent_GetEnabled) == 0x000001, "Wrong size on FluidSimComponent_GetEnabled"); \ static_assert(offsetof(FluidSimComponent_GetEnabled, ReturnValue) == 0x000000, "Member 'FluidSimComponent_GetEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_GetFadeEdges \ static_assert(alignof(FluidSimComponent_GetFadeEdges) == 0x000001, "Wrong alignment on FluidSimComponent_GetFadeEdges"); \ static_assert(sizeof(FluidSimComponent_GetFadeEdges) == 0x000001, "Wrong size on FluidSimComponent_GetFadeEdges"); \ static_assert(offsetof(FluidSimComponent_GetFadeEdges, ReturnValue) == 0x000000, "Member 'FluidSimComponent_GetFadeEdges::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_GetMotionVectorStrength \ static_assert(alignof(FluidSimComponent_GetMotionVectorStrength) == 0x000004, "Wrong alignment on FluidSimComponent_GetMotionVectorStrength"); \ static_assert(sizeof(FluidSimComponent_GetMotionVectorStrength) == 0x000004, "Wrong size on FluidSimComponent_GetMotionVectorStrength"); \ static_assert(offsetof(FluidSimComponent_GetMotionVectorStrength, ReturnValue) == 0x000000, "Member 'FluidSimComponent_GetMotionVectorStrength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_GetTimeStep \ static_assert(alignof(FluidSimComponent_GetTimeStep) == 0x000004, "Wrong alignment on FluidSimComponent_GetTimeStep"); \ static_assert(sizeof(FluidSimComponent_GetTimeStep) == 0x000004, "Wrong size on FluidSimComponent_GetTimeStep"); \ static_assert(offsetof(FluidSimComponent_GetTimeStep, ReturnValue) == 0x000000, "Member 'FluidSimComponent_GetTimeStep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_GetVelocityDissipation \ static_assert(alignof(FluidSimComponent_GetVelocityDissipation) == 0x000004, "Wrong alignment on FluidSimComponent_GetVelocityDissipation"); \ static_assert(sizeof(FluidSimComponent_GetVelocityDissipation) == 0x000004, "Wrong size on FluidSimComponent_GetVelocityDissipation"); \ static_assert(offsetof(FluidSimComponent_GetVelocityDissipation, ReturnValue) == 0x000000, "Member 'FluidSimComponent_GetVelocityDissipation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_GetVolumeMotion \ static_assert(alignof(FluidSimComponent_GetVolumeMotion) == 0x000001, "Wrong alignment on FluidSimComponent_GetVolumeMotion"); \ static_assert(sizeof(FluidSimComponent_GetVolumeMotion) == 0x000001, "Wrong size on FluidSimComponent_GetVolumeMotion"); \ static_assert(offsetof(FluidSimComponent_GetVolumeMotion, ReturnValue) == 0x000000, "Member 'FluidSimComponent_GetVolumeMotion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_GetVolumeScale \ static_assert(alignof(FluidSimComponent_GetVolumeScale) == 0x000004, "Wrong alignment on FluidSimComponent_GetVolumeScale"); \ static_assert(sizeof(FluidSimComponent_GetVolumeScale) == 0x00000C, "Wrong size on FluidSimComponent_GetVolumeScale"); \ static_assert(offsetof(FluidSimComponent_GetVolumeScale, ReturnValue) == 0x000000, "Member 'FluidSimComponent_GetVolumeScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_GetVorticity \ static_assert(alignof(FluidSimComponent_GetVorticity) == 0x000004, "Wrong alignment on FluidSimComponent_GetVorticity"); \ static_assert(sizeof(FluidSimComponent_GetVorticity) == 0x000004, "Wrong size on FluidSimComponent_GetVorticity"); \ static_assert(offsetof(FluidSimComponent_GetVorticity, ReturnValue) == 0x000000, "Member 'FluidSimComponent_GetVorticity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_GetVorticityTrails \ static_assert(alignof(FluidSimComponent_GetVorticityTrails) == 0x000004, "Wrong alignment on FluidSimComponent_GetVorticityTrails"); \ static_assert(sizeof(FluidSimComponent_GetVorticityTrails) == 0x000004, "Wrong size on FluidSimComponent_GetVorticityTrails"); \ static_assert(offsetof(FluidSimComponent_GetVorticityTrails, ReturnValue) == 0x000000, "Member 'FluidSimComponent_GetVorticityTrails::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_SetBuoyancyGravity \ static_assert(alignof(FluidSimComponent_SetBuoyancyGravity) == 0x000004, "Wrong alignment on FluidSimComponent_SetBuoyancyGravity"); \ static_assert(sizeof(FluidSimComponent_SetBuoyancyGravity) == 0x00000C, "Wrong size on FluidSimComponent_SetBuoyancyGravity"); \ static_assert(offsetof(FluidSimComponent_SetBuoyancyGravity, BuoyancyGravityIn) == 0x000000, "Member 'FluidSimComponent_SetBuoyancyGravity::BuoyancyGravityIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_SetColorCurve \ static_assert(alignof(FluidSimComponent_SetColorCurve) == 0x000008, "Wrong alignment on FluidSimComponent_SetColorCurve"); \ static_assert(sizeof(FluidSimComponent_SetColorCurve) == 0x000008, "Wrong size on FluidSimComponent_SetColorCurve"); \ static_assert(offsetof(FluidSimComponent_SetColorCurve, ColorCurveIn) == 0x000000, "Member 'FluidSimComponent_SetColorCurve::ColorCurveIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_SetColorCurveScale \ static_assert(alignof(FluidSimComponent_SetColorCurveScale) == 0x000004, "Wrong alignment on FluidSimComponent_SetColorCurveScale"); \ static_assert(sizeof(FluidSimComponent_SetColorCurveScale) == 0x000004, "Wrong size on FluidSimComponent_SetColorCurveScale"); \ static_assert(offsetof(FluidSimComponent_SetColorCurveScale, ColorCurveScaleIn) == 0x000000, "Member 'FluidSimComponent_SetColorCurveScale::ColorCurveScaleIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_SetColorIntensity \ static_assert(alignof(FluidSimComponent_SetColorIntensity) == 0x000004, "Wrong alignment on FluidSimComponent_SetColorIntensity"); \ static_assert(sizeof(FluidSimComponent_SetColorIntensity) == 0x000004, "Wrong size on FluidSimComponent_SetColorIntensity"); \ static_assert(offsetof(FluidSimComponent_SetColorIntensity, ColorIntensityIn) == 0x000000, "Member 'FluidSimComponent_SetColorIntensity::ColorIntensityIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_SetComputeDimensions \ static_assert(alignof(FluidSimComponent_SetComputeDimensions) == 0x000004, "Wrong alignment on FluidSimComponent_SetComputeDimensions"); \ static_assert(sizeof(FluidSimComponent_SetComputeDimensions) == 0x00000C, "Wrong size on FluidSimComponent_SetComputeDimensions"); \ static_assert(offsetof(FluidSimComponent_SetComputeDimensions, ComputeDimensionsIn) == 0x000000, "Member 'FluidSimComponent_SetComputeDimensions::ComputeDimensionsIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_SetDensity \ static_assert(alignof(FluidSimComponent_SetDensity) == 0x000004, "Wrong alignment on FluidSimComponent_SetDensity"); \ static_assert(sizeof(FluidSimComponent_SetDensity) == 0x000004, "Wrong size on FluidSimComponent_SetDensity"); \ static_assert(offsetof(FluidSimComponent_SetDensity, DensityIn) == 0x000000, "Member 'FluidSimComponent_SetDensity::DensityIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_SetDrawDebugBounds \ static_assert(alignof(FluidSimComponent_SetDrawDebugBounds) == 0x000001, "Wrong alignment on FluidSimComponent_SetDrawDebugBounds"); \ static_assert(sizeof(FluidSimComponent_SetDrawDebugBounds) == 0x000001, "Wrong size on FluidSimComponent_SetDrawDebugBounds"); \ static_assert(offsetof(FluidSimComponent_SetDrawDebugBounds, DrawDebugBoundsIn) == 0x000000, "Member 'FluidSimComponent_SetDrawDebugBounds::DrawDebugBoundsIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_SetEnabled \ static_assert(alignof(FluidSimComponent_SetEnabled) == 0x000001, "Wrong alignment on FluidSimComponent_SetEnabled"); \ static_assert(sizeof(FluidSimComponent_SetEnabled) == 0x000001, "Wrong size on FluidSimComponent_SetEnabled"); \ static_assert(offsetof(FluidSimComponent_SetEnabled, EnabledIn) == 0x000000, "Member 'FluidSimComponent_SetEnabled::EnabledIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_SetFadeEdges \ static_assert(alignof(FluidSimComponent_SetFadeEdges) == 0x000001, "Wrong alignment on FluidSimComponent_SetFadeEdges"); \ static_assert(sizeof(FluidSimComponent_SetFadeEdges) == 0x000001, "Wrong size on FluidSimComponent_SetFadeEdges"); \ static_assert(offsetof(FluidSimComponent_SetFadeEdges, FadeEdgesIn) == 0x000000, "Member 'FluidSimComponent_SetFadeEdges::FadeEdgesIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_SetMotionVectorStrength \ static_assert(alignof(FluidSimComponent_SetMotionVectorStrength) == 0x000004, "Wrong alignment on FluidSimComponent_SetMotionVectorStrength"); \ static_assert(sizeof(FluidSimComponent_SetMotionVectorStrength) == 0x000004, "Wrong size on FluidSimComponent_SetMotionVectorStrength"); \ static_assert(offsetof(FluidSimComponent_SetMotionVectorStrength, MotionVectorStrengthIn) == 0x000000, "Member 'FluidSimComponent_SetMotionVectorStrength::MotionVectorStrengthIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_SetSourceDissipation \ static_assert(alignof(FluidSimComponent_SetSourceDissipation) == 0x000004, "Wrong alignment on FluidSimComponent_SetSourceDissipation"); \ static_assert(sizeof(FluidSimComponent_SetSourceDissipation) == 0x000004, "Wrong size on FluidSimComponent_SetSourceDissipation"); \ static_assert(offsetof(FluidSimComponent_SetSourceDissipation, SourceDissipationIn) == 0x000000, "Member 'FluidSimComponent_SetSourceDissipation::SourceDissipationIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_SetTimeStep \ static_assert(alignof(FluidSimComponent_SetTimeStep) == 0x000004, "Wrong alignment on FluidSimComponent_SetTimeStep"); \ static_assert(sizeof(FluidSimComponent_SetTimeStep) == 0x000004, "Wrong size on FluidSimComponent_SetTimeStep"); \ static_assert(offsetof(FluidSimComponent_SetTimeStep, TimeStepIn) == 0x000000, "Member 'FluidSimComponent_SetTimeStep::TimeStepIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_SetVelocityDissipation \ static_assert(alignof(FluidSimComponent_SetVelocityDissipation) == 0x000004, "Wrong alignment on FluidSimComponent_SetVelocityDissipation"); \ static_assert(sizeof(FluidSimComponent_SetVelocityDissipation) == 0x000004, "Wrong size on FluidSimComponent_SetVelocityDissipation"); \ static_assert(offsetof(FluidSimComponent_SetVelocityDissipation, VelocityDissipationIn) == 0x000000, "Member 'FluidSimComponent_SetVelocityDissipation::VelocityDissipationIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_SetVolumeMotion \ static_assert(alignof(FluidSimComponent_SetVolumeMotion) == 0x000001, "Wrong alignment on FluidSimComponent_SetVolumeMotion"); \ static_assert(sizeof(FluidSimComponent_SetVolumeMotion) == 0x000001, "Wrong size on FluidSimComponent_SetVolumeMotion"); \ static_assert(offsetof(FluidSimComponent_SetVolumeMotion, VolumeMotionIn) == 0x000000, "Member 'FluidSimComponent_SetVolumeMotion::VolumeMotionIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_SetVolumeScale \ static_assert(alignof(FluidSimComponent_SetVolumeScale) == 0x000004, "Wrong alignment on FluidSimComponent_SetVolumeScale"); \ static_assert(sizeof(FluidSimComponent_SetVolumeScale) == 0x00000C, "Wrong size on FluidSimComponent_SetVolumeScale"); \ static_assert(offsetof(FluidSimComponent_SetVolumeScale, VolumeScaleIn) == 0x000000, "Member 'FluidSimComponent_SetVolumeScale::VolumeScaleIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_SetVorticity \ static_assert(alignof(FluidSimComponent_SetVorticity) == 0x000004, "Wrong alignment on FluidSimComponent_SetVorticity"); \ static_assert(sizeof(FluidSimComponent_SetVorticity) == 0x000004, "Wrong size on FluidSimComponent_SetVorticity"); \ static_assert(offsetof(FluidSimComponent_SetVorticity, VorticityIn) == 0x000000, "Member 'FluidSimComponent_SetVorticity::VorticityIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimComponent_SetVorticityTrails \ static_assert(alignof(FluidSimComponent_SetVorticityTrails) == 0x000004, "Wrong alignment on FluidSimComponent_SetVorticityTrails"); \ static_assert(sizeof(FluidSimComponent_SetVorticityTrails) == 0x000004, "Wrong size on FluidSimComponent_SetVorticityTrails"); \ static_assert(offsetof(FluidSimComponent_SetVorticityTrails, VorticityTrailsIn) == 0x000000, "Member 'FluidSimComponent_SetVorticityTrails::VorticityTrailsIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFluidSimComponent \ static_assert(alignof(UFluidSimComponent) == 0x000010, "Wrong alignment on UFluidSimComponent"); \ static_assert(sizeof(UFluidSimComponent) == 0x0002C0, "Wrong size on UFluidSimComponent"); \ static_assert(offsetof(UFluidSimComponent, FluidSimParams) == 0x000218, "Member 'UFluidSimComponent::FluidSimParams' has a wrong offset!"); \ static_assert(offsetof(UFluidSimComponent, ColorMap) == 0x0002A0, "Member 'UFluidSimComponent::ColorMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVectorFieldFluidSimComponent \ static_assert(alignof(UVectorFieldFluidSimComponent) == 0x000010, "Wrong alignment on UVectorFieldFluidSimComponent"); \ static_assert(sizeof(UVectorFieldFluidSimComponent) == 0x000500, "Wrong size on UVectorFieldFluidSimComponent"); \ static_assert(offsetof(UVectorFieldFluidSimComponent, FluidSimVectorField) == 0x0004F0, "Member 'UVectorFieldFluidSimComponent::FluidSimVectorField' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimEmitterComponent_GetEmitterBias \ static_assert(alignof(FluidSimEmitterComponent_GetEmitterBias) == 0x000004, "Wrong alignment on FluidSimEmitterComponent_GetEmitterBias"); \ static_assert(sizeof(FluidSimEmitterComponent_GetEmitterBias) == 0x000004, "Wrong size on FluidSimEmitterComponent_GetEmitterBias"); \ static_assert(offsetof(FluidSimEmitterComponent_GetEmitterBias, ReturnValue) == 0x000000, "Member 'FluidSimEmitterComponent_GetEmitterBias::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimEmitterComponent_GetEmitterDir \ static_assert(alignof(FluidSimEmitterComponent_GetEmitterDir) == 0x000010, "Wrong alignment on FluidSimEmitterComponent_GetEmitterDir"); \ static_assert(sizeof(FluidSimEmitterComponent_GetEmitterDir) == 0x000010, "Wrong size on FluidSimEmitterComponent_GetEmitterDir"); \ static_assert(offsetof(FluidSimEmitterComponent_GetEmitterDir, ReturnValue) == 0x000000, "Member 'FluidSimEmitterComponent_GetEmitterDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimEmitterComponent_GetEmitterMultiplier \ static_assert(alignof(FluidSimEmitterComponent_GetEmitterMultiplier) == 0x000004, "Wrong alignment on FluidSimEmitterComponent_GetEmitterMultiplier"); \ static_assert(sizeof(FluidSimEmitterComponent_GetEmitterMultiplier) == 0x000004, "Wrong size on FluidSimEmitterComponent_GetEmitterMultiplier"); \ static_assert(offsetof(FluidSimEmitterComponent_GetEmitterMultiplier, ReturnValue) == 0x000000, "Member 'FluidSimEmitterComponent_GetEmitterMultiplier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimEmitterComponent_GetMotionVectorStrength \ static_assert(alignof(FluidSimEmitterComponent_GetMotionVectorStrength) == 0x000004, "Wrong alignment on FluidSimEmitterComponent_GetMotionVectorStrength"); \ static_assert(sizeof(FluidSimEmitterComponent_GetMotionVectorStrength) == 0x000004, "Wrong size on FluidSimEmitterComponent_GetMotionVectorStrength"); \ static_assert(offsetof(FluidSimEmitterComponent_GetMotionVectorStrength, ReturnValue) == 0x000000, "Member 'FluidSimEmitterComponent_GetMotionVectorStrength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimEmitterComponent_SetEmitterBias \ static_assert(alignof(FluidSimEmitterComponent_SetEmitterBias) == 0x000004, "Wrong alignment on FluidSimEmitterComponent_SetEmitterBias"); \ static_assert(sizeof(FluidSimEmitterComponent_SetEmitterBias) == 0x000004, "Wrong size on FluidSimEmitterComponent_SetEmitterBias"); \ static_assert(offsetof(FluidSimEmitterComponent_SetEmitterBias, EmitterBiasIn) == 0x000000, "Member 'FluidSimEmitterComponent_SetEmitterBias::EmitterBiasIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimEmitterComponent_SetEmitterDir \ static_assert(alignof(FluidSimEmitterComponent_SetEmitterDir) == 0x000010, "Wrong alignment on FluidSimEmitterComponent_SetEmitterDir"); \ static_assert(sizeof(FluidSimEmitterComponent_SetEmitterDir) == 0x000010, "Wrong size on FluidSimEmitterComponent_SetEmitterDir"); \ static_assert(offsetof(FluidSimEmitterComponent_SetEmitterDir, EmitterDirIn) == 0x000000, "Member 'FluidSimEmitterComponent_SetEmitterDir::EmitterDirIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimEmitterComponent_SetEmitterMultiplier \ static_assert(alignof(FluidSimEmitterComponent_SetEmitterMultiplier) == 0x000004, "Wrong alignment on FluidSimEmitterComponent_SetEmitterMultiplier"); \ static_assert(sizeof(FluidSimEmitterComponent_SetEmitterMultiplier) == 0x000004, "Wrong size on FluidSimEmitterComponent_SetEmitterMultiplier"); \ static_assert(offsetof(FluidSimEmitterComponent_SetEmitterMultiplier, EmitterMultiplierIn) == 0x000000, "Member 'FluidSimEmitterComponent_SetEmitterMultiplier::EmitterMultiplierIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimEmitterComponent_SetEmitterPos \ static_assert(alignof(FluidSimEmitterComponent_SetEmitterPos) == 0x000010, "Wrong alignment on FluidSimEmitterComponent_SetEmitterPos"); \ static_assert(sizeof(FluidSimEmitterComponent_SetEmitterPos) == 0x000010, "Wrong size on FluidSimEmitterComponent_SetEmitterPos"); \ static_assert(offsetof(FluidSimEmitterComponent_SetEmitterPos, EmitterPosIn) == 0x000000, "Member 'FluidSimEmitterComponent_SetEmitterPos::EmitterPosIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimEmitterComponent_SetMotionVectorStrength \ static_assert(alignof(FluidSimEmitterComponent_SetMotionVectorStrength) == 0x000004, "Wrong alignment on FluidSimEmitterComponent_SetMotionVectorStrength"); \ static_assert(sizeof(FluidSimEmitterComponent_SetMotionVectorStrength) == 0x000004, "Wrong size on FluidSimEmitterComponent_SetMotionVectorStrength"); \ static_assert(offsetof(FluidSimEmitterComponent_SetMotionVectorStrength, MotionVectorStrengthIn) == 0x000000, "Member 'FluidSimEmitterComponent_SetMotionVectorStrength::MotionVectorStrengthIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFluidSimEmitterComponent \ static_assert(alignof(UFluidSimEmitterComponent) == 0x000010, "Wrong alignment on UFluidSimEmitterComponent"); \ static_assert(sizeof(UFluidSimEmitterComponent) == 0x000560, "Wrong size on UFluidSimEmitterComponent"); \ static_assert(offsetof(UFluidSimEmitterComponent, EmitterParams) == 0x000520, "Member 'UFluidSimEmitterComponent::EmitterParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimRadialForceComponent_GetRadialForce \ static_assert(alignof(FluidSimRadialForceComponent_GetRadialForce) == 0x000004, "Wrong alignment on FluidSimRadialForceComponent_GetRadialForce"); \ static_assert(sizeof(FluidSimRadialForceComponent_GetRadialForce) == 0x000004, "Wrong size on FluidSimRadialForceComponent_GetRadialForce"); \ static_assert(offsetof(FluidSimRadialForceComponent_GetRadialForce, ReturnValue) == 0x000000, "Member 'FluidSimRadialForceComponent_GetRadialForce::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FluidSimRadialForceComponent_SetRadialForce \ static_assert(alignof(FluidSimRadialForceComponent_SetRadialForce) == 0x000004, "Wrong alignment on FluidSimRadialForceComponent_SetRadialForce"); \ static_assert(sizeof(FluidSimRadialForceComponent_SetRadialForce) == 0x000004, "Wrong size on FluidSimRadialForceComponent_SetRadialForce"); \ static_assert(offsetof(FluidSimRadialForceComponent_SetRadialForce, ForceIn) == 0x000000, "Member 'FluidSimRadialForceComponent_SetRadialForce::ForceIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFluidSimRadialForceComponent \ static_assert(alignof(UFluidSimRadialForceComponent) == 0x000010, "Wrong alignment on UFluidSimRadialForceComponent"); \ static_assert(sizeof(UFluidSimRadialForceComponent) == 0x0004B0, "Wrong size on UFluidSimRadialForceComponent"); \ static_assert(offsetof(UFluidSimRadialForceComponent, Force) == 0x0004A0, "Member 'UFluidSimRadialForceComponent::Force' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFluidSimActor \ static_assert(alignof(AFluidSimActor) == 0x000008, "Wrong alignment on AFluidSimActor"); \ static_assert(sizeof(AFluidSimActor) == 0x000258, "Wrong size on AFluidSimActor"); \ static_assert(offsetof(AFluidSimActor, FluidSimComponent) == 0x000248, "Member 'AFluidSimActor::FluidSimComponent' has a wrong offset!"); \ static_assert(offsetof(AFluidSimActor, FluidSimEmitter) == 0x000250, "Member 'AFluidSimActor::FluidSimEmitter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFluidSimBlueprintLibrary \ static_assert(alignof(UFluidSimBlueprintLibrary) == 0x000008, "Wrong alignment on UFluidSimBlueprintLibrary"); \ static_assert(sizeof(UFluidSimBlueprintLibrary) == 0x000028, "Wrong size on UFluidSimBlueprintLibrary"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsWeatherCoverageParams \ static_assert(alignof(FVolumetricCloudsWeatherCoverageParams) == 0x000004, "Wrong alignment on FVolumetricCloudsWeatherCoverageParams"); \ static_assert(sizeof(FVolumetricCloudsWeatherCoverageParams) == 0x000038, "Wrong size on FVolumetricCloudsWeatherCoverageParams"); \ static_assert(offsetof(FVolumetricCloudsWeatherCoverageParams, Chance) == 0x000000, "Member 'FVolumetricCloudsWeatherCoverageParams::Chance' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherCoverageParams, Focus) == 0x000004, "Member 'FVolumetricCloudsWeatherCoverageParams::Focus' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherCoverageParams, Intensity) == 0x000008, "Member 'FVolumetricCloudsWeatherCoverageParams::Intensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherCoverageParams, PerlinScale) == 0x00000C, "Member 'FVolumetricCloudsWeatherCoverageParams::PerlinScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherCoverageParams, PerlinIntensity) == 0x000018, "Member 'FVolumetricCloudsWeatherCoverageParams::PerlinIntensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherCoverageParams, WorleyScale) == 0x00001C, "Member 'FVolumetricCloudsWeatherCoverageParams::WorleyScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherCoverageParams, WorleyIntensity) == 0x000028, "Member 'FVolumetricCloudsWeatherCoverageParams::WorleyIntensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherCoverageParams, Offset) == 0x00002C, "Member 'FVolumetricCloudsWeatherCoverageParams::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsWeatherTypeParams \ static_assert(alignof(FVolumetricCloudsWeatherTypeParams) == 0x000004, "Wrong alignment on FVolumetricCloudsWeatherTypeParams"); \ static_assert(sizeof(FVolumetricCloudsWeatherTypeParams) == 0x000024, "Wrong size on FVolumetricCloudsWeatherTypeParams"); \ static_assert(offsetof(FVolumetricCloudsWeatherTypeParams, Chance) == 0x000000, "Member 'FVolumetricCloudsWeatherTypeParams::Chance' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherTypeParams, Focus) == 0x000004, "Member 'FVolumetricCloudsWeatherTypeParams::Focus' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherTypeParams, Intensity) == 0x000008, "Member 'FVolumetricCloudsWeatherTypeParams::Intensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherTypeParams, Scale) == 0x00000C, "Member 'FVolumetricCloudsWeatherTypeParams::Scale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherTypeParams, Offset) == 0x000018, "Member 'FVolumetricCloudsWeatherTypeParams::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsWeatherPrecipitationParams \ static_assert(alignof(FVolumetricCloudsWeatherPrecipitationParams) == 0x000004, "Wrong alignment on FVolumetricCloudsWeatherPrecipitationParams"); \ static_assert(sizeof(FVolumetricCloudsWeatherPrecipitationParams) == 0x000024, "Wrong size on FVolumetricCloudsWeatherPrecipitationParams"); \ static_assert(offsetof(FVolumetricCloudsWeatherPrecipitationParams, Chance) == 0x000000, "Member 'FVolumetricCloudsWeatherPrecipitationParams::Chance' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherPrecipitationParams, Focus) == 0x000004, "Member 'FVolumetricCloudsWeatherPrecipitationParams::Focus' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherPrecipitationParams, Intensity) == 0x000008, "Member 'FVolumetricCloudsWeatherPrecipitationParams::Intensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherPrecipitationParams, Scale) == 0x00000C, "Member 'FVolumetricCloudsWeatherPrecipitationParams::Scale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherPrecipitationParams, Offset) == 0x000018, "Member 'FVolumetricCloudsWeatherPrecipitationParams::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsHighAltitudeParams \ static_assert(alignof(FVolumetricCloudsHighAltitudeParams) == 0x000008, "Wrong alignment on FVolumetricCloudsHighAltitudeParams"); \ static_assert(sizeof(FVolumetricCloudsHighAltitudeParams) == 0x000040, "Wrong size on FVolumetricCloudsHighAltitudeParams"); \ static_assert(offsetof(FVolumetricCloudsHighAltitudeParams, Chance) == 0x000000, "Member 'FVolumetricCloudsHighAltitudeParams::Chance' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsHighAltitudeParams, Focus) == 0x000004, "Member 'FVolumetricCloudsHighAltitudeParams::Focus' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsHighAltitudeParams, Intensity) == 0x000008, "Member 'FVolumetricCloudsHighAltitudeParams::Intensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsHighAltitudeParams, Scale) == 0x00000C, "Member 'FVolumetricCloudsHighAltitudeParams::Scale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsHighAltitudeParams, Offset) == 0x000018, "Member 'FVolumetricCloudsHighAltitudeParams::Offset' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsHighAltitudeParams, ChannelPackedTexture) == 0x000028, "Member 'FVolumetricCloudsHighAltitudeParams::ChannelPackedTexture' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsHighAltitudeParams, TextureScale) == 0x000030, "Member 'FVolumetricCloudsHighAltitudeParams::TextureScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsHighAltitudeParams, ChannelMask) == 0x000034, "Member 'FVolumetricCloudsHighAltitudeParams::ChannelMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsDetailParams \ static_assert(alignof(FVolumetricCloudsDetailParams) == 0x000004, "Wrong alignment on FVolumetricCloudsDetailParams"); \ static_assert(sizeof(FVolumetricCloudsDetailParams) == 0x000028, "Wrong size on FVolumetricCloudsDetailParams"); \ static_assert(offsetof(FVolumetricCloudsDetailParams, Density) == 0x000000, "Member 'FVolumetricCloudsDetailParams::Density' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsDetailParams, WeatherScale) == 0x000004, "Member 'FVolumetricCloudsDetailParams::WeatherScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsDetailParams, ShapeScale) == 0x000008, "Member 'FVolumetricCloudsDetailParams::ShapeScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsDetailParams, ErosionDetail) == 0x00000C, "Member 'FVolumetricCloudsDetailParams::ErosionDetail' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsDetailParams, ErosionDetailScale) == 0x000010, "Member 'FVolumetricCloudsDetailParams::ErosionDetailScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsDetailParams, AnvilBias) == 0x000014, "Member 'FVolumetricCloudsDetailParams::AnvilBias' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsDetailParams, LayerRadius) == 0x000018, "Member 'FVolumetricCloudsDetailParams::LayerRadius' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsDetailParams, LayerVerticalHeight) == 0x00001C, "Member 'FVolumetricCloudsDetailParams::LayerVerticalHeight' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsDetailParams, LayerAltitudeOffset) == 0x000020, "Member 'FVolumetricCloudsDetailParams::LayerAltitudeOffset' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsDetailParams, CoverageCameraFade) == 0x000024, "Member 'FVolumetricCloudsDetailParams::CoverageCameraFade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsPresetParams \ static_assert(alignof(FVolumetricCloudsPresetParams) == 0x000008, "Wrong alignment on FVolumetricCloudsPresetParams"); \ static_assert(sizeof(FVolumetricCloudsPresetParams) == 0x000108, "Wrong size on FVolumetricCloudsPresetParams"); \ static_assert(offsetof(FVolumetricCloudsPresetParams, WeatherCoverage) == 0x000008, "Member 'FVolumetricCloudsPresetParams::WeatherCoverage' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsPresetParams, WeatherType) == 0x000040, "Member 'FVolumetricCloudsPresetParams::WeatherType' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsPresetParams, WeatherPrecipitation) == 0x000064, "Member 'FVolumetricCloudsPresetParams::WeatherPrecipitation' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsPresetParams, HighAltitude) == 0x000088, "Member 'FVolumetricCloudsPresetParams::HighAltitude' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsPresetParams, Detail) == 0x0000C8, "Member 'FVolumetricCloudsPresetParams::Detail' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsPresetParams, OverrideWeather) == 0x0000F0, "Member 'FVolumetricCloudsPresetParams::OverrideWeather' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsPresetParams, OverrideTypeLut) == 0x0000F8, "Member 'FVolumetricCloudsPresetParams::OverrideTypeLut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsLightingParams \ static_assert(alignof(FVolumetricCloudsLightingParams) == 0x000004, "Wrong alignment on FVolumetricCloudsLightingParams"); \ static_assert(sizeof(FVolumetricCloudsLightingParams) == 0x000070, "Wrong size on FVolumetricCloudsLightingParams"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, Ambient) == 0x000000, "Member 'FVolumetricCloudsLightingParams::Ambient' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, light) == 0x000004, "Member 'FVolumetricCloudsLightingParams::light' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, Extinction) == 0x000008, "Member 'FVolumetricCloudsLightingParams::Extinction' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, PowderExtinction) == 0x00000C, "Member 'FVolumetricCloudsLightingParams::PowderExtinction' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, PowderStrength) == 0x000010, "Member 'FVolumetricCloudsLightingParams::PowderStrength' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, FinalOutput) == 0x000014, "Member 'FVolumetricCloudsLightingParams::FinalOutput' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, SkyLightCloudsOutput) == 0x000018, "Member 'FVolumetricCloudsLightingParams::SkyLightCloudsOutput' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, SkyLightCloudsAlpha) == 0x00001C, "Member 'FVolumetricCloudsLightingParams::SkyLightCloudsAlpha' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, SkyLightDesaturate) == 0x000020, "Member 'FVolumetricCloudsLightingParams::SkyLightDesaturate' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, SkyLightGroundColor) == 0x000024, "Member 'FVolumetricCloudsLightingParams::SkyLightGroundColor' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, ShadowScale) == 0x000034, "Member 'FVolumetricCloudsLightingParams::ShadowScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, ShadowMapCloudShadowDensity) == 0x000038, "Member 'FVolumetricCloudsLightingParams::ShadowMapCloudShadowDensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, RayMarchCloudShadowScale) == 0x00003C, "Member 'FVolumetricCloudsLightingParams::RayMarchCloudShadowScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, RayMarchShadowDensity) == 0x000040, "Member 'FVolumetricCloudsLightingParams::RayMarchShadowDensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, SkyLightShadowDensity) == 0x000044, "Member 'FVolumetricCloudsLightingParams::SkyLightShadowDensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, FogDensityMultiplier) == 0x000048, "Member 'FVolumetricCloudsLightingParams::FogDensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, HeightFogDensityMultiplier) == 0x00004C, "Member 'FVolumetricCloudsLightingParams::HeightFogDensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, LightDirection) == 0x000050, "Member 'FVolumetricCloudsLightingParams::LightDirection' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, LightColor) == 0x00005C, "Member 'FVolumetricCloudsLightingParams::LightColor' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, LightIntensity) == 0x000068, "Member 'FVolumetricCloudsLightingParams::LightIntensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParams, LightSaturation) == 0x00006C, "Member 'FVolumetricCloudsLightingParams::LightSaturation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsWeatherWindParams \ static_assert(alignof(FVolumetricCloudsWeatherWindParams) == 0x000004, "Wrong alignment on FVolumetricCloudsWeatherWindParams"); \ static_assert(sizeof(FVolumetricCloudsWeatherWindParams) == 0x00003C, "Wrong size on FVolumetricCloudsWeatherWindParams"); \ static_assert(offsetof(FVolumetricCloudsWeatherWindParams, UseWindSystemDirection) == 0x000000, "Member 'FVolumetricCloudsWeatherWindParams::UseWindSystemDirection' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherWindParams, WindSpeedScale) == 0x000004, "Member 'FVolumetricCloudsWeatherWindParams::WindSpeedScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherWindParams, WeatherSpeedScale) == 0x000008, "Member 'FVolumetricCloudsWeatherWindParams::WeatherSpeedScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherWindParams, HighAltitudeSpeedScale) == 0x00000C, "Member 'FVolumetricCloudsWeatherWindParams::HighAltitudeSpeedScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherWindParams, WindSpeed) == 0x000010, "Member 'FVolumetricCloudsWeatherWindParams::WindSpeed' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherWindParams, WeatherSpeed) == 0x00001C, "Member 'FVolumetricCloudsWeatherWindParams::WeatherSpeed' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherWindParams, HighAltitudeSpeed) == 0x000028, "Member 'FVolumetricCloudsWeatherWindParams::HighAltitudeSpeed' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherWindParams, WindSkew) == 0x000034, "Member 'FVolumetricCloudsWeatherWindParams::WindSkew' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherWindParams, SkyLightWeatherSpeedScale) == 0x000038, "Member 'FVolumetricCloudsWeatherWindParams::SkyLightWeatherSpeedScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsWeatherState \ static_assert(alignof(FVolumetricCloudsWeatherState) == 0x000004, "Wrong alignment on FVolumetricCloudsWeatherState"); \ static_assert(sizeof(FVolumetricCloudsWeatherState) == 0x000020, "Wrong size on FVolumetricCloudsWeatherState"); \ static_assert(offsetof(FVolumetricCloudsWeatherState, Temperature) == 0x000000, "Member 'FVolumetricCloudsWeatherState::Temperature' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherState, TemperatureChange) == 0x000004, "Member 'FVolumetricCloudsWeatherState::TemperatureChange' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherState, TemperatureDifference) == 0x000008, "Member 'FVolumetricCloudsWeatherState::TemperatureDifference' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherState, CloudChance) == 0x00000C, "Member 'FVolumetricCloudsWeatherState::CloudChance' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherState, RainChance) == 0x000010, "Member 'FVolumetricCloudsWeatherState::RainChance' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWeatherState, Wind) == 0x000014, "Member 'FVolumetricCloudsWeatherState::Wind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsParams \ static_assert(alignof(FVolumetricCloudsParams) == 0x000010, "Wrong alignment on FVolumetricCloudsParams"); \ static_assert(sizeof(FVolumetricCloudsParams) == 0x000280, "Wrong size on FVolumetricCloudsParams"); \ static_assert(offsetof(FVolumetricCloudsParams, CoverageChance) == 0x000004, "Member 'FVolumetricCloudsParams::CoverageChance' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, CoverageFocus) == 0x000008, "Member 'FVolumetricCloudsParams::CoverageFocus' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, CoverageIntensity) == 0x00000C, "Member 'FVolumetricCloudsParams::CoverageIntensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, PerlinCoverageFrequency) == 0x000010, "Member 'FVolumetricCloudsParams::PerlinCoverageFrequency' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, WorleyCoverageFrequency) == 0x000020, "Member 'FVolumetricCloudsParams::WorleyCoverageFrequency' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, CoverageOffset) == 0x000030, "Member 'FVolumetricCloudsParams::CoverageOffset' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, WeatherScaleZRatio) == 0x00003C, "Member 'FVolumetricCloudsParams::WeatherScaleZRatio' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, TypeChance) == 0x000040, "Member 'FVolumetricCloudsParams::TypeChance' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, TypeFocus) == 0x000044, "Member 'FVolumetricCloudsParams::TypeFocus' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, TypeIntensity) == 0x000048, "Member 'FVolumetricCloudsParams::TypeIntensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, TypeFrequency) == 0x00004C, "Member 'FVolumetricCloudsParams::TypeFrequency' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, TypeOffset) == 0x000058, "Member 'FVolumetricCloudsParams::TypeOffset' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, DensityMultiplier) == 0x000064, "Member 'FVolumetricCloudsParams::DensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, DetailStrength) == 0x000068, "Member 'FVolumetricCloudsParams::DetailStrength' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, DetailScale) == 0x00006C, "Member 'FVolumetricCloudsParams::DetailScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, AnvilBias) == 0x000070, "Member 'FVolumetricCloudsParams::AnvilBias' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, PrecipitationChance) == 0x000074, "Member 'FVolumetricCloudsParams::PrecipitationChance' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, PrecipitationFocus) == 0x000078, "Member 'FVolumetricCloudsParams::PrecipitationFocus' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, PrecipitationIntensity) == 0x00007C, "Member 'FVolumetricCloudsParams::PrecipitationIntensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, PrecipitationFrequency) == 0x000080, "Member 'FVolumetricCloudsParams::PrecipitationFrequency' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, PrecipitationOffset) == 0x00008C, "Member 'FVolumetricCloudsParams::PrecipitationOffset' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, HighAltitudeChance) == 0x000098, "Member 'FVolumetricCloudsParams::HighAltitudeChance' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, HighAltitudeFocus) == 0x00009C, "Member 'FVolumetricCloudsParams::HighAltitudeFocus' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, HighAltitudeIntensity) == 0x0000A0, "Member 'FVolumetricCloudsParams::HighAltitudeIntensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, HighAltitudeFrequency) == 0x0000A4, "Member 'FVolumetricCloudsParams::HighAltitudeFrequency' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, HighAltitudeClouds) == 0x0000B0, "Member 'FVolumetricCloudsParams::HighAltitudeClouds' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, HighAltitudeScale) == 0x0000B8, "Member 'FVolumetricCloudsParams::HighAltitudeScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, HighAltitudeChannelMask) == 0x0000BC, "Member 'FVolumetricCloudsParams::HighAltitudeChannelMask' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, HighAltitudeOffset) == 0x0000C8, "Member 'FVolumetricCloudsParams::HighAltitudeOffset' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, GroundShadowsStrength) == 0x0000D4, "Member 'FVolumetricCloudsParams::GroundShadowsStrength' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, GroundShadowsWeatherMapPreMultiply) == 0x0000D8, "Member 'FVolumetricCloudsParams::GroundShadowsWeatherMapPreMultiply' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, GroundShadowsRoilStrength) == 0x0000DC, "Member 'FVolumetricCloudsParams::GroundShadowsRoilStrength' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, ShapeScale) == 0x0000E0, "Member 'FVolumetricCloudsParams::ShapeScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, TopBottom) == 0x0000E4, "Member 'FVolumetricCloudsParams::TopBottom' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, ShadowScale) == 0x0000EC, "Member 'FVolumetricCloudsParams::ShadowScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, ShadowMapCloudShadowDensity) == 0x0000F0, "Member 'FVolumetricCloudsParams::ShadowMapCloudShadowDensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, RayMarchCloudShadowScale) == 0x0000F4, "Member 'FVolumetricCloudsParams::RayMarchCloudShadowScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, LightDirection) == 0x0000F8, "Member 'FVolumetricCloudsParams::LightDirection' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, LightColor) == 0x000104, "Member 'FVolumetricCloudsParams::LightColor' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, LightIntensity) == 0x000110, "Member 'FVolumetricCloudsParams::LightIntensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, LightSaturation) == 0x000114, "Member 'FVolumetricCloudsParams::LightSaturation' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, AmbientTop) == 0x000118, "Member 'FVolumetricCloudsParams::AmbientTop' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, AmbientBottom) == 0x000128, "Member 'FVolumetricCloudsParams::AmbientBottom' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, AmbientBlend) == 0x000138, "Member 'FVolumetricCloudsParams::AmbientBlend' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, LightBlend) == 0x00013C, "Member 'FVolumetricCloudsParams::LightBlend' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, OutputBlend) == 0x000140, "Member 'FVolumetricCloudsParams::OutputBlend' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, SkyLightCloudsAlpha) == 0x000144, "Member 'FVolumetricCloudsParams::SkyLightCloudsAlpha' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, SkyLightCloudsOutput) == 0x000148, "Member 'FVolumetricCloudsParams::SkyLightCloudsOutput' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, SkyLightDesaturate) == 0x00014C, "Member 'FVolumetricCloudsParams::SkyLightDesaturate' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, SkyLightGroundColor) == 0x000150, "Member 'FVolumetricCloudsParams::SkyLightGroundColor' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, ForwardScattering) == 0x000160, "Member 'FVolumetricCloudsParams::ForwardScattering' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, BackwardScattering) == 0x000164, "Member 'FVolumetricCloudsParams::BackwardScattering' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, ExtinctionColor) == 0x000168, "Member 'FVolumetricCloudsParams::ExtinctionColor' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, ScatteringColor) == 0x000178, "Member 'FVolumetricCloudsParams::ScatteringColor' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, Extinction) == 0x000188, "Member 'FVolumetricCloudsParams::Extinction' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, PowderExtinction) == 0x00018C, "Member 'FVolumetricCloudsParams::PowderExtinction' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, PowderStrength) == 0x000190, "Member 'FVolumetricCloudsParams::PowderStrength' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, WindSkew) == 0x000194, "Member 'FVolumetricCloudsParams::WindSkew' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, WispyClumpy) == 0x000198, "Member 'FVolumetricCloudsParams::WispyClumpy' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, HighAltitudeHeight) == 0x00019C, "Member 'FVolumetricCloudsParams::HighAltitudeHeight' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, RayMarchShadowDensity) == 0x0001A0, "Member 'FVolumetricCloudsParams::RayMarchShadowDensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, SkyLightShadowDensity) == 0x0001A4, "Member 'FVolumetricCloudsParams::SkyLightShadowDensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, FogDensityMultiplier) == 0x0001A8, "Member 'FVolumetricCloudsParams::FogDensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, HeightFogDensityMultiplier) == 0x0001AC, "Member 'FVolumetricCloudsParams::HeightFogDensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, WeatherScale) == 0x0001B0, "Member 'FVolumetricCloudsParams::WeatherScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, UseWindSystemDirection) == 0x0001B4, "Member 'FVolumetricCloudsParams::UseWindSystemDirection' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, WindSpeedScale) == 0x0001B8, "Member 'FVolumetricCloudsParams::WindSpeedScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, WeatherSpeedScale) == 0x0001BC, "Member 'FVolumetricCloudsParams::WeatherSpeedScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, HighAltitudeSpeedScale) == 0x0001C0, "Member 'FVolumetricCloudsParams::HighAltitudeSpeedScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, WindSpeed) == 0x0001C4, "Member 'FVolumetricCloudsParams::WindSpeed' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, WeatherSpeed) == 0x0001DC, "Member 'FVolumetricCloudsParams::WeatherSpeed' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, HighAltitudeWind) == 0x000200, "Member 'FVolumetricCloudsParams::HighAltitudeWind' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, SkyLightWeatherSpeedScale) == 0x00021C, "Member 'FVolumetricCloudsParams::SkyLightWeatherSpeedScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, LayerRadius) == 0x000220, "Member 'FVolumetricCloudsParams::LayerRadius' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, LayerAltitudeOffset) == 0x000224, "Member 'FVolumetricCloudsParams::LayerAltitudeOffset' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, LayerVerticalHeight) == 0x000228, "Member 'FVolumetricCloudsParams::LayerVerticalHeight' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, CoverageCameraFade) == 0x00022C, "Member 'FVolumetricCloudsParams::CoverageCameraFade' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, CloudTypeLUT) == 0x000230, "Member 'FVolumetricCloudsParams::CloudTypeLUT' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, OverrideWeather) == 0x000240, "Member 'FVolumetricCloudsParams::OverrideWeather' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, ShapeNoiseMainScale) == 0x000248, "Member 'FVolumetricCloudsParams::ShapeNoiseMainScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, ShapeNoiseSecondaryScale) == 0x000254, "Member 'FVolumetricCloudsParams::ShapeNoiseSecondaryScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, ShapeNoiseTertiaryScale) == 0x000260, "Member 'FVolumetricCloudsParams::ShapeNoiseTertiaryScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsParams, DetailNoiseScale) == 0x00026C, "Member 'FVolumetricCloudsParams::DetailNoiseScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsGroundShadowsState \ static_assert(alignof(FVolumetricCloudsGroundShadowsState) == 0x000008, "Wrong alignment on FVolumetricCloudsGroundShadowsState"); \ static_assert(sizeof(FVolumetricCloudsGroundShadowsState) == 0x000020, "Wrong size on FVolumetricCloudsGroundShadowsState"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsState, LightComponent) == 0x000000, "Member 'FVolumetricCloudsGroundShadowsState::LightComponent' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsState, LightFunctionMID) == 0x000008, "Member 'FVolumetricCloudsGroundShadowsState::LightFunctionMID' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsState, WeatherMap) == 0x000010, "Member 'FVolumetricCloudsGroundShadowsState::WeatherMap' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsState, RoilTexture) == 0x000018, "Member 'FVolumetricCloudsGroundShadowsState::RoilTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsGroundShadowsRoilParams \ static_assert(alignof(FVolumetricCloudsGroundShadowsRoilParams) == 0x000008, "Wrong alignment on FVolumetricCloudsGroundShadowsRoilParams"); \ static_assert(sizeof(FVolumetricCloudsGroundShadowsRoilParams) == 0x000028, "Wrong size on FVolumetricCloudsGroundShadowsRoilParams"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsRoilParams, Texture) == 0x000000, "Member 'FVolumetricCloudsGroundShadowsRoilParams::Texture' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsRoilParams, OnOff) == 0x000008, "Member 'FVolumetricCloudsGroundShadowsRoilParams::OnOff' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsRoilParams, Strength) == 0x00000C, "Member 'FVolumetricCloudsGroundShadowsRoilParams::Strength' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsRoilParams, WhispStrength) == 0x000010, "Member 'FVolumetricCloudsGroundShadowsRoilParams::WhispStrength' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsRoilParams, WhispStartAlpha) == 0x000014, "Member 'FVolumetricCloudsGroundShadowsRoilParams::WhispStartAlpha' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsRoilParams, SpeedFactor) == 0x000018, "Member 'FVolumetricCloudsGroundShadowsRoilParams::SpeedFactor' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsRoilParams, SpeedPerpFactor) == 0x00001C, "Member 'FVolumetricCloudsGroundShadowsRoilParams::SpeedPerpFactor' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsRoilParams, Tiling) == 0x000020, "Member 'FVolumetricCloudsGroundShadowsRoilParams::Tiling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsGroundShadowsParams \ static_assert(alignof(FVolumetricCloudsGroundShadowsParams) == 0x000008, "Wrong alignment on FVolumetricCloudsGroundShadowsParams"); \ static_assert(sizeof(FVolumetricCloudsGroundShadowsParams) == 0x000060, "Wrong size on FVolumetricCloudsGroundShadowsParams"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsParams, Material) == 0x000000, "Member 'FVolumetricCloudsGroundShadowsParams::Material' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsParams, MPC) == 0x000008, "Member 'FVolumetricCloudsGroundShadowsParams::MPC' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsParams, LightFunctionScaleFactor) == 0x000010, "Member 'FVolumetricCloudsGroundShadowsParams::LightFunctionScaleFactor' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsParams, Opacity) == 0x000014, "Member 'FVolumetricCloudsGroundShadowsParams::Opacity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsParams, Sharpening) == 0x000018, "Member 'FVolumetricCloudsGroundShadowsParams::Sharpening' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsParams, WindMultiplier) == 0x00001C, "Member 'FVolumetricCloudsGroundShadowsParams::WindMultiplier' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsParams, DensityVsPreMultiply) == 0x000020, "Member 'FVolumetricCloudsGroundShadowsParams::DensityVsPreMultiply' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsParams, HardnessVsLightHeight) == 0x000028, "Member 'FVolumetricCloudsGroundShadowsParams::HardnessVsLightHeight' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsParams, Roil) == 0x000030, "Member 'FVolumetricCloudsGroundShadowsParams::Roil' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsParams, bModulateByLightHeight) == 0x000058, "Member 'FVolumetricCloudsGroundShadowsParams::bModulateByLightHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsGroundShadowsCutOut \ static_assert(alignof(FVolumetricCloudsGroundShadowsCutOut) == 0x000004, "Wrong alignment on FVolumetricCloudsGroundShadowsCutOut"); \ static_assert(sizeof(FVolumetricCloudsGroundShadowsCutOut) == 0x000008, "Wrong size on FVolumetricCloudsGroundShadowsCutOut"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsCutOut, DistanceMeters) == 0x000000, "Member 'FVolumetricCloudsGroundShadowsCutOut::DistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowsCutOut, FadeDistanceMeters) == 0x000004, "Member 'FVolumetricCloudsGroundShadowsCutOut::FadeDistanceMeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTexture2DAlias \ static_assert(alignof(UTexture2DAlias) == 0x000010, "Wrong alignment on UTexture2DAlias"); \ static_assert(sizeof(UTexture2DAlias) == 0x000180, "Wrong size on UTexture2DAlias"); \ #define DUMPER7_ASSERTS_AVolumetricCloudsActor \ static_assert(alignof(AVolumetricCloudsActor) == 0x000008, "Wrong alignment on AVolumetricCloudsActor"); \ static_assert(sizeof(AVolumetricCloudsActor) == 0x000318, "Wrong size on AVolumetricCloudsActor"); \ static_assert(offsetof(AVolumetricCloudsActor, Component) == 0x000248, "Member 'AVolumetricCloudsActor::Component' has a wrong offset!"); \ static_assert(offsetof(AVolumetricCloudsActor, Preset) == 0x000250, "Member 'AVolumetricCloudsActor::Preset' has a wrong offset!"); \ static_assert(offsetof(AVolumetricCloudsActor, Lighting) == 0x000260, "Member 'AVolumetricCloudsActor::Lighting' has a wrong offset!"); \ static_assert(offsetof(AVolumetricCloudsActor, WeatherWind) == 0x0002D0, "Member 'AVolumetricCloudsActor::WeatherWind' has a wrong offset!"); \ static_assert(offsetof(AVolumetricCloudsActor, GroundShadowsStrength) == 0x00030C, "Member 'AVolumetricCloudsActor::GroundShadowsStrength' has a wrong offset!"); \ static_assert(offsetof(AVolumetricCloudsActor, bUsePresetLighting) == 0x000310, "Member 'AVolumetricCloudsActor::bUsePresetLighting' has a wrong offset!"); \ static_assert(offsetof(AVolumetricCloudsActor, bUsePresetWeatherWind) == 0x000311, "Member 'AVolumetricCloudsActor::bUsePresetWeatherWind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVolumetricCloudsCoverageActor \ static_assert(alignof(AVolumetricCloudsCoverageActor) == 0x000008, "Wrong alignment on AVolumetricCloudsCoverageActor"); \ static_assert(sizeof(AVolumetricCloudsCoverageActor) == 0x000250, "Wrong size on AVolumetricCloudsCoverageActor"); \ static_assert(offsetof(AVolumetricCloudsCoverageActor, CoverageComponent) == 0x000248, "Member 'AVolumetricCloudsCoverageActor::CoverageComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVolumetricCloudsPreviewActor \ static_assert(alignof(AVolumetricCloudsPreviewActor) == 0x000008, "Wrong alignment on AVolumetricCloudsPreviewActor"); \ static_assert(sizeof(AVolumetricCloudsPreviewActor) == 0x000250, "Wrong size on AVolumetricCloudsPreviewActor"); \ static_assert(offsetof(AVolumetricCloudsPreviewActor, PreviewComponent) == 0x000248, "Member 'AVolumetricCloudsPreviewActor::PreviewComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVolumetricCloudsCoverageComponent \ static_assert(alignof(UVolumetricCloudsCoverageComponent) == 0x000010, "Wrong alignment on UVolumetricCloudsCoverageComponent"); \ static_assert(sizeof(UVolumetricCloudsCoverageComponent) == 0x0004C0, "Wrong size on UVolumetricCloudsCoverageComponent"); \ static_assert(offsetof(UVolumetricCloudsCoverageComponent, ShapeType) == 0x000480, "Member 'UVolumetricCloudsCoverageComponent::ShapeType' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudsCoverageComponent, InnerRadius) == 0x000484, "Member 'UVolumetricCloudsCoverageComponent::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudsCoverageComponent, InnerRadiusCoverage) == 0x000488, "Member 'UVolumetricCloudsCoverageComponent::InnerRadiusCoverage' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudsCoverageComponent, OuterRadius) == 0x00048C, "Member 'UVolumetricCloudsCoverageComponent::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudsCoverageComponent, OuterRadiusCoverage) == 0x000490, "Member 'UVolumetricCloudsCoverageComponent::OuterRadiusCoverage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVolumetricCloudsGroundWorldState \ static_assert(alignof(UVolumetricCloudsGroundWorldState) == 0x000008, "Wrong alignment on UVolumetricCloudsGroundWorldState"); \ static_assert(sizeof(UVolumetricCloudsGroundWorldState) == 0x000040, "Wrong size on UVolumetricCloudsGroundWorldState"); \ static_assert(offsetof(UVolumetricCloudsGroundWorldState, ShadowedLights) == 0x000028, "Member 'UVolumetricCloudsGroundWorldState::ShadowedLights' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudsGroundWorldState, ShadowAlias) == 0x000038, "Member 'UVolumetricCloudsGroundWorldState::ShadowAlias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVolumetricCloudsComponent \ static_assert(alignof(UVolumetricCloudsComponent) == 0x000010, "Wrong alignment on UVolumetricCloudsComponent"); \ static_assert(sizeof(UVolumetricCloudsComponent) == 0x000770, "Wrong size on UVolumetricCloudsComponent"); \ static_assert(offsetof(UVolumetricCloudsComponent, Params_0) == 0x000220, "Member 'UVolumetricCloudsComponent::Params_0' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudsComponent, Height) == 0x0006D0, "Member 'UVolumetricCloudsComponent::Height' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudsComponent, HeightOffset) == 0x0006D4, "Member 'UVolumetricCloudsComponent::HeightOffset' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudsComponent, PrimaryDirectionalLight) == 0x0006E0, "Member 'UVolumetricCloudsComponent::PrimaryDirectionalLight' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudsComponent, SecondaryDirectionalLight) == 0x0006E8, "Member 'UVolumetricCloudsComponent::SecondaryDirectionalLight' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudsComponent, GroundShadows) == 0x0006F0, "Member 'UVolumetricCloudsComponent::GroundShadows' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudsComponent, GroundShadowsCutOut) == 0x000750, "Member 'UVolumetricCloudsComponent::GroundShadowsCutOut' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudsComponent, GroundShadowsStrength) == 0x000758, "Member 'UVolumetricCloudsComponent::GroundShadowsStrength' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudsComponent, GroundShadowsState) == 0x000760, "Member 'UVolumetricCloudsComponent::GroundShadowsState' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudsComponent, VisibilityGroupMask) == 0x000769, "Member 'UVolumetricCloudsComponent::VisibilityGroupMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVolumetricCloudsPreviewComponent \ static_assert(alignof(UVolumetricCloudsPreviewComponent) == 0x000010, "Wrong alignment on UVolumetricCloudsPreviewComponent"); \ static_assert(sizeof(UVolumetricCloudsPreviewComponent) == 0x000220, "Wrong size on UVolumetricCloudsPreviewComponent"); \ static_assert(offsetof(UVolumetricCloudsPreviewComponent, PreviewMode) == 0x000218, "Member 'UVolumetricCloudsPreviewComponent::PreviewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_Impact_CamShake_Med_C \ static_assert(alignof(UBP_Impact_CamShake_Med_C) == 0x000010, "Wrong alignment on UBP_Impact_CamShake_Med_C"); \ static_assert(sizeof(UBP_Impact_CamShake_Med_C) == 0x0001B0, "Wrong size on UBP_Impact_CamShake_Med_C"); \ #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) == 0x000230, "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) == 0x000250, "Wrong size on ULevelCapture"); \ static_assert(offsetof(ULevelCapture, bAutoStartCapture) == 0x000230, "Member 'ULevelCapture::bAutoStartCapture' has a wrong offset!"); \ static_assert(offsetof(ULevelCapture, PrerequisiteActorId) == 0x00023C, "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_FSingleDebugPanel \ static_assert(alignof(FSingleDebugPanel) == 0x000008, "Wrong alignment on FSingleDebugPanel"); \ static_assert(sizeof(FSingleDebugPanel) == 0x000088, "Wrong size on FSingleDebugPanel"); \ #define DUMPER7_ASSERTS_FDebugPanelControl \ static_assert(alignof(FDebugPanelControl) == 0x000008, "Wrong alignment on FDebugPanelControl"); \ static_assert(sizeof(FDebugPanelControl) == 0x0000C0, "Wrong size on FDebugPanelControl"); \ #define DUMPER7_ASSERTS_UDebugPanel \ static_assert(alignof(UDebugPanel) == 0x000008, "Wrong alignment on UDebugPanel"); \ static_assert(sizeof(UDebugPanel) == 0x000360, "Wrong size on UDebugPanel"); \ static_assert(offsetof(UDebugPanel, Controls) == 0x000058, "Member 'UDebugPanel::Controls' has a wrong offset!"); \ static_assert(offsetof(UDebugPanel, bVisible) == 0x000358, "Member 'UDebugPanel::bVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugPanelComponent_AppendTextLine \ static_assert(alignof(DebugPanelComponent_AppendTextLine) == 0x000008, "Wrong alignment on DebugPanelComponent_AppendTextLine"); \ static_assert(sizeof(DebugPanelComponent_AppendTextLine) == 0x000018, "Wrong size on DebugPanelComponent_AppendTextLine"); \ static_assert(offsetof(DebugPanelComponent_AppendTextLine, Text) == 0x000000, "Member 'DebugPanelComponent_AppendTextLine::Text' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_AppendTextLine, ReturnValue) == 0x000010, "Member 'DebugPanelComponent_AppendTextLine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugPanelComponent_ClearScrollingText \ static_assert(alignof(DebugPanelComponent_ClearScrollingText) == 0x000001, "Wrong alignment on DebugPanelComponent_ClearScrollingText"); \ static_assert(sizeof(DebugPanelComponent_ClearScrollingText) == 0x000001, "Wrong size on DebugPanelComponent_ClearScrollingText"); \ static_assert(offsetof(DebugPanelComponent_ClearScrollingText, ReturnValue) == 0x000000, "Member 'DebugPanelComponent_ClearScrollingText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugPanelComponent_ClearText \ static_assert(alignof(DebugPanelComponent_ClearText) == 0x000001, "Wrong alignment on DebugPanelComponent_ClearText"); \ static_assert(sizeof(DebugPanelComponent_ClearText) == 0x000002, "Wrong size on DebugPanelComponent_ClearText"); \ static_assert(offsetof(DebugPanelComponent_ClearText, controlID) == 0x000000, "Member 'DebugPanelComponent_ClearText::controlID' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_ClearText, ReturnValue) == 0x000001, "Member 'DebugPanelComponent_ClearText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugPanelComponent_CreateShared \ static_assert(alignof(DebugPanelComponent_CreateShared) == 0x000008, "Wrong alignment on DebugPanelComponent_CreateShared"); \ static_assert(sizeof(DebugPanelComponent_CreateShared) == 0x000018, "Wrong size on DebugPanelComponent_CreateShared"); \ static_assert(offsetof(DebugPanelComponent_CreateShared, ID) == 0x000000, "Member 'DebugPanelComponent_CreateShared::ID' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_CreateShared, onlyForWorld) == 0x000008, "Member 'DebugPanelComponent_CreateShared::onlyForWorld' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_CreateShared, ReturnValue) == 0x000010, "Member 'DebugPanelComponent_CreateShared::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugPanelComponent_CreateUnique \ static_assert(alignof(DebugPanelComponent_CreateUnique) == 0x000008, "Wrong alignment on DebugPanelComponent_CreateUnique"); \ static_assert(sizeof(DebugPanelComponent_CreateUnique) == 0x000010, "Wrong size on DebugPanelComponent_CreateUnique"); \ static_assert(offsetof(DebugPanelComponent_CreateUnique, onlyForWorld) == 0x000000, "Member 'DebugPanelComponent_CreateUnique::onlyForWorld' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_CreateUnique, ReturnValue) == 0x000008, "Member 'DebugPanelComponent_CreateUnique::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugPanelComponent_DisableMultilineText \ static_assert(alignof(DebugPanelComponent_DisableMultilineText) == 0x000001, "Wrong alignment on DebugPanelComponent_DisableMultilineText"); \ static_assert(sizeof(DebugPanelComponent_DisableMultilineText) == 0x000002, "Wrong size on DebugPanelComponent_DisableMultilineText"); \ static_assert(offsetof(DebugPanelComponent_DisableMultilineText, controlID) == 0x000000, "Member 'DebugPanelComponent_DisableMultilineText::controlID' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_DisableMultilineText, ReturnValue) == 0x000001, "Member 'DebugPanelComponent_DisableMultilineText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugPanelComponent_EnableMultilineText \ static_assert(alignof(DebugPanelComponent_EnableMultilineText) == 0x000004, "Wrong alignment on DebugPanelComponent_EnableMultilineText"); \ static_assert(sizeof(DebugPanelComponent_EnableMultilineText) == 0x00000C, "Wrong size on DebugPanelComponent_EnableMultilineText"); \ static_assert(offsetof(DebugPanelComponent_EnableMultilineText, controlID) == 0x000000, "Member 'DebugPanelComponent_EnableMultilineText::controlID' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_EnableMultilineText, lineLimit) == 0x000004, "Member 'DebugPanelComponent_EnableMultilineText::lineLimit' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_EnableMultilineText, ReturnValue) == 0x000008, "Member 'DebugPanelComponent_EnableMultilineText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugPanelComponent_IsMultilineText \ static_assert(alignof(DebugPanelComponent_IsMultilineText) == 0x000001, "Wrong alignment on DebugPanelComponent_IsMultilineText"); \ static_assert(sizeof(DebugPanelComponent_IsMultilineText) == 0x000002, "Wrong size on DebugPanelComponent_IsMultilineText"); \ static_assert(offsetof(DebugPanelComponent_IsMultilineText, controlID) == 0x000000, "Member 'DebugPanelComponent_IsMultilineText::controlID' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_IsMultilineText, ReturnValue) == 0x000001, "Member 'DebugPanelComponent_IsMultilineText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugPanelComponent_SetColor \ static_assert(alignof(DebugPanelComponent_SetColor) == 0x000004, "Wrong alignment on DebugPanelComponent_SetColor"); \ static_assert(sizeof(DebugPanelComponent_SetColor) == 0x000018, "Wrong size on DebugPanelComponent_SetColor"); \ static_assert(offsetof(DebugPanelComponent_SetColor, controlID) == 0x000000, "Member 'DebugPanelComponent_SetColor::controlID' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_SetColor, Color) == 0x000004, "Member 'DebugPanelComponent_SetColor::Color' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_SetColor, ReturnValue) == 0x000014, "Member 'DebugPanelComponent_SetColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugPanelComponent_SetFont \ static_assert(alignof(DebugPanelComponent_SetFont) == 0x000008, "Wrong alignment on DebugPanelComponent_SetFont"); \ static_assert(sizeof(DebugPanelComponent_SetFont) == 0x000068, "Wrong size on DebugPanelComponent_SetFont"); \ static_assert(offsetof(DebugPanelComponent_SetFont, controlID) == 0x000000, "Member 'DebugPanelComponent_SetFont::controlID' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_SetFont, font) == 0x000008, "Member 'DebugPanelComponent_SetFont::font' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_SetFont, ReturnValue) == 0x000060, "Member 'DebugPanelComponent_SetFont::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugPanelComponent_SetText \ static_assert(alignof(DebugPanelComponent_SetText) == 0x000008, "Wrong alignment on DebugPanelComponent_SetText"); \ static_assert(sizeof(DebugPanelComponent_SetText) == 0x000020, "Wrong size on DebugPanelComponent_SetText"); \ static_assert(offsetof(DebugPanelComponent_SetText, controlID) == 0x000000, "Member 'DebugPanelComponent_SetText::controlID' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_SetText, Text) == 0x000008, "Member 'DebugPanelComponent_SetText::Text' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_SetText, ReturnValue) == 0x000018, "Member 'DebugPanelComponent_SetText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugPanelComponent_SetTextAndColor \ static_assert(alignof(DebugPanelComponent_SetTextAndColor) == 0x000008, "Wrong alignment on DebugPanelComponent_SetTextAndColor"); \ static_assert(sizeof(DebugPanelComponent_SetTextAndColor) == 0x000030, "Wrong size on DebugPanelComponent_SetTextAndColor"); \ static_assert(offsetof(DebugPanelComponent_SetTextAndColor, controlID) == 0x000000, "Member 'DebugPanelComponent_SetTextAndColor::controlID' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_SetTextAndColor, Text) == 0x000008, "Member 'DebugPanelComponent_SetTextAndColor::Text' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_SetTextAndColor, Color) == 0x000018, "Member 'DebugPanelComponent_SetTextAndColor::Color' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_SetTextAndColor, ReturnValue) == 0x000028, "Member 'DebugPanelComponent_SetTextAndColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugPanelComponent_SetupShadow \ static_assert(alignof(DebugPanelComponent_SetupShadow) == 0x000004, "Wrong alignment on DebugPanelComponent_SetupShadow"); \ static_assert(sizeof(DebugPanelComponent_SetupShadow) == 0x000020, "Wrong size on DebugPanelComponent_SetupShadow"); \ static_assert(offsetof(DebugPanelComponent_SetupShadow, controlID) == 0x000000, "Member 'DebugPanelComponent_SetupShadow::controlID' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_SetupShadow, ShadowOffset) == 0x000004, "Member 'DebugPanelComponent_SetupShadow::ShadowOffset' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_SetupShadow, shadowColor) == 0x00000C, "Member 'DebugPanelComponent_SetupShadow::shadowColor' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_SetupShadow, ReturnValue) == 0x00001C, "Member 'DebugPanelComponent_SetupShadow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugPanelComponent_SetVisible \ static_assert(alignof(DebugPanelComponent_SetVisible) == 0x000001, "Wrong alignment on DebugPanelComponent_SetVisible"); \ static_assert(sizeof(DebugPanelComponent_SetVisible) == 0x000003, "Wrong size on DebugPanelComponent_SetVisible"); \ static_assert(offsetof(DebugPanelComponent_SetVisible, controlID) == 0x000000, "Member 'DebugPanelComponent_SetVisible::controlID' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_SetVisible, Visible) == 0x000001, "Member 'DebugPanelComponent_SetVisible::Visible' has a wrong offset!"); \ static_assert(offsetof(DebugPanelComponent_SetVisible, ReturnValue) == 0x000002, "Member 'DebugPanelComponent_SetVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugPanelComponent_ShowPanel \ static_assert(alignof(DebugPanelComponent_ShowPanel) == 0x000001, "Wrong alignment on DebugPanelComponent_ShowPanel"); \ static_assert(sizeof(DebugPanelComponent_ShowPanel) == 0x000001, "Wrong size on DebugPanelComponent_ShowPanel"); \ static_assert(offsetof(DebugPanelComponent_ShowPanel, Show) == 0x000000, "Member 'DebugPanelComponent_ShowPanel::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugPanelComponent_Created \ static_assert(alignof(DebugPanelComponent_Created) == 0x000001, "Wrong alignment on DebugPanelComponent_Created"); \ static_assert(sizeof(DebugPanelComponent_Created) == 0x000001, "Wrong size on DebugPanelComponent_Created"); \ static_assert(offsetof(DebugPanelComponent_Created, ReturnValue) == 0x000000, "Member 'DebugPanelComponent_Created::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugPanelComponent_PanelVisible \ static_assert(alignof(DebugPanelComponent_PanelVisible) == 0x000001, "Wrong alignment on DebugPanelComponent_PanelVisible"); \ static_assert(sizeof(DebugPanelComponent_PanelVisible) == 0x000001, "Wrong size on DebugPanelComponent_PanelVisible"); \ static_assert(offsetof(DebugPanelComponent_PanelVisible, ReturnValue) == 0x000000, "Member 'DebugPanelComponent_PanelVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDebugPanelComponent \ static_assert(alignof(UDebugPanelComponent) == 0x000008, "Wrong alignment on UDebugPanelComponent"); \ static_assert(sizeof(UDebugPanelComponent) == 0x000128, "Wrong size on UDebugPanelComponent"); \ static_assert(offsetof(UDebugPanelComponent, IntVariables) == 0x0000D0, "Member 'UDebugPanelComponent::IntVariables' has a wrong offset!"); \ static_assert(offsetof(UDebugPanelComponent, Panel) == 0x000120, "Member 'UDebugPanelComponent::Panel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDebugPanelImGuiWindow \ static_assert(alignof(UDebugPanelImGuiWindow) == 0x000008, "Wrong alignment on UDebugPanelImGuiWindow"); \ static_assert(sizeof(UDebugPanelImGuiWindow) == 0x000040, "Wrong size on UDebugPanelImGuiWindow"); \ #define DUMPER7_ASSERTS_ABL_Scheduled_MoveLoop_C_ExecuteUbergraph_ABL_Scheduled_MoveLoop \ static_assert(alignof(ABL_Scheduled_MoveLoop_C_ExecuteUbergraph_ABL_Scheduled_MoveLoop) == 0x000008, "Wrong alignment on ABL_Scheduled_MoveLoop_C_ExecuteUbergraph_ABL_Scheduled_MoveLoop"); \ static_assert(sizeof(ABL_Scheduled_MoveLoop_C_ExecuteUbergraph_ABL_Scheduled_MoveLoop) == 0x000010, "Wrong size on ABL_Scheduled_MoveLoop_C_ExecuteUbergraph_ABL_Scheduled_MoveLoop"); \ static_assert(offsetof(ABL_Scheduled_MoveLoop_C_ExecuteUbergraph_ABL_Scheduled_MoveLoop, EntryPoint) == 0x000000, "Member 'ABL_Scheduled_MoveLoop_C_ExecuteUbergraph_ABL_Scheduled_MoveLoop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Scheduled_MoveLoop_C_ExecuteUbergraph_ABL_Scheduled_MoveLoop, K2Node_Event_Context) == 0x000008, "Member 'ABL_Scheduled_MoveLoop_C_ExecuteUbergraph_ABL_Scheduled_MoveLoop::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Scheduled_MoveLoop_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Scheduled_MoveLoop_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Scheduled_MoveLoop_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Scheduled_MoveLoop_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Scheduled_MoveLoop_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Scheduled_MoveLoop_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Scheduled_MoveLoop_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Scheduled_MoveLoop_C_OnGetBranchAbility \ static_assert(alignof(ABL_Scheduled_MoveLoop_C_OnGetBranchAbility) == 0x000008, "Wrong alignment on ABL_Scheduled_MoveLoop_C_OnGetBranchAbility"); \ static_assert(sizeof(ABL_Scheduled_MoveLoop_C_OnGetBranchAbility) == 0x000018, "Wrong size on ABL_Scheduled_MoveLoop_C_OnGetBranchAbility"); \ static_assert(offsetof(ABL_Scheduled_MoveLoop_C_OnGetBranchAbility, Context) == 0x000000, "Member 'ABL_Scheduled_MoveLoop_C_OnGetBranchAbility::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Scheduled_MoveLoop_C_OnGetBranchAbility, EventName) == 0x000008, "Member 'ABL_Scheduled_MoveLoop_C_OnGetBranchAbility::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_Scheduled_MoveLoop_C_OnGetBranchAbility, ReturnValue) == 0x000010, "Member 'ABL_Scheduled_MoveLoop_C_OnGetBranchAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Scheduled_MoveLoop_C \ static_assert(alignof(UABL_Scheduled_MoveLoop_C) == 0x000008, "Wrong alignment on UABL_Scheduled_MoveLoop_C"); \ static_assert(sizeof(UABL_Scheduled_MoveLoop_C) == 0x0000D8, "Wrong size on UABL_Scheduled_MoveLoop_C"); \ static_assert(offsetof(UABL_Scheduled_MoveLoop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Scheduled_MoveLoop_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_Scheduled_MoveLoop_C, NewVar_0) == 0x0000D0, "Member 'UABL_Scheduled_MoveLoop_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ConfringoSpell_C_OnAffectTarget \ static_assert(alignof(BP_ConfringoSpell_C_OnAffectTarget) == 0x000008, "Wrong alignment on BP_ConfringoSpell_C_OnAffectTarget"); \ static_assert(sizeof(BP_ConfringoSpell_C_OnAffectTarget) == 0x000018, "Wrong size on BP_ConfringoSpell_C_OnAffectTarget"); \ static_assert(offsetof(BP_ConfringoSpell_C_OnAffectTarget, Target) == 0x000000, "Member 'BP_ConfringoSpell_C_OnAffectTarget::Target' has a wrong offset!"); \ static_assert(offsetof(BP_ConfringoSpell_C_OnAffectTarget, Component) == 0x000008, "Member 'BP_ConfringoSpell_C_OnAffectTarget::Component' has a wrong offset!"); \ static_assert(offsetof(BP_ConfringoSpell_C_OnAffectTarget, bInTargetAffected) == 0x000010, "Member 'BP_ConfringoSpell_C_OnAffectTarget::bInTargetAffected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ConfringoSpell_C_AddOnFireDoT \ static_assert(alignof(BP_ConfringoSpell_C_AddOnFireDoT) == 0x000008, "Wrong alignment on BP_ConfringoSpell_C_AddOnFireDoT"); \ static_assert(sizeof(BP_ConfringoSpell_C_AddOnFireDoT) == 0x000008, "Wrong size on BP_ConfringoSpell_C_AddOnFireDoT"); \ static_assert(offsetof(BP_ConfringoSpell_C_AddOnFireDoT, Target) == 0x000000, "Member 'BP_ConfringoSpell_C_AddOnFireDoT::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell \ static_assert(alignof(BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell) == 0x000008, "Wrong alignment on BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell"); \ static_assert(sizeof(BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell) == 0x000050, "Wrong size on BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell"); \ static_assert(offsetof(BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell, EntryPoint) == 0x000000, "Member 'BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell, K2Node_Event_Target_1) == 0x000008, "Member 'BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell::K2Node_Event_Target_1' has a wrong offset!"); \ static_assert(offsetof(BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell, K2Node_Event_Component) == 0x000010, "Member 'BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell::K2Node_Event_Component' has a wrong offset!"); \ static_assert(offsetof(BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell, K2Node_Event_bInTargetAffected) == 0x000018, "Member 'BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell::K2Node_Event_bInTargetAffected' has a wrong offset!"); \ static_assert(offsetof(BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell, K2Node_Event_Target) == 0x000020, "Member 'BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell, K2Node_DynamicCast_AsCharacter) == 0x000028, "Member 'BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell, CallFunc_GetCharacterActor_ReturnValue) == 0x000038, "Member 'BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell::CallFunc_GetCharacterActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell, CallFunc_DoDamageOverTime_ReturnValue) == 0x000049, "Member 'BP_ConfringoSpell_C_ExecuteUbergraph_BP_ConfringoSpell::CallFunc_DoDamageOverTime_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ConfringoSpell_C \ static_assert(alignof(ABP_ConfringoSpell_C) == 0x000008, "Wrong alignment on ABP_ConfringoSpell_C"); \ static_assert(sizeof(ABP_ConfringoSpell_C) == 0x0009C0, "Wrong size on ABP_ConfringoSpell_C"); \ static_assert(offsetof(ABP_ConfringoSpell_C, UberGraphFrame) == 0x000998, "Member 'ABP_ConfringoSpell_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_ConfringoSpell_C, DefaultSceneRoot) == 0x0009A0, "Member 'ABP_ConfringoSpell_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_ConfringoSpell_C, In_Munition_Data_Assets) == 0x0009A8, "Member 'ABP_ConfringoSpell_C::In_Munition_Data_Assets' has a wrong offset!"); \ static_assert(offsetof(ABP_ConfringoSpell_C, Multi_FX2) == 0x0009B8, "Member 'ABP_ConfringoSpell_C::Multi_FX2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationBudgetAllocatorParameters \ static_assert(alignof(FAnimationBudgetAllocatorParameters) == 0x000004, "Wrong alignment on FAnimationBudgetAllocatorParameters"); \ static_assert(sizeof(FAnimationBudgetAllocatorParameters) == 0x000050, "Wrong size on FAnimationBudgetAllocatorParameters"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetInMs) == 0x000000, "Member 'FAnimationBudgetAllocatorParameters::BudgetInMs' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, MinQuality) == 0x000004, "Member 'FAnimationBudgetAllocatorParameters::MinQuality' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, MaxTickRate) == 0x000008, "Member 'FAnimationBudgetAllocatorParameters::MaxTickRate' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, WorkUnitSmoothingSpeed) == 0x00000C, "Member 'FAnimationBudgetAllocatorParameters::WorkUnitSmoothingSpeed' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, AlwaysTickFalloffAggression) == 0x000010, "Member 'FAnimationBudgetAllocatorParameters::AlwaysTickFalloffAggression' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, InterpolationFalloffAggression) == 0x000014, "Member 'FAnimationBudgetAllocatorParameters::InterpolationFalloffAggression' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, InterpolationMaxRate) == 0x000018, "Member 'FAnimationBudgetAllocatorParameters::InterpolationMaxRate' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, MaxInterpolatedComponents) == 0x00001C, "Member 'FAnimationBudgetAllocatorParameters::MaxInterpolatedComponents' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, InterpolationTickMultiplier) == 0x000020, "Member 'FAnimationBudgetAllocatorParameters::InterpolationTickMultiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, InitialEstimatedWorkUnitTimeMs) == 0x000024, "Member 'FAnimationBudgetAllocatorParameters::InitialEstimatedWorkUnitTimeMs' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, MaxTickedOffsreenComponents) == 0x000028, "Member 'FAnimationBudgetAllocatorParameters::MaxTickedOffsreenComponents' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, StateChangeThrottleInFrames) == 0x00002C, "Member 'FAnimationBudgetAllocatorParameters::StateChangeThrottleInFrames' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetFactorBeforeReducedWork) == 0x000030, "Member 'FAnimationBudgetAllocatorParameters::BudgetFactorBeforeReducedWork' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetFactorBeforeReducedWorkEpsilon) == 0x000034, "Member 'FAnimationBudgetAllocatorParameters::BudgetFactorBeforeReducedWorkEpsilon' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetPressureSmoothingSpeed) == 0x000038, "Member 'FAnimationBudgetAllocatorParameters::BudgetPressureSmoothingSpeed' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, ReducedWorkThrottleMinInFrames) == 0x00003C, "Member 'FAnimationBudgetAllocatorParameters::ReducedWorkThrottleMinInFrames' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, ReducedWorkThrottleMaxInFrames) == 0x000040, "Member 'FAnimationBudgetAllocatorParameters::ReducedWorkThrottleMaxInFrames' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetFactorBeforeAggressiveReducedWork) == 0x000044, "Member 'FAnimationBudgetAllocatorParameters::BudgetFactorBeforeAggressiveReducedWork' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, ReducedWorkThrottleMaxPerFrame) == 0x000048, "Member 'FAnimationBudgetAllocatorParameters::ReducedWorkThrottleMaxPerFrame' has a wrong offset!"); \ static_assert(offsetof(FAnimationBudgetAllocatorParameters, BudgetPressureBeforeEmergencyReducedWork) == 0x00004C, "Member 'FAnimationBudgetAllocatorParameters::BudgetPressureBeforeEmergencyReducedWork' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationBudgetBlueprintLibrary_EnableAnimationBudget \ static_assert(alignof(AnimationBudgetBlueprintLibrary_EnableAnimationBudget) == 0x000008, "Wrong alignment on AnimationBudgetBlueprintLibrary_EnableAnimationBudget"); \ static_assert(sizeof(AnimationBudgetBlueprintLibrary_EnableAnimationBudget) == 0x000010, "Wrong size on AnimationBudgetBlueprintLibrary_EnableAnimationBudget"); \ static_assert(offsetof(AnimationBudgetBlueprintLibrary_EnableAnimationBudget, WorldContextObject) == 0x000000, "Member 'AnimationBudgetBlueprintLibrary_EnableAnimationBudget::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AnimationBudgetBlueprintLibrary_EnableAnimationBudget, bEnabled) == 0x000008, "Member 'AnimationBudgetBlueprintLibrary_EnableAnimationBudget::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters \ static_assert(alignof(AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters) == 0x000008, "Wrong alignment on AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters"); \ static_assert(sizeof(AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters) == 0x000058, "Wrong size on AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters"); \ static_assert(offsetof(AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters, WorldContextObject) == 0x000000, "Member 'AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters, InParameters) == 0x000008, "Member 'AnimationBudgetBlueprintLibrary_SetAnimationBudgetParameters::InParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationBudgetBlueprintLibrary \ static_assert(alignof(UAnimationBudgetBlueprintLibrary) == 0x000008, "Wrong alignment on UAnimationBudgetBlueprintLibrary"); \ static_assert(sizeof(UAnimationBudgetBlueprintLibrary) == 0x000028, "Wrong size on UAnimationBudgetBlueprintLibrary"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator \ static_assert(alignof(SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator) == 0x000001, "Wrong alignment on SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator"); \ static_assert(sizeof(SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator) == 0x000001, "Wrong size on SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator"); \ static_assert(offsetof(SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator, bInAutoRegisterWithBudgetAllocator) == 0x000000, "Member 'SkeletalMeshComponentBudgeted_SetAutoRegisterWithBudgetAllocator::bInAutoRegisterWithBudgetAllocator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkeletalMeshComponentBudgeted \ static_assert(alignof(USkeletalMeshComponentBudgeted) == 0x000010, "Wrong alignment on USkeletalMeshComponentBudgeted"); \ static_assert(sizeof(USkeletalMeshComponentBudgeted) == 0x000F60, "Wrong size on USkeletalMeshComponentBudgeted"); \ #define DUMPER7_ASSERTS_ULODStreamingManager \ static_assert(alignof(ULODStreamingManager) == 0x000008, "Wrong alignment on ULODStreamingManager"); \ static_assert(sizeof(ULODStreamingManager) == 0x000028, "Wrong size on ULODStreamingManager"); \ #define DUMPER7_ASSERTS_UForceResidentStreamableRenderAssetCollectionWrapper \ static_assert(alignof(UForceResidentStreamableRenderAssetCollectionWrapper) == 0x000008, "Wrong alignment on UForceResidentStreamableRenderAssetCollectionWrapper"); \ static_assert(sizeof(UForceResidentStreamableRenderAssetCollectionWrapper) == 0x000038, "Wrong size on UForceResidentStreamableRenderAssetCollectionWrapper"); \ #define DUMPER7_ASSERTS_FHighContrastGameplayBucketPrimitiveState \ static_assert(alignof(FHighContrastGameplayBucketPrimitiveState) == 0x000008, "Wrong alignment on FHighContrastGameplayBucketPrimitiveState"); \ static_assert(sizeof(FHighContrastGameplayBucketPrimitiveState) == 0x000010, "Wrong size on FHighContrastGameplayBucketPrimitiveState"); \ static_assert(offsetof(FHighContrastGameplayBucketPrimitiveState, State) == 0x000000, "Member 'FHighContrastGameplayBucketPrimitiveState::State' has a wrong offset!"); \ static_assert(offsetof(FHighContrastGameplayBucketPrimitiveState, Bucket) == 0x000008, "Member 'FHighContrastGameplayBucketPrimitiveState::Bucket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AccessibilitySettings_GetHighContrastMode \ static_assert(alignof(AccessibilitySettings_GetHighContrastMode) == 0x000004, "Wrong alignment on AccessibilitySettings_GetHighContrastMode"); \ static_assert(sizeof(AccessibilitySettings_GetHighContrastMode) == 0x000004, "Wrong size on AccessibilitySettings_GetHighContrastMode"); \ static_assert(offsetof(AccessibilitySettings_GetHighContrastMode, HighContrastMode) == 0x000000, "Member 'AccessibilitySettings_GetHighContrastMode::HighContrastMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AccessibilitySettings_HighContrastModeEnabled \ static_assert(alignof(AccessibilitySettings_HighContrastModeEnabled) == 0x000001, "Wrong alignment on AccessibilitySettings_HighContrastModeEnabled"); \ static_assert(sizeof(AccessibilitySettings_HighContrastModeEnabled) == 0x000002, "Wrong size on AccessibilitySettings_HighContrastModeEnabled"); \ static_assert(offsetof(AccessibilitySettings_HighContrastModeEnabled, HighContrastMode) == 0x000000, "Member 'AccessibilitySettings_HighContrastModeEnabled::HighContrastMode' has a wrong offset!"); \ static_assert(offsetof(AccessibilitySettings_HighContrastModeEnabled, bEnabled) == 0x000001, "Member 'AccessibilitySettings_HighContrastModeEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAccessibilitySettings \ static_assert(alignof(UAccessibilitySettings) == 0x000008, "Wrong alignment on UAccessibilitySettings"); \ static_assert(sizeof(UAccessibilitySettings) == 0x000028, "Wrong size on UAccessibilitySettings"); \ #define DUMPER7_ASSERTS_UHighContrastGameplayMarkupComponent \ static_assert(alignof(UHighContrastGameplayMarkupComponent) == 0x000008, "Wrong alignment on UHighContrastGameplayMarkupComponent"); \ static_assert(sizeof(UHighContrastGameplayMarkupComponent) == 0x0000D0, "Wrong size on UHighContrastGameplayMarkupComponent"); \ #define DUMPER7_ASSERTS_PerWorldAccessibilitySettings_ActorIsInHighContrastGameplayBucket \ static_assert(alignof(PerWorldAccessibilitySettings_ActorIsInHighContrastGameplayBucket) == 0x000008, "Wrong alignment on PerWorldAccessibilitySettings_ActorIsInHighContrastGameplayBucket"); \ static_assert(sizeof(PerWorldAccessibilitySettings_ActorIsInHighContrastGameplayBucket) == 0x000010, "Wrong size on PerWorldAccessibilitySettings_ActorIsInHighContrastGameplayBucket"); \ static_assert(offsetof(PerWorldAccessibilitySettings_ActorIsInHighContrastGameplayBucket, Actor) == 0x000000, "Member 'PerWorldAccessibilitySettings_ActorIsInHighContrastGameplayBucket::Actor' has a wrong offset!"); \ static_assert(offsetof(PerWorldAccessibilitySettings_ActorIsInHighContrastGameplayBucket, Bucket) == 0x000008, "Member 'PerWorldAccessibilitySettings_ActorIsInHighContrastGameplayBucket::Bucket' has a wrong offset!"); \ static_assert(offsetof(PerWorldAccessibilitySettings_ActorIsInHighContrastGameplayBucket, bFound) == 0x000009, "Member 'PerWorldAccessibilitySettings_ActorIsInHighContrastGameplayBucket::bFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerWorldAccessibilitySettings_AddActorToHighContrastGameplayBucket \ static_assert(alignof(PerWorldAccessibilitySettings_AddActorToHighContrastGameplayBucket) == 0x000008, "Wrong alignment on PerWorldAccessibilitySettings_AddActorToHighContrastGameplayBucket"); \ static_assert(sizeof(PerWorldAccessibilitySettings_AddActorToHighContrastGameplayBucket) == 0x000010, "Wrong size on PerWorldAccessibilitySettings_AddActorToHighContrastGameplayBucket"); \ static_assert(offsetof(PerWorldAccessibilitySettings_AddActorToHighContrastGameplayBucket, Actor) == 0x000000, "Member 'PerWorldAccessibilitySettings_AddActorToHighContrastGameplayBucket::Actor' has a wrong offset!"); \ static_assert(offsetof(PerWorldAccessibilitySettings_AddActorToHighContrastGameplayBucket, Bucket) == 0x000008, "Member 'PerWorldAccessibilitySettings_AddActorToHighContrastGameplayBucket::Bucket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerWorldAccessibilitySettings_AddPrimitiveToHighContrastGameplayBucket \ static_assert(alignof(PerWorldAccessibilitySettings_AddPrimitiveToHighContrastGameplayBucket) == 0x000008, "Wrong alignment on PerWorldAccessibilitySettings_AddPrimitiveToHighContrastGameplayBucket"); \ static_assert(sizeof(PerWorldAccessibilitySettings_AddPrimitiveToHighContrastGameplayBucket) == 0x000010, "Wrong size on PerWorldAccessibilitySettings_AddPrimitiveToHighContrastGameplayBucket"); \ static_assert(offsetof(PerWorldAccessibilitySettings_AddPrimitiveToHighContrastGameplayBucket, PrimitiveComponent) == 0x000000, "Member 'PerWorldAccessibilitySettings_AddPrimitiveToHighContrastGameplayBucket::PrimitiveComponent' has a wrong offset!"); \ static_assert(offsetof(PerWorldAccessibilitySettings_AddPrimitiveToHighContrastGameplayBucket, Bucket) == 0x000008, "Member 'PerWorldAccessibilitySettings_AddPrimitiveToHighContrastGameplayBucket::Bucket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerWorldAccessibilitySettings_PrimitiveIsInHighContrastGameplayBucket \ static_assert(alignof(PerWorldAccessibilitySettings_PrimitiveIsInHighContrastGameplayBucket) == 0x000008, "Wrong alignment on PerWorldAccessibilitySettings_PrimitiveIsInHighContrastGameplayBucket"); \ static_assert(sizeof(PerWorldAccessibilitySettings_PrimitiveIsInHighContrastGameplayBucket) == 0x000010, "Wrong size on PerWorldAccessibilitySettings_PrimitiveIsInHighContrastGameplayBucket"); \ static_assert(offsetof(PerWorldAccessibilitySettings_PrimitiveIsInHighContrastGameplayBucket, PrimitiveComponent) == 0x000000, "Member 'PerWorldAccessibilitySettings_PrimitiveIsInHighContrastGameplayBucket::PrimitiveComponent' has a wrong offset!"); \ static_assert(offsetof(PerWorldAccessibilitySettings_PrimitiveIsInHighContrastGameplayBucket, Bucket) == 0x000008, "Member 'PerWorldAccessibilitySettings_PrimitiveIsInHighContrastGameplayBucket::Bucket' has a wrong offset!"); \ static_assert(offsetof(PerWorldAccessibilitySettings_PrimitiveIsInHighContrastGameplayBucket, bFound) == 0x000009, "Member 'PerWorldAccessibilitySettings_PrimitiveIsInHighContrastGameplayBucket::bFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerWorldAccessibilitySettings_RemoveActorFromHighContrastGameplayBucket \ static_assert(alignof(PerWorldAccessibilitySettings_RemoveActorFromHighContrastGameplayBucket) == 0x000008, "Wrong alignment on PerWorldAccessibilitySettings_RemoveActorFromHighContrastGameplayBucket"); \ static_assert(sizeof(PerWorldAccessibilitySettings_RemoveActorFromHighContrastGameplayBucket) == 0x000010, "Wrong size on PerWorldAccessibilitySettings_RemoveActorFromHighContrastGameplayBucket"); \ static_assert(offsetof(PerWorldAccessibilitySettings_RemoveActorFromHighContrastGameplayBucket, Actor) == 0x000000, "Member 'PerWorldAccessibilitySettings_RemoveActorFromHighContrastGameplayBucket::Actor' has a wrong offset!"); \ static_assert(offsetof(PerWorldAccessibilitySettings_RemoveActorFromHighContrastGameplayBucket, Bucket) == 0x000008, "Member 'PerWorldAccessibilitySettings_RemoveActorFromHighContrastGameplayBucket::Bucket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerWorldAccessibilitySettings_RemoveActorFromHighContrastGameplayBuckets \ static_assert(alignof(PerWorldAccessibilitySettings_RemoveActorFromHighContrastGameplayBuckets) == 0x000008, "Wrong alignment on PerWorldAccessibilitySettings_RemoveActorFromHighContrastGameplayBuckets"); \ static_assert(sizeof(PerWorldAccessibilitySettings_RemoveActorFromHighContrastGameplayBuckets) == 0x000008, "Wrong size on PerWorldAccessibilitySettings_RemoveActorFromHighContrastGameplayBuckets"); \ static_assert(offsetof(PerWorldAccessibilitySettings_RemoveActorFromHighContrastGameplayBuckets, Actor) == 0x000000, "Member 'PerWorldAccessibilitySettings_RemoveActorFromHighContrastGameplayBuckets::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerWorldAccessibilitySettings_RemovePrimitiveFromHighContrastGameplayBuckets \ static_assert(alignof(PerWorldAccessibilitySettings_RemovePrimitiveFromHighContrastGameplayBuckets) == 0x000008, "Wrong alignment on PerWorldAccessibilitySettings_RemovePrimitiveFromHighContrastGameplayBuckets"); \ static_assert(sizeof(PerWorldAccessibilitySettings_RemovePrimitiveFromHighContrastGameplayBuckets) == 0x000008, "Wrong size on PerWorldAccessibilitySettings_RemovePrimitiveFromHighContrastGameplayBuckets"); \ static_assert(offsetof(PerWorldAccessibilitySettings_RemovePrimitiveFromHighContrastGameplayBuckets, PrimitiveComponent) == 0x000000, "Member 'PerWorldAccessibilitySettings_RemovePrimitiveFromHighContrastGameplayBuckets::PrimitiveComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APerWorldAccessibilitySettings \ static_assert(alignof(APerWorldAccessibilitySettings) == 0x000008, "Wrong alignment on APerWorldAccessibilitySettings"); \ static_assert(sizeof(APerWorldAccessibilitySettings) == 0x0003B8, "Wrong size on APerWorldAccessibilitySettings"); \ static_assert(offsetof(APerWorldAccessibilitySettings, HighContrastMPC) == 0x000248, "Member 'APerWorldAccessibilitySettings::HighContrastMPC' has a wrong offset!"); \ static_assert(offsetof(APerWorldAccessibilitySettings, ExtraHighContrastMPC) == 0x000250, "Member 'APerWorldAccessibilitySettings::ExtraHighContrastMPC' has a wrong offset!"); \ static_assert(offsetof(APerWorldAccessibilitySettings, CurrentTarget) == 0x000258, "Member 'APerWorldAccessibilitySettings::CurrentTarget' has a wrong offset!"); \ static_assert(offsetof(APerWorldAccessibilitySettings, OutlineTarget) == 0x000260, "Member 'APerWorldAccessibilitySettings::OutlineTarget' has a wrong offset!"); \ static_assert(offsetof(APerWorldAccessibilitySettings, TargetStencilValue) == 0x000268, "Member 'APerWorldAccessibilitySettings::TargetStencilValue' has a wrong offset!"); \ static_assert(offsetof(APerWorldAccessibilitySettings, PrimitiveStateBuckets) == 0x0002F8, "Member 'APerWorldAccessibilitySettings::PrimitiveStateBuckets' has a wrong offset!"); \ static_assert(offsetof(APerWorldAccessibilitySettings, MeshChangedActorMap) == 0x000350, "Member 'APerWorldAccessibilitySettings::MeshChangedActorMap' has a wrong offset!"); \ static_assert(offsetof(APerWorldAccessibilitySettings, SetBaseStencilValue) == 0x0003A0, "Member 'APerWorldAccessibilitySettings::SetBaseStencilValue' has a wrong offset!"); \ static_assert(offsetof(APerWorldAccessibilitySettings, LastSetTargetStencilValue) == 0x0003A4, "Member 'APerWorldAccessibilitySettings::LastSetTargetStencilValue' has a wrong offset!"); \ static_assert(offsetof(APerWorldAccessibilitySettings, LastFadeToBlackBlend) == 0x0003A8, "Member 'APerWorldAccessibilitySettings::LastFadeToBlackBlend' has a wrong offset!"); \ static_assert(offsetof(APerWorldAccessibilitySettings, LastExtraValue) == 0x0003AC, "Member 'APerWorldAccessibilitySettings::LastExtraValue' has a wrong offset!"); \ static_assert(offsetof(APerWorldAccessibilitySettings, StateAlpha) == 0x0003B0, "Member 'APerWorldAccessibilitySettings::StateAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop \ static_assert(alignof(ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop) == 0x000008, "Wrong alignment on ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop"); \ static_assert(sizeof(ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop) == 0x000070, "Wrong size on ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop"); \ static_assert(offsetof(ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop, EntryPoint) == 0x000000, "Member 'ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop, K2Node_Event_Context) == 0x000008, "Member 'ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Oppugno_ChannelingLoop_C_ExecuteUbergraph_ABL_Oppugno_ChannelingLoop::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Oppugno_ChannelingLoop_C_OnAbilityBranch \ static_assert(alignof(ABL_Oppugno_ChannelingLoop_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Oppugno_ChannelingLoop_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Oppugno_ChannelingLoop_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Oppugno_ChannelingLoop_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Oppugno_ChannelingLoop_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Oppugno_ChannelingLoop_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Oppugno_ChannelingLoop_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Oppugno_ChannelingLoop_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Oppugno_ChannelingLoop_C_OnAbilityStart \ static_assert(alignof(ABL_Oppugno_ChannelingLoop_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Oppugno_ChannelingLoop_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Oppugno_ChannelingLoop_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Oppugno_ChannelingLoop_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Oppugno_ChannelingLoop_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Oppugno_ChannelingLoop_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Oppugno_ChannelingLoop_C \ static_assert(alignof(UABL_Oppugno_ChannelingLoop_C) == 0x000008, "Wrong alignment on UABL_Oppugno_ChannelingLoop_C"); \ static_assert(sizeof(UABL_Oppugno_ChannelingLoop_C) == 0x0000D0, "Wrong size on UABL_Oppugno_ChannelingLoop_C"); \ static_assert(offsetof(UABL_Oppugno_ChannelingLoop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Oppugno_ChannelingLoop_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedMoveRequestProvider \ static_assert(alignof(FCachedMoveRequestProvider) == 0x000001, "Wrong alignment on FCachedMoveRequestProvider"); \ static_assert(sizeof(FCachedMoveRequestProvider) == 0x000001, "Wrong size on FCachedMoveRequestProvider"); \ #define DUMPER7_ASSERTS_FClothOptionsInstanceData \ static_assert(alignof(FClothOptionsInstanceData) == 0x000008, "Wrong alignment on FClothOptionsInstanceData"); \ static_assert(sizeof(FClothOptionsInstanceData) == 0x0000A8, "Wrong size on FClothOptionsInstanceData"); \ #define DUMPER7_ASSERTS_FTickAssetPlayerProxy_WeightedNotify \ static_assert(alignof(FTickAssetPlayerProxy_WeightedNotify) == 0x000008, "Wrong alignment on FTickAssetPlayerProxy_WeightedNotify"); \ static_assert(sizeof(FTickAssetPlayerProxy_WeightedNotify) == 0x000018, "Wrong size on FTickAssetPlayerProxy_WeightedNotify"); \ static_assert(offsetof(FTickAssetPlayerProxy_WeightedNotify, NotifyReferences) == 0x000000, "Member 'FTickAssetPlayerProxy_WeightedNotify::NotifyReferences' has a wrong offset!"); \ static_assert(offsetof(FTickAssetPlayerProxy_WeightedNotify, NotifyWeight) == 0x000010, "Member 'FTickAssetPlayerProxy_WeightedNotify::NotifyWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConversationCameraRegistration \ static_assert(alignof(FConversationCameraRegistration) == 0x000008, "Wrong alignment on FConversationCameraRegistration"); \ static_assert(sizeof(FConversationCameraRegistration) == 0x000058, "Wrong size on FConversationCameraRegistration"); \ static_assert(offsetof(FConversationCameraRegistration, Name) == 0x000000, "Member 'FConversationCameraRegistration::Name' has a wrong offset!"); \ static_assert(offsetof(FConversationCameraRegistration, DisplayName) == 0x000008, "Member 'FConversationCameraRegistration::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FConversationCameraRegistration, Description) == 0x000018, "Member 'FConversationCameraRegistration::Description' has a wrong offset!"); \ static_assert(offsetof(FConversationCameraRegistration, CameraTags) == 0x000028, "Member 'FConversationCameraRegistration::CameraTags' has a wrong offset!"); \ static_assert(offsetof(FConversationCameraRegistration, AvoidTransitionCameraNames) == 0x000048, "Member 'FConversationCameraRegistration::AvoidTransitionCameraNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimatedVectorPropertyDriver \ static_assert(alignof(FAnimatedVectorPropertyDriver) == 0x000008, "Wrong alignment on FAnimatedVectorPropertyDriver"); \ static_assert(sizeof(FAnimatedVectorPropertyDriver) == 0x000048, "Wrong size on FAnimatedVectorPropertyDriver"); \ static_assert(offsetof(FAnimatedVectorPropertyDriver, DefaultValue) == 0x000024, "Member 'FAnimatedVectorPropertyDriver::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConversationEmotion \ static_assert(alignof(FConversationEmotion) == 0x000004, "Wrong alignment on FConversationEmotion"); \ static_assert(sizeof(FConversationEmotion) == 0x000008, "Wrong size on FConversationEmotion"); \ static_assert(offsetof(FConversationEmotion, Emotion) == 0x000000, "Member 'FConversationEmotion::Emotion' has a wrong offset!"); \ static_assert(offsetof(FConversationEmotion, HoldTime) == 0x000004, "Member 'FConversationEmotion::HoldTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimatedPropertyDriverBase \ static_assert(alignof(FAnimatedPropertyDriverBase) == 0x000008, "Wrong alignment on FAnimatedPropertyDriverBase"); \ static_assert(sizeof(FAnimatedPropertyDriverBase) == 0x000020, "Wrong size on FAnimatedPropertyDriverBase"); \ #define DUMPER7_ASSERTS_FConversationExplicitCameraShot_CameraListItem \ static_assert(alignof(FConversationExplicitCameraShot_CameraListItem) == 0x000008, "Wrong alignment on FConversationExplicitCameraShot_CameraListItem"); \ static_assert(sizeof(FConversationExplicitCameraShot_CameraListItem) == 0x000010, "Wrong size on FConversationExplicitCameraShot_CameraListItem"); \ static_assert(offsetof(FConversationExplicitCameraShot_CameraListItem, Camera) == 0x000000, "Member 'FConversationExplicitCameraShot_CameraListItem::Camera' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitCameraShot_CameraListItem, weight) == 0x000008, "Member 'FConversationExplicitCameraShot_CameraListItem::weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConversationExplicitCameraShot \ static_assert(alignof(FConversationExplicitCameraShot) == 0x000008, "Wrong alignment on FConversationExplicitCameraShot"); \ static_assert(sizeof(FConversationExplicitCameraShot) == 0x000048, "Wrong size on FConversationExplicitCameraShot"); \ static_assert(offsetof(FConversationExplicitCameraShot, Name) == 0x000000, "Member 'FConversationExplicitCameraShot::Name' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitCameraShot, DisplayName) == 0x000008, "Member 'FConversationExplicitCameraShot::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitCameraShot, Description) == 0x000018, "Member 'FConversationExplicitCameraShot::Description' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitCameraShot, AvatarCameras) == 0x000028, "Member 'FConversationExplicitCameraShot::AvatarCameras' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitCameraShot, InteractionActorCameras) == 0x000038, "Member 'FConversationExplicitCameraShot::InteractionActorCameras' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimatedIntegerPropertyDriver \ static_assert(alignof(FAnimatedIntegerPropertyDriver) == 0x000008, "Wrong alignment on FAnimatedIntegerPropertyDriver"); \ static_assert(sizeof(FAnimatedIntegerPropertyDriver) == 0x000028, "Wrong size on FAnimatedIntegerPropertyDriver"); \ static_assert(offsetof(FAnimatedIntegerPropertyDriver, DefaultValue) == 0x000020, "Member 'FAnimatedIntegerPropertyDriver::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimatedBoolPropertyDriver \ static_assert(alignof(FAnimatedBoolPropertyDriver) == 0x000008, "Wrong alignment on FAnimatedBoolPropertyDriver"); \ static_assert(sizeof(FAnimatedBoolPropertyDriver) == 0x000028, "Wrong size on FAnimatedBoolPropertyDriver"); \ static_assert(offsetof(FAnimatedBoolPropertyDriver, DefaultValue) == 0x000020, "Member 'FAnimatedBoolPropertyDriver::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationRequestLayerReference \ static_assert(alignof(FAnimationRequestLayerReference) == 0x000004, "Wrong alignment on FAnimationRequestLayerReference"); \ static_assert(sizeof(FAnimationRequestLayerReference) == 0x000008, "Wrong size on FAnimationRequestLayerReference"); \ static_assert(offsetof(FAnimationRequestLayerReference, LayerName) == 0x000000, "Member 'FAnimationRequestLayerReference::LayerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConversationExplicitLayeredAnimation \ static_assert(alignof(FConversationExplicitLayeredAnimation) == 0x000008, "Wrong alignment on FConversationExplicitLayeredAnimation"); \ static_assert(sizeof(FConversationExplicitLayeredAnimation) == 0x000078, "Wrong size on FConversationExplicitLayeredAnimation"); \ static_assert(offsetof(FConversationExplicitLayeredAnimation, Name) == 0x000000, "Member 'FConversationExplicitLayeredAnimation::Name' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitLayeredAnimation, DisplayName) == 0x000008, "Member 'FConversationExplicitLayeredAnimation::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitLayeredAnimation, Description) == 0x000018, "Member 'FConversationExplicitLayeredAnimation::Description' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitLayeredAnimation, Tags) == 0x000028, "Member 'FConversationExplicitLayeredAnimation::Tags' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitLayeredAnimation, Layer) == 0x000048, "Member 'FConversationExplicitLayeredAnimation::Layer' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitLayeredAnimation, Mask) == 0x000050, "Member 'FConversationExplicitLayeredAnimation::Mask' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitLayeredAnimation, BlendWeight) == 0x000058, "Member 'FConversationExplicitLayeredAnimation::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitLayeredAnimation, BlendWeightVariability) == 0x00005C, "Member 'FConversationExplicitLayeredAnimation::BlendWeightVariability' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitLayeredAnimation, ComputedBlendWeight) == 0x000060, "Member 'FConversationExplicitLayeredAnimation::ComputedBlendWeight' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitLayeredAnimation, BlendTime) == 0x000068, "Member 'FConversationExplicitLayeredAnimation::BlendTime' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitLayeredAnimation, BlendTimeVariability) == 0x00006C, "Member 'FConversationExplicitLayeredAnimation::BlendTimeVariability' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitLayeredAnimation, Blocking) == 0x000070, "Member 'FConversationExplicitLayeredAnimation::Blocking' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConversationExplicitLayeredAnimationCategory \ static_assert(alignof(FConversationExplicitLayeredAnimationCategory) == 0x000008, "Wrong alignment on FConversationExplicitLayeredAnimationCategory"); \ static_assert(sizeof(FConversationExplicitLayeredAnimationCategory) == 0x000038, "Wrong size on FConversationExplicitLayeredAnimationCategory"); \ static_assert(offsetof(FConversationExplicitLayeredAnimationCategory, Name) == 0x000000, "Member 'FConversationExplicitLayeredAnimationCategory::Name' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitLayeredAnimationCategory, DisplayName) == 0x000008, "Member 'FConversationExplicitLayeredAnimationCategory::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitLayeredAnimationCategory, Description) == 0x000018, "Member 'FConversationExplicitLayeredAnimationCategory::Description' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitLayeredAnimationCategory, Animations) == 0x000028, "Member 'FConversationExplicitLayeredAnimationCategory::Animations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimatedFloatPropertyDriver \ static_assert(alignof(FAnimatedFloatPropertyDriver) == 0x000008, "Wrong alignment on FAnimatedFloatPropertyDriver"); \ static_assert(sizeof(FAnimatedFloatPropertyDriver) == 0x000028, "Wrong size on FAnimatedFloatPropertyDriver"); \ static_assert(offsetof(FAnimatedFloatPropertyDriver, DefaultValue) == 0x000020, "Member 'FAnimatedFloatPropertyDriver::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ConstrainRotation_DebugSettings \ static_assert(alignof(FRigUnit_ConstrainRotation_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_ConstrainRotation_DebugSettings"); \ static_assert(sizeof(FRigUnit_ConstrainRotation_DebugSettings) == 0x000040, "Wrong size on FRigUnit_ConstrainRotation_DebugSettings"); \ static_assert(offsetof(FRigUnit_ConstrainRotation_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_ConstrainRotation_DebugSettings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ConstrainRotation_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_ConstrainRotation_DebugSettings::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ConstrainRotation_DebugSettings, WorldOffset) == 0x000010, "Member 'FRigUnit_ConstrainRotation_DebugSettings::WorldOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FControlRigConeConstraint \ static_assert(alignof(FControlRigConeConstraint) == 0x000004, "Wrong alignment on FControlRigConeConstraint"); \ static_assert(sizeof(FControlRigConeConstraint) == 0x000018, "Wrong size on FControlRigConeConstraint"); \ static_assert(offsetof(FControlRigConeConstraint, YawLimit) == 0x000000, "Member 'FControlRigConeConstraint::YawLimit' has a wrong offset!"); \ static_assert(offsetof(FControlRigConeConstraint, PitchLimit) == 0x000004, "Member 'FControlRigConeConstraint::PitchLimit' has a wrong offset!"); \ static_assert(offsetof(FControlRigConeConstraint, RollLimit) == 0x000008, "Member 'FControlRigConeConstraint::RollLimit' has a wrong offset!"); \ static_assert(offsetof(FControlRigConeConstraint, ConeRotation) == 0x00000C, "Member 'FControlRigConeConstraint::ConeRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ConstrainRotation_WorkData \ static_assert(alignof(FRigUnit_ConstrainRotation_WorkData) == 0x000008, "Wrong alignment on FRigUnit_ConstrainRotation_WorkData"); \ static_assert(sizeof(FRigUnit_ConstrainRotation_WorkData) == 0x000010, "Wrong size on FRigUnit_ConstrainRotation_WorkData"); \ static_assert(offsetof(FRigUnit_ConstrainRotation_WorkData, BoneIndices) == 0x000000, "Member 'FRigUnit_ConstrainRotation_WorkData::BoneIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ConstrainRotation \ static_assert(alignof(FRigUnit_ConstrainRotation) == 0x000010, "Wrong alignment on FRigUnit_ConstrainRotation"); \ static_assert(sizeof(FRigUnit_ConstrainRotation) == 0x0000F0, "Wrong size on FRigUnit_ConstrainRotation"); \ static_assert(offsetof(FRigUnit_ConstrainRotation, Bone) == 0x000068, "Member 'FRigUnit_ConstrainRotation::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ConstrainRotation, LocalRotation) == 0x000070, "Member 'FRigUnit_ConstrainRotation::LocalRotation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ConstrainRotation, weight) == 0x00007C, "Member 'FRigUnit_ConstrainRotation::weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ConstrainRotation, ConeConstraint) == 0x000080, "Member 'FRigUnit_ConstrainRotation::ConeConstraint' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ConstrainRotation, DebugSettings) == 0x0000A0, "Member 'FRigUnit_ConstrainRotation::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ConstrainRotation, WorkData) == 0x0000E0, "Member 'FRigUnit_ConstrainRotation::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationClip_RandomEntry \ static_assert(alignof(FAnimationClip_RandomEntry) == 0x000008, "Wrong alignment on FAnimationClip_RandomEntry"); \ static_assert(sizeof(FAnimationClip_RandomEntry) == 0x000010, "Wrong size on FAnimationClip_RandomEntry"); \ static_assert(offsetof(FAnimationClip_RandomEntry, ClipProvider) == 0x000000, "Member 'FAnimationClip_RandomEntry::ClipProvider' has a wrong offset!"); \ static_assert(offsetof(FAnimationClip_RandomEntry, weight) == 0x000008, "Member 'FAnimationClip_RandomEntry::weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeightedDirectionTarget \ static_assert(alignof(FWeightedDirectionTarget) == 0x000004, "Wrong alignment on FWeightedDirectionTarget"); \ static_assert(sizeof(FWeightedDirectionTarget) == 0x000010, "Wrong size on FWeightedDirectionTarget"); \ static_assert(offsetof(FWeightedDirectionTarget, TargetInWorldSpace) == 0x000000, "Member 'FWeightedDirectionTarget::TargetInWorldSpace' has a wrong offset!"); \ static_assert(offsetof(FWeightedDirectionTarget, weight) == 0x00000C, "Member 'FWeightedDirectionTarget::weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimRequest \ static_assert(alignof(FAnimRequest) == 0x000010, "Wrong alignment on FAnimRequest"); \ static_assert(sizeof(FAnimRequest) == 0x000080, "Wrong size on FAnimRequest"); \ #define DUMPER7_ASSERTS_FMoveRequest \ static_assert(alignof(FMoveRequest) == 0x000010, "Wrong alignment on FMoveRequest"); \ static_assert(sizeof(FMoveRequest) == 0x000040, "Wrong size on FMoveRequest"); \ #define DUMPER7_ASSERTS_FAnimationRequestLayerInstance \ static_assert(alignof(FAnimationRequestLayerInstance) == 0x000008, "Wrong alignment on FAnimationRequestLayerInstance"); \ static_assert(sizeof(FAnimationRequestLayerInstance) == 0x000110, "Wrong size on FAnimationRequestLayerInstance"); \ static_assert(offsetof(FAnimationRequestLayerInstance, AnimRequestProviders) == 0x000018, "Member 'FAnimationRequestLayerInstance::AnimRequestProviders' has a wrong offset!"); \ static_assert(offsetof(FAnimationRequestLayerInstance, PlacementRequestProviders) == 0x000028, "Member 'FAnimationRequestLayerInstance::PlacementRequestProviders' has a wrong offset!"); \ static_assert(offsetof(FAnimationRequestLayerInstance, RootMotionRequestProviders) == 0x000038, "Member 'FAnimationRequestLayerInstance::RootMotionRequestProviders' has a wrong offset!"); \ static_assert(offsetof(FAnimationRequestLayerInstance, AnimRequests) == 0x000048, "Member 'FAnimationRequestLayerInstance::AnimRequests' has a wrong offset!"); \ static_assert(offsetof(FAnimationRequestLayerInstance, PlacementRequests) == 0x000058, "Member 'FAnimationRequestLayerInstance::PlacementRequests' has a wrong offset!"); \ static_assert(offsetof(FAnimationRequestLayerInstance, RootMotionRequests) == 0x000068, "Member 'FAnimationRequestLayerInstance::RootMotionRequests' has a wrong offset!"); \ static_assert(offsetof(FAnimationRequestLayerInstance, LayerWeight) == 0x000078, "Member 'FAnimationRequestLayerInstance::LayerWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationLayer_Additive \ static_assert(alignof(FAnimationLayer_Additive) == 0x000008, "Wrong alignment on FAnimationLayer_Additive"); \ static_assert(sizeof(FAnimationLayer_Additive) == 0x000110, "Wrong size on FAnimationLayer_Additive"); \ #define DUMPER7_ASSERTS_FAnimationLayer_BlendAndAdd \ static_assert(alignof(FAnimationLayer_BlendAndAdd) == 0x000008, "Wrong alignment on FAnimationLayer_BlendAndAdd"); \ static_assert(sizeof(FAnimationLayer_BlendAndAdd) == 0x000110, "Wrong size on FAnimationLayer_BlendAndAdd"); \ #define DUMPER7_ASSERTS_FRigUnit_FourBoneIK_WorkData \ static_assert(alignof(FRigUnit_FourBoneIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_FourBoneIK_WorkData"); \ static_assert(sizeof(FRigUnit_FourBoneIK_WorkData) == 0x0000D8, "Wrong size on FRigUnit_FourBoneIK_WorkData"); \ static_assert(offsetof(FRigUnit_FourBoneIK_WorkData, BoneIndices) == 0x000000, "Member 'FRigUnit_FourBoneIK_WorkData::BoneIndices' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK_WorkData, BoneLengths) == 0x000010, "Member 'FRigUnit_FourBoneIK_WorkData::BoneLengths' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK_WorkData, HelperATransforms) == 0x000020, "Member 'FRigUnit_FourBoneIK_WorkData::HelperATransforms' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK_WorkData, HelperBTransforms) == 0x000030, "Member 'FRigUnit_FourBoneIK_WorkData::HelperBTransforms' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK_WorkData, ChainHierarchy) == 0x000040, "Member 'FRigUnit_FourBoneIK_WorkData::ChainHierarchy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationLayer_BlendAndReplace \ static_assert(alignof(FAnimationLayer_BlendAndReplace) == 0x000008, "Wrong alignment on FAnimationLayer_BlendAndReplace"); \ static_assert(sizeof(FAnimationLayer_BlendAndReplace) == 0x000110, "Wrong size on FAnimationLayer_BlendAndReplace"); \ #define DUMPER7_ASSERTS_FAnimationLayer_Modify \ static_assert(alignof(FAnimationLayer_Modify) == 0x000008, "Wrong alignment on FAnimationLayer_Modify"); \ static_assert(sizeof(FAnimationLayer_Modify) == 0x000110, "Wrong size on FAnimationLayer_Modify"); \ #define DUMPER7_ASSERTS_FRigUnit_AddOffsetToControl_BoneOffset \ static_assert(alignof(FRigUnit_AddOffsetToControl_BoneOffset) == 0x000004, "Wrong alignment on FRigUnit_AddOffsetToControl_BoneOffset"); \ static_assert(sizeof(FRigUnit_AddOffsetToControl_BoneOffset) == 0x000018, "Wrong size on FRigUnit_AddOffsetToControl_BoneOffset"); \ static_assert(offsetof(FRigUnit_AddOffsetToControl_BoneOffset, Bone) == 0x000000, "Member 'FRigUnit_AddOffsetToControl_BoneOffset::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AddOffsetToControl_BoneOffset, Control) == 0x000008, "Member 'FRigUnit_AddOffsetToControl_BoneOffset::Control' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AddOffsetToControl \ static_assert(alignof(FRigUnit_AddOffsetToControl) == 0x000010, "Wrong alignment on FRigUnit_AddOffsetToControl"); \ static_assert(sizeof(FRigUnit_AddOffsetToControl) == 0x0001D0, "Wrong size on FRigUnit_AddOffsetToControl"); \ static_assert(offsetof(FRigUnit_AddOffsetToControl, Control) == 0x000068, "Member 'FRigUnit_AddOffsetToControl::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AddOffsetToControl, BoneOffsets) == 0x000070, "Member 'FRigUnit_AddOffsetToControl::BoneOffsets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AddOffsetToControl, HeightWeightCurve) == 0x000080, "Member 'FRigUnit_AddOffsetToControl::HeightWeightCurve' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AddOffsetToControl, HeightMappingCurve) == 0x000108, "Member 'FRigUnit_AddOffsetToControl::HeightMappingCurve' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AddOffsetToControl, Transform) == 0x000190, "Member 'FRigUnit_AddOffsetToControl::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AddOffsetToControl, CachedControlIndex) == 0x0001C0, "Member 'FRigUnit_AddOffsetToControl::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationLayer_Replace \ static_assert(alignof(FAnimationLayer_Replace) == 0x000008, "Wrong alignment on FAnimationLayer_Replace"); \ static_assert(sizeof(FAnimationLayer_Replace) == 0x000110, "Wrong size on FAnimationLayer_Replace"); \ #define DUMPER7_ASSERTS_FMoveRequestInput \ static_assert(alignof(FMoveRequestInput) == 0x000004, "Wrong alignment on FMoveRequestInput"); \ static_assert(sizeof(FMoveRequestInput) == 0x00000C, "Wrong size on FMoveRequestInput"); \ #define DUMPER7_ASSERTS_FRigUnit_CurveRotation_WorkData \ static_assert(alignof(FRigUnit_CurveRotation_WorkData) == 0x000008, "Wrong alignment on FRigUnit_CurveRotation_WorkData"); \ static_assert(sizeof(FRigUnit_CurveRotation_WorkData) == 0x000048, "Wrong size on FRigUnit_CurveRotation_WorkData"); \ static_assert(offsetof(FRigUnit_CurveRotation_WorkData, BoneIndices) == 0x000000, "Member 'FRigUnit_CurveRotation_WorkData::BoneIndices' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation_WorkData, Angles) == 0x000010, "Member 'FRigUnit_CurveRotation_WorkData::Angles' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation_WorkData, BoneLocalTransforms) == 0x000020, "Member 'FRigUnit_CurveRotation_WorkData::BoneLocalTransforms' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation_WorkData, PrimaryCachedSpaceName) == 0x000030, "Member 'FRigUnit_CurveRotation_WorkData::PrimaryCachedSpaceName' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation_WorkData, PrimaryCachedSpaceIndex) == 0x000038, "Member 'FRigUnit_CurveRotation_WorkData::PrimaryCachedSpaceIndex' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation_WorkData, SecondaryCachedSpaceName) == 0x00003C, "Member 'FRigUnit_CurveRotation_WorkData::SecondaryCachedSpaceName' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation_WorkData, SecondaryCachedSpaceIndex) == 0x000044, "Member 'FRigUnit_CurveRotation_WorkData::SecondaryCachedSpaceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimRequestInput \ static_assert(alignof(FAnimRequestInput) == 0x000004, "Wrong alignment on FAnimRequestInput"); \ static_assert(sizeof(FAnimRequestInput) == 0x00000C, "Wrong size on FAnimRequestInput"); \ #define DUMPER7_ASSERTS_FAnimationRequestLayer \ static_assert(alignof(FAnimationRequestLayer) == 0x000008, "Wrong alignment on FAnimationRequestLayer"); \ static_assert(sizeof(FAnimationRequestLayer) == 0x000018, "Wrong size on FAnimationRequestLayer"); \ static_assert(offsetof(FAnimationRequestLayer, LayerName) == 0x000000, "Member 'FAnimationRequestLayer::LayerName' has a wrong offset!"); \ static_assert(offsetof(FAnimationRequestLayer, MaxLODLevel) == 0x000008, "Member 'FAnimationRequestLayer::MaxLODLevel' has a wrong offset!"); \ static_assert(offsetof(FAnimationRequestLayer, BlendType) == 0x00000C, "Member 'FAnimationRequestLayer::BlendType' has a wrong offset!"); \ static_assert(offsetof(FAnimationRequestLayer, bRecordLastSequence) == 0x00000D, "Member 'FAnimationRequestLayer::bRecordLastSequence' has a wrong offset!"); \ static_assert(offsetof(FAnimationRequestLayer, LayerMask) == 0x000010, "Member 'FAnimationRequestLayer::LayerMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TwoBoneIK_DebugSettings \ static_assert(alignof(FRigUnit_TwoBoneIK_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIK_DebugSettings"); \ static_assert(sizeof(FRigUnit_TwoBoneIK_DebugSettings) == 0x000040, "Wrong size on FRigUnit_TwoBoneIK_DebugSettings"); \ static_assert(offsetof(FRigUnit_TwoBoneIK_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_TwoBoneIK_DebugSettings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK_DebugSettings, bDrawAxes) == 0x000001, "Member 'FRigUnit_TwoBoneIK_DebugSettings::bDrawAxes' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK_DebugSettings, bDrawOriginalBoneChain) == 0x000002, "Member 'FRigUnit_TwoBoneIK_DebugSettings::bDrawOriginalBoneChain' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK_DebugSettings, bDrawPoleVectorCalculation) == 0x000003, "Member 'FRigUnit_TwoBoneIK_DebugSettings::bDrawPoleVectorCalculation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_TwoBoneIK_DebugSettings::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK_DebugSettings, WorldOffset) == 0x000010, "Member 'FRigUnit_TwoBoneIK_DebugSettings::WorldOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationSetEntry \ static_assert(alignof(FAnimationSetEntry) == 0x000008, "Wrong alignment on FAnimationSetEntry"); \ static_assert(sizeof(FAnimationSetEntry) == 0x000018, "Wrong size on FAnimationSetEntry"); \ static_assert(offsetof(FAnimationSetEntry, EntryName) == 0x000000, "Member 'FAnimationSetEntry::EntryName' has a wrong offset!"); \ static_assert(offsetof(FAnimationSetEntry, AnimationAsset) == 0x000008, "Member 'FAnimationSetEntry::AnimationAsset' has a wrong offset!"); \ static_assert(offsetof(FAnimationSetEntry, InWorldStatus) == 0x000010, "Member 'FAnimationSetEntry::InWorldStatus' has a wrong offset!"); \ static_assert(offsetof(FAnimationSetEntry, bSelectedForNextUse) == 0x000011, "Member 'FAnimationSetEntry::bSelectedForNextUse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationSet \ static_assert(alignof(FAnimationSet) == 0x000008, "Wrong alignment on FAnimationSet"); \ static_assert(sizeof(FAnimationSet) == 0x000010, "Wrong size on FAnimationSet"); \ static_assert(offsetof(FAnimationSet, AnimationEntries) == 0x000000, "Member 'FAnimationSet::AnimationEntries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimTrackRangedFloat \ static_assert(alignof(FAnimTrackRangedFloat) == 0x000004, "Wrong alignment on FAnimTrackRangedFloat"); \ static_assert(sizeof(FAnimTrackRangedFloat) == 0x00000C, "Wrong size on FAnimTrackRangedFloat"); \ static_assert(offsetof(FAnimTrackRangedFloat, UseRange) == 0x000000, "Member 'FAnimTrackRangedFloat::UseRange' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackRangedFloat, RangeMin) == 0x000004, "Member 'FAnimTrackRangedFloat::RangeMin' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackRangedFloat, RangeMax) == 0x000008, "Member 'FAnimTrackRangedFloat::RangeMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimTrackClipRange \ static_assert(alignof(FAnimTrackClipRange) == 0x000004, "Wrong alignment on FAnimTrackClipRange"); \ static_assert(sizeof(FAnimTrackClipRange) == 0x000034, "Wrong size on FAnimTrackClipRange"); \ static_assert(offsetof(FAnimTrackClipRange, RangeType) == 0x000000, "Member 'FAnimTrackClipRange::RangeType' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackClipRange, TimingOffset) == 0x000004, "Member 'FAnimTrackClipRange::TimingOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackClipRange, StartOffset) == 0x000010, "Member 'FAnimTrackClipRange::StartOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackClipRange, EndOffset) == 0x00001C, "Member 'FAnimTrackClipRange::EndOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackClipRange, Duration) == 0x000028, "Member 'FAnimTrackClipRange::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimTrackPlacementOptions \ static_assert(alignof(FAnimTrackPlacementOptions) == 0x000010, "Wrong alignment on FAnimTrackPlacementOptions"); \ static_assert(sizeof(FAnimTrackPlacementOptions) == 0x0000F0, "Wrong size on FAnimTrackPlacementOptions"); \ static_assert(offsetof(FAnimTrackPlacementOptions, ComponentInPlacementSpace) == 0x000000, "Member 'FAnimTrackPlacementOptions::ComponentInPlacementSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackPlacementOptions, RootInPlacementSpace) == 0x000030, "Member 'FAnimTrackPlacementOptions::RootInPlacementSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackPlacementOptions, PlacementInWorldSpace) == 0x000060, "Member 'FAnimTrackPlacementOptions::PlacementInWorldSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackPlacementOptions, PlacementIsValid) == 0x000090, "Member 'FAnimTrackPlacementOptions::PlacementIsValid' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackPlacementOptions, RootMotionIsValid) == 0x000091, "Member 'FAnimTrackPlacementOptions::RootMotionIsValid' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackPlacementOptions, InitialPlacementTransform) == 0x0000A0, "Member 'FAnimTrackPlacementOptions::InitialPlacementTransform' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackPlacementOptions, ConstrainedToPlacement) == 0x0000D0, "Member 'FAnimTrackPlacementOptions::ConstrainedToPlacement' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackPlacementOptions, PlacementIsMoving) == 0x0000D1, "Member 'FAnimTrackPlacementOptions::PlacementIsMoving' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackPlacementOptions, HandledByRequest) == 0x0000D2, "Member 'FAnimTrackPlacementOptions::HandledByRequest' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackPlacementOptions, RootEvaluationMode) == 0x0000D3, "Member 'FAnimTrackPlacementOptions::RootEvaluationMode' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackPlacementOptions, AccumulateRootMotion) == 0x0000D4, "Member 'FAnimTrackPlacementOptions::AccumulateRootMotion' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackPlacementOptions, PlacementProvider) == 0x0000D8, "Member 'FAnimTrackPlacementOptions::PlacementProvider' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackPlacementOptions, AnimationPlacementOffset) == 0x0000E0, "Member 'FAnimTrackPlacementOptions::AnimationPlacementOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimTrackPlaybackOptions \ static_assert(alignof(FAnimTrackPlaybackOptions) == 0x000004, "Wrong alignment on FAnimTrackPlaybackOptions"); \ static_assert(sizeof(FAnimTrackPlaybackOptions) == 0x00000C, "Wrong size on FAnimTrackPlaybackOptions"); \ static_assert(offsetof(FAnimTrackPlaybackOptions, PlayRateType) == 0x000000, "Member 'FAnimTrackPlaybackOptions::PlayRateType' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackPlaybackOptions, ForcedDuration) == 0x000004, "Member 'FAnimTrackPlaybackOptions::ForcedDuration' has a wrong offset!"); \ static_assert(offsetof(FAnimTrackPlaybackOptions, ForcedPlayRate) == 0x000008, "Member 'FAnimTrackPlaybackOptions::ForcedPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationTrack \ static_assert(alignof(FAnimationTrack) == 0x000010, "Wrong alignment on FAnimationTrack"); \ static_assert(sizeof(FAnimationTrack) == 0x0001D0, "Wrong size on FAnimationTrack"); \ static_assert(offsetof(FAnimationTrack, ParentObject) == 0x000000, "Member 'FAnimationTrack::ParentObject' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, Animation) == 0x000008, "Member 'FAnimationTrack::Animation' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, LocalAnimDuration) == 0x000010, "Member 'FAnimationTrack::LocalAnimDuration' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, PlayRate) == 0x000014, "Member 'FAnimationTrack::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, LocalAnimStart) == 0x000018, "Member 'FAnimationTrack::LocalAnimStart' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, TimingOffset) == 0x00001C, "Member 'FAnimationTrack::TimingOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, CurrentBlendSampleData) == 0x000020, "Member 'FAnimationTrack::CurrentBlendSampleData' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, AnimStart) == 0x000030, "Member 'FAnimationTrack::AnimStart' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, AnimEnd) == 0x000034, "Member 'FAnimationTrack::AnimEnd' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, CurrentLocalTime) == 0x000038, "Member 'FAnimationTrack::CurrentLocalTime' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, PreviousLocalTime) == 0x00003C, "Member 'FAnimationTrack::PreviousLocalTime' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, CurrentTime) == 0x000040, "Member 'FAnimationTrack::CurrentTime' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, CurrentBlendWeight) == 0x000044, "Member 'FAnimationTrack::CurrentBlendWeight' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, AnimationInPlacementSpace) == 0x000050, "Member 'FAnimationTrack::AnimationInPlacementSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, AnimationProvider) == 0x000080, "Member 'FAnimationTrack::AnimationProvider' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, BlendSpaceInput) == 0x000088, "Member 'FAnimationTrack::BlendSpaceInput' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, ReselectOnLoopBoundaries) == 0x000090, "Member 'FAnimationTrack::ReselectOnLoopBoundaries' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, ClipSubRange) == 0x000094, "Member 'FAnimationTrack::ClipSubRange' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, PlacementOptions) == 0x0000D0, "Member 'FAnimationTrack::PlacementOptions' has a wrong offset!"); \ static_assert(offsetof(FAnimationTrack, PlaybackOptions) == 0x0001C0, "Member 'FAnimationTrack::PlaybackOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_FourBoneIK_DebugSettings \ static_assert(alignof(FRigUnit_FourBoneIK_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_FourBoneIK_DebugSettings"); \ static_assert(sizeof(FRigUnit_FourBoneIK_DebugSettings) == 0x000040, "Wrong size on FRigUnit_FourBoneIK_DebugSettings"); \ static_assert(offsetof(FRigUnit_FourBoneIK_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_FourBoneIK_DebugSettings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK_DebugSettings, bDrawAxes) == 0x000001, "Member 'FRigUnit_FourBoneIK_DebugSettings::bDrawAxes' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK_DebugSettings, bDrawOriginalBoneChain) == 0x000002, "Member 'FRigUnit_FourBoneIK_DebugSettings::bDrawOriginalBoneChain' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK_DebugSettings, bDrawPoleVectorCalculation) == 0x000003, "Member 'FRigUnit_FourBoneIK_DebugSettings::bDrawPoleVectorCalculation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_FourBoneIK_DebugSettings::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK_DebugSettings, WorldOffset) == 0x000010, "Member 'FRigUnit_FourBoneIK_DebugSettings::WorldOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_NeckLookAt_Target \ static_assert(alignof(FRigUnit_NeckLookAt_Target) == 0x000004, "Wrong alignment on FRigUnit_NeckLookAt_Target"); \ static_assert(sizeof(FRigUnit_NeckLookAt_Target) == 0x000024, "Wrong size on FRigUnit_NeckLookAt_Target"); \ static_assert(offsetof(FRigUnit_NeckLookAt_Target, weight) == 0x000000, "Member 'FRigUnit_NeckLookAt_Target::weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_Target, TargetLocation) == 0x000004, "Member 'FRigUnit_NeckLookAt_Target::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_Target, Space) == 0x000010, "Member 'FRigUnit_NeckLookAt_Target::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_Target, MaxYaw) == 0x000018, "Member 'FRigUnit_NeckLookAt_Target::MaxYaw' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_Target, MinPitch) == 0x00001C, "Member 'FRigUnit_NeckLookAt_Target::MinPitch' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_Target, MaxPitch) == 0x000020, "Member 'FRigUnit_NeckLookAt_Target::MaxPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimInstanceProxy_RetrieveActorTransform \ static_assert(alignof(FAnimInstanceProxy_RetrieveActorTransform) == 0x000010, "Wrong alignment on FAnimInstanceProxy_RetrieveActorTransform"); \ static_assert(sizeof(FAnimInstanceProxy_RetrieveActorTransform) == 0x000770, "Wrong size on FAnimInstanceProxy_RetrieveActorTransform"); \ #define DUMPER7_ASSERTS_FAnimMaskBoneReference \ static_assert(alignof(FAnimMaskBoneReference) == 0x000004, "Wrong alignment on FAnimMaskBoneReference"); \ static_assert(sizeof(FAnimMaskBoneReference) == 0x000008, "Wrong size on FAnimMaskBoneReference"); \ static_assert(offsetof(FAnimMaskBoneReference, BoneName) == 0x000000, "Member 'FAnimMaskBoneReference::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimMaskCurveReference \ static_assert(alignof(FAnimMaskCurveReference) == 0x000004, "Wrong alignment on FAnimMaskCurveReference"); \ static_assert(sizeof(FAnimMaskCurveReference) == 0x000008, "Wrong size on FAnimMaskCurveReference"); \ static_assert(offsetof(FAnimMaskCurveReference, CurveName) == 0x000000, "Member 'FAnimMaskCurveReference::CurveName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimMaskAssetIO \ static_assert(alignof(FAnimMaskAssetIO) == 0x000008, "Wrong alignment on FAnimMaskAssetIO"); \ static_assert(sizeof(FAnimMaskAssetIO) == 0x0000B0, "Wrong size on FAnimMaskAssetIO"); \ static_assert(offsetof(FAnimMaskAssetIO, Skeleton) == 0x000000, "Member 'FAnimMaskAssetIO::Skeleton' has a wrong offset!"); \ static_assert(offsetof(FAnimMaskAssetIO, ParentMask) == 0x000008, "Member 'FAnimMaskAssetIO::ParentMask' has a wrong offset!"); \ static_assert(offsetof(FAnimMaskAssetIO, BoneMask) == 0x000010, "Member 'FAnimMaskAssetIO::BoneMask' has a wrong offset!"); \ static_assert(offsetof(FAnimMaskAssetIO, CurveMask) == 0x000060, "Member 'FAnimMaskAssetIO::CurveMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_NeckLookAt_ConeConstraint \ static_assert(alignof(FRigUnit_NeckLookAt_ConeConstraint) == 0x000010, "Wrong alignment on FRigUnit_NeckLookAt_ConeConstraint"); \ static_assert(sizeof(FRigUnit_NeckLookAt_ConeConstraint) == 0x000030, "Wrong size on FRigUnit_NeckLookAt_ConeConstraint"); \ static_assert(offsetof(FRigUnit_NeckLookAt_ConeConstraint, YawLimit) == 0x000000, "Member 'FRigUnit_NeckLookAt_ConeConstraint::YawLimit' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_ConeConstraint, PitchLimit) == 0x000004, "Member 'FRigUnit_NeckLookAt_ConeConstraint::PitchLimit' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_ConeConstraint, RollLimit) == 0x000008, "Member 'FRigUnit_NeckLookAt_ConeConstraint::RollLimit' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_ConeConstraint, ConeRotation) == 0x00000C, "Member 'FRigUnit_NeckLookAt_ConeConstraint::ConeRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimMaskInstance \ static_assert(alignof(FAnimMaskInstance) == 0x000008, "Wrong alignment on FAnimMaskInstance"); \ static_assert(sizeof(FAnimMaskInstance) == 0x000050, "Wrong size on FAnimMaskInstance"); \ #define DUMPER7_ASSERTS_FAnimMaskKey \ static_assert(alignof(FAnimMaskKey) == 0x000008, "Wrong alignment on FAnimMaskKey"); \ static_assert(sizeof(FAnimMaskKey) == 0x000020, "Wrong size on FAnimMaskKey"); \ #define DUMPER7_ASSERTS_FAnimNode_AdjustWorldSpaceTransform \ static_assert(alignof(FAnimNode_AdjustWorldSpaceTransform) == 0x000008, "Wrong alignment on FAnimNode_AdjustWorldSpaceTransform"); \ static_assert(sizeof(FAnimNode_AdjustWorldSpaceTransform) == 0x000040, "Wrong size on FAnimNode_AdjustWorldSpaceTransform"); \ static_assert(offsetof(FAnimNode_AdjustWorldSpaceTransform, BasePose) == 0x000010, "Member 'FAnimNode_AdjustWorldSpaceTransform::BasePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AdjustWorldSpaceTransform, TranslationOffset) == 0x000020, "Member 'FAnimNode_AdjustWorldSpaceTransform::TranslationOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AdjustWorldSpaceTransform, RotationOffset) == 0x00002C, "Member 'FAnimNode_AdjustWorldSpaceTransform::RotationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_AimWithPivot \ static_assert(alignof(FAnimNode_AimWithPivot) == 0x000008, "Wrong alignment on FAnimNode_AimWithPivot"); \ static_assert(sizeof(FAnimNode_AimWithPivot) == 0x000078, "Wrong size on FAnimNode_AimWithPivot"); \ static_assert(offsetof(FAnimNode_AimWithPivot, BasePose) == 0x000010, "Member 'FAnimNode_AimWithPivot::BasePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AimWithPivot, PivotBone) == 0x000020, "Member 'FAnimNode_AimWithPivot::PivotBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AimWithPivot, LeverBone) == 0x000030, "Member 'FAnimNode_AimWithPivot::LeverBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AimWithPivot, UpAxisInLeverSpace) == 0x000040, "Member 'FAnimNode_AimWithPivot::UpAxisInLeverSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AimWithPivot, ForwardAxisInLeverSpace) == 0x00004C, "Member 'FAnimNode_AimWithPivot::ForwardAxisInLeverSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AimWithPivot, GuideBone) == 0x000058, "Member 'FAnimNode_AimWithPivot::GuideBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AimWithPivot, AimAlpha) == 0x000068, "Member 'FAnimNode_AimWithPivot::AimAlpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AimWithPivot, TargetInWorldSpace) == 0x00006C, "Member 'FAnimNode_AimWithPivot::TargetInWorldSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_AmbientFacial \ static_assert(alignof(FAnimNode_AmbientFacial) == 0x000010, "Wrong alignment on FAnimNode_AmbientFacial"); \ static_assert(sizeof(FAnimNode_AmbientFacial) == 0x0001D0, "Wrong size on FAnimNode_AmbientFacial"); \ static_assert(offsetof(FAnimNode_AmbientFacial, BasePose) == 0x000010, "Member 'FAnimNode_AmbientFacial::BasePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AmbientFacial, AimEyesData) == 0x000020, "Member 'FAnimNode_AmbientFacial::AimEyesData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_AvaInertialization \ static_assert(alignof(FAnimNode_AvaInertialization) == 0x000008, "Wrong alignment on FAnimNode_AvaInertialization"); \ static_assert(sizeof(FAnimNode_AvaInertialization) == 0x000080, "Wrong size on FAnimNode_AvaInertialization"); \ static_assert(offsetof(FAnimNode_AvaInertialization, AnimComponent) == 0x000070, "Member 'FAnimNode_AvaInertialization::AnimComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPoseUtilityIK \ static_assert(alignof(FPoseUtilityIK) == 0x000004, "Wrong alignment on FPoseUtilityIK"); \ static_assert(sizeof(FPoseUtilityIK) == 0x00003C, "Wrong size on FPoseUtilityIK"); \ static_assert(offsetof(FPoseUtilityIK, Base) == 0x000000, "Member 'FPoseUtilityIK::Base' has a wrong offset!"); \ static_assert(offsetof(FPoseUtilityIK, LocalHinge) == 0x000010, "Member 'FPoseUtilityIK::LocalHinge' has a wrong offset!"); \ static_assert(offsetof(FPoseUtilityIK, Effector) == 0x00001C, "Member 'FPoseUtilityIK::Effector' has a wrong offset!"); \ static_assert(offsetof(FPoseUtilityIK, Target) == 0x00002C, "Member 'FPoseUtilityIK::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPoseUtilityRFK \ static_assert(alignof(FPoseUtilityRFK) == 0x000008, "Wrong alignment on FPoseUtilityRFK"); \ static_assert(sizeof(FPoseUtilityRFK) == 0x000068, "Wrong size on FPoseUtilityRFK"); \ static_assert(offsetof(FPoseUtilityRFK, ChainInBaseSpace) == 0x000000, "Member 'FPoseUtilityRFK::ChainInBaseSpace' has a wrong offset!"); \ static_assert(offsetof(FPoseUtilityRFK, AlignedChainInBaseSpace) == 0x000010, "Member 'FPoseUtilityRFK::AlignedChainInBaseSpace' has a wrong offset!"); \ static_assert(offsetof(FPoseUtilityRFK, weight) == 0x000020, "Member 'FPoseUtilityRFK::weight' has a wrong offset!"); \ static_assert(offsetof(FPoseUtilityRFK, Base) == 0x000030, "Member 'FPoseUtilityRFK::Base' has a wrong offset!"); \ static_assert(offsetof(FPoseUtilityRFK, Effector) == 0x000040, "Member 'FPoseUtilityRFK::Effector' has a wrong offset!"); \ static_assert(offsetof(FPoseUtilityRFK, Target) == 0x000050, "Member 'FPoseUtilityRFK::Target' has a wrong offset!"); \ static_assert(offsetof(FPoseUtilityRFK, IndexCount) == 0x000060, "Member 'FPoseUtilityRFK::IndexCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPoseUtilityBipedController \ static_assert(alignof(FPoseUtilityBipedController) == 0x000008, "Wrong alignment on FPoseUtilityBipedController"); \ static_assert(sizeof(FPoseUtilityBipedController) == 0x0001E0, "Wrong size on FPoseUtilityBipedController"); \ static_assert(offsetof(FPoseUtilityBipedController, Pelvis) == 0x000000, "Member 'FPoseUtilityBipedController::Pelvis' has a wrong offset!"); \ static_assert(offsetof(FPoseUtilityBipedController, PelvisTarget) == 0x000010, "Member 'FPoseUtilityBipedController::PelvisTarget' has a wrong offset!"); \ static_assert(offsetof(FPoseUtilityBipedController, RightLeg) == 0x000020, "Member 'FPoseUtilityBipedController::RightLeg' has a wrong offset!"); \ static_assert(offsetof(FPoseUtilityBipedController, LeftLeg) == 0x00005C, "Member 'FPoseUtilityBipedController::LeftLeg' has a wrong offset!"); \ static_assert(offsetof(FPoseUtilityBipedController, Spine) == 0x000098, "Member 'FPoseUtilityBipedController::Spine' has a wrong offset!"); \ static_assert(offsetof(FPoseUtilityBipedController, RightArm) == 0x000100, "Member 'FPoseUtilityBipedController::RightArm' has a wrong offset!"); \ static_assert(offsetof(FPoseUtilityBipedController, LeftArm) == 0x00013C, "Member 'FPoseUtilityBipedController::LeftArm' has a wrong offset!"); \ static_assert(offsetof(FPoseUtilityBipedController, Neck) == 0x000178, "Member 'FPoseUtilityBipedController::Neck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BipedIK \ static_assert(alignof(FAnimNode_BipedIK) == 0x000008, "Wrong alignment on FAnimNode_BipedIK"); \ static_assert(sizeof(FAnimNode_BipedIK) == 0x000200, "Wrong size on FAnimNode_BipedIK"); \ static_assert(offsetof(FAnimNode_BipedIK, BasePose) == 0x000010, "Member 'FAnimNode_BipedIK::BasePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BipedIK, ControlParameters) == 0x000020, "Member 'FAnimNode_BipedIK::ControlParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TwoBoneIK_WorkData \ static_assert(alignof(FRigUnit_TwoBoneIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_TwoBoneIK_WorkData"); \ static_assert(sizeof(FRigUnit_TwoBoneIK_WorkData) == 0x0000B8, "Wrong size on FRigUnit_TwoBoneIK_WorkData"); \ static_assert(offsetof(FRigUnit_TwoBoneIK_WorkData, BoneIndices) == 0x000000, "Member 'FRigUnit_TwoBoneIK_WorkData::BoneIndices' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK_WorkData, BoneLengths) == 0x000010, "Member 'FRigUnit_TwoBoneIK_WorkData::BoneLengths' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK_WorkData, ChainHierarchy) == 0x000020, "Member 'FRigUnit_TwoBoneIK_WorkData::ChainHierarchy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TwoBoneIK \ static_assert(alignof(FRigUnit_TwoBoneIK) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIK"); \ static_assert(sizeof(FRigUnit_TwoBoneIK) == 0x0001D0, "Wrong size on FRigUnit_TwoBoneIK"); \ static_assert(offsetof(FRigUnit_TwoBoneIK, EndBone) == 0x000068, "Member 'FRigUnit_TwoBoneIK::EndBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK, EndEffector) == 0x000070, "Member 'FRigUnit_TwoBoneIK::EndEffector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK, TranslationLimitDistance) == 0x0000A0, "Member 'FRigUnit_TwoBoneIK::TranslationLimitDistance' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK, StretchToMaxExtension) == 0x0000A4, "Member 'FRigUnit_TwoBoneIK::StretchToMaxExtension' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK, MaxExtensionPercentage) == 0x0000A8, "Member 'FRigUnit_TwoBoneIK::MaxExtensionPercentage' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK, PrimaryAxis) == 0x0000AC, "Member 'FRigUnit_TwoBoneIK::PrimaryAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK, PoleVectorLengthMultiplier) == 0x0000B8, "Member 'FRigUnit_TwoBoneIK::PoleVectorLengthMultiplier' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK, bEnableStretch) == 0x0000BC, "Member 'FRigUnit_TwoBoneIK::bEnableStretch' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK, StretchStartRatio) == 0x0000C0, "Member 'FRigUnit_TwoBoneIK::StretchStartRatio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK, StretchMaximumRatio) == 0x0000C4, "Member 'FRigUnit_TwoBoneIK::StretchMaximumRatio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK, weight) == 0x0000C8, "Member 'FRigUnit_TwoBoneIK::weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK, CushionAmount) == 0x0000CC, "Member 'FRigUnit_TwoBoneIK::CushionAmount' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK, DebugSettings) == 0x0000D0, "Member 'FRigUnit_TwoBoneIK::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIK, WorkData) == 0x000110, "Member 'FRigUnit_TwoBoneIK::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BoneTransformMultiplier \ static_assert(alignof(FAnimNode_BoneTransformMultiplier) == 0x000008, "Wrong alignment on FAnimNode_BoneTransformMultiplier"); \ static_assert(sizeof(FAnimNode_BoneTransformMultiplier) == 0x000100, "Wrong size on FAnimNode_BoneTransformMultiplier"); \ static_assert(offsetof(FAnimNode_BoneTransformMultiplier, BoneToModify) == 0x0000C8, "Member 'FAnimNode_BoneTransformMultiplier::BoneToModify' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneTransformMultiplier, TranslationMultiplier) == 0x0000D8, "Member 'FAnimNode_BoneTransformMultiplier::TranslationMultiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneTransformMultiplier, RotationMultiplier) == 0x0000E4, "Member 'FAnimNode_BoneTransformMultiplier::RotationMultiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneTransformMultiplier, ScaleMultiplier) == 0x0000F0, "Member 'FAnimNode_BoneTransformMultiplier::ScaleMultiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneTransformMultiplier, TransformSpace) == 0x0000FC, "Member 'FAnimNode_BoneTransformMultiplier::TransformSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_CameraFixup \ static_assert(alignof(FAnimNode_CameraFixup) == 0x000008, "Wrong alignment on FAnimNode_CameraFixup"); \ static_assert(sizeof(FAnimNode_CameraFixup) == 0x000068, "Wrong size on FAnimNode_CameraFixup"); \ static_assert(offsetof(FAnimNode_CameraFixup, BasePose) == 0x000010, "Member 'FAnimNode_CameraFixup::BasePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CameraFixup, RootBone) == 0x000020, "Member 'FAnimNode_CameraFixup::RootBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CameraFixup, CameraBone) == 0x000030, "Member 'FAnimNode_CameraFixup::CameraBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CameraFixup, TargetBone) == 0x000040, "Member 'FAnimNode_CameraFixup::TargetBone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SpineWarp_CounterRotateBone \ static_assert(alignof(FRigUnit_SpineWarp_CounterRotateBone) == 0x000004, "Wrong alignment on FRigUnit_SpineWarp_CounterRotateBone"); \ static_assert(sizeof(FRigUnit_SpineWarp_CounterRotateBone) == 0x000014, "Wrong size on FRigUnit_SpineWarp_CounterRotateBone"); \ static_assert(offsetof(FRigUnit_SpineWarp_CounterRotateBone, BoneToCounterRotate) == 0x000000, "Member 'FRigUnit_SpineWarp_CounterRotateBone::BoneToCounterRotate' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp_CounterRotateBone, MinAngle) == 0x000008, "Member 'FRigUnit_SpineWarp_CounterRotateBone::MinAngle' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp_CounterRotateBone, MaxAngle) == 0x00000C, "Member 'FRigUnit_SpineWarp_CounterRotateBone::MaxAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SpineWarp_DebugSettings \ static_assert(alignof(FRigUnit_SpineWarp_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_SpineWarp_DebugSettings"); \ static_assert(sizeof(FRigUnit_SpineWarp_DebugSettings) == 0x000040, "Wrong size on FRigUnit_SpineWarp_DebugSettings"); \ static_assert(offsetof(FRigUnit_SpineWarp_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_SpineWarp_DebugSettings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_SpineWarp_DebugSettings::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp_DebugSettings, WorldOffset) == 0x000010, "Member 'FRigUnit_SpineWarp_DebugSettings::WorldOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SpineWarp_WorkData \ static_assert(alignof(FRigUnit_SpineWarp_WorkData) == 0x000008, "Wrong alignment on FRigUnit_SpineWarp_WorkData"); \ static_assert(sizeof(FRigUnit_SpineWarp_WorkData) == 0x000040, "Wrong size on FRigUnit_SpineWarp_WorkData"); \ static_assert(offsetof(FRigUnit_SpineWarp_WorkData, BoneIndices) == 0x000000, "Member 'FRigUnit_SpineWarp_WorkData::BoneIndices' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp_WorkData, InitialEndControlTranslation) == 0x000010, "Member 'FRigUnit_SpineWarp_WorkData::InitialEndControlTranslation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp_WorkData, BonePitchWeights) == 0x000020, "Member 'FRigUnit_SpineWarp_WorkData::BonePitchWeights' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp_WorkData, CachedBoneTransforms) == 0x000030, "Member 'FRigUnit_SpineWarp_WorkData::CachedBoneTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SpineWarp \ static_assert(alignof(FRigUnit_SpineWarp) == 0x000010, "Wrong alignment on FRigUnit_SpineWarp"); \ static_assert(sizeof(FRigUnit_SpineWarp) == 0x000210, "Wrong size on FRigUnit_SpineWarp"); \ static_assert(offsetof(FRigUnit_SpineWarp, StartBone) == 0x000068, "Member 'FRigUnit_SpineWarp::StartBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp, EndBone) == 0x000070, "Member 'FRigUnit_SpineWarp::EndBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp, StartControl) == 0x000080, "Member 'FRigUnit_SpineWarp::StartControl' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp, EndControl) == 0x0000B0, "Member 'FRigUnit_SpineWarp::EndControl' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp, PitchWeightCurve) == 0x0000E0, "Member 'FRigUnit_SpineWarp::PitchWeightCurve' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp, bCounterRotateBones) == 0x000168, "Member 'FRigUnit_SpineWarp::bCounterRotateBones' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp, BonesToCounterRotate) == 0x000170, "Member 'FRigUnit_SpineWarp::BonesToCounterRotate' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp, PelvisShiftForward) == 0x000180, "Member 'FRigUnit_SpineWarp::PelvisShiftForward' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp, PelvisShiftUp) == 0x000184, "Member 'FRigUnit_SpineWarp::PelvisShiftUp' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp, BlendWeight) == 0x000188, "Member 'FRigUnit_SpineWarp::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp, DebugSettings) == 0x000190, "Member 'FRigUnit_SpineWarp::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpineWarp, WorkData) == 0x0001D0, "Member 'FRigUnit_SpineWarp::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_EyeTarget \ static_assert(alignof(FAnimNode_EyeTarget) == 0x000010, "Wrong alignment on FAnimNode_EyeTarget"); \ static_assert(sizeof(FAnimNode_EyeTarget) == 0x000160, "Wrong size on FAnimNode_EyeTarget"); \ static_assert(offsetof(FAnimNode_EyeTarget, BasePose) == 0x000010, "Member 'FAnimNode_EyeTarget::BasePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_EyeTarget, LODThreshold) == 0x000040, "Member 'FAnimNode_EyeTarget::LODThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_IKMasterNode \ static_assert(alignof(FAnimNode_IKMasterNode) == 0x000008, "Wrong alignment on FAnimNode_IKMasterNode"); \ static_assert(sizeof(FAnimNode_IKMasterNode) == 0x0001B0, "Wrong size on FAnimNode_IKMasterNode"); \ static_assert(offsetof(FAnimNode_IKMasterNode, PoseBlendAlpha) == 0x0001A0, "Member 'FAnimNode_IKMasterNode::PoseBlendAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInitializeEffectorData \ static_assert(alignof(FInitializeEffectorData) == 0x000004, "Wrong alignment on FInitializeEffectorData"); \ static_assert(sizeof(FInitializeEffectorData) == 0x000038, "Wrong size on FInitializeEffectorData"); \ static_assert(offsetof(FInitializeEffectorData, FKBone) == 0x000000, "Member 'FInitializeEffectorData::FKBone' has a wrong offset!"); \ static_assert(offsetof(FInitializeEffectorData, EffectorBone) == 0x000010, "Member 'FInitializeEffectorData::EffectorBone' has a wrong offset!"); \ static_assert(offsetof(FInitializeEffectorData, TranslationControlCurve) == 0x000020, "Member 'FInitializeEffectorData::TranslationControlCurve' has a wrong offset!"); \ static_assert(offsetof(FInitializeEffectorData, RotationControlCurve) == 0x00002C, "Member 'FInitializeEffectorData::RotationControlCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_InitializeEffectors \ static_assert(alignof(FAnimNode_InitializeEffectors) == 0x000008, "Wrong alignment on FAnimNode_InitializeEffectors"); \ static_assert(sizeof(FAnimNode_InitializeEffectors) == 0x000030, "Wrong size on FAnimNode_InitializeEffectors"); \ static_assert(offsetof(FAnimNode_InitializeEffectors, BasePose) == 0x000010, "Member 'FAnimNode_InitializeEffectors::BasePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_InitializeEffectors, EffectorData) == 0x000020, "Member 'FAnimNode_InitializeEffectors::EffectorData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_MirrorPoseFromMesh \ static_assert(alignof(FAnimNode_MirrorPoseFromMesh) == 0x000008, "Wrong alignment on FAnimNode_MirrorPoseFromMesh"); \ static_assert(sizeof(FAnimNode_MirrorPoseFromMesh) == 0x000228, "Wrong size on FAnimNode_MirrorPoseFromMesh"); \ static_assert(offsetof(FAnimNode_MirrorPoseFromMesh, SourceMeshComponent) == 0x000010, "Member 'FAnimNode_MirrorPoseFromMesh::SourceMeshComponent' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MirrorPoseFromMesh, bCopyCustomAttributes) == 0x000019, "Member 'FAnimNode_MirrorPoseFromMesh::bCopyCustomAttributes' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MirrorPoseFromMesh, RootBoneToCopy) == 0x00001C, "Member 'FAnimNode_MirrorPoseFromMesh::RootBoneToCopy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_MotionMatcher \ static_assert(alignof(FAnimNode_MotionMatcher) == 0x000010, "Wrong alignment on FAnimNode_MotionMatcher"); \ static_assert(sizeof(FAnimNode_MotionMatcher) == 0x000210, "Wrong size on FAnimNode_MotionMatcher"); \ static_assert(offsetof(FAnimNode_MotionMatcher, PoseTable) == 0x000010, "Member 'FAnimNode_MotionMatcher::PoseTable' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, IdleAnimations) == 0x000018, "Member 'FAnimNode_MotionMatcher::IdleAnimations' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, GoalDelegate) == 0x000028, "Member 'FAnimNode_MotionMatcher::GoalDelegate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, Responsiveness) == 0x000030, "Member 'FAnimNode_MotionMatcher::Responsiveness' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, BonusForSameMotion) == 0x000034, "Member 'FAnimNode_MotionMatcher::BonusForSameMotion' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, BlendDuration) == 0x000038, "Member 'FAnimNode_MotionMatcher::BlendDuration' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, bAnimationDrivesPill) == 0x00003C, "Member 'FAnimNode_MotionMatcher::bAnimationDrivesPill' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, bAlignRootDirection) == 0x00003D, "Member 'FAnimNode_MotionMatcher::bAlignRootDirection' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, bStrideWarping) == 0x00003E, "Member 'FAnimNode_MotionMatcher::bStrideWarping' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, bHoldFootPositionWhenPlanted) == 0x00003F, "Member 'FAnimNode_MotionMatcher::bHoldFootPositionWhenPlanted' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, ShowGoal) == 0x000040, "Member 'FAnimNode_MotionMatcher::ShowGoal' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, ShowTrail) == 0x000041, "Member 'FAnimNode_MotionMatcher::ShowTrail' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, ShowBestPath) == 0x000042, "Member 'FAnimNode_MotionMatcher::ShowBestPath' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, ShowFeet) == 0x000043, "Member 'FAnimNode_MotionMatcher::ShowFeet' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, ShowVelocity) == 0x000044, "Member 'FAnimNode_MotionMatcher::ShowVelocity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, ShowCapsuleVsAnimation) == 0x000045, "Member 'FAnimNode_MotionMatcher::ShowCapsuleVsAnimation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, CandidatesToDrawPerFrame) == 0x000048, "Member 'FAnimNode_MotionMatcher::CandidatesToDrawPerFrame' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, TimeToHoldEachCandidate) == 0x00004C, "Member 'FAnimNode_MotionMatcher::TimeToHoldEachCandidate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MotionMatcher, CurrentAnimSequence) == 0x000050, "Member 'FAnimNode_MotionMatcher::CurrentAnimSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_MultiplyBoneTransforms \ static_assert(alignof(FAnimNode_MultiplyBoneTransforms) == 0x000008, "Wrong alignment on FAnimNode_MultiplyBoneTransforms"); \ static_assert(sizeof(FAnimNode_MultiplyBoneTransforms) == 0x0000F0, "Wrong size on FAnimNode_MultiplyBoneTransforms"); \ static_assert(offsetof(FAnimNode_MultiplyBoneTransforms, SourceBone) == 0x0000C8, "Member 'FAnimNode_MultiplyBoneTransforms::SourceBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MultiplyBoneTransforms, TargetBones) == 0x0000D8, "Member 'FAnimNode_MultiplyBoneTransforms::TargetBones' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MultiplyBoneTransforms, bInvert) == 0x0000E8, "Member 'FAnimNode_MultiplyBoneTransforms::bInvert' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_RequestedLayerBlend \ static_assert(alignof(FAnimNode_RequestedLayerBlend) == 0x000010, "Wrong alignment on FAnimNode_RequestedLayerBlend"); \ static_assert(sizeof(FAnimNode_RequestedLayerBlend) == 0x0000B0, "Wrong size on FAnimNode_RequestedLayerBlend"); \ static_assert(offsetof(FAnimNode_RequestedLayerBlend, BasePose) == 0x000010, "Member 'FAnimNode_RequestedLayerBlend::BasePose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_StrideWarping \ static_assert(alignof(FAnimNode_StrideWarping) == 0x000010, "Wrong alignment on FAnimNode_StrideWarping"); \ static_assert(sizeof(FAnimNode_StrideWarping) == 0x000380, "Wrong size on FAnimNode_StrideWarping"); \ static_assert(offsetof(FAnimNode_StrideWarping, BasePose) == 0x000010, "Member 'FAnimNode_StrideWarping::BasePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StrideWarping, StrideWarping) == 0x000020, "Member 'FAnimNode_StrideWarping::StrideWarping' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StrideWarping, StartTransform) == 0x000030, "Member 'FAnimNode_StrideWarping::StartTransform' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StrideWarping, EnableFootRayCasts) == 0x000060, "Member 'FAnimNode_StrideWarping::EnableFootRayCasts' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StrideWarping, FootPlantedThreshold) == 0x000064, "Member 'FAnimNode_StrideWarping::FootPlantedThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StrideWarping, LeftKneeJointOffset) == 0x000068, "Member 'FAnimNode_StrideWarping::LeftKneeJointOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StrideWarping, RightKneeJointOffset) == 0x000074, "Member 'FAnimNode_StrideWarping::RightKneeJointOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StrideWarping, DrawDebug) == 0x000080, "Member 'FAnimNode_StrideWarping::DrawDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_Template \ static_assert(alignof(FAnimNode_Template) == 0x000008, "Wrong alignment on FAnimNode_Template"); \ static_assert(sizeof(FAnimNode_Template) == 0x000020, "Wrong size on FAnimNode_Template"); \ static_assert(offsetof(FAnimNode_Template, BasePose) == 0x000010, "Member 'FAnimNode_Template::BasePose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_TransformRootBone \ static_assert(alignof(FAnimNode_TransformRootBone) == 0x000010, "Wrong alignment on FAnimNode_TransformRootBone"); \ static_assert(sizeof(FAnimNode_TransformRootBone) == 0x000070, "Wrong size on FAnimNode_TransformRootBone"); \ static_assert(offsetof(FAnimNode_TransformRootBone, BasePose) == 0x000010, "Member 'FAnimNode_TransformRootBone::BasePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TransformRootBone, Translate) == 0x000020, "Member 'FAnimNode_TransformRootBone::Translate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TransformRootBone, Rotate) == 0x00002C, "Member 'FAnimNode_TransformRootBone::Rotate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticMeshPropInstanceData \ static_assert(alignof(FStaticMeshPropInstanceData) == 0x000004, "Wrong alignment on FStaticMeshPropInstanceData"); \ static_assert(sizeof(FStaticMeshPropInstanceData) == 0x000008, "Wrong size on FStaticMeshPropInstanceData"); \ #define DUMPER7_ASSERTS_FConversationExplicitPoseGroup \ static_assert(alignof(FConversationExplicitPoseGroup) == 0x000008, "Wrong alignment on FConversationExplicitPoseGroup"); \ static_assert(sizeof(FConversationExplicitPoseGroup) == 0x000048, "Wrong size on FConversationExplicitPoseGroup"); \ static_assert(offsetof(FConversationExplicitPoseGroup, Name) == 0x000000, "Member 'FConversationExplicitPoseGroup::Name' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitPoseGroup, DisplayName) == 0x000008, "Member 'FConversationExplicitPoseGroup::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitPoseGroup, Description) == 0x000018, "Member 'FConversationExplicitPoseGroup::Description' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitPoseGroup, Tags) == 0x000028, "Member 'FConversationExplicitPoseGroup::Tags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConversationLayeredAnimationWeightEntry \ static_assert(alignof(FConversationLayeredAnimationWeightEntry) == 0x000008, "Wrong alignment on FConversationLayeredAnimationWeightEntry"); \ static_assert(sizeof(FConversationLayeredAnimationWeightEntry) == 0x000030, "Wrong size on FConversationLayeredAnimationWeightEntry"); \ static_assert(offsetof(FConversationLayeredAnimationWeightEntry, Name) == 0x000000, "Member 'FConversationLayeredAnimationWeightEntry::Name' has a wrong offset!"); \ static_assert(offsetof(FConversationLayeredAnimationWeightEntry, DisplayName) == 0x000008, "Member 'FConversationLayeredAnimationWeightEntry::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FConversationLayeredAnimationWeightEntry, Description) == 0x000018, "Member 'FConversationLayeredAnimationWeightEntry::Description' has a wrong offset!"); \ static_assert(offsetof(FConversationLayeredAnimationWeightEntry, Provider) == 0x000028, "Member 'FConversationLayeredAnimationWeightEntry::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConversation_InitialTransformSettings \ static_assert(alignof(FConversation_InitialTransformSettings) == 0x000008, "Wrong alignment on FConversation_InitialTransformSettings"); \ static_assert(sizeof(FConversation_InitialTransformSettings) == 0x000010, "Wrong size on FConversation_InitialTransformSettings"); \ static_assert(offsetof(FConversation_InitialTransformSettings, TransformType) == 0x000000, "Member 'FConversation_InitialTransformSettings::TransformType' has a wrong offset!"); \ static_assert(offsetof(FConversation_InitialTransformSettings, CheckGroundCollision) == 0x000008, "Member 'FConversation_InitialTransformSettings::CheckGroundCollision' has a wrong offset!"); \ static_assert(offsetof(FConversation_InitialTransformSettings, CheckNavMesh) == 0x000009, "Member 'FConversation_InitialTransformSettings::CheckNavMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConversation_FinalTransformSettings \ static_assert(alignof(FConversation_FinalTransformSettings) == 0x000008, "Wrong alignment on FConversation_FinalTransformSettings"); \ static_assert(sizeof(FConversation_FinalTransformSettings) == 0x000010, "Wrong size on FConversation_FinalTransformSettings"); \ static_assert(offsetof(FConversation_FinalTransformSettings, TransformType) == 0x000000, "Member 'FConversation_FinalTransformSettings::TransformType' has a wrong offset!"); \ static_assert(offsetof(FConversation_FinalTransformSettings, CheckGroundCollision) == 0x000008, "Member 'FConversation_FinalTransformSettings::CheckGroundCollision' has a wrong offset!"); \ static_assert(offsetof(FConversation_FinalTransformSettings, CheckNavMesh) == 0x000009, "Member 'FConversation_FinalTransformSettings::CheckNavMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConversation_InteractionActorSettings \ static_assert(alignof(FConversation_InteractionActorSettings) == 0x000008, "Wrong alignment on FConversation_InteractionActorSettings"); \ static_assert(sizeof(FConversation_InteractionActorSettings) == 0x000028, "Wrong size on FConversation_InteractionActorSettings"); \ static_assert(offsetof(FConversation_InteractionActorSettings, EnableInitialPositionOverride) == 0x000000, "Member 'FConversation_InteractionActorSettings::EnableInitialPositionOverride' has a wrong offset!"); \ static_assert(offsetof(FConversation_InteractionActorSettings, InitialPositionOverrideCheckGroundCollision) == 0x000001, "Member 'FConversation_InteractionActorSettings::InitialPositionOverrideCheckGroundCollision' has a wrong offset!"); \ static_assert(offsetof(FConversation_InteractionActorSettings, InitialPositionOverrideCheckNavMesh) == 0x000002, "Member 'FConversation_InteractionActorSettings::InitialPositionOverrideCheckNavMesh' has a wrong offset!"); \ static_assert(offsetof(FConversation_InteractionActorSettings, EnableInitialPositionFromStationSockets) == 0x000003, "Member 'FConversation_InteractionActorSettings::EnableInitialPositionFromStationSockets' has a wrong offset!"); \ static_assert(offsetof(FConversation_InteractionActorSettings, InitialPositionFromStationSocketsCheckGroundCollision) == 0x000004, "Member 'FConversation_InteractionActorSettings::InitialPositionFromStationSocketsCheckGroundCollision' has a wrong offset!"); \ static_assert(offsetof(FConversation_InteractionActorSettings, InitialPositionFromStationSocketsCheckNavMesh) == 0x000005, "Member 'FConversation_InteractionActorSettings::InitialPositionFromStationSocketsCheckNavMesh' has a wrong offset!"); \ static_assert(offsetof(FConversation_InteractionActorSettings, InitialTransformSettings) == 0x000008, "Member 'FConversation_InteractionActorSettings::InitialTransformSettings' has a wrong offset!"); \ static_assert(offsetof(FConversation_InteractionActorSettings, FinalTransformSettings) == 0x000018, "Member 'FConversation_InteractionActorSettings::FinalTransformSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConversation_AvatarSettings \ static_assert(alignof(FConversation_AvatarSettings) == 0x000008, "Wrong alignment on FConversation_AvatarSettings"); \ static_assert(sizeof(FConversation_AvatarSettings) == 0x000040, "Wrong size on FConversation_AvatarSettings"); \ static_assert(offsetof(FConversation_AvatarSettings, InitialTransformSettings) == 0x000000, "Member 'FConversation_AvatarSettings::InitialTransformSettings' has a wrong offset!"); \ static_assert(offsetof(FConversation_AvatarSettings, Placements) == 0x000010, "Member 'FConversation_AvatarSettings::Placements' has a wrong offset!"); \ static_assert(offsetof(FConversation_AvatarSettings, EnableFinalPositionOverride) == 0x000020, "Member 'FConversation_AvatarSettings::EnableFinalPositionOverride' has a wrong offset!"); \ static_assert(offsetof(FConversation_AvatarSettings, FinalPositionOverrideCheckGroundCollision) == 0x000021, "Member 'FConversation_AvatarSettings::FinalPositionOverrideCheckGroundCollision' has a wrong offset!"); \ static_assert(offsetof(FConversation_AvatarSettings, FinalPositionOverrideCheckNavMesh) == 0x000022, "Member 'FConversation_AvatarSettings::FinalPositionOverrideCheckNavMesh' has a wrong offset!"); \ static_assert(offsetof(FConversation_AvatarSettings, FinalTransformSettings) == 0x000028, "Member 'FConversation_AvatarSettings::FinalTransformSettings' has a wrong offset!"); \ static_assert(offsetof(FConversation_AvatarSettings, PreInitInvokePlacement) == 0x000038, "Member 'FConversation_AvatarSettings::PreInitInvokePlacement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConversationPreset \ static_assert(alignof(FConversationPreset) == 0x000008, "Wrong alignment on FConversationPreset"); \ static_assert(sizeof(FConversationPreset) == 0x0000D8, "Wrong size on FConversationPreset"); \ static_assert(offsetof(FConversationPreset, Name) == 0x000000, "Member 'FConversationPreset::Name' has a wrong offset!"); \ static_assert(offsetof(FConversationPreset, DisplayName) == 0x000008, "Member 'FConversationPreset::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FConversationPreset, Description) == 0x000018, "Member 'FConversationPreset::Description' has a wrong offset!"); \ static_assert(offsetof(FConversationPreset, DefaultPresetTalkTo) == 0x000028, "Member 'FConversationPreset::DefaultPresetTalkTo' has a wrong offset!"); \ static_assert(offsetof(FConversationPreset, DefaultPresetForced) == 0x000029, "Member 'FConversationPreset::DefaultPresetForced' has a wrong offset!"); \ static_assert(offsetof(FConversationPreset, SceneRigTags) == 0x000030, "Member 'FConversationPreset::SceneRigTags' has a wrong offset!"); \ static_assert(offsetof(FConversationPreset, CameraTags) == 0x000050, "Member 'FConversationPreset::CameraTags' has a wrong offset!"); \ static_assert(offsetof(FConversationPreset, InteractionActorSettings) == 0x000070, "Member 'FConversationPreset::InteractionActorSettings' has a wrong offset!"); \ static_assert(offsetof(FConversationPreset, AvatarSettings) == 0x000098, "Member 'FConversationPreset::AvatarSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDampedSpringQuat \ static_assert(alignof(FDampedSpringQuat) == 0x000010, "Wrong alignment on FDampedSpringQuat"); \ static_assert(sizeof(FDampedSpringQuat) == 0x000030, "Wrong size on FDampedSpringQuat"); \ static_assert(offsetof(FDampedSpringQuat, Frequency) == 0x000028, "Member 'FDampedSpringQuat::Frequency' has a wrong offset!"); \ static_assert(offsetof(FDampedSpringQuat, DampingRatio) == 0x00002C, "Member 'FDampedSpringQuat::DampingRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDampedSpringRotator \ static_assert(alignof(FDampedSpringRotator) == 0x000004, "Wrong alignment on FDampedSpringRotator"); \ static_assert(sizeof(FDampedSpringRotator) == 0x000020, "Wrong size on FDampedSpringRotator"); \ static_assert(offsetof(FDampedSpringRotator, Frequency) == 0x000018, "Member 'FDampedSpringRotator::Frequency' has a wrong offset!"); \ static_assert(offsetof(FDampedSpringRotator, DampingRatio) == 0x00001C, "Member 'FDampedSpringRotator::DampingRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDampedSpringAngle \ static_assert(alignof(FDampedSpringAngle) == 0x000004, "Wrong alignment on FDampedSpringAngle"); \ static_assert(sizeof(FDampedSpringAngle) == 0x000010, "Wrong size on FDampedSpringAngle"); \ static_assert(offsetof(FDampedSpringAngle, Frequency) == 0x000008, "Member 'FDampedSpringAngle::Frequency' has a wrong offset!"); \ static_assert(offsetof(FDampedSpringAngle, DampingRatio) == 0x00000C, "Member 'FDampedSpringAngle::DampingRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDampedSpringVector \ static_assert(alignof(FDampedSpringVector) == 0x000004, "Wrong alignment on FDampedSpringVector"); \ static_assert(sizeof(FDampedSpringVector) == 0x000024, "Wrong size on FDampedSpringVector"); \ static_assert(offsetof(FDampedSpringVector, Frequency) == 0x000018, "Member 'FDampedSpringVector::Frequency' has a wrong offset!"); \ static_assert(offsetof(FDampedSpringVector, DampingRatio) == 0x00001C, "Member 'FDampedSpringVector::DampingRatio' has a wrong offset!"); \ static_assert(offsetof(FDampedSpringVector, MaxAcceleration) == 0x000020, "Member 'FDampedSpringVector::MaxAcceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDampedSpringScalar \ static_assert(alignof(FDampedSpringScalar) == 0x000004, "Wrong alignment on FDampedSpringScalar"); \ static_assert(sizeof(FDampedSpringScalar) == 0x000010, "Wrong size on FDampedSpringScalar"); \ static_assert(offsetof(FDampedSpringScalar, Frequency) == 0x000008, "Member 'FDampedSpringScalar::Frequency' has a wrong offset!"); \ static_assert(offsetof(FDampedSpringScalar, DampingRatio) == 0x00000C, "Member 'FDampedSpringScalar::DampingRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogueLineData \ static_assert(alignof(FDialogueLineData) == 0x000008, "Wrong alignment on FDialogueLineData"); \ static_assert(sizeof(FDialogueLineData) == 0x000028, "Wrong size on FDialogueLineData"); \ static_assert(offsetof(FDialogueLineData, PreRoll) == 0x000008, "Member 'FDialogueLineData::PreRoll' has a wrong offset!"); \ static_assert(offsetof(FDialogueLineData, PostRoll) == 0x00000C, "Member 'FDialogueLineData::PostRoll' has a wrong offset!"); \ static_assert(offsetof(FDialogueLineData, AnimLen) == 0x000010, "Member 'FDialogueLineData::AnimLen' has a wrong offset!"); \ static_assert(offsetof(FDialogueLineData, Type) == 0x000014, "Member 'FDialogueLineData::Type' has a wrong offset!"); \ static_assert(offsetof(FDialogueLineData, Meta) == 0x000018, "Member 'FDialogueLineData::Meta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogueLineDataHardRef \ static_assert(alignof(FDialogueLineDataHardRef) == 0x000008, "Wrong alignment on FDialogueLineDataHardRef"); \ static_assert(sizeof(FDialogueLineDataHardRef) == 0x000030, "Wrong size on FDialogueLineDataHardRef"); \ static_assert(offsetof(FDialogueLineDataHardRef, DialogueLineAnim) == 0x000028, "Member 'FDialogueLineDataHardRef::DialogueLineAnim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogueLineDataSoftRef \ static_assert(alignof(FDialogueLineDataSoftRef) == 0x000008, "Wrong alignment on FDialogueLineDataSoftRef"); \ static_assert(sizeof(FDialogueLineDataSoftRef) == 0x000050, "Wrong size on FDialogueLineDataSoftRef"); \ static_assert(offsetof(FDialogueLineDataSoftRef, DialogueLineAnim) == 0x000028, "Member 'FDialogueLineDataSoftRef::DialogueLineAnim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_IncrementalRotation_DebugSettings \ static_assert(alignof(FRigUnit_IncrementalRotation_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_IncrementalRotation_DebugSettings"); \ static_assert(sizeof(FRigUnit_IncrementalRotation_DebugSettings) == 0x000040, "Wrong size on FRigUnit_IncrementalRotation_DebugSettings"); \ static_assert(offsetof(FRigUnit_IncrementalRotation_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_IncrementalRotation_DebugSettings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_IncrementalRotation_DebugSettings::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation_DebugSettings, WorldOffset) == 0x000010, "Member 'FRigUnit_IncrementalRotation_DebugSettings::WorldOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimMaskAssetRow \ static_assert(alignof(FAnimMaskAssetRow) == 0x000008, "Wrong alignment on FAnimMaskAssetRow"); \ static_assert(sizeof(FAnimMaskAssetRow) == 0x000010, "Wrong size on FAnimMaskAssetRow"); \ static_assert(offsetof(FAnimMaskAssetRow, AnimMaskAsset) == 0x000008, "Member 'FAnimMaskAssetRow::AnimMaskAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFacialAnimation \ static_assert(alignof(FFacialAnimation) == 0x000008, "Wrong alignment on FFacialAnimation"); \ static_assert(sizeof(FFacialAnimation) == 0x000030, "Wrong size on FFacialAnimation"); \ static_assert(offsetof(FFacialAnimation, Transition) == 0x000000, "Member 'FFacialAnimation::Transition' has a wrong offset!"); \ static_assert(offsetof(FFacialAnimation, AnimTags) == 0x000008, "Member 'FFacialAnimation::AnimTags' has a wrong offset!"); \ static_assert(offsetof(FFacialAnimation, bStartAtRandomTime) == 0x000028, "Member 'FFacialAnimation::bStartAtRandomTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CurveRotation_Target \ static_assert(alignof(FRigUnit_CurveRotation_Target) == 0x000004, "Wrong alignment on FRigUnit_CurveRotation_Target"); \ static_assert(sizeof(FRigUnit_CurveRotation_Target) == 0x000028, "Wrong size on FRigUnit_CurveRotation_Target"); \ static_assert(offsetof(FRigUnit_CurveRotation_Target, weight) == 0x000000, "Member 'FRigUnit_CurveRotation_Target::weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation_Target, Axis) == 0x000004, "Member 'FRigUnit_CurveRotation_Target::Axis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation_Target, Target) == 0x000010, "Member 'FRigUnit_CurveRotation_Target::Target' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation_Target, Kind) == 0x00001C, "Member 'FRigUnit_CurveRotation_Target::Kind' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation_Target, Space) == 0x000020, "Member 'FRigUnit_CurveRotation_Target::Space' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFeatureVector \ static_assert(alignof(FFeatureVector) == 0x000008, "Wrong alignment on FFeatureVector"); \ static_assert(sizeof(FFeatureVector) == 0x000090, "Wrong size on FFeatureVector"); \ static_assert(offsetof(FFeatureVector, AnimSequence) == 0x000008, "Member 'FFeatureVector::AnimSequence' has a wrong offset!"); \ static_assert(offsetof(FFeatureVector, Time) == 0x000010, "Member 'FFeatureVector::Time' has a wrong offset!"); \ static_assert(offsetof(FFeatureVector, Velocity) == 0x000014, "Member 'FFeatureVector::Velocity' has a wrong offset!"); \ static_assert(offsetof(FFeatureVector, Position33) == 0x000020, "Member 'FFeatureVector::Position33' has a wrong offset!"); \ static_assert(offsetof(FFeatureVector, FacingDir33) == 0x00002C, "Member 'FFeatureVector::FacingDir33' has a wrong offset!"); \ static_assert(offsetof(FFeatureVector, Position66) == 0x000034, "Member 'FFeatureVector::Position66' has a wrong offset!"); \ static_assert(offsetof(FFeatureVector, FacingDir66) == 0x000040, "Member 'FFeatureVector::FacingDir66' has a wrong offset!"); \ static_assert(offsetof(FFeatureVector, Position99) == 0x000048, "Member 'FFeatureVector::Position99' has a wrong offset!"); \ static_assert(offsetof(FFeatureVector, FacingDir99) == 0x000054, "Member 'FFeatureVector::FacingDir99' has a wrong offset!"); \ static_assert(offsetof(FFeatureVector, LeftFootPosition) == 0x00005C, "Member 'FFeatureVector::LeftFootPosition' has a wrong offset!"); \ static_assert(offsetof(FFeatureVector, LeftFootVelocity) == 0x000068, "Member 'FFeatureVector::LeftFootVelocity' has a wrong offset!"); \ static_assert(offsetof(FFeatureVector, RightFootPosition) == 0x000074, "Member 'FFeatureVector::RightFootPosition' has a wrong offset!"); \ static_assert(offsetof(FFeatureVector, RightFootVelocity) == 0x000080, "Member 'FFeatureVector::RightFootVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConversationLayeredAnimationWeight \ static_assert(alignof(FConversationLayeredAnimationWeight) == 0x000004, "Wrong alignment on FConversationLayeredAnimationWeight"); \ static_assert(sizeof(FConversationLayeredAnimationWeight) == 0x000008, "Wrong size on FConversationLayeredAnimationWeight"); \ static_assert(offsetof(FConversationLayeredAnimationWeight, WeightEntryName) == 0x000000, "Member 'FConversationLayeredAnimationWeight::WeightEntryName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoneReferenceEx \ static_assert(alignof(FBoneReferenceEx) == 0x000004, "Wrong alignment on FBoneReferenceEx"); \ static_assert(sizeof(FBoneReferenceEx) == 0x000010, "Wrong size on FBoneReferenceEx"); \ #define DUMPER7_ASSERTS_FCurveNameProperty \ static_assert(alignof(FCurveNameProperty) == 0x000004, "Wrong alignment on FCurveNameProperty"); \ static_assert(sizeof(FCurveNameProperty) == 0x00000C, "Wrong size on FCurveNameProperty"); \ static_assert(offsetof(FCurveNameProperty, CurveName) == 0x000000, "Member 'FCurveNameProperty::CurveName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCurveIndexProperty \ static_assert(alignof(FCurveIndexProperty) == 0x000002, "Wrong alignment on FCurveIndexProperty"); \ static_assert(sizeof(FCurveIndexProperty) == 0x000002, "Wrong size on FCurveIndexProperty"); \ static_assert(offsetof(FCurveIndexProperty, CurveIndex) == 0x000000, "Member 'FCurveIndexProperty::CurveIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoneIndexProperty \ static_assert(alignof(FBoneIndexProperty) == 0x000004, "Wrong alignment on FBoneIndexProperty"); \ static_assert(sizeof(FBoneIndexProperty) == 0x000004, "Wrong size on FBoneIndexProperty"); \ static_assert(offsetof(FBoneIndexProperty, BoneIndex) == 0x000000, "Member 'FBoneIndexProperty::BoneIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIKTaskReferenceProperty \ static_assert(alignof(FIKTaskReferenceProperty) == 0x000004, "Wrong alignment on FIKTaskReferenceProperty"); \ static_assert(sizeof(FIKTaskReferenceProperty) == 0x000004, "Wrong size on FIKTaskReferenceProperty"); \ static_assert(offsetof(FIKTaskReferenceProperty, TaskIndex) == 0x000000, "Member 'FIKTaskReferenceProperty::TaskIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIKDriver_AimAtControl \ static_assert(alignof(FIKDriver_AimAtControl) == 0x000004, "Wrong alignment on FIKDriver_AimAtControl"); \ static_assert(sizeof(FIKDriver_AimAtControl) == 0x000008, "Wrong size on FIKDriver_AimAtControl"); \ static_assert(offsetof(FIKDriver_AimAtControl, Task) == 0x000000, "Member 'FIKDriver_AimAtControl::Task' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtControl, DirectionDriver) == 0x000004, "Member 'FIKDriver_AimAtControl::DirectionDriver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLookLimits \ static_assert(alignof(FLookLimits) == 0x000004, "Wrong alignment on FLookLimits"); \ static_assert(sizeof(FLookLimits) == 0x000008, "Wrong size on FLookLimits"); \ static_assert(offsetof(FLookLimits, Horizontal) == 0x000000, "Member 'FLookLimits::Horizontal' has a wrong offset!"); \ static_assert(offsetof(FLookLimits, Vertical) == 0x000004, "Member 'FLookLimits::Vertical' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_IncrementalRotation_WorkData \ static_assert(alignof(FRigUnit_IncrementalRotation_WorkData) == 0x000008, "Wrong alignment on FRigUnit_IncrementalRotation_WorkData"); \ static_assert(sizeof(FRigUnit_IncrementalRotation_WorkData) == 0x000068, "Wrong size on FRigUnit_IncrementalRotation_WorkData"); \ static_assert(offsetof(FRigUnit_IncrementalRotation_WorkData, BoneIndices) == 0x000000, "Member 'FRigUnit_IncrementalRotation_WorkData::BoneIndices' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation_WorkData, ActualLookRanges) == 0x000010, "Member 'FRigUnit_IncrementalRotation_WorkData::ActualLookRanges' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation_WorkData, AngleLimits) == 0x000020, "Member 'FRigUnit_IncrementalRotation_WorkData::AngleLimits' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation_WorkData, Angles) == 0x000030, "Member 'FRigUnit_IncrementalRotation_WorkData::Angles' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation_WorkData, BoneLocalTransforms) == 0x000040, "Member 'FRigUnit_IncrementalRotation_WorkData::BoneLocalTransforms' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation_WorkData, PrimaryCachedSpaceName) == 0x000050, "Member 'FRigUnit_IncrementalRotation_WorkData::PrimaryCachedSpaceName' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation_WorkData, PrimaryCachedSpaceIndex) == 0x000058, "Member 'FRigUnit_IncrementalRotation_WorkData::PrimaryCachedSpaceIndex' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation_WorkData, SecondaryCachedSpaceName) == 0x00005C, "Member 'FRigUnit_IncrementalRotation_WorkData::SecondaryCachedSpaceName' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation_WorkData, SecondaryCachedSpaceIndex) == 0x000064, "Member 'FRigUnit_IncrementalRotation_WorkData::SecondaryCachedSpaceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIKDriver_AimAtConeOnlyControl \ static_assert(alignof(FIKDriver_AimAtConeOnlyControl) == 0x000004, "Wrong alignment on FIKDriver_AimAtConeOnlyControl"); \ static_assert(sizeof(FIKDriver_AimAtConeOnlyControl) == 0x000078, "Wrong size on FIKDriver_AimAtConeOnlyControl"); \ static_assert(offsetof(FIKDriver_AimAtConeOnlyControl, AimBoneReference) == 0x000000, "Member 'FIKDriver_AimAtConeOnlyControl::AimBoneReference' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConeOnlyControl, NeckBoneReference) == 0x000010, "Member 'FIKDriver_AimAtConeOnlyControl::NeckBoneReference' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConeOnlyControl, DirectionDriver) == 0x000020, "Member 'FIKDriver_AimAtConeOnlyControl::DirectionDriver' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConeOnlyControl, YawLimit) == 0x000024, "Member 'FIKDriver_AimAtConeOnlyControl::YawLimit' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConeOnlyControl, PitchLimit) == 0x000028, "Member 'FIKDriver_AimAtConeOnlyControl::PitchLimit' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConeOnlyControl, ReduceConeWithSpeed) == 0x00002C, "Member 'FIKDriver_AimAtConeOnlyControl::ReduceConeWithSpeed' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConeOnlyControl, SpeedForReduction) == 0x000030, "Member 'FIKDriver_AimAtConeOnlyControl::SpeedForReduction' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConeOnlyControl, RatioToReduce) == 0x000034, "Member 'FIKDriver_AimAtConeOnlyControl::RatioToReduce' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConeOnlyControl, BackDeadZoneAngle) == 0x000038, "Member 'FIKDriver_AimAtConeOnlyControl::BackDeadZoneAngle' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConeOnlyControl, ConeRotationOffset) == 0x00003C, "Member 'FIKDriver_AimAtConeOnlyControl::ConeRotationOffset' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConeOnlyControl, TaskRotationOffset) == 0x000048, "Member 'FIKDriver_AimAtConeOnlyControl::TaskRotationOffset' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConeOnlyControl, BlendSpeedRange) == 0x000054, "Member 'FIKDriver_AimAtConeOnlyControl::BlendSpeedRange' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConeOnlyControl, Speed2BlendSpeedRange) == 0x00005C, "Member 'FIKDriver_AimAtConeOnlyControl::Speed2BlendSpeedRange' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConeOnlyControl, TimeDelay) == 0x000064, "Member 'FIKDriver_AimAtConeOnlyControl::TimeDelay' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConeOnlyControl, DelayStartTime) == 0x000068, "Member 'FIKDriver_AimAtConeOnlyControl::DelayStartTime' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConeOnlyControl, PrevTargetDirection) == 0x00006C, "Member 'FIKDriver_AimAtConeOnlyControl::PrevTargetDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIKDriver_AimAtConstrainedControl \ static_assert(alignof(FIKDriver_AimAtConstrainedControl) == 0x000010, "Wrong alignment on FIKDriver_AimAtConstrainedControl"); \ static_assert(sizeof(FIKDriver_AimAtConstrainedControl) == 0x0002A0, "Wrong size on FIKDriver_AimAtConstrainedControl"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, DirectionDriver) == 0x000000, "Member 'FIKDriver_AimAtConstrainedControl::DirectionDriver' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, AimBoneReference) == 0x000004, "Member 'FIKDriver_AimAtConstrainedControl::AimBoneReference' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, NeckBoneReference) == 0x000014, "Member 'FIKDriver_AimAtConstrainedControl::NeckBoneReference' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, RotationOffset) == 0x000024, "Member 'FIKDriver_AimAtConstrainedControl::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, AimAlphaVariableName) == 0x000030, "Member 'FIKDriver_AimAtConstrainedControl::AimAlphaVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, AimTargetVariableName) == 0x000038, "Member 'FIKDriver_AimAtConstrainedControl::AimTargetVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, AimLoosenessVariableName) == 0x000040, "Member 'FIKDriver_AimAtConstrainedControl::AimLoosenessVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, SpineMobilityVariableName) == 0x000048, "Member 'FIKDriver_AimAtConstrainedControl::SpineMobilityVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, ApplyConstraintsVariableName) == 0x000050, "Member 'FIKDriver_AimAtConstrainedControl::ApplyConstraintsVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, bLimitDirectionToCone) == 0x000058, "Member 'FIKDriver_AimAtConstrainedControl::bLimitDirectionToCone' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, YawLimit) == 0x00005C, "Member 'FIKDriver_AimAtConstrainedControl::YawLimit' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, PitchLimit) == 0x000060, "Member 'FIKDriver_AimAtConstrainedControl::PitchLimit' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, LimitFactorOverSpeed) == 0x000068, "Member 'FIKDriver_AimAtConstrainedControl::LimitFactorOverSpeed' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, YawFrequency) == 0x0000F0, "Member 'FIKDriver_AimAtConstrainedControl::YawFrequency' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, YawDampingRatio) == 0x0000F4, "Member 'FIKDriver_AimAtConstrainedControl::YawDampingRatio' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, PitchFrequency) == 0x0000F8, "Member 'FIKDriver_AimAtConstrainedControl::PitchFrequency' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, PitchDampingRatio) == 0x0000FC, "Member 'FIKDriver_AimAtConstrainedControl::PitchDampingRatio' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, BlendInDuration) == 0x000100, "Member 'FIKDriver_AimAtConstrainedControl::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, BlendOutDuration) == 0x000104, "Member 'FIKDriver_AimAtConstrainedControl::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, BackDeadZoneAngle) == 0x000108, "Member 'FIKDriver_AimAtConstrainedControl::BackDeadZoneAngle' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, DisableCurve) == 0x00010C, "Member 'FIKDriver_AimAtConstrainedControl::DisableCurve' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, YawFrequencyCurve) == 0x00010E, "Member 'FIKDriver_AimAtConstrainedControl::YawFrequencyCurve' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, PitchFrequencyCurve) == 0x000110, "Member 'FIKDriver_AimAtConstrainedControl::PitchFrequencyCurve' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, DisableCurveName) == 0x000114, "Member 'FIKDriver_AimAtConstrainedControl::DisableCurveName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, YawFrequencyCurveName) == 0x000120, "Member 'FIKDriver_AimAtConstrainedControl::YawFrequencyCurveName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AimAtConstrainedControl, PitchFrequencyCurveName) == 0x00012C, "Member 'FIKDriver_AimAtConstrainedControl::PitchFrequencyCurveName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIKDriver_AnimationDrivenData \ static_assert(alignof(FIKDriver_AnimationDrivenData) == 0x000004, "Wrong alignment on FIKDriver_AnimationDrivenData"); \ static_assert(sizeof(FIKDriver_AnimationDrivenData) == 0x000028, "Wrong size on FIKDriver_AnimationDrivenData"); \ static_assert(offsetof(FIKDriver_AnimationDrivenData, Task) == 0x000000, "Member 'FIKDriver_AnimationDrivenData::Task' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AnimationDrivenData, RotationTargetBone) == 0x000004, "Member 'FIKDriver_AnimationDrivenData::RotationTargetBone' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AnimationDrivenData, TranslationTargetBone) == 0x000008, "Member 'FIKDriver_AnimationDrivenData::TranslationTargetBone' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AnimationDrivenData, RotationWeightCurve) == 0x00000C, "Member 'FIKDriver_AnimationDrivenData::RotationWeightCurve' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AnimationDrivenData, TranslationWeightCurve) == 0x00000E, "Member 'FIKDriver_AnimationDrivenData::TranslationWeightCurve' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AnimationDrivenData, RotationWeightCurveName) == 0x000010, "Member 'FIKDriver_AnimationDrivenData::RotationWeightCurveName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_AnimationDrivenData, TranslationWeightCurveName) == 0x00001C, "Member 'FIKDriver_AnimationDrivenData::TranslationWeightCurveName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIKDriver_FloorContactControl \ static_assert(alignof(FIKDriver_FloorContactControl) == 0x000010, "Wrong alignment on FIKDriver_FloorContactControl"); \ static_assert(sizeof(FIKDriver_FloorContactControl) == 0x0001A0, "Wrong size on FIKDriver_FloorContactControl"); \ static_assert(offsetof(FIKDriver_FloorContactControl, BoneRef) == 0x000000, "Member 'FIKDriver_FloorContactControl::BoneRef' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, AlphaVariableName) == 0x000010, "Member 'FIKDriver_FloorContactControl::AlphaVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, TransformVariableName) == 0x000018, "Member 'FIKDriver_FloorContactControl::TransformVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, RampInHeight) == 0x000020, "Member 'FIKDriver_FloorContactControl::RampInHeight' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, RampOutHeight) == 0x000024, "Member 'FIKDriver_FloorContactControl::RampOutHeight' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, TranslationInterpRate) == 0x000028, "Member 'FIKDriver_FloorContactControl::TranslationInterpRate' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, RotationInterpRate) == 0x00002C, "Member 'FIKDriver_FloorContactControl::RotationInterpRate' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, FixupHeight) == 0x000030, "Member 'FIKDriver_FloorContactControl::FixupHeight' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, FixupRotation) == 0x000040, "Member 'FIKDriver_FloorContactControl::FixupRotation' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, Shape) == 0x000050, "Member 'FIKDriver_FloorContactControl::Shape' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, Extents) == 0x000054, "Member 'FIKDriver_FloorContactControl::Extents' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, Offset) == 0x000060, "Member 'FIKDriver_FloorContactControl::Offset' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, DrawDebug) == 0x000090, "Member 'FIKDriver_FloorContactControl::DrawDebug' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, UseCustomScale) == 0x000091, "Member 'FIKDriver_FloorContactControl::UseCustomScale' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, CustomRayTraceStartScale) == 0x000094, "Member 'FIKDriver_FloorContactControl::CustomRayTraceStartScale' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, CustomRayTraceFinishScale) == 0x000098, "Member 'FIKDriver_FloorContactControl::CustomRayTraceFinishScale' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, bUseFKOrientation) == 0x0000AC, "Member 'FIKDriver_FloorContactControl::bUseFKOrientation' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, MeshOffset) == 0x0000B0, "Member 'FIKDriver_FloorContactControl::MeshOffset' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactControl, Alpha) == 0x0000B4, "Member 'FIKDriver_FloorContactControl::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIKDriver_FloorContactProfileSettings \ static_assert(alignof(FIKDriver_FloorContactProfileSettings) == 0x000004, "Wrong alignment on FIKDriver_FloorContactProfileSettings"); \ static_assert(sizeof(FIKDriver_FloorContactProfileSettings) == 0x000014, "Wrong size on FIKDriver_FloorContactProfileSettings"); \ static_assert(offsetof(FIKDriver_FloorContactProfileSettings, HipMultiplier) == 0x000000, "Member 'FIKDriver_FloorContactProfileSettings::HipMultiplier' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactProfileSettings, MaxLegExtension) == 0x000004, "Member 'FIKDriver_FloorContactProfileSettings::MaxLegExtension' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactProfileSettings, ReverseFootFactor) == 0x000008, "Member 'FIKDriver_FloorContactProfileSettings::ReverseFootFactor' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactProfileSettings, PitchLimit) == 0x00000C, "Member 'FIKDriver_FloorContactProfileSettings::PitchLimit' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactProfileSettings, StabilizationThreshold) == 0x000010, "Member 'FIKDriver_FloorContactProfileSettings::StabilizationThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIKDriver_FloorContactProfile \ static_assert(alignof(FIKDriver_FloorContactProfile) == 0x000004, "Wrong alignment on FIKDriver_FloorContactProfile"); \ static_assert(sizeof(FIKDriver_FloorContactProfile) == 0x000038, "Wrong size on FIKDriver_FloorContactProfile"); \ static_assert(offsetof(FIKDriver_FloorContactProfile, Name) == 0x000000, "Member 'FIKDriver_FloorContactProfile::Name' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactProfile, SlopeRange) == 0x000008, "Member 'FIKDriver_FloorContactProfile::SlopeRange' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactProfile, SpeedRange) == 0x000010, "Member 'FIKDriver_FloorContactProfile::SpeedRange' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactProfile, SupportType) == 0x000018, "Member 'FIKDriver_FloorContactProfile::SupportType' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactProfile, MovementType) == 0x00001C, "Member 'FIKDriver_FloorContactProfile::MovementType' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactProfile, BlendInTime) == 0x000020, "Member 'FIKDriver_FloorContactProfile::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_FloorContactProfile, OverrideSettings) == 0x000024, "Member 'FIKDriver_FloorContactProfile::OverrideSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIKDriver_GroundAdjustment_ReachControl \ static_assert(alignof(FIKDriver_GroundAdjustment_ReachControl) == 0x000010, "Wrong alignment on FIKDriver_GroundAdjustment_ReachControl"); \ static_assert(sizeof(FIKDriver_GroundAdjustment_ReachControl) == 0x000110, "Wrong size on FIKDriver_GroundAdjustment_ReachControl"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_ReachControl, BoneReference) == 0x000000, "Member 'FIKDriver_GroundAdjustment_ReachControl::BoneReference' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_ReachControl, EndEffectorBoneReferences) == 0x000010, "Member 'FIKDriver_GroundAdjustment_ReachControl::EndEffectorBoneReferences' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_ReachControl, InterpSpeed) == 0x000020, "Member 'FIKDriver_GroundAdjustment_ReachControl::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_ReachControl, InterpDampingFactor) == 0x000024, "Member 'FIKDriver_GroundAdjustment_ReachControl::InterpDampingFactor' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_ReachControl, FilteringSpeed) == 0x000028, "Member 'FIKDriver_GroundAdjustment_ReachControl::FilteringSpeed' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_ReachControl, FilteringDampingFactor) == 0x00002C, "Member 'FIKDriver_GroundAdjustment_ReachControl::FilteringDampingFactor' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_ReachControl, LowestOrAverage) == 0x000030, "Member 'FIKDriver_GroundAdjustment_ReachControl::LowestOrAverage' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_ReachControl, MaxControlAdjustment) == 0x000034, "Member 'FIKDriver_GroundAdjustment_ReachControl::MaxControlAdjustment' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_ReachControl, AlphaVariableName) == 0x000038, "Member 'FIKDriver_GroundAdjustment_ReachControl::AlphaVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_ReachControl, TargetTransformVariableName) == 0x000040, "Member 'FIKDriver_GroundAdjustment_ReachControl::TargetTransformVariableName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIKDriver_GroundAdjustment_Control \ static_assert(alignof(FIKDriver_GroundAdjustment_Control) == 0x000010, "Wrong alignment on FIKDriver_GroundAdjustment_Control"); \ static_assert(sizeof(FIKDriver_GroundAdjustment_Control) == 0x000370, "Wrong size on FIKDriver_GroundAdjustment_Control"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_Control, BoneReference) == 0x000000, "Member 'FIKDriver_GroundAdjustment_Control::BoneReference' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_Control, TraceBoneReference) == 0x000010, "Member 'FIKDriver_GroundAdjustment_Control::TraceBoneReference' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_Control, TraceShape) == 0x000020, "Member 'FIKDriver_GroundAdjustment_Control::TraceShape' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_Control, TraceShapeLocalOffset) == 0x000030, "Member 'FIKDriver_GroundAdjustment_Control::TraceShapeLocalOffset' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_Control, bTraceComplex) == 0x000060, "Member 'FIKDriver_GroundAdjustment_Control::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_Control, bRequireOnGroundForStepDown) == 0x000061, "Member 'FIKDriver_GroundAdjustment_Control::bRequireOnGroundForStepDown' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_Control, MaxStepUpHeight) == 0x000064, "Member 'FIKDriver_GroundAdjustment_Control::MaxStepUpHeight' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_Control, MaxStepDownHeight) == 0x000068, "Member 'FIKDriver_GroundAdjustment_Control::MaxStepDownHeight' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_Control, MaxAdjustmentAngle) == 0x00006C, "Member 'FIKDriver_GroundAdjustment_Control::MaxAdjustmentAngle' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_Control, MaxControlHeight) == 0x000070, "Member 'FIKDriver_GroundAdjustment_Control::MaxControlHeight' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_Control, TimeToContactCurve) == 0x000074, "Member 'FIKDriver_GroundAdjustment_Control::TimeToContactCurve' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_Control, TimeToContactCurveName) == 0x000078, "Member 'FIKDriver_GroundAdjustment_Control::TimeToContactCurveName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_Control, AnticipationTargetBoneReference) == 0x000084, "Member 'FIKDriver_GroundAdjustment_Control::AnticipationTargetBoneReference' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_Control, AlphaVariableName) == 0x000094, "Member 'FIKDriver_GroundAdjustment_Control::AlphaVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_Control, TargetTransformVariableName) == 0x00009C, "Member 'FIKDriver_GroundAdjustment_Control::TargetTransformVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_Control, ExtensionVariableName) == 0x0000A4, "Member 'FIKDriver_GroundAdjustment_Control::ExtensionVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_GroundAdjustment_Control, MaxLegExtension) == 0x0000AC, "Member 'FIKDriver_GroundAdjustment_Control::MaxLegExtension' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_NeckLookAt_ConeConstraintBone \ static_assert(alignof(FRigUnit_NeckLookAt_ConeConstraintBone) == 0x000010, "Wrong alignment on FRigUnit_NeckLookAt_ConeConstraintBone"); \ static_assert(sizeof(FRigUnit_NeckLookAt_ConeConstraintBone) == 0x000040, "Wrong size on FRigUnit_NeckLookAt_ConeConstraintBone"); \ static_assert(offsetof(FRigUnit_NeckLookAt_ConeConstraintBone, Bone) == 0x000000, "Member 'FRigUnit_NeckLookAt_ConeConstraintBone::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_ConeConstraintBone, Constraint) == 0x000010, "Member 'FRigUnit_NeckLookAt_ConeConstraintBone::Constraint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIKDriver_LadderContactControl \ static_assert(alignof(FIKDriver_LadderContactControl) == 0x000004, "Wrong alignment on FIKDriver_LadderContactControl"); \ static_assert(sizeof(FIKDriver_LadderContactControl) == 0x000060, "Wrong size on FIKDriver_LadderContactControl"); \ static_assert(offsetof(FIKDriver_LadderContactControl, Task) == 0x000000, "Member 'FIKDriver_LadderContactControl::Task' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LadderContactControl, Enable) == 0x000004, "Member 'FIKDriver_LadderContactControl::Enable' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LadderContactControl, DebugDraw) == 0x000005, "Member 'FIKDriver_LadderContactControl::DebugDraw' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LadderContactControl, OffsetZ) == 0x000008, "Member 'FIKDriver_LadderContactControl::OffsetZ' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LadderContactControl, HandOffset) == 0x00000C, "Member 'FIKDriver_LadderContactControl::HandOffset' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LadderContactControl, LadderUpPlaneOffset) == 0x000010, "Member 'FIKDriver_LadderContactControl::LadderUpPlaneOffset' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LadderContactControl, LadderDownPlaneOffset) == 0x000014, "Member 'FIKDriver_LadderContactControl::LadderDownPlaneOffset' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LadderContactControl, LockVelocityThreshold) == 0x000018, "Member 'FIKDriver_LadderContactControl::LockVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LadderContactControl, UnlockVelocityThreshold) == 0x00001C, "Member 'FIKDriver_LadderContactControl::UnlockVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LadderContactControl, UnlockMoveThreshold) == 0x000020, "Member 'FIKDriver_LadderContactControl::UnlockMoveThreshold' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LadderContactControl, JumpToNextRungThreshold) == 0x000024, "Member 'FIKDriver_LadderContactControl::JumpToNextRungThreshold' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LadderContactControl, UnlockPastTopExtentThreshold) == 0x000028, "Member 'FIKDriver_LadderContactControl::UnlockPastTopExtentThreshold' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LadderContactControl, LockBlendTime) == 0x00002C, "Member 'FIKDriver_LadderContactControl::LockBlendTime' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LadderContactControl, UnlockBlendTime) == 0x000030, "Member 'FIKDriver_LadderContactControl::UnlockBlendTime' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LadderContactControl, InitDelay) == 0x000034, "Member 'FIKDriver_LadderContactControl::InitDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIKDriver_LedgeContactHipsControl \ static_assert(alignof(FIKDriver_LedgeContactHipsControl) == 0x000010, "Wrong alignment on FIKDriver_LedgeContactHipsControl"); \ static_assert(sizeof(FIKDriver_LedgeContactHipsControl) == 0x0000B0, "Wrong size on FIKDriver_LedgeContactHipsControl"); \ static_assert(offsetof(FIKDriver_LedgeContactHipsControl, AlphaVariableName) == 0x000000, "Member 'FIKDriver_LedgeContactHipsControl::AlphaVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LedgeContactHipsControl, TargetTransformVariableName) == 0x000008, "Member 'FIKDriver_LedgeContactHipsControl::TargetTransformVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LedgeContactHipsControl, BoneReference) == 0x000010, "Member 'FIKDriver_LedgeContactHipsControl::BoneReference' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LedgeContactHipsControl, MaxRotationAngleAwayFromWall) == 0x000020, "Member 'FIKDriver_LedgeContactHipsControl::MaxRotationAngleAwayFromWall' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LedgeContactHipsControl, MinDistanceFromWall) == 0x000024, "Member 'FIKDriver_LedgeContactHipsControl::MinDistanceFromWall' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIKDriver_LedgeContactFootControl \ static_assert(alignof(FIKDriver_LedgeContactFootControl) == 0x000010, "Wrong alignment on FIKDriver_LedgeContactFootControl"); \ static_assert(sizeof(FIKDriver_LedgeContactFootControl) == 0x000130, "Wrong size on FIKDriver_LedgeContactFootControl"); \ static_assert(offsetof(FIKDriver_LedgeContactFootControl, AlphaVariableName) == 0x000000, "Member 'FIKDriver_LedgeContactFootControl::AlphaVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LedgeContactFootControl, TargetTransformVariableName) == 0x000008, "Member 'FIKDriver_LedgeContactFootControl::TargetTransformVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LedgeContactFootControl, ExtensionVariableName) == 0x000010, "Member 'FIKDriver_LedgeContactFootControl::ExtensionVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LedgeContactFootControl, ToeTransformVariableName) == 0x000018, "Member 'FIKDriver_LedgeContactFootControl::ToeTransformVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LedgeContactFootControl, BoneReference) == 0x000020, "Member 'FIKDriver_LedgeContactFootControl::BoneReference' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LedgeContactFootControl, ToeBoneReference) == 0x000030, "Member 'FIKDriver_LedgeContactFootControl::ToeBoneReference' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LedgeContactFootControl, SweepRadius) == 0x000040, "Member 'FIKDriver_LedgeContactFootControl::SweepRadius' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LedgeContactFootControl, WallLocationRelativeToBone) == 0x000044, "Member 'FIKDriver_LedgeContactFootControl::WallLocationRelativeToBone' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LedgeContactFootControl, MaxLegExtension) == 0x000050, "Member 'FIKDriver_LedgeContactFootControl::MaxLegExtension' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIKDriver_LedgeContactHandControl \ static_assert(alignof(FIKDriver_LedgeContactHandControl) == 0x000010, "Wrong alignment on FIKDriver_LedgeContactHandControl"); \ static_assert(sizeof(FIKDriver_LedgeContactHandControl) == 0x0000D0, "Wrong size on FIKDriver_LedgeContactHandControl"); \ static_assert(offsetof(FIKDriver_LedgeContactHandControl, AlphaVariableName) == 0x000000, "Member 'FIKDriver_LedgeContactHandControl::AlphaVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LedgeContactHandControl, TargetTransformVariableName) == 0x000008, "Member 'FIKDriver_LedgeContactHandControl::TargetTransformVariableName' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LedgeContactHandControl, BoneReference) == 0x000010, "Member 'FIKDriver_LedgeContactHandControl::BoneReference' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LedgeContactHandControl, SweepRadius) == 0x000020, "Member 'FIKDriver_LedgeContactHandControl::SweepRadius' has a wrong offset!"); \ static_assert(offsetof(FIKDriver_LedgeContactHandControl, LedgeLocationRelativeToBone) == 0x000024, "Member 'FIKDriver_LedgeContactHandControl::LedgeLocationRelativeToBone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIKPoseFixupDefinition \ static_assert(alignof(FIKPoseFixupDefinition) == 0x000010, "Wrong alignment on FIKPoseFixupDefinition"); \ static_assert(sizeof(FIKPoseFixupDefinition) == 0x0000C0, "Wrong size on FIKPoseFixupDefinition"); \ static_assert(offsetof(FIKPoseFixupDefinition, ControlledBoneName) == 0x000000, "Member 'FIKPoseFixupDefinition::ControlledBoneName' has a wrong offset!"); \ static_assert(offsetof(FIKPoseFixupDefinition, ReferenceBoneName) == 0x000008, "Member 'FIKPoseFixupDefinition::ReferenceBoneName' has a wrong offset!"); \ static_assert(offsetof(FIKPoseFixupDefinition, IkInputTransformName) == 0x000010, "Member 'FIKPoseFixupDefinition::IkInputTransformName' has a wrong offset!"); \ static_assert(offsetof(FIKPoseFixupDefinition, ControlledOffsetProvider) == 0x000018, "Member 'FIKPoseFixupDefinition::ControlledOffsetProvider' has a wrong offset!"); \ static_assert(offsetof(FIKPoseFixupDefinition, ControlledOffset) == 0x000020, "Member 'FIKPoseFixupDefinition::ControlledOffset' has a wrong offset!"); \ static_assert(offsetof(FIKPoseFixupDefinition, IkInputAlphaName) == 0x000050, "Member 'FIKPoseFixupDefinition::IkInputAlphaName' has a wrong offset!"); \ static_assert(offsetof(FIKPoseFixupDefinition, AlphaCurveName) == 0x000058, "Member 'FIKPoseFixupDefinition::AlphaCurveName' has a wrong offset!"); \ static_assert(offsetof(FIKPoseFixupDefinition, bApplyBlendToAlphaCurve) == 0x000060, "Member 'FIKPoseFixupDefinition::bApplyBlendToAlphaCurve' has a wrong offset!"); \ static_assert(offsetof(FIKPoseFixupDefinition, BlendInTime) == 0x000064, "Member 'FIKPoseFixupDefinition::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(FIKPoseFixupDefinition, BlendOutTime) == 0x000068, "Member 'FIKPoseFixupDefinition::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(FIKPoseFixupDefinition, TranslateOnly) == 0x00006C, "Member 'FIKPoseFixupDefinition::TranslateOnly' has a wrong offset!"); \ static_assert(offsetof(FIKPoseFixupDefinition, ReferenceScale) == 0x000070, "Member 'FIKPoseFixupDefinition::ReferenceScale' has a wrong offset!"); \ static_assert(offsetof(FIKPoseFixupDefinition, IkInputCushionAmountName) == 0x000074, "Member 'FIKPoseFixupDefinition::IkInputCushionAmountName' has a wrong offset!"); \ static_assert(offsetof(FIKPoseFixupDefinition, CushionAmount) == 0x00007C, "Member 'FIKPoseFixupDefinition::CushionAmount' has a wrong offset!"); \ static_assert(offsetof(FIKPoseFixupDefinition, TargetTransform) == 0x000080, "Member 'FIKPoseFixupDefinition::TargetTransform' has a wrong offset!"); \ static_assert(offsetof(FIKPoseFixupDefinition, TargetOffsetProvider) == 0x000088, "Member 'FIKPoseFixupDefinition::TargetOffsetProvider' has a wrong offset!"); \ static_assert(offsetof(FIKPoseFixupDefinition, TargetOffset) == 0x000090, "Member 'FIKPoseFixupDefinition::TargetOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConversationCameraRegistrationReference \ static_assert(alignof(FConversationCameraRegistrationReference) == 0x000004, "Wrong alignment on FConversationCameraRegistrationReference"); \ static_assert(sizeof(FConversationCameraRegistrationReference) == 0x000008, "Wrong size on FConversationCameraRegistrationReference"); \ static_assert(offsetof(FConversationCameraRegistrationReference, CameraRegistrationName) == 0x000000, "Member 'FConversationCameraRegistrationReference::CameraRegistrationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConversationExplicitCameraShotReference \ static_assert(alignof(FConversationExplicitCameraShotReference) == 0x000004, "Wrong alignment on FConversationExplicitCameraShotReference"); \ static_assert(sizeof(FConversationExplicitCameraShotReference) == 0x000008, "Wrong size on FConversationExplicitCameraShotReference"); \ static_assert(offsetof(FConversationExplicitCameraShotReference, CameraShotName) == 0x000000, "Member 'FConversationExplicitCameraShotReference::CameraShotName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConversationExplicitLayeredAnimationReference \ static_assert(alignof(FConversationExplicitLayeredAnimationReference) == 0x000004, "Wrong alignment on FConversationExplicitLayeredAnimationReference"); \ static_assert(sizeof(FConversationExplicitLayeredAnimationReference) == 0x000010, "Wrong size on FConversationExplicitLayeredAnimationReference"); \ static_assert(offsetof(FConversationExplicitLayeredAnimationReference, CategoryName) == 0x000000, "Member 'FConversationExplicitLayeredAnimationReference::CategoryName' has a wrong offset!"); \ static_assert(offsetof(FConversationExplicitLayeredAnimationReference, animationName) == 0x000008, "Member 'FConversationExplicitLayeredAnimationReference::animationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConversationExplicitPoseGroupReference \ static_assert(alignof(FConversationExplicitPoseGroupReference) == 0x000004, "Wrong alignment on FConversationExplicitPoseGroupReference"); \ static_assert(sizeof(FConversationExplicitPoseGroupReference) == 0x000008, "Wrong size on FConversationExplicitPoseGroupReference"); \ static_assert(offsetof(FConversationExplicitPoseGroupReference, PoseGroupName) == 0x000000, "Member 'FConversationExplicitPoseGroupReference::PoseGroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConversationPresetReference \ static_assert(alignof(FConversationPresetReference) == 0x000004, "Wrong alignment on FConversationPresetReference"); \ static_assert(sizeof(FConversationPresetReference) == 0x000008, "Wrong size on FConversationPresetReference"); \ static_assert(offsetof(FConversationPresetReference, PresetName) == 0x000000, "Member 'FConversationPresetReference::PresetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPerClipLayerGroupLayer \ static_assert(alignof(FPerClipLayerGroupLayer) == 0x000008, "Wrong alignment on FPerClipLayerGroupLayer"); \ static_assert(sizeof(FPerClipLayerGroupLayer) == 0x000020, "Wrong size on FPerClipLayerGroupLayer"); \ static_assert(offsetof(FPerClipLayerGroupLayer, LayerAnimation) == 0x000000, "Member 'FPerClipLayerGroupLayer::LayerAnimation' has a wrong offset!"); \ static_assert(offsetof(FPerClipLayerGroupLayer, LayerName) == 0x000008, "Member 'FPerClipLayerGroupLayer::LayerName' has a wrong offset!"); \ static_assert(offsetof(FPerClipLayerGroupLayer, LayerReference) == 0x000010, "Member 'FPerClipLayerGroupLayer::LayerReference' has a wrong offset!"); \ static_assert(offsetof(FPerClipLayerGroupLayer, ScaleToFit) == 0x000018, "Member 'FPerClipLayerGroupLayer::ScaleToFit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPoseGroupTransition \ static_assert(alignof(FPoseGroupTransition) == 0x000008, "Wrong alignment on FPoseGroupTransition"); \ static_assert(sizeof(FPoseGroupTransition) == 0x000030, "Wrong size on FPoseGroupTransition"); \ static_assert(offsetof(FPoseGroupTransition, EndState) == 0x000000, "Member 'FPoseGroupTransition::EndState' has a wrong offset!"); \ static_assert(offsetof(FPoseGroupTransition, TransitionAnim) == 0x000008, "Member 'FPoseGroupTransition::TransitionAnim' has a wrong offset!"); \ static_assert(offsetof(FPoseGroupTransition, TransitionAnimation) == 0x000010, "Member 'FPoseGroupTransition::TransitionAnimation' has a wrong offset!"); \ static_assert(offsetof(FPoseGroupTransition, TransitionAnimationClips) == 0x000018, "Member 'FPoseGroupTransition::TransitionAnimationClips' has a wrong offset!"); \ static_assert(offsetof(FPoseGroupTransition, bBlockLayeredAnimations) == 0x000028, "Member 'FPoseGroupTransition::bBlockLayeredAnimations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CurveRotation_DebugSettings \ static_assert(alignof(FRigUnit_CurveRotation_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_CurveRotation_DebugSettings"); \ static_assert(sizeof(FRigUnit_CurveRotation_DebugSettings) == 0x000040, "Wrong size on FRigUnit_CurveRotation_DebugSettings"); \ static_assert(offsetof(FRigUnit_CurveRotation_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_CurveRotation_DebugSettings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_CurveRotation_DebugSettings::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation_DebugSettings, WorldOffset) == 0x000010, "Member 'FRigUnit_CurveRotation_DebugSettings::WorldOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CurveRotation \ static_assert(alignof(FRigUnit_CurveRotation) == 0x000010, "Wrong alignment on FRigUnit_CurveRotation"); \ static_assert(sizeof(FRigUnit_CurveRotation) == 0x000180, "Wrong size on FRigUnit_CurveRotation"); \ static_assert(offsetof(FRigUnit_CurveRotation, LeafBone) == 0x000068, "Member 'FRigUnit_CurveRotation::LeafBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation, TrunkBone) == 0x000070, "Member 'FRigUnit_CurveRotation::TrunkBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation, Primary) == 0x000078, "Member 'FRigUnit_CurveRotation::Primary' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation, Secondary) == 0x0000A0, "Member 'FRigUnit_CurveRotation::Secondary' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation, PerBoneAngleCurve) == 0x0000C8, "Member 'FRigUnit_CurveRotation::PerBoneAngleCurve' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation, PerBoneInterpTime) == 0x0000D8, "Member 'FRigUnit_CurveRotation::PerBoneInterpTime' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation, bPropagateToChildren) == 0x0000E8, "Member 'FRigUnit_CurveRotation::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation, DebugSettings) == 0x0000F0, "Member 'FRigUnit_CurveRotation::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CurveRotation, WorkData) == 0x000130, "Member 'FRigUnit_CurveRotation::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_FourBoneIK \ static_assert(alignof(FRigUnit_FourBoneIK) == 0x000010, "Wrong alignment on FRigUnit_FourBoneIK"); \ static_assert(sizeof(FRigUnit_FourBoneIK) == 0x000210, "Wrong size on FRigUnit_FourBoneIK"); \ static_assert(offsetof(FRigUnit_FourBoneIK, EndBone) == 0x000068, "Member 'FRigUnit_FourBoneIK::EndBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK, EndEffector) == 0x000070, "Member 'FRigUnit_FourBoneIK::EndEffector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK, TranslationLimitDistance) == 0x0000A0, "Member 'FRigUnit_FourBoneIK::TranslationLimitDistance' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK, StretchToMaxExtension) == 0x0000A4, "Member 'FRigUnit_FourBoneIK::StretchToMaxExtension' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK, MaxExtensionPercentage) == 0x0000A8, "Member 'FRigUnit_FourBoneIK::MaxExtensionPercentage' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK, PrimaryAxis) == 0x0000AC, "Member 'FRigUnit_FourBoneIK::PrimaryAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK, HelperAOffset) == 0x0000B8, "Member 'FRigUnit_FourBoneIK::HelperAOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK, HelperBOffset) == 0x0000C4, "Member 'FRigUnit_FourBoneIK::HelperBOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK, PoleVectorLengthMultiplier) == 0x0000D0, "Member 'FRigUnit_FourBoneIK::PoleVectorLengthMultiplier' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK, bEnableStretch) == 0x0000D4, "Member 'FRigUnit_FourBoneIK::bEnableStretch' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK, StretchStartRatio) == 0x0000D8, "Member 'FRigUnit_FourBoneIK::StretchStartRatio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK, StretchMaximumRatio) == 0x0000DC, "Member 'FRigUnit_FourBoneIK::StretchMaximumRatio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK, weight) == 0x0000E0, "Member 'FRigUnit_FourBoneIK::weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK, DebugSettings) == 0x0000F0, "Member 'FRigUnit_FourBoneIK::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FourBoneIK, WorkData) == 0x000130, "Member 'FRigUnit_FourBoneIK::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_WB_AimBone_Target \ static_assert(alignof(FRigUnit_WB_AimBone_Target) == 0x000004, "Wrong alignment on FRigUnit_WB_AimBone_Target"); \ static_assert(sizeof(FRigUnit_WB_AimBone_Target) == 0x000028, "Wrong size on FRigUnit_WB_AimBone_Target"); \ static_assert(offsetof(FRigUnit_WB_AimBone_Target, weight) == 0x000000, "Member 'FRigUnit_WB_AimBone_Target::weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_WB_AimBone_Target, Axis) == 0x000004, "Member 'FRigUnit_WB_AimBone_Target::Axis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_WB_AimBone_Target, Target) == 0x000010, "Member 'FRigUnit_WB_AimBone_Target::Target' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_WB_AimBone_Target, Kind) == 0x00001C, "Member 'FRigUnit_WB_AimBone_Target::Kind' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_WB_AimBone_Target, Space) == 0x000020, "Member 'FRigUnit_WB_AimBone_Target::Space' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_IncrementalRotation \ static_assert(alignof(FRigUnit_IncrementalRotation) == 0x000010, "Wrong alignment on FRigUnit_IncrementalRotation"); \ static_assert(sizeof(FRigUnit_IncrementalRotation) == 0x000190, "Wrong size on FRigUnit_IncrementalRotation"); \ static_assert(offsetof(FRigUnit_IncrementalRotation, LeafBone) == 0x000068, "Member 'FRigUnit_IncrementalRotation::LeafBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation, TrunkBone) == 0x000070, "Member 'FRigUnit_IncrementalRotation::TrunkBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation, Primary) == 0x000078, "Member 'FRigUnit_IncrementalRotation::Primary' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation, Secondary) == 0x0000A0, "Member 'FRigUnit_IncrementalRotation::Secondary' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation, LookLimits) == 0x0000C8, "Member 'FRigUnit_IncrementalRotation::LookLimits' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation, Blending) == 0x0000D8, "Member 'FRigUnit_IncrementalRotation::Blending' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation, RotationEaseType) == 0x0000DC, "Member 'FRigUnit_IncrementalRotation::RotationEaseType' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation, bPropagateToChildren) == 0x0000DD, "Member 'FRigUnit_IncrementalRotation::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation, DebugSettings) == 0x0000E0, "Member 'FRigUnit_IncrementalRotation::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_IncrementalRotation, WorkData) == 0x000120, "Member 'FRigUnit_IncrementalRotation::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_NeckLookAt_BoneRotation \ static_assert(alignof(FRigUnit_NeckLookAt_BoneRotation) == 0x000004, "Wrong alignment on FRigUnit_NeckLookAt_BoneRotation"); \ static_assert(sizeof(FRigUnit_NeckLookAt_BoneRotation) == 0x000014, "Wrong size on FRigUnit_NeckLookAt_BoneRotation"); \ static_assert(offsetof(FRigUnit_NeckLookAt_BoneRotation, Bone) == 0x000000, "Member 'FRigUnit_NeckLookAt_BoneRotation::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_BoneRotation, BoneRotation) == 0x000008, "Member 'FRigUnit_NeckLookAt_BoneRotation::BoneRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_NeckLookAt_SoftAngleLimits \ static_assert(alignof(FRigUnit_NeckLookAt_SoftAngleLimits) == 0x000004, "Wrong alignment on FRigUnit_NeckLookAt_SoftAngleLimits"); \ static_assert(sizeof(FRigUnit_NeckLookAt_SoftAngleLimits) == 0x000010, "Wrong size on FRigUnit_NeckLookAt_SoftAngleLimits"); \ static_assert(offsetof(FRigUnit_NeckLookAt_SoftAngleLimits, MinInputAngle) == 0x000000, "Member 'FRigUnit_NeckLookAt_SoftAngleLimits::MinInputAngle' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_SoftAngleLimits, MaxInputAngle) == 0x000004, "Member 'FRigUnit_NeckLookAt_SoftAngleLimits::MaxInputAngle' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_SoftAngleLimits, MaxOutputAngle) == 0x000008, "Member 'FRigUnit_NeckLookAt_SoftAngleLimits::MaxOutputAngle' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_SoftAngleLimits, LoosenessFactor) == 0x00000C, "Member 'FRigUnit_NeckLookAt_SoftAngleLimits::LoosenessFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_NeckLookAt_DebugSettings \ static_assert(alignof(FRigUnit_NeckLookAt_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_NeckLookAt_DebugSettings"); \ static_assert(sizeof(FRigUnit_NeckLookAt_DebugSettings) == 0x000050, "Wrong size on FRigUnit_NeckLookAt_DebugSettings"); \ static_assert(offsetof(FRigUnit_NeckLookAt_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_NeckLookAt_DebugSettings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_NeckLookAt_DebugSettings::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_DebugSettings, Color) == 0x000008, "Member 'FRigUnit_NeckLookAt_DebugSettings::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_DebugSettings, WorldOffset) == 0x000020, "Member 'FRigUnit_NeckLookAt_DebugSettings::WorldOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_NeckLookAt_WorkData \ static_assert(alignof(FRigUnit_NeckLookAt_WorkData) == 0x000010, "Wrong alignment on FRigUnit_NeckLookAt_WorkData"); \ static_assert(sizeof(FRigUnit_NeckLookAt_WorkData) == 0x0001E0, "Wrong size on FRigUnit_NeckLookAt_WorkData"); \ static_assert(offsetof(FRigUnit_NeckLookAt_WorkData, BoneIndices) == 0x000000, "Member 'FRigUnit_NeckLookAt_WorkData::BoneIndices' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_WorkData, BoneLocalRotations) == 0x000010, "Member 'FRigUnit_NeckLookAt_WorkData::BoneLocalRotations' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_WorkData, PerBoneConstraints) == 0x000020, "Member 'FRigUnit_NeckLookAt_WorkData::PerBoneConstraints' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_WorkData, BoneLengths) == 0x000030, "Member 'FRigUnit_NeckLookAt_WorkData::BoneLengths' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_WorkData, ChainLength) == 0x000040, "Member 'FRigUnit_NeckLookAt_WorkData::ChainLength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_WorkData, BoneYawWeights) == 0x000048, "Member 'FRigUnit_NeckLookAt_WorkData::BoneYawWeights' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_WorkData, BonePitchWeights) == 0x000058, "Member 'FRigUnit_NeckLookAt_WorkData::BonePitchWeights' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt_WorkData, ChainHierarchy) == 0x000068, "Member 'FRigUnit_NeckLookAt_WorkData::ChainHierarchy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_NeckLookAt \ static_assert(alignof(FRigUnit_NeckLookAt) == 0x000010, "Wrong alignment on FRigUnit_NeckLookAt"); \ static_assert(sizeof(FRigUnit_NeckLookAt) == 0x000500, "Wrong size on FRigUnit_NeckLookAt"); \ static_assert(offsetof(FRigUnit_NeckLookAt, EffectorBone) == 0x000068, "Member 'FRigUnit_NeckLookAt::EffectorBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt, StartBone) == 0x000070, "Member 'FRigUnit_NeckLookAt::StartBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt, SpaceRotationSetting) == 0x000078, "Member 'FRigUnit_NeckLookAt::SpaceRotationSetting' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt, BaseBoneRotation) == 0x000084, "Member 'FRigUnit_NeckLookAt::BaseBoneRotation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt, BoneRotations) == 0x000090, "Member 'FRigUnit_NeckLookAt::BoneRotations' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt, Target) == 0x0000A0, "Member 'FRigUnit_NeckLookAt::Target' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt, SpineMobility) == 0x0000C4, "Member 'FRigUnit_NeckLookAt::SpineMobility' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt, YawWeightCurve) == 0x0000C8, "Member 'FRigUnit_NeckLookAt::YawWeightCurve' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt, PitchWeightCurve) == 0x000150, "Member 'FRigUnit_NeckLookAt::PitchWeightCurve' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt, PitchFromYawWeightCurve) == 0x0001D8, "Member 'FRigUnit_NeckLookAt::PitchFromYawWeightCurve' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt, InputYawMapping) == 0x000260, "Member 'FRigUnit_NeckLookAt::InputYawMapping' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt, InputPitchMapping) == 0x000270, "Member 'FRigUnit_NeckLookAt::InputPitchMapping' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt, bApplyConstraints) == 0x000280, "Member 'FRigUnit_NeckLookAt::bApplyConstraints' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt, BaseConstraint) == 0x000290, "Member 'FRigUnit_NeckLookAt::BaseConstraint' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt, BoneConstraints) == 0x0002C0, "Member 'FRigUnit_NeckLookAt::BoneConstraints' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt, DebugSettings) == 0x0002D0, "Member 'FRigUnit_NeckLookAt::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NeckLookAt, WorkData) == 0x000320, "Member 'FRigUnit_NeckLookAt::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRitUnit_SetControlFloat_EditorWorkaround \ static_assert(alignof(FRitUnit_SetControlFloat_EditorWorkaround) == 0x000008, "Wrong alignment on FRitUnit_SetControlFloat_EditorWorkaround"); \ static_assert(sizeof(FRitUnit_SetControlFloat_EditorWorkaround) == 0x000090, "Wrong size on FRitUnit_SetControlFloat_EditorWorkaround"); \ static_assert(offsetof(FRitUnit_SetControlFloat_EditorWorkaround, Control) == 0x000068, "Member 'FRitUnit_SetControlFloat_EditorWorkaround::Control' has a wrong offset!"); \ static_assert(offsetof(FRitUnit_SetControlFloat_EditorWorkaround, FloatValue) == 0x000070, "Member 'FRitUnit_SetControlFloat_EditorWorkaround::FloatValue' has a wrong offset!"); \ static_assert(offsetof(FRitUnit_SetControlFloat_EditorWorkaround, FloatValueInEditor) == 0x000074, "Member 'FRitUnit_SetControlFloat_EditorWorkaround::FloatValueInEditor' has a wrong offset!"); \ static_assert(offsetof(FRitUnit_SetControlFloat_EditorWorkaround, CachedControlIndex) == 0x000078, "Member 'FRitUnit_SetControlFloat_EditorWorkaround::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRitUnit_SetControlTransform_EditorWorkaround \ static_assert(alignof(FRitUnit_SetControlTransform_EditorWorkaround) == 0x000010, "Wrong alignment on FRitUnit_SetControlTransform_EditorWorkaround"); \ static_assert(sizeof(FRitUnit_SetControlTransform_EditorWorkaround) == 0x0000C0, "Wrong size on FRitUnit_SetControlTransform_EditorWorkaround"); \ static_assert(offsetof(FRitUnit_SetControlTransform_EditorWorkaround, Control) == 0x000068, "Member 'FRitUnit_SetControlTransform_EditorWorkaround::Control' has a wrong offset!"); \ static_assert(offsetof(FRitUnit_SetControlTransform_EditorWorkaround, Transform) == 0x000070, "Member 'FRitUnit_SetControlTransform_EditorWorkaround::Transform' has a wrong offset!"); \ static_assert(offsetof(FRitUnit_SetControlTransform_EditorWorkaround, Space) == 0x0000A0, "Member 'FRitUnit_SetControlTransform_EditorWorkaround::Space' has a wrong offset!"); \ static_assert(offsetof(FRitUnit_SetControlTransform_EditorWorkaround, CachedControlIndex) == 0x0000A4, "Member 'FRitUnit_SetControlTransform_EditorWorkaround::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SplineIK_WorkData \ static_assert(alignof(FRigUnit_SplineIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_SplineIK_WorkData"); \ static_assert(sizeof(FRigUnit_SplineIK_WorkData) == 0x000138, "Wrong size on FRigUnit_SplineIK_WorkData"); \ #define DUMPER7_ASSERTS_FRigUnit_SplineIK_DebugSettings \ static_assert(alignof(FRigUnit_SplineIK_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_SplineIK_DebugSettings"); \ static_assert(sizeof(FRigUnit_SplineIK_DebugSettings) == 0x000040, "Wrong size on FRigUnit_SplineIK_DebugSettings"); \ static_assert(offsetof(FRigUnit_SplineIK_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_SplineIK_DebugSettings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SplineIK_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_SplineIK_DebugSettings::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SplineIK_DebugSettings, WorldOffset) == 0x000010, "Member 'FRigUnit_SplineIK_DebugSettings::WorldOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SplineIK \ static_assert(alignof(FRigUnit_SplineIK) == 0x000010, "Wrong alignment on FRigUnit_SplineIK"); \ static_assert(sizeof(FRigUnit_SplineIK) == 0x000260, "Wrong size on FRigUnit_SplineIK"); \ static_assert(offsetof(FRigUnit_SplineIK, StartBone) == 0x000068, "Member 'FRigUnit_SplineIK::StartBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SplineIK, EndBone) == 0x000070, "Member 'FRigUnit_SplineIK::EndBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SplineIK, BoneAxis) == 0x000078, "Member 'FRigUnit_SplineIK::BoneAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SplineIK, bAutoCalculateSpline) == 0x000079, "Member 'FRigUnit_SplineIK::bAutoCalculateSpline' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SplineIK, PointCount) == 0x00007C, "Member 'FRigUnit_SplineIK::PointCount' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SplineIK, ControlPoints) == 0x000080, "Member 'FRigUnit_SplineIK::ControlPoints' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SplineIK, Roll) == 0x000090, "Member 'FRigUnit_SplineIK::Roll' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SplineIK, TwistStart) == 0x000094, "Member 'FRigUnit_SplineIK::TwistStart' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SplineIK, TwistEnd) == 0x000098, "Member 'FRigUnit_SplineIK::TwistEnd' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SplineIK, TwistBlend) == 0x0000A0, "Member 'FRigUnit_SplineIK::TwistBlend' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SplineIK, Stretch) == 0x0000D0, "Member 'FRigUnit_SplineIK::Stretch' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SplineIK, Offset) == 0x0000D4, "Member 'FRigUnit_SplineIK::Offset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SplineIK, DebugSettings) == 0x0000E0, "Member 'FRigUnit_SplineIK::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SplineIK, WorkData) == 0x000120, "Member 'FRigUnit_SplineIK::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ThreeBoneIK_DebugSettings \ static_assert(alignof(FRigUnit_ThreeBoneIK_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_ThreeBoneIK_DebugSettings"); \ static_assert(sizeof(FRigUnit_ThreeBoneIK_DebugSettings) == 0x000040, "Wrong size on FRigUnit_ThreeBoneIK_DebugSettings"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_ThreeBoneIK_DebugSettings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK_DebugSettings, bDrawAxes) == 0x000001, "Member 'FRigUnit_ThreeBoneIK_DebugSettings::bDrawAxes' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK_DebugSettings, bDrawOriginalBoneChain) == 0x000002, "Member 'FRigUnit_ThreeBoneIK_DebugSettings::bDrawOriginalBoneChain' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK_DebugSettings, bDrawPoleVectorCalculation) == 0x000003, "Member 'FRigUnit_ThreeBoneIK_DebugSettings::bDrawPoleVectorCalculation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_ThreeBoneIK_DebugSettings::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK_DebugSettings, WorldOffset) == 0x000010, "Member 'FRigUnit_ThreeBoneIK_DebugSettings::WorldOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ThreeBoneIK_WorkData \ static_assert(alignof(FRigUnit_ThreeBoneIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_ThreeBoneIK_WorkData"); \ static_assert(sizeof(FRigUnit_ThreeBoneIK_WorkData) == 0x0000C8, "Wrong size on FRigUnit_ThreeBoneIK_WorkData"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK_WorkData, BoneIndices) == 0x000000, "Member 'FRigUnit_ThreeBoneIK_WorkData::BoneIndices' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK_WorkData, BoneLengths) == 0x000010, "Member 'FRigUnit_ThreeBoneIK_WorkData::BoneLengths' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK_WorkData, HelperTransforms) == 0x000020, "Member 'FRigUnit_ThreeBoneIK_WorkData::HelperTransforms' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK_WorkData, ChainHierarchy) == 0x000030, "Member 'FRigUnit_ThreeBoneIK_WorkData::ChainHierarchy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ThreeBoneIK \ static_assert(alignof(FRigUnit_ThreeBoneIK) == 0x000010, "Wrong alignment on FRigUnit_ThreeBoneIK"); \ static_assert(sizeof(FRigUnit_ThreeBoneIK) == 0x0001F0, "Wrong size on FRigUnit_ThreeBoneIK"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK, EndBone) == 0x000068, "Member 'FRigUnit_ThreeBoneIK::EndBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK, EndEffector) == 0x000070, "Member 'FRigUnit_ThreeBoneIK::EndEffector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK, TranslationLimitDistance) == 0x0000A0, "Member 'FRigUnit_ThreeBoneIK::TranslationLimitDistance' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK, StretchToMaxExtension) == 0x0000A4, "Member 'FRigUnit_ThreeBoneIK::StretchToMaxExtension' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK, MaxExtensionPercentage) == 0x0000A8, "Member 'FRigUnit_ThreeBoneIK::MaxExtensionPercentage' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK, PrimaryAxis) == 0x0000AC, "Member 'FRigUnit_ThreeBoneIK::PrimaryAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK, HelperOffset) == 0x0000B8, "Member 'FRigUnit_ThreeBoneIK::HelperOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK, PoleVectorLengthMultiplier) == 0x0000C4, "Member 'FRigUnit_ThreeBoneIK::PoleVectorLengthMultiplier' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK, bEnableStretch) == 0x0000C8, "Member 'FRigUnit_ThreeBoneIK::bEnableStretch' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK, StretchStartRatio) == 0x0000CC, "Member 'FRigUnit_ThreeBoneIK::StretchStartRatio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK, StretchMaximumRatio) == 0x0000D0, "Member 'FRigUnit_ThreeBoneIK::StretchMaximumRatio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK, weight) == 0x0000D4, "Member 'FRigUnit_ThreeBoneIK::weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK, DebugSettings) == 0x0000E0, "Member 'FRigUnit_ThreeBoneIK::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ThreeBoneIK, WorkData) == 0x000120, "Member 'FRigUnit_ThreeBoneIK::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConditionalStaticMeshPool \ static_assert(alignof(FConditionalStaticMeshPool) == 0x000008, "Wrong alignment on FConditionalStaticMeshPool"); \ static_assert(sizeof(FConditionalStaticMeshPool) == 0x000018, "Wrong size on FConditionalStaticMeshPool"); \ static_assert(offsetof(FConditionalStaticMeshPool, TimeRange) == 0x000000, "Member 'FConditionalStaticMeshPool::TimeRange' has a wrong offset!"); \ static_assert(offsetof(FConditionalStaticMeshPool, StaticMeshPool) == 0x000008, "Member 'FConditionalStaticMeshPool::StaticMeshPool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseProvider \ static_assert(alignof(UBaseProvider) == 0x000008, "Wrong alignment on UBaseProvider"); \ static_assert(sizeof(UBaseProvider) == 0x000028, "Wrong size on UBaseProvider"); \ #define DUMPER7_ASSERTS_FloatProvider_GetFloatBP \ static_assert(alignof(FloatProvider_GetFloatBP) == 0x000008, "Wrong alignment on FloatProvider_GetFloatBP"); \ static_assert(sizeof(FloatProvider_GetFloatBP) == 0x000010, "Wrong size on FloatProvider_GetFloatBP"); \ static_assert(offsetof(FloatProvider_GetFloatBP, Context) == 0x000000, "Member 'FloatProvider_GetFloatBP::Context' has a wrong offset!"); \ static_assert(offsetof(FloatProvider_GetFloatBP, TimeOffset) == 0x000008, "Member 'FloatProvider_GetFloatBP::TimeOffset' has a wrong offset!"); \ static_assert(offsetof(FloatProvider_GetFloatBP, ReturnValue) == 0x00000C, "Member 'FloatProvider_GetFloatBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloatProvider \ static_assert(alignof(UFloatProvider) == 0x000008, "Wrong alignment on UFloatProvider"); \ static_assert(sizeof(UFloatProvider) == 0x000028, "Wrong size on UFloatProvider"); \ #define DUMPER7_ASSERTS_UFloat_Direct \ static_assert(alignof(UFloat_Direct) == 0x000008, "Wrong alignment on UFloat_Direct"); \ static_assert(sizeof(UFloat_Direct) == 0x000030, "Wrong size on UFloat_Direct"); \ static_assert(offsetof(UFloat_Direct, Value) == 0x000028, "Member 'UFloat_Direct::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IActiveCameraActor \ static_assert(alignof(IActiveCameraActor) == 0x000001, "Wrong alignment on IActiveCameraActor"); \ static_assert(sizeof(IActiveCameraActor) == 0x000001, "Wrong size on IActiveCameraActor"); \ #define DUMPER7_ASSERTS_FacialComponent_EditorCancelPlayingCurrentDialogueLine \ static_assert(alignof(FacialComponent_EditorCancelPlayingCurrentDialogueLine) == 0x000001, "Wrong alignment on FacialComponent_EditorCancelPlayingCurrentDialogueLine"); \ static_assert(sizeof(FacialComponent_EditorCancelPlayingCurrentDialogueLine) == 0x000001, "Wrong size on FacialComponent_EditorCancelPlayingCurrentDialogueLine"); \ static_assert(offsetof(FacialComponent_EditorCancelPlayingCurrentDialogueLine, ReturnValue) == 0x000000, "Member 'FacialComponent_EditorCancelPlayingCurrentDialogueLine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FacialComponent_EditorGetDialogueLineIds \ static_assert(alignof(FacialComponent_EditorGetDialogueLineIds) == 0x000008, "Wrong alignment on FacialComponent_EditorGetDialogueLineIds"); \ static_assert(sizeof(FacialComponent_EditorGetDialogueLineIds) == 0x000010, "Wrong size on FacialComponent_EditorGetDialogueLineIds"); \ static_assert(offsetof(FacialComponent_EditorGetDialogueLineIds, ReturnValue) == 0x000000, "Member 'FacialComponent_EditorGetDialogueLineIds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FacialComponent_EditorLoadLanguage \ static_assert(alignof(FacialComponent_EditorLoadLanguage) == 0x000008, "Wrong alignment on FacialComponent_EditorLoadLanguage"); \ static_assert(sizeof(FacialComponent_EditorLoadLanguage) == 0x000018, "Wrong size on FacialComponent_EditorLoadLanguage"); \ static_assert(offsetof(FacialComponent_EditorLoadLanguage, Lang) == 0x000000, "Member 'FacialComponent_EditorLoadLanguage::Lang' has a wrong offset!"); \ static_assert(offsetof(FacialComponent_EditorLoadLanguage, ReturnValue) == 0x000010, "Member 'FacialComponent_EditorLoadLanguage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FacialComponent_EditorPlayDialogueLine \ static_assert(alignof(FacialComponent_EditorPlayDialogueLine) == 0x000004, "Wrong alignment on FacialComponent_EditorPlayDialogueLine"); \ static_assert(sizeof(FacialComponent_EditorPlayDialogueLine) == 0x000014, "Wrong size on FacialComponent_EditorPlayDialogueLine"); \ static_assert(offsetof(FacialComponent_EditorPlayDialogueLine, DialogueLine) == 0x000000, "Member 'FacialComponent_EditorPlayDialogueLine::DialogueLine' has a wrong offset!"); \ static_assert(offsetof(FacialComponent_EditorPlayDialogueLine, OverrideDialogueLineEmotion) == 0x000008, "Member 'FacialComponent_EditorPlayDialogueLine::OverrideDialogueLineEmotion' has a wrong offset!"); \ static_assert(offsetof(FacialComponent_EditorPlayDialogueLine, ReturnValue) == 0x000010, "Member 'FacialComponent_EditorPlayDialogueLine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FacialComponent_FinishSettingGazeState \ static_assert(alignof(FacialComponent_FinishSettingGazeState) == 0x000001, "Wrong alignment on FacialComponent_FinishSettingGazeState"); \ static_assert(sizeof(FacialComponent_FinishSettingGazeState) == 0x000001, "Wrong size on FacialComponent_FinishSettingGazeState"); \ static_assert(offsetof(FacialComponent_FinishSettingGazeState, InPriority) == 0x000000, "Member 'FacialComponent_FinishSettingGazeState::InPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FacialComponent_GetActiveFacialEmotion \ static_assert(alignof(FacialComponent_GetActiveFacialEmotion) == 0x000001, "Wrong alignment on FacialComponent_GetActiveFacialEmotion"); \ static_assert(sizeof(FacialComponent_GetActiveFacialEmotion) == 0x000001, "Wrong size on FacialComponent_GetActiveFacialEmotion"); \ static_assert(offsetof(FacialComponent_GetActiveFacialEmotion, ReturnValue) == 0x000000, "Member 'FacialComponent_GetActiveFacialEmotion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FacialComponent_GetDialogueLineAnim \ static_assert(alignof(FacialComponent_GetDialogueLineAnim) == 0x000008, "Wrong alignment on FacialComponent_GetDialogueLineAnim"); \ static_assert(sizeof(FacialComponent_GetDialogueLineAnim) == 0x000030, "Wrong size on FacialComponent_GetDialogueLineAnim"); \ static_assert(offsetof(FacialComponent_GetDialogueLineAnim, DialogueLine) == 0x000000, "Member 'FacialComponent_GetDialogueLineAnim::DialogueLine' has a wrong offset!"); \ static_assert(offsetof(FacialComponent_GetDialogueLineAnim, ReturnValue) == 0x000008, "Member 'FacialComponent_GetDialogueLineAnim::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FacialComponent_GetFacialAnimByTags \ static_assert(alignof(FacialComponent_GetFacialAnimByTags) == 0x000008, "Wrong alignment on FacialComponent_GetFacialAnimByTags"); \ static_assert(sizeof(FacialComponent_GetFacialAnimByTags) == 0x000028, "Wrong size on FacialComponent_GetFacialAnimByTags"); \ static_assert(offsetof(FacialComponent_GetFacialAnimByTags, AnimTags) == 0x000000, "Member 'FacialComponent_GetFacialAnimByTags::AnimTags' has a wrong offset!"); \ static_assert(offsetof(FacialComponent_GetFacialAnimByTags, ReturnValue) == 0x000020, "Member 'FacialComponent_GetFacialAnimByTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FacialComponent_GetFacialEmotionAnim \ static_assert(alignof(FacialComponent_GetFacialEmotionAnim) == 0x000008, "Wrong alignment on FacialComponent_GetFacialEmotionAnim"); \ static_assert(sizeof(FacialComponent_GetFacialEmotionAnim) == 0x000030, "Wrong size on FacialComponent_GetFacialEmotionAnim"); \ static_assert(offsetof(FacialComponent_GetFacialEmotionAnim, Emotion) == 0x000000, "Member 'FacialComponent_GetFacialEmotionAnim::Emotion' has a wrong offset!"); \ static_assert(offsetof(FacialComponent_GetFacialEmotionAnim, AnimTags) == 0x000008, "Member 'FacialComponent_GetFacialEmotionAnim::AnimTags' has a wrong offset!"); \ static_assert(offsetof(FacialComponent_GetFacialEmotionAnim, ReturnValue) == 0x000028, "Member 'FacialComponent_GetFacialEmotionAnim::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FacialComponent_IsLoadingDialogueLineAnimDataTables \ static_assert(alignof(FacialComponent_IsLoadingDialogueLineAnimDataTables) == 0x000001, "Wrong alignment on FacialComponent_IsLoadingDialogueLineAnimDataTables"); \ static_assert(sizeof(FacialComponent_IsLoadingDialogueLineAnimDataTables) == 0x000001, "Wrong size on FacialComponent_IsLoadingDialogueLineAnimDataTables"); \ static_assert(offsetof(FacialComponent_IsLoadingDialogueLineAnimDataTables, ReturnValue) == 0x000000, "Member 'FacialComponent_IsLoadingDialogueLineAnimDataTables::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FacialComponent_IsPlayingDialogueLine \ static_assert(alignof(FacialComponent_IsPlayingDialogueLine) == 0x000001, "Wrong alignment on FacialComponent_IsPlayingDialogueLine"); \ static_assert(sizeof(FacialComponent_IsPlayingDialogueLine) == 0x000001, "Wrong size on FacialComponent_IsPlayingDialogueLine"); \ static_assert(offsetof(FacialComponent_IsPlayingDialogueLine, ReturnValue) == 0x000000, "Member 'FacialComponent_IsPlayingDialogueLine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FacialComponent_OnCharacterLoadComplete \ static_assert(alignof(FacialComponent_OnCharacterLoadComplete) == 0x000008, "Wrong alignment on FacialComponent_OnCharacterLoadComplete"); \ static_assert(sizeof(FacialComponent_OnCharacterLoadComplete) == 0x000008, "Wrong size on FacialComponent_OnCharacterLoadComplete"); \ static_assert(offsetof(FacialComponent_OnCharacterLoadComplete, Actor) == 0x000000, "Member 'FacialComponent_OnCharacterLoadComplete::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FacialComponent_OnHealthChanged \ static_assert(alignof(FacialComponent_OnHealthChanged) == 0x000008, "Wrong alignment on FacialComponent_OnHealthChanged"); \ static_assert(sizeof(FacialComponent_OnHealthChanged) == 0x000010, "Wrong size on FacialComponent_OnHealthChanged"); \ static_assert(offsetof(FacialComponent_OnHealthChanged, Actor) == 0x000000, "Member 'FacialComponent_OnHealthChanged::Actor' has a wrong offset!"); \ static_assert(offsetof(FacialComponent_OnHealthChanged, Delta) == 0x000008, "Member 'FacialComponent_OnHealthChanged::Delta' has a wrong offset!"); \ static_assert(offsetof(FacialComponent_OnHealthChanged, bIndicateHUD) == 0x00000C, "Member 'FacialComponent_OnHealthChanged::bIndicateHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FacialComponent_SetAdditiveEyeTargetDefaultValue \ static_assert(alignof(FacialComponent_SetAdditiveEyeTargetDefaultValue) == 0x000001, "Wrong alignment on FacialComponent_SetAdditiveEyeTargetDefaultValue"); \ static_assert(sizeof(FacialComponent_SetAdditiveEyeTargetDefaultValue) == 0x000001, "Wrong size on FacialComponent_SetAdditiveEyeTargetDefaultValue"); \ static_assert(offsetof(FacialComponent_SetAdditiveEyeTargetDefaultValue, bValue) == 0x000000, "Member 'FacialComponent_SetAdditiveEyeTargetDefaultValue::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FacialComponent_SetAmbientEyesDefaultValue \ static_assert(alignof(FacialComponent_SetAmbientEyesDefaultValue) == 0x000001, "Wrong alignment on FacialComponent_SetAmbientEyesDefaultValue"); \ static_assert(sizeof(FacialComponent_SetAmbientEyesDefaultValue) == 0x000001, "Wrong size on FacialComponent_SetAmbientEyesDefaultValue"); \ static_assert(offsetof(FacialComponent_SetAmbientEyesDefaultValue, bValue) == 0x000000, "Member 'FacialComponent_SetAmbientEyesDefaultValue::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FacialComponent_StartSettingGazeState \ static_assert(alignof(FacialComponent_StartSettingGazeState) == 0x000001, "Wrong alignment on FacialComponent_StartSettingGazeState"); \ static_assert(sizeof(FacialComponent_StartSettingGazeState) == 0x000002, "Wrong size on FacialComponent_StartSettingGazeState"); \ static_assert(offsetof(FacialComponent_StartSettingGazeState, InGazeState) == 0x000000, "Member 'FacialComponent_StartSettingGazeState::InGazeState' has a wrong offset!"); \ static_assert(offsetof(FacialComponent_StartSettingGazeState, InPriority) == 0x000001, "Member 'FacialComponent_StartSettingGazeState::InPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFacialComponent \ static_assert(alignof(UFacialComponent) == 0x000008, "Wrong alignment on UFacialComponent"); \ static_assert(sizeof(UFacialComponent) == 0x0007C0, "Wrong size on UFacialComponent"); \ static_assert(offsetof(UFacialComponent, DialogueAnimRequest) == 0x0000D0, "Member 'UFacialComponent::DialogueAnimRequest' has a wrong offset!"); \ static_assert(offsetof(UFacialComponent, OnDialogueLineAnimTablesFinishedLoading) == 0x0000D8, "Member 'UFacialComponent::OnDialogueLineAnimTablesFinishedLoading' has a wrong offset!"); \ static_assert(offsetof(UFacialComponent, OnDialogueLineAnimStartedDelegate) == 0x0000E8, "Member 'UFacialComponent::OnDialogueLineAnimStartedDelegate' has a wrong offset!"); \ static_assert(offsetof(UFacialComponent, OnDialogueLineAnimFinishedDelegate) == 0x0000F8, "Member 'UFacialComponent::OnDialogueLineAnimFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(UFacialComponent, IdleAimEyes) == 0x0004D8, "Member 'UFacialComponent::IdleAimEyes' has a wrong offset!"); \ static_assert(offsetof(UFacialComponent, ListeningAimEyes) == 0x0004E0, "Member 'UFacialComponent::ListeningAimEyes' has a wrong offset!"); \ static_assert(offsetof(UFacialComponent, SpeakingAimEyes) == 0x0004E8, "Member 'UFacialComponent::SpeakingAimEyes' has a wrong offset!"); \ static_assert(offsetof(UFacialComponent, DialogueLineEmotionChangedDelegate) == 0x000530, "Member 'UFacialComponent::DialogueLineEmotionChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UFacialComponent, FacialEmotionAnimRequest) == 0x000540, "Member 'UFacialComponent::FacialEmotionAnimRequest' has a wrong offset!"); \ static_assert(offsetof(UFacialComponent, FacialAnimationAnimRequest) == 0x000688, "Member 'UFacialComponent::FacialAnimationAnimRequest' has a wrong offset!"); \ static_assert(offsetof(UFacialComponent, AmbientEyesAnimRequest) == 0x000700, "Member 'UFacialComponent::AmbientEyesAnimRequest' has a wrong offset!"); \ static_assert(offsetof(UFacialComponent, DialogueLineDataTables) == 0x000708, "Member 'UFacialComponent::DialogueLineDataTables' has a wrong offset!"); \ static_assert(offsetof(UFacialComponent, CurrentDialogueLineAnim) == 0x000720, "Member 'UFacialComponent::CurrentDialogueLineAnim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObjectProvider \ static_assert(alignof(UObjectProvider) == 0x000008, "Wrong alignment on UObjectProvider"); \ static_assert(sizeof(UObjectProvider) == 0x000028, "Wrong size on UObjectProvider"); \ #define DUMPER7_ASSERTS_ActorProvider_GetActor \ static_assert(alignof(ActorProvider_GetActor) == 0x000008, "Wrong alignment on ActorProvider_GetActor"); \ static_assert(sizeof(ActorProvider_GetActor) == 0x000010, "Wrong size on ActorProvider_GetActor"); \ static_assert(offsetof(ActorProvider_GetActor, Caller) == 0x000000, "Member 'ActorProvider_GetActor::Caller' has a wrong offset!"); \ static_assert(offsetof(ActorProvider_GetActor, ReturnValue) == 0x000008, "Member 'ActorProvider_GetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorProvider \ static_assert(alignof(UActorProvider) == 0x000008, "Wrong alignment on UActorProvider"); \ static_assert(sizeof(UActorProvider) == 0x000038, "Wrong size on UActorProvider"); \ static_assert(offsetof(UActorProvider, PreviewSpawner) == 0x000028, "Member 'UActorProvider::PreviewSpawner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIKDriver \ static_assert(alignof(UIKDriver) == 0x000008, "Wrong alignment on UIKDriver"); \ static_assert(sizeof(UIKDriver) == 0x000028, "Wrong size on UIKDriver"); \ #define DUMPER7_ASSERTS_UIKDriver_AimAtConeOnly \ static_assert(alignof(UIKDriver_AimAtConeOnly) == 0x000008, "Wrong alignment on UIKDriver_AimAtConeOnly"); \ static_assert(sizeof(UIKDriver_AimAtConeOnly) == 0x000088, "Wrong size on UIKDriver_AimAtConeOnly"); \ static_assert(offsetof(UIKDriver_AimAtConeOnly, AimControls) == 0x000028, "Member 'UIKDriver_AimAtConeOnly::AimControls' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_External \ static_assert(alignof(UActor_External) == 0x000008, "Wrong alignment on UActor_External"); \ static_assert(sizeof(UActor_External) == 0x000040, "Wrong size on UActor_External"); \ static_assert(offsetof(UActor_External, Role) == 0x000038, "Member 'UActor_External::Role' has a wrong offset!"); \ static_assert(offsetof(UActor_External, RoleIndex) == 0x00003C, "Member 'UActor_External::RoleIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_FromSpawner \ static_assert(alignof(UActor_FromSpawner) == 0x000008, "Wrong alignment on UActor_FromSpawner"); \ static_assert(sizeof(UActor_FromSpawner) == 0x000040, "Wrong size on UActor_FromSpawner"); \ static_assert(offsetof(UActor_FromSpawner, Spawner) == 0x000038, "Member 'UActor_FromSpawner::Spawner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBoneMaskBase \ static_assert(alignof(UBoneMaskBase) == 0x000008, "Wrong alignment on UBoneMaskBase"); \ static_assert(sizeof(UBoneMaskBase) == 0x000030, "Wrong size on UBoneMaskBase"); \ #define DUMPER7_ASSERTS_UConversationPreset_PreInitInvoke_Placement \ static_assert(alignof(UConversationPreset_PreInitInvoke_Placement) == 0x000008, "Wrong alignment on UConversationPreset_PreInitInvoke_Placement"); \ static_assert(sizeof(UConversationPreset_PreInitInvoke_Placement) == 0x000028, "Wrong size on UConversationPreset_PreInitInvoke_Placement"); \ #define DUMPER7_ASSERTS_UConversationPreset_PreInitInvoke_Placement_RelativeInteractionActor \ static_assert(alignof(UConversationPreset_PreInitInvoke_Placement_RelativeInteractionActor) == 0x000008, "Wrong alignment on UConversationPreset_PreInitInvoke_Placement_RelativeInteractionActor"); \ static_assert(sizeof(UConversationPreset_PreInitInvoke_Placement_RelativeInteractionActor) == 0x000038, "Wrong size on UConversationPreset_PreInitInvoke_Placement_RelativeInteractionActor"); \ static_assert(offsetof(UConversationPreset_PreInitInvoke_Placement_RelativeInteractionActor, IdealDistance) == 0x000028, "Member 'UConversationPreset_PreInitInvoke_Placement_RelativeInteractionActor::IdealDistance' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_PreInitInvoke_Placement_RelativeInteractionActor, NearDistance) == 0x00002C, "Member 'UConversationPreset_PreInitInvoke_Placement_RelativeInteractionActor::NearDistance' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_PreInitInvoke_Placement_RelativeInteractionActor, AvatarPositionDirectionFromInteractionActor) == 0x000030, "Member 'UConversationPreset_PreInitInvoke_Placement_RelativeInteractionActor::AvatarPositionDirectionFromInteractionActor' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_PreInitInvoke_Placement_RelativeInteractionActor, AvatarRotationFromInteractionActor) == 0x000034, "Member 'UConversationPreset_PreInitInvoke_Placement_RelativeInteractionActor::AvatarRotationFromInteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorSpawner \ static_assert(alignof(UActorSpawner) == 0x000008, "Wrong alignment on UActorSpawner"); \ static_assert(sizeof(UActorSpawner) == 0x000048, "Wrong size on UActorSpawner"); \ static_assert(offsetof(UActorSpawner, SpawnLocation) == 0x000028, "Member 'UActorSpawner::SpawnLocation' has a wrong offset!"); \ static_assert(offsetof(UActorSpawner, AlignmentSocket) == 0x000030, "Member 'UActorSpawner::AlignmentSocket' has a wrong offset!"); \ static_assert(offsetof(UActorSpawner, WarmUpTags) == 0x000038, "Member 'UActorSpawner::WarmUpTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAimEyesData \ static_assert(alignof(UAimEyesData) == 0x000008, "Wrong alignment on UAimEyesData"); \ static_assert(sizeof(UAimEyesData) == 0x0001B0, "Wrong size on UAimEyesData"); \ static_assert(offsetof(UAimEyesData, LookSmoothness) == 0x000030, "Member 'UAimEyesData::LookSmoothness' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, MinTimeForInitialCentralFocus) == 0x000034, "Member 'UAimEyesData::MinTimeForInitialCentralFocus' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, MaxTimeForInitialCentralFocus) == 0x000038, "Member 'UAimEyesData::MaxTimeForInitialCentralFocus' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, MinTimeBetweenLookDir) == 0x00003C, "Member 'UAimEyesData::MinTimeBetweenLookDir' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, MaxTimeBetweenLookDir) == 0x000040, "Member 'UAimEyesData::MaxTimeBetweenLookDir' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, MinTimeBetweenBlinks) == 0x000044, "Member 'UAimEyesData::MinTimeBetweenBlinks' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, MaxTimeBetweenBlinks) == 0x000048, "Member 'UAimEyesData::MaxTimeBetweenBlinks' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, DoubleBlinkProbability) == 0x00004C, "Member 'UAimEyesData::DoubleBlinkProbability' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, BlinkCurve) == 0x000050, "Member 'UAimEyesData::BlinkCurve' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, DoubleBlinkCurve) == 0x0000D8, "Member 'UAimEyesData::DoubleBlinkCurve' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, PupilAxisOffset) == 0x000160, "Member 'UAimEyesData::PupilAxisOffset' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, MinTimeBetweenMicroLook) == 0x000164, "Member 'UAimEyesData::MinTimeBetweenMicroLook' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, MaxTimeBetweenMicroLook) == 0x000168, "Member 'UAimEyesData::MaxTimeBetweenMicroLook' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, bUseRandomTargetIfNoCurrentTarget) == 0x00016C, "Member 'UAimEyesData::bUseRandomTargetIfNoCurrentTarget' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, MinRandomTargetTime) == 0x000170, "Member 'UAimEyesData::MinRandomTargetTime' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, MaxRandomTargetTime) == 0x000174, "Member 'UAimEyesData::MaxRandomTargetTime' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, MaxYawRandomTarget) == 0x000178, "Member 'UAimEyesData::MaxYawRandomTarget' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, MaxPitchRandomTarget) == 0x00017C, "Member 'UAimEyesData::MaxPitchRandomTarget' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, MinRandomTargetDistance) == 0x000180, "Member 'UAimEyesData::MinRandomTargetDistance' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, MaxRandomTargetDistance) == 0x000184, "Member 'UAimEyesData::MaxRandomTargetDistance' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, CentralFocusWeight) == 0x000188, "Member 'UAimEyesData::CentralFocusWeight' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, InternalMemoryWeight) == 0x00018C, "Member 'UAimEyesData::InternalMemoryWeight' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, AuditoryMemoryWeight) == 0x000190, "Member 'UAimEyesData::AuditoryMemoryWeight' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, EmotionalMemoryWeight) == 0x000194, "Member 'UAimEyesData::EmotionalMemoryWeight' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, VisualConstructionWeight) == 0x000198, "Member 'UAimEyesData::VisualConstructionWeight' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, AuditoryConstructionWeight) == 0x00019C, "Member 'UAimEyesData::AuditoryConstructionWeight' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, BodySensationRecallWeight) == 0x0001A0, "Member 'UAimEyesData::BodySensationRecallWeight' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, SmellWeight) == 0x0001A4, "Member 'UAimEyesData::SmellWeight' has a wrong offset!"); \ static_assert(offsetof(UAimEyesData, TasteWeight) == 0x0001A8, "Member 'UAimEyesData::TasteWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlendSpaceInputProvider_GetBlendSpaceInput \ static_assert(alignof(BlendSpaceInputProvider_GetBlendSpaceInput) == 0x000008, "Wrong alignment on BlendSpaceInputProvider_GetBlendSpaceInput"); \ static_assert(sizeof(BlendSpaceInputProvider_GetBlendSpaceInput) == 0x000018, "Wrong size on BlendSpaceInputProvider_GetBlendSpaceInput"); \ static_assert(offsetof(BlendSpaceInputProvider_GetBlendSpaceInput, Caller) == 0x000000, "Member 'BlendSpaceInputProvider_GetBlendSpaceInput::Caller' has a wrong offset!"); \ static_assert(offsetof(BlendSpaceInputProvider_GetBlendSpaceInput, BlendSpaceInput) == 0x000008, "Member 'BlendSpaceInputProvider_GetBlendSpaceInput::BlendSpaceInput' has a wrong offset!"); \ static_assert(offsetof(BlendSpaceInputProvider_GetBlendSpaceInput, ReturnValue) == 0x000014, "Member 'BlendSpaceInputProvider_GetBlendSpaceInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendSpaceInputProvider \ static_assert(alignof(UBlendSpaceInputProvider) == 0x000008, "Wrong alignment on UBlendSpaceInputProvider"); \ static_assert(sizeof(UBlendSpaceInputProvider) == 0x000028, "Wrong size on UBlendSpaceInputProvider"); \ #define DUMPER7_ASSERTS_UBlendSpaceInput_Direct \ static_assert(alignof(UBlendSpaceInput_Direct) == 0x000008, "Wrong alignment on UBlendSpaceInput_Direct"); \ static_assert(sizeof(UBlendSpaceInput_Direct) == 0x000038, "Wrong size on UBlendSpaceInput_Direct"); \ static_assert(offsetof(UBlendSpaceInput_Direct, Parameters) == 0x000028, "Member 'UBlendSpaceInput_Direct::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimAsset_TickAssetPlayerProxy \ static_assert(alignof(UAnimAsset_TickAssetPlayerProxy) == 0x000010, "Wrong alignment on UAnimAsset_TickAssetPlayerProxy"); \ static_assert(sizeof(UAnimAsset_TickAssetPlayerProxy) == 0x0000D0, "Wrong size on UAnimAsset_TickAssetPlayerProxy"); \ static_assert(offsetof(UAnimAsset_TickAssetPlayerProxy, WeightedNotifies) == 0x000080, "Member 'UAnimAsset_TickAssetPlayerProxy::WeightedNotifies' has a wrong offset!"); \ static_assert(offsetof(UAnimAsset_TickAssetPlayerProxy, ActorMoveDelta) == 0x000090, "Member 'UAnimAsset_TickAssetPlayerProxy::ActorMoveDelta' has a wrong offset!"); \ static_assert(offsetof(UAnimAsset_TickAssetPlayerProxy, ActorMoveDeltaWeight) == 0x0000C0, "Member 'UAnimAsset_TickAssetPlayerProxy::ActorMoveDeltaWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloat_RemapValue \ static_assert(alignof(UFloat_RemapValue) == 0x000008, "Wrong alignment on UFloat_RemapValue"); \ static_assert(sizeof(UFloat_RemapValue) == 0x000050, "Wrong size on UFloat_RemapValue"); \ static_assert(offsetof(UFloat_RemapValue, Input) == 0x000028, "Member 'UFloat_RemapValue::Input' has a wrong offset!"); \ static_assert(offsetof(UFloat_RemapValue, MinInput) == 0x000030, "Member 'UFloat_RemapValue::MinInput' has a wrong offset!"); \ static_assert(offsetof(UFloat_RemapValue, MaxInput) == 0x000038, "Member 'UFloat_RemapValue::MaxInput' has a wrong offset!"); \ static_assert(offsetof(UFloat_RemapValue, MinOutput) == 0x000040, "Member 'UFloat_RemapValue::MinOutput' has a wrong offset!"); \ static_assert(offsetof(UFloat_RemapValue, MaxOutput) == 0x000048, "Member 'UFloat_RemapValue::MaxOutput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationProvider \ static_assert(alignof(UAnimationProvider) == 0x000008, "Wrong alignment on UAnimationProvider"); \ static_assert(sizeof(UAnimationProvider) == 0x000028, "Wrong size on UAnimationProvider"); \ #define DUMPER7_ASSERTS_UAnimationAsset_Direct \ static_assert(alignof(UAnimationAsset_Direct) == 0x000008, "Wrong alignment on UAnimationAsset_Direct"); \ static_assert(sizeof(UAnimationAsset_Direct) == 0x000030, "Wrong size on UAnimationAsset_Direct"); \ static_assert(offsetof(UAnimationAsset_Direct, AnimationAsset) == 0x000028, "Member 'UAnimationAsset_Direct::AnimationAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransformProvider_GetTransformBP \ static_assert(alignof(TransformProvider_GetTransformBP) == 0x000010, "Wrong alignment on TransformProvider_GetTransformBP"); \ static_assert(sizeof(TransformProvider_GetTransformBP) == 0x000040, "Wrong size on TransformProvider_GetTransformBP"); \ static_assert(offsetof(TransformProvider_GetTransformBP, Context) == 0x000000, "Member 'TransformProvider_GetTransformBP::Context' has a wrong offset!"); \ static_assert(offsetof(TransformProvider_GetTransformBP, TimeOffset) == 0x000008, "Member 'TransformProvider_GetTransformBP::TimeOffset' has a wrong offset!"); \ static_assert(offsetof(TransformProvider_GetTransformBP, ReturnValue) == 0x000010, "Member 'TransformProvider_GetTransformBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransformProvider \ static_assert(alignof(UTransformProvider) == 0x000008, "Wrong alignment on UTransformProvider"); \ static_assert(sizeof(UTransformProvider) == 0x000028, "Wrong size on UTransformProvider"); \ #define DUMPER7_ASSERTS_UAnimationTransformProvider \ static_assert(alignof(UAnimationTransformProvider) == 0x000008, "Wrong alignment on UAnimationTransformProvider"); \ static_assert(sizeof(UAnimationTransformProvider) == 0x000038, "Wrong size on UAnimationTransformProvider"); \ static_assert(offsetof(UAnimationTransformProvider, AnimationProvider) == 0x000028, "Member 'UAnimationTransformProvider::AnimationProvider' has a wrong offset!"); \ static_assert(offsetof(UAnimationTransformProvider, bUseAnimationTime) == 0x000030, "Member 'UAnimationTransformProvider::bUseAnimationTime' has a wrong offset!"); \ static_assert(offsetof(UAnimationTransformProvider, PlaybackFraction) == 0x000034, "Member 'UAnimationTransformProvider::PlaybackFraction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_AnimationSocket \ static_assert(alignof(UTransform_AnimationSocket) == 0x000008, "Wrong alignment on UTransform_AnimationSocket"); \ static_assert(sizeof(UTransform_AnimationSocket) == 0x000048, "Wrong size on UTransform_AnimationSocket"); \ static_assert(offsetof(UTransform_AnimationSocket, Actor) == 0x000038, "Member 'UTransform_AnimationSocket::Actor' has a wrong offset!"); \ static_assert(offsetof(UTransform_AnimationSocket, SocketName) == 0x000040, "Member 'UTransform_AnimationSocket::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationAsset_TagLookup \ static_assert(alignof(UAnimationAsset_TagLookup) == 0x000008, "Wrong alignment on UAnimationAsset_TagLookup"); \ static_assert(sizeof(UAnimationAsset_TagLookup) == 0x000060, "Wrong size on UAnimationAsset_TagLookup"); \ static_assert(offsetof(UAnimationAsset_TagLookup, LookupOnActor) == 0x000028, "Member 'UAnimationAsset_TagLookup::LookupOnActor' has a wrong offset!"); \ static_assert(offsetof(UAnimationAsset_TagLookup, Tags) == 0x000030, "Member 'UAnimationAsset_TagLookup::Tags' has a wrong offset!"); \ static_assert(offsetof(UAnimationAsset_TagLookup, TagProviders) == 0x000050, "Member 'UAnimationAsset_TagLookup::TagProviders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBoneMask_BranchFilter \ static_assert(alignof(UBoneMask_BranchFilter) == 0x000008, "Wrong alignment on UBoneMask_BranchFilter"); \ static_assert(sizeof(UBoneMask_BranchFilter) == 0x000040, "Wrong size on UBoneMask_BranchFilter"); \ static_assert(offsetof(UBoneMask_BranchFilter, BranchFilters) == 0x000030, "Member 'UBoneMask_BranchFilter::BranchFilters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationClipProvider \ static_assert(alignof(UAnimationClipProvider) == 0x000008, "Wrong alignment on UAnimationClipProvider"); \ static_assert(sizeof(UAnimationClipProvider) == 0x000028, "Wrong size on UAnimationClipProvider"); \ #define DUMPER7_ASSERTS_UConversationPresets \ static_assert(alignof(UConversationPresets) == 0x000008, "Wrong alignment on UConversationPresets"); \ static_assert(sizeof(UConversationPresets) == 0x000040, "Wrong size on UConversationPresets"); \ static_assert(offsetof(UConversationPresets, Presets) == 0x000030, "Member 'UConversationPresets::Presets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationClip_Direct \ static_assert(alignof(UAnimationClip_Direct) == 0x000008, "Wrong alignment on UAnimationClip_Direct"); \ static_assert(sizeof(UAnimationClip_Direct) == 0x000030, "Wrong size on UAnimationClip_Direct"); \ static_assert(offsetof(UAnimationClip_Direct, AnimationClip) == 0x000028, "Member 'UAnimationClip_Direct::AnimationClip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationClip_Random \ static_assert(alignof(UAnimationClip_Random) == 0x000008, "Wrong alignment on UAnimationClip_Random"); \ static_assert(sizeof(UAnimationClip_Random) == 0x000048, "Wrong size on UAnimationClip_Random"); \ static_assert(offsetof(UAnimationClip_Random, AvoidPickingSameTwice) == 0x000028, "Member 'UAnimationClip_Random::AvoidPickingSameTwice' has a wrong offset!"); \ static_assert(offsetof(UAnimationClip_Random, Entries) == 0x000030, "Member 'UAnimationClip_Random::Entries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_CharacterHeight \ static_assert(alignof(UTransform_CharacterHeight) == 0x000008, "Wrong alignment on UTransform_CharacterHeight"); \ static_assert(sizeof(UTransform_CharacterHeight) == 0x000038, "Wrong size on UTransform_CharacterHeight"); \ static_assert(offsetof(UTransform_CharacterHeight, Actor) == 0x000028, "Member 'UTransform_CharacterHeight::Actor' has a wrong offset!"); \ static_assert(offsetof(UTransform_CharacterHeight, BoneName) == 0x000030, "Member 'UTransform_CharacterHeight::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationClip_Sequential \ static_assert(alignof(UAnimationClip_Sequential) == 0x000008, "Wrong alignment on UAnimationClip_Sequential"); \ static_assert(sizeof(UAnimationClip_Sequential) == 0x000040, "Wrong size on UAnimationClip_Sequential"); \ static_assert(offsetof(UAnimationClip_Sequential, Entries) == 0x000028, "Member 'UAnimationClip_Sequential::Entries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoolProvider_GetBoolBP \ static_assert(alignof(BoolProvider_GetBoolBP) == 0x000008, "Wrong alignment on BoolProvider_GetBoolBP"); \ static_assert(sizeof(BoolProvider_GetBoolBP) == 0x000010, "Wrong size on BoolProvider_GetBoolBP"); \ static_assert(offsetof(BoolProvider_GetBoolBP, Context) == 0x000000, "Member 'BoolProvider_GetBoolBP::Context' has a wrong offset!"); \ static_assert(offsetof(BoolProvider_GetBoolBP, ReturnValue) == 0x000008, "Member 'BoolProvider_GetBoolBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBoolProvider \ static_assert(alignof(UBoolProvider) == 0x000008, "Wrong alignment on UBoolProvider"); \ static_assert(sizeof(UBoolProvider) == 0x000028, "Wrong size on UBoolProvider"); \ #define DUMPER7_ASSERTS_UBool_FallbackChain \ static_assert(alignof(UBool_FallbackChain) == 0x000008, "Wrong alignment on UBool_FallbackChain"); \ static_assert(sizeof(UBool_FallbackChain) == 0x000038, "Wrong size on UBool_FallbackChain"); \ static_assert(offsetof(UBool_FallbackChain, Entries) == 0x000028, "Member 'UBool_FallbackChain::Entries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationClip_TagLookup \ static_assert(alignof(UAnimationClip_TagLookup) == 0x000008, "Wrong alignment on UAnimationClip_TagLookup"); \ static_assert(sizeof(UAnimationClip_TagLookup) == 0x000070, "Wrong size on UAnimationClip_TagLookup"); \ static_assert(offsetof(UAnimationClip_TagLookup, LookupOnActor) == 0x000030, "Member 'UAnimationClip_TagLookup::LookupOnActor' has a wrong offset!"); \ static_assert(offsetof(UAnimationClip_TagLookup, Tags) == 0x000038, "Member 'UAnimationClip_TagLookup::Tags' has a wrong offset!"); \ static_assert(offsetof(UAnimationClip_TagLookup, TagProviders) == 0x000058, "Member 'UAnimationClip_TagLookup::TagProviders' has a wrong offset!"); \ static_assert(offsetof(UAnimationClip_TagLookup, Filter) == 0x000068, "Member 'UAnimationClip_TagLookup::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIKDriver_AimHead \ static_assert(alignof(UIKDriver_AimHead) == 0x000008, "Wrong alignment on UIKDriver_AimHead"); \ static_assert(sizeof(UIKDriver_AimHead) == 0x0000B8, "Wrong size on UIKDriver_AimHead"); \ static_assert(offsetof(UIKDriver_AimHead, HeadBone) == 0x000028, "Member 'UIKDriver_AimHead::HeadBone' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_AimHead, NeckBones) == 0x000038, "Member 'UIKDriver_AimHead::NeckBones' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_AimHead, SpineBones) == 0x000048, "Member 'UIKDriver_AimHead::SpineBones' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_AimHead, YawLimit) == 0x000058, "Member 'UIKDriver_AimHead::YawLimit' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_AimHead, PitchLimit) == 0x00005C, "Member 'UIKDriver_AimHead::PitchLimit' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_AimHead, BackDeadZoneAngle) == 0x000060, "Member 'UIKDriver_AimHead::BackDeadZoneAngle' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_AimHead, ConeRotationOffset) == 0x000064, "Member 'UIKDriver_AimHead::ConeRotationOffset' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_AimHead, TaskRotationOffset) == 0x000070, "Member 'UIKDriver_AimHead::TaskRotationOffset' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_AimHead, BlendSpeed) == 0x00007C, "Member 'UIKDriver_AimHead::BlendSpeed' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_AimHead, TimeDelay) == 0x000080, "Member 'UIKDriver_AimHead::TimeDelay' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_AimHead, DelayStartTime) == 0x000084, "Member 'UIKDriver_AimHead::DelayStartTime' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_AimHead, PrevTargetDirection) == 0x000088, "Member 'UIKDriver_AimHead::PrevTargetDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationClip_TagLookupOnStationArchitect \ static_assert(alignof(UAnimationClip_TagLookupOnStationArchitect) == 0x000008, "Wrong alignment on UAnimationClip_TagLookupOnStationArchitect"); \ static_assert(sizeof(UAnimationClip_TagLookupOnStationArchitect) == 0x000070, "Wrong size on UAnimationClip_TagLookupOnStationArchitect"); \ static_assert(offsetof(UAnimationClip_TagLookupOnStationArchitect, LookupOnActor) == 0x000030, "Member 'UAnimationClip_TagLookupOnStationArchitect::LookupOnActor' has a wrong offset!"); \ static_assert(offsetof(UAnimationClip_TagLookupOnStationArchitect, Tags) == 0x000038, "Member 'UAnimationClip_TagLookupOnStationArchitect::Tags' has a wrong offset!"); \ static_assert(offsetof(UAnimationClip_TagLookupOnStationArchitect, TagProviders) == 0x000058, "Member 'UAnimationClip_TagLookupOnStationArchitect::TagProviders' has a wrong offset!"); \ static_assert(offsetof(UAnimationClip_TagLookupOnStationArchitect, Filter) == 0x000068, "Member 'UAnimationClip_TagLookupOnStationArchitect::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationClip_TagLookupOnAllArchitects \ static_assert(alignof(UAnimationClip_TagLookupOnAllArchitects) == 0x000008, "Wrong alignment on UAnimationClip_TagLookupOnAllArchitects"); \ static_assert(sizeof(UAnimationClip_TagLookupOnAllArchitects) == 0x000070, "Wrong size on UAnimationClip_TagLookupOnAllArchitects"); \ #define DUMPER7_ASSERTS_UTransform_FallbackChain \ static_assert(alignof(UTransform_FallbackChain) == 0x000008, "Wrong alignment on UTransform_FallbackChain"); \ static_assert(sizeof(UTransform_FallbackChain) == 0x000038, "Wrong size on UTransform_FallbackChain"); \ static_assert(offsetof(UTransform_FallbackChain, Entries) == 0x000028, "Member 'UTransform_FallbackChain::Entries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationClip_TagLookupOnAssets \ static_assert(alignof(UAnimationClip_TagLookupOnAssets) == 0x000008, "Wrong alignment on UAnimationClip_TagLookupOnAssets"); \ static_assert(sizeof(UAnimationClip_TagLookupOnAssets) == 0x000068, "Wrong size on UAnimationClip_TagLookupOnAssets"); \ static_assert(offsetof(UAnimationClip_TagLookupOnAssets, Tags) == 0x000030, "Member 'UAnimationClip_TagLookupOnAssets::Tags' has a wrong offset!"); \ static_assert(offsetof(UAnimationClip_TagLookupOnAssets, TagProviders) == 0x000050, "Member 'UAnimationClip_TagLookupOnAssets::TagProviders' has a wrong offset!"); \ static_assert(offsetof(UAnimationClip_TagLookupOnAssets, Filter) == 0x000060, "Member 'UAnimationClip_TagLookupOnAssets::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_IsGlobalIKEnabled \ static_assert(alignof(AnimationComponent_IsGlobalIKEnabled) == 0x000001, "Wrong alignment on AnimationComponent_IsGlobalIKEnabled"); \ static_assert(sizeof(AnimationComponent_IsGlobalIKEnabled) == 0x000001, "Wrong size on AnimationComponent_IsGlobalIKEnabled"); \ static_assert(offsetof(AnimationComponent_IsGlobalIKEnabled, ReturnValue) == 0x000000, "Member 'AnimationComponent_IsGlobalIKEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_IsPlayerIKEnabled \ static_assert(alignof(AnimationComponent_IsPlayerIKEnabled) == 0x000001, "Wrong alignment on AnimationComponent_IsPlayerIKEnabled"); \ static_assert(sizeof(AnimationComponent_IsPlayerIKEnabled) == 0x000001, "Wrong size on AnimationComponent_IsPlayerIKEnabled"); \ static_assert(offsetof(AnimationComponent_IsPlayerIKEnabled, ReturnValue) == 0x000000, "Member 'AnimationComponent_IsPlayerIKEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_SetGlobalIKEnabled \ static_assert(alignof(AnimationComponent_SetGlobalIKEnabled) == 0x000001, "Wrong alignment on AnimationComponent_SetGlobalIKEnabled"); \ static_assert(sizeof(AnimationComponent_SetGlobalIKEnabled) == 0x000001, "Wrong size on AnimationComponent_SetGlobalIKEnabled"); \ static_assert(offsetof(AnimationComponent_SetGlobalIKEnabled, State) == 0x000000, "Member 'AnimationComponent_SetGlobalIKEnabled::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_SetPlayerIKEnabled \ static_assert(alignof(AnimationComponent_SetPlayerIKEnabled) == 0x000001, "Wrong alignment on AnimationComponent_SetPlayerIKEnabled"); \ static_assert(sizeof(AnimationComponent_SetPlayerIKEnabled) == 0x000001, "Wrong size on AnimationComponent_SetPlayerIKEnabled"); \ static_assert(offsetof(AnimationComponent_SetPlayerIKEnabled, State) == 0x000000, "Member 'AnimationComponent_SetPlayerIKEnabled::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_FinishSettingFloorContactEnabled \ static_assert(alignof(AnimationComponent_FinishSettingFloorContactEnabled) == 0x000008, "Wrong alignment on AnimationComponent_FinishSettingFloorContactEnabled"); \ static_assert(sizeof(AnimationComponent_FinishSettingFloorContactEnabled) == 0x000018, "Wrong size on AnimationComponent_FinishSettingFloorContactEnabled"); \ static_assert(offsetof(AnimationComponent_FinishSettingFloorContactEnabled, InPriority) == 0x000000, "Member 'AnimationComponent_FinishSettingFloorContactEnabled::InPriority' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_FinishSettingFloorContactEnabled, Provider) == 0x000008, "Member 'AnimationComponent_FinishSettingFloorContactEnabled::Provider' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_FinishSettingFloorContactEnabled, InBlendDuration) == 0x000010, "Member 'AnimationComponent_FinishSettingFloorContactEnabled::InBlendDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_FinishSettingIKEnabled \ static_assert(alignof(AnimationComponent_FinishSettingIKEnabled) == 0x000008, "Wrong alignment on AnimationComponent_FinishSettingIKEnabled"); \ static_assert(sizeof(AnimationComponent_FinishSettingIKEnabled) == 0x000018, "Wrong size on AnimationComponent_FinishSettingIKEnabled"); \ static_assert(offsetof(AnimationComponent_FinishSettingIKEnabled, InPriority) == 0x000000, "Member 'AnimationComponent_FinishSettingIKEnabled::InPriority' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_FinishSettingIKEnabled, Provider) == 0x000008, "Member 'AnimationComponent_FinishSettingIKEnabled::Provider' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_FinishSettingIKEnabled, InBlendDuration) == 0x000010, "Member 'AnimationComponent_FinishSettingIKEnabled::InBlendDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_FinishSettingLookAtEnabled \ static_assert(alignof(AnimationComponent_FinishSettingLookAtEnabled) == 0x000008, "Wrong alignment on AnimationComponent_FinishSettingLookAtEnabled"); \ static_assert(sizeof(AnimationComponent_FinishSettingLookAtEnabled) == 0x000018, "Wrong size on AnimationComponent_FinishSettingLookAtEnabled"); \ static_assert(offsetof(AnimationComponent_FinishSettingLookAtEnabled, InPriority) == 0x000000, "Member 'AnimationComponent_FinishSettingLookAtEnabled::InPriority' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_FinishSettingLookAtEnabled, Provider) == 0x000008, "Member 'AnimationComponent_FinishSettingLookAtEnabled::Provider' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_FinishSettingLookAtEnabled, InBlendDuration) == 0x000010, "Member 'AnimationComponent_FinishSettingLookAtEnabled::InBlendDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_FinishSettingPoseFixupEnabled \ static_assert(alignof(AnimationComponent_FinishSettingPoseFixupEnabled) == 0x000008, "Wrong alignment on AnimationComponent_FinishSettingPoseFixupEnabled"); \ static_assert(sizeof(AnimationComponent_FinishSettingPoseFixupEnabled) == 0x000018, "Wrong size on AnimationComponent_FinishSettingPoseFixupEnabled"); \ static_assert(offsetof(AnimationComponent_FinishSettingPoseFixupEnabled, InPriority) == 0x000000, "Member 'AnimationComponent_FinishSettingPoseFixupEnabled::InPriority' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_FinishSettingPoseFixupEnabled, Provider) == 0x000008, "Member 'AnimationComponent_FinishSettingPoseFixupEnabled::Provider' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_FinishSettingPoseFixupEnabled, InBlendDuration) == 0x000010, "Member 'AnimationComponent_FinishSettingPoseFixupEnabled::InBlendDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_ResetDefaultDirectionNow \ static_assert(alignof(AnimationComponent_ResetDefaultDirectionNow) == 0x000001, "Wrong alignment on AnimationComponent_ResetDefaultDirectionNow"); \ static_assert(sizeof(AnimationComponent_ResetDefaultDirectionNow) == 0x000001, "Wrong size on AnimationComponent_ResetDefaultDirectionNow"); \ static_assert(offsetof(AnimationComponent_ResetDefaultDirectionNow, Direction) == 0x000000, "Member 'AnimationComponent_ResetDefaultDirectionNow::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_SetAnimLayersAsset \ static_assert(alignof(AnimationComponent_SetAnimLayersAsset) == 0x000008, "Wrong alignment on AnimationComponent_SetAnimLayersAsset"); \ static_assert(sizeof(AnimationComponent_SetAnimLayersAsset) == 0x000008, "Wrong size on AnimationComponent_SetAnimLayersAsset"); \ static_assert(offsetof(AnimationComponent_SetAnimLayersAsset, InLayersAsset) == 0x000000, "Member 'AnimationComponent_SetAnimLayersAsset::InLayersAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_SetDirectionTargetAndWeight \ static_assert(alignof(AnimationComponent_SetDirectionTargetAndWeight) == 0x000004, "Wrong alignment on AnimationComponent_SetDirectionTargetAndWeight"); \ static_assert(sizeof(AnimationComponent_SetDirectionTargetAndWeight) == 0x000014, "Wrong size on AnimationComponent_SetDirectionTargetAndWeight"); \ static_assert(offsetof(AnimationComponent_SetDirectionTargetAndWeight, Direction) == 0x000000, "Member 'AnimationComponent_SetDirectionTargetAndWeight::Direction' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_SetDirectionTargetAndWeight, Source) == 0x000001, "Member 'AnimationComponent_SetDirectionTargetAndWeight::Source' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_SetDirectionTargetAndWeight, TargetInWorldSpace) == 0x000004, "Member 'AnimationComponent_SetDirectionTargetAndWeight::TargetInWorldSpace' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_SetDirectionTargetAndWeight, weight) == 0x000010, "Member 'AnimationComponent_SetDirectionTargetAndWeight::weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_SetDirectionTargetAndWeightNoCap \ static_assert(alignof(AnimationComponent_SetDirectionTargetAndWeightNoCap) == 0x000004, "Wrong alignment on AnimationComponent_SetDirectionTargetAndWeightNoCap"); \ static_assert(sizeof(AnimationComponent_SetDirectionTargetAndWeightNoCap) == 0x000014, "Wrong size on AnimationComponent_SetDirectionTargetAndWeightNoCap"); \ static_assert(offsetof(AnimationComponent_SetDirectionTargetAndWeightNoCap, Direction) == 0x000000, "Member 'AnimationComponent_SetDirectionTargetAndWeightNoCap::Direction' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_SetDirectionTargetAndWeightNoCap, Source) == 0x000001, "Member 'AnimationComponent_SetDirectionTargetAndWeightNoCap::Source' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_SetDirectionTargetAndWeightNoCap, TargetInWorldSpace) == 0x000004, "Member 'AnimationComponent_SetDirectionTargetAndWeightNoCap::TargetInWorldSpace' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_SetDirectionTargetAndWeightNoCap, weight) == 0x000010, "Member 'AnimationComponent_SetDirectionTargetAndWeightNoCap::weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_SetDirectionWeight \ static_assert(alignof(AnimationComponent_SetDirectionWeight) == 0x000004, "Wrong alignment on AnimationComponent_SetDirectionWeight"); \ static_assert(sizeof(AnimationComponent_SetDirectionWeight) == 0x000008, "Wrong size on AnimationComponent_SetDirectionWeight"); \ static_assert(offsetof(AnimationComponent_SetDirectionWeight, Direction) == 0x000000, "Member 'AnimationComponent_SetDirectionWeight::Direction' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_SetDirectionWeight, Source) == 0x000001, "Member 'AnimationComponent_SetDirectionWeight::Source' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_SetDirectionWeight, weight) == 0x000004, "Member 'AnimationComponent_SetDirectionWeight::weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_SetLadderIKEnabled \ static_assert(alignof(AnimationComponent_SetLadderIKEnabled) == 0x000001, "Wrong alignment on AnimationComponent_SetLadderIKEnabled"); \ static_assert(sizeof(AnimationComponent_SetLadderIKEnabled) == 0x000001, "Wrong size on AnimationComponent_SetLadderIKEnabled"); \ static_assert(offsetof(AnimationComponent_SetLadderIKEnabled, Enabled) == 0x000000, "Member 'AnimationComponent_SetLadderIKEnabled::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_SetLadderInfo \ static_assert(alignof(AnimationComponent_SetLadderInfo) == 0x000004, "Wrong alignment on AnimationComponent_SetLadderInfo"); \ static_assert(sizeof(AnimationComponent_SetLadderInfo) == 0x000024, "Wrong size on AnimationComponent_SetLadderInfo"); \ static_assert(offsetof(AnimationComponent_SetLadderInfo, BottomRungZ) == 0x000000, "Member 'AnimationComponent_SetLadderInfo::BottomRungZ' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_SetLadderInfo, TopRungZ) == 0x000004, "Member 'AnimationComponent_SetLadderInfo::TopRungZ' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_SetLadderInfo, RungSpacing) == 0x000008, "Member 'AnimationComponent_SetLadderInfo::RungSpacing' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_SetLadderInfo, LadderWorldPos) == 0x00000C, "Member 'AnimationComponent_SetLadderInfo::LadderWorldPos' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_SetLadderInfo, LadderFaceNormal) == 0x000018, "Member 'AnimationComponent_SetLadderInfo::LadderFaceNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_StartIKBlendIn \ static_assert(alignof(AnimationComponent_StartIKBlendIn) == 0x000004, "Wrong alignment on AnimationComponent_StartIKBlendIn"); \ static_assert(sizeof(AnimationComponent_StartIKBlendIn) == 0x000004, "Wrong size on AnimationComponent_StartIKBlendIn"); \ static_assert(offsetof(AnimationComponent_StartIKBlendIn, Duration) == 0x000000, "Member 'AnimationComponent_StartIKBlendIn::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_StartIKBlendOut \ static_assert(alignof(AnimationComponent_StartIKBlendOut) == 0x000004, "Wrong alignment on AnimationComponent_StartIKBlendOut"); \ static_assert(sizeof(AnimationComponent_StartIKBlendOut) == 0x000004, "Wrong size on AnimationComponent_StartIKBlendOut"); \ static_assert(offsetof(AnimationComponent_StartIKBlendOut, Duration) == 0x000000, "Member 'AnimationComponent_StartIKBlendOut::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_StartSettingFloorContactEnabled \ static_assert(alignof(AnimationComponent_StartSettingFloorContactEnabled) == 0x000008, "Wrong alignment on AnimationComponent_StartSettingFloorContactEnabled"); \ static_assert(sizeof(AnimationComponent_StartSettingFloorContactEnabled) == 0x000018, "Wrong size on AnimationComponent_StartSettingFloorContactEnabled"); \ static_assert(offsetof(AnimationComponent_StartSettingFloorContactEnabled, bInEnabled) == 0x000000, "Member 'AnimationComponent_StartSettingFloorContactEnabled::bInEnabled' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_StartSettingFloorContactEnabled, InPriority) == 0x000001, "Member 'AnimationComponent_StartSettingFloorContactEnabled::InPriority' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_StartSettingFloorContactEnabled, Provider) == 0x000008, "Member 'AnimationComponent_StartSettingFloorContactEnabled::Provider' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_StartSettingFloorContactEnabled, InBlendDuration) == 0x000010, "Member 'AnimationComponent_StartSettingFloorContactEnabled::InBlendDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_StartSettingIKEnabled \ static_assert(alignof(AnimationComponent_StartSettingIKEnabled) == 0x000008, "Wrong alignment on AnimationComponent_StartSettingIKEnabled"); \ static_assert(sizeof(AnimationComponent_StartSettingIKEnabled) == 0x000018, "Wrong size on AnimationComponent_StartSettingIKEnabled"); \ static_assert(offsetof(AnimationComponent_StartSettingIKEnabled, bInEnabled) == 0x000000, "Member 'AnimationComponent_StartSettingIKEnabled::bInEnabled' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_StartSettingIKEnabled, InPriority) == 0x000001, "Member 'AnimationComponent_StartSettingIKEnabled::InPriority' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_StartSettingIKEnabled, Provider) == 0x000008, "Member 'AnimationComponent_StartSettingIKEnabled::Provider' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_StartSettingIKEnabled, InBlendDuration) == 0x000010, "Member 'AnimationComponent_StartSettingIKEnabled::InBlendDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_StartSettingLookAtEnabled \ static_assert(alignof(AnimationComponent_StartSettingLookAtEnabled) == 0x000008, "Wrong alignment on AnimationComponent_StartSettingLookAtEnabled"); \ static_assert(sizeof(AnimationComponent_StartSettingLookAtEnabled) == 0x000018, "Wrong size on AnimationComponent_StartSettingLookAtEnabled"); \ static_assert(offsetof(AnimationComponent_StartSettingLookAtEnabled, bInEnabled) == 0x000000, "Member 'AnimationComponent_StartSettingLookAtEnabled::bInEnabled' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_StartSettingLookAtEnabled, InPriority) == 0x000001, "Member 'AnimationComponent_StartSettingLookAtEnabled::InPriority' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_StartSettingLookAtEnabled, Provider) == 0x000008, "Member 'AnimationComponent_StartSettingLookAtEnabled::Provider' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_StartSettingLookAtEnabled, InBlendDuration) == 0x000010, "Member 'AnimationComponent_StartSettingLookAtEnabled::InBlendDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_StartSettingPoseFixupEnabled \ static_assert(alignof(AnimationComponent_StartSettingPoseFixupEnabled) == 0x000008, "Wrong alignment on AnimationComponent_StartSettingPoseFixupEnabled"); \ static_assert(sizeof(AnimationComponent_StartSettingPoseFixupEnabled) == 0x000018, "Wrong size on AnimationComponent_StartSettingPoseFixupEnabled"); \ static_assert(offsetof(AnimationComponent_StartSettingPoseFixupEnabled, bInEnabled) == 0x000000, "Member 'AnimationComponent_StartSettingPoseFixupEnabled::bInEnabled' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_StartSettingPoseFixupEnabled, InPriority) == 0x000001, "Member 'AnimationComponent_StartSettingPoseFixupEnabled::InPriority' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_StartSettingPoseFixupEnabled, Provider) == 0x000008, "Member 'AnimationComponent_StartSettingPoseFixupEnabled::Provider' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_StartSettingPoseFixupEnabled, InBlendDuration) == 0x000010, "Member 'AnimationComponent_StartSettingPoseFixupEnabled::InBlendDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_GetDefaultDirection \ static_assert(alignof(AnimationComponent_GetDefaultDirection) == 0x000004, "Wrong alignment on AnimationComponent_GetDefaultDirection"); \ static_assert(sizeof(AnimationComponent_GetDefaultDirection) == 0x000014, "Wrong size on AnimationComponent_GetDefaultDirection"); \ static_assert(offsetof(AnimationComponent_GetDefaultDirection, Direction) == 0x000000, "Member 'AnimationComponent_GetDefaultDirection::Direction' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_GetDefaultDirection, OutDefaultDirectionInComponentSpace) == 0x000004, "Member 'AnimationComponent_GetDefaultDirection::OutDefaultDirectionInComponentSpace' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_GetDefaultDirection, ReturnValue) == 0x000010, "Member 'AnimationComponent_GetDefaultDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_GetDirectionTargetAndWeight \ static_assert(alignof(AnimationComponent_GetDirectionTargetAndWeight) == 0x000004, "Wrong alignment on AnimationComponent_GetDirectionTargetAndWeight"); \ static_assert(sizeof(AnimationComponent_GetDirectionTargetAndWeight) == 0x000018, "Wrong size on AnimationComponent_GetDirectionTargetAndWeight"); \ static_assert(offsetof(AnimationComponent_GetDirectionTargetAndWeight, Direction) == 0x000000, "Member 'AnimationComponent_GetDirectionTargetAndWeight::Direction' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_GetDirectionTargetAndWeight, OutTargetInWorldSpace) == 0x000004, "Member 'AnimationComponent_GetDirectionTargetAndWeight::OutTargetInWorldSpace' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_GetDirectionTargetAndWeight, OutWeight) == 0x000010, "Member 'AnimationComponent_GetDirectionTargetAndWeight::OutWeight' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_GetDirectionTargetAndWeight, ReturnValue) == 0x000014, "Member 'AnimationComponent_GetDirectionTargetAndWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_GetIKBlendWeight \ static_assert(alignof(AnimationComponent_GetIKBlendWeight) == 0x000004, "Wrong alignment on AnimationComponent_GetIKBlendWeight"); \ static_assert(sizeof(AnimationComponent_GetIKBlendWeight) == 0x000004, "Wrong size on AnimationComponent_GetIKBlendWeight"); \ static_assert(offsetof(AnimationComponent_GetIKBlendWeight, ReturnValue) == 0x000000, "Member 'AnimationComponent_GetIKBlendWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationComponent_GetIKDriverFromClass \ static_assert(alignof(AnimationComponent_GetIKDriverFromClass) == 0x000008, "Wrong alignment on AnimationComponent_GetIKDriverFromClass"); \ static_assert(sizeof(AnimationComponent_GetIKDriverFromClass) == 0x000010, "Wrong size on AnimationComponent_GetIKDriverFromClass"); \ static_assert(offsetof(AnimationComponent_GetIKDriverFromClass, IKDriverClass) == 0x000000, "Member 'AnimationComponent_GetIKDriverFromClass::IKDriverClass' has a wrong offset!"); \ static_assert(offsetof(AnimationComponent_GetIKDriverFromClass, ReturnValue) == 0x000008, "Member 'AnimationComponent_GetIKDriverFromClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationComponent \ static_assert(alignof(UAnimationComponent) == 0x000010, "Wrong alignment on UAnimationComponent"); \ static_assert(sizeof(UAnimationComponent) == 0x000780, "Wrong size on UAnimationComponent"); \ static_assert(offsetof(UAnimationComponent, Layers) == 0x000268, "Member 'UAnimationComponent::Layers' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, LayersAsset) == 0x000278, "Member 'UAnimationComponent::LayersAsset' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, ControlRigClass) == 0x000280, "Member 'UAnimationComponent::ControlRigClass' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, ControlRig) == 0x000290, "Member 'UAnimationComponent::ControlRig' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, IKDrivers) == 0x000298, "Member 'UAnimationComponent::IKDrivers' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, LadderContactEnabled) == 0x0002A8, "Member 'UAnimationComponent::LadderContactEnabled' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, HighestLODLevelForIK) == 0x0002AC, "Member 'UAnimationComponent::HighestLODLevelForIK' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, LOD_IKBlendOutDuration) == 0x0002B0, "Member 'UAnimationComponent::LOD_IKBlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, LOD_IKBlendInDuration) == 0x0002B4, "Member 'UAnimationComponent::LOD_IKBlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, StrideWarpFactor) == 0x0002B8, "Member 'UAnimationComponent::StrideWarpFactor' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, FootPlant) == 0x0002BC, "Member 'UAnimationComponent::FootPlant' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, bHoldFootPositionWhenPlanted) == 0x0002BD, "Member 'UAnimationComponent::bHoldFootPositionWhenPlanted' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, CapsuleInterpSpeed) == 0x0002C0, "Member 'UAnimationComponent::CapsuleInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, DefaultDirectionInComponentSpace) == 0x000390, "Member 'UAnimationComponent::DefaultDirectionInComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, ResetDefaultDirection) == 0x0003E0, "Member 'UAnimationComponent::ResetDefaultDirection' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, MaxLookAlpha) == 0x0003F0, "Member 'UAnimationComponent::MaxLookAlpha' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, TimeDelayProvider) == 0x0003F8, "Member 'UAnimationComponent::TimeDelayProvider' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, BlendInTimeProvider) == 0x000400, "Member 'UAnimationComponent::BlendInTimeProvider' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, LastSequence) == 0x000408, "Member 'UAnimationComponent::LastSequence' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, LastSequenceTime) == 0x000410, "Member 'UAnimationComponent::LastSequenceTime' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, TickAssetPlayerProxy) == 0x000428, "Member 'UAnimationComponent::TickAssetPlayerProxy' has a wrong offset!"); \ static_assert(offsetof(UAnimationComponent, TaggedTransformProviders) == 0x000728, "Member 'UAnimationComponent::TaggedTransformProviders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloat_Conditional \ static_assert(alignof(UFloat_Conditional) == 0x000008, "Wrong alignment on UFloat_Conditional"); \ static_assert(sizeof(UFloat_Conditional) == 0x000038, "Wrong size on UFloat_Conditional"); \ static_assert(offsetof(UFloat_Conditional, Condition) == 0x000028, "Member 'UFloat_Conditional::Condition' has a wrong offset!"); \ static_assert(offsetof(UFloat_Conditional, Value) == 0x000030, "Member 'UFloat_Conditional::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAnimDebugInfo \ static_assert(alignof(IAnimDebugInfo) == 0x000001, "Wrong alignment on IAnimDebugInfo"); \ static_assert(sizeof(IAnimDebugInfo) == 0x000001, "Wrong size on IAnimDebugInfo"); \ #define DUMPER7_ASSERTS_AnimationIndexedClipProvider_GetIndex \ static_assert(alignof(AnimationIndexedClipProvider_GetIndex) == 0x000004, "Wrong alignment on AnimationIndexedClipProvider_GetIndex"); \ static_assert(sizeof(AnimationIndexedClipProvider_GetIndex) == 0x000004, "Wrong size on AnimationIndexedClipProvider_GetIndex"); \ static_assert(offsetof(AnimationIndexedClipProvider_GetIndex, ReturnValue) == 0x000000, "Member 'AnimationIndexedClipProvider_GetIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationIndexedClipProvider_SetIndex \ static_assert(alignof(AnimationIndexedClipProvider_SetIndex) == 0x000004, "Wrong alignment on AnimationIndexedClipProvider_SetIndex"); \ static_assert(sizeof(AnimationIndexedClipProvider_SetIndex) == 0x000004, "Wrong size on AnimationIndexedClipProvider_SetIndex"); \ static_assert(offsetof(AnimationIndexedClipProvider_SetIndex, Value) == 0x000000, "Member 'AnimationIndexedClipProvider_SetIndex::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationIndexedClipProvider \ static_assert(alignof(UAnimationIndexedClipProvider) == 0x000008, "Wrong alignment on UAnimationIndexedClipProvider"); \ static_assert(sizeof(UAnimationIndexedClipProvider) == 0x000030, "Wrong size on UAnimationIndexedClipProvider"); \ #define DUMPER7_ASSERTS_NameProvider_GetNameBP \ static_assert(alignof(NameProvider_GetNameBP) == 0x000008, "Wrong alignment on NameProvider_GetNameBP"); \ static_assert(sizeof(NameProvider_GetNameBP) == 0x000010, "Wrong size on NameProvider_GetNameBP"); \ static_assert(offsetof(NameProvider_GetNameBP, Caller) == 0x000000, "Member 'NameProvider_GetNameBP::Caller' has a wrong offset!"); \ static_assert(offsetof(NameProvider_GetNameBP, ReturnValue) == 0x000008, "Member 'NameProvider_GetNameBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNameProvider \ static_assert(alignof(UNameProvider) == 0x000008, "Wrong alignment on UNameProvider"); \ static_assert(sizeof(UNameProvider) == 0x000028, "Wrong size on UNameProvider"); \ #define DUMPER7_ASSERTS_AnimationInspectionFunctions_GetBlendSpaceDuration \ static_assert(alignof(AnimationInspectionFunctions_GetBlendSpaceDuration) == 0x000008, "Wrong alignment on AnimationInspectionFunctions_GetBlendSpaceDuration"); \ static_assert(sizeof(AnimationInspectionFunctions_GetBlendSpaceDuration) == 0x000020, "Wrong size on AnimationInspectionFunctions_GetBlendSpaceDuration"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBlendSpaceDuration, BlendSpace) == 0x000000, "Member 'AnimationInspectionFunctions_GetBlendSpaceDuration::BlendSpace' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBlendSpaceDuration, SampleData) == 0x000008, "Member 'AnimationInspectionFunctions_GetBlendSpaceDuration::SampleData' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBlendSpaceDuration, ReturnValue) == 0x000018, "Member 'AnimationInspectionFunctions_GetBlendSpaceDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip \ static_assert(alignof(AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip) == 0x000010, "Wrong alignment on AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip"); \ static_assert(sizeof(AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip) == 0x000060, "Wrong size on AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip, AnimationAsset) == 0x000000, "Member 'AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip::AnimationAsset' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip, EvaluationTime) == 0x000008, "Member 'AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip::EvaluationTime' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip, BoneName) == 0x00000C, "Member 'AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip::BoneName' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip, Transform) == 0x000020, "Member 'AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip::Transform' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip, LoopCount) == 0x000050, "Member 'AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip::LoopCount' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip, RootModeSetting) == 0x000054, "Member 'AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip::RootModeSetting' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip, ReturnValue) == 0x000055, "Member 'AnimationInspectionFunctions_GetBoneInAnimationSpaceFromClip::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace \ static_assert(alignof(AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace) == 0x000010, "Wrong alignment on AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace"); \ static_assert(sizeof(AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace) == 0x000060, "Wrong size on AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace, BlendSpaceAsset) == 0x000000, "Member 'AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace::BlendSpaceAsset' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace, EvaluationTime) == 0x000008, "Member 'AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace::EvaluationTime' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace, ParameterX) == 0x00000C, "Member 'AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace::ParameterX' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace, ParameterY) == 0x000010, "Member 'AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace::ParameterY' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace, BoneName) == 0x000014, "Member 'AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace::BoneName' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace, Transform) == 0x000020, "Member 'AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace::Transform' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace, ReturnValue) == 0x000050, "Member 'AnimationInspectionFunctions_GetBoneInParentSpaceFromBlendSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationInspectionFunctions_GetBoneInParentSpaceFromClip \ static_assert(alignof(AnimationInspectionFunctions_GetBoneInParentSpaceFromClip) == 0x000010, "Wrong alignment on AnimationInspectionFunctions_GetBoneInParentSpaceFromClip"); \ static_assert(sizeof(AnimationInspectionFunctions_GetBoneInParentSpaceFromClip) == 0x000060, "Wrong size on AnimationInspectionFunctions_GetBoneInParentSpaceFromClip"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInParentSpaceFromClip, AnimationAsset) == 0x000000, "Member 'AnimationInspectionFunctions_GetBoneInParentSpaceFromClip::AnimationAsset' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInParentSpaceFromClip, EvaluationTime) == 0x000008, "Member 'AnimationInspectionFunctions_GetBoneInParentSpaceFromClip::EvaluationTime' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInParentSpaceFromClip, BoneName) == 0x00000C, "Member 'AnimationInspectionFunctions_GetBoneInParentSpaceFromClip::BoneName' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInParentSpaceFromClip, Transform) == 0x000020, "Member 'AnimationInspectionFunctions_GetBoneInParentSpaceFromClip::Transform' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBoneInParentSpaceFromClip, ReturnValue) == 0x000050, "Member 'AnimationInspectionFunctions_GetBoneInParentSpaceFromClip::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationInspectionFunctions_GetBonesInAnimationSpaceFromClip \ static_assert(alignof(AnimationInspectionFunctions_GetBonesInAnimationSpaceFromClip) == 0x000008, "Wrong alignment on AnimationInspectionFunctions_GetBonesInAnimationSpaceFromClip"); \ static_assert(sizeof(AnimationInspectionFunctions_GetBonesInAnimationSpaceFromClip) == 0x000038, "Wrong size on AnimationInspectionFunctions_GetBonesInAnimationSpaceFromClip"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInAnimationSpaceFromClip, AnimationAsset) == 0x000000, "Member 'AnimationInspectionFunctions_GetBonesInAnimationSpaceFromClip::AnimationAsset' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInAnimationSpaceFromClip, EvaluationTime) == 0x000008, "Member 'AnimationInspectionFunctions_GetBonesInAnimationSpaceFromClip::EvaluationTime' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInAnimationSpaceFromClip, BoneNameArray) == 0x000010, "Member 'AnimationInspectionFunctions_GetBonesInAnimationSpaceFromClip::BoneNameArray' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInAnimationSpaceFromClip, TransformArray) == 0x000020, "Member 'AnimationInspectionFunctions_GetBonesInAnimationSpaceFromClip::TransformArray' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInAnimationSpaceFromClip, LoopCount) == 0x000030, "Member 'AnimationInspectionFunctions_GetBonesInAnimationSpaceFromClip::LoopCount' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInAnimationSpaceFromClip, ReturnValue) == 0x000034, "Member 'AnimationInspectionFunctions_GetBonesInAnimationSpaceFromClip::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace \ static_assert(alignof(AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace) == 0x000008, "Wrong alignment on AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace"); \ static_assert(sizeof(AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace) == 0x000040, "Wrong size on AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace, BlendSpaceAsset) == 0x000000, "Member 'AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace::BlendSpaceAsset' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace, EvaluationTime) == 0x000008, "Member 'AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace::EvaluationTime' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace, ParameterX) == 0x00000C, "Member 'AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace::ParameterX' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace, ParameterY) == 0x000010, "Member 'AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace::ParameterY' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace, BoneNameArray) == 0x000018, "Member 'AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace::BoneNameArray' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace, TransformArray) == 0x000028, "Member 'AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace::TransformArray' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace, ReturnValue) == 0x000038, "Member 'AnimationInspectionFunctions_GetBonesInParentSpaceFromBlendSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationInspectionFunctions_GetBonesInParentSpaceFromClip \ static_assert(alignof(AnimationInspectionFunctions_GetBonesInParentSpaceFromClip) == 0x000008, "Wrong alignment on AnimationInspectionFunctions_GetBonesInParentSpaceFromClip"); \ static_assert(sizeof(AnimationInspectionFunctions_GetBonesInParentSpaceFromClip) == 0x000038, "Wrong size on AnimationInspectionFunctions_GetBonesInParentSpaceFromClip"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInParentSpaceFromClip, AnimationAsset) == 0x000000, "Member 'AnimationInspectionFunctions_GetBonesInParentSpaceFromClip::AnimationAsset' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInParentSpaceFromClip, EvaluationTime) == 0x000008, "Member 'AnimationInspectionFunctions_GetBonesInParentSpaceFromClip::EvaluationTime' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInParentSpaceFromClip, BoneNameArray) == 0x000010, "Member 'AnimationInspectionFunctions_GetBonesInParentSpaceFromClip::BoneNameArray' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInParentSpaceFromClip, TransformArray) == 0x000020, "Member 'AnimationInspectionFunctions_GetBonesInParentSpaceFromClip::TransformArray' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetBonesInParentSpaceFromClip, ReturnValue) == 0x000030, "Member 'AnimationInspectionFunctions_GetBonesInParentSpaceFromClip::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot \ static_assert(alignof(AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot) == 0x000010, "Wrong alignment on AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot"); \ static_assert(sizeof(AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot) == 0x0000B0, "Wrong size on AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot"); \ static_assert(offsetof(AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot, AnimationAsset) == 0x000000, "Member 'AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot::AnimationAsset' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot, AnimationInWorldSpace) == 0x000010, "Member 'AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot::AnimationInWorldSpace' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot, RootInAnimationSpace) == 0x000040, "Member 'AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot::RootInAnimationSpace' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot, Transform) == 0x000070, "Member 'AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot::Transform' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot, LoopCount) == 0x0000A0, "Member 'AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot::LoopCount' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot, RootModeSetting) == 0x0000A4, "Member 'AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot::RootModeSetting' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot, ReturnValue) == 0x0000A5, "Member 'AnimationInspectionFunctions_GetComponentInWorldSpaceFromAlignedRoot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationInspectionFunctions_GetRootInAnimationSpaceFromBlendSpace \ static_assert(alignof(AnimationInspectionFunctions_GetRootInAnimationSpaceFromBlendSpace) == 0x000010, "Wrong alignment on AnimationInspectionFunctions_GetRootInAnimationSpaceFromBlendSpace"); \ static_assert(sizeof(AnimationInspectionFunctions_GetRootInAnimationSpaceFromBlendSpace) == 0x000060, "Wrong size on AnimationInspectionFunctions_GetRootInAnimationSpaceFromBlendSpace"); \ static_assert(offsetof(AnimationInspectionFunctions_GetRootInAnimationSpaceFromBlendSpace, BlendSpace) == 0x000000, "Member 'AnimationInspectionFunctions_GetRootInAnimationSpaceFromBlendSpace::BlendSpace' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetRootInAnimationSpaceFromBlendSpace, SampleData) == 0x000008, "Member 'AnimationInspectionFunctions_GetRootInAnimationSpaceFromBlendSpace::SampleData' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetRootInAnimationSpaceFromBlendSpace, Transform) == 0x000020, "Member 'AnimationInspectionFunctions_GetRootInAnimationSpaceFromBlendSpace::Transform' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetRootInAnimationSpaceFromBlendSpace, LoopCount) == 0x000050, "Member 'AnimationInspectionFunctions_GetRootInAnimationSpaceFromBlendSpace::LoopCount' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetRootInAnimationSpaceFromBlendSpace, ReturnValue) == 0x000054, "Member 'AnimationInspectionFunctions_GetRootInAnimationSpaceFromBlendSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationInspectionFunctions_GetRootInAnimationSpaceFromClip \ static_assert(alignof(AnimationInspectionFunctions_GetRootInAnimationSpaceFromClip) == 0x000010, "Wrong alignment on AnimationInspectionFunctions_GetRootInAnimationSpaceFromClip"); \ static_assert(sizeof(AnimationInspectionFunctions_GetRootInAnimationSpaceFromClip) == 0x000050, "Wrong size on AnimationInspectionFunctions_GetRootInAnimationSpaceFromClip"); \ static_assert(offsetof(AnimationInspectionFunctions_GetRootInAnimationSpaceFromClip, AnimationAsset) == 0x000000, "Member 'AnimationInspectionFunctions_GetRootInAnimationSpaceFromClip::AnimationAsset' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetRootInAnimationSpaceFromClip, EvaluationTime) == 0x000008, "Member 'AnimationInspectionFunctions_GetRootInAnimationSpaceFromClip::EvaluationTime' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetRootInAnimationSpaceFromClip, Transform) == 0x000010, "Member 'AnimationInspectionFunctions_GetRootInAnimationSpaceFromClip::Transform' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetRootInAnimationSpaceFromClip, LoopCount) == 0x000040, "Member 'AnimationInspectionFunctions_GetRootInAnimationSpaceFromClip::LoopCount' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetRootInAnimationSpaceFromClip, ReturnValue) == 0x000044, "Member 'AnimationInspectionFunctions_GetRootInAnimationSpaceFromClip::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip \ static_assert(alignof(AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip) == 0x000010, "Wrong alignment on AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip"); \ static_assert(sizeof(AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip) == 0x000060, "Wrong size on AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip"); \ static_assert(offsetof(AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip, SkeletalMesh) == 0x000000, "Member 'AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip, AnimationAsset) == 0x000008, "Member 'AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip::AnimationAsset' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip, EvaluationTime) == 0x000010, "Member 'AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip::EvaluationTime' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip, SocketName) == 0x000014, "Member 'AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip::SocketName' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip, Transform) == 0x000020, "Member 'AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip::Transform' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip, LoopCount) == 0x000050, "Member 'AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip::LoopCount' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip, ReturnValue) == 0x000054, "Member 'AnimationInspectionFunctions_GetSocketInAnimationSpaceFromClip::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip \ static_assert(alignof(AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip) == 0x000008, "Wrong alignment on AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip"); \ static_assert(sizeof(AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip) == 0x000040, "Wrong size on AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip"); \ static_assert(offsetof(AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip, SkeletalMesh) == 0x000000, "Member 'AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip, AnimationAsset) == 0x000008, "Member 'AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip::AnimationAsset' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip, EvaluationTime) == 0x000010, "Member 'AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip::EvaluationTime' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip, SocketNameArray) == 0x000018, "Member 'AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip::SocketNameArray' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip, TransformArray) == 0x000028, "Member 'AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip::TransformArray' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip, LoopCount) == 0x000038, "Member 'AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip::LoopCount' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip, ReturnValue) == 0x00003C, "Member 'AnimationInspectionFunctions_GetSocketsInAnimationSpaceFromClip::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationInspectionFunctions_SetBlendSpaceFraction \ static_assert(alignof(AnimationInspectionFunctions_SetBlendSpaceFraction) == 0x000008, "Wrong alignment on AnimationInspectionFunctions_SetBlendSpaceFraction"); \ static_assert(sizeof(AnimationInspectionFunctions_SetBlendSpaceFraction) == 0x000028, "Wrong size on AnimationInspectionFunctions_SetBlendSpaceFraction"); \ static_assert(offsetof(AnimationInspectionFunctions_SetBlendSpaceFraction, BlendSpace) == 0x000000, "Member 'AnimationInspectionFunctions_SetBlendSpaceFraction::BlendSpace' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_SetBlendSpaceFraction, Fraction) == 0x000008, "Member 'AnimationInspectionFunctions_SetBlendSpaceFraction::Fraction' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_SetBlendSpaceFraction, OutSampleData) == 0x000010, "Member 'AnimationInspectionFunctions_SetBlendSpaceFraction::OutSampleData' has a wrong offset!"); \ static_assert(offsetof(AnimationInspectionFunctions_SetBlendSpaceFraction, ReturnValue) == 0x000020, "Member 'AnimationInspectionFunctions_SetBlendSpaceFraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationInspectionFunctions \ static_assert(alignof(UAnimationInspectionFunctions) == 0x000008, "Wrong alignment on UAnimationInspectionFunctions"); \ static_assert(sizeof(UAnimationInspectionFunctions) == 0x000028, "Wrong size on UAnimationInspectionFunctions"); \ #define DUMPER7_ASSERTS_UAnimationProvider_Conditional \ static_assert(alignof(UAnimationProvider_Conditional) == 0x000008, "Wrong alignment on UAnimationProvider_Conditional"); \ static_assert(sizeof(UAnimationProvider_Conditional) == 0x000040, "Wrong size on UAnimationProvider_Conditional"); \ static_assert(offsetof(UAnimationProvider_Conditional, Condition) == 0x000028, "Member 'UAnimationProvider_Conditional::Condition' has a wrong offset!"); \ static_assert(offsetof(UAnimationProvider_Conditional, AnimationIfTrue) == 0x000030, "Member 'UAnimationProvider_Conditional::AnimationIfTrue' has a wrong offset!"); \ static_assert(offsetof(UAnimationProvider_Conditional, AnimationIfFalse) == 0x000038, "Member 'UAnimationProvider_Conditional::AnimationIfFalse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIKDriver_PoseFixup \ static_assert(alignof(UIKDriver_PoseFixup) == 0x000008, "Wrong alignment on UIKDriver_PoseFixup"); \ static_assert(sizeof(UIKDriver_PoseFixup) == 0x000038, "Wrong size on UIKDriver_PoseFixup"); \ #define DUMPER7_ASSERTS_IAnimationRequestLayerHost \ static_assert(alignof(IAnimationRequestLayerHost) == 0x000001, "Wrong alignment on IAnimationRequestLayerHost"); \ static_assert(sizeof(IAnimationRequestLayerHost) == 0x000001, "Wrong size on IAnimationRequestLayerHost"); \ #define DUMPER7_ASSERTS_UAnimationSetProvider \ static_assert(alignof(UAnimationSetProvider) == 0x000008, "Wrong alignment on UAnimationSetProvider"); \ static_assert(sizeof(UAnimationSetProvider) == 0x000028, "Wrong size on UAnimationSetProvider"); \ #define DUMPER7_ASSERTS_UName_ConversationExplicitLayeredAnimation \ static_assert(alignof(UName_ConversationExplicitLayeredAnimation) == 0x000008, "Wrong alignment on UName_ConversationExplicitLayeredAnimation"); \ static_assert(sizeof(UName_ConversationExplicitLayeredAnimation) == 0x000038, "Wrong size on UName_ConversationExplicitLayeredAnimation"); \ static_assert(offsetof(UName_ConversationExplicitLayeredAnimation, Reference) == 0x000028, "Member 'UName_ConversationExplicitLayeredAnimation::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationSet_TagLookup \ static_assert(alignof(UAnimationSet_TagLookup) == 0x000008, "Wrong alignment on UAnimationSet_TagLookup"); \ static_assert(sizeof(UAnimationSet_TagLookup) == 0x000078, "Wrong size on UAnimationSet_TagLookup"); \ static_assert(offsetof(UAnimationSet_TagLookup, LookupOnActor) == 0x000030, "Member 'UAnimationSet_TagLookup::LookupOnActor' has a wrong offset!"); \ static_assert(offsetof(UAnimationSet_TagLookup, Tags) == 0x000038, "Member 'UAnimationSet_TagLookup::Tags' has a wrong offset!"); \ static_assert(offsetof(UAnimationSet_TagLookup, TagProviders) == 0x000058, "Member 'UAnimationSet_TagLookup::TagProviders' has a wrong offset!"); \ static_assert(offsetof(UAnimationSet_TagLookup, Filter) == 0x000068, "Member 'UAnimationSet_TagLookup::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupOperationState \ static_assert(alignof(UCameraFixupOperationState) == 0x000008, "Wrong alignment on UCameraFixupOperationState"); \ static_assert(sizeof(UCameraFixupOperationState) == 0x000040, "Wrong size on UCameraFixupOperationState"); \ static_assert(offsetof(UCameraFixupOperationState, Context) == 0x000038, "Member 'UCameraFixupOperationState::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupSetAnglesOperationState \ static_assert(alignof(UCameraFixupSetAnglesOperationState) == 0x000008, "Wrong alignment on UCameraFixupSetAnglesOperationState"); \ static_assert(sizeof(UCameraFixupSetAnglesOperationState) == 0x000050, "Wrong size on UCameraFixupSetAnglesOperationState"); \ #define DUMPER7_ASSERTS_UAnimInstance_ApplyActorTransform \ static_assert(alignof(UAnimInstance_ApplyActorTransform) == 0x000010, "Wrong alignment on UAnimInstance_ApplyActorTransform"); \ static_assert(sizeof(UAnimInstance_ApplyActorTransform) == 0x000300, "Wrong size on UAnimInstance_ApplyActorTransform"); \ static_assert(offsetof(UAnimInstance_ApplyActorTransform, ActorInWorldSpace) == 0x0002C0, "Member 'UAnimInstance_ApplyActorTransform::ActorInWorldSpace' has a wrong offset!"); \ static_assert(offsetof(UAnimInstance_ApplyActorTransform, ShouldSetActorInWorldSpace) == 0x0002F0, "Member 'UAnimInstance_ApplyActorTransform::ShouldSetActorInWorldSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UName_Direct \ static_assert(alignof(UName_Direct) == 0x000008, "Wrong alignment on UName_Direct"); \ static_assert(sizeof(UName_Direct) == 0x000030, "Wrong size on UName_Direct"); \ static_assert(offsetof(UName_Direct, Value) == 0x000028, "Member 'UName_Direct::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_RetrieveActorTransform_AssignComponentTransform \ static_assert(alignof(AnimInstance_RetrieveActorTransform_AssignComponentTransform) == 0x000010, "Wrong alignment on AnimInstance_RetrieveActorTransform_AssignComponentTransform"); \ static_assert(sizeof(AnimInstance_RetrieveActorTransform_AssignComponentTransform) == 0x000030, "Wrong size on AnimInstance_RetrieveActorTransform_AssignComponentTransform"); \ static_assert(offsetof(AnimInstance_RetrieveActorTransform_AssignComponentTransform, TransformInWorldSpace) == 0x000000, "Member 'AnimInstance_RetrieveActorTransform_AssignComponentTransform::TransformInWorldSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimInstance_RetrieveActorTransform_RetreiveComponentTransform \ static_assert(alignof(AnimInstance_RetrieveActorTransform_RetreiveComponentTransform) == 0x000010, "Wrong alignment on AnimInstance_RetrieveActorTransform_RetreiveComponentTransform"); \ static_assert(sizeof(AnimInstance_RetrieveActorTransform_RetreiveComponentTransform) == 0x000040, "Wrong size on AnimInstance_RetrieveActorTransform_RetreiveComponentTransform"); \ static_assert(offsetof(AnimInstance_RetrieveActorTransform_RetreiveComponentTransform, TransformInWorldSpace) == 0x000000, "Member 'AnimInstance_RetrieveActorTransform_RetreiveComponentTransform::TransformInWorldSpace' has a wrong offset!"); \ static_assert(offsetof(AnimInstance_RetrieveActorTransform_RetreiveComponentTransform, ReturnValue) == 0x000030, "Member 'AnimInstance_RetrieveActorTransform_RetreiveComponentTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAnimInstance_RetrieveActorTransform \ static_assert(alignof(IAnimInstance_RetrieveActorTransform) == 0x000001, "Wrong alignment on IAnimInstance_RetrieveActorTransform"); \ static_assert(sizeof(IAnimInstance_RetrieveActorTransform) == 0x000001, "Wrong size on IAnimInstance_RetrieveActorTransform"); \ #define DUMPER7_ASSERTS_UAnimLayersAsset \ static_assert(alignof(UAnimLayersAsset) == 0x000008, "Wrong alignment on UAnimLayersAsset"); \ static_assert(sizeof(UAnimLayersAsset) == 0x000040, "Wrong size on UAnimLayersAsset"); \ static_assert(offsetof(UAnimLayersAsset, Layers) == 0x000030, "Member 'UAnimLayersAsset::Layers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionMatcherGoalInterface_InitializeGoal \ static_assert(alignof(MotionMatcherGoalInterface_InitializeGoal) == 0x000008, "Wrong alignment on MotionMatcherGoalInterface_InitializeGoal"); \ static_assert(sizeof(MotionMatcherGoalInterface_InitializeGoal) == 0x000098, "Wrong size on MotionMatcherGoalInterface_InitializeGoal"); \ static_assert(offsetof(MotionMatcherGoalInterface_InitializeGoal, Goal) == 0x000000, "Member 'MotionMatcherGoalInterface_InitializeGoal::Goal' has a wrong offset!"); \ static_assert(offsetof(MotionMatcherGoalInterface_InitializeGoal, ReturnValue) == 0x000090, "Member 'MotionMatcherGoalInterface_InitializeGoal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionMatcherGoalInterface_UpdateGoal \ static_assert(alignof(MotionMatcherGoalInterface_UpdateGoal) == 0x000008, "Wrong alignment on MotionMatcherGoalInterface_UpdateGoal"); \ static_assert(sizeof(MotionMatcherGoalInterface_UpdateGoal) == 0x0000A0, "Wrong size on MotionMatcherGoalInterface_UpdateGoal"); \ static_assert(offsetof(MotionMatcherGoalInterface_UpdateGoal, Character) == 0x000000, "Member 'MotionMatcherGoalInterface_UpdateGoal::Character' has a wrong offset!"); \ static_assert(offsetof(MotionMatcherGoalInterface_UpdateGoal, Goal) == 0x000008, "Member 'MotionMatcherGoalInterface_UpdateGoal::Goal' has a wrong offset!"); \ static_assert(offsetof(MotionMatcherGoalInterface_UpdateGoal, ReturnValue) == 0x000098, "Member 'MotionMatcherGoalInterface_UpdateGoal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMotionMatcherGoalInterface \ static_assert(alignof(IMotionMatcherGoalInterface) == 0x000001, "Wrong alignment on IMotionMatcherGoalInterface"); \ static_assert(sizeof(IMotionMatcherGoalInterface) == 0x000001, "Wrong size on IMotionMatcherGoalInterface"); \ #define DUMPER7_ASSERTS_UAnimLayersAssetUserData \ static_assert(alignof(UAnimLayersAssetUserData) == 0x000008, "Wrong alignment on UAnimLayersAssetUserData"); \ static_assert(sizeof(UAnimLayersAssetUserData) == 0x000030, "Wrong size on UAnimLayersAssetUserData"); \ static_assert(offsetof(UAnimLayersAssetUserData, AnimLayers) == 0x000028, "Member 'UAnimLayersAssetUserData::AnimLayers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimMaskAsset \ static_assert(alignof(UAnimMaskAsset) == 0x000008, "Wrong alignment on UAnimMaskAsset"); \ static_assert(sizeof(UAnimMaskAsset) == 0x0000E0, "Wrong size on UAnimMaskAsset"); \ static_assert(offsetof(UAnimMaskAsset, Skeleton) == 0x000030, "Member 'UAnimMaskAsset::Skeleton' has a wrong offset!"); \ static_assert(offsetof(UAnimMaskAsset, ParentMask) == 0x000038, "Member 'UAnimMaskAsset::ParentMask' has a wrong offset!"); \ static_assert(offsetof(UAnimMaskAsset, BoneMask) == 0x000040, "Member 'UAnimMaskAsset::BoneMask' has a wrong offset!"); \ static_assert(offsetof(UAnimMaskAsset, CurveMask) == 0x000090, "Member 'UAnimMaskAsset::CurveMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObject_IsCaller \ static_assert(alignof(UObject_IsCaller) == 0x000008, "Wrong alignment on UObject_IsCaller"); \ static_assert(sizeof(UObject_IsCaller) == 0x000028, "Wrong size on UObject_IsCaller"); \ #define DUMPER7_ASSERTS_IAnimMask \ static_assert(alignof(IAnimMask) == 0x000001, "Wrong alignment on IAnimMask"); \ static_assert(sizeof(IAnimMask) == 0x000001, "Wrong size on IAnimMask"); \ #define DUMPER7_ASSERTS_UPoseSampler \ static_assert(alignof(UPoseSampler) == 0x000008, "Wrong alignment on UPoseSampler"); \ static_assert(sizeof(UPoseSampler) == 0x000028, "Wrong size on UPoseSampler"); \ #define DUMPER7_ASSERTS_UIKDriver_GhostHips \ static_assert(alignof(UIKDriver_GhostHips) == 0x000008, "Wrong alignment on UIKDriver_GhostHips"); \ static_assert(sizeof(UIKDriver_GhostHips) == 0x0000C8, "Wrong size on UIKDriver_GhostHips"); \ static_assert(offsetof(UIKDriver_GhostHips, HipsBone) == 0x000028, "Member 'UIKDriver_GhostHips::HipsBone' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GhostHips, AlphaVariableName) == 0x000038, "Member 'UIKDriver_GhostHips::AlphaVariableName' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GhostHips, TransformVariableName) == 0x000040, "Member 'UIKDriver_GhostHips::TransformVariableName' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GhostHips, InterpSpeed) == 0x000048, "Member 'UIKDriver_GhostHips::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GhostHips, InterpDampingFactor) == 0x00004C, "Member 'UIKDriver_GhostHips::InterpDampingFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPoseSampler_BlinkEyes \ static_assert(alignof(UPoseSampler_BlinkEyes) == 0x000008, "Wrong alignment on UPoseSampler_BlinkEyes"); \ static_assert(sizeof(UPoseSampler_BlinkEyes) == 0x000098, "Wrong size on UPoseSampler_BlinkEyes"); \ #define DUMPER7_ASSERTS_UAnimNotify_BlinkEyes \ static_assert(alignof(UAnimNotify_BlinkEyes) == 0x000008, "Wrong alignment on UAnimNotify_BlinkEyes"); \ static_assert(sizeof(UAnimNotify_BlinkEyes) == 0x000070, "Wrong size on UAnimNotify_BlinkEyes"); \ static_assert(offsetof(UAnimNotify_BlinkEyes, bDoubleBlink) == 0x000040, "Member 'UAnimNotify_BlinkEyes::bDoubleBlink' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_BlinkEyes, BlinkSpeed) == 0x000044, "Member 'UAnimNotify_BlinkEyes::BlinkSpeed' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_BlinkEyes, PoseSampler) == 0x000058, "Member 'UAnimNotify_BlinkEyes::PoseSampler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendSpaceInput_GForce \ static_assert(alignof(UBlendSpaceInput_GForce) == 0x000008, "Wrong alignment on UBlendSpaceInput_GForce"); \ static_assert(sizeof(UBlendSpaceInput_GForce) == 0x000048, "Wrong size on UBlendSpaceInput_GForce"); \ static_assert(offsetof(UBlendSpaceInput_GForce, ActorToGetAccelerationFrom) == 0x000028, "Member 'UBlendSpaceInput_GForce::ActorToGetAccelerationFrom' has a wrong offset!"); \ static_assert(offsetof(UBlendSpaceInput_GForce, Alpha) == 0x000030, "Member 'UBlendSpaceInput_GForce::Alpha' has a wrong offset!"); \ static_assert(offsetof(UBlendSpaceInput_GForce, HorizontalAxis) == 0x000038, "Member 'UBlendSpaceInput_GForce::HorizontalAxis' has a wrong offset!"); \ static_assert(offsetof(UBlendSpaceInput_GForce, VerticalAxis) == 0x000039, "Member 'UBlendSpaceInput_GForce::VerticalAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationPreset_AvatarPlacement \ static_assert(alignof(UConversationPreset_AvatarPlacement) == 0x000008, "Wrong alignment on UConversationPreset_AvatarPlacement"); \ static_assert(sizeof(UConversationPreset_AvatarPlacement) == 0x000028, "Wrong size on UConversationPreset_AvatarPlacement"); \ #define DUMPER7_ASSERTS_UConversationPreset_AvatarPlacement_Preexisting \ static_assert(alignof(UConversationPreset_AvatarPlacement_Preexisting) == 0x000008, "Wrong alignment on UConversationPreset_AvatarPlacement_Preexisting"); \ static_assert(sizeof(UConversationPreset_AvatarPlacement_Preexisting) == 0x000038, "Wrong size on UConversationPreset_AvatarPlacement_Preexisting"); \ static_assert(offsetof(UConversationPreset_AvatarPlacement_Preexisting, Proximity) == 0x000028, "Member 'UConversationPreset_AvatarPlacement_Preexisting::Proximity' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_AvatarPlacement_Preexisting, RotateInteractionActorToAvatar) == 0x000029, "Member 'UConversationPreset_AvatarPlacement_Preexisting::RotateInteractionActorToAvatar' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_AvatarPlacement_Preexisting, InteractionActorRotationOffset) == 0x00002C, "Member 'UConversationPreset_AvatarPlacement_Preexisting::InteractionActorRotationOffset' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_AvatarPlacement_Preexisting, RotateActorToInteractionActor) == 0x000030, "Member 'UConversationPreset_AvatarPlacement_Preexisting::RotateActorToInteractionActor' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_AvatarPlacement_Preexisting, AvatarRotationOffset) == 0x000034, "Member 'UConversationPreset_AvatarPlacement_Preexisting::AvatarRotationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_BlueprintSpawn \ static_assert(alignof(UAnimNotify_BlueprintSpawn) == 0x000008, "Wrong alignment on UAnimNotify_BlueprintSpawn"); \ static_assert(sizeof(UAnimNotify_BlueprintSpawn) == 0x000088, "Wrong size on UAnimNotify_BlueprintSpawn"); \ static_assert(offsetof(UAnimNotify_BlueprintSpawn, BlueprintActor) == 0x000030, "Member 'UAnimNotify_BlueprintSpawn::BlueprintActor' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_BlueprintSpawn, ParentSocketName) == 0x000038, "Member 'UAnimNotify_BlueprintSpawn::ParentSocketName' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_BlueprintSpawn, ChildSocketName) == 0x000040, "Member 'UAnimNotify_BlueprintSpawn::ChildSocketName' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_BlueprintSpawn, LocationOffset) == 0x000048, "Member 'UAnimNotify_BlueprintSpawn::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_BlueprintSpawn, RotationOffset) == 0x000054, "Member 'UAnimNotify_BlueprintSpawn::RotationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_ResetActorClothingSimulation \ static_assert(alignof(UAnimNotify_ResetActorClothingSimulation) == 0x000008, "Wrong alignment on UAnimNotify_ResetActorClothingSimulation"); \ static_assert(sizeof(UAnimNotify_ResetActorClothingSimulation) == 0x000038, "Wrong size on UAnimNotify_ResetActorClothingSimulation"); \ #define DUMPER7_ASSERTS_UName_ConversationPreset \ static_assert(alignof(UName_ConversationPreset) == 0x000008, "Wrong alignment on UName_ConversationPreset"); \ static_assert(sizeof(UName_ConversationPreset) == 0x000030, "Wrong size on UName_ConversationPreset"); \ static_assert(offsetof(UName_ConversationPreset, Reference) == 0x000028, "Member 'UName_ConversationPreset::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_StaticMeshProp \ static_assert(alignof(UAnimNotify_StaticMeshProp) == 0x000008, "Wrong alignment on UAnimNotify_StaticMeshProp"); \ static_assert(sizeof(UAnimNotify_StaticMeshProp) == 0x0000B8, "Wrong size on UAnimNotify_StaticMeshProp"); \ static_assert(offsetof(UAnimNotify_StaticMeshProp, StaticMesh) == 0x000030, "Member 'UAnimNotify_StaticMeshProp::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_StaticMeshProp, ParentSocketName) == 0x000038, "Member 'UAnimNotify_StaticMeshProp::ParentSocketName' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_StaticMeshProp, LocationOffset) == 0x000040, "Member 'UAnimNotify_StaticMeshProp::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_StaticMeshProp, RotationOffset) == 0x00004C, "Member 'UAnimNotify_StaticMeshProp::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_StaticMeshProp, bUseScaleMultiplier) == 0x000058, "Member 'UAnimNotify_StaticMeshProp::bUseScaleMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_StaticMeshProp, ScaleMultiplier) == 0x00005C, "Member 'UAnimNotify_StaticMeshProp::ScaleMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPoseSampler_CloseEyes \ static_assert(alignof(UPoseSampler_CloseEyes) == 0x000008, "Wrong alignment on UPoseSampler_CloseEyes"); \ static_assert(sizeof(UPoseSampler_CloseEyes) == 0x000088, "Wrong size on UPoseSampler_CloseEyes"); \ #define DUMPER7_ASSERTS_UBoneMask_FilterStaticTracks \ static_assert(alignof(UBoneMask_FilterStaticTracks) == 0x000008, "Wrong alignment on UBoneMask_FilterStaticTracks"); \ static_assert(sizeof(UBoneMask_FilterStaticTracks) == 0x000030, "Wrong size on UBoneMask_FilterStaticTracks"); \ #define DUMPER7_ASSERTS_UConversationPreset_FinalTransform \ static_assert(alignof(UConversationPreset_FinalTransform) == 0x000008, "Wrong alignment on UConversationPreset_FinalTransform"); \ static_assert(sizeof(UConversationPreset_FinalTransform) == 0x000028, "Wrong size on UConversationPreset_FinalTransform"); \ #define DUMPER7_ASSERTS_UAnimNotify_CloseEyes \ static_assert(alignof(UAnimNotify_CloseEyes) == 0x000008, "Wrong alignment on UAnimNotify_CloseEyes"); \ static_assert(sizeof(UAnimNotify_CloseEyes) == 0x000040, "Wrong size on UAnimNotify_CloseEyes"); \ static_assert(offsetof(UAnimNotify_CloseEyes, PoseSampler) == 0x000038, "Member 'UAnimNotify_CloseEyes::PoseSampler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotifyState_ClothOptions \ static_assert(alignof(UAnimNotifyState_ClothOptions) == 0x000008, "Wrong alignment on UAnimNotifyState_ClothOptions"); \ static_assert(sizeof(UAnimNotifyState_ClothOptions) == 0x0001A0, "Wrong size on UAnimNotifyState_ClothOptions"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, bPiecesListIsInclusive) == 0x000030, "Member 'UAnimNotifyState_ClothOptions::bPiecesListIsInclusive' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, PiecesList) == 0x000038, "Member 'UAnimNotifyState_ClothOptions::PiecesList' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, ClothingAssetList) == 0x000048, "Member 'UAnimNotifyState_ClothOptions::ClothingAssetList' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, IterationCount) == 0x000098, "Member 'UAnimNotifyState_ClothOptions::IterationCount' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, MaxIterationCount) == 0x0000A0, "Member 'UAnimNotifyState_ClothOptions::MaxIterationCount' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, SubdivisionCount) == 0x0000A8, "Member 'UAnimNotifyState_ClothOptions::SubdivisionCount' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, TeleportDistanceThreshold) == 0x0000B0, "Member 'UAnimNotifyState_ClothOptions::TeleportDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, TeleportRotationThreshold) == 0x0000B8, "Member 'UAnimNotifyState_ClothOptions::TeleportRotationThreshold' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, ClothBlendWeight) == 0x0000C0, "Member 'UAnimNotifyState_ClothOptions::ClothBlendWeight' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, ClothMaxDistanceScale) == 0x0000C8, "Member 'UAnimNotifyState_ClothOptions::ClothMaxDistanceScale' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, EdgeStiffness) == 0x0000D0, "Member 'UAnimNotifyState_ClothOptions::EdgeStiffness' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, BendingStiffness) == 0x0000D8, "Member 'UAnimNotifyState_ClothOptions::BendingStiffness' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, AreaStiffness) == 0x0000E0, "Member 'UAnimNotifyState_ClothOptions::AreaStiffness' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, TetherStiffness) == 0x0000E8, "Member 'UAnimNotifyState_ClothOptions::TetherStiffness' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, DampingCoefficient) == 0x0000F0, "Member 'UAnimNotifyState_ClothOptions::DampingCoefficient' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, DragCoefficient) == 0x0000F8, "Member 'UAnimNotifyState_ClothOptions::DragCoefficient' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, LiftCoefficient) == 0x000100, "Member 'UAnimNotifyState_ClothOptions::LiftCoefficient' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, AdditionalWindVelocity) == 0x000108, "Member 'UAnimNotifyState_ClothOptions::AdditionalWindVelocity' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, GravityScale) == 0x000110, "Member 'UAnimNotifyState_ClothOptions::GravityScale' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, GravityOverride) == 0x000118, "Member 'UAnimNotifyState_ClothOptions::GravityOverride' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, AnimDriveStiffness) == 0x000120, "Member 'UAnimNotifyState_ClothOptions::AnimDriveStiffness' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, AnimDriveDamping) == 0x000128, "Member 'UAnimNotifyState_ClothOptions::AnimDriveDamping' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, WindVelocityScale) == 0x000130, "Member 'UAnimNotifyState_ClothOptions::WindVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, LinearVelocityScale) == 0x000138, "Member 'UAnimNotifyState_ClothOptions::LinearVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, AngularVelocityScale) == 0x000140, "Member 'UAnimNotifyState_ClothOptions::AngularVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_ClothOptions, FictitiousAngularScale) == 0x000148, "Member 'UAnimNotifyState_ClothOptions::FictitiousAngularScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntProvider_GetIntBP \ static_assert(alignof(IntProvider_GetIntBP) == 0x000008, "Wrong alignment on IntProvider_GetIntBP"); \ static_assert(sizeof(IntProvider_GetIntBP) == 0x000010, "Wrong size on IntProvider_GetIntBP"); \ static_assert(offsetof(IntProvider_GetIntBP, Context) == 0x000000, "Member 'IntProvider_GetIntBP::Context' has a wrong offset!"); \ static_assert(offsetof(IntProvider_GetIntBP, ReturnValue) == 0x000008, "Member 'IntProvider_GetIntBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIntProvider \ static_assert(alignof(UIntProvider) == 0x000008, "Wrong alignment on UIntProvider"); \ static_assert(sizeof(UIntProvider) == 0x000028, "Wrong size on UIntProvider"); \ #define DUMPER7_ASSERTS_UInt_FallbackChain \ static_assert(alignof(UInt_FallbackChain) == 0x000008, "Wrong alignment on UInt_FallbackChain"); \ static_assert(sizeof(UInt_FallbackChain) == 0x000038, "Wrong size on UInt_FallbackChain"); \ static_assert(offsetof(UInt_FallbackChain, Entries) == 0x000028, "Member 'UInt_FallbackChain::Entries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PoseSampler_AmbientEyes_OnDialogueLineAnimFinished \ static_assert(alignof(PoseSampler_AmbientEyes_OnDialogueLineAnimFinished) == 0x000001, "Wrong alignment on PoseSampler_AmbientEyes_OnDialogueLineAnimFinished"); \ static_assert(sizeof(PoseSampler_AmbientEyes_OnDialogueLineAnimFinished) == 0x000001, "Wrong size on PoseSampler_AmbientEyes_OnDialogueLineAnimFinished"); \ static_assert(offsetof(PoseSampler_AmbientEyes_OnDialogueLineAnimFinished, bCancelled) == 0x000000, "Member 'PoseSampler_AmbientEyes_OnDialogueLineAnimFinished::bCancelled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PoseSampler_AmbientEyes_OnDialogueLineAnimStarted \ static_assert(alignof(PoseSampler_AmbientEyes_OnDialogueLineAnimStarted) == 0x000004, "Wrong alignment on PoseSampler_AmbientEyes_OnDialogueLineAnimStarted"); \ static_assert(sizeof(PoseSampler_AmbientEyes_OnDialogueLineAnimStarted) == 0x00000C, "Wrong size on PoseSampler_AmbientEyes_OnDialogueLineAnimStarted"); \ static_assert(offsetof(PoseSampler_AmbientEyes_OnDialogueLineAnimStarted, DialogueID) == 0x000000, "Member 'PoseSampler_AmbientEyes_OnDialogueLineAnimStarted::DialogueID' has a wrong offset!"); \ static_assert(offsetof(PoseSampler_AmbientEyes_OnDialogueLineAnimStarted, WorldTime) == 0x000008, "Member 'PoseSampler_AmbientEyes_OnDialogueLineAnimStarted::WorldTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPoseSampler_AmbientEyes \ static_assert(alignof(UPoseSampler_AmbientEyes) == 0x000008, "Wrong alignment on UPoseSampler_AmbientEyes"); \ static_assert(sizeof(UPoseSampler_AmbientEyes) == 0x0001D0, "Wrong size on UPoseSampler_AmbientEyes"); \ static_assert(offsetof(UPoseSampler_AmbientEyes, LODThreshold) == 0x000048, "Member 'UPoseSampler_AmbientEyes::LODThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimRequest_AmbientEyes \ static_assert(alignof(UAnimRequest_AmbientEyes) == 0x000008, "Wrong alignment on UAnimRequest_AmbientEyes"); \ static_assert(sizeof(UAnimRequest_AmbientEyes) == 0x000038, "Wrong size on UAnimRequest_AmbientEyes"); \ static_assert(offsetof(UAnimRequest_AmbientEyes, PoseSampler) == 0x000030, "Member 'UAnimRequest_AmbientEyes::PoseSampler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBool_NOT \ static_assert(alignof(UBool_NOT) == 0x000008, "Wrong alignment on UBool_NOT"); \ static_assert(sizeof(UBool_NOT) == 0x000030, "Wrong size on UBool_NOT"); \ static_assert(offsetof(UBool_NOT, Child) == 0x000028, "Member 'UBool_NOT::Child' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationPreset_FinalTransform_MoveRelative \ static_assert(alignof(UConversationPreset_FinalTransform_MoveRelative) == 0x000008, "Wrong alignment on UConversationPreset_FinalTransform_MoveRelative"); \ static_assert(sizeof(UConversationPreset_FinalTransform_MoveRelative) == 0x000040, "Wrong size on UConversationPreset_FinalTransform_MoveRelative"); \ static_assert(offsetof(UConversationPreset_FinalTransform_MoveRelative, PositionDirectionAngle) == 0x000028, "Member 'UConversationPreset_FinalTransform_MoveRelative::PositionDirectionAngle' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_FinalTransform_MoveRelative, MinDistance) == 0x00002C, "Member 'UConversationPreset_FinalTransform_MoveRelative::MinDistance' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_FinalTransform_MoveRelative, StepDistance) == 0x000030, "Member 'UConversationPreset_FinalTransform_MoveRelative::StepDistance' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_FinalTransform_MoveRelative, MaxSteps) == 0x000034, "Member 'UConversationPreset_FinalTransform_MoveRelative::MaxSteps' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_FinalTransform_MoveRelative, RotationOffset) == 0x000038, "Member 'UConversationPreset_FinalTransform_MoveRelative::RotationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationPreset_FinalTransform_MoveRelative_Initial \ static_assert(alignof(UConversationPreset_FinalTransform_MoveRelative_Initial) == 0x000008, "Wrong alignment on UConversationPreset_FinalTransform_MoveRelative_Initial"); \ static_assert(sizeof(UConversationPreset_FinalTransform_MoveRelative_Initial) == 0x000040, "Wrong size on UConversationPreset_FinalTransform_MoveRelative_Initial"); \ #define DUMPER7_ASSERTS_UAnimRequest_Dialogue \ static_assert(alignof(UAnimRequest_Dialogue) == 0x000010, "Wrong alignment on UAnimRequest_Dialogue"); \ static_assert(sizeof(UAnimRequest_Dialogue) == 0x0005F0, "Wrong size on UAnimRequest_Dialogue"); \ static_assert(offsetof(UAnimRequest_Dialogue, FacialDialogueMouthOnlyTrack) == 0x000040, "Member 'UAnimRequest_Dialogue::FacialDialogueMouthOnlyTrack' has a wrong offset!"); \ static_assert(offsetof(UAnimRequest_Dialogue, FacialDialogueFaceOnlyTrack) == 0x000210, "Member 'UAnimRequest_Dialogue::FacialDialogueFaceOnlyTrack' has a wrong offset!"); \ static_assert(offsetof(UAnimRequest_Dialogue, FacialDialogueHeadOnlyTrack) == 0x0003E0, "Member 'UAnimRequest_Dialogue::FacialDialogueHeadOnlyTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimRequest_FacialAnimation \ static_assert(alignof(UAnimRequest_FacialAnimation) == 0x000010, "Wrong alignment on UAnimRequest_FacialAnimation"); \ static_assert(sizeof(UAnimRequest_FacialAnimation) == 0x000410, "Wrong size on UAnimRequest_FacialAnimation"); \ static_assert(offsetof(UAnimRequest_FacialAnimation, FacialEmotionTrackA) == 0x000040, "Member 'UAnimRequest_FacialAnimation::FacialEmotionTrackA' has a wrong offset!"); \ static_assert(offsetof(UAnimRequest_FacialAnimation, FacialEmotionTrackB) == 0x000210, "Member 'UAnimRequest_FacialAnimation::FacialEmotionTrackB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObject_Spawn \ static_assert(alignof(UObject_Spawn) == 0x000008, "Wrong alignment on UObject_Spawn"); \ static_assert(sizeof(UObject_Spawn) == 0x000040, "Wrong size on UObject_Spawn"); \ static_assert(offsetof(UObject_Spawn, ParentObject) == 0x000028, "Member 'UObject_Spawn::ParentObject' has a wrong offset!"); \ static_assert(offsetof(UObject_Spawn, ObjectClass) == 0x000030, "Member 'UObject_Spawn::ObjectClass' has a wrong offset!"); \ static_assert(offsetof(UObject_Spawn, ObjectName) == 0x000038, "Member 'UObject_Spawn::ObjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimRequest_FacialEmotion \ static_assert(alignof(UAnimRequest_FacialEmotion) == 0x000010, "Wrong alignment on UAnimRequest_FacialEmotion"); \ static_assert(sizeof(UAnimRequest_FacialEmotion) == 0x000420, "Wrong size on UAnimRequest_FacialEmotion"); \ static_assert(offsetof(UAnimRequest_FacialEmotion, FacialEmotionTrackA) == 0x000040, "Member 'UAnimRequest_FacialEmotion::FacialEmotionTrackA' has a wrong offset!"); \ static_assert(offsetof(UAnimRequest_FacialEmotion, FacialEmotionTrackB) == 0x000220, "Member 'UAnimRequest_FacialEmotion::FacialEmotionTrackB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAnimRequestProvider \ static_assert(alignof(IAnimRequestProvider) == 0x000001, "Wrong alignment on IAnimRequestProvider"); \ static_assert(sizeof(IAnimRequestProvider) == 0x000001, "Wrong size on IAnimRequestProvider"); \ #define DUMPER7_ASSERTS_UDebugWindow \ static_assert(alignof(UDebugWindow) == 0x000008, "Wrong alignment on UDebugWindow"); \ static_assert(sizeof(UDebugWindow) == 0x000040, "Wrong size on UDebugWindow"); \ #define DUMPER7_ASSERTS_UDebugAnimationTargets \ static_assert(alignof(UDebugAnimationTargets) == 0x000008, "Wrong alignment on UDebugAnimationTargets"); \ static_assert(sizeof(UDebugAnimationTargets) == 0x0000C8, "Wrong size on UDebugAnimationTargets"); \ static_assert(offsetof(UDebugAnimationTargets, DebugActor) == 0x000040, "Member 'UDebugAnimationTargets::DebugActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimTag_Conditional \ static_assert(alignof(UAnimTag_Conditional) == 0x000008, "Wrong alignment on UAnimTag_Conditional"); \ static_assert(sizeof(UAnimTag_Conditional) == 0x000038, "Wrong size on UAnimTag_Conditional"); \ static_assert(offsetof(UAnimTag_Conditional, Condition) == 0x000028, "Member 'UAnimTag_Conditional::Condition' has a wrong offset!"); \ static_assert(offsetof(UAnimTag_Conditional, TagProvider) == 0x000030, "Member 'UAnimTag_Conditional::TagProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimTag_FallbackChain \ static_assert(alignof(UAnimTag_FallbackChain) == 0x000008, "Wrong alignment on UAnimTag_FallbackChain"); \ static_assert(sizeof(UAnimTag_FallbackChain) == 0x000038, "Wrong size on UAnimTag_FallbackChain"); \ static_assert(offsetof(UAnimTag_FallbackChain, Entries) == 0x000028, "Member 'UAnimTag_FallbackChain::Entries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UName_ConversationCameraRegistration \ static_assert(alignof(UName_ConversationCameraRegistration) == 0x000008, "Wrong alignment on UName_ConversationCameraRegistration"); \ static_assert(sizeof(UName_ConversationCameraRegistration) == 0x000030, "Wrong size on UName_ConversationCameraRegistration"); \ static_assert(offsetof(UName_ConversationCameraRegistration, Camera) == 0x000028, "Member 'UName_ConversationCameraRegistration::Camera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAvaAnimationMovementInterface \ static_assert(alignof(IAvaAnimationMovementInterface) == 0x000001, "Wrong alignment on IAvaAnimationMovementInterface"); \ static_assert(sizeof(IAvaAnimationMovementInterface) == 0x000001, "Wrong size on IAvaAnimationMovementInterface"); \ #define DUMPER7_ASSERTS_UBool_AND \ static_assert(alignof(UBool_AND) == 0x000008, "Wrong alignment on UBool_AND"); \ static_assert(sizeof(UBool_AND) == 0x000038, "Wrong size on UBool_AND"); \ static_assert(offsetof(UBool_AND, Children) == 0x000028, "Member 'UBool_AND::Children' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBool_OR \ static_assert(alignof(UBool_OR) == 0x000008, "Wrong alignment on UBool_OR"); \ static_assert(sizeof(UBool_OR) == 0x000038, "Wrong size on UBool_OR"); \ static_assert(offsetof(UBool_OR, Children) == 0x000028, "Member 'UBool_OR::Children' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBool_XOR \ static_assert(alignof(UBool_XOR) == 0x000008, "Wrong alignment on UBool_XOR"); \ static_assert(sizeof(UBool_XOR) == 0x000038, "Wrong size on UBool_XOR"); \ static_assert(offsetof(UBool_XOR, Children) == 0x000028, "Member 'UBool_XOR::Children' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBool_Direct \ static_assert(alignof(UBool_Direct) == 0x000008, "Wrong alignment on UBool_Direct"); \ static_assert(sizeof(UBool_Direct) == 0x000030, "Wrong size on UBool_Direct"); \ static_assert(offsetof(UBool_Direct, Value) == 0x000028, "Member 'UBool_Direct::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPAnimationClipProvider_GetAnimationClipBP \ static_assert(alignof(BPAnimationClipProvider_GetAnimationClipBP) == 0x000008, "Wrong alignment on BPAnimationClipProvider_GetAnimationClipBP"); \ static_assert(sizeof(BPAnimationClipProvider_GetAnimationClipBP) == 0x000018, "Wrong size on BPAnimationClipProvider_GetAnimationClipBP"); \ static_assert(offsetof(BPAnimationClipProvider_GetAnimationClipBP, Caller) == 0x000000, "Member 'BPAnimationClipProvider_GetAnimationClipBP::Caller' has a wrong offset!"); \ static_assert(offsetof(BPAnimationClipProvider_GetAnimationClipBP, OutAnimClip) == 0x000008, "Member 'BPAnimationClipProvider_GetAnimationClipBP::OutAnimClip' has a wrong offset!"); \ static_assert(offsetof(BPAnimationClipProvider_GetAnimationClipBP, ReturnValue) == 0x000010, "Member 'BPAnimationClipProvider_GetAnimationClipBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPAnimationClipProvider \ static_assert(alignof(UBPAnimationClipProvider) == 0x000008, "Wrong alignment on UBPAnimationClipProvider"); \ static_assert(sizeof(UBPAnimationClipProvider) == 0x000028, "Wrong size on UBPAnimationClipProvider"); \ #define DUMPER7_ASSERTS_UCameraFixupOperation \ static_assert(alignof(UCameraFixupOperation) == 0x000008, "Wrong alignment on UCameraFixupOperation"); \ static_assert(sizeof(UCameraFixupOperation) == 0x000030, "Wrong size on UCameraFixupOperation"); \ static_assert(offsetof(UCameraFixupOperation, Enabled) == 0x000028, "Member 'UCameraFixupOperation::Enabled' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupOperation, IgnorePreviousStateTime) == 0x00002C, "Member 'UCameraFixupOperation::IgnorePreviousStateTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupAdjustHeightOperation \ static_assert(alignof(UCameraFixupAdjustHeightOperation) == 0x000008, "Wrong alignment on UCameraFixupAdjustHeightOperation"); \ static_assert(sizeof(UCameraFixupAdjustHeightOperation) == 0x000070, "Wrong size on UCameraFixupAdjustHeightOperation"); \ static_assert(offsetof(UCameraFixupAdjustHeightOperation, HeightTarget) == 0x000030, "Member 'UCameraFixupAdjustHeightOperation::HeightTarget' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAdjustHeightOperation, HeightOffset) == 0x000038, "Member 'UCameraFixupAdjustHeightOperation::HeightOffset' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAdjustHeightOperation, HeightOffsetProvider) == 0x000040, "Member 'UCameraFixupAdjustHeightOperation::HeightOffsetProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAdjustHeightOperation, TargetLagSpeed) == 0x00004C, "Member 'UCameraFixupAdjustHeightOperation::TargetLagSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAdjustHeightOperation, TargetLagSpeedProvider) == 0x000050, "Member 'UCameraFixupAdjustHeightOperation::TargetLagSpeedProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAdjustHeightOperation, TargetLagMaxDistance) == 0x000058, "Member 'UCameraFixupAdjustHeightOperation::TargetLagMaxDistance' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAdjustHeightOperation, TargetLagMaxDistanceProvider) == 0x000060, "Member 'UCameraFixupAdjustHeightOperation::TargetLagMaxDistanceProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupAdjustHeightOperationState \ static_assert(alignof(UCameraFixupAdjustHeightOperationState) == 0x000008, "Wrong alignment on UCameraFixupAdjustHeightOperationState"); \ static_assert(sizeof(UCameraFixupAdjustHeightOperationState) == 0x000078, "Wrong size on UCameraFixupAdjustHeightOperationState"); \ static_assert(offsetof(UCameraFixupAdjustHeightOperationState, HeightTarget) == 0x000058, "Member 'UCameraFixupAdjustHeightOperationState::HeightTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupAimAtOperation \ static_assert(alignof(UCameraFixupAimAtOperation) == 0x000008, "Wrong alignment on UCameraFixupAimAtOperation"); \ static_assert(sizeof(UCameraFixupAimAtOperation) == 0x0000E8, "Wrong size on UCameraFixupAimAtOperation"); \ static_assert(offsetof(UCameraFixupAimAtOperation, AimTarget) == 0x000030, "Member 'UCameraFixupAimAtOperation::AimTarget' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, HorizontalDamping) == 0x00003C, "Member 'UCameraFixupAimAtOperation::HorizontalDamping' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, HorizontalDampingProvider) == 0x000040, "Member 'UCameraFixupAimAtOperation::HorizontalDampingProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, VerticalDamping) == 0x000048, "Member 'UCameraFixupAimAtOperation::VerticalDamping' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, VerticalDampingProvider) == 0x000050, "Member 'UCameraFixupAimAtOperation::VerticalDampingProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, ScreenX) == 0x000058, "Member 'UCameraFixupAimAtOperation::ScreenX' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, ScreenXProvider) == 0x000060, "Member 'UCameraFixupAimAtOperation::ScreenXProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, ScreenY) == 0x000068, "Member 'UCameraFixupAimAtOperation::ScreenY' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, ScreenYProvider) == 0x000070, "Member 'UCameraFixupAimAtOperation::ScreenYProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, DeadZoneWidth) == 0x000078, "Member 'UCameraFixupAimAtOperation::DeadZoneWidth' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, DeadZoneWidthProvider) == 0x000080, "Member 'UCameraFixupAimAtOperation::DeadZoneWidthProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, DeadZoneHeight) == 0x000088, "Member 'UCameraFixupAimAtOperation::DeadZoneHeight' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, DeadZoneHeightProvider) == 0x000090, "Member 'UCameraFixupAimAtOperation::DeadZoneHeightProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, SoftZoneWidth) == 0x000098, "Member 'UCameraFixupAimAtOperation::SoftZoneWidth' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, SoftZoneWidthProvider) == 0x0000A0, "Member 'UCameraFixupAimAtOperation::SoftZoneWidthProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, SoftZoneHeight) == 0x0000A8, "Member 'UCameraFixupAimAtOperation::SoftZoneHeight' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, SoftZoneHeightProvider) == 0x0000B0, "Member 'UCameraFixupAimAtOperation::SoftZoneHeightProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, BiasX) == 0x0000B8, "Member 'UCameraFixupAimAtOperation::BiasX' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, BiasXProvider) == 0x0000C0, "Member 'UCameraFixupAimAtOperation::BiasXProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, BiasY) == 0x0000C8, "Member 'UCameraFixupAimAtOperation::BiasY' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, BiasYProvider) == 0x0000D0, "Member 'UCameraFixupAimAtOperation::BiasYProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, CameraPositionMaxFrameDeltaProvider) == 0x0000D8, "Member 'UCameraFixupAimAtOperation::CameraPositionMaxFrameDeltaProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimAtOperation, AimTargetMaxFrameDeltaProvider) == 0x0000E0, "Member 'UCameraFixupAimAtOperation::AimTargetMaxFrameDeltaProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupAimAtOperationState \ static_assert(alignof(UCameraFixupAimAtOperationState) == 0x000010, "Wrong alignment on UCameraFixupAimAtOperationState"); \ static_assert(sizeof(UCameraFixupAimAtOperationState) == 0x000130, "Wrong size on UCameraFixupAimAtOperationState"); \ static_assert(offsetof(UCameraFixupAimAtOperationState, AimTarget) == 0x0000D0, "Member 'UCameraFixupAimAtOperationState::AimTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupAimWithPivotOperation \ static_assert(alignof(UCameraFixupAimWithPivotOperation) == 0x000008, "Wrong alignment on UCameraFixupAimWithPivotOperation"); \ static_assert(sizeof(UCameraFixupAimWithPivotOperation) == 0x000060, "Wrong size on UCameraFixupAimWithPivotOperation"); \ static_assert(offsetof(UCameraFixupAimWithPivotOperation, AimTarget) == 0x000030, "Member 'UCameraFixupAimWithPivotOperation::AimTarget' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimWithPivotOperation, TargetLagSpeed) == 0x00003C, "Member 'UCameraFixupAimWithPivotOperation::TargetLagSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimWithPivotOperation, TargetLagSpeedProvider) == 0x000040, "Member 'UCameraFixupAimWithPivotOperation::TargetLagSpeedProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimWithPivotOperation, TargetLagMaxDistance) == 0x000048, "Member 'UCameraFixupAimWithPivotOperation::TargetLagMaxDistance' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAimWithPivotOperation, TargetLagMaxDistanceProvider) == 0x000050, "Member 'UCameraFixupAimWithPivotOperation::TargetLagMaxDistanceProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupAimWithPivotOperationState \ static_assert(alignof(UCameraFixupAimWithPivotOperationState) == 0x000008, "Wrong alignment on UCameraFixupAimWithPivotOperationState"); \ static_assert(sizeof(UCameraFixupAimWithPivotOperationState) == 0x000070, "Wrong size on UCameraFixupAimWithPivotOperationState"); \ static_assert(offsetof(UCameraFixupAimWithPivotOperationState, AimTarget) == 0x000050, "Member 'UCameraFixupAimWithPivotOperationState::AimTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraFixupComponent_GetTarget \ static_assert(alignof(CameraFixupComponent_GetTarget) == 0x000004, "Wrong alignment on CameraFixupComponent_GetTarget"); \ static_assert(sizeof(CameraFixupComponent_GetTarget) == 0x000010, "Wrong size on CameraFixupComponent_GetTarget"); \ static_assert(offsetof(CameraFixupComponent_GetTarget, bOutHasValidTarget) == 0x000000, "Member 'CameraFixupComponent_GetTarget::bOutHasValidTarget' has a wrong offset!"); \ static_assert(offsetof(CameraFixupComponent_GetTarget, ReturnValue) == 0x000004, "Member 'CameraFixupComponent_GetTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraFixupComponent_LightRigBlueprintShowDebug \ static_assert(alignof(CameraFixupComponent_LightRigBlueprintShowDebug) == 0x000008, "Wrong alignment on CameraFixupComponent_LightRigBlueprintShowDebug"); \ static_assert(sizeof(CameraFixupComponent_LightRigBlueprintShowDebug) == 0x000008, "Wrong size on CameraFixupComponent_LightRigBlueprintShowDebug"); \ static_assert(offsetof(CameraFixupComponent_LightRigBlueprintShowDebug, LightRigActor) == 0x000000, "Member 'CameraFixupComponent_LightRigBlueprintShowDebug::LightRigActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupComponent \ static_assert(alignof(UCameraFixupComponent) == 0x000008, "Wrong alignment on UCameraFixupComponent"); \ static_assert(sizeof(UCameraFixupComponent) == 0x0001A0, "Wrong size on UCameraFixupComponent"); \ static_assert(offsetof(UCameraFixupComponent, LastCameraFixupOperations) == 0x000198, "Member 'UCameraFixupComponent::LastCameraFixupOperations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupNoiseOperations \ static_assert(alignof(UCameraFixupNoiseOperations) == 0x000008, "Wrong alignment on UCameraFixupNoiseOperations"); \ static_assert(sizeof(UCameraFixupNoiseOperations) == 0x000060, "Wrong size on UCameraFixupNoiseOperations"); \ static_assert(offsetof(UCameraFixupNoiseOperations, XPositionProvider) == 0x000030, "Member 'UCameraFixupNoiseOperations::XPositionProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupNoiseOperations, YPositionProvider) == 0x000038, "Member 'UCameraFixupNoiseOperations::YPositionProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupNoiseOperations, ZPositionProvider) == 0x000040, "Member 'UCameraFixupNoiseOperations::ZPositionProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupNoiseOperations, PitchAngleProvider) == 0x000048, "Member 'UCameraFixupNoiseOperations::PitchAngleProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupNoiseOperations, YawAngleProvider) == 0x000050, "Member 'UCameraFixupNoiseOperations::YawAngleProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupNoiseOperations, RollAngleProvider) == 0x000058, "Member 'UCameraFixupNoiseOperations::RollAngleProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupNoiseOperation \ static_assert(alignof(UCameraFixupNoiseOperation) == 0x000008, "Wrong alignment on UCameraFixupNoiseOperation"); \ static_assert(sizeof(UCameraFixupNoiseOperation) == 0x000090, "Wrong size on UCameraFixupNoiseOperation"); \ static_assert(offsetof(UCameraFixupNoiseOperation, AssetTags) == 0x000038, "Member 'UCameraFixupNoiseOperation::AssetTags' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupNoiseOperation, ExplicitAsset) == 0x000058, "Member 'UCameraFixupNoiseOperation::ExplicitAsset' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupNoiseOperation, XPositionProvider) == 0x000060, "Member 'UCameraFixupNoiseOperation::XPositionProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupNoiseOperation, YPositionProvider) == 0x000068, "Member 'UCameraFixupNoiseOperation::YPositionProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupNoiseOperation, ZPositionProvider) == 0x000070, "Member 'UCameraFixupNoiseOperation::ZPositionProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupNoiseOperation, PitchAngleProvider) == 0x000078, "Member 'UCameraFixupNoiseOperation::PitchAngleProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupNoiseOperation, YawAngleProvider) == 0x000080, "Member 'UCameraFixupNoiseOperation::YawAngleProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupNoiseOperation, RollAngleProvider) == 0x000088, "Member 'UCameraFixupNoiseOperation::RollAngleProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupNoiseOperationState \ static_assert(alignof(UCameraFixupNoiseOperationState) == 0x000008, "Wrong alignment on UCameraFixupNoiseOperationState"); \ static_assert(sizeof(UCameraFixupNoiseOperationState) == 0x000068, "Wrong size on UCameraFixupNoiseOperationState"); \ static_assert(offsetof(UCameraFixupNoiseOperationState, CameraFixupNoiseOperations) == 0x000040, "Member 'UCameraFixupNoiseOperationState::CameraFixupNoiseOperations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupSetAnglesOperation \ static_assert(alignof(UCameraFixupSetAnglesOperation) == 0x000008, "Wrong alignment on UCameraFixupSetAnglesOperation"); \ static_assert(sizeof(UCameraFixupSetAnglesOperation) == 0x000060, "Wrong size on UCameraFixupSetAnglesOperation"); \ static_assert(offsetof(UCameraFixupSetAnglesOperation, PitchAngle) == 0x000034, "Member 'UCameraFixupSetAnglesOperation::PitchAngle' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetAnglesOperation, PitchAngleProvider) == 0x000038, "Member 'UCameraFixupSetAnglesOperation::PitchAngleProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetAnglesOperation, YawAngle) == 0x000044, "Member 'UCameraFixupSetAnglesOperation::YawAngle' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetAnglesOperation, YawAngleProvider) == 0x000048, "Member 'UCameraFixupSetAnglesOperation::YawAngleProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetAnglesOperation, RollAngle) == 0x000054, "Member 'UCameraFixupSetAnglesOperation::RollAngle' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetAnglesOperation, RollAngleProvider) == 0x000058, "Member 'UCameraFixupSetAnglesOperation::RollAngleProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupSetFocusDistanceOperation \ static_assert(alignof(UCameraFixupSetFocusDistanceOperation) == 0x000008, "Wrong alignment on UCameraFixupSetFocusDistanceOperation"); \ static_assert(sizeof(UCameraFixupSetFocusDistanceOperation) == 0x000048, "Wrong size on UCameraFixupSetFocusDistanceOperation"); \ static_assert(offsetof(UCameraFixupSetFocusDistanceOperation, DistanceTarget) == 0x000030, "Member 'UCameraFixupSetFocusDistanceOperation::DistanceTarget' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetFocusDistanceOperation, DistanceOffsetProvider) == 0x000038, "Member 'UCameraFixupSetFocusDistanceOperation::DistanceOffsetProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetFocusDistanceOperation, DistanceOffset) == 0x000040, "Member 'UCameraFixupSetFocusDistanceOperation::DistanceOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupSetFocusDistanceOperationState \ static_assert(alignof(UCameraFixupSetFocusDistanceOperationState) == 0x000008, "Wrong alignment on UCameraFixupSetFocusDistanceOperationState"); \ static_assert(sizeof(UCameraFixupSetFocusDistanceOperationState) == 0x000060, "Wrong size on UCameraFixupSetFocusDistanceOperationState"); \ static_assert(offsetof(UCameraFixupSetFocusDistanceOperationState, DistanceTarget) == 0x000048, "Member 'UCameraFixupSetFocusDistanceOperationState::DistanceTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupSetPositionMethod \ static_assert(alignof(UCameraFixupSetPositionMethod) == 0x000008, "Wrong alignment on UCameraFixupSetPositionMethod"); \ static_assert(sizeof(UCameraFixupSetPositionMethod) == 0x000028, "Wrong size on UCameraFixupSetPositionMethod"); \ #define DUMPER7_ASSERTS_UCameraFixupSetPositionMethodState \ static_assert(alignof(UCameraFixupSetPositionMethodState) == 0x000008, "Wrong alignment on UCameraFixupSetPositionMethodState"); \ static_assert(sizeof(UCameraFixupSetPositionMethodState) == 0x000040, "Wrong size on UCameraFixupSetPositionMethodState"); \ static_assert(offsetof(UCameraFixupSetPositionMethodState, Context) == 0x000038, "Member 'UCameraFixupSetPositionMethodState::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupSetPositionOperation \ static_assert(alignof(UCameraFixupSetPositionOperation) == 0x000008, "Wrong alignment on UCameraFixupSetPositionOperation"); \ static_assert(sizeof(UCameraFixupSetPositionOperation) == 0x000038, "Wrong size on UCameraFixupSetPositionOperation"); \ static_assert(offsetof(UCameraFixupSetPositionOperation, Method) == 0x000030, "Member 'UCameraFixupSetPositionOperation::Method' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupSetPositionOperationState \ static_assert(alignof(UCameraFixupSetPositionOperationState) == 0x000008, "Wrong alignment on UCameraFixupSetPositionOperationState"); \ static_assert(sizeof(UCameraFixupSetPositionOperationState) == 0x000048, "Wrong size on UCameraFixupSetPositionOperationState"); \ static_assert(offsetof(UCameraFixupSetPositionOperationState, MethodState) == 0x000040, "Member 'UCameraFixupSetPositionOperationState::MethodState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupSetPositionTumbleMethod \ static_assert(alignof(UCameraFixupSetPositionTumbleMethod) == 0x000008, "Wrong alignment on UCameraFixupSetPositionTumbleMethod"); \ static_assert(sizeof(UCameraFixupSetPositionTumbleMethod) == 0x000060, "Wrong size on UCameraFixupSetPositionTumbleMethod"); \ static_assert(offsetof(UCameraFixupSetPositionTumbleMethod, Target) == 0x000028, "Member 'UCameraFixupSetPositionTumbleMethod::Target' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetPositionTumbleMethod, Distance) == 0x000034, "Member 'UCameraFixupSetPositionTumbleMethod::Distance' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetPositionTumbleMethod, DistanceProvider) == 0x000038, "Member 'UCameraFixupSetPositionTumbleMethod::DistanceProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetPositionTumbleMethod, PitchAngle) == 0x000040, "Member 'UCameraFixupSetPositionTumbleMethod::PitchAngle' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetPositionTumbleMethod, PitchAngleProvider) == 0x000048, "Member 'UCameraFixupSetPositionTumbleMethod::PitchAngleProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetPositionTumbleMethod, YawAngle) == 0x000050, "Member 'UCameraFixupSetPositionTumbleMethod::YawAngle' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetPositionTumbleMethod, YawAngleProvider) == 0x000058, "Member 'UCameraFixupSetPositionTumbleMethod::YawAngleProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupSetPositionTumbleMethodState \ static_assert(alignof(UCameraFixupSetPositionTumbleMethodState) == 0x000010, "Wrong alignment on UCameraFixupSetPositionTumbleMethodState"); \ static_assert(sizeof(UCameraFixupSetPositionTumbleMethodState) == 0x000090, "Wrong size on UCameraFixupSetPositionTumbleMethodState"); \ static_assert(offsetof(UCameraFixupSetPositionTumbleMethodState, Target) == 0x000050, "Member 'UCameraFixupSetPositionTumbleMethodState::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupSetPositionXYZMethod \ static_assert(alignof(UCameraFixupSetPositionXYZMethod) == 0x000008, "Wrong alignment on UCameraFixupSetPositionXYZMethod"); \ static_assert(sizeof(UCameraFixupSetPositionXYZMethod) == 0x000048, "Wrong size on UCameraFixupSetPositionXYZMethod"); \ static_assert(offsetof(UCameraFixupSetPositionXYZMethod, Target) == 0x000028, "Member 'UCameraFixupSetPositionXYZMethod::Target' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetPositionXYZMethod, Position) == 0x000034, "Member 'UCameraFixupSetPositionXYZMethod::Position' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetPositionXYZMethod, PositionProvider) == 0x000040, "Member 'UCameraFixupSetPositionXYZMethod::PositionProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupSetPositionXYZMethodState \ static_assert(alignof(UCameraFixupSetPositionXYZMethodState) == 0x000010, "Wrong alignment on UCameraFixupSetPositionXYZMethodState"); \ static_assert(sizeof(UCameraFixupSetPositionXYZMethodState) == 0x000090, "Wrong size on UCameraFixupSetPositionXYZMethodState"); \ static_assert(offsetof(UCameraFixupSetPositionXYZMethodState, Target) == 0x000050, "Member 'UCameraFixupSetPositionXYZMethodState::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupSetPropertiesOperation \ static_assert(alignof(UCameraFixupSetPropertiesOperation) == 0x000008, "Wrong alignment on UCameraFixupSetPropertiesOperation"); \ static_assert(sizeof(UCameraFixupSetPropertiesOperation) == 0x000068, "Wrong size on UCameraFixupSetPropertiesOperation"); \ static_assert(offsetof(UCameraFixupSetPropertiesOperation, FocusDistance) == 0x000034, "Member 'UCameraFixupSetPropertiesOperation::FocusDistance' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetPropertiesOperation, FocusDistanceProvider) == 0x000038, "Member 'UCameraFixupSetPropertiesOperation::FocusDistanceProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetPropertiesOperation, Aperture) == 0x000044, "Member 'UCameraFixupSetPropertiesOperation::Aperture' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetPropertiesOperation, ApertureProvider) == 0x000048, "Member 'UCameraFixupSetPropertiesOperation::ApertureProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetPropertiesOperation, FocalLength) == 0x000054, "Member 'UCameraFixupSetPropertiesOperation::FocalLength' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupSetPropertiesOperation, FocalLengthProvider) == 0x000058, "Member 'UCameraFixupSetPropertiesOperation::FocalLengthProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupSetPropertiesOperationState \ static_assert(alignof(UCameraFixupSetPropertiesOperationState) == 0x000008, "Wrong alignment on UCameraFixupSetPropertiesOperationState"); \ static_assert(sizeof(UCameraFixupSetPropertiesOperationState) == 0x000050, "Wrong size on UCameraFixupSetPropertiesOperationState"); \ #define DUMPER7_ASSERTS_UCameraFixupSetTargetOperation \ static_assert(alignof(UCameraFixupSetTargetOperation) == 0x000008, "Wrong alignment on UCameraFixupSetTargetOperation"); \ static_assert(sizeof(UCameraFixupSetTargetOperation) == 0x000040, "Wrong size on UCameraFixupSetTargetOperation"); \ static_assert(offsetof(UCameraFixupSetTargetOperation, Target) == 0x000030, "Member 'UCameraFixupSetTargetOperation::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupSetTargetOperationState \ static_assert(alignof(UCameraFixupSetTargetOperationState) == 0x000008, "Wrong alignment on UCameraFixupSetTargetOperationState"); \ static_assert(sizeof(UCameraFixupSetTargetOperationState) == 0x000060, "Wrong size on UCameraFixupSetTargetOperationState"); \ static_assert(offsetof(UCameraFixupSetTargetOperationState, Target) == 0x000048, "Member 'UCameraFixupSetTargetOperationState::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ColorProvider_GetColorBP \ static_assert(alignof(ColorProvider_GetColorBP) == 0x000008, "Wrong alignment on ColorProvider_GetColorBP"); \ static_assert(sizeof(ColorProvider_GetColorBP) == 0x000020, "Wrong size on ColorProvider_GetColorBP"); \ static_assert(offsetof(ColorProvider_GetColorBP, Context) == 0x000000, "Member 'ColorProvider_GetColorBP::Context' has a wrong offset!"); \ static_assert(offsetof(ColorProvider_GetColorBP, TimeOffset) == 0x000008, "Member 'ColorProvider_GetColorBP::TimeOffset' has a wrong offset!"); \ static_assert(offsetof(ColorProvider_GetColorBP, ReturnValue) == 0x00000C, "Member 'ColorProvider_GetColorBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UColorProvider \ static_assert(alignof(UColorProvider) == 0x000008, "Wrong alignment on UColorProvider"); \ static_assert(sizeof(UColorProvider) == 0x000028, "Wrong size on UColorProvider"); \ #define DUMPER7_ASSERTS_UColor_Direct \ static_assert(alignof(UColor_Direct) == 0x000008, "Wrong alignment on UColor_Direct"); \ static_assert(sizeof(UColor_Direct) == 0x000038, "Wrong size on UColor_Direct"); \ static_assert(offsetof(UColor_Direct, Value) == 0x000028, "Member 'UColor_Direct::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationCameraRegistrations \ static_assert(alignof(UConversationCameraRegistrations) == 0x000008, "Wrong alignment on UConversationCameraRegistrations"); \ static_assert(sizeof(UConversationCameraRegistrations) == 0x000040, "Wrong size on UConversationCameraRegistrations"); \ static_assert(offsetof(UConversationCameraRegistrations, Registrations) == 0x000030, "Member 'UConversationCameraRegistrations::Registrations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationEmotions \ static_assert(alignof(UConversationEmotions) == 0x000008, "Wrong alignment on UConversationEmotions"); \ static_assert(sizeof(UConversationEmotions) == 0x000040, "Wrong size on UConversationEmotions"); \ static_assert(offsetof(UConversationEmotions, Emotions) == 0x000030, "Member 'UConversationEmotions::Emotions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationExplicitCameraShots \ static_assert(alignof(UConversationExplicitCameraShots) == 0x000008, "Wrong alignment on UConversationExplicitCameraShots"); \ static_assert(sizeof(UConversationExplicitCameraShots) == 0x000040, "Wrong size on UConversationExplicitCameraShots"); \ static_assert(offsetof(UConversationExplicitCameraShots, CameraShots) == 0x000030, "Member 'UConversationExplicitCameraShots::CameraShots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationExplicitLayeredAnimations \ static_assert(alignof(UConversationExplicitLayeredAnimations) == 0x000008, "Wrong alignment on UConversationExplicitLayeredAnimations"); \ static_assert(sizeof(UConversationExplicitLayeredAnimations) == 0x000040, "Wrong size on UConversationExplicitLayeredAnimations"); \ static_assert(offsetof(UConversationExplicitLayeredAnimations, Categories) == 0x000030, "Member 'UConversationExplicitLayeredAnimations::Categories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationExplicitPoseGroups \ static_assert(alignof(UConversationExplicitPoseGroups) == 0x000008, "Wrong alignment on UConversationExplicitPoseGroups"); \ static_assert(sizeof(UConversationExplicitPoseGroups) == 0x000040, "Wrong size on UConversationExplicitPoseGroups"); \ static_assert(offsetof(UConversationExplicitPoseGroups, PoseGroups) == 0x000030, "Member 'UConversationExplicitPoseGroups::PoseGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationLayeredAnimationWeights \ static_assert(alignof(UConversationLayeredAnimationWeights) == 0x000008, "Wrong alignment on UConversationLayeredAnimationWeights"); \ static_assert(sizeof(UConversationLayeredAnimationWeights) == 0x000040, "Wrong size on UConversationLayeredAnimationWeights"); \ static_assert(offsetof(UConversationLayeredAnimationWeights, WeightEntries) == 0x000030, "Member 'UConversationLayeredAnimationWeights::WeightEntries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationPreset_DistanceProvider \ static_assert(alignof(UConversationPreset_DistanceProvider) == 0x000008, "Wrong alignment on UConversationPreset_DistanceProvider"); \ static_assert(sizeof(UConversationPreset_DistanceProvider) == 0x000030, "Wrong size on UConversationPreset_DistanceProvider"); \ static_assert(offsetof(UConversationPreset_DistanceProvider, Enabled) == 0x000028, "Member 'UConversationPreset_DistanceProvider::Enabled' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_DistanceProvider, Proximity) == 0x000029, "Member 'UConversationPreset_DistanceProvider::Proximity' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_DistanceProvider, Force) == 0x00002A, "Member 'UConversationPreset_DistanceProvider::Force' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationPreset_DistanceProvider_Single \ static_assert(alignof(UConversationPreset_DistanceProvider_Single) == 0x000008, "Wrong alignment on UConversationPreset_DistanceProvider_Single"); \ static_assert(sizeof(UConversationPreset_DistanceProvider_Single) == 0x000038, "Wrong size on UConversationPreset_DistanceProvider_Single"); \ static_assert(offsetof(UConversationPreset_DistanceProvider_Single, Distance) == 0x000030, "Member 'UConversationPreset_DistanceProvider_Single::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationPreset_DistanceProvider_AlongLine \ static_assert(alignof(UConversationPreset_DistanceProvider_AlongLine) == 0x000008, "Wrong alignment on UConversationPreset_DistanceProvider_AlongLine"); \ static_assert(sizeof(UConversationPreset_DistanceProvider_AlongLine) == 0x000040, "Wrong size on UConversationPreset_DistanceProvider_AlongLine"); \ static_assert(offsetof(UConversationPreset_DistanceProvider_AlongLine, StartDistance) == 0x000030, "Member 'UConversationPreset_DistanceProvider_AlongLine::StartDistance' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_DistanceProvider_AlongLine, StepDistance) == 0x000034, "Member 'UConversationPreset_DistanceProvider_AlongLine::StepDistance' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_DistanceProvider_AlongLine, MaxSteps) == 0x000038, "Member 'UConversationPreset_DistanceProvider_AlongLine::MaxSteps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationPreset_RelativeInteractionActorTest \ static_assert(alignof(UConversationPreset_RelativeInteractionActorTest) == 0x000008, "Wrong alignment on UConversationPreset_RelativeInteractionActorTest"); \ static_assert(sizeof(UConversationPreset_RelativeInteractionActorTest) == 0x000030, "Wrong size on UConversationPreset_RelativeInteractionActorTest"); \ static_assert(offsetof(UConversationPreset_RelativeInteractionActorTest, Enabled) == 0x000028, "Member 'UConversationPreset_RelativeInteractionActorTest::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationPreset_RelativeInteractionActorTest_RotateInteractionActorToAvatarPosition \ static_assert(alignof(UConversationPreset_RelativeInteractionActorTest_RotateInteractionActorToAvatarPosition) == 0x000008, "Wrong alignment on UConversationPreset_RelativeInteractionActorTest_RotateInteractionActorToAvatarPosition"); \ static_assert(sizeof(UConversationPreset_RelativeInteractionActorTest_RotateInteractionActorToAvatarPosition) == 0x000030, "Wrong size on UConversationPreset_RelativeInteractionActorTest_RotateInteractionActorToAvatarPosition"); \ #define DUMPER7_ASSERTS_UConversationPreset_RelativeInteractionActorTest_KeepInteractionActorRotation \ static_assert(alignof(UConversationPreset_RelativeInteractionActorTest_KeepInteractionActorRotation) == 0x000008, "Wrong alignment on UConversationPreset_RelativeInteractionActorTest_KeepInteractionActorRotation"); \ static_assert(sizeof(UConversationPreset_RelativeInteractionActorTest_KeepInteractionActorRotation) == 0x000030, "Wrong size on UConversationPreset_RelativeInteractionActorTest_KeepInteractionActorRotation"); \ #define DUMPER7_ASSERTS_UConversationPreset_RelativeInteractionActorTest_RotateAboutInteractionActor \ static_assert(alignof(UConversationPreset_RelativeInteractionActorTest_RotateAboutInteractionActor) == 0x000008, "Wrong alignment on UConversationPreset_RelativeInteractionActorTest_RotateAboutInteractionActor"); \ static_assert(sizeof(UConversationPreset_RelativeInteractionActorTest_RotateAboutInteractionActor) == 0x000038, "Wrong size on UConversationPreset_RelativeInteractionActorTest_RotateAboutInteractionActor"); \ static_assert(offsetof(UConversationPreset_RelativeInteractionActorTest_RotateAboutInteractionActor, CheckAngleStep) == 0x000030, "Member 'UConversationPreset_RelativeInteractionActorTest_RotateAboutInteractionActor::CheckAngleStep' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_RelativeInteractionActorTest_RotateAboutInteractionActor, StartRotationToAvatar) == 0x000034, "Member 'UConversationPreset_RelativeInteractionActorTest_RotateAboutInteractionActor::StartRotationToAvatar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationPreset_CheckBetweenTest \ static_assert(alignof(UConversationPreset_CheckBetweenTest) == 0x000008, "Wrong alignment on UConversationPreset_CheckBetweenTest"); \ static_assert(sizeof(UConversationPreset_CheckBetweenTest) == 0x000030, "Wrong size on UConversationPreset_CheckBetweenTest"); \ static_assert(offsetof(UConversationPreset_CheckBetweenTest, Enabled) == 0x000028, "Member 'UConversationPreset_CheckBetweenTest::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationPreset_CheckBetweenTest_BoneCylinderTest \ static_assert(alignof(UConversationPreset_CheckBetweenTest_BoneCylinderTest) == 0x000008, "Wrong alignment on UConversationPreset_CheckBetweenTest_BoneCylinderTest"); \ static_assert(sizeof(UConversationPreset_CheckBetweenTest_BoneCylinderTest) == 0x000040, "Wrong size on UConversationPreset_CheckBetweenTest_BoneCylinderTest"); \ static_assert(offsetof(UConversationPreset_CheckBetweenTest_BoneCylinderTest, BoneName) == 0x000030, "Member 'UConversationPreset_CheckBetweenTest_BoneCylinderTest::BoneName' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_CheckBetweenTest_BoneCylinderTest, Radius) == 0x000038, "Member 'UConversationPreset_CheckBetweenTest_BoneCylinderTest::Radius' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_CheckBetweenTest_BoneCylinderTest, TuckInMultipler) == 0x00003C, "Member 'UConversationPreset_CheckBetweenTest_BoneCylinderTest::TuckInMultipler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationPreset_InitialTransform \ static_assert(alignof(UConversationPreset_InitialTransform) == 0x000008, "Wrong alignment on UConversationPreset_InitialTransform"); \ static_assert(sizeof(UConversationPreset_InitialTransform) == 0x000028, "Wrong size on UConversationPreset_InitialTransform"); \ #define DUMPER7_ASSERTS_UConversationPreset_InitialTransform_Preexisting \ static_assert(alignof(UConversationPreset_InitialTransform_Preexisting) == 0x000008, "Wrong alignment on UConversationPreset_InitialTransform_Preexisting"); \ static_assert(sizeof(UConversationPreset_InitialTransform_Preexisting) == 0x000028, "Wrong size on UConversationPreset_InitialTransform_Preexisting"); \ #define DUMPER7_ASSERTS_UConversationPreset_InitialTransform_MoveRelative \ static_assert(alignof(UConversationPreset_InitialTransform_MoveRelative) == 0x000008, "Wrong alignment on UConversationPreset_InitialTransform_MoveRelative"); \ static_assert(sizeof(UConversationPreset_InitialTransform_MoveRelative) == 0x000040, "Wrong size on UConversationPreset_InitialTransform_MoveRelative"); \ static_assert(offsetof(UConversationPreset_InitialTransform_MoveRelative, PositionDirectionAngle) == 0x000028, "Member 'UConversationPreset_InitialTransform_MoveRelative::PositionDirectionAngle' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_InitialTransform_MoveRelative, MinDistance) == 0x00002C, "Member 'UConversationPreset_InitialTransform_MoveRelative::MinDistance' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_InitialTransform_MoveRelative, StepDistance) == 0x000030, "Member 'UConversationPreset_InitialTransform_MoveRelative::StepDistance' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_InitialTransform_MoveRelative, MaxSteps) == 0x000034, "Member 'UConversationPreset_InitialTransform_MoveRelative::MaxSteps' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_InitialTransform_MoveRelative, RotationOffset) == 0x000038, "Member 'UConversationPreset_InitialTransform_MoveRelative::RotationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationPreset_InitialTransform_MoveRelative_Preexisting \ static_assert(alignof(UConversationPreset_InitialTransform_MoveRelative_Preexisting) == 0x000008, "Wrong alignment on UConversationPreset_InitialTransform_MoveRelative_Preexisting"); \ static_assert(sizeof(UConversationPreset_InitialTransform_MoveRelative_Preexisting) == 0x000040, "Wrong size on UConversationPreset_InitialTransform_MoveRelative_Preexisting"); \ #define DUMPER7_ASSERTS_UConversationPreset_AvatarPlacement_RelativeInteractionActor \ static_assert(alignof(UConversationPreset_AvatarPlacement_RelativeInteractionActor) == 0x000008, "Wrong alignment on UConversationPreset_AvatarPlacement_RelativeInteractionActor"); \ static_assert(sizeof(UConversationPreset_AvatarPlacement_RelativeInteractionActor) == 0x000078, "Wrong size on UConversationPreset_AvatarPlacement_RelativeInteractionActor"); \ static_assert(offsetof(UConversationPreset_AvatarPlacement_RelativeInteractionActor, DistanceProviders) == 0x000028, "Member 'UConversationPreset_AvatarPlacement_RelativeInteractionActor::DistanceProviders' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_AvatarPlacement_RelativeInteractionActor, TestsToPerform) == 0x000038, "Member 'UConversationPreset_AvatarPlacement_RelativeInteractionActor::TestsToPerform' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_AvatarPlacement_RelativeInteractionActor, AvatarPositionDirectionFromInteractionActor) == 0x000048, "Member 'UConversationPreset_AvatarPlacement_RelativeInteractionActor::AvatarPositionDirectionFromInteractionActor' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_AvatarPlacement_RelativeInteractionActor, AvatarRotationFromInteractionActor) == 0x00004C, "Member 'UConversationPreset_AvatarPlacement_RelativeInteractionActor::AvatarRotationFromInteractionActor' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_AvatarPlacement_RelativeInteractionActor, CheckGroundCollision) == 0x000050, "Member 'UConversationPreset_AvatarPlacement_RelativeInteractionActor::CheckGroundCollision' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_AvatarPlacement_RelativeInteractionActor, CheckNavMesh) == 0x000051, "Member 'UConversationPreset_AvatarPlacement_RelativeInteractionActor::CheckNavMesh' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_AvatarPlacement_RelativeInteractionActor, CheckBetweenTests) == 0x000058, "Member 'UConversationPreset_AvatarPlacement_RelativeInteractionActor::CheckBetweenTests' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_AvatarPlacement_RelativeInteractionActor, UseMaxHeightAngleThreshold) == 0x000068, "Member 'UConversationPreset_AvatarPlacement_RelativeInteractionActor::UseMaxHeightAngleThreshold' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_AvatarPlacement_RelativeInteractionActor, MaxHeightAngleThreshold) == 0x00006C, "Member 'UConversationPreset_AvatarPlacement_RelativeInteractionActor::MaxHeightAngleThreshold' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_AvatarPlacement_RelativeInteractionActor, FailProximity) == 0x000070, "Member 'UConversationPreset_AvatarPlacement_RelativeInteractionActor::FailProximity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationPreset_PreInitInvoke_Placement_Preexisting \ static_assert(alignof(UConversationPreset_PreInitInvoke_Placement_Preexisting) == 0x000008, "Wrong alignment on UConversationPreset_PreInitInvoke_Placement_Preexisting"); \ static_assert(sizeof(UConversationPreset_PreInitInvoke_Placement_Preexisting) == 0x000038, "Wrong size on UConversationPreset_PreInitInvoke_Placement_Preexisting"); \ static_assert(offsetof(UConversationPreset_PreInitInvoke_Placement_Preexisting, RotateInteractionActorToAvatar) == 0x000028, "Member 'UConversationPreset_PreInitInvoke_Placement_Preexisting::RotateInteractionActorToAvatar' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_PreInitInvoke_Placement_Preexisting, InteractionActorRotationOffset) == 0x00002C, "Member 'UConversationPreset_PreInitInvoke_Placement_Preexisting::InteractionActorRotationOffset' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_PreInitInvoke_Placement_Preexisting, RotateActorToInteractionActor) == 0x000030, "Member 'UConversationPreset_PreInitInvoke_Placement_Preexisting::RotateActorToInteractionActor' has a wrong offset!"); \ static_assert(offsetof(UConversationPreset_PreInitInvoke_Placement_Preexisting, AvatarRotationOffset) == 0x000034, "Member 'UConversationPreset_PreInitInvoke_Placement_Preexisting::AvatarRotationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationPreset_FinalTransform_UseInitial \ static_assert(alignof(UConversationPreset_FinalTransform_UseInitial) == 0x000008, "Wrong alignment on UConversationPreset_FinalTransform_UseInitial"); \ static_assert(sizeof(UConversationPreset_FinalTransform_UseInitial) == 0x000028, "Wrong size on UConversationPreset_FinalTransform_UseInitial"); \ #define DUMPER7_ASSERTS_UConversationPreset_FinalTransform_Preexisting \ static_assert(alignof(UConversationPreset_FinalTransform_Preexisting) == 0x000008, "Wrong alignment on UConversationPreset_FinalTransform_Preexisting"); \ static_assert(sizeof(UConversationPreset_FinalTransform_Preexisting) == 0x000028, "Wrong size on UConversationPreset_FinalTransform_Preexisting"); \ #define DUMPER7_ASSERTS_UConversationPreset_FinalTransform_MoveRelative_Preexisting \ static_assert(alignof(UConversationPreset_FinalTransform_MoveRelative_Preexisting) == 0x000008, "Wrong alignment on UConversationPreset_FinalTransform_MoveRelative_Preexisting"); \ static_assert(sizeof(UConversationPreset_FinalTransform_MoveRelative_Preexisting) == 0x000040, "Wrong size on UConversationPreset_FinalTransform_MoveRelative_Preexisting"); \ #define DUMPER7_ASSERTS_UDebugLayeredBlend \ static_assert(alignof(UDebugLayeredBlend) == 0x000008, "Wrong alignment on UDebugLayeredBlend"); \ static_assert(sizeof(UDebugLayeredBlend) == 0x0000C8, "Wrong size on UDebugLayeredBlend"); \ static_assert(offsetof(UDebugLayeredBlend, DebugActor) == 0x000040, "Member 'UDebugLayeredBlend::DebugActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFadeProvider \ static_assert(alignof(UFadeProvider) == 0x000008, "Wrong alignment on UFadeProvider"); \ static_assert(sizeof(UFadeProvider) == 0x000028, "Wrong size on UFadeProvider"); \ #define DUMPER7_ASSERTS_UFadeProvider_CameraOnly \ static_assert(alignof(UFadeProvider_CameraOnly) == 0x000008, "Wrong alignment on UFadeProvider_CameraOnly"); \ static_assert(sizeof(UFadeProvider_CameraOnly) == 0x000058, "Wrong size on UFadeProvider_CameraOnly"); \ static_assert(offsetof(UFadeProvider_CameraOnly, PlayerCameraManager) == 0x000028, "Member 'UFadeProvider_CameraOnly::PlayerCameraManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloat_ConversationLayeredAnimationWeight \ static_assert(alignof(UFloat_ConversationLayeredAnimationWeight) == 0x000008, "Wrong alignment on UFloat_ConversationLayeredAnimationWeight"); \ static_assert(sizeof(UFloat_ConversationLayeredAnimationWeight) == 0x000030, "Wrong size on UFloat_ConversationLayeredAnimationWeight"); \ static_assert(offsetof(UFloat_ConversationLayeredAnimationWeight, WeightEntryName) == 0x000028, "Member 'UFloat_ConversationLayeredAnimationWeight::WeightEntryName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloat_FallbackChain \ static_assert(alignof(UFloat_FallbackChain) == 0x000008, "Wrong alignment on UFloat_FallbackChain"); \ static_assert(sizeof(UFloat_FallbackChain) == 0x000038, "Wrong size on UFloat_FallbackChain"); \ static_assert(offsetof(UFloat_FallbackChain, Entries) == 0x000028, "Member 'UFloat_FallbackChain::Entries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloat_ProjectedTimeAnimationValue \ static_assert(alignof(UFloat_ProjectedTimeAnimationValue) == 0x000008, "Wrong alignment on UFloat_ProjectedTimeAnimationValue"); \ static_assert(sizeof(UFloat_ProjectedTimeAnimationValue) == 0x000038, "Wrong size on UFloat_ProjectedTimeAnimationValue"); \ static_assert(offsetof(UFloat_ProjectedTimeAnimationValue, OriginalTime) == 0x000028, "Member 'UFloat_ProjectedTimeAnimationValue::OriginalTime' has a wrong offset!"); \ static_assert(offsetof(UFloat_ProjectedTimeAnimationValue, OriginalTimeAnimationValue) == 0x00002C, "Member 'UFloat_ProjectedTimeAnimationValue::OriginalTimeAnimationValue' has a wrong offset!"); \ static_assert(offsetof(UFloat_ProjectedTimeAnimationValue, animationLength) == 0x000030, "Member 'UFloat_ProjectedTimeAnimationValue::animationLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloat_TransformDistance \ static_assert(alignof(UFloat_TransformDistance) == 0x000008, "Wrong alignment on UFloat_TransformDistance"); \ static_assert(sizeof(UFloat_TransformDistance) == 0x000038, "Wrong size on UFloat_TransformDistance"); \ static_assert(offsetof(UFloat_TransformDistance, TransformA) == 0x000028, "Member 'UFloat_TransformDistance::TransformA' has a wrong offset!"); \ static_assert(offsetof(UFloat_TransformDistance, TransformB) == 0x000030, "Member 'UFloat_TransformDistance::TransformB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloat_RandomInRange \ static_assert(alignof(UFloat_RandomInRange) == 0x000008, "Wrong alignment on UFloat_RandomInRange"); \ static_assert(sizeof(UFloat_RandomInRange) == 0x000030, "Wrong size on UFloat_RandomInRange"); \ static_assert(offsetof(UFloat_RandomInRange, Min) == 0x000028, "Member 'UFloat_RandomInRange::Min' has a wrong offset!"); \ static_assert(offsetof(UFloat_RandomInRange, Max) == 0x00002C, "Member 'UFloat_RandomInRange::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIKDriver_AimAt \ static_assert(alignof(UIKDriver_AimAt) == 0x000008, "Wrong alignment on UIKDriver_AimAt"); \ static_assert(sizeof(UIKDriver_AimAt) == 0x000038, "Wrong size on UIKDriver_AimAt"); \ static_assert(offsetof(UIKDriver_AimAt, AimControls) == 0x000028, "Member 'UIKDriver_AimAt::AimControls' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIKDriver_AimAtConstrained \ static_assert(alignof(UIKDriver_AimAtConstrained) == 0x000008, "Wrong alignment on UIKDriver_AimAtConstrained"); \ static_assert(sizeof(UIKDriver_AimAtConstrained) == 0x000388, "Wrong size on UIKDriver_AimAtConstrained"); \ static_assert(offsetof(UIKDriver_AimAtConstrained, AimControls) == 0x000028, "Member 'UIKDriver_AimAtConstrained::AimControls' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIKDriver_AnimationDriven \ static_assert(alignof(UIKDriver_AnimationDriven) == 0x000008, "Wrong alignment on UIKDriver_AnimationDriven"); \ static_assert(sizeof(UIKDriver_AnimationDriven) == 0x000038, "Wrong size on UIKDriver_AnimationDriven"); \ static_assert(offsetof(UIKDriver_AnimationDriven, EffectorDefinitions) == 0x000028, "Member 'UIKDriver_AnimationDriven::EffectorDefinitions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIKDriver_DisableControls \ static_assert(alignof(UIKDriver_DisableControls) == 0x000008, "Wrong alignment on UIKDriver_DisableControls"); \ static_assert(sizeof(UIKDriver_DisableControls) == 0x000048, "Wrong size on UIKDriver_DisableControls"); \ static_assert(offsetof(UIKDriver_DisableControls, AlphaControlsToDisable) == 0x000028, "Member 'UIKDriver_DisableControls::AlphaControlsToDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIKDriver_FloorContact \ static_assert(alignof(UIKDriver_FloorContact) == 0x000010, "Wrong alignment on UIKDriver_FloorContact"); \ static_assert(sizeof(UIKDriver_FloorContact) == 0x0001E0, "Wrong size on UIKDriver_FloorContact"); \ static_assert(offsetof(UIKDriver_FloorContact, Controls) == 0x000028, "Member 'UIKDriver_FloorContact::Controls' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, HipBone) == 0x000038, "Member 'UIKDriver_FloorContact::HipBone' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, HipAlphaVariableName) == 0x000048, "Member 'UIKDriver_FloorContact::HipAlphaVariableName' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, HipTransformVariableName) == 0x000050, "Member 'UIKDriver_FloorContact::HipTransformVariableName' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, CollisionChannel) == 0x000058, "Member 'UIKDriver_FloorContact::CollisionChannel' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, HipMultiplier) == 0x00005C, "Member 'UIKDriver_FloorContact::HipMultiplier' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, GlobalRayTraceStartScale) == 0x000060, "Member 'UIKDriver_FloorContact::GlobalRayTraceStartScale' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, GlobalRayTraceFinishScale) == 0x000064, "Member 'UIKDriver_FloorContact::GlobalRayTraceFinishScale' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, UpperBodyOffset) == 0x000068, "Member 'UIKDriver_FloorContact::UpperBodyOffset' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, bAddHipsAverageToHands) == 0x000074, "Member 'UIKDriver_FloorContact::bAddHipsAverageToHands' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, bTraceComplex) == 0x000075, "Member 'UIKDriver_FloorContact::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, LimitLegExtenstion) == 0x000076, "Member 'UIKDriver_FloorContact::LimitLegExtenstion' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, MaxLegExtension) == 0x000078, "Member 'UIKDriver_FloorContact::MaxLegExtension' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, bUseFK) == 0x00007C, "Member 'UIKDriver_FloorContact::bUseFK' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, bReverseFootSetup) == 0x00007D, "Member 'UIKDriver_FloorContact::bReverseFootSetup' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, ReverseFootFactor) == 0x000080, "Member 'UIKDriver_FloorContact::ReverseFootFactor' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, ReverseFootInterpSpeed) == 0x000084, "Member 'UIKDriver_FloorContact::ReverseFootInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, RollLimit) == 0x000088, "Member 'UIKDriver_FloorContact::RollLimit' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, PitchLimit) == 0x00008C, "Member 'UIKDriver_FloorContact::PitchLimit' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, PTransitionSpeed) == 0x000090, "Member 'UIKDriver_FloorContact::PTransitionSpeed' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, RTransitionSpeed) == 0x000094, "Member 'UIKDriver_FloorContact::RTransitionSpeed' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, PTransitionMaxDistance) == 0x000098, "Member 'UIKDriver_FloorContact::PTransitionMaxDistance' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, bFloorContact) == 0x00009C, "Member 'UIKDriver_FloorContact::bFloorContact' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, DrawDebug) == 0x00009D, "Member 'UIKDriver_FloorContact::DrawDebug' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, bFootStabilization) == 0x00009E, "Member 'UIKDriver_FloorContact::bFootStabilization' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, StabilizationThreshold) == 0x0000A0, "Member 'UIKDriver_FloorContact::StabilizationThreshold' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, InterpTimeHipsUp) == 0x0000A4, "Member 'UIKDriver_FloorContact::InterpTimeHipsUp' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, InterpTimeHipsDown) == 0x0000A8, "Member 'UIKDriver_FloorContact::InterpTimeHipsDown' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, UseMinToMaxHipAdjust) == 0x0000AC, "Member 'UIKDriver_FloorContact::UseMinToMaxHipAdjust' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, InterpTimeHipsUpFromCapsule) == 0x0000B0, "Member 'UIKDriver_FloorContact::InterpTimeHipsUpFromCapsule' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, InterpTimeHipsDownFromCapsule) == 0x0000B4, "Member 'UIKDriver_FloorContact::InterpTimeHipsDownFromCapsule' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, PlantRestoreSpeed) == 0x0000B8, "Member 'UIKDriver_FloorContact::PlantRestoreSpeed' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, GlobalDebugScale) == 0x0000BC, "Member 'UIKDriver_FloorContact::GlobalDebugScale' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_FloorContact, OverrideProfiles) == 0x000110, "Member 'UIKDriver_FloorContact::OverrideProfiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIKDriver_GroundAdjustment \ static_assert(alignof(UIKDriver_GroundAdjustment) == 0x000010, "Wrong alignment on UIKDriver_GroundAdjustment"); \ static_assert(sizeof(UIKDriver_GroundAdjustment) == 0x000390, "Wrong size on UIKDriver_GroundAdjustment"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, Controls) == 0x000028, "Member 'UIKDriver_GroundAdjustment::Controls' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, TraceChannel) == 0x000038, "Member 'UIKDriver_GroundAdjustment::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, TranslationInterpSpeed) == 0x00003C, "Member 'UIKDriver_GroundAdjustment::TranslationInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, RotationInterpSpeed) == 0x000040, "Member 'UIKDriver_GroundAdjustment::RotationInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, MaxTranslationAdjustmentSpeed) == 0x000044, "Member 'UIKDriver_GroundAdjustment::MaxTranslationAdjustmentSpeed' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, bEnableRetargeting) == 0x000048, "Member 'UIKDriver_GroundAdjustment::bEnableRetargeting' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, bEnableAnticipation) == 0x000049, "Member 'UIKDriver_GroundAdjustment::bEnableAnticipation' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, SwingAnticipationCurve) == 0x000050, "Member 'UIKDriver_GroundAdjustment::SwingAnticipationCurve' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, AnticipationInterpSpeedFactor) == 0x0000D8, "Member 'UIKDriver_GroundAdjustment::AnticipationInterpSpeedFactor' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, RotationAmountInSwing) == 0x000160, "Member 'UIKDriver_GroundAdjustment::RotationAmountInSwing' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, ReachControls) == 0x0001E8, "Member 'UIKDriver_GroundAdjustment::ReachControls' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, MaxReachAdjustmentAngle) == 0x0001F8, "Member 'UIKDriver_GroundAdjustment::MaxReachAdjustmentAngle' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, ReachAdjustToLowestOrHighest) == 0x0001FC, "Member 'UIKDriver_GroundAdjustment::ReachAdjustToLowestOrHighest' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, TraceDelayRangePerLOD) == 0x000200, "Member 'UIKDriver_GroundAdjustment::TraceDelayRangePerLOD' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, DisableCurve) == 0x000210, "Member 'UIKDriver_GroundAdjustment::DisableCurve' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, DisableCurveName) == 0x000214, "Member 'UIKDriver_GroundAdjustment::DisableCurveName' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, RaiseReachControlsCurveName) == 0x000220, "Member 'UIKDriver_GroundAdjustment::RaiseReachControlsCurveName' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, StretchToMaxExtensionCurveName) == 0x00022C, "Member 'UIKDriver_GroundAdjustment::StretchToMaxExtensionCurveName' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, StrideWarpSpringHalflife) == 0x000238, "Member 'UIKDriver_GroundAdjustment::StrideWarpSpringHalflife' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_GroundAdjustment, GroundNormalSpringHalflife) == 0x00023C, "Member 'UIKDriver_GroundAdjustment::GroundNormalSpringHalflife' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIKDriver_LadderContact \ static_assert(alignof(UIKDriver_LadderContact) == 0x000008, "Wrong alignment on UIKDriver_LadderContact"); \ static_assert(sizeof(UIKDriver_LadderContact) == 0x0001D0, "Wrong size on UIKDriver_LadderContact"); \ static_assert(offsetof(UIKDriver_LadderContact, LeftHand) == 0x000028, "Member 'UIKDriver_LadderContact::LeftHand' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_LadderContact, RightHand) == 0x000088, "Member 'UIKDriver_LadderContact::RightHand' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_LadderContact, LeftFoot) == 0x0000E8, "Member 'UIKDriver_LadderContact::LeftFoot' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_LadderContact, RightFoot) == 0x000148, "Member 'UIKDriver_LadderContact::RightFoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIKDriver_LedgeContact \ static_assert(alignof(UIKDriver_LedgeContact) == 0x000010, "Wrong alignment on UIKDriver_LedgeContact"); \ static_assert(sizeof(UIKDriver_LedgeContact) == 0x000590, "Wrong size on UIKDriver_LedgeContact"); \ static_assert(offsetof(UIKDriver_LedgeContact, LedgePoseAnimSequence) == 0x000028, "Member 'UIKDriver_LedgeContact::LedgePoseAnimSequence' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_LedgeContact, LedgePoseTime) == 0x000030, "Member 'UIKDriver_LedgeContact::LedgePoseTime' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_LedgeContact, LeftHand) == 0x000040, "Member 'UIKDriver_LedgeContact::LeftHand' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_LedgeContact, RightHand) == 0x000110, "Member 'UIKDriver_LedgeContact::RightHand' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_LedgeContact, LeftFoot) == 0x0001E0, "Member 'UIKDriver_LedgeContact::LeftFoot' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_LedgeContact, RightFoot) == 0x000310, "Member 'UIKDriver_LedgeContact::RightFoot' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_LedgeContact, Hips) == 0x000440, "Member 'UIKDriver_LedgeContact::Hips' has a wrong offset!"); \ static_assert(offsetof(UIKDriver_LedgeContact, TraceChannel) == 0x0004F0, "Member 'UIKDriver_LedgeContact::TraceChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIKDriverFunctions \ static_assert(alignof(UIKDriverFunctions) == 0x000008, "Wrong alignment on UIKDriverFunctions"); \ static_assert(sizeof(UIKDriverFunctions) == 0x000028, "Wrong size on UIKDriverFunctions"); \ #define DUMPER7_ASSERTS_UInt_Conditional \ static_assert(alignof(UInt_Conditional) == 0x000008, "Wrong alignment on UInt_Conditional"); \ static_assert(sizeof(UInt_Conditional) == 0x000038, "Wrong size on UInt_Conditional"); \ static_assert(offsetof(UInt_Conditional, Condition) == 0x000028, "Member 'UInt_Conditional::Condition' has a wrong offset!"); \ static_assert(offsetof(UInt_Conditional, Value) == 0x000030, "Member 'UInt_Conditional::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_ApproachQuaternion \ static_assert(alignof(InterpolationFunctions_ApproachQuaternion) == 0x000010, "Wrong alignment on InterpolationFunctions_ApproachQuaternion"); \ static_assert(sizeof(InterpolationFunctions_ApproachQuaternion) == 0x000040, "Wrong size on InterpolationFunctions_ApproachQuaternion"); \ static_assert(offsetof(InterpolationFunctions_ApproachQuaternion, current_value) == 0x000000, "Member 'InterpolationFunctions_ApproachQuaternion::current_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachQuaternion, desired_value) == 0x000010, "Member 'InterpolationFunctions_ApproachQuaternion::desired_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachQuaternion, approach_rate) == 0x000020, "Member 'InterpolationFunctions_ApproachQuaternion::approach_rate' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachQuaternion, ReturnValue) == 0x000030, "Member 'InterpolationFunctions_ApproachQuaternion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_ApproachQuaternionWithClampedVelocity \ static_assert(alignof(InterpolationFunctions_ApproachQuaternionWithClampedVelocity) == 0x000010, "Wrong alignment on InterpolationFunctions_ApproachQuaternionWithClampedVelocity"); \ static_assert(sizeof(InterpolationFunctions_ApproachQuaternionWithClampedVelocity) == 0x000040, "Wrong size on InterpolationFunctions_ApproachQuaternionWithClampedVelocity"); \ static_assert(offsetof(InterpolationFunctions_ApproachQuaternionWithClampedVelocity, current_value) == 0x000000, "Member 'InterpolationFunctions_ApproachQuaternionWithClampedVelocity::current_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachQuaternionWithClampedVelocity, desired_value) == 0x000010, "Member 'InterpolationFunctions_ApproachQuaternionWithClampedVelocity::desired_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachQuaternionWithClampedVelocity, max_delta) == 0x000020, "Member 'InterpolationFunctions_ApproachQuaternionWithClampedVelocity::max_delta' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachQuaternionWithClampedVelocity, ReturnValue) == 0x000030, "Member 'InterpolationFunctions_ApproachQuaternionWithClampedVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_ApproachRotator \ static_assert(alignof(InterpolationFunctions_ApproachRotator) == 0x000004, "Wrong alignment on InterpolationFunctions_ApproachRotator"); \ static_assert(sizeof(InterpolationFunctions_ApproachRotator) == 0x000028, "Wrong size on InterpolationFunctions_ApproachRotator"); \ static_assert(offsetof(InterpolationFunctions_ApproachRotator, current_value) == 0x000000, "Member 'InterpolationFunctions_ApproachRotator::current_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachRotator, desired_value) == 0x00000C, "Member 'InterpolationFunctions_ApproachRotator::desired_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachRotator, approach_rate) == 0x000018, "Member 'InterpolationFunctions_ApproachRotator::approach_rate' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachRotator, ReturnValue) == 0x00001C, "Member 'InterpolationFunctions_ApproachRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_ApproachRotatorWithClampedVelocity \ static_assert(alignof(InterpolationFunctions_ApproachRotatorWithClampedVelocity) == 0x000004, "Wrong alignment on InterpolationFunctions_ApproachRotatorWithClampedVelocity"); \ static_assert(sizeof(InterpolationFunctions_ApproachRotatorWithClampedVelocity) == 0x000028, "Wrong size on InterpolationFunctions_ApproachRotatorWithClampedVelocity"); \ static_assert(offsetof(InterpolationFunctions_ApproachRotatorWithClampedVelocity, current_value) == 0x000000, "Member 'InterpolationFunctions_ApproachRotatorWithClampedVelocity::current_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachRotatorWithClampedVelocity, desired_value) == 0x00000C, "Member 'InterpolationFunctions_ApproachRotatorWithClampedVelocity::desired_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachRotatorWithClampedVelocity, max_delta) == 0x000018, "Member 'InterpolationFunctions_ApproachRotatorWithClampedVelocity::max_delta' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachRotatorWithClampedVelocity, ReturnValue) == 0x00001C, "Member 'InterpolationFunctions_ApproachRotatorWithClampedVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_ApproachScalar \ static_assert(alignof(InterpolationFunctions_ApproachScalar) == 0x000004, "Wrong alignment on InterpolationFunctions_ApproachScalar"); \ static_assert(sizeof(InterpolationFunctions_ApproachScalar) == 0x000010, "Wrong size on InterpolationFunctions_ApproachScalar"); \ static_assert(offsetof(InterpolationFunctions_ApproachScalar, current_value) == 0x000000, "Member 'InterpolationFunctions_ApproachScalar::current_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachScalar, desired_value) == 0x000004, "Member 'InterpolationFunctions_ApproachScalar::desired_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachScalar, approach_rate) == 0x000008, "Member 'InterpolationFunctions_ApproachScalar::approach_rate' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachScalar, ReturnValue) == 0x00000C, "Member 'InterpolationFunctions_ApproachScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_ApproachScalarWithClampedVelocity \ static_assert(alignof(InterpolationFunctions_ApproachScalarWithClampedVelocity) == 0x000004, "Wrong alignment on InterpolationFunctions_ApproachScalarWithClampedVelocity"); \ static_assert(sizeof(InterpolationFunctions_ApproachScalarWithClampedVelocity) == 0x000010, "Wrong size on InterpolationFunctions_ApproachScalarWithClampedVelocity"); \ static_assert(offsetof(InterpolationFunctions_ApproachScalarWithClampedVelocity, current_value) == 0x000000, "Member 'InterpolationFunctions_ApproachScalarWithClampedVelocity::current_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachScalarWithClampedVelocity, desired_value) == 0x000004, "Member 'InterpolationFunctions_ApproachScalarWithClampedVelocity::desired_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachScalarWithClampedVelocity, max_delta) == 0x000008, "Member 'InterpolationFunctions_ApproachScalarWithClampedVelocity::max_delta' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachScalarWithClampedVelocity, ReturnValue) == 0x00000C, "Member 'InterpolationFunctions_ApproachScalarWithClampedVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_ApproachTransform \ static_assert(alignof(InterpolationFunctions_ApproachTransform) == 0x000010, "Wrong alignment on InterpolationFunctions_ApproachTransform"); \ static_assert(sizeof(InterpolationFunctions_ApproachTransform) == 0x0000A0, "Wrong size on InterpolationFunctions_ApproachTransform"); \ static_assert(offsetof(InterpolationFunctions_ApproachTransform, current_value) == 0x000000, "Member 'InterpolationFunctions_ApproachTransform::current_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachTransform, desired_value) == 0x000030, "Member 'InterpolationFunctions_ApproachTransform::desired_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachTransform, rotation_approach_rate) == 0x000060, "Member 'InterpolationFunctions_ApproachTransform::rotation_approach_rate' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachTransform, translation_approach_rate) == 0x000064, "Member 'InterpolationFunctions_ApproachTransform::translation_approach_rate' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachTransform, scale_approach_rate) == 0x000068, "Member 'InterpolationFunctions_ApproachTransform::scale_approach_rate' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachTransform, ReturnValue) == 0x000070, "Member 'InterpolationFunctions_ApproachTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_ApproachTransformWithClampedVelocity \ static_assert(alignof(InterpolationFunctions_ApproachTransformWithClampedVelocity) == 0x000010, "Wrong alignment on InterpolationFunctions_ApproachTransformWithClampedVelocity"); \ static_assert(sizeof(InterpolationFunctions_ApproachTransformWithClampedVelocity) == 0x0000A0, "Wrong size on InterpolationFunctions_ApproachTransformWithClampedVelocity"); \ static_assert(offsetof(InterpolationFunctions_ApproachTransformWithClampedVelocity, current_value) == 0x000000, "Member 'InterpolationFunctions_ApproachTransformWithClampedVelocity::current_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachTransformWithClampedVelocity, desired_value) == 0x000030, "Member 'InterpolationFunctions_ApproachTransformWithClampedVelocity::desired_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachTransformWithClampedVelocity, max_rotation_delta) == 0x000060, "Member 'InterpolationFunctions_ApproachTransformWithClampedVelocity::max_rotation_delta' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachTransformWithClampedVelocity, max_translation_delta) == 0x000064, "Member 'InterpolationFunctions_ApproachTransformWithClampedVelocity::max_translation_delta' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachTransformWithClampedVelocity, max_scale_delta) == 0x000068, "Member 'InterpolationFunctions_ApproachTransformWithClampedVelocity::max_scale_delta' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachTransformWithClampedVelocity, ReturnValue) == 0x000070, "Member 'InterpolationFunctions_ApproachTransformWithClampedVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_ApproachVector \ static_assert(alignof(InterpolationFunctions_ApproachVector) == 0x000004, "Wrong alignment on InterpolationFunctions_ApproachVector"); \ static_assert(sizeof(InterpolationFunctions_ApproachVector) == 0x000028, "Wrong size on InterpolationFunctions_ApproachVector"); \ static_assert(offsetof(InterpolationFunctions_ApproachVector, current_value) == 0x000000, "Member 'InterpolationFunctions_ApproachVector::current_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachVector, desired_value) == 0x00000C, "Member 'InterpolationFunctions_ApproachVector::desired_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachVector, approach_rate) == 0x000018, "Member 'InterpolationFunctions_ApproachVector::approach_rate' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachVector, ReturnValue) == 0x00001C, "Member 'InterpolationFunctions_ApproachVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_ApproachVectorWithClampedVelocity \ static_assert(alignof(InterpolationFunctions_ApproachVectorWithClampedVelocity) == 0x000004, "Wrong alignment on InterpolationFunctions_ApproachVectorWithClampedVelocity"); \ static_assert(sizeof(InterpolationFunctions_ApproachVectorWithClampedVelocity) == 0x000028, "Wrong size on InterpolationFunctions_ApproachVectorWithClampedVelocity"); \ static_assert(offsetof(InterpolationFunctions_ApproachVectorWithClampedVelocity, current_value) == 0x000000, "Member 'InterpolationFunctions_ApproachVectorWithClampedVelocity::current_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachVectorWithClampedVelocity, desired_value) == 0x00000C, "Member 'InterpolationFunctions_ApproachVectorWithClampedVelocity::desired_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachVectorWithClampedVelocity, max_delta) == 0x000018, "Member 'InterpolationFunctions_ApproachVectorWithClampedVelocity::max_delta' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_ApproachVectorWithClampedVelocity, ReturnValue) == 0x00001C, "Member 'InterpolationFunctions_ApproachVectorWithClampedVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_AssymetricallyApproachScalar \ static_assert(alignof(InterpolationFunctions_AssymetricallyApproachScalar) == 0x000004, "Wrong alignment on InterpolationFunctions_AssymetricallyApproachScalar"); \ static_assert(sizeof(InterpolationFunctions_AssymetricallyApproachScalar) == 0x000014, "Wrong size on InterpolationFunctions_AssymetricallyApproachScalar"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachScalar, current_value) == 0x000000, "Member 'InterpolationFunctions_AssymetricallyApproachScalar::current_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachScalar, desired_value) == 0x000004, "Member 'InterpolationFunctions_AssymetricallyApproachScalar::desired_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachScalar, negative_approach_rate) == 0x000008, "Member 'InterpolationFunctions_AssymetricallyApproachScalar::negative_approach_rate' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachScalar, positive_approach_rate) == 0x00000C, "Member 'InterpolationFunctions_AssymetricallyApproachScalar::positive_approach_rate' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachScalar, ReturnValue) == 0x000010, "Member 'InterpolationFunctions_AssymetricallyApproachScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_AssymetricallyApproachScalarWithClampedVelocity \ static_assert(alignof(InterpolationFunctions_AssymetricallyApproachScalarWithClampedVelocity) == 0x000004, "Wrong alignment on InterpolationFunctions_AssymetricallyApproachScalarWithClampedVelocity"); \ static_assert(sizeof(InterpolationFunctions_AssymetricallyApproachScalarWithClampedVelocity) == 0x000014, "Wrong size on InterpolationFunctions_AssymetricallyApproachScalarWithClampedVelocity"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachScalarWithClampedVelocity, current_value) == 0x000000, "Member 'InterpolationFunctions_AssymetricallyApproachScalarWithClampedVelocity::current_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachScalarWithClampedVelocity, desired_value) == 0x000004, "Member 'InterpolationFunctions_AssymetricallyApproachScalarWithClampedVelocity::desired_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachScalarWithClampedVelocity, max_positive_delta) == 0x000008, "Member 'InterpolationFunctions_AssymetricallyApproachScalarWithClampedVelocity::max_positive_delta' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachScalarWithClampedVelocity, max_negative_delta) == 0x00000C, "Member 'InterpolationFunctions_AssymetricallyApproachScalarWithClampedVelocity::max_negative_delta' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachScalarWithClampedVelocity, ReturnValue) == 0x000010, "Member 'InterpolationFunctions_AssymetricallyApproachScalarWithClampedVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_AssymetricallyApproachVector \ static_assert(alignof(InterpolationFunctions_AssymetricallyApproachVector) == 0x000004, "Wrong alignment on InterpolationFunctions_AssymetricallyApproachVector"); \ static_assert(sizeof(InterpolationFunctions_AssymetricallyApproachVector) == 0x00002C, "Wrong size on InterpolationFunctions_AssymetricallyApproachVector"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachVector, current_value) == 0x000000, "Member 'InterpolationFunctions_AssymetricallyApproachVector::current_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachVector, desired_value) == 0x00000C, "Member 'InterpolationFunctions_AssymetricallyApproachVector::desired_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachVector, positive_approach_rate) == 0x000018, "Member 'InterpolationFunctions_AssymetricallyApproachVector::positive_approach_rate' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachVector, negative_approach_rate) == 0x00001C, "Member 'InterpolationFunctions_AssymetricallyApproachVector::negative_approach_rate' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachVector, ReturnValue) == 0x000020, "Member 'InterpolationFunctions_AssymetricallyApproachVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_AssymetricallyApproachVectorWithClampedVelocity \ static_assert(alignof(InterpolationFunctions_AssymetricallyApproachVectorWithClampedVelocity) == 0x000004, "Wrong alignment on InterpolationFunctions_AssymetricallyApproachVectorWithClampedVelocity"); \ static_assert(sizeof(InterpolationFunctions_AssymetricallyApproachVectorWithClampedVelocity) == 0x00002C, "Wrong size on InterpolationFunctions_AssymetricallyApproachVectorWithClampedVelocity"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachVectorWithClampedVelocity, current_value) == 0x000000, "Member 'InterpolationFunctions_AssymetricallyApproachVectorWithClampedVelocity::current_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachVectorWithClampedVelocity, desired_value) == 0x00000C, "Member 'InterpolationFunctions_AssymetricallyApproachVectorWithClampedVelocity::desired_value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachVectorWithClampedVelocity, max_positive_delta) == 0x000018, "Member 'InterpolationFunctions_AssymetricallyApproachVectorWithClampedVelocity::max_positive_delta' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachVectorWithClampedVelocity, max_negative_delta) == 0x00001C, "Member 'InterpolationFunctions_AssymetricallyApproachVectorWithClampedVelocity::max_negative_delta' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_AssymetricallyApproachVectorWithClampedVelocity, ReturnValue) == 0x000020, "Member 'InterpolationFunctions_AssymetricallyApproachVectorWithClampedVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_BoundedEaseInStep \ static_assert(alignof(InterpolationFunctions_BoundedEaseInStep) == 0x000004, "Wrong alignment on InterpolationFunctions_BoundedEaseInStep"); \ static_assert(sizeof(InterpolationFunctions_BoundedEaseInStep) == 0x000010, "Wrong size on InterpolationFunctions_BoundedEaseInStep"); \ static_assert(offsetof(InterpolationFunctions_BoundedEaseInStep, step_min) == 0x000000, "Member 'InterpolationFunctions_BoundedEaseInStep::step_min' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_BoundedEaseInStep, step_max) == 0x000004, "Member 'InterpolationFunctions_BoundedEaseInStep::step_max' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_BoundedEaseInStep, Value) == 0x000008, "Member 'InterpolationFunctions_BoundedEaseInStep::Value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_BoundedEaseInStep, ReturnValue) == 0x00000C, "Member 'InterpolationFunctions_BoundedEaseInStep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_BoundedEaseOutStep \ static_assert(alignof(InterpolationFunctions_BoundedEaseOutStep) == 0x000004, "Wrong alignment on InterpolationFunctions_BoundedEaseOutStep"); \ static_assert(sizeof(InterpolationFunctions_BoundedEaseOutStep) == 0x000010, "Wrong size on InterpolationFunctions_BoundedEaseOutStep"); \ static_assert(offsetof(InterpolationFunctions_BoundedEaseOutStep, step_min) == 0x000000, "Member 'InterpolationFunctions_BoundedEaseOutStep::step_min' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_BoundedEaseOutStep, step_max) == 0x000004, "Member 'InterpolationFunctions_BoundedEaseOutStep::step_max' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_BoundedEaseOutStep, Value) == 0x000008, "Member 'InterpolationFunctions_BoundedEaseOutStep::Value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_BoundedEaseOutStep, ReturnValue) == 0x00000C, "Member 'InterpolationFunctions_BoundedEaseOutStep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_BoundedLinearStep \ static_assert(alignof(InterpolationFunctions_BoundedLinearStep) == 0x000004, "Wrong alignment on InterpolationFunctions_BoundedLinearStep"); \ static_assert(sizeof(InterpolationFunctions_BoundedLinearStep) == 0x000010, "Wrong size on InterpolationFunctions_BoundedLinearStep"); \ static_assert(offsetof(InterpolationFunctions_BoundedLinearStep, step_min) == 0x000000, "Member 'InterpolationFunctions_BoundedLinearStep::step_min' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_BoundedLinearStep, step_max) == 0x000004, "Member 'InterpolationFunctions_BoundedLinearStep::step_max' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_BoundedLinearStep, Value) == 0x000008, "Member 'InterpolationFunctions_BoundedLinearStep::Value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_BoundedLinearStep, ReturnValue) == 0x00000C, "Member 'InterpolationFunctions_BoundedLinearStep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_BoundedSmoothStep \ static_assert(alignof(InterpolationFunctions_BoundedSmoothStep) == 0x000004, "Wrong alignment on InterpolationFunctions_BoundedSmoothStep"); \ static_assert(sizeof(InterpolationFunctions_BoundedSmoothStep) == 0x000010, "Wrong size on InterpolationFunctions_BoundedSmoothStep"); \ static_assert(offsetof(InterpolationFunctions_BoundedSmoothStep, step_min) == 0x000000, "Member 'InterpolationFunctions_BoundedSmoothStep::step_min' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_BoundedSmoothStep, step_max) == 0x000004, "Member 'InterpolationFunctions_BoundedSmoothStep::step_max' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_BoundedSmoothStep, Value) == 0x000008, "Member 'InterpolationFunctions_BoundedSmoothStep::Value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_BoundedSmoothStep, ReturnValue) == 0x00000C, "Member 'InterpolationFunctions_BoundedSmoothStep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_EaseInStep \ static_assert(alignof(InterpolationFunctions_EaseInStep) == 0x000004, "Wrong alignment on InterpolationFunctions_EaseInStep"); \ static_assert(sizeof(InterpolationFunctions_EaseInStep) == 0x000008, "Wrong size on InterpolationFunctions_EaseInStep"); \ static_assert(offsetof(InterpolationFunctions_EaseInStep, Value) == 0x000000, "Member 'InterpolationFunctions_EaseInStep::Value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_EaseInStep, ReturnValue) == 0x000004, "Member 'InterpolationFunctions_EaseInStep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_EaseOutStep \ static_assert(alignof(InterpolationFunctions_EaseOutStep) == 0x000004, "Wrong alignment on InterpolationFunctions_EaseOutStep"); \ static_assert(sizeof(InterpolationFunctions_EaseOutStep) == 0x000008, "Wrong size on InterpolationFunctions_EaseOutStep"); \ static_assert(offsetof(InterpolationFunctions_EaseOutStep, Value) == 0x000000, "Member 'InterpolationFunctions_EaseOutStep::Value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_EaseOutStep, ReturnValue) == 0x000004, "Member 'InterpolationFunctions_EaseOutStep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_LinearBlendQuaternions \ static_assert(alignof(InterpolationFunctions_LinearBlendQuaternions) == 0x000010, "Wrong alignment on InterpolationFunctions_LinearBlendQuaternions"); \ static_assert(sizeof(InterpolationFunctions_LinearBlendQuaternions) == 0x000040, "Wrong size on InterpolationFunctions_LinearBlendQuaternions"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendQuaternions, A) == 0x000000, "Member 'InterpolationFunctions_LinearBlendQuaternions::A' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendQuaternions, b) == 0x000010, "Member 'InterpolationFunctions_LinearBlendQuaternions::b' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendQuaternions, Blend) == 0x000020, "Member 'InterpolationFunctions_LinearBlendQuaternions::Blend' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendQuaternions, ReturnValue) == 0x000030, "Member 'InterpolationFunctions_LinearBlendQuaternions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_LinearBlendRotators \ static_assert(alignof(InterpolationFunctions_LinearBlendRotators) == 0x000004, "Wrong alignment on InterpolationFunctions_LinearBlendRotators"); \ static_assert(sizeof(InterpolationFunctions_LinearBlendRotators) == 0x000028, "Wrong size on InterpolationFunctions_LinearBlendRotators"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendRotators, A) == 0x000000, "Member 'InterpolationFunctions_LinearBlendRotators::A' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendRotators, b) == 0x00000C, "Member 'InterpolationFunctions_LinearBlendRotators::b' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendRotators, Blend) == 0x000018, "Member 'InterpolationFunctions_LinearBlendRotators::Blend' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendRotators, ReturnValue) == 0x00001C, "Member 'InterpolationFunctions_LinearBlendRotators::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_LinearBlendScalars \ static_assert(alignof(InterpolationFunctions_LinearBlendScalars) == 0x000004, "Wrong alignment on InterpolationFunctions_LinearBlendScalars"); \ static_assert(sizeof(InterpolationFunctions_LinearBlendScalars) == 0x000010, "Wrong size on InterpolationFunctions_LinearBlendScalars"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendScalars, A) == 0x000000, "Member 'InterpolationFunctions_LinearBlendScalars::A' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendScalars, b) == 0x000004, "Member 'InterpolationFunctions_LinearBlendScalars::b' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendScalars, Blend) == 0x000008, "Member 'InterpolationFunctions_LinearBlendScalars::Blend' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendScalars, ReturnValue) == 0x00000C, "Member 'InterpolationFunctions_LinearBlendScalars::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_LinearBlendTransforms \ static_assert(alignof(InterpolationFunctions_LinearBlendTransforms) == 0x000010, "Wrong alignment on InterpolationFunctions_LinearBlendTransforms"); \ static_assert(sizeof(InterpolationFunctions_LinearBlendTransforms) == 0x0000A0, "Wrong size on InterpolationFunctions_LinearBlendTransforms"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendTransforms, A) == 0x000000, "Member 'InterpolationFunctions_LinearBlendTransforms::A' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendTransforms, b) == 0x000030, "Member 'InterpolationFunctions_LinearBlendTransforms::b' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendTransforms, Blend) == 0x000060, "Member 'InterpolationFunctions_LinearBlendTransforms::Blend' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendTransforms, ReturnValue) == 0x000070, "Member 'InterpolationFunctions_LinearBlendTransforms::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_LinearBlendVectors \ static_assert(alignof(InterpolationFunctions_LinearBlendVectors) == 0x000004, "Wrong alignment on InterpolationFunctions_LinearBlendVectors"); \ static_assert(sizeof(InterpolationFunctions_LinearBlendVectors) == 0x000028, "Wrong size on InterpolationFunctions_LinearBlendVectors"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendVectors, A) == 0x000000, "Member 'InterpolationFunctions_LinearBlendVectors::A' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendVectors, b) == 0x00000C, "Member 'InterpolationFunctions_LinearBlendVectors::b' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendVectors, Blend) == 0x000018, "Member 'InterpolationFunctions_LinearBlendVectors::Blend' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_LinearBlendVectors, ReturnValue) == 0x00001C, "Member 'InterpolationFunctions_LinearBlendVectors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_LinearStep \ static_assert(alignof(InterpolationFunctions_LinearStep) == 0x000004, "Wrong alignment on InterpolationFunctions_LinearStep"); \ static_assert(sizeof(InterpolationFunctions_LinearStep) == 0x000008, "Wrong size on InterpolationFunctions_LinearStep"); \ static_assert(offsetof(InterpolationFunctions_LinearStep, Value) == 0x000000, "Member 'InterpolationFunctions_LinearStep::Value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_LinearStep, ReturnValue) == 0x000004, "Member 'InterpolationFunctions_LinearStep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_SmoothBlendQuaternions \ static_assert(alignof(InterpolationFunctions_SmoothBlendQuaternions) == 0x000010, "Wrong alignment on InterpolationFunctions_SmoothBlendQuaternions"); \ static_assert(sizeof(InterpolationFunctions_SmoothBlendQuaternions) == 0x000040, "Wrong size on InterpolationFunctions_SmoothBlendQuaternions"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendQuaternions, A) == 0x000000, "Member 'InterpolationFunctions_SmoothBlendQuaternions::A' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendQuaternions, b) == 0x000010, "Member 'InterpolationFunctions_SmoothBlendQuaternions::b' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendQuaternions, Blend) == 0x000020, "Member 'InterpolationFunctions_SmoothBlendQuaternions::Blend' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendQuaternions, ReturnValue) == 0x000030, "Member 'InterpolationFunctions_SmoothBlendQuaternions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_SmoothBlendRotators \ static_assert(alignof(InterpolationFunctions_SmoothBlendRotators) == 0x000004, "Wrong alignment on InterpolationFunctions_SmoothBlendRotators"); \ static_assert(sizeof(InterpolationFunctions_SmoothBlendRotators) == 0x000028, "Wrong size on InterpolationFunctions_SmoothBlendRotators"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendRotators, A) == 0x000000, "Member 'InterpolationFunctions_SmoothBlendRotators::A' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendRotators, b) == 0x00000C, "Member 'InterpolationFunctions_SmoothBlendRotators::b' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendRotators, Blend) == 0x000018, "Member 'InterpolationFunctions_SmoothBlendRotators::Blend' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendRotators, ReturnValue) == 0x00001C, "Member 'InterpolationFunctions_SmoothBlendRotators::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_SmoothBlendScalars \ static_assert(alignof(InterpolationFunctions_SmoothBlendScalars) == 0x000004, "Wrong alignment on InterpolationFunctions_SmoothBlendScalars"); \ static_assert(sizeof(InterpolationFunctions_SmoothBlendScalars) == 0x000010, "Wrong size on InterpolationFunctions_SmoothBlendScalars"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendScalars, A) == 0x000000, "Member 'InterpolationFunctions_SmoothBlendScalars::A' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendScalars, b) == 0x000004, "Member 'InterpolationFunctions_SmoothBlendScalars::b' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendScalars, Blend) == 0x000008, "Member 'InterpolationFunctions_SmoothBlendScalars::Blend' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendScalars, ReturnValue) == 0x00000C, "Member 'InterpolationFunctions_SmoothBlendScalars::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_SmoothBlendTransforms \ static_assert(alignof(InterpolationFunctions_SmoothBlendTransforms) == 0x000010, "Wrong alignment on InterpolationFunctions_SmoothBlendTransforms"); \ static_assert(sizeof(InterpolationFunctions_SmoothBlendTransforms) == 0x0000A0, "Wrong size on InterpolationFunctions_SmoothBlendTransforms"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendTransforms, A) == 0x000000, "Member 'InterpolationFunctions_SmoothBlendTransforms::A' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendTransforms, b) == 0x000030, "Member 'InterpolationFunctions_SmoothBlendTransforms::b' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendTransforms, Blend) == 0x000060, "Member 'InterpolationFunctions_SmoothBlendTransforms::Blend' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendTransforms, ReturnValue) == 0x000070, "Member 'InterpolationFunctions_SmoothBlendTransforms::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_SmoothBlendVectors \ static_assert(alignof(InterpolationFunctions_SmoothBlendVectors) == 0x000004, "Wrong alignment on InterpolationFunctions_SmoothBlendVectors"); \ static_assert(sizeof(InterpolationFunctions_SmoothBlendVectors) == 0x000028, "Wrong size on InterpolationFunctions_SmoothBlendVectors"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendVectors, A) == 0x000000, "Member 'InterpolationFunctions_SmoothBlendVectors::A' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendVectors, b) == 0x00000C, "Member 'InterpolationFunctions_SmoothBlendVectors::b' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendVectors, Blend) == 0x000018, "Member 'InterpolationFunctions_SmoothBlendVectors::Blend' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_SmoothBlendVectors, ReturnValue) == 0x00001C, "Member 'InterpolationFunctions_SmoothBlendVectors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InterpolationFunctions_SmoothStep \ static_assert(alignof(InterpolationFunctions_SmoothStep) == 0x000004, "Wrong alignment on InterpolationFunctions_SmoothStep"); \ static_assert(sizeof(InterpolationFunctions_SmoothStep) == 0x000008, "Wrong size on InterpolationFunctions_SmoothStep"); \ static_assert(offsetof(InterpolationFunctions_SmoothStep, Value) == 0x000000, "Member 'InterpolationFunctions_SmoothStep::Value' has a wrong offset!"); \ static_assert(offsetof(InterpolationFunctions_SmoothStep, ReturnValue) == 0x000004, "Member 'InterpolationFunctions_SmoothStep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpolationFunctions \ static_assert(alignof(UInterpolationFunctions) == 0x000008, "Wrong alignment on UInterpolationFunctions"); \ static_assert(sizeof(UInterpolationFunctions) == 0x000028, "Wrong size on UInterpolationFunctions"); \ #define DUMPER7_ASSERTS_UInt_Direct \ static_assert(alignof(UInt_Direct) == 0x000008, "Wrong alignment on UInt_Direct"); \ static_assert(sizeof(UInt_Direct) == 0x000030, "Wrong size on UInt_Direct"); \ static_assert(offsetof(UInt_Direct, Value) == 0x000028, "Member 'UInt_Direct::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionMatcherBPInterface_GetGoalDelegate \ static_assert(alignof(MotionMatcherBPInterface_GetGoalDelegate) == 0x000008, "Wrong alignment on MotionMatcherBPInterface_GetGoalDelegate"); \ static_assert(sizeof(MotionMatcherBPInterface_GetGoalDelegate) == 0x000008, "Wrong size on MotionMatcherBPInterface_GetGoalDelegate"); \ static_assert(offsetof(MotionMatcherBPInterface_GetGoalDelegate, ReturnValue) == 0x000000, "Member 'MotionMatcherBPInterface_GetGoalDelegate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMotionMatcherBPInterface \ static_assert(alignof(IMotionMatcherBPInterface) == 0x000001, "Wrong alignment on IMotionMatcherBPInterface"); \ static_assert(sizeof(IMotionMatcherBPInterface) == 0x000001, "Wrong size on IMotionMatcherBPInterface"); \ #define DUMPER7_ASSERTS_IMoveRequestProvider \ static_assert(alignof(IMoveRequestProvider) == 0x000001, "Wrong alignment on IMoveRequestProvider"); \ static_assert(sizeof(IMoveRequestProvider) == 0x000001, "Wrong size on IMoveRequestProvider"); \ #define DUMPER7_ASSERTS_UName_Conditional \ static_assert(alignof(UName_Conditional) == 0x000008, "Wrong alignment on UName_Conditional"); \ static_assert(sizeof(UName_Conditional) == 0x000038, "Wrong size on UName_Conditional"); \ static_assert(offsetof(UName_Conditional, Condition) == 0x000028, "Member 'UName_Conditional::Condition' has a wrong offset!"); \ static_assert(offsetof(UName_Conditional, Value) == 0x000030, "Member 'UName_Conditional::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UName_ConversationExplicitCameraShot \ static_assert(alignof(UName_ConversationExplicitCameraShot) == 0x000008, "Wrong alignment on UName_ConversationExplicitCameraShot"); \ static_assert(sizeof(UName_ConversationExplicitCameraShot) == 0x000030, "Wrong size on UName_ConversationExplicitCameraShot"); \ static_assert(offsetof(UName_ConversationExplicitCameraShot, Reference) == 0x000028, "Member 'UName_ConversationExplicitCameraShot::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UName_ConversationExplicitPoseGroup \ static_assert(alignof(UName_ConversationExplicitPoseGroup) == 0x000008, "Wrong alignment on UName_ConversationExplicitPoseGroup"); \ static_assert(sizeof(UName_ConversationExplicitPoseGroup) == 0x000030, "Wrong size on UName_ConversationExplicitPoseGroup"); \ static_assert(offsetof(UName_ConversationExplicitPoseGroup, Reference) == 0x000028, "Member 'UName_ConversationExplicitPoseGroup::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UName_FallbackChain \ static_assert(alignof(UName_FallbackChain) == 0x000008, "Wrong alignment on UName_FallbackChain"); \ static_assert(sizeof(UName_FallbackChain) == 0x000038, "Wrong size on UName_FallbackChain"); \ static_assert(offsetof(UName_FallbackChain, Entries) == 0x000028, "Member 'UName_FallbackChain::Entries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObject_ActorComponent \ static_assert(alignof(UObject_ActorComponent) == 0x000008, "Wrong alignment on UObject_ActorComponent"); \ static_assert(sizeof(UObject_ActorComponent) == 0x000038, "Wrong size on UObject_ActorComponent"); \ static_assert(offsetof(UObject_ActorComponent, ActorProvider) == 0x000028, "Member 'UObject_ActorComponent::ActorProvider' has a wrong offset!"); \ static_assert(offsetof(UObject_ActorComponent, ComponentType) == 0x000030, "Member 'UObject_ActorComponent::ComponentType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObject_Direct \ static_assert(alignof(UObject_Direct) == 0x000008, "Wrong alignment on UObject_Direct"); \ static_assert(sizeof(UObject_Direct) == 0x000030, "Wrong size on UObject_Direct"); \ static_assert(offsetof(UObject_Direct, Object) == 0x000028, "Member 'UObject_Direct::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObject_DirectActor \ static_assert(alignof(UObject_DirectActor) == 0x000008, "Wrong alignment on UObject_DirectActor"); \ static_assert(sizeof(UObject_DirectActor) == 0x000040, "Wrong size on UObject_DirectActor"); \ static_assert(offsetof(UObject_DirectActor, Actor) == 0x000038, "Member 'UObject_DirectActor::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObject_NamedActor \ static_assert(alignof(UObject_NamedActor) == 0x000008, "Wrong alignment on UObject_NamedActor"); \ static_assert(sizeof(UObject_NamedActor) == 0x000048, "Wrong size on UObject_NamedActor"); \ static_assert(offsetof(UObject_NamedActor, ActorName) == 0x000038, "Member 'UObject_NamedActor::ActorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObject_SpawnActor \ static_assert(alignof(UObject_SpawnActor) == 0x000008, "Wrong alignment on UObject_SpawnActor"); \ static_assert(sizeof(UObject_SpawnActor) == 0x000050, "Wrong size on UObject_SpawnActor"); \ static_assert(offsetof(UObject_SpawnActor, ActorClass) == 0x000038, "Member 'UObject_SpawnActor::ActorClass' has a wrong offset!"); \ static_assert(offsetof(UObject_SpawnActor, ActorName) == 0x000040, "Member 'UObject_SpawnActor::ActorName' has a wrong offset!"); \ static_assert(offsetof(UObject_SpawnActor, AlignmentSocket) == 0x000048, "Member 'UObject_SpawnActor::AlignmentSocket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPerClipLayerGroup \ static_assert(alignof(UPerClipLayerGroup) == 0x000008, "Wrong alignment on UPerClipLayerGroup"); \ static_assert(sizeof(UPerClipLayerGroup) == 0x000038, "Wrong size on UPerClipLayerGroup"); \ static_assert(offsetof(UPerClipLayerGroup, LayerContent) == 0x000028, "Member 'UPerClipLayerGroup::LayerContent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPoseGroupProvider \ static_assert(alignof(UPoseGroupProvider) == 0x000008, "Wrong alignment on UPoseGroupProvider"); \ static_assert(sizeof(UPoseGroupProvider) == 0x000028, "Wrong size on UPoseGroupProvider"); \ #define DUMPER7_ASSERTS_UPoseGroup_Direct \ static_assert(alignof(UPoseGroup_Direct) == 0x000008, "Wrong alignment on UPoseGroup_Direct"); \ static_assert(sizeof(UPoseGroup_Direct) == 0x000030, "Wrong size on UPoseGroup_Direct"); \ static_assert(offsetof(UPoseGroup_Direct, PoseGroup) == 0x000028, "Member 'UPoseGroup_Direct::PoseGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPoseGroup \ static_assert(alignof(UPoseGroup) == 0x000008, "Wrong alignment on UPoseGroup"); \ static_assert(sizeof(UPoseGroup) == 0x000078, "Wrong size on UPoseGroup"); \ static_assert(offsetof(UPoseGroup, LookUp) == 0x000028, "Member 'UPoseGroup::LookUp' has a wrong offset!"); \ static_assert(offsetof(UPoseGroup, LookupAsset) == 0x000030, "Member 'UPoseGroup::LookupAsset' has a wrong offset!"); \ static_assert(offsetof(UPoseGroup, TransitionsTo) == 0x000058, "Member 'UPoseGroup::TransitionsTo' has a wrong offset!"); \ static_assert(offsetof(UPoseGroup, MinDurationSeconds) == 0x000068, "Member 'UPoseGroup::MinDurationSeconds' has a wrong offset!"); \ static_assert(offsetof(UPoseGroup, MaxDurationSeconds) == 0x00006C, "Member 'UPoseGroup::MaxDurationSeconds' has a wrong offset!"); \ static_assert(offsetof(UPoseGroup, ExplicitPoseGroupName) == 0x000070, "Member 'UPoseGroup::ExplicitPoseGroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPoseUtilities \ static_assert(alignof(UPoseUtilities) == 0x000008, "Wrong alignment on UPoseUtilities"); \ static_assert(sizeof(UPoseUtilities) == 0x000028, "Wrong size on UPoseUtilities"); \ #define DUMPER7_ASSERTS_IPreviewVariableRequest \ static_assert(alignof(IPreviewVariableRequest) == 0x000001, "Wrong alignment on IPreviewVariableRequest"); \ static_assert(sizeof(IPreviewVariableRequest) == 0x000001, "Wrong size on IPreviewVariableRequest"); \ #define DUMPER7_ASSERTS_IProviderOwner \ static_assert(alignof(IProviderOwner) == 0x000001, "Wrong alignment on IProviderOwner"); \ static_assert(sizeof(IProviderOwner) == 0x000001, "Wrong size on IProviderOwner"); \ #define DUMPER7_ASSERTS_IProviderStateHost \ static_assert(alignof(IProviderStateHost) == 0x000001, "Wrong alignment on IProviderStateHost"); \ static_assert(sizeof(IProviderStateHost) == 0x000001, "Wrong size on IProviderStateHost"); \ #define DUMPER7_ASSERTS_RootControlFunctions_AdjustWorldSpaceTransform \ static_assert(alignof(RootControlFunctions_AdjustWorldSpaceTransform) == 0x000008, "Wrong alignment on RootControlFunctions_AdjustWorldSpaceTransform"); \ static_assert(sizeof(RootControlFunctions_AdjustWorldSpaceTransform) == 0x000020, "Wrong size on RootControlFunctions_AdjustWorldSpaceTransform"); \ static_assert(offsetof(RootControlFunctions_AdjustWorldSpaceTransform, Actor) == 0x000000, "Member 'RootControlFunctions_AdjustWorldSpaceTransform::Actor' has a wrong offset!"); \ static_assert(offsetof(RootControlFunctions_AdjustWorldSpaceTransform, TranslationOffset) == 0x000008, "Member 'RootControlFunctions_AdjustWorldSpaceTransform::TranslationOffset' has a wrong offset!"); \ static_assert(offsetof(RootControlFunctions_AdjustWorldSpaceTransform, RotationOffset) == 0x000014, "Member 'RootControlFunctions_AdjustWorldSpaceTransform::RotationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootControlFunctions \ static_assert(alignof(URootControlFunctions) == 0x000008, "Wrong alignment on URootControlFunctions"); \ static_assert(sizeof(URootControlFunctions) == 0x000028, "Wrong size on URootControlFunctions"); \ #define DUMPER7_ASSERTS_ISkeletalMeshDriver \ static_assert(alignof(ISkeletalMeshDriver) == 0x000001, "Wrong alignment on ISkeletalMeshDriver"); \ static_assert(sizeof(ISkeletalMeshDriver) == 0x000001, "Wrong size on ISkeletalMeshDriver"); \ #define DUMPER7_ASSERTS_USpawn_ByClass \ static_assert(alignof(USpawn_ByClass) == 0x000008, "Wrong alignment on USpawn_ByClass"); \ static_assert(sizeof(USpawn_ByClass) == 0x000058, "Wrong size on USpawn_ByClass"); \ static_assert(offsetof(USpawn_ByClass, ActorClass) == 0x000048, "Member 'USpawn_ByClass::ActorClass' has a wrong offset!"); \ static_assert(offsetof(USpawn_ByClass, ActorTemplate) == 0x000050, "Member 'USpawn_ByClass::ActorTemplate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawnByPrimitiveOptions \ static_assert(alignof(USpawnByPrimitiveOptions) == 0x000008, "Wrong alignment on USpawnByPrimitiveOptions"); \ static_assert(sizeof(USpawnByPrimitiveOptions) == 0x000028, "Wrong size on USpawnByPrimitiveOptions"); \ #define DUMPER7_ASSERTS_USpawnByPrimitiveOptionsShadows \ static_assert(alignof(USpawnByPrimitiveOptionsShadows) == 0x000008, "Wrong alignment on USpawnByPrimitiveOptionsShadows"); \ static_assert(sizeof(USpawnByPrimitiveOptionsShadows) == 0x000030, "Wrong size on USpawnByPrimitiveOptionsShadows"); \ static_assert(offsetof(USpawnByPrimitiveOptionsShadows, ShadowMinLOD) == 0x000028, "Member 'USpawnByPrimitiveOptionsShadows::ShadowMinLOD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawnByPrimitiveOptionsCustomDepth \ static_assert(alignof(USpawnByPrimitiveOptionsCustomDepth) == 0x000008, "Wrong alignment on USpawnByPrimitiveOptionsCustomDepth"); \ static_assert(sizeof(USpawnByPrimitiveOptionsCustomDepth) == 0x000030, "Wrong size on USpawnByPrimitiveOptionsCustomDepth"); \ static_assert(offsetof(USpawnByPrimitiveOptionsCustomDepth, bRenderCustomDepth) == 0x000028, "Member 'USpawnByPrimitiveOptionsCustomDepth::bRenderCustomDepth' has a wrong offset!"); \ static_assert(offsetof(USpawnByPrimitiveOptionsCustomDepth, CustomDepthStencilWriteMask) == 0x000029, "Member 'USpawnByPrimitiveOptionsCustomDepth::CustomDepthStencilWriteMask' has a wrong offset!"); \ static_assert(offsetof(USpawnByPrimitiveOptionsCustomDepth, CustomDepthStencilValue) == 0x00002C, "Member 'USpawnByPrimitiveOptionsCustomDepth::CustomDepthStencilValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawnByPrimitiveOptionsTranslucency \ static_assert(alignof(USpawnByPrimitiveOptionsTranslucency) == 0x000008, "Wrong alignment on USpawnByPrimitiveOptionsTranslucency"); \ static_assert(sizeof(USpawnByPrimitiveOptionsTranslucency) == 0x000030, "Wrong size on USpawnByPrimitiveOptionsTranslucency"); \ static_assert(offsetof(USpawnByPrimitiveOptionsTranslucency, TranslucencySortPriority) == 0x000028, "Member 'USpawnByPrimitiveOptionsTranslucency::TranslucencySortPriority' has a wrong offset!"); \ static_assert(offsetof(USpawnByPrimitiveOptionsTranslucency, TranslucencySortDistanceOffset) == 0x00002C, "Member 'USpawnByPrimitiveOptionsTranslucency::TranslucencySortDistanceOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawnByPrimitiveOptionsLightingChannels \ static_assert(alignof(USpawnByPrimitiveOptionsLightingChannels) == 0x000008, "Wrong alignment on USpawnByPrimitiveOptionsLightingChannels"); \ static_assert(sizeof(USpawnByPrimitiveOptionsLightingChannels) == 0x000030, "Wrong size on USpawnByPrimitiveOptionsLightingChannels"); \ static_assert(offsetof(USpawnByPrimitiveOptionsLightingChannels, LightingChannels) == 0x000028, "Member 'USpawnByPrimitiveOptionsLightingChannels::LightingChannels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawnByPrimitiveOptionsOccluder \ static_assert(alignof(USpawnByPrimitiveOptionsOccluder) == 0x000008, "Wrong alignment on USpawnByPrimitiveOptionsOccluder"); \ static_assert(sizeof(USpawnByPrimitiveOptionsOccluder) == 0x000030, "Wrong size on USpawnByPrimitiveOptionsOccluder"); \ static_assert(offsetof(USpawnByPrimitiveOptionsOccluder, bUseAsOccluder) == 0x000028, "Member 'USpawnByPrimitiveOptionsOccluder::bUseAsOccluder' has a wrong offset!"); \ static_assert(offsetof(USpawnByPrimitiveOptionsOccluder, bTreatAsBackgroundForOcclusion) == 0x000029, "Member 'USpawnByPrimitiveOptionsOccluder::bTreatAsBackgroundForOcclusion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawnByPrimitiveOptionsReceivesDecals \ static_assert(alignof(USpawnByPrimitiveOptionsReceivesDecals) == 0x000008, "Wrong alignment on USpawnByPrimitiveOptionsReceivesDecals"); \ static_assert(sizeof(USpawnByPrimitiveOptionsReceivesDecals) == 0x000030, "Wrong size on USpawnByPrimitiveOptionsReceivesDecals"); \ static_assert(offsetof(USpawnByPrimitiveOptionsReceivesDecals, bReceivesDecals) == 0x000028, "Member 'USpawnByPrimitiveOptionsReceivesDecals::bReceivesDecals' has a wrong offset!"); \ static_assert(offsetof(USpawnByPrimitiveOptionsReceivesDecals, bReceivesWeatherDecals) == 0x000029, "Member 'USpawnByPrimitiveOptionsReceivesDecals::bReceivesWeatherDecals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawnByPrimitiveOptionsDisableCollisions \ static_assert(alignof(USpawnByPrimitiveOptionsDisableCollisions) == 0x000008, "Wrong alignment on USpawnByPrimitiveOptionsDisableCollisions"); \ static_assert(sizeof(USpawnByPrimitiveOptionsDisableCollisions) == 0x000028, "Wrong size on USpawnByPrimitiveOptionsDisableCollisions"); \ #define DUMPER7_ASSERTS_USpawnByPrimitiveOptionsVisibility \ static_assert(alignof(USpawnByPrimitiveOptionsVisibility) == 0x000008, "Wrong alignment on USpawnByPrimitiveOptionsVisibility"); \ static_assert(sizeof(USpawnByPrimitiveOptionsVisibility) == 0x000030, "Wrong size on USpawnByPrimitiveOptionsVisibility"); \ static_assert(offsetof(USpawnByPrimitiveOptionsVisibility, bVisible) == 0x000028, "Member 'USpawnByPrimitiveOptionsVisibility::bVisible' has a wrong offset!"); \ static_assert(offsetof(USpawnByPrimitiveOptionsVisibility, bIncludeChildren) == 0x000029, "Member 'USpawnByPrimitiveOptionsVisibility::bIncludeChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawnByPrimitiveOptionsTick \ static_assert(alignof(USpawnByPrimitiveOptionsTick) == 0x000008, "Wrong alignment on USpawnByPrimitiveOptionsTick"); \ static_assert(sizeof(USpawnByPrimitiveOptionsTick) == 0x000030, "Wrong size on USpawnByPrimitiveOptionsTick"); \ static_assert(offsetof(USpawnByPrimitiveOptionsTick, bTickEnabled) == 0x000028, "Member 'USpawnByPrimitiveOptionsTick::bTickEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawnByPrimitiveOptionsSimulatePhysics \ static_assert(alignof(USpawnByPrimitiveOptionsSimulatePhysics) == 0x000008, "Wrong alignment on USpawnByPrimitiveOptionsSimulatePhysics"); \ static_assert(sizeof(USpawnByPrimitiveOptionsSimulatePhysics) == 0x000030, "Wrong size on USpawnByPrimitiveOptionsSimulatePhysics"); \ static_assert(offsetof(USpawnByPrimitiveOptionsSimulatePhysics, bSimulatePhysics) == 0x000028, "Member 'USpawnByPrimitiveOptionsSimulatePhysics::bSimulatePhysics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawnByPrimitiveOptionsGenerateOverlaps \ static_assert(alignof(USpawnByPrimitiveOptionsGenerateOverlaps) == 0x000008, "Wrong alignment on USpawnByPrimitiveOptionsGenerateOverlaps"); \ static_assert(sizeof(USpawnByPrimitiveOptionsGenerateOverlaps) == 0x000030, "Wrong size on USpawnByPrimitiveOptionsGenerateOverlaps"); \ static_assert(offsetof(USpawnByPrimitiveOptionsGenerateOverlaps, bGenerateOverlaps) == 0x000028, "Member 'USpawnByPrimitiveOptionsGenerateOverlaps::bGenerateOverlaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawnByPrimitiveOptionsBoundsScale \ static_assert(alignof(USpawnByPrimitiveOptionsBoundsScale) == 0x000008, "Wrong alignment on USpawnByPrimitiveOptionsBoundsScale"); \ static_assert(sizeof(USpawnByPrimitiveOptionsBoundsScale) == 0x000030, "Wrong size on USpawnByPrimitiveOptionsBoundsScale"); \ static_assert(offsetof(USpawnByPrimitiveOptionsBoundsScale, BoundsScale) == 0x000028, "Member 'USpawnByPrimitiveOptionsBoundsScale::BoundsScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawnByPrimitiveOptionsDrawDistance \ static_assert(alignof(USpawnByPrimitiveOptionsDrawDistance) == 0x000008, "Wrong alignment on USpawnByPrimitiveOptionsDrawDistance"); \ static_assert(sizeof(USpawnByPrimitiveOptionsDrawDistance) == 0x000038, "Wrong size on USpawnByPrimitiveOptionsDrawDistance"); \ static_assert(offsetof(USpawnByPrimitiveOptionsDrawDistance, MinDrawDistance) == 0x000028, "Member 'USpawnByPrimitiveOptionsDrawDistance::MinDrawDistance' has a wrong offset!"); \ static_assert(offsetof(USpawnByPrimitiveOptionsDrawDistance, CullDistance) == 0x00002C, "Member 'USpawnByPrimitiveOptionsDrawDistance::CullDistance' has a wrong offset!"); \ static_assert(offsetof(USpawnByPrimitiveOptionsDrawDistance, bNeverDistanceCull) == 0x000030, "Member 'USpawnByPrimitiveOptionsDrawDistance::bNeverDistanceCull' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawnByPrimitiveOptionsRenderPasses \ static_assert(alignof(USpawnByPrimitiveOptionsRenderPasses) == 0x000008, "Wrong alignment on USpawnByPrimitiveOptionsRenderPasses"); \ static_assert(sizeof(USpawnByPrimitiveOptionsRenderPasses) == 0x000030, "Wrong size on USpawnByPrimitiveOptionsRenderPasses"); \ static_assert(offsetof(USpawnByPrimitiveOptionsRenderPasses, bRenderInMainPass) == 0x000028, "Member 'USpawnByPrimitiveOptionsRenderPasses::bRenderInMainPass' has a wrong offset!"); \ static_assert(offsetof(USpawnByPrimitiveOptionsRenderPasses, bRenderInDepthPass) == 0x000029, "Member 'USpawnByPrimitiveOptionsRenderPasses::bRenderInDepthPass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawnByPrimitiveOptionsDepthPriorityGroup \ static_assert(alignof(USpawnByPrimitiveOptionsDepthPriorityGroup) == 0x000008, "Wrong alignment on USpawnByPrimitiveOptionsDepthPriorityGroup"); \ static_assert(sizeof(USpawnByPrimitiveOptionsDepthPriorityGroup) == 0x000030, "Wrong size on USpawnByPrimitiveOptionsDepthPriorityGroup"); \ static_assert(offsetof(USpawnByPrimitiveOptionsDepthPriorityGroup, DepthPriorityGroup) == 0x000028, "Member 'USpawnByPrimitiveOptionsDepthPriorityGroup::DepthPriorityGroup' has a wrong offset!"); \ static_assert(offsetof(USpawnByPrimitiveOptionsDepthPriorityGroup, ViewOwnerDepthPriorityGroup) == 0x000029, "Member 'USpawnByPrimitiveOptionsDepthPriorityGroup::ViewOwnerDepthPriorityGroup' has a wrong offset!"); \ static_assert(offsetof(USpawnByPrimitiveOptionsDepthPriorityGroup, bUseViewOwnerDepthPriorityGroup) == 0x00002A, "Member 'USpawnByPrimitiveOptionsDepthPriorityGroup::bUseViewOwnerDepthPriorityGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawn_BySkeletalMesh \ static_assert(alignof(USpawn_BySkeletalMesh) == 0x000008, "Wrong alignment on USpawn_BySkeletalMesh"); \ static_assert(sizeof(USpawn_BySkeletalMesh) == 0x000068, "Wrong size on USpawn_BySkeletalMesh"); \ static_assert(offsetof(USpawn_BySkeletalMesh, SkeletalMesh) == 0x000048, "Member 'USpawn_BySkeletalMesh::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(USpawn_BySkeletalMesh, LODOverride) == 0x000050, "Member 'USpawn_BySkeletalMesh::LODOverride' has a wrong offset!"); \ static_assert(offsetof(USpawn_BySkeletalMesh, PrimitiveOptions) == 0x000058, "Member 'USpawn_BySkeletalMesh::PrimitiveOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawn_ByStaticMesh \ static_assert(alignof(USpawn_ByStaticMesh) == 0x000008, "Wrong alignment on USpawn_ByStaticMesh"); \ static_assert(sizeof(USpawn_ByStaticMesh) == 0x000068, "Wrong size on USpawn_ByStaticMesh"); \ static_assert(offsetof(USpawn_ByStaticMesh, StaticMesh) == 0x000048, "Member 'USpawn_ByStaticMesh::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(USpawn_ByStaticMesh, LODOverride) == 0x000050, "Member 'USpawn_ByStaticMesh::LODOverride' has a wrong offset!"); \ static_assert(offsetof(USpawn_ByStaticMesh, PrimitiveOptions) == 0x000058, "Member 'USpawn_ByStaticMesh::PrimitiveOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ISpawnedActorHost \ static_assert(alignof(ISpawnedActorHost) == 0x000001, "Wrong alignment on ISpawnedActorHost"); \ static_assert(sizeof(ISpawnedActorHost) == 0x000001, "Wrong size on ISpawnedActorHost"); \ #define DUMPER7_ASSERTS_UStaticMeshPoolBaseData \ static_assert(alignof(UStaticMeshPoolBaseData) == 0x000008, "Wrong alignment on UStaticMeshPoolBaseData"); \ static_assert(sizeof(UStaticMeshPoolBaseData) == 0x000040, "Wrong size on UStaticMeshPoolBaseData"); \ static_assert(offsetof(UStaticMeshPoolBaseData, ConditionalStaticMeshPoolGroup) == 0x000030, "Member 'UStaticMeshPoolBaseData::ConditionalStaticMeshPoolGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStringProvider \ static_assert(alignof(UStringProvider) == 0x000008, "Wrong alignment on UStringProvider"); \ static_assert(sizeof(UStringProvider) == 0x000028, "Wrong size on UStringProvider"); \ #define DUMPER7_ASSERTS_UString_Direct \ static_assert(alignof(UString_Direct) == 0x000008, "Wrong alignment on UString_Direct"); \ static_assert(sizeof(UString_Direct) == 0x000038, "Wrong size on UString_Direct"); \ static_assert(offsetof(UString_Direct, Value) == 0x000028, "Member 'UString_Direct::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_AnimationActor \ static_assert(alignof(UTransform_AnimationActor) == 0x000008, "Wrong alignment on UTransform_AnimationActor"); \ static_assert(sizeof(UTransform_AnimationActor) == 0x000048, "Wrong size on UTransform_AnimationActor"); \ static_assert(offsetof(UTransform_AnimationActor, Actor) == 0x000038, "Member 'UTransform_AnimationActor::Actor' has a wrong offset!"); \ static_assert(offsetof(UTransform_AnimationActor, BoneName) == 0x000040, "Member 'UTransform_AnimationActor::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_AnimationBone \ static_assert(alignof(UTransform_AnimationBone) == 0x000008, "Wrong alignment on UTransform_AnimationBone"); \ static_assert(sizeof(UTransform_AnimationBone) == 0x000040, "Wrong size on UTransform_AnimationBone"); \ static_assert(offsetof(UTransform_AnimationBone, BoneName) == 0x000038, "Member 'UTransform_AnimationBone::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_AnimationRoot \ static_assert(alignof(UTransform_AnimationRoot) == 0x000008, "Wrong alignment on UTransform_AnimationRoot"); \ static_assert(sizeof(UTransform_AnimationRoot) == 0x000038, "Wrong size on UTransform_AnimationRoot"); \ #define DUMPER7_ASSERTS_UTransform_Blend \ static_assert(alignof(UTransform_Blend) == 0x000008, "Wrong alignment on UTransform_Blend"); \ static_assert(sizeof(UTransform_Blend) == 0x000040, "Wrong size on UTransform_Blend"); \ static_assert(offsetof(UTransform_Blend, InitialTransform) == 0x000028, "Member 'UTransform_Blend::InitialTransform' has a wrong offset!"); \ static_assert(offsetof(UTransform_Blend, FinalTransform) == 0x000030, "Member 'UTransform_Blend::FinalTransform' has a wrong offset!"); \ static_assert(offsetof(UTransform_Blend, Blend) == 0x000038, "Member 'UTransform_Blend::Blend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_BoneUnscaled \ static_assert(alignof(UTransform_BoneUnscaled) == 0x000008, "Wrong alignment on UTransform_BoneUnscaled"); \ static_assert(sizeof(UTransform_BoneUnscaled) == 0x000030, "Wrong size on UTransform_BoneUnscaled"); \ static_assert(offsetof(UTransform_BoneUnscaled, BoneName) == 0x000028, "Member 'UTransform_BoneUnscaled::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_CastRay \ static_assert(alignof(UTransform_CastRay) == 0x000008, "Wrong alignment on UTransform_CastRay"); \ static_assert(sizeof(UTransform_CastRay) == 0x000058, "Wrong size on UTransform_CastRay"); \ static_assert(offsetof(UTransform_CastRay, RaycastStart) == 0x000028, "Member 'UTransform_CastRay::RaycastStart' has a wrong offset!"); \ static_assert(offsetof(UTransform_CastRay, ComponentTransform) == 0x000030, "Member 'UTransform_CastRay::ComponentTransform' has a wrong offset!"); \ static_assert(offsetof(UTransform_CastRay, Direction) == 0x000038, "Member 'UTransform_CastRay::Direction' has a wrong offset!"); \ static_assert(offsetof(UTransform_CastRay, ForwardDirection) == 0x000040, "Member 'UTransform_CastRay::ForwardDirection' has a wrong offset!"); \ static_assert(offsetof(UTransform_CastRay, SearchDistance) == 0x00004C, "Member 'UTransform_CastRay::SearchDistance' has a wrong offset!"); \ static_assert(offsetof(UTransform_CastRay, OffsetDistance) == 0x000050, "Member 'UTransform_CastRay::OffsetDistance' has a wrong offset!"); \ static_assert(offsetof(UTransform_CastRay, TraceType) == 0x000054, "Member 'UTransform_CastRay::TraceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_Conditional \ static_assert(alignof(UTransform_Conditional) == 0x000008, "Wrong alignment on UTransform_Conditional"); \ static_assert(sizeof(UTransform_Conditional) == 0x000038, "Wrong size on UTransform_Conditional"); \ static_assert(offsetof(UTransform_Conditional, Condition) == 0x000028, "Member 'UTransform_Conditional::Condition' has a wrong offset!"); \ static_assert(offsetof(UTransform_Conditional, Transform) == 0x000030, "Member 'UTransform_Conditional::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_CurrentCamera \ static_assert(alignof(UTransform_CurrentCamera) == 0x000008, "Wrong alignment on UTransform_CurrentCamera"); \ static_assert(sizeof(UTransform_CurrentCamera) == 0x000028, "Wrong size on UTransform_CurrentCamera"); \ #define DUMPER7_ASSERTS_UTransform_Direct \ static_assert(alignof(UTransform_Direct) == 0x000010, "Wrong alignment on UTransform_Direct"); \ static_assert(sizeof(UTransform_Direct) == 0x000060, "Wrong size on UTransform_Direct"); \ static_assert(offsetof(UTransform_Direct, Transform) == 0x000030, "Member 'UTransform_Direct::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_FindLedgeFromAbove \ static_assert(alignof(UTransform_FindLedgeFromAbove) == 0x000008, "Wrong alignment on UTransform_FindLedgeFromAbove"); \ static_assert(sizeof(UTransform_FindLedgeFromAbove) == 0x000048, "Wrong size on UTransform_FindLedgeFromAbove"); \ static_assert(offsetof(UTransform_FindLedgeFromAbove, horizontalOffset) == 0x000028, "Member 'UTransform_FindLedgeFromAbove::horizontalOffset' has a wrong offset!"); \ static_assert(offsetof(UTransform_FindLedgeFromAbove, InitialHeight) == 0x00002C, "Member 'UTransform_FindLedgeFromAbove::InitialHeight' has a wrong offset!"); \ static_assert(offsetof(UTransform_FindLedgeFromAbove, SearchDistance) == 0x000030, "Member 'UTransform_FindLedgeFromAbove::SearchDistance' has a wrong offset!"); \ static_assert(offsetof(UTransform_FindLedgeFromAbove, SphereRadius) == 0x000034, "Member 'UTransform_FindLedgeFromAbove::SphereRadius' has a wrong offset!"); \ static_assert(offsetof(UTransform_FindLedgeFromAbove, RaycastStart) == 0x000038, "Member 'UTransform_FindLedgeFromAbove::RaycastStart' has a wrong offset!"); \ static_assert(offsetof(UTransform_FindLedgeFromAbove, TraceType) == 0x000040, "Member 'UTransform_FindLedgeFromAbove::TraceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_FindWallInForwardDirection \ static_assert(alignof(UTransform_FindWallInForwardDirection) == 0x000008, "Wrong alignment on UTransform_FindWallInForwardDirection"); \ static_assert(sizeof(UTransform_FindWallInForwardDirection) == 0x000048, "Wrong size on UTransform_FindWallInForwardDirection"); \ static_assert(offsetof(UTransform_FindWallInForwardDirection, verticalOffset) == 0x000028, "Member 'UTransform_FindWallInForwardDirection::verticalOffset' has a wrong offset!"); \ static_assert(offsetof(UTransform_FindWallInForwardDirection, SearchDistance) == 0x00002C, "Member 'UTransform_FindWallInForwardDirection::SearchDistance' has a wrong offset!"); \ static_assert(offsetof(UTransform_FindWallInForwardDirection, SphereRadius) == 0x000030, "Member 'UTransform_FindWallInForwardDirection::SphereRadius' has a wrong offset!"); \ static_assert(offsetof(UTransform_FindWallInForwardDirection, RaycastStart) == 0x000038, "Member 'UTransform_FindWallInForwardDirection::RaycastStart' has a wrong offset!"); \ static_assert(offsetof(UTransform_FindWallInForwardDirection, TraceType) == 0x000040, "Member 'UTransform_FindWallInForwardDirection::TraceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_FromActor \ static_assert(alignof(UTransform_FromActor) == 0x000008, "Wrong alignment on UTransform_FromActor"); \ static_assert(sizeof(UTransform_FromActor) == 0x000048, "Wrong size on UTransform_FromActor"); \ static_assert(offsetof(UTransform_FromActor, Actor) == 0x000028, "Member 'UTransform_FromActor::Actor' has a wrong offset!"); \ static_assert(offsetof(UTransform_FromActor, ComponentToUse) == 0x000030, "Member 'UTransform_FromActor::ComponentToUse' has a wrong offset!"); \ static_assert(offsetof(UTransform_FromActor, SocketName) == 0x000034, "Member 'UTransform_FromActor::SocketName' has a wrong offset!"); \ static_assert(offsetof(UTransform_FromActor, FallbackTransform) == 0x000040, "Member 'UTransform_FromActor::FallbackTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_FromAttachParentActor \ static_assert(alignof(UTransform_FromAttachParentActor) == 0x000008, "Wrong alignment on UTransform_FromAttachParentActor"); \ static_assert(sizeof(UTransform_FromAttachParentActor) == 0x000038, "Wrong size on UTransform_FromAttachParentActor"); \ static_assert(offsetof(UTransform_FromAttachParentActor, Actor) == 0x000028, "Member 'UTransform_FromAttachParentActor::Actor' has a wrong offset!"); \ static_assert(offsetof(UTransform_FromAttachParentActor, SocketName) == 0x000030, "Member 'UTransform_FromAttachParentActor::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_ParentConstraint \ static_assert(alignof(UTransform_ParentConstraint) == 0x000008, "Wrong alignment on UTransform_ParentConstraint"); \ static_assert(sizeof(UTransform_ParentConstraint) == 0x000038, "Wrong size on UTransform_ParentConstraint"); \ static_assert(offsetof(UTransform_ParentConstraint, ParentTransform) == 0x000028, "Member 'UTransform_ParentConstraint::ParentTransform' has a wrong offset!"); \ static_assert(offsetof(UTransform_ParentConstraint, TransformInParentSpace) == 0x000030, "Member 'UTransform_ParentConstraint::TransformInParentSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_PointAndOrientConstraint \ static_assert(alignof(UTransform_PointAndOrientConstraint) == 0x000008, "Wrong alignment on UTransform_PointAndOrientConstraint"); \ static_assert(sizeof(UTransform_PointAndOrientConstraint) == 0x000058, "Wrong size on UTransform_PointAndOrientConstraint"); \ static_assert(offsetof(UTransform_PointAndOrientConstraint, TranslationParent) == 0x000028, "Member 'UTransform_PointAndOrientConstraint::TranslationParent' has a wrong offset!"); \ static_assert(offsetof(UTransform_PointAndOrientConstraint, TranslationInParentSpace) == 0x000030, "Member 'UTransform_PointAndOrientConstraint::TranslationInParentSpace' has a wrong offset!"); \ static_assert(offsetof(UTransform_PointAndOrientConstraint, RotationParent) == 0x000040, "Member 'UTransform_PointAndOrientConstraint::RotationParent' has a wrong offset!"); \ static_assert(offsetof(UTransform_PointAndOrientConstraint, RotationInParentSpace) == 0x000048, "Member 'UTransform_PointAndOrientConstraint::RotationInParentSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_Tagged \ static_assert(alignof(UTransform_Tagged) == 0x000008, "Wrong alignment on UTransform_Tagged"); \ static_assert(sizeof(UTransform_Tagged) == 0x000038, "Wrong size on UTransform_Tagged"); \ static_assert(offsetof(UTransform_Tagged, Actor) == 0x000028, "Member 'UTransform_Tagged::Actor' has a wrong offset!"); \ static_assert(offsetof(UTransform_Tagged, Tag) == 0x000030, "Member 'UTransform_Tagged::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUprightAttachSceneComponent \ static_assert(alignof(UUprightAttachSceneComponent) == 0x000010, "Wrong alignment on UUprightAttachSceneComponent"); \ static_assert(sizeof(UUprightAttachSceneComponent) == 0x000260, "Wrong size on UUprightAttachSceneComponent"); \ static_assert(offsetof(UUprightAttachSceneComponent, AttachmentLocalOffset) == 0x000220, "Member 'UUprightAttachSceneComponent::AttachmentLocalOffset' has a wrong offset!"); \ static_assert(offsetof(UUprightAttachSceneComponent, bUseActorForward) == 0x000250, "Member 'UUprightAttachSceneComponent::bUseActorForward' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Vector2DProvider_GetVector2DBP \ static_assert(alignof(Vector2DProvider_GetVector2DBP) == 0x000008, "Wrong alignment on Vector2DProvider_GetVector2DBP"); \ static_assert(sizeof(Vector2DProvider_GetVector2DBP) == 0x000010, "Wrong size on Vector2DProvider_GetVector2DBP"); \ static_assert(offsetof(Vector2DProvider_GetVector2DBP, Context) == 0x000000, "Member 'Vector2DProvider_GetVector2DBP::Context' has a wrong offset!"); \ static_assert(offsetof(Vector2DProvider_GetVector2DBP, ReturnValue) == 0x000008, "Member 'Vector2DProvider_GetVector2DBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVector2DProvider \ static_assert(alignof(UVector2DProvider) == 0x000008, "Wrong alignment on UVector2DProvider"); \ static_assert(sizeof(UVector2DProvider) == 0x000028, "Wrong size on UVector2DProvider"); \ #define DUMPER7_ASSERTS_UVector2D_Direct \ static_assert(alignof(UVector2D_Direct) == 0x000008, "Wrong alignment on UVector2D_Direct"); \ static_assert(sizeof(UVector2D_Direct) == 0x000030, "Wrong size on UVector2D_Direct"); \ static_assert(offsetof(UVector2D_Direct, Value) == 0x000028, "Member 'UVector2D_Direct::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VectorProvider_GetVectorBP \ static_assert(alignof(VectorProvider_GetVectorBP) == 0x000008, "Wrong alignment on VectorProvider_GetVectorBP"); \ static_assert(sizeof(VectorProvider_GetVectorBP) == 0x000018, "Wrong size on VectorProvider_GetVectorBP"); \ static_assert(offsetof(VectorProvider_GetVectorBP, Context) == 0x000000, "Member 'VectorProvider_GetVectorBP::Context' has a wrong offset!"); \ static_assert(offsetof(VectorProvider_GetVectorBP, TimeOffset) == 0x000008, "Member 'VectorProvider_GetVectorBP::TimeOffset' has a wrong offset!"); \ static_assert(offsetof(VectorProvider_GetVectorBP, ReturnValue) == 0x00000C, "Member 'VectorProvider_GetVectorBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVectorProvider \ static_assert(alignof(UVectorProvider) == 0x000008, "Wrong alignment on UVectorProvider"); \ static_assert(sizeof(UVectorProvider) == 0x000028, "Wrong size on UVectorProvider"); \ #define DUMPER7_ASSERTS_UVector_Direct \ static_assert(alignof(UVector_Direct) == 0x000008, "Wrong alignment on UVector_Direct"); \ static_assert(sizeof(UVector_Direct) == 0x000038, "Wrong size on UVector_Direct"); \ static_assert(offsetof(UVector_Direct, Value) == 0x000028, "Member 'UVector_Direct::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWarmUpComponent \ static_assert(alignof(UWarmUpComponent) == 0x000008, "Wrong alignment on UWarmUpComponent"); \ static_assert(sizeof(UWarmUpComponent) == 0x0000E0, "Wrong size on UWarmUpComponent"); \ static_assert(offsetof(UWarmUpComponent, Tags) == 0x0000D0, "Member 'UWarmUpComponent::Tags' 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_FAvaAudioDialogueMetaData \ static_assert(alignof(FAvaAudioDialogueMetaData) == 0x000008, "Wrong alignment on FAvaAudioDialogueMetaData"); \ static_assert(sizeof(FAvaAudioDialogueMetaData) == 0x000068, "Wrong size on FAvaAudioDialogueMetaData"); \ static_assert(offsetof(FAvaAudioDialogueMetaData, DurationSeconds) == 0x000000, "Member 'FAvaAudioDialogueMetaData::DurationSeconds' has a wrong offset!"); \ static_assert(offsetof(FAvaAudioDialogueMetaData, LipsyncPrerollSeconds) == 0x000004, "Member 'FAvaAudioDialogueMetaData::LipsyncPrerollSeconds' has a wrong offset!"); \ static_assert(offsetof(FAvaAudioDialogueMetaData, SocialSemanticEmotionHint) == 0x000008, "Member 'FAvaAudioDialogueMetaData::SocialSemanticEmotionHint' has a wrong offset!"); \ static_assert(offsetof(FAvaAudioDialogueMetaData, EmotionHint) == 0x00000C, "Member 'FAvaAudioDialogueMetaData::EmotionHint' has a wrong offset!"); \ static_assert(offsetof(FAvaAudioDialogueMetaData, bIsLanguageSpecific) == 0x00000D, "Member 'FAvaAudioDialogueMetaData::bIsLanguageSpecific' has a wrong offset!"); \ static_assert(offsetof(FAvaAudioDialogueMetaData, bIsEmote) == 0x00000E, "Member 'FAvaAudioDialogueMetaData::bIsEmote' has a wrong offset!"); \ static_assert(offsetof(FAvaAudioDialogueMetaData, bForceSubtitle) == 0x000011, "Member 'FAvaAudioDialogueMetaData::bForceSubtitle' has a wrong offset!"); \ static_assert(offsetof(FAvaAudioDialogueMetaData, bSuppressSubtitle) == 0x000012, "Member 'FAvaAudioDialogueMetaData::bSuppressSubtitle' has a wrong offset!"); \ static_assert(offsetof(FAvaAudioDialogueMetaData, bSuppressSubtitleCharacterName) == 0x000013, "Member 'FAvaAudioDialogueMetaData::bSuppressSubtitleCharacterName' has a wrong offset!"); \ static_assert(offsetof(FAvaAudioDialogueMetaData, MetaDataMap) == 0x000018, "Member 'FAvaAudioDialogueMetaData::MetaDataMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAvaAudioPrepareDialogueSequenceResult \ static_assert(alignof(FAvaAudioPrepareDialogueSequenceResult) == 0x000008, "Wrong alignment on FAvaAudioPrepareDialogueSequenceResult"); \ static_assert(sizeof(FAvaAudioPrepareDialogueSequenceResult) == 0x0000C8, "Wrong size on FAvaAudioPrepareDialogueSequenceResult"); \ static_assert(offsetof(FAvaAudioPrepareDialogueSequenceResult, Parameters) == 0x000000, "Member 'FAvaAudioPrepareDialogueSequenceResult::Parameters' has a wrong offset!"); \ static_assert(offsetof(FAvaAudioPrepareDialogueSequenceResult, MetaData) == 0x000050, "Member 'FAvaAudioPrepareDialogueSequenceResult::MetaData' has a wrong offset!"); \ static_assert(offsetof(FAvaAudioPrepareDialogueSequenceResult, LineActor) == 0x0000B8, "Member 'FAvaAudioPrepareDialogueSequenceResult::LineActor' has a wrong offset!"); \ static_assert(offsetof(FAvaAudioPrepareDialogueSequenceResult, LineActorID) == 0x0000C0, "Member 'FAvaAudioPrepareDialogueSequenceResult::LineActorID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioLowBPLibrary_AvaAudioLowSampleFunction \ static_assert(alignof(AvaAudioLowBPLibrary_AvaAudioLowSampleFunction) == 0x000004, "Wrong alignment on AvaAudioLowBPLibrary_AvaAudioLowSampleFunction"); \ static_assert(sizeof(AvaAudioLowBPLibrary_AvaAudioLowSampleFunction) == 0x000008, "Wrong size on AvaAudioLowBPLibrary_AvaAudioLowSampleFunction"); \ static_assert(offsetof(AvaAudioLowBPLibrary_AvaAudioLowSampleFunction, Param) == 0x000000, "Member 'AvaAudioLowBPLibrary_AvaAudioLowSampleFunction::Param' has a wrong offset!"); \ static_assert(offsetof(AvaAudioLowBPLibrary_AvaAudioLowSampleFunction, ReturnValue) == 0x000004, "Member 'AvaAudioLowBPLibrary_AvaAudioLowSampleFunction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaAudioLowBPLibrary \ static_assert(alignof(UAvaAudioLowBPLibrary) == 0x000008, "Wrong alignment on UAvaAudioLowBPLibrary"); \ static_assert(sizeof(UAvaAudioLowBPLibrary) == 0x000028, "Wrong size on UAvaAudioLowBPLibrary"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart \ static_assert(alignof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart) == 0x000008, "Wrong alignment on BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart) == 0x000298, "Wrong size on BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, EntryPoint) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_BTCustomActionEvent_VariantMapHandle_4) == 0x000004, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_BTCustomActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000010, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000028, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000040, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_Not_PreBool_ReturnValue) == 0x000051, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetActorOwner_ReturnValue) == 0x000058, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_AsBiped_Player) == 0x000060, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_bSuccess_3) == 0x000068, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_FallingTest_Falling) == 0x000069, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_FallingTest_Falling' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetMobilityActionState_OutMobilityActionState) == 0x00006A, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetMobilityActionState_OutMobilityActionState' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00006B, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_FallingTest_Falling_1) == 0x00006C, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_FallingTest_Falling_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_FallingTest_Falling_2) == 0x00006D, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_FallingTest_Falling_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_Event_OwnerActor_2) == 0x000070, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_Event_DeltaSeconds) == 0x000078, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00007C, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_K2_InvalidateTimerHandle_ReturnValue) == 0x000080, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_K2_InvalidateTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_CreateDelegate_OutputDelegate) == 0x000088, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetActorOwner_ReturnValue_1) == 0x000098, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000A0, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_AsBiped_Player_1) == 0x0000A8, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_bSuccess_4) == 0x0000B0, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetBoolVariable_OnActor_ReturnValue) == 0x0000B1, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetBoolVariable_OnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x0000B4, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0000B8, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0000C0, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x0000C8, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_CreateVariantMap_ReturnValue) == 0x0000CC, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_CreateVariantMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetPlayerPawn_ReturnValue) == 0x0000D0, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x0000D8, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0000E0, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x0000E8, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetVariantInt32_FromHandle_bFound) == 0x0000EC, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetVariantInt32_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetVariantInt32_FromHandle_ReturnValue) == 0x0000F0, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetVariantInt32_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_Conv_IntToByte_ReturnValue) == 0x0000F4, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetValidValue_ReturnValue) == 0x0000F5, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000F6, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000F7, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_BooleanOR_ReturnValue) == 0x0000F8, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x0000F9, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_Event_OwnerActor_1) == 0x000100, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x000108, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_CreateDelegate_OutputDelegate_1) == 0x00010C, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000120, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_MakeLiteralBool_ReturnValue) == 0x000128, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_MakeLiteralBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_MakeLiteralByte_ReturnValue) == 0x000129, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x000130, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000138, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_bSuccess_5) == 0x000148, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000150, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_bSuccess_6) == 0x000160, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000161, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000168, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000170, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00017C, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_FClamp_ReturnValue) == 0x000180, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_HandleDodgeUnblockable_OutAttacker) == 0x000188, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_HandleDodgeUnblockable_OutAttacker' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_HandleDodgeUnblockable_ReturnValue) == 0x000190, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_HandleDodgeUnblockable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetActorForwardVector_ReturnValue) == 0x000194, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetBipedAnimInstance_ReturnValue_1) == 0x0001A0, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetBipedAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x0001A8, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_bSuccess_7) == 0x0001B8, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4) == 0x0001C0, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_bSuccess_8) == 0x0001D0, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5) == 0x0001D8, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_bSuccess_9) == 0x0001E8, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_6) == 0x0001F0, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_bSuccess_10) == 0x000200, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_7) == 0x000208, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_bSuccess_11) == 0x000218, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetWand_ReturnValue) == 0x000220, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_IsValid_ReturnValue) == 0x000228, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetTheBipedPlayer_ReturnValue_3) == 0x000230, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetTheBipedPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetTheBipedPlayer_ReturnValue_4) == 0x000238, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetTheBipedPlayer_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000240, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_DynamicCast_bSuccess_12) == 0x000250, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetMoveStickValues_X) == 0x000254, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetMoveStickValues_Y) == 0x000258, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_ProcessStick_WorldSpeed) == 0x00025C, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_ProcessStick_WorldDirection) == 0x000260, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_ProcessStick_ReturnValue) == 0x00026C, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetGameLogicObject_ReturnValue) == 0x000270, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetExpression_ReturnValue) == 0x000278, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_GetBoolVariable_ReturnValue) == 0x000279, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_GetBoolVariable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_Get_ReturnValue) == 0x000280, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, K2Node_Event_OwnerActor) == 0x000288, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_CompleteTutorialStepByAlias_ReturnValue) == 0x000290, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_CompleteTutorialStepByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart, CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue) == 0x000291, "Member 'BTT_Biped_DodgeStart_C_ExecuteUbergraph_BTT_Biped_DodgeStart::CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_ExitTask \ static_assert(alignof(BTT_Biped_DodgeStart_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_DodgeStart_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_DodgeStart_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_DodgeStart_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_DodgeStart_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_DodgeStart_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_ReceiveTick \ static_assert(alignof(BTT_Biped_DodgeStart_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_DodgeStart_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_DodgeStart_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_DodgeStart_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_DodgeStart_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_DodgeStart_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_DodgeStart_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_CustActionEvt_MakeInterruptible_FullBodySpellCast_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_DodgeStart_C_CustActionEvt_MakeInterruptible_FullBodySpellCast_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_DodgeStart_C_CustActionEvt_MakeInterruptible_FullBodySpellCast_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_CustActionEvt_MakeInterruptible_FullBodySpellCast_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_DodgeStart_C_CustActionEvt_MakeInterruptible_FullBodySpellCast_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CustActionEvt_MakeInterruptible_FullBodySpellCast_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_CustActionEvt_MakeInterruptible_FullBodySpellCast_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_DodgeStart_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_DodgeStart_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_DodgeStart_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_CustActionEvt_ToggleDodgeCamera_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_DodgeStart_C_CustActionEvt_ToggleDodgeCamera_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_DodgeStart_C_CustActionEvt_ToggleDodgeCamera_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_CustActionEvt_ToggleDodgeCamera_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_DodgeStart_C_CustActionEvt_ToggleDodgeCamera_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CustActionEvt_ToggleDodgeCamera_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_CustActionEvt_ToggleDodgeCamera_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_CustActionEvt_MakeInterruptible_Move_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTT_Biped_DodgeStart_C_CustActionEvt_MakeInterruptible_Move_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTT_Biped_DodgeStart_C_CustActionEvt_MakeInterruptible_Move_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_CustActionEvt_MakeInterruptible_Move_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTT_Biped_DodgeStart_C_CustActionEvt_MakeInterruptible_Move_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CustActionEvt_MakeInterruptible_Move_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_CustActionEvt_MakeInterruptible_Move_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_4 \ static_assert(alignof(BTT_Biped_DodgeStart_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong alignment on BTT_Biped_DodgeStart_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_4"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong size on BTT_Biped_DodgeStart_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_4"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_ToggleLockOnCamera \ static_assert(alignof(BTT_Biped_DodgeStart_C_ToggleLockOnCamera) == 0x000008, "Wrong alignment on BTT_Biped_DodgeStart_C_ToggleLockOnCamera"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_ToggleLockOnCamera) == 0x000038, "Wrong size on BTT_Biped_DodgeStart_C_ToggleLockOnCamera"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ToggleLockOnCamera, Object) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_ToggleLockOnCamera::Object' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ToggleLockOnCamera, Allowed) == 0x000008, "Member 'BTT_Biped_DodgeStart_C_ToggleLockOnCamera::Allowed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ToggleLockOnCamera, K2Node_DynamicCast_AsPawn) == 0x000010, "Member 'BTT_Biped_DodgeStart_C_ToggleLockOnCamera::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ToggleLockOnCamera, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_DodgeStart_C_ToggleLockOnCamera::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ToggleLockOnCamera, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'BTT_Biped_DodgeStart_C_ToggleLockOnCamera::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ToggleLockOnCamera, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000028, "Member 'BTT_Biped_DodgeStart_C_ToggleLockOnCamera::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ToggleLockOnCamera, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_DodgeStart_C_ToggleLockOnCamera::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_SetContexts \ static_assert(alignof(BTT_Biped_DodgeStart_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_DodgeStart_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_DodgeStart_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_ToggleDamageCollision \ static_assert(alignof(BTT_Biped_DodgeStart_C_ToggleDamageCollision) == 0x000008, "Wrong alignment on BTT_Biped_DodgeStart_C_ToggleDamageCollision"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_ToggleDamageCollision) == 0x000050, "Wrong size on BTT_Biped_DodgeStart_C_ToggleDamageCollision"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ToggleDamageCollision, CollisionResponse) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_ToggleDamageCollision::CollisionResponse' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ToggleDamageCollision, OwnerActor) == 0x000008, "Member 'BTT_Biped_DodgeStart_C_ToggleDamageCollision::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ToggleDamageCollision, NewLocalVar_0) == 0x000010, "Member 'BTT_Biped_DodgeStart_C_ToggleDamageCollision::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ToggleDamageCollision, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000018, "Member 'BTT_Biped_DodgeStart_C_ToggleDamageCollision::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ToggleDamageCollision, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_DodgeStart_C_ToggleDamageCollision::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ToggleDamageCollision, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BTT_Biped_DodgeStart_C_ToggleDamageCollision::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ToggleDamageCollision, CallFunc_GetSkeletalMesh_ReturnValue) == 0x000038, "Member 'BTT_Biped_DodgeStart_C_ToggleDamageCollision::CallFunc_GetSkeletalMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ToggleDamageCollision, Temp_object_Variable) == 0x000040, "Member 'BTT_Biped_DodgeStart_C_ToggleDamageCollision::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_ToggleDamageCollision, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BTT_Biped_DodgeStart_C_ToggleDamageCollision::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_Stop \ static_assert(alignof(BTT_Biped_DodgeStart_C_Stop) == 0x000008, "Wrong alignment on BTT_Biped_DodgeStart_C_Stop"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_Stop) == 0x000018, "Wrong size on BTT_Biped_DodgeStart_C_Stop"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_Stop, CallFunc_GetAnimInstance_ReturnValue) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_Stop::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_Stop, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x000008, "Member 'BTT_Biped_DodgeStart_C_Stop::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_Stop, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTT_Biped_DodgeStart_C_Stop::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_FallingTest \ static_assert(alignof(BTT_Biped_DodgeStart_C_FallingTest) == 0x000008, "Wrong alignment on BTT_Biped_DodgeStart_C_FallingTest"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_FallingTest) == 0x000038, "Wrong size on BTT_Biped_DodgeStart_C_FallingTest"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_FallingTest, Falling) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_FallingTest::Falling' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_FallingTest, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_Biped_DodgeStart_C_FallingTest::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_FallingTest, K2Node_DynamicCast_AsCharacter) == 0x000010, "Member 'BTT_Biped_DodgeStart_C_FallingTest::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_FallingTest, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_DodgeStart_C_FallingTest::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_FallingTest, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000020, "Member 'BTT_Biped_DodgeStart_C_FallingTest::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_FallingTest, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_DodgeStart_C_FallingTest::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_FallingTest, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BTT_Biped_DodgeStart_C_FallingTest::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge \ static_assert(alignof(BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge) == 0x000008, "Wrong alignment on BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge) == 0x000048, "Wrong size on BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge, NewLocalVar_1) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge::NewLocalVar_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000010, "Member 'BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge, CallFunc_MakeLiteralName_ReturnValue) == 0x000018, "Member 'BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000020, "Member 'BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge, CallFunc_GetValueAsInt_ReturnValue) == 0x000028, "Member 'BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge, K2Node_MakeStruct_VariantMapHandle) == 0x00002C, "Member 'BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge::K2Node_MakeStruct_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge, CallFunc_GetVariantBool_FromHandle_bFound) == 0x000030, "Member 'BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge::CallFunc_GetVariantBool_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge, CallFunc_GetVariantBool_FromHandle_ReturnValue) == 0x000031, "Member 'BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge::CallFunc_GetVariantBool_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge, CallFunc_GetVariantFVector_FromHandle_bFound) == 0x000032, "Member 'BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge::CallFunc_GetVariantFVector_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge, CallFunc_GetVariantFVector_FromHandle_ReturnValue) == 0x000034, "Member 'BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge::CallFunc_GetVariantFVector_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge, CallFunc_GetVariantInt32_FromHandle_bFound) == 0x000040, "Member 'BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge::CallFunc_GetVariantInt32_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge, CallFunc_GetVariantInt32_FromHandle_ReturnValue) == 0x000044, "Member 'BTT_Biped_DodgeStart_C_CheckForAutoFireAfterDodge::CallFunc_GetVariantInt32_FromHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_LockTarget \ static_assert(alignof(BTT_Biped_DodgeStart_C_LockTarget) == 0x000008, "Wrong alignment on BTT_Biped_DodgeStart_C_LockTarget"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_LockTarget) == 0x000038, "Wrong size on BTT_Biped_DodgeStart_C_LockTarget"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_LockTarget, Condition) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_LockTarget::Condition' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_LockTarget, InTargetActor) == 0x000008, "Member 'BTT_Biped_DodgeStart_C_LockTarget::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_LockTarget, NewLocalVar_2) == 0x000010, "Member 'BTT_Biped_DodgeStart_C_LockTarget::NewLocalVar_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_LockTarget, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000018, "Member 'BTT_Biped_DodgeStart_C_LockTarget::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_LockTarget, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'BTT_Biped_DodgeStart_C_LockTarget::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_LockTarget, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000028, "Member 'BTT_Biped_DodgeStart_C_LockTarget::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_LockTarget, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_Biped_DodgeStart_C_LockTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_UnlockTarget \ static_assert(alignof(BTT_Biped_DodgeStart_C_UnlockTarget) == 0x000008, "Wrong alignment on BTT_Biped_DodgeStart_C_UnlockTarget"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_UnlockTarget) == 0x000020, "Wrong size on BTT_Biped_DodgeStart_C_UnlockTarget"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_UnlockTarget, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_UnlockTarget::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_UnlockTarget, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'BTT_Biped_DodgeStart_C_UnlockTarget::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_UnlockTarget, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000010, "Member 'BTT_Biped_DodgeStart_C_UnlockTarget::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_UnlockTarget, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_DodgeStart_C_UnlockTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_FlushQueuedActions \ static_assert(alignof(BTT_Biped_DodgeStart_C_FlushQueuedActions) == 0x000008, "Wrong alignment on BTT_Biped_DodgeStart_C_FlushQueuedActions"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_FlushQueuedActions) == 0x000008, "Wrong size on BTT_Biped_DodgeStart_C_FlushQueuedActions"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_FlushQueuedActions, Owner) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_FlushQueuedActions::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_DodgeStart_C_CancelChannelSpell \ static_assert(alignof(BTT_Biped_DodgeStart_C_CancelChannelSpell) == 0x000008, "Wrong alignment on BTT_Biped_DodgeStart_C_CancelChannelSpell"); \ static_assert(sizeof(BTT_Biped_DodgeStart_C_CancelChannelSpell) == 0x000038, "Wrong size on BTT_Biped_DodgeStart_C_CancelChannelSpell"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CancelChannelSpell, BipedCharacter) == 0x000000, "Member 'BTT_Biped_DodgeStart_C_CancelChannelSpell::BipedCharacter' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CancelChannelSpell, CallFunc_GetWand_ReturnValue) == 0x000008, "Member 'BTT_Biped_DodgeStart_C_CancelChannelSpell::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CancelChannelSpell, CallFunc_GetActiveSpellTool_ReturnValue) == 0x000010, "Member 'BTT_Biped_DodgeStart_C_CancelChannelSpell::CallFunc_GetActiveSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CancelChannelSpell, K2Node_DynamicCast_AsChanneling_Spell_Tool) == 0x000018, "Member 'BTT_Biped_DodgeStart_C_CancelChannelSpell::K2Node_DynamicCast_AsChanneling_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CancelChannelSpell, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_DodgeStart_C_CancelChannelSpell::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CancelChannelSpell, K2Node_DynamicCast_AsLumos_Spell_Tool) == 0x000028, "Member 'BTT_Biped_DodgeStart_C_CancelChannelSpell::K2Node_DynamicCast_AsLumos_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_DodgeStart_C_CancelChannelSpell, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_DodgeStart_C_CancelChannelSpell::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_DodgeStart_C \ static_assert(alignof(UBTT_Biped_DodgeStart_C) == 0x000008, "Wrong alignment on UBTT_Biped_DodgeStart_C"); \ static_assert(sizeof(UBTT_Biped_DodgeStart_C) == 0x0001A0, "Wrong size on UBTT_Biped_DodgeStart_C"); \ static_assert(offsetof(UBTT_Biped_DodgeStart_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_DodgeStart_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_DodgeStart_C, StickMag) == 0x000158, "Member 'UBTT_Biped_DodgeStart_C::StickMag' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_DodgeStart_C, OnButtslideSurface) == 0x00015C, "Member 'UBTT_Biped_DodgeStart_C::OnButtslideSurface' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_DodgeStart_C, UseDodgeCamera) == 0x00015D, "Member 'UBTT_Biped_DodgeStart_C::UseDodgeCamera' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_DodgeStart_C, invulnerableTime) == 0x000160, "Member 'UBTT_Biped_DodgeStart_C::invulnerableTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_DodgeStart_C, StartingLocation) == 0x000164, "Member 'UBTT_Biped_DodgeStart_C::StartingLocation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_DodgeStart_C, BlinkTimer) == 0x000170, "Member 'UBTT_Biped_DodgeStart_C::BlinkTimer' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_DodgeStart_C, Blinking) == 0x000178, "Member 'UBTT_Biped_DodgeStart_C::Blinking' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_DodgeStart_C, IsInterruptible) == 0x000179, "Member 'UBTT_Biped_DodgeStart_C::IsInterruptible' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_DodgeStart_C, LastDirection) == 0x00017C, "Member 'UBTT_Biped_DodgeStart_C::LastDirection' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_DodgeStart_C, DodgedUnblockable) == 0x000188, "Member 'UBTT_Biped_DodgeStart_C::DodgedUnblockable' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_DodgeStart_C, autoFireAfterDodge) == 0x000189, "Member 'UBTT_Biped_DodgeStart_C::autoFireAfterDodge' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_DodgeStart_C, autoFireSpellSlot) == 0x00018C, "Member 'UBTT_Biped_DodgeStart_C::autoFireSpellSlot' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_DodgeStart_C, AimAtTimerHandle) == 0x000190, "Member 'UBTT_Biped_DodgeStart_C::AimAtTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_DodgeStart_C, LockTimerHandle) == 0x000198, "Member 'UBTT_Biped_DodgeStart_C::LockTimerHandle' has a wrong offset!"); \ #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_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_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_FControlRigIOSettings \ static_assert(alignof(FControlRigIOSettings) == 0x000001, "Wrong alignment on FControlRigIOSettings"); \ static_assert(sizeof(FControlRigIOSettings) == 0x000002, "Wrong size on FControlRigIOSettings"); \ static_assert(offsetof(FControlRigIOSettings, bUpdatePose) == 0x000000, "Member 'FControlRigIOSettings::bUpdatePose' has a wrong offset!"); \ static_assert(offsetof(FControlRigIOSettings, bUpdateCurves) == 0x000001, "Member 'FControlRigIOSettings::bUpdateCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ControlRigBase \ static_assert(alignof(FAnimNode_ControlRigBase) == 0x000008, "Wrong alignment on FAnimNode_ControlRigBase"); \ static_assert(sizeof(FAnimNode_ControlRigBase) == 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_FControlRigExecuteContext \ static_assert(alignof(FControlRigExecuteContext) == 0x000008, "Wrong alignment on FControlRigExecuteContext"); \ static_assert(sizeof(FControlRigExecuteContext) == 0x000060, "Wrong size on FControlRigExecuteContext"); \ #define DUMPER7_ASSERTS_FRigUnit \ static_assert(alignof(FRigUnit) == 0x000008, "Wrong alignment on FRigUnit"); \ static_assert(sizeof(FRigUnit) == 0x000008, "Wrong size on FRigUnit"); \ #define DUMPER7_ASSERTS_FRigUnitMutable \ static_assert(alignof(FRigUnitMutable) == 0x000008, "Wrong alignment on FRigUnitMutable"); \ static_assert(sizeof(FRigUnitMutable) == 0x000068, "Wrong size on FRigUnitMutable"); \ static_assert(offsetof(FRigUnitMutable, ExecuteContext) == 0x000008, "Member 'FRigUnitMutable::ExecuteContext' 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_FRigUnit_BoneHarmonics_BoneTarget \ static_assert(alignof(FRigUnit_BoneHarmonics_BoneTarget) == 0x000004, "Wrong alignment on FRigUnit_BoneHarmonics_BoneTarget"); \ static_assert(sizeof(FRigUnit_BoneHarmonics_BoneTarget) == 0x00000C, "Wrong size on FRigUnit_BoneHarmonics_BoneTarget"); \ static_assert(offsetof(FRigUnit_BoneHarmonics_BoneTarget, Bone) == 0x000000, "Member 'FRigUnit_BoneHarmonics_BoneTarget::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BoneHarmonics_BoneTarget, Ratio) == 0x000008, "Member 'FRigUnit_BoneHarmonics_BoneTarget::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_FControlRigValidationContext \ static_assert(alignof(FControlRigValidationContext) == 0x000008, "Wrong alignment on FControlRigValidationContext"); \ static_assert(sizeof(FControlRigValidationContext) == 0x000028, "Wrong size on FControlRigValidationContext"); \ #define DUMPER7_ASSERTS_FControlRigComponentMappedComponent \ static_assert(alignof(FControlRigComponentMappedComponent) == 0x000008, "Wrong alignment on FControlRigComponentMappedComponent"); \ static_assert(sizeof(FControlRigComponentMappedComponent) == 0x000018, "Wrong size on FControlRigComponentMappedComponent"); \ static_assert(offsetof(FControlRigComponentMappedComponent, Component) == 0x000000, "Member 'FControlRigComponentMappedComponent::Component' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedComponent, ElementName) == 0x000008, "Member 'FControlRigComponentMappedComponent::ElementName' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedComponent, ElementType) == 0x000010, "Member 'FControlRigComponentMappedComponent::ElementType' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedComponent, Direction) == 0x000011, "Member 'FControlRigComponentMappedComponent::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_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_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_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_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_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_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_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_FRigEventContext \ static_assert(alignof(FRigEventContext) == 0x000008, "Wrong alignment on FRigEventContext"); \ static_assert(sizeof(FRigEventContext) == 0x000028, "Wrong size on FRigEventContext"); \ #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_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_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_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_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_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_FControlRigAnimInstanceProxy \ static_assert(alignof(FControlRigAnimInstanceProxy) == 0x000010, "Wrong alignment on FControlRigAnimInstanceProxy"); \ static_assert(sizeof(FControlRigAnimInstanceProxy) == 0x000810, "Wrong size on FControlRigAnimInstanceProxy"); \ #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_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_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_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_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_FGizmoActorCreationParam \ static_assert(alignof(FGizmoActorCreationParam) == 0x000010, "Wrong alignment on FGizmoActorCreationParam"); \ static_assert(sizeof(FGizmoActorCreationParam) == 0x000120, "Wrong size on FGizmoActorCreationParam"); \ #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_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_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_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_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_FControlRigSequencerAnimInstanceProxy \ static_assert(alignof(FControlRigSequencerAnimInstanceProxy) == 0x000010, "Wrong alignment on FControlRigSequencerAnimInstanceProxy"); \ static_assert(sizeof(FControlRigSequencerAnimInstanceProxy) == 0x000CC0, "Wrong size on FControlRigSequencerAnimInstanceProxy"); \ #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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_FRigHierarchyRef \ static_assert(alignof(FRigHierarchyRef) == 0x000001, "Wrong alignment on FRigHierarchyRef"); \ static_assert(sizeof(FRigHierarchyRef) == 0x000001, "Wrong size on FRigHierarchyRef"); \ #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_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_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_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_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_FRigElementKeyCollection \ static_assert(alignof(FRigElementKeyCollection) == 0x000008, "Wrong alignment on FRigElementKeyCollection"); \ static_assert(sizeof(FRigElementKeyCollection) == 0x000010, "Wrong size on FRigElementKeyCollection"); \ #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_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_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_MathColorBase \ static_assert(alignof(FRigUnit_MathColorBase) == 0x000008, "Wrong alignment on FRigUnit_MathColorBase"); \ static_assert(sizeof(FRigUnit_MathColorBase) == 0x000008, "Wrong size on FRigUnit_MathColorBase"); \ #define DUMPER7_ASSERTS_FRigUnit_MathColorBinaryOp \ static_assert(alignof(FRigUnit_MathColorBinaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathColorBinaryOp"); \ static_assert(sizeof(FRigUnit_MathColorBinaryOp) == 0x000038, "Wrong size on FRigUnit_MathColorBinaryOp"); \ static_assert(offsetof(FRigUnit_MathColorBinaryOp, A) == 0x000008, "Member 'FRigUnit_MathColorBinaryOp::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathColorBinaryOp, b) == 0x000018, "Member 'FRigUnit_MathColorBinaryOp::b' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathColorBinaryOp, Result) == 0x000028, "Member 'FRigUnit_MathColorBinaryOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_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_FRigInfluenceEntryModifier \ static_assert(alignof(FRigInfluenceEntryModifier) == 0x000008, "Wrong alignment on FRigInfluenceEntryModifier"); \ static_assert(sizeof(FRigInfluenceEntryModifier) == 0x000010, "Wrong size on FRigInfluenceEntryModifier"); \ static_assert(offsetof(FRigInfluenceEntryModifier, AffectedList) == 0x000000, "Member 'FRigInfluenceEntryModifier::AffectedList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_FRigUnit_AnimRichCurve \ static_assert(alignof(FRigUnit_AnimRichCurve) == 0x000008, "Wrong alignment on FRigUnit_AnimRichCurve"); \ static_assert(sizeof(FRigUnit_AnimRichCurve) == 0x000090, "Wrong size on FRigUnit_AnimRichCurve"); \ static_assert(offsetof(FRigUnit_AnimRichCurve, Curve) == 0x000008, "Member 'FRigUnit_AnimRichCurve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ApplyFK \ static_assert(alignof(FRigUnit_ApplyFK) == 0x000010, "Wrong alignment on FRigUnit_ApplyFK"); \ static_assert(sizeof(FRigUnit_ApplyFK) == 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_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_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_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_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_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_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_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_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_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_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_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_CCDIK_RotationLimitPerItem \ static_assert(alignof(FRigUnit_CCDIK_RotationLimitPerItem) == 0x000004, "Wrong alignment on FRigUnit_CCDIK_RotationLimitPerItem"); \ static_assert(sizeof(FRigUnit_CCDIK_RotationLimitPerItem) == 0x000010, "Wrong size on FRigUnit_CCDIK_RotationLimitPerItem"); \ static_assert(offsetof(FRigUnit_CCDIK_RotationLimitPerItem, Item) == 0x000000, "Member 'FRigUnit_CCDIK_RotationLimitPerItem::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIK_RotationLimitPerItem, Limit) == 0x00000C, "Member 'FRigUnit_CCDIK_RotationLimitPerItem::Limit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CCDIK_WorkData \ static_assert(alignof(FRigUnit_CCDIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_CCDIK_WorkData"); \ static_assert(sizeof(FRigUnit_CCDIK_WorkData) == 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_MathFloatLessEqual \ static_assert(alignof(FRigUnit_MathFloatLessEqual) == 0x000008, "Wrong alignment on FRigUnit_MathFloatLessEqual"); \ static_assert(sizeof(FRigUnit_MathFloatLessEqual) == 0x000018, "Wrong size on FRigUnit_MathFloatLessEqual"); \ static_assert(offsetof(FRigUnit_MathFloatLessEqual, A) == 0x000008, "Member 'FRigUnit_MathFloatLessEqual::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatLessEqual, b) == 0x00000C, "Member 'FRigUnit_MathFloatLessEqual::b' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatLessEqual, Result) == 0x000010, "Member 'FRigUnit_MathFloatLessEqual::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_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_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_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_MathFloatClamp \ static_assert(alignof(FRigUnit_MathFloatClamp) == 0x000008, "Wrong alignment on FRigUnit_MathFloatClamp"); \ static_assert(sizeof(FRigUnit_MathFloatClamp) == 0x000018, "Wrong size on FRigUnit_MathFloatClamp"); \ static_assert(offsetof(FRigUnit_MathFloatClamp, Value) == 0x000008, "Member 'FRigUnit_MathFloatClamp::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatClamp, Minimum) == 0x00000C, "Member 'FRigUnit_MathFloatClamp::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatClamp, Maximum) == 0x000010, "Member 'FRigUnit_MathFloatClamp::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatClamp, Result) == 0x000014, "Member 'FRigUnit_MathFloatClamp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_SetMultiControlInteger_Entry \ static_assert(alignof(FRigUnit_SetMultiControlInteger_Entry) == 0x000004, "Wrong alignment on FRigUnit_SetMultiControlInteger_Entry"); \ static_assert(sizeof(FRigUnit_SetMultiControlInteger_Entry) == 0x00000C, "Wrong size on FRigUnit_SetMultiControlInteger_Entry"); \ static_assert(offsetof(FRigUnit_SetMultiControlInteger_Entry, Control) == 0x000000, "Member 'FRigUnit_SetMultiControlInteger_Entry::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetMultiControlInteger_Entry, IntegerValue) == 0x000008, "Member 'FRigUnit_SetMultiControlInteger_Entry::IntegerValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetMultiControlInteger \ static_assert(alignof(FRigUnit_SetMultiControlInteger) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlInteger"); \ static_assert(sizeof(FRigUnit_SetMultiControlInteger) == 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_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_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_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_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_MathFloatSqrt \ static_assert(alignof(FRigUnit_MathFloatSqrt) == 0x000008, "Wrong alignment on FRigUnit_MathFloatSqrt"); \ static_assert(sizeof(FRigUnit_MathFloatSqrt) == 0x000010, "Wrong size on FRigUnit_MathFloatSqrt"); \ #define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_MathIntGreaterEqual \ static_assert(alignof(FRigUnit_MathIntGreaterEqual) == 0x000008, "Wrong alignment on FRigUnit_MathIntGreaterEqual"); \ static_assert(sizeof(FRigUnit_MathIntGreaterEqual) == 0x000018, "Wrong size on FRigUnit_MathIntGreaterEqual"); \ static_assert(offsetof(FRigUnit_MathIntGreaterEqual, A) == 0x000008, "Member 'FRigUnit_MathIntGreaterEqual::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntGreaterEqual, b) == 0x00000C, "Member 'FRigUnit_MathIntGreaterEqual::b' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntGreaterEqual, Result) == 0x000010, "Member 'FRigUnit_MathIntGreaterEqual::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_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_MathFloatConstant \ static_assert(alignof(FRigUnit_MathFloatConstant) == 0x000008, "Wrong alignment on FRigUnit_MathFloatConstant"); \ static_assert(sizeof(FRigUnit_MathFloatConstant) == 0x000010, "Wrong size on FRigUnit_MathFloatConstant"); \ static_assert(offsetof(FRigUnit_MathFloatConstant, Value) == 0x000008, "Member 'FRigUnit_MathFloatConstant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_MathIntEquals \ static_assert(alignof(FRigUnit_MathIntEquals) == 0x000008, "Wrong alignment on FRigUnit_MathIntEquals"); \ static_assert(sizeof(FRigUnit_MathIntEquals) == 0x000018, "Wrong size on FRigUnit_MathIntEquals"); \ static_assert(offsetof(FRigUnit_MathIntEquals, A) == 0x000008, "Member 'FRigUnit_MathIntEquals::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntEquals, b) == 0x00000C, "Member 'FRigUnit_MathIntEquals::b' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntEquals, Result) == 0x000010, "Member 'FRigUnit_MathIntEquals::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_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_Clamp_Float \ static_assert(alignof(FRigUnit_Clamp_Float) == 0x000008, "Wrong alignment on FRigUnit_Clamp_Float"); \ static_assert(sizeof(FRigUnit_Clamp_Float) == 0x000018, "Wrong size on FRigUnit_Clamp_Float"); \ static_assert(offsetof(FRigUnit_Clamp_Float, Value) == 0x000008, "Member 'FRigUnit_Clamp_Float::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Clamp_Float, Min) == 0x00000C, "Member 'FRigUnit_Clamp_Float::Min' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Clamp_Float, Max) == 0x000010, "Member 'FRigUnit_Clamp_Float::Max' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Clamp_Float, Result) == 0x000014, "Member 'FRigUnit_Clamp_Float::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_Divide_FloatFloat \ static_assert(alignof(FRigUnit_Divide_FloatFloat) == 0x000008, "Wrong alignment on FRigUnit_Divide_FloatFloat"); \ static_assert(sizeof(FRigUnit_Divide_FloatFloat) == 0x000018, "Wrong size on FRigUnit_Divide_FloatFloat"); \ #define DUMPER7_ASSERTS_FRigUnit_Add_FloatFloat \ static_assert(alignof(FRigUnit_Add_FloatFloat) == 0x000008, "Wrong alignment on FRigUnit_Add_FloatFloat"); \ static_assert(sizeof(FRigUnit_Add_FloatFloat) == 0x000018, "Wrong size on FRigUnit_Add_FloatFloat"); \ #define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_KalmanFloat \ static_assert(alignof(FRigUnit_KalmanFloat) == 0x000008, "Wrong alignment on FRigUnit_KalmanFloat"); \ static_assert(sizeof(FRigUnit_KalmanFloat) == 0x000030, "Wrong size on FRigUnit_KalmanFloat"); \ static_assert(offsetof(FRigUnit_KalmanFloat, Value) == 0x000008, "Member 'FRigUnit_KalmanFloat::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_KalmanFloat, BufferSize) == 0x00000C, "Member 'FRigUnit_KalmanFloat::BufferSize' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_KalmanFloat, Result) == 0x000010, "Member 'FRigUnit_KalmanFloat::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_KalmanFloat, Buffer) == 0x000018, "Member 'FRigUnit_KalmanFloat::Buffer' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_KalmanFloat, LastInsertIndex) == 0x000028, "Member 'FRigUnit_KalmanFloat::LastInsertIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_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_MathFloatAtan \ static_assert(alignof(FRigUnit_MathFloatAtan) == 0x000008, "Wrong alignment on FRigUnit_MathFloatAtan"); \ static_assert(sizeof(FRigUnit_MathFloatAtan) == 0x000010, "Wrong size on FRigUnit_MathFloatAtan"); \ #define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_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_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_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_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_0) == 0x000010, "Member 'FRigUnit_MathFloatRound::int_0' 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_0) == 0x000010, "Member 'FRigUnit_MathFloatCeil::int_0' 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_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_0) == 0x000010, "Member 'FRigUnit_MathFloatFloor::int_0' 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_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_MathFloatPow \ static_assert(alignof(FRigUnit_MathFloatPow) == 0x000008, "Wrong alignment on FRigUnit_MathFloatPow"); \ static_assert(sizeof(FRigUnit_MathFloatPow) == 0x000018, "Wrong size on FRigUnit_MathFloatPow"); \ #define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_FStructReference \ static_assert(alignof(FStructReference) == 0x000008, "Wrong alignment on FStructReference"); \ static_assert(sizeof(FStructReference) == 0x000008, "Wrong size on FStructReference"); \ #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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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 \ 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_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_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_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_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_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_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 \ 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_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_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_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_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_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_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_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_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_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_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_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_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) == 0x000560, "Wrong size on UControlRigComponent"); \ static_assert(offsetof(UControlRigComponent, ControlRigClass) == 0x000480, "Member 'UControlRigComponent::ControlRigClass' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, OnPostInitializeDelegate) == 0x000488, "Member 'UControlRigComponent::OnPostInitializeDelegate' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, OnPreSetupDelegate) == 0x000498, "Member 'UControlRigComponent::OnPreSetupDelegate' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, OnPostSetupDelegate) == 0x0004A8, "Member 'UControlRigComponent::OnPostSetupDelegate' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, OnPreUpdateDelegate) == 0x0004B8, "Member 'UControlRigComponent::OnPreUpdateDelegate' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, OnPostUpdateDelegate) == 0x0004C8, "Member 'UControlRigComponent::OnPostUpdateDelegate' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, MappedElements) == 0x0004D8, "Member 'UControlRigComponent::MappedElements' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, bResetTransformBeforeTick) == 0x0004E8, "Member 'UControlRigComponent::bResetTransformBeforeTick' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, bResetInitialsBeforeSetup) == 0x0004E9, "Member 'UControlRigComponent::bResetInitialsBeforeSetup' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, bUpdateRigOnTick) == 0x0004EA, "Member 'UControlRigComponent::bUpdateRigOnTick' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, bUpdateInEditor) == 0x0004EB, "Member 'UControlRigComponent::bUpdateInEditor' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, bDrawBones) == 0x0004EC, "Member 'UControlRigComponent::bDrawBones' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, bShowDebugDrawing) == 0x0004ED, "Member 'UControlRigComponent::bShowDebugDrawing' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, ControlRig) == 0x0004F0, "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) == 0x0002E0, "Wrong size on AControlRigControlActor"); \ static_assert(offsetof(AControlRigControlActor, ActorToTrack) == 0x000248, "Member 'AControlRigControlActor::ActorToTrack' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, ControlRigClass) == 0x000250, "Member 'AControlRigControlActor::ControlRigClass' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, bRefreshOnTick) == 0x000258, "Member 'AControlRigControlActor::bRefreshOnTick' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, bIsSelectable) == 0x000259, "Member 'AControlRigControlActor::bIsSelectable' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, MaterialOverride) == 0x000260, "Member 'AControlRigControlActor::MaterialOverride' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, ColorParameter) == 0x000268, "Member 'AControlRigControlActor::ColorParameter' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, bCastShadows) == 0x000278, "Member 'AControlRigControlActor::bCastShadows' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, ActorRootComponent) == 0x000280, "Member 'AControlRigControlActor::ActorRootComponent' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, ControlRig) == 0x000288, "Member 'AControlRigControlActor::ControlRig' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, ControlNames) == 0x000290, "Member 'AControlRigControlActor::ControlNames' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, GizmoTransforms) == 0x0002A0, "Member 'AControlRigControlActor::GizmoTransforms' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, Components) == 0x0002B0, "Member 'AControlRigControlActor::Components' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, Materials) == 0x0002C0, "Member 'AControlRigControlActor::Materials' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, ColorParameterName) == 0x0002D0, "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) == 0x000270, "Wrong size on AControlRigGizmoActor"); \ static_assert(offsetof(AControlRigGizmoActor, ActorRootComponent) == 0x000248, "Member 'AControlRigGizmoActor::ActorRootComponent' has a wrong offset!"); \ static_assert(offsetof(AControlRigGizmoActor, StaticMeshComponent) == 0x000250, "Member 'AControlRigGizmoActor::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(AControlRigGizmoActor, ControlRigIndex) == 0x000258, "Member 'AControlRigGizmoActor::ControlRigIndex' has a wrong offset!"); \ static_assert(offsetof(AControlRigGizmoActor, ControlName) == 0x00025C, "Member 'AControlRigGizmoActor::ControlName' has a wrong offset!"); \ static_assert(offsetof(AControlRigGizmoActor, ColorParameterName) == 0x000264, "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_ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint \ static_assert(alignof(ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint) == 0x000070, "Wrong size on ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint, EntryPoint) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint, K2Node_Event_Context) == 0x000008, "Member 'ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_AttackHeavyAnticipation_Sprint_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Sprint::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackHeavyAnticipation_Sprint_C_OnAbilityBranch \ static_assert(alignof(ABL_AttackHeavyAnticipation_Sprint_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_Sprint_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_Sprint_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_AttackHeavyAnticipation_Sprint_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Sprint_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_Sprint_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Sprint_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_AttackHeavyAnticipation_Sprint_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackHeavyAnticipation_Sprint_C_OnAbilityStart \ static_assert(alignof(ABL_AttackHeavyAnticipation_Sprint_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_Sprint_C_OnAbilityStart"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_Sprint_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_AttackHeavyAnticipation_Sprint_C_OnAbilityStart"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Sprint_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_Sprint_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_AttackHeavyAnticipation_Sprint_C \ static_assert(alignof(UABL_AttackHeavyAnticipation_Sprint_C) == 0x000008, "Wrong alignment on UABL_AttackHeavyAnticipation_Sprint_C"); \ static_assert(sizeof(UABL_AttackHeavyAnticipation_Sprint_C) == 0x0000D0, "Wrong size on UABL_AttackHeavyAnticipation_Sprint_C"); \ static_assert(offsetof(UABL_AttackHeavyAnticipation_Sprint_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_AttackHeavyAnticipation_Sprint_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UXeSSSettings \ static_assert(alignof(UXeSSSettings) == 0x000008, "Wrong alignment on UXeSSSettings"); \ static_assert(sizeof(UXeSSSettings) == 0x000040, "Wrong size on UXeSSSettings"); \ static_assert(offsetof(UXeSSSettings, bEnableXeSSInEditorViewports) == 0x000038, "Member 'UXeSSSettings::bEnableXeSSInEditorViewports' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_FAnimSequencerInstanceProxy \ static_assert(alignof(FAnimSequencerInstanceProxy) == 0x000010, "Wrong alignment on FAnimSequencerInstanceProxy"); \ static_assert(sizeof(FAnimSequencerInstanceProxy) == 0x000A10, "Wrong size on FAnimSequencerInstanceProxy"); \ #define DUMPER7_ASSERTS_FRandomPlayerSequenceEntry \ static_assert(alignof(FRandomPlayerSequenceEntry) == 0x000008, "Wrong alignment on FRandomPlayerSequenceEntry"); \ static_assert(sizeof(FRandomPlayerSequenceEntry) == 0x000050, "Wrong size on FRandomPlayerSequenceEntry"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, Sequence) == 0x000000, "Member 'FRandomPlayerSequenceEntry::Sequence' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, ChanceToPlay) == 0x000008, "Member 'FRandomPlayerSequenceEntry::ChanceToPlay' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, MinLoopCount) == 0x00000C, "Member 'FRandomPlayerSequenceEntry::MinLoopCount' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, MaxLoopCount) == 0x000010, "Member 'FRandomPlayerSequenceEntry::MaxLoopCount' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, MinPlayRate) == 0x000014, "Member 'FRandomPlayerSequenceEntry::MinPlayRate' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, MaxPlayRate) == 0x000018, "Member 'FRandomPlayerSequenceEntry::MaxPlayRate' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, BlendIn) == 0x000020, "Member 'FRandomPlayerSequenceEntry::BlendIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_RandomPlayer \ static_assert(alignof(FAnimNode_RandomPlayer) == 0x000008, "Wrong alignment on FAnimNode_RandomPlayer"); \ static_assert(sizeof(FAnimNode_RandomPlayer) == 0x000078, "Wrong size on FAnimNode_RandomPlayer"); \ static_assert(offsetof(FAnimNode_RandomPlayer, Entries) == 0x000010, "Member 'FAnimNode_RandomPlayer::Entries' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RandomPlayer, bShuffleMode) == 0x000070, "Member 'FAnimNode_RandomPlayer::bShuffleMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FAnimNode_AnimDynamics \ static_assert(alignof(FAnimNode_AnimDynamics) == 0x000010, "Wrong alignment on FAnimNode_AnimDynamics"); \ static_assert(sizeof(FAnimNode_AnimDynamics) == 0x000440, "Wrong size on FAnimNode_AnimDynamics"); \ static_assert(offsetof(FAnimNode_AnimDynamics, LinearDampingOverride) == 0x0000C8, "Member 'FAnimNode_AnimDynamics::LinearDampingOverride' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, AngularDampingOverride) == 0x0000CC, "Member 'FAnimNode_AnimDynamics::AngularDampingOverride' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, RelativeSpaceBone) == 0x000130, "Member 'FAnimNode_AnimDynamics::RelativeSpaceBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, BoundBone) == 0x000140, "Member 'FAnimNode_AnimDynamics::BoundBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ChainEnd) == 0x000150, "Member 'FAnimNode_AnimDynamics::ChainEnd' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, BoxExtents) == 0x000160, "Member 'FAnimNode_AnimDynamics::BoxExtents' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, LocalJointOffset) == 0x00016C, "Member 'FAnimNode_AnimDynamics::LocalJointOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, GravityScale) == 0x000178, "Member 'FAnimNode_AnimDynamics::GravityScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, GravityOverride) == 0x00017C, "Member 'FAnimNode_AnimDynamics::GravityOverride' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, LinearSpringConstant) == 0x000188, "Member 'FAnimNode_AnimDynamics::LinearSpringConstant' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, AngularSpringConstant) == 0x00018C, "Member 'FAnimNode_AnimDynamics::AngularSpringConstant' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, WindScale) == 0x000190, "Member 'FAnimNode_AnimDynamics::WindScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ComponentLinearAccScale) == 0x000194, "Member 'FAnimNode_AnimDynamics::ComponentLinearAccScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ComponentLinearVelScale) == 0x0001A0, "Member 'FAnimNode_AnimDynamics::ComponentLinearVelScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ComponentAppliedLinearAccClamp) == 0x0001AC, "Member 'FAnimNode_AnimDynamics::ComponentAppliedLinearAccClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, AngularBiasOverride) == 0x0001B8, "Member 'FAnimNode_AnimDynamics::AngularBiasOverride' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, NumSolverIterationsPreUpdate) == 0x0001BC, "Member 'FAnimNode_AnimDynamics::NumSolverIterationsPreUpdate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, NumSolverIterationsPostUpdate) == 0x0001C0, "Member 'FAnimNode_AnimDynamics::NumSolverIterationsPostUpdate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ConstraintSetup) == 0x0001C4, "Member 'FAnimNode_AnimDynamics::ConstraintSetup' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, SphericalLimits) == 0x000210, "Member 'FAnimNode_AnimDynamics::SphericalLimits' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, SphereCollisionRadius) == 0x000220, "Member 'FAnimNode_AnimDynamics::SphereCollisionRadius' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ExternalForce) == 0x000224, "Member 'FAnimNode_AnimDynamics::ExternalForce' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, PlanarLimits) == 0x000230, "Member 'FAnimNode_AnimDynamics::PlanarLimits' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, CollisionType) == 0x000240, "Member 'FAnimNode_AnimDynamics::CollisionType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, SimulationSpace) == 0x000241, "Member 'FAnimNode_AnimDynamics::SimulationSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, RetargetingSettings) == 0x000250, "Member 'FAnimNode_AnimDynamics::RetargetingSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ApplyAdditive \ static_assert(alignof(FAnimNode_ApplyAdditive) == 0x000008, "Wrong alignment on FAnimNode_ApplyAdditive"); \ static_assert(sizeof(FAnimNode_ApplyAdditive) == 0x0000C8, "Wrong size on FAnimNode_ApplyAdditive"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, Base) == 0x000010, "Member 'FAnimNode_ApplyAdditive::Base' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, Additive) == 0x000020, "Member 'FAnimNode_ApplyAdditive::Additive' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, Alpha) == 0x000030, "Member 'FAnimNode_ApplyAdditive::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaScaleBias) == 0x000034, "Member 'FAnimNode_ApplyAdditive::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, LODThreshold) == 0x00003C, "Member 'FAnimNode_ApplyAdditive::LODThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaBoolBlend) == 0x000040, "Member 'FAnimNode_ApplyAdditive::AlphaBoolBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaCurveName) == 0x000088, "Member 'FAnimNode_ApplyAdditive::AlphaCurveName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaScaleBiasClamp) == 0x000090, "Member 'FAnimNode_ApplyAdditive::AlphaScaleBiasClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaInputType) == 0x0000C4, "Member 'FAnimNode_ApplyAdditive::AlphaInputType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, bAlphaBoolEnabled) == 0x0000C5, "Member 'FAnimNode_ApplyAdditive::bAlphaBoolEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAngularRangeLimit \ static_assert(alignof(FAngularRangeLimit) == 0x000004, "Wrong alignment on FAngularRangeLimit"); \ static_assert(sizeof(FAngularRangeLimit) == 0x000028, "Wrong size on FAngularRangeLimit"); \ static_assert(offsetof(FAngularRangeLimit, LimitMin) == 0x000000, "Member 'FAngularRangeLimit::LimitMin' has a wrong offset!"); \ static_assert(offsetof(FAngularRangeLimit, LimitMax) == 0x00000C, "Member 'FAngularRangeLimit::LimitMax' has a wrong offset!"); \ static_assert(offsetof(FAngularRangeLimit, Bone) == 0x000018, "Member 'FAngularRangeLimit::Bone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ApplyLimits \ static_assert(alignof(FAnimNode_ApplyLimits) == 0x000008, "Wrong alignment on FAnimNode_ApplyLimits"); \ static_assert(sizeof(FAnimNode_ApplyLimits) == 0x0000E8, "Wrong size on FAnimNode_ApplyLimits"); \ static_assert(offsetof(FAnimNode_ApplyLimits, AngularRangeLimits) == 0x0000C8, "Member 'FAnimNode_ApplyLimits::AngularRangeLimits' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyLimits, AngularOffsets) == 0x0000D8, "Member 'FAnimNode_ApplyLimits::AngularOffsets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlendBoneByChannelEntry \ static_assert(alignof(FBlendBoneByChannelEntry) == 0x000004, "Wrong alignment on FBlendBoneByChannelEntry"); \ static_assert(sizeof(FBlendBoneByChannelEntry) == 0x000024, "Wrong size on FBlendBoneByChannelEntry"); \ static_assert(offsetof(FBlendBoneByChannelEntry, SourceBone) == 0x000000, "Member 'FBlendBoneByChannelEntry::SourceBone' has a wrong offset!"); \ static_assert(offsetof(FBlendBoneByChannelEntry, TargetBone) == 0x000010, "Member 'FBlendBoneByChannelEntry::TargetBone' has a wrong offset!"); \ static_assert(offsetof(FBlendBoneByChannelEntry, bBlendTranslation) == 0x000020, "Member 'FBlendBoneByChannelEntry::bBlendTranslation' has a wrong offset!"); \ static_assert(offsetof(FBlendBoneByChannelEntry, bBlendRotation) == 0x000021, "Member 'FBlendBoneByChannelEntry::bBlendRotation' has a wrong offset!"); \ static_assert(offsetof(FBlendBoneByChannelEntry, bBlendScale) == 0x000022, "Member 'FBlendBoneByChannelEntry::bBlendScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BlendBoneByChannel \ static_assert(alignof(FAnimNode_BlendBoneByChannel) == 0x000008, "Wrong alignment on FAnimNode_BlendBoneByChannel"); \ static_assert(sizeof(FAnimNode_BlendBoneByChannel) == 0x000068, "Wrong size on FAnimNode_BlendBoneByChannel"); \ static_assert(offsetof(FAnimNode_BlendBoneByChannel, A) == 0x000010, "Member 'FAnimNode_BlendBoneByChannel::A' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendBoneByChannel, b) == 0x000020, "Member 'FAnimNode_BlendBoneByChannel::b' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendBoneByChannel, BoneDefinitions) == 0x000030, "Member 'FAnimNode_BlendBoneByChannel::BoneDefinitions' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendBoneByChannel, Alpha) == 0x000050, "Member 'FAnimNode_BlendBoneByChannel::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendBoneByChannel, AlphaScaleBias) == 0x000058, "Member 'FAnimNode_BlendBoneByChannel::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendBoneByChannel, TransformsSpace) == 0x000060, "Member 'FAnimNode_BlendBoneByChannel::TransformsSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BlendListBase \ static_assert(alignof(FAnimNode_BlendListBase) == 0x000008, "Wrong alignment on FAnimNode_BlendListBase"); \ static_assert(sizeof(FAnimNode_BlendListBase) == 0x000098, "Wrong size on FAnimNode_BlendListBase"); \ static_assert(offsetof(FAnimNode_BlendListBase, BlendPose) == 0x000010, "Member 'FAnimNode_BlendListBase::BlendPose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendListBase, BlendTime) == 0x000020, "Member 'FAnimNode_BlendListBase::BlendTime' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendListBase, TransitionType) == 0x000030, "Member 'FAnimNode_BlendListBase::TransitionType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendListBase, BlendType) == 0x000031, "Member 'FAnimNode_BlendListBase::BlendType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendListBase, bResetChildOnActivation) == 0x000032, "Member 'FAnimNode_BlendListBase::bResetChildOnActivation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendListBase, CustomBlendCurve) == 0x000038, "Member 'FAnimNode_BlendListBase::CustomBlendCurve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendListBase, BlendProfile) == 0x000040, "Member 'FAnimNode_BlendListBase::BlendProfile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BlendListByBool \ static_assert(alignof(FAnimNode_BlendListByBool) == 0x000008, "Wrong alignment on FAnimNode_BlendListByBool"); \ static_assert(sizeof(FAnimNode_BlendListByBool) == 0x0000A0, "Wrong size on FAnimNode_BlendListByBool"); \ static_assert(offsetof(FAnimNode_BlendListByBool, bActiveValue) == 0x000098, "Member 'FAnimNode_BlendListByBool::bActiveValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BlendListByEnum \ static_assert(alignof(FAnimNode_BlendListByEnum) == 0x000008, "Wrong alignment on FAnimNode_BlendListByEnum"); \ static_assert(sizeof(FAnimNode_BlendListByEnum) == 0x0000B0, "Wrong size on FAnimNode_BlendListByEnum"); \ static_assert(offsetof(FAnimNode_BlendListByEnum, EnumToPoseIndex) == 0x000098, "Member 'FAnimNode_BlendListByEnum::EnumToPoseIndex' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendListByEnum, ActiveEnumValue) == 0x0000A8, "Member 'FAnimNode_BlendListByEnum::ActiveEnumValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BlendListByInt \ static_assert(alignof(FAnimNode_BlendListByInt) == 0x000008, "Wrong alignment on FAnimNode_BlendListByInt"); \ static_assert(sizeof(FAnimNode_BlendListByInt) == 0x0000A0, "Wrong size on FAnimNode_BlendListByInt"); \ static_assert(offsetof(FAnimNode_BlendListByInt, ActiveChildIndex) == 0x000098, "Member 'FAnimNode_BlendListByInt::ActiveChildIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BlendSpaceEvaluator \ static_assert(alignof(FAnimNode_BlendSpaceEvaluator) == 0x000008, "Wrong alignment on FAnimNode_BlendSpaceEvaluator"); \ static_assert(sizeof(FAnimNode_BlendSpaceEvaluator) == 0x0000F0, "Wrong size on FAnimNode_BlendSpaceEvaluator"); \ static_assert(offsetof(FAnimNode_BlendSpaceEvaluator, NormalizedTime) == 0x0000E8, "Member 'FAnimNode_BlendSpaceEvaluator::NormalizedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BoneDrivenController \ static_assert(alignof(FAnimNode_BoneDrivenController) == 0x000008, "Wrong alignment on FAnimNode_BoneDrivenController"); \ static_assert(sizeof(FAnimNode_BoneDrivenController) == 0x000118, "Wrong size on FAnimNode_BoneDrivenController"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, SourceBone) == 0x0000C8, "Member 'FAnimNode_BoneDrivenController::SourceBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, DrivingCurve) == 0x0000D8, "Member 'FAnimNode_BoneDrivenController::DrivingCurve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, Multiplier) == 0x0000E0, "Member 'FAnimNode_BoneDrivenController::Multiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, RangeMin) == 0x0000E4, "Member 'FAnimNode_BoneDrivenController::RangeMin' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, RangeMax) == 0x0000E8, "Member 'FAnimNode_BoneDrivenController::RangeMax' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, RemappedMin) == 0x0000EC, "Member 'FAnimNode_BoneDrivenController::RemappedMin' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, RemappedMax) == 0x0000F0, "Member 'FAnimNode_BoneDrivenController::RemappedMax' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, ParameterName) == 0x0000F4, "Member 'FAnimNode_BoneDrivenController::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, TargetBone) == 0x0000FC, "Member 'FAnimNode_BoneDrivenController::TargetBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, DestinationMode) == 0x00010C, "Member 'FAnimNode_BoneDrivenController::DestinationMode' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, ModificationMode) == 0x00010D, "Member 'FAnimNode_BoneDrivenController::ModificationMode' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BoneDrivenController, SourceComponent) == 0x00010E, "Member 'FAnimNode_BoneDrivenController::SourceComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_HandIKRetargeting \ static_assert(alignof(FAnimNode_HandIKRetargeting) == 0x000008, "Wrong alignment on FAnimNode_HandIKRetargeting"); \ static_assert(sizeof(FAnimNode_HandIKRetargeting) == 0x000120, "Wrong size on FAnimNode_HandIKRetargeting"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, RightHandFK) == 0x0000C8, "Member 'FAnimNode_HandIKRetargeting::RightHandFK' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, LeftHandFK) == 0x0000D8, "Member 'FAnimNode_HandIKRetargeting::LeftHandFK' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, RightHandIK) == 0x0000E8, "Member 'FAnimNode_HandIKRetargeting::RightHandIK' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, LeftHandIK) == 0x0000F8, "Member 'FAnimNode_HandIKRetargeting::LeftHandIK' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, IKBonesToMove) == 0x000108, "Member 'FAnimNode_HandIKRetargeting::IKBonesToMove' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, HandFKWeight) == 0x000118, "Member 'FAnimNode_HandIKRetargeting::HandFKWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_LayeredBoneBlend \ static_assert(alignof(FAnimNode_LayeredBoneBlend) == 0x000008, "Wrong alignment on FAnimNode_LayeredBoneBlend"); \ static_assert(sizeof(FAnimNode_LayeredBoneBlend) == 0x0000C0, "Wrong size on FAnimNode_LayeredBoneBlend"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, BasePose) == 0x000010, "Member 'FAnimNode_LayeredBoneBlend::BasePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, BlendPoses) == 0x000020, "Member 'FAnimNode_LayeredBoneBlend::BlendPoses' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, LayerSetup) == 0x000030, "Member 'FAnimNode_LayeredBoneBlend::LayerSetup' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, BlendWeights) == 0x000040, "Member 'FAnimNode_LayeredBoneBlend::BlendWeights' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, bMeshSpaceRotationBlend) == 0x000050, "Member 'FAnimNode_LayeredBoneBlend::bMeshSpaceRotationBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, bMeshSpaceScaleBlend) == 0x000051, "Member 'FAnimNode_LayeredBoneBlend::bMeshSpaceScaleBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, CurveBlendOption) == 0x000052, "Member 'FAnimNode_LayeredBoneBlend::CurveBlendOption' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, bBlendRootMotionBasedOnRootBone) == 0x000053, "Member 'FAnimNode_LayeredBoneBlend::bBlendRootMotionBasedOnRootBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, LODThreshold) == 0x000058, "Member 'FAnimNode_LayeredBoneBlend::LODThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, PerBoneBlendWeights) == 0x000060, "Member 'FAnimNode_LayeredBoneBlend::PerBoneBlendWeights' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, SkeletonGuid) == 0x000070, "Member 'FAnimNode_LayeredBoneBlend::SkeletonGuid' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, VirtualBoneGuid) == 0x000080, "Member 'FAnimNode_LayeredBoneBlend::VirtualBoneGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimLegIKDefinition \ static_assert(alignof(FAnimLegIKDefinition) == 0x000004, "Wrong alignment on FAnimLegIKDefinition"); \ static_assert(sizeof(FAnimLegIKDefinition) == 0x00002C, "Wrong size on FAnimLegIKDefinition"); \ static_assert(offsetof(FAnimLegIKDefinition, IKFootBone) == 0x000000, "Member 'FAnimLegIKDefinition::IKFootBone' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, FKFootBone) == 0x000010, "Member 'FAnimLegIKDefinition::FKFootBone' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, NumBonesInLimb) == 0x000020, "Member 'FAnimLegIKDefinition::NumBonesInLimb' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, MinRotationAngle) == 0x000024, "Member 'FAnimLegIKDefinition::MinRotationAngle' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, FootBoneForwardAxis) == 0x000028, "Member 'FAnimLegIKDefinition::FootBoneForwardAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, HingeRotationAxis) == 0x000029, "Member 'FAnimLegIKDefinition::HingeRotationAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, bEnableRotationLimit) == 0x00002A, "Member 'FAnimLegIKDefinition::bEnableRotationLimit' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, bEnableKneeTwistCorrection) == 0x00002B, "Member 'FAnimLegIKDefinition::bEnableKneeTwistCorrection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_LegIK \ static_assert(alignof(FAnimNode_LegIK) == 0x000008, "Wrong alignment on FAnimNode_LegIK"); \ static_assert(sizeof(FAnimNode_LegIK) == 0x0000F8, "Wrong size on FAnimNode_LegIK"); \ static_assert(offsetof(FAnimNode_LegIK, ReachPrecision) == 0x0000C8, "Member 'FAnimNode_LegIK::ReachPrecision' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LegIK, MaxIterations) == 0x0000CC, "Member 'FAnimNode_LegIK::MaxIterations' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LegIK, LegsDefinition) == 0x0000D0, "Member 'FAnimNode_LegIK::LegsDefinition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimLegIKData \ static_assert(alignof(FAnimLegIKData) == 0x000010, "Wrong alignment on FAnimLegIKData"); \ static_assert(sizeof(FAnimLegIKData) == 0x0000A0, "Wrong size on FAnimLegIKData"); \ #define DUMPER7_ASSERTS_FIKChain \ static_assert(alignof(FIKChain) == 0x000008, "Wrong alignment on FIKChain"); \ static_assert(sizeof(FIKChain) == 0x000038, "Wrong size on FIKChain"); \ #define DUMPER7_ASSERTS_FIKChainLink \ static_assert(alignof(FIKChainLink) == 0x000004, "Wrong alignment on FIKChainLink"); \ static_assert(sizeof(FIKChainLink) == 0x00003C, "Wrong size on FIKChainLink"); \ #define DUMPER7_ASSERTS_FAnimNode_LookAt \ static_assert(alignof(FAnimNode_LookAt) == 0x000010, "Wrong alignment on FAnimNode_LookAt"); \ static_assert(sizeof(FAnimNode_LookAt) == 0x0001B0, "Wrong size on FAnimNode_LookAt"); \ static_assert(offsetof(FAnimNode_LookAt, BoneToModify) == 0x0000C8, "Member 'FAnimNode_LookAt::BoneToModify' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, LookAtTarget) == 0x0000E0, "Member 'FAnimNode_LookAt::LookAtTarget' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, LookAtLocation) == 0x000140, "Member 'FAnimNode_LookAt::LookAtLocation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, LookAt_Axis) == 0x00014C, "Member 'FAnimNode_LookAt::LookAt_Axis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, bUseLookUpAxis) == 0x00015C, "Member 'FAnimNode_LookAt::bUseLookUpAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, InterpolationType) == 0x00015D, "Member 'FAnimNode_LookAt::InterpolationType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, LookUp_Axis) == 0x000160, "Member 'FAnimNode_LookAt::LookUp_Axis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, LookAtClamp) == 0x000170, "Member 'FAnimNode_LookAt::LookAtClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, InterpolationTime) == 0x000174, "Member 'FAnimNode_LookAt::InterpolationTime' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, InterpolationTriggerThreashold) == 0x000178, "Member 'FAnimNode_LookAt::InterpolationTriggerThreashold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_MakeDynamicAdditive \ static_assert(alignof(FAnimNode_MakeDynamicAdditive) == 0x000008, "Wrong alignment on FAnimNode_MakeDynamicAdditive"); \ static_assert(sizeof(FAnimNode_MakeDynamicAdditive) == 0x000038, "Wrong size on FAnimNode_MakeDynamicAdditive"); \ static_assert(offsetof(FAnimNode_MakeDynamicAdditive, Base) == 0x000010, "Member 'FAnimNode_MakeDynamicAdditive::Base' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MakeDynamicAdditive, Additive) == 0x000020, "Member 'FAnimNode_MakeDynamicAdditive::Additive' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MakeDynamicAdditive, bMeshSpaceAdditive) == 0x000030, "Member 'FAnimNode_MakeDynamicAdditive::bMeshSpaceAdditive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ModifyBone \ static_assert(alignof(FAnimNode_ModifyBone) == 0x000008, "Wrong alignment on FAnimNode_ModifyBone"); \ static_assert(sizeof(FAnimNode_ModifyBone) == 0x000108, "Wrong size on FAnimNode_ModifyBone"); \ static_assert(offsetof(FAnimNode_ModifyBone, BoneToModify) == 0x0000C8, "Member 'FAnimNode_ModifyBone::BoneToModify' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyBone, Translation) == 0x0000D8, "Member 'FAnimNode_ModifyBone::Translation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyBone, Rotation) == 0x0000E4, "Member 'FAnimNode_ModifyBone::Rotation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyBone, Scale) == 0x0000F0, "Member 'FAnimNode_ModifyBone::Scale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyBone, TranslationMode) == 0x0000FC, "Member 'FAnimNode_ModifyBone::TranslationMode' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyBone, RotationMode) == 0x0000FD, "Member 'FAnimNode_ModifyBone::RotationMode' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyBone, ScaleMode) == 0x0000FE, "Member 'FAnimNode_ModifyBone::ScaleMode' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyBone, TranslationSpace) == 0x0000FF, "Member 'FAnimNode_ModifyBone::TranslationSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyBone, RotationSpace) == 0x000100, "Member 'FAnimNode_ModifyBone::RotationSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyBone, ScaleSpace) == 0x000101, "Member 'FAnimNode_ModifyBone::ScaleSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_PoseByName \ static_assert(alignof(FAnimNode_PoseByName) == 0x000008, "Wrong alignment on FAnimNode_PoseByName"); \ static_assert(sizeof(FAnimNode_PoseByName) == 0x000098, "Wrong size on FAnimNode_PoseByName"); \ static_assert(offsetof(FAnimNode_PoseByName, PoseName) == 0x000080, "Member 'FAnimNode_PoseByName::PoseName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseByName, PoseWeight) == 0x000088, "Member 'FAnimNode_PoseByName::PoseWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRBFParams \ static_assert(alignof(FRBFParams) == 0x000004, "Wrong alignment on FRBFParams"); \ static_assert(sizeof(FRBFParams) == 0x00002C, "Wrong size on FRBFParams"); \ static_assert(offsetof(FRBFParams, TargetDimensions) == 0x000000, "Member 'FRBFParams::TargetDimensions' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, SolverType) == 0x000004, "Member 'FRBFParams::SolverType' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, Radius) == 0x000008, "Member 'FRBFParams::Radius' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, bAutomaticRadius) == 0x00000C, "Member 'FRBFParams::bAutomaticRadius' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, Function) == 0x00000D, "Member 'FRBFParams::Function' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, DistanceMethod) == 0x00000E, "Member 'FRBFParams::DistanceMethod' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, TwistAxis) == 0x00000F, "Member 'FRBFParams::TwistAxis' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, WeightThreshold) == 0x000010, "Member 'FRBFParams::WeightThreshold' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, NormalizeMethod) == 0x000014, "Member 'FRBFParams::NormalizeMethod' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, MedianReference) == 0x000018, "Member 'FRBFParams::MedianReference' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, MedianMin) == 0x000024, "Member 'FRBFParams::MedianMin' has a wrong offset!"); \ static_assert(offsetof(FRBFParams, MedianMax) == 0x000028, "Member 'FRBFParams::MedianMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPoseDriverTransform \ static_assert(alignof(FPoseDriverTransform) == 0x000004, "Wrong alignment on FPoseDriverTransform"); \ static_assert(sizeof(FPoseDriverTransform) == 0x000018, "Wrong size on FPoseDriverTransform"); \ static_assert(offsetof(FPoseDriverTransform, TargetTranslation) == 0x000000, "Member 'FPoseDriverTransform::TargetTranslation' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTransform, TargetRotation) == 0x00000C, "Member 'FPoseDriverTransform::TargetRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPoseDriverTarget \ static_assert(alignof(FPoseDriverTarget) == 0x000008, "Wrong alignment on FPoseDriverTarget"); \ static_assert(sizeof(FPoseDriverTarget) == 0x0000C0, "Wrong size on FPoseDriverTarget"); \ static_assert(offsetof(FPoseDriverTarget, BoneTransforms) == 0x000000, "Member 'FPoseDriverTarget::BoneTransforms' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTarget, TargetRotation) == 0x000010, "Member 'FPoseDriverTarget::TargetRotation' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTarget, TargetScale) == 0x00001C, "Member 'FPoseDriverTarget::TargetScale' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTarget, DistanceMethod) == 0x000020, "Member 'FPoseDriverTarget::DistanceMethod' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTarget, FunctionType) == 0x000021, "Member 'FPoseDriverTarget::FunctionType' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTarget, bApplyCustomCurve) == 0x000022, "Member 'FPoseDriverTarget::bApplyCustomCurve' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTarget, CustomCurve) == 0x000028, "Member 'FPoseDriverTarget::CustomCurve' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTarget, DrivenName) == 0x0000A8, "Member 'FPoseDriverTarget::DrivenName' has a wrong offset!"); \ static_assert(offsetof(FPoseDriverTarget, bIsHidden) == 0x0000B8, "Member 'FPoseDriverTarget::bIsHidden' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_PoseDriver \ static_assert(alignof(FAnimNode_PoseDriver) == 0x000008, "Wrong alignment on FAnimNode_PoseDriver"); \ static_assert(sizeof(FAnimNode_PoseDriver) == 0x000168, "Wrong size on FAnimNode_PoseDriver"); \ static_assert(offsetof(FAnimNode_PoseDriver, SourcePose) == 0x000080, "Member 'FAnimNode_PoseDriver::SourcePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseDriver, SourceBones) == 0x000090, "Member 'FAnimNode_PoseDriver::SourceBones' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseDriver, OnlyDriveBones) == 0x0000A0, "Member 'FAnimNode_PoseDriver::OnlyDriveBones' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseDriver, PoseTargets) == 0x0000B0, "Member 'FAnimNode_PoseDriver::PoseTargets' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseDriver, EvalSpaceBone) == 0x0000F0, "Member 'FAnimNode_PoseDriver::EvalSpaceBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseDriver, RBFParams) == 0x000100, "Member 'FAnimNode_PoseDriver::RBFParams' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseDriver, DriveSource) == 0x00012C, "Member 'FAnimNode_PoseDriver::DriveSource' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseDriver, DriveOutput) == 0x00012D, "Member 'FAnimNode_PoseDriver::DriveOutput' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseDriver, LODThreshold) == 0x000130, "Member 'FAnimNode_PoseDriver::LODThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_PoseSnapshot \ static_assert(alignof(FAnimNode_PoseSnapshot) == 0x000008, "Wrong alignment on FAnimNode_PoseSnapshot"); \ static_assert(sizeof(FAnimNode_PoseSnapshot) == 0x000090, "Wrong size on FAnimNode_PoseSnapshot"); \ static_assert(offsetof(FAnimNode_PoseSnapshot, SnapshotName) == 0x000010, "Member 'FAnimNode_PoseSnapshot::SnapshotName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseSnapshot, Snapshot) == 0x000018, "Member 'FAnimNode_PoseSnapshot::Snapshot' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseSnapshot, Mode) == 0x000050, "Member 'FAnimNode_PoseSnapshot::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_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_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_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_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_UABL_DW_WandRecovered_C \ static_assert(alignof(UABL_DW_WandRecovered_C) == 0x000008, "Wrong alignment on UABL_DW_WandRecovered_C"); \ static_assert(sizeof(UABL_DW_WandRecovered_C) == 0x0000E0, "Wrong size on UABL_DW_WandRecovered_C"); \ #define DUMPER7_ASSERTS_UAntiLag2Settings \ static_assert(alignof(UAntiLag2Settings) == 0x000008, "Wrong alignment on UAntiLag2Settings"); \ static_assert(sizeof(UAntiLag2Settings) == 0x000040, "Wrong size on UAntiLag2Settings"); \ static_assert(offsetof(UAntiLag2Settings, bEnabled) == 0x000038, "Member 'UAntiLag2Settings::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FScalarParameterNameAndCurve \ static_assert(alignof(FScalarParameterNameAndCurve) == 0x000008, "Wrong alignment on FScalarParameterNameAndCurve"); \ static_assert(sizeof(FScalarParameterNameAndCurve) == 0x0000A8, "Wrong size on FScalarParameterNameAndCurve"); \ static_assert(offsetof(FScalarParameterNameAndCurve, ParameterName) == 0x000000, "Member 'FScalarParameterNameAndCurve::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FScalarParameterNameAndCurve, ParameterCurve) == 0x000008, "Member 'FScalarParameterNameAndCurve::ParameterCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoolParameterNameAndCurve \ static_assert(alignof(FBoolParameterNameAndCurve) == 0x000008, "Wrong alignment on FBoolParameterNameAndCurve"); \ static_assert(sizeof(FBoolParameterNameAndCurve) == 0x000098, "Wrong size on FBoolParameterNameAndCurve"); \ static_assert(offsetof(FBoolParameterNameAndCurve, ParameterName) == 0x000000, "Member 'FBoolParameterNameAndCurve::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FBoolParameterNameAndCurve, ParameterCurve) == 0x000008, "Member 'FBoolParameterNameAndCurve::ParameterCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVector2DParameterNameAndCurves \ static_assert(alignof(FVector2DParameterNameAndCurves) == 0x000008, "Wrong alignment on FVector2DParameterNameAndCurves"); \ static_assert(sizeof(FVector2DParameterNameAndCurves) == 0x000148, "Wrong size on FVector2DParameterNameAndCurves"); \ static_assert(offsetof(FVector2DParameterNameAndCurves, ParameterName) == 0x000000, "Member 'FVector2DParameterNameAndCurves::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FVector2DParameterNameAndCurves, XCurve) == 0x000008, "Member 'FVector2DParameterNameAndCurves::XCurve' has a wrong offset!"); \ static_assert(offsetof(FVector2DParameterNameAndCurves, YCurve) == 0x0000A8, "Member 'FVector2DParameterNameAndCurves::YCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVectorParameterNameAndCurves \ static_assert(alignof(FVectorParameterNameAndCurves) == 0x000008, "Wrong alignment on FVectorParameterNameAndCurves"); \ static_assert(sizeof(FVectorParameterNameAndCurves) == 0x0001E8, "Wrong size on FVectorParameterNameAndCurves"); \ static_assert(offsetof(FVectorParameterNameAndCurves, ParameterName) == 0x000000, "Member 'FVectorParameterNameAndCurves::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FVectorParameterNameAndCurves, XCurve) == 0x000008, "Member 'FVectorParameterNameAndCurves::XCurve' has a wrong offset!"); \ static_assert(offsetof(FVectorParameterNameAndCurves, YCurve) == 0x0000A8, "Member 'FVectorParameterNameAndCurves::YCurve' has a wrong offset!"); \ static_assert(offsetof(FVectorParameterNameAndCurves, ZCurve) == 0x000148, "Member 'FVectorParameterNameAndCurves::ZCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FColorParameterNameAndCurves \ static_assert(alignof(FColorParameterNameAndCurves) == 0x000008, "Wrong alignment on FColorParameterNameAndCurves"); \ static_assert(sizeof(FColorParameterNameAndCurves) == 0x000288, "Wrong size on FColorParameterNameAndCurves"); \ static_assert(offsetof(FColorParameterNameAndCurves, ParameterName) == 0x000000, "Member 'FColorParameterNameAndCurves::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FColorParameterNameAndCurves, RedCurve) == 0x000008, "Member 'FColorParameterNameAndCurves::RedCurve' has a wrong offset!"); \ static_assert(offsetof(FColorParameterNameAndCurves, GreenCurve) == 0x0000A8, "Member 'FColorParameterNameAndCurves::GreenCurve' has a wrong offset!"); \ static_assert(offsetof(FColorParameterNameAndCurves, BlueCurve) == 0x000148, "Member 'FColorParameterNameAndCurves::BlueCurve' has a wrong offset!"); \ static_assert(offsetof(FColorParameterNameAndCurves, AlphaCurve) == 0x0001E8, "Member 'FColorParameterNameAndCurves::AlphaCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransformParameterNameAndCurves \ static_assert(alignof(FTransformParameterNameAndCurves) == 0x000008, "Wrong alignment on FTransformParameterNameAndCurves"); \ static_assert(sizeof(FTransformParameterNameAndCurves) == 0x0005A8, "Wrong size on FTransformParameterNameAndCurves"); \ static_assert(offsetof(FTransformParameterNameAndCurves, ParameterName) == 0x000000, "Member 'FTransformParameterNameAndCurves::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FTransformParameterNameAndCurves, Translation) == 0x000008, "Member 'FTransformParameterNameAndCurves::Translation' has a wrong offset!"); \ static_assert(offsetof(FTransformParameterNameAndCurves, Rotation) == 0x0001E8, "Member 'FTransformParameterNameAndCurves::Rotation' has a wrong offset!"); \ static_assert(offsetof(FTransformParameterNameAndCurves, Scale) == 0x0003C8, "Member 'FTransformParameterNameAndCurves::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneParameterSectionTemplate \ static_assert(alignof(FMovieSceneParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneParameterSectionTemplate"); \ static_assert(sizeof(FMovieSceneParameterSectionTemplate) == 0x000080, "Wrong size on FMovieSceneParameterSectionTemplate"); \ static_assert(offsetof(FMovieSceneParameterSectionTemplate, Scalars) == 0x000020, "Member 'FMovieSceneParameterSectionTemplate::Scalars' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneParameterSectionTemplate, Bools) == 0x000030, "Member 'FMovieSceneParameterSectionTemplate::Bools' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneParameterSectionTemplate, Vector2Ds) == 0x000040, "Member 'FMovieSceneParameterSectionTemplate::Vector2Ds' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneParameterSectionTemplate, Vectors) == 0x000050, "Member 'FMovieSceneParameterSectionTemplate::Vectors' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneParameterSectionTemplate, Colors) == 0x000060, "Member 'FMovieSceneParameterSectionTemplate::Colors' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneParameterSectionTemplate, Transforms) == 0x000070, "Member 'FMovieSceneParameterSectionTemplate::Transforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneParticleParameterSectionTemplate \ static_assert(alignof(FMovieSceneParticleParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneParticleParameterSectionTemplate"); \ static_assert(sizeof(FMovieSceneParticleParameterSectionTemplate) == 0x000080, "Wrong size on FMovieSceneParticleParameterSectionTemplate"); \ #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_FMovieSceneSkeletalAnimationParams \ static_assert(alignof(FMovieSceneSkeletalAnimationParams) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationParams"); \ static_assert(sizeof(FMovieSceneSkeletalAnimationParams) == 0x0000D8, "Wrong size on FMovieSceneSkeletalAnimationParams"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, Animation) == 0x000000, "Member 'FMovieSceneSkeletalAnimationParams::Animation' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, FirstLoopStartFrameOffset) == 0x000008, "Member 'FMovieSceneSkeletalAnimationParams::FirstLoopStartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, StartFrameOffset) == 0x00000C, "Member 'FMovieSceneSkeletalAnimationParams::StartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, EndFrameOffset) == 0x000010, "Member 'FMovieSceneSkeletalAnimationParams::EndFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, PlayRate) == 0x000014, "Member 'FMovieSceneSkeletalAnimationParams::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, SlotName) == 0x00001C, "Member 'FMovieSceneSkeletalAnimationParams::SlotName' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, weight) == 0x000028, "Member 'FMovieSceneSkeletalAnimationParams::weight' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, bSkipAnimNotifiers) == 0x0000C8, "Member 'FMovieSceneSkeletalAnimationParams::bSkipAnimNotifiers' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, bForceCustomMode) == 0x0000C9, "Member 'FMovieSceneSkeletalAnimationParams::bForceCustomMode' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, StartOffset) == 0x0000CC, "Member 'FMovieSceneSkeletalAnimationParams::StartOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationParams, EndOffset) == 0x0000D0, "Member 'FMovieSceneSkeletalAnimationParams::EndOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationSectionTemplateParameters \ static_assert(alignof(FMovieSceneSkeletalAnimationSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationSectionTemplateParameters"); \ static_assert(sizeof(FMovieSceneSkeletalAnimationSectionTemplateParameters) == 0x0000E0, "Wrong size on FMovieSceneSkeletalAnimationSectionTemplateParameters"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplateParameters, SectionStartTime) == 0x0000D8, "Member 'FMovieSceneSkeletalAnimationSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplateParameters, SectionEndTime) == 0x0000DC, "Member 'FMovieSceneSkeletalAnimationSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationSectionTemplate \ static_assert(alignof(FMovieSceneSkeletalAnimationSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationSectionTemplate"); \ static_assert(sizeof(FMovieSceneSkeletalAnimationSectionTemplate) == 0x000100, "Wrong size on FMovieSceneSkeletalAnimationSectionTemplate"); \ static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneSkeletalAnimationSectionTemplate::Params' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FMovieSceneStringChannel \ static_assert(alignof(FMovieSceneStringChannel) == 0x000008, "Wrong alignment on FMovieSceneStringChannel"); \ static_assert(sizeof(FMovieSceneStringChannel) == 0x0000A0, "Wrong size on FMovieSceneStringChannel"); \ static_assert(offsetof(FMovieSceneStringChannel, Times) == 0x000008, "Member 'FMovieSceneStringChannel::Times' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneStringChannel, Values) == 0x000018, "Member 'FMovieSceneStringChannel::Values' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneStringChannel, DefaultValue) == 0x000028, "Member 'FMovieSceneStringChannel::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneStringChannel, bHasDefaultValue) == 0x000038, "Member 'FMovieSceneStringChannel::bHasDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneStringPropertySectionTemplate \ static_assert(alignof(FMovieSceneStringPropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneStringPropertySectionTemplate"); \ static_assert(sizeof(FMovieSceneStringPropertySectionTemplate) == 0x0000D8, "Wrong size on FMovieSceneStringPropertySectionTemplate"); \ static_assert(offsetof(FMovieSceneStringPropertySectionTemplate, StringCurve) == 0x000038, "Member 'FMovieSceneStringPropertySectionTemplate::StringCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_FMovieSceneEventSectionTemplate \ static_assert(alignof(FMovieSceneEventSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneEventSectionTemplate"); \ static_assert(sizeof(FMovieSceneEventSectionTemplate) == 0x0000B0, "Wrong size on FMovieSceneEventSectionTemplate"); \ static_assert(offsetof(FMovieSceneEventSectionTemplate, EventData) == 0x000020, "Member 'FMovieSceneEventSectionTemplate::EventData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneFadeSectionTemplate \ static_assert(alignof(FMovieSceneFadeSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneFadeSectionTemplate"); \ static_assert(sizeof(FMovieSceneFadeSectionTemplate) == 0x0000D8, "Wrong size on FMovieSceneFadeSectionTemplate"); \ static_assert(offsetof(FMovieSceneFadeSectionTemplate, FadeCurve) == 0x000020, "Member 'FMovieSceneFadeSectionTemplate::FadeCurve' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFadeSectionTemplate, FadeColor) == 0x0000C0, "Member 'FMovieSceneFadeSectionTemplate::FadeColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneMaterialParameterCollectionTemplate \ static_assert(alignof(FMovieSceneMaterialParameterCollectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneMaterialParameterCollectionTemplate"); \ static_assert(sizeof(FMovieSceneMaterialParameterCollectionTemplate) == 0x000088, "Wrong size on FMovieSceneMaterialParameterCollectionTemplate"); \ static_assert(offsetof(FMovieSceneMaterialParameterCollectionTemplate, MPC) == 0x000080, "Member 'FMovieSceneMaterialParameterCollectionTemplate::MPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneObjectPropertyTemplate \ static_assert(alignof(FMovieSceneObjectPropertyTemplate) == 0x000008, "Wrong alignment on FMovieSceneObjectPropertyTemplate"); \ static_assert(sizeof(FMovieSceneObjectPropertyTemplate) == 0x0000F8, "Wrong size on FMovieSceneObjectPropertyTemplate"); \ static_assert(offsetof(FMovieSceneObjectPropertyTemplate, ObjectChannel) == 0x000038, "Member 'FMovieSceneObjectPropertyTemplate::ObjectChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneComponentMaterialSectionTemplate \ static_assert(alignof(FMovieSceneComponentMaterialSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneComponentMaterialSectionTemplate"); \ static_assert(sizeof(FMovieSceneComponentMaterialSectionTemplate) == 0x000088, "Wrong size on FMovieSceneComponentMaterialSectionTemplate"); \ static_assert(offsetof(FMovieSceneComponentMaterialSectionTemplate, MaterialIndex) == 0x000080, "Member 'FMovieSceneComponentMaterialSectionTemplate::MaterialIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneParticleChannel \ static_assert(alignof(FMovieSceneParticleChannel) == 0x000008, "Wrong alignment on FMovieSceneParticleChannel"); \ static_assert(sizeof(FMovieSceneParticleChannel) == 0x000098, "Wrong size on FMovieSceneParticleChannel"); \ #define DUMPER7_ASSERTS_FMovieSceneParticleSectionTemplate \ static_assert(alignof(FMovieSceneParticleSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneParticleSectionTemplate"); \ static_assert(sizeof(FMovieSceneParticleSectionTemplate) == 0x0000B8, "Wrong size on FMovieSceneParticleSectionTemplate"); \ static_assert(offsetof(FMovieSceneParticleSectionTemplate, ParticleKeys) == 0x000020, "Member 'FMovieSceneParticleSectionTemplate::ParticleKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieScenePrimitiveMaterialTemplate \ static_assert(alignof(FMovieScenePrimitiveMaterialTemplate) == 0x000008, "Wrong alignment on FMovieScenePrimitiveMaterialTemplate"); \ static_assert(sizeof(FMovieScenePrimitiveMaterialTemplate) == 0x0000E8, "Wrong size on FMovieScenePrimitiveMaterialTemplate"); \ static_assert(offsetof(FMovieScenePrimitiveMaterialTemplate, MaterialIndex) == 0x000020, "Member 'FMovieScenePrimitiveMaterialTemplate::MaterialIndex' has a wrong offset!"); \ static_assert(offsetof(FMovieScenePrimitiveMaterialTemplate, MaterialChannel) == 0x000028, "Member 'FMovieScenePrimitiveMaterialTemplate::MaterialChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMovieSceneSkeletalAnimRootMotionTrackParams \ static_assert(alignof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ static_assert(sizeof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000030, "Wrong size on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ #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_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_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_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_UMovieSceneCameraShakeEvaluator \ static_assert(alignof(UMovieSceneCameraShakeEvaluator) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeEvaluator"); \ static_assert(sizeof(UMovieSceneCameraShakeEvaluator) == 0x000028, "Wrong size on UMovieSceneCameraShakeEvaluator"); \ #define DUMPER7_ASSERTS_UByteChannelEvaluatorSystem \ static_assert(alignof(UByteChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UByteChannelEvaluatorSystem"); \ static_assert(sizeof(UByteChannelEvaluatorSystem) == 0x000040, "Wrong size on UByteChannelEvaluatorSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneComponentAttachmentInvalidatorSystem \ static_assert(alignof(UMovieSceneComponentAttachmentInvalidatorSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentAttachmentInvalidatorSystem"); \ static_assert(sizeof(UMovieSceneComponentAttachmentInvalidatorSystem) == 0x000040, "Wrong size on UMovieSceneComponentAttachmentInvalidatorSystem"); \ #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_UFloatChannelEvaluatorSystem \ static_assert(alignof(UFloatChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UFloatChannelEvaluatorSystem"); \ static_assert(sizeof(UFloatChannelEvaluatorSystem) == 0x000040, "Wrong size on UFloatChannelEvaluatorSystem"); \ #define DUMPER7_ASSERTS_MovieSceneTransformOrigin_BP_GetTransformOrigin \ static_assert(alignof(MovieSceneTransformOrigin_BP_GetTransformOrigin) == 0x000010, "Wrong alignment on MovieSceneTransformOrigin_BP_GetTransformOrigin"); \ static_assert(sizeof(MovieSceneTransformOrigin_BP_GetTransformOrigin) == 0x000030, "Wrong size on MovieSceneTransformOrigin_BP_GetTransformOrigin"); \ static_assert(offsetof(MovieSceneTransformOrigin_BP_GetTransformOrigin, ReturnValue) == 0x000000, "Member 'MovieSceneTransformOrigin_BP_GetTransformOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMovieSceneTransformOrigin \ static_assert(alignof(IMovieSceneTransformOrigin) == 0x000001, "Wrong alignment on IMovieSceneTransformOrigin"); \ static_assert(sizeof(IMovieSceneTransformOrigin) == 0x000001, "Wrong size on IMovieSceneTransformOrigin"); \ #define DUMPER7_ASSERTS_UIntegerChannelEvaluatorSystem \ static_assert(alignof(UIntegerChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UIntegerChannelEvaluatorSystem"); \ static_assert(sizeof(UIntegerChannelEvaluatorSystem) == 0x000040, "Wrong size on UIntegerChannelEvaluatorSystem"); \ #define DUMPER7_ASSERTS_MovieScene3DConstraintSection_SetConstraintBindingID \ static_assert(alignof(MovieScene3DConstraintSection_SetConstraintBindingID) == 0x000004, "Wrong alignment on MovieScene3DConstraintSection_SetConstraintBindingID"); \ static_assert(sizeof(MovieScene3DConstraintSection_SetConstraintBindingID) == 0x000018, "Wrong size on MovieScene3DConstraintSection_SetConstraintBindingID"); \ static_assert(offsetof(MovieScene3DConstraintSection_SetConstraintBindingID, InConstraintBindingID) == 0x000000, "Member 'MovieScene3DConstraintSection_SetConstraintBindingID::InConstraintBindingID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieScene3DConstraintSection_GetConstraintBindingID \ static_assert(alignof(MovieScene3DConstraintSection_GetConstraintBindingID) == 0x000004, "Wrong alignment on MovieScene3DConstraintSection_GetConstraintBindingID"); \ static_assert(sizeof(MovieScene3DConstraintSection_GetConstraintBindingID) == 0x000018, "Wrong size on MovieScene3DConstraintSection_GetConstraintBindingID"); \ static_assert(offsetof(MovieScene3DConstraintSection_GetConstraintBindingID, ReturnValue) == 0x000000, "Member 'MovieScene3DConstraintSection_GetConstraintBindingID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScene3DConstraintSection \ static_assert(alignof(UMovieScene3DConstraintSection) == 0x000008, "Wrong alignment on UMovieScene3DConstraintSection"); \ static_assert(sizeof(UMovieScene3DConstraintSection) == 0x000110, "Wrong size on UMovieScene3DConstraintSection"); \ static_assert(offsetof(UMovieScene3DConstraintSection, ConstraintId) == 0x0000E8, "Member 'UMovieScene3DConstraintSection::ConstraintId' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DConstraintSection, ConstraintBindingID) == 0x0000F8, "Member 'UMovieScene3DConstraintSection::ConstraintBindingID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScene3DAttachSection \ static_assert(alignof(UMovieScene3DAttachSection) == 0x000008, "Wrong alignment on UMovieScene3DAttachSection"); \ static_assert(sizeof(UMovieScene3DAttachSection) == 0x000130, "Wrong size on UMovieScene3DAttachSection"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachSocketName) == 0x000118, "Member 'UMovieScene3DAttachSection::AttachSocketName' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachComponentName) == 0x000120, "Member 'UMovieScene3DAttachSection::AttachComponentName' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachmentLocationRule) == 0x000128, "Member 'UMovieScene3DAttachSection::AttachmentLocationRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachmentRotationRule) == 0x000129, "Member 'UMovieScene3DAttachSection::AttachmentRotationRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachmentScaleRule) == 0x00012A, "Member 'UMovieScene3DAttachSection::AttachmentScaleRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, DetachmentLocationRule) == 0x00012B, "Member 'UMovieScene3DAttachSection::DetachmentLocationRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, DetachmentRotationRule) == 0x00012C, "Member 'UMovieScene3DAttachSection::DetachmentRotationRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, DetachmentScaleRule) == 0x00012D, "Member 'UMovieScene3DAttachSection::DetachmentScaleRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScene3DAttachTrack \ static_assert(alignof(UMovieScene3DAttachTrack) == 0x000008, "Wrong alignment on UMovieScene3DAttachTrack"); \ static_assert(sizeof(UMovieScene3DAttachTrack) == 0x0000A0, "Wrong size on UMovieScene3DAttachTrack"); \ #define DUMPER7_ASSERTS_UMovieScene3DPathSection \ static_assert(alignof(UMovieScene3DPathSection) == 0x000008, "Wrong alignment on UMovieScene3DPathSection"); \ static_assert(sizeof(UMovieScene3DPathSection) == 0x0001B8, "Wrong size on UMovieScene3DPathSection"); \ static_assert(offsetof(UMovieScene3DPathSection, TimingCurve) == 0x000110, "Member 'UMovieScene3DPathSection::TimingCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DPathSection, FrontAxisEnum) == 0x0001B0, "Member 'UMovieScene3DPathSection::FrontAxisEnum' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DPathSection, UpAxisEnum) == 0x0001B1, "Member 'UMovieScene3DPathSection::UpAxisEnum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScene3DPathTrack \ static_assert(alignof(UMovieScene3DPathTrack) == 0x000008, "Wrong alignment on UMovieScene3DPathTrack"); \ static_assert(sizeof(UMovieScene3DPathTrack) == 0x0000A8, "Wrong size on UMovieScene3DPathTrack"); \ #define DUMPER7_ASSERTS_UMovieScenePropertySystem \ static_assert(alignof(UMovieScenePropertySystem) == 0x000008, "Wrong alignment on UMovieScenePropertySystem"); \ static_assert(sizeof(UMovieScenePropertySystem) == 0x000058, "Wrong size on UMovieScenePropertySystem"); \ static_assert(offsetof(UMovieScenePropertySystem, InstantiatorSystem) == 0x000048, "Member 'UMovieScenePropertySystem::InstantiatorSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScene3DTransformPropertySystem \ static_assert(alignof(UMovieScene3DTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieScene3DTransformPropertySystem"); \ static_assert(sizeof(UMovieScene3DTransformPropertySystem) == 0x000058, "Wrong size on UMovieScene3DTransformPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieScene3DTransformSection \ static_assert(alignof(UMovieScene3DTransformSection) == 0x000008, "Wrong alignment on UMovieScene3DTransformSection"); \ static_assert(sizeof(UMovieScene3DTransformSection) == 0x000740, "Wrong size on UMovieScene3DTransformSection"); \ static_assert(offsetof(UMovieScene3DTransformSection, TransformMask) == 0x0000F0, "Member 'UMovieScene3DTransformSection::TransformMask' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DTransformSection, Translation) == 0x0000F8, "Member 'UMovieScene3DTransformSection::Translation' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DTransformSection, Rotation) == 0x0002D8, "Member 'UMovieScene3DTransformSection::Rotation' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DTransformSection, Scale) == 0x0004B8, "Member 'UMovieScene3DTransformSection::Scale' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DTransformSection, ManualWeight) == 0x000698, "Member 'UMovieScene3DTransformSection::ManualWeight' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DTransformSection, bUseQuaternionInterpolation) == 0x000738, "Member 'UMovieScene3DTransformSection::bUseQuaternionInterpolation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScene3DTransformTrack \ static_assert(alignof(UMovieScene3DTransformTrack) == 0x000008, "Wrong alignment on UMovieScene3DTransformTrack"); \ static_assert(sizeof(UMovieScene3DTransformTrack) == 0x0000C0, "Wrong size on UMovieScene3DTransformTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneActorReferenceSection \ static_assert(alignof(UMovieSceneActorReferenceSection) == 0x000008, "Wrong alignment on UMovieSceneActorReferenceSection"); \ static_assert(sizeof(UMovieSceneActorReferenceSection) == 0x000228, "Wrong size on UMovieSceneActorReferenceSection"); \ static_assert(offsetof(UMovieSceneActorReferenceSection, ActorReferenceData) == 0x0000E8, "Member 'UMovieSceneActorReferenceSection::ActorReferenceData' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneActorReferenceSection, ActorGuidIndexCurve) == 0x000198, "Member 'UMovieSceneActorReferenceSection::ActorGuidIndexCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneActorReferenceSection, ActorGuidStrings) == 0x000218, "Member 'UMovieSceneActorReferenceSection::ActorGuidStrings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneActorReferenceTrack \ static_assert(alignof(UMovieSceneActorReferenceTrack) == 0x000008, "Wrong alignment on UMovieSceneActorReferenceTrack"); \ static_assert(sizeof(UMovieSceneActorReferenceTrack) == 0x0000C8, "Wrong size on UMovieSceneActorReferenceTrack"); \ #define DUMPER7_ASSERTS_MovieSceneAudioSection_SetSound \ static_assert(alignof(MovieSceneAudioSection_SetSound) == 0x000008, "Wrong alignment on MovieSceneAudioSection_SetSound"); \ static_assert(sizeof(MovieSceneAudioSection_SetSound) == 0x000008, "Wrong size on MovieSceneAudioSection_SetSound"); \ static_assert(offsetof(MovieSceneAudioSection_SetSound, InSound) == 0x000000, "Member 'MovieSceneAudioSection_SetSound::InSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneAudioSection_SetStartOffset \ static_assert(alignof(MovieSceneAudioSection_SetStartOffset) == 0x000004, "Wrong alignment on MovieSceneAudioSection_SetStartOffset"); \ static_assert(sizeof(MovieSceneAudioSection_SetStartOffset) == 0x000004, "Wrong size on MovieSceneAudioSection_SetStartOffset"); \ static_assert(offsetof(MovieSceneAudioSection_SetStartOffset, InStartOffset) == 0x000000, "Member 'MovieSceneAudioSection_SetStartOffset::InStartOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneAudioSection_GetSound \ static_assert(alignof(MovieSceneAudioSection_GetSound) == 0x000008, "Wrong alignment on MovieSceneAudioSection_GetSound"); \ static_assert(sizeof(MovieSceneAudioSection_GetSound) == 0x000008, "Wrong size on MovieSceneAudioSection_GetSound"); \ static_assert(offsetof(MovieSceneAudioSection_GetSound, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetSound::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneAudioSection_GetStartOffset \ static_assert(alignof(MovieSceneAudioSection_GetStartOffset) == 0x000004, "Wrong alignment on MovieSceneAudioSection_GetStartOffset"); \ static_assert(sizeof(MovieSceneAudioSection_GetStartOffset) == 0x000004, "Wrong size on MovieSceneAudioSection_GetStartOffset"); \ static_assert(offsetof(MovieSceneAudioSection_GetStartOffset, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetStartOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneAudioSection \ static_assert(alignof(UMovieSceneAudioSection) == 0x000008, "Wrong alignment on UMovieSceneAudioSection"); \ static_assert(sizeof(UMovieSceneAudioSection) == 0x000338, "Wrong size on UMovieSceneAudioSection"); \ static_assert(offsetof(UMovieSceneAudioSection, Sound) == 0x0000E8, "Member 'UMovieSceneAudioSection::Sound' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, StartFrameOffset) == 0x0000F0, "Member 'UMovieSceneAudioSection::StartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, StartOffset) == 0x0000F4, "Member 'UMovieSceneAudioSection::StartOffset' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, AudioStartTime) == 0x0000F8, "Member 'UMovieSceneAudioSection::AudioStartTime' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, AudioDilationFactor) == 0x0000FC, "Member 'UMovieSceneAudioSection::AudioDilationFactor' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, AudioVolume) == 0x000100, "Member 'UMovieSceneAudioSection::AudioVolume' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, SoundVolume) == 0x000108, "Member 'UMovieSceneAudioSection::SoundVolume' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, PitchMultiplier) == 0x0001A8, "Member 'UMovieSceneAudioSection::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, AttachActorData) == 0x000248, "Member 'UMovieSceneAudioSection::AttachActorData' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, bLooping) == 0x0002F8, "Member 'UMovieSceneAudioSection::bLooping' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, bSuppressSubtitles) == 0x0002F9, "Member 'UMovieSceneAudioSection::bSuppressSubtitles' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, bOverrideAttenuation) == 0x0002FA, "Member 'UMovieSceneAudioSection::bOverrideAttenuation' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, AttenuationSettings) == 0x000300, "Member 'UMovieSceneAudioSection::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, OnQueueSubtitles) == 0x000308, "Member 'UMovieSceneAudioSection::OnQueueSubtitles' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, OnAudioFinished) == 0x000318, "Member 'UMovieSceneAudioSection::OnAudioFinished' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneAudioSection, OnAudioPlaybackPercent) == 0x000328, "Member 'UMovieSceneAudioSection::OnAudioPlaybackPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneAudioTrack \ static_assert(alignof(UMovieSceneAudioTrack) == 0x000008, "Wrong alignment on UMovieSceneAudioTrack"); \ static_assert(sizeof(UMovieSceneAudioTrack) == 0x0000A8, "Wrong size on UMovieSceneAudioTrack"); \ static_assert(offsetof(UMovieSceneAudioTrack, AudioSections) == 0x000098, "Member 'UMovieSceneAudioTrack::AudioSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneBaseValueEvaluatorSystem \ static_assert(alignof(UMovieSceneBaseValueEvaluatorSystem) == 0x000008, "Wrong alignment on UMovieSceneBaseValueEvaluatorSystem"); \ static_assert(sizeof(UMovieSceneBaseValueEvaluatorSystem) == 0x000040, "Wrong size on UMovieSceneBaseValueEvaluatorSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneBoolPropertySystem \ static_assert(alignof(UMovieSceneBoolPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneBoolPropertySystem"); \ static_assert(sizeof(UMovieSceneBoolPropertySystem) == 0x000058, "Wrong size on UMovieSceneBoolPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneBoolTrack \ static_assert(alignof(UMovieSceneBoolTrack) == 0x000008, "Wrong alignment on UMovieSceneBoolTrack"); \ static_assert(sizeof(UMovieSceneBoolTrack) == 0x0000C8, "Wrong size on UMovieSceneBoolTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneBytePropertySystem \ static_assert(alignof(UMovieSceneBytePropertySystem) == 0x000008, "Wrong alignment on UMovieSceneBytePropertySystem"); \ static_assert(sizeof(UMovieSceneBytePropertySystem) == 0x000058, "Wrong size on UMovieSceneBytePropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneByteSection \ static_assert(alignof(UMovieSceneByteSection) == 0x000008, "Wrong alignment on UMovieSceneByteSection"); \ static_assert(sizeof(UMovieSceneByteSection) == 0x000188, "Wrong size on UMovieSceneByteSection"); \ static_assert(offsetof(UMovieSceneByteSection, ByteCurve) == 0x0000F0, "Member 'UMovieSceneByteSection::ByteCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneByteTrack \ static_assert(alignof(UMovieSceneByteTrack) == 0x000008, "Wrong alignment on UMovieSceneByteTrack"); \ static_assert(sizeof(UMovieSceneByteTrack) == 0x0000C8, "Wrong size on UMovieSceneByteTrack"); \ static_assert(offsetof(UMovieSceneByteTrack, Enum) == 0x0000C0, "Member 'UMovieSceneByteTrack::Enum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraAnimSection \ static_assert(alignof(UMovieSceneCameraAnimSection) == 0x000008, "Wrong alignment on UMovieSceneCameraAnimSection"); \ static_assert(sizeof(UMovieSceneCameraAnimSection) == 0x000128, "Wrong size on UMovieSceneCameraAnimSection"); \ static_assert(offsetof(UMovieSceneCameraAnimSection, AnimData) == 0x0000E8, "Member 'UMovieSceneCameraAnimSection::AnimData' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraAnimSection, CameraAnim) == 0x000108, "Member 'UMovieSceneCameraAnimSection::CameraAnim' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraAnimSection, PlayRate) == 0x000110, "Member 'UMovieSceneCameraAnimSection::PlayRate' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraAnimSection, PlayScale) == 0x000114, "Member 'UMovieSceneCameraAnimSection::PlayScale' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraAnimSection, BlendInTime) == 0x000118, "Member 'UMovieSceneCameraAnimSection::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraAnimSection, BlendOutTime) == 0x00011C, "Member 'UMovieSceneCameraAnimSection::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraAnimSection, bLooping) == 0x000120, "Member 'UMovieSceneCameraAnimSection::bLooping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraAnimTrack \ static_assert(alignof(UMovieSceneCameraAnimTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraAnimTrack"); \ static_assert(sizeof(UMovieSceneCameraAnimTrack) == 0x0000A8, "Wrong size on UMovieSceneCameraAnimTrack"); \ static_assert(offsetof(UMovieSceneCameraAnimTrack, CameraAnimSections) == 0x000098, "Member 'UMovieSceneCameraAnimTrack::CameraAnimSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCameraCutSection_SetCameraBindingID \ static_assert(alignof(MovieSceneCameraCutSection_SetCameraBindingID) == 0x000004, "Wrong alignment on MovieSceneCameraCutSection_SetCameraBindingID"); \ static_assert(sizeof(MovieSceneCameraCutSection_SetCameraBindingID) == 0x000018, "Wrong size on MovieSceneCameraCutSection_SetCameraBindingID"); \ static_assert(offsetof(MovieSceneCameraCutSection_SetCameraBindingID, InCameraBindingID) == 0x000000, "Member 'MovieSceneCameraCutSection_SetCameraBindingID::InCameraBindingID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCameraCutSection_GetCameraBindingID \ static_assert(alignof(MovieSceneCameraCutSection_GetCameraBindingID) == 0x000004, "Wrong alignment on MovieSceneCameraCutSection_GetCameraBindingID"); \ static_assert(sizeof(MovieSceneCameraCutSection_GetCameraBindingID) == 0x000018, "Wrong size on MovieSceneCameraCutSection_GetCameraBindingID"); \ static_assert(offsetof(MovieSceneCameraCutSection_GetCameraBindingID, ReturnValue) == 0x000000, "Member 'MovieSceneCameraCutSection_GetCameraBindingID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraCutSection \ static_assert(alignof(UMovieSceneCameraCutSection) == 0x000010, "Wrong alignment on UMovieSceneCameraCutSection"); \ static_assert(sizeof(UMovieSceneCameraCutSection) == 0x000160, "Wrong size on UMovieSceneCameraCutSection"); \ static_assert(offsetof(UMovieSceneCameraCutSection, bLockPreviousCamera) == 0x0000F0, "Member 'UMovieSceneCameraCutSection::bLockPreviousCamera' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraCutSection, CameraGuid) == 0x0000F4, "Member 'UMovieSceneCameraCutSection::CameraGuid' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraCutSection, CameraBindingID) == 0x000104, "Member 'UMovieSceneCameraCutSection::CameraBindingID' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraCutSection, InitialCameraCutTransform) == 0x000120, "Member 'UMovieSceneCameraCutSection::InitialCameraCutTransform' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraCutSection, bHasInitialCameraCutTransform) == 0x000150, "Member 'UMovieSceneCameraCutSection::bHasInitialCameraCutTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraCutTrack \ static_assert(alignof(UMovieSceneCameraCutTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraCutTrack"); \ static_assert(sizeof(UMovieSceneCameraCutTrack) == 0x0000A8, "Wrong size on UMovieSceneCameraCutTrack"); \ static_assert(offsetof(UMovieSceneCameraCutTrack, bCanBlend) == 0x000090, "Member 'UMovieSceneCameraCutTrack::bCanBlend' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraCutTrack, Sections) == 0x000098, "Member 'UMovieSceneCameraCutTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraCutTrackInstance \ static_assert(alignof(UMovieSceneCameraCutTrackInstance) == 0x000008, "Wrong alignment on UMovieSceneCameraCutTrackInstance"); \ static_assert(sizeof(UMovieSceneCameraCutTrackInstance) == 0x0000B8, "Wrong size on UMovieSceneCameraCutTrackInstance"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraShakeSection \ static_assert(alignof(UMovieSceneCameraShakeSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSection"); \ static_assert(sizeof(UMovieSceneCameraShakeSection) == 0x000128, "Wrong size on UMovieSceneCameraShakeSection"); \ static_assert(offsetof(UMovieSceneCameraShakeSection, ShakeData) == 0x0000E8, "Member 'UMovieSceneCameraShakeSection::ShakeData' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraShakeSection, ShakeClass) == 0x000108, "Member 'UMovieSceneCameraShakeSection::ShakeClass' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraShakeSection, PlayScale) == 0x000110, "Member 'UMovieSceneCameraShakeSection::PlayScale' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraShakeSection, PlaySpace) == 0x000114, "Member 'UMovieSceneCameraShakeSection::PlaySpace' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCameraShakeSection, UserDefinedPlaySpace) == 0x000118, "Member 'UMovieSceneCameraShakeSection::UserDefinedPlaySpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceShakeSection \ static_assert(alignof(UMovieSceneCameraShakeSourceShakeSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceShakeSection"); \ static_assert(sizeof(UMovieSceneCameraShakeSourceShakeSection) == 0x000108, "Wrong size on UMovieSceneCameraShakeSourceShakeSection"); \ static_assert(offsetof(UMovieSceneCameraShakeSourceShakeSection, ShakeData) == 0x0000E8, "Member 'UMovieSceneCameraShakeSourceShakeSection::ShakeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMovieSceneComponentAttachmentSystem \ static_assert(alignof(UMovieSceneComponentAttachmentSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentAttachmentSystem"); \ static_assert(sizeof(UMovieSceneComponentAttachmentSystem) == 0x0001C0, "Wrong size on UMovieSceneComponentAttachmentSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneComponentMobilitySystem \ static_assert(alignof(UMovieSceneComponentMobilitySystem) == 0x000008, "Wrong alignment on UMovieSceneComponentMobilitySystem"); \ static_assert(sizeof(UMovieSceneComponentMobilitySystem) == 0x000220, "Wrong size on UMovieSceneComponentMobilitySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneComponentTransformSystem \ static_assert(alignof(UMovieSceneComponentTransformSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentTransformSystem"); \ static_assert(sizeof(UMovieSceneComponentTransformSystem) == 0x000058, "Wrong size on UMovieSceneComponentTransformSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneDeferredComponentMovementSystem \ static_assert(alignof(UMovieSceneDeferredComponentMovementSystem) == 0x000008, "Wrong alignment on UMovieSceneDeferredComponentMovementSystem"); \ static_assert(sizeof(UMovieSceneDeferredComponentMovementSystem) == 0x000058, "Wrong size on UMovieSceneDeferredComponentMovementSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneEnumPropertySystem \ static_assert(alignof(UMovieSceneEnumPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneEnumPropertySystem"); \ static_assert(sizeof(UMovieSceneEnumPropertySystem) == 0x000058, "Wrong size on UMovieSceneEnumPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneEnumSection \ static_assert(alignof(UMovieSceneEnumSection) == 0x000008, "Wrong alignment on UMovieSceneEnumSection"); \ static_assert(sizeof(UMovieSceneEnumSection) == 0x000188, "Wrong size on UMovieSceneEnumSection"); \ static_assert(offsetof(UMovieSceneEnumSection, EnumCurve) == 0x0000F0, "Member 'UMovieSceneEnumSection::EnumCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEnumTrack \ static_assert(alignof(UMovieSceneEnumTrack) == 0x000008, "Wrong alignment on UMovieSceneEnumTrack"); \ static_assert(sizeof(UMovieSceneEnumTrack) == 0x0000C8, "Wrong size on UMovieSceneEnumTrack"); \ static_assert(offsetof(UMovieSceneEnumTrack, Enum) == 0x0000C0, "Member 'UMovieSceneEnumTrack::Enum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEulerTransformPropertySystem \ static_assert(alignof(UMovieSceneEulerTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneEulerTransformPropertySystem"); \ static_assert(sizeof(UMovieSceneEulerTransformPropertySystem) == 0x000058, "Wrong size on UMovieSceneEulerTransformPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneEulerTransformTrack \ static_assert(alignof(UMovieSceneEulerTransformTrack) == 0x000008, "Wrong alignment on UMovieSceneEulerTransformTrack"); \ static_assert(sizeof(UMovieSceneEulerTransformTrack) == 0x0000C0, "Wrong size on UMovieSceneEulerTransformTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneEventSectionBase \ static_assert(alignof(UMovieSceneEventSectionBase) == 0x000008, "Wrong alignment on UMovieSceneEventSectionBase"); \ static_assert(sizeof(UMovieSceneEventSectionBase) == 0x0000E8, "Wrong size on UMovieSceneEventSectionBase"); \ #define DUMPER7_ASSERTS_UMovieSceneEventRepeaterSection \ static_assert(alignof(UMovieSceneEventRepeaterSection) == 0x000008, "Wrong alignment on UMovieSceneEventRepeaterSection"); \ static_assert(sizeof(UMovieSceneEventRepeaterSection) == 0x000118, "Wrong size on UMovieSceneEventRepeaterSection"); \ static_assert(offsetof(UMovieSceneEventRepeaterSection, Event) == 0x0000F0, "Member 'UMovieSceneEventRepeaterSection::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEventSection \ static_assert(alignof(UMovieSceneEventSection) == 0x000008, "Wrong alignment on UMovieSceneEventSection"); \ static_assert(sizeof(UMovieSceneEventSection) == 0x0001E8, "Wrong size on UMovieSceneEventSection"); \ static_assert(offsetof(UMovieSceneEventSection, Events) == 0x0000E8, "Member 'UMovieSceneEventSection::Events' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneEventSection, EventData) == 0x000160, "Member 'UMovieSceneEventSection::EventData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEventSystem \ static_assert(alignof(UMovieSceneEventSystem) == 0x000008, "Wrong alignment on UMovieSceneEventSystem"); \ static_assert(sizeof(UMovieSceneEventSystem) == 0x000090, "Wrong size on UMovieSceneEventSystem"); \ #define DUMPER7_ASSERTS_UMovieScenePreSpawnEventSystem \ static_assert(alignof(UMovieScenePreSpawnEventSystem) == 0x000008, "Wrong alignment on UMovieScenePreSpawnEventSystem"); \ static_assert(sizeof(UMovieScenePreSpawnEventSystem) == 0x000090, "Wrong size on UMovieScenePreSpawnEventSystem"); \ #define DUMPER7_ASSERTS_UMovieScenePostSpawnEventSystem \ static_assert(alignof(UMovieScenePostSpawnEventSystem) == 0x000008, "Wrong alignment on UMovieScenePostSpawnEventSystem"); \ static_assert(sizeof(UMovieScenePostSpawnEventSystem) == 0x000090, "Wrong size on UMovieScenePostSpawnEventSystem"); \ #define DUMPER7_ASSERTS_UMovieScenePostEvalEventSystem \ static_assert(alignof(UMovieScenePostEvalEventSystem) == 0x000008, "Wrong alignment on UMovieScenePostEvalEventSystem"); \ static_assert(sizeof(UMovieScenePostEvalEventSystem) == 0x000090, "Wrong size on UMovieScenePostEvalEventSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneEventTrack \ static_assert(alignof(UMovieSceneEventTrack) == 0x000008, "Wrong alignment on UMovieSceneEventTrack"); \ static_assert(sizeof(UMovieSceneEventTrack) == 0x0000B8, "Wrong size on UMovieSceneEventTrack"); \ static_assert(offsetof(UMovieSceneEventTrack, EventPosition) == 0x0000A4, "Member 'UMovieSceneEventTrack::EventPosition' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneEventTrack, Sections) == 0x0000A8, "Member 'UMovieSceneEventTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEventTriggerSection \ static_assert(alignof(UMovieSceneEventTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneEventTriggerSection"); \ static_assert(sizeof(UMovieSceneEventTriggerSection) == 0x000178, "Wrong size on UMovieSceneEventTriggerSection"); \ static_assert(offsetof(UMovieSceneEventTriggerSection, EventChannel) == 0x0000F0, "Member 'UMovieSceneEventTriggerSection::EventChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneFadeSection \ static_assert(alignof(UMovieSceneFadeSection) == 0x000008, "Wrong alignment on UMovieSceneFadeSection"); \ static_assert(sizeof(UMovieSceneFadeSection) == 0x0001A0, "Wrong size on UMovieSceneFadeSection"); \ static_assert(offsetof(UMovieSceneFadeSection, FloatCurve) == 0x0000E8, "Member 'UMovieSceneFadeSection::FloatCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneFadeSection, FadeColor) == 0x000188, "Member 'UMovieSceneFadeSection::FadeColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneFloatTrack \ static_assert(alignof(UMovieSceneFloatTrack) == 0x000008, "Wrong alignment on UMovieSceneFloatTrack"); \ static_assert(sizeof(UMovieSceneFloatTrack) == 0x0000C0, "Wrong size on UMovieSceneFloatTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneFadeTrack \ static_assert(alignof(UMovieSceneFadeTrack) == 0x000008, "Wrong alignment on UMovieSceneFadeTrack"); \ static_assert(sizeof(UMovieSceneFadeTrack) == 0x0000C8, "Wrong size on UMovieSceneFadeTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneFloatPropertySystem \ static_assert(alignof(UMovieSceneFloatPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneFloatPropertySystem"); \ static_assert(sizeof(UMovieSceneFloatPropertySystem) == 0x000058, "Wrong size on UMovieSceneFloatPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneFloatSection \ static_assert(alignof(UMovieSceneFloatSection) == 0x000008, "Wrong alignment on UMovieSceneFloatSection"); \ static_assert(sizeof(UMovieSceneFloatSection) == 0x000190, "Wrong size on UMovieSceneFloatSection"); \ static_assert(offsetof(UMovieSceneFloatSection, FloatCurve) == 0x0000F0, "Member 'UMovieSceneFloatSection::FloatCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneHierarchicalBiasSystem \ static_assert(alignof(UMovieSceneHierarchicalBiasSystem) == 0x000008, "Wrong alignment on UMovieSceneHierarchicalBiasSystem"); \ static_assert(sizeof(UMovieSceneHierarchicalBiasSystem) == 0x000040, "Wrong size on UMovieSceneHierarchicalBiasSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneInitialValueSystem \ static_assert(alignof(UMovieSceneInitialValueSystem) == 0x000008, "Wrong alignment on UMovieSceneInitialValueSystem"); \ static_assert(sizeof(UMovieSceneInitialValueSystem) == 0x000040, "Wrong size on UMovieSceneInitialValueSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneIntegerPropertySystem \ static_assert(alignof(UMovieSceneIntegerPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneIntegerPropertySystem"); \ static_assert(sizeof(UMovieSceneIntegerPropertySystem) == 0x000058, "Wrong size on UMovieSceneIntegerPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneIntegerSection \ static_assert(alignof(UMovieSceneIntegerSection) == 0x000008, "Wrong alignment on UMovieSceneIntegerSection"); \ static_assert(sizeof(UMovieSceneIntegerSection) == 0x000180, "Wrong size on UMovieSceneIntegerSection"); \ static_assert(offsetof(UMovieSceneIntegerSection, IntegerCurve) == 0x0000F0, "Member 'UMovieSceneIntegerSection::IntegerCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneIntegerTrack \ static_assert(alignof(UMovieSceneIntegerTrack) == 0x000008, "Wrong alignment on UMovieSceneIntegerTrack"); \ static_assert(sizeof(UMovieSceneIntegerTrack) == 0x0000C0, "Wrong size on UMovieSceneIntegerTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneInterrogatedPropertyInstantiatorSystem \ static_assert(alignof(UMovieSceneInterrogatedPropertyInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneInterrogatedPropertyInstantiatorSystem"); \ static_assert(sizeof(UMovieSceneInterrogatedPropertyInstantiatorSystem) == 0x0001E8, "Wrong size on UMovieSceneInterrogatedPropertyInstantiatorSystem"); \ #define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_SetLevelNames \ static_assert(alignof(MovieSceneLevelVisibilitySection_SetLevelNames) == 0x000008, "Wrong alignment on MovieSceneLevelVisibilitySection_SetLevelNames"); \ static_assert(sizeof(MovieSceneLevelVisibilitySection_SetLevelNames) == 0x000010, "Wrong size on MovieSceneLevelVisibilitySection_SetLevelNames"); \ static_assert(offsetof(MovieSceneLevelVisibilitySection_SetLevelNames, InLevelNames) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_SetLevelNames::InLevelNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_SetVisibility \ static_assert(alignof(MovieSceneLevelVisibilitySection_SetVisibility) == 0x000001, "Wrong alignment on MovieSceneLevelVisibilitySection_SetVisibility"); \ static_assert(sizeof(MovieSceneLevelVisibilitySection_SetVisibility) == 0x000001, "Wrong size on MovieSceneLevelVisibilitySection_SetVisibility"); \ static_assert(offsetof(MovieSceneLevelVisibilitySection_SetVisibility, InVisibility) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_SetVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_GetLevelNames \ static_assert(alignof(MovieSceneLevelVisibilitySection_GetLevelNames) == 0x000008, "Wrong alignment on MovieSceneLevelVisibilitySection_GetLevelNames"); \ static_assert(sizeof(MovieSceneLevelVisibilitySection_GetLevelNames) == 0x000010, "Wrong size on MovieSceneLevelVisibilitySection_GetLevelNames"); \ static_assert(offsetof(MovieSceneLevelVisibilitySection_GetLevelNames, ReturnValue) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_GetLevelNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_GetVisibility \ static_assert(alignof(MovieSceneLevelVisibilitySection_GetVisibility) == 0x000001, "Wrong alignment on MovieSceneLevelVisibilitySection_GetVisibility"); \ static_assert(sizeof(MovieSceneLevelVisibilitySection_GetVisibility) == 0x000001, "Wrong size on MovieSceneLevelVisibilitySection_GetVisibility"); \ static_assert(offsetof(MovieSceneLevelVisibilitySection_GetVisibility, ReturnValue) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_GetVisibility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneLevelVisibilitySection \ static_assert(alignof(UMovieSceneLevelVisibilitySection) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilitySection"); \ static_assert(sizeof(UMovieSceneLevelVisibilitySection) == 0x000108, "Wrong size on UMovieSceneLevelVisibilitySection"); \ static_assert(offsetof(UMovieSceneLevelVisibilitySection, Visibility) == 0x0000F0, "Member 'UMovieSceneLevelVisibilitySection::Visibility' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneLevelVisibilitySection, LevelNames) == 0x0000F8, "Member 'UMovieSceneLevelVisibilitySection::LevelNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneLevelVisibilitySystem \ static_assert(alignof(UMovieSceneLevelVisibilitySystem) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilitySystem"); \ static_assert(sizeof(UMovieSceneLevelVisibilitySystem) == 0x0001A8, "Wrong size on UMovieSceneLevelVisibilitySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneLevelVisibilityTrack \ static_assert(alignof(UMovieSceneLevelVisibilityTrack) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilityTrack"); \ static_assert(sizeof(UMovieSceneLevelVisibilityTrack) == 0x0000A0, "Wrong size on UMovieSceneLevelVisibilityTrack"); \ static_assert(offsetof(UMovieSceneLevelVisibilityTrack, Sections) == 0x000090, "Member 'UMovieSceneLevelVisibilityTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UABL_Bed_Exit_Fwd_C \ static_assert(alignof(UABL_Bed_Exit_Fwd_C) == 0x000008, "Wrong alignment on UABL_Bed_Exit_Fwd_C"); \ static_assert(sizeof(UABL_Bed_Exit_Fwd_C) == 0x0000C8, "Wrong size on UABL_Bed_Exit_Fwd_C"); \ #define DUMPER7_ASSERTS_ULocDirectHttpService \ static_assert(alignof(ULocDirectHttpService) == 0x000008, "Wrong alignment on ULocDirectHttpService"); \ static_assert(sizeof(ULocDirectHttpService) == 0x000100, "Wrong size on ULocDirectHttpService"); \ static_assert(offsetof(ULocDirectHttpService, LocDirectAPI_Url) == 0x000070, "Member 'ULocDirectHttpService::LocDirectAPI_Url' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats \ static_assert(alignof(ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats) == 0x000008, "Wrong alignment on ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats"); \ static_assert(sizeof(ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats) == 0x000070, "Wrong size on ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats"); \ static_assert(offsetof(ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats, EntryPoint) == 0x000000, "Member 'ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats, K2Node_Event_Context) == 0x000008, "Member 'ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_ReactBats_C_ExecuteUbergraph_ABL_ReactBats::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ReactBats_C_OnAbilityBranch \ static_assert(alignof(ABL_ReactBats_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_ReactBats_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_ReactBats_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_ReactBats_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_ReactBats_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_ReactBats_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactBats_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_ReactBats_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ReactBats_C_OnAbilityStart \ static_assert(alignof(ABL_ReactBats_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ReactBats_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ReactBats_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ReactBats_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ReactBats_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ReactBats_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ReactBats_C \ static_assert(alignof(UABL_ReactBats_C) == 0x000008, "Wrong alignment on UABL_ReactBats_C"); \ static_assert(sizeof(UABL_ReactBats_C) == 0x0000D0, "Wrong size on UABL_ReactBats_C"); \ static_assert(offsetof(UABL_ReactBats_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ReactBats_C::UberGraphFrame' 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_ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S \ static_assert(alignof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S) == 0x000008, "Wrong alignment on ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S"); \ static_assert(sizeof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S) == 0x000068, "Wrong size on ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S, CallFunc_GetAbilityObjectFromClass_ReturnValue) == 0x000008, "Member 'ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S::CallFunc_GetAbilityObjectFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S, K2Node_Event_Context) == 0x000010, "Member 'ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S, K2Node_Event_NextAbility) == 0x000018, "Member 'ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S, CallFunc_GetAbilityObjectFromClass_ReturnValue_1) == 0x000020, "Member 'ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S::CallFunc_GetAbilityObjectFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000028, "Member 'ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000029, "Member 'ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S, CallFunc_GetSelfActor_ReturnValue) == 0x000030, "Member 'ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S, CallFunc_BooleanOR_ReturnValue) == 0x000038, "Member 'ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S, K2Node_DynamicCast_AsNPC_Character) == 0x000040, "Member 'ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S, CallFunc_GetAnimInstance_ReturnValue) == 0x000050, "Member 'ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000058, "Member 'ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'ABL_NPC_RCT_FreezePhysicsInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysicsInAir_S::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_FreezePhysicsInAir_S_C_OnAbilityBranch \ static_assert(alignof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NPC_RCT_FreezePhysicsInAir_S_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NPC_RCT_FreezePhysicsInAir_S_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NPC_RCT_FreezePhysicsInAir_S_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysicsInAir_S_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NPC_RCT_FreezePhysicsInAir_S_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_FreezePhysicsInAir_S_C \ static_assert(alignof(UABL_NPC_RCT_FreezePhysicsInAir_S_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_FreezePhysicsInAir_S_C"); \ static_assert(sizeof(UABL_NPC_RCT_FreezePhysicsInAir_S_C) == 0x0000E8, "Wrong size on UABL_NPC_RCT_FreezePhysicsInAir_S_C"); \ static_assert(offsetof(UABL_NPC_RCT_FreezePhysicsInAir_S_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_FreezePhysicsInAir_S_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USteamNetDriver \ static_assert(alignof(USteamNetDriver) == 0x000008, "Wrong alignment on USteamNetDriver"); \ static_assert(sizeof(USteamNetDriver) == 0x0007D8, "Wrong size on USteamNetDriver"); \ #define DUMPER7_ASSERTS_USteamAuthComponentModuleInterface \ static_assert(alignof(USteamAuthComponentModuleInterface) == 0x000008, "Wrong alignment on USteamAuthComponentModuleInterface"); \ static_assert(sizeof(USteamAuthComponentModuleInterface) == 0x000028, "Wrong size on USteamAuthComponentModuleInterface"); \ #define DUMPER7_ASSERTS_USteamNetConnection \ static_assert(alignof(USteamNetConnection) == 0x000008, "Wrong alignment on USteamNetConnection"); \ static_assert(sizeof(USteamNetConnection) == 0x001C50, "Wrong size on USteamNetConnection"); \ static_assert(offsetof(USteamNetConnection, bIsPassthrough) == 0x001C48, "Member 'USteamNetConnection::bIsPassthrough' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Replication_Spawn_C \ static_assert(alignof(UABL_Enemy_Replication_Spawn_C) == 0x000008, "Wrong alignment on UABL_Enemy_Replication_Spawn_C"); \ static_assert(sizeof(UABL_Enemy_Replication_Spawn_C) == 0x0000C8, "Wrong size on UABL_Enemy_Replication_Spawn_C"); \ #define DUMPER7_ASSERTS_BP_StupefySpecialSendSpell_C_OnAffectTarget \ static_assert(alignof(BP_StupefySpecialSendSpell_C_OnAffectTarget) == 0x000008, "Wrong alignment on BP_StupefySpecialSendSpell_C_OnAffectTarget"); \ static_assert(sizeof(BP_StupefySpecialSendSpell_C_OnAffectTarget) == 0x000018, "Wrong size on BP_StupefySpecialSendSpell_C_OnAffectTarget"); \ static_assert(offsetof(BP_StupefySpecialSendSpell_C_OnAffectTarget, Target) == 0x000000, "Member 'BP_StupefySpecialSendSpell_C_OnAffectTarget::Target' has a wrong offset!"); \ static_assert(offsetof(BP_StupefySpecialSendSpell_C_OnAffectTarget, Component) == 0x000008, "Member 'BP_StupefySpecialSendSpell_C_OnAffectTarget::Component' has a wrong offset!"); \ static_assert(offsetof(BP_StupefySpecialSendSpell_C_OnAffectTarget, bInTargetAffected) == 0x000010, "Member 'BP_StupefySpecialSendSpell_C_OnAffectTarget::bInTargetAffected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_StupefySpecialSendSpell_C_ExecuteUbergraph_BP_StupefySpecialSendSpell \ static_assert(alignof(BP_StupefySpecialSendSpell_C_ExecuteUbergraph_BP_StupefySpecialSendSpell) == 0x000008, "Wrong alignment on BP_StupefySpecialSendSpell_C_ExecuteUbergraph_BP_StupefySpecialSendSpell"); \ static_assert(sizeof(BP_StupefySpecialSendSpell_C_ExecuteUbergraph_BP_StupefySpecialSendSpell) == 0x000028, "Wrong size on BP_StupefySpecialSendSpell_C_ExecuteUbergraph_BP_StupefySpecialSendSpell"); \ static_assert(offsetof(BP_StupefySpecialSendSpell_C_ExecuteUbergraph_BP_StupefySpecialSendSpell, EntryPoint) == 0x000000, "Member 'BP_StupefySpecialSendSpell_C_ExecuteUbergraph_BP_StupefySpecialSendSpell::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_StupefySpecialSendSpell_C_ExecuteUbergraph_BP_StupefySpecialSendSpell, CallFunc_Get_ReturnValue) == 0x000008, "Member 'BP_StupefySpecialSendSpell_C_ExecuteUbergraph_BP_StupefySpecialSendSpell::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_StupefySpecialSendSpell_C_ExecuteUbergraph_BP_StupefySpecialSendSpell, K2Node_Event_Target) == 0x000010, "Member 'BP_StupefySpecialSendSpell_C_ExecuteUbergraph_BP_StupefySpecialSendSpell::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_StupefySpecialSendSpell_C_ExecuteUbergraph_BP_StupefySpecialSendSpell, K2Node_Event_Component) == 0x000018, "Member 'BP_StupefySpecialSendSpell_C_ExecuteUbergraph_BP_StupefySpecialSendSpell::K2Node_Event_Component' has a wrong offset!"); \ static_assert(offsetof(BP_StupefySpecialSendSpell_C_ExecuteUbergraph_BP_StupefySpecialSendSpell, K2Node_Event_bInTargetAffected) == 0x000020, "Member 'BP_StupefySpecialSendSpell_C_ExecuteUbergraph_BP_StupefySpecialSendSpell::K2Node_Event_bInTargetAffected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_StupefySpecialSendSpell_C \ static_assert(alignof(ABP_StupefySpecialSendSpell_C) == 0x000008, "Wrong alignment on ABP_StupefySpecialSendSpell_C"); \ static_assert(sizeof(ABP_StupefySpecialSendSpell_C) == 0x0008C8, "Wrong size on ABP_StupefySpecialSendSpell_C"); \ static_assert(offsetof(ABP_StupefySpecialSendSpell_C, UberGraphFrame) == 0x0008B8, "Member 'ABP_StupefySpecialSendSpell_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_StupefySpecialSendSpell_C, DefaultSceneRoot) == 0x0008C0, "Member 'ABP_StupefySpecialSendSpell_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintSessionResult \ static_assert(alignof(FBlueprintSessionResult) == 0x000008, "Wrong alignment on FBlueprintSessionResult"); \ static_assert(sizeof(FBlueprintSessionResult) == 0x000108, "Wrong size on FBlueprintSessionResult"); \ #define DUMPER7_ASSERTS_FPlayerReservation \ static_assert(alignof(FPlayerReservation) == 0x000008, "Wrong alignment on FPlayerReservation"); \ static_assert(sizeof(FPlayerReservation) == 0x000050, "Wrong size on FPlayerReservation"); \ static_assert(offsetof(FPlayerReservation, UniqueId) == 0x000000, "Member 'FPlayerReservation::UniqueId' has a wrong offset!"); \ static_assert(offsetof(FPlayerReservation, ValidationStr) == 0x000028, "Member 'FPlayerReservation::ValidationStr' has a wrong offset!"); \ static_assert(offsetof(FPlayerReservation, Platform) == 0x000038, "Member 'FPlayerReservation::Platform' has a wrong offset!"); \ static_assert(offsetof(FPlayerReservation, bAllowCrossplay) == 0x000048, "Member 'FPlayerReservation::bAllowCrossplay' has a wrong offset!"); \ static_assert(offsetof(FPlayerReservation, ElapsedTime) == 0x00004C, "Member 'FPlayerReservation::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInAppPurchaseReceiptInfo2 \ static_assert(alignof(FInAppPurchaseReceiptInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseReceiptInfo2"); \ static_assert(sizeof(FInAppPurchaseReceiptInfo2) == 0x000030, "Wrong size on FInAppPurchaseReceiptInfo2"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo2, ItemName) == 0x000000, "Member 'FInAppPurchaseReceiptInfo2::ItemName' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo2, ItemId) == 0x000010, "Member 'FInAppPurchaseReceiptInfo2::ItemId' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo2, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseReceiptInfo2::ValidationInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInAppPurchaseProductRequest2 \ static_assert(alignof(FInAppPurchaseProductRequest2) == 0x000008, "Wrong alignment on FInAppPurchaseProductRequest2"); \ static_assert(sizeof(FInAppPurchaseProductRequest2) == 0x000018, "Wrong size on FInAppPurchaseProductRequest2"); \ static_assert(offsetof(FInAppPurchaseProductRequest2, ProductIdentifier) == 0x000000, "Member 'FInAppPurchaseProductRequest2::ProductIdentifier' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductRequest2, bIsConsumable) == 0x000010, "Member 'FInAppPurchaseProductRequest2::bIsConsumable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOnlineProxyStoreOffer \ static_assert(alignof(FOnlineProxyStoreOffer) == 0x000008, "Wrong alignment on FOnlineProxyStoreOffer"); \ static_assert(sizeof(FOnlineProxyStoreOffer) == 0x000110, "Wrong size on FOnlineProxyStoreOffer"); \ static_assert(offsetof(FOnlineProxyStoreOffer, OfferId) == 0x000000, "Member 'FOnlineProxyStoreOffer::OfferId' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, Title) == 0x000010, "Member 'FOnlineProxyStoreOffer::Title' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, Description) == 0x000028, "Member 'FOnlineProxyStoreOffer::Description' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, LongDescription) == 0x000040, "Member 'FOnlineProxyStoreOffer::LongDescription' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, RegularPriceText) == 0x000058, "Member 'FOnlineProxyStoreOffer::RegularPriceText' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, RegularPrice) == 0x000070, "Member 'FOnlineProxyStoreOffer::RegularPrice' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, PriceText) == 0x000078, "Member 'FOnlineProxyStoreOffer::PriceText' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, NumericPrice) == 0x000090, "Member 'FOnlineProxyStoreOffer::NumericPrice' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, CurrencyCode) == 0x000098, "Member 'FOnlineProxyStoreOffer::CurrencyCode' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, ReleaseDate) == 0x0000A8, "Member 'FOnlineProxyStoreOffer::ReleaseDate' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, ExpirationDate) == 0x0000B0, "Member 'FOnlineProxyStoreOffer::ExpirationDate' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, DiscountType) == 0x0000B8, "Member 'FOnlineProxyStoreOffer::DiscountType' has a wrong offset!"); \ static_assert(offsetof(FOnlineProxyStoreOffer, DynamicFields) == 0x0000C0, "Member 'FOnlineProxyStoreOffer::DynamicFields' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInAppPurchaseRestoreInfo2 \ static_assert(alignof(FInAppPurchaseRestoreInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseRestoreInfo2"); \ static_assert(sizeof(FInAppPurchaseRestoreInfo2) == 0x000030, "Wrong size on FInAppPurchaseRestoreInfo2"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo2, ItemName) == 0x000000, "Member 'FInAppPurchaseRestoreInfo2::ItemName' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo2, ItemId) == 0x000010, "Member 'FInAppPurchaseRestoreInfo2::ItemId' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo2, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseRestoreInfo2::ValidationInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInAppPurchaseReceiptInfo \ static_assert(alignof(FInAppPurchaseReceiptInfo) == 0x000008, "Wrong alignment on FInAppPurchaseReceiptInfo"); \ static_assert(sizeof(FInAppPurchaseReceiptInfo) == 0x000030, "Wrong size on FInAppPurchaseReceiptInfo"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo, ItemName) == 0x000000, "Member 'FInAppPurchaseReceiptInfo::ItemName' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo, ItemId) == 0x000010, "Member 'FInAppPurchaseReceiptInfo::ItemId' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseReceiptInfo::ValidationInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInAppPurchaseProductInfo2 \ static_assert(alignof(FInAppPurchaseProductInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseProductInfo2"); \ static_assert(sizeof(FInAppPurchaseProductInfo2) == 0x0000F8, "Wrong size on FInAppPurchaseProductInfo2"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, Identifier) == 0x000000, "Member 'FInAppPurchaseProductInfo2::Identifier' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, TransactionIdentifier) == 0x000010, "Member 'FInAppPurchaseProductInfo2::TransactionIdentifier' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, DisplayName) == 0x000020, "Member 'FInAppPurchaseProductInfo2::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, DisplayDescription) == 0x000030, "Member 'FInAppPurchaseProductInfo2::DisplayDescription' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, DisplayPrice) == 0x000040, "Member 'FInAppPurchaseProductInfo2::DisplayPrice' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, RawPrice) == 0x000050, "Member 'FInAppPurchaseProductInfo2::RawPrice' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, CurrencyCode) == 0x000058, "Member 'FInAppPurchaseProductInfo2::CurrencyCode' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, CurrencySymbol) == 0x000068, "Member 'FInAppPurchaseProductInfo2::CurrencySymbol' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, DecimalSeparator) == 0x000078, "Member 'FInAppPurchaseProductInfo2::DecimalSeparator' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, GroupingSeparator) == 0x000088, "Member 'FInAppPurchaseProductInfo2::GroupingSeparator' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, ReceiptData) == 0x000098, "Member 'FInAppPurchaseProductInfo2::ReceiptData' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, DynamicFields) == 0x0000A8, "Member 'FInAppPurchaseProductInfo2::DynamicFields' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPIELoginSettingsInternal \ static_assert(alignof(FPIELoginSettingsInternal) == 0x000008, "Wrong alignment on FPIELoginSettingsInternal"); \ static_assert(sizeof(FPIELoginSettingsInternal) == 0x000040, "Wrong size on FPIELoginSettingsInternal"); \ static_assert(offsetof(FPIELoginSettingsInternal, ID) == 0x000000, "Member 'FPIELoginSettingsInternal::ID' has a wrong offset!"); \ static_assert(offsetof(FPIELoginSettingsInternal, Token) == 0x000010, "Member 'FPIELoginSettingsInternal::Token' has a wrong offset!"); \ static_assert(offsetof(FPIELoginSettingsInternal, Type) == 0x000020, "Member 'FPIELoginSettingsInternal::Type' has a wrong offset!"); \ static_assert(offsetof(FPIELoginSettingsInternal, TokenBytes) == 0x000030, "Member 'FPIELoginSettingsInternal::TokenBytes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPartyBeaconCrossplayPlatformMapping \ static_assert(alignof(FPartyBeaconCrossplayPlatformMapping) == 0x000008, "Wrong alignment on FPartyBeaconCrossplayPlatformMapping"); \ static_assert(sizeof(FPartyBeaconCrossplayPlatformMapping) == 0x000020, "Wrong size on FPartyBeaconCrossplayPlatformMapping"); \ static_assert(offsetof(FPartyBeaconCrossplayPlatformMapping, PlatformName) == 0x000000, "Member 'FPartyBeaconCrossplayPlatformMapping::PlatformName' has a wrong offset!"); \ static_assert(offsetof(FPartyBeaconCrossplayPlatformMapping, PlatformType) == 0x000010, "Member 'FPartyBeaconCrossplayPlatformMapping::PlatformType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPartyReservation \ static_assert(alignof(FPartyReservation) == 0x000008, "Wrong alignment on FPartyReservation"); \ static_assert(sizeof(FPartyReservation) == 0x000050, "Wrong size on FPartyReservation"); \ static_assert(offsetof(FPartyReservation, TeamNum) == 0x000000, "Member 'FPartyReservation::TeamNum' has a wrong offset!"); \ static_assert(offsetof(FPartyReservation, PartyLeader) == 0x000008, "Member 'FPartyReservation::PartyLeader' has a wrong offset!"); \ static_assert(offsetof(FPartyReservation, PartyMembers) == 0x000030, "Member 'FPartyReservation::PartyMembers' has a wrong offset!"); \ static_assert(offsetof(FPartyReservation, RemovedPartyMembers) == 0x000040, "Member 'FPartyReservation::RemovedPartyMembers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpectatorReservation \ static_assert(alignof(FSpectatorReservation) == 0x000008, "Wrong alignment on FSpectatorReservation"); \ static_assert(sizeof(FSpectatorReservation) == 0x000078, "Wrong size on FSpectatorReservation"); \ static_assert(offsetof(FSpectatorReservation, SpectatorId) == 0x000000, "Member 'FSpectatorReservation::SpectatorId' has a wrong offset!"); \ static_assert(offsetof(FSpectatorReservation, Spectator) == 0x000028, "Member 'FSpectatorReservation::Spectator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementBlueprintLibrary_GetCachedAchievementDescription \ static_assert(alignof(AchievementBlueprintLibrary_GetCachedAchievementDescription) == 0x000008, "Wrong alignment on AchievementBlueprintLibrary_GetCachedAchievementDescription"); \ static_assert(sizeof(AchievementBlueprintLibrary_GetCachedAchievementDescription) == 0x000070, "Wrong size on AchievementBlueprintLibrary_GetCachedAchievementDescription"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, WorldContextObject) == 0x000000, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, PlayerController) == 0x000008, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::PlayerController' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, AchievementID) == 0x000010, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, bFoundID) == 0x000018, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::bFoundID' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, Title) == 0x000020, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::Title' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, LockedDescription) == 0x000038, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::LockedDescription' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, UnlockedDescription) == 0x000050, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::UnlockedDescription' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, bHidden) == 0x000068, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::bHidden' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementBlueprintLibrary_GetCachedAchievementProgress \ static_assert(alignof(AchievementBlueprintLibrary_GetCachedAchievementProgress) == 0x000008, "Wrong alignment on AchievementBlueprintLibrary_GetCachedAchievementProgress"); \ static_assert(sizeof(AchievementBlueprintLibrary_GetCachedAchievementProgress) == 0x000020, "Wrong size on AchievementBlueprintLibrary_GetCachedAchievementProgress"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, WorldContextObject) == 0x000000, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, PlayerController) == 0x000008, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::PlayerController' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, AchievementID) == 0x000010, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, bFoundID) == 0x000018, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::bFoundID' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, progress) == 0x00001C, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAchievementBlueprintLibrary \ static_assert(alignof(UAchievementBlueprintLibrary) == 0x000008, "Wrong alignment on UAchievementBlueprintLibrary"); \ static_assert(sizeof(UAchievementBlueprintLibrary) == 0x000028, "Wrong size on UAchievementBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UIpConnection \ static_assert(alignof(UIpConnection) == 0x000008, "Wrong alignment on UIpConnection"); \ static_assert(sizeof(UIpConnection) == 0x001C48, "Wrong size on UIpConnection"); \ static_assert(offsetof(UIpConnection, SocketErrorDisconnectDelay) == 0x001BF8, "Member 'UIpConnection::SocketErrorDisconnectDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementWriteCallbackProxy_WriteAchievementProgress \ static_assert(alignof(AchievementWriteCallbackProxy_WriteAchievementProgress) == 0x000008, "Wrong alignment on AchievementWriteCallbackProxy_WriteAchievementProgress"); \ static_assert(sizeof(AchievementWriteCallbackProxy_WriteAchievementProgress) == 0x000028, "Wrong size on AchievementWriteCallbackProxy_WriteAchievementProgress"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, WorldContextObject) == 0x000000, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, PlayerController) == 0x000008, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::PlayerController' has a wrong offset!"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, AchievementName) == 0x000010, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::AchievementName' has a wrong offset!"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, progress) == 0x000018, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::progress' has a wrong offset!"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, UserTag) == 0x00001C, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::UserTag' has a wrong offset!"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, ReturnValue) == 0x000020, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAchievementWriteCallbackProxy \ static_assert(alignof(UAchievementWriteCallbackProxy) == 0x000008, "Wrong alignment on UAchievementWriteCallbackProxy"); \ static_assert(sizeof(UAchievementWriteCallbackProxy) == 0x000080, "Wrong size on UAchievementWriteCallbackProxy"); \ static_assert(offsetof(UAchievementWriteCallbackProxy, OnSuccess) == 0x000030, "Member 'UAchievementWriteCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UAchievementWriteCallbackProxy, OnFailure) == 0x000040, "Member 'UAchievementWriteCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIpNetDriver \ static_assert(alignof(UIpNetDriver) == 0x000008, "Wrong alignment on UIpNetDriver"); \ static_assert(sizeof(UIpNetDriver) == 0x0007D0, "Wrong size on UIpNetDriver"); \ static_assert(offsetof(UIpNetDriver, MaxPortCountToTry) == 0x000764, "Member 'UIpNetDriver::MaxPortCountToTry' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, ServerDesiredSocketReceiveBufferBytes) == 0x000774, "Member 'UIpNetDriver::ServerDesiredSocketReceiveBufferBytes' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, ServerDesiredSocketSendBufferBytes) == 0x000778, "Member 'UIpNetDriver::ServerDesiredSocketSendBufferBytes' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, ClientDesiredSocketReceiveBufferBytes) == 0x00077C, "Member 'UIpNetDriver::ClientDesiredSocketReceiveBufferBytes' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, ClientDesiredSocketSendBufferBytes) == 0x000780, "Member 'UIpNetDriver::ClientDesiredSocketSendBufferBytes' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, MaxSecondsInReceive) == 0x000788, "Member 'UIpNetDriver::MaxSecondsInReceive' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, NbPacketsBetweenReceiveTimeTest) == 0x000790, "Member 'UIpNetDriver::NbPacketsBetweenReceiveTimeTest' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, ResolutionConnectionTimeout) == 0x000794, "Member 'UIpNetDriver::ResolutionConnectionTimeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementQueryCallbackProxy_CacheAchievementDescriptions \ static_assert(alignof(AchievementQueryCallbackProxy_CacheAchievementDescriptions) == 0x000008, "Wrong alignment on AchievementQueryCallbackProxy_CacheAchievementDescriptions"); \ static_assert(sizeof(AchievementQueryCallbackProxy_CacheAchievementDescriptions) == 0x000018, "Wrong size on AchievementQueryCallbackProxy_CacheAchievementDescriptions"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, WorldContextObject) == 0x000000, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, PlayerController) == 0x000008, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::PlayerController' has a wrong offset!"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, ReturnValue) == 0x000010, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementQueryCallbackProxy_CacheAchievements \ static_assert(alignof(AchievementQueryCallbackProxy_CacheAchievements) == 0x000008, "Wrong alignment on AchievementQueryCallbackProxy_CacheAchievements"); \ static_assert(sizeof(AchievementQueryCallbackProxy_CacheAchievements) == 0x000018, "Wrong size on AchievementQueryCallbackProxy_CacheAchievements"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, WorldContextObject) == 0x000000, "Member 'AchievementQueryCallbackProxy_CacheAchievements::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, PlayerController) == 0x000008, "Member 'AchievementQueryCallbackProxy_CacheAchievements::PlayerController' has a wrong offset!"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, ReturnValue) == 0x000010, "Member 'AchievementQueryCallbackProxy_CacheAchievements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAchievementQueryCallbackProxy \ static_assert(alignof(UAchievementQueryCallbackProxy) == 0x000008, "Wrong alignment on UAchievementQueryCallbackProxy"); \ static_assert(sizeof(UAchievementQueryCallbackProxy) == 0x000068, "Wrong size on UAchievementQueryCallbackProxy"); \ static_assert(offsetof(UAchievementQueryCallbackProxy, OnSuccess) == 0x000030, "Member 'UAchievementQueryCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UAchievementQueryCallbackProxy, OnFailure) == 0x000040, "Member 'UAchievementQueryCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConnectionCallbackProxy_ConnectToService \ static_assert(alignof(ConnectionCallbackProxy_ConnectToService) == 0x000008, "Wrong alignment on ConnectionCallbackProxy_ConnectToService"); \ static_assert(sizeof(ConnectionCallbackProxy_ConnectToService) == 0x000018, "Wrong size on ConnectionCallbackProxy_ConnectToService"); \ static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, WorldContextObject) == 0x000000, "Member 'ConnectionCallbackProxy_ConnectToService::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, PlayerController) == 0x000008, "Member 'ConnectionCallbackProxy_ConnectToService::PlayerController' has a wrong offset!"); \ static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, ReturnValue) == 0x000010, "Member 'ConnectionCallbackProxy_ConnectToService::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConnectionCallbackProxy \ static_assert(alignof(UConnectionCallbackProxy) == 0x000008, "Wrong alignment on UConnectionCallbackProxy"); \ static_assert(sizeof(UConnectionCallbackProxy) == 0x000078, "Wrong size on UConnectionCallbackProxy"); \ static_assert(offsetof(UConnectionCallbackProxy, OnSuccess) == 0x000030, "Member 'UConnectionCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UConnectionCallbackProxy, OnFailure) == 0x000040, "Member 'UConnectionCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreateSessionCallbackProxy_CreateSession \ static_assert(alignof(CreateSessionCallbackProxy_CreateSession) == 0x000008, "Wrong alignment on CreateSessionCallbackProxy_CreateSession"); \ static_assert(sizeof(CreateSessionCallbackProxy_CreateSession) == 0x000020, "Wrong size on CreateSessionCallbackProxy_CreateSession"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, WorldContextObject) == 0x000000, "Member 'CreateSessionCallbackProxy_CreateSession::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, PlayerController) == 0x000008, "Member 'CreateSessionCallbackProxy_CreateSession::PlayerController' has a wrong offset!"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, PublicConnections) == 0x000010, "Member 'CreateSessionCallbackProxy_CreateSession::PublicConnections' has a wrong offset!"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, bUseLAN) == 0x000014, "Member 'CreateSessionCallbackProxy_CreateSession::bUseLAN' has a wrong offset!"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, ReturnValue) == 0x000018, "Member 'CreateSessionCallbackProxy_CreateSession::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreateSessionCallbackProxy \ static_assert(alignof(UCreateSessionCallbackProxy) == 0x000008, "Wrong alignment on UCreateSessionCallbackProxy"); \ static_assert(sizeof(UCreateSessionCallbackProxy) == 0x000098, "Wrong size on UCreateSessionCallbackProxy"); \ static_assert(offsetof(UCreateSessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UCreateSessionCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UCreateSessionCallbackProxy, OnFailure) == 0x000040, "Member 'UCreateSessionCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DestroySessionCallbackProxy_DestroySession \ static_assert(alignof(DestroySessionCallbackProxy_DestroySession) == 0x000008, "Wrong alignment on DestroySessionCallbackProxy_DestroySession"); \ static_assert(sizeof(DestroySessionCallbackProxy_DestroySession) == 0x000018, "Wrong size on DestroySessionCallbackProxy_DestroySession"); \ static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, WorldContextObject) == 0x000000, "Member 'DestroySessionCallbackProxy_DestroySession::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, PlayerController) == 0x000008, "Member 'DestroySessionCallbackProxy_DestroySession::PlayerController' has a wrong offset!"); \ static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, ReturnValue) == 0x000010, "Member 'DestroySessionCallbackProxy_DestroySession::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDestroySessionCallbackProxy \ static_assert(alignof(UDestroySessionCallbackProxy) == 0x000008, "Wrong alignment on UDestroySessionCallbackProxy"); \ static_assert(sizeof(UDestroySessionCallbackProxy) == 0x000078, "Wrong size on UDestroySessionCallbackProxy"); \ static_assert(offsetof(UDestroySessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UDestroySessionCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UDestroySessionCallbackProxy, OnFailure) == 0x000040, "Member 'UDestroySessionCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EndMatchCallbackProxy_EndMatch \ static_assert(alignof(EndMatchCallbackProxy_EndMatch) == 0x000008, "Wrong alignment on EndMatchCallbackProxy_EndMatch"); \ static_assert(sizeof(EndMatchCallbackProxy_EndMatch) == 0x000040, "Wrong size on EndMatchCallbackProxy_EndMatch"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, WorldContextObject) == 0x000000, "Member 'EndMatchCallbackProxy_EndMatch::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, PlayerController) == 0x000008, "Member 'EndMatchCallbackProxy_EndMatch::PlayerController' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, MatchActor) == 0x000010, "Member 'EndMatchCallbackProxy_EndMatch::MatchActor' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, MatchID) == 0x000020, "Member 'EndMatchCallbackProxy_EndMatch::MatchID' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, LocalPlayerOutcome) == 0x000030, "Member 'EndMatchCallbackProxy_EndMatch::LocalPlayerOutcome' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, OtherPlayersOutcome) == 0x000031, "Member 'EndMatchCallbackProxy_EndMatch::OtherPlayersOutcome' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, ReturnValue) == 0x000038, "Member 'EndMatchCallbackProxy_EndMatch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEndMatchCallbackProxy \ static_assert(alignof(UEndMatchCallbackProxy) == 0x000008, "Wrong alignment on UEndMatchCallbackProxy"); \ static_assert(sizeof(UEndMatchCallbackProxy) == 0x000080, "Wrong size on UEndMatchCallbackProxy"); \ static_assert(offsetof(UEndMatchCallbackProxy, OnSuccess) == 0x000030, "Member 'UEndMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UEndMatchCallbackProxy, OnFailure) == 0x000040, "Member 'UEndMatchCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOnlineBeacon \ static_assert(alignof(AOnlineBeacon) == 0x000008, "Wrong alignment on AOnlineBeacon"); \ static_assert(sizeof(AOnlineBeacon) == 0x000278, "Wrong size on AOnlineBeacon"); \ static_assert(offsetof(AOnlineBeacon, BeaconConnectionInitialTimeout) == 0x000250, "Member 'AOnlineBeacon::BeaconConnectionInitialTimeout' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeacon, BeaconConnectionTimeout) == 0x000254, "Member 'AOnlineBeacon::BeaconConnectionTimeout' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeacon, NetDriver) == 0x000258, "Member 'AOnlineBeacon::NetDriver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOnlineBeaconClient \ static_assert(alignof(AOnlineBeaconClient) == 0x000008, "Wrong alignment on AOnlineBeaconClient"); \ static_assert(sizeof(AOnlineBeaconClient) == 0x0002D8, "Wrong size on AOnlineBeaconClient"); \ static_assert(offsetof(AOnlineBeaconClient, BeaconOwner) == 0x000278, "Member 'AOnlineBeaconClient::BeaconOwner' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconClient, BeaconConnection) == 0x000280, "Member 'AOnlineBeaconClient::BeaconConnection' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconClient, ConnectionState) == 0x000288, "Member 'AOnlineBeaconClient::ConnectionState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EndTurnCallbackProxy_EndTurn \ static_assert(alignof(EndTurnCallbackProxy_EndTurn) == 0x000008, "Wrong alignment on EndTurnCallbackProxy_EndTurn"); \ static_assert(sizeof(EndTurnCallbackProxy_EndTurn) == 0x000038, "Wrong size on EndTurnCallbackProxy_EndTurn"); \ static_assert(offsetof(EndTurnCallbackProxy_EndTurn, WorldContextObject) == 0x000000, "Member 'EndTurnCallbackProxy_EndTurn::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EndTurnCallbackProxy_EndTurn, PlayerController) == 0x000008, "Member 'EndTurnCallbackProxy_EndTurn::PlayerController' has a wrong offset!"); \ static_assert(offsetof(EndTurnCallbackProxy_EndTurn, MatchID) == 0x000010, "Member 'EndTurnCallbackProxy_EndTurn::MatchID' has a wrong offset!"); \ static_assert(offsetof(EndTurnCallbackProxy_EndTurn, TurnBasedMatchInterface) == 0x000020, "Member 'EndTurnCallbackProxy_EndTurn::TurnBasedMatchInterface' has a wrong offset!"); \ static_assert(offsetof(EndTurnCallbackProxy_EndTurn, ReturnValue) == 0x000030, "Member 'EndTurnCallbackProxy_EndTurn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEndTurnCallbackProxy \ static_assert(alignof(UEndTurnCallbackProxy) == 0x000008, "Wrong alignment on UEndTurnCallbackProxy"); \ static_assert(sizeof(UEndTurnCallbackProxy) == 0x000078, "Wrong size on UEndTurnCallbackProxy"); \ static_assert(offsetof(UEndTurnCallbackProxy, OnSuccess) == 0x000030, "Member 'UEndTurnCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UEndTurnCallbackProxy, OnFailure) == 0x000040, "Member 'UEndTurnCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FindSessionsCallbackProxy_FindSessions \ static_assert(alignof(FindSessionsCallbackProxy_FindSessions) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_FindSessions"); \ static_assert(sizeof(FindSessionsCallbackProxy_FindSessions) == 0x000020, "Wrong size on FindSessionsCallbackProxy_FindSessions"); \ static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, WorldContextObject) == 0x000000, "Member 'FindSessionsCallbackProxy_FindSessions::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, PlayerController) == 0x000008, "Member 'FindSessionsCallbackProxy_FindSessions::PlayerController' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, MaxResults) == 0x000010, "Member 'FindSessionsCallbackProxy_FindSessions::MaxResults' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, bUseLAN) == 0x000014, "Member 'FindSessionsCallbackProxy_FindSessions::bUseLAN' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, ReturnValue) == 0x000018, "Member 'FindSessionsCallbackProxy_FindSessions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetCurrentPlayers \ static_assert(alignof(FindSessionsCallbackProxy_GetCurrentPlayers) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetCurrentPlayers"); \ static_assert(sizeof(FindSessionsCallbackProxy_GetCurrentPlayers) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetCurrentPlayers"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetCurrentPlayers, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetCurrentPlayers::Result' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetCurrentPlayers, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetCurrentPlayers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetMaxPlayers \ static_assert(alignof(FindSessionsCallbackProxy_GetMaxPlayers) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetMaxPlayers"); \ static_assert(sizeof(FindSessionsCallbackProxy_GetMaxPlayers) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetMaxPlayers"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetMaxPlayers, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetMaxPlayers::Result' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetMaxPlayers, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetMaxPlayers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetPingInMs \ static_assert(alignof(FindSessionsCallbackProxy_GetPingInMs) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetPingInMs"); \ static_assert(sizeof(FindSessionsCallbackProxy_GetPingInMs) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetPingInMs"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetPingInMs, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetPingInMs::Result' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetPingInMs, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetPingInMs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetServerName \ static_assert(alignof(FindSessionsCallbackProxy_GetServerName) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetServerName"); \ static_assert(sizeof(FindSessionsCallbackProxy_GetServerName) == 0x000118, "Wrong size on FindSessionsCallbackProxy_GetServerName"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetServerName, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetServerName::Result' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetServerName, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetServerName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFindSessionsCallbackProxy \ static_assert(alignof(UFindSessionsCallbackProxy) == 0x000008, "Wrong alignment on UFindSessionsCallbackProxy"); \ static_assert(sizeof(UFindSessionsCallbackProxy) == 0x000090, "Wrong size on UFindSessionsCallbackProxy"); \ static_assert(offsetof(UFindSessionsCallbackProxy, OnSuccess) == 0x000030, "Member 'UFindSessionsCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UFindSessionsCallbackProxy, OnFailure) == 0x000040, "Member 'UFindSessionsCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_AOnlineBeaconHost \ static_assert(alignof(AOnlineBeaconHost) == 0x000008, "Wrong alignment on AOnlineBeaconHost"); \ static_assert(sizeof(AOnlineBeaconHost) == 0x000330, "Wrong size on AOnlineBeaconHost"); \ static_assert(offsetof(AOnlineBeaconHost, ListenPort) == 0x000278, "Member 'AOnlineBeaconHost::ListenPort' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconHost, ClientActors) == 0x000280, "Member 'AOnlineBeaconHost::ClientActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOnlineBeaconHostObject \ static_assert(alignof(AOnlineBeaconHostObject) == 0x000008, "Wrong alignment on AOnlineBeaconHostObject"); \ static_assert(sizeof(AOnlineBeaconHostObject) == 0x000270, "Wrong size on AOnlineBeaconHostObject"); \ static_assert(offsetof(AOnlineBeaconHostObject, BeaconTypeName) == 0x000248, "Member 'AOnlineBeaconHostObject::BeaconTypeName' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconHostObject, ClientBeaconActorClass) == 0x000258, "Member 'AOnlineBeaconHostObject::ClientBeaconActorClass' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconHostObject, ClientActors) == 0x000260, "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) == 0x000398, "Wrong size on APartyBeaconClient"); \ static_assert(offsetof(APartyBeaconClient, DestSessionId) == 0x000308, "Member 'APartyBeaconClient::DestSessionId' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconClient, PendingReservation) == 0x000318, "Member 'APartyBeaconClient::PendingReservation' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconClient, RequestType) == 0x000368, "Member 'APartyBeaconClient::RequestType' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconClient, bPendingReservationSent) == 0x000369, "Member 'APartyBeaconClient::bPendingReservationSent' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconClient, bCancelReservation) == 0x00036A, "Member 'APartyBeaconClient::bCancelReservation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APartyBeaconHost \ static_assert(alignof(APartyBeaconHost) == 0x000008, "Wrong alignment on APartyBeaconHost"); \ static_assert(sizeof(APartyBeaconHost) == 0x0002E8, "Wrong size on APartyBeaconHost"); \ static_assert(offsetof(APartyBeaconHost, State) == 0x000270, "Member 'APartyBeaconHost::State' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconHost, bLogoutOnSessionTimeout) == 0x0002D8, "Member 'APartyBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconHost, SessionTimeoutSecs) == 0x0002DC, "Member 'APartyBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconHost, TravelSessionTimeoutSecs) == 0x0002E0, "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) == 0x0003C0, "Wrong size on ASpectatorBeaconClient"); \ static_assert(offsetof(ASpectatorBeaconClient, DestSessionId) == 0x000308, "Member 'ASpectatorBeaconClient::DestSessionId' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconClient, PendingReservation) == 0x000318, "Member 'ASpectatorBeaconClient::PendingReservation' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconClient, RequestType) == 0x000390, "Member 'ASpectatorBeaconClient::RequestType' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconClient, bPendingReservationSent) == 0x000391, "Member 'ASpectatorBeaconClient::bPendingReservationSent' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconClient, bCancelReservation) == 0x000392, "Member 'ASpectatorBeaconClient::bCancelReservation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpectatorBeaconHost \ static_assert(alignof(ASpectatorBeaconHost) == 0x000008, "Wrong alignment on ASpectatorBeaconHost"); \ static_assert(sizeof(ASpectatorBeaconHost) == 0x0002E8, "Wrong size on ASpectatorBeaconHost"); \ static_assert(offsetof(ASpectatorBeaconHost, State) == 0x000270, "Member 'ASpectatorBeaconHost::State' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconHost, bLogoutOnSessionTimeout) == 0x0002D8, "Member 'ASpectatorBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconHost, SessionTimeoutSecs) == 0x0002DC, "Member 'ASpectatorBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconHost, TravelSessionTimeoutSecs) == 0x0002E0, "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) == 0x0002D8, "Wrong size on ATestBeaconClient"); \ #define DUMPER7_ASSERTS_ATestBeaconHost \ static_assert(alignof(ATestBeaconHost) == 0x000008, "Wrong alignment on ATestBeaconHost"); \ static_assert(sizeof(ATestBeaconHost) == 0x000270, "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) == 0x000740, "Wrong size on UVoipListenerSynthComponent"); \ #define DUMPER7_ASSERTS_ABL_Enemy_ClimbPullUp_C_ExecuteUbergraph_ABL_Enemy_ClimbPullUp \ static_assert(alignof(ABL_Enemy_ClimbPullUp_C_ExecuteUbergraph_ABL_Enemy_ClimbPullUp) == 0x000008, "Wrong alignment on ABL_Enemy_ClimbPullUp_C_ExecuteUbergraph_ABL_Enemy_ClimbPullUp"); \ static_assert(sizeof(ABL_Enemy_ClimbPullUp_C_ExecuteUbergraph_ABL_Enemy_ClimbPullUp) == 0x000010, "Wrong size on ABL_Enemy_ClimbPullUp_C_ExecuteUbergraph_ABL_Enemy_ClimbPullUp"); \ static_assert(offsetof(ABL_Enemy_ClimbPullUp_C_ExecuteUbergraph_ABL_Enemy_ClimbPullUp, EntryPoint) == 0x000000, "Member 'ABL_Enemy_ClimbPullUp_C_ExecuteUbergraph_ABL_Enemy_ClimbPullUp::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ClimbPullUp_C_ExecuteUbergraph_ABL_Enemy_ClimbPullUp, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_ClimbPullUp_C_ExecuteUbergraph_ABL_Enemy_ClimbPullUp::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_ClimbPullUp_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_ClimbPullUp_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_ClimbPullUp_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_ClimbPullUp_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_ClimbPullUp_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_ClimbPullUp_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_ClimbPullUp_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_ClimbPullUp_C \ static_assert(alignof(UABL_Enemy_ClimbPullUp_C) == 0x000008, "Wrong alignment on UABL_Enemy_ClimbPullUp_C"); \ static_assert(sizeof(UABL_Enemy_ClimbPullUp_C) == 0x0000D0, "Wrong size on UABL_Enemy_ClimbPullUp_C"); \ static_assert(offsetof(UABL_Enemy_ClimbPullUp_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_ClimbPullUp_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_CompleteTutorial_C_OnInstant \ static_assert(alignof(BP_SceneAction_CompleteTutorial_C_OnInstant) == 0x000004, "Wrong alignment on BP_SceneAction_CompleteTutorial_C_OnInstant"); \ static_assert(sizeof(BP_SceneAction_CompleteTutorial_C_OnInstant) == 0x000008, "Wrong size on BP_SceneAction_CompleteTutorial_C_OnInstant"); \ static_assert(offsetof(BP_SceneAction_CompleteTutorial_C_OnInstant, Time) == 0x000000, "Member 'BP_SceneAction_CompleteTutorial_C_OnInstant::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_CompleteTutorial_C_OnInstant, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_CompleteTutorial_C_OnInstant::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_CompleteTutorial_C_ExecuteUbergraph_BP_SceneAction_CompleteTutorial \ static_assert(alignof(BP_SceneAction_CompleteTutorial_C_ExecuteUbergraph_BP_SceneAction_CompleteTutorial) == 0x000008, "Wrong alignment on BP_SceneAction_CompleteTutorial_C_ExecuteUbergraph_BP_SceneAction_CompleteTutorial"); \ static_assert(sizeof(BP_SceneAction_CompleteTutorial_C_ExecuteUbergraph_BP_SceneAction_CompleteTutorial) == 0x000020, "Wrong size on BP_SceneAction_CompleteTutorial_C_ExecuteUbergraph_BP_SceneAction_CompleteTutorial"); \ static_assert(offsetof(BP_SceneAction_CompleteTutorial_C_ExecuteUbergraph_BP_SceneAction_CompleteTutorial, EntryPoint) == 0x000000, "Member 'BP_SceneAction_CompleteTutorial_C_ExecuteUbergraph_BP_SceneAction_CompleteTutorial::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_CompleteTutorial_C_ExecuteUbergraph_BP_SceneAction_CompleteTutorial, K2Node_Event_Time) == 0x000004, "Member 'BP_SceneAction_CompleteTutorial_C_ExecuteUbergraph_BP_SceneAction_CompleteTutorial::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_CompleteTutorial_C_ExecuteUbergraph_BP_SceneAction_CompleteTutorial, K2Node_Event_IsScrubbing) == 0x000008, "Member 'BP_SceneAction_CompleteTutorial_C_ExecuteUbergraph_BP_SceneAction_CompleteTutorial::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_CompleteTutorial_C_ExecuteUbergraph_BP_SceneAction_CompleteTutorial, CallFunc_Get_ReturnValue) == 0x000010, "Member 'BP_SceneAction_CompleteTutorial_C_ExecuteUbergraph_BP_SceneAction_CompleteTutorial::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_CompleteTutorial_C_ExecuteUbergraph_BP_SceneAction_CompleteTutorial, CallFunc_CompleteTutorialCurrentStep_ReturnValue) == 0x000018, "Member 'BP_SceneAction_CompleteTutorial_C_ExecuteUbergraph_BP_SceneAction_CompleteTutorial::CallFunc_CompleteTutorialCurrentStep_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_CompleteTutorial_C_GetDisplayName \ static_assert(alignof(BP_SceneAction_CompleteTutorial_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_SceneAction_CompleteTutorial_C_GetDisplayName"); \ static_assert(sizeof(BP_SceneAction_CompleteTutorial_C_GetDisplayName) == 0x000098, "Wrong size on BP_SceneAction_CompleteTutorial_C_GetDisplayName"); \ static_assert(offsetof(BP_SceneAction_CompleteTutorial_C_GetDisplayName, ReturnValue) == 0x000000, "Member 'BP_SceneAction_CompleteTutorial_C_GetDisplayName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_CompleteTutorial_C_GetDisplayName, CallFunc_Conv_NameToText_ReturnValue) == 0x000018, "Member 'BP_SceneAction_CompleteTutorial_C_GetDisplayName::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_CompleteTutorial_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_SceneAction_CompleteTutorial_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_CompleteTutorial_C_GetDisplayName, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_SceneAction_CompleteTutorial_C_GetDisplayName::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_CompleteTutorial_C_GetDisplayName, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_SceneAction_CompleteTutorial_C_GetDisplayName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_CompleteTutorial_C_IsInstant \ static_assert(alignof(BP_SceneAction_CompleteTutorial_C_IsInstant) == 0x000001, "Wrong alignment on BP_SceneAction_CompleteTutorial_C_IsInstant"); \ static_assert(sizeof(BP_SceneAction_CompleteTutorial_C_IsInstant) == 0x000001, "Wrong size on BP_SceneAction_CompleteTutorial_C_IsInstant"); \ static_assert(offsetof(BP_SceneAction_CompleteTutorial_C_IsInstant, ReturnValue) == 0x000000, "Member 'BP_SceneAction_CompleteTutorial_C_IsInstant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SceneAction_CompleteTutorial_C \ static_assert(alignof(UBP_SceneAction_CompleteTutorial_C) == 0x000008, "Wrong alignment on UBP_SceneAction_CompleteTutorial_C"); \ static_assert(sizeof(UBP_SceneAction_CompleteTutorial_C) == 0x0000B8, "Wrong size on UBP_SceneAction_CompleteTutorial_C"); \ static_assert(offsetof(UBP_SceneAction_CompleteTutorial_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_SceneAction_CompleteTutorial_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_CompleteTutorial_C, TutorialName) == 0x0000B0, "Member 'UBP_SceneAction_CompleteTutorial_C::TutorialName' 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_GetTagKeys \ static_assert(alignof(AssetRegistryHelpers_GetTagKeys) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetTagKeys"); \ static_assert(sizeof(AssetRegistryHelpers_GetTagKeys) == 0x000078, "Wrong size on AssetRegistryHelpers_GetTagKeys"); \ static_assert(offsetof(AssetRegistryHelpers_GetTagKeys, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetTagKeys::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_GetTagKeys, OutTagKeys) == 0x000060, "Member 'AssetRegistryHelpers_GetTagKeys::OutTagKeys' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_GetTagKeys, ReturnValue) == 0x000070, "Member 'AssetRegistryHelpers_GetTagKeys::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_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_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_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_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_ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E \ static_assert(alignof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E) == 0x000008, "Wrong alignment on ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E"); \ static_assert(sizeof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E) == 0x0000C0, "Wrong size on ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, K2Node_Event_Context_3) == 0x000008, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, CallFunc_GetAnimInstance_ReturnValue) == 0x000010, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000020, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, K2Node_DynamicCast_AsCharacter) == 0x000030, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, K2Node_Event_Context_2) == 0x000040, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000048, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, CallFunc_GetSelfActor_ReturnValue_1) == 0x000050, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, K2Node_DynamicCast_AsBiped_Anim_Instance_1) == 0x000058, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::K2Node_DynamicCast_AsBiped_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, K2Node_DynamicCast_AsCharacter_1) == 0x000068, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::K2Node_DynamicCast_AsCharacter_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, K2Node_Event_Context_1) == 0x000078, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, K2Node_Event_Context) == 0x000080, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, K2Node_Event_NextAbility) == 0x000088, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, CallFunc_GetSelfActor_ReturnValue_2) == 0x000090, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::CallFunc_GetSelfActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, CallFunc_GetSelfActor_ReturnValue_3) == 0x000098, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::CallFunc_GetSelfActor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, K2Node_DynamicCast_AsCharacter_2) == 0x0000A0, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::K2Node_DynamicCast_AsCharacter_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, K2Node_DynamicCast_bSuccess_4) == 0x0000A8, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, K2Node_DynamicCast_AsCharacter_3) == 0x0000B0, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::K2Node_DynamicCast_AsCharacter_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E, K2Node_DynamicCast_bSuccess_5) == 0x0000B8, "Member 'ABL_NpcReact_FallShort_E_C_ExecuteUbergraph_ABL_NpcReact_FallShort_E::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_FallShort_E_C_OnAbilityBranch \ static_assert(alignof(ABL_NpcReact_FallShort_E_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NpcReact_FallShort_E_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NpcReact_FallShort_E_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NpcReact_FallShort_E_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NpcReact_FallShort_E_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NpcReact_FallShort_E_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_FallShort_E_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NpcReact_FallShort_E_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NpcReact_FallShort_E_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NpcReact_FallShort_E_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NpcReact_FallShort_E_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NpcReact_FallShort_E_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_FallShort_E_C_OnAbilityEnd \ static_assert(alignof(ABL_NpcReact_FallShort_E_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NpcReact_FallShort_E_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NpcReact_FallShort_E_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NpcReact_FallShort_E_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NpcReact_FallShort_E_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_FallShort_E_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_FallShort_E_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_FallShort_E_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_FallShort_E_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_FallShort_E_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_FallShort_E_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_FallShort_E_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_FallShort_E_C \ static_assert(alignof(UABL_NpcReact_FallShort_E_C) == 0x000008, "Wrong alignment on UABL_NpcReact_FallShort_E_C"); \ static_assert(sizeof(UABL_NpcReact_FallShort_E_C) == 0x0000F0, "Wrong size on UABL_NpcReact_FallShort_E_C"); \ static_assert(offsetof(UABL_NpcReact_FallShort_E_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_FallShort_E_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NpcReact_FallShort_E_C, TempCharRef) == 0x0000E8, "Member 'UABL_NpcReact_FallShort_E_C::TempCharRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectDynamicProcessorFilterSettings \ static_assert(alignof(FSubmixEffectDynamicProcessorFilterSettings) == 0x000004, "Wrong alignment on FSubmixEffectDynamicProcessorFilterSettings"); \ static_assert(sizeof(FSubmixEffectDynamicProcessorFilterSettings) == 0x00000C, "Wrong size on FSubmixEffectDynamicProcessorFilterSettings"); \ static_assert(offsetof(FSubmixEffectDynamicProcessorFilterSettings, Cutoff) == 0x000004, "Member 'FSubmixEffectDynamicProcessorFilterSettings::Cutoff' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicProcessorFilterSettings, GainDb) == 0x000008, "Member 'FSubmixEffectDynamicProcessorFilterSettings::GainDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectDynamicsProcessorSettings \ static_assert(alignof(FSubmixEffectDynamicsProcessorSettings) == 0x000008, "Wrong alignment on FSubmixEffectDynamicsProcessorSettings"); \ static_assert(sizeof(FSubmixEffectDynamicsProcessorSettings) == 0x000060, "Wrong size on FSubmixEffectDynamicsProcessorSettings"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, DynamicsProcessorType) == 0x000000, "Member 'FSubmixEffectDynamicsProcessorSettings::DynamicsProcessorType' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, PeakMode) == 0x000001, "Member 'FSubmixEffectDynamicsProcessorSettings::PeakMode' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, LinkMode) == 0x000002, "Member 'FSubmixEffectDynamicsProcessorSettings::LinkMode' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, InputGainDb) == 0x000004, "Member 'FSubmixEffectDynamicsProcessorSettings::InputGainDb' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ThresholdDb) == 0x000008, "Member 'FSubmixEffectDynamicsProcessorSettings::ThresholdDb' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, Ratio) == 0x00000C, "Member 'FSubmixEffectDynamicsProcessorSettings::Ratio' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KneeBandwidthDb) == 0x000010, "Member 'FSubmixEffectDynamicsProcessorSettings::KneeBandwidthDb' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, LookAheadMsec) == 0x000014, "Member 'FSubmixEffectDynamicsProcessorSettings::LookAheadMsec' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, AttackTimeMsec) == 0x000018, "Member 'FSubmixEffectDynamicsProcessorSettings::AttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ReleaseTimeMsec) == 0x00001C, "Member 'FSubmixEffectDynamicsProcessorSettings::ReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeySource) == 0x000020, "Member 'FSubmixEffectDynamicsProcessorSettings::KeySource' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ExternalAudioBus) == 0x000028, "Member 'FSubmixEffectDynamicsProcessorSettings::ExternalAudioBus' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ExternalSubmix) == 0x000030, "Member 'FSubmixEffectDynamicsProcessorSettings::ExternalSubmix' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyGainDb) == 0x00003C, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyGainDb' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, OutputGainDb) == 0x000040, "Member 'FSubmixEffectDynamicsProcessorSettings::OutputGainDb' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyHighshelf) == 0x000044, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyHighshelf' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyLowshelf) == 0x000050, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyLowshelf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectEQBand \ static_assert(alignof(FSubmixEffectEQBand) == 0x000004, "Wrong alignment on FSubmixEffectEQBand"); \ static_assert(sizeof(FSubmixEffectEQBand) == 0x000010, "Wrong size on FSubmixEffectEQBand"); \ static_assert(offsetof(FSubmixEffectEQBand, Frequency) == 0x000000, "Member 'FSubmixEffectEQBand::Frequency' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectEQBand, Bandwidth) == 0x000004, "Member 'FSubmixEffectEQBand::Bandwidth' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectEQBand, GainDb) == 0x000008, "Member 'FSubmixEffectEQBand::GainDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectSubmixEQSettings \ static_assert(alignof(FSubmixEffectSubmixEQSettings) == 0x000008, "Wrong alignment on FSubmixEffectSubmixEQSettings"); \ static_assert(sizeof(FSubmixEffectSubmixEQSettings) == 0x000010, "Wrong size on FSubmixEffectSubmixEQSettings"); \ static_assert(offsetof(FSubmixEffectSubmixEQSettings, EQBands) == 0x000000, "Member 'FSubmixEffectSubmixEQSettings::EQBands' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectReverbSettings \ static_assert(alignof(FSubmixEffectReverbSettings) == 0x000004, "Wrong alignment on FSubmixEffectReverbSettings"); \ static_assert(sizeof(FSubmixEffectReverbSettings) == 0x000040, "Wrong size on FSubmixEffectReverbSettings"); \ static_assert(offsetof(FSubmixEffectReverbSettings, bBypassEarlyReflections) == 0x000000, "Member 'FSubmixEffectReverbSettings::bBypassEarlyReflections' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, ReflectionsDelay) == 0x000004, "Member 'FSubmixEffectReverbSettings::ReflectionsDelay' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, GainHF) == 0x000008, "Member 'FSubmixEffectReverbSettings::GainHF' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, ReflectionsGain) == 0x00000C, "Member 'FSubmixEffectReverbSettings::ReflectionsGain' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, bBypassLateReflections) == 0x000010, "Member 'FSubmixEffectReverbSettings::bBypassLateReflections' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, LateDelay) == 0x000014, "Member 'FSubmixEffectReverbSettings::LateDelay' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, DecayTime) == 0x000018, "Member 'FSubmixEffectReverbSettings::DecayTime' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, Density) == 0x00001C, "Member 'FSubmixEffectReverbSettings::Density' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, Diffusion) == 0x000020, "Member 'FSubmixEffectReverbSettings::Diffusion' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, AirAbsorptionGainHF) == 0x000024, "Member 'FSubmixEffectReverbSettings::AirAbsorptionGainHF' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, DecayHFRatio) == 0x000028, "Member 'FSubmixEffectReverbSettings::DecayHFRatio' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, LateGain) == 0x00002C, "Member 'FSubmixEffectReverbSettings::LateGain' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, Gain) == 0x000030, "Member 'FSubmixEffectReverbSettings::Gain' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, WetLevel) == 0x000034, "Member 'FSubmixEffectReverbSettings::WetLevel' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, DryLevel) == 0x000038, "Member 'FSubmixEffectReverbSettings::DryLevel' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectReverbSettings, bBypass) == 0x00003C, "Member 'FSubmixEffectReverbSettings::bBypass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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) == 0x0006E0, "Wrong size on USynthComponent"); \ static_assert(offsetof(USynthComponent, AttenuationSettings) == 0x000220, "Member 'USynthComponent::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, AttenuationOverrides) == 0x000228, "Member 'USynthComponent::AttenuationOverrides' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, ConcurrencySettings) == 0x0005C8, "Member 'USynthComponent::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, ConcurrencySet) == 0x0005D0, "Member 'USynthComponent::ConcurrencySet' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, SoundClass) == 0x000620, "Member 'USynthComponent::SoundClass' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, SourceEffectChain) == 0x000628, "Member 'USynthComponent::SourceEffectChain' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, SoundSubmix) == 0x000630, "Member 'USynthComponent::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, SoundSubmixSends) == 0x000638, "Member 'USynthComponent::SoundSubmixSends' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, BusSends) == 0x000648, "Member 'USynthComponent::BusSends' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, PreEffectBusSends) == 0x000658, "Member 'USynthComponent::PreEffectBusSends' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, EnvelopeFollowerAttackTime) == 0x00066C, "Member 'USynthComponent::EnvelopeFollowerAttackTime' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, EnvelopeFollowerReleaseTime) == 0x000670, "Member 'USynthComponent::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, OnAudioEnvelopeValue) == 0x000678, "Member 'USynthComponent::OnAudioEnvelopeValue' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, Synth) == 0x0006A8, "Member 'USynthComponent::Synth' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, AudioComponent) == 0x0006B0, "Member 'USynthComponent::AudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_AddMasterSubmixEffect \ static_assert(alignof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddMasterSubmixEffect"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_AddMasterSubmixEffect"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddMasterSubmixEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect, SubmixEffectPreset) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddMasterSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain \ static_assert(alignof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::PresetChain' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, Entry) == 0x000010, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::Entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_AddSubmixEffect \ static_assert(alignof(AudioMixerBlueprintLibrary_AddSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddSubmixEffect"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_AddSubmixEffect) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_AddSubmixEffect"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearMasterSubmixEffects \ static_assert(alignof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearMasterSubmixEffects"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_ClearMasterSubmixEffects"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearMasterSubmixEffects::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride \ static_assert(alignof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, FadeTimeSec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::FadeTimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearSubmixEffects \ static_assert(alignof(AudioMixerBlueprintLibrary_ClearSubmixEffects) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearSubmixEffects"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ClearSubmixEffects) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_ClearSubmixEffects"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffects, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffects, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffects::SoundSubmix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies \ static_assert(alignof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies) == 0x000030, "Wrong size on AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, Frequencies) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::Frequencies' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, Magnitudes) == 0x000018, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::Magnitudes' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, SubmixToAnalyze) == 0x000028, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::SubmixToAnalyze' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain \ static_assert(alignof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::PresetChain' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetPhaseForFrequencies \ static_assert(alignof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetPhaseForFrequencies"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies) == 0x000030, "Wrong size on AudioMixerBlueprintLibrary_GetPhaseForFrequencies"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, Frequencies) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::Frequencies' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, Phases) == 0x000018, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::Phases' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, SubmixToAnalyze) == 0x000028, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::SubmixToAnalyze' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_IsAudioBusActive \ static_assert(alignof(AudioMixerBlueprintLibrary_IsAudioBusActive) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_IsAudioBusActive"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_IsAudioBusActive) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_IsAudioBusActive"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::AudioBus' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings \ static_assert(alignof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InNumBands) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InNumBands' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InMinimumFrequency) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InMinimumFrequency' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InMaximumFrequency) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InMaximumFrequency' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings \ static_assert(alignof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InNumSemitones) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InNumSemitones' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InStartingMusicalNote) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InStartingMusicalNote' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InStartingOctave) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InStartingOctave' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings \ static_assert(alignof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InBandPresetType) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InBandPresetType' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InNumBands) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InNumBands' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PauseRecordingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_PauseRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PauseRecordingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_PauseRecordingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_PauseRecordingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_PauseRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PauseRecordingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_PauseRecordingOutput, SubmixToPause) == 0x000008, "Member 'AudioMixerBlueprintLibrary_PauseRecordingOutput::SubmixToPause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback \ static_assert(alignof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback, SoundCue) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback::SoundCue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PrimeSoundForPlayback \ static_assert(alignof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PrimeSoundForPlayback"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_PrimeSoundForPlayback"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback, SoundWave) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PrimeSoundForPlayback::SoundWave' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback, OnLoadCompletion) == 0x000008, "Member 'AudioMixerBlueprintLibrary_PrimeSoundForPlayback::OnLoadCompletion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect, SubmixEffectPreset) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::PresetChain' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, EntryIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::EntryIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffect \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffect"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffect) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffect"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::SubmixChainIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::SubmixChainIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix \ static_assert(alignof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, InSoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::InSoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::SubmixChainIndex' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, SubmixEffectPreset) == 0x000018, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ReplaceSubmixEffect \ static_assert(alignof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ReplaceSubmixEffect"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_ReplaceSubmixEffect"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, InSoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::InSoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::SubmixChainIndex' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, SubmixEffectPreset) == 0x000018, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ResumeRecordingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_ResumeRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ResumeRecordingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ResumeRecordingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_ResumeRecordingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ResumeRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ResumeRecordingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ResumeRecordingOutput, SubmixToPause) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ResumeRecordingOutput::SubmixToPause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry \ static_assert(alignof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::PresetChain' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, EntryIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::EntryIndex' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, bBypassed) == 0x000014, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::bBypassed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride \ static_assert(alignof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, SubmixEffectPresetChain) == 0x000010, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::SubmixEffectPresetChain' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, FadeTimeSec) == 0x000020, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::FadeTimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartAnalyzingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_StartAnalyzingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartAnalyzingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StartAnalyzingOutput) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_StartAnalyzingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, SubmixToAnalyze) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::SubmixToAnalyze' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, FFTSize) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::FFTSize' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, InterpolationMethod) == 0x000011, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::InterpolationMethod' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, WindowType) == 0x000012, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::WindowType' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, HopSize) == 0x000014, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::HopSize' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, SpectrumType) == 0x000018, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::SpectrumType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartAudioBus \ static_assert(alignof(AudioMixerBlueprintLibrary_StartAudioBus) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartAudioBus"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StartAudioBus) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StartAudioBus"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAudioBus, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartAudioBus::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAudioBus, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartAudioBus::AudioBus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartRecordingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_StartRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartRecordingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StartRecordingOutput) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_StartRecordingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, ExpectedDuration) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::ExpectedDuration' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, SubmixToRecord) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::SubmixToRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopAnalyzingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_StopAnalyzingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopAnalyzingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StopAnalyzingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StopAnalyzingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopAnalyzingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopAnalyzingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopAnalyzingOutput, SubmixToStopAnalyzing) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopAnalyzingOutput::SubmixToStopAnalyzing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopAudioBus \ static_assert(alignof(AudioMixerBlueprintLibrary_StopAudioBus) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopAudioBus"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StopAudioBus) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StopAudioBus"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopAudioBus, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopAudioBus::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopAudioBus, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopAudioBus::AudioBus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopRecordingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_StopRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopRecordingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StopRecordingOutput) == 0x000048, "Wrong size on AudioMixerBlueprintLibrary_StopRecordingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ExportType) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ExportType' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, Name_0) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::Name_0' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, Path) == 0x000020, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::Path' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, SubmixToRecord) == 0x000030, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::SubmixToRecord' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ExistingSoundWaveToOverwrite) == 0x000038, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ExistingSoundWaveToOverwrite' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ReturnValue) == 0x000040, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_TrimAudioCache \ static_assert(alignof(AudioMixerBlueprintLibrary_TrimAudioCache) == 0x000004, "Wrong alignment on AudioMixerBlueprintLibrary_TrimAudioCache"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_TrimAudioCache) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_TrimAudioCache"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_TrimAudioCache, InMegabytesToFree) == 0x000000, "Member 'AudioMixerBlueprintLibrary_TrimAudioCache::InMegabytesToFree' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_TrimAudioCache, ReturnValue) == 0x000004, "Member 'AudioMixerBlueprintLibrary_TrimAudioCache::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioMixerBlueprintLibrary \ static_assert(alignof(UAudioMixerBlueprintLibrary) == 0x000008, "Wrong alignment on UAudioMixerBlueprintLibrary"); \ static_assert(sizeof(UAudioMixerBlueprintLibrary) == 0x000028, "Wrong size on UAudioMixerBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UAudioGenerator \ static_assert(alignof(UAudioGenerator) == 0x000008, "Wrong alignment on UAudioGenerator"); \ static_assert(sizeof(UAudioGenerator) == 0x0000A8, "Wrong size on UAudioGenerator"); \ #define DUMPER7_ASSERTS_SubmixEffectDynamicsProcessorPreset_SetAudioBus \ static_assert(alignof(SubmixEffectDynamicsProcessorPreset_SetAudioBus) == 0x000008, "Wrong alignment on SubmixEffectDynamicsProcessorPreset_SetAudioBus"); \ static_assert(sizeof(SubmixEffectDynamicsProcessorPreset_SetAudioBus) == 0x000008, "Wrong size on SubmixEffectDynamicsProcessorPreset_SetAudioBus"); \ static_assert(offsetof(SubmixEffectDynamicsProcessorPreset_SetAudioBus, AudioBus) == 0x000000, "Member 'SubmixEffectDynamicsProcessorPreset_SetAudioBus::AudioBus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectDynamicsProcessorPreset_SetExternalSubmix \ static_assert(alignof(SubmixEffectDynamicsProcessorPreset_SetExternalSubmix) == 0x000008, "Wrong alignment on SubmixEffectDynamicsProcessorPreset_SetExternalSubmix"); \ static_assert(sizeof(SubmixEffectDynamicsProcessorPreset_SetExternalSubmix) == 0x000008, "Wrong size on SubmixEffectDynamicsProcessorPreset_SetExternalSubmix"); \ static_assert(offsetof(SubmixEffectDynamicsProcessorPreset_SetExternalSubmix, Submix) == 0x000000, "Member 'SubmixEffectDynamicsProcessorPreset_SetExternalSubmix::Submix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectDynamicsProcessorPreset_SetSettings \ static_assert(alignof(SubmixEffectDynamicsProcessorPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectDynamicsProcessorPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectDynamicsProcessorPreset_SetSettings) == 0x000060, "Wrong size on SubmixEffectDynamicsProcessorPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectDynamicsProcessorPreset_SetSettings, Settings_0) == 0x000000, "Member 'SubmixEffectDynamicsProcessorPreset_SetSettings::Settings_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectDynamicsProcessorPreset \ static_assert(alignof(USubmixEffectDynamicsProcessorPreset) == 0x000008, "Wrong alignment on USubmixEffectDynamicsProcessorPreset"); \ static_assert(sizeof(USubmixEffectDynamicsProcessorPreset) == 0x000150, "Wrong size on USubmixEffectDynamicsProcessorPreset"); \ static_assert(offsetof(USubmixEffectDynamicsProcessorPreset, Settings) == 0x0000F0, "Member 'USubmixEffectDynamicsProcessorPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectSubmixEQPreset_SetSettings \ static_assert(alignof(SubmixEffectSubmixEQPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectSubmixEQPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectSubmixEQPreset_SetSettings) == 0x000010, "Wrong size on SubmixEffectSubmixEQPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectSubmixEQPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectSubmixEQPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectSubmixEQPreset \ static_assert(alignof(USubmixEffectSubmixEQPreset) == 0x000008, "Wrong alignment on USubmixEffectSubmixEQPreset"); \ static_assert(sizeof(USubmixEffectSubmixEQPreset) == 0x0000B0, "Wrong size on USubmixEffectSubmixEQPreset"); \ static_assert(offsetof(USubmixEffectSubmixEQPreset, Settings) == 0x0000A0, "Member 'USubmixEffectSubmixEQPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectReverbPreset_SetSettings \ static_assert(alignof(SubmixEffectReverbPreset_SetSettings) == 0x000004, "Wrong alignment on SubmixEffectReverbPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectReverbPreset_SetSettings) == 0x000040, "Wrong size on SubmixEffectReverbPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectReverbPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectReverbPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectReverbPreset_SetSettingsWithReverbEffect \ static_assert(alignof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect) == 0x000008, "Wrong alignment on SubmixEffectReverbPreset_SetSettingsWithReverbEffect"); \ static_assert(sizeof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect) == 0x000010, "Wrong size on SubmixEffectReverbPreset_SetSettingsWithReverbEffect"); \ static_assert(offsetof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect, InReverbEffect) == 0x000000, "Member 'SubmixEffectReverbPreset_SetSettingsWithReverbEffect::InReverbEffect' has a wrong offset!"); \ static_assert(offsetof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect, WetLevel) == 0x000008, "Member 'SubmixEffectReverbPreset_SetSettingsWithReverbEffect::WetLevel' has a wrong offset!"); \ static_assert(offsetof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect, DryLevel) == 0x00000C, "Member 'SubmixEffectReverbPreset_SetSettingsWithReverbEffect::DryLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectReverbPreset \ static_assert(alignof(USubmixEffectReverbPreset) == 0x000008, "Wrong alignment on USubmixEffectReverbPreset"); \ static_assert(sizeof(USubmixEffectReverbPreset) == 0x000110, "Wrong size on USubmixEffectReverbPreset"); \ static_assert(offsetof(USubmixEffectReverbPreset, Settings) == 0x0000D0, "Member 'USubmixEffectReverbPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_CreateNewClock \ static_assert(alignof(QuartzSubsystem_CreateNewClock) == 0x000008, "Wrong alignment on QuartzSubsystem_CreateNewClock"); \ static_assert(sizeof(QuartzSubsystem_CreateNewClock) == 0x000040, "Wrong size on QuartzSubsystem_CreateNewClock"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_CreateNewClock::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, ClockName) == 0x000008, "Member 'QuartzSubsystem_CreateNewClock::ClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, InSettings) == 0x000010, "Member 'QuartzSubsystem_CreateNewClock::InSettings' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, bOverrideSettingsIfClockExists) == 0x000030, "Member 'QuartzSubsystem_CreateNewClock::bOverrideSettingsIfClockExists' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, bUseAudioEngineClockManager) == 0x000031, "Member 'QuartzSubsystem_CreateNewClock::bUseAudioEngineClockManager' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, ReturnValue) == 0x000038, "Member 'QuartzSubsystem_CreateNewClock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_DeleteClockByHandle \ static_assert(alignof(QuartzSubsystem_DeleteClockByHandle) == 0x000008, "Wrong alignment on QuartzSubsystem_DeleteClockByHandle"); \ static_assert(sizeof(QuartzSubsystem_DeleteClockByHandle) == 0x000010, "Wrong size on QuartzSubsystem_DeleteClockByHandle"); \ static_assert(offsetof(QuartzSubsystem_DeleteClockByHandle, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_DeleteClockByHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_DeleteClockByHandle, InClockHandle) == 0x000008, "Member 'QuartzSubsystem_DeleteClockByHandle::InClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_DeleteClockByName \ static_assert(alignof(QuartzSubsystem_DeleteClockByName) == 0x000008, "Wrong alignment on QuartzSubsystem_DeleteClockByName"); \ static_assert(sizeof(QuartzSubsystem_DeleteClockByName) == 0x000010, "Wrong size on QuartzSubsystem_DeleteClockByName"); \ static_assert(offsetof(QuartzSubsystem_DeleteClockByName, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_DeleteClockByName::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_DeleteClockByName, ClockName) == 0x000008, "Member 'QuartzSubsystem_DeleteClockByName::ClockName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_DoesClockExist \ static_assert(alignof(QuartzSubsystem_DoesClockExist) == 0x000008, "Wrong alignment on QuartzSubsystem_DoesClockExist"); \ static_assert(sizeof(QuartzSubsystem_DoesClockExist) == 0x000018, "Wrong size on QuartzSubsystem_DoesClockExist"); \ static_assert(offsetof(QuartzSubsystem_DoesClockExist, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_DoesClockExist::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_DoesClockExist, ClockName) == 0x000008, "Member 'QuartzSubsystem_DoesClockExist::ClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_DoesClockExist, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_DoesClockExist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency \ static_assert(alignof(QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency) == 0x000004, "Wrong alignment on QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency"); \ static_assert(sizeof(QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency) == 0x000004, "Wrong size on QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency"); \ static_assert(offsetof(QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency \ static_assert(alignof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency) == 0x000004, "Wrong alignment on QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency"); \ static_assert(sizeof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency) == 0x000004, "Wrong size on QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency"); \ static_assert(offsetof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency \ static_assert(alignof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency) == 0x000004, "Wrong alignment on QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency"); \ static_assert(sizeof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency) == 0x000004, "Wrong size on QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency"); \ static_assert(offsetof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetCurrentClockTimestamp \ static_assert(alignof(QuartzSubsystem_GetCurrentClockTimestamp) == 0x000008, "Wrong alignment on QuartzSubsystem_GetCurrentClockTimestamp"); \ static_assert(sizeof(QuartzSubsystem_GetCurrentClockTimestamp) == 0x000020, "Wrong size on QuartzSubsystem_GetCurrentClockTimestamp"); \ static_assert(offsetof(QuartzSubsystem_GetCurrentClockTimestamp, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetCurrentClockTimestamp::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetCurrentClockTimestamp, InClockName) == 0x000008, "Member 'QuartzSubsystem_GetCurrentClockTimestamp::InClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetCurrentClockTimestamp, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_GetCurrentClockTimestamp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds \ static_assert(alignof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds) == 0x000008, "Wrong alignment on QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds"); \ static_assert(sizeof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds) == 0x000020, "Wrong size on QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds"); \ static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, ClockName) == 0x000008, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::ClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, QuantizationType) == 0x000010, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::QuantizationType' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, Multiplier) == 0x000014, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::Multiplier' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, ReturnValue) == 0x000018, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetEstimatedClockRunTime \ static_assert(alignof(QuartzSubsystem_GetEstimatedClockRunTime) == 0x000008, "Wrong alignment on QuartzSubsystem_GetEstimatedClockRunTime"); \ static_assert(sizeof(QuartzSubsystem_GetEstimatedClockRunTime) == 0x000018, "Wrong size on QuartzSubsystem_GetEstimatedClockRunTime"); \ static_assert(offsetof(QuartzSubsystem_GetEstimatedClockRunTime, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetEstimatedClockRunTime::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetEstimatedClockRunTime, InClockName) == 0x000008, "Member 'QuartzSubsystem_GetEstimatedClockRunTime::InClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetEstimatedClockRunTime, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_GetEstimatedClockRunTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency \ static_assert(alignof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency"); \ static_assert(sizeof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency \ static_assert(alignof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency"); \ static_assert(sizeof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency \ static_assert(alignof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency"); \ static_assert(sizeof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetHandleForClock \ static_assert(alignof(QuartzSubsystem_GetHandleForClock) == 0x000008, "Wrong alignment on QuartzSubsystem_GetHandleForClock"); \ static_assert(sizeof(QuartzSubsystem_GetHandleForClock) == 0x000018, "Wrong size on QuartzSubsystem_GetHandleForClock"); \ static_assert(offsetof(QuartzSubsystem_GetHandleForClock, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetHandleForClock::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetHandleForClock, ClockName) == 0x000008, "Member 'QuartzSubsystem_GetHandleForClock::ClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetHandleForClock, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_GetHandleForClock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetRoundTripAverageLatency \ static_assert(alignof(QuartzSubsystem_GetRoundTripAverageLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetRoundTripAverageLatency"); \ static_assert(sizeof(QuartzSubsystem_GetRoundTripAverageLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetRoundTripAverageLatency"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripAverageLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetRoundTripAverageLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripAverageLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetRoundTripAverageLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetRoundTripMaxLatency \ static_assert(alignof(QuartzSubsystem_GetRoundTripMaxLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetRoundTripMaxLatency"); \ static_assert(sizeof(QuartzSubsystem_GetRoundTripMaxLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetRoundTripMaxLatency"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripMaxLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetRoundTripMaxLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripMaxLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetRoundTripMaxLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetRoundTripMinLatency \ static_assert(alignof(QuartzSubsystem_GetRoundTripMinLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetRoundTripMinLatency"); \ static_assert(sizeof(QuartzSubsystem_GetRoundTripMinLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetRoundTripMinLatency"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripMinLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetRoundTripMinLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripMinLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetRoundTripMinLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_IsClockRunning \ static_assert(alignof(QuartzSubsystem_IsClockRunning) == 0x000008, "Wrong alignment on QuartzSubsystem_IsClockRunning"); \ static_assert(sizeof(QuartzSubsystem_IsClockRunning) == 0x000018, "Wrong size on QuartzSubsystem_IsClockRunning"); \ static_assert(offsetof(QuartzSubsystem_IsClockRunning, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_IsClockRunning::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_IsClockRunning, ClockName) == 0x000008, "Member 'QuartzSubsystem_IsClockRunning::ClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_IsClockRunning, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_IsClockRunning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_IsQuartzEnabled \ static_assert(alignof(QuartzSubsystem_IsQuartzEnabled) == 0x000001, "Wrong alignment on QuartzSubsystem_IsQuartzEnabled"); \ static_assert(sizeof(QuartzSubsystem_IsQuartzEnabled) == 0x000001, "Wrong size on QuartzSubsystem_IsQuartzEnabled"); \ static_assert(offsetof(QuartzSubsystem_IsQuartzEnabled, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_IsQuartzEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQuartzSubsystem \ static_assert(alignof(UQuartzSubsystem) == 0x000008, "Wrong alignment on UQuartzSubsystem"); \ static_assert(sizeof(UQuartzSubsystem) == 0x000150, "Wrong size on UQuartzSubsystem"); \ #define DUMPER7_ASSERTS_USynthSound \ static_assert(alignof(USynthSound) == 0x000010, "Wrong alignment on USynthSound"); \ static_assert(sizeof(USynthSound) == 0x0003E0, "Wrong size on USynthSound"); \ static_assert(offsetof(USynthSound, OwningSynthComponent) == 0x0003C0, "Member 'USynthSound::OwningSynthComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_SwimHighDiveToSwim_C \ static_assert(alignof(UABL_SwimHighDiveToSwim_C) == 0x000008, "Wrong alignment on UABL_SwimHighDiveToSwim_C"); \ static_assert(sizeof(UABL_SwimHighDiveToSwim_C) == 0x0000C8, "Wrong size on UABL_SwimHighDiveToSwim_C"); \ #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_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_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_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_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_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_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_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_FAITeamStimulusEvent \ static_assert(alignof(FAITeamStimulusEvent) == 0x000008, "Wrong alignment on FAITeamStimulusEvent"); \ static_assert(sizeof(FAITeamStimulusEvent) == 0x000038, "Wrong size on FAITeamStimulusEvent"); \ static_assert(offsetof(FAITeamStimulusEvent, Broadcaster) == 0x000028, "Member 'FAITeamStimulusEvent::Broadcaster' has a wrong offset!"); \ static_assert(offsetof(FAITeamStimulusEvent, Enemy) == 0x000030, "Member 'FAITeamStimulusEvent::Enemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAITouchEvent \ static_assert(alignof(FAITouchEvent) == 0x000008, "Wrong alignment on FAITouchEvent"); \ static_assert(sizeof(FAITouchEvent) == 0x000020, "Wrong size on FAITouchEvent"); \ static_assert(offsetof(FAITouchEvent, TouchReceiver) == 0x000010, "Member 'FAITouchEvent::TouchReceiver' has a wrong offset!"); \ static_assert(offsetof(FAITouchEvent, OtherActor) == 0x000018, "Member 'FAITouchEvent::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIntervalCountdown \ static_assert(alignof(FIntervalCountdown) == 0x000004, "Wrong alignment on FIntervalCountdown"); \ static_assert(sizeof(FIntervalCountdown) == 0x000008, "Wrong size on FIntervalCountdown"); \ static_assert(offsetof(FIntervalCountdown, Interval) == 0x000000, "Member 'FIntervalCountdown::Interval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIMoveRequest \ static_assert(alignof(FAIMoveRequest) == 0x000008, "Wrong alignment on FAIMoveRequest"); \ static_assert(sizeof(FAIMoveRequest) == 0x000040, "Wrong size on FAIMoveRequest"); \ static_assert(offsetof(FAIMoveRequest, GoalActor) == 0x000000, "Member 'FAIMoveRequest::GoalActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBehaviorTreeTemplateInfo \ static_assert(alignof(FBehaviorTreeTemplateInfo) == 0x000008, "Wrong alignment on FBehaviorTreeTemplateInfo"); \ static_assert(sizeof(FBehaviorTreeTemplateInfo) == 0x000018, "Wrong size on FBehaviorTreeTemplateInfo"); \ static_assert(offsetof(FBehaviorTreeTemplateInfo, Asset) == 0x000000, "Member 'FBehaviorTreeTemplateInfo::Asset' has a wrong offset!"); \ static_assert(offsetof(FBehaviorTreeTemplateInfo, Template) == 0x000008, "Member 'FBehaviorTreeTemplateInfo::Template' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlackboardEntry \ static_assert(alignof(FBlackboardEntry) == 0x000008, "Wrong alignment on FBlackboardEntry"); \ static_assert(sizeof(FBlackboardEntry) == 0x000018, "Wrong size on FBlackboardEntry"); \ static_assert(offsetof(FBlackboardEntry, EntryName) == 0x000000, "Member 'FBlackboardEntry::EntryName' has a wrong offset!"); \ static_assert(offsetof(FBlackboardEntry, KeyType) == 0x000008, "Member 'FBlackboardEntry::KeyType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UBTNode \ static_assert(alignof(UBTNode) == 0x000008, "Wrong alignment on UBTNode"); \ static_assert(sizeof(UBTNode) == 0x000058, "Wrong size on UBTNode"); \ static_assert(offsetof(UBTNode, NodeName) == 0x000030, "Member 'UBTNode::NodeName' has a wrong offset!"); \ static_assert(offsetof(UBTNode, TreeAsset) == 0x000040, "Member 'UBTNode::TreeAsset' has a wrong offset!"); \ static_assert(offsetof(UBTNode, ParentNode) == 0x000048, "Member 'UBTNode::ParentNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTAuxiliaryNode \ static_assert(alignof(UBTAuxiliaryNode) == 0x000008, "Wrong alignment on UBTAuxiliaryNode"); \ static_assert(sizeof(UBTAuxiliaryNode) == 0x000060, "Wrong size on UBTAuxiliaryNode"); \ #define DUMPER7_ASSERTS_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_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) == 0x0000E8, "Wrong size on UAIPerceptionStimuliSourceComponent"); \ static_assert(offsetof(UAIPerceptionStimuliSourceComponent, RegisterAsSourceForSenses) == 0x0000D8, "Member 'UAIPerceptionStimuliSourceComponent::RegisterAsSourceForSenses' 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_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_UEnvQueryNode \ static_assert(alignof(UEnvQueryNode) == 0x000008, "Wrong alignment on UEnvQueryNode"); \ static_assert(sizeof(UEnvQueryNode) == 0x000030, "Wrong size on UEnvQueryNode"); \ static_assert(offsetof(UEnvQueryNode, VerNum) == 0x000028, "Member 'UEnvQueryNode::VerNum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator \ static_assert(alignof(UEnvQueryGenerator) == 0x000008, "Wrong alignment on UEnvQueryGenerator"); \ static_assert(sizeof(UEnvQueryGenerator) == 0x000050, "Wrong size on UEnvQueryGenerator"); \ static_assert(offsetof(UEnvQueryGenerator, OptionName) == 0x000030, "Member 'UEnvQueryGenerator::OptionName' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator, ItemType) == 0x000040, "Member 'UEnvQueryGenerator::ItemType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_ActorsOfClass \ static_assert(alignof(UEnvQueryGenerator_ActorsOfClass) == 0x000008, "Wrong alignment on UEnvQueryGenerator_ActorsOfClass"); \ static_assert(sizeof(UEnvQueryGenerator_ActorsOfClass) == 0x0000D0, "Wrong size on UEnvQueryGenerator_ActorsOfClass"); \ static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchedActorClass) == 0x000050, "Member 'UEnvQueryGenerator_ActorsOfClass::SearchedActorClass' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, GenerateOnlyActorsInRadius) == 0x000058, "Member 'UEnvQueryGenerator_ActorsOfClass::GenerateOnlyActorsInRadius' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchRadius) == 0x000090, "Member 'UEnvQueryGenerator_ActorsOfClass::SearchRadius' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_ActorsOfClass, SearchCenter) == 0x0000C8, "Member 'UEnvQueryGenerator_ActorsOfClass::SearchCenter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_IAISightTargetInterface \ static_assert(alignof(IAISightTargetInterface) == 0x000001, "Wrong alignment on IAISightTargetInterface"); \ static_assert(sizeof(IAISightTargetInterface) == 0x000001, "Wrong size on IAISightTargetInterface"); \ #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_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_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_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) == 0x000270, "Wrong size on UPathFollowingComponent"); \ static_assert(offsetof(UPathFollowingComponent, MovementComp) == 0x000108, "Member 'UPathFollowingComponent::MovementComp' has a wrong offset!"); \ static_assert(offsetof(UPathFollowingComponent, MyNavData) == 0x000118, "Member 'UPathFollowingComponent::MyNavData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense \ static_assert(alignof(UAISense) == 0x000008, "Wrong alignment on UAISense"); \ static_assert(sizeof(UAISense) == 0x000080, "Wrong size on UAISense"); \ static_assert(offsetof(UAISense, DefaultExpirationAge) == 0x000028, "Member 'UAISense::DefaultExpirationAge' has a wrong offset!"); \ static_assert(offsetof(UAISense, NotifyType) == 0x00002C, "Member 'UAISense::NotifyType' has a wrong offset!"); \ static_assert(offsetof(UAISense, PerceptionSystemInstance) == 0x000038, "Member 'UAISense::PerceptionSystemInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_AIBlueprintHelperLibrary_CreateMoveToProxyObject \ static_assert(alignof(AIBlueprintHelperLibrary_CreateMoveToProxyObject) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_CreateMoveToProxyObject"); \ static_assert(sizeof(AIBlueprintHelperLibrary_CreateMoveToProxyObject) == 0x000038, "Wrong size on AIBlueprintHelperLibrary_CreateMoveToProxyObject"); \ static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, WorldContextObject) == 0x000000, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, Pawn) == 0x000008, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::Pawn' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, Destination) == 0x000010, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::Destination' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, TargetActor) == 0x000020, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::TargetActor' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, AcceptanceRadius) == 0x000028, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, bStopOnOverlap) == 0x00002C, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::bStopOnOverlap' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_CreateMoveToProxyObject, ReturnValue) == 0x000030, "Member 'AIBlueprintHelperLibrary_CreateMoveToProxyObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetAIController \ static_assert(alignof(AIBlueprintHelperLibrary_GetAIController) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetAIController"); \ static_assert(sizeof(AIBlueprintHelperLibrary_GetAIController) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetAIController"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetAIController, ControlledActor) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetAIController::ControlledActor' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetAIController, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetAIController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetBlackboard \ static_assert(alignof(AIBlueprintHelperLibrary_GetBlackboard) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetBlackboard"); \ static_assert(sizeof(AIBlueprintHelperLibrary_GetBlackboard) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetBlackboard"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetBlackboard, Target) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetBlackboard::Target' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetBlackboard, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetBlackboard::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetCurrentPath \ static_assert(alignof(AIBlueprintHelperLibrary_GetCurrentPath) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetCurrentPath"); \ static_assert(sizeof(AIBlueprintHelperLibrary_GetCurrentPath) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetCurrentPath"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPath, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetCurrentPath::Controller' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPath, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetCurrentPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetCurrentPathIndex \ static_assert(alignof(AIBlueprintHelperLibrary_GetCurrentPathIndex) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetCurrentPathIndex"); \ static_assert(sizeof(AIBlueprintHelperLibrary_GetCurrentPathIndex) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetCurrentPathIndex"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathIndex, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetCurrentPathIndex::Controller' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathIndex, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetCurrentPathIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetCurrentPathPoints \ static_assert(alignof(AIBlueprintHelperLibrary_GetCurrentPathPoints) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetCurrentPathPoints"); \ static_assert(sizeof(AIBlueprintHelperLibrary_GetCurrentPathPoints) == 0x000018, "Wrong size on AIBlueprintHelperLibrary_GetCurrentPathPoints"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathPoints, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetCurrentPathPoints::Controller' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetCurrentPathPoints, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetCurrentPathPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetNextNavLinkIndex \ static_assert(alignof(AIBlueprintHelperLibrary_GetNextNavLinkIndex) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_GetNextNavLinkIndex"); \ static_assert(sizeof(AIBlueprintHelperLibrary_GetNextNavLinkIndex) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_GetNextNavLinkIndex"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetNextNavLinkIndex, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_GetNextNavLinkIndex::Controller' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_GetNextNavLinkIndex, ReturnValue) == 0x000008, "Member 'AIBlueprintHelperLibrary_GetNextNavLinkIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_IsValidAIDirection \ static_assert(alignof(AIBlueprintHelperLibrary_IsValidAIDirection) == 0x000004, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAIDirection"); \ static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAIDirection) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_IsValidAIDirection"); \ static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIDirection, DirectionVector) == 0x000000, "Member 'AIBlueprintHelperLibrary_IsValidAIDirection::DirectionVector' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIDirection, ReturnValue) == 0x00000C, "Member 'AIBlueprintHelperLibrary_IsValidAIDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_IsValidAILocation \ static_assert(alignof(AIBlueprintHelperLibrary_IsValidAILocation) == 0x000004, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAILocation"); \ static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAILocation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_IsValidAILocation"); \ static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAILocation, Location) == 0x000000, "Member 'AIBlueprintHelperLibrary_IsValidAILocation::Location' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAILocation, ReturnValue) == 0x00000C, "Member 'AIBlueprintHelperLibrary_IsValidAILocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_IsValidAIRotation \ static_assert(alignof(AIBlueprintHelperLibrary_IsValidAIRotation) == 0x000004, "Wrong alignment on AIBlueprintHelperLibrary_IsValidAIRotation"); \ static_assert(sizeof(AIBlueprintHelperLibrary_IsValidAIRotation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_IsValidAIRotation"); \ static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIRotation, Rotation) == 0x000000, "Member 'AIBlueprintHelperLibrary_IsValidAIRotation::Rotation' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_IsValidAIRotation, ReturnValue) == 0x00000C, "Member 'AIBlueprintHelperLibrary_IsValidAIRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_LockAIResourcesWithAnimation \ static_assert(alignof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_LockAIResourcesWithAnimation"); \ static_assert(sizeof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_LockAIResourcesWithAnimation"); \ static_assert(offsetof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation, AnimInstance) == 0x000000, "Member 'AIBlueprintHelperLibrary_LockAIResourcesWithAnimation::AnimInstance' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation, bLockMovement) == 0x000008, "Member 'AIBlueprintHelperLibrary_LockAIResourcesWithAnimation::bLockMovement' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_LockAIResourcesWithAnimation, LockAILogic) == 0x000009, "Member 'AIBlueprintHelperLibrary_LockAIResourcesWithAnimation::LockAILogic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SendAIMessage \ static_assert(alignof(AIBlueprintHelperLibrary_SendAIMessage) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SendAIMessage"); \ static_assert(sizeof(AIBlueprintHelperLibrary_SendAIMessage) == 0x000020, "Wrong size on AIBlueprintHelperLibrary_SendAIMessage"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SendAIMessage, Target) == 0x000000, "Member 'AIBlueprintHelperLibrary_SendAIMessage::Target' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SendAIMessage, Message) == 0x000008, "Member 'AIBlueprintHelperLibrary_SendAIMessage::Message' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SendAIMessage, MessageSource) == 0x000010, "Member 'AIBlueprintHelperLibrary_SendAIMessage::MessageSource' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SendAIMessage, bSuccess) == 0x000018, "Member 'AIBlueprintHelperLibrary_SendAIMessage::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SimpleMoveToActor \ static_assert(alignof(AIBlueprintHelperLibrary_SimpleMoveToActor) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SimpleMoveToActor"); \ static_assert(sizeof(AIBlueprintHelperLibrary_SimpleMoveToActor) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_SimpleMoveToActor"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToActor, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_SimpleMoveToActor::Controller' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToActor, Goal) == 0x000008, "Member 'AIBlueprintHelperLibrary_SimpleMoveToActor::Goal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SimpleMoveToLocation \ static_assert(alignof(AIBlueprintHelperLibrary_SimpleMoveToLocation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SimpleMoveToLocation"); \ static_assert(sizeof(AIBlueprintHelperLibrary_SimpleMoveToLocation) == 0x000018, "Wrong size on AIBlueprintHelperLibrary_SimpleMoveToLocation"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToLocation, Controller) == 0x000000, "Member 'AIBlueprintHelperLibrary_SimpleMoveToLocation::Controller' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToLocation, Goal) == 0x000008, "Member 'AIBlueprintHelperLibrary_SimpleMoveToLocation::Goal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SpawnAIFromClass \ static_assert(alignof(AIBlueprintHelperLibrary_SpawnAIFromClass) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_SpawnAIFromClass"); \ static_assert(sizeof(AIBlueprintHelperLibrary_SpawnAIFromClass) == 0x000048, "Wrong size on AIBlueprintHelperLibrary_SpawnAIFromClass"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, WorldContextObject) == 0x000000, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, PawnClass) == 0x000008, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::PawnClass' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, BehaviorTree) == 0x000010, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::BehaviorTree' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, Location) == 0x000018, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::Location' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, Rotation) == 0x000024, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::Rotation' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, bNoCollisionFail) == 0x000030, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::bNoCollisionFail' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, Owner) == 0x000038, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::Owner' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, ReturnValue) == 0x000040, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation \ static_assert(alignof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation"); \ static_assert(sizeof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation"); \ static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, AnimInstance) == 0x000000, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::AnimInstance' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, bUnlockMovement) == 0x000008, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::bUnlockMovement' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, UnlockAILogic) == 0x000009, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::UnlockAILogic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIBlueprintHelperLibrary \ static_assert(alignof(UAIBlueprintHelperLibrary) == 0x000008, "Wrong alignment on UAIBlueprintHelperLibrary"); \ static_assert(sizeof(UAIBlueprintHelperLibrary) == 0x000028, "Wrong size on UAIBlueprintHelperLibrary"); \ #define DUMPER7_ASSERTS_UAIDataProvider \ static_assert(alignof(UAIDataProvider) == 0x000008, "Wrong alignment on UAIDataProvider"); \ static_assert(sizeof(UAIDataProvider) == 0x000028, "Wrong size on UAIDataProvider"); \ #define DUMPER7_ASSERTS_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_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_IAIPerceptionListenerInterface \ static_assert(alignof(IAIPerceptionListenerInterface) == 0x000001, "Wrong alignment on IAIPerceptionListenerInterface"); \ static_assert(sizeof(IAIPerceptionListenerInterface) == 0x000001, "Wrong size on IAIPerceptionListenerInterface"); \ #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_UAISenseEvent \ static_assert(alignof(UAISenseEvent) == 0x000008, "Wrong alignment on UAISenseEvent"); \ static_assert(sizeof(UAISenseEvent) == 0x000028, "Wrong size on UAISenseEvent"); \ #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) == 0x000350, "Wrong size on AAIController"); \ static_assert(offsetof(AAIController, PathFollowingComponent) == 0x000300, "Member 'AAIController::PathFollowingComponent' has a wrong offset!"); \ static_assert(offsetof(AAIController, BrainComponent) == 0x000308, "Member 'AAIController::BrainComponent' has a wrong offset!"); \ static_assert(offsetof(AAIController, PerceptionComponent) == 0x000310, "Member 'AAIController::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(AAIController, ActionsComp) == 0x000318, "Member 'AAIController::ActionsComp' has a wrong offset!"); \ static_assert(offsetof(AAIController, Blackboard) == 0x000320, "Member 'AAIController::Blackboard' has a wrong offset!"); \ static_assert(offsetof(AAIController, CachedGameplayTasksComponent) == 0x000328, "Member 'AAIController::CachedGameplayTasksComponent' has a wrong offset!"); \ static_assert(offsetof(AAIController, DefaultNavigationFilterClass) == 0x000330, "Member 'AAIController::DefaultNavigationFilterClass' has a wrong offset!"); \ static_assert(offsetof(AAIController, ReceiveMoveCompleted) == 0x000338, "Member 'AAIController::ReceiveMoveCompleted' 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_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_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_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) == 0x0002B8, "Wrong size on UCrowdFollowingComponent"); \ static_assert(offsetof(UCrowdFollowingComponent, CrowdAgentMoveDirection) == 0x000288, "Member 'UCrowdFollowingComponent::CrowdAgentMoveDirection' 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_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_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_UBlackboardKeyType \ static_assert(alignof(UBlackboardKeyType) == 0x000008, "Wrong alignment on UBlackboardKeyType"); \ static_assert(sizeof(UBlackboardKeyType) == 0x000030, "Wrong size on UBlackboardKeyType"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Name \ static_assert(alignof(UBlackboardKeyType_Name) == 0x000008, "Wrong alignment on UBlackboardKeyType_Name"); \ static_assert(sizeof(UBlackboardKeyType_Name) == 0x000030, "Wrong size on UBlackboardKeyType_Name"); \ #define DUMPER7_ASSERTS_UEnvQueryContext \ static_assert(alignof(UEnvQueryContext) == 0x000008, "Wrong alignment on UEnvQueryContext"); \ static_assert(sizeof(UEnvQueryContext) == 0x000028, "Wrong size on UEnvQueryContext"); \ #define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_SetNamedParam \ static_assert(alignof(EnvQueryInstanceBlueprintWrapper_SetNamedParam) == 0x000004, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_SetNamedParam"); \ static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_SetNamedParam) == 0x00000C, "Wrong size on EnvQueryInstanceBlueprintWrapper_SetNamedParam"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_SetNamedParam, ParamName) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_SetNamedParam::ParamName' has a wrong offset!"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_SetNamedParam, Value) == 0x000008, "Member 'EnvQueryInstanceBlueprintWrapper_SetNamedParam::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetItemScore \ static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetItemScore) == 0x000004, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetItemScore"); \ static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetItemScore) == 0x000008, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetItemScore"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetItemScore, ItemIndex) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetItemScore::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetItemScore, ReturnValue) == 0x000004, "Member 'EnvQueryInstanceBlueprintWrapper_GetItemScore::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors \ static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors"); \ static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors) == 0x000018, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors, ResultActors) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors::ResultActors' has a wrong offset!"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors, ReturnValue) == 0x000010, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations \ static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations"); \ static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations) == 0x000018, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations, ResultLocations) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations::ResultLocations' has a wrong offset!"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations, ReturnValue) == 0x000010, "Member 'EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetResultsAsActors \ static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetResultsAsActors) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetResultsAsActors"); \ static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetResultsAsActors) == 0x000010, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetResultsAsActors"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetResultsAsActors, ReturnValue) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetResultsAsActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations \ static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations"); \ static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations) == 0x000010, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations, ReturnValue) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryInstanceBlueprintWrapper \ static_assert(alignof(UEnvQueryInstanceBlueprintWrapper) == 0x000008, "Wrong alignment on UEnvQueryInstanceBlueprintWrapper"); \ static_assert(sizeof(UEnvQueryInstanceBlueprintWrapper) == 0x000078, "Wrong size on UEnvQueryInstanceBlueprintWrapper"); \ static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, QueryID) == 0x000030, "Member 'UEnvQueryInstanceBlueprintWrapper::QueryID' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, ItemType) == 0x000058, "Member 'UEnvQueryInstanceBlueprintWrapper::ItemType' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, OptionIndex) == 0x000060, "Member 'UEnvQueryInstanceBlueprintWrapper::OptionIndex' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryInstanceBlueprintWrapper, OnQueryFinishedEvent) == 0x000068, "Member 'UEnvQueryInstanceBlueprintWrapper::OnQueryFinishedEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryItemType \ static_assert(alignof(UEnvQueryItemType) == 0x000008, "Wrong alignment on UEnvQueryItemType"); \ static_assert(sizeof(UEnvQueryItemType) == 0x000030, "Wrong size on UEnvQueryItemType"); \ #define DUMPER7_ASSERTS_IAIResourceInterface \ static_assert(alignof(IAIResourceInterface) == 0x000001, "Wrong alignment on IAIResourceInterface"); \ static_assert(sizeof(IAIResourceInterface) == 0x000001, "Wrong size on IAIResourceInterface"); \ #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) == 0x0001B0, "Wrong size on UAIPerceptionComponent"); \ static_assert(offsetof(UAIPerceptionComponent, SensesConfig) == 0x0000D0, "Member 'UAIPerceptionComponent::SensesConfig' has a wrong offset!"); \ static_assert(offsetof(UAIPerceptionComponent, DominantSense) == 0x0000E0, "Member 'UAIPerceptionComponent::DominantSense' has a wrong offset!"); \ static_assert(offsetof(UAIPerceptionComponent, AIOwner) == 0x0000F8, "Member 'UAIPerceptionComponent::AIOwner' has a wrong offset!"); \ static_assert(offsetof(UAIPerceptionComponent, OnPerceptionUpdated) == 0x000180, "Member 'UAIPerceptionComponent::OnPerceptionUpdated' has a wrong offset!"); \ static_assert(offsetof(UAIPerceptionComponent, OnTargetPerceptionUpdated) == 0x000190, "Member 'UAIPerceptionComponent::OnTargetPerceptionUpdated' has a wrong offset!"); \ static_assert(offsetof(UAIPerceptionComponent, OnTargetPerceptionInfoUpdated) == 0x0001A0, "Member 'UAIPerceptionComponent::OnTargetPerceptionInfoUpdated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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) == 0x000128, "Wrong size on UBrainComponent"); \ static_assert(offsetof(UBrainComponent, BlackboardComp) == 0x0000D8, "Member 'UBrainComponent::BlackboardComp' has a wrong offset!"); \ static_assert(offsetof(UBrainComponent, AIOwner) == 0x0000E0, "Member 'UBrainComponent::AIOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIResource_Movement \ static_assert(alignof(UAIResource_Movement) == 0x000008, "Wrong alignment on UAIResource_Movement"); \ static_assert(sizeof(UAIResource_Movement) == 0x000038, "Wrong size on UAIResource_Movement"); \ #define DUMPER7_ASSERTS_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_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) == 0x000018, "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!"); \ static_assert(offsetof(BehaviorTreeComponent_SetDynamicSubtree, ReturnValue) == 0x000010, "Member 'BehaviorTreeComponent_SetDynamicSubtree::ReturnValue' 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) == 0x0002B0, "Wrong size on UBehaviorTreeComponent"); \ static_assert(offsetof(UBehaviorTreeComponent, NodeInstances) == 0x000148, "Member 'UBehaviorTreeComponent::NodeInstances' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTreeComponent, DefaultBehaviorTreeAsset) == 0x000298, "Member 'UBehaviorTreeComponent::DefaultBehaviorTreeAsset' 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_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_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_UAIResource_Logic \ static_assert(alignof(UAIResource_Logic) == 0x000008, "Wrong alignment on UAIResource_Logic"); \ static_assert(sizeof(UAIResource_Logic) == 0x000038, "Wrong size on UAIResource_Logic"); \ #define DUMPER7_ASSERTS_AISense_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_UAISense_Sight \ static_assert(alignof(UAISense_Sight) == 0x000008, "Wrong alignment on UAISense_Sight"); \ static_assert(sizeof(UAISense_Sight) == 0x000170, "Wrong size on UAISense_Sight"); \ static_assert(offsetof(UAISense_Sight, MaxTracesPerTick) == 0x000148, "Member 'UAISense_Sight::MaxTracesPerTick' has a wrong offset!"); \ static_assert(offsetof(UAISense_Sight, MinQueriesPerTimeSliceCheck) == 0x00014C, "Member 'UAISense_Sight::MinQueriesPerTimeSliceCheck' has a wrong offset!"); \ static_assert(offsetof(UAISense_Sight, MaxTimeSlicePerTick) == 0x000150, "Member 'UAISense_Sight::MaxTimeSlicePerTick' has a wrong offset!"); \ static_assert(offsetof(UAISense_Sight, HighImportanceQueryDistanceThreshold) == 0x000158, "Member 'UAISense_Sight::HighImportanceQueryDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(UAISense_Sight, MaxQueryImportance) == 0x000160, "Member 'UAISense_Sight::MaxQueryImportance' has a wrong offset!"); \ static_assert(offsetof(UAISense_Sight, SightLimitQueryImportance) == 0x000164, "Member 'UAISense_Sight::SightLimitQueryImportance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_Touch \ static_assert(alignof(UAISense_Touch) == 0x000008, "Wrong alignment on UAISense_Touch"); \ static_assert(sizeof(UAISense_Touch) == 0x000090, "Wrong size on UAISense_Touch"); \ static_assert(offsetof(UAISense_Touch, RegisteredEvents) == 0x000080, "Member 'UAISense_Touch::RegisteredEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseBlueprintListener \ static_assert(alignof(UAISenseBlueprintListener) == 0x000008, "Wrong alignment on UAISenseBlueprintListener"); \ static_assert(sizeof(UAISenseBlueprintListener) == 0x000108, "Wrong size on UAISenseBlueprintListener"); \ #define DUMPER7_ASSERTS_UAISenseConfig_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_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_UAISystem \ static_assert(alignof(UAISystem) == 0x000008, "Wrong alignment on UAISystem"); \ static_assert(sizeof(UAISystem) == 0x000130, "Wrong size on UAISystem"); \ static_assert(offsetof(UAISystem, PerceptionSystemClassName) == 0x000058, "Member 'UAISystem::PerceptionSystemClassName' has a wrong offset!"); \ static_assert(offsetof(UAISystem, HotSpotManagerClassName) == 0x000070, "Member 'UAISystem::HotSpotManagerClassName' has a wrong offset!"); \ static_assert(offsetof(UAISystem, AcceptanceRadius) == 0x000088, "Member 'UAISystem::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(UAISystem, PathfollowingRegularPathPointAcceptanceRadius) == 0x00008C, "Member 'UAISystem::PathfollowingRegularPathPointAcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(UAISystem, PathfollowingNavLinkAcceptanceRadius) == 0x000090, "Member 'UAISystem::PathfollowingNavLinkAcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bFinishMoveOnGoalOverlap) == 0x000094, "Member 'UAISystem::bFinishMoveOnGoalOverlap' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bAcceptPartialPaths) == 0x000095, "Member 'UAISystem::bAcceptPartialPaths' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bAllowStrafing) == 0x000096, "Member 'UAISystem::bAllowStrafing' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bEnableBTAITasks) == 0x000097, "Member 'UAISystem::bEnableBTAITasks' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bAllowControllersAsEQSQuerier) == 0x000098, "Member 'UAISystem::bAllowControllersAsEQSQuerier' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bEnableDebuggerPlugin) == 0x000099, "Member 'UAISystem::bEnableDebuggerPlugin' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bForgetStaleActors) == 0x00009A, "Member 'UAISystem::bForgetStaleActors' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bAddBlackboardSelfKey) == 0x00009B, "Member 'UAISystem::bAddBlackboardSelfKey' has a wrong offset!"); \ static_assert(offsetof(UAISystem, DefaultSightCollisionChannel) == 0x00009C, "Member 'UAISystem::DefaultSightCollisionChannel' has a wrong offset!"); \ static_assert(offsetof(UAISystem, BehaviorTreeManager) == 0x0000A0, "Member 'UAISystem::BehaviorTreeManager' has a wrong offset!"); \ static_assert(offsetof(UAISystem, EnvironmentQueryManager) == 0x0000A8, "Member 'UAISystem::EnvironmentQueryManager' has a wrong offset!"); \ static_assert(offsetof(UAISystem, PerceptionSystem) == 0x0000B0, "Member 'UAISystem::PerceptionSystem' has a wrong offset!"); \ static_assert(offsetof(UAISystem, AllProxyObjects) == 0x0000B8, "Member 'UAISystem::AllProxyObjects' has a wrong offset!"); \ static_assert(offsetof(UAISystem, HotSpotManager) == 0x0000C8, "Member 'UAISystem::HotSpotManager' has a wrong offset!"); \ static_assert(offsetof(UAISystem, NavLocalGrids) == 0x0000D0, "Member 'UAISystem::NavLocalGrids' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAITask_LockLogic \ static_assert(alignof(UAITask_LockLogic) == 0x000008, "Wrong alignment on UAITask_LockLogic"); \ static_assert(sizeof(UAITask_LockLogic) == 0x000070, "Wrong size on UAITask_LockLogic"); \ #define DUMPER7_ASSERTS_AITask_MoveTo_AIMoveTo \ static_assert(alignof(AITask_MoveTo_AIMoveTo) == 0x000008, "Wrong alignment on AITask_MoveTo_AIMoveTo"); \ static_assert(sizeof(AITask_MoveTo_AIMoveTo) == 0x000038, "Wrong size on AITask_MoveTo_AIMoveTo"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, Controller) == 0x000000, "Member 'AITask_MoveTo_AIMoveTo::Controller' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, GoalLocation) == 0x000008, "Member 'AITask_MoveTo_AIMoveTo::GoalLocation' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, GoalActor) == 0x000018, "Member 'AITask_MoveTo_AIMoveTo::GoalActor' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, AcceptanceRadius) == 0x000020, "Member 'AITask_MoveTo_AIMoveTo::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, StopOnOverlap) == 0x000024, "Member 'AITask_MoveTo_AIMoveTo::StopOnOverlap' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, AcceptPartialPath) == 0x000025, "Member 'AITask_MoveTo_AIMoveTo::AcceptPartialPath' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, bUsePathfinding) == 0x000026, "Member 'AITask_MoveTo_AIMoveTo::bUsePathfinding' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, bLockAILogic) == 0x000027, "Member 'AITask_MoveTo_AIMoveTo::bLockAILogic' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, bUseContinuosGoalTracking) == 0x000028, "Member 'AITask_MoveTo_AIMoveTo::bUseContinuosGoalTracking' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, ProjectGoalOnNavigation) == 0x000029, "Member 'AITask_MoveTo_AIMoveTo::ProjectGoalOnNavigation' has a wrong offset!"); \ static_assert(offsetof(AITask_MoveTo_AIMoveTo, ReturnValue) == 0x000030, "Member 'AITask_MoveTo_AIMoveTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAITask_MoveTo \ static_assert(alignof(UAITask_MoveTo) == 0x000008, "Wrong alignment on UAITask_MoveTo"); \ static_assert(sizeof(UAITask_MoveTo) == 0x000110, "Wrong size on UAITask_MoveTo"); \ static_assert(offsetof(UAITask_MoveTo, OnRequestFailed) == 0x000070, "Member 'UAITask_MoveTo::OnRequestFailed' has a wrong offset!"); \ static_assert(offsetof(UAITask_MoveTo, OnMoveFinished) == 0x000080, "Member 'UAITask_MoveTo::OnMoveFinished' has a wrong offset!"); \ static_assert(offsetof(UAITask_MoveTo, MoveRequest) == 0x000090, "Member 'UAITask_MoveTo::MoveRequest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AITask_RunEQS_RunEQS \ static_assert(alignof(AITask_RunEQS_RunEQS) == 0x000008, "Wrong alignment on AITask_RunEQS_RunEQS"); \ static_assert(sizeof(AITask_RunEQS_RunEQS) == 0x000018, "Wrong size on AITask_RunEQS_RunEQS"); \ static_assert(offsetof(AITask_RunEQS_RunEQS, Controller) == 0x000000, "Member 'AITask_RunEQS_RunEQS::Controller' has a wrong offset!"); \ static_assert(offsetof(AITask_RunEQS_RunEQS, QueryTemplate) == 0x000008, "Member 'AITask_RunEQS_RunEQS::QueryTemplate' has a wrong offset!"); \ static_assert(offsetof(AITask_RunEQS_RunEQS, ReturnValue) == 0x000010, "Member 'AITask_RunEQS_RunEQS::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAITask_RunEQS \ static_assert(alignof(UAITask_RunEQS) == 0x000008, "Wrong alignment on UAITask_RunEQS"); \ static_assert(sizeof(UAITask_RunEQS) == 0x0000E8, "Wrong size on UAITask_RunEQS"); \ #define DUMPER7_ASSERTS_UBehaviorTree \ static_assert(alignof(UBehaviorTree) == 0x000008, "Wrong alignment on UBehaviorTree"); \ static_assert(sizeof(UBehaviorTree) == 0x000068, "Wrong size on UBehaviorTree"); \ static_assert(offsetof(UBehaviorTree, RootNode) == 0x000030, "Member 'UBehaviorTree::RootNode' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTree, BlackboardAsset) == 0x000038, "Member 'UBehaviorTree::BlackboardAsset' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTree, RootDecorators) == 0x000040, "Member 'UBehaviorTree::RootDecorators' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTree, RootDecoratorOps) == 0x000050, "Member 'UBehaviorTree::RootDecoratorOps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBehaviorTreeManager \ static_assert(alignof(UBehaviorTreeManager) == 0x000008, "Wrong alignment on UBehaviorTreeManager"); \ static_assert(sizeof(UBehaviorTreeManager) == 0x000050, "Wrong size on UBehaviorTreeManager"); \ static_assert(offsetof(UBehaviorTreeManager, MaxDebuggerSteps) == 0x000028, "Member 'UBehaviorTreeManager::MaxDebuggerSteps' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTreeManager, LoadedTemplates) == 0x000030, "Member 'UBehaviorTreeManager::LoadedTemplates' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTreeManager, ActiveComponents) == 0x000040, "Member 'UBehaviorTreeManager::ActiveComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBehaviorTreeTypes \ static_assert(alignof(UBehaviorTreeTypes) == 0x000008, "Wrong alignment on UBehaviorTreeTypes"); \ static_assert(sizeof(UBehaviorTreeTypes) == 0x000028, "Wrong size on UBehaviorTreeTypes"); \ #define DUMPER7_ASSERTS_BlackboardAssetProvider_GetBlackboardAsset \ static_assert(alignof(BlackboardAssetProvider_GetBlackboardAsset) == 0x000008, "Wrong alignment on BlackboardAssetProvider_GetBlackboardAsset"); \ static_assert(sizeof(BlackboardAssetProvider_GetBlackboardAsset) == 0x000008, "Wrong size on BlackboardAssetProvider_GetBlackboardAsset"); \ static_assert(offsetof(BlackboardAssetProvider_GetBlackboardAsset, ReturnValue) == 0x000000, "Member 'BlackboardAssetProvider_GetBlackboardAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBlackboardAssetProvider \ static_assert(alignof(IBlackboardAssetProvider) == 0x000001, "Wrong alignment on IBlackboardAssetProvider"); \ static_assert(sizeof(IBlackboardAssetProvider) == 0x000001, "Wrong size on IBlackboardAssetProvider"); \ #define DUMPER7_ASSERTS_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) == 0x0001E8, "Wrong size on UBlackboardComponent"); \ static_assert(offsetof(UBlackboardComponent, BrainComp) == 0x0000E0, "Member 'UBlackboardComponent::BrainComp' has a wrong offset!"); \ static_assert(offsetof(UBlackboardComponent, DefaultBlackboardAsset) == 0x0000E8, "Member 'UBlackboardComponent::DefaultBlackboardAsset' has a wrong offset!"); \ static_assert(offsetof(UBlackboardComponent, BlackboardAsset) == 0x0000F0, "Member 'UBlackboardComponent::BlackboardAsset' has a wrong offset!"); \ static_assert(offsetof(UBlackboardComponent, KeyInstances) == 0x000118, "Member 'UBlackboardComponent::KeyInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlackboardData \ static_assert(alignof(UBlackboardData) == 0x000008, "Wrong alignment on UBlackboardData"); \ static_assert(sizeof(UBlackboardData) == 0x000050, "Wrong size on UBlackboardData"); \ static_assert(offsetof(UBlackboardData, Parent) == 0x000030, "Member 'UBlackboardData::Parent' has a wrong offset!"); \ static_assert(offsetof(UBlackboardData, Keys) == 0x000038, "Member 'UBlackboardData::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Bool \ static_assert(alignof(UBlackboardKeyType_Bool) == 0x000008, "Wrong alignment on UBlackboardKeyType_Bool"); \ static_assert(sizeof(UBlackboardKeyType_Bool) == 0x000030, "Wrong size on UBlackboardKeyType_Bool"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Class \ static_assert(alignof(UBlackboardKeyType_Class) == 0x000008, "Wrong alignment on UBlackboardKeyType_Class"); \ static_assert(sizeof(UBlackboardKeyType_Class) == 0x000038, "Wrong size on UBlackboardKeyType_Class"); \ static_assert(offsetof(UBlackboardKeyType_Class, BaseClass) == 0x000030, "Member 'UBlackboardKeyType_Class::BaseClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Enum \ static_assert(alignof(UBlackboardKeyType_Enum) == 0x000008, "Wrong alignment on UBlackboardKeyType_Enum"); \ static_assert(sizeof(UBlackboardKeyType_Enum) == 0x000050, "Wrong size on UBlackboardKeyType_Enum"); \ static_assert(offsetof(UBlackboardKeyType_Enum, EnumType) == 0x000030, "Member 'UBlackboardKeyType_Enum::EnumType' has a wrong offset!"); \ static_assert(offsetof(UBlackboardKeyType_Enum, EnumName) == 0x000038, "Member 'UBlackboardKeyType_Enum::EnumName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_UBTComposite_Selector \ static_assert(alignof(UBTComposite_Selector) == 0x000008, "Wrong alignment on UBTComposite_Selector"); \ static_assert(sizeof(UBTComposite_Selector) == 0x000090, "Wrong size on UBTComposite_Selector"); \ #define DUMPER7_ASSERTS_UBTComposite_Sequence \ static_assert(alignof(UBTComposite_Sequence) == 0x000008, "Wrong alignment on UBTComposite_Sequence"); \ static_assert(sizeof(UBTComposite_Sequence) == 0x000090, "Wrong size on UBTComposite_Sequence"); \ #define DUMPER7_ASSERTS_UBTComposite_SimpleParallel \ static_assert(alignof(UBTComposite_SimpleParallel) == 0x000008, "Wrong alignment on UBTComposite_SimpleParallel"); \ static_assert(sizeof(UBTComposite_SimpleParallel) == 0x000098, "Wrong size on UBTComposite_SimpleParallel"); \ static_assert(offsetof(UBTComposite_SimpleParallel, FinishMode) == 0x000090, "Member 'UBTComposite_SimpleParallel::FinishMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_BlackboardBase \ static_assert(alignof(UBTDecorator_BlackboardBase) == 0x000008, "Wrong alignment on UBTDecorator_BlackboardBase"); \ static_assert(sizeof(UBTDecorator_BlackboardBase) == 0x000090, "Wrong size on UBTDecorator_BlackboardBase"); \ static_assert(offsetof(UBTDecorator_BlackboardBase, BlackboardKey) == 0x000068, "Member 'UBTDecorator_BlackboardBase::BlackboardKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_Blackboard \ static_assert(alignof(UBTDecorator_Blackboard) == 0x000008, "Wrong alignment on UBTDecorator_Blackboard"); \ static_assert(sizeof(UBTDecorator_Blackboard) == 0x0000C0, "Wrong size on UBTDecorator_Blackboard"); \ static_assert(offsetof(UBTDecorator_Blackboard, IntValue) == 0x000090, "Member 'UBTDecorator_Blackboard::IntValue' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Blackboard, FloatValue) == 0x000094, "Member 'UBTDecorator_Blackboard::FloatValue' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Blackboard, StringValue) == 0x000098, "Member 'UBTDecorator_Blackboard::StringValue' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Blackboard, CachedDescription) == 0x0000A8, "Member 'UBTDecorator_Blackboard::CachedDescription' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Blackboard, OperationType) == 0x0000B8, "Member 'UBTDecorator_Blackboard::OperationType' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Blackboard, NotifyObserver) == 0x0000B9, "Member 'UBTDecorator_Blackboard::NotifyObserver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_PerformConditionCheck \ static_assert(alignof(BTDecorator_BlueprintBase_PerformConditionCheck) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_PerformConditionCheck"); \ static_assert(sizeof(BTDecorator_BlueprintBase_PerformConditionCheck) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_PerformConditionCheck"); \ static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheck, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_PerformConditionCheck::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheck, ReturnValue) == 0x000008, "Member 'BTDecorator_BlueprintBase_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_PerformConditionCheckAI \ static_assert(alignof(BTDecorator_BlueprintBase_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_PerformConditionCheckAI"); \ static_assert(sizeof(BTDecorator_BlueprintBase_PerformConditionCheckAI) == 0x000018, "Wrong size on BTDecorator_BlueprintBase_PerformConditionCheckAI"); \ static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTDecorator_BlueprintBase_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionFinish \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveExecutionFinish) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveExecutionFinish"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveExecutionFinish) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveExecutionFinish"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinish, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinish::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinish, NodeResult) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinish::NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionFinishAI \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveExecutionFinishAI"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI) == 0x000018, "Wrong size on BTDecorator_BlueprintBase_ReceiveExecutionFinishAI"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinishAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinishAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionFinishAI, NodeResult) == 0x000010, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionFinishAI::NodeResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionStart \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveExecutionStart) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveExecutionStart"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveExecutionStart) == 0x000008, "Wrong size on BTDecorator_BlueprintBase_ReceiveExecutionStart"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionStart, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionStart::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionStartAI \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveExecutionStartAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveExecutionStartAI"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveExecutionStartAI) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveExecutionStartAI"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionStartAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionStartAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveExecutionStartAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveExecutionStartAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverActivated \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveObserverActivated) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveObserverActivated"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveObserverActivated) == 0x000008, "Wrong size on BTDecorator_BlueprintBase_ReceiveObserverActivated"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverActivated, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveObserverActivated::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverActivatedAI \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveObserverActivatedAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveObserverActivatedAI"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveObserverActivatedAI) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveObserverActivatedAI"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverActivatedAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveObserverActivatedAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverActivatedAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveObserverActivatedAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverDeactivated \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveObserverDeactivated) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveObserverDeactivated"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveObserverDeactivated) == 0x000008, "Wrong size on BTDecorator_BlueprintBase_ReceiveObserverDeactivated"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverDeactivated, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveObserverDeactivated::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveTick \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveTick"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveTick) == 0x000010, "Wrong size on BTDecorator_BlueprintBase_ReceiveTick"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveTickAI \ static_assert(alignof(BTDecorator_BlueprintBase_ReceiveTickAI) == 0x000008, "Wrong alignment on BTDecorator_BlueprintBase_ReceiveTickAI"); \ static_assert(sizeof(BTDecorator_BlueprintBase_ReceiveTickAI) == 0x000018, "Wrong size on BTDecorator_BlueprintBase_ReceiveTickAI"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTDecorator_BlueprintBase_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTDecorator_BlueprintBase_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTDecorator_BlueprintBase_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTDecorator_BlueprintBase_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_IsDecoratorExecutionActive \ static_assert(alignof(BTDecorator_BlueprintBase_IsDecoratorExecutionActive) == 0x000001, "Wrong alignment on BTDecorator_BlueprintBase_IsDecoratorExecutionActive"); \ static_assert(sizeof(BTDecorator_BlueprintBase_IsDecoratorExecutionActive) == 0x000001, "Wrong size on BTDecorator_BlueprintBase_IsDecoratorExecutionActive"); \ static_assert(offsetof(BTDecorator_BlueprintBase_IsDecoratorExecutionActive, ReturnValue) == 0x000000, "Member 'BTDecorator_BlueprintBase_IsDecoratorExecutionActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTDecorator_BlueprintBase_IsDecoratorObserverActive \ static_assert(alignof(BTDecorator_BlueprintBase_IsDecoratorObserverActive) == 0x000001, "Wrong alignment on BTDecorator_BlueprintBase_IsDecoratorObserverActive"); \ static_assert(sizeof(BTDecorator_BlueprintBase_IsDecoratorObserverActive) == 0x000001, "Wrong size on BTDecorator_BlueprintBase_IsDecoratorObserverActive"); \ static_assert(offsetof(BTDecorator_BlueprintBase_IsDecoratorObserverActive, ReturnValue) == 0x000000, "Member 'BTDecorator_BlueprintBase_IsDecoratorObserverActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_BlueprintBase \ static_assert(alignof(UBTDecorator_BlueprintBase) == 0x000008, "Wrong alignment on UBTDecorator_BlueprintBase"); \ static_assert(sizeof(UBTDecorator_BlueprintBase) == 0x0000A0, "Wrong size on UBTDecorator_BlueprintBase"); \ static_assert(offsetof(UBTDecorator_BlueprintBase, AIOwner) == 0x000068, "Member 'UBTDecorator_BlueprintBase::AIOwner' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_BlueprintBase, ActorOwner) == 0x000070, "Member 'UBTDecorator_BlueprintBase::ActorOwner' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_BlueprintBase, ObservedKeyNames) == 0x000078, "Member 'UBTDecorator_BlueprintBase::ObservedKeyNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_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_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_BTTask_BlueprintBase_FinishExecute \ static_assert(alignof(BTTask_BlueprintBase_FinishExecute) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_FinishExecute"); \ static_assert(sizeof(BTTask_BlueprintBase_FinishExecute) == 0x000001, "Wrong size on BTTask_BlueprintBase_FinishExecute"); \ static_assert(offsetof(BTTask_BlueprintBase_FinishExecute, bSuccess) == 0x000000, "Member 'BTTask_BlueprintBase_FinishExecute::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveAbort \ static_assert(alignof(BTTask_BlueprintBase_ReceiveAbort) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveAbort"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveAbort) == 0x000008, "Wrong size on BTTask_BlueprintBase_ReceiveAbort"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbort, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveAbort::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveAbortAI \ static_assert(alignof(BTTask_BlueprintBase_ReceiveAbortAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveAbortAI"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveAbortAI) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveAbortAI"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbortAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveAbortAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbortAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveAbortAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveExecute \ static_assert(alignof(BTTask_BlueprintBase_ReceiveExecute) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveExecute"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveExecute) == 0x000008, "Wrong size on BTTask_BlueprintBase_ReceiveExecute"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveExecuteAI \ static_assert(alignof(BTTask_BlueprintBase_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveExecuteAI"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveExecuteAI) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveExecuteAI"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveTick \ static_assert(alignof(BTTask_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveTick"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveTick) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveTick"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveTickAI \ static_assert(alignof(BTTask_BlueprintBase_ReceiveTickAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveTickAI"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveTickAI) == 0x000018, "Wrong size on BTTask_BlueprintBase_ReceiveTickAI"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTTask_BlueprintBase_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_SetFinishOnMessage \ static_assert(alignof(BTTask_BlueprintBase_SetFinishOnMessage) == 0x000004, "Wrong alignment on BTTask_BlueprintBase_SetFinishOnMessage"); \ static_assert(sizeof(BTTask_BlueprintBase_SetFinishOnMessage) == 0x000008, "Wrong size on BTTask_BlueprintBase_SetFinishOnMessage"); \ static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessage, MessageName) == 0x000000, "Member 'BTTask_BlueprintBase_SetFinishOnMessage::MessageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_SetFinishOnMessageWithId \ static_assert(alignof(BTTask_BlueprintBase_SetFinishOnMessageWithId) == 0x000004, "Wrong alignment on BTTask_BlueprintBase_SetFinishOnMessageWithId"); \ static_assert(sizeof(BTTask_BlueprintBase_SetFinishOnMessageWithId) == 0x00000C, "Wrong size on BTTask_BlueprintBase_SetFinishOnMessageWithId"); \ static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessageWithId, MessageName) == 0x000000, "Member 'BTTask_BlueprintBase_SetFinishOnMessageWithId::MessageName' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessageWithId, RequestID) == 0x000008, "Member 'BTTask_BlueprintBase_SetFinishOnMessageWithId::RequestID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_IsTaskAborting \ static_assert(alignof(BTTask_BlueprintBase_IsTaskAborting) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_IsTaskAborting"); \ static_assert(sizeof(BTTask_BlueprintBase_IsTaskAborting) == 0x000001, "Wrong size on BTTask_BlueprintBase_IsTaskAborting"); \ static_assert(offsetof(BTTask_BlueprintBase_IsTaskAborting, ReturnValue) == 0x000000, "Member 'BTTask_BlueprintBase_IsTaskAborting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_IsTaskExecuting \ static_assert(alignof(BTTask_BlueprintBase_IsTaskExecuting) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_IsTaskExecuting"); \ static_assert(sizeof(BTTask_BlueprintBase_IsTaskExecuting) == 0x000001, "Wrong size on BTTask_BlueprintBase_IsTaskExecuting"); \ static_assert(offsetof(BTTask_BlueprintBase_IsTaskExecuting, ReturnValue) == 0x000000, "Member 'BTTask_BlueprintBase_IsTaskExecuting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_BlueprintBase \ static_assert(alignof(UBTTask_BlueprintBase) == 0x000008, "Wrong alignment on UBTTask_BlueprintBase"); \ static_assert(sizeof(UBTTask_BlueprintBase) == 0x0000A8, "Wrong size on UBTTask_BlueprintBase"); \ static_assert(offsetof(UBTTask_BlueprintBase, AIOwner) == 0x000070, "Member 'UBTTask_BlueprintBase::AIOwner' has a wrong offset!"); \ static_assert(offsetof(UBTTask_BlueprintBase, ActorOwner) == 0x000078, "Member 'UBTTask_BlueprintBase::ActorOwner' has a wrong offset!"); \ static_assert(offsetof(UBTTask_BlueprintBase, TickInterval) == 0x000080, "Member 'UBTTask_BlueprintBase::TickInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_FinishWithResult \ static_assert(alignof(UBTTask_FinishWithResult) == 0x000008, "Wrong alignment on UBTTask_FinishWithResult"); \ static_assert(sizeof(UBTTask_FinishWithResult) == 0x000078, "Wrong size on UBTTask_FinishWithResult"); \ static_assert(offsetof(UBTTask_FinishWithResult, Result) == 0x000070, "Member 'UBTTask_FinishWithResult::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_GameplayTaskBase \ static_assert(alignof(UBTTask_GameplayTaskBase) == 0x000008, "Wrong alignment on UBTTask_GameplayTaskBase"); \ static_assert(sizeof(UBTTask_GameplayTaskBase) == 0x000078, "Wrong size on UBTTask_GameplayTaskBase"); \ #define DUMPER7_ASSERTS_UBTTask_MakeNoise \ static_assert(alignof(UBTTask_MakeNoise) == 0x000008, "Wrong alignment on UBTTask_MakeNoise"); \ static_assert(sizeof(UBTTask_MakeNoise) == 0x000078, "Wrong size on UBTTask_MakeNoise"); \ static_assert(offsetof(UBTTask_MakeNoise, Loudnes) == 0x000070, "Member 'UBTTask_MakeNoise::Loudnes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_MoveDirectlyToward \ static_assert(alignof(UBTTask_MoveDirectlyToward) == 0x000008, "Wrong alignment on UBTTask_MoveDirectlyToward"); \ static_assert(sizeof(UBTTask_MoveDirectlyToward) == 0x0000B8, "Wrong size on UBTTask_MoveDirectlyToward"); \ #define DUMPER7_ASSERTS_UBTTask_PawnActionBase \ static_assert(alignof(UBTTask_PawnActionBase) == 0x000008, "Wrong alignment on UBTTask_PawnActionBase"); \ static_assert(sizeof(UBTTask_PawnActionBase) == 0x000070, "Wrong size on UBTTask_PawnActionBase"); \ #define DUMPER7_ASSERTS_UBTTask_PlayAnimation \ static_assert(alignof(UBTTask_PlayAnimation) == 0x000008, "Wrong alignment on UBTTask_PlayAnimation"); \ static_assert(sizeof(UBTTask_PlayAnimation) == 0x0000B0, "Wrong size on UBTTask_PlayAnimation"); \ static_assert(offsetof(UBTTask_PlayAnimation, AnimationToPlay) == 0x000070, "Member 'UBTTask_PlayAnimation::AnimationToPlay' has a wrong offset!"); \ static_assert(offsetof(UBTTask_PlayAnimation, MyOwnerComp) == 0x000080, "Member 'UBTTask_PlayAnimation::MyOwnerComp' has a wrong offset!"); \ static_assert(offsetof(UBTTask_PlayAnimation, CachedSkelMesh) == 0x000088, "Member 'UBTTask_PlayAnimation::CachedSkelMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_PlaySound \ static_assert(alignof(UBTTask_PlaySound) == 0x000008, "Wrong alignment on UBTTask_PlaySound"); \ static_assert(sizeof(UBTTask_PlaySound) == 0x000078, "Wrong size on UBTTask_PlaySound"); \ static_assert(offsetof(UBTTask_PlaySound, SoundToPlay) == 0x000070, "Member 'UBTTask_PlaySound::SoundToPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_PushPawnAction \ static_assert(alignof(UBTTask_PushPawnAction) == 0x000008, "Wrong alignment on UBTTask_PushPawnAction"); \ static_assert(sizeof(UBTTask_PushPawnAction) == 0x000078, "Wrong size on UBTTask_PushPawnAction"); \ static_assert(offsetof(UBTTask_PushPawnAction, Action) == 0x000070, "Member 'UBTTask_PushPawnAction::Action' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_RotateToFaceBBEntry \ static_assert(alignof(UBTTask_RotateToFaceBBEntry) == 0x000008, "Wrong alignment on UBTTask_RotateToFaceBBEntry"); \ static_assert(sizeof(UBTTask_RotateToFaceBBEntry) == 0x0000A0, "Wrong size on UBTTask_RotateToFaceBBEntry"); \ static_assert(offsetof(UBTTask_RotateToFaceBBEntry, Precision) == 0x000098, "Member 'UBTTask_RotateToFaceBBEntry::Precision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_RunBehavior \ static_assert(alignof(UBTTask_RunBehavior) == 0x000008, "Wrong alignment on UBTTask_RunBehavior"); \ static_assert(sizeof(UBTTask_RunBehavior) == 0x000078, "Wrong size on UBTTask_RunBehavior"); \ static_assert(offsetof(UBTTask_RunBehavior, BehaviorAsset) == 0x000070, "Member 'UBTTask_RunBehavior::BehaviorAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_RunBehaviorDynamic \ static_assert(alignof(UBTTask_RunBehaviorDynamic) == 0x000008, "Wrong alignment on UBTTask_RunBehaviorDynamic"); \ static_assert(sizeof(UBTTask_RunBehaviorDynamic) == 0x000088, "Wrong size on UBTTask_RunBehaviorDynamic"); \ static_assert(offsetof(UBTTask_RunBehaviorDynamic, InjectionTag) == 0x000070, "Member 'UBTTask_RunBehaviorDynamic::InjectionTag' has a wrong offset!"); \ static_assert(offsetof(UBTTask_RunBehaviorDynamic, DefaultBehaviorAsset) == 0x000078, "Member 'UBTTask_RunBehaviorDynamic::DefaultBehaviorAsset' has a wrong offset!"); \ static_assert(offsetof(UBTTask_RunBehaviorDynamic, BehaviorAsset) == 0x000080, "Member 'UBTTask_RunBehaviorDynamic::BehaviorAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_RunEQSQuery \ static_assert(alignof(UBTTask_RunEQSQuery) == 0x000008, "Wrong alignment on UBTTask_RunEQSQuery"); \ static_assert(sizeof(UBTTask_RunEQSQuery) == 0x000150, "Wrong size on UBTTask_RunEQSQuery"); \ static_assert(offsetof(UBTTask_RunEQSQuery, QueryTemplate) == 0x000098, "Member 'UBTTask_RunEQSQuery::QueryTemplate' has a wrong offset!"); \ static_assert(offsetof(UBTTask_RunEQSQuery, QueryParams) == 0x0000A0, "Member 'UBTTask_RunEQSQuery::QueryParams' has a wrong offset!"); \ static_assert(offsetof(UBTTask_RunEQSQuery, QueryConfig) == 0x0000B0, "Member 'UBTTask_RunEQSQuery::QueryConfig' has a wrong offset!"); \ static_assert(offsetof(UBTTask_RunEQSQuery, RunMode) == 0x0000C0, "Member 'UBTTask_RunEQSQuery::RunMode' has a wrong offset!"); \ static_assert(offsetof(UBTTask_RunEQSQuery, EQSQueryBlackboardKey) == 0x0000C8, "Member 'UBTTask_RunEQSQuery::EQSQueryBlackboardKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_RunEQSQuery, bUseBBKey) == 0x0000F0, "Member 'UBTTask_RunEQSQuery::bUseBBKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_RunEQSQuery, EQSRequest) == 0x0000F8, "Member 'UBTTask_RunEQSQuery::EQSRequest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICrowdAgentInterface \ static_assert(alignof(ICrowdAgentInterface) == 0x000001, "Wrong alignment on ICrowdAgentInterface"); \ static_assert(sizeof(ICrowdAgentInterface) == 0x000001, "Wrong size on ICrowdAgentInterface"); \ #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) == 0x000350, "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_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_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_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_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) == 0x0004C0, "Wrong size on UEQSRenderingComponent"); \ #define DUMPER7_ASSERTS_AEQSTestingPawn \ static_assert(alignof(AEQSTestingPawn) == 0x000010, "Wrong alignment on AEQSTestingPawn"); \ static_assert(sizeof(AEQSTestingPawn) == 0x000570, "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, TimeLimitPerStep) == 0x000508, "Member 'AEQSTestingPawn::TimeLimitPerStep' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, StepToDebugDraw) == 0x00050C, "Member 'AEQSTestingPawn::StepToDebugDraw' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, HighlightMode) == 0x000510, "Member 'AEQSTestingPawn::HighlightMode' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, QueryingMode) == 0x000518, "Member 'AEQSTestingPawn::QueryingMode' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, NavAgentProperties) == 0x000520, "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) == 0x000350, "Wrong size on AGridPathAIController"); \ #define DUMPER7_ASSERTS_UGridPathFollowingComponent \ static_assert(alignof(UGridPathFollowingComponent) == 0x000008, "Wrong alignment on UGridPathFollowingComponent"); \ static_assert(sizeof(UGridPathFollowingComponent) == 0x0002A0, "Wrong size on UGridPathFollowingComponent"); \ static_assert(offsetof(UGridPathFollowingComponent, GridManager) == 0x000270, "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_NavLinkProxy_ReceiveSmartLinkReached \ static_assert(alignof(NavLinkProxy_ReceiveSmartLinkReached) == 0x000008, "Wrong alignment on NavLinkProxy_ReceiveSmartLinkReached"); \ static_assert(sizeof(NavLinkProxy_ReceiveSmartLinkReached) == 0x000018, "Wrong size on NavLinkProxy_ReceiveSmartLinkReached"); \ static_assert(offsetof(NavLinkProxy_ReceiveSmartLinkReached, Agent) == 0x000000, "Member 'NavLinkProxy_ReceiveSmartLinkReached::Agent' has a wrong offset!"); \ static_assert(offsetof(NavLinkProxy_ReceiveSmartLinkReached, Destination) == 0x000008, "Member 'NavLinkProxy_ReceiveSmartLinkReached::Destination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLinkProxy_ResumePathFollowing \ static_assert(alignof(NavLinkProxy_ResumePathFollowing) == 0x000008, "Wrong alignment on NavLinkProxy_ResumePathFollowing"); \ static_assert(sizeof(NavLinkProxy_ResumePathFollowing) == 0x000008, "Wrong size on NavLinkProxy_ResumePathFollowing"); \ static_assert(offsetof(NavLinkProxy_ResumePathFollowing, Agent) == 0x000000, "Member 'NavLinkProxy_ResumePathFollowing::Agent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLinkProxy_SetSmartLinkEnabled \ static_assert(alignof(NavLinkProxy_SetSmartLinkEnabled) == 0x000001, "Wrong alignment on NavLinkProxy_SetSmartLinkEnabled"); \ static_assert(sizeof(NavLinkProxy_SetSmartLinkEnabled) == 0x000001, "Wrong size on NavLinkProxy_SetSmartLinkEnabled"); \ static_assert(offsetof(NavLinkProxy_SetSmartLinkEnabled, bEnabled) == 0x000000, "Member 'NavLinkProxy_SetSmartLinkEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLinkProxy_HasMovingAgents \ static_assert(alignof(NavLinkProxy_HasMovingAgents) == 0x000001, "Wrong alignment on NavLinkProxy_HasMovingAgents"); \ static_assert(sizeof(NavLinkProxy_HasMovingAgents) == 0x000001, "Wrong size on NavLinkProxy_HasMovingAgents"); \ static_assert(offsetof(NavLinkProxy_HasMovingAgents, ReturnValue) == 0x000000, "Member 'NavLinkProxy_HasMovingAgents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLinkProxy_IsSmartLinkEnabled \ static_assert(alignof(NavLinkProxy_IsSmartLinkEnabled) == 0x000001, "Wrong alignment on NavLinkProxy_IsSmartLinkEnabled"); \ static_assert(sizeof(NavLinkProxy_IsSmartLinkEnabled) == 0x000001, "Wrong size on NavLinkProxy_IsSmartLinkEnabled"); \ static_assert(offsetof(NavLinkProxy_IsSmartLinkEnabled, ReturnValue) == 0x000000, "Member 'NavLinkProxy_IsSmartLinkEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANavLinkProxy \ static_assert(alignof(ANavLinkProxy) == 0x000008, "Wrong alignment on ANavLinkProxy"); \ static_assert(sizeof(ANavLinkProxy) == 0x000298, "Wrong size on ANavLinkProxy"); \ static_assert(offsetof(ANavLinkProxy, PointLinks) == 0x000258, "Member 'ANavLinkProxy::PointLinks' has a wrong offset!"); \ static_assert(offsetof(ANavLinkProxy, SegmentLinks) == 0x000268, "Member 'ANavLinkProxy::SegmentLinks' has a wrong offset!"); \ static_assert(offsetof(ANavLinkProxy, SmartLinkComp) == 0x000278, "Member 'ANavLinkProxy::SmartLinkComp' has a wrong offset!"); \ static_assert(offsetof(ANavLinkProxy, bSmartLinkIsRelevant) == 0x000280, "Member 'ANavLinkProxy::bSmartLinkIsRelevant' has a wrong offset!"); \ static_assert(offsetof(ANavLinkProxy, OnSmartLinkReached) == 0x000288, "Member 'ANavLinkProxy::OnSmartLinkReached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForBox \ static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForBox) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForBox"); \ static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForBox) == 0x000040, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForBox"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Location) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Location' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Extent) == 0x000014, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Extent' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Rotation) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Rotation' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Radius2D) == 0x00002C, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Radius2D' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Height) == 0x000030, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Height' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, bRebuildGrids) == 0x000034, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::bRebuildGrids' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, ReturnValue) == 0x000038, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForCapsule \ static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForCapsule) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForCapsule"); \ static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForCapsule) == 0x000030, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForCapsule"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, Location) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::Location' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, CapsuleRadius) == 0x000014, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::CapsuleRadius' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, CapsuleHalfHeight) == 0x000018, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::CapsuleHalfHeight' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, Radius2D) == 0x00001C, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::Radius2D' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, Height) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::Height' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, bRebuildGrids) == 0x000024, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::bRebuildGrids' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, ReturnValue) == 0x000028, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForPoint \ static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForPoint) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForPoint"); \ static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForPoint) == 0x000028, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForPoint"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, Location) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::Location' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, Radius2D) == 0x000014, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::Radius2D' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, Height) == 0x000018, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::Height' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, bRebuildGrids) == 0x00001C, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::bRebuildGrids' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, ReturnValue) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForPoints \ static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForPoints) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForPoints"); \ static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForPoints) == 0x000028, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForPoints"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, Locations) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::Locations' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, Radius2D) == 0x000018, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::Radius2D' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, Height) == 0x00001C, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::Height' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, bRebuildGrids) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::bRebuildGrids' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, ReturnValue) == 0x000024, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_FindLocalNavigationGridPath \ static_assert(alignof(NavLocalGridManager_FindLocalNavigationGridPath) == 0x000008, "Wrong alignment on NavLocalGridManager_FindLocalNavigationGridPath"); \ static_assert(sizeof(NavLocalGridManager_FindLocalNavigationGridPath) == 0x000038, "Wrong size on NavLocalGridManager_FindLocalNavigationGridPath"); \ static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, Start) == 0x000008, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::Start' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, End) == 0x000014, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::End' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, PathPoints) == 0x000020, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::PathPoints' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, ReturnValue) == 0x000030, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_RemoveLocalNavigationGrid \ static_assert(alignof(NavLocalGridManager_RemoveLocalNavigationGrid) == 0x000008, "Wrong alignment on NavLocalGridManager_RemoveLocalNavigationGrid"); \ static_assert(sizeof(NavLocalGridManager_RemoveLocalNavigationGrid) == 0x000010, "Wrong size on NavLocalGridManager_RemoveLocalNavigationGrid"); \ static_assert(offsetof(NavLocalGridManager_RemoveLocalNavigationGrid, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_RemoveLocalNavigationGrid::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_RemoveLocalNavigationGrid, GridId) == 0x000008, "Member 'NavLocalGridManager_RemoveLocalNavigationGrid::GridId' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_RemoveLocalNavigationGrid, bRebuildGrids) == 0x00000C, "Member 'NavLocalGridManager_RemoveLocalNavigationGrid::bRebuildGrids' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_SetLocalNavigationGridDensity \ static_assert(alignof(NavLocalGridManager_SetLocalNavigationGridDensity) == 0x000008, "Wrong alignment on NavLocalGridManager_SetLocalNavigationGridDensity"); \ static_assert(sizeof(NavLocalGridManager_SetLocalNavigationGridDensity) == 0x000010, "Wrong size on NavLocalGridManager_SetLocalNavigationGridDensity"); \ static_assert(offsetof(NavLocalGridManager_SetLocalNavigationGridDensity, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_SetLocalNavigationGridDensity::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_SetLocalNavigationGridDensity, CellSize) == 0x000008, "Member 'NavLocalGridManager_SetLocalNavigationGridDensity::CellSize' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_SetLocalNavigationGridDensity, ReturnValue) == 0x00000C, "Member 'NavLocalGridManager_SetLocalNavigationGridDensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavLocalGridManager \ static_assert(alignof(UNavLocalGridManager) == 0x000008, "Wrong alignment on UNavLocalGridManager"); \ static_assert(sizeof(UNavLocalGridManager) == 0x000058, "Wrong size on UNavLocalGridManager"); \ #define DUMPER7_ASSERTS_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) == 0x000108, "Wrong size on UPawnActionsComponent"); \ static_assert(offsetof(UPawnActionsComponent, ControlledPawn) == 0x0000D0, "Member 'UPawnActionsComponent::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(UPawnActionsComponent, ActionStacks) == 0x0000D8, "Member 'UPawnActionsComponent::ActionStacks' has a wrong offset!"); \ static_assert(offsetof(UPawnActionsComponent, ActionEvents) == 0x0000E8, "Member 'UPawnActionsComponent::ActionEvents' has a wrong offset!"); \ static_assert(offsetof(UPawnActionsComponent, CurrentAction) == 0x0000F8, "Member 'UPawnActionsComponent::CurrentAction' 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) == 0x000118, "Wrong size on UPawnSensingComponent"); \ static_assert(offsetof(UPawnSensingComponent, HearingThreshold) == 0x0000D0, "Member 'UPawnSensingComponent::HearingThreshold' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, LOSHearingThreshold) == 0x0000D4, "Member 'UPawnSensingComponent::LOSHearingThreshold' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, SightRadius) == 0x0000D8, "Member 'UPawnSensingComponent::SightRadius' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, SensingInterval) == 0x0000DC, "Member 'UPawnSensingComponent::SensingInterval' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, HearingMaxSoundAge) == 0x0000E0, "Member 'UPawnSensingComponent::HearingMaxSoundAge' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, OnSeePawn) == 0x0000F0, "Member 'UPawnSensingComponent::OnSeePawn' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, OnHearNoise) == 0x000100, "Member 'UPawnSensingComponent::OnHearNoise' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, PeripheralVisionAngle) == 0x000110, "Member 'UPawnSensingComponent::PeripheralVisionAngle' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, PeripheralVisionCosine) == 0x000114, "Member 'UPawnSensingComponent::PeripheralVisionCosine' 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_BP_DungeonLOCs_Marker_C_UserConstructionScript \ static_assert(alignof(BP_DungeonLOCs_Marker_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_DungeonLOCs_Marker_C_UserConstructionScript"); \ static_assert(sizeof(BP_DungeonLOCs_Marker_C_UserConstructionScript) == 0x000138, "Wrong size on BP_DungeonLOCs_Marker_C_UserConstructionScript"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, HamletSet1) == 0x000000, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::HamletSet1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, HamletSet2) == 0x000010, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::HamletSet2' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, DisabledHamletBuildingList) == 0x000020, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::DisabledHamletBuildingList' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, TempStaticMesh) == 0x000030, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::TempStaticMesh' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, TempChildActor) == 0x000038, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::TempChildActor' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, TentObjectList) == 0x000040, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::TentObjectList' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, PropsList) == 0x000050, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::PropsList' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, DisabledList) == 0x000060, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::DisabledList' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, HamletSet1_StaticMeshList) == 0x000070, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::HamletSet1_StaticMeshList' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, ChildActorList) == 0x000080, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::ChildActorList' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, TransformList) == 0x000090, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::TransformList' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue) == 0x0000A0, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, CallFunc_GetParentActor_ReturnValue) == 0x0000A8, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, K2Node_DynamicCast_AsBP_Dungeon_LOCs) == 0x0000B0, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::K2Node_DynamicCast_AsBP_Dungeon_LOCs' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, K2Node_DynamicCast_AsBeacon_Location) == 0x0000C0, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::K2Node_DynamicCast_AsBeacon_Location' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_1) == 0x0000C8, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x0000C9, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, CallFunc_Conv_NameToText_ReturnValue) == 0x0000D0, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, CallFunc_Conv_TextToString_ReturnValue) == 0x0000E8, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0000F8, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue) == 0x000110, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000120, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color) == 0x000130, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_Marker_C_UserConstructionScript, CallFunc_InitMarker_Valid) == 0x000134, "Member 'BP_DungeonLOCs_Marker_C_UserConstructionScript::CallFunc_InitMarker_Valid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DungeonLOCs_Marker_C \ static_assert(alignof(ABP_DungeonLOCs_Marker_C) == 0x000008, "Wrong alignment on ABP_DungeonLOCs_Marker_C"); \ static_assert(sizeof(ABP_DungeonLOCs_Marker_C) == 0x000328, "Wrong size on ABP_DungeonLOCs_Marker_C"); \ static_assert(offsetof(ABP_DungeonLOCs_Marker_C, BeaconLocation) == 0x000308, "Member 'ABP_DungeonLOCs_Marker_C::BeaconLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_Marker_C, Scene) == 0x000310, "Member 'ABP_DungeonLOCs_Marker_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_Marker_C, BeaconText) == 0x000318, "Member 'ABP_DungeonLOCs_Marker_C::BeaconText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FScalarValueVelocity \ static_assert(alignof(FScalarValueVelocity) == 0x000008, "Wrong alignment on FScalarValueVelocity"); \ static_assert(sizeof(FScalarValueVelocity) == 0x000010, "Wrong size on FScalarValueVelocity"); \ #define DUMPER7_ASSERTS_FAngularValueVelocity \ static_assert(alignof(FAngularValueVelocity) == 0x000008, "Wrong alignment on FAngularValueVelocity"); \ static_assert(sizeof(FAngularValueVelocity) == 0x000010, "Wrong size on FAngularValueVelocity"); \ #define DUMPER7_ASSERTS_FCameraComponentPropertyPair \ static_assert(alignof(FCameraComponentPropertyPair) == 0x000004, "Wrong alignment on FCameraComponentPropertyPair"); \ static_assert(sizeof(FCameraComponentPropertyPair) == 0x000008, "Wrong size on FCameraComponentPropertyPair"); \ #define DUMPER7_ASSERTS_FCameraData \ static_assert(alignof(FCameraData) == 0x000004, "Wrong alignment on FCameraData"); \ static_assert(sizeof(FCameraData) == 0x0000B0, "Wrong size on FCameraData"); \ #define DUMPER7_ASSERTS_FCameraDefaultData \ static_assert(alignof(FCameraDefaultData) == 0x000004, "Wrong alignment on FCameraDefaultData"); \ static_assert(sizeof(FCameraDefaultData) == 0x00000C, "Wrong size on FCameraDefaultData"); \ static_assert(offsetof(FCameraDefaultData, FieldOfView) == 0x000000, "Member 'FCameraDefaultData::FieldOfView' has a wrong offset!"); \ static_assert(offsetof(FCameraDefaultData, FocusDistance) == 0x000004, "Member 'FCameraDefaultData::FocusDistance' has a wrong offset!"); \ static_assert(offsetof(FCameraDefaultData, Aperture) == 0x000008, "Member 'FCameraDefaultData::Aperture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraInputMappings \ static_assert(alignof(FCameraInputMappings) == 0x000004, "Wrong alignment on FCameraInputMappings"); \ static_assert(sizeof(FCameraInputMappings) == 0x000098, "Wrong size on FCameraInputMappings"); \ static_assert(offsetof(FCameraInputMappings, WalkX) == 0x000000, "Member 'FCameraInputMappings::WalkX' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, WalkY) == 0x000008, "Member 'FCameraInputMappings::WalkY' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, LookX) == 0x000010, "Member 'FCameraInputMappings::LookX' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, LookY) == 0x000018, "Member 'FCameraInputMappings::LookY' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, MouseLookX) == 0x000020, "Member 'FCameraInputMappings::MouseLookX' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, MouseLookY) == 0x000028, "Member 'FCameraInputMappings::MouseLookY' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, TiltX) == 0x000030, "Member 'FCameraInputMappings::TiltX' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, TiltY) == 0x000038, "Member 'FCameraInputMappings::TiltY' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, RollCW) == 0x000040, "Member 'FCameraInputMappings::RollCW' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, RollCCW) == 0x000048, "Member 'FCameraInputMappings::RollCCW' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, Dolly) == 0x000050, "Member 'FCameraInputMappings::Dolly' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, Truck) == 0x000058, "Member 'FCameraInputMappings::Truck' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, PedestalUp) == 0x000060, "Member 'FCameraInputMappings::PedestalUp' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, PedestalDown) == 0x000068, "Member 'FCameraInputMappings::PedestalDown' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, ZoomIn) == 0x000070, "Member 'FCameraInputMappings::ZoomIn' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, ZoomOut) == 0x000078, "Member 'FCameraInputMappings::ZoomOut' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, FocusDistanceIncrease) == 0x000080, "Member 'FCameraInputMappings::FocusDistanceIncrease' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, FocusDistanceDecrease) == 0x000088, "Member 'FCameraInputMappings::FocusDistanceDecrease' has a wrong offset!"); \ static_assert(offsetof(FCameraInputMappings, QuickTurn) == 0x000090, "Member 'FCameraInputMappings::QuickTurn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraOptionMappings \ static_assert(alignof(FCameraOptionMappings) == 0x000008, "Wrong alignment on FCameraOptionMappings"); \ static_assert(sizeof(FCameraOptionMappings) == 0x0000A0, "Wrong size on FCameraOptionMappings"); \ static_assert(offsetof(FCameraOptionMappings, Names) == 0x000000, "Member 'FCameraOptionMappings::Names' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraOptionName \ static_assert(alignof(FCameraOptionName) == 0x000004, "Wrong alignment on FCameraOptionName"); \ static_assert(sizeof(FCameraOptionName) == 0x000008, "Wrong size on FCameraOptionName"); \ static_assert(offsetof(FCameraOptionName, Name) == 0x000000, "Member 'FCameraOptionName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraStackActorBehaviorTreePair \ static_assert(alignof(FCameraStackActorBehaviorTreePair) == 0x000008, "Wrong alignment on FCameraStackActorBehaviorTreePair"); \ static_assert(sizeof(FCameraStackActorBehaviorTreePair) == 0x000010, "Wrong size on FCameraStackActorBehaviorTreePair"); \ static_assert(offsetof(FCameraStackActorBehaviorTreePair, BTComponent) == 0x000000, "Member 'FCameraStackActorBehaviorTreePair::BTComponent' has a wrong offset!"); \ static_assert(offsetof(FCameraStackActorBehaviorTreePair, BBComponent) == 0x000008, "Member 'FCameraStackActorBehaviorTreePair::BBComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraStackAnimationRequest \ static_assert(alignof(FCameraStackAnimationRequest) == 0x000008, "Wrong alignment on FCameraStackAnimationRequest"); \ static_assert(sizeof(FCameraStackAnimationRequest) == 0x000020, "Wrong size on FCameraStackAnimationRequest"); \ static_assert(offsetof(FCameraStackAnimationRequest, AnimSequence) == 0x000000, "Member 'FCameraStackAnimationRequest::AnimSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraStackAnimData \ static_assert(alignof(FCameraStackAnimData) == 0x000010, "Wrong alignment on FCameraStackAnimData"); \ static_assert(sizeof(FCameraStackAnimData) == 0x000150, "Wrong size on FCameraStackAnimData"); \ static_assert(offsetof(FCameraStackAnimData, SkeletalMesh) == 0x000000, "Member 'FCameraStackAnimData::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(FCameraStackAnimData, RootOffsetTransform) == 0x000010, "Member 'FCameraStackAnimData::RootOffsetTransform' has a wrong offset!"); \ static_assert(offsetof(FCameraStackAnimData, EyeBoneName) == 0x000040, "Member 'FCameraStackAnimData::EyeBoneName' has a wrong offset!"); \ static_assert(offsetof(FCameraStackAnimData, TargetBoneName) == 0x000048, "Member 'FCameraStackAnimData::TargetBoneName' has a wrong offset!"); \ static_assert(offsetof(FCameraStackAnimData, SecondaryTargetBoneName) == 0x000050, "Member 'FCameraStackAnimData::SecondaryTargetBoneName' has a wrong offset!"); \ static_assert(offsetof(FCameraStackAnimData, FocusDistanceCurveName) == 0x000058, "Member 'FCameraStackAnimData::FocusDistanceCurveName' has a wrong offset!"); \ static_assert(offsetof(FCameraStackAnimData, EnableDynamicFocusDistanceCurveName) == 0x000060, "Member 'FCameraStackAnimData::EnableDynamicFocusDistanceCurveName' has a wrong offset!"); \ static_assert(offsetof(FCameraStackAnimData, DynamicFocusDistanceBlendCurveName) == 0x000068, "Member 'FCameraStackAnimData::DynamicFocusDistanceBlendCurveName' has a wrong offset!"); \ static_assert(offsetof(FCameraStackAnimData, ApertureCurveName) == 0x000070, "Member 'FCameraStackAnimData::ApertureCurveName' has a wrong offset!"); \ static_assert(offsetof(FCameraStackAnimData, FocalLengthCurveName) == 0x000078, "Member 'FCameraStackAnimData::FocalLengthCurveName' has a wrong offset!"); \ static_assert(offsetof(FCameraStackAnimData, TargetFramingCurveName) == 0x000080, "Member 'FCameraStackAnimData::TargetFramingCurveName' has a wrong offset!"); \ static_assert(offsetof(FCameraStackAnimData, TargetPositioningCurveName) == 0x000088, "Member 'FCameraStackAnimData::TargetPositioningCurveName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraCrossBlendBehaviorGroup \ static_assert(alignof(FCameraCrossBlendBehaviorGroup) == 0x000008, "Wrong alignment on FCameraCrossBlendBehaviorGroup"); \ static_assert(sizeof(FCameraCrossBlendBehaviorGroup) == 0x000048, "Wrong size on FCameraCrossBlendBehaviorGroup"); \ static_assert(offsetof(FCameraCrossBlendBehaviorGroup, Behaviors) == 0x000000, "Member 'FCameraCrossBlendBehaviorGroup::Behaviors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraStackMultiCrossBlendGroupTemplate \ static_assert(alignof(FCameraStackMultiCrossBlendGroupTemplate) == 0x000008, "Wrong alignment on FCameraStackMultiCrossBlendGroupTemplate"); \ static_assert(sizeof(FCameraStackMultiCrossBlendGroupTemplate) == 0x000010, "Wrong size on FCameraStackMultiCrossBlendGroupTemplate"); \ static_assert(offsetof(FCameraStackMultiCrossBlendGroupTemplate, BehaviorTemplates) == 0x000000, "Member 'FCameraStackMultiCrossBlendGroupTemplate::BehaviorTemplates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraPreUpdateTickFunction \ static_assert(alignof(FCameraPreUpdateTickFunction) == 0x000008, "Wrong alignment on FCameraPreUpdateTickFunction"); \ static_assert(sizeof(FCameraPreUpdateTickFunction) == 0x000048, "Wrong size on FCameraPreUpdateTickFunction"); \ #define DUMPER7_ASSERTS_FCameraStackData \ static_assert(alignof(FCameraStackData) == 0x000008, "Wrong alignment on FCameraStackData"); \ static_assert(sizeof(FCameraStackData) == 0x000018, "Wrong size on FCameraStackData"); \ static_assert(offsetof(FCameraStackData, CoreBehavior) == 0x000000, "Member 'FCameraStackData::CoreBehavior' has a wrong offset!"); \ static_assert(offsetof(FCameraStackData, Behaviors) == 0x000008, "Member 'FCameraStackData::Behaviors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraStackVolumeInfluence \ static_assert(alignof(FCameraStackVolumeInfluence) == 0x000008, "Wrong alignment on FCameraStackVolumeInfluence"); \ static_assert(sizeof(FCameraStackVolumeInfluence) == 0x000028, "Wrong size on FCameraStackVolumeInfluence"); \ static_assert(offsetof(FCameraStackVolumeInfluence, Owner) == 0x000000, "Member 'FCameraStackVolumeInfluence::Owner' has a wrong offset!"); \ static_assert(offsetof(FCameraStackVolumeInfluence, Behavior) == 0x000008, "Member 'FCameraStackVolumeInfluence::Behavior' has a wrong offset!"); \ static_assert(offsetof(FCameraStackVolumeInfluence, CrossBlendBehavior) == 0x000010, "Member 'FCameraStackVolumeInfluence::CrossBlendBehavior' has a wrong offset!"); \ static_assert(offsetof(FCameraStackVolumeInfluence, ExistingBehavior) == 0x000018, "Member 'FCameraStackVolumeInfluence::ExistingBehavior' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraStackVolumeInterfaceProperties \ static_assert(alignof(FCameraStackVolumeInterfaceProperties) == 0x000008, "Wrong alignment on FCameraStackVolumeInterfaceProperties"); \ static_assert(sizeof(FCameraStackVolumeInterfaceProperties) == 0x000018, "Wrong size on FCameraStackVolumeInterfaceProperties"); \ static_assert(offsetof(FCameraStackVolumeInterfaceProperties, VolumePreset) == 0x000000, "Member 'FCameraStackVolumeInterfaceProperties::VolumePreset' has a wrong offset!"); \ static_assert(offsetof(FCameraStackVolumeInterfaceProperties, Priority) == 0x000008, "Member 'FCameraStackVolumeInterfaceProperties::Priority' has a wrong offset!"); \ static_assert(offsetof(FCameraStackVolumeInterfaceProperties, weight) == 0x00000C, "Member 'FCameraStackVolumeInterfaceProperties::weight' has a wrong offset!"); \ static_assert(offsetof(FCameraStackVolumeInterfaceProperties, BlendRadius) == 0x000010, "Member 'FCameraStackVolumeInterfaceProperties::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(FCameraStackVolumeInterfaceProperties, MaxCrossBlendSpeed) == 0x000014, "Member 'FCameraStackVolumeInterfaceProperties::MaxCrossBlendSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraStackVolumeOperationSettings \ static_assert(alignof(FCameraStackVolumeOperationSettings) == 0x000008, "Wrong alignment on FCameraStackVolumeOperationSettings"); \ static_assert(sizeof(FCameraStackVolumeOperationSettings) == 0x000018, "Wrong size on FCameraStackVolumeOperationSettings"); \ static_assert(offsetof(FCameraStackVolumeOperationSettings, BehaviorToAdd) == 0x000000, "Member 'FCameraStackVolumeOperationSettings::BehaviorToAdd' has a wrong offset!"); \ static_assert(offsetof(FCameraStackVolumeOperationSettings, Operation) == 0x000008, "Member 'FCameraStackVolumeOperationSettings::Operation' has a wrong offset!"); \ static_assert(offsetof(FCameraStackVolumeOperationSettings, ExistingBehaviorClass) == 0x000010, "Member 'FCameraStackVolumeOperationSettings::ExistingBehaviorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOptionalTriplet \ static_assert(alignof(FOptionalTriplet) == 0x000004, "Wrong alignment on FOptionalTriplet"); \ static_assert(sizeof(FOptionalTriplet) == 0x000018, "Wrong size on FOptionalTriplet"); \ static_assert(offsetof(FOptionalTriplet, bValidA) == 0x000000, "Member 'FOptionalTriplet::bValidA' has a wrong offset!"); \ static_assert(offsetof(FOptionalTriplet, ValueA) == 0x000004, "Member 'FOptionalTriplet::ValueA' has a wrong offset!"); \ static_assert(offsetof(FOptionalTriplet, bValidB) == 0x000008, "Member 'FOptionalTriplet::bValidB' has a wrong offset!"); \ static_assert(offsetof(FOptionalTriplet, ValueB) == 0x00000C, "Member 'FOptionalTriplet::ValueB' has a wrong offset!"); \ static_assert(offsetof(FOptionalTriplet, bValidC) == 0x000010, "Member 'FOptionalTriplet::bValidC' has a wrong offset!"); \ static_assert(offsetof(FOptionalTriplet, ValueC) == 0x000014, "Member 'FOptionalTriplet::ValueC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuatValueVelocity \ static_assert(alignof(FQuatValueVelocity) == 0x000010, "Wrong alignment on FQuatValueVelocity"); \ static_assert(sizeof(FQuatValueVelocity) == 0x000020, "Wrong size on FQuatValueVelocity"); \ #define DUMPER7_ASSERTS_FRotatorValueVelocity \ static_assert(alignof(FRotatorValueVelocity) == 0x000004, "Wrong alignment on FRotatorValueVelocity"); \ static_assert(sizeof(FRotatorValueVelocity) == 0x000018, "Wrong size on FRotatorValueVelocity"); \ #define DUMPER7_ASSERTS_FVectorValueVelocity \ static_assert(alignof(FVectorValueVelocity) == 0x000004, "Wrong alignment on FVectorValueVelocity"); \ static_assert(sizeof(FVectorValueVelocity) == 0x000018, "Wrong size on FVectorValueVelocity"); \ #define DUMPER7_ASSERTS_UBTT_Camera_Base \ static_assert(alignof(UBTT_Camera_Base) == 0x000008, "Wrong alignment on UBTT_Camera_Base"); \ static_assert(sizeof(UBTT_Camera_Base) == 0x000070, "Wrong size on UBTT_Camera_Base"); \ #define DUMPER7_ASSERTS_UBTT_Camera_AddBehavior \ static_assert(alignof(UBTT_Camera_AddBehavior) == 0x000008, "Wrong alignment on UBTT_Camera_AddBehavior"); \ static_assert(sizeof(UBTT_Camera_AddBehavior) == 0x000088, "Wrong size on UBTT_Camera_AddBehavior"); \ static_assert(offsetof(UBTT_Camera_AddBehavior, BehaviorClass) == 0x000070, "Member 'UBTT_Camera_AddBehavior::BehaviorClass' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_AddBehavior, BlendInDuration) == 0x000078, "Member 'UBTT_Camera_AddBehavior::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_AddBehavior, BlendOutDuration) == 0x00007C, "Member 'UBTT_Camera_AddBehavior::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_AddBehavior, bReuseBehaviorOnReactivate) == 0x000080, "Member 'UBTT_Camera_AddBehavior::bReuseBehaviorOnReactivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehavior_SetDisabled \ static_assert(alignof(CameraStackBehavior_SetDisabled) == 0x000001, "Wrong alignment on CameraStackBehavior_SetDisabled"); \ static_assert(sizeof(CameraStackBehavior_SetDisabled) == 0x000002, "Wrong size on CameraStackBehavior_SetDisabled"); \ static_assert(offsetof(CameraStackBehavior_SetDisabled, bInDisabled) == 0x000000, "Member 'CameraStackBehavior_SetDisabled::bInDisabled' has a wrong offset!"); \ static_assert(offsetof(CameraStackBehavior_SetDisabled, bForce) == 0x000001, "Member 'CameraStackBehavior_SetDisabled::bForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehavior_SetPaused \ static_assert(alignof(CameraStackBehavior_SetPaused) == 0x000001, "Wrong alignment on CameraStackBehavior_SetPaused"); \ static_assert(sizeof(CameraStackBehavior_SetPaused) == 0x000001, "Wrong size on CameraStackBehavior_SetPaused"); \ static_assert(offsetof(CameraStackBehavior_SetPaused, bInPaused) == 0x000000, "Member 'CameraStackBehavior_SetPaused::bInPaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehavior_GetAllPreviousValues \ static_assert(alignof(CameraStackBehavior_GetAllPreviousValues) == 0x000004, "Wrong alignment on CameraStackBehavior_GetAllPreviousValues"); \ static_assert(sizeof(CameraStackBehavior_GetAllPreviousValues) == 0x0000B4, "Wrong size on CameraStackBehavior_GetAllPreviousValues"); \ static_assert(offsetof(CameraStackBehavior_GetAllPreviousValues, OutData) == 0x000000, "Member 'CameraStackBehavior_GetAllPreviousValues::OutData' has a wrong offset!"); \ static_assert(offsetof(CameraStackBehavior_GetAllPreviousValues, bInUseUnblendedStackValues) == 0x0000B0, "Member 'CameraStackBehavior_GetAllPreviousValues::bInUseUnblendedStackValues' has a wrong offset!"); \ static_assert(offsetof(CameraStackBehavior_GetAllPreviousValues, ReturnValue) == 0x0000B1, "Member 'CameraStackBehavior_GetAllPreviousValues::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehavior_GetBehaviorList \ static_assert(alignof(CameraStackBehavior_GetBehaviorList) == 0x000008, "Wrong alignment on CameraStackBehavior_GetBehaviorList"); \ static_assert(sizeof(CameraStackBehavior_GetBehaviorList) == 0x000008, "Wrong size on CameraStackBehavior_GetBehaviorList"); \ static_assert(offsetof(CameraStackBehavior_GetBehaviorList, ReturnValue) == 0x000000, "Member 'CameraStackBehavior_GetBehaviorList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehavior_GetOwner \ static_assert(alignof(CameraStackBehavior_GetOwner) == 0x000008, "Wrong alignment on CameraStackBehavior_GetOwner"); \ static_assert(sizeof(CameraStackBehavior_GetOwner) == 0x000008, "Wrong size on CameraStackBehavior_GetOwner"); \ static_assert(offsetof(CameraStackBehavior_GetOwner, ReturnValue) == 0x000000, "Member 'CameraStackBehavior_GetOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehavior_GetPreviousValues \ static_assert(alignof(CameraStackBehavior_GetPreviousValues) == 0x000004, "Wrong alignment on CameraStackBehavior_GetPreviousValues"); \ static_assert(sizeof(CameraStackBehavior_GetPreviousValues) == 0x0000B4, "Wrong size on CameraStackBehavior_GetPreviousValues"); \ static_assert(offsetof(CameraStackBehavior_GetPreviousValues, OutData) == 0x000000, "Member 'CameraStackBehavior_GetPreviousValues::OutData' has a wrong offset!"); \ static_assert(offsetof(CameraStackBehavior_GetPreviousValues, ReturnValue) == 0x0000B0, "Member 'CameraStackBehavior_GetPreviousValues::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehavior_GetSecondsActive \ static_assert(alignof(CameraStackBehavior_GetSecondsActive) == 0x000004, "Wrong alignment on CameraStackBehavior_GetSecondsActive"); \ static_assert(sizeof(CameraStackBehavior_GetSecondsActive) == 0x000004, "Wrong size on CameraStackBehavior_GetSecondsActive"); \ static_assert(offsetof(CameraStackBehavior_GetSecondsActive, ReturnValue) == 0x000000, "Member 'CameraStackBehavior_GetSecondsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehavior_IsActive \ static_assert(alignof(CameraStackBehavior_IsActive) == 0x000001, "Wrong alignment on CameraStackBehavior_IsActive"); \ static_assert(sizeof(CameraStackBehavior_IsActive) == 0x000001, "Wrong size on CameraStackBehavior_IsActive"); \ static_assert(offsetof(CameraStackBehavior_IsActive, ReturnValue) == 0x000000, "Member 'CameraStackBehavior_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehavior_IsDisabled \ static_assert(alignof(CameraStackBehavior_IsDisabled) == 0x000001, "Wrong alignment on CameraStackBehavior_IsDisabled"); \ static_assert(sizeof(CameraStackBehavior_IsDisabled) == 0x000001, "Wrong size on CameraStackBehavior_IsDisabled"); \ static_assert(offsetof(CameraStackBehavior_IsDisabled, ReturnValue) == 0x000000, "Member 'CameraStackBehavior_IsDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehavior_IsPaused \ static_assert(alignof(CameraStackBehavior_IsPaused) == 0x000001, "Wrong alignment on CameraStackBehavior_IsPaused"); \ static_assert(sizeof(CameraStackBehavior_IsPaused) == 0x000001, "Wrong size on CameraStackBehavior_IsPaused"); \ static_assert(offsetof(CameraStackBehavior_IsPaused, ReturnValue) == 0x000000, "Member 'CameraStackBehavior_IsPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehavior \ static_assert(alignof(UCameraStackBehavior) == 0x000008, "Wrong alignment on UCameraStackBehavior"); \ static_assert(sizeof(UCameraStackBehavior) == 0x000050, "Wrong size on UCameraStackBehavior"); \ static_assert(offsetof(UCameraStackBehavior, CurrentList) == 0x000028, "Member 'UCameraStackBehavior::CurrentList' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehavior, DisableCounter) == 0x000044, "Member 'UCameraStackBehavior::DisableCounter' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehavior, bPaused) == 0x000048, "Member 'UCameraStackBehavior::bPaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehaviorBlend_GetBlendAlpha \ static_assert(alignof(CameraStackBehaviorBlend_GetBlendAlpha) == 0x000004, "Wrong alignment on CameraStackBehaviorBlend_GetBlendAlpha"); \ static_assert(sizeof(CameraStackBehaviorBlend_GetBlendAlpha) == 0x000004, "Wrong size on CameraStackBehaviorBlend_GetBlendAlpha"); \ static_assert(offsetof(CameraStackBehaviorBlend_GetBlendAlpha, ReturnValue) == 0x000000, "Member 'CameraStackBehaviorBlend_GetBlendAlpha::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorBlend \ static_assert(alignof(UCameraStackBehaviorBlend) == 0x000008, "Wrong alignment on UCameraStackBehaviorBlend"); \ static_assert(sizeof(UCameraStackBehaviorBlend) == 0x0001B8, "Wrong size on UCameraStackBehaviorBlend"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorCollisionBase \ static_assert(alignof(UCameraStackBehaviorCollisionBase) == 0x000008, "Wrong alignment on UCameraStackBehaviorCollisionBase"); \ static_assert(sizeof(UCameraStackBehaviorCollisionBase) == 0x000210, "Wrong size on UCameraStackBehaviorCollisionBase"); \ static_assert(offsetof(UCameraStackBehaviorCollisionBase, ProbeSize) == 0x0001B8, "Member 'UCameraStackBehaviorCollisionBase::ProbeSize' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionBase, MinArmLengthLimit) == 0x0001BC, "Member 'UCameraStackBehaviorCollisionBase::MinArmLengthLimit' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionBase, ProbeChannel) == 0x0001C0, "Member 'UCameraStackBehaviorCollisionBase::ProbeChannel' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionBase, CollisionInterpSpeed) == 0x0001C4, "Member 'UCameraStackBehaviorCollisionBase::CollisionInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionBase, ReturnInterpSpeed) == 0x0001C8, "Member 'UCameraStackBehaviorCollisionBase::ReturnInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionBase, MinCameraSpeedToReturn) == 0x0001CC, "Member 'UCameraStackBehaviorCollisionBase::MinCameraSpeedToReturn' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionBase, MaxCameraSpeedToReturn) == 0x0001D0, "Member 'UCameraStackBehaviorCollisionBase::MaxCameraSpeedToReturn' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionBase, bDrawDebug) == 0x0001D4, "Member 'UCameraStackBehaviorCollisionBase::bDrawDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorCollisionEyeOverlap \ static_assert(alignof(UCameraStackBehaviorCollisionEyeOverlap) == 0x000008, "Wrong alignment on UCameraStackBehaviorCollisionEyeOverlap"); \ static_assert(sizeof(UCameraStackBehaviorCollisionEyeOverlap) == 0x000218, "Wrong size on UCameraStackBehaviorCollisionEyeOverlap"); \ #define DUMPER7_ASSERTS_UBTDecorator_CameraContext \ static_assert(alignof(UBTDecorator_CameraContext) == 0x000008, "Wrong alignment on UBTDecorator_CameraContext"); \ static_assert(sizeof(UBTDecorator_CameraContext) == 0x000070, "Wrong size on UBTDecorator_CameraContext"); \ static_assert(offsetof(UBTDecorator_CameraContext, Context) == 0x000068, "Member 'UBTDecorator_CameraContext::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Camera_AddCrossBlendBehavior \ static_assert(alignof(UBTT_Camera_AddCrossBlendBehavior) == 0x000008, "Wrong alignment on UBTT_Camera_AddCrossBlendBehavior"); \ static_assert(sizeof(UBTT_Camera_AddCrossBlendBehavior) == 0x0000A0, "Wrong size on UBTT_Camera_AddCrossBlendBehavior"); \ static_assert(offsetof(UBTT_Camera_AddCrossBlendBehavior, BehaviorClass) == 0x000070, "Member 'UBTT_Camera_AddCrossBlendBehavior::BehaviorClass' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_AddCrossBlendBehavior, BlendInDuration) == 0x000078, "Member 'UBTT_Camera_AddCrossBlendBehavior::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_AddCrossBlendBehavior, BlendOutDuration) == 0x00007C, "Member 'UBTT_Camera_AddCrossBlendBehavior::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_AddCrossBlendBehavior, CrossBlendBehaviorClass) == 0x000080, "Member 'UBTT_Camera_AddCrossBlendBehavior::CrossBlendBehaviorClass' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_AddCrossBlendBehavior, GroupIndex) == 0x000090, "Member 'UBTT_Camera_AddCrossBlendBehavior::GroupIndex' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_AddCrossBlendBehavior, weight) == 0x000094, "Member 'UBTT_Camera_AddCrossBlendBehavior::weight' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_AddCrossBlendBehavior, CrossBlendSorting) == 0x000098, "Member 'UBTT_Camera_AddCrossBlendBehavior::CrossBlendSorting' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_AddCrossBlendBehavior, FilterFlags) == 0x00009C, "Member 'UBTT_Camera_AddCrossBlendBehavior::FilterFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorCollisionPrediction \ static_assert(alignof(UCameraStackBehaviorCollisionPrediction) == 0x000008, "Wrong alignment on UCameraStackBehaviorCollisionPrediction"); \ static_assert(sizeof(UCameraStackBehaviorCollisionPrediction) == 0x0002B8, "Wrong size on UCameraStackBehaviorCollisionPrediction"); \ static_assert(offsetof(UCameraStackBehaviorCollisionPrediction, ForwardPredictionTime) == 0x000210, "Member 'UCameraStackBehaviorCollisionPrediction::ForwardPredictionTime' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionPrediction, ForwardPredictionStep) == 0x000214, "Member 'UCameraStackBehaviorCollisionPrediction::ForwardPredictionStep' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionPrediction, SweepCountPerUpdate) == 0x000218, "Member 'UCameraStackBehaviorCollisionPrediction::SweepCountPerUpdate' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionPrediction, SecondsBetweenSweeps) == 0x00021C, "Member 'UCameraStackBehaviorCollisionPrediction::SecondsBetweenSweeps' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionPrediction, bCheckForEyeOverlap) == 0x000220, "Member 'UCameraStackBehaviorCollisionPrediction::bCheckForEyeOverlap' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionPrediction, BlendExponent) == 0x000224, "Member 'UCameraStackBehaviorCollisionPrediction::BlendExponent' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionPrediction, MinCollisionInterpSpeed) == 0x000228, "Member 'UCameraStackBehaviorCollisionPrediction::MinCollisionInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionPrediction, GridCellSize) == 0x00022C, "Member 'UCameraStackBehaviorCollisionPrediction::GridCellSize' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionPrediction, GridPointThreshold) == 0x000230, "Member 'UCameraStackBehaviorCollisionPrediction::GridPointThreshold' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionPrediction, GridDirectionThreshold) == 0x000234, "Member 'UCameraStackBehaviorCollisionPrediction::GridDirectionThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_CameraInputTimeout \ static_assert(alignof(UBTDecorator_CameraInputTimeout) == 0x000008, "Wrong alignment on UBTDecorator_CameraInputTimeout"); \ static_assert(sizeof(UBTDecorator_CameraInputTimeout) == 0x000070, "Wrong size on UBTDecorator_CameraInputTimeout"); \ static_assert(offsetof(UBTDecorator_CameraInputTimeout, TimeLimit) == 0x000068, "Member 'UBTDecorator_CameraInputTimeout::TimeLimit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorCollisionSweep \ static_assert(alignof(UCameraStackBehaviorCollisionSweep) == 0x000008, "Wrong alignment on UCameraStackBehaviorCollisionSweep"); \ static_assert(sizeof(UCameraStackBehaviorCollisionSweep) == 0x000218, "Wrong size on UCameraStackBehaviorCollisionSweep"); \ static_assert(offsetof(UCameraStackBehaviorCollisionSweep, bCheckForEyeOverlap) == 0x000210, "Member 'UCameraStackBehaviorCollisionSweep::bCheckForEyeOverlap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_CameraActiveInputTimeout \ static_assert(alignof(UBTDecorator_CameraActiveInputTimeout) == 0x000008, "Wrong alignment on UBTDecorator_CameraActiveInputTimeout"); \ static_assert(sizeof(UBTDecorator_CameraActiveInputTimeout) == 0x000070, "Wrong size on UBTDecorator_CameraActiveInputTimeout"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorCollisionSweepVertical \ static_assert(alignof(UCameraStackBehaviorCollisionSweepVertical) == 0x000008, "Wrong alignment on UCameraStackBehaviorCollisionSweepVertical"); \ static_assert(sizeof(UCameraStackBehaviorCollisionSweepVertical) == 0x000060, "Wrong size on UCameraStackBehaviorCollisionSweepVertical"); \ static_assert(offsetof(UCameraStackBehaviorCollisionSweepVertical, ProbeSize) == 0x000050, "Member 'UCameraStackBehaviorCollisionSweepVertical::ProbeSize' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionSweepVertical, ProbeChannel) == 0x000054, "Member 'UCameraStackBehaviorCollisionSweepVertical::ProbeChannel' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCollisionSweepVertical, SweepStartHeight) == 0x000058, "Member 'UCameraStackBehaviorCollisionSweepVertical::SweepStartHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_JumpFallTimeout \ static_assert(alignof(UBTDecorator_JumpFallTimeout) == 0x000008, "Wrong alignment on UBTDecorator_JumpFallTimeout"); \ static_assert(sizeof(UBTDecorator_JumpFallTimeout) == 0x000070, "Wrong size on UBTDecorator_JumpFallTimeout"); \ static_assert(offsetof(UBTDecorator_JumpFallTimeout, TimeLimit) == 0x000068, "Member 'UBTDecorator_JumpFallTimeout::TimeLimit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorConvertToTranslation \ static_assert(alignof(UCameraStackBehaviorConvertToTranslation) == 0x000008, "Wrong alignment on UCameraStackBehaviorConvertToTranslation"); \ static_assert(sizeof(UCameraStackBehaviorConvertToTranslation) == 0x000210, "Wrong size on UCameraStackBehaviorConvertToTranslation"); \ #define DUMPER7_ASSERTS_UBTService_Camera_DisableInput \ static_assert(alignof(UBTService_Camera_DisableInput) == 0x000008, "Wrong alignment on UBTService_Camera_DisableInput"); \ static_assert(sizeof(UBTService_Camera_DisableInput) == 0x000078, "Wrong size on UBTService_Camera_DisableInput"); \ static_assert(offsetof(UBTService_Camera_DisableInput, bDisableLookX) == 0x000070, "Member 'UBTService_Camera_DisableInput::bDisableLookX' has a wrong offset!"); \ static_assert(offsetof(UBTService_Camera_DisableInput, bDisableLookY) == 0x000071, "Member 'UBTService_Camera_DisableInput::bDisableLookY' has a wrong offset!"); \ static_assert(offsetof(UBTService_Camera_DisableInput, bOverrideMinDeadzone) == 0x000072, "Member 'UBTService_Camera_DisableInput::bOverrideMinDeadzone' has a wrong offset!"); \ static_assert(offsetof(UBTService_Camera_DisableInput, MinDeadzone) == 0x000074, "Member 'UBTService_Camera_DisableInput::MinDeadzone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Camera_BlendToStackBase \ static_assert(alignof(UBTT_Camera_BlendToStackBase) == 0x000008, "Wrong alignment on UBTT_Camera_BlendToStackBase"); \ static_assert(sizeof(UBTT_Camera_BlendToStackBase) == 0x000080, "Wrong size on UBTT_Camera_BlendToStackBase"); \ static_assert(offsetof(UBTT_Camera_BlendToStackBase, StackSettings) == 0x000070, "Member 'UBTT_Camera_BlendToStackBase::StackSettings' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_BlendToStackBase, bReuseBehaviorOnReactivate) == 0x000078, "Member 'UBTT_Camera_BlendToStackBase::bReuseBehaviorOnReactivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Camera_BlendToStack \ static_assert(alignof(UBTT_Camera_BlendToStack) == 0x000008, "Wrong alignment on UBTT_Camera_BlendToStack"); \ static_assert(sizeof(UBTT_Camera_BlendToStack) == 0x000090, "Wrong size on UBTT_Camera_BlendToStack"); \ static_assert(offsetof(UBTT_Camera_BlendToStack, BlendInDuration) == 0x000080, "Member 'UBTT_Camera_BlendToStack::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_BlendToStack, BlendOutDuration) == 0x000084, "Member 'UBTT_Camera_BlendToStack::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_BlendToStack, bLazyBlendOut) == 0x000088, "Member 'UBTT_Camera_BlendToStack::bLazyBlendOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Camera_BlendToStack_AnimationRequest \ static_assert(alignof(UBTT_Camera_BlendToStack_AnimationRequest) == 0x000008, "Wrong alignment on UBTT_Camera_BlendToStack_AnimationRequest"); \ static_assert(sizeof(UBTT_Camera_BlendToStack_AnimationRequest) == 0x000080, "Wrong size on UBTT_Camera_BlendToStack_AnimationRequest"); \ #define DUMPER7_ASSERTS_UBTT_Camera_CancelReset \ static_assert(alignof(UBTT_Camera_CancelReset) == 0x000008, "Wrong alignment on UBTT_Camera_CancelReset"); \ static_assert(sizeof(UBTT_Camera_CancelReset) == 0x000070, "Wrong size on UBTT_Camera_CancelReset"); \ #define DUMPER7_ASSERTS_UBTT_Camera_DisableBehavior \ static_assert(alignof(UBTT_Camera_DisableBehavior) == 0x000008, "Wrong alignment on UBTT_Camera_DisableBehavior"); \ static_assert(sizeof(UBTT_Camera_DisableBehavior) == 0x000090, "Wrong size on UBTT_Camera_DisableBehavior"); \ static_assert(offsetof(UBTT_Camera_DisableBehavior, BehaviorClass) == 0x000070, "Member 'UBTT_Camera_DisableBehavior::BehaviorClass' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_DisableBehavior, BehaviorSorting) == 0x000078, "Member 'UBTT_Camera_DisableBehavior::BehaviorSorting' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_DisableBehavior, FilterFlags) == 0x00007C, "Member 'UBTT_Camera_DisableBehavior::FilterFlags' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_DisableBehavior, BlendOutDuration) == 0x000080, "Member 'UBTT_Camera_DisableBehavior::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_DisableBehavior, BlendInDuration) == 0x000084, "Member 'UBTT_Camera_DisableBehavior::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_DisableBehavior, bReturnImmediately) == 0x000088, "Member 'UBTT_Camera_DisableBehavior::bReturnImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Camera_DisableBehaviors \ static_assert(alignof(UBTT_Camera_DisableBehaviors) == 0x000008, "Wrong alignment on UBTT_Camera_DisableBehaviors"); \ static_assert(sizeof(UBTT_Camera_DisableBehaviors) == 0x000090, "Wrong size on UBTT_Camera_DisableBehaviors"); \ static_assert(offsetof(UBTT_Camera_DisableBehaviors, BehaviorClasses) == 0x000070, "Member 'UBTT_Camera_DisableBehaviors::BehaviorClasses' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_DisableBehaviors, BehaviorSorting) == 0x000080, "Member 'UBTT_Camera_DisableBehaviors::BehaviorSorting' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_DisableBehaviors, FilterFlags) == 0x000084, "Member 'UBTT_Camera_DisableBehaviors::FilterFlags' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_DisableBehaviors, BlendOutDuration) == 0x000088, "Member 'UBTT_Camera_DisableBehaviors::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_DisableBehaviors, BlendInDuration) == 0x00008C, "Member 'UBTT_Camera_DisableBehaviors::BlendInDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Camera_InsertBehaviorAfter \ static_assert(alignof(UBTT_Camera_InsertBehaviorAfter) == 0x000008, "Wrong alignment on UBTT_Camera_InsertBehaviorAfter"); \ static_assert(sizeof(UBTT_Camera_InsertBehaviorAfter) == 0x0000A0, "Wrong size on UBTT_Camera_InsertBehaviorAfter"); \ static_assert(offsetof(UBTT_Camera_InsertBehaviorAfter, BehaviorClass) == 0x000070, "Member 'UBTT_Camera_InsertBehaviorAfter::BehaviorClass' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_InsertBehaviorAfter, BlendInDuration) == 0x000078, "Member 'UBTT_Camera_InsertBehaviorAfter::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_InsertBehaviorAfter, BlendOutDuration) == 0x00007C, "Member 'UBTT_Camera_InsertBehaviorAfter::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_InsertBehaviorAfter, InsertAfterBehaviorClass) == 0x000080, "Member 'UBTT_Camera_InsertBehaviorAfter::InsertAfterBehaviorClass' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_InsertBehaviorAfter, InsertAfterBehaviorSorting) == 0x000090, "Member 'UBTT_Camera_InsertBehaviorAfter::InsertAfterBehaviorSorting' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_InsertBehaviorAfter, FilterFlags) == 0x000094, "Member 'UBTT_Camera_InsertBehaviorAfter::FilterFlags' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_InsertBehaviorAfter, bReuseBehaviorOnReactivate) == 0x000098, "Member 'UBTT_Camera_InsertBehaviorAfter::bReuseBehaviorOnReactivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Camera_InsertBehaviorBefore \ static_assert(alignof(UBTT_Camera_InsertBehaviorBefore) == 0x000008, "Wrong alignment on UBTT_Camera_InsertBehaviorBefore"); \ static_assert(sizeof(UBTT_Camera_InsertBehaviorBefore) == 0x0000A0, "Wrong size on UBTT_Camera_InsertBehaviorBefore"); \ static_assert(offsetof(UBTT_Camera_InsertBehaviorBefore, BehaviorClass) == 0x000070, "Member 'UBTT_Camera_InsertBehaviorBefore::BehaviorClass' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_InsertBehaviorBefore, BlendInDuration) == 0x000078, "Member 'UBTT_Camera_InsertBehaviorBefore::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_InsertBehaviorBefore, BlendOutDuration) == 0x00007C, "Member 'UBTT_Camera_InsertBehaviorBefore::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_InsertBehaviorBefore, InsertBeforeBehaviorClass) == 0x000080, "Member 'UBTT_Camera_InsertBehaviorBefore::InsertBeforeBehaviorClass' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_InsertBehaviorBefore, InsertBeforeBehaviorSorting) == 0x000090, "Member 'UBTT_Camera_InsertBehaviorBefore::InsertBeforeBehaviorSorting' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_InsertBehaviorBefore, FilterFlags) == 0x000094, "Member 'UBTT_Camera_InsertBehaviorBefore::FilterFlags' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_InsertBehaviorBefore, bReuseBehaviorOnReactivate) == 0x000098, "Member 'UBTT_Camera_InsertBehaviorBefore::bReuseBehaviorOnReactivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Camera_PauseBehavior \ static_assert(alignof(UBTT_Camera_PauseBehavior) == 0x000008, "Wrong alignment on UBTT_Camera_PauseBehavior"); \ static_assert(sizeof(UBTT_Camera_PauseBehavior) == 0x000088, "Wrong size on UBTT_Camera_PauseBehavior"); \ static_assert(offsetof(UBTT_Camera_PauseBehavior, BehaviorClass) == 0x000070, "Member 'UBTT_Camera_PauseBehavior::BehaviorClass' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_PauseBehavior, BehaviorSorting) == 0x000078, "Member 'UBTT_Camera_PauseBehavior::BehaviorSorting' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_PauseBehavior, FilterFlags) == 0x00007C, "Member 'UBTT_Camera_PauseBehavior::FilterFlags' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_PauseBehavior, bReturnImmediately) == 0x000080, "Member 'UBTT_Camera_PauseBehavior::bReturnImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Camera_ReplaceBehavior \ static_assert(alignof(UBTT_Camera_ReplaceBehavior) == 0x000008, "Wrong alignment on UBTT_Camera_ReplaceBehavior"); \ static_assert(sizeof(UBTT_Camera_ReplaceBehavior) == 0x0000A8, "Wrong size on UBTT_Camera_ReplaceBehavior"); \ static_assert(offsetof(UBTT_Camera_ReplaceBehavior, BehaviorClass) == 0x000070, "Member 'UBTT_Camera_ReplaceBehavior::BehaviorClass' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_ReplaceBehavior, BlendInDuration) == 0x000078, "Member 'UBTT_Camera_ReplaceBehavior::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_ReplaceBehavior, BlendOutDuration) == 0x00007C, "Member 'UBTT_Camera_ReplaceBehavior::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_ReplaceBehavior, BehaviorClassToReplace) == 0x000080, "Member 'UBTT_Camera_ReplaceBehavior::BehaviorClassToReplace' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_ReplaceBehavior, BlendOutPredecessorDuration) == 0x000090, "Member 'UBTT_Camera_ReplaceBehavior::BlendOutPredecessorDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_ReplaceBehavior, BlendInPredecessorDuration) == 0x000094, "Member 'UBTT_Camera_ReplaceBehavior::BlendInPredecessorDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_ReplaceBehavior, PredecessorSorting) == 0x000098, "Member 'UBTT_Camera_ReplaceBehavior::PredecessorSorting' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_ReplaceBehavior, FilterFlags) == 0x00009C, "Member 'UBTT_Camera_ReplaceBehavior::FilterFlags' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_ReplaceBehavior, bRemovePredecessor) == 0x0000A0, "Member 'UBTT_Camera_ReplaceBehavior::bRemovePredecessor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Camera_Reset \ static_assert(alignof(UBTT_Camera_Reset) == 0x000008, "Wrong alignment on UBTT_Camera_Reset"); \ static_assert(sizeof(UBTT_Camera_Reset) == 0x000090, "Wrong size on UBTT_Camera_Reset"); \ static_assert(offsetof(UBTT_Camera_Reset, ResetDuration) == 0x000070, "Member 'UBTT_Camera_Reset::ResetDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_Reset, ResetCurve) == 0x000078, "Member 'UBTT_Camera_Reset::ResetCurve' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_Reset, bCancelResetOnInput) == 0x000080, "Member 'UBTT_Camera_Reset::bCancelResetOnInput' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_Reset, bSkipResetOnMouseInput) == 0x000081, "Member 'UBTT_Camera_Reset::bSkipResetOnMouseInput' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_Reset, bResetYaw) == 0x000082, "Member 'UBTT_Camera_Reset::bResetYaw' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_Reset, bResetPitch) == 0x000083, "Member 'UBTT_Camera_Reset::bResetPitch' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_Reset, bResetToPitchFoundOnStack) == 0x000084, "Member 'UBTT_Camera_Reset::bResetToPitchFoundOnStack' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_Reset, PitchToResetTo) == 0x000088, "Member 'UBTT_Camera_Reset::PitchToResetTo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Camera_ResetCut \ static_assert(alignof(UBTT_Camera_ResetCut) == 0x000008, "Wrong alignment on UBTT_Camera_ResetCut"); \ static_assert(sizeof(UBTT_Camera_ResetCut) == 0x000088, "Wrong size on UBTT_Camera_ResetCut"); \ static_assert(offsetof(UBTT_Camera_ResetCut, ResetType) == 0x000070, "Member 'UBTT_Camera_ResetCut::ResetType' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_ResetCut, FixedArmRotationValue) == 0x000074, "Member 'UBTT_Camera_ResetCut::FixedArmRotationValue' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_ResetCut, RotationOffset) == 0x000080, "Member 'UBTT_Camera_ResetCut::RotationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Camera_SetPrimaryTargetActor \ static_assert(alignof(UBTT_Camera_SetPrimaryTargetActor) == 0x000008, "Wrong alignment on UBTT_Camera_SetPrimaryTargetActor"); \ static_assert(sizeof(UBTT_Camera_SetPrimaryTargetActor) == 0x000080, "Wrong size on UBTT_Camera_SetPrimaryTargetActor"); \ static_assert(offsetof(UBTT_Camera_SetPrimaryTargetActor, TargetActor) == 0x000070, "Member 'UBTT_Camera_SetPrimaryTargetActor::TargetActor' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_SetPrimaryTargetActor, BlendInDuration) == 0x000078, "Member 'UBTT_Camera_SetPrimaryTargetActor::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UBTT_Camera_SetPrimaryTargetActor, BlendOutDuration) == 0x00007C, "Member 'UBTT_Camera_SetPrimaryTargetActor::BlendOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_PlayCameraShake \ static_assert(alignof(UBTT_PlayCameraShake) == 0x000008, "Wrong alignment on UBTT_PlayCameraShake"); \ static_assert(sizeof(UBTT_PlayCameraShake) == 0x000080, "Wrong size on UBTT_PlayCameraShake"); \ static_assert(offsetof(UBTT_PlayCameraShake, CameraShake) == 0x000070, "Member 'UBTT_PlayCameraShake::CameraShake' has a wrong offset!"); \ static_assert(offsetof(UBTT_PlayCameraShake, Scale) == 0x000078, "Member 'UBTT_PlayCameraShake::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraAspectRatioWidget_UI_UpdateLetterbox \ static_assert(alignof(CameraAspectRatioWidget_UI_UpdateLetterbox) == 0x000004, "Wrong alignment on CameraAspectRatioWidget_UI_UpdateLetterbox"); \ static_assert(sizeof(CameraAspectRatioWidget_UI_UpdateLetterbox) == 0x000004, "Wrong size on CameraAspectRatioWidget_UI_UpdateLetterbox"); \ static_assert(offsetof(CameraAspectRatioWidget_UI_UpdateLetterbox, InBarScale) == 0x000000, "Member 'CameraAspectRatioWidget_UI_UpdateLetterbox::InBarScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraAspectRatioWidget_UI_UpdatePillarbox \ static_assert(alignof(CameraAspectRatioWidget_UI_UpdatePillarbox) == 0x000004, "Wrong alignment on CameraAspectRatioWidget_UI_UpdatePillarbox"); \ static_assert(sizeof(CameraAspectRatioWidget_UI_UpdatePillarbox) == 0x000004, "Wrong size on CameraAspectRatioWidget_UI_UpdatePillarbox"); \ static_assert(offsetof(CameraAspectRatioWidget_UI_UpdatePillarbox, InBarScale) == 0x000000, "Member 'CameraAspectRatioWidget_UI_UpdatePillarbox::InBarScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraAspectRatioWidget \ static_assert(alignof(UCameraAspectRatioWidget) == 0x000008, "Wrong alignment on UCameraAspectRatioWidget"); \ static_assert(sizeof(UCameraAspectRatioWidget) == 0x000270, "Wrong size on UCameraAspectRatioWidget"); \ #define DUMPER7_ASSERTS_UCameraCheatManager \ static_assert(alignof(UCameraCheatManager) == 0x000008, "Wrong alignment on UCameraCheatManager"); \ static_assert(sizeof(UCameraCheatManager) == 0x000088, "Wrong size on UCameraCheatManager"); \ #define DUMPER7_ASSERTS_CameraDataHelper_AddAperture \ static_assert(alignof(CameraDataHelper_AddAperture) == 0x000004, "Wrong alignment on CameraDataHelper_AddAperture"); \ static_assert(sizeof(CameraDataHelper_AddAperture) == 0x0000BC, "Wrong size on CameraDataHelper_AddAperture"); \ static_assert(offsetof(CameraDataHelper_AddAperture, CameraData) == 0x000000, "Member 'CameraDataHelper_AddAperture::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddAperture, Value) == 0x0000B0, "Member 'CameraDataHelper_AddAperture::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddAperture, Velocity) == 0x0000B4, "Member 'CameraDataHelper_AddAperture::Velocity' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddAperture, Scale) == 0x0000B8, "Member 'CameraDataHelper_AddAperture::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_AddArmLength \ static_assert(alignof(CameraDataHelper_AddArmLength) == 0x000004, "Wrong alignment on CameraDataHelper_AddArmLength"); \ static_assert(sizeof(CameraDataHelper_AddArmLength) == 0x0000BC, "Wrong size on CameraDataHelper_AddArmLength"); \ static_assert(offsetof(CameraDataHelper_AddArmLength, CameraData) == 0x000000, "Member 'CameraDataHelper_AddArmLength::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddArmLength, Value) == 0x0000B0, "Member 'CameraDataHelper_AddArmLength::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddArmLength, Velocity) == 0x0000B4, "Member 'CameraDataHelper_AddArmLength::Velocity' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddArmLength, Scale) == 0x0000B8, "Member 'CameraDataHelper_AddArmLength::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_AddArmOrigin \ static_assert(alignof(CameraDataHelper_AddArmOrigin) == 0x000004, "Wrong alignment on CameraDataHelper_AddArmOrigin"); \ static_assert(sizeof(CameraDataHelper_AddArmOrigin) == 0x0000CC, "Wrong size on CameraDataHelper_AddArmOrigin"); \ static_assert(offsetof(CameraDataHelper_AddArmOrigin, CameraData) == 0x000000, "Member 'CameraDataHelper_AddArmOrigin::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddArmOrigin, Value) == 0x0000B0, "Member 'CameraDataHelper_AddArmOrigin::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddArmOrigin, Velocity) == 0x0000BC, "Member 'CameraDataHelper_AddArmOrigin::Velocity' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddArmOrigin, Scale) == 0x0000C8, "Member 'CameraDataHelper_AddArmOrigin::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_AddCameraSpaceRotation \ static_assert(alignof(CameraDataHelper_AddCameraSpaceRotation) == 0x000004, "Wrong alignment on CameraDataHelper_AddCameraSpaceRotation"); \ static_assert(sizeof(CameraDataHelper_AddCameraSpaceRotation) == 0x0000CC, "Wrong size on CameraDataHelper_AddCameraSpaceRotation"); \ static_assert(offsetof(CameraDataHelper_AddCameraSpaceRotation, CameraData) == 0x000000, "Member 'CameraDataHelper_AddCameraSpaceRotation::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddCameraSpaceRotation, Value) == 0x0000B0, "Member 'CameraDataHelper_AddCameraSpaceRotation::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddCameraSpaceRotation, Velocity) == 0x0000BC, "Member 'CameraDataHelper_AddCameraSpaceRotation::Velocity' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddCameraSpaceRotation, Scale) == 0x0000C8, "Member 'CameraDataHelper_AddCameraSpaceRotation::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_AddCameraSpaceTranslation \ static_assert(alignof(CameraDataHelper_AddCameraSpaceTranslation) == 0x000004, "Wrong alignment on CameraDataHelper_AddCameraSpaceTranslation"); \ static_assert(sizeof(CameraDataHelper_AddCameraSpaceTranslation) == 0x0000CC, "Wrong size on CameraDataHelper_AddCameraSpaceTranslation"); \ static_assert(offsetof(CameraDataHelper_AddCameraSpaceTranslation, CameraData) == 0x000000, "Member 'CameraDataHelper_AddCameraSpaceTranslation::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddCameraSpaceTranslation, Value) == 0x0000B0, "Member 'CameraDataHelper_AddCameraSpaceTranslation::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddCameraSpaceTranslation, Velocity) == 0x0000BC, "Member 'CameraDataHelper_AddCameraSpaceTranslation::Velocity' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddCameraSpaceTranslation, Scale) == 0x0000C8, "Member 'CameraDataHelper_AddCameraSpaceTranslation::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_AddFieldOfView \ static_assert(alignof(CameraDataHelper_AddFieldOfView) == 0x000004, "Wrong alignment on CameraDataHelper_AddFieldOfView"); \ static_assert(sizeof(CameraDataHelper_AddFieldOfView) == 0x0000BC, "Wrong size on CameraDataHelper_AddFieldOfView"); \ static_assert(offsetof(CameraDataHelper_AddFieldOfView, CameraData) == 0x000000, "Member 'CameraDataHelper_AddFieldOfView::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddFieldOfView, Value) == 0x0000B0, "Member 'CameraDataHelper_AddFieldOfView::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddFieldOfView, Velocity) == 0x0000B4, "Member 'CameraDataHelper_AddFieldOfView::Velocity' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddFieldOfView, Scale) == 0x0000B8, "Member 'CameraDataHelper_AddFieldOfView::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_AddFocusDistance \ static_assert(alignof(CameraDataHelper_AddFocusDistance) == 0x000004, "Wrong alignment on CameraDataHelper_AddFocusDistance"); \ static_assert(sizeof(CameraDataHelper_AddFocusDistance) == 0x0000BC, "Wrong size on CameraDataHelper_AddFocusDistance"); \ static_assert(offsetof(CameraDataHelper_AddFocusDistance, CameraData) == 0x000000, "Member 'CameraDataHelper_AddFocusDistance::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddFocusDistance, Value) == 0x0000B0, "Member 'CameraDataHelper_AddFocusDistance::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddFocusDistance, Velocity) == 0x0000B4, "Member 'CameraDataHelper_AddFocusDistance::Velocity' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddFocusDistance, Scale) == 0x0000B8, "Member 'CameraDataHelper_AddFocusDistance::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_AddRotation \ static_assert(alignof(CameraDataHelper_AddRotation) == 0x000004, "Wrong alignment on CameraDataHelper_AddRotation"); \ static_assert(sizeof(CameraDataHelper_AddRotation) == 0x0000D0, "Wrong size on CameraDataHelper_AddRotation"); \ static_assert(offsetof(CameraDataHelper_AddRotation, CameraData) == 0x000000, "Member 'CameraDataHelper_AddRotation::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddRotation, Value) == 0x0000B0, "Member 'CameraDataHelper_AddRotation::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddRotation, Velocity) == 0x0000BC, "Member 'CameraDataHelper_AddRotation::Velocity' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddRotation, Scale) == 0x0000C8, "Member 'CameraDataHelper_AddRotation::Scale' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddRotation, bAccumulate) == 0x0000CC, "Member 'CameraDataHelper_AddRotation::bAccumulate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_AddTargetOffset \ static_assert(alignof(CameraDataHelper_AddTargetOffset) == 0x000004, "Wrong alignment on CameraDataHelper_AddTargetOffset"); \ static_assert(sizeof(CameraDataHelper_AddTargetOffset) == 0x0000CC, "Wrong size on CameraDataHelper_AddTargetOffset"); \ static_assert(offsetof(CameraDataHelper_AddTargetOffset, CameraData) == 0x000000, "Member 'CameraDataHelper_AddTargetOffset::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddTargetOffset, Value) == 0x0000B0, "Member 'CameraDataHelper_AddTargetOffset::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddTargetOffset, Velocity) == 0x0000BC, "Member 'CameraDataHelper_AddTargetOffset::Velocity' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_AddTargetOffset, Scale) == 0x0000C8, "Member 'CameraDataHelper_AddTargetOffset::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_ComputeClosestDirectionInFrustum \ static_assert(alignof(CameraDataHelper_ComputeClosestDirectionInFrustum) == 0x000010, "Wrong alignment on CameraDataHelper_ComputeClosestDirectionInFrustum"); \ static_assert(sizeof(CameraDataHelper_ComputeClosestDirectionInFrustum) == 0x0000C0, "Wrong size on CameraDataHelper_ComputeClosestDirectionInFrustum"); \ static_assert(offsetof(CameraDataHelper_ComputeClosestDirectionInFrustum, InTargetDirection) == 0x000000, "Member 'CameraDataHelper_ComputeClosestDirectionInFrustum::InTargetDirection' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_ComputeClosestDirectionInFrustum, InScreenArea) == 0x00000C, "Member 'CameraDataHelper_ComputeClosestDirectionInFrustum::InScreenArea' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_ComputeClosestDirectionInFrustum, InEyeLocation) == 0x000020, "Member 'CameraDataHelper_ComputeClosestDirectionInFrustum::InEyeLocation' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_ComputeClosestDirectionInFrustum, InViewProjMatrix) == 0x000030, "Member 'CameraDataHelper_ComputeClosestDirectionInFrustum::InViewProjMatrix' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_ComputeClosestDirectionInFrustum, InInvViewProjMatrix) == 0x000070, "Member 'CameraDataHelper_ComputeClosestDirectionInFrustum::InInvViewProjMatrix' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_ComputeClosestDirectionInFrustum, ReturnValue) == 0x0000B0, "Member 'CameraDataHelper_ComputeClosestDirectionInFrustum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_ComputeViewProjectionMatrix \ static_assert(alignof(CameraDataHelper_ComputeViewProjectionMatrix) == 0x000010, "Wrong alignment on CameraDataHelper_ComputeViewProjectionMatrix"); \ static_assert(sizeof(CameraDataHelper_ComputeViewProjectionMatrix) == 0x000090, "Wrong size on CameraDataHelper_ComputeViewProjectionMatrix"); \ static_assert(offsetof(CameraDataHelper_ComputeViewProjectionMatrix, InTargetActor) == 0x000000, "Member 'CameraDataHelper_ComputeViewProjectionMatrix::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_ComputeViewProjectionMatrix, InCameraTransform) == 0x000010, "Member 'CameraDataHelper_ComputeViewProjectionMatrix::InCameraTransform' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_ComputeViewProjectionMatrix, InFieldOfView) == 0x000040, "Member 'CameraDataHelper_ComputeViewProjectionMatrix::InFieldOfView' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_ComputeViewProjectionMatrix, ReturnValue) == 0x000050, "Member 'CameraDataHelper_ComputeViewProjectionMatrix::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_DeprojectScreenToWorldStable \ static_assert(alignof(CameraDataHelper_DeprojectScreenToWorldStable) == 0x000008, "Wrong alignment on CameraDataHelper_DeprojectScreenToWorldStable"); \ static_assert(sizeof(CameraDataHelper_DeprojectScreenToWorldStable) == 0x000028, "Wrong size on CameraDataHelper_DeprojectScreenToWorldStable"); \ static_assert(offsetof(CameraDataHelper_DeprojectScreenToWorldStable, PlayerController) == 0x000000, "Member 'CameraDataHelper_DeprojectScreenToWorldStable::PlayerController' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_DeprojectScreenToWorldStable, InScreenPosition) == 0x000008, "Member 'CameraDataHelper_DeprojectScreenToWorldStable::InScreenPosition' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_DeprojectScreenToWorldStable, OutLocation) == 0x000010, "Member 'CameraDataHelper_DeprojectScreenToWorldStable::OutLocation' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_DeprojectScreenToWorldStable, OutDirection) == 0x00001C, "Member 'CameraDataHelper_DeprojectScreenToWorldStable::OutDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_FindSwingTwistDecomposition \ static_assert(alignof(CameraDataHelper_FindSwingTwistDecomposition) == 0x000010, "Wrong alignment on CameraDataHelper_FindSwingTwistDecomposition"); \ static_assert(sizeof(CameraDataHelper_FindSwingTwistDecomposition) == 0x000020, "Wrong size on CameraDataHelper_FindSwingTwistDecomposition"); \ static_assert(offsetof(CameraDataHelper_FindSwingTwistDecomposition, Quat) == 0x000000, "Member 'CameraDataHelper_FindSwingTwistDecomposition::Quat' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_FindSwingTwistDecomposition, Axis) == 0x000010, "Member 'CameraDataHelper_FindSwingTwistDecomposition::Axis' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_FindSwingTwistDecomposition, ReturnValue) == 0x00001C, "Member 'CameraDataHelper_FindSwingTwistDecomposition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_GetAccumulatedRotationDelta \ static_assert(alignof(CameraDataHelper_GetAccumulatedRotationDelta) == 0x000004, "Wrong alignment on CameraDataHelper_GetAccumulatedRotationDelta"); \ static_assert(sizeof(CameraDataHelper_GetAccumulatedRotationDelta) == 0x0000C8, "Wrong size on CameraDataHelper_GetAccumulatedRotationDelta"); \ static_assert(offsetof(CameraDataHelper_GetAccumulatedRotationDelta, CameraData) == 0x000000, "Member 'CameraDataHelper_GetAccumulatedRotationDelta::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetAccumulatedRotationDelta, OutValue) == 0x0000B0, "Member 'CameraDataHelper_GetAccumulatedRotationDelta::OutValue' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetAccumulatedRotationDelta, OutVelocity) == 0x0000BC, "Member 'CameraDataHelper_GetAccumulatedRotationDelta::OutVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_GetAperture \ static_assert(alignof(CameraDataHelper_GetAperture) == 0x000004, "Wrong alignment on CameraDataHelper_GetAperture"); \ static_assert(sizeof(CameraDataHelper_GetAperture) == 0x0000B8, "Wrong size on CameraDataHelper_GetAperture"); \ static_assert(offsetof(CameraDataHelper_GetAperture, CameraData) == 0x000000, "Member 'CameraDataHelper_GetAperture::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetAperture, OutValue) == 0x0000B0, "Member 'CameraDataHelper_GetAperture::OutValue' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetAperture, OutVelocity) == 0x0000B4, "Member 'CameraDataHelper_GetAperture::OutVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_GetArmLength \ static_assert(alignof(CameraDataHelper_GetArmLength) == 0x000004, "Wrong alignment on CameraDataHelper_GetArmLength"); \ static_assert(sizeof(CameraDataHelper_GetArmLength) == 0x0000B8, "Wrong size on CameraDataHelper_GetArmLength"); \ static_assert(offsetof(CameraDataHelper_GetArmLength, CameraData) == 0x000000, "Member 'CameraDataHelper_GetArmLength::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetArmLength, OutValue) == 0x0000B0, "Member 'CameraDataHelper_GetArmLength::OutValue' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetArmLength, OutVelocity) == 0x0000B4, "Member 'CameraDataHelper_GetArmLength::OutVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_GetArmOrigin \ static_assert(alignof(CameraDataHelper_GetArmOrigin) == 0x000004, "Wrong alignment on CameraDataHelper_GetArmOrigin"); \ static_assert(sizeof(CameraDataHelper_GetArmOrigin) == 0x0000C8, "Wrong size on CameraDataHelper_GetArmOrigin"); \ static_assert(offsetof(CameraDataHelper_GetArmOrigin, CameraData) == 0x000000, "Member 'CameraDataHelper_GetArmOrigin::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetArmOrigin, OutValue) == 0x0000B0, "Member 'CameraDataHelper_GetArmOrigin::OutValue' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetArmOrigin, OutVelocity) == 0x0000BC, "Member 'CameraDataHelper_GetArmOrigin::OutVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_GetCameraSpaceRotation \ static_assert(alignof(CameraDataHelper_GetCameraSpaceRotation) == 0x000004, "Wrong alignment on CameraDataHelper_GetCameraSpaceRotation"); \ static_assert(sizeof(CameraDataHelper_GetCameraSpaceRotation) == 0x0000C8, "Wrong size on CameraDataHelper_GetCameraSpaceRotation"); \ static_assert(offsetof(CameraDataHelper_GetCameraSpaceRotation, CameraData) == 0x000000, "Member 'CameraDataHelper_GetCameraSpaceRotation::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetCameraSpaceRotation, OutValue) == 0x0000B0, "Member 'CameraDataHelper_GetCameraSpaceRotation::OutValue' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetCameraSpaceRotation, OutVelocity) == 0x0000BC, "Member 'CameraDataHelper_GetCameraSpaceRotation::OutVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_GetCameraSpaceTranslation \ static_assert(alignof(CameraDataHelper_GetCameraSpaceTranslation) == 0x000004, "Wrong alignment on CameraDataHelper_GetCameraSpaceTranslation"); \ static_assert(sizeof(CameraDataHelper_GetCameraSpaceTranslation) == 0x0000C8, "Wrong size on CameraDataHelper_GetCameraSpaceTranslation"); \ static_assert(offsetof(CameraDataHelper_GetCameraSpaceTranslation, CameraData) == 0x000000, "Member 'CameraDataHelper_GetCameraSpaceTranslation::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetCameraSpaceTranslation, OutValue) == 0x0000B0, "Member 'CameraDataHelper_GetCameraSpaceTranslation::OutValue' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetCameraSpaceTranslation, OutVelocity) == 0x0000BC, "Member 'CameraDataHelper_GetCameraSpaceTranslation::OutVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_GetFieldOfView \ static_assert(alignof(CameraDataHelper_GetFieldOfView) == 0x000004, "Wrong alignment on CameraDataHelper_GetFieldOfView"); \ static_assert(sizeof(CameraDataHelper_GetFieldOfView) == 0x0000B8, "Wrong size on CameraDataHelper_GetFieldOfView"); \ static_assert(offsetof(CameraDataHelper_GetFieldOfView, CameraData) == 0x000000, "Member 'CameraDataHelper_GetFieldOfView::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetFieldOfView, OutValue) == 0x0000B0, "Member 'CameraDataHelper_GetFieldOfView::OutValue' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetFieldOfView, OutVelocity) == 0x0000B4, "Member 'CameraDataHelper_GetFieldOfView::OutVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_GetFocalLengthFromFOV \ static_assert(alignof(CameraDataHelper_GetFocalLengthFromFOV) == 0x000004, "Wrong alignment on CameraDataHelper_GetFocalLengthFromFOV"); \ static_assert(sizeof(CameraDataHelper_GetFocalLengthFromFOV) == 0x000010, "Wrong size on CameraDataHelper_GetFocalLengthFromFOV"); \ static_assert(offsetof(CameraDataHelper_GetFocalLengthFromFOV, InFieldOfView) == 0x000000, "Member 'CameraDataHelper_GetFocalLengthFromFOV::InFieldOfView' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetFocalLengthFromFOV, InSensorWidth) == 0x000004, "Member 'CameraDataHelper_GetFocalLengthFromFOV::InSensorWidth' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetFocalLengthFromFOV, bIncOffset) == 0x000008, "Member 'CameraDataHelper_GetFocalLengthFromFOV::bIncOffset' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetFocalLengthFromFOV, ReturnValue) == 0x00000C, "Member 'CameraDataHelper_GetFocalLengthFromFOV::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_GetFocusDistance \ static_assert(alignof(CameraDataHelper_GetFocusDistance) == 0x000004, "Wrong alignment on CameraDataHelper_GetFocusDistance"); \ static_assert(sizeof(CameraDataHelper_GetFocusDistance) == 0x0000B8, "Wrong size on CameraDataHelper_GetFocusDistance"); \ static_assert(offsetof(CameraDataHelper_GetFocusDistance, CameraData) == 0x000000, "Member 'CameraDataHelper_GetFocusDistance::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetFocusDistance, OutValue) == 0x0000B0, "Member 'CameraDataHelper_GetFocusDistance::OutValue' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetFocusDistance, OutVelocity) == 0x0000B4, "Member 'CameraDataHelper_GetFocusDistance::OutVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_GetFOVFromFocalLength \ static_assert(alignof(CameraDataHelper_GetFOVFromFocalLength) == 0x000004, "Wrong alignment on CameraDataHelper_GetFOVFromFocalLength"); \ static_assert(sizeof(CameraDataHelper_GetFOVFromFocalLength) == 0x000010, "Wrong size on CameraDataHelper_GetFOVFromFocalLength"); \ static_assert(offsetof(CameraDataHelper_GetFOVFromFocalLength, InFocalLength) == 0x000000, "Member 'CameraDataHelper_GetFOVFromFocalLength::InFocalLength' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetFOVFromFocalLength, InSensorWidth) == 0x000004, "Member 'CameraDataHelper_GetFOVFromFocalLength::InSensorWidth' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetFOVFromFocalLength, bIncOffset) == 0x000008, "Member 'CameraDataHelper_GetFOVFromFocalLength::bIncOffset' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetFOVFromFocalLength, ReturnValue) == 0x00000C, "Member 'CameraDataHelper_GetFOVFromFocalLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_GetRotation \ static_assert(alignof(CameraDataHelper_GetRotation) == 0x000004, "Wrong alignment on CameraDataHelper_GetRotation"); \ static_assert(sizeof(CameraDataHelper_GetRotation) == 0x0000C8, "Wrong size on CameraDataHelper_GetRotation"); \ static_assert(offsetof(CameraDataHelper_GetRotation, CameraData) == 0x000000, "Member 'CameraDataHelper_GetRotation::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetRotation, OutValue) == 0x0000B0, "Member 'CameraDataHelper_GetRotation::OutValue' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetRotation, OutVelocity) == 0x0000BC, "Member 'CameraDataHelper_GetRotation::OutVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_GetScreenLocationAtWorldLocation \ static_assert(alignof(CameraDataHelper_GetScreenLocationAtWorldLocation) == 0x000010, "Wrong alignment on CameraDataHelper_GetScreenLocationAtWorldLocation"); \ static_assert(sizeof(CameraDataHelper_GetScreenLocationAtWorldLocation) == 0x000060, "Wrong size on CameraDataHelper_GetScreenLocationAtWorldLocation"); \ static_assert(offsetof(CameraDataHelper_GetScreenLocationAtWorldLocation, InWorldLocation) == 0x000000, "Member 'CameraDataHelper_GetScreenLocationAtWorldLocation::InWorldLocation' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetScreenLocationAtWorldLocation, InViewProjectionMatrix) == 0x000010, "Member 'CameraDataHelper_GetScreenLocationAtWorldLocation::InViewProjectionMatrix' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetScreenLocationAtWorldLocation, OutScreenLocation) == 0x000050, "Member 'CameraDataHelper_GetScreenLocationAtWorldLocation::OutScreenLocation' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetScreenLocationAtWorldLocation, ReturnValue) == 0x000058, "Member 'CameraDataHelper_GetScreenLocationAtWorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_GetTargetOffset \ static_assert(alignof(CameraDataHelper_GetTargetOffset) == 0x000004, "Wrong alignment on CameraDataHelper_GetTargetOffset"); \ static_assert(sizeof(CameraDataHelper_GetTargetOffset) == 0x0000C8, "Wrong size on CameraDataHelper_GetTargetOffset"); \ static_assert(offsetof(CameraDataHelper_GetTargetOffset, CameraData) == 0x000000, "Member 'CameraDataHelper_GetTargetOffset::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetTargetOffset, OutValue) == 0x0000B0, "Member 'CameraDataHelper_GetTargetOffset::OutValue' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetTargetOffset, OutVelocity) == 0x0000BC, "Member 'CameraDataHelper_GetTargetOffset::OutVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_GetWorldDirectionAtScreenLocation \ static_assert(alignof(CameraDataHelper_GetWorldDirectionAtScreenLocation) == 0x000010, "Wrong alignment on CameraDataHelper_GetWorldDirectionAtScreenLocation"); \ static_assert(sizeof(CameraDataHelper_GetWorldDirectionAtScreenLocation) == 0x000060, "Wrong size on CameraDataHelper_GetWorldDirectionAtScreenLocation"); \ static_assert(offsetof(CameraDataHelper_GetWorldDirectionAtScreenLocation, InScreenLocation) == 0x000000, "Member 'CameraDataHelper_GetWorldDirectionAtScreenLocation::InScreenLocation' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetWorldDirectionAtScreenLocation, InInvViewProjectionMatrix) == 0x000010, "Member 'CameraDataHelper_GetWorldDirectionAtScreenLocation::InInvViewProjectionMatrix' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_GetWorldDirectionAtScreenLocation, ReturnValue) == 0x000050, "Member 'CameraDataHelper_GetWorldDirectionAtScreenLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_RayPlaneIntersection \ static_assert(alignof(CameraDataHelper_RayPlaneIntersection) == 0x000010, "Wrong alignment on CameraDataHelper_RayPlaneIntersection"); \ static_assert(sizeof(CameraDataHelper_RayPlaneIntersection) == 0x000040, "Wrong size on CameraDataHelper_RayPlaneIntersection"); \ static_assert(offsetof(CameraDataHelper_RayPlaneIntersection, RayOrigin) == 0x000000, "Member 'CameraDataHelper_RayPlaneIntersection::RayOrigin' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_RayPlaneIntersection, RayDirection) == 0x00000C, "Member 'CameraDataHelper_RayPlaneIntersection::RayDirection' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_RayPlaneIntersection, Plane) == 0x000020, "Member 'CameraDataHelper_RayPlaneIntersection::Plane' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_RayPlaneIntersection, ReturnValue) == 0x000030, "Member 'CameraDataHelper_RayPlaneIntersection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_RotateAroundLocation \ static_assert(alignof(CameraDataHelper_RotateAroundLocation) == 0x000004, "Wrong alignment on CameraDataHelper_RotateAroundLocation"); \ static_assert(sizeof(CameraDataHelper_RotateAroundLocation) == 0x000028, "Wrong size on CameraDataHelper_RotateAroundLocation"); \ static_assert(offsetof(CameraDataHelper_RotateAroundLocation, TargetLocation) == 0x000000, "Member 'CameraDataHelper_RotateAroundLocation::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_RotateAroundLocation, InOutViewLocation) == 0x00000C, "Member 'CameraDataHelper_RotateAroundLocation::InOutViewLocation' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_RotateAroundLocation, InOutViewRotation) == 0x000018, "Member 'CameraDataHelper_RotateAroundLocation::InOutViewRotation' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_RotateAroundLocation, AngleInRadians) == 0x000024, "Member 'CameraDataHelper_RotateAroundLocation::AngleInRadians' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_RotToVec \ static_assert(alignof(CameraDataHelper_RotToVec) == 0x000004, "Wrong alignment on CameraDataHelper_RotToVec"); \ static_assert(sizeof(CameraDataHelper_RotToVec) == 0x000018, "Wrong size on CameraDataHelper_RotToVec"); \ static_assert(offsetof(CameraDataHelper_RotToVec, Rot) == 0x000000, "Member 'CameraDataHelper_RotToVec::Rot' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_RotToVec, ReturnValue) == 0x00000C, "Member 'CameraDataHelper_RotToVec::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_SafeUnwindDegrees \ static_assert(alignof(CameraDataHelper_SafeUnwindDegrees) == 0x000004, "Wrong alignment on CameraDataHelper_SafeUnwindDegrees"); \ static_assert(sizeof(CameraDataHelper_SafeUnwindDegrees) == 0x000008, "Wrong size on CameraDataHelper_SafeUnwindDegrees"); \ static_assert(offsetof(CameraDataHelper_SafeUnwindDegrees, Deg) == 0x000000, "Member 'CameraDataHelper_SafeUnwindDegrees::Deg' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SafeUnwindDegrees, ReturnValue) == 0x000004, "Member 'CameraDataHelper_SafeUnwindDegrees::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_SetAccumulatedRotationDelta \ static_assert(alignof(CameraDataHelper_SetAccumulatedRotationDelta) == 0x000004, "Wrong alignment on CameraDataHelper_SetAccumulatedRotationDelta"); \ static_assert(sizeof(CameraDataHelper_SetAccumulatedRotationDelta) == 0x0000C8, "Wrong size on CameraDataHelper_SetAccumulatedRotationDelta"); \ static_assert(offsetof(CameraDataHelper_SetAccumulatedRotationDelta, CameraData) == 0x000000, "Member 'CameraDataHelper_SetAccumulatedRotationDelta::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetAccumulatedRotationDelta, Value) == 0x0000B0, "Member 'CameraDataHelper_SetAccumulatedRotationDelta::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetAccumulatedRotationDelta, Velocity) == 0x0000BC, "Member 'CameraDataHelper_SetAccumulatedRotationDelta::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_SetAperture \ static_assert(alignof(CameraDataHelper_SetAperture) == 0x000004, "Wrong alignment on CameraDataHelper_SetAperture"); \ static_assert(sizeof(CameraDataHelper_SetAperture) == 0x0000B8, "Wrong size on CameraDataHelper_SetAperture"); \ static_assert(offsetof(CameraDataHelper_SetAperture, CameraData) == 0x000000, "Member 'CameraDataHelper_SetAperture::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetAperture, Value) == 0x0000B0, "Member 'CameraDataHelper_SetAperture::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetAperture, Velocity) == 0x0000B4, "Member 'CameraDataHelper_SetAperture::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_SetArmLength \ static_assert(alignof(CameraDataHelper_SetArmLength) == 0x000004, "Wrong alignment on CameraDataHelper_SetArmLength"); \ static_assert(sizeof(CameraDataHelper_SetArmLength) == 0x0000B8, "Wrong size on CameraDataHelper_SetArmLength"); \ static_assert(offsetof(CameraDataHelper_SetArmLength, CameraData) == 0x000000, "Member 'CameraDataHelper_SetArmLength::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetArmLength, Value) == 0x0000B0, "Member 'CameraDataHelper_SetArmLength::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetArmLength, Velocity) == 0x0000B4, "Member 'CameraDataHelper_SetArmLength::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_SetArmOrigin \ static_assert(alignof(CameraDataHelper_SetArmOrigin) == 0x000004, "Wrong alignment on CameraDataHelper_SetArmOrigin"); \ static_assert(sizeof(CameraDataHelper_SetArmOrigin) == 0x0000C8, "Wrong size on CameraDataHelper_SetArmOrigin"); \ static_assert(offsetof(CameraDataHelper_SetArmOrigin, CameraData) == 0x000000, "Member 'CameraDataHelper_SetArmOrigin::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetArmOrigin, Value) == 0x0000B0, "Member 'CameraDataHelper_SetArmOrigin::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetArmOrigin, Velocity) == 0x0000BC, "Member 'CameraDataHelper_SetArmOrigin::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_SetCameraSpaceRotation \ static_assert(alignof(CameraDataHelper_SetCameraSpaceRotation) == 0x000004, "Wrong alignment on CameraDataHelper_SetCameraSpaceRotation"); \ static_assert(sizeof(CameraDataHelper_SetCameraSpaceRotation) == 0x0000C8, "Wrong size on CameraDataHelper_SetCameraSpaceRotation"); \ static_assert(offsetof(CameraDataHelper_SetCameraSpaceRotation, CameraData) == 0x000000, "Member 'CameraDataHelper_SetCameraSpaceRotation::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetCameraSpaceRotation, Value) == 0x0000B0, "Member 'CameraDataHelper_SetCameraSpaceRotation::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetCameraSpaceRotation, Velocity) == 0x0000BC, "Member 'CameraDataHelper_SetCameraSpaceRotation::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_SetCameraSpaceTranslation \ static_assert(alignof(CameraDataHelper_SetCameraSpaceTranslation) == 0x000004, "Wrong alignment on CameraDataHelper_SetCameraSpaceTranslation"); \ static_assert(sizeof(CameraDataHelper_SetCameraSpaceTranslation) == 0x0000C8, "Wrong size on CameraDataHelper_SetCameraSpaceTranslation"); \ static_assert(offsetof(CameraDataHelper_SetCameraSpaceTranslation, CameraData) == 0x000000, "Member 'CameraDataHelper_SetCameraSpaceTranslation::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetCameraSpaceTranslation, Value) == 0x0000B0, "Member 'CameraDataHelper_SetCameraSpaceTranslation::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetCameraSpaceTranslation, Velocity) == 0x0000BC, "Member 'CameraDataHelper_SetCameraSpaceTranslation::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_SetFieldOfView \ static_assert(alignof(CameraDataHelper_SetFieldOfView) == 0x000004, "Wrong alignment on CameraDataHelper_SetFieldOfView"); \ static_assert(sizeof(CameraDataHelper_SetFieldOfView) == 0x0000B8, "Wrong size on CameraDataHelper_SetFieldOfView"); \ static_assert(offsetof(CameraDataHelper_SetFieldOfView, CameraData) == 0x000000, "Member 'CameraDataHelper_SetFieldOfView::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetFieldOfView, Value) == 0x0000B0, "Member 'CameraDataHelper_SetFieldOfView::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetFieldOfView, Velocity) == 0x0000B4, "Member 'CameraDataHelper_SetFieldOfView::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_SetFocusDistance \ static_assert(alignof(CameraDataHelper_SetFocusDistance) == 0x000004, "Wrong alignment on CameraDataHelper_SetFocusDistance"); \ static_assert(sizeof(CameraDataHelper_SetFocusDistance) == 0x0000B8, "Wrong size on CameraDataHelper_SetFocusDistance"); \ static_assert(offsetof(CameraDataHelper_SetFocusDistance, CameraData) == 0x000000, "Member 'CameraDataHelper_SetFocusDistance::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetFocusDistance, Value) == 0x0000B0, "Member 'CameraDataHelper_SetFocusDistance::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetFocusDistance, Velocity) == 0x0000B4, "Member 'CameraDataHelper_SetFocusDistance::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_SetRotation \ static_assert(alignof(CameraDataHelper_SetRotation) == 0x000004, "Wrong alignment on CameraDataHelper_SetRotation"); \ static_assert(sizeof(CameraDataHelper_SetRotation) == 0x0000C8, "Wrong size on CameraDataHelper_SetRotation"); \ static_assert(offsetof(CameraDataHelper_SetRotation, CameraData) == 0x000000, "Member 'CameraDataHelper_SetRotation::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetRotation, Value) == 0x0000B0, "Member 'CameraDataHelper_SetRotation::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetRotation, Velocity) == 0x0000BC, "Member 'CameraDataHelper_SetRotation::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_SetTargetOffset \ static_assert(alignof(CameraDataHelper_SetTargetOffset) == 0x000004, "Wrong alignment on CameraDataHelper_SetTargetOffset"); \ static_assert(sizeof(CameraDataHelper_SetTargetOffset) == 0x0000C8, "Wrong size on CameraDataHelper_SetTargetOffset"); \ static_assert(offsetof(CameraDataHelper_SetTargetOffset, CameraData) == 0x000000, "Member 'CameraDataHelper_SetTargetOffset::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetTargetOffset, Value) == 0x0000B0, "Member 'CameraDataHelper_SetTargetOffset::Value' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_SetTargetOffset, Velocity) == 0x0000BC, "Member 'CameraDataHelper_SetTargetOffset::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_ToOrientationRotator \ static_assert(alignof(CameraDataHelper_ToOrientationRotator) == 0x000004, "Wrong alignment on CameraDataHelper_ToOrientationRotator"); \ static_assert(sizeof(CameraDataHelper_ToOrientationRotator) == 0x000018, "Wrong size on CameraDataHelper_ToOrientationRotator"); \ static_assert(offsetof(CameraDataHelper_ToOrientationRotator, Vec) == 0x000000, "Member 'CameraDataHelper_ToOrientationRotator::Vec' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_ToOrientationRotator, ReturnValue) == 0x00000C, "Member 'CameraDataHelper_ToOrientationRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraDataHelper_VecToRot \ static_assert(alignof(CameraDataHelper_VecToRot) == 0x000004, "Wrong alignment on CameraDataHelper_VecToRot"); \ static_assert(sizeof(CameraDataHelper_VecToRot) == 0x000018, "Wrong size on CameraDataHelper_VecToRot"); \ static_assert(offsetof(CameraDataHelper_VecToRot, Vec) == 0x000000, "Member 'CameraDataHelper_VecToRot::Vec' has a wrong offset!"); \ static_assert(offsetof(CameraDataHelper_VecToRot, ReturnValue) == 0x00000C, "Member 'CameraDataHelper_VecToRot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraDataHelper \ static_assert(alignof(UCameraDataHelper) == 0x000008, "Wrong alignment on UCameraDataHelper"); \ static_assert(sizeof(UCameraDataHelper) == 0x000028, "Wrong size on UCameraDataHelper"); \ #define DUMPER7_ASSERTS_UCameraPostProcessHandler \ static_assert(alignof(UCameraPostProcessHandler) == 0x000008, "Wrong alignment on UCameraPostProcessHandler"); \ static_assert(sizeof(UCameraPostProcessHandler) == 0x000058, "Wrong size on UCameraPostProcessHandler"); \ static_assert(offsetof(UCameraPostProcessHandler, BlendCamera) == 0x000050, "Member 'UCameraPostProcessHandler::BlendCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_AddBehavior \ static_assert(alignof(CameraStack_AddBehavior) == 0x000008, "Wrong alignment on CameraStack_AddBehavior"); \ static_assert(sizeof(CameraStack_AddBehavior) == 0x000010, "Wrong size on CameraStack_AddBehavior"); \ static_assert(offsetof(CameraStack_AddBehavior, InBehavior) == 0x000000, "Member 'CameraStack_AddBehavior::InBehavior' has a wrong offset!"); \ static_assert(offsetof(CameraStack_AddBehavior, InBlendInDuration) == 0x000008, "Member 'CameraStack_AddBehavior::InBlendInDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStack_AddBehavior, bInSkipFlags) == 0x00000C, "Member 'CameraStack_AddBehavior::bInSkipFlags' has a wrong offset!"); \ static_assert(offsetof(CameraStack_AddBehavior, ReturnValue) == 0x00000D, "Member 'CameraStack_AddBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_AddStackBehaviors \ static_assert(alignof(CameraStack_AddStackBehaviors) == 0x000008, "Wrong alignment on CameraStack_AddStackBehaviors"); \ static_assert(sizeof(CameraStack_AddStackBehaviors) == 0x000028, "Wrong size on CameraStack_AddStackBehaviors"); \ static_assert(offsetof(CameraStack_AddStackBehaviors, InStackData) == 0x000000, "Member 'CameraStack_AddStackBehaviors::InStackData' has a wrong offset!"); \ static_assert(offsetof(CameraStack_AddStackBehaviors, InBlendInDuration) == 0x000018, "Member 'CameraStack_AddStackBehaviors::InBlendInDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStack_AddStackBehaviors, ReturnValue) == 0x000020, "Member 'CameraStack_AddStackBehaviors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_CreateCoreBehavior \ static_assert(alignof(CameraStack_CreateCoreBehavior) == 0x000008, "Wrong alignment on CameraStack_CreateCoreBehavior"); \ static_assert(sizeof(CameraStack_CreateCoreBehavior) == 0x000018, "Wrong size on CameraStack_CreateCoreBehavior"); \ static_assert(offsetof(CameraStack_CreateCoreBehavior, BehaviorClass) == 0x000000, "Member 'CameraStack_CreateCoreBehavior::BehaviorClass' has a wrong offset!"); \ static_assert(offsetof(CameraStack_CreateCoreBehavior, Template) == 0x000008, "Member 'CameraStack_CreateCoreBehavior::Template' has a wrong offset!"); \ static_assert(offsetof(CameraStack_CreateCoreBehavior, ReturnValue) == 0x000010, "Member 'CameraStack_CreateCoreBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_CreateNonCoreBehavior \ static_assert(alignof(CameraStack_CreateNonCoreBehavior) == 0x000008, "Wrong alignment on CameraStack_CreateNonCoreBehavior"); \ static_assert(sizeof(CameraStack_CreateNonCoreBehavior) == 0x000018, "Wrong size on CameraStack_CreateNonCoreBehavior"); \ static_assert(offsetof(CameraStack_CreateNonCoreBehavior, BehaviorClass) == 0x000000, "Member 'CameraStack_CreateNonCoreBehavior::BehaviorClass' has a wrong offset!"); \ static_assert(offsetof(CameraStack_CreateNonCoreBehavior, Template) == 0x000008, "Member 'CameraStack_CreateNonCoreBehavior::Template' has a wrong offset!"); \ static_assert(offsetof(CameraStack_CreateNonCoreBehavior, ReturnValue) == 0x000010, "Member 'CameraStack_CreateNonCoreBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_DisableBehavior \ static_assert(alignof(CameraStack_DisableBehavior) == 0x000008, "Wrong alignment on CameraStack_DisableBehavior"); \ static_assert(sizeof(CameraStack_DisableBehavior) == 0x000010, "Wrong size on CameraStack_DisableBehavior"); \ static_assert(offsetof(CameraStack_DisableBehavior, InBehavior) == 0x000000, "Member 'CameraStack_DisableBehavior::InBehavior' has a wrong offset!"); \ static_assert(offsetof(CameraStack_DisableBehavior, InBlendOutDuration) == 0x000008, "Member 'CameraStack_DisableBehavior::InBlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStack_DisableBehavior, ReturnValue) == 0x00000C, "Member 'CameraStack_DisableBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_EnableBehavior \ static_assert(alignof(CameraStack_EnableBehavior) == 0x000008, "Wrong alignment on CameraStack_EnableBehavior"); \ static_assert(sizeof(CameraStack_EnableBehavior) == 0x000010, "Wrong size on CameraStack_EnableBehavior"); \ static_assert(offsetof(CameraStack_EnableBehavior, InBehavior) == 0x000000, "Member 'CameraStack_EnableBehavior::InBehavior' has a wrong offset!"); \ static_assert(offsetof(CameraStack_EnableBehavior, InBlendInDuration) == 0x000008, "Member 'CameraStack_EnableBehavior::InBlendInDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStack_EnableBehavior, ReturnValue) == 0x00000C, "Member 'CameraStack_EnableBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_GetApertureLimits \ static_assert(alignof(CameraStack_GetApertureLimits) == 0x000004, "Wrong alignment on CameraStack_GetApertureLimits"); \ static_assert(sizeof(CameraStack_GetApertureLimits) == 0x00000C, "Wrong size on CameraStack_GetApertureLimits"); \ static_assert(offsetof(CameraStack_GetApertureLimits, OutMin) == 0x000000, "Member 'CameraStack_GetApertureLimits::OutMin' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetApertureLimits, OutMax) == 0x000004, "Member 'CameraStack_GetApertureLimits::OutMax' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetApertureLimits, ReturnValue) == 0x000008, "Member 'CameraStack_GetApertureLimits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_GetArmLengthLimits \ static_assert(alignof(CameraStack_GetArmLengthLimits) == 0x000004, "Wrong alignment on CameraStack_GetArmLengthLimits"); \ static_assert(sizeof(CameraStack_GetArmLengthLimits) == 0x00000C, "Wrong size on CameraStack_GetArmLengthLimits"); \ static_assert(offsetof(CameraStack_GetArmLengthLimits, OutMin) == 0x000000, "Member 'CameraStack_GetArmLengthLimits::OutMin' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetArmLengthLimits, OutMax) == 0x000004, "Member 'CameraStack_GetArmLengthLimits::OutMax' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetArmLengthLimits, ReturnValue) == 0x000008, "Member 'CameraStack_GetArmLengthLimits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_GetArmOriginLimits \ static_assert(alignof(CameraStack_GetArmOriginLimits) == 0x000004, "Wrong alignment on CameraStack_GetArmOriginLimits"); \ static_assert(sizeof(CameraStack_GetArmOriginLimits) == 0x000034, "Wrong size on CameraStack_GetArmOriginLimits"); \ static_assert(offsetof(CameraStack_GetArmOriginLimits, OutMin) == 0x000000, "Member 'CameraStack_GetArmOriginLimits::OutMin' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetArmOriginLimits, OutMax) == 0x000018, "Member 'CameraStack_GetArmOriginLimits::OutMax' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetArmOriginLimits, ReturnValue) == 0x000030, "Member 'CameraStack_GetArmOriginLimits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_GetCameraSpaceRotationLimits \ static_assert(alignof(CameraStack_GetCameraSpaceRotationLimits) == 0x000004, "Wrong alignment on CameraStack_GetCameraSpaceRotationLimits"); \ static_assert(sizeof(CameraStack_GetCameraSpaceRotationLimits) == 0x000034, "Wrong size on CameraStack_GetCameraSpaceRotationLimits"); \ static_assert(offsetof(CameraStack_GetCameraSpaceRotationLimits, OutMin) == 0x000000, "Member 'CameraStack_GetCameraSpaceRotationLimits::OutMin' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetCameraSpaceRotationLimits, OutMax) == 0x000018, "Member 'CameraStack_GetCameraSpaceRotationLimits::OutMax' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetCameraSpaceRotationLimits, ReturnValue) == 0x000030, "Member 'CameraStack_GetCameraSpaceRotationLimits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_GetCameraSpaceTranslationLimits \ static_assert(alignof(CameraStack_GetCameraSpaceTranslationLimits) == 0x000004, "Wrong alignment on CameraStack_GetCameraSpaceTranslationLimits"); \ static_assert(sizeof(CameraStack_GetCameraSpaceTranslationLimits) == 0x000034, "Wrong size on CameraStack_GetCameraSpaceTranslationLimits"); \ static_assert(offsetof(CameraStack_GetCameraSpaceTranslationLimits, OutMin) == 0x000000, "Member 'CameraStack_GetCameraSpaceTranslationLimits::OutMin' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetCameraSpaceTranslationLimits, OutMax) == 0x000018, "Member 'CameraStack_GetCameraSpaceTranslationLimits::OutMax' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetCameraSpaceTranslationLimits, ReturnValue) == 0x000030, "Member 'CameraStack_GetCameraSpaceTranslationLimits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_GetFieldOfViewLimits \ static_assert(alignof(CameraStack_GetFieldOfViewLimits) == 0x000004, "Wrong alignment on CameraStack_GetFieldOfViewLimits"); \ static_assert(sizeof(CameraStack_GetFieldOfViewLimits) == 0x00000C, "Wrong size on CameraStack_GetFieldOfViewLimits"); \ static_assert(offsetof(CameraStack_GetFieldOfViewLimits, OutMin) == 0x000000, "Member 'CameraStack_GetFieldOfViewLimits::OutMin' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetFieldOfViewLimits, OutMax) == 0x000004, "Member 'CameraStack_GetFieldOfViewLimits::OutMax' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetFieldOfViewLimits, ReturnValue) == 0x000008, "Member 'CameraStack_GetFieldOfViewLimits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_GetFocusDistanceLimits \ static_assert(alignof(CameraStack_GetFocusDistanceLimits) == 0x000004, "Wrong alignment on CameraStack_GetFocusDistanceLimits"); \ static_assert(sizeof(CameraStack_GetFocusDistanceLimits) == 0x00000C, "Wrong size on CameraStack_GetFocusDistanceLimits"); \ static_assert(offsetof(CameraStack_GetFocusDistanceLimits, OutMin) == 0x000000, "Member 'CameraStack_GetFocusDistanceLimits::OutMin' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetFocusDistanceLimits, OutMax) == 0x000004, "Member 'CameraStack_GetFocusDistanceLimits::OutMax' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetFocusDistanceLimits, ReturnValue) == 0x000008, "Member 'CameraStack_GetFocusDistanceLimits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_GetRotationLimits \ static_assert(alignof(CameraStack_GetRotationLimits) == 0x000004, "Wrong alignment on CameraStack_GetRotationLimits"); \ static_assert(sizeof(CameraStack_GetRotationLimits) == 0x000034, "Wrong size on CameraStack_GetRotationLimits"); \ static_assert(offsetof(CameraStack_GetRotationLimits, OutMin) == 0x000000, "Member 'CameraStack_GetRotationLimits::OutMin' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetRotationLimits, OutMax) == 0x000018, "Member 'CameraStack_GetRotationLimits::OutMax' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetRotationLimits, ReturnValue) == 0x000030, "Member 'CameraStack_GetRotationLimits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_InsertAfterBehavior \ static_assert(alignof(CameraStack_InsertAfterBehavior) == 0x000008, "Wrong alignment on CameraStack_InsertAfterBehavior"); \ static_assert(sizeof(CameraStack_InsertAfterBehavior) == 0x000018, "Wrong size on CameraStack_InsertAfterBehavior"); \ static_assert(offsetof(CameraStack_InsertAfterBehavior, InBehavior) == 0x000000, "Member 'CameraStack_InsertAfterBehavior::InBehavior' has a wrong offset!"); \ static_assert(offsetof(CameraStack_InsertAfterBehavior, InAfterBehavior) == 0x000008, "Member 'CameraStack_InsertAfterBehavior::InAfterBehavior' has a wrong offset!"); \ static_assert(offsetof(CameraStack_InsertAfterBehavior, InBlendInDuration) == 0x000010, "Member 'CameraStack_InsertAfterBehavior::InBlendInDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStack_InsertAfterBehavior, ReturnValue) == 0x000014, "Member 'CameraStack_InsertAfterBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_InsertBeforeBehavior \ static_assert(alignof(CameraStack_InsertBeforeBehavior) == 0x000008, "Wrong alignment on CameraStack_InsertBeforeBehavior"); \ static_assert(sizeof(CameraStack_InsertBeforeBehavior) == 0x000018, "Wrong size on CameraStack_InsertBeforeBehavior"); \ static_assert(offsetof(CameraStack_InsertBeforeBehavior, InBehavior) == 0x000000, "Member 'CameraStack_InsertBeforeBehavior::InBehavior' has a wrong offset!"); \ static_assert(offsetof(CameraStack_InsertBeforeBehavior, InBeforeBehavior) == 0x000008, "Member 'CameraStack_InsertBeforeBehavior::InBeforeBehavior' has a wrong offset!"); \ static_assert(offsetof(CameraStack_InsertBeforeBehavior, InBlendInDuration) == 0x000010, "Member 'CameraStack_InsertBeforeBehavior::InBlendInDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStack_InsertBeforeBehavior, ReturnValue) == 0x000014, "Member 'CameraStack_InsertBeforeBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_PauseBehavior \ static_assert(alignof(CameraStack_PauseBehavior) == 0x000008, "Wrong alignment on CameraStack_PauseBehavior"); \ static_assert(sizeof(CameraStack_PauseBehavior) == 0x000010, "Wrong size on CameraStack_PauseBehavior"); \ static_assert(offsetof(CameraStack_PauseBehavior, InBehavior) == 0x000000, "Member 'CameraStack_PauseBehavior::InBehavior' has a wrong offset!"); \ static_assert(offsetof(CameraStack_PauseBehavior, ReturnValue) == 0x000008, "Member 'CameraStack_PauseBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_RemoveBehavior \ static_assert(alignof(CameraStack_RemoveBehavior) == 0x000008, "Wrong alignment on CameraStack_RemoveBehavior"); \ static_assert(sizeof(CameraStack_RemoveBehavior) == 0x000010, "Wrong size on CameraStack_RemoveBehavior"); \ static_assert(offsetof(CameraStack_RemoveBehavior, InBehavior) == 0x000000, "Member 'CameraStack_RemoveBehavior::InBehavior' has a wrong offset!"); \ static_assert(offsetof(CameraStack_RemoveBehavior, InBlendOutDuration) == 0x000008, "Member 'CameraStack_RemoveBehavior::InBlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStack_RemoveBehavior, ReturnValue) == 0x00000C, "Member 'CameraStack_RemoveBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_ReplaceBehavior \ static_assert(alignof(CameraStack_ReplaceBehavior) == 0x000008, "Wrong alignment on CameraStack_ReplaceBehavior"); \ static_assert(sizeof(CameraStack_ReplaceBehavior) == 0x000020, "Wrong size on CameraStack_ReplaceBehavior"); \ static_assert(offsetof(CameraStack_ReplaceBehavior, InBehavior) == 0x000000, "Member 'CameraStack_ReplaceBehavior::InBehavior' has a wrong offset!"); \ static_assert(offsetof(CameraStack_ReplaceBehavior, InPredecessorBehavior) == 0x000008, "Member 'CameraStack_ReplaceBehavior::InPredecessorBehavior' has a wrong offset!"); \ static_assert(offsetof(CameraStack_ReplaceBehavior, InBlendOutDuration) == 0x000010, "Member 'CameraStack_ReplaceBehavior::InBlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStack_ReplaceBehavior, InBlendInDuration) == 0x000014, "Member 'CameraStack_ReplaceBehavior::InBlendInDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStack_ReplaceBehavior, ReturnValue) == 0x000018, "Member 'CameraStack_ReplaceBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_ReplaceCoreBehavior \ static_assert(alignof(CameraStack_ReplaceCoreBehavior) == 0x000008, "Wrong alignment on CameraStack_ReplaceCoreBehavior"); \ static_assert(sizeof(CameraStack_ReplaceCoreBehavior) == 0x000018, "Wrong size on CameraStack_ReplaceCoreBehavior"); \ static_assert(offsetof(CameraStack_ReplaceCoreBehavior, InBehavior) == 0x000000, "Member 'CameraStack_ReplaceCoreBehavior::InBehavior' has a wrong offset!"); \ static_assert(offsetof(CameraStack_ReplaceCoreBehavior, InBlendOutDuration) == 0x000008, "Member 'CameraStack_ReplaceCoreBehavior::InBlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStack_ReplaceCoreBehavior, InBlendInDuration) == 0x00000C, "Member 'CameraStack_ReplaceCoreBehavior::InBlendInDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStack_ReplaceCoreBehavior, ReturnValue) == 0x000010, "Member 'CameraStack_ReplaceCoreBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_ResetBehaviors \ static_assert(alignof(CameraStack_ResetBehaviors) == 0x000008, "Wrong alignment on CameraStack_ResetBehaviors"); \ static_assert(sizeof(CameraStack_ResetBehaviors) == 0x000010, "Wrong size on CameraStack_ResetBehaviors"); \ static_assert(offsetof(CameraStack_ResetBehaviors, InBehavior) == 0x000000, "Member 'CameraStack_ResetBehaviors::InBehavior' has a wrong offset!"); \ static_assert(offsetof(CameraStack_ResetBehaviors, ReturnValue) == 0x000008, "Member 'CameraStack_ResetBehaviors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_UnpauseBehavior \ static_assert(alignof(CameraStack_UnpauseBehavior) == 0x000008, "Wrong alignment on CameraStack_UnpauseBehavior"); \ static_assert(sizeof(CameraStack_UnpauseBehavior) == 0x000010, "Wrong size on CameraStack_UnpauseBehavior"); \ static_assert(offsetof(CameraStack_UnpauseBehavior, InBehavior) == 0x000000, "Member 'CameraStack_UnpauseBehavior::InBehavior' has a wrong offset!"); \ static_assert(offsetof(CameraStack_UnpauseBehavior, ReturnValue) == 0x000008, "Member 'CameraStack_UnpauseBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_ContainsBehaviorWithType \ static_assert(alignof(CameraStack_ContainsBehaviorWithType) == 0x000008, "Wrong alignment on CameraStack_ContainsBehaviorWithType"); \ static_assert(sizeof(CameraStack_ContainsBehaviorWithType) == 0x000010, "Wrong size on CameraStack_ContainsBehaviorWithType"); \ static_assert(offsetof(CameraStack_ContainsBehaviorWithType, InType) == 0x000000, "Member 'CameraStack_ContainsBehaviorWithType::InType' has a wrong offset!"); \ static_assert(offsetof(CameraStack_ContainsBehaviorWithType, FilterFlags) == 0x000008, "Member 'CameraStack_ContainsBehaviorWithType::FilterFlags' has a wrong offset!"); \ static_assert(offsetof(CameraStack_ContainsBehaviorWithType, ReturnValue) == 0x00000C, "Member 'CameraStack_ContainsBehaviorWithType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_GetBehaviorsWithType \ static_assert(alignof(CameraStack_GetBehaviorsWithType) == 0x000008, "Wrong alignment on CameraStack_GetBehaviorsWithType"); \ static_assert(sizeof(CameraStack_GetBehaviorsWithType) == 0x000020, "Wrong size on CameraStack_GetBehaviorsWithType"); \ static_assert(offsetof(CameraStack_GetBehaviorsWithType, InType) == 0x000000, "Member 'CameraStack_GetBehaviorsWithType::InType' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetBehaviorsWithType, InSorting) == 0x000008, "Member 'CameraStack_GetBehaviorsWithType::InSorting' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetBehaviorsWithType, FilterFlags) == 0x00000C, "Member 'CameraStack_GetBehaviorsWithType::FilterFlags' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetBehaviorsWithType, ReturnValue) == 0x000010, "Member 'CameraStack_GetBehaviorsWithType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_GetBehaviorsWithTypes \ static_assert(alignof(CameraStack_GetBehaviorsWithTypes) == 0x000008, "Wrong alignment on CameraStack_GetBehaviorsWithTypes"); \ static_assert(sizeof(CameraStack_GetBehaviorsWithTypes) == 0x000028, "Wrong size on CameraStack_GetBehaviorsWithTypes"); \ static_assert(offsetof(CameraStack_GetBehaviorsWithTypes, InTypes) == 0x000000, "Member 'CameraStack_GetBehaviorsWithTypes::InTypes' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetBehaviorsWithTypes, InSorting) == 0x000010, "Member 'CameraStack_GetBehaviorsWithTypes::InSorting' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetBehaviorsWithTypes, FilterFlags) == 0x000014, "Member 'CameraStack_GetBehaviorsWithTypes::FilterFlags' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetBehaviorsWithTypes, ReturnValue) == 0x000018, "Member 'CameraStack_GetBehaviorsWithTypes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_GetBehaviorWithTypes \ static_assert(alignof(CameraStack_GetBehaviorWithTypes) == 0x000008, "Wrong alignment on CameraStack_GetBehaviorWithTypes"); \ static_assert(sizeof(CameraStack_GetBehaviorWithTypes) == 0x000020, "Wrong size on CameraStack_GetBehaviorWithTypes"); \ static_assert(offsetof(CameraStack_GetBehaviorWithTypes, InTypes) == 0x000000, "Member 'CameraStack_GetBehaviorWithTypes::InTypes' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetBehaviorWithTypes, InSorting) == 0x000010, "Member 'CameraStack_GetBehaviorWithTypes::InSorting' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetBehaviorWithTypes, FilterFlags) == 0x000014, "Member 'CameraStack_GetBehaviorWithTypes::FilterFlags' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetBehaviorWithTypes, ReturnValue) == 0x000018, "Member 'CameraStack_GetBehaviorWithTypes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_GetBehaviourWithType \ static_assert(alignof(CameraStack_GetBehaviourWithType) == 0x000008, "Wrong alignment on CameraStack_GetBehaviourWithType"); \ static_assert(sizeof(CameraStack_GetBehaviourWithType) == 0x000018, "Wrong size on CameraStack_GetBehaviourWithType"); \ static_assert(offsetof(CameraStack_GetBehaviourWithType, InType) == 0x000000, "Member 'CameraStack_GetBehaviourWithType::InType' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetBehaviourWithType, InSorting) == 0x000008, "Member 'CameraStack_GetBehaviourWithType::InSorting' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetBehaviourWithType, FilterFlags) == 0x00000C, "Member 'CameraStack_GetBehaviourWithType::FilterFlags' has a wrong offset!"); \ static_assert(offsetof(CameraStack_GetBehaviourWithType, ReturnValue) == 0x000010, "Member 'CameraStack_GetBehaviourWithType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_GetCoreBehavior \ static_assert(alignof(CameraStack_GetCoreBehavior) == 0x000008, "Wrong alignment on CameraStack_GetCoreBehavior"); \ static_assert(sizeof(CameraStack_GetCoreBehavior) == 0x000008, "Wrong size on CameraStack_GetCoreBehavior"); \ static_assert(offsetof(CameraStack_GetCoreBehavior, ReturnValue) == 0x000000, "Member 'CameraStack_GetCoreBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_GetOwner \ static_assert(alignof(CameraStack_GetOwner) == 0x000008, "Wrong alignment on CameraStack_GetOwner"); \ static_assert(sizeof(CameraStack_GetOwner) == 0x000008, "Wrong size on CameraStack_GetOwner"); \ static_assert(offsetof(CameraStack_GetOwner, ReturnValue) == 0x000000, "Member 'CameraStack_GetOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStack_GetTopmostBehavior \ static_assert(alignof(CameraStack_GetTopmostBehavior) == 0x000008, "Wrong alignment on CameraStack_GetTopmostBehavior"); \ static_assert(sizeof(CameraStack_GetTopmostBehavior) == 0x000008, "Wrong size on CameraStack_GetTopmostBehavior"); \ static_assert(offsetof(CameraStack_GetTopmostBehavior, ReturnValue) == 0x000000, "Member 'CameraStack_GetTopmostBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStack \ static_assert(alignof(UCameraStack) == 0x000008, "Wrong alignment on UCameraStack"); \ static_assert(sizeof(UCameraStack) == 0x0001C8, "Wrong size on UCameraStack"); \ static_assert(offsetof(UCameraStack, Behaviors) == 0x000028, "Member 'UCameraStack::Behaviors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackActor_ClearCameraContext \ static_assert(alignof(CameraStackActor_ClearCameraContext) == 0x000004, "Wrong alignment on CameraStackActor_ClearCameraContext"); \ static_assert(sizeof(CameraStackActor_ClearCameraContext) == 0x000008, "Wrong size on CameraStackActor_ClearCameraContext"); \ static_assert(offsetof(CameraStackActor_ClearCameraContext, InContextName) == 0x000000, "Member 'CameraStackActor_ClearCameraContext::InContextName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackActor_CreateCoreBehavior \ static_assert(alignof(CameraStackActor_CreateCoreBehavior) == 0x000008, "Wrong alignment on CameraStackActor_CreateCoreBehavior"); \ static_assert(sizeof(CameraStackActor_CreateCoreBehavior) == 0x000018, "Wrong size on CameraStackActor_CreateCoreBehavior"); \ static_assert(offsetof(CameraStackActor_CreateCoreBehavior, BehaviorClass) == 0x000000, "Member 'CameraStackActor_CreateCoreBehavior::BehaviorClass' has a wrong offset!"); \ static_assert(offsetof(CameraStackActor_CreateCoreBehavior, Template) == 0x000008, "Member 'CameraStackActor_CreateCoreBehavior::Template' has a wrong offset!"); \ static_assert(offsetof(CameraStackActor_CreateCoreBehavior, ReturnValue) == 0x000010, "Member 'CameraStackActor_CreateCoreBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackActor_CreateNonCoreBehavior \ static_assert(alignof(CameraStackActor_CreateNonCoreBehavior) == 0x000008, "Wrong alignment on CameraStackActor_CreateNonCoreBehavior"); \ static_assert(sizeof(CameraStackActor_CreateNonCoreBehavior) == 0x000018, "Wrong size on CameraStackActor_CreateNonCoreBehavior"); \ static_assert(offsetof(CameraStackActor_CreateNonCoreBehavior, BehaviorClass) == 0x000000, "Member 'CameraStackActor_CreateNonCoreBehavior::BehaviorClass' has a wrong offset!"); \ static_assert(offsetof(CameraStackActor_CreateNonCoreBehavior, Template) == 0x000008, "Member 'CameraStackActor_CreateNonCoreBehavior::Template' has a wrong offset!"); \ static_assert(offsetof(CameraStackActor_CreateNonCoreBehavior, ReturnValue) == 0x000010, "Member 'CameraStackActor_CreateNonCoreBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackActor_ForceSetArmRotation \ static_assert(alignof(CameraStackActor_ForceSetArmRotation) == 0x000004, "Wrong alignment on CameraStackActor_ForceSetArmRotation"); \ static_assert(sizeof(CameraStackActor_ForceSetArmRotation) == 0x000010, "Wrong size on CameraStackActor_ForceSetArmRotation"); \ static_assert(offsetof(CameraStackActor_ForceSetArmRotation, InRotation) == 0x000000, "Member 'CameraStackActor_ForceSetArmRotation::InRotation' has a wrong offset!"); \ static_assert(offsetof(CameraStackActor_ForceSetArmRotation, bUseDefaultPitch) == 0x00000C, "Member 'CameraStackActor_ForceSetArmRotation::bUseDefaultPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackActor_ForceSetArmRotationTowardsLocation \ static_assert(alignof(CameraStackActor_ForceSetArmRotationTowardsLocation) == 0x000004, "Wrong alignment on CameraStackActor_ForceSetArmRotationTowardsLocation"); \ static_assert(sizeof(CameraStackActor_ForceSetArmRotationTowardsLocation) == 0x00000C, "Wrong size on CameraStackActor_ForceSetArmRotationTowardsLocation"); \ static_assert(offsetof(CameraStackActor_ForceSetArmRotationTowardsLocation, InLocation) == 0x000000, "Member 'CameraStackActor_ForceSetArmRotationTowardsLocation::InLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackActor_ResetRotationToTarget \ static_assert(alignof(CameraStackActor_ResetRotationToTarget) == 0x000004, "Wrong alignment on CameraStackActor_ResetRotationToTarget"); \ static_assert(sizeof(CameraStackActor_ResetRotationToTarget) == 0x000014, "Wrong size on CameraStackActor_ResetRotationToTarget"); \ static_assert(offsetof(CameraStackActor_ResetRotationToTarget, InBlendDuration) == 0x000000, "Member 'CameraStackActor_ResetRotationToTarget::InBlendDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStackActor_ResetRotationToTarget, InDesiredDelta) == 0x000004, "Member 'CameraStackActor_ResetRotationToTarget::InDesiredDelta' has a wrong offset!"); \ static_assert(offsetof(CameraStackActor_ResetRotationToTarget, bInResetYaw) == 0x000010, "Member 'CameraStackActor_ResetRotationToTarget::bInResetYaw' has a wrong offset!"); \ static_assert(offsetof(CameraStackActor_ResetRotationToTarget, bInResetPitch) == 0x000011, "Member 'CameraStackActor_ResetRotationToTarget::bInResetPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackActor_SetCameraContext \ static_assert(alignof(CameraStackActor_SetCameraContext) == 0x000004, "Wrong alignment on CameraStackActor_SetCameraContext"); \ static_assert(sizeof(CameraStackActor_SetCameraContext) == 0x00000C, "Wrong size on CameraStackActor_SetCameraContext"); \ static_assert(offsetof(CameraStackActor_SetCameraContext, InContextName) == 0x000000, "Member 'CameraStackActor_SetCameraContext::InContextName' has a wrong offset!"); \ static_assert(offsetof(CameraStackActor_SetCameraContext, bSet) == 0x000008, "Member 'CameraStackActor_SetCameraContext::bSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackActor_SetNamedSecondaryTargetActor \ static_assert(alignof(CameraStackActor_SetNamedSecondaryTargetActor) == 0x000008, "Wrong alignment on CameraStackActor_SetNamedSecondaryTargetActor"); \ static_assert(sizeof(CameraStackActor_SetNamedSecondaryTargetActor) == 0x000010, "Wrong size on CameraStackActor_SetNamedSecondaryTargetActor"); \ static_assert(offsetof(CameraStackActor_SetNamedSecondaryTargetActor, InName) == 0x000000, "Member 'CameraStackActor_SetNamedSecondaryTargetActor::InName' has a wrong offset!"); \ static_assert(offsetof(CameraStackActor_SetNamedSecondaryTargetActor, InActor) == 0x000008, "Member 'CameraStackActor_SetNamedSecondaryTargetActor::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackActor_GetArmRotation \ static_assert(alignof(CameraStackActor_GetArmRotation) == 0x000004, "Wrong alignment on CameraStackActor_GetArmRotation"); \ static_assert(sizeof(CameraStackActor_GetArmRotation) == 0x00000C, "Wrong size on CameraStackActor_GetArmRotation"); \ static_assert(offsetof(CameraStackActor_GetArmRotation, ReturnValue) == 0x000000, "Member 'CameraStackActor_GetArmRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackActor_GetBehaviors \ static_assert(alignof(CameraStackActor_GetBehaviors) == 0x000008, "Wrong alignment on CameraStackActor_GetBehaviors"); \ static_assert(sizeof(CameraStackActor_GetBehaviors) == 0x000008, "Wrong size on CameraStackActor_GetBehaviors"); \ static_assert(offsetof(CameraStackActor_GetBehaviors, ReturnValue) == 0x000000, "Member 'CameraStackActor_GetBehaviors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackActor_GetCameraViewTransform \ static_assert(alignof(CameraStackActor_GetCameraViewTransform) == 0x000010, "Wrong alignment on CameraStackActor_GetCameraViewTransform"); \ static_assert(sizeof(CameraStackActor_GetCameraViewTransform) == 0x000030, "Wrong size on CameraStackActor_GetCameraViewTransform"); \ static_assert(offsetof(CameraStackActor_GetCameraViewTransform, ReturnValue) == 0x000000, "Member 'CameraStackActor_GetCameraViewTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackActor_GetFieldOfViewRange \ static_assert(alignof(CameraStackActor_GetFieldOfViewRange) == 0x000004, "Wrong alignment on CameraStackActor_GetFieldOfViewRange"); \ static_assert(sizeof(CameraStackActor_GetFieldOfViewRange) == 0x000010, "Wrong size on CameraStackActor_GetFieldOfViewRange"); \ static_assert(offsetof(CameraStackActor_GetFieldOfViewRange, ReturnValue) == 0x000000, "Member 'CameraStackActor_GetFieldOfViewRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackActor_GetInput \ static_assert(alignof(CameraStackActor_GetInput) == 0x000008, "Wrong alignment on CameraStackActor_GetInput"); \ static_assert(sizeof(CameraStackActor_GetInput) == 0x000008, "Wrong size on CameraStackActor_GetInput"); \ static_assert(offsetof(CameraStackActor_GetInput, ReturnValue) == 0x000000, "Member 'CameraStackActor_GetInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackActor_GetNamedSecondaryTargetActor \ static_assert(alignof(CameraStackActor_GetNamedSecondaryTargetActor) == 0x000008, "Wrong alignment on CameraStackActor_GetNamedSecondaryTargetActor"); \ static_assert(sizeof(CameraStackActor_GetNamedSecondaryTargetActor) == 0x000010, "Wrong size on CameraStackActor_GetNamedSecondaryTargetActor"); \ static_assert(offsetof(CameraStackActor_GetNamedSecondaryTargetActor, InName) == 0x000000, "Member 'CameraStackActor_GetNamedSecondaryTargetActor::InName' has a wrong offset!"); \ static_assert(offsetof(CameraStackActor_GetNamedSecondaryTargetActor, ReturnValue) == 0x000008, "Member 'CameraStackActor_GetNamedSecondaryTargetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackActor_GetTarget \ static_assert(alignof(CameraStackActor_GetTarget) == 0x000008, "Wrong alignment on CameraStackActor_GetTarget"); \ static_assert(sizeof(CameraStackActor_GetTarget) == 0x000008, "Wrong size on CameraStackActor_GetTarget"); \ static_assert(offsetof(CameraStackActor_GetTarget, ReturnValue) == 0x000000, "Member 'CameraStackActor_GetTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackActor_GetUnblendedCameraViewTransform \ static_assert(alignof(CameraStackActor_GetUnblendedCameraViewTransform) == 0x000010, "Wrong alignment on CameraStackActor_GetUnblendedCameraViewTransform"); \ static_assert(sizeof(CameraStackActor_GetUnblendedCameraViewTransform) == 0x000030, "Wrong size on CameraStackActor_GetUnblendedCameraViewTransform"); \ static_assert(offsetof(CameraStackActor_GetUnblendedCameraViewTransform, ReturnValue) == 0x000000, "Member 'CameraStackActor_GetUnblendedCameraViewTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackActor_IsCameraContextSet \ static_assert(alignof(CameraStackActor_IsCameraContextSet) == 0x000004, "Wrong alignment on CameraStackActor_IsCameraContextSet"); \ static_assert(sizeof(CameraStackActor_IsCameraContextSet) == 0x00000C, "Wrong size on CameraStackActor_IsCameraContextSet"); \ static_assert(offsetof(CameraStackActor_IsCameraContextSet, InContextName) == 0x000000, "Member 'CameraStackActor_IsCameraContextSet::InContextName' has a wrong offset!"); \ static_assert(offsetof(CameraStackActor_IsCameraContextSet, ReturnValue) == 0x000008, "Member 'CameraStackActor_IsCameraContextSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACameraStackActor \ static_assert(alignof(ACameraStackActor) == 0x000008, "Wrong alignment on ACameraStackActor"); \ static_assert(sizeof(ACameraStackActor) == 0x000408, "Wrong size on ACameraStackActor"); \ static_assert(offsetof(ACameraStackActor, CameraComponent) == 0x000248, "Member 'ACameraStackActor::CameraComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraStackActor, DefaultData) == 0x000250, "Member 'ACameraStackActor::DefaultData' has a wrong offset!"); \ static_assert(offsetof(ACameraStackActor, Target) == 0x000268, "Member 'ACameraStackActor::Target' has a wrong offset!"); \ static_assert(offsetof(ACameraStackActor, BehaviorTrees) == 0x000270, "Member 'ACameraStackActor::BehaviorTrees' has a wrong offset!"); \ static_assert(offsetof(ACameraStackActor, bDestroyIfSpawnedOnEndViewTarget) == 0x000280, "Member 'ACameraStackActor::bDestroyIfSpawnedOnEndViewTarget' has a wrong offset!"); \ static_assert(offsetof(ACameraStackActor, InputPriorityOverride) == 0x000284, "Member 'ACameraStackActor::InputPriorityOverride' has a wrong offset!"); \ static_assert(offsetof(ACameraStackActor, bOverrideInputMappings) == 0x000288, "Member 'ACameraStackActor::bOverrideInputMappings' has a wrong offset!"); \ static_assert(offsetof(ACameraStackActor, InputMappingsOverride) == 0x00028C, "Member 'ACameraStackActor::InputMappingsOverride' has a wrong offset!"); \ static_assert(offsetof(ACameraStackActor, bUnbindInputOnEndViewTarget) == 0x000324, "Member 'ACameraStackActor::bUnbindInputOnEndViewTarget' has a wrong offset!"); \ static_assert(offsetof(ACameraStackActor, BehaviorStack) == 0x000340, "Member 'ACameraStackActor::BehaviorStack' has a wrong offset!"); \ static_assert(offsetof(ACameraStackActor, Input) == 0x000348, "Member 'ACameraStackActor::Input' has a wrong offset!"); \ static_assert(offsetof(ACameraStackActor, CameraInputComponent) == 0x0003F0, "Member 'ACameraStackActor::CameraInputComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraStackActor, BehaviorTreePairs) == 0x0003F8, "Member 'ACameraStackActor::BehaviorTreePairs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackAnimationComponent_EndAnimation \ static_assert(alignof(CameraStackAnimationComponent_EndAnimation) == 0x000008, "Wrong alignment on CameraStackAnimationComponent_EndAnimation"); \ static_assert(sizeof(CameraStackAnimationComponent_EndAnimation) == 0x000008, "Wrong size on CameraStackAnimationComponent_EndAnimation"); \ static_assert(offsetof(CameraStackAnimationComponent_EndAnimation, InRequester) == 0x000000, "Member 'CameraStackAnimationComponent_EndAnimation::InRequester' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackAnimationComponent_PlayAnimation \ static_assert(alignof(CameraStackAnimationComponent_PlayAnimation) == 0x000008, "Wrong alignment on CameraStackAnimationComponent_PlayAnimation"); \ static_assert(sizeof(CameraStackAnimationComponent_PlayAnimation) == 0x000028, "Wrong size on CameraStackAnimationComponent_PlayAnimation"); \ static_assert(offsetof(CameraStackAnimationComponent_PlayAnimation, InAnimationRequest) == 0x000000, "Member 'CameraStackAnimationComponent_PlayAnimation::InAnimationRequest' has a wrong offset!"); \ static_assert(offsetof(CameraStackAnimationComponent_PlayAnimation, InRequester) == 0x000020, "Member 'CameraStackAnimationComponent_PlayAnimation::InRequester' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackAnimationComponent \ static_assert(alignof(UCameraStackAnimationComponent) == 0x000008, "Wrong alignment on UCameraStackAnimationComponent"); \ static_assert(sizeof(UCameraStackAnimationComponent) == 0x000118, "Wrong size on UCameraStackAnimationComponent"); \ static_assert(offsetof(UCameraStackAnimationComponent, CurrentRequest) == 0x0000D0, "Member 'UCameraStackAnimationComponent::CurrentRequest' has a wrong offset!"); \ static_assert(offsetof(UCameraStackAnimationComponent, LastRequest) == 0x0000F0, "Member 'UCameraStackAnimationComponent::LastRequest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackSecondaryTargetGetter_Activate \ static_assert(alignof(CameraStackSecondaryTargetGetter_Activate) == 0x000008, "Wrong alignment on CameraStackSecondaryTargetGetter_Activate"); \ static_assert(sizeof(CameraStackSecondaryTargetGetter_Activate) == 0x000008, "Wrong size on CameraStackSecondaryTargetGetter_Activate"); \ static_assert(offsetof(CameraStackSecondaryTargetGetter_Activate, InList) == 0x000000, "Member 'CameraStackSecondaryTargetGetter_Activate::InList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackSecondaryTargetGetter_Update \ static_assert(alignof(CameraStackSecondaryTargetGetter_Update) == 0x000004, "Wrong alignment on CameraStackSecondaryTargetGetter_Update"); \ static_assert(sizeof(CameraStackSecondaryTargetGetter_Update) == 0x000004, "Wrong size on CameraStackSecondaryTargetGetter_Update"); \ static_assert(offsetof(CameraStackSecondaryTargetGetter_Update, DeltaSeconds) == 0x000000, "Member 'CameraStackSecondaryTargetGetter_Update::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackSecondaryTargetGetter_GetTargetActor \ static_assert(alignof(CameraStackSecondaryTargetGetter_GetTargetActor) == 0x000008, "Wrong alignment on CameraStackSecondaryTargetGetter_GetTargetActor"); \ static_assert(sizeof(CameraStackSecondaryTargetGetter_GetTargetActor) == 0x000008, "Wrong size on CameraStackSecondaryTargetGetter_GetTargetActor"); \ static_assert(offsetof(CameraStackSecondaryTargetGetter_GetTargetActor, ReturnValue) == 0x000000, "Member 'CameraStackSecondaryTargetGetter_GetTargetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackSecondaryTargetGetter_GetTargetBoundingCylinder \ static_assert(alignof(CameraStackSecondaryTargetGetter_GetTargetBoundingCylinder) == 0x000004, "Wrong alignment on CameraStackSecondaryTargetGetter_GetTargetBoundingCylinder"); \ static_assert(sizeof(CameraStackSecondaryTargetGetter_GetTargetBoundingCylinder) == 0x000014, "Wrong size on CameraStackSecondaryTargetGetter_GetTargetBoundingCylinder"); \ static_assert(offsetof(CameraStackSecondaryTargetGetter_GetTargetBoundingCylinder, OutCenterLocation) == 0x000000, "Member 'CameraStackSecondaryTargetGetter_GetTargetBoundingCylinder::OutCenterLocation' has a wrong offset!"); \ static_assert(offsetof(CameraStackSecondaryTargetGetter_GetTargetBoundingCylinder, OutHalfHeight) == 0x00000C, "Member 'CameraStackSecondaryTargetGetter_GetTargetBoundingCylinder::OutHalfHeight' has a wrong offset!"); \ static_assert(offsetof(CameraStackSecondaryTargetGetter_GetTargetBoundingCylinder, OutRadius) == 0x000010, "Member 'CameraStackSecondaryTargetGetter_GetTargetBoundingCylinder::OutRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackSecondaryTargetGetter_GetTargetLocation \ static_assert(alignof(CameraStackSecondaryTargetGetter_GetTargetLocation) == 0x000004, "Wrong alignment on CameraStackSecondaryTargetGetter_GetTargetLocation"); \ static_assert(sizeof(CameraStackSecondaryTargetGetter_GetTargetLocation) == 0x00000C, "Wrong size on CameraStackSecondaryTargetGetter_GetTargetLocation"); \ static_assert(offsetof(CameraStackSecondaryTargetGetter_GetTargetLocation, ReturnValue) == 0x000000, "Member 'CameraStackSecondaryTargetGetter_GetTargetLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackSecondaryTargetGetter_HasValidData \ static_assert(alignof(CameraStackSecondaryTargetGetter_HasValidData) == 0x000001, "Wrong alignment on CameraStackSecondaryTargetGetter_HasValidData"); \ static_assert(sizeof(CameraStackSecondaryTargetGetter_HasValidData) == 0x000001, "Wrong size on CameraStackSecondaryTargetGetter_HasValidData"); \ static_assert(offsetof(CameraStackSecondaryTargetGetter_HasValidData, ReturnValue) == 0x000000, "Member 'CameraStackSecondaryTargetGetter_HasValidData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackSecondaryTargetGetter_IsValid \ static_assert(alignof(CameraStackSecondaryTargetGetter_IsValid) == 0x000001, "Wrong alignment on CameraStackSecondaryTargetGetter_IsValid"); \ static_assert(sizeof(CameraStackSecondaryTargetGetter_IsValid) == 0x000001, "Wrong size on CameraStackSecondaryTargetGetter_IsValid"); \ static_assert(offsetof(CameraStackSecondaryTargetGetter_IsValid, ReturnValue) == 0x000000, "Member 'CameraStackSecondaryTargetGetter_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackSecondaryTargetGetter \ static_assert(alignof(UCameraStackSecondaryTargetGetter) == 0x000008, "Wrong alignment on UCameraStackSecondaryTargetGetter"); \ static_assert(sizeof(UCameraStackSecondaryTargetGetter) == 0x000060, "Wrong size on UCameraStackSecondaryTargetGetter"); \ static_assert(offsetof(UCameraStackSecondaryTargetGetter, CommitTime) == 0x000028, "Member 'UCameraStackSecondaryTargetGetter::CommitTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackAttachParentGetter \ static_assert(alignof(UCameraStackAttachParentGetter) == 0x000008, "Wrong alignment on UCameraStackAttachParentGetter"); \ static_assert(sizeof(UCameraStackAttachParentGetter) == 0x000060, "Wrong size on UCameraStackAttachParentGetter"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAddAccumulatedRotation \ static_assert(alignof(UCameraStackBehaviorAddAccumulatedRotation) == 0x000008, "Wrong alignment on UCameraStackBehaviorAddAccumulatedRotation"); \ static_assert(sizeof(UCameraStackBehaviorAddAccumulatedRotation) == 0x0001E0, "Wrong size on UCameraStackBehaviorAddAccumulatedRotation"); \ static_assert(offsetof(UCameraStackBehaviorAddAccumulatedRotation, RotationPerSecond) == 0x0001B8, "Member 'UCameraStackBehaviorAddAccumulatedRotation::RotationPerSecond' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAddArmLength \ static_assert(alignof(UCameraStackBehaviorAddArmLength) == 0x000008, "Wrong alignment on UCameraStackBehaviorAddArmLength"); \ static_assert(sizeof(UCameraStackBehaviorAddArmLength) == 0x0001C0, "Wrong size on UCameraStackBehaviorAddArmLength"); \ static_assert(offsetof(UCameraStackBehaviorAddArmLength, ArmLengthOffset) == 0x0001B8, "Member 'UCameraStackBehaviorAddArmLength::ArmLengthOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAddArmLengthFromTargetSize \ static_assert(alignof(UCameraStackBehaviorAddArmLengthFromTargetSize) == 0x000008, "Wrong alignment on UCameraStackBehaviorAddArmLengthFromTargetSize"); \ static_assert(sizeof(UCameraStackBehaviorAddArmLengthFromTargetSize) == 0x000260, "Wrong size on UCameraStackBehaviorAddArmLengthFromTargetSize"); \ static_assert(offsetof(UCameraStackBehaviorAddArmLengthFromTargetSize, Target) == 0x0001B8, "Member 'UCameraStackBehaviorAddArmLengthFromTargetSize::Target' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAddArmLengthFromTargetSize, ArmLengthOffsetFromTargetSize) == 0x0001C0, "Member 'UCameraStackBehaviorAddArmLengthFromTargetSize::ArmLengthOffsetFromTargetSize' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAddArmLengthFromTargetSize, bUpdateArmLength) == 0x000248, "Member 'UCameraStackBehaviorAddArmLengthFromTargetSize::bUpdateArmLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAddArmLengthFromTargetPitch \ static_assert(alignof(UCameraStackBehaviorAddArmLengthFromTargetPitch) == 0x000008, "Wrong alignment on UCameraStackBehaviorAddArmLengthFromTargetPitch"); \ static_assert(sizeof(UCameraStackBehaviorAddArmLengthFromTargetPitch) == 0x000258, "Wrong size on UCameraStackBehaviorAddArmLengthFromTargetPitch"); \ static_assert(offsetof(UCameraStackBehaviorAddArmLengthFromTargetPitch, PitchToArmLengthOffsetCurve) == 0x0001B8, "Member 'UCameraStackBehaviorAddArmLengthFromTargetPitch::PitchToArmLengthOffsetCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAddArmLengthFromTargetPitch, InterpSpeed) == 0x000240, "Member 'UCameraStackBehaviorAddArmLengthFromTargetPitch::InterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAddArmOriginTranslation \ static_assert(alignof(UCameraStackBehaviorAddArmOriginTranslation) == 0x000008, "Wrong alignment on UCameraStackBehaviorAddArmOriginTranslation"); \ static_assert(sizeof(UCameraStackBehaviorAddArmOriginTranslation) == 0x0001C8, "Wrong size on UCameraStackBehaviorAddArmOriginTranslation"); \ static_assert(offsetof(UCameraStackBehaviorAddArmOriginTranslation, ArmOriginTranslation) == 0x0001B8, "Member 'UCameraStackBehaviorAddArmOriginTranslation::ArmOriginTranslation' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAddArmOriginTranslation, bRelativeToTargetUpright) == 0x0001C4, "Member 'UCameraStackBehaviorAddArmOriginTranslation::bRelativeToTargetUpright' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAddCameraSpaceRotation \ static_assert(alignof(UCameraStackBehaviorAddCameraSpaceRotation) == 0x000008, "Wrong alignment on UCameraStackBehaviorAddCameraSpaceRotation"); \ static_assert(sizeof(UCameraStackBehaviorAddCameraSpaceRotation) == 0x0001C8, "Wrong size on UCameraStackBehaviorAddCameraSpaceRotation"); \ static_assert(offsetof(UCameraStackBehaviorAddCameraSpaceRotation, CameraSpaceRotation) == 0x0001B8, "Member 'UCameraStackBehaviorAddCameraSpaceRotation::CameraSpaceRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAddCameraSpaceTranslation \ static_assert(alignof(UCameraStackBehaviorAddCameraSpaceTranslation) == 0x000008, "Wrong alignment on UCameraStackBehaviorAddCameraSpaceTranslation"); \ static_assert(sizeof(UCameraStackBehaviorAddCameraSpaceTranslation) == 0x0001C8, "Wrong size on UCameraStackBehaviorAddCameraSpaceTranslation"); \ static_assert(offsetof(UCameraStackBehaviorAddCameraSpaceTranslation, CameraSpaceTranslation) == 0x0001B8, "Member 'UCameraStackBehaviorAddCameraSpaceTranslation::CameraSpaceTranslation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAddCameraSpaceTranslationFromTargetSize \ static_assert(alignof(UCameraStackBehaviorAddCameraSpaceTranslationFromTargetSize) == 0x000008, "Wrong alignment on UCameraStackBehaviorAddCameraSpaceTranslationFromTargetSize"); \ static_assert(sizeof(UCameraStackBehaviorAddCameraSpaceTranslationFromTargetSize) == 0x000368, "Wrong size on UCameraStackBehaviorAddCameraSpaceTranslationFromTargetSize"); \ static_assert(offsetof(UCameraStackBehaviorAddCameraSpaceTranslationFromTargetSize, Target) == 0x0001B8, "Member 'UCameraStackBehaviorAddCameraSpaceTranslationFromTargetSize::Target' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAddCameraSpaceTranslationFromTargetSize, TranslationOffsetFromTargetSize) == 0x0001C0, "Member 'UCameraStackBehaviorAddCameraSpaceTranslationFromTargetSize::TranslationOffsetFromTargetSize' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAddCameraSpaceTranslationFromTargetSize, bUpdateAtRuntime) == 0x000348, "Member 'UCameraStackBehaviorAddCameraSpaceTranslationFromTargetSize::bUpdateAtRuntime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAddCameraSpaceTranslationFromRelativeTargetHeading \ static_assert(alignof(UCameraStackBehaviorAddCameraSpaceTranslationFromRelativeTargetHeading) == 0x000008, "Wrong alignment on UCameraStackBehaviorAddCameraSpaceTranslationFromRelativeTargetHeading"); \ static_assert(sizeof(UCameraStackBehaviorAddCameraSpaceTranslationFromRelativeTargetHeading) == 0x000360, "Wrong size on UCameraStackBehaviorAddCameraSpaceTranslationFromRelativeTargetHeading"); \ static_assert(offsetof(UCameraStackBehaviorAddCameraSpaceTranslationFromRelativeTargetHeading, YawToTranslationCurve) == 0x0001B8, "Member 'UCameraStackBehaviorAddCameraSpaceTranslationFromRelativeTargetHeading::YawToTranslationCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAddCameraSpaceTranslationFromRelativeTargetHeading, InterpSpeed) == 0x000340, "Member 'UCameraStackBehaviorAddCameraSpaceTranslationFromRelativeTargetHeading::InterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAddCameraSpaceTranslationFromPitch \ static_assert(alignof(UCameraStackBehaviorAddCameraSpaceTranslationFromPitch) == 0x000008, "Wrong alignment on UCameraStackBehaviorAddCameraSpaceTranslationFromPitch"); \ static_assert(sizeof(UCameraStackBehaviorAddCameraSpaceTranslationFromPitch) == 0x000358, "Wrong size on UCameraStackBehaviorAddCameraSpaceTranslationFromPitch"); \ static_assert(offsetof(UCameraStackBehaviorAddCameraSpaceTranslationFromPitch, PitchToTranslationCurve) == 0x0001B8, "Member 'UCameraStackBehaviorAddCameraSpaceTranslationFromPitch::PitchToTranslationCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAddTargetOffset \ static_assert(alignof(UCameraStackBehaviorAddTargetOffset) == 0x000008, "Wrong alignment on UCameraStackBehaviorAddTargetOffset"); \ static_assert(sizeof(UCameraStackBehaviorAddTargetOffset) == 0x0001C8, "Wrong size on UCameraStackBehaviorAddTargetOffset"); \ static_assert(offsetof(UCameraStackBehaviorAddTargetOffset, TargetOffset) == 0x0001B8, "Member 'UCameraStackBehaviorAddTargetOffset::TargetOffset' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAddTargetOffset, bTargetLocalSpace) == 0x0001C4, "Member 'UCameraStackBehaviorAddTargetOffset::bTargetLocalSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorSetTargetWorldLocation \ static_assert(alignof(UCameraStackBehaviorSetTargetWorldLocation) == 0x000008, "Wrong alignment on UCameraStackBehaviorSetTargetWorldLocation"); \ static_assert(sizeof(UCameraStackBehaviorSetTargetWorldLocation) == 0x0001C8, "Wrong size on UCameraStackBehaviorSetTargetWorldLocation"); \ static_assert(offsetof(UCameraStackBehaviorSetTargetWorldLocation, TargetWorldLocation) == 0x0001B8, "Member 'UCameraStackBehaviorSetTargetWorldLocation::TargetWorldLocation' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetTargetWorldLocation, PrimaryTargetOffsetFactor) == 0x0001C4, "Member 'UCameraStackBehaviorSetTargetWorldLocation::PrimaryTargetOffsetFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehaviorAdjustArmFromTargetVelocity_SetScaleFilterHalflife \ static_assert(alignof(CameraStackBehaviorAdjustArmFromTargetVelocity_SetScaleFilterHalflife) == 0x000004, "Wrong alignment on CameraStackBehaviorAdjustArmFromTargetVelocity_SetScaleFilterHalflife"); \ static_assert(sizeof(CameraStackBehaviorAdjustArmFromTargetVelocity_SetScaleFilterHalflife) == 0x000004, "Wrong size on CameraStackBehaviorAdjustArmFromTargetVelocity_SetScaleFilterHalflife"); \ static_assert(offsetof(CameraStackBehaviorAdjustArmFromTargetVelocity_SetScaleFilterHalflife, InHalflife) == 0x000000, "Member 'CameraStackBehaviorAdjustArmFromTargetVelocity_SetScaleFilterHalflife::InHalflife' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehaviorAdjustArmFromTargetVelocity_SetVelocityFilterHalflife \ static_assert(alignof(CameraStackBehaviorAdjustArmFromTargetVelocity_SetVelocityFilterHalflife) == 0x000004, "Wrong alignment on CameraStackBehaviorAdjustArmFromTargetVelocity_SetVelocityFilterHalflife"); \ static_assert(sizeof(CameraStackBehaviorAdjustArmFromTargetVelocity_SetVelocityFilterHalflife) == 0x000004, "Wrong size on CameraStackBehaviorAdjustArmFromTargetVelocity_SetVelocityFilterHalflife"); \ static_assert(offsetof(CameraStackBehaviorAdjustArmFromTargetVelocity_SetVelocityFilterHalflife, InHalflife) == 0x000000, "Member 'CameraStackBehaviorAdjustArmFromTargetVelocity_SetVelocityFilterHalflife::InHalflife' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAdjustArmFromTargetVelocity \ static_assert(alignof(UCameraStackBehaviorAdjustArmFromTargetVelocity) == 0x000008, "Wrong alignment on UCameraStackBehaviorAdjustArmFromTargetVelocity"); \ static_assert(sizeof(UCameraStackBehaviorAdjustArmFromTargetVelocity) == 0x0002D0, "Wrong size on UCameraStackBehaviorAdjustArmFromTargetVelocity"); \ static_assert(offsetof(UCameraStackBehaviorAdjustArmFromTargetVelocity, Scale) == 0x0001B8, "Member 'UCameraStackBehaviorAdjustArmFromTargetVelocity::Scale' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAdjustArmFromTargetVelocity, AngleToScale) == 0x0001C8, "Member 'UCameraStackBehaviorAdjustArmFromTargetVelocity::AngleToScale' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAdjustArmFromTargetVelocity, VelocityFilterHalflife) == 0x000250, "Member 'UCameraStackBehaviorAdjustArmFromTargetVelocity::VelocityFilterHalflife' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAdjustArmFromTargetVelocity, SpeedFilterHalflife) == 0x000254, "Member 'UCameraStackBehaviorAdjustArmFromTargetVelocity::SpeedFilterHalflife' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAdjustArmFromTargetVelocity, ScaleFilterHalflife) == 0x000258, "Member 'UCameraStackBehaviorAdjustArmFromTargetVelocity::ScaleFilterHalflife' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAdjustArmFromTargetVelocity, bDrawDebug) == 0x00025C, "Member 'UCameraStackBehaviorAdjustArmFromTargetVelocity::bDrawDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAnimationBase \ static_assert(alignof(UCameraStackBehaviorAnimationBase) == 0x000010, "Wrong alignment on UCameraStackBehaviorAnimationBase"); \ static_assert(sizeof(UCameraStackBehaviorAnimationBase) == 0x000610, "Wrong size on UCameraStackBehaviorAnimationBase"); \ static_assert(offsetof(UCameraStackBehaviorAnimationBase, LoopMode) == 0x0001B8, "Member 'UCameraStackBehaviorAnimationBase::LoopMode' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAnimationBase, AnimationFrame) == 0x0001B9, "Member 'UCameraStackBehaviorAnimationBase::AnimationFrame' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAnimationBase, SecondaryTarget) == 0x0001C0, "Member 'UCameraStackBehaviorAnimationBase::SecondaryTarget' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAnimationBase, PlayRate) == 0x0001C8, "Member 'UCameraStackBehaviorAnimationBase::PlayRate' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAnimationBase, AdditiveTranslationFactor) == 0x0001CC, "Member 'UCameraStackBehaviorAnimationBase::AdditiveTranslationFactor' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAnimationBase, AdditiveRotationFactor) == 0x0001D8, "Member 'UCameraStackBehaviorAnimationBase::AdditiveRotationFactor' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAnimationBase, AdditiveFactorOptionName) == 0x0001E4, "Member 'UCameraStackBehaviorAnimationBase::AdditiveFactorOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAnimationBase, PlayRateFactorOptionName) == 0x0001EC, "Member 'UCameraStackBehaviorAnimationBase::PlayRateFactorOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAnimationBase, AnimData) == 0x000200, "Member 'UCameraStackBehaviorAnimationBase::AnimData' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAnimationBase, AnimSequence) == 0x000350, "Member 'UCameraStackBehaviorAnimationBase::AnimSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAnimationSequence \ static_assert(alignof(UCameraStackBehaviorAnimationSequence) == 0x000010, "Wrong alignment on UCameraStackBehaviorAnimationSequence"); \ static_assert(sizeof(UCameraStackBehaviorAnimationSequence) == 0x000620, "Wrong size on UCameraStackBehaviorAnimationSequence"); \ static_assert(offsetof(UCameraStackBehaviorAnimationSequence, SequenceToPlay) == 0x000610, "Member 'UCameraStackBehaviorAnimationSequence::SequenceToPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAnimationSequenceClosest \ static_assert(alignof(UCameraStackBehaviorAnimationSequenceClosest) == 0x000010, "Wrong alignment on UCameraStackBehaviorAnimationSequenceClosest"); \ static_assert(sizeof(UCameraStackBehaviorAnimationSequenceClosest) == 0x000620, "Wrong size on UCameraStackBehaviorAnimationSequenceClosest"); \ static_assert(offsetof(UCameraStackBehaviorAnimationSequenceClosest, AnimSequenceOptions) == 0x000610, "Member 'UCameraStackBehaviorAnimationSequenceClosest::AnimSequenceOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAnimationSequenceRequested \ static_assert(alignof(UCameraStackBehaviorAnimationSequenceRequested) == 0x000010, "Wrong alignment on UCameraStackBehaviorAnimationSequenceRequested"); \ static_assert(sizeof(UCameraStackBehaviorAnimationSequenceRequested) == 0x000610, "Wrong size on UCameraStackBehaviorAnimationSequenceRequested"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAttachToSpline \ static_assert(alignof(UCameraStackBehaviorAttachToSpline) == 0x000008, "Wrong alignment on UCameraStackBehaviorAttachToSpline"); \ static_assert(sizeof(UCameraStackBehaviorAttachToSpline) == 0x000248, "Wrong size on UCameraStackBehaviorAttachToSpline"); \ static_assert(offsetof(UCameraStackBehaviorAttachToSpline, SplineGetter) == 0x0001B8, "Member 'UCameraStackBehaviorAttachToSpline::SplineGetter' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAttachToSpline, CameraTargetOffset) == 0x0001C0, "Member 'UCameraStackBehaviorAttachToSpline::CameraTargetOffset' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAttachToSpline, DistanceFromTarget) == 0x0001CC, "Member 'UCameraStackBehaviorAttachToSpline::DistanceFromTarget' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAttachToSpline, bDebugDraw) == 0x0001D0, "Member 'UCameraStackBehaviorAttachToSpline::bDebugDraw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorBakedShake \ static_assert(alignof(UCameraStackBehaviorBakedShake) == 0x000008, "Wrong alignment on UCameraStackBehaviorBakedShake"); \ static_assert(sizeof(UCameraStackBehaviorBakedShake) == 0x0001D0, "Wrong size on UCameraStackBehaviorBakedShake"); \ static_assert(offsetof(UCameraStackBehaviorBakedShake, TraumaOverTime) == 0x0001B8, "Member 'UCameraStackBehaviorBakedShake::TraumaOverTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehaviorCamera_SetSourceCamera \ static_assert(alignof(CameraStackBehaviorCamera_SetSourceCamera) == 0x000008, "Wrong alignment on CameraStackBehaviorCamera_SetSourceCamera"); \ static_assert(sizeof(CameraStackBehaviorCamera_SetSourceCamera) == 0x000010, "Wrong size on CameraStackBehaviorCamera_SetSourceCamera"); \ static_assert(offsetof(CameraStackBehaviorCamera_SetSourceCamera, InSourceCamera) == 0x000000, "Member 'CameraStackBehaviorCamera_SetSourceCamera::InSourceCamera' has a wrong offset!"); \ static_assert(offsetof(CameraStackBehaviorCamera_SetSourceCamera, bInIsValidOverDuration) == 0x000008, "Member 'CameraStackBehaviorCamera_SetSourceCamera::bInIsValidOverDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehaviorCamera_SetSourceCameraComponent \ static_assert(alignof(CameraStackBehaviorCamera_SetSourceCameraComponent) == 0x000008, "Wrong alignment on CameraStackBehaviorCamera_SetSourceCameraComponent"); \ static_assert(sizeof(CameraStackBehaviorCamera_SetSourceCameraComponent) == 0x000010, "Wrong size on CameraStackBehaviorCamera_SetSourceCameraComponent"); \ static_assert(offsetof(CameraStackBehaviorCamera_SetSourceCameraComponent, InSourceCamera) == 0x000000, "Member 'CameraStackBehaviorCamera_SetSourceCameraComponent::InSourceCamera' has a wrong offset!"); \ static_assert(offsetof(CameraStackBehaviorCamera_SetSourceCameraComponent, bInIsValidOverDuration) == 0x000008, "Member 'CameraStackBehaviorCamera_SetSourceCameraComponent::bInIsValidOverDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorCamera \ static_assert(alignof(UCameraStackBehaviorCamera) == 0x000008, "Wrong alignment on UCameraStackBehaviorCamera"); \ static_assert(sizeof(UCameraStackBehaviorCamera) == 0x000350, "Wrong size on UCameraStackBehaviorCamera"); \ static_assert(offsetof(UCameraStackBehaviorCamera, bMaintainArmRotation) == 0x0001B8, "Member 'UCameraStackBehaviorCamera::bMaintainArmRotation' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCamera, bMaintainArmOrigin) == 0x0001B9, "Member 'UCameraStackBehaviorCamera::bMaintainArmOrigin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorCameraLookAtOverride \ static_assert(alignof(UCameraStackBehaviorCameraLookAtOverride) == 0x000008, "Wrong alignment on UCameraStackBehaviorCameraLookAtOverride"); \ static_assert(sizeof(UCameraStackBehaviorCameraLookAtOverride) == 0x000350, "Wrong size on UCameraStackBehaviorCameraLookAtOverride"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorCameraSpaceRotationLag \ static_assert(alignof(UCameraStackBehaviorCameraSpaceRotationLag) == 0x000008, "Wrong alignment on UCameraStackBehaviorCameraSpaceRotationLag"); \ static_assert(sizeof(UCameraStackBehaviorCameraSpaceRotationLag) == 0x000218, "Wrong size on UCameraStackBehaviorCameraSpaceRotationLag"); \ static_assert(offsetof(UCameraStackBehaviorCameraSpaceRotationLag, LagSpeedYaw) == 0x0001B8, "Member 'UCameraStackBehaviorCameraSpaceRotationLag::LagSpeedYaw' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCameraSpaceRotationLag, LagSpeedPitch) == 0x0001BC, "Member 'UCameraStackBehaviorCameraSpaceRotationLag::LagSpeedPitch' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCameraSpaceRotationLag, LagSpeedRoll) == 0x0001C0, "Member 'UCameraStackBehaviorCameraSpaceRotationLag::LagSpeedRoll' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCameraSpaceRotationLag, bLagPreviousBehaviorOnly) == 0x0001C4, "Member 'UCameraStackBehaviorCameraSpaceRotationLag::bLagPreviousBehaviorOnly' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCameraSpaceRotationLag, bWorldSpace) == 0x0001C5, "Member 'UCameraStackBehaviorCameraSpaceRotationLag::bWorldSpace' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCameraSpaceRotationLag, bUseSubstepping) == 0x0001C6, "Member 'UCameraStackBehaviorCameraSpaceRotationLag::bUseSubstepping' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCameraSpaceRotationLag, MaxTimeStep) == 0x0001C8, "Member 'UCameraStackBehaviorCameraSpaceRotationLag::MaxTimeStep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorCameraStackComponent \ static_assert(alignof(UCameraStackBehaviorCameraStackComponent) == 0x000008, "Wrong alignment on UCameraStackBehaviorCameraStackComponent"); \ static_assert(sizeof(UCameraStackBehaviorCameraStackComponent) == 0x000230, "Wrong size on UCameraStackBehaviorCameraStackComponent"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorChooseByStyle \ static_assert(alignof(UCameraStackBehaviorChooseByStyle) == 0x000008, "Wrong alignment on UCameraStackBehaviorChooseByStyle"); \ static_assert(sizeof(UCameraStackBehaviorChooseByStyle) == 0x0000A8, "Wrong size on UCameraStackBehaviorChooseByStyle"); \ static_assert(offsetof(UCameraStackBehaviorChooseByStyle, DefaultBehavior) == 0x000050, "Member 'UCameraStackBehaviorChooseByStyle::DefaultBehavior' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorChooseByStyle, StyleBehaviors) == 0x000058, "Member 'UCameraStackBehaviorChooseByStyle::StyleBehaviors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorConvertToArmOriginTranslation \ static_assert(alignof(UCameraStackBehaviorConvertToArmOriginTranslation) == 0x000008, "Wrong alignment on UCameraStackBehaviorConvertToArmOriginTranslation"); \ static_assert(sizeof(UCameraStackBehaviorConvertToArmOriginTranslation) == 0x000228, "Wrong size on UCameraStackBehaviorConvertToArmOriginTranslation"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorCore \ static_assert(alignof(UCameraStackBehaviorCore) == 0x000008, "Wrong alignment on UCameraStackBehaviorCore"); \ static_assert(sizeof(UCameraStackBehaviorCore) == 0x000050, "Wrong size on UCameraStackBehaviorCore"); \ #define DUMPER7_ASSERTS_CameraStackBehaviorCore_Actor_SetTransformActor \ static_assert(alignof(CameraStackBehaviorCore_Actor_SetTransformActor) == 0x000008, "Wrong alignment on CameraStackBehaviorCore_Actor_SetTransformActor"); \ static_assert(sizeof(CameraStackBehaviorCore_Actor_SetTransformActor) == 0x000008, "Wrong size on CameraStackBehaviorCore_Actor_SetTransformActor"); \ static_assert(offsetof(CameraStackBehaviorCore_Actor_SetTransformActor, InTransformActor) == 0x000000, "Member 'CameraStackBehaviorCore_Actor_SetTransformActor::InTransformActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorCore_Actor \ static_assert(alignof(UCameraStackBehaviorCore_Actor) == 0x000008, "Wrong alignment on UCameraStackBehaviorCore_Actor"); \ static_assert(sizeof(UCameraStackBehaviorCore_Actor) == 0x000128, "Wrong size on UCameraStackBehaviorCore_Actor"); \ static_assert(offsetof(UCameraStackBehaviorCore_Actor, TransformActor) == 0x000050, "Member 'UCameraStackBehaviorCore_Actor::TransformActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorCore_Identity \ static_assert(alignof(UCameraStackBehaviorCore_Identity) == 0x000008, "Wrong alignment on UCameraStackBehaviorCore_Identity"); \ static_assert(sizeof(UCameraStackBehaviorCore_Identity) == 0x000050, "Wrong size on UCameraStackBehaviorCore_Identity"); \ #define DUMPER7_ASSERTS_CameraStackBehaviorMultiCrossBlend_CreateMultiCrossBlendBehavior \ static_assert(alignof(CameraStackBehaviorMultiCrossBlend_CreateMultiCrossBlendBehavior) == 0x000008, "Wrong alignment on CameraStackBehaviorMultiCrossBlend_CreateMultiCrossBlendBehavior"); \ static_assert(sizeof(CameraStackBehaviorMultiCrossBlend_CreateMultiCrossBlendBehavior) == 0x000018, "Wrong size on CameraStackBehaviorMultiCrossBlend_CreateMultiCrossBlendBehavior"); \ static_assert(offsetof(CameraStackBehaviorMultiCrossBlend_CreateMultiCrossBlendBehavior, InCameraStack) == 0x000000, "Member 'CameraStackBehaviorMultiCrossBlend_CreateMultiCrossBlendBehavior::InCameraStack' has a wrong offset!"); \ static_assert(offsetof(CameraStackBehaviorMultiCrossBlend_CreateMultiCrossBlendBehavior, InMaxCrossBlendSpeed) == 0x000008, "Member 'CameraStackBehaviorMultiCrossBlend_CreateMultiCrossBlendBehavior::InMaxCrossBlendSpeed' has a wrong offset!"); \ static_assert(offsetof(CameraStackBehaviorMultiCrossBlend_CreateMultiCrossBlendBehavior, ReturnValue) == 0x000010, "Member 'CameraStackBehaviorMultiCrossBlend_CreateMultiCrossBlendBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehaviorMultiCrossBlend_GetCrossBlendBehaviorGroups \ static_assert(alignof(CameraStackBehaviorMultiCrossBlend_GetCrossBlendBehaviorGroups) == 0x000008, "Wrong alignment on CameraStackBehaviorMultiCrossBlend_GetCrossBlendBehaviorGroups"); \ static_assert(sizeof(CameraStackBehaviorMultiCrossBlend_GetCrossBlendBehaviorGroups) == 0x000010, "Wrong size on CameraStackBehaviorMultiCrossBlend_GetCrossBlendBehaviorGroups"); \ static_assert(offsetof(CameraStackBehaviorMultiCrossBlend_GetCrossBlendBehaviorGroups, ReturnValue) == 0x000000, "Member 'CameraStackBehaviorMultiCrossBlend_GetCrossBlendBehaviorGroups::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorMultiCrossBlend \ static_assert(alignof(UCameraStackBehaviorMultiCrossBlend) == 0x000008, "Wrong alignment on UCameraStackBehaviorMultiCrossBlend"); \ static_assert(sizeof(UCameraStackBehaviorMultiCrossBlend) == 0x000350, "Wrong size on UCameraStackBehaviorMultiCrossBlend"); \ static_assert(offsetof(UCameraStackBehaviorMultiCrossBlend, MaxCrossBlendSpeed) == 0x0001B8, "Member 'UCameraStackBehaviorMultiCrossBlend::MaxCrossBlendSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMultiCrossBlend, CrossBlendBehaviorGroups) == 0x0001C0, "Member 'UCameraStackBehaviorMultiCrossBlend::CrossBlendBehaviorGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorMultiCrossBlendStandalone \ static_assert(alignof(UCameraStackBehaviorMultiCrossBlendStandalone) == 0x000008, "Wrong alignment on UCameraStackBehaviorMultiCrossBlendStandalone"); \ static_assert(sizeof(UCameraStackBehaviorMultiCrossBlendStandalone) == 0x000368, "Wrong size on UCameraStackBehaviorMultiCrossBlendStandalone"); \ static_assert(offsetof(UCameraStackBehaviorMultiCrossBlendStandalone, GroupTemplates) == 0x000350, "Member 'UCameraStackBehaviorMultiCrossBlendStandalone::GroupTemplates' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMultiCrossBlendStandalone, bUpdateWeightsFromImplementation) == 0x000360, "Member 'UCameraStackBehaviorMultiCrossBlendStandalone::bUpdateWeightsFromImplementation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorCrossBlendBySpeed \ static_assert(alignof(UCameraStackBehaviorCrossBlendBySpeed) == 0x000008, "Wrong alignment on UCameraStackBehaviorCrossBlendBySpeed"); \ static_assert(sizeof(UCameraStackBehaviorCrossBlendBySpeed) == 0x0003F8, "Wrong size on UCameraStackBehaviorCrossBlendBySpeed"); \ static_assert(offsetof(UCameraStackBehaviorCrossBlendBySpeed, SpeedToWeightCurve) == 0x000368, "Member 'UCameraStackBehaviorCrossBlendBySpeed::SpeedToWeightCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCrossBlendBySpeed, bHorizontalSpeed) == 0x0003F0, "Member 'UCameraStackBehaviorCrossBlendBySpeed::bHorizontalSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorCrossBlendByTargetPitch \ static_assert(alignof(UCameraStackBehaviorCrossBlendByTargetPitch) == 0x000008, "Wrong alignment on UCameraStackBehaviorCrossBlendByTargetPitch"); \ static_assert(sizeof(UCameraStackBehaviorCrossBlendByTargetPitch) == 0x0003F0, "Wrong size on UCameraStackBehaviorCrossBlendByTargetPitch"); \ static_assert(offsetof(UCameraStackBehaviorCrossBlendByTargetPitch, TargetPitchToWeightCurve) == 0x000368, "Member 'UCameraStackBehaviorCrossBlendByTargetPitch::TargetPitchToWeightCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorDollyZoom \ static_assert(alignof(UCameraStackBehaviorDollyZoom) == 0x000008, "Wrong alignment on UCameraStackBehaviorDollyZoom"); \ static_assert(sizeof(UCameraStackBehaviorDollyZoom) == 0x0001E8, "Wrong size on UCameraStackBehaviorDollyZoom"); \ static_assert(offsetof(UCameraStackBehaviorDollyZoom, FieldOfView) == 0x0001B8, "Member 'UCameraStackBehaviorDollyZoom::FieldOfView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorFocusDistanceToTarget \ static_assert(alignof(UCameraStackBehaviorFocusDistanceToTarget) == 0x000008, "Wrong alignment on UCameraStackBehaviorFocusDistanceToTarget"); \ static_assert(sizeof(UCameraStackBehaviorFocusDistanceToTarget) == 0x0001D0, "Wrong size on UCameraStackBehaviorFocusDistanceToTarget"); \ static_assert(offsetof(UCameraStackBehaviorFocusDistanceToTarget, MinFocusDistance) == 0x0001B8, "Member 'UCameraStackBehaviorFocusDistanceToTarget::MinFocusDistance' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFocusDistanceToTarget, FocusDistanceOffset) == 0x0001BC, "Member 'UCameraStackBehaviorFocusDistanceToTarget::FocusDistanceOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorFocusDistanceToAnimationTarget \ static_assert(alignof(UCameraStackBehaviorFocusDistanceToAnimationTarget) == 0x000008, "Wrong alignment on UCameraStackBehaviorFocusDistanceToAnimationTarget"); \ static_assert(sizeof(UCameraStackBehaviorFocusDistanceToAnimationTarget) == 0x0001D8, "Wrong size on UCameraStackBehaviorFocusDistanceToAnimationTarget"); \ static_assert(offsetof(UCameraStackBehaviorFocusDistanceToAnimationTarget, SecondaryTarget) == 0x0001D0, "Member 'UCameraStackBehaviorFocusDistanceToAnimationTarget::SecondaryTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorFocusDistanceToLookAtTarget \ static_assert(alignof(UCameraStackBehaviorFocusDistanceToLookAtTarget) == 0x000008, "Wrong alignment on UCameraStackBehaviorFocusDistanceToLookAtTarget"); \ static_assert(sizeof(UCameraStackBehaviorFocusDistanceToLookAtTarget) == 0x0001D0, "Wrong size on UCameraStackBehaviorFocusDistanceToLookAtTarget"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorFocusDistanceToSecondaryTarget \ static_assert(alignof(UCameraStackBehaviorFocusDistanceToSecondaryTarget) == 0x000008, "Wrong alignment on UCameraStackBehaviorFocusDistanceToSecondaryTarget"); \ static_assert(sizeof(UCameraStackBehaviorFocusDistanceToSecondaryTarget) == 0x0001E0, "Wrong size on UCameraStackBehaviorFocusDistanceToSecondaryTarget"); \ static_assert(offsetof(UCameraStackBehaviorFocusDistanceToSecondaryTarget, SecondaryTarget) == 0x0001D0, "Member 'UCameraStackBehaviorFocusDistanceToSecondaryTarget::SecondaryTarget' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFocusDistanceToSecondaryTarget, bSetToPrimaryTargetIfTargetIsInvalid) == 0x0001D8, "Member 'UCameraStackBehaviorFocusDistanceToSecondaryTarget::bSetToPrimaryTargetIfTargetIsInvalid' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFocusDistanceToSecondaryTarget, bKeepLastFocusDistance) == 0x0001D9, "Member 'UCameraStackBehaviorFocusDistanceToSecondaryTarget::bKeepLastFocusDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorFollowTargetRotationSpring \ static_assert(alignof(UCameraStackBehaviorFollowTargetRotationSpring) == 0x000008, "Wrong alignment on UCameraStackBehaviorFollowTargetRotationSpring"); \ static_assert(sizeof(UCameraStackBehaviorFollowTargetRotationSpring) == 0x000218, "Wrong size on UCameraStackBehaviorFollowTargetRotationSpring"); \ static_assert(offsetof(UCameraStackBehaviorFollowTargetRotationSpring, DeadspotRangeDegrees) == 0x0001B8, "Member 'UCameraStackBehaviorFollowTargetRotationSpring::DeadspotRangeDegrees' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFollowTargetRotationSpring, TargetSpeedRange) == 0x0001C0, "Member 'UCameraStackBehaviorFollowTargetRotationSpring::TargetSpeedRange' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFollowTargetRotationSpring, Frequency) == 0x0001C8, "Member 'UCameraStackBehaviorFollowTargetRotationSpring::Frequency' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFollowTargetRotationSpring, DampingRatio) == 0x0001CC, "Member 'UCameraStackBehaviorFollowTargetRotationSpring::DampingRatio' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFollowTargetRotationSpring, bAffectYaw) == 0x0001D0, "Member 'UCameraStackBehaviorFollowTargetRotationSpring::bAffectYaw' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFollowTargetRotationSpring, bAffectPitch) == 0x0001D1, "Member 'UCameraStackBehaviorFollowTargetRotationSpring::bAffectPitch' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFollowTargetRotationSpring, bUseSubstepping) == 0x0001D2, "Member 'UCameraStackBehaviorFollowTargetRotationSpring::bUseSubstepping' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFollowTargetRotationSpring, MaxTimeStep) == 0x0001D4, "Member 'UCameraStackBehaviorFollowTargetRotationSpring::MaxTimeStep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorIncludeSecondaryTarget \ static_assert(alignof(UCameraStackBehaviorIncludeSecondaryTarget) == 0x000008, "Wrong alignment on UCameraStackBehaviorIncludeSecondaryTarget"); \ static_assert(sizeof(UCameraStackBehaviorIncludeSecondaryTarget) == 0x0001F0, "Wrong size on UCameraStackBehaviorIncludeSecondaryTarget"); \ static_assert(offsetof(UCameraStackBehaviorIncludeSecondaryTarget, SecondaryTarget) == 0x0001B8, "Member 'UCameraStackBehaviorIncludeSecondaryTarget::SecondaryTarget' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorIncludeSecondaryTarget, OffsetRatio) == 0x0001C0, "Member 'UCameraStackBehaviorIncludeSecondaryTarget::OffsetRatio' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorIncludeSecondaryTarget, TargetRadiusFactor) == 0x0001C4, "Member 'UCameraStackBehaviorIncludeSecondaryTarget::TargetRadiusFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorInfluenceCrossBlend \ static_assert(alignof(UCameraStackBehaviorInfluenceCrossBlend) == 0x000008, "Wrong alignment on UCameraStackBehaviorInfluenceCrossBlend"); \ static_assert(sizeof(UCameraStackBehaviorInfluenceCrossBlend) == 0x000350, "Wrong size on UCameraStackBehaviorInfluenceCrossBlend"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorInputToYawSpeed \ static_assert(alignof(UCameraStackBehaviorInputToYawSpeed) == 0x000008, "Wrong alignment on UCameraStackBehaviorInputToYawSpeed"); \ static_assert(sizeof(UCameraStackBehaviorInputToYawSpeed) == 0x000200, "Wrong size on UCameraStackBehaviorInputToYawSpeed"); \ static_assert(offsetof(UCameraStackBehaviorInputToYawSpeed, MinRequiredInput) == 0x0001B8, "Member 'UCameraStackBehaviorInputToYawSpeed::MinRequiredInput' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorInputToYawSpeed, MinTargetSpeed) == 0x0001BC, "Member 'UCameraStackBehaviorInputToYawSpeed::MinTargetSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorInputToYawSpeed, LagSpeed) == 0x0001C0, "Member 'UCameraStackBehaviorInputToYawSpeed::LagSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorInputToYawSpeed, AngleToYawSpeedCurve) == 0x0001C8, "Member 'UCameraStackBehaviorInputToYawSpeed::AngleToYawSpeedCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorInputToYawSpeed, SpeedMultiplier) == 0x0001D0, "Member 'UCameraStackBehaviorInputToYawSpeed::SpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorInputToYawSpeed, FollowCameraSpeedOptionName) == 0x0001D4, "Member 'UCameraStackBehaviorInputToYawSpeed::FollowCameraSpeedOptionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehaviorInterface_OnActivateEvent \ static_assert(alignof(CameraStackBehaviorInterface_OnActivateEvent) == 0x000001, "Wrong alignment on CameraStackBehaviorInterface_OnActivateEvent"); \ static_assert(sizeof(CameraStackBehaviorInterface_OnActivateEvent) == 0x000001, "Wrong size on CameraStackBehaviorInterface_OnActivateEvent"); \ static_assert(offsetof(CameraStackBehaviorInterface_OnActivateEvent, ReturnValue) == 0x000000, "Member 'CameraStackBehaviorInterface_OnActivateEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehaviorInterface_OnUpdateEvent \ static_assert(alignof(CameraStackBehaviorInterface_OnUpdateEvent) == 0x000004, "Wrong alignment on CameraStackBehaviorInterface_OnUpdateEvent"); \ static_assert(sizeof(CameraStackBehaviorInterface_OnUpdateEvent) == 0x000008, "Wrong size on CameraStackBehaviorInterface_OnUpdateEvent"); \ static_assert(offsetof(CameraStackBehaviorInterface_OnUpdateEvent, DeltaSeconds) == 0x000000, "Member 'CameraStackBehaviorInterface_OnUpdateEvent::DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(CameraStackBehaviorInterface_OnUpdateEvent, ReturnValue) == 0x000004, "Member 'CameraStackBehaviorInterface_OnUpdateEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehaviorInterface_OnGetDebugStatsEvent \ static_assert(alignof(CameraStackBehaviorInterface_OnGetDebugStatsEvent) == 0x000008, "Wrong alignment on CameraStackBehaviorInterface_OnGetDebugStatsEvent"); \ static_assert(sizeof(CameraStackBehaviorInterface_OnGetDebugStatsEvent) == 0x000010, "Wrong size on CameraStackBehaviorInterface_OnGetDebugStatsEvent"); \ static_assert(offsetof(CameraStackBehaviorInterface_OnGetDebugStatsEvent, ReturnValue) == 0x000000, "Member 'CameraStackBehaviorInterface_OnGetDebugStatsEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehaviorInterface_OnWriteCameraDataEvent \ static_assert(alignof(CameraStackBehaviorInterface_OnWriteCameraDataEvent) == 0x000004, "Wrong alignment on CameraStackBehaviorInterface_OnWriteCameraDataEvent"); \ static_assert(sizeof(CameraStackBehaviorInterface_OnWriteCameraDataEvent) == 0x0000B4, "Wrong size on CameraStackBehaviorInterface_OnWriteCameraDataEvent"); \ static_assert(offsetof(CameraStackBehaviorInterface_OnWriteCameraDataEvent, CameraData) == 0x000000, "Member 'CameraStackBehaviorInterface_OnWriteCameraDataEvent::CameraData' has a wrong offset!"); \ static_assert(offsetof(CameraStackBehaviorInterface_OnWriteCameraDataEvent, ReturnValue) == 0x0000B0, "Member 'CameraStackBehaviorInterface_OnWriteCameraDataEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICameraStackBehaviorInterface \ static_assert(alignof(ICameraStackBehaviorInterface) == 0x000001, "Wrong alignment on ICameraStackBehaviorInterface"); \ static_assert(sizeof(ICameraStackBehaviorInterface) == 0x000001, "Wrong size on ICameraStackBehaviorInterface"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorKeepLineOfSight \ static_assert(alignof(UCameraStackBehaviorKeepLineOfSight) == 0x000008, "Wrong alignment on UCameraStackBehaviorKeepLineOfSight"); \ static_assert(sizeof(UCameraStackBehaviorKeepLineOfSight) == 0x000238, "Wrong size on UCameraStackBehaviorKeepLineOfSight"); \ static_assert(offsetof(UCameraStackBehaviorKeepLineOfSight, bDrawDebug) == 0x0001B8, "Member 'UCameraStackBehaviorKeepLineOfSight::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorKeepLineOfSight, MaximumAngleInRadians) == 0x0001BC, "Member 'UCameraStackBehaviorKeepLineOfSight::MaximumAngleInRadians' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorKeepLineOfSight, WalkAxisToMaxAngleScaleCurve) == 0x0001C0, "Member 'UCameraStackBehaviorKeepLineOfSight::WalkAxisToMaxAngleScaleCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorKeepLineOfSight, SweepCountPerUpdate) == 0x0001C8, "Member 'UCameraStackBehaviorKeepLineOfSight::SweepCountPerUpdate' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorKeepLineOfSight, SecondsBetweenSweeps) == 0x0001CC, "Member 'UCameraStackBehaviorKeepLineOfSight::SecondsBetweenSweeps' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorKeepLineOfSight, StepSizeInRadians) == 0x0001D0, "Member 'UCameraStackBehaviorKeepLineOfSight::StepSizeInRadians' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorKeepLineOfSight, RotationSpeed) == 0x0001D4, "Member 'UCameraStackBehaviorKeepLineOfSight::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorKeepLineOfSight, InterpSpeed) == 0x0001D8, "Member 'UCameraStackBehaviorKeepLineOfSight::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorKeepLineOfSight, RotationSpeedTight) == 0x0001DC, "Member 'UCameraStackBehaviorKeepLineOfSight::RotationSpeedTight' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorKeepLineOfSight, InterpSpeedTight) == 0x0001E0, "Member 'UCameraStackBehaviorKeepLineOfSight::InterpSpeedTight' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorKeepLineOfSight, CollisionProximityTimeToSpeedAlpha) == 0x0001E8, "Member 'UCameraStackBehaviorKeepLineOfSight::CollisionProximityTimeToSpeedAlpha' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorKeepLineOfSight, LineOfSightProbeChannel) == 0x0001F0, "Member 'UCameraStackBehaviorKeepLineOfSight::LineOfSightProbeChannel' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorKeepLineOfSight, LineOfSightProbeSize) == 0x0001F4, "Member 'UCameraStackBehaviorKeepLineOfSight::LineOfSightProbeSize' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorKeepLineOfSight, TraceTagName) == 0x0001F8, "Member 'UCameraStackBehaviorKeepLineOfSight::TraceTagName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorLag \ static_assert(alignof(UCameraStackBehaviorLag) == 0x000008, "Wrong alignment on UCameraStackBehaviorLag"); \ static_assert(sizeof(UCameraStackBehaviorLag) == 0x000218, "Wrong size on UCameraStackBehaviorLag"); \ static_assert(offsetof(UCameraStackBehaviorLag, SpeedX) == 0x0001B8, "Member 'UCameraStackBehaviorLag::SpeedX' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLag, SpeedY) == 0x0001BC, "Member 'UCameraStackBehaviorLag::SpeedY' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLag, SpeedZ) == 0x0001C0, "Member 'UCameraStackBehaviorLag::SpeedZ' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLag, MinDistances) == 0x0001C4, "Member 'UCameraStackBehaviorLag::MinDistances' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLag, MaxDistances) == 0x0001D0, "Member 'UCameraStackBehaviorLag::MaxDistances' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLag, bWorldSpace) == 0x0001DC, "Member 'UCameraStackBehaviorLag::bWorldSpace' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLag, bLagPreviousBehaviorOnly) == 0x0001DD, "Member 'UCameraStackBehaviorLag::bLagPreviousBehaviorOnly' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLag, bUseSubstepping) == 0x0001DE, "Member 'UCameraStackBehaviorLag::bUseSubstepping' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLag, MaxTimeStep) == 0x0001E0, "Member 'UCameraStackBehaviorLag::MaxTimeStep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorLagSpring \ static_assert(alignof(UCameraStackBehaviorLagSpring) == 0x000008, "Wrong alignment on UCameraStackBehaviorLagSpring"); \ static_assert(sizeof(UCameraStackBehaviorLagSpring) == 0x000208, "Wrong size on UCameraStackBehaviorLagSpring"); \ static_assert(offsetof(UCameraStackBehaviorLagSpring, Frequency) == 0x0001B8, "Member 'UCameraStackBehaviorLagSpring::Frequency' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLagSpring, DampingRatio) == 0x0001BC, "Member 'UCameraStackBehaviorLagSpring::DampingRatio' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLagSpring, FilteringAmountOptionName) == 0x0001C0, "Member 'UCameraStackBehaviorLagSpring::FilteringAmountOptionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorLagSpringAttached \ static_assert(alignof(UCameraStackBehaviorLagSpringAttached) == 0x000008, "Wrong alignment on UCameraStackBehaviorLagSpringAttached"); \ static_assert(sizeof(UCameraStackBehaviorLagSpringAttached) == 0x000228, "Wrong size on UCameraStackBehaviorLagSpringAttached"); \ static_assert(offsetof(UCameraStackBehaviorLagSpringAttached, DamperHalflife) == 0x0001B8, "Member 'UCameraStackBehaviorLagSpringAttached::DamperHalflife' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLagSpringAttached, SpringHalflife) == 0x0001BC, "Member 'UCameraStackBehaviorLagSpringAttached::SpringHalflife' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorLinearSpring \ static_assert(alignof(UCameraStackBehaviorLinearSpring) == 0x000008, "Wrong alignment on UCameraStackBehaviorLinearSpring"); \ static_assert(sizeof(UCameraStackBehaviorLinearSpring) == 0x000280, "Wrong size on UCameraStackBehaviorLinearSpring"); \ static_assert(offsetof(UCameraStackBehaviorLinearSpring, bDrawDebug) == 0x0001B8, "Member 'UCameraStackBehaviorLinearSpring::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLinearSpring, bUseSubstepping) == 0x0001B9, "Member 'UCameraStackBehaviorLinearSpring::bUseSubstepping' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLinearSpring, MaxTimeStep) == 0x0001BC, "Member 'UCameraStackBehaviorLinearSpring::MaxTimeStep' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLinearSpring, SpeedX) == 0x0001C0, "Member 'UCameraStackBehaviorLinearSpring::SpeedX' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLinearSpring, SpeedY) == 0x0001C4, "Member 'UCameraStackBehaviorLinearSpring::SpeedY' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLinearSpring, SpeedZ) == 0x0001C8, "Member 'UCameraStackBehaviorLinearSpring::SpeedZ' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLinearSpring, FrequencyX) == 0x0001CC, "Member 'UCameraStackBehaviorLinearSpring::FrequencyX' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLinearSpring, FrequencyY) == 0x0001D0, "Member 'UCameraStackBehaviorLinearSpring::FrequencyY' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLinearSpring, FrequencyZ) == 0x0001D4, "Member 'UCameraStackBehaviorLinearSpring::FrequencyZ' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLinearSpring, DampingRatioX) == 0x0001D8, "Member 'UCameraStackBehaviorLinearSpring::DampingRatioX' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLinearSpring, DampingRatioY) == 0x0001DC, "Member 'UCameraStackBehaviorLinearSpring::DampingRatioY' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLinearSpring, DampingRatioZ) == 0x0001E0, "Member 'UCameraStackBehaviorLinearSpring::DampingRatioZ' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLinearSpring, MinDistances) == 0x0001E4, "Member 'UCameraStackBehaviorLinearSpring::MinDistances' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLinearSpring, MaxDistances) == 0x0001F0, "Member 'UCameraStackBehaviorLinearSpring::MaxDistances' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLinearSpring, DefaultSpeed) == 0x0001FC, "Member 'UCameraStackBehaviorLinearSpring::DefaultSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLinearSpring, bEnableSpring) == 0x000200, "Member 'UCameraStackBehaviorLinearSpring::bEnableSpring' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorLineOfSightDistance \ static_assert(alignof(UCameraStackBehaviorLineOfSightDistance) == 0x000008, "Wrong alignment on UCameraStackBehaviorLineOfSightDistance"); \ static_assert(sizeof(UCameraStackBehaviorLineOfSightDistance) == 0x000228, "Wrong size on UCameraStackBehaviorLineOfSightDistance"); \ static_assert(offsetof(UCameraStackBehaviorLineOfSightDistance, bDrawDebug) == 0x0001B8, "Member 'UCameraStackBehaviorLineOfSightDistance::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLineOfSightDistance, MaximumAngleInDegrees) == 0x0001BC, "Member 'UCameraStackBehaviorLineOfSightDistance::MaximumAngleInDegrees' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLineOfSightDistance, SweepCountPerUpdate) == 0x0001C0, "Member 'UCameraStackBehaviorLineOfSightDistance::SweepCountPerUpdate' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLineOfSightDistance, SecondsBetweenSweeps) == 0x0001C4, "Member 'UCameraStackBehaviorLineOfSightDistance::SecondsBetweenSweeps' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLineOfSightDistance, StepSizeInDegrees) == 0x0001C8, "Member 'UCameraStackBehaviorLineOfSightDistance::StepSizeInDegrees' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLineOfSightDistance, ProbeChannel) == 0x0001CC, "Member 'UCameraStackBehaviorLineOfSightDistance::ProbeChannel' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLineOfSightDistance, ProbeSize) == 0x0001D0, "Member 'UCameraStackBehaviorLineOfSightDistance::ProbeSize' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLineOfSightDistance, SweepLength) == 0x0001D4, "Member 'UCameraStackBehaviorLineOfSightDistance::SweepLength' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLineOfSightDistance, TraceTagName) == 0x0001D8, "Member 'UCameraStackBehaviorLineOfSightDistance::TraceTagName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLineOfSightDistance, MinArmLength) == 0x0001E0, "Member 'UCameraStackBehaviorLineOfSightDistance::MinArmLength' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLineOfSightDistance, MinTargetMovingSpeed) == 0x0001E4, "Member 'UCameraStackBehaviorLineOfSightDistance::MinTargetMovingSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLineOfSightDistance, MinTargetMovingTime) == 0x0001E8, "Member 'UCameraStackBehaviorLineOfSightDistance::MinTargetMovingTime' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLineOfSightDistance, CameraReturnSpeed) == 0x0001EC, "Member 'UCameraStackBehaviorLineOfSightDistance::CameraReturnSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorLookAtBase \ static_assert(alignof(UCameraStackBehaviorLookAtBase) == 0x000008, "Wrong alignment on UCameraStackBehaviorLookAtBase"); \ static_assert(sizeof(UCameraStackBehaviorLookAtBase) == 0x000290, "Wrong size on UCameraStackBehaviorLookAtBase"); \ static_assert(offsetof(UCameraStackBehaviorLookAtBase, ScreenArea) == 0x0001B8, "Member 'UCameraStackBehaviorLookAtBase::ScreenArea' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAtBase, RotationSpeed) == 0x0001CC, "Member 'UCameraStackBehaviorLookAtBase::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAtBase, AngleToRotationSpeed) == 0x0001D0, "Member 'UCameraStackBehaviorLookAtBase::AngleToRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAtBase, bAffectYaw) == 0x0001D8, "Member 'UCameraStackBehaviorLookAtBase::bAffectYaw' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAtBase, bAffectPitch) == 0x0001D9, "Member 'UCameraStackBehaviorLookAtBase::bAffectPitch' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAtBase, PitchLimits) == 0x0001DC, "Member 'UCameraStackBehaviorLookAtBase::PitchLimits' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAtBase, DistanceToWeightCurve) == 0x0001E8, "Member 'UCameraStackBehaviorLookAtBase::DistanceToWeightCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAtBase, bDisableOnInput) == 0x000270, "Member 'UCameraStackBehaviorLookAtBase::bDisableOnInput' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAtBase, bUseUnblendedStackValues) == 0x000271, "Member 'UCameraStackBehaviorLookAtBase::bUseUnblendedStackValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorLookAhead \ static_assert(alignof(UCameraStackBehaviorLookAhead) == 0x000008, "Wrong alignment on UCameraStackBehaviorLookAhead"); \ static_assert(sizeof(UCameraStackBehaviorLookAhead) == 0x000300, "Wrong size on UCameraStackBehaviorLookAhead"); \ static_assert(offsetof(UCameraStackBehaviorLookAhead, TimeAhead) == 0x000290, "Member 'UCameraStackBehaviorLookAhead::TimeAhead' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAhead, VelocityFilterHalflife) == 0x000294, "Member 'UCameraStackBehaviorLookAhead::VelocityFilterHalflife' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAhead, LocationFilterHalflife) == 0x000298, "Member 'UCameraStackBehaviorLookAhead::LocationFilterHalflife' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAhead, FollowCameraSpeedOptionName) == 0x00029C, "Member 'UCameraStackBehaviorLookAhead::FollowCameraSpeedOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAhead, bDrawDebug) == 0x0002A4, "Member 'UCameraStackBehaviorLookAhead::bDrawDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorLookAheadAlongSpline \ static_assert(alignof(UCameraStackBehaviorLookAheadAlongSpline) == 0x000008, "Wrong alignment on UCameraStackBehaviorLookAheadAlongSpline"); \ static_assert(sizeof(UCameraStackBehaviorLookAheadAlongSpline) == 0x000308, "Wrong size on UCameraStackBehaviorLookAheadAlongSpline"); \ static_assert(offsetof(UCameraStackBehaviorLookAheadAlongSpline, SplineGetter) == 0x000290, "Member 'UCameraStackBehaviorLookAheadAlongSpline::SplineGetter' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAheadAlongSpline, CameraTargetOffset) == 0x000298, "Member 'UCameraStackBehaviorLookAheadAlongSpline::CameraTargetOffset' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAheadAlongSpline, DistanceFromSplineThresholdRange) == 0x0002A4, "Member 'UCameraStackBehaviorLookAheadAlongSpline::DistanceFromSplineThresholdRange' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAheadAlongSpline, HeightDifferenceFromSplineThresholdRange) == 0x0002AC, "Member 'UCameraStackBehaviorLookAheadAlongSpline::HeightDifferenceFromSplineThresholdRange' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAheadAlongSpline, LookAheadDistance) == 0x0002B4, "Member 'UCameraStackBehaviorLookAheadAlongSpline::LookAheadDistance' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAheadAlongSpline, PointOrDirectionInterp) == 0x0002B8, "Member 'UCameraStackBehaviorLookAheadAlongSpline::PointOrDirectionInterp' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAheadAlongSpline, TargetOffsetFactor) == 0x0002BC, "Member 'UCameraStackBehaviorLookAheadAlongSpline::TargetOffsetFactor' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAheadAlongSpline, bOnlyInForwardDirection) == 0x0002C0, "Member 'UCameraStackBehaviorLookAheadAlongSpline::bOnlyInForwardDirection' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAheadAlongSpline, DirectionDifferenceFromSplineThresholdRange) == 0x0002C4, "Member 'UCameraStackBehaviorLookAheadAlongSpline::DirectionDifferenceFromSplineThresholdRange' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAheadAlongSpline, bReturnPitchToDefault) == 0x0002CC, "Member 'UCameraStackBehaviorLookAheadAlongSpline::bReturnPitchToDefault' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAheadAlongSpline, FollowCameraSpeedOptionName) == 0x0002D0, "Member 'UCameraStackBehaviorLookAheadAlongSpline::FollowCameraSpeedOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorLookAheadAlongSpline, bDebugDraw) == 0x0002D8, "Member 'UCameraStackBehaviorLookAheadAlongSpline::bDebugDraw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorLookAt \ static_assert(alignof(UCameraStackBehaviorLookAt) == 0x000008, "Wrong alignment on UCameraStackBehaviorLookAt"); \ static_assert(sizeof(UCameraStackBehaviorLookAt) == 0x000298, "Wrong size on UCameraStackBehaviorLookAt"); \ static_assert(offsetof(UCameraStackBehaviorLookAt, LookAtTarget) == 0x000290, "Member 'UCameraStackBehaviorLookAt::LookAtTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorMaintainTargetFraming \ static_assert(alignof(UCameraStackBehaviorMaintainTargetFraming) == 0x000008, "Wrong alignment on UCameraStackBehaviorMaintainTargetFraming"); \ static_assert(sizeof(UCameraStackBehaviorMaintainTargetFraming) == 0x000218, "Wrong size on UCameraStackBehaviorMaintainTargetFraming"); \ static_assert(offsetof(UCameraStackBehaviorMaintainTargetFraming, bDrawDebug) == 0x0001B8, "Member 'UCameraStackBehaviorMaintainTargetFraming::bDrawDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorMatchFloorPitch \ static_assert(alignof(UCameraStackBehaviorMatchFloorPitch) == 0x000008, "Wrong alignment on UCameraStackBehaviorMatchFloorPitch"); \ static_assert(sizeof(UCameraStackBehaviorMatchFloorPitch) == 0x000208, "Wrong size on UCameraStackBehaviorMatchFloorPitch"); \ static_assert(offsetof(UCameraStackBehaviorMatchFloorPitch, bDrawDebug) == 0x0001B8, "Member 'UCameraStackBehaviorMatchFloorPitch::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMatchFloorPitch, TraceTagName) == 0x0001BC, "Member 'UCameraStackBehaviorMatchFloorPitch::TraceTagName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMatchFloorPitch, TraceLength) == 0x0001C4, "Member 'UCameraStackBehaviorMatchFloorPitch::TraceLength' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMatchFloorPitch, TraceHeight) == 0x0001C8, "Member 'UCameraStackBehaviorMatchFloorPitch::TraceHeight' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMatchFloorPitch, TraceDepth) == 0x0001CC, "Member 'UCameraStackBehaviorMatchFloorPitch::TraceDepth' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMatchFloorPitch, PitchScaleUp) == 0x0001D0, "Member 'UCameraStackBehaviorMatchFloorPitch::PitchScaleUp' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMatchFloorPitch, PitchScaleDown) == 0x0001D4, "Member 'UCameraStackBehaviorMatchFloorPitch::PitchScaleDown' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMatchFloorPitch, PitchScaleDrop) == 0x0001D8, "Member 'UCameraStackBehaviorMatchFloorPitch::PitchScaleDrop' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMatchFloorPitch, ProbeSize) == 0x0001DC, "Member 'UCameraStackBehaviorMatchFloorPitch::ProbeSize' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMatchFloorPitch, ProbeChannel) == 0x0001E0, "Member 'UCameraStackBehaviorMatchFloorPitch::ProbeChannel' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMatchFloorPitch, InterpSpeed) == 0x0001E4, "Member 'UCameraStackBehaviorMatchFloorPitch::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMatchFloorPitch, InterpSpeedDrop) == 0x0001E8, "Member 'UCameraStackBehaviorMatchFloorPitch::InterpSpeedDrop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorMatchFloorRotation \ static_assert(alignof(UCameraStackBehaviorMatchFloorRotation) == 0x000008, "Wrong alignment on UCameraStackBehaviorMatchFloorRotation"); \ static_assert(sizeof(UCameraStackBehaviorMatchFloorRotation) == 0x0001F0, "Wrong size on UCameraStackBehaviorMatchFloorRotation"); \ static_assert(offsetof(UCameraStackBehaviorMatchFloorRotation, bEnablePitch) == 0x0001B8, "Member 'UCameraStackBehaviorMatchFloorRotation::bEnablePitch' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMatchFloorRotation, bEnableYaw) == 0x0001B9, "Member 'UCameraStackBehaviorMatchFloorRotation::bEnableYaw' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMatchFloorRotation, bEnableRoll) == 0x0001BA, "Member 'UCameraStackBehaviorMatchFloorRotation::bEnableRoll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorMatchTargetRotation \ static_assert(alignof(UCameraStackBehaviorMatchTargetRotation) == 0x000008, "Wrong alignment on UCameraStackBehaviorMatchTargetRotation"); \ static_assert(sizeof(UCameraStackBehaviorMatchTargetRotation) == 0x0001E8, "Wrong size on UCameraStackBehaviorMatchTargetRotation"); \ static_assert(offsetof(UCameraStackBehaviorMatchTargetRotation, MatchYaw) == 0x0001B8, "Member 'UCameraStackBehaviorMatchTargetRotation::MatchYaw' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMatchTargetRotation, MatchPitch) == 0x0001BC, "Member 'UCameraStackBehaviorMatchTargetRotation::MatchPitch' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMatchTargetRotation, MatchRoll) == 0x0001C0, "Member 'UCameraStackBehaviorMatchTargetRotation::MatchRoll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorMirrorOnCollision \ static_assert(alignof(UCameraStackBehaviorMirrorOnCollision) == 0x000008, "Wrong alignment on UCameraStackBehaviorMirrorOnCollision"); \ static_assert(sizeof(UCameraStackBehaviorMirrorOnCollision) == 0x000058, "Wrong size on UCameraStackBehaviorMirrorOnCollision"); \ static_assert(offsetof(UCameraStackBehaviorMirrorOnCollision, ProbeSize) == 0x000050, "Member 'UCameraStackBehaviorMirrorOnCollision::ProbeSize' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMirrorOnCollision, ProbeChannel) == 0x000054, "Member 'UCameraStackBehaviorMirrorOnCollision::ProbeChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorMoveArmOriginToTarget \ static_assert(alignof(UCameraStackBehaviorMoveArmOriginToTarget) == 0x000008, "Wrong alignment on UCameraStackBehaviorMoveArmOriginToTarget"); \ static_assert(sizeof(UCameraStackBehaviorMoveArmOriginToTarget) == 0x0001E8, "Wrong size on UCameraStackBehaviorMoveArmOriginToTarget"); \ static_assert(offsetof(UCameraStackBehaviorMoveArmOriginToTarget, Target) == 0x0001B8, "Member 'UCameraStackBehaviorMoveArmOriginToTarget::Target' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMoveArmOriginToTarget, Offset) == 0x0001C0, "Member 'UCameraStackBehaviorMoveArmOriginToTarget::Offset' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMoveArmOriginToTarget, PrimaryTargetOffsetFactor) == 0x0001CC, "Member 'UCameraStackBehaviorMoveArmOriginToTarget::PrimaryTargetOffsetFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorMoveTargetToActor \ static_assert(alignof(UCameraStackBehaviorMoveTargetToActor) == 0x000008, "Wrong alignment on UCameraStackBehaviorMoveTargetToActor"); \ static_assert(sizeof(UCameraStackBehaviorMoveTargetToActor) == 0x0001D8, "Wrong size on UCameraStackBehaviorMoveTargetToActor"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorMoveTargetToAttachParent \ static_assert(alignof(UCameraStackBehaviorMoveTargetToAttachParent) == 0x000008, "Wrong alignment on UCameraStackBehaviorMoveTargetToAttachParent"); \ static_assert(sizeof(UCameraStackBehaviorMoveTargetToAttachParent) == 0x0001D0, "Wrong size on UCameraStackBehaviorMoveTargetToAttachParent"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorMoveToKeepInFrame \ static_assert(alignof(UCameraStackBehaviorMoveToKeepInFrame) == 0x000008, "Wrong alignment on UCameraStackBehaviorMoveToKeepInFrame"); \ static_assert(sizeof(UCameraStackBehaviorMoveToKeepInFrame) == 0x000218, "Wrong size on UCameraStackBehaviorMoveToKeepInFrame"); \ static_assert(offsetof(UCameraStackBehaviorMoveToKeepInFrame, ScreenArea) == 0x0001B8, "Member 'UCameraStackBehaviorMoveToKeepInFrame::ScreenArea' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMoveToKeepInFrame, Targets) == 0x0001D0, "Member 'UCameraStackBehaviorMoveToKeepInFrame::Targets' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMoveToKeepInFrame, bConsiderTargetBounds) == 0x0001E0, "Member 'UCameraStackBehaviorMoveToKeepInFrame::bConsiderTargetBounds' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMoveToKeepInFrame, bTruck) == 0x0001E1, "Member 'UCameraStackBehaviorMoveToKeepInFrame::bTruck' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMoveToKeepInFrame, bPedestal) == 0x0001E2, "Member 'UCameraStackBehaviorMoveToKeepInFrame::bPedestal' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMoveToKeepInFrame, DollyLimits) == 0x0001E4, "Member 'UCameraStackBehaviorMoveToKeepInFrame::DollyLimits' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMoveToKeepInFrame, TruckLimits) == 0x0001EC, "Member 'UCameraStackBehaviorMoveToKeepInFrame::TruckLimits' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMoveToKeepInFrame, PedestalLimits) == 0x0001F4, "Member 'UCameraStackBehaviorMoveToKeepInFrame::PedestalLimits' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorMoveToKeepInFrame, bUseUnblendedStackValues) == 0x0001FC, "Member 'UCameraStackBehaviorMoveToKeepInFrame::bUseUnblendedStackValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehaviorMultiBehaviorBlend_Initialize \ static_assert(alignof(CameraStackBehaviorMultiBehaviorBlend_Initialize) == 0x000008, "Wrong alignment on CameraStackBehaviorMultiBehaviorBlend_Initialize"); \ static_assert(sizeof(CameraStackBehaviorMultiBehaviorBlend_Initialize) == 0x000008, "Wrong size on CameraStackBehaviorMultiBehaviorBlend_Initialize"); \ static_assert(offsetof(CameraStackBehaviorMultiBehaviorBlend_Initialize, InFirstBehavior) == 0x000000, "Member 'CameraStackBehaviorMultiBehaviorBlend_Initialize::InFirstBehavior' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorMultiBehaviorBlend \ static_assert(alignof(UCameraStackBehaviorMultiBehaviorBlend) == 0x000008, "Wrong alignment on UCameraStackBehaviorMultiBehaviorBlend"); \ static_assert(sizeof(UCameraStackBehaviorMultiBehaviorBlend) == 0x0001C0, "Wrong size on UCameraStackBehaviorMultiBehaviorBlend"); \ static_assert(offsetof(UCameraStackBehaviorMultiBehaviorBlend, FirstBehavior) == 0x0001B8, "Member 'UCameraStackBehaviorMultiBehaviorBlend::FirstBehavior' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorNoOp \ static_assert(alignof(UCameraStackBehaviorNoOp) == 0x000008, "Wrong alignment on UCameraStackBehaviorNoOp"); \ static_assert(sizeof(UCameraStackBehaviorNoOp) == 0x000050, "Wrong size on UCameraStackBehaviorNoOp"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorPitchFromTargetDistance \ static_assert(alignof(UCameraStackBehaviorPitchFromTargetDistance) == 0x000008, "Wrong alignment on UCameraStackBehaviorPitchFromTargetDistance"); \ static_assert(sizeof(UCameraStackBehaviorPitchFromTargetDistance) == 0x0002F0, "Wrong size on UCameraStackBehaviorPitchFromTargetDistance"); \ static_assert(offsetof(UCameraStackBehaviorPitchFromTargetDistance, SecondaryTarget) == 0x0001B8, "Member 'UCameraStackBehaviorPitchFromTargetDistance::SecondaryTarget' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorPitchFromTargetDistance, PitchA) == 0x0001C0, "Member 'UCameraStackBehaviorPitchFromTargetDistance::PitchA' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorPitchFromTargetDistance, PitchB) == 0x0001C4, "Member 'UCameraStackBehaviorPitchFromTargetDistance::PitchB' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorPitchFromTargetDistance, HorizontalDistanceInterpWeight) == 0x0001C8, "Member 'UCameraStackBehaviorPitchFromTargetDistance::HorizontalDistanceInterpWeight' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorPitchFromTargetDistance, VerticalDistanceInterpWeight) == 0x000250, "Member 'UCameraStackBehaviorPitchFromTargetDistance::VerticalDistanceInterpWeight' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorPitchFromTargetDistance, bUseDistanceToTargetBounds) == 0x0002D8, "Member 'UCameraStackBehaviorPitchFromTargetDistance::bUseDistanceToTargetBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorPitchToFocalLength \ static_assert(alignof(UCameraStackBehaviorPitchToFocalLength) == 0x000008, "Wrong alignment on UCameraStackBehaviorPitchToFocalLength"); \ static_assert(sizeof(UCameraStackBehaviorPitchToFocalLength) == 0x0001D8, "Wrong size on UCameraStackBehaviorPitchToFocalLength"); \ static_assert(offsetof(UCameraStackBehaviorPitchToFocalLength, DefaultFocalLength) == 0x0001B8, "Member 'UCameraStackBehaviorPitchToFocalLength::DefaultFocalLength' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorPitchToFocalLength, PitchToFocalLengthCurve) == 0x0001C0, "Member 'UCameraStackBehaviorPitchToFocalLength::PitchToFocalLengthCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackTransformCurveData \ static_assert(alignof(UCameraStackTransformCurveData) == 0x000008, "Wrong alignment on UCameraStackTransformCurveData"); \ static_assert(sizeof(UCameraStackTransformCurveData) == 0x000048, "Wrong size on UCameraStackTransformCurveData"); \ static_assert(offsetof(UCameraStackTransformCurveData, CameraLocationCurve) == 0x000030, "Member 'UCameraStackTransformCurveData::CameraLocationCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackTransformCurveData, FocalPointCurve) == 0x000038, "Member 'UCameraStackTransformCurveData::FocalPointCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackTransformCurveData, InversePitchCurve) == 0x000040, "Member 'UCameraStackTransformCurveData::InversePitchCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorPitchToTransformCurves \ static_assert(alignof(UCameraStackBehaviorPitchToTransformCurves) == 0x000008, "Wrong alignment on UCameraStackBehaviorPitchToTransformCurves"); \ static_assert(sizeof(UCameraStackBehaviorPitchToTransformCurves) == 0x000220, "Wrong size on UCameraStackBehaviorPitchToTransformCurves"); \ static_assert(offsetof(UCameraStackBehaviorPitchToTransformCurves, CurveData) == 0x0001C0, "Member 'UCameraStackBehaviorPitchToTransformCurves::CurveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorPushPull \ static_assert(alignof(UCameraStackBehaviorPushPull) == 0x000008, "Wrong alignment on UCameraStackBehaviorPushPull"); \ static_assert(sizeof(UCameraStackBehaviorPushPull) == 0x000218, "Wrong size on UCameraStackBehaviorPushPull"); \ static_assert(offsetof(UCameraStackBehaviorPushPull, bEnableLag) == 0x0001B8, "Member 'UCameraStackBehaviorPushPull::bEnableLag' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorPushPull, LagSpeed) == 0x0001BC, "Member 'UCameraStackBehaviorPushPull::LagSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorPushPull, MaxArmLength2D) == 0x0001C0, "Member 'UCameraStackBehaviorPushPull::MaxArmLength2D' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorPushPull, MinArmLength2D) == 0x0001C4, "Member 'UCameraStackBehaviorPushPull::MinArmLength2D' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorPushPull, YawMinMax) == 0x0001C8, "Member 'UCameraStackBehaviorPushPull::YawMinMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorRail \ static_assert(alignof(UCameraStackBehaviorRail) == 0x000010, "Wrong alignment on UCameraStackBehaviorRail"); \ static_assert(sizeof(UCameraStackBehaviorRail) == 0x0002C0, "Wrong size on UCameraStackBehaviorRail"); \ static_assert(offsetof(UCameraStackBehaviorRail, SplineGetter) == 0x0001B8, "Member 'UCameraStackBehaviorRail::SplineGetter' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRail, CameraTargetOffset) == 0x0001C0, "Member 'UCameraStackBehaviorRail::CameraTargetOffset' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRail, SplineMovementFrequency) == 0x0001CC, "Member 'UCameraStackBehaviorRail::SplineMovementFrequency' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRail, BlendDuration) == 0x0001D0, "Member 'UCameraStackBehaviorRail::BlendDuration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRail, bFollowSplineRotation) == 0x0001D4, "Member 'UCameraStackBehaviorRail::bFollowSplineRotation' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRail, bDebugDraw) == 0x0001D5, "Member 'UCameraStackBehaviorRail::bDebugDraw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorRemoveArmOriginOffset \ static_assert(alignof(UCameraStackBehaviorRemoveArmOriginOffset) == 0x000008, "Wrong alignment on UCameraStackBehaviorRemoveArmOriginOffset"); \ static_assert(sizeof(UCameraStackBehaviorRemoveArmOriginOffset) == 0x000210, "Wrong size on UCameraStackBehaviorRemoveArmOriginOffset"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorResetRotation \ static_assert(alignof(UCameraStackBehaviorResetRotation) == 0x000008, "Wrong alignment on UCameraStackBehaviorResetRotation"); \ static_assert(sizeof(UCameraStackBehaviorResetRotation) == 0x000210, "Wrong size on UCameraStackBehaviorResetRotation"); \ static_assert(offsetof(UCameraStackBehaviorResetRotation, ResetDuration) == 0x0001B8, "Member 'UCameraStackBehaviorResetRotation::ResetDuration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorResetRotation, DefaultPitch) == 0x0001BC, "Member 'UCameraStackBehaviorResetRotation::DefaultPitch' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorResetRotation, ResetCurve) == 0x0001C0, "Member 'UCameraStackBehaviorResetRotation::ResetCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorResetRotation, DesiredDelta) == 0x0001C8, "Member 'UCameraStackBehaviorResetRotation::DesiredDelta' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorResetRotation, bCancelResetOnInput) == 0x0001D4, "Member 'UCameraStackBehaviorResetRotation::bCancelResetOnInput' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorResetRotation, bResetYaw) == 0x0001D5, "Member 'UCameraStackBehaviorResetRotation::bResetYaw' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorResetRotation, bResetPitch) == 0x0001D6, "Member 'UCameraStackBehaviorResetRotation::bResetPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorRetargetAnimation \ static_assert(alignof(UCameraStackBehaviorRetargetAnimation) == 0x000008, "Wrong alignment on UCameraStackBehaviorRetargetAnimation"); \ static_assert(sizeof(UCameraStackBehaviorRetargetAnimation) == 0x000300, "Wrong size on UCameraStackBehaviorRetargetAnimation"); \ static_assert(offsetof(UCameraStackBehaviorRetargetAnimation, SecondaryTarget) == 0x000290, "Member 'UCameraStackBehaviorRetargetAnimation::SecondaryTarget' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRetargetAnimation, FramingScreenAreaExtent) == 0x000298, "Member 'UCameraStackBehaviorRetargetAnimation::FramingScreenAreaExtent' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRetargetAnimation, bDrawDebug) == 0x0002A0, "Member 'UCameraStackBehaviorRetargetAnimation::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRetargetAnimation, AnimBehavior) == 0x0002A8, "Member 'UCameraStackBehaviorRetargetAnimation::AnimBehavior' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorRotateEyeToBisector \ static_assert(alignof(UCameraStackBehaviorRotateEyeToBisector) == 0x000008, "Wrong alignment on UCameraStackBehaviorRotateEyeToBisector"); \ static_assert(sizeof(UCameraStackBehaviorRotateEyeToBisector) == 0x000208, "Wrong size on UCameraStackBehaviorRotateEyeToBisector"); \ static_assert(offsetof(UCameraStackBehaviorRotateEyeToBisector, SecondaryTarget) == 0x0001B8, "Member 'UCameraStackBehaviorRotateEyeToBisector::SecondaryTarget' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateEyeToBisector, AngleRatio) == 0x0001C0, "Member 'UCameraStackBehaviorRotateEyeToBisector::AngleRatio' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateEyeToBisector, BlendOutAngleRange) == 0x0001C4, "Member 'UCameraStackBehaviorRotateEyeToBisector::BlendOutAngleRange' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateEyeToBisector, BlendOutDistanceRange) == 0x0001CC, "Member 'UCameraStackBehaviorRotateEyeToBisector::BlendOutDistanceRange' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateEyeToBisector, bDebugDraw) == 0x0001D4, "Member 'UCameraStackBehaviorRotateEyeToBisector::bDebugDraw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorRotateTowards \ static_assert(alignof(UCameraStackBehaviorRotateTowards) == 0x000008, "Wrong alignment on UCameraStackBehaviorRotateTowards"); \ static_assert(sizeof(UCameraStackBehaviorRotateTowards) == 0x0001F0, "Wrong size on UCameraStackBehaviorRotateTowards"); \ static_assert(offsetof(UCameraStackBehaviorRotateTowards, bRotateYaw) == 0x0001B8, "Member 'UCameraStackBehaviorRotateTowards::bRotateYaw' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateTowards, bRotatePitch) == 0x0001B9, "Member 'UCameraStackBehaviorRotateTowards::bRotatePitch' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateTowards, bRotateRoll) == 0x0001BA, "Member 'UCameraStackBehaviorRotateTowards::bRotateRoll' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateTowards, TargetRotation) == 0x0001BC, "Member 'UCameraStackBehaviorRotateTowards::TargetRotation' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateTowards, RotationSpeed) == 0x0001C8, "Member 'UCameraStackBehaviorRotateTowards::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateTowards, AngleToRotationSpeed) == 0x0001D0, "Member 'UCameraStackBehaviorRotateTowards::AngleToRotationSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorRotateTowardsSecondaryTarget \ static_assert(alignof(UCameraStackBehaviorRotateTowardsSecondaryTarget) == 0x000008, "Wrong alignment on UCameraStackBehaviorRotateTowardsSecondaryTarget"); \ static_assert(sizeof(UCameraStackBehaviorRotateTowardsSecondaryTarget) == 0x000210, "Wrong size on UCameraStackBehaviorRotateTowardsSecondaryTarget"); \ static_assert(offsetof(UCameraStackBehaviorRotateTowardsSecondaryTarget, SecondaryTarget) == 0x0001B8, "Member 'UCameraStackBehaviorRotateTowardsSecondaryTarget::SecondaryTarget' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateTowardsSecondaryTarget, DistanceToYaw) == 0x0001C0, "Member 'UCameraStackBehaviorRotateTowardsSecondaryTarget::DistanceToYaw' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateTowardsSecondaryTarget, YawAngleRange) == 0x0001C8, "Member 'UCameraStackBehaviorRotateTowardsSecondaryTarget::YawAngleRange' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateTowardsSecondaryTarget, bSymmetricalYaw) == 0x0001D0, "Member 'UCameraStackBehaviorRotateTowardsSecondaryTarget::bSymmetricalYaw' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateTowardsSecondaryTarget, bCommitToDirection) == 0x0001D1, "Member 'UCameraStackBehaviorRotateTowardsSecondaryTarget::bCommitToDirection' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateTowardsSecondaryTarget, bOtherSide) == 0x0001D2, "Member 'UCameraStackBehaviorRotateTowardsSecondaryTarget::bOtherSide' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateTowardsSecondaryTarget, RotationSpeed) == 0x0001D4, "Member 'UCameraStackBehaviorRotateTowardsSecondaryTarget::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateTowardsSecondaryTarget, AngleToRotationSpeed) == 0x0001D8, "Member 'UCameraStackBehaviorRotateTowardsSecondaryTarget::AngleToRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateTowardsSecondaryTarget, AngleBias) == 0x0001E0, "Member 'UCameraStackBehaviorRotateTowardsSecondaryTarget::AngleBias' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotateTowardsSecondaryTarget, AccumulatedRotationAmount) == 0x0001E4, "Member 'UCameraStackBehaviorRotateTowardsSecondaryTarget::AccumulatedRotationAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorRotationLag \ static_assert(alignof(UCameraStackBehaviorRotationLag) == 0x000008, "Wrong alignment on UCameraStackBehaviorRotationLag"); \ static_assert(sizeof(UCameraStackBehaviorRotationLag) == 0x000208, "Wrong size on UCameraStackBehaviorRotationLag"); \ static_assert(offsetof(UCameraStackBehaviorRotationLag, LagSpeed) == 0x0001B8, "Member 'UCameraStackBehaviorRotationLag::LagSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationLag, bLagPreviousBehaviorOnly) == 0x0001BC, "Member 'UCameraStackBehaviorRotationLag::bLagPreviousBehaviorOnly' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationLag, bAffectsYaw) == 0x0001BD, "Member 'UCameraStackBehaviorRotationLag::bAffectsYaw' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationLag, bAffectsPitch) == 0x0001BE, "Member 'UCameraStackBehaviorRotationLag::bAffectsPitch' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationLag, bAffectsRoll) == 0x0001BF, "Member 'UCameraStackBehaviorRotationLag::bAffectsRoll' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationLag, bUseSubstepping) == 0x0001C0, "Member 'UCameraStackBehaviorRotationLag::bUseSubstepping' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationLag, MaxTimeStep) == 0x0001C4, "Member 'UCameraStackBehaviorRotationLag::MaxTimeStep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorRotationLagSpringAttached \ static_assert(alignof(UCameraStackBehaviorRotationLagSpringAttached) == 0x000008, "Wrong alignment on UCameraStackBehaviorRotationLagSpringAttached"); \ static_assert(sizeof(UCameraStackBehaviorRotationLagSpringAttached) == 0x000240, "Wrong size on UCameraStackBehaviorRotationLagSpringAttached"); \ static_assert(offsetof(UCameraStackBehaviorRotationLagSpringAttached, YawAmount) == 0x0001B8, "Member 'UCameraStackBehaviorRotationLagSpringAttached::YawAmount' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationLagSpringAttached, PitchAmount) == 0x0001BC, "Member 'UCameraStackBehaviorRotationLagSpringAttached::PitchAmount' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationLagSpringAttached, RollAmount) == 0x0001C0, "Member 'UCameraStackBehaviorRotationLagSpringAttached::RollAmount' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationLagSpringAttached, MaxYawSpeed) == 0x0001C4, "Member 'UCameraStackBehaviorRotationLagSpringAttached::MaxYawSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationLagSpringAttached, MaxPitchSpeed) == 0x0001C8, "Member 'UCameraStackBehaviorRotationLagSpringAttached::MaxPitchSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationLagSpringAttached, MaxRollSpeed) == 0x0001CC, "Member 'UCameraStackBehaviorRotationLagSpringAttached::MaxRollSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationLagSpringAttached, DamperHalflife) == 0x0001D0, "Member 'UCameraStackBehaviorRotationLagSpringAttached::DamperHalflife' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationLagSpringAttached, SpringHalflife) == 0x0001D4, "Member 'UCameraStackBehaviorRotationLagSpringAttached::SpringHalflife' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorRotationOffsetToTarget \ static_assert(alignof(UCameraStackBehaviorRotationOffsetToTarget) == 0x000008, "Wrong alignment on UCameraStackBehaviorRotationOffsetToTarget"); \ static_assert(sizeof(UCameraStackBehaviorRotationOffsetToTarget) == 0x0001F0, "Wrong size on UCameraStackBehaviorRotationOffsetToTarget"); \ static_assert(offsetof(UCameraStackBehaviorRotationOffsetToTarget, SecondaryTarget) == 0x0001B8, "Member 'UCameraStackBehaviorRotationOffsetToTarget::SecondaryTarget' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationOffsetToTarget, DistanceToYaw) == 0x0001C0, "Member 'UCameraStackBehaviorRotationOffsetToTarget::DistanceToYaw' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationOffsetToTarget, YawAngleRange) == 0x0001C8, "Member 'UCameraStackBehaviorRotationOffsetToTarget::YawAngleRange' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationOffsetToTarget, bSymmetricalYaw) == 0x0001D0, "Member 'UCameraStackBehaviorRotationOffsetToTarget::bSymmetricalYaw' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationOffsetToTarget, bCommitToDirection) == 0x0001D1, "Member 'UCameraStackBehaviorRotationOffsetToTarget::bCommitToDirection' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationOffsetToTarget, bOtherSide) == 0x0001D2, "Member 'UCameraStackBehaviorRotationOffsetToTarget::bOtherSide' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationOffsetToTarget, AngleBias) == 0x0001D4, "Member 'UCameraStackBehaviorRotationOffsetToTarget::AngleBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorRotationSpring \ static_assert(alignof(UCameraStackBehaviorRotationSpring) == 0x000008, "Wrong alignment on UCameraStackBehaviorRotationSpring"); \ static_assert(sizeof(UCameraStackBehaviorRotationSpring) == 0x0001F8, "Wrong size on UCameraStackBehaviorRotationSpring"); \ static_assert(offsetof(UCameraStackBehaviorRotationSpring, Frequency) == 0x0001B8, "Member 'UCameraStackBehaviorRotationSpring::Frequency' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationSpring, DampingRatio) == 0x0001BC, "Member 'UCameraStackBehaviorRotationSpring::DampingRatio' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorRotationSpring, FilteringAmountOptionName) == 0x0001C0, "Member 'UCameraStackBehaviorRotationSpring::FilteringAmountOptionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorRotationSpringVideoCapture \ static_assert(alignof(UCameraStackBehaviorRotationSpringVideoCapture) == 0x000008, "Wrong alignment on UCameraStackBehaviorRotationSpringVideoCapture"); \ static_assert(sizeof(UCameraStackBehaviorRotationSpringVideoCapture) == 0x0001F8, "Wrong size on UCameraStackBehaviorRotationSpringVideoCapture"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorSetAperture \ static_assert(alignof(UCameraStackBehaviorSetAperture) == 0x000008, "Wrong alignment on UCameraStackBehaviorSetAperture"); \ static_assert(sizeof(UCameraStackBehaviorSetAperture) == 0x0001C8, "Wrong size on UCameraStackBehaviorSetAperture"); \ static_assert(offsetof(UCameraStackBehaviorSetAperture, Aperture) == 0x0001B8, "Member 'UCameraStackBehaviorSetAperture::Aperture' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetAperture, ApertureOptionName) == 0x0001BC, "Member 'UCameraStackBehaviorSetAperture::ApertureOptionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorSetArmLength \ static_assert(alignof(UCameraStackBehaviorSetArmLength) == 0x000008, "Wrong alignment on UCameraStackBehaviorSetArmLength"); \ static_assert(sizeof(UCameraStackBehaviorSetArmLength) == 0x0001C0, "Wrong size on UCameraStackBehaviorSetArmLength"); \ static_assert(offsetof(UCameraStackBehaviorSetArmLength, ArmLength) == 0x0001B8, "Member 'UCameraStackBehaviorSetArmLength::ArmLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorSetDefaultPitch \ static_assert(alignof(UCameraStackBehaviorSetDefaultPitch) == 0x000008, "Wrong alignment on UCameraStackBehaviorSetDefaultPitch"); \ static_assert(sizeof(UCameraStackBehaviorSetDefaultPitch) == 0x000060, "Wrong size on UCameraStackBehaviorSetDefaultPitch"); \ static_assert(offsetof(UCameraStackBehaviorSetDefaultPitch, DefaultPitch) == 0x000050, "Member 'UCameraStackBehaviorSetDefaultPitch::DefaultPitch' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetDefaultPitch, ResetCurve) == 0x000058, "Member 'UCameraStackBehaviorSetDefaultPitch::ResetCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorSetFOV \ static_assert(alignof(UCameraStackBehaviorSetFOV) == 0x000008, "Wrong alignment on UCameraStackBehaviorSetFOV"); \ static_assert(sizeof(UCameraStackBehaviorSetFOV) == 0x0001C0, "Wrong size on UCameraStackBehaviorSetFOV"); \ static_assert(offsetof(UCameraStackBehaviorSetFOV, FieldOfView) == 0x0001B8, "Member 'UCameraStackBehaviorSetFOV::FieldOfView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorSetRotationLimits \ static_assert(alignof(UCameraStackBehaviorSetRotationLimits) == 0x000008, "Wrong alignment on UCameraStackBehaviorSetRotationLimits"); \ static_assert(sizeof(UCameraStackBehaviorSetRotationLimits) == 0x0001E8, "Wrong size on UCameraStackBehaviorSetRotationLimits"); \ static_assert(offsetof(UCameraStackBehaviorSetRotationLimits, bEnablePitchLimits) == 0x0001C0, "Member 'UCameraStackBehaviorSetRotationLimits::bEnablePitchLimits' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetRotationLimits, MinPitch) == 0x0001C4, "Member 'UCameraStackBehaviorSetRotationLimits::MinPitch' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetRotationLimits, MaxPitch) == 0x0001C8, "Member 'UCameraStackBehaviorSetRotationLimits::MaxPitch' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetRotationLimits, bEnableYawLimits) == 0x0001CC, "Member 'UCameraStackBehaviorSetRotationLimits::bEnableYawLimits' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetRotationLimits, bLimitYawRelativeToTarget) == 0x0001CD, "Member 'UCameraStackBehaviorSetRotationLimits::bLimitYawRelativeToTarget' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetRotationLimits, minYaw) == 0x0001D0, "Member 'UCameraStackBehaviorSetRotationLimits::minYaw' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetRotationLimits, MaxYaw) == 0x0001D4, "Member 'UCameraStackBehaviorSetRotationLimits::MaxYaw' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetRotationLimits, bEnableRollLimits) == 0x0001D8, "Member 'UCameraStackBehaviorSetRotationLimits::bEnableRollLimits' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetRotationLimits, minRoll) == 0x0001DC, "Member 'UCameraStackBehaviorSetRotationLimits::minRoll' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetRotationLimits, MaxRoll) == 0x0001E0, "Member 'UCameraStackBehaviorSetRotationLimits::MaxRoll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorSetRotationLimitsRelativeToTarget \ static_assert(alignof(UCameraStackBehaviorSetRotationLimitsRelativeToTarget) == 0x000008, "Wrong alignment on UCameraStackBehaviorSetRotationLimitsRelativeToTarget"); \ static_assert(sizeof(UCameraStackBehaviorSetRotationLimitsRelativeToTarget) == 0x0001E8, "Wrong size on UCameraStackBehaviorSetRotationLimitsRelativeToTarget"); \ static_assert(offsetof(UCameraStackBehaviorSetRotationLimitsRelativeToTarget, SecondaryTarget) == 0x0001C0, "Member 'UCameraStackBehaviorSetRotationLimitsRelativeToTarget::SecondaryTarget' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetRotationLimitsRelativeToTarget, bEnablePitchLimits) == 0x0001C8, "Member 'UCameraStackBehaviorSetRotationLimitsRelativeToTarget::bEnablePitchLimits' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetRotationLimitsRelativeToTarget, MinPitch) == 0x0001CC, "Member 'UCameraStackBehaviorSetRotationLimitsRelativeToTarget::MinPitch' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetRotationLimitsRelativeToTarget, MaxPitch) == 0x0001D0, "Member 'UCameraStackBehaviorSetRotationLimitsRelativeToTarget::MaxPitch' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetRotationLimitsRelativeToTarget, bEnableYawLimits) == 0x0001D4, "Member 'UCameraStackBehaviorSetRotationLimitsRelativeToTarget::bEnableYawLimits' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetRotationLimitsRelativeToTarget, minYaw) == 0x0001D8, "Member 'UCameraStackBehaviorSetRotationLimitsRelativeToTarget::minYaw' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSetRotationLimitsRelativeToTarget, MaxYaw) == 0x0001DC, "Member 'UCameraStackBehaviorSetRotationLimitsRelativeToTarget::MaxYaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorSetTargetOffset \ static_assert(alignof(UCameraStackBehaviorSetTargetOffset) == 0x000008, "Wrong alignment on UCameraStackBehaviorSetTargetOffset"); \ static_assert(sizeof(UCameraStackBehaviorSetTargetOffset) == 0x0001C8, "Wrong size on UCameraStackBehaviorSetTargetOffset"); \ static_assert(offsetof(UCameraStackBehaviorSetTargetOffset, TargetOffset) == 0x0001B8, "Member 'UCameraStackBehaviorSetTargetOffset::TargetOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehaviorShake_AddTrauma \ static_assert(alignof(CameraStackBehaviorShake_AddTrauma) == 0x000004, "Wrong alignment on CameraStackBehaviorShake_AddTrauma"); \ static_assert(sizeof(CameraStackBehaviorShake_AddTrauma) == 0x000004, "Wrong size on CameraStackBehaviorShake_AddTrauma"); \ static_assert(offsetof(CameraStackBehaviorShake_AddTrauma, InTrauma) == 0x000000, "Member 'CameraStackBehaviorShake_AddTrauma::InTrauma' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorShake \ static_assert(alignof(UCameraStackBehaviorShake) == 0x000008, "Wrong alignment on UCameraStackBehaviorShake"); \ static_assert(sizeof(UCameraStackBehaviorShake) == 0x000200, "Wrong size on UCameraStackBehaviorShake"); \ static_assert(offsetof(UCameraStackBehaviorShake, ShakeLimits) == 0x0001B8, "Member 'UCameraStackBehaviorShake::ShakeLimits' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorShake, ShakeDelay) == 0x0001C4, "Member 'UCameraStackBehaviorShake::ShakeDelay' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorShake, TraumaDuration) == 0x0001CC, "Member 'UCameraStackBehaviorShake::TraumaDuration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorShake, TraumaStart) == 0x0001D0, "Member 'UCameraStackBehaviorShake::TraumaStart' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorShake, TraumaPow) == 0x0001D4, "Member 'UCameraStackBehaviorShake::TraumaPow' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorShake, RepeatTraumaDelay) == 0x0001D8, "Member 'UCameraStackBehaviorShake::RepeatTraumaDelay' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorShake, bUsePerlinNoise) == 0x0001DC, "Member 'UCameraStackBehaviorShake::bUsePerlinNoise' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorShake, bMaintainSeed) == 0x0001DD, "Member 'UCameraStackBehaviorShake::bMaintainSeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorShake, bKeepAlive) == 0x0001DE, "Member 'UCameraStackBehaviorShake::bKeepAlive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorSlopeMovementPitch \ static_assert(alignof(UCameraStackBehaviorSlopeMovementPitch) == 0x000008, "Wrong alignment on UCameraStackBehaviorSlopeMovementPitch"); \ static_assert(sizeof(UCameraStackBehaviorSlopeMovementPitch) == 0x0003D8, "Wrong size on UCameraStackBehaviorSlopeMovementPitch"); \ static_assert(offsetof(UCameraStackBehaviorSlopeMovementPitch, MovementPitchToCameraPitch) == 0x0001B8, "Member 'UCameraStackBehaviorSlopeMovementPitch::MovementPitchToCameraPitch' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSlopeMovementPitch, PitchSpeed) == 0x000240, "Member 'UCameraStackBehaviorSlopeMovementPitch::PitchSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSlopeMovementPitch, PitchToPitchSpeed) == 0x000248, "Member 'UCameraStackBehaviorSlopeMovementPitch::PitchToPitchSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSlopeMovementPitch, MovementSpeedToPitchSpeed) == 0x000250, "Member 'UCameraStackBehaviorSlopeMovementPitch::MovementSpeedToPitchSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSlopeMovementPitch, MovementPitchToPitchSpeed) == 0x0002D8, "Member 'UCameraStackBehaviorSlopeMovementPitch::MovementPitchToPitchSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSlopeMovementPitch, MovementPitchFrequency) == 0x000360, "Member 'UCameraStackBehaviorSlopeMovementPitch::MovementPitchFrequency' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSlopeMovementPitch, MovementPitchDamping) == 0x000364, "Member 'UCameraStackBehaviorSlopeMovementPitch::MovementPitchDamping' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSlopeMovementPitch, SpeedRampUpFrequency) == 0x000368, "Member 'UCameraStackBehaviorSlopeMovementPitch::SpeedRampUpFrequency' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSlopeMovementPitch, SpeedRampDownFrequency) == 0x00036C, "Member 'UCameraStackBehaviorSlopeMovementPitch::SpeedRampDownFrequency' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSlopeMovementPitch, SpeedDamping) == 0x000370, "Member 'UCameraStackBehaviorSlopeMovementPitch::SpeedDamping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorSteerAroundCorners \ static_assert(alignof(UCameraStackBehaviorSteerAroundCorners) == 0x000008, "Wrong alignment on UCameraStackBehaviorSteerAroundCorners"); \ static_assert(sizeof(UCameraStackBehaviorSteerAroundCorners) == 0x000270, "Wrong size on UCameraStackBehaviorSteerAroundCorners"); \ static_assert(offsetof(UCameraStackBehaviorSteerAroundCorners, RotationSpeed) == 0x0001B8, "Member 'UCameraStackBehaviorSteerAroundCorners::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSteerAroundCorners, BlendExponent) == 0x0001BC, "Member 'UCameraStackBehaviorSteerAroundCorners::BlendExponent' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSteerAroundCorners, SpeedToWeightCurve) == 0x0001C0, "Member 'UCameraStackBehaviorSteerAroundCorners::SpeedToWeightCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSteerAroundCorners, AccelerationEaseSpeed) == 0x000248, "Member 'UCameraStackBehaviorSteerAroundCorners::AccelerationEaseSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSteerAroundCorners, DecelerationEaseSpeed) == 0x00024C, "Member 'UCameraStackBehaviorSteerAroundCorners::DecelerationEaseSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorSteerAroundCorners, SpeedOptionName) == 0x000250, "Member 'UCameraStackBehaviorSteerAroundCorners::SpeedOptionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorTargetPitchToPitch \ static_assert(alignof(UCameraStackBehaviorTargetPitchToPitch) == 0x000008, "Wrong alignment on UCameraStackBehaviorTargetPitchToPitch"); \ static_assert(sizeof(UCameraStackBehaviorTargetPitchToPitch) == 0x000268, "Wrong size on UCameraStackBehaviorTargetPitchToPitch"); \ static_assert(offsetof(UCameraStackBehaviorTargetPitchToPitch, TargetPitchToPitchCurve) == 0x0001B8, "Member 'UCameraStackBehaviorTargetPitchToPitch::TargetPitchToPitchCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorTargetPitchToPitch, InterpSpeed) == 0x000240, "Member 'UCameraStackBehaviorTargetPitchToPitch::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorTargetPitchToPitch, OutputInterpSpeed) == 0x000244, "Member 'UCameraStackBehaviorTargetPitchToPitch::OutputInterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorUserFOVDollyZoom \ static_assert(alignof(UCameraStackBehaviorUserFOVDollyZoom) == 0x000008, "Wrong alignment on UCameraStackBehaviorUserFOVDollyZoom"); \ static_assert(sizeof(UCameraStackBehaviorUserFOVDollyZoom) == 0x0001F8, "Wrong size on UCameraStackBehaviorUserFOVDollyZoom"); \ static_assert(offsetof(UCameraStackBehaviorUserFOVDollyZoom, FieldOfViewOffsetOptionName) == 0x0001E8, "Member 'UCameraStackBehaviorUserFOVDollyZoom::FieldOfViewOffsetOptionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorUserInput \ static_assert(alignof(UCameraStackBehaviorUserInput) == 0x000008, "Wrong alignment on UCameraStackBehaviorUserInput"); \ static_assert(sizeof(UCameraStackBehaviorUserInput) == 0x000260, "Wrong size on UCameraStackBehaviorUserInput"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, YawSpeed) == 0x0001B8, "Member 'UCameraStackBehaviorUserInput::YawSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, DefaultPitchSpeed) == 0x0001BC, "Member 'UCameraStackBehaviorUserInput::DefaultPitchSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, PitchToPitchSpeedPositive) == 0x0001C0, "Member 'UCameraStackBehaviorUserInput::PitchToPitchSpeedPositive' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, PitchToPitchSpeedNegative) == 0x0001C8, "Member 'UCameraStackBehaviorUserInput::PitchToPitchSpeedNegative' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, DefaultPitch) == 0x0001D0, "Member 'UCameraStackBehaviorUserInput::DefaultPitch' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, InputMappingCurve) == 0x0001D8, "Member 'UCameraStackBehaviorUserInput::InputMappingCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, MinGamepadInputForAcceleration) == 0x0001E0, "Member 'UCameraStackBehaviorUserInput::MinGamepadInputForAcceleration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, AccelerationSpeedFactor) == 0x0001E4, "Member 'UCameraStackBehaviorUserInput::AccelerationSpeedFactor' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, AccelerationEaseSpeed) == 0x0001E8, "Member 'UCameraStackBehaviorUserInput::AccelerationEaseSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, DecelerationEaseSpeed) == 0x0001EC, "Member 'UCameraStackBehaviorUserInput::DecelerationEaseSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, ResetTime) == 0x0001F0, "Member 'UCameraStackBehaviorUserInput::ResetTime' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, ResetCurve) == 0x0001F8, "Member 'UCameraStackBehaviorUserInput::ResetCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, InvertXOptionName) == 0x000200, "Member 'UCameraStackBehaviorUserInput::InvertXOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, InvertYOptionName) == 0x000208, "Member 'UCameraStackBehaviorUserInput::InvertYOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, SensitivityOptionName) == 0x000210, "Member 'UCameraStackBehaviorUserInput::SensitivityOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, AccelerationOptionName) == 0x000218, "Member 'UCameraStackBehaviorUserInput::AccelerationOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, AimingSwitchOptionName) == 0x000220, "Member 'UCameraStackBehaviorUserInput::AimingSwitchOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserInput, bSwapCameraSticks) == 0x000228, "Member 'UCameraStackBehaviorUserInput::bSwapCameraSticks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorUserNudgingInput \ static_assert(alignof(UCameraStackBehaviorUserNudgingInput) == 0x000008, "Wrong alignment on UCameraStackBehaviorUserNudgingInput"); \ static_assert(sizeof(UCameraStackBehaviorUserNudgingInput) == 0x000238, "Wrong size on UCameraStackBehaviorUserNudgingInput"); \ static_assert(offsetof(UCameraStackBehaviorUserNudgingInput, MaxYaw) == 0x0001B8, "Member 'UCameraStackBehaviorUserNudgingInput::MaxYaw' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserNudgingInput, MaxPitch) == 0x0001BC, "Member 'UCameraStackBehaviorUserNudgingInput::MaxPitch' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserNudgingInput, SmoothingFrequency) == 0x0001C0, "Member 'UCameraStackBehaviorUserNudgingInput::SmoothingFrequency' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserNudgingInput, SmoothingDampingRatio) == 0x0001C4, "Member 'UCameraStackBehaviorUserNudgingInput::SmoothingDampingRatio' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserNudgingInput, InputMappingCurve) == 0x0001C8, "Member 'UCameraStackBehaviorUserNudgingInput::InputMappingCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserNudgingInput, InvertXOptionName) == 0x0001D0, "Member 'UCameraStackBehaviorUserNudgingInput::InvertXOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserNudgingInput, InvertYOptionName) == 0x0001D8, "Member 'UCameraStackBehaviorUserNudgingInput::InvertYOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserNudgingInput, AimingSwitchOptionName) == 0x0001E0, "Member 'UCameraStackBehaviorUserNudgingInput::AimingSwitchOptionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorUserTilt \ static_assert(alignof(UCameraStackBehaviorUserTilt) == 0x000008, "Wrong alignment on UCameraStackBehaviorUserTilt"); \ static_assert(sizeof(UCameraStackBehaviorUserTilt) == 0x0001E0, "Wrong size on UCameraStackBehaviorUserTilt"); \ static_assert(offsetof(UCameraStackBehaviorUserTilt, MinTilt) == 0x0001B8, "Member 'UCameraStackBehaviorUserTilt::MinTilt' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserTilt, MaxTilt) == 0x0001C4, "Member 'UCameraStackBehaviorUserTilt::MaxTilt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorVelocityPitch \ static_assert(alignof(UCameraStackBehaviorVelocityPitch) == 0x000008, "Wrong alignment on UCameraStackBehaviorVelocityPitch"); \ static_assert(sizeof(UCameraStackBehaviorVelocityPitch) == 0x0001E8, "Wrong size on UCameraStackBehaviorVelocityPitch"); \ static_assert(offsetof(UCameraStackBehaviorVelocityPitch, MaxVerticalSpeed) == 0x0001B8, "Member 'UCameraStackBehaviorVelocityPitch::MaxVerticalSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorVelocityPitch, MaxPitchSpeed) == 0x0001BC, "Member 'UCameraStackBehaviorVelocityPitch::MaxPitchSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorVelocityPitch, PitchToPitchSpeedPositive) == 0x0001C0, "Member 'UCameraStackBehaviorVelocityPitch::PitchToPitchSpeedPositive' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorVelocityPitch, PitchToPitchSpeedNegative) == 0x0001C8, "Member 'UCameraStackBehaviorVelocityPitch::PitchToPitchSpeedNegative' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorWindwaker \ static_assert(alignof(UCameraStackBehaviorWindwaker) == 0x000008, "Wrong alignment on UCameraStackBehaviorWindwaker"); \ static_assert(sizeof(UCameraStackBehaviorWindwaker) == 0x000240, "Wrong size on UCameraStackBehaviorWindwaker"); \ static_assert(offsetof(UCameraStackBehaviorWindwaker, MaxArmLength2D) == 0x0001B8, "Member 'UCameraStackBehaviorWindwaker::MaxArmLength2D' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorWindwaker, MinArmLength2D) == 0x0001BC, "Member 'UCameraStackBehaviorWindwaker::MinArmLength2D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackSecondaryTargetGetterBlend \ static_assert(alignof(UCameraStackSecondaryTargetGetterBlend) == 0x000008, "Wrong alignment on UCameraStackSecondaryTargetGetterBlend"); \ static_assert(sizeof(UCameraStackSecondaryTargetGetterBlend) == 0x0000A8, "Wrong size on UCameraStackSecondaryTargetGetterBlend"); \ static_assert(offsetof(UCameraStackSecondaryTargetGetterBlend, BlendDuration) == 0x000060, "Member 'UCameraStackSecondaryTargetGetterBlend::BlendDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackCameraLookAtTargetGetter \ static_assert(alignof(UCameraStackCameraLookAtTargetGetter) == 0x000008, "Wrong alignment on UCameraStackCameraLookAtTargetGetter"); \ static_assert(sizeof(UCameraStackCameraLookAtTargetGetter) == 0x0000C0, "Wrong size on UCameraStackCameraLookAtTargetGetter"); \ static_assert(offsetof(UCameraStackCameraLookAtTargetGetter, LookAtStrength) == 0x0000A8, "Member 'UCameraStackCameraLookAtTargetGetter::LookAtStrength' has a wrong offset!"); \ static_assert(offsetof(UCameraStackCameraLookAtTargetGetter, bReturnHigherStrengthTargets) == 0x0000A9, "Member 'UCameraStackCameraLookAtTargetGetter::bReturnHigherStrengthTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackCineComponent \ static_assert(alignof(UCameraStackCineComponent) == 0x000010, "Wrong alignment on UCameraStackCineComponent"); \ static_assert(sizeof(UCameraStackCineComponent) == 0x000980, "Wrong size on UCameraStackCineComponent"); \ #define DUMPER7_ASSERTS_UCameraStackComponent \ static_assert(alignof(UCameraStackComponent) == 0x000010, "Wrong alignment on UCameraStackComponent"); \ static_assert(sizeof(UCameraStackComponent) == 0x000230, "Wrong size on UCameraStackComponent"); \ static_assert(offsetof(UCameraStackComponent, StackSettings) == 0x000218, "Member 'UCameraStackComponent::StackSettings' has a wrong offset!"); \ static_assert(offsetof(UCameraStackComponent, OverrideActorClass) == 0x000220, "Member 'UCameraStackComponent::OverrideActorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackFramingLocationComponent \ static_assert(alignof(UCameraStackFramingLocationComponent) == 0x000010, "Wrong alignment on UCameraStackFramingLocationComponent"); \ static_assert(sizeof(UCameraStackFramingLocationComponent) == 0x000220, "Wrong size on UCameraStackFramingLocationComponent"); \ #define DUMPER7_ASSERTS_CameraStackInfluenceHandle_SetInfluenceWeight \ static_assert(alignof(CameraStackInfluenceHandle_SetInfluenceWeight) == 0x000004, "Wrong alignment on CameraStackInfluenceHandle_SetInfluenceWeight"); \ static_assert(sizeof(CameraStackInfluenceHandle_SetInfluenceWeight) == 0x000004, "Wrong size on CameraStackInfluenceHandle_SetInfluenceWeight"); \ static_assert(offsetof(CameraStackInfluenceHandle_SetInfluenceWeight, NewWeight) == 0x000000, "Member 'CameraStackInfluenceHandle_SetInfluenceWeight::NewWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackInfluenceHandle \ static_assert(alignof(UCameraStackInfluenceHandle) == 0x000008, "Wrong alignment on UCameraStackInfluenceHandle"); \ static_assert(sizeof(UCameraStackInfluenceHandle) == 0x000040, "Wrong size on UCameraStackInfluenceHandle"); \ static_assert(offsetof(UCameraStackInfluenceHandle, Preset) == 0x000028, "Member 'UCameraStackInfluenceHandle::Preset' has a wrong offset!"); \ static_assert(offsetof(UCameraStackInfluenceHandle, Priority) == 0x000030, "Member 'UCameraStackInfluenceHandle::Priority' has a wrong offset!"); \ static_assert(offsetof(UCameraStackInfluenceHandle, MaxBlendSpeed) == 0x000034, "Member 'UCameraStackInfluenceHandle::MaxBlendSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackInfluenceHandle, weight) == 0x000038, "Member 'UCameraStackInfluenceHandle::weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackInfluenceManager_RegisterInfluence \ static_assert(alignof(CameraStackInfluenceManager_RegisterInfluence) == 0x000008, "Wrong alignment on CameraStackInfluenceManager_RegisterInfluence"); \ static_assert(sizeof(CameraStackInfluenceManager_RegisterInfluence) == 0x000018, "Wrong size on CameraStackInfluenceManager_RegisterInfluence"); \ static_assert(offsetof(CameraStackInfluenceManager_RegisterInfluence, InPreset) == 0x000000, "Member 'CameraStackInfluenceManager_RegisterInfluence::InPreset' has a wrong offset!"); \ static_assert(offsetof(CameraStackInfluenceManager_RegisterInfluence, Priority) == 0x000008, "Member 'CameraStackInfluenceManager_RegisterInfluence::Priority' has a wrong offset!"); \ static_assert(offsetof(CameraStackInfluenceManager_RegisterInfluence, MaxBlendSpeed) == 0x00000C, "Member 'CameraStackInfluenceManager_RegisterInfluence::MaxBlendSpeed' has a wrong offset!"); \ static_assert(offsetof(CameraStackInfluenceManager_RegisterInfluence, ReturnValue) == 0x000010, "Member 'CameraStackInfluenceManager_RegisterInfluence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackInfluenceManager_UnregisterInfluence \ static_assert(alignof(CameraStackInfluenceManager_UnregisterInfluence) == 0x000008, "Wrong alignment on CameraStackInfluenceManager_UnregisterInfluence"); \ static_assert(sizeof(CameraStackInfluenceManager_UnregisterInfluence) == 0x000008, "Wrong size on CameraStackInfluenceManager_UnregisterInfluence"); \ static_assert(offsetof(CameraStackInfluenceManager_UnregisterInfluence, InHandle) == 0x000000, "Member 'CameraStackInfluenceManager_UnregisterInfluence::InHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackInfluenceManager \ static_assert(alignof(UCameraStackInfluenceManager) == 0x000008, "Wrong alignment on UCameraStackInfluenceManager"); \ static_assert(sizeof(UCameraStackInfluenceManager) == 0x000058, "Wrong size on UCameraStackInfluenceManager"); \ #define DUMPER7_ASSERTS_CameraStackInput_GetDollyAndTruck \ static_assert(alignof(CameraStackInput_GetDollyAndTruck) == 0x000004, "Wrong alignment on CameraStackInput_GetDollyAndTruck"); \ static_assert(sizeof(CameraStackInput_GetDollyAndTruck) == 0x000008, "Wrong size on CameraStackInput_GetDollyAndTruck"); \ static_assert(offsetof(CameraStackInput_GetDollyAndTruck, ReturnValue) == 0x000000, "Member 'CameraStackInput_GetDollyAndTruck::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackInput_GetFocusDistance \ static_assert(alignof(CameraStackInput_GetFocusDistance) == 0x000004, "Wrong alignment on CameraStackInput_GetFocusDistance"); \ static_assert(sizeof(CameraStackInput_GetFocusDistance) == 0x000004, "Wrong size on CameraStackInput_GetFocusDistance"); \ static_assert(offsetof(CameraStackInput_GetFocusDistance, ReturnValue) == 0x000000, "Member 'CameraStackInput_GetFocusDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackInput_GetLastCameraInput \ static_assert(alignof(CameraStackInput_GetLastCameraInput) == 0x000001, "Wrong alignment on CameraStackInput_GetLastCameraInput"); \ static_assert(sizeof(CameraStackInput_GetLastCameraInput) == 0x000001, "Wrong size on CameraStackInput_GetLastCameraInput"); \ static_assert(offsetof(CameraStackInput_GetLastCameraInput, ReturnValue) == 0x000000, "Member 'CameraStackInput_GetLastCameraInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackInput_GetLook \ static_assert(alignof(CameraStackInput_GetLook) == 0x000004, "Wrong alignment on CameraStackInput_GetLook"); \ static_assert(sizeof(CameraStackInput_GetLook) == 0x00000C, "Wrong size on CameraStackInput_GetLook"); \ static_assert(offsetof(CameraStackInput_GetLook, bInvertX) == 0x000000, "Member 'CameraStackInput_GetLook::bInvertX' has a wrong offset!"); \ static_assert(offsetof(CameraStackInput_GetLook, bInvertY) == 0x000001, "Member 'CameraStackInput_GetLook::bInvertY' has a wrong offset!"); \ static_assert(offsetof(CameraStackInput_GetLook, ReturnValue) == 0x000004, "Member 'CameraStackInput_GetLook::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackInput_GetMouseLook \ static_assert(alignof(CameraStackInput_GetMouseLook) == 0x000004, "Wrong alignment on CameraStackInput_GetMouseLook"); \ static_assert(sizeof(CameraStackInput_GetMouseLook) == 0x00000C, "Wrong size on CameraStackInput_GetMouseLook"); \ static_assert(offsetof(CameraStackInput_GetMouseLook, bInvertX) == 0x000000, "Member 'CameraStackInput_GetMouseLook::bInvertX' has a wrong offset!"); \ static_assert(offsetof(CameraStackInput_GetMouseLook, bInvertY) == 0x000001, "Member 'CameraStackInput_GetMouseLook::bInvertY' has a wrong offset!"); \ static_assert(offsetof(CameraStackInput_GetMouseLook, ReturnValue) == 0x000004, "Member 'CameraStackInput_GetMouseLook::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackInput_GetPedestal \ static_assert(alignof(CameraStackInput_GetPedestal) == 0x000004, "Wrong alignment on CameraStackInput_GetPedestal"); \ static_assert(sizeof(CameraStackInput_GetPedestal) == 0x000004, "Wrong size on CameraStackInput_GetPedestal"); \ static_assert(offsetof(CameraStackInput_GetPedestal, ReturnValue) == 0x000000, "Member 'CameraStackInput_GetPedestal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackInput_GetQuickTurnPressed \ static_assert(alignof(CameraStackInput_GetQuickTurnPressed) == 0x000001, "Wrong alignment on CameraStackInput_GetQuickTurnPressed"); \ static_assert(sizeof(CameraStackInput_GetQuickTurnPressed) == 0x000001, "Wrong size on CameraStackInput_GetQuickTurnPressed"); \ static_assert(offsetof(CameraStackInput_GetQuickTurnPressed, ReturnValue) == 0x000000, "Member 'CameraStackInput_GetQuickTurnPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackInput_GetResetPressed \ static_assert(alignof(CameraStackInput_GetResetPressed) == 0x000001, "Wrong alignment on CameraStackInput_GetResetPressed"); \ static_assert(sizeof(CameraStackInput_GetResetPressed) == 0x000001, "Wrong size on CameraStackInput_GetResetPressed"); \ static_assert(offsetof(CameraStackInput_GetResetPressed, ReturnValue) == 0x000000, "Member 'CameraStackInput_GetResetPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackInput_GetRoll \ static_assert(alignof(CameraStackInput_GetRoll) == 0x000004, "Wrong alignment on CameraStackInput_GetRoll"); \ static_assert(sizeof(CameraStackInput_GetRoll) == 0x000004, "Wrong size on CameraStackInput_GetRoll"); \ static_assert(offsetof(CameraStackInput_GetRoll, ReturnValue) == 0x000000, "Member 'CameraStackInput_GetRoll::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackInput_GetTilt \ static_assert(alignof(CameraStackInput_GetTilt) == 0x000004, "Wrong alignment on CameraStackInput_GetTilt"); \ static_assert(sizeof(CameraStackInput_GetTilt) == 0x000008, "Wrong size on CameraStackInput_GetTilt"); \ static_assert(offsetof(CameraStackInput_GetTilt, ReturnValue) == 0x000000, "Member 'CameraStackInput_GetTilt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackInput_GetWalk \ static_assert(alignof(CameraStackInput_GetWalk) == 0x000004, "Wrong alignment on CameraStackInput_GetWalk"); \ static_assert(sizeof(CameraStackInput_GetWalk) == 0x00000C, "Wrong size on CameraStackInput_GetWalk"); \ static_assert(offsetof(CameraStackInput_GetWalk, bInvertX) == 0x000000, "Member 'CameraStackInput_GetWalk::bInvertX' has a wrong offset!"); \ static_assert(offsetof(CameraStackInput_GetWalk, bInvertY) == 0x000001, "Member 'CameraStackInput_GetWalk::bInvertY' has a wrong offset!"); \ static_assert(offsetof(CameraStackInput_GetWalk, ReturnValue) == 0x000004, "Member 'CameraStackInput_GetWalk::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackInput_GetZoom \ static_assert(alignof(CameraStackInput_GetZoom) == 0x000004, "Wrong alignment on CameraStackInput_GetZoom"); \ static_assert(sizeof(CameraStackInput_GetZoom) == 0x000004, "Wrong size on CameraStackInput_GetZoom"); \ static_assert(offsetof(CameraStackInput_GetZoom, ReturnValue) == 0x000000, "Member 'CameraStackInput_GetZoom::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackInput_HasAnyLookInput \ static_assert(alignof(CameraStackInput_HasAnyLookInput) == 0x000001, "Wrong alignment on CameraStackInput_HasAnyLookInput"); \ static_assert(sizeof(CameraStackInput_HasAnyLookInput) == 0x000001, "Wrong size on CameraStackInput_HasAnyLookInput"); \ static_assert(offsetof(CameraStackInput_HasAnyLookInput, ReturnValue) == 0x000000, "Member 'CameraStackInput_HasAnyLookInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackInput_HasAnyMouseLookInput \ static_assert(alignof(CameraStackInput_HasAnyMouseLookInput) == 0x000001, "Wrong alignment on CameraStackInput_HasAnyMouseLookInput"); \ static_assert(sizeof(CameraStackInput_HasAnyMouseLookInput) == 0x000001, "Wrong size on CameraStackInput_HasAnyMouseLookInput"); \ static_assert(offsetof(CameraStackInput_HasAnyMouseLookInput, ReturnValue) == 0x000000, "Member 'CameraStackInput_HasAnyMouseLookInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackInput_IsLooking \ static_assert(alignof(CameraStackInput_IsLooking) == 0x000001, "Wrong alignment on CameraStackInput_IsLooking"); \ static_assert(sizeof(CameraStackInput_IsLooking) == 0x000001, "Wrong size on CameraStackInput_IsLooking"); \ static_assert(offsetof(CameraStackInput_IsLooking, ReturnValue) == 0x000000, "Member 'CameraStackInput_IsLooking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackInput \ static_assert(alignof(UCameraStackInput) == 0x000008, "Wrong alignment on UCameraStackInput"); \ static_assert(sizeof(UCameraStackInput) == 0x000088, "Wrong size on UCameraStackInput"); \ #define DUMPER7_ASSERTS_CameraStackLevelActor_SetRuntimeTarget \ static_assert(alignof(CameraStackLevelActor_SetRuntimeTarget) == 0x000008, "Wrong alignment on CameraStackLevelActor_SetRuntimeTarget"); \ static_assert(sizeof(CameraStackLevelActor_SetRuntimeTarget) == 0x000008, "Wrong size on CameraStackLevelActor_SetRuntimeTarget"); \ static_assert(offsetof(CameraStackLevelActor_SetRuntimeTarget, InActor) == 0x000000, "Member 'CameraStackLevelActor_SetRuntimeTarget::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackLevelActor_GetRuntimeTarget \ static_assert(alignof(CameraStackLevelActor_GetRuntimeTarget) == 0x000008, "Wrong alignment on CameraStackLevelActor_GetRuntimeTarget"); \ static_assert(sizeof(CameraStackLevelActor_GetRuntimeTarget) == 0x000008, "Wrong size on CameraStackLevelActor_GetRuntimeTarget"); \ static_assert(offsetof(CameraStackLevelActor_GetRuntimeTarget, ReturnValue) == 0x000000, "Member 'CameraStackLevelActor_GetRuntimeTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACameraStackLevelActor \ static_assert(alignof(ACameraStackLevelActor) == 0x000008, "Wrong alignment on ACameraStackLevelActor"); \ static_assert(sizeof(ACameraStackLevelActor) == 0x000488, "Wrong size on ACameraStackLevelActor"); \ static_assert(offsetof(ACameraStackLevelActor, PreUpdateTick) == 0x000408, "Member 'ACameraStackLevelActor::PreUpdateTick' has a wrong offset!"); \ static_assert(offsetof(ACameraStackLevelActor, TargetReference) == 0x000450, "Member 'ACameraStackLevelActor::TargetReference' has a wrong offset!"); \ static_assert(offsetof(ACameraStackLevelActor, bIsInWorldSpace) == 0x00046C, "Member 'ACameraStackLevelActor::bIsInWorldSpace' has a wrong offset!"); \ static_assert(offsetof(ACameraStackLevelActor, RuntimeTarget) == 0x000470, "Member 'ACameraStackLevelActor::RuntimeTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackLimitsInterface_GetApertureLimits \ static_assert(alignof(CameraStackLimitsInterface_GetApertureLimits) == 0x000004, "Wrong alignment on CameraStackLimitsInterface_GetApertureLimits"); \ static_assert(sizeof(CameraStackLimitsInterface_GetApertureLimits) == 0x00000C, "Wrong size on CameraStackLimitsInterface_GetApertureLimits"); \ static_assert(offsetof(CameraStackLimitsInterface_GetApertureLimits, OutMin) == 0x000000, "Member 'CameraStackLimitsInterface_GetApertureLimits::OutMin' has a wrong offset!"); \ static_assert(offsetof(CameraStackLimitsInterface_GetApertureLimits, OutMax) == 0x000004, "Member 'CameraStackLimitsInterface_GetApertureLimits::OutMax' has a wrong offset!"); \ static_assert(offsetof(CameraStackLimitsInterface_GetApertureLimits, ReturnValue) == 0x000008, "Member 'CameraStackLimitsInterface_GetApertureLimits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackLimitsInterface_GetArmLengthLimits \ static_assert(alignof(CameraStackLimitsInterface_GetArmLengthLimits) == 0x000004, "Wrong alignment on CameraStackLimitsInterface_GetArmLengthLimits"); \ static_assert(sizeof(CameraStackLimitsInterface_GetArmLengthLimits) == 0x00000C, "Wrong size on CameraStackLimitsInterface_GetArmLengthLimits"); \ static_assert(offsetof(CameraStackLimitsInterface_GetArmLengthLimits, OutMin) == 0x000000, "Member 'CameraStackLimitsInterface_GetArmLengthLimits::OutMin' has a wrong offset!"); \ static_assert(offsetof(CameraStackLimitsInterface_GetArmLengthLimits, OutMax) == 0x000004, "Member 'CameraStackLimitsInterface_GetArmLengthLimits::OutMax' has a wrong offset!"); \ static_assert(offsetof(CameraStackLimitsInterface_GetArmLengthLimits, ReturnValue) == 0x000008, "Member 'CameraStackLimitsInterface_GetArmLengthLimits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackLimitsInterface_GetArmOriginLimits \ static_assert(alignof(CameraStackLimitsInterface_GetArmOriginLimits) == 0x000004, "Wrong alignment on CameraStackLimitsInterface_GetArmOriginLimits"); \ static_assert(sizeof(CameraStackLimitsInterface_GetArmOriginLimits) == 0x000034, "Wrong size on CameraStackLimitsInterface_GetArmOriginLimits"); \ static_assert(offsetof(CameraStackLimitsInterface_GetArmOriginLimits, OutMin) == 0x000000, "Member 'CameraStackLimitsInterface_GetArmOriginLimits::OutMin' has a wrong offset!"); \ static_assert(offsetof(CameraStackLimitsInterface_GetArmOriginLimits, OutMax) == 0x000018, "Member 'CameraStackLimitsInterface_GetArmOriginLimits::OutMax' has a wrong offset!"); \ static_assert(offsetof(CameraStackLimitsInterface_GetArmOriginLimits, ReturnValue) == 0x000030, "Member 'CameraStackLimitsInterface_GetArmOriginLimits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackLimitsInterface_GetCameraSpaceRotationLimits \ static_assert(alignof(CameraStackLimitsInterface_GetCameraSpaceRotationLimits) == 0x000004, "Wrong alignment on CameraStackLimitsInterface_GetCameraSpaceRotationLimits"); \ static_assert(sizeof(CameraStackLimitsInterface_GetCameraSpaceRotationLimits) == 0x000034, "Wrong size on CameraStackLimitsInterface_GetCameraSpaceRotationLimits"); \ static_assert(offsetof(CameraStackLimitsInterface_GetCameraSpaceRotationLimits, OutMin) == 0x000000, "Member 'CameraStackLimitsInterface_GetCameraSpaceRotationLimits::OutMin' has a wrong offset!"); \ static_assert(offsetof(CameraStackLimitsInterface_GetCameraSpaceRotationLimits, OutMax) == 0x000018, "Member 'CameraStackLimitsInterface_GetCameraSpaceRotationLimits::OutMax' has a wrong offset!"); \ static_assert(offsetof(CameraStackLimitsInterface_GetCameraSpaceRotationLimits, ReturnValue) == 0x000030, "Member 'CameraStackLimitsInterface_GetCameraSpaceRotationLimits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackLimitsInterface_GetCameraSpaceTranslationLimits \ static_assert(alignof(CameraStackLimitsInterface_GetCameraSpaceTranslationLimits) == 0x000004, "Wrong alignment on CameraStackLimitsInterface_GetCameraSpaceTranslationLimits"); \ static_assert(sizeof(CameraStackLimitsInterface_GetCameraSpaceTranslationLimits) == 0x000034, "Wrong size on CameraStackLimitsInterface_GetCameraSpaceTranslationLimits"); \ static_assert(offsetof(CameraStackLimitsInterface_GetCameraSpaceTranslationLimits, OutMin) == 0x000000, "Member 'CameraStackLimitsInterface_GetCameraSpaceTranslationLimits::OutMin' has a wrong offset!"); \ static_assert(offsetof(CameraStackLimitsInterface_GetCameraSpaceTranslationLimits, OutMax) == 0x000018, "Member 'CameraStackLimitsInterface_GetCameraSpaceTranslationLimits::OutMax' has a wrong offset!"); \ static_assert(offsetof(CameraStackLimitsInterface_GetCameraSpaceTranslationLimits, ReturnValue) == 0x000030, "Member 'CameraStackLimitsInterface_GetCameraSpaceTranslationLimits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackLimitsInterface_GetFieldOfViewLimits \ static_assert(alignof(CameraStackLimitsInterface_GetFieldOfViewLimits) == 0x000004, "Wrong alignment on CameraStackLimitsInterface_GetFieldOfViewLimits"); \ static_assert(sizeof(CameraStackLimitsInterface_GetFieldOfViewLimits) == 0x00000C, "Wrong size on CameraStackLimitsInterface_GetFieldOfViewLimits"); \ static_assert(offsetof(CameraStackLimitsInterface_GetFieldOfViewLimits, OutMin) == 0x000000, "Member 'CameraStackLimitsInterface_GetFieldOfViewLimits::OutMin' has a wrong offset!"); \ static_assert(offsetof(CameraStackLimitsInterface_GetFieldOfViewLimits, OutMax) == 0x000004, "Member 'CameraStackLimitsInterface_GetFieldOfViewLimits::OutMax' has a wrong offset!"); \ static_assert(offsetof(CameraStackLimitsInterface_GetFieldOfViewLimits, ReturnValue) == 0x000008, "Member 'CameraStackLimitsInterface_GetFieldOfViewLimits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackLimitsInterface_GetFocusDistanceLimits \ static_assert(alignof(CameraStackLimitsInterface_GetFocusDistanceLimits) == 0x000004, "Wrong alignment on CameraStackLimitsInterface_GetFocusDistanceLimits"); \ static_assert(sizeof(CameraStackLimitsInterface_GetFocusDistanceLimits) == 0x00000C, "Wrong size on CameraStackLimitsInterface_GetFocusDistanceLimits"); \ static_assert(offsetof(CameraStackLimitsInterface_GetFocusDistanceLimits, OutMin) == 0x000000, "Member 'CameraStackLimitsInterface_GetFocusDistanceLimits::OutMin' has a wrong offset!"); \ static_assert(offsetof(CameraStackLimitsInterface_GetFocusDistanceLimits, OutMax) == 0x000004, "Member 'CameraStackLimitsInterface_GetFocusDistanceLimits::OutMax' has a wrong offset!"); \ static_assert(offsetof(CameraStackLimitsInterface_GetFocusDistanceLimits, ReturnValue) == 0x000008, "Member 'CameraStackLimitsInterface_GetFocusDistanceLimits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackLimitsInterface_GetRotationLimits \ static_assert(alignof(CameraStackLimitsInterface_GetRotationLimits) == 0x000004, "Wrong alignment on CameraStackLimitsInterface_GetRotationLimits"); \ static_assert(sizeof(CameraStackLimitsInterface_GetRotationLimits) == 0x000034, "Wrong size on CameraStackLimitsInterface_GetRotationLimits"); \ static_assert(offsetof(CameraStackLimitsInterface_GetRotationLimits, OutMin) == 0x000000, "Member 'CameraStackLimitsInterface_GetRotationLimits::OutMin' has a wrong offset!"); \ static_assert(offsetof(CameraStackLimitsInterface_GetRotationLimits, OutMax) == 0x000018, "Member 'CameraStackLimitsInterface_GetRotationLimits::OutMax' has a wrong offset!"); \ static_assert(offsetof(CameraStackLimitsInterface_GetRotationLimits, ReturnValue) == 0x000030, "Member 'CameraStackLimitsInterface_GetRotationLimits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICameraStackLimitsInterface \ static_assert(alignof(ICameraStackLimitsInterface) == 0x000001, "Wrong alignment on ICameraStackLimitsInterface"); \ static_assert(sizeof(ICameraStackLimitsInterface) == 0x000001, "Wrong size on ICameraStackLimitsInterface"); \ #define DUMPER7_ASSERTS_CameraStackLookAtTargetActor_ActivateLookAt \ static_assert(alignof(CameraStackLookAtTargetActor_ActivateLookAt) == 0x000004, "Wrong alignment on CameraStackLookAtTargetActor_ActivateLookAt"); \ static_assert(sizeof(CameraStackLookAtTargetActor_ActivateLookAt) == 0x000008, "Wrong size on CameraStackLookAtTargetActor_ActivateLookAt"); \ static_assert(offsetof(CameraStackLookAtTargetActor_ActivateLookAt, PlayerIndex) == 0x000000, "Member 'CameraStackLookAtTargetActor_ActivateLookAt::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(CameraStackLookAtTargetActor_ActivateLookAt, Duration) == 0x000004, "Member 'CameraStackLookAtTargetActor_ActivateLookAt::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackLookAtTargetActor_DeactivateLookAt \ static_assert(alignof(CameraStackLookAtTargetActor_DeactivateLookAt) == 0x000004, "Wrong alignment on CameraStackLookAtTargetActor_DeactivateLookAt"); \ static_assert(sizeof(CameraStackLookAtTargetActor_DeactivateLookAt) == 0x000004, "Wrong size on CameraStackLookAtTargetActor_DeactivateLookAt"); \ static_assert(offsetof(CameraStackLookAtTargetActor_DeactivateLookAt, PlayerIndex) == 0x000000, "Member 'CameraStackLookAtTargetActor_DeactivateLookAt::PlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackLookAtTargetActor_OnTriggerBeginOverlap \ static_assert(alignof(CameraStackLookAtTargetActor_OnTriggerBeginOverlap) == 0x000008, "Wrong alignment on CameraStackLookAtTargetActor_OnTriggerBeginOverlap"); \ static_assert(sizeof(CameraStackLookAtTargetActor_OnTriggerBeginOverlap) == 0x000010, "Wrong size on CameraStackLookAtTargetActor_OnTriggerBeginOverlap"); \ static_assert(offsetof(CameraStackLookAtTargetActor_OnTriggerBeginOverlap, OverlappedActor) == 0x000000, "Member 'CameraStackLookAtTargetActor_OnTriggerBeginOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(CameraStackLookAtTargetActor_OnTriggerBeginOverlap, OtherActor) == 0x000008, "Member 'CameraStackLookAtTargetActor_OnTriggerBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackLookAtTargetActor_OnTriggerEndOverlap \ static_assert(alignof(CameraStackLookAtTargetActor_OnTriggerEndOverlap) == 0x000008, "Wrong alignment on CameraStackLookAtTargetActor_OnTriggerEndOverlap"); \ static_assert(sizeof(CameraStackLookAtTargetActor_OnTriggerEndOverlap) == 0x000010, "Wrong size on CameraStackLookAtTargetActor_OnTriggerEndOverlap"); \ static_assert(offsetof(CameraStackLookAtTargetActor_OnTriggerEndOverlap, OverlappedActor) == 0x000000, "Member 'CameraStackLookAtTargetActor_OnTriggerEndOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(CameraStackLookAtTargetActor_OnTriggerEndOverlap, OtherActor) == 0x000008, "Member 'CameraStackLookAtTargetActor_OnTriggerEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackLookAtTargetActor_StartPlayerInitiation \ static_assert(alignof(CameraStackLookAtTargetActor_StartPlayerInitiation) == 0x000004, "Wrong alignment on CameraStackLookAtTargetActor_StartPlayerInitiation"); \ static_assert(sizeof(CameraStackLookAtTargetActor_StartPlayerInitiation) == 0x000004, "Wrong size on CameraStackLookAtTargetActor_StartPlayerInitiation"); \ static_assert(offsetof(CameraStackLookAtTargetActor_StartPlayerInitiation, PlayerIndex) == 0x000000, "Member 'CameraStackLookAtTargetActor_StartPlayerInitiation::PlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackLookAtTargetActor_StopPlayerInitiation \ static_assert(alignof(CameraStackLookAtTargetActor_StopPlayerInitiation) == 0x000004, "Wrong alignment on CameraStackLookAtTargetActor_StopPlayerInitiation"); \ static_assert(sizeof(CameraStackLookAtTargetActor_StopPlayerInitiation) == 0x000004, "Wrong size on CameraStackLookAtTargetActor_StopPlayerInitiation"); \ static_assert(offsetof(CameraStackLookAtTargetActor_StopPlayerInitiation, PlayerIndex) == 0x000000, "Member 'CameraStackLookAtTargetActor_StopPlayerInitiation::PlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackLookAtTargetActor_IsActiveLookAtTargetForPlayer \ static_assert(alignof(CameraStackLookAtTargetActor_IsActiveLookAtTargetForPlayer) == 0x000004, "Wrong alignment on CameraStackLookAtTargetActor_IsActiveLookAtTargetForPlayer"); \ static_assert(sizeof(CameraStackLookAtTargetActor_IsActiveLookAtTargetForPlayer) == 0x000008, "Wrong size on CameraStackLookAtTargetActor_IsActiveLookAtTargetForPlayer"); \ static_assert(offsetof(CameraStackLookAtTargetActor_IsActiveLookAtTargetForPlayer, PlayerIndex) == 0x000000, "Member 'CameraStackLookAtTargetActor_IsActiveLookAtTargetForPlayer::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(CameraStackLookAtTargetActor_IsActiveLookAtTargetForPlayer, ReturnValue) == 0x000004, "Member 'CameraStackLookAtTargetActor_IsActiveLookAtTargetForPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackLookAtTargetActor_IsPlayerInitiationActive \ static_assert(alignof(CameraStackLookAtTargetActor_IsPlayerInitiationActive) == 0x000004, "Wrong alignment on CameraStackLookAtTargetActor_IsPlayerInitiationActive"); \ static_assert(sizeof(CameraStackLookAtTargetActor_IsPlayerInitiationActive) == 0x000008, "Wrong size on CameraStackLookAtTargetActor_IsPlayerInitiationActive"); \ static_assert(offsetof(CameraStackLookAtTargetActor_IsPlayerInitiationActive, PlayerIndex) == 0x000000, "Member 'CameraStackLookAtTargetActor_IsPlayerInitiationActive::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(CameraStackLookAtTargetActor_IsPlayerInitiationActive, ReturnValue) == 0x000004, "Member 'CameraStackLookAtTargetActor_IsPlayerInitiationActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACameraStackLookAtTargetActor \ static_assert(alignof(ACameraStackLookAtTargetActor) == 0x000008, "Wrong alignment on ACameraStackLookAtTargetActor"); \ static_assert(sizeof(ACameraStackLookAtTargetActor) == 0x000398, "Wrong size on ACameraStackLookAtTargetActor"); \ static_assert(offsetof(ACameraStackLookAtTargetActor, LookAtStrength) == 0x000248, "Member 'ACameraStackLookAtTargetActor::LookAtStrength' has a wrong offset!"); \ static_assert(offsetof(ACameraStackLookAtTargetActor, TriggerVolume) == 0x000250, "Member 'ACameraStackLookAtTargetActor::TriggerVolume' has a wrong offset!"); \ static_assert(offsetof(ACameraStackLookAtTargetActor, TimeoutAfterTriggerEntered) == 0x000278, "Member 'ACameraStackLookAtTargetActor::TimeoutAfterTriggerEntered' has a wrong offset!"); \ static_assert(offsetof(ACameraStackLookAtTargetActor, bTriggerOnReEntry) == 0x00027C, "Member 'ACameraStackLookAtTargetActor::bTriggerOnReEntry' has a wrong offset!"); \ static_assert(offsetof(ACameraStackLookAtTargetActor, CameraActorOverride) == 0x000280, "Member 'ACameraStackLookAtTargetActor::CameraActorOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackManager_RemoveFromCameraActorMap \ static_assert(alignof(CameraStackManager_RemoveFromCameraActorMap) == 0x000008, "Wrong alignment on CameraStackManager_RemoveFromCameraActorMap"); \ static_assert(sizeof(CameraStackManager_RemoveFromCameraActorMap) == 0x000008, "Wrong size on CameraStackManager_RemoveFromCameraActorMap"); \ static_assert(offsetof(CameraStackManager_RemoveFromCameraActorMap, InActor) == 0x000000, "Member 'CameraStackManager_RemoveFromCameraActorMap::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackManager_SetFixedCameraInPlace \ static_assert(alignof(CameraStackManager_SetFixedCameraInPlace) == 0x000001, "Wrong alignment on CameraStackManager_SetFixedCameraInPlace"); \ static_assert(sizeof(CameraStackManager_SetFixedCameraInPlace) == 0x000001, "Wrong size on CameraStackManager_SetFixedCameraInPlace"); \ static_assert(offsetof(CameraStackManager_SetFixedCameraInPlace, bSetToFixed) == 0x000000, "Member 'CameraStackManager_SetFixedCameraInPlace::bSetToFixed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackManager_SpawnCameraActorForTarget \ static_assert(alignof(CameraStackManager_SpawnCameraActorForTarget) == 0x000008, "Wrong alignment on CameraStackManager_SpawnCameraActorForTarget"); \ static_assert(sizeof(CameraStackManager_SpawnCameraActorForTarget) == 0x000020, "Wrong size on CameraStackManager_SpawnCameraActorForTarget"); \ static_assert(offsetof(CameraStackManager_SpawnCameraActorForTarget, InTargetActor) == 0x000000, "Member 'CameraStackManager_SpawnCameraActorForTarget::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(CameraStackManager_SpawnCameraActorForTarget, InStackSettings) == 0x000008, "Member 'CameraStackManager_SpawnCameraActorForTarget::InStackSettings' has a wrong offset!"); \ static_assert(offsetof(CameraStackManager_SpawnCameraActorForTarget, InCameraActorClass) == 0x000010, "Member 'CameraStackManager_SpawnCameraActorForTarget::InCameraActorClass' has a wrong offset!"); \ static_assert(offsetof(CameraStackManager_SpawnCameraActorForTarget, ReturnValue) == 0x000018, "Member 'CameraStackManager_SpawnCameraActorForTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackManager_SwitchToActiveTargetCamera \ static_assert(alignof(CameraStackManager_SwitchToActiveTargetCamera) == 0x000004, "Wrong alignment on CameraStackManager_SwitchToActiveTargetCamera"); \ static_assert(sizeof(CameraStackManager_SwitchToActiveTargetCamera) == 0x000008, "Wrong size on CameraStackManager_SwitchToActiveTargetCamera"); \ static_assert(offsetof(CameraStackManager_SwitchToActiveTargetCamera, bInOverrideBlendDuration) == 0x000000, "Member 'CameraStackManager_SwitchToActiveTargetCamera::bInOverrideBlendDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStackManager_SwitchToActiveTargetCamera, InBlendDuration) == 0x000004, "Member 'CameraStackManager_SwitchToActiveTargetCamera::InBlendDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackManager_SwitchToActorsCameraActor \ static_assert(alignof(CameraStackManager_SwitchToActorsCameraActor) == 0x000008, "Wrong alignment on CameraStackManager_SwitchToActorsCameraActor"); \ static_assert(sizeof(CameraStackManager_SwitchToActorsCameraActor) == 0x000010, "Wrong size on CameraStackManager_SwitchToActorsCameraActor"); \ static_assert(offsetof(CameraStackManager_SwitchToActorsCameraActor, newActor) == 0x000000, "Member 'CameraStackManager_SwitchToActorsCameraActor::newActor' has a wrong offset!"); \ static_assert(offsetof(CameraStackManager_SwitchToActorsCameraActor, bInOverrideBlendDuration) == 0x000008, "Member 'CameraStackManager_SwitchToActorsCameraActor::bInOverrideBlendDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStackManager_SwitchToActorsCameraActor, InBlendDuration) == 0x00000C, "Member 'CameraStackManager_SwitchToActorsCameraActor::InBlendDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackManager_SwitchToCamera \ static_assert(alignof(CameraStackManager_SwitchToCamera) == 0x000008, "Wrong alignment on CameraStackManager_SwitchToCamera"); \ static_assert(sizeof(CameraStackManager_SwitchToCamera) == 0x000010, "Wrong size on CameraStackManager_SwitchToCamera"); \ static_assert(offsetof(CameraStackManager_SwitchToCamera, NewCamera) == 0x000000, "Member 'CameraStackManager_SwitchToCamera::NewCamera' has a wrong offset!"); \ static_assert(offsetof(CameraStackManager_SwitchToCamera, bInOverrideBlendDuration) == 0x000008, "Member 'CameraStackManager_SwitchToCamera::bInOverrideBlendDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStackManager_SwitchToCamera, InBlendDuration) == 0x00000C, "Member 'CameraStackManager_SwitchToCamera::InBlendDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackManager_GetActorsCameraActor \ static_assert(alignof(CameraStackManager_GetActorsCameraActor) == 0x000008, "Wrong alignment on CameraStackManager_GetActorsCameraActor"); \ static_assert(sizeof(CameraStackManager_GetActorsCameraActor) == 0x000010, "Wrong size on CameraStackManager_GetActorsCameraActor"); \ static_assert(offsetof(CameraStackManager_GetActorsCameraActor, InActor) == 0x000000, "Member 'CameraStackManager_GetActorsCameraActor::InActor' has a wrong offset!"); \ static_assert(offsetof(CameraStackManager_GetActorsCameraActor, ReturnValue) == 0x000008, "Member 'CameraStackManager_GetActorsCameraActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackManager_GetCameraStyle \ static_assert(alignof(CameraStackManager_GetCameraStyle) == 0x000004, "Wrong alignment on CameraStackManager_GetCameraStyle"); \ static_assert(sizeof(CameraStackManager_GetCameraStyle) == 0x000008, "Wrong size on CameraStackManager_GetCameraStyle"); \ static_assert(offsetof(CameraStackManager_GetCameraStyle, ReturnValue) == 0x000000, "Member 'CameraStackManager_GetCameraStyle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackManager_IsCameraFixedInPlace \ static_assert(alignof(CameraStackManager_IsCameraFixedInPlace) == 0x000001, "Wrong alignment on CameraStackManager_IsCameraFixedInPlace"); \ static_assert(sizeof(CameraStackManager_IsCameraFixedInPlace) == 0x000001, "Wrong size on CameraStackManager_IsCameraFixedInPlace"); \ static_assert(offsetof(CameraStackManager_IsCameraFixedInPlace, ReturnValue) == 0x000000, "Member 'CameraStackManager_IsCameraFixedInPlace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACameraStackManager \ static_assert(alignof(ACameraStackManager) == 0x000010, "Wrong alignment on ACameraStackManager"); \ static_assert(sizeof(ACameraStackManager) == 0x002E70, "Wrong size on ACameraStackManager"); \ static_assert(offsetof(ACameraStackManager, DefaultCameraStyle) == 0x002BA0, "Member 'ACameraStackManager::DefaultCameraStyle' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, DefaultData) == 0x002BA8, "Member 'ACameraStackManager::DefaultData' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, InputMappings) == 0x002BB4, "Member 'ACameraStackManager::InputMappings' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, OptionMappings) == 0x002C50, "Member 'ACameraStackManager::OptionMappings' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, DefaultActorClass) == 0x002D08, "Member 'ACameraStackManager::DefaultActorClass' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, AspectRatioWidgetClass) == 0x002D10, "Member 'ACameraStackManager::AspectRatioWidgetClass' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, PostProcessHandler) == 0x002D18, "Member 'ACameraStackManager::PostProcessHandler' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, CameraActorMap) == 0x002DA8, "Member 'ACameraStackManager::CameraActorMap' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, ActiveTarget) == 0x002DF8, "Member 'ACameraStackManager::ActiveTarget' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, bOnlyTickAssigned) == 0x002E00, "Member 'ACameraStackManager::bOnlyTickAssigned' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, bOverrideBlendDuration) == 0x002E01, "Member 'ACameraStackManager::bOverrideBlendDuration' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, BlendDurationOverride) == 0x002E04, "Member 'ACameraStackManager::BlendDurationOverride' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, LazyBlendSpeedRange) == 0x002E08, "Member 'ACameraStackManager::LazyBlendSpeedRange' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, AspectRatioWidget) == 0x002E10, "Member 'ACameraStackManager::AspectRatioWidget' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, RuleOfThirdsWidget) == 0x002E18, "Member 'ACameraStackManager::RuleOfThirdsWidget' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, FocusPlaneVisualizationMesh) == 0x002E20, "Member 'ACameraStackManager::FocusPlaneVisualizationMesh' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, FocusPlaneVisualizationMaterial) == 0x002E28, "Member 'ACameraStackManager::FocusPlaneVisualizationMaterial' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, DebugFocusPlaneComponent) == 0x002E30, "Member 'ACameraStackManager::DebugFocusPlaneComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraStackManager, DebugFocusPlaneMID) == 0x002E38, "Member 'ACameraStackManager::DebugFocusPlaneMID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackModificationSettings \ static_assert(alignof(UCameraStackModificationSettings) == 0x000008, "Wrong alignment on UCameraStackModificationSettings"); \ static_assert(sizeof(UCameraStackModificationSettings) == 0x000040, "Wrong size on UCameraStackModificationSettings"); \ static_assert(offsetof(UCameraStackModificationSettings, StackOperations) == 0x000030, "Member 'UCameraStackModificationSettings::StackOperations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackOperationScratchData \ static_assert(alignof(UCameraStackOperationScratchData) == 0x000008, "Wrong alignment on UCameraStackOperationScratchData"); \ static_assert(sizeof(UCameraStackOperationScratchData) == 0x000048, "Wrong size on UCameraStackOperationScratchData"); \ #define DUMPER7_ASSERTS_UCameraStackOperationBase \ static_assert(alignof(UCameraStackOperationBase) == 0x000008, "Wrong alignment on UCameraStackOperationBase"); \ static_assert(sizeof(UCameraStackOperationBase) == 0x000030, "Wrong size on UCameraStackOperationBase"); \ static_assert(offsetof(UCameraStackOperationBase, bEnabled) == 0x000028, "Member 'UCameraStackOperationBase::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackOperationInsert \ static_assert(alignof(UCameraStackOperationInsert) == 0x000008, "Wrong alignment on UCameraStackOperationInsert"); \ static_assert(sizeof(UCameraStackOperationInsert) == 0x000068, "Wrong size on UCameraStackOperationInsert"); \ static_assert(offsetof(UCameraStackOperationInsert, Behavior) == 0x000030, "Member 'UCameraStackOperationInsert::Behavior' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationInsert, BlendInDuration) == 0x000038, "Member 'UCameraStackOperationInsert::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationInsert, BlendOutDuration) == 0x00003C, "Member 'UCameraStackOperationInsert::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationInsert, InsertLocation) == 0x000040, "Member 'UCameraStackOperationInsert::InsertLocation' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationInsert, BehaviorsToFind) == 0x000048, "Member 'UCameraStackOperationInsert::BehaviorsToFind' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationInsert, BehaviorSorting) == 0x000058, "Member 'UCameraStackOperationInsert::BehaviorSorting' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationInsert, FilterFlags) == 0x00005C, "Member 'UCameraStackOperationInsert::FilterFlags' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationInsert, bLazyBlendOut) == 0x000060, "Member 'UCameraStackOperationInsert::bLazyBlendOut' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationInsert, bReuseBehaviorOnReactivate) == 0x000061, "Member 'UCameraStackOperationInsert::bReuseBehaviorOnReactivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackOperationReplace \ static_assert(alignof(UCameraStackOperationReplace) == 0x000008, "Wrong alignment on UCameraStackOperationReplace"); \ static_assert(sizeof(UCameraStackOperationReplace) == 0x000060, "Wrong size on UCameraStackOperationReplace"); \ static_assert(offsetof(UCameraStackOperationReplace, Behavior) == 0x000030, "Member 'UCameraStackOperationReplace::Behavior' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationReplace, BlendInDuration) == 0x000038, "Member 'UCameraStackOperationReplace::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationReplace, BlendOutDuration) == 0x00003C, "Member 'UCameraStackOperationReplace::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationReplace, BehaviorsToFind) == 0x000040, "Member 'UCameraStackOperationReplace::BehaviorsToFind' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationReplace, BehaviorSorting) == 0x000050, "Member 'UCameraStackOperationReplace::BehaviorSorting' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationReplace, FilterFlags) == 0x000054, "Member 'UCameraStackOperationReplace::FilterFlags' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationReplace, bLazyBlendOut) == 0x000058, "Member 'UCameraStackOperationReplace::bLazyBlendOut' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationReplace, bReuseBehaviorOnReactivate) == 0x000059, "Member 'UCameraStackOperationReplace::bReuseBehaviorOnReactivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackOperationDisable \ static_assert(alignof(UCameraStackOperationDisable) == 0x000008, "Wrong alignment on UCameraStackOperationDisable"); \ static_assert(sizeof(UCameraStackOperationDisable) == 0x000050, "Wrong size on UCameraStackOperationDisable"); \ static_assert(offsetof(UCameraStackOperationDisable, BlendOutDuration) == 0x000030, "Member 'UCameraStackOperationDisable::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationDisable, BlendInDuration) == 0x000034, "Member 'UCameraStackOperationDisable::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationDisable, BehaviorsToDisable) == 0x000038, "Member 'UCameraStackOperationDisable::BehaviorsToDisable' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationDisable, FilterFlags) == 0x000048, "Member 'UCameraStackOperationDisable::FilterFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackOperationBlendToStack \ static_assert(alignof(UCameraStackOperationBlendToStack) == 0x000008, "Wrong alignment on UCameraStackOperationBlendToStack"); \ static_assert(sizeof(UCameraStackOperationBlendToStack) == 0x000048, "Wrong size on UCameraStackOperationBlendToStack"); \ static_assert(offsetof(UCameraStackOperationBlendToStack, StackSettings) == 0x000030, "Member 'UCameraStackOperationBlendToStack::StackSettings' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationBlendToStack, BlendInDuration) == 0x000038, "Member 'UCameraStackOperationBlendToStack::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationBlendToStack, BlendOutDuration) == 0x00003C, "Member 'UCameraStackOperationBlendToStack::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationBlendToStack, bLazyBlendOut) == 0x000040, "Member 'UCameraStackOperationBlendToStack::bLazyBlendOut' has a wrong offset!"); \ static_assert(offsetof(UCameraStackOperationBlendToStack, bReuseBehaviorOnReactivate) == 0x000041, "Member 'UCameraStackOperationBlendToStack::bReuseBehaviorOnReactivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACameraStackPointOfInterestActor \ static_assert(alignof(ACameraStackPointOfInterestActor) == 0x000008, "Wrong alignment on ACameraStackPointOfInterestActor"); \ static_assert(sizeof(ACameraStackPointOfInterestActor) == 0x000250, "Wrong size on ACameraStackPointOfInterestActor"); \ static_assert(offsetof(ACameraStackPointOfInterestActor, MaxDistance) == 0x000248, "Member 'ACameraStackPointOfInterestActor::MaxDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackNearbyPointOfInterestTargetGetter \ static_assert(alignof(UCameraStackNearbyPointOfInterestTargetGetter) == 0x000008, "Wrong alignment on UCameraStackNearbyPointOfInterestTargetGetter"); \ static_assert(sizeof(UCameraStackNearbyPointOfInterestTargetGetter) == 0x0000C0, "Wrong size on UCameraStackNearbyPointOfInterestTargetGetter"); \ #define DUMPER7_ASSERTS_UCameraStackPrimaryCameraTargetGetter \ static_assert(alignof(UCameraStackPrimaryCameraTargetGetter) == 0x000008, "Wrong alignment on UCameraStackPrimaryCameraTargetGetter"); \ static_assert(sizeof(UCameraStackPrimaryCameraTargetGetter) == 0x000070, "Wrong size on UCameraStackPrimaryCameraTargetGetter"); \ static_assert(offsetof(UCameraStackPrimaryCameraTargetGetter, OffsetFromTarget) == 0x000060, "Member 'UCameraStackPrimaryCameraTargetGetter::OffsetFromTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackSettings_GetStackData \ static_assert(alignof(CameraStackSettings_GetStackData) == 0x000008, "Wrong alignment on CameraStackSettings_GetStackData"); \ static_assert(sizeof(CameraStackSettings_GetStackData) == 0x000020, "Wrong size on CameraStackSettings_GetStackData"); \ static_assert(offsetof(CameraStackSettings_GetStackData, WorldContextObject) == 0x000000, "Member 'CameraStackSettings_GetStackData::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CameraStackSettings_GetStackData, ReturnValue) == 0x000008, "Member 'CameraStackSettings_GetStackData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackSettings \ static_assert(alignof(UCameraStackSettings) == 0x000008, "Wrong alignment on UCameraStackSettings"); \ static_assert(sizeof(UCameraStackSettings) == 0x000098, "Wrong size on UCameraStackSettings"); \ static_assert(offsetof(UCameraStackSettings, StackData) == 0x000030, "Member 'UCameraStackSettings::StackData' has a wrong offset!"); \ static_assert(offsetof(UCameraStackSettings, StyleOverrides) == 0x000048, "Member 'UCameraStackSettings::StyleOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACameraStackSplineActor \ static_assert(alignof(ACameraStackSplineActor) == 0x000008, "Wrong alignment on ACameraStackSplineActor"); \ static_assert(sizeof(ACameraStackSplineActor) == 0x000270, "Wrong size on ACameraStackSplineActor"); \ static_assert(offsetof(ACameraStackSplineActor, SplineType) == 0x000248, "Member 'ACameraStackSplineActor::SplineType' has a wrong offset!"); \ static_assert(offsetof(ACameraStackSplineActor, RailPairedSplineActor) == 0x000250, "Member 'ACameraStackSplineActor::RailPairedSplineActor' has a wrong offset!"); \ static_assert(offsetof(ACameraStackSplineActor, bUseDifferentSplineWhenStartingAtEnd) == 0x000258, "Member 'ACameraStackSplineActor::bUseDifferentSplineWhenStartingAtEnd' has a wrong offset!"); \ static_assert(offsetof(ACameraStackSplineActor, RailPairedSplineActorStartingAtEnd) == 0x000260, "Member 'ACameraStackSplineActor::RailPairedSplineActorStartingAtEnd' has a wrong offset!"); \ static_assert(offsetof(ACameraStackSplineActor, SplineComponent) == 0x000268, "Member 'ACameraStackSplineActor::SplineComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackSplineGetter_Activate \ static_assert(alignof(CameraStackSplineGetter_Activate) == 0x000008, "Wrong alignment on CameraStackSplineGetter_Activate"); \ static_assert(sizeof(CameraStackSplineGetter_Activate) == 0x000008, "Wrong size on CameraStackSplineGetter_Activate"); \ static_assert(offsetof(CameraStackSplineGetter_Activate, InList) == 0x000000, "Member 'CameraStackSplineGetter_Activate::InList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackSplineGetter_Update \ static_assert(alignof(CameraStackSplineGetter_Update) == 0x000004, "Wrong alignment on CameraStackSplineGetter_Update"); \ static_assert(sizeof(CameraStackSplineGetter_Update) == 0x000004, "Wrong size on CameraStackSplineGetter_Update"); \ static_assert(offsetof(CameraStackSplineGetter_Update, DeltaSeconds) == 0x000000, "Member 'CameraStackSplineGetter_Update::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackSplineGetter_GetSpline \ static_assert(alignof(CameraStackSplineGetter_GetSpline) == 0x000008, "Wrong alignment on CameraStackSplineGetter_GetSpline"); \ static_assert(sizeof(CameraStackSplineGetter_GetSpline) == 0x000008, "Wrong size on CameraStackSplineGetter_GetSpline"); \ static_assert(offsetof(CameraStackSplineGetter_GetSpline, ReturnValue) == 0x000000, "Member 'CameraStackSplineGetter_GetSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackSplineGetter_IsValid \ static_assert(alignof(CameraStackSplineGetter_IsValid) == 0x000001, "Wrong alignment on CameraStackSplineGetter_IsValid"); \ static_assert(sizeof(CameraStackSplineGetter_IsValid) == 0x000001, "Wrong size on CameraStackSplineGetter_IsValid"); \ static_assert(offsetof(CameraStackSplineGetter_IsValid, ReturnValue) == 0x000000, "Member 'CameraStackSplineGetter_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackSplineGetter \ static_assert(alignof(UCameraStackSplineGetter) == 0x000008, "Wrong alignment on UCameraStackSplineGetter"); \ static_assert(sizeof(UCameraStackSplineGetter) == 0x000030, "Wrong size on UCameraStackSplineGetter"); \ #define DUMPER7_ASSERTS_UCameraStackNearbyCameraSplineGetter \ static_assert(alignof(UCameraStackNearbyCameraSplineGetter) == 0x000008, "Wrong alignment on UCameraStackNearbyCameraSplineGetter"); \ static_assert(sizeof(UCameraStackNearbyCameraSplineGetter) == 0x000058, "Wrong size on UCameraStackNearbyCameraSplineGetter"); \ static_assert(offsetof(UCameraStackNearbyCameraSplineGetter, SplineType) == 0x000030, "Member 'UCameraStackNearbyCameraSplineGetter::SplineType' has a wrong offset!"); \ static_assert(offsetof(UCameraStackNearbyCameraSplineGetter, DistanceThreshold) == 0x000034, "Member 'UCameraStackNearbyCameraSplineGetter::DistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(UCameraStackNearbyCameraSplineGetter, CameraTargetOffset) == 0x000038, "Member 'UCameraStackNearbyCameraSplineGetter::CameraTargetOffset' has a wrong offset!"); \ static_assert(offsetof(UCameraStackNearbyCameraSplineGetter, LookAheadDistance) == 0x000044, "Member 'UCameraStackNearbyCameraSplineGetter::LookAheadDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackStatics_CheckForCameraCutOnTeleport \ static_assert(alignof(CameraStackStatics_CheckForCameraCutOnTeleport) == 0x000008, "Wrong alignment on CameraStackStatics_CheckForCameraCutOnTeleport"); \ static_assert(sizeof(CameraStackStatics_CheckForCameraCutOnTeleport) == 0x000010, "Wrong size on CameraStackStatics_CheckForCameraCutOnTeleport"); \ static_assert(offsetof(CameraStackStatics_CheckForCameraCutOnTeleport, InTeleportingActor) == 0x000000, "Member 'CameraStackStatics_CheckForCameraCutOnTeleport::InTeleportingActor' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_CheckForCameraCutOnTeleport, ReturnValue) == 0x000008, "Member 'CameraStackStatics_CheckForCameraCutOnTeleport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackStatics_ClearPlayerCameraContext \ static_assert(alignof(CameraStackStatics_ClearPlayerCameraContext) == 0x000008, "Wrong alignment on CameraStackStatics_ClearPlayerCameraContext"); \ static_assert(sizeof(CameraStackStatics_ClearPlayerCameraContext) == 0x000018, "Wrong size on CameraStackStatics_ClearPlayerCameraContext"); \ static_assert(offsetof(CameraStackStatics_ClearPlayerCameraContext, WorldContextObject) == 0x000000, "Member 'CameraStackStatics_ClearPlayerCameraContext::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_ClearPlayerCameraContext, InContextName) == 0x000008, "Member 'CameraStackStatics_ClearPlayerCameraContext::InContextName' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_ClearPlayerCameraContext, PlayerIndex) == 0x000010, "Member 'CameraStackStatics_ClearPlayerCameraContext::PlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackStatics_FilterCurrentPlayerCameraInput \ static_assert(alignof(CameraStackStatics_FilterCurrentPlayerCameraInput) == 0x000008, "Wrong alignment on CameraStackStatics_FilterCurrentPlayerCameraInput"); \ static_assert(sizeof(CameraStackStatics_FilterCurrentPlayerCameraInput) == 0x000010, "Wrong size on CameraStackStatics_FilterCurrentPlayerCameraInput"); \ static_assert(offsetof(CameraStackStatics_FilterCurrentPlayerCameraInput, WorldContextObject) == 0x000000, "Member 'CameraStackStatics_FilterCurrentPlayerCameraInput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_FilterCurrentPlayerCameraInput, PlayerIndex) == 0x000008, "Member 'CameraStackStatics_FilterCurrentPlayerCameraInput::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_FilterCurrentPlayerCameraInput, InDuration) == 0x00000C, "Member 'CameraStackStatics_FilterCurrentPlayerCameraInput::InDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackStatics_ForcePlayerCameraReset \ static_assert(alignof(CameraStackStatics_ForcePlayerCameraReset) == 0x000008, "Wrong alignment on CameraStackStatics_ForcePlayerCameraReset"); \ static_assert(sizeof(CameraStackStatics_ForcePlayerCameraReset) == 0x000010, "Wrong size on CameraStackStatics_ForcePlayerCameraReset"); \ static_assert(offsetof(CameraStackStatics_ForcePlayerCameraReset, WorldContextObject) == 0x000000, "Member 'CameraStackStatics_ForcePlayerCameraReset::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_ForcePlayerCameraReset, PlayerIndex) == 0x000008, "Member 'CameraStackStatics_ForcePlayerCameraReset::PlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackStatics_ForceSetPlayerCameraArmRotation \ static_assert(alignof(CameraStackStatics_ForceSetPlayerCameraArmRotation) == 0x000008, "Wrong alignment on CameraStackStatics_ForceSetPlayerCameraArmRotation"); \ static_assert(sizeof(CameraStackStatics_ForceSetPlayerCameraArmRotation) == 0x000018, "Wrong size on CameraStackStatics_ForceSetPlayerCameraArmRotation"); \ static_assert(offsetof(CameraStackStatics_ForceSetPlayerCameraArmRotation, WorldContextObject) == 0x000000, "Member 'CameraStackStatics_ForceSetPlayerCameraArmRotation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_ForceSetPlayerCameraArmRotation, PlayerIndex) == 0x000008, "Member 'CameraStackStatics_ForceSetPlayerCameraArmRotation::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_ForceSetPlayerCameraArmRotation, InRotation) == 0x00000C, "Member 'CameraStackStatics_ForceSetPlayerCameraArmRotation::InRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackStatics_ForceSetPlayerCameraArmRotationTowardsLocation \ static_assert(alignof(CameraStackStatics_ForceSetPlayerCameraArmRotationTowardsLocation) == 0x000008, "Wrong alignment on CameraStackStatics_ForceSetPlayerCameraArmRotationTowardsLocation"); \ static_assert(sizeof(CameraStackStatics_ForceSetPlayerCameraArmRotationTowardsLocation) == 0x000018, "Wrong size on CameraStackStatics_ForceSetPlayerCameraArmRotationTowardsLocation"); \ static_assert(offsetof(CameraStackStatics_ForceSetPlayerCameraArmRotationTowardsLocation, WorldContextObject) == 0x000000, "Member 'CameraStackStatics_ForceSetPlayerCameraArmRotationTowardsLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_ForceSetPlayerCameraArmRotationTowardsLocation, PlayerIndex) == 0x000008, "Member 'CameraStackStatics_ForceSetPlayerCameraArmRotationTowardsLocation::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_ForceSetPlayerCameraArmRotationTowardsLocation, InTargetLocation) == 0x00000C, "Member 'CameraStackStatics_ForceSetPlayerCameraArmRotationTowardsLocation::InTargetLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackStatics_GetCameraStackActorForTarget \ static_assert(alignof(CameraStackStatics_GetCameraStackActorForTarget) == 0x000008, "Wrong alignment on CameraStackStatics_GetCameraStackActorForTarget"); \ static_assert(sizeof(CameraStackStatics_GetCameraStackActorForTarget) == 0x000010, "Wrong size on CameraStackStatics_GetCameraStackActorForTarget"); \ static_assert(offsetof(CameraStackStatics_GetCameraStackActorForTarget, InTargetActor) == 0x000000, "Member 'CameraStackStatics_GetCameraStackActorForTarget::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_GetCameraStackActorForTarget, ReturnValue) == 0x000008, "Member 'CameraStackStatics_GetCameraStackActorForTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackStatics_GetPlayerCameraArmRotation \ static_assert(alignof(CameraStackStatics_GetPlayerCameraArmRotation) == 0x000008, "Wrong alignment on CameraStackStatics_GetPlayerCameraArmRotation"); \ static_assert(sizeof(CameraStackStatics_GetPlayerCameraArmRotation) == 0x000018, "Wrong size on CameraStackStatics_GetPlayerCameraArmRotation"); \ static_assert(offsetof(CameraStackStatics_GetPlayerCameraArmRotation, WorldContextObject) == 0x000000, "Member 'CameraStackStatics_GetPlayerCameraArmRotation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_GetPlayerCameraArmRotation, PlayerIndex) == 0x000008, "Member 'CameraStackStatics_GetPlayerCameraArmRotation::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_GetPlayerCameraArmRotation, ReturnValue) == 0x00000C, "Member 'CameraStackStatics_GetPlayerCameraArmRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackStatics_GetPlayerCameraStackManager \ static_assert(alignof(CameraStackStatics_GetPlayerCameraStackManager) == 0x000008, "Wrong alignment on CameraStackStatics_GetPlayerCameraStackManager"); \ static_assert(sizeof(CameraStackStatics_GetPlayerCameraStackManager) == 0x000018, "Wrong size on CameraStackStatics_GetPlayerCameraStackManager"); \ static_assert(offsetof(CameraStackStatics_GetPlayerCameraStackManager, WorldContextObject) == 0x000000, "Member 'CameraStackStatics_GetPlayerCameraStackManager::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_GetPlayerCameraStackManager, PlayerIndex) == 0x000008, "Member 'CameraStackStatics_GetPlayerCameraStackManager::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_GetPlayerCameraStackManager, ReturnValue) == 0x000010, "Member 'CameraStackStatics_GetPlayerCameraStackManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackStatics_GetPlayerCameraTransform \ static_assert(alignof(CameraStackStatics_GetPlayerCameraTransform) == 0x000010, "Wrong alignment on CameraStackStatics_GetPlayerCameraTransform"); \ static_assert(sizeof(CameraStackStatics_GetPlayerCameraTransform) == 0x000040, "Wrong size on CameraStackStatics_GetPlayerCameraTransform"); \ static_assert(offsetof(CameraStackStatics_GetPlayerCameraTransform, WorldContextObject) == 0x000000, "Member 'CameraStackStatics_GetPlayerCameraTransform::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_GetPlayerCameraTransform, PlayerIndex) == 0x000008, "Member 'CameraStackStatics_GetPlayerCameraTransform::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_GetPlayerCameraTransform, ReturnValue) == 0x000010, "Member 'CameraStackStatics_GetPlayerCameraTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackStatics_GetPlayerViewTransform \ static_assert(alignof(CameraStackStatics_GetPlayerViewTransform) == 0x000010, "Wrong alignment on CameraStackStatics_GetPlayerViewTransform"); \ static_assert(sizeof(CameraStackStatics_GetPlayerViewTransform) == 0x000040, "Wrong size on CameraStackStatics_GetPlayerViewTransform"); \ static_assert(offsetof(CameraStackStatics_GetPlayerViewTransform, WorldContextObject) == 0x000000, "Member 'CameraStackStatics_GetPlayerViewTransform::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_GetPlayerViewTransform, PlayerIndex) == 0x000008, "Member 'CameraStackStatics_GetPlayerViewTransform::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_GetPlayerViewTransform, ReturnValue) == 0x000010, "Member 'CameraStackStatics_GetPlayerViewTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackStatics_ResetPlayerCameraRotation \ static_assert(alignof(CameraStackStatics_ResetPlayerCameraRotation) == 0x000008, "Wrong alignment on CameraStackStatics_ResetPlayerCameraRotation"); \ static_assert(sizeof(CameraStackStatics_ResetPlayerCameraRotation) == 0x000020, "Wrong size on CameraStackStatics_ResetPlayerCameraRotation"); \ static_assert(offsetof(CameraStackStatics_ResetPlayerCameraRotation, WorldContextObject) == 0x000000, "Member 'CameraStackStatics_ResetPlayerCameraRotation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_ResetPlayerCameraRotation, PlayerIndex) == 0x000008, "Member 'CameraStackStatics_ResetPlayerCameraRotation::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_ResetPlayerCameraRotation, ResetDuration) == 0x00000C, "Member 'CameraStackStatics_ResetPlayerCameraRotation::ResetDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_ResetPlayerCameraRotation, DesiredDelta) == 0x000010, "Member 'CameraStackStatics_ResetPlayerCameraRotation::DesiredDelta' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_ResetPlayerCameraRotation, bResetYaw) == 0x00001C, "Member 'CameraStackStatics_ResetPlayerCameraRotation::bResetYaw' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_ResetPlayerCameraRotation, bResetPitch) == 0x00001D, "Member 'CameraStackStatics_ResetPlayerCameraRotation::bResetPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackStatics_SetPlayerCameraContext \ static_assert(alignof(CameraStackStatics_SetPlayerCameraContext) == 0x000008, "Wrong alignment on CameraStackStatics_SetPlayerCameraContext"); \ static_assert(sizeof(CameraStackStatics_SetPlayerCameraContext) == 0x000018, "Wrong size on CameraStackStatics_SetPlayerCameraContext"); \ static_assert(offsetof(CameraStackStatics_SetPlayerCameraContext, WorldContextObject) == 0x000000, "Member 'CameraStackStatics_SetPlayerCameraContext::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_SetPlayerCameraContext, InContextName) == 0x000008, "Member 'CameraStackStatics_SetPlayerCameraContext::InContextName' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_SetPlayerCameraContext, bSet) == 0x000010, "Member 'CameraStackStatics_SetPlayerCameraContext::bSet' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_SetPlayerCameraContext, PlayerIndex) == 0x000014, "Member 'CameraStackStatics_SetPlayerCameraContext::PlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackStatics_SetPlayerCameraNamedTargetActor \ static_assert(alignof(CameraStackStatics_SetPlayerCameraNamedTargetActor) == 0x000008, "Wrong alignment on CameraStackStatics_SetPlayerCameraNamedTargetActor"); \ static_assert(sizeof(CameraStackStatics_SetPlayerCameraNamedTargetActor) == 0x000020, "Wrong size on CameraStackStatics_SetPlayerCameraNamedTargetActor"); \ static_assert(offsetof(CameraStackStatics_SetPlayerCameraNamedTargetActor, WorldContextObject) == 0x000000, "Member 'CameraStackStatics_SetPlayerCameraNamedTargetActor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_SetPlayerCameraNamedTargetActor, InTargetName) == 0x000008, "Member 'CameraStackStatics_SetPlayerCameraNamedTargetActor::InTargetName' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_SetPlayerCameraNamedTargetActor, InTargetActor) == 0x000010, "Member 'CameraStackStatics_SetPlayerCameraNamedTargetActor::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_SetPlayerCameraNamedTargetActor, PlayerIndex) == 0x000018, "Member 'CameraStackStatics_SetPlayerCameraNamedTargetActor::PlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackStatics_SpawnCameraStackActorForTarget \ static_assert(alignof(CameraStackStatics_SpawnCameraStackActorForTarget) == 0x000008, "Wrong alignment on CameraStackStatics_SpawnCameraStackActorForTarget"); \ static_assert(sizeof(CameraStackStatics_SpawnCameraStackActorForTarget) == 0x000020, "Wrong size on CameraStackStatics_SpawnCameraStackActorForTarget"); \ static_assert(offsetof(CameraStackStatics_SpawnCameraStackActorForTarget, InTargetActor) == 0x000000, "Member 'CameraStackStatics_SpawnCameraStackActorForTarget::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_SpawnCameraStackActorForTarget, InStackSettings) == 0x000008, "Member 'CameraStackStatics_SpawnCameraStackActorForTarget::InStackSettings' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_SpawnCameraStackActorForTarget, InCameraActorClass) == 0x000010, "Member 'CameraStackStatics_SpawnCameraStackActorForTarget::InCameraActorClass' has a wrong offset!"); \ static_assert(offsetof(CameraStackStatics_SpawnCameraStackActorForTarget, ReturnValue) == 0x000018, "Member 'CameraStackStatics_SpawnCameraStackActorForTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackStatics \ static_assert(alignof(UCameraStackStatics) == 0x000008, "Wrong alignment on UCameraStackStatics"); \ static_assert(sizeof(UCameraStackStatics) == 0x000028, "Wrong size on UCameraStackStatics"); \ #define DUMPER7_ASSERTS_CameraStackTarget_GetTargetActor \ static_assert(alignof(CameraStackTarget_GetTargetActor) == 0x000008, "Wrong alignment on CameraStackTarget_GetTargetActor"); \ static_assert(sizeof(CameraStackTarget_GetTargetActor) == 0x000008, "Wrong size on CameraStackTarget_GetTargetActor"); \ static_assert(offsetof(CameraStackTarget_GetTargetActor, ReturnValue) == 0x000000, "Member 'CameraStackTarget_GetTargetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackTarget_GetTargetVelocity \ static_assert(alignof(CameraStackTarget_GetTargetVelocity) == 0x000004, "Wrong alignment on CameraStackTarget_GetTargetVelocity"); \ static_assert(sizeof(CameraStackTarget_GetTargetVelocity) == 0x00000C, "Wrong size on CameraStackTarget_GetTargetVelocity"); \ static_assert(offsetof(CameraStackTarget_GetTargetVelocity, ReturnValue) == 0x000000, "Member 'CameraStackTarget_GetTargetVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackTarget_IsWorldCamera \ static_assert(alignof(CameraStackTarget_IsWorldCamera) == 0x000001, "Wrong alignment on CameraStackTarget_IsWorldCamera"); \ static_assert(sizeof(CameraStackTarget_IsWorldCamera) == 0x000001, "Wrong size on CameraStackTarget_IsWorldCamera"); \ static_assert(offsetof(CameraStackTarget_IsWorldCamera, ReturnValue) == 0x000000, "Member 'CameraStackTarget_IsWorldCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackTarget \ static_assert(alignof(UCameraStackTarget) == 0x000008, "Wrong alignment on UCameraStackTarget"); \ static_assert(sizeof(UCameraStackTarget) == 0x0000A0, "Wrong size on UCameraStackTarget"); \ static_assert(offsetof(UCameraStackTarget, TargetActor) == 0x000028, "Member 'UCameraStackTarget::TargetActor' has a wrong offset!"); \ static_assert(offsetof(UCameraStackTarget, TargetSocket) == 0x000030, "Member 'UCameraStackTarget::TargetSocket' has a wrong offset!"); \ static_assert(offsetof(UCameraStackTarget, TargetOffset) == 0x000038, "Member 'UCameraStackTarget::TargetOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackTargetInterface_GetRuntimeTarget \ static_assert(alignof(CameraStackTargetInterface_GetRuntimeTarget) == 0x000008, "Wrong alignment on CameraStackTargetInterface_GetRuntimeTarget"); \ static_assert(sizeof(CameraStackTargetInterface_GetRuntimeTarget) == 0x000008, "Wrong size on CameraStackTargetInterface_GetRuntimeTarget"); \ static_assert(offsetof(CameraStackTargetInterface_GetRuntimeTarget, ReturnValue) == 0x000000, "Member 'CameraStackTargetInterface_GetRuntimeTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICameraStackTargetInterface \ static_assert(alignof(ICameraStackTargetInterface) == 0x000001, "Wrong alignment on ICameraStackTargetInterface"); \ static_assert(sizeof(ICameraStackTargetInterface) == 0x000001, "Wrong size on ICameraStackTargetInterface"); \ #define DUMPER7_ASSERTS_CameraStackTransitionController_TransitionToCamera \ static_assert(alignof(CameraStackTransitionController_TransitionToCamera) == 0x000008, "Wrong alignment on CameraStackTransitionController_TransitionToCamera"); \ static_assert(sizeof(CameraStackTransitionController_TransitionToCamera) == 0x000010, "Wrong size on CameraStackTransitionController_TransitionToCamera"); \ static_assert(offsetof(CameraStackTransitionController_TransitionToCamera, InCameraActor) == 0x000000, "Member 'CameraStackTransitionController_TransitionToCamera::InCameraActor' has a wrong offset!"); \ static_assert(offsetof(CameraStackTransitionController_TransitionToCamera, InTransitionDuration) == 0x000008, "Member 'CameraStackTransitionController_TransitionToCamera::InTransitionDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStackTransitionController_TransitionToCamera, InDelay) == 0x00000C, "Member 'CameraStackTransitionController_TransitionToCamera::InDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackTransitionController_TransitionToCameraAndTargetActor \ static_assert(alignof(CameraStackTransitionController_TransitionToCameraAndTargetActor) == 0x000008, "Wrong alignment on CameraStackTransitionController_TransitionToCameraAndTargetActor"); \ static_assert(sizeof(CameraStackTransitionController_TransitionToCameraAndTargetActor) == 0x000018, "Wrong size on CameraStackTransitionController_TransitionToCameraAndTargetActor"); \ static_assert(offsetof(CameraStackTransitionController_TransitionToCameraAndTargetActor, InCameraActor) == 0x000000, "Member 'CameraStackTransitionController_TransitionToCameraAndTargetActor::InCameraActor' has a wrong offset!"); \ static_assert(offsetof(CameraStackTransitionController_TransitionToCameraAndTargetActor, InTargetLocationActor) == 0x000008, "Member 'CameraStackTransitionController_TransitionToCameraAndTargetActor::InTargetLocationActor' has a wrong offset!"); \ static_assert(offsetof(CameraStackTransitionController_TransitionToCameraAndTargetActor, InTransitionDuration) == 0x000010, "Member 'CameraStackTransitionController_TransitionToCameraAndTargetActor::InTransitionDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStackTransitionController_TransitionToCameraAndTargetActor, InDelay) == 0x000014, "Member 'CameraStackTransitionController_TransitionToCameraAndTargetActor::InDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackTransitionController_TransitionToCameraAndTargetLocation \ static_assert(alignof(CameraStackTransitionController_TransitionToCameraAndTargetLocation) == 0x000008, "Wrong alignment on CameraStackTransitionController_TransitionToCameraAndTargetLocation"); \ static_assert(sizeof(CameraStackTransitionController_TransitionToCameraAndTargetLocation) == 0x000020, "Wrong size on CameraStackTransitionController_TransitionToCameraAndTargetLocation"); \ static_assert(offsetof(CameraStackTransitionController_TransitionToCameraAndTargetLocation, InCameraActor) == 0x000000, "Member 'CameraStackTransitionController_TransitionToCameraAndTargetLocation::InCameraActor' has a wrong offset!"); \ static_assert(offsetof(CameraStackTransitionController_TransitionToCameraAndTargetLocation, InTargetLocation) == 0x000008, "Member 'CameraStackTransitionController_TransitionToCameraAndTargetLocation::InTargetLocation' has a wrong offset!"); \ static_assert(offsetof(CameraStackTransitionController_TransitionToCameraAndTargetLocation, InTransitionDuration) == 0x000014, "Member 'CameraStackTransitionController_TransitionToCameraAndTargetLocation::InTransitionDuration' has a wrong offset!"); \ static_assert(offsetof(CameraStackTransitionController_TransitionToCameraAndTargetLocation, InDelay) == 0x000018, "Member 'CameraStackTransitionController_TransitionToCameraAndTargetLocation::InDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackTransitionController_GetPlayerController \ static_assert(alignof(CameraStackTransitionController_GetPlayerController) == 0x000008, "Wrong alignment on CameraStackTransitionController_GetPlayerController"); \ static_assert(sizeof(CameraStackTransitionController_GetPlayerController) == 0x000008, "Wrong size on CameraStackTransitionController_GetPlayerController"); \ static_assert(offsetof(CameraStackTransitionController_GetPlayerController, ReturnValue) == 0x000000, "Member 'CameraStackTransitionController_GetPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACameraStackTransitionController \ static_assert(alignof(ACameraStackTransitionController) == 0x000008, "Wrong alignment on ACameraStackTransitionController"); \ static_assert(sizeof(ACameraStackTransitionController) == 0x000280, "Wrong size on ACameraStackTransitionController"); \ static_assert(offsetof(ACameraStackTransitionController, StackSettings) == 0x000248, "Member 'ACameraStackTransitionController::StackSettings' has a wrong offset!"); \ static_assert(offsetof(ACameraStackTransitionController, CameraActorClass) == 0x000250, "Member 'ACameraStackTransitionController::CameraActorClass' has a wrong offset!"); \ static_assert(offsetof(ACameraStackTransitionController, bConstrainAspectRatio) == 0x000258, "Member 'ACameraStackTransitionController::bConstrainAspectRatio' has a wrong offset!"); \ static_assert(offsetof(ACameraStackTransitionController, bRelativeToArmRotation) == 0x000259, "Member 'ACameraStackTransitionController::bRelativeToArmRotation' has a wrong offset!"); \ static_assert(offsetof(ACameraStackTransitionController, CameraStackActor) == 0x000260, "Member 'ACameraStackTransitionController::CameraStackActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACameraStackVolume \ static_assert(alignof(ACameraStackVolume) == 0x000008, "Wrong alignment on ACameraStackVolume"); \ static_assert(sizeof(ACameraStackVolume) == 0x0002C0, "Wrong size on ACameraStackVolume"); \ static_assert(offsetof(ACameraStackVolume, VolumeSettings) == 0x000288, "Member 'ACameraStackVolume::VolumeSettings' has a wrong offset!"); \ static_assert(offsetof(ACameraStackVolume, VolumeComponent) == 0x0002A0, "Member 'ACameraStackVolume::VolumeComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraStackVolume, VolumePreset) == 0x0002A8, "Member 'ACameraStackVolume::VolumePreset' has a wrong offset!"); \ static_assert(offsetof(ACameraStackVolume, Priority) == 0x0002B0, "Member 'ACameraStackVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(ACameraStackVolume, weight) == 0x0002B4, "Member 'ACameraStackVolume::weight' has a wrong offset!"); \ static_assert(offsetof(ACameraStackVolume, BlendRadius) == 0x0002B8, "Member 'ACameraStackVolume::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(ACameraStackVolume, MaxCrossBlendSpeed) == 0x0002BC, "Member 'ACameraStackVolume::MaxCrossBlendSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackVolumeComponent \ static_assert(alignof(UCameraStackVolumeComponent) == 0x000010, "Wrong alignment on UCameraStackVolumeComponent"); \ static_assert(sizeof(UCameraStackVolumeComponent) == 0x000250, "Wrong size on UCameraStackVolumeComponent"); \ static_assert(offsetof(UCameraStackVolumeComponent, VolumeSettings) == 0x000220, "Member 'UCameraStackVolumeComponent::VolumeSettings' has a wrong offset!"); \ static_assert(offsetof(UCameraStackVolumeComponent, VolumePreset) == 0x000238, "Member 'UCameraStackVolumeComponent::VolumePreset' has a wrong offset!"); \ static_assert(offsetof(UCameraStackVolumeComponent, Priority) == 0x000240, "Member 'UCameraStackVolumeComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UCameraStackVolumeComponent, weight) == 0x000244, "Member 'UCameraStackVolumeComponent::weight' has a wrong offset!"); \ static_assert(offsetof(UCameraStackVolumeComponent, BlendRadius) == 0x000248, "Member 'UCameraStackVolumeComponent::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(UCameraStackVolumeComponent, MaxCrossBlendSpeed) == 0x00024C, "Member 'UCameraStackVolumeComponent::MaxCrossBlendSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackVolumeInfluenceComponent \ static_assert(alignof(UCameraStackVolumeInfluenceComponent) == 0x000008, "Wrong alignment on UCameraStackVolumeInfluenceComponent"); \ static_assert(sizeof(UCameraStackVolumeInfluenceComponent) == 0x0000E0, "Wrong size on UCameraStackVolumeInfluenceComponent"); \ static_assert(offsetof(UCameraStackVolumeInfluenceComponent, Influences) == 0x0000D0, "Member 'UCameraStackVolumeInfluenceComponent::Influences' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICameraStackVolumeInterface \ static_assert(alignof(ICameraStackVolumeInterface) == 0x000001, "Wrong alignment on ICameraStackVolumeInterface"); \ static_assert(sizeof(ICameraStackVolumeInterface) == 0x000001, "Wrong size on ICameraStackVolumeInterface"); \ #define DUMPER7_ASSERTS_UCameraStackVolumePreset \ static_assert(alignof(UCameraStackVolumePreset) == 0x000008, "Wrong alignment on UCameraStackVolumePreset"); \ static_assert(sizeof(UCameraStackVolumePreset) == 0x000090, "Wrong size on UCameraStackVolumePreset"); \ static_assert(offsetof(UCameraStackVolumePreset, VolumeOperations) == 0x000030, "Member 'UCameraStackVolumePreset::VolumeOperations' has a wrong offset!"); \ static_assert(offsetof(UCameraStackVolumePreset, StyleOverrides) == 0x000040, "Member 'UCameraStackVolumePreset::StyleOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionalTripletHelper_ClampRot \ static_assert(alignof(OptionalTripletHelper_ClampRot) == 0x000004, "Wrong alignment on OptionalTripletHelper_ClampRot"); \ static_assert(sizeof(OptionalTripletHelper_ClampRot) == 0x000048, "Wrong size on OptionalTripletHelper_ClampRot"); \ static_assert(offsetof(OptionalTripletHelper_ClampRot, InRot) == 0x000000, "Member 'OptionalTripletHelper_ClampRot::InRot' has a wrong offset!"); \ static_assert(offsetof(OptionalTripletHelper_ClampRot, InMin) == 0x00000C, "Member 'OptionalTripletHelper_ClampRot::InMin' has a wrong offset!"); \ static_assert(offsetof(OptionalTripletHelper_ClampRot, InMax) == 0x000024, "Member 'OptionalTripletHelper_ClampRot::InMax' has a wrong offset!"); \ static_assert(offsetof(OptionalTripletHelper_ClampRot, ReturnValue) == 0x00003C, "Member 'OptionalTripletHelper_ClampRot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OptionalTripletHelper_ClampVec \ static_assert(alignof(OptionalTripletHelper_ClampVec) == 0x000004, "Wrong alignment on OptionalTripletHelper_ClampVec"); \ static_assert(sizeof(OptionalTripletHelper_ClampVec) == 0x000048, "Wrong size on OptionalTripletHelper_ClampVec"); \ static_assert(offsetof(OptionalTripletHelper_ClampVec, InVec) == 0x000000, "Member 'OptionalTripletHelper_ClampVec::InVec' has a wrong offset!"); \ static_assert(offsetof(OptionalTripletHelper_ClampVec, InMin) == 0x00000C, "Member 'OptionalTripletHelper_ClampVec::InMin' has a wrong offset!"); \ static_assert(offsetof(OptionalTripletHelper_ClampVec, InMax) == 0x000024, "Member 'OptionalTripletHelper_ClampVec::InMax' has a wrong offset!"); \ static_assert(offsetof(OptionalTripletHelper_ClampVec, ReturnValue) == 0x00003C, "Member 'OptionalTripletHelper_ClampVec::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionalTripletHelper \ static_assert(alignof(UOptionalTripletHelper) == 0x000008, "Wrong alignment on UOptionalTripletHelper"); \ static_assert(sizeof(UOptionalTripletHelper) == 0x000028, "Wrong size on UOptionalTripletHelper"); \ #define DUMPER7_ASSERTS_QuatValueVelocityHelper_Activate \ static_assert(alignof(QuatValueVelocityHelper_Activate) == 0x000010, "Wrong alignment on QuatValueVelocityHelper_Activate"); \ static_assert(sizeof(QuatValueVelocityHelper_Activate) == 0x000040, "Wrong size on QuatValueVelocityHelper_Activate"); \ static_assert(offsetof(QuatValueVelocityHelper_Activate, Data) == 0x000000, "Member 'QuatValueVelocityHelper_Activate::Data' has a wrong offset!"); \ static_assert(offsetof(QuatValueVelocityHelper_Activate, Value) == 0x000020, "Member 'QuatValueVelocityHelper_Activate::Value' has a wrong offset!"); \ static_assert(offsetof(QuatValueVelocityHelper_Activate, Velocity) == 0x00002C, "Member 'QuatValueVelocityHelper_Activate::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuatValueVelocityHelper_Get \ static_assert(alignof(QuatValueVelocityHelper_Get) == 0x000010, "Wrong alignment on QuatValueVelocityHelper_Get"); \ static_assert(sizeof(QuatValueVelocityHelper_Get) == 0x000040, "Wrong size on QuatValueVelocityHelper_Get"); \ static_assert(offsetof(QuatValueVelocityHelper_Get, Data) == 0x000000, "Member 'QuatValueVelocityHelper_Get::Data' has a wrong offset!"); \ static_assert(offsetof(QuatValueVelocityHelper_Get, OutValue) == 0x000020, "Member 'QuatValueVelocityHelper_Get::OutValue' has a wrong offset!"); \ static_assert(offsetof(QuatValueVelocityHelper_Get, OutVelocity) == 0x00002C, "Member 'QuatValueVelocityHelper_Get::OutVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuatValueVelocityHelper_Inverse \ static_assert(alignof(QuatValueVelocityHelper_Inverse) == 0x000010, "Wrong alignment on QuatValueVelocityHelper_Inverse"); \ static_assert(sizeof(QuatValueVelocityHelper_Inverse) == 0x000040, "Wrong size on QuatValueVelocityHelper_Inverse"); \ static_assert(offsetof(QuatValueVelocityHelper_Inverse, Data) == 0x000000, "Member 'QuatValueVelocityHelper_Inverse::Data' has a wrong offset!"); \ static_assert(offsetof(QuatValueVelocityHelper_Inverse, ReturnValue) == 0x000020, "Member 'QuatValueVelocityHelper_Inverse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuatValueVelocityHelper_Update \ static_assert(alignof(QuatValueVelocityHelper_Update) == 0x000010, "Wrong alignment on QuatValueVelocityHelper_Update"); \ static_assert(sizeof(QuatValueVelocityHelper_Update) == 0x000030, "Wrong size on QuatValueVelocityHelper_Update"); \ static_assert(offsetof(QuatValueVelocityHelper_Update, Data) == 0x000000, "Member 'QuatValueVelocityHelper_Update::Data' has a wrong offset!"); \ static_assert(offsetof(QuatValueVelocityHelper_Update, Value) == 0x000020, "Member 'QuatValueVelocityHelper_Update::Value' has a wrong offset!"); \ static_assert(offsetof(QuatValueVelocityHelper_Update, DeltaSeconds) == 0x00002C, "Member 'QuatValueVelocityHelper_Update::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQuatValueVelocityHelper \ static_assert(alignof(UQuatValueVelocityHelper) == 0x000008, "Wrong alignment on UQuatValueVelocityHelper"); \ static_assert(sizeof(UQuatValueVelocityHelper) == 0x000028, "Wrong size on UQuatValueVelocityHelper"); \ #define DUMPER7_ASSERTS_RotatorValueVelocityHelper_Activate \ static_assert(alignof(RotatorValueVelocityHelper_Activate) == 0x000004, "Wrong alignment on RotatorValueVelocityHelper_Activate"); \ static_assert(sizeof(RotatorValueVelocityHelper_Activate) == 0x000030, "Wrong size on RotatorValueVelocityHelper_Activate"); \ static_assert(offsetof(RotatorValueVelocityHelper_Activate, Data) == 0x000000, "Member 'RotatorValueVelocityHelper_Activate::Data' has a wrong offset!"); \ static_assert(offsetof(RotatorValueVelocityHelper_Activate, Value) == 0x000018, "Member 'RotatorValueVelocityHelper_Activate::Value' has a wrong offset!"); \ static_assert(offsetof(RotatorValueVelocityHelper_Activate, Velocity) == 0x000024, "Member 'RotatorValueVelocityHelper_Activate::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RotatorValueVelocityHelper_Get \ static_assert(alignof(RotatorValueVelocityHelper_Get) == 0x000004, "Wrong alignment on RotatorValueVelocityHelper_Get"); \ static_assert(sizeof(RotatorValueVelocityHelper_Get) == 0x000030, "Wrong size on RotatorValueVelocityHelper_Get"); \ static_assert(offsetof(RotatorValueVelocityHelper_Get, Data) == 0x000000, "Member 'RotatorValueVelocityHelper_Get::Data' has a wrong offset!"); \ static_assert(offsetof(RotatorValueVelocityHelper_Get, OutValue) == 0x000018, "Member 'RotatorValueVelocityHelper_Get::OutValue' has a wrong offset!"); \ static_assert(offsetof(RotatorValueVelocityHelper_Get, OutVelocity) == 0x000024, "Member 'RotatorValueVelocityHelper_Get::OutVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RotatorValueVelocityHelper_Inverse \ static_assert(alignof(RotatorValueVelocityHelper_Inverse) == 0x000004, "Wrong alignment on RotatorValueVelocityHelper_Inverse"); \ static_assert(sizeof(RotatorValueVelocityHelper_Inverse) == 0x000030, "Wrong size on RotatorValueVelocityHelper_Inverse"); \ static_assert(offsetof(RotatorValueVelocityHelper_Inverse, Data) == 0x000000, "Member 'RotatorValueVelocityHelper_Inverse::Data' has a wrong offset!"); \ static_assert(offsetof(RotatorValueVelocityHelper_Inverse, ReturnValue) == 0x000018, "Member 'RotatorValueVelocityHelper_Inverse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RotatorValueVelocityHelper_Update \ static_assert(alignof(RotatorValueVelocityHelper_Update) == 0x000004, "Wrong alignment on RotatorValueVelocityHelper_Update"); \ static_assert(sizeof(RotatorValueVelocityHelper_Update) == 0x000028, "Wrong size on RotatorValueVelocityHelper_Update"); \ static_assert(offsetof(RotatorValueVelocityHelper_Update, Data) == 0x000000, "Member 'RotatorValueVelocityHelper_Update::Data' has a wrong offset!"); \ static_assert(offsetof(RotatorValueVelocityHelper_Update, Value) == 0x000018, "Member 'RotatorValueVelocityHelper_Update::Value' has a wrong offset!"); \ static_assert(offsetof(RotatorValueVelocityHelper_Update, DeltaSeconds) == 0x000024, "Member 'RotatorValueVelocityHelper_Update::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URotatorValueVelocityHelper \ static_assert(alignof(URotatorValueVelocityHelper) == 0x000008, "Wrong alignment on URotatorValueVelocityHelper"); \ static_assert(sizeof(URotatorValueVelocityHelper) == 0x000028, "Wrong size on URotatorValueVelocityHelper"); \ #define DUMPER7_ASSERTS_ScalarValueVelocityHelper_Activate \ static_assert(alignof(ScalarValueVelocityHelper_Activate) == 0x000008, "Wrong alignment on ScalarValueVelocityHelper_Activate"); \ static_assert(sizeof(ScalarValueVelocityHelper_Activate) == 0x000018, "Wrong size on ScalarValueVelocityHelper_Activate"); \ static_assert(offsetof(ScalarValueVelocityHelper_Activate, Data) == 0x000000, "Member 'ScalarValueVelocityHelper_Activate::Data' has a wrong offset!"); \ static_assert(offsetof(ScalarValueVelocityHelper_Activate, Value) == 0x000010, "Member 'ScalarValueVelocityHelper_Activate::Value' has a wrong offset!"); \ static_assert(offsetof(ScalarValueVelocityHelper_Activate, Velocity) == 0x000014, "Member 'ScalarValueVelocityHelper_Activate::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScalarValueVelocityHelper_Get \ static_assert(alignof(ScalarValueVelocityHelper_Get) == 0x000008, "Wrong alignment on ScalarValueVelocityHelper_Get"); \ static_assert(sizeof(ScalarValueVelocityHelper_Get) == 0x000018, "Wrong size on ScalarValueVelocityHelper_Get"); \ static_assert(offsetof(ScalarValueVelocityHelper_Get, Data) == 0x000000, "Member 'ScalarValueVelocityHelper_Get::Data' has a wrong offset!"); \ static_assert(offsetof(ScalarValueVelocityHelper_Get, OutValue) == 0x000010, "Member 'ScalarValueVelocityHelper_Get::OutValue' has a wrong offset!"); \ static_assert(offsetof(ScalarValueVelocityHelper_Get, OutVelocity) == 0x000014, "Member 'ScalarValueVelocityHelper_Get::OutVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScalarValueVelocityHelper_Inverse \ static_assert(alignof(ScalarValueVelocityHelper_Inverse) == 0x000008, "Wrong alignment on ScalarValueVelocityHelper_Inverse"); \ static_assert(sizeof(ScalarValueVelocityHelper_Inverse) == 0x000020, "Wrong size on ScalarValueVelocityHelper_Inverse"); \ static_assert(offsetof(ScalarValueVelocityHelper_Inverse, Data) == 0x000000, "Member 'ScalarValueVelocityHelper_Inverse::Data' has a wrong offset!"); \ static_assert(offsetof(ScalarValueVelocityHelper_Inverse, ReturnValue) == 0x000010, "Member 'ScalarValueVelocityHelper_Inverse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScalarValueVelocityHelper_Update \ static_assert(alignof(ScalarValueVelocityHelper_Update) == 0x000008, "Wrong alignment on ScalarValueVelocityHelper_Update"); \ static_assert(sizeof(ScalarValueVelocityHelper_Update) == 0x000018, "Wrong size on ScalarValueVelocityHelper_Update"); \ static_assert(offsetof(ScalarValueVelocityHelper_Update, Data) == 0x000000, "Member 'ScalarValueVelocityHelper_Update::Data' has a wrong offset!"); \ static_assert(offsetof(ScalarValueVelocityHelper_Update, Value) == 0x000010, "Member 'ScalarValueVelocityHelper_Update::Value' has a wrong offset!"); \ static_assert(offsetof(ScalarValueVelocityHelper_Update, DeltaSeconds) == 0x000014, "Member 'ScalarValueVelocityHelper_Update::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScalarValueVelocityHelper \ static_assert(alignof(UScalarValueVelocityHelper) == 0x000008, "Wrong alignment on UScalarValueVelocityHelper"); \ static_assert(sizeof(UScalarValueVelocityHelper) == 0x000028, "Wrong size on UScalarValueVelocityHelper"); \ #define DUMPER7_ASSERTS_VectorValueVelocityHelper_Activate \ static_assert(alignof(VectorValueVelocityHelper_Activate) == 0x000004, "Wrong alignment on VectorValueVelocityHelper_Activate"); \ static_assert(sizeof(VectorValueVelocityHelper_Activate) == 0x000030, "Wrong size on VectorValueVelocityHelper_Activate"); \ static_assert(offsetof(VectorValueVelocityHelper_Activate, Data) == 0x000000, "Member 'VectorValueVelocityHelper_Activate::Data' has a wrong offset!"); \ static_assert(offsetof(VectorValueVelocityHelper_Activate, Value) == 0x000018, "Member 'VectorValueVelocityHelper_Activate::Value' has a wrong offset!"); \ static_assert(offsetof(VectorValueVelocityHelper_Activate, Velocity) == 0x000024, "Member 'VectorValueVelocityHelper_Activate::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VectorValueVelocityHelper_Get \ static_assert(alignof(VectorValueVelocityHelper_Get) == 0x000004, "Wrong alignment on VectorValueVelocityHelper_Get"); \ static_assert(sizeof(VectorValueVelocityHelper_Get) == 0x000030, "Wrong size on VectorValueVelocityHelper_Get"); \ static_assert(offsetof(VectorValueVelocityHelper_Get, Data) == 0x000000, "Member 'VectorValueVelocityHelper_Get::Data' has a wrong offset!"); \ static_assert(offsetof(VectorValueVelocityHelper_Get, OutValue) == 0x000018, "Member 'VectorValueVelocityHelper_Get::OutValue' has a wrong offset!"); \ static_assert(offsetof(VectorValueVelocityHelper_Get, OutVelocity) == 0x000024, "Member 'VectorValueVelocityHelper_Get::OutVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VectorValueVelocityHelper_Inverse \ static_assert(alignof(VectorValueVelocityHelper_Inverse) == 0x000004, "Wrong alignment on VectorValueVelocityHelper_Inverse"); \ static_assert(sizeof(VectorValueVelocityHelper_Inverse) == 0x000030, "Wrong size on VectorValueVelocityHelper_Inverse"); \ static_assert(offsetof(VectorValueVelocityHelper_Inverse, Data) == 0x000000, "Member 'VectorValueVelocityHelper_Inverse::Data' has a wrong offset!"); \ static_assert(offsetof(VectorValueVelocityHelper_Inverse, ReturnValue) == 0x000018, "Member 'VectorValueVelocityHelper_Inverse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VectorValueVelocityHelper_Update \ static_assert(alignof(VectorValueVelocityHelper_Update) == 0x000004, "Wrong alignment on VectorValueVelocityHelper_Update"); \ static_assert(sizeof(VectorValueVelocityHelper_Update) == 0x000028, "Wrong size on VectorValueVelocityHelper_Update"); \ static_assert(offsetof(VectorValueVelocityHelper_Update, Data) == 0x000000, "Member 'VectorValueVelocityHelper_Update::Data' has a wrong offset!"); \ static_assert(offsetof(VectorValueVelocityHelper_Update, Value) == 0x000018, "Member 'VectorValueVelocityHelper_Update::Value' has a wrong offset!"); \ static_assert(offsetof(VectorValueVelocityHelper_Update, DeltaSeconds) == 0x000024, "Member 'VectorValueVelocityHelper_Update::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVectorValueVelocityHelper \ static_assert(alignof(UVectorValueVelocityHelper) == 0x000008, "Wrong alignment on UVectorValueVelocityHelper"); \ static_assert(sizeof(UVectorValueVelocityHelper) == 0x000028, "Wrong size on UVectorValueVelocityHelper"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle \ static_assert(alignof(BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle) == 0x000008, "Wrong alignment on BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle"); \ static_assert(sizeof(BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle) == 0x000038, "Wrong size on BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle"); \ static_assert(offsetof(BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle, EntryPoint) == 0x000000, "Member 'BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000018, "Member 'BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x00002C, "Member 'BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle, CallFunc_MakeLiteralByte_ReturnValue) == 0x000030, "Member 'BTT_BipedUpper_Wand_Idle_C_ExecuteUbergraph_BTT_BipedUpper_Wand_Idle::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_Wand_Idle_C_ReceiveExecute \ static_assert(alignof(BTT_BipedUpper_Wand_Idle_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_BipedUpper_Wand_Idle_C_ReceiveExecute"); \ static_assert(sizeof(BTT_BipedUpper_Wand_Idle_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_BipedUpper_Wand_Idle_C_ReceiveExecute"); \ static_assert(offsetof(BTT_BipedUpper_Wand_Idle_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_Wand_Idle_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_Wand_Idle_C_ExitTask \ static_assert(alignof(BTT_BipedUpper_Wand_Idle_C_ExitTask) == 0x000008, "Wrong alignment on BTT_BipedUpper_Wand_Idle_C_ExitTask"); \ static_assert(sizeof(BTT_BipedUpper_Wand_Idle_C_ExitTask) == 0x000008, "Wrong size on BTT_BipedUpper_Wand_Idle_C_ExitTask"); \ static_assert(offsetof(BTT_BipedUpper_Wand_Idle_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_Wand_Idle_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_Wand_Idle_C_CustActionEvt_AttackAnticipation_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_BipedUpper_Wand_Idle_C_CustActionEvt_AttackAnticipation_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_BipedUpper_Wand_Idle_C_CustActionEvt_AttackAnticipation_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_BipedUpper_Wand_Idle_C_CustActionEvt_AttackAnticipation_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_BipedUpper_Wand_Idle_C_CustActionEvt_AttackAnticipation_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_BipedUpper_Wand_Idle_C_CustActionEvt_AttackAnticipation_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_Wand_Idle_C_CustActionEvt_AttackAnticipation_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_BipedUpper_Wand_Idle_C \ static_assert(alignof(UBTT_BipedUpper_Wand_Idle_C) == 0x000008, "Wrong alignment on UBTT_BipedUpper_Wand_Idle_C"); \ static_assert(sizeof(UBTT_BipedUpper_Wand_Idle_C) == 0x000158, "Wrong size on UBTT_BipedUpper_Wand_Idle_C"); \ static_assert(offsetof(UBTT_BipedUpper_Wand_Idle_C, UberGraphFrame) == 0x000150, "Member 'UBTT_BipedUpper_Wand_Idle_C::UberGraphFrame' 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_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_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_FNamedFilmbackPreset \ static_assert(alignof(FNamedFilmbackPreset) == 0x000008, "Wrong alignment on FNamedFilmbackPreset"); \ static_assert(sizeof(FNamedFilmbackPreset) == 0x000020, "Wrong size on FNamedFilmbackPreset"); \ static_assert(offsetof(FNamedFilmbackPreset, Name) == 0x000000, "Member 'FNamedFilmbackPreset::Name' has a wrong offset!"); \ static_assert(offsetof(FNamedFilmbackPreset, FilmbackSettings) == 0x000010, "Member 'FNamedFilmbackPreset::FilmbackSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraLensSettings \ static_assert(alignof(FCameraLensSettings) == 0x000004, "Wrong alignment on FCameraLensSettings"); \ static_assert(sizeof(FCameraLensSettings) == 0x000018, "Wrong size on FCameraLensSettings"); \ static_assert(offsetof(FCameraLensSettings, MinFocalLength) == 0x000000, "Member 'FCameraLensSettings::MinFocalLength' has a wrong offset!"); \ static_assert(offsetof(FCameraLensSettings, MaxFocalLength) == 0x000004, "Member 'FCameraLensSettings::MaxFocalLength' has a wrong offset!"); \ static_assert(offsetof(FCameraLensSettings, MinFstop) == 0x000008, "Member 'FCameraLensSettings::MinFstop' has a wrong offset!"); \ static_assert(offsetof(FCameraLensSettings, MaxFStop) == 0x00000C, "Member 'FCameraLensSettings::MaxFStop' has a wrong offset!"); \ static_assert(offsetof(FCameraLensSettings, MinimumFocusDistance) == 0x000010, "Member 'FCameraLensSettings::MinimumFocusDistance' has a wrong offset!"); \ static_assert(offsetof(FCameraLensSettings, DiaphragmBladeCount) == 0x000014, "Member 'FCameraLensSettings::DiaphragmBladeCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNamedLensPreset \ static_assert(alignof(FNamedLensPreset) == 0x000008, "Wrong alignment on FNamedLensPreset"); \ static_assert(sizeof(FNamedLensPreset) == 0x000028, "Wrong size on FNamedLensPreset"); \ static_assert(offsetof(FNamedLensPreset, Name) == 0x000000, "Member 'FNamedLensPreset::Name' has a wrong offset!"); \ static_assert(offsetof(FNamedLensPreset, LensSettings) == 0x000010, "Member 'FNamedLensPreset::LensSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000980, "Wrong size on UCineCameraComponent"); \ static_assert(offsetof(UCineCameraComponent, FilmbackSettings) == 0x000880, "Member 'UCineCameraComponent::FilmbackSettings' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, Filmback) == 0x00088C, "Member 'UCineCameraComponent::Filmback' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, LensSettings) == 0x000898, "Member 'UCineCameraComponent::LensSettings' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, FocusSettings) == 0x0008B0, "Member 'UCineCameraComponent::FocusSettings' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, CurrentFocalLength) == 0x000908, "Member 'UCineCameraComponent::CurrentFocalLength' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, CurrentAperture) == 0x00090C, "Member 'UCineCameraComponent::CurrentAperture' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, CurrentFocusDistance) == 0x000910, "Member 'UCineCameraComponent::CurrentFocusDistance' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, FilmbackPresets) == 0x000920, "Member 'UCineCameraComponent::FilmbackPresets' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, LensPresets) == 0x000930, "Member 'UCineCameraComponent::LensPresets' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, DefaultFilmbackPresetName) == 0x000940, "Member 'UCineCameraComponent::DefaultFilmbackPresetName' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, DefaultFilmbackPreset) == 0x000950, "Member 'UCineCameraComponent::DefaultFilmbackPreset' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, DefaultLensPresetName) == 0x000960, "Member 'UCineCameraComponent::DefaultLensPresetName' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, DefaultLensFocalLength) == 0x000970, "Member 'UCineCameraComponent::DefaultLensFocalLength' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, DefaultLensFStop) == 0x000974, "Member 'UCineCameraComponent::DefaultLensFStop' 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) == 0x000278, "Wrong size on ACameraRig_Crane"); \ static_assert(offsetof(ACameraRig_Crane, CranePitch) == 0x000248, "Member 'ACameraRig_Crane::CranePitch' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CraneYaw) == 0x00024C, "Member 'ACameraRig_Crane::CraneYaw' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CraneArmLength) == 0x000250, "Member 'ACameraRig_Crane::CraneArmLength' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, bLockMountPitch) == 0x000254, "Member 'ACameraRig_Crane::bLockMountPitch' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, bLockMountYaw) == 0x000255, "Member 'ACameraRig_Crane::bLockMountYaw' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, TransformComponent) == 0x000258, "Member 'ACameraRig_Crane::TransformComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CraneYawControl) == 0x000260, "Member 'ACameraRig_Crane::CraneYawControl' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CranePitchControl) == 0x000268, "Member 'ACameraRig_Crane::CranePitchControl' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CraneCameraMount) == 0x000270, "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) == 0x000268, "Wrong size on ACameraRig_Rail"); \ static_assert(offsetof(ACameraRig_Rail, CurrentPositionOnRail) == 0x000248, "Member 'ACameraRig_Rail::CurrentPositionOnRail' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Rail, bLockOrientationToRail) == 0x00024C, "Member 'ACameraRig_Rail::bLockOrientationToRail' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Rail, TransformComponent) == 0x000250, "Member 'ACameraRig_Rail::TransformComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Rail, RailSplineComponent) == 0x000258, "Member 'ACameraRig_Rail::RailSplineComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Rail, RailCameraMount) == 0x000260, "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) == 0x0008D0, "Wrong size on ACineCameraActor"); \ static_assert(offsetof(ACineCameraActor, LookatTrackingSettings) == 0x000870, "Member 'ACineCameraActor::LookatTrackingSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNoiseTextureNormalMap \ static_assert(alignof(FNoiseTextureNormalMap) == 0x000008, "Wrong alignment on FNoiseTextureNormalMap"); \ static_assert(sizeof(FNoiseTextureNormalMap) == 0x000020, "Wrong size on FNoiseTextureNormalMap"); \ static_assert(offsetof(FNoiseTextureNormalMap, ColorData) == 0x000000, "Member 'FNoiseTextureNormalMap::ColorData' has a wrong offset!"); \ static_assert(offsetof(FNoiseTextureNormalMap, Width) == 0x000010, "Member 'FNoiseTextureNormalMap::Width' has a wrong offset!"); \ static_assert(offsetof(FNoiseTextureNormalMap, Height) == 0x000014, "Member 'FNoiseTextureNormalMap::Height' has a wrong offset!"); \ static_assert(offsetof(FNoiseTextureNormalMap, bLinearColor) == 0x000018, "Member 'FNoiseTextureNormalMap::bLinearColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNoiseTextureColor \ static_assert(alignof(FNoiseTextureColor) == 0x000008, "Wrong alignment on FNoiseTextureColor"); \ static_assert(sizeof(FNoiseTextureColor) == 0x000020, "Wrong size on FNoiseTextureColor"); \ static_assert(offsetof(FNoiseTextureColor, ColorData) == 0x000000, "Member 'FNoiseTextureColor::ColorData' has a wrong offset!"); \ static_assert(offsetof(FNoiseTextureColor, Width) == 0x000010, "Member 'FNoiseTextureColor::Width' has a wrong offset!"); \ static_assert(offsetof(FNoiseTextureColor, Height) == 0x000014, "Member 'FNoiseTextureColor::Height' has a wrong offset!"); \ static_assert(offsetof(FNoiseTextureColor, bLinearColor) == 0x000018, "Member 'FNoiseTextureColor::bLinearColor' has a wrong offset!"); \ static_assert(offsetof(FNoiseTextureColor, bWantMask) == 0x000019, "Member 'FNoiseTextureColor::bWantMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNoiseImage \ static_assert(alignof(FNoiseImage) == 0x000008, "Wrong alignment on FNoiseImage"); \ static_assert(sizeof(FNoiseImage) == 0x000028, "Wrong size on FNoiseImage"); \ static_assert(offsetof(FNoiseImage, NoiseData) == 0x000000, "Member 'FNoiseImage::NoiseData' has a wrong offset!"); \ static_assert(offsetof(FNoiseImage, Width) == 0x000010, "Member 'FNoiseImage::Width' has a wrong offset!"); \ static_assert(offsetof(FNoiseImage, Height) == 0x000014, "Member 'FNoiseImage::Height' has a wrong offset!"); \ static_assert(offsetof(FNoiseImage, Min) == 0x000018, "Member 'FNoiseImage::Min' has a wrong offset!"); \ static_assert(offsetof(FNoiseImage, Max) == 0x00001C, "Member 'FNoiseImage::Max' has a wrong offset!"); \ static_assert(offsetof(FNoiseImage, InverseDynamicRange) == 0x000020, "Member 'FNoiseImage::InverseDynamicRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOctaveNoiseParams \ static_assert(alignof(FOctaveNoiseParams) == 0x000004, "Wrong alignment on FOctaveNoiseParams"); \ static_assert(sizeof(FOctaveNoiseParams) == 0x00001C, "Wrong size on FOctaveNoiseParams"); \ static_assert(offsetof(FOctaveNoiseParams, Octaves) == 0x000000, "Member 'FOctaveNoiseParams::Octaves' has a wrong offset!"); \ static_assert(offsetof(FOctaveNoiseParams, OctaveMode) == 0x000004, "Member 'FOctaveNoiseParams::OctaveMode' has a wrong offset!"); \ static_assert(offsetof(FOctaveNoiseParams, OctavePersistence) == 0x000008, "Member 'FOctaveNoiseParams::OctavePersistence' has a wrong offset!"); \ static_assert(offsetof(FOctaveNoiseParams, BaseFrequency) == 0x00000C, "Member 'FOctaveNoiseParams::BaseFrequency' has a wrong offset!"); \ static_assert(offsetof(FOctaveNoiseParams, Amplitude) == 0x000010, "Member 'FOctaveNoiseParams::Amplitude' has a wrong offset!"); \ static_assert(offsetof(FOctaveNoiseParams, Seed) == 0x000014, "Member 'FOctaveNoiseParams::Seed' has a wrong offset!"); \ static_assert(offsetof(FOctaveNoiseParams, bTilable) == 0x000018, "Member 'FOctaveNoiseParams::bTilable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNoiseParams4D \ static_assert(alignof(FNoiseParams4D) == 0x000004, "Wrong alignment on FNoiseParams4D"); \ static_assert(sizeof(FNoiseParams4D) == 0x00001C, "Wrong size on FNoiseParams4D"); \ static_assert(offsetof(FNoiseParams4D, LumpinessX) == 0x000000, "Member 'FNoiseParams4D::LumpinessX' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams4D, LumpinessY) == 0x000004, "Member 'FNoiseParams4D::LumpinessY' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams4D, LumpinessZ) == 0x000008, "Member 'FNoiseParams4D::LumpinessZ' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams4D, LumpinessW) == 0x00000C, "Member 'FNoiseParams4D::LumpinessW' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams4D, Amplitude) == 0x000010, "Member 'FNoiseParams4D::Amplitude' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams4D, Seed) == 0x000014, "Member 'FNoiseParams4D::Seed' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams4D, bTilable) == 0x000018, "Member 'FNoiseParams4D::bTilable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNoiseParams3D \ static_assert(alignof(FNoiseParams3D) == 0x000004, "Wrong alignment on FNoiseParams3D"); \ static_assert(sizeof(FNoiseParams3D) == 0x000018, "Wrong size on FNoiseParams3D"); \ static_assert(offsetof(FNoiseParams3D, LumpinessX) == 0x000000, "Member 'FNoiseParams3D::LumpinessX' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams3D, LumpinessY) == 0x000004, "Member 'FNoiseParams3D::LumpinessY' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams3D, LumpinessZ) == 0x000008, "Member 'FNoiseParams3D::LumpinessZ' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams3D, Amplitude) == 0x00000C, "Member 'FNoiseParams3D::Amplitude' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams3D, Seed) == 0x000010, "Member 'FNoiseParams3D::Seed' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams3D, bTilable) == 0x000014, "Member 'FNoiseParams3D::bTilable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNoiseParams2D \ static_assert(alignof(FNoiseParams2D) == 0x000004, "Wrong alignment on FNoiseParams2D"); \ static_assert(sizeof(FNoiseParams2D) == 0x000014, "Wrong size on FNoiseParams2D"); \ static_assert(offsetof(FNoiseParams2D, LumpinessX) == 0x000000, "Member 'FNoiseParams2D::LumpinessX' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams2D, LumpinessY) == 0x000004, "Member 'FNoiseParams2D::LumpinessY' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams2D, Amplitude) == 0x000008, "Member 'FNoiseParams2D::Amplitude' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams2D, Seed) == 0x00000C, "Member 'FNoiseParams2D::Seed' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams2D, bTilable) == 0x000010, "Member 'FNoiseParams2D::bTilable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNoiseParams \ static_assert(alignof(FNoiseParams) == 0x000004, "Wrong alignment on FNoiseParams"); \ static_assert(sizeof(FNoiseParams) == 0x000010, "Wrong size on FNoiseParams"); \ static_assert(offsetof(FNoiseParams, Lumpiness) == 0x000000, "Member 'FNoiseParams::Lumpiness' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams, Amplitude) == 0x000004, "Member 'FNoiseParams::Amplitude' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams, Seed) == 0x000008, "Member 'FNoiseParams::Seed' has a wrong offset!"); \ static_assert(offsetof(FNoiseParams, bTilable) == 0x00000C, "Member 'FNoiseParams::bTilable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicNoiseTextureBase_GetDynamicTexture \ static_assert(alignof(DynamicNoiseTextureBase_GetDynamicTexture) == 0x000008, "Wrong alignment on DynamicNoiseTextureBase_GetDynamicTexture"); \ static_assert(sizeof(DynamicNoiseTextureBase_GetDynamicTexture) == 0x000008, "Wrong size on DynamicNoiseTextureBase_GetDynamicTexture"); \ static_assert(offsetof(DynamicNoiseTextureBase_GetDynamicTexture, ReturnValue) == 0x000000, "Member 'DynamicNoiseTextureBase_GetDynamicTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicNoiseTextureBase \ static_assert(alignof(UDynamicNoiseTextureBase) == 0x000008, "Wrong alignment on UDynamicNoiseTextureBase"); \ static_assert(sizeof(UDynamicNoiseTextureBase) == 0x000050, "Wrong size on UDynamicNoiseTextureBase"); \ static_assert(offsetof(UDynamicNoiseTextureBase, Width) == 0x000030, "Member 'UDynamicNoiseTextureBase::Width' has a wrong offset!"); \ static_assert(offsetof(UDynamicNoiseTextureBase, Height) == 0x000034, "Member 'UDynamicNoiseTextureBase::Height' has a wrong offset!"); \ static_assert(offsetof(UDynamicNoiseTextureBase, UpdateInterval) == 0x000038, "Member 'UDynamicNoiseTextureBase::UpdateInterval' has a wrong offset!"); \ static_assert(offsetof(UDynamicNoiseTextureBase, Texture) == 0x000040, "Member 'UDynamicNoiseTextureBase::Texture' has a wrong offset!"); \ static_assert(offsetof(UDynamicNoiseTextureBase, Age) == 0x000048, "Member 'UDynamicNoiseTextureBase::Age' has a wrong offset!"); \ static_assert(offsetof(UDynamicNoiseTextureBase, NextUpdate) == 0x00004C, "Member 'UDynamicNoiseTextureBase::NextUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicNoiseTextureColorBase \ static_assert(alignof(UDynamicNoiseTextureColorBase) == 0x000008, "Wrong alignment on UDynamicNoiseTextureColorBase"); \ static_assert(sizeof(UDynamicNoiseTextureColorBase) == 0x000060, "Wrong size on UDynamicNoiseTextureColorBase"); \ static_assert(offsetof(UDynamicNoiseTextureColorBase, Palette) == 0x000050, "Member 'UDynamicNoiseTextureColorBase::Palette' has a wrong offset!"); \ static_assert(offsetof(UDynamicNoiseTextureColorBase, bWantMask) == 0x000058, "Member 'UDynamicNoiseTextureColorBase::bWantMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicNoiseTexture \ static_assert(alignof(UDynamicNoiseTexture) == 0x000008, "Wrong alignment on UDynamicNoiseTexture"); \ static_assert(sizeof(UDynamicNoiseTexture) == 0x000078, "Wrong size on UDynamicNoiseTexture"); \ static_assert(offsetof(UDynamicNoiseTexture, NoiseParams) == 0x000060, "Member 'UDynamicNoiseTexture::NoiseParams' has a wrong offset!"); \ static_assert(offsetof(UDynamicNoiseTexture, TimeFactor) == 0x000074, "Member 'UDynamicNoiseTexture::TimeFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicNoiseOctaveTexture \ static_assert(alignof(UDynamicNoiseOctaveTexture) == 0x000008, "Wrong alignment on UDynamicNoiseOctaveTexture"); \ static_assert(sizeof(UDynamicNoiseOctaveTexture) == 0x000080, "Wrong size on UDynamicNoiseOctaveTexture"); \ static_assert(offsetof(UDynamicNoiseOctaveTexture, NoiseParams) == 0x000060, "Member 'UDynamicNoiseOctaveTexture::NoiseParams' has a wrong offset!"); \ static_assert(offsetof(UDynamicNoiseOctaveTexture, TimeFactor) == 0x00007C, "Member 'UDynamicNoiseOctaveTexture::TimeFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicNoiseNormalsBase \ static_assert(alignof(UDynamicNoiseNormalsBase) == 0x000008, "Wrong alignment on UDynamicNoiseNormalsBase"); \ static_assert(sizeof(UDynamicNoiseNormalsBase) == 0x000058, "Wrong size on UDynamicNoiseNormalsBase"); \ static_assert(offsetof(UDynamicNoiseNormalsBase, NormalStrength) == 0x000050, "Member 'UDynamicNoiseNormalsBase::NormalStrength' has a wrong offset!"); \ static_assert(offsetof(UDynamicNoiseNormalsBase, bCurl) == 0x000054, "Member 'UDynamicNoiseNormalsBase::bCurl' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicNoiseNormals \ static_assert(alignof(UDynamicNoiseNormals) == 0x000008, "Wrong alignment on UDynamicNoiseNormals"); \ static_assert(sizeof(UDynamicNoiseNormals) == 0x000070, "Wrong size on UDynamicNoiseNormals"); \ static_assert(offsetof(UDynamicNoiseNormals, NoiseParams) == 0x000058, "Member 'UDynamicNoiseNormals::NoiseParams' has a wrong offset!"); \ static_assert(offsetof(UDynamicNoiseNormals, TimeFactor) == 0x00006C, "Member 'UDynamicNoiseNormals::TimeFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicNoiseOctaveNormals \ static_assert(alignof(UDynamicNoiseOctaveNormals) == 0x000008, "Wrong alignment on UDynamicNoiseOctaveNormals"); \ static_assert(sizeof(UDynamicNoiseOctaveNormals) == 0x000078, "Wrong size on UDynamicNoiseOctaveNormals"); \ static_assert(offsetof(UDynamicNoiseOctaveNormals, NoiseParams) == 0x000058, "Member 'UDynamicNoiseOctaveNormals::NoiseParams' has a wrong offset!"); \ static_assert(offsetof(UDynamicNoiseOctaveNormals, TimeFactor) == 0x000074, "Member 'UDynamicNoiseOctaveNormals::TimeFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_ConstructDynamicNoiseNormals \ static_assert(alignof(PerlinNoise_ConstructDynamicNoiseNormals) == 0x000008, "Wrong alignment on PerlinNoise_ConstructDynamicNoiseNormals"); \ static_assert(sizeof(PerlinNoise_ConstructDynamicNoiseNormals) == 0x000040, "Wrong size on PerlinNoise_ConstructDynamicNoiseNormals"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseNormals, Owner) == 0x000000, "Member 'PerlinNoise_ConstructDynamicNoiseNormals::Owner' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseNormals, Params_0) == 0x000008, "Member 'PerlinNoise_ConstructDynamicNoiseNormals::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseNormals, TimeFactor) == 0x00001C, "Member 'PerlinNoise_ConstructDynamicNoiseNormals::TimeFactor' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseNormals, Width) == 0x000020, "Member 'PerlinNoise_ConstructDynamicNoiseNormals::Width' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseNormals, Height) == 0x000024, "Member 'PerlinNoise_ConstructDynamicNoiseNormals::Height' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseNormals, UpdateInterval) == 0x000028, "Member 'PerlinNoise_ConstructDynamicNoiseNormals::UpdateInterval' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseNormals, NormalStrength) == 0x00002C, "Member 'PerlinNoise_ConstructDynamicNoiseNormals::NormalStrength' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseNormals, Curl) == 0x000030, "Member 'PerlinNoise_ConstructDynamicNoiseNormals::Curl' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseNormals, ReturnValue) == 0x000038, "Member 'PerlinNoise_ConstructDynamicNoiseNormals::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_ConstructDynamicNoiseOctaveNormals \ static_assert(alignof(PerlinNoise_ConstructDynamicNoiseOctaveNormals) == 0x000008, "Wrong alignment on PerlinNoise_ConstructDynamicNoiseOctaveNormals"); \ static_assert(sizeof(PerlinNoise_ConstructDynamicNoiseOctaveNormals) == 0x000048, "Wrong size on PerlinNoise_ConstructDynamicNoiseOctaveNormals"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveNormals, Owner) == 0x000000, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveNormals::Owner' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveNormals, Params_0) == 0x000008, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveNormals::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveNormals, TimeFactor) == 0x000024, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveNormals::TimeFactor' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveNormals, Width) == 0x000028, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveNormals::Width' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveNormals, Height) == 0x00002C, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveNormals::Height' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveNormals, UpdateInterval) == 0x000030, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveNormals::UpdateInterval' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveNormals, NormalStrength) == 0x000034, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveNormals::NormalStrength' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveNormals, Curl) == 0x000038, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveNormals::Curl' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveNormals, ReturnValue) == 0x000040, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveNormals::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_ConstructDynamicNoiseOctaveTexture \ static_assert(alignof(PerlinNoise_ConstructDynamicNoiseOctaveTexture) == 0x000008, "Wrong alignment on PerlinNoise_ConstructDynamicNoiseOctaveTexture"); \ static_assert(sizeof(PerlinNoise_ConstructDynamicNoiseOctaveTexture) == 0x000050, "Wrong size on PerlinNoise_ConstructDynamicNoiseOctaveTexture"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveTexture, Owner) == 0x000000, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveTexture::Owner' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveTexture, Params_0) == 0x000008, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveTexture::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveTexture, TimeFactor) == 0x000024, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveTexture::TimeFactor' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveTexture, Width) == 0x000028, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveTexture::Width' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveTexture, Height) == 0x00002C, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveTexture::Height' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveTexture, UpdateInterval) == 0x000030, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveTexture::UpdateInterval' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveTexture, Palette) == 0x000038, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveTexture::Palette' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveTexture, WantMask) == 0x000040, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveTexture::WantMask' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseOctaveTexture, ReturnValue) == 0x000048, "Member 'PerlinNoise_ConstructDynamicNoiseOctaveTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_ConstructDynamicNoiseTexture \ static_assert(alignof(PerlinNoise_ConstructDynamicNoiseTexture) == 0x000008, "Wrong alignment on PerlinNoise_ConstructDynamicNoiseTexture"); \ static_assert(sizeof(PerlinNoise_ConstructDynamicNoiseTexture) == 0x000048, "Wrong size on PerlinNoise_ConstructDynamicNoiseTexture"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseTexture, Owner) == 0x000000, "Member 'PerlinNoise_ConstructDynamicNoiseTexture::Owner' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseTexture, Params_0) == 0x000008, "Member 'PerlinNoise_ConstructDynamicNoiseTexture::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseTexture, TimeFactor) == 0x00001C, "Member 'PerlinNoise_ConstructDynamicNoiseTexture::TimeFactor' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseTexture, Width) == 0x000020, "Member 'PerlinNoise_ConstructDynamicNoiseTexture::Width' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseTexture, Height) == 0x000024, "Member 'PerlinNoise_ConstructDynamicNoiseTexture::Height' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseTexture, UpdateInterval) == 0x000028, "Member 'PerlinNoise_ConstructDynamicNoiseTexture::UpdateInterval' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseTexture, Palette) == 0x000030, "Member 'PerlinNoise_ConstructDynamicNoiseTexture::Palette' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseTexture, WantMask) == 0x000038, "Member 'PerlinNoise_ConstructDynamicNoiseTexture::WantMask' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_ConstructDynamicNoiseTexture, ReturnValue) == 0x000040, "Member 'PerlinNoise_ConstructDynamicNoiseTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_GetCurlNoise2D \ static_assert(alignof(PerlinNoise_GetCurlNoise2D) == 0x000004, "Wrong alignment on PerlinNoise_GetCurlNoise2D"); \ static_assert(sizeof(PerlinNoise_GetCurlNoise2D) == 0x000024, "Wrong size on PerlinNoise_GetCurlNoise2D"); \ static_assert(offsetof(PerlinNoise_GetCurlNoise2D, Pos) == 0x000000, "Member 'PerlinNoise_GetCurlNoise2D::Pos' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetCurlNoise2D, Params_0) == 0x000008, "Member 'PerlinNoise_GetCurlNoise2D::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetCurlNoise2D, Curl) == 0x000018, "Member 'PerlinNoise_GetCurlNoise2D::Curl' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetCurlNoise2D, CurlEpsilon) == 0x000020, "Member 'PerlinNoise_GetCurlNoise2D::CurlEpsilon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_GetCurlNoise3D \ static_assert(alignof(PerlinNoise_GetCurlNoise3D) == 0x000004, "Wrong alignment on PerlinNoise_GetCurlNoise3D"); \ static_assert(sizeof(PerlinNoise_GetCurlNoise3D) == 0x00002C, "Wrong size on PerlinNoise_GetCurlNoise3D"); \ static_assert(offsetof(PerlinNoise_GetCurlNoise3D, Pos) == 0x000000, "Member 'PerlinNoise_GetCurlNoise3D::Pos' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetCurlNoise3D, Params_0) == 0x00000C, "Member 'PerlinNoise_GetCurlNoise3D::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetCurlNoise3D, Curl) == 0x00001C, "Member 'PerlinNoise_GetCurlNoise3D::Curl' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetCurlNoise3D, CurlEpsilon) == 0x000028, "Member 'PerlinNoise_GetCurlNoise3D::CurlEpsilon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_GetCurlNoiseAsNormal \ static_assert(alignof(PerlinNoise_GetCurlNoiseAsNormal) == 0x000004, "Wrong alignment on PerlinNoise_GetCurlNoiseAsNormal"); \ static_assert(sizeof(PerlinNoise_GetCurlNoiseAsNormal) == 0x00002C, "Wrong size on PerlinNoise_GetCurlNoiseAsNormal"); \ static_assert(offsetof(PerlinNoise_GetCurlNoiseAsNormal, Pos) == 0x000000, "Member 'PerlinNoise_GetCurlNoiseAsNormal::Pos' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetCurlNoiseAsNormal, Params_0) == 0x000008, "Member 'PerlinNoise_GetCurlNoiseAsNormal::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetCurlNoiseAsNormal, Curl) == 0x000018, "Member 'PerlinNoise_GetCurlNoiseAsNormal::Curl' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetCurlNoiseAsNormal, CurlEpsilon) == 0x000024, "Member 'PerlinNoise_GetCurlNoiseAsNormal::CurlEpsilon' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetCurlNoiseAsNormal, inverseNormalStrength) == 0x000028, "Member 'PerlinNoise_GetCurlNoiseAsNormal::inverseNormalStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_GetNoise \ static_assert(alignof(PerlinNoise_GetNoise) == 0x000004, "Wrong alignment on PerlinNoise_GetNoise"); \ static_assert(sizeof(PerlinNoise_GetNoise) == 0x000018, "Wrong size on PerlinNoise_GetNoise"); \ static_assert(offsetof(PerlinNoise_GetNoise, Time) == 0x000000, "Member 'PerlinNoise_GetNoise::Time' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoise, Params_0) == 0x000004, "Member 'PerlinNoise_GetNoise::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoise, Noise) == 0x000014, "Member 'PerlinNoise_GetNoise::Noise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_GetNoise2D \ static_assert(alignof(PerlinNoise_GetNoise2D) == 0x000004, "Wrong alignment on PerlinNoise_GetNoise2D"); \ static_assert(sizeof(PerlinNoise_GetNoise2D) == 0x00001C, "Wrong size on PerlinNoise_GetNoise2D"); \ static_assert(offsetof(PerlinNoise_GetNoise2D, Pos) == 0x000000, "Member 'PerlinNoise_GetNoise2D::Pos' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoise2D, Params_0) == 0x000008, "Member 'PerlinNoise_GetNoise2D::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoise2D, Noise) == 0x000018, "Member 'PerlinNoise_GetNoise2D::Noise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_GetNoise2DAsymmetric \ static_assert(alignof(PerlinNoise_GetNoise2DAsymmetric) == 0x000004, "Wrong alignment on PerlinNoise_GetNoise2DAsymmetric"); \ static_assert(sizeof(PerlinNoise_GetNoise2DAsymmetric) == 0x000020, "Wrong size on PerlinNoise_GetNoise2DAsymmetric"); \ static_assert(offsetof(PerlinNoise_GetNoise2DAsymmetric, Pos) == 0x000000, "Member 'PerlinNoise_GetNoise2DAsymmetric::Pos' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoise2DAsymmetric, Params_0) == 0x000008, "Member 'PerlinNoise_GetNoise2DAsymmetric::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoise2DAsymmetric, Noise) == 0x00001C, "Member 'PerlinNoise_GetNoise2DAsymmetric::Noise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_GetNoise3D \ static_assert(alignof(PerlinNoise_GetNoise3D) == 0x000004, "Wrong alignment on PerlinNoise_GetNoise3D"); \ static_assert(sizeof(PerlinNoise_GetNoise3D) == 0x000020, "Wrong size on PerlinNoise_GetNoise3D"); \ static_assert(offsetof(PerlinNoise_GetNoise3D, Pos) == 0x000000, "Member 'PerlinNoise_GetNoise3D::Pos' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoise3D, Params_0) == 0x00000C, "Member 'PerlinNoise_GetNoise3D::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoise3D, Noise) == 0x00001C, "Member 'PerlinNoise_GetNoise3D::Noise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_GetNoise3DAsymmetric \ static_assert(alignof(PerlinNoise_GetNoise3DAsymmetric) == 0x000004, "Wrong alignment on PerlinNoise_GetNoise3DAsymmetric"); \ static_assert(sizeof(PerlinNoise_GetNoise3DAsymmetric) == 0x000028, "Wrong size on PerlinNoise_GetNoise3DAsymmetric"); \ static_assert(offsetof(PerlinNoise_GetNoise3DAsymmetric, Pos) == 0x000000, "Member 'PerlinNoise_GetNoise3DAsymmetric::Pos' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoise3DAsymmetric, Params_0) == 0x00000C, "Member 'PerlinNoise_GetNoise3DAsymmetric::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoise3DAsymmetric, Noise) == 0x000024, "Member 'PerlinNoise_GetNoise3DAsymmetric::Noise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_GetNoise4D \ static_assert(alignof(PerlinNoise_GetNoise4D) == 0x000004, "Wrong alignment on PerlinNoise_GetNoise4D"); \ static_assert(sizeof(PerlinNoise_GetNoise4D) == 0x000024, "Wrong size on PerlinNoise_GetNoise4D"); \ static_assert(offsetof(PerlinNoise_GetNoise4D, Pos) == 0x000000, "Member 'PerlinNoise_GetNoise4D::Pos' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoise4D, Time) == 0x00000C, "Member 'PerlinNoise_GetNoise4D::Time' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoise4D, Params_0) == 0x000010, "Member 'PerlinNoise_GetNoise4D::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoise4D, Noise) == 0x000020, "Member 'PerlinNoise_GetNoise4D::Noise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_GetNoise4DAsymmetric \ static_assert(alignof(PerlinNoise_GetNoise4DAsymmetric) == 0x000004, "Wrong alignment on PerlinNoise_GetNoise4DAsymmetric"); \ static_assert(sizeof(PerlinNoise_GetNoise4DAsymmetric) == 0x000030, "Wrong size on PerlinNoise_GetNoise4DAsymmetric"); \ static_assert(offsetof(PerlinNoise_GetNoise4DAsymmetric, Pos) == 0x000000, "Member 'PerlinNoise_GetNoise4DAsymmetric::Pos' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoise4DAsymmetric, Time) == 0x00000C, "Member 'PerlinNoise_GetNoise4DAsymmetric::Time' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoise4DAsymmetric, Params_0) == 0x000010, "Member 'PerlinNoise_GetNoise4DAsymmetric::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoise4DAsymmetric, Noise) == 0x00002C, "Member 'PerlinNoise_GetNoise4DAsymmetric::Noise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_GetNoiseNormal2D \ static_assert(alignof(PerlinNoise_GetNoiseNormal2D) == 0x000004, "Wrong alignment on PerlinNoise_GetNoiseNormal2D"); \ static_assert(sizeof(PerlinNoise_GetNoiseNormal2D) == 0x00002C, "Wrong size on PerlinNoise_GetNoiseNormal2D"); \ static_assert(offsetof(PerlinNoise_GetNoiseNormal2D, Pos) == 0x000000, "Member 'PerlinNoise_GetNoiseNormal2D::Pos' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoiseNormal2D, Params_0) == 0x000008, "Member 'PerlinNoise_GetNoiseNormal2D::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoiseNormal2D, normal) == 0x000018, "Member 'PerlinNoise_GetNoiseNormal2D::normal' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoiseNormal2D, inverseNormalStrength) == 0x000024, "Member 'PerlinNoise_GetNoiseNormal2D::inverseNormalStrength' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoiseNormal2D, Epsilon) == 0x000028, "Member 'PerlinNoise_GetNoiseNormal2D::Epsilon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_GetNoiseNormal3D \ static_assert(alignof(PerlinNoise_GetNoiseNormal3D) == 0x000004, "Wrong alignment on PerlinNoise_GetNoiseNormal3D"); \ static_assert(sizeof(PerlinNoise_GetNoiseNormal3D) == 0x000030, "Wrong size on PerlinNoise_GetNoiseNormal3D"); \ static_assert(offsetof(PerlinNoise_GetNoiseNormal3D, Pos) == 0x000000, "Member 'PerlinNoise_GetNoiseNormal3D::Pos' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoiseNormal3D, Params_0) == 0x00000C, "Member 'PerlinNoise_GetNoiseNormal3D::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoiseNormal3D, normal) == 0x00001C, "Member 'PerlinNoise_GetNoiseNormal3D::normal' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoiseNormal3D, inverseNormalStrength) == 0x000028, "Member 'PerlinNoise_GetNoiseNormal3D::inverseNormalStrength' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoiseNormal3D, Epsilon) == 0x00002C, "Member 'PerlinNoise_GetNoiseNormal3D::Epsilon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_GetNoiseNormalized \ static_assert(alignof(PerlinNoise_GetNoiseNormalized) == 0x000004, "Wrong alignment on PerlinNoise_GetNoiseNormalized"); \ static_assert(sizeof(PerlinNoise_GetNoiseNormalized) == 0x000018, "Wrong size on PerlinNoise_GetNoiseNormalized"); \ static_assert(offsetof(PerlinNoise_GetNoiseNormalized, Time) == 0x000000, "Member 'PerlinNoise_GetNoiseNormalized::Time' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoiseNormalized, Params_0) == 0x000004, "Member 'PerlinNoise_GetNoiseNormalized::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetNoiseNormalized, Noise) == 0x000014, "Member 'PerlinNoise_GetNoiseNormalized::Noise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_GetOctaveNoise \ static_assert(alignof(PerlinNoise_GetOctaveNoise) == 0x000004, "Wrong alignment on PerlinNoise_GetOctaveNoise"); \ static_assert(sizeof(PerlinNoise_GetOctaveNoise) == 0x000024, "Wrong size on PerlinNoise_GetOctaveNoise"); \ static_assert(offsetof(PerlinNoise_GetOctaveNoise, Time) == 0x000000, "Member 'PerlinNoise_GetOctaveNoise::Time' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetOctaveNoise, Params_0) == 0x000004, "Member 'PerlinNoise_GetOctaveNoise::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetOctaveNoise, Noise) == 0x000020, "Member 'PerlinNoise_GetOctaveNoise::Noise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_GetOctaveNoise2D \ static_assert(alignof(PerlinNoise_GetOctaveNoise2D) == 0x000004, "Wrong alignment on PerlinNoise_GetOctaveNoise2D"); \ static_assert(sizeof(PerlinNoise_GetOctaveNoise2D) == 0x000028, "Wrong size on PerlinNoise_GetOctaveNoise2D"); \ static_assert(offsetof(PerlinNoise_GetOctaveNoise2D, Pos) == 0x000000, "Member 'PerlinNoise_GetOctaveNoise2D::Pos' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetOctaveNoise2D, Params_0) == 0x000008, "Member 'PerlinNoise_GetOctaveNoise2D::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetOctaveNoise2D, Noise) == 0x000024, "Member 'PerlinNoise_GetOctaveNoise2D::Noise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_GetOctaveNoise3D \ static_assert(alignof(PerlinNoise_GetOctaveNoise3D) == 0x000004, "Wrong alignment on PerlinNoise_GetOctaveNoise3D"); \ static_assert(sizeof(PerlinNoise_GetOctaveNoise3D) == 0x00002C, "Wrong size on PerlinNoise_GetOctaveNoise3D"); \ static_assert(offsetof(PerlinNoise_GetOctaveNoise3D, Pos) == 0x000000, "Member 'PerlinNoise_GetOctaveNoise3D::Pos' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetOctaveNoise3D, Params_0) == 0x00000C, "Member 'PerlinNoise_GetOctaveNoise3D::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetOctaveNoise3D, Noise) == 0x000028, "Member 'PerlinNoise_GetOctaveNoise3D::Noise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_GetOctaveNoise4D \ static_assert(alignof(PerlinNoise_GetOctaveNoise4D) == 0x000004, "Wrong alignment on PerlinNoise_GetOctaveNoise4D"); \ static_assert(sizeof(PerlinNoise_GetOctaveNoise4D) == 0x000030, "Wrong size on PerlinNoise_GetOctaveNoise4D"); \ static_assert(offsetof(PerlinNoise_GetOctaveNoise4D, Pos) == 0x000000, "Member 'PerlinNoise_GetOctaveNoise4D::Pos' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetOctaveNoise4D, Time) == 0x00000C, "Member 'PerlinNoise_GetOctaveNoise4D::Time' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetOctaveNoise4D, Params_0) == 0x000010, "Member 'PerlinNoise_GetOctaveNoise4D::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_GetOctaveNoise4D, Noise) == 0x00002C, "Member 'PerlinNoise_GetOctaveNoise4D::Noise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_MakeNoiseCurve \ static_assert(alignof(PerlinNoise_MakeNoiseCurve) == 0x000008, "Wrong alignment on PerlinNoise_MakeNoiseCurve"); \ static_assert(sizeof(PerlinNoise_MakeNoiseCurve) == 0x000030, "Wrong size on PerlinNoise_MakeNoiseCurve"); \ static_assert(offsetof(PerlinNoise_MakeNoiseCurve, Owner) == 0x000000, "Member 'PerlinNoise_MakeNoiseCurve::Owner' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseCurve, Duration) == 0x000008, "Member 'PerlinNoise_MakeNoiseCurve::Duration' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseCurve, Params_0) == 0x00000C, "Member 'PerlinNoise_MakeNoiseCurve::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseCurve, SampleRate) == 0x00001C, "Member 'PerlinNoise_MakeNoiseCurve::SampleRate' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseCurve, ErrorThreshold) == 0x000020, "Member 'PerlinNoise_MakeNoiseCurve::ErrorThreshold' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseCurve, ReturnValue) == 0x000028, "Member 'PerlinNoise_MakeNoiseCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_MakeNoiseNormalizedCurve \ static_assert(alignof(PerlinNoise_MakeNoiseNormalizedCurve) == 0x000008, "Wrong alignment on PerlinNoise_MakeNoiseNormalizedCurve"); \ static_assert(sizeof(PerlinNoise_MakeNoiseNormalizedCurve) == 0x000030, "Wrong size on PerlinNoise_MakeNoiseNormalizedCurve"); \ static_assert(offsetof(PerlinNoise_MakeNoiseNormalizedCurve, Owner) == 0x000000, "Member 'PerlinNoise_MakeNoiseNormalizedCurve::Owner' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseNormalizedCurve, Duration) == 0x000008, "Member 'PerlinNoise_MakeNoiseNormalizedCurve::Duration' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseNormalizedCurve, Params_0) == 0x00000C, "Member 'PerlinNoise_MakeNoiseNormalizedCurve::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseNormalizedCurve, SampleRate) == 0x00001C, "Member 'PerlinNoise_MakeNoiseNormalizedCurve::SampleRate' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseNormalizedCurve, ErrorThreshold) == 0x000020, "Member 'PerlinNoise_MakeNoiseNormalizedCurve::ErrorThreshold' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseNormalizedCurve, ReturnValue) == 0x000028, "Member 'PerlinNoise_MakeNoiseNormalizedCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_MakeNoiseNormalTex \ static_assert(alignof(PerlinNoise_MakeNoiseNormalTex) == 0x000008, "Wrong alignment on PerlinNoise_MakeNoiseNormalTex"); \ static_assert(sizeof(PerlinNoise_MakeNoiseNormalTex) == 0x000038, "Wrong size on PerlinNoise_MakeNoiseNormalTex"); \ static_assert(offsetof(PerlinNoise_MakeNoiseNormalTex, Owner) == 0x000000, "Member 'PerlinNoise_MakeNoiseNormalTex::Owner' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseNormalTex, Params_0) == 0x000008, "Member 'PerlinNoise_MakeNoiseNormalTex::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseNormalTex, Width) == 0x00001C, "Member 'PerlinNoise_MakeNoiseNormalTex::Width' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseNormalTex, Height) == 0x000020, "Member 'PerlinNoise_MakeNoiseNormalTex::Height' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseNormalTex, Strength) == 0x000024, "Member 'PerlinNoise_MakeNoiseNormalTex::Strength' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseNormalTex, Curl) == 0x000028, "Member 'PerlinNoise_MakeNoiseNormalTex::Curl' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseNormalTex, SuperSample) == 0x00002C, "Member 'PerlinNoise_MakeNoiseNormalTex::SuperSample' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseNormalTex, ReturnValue) == 0x000030, "Member 'PerlinNoise_MakeNoiseNormalTex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_MakeNoiseTex \ static_assert(alignof(PerlinNoise_MakeNoiseTex) == 0x000008, "Wrong alignment on PerlinNoise_MakeNoiseTex"); \ static_assert(sizeof(PerlinNoise_MakeNoiseTex) == 0x000040, "Wrong size on PerlinNoise_MakeNoiseTex"); \ static_assert(offsetof(PerlinNoise_MakeNoiseTex, Owner) == 0x000000, "Member 'PerlinNoise_MakeNoiseTex::Owner' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseTex, Params_0) == 0x000008, "Member 'PerlinNoise_MakeNoiseTex::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseTex, Width) == 0x00001C, "Member 'PerlinNoise_MakeNoiseTex::Width' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseTex, Height) == 0x000020, "Member 'PerlinNoise_MakeNoiseTex::Height' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseTex, SuperSample) == 0x000024, "Member 'PerlinNoise_MakeNoiseTex::SuperSample' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseTex, Palette) == 0x000028, "Member 'PerlinNoise_MakeNoiseTex::Palette' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseTex, WantMask) == 0x000030, "Member 'PerlinNoise_MakeNoiseTex::WantMask' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeNoiseTex, ReturnValue) == 0x000038, "Member 'PerlinNoise_MakeNoiseTex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_MakeOctaveNoiseCurve \ static_assert(alignof(PerlinNoise_MakeOctaveNoiseCurve) == 0x000008, "Wrong alignment on PerlinNoise_MakeOctaveNoiseCurve"); \ static_assert(sizeof(PerlinNoise_MakeOctaveNoiseCurve) == 0x000038, "Wrong size on PerlinNoise_MakeOctaveNoiseCurve"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseCurve, Owner) == 0x000000, "Member 'PerlinNoise_MakeOctaveNoiseCurve::Owner' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseCurve, Duration) == 0x000008, "Member 'PerlinNoise_MakeOctaveNoiseCurve::Duration' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseCurve, Params_0) == 0x00000C, "Member 'PerlinNoise_MakeOctaveNoiseCurve::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseCurve, SampleRate) == 0x000028, "Member 'PerlinNoise_MakeOctaveNoiseCurve::SampleRate' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseCurve, ErrorThreshold) == 0x00002C, "Member 'PerlinNoise_MakeOctaveNoiseCurve::ErrorThreshold' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseCurve, ReturnValue) == 0x000030, "Member 'PerlinNoise_MakeOctaveNoiseCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_MakeOctaveNoiseNormalTex \ static_assert(alignof(PerlinNoise_MakeOctaveNoiseNormalTex) == 0x000008, "Wrong alignment on PerlinNoise_MakeOctaveNoiseNormalTex"); \ static_assert(sizeof(PerlinNoise_MakeOctaveNoiseNormalTex) == 0x000040, "Wrong size on PerlinNoise_MakeOctaveNoiseNormalTex"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseNormalTex, Owner) == 0x000000, "Member 'PerlinNoise_MakeOctaveNoiseNormalTex::Owner' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseNormalTex, Params_0) == 0x000008, "Member 'PerlinNoise_MakeOctaveNoiseNormalTex::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseNormalTex, Width) == 0x000024, "Member 'PerlinNoise_MakeOctaveNoiseNormalTex::Width' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseNormalTex, Height) == 0x000028, "Member 'PerlinNoise_MakeOctaveNoiseNormalTex::Height' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseNormalTex, Strength) == 0x00002C, "Member 'PerlinNoise_MakeOctaveNoiseNormalTex::Strength' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseNormalTex, Curl) == 0x000030, "Member 'PerlinNoise_MakeOctaveNoiseNormalTex::Curl' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseNormalTex, SuperSample) == 0x000034, "Member 'PerlinNoise_MakeOctaveNoiseNormalTex::SuperSample' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseNormalTex, ReturnValue) == 0x000038, "Member 'PerlinNoise_MakeOctaveNoiseNormalTex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_MakeOctaveNoiseTex \ static_assert(alignof(PerlinNoise_MakeOctaveNoiseTex) == 0x000008, "Wrong alignment on PerlinNoise_MakeOctaveNoiseTex"); \ static_assert(sizeof(PerlinNoise_MakeOctaveNoiseTex) == 0x000048, "Wrong size on PerlinNoise_MakeOctaveNoiseTex"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseTex, Owner) == 0x000000, "Member 'PerlinNoise_MakeOctaveNoiseTex::Owner' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseTex, Params_0) == 0x000008, "Member 'PerlinNoise_MakeOctaveNoiseTex::Params_0' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseTex, Width) == 0x000024, "Member 'PerlinNoise_MakeOctaveNoiseTex::Width' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseTex, Height) == 0x000028, "Member 'PerlinNoise_MakeOctaveNoiseTex::Height' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseTex, SuperSample) == 0x00002C, "Member 'PerlinNoise_MakeOctaveNoiseTex::SuperSample' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseTex, Palette) == 0x000030, "Member 'PerlinNoise_MakeOctaveNoiseTex::Palette' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseTex, WantMask) == 0x000038, "Member 'PerlinNoise_MakeOctaveNoiseTex::WantMask' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_MakeOctaveNoiseTex, ReturnValue) == 0x000040, "Member 'PerlinNoise_MakeOctaveNoiseTex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_PerlinNoiseSeed \ static_assert(alignof(PerlinNoise_PerlinNoiseSeed) == 0x000004, "Wrong alignment on PerlinNoise_PerlinNoiseSeed"); \ static_assert(sizeof(PerlinNoise_PerlinNoiseSeed) == 0x000004, "Wrong size on PerlinNoise_PerlinNoiseSeed"); \ static_assert(offsetof(PerlinNoise_PerlinNoiseSeed, ReturnValue) == 0x000000, "Member 'PerlinNoise_PerlinNoiseSeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerlinNoise_SaveCurve \ static_assert(alignof(PerlinNoise_SaveCurve) == 0x000008, "Wrong alignment on PerlinNoise_SaveCurve"); \ static_assert(sizeof(PerlinNoise_SaveCurve) == 0x000028, "Wrong size on PerlinNoise_SaveCurve"); \ static_assert(offsetof(PerlinNoise_SaveCurve, Path) == 0x000000, "Member 'PerlinNoise_SaveCurve::Path' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_SaveCurve, Curve) == 0x000018, "Member 'PerlinNoise_SaveCurve::Curve' has a wrong offset!"); \ static_assert(offsetof(PerlinNoise_SaveCurve, ReturnValue) == 0x000020, "Member 'PerlinNoise_SaveCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPerlinNoise \ static_assert(alignof(UPerlinNoise) == 0x000008, "Wrong alignment on UPerlinNoise"); \ static_assert(sizeof(UPerlinNoise) == 0x000028, "Wrong size on UPerlinNoise"); \ #define DUMPER7_ASSERTS_ABP_AOE_FinisherExplode_C \ static_assert(alignof(ABP_AOE_FinisherExplode_C) == 0x000008, "Wrong alignment on ABP_AOE_FinisherExplode_C"); \ static_assert(sizeof(ABP_AOE_FinisherExplode_C) == 0x000668, "Wrong size on ABP_AOE_FinisherExplode_C"); \ static_assert(offsetof(ABP_AOE_FinisherExplode_C, DefaultSceneRoot) == 0x000660, "Member 'ABP_AOE_FinisherExplode_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleChat_C_ExecuteUbergraph_BTT_ScheduleChat \ static_assert(alignof(BTT_ScheduleChat_C_ExecuteUbergraph_BTT_ScheduleChat) == 0x000008, "Wrong alignment on BTT_ScheduleChat_C_ExecuteUbergraph_BTT_ScheduleChat"); \ static_assert(sizeof(BTT_ScheduleChat_C_ExecuteUbergraph_BTT_ScheduleChat) == 0x000018, "Wrong size on BTT_ScheduleChat_C_ExecuteUbergraph_BTT_ScheduleChat"); \ static_assert(offsetof(BTT_ScheduleChat_C_ExecuteUbergraph_BTT_ScheduleChat, EntryPoint) == 0x000000, "Member 'BTT_ScheduleChat_C_ExecuteUbergraph_BTT_ScheduleChat::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleChat_C_ExecuteUbergraph_BTT_ScheduleChat, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_ScheduleChat_C_ExecuteUbergraph_BTT_ScheduleChat::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleChat_C_ExecuteUbergraph_BTT_ScheduleChat, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_ScheduleChat_C_ExecuteUbergraph_BTT_ScheduleChat::K2Node_Event_OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleChat_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleChat_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleChat_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleChat_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleChat_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleChat_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleChat_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleChat_C_ExitTask \ static_assert(alignof(BTT_ScheduleChat_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleChat_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleChat_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleChat_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleChat_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleChat_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleChat_C \ static_assert(alignof(UBTT_ScheduleChat_C) == 0x000008, "Wrong alignment on UBTT_ScheduleChat_C"); \ static_assert(sizeof(UBTT_ScheduleChat_C) == 0x0000E8, "Wrong size on UBTT_ScheduleChat_C"); \ static_assert(offsetof(UBTT_ScheduleChat_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleChat_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleChat_C, Social_Reasoning) == 0x0000D8, "Member 'UBTT_ScheduleChat_C::Social_Reasoning' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleChat_C, EQS_Find_Stations) == 0x0000E0, "Member 'UBTT_ScheduleChat_C::EQS_Find_Stations' 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_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_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_SetMaxNumIterations \ static_assert(alignof(ClothingSimulationInteractor_SetMaxNumIterations) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_SetMaxNumIterations"); \ static_assert(sizeof(ClothingSimulationInteractor_SetMaxNumIterations) == 0x000004, "Wrong size on ClothingSimulationInteractor_SetMaxNumIterations"); \ static_assert(offsetof(ClothingSimulationInteractor_SetMaxNumIterations, MaxNumIterations) == 0x000000, "Member 'ClothingSimulationInteractor_SetMaxNumIterations::MaxNumIterations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_SetNumIterations \ static_assert(alignof(ClothingSimulationInteractor_SetNumIterations) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_SetNumIterations"); \ static_assert(sizeof(ClothingSimulationInteractor_SetNumIterations) == 0x000004, "Wrong size on ClothingSimulationInteractor_SetNumIterations"); \ static_assert(offsetof(ClothingSimulationInteractor_SetNumIterations, NumIterations) == 0x000000, "Member 'ClothingSimulationInteractor_SetNumIterations::NumIterations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_SetNumSubsteps \ static_assert(alignof(ClothingSimulationInteractor_SetNumSubsteps) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_SetNumSubsteps"); \ static_assert(sizeof(ClothingSimulationInteractor_SetNumSubsteps) == 0x000004, "Wrong size on ClothingSimulationInteractor_SetNumSubsteps"); \ static_assert(offsetof(ClothingSimulationInteractor_SetNumSubsteps, NumSubsteps) == 0x000000, "Member 'ClothingSimulationInteractor_SetNumSubsteps::NumSubsteps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetClothingInteractor \ static_assert(alignof(ClothingSimulationInteractor_GetClothingInteractor) == 0x000008, "Wrong alignment on ClothingSimulationInteractor_GetClothingInteractor"); \ static_assert(sizeof(ClothingSimulationInteractor_GetClothingInteractor) == 0x000018, "Wrong size on ClothingSimulationInteractor_GetClothingInteractor"); \ static_assert(offsetof(ClothingSimulationInteractor_GetClothingInteractor, ClothingAssetName) == 0x000000, "Member 'ClothingSimulationInteractor_GetClothingInteractor::ClothingAssetName' has a wrong offset!"); \ static_assert(offsetof(ClothingSimulationInteractor_GetClothingInteractor, ReturnValue) == 0x000010, "Member 'ClothingSimulationInteractor_GetClothingInteractor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumCloths \ static_assert(alignof(ClothingSimulationInteractor_GetNumCloths) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumCloths"); \ static_assert(sizeof(ClothingSimulationInteractor_GetNumCloths) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumCloths"); \ static_assert(offsetof(ClothingSimulationInteractor_GetNumCloths, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumCloths::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumDynamicParticles \ static_assert(alignof(ClothingSimulationInteractor_GetNumDynamicParticles) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumDynamicParticles"); \ static_assert(sizeof(ClothingSimulationInteractor_GetNumDynamicParticles) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumDynamicParticles"); \ static_assert(offsetof(ClothingSimulationInteractor_GetNumDynamicParticles, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumDynamicParticles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumIterations \ static_assert(alignof(ClothingSimulationInteractor_GetNumIterations) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumIterations"); \ static_assert(sizeof(ClothingSimulationInteractor_GetNumIterations) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumIterations"); \ static_assert(offsetof(ClothingSimulationInteractor_GetNumIterations, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumIterations::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumKinematicParticles \ static_assert(alignof(ClothingSimulationInteractor_GetNumKinematicParticles) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumKinematicParticles"); \ static_assert(sizeof(ClothingSimulationInteractor_GetNumKinematicParticles) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumKinematicParticles"); \ static_assert(offsetof(ClothingSimulationInteractor_GetNumKinematicParticles, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumKinematicParticles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetNumSubsteps \ static_assert(alignof(ClothingSimulationInteractor_GetNumSubsteps) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetNumSubsteps"); \ static_assert(sizeof(ClothingSimulationInteractor_GetNumSubsteps) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetNumSubsteps"); \ static_assert(offsetof(ClothingSimulationInteractor_GetNumSubsteps, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetNumSubsteps::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothingSimulationInteractor_GetSimulationTime \ static_assert(alignof(ClothingSimulationInteractor_GetSimulationTime) == 0x000004, "Wrong alignment on ClothingSimulationInteractor_GetSimulationTime"); \ static_assert(sizeof(ClothingSimulationInteractor_GetSimulationTime) == 0x000004, "Wrong size on ClothingSimulationInteractor_GetSimulationTime"); \ static_assert(offsetof(ClothingSimulationInteractor_GetSimulationTime, ReturnValue) == 0x000000, "Member 'ClothingSimulationInteractor_GetSimulationTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UClothingSimulationInteractor \ static_assert(alignof(UClothingSimulationInteractor) == 0x000008, "Wrong alignment on UClothingSimulationInteractor"); \ static_assert(sizeof(UClothingSimulationInteractor) == 0x000090, "Wrong size on UClothingSimulationInteractor"); \ static_assert(offsetof(UClothingSimulationInteractor, ClothingInteractors) == 0x000028, "Member 'UClothingSimulationInteractor::ClothingInteractors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UI_BP_BroomBoostMeter_C_ExecuteUbergraph_UI_BP_BroomBoostMeter \ static_assert(alignof(UI_BP_BroomBoostMeter_C_ExecuteUbergraph_UI_BP_BroomBoostMeter) == 0x000008, "Wrong alignment on UI_BP_BroomBoostMeter_C_ExecuteUbergraph_UI_BP_BroomBoostMeter"); \ static_assert(sizeof(UI_BP_BroomBoostMeter_C_ExecuteUbergraph_UI_BP_BroomBoostMeter) == 0x000018, "Wrong size on UI_BP_BroomBoostMeter_C_ExecuteUbergraph_UI_BP_BroomBoostMeter"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_ExecuteUbergraph_UI_BP_BroomBoostMeter, EntryPoint) == 0x000000, "Member 'UI_BP_BroomBoostMeter_C_ExecuteUbergraph_UI_BP_BroomBoostMeter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_ExecuteUbergraph_UI_BP_BroomBoostMeter, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_BroomBoostMeter_C_ExecuteUbergraph_UI_BP_BroomBoostMeter::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_ExecuteUbergraph_UI_BP_BroomBoostMeter, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'UI_BP_BroomBoostMeter_C_ExecuteUbergraph_UI_BP_BroomBoostMeter::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_ExecuteUbergraph_UI_BP_BroomBoostMeter, CallFunc_GetNumUpgrades_Upgrades) == 0x000010, "Member 'UI_BP_BroomBoostMeter_C_ExecuteUbergraph_UI_BP_BroomBoostMeter::CallFunc_GetNumUpgrades_Upgrades' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_ExecuteUbergraph_UI_BP_BroomBoostMeter, CallFunc_GetNumUpgrades_Upgrades_1) == 0x000014, "Member 'UI_BP_BroomBoostMeter_C_ExecuteUbergraph_UI_BP_BroomBoostMeter::CallFunc_GetNumUpgrades_Upgrades_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomBoostMeter_C_PreConstruct \ static_assert(alignof(UI_BP_BroomBoostMeter_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_BroomBoostMeter_C_PreConstruct"); \ static_assert(sizeof(UI_BP_BroomBoostMeter_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_BroomBoostMeter_C_PreConstruct"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_BroomBoostMeter_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomBoostMeter_C_GetNumUpgrades \ static_assert(alignof(UI_BP_BroomBoostMeter_C_GetNumUpgrades) == 0x000004, "Wrong alignment on UI_BP_BroomBoostMeter_C_GetNumUpgrades"); \ static_assert(sizeof(UI_BP_BroomBoostMeter_C_GetNumUpgrades) == 0x000028, "Wrong size on UI_BP_BroomBoostMeter_C_GetNumUpgrades"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_GetNumUpgrades, Upgrades) == 0x000000, "Member 'UI_BP_BroomBoostMeter_C_GetNumUpgrades::Upgrades' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_GetNumUpgrades, CallFunc_GetLockName_ReturnValue) == 0x000004, "Member 'UI_BP_BroomBoostMeter_C_GetNumUpgrades::CallFunc_GetLockName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_GetNumUpgrades, CallFunc_IsUnlocked_ReturnValue) == 0x00000C, "Member 'UI_BP_BroomBoostMeter_C_GetNumUpgrades::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_GetNumUpgrades, CallFunc_GetLockName_ReturnValue_1) == 0x000010, "Member 'UI_BP_BroomBoostMeter_C_GetNumUpgrades::CallFunc_GetLockName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_GetNumUpgrades, CallFunc_IsUnlocked_ReturnValue_1) == 0x000018, "Member 'UI_BP_BroomBoostMeter_C_GetNumUpgrades::CallFunc_IsUnlocked_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_GetNumUpgrades, CallFunc_GetLockName_ReturnValue_2) == 0x00001C, "Member 'UI_BP_BroomBoostMeter_C_GetNumUpgrades::CallFunc_GetLockName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_GetNumUpgrades, CallFunc_IsUnlocked_ReturnValue_2) == 0x000024, "Member 'UI_BP_BroomBoostMeter_C_GetNumUpgrades::CallFunc_IsUnlocked_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomBoostMeter_C_SetVisibleSegments \ static_assert(alignof(UI_BP_BroomBoostMeter_C_SetVisibleSegments) == 0x000008, "Wrong alignment on UI_BP_BroomBoostMeter_C_SetVisibleSegments"); \ static_assert(sizeof(UI_BP_BroomBoostMeter_C_SetVisibleSegments) == 0x000038, "Wrong size on UI_BP_BroomBoostMeter_C_SetVisibleSegments"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_SetVisibleSegments, Upgrades) == 0x000000, "Member 'UI_BP_BroomBoostMeter_C_SetVisibleSegments::Upgrades' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_SetVisibleSegments, Temp_byte_Variable) == 0x000004, "Member 'UI_BP_BroomBoostMeter_C_SetVisibleSegments::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_SetVisibleSegments, Temp_byte_Variable_1) == 0x000005, "Member 'UI_BP_BroomBoostMeter_C_SetVisibleSegments::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_SetVisibleSegments, Temp_int_Array_Index_Variable) == 0x000008, "Member 'UI_BP_BroomBoostMeter_C_SetVisibleSegments::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_SetVisibleSegments, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'UI_BP_BroomBoostMeter_C_SetVisibleSegments::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_SetVisibleSegments, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_BroomBoostMeter_C_SetVisibleSegments::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_SetVisibleSegments, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_BroomBoostMeter_C_SetVisibleSegments::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_SetVisibleSegments, Temp_bool_Variable) == 0x000018, "Member 'UI_BP_BroomBoostMeter_C_SetVisibleSegments::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_SetVisibleSegments, CallFunc_Array_Get_Item) == 0x000020, "Member 'UI_BP_BroomBoostMeter_C_SetVisibleSegments::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_SetVisibleSegments, K2Node_Select_Default) == 0x000028, "Member 'UI_BP_BroomBoostMeter_C_SetVisibleSegments::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_SetVisibleSegments, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'UI_BP_BroomBoostMeter_C_SetVisibleSegments::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_SetVisibleSegments, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'UI_BP_BroomBoostMeter_C_SetVisibleSegments::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomBoostMeter_C_UpdateMeter \ static_assert(alignof(UI_BP_BroomBoostMeter_C_UpdateMeter) == 0x000008, "Wrong alignment on UI_BP_BroomBoostMeter_C_UpdateMeter"); \ static_assert(sizeof(UI_BP_BroomBoostMeter_C_UpdateMeter) == 0x000028, "Wrong size on UI_BP_BroomBoostMeter_C_UpdateMeter"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_UpdateMeter, BoostPercent) == 0x000000, "Member 'UI_BP_BroomBoostMeter_C_UpdateMeter::BoostPercent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_UpdateMeter, IsInTurbo) == 0x000004, "Member 'UI_BP_BroomBoostMeter_C_UpdateMeter::IsInTurbo' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_UpdateMeter, NumMeters) == 0x000008, "Member 'UI_BP_BroomBoostMeter_C_UpdateMeter::NumMeters' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_UpdateMeter, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'UI_BP_BroomBoostMeter_C_UpdateMeter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_UpdateMeter, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000010, "Member 'UI_BP_BroomBoostMeter_C_UpdateMeter::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_UpdateMeter, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000018, "Member 'UI_BP_BroomBoostMeter_C_UpdateMeter::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_UpdateMeter, CallFunc_GetNumUpgrades_Upgrades) == 0x000020, "Member 'UI_BP_BroomBoostMeter_C_UpdateMeter::CallFunc_GetNumUpgrades_Upgrades' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_UpdateMeter, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'UI_BP_BroomBoostMeter_C_UpdateMeter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomBoostMeter_C_ToggleCloseToGroundEffect \ static_assert(alignof(UI_BP_BroomBoostMeter_C_ToggleCloseToGroundEffect) == 0x000008, "Wrong alignment on UI_BP_BroomBoostMeter_C_ToggleCloseToGroundEffect"); \ static_assert(sizeof(UI_BP_BroomBoostMeter_C_ToggleCloseToGroundEffect) == 0x000018, "Wrong size on UI_BP_BroomBoostMeter_C_ToggleCloseToGroundEffect"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_ToggleCloseToGroundEffect, ShouldShow) == 0x000000, "Member 'UI_BP_BroomBoostMeter_C_ToggleCloseToGroundEffect::ShouldShow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_ToggleCloseToGroundEffect, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_BroomBoostMeter_C_ToggleCloseToGroundEffect::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_ToggleCloseToGroundEffect, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_BroomBoostMeter_C_ToggleCloseToGroundEffect::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomBoostMeter_C_ToggleBoostingEffect \ static_assert(alignof(UI_BP_BroomBoostMeter_C_ToggleBoostingEffect) == 0x000001, "Wrong alignment on UI_BP_BroomBoostMeter_C_ToggleBoostingEffect"); \ static_assert(sizeof(UI_BP_BroomBoostMeter_C_ToggleBoostingEffect) == 0x000001, "Wrong size on UI_BP_BroomBoostMeter_C_ToggleBoostingEffect"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_ToggleBoostingEffect, ShouldShow) == 0x000000, "Member 'UI_BP_BroomBoostMeter_C_ToggleBoostingEffect::ShouldShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomBoostMeter_C_BoostInputChanged \ static_assert(alignof(UI_BP_BroomBoostMeter_C_BoostInputChanged) == 0x000001, "Wrong alignment on UI_BP_BroomBoostMeter_C_BoostInputChanged"); \ static_assert(sizeof(UI_BP_BroomBoostMeter_C_BoostInputChanged) == 0x000003, "Wrong size on UI_BP_BroomBoostMeter_C_BoostInputChanged"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_BoostInputChanged, BoostHeld_0) == 0x000000, "Member 'UI_BP_BroomBoostMeter_C_BoostInputChanged::BoostHeld_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_BoostInputChanged, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'UI_BP_BroomBoostMeter_C_BoostInputChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostMeter_C_BoostInputChanged, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'UI_BP_BroomBoostMeter_C_BoostInputChanged::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_BroomBoostMeter_C \ static_assert(alignof(UUI_BP_BroomBoostMeter_C) == 0x000008, "Wrong alignment on UUI_BP_BroomBoostMeter_C"); \ static_assert(sizeof(UUI_BP_BroomBoostMeter_C) == 0x0002F8, "Wrong size on UUI_BP_BroomBoostMeter_C"); \ static_assert(offsetof(UUI_BP_BroomBoostMeter_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_BroomBoostMeter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostMeter_C, CloseToGroundOn) == 0x000270, "Member 'UUI_BP_BroomBoostMeter_C::CloseToGroundOn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostMeter_C, BoostOn) == 0x000278, "Member 'UUI_BP_BroomBoostMeter_C::BoostOn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostMeter_C, ComboFlamesFade) == 0x000280, "Member 'UUI_BP_BroomBoostMeter_C::ComboFlamesFade' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostMeter_C, BroomRaceIcon) == 0x000288, "Member 'UUI_BP_BroomBoostMeter_C::BroomRaceIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostMeter_C, section1) == 0x000290, "Member 'UUI_BP_BroomBoostMeter_C::section1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostMeter_C, selectedFlameRight) == 0x000298, "Member 'UUI_BP_BroomBoostMeter_C::selectedFlameRight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostMeter_C, selectedFlameTop) == 0x0002A0, "Member 'UUI_BP_BroomBoostMeter_C::selectedFlameTop' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostMeter_C, TurboMeter) == 0x0002A8, "Member 'UUI_BP_BroomBoostMeter_C::TurboMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostMeter_C, MeterSegments) == 0x0002B0, "Member 'UUI_BP_BroomBoostMeter_C::MeterSegments' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostMeter_C, MeterIcon) == 0x0002C0, "Member 'UUI_BP_BroomBoostMeter_C::MeterIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostMeter_C, MeterIconSize) == 0x0002C8, "Member 'UUI_BP_BroomBoostMeter_C::MeterIconSize' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostMeter_C, CloseToGroundState) == 0x0002D0, "Member 'UUI_BP_BroomBoostMeter_C::CloseToGroundState' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostMeter_C, BoostHeld) == 0x0002D1, "Member 'UUI_BP_BroomBoostMeter_C::BoostHeld' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostMeter_C, TurboState) == 0x0002D2, "Member 'UUI_BP_BroomBoostMeter_C::TurboState' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostMeter_C, TurboColor) == 0x0002D4, "Member 'UUI_BP_BroomBoostMeter_C::TurboColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostMeter_C, BoostColor) == 0x0002E4, "Member 'UUI_BP_BroomBoostMeter_C::BoostColor' 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_FClothFabricCookedData \ static_assert(alignof(FClothFabricCookedData) == 0x000008, "Wrong alignment on FClothFabricCookedData"); \ static_assert(sizeof(FClothFabricCookedData) == 0x000098, "Wrong size on FClothFabricCookedData"); \ static_assert(offsetof(FClothFabricCookedData, NumParticles) == 0x000000, "Member 'FClothFabricCookedData::NumParticles' has a wrong offset!"); \ static_assert(offsetof(FClothFabricCookedData, PhaseIndices) == 0x000008, "Member 'FClothFabricCookedData::PhaseIndices' has a wrong offset!"); \ static_assert(offsetof(FClothFabricCookedData, PhaseTypes) == 0x000018, "Member 'FClothFabricCookedData::PhaseTypes' has a wrong offset!"); \ static_assert(offsetof(FClothFabricCookedData, Sets) == 0x000028, "Member 'FClothFabricCookedData::Sets' has a wrong offset!"); \ static_assert(offsetof(FClothFabricCookedData, Restvalues) == 0x000038, "Member 'FClothFabricCookedData::Restvalues' has a wrong offset!"); \ static_assert(offsetof(FClothFabricCookedData, StiffnessValues) == 0x000048, "Member 'FClothFabricCookedData::StiffnessValues' has a wrong offset!"); \ static_assert(offsetof(FClothFabricCookedData, Indices) == 0x000058, "Member 'FClothFabricCookedData::Indices' has a wrong offset!"); \ static_assert(offsetof(FClothFabricCookedData, Anchors) == 0x000068, "Member 'FClothFabricCookedData::Anchors' has a wrong offset!"); \ static_assert(offsetof(FClothFabricCookedData, TetherLengths) == 0x000078, "Member 'FClothFabricCookedData::TetherLengths' has a wrong offset!"); \ static_assert(offsetof(FClothFabricCookedData, Triangles) == 0x000088, "Member 'FClothFabricCookedData::Triangles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothAssetLODCookedData \ static_assert(alignof(FClothAssetLODCookedData) == 0x000008, "Wrong alignment on FClothAssetLODCookedData"); \ static_assert(sizeof(FClothAssetLODCookedData) == 0x0000C8, "Wrong size on FClothAssetLODCookedData"); \ static_assert(offsetof(FClothAssetLODCookedData, Px_RestPositions) == 0x000000, "Member 'FClothAssetLODCookedData::Px_RestPositions' has a wrong offset!"); \ static_assert(offsetof(FClothAssetLODCookedData, FabricData) == 0x000010, "Member 'FClothAssetLODCookedData::FabricData' has a wrong offset!"); \ static_assert(offsetof(FClothAssetLODCookedData, SkinnedVerts) == 0x0000A8, "Member 'FClothAssetLODCookedData::SkinnedVerts' has a wrong offset!"); \ static_assert(offsetof(FClothAssetLODCookedData, SkinnedNormals) == 0x0000B8, "Member 'FClothAssetLODCookedData::SkinnedNormals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothingAssetNvCookedData \ static_assert(alignof(FClothingAssetNvCookedData) == 0x000008, "Wrong alignment on FClothingAssetNvCookedData"); \ static_assert(sizeof(FClothingAssetNvCookedData) == 0x000010, "Wrong size on FClothingAssetNvCookedData"); \ static_assert(offsetof(FClothingAssetNvCookedData, LODsCookedData) == 0x000000, "Member 'FClothingAssetNvCookedData::LODsCookedData' 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_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_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_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_UABL_NPC_RCT_Land_Stagger_LrgChar_E_C \ static_assert(alignof(UABL_NPC_RCT_Land_Stagger_LrgChar_E_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_Land_Stagger_LrgChar_E_C"); \ static_assert(sizeof(UABL_NPC_RCT_Land_Stagger_LrgChar_E_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_Land_Stagger_LrgChar_E_C"); \ #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, MaxWindSpeed) == 0x00009C, "Member 'UChaosClothConfig::MaxWindSpeed' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, AnimDriveStiffness) == 0x0000A0, "Member 'UChaosClothConfig::AnimDriveStiffness' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, AnimDriveDamping) == 0x0000A8, "Member 'UChaosClothConfig::AnimDriveDamping' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, LinearVelocityScale) == 0x0000B0, "Member 'UChaosClothConfig::LinearVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, AngularVelocityScale) == 0x0000BC, "Member 'UChaosClothConfig::AngularVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, FictitiousAngularScale) == 0x0000C0, "Member 'UChaosClothConfig::FictitiousAngularScale' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, bUseTetrahedralConstraints) == 0x0000C4, "Member 'UChaosClothConfig::bUseTetrahedralConstraints' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, bUseThinShellVolumeConstraints) == 0x0000C5, "Member 'UChaosClothConfig::bUseThinShellVolumeConstraints' has a wrong offset!"); \ static_assert(offsetof(UChaosClothConfig, bUseContinuousCollisionDetection) == 0x0000C6, "Member 'UChaosClothConfig::bUseContinuousCollisionDetection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChaosClothSharedSimConfig \ static_assert(alignof(UChaosClothSharedSimConfig) == 0x000008, "Wrong alignment on UChaosClothSharedSimConfig"); \ static_assert(sizeof(UChaosClothSharedSimConfig) == 0x000038, "Wrong size on UChaosClothSharedSimConfig"); \ static_assert(offsetof(UChaosClothSharedSimConfig, IterationCount) == 0x000028, "Member 'UChaosClothSharedSimConfig::IterationCount' has a wrong offset!"); \ static_assert(offsetof(UChaosClothSharedSimConfig, MaxIterationCount) == 0x00002C, "Member 'UChaosClothSharedSimConfig::MaxIterationCount' has a wrong offset!"); \ static_assert(offsetof(UChaosClothSharedSimConfig, SubdivisionCount) == 0x000030, "Member 'UChaosClothSharedSimConfig::SubdivisionCount' has a wrong offset!"); \ static_assert(offsetof(UChaosClothSharedSimConfig, bUseLocalSpaceSimulation) == 0x000034, "Member 'UChaosClothSharedSimConfig::bUseLocalSpaceSimulation' has a wrong offset!"); \ static_assert(offsetof(UChaosClothSharedSimConfig, bUseXPBDConstraints) == 0x000035, "Member 'UChaosClothSharedSimConfig::bUseXPBDConstraints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChaosClothingSimulationFactory \ static_assert(alignof(UChaosClothingSimulationFactory) == 0x000008, "Wrong alignment on UChaosClothingSimulationFactory"); \ static_assert(sizeof(UChaosClothingSimulationFactory) == 0x000028, "Wrong size on UChaosClothingSimulationFactory"); \ #define DUMPER7_ASSERTS_ChaosClothingInteractor_ResetAndTeleport \ static_assert(alignof(ChaosClothingInteractor_ResetAndTeleport) == 0x000001, "Wrong alignment on ChaosClothingInteractor_ResetAndTeleport"); \ static_assert(sizeof(ChaosClothingInteractor_ResetAndTeleport) == 0x000002, "Wrong size on ChaosClothingInteractor_ResetAndTeleport"); \ static_assert(offsetof(ChaosClothingInteractor_ResetAndTeleport, bReset) == 0x000000, "Member 'ChaosClothingInteractor_ResetAndTeleport::bReset' has a wrong offset!"); \ static_assert(offsetof(ChaosClothingInteractor_ResetAndTeleport, bTeleport) == 0x000001, "Member 'ChaosClothingInteractor_ResetAndTeleport::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosClothingInteractor_SetAerodynamics \ static_assert(alignof(ChaosClothingInteractor_SetAerodynamics) == 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_ChaosClothingInteractor_SetWindVelocityScale \ static_assert(alignof(ChaosClothingInteractor_SetWindVelocityScale) == 0x000004, "Wrong alignment on ChaosClothingInteractor_SetWindVelocityScale"); \ static_assert(sizeof(ChaosClothingInteractor_SetWindVelocityScale) == 0x000004, "Wrong size on ChaosClothingInteractor_SetWindVelocityScale"); \ static_assert(offsetof(ChaosClothingInteractor_SetWindVelocityScale, WindVelocityScale) == 0x000000, "Member 'ChaosClothingInteractor_SetWindVelocityScale::WindVelocityScale' 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_Intro_Tech_C_TeleportPlayer \ static_assert(alignof(Intro_Tech_C_TeleportPlayer) == 0x000008, "Wrong alignment on Intro_Tech_C_TeleportPlayer"); \ static_assert(sizeof(Intro_Tech_C_TeleportPlayer) == 0x000028, "Wrong size on Intro_Tech_C_TeleportPlayer"); \ static_assert(offsetof(Intro_Tech_C_TeleportPlayer, To) == 0x000000, "Member 'Intro_Tech_C_TeleportPlayer::To' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_TeleportPlayer, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000008, "Member 'Intro_Tech_C_TeleportPlayer::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_TeleportPlayer, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'Intro_Tech_C_TeleportPlayer::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_TeleportPlayer, CallFunc_K2_TeleportTo_ReturnValue) == 0x000020, "Member 'Intro_Tech_C_TeleportPlayer::CallFunc_K2_TeleportTo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_SetRevelioEnabled \ static_assert(alignof(Intro_Tech_C_SetRevelioEnabled) == 0x000008, "Wrong alignment on Intro_Tech_C_SetRevelioEnabled"); \ static_assert(sizeof(Intro_Tech_C_SetRevelioEnabled) == 0x000008, "Wrong size on Intro_Tech_C_SetRevelioEnabled"); \ static_assert(offsetof(Intro_Tech_C_SetRevelioEnabled, CallFunc_GetGameLogicObject_ReturnValue) == 0x000000, "Member 'Intro_Tech_C_SetRevelioEnabled::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_SetProtegoEnabled \ static_assert(alignof(Intro_Tech_C_SetProtegoEnabled) == 0x000008, "Wrong alignment on Intro_Tech_C_SetProtegoEnabled"); \ static_assert(sizeof(Intro_Tech_C_SetProtegoEnabled) == 0x000008, "Wrong size on Intro_Tech_C_SetProtegoEnabled"); \ static_assert(offsetof(Intro_Tech_C_SetProtegoEnabled, CallFunc_GetGameLogicObject_ReturnValue) == 0x000000, "Member 'Intro_Tech_C_SetProtegoEnabled::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_SetAutoTargetEnabled \ static_assert(alignof(Intro_Tech_C_SetAutoTargetEnabled) == 0x000008, "Wrong alignment on Intro_Tech_C_SetAutoTargetEnabled"); \ static_assert(sizeof(Intro_Tech_C_SetAutoTargetEnabled) == 0x000008, "Wrong size on Intro_Tech_C_SetAutoTargetEnabled"); \ static_assert(offsetof(Intro_Tech_C_SetAutoTargetEnabled, CallFunc_GetGameLogicObject_ReturnValue) == 0x000000, "Member 'Intro_Tech_C_SetAutoTargetEnabled::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_SetPlayerNoJumpNoDodge \ static_assert(alignof(Intro_Tech_C_SetPlayerNoJumpNoDodge) == 0x000008, "Wrong alignment on Intro_Tech_C_SetPlayerNoJumpNoDodge"); \ static_assert(sizeof(Intro_Tech_C_SetPlayerNoJumpNoDodge) == 0x000008, "Wrong size on Intro_Tech_C_SetPlayerNoJumpNoDodge"); \ static_assert(offsetof(Intro_Tech_C_SetPlayerNoJumpNoDodge, CallFunc_GetGameLogicObject_ReturnValue) == 0x000000, "Member 'Intro_Tech_C_SetPlayerNoJumpNoDodge::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_SetPlayerJumpDodge \ static_assert(alignof(Intro_Tech_C_SetPlayerJumpDodge) == 0x000008, "Wrong alignment on Intro_Tech_C_SetPlayerJumpDodge"); \ static_assert(sizeof(Intro_Tech_C_SetPlayerJumpDodge) == 0x000008, "Wrong size on Intro_Tech_C_SetPlayerJumpDodge"); \ static_assert(offsetof(Intro_Tech_C_SetPlayerJumpDodge, CallFunc_GetGameLogicObject_ReturnValue) == 0x000000, "Member 'Intro_Tech_C_SetPlayerJumpDodge::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_SetPlayerSpeedWalkJogMod \ static_assert(alignof(Intro_Tech_C_SetPlayerSpeedWalkJogMod) == 0x000008, "Wrong alignment on Intro_Tech_C_SetPlayerSpeedWalkJogMod"); \ static_assert(sizeof(Intro_Tech_C_SetPlayerSpeedWalkJogMod) == 0x000018, "Wrong size on Intro_Tech_C_SetPlayerSpeedWalkJogMod"); \ static_assert(offsetof(Intro_Tech_C_SetPlayerSpeedWalkJogMod, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000000, "Member 'Intro_Tech_C_SetPlayerSpeedWalkJogMod::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_SetPlayerSpeedWalkJogMod, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Intro_Tech_C_SetPlayerSpeedWalkJogMod::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_SetPlayerSpeedWalkOnly \ static_assert(alignof(Intro_Tech_C_SetPlayerSpeedWalkOnly) == 0x000008, "Wrong alignment on Intro_Tech_C_SetPlayerSpeedWalkOnly"); \ static_assert(sizeof(Intro_Tech_C_SetPlayerSpeedWalkOnly) == 0x000018, "Wrong size on Intro_Tech_C_SetPlayerSpeedWalkOnly"); \ static_assert(offsetof(Intro_Tech_C_SetPlayerSpeedWalkOnly, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000000, "Member 'Intro_Tech_C_SetPlayerSpeedWalkOnly::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_SetPlayerSpeedWalkOnly, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Intro_Tech_C_SetPlayerSpeedWalkOnly::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_SetPlayerSpeedDefault \ static_assert(alignof(Intro_Tech_C_SetPlayerSpeedDefault) == 0x000008, "Wrong alignment on Intro_Tech_C_SetPlayerSpeedDefault"); \ static_assert(sizeof(Intro_Tech_C_SetPlayerSpeedDefault) == 0x000018, "Wrong size on Intro_Tech_C_SetPlayerSpeedDefault"); \ static_assert(offsetof(Intro_Tech_C_SetPlayerSpeedDefault, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000000, "Member 'Intro_Tech_C_SetPlayerSpeedDefault::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_SetPlayerSpeedDefault, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'Intro_Tech_C_SetPlayerSpeedDefault::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_Arena2LightsOFF \ static_assert(alignof(Intro_Tech_C_Arena2LightsOFF) == 0x000008, "Wrong alignment on Intro_Tech_C_Arena2LightsOFF"); \ static_assert(sizeof(Intro_Tech_C_Arena2LightsOFF) == 0x000020, "Wrong size on Intro_Tech_C_Arena2LightsOFF"); \ static_assert(offsetof(Intro_Tech_C_Arena2LightsOFF, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Tech_C_Arena2LightsOFF::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena2LightsOFF, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Tech_C_Arena2LightsOFF::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena2LightsOFF, CallFunc_Array_Get_Item) == 0x000008, "Member 'Intro_Tech_C_Arena2LightsOFF::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena2LightsOFF, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'Intro_Tech_C_Arena2LightsOFF::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena2LightsOFF, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'Intro_Tech_C_Arena2LightsOFF::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena2LightsOFF, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'Intro_Tech_C_Arena2LightsOFF::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_Arena2LightsON \ static_assert(alignof(Intro_Tech_C_Arena2LightsON) == 0x000008, "Wrong alignment on Intro_Tech_C_Arena2LightsON"); \ static_assert(sizeof(Intro_Tech_C_Arena2LightsON) == 0x000020, "Wrong size on Intro_Tech_C_Arena2LightsON"); \ static_assert(offsetof(Intro_Tech_C_Arena2LightsON, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Tech_C_Arena2LightsON::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena2LightsON, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Tech_C_Arena2LightsON::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena2LightsON, CallFunc_Array_Get_Item) == 0x000008, "Member 'Intro_Tech_C_Arena2LightsON::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena2LightsON, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'Intro_Tech_C_Arena2LightsON::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena2LightsON, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'Intro_Tech_C_Arena2LightsON::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena2LightsON, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'Intro_Tech_C_Arena2LightsON::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_Arena1LightsOFF \ static_assert(alignof(Intro_Tech_C_Arena1LightsOFF) == 0x000008, "Wrong alignment on Intro_Tech_C_Arena1LightsOFF"); \ static_assert(sizeof(Intro_Tech_C_Arena1LightsOFF) == 0x000020, "Wrong size on Intro_Tech_C_Arena1LightsOFF"); \ static_assert(offsetof(Intro_Tech_C_Arena1LightsOFF, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Tech_C_Arena1LightsOFF::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena1LightsOFF, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Tech_C_Arena1LightsOFF::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena1LightsOFF, CallFunc_Array_Get_Item) == 0x000008, "Member 'Intro_Tech_C_Arena1LightsOFF::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena1LightsOFF, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'Intro_Tech_C_Arena1LightsOFF::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena1LightsOFF, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'Intro_Tech_C_Arena1LightsOFF::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena1LightsOFF, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'Intro_Tech_C_Arena1LightsOFF::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_Arena1LightsON \ static_assert(alignof(Intro_Tech_C_Arena1LightsON) == 0x000008, "Wrong alignment on Intro_Tech_C_Arena1LightsON"); \ static_assert(sizeof(Intro_Tech_C_Arena1LightsON) == 0x000020, "Wrong size on Intro_Tech_C_Arena1LightsON"); \ static_assert(offsetof(Intro_Tech_C_Arena1LightsON, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Tech_C_Arena1LightsON::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena1LightsON, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Tech_C_Arena1LightsON::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena1LightsON, CallFunc_Array_Get_Item) == 0x000008, "Member 'Intro_Tech_C_Arena1LightsON::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena1LightsON, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'Intro_Tech_C_Arena1LightsON::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena1LightsON, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'Intro_Tech_C_Arena1LightsON::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_Arena1LightsON, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'Intro_Tech_C_Arena1LightsON::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_ArenaCollisionOFF \ static_assert(alignof(Intro_Tech_C_ArenaCollisionOFF) == 0x000008, "Wrong alignment on Intro_Tech_C_ArenaCollisionOFF"); \ static_assert(sizeof(Intro_Tech_C_ArenaCollisionOFF) == 0x000020, "Wrong size on Intro_Tech_C_ArenaCollisionOFF"); \ static_assert(offsetof(Intro_Tech_C_ArenaCollisionOFF, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Tech_C_ArenaCollisionOFF::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ArenaCollisionOFF, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Tech_C_ArenaCollisionOFF::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ArenaCollisionOFF, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Tech_C_ArenaCollisionOFF::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ArenaCollisionOFF, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'Intro_Tech_C_ArenaCollisionOFF::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ArenaCollisionOFF, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Tech_C_ArenaCollisionOFF::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ArenaCollisionOFF, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'Intro_Tech_C_ArenaCollisionOFF::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_ArenaCollisionON \ static_assert(alignof(Intro_Tech_C_ArenaCollisionON) == 0x000008, "Wrong alignment on Intro_Tech_C_ArenaCollisionON"); \ static_assert(sizeof(Intro_Tech_C_ArenaCollisionON) == 0x000020, "Wrong size on Intro_Tech_C_ArenaCollisionON"); \ static_assert(offsetof(Intro_Tech_C_ArenaCollisionON, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Tech_C_ArenaCollisionON::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ArenaCollisionON, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Tech_C_ArenaCollisionON::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ArenaCollisionON, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Tech_C_ArenaCollisionON::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ArenaCollisionON, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'Intro_Tech_C_ArenaCollisionON::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ArenaCollisionON, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Tech_C_ArenaCollisionON::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ArenaCollisionON, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'Intro_Tech_C_ArenaCollisionON::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_RevealHUDElements \ static_assert(alignof(Intro_Tech_C_RevealHUDElements) == 0x000008, "Wrong alignment on Intro_Tech_C_RevealHUDElements"); \ static_assert(sizeof(Intro_Tech_C_RevealHUDElements) == 0x000080, "Wrong size on Intro_Tech_C_RevealHUDElements"); \ static_assert(offsetof(Intro_Tech_C_RevealHUDElements, CallFunc_Get_ReturnValue) == 0x000000, "Member 'Intro_Tech_C_RevealHUDElements::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_RevealHUDElements, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'Intro_Tech_C_RevealHUDElements::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_RevealHUDElements, CallFunc_GetMapSubSystem_ReturnValue) == 0x000010, "Member 'Intro_Tech_C_RevealHUDElements::CallFunc_GetMapSubSystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_RevealHUDElements, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'Intro_Tech_C_RevealHUDElements::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_RevealHUDElements, CallFunc_GetMiniMapManager_ReturnValue) == 0x000020, "Member 'Intro_Tech_C_RevealHUDElements::CallFunc_GetMiniMapManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_RevealHUDElements, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000028, "Member 'Intro_Tech_C_RevealHUDElements::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_RevealHUDElements, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'Intro_Tech_C_RevealHUDElements::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_RevealHUDElements, K2Node_DynamicCast_AsBPI_Phoenix_Hud) == 0x000038, "Member 'Intro_Tech_C_RevealHUDElements::K2Node_DynamicCast_AsBPI_Phoenix_Hud' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_RevealHUDElements, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'Intro_Tech_C_RevealHUDElements::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_RevealHUDElements, K2Node_DynamicCast_AsBPI_Phoenix_Hud_1) == 0x000050, "Member 'Intro_Tech_C_RevealHUDElements::K2Node_DynamicCast_AsBPI_Phoenix_Hud_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_RevealHUDElements, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'Intro_Tech_C_RevealHUDElements::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_RevealHUDElements, K2Node_DynamicCast_AsBPI_Phoenix_Hud_2) == 0x000068, "Member 'Intro_Tech_C_RevealHUDElements::K2Node_DynamicCast_AsBPI_Phoenix_Hud_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_RevealHUDElements, K2Node_DynamicCast_bSuccess_3) == 0x000078, "Member 'Intro_Tech_C_RevealHUDElements::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PrintString \ static_assert(alignof(Intro_Tech_C_PrintString) == 0x000008, "Wrong alignment on Intro_Tech_C_PrintString"); \ static_assert(sizeof(Intro_Tech_C_PrintString) == 0x000118, "Wrong size on Intro_Tech_C_PrintString"); \ static_assert(offsetof(Intro_Tech_C_PrintString, String) == 0x000000, "Member 'Intro_Tech_C_PrintString::String' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_PrintString, Color) == 0x000010, "Member 'Intro_Tech_C_PrintString::Color' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_PrintString, CallFunc_GetFrameCount_ReturnValue) == 0x000020, "Member 'Intro_Tech_C_PrintString::CallFunc_GetFrameCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_PrintString, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'Intro_Tech_C_PrintString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_PrintString, CallFunc_Conv_Int64ToInt_ReturnValue) == 0x000040, "Member 'Intro_Tech_C_PrintString::CallFunc_Conv_Int64ToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_PrintString, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'Intro_Tech_C_PrintString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_PrintString, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'Intro_Tech_C_PrintString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_PrintString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000C8, "Member 'Intro_Tech_C_PrintString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_PrintString, K2Node_MakeArray_Array) == 0x0000E0, "Member 'Intro_Tech_C_PrintString::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_PrintString, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'Intro_Tech_C_PrintString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_PrintString, CallFunc_Conv_TextToString_ReturnValue) == 0x000108, "Member 'Intro_Tech_C_PrintString::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlaybackComplete_58DC97D64CA66B8F95E04DACD402984B \ static_assert(alignof(Intro_Tech_C_PlaybackComplete_58DC97D64CA66B8F95E04DACD402984B) == 0x000008, "Wrong alignment on Intro_Tech_C_PlaybackComplete_58DC97D64CA66B8F95E04DACD402984B"); \ static_assert(sizeof(Intro_Tech_C_PlaybackComplete_58DC97D64CA66B8F95E04DACD402984B) == 0x000008, "Wrong size on Intro_Tech_C_PlaybackComplete_58DC97D64CA66B8F95E04DACD402984B"); \ static_assert(offsetof(Intro_Tech_C_PlaybackComplete_58DC97D64CA66B8F95E04DACD402984B, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlaybackComplete_58DC97D64CA66B8F95E04DACD402984B::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlaybackStarted_58DC97D64CA66B8F95E04DACD402984B \ static_assert(alignof(Intro_Tech_C_PlaybackStarted_58DC97D64CA66B8F95E04DACD402984B) == 0x000008, "Wrong alignment on Intro_Tech_C_PlaybackStarted_58DC97D64CA66B8F95E04DACD402984B"); \ static_assert(sizeof(Intro_Tech_C_PlaybackStarted_58DC97D64CA66B8F95E04DACD402984B) == 0x000008, "Wrong size on Intro_Tech_C_PlaybackStarted_58DC97D64CA66B8F95E04DACD402984B"); \ static_assert(offsetof(Intro_Tech_C_PlaybackStarted_58DC97D64CA66B8F95E04DACD402984B, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlaybackStarted_58DC97D64CA66B8F95E04DACD402984B::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlayerAssigned_58DC97D64CA66B8F95E04DACD402984B \ static_assert(alignof(Intro_Tech_C_PlayerAssigned_58DC97D64CA66B8F95E04DACD402984B) == 0x000008, "Wrong alignment on Intro_Tech_C_PlayerAssigned_58DC97D64CA66B8F95E04DACD402984B"); \ static_assert(sizeof(Intro_Tech_C_PlayerAssigned_58DC97D64CA66B8F95E04DACD402984B) == 0x000008, "Wrong size on Intro_Tech_C_PlayerAssigned_58DC97D64CA66B8F95E04DACD402984B"); \ static_assert(offsetof(Intro_Tech_C_PlayerAssigned_58DC97D64CA66B8F95E04DACD402984B, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlayerAssigned_58DC97D64CA66B8F95E04DACD402984B::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlaybackComplete_DBBE37C449B9926533D246ACD1A96F64 \ static_assert(alignof(Intro_Tech_C_PlaybackComplete_DBBE37C449B9926533D246ACD1A96F64) == 0x000008, "Wrong alignment on Intro_Tech_C_PlaybackComplete_DBBE37C449B9926533D246ACD1A96F64"); \ static_assert(sizeof(Intro_Tech_C_PlaybackComplete_DBBE37C449B9926533D246ACD1A96F64) == 0x000008, "Wrong size on Intro_Tech_C_PlaybackComplete_DBBE37C449B9926533D246ACD1A96F64"); \ static_assert(offsetof(Intro_Tech_C_PlaybackComplete_DBBE37C449B9926533D246ACD1A96F64, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlaybackComplete_DBBE37C449B9926533D246ACD1A96F64::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlaybackStarted_DBBE37C449B9926533D246ACD1A96F64 \ static_assert(alignof(Intro_Tech_C_PlaybackStarted_DBBE37C449B9926533D246ACD1A96F64) == 0x000008, "Wrong alignment on Intro_Tech_C_PlaybackStarted_DBBE37C449B9926533D246ACD1A96F64"); \ static_assert(sizeof(Intro_Tech_C_PlaybackStarted_DBBE37C449B9926533D246ACD1A96F64) == 0x000008, "Wrong size on Intro_Tech_C_PlaybackStarted_DBBE37C449B9926533D246ACD1A96F64"); \ static_assert(offsetof(Intro_Tech_C_PlaybackStarted_DBBE37C449B9926533D246ACD1A96F64, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlaybackStarted_DBBE37C449B9926533D246ACD1A96F64::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlayerAssigned_DBBE37C449B9926533D246ACD1A96F64 \ static_assert(alignof(Intro_Tech_C_PlayerAssigned_DBBE37C449B9926533D246ACD1A96F64) == 0x000008, "Wrong alignment on Intro_Tech_C_PlayerAssigned_DBBE37C449B9926533D246ACD1A96F64"); \ static_assert(sizeof(Intro_Tech_C_PlayerAssigned_DBBE37C449B9926533D246ACD1A96F64) == 0x000008, "Wrong size on Intro_Tech_C_PlayerAssigned_DBBE37C449B9926533D246ACD1A96F64"); \ static_assert(offsetof(Intro_Tech_C_PlayerAssigned_DBBE37C449B9926533D246ACD1A96F64, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlayerAssigned_DBBE37C449B9926533D246ACD1A96F64::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlaybackComplete_C5B19F2744E511B082518D85BB333327 \ static_assert(alignof(Intro_Tech_C_PlaybackComplete_C5B19F2744E511B082518D85BB333327) == 0x000008, "Wrong alignment on Intro_Tech_C_PlaybackComplete_C5B19F2744E511B082518D85BB333327"); \ static_assert(sizeof(Intro_Tech_C_PlaybackComplete_C5B19F2744E511B082518D85BB333327) == 0x000008, "Wrong size on Intro_Tech_C_PlaybackComplete_C5B19F2744E511B082518D85BB333327"); \ static_assert(offsetof(Intro_Tech_C_PlaybackComplete_C5B19F2744E511B082518D85BB333327, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlaybackComplete_C5B19F2744E511B082518D85BB333327::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlaybackStarted_C5B19F2744E511B082518D85BB333327 \ static_assert(alignof(Intro_Tech_C_PlaybackStarted_C5B19F2744E511B082518D85BB333327) == 0x000008, "Wrong alignment on Intro_Tech_C_PlaybackStarted_C5B19F2744E511B082518D85BB333327"); \ static_assert(sizeof(Intro_Tech_C_PlaybackStarted_C5B19F2744E511B082518D85BB333327) == 0x000008, "Wrong size on Intro_Tech_C_PlaybackStarted_C5B19F2744E511B082518D85BB333327"); \ static_assert(offsetof(Intro_Tech_C_PlaybackStarted_C5B19F2744E511B082518D85BB333327, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlaybackStarted_C5B19F2744E511B082518D85BB333327::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlayerAssigned_C5B19F2744E511B082518D85BB333327 \ static_assert(alignof(Intro_Tech_C_PlayerAssigned_C5B19F2744E511B082518D85BB333327) == 0x000008, "Wrong alignment on Intro_Tech_C_PlayerAssigned_C5B19F2744E511B082518D85BB333327"); \ static_assert(sizeof(Intro_Tech_C_PlayerAssigned_C5B19F2744E511B082518D85BB333327) == 0x000008, "Wrong size on Intro_Tech_C_PlayerAssigned_C5B19F2744E511B082518D85BB333327"); \ static_assert(offsetof(Intro_Tech_C_PlayerAssigned_C5B19F2744E511B082518D85BB333327, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlayerAssigned_C5B19F2744E511B082518D85BB333327::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlaybackComplete_FE1F06F9455C5E49E0909D874F541207 \ static_assert(alignof(Intro_Tech_C_PlaybackComplete_FE1F06F9455C5E49E0909D874F541207) == 0x000008, "Wrong alignment on Intro_Tech_C_PlaybackComplete_FE1F06F9455C5E49E0909D874F541207"); \ static_assert(sizeof(Intro_Tech_C_PlaybackComplete_FE1F06F9455C5E49E0909D874F541207) == 0x000008, "Wrong size on Intro_Tech_C_PlaybackComplete_FE1F06F9455C5E49E0909D874F541207"); \ static_assert(offsetof(Intro_Tech_C_PlaybackComplete_FE1F06F9455C5E49E0909D874F541207, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlaybackComplete_FE1F06F9455C5E49E0909D874F541207::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlaybackStarted_FE1F06F9455C5E49E0909D874F541207 \ static_assert(alignof(Intro_Tech_C_PlaybackStarted_FE1F06F9455C5E49E0909D874F541207) == 0x000008, "Wrong alignment on Intro_Tech_C_PlaybackStarted_FE1F06F9455C5E49E0909D874F541207"); \ static_assert(sizeof(Intro_Tech_C_PlaybackStarted_FE1F06F9455C5E49E0909D874F541207) == 0x000008, "Wrong size on Intro_Tech_C_PlaybackStarted_FE1F06F9455C5E49E0909D874F541207"); \ static_assert(offsetof(Intro_Tech_C_PlaybackStarted_FE1F06F9455C5E49E0909D874F541207, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlaybackStarted_FE1F06F9455C5E49E0909D874F541207::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlayerAssigned_FE1F06F9455C5E49E0909D874F541207 \ static_assert(alignof(Intro_Tech_C_PlayerAssigned_FE1F06F9455C5E49E0909D874F541207) == 0x000008, "Wrong alignment on Intro_Tech_C_PlayerAssigned_FE1F06F9455C5E49E0909D874F541207"); \ static_assert(sizeof(Intro_Tech_C_PlayerAssigned_FE1F06F9455C5E49E0909D874F541207) == 0x000008, "Wrong size on Intro_Tech_C_PlayerAssigned_FE1F06F9455C5E49E0909D874F541207"); \ static_assert(offsetof(Intro_Tech_C_PlayerAssigned_FE1F06F9455C5E49E0909D874F541207, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlayerAssigned_FE1F06F9455C5E49E0909D874F541207::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlaybackComplete_DF5B89E44C7DD710D353678CC8D17E6F \ static_assert(alignof(Intro_Tech_C_PlaybackComplete_DF5B89E44C7DD710D353678CC8D17E6F) == 0x000008, "Wrong alignment on Intro_Tech_C_PlaybackComplete_DF5B89E44C7DD710D353678CC8D17E6F"); \ static_assert(sizeof(Intro_Tech_C_PlaybackComplete_DF5B89E44C7DD710D353678CC8D17E6F) == 0x000008, "Wrong size on Intro_Tech_C_PlaybackComplete_DF5B89E44C7DD710D353678CC8D17E6F"); \ static_assert(offsetof(Intro_Tech_C_PlaybackComplete_DF5B89E44C7DD710D353678CC8D17E6F, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlaybackComplete_DF5B89E44C7DD710D353678CC8D17E6F::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlaybackStarted_DF5B89E44C7DD710D353678CC8D17E6F \ static_assert(alignof(Intro_Tech_C_PlaybackStarted_DF5B89E44C7DD710D353678CC8D17E6F) == 0x000008, "Wrong alignment on Intro_Tech_C_PlaybackStarted_DF5B89E44C7DD710D353678CC8D17E6F"); \ static_assert(sizeof(Intro_Tech_C_PlaybackStarted_DF5B89E44C7DD710D353678CC8D17E6F) == 0x000008, "Wrong size on Intro_Tech_C_PlaybackStarted_DF5B89E44C7DD710D353678CC8D17E6F"); \ static_assert(offsetof(Intro_Tech_C_PlaybackStarted_DF5B89E44C7DD710D353678CC8D17E6F, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlaybackStarted_DF5B89E44C7DD710D353678CC8D17E6F::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlayerAssigned_DF5B89E44C7DD710D353678CC8D17E6F \ static_assert(alignof(Intro_Tech_C_PlayerAssigned_DF5B89E44C7DD710D353678CC8D17E6F) == 0x000008, "Wrong alignment on Intro_Tech_C_PlayerAssigned_DF5B89E44C7DD710D353678CC8D17E6F"); \ static_assert(sizeof(Intro_Tech_C_PlayerAssigned_DF5B89E44C7DD710D353678CC8D17E6F) == 0x000008, "Wrong size on Intro_Tech_C_PlayerAssigned_DF5B89E44C7DD710D353678CC8D17E6F"); \ static_assert(offsetof(Intro_Tech_C_PlayerAssigned_DF5B89E44C7DD710D353678CC8D17E6F, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlayerAssigned_DF5B89E44C7DD710D353678CC8D17E6F::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_Failed_75B20D654E9919848557D5860CAFE203 \ static_assert(alignof(Intro_Tech_C_Failed_75B20D654E9919848557D5860CAFE203) == 0x000008, "Wrong alignment on Intro_Tech_C_Failed_75B20D654E9919848557D5860CAFE203"); \ static_assert(sizeof(Intro_Tech_C_Failed_75B20D654E9919848557D5860CAFE203) == 0x000008, "Wrong size on Intro_Tech_C_Failed_75B20D654E9919848557D5860CAFE203"); \ static_assert(offsetof(Intro_Tech_C_Failed_75B20D654E9919848557D5860CAFE203, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_Failed_75B20D654E9919848557D5860CAFE203::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_Initialized_75B20D654E9919848557D5860CAFE203 \ static_assert(alignof(Intro_Tech_C_Initialized_75B20D654E9919848557D5860CAFE203) == 0x000008, "Wrong alignment on Intro_Tech_C_Initialized_75B20D654E9919848557D5860CAFE203"); \ static_assert(sizeof(Intro_Tech_C_Initialized_75B20D654E9919848557D5860CAFE203) == 0x000008, "Wrong size on Intro_Tech_C_Initialized_75B20D654E9919848557D5860CAFE203"); \ static_assert(offsetof(Intro_Tech_C_Initialized_75B20D654E9919848557D5860CAFE203, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_Initialized_75B20D654E9919848557D5860CAFE203::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlaybackComplete_4C44EB934ED774AF250901865FD45C78 \ static_assert(alignof(Intro_Tech_C_PlaybackComplete_4C44EB934ED774AF250901865FD45C78) == 0x000008, "Wrong alignment on Intro_Tech_C_PlaybackComplete_4C44EB934ED774AF250901865FD45C78"); \ static_assert(sizeof(Intro_Tech_C_PlaybackComplete_4C44EB934ED774AF250901865FD45C78) == 0x000008, "Wrong size on Intro_Tech_C_PlaybackComplete_4C44EB934ED774AF250901865FD45C78"); \ static_assert(offsetof(Intro_Tech_C_PlaybackComplete_4C44EB934ED774AF250901865FD45C78, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlaybackComplete_4C44EB934ED774AF250901865FD45C78::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlaybackStarted_4C44EB934ED774AF250901865FD45C78 \ static_assert(alignof(Intro_Tech_C_PlaybackStarted_4C44EB934ED774AF250901865FD45C78) == 0x000008, "Wrong alignment on Intro_Tech_C_PlaybackStarted_4C44EB934ED774AF250901865FD45C78"); \ static_assert(sizeof(Intro_Tech_C_PlaybackStarted_4C44EB934ED774AF250901865FD45C78) == 0x000008, "Wrong size on Intro_Tech_C_PlaybackStarted_4C44EB934ED774AF250901865FD45C78"); \ static_assert(offsetof(Intro_Tech_C_PlaybackStarted_4C44EB934ED774AF250901865FD45C78, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlaybackStarted_4C44EB934ED774AF250901865FD45C78::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlayerAssigned_4C44EB934ED774AF250901865FD45C78 \ static_assert(alignof(Intro_Tech_C_PlayerAssigned_4C44EB934ED774AF250901865FD45C78) == 0x000008, "Wrong alignment on Intro_Tech_C_PlayerAssigned_4C44EB934ED774AF250901865FD45C78"); \ static_assert(sizeof(Intro_Tech_C_PlayerAssigned_4C44EB934ED774AF250901865FD45C78) == 0x000008, "Wrong size on Intro_Tech_C_PlayerAssigned_4C44EB934ED774AF250901865FD45C78"); \ static_assert(offsetof(Intro_Tech_C_PlayerAssigned_4C44EB934ED774AF250901865FD45C78, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlayerAssigned_4C44EB934ED774AF250901865FD45C78::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlaybackComplete_EA4828E7439385011807FFA8CBD13E5E \ static_assert(alignof(Intro_Tech_C_PlaybackComplete_EA4828E7439385011807FFA8CBD13E5E) == 0x000008, "Wrong alignment on Intro_Tech_C_PlaybackComplete_EA4828E7439385011807FFA8CBD13E5E"); \ static_assert(sizeof(Intro_Tech_C_PlaybackComplete_EA4828E7439385011807FFA8CBD13E5E) == 0x000008, "Wrong size on Intro_Tech_C_PlaybackComplete_EA4828E7439385011807FFA8CBD13E5E"); \ static_assert(offsetof(Intro_Tech_C_PlaybackComplete_EA4828E7439385011807FFA8CBD13E5E, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlaybackComplete_EA4828E7439385011807FFA8CBD13E5E::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlaybackStarted_EA4828E7439385011807FFA8CBD13E5E \ static_assert(alignof(Intro_Tech_C_PlaybackStarted_EA4828E7439385011807FFA8CBD13E5E) == 0x000008, "Wrong alignment on Intro_Tech_C_PlaybackStarted_EA4828E7439385011807FFA8CBD13E5E"); \ static_assert(sizeof(Intro_Tech_C_PlaybackStarted_EA4828E7439385011807FFA8CBD13E5E) == 0x000008, "Wrong size on Intro_Tech_C_PlaybackStarted_EA4828E7439385011807FFA8CBD13E5E"); \ static_assert(offsetof(Intro_Tech_C_PlaybackStarted_EA4828E7439385011807FFA8CBD13E5E, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlaybackStarted_EA4828E7439385011807FFA8CBD13E5E::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlayerAssigned_EA4828E7439385011807FFA8CBD13E5E \ static_assert(alignof(Intro_Tech_C_PlayerAssigned_EA4828E7439385011807FFA8CBD13E5E) == 0x000008, "Wrong alignment on Intro_Tech_C_PlayerAssigned_EA4828E7439385011807FFA8CBD13E5E"); \ static_assert(sizeof(Intro_Tech_C_PlayerAssigned_EA4828E7439385011807FFA8CBD13E5E) == 0x000008, "Wrong size on Intro_Tech_C_PlayerAssigned_EA4828E7439385011807FFA8CBD13E5E"); \ static_assert(offsetof(Intro_Tech_C_PlayerAssigned_EA4828E7439385011807FFA8CBD13E5E, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlayerAssigned_EA4828E7439385011807FFA8CBD13E5E::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlaybackComplete_D48C4B0A43A2F25D01EBC093D915BF17 \ static_assert(alignof(Intro_Tech_C_PlaybackComplete_D48C4B0A43A2F25D01EBC093D915BF17) == 0x000008, "Wrong alignment on Intro_Tech_C_PlaybackComplete_D48C4B0A43A2F25D01EBC093D915BF17"); \ static_assert(sizeof(Intro_Tech_C_PlaybackComplete_D48C4B0A43A2F25D01EBC093D915BF17) == 0x000008, "Wrong size on Intro_Tech_C_PlaybackComplete_D48C4B0A43A2F25D01EBC093D915BF17"); \ static_assert(offsetof(Intro_Tech_C_PlaybackComplete_D48C4B0A43A2F25D01EBC093D915BF17, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlaybackComplete_D48C4B0A43A2F25D01EBC093D915BF17::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlaybackStarted_D48C4B0A43A2F25D01EBC093D915BF17 \ static_assert(alignof(Intro_Tech_C_PlaybackStarted_D48C4B0A43A2F25D01EBC093D915BF17) == 0x000008, "Wrong alignment on Intro_Tech_C_PlaybackStarted_D48C4B0A43A2F25D01EBC093D915BF17"); \ static_assert(sizeof(Intro_Tech_C_PlaybackStarted_D48C4B0A43A2F25D01EBC093D915BF17) == 0x000008, "Wrong size on Intro_Tech_C_PlaybackStarted_D48C4B0A43A2F25D01EBC093D915BF17"); \ static_assert(offsetof(Intro_Tech_C_PlaybackStarted_D48C4B0A43A2F25D01EBC093D915BF17, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlaybackStarted_D48C4B0A43A2F25D01EBC093D915BF17::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_PlayerAssigned_D48C4B0A43A2F25D01EBC093D915BF17 \ static_assert(alignof(Intro_Tech_C_PlayerAssigned_D48C4B0A43A2F25D01EBC093D915BF17) == 0x000008, "Wrong alignment on Intro_Tech_C_PlayerAssigned_D48C4B0A43A2F25D01EBC093D915BF17"); \ static_assert(sizeof(Intro_Tech_C_PlayerAssigned_D48C4B0A43A2F25D01EBC093D915BF17) == 0x000008, "Wrong size on Intro_Tech_C_PlayerAssigned_D48C4B0A43A2F25D01EBC093D915BF17"); \ static_assert(offsetof(Intro_Tech_C_PlayerAssigned_D48C4B0A43A2F25D01EBC093D915BF17, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_PlayerAssigned_D48C4B0A43A2F25D01EBC093D915BF17::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_Failed_CA80EC044AD44E57680ABF8703C0CCE0 \ static_assert(alignof(Intro_Tech_C_Failed_CA80EC044AD44E57680ABF8703C0CCE0) == 0x000008, "Wrong alignment on Intro_Tech_C_Failed_CA80EC044AD44E57680ABF8703C0CCE0"); \ static_assert(sizeof(Intro_Tech_C_Failed_CA80EC044AD44E57680ABF8703C0CCE0) == 0x000008, "Wrong size on Intro_Tech_C_Failed_CA80EC044AD44E57680ABF8703C0CCE0"); \ static_assert(offsetof(Intro_Tech_C_Failed_CA80EC044AD44E57680ABF8703C0CCE0, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_Failed_CA80EC044AD44E57680ABF8703C0CCE0::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_Initialized_CA80EC044AD44E57680ABF8703C0CCE0 \ static_assert(alignof(Intro_Tech_C_Initialized_CA80EC044AD44E57680ABF8703C0CCE0) == 0x000008, "Wrong alignment on Intro_Tech_C_Initialized_CA80EC044AD44E57680ABF8703C0CCE0"); \ static_assert(sizeof(Intro_Tech_C_Initialized_CA80EC044AD44E57680ABF8703C0CCE0) == 0x000008, "Wrong size on Intro_Tech_C_Initialized_CA80EC044AD44E57680ABF8703C0CCE0"); \ static_assert(offsetof(Intro_Tech_C_Initialized_CA80EC044AD44E57680ABF8703C0CCE0, SceneRigPlayer) == 0x000000, "Member 'Intro_Tech_C_Initialized_CA80EC044AD44E57680ABF8703C0CCE0::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_GoTrial_01 \ static_assert(alignof(Intro_Tech_C_GoTrial_01) == 0x000008, "Wrong alignment on Intro_Tech_C_GoTrial_01"); \ static_assert(sizeof(Intro_Tech_C_GoTrial_01) == 0x000010, "Wrong size on Intro_Tech_C_GoTrial_01"); \ static_assert(offsetof(Intro_Tech_C_GoTrial_01, Caller) == 0x000000, "Member 'Intro_Tech_C_GoTrial_01::Caller' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_GoTrial_01, String) == 0x000008, "Member 'Intro_Tech_C_GoTrial_01::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_GoTrial_02 \ static_assert(alignof(Intro_Tech_C_GoTrial_02) == 0x000008, "Wrong alignment on Intro_Tech_C_GoTrial_02"); \ static_assert(sizeof(Intro_Tech_C_GoTrial_02) == 0x000010, "Wrong size on Intro_Tech_C_GoTrial_02"); \ static_assert(offsetof(Intro_Tech_C_GoTrial_02, Caller) == 0x000000, "Member 'Intro_Tech_C_GoTrial_02::Caller' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_GoTrial_02, String) == 0x000008, "Member 'Intro_Tech_C_GoTrial_02::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_ReceiveEndPlay \ static_assert(alignof(Intro_Tech_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on Intro_Tech_C_ReceiveEndPlay"); \ static_assert(sizeof(Intro_Tech_C_ReceiveEndPlay) == 0x000001, "Wrong size on Intro_Tech_C_ReceiveEndPlay"); \ static_assert(offsetof(Intro_Tech_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'Intro_Tech_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_OnCharacterLoadComplete \ static_assert(alignof(Intro_Tech_C_OnCharacterLoadComplete) == 0x000008, "Wrong alignment on Intro_Tech_C_OnCharacterLoadComplete"); \ static_assert(sizeof(Intro_Tech_C_OnCharacterLoadComplete) == 0x000008, "Wrong size on Intro_Tech_C_OnCharacterLoadComplete"); \ static_assert(offsetof(Intro_Tech_C_OnCharacterLoadComplete, Actor) == 0x000000, "Member 'Intro_Tech_C_OnCharacterLoadComplete::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_OnInteractWithVaultDoor \ static_assert(alignof(Intro_Tech_C_OnInteractWithVaultDoor) == 0x000008, "Wrong alignment on Intro_Tech_C_OnInteractWithVaultDoor"); \ static_assert(sizeof(Intro_Tech_C_OnInteractWithVaultDoor) == 0x000008, "Wrong size on Intro_Tech_C_OnInteractWithVaultDoor"); \ static_assert(offsetof(Intro_Tech_C_OnInteractWithVaultDoor, Caller) == 0x000000, "Member 'Intro_Tech_C_OnInteractWithVaultDoor::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_GateActivated \ static_assert(alignof(Intro_Tech_C_GateActivated) == 0x000008, "Wrong alignment on Intro_Tech_C_GateActivated"); \ static_assert(sizeof(Intro_Tech_C_GateActivated) == 0x000010, "Wrong size on Intro_Tech_C_GateActivated"); \ static_assert(offsetof(Intro_Tech_C_GateActivated, Caller) == 0x000000, "Member 'Intro_Tech_C_GateActivated::Caller' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_GateActivated, String) == 0x000008, "Member 'Intro_Tech_C_GateActivated::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_IceWallInteracted \ static_assert(alignof(Intro_Tech_C_IceWallInteracted) == 0x000008, "Wrong alignment on Intro_Tech_C_IceWallInteracted"); \ static_assert(sizeof(Intro_Tech_C_IceWallInteracted) == 0x000008, "Wrong size on Intro_Tech_C_IceWallInteracted"); \ static_assert(offsetof(Intro_Tech_C_IceWallInteracted, Caller) == 0x000000, "Member 'Intro_Tech_C_IceWallInteracted::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_GoRuinsToGringotts \ static_assert(alignof(Intro_Tech_C_GoRuinsToGringotts) == 0x000008, "Wrong alignment on Intro_Tech_C_GoRuinsToGringotts"); \ static_assert(sizeof(Intro_Tech_C_GoRuinsToGringotts) == 0x000008, "Wrong size on Intro_Tech_C_GoRuinsToGringotts"); \ static_assert(offsetof(Intro_Tech_C_GoRuinsToGringotts, Caller) == 0x000000, "Member 'Intro_Tech_C_GoRuinsToGringotts::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_EndGringottsTransition \ static_assert(alignof(Intro_Tech_C_EndGringottsTransition) == 0x000008, "Wrong alignment on Intro_Tech_C_EndGringottsTransition"); \ static_assert(sizeof(Intro_Tech_C_EndGringottsTransition) == 0x000008, "Wrong size on Intro_Tech_C_EndGringottsTransition"); \ static_assert(offsetof(Intro_Tech_C_EndGringottsTransition, Caller) == 0x000000, "Member 'Intro_Tech_C_EndGringottsTransition::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_Go_IceFloor2_Stage2 \ static_assert(alignof(Intro_Tech_C_Go_IceFloor2_Stage2) == 0x000008, "Wrong alignment on Intro_Tech_C_Go_IceFloor2_Stage2"); \ static_assert(sizeof(Intro_Tech_C_Go_IceFloor2_Stage2) == 0x000008, "Wrong size on Intro_Tech_C_Go_IceFloor2_Stage2"); \ static_assert(offsetof(Intro_Tech_C_Go_IceFloor2_Stage2, Caller) == 0x000000, "Member 'Intro_Tech_C_Go_IceFloor2_Stage2::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_Go_IceFloor2_Stage3 \ static_assert(alignof(Intro_Tech_C_Go_IceFloor2_Stage3) == 0x000008, "Wrong alignment on Intro_Tech_C_Go_IceFloor2_Stage3"); \ static_assert(sizeof(Intro_Tech_C_Go_IceFloor2_Stage3) == 0x000008, "Wrong size on Intro_Tech_C_Go_IceFloor2_Stage3"); \ static_assert(offsetof(Intro_Tech_C_Go_IceFloor2_Stage3, Caller) == 0x000000, "Member 'Intro_Tech_C_Go_IceFloor2_Stage3::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_StartFinalWhirlwind \ static_assert(alignof(Intro_Tech_C_StartFinalWhirlwind) == 0x000008, "Wrong alignment on Intro_Tech_C_StartFinalWhirlwind"); \ static_assert(sizeof(Intro_Tech_C_StartFinalWhirlwind) == 0x000008, "Wrong size on Intro_Tech_C_StartFinalWhirlwind"); \ static_assert(offsetof(Intro_Tech_C_StartFinalWhirlwind, Caller) == 0x000000, "Member 'Intro_Tech_C_StartFinalWhirlwind::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_Whirlwind_ShutDown \ static_assert(alignof(Intro_Tech_C_Whirlwind_ShutDown) == 0x000008, "Wrong alignment on Intro_Tech_C_Whirlwind_ShutDown"); \ static_assert(sizeof(Intro_Tech_C_Whirlwind_ShutDown) == 0x000008, "Wrong size on Intro_Tech_C_Whirlwind_ShutDown"); \ static_assert(offsetof(Intro_Tech_C_Whirlwind_ShutDown, Caller) == 0x000000, "Member 'Intro_Tech_C_Whirlwind_ShutDown::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_RevelioCast01 \ static_assert(alignof(Intro_Tech_C_RevelioCast01) == 0x000008, "Wrong alignment on Intro_Tech_C_RevelioCast01"); \ static_assert(sizeof(Intro_Tech_C_RevelioCast01) == 0x000008, "Wrong size on Intro_Tech_C_RevelioCast01"); \ static_assert(offsetof(Intro_Tech_C_RevelioCast01, Caller) == 0x000000, "Member 'Intro_Tech_C_RevelioCast01::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_RevelioCast02 \ static_assert(alignof(Intro_Tech_C_RevelioCast02) == 0x000008, "Wrong alignment on Intro_Tech_C_RevelioCast02"); \ static_assert(sizeof(Intro_Tech_C_RevelioCast02) == 0x000008, "Wrong size on Intro_Tech_C_RevelioCast02"); \ static_assert(offsetof(Intro_Tech_C_RevelioCast02, Caller) == 0x000000, "Member 'Intro_Tech_C_RevelioCast02::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_1_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_2_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_2_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_2_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_2_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_2_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_2_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_2_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_2_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_2_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_3_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_3_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_3_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_3_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_3_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_3_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_3_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_3_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_3_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_4_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_4_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_4_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_4_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_4_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_4_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_4_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_4_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena1_RespawnTeleport_4_K2Node_ActorBoundEvent_6_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_1_K2Node_ActorBoundEvent_15_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_1_K2Node_ActorBoundEvent_15_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_1_K2Node_ActorBoundEvent_15_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_1_K2Node_ActorBoundEvent_15_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_1_K2Node_ActorBoundEvent_15_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_1_K2Node_ActorBoundEvent_15_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_1_K2Node_ActorBoundEvent_15_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_1_K2Node_ActorBoundEvent_15_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_1_K2Node_ActorBoundEvent_15_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_2_K2Node_ActorBoundEvent_16_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_2_K2Node_ActorBoundEvent_16_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_2_K2Node_ActorBoundEvent_16_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_2_K2Node_ActorBoundEvent_16_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_2_K2Node_ActorBoundEvent_16_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_2_K2Node_ActorBoundEvent_16_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_2_K2Node_ActorBoundEvent_16_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_2_K2Node_ActorBoundEvent_16_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_2_K2Node_ActorBoundEvent_16_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_3_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_3_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_3_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_3_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_3_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_3_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_3_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_3_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_3_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_4_K2Node_ActorBoundEvent_18_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_4_K2Node_ActorBoundEvent_18_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_4_K2Node_ActorBoundEvent_18_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_4_K2Node_ActorBoundEvent_18_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_4_K2Node_ActorBoundEvent_18_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_4_K2Node_ActorBoundEvent_18_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_4_K2Node_ActorBoundEvent_18_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_4_K2Node_ActorBoundEvent_18_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena2_RespawnTeleport_4_K2Node_ActorBoundEvent_18_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_1_K2Node_ActorBoundEvent_27_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_1_K2Node_ActorBoundEvent_27_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_1_K2Node_ActorBoundEvent_27_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_1_K2Node_ActorBoundEvent_27_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_1_K2Node_ActorBoundEvent_27_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_1_K2Node_ActorBoundEvent_27_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_1_K2Node_ActorBoundEvent_27_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_1_K2Node_ActorBoundEvent_27_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_1_K2Node_ActorBoundEvent_27_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_2_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_2_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_2_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_2_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_2_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_2_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_2_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_2_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_2_K2Node_ActorBoundEvent_28_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_3_K2Node_ActorBoundEvent_29_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_3_K2Node_ActorBoundEvent_29_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_3_K2Node_ActorBoundEvent_29_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_3_K2Node_ActorBoundEvent_29_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_3_K2Node_ActorBoundEvent_29_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_3_K2Node_ActorBoundEvent_29_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_3_K2Node_ActorBoundEvent_29_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_3_K2Node_ActorBoundEvent_29_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_3_K2Node_ActorBoundEvent_29_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_4_K2Node_ActorBoundEvent_30_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_4_K2Node_ActorBoundEvent_30_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_4_K2Node_ActorBoundEvent_30_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_4_K2Node_ActorBoundEvent_30_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_4_K2Node_ActorBoundEvent_30_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_4_K2Node_ActorBoundEvent_30_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_4_K2Node_ActorBoundEvent_30_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_4_K2Node_ActorBoundEvent_30_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerBox_Arena3_RespawnTeleport_4_K2Node_ActorBoundEvent_30_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_GateIsRed \ static_assert(alignof(Intro_Tech_C_GateIsRed) == 0x000008, "Wrong alignment on Intro_Tech_C_GateIsRed"); \ static_assert(sizeof(Intro_Tech_C_GateIsRed) == 0x000008, "Wrong size on Intro_Tech_C_GateIsRed"); \ static_assert(offsetof(Intro_Tech_C_GateIsRed, Caller) == 0x000000, "Member 'Intro_Tech_C_GateIsRed::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_GateIsBlue \ static_assert(alignof(Intro_Tech_C_GateIsBlue) == 0x000008, "Wrong alignment on Intro_Tech_C_GateIsBlue"); \ static_assert(sizeof(Intro_Tech_C_GateIsBlue) == 0x000008, "Wrong size on Intro_Tech_C_GateIsBlue"); \ static_assert(offsetof(Intro_Tech_C_GateIsBlue, Caller) == 0x000000, "Member 'Intro_Tech_C_GateIsBlue::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_GoSR_INT_Revelio \ static_assert(alignof(Intro_Tech_C_GoSR_INT_Revelio) == 0x000008, "Wrong alignment on Intro_Tech_C_GoSR_INT_Revelio"); \ static_assert(sizeof(Intro_Tech_C_GoSR_INT_Revelio) == 0x000008, "Wrong size on Intro_Tech_C_GoSR_INT_Revelio"); \ static_assert(offsetof(Intro_Tech_C_GoSR_INT_Revelio, Caller) == 0x000000, "Member 'Intro_Tech_C_GoSR_INT_Revelio::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_RevelioCompleteMinGame \ static_assert(alignof(Intro_Tech_C_RevelioCompleteMinGame) == 0x000008, "Wrong alignment on Intro_Tech_C_RevelioCompleteMinGame"); \ static_assert(sizeof(Intro_Tech_C_RevelioCompleteMinGame) == 0x000008, "Wrong size on Intro_Tech_C_RevelioCompleteMinGame"); \ static_assert(offsetof(Intro_Tech_C_RevelioCompleteMinGame, Caller) == 0x000000, "Member 'Intro_Tech_C_RevelioCompleteMinGame::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_Tech_GoIceFloor \ static_assert(alignof(Intro_Tech_C_Tech_GoIceFloor) == 0x000008, "Wrong alignment on Intro_Tech_C_Tech_GoIceFloor"); \ static_assert(sizeof(Intro_Tech_C_Tech_GoIceFloor) == 0x000008, "Wrong size on Intro_Tech_C_Tech_GoIceFloor"); \ static_assert(offsetof(Intro_Tech_C_Tech_GoIceFloor, Caller) == 0x000000, "Member 'Intro_Tech_C_Tech_GoIceFloor::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_Go1stTrialCombat \ static_assert(alignof(Intro_Tech_C_Go1stTrialCombat) == 0x000008, "Wrong alignment on Intro_Tech_C_Go1stTrialCombat"); \ static_assert(sizeof(Intro_Tech_C_Go1stTrialCombat) == 0x000008, "Wrong size on Intro_Tech_C_Go1stTrialCombat"); \ static_assert(offsetof(Intro_Tech_C_Go1stTrialCombat, Caller) == 0x000000, "Member 'Intro_Tech_C_Go1stTrialCombat::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_FigReflectorOFF \ static_assert(alignof(Intro_Tech_C_FigReflectorOFF) == 0x000008, "Wrong alignment on Intro_Tech_C_FigReflectorOFF"); \ static_assert(sizeof(Intro_Tech_C_FigReflectorOFF) == 0x000008, "Wrong size on Intro_Tech_C_FigReflectorOFF"); \ static_assert(offsetof(Intro_Tech_C_FigReflectorOFF, Caller) == 0x000000, "Member 'Intro_Tech_C_FigReflectorOFF::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_OnestTrial_Whirlwind_2 \ static_assert(alignof(Intro_Tech_C_OnestTrial_Whirlwind_2) == 0x000008, "Wrong alignment on Intro_Tech_C_OnestTrial_Whirlwind_2"); \ static_assert(sizeof(Intro_Tech_C_OnestTrial_Whirlwind_2) == 0x000008, "Wrong size on Intro_Tech_C_OnestTrial_Whirlwind_2"); \ static_assert(offsetof(Intro_Tech_C_OnestTrial_Whirlwind_2, Caller) == 0x000000, "Member 'Intro_Tech_C_OnestTrial_Whirlwind_2::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_OnestTrial_Whirlwind_3 \ static_assert(alignof(Intro_Tech_C_OnestTrial_Whirlwind_3) == 0x000008, "Wrong alignment on Intro_Tech_C_OnestTrial_Whirlwind_3"); \ static_assert(sizeof(Intro_Tech_C_OnestTrial_Whirlwind_3) == 0x000008, "Wrong size on Intro_Tech_C_OnestTrial_Whirlwind_3"); \ static_assert(offsetof(Intro_Tech_C_OnestTrial_Whirlwind_3, Caller) == 0x000000, "Member 'Intro_Tech_C_OnestTrial_Whirlwind_3::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_StatuesAligned \ static_assert(alignof(Intro_Tech_C_StatuesAligned) == 0x000008, "Wrong alignment on Intro_Tech_C_StatuesAligned"); \ static_assert(sizeof(Intro_Tech_C_StatuesAligned) == 0x000008, "Wrong size on Intro_Tech_C_StatuesAligned"); \ static_assert(offsetof(Intro_Tech_C_StatuesAligned, Caller) == 0x000000, "Member 'Intro_Tech_C_StatuesAligned::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_FigGone \ static_assert(alignof(Intro_Tech_C_FigGone) == 0x000008, "Wrong alignment on Intro_Tech_C_FigGone"); \ static_assert(sizeof(Intro_Tech_C_FigGone) == 0x000008, "Wrong size on Intro_Tech_C_FigGone"); \ static_assert(offsetof(Intro_Tech_C_FigGone, Caller) == 0x000000, "Member 'Intro_Tech_C_FigGone::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_VoidCP4Ready \ static_assert(alignof(Intro_Tech_C_VoidCP4Ready) == 0x000008, "Wrong alignment on Intro_Tech_C_VoidCP4Ready"); \ static_assert(sizeof(Intro_Tech_C_VoidCP4Ready) == 0x000008, "Wrong size on Intro_Tech_C_VoidCP4Ready"); \ static_assert(offsetof(Intro_Tech_C_VoidCP4Ready, Caller) == 0x000000, "Member 'Intro_Tech_C_VoidCP4Ready::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_ArenaCollisionsON \ static_assert(alignof(Intro_Tech_C_ArenaCollisionsON) == 0x000008, "Wrong alignment on Intro_Tech_C_ArenaCollisionsON"); \ static_assert(sizeof(Intro_Tech_C_ArenaCollisionsON) == 0x000008, "Wrong size on Intro_Tech_C_ArenaCollisionsON"); \ static_assert(offsetof(Intro_Tech_C_ArenaCollisionsON, Caller) == 0x000000, "Member 'Intro_Tech_C_ArenaCollisionsON::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_VoidCP5Ready \ static_assert(alignof(Intro_Tech_C_VoidCP5Ready) == 0x000008, "Wrong alignment on Intro_Tech_C_VoidCP5Ready"); \ static_assert(sizeof(Intro_Tech_C_VoidCP5Ready) == 0x000008, "Wrong size on Intro_Tech_C_VoidCP5Ready"); \ static_assert(offsetof(Intro_Tech_C_VoidCP5Ready, Caller) == 0x000000, "Member 'Intro_Tech_C_VoidCP5Ready::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_TwondTrialCombatAllDead \ static_assert(alignof(Intro_Tech_C_TwondTrialCombatAllDead) == 0x000008, "Wrong alignment on Intro_Tech_C_TwondTrialCombatAllDead"); \ static_assert(sizeof(Intro_Tech_C_TwondTrialCombatAllDead) == 0x000008, "Wrong size on Intro_Tech_C_TwondTrialCombatAllDead"); \ static_assert(offsetof(Intro_Tech_C_TwondTrialCombatAllDead, Caller) == 0x000000, "Member 'Intro_Tech_C_TwondTrialCombatAllDead::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_VoidCP4Ready___FromCheat \ static_assert(alignof(Intro_Tech_C_VoidCP4Ready___FromCheat) == 0x000008, "Wrong alignment on Intro_Tech_C_VoidCP4Ready___FromCheat"); \ static_assert(sizeof(Intro_Tech_C_VoidCP4Ready___FromCheat) == 0x000008, "Wrong size on Intro_Tech_C_VoidCP4Ready___FromCheat"); \ static_assert(offsetof(Intro_Tech_C_VoidCP4Ready___FromCheat, Caller) == 0x000000, "Member 'Intro_Tech_C_VoidCP4Ready___FromCheat::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_VoidCP5Ready___FromCheat \ static_assert(alignof(Intro_Tech_C_VoidCP5Ready___FromCheat) == 0x000008, "Wrong alignment on Intro_Tech_C_VoidCP5Ready___FromCheat"); \ static_assert(sizeof(Intro_Tech_C_VoidCP5Ready___FromCheat) == 0x000008, "Wrong size on Intro_Tech_C_VoidCP5Ready___FromCheat"); \ static_assert(offsetof(Intro_Tech_C_VoidCP5Ready___FromCheat, Caller) == 0x000000, "Member 'Intro_Tech_C_VoidCP5Ready___FromCheat::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_SetupTrial2 \ static_assert(alignof(Intro_Tech_C_SetupTrial2) == 0x000008, "Wrong alignment on Intro_Tech_C_SetupTrial2"); \ static_assert(sizeof(Intro_Tech_C_SetupTrial2) == 0x000008, "Wrong size on Intro_Tech_C_SetupTrial2"); \ static_assert(offsetof(Intro_Tech_C_SetupTrial2, Caller) == 0x000000, "Member 'Intro_Tech_C_SetupTrial2::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_Initialize_INT_Revelio \ static_assert(alignof(Intro_Tech_C_Initialize_INT_Revelio) == 0x000008, "Wrong alignment on Intro_Tech_C_Initialize_INT_Revelio"); \ static_assert(sizeof(Intro_Tech_C_Initialize_INT_Revelio) == 0x000008, "Wrong size on Intro_Tech_C_Initialize_INT_Revelio"); \ static_assert(offsetof(Intro_Tech_C_Initialize_INT_Revelio, Caller) == 0x000000, "Member 'Intro_Tech_C_Initialize_INT_Revelio::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_Send_HotspotWave \ static_assert(alignof(Intro_Tech_C_Send_HotspotWave) == 0x000008, "Wrong alignment on Intro_Tech_C_Send_HotspotWave"); \ static_assert(sizeof(Intro_Tech_C_Send_HotspotWave) == 0x000008, "Wrong size on Intro_Tech_C_Send_HotspotWave"); \ static_assert(offsetof(Intro_Tech_C_Send_HotspotWave, Caller) == 0x000000, "Member 'Intro_Tech_C_Send_HotspotWave::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_BndEvt__Intro_Tech_TriggerVolume_LookAt_PlayerSettings_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerVolume_LookAt_PlayerSettings_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Tech_C_BndEvt__Intro_Tech_TriggerVolume_LookAt_PlayerSettings_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerVolume_LookAt_PlayerSettings_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Tech_C_BndEvt__Intro_Tech_TriggerVolume_LookAt_PlayerSettings_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerVolume_LookAt_PlayerSettings_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerVolume_LookAt_PlayerSettings_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_BndEvt__Intro_Tech_TriggerVolume_LookAt_PlayerSettings_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Tech_C_BndEvt__Intro_Tech_TriggerVolume_LookAt_PlayerSettings_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_StartAutomation___CliffsideCave \ static_assert(alignof(Intro_Tech_C_StartAutomation___CliffsideCave) == 0x000008, "Wrong alignment on Intro_Tech_C_StartAutomation___CliffsideCave"); \ static_assert(sizeof(Intro_Tech_C_StartAutomation___CliffsideCave) == 0x000008, "Wrong size on Intro_Tech_C_StartAutomation___CliffsideCave"); \ static_assert(offsetof(Intro_Tech_C_StartAutomation___CliffsideCave, Caller) == 0x000000, "Member 'Intro_Tech_C_StartAutomation___CliffsideCave::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_StartAutomation___CliffsideWall \ static_assert(alignof(Intro_Tech_C_StartAutomation___CliffsideWall) == 0x000008, "Wrong alignment on Intro_Tech_C_StartAutomation___CliffsideWall"); \ static_assert(sizeof(Intro_Tech_C_StartAutomation___CliffsideWall) == 0x000008, "Wrong size on Intro_Tech_C_StartAutomation___CliffsideWall"); \ static_assert(offsetof(Intro_Tech_C_StartAutomation___CliffsideWall, Caller) == 0x000000, "Member 'Intro_Tech_C_StartAutomation___CliffsideWall::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_StartAutomation___CliffsideRuins \ static_assert(alignof(Intro_Tech_C_StartAutomation___CliffsideRuins) == 0x000008, "Wrong alignment on Intro_Tech_C_StartAutomation___CliffsideRuins"); \ static_assert(sizeof(Intro_Tech_C_StartAutomation___CliffsideRuins) == 0x000008, "Wrong size on Intro_Tech_C_StartAutomation___CliffsideRuins"); \ static_assert(offsetof(Intro_Tech_C_StartAutomation___CliffsideRuins, Caller) == 0x000000, "Member 'Intro_Tech_C_StartAutomation___CliffsideRuins::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_TeleportFigAfterDarkness \ static_assert(alignof(Intro_Tech_C_TeleportFigAfterDarkness) == 0x000008, "Wrong alignment on Intro_Tech_C_TeleportFigAfterDarkness"); \ static_assert(sizeof(Intro_Tech_C_TeleportFigAfterDarkness) == 0x000008, "Wrong size on Intro_Tech_C_TeleportFigAfterDarkness"); \ static_assert(offsetof(Intro_Tech_C_TeleportFigAfterDarkness, Caller) == 0x000000, "Member 'Intro_Tech_C_TeleportFigAfterDarkness::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_InitializeGringottsTransitionSR \ static_assert(alignof(Intro_Tech_C_InitializeGringottsTransitionSR) == 0x000008, "Wrong alignment on Intro_Tech_C_InitializeGringottsTransitionSR"); \ static_assert(sizeof(Intro_Tech_C_InitializeGringottsTransitionSR) == 0x000008, "Wrong size on Intro_Tech_C_InitializeGringottsTransitionSR"); \ static_assert(offsetof(Intro_Tech_C_InitializeGringottsTransitionSR, Caller) == 0x000000, "Member 'Intro_Tech_C_InitializeGringottsTransitionSR::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Tech_C_ExecuteUbergraph_Intro_Tech \ static_assert(alignof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech) == 0x000008, "Wrong alignment on Intro_Tech_C_ExecuteUbergraph_Intro_Tech"); \ static_assert(sizeof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech) == 0x000CD0, "Wrong size on Intro_Tech_C_ExecuteUbergraph_Intro_Tech"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, EntryPoint) == 0x000000, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_13) == 0x000008, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_13' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_object_Variable) == 0x000020, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle) == 0x000038, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_1) == 0x000058, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_3) == 0x000068, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_2) == 0x000078, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_4) == 0x000088, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_3) == 0x000098, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000A8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_4) == 0x0000B8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000C8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_5) == 0x0000D8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000E8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_6) == 0x0000F8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_8) == 0x000108, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_7) == 0x000118, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_9) == 0x000128, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_8) == 0x000138, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_10) == 0x000148, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_9) == 0x000158, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_9' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_11) == 0x000168, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_10) == 0x000178, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_10' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_12) == 0x000188, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_11) == 0x000198, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_11' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_13) == 0x0001A8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_12) == 0x0001B8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_12' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_14) == 0x0001C8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_15) == 0x0001D8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_16) == 0x0001E8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_13) == 0x0001F8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_13' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_14) == 0x000208, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_14' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_17) == 0x000218, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_18) == 0x000228, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_15) == 0x000238, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_15' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_16) == 0x000248, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_16' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_19) == 0x000258, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_20) == 0x000268, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_17) == 0x000278, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_17' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_18) == 0x000288, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_18' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_21) == 0x000298, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_22) == 0x0002A8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_19) == 0x0002B8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_19' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_20) == 0x0002C8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_20' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_23) == 0x0002D8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_24) == 0x0002E8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_21) == 0x0002F8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_21' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_22) == 0x000308, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_22' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_25) == 0x000318, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_26) == 0x000328, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_23) == 0x000338, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_23' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_24) == 0x000348, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_24' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_27) == 0x000358, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_28) == 0x000368, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_25) == 0x000378, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_25' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_12) == 0x000388, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_12' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_11) == 0x000390, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_11' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_29) == 0x000398, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_29' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_object_Variable_1) == 0x0003A8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_30) == 0x0003B0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_30' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_26) == 0x0003C0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_26' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_10) == 0x0003D0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_10' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_31) == 0x0003D8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_31' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_9) == 0x0003E8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_9' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_32) == 0x0003F0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_32' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_8) == 0x000400, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_33) == 0x000408, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_33' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_object_Variable_2) == 0x000418, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_34) == 0x000420, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_34' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_7) == 0x000430, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_6) == 0x000438, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_35) == 0x000440, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_35' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_5) == 0x000450, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_36) == 0x000458, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_36' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_object_Variable_3) == 0x000468, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_37) == 0x000470, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_37' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_4) == 0x000480, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_38) == 0x000488, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_38' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_3) == 0x000498, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_39) == 0x0004A0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_39' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_2) == 0x0004B0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_40) == 0x0004B8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_40' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_object_Variable_4) == 0x0004C8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_41) == 0x0004D0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_41' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_42) == 0x0004E0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_42' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_43) == 0x0004F0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_43' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_27) == 0x000500, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_27' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_44) == 0x000510, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_44' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_28) == 0x000520, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_28' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_45) == 0x000530, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_45' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_29) == 0x000540, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_29' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_46) == 0x000550, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_46' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_30) == 0x000560, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_30' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_47) == 0x000570, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_47' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_31) == 0x000580, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_31' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_48) == 0x000590, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_48' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_1) == 0x0005A0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer) == 0x0005A8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_49) == 0x0005B0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_49' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_object_Variable_5) == 0x0005C0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_Has_Been_Initd_Variable) == 0x0005C8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_IsClosed_Variable) == 0x0005C9, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x0005CA, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_object_Variable_6) == 0x0005D0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_1) == 0x0005D8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_Has_Been_Initd_Variable_1) == 0x0005D9, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_2) == 0x0005DA, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_IsClosed_Variable_1) == 0x0005DB, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_25) == 0x0005E0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_25' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_3) == 0x0005E8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_Has_Been_Initd_Variable_2) == 0x0005E9, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_IsClosed_Variable_2) == 0x0005EA, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_50) == 0x0005EC, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_50' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_4) == 0x0005FC, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_IsClosed_Variable_3) == 0x0005FD, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_Has_Been_Initd_Variable_3) == 0x0005FE, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_Has_Been_Initd_Variable_4) == 0x0005FF, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_26) == 0x000600, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_26' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_IsClosed_Variable_4) == 0x000608, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_Has_Been_Initd_Variable_5) == 0x000609, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_IsClosed_Variable_5) == 0x00060A, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_51) == 0x00060C, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_51' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_5) == 0x00061C, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_Has_Been_Initd_Variable_6) == 0x00061D, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_Has_Been_Initd_Variable_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_Get_ReturnValue) == 0x000620, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_14) == 0x000628, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_14' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_37) == 0x000630, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_37' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_String_2) == 0x000638, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_String_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_36) == 0x000640, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_36' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_String_1) == 0x000648, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_String_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_Get_ReturnValue_1) == 0x000650, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_GetCharacterFromDatabase_ReturnValue) == 0x000658, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_GetCharacterFromDatabase_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_27) == 0x000668, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_27' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_GetScheduledEntityFromName_ReturnValue) == 0x000670, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_GetScheduledEntityFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_DynamicCast_AsStation_Interactor_Interface) == 0x000678, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_DynamicCast_AsStation_Interactor_Interface' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_DynamicCast_bSuccess) == 0x000688, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_GetCharacter_ReturnValue) == 0x000690, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_IsValid_ReturnValue) == 0x000698, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_PlaySceneRig_ReturnValue) == 0x0006A0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_PlaySceneRig_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_52) == 0x0006A8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_52' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_IsValid_ReturnValue_1) == 0x0006B8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_Event_EndPlayReason) == 0x0006B9, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_GetPhoenixGameInstancePure_ReturnValue) == 0x0006C0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_GetPhoenixGameInstancePure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_IsClosed_Variable_6) == 0x0006C8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_IsClosed_Variable_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Actor) == 0x0006D0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_PlaySceneRig_ReturnValue_1) == 0x0006D8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_PlaySceneRig_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_53) == 0x0006E0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_53' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_IsValid_ReturnValue_2) == 0x0006F0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_54) == 0x0006F4, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_54' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_35) == 0x000708, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_35' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_32) == 0x000710, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_32' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_34) == 0x000720, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_34' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_String) == 0x000728, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_String' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_Initialize_ReturnValue) == 0x000730, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_Initialize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_PlaySceneRig_ReturnValue_2) == 0x000738, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_PlaySceneRig_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_IsValid_ReturnValue_3) == 0x000740, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_IsValid_ReturnValue_4) == 0x000741, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_6) == 0x000742, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_55) == 0x000744, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_55' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_PlaySceneRig_ReturnValue_3) == 0x000758, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_PlaySceneRig_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_PlaySceneRig_ReturnValue_4) == 0x000760, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_PlaySceneRig_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_IsValid_ReturnValue_5) == 0x000768, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_IsValid_ReturnValue_6) == 0x000769, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_Initialize_ReturnValue_1) == 0x000770, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_Initialize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_IsValid_ReturnValue_7) == 0x000778, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_33) == 0x000780, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_33' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_IsClosed_Variable_7) == 0x000788, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_IsClosed_Variable_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_32) == 0x000790, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_32' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_31) == 0x000798, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_31' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_56) == 0x0007A0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_56' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_30) == 0x0007B0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_30' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_29) == 0x0007B8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_29' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_28) == 0x0007C0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_28' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_27) == 0x0007C8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_27' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_26) == 0x0007D0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_26' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_25) == 0x0007D8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_25' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0007E0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_15) == 0x0007E8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_15' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0007F0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0007FC, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OverlappedActor_12) == 0x000808, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OverlappedActor_12' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OtherActor_12) == 0x000810, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OtherActor_12' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OverlappedActor_11) == 0x000818, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OverlappedActor_11' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OtherActor_11) == 0x000820, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OtherActor_11' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OverlappedActor_10) == 0x000828, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OverlappedActor_10' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OtherActor_10) == 0x000830, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OtherActor_10' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OverlappedActor_9) == 0x000838, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OverlappedActor_9' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OtherActor_9) == 0x000840, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OtherActor_9' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x000848, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OverlappedActor_8) == 0x000850, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OverlappedActor_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OtherActor_8) == 0x000858, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OtherActor_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000860, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00086C, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OverlappedActor_7) == 0x000878, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OverlappedActor_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OtherActor_7) == 0x000880, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OtherActor_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OverlappedActor_6) == 0x000888, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OverlappedActor_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OtherActor_6) == 0x000890, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OtherActor_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OverlappedActor_5) == 0x000898, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OverlappedActor_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OtherActor_5) == 0x0008A0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OtherActor_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_GetPlayerCameraManager_ReturnValue_2) == 0x0008A8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_GetPlayerCameraManager_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_57) == 0x0008B0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_57' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OverlappedActor_4) == 0x0008C0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OverlappedActor_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OtherActor_4) == 0x0008C8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OtherActor_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OverlappedActor_3) == 0x0008D0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OverlappedActor_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OtherActor_3) == 0x0008D8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OtherActor_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OverlappedActor_2) == 0x0008E0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OverlappedActor_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OtherActor_2) == 0x0008E8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OtherActor_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OverlappedActor_1) == 0x0008F0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OverlappedActor_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OtherActor_1) == 0x0008F8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_24) == 0x000900, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_24' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_23) == 0x000908, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_23' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_K2_GetActorRotation_ReturnValue_2) == 0x000910, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_K2_GetActorRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00091C, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_Get_ReturnValue_2) == 0x000928, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_58) == 0x000930, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_58' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_59) == 0x000940, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_59' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_33) == 0x000950, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_33' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_22) == 0x000960, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_22' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_60) == 0x000968, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_60' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_21) == 0x000978, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_21' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_61) == 0x000980, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_61' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_object_Variable_7) == 0x000990, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindEvent_Handle_34) == 0x000998, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindEvent_Handle_34' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_20) == 0x0009A8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_20' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_19) == 0x0009B0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_19' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_16) == 0x0009B8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_16' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_18) == 0x0009C0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_18' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_62) == 0x0009C8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_62' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_PlaySceneRig_ReturnValue_5) == 0x0009D8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_PlaySceneRig_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_IsValid_ReturnValue_8) == 0x0009E0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_17) == 0x0009E8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_17' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_63) == 0x0009F0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_63' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_18) == 0x000A00, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_18' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_17) == 0x000A08, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_17' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_16) == 0x000A10, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_16' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_Get_ReturnValue_3) == 0x000A18, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_64) == 0x000A20, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_64' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_15) == 0x000A30, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_15' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_14) == 0x000A38, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_14' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_13) == 0x000A40, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_13' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_65) == 0x000A48, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_65' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_66) == 0x000A58, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_66' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_object_Variable_8) == 0x000A68, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_19) == 0x000A70, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_19' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_67) == 0x000A78, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_67' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_20) == 0x000A88, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_20' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_12) == 0x000A90, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_12' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_MakeLiteralName_ReturnValue) == 0x000A98, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_11) == 0x000AA0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_11' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000AA8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_GetIntroCheckpoint_ReturnValue) == 0x000AB0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_GetIntroCheckpoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_10) == 0x000AB8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_10' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_SwitchEnum_CmpSuccess) == 0x000AC0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000AC8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_68) == 0x000AD0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_68' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_IsValid_ReturnValue_9) == 0x000AE0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_21) == 0x000AE8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_21' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_GetComponentByClass_ReturnValue) == 0x000AF0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_GetWand_ReturnValue) == 0x000AF8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_GetWand_ReturnValue_1) == 0x000B00, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_GetWand_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_IsValid_ReturnValue_10) == 0x000B08, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_IsValid_ReturnValue_11) == 0x000B09, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_69) == 0x000B0C, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_69' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_K2_TeleportTo_ReturnValue) == 0x000B1C, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_K2_TeleportTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_K2_TeleportTo_ReturnValue_1) == 0x000B1D, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_K2_TeleportTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_K2_TeleportTo_ReturnValue_2) == 0x000B1E, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_K2_TeleportTo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_9) == 0x000B20, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_9' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_8) == 0x000B28, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_7) == 0x000B30, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_6) == 0x000B38, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_70) == 0x000B40, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_70' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_5) == 0x000B50, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindFName_Handle) == 0x000B58, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindFName_Handle' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_PlaySceneRig_ReturnValue_6) == 0x000B68, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_PlaySceneRig_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_71) == 0x000B70, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_71' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_IsValid_ReturnValue_12) == 0x000B80, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_72) == 0x000B84, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_72' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindFName_Handle_1) == 0x000B98, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindFName_Handle_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_PlaySceneRig_ReturnValue_7) == 0x000BA8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_PlaySceneRig_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_IsValid_ReturnValue_13) == 0x000BB0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OverlappedActor) == 0x000BB8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_ActorBoundEvent_OtherActor) == 0x000BC0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_ActorBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_Has_Been_Initd_Variable_7) == 0x000BC8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_Has_Been_Initd_Variable_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_object_Variable_9) == 0x000BD0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_GetIsMovementInput_ReturnValue) == 0x000BD8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_GetIsMovementInput_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_AddStateToStack_ReturnValue) == 0x000BDC, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_AddStateToStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_IsValid_ReturnValue_14) == 0x000BE0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_Not_PreBool_ReturnValue) == 0x000BE1, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_22) == 0x000BE8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_22' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_73) == 0x000BF0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_73' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_ActorStartSkinFX_skinFXComponent) == 0x000C00, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_ActorStartSkinFX_skinFXComponent' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_ActorStartSkinFX_skinFXComponent_1) == 0x000C08, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_ActorStartSkinFX_skinFXComponent_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_ActorStartSkinFX_skinFXComponent_2) == 0x000C10, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_ActorStartSkinFX_skinFXComponent_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_AddStateToStack_ReturnValue_1) == 0x000C18, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_AddStateToStack_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_PostEventAtLocation_ReturnValue) == 0x000C1C, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000C20, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_Get_ReturnValue_4) == 0x000C28, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_Get_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_Get_ReturnValue_5) == 0x000C30, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_Get_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_StartTutorial_ReturnValue) == 0x000C38, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_StartTutorial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_AbortTutorial_ReturnValue) == 0x000C39, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_AbortTutorial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_23) == 0x000C40, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_23' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_74) == 0x000C48, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_74' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_SceneRigPlayer_24) == 0x000C58, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_SceneRigPlayer_24' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_IsClosed_Variable_8) == 0x000C60, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_IsClosed_Variable_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_4) == 0x000C68, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_75) == 0x000C70, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_75' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_3) == 0x000C80, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_2) == 0x000C88, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_IsValid_ReturnValue_15) == 0x000C90, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CreateDelegate_OutputDelegate_76) == 0x000C94, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CreateDelegate_OutputDelegate_76' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, CallFunc_HermesBindFName_Handle_2) == 0x000CA8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::CallFunc_HermesBindFName_Handle_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller_1) == 0x000CB8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, Temp_bool_Has_Been_Initd_Variable_8) == 0x000CC0, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::Temp_bool_Has_Been_Initd_Variable_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Tech_C_ExecuteUbergraph_Intro_Tech, K2Node_CustomEvent_Caller) == 0x000CC8, "Member 'Intro_Tech_C_ExecuteUbergraph_Intro_Tech::K2Node_CustomEvent_Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIntro_Tech_C \ static_assert(alignof(AIntro_Tech_C) == 0x000008, "Wrong alignment on AIntro_Tech_C"); \ static_assert(sizeof(AIntro_Tech_C) == 0x000360, "Wrong size on AIntro_Tech_C"); \ static_assert(offsetof(AIntro_Tech_C, UberGraphFrame) == 0x000250, "Member 'AIntro_Tech_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, PortkeyLandingPlayer) == 0x000258, "Member 'AIntro_Tech_C::PortkeyLandingPlayer' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, bPrintDebugStrings) == 0x000260, "Member 'AIntro_Tech_C::bPrintDebugStrings' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, FogDensities) == 0x000268, "Member 'AIntro_Tech_C::FogDensities' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, FogHeights) == 0x000278, "Member 'AIntro_Tech_C::FogHeights' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, InvisibleWalls) == 0x000288, "Member 'AIntro_Tech_C::InvisibleWalls' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, Arena1Lights) == 0x000298, "Member 'AIntro_Tech_C::Arena1Lights' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, Arena2Lights) == 0x0002A8, "Member 'AIntro_Tech_C::Arena2Lights' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, Player) == 0x0002B8, "Member 'AIntro_Tech_C::Player' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, RevelioPlayer) == 0x0002C0, "Member 'AIntro_Tech_C::RevelioPlayer' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, IsPlayerCastingLumos) == 0x0002C8, "Member 'AIntro_Tech_C::IsPlayerCastingLumos' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, BP_CharacterReflector_Trial_1_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x0002D0, "Member 'AIntro_Tech_C::BP_CharacterReflector_Trial_1_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, SR_INT_Separated_5_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x0002D8, "Member 'AIntro_Tech_C::SR_INT_Separated_5_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, SR_INT_Footprints_2_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x0002E0, "Member 'AIntro_Tech_C::SR_INT_Footprints_2_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, SR_INT_Revelio_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x0002E8, "Member 'AIntro_Tech_C::SR_INT_Revelio_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, SR_INT_IceFloor_3_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x0002F0, "Member 'AIntro_Tech_C::SR_INT_IceFloor_3_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, SR_INT_RuinsToGringottsTransition_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x0002F8, "Member 'AIntro_Tech_C::SR_INT_RuinsToGringottsTransition_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, Actor_LookAt_Gringotts_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x000300, "Member 'AIntro_Tech_C::Actor_LookAt_Gringotts_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, WindVortexSource2_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x000308, "Member 'AIntro_Tech_C::WindVortexSource2_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, WindVortexSource3_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x000310, "Member 'AIntro_Tech_C::WindVortexSource3_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, Actor_FadeReset_Arena1_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x000318, "Member 'AIntro_Tech_C::Actor_FadeReset_Arena1_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, Actor_FadeReset_Arena2_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x000320, "Member 'AIntro_Tech_C::Actor_FadeReset_Arena2_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, Actor_FadeReset_Arena3_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x000328, "Member 'AIntro_Tech_C::Actor_FadeReset_Arena3_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, SR_INT_IceFloor_2_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x000330, "Member 'AIntro_Tech_C::SR_INT_IceFloor_2_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, BP_CharacterReflector_Trial_1_Fig_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x000338, "Member 'AIntro_Tech_C::BP_CharacterReflector_Trial_1_Fig_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, Actor_Automation_TP_Cave_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x000340, "Member 'AIntro_Tech_C::Actor_Automation_TP_Cave_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, Actor_Automation_TP_Wall_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x000348, "Member 'AIntro_Tech_C::Actor_Automation_TP_Wall_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, Actor_Automation_TP_Ruin_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x000350, "Member 'AIntro_Tech_C::Actor_Automation_TP_Ruin_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Tech_C, BP_PT_Fig_TeleportAfterDarkness_ExecuteUbergraph_Intro_Tech_RefProperty) == 0x000358, "Member 'AIntro_Tech_C::BP_PT_Fig_TeleportAfterDarkness_ExecuteUbergraph_Intro_Tech_RefProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOdcFlagsDefinition \ static_assert(alignof(FOdcFlagsDefinition) == 0x000008, "Wrong alignment on FOdcFlagsDefinition"); \ static_assert(sizeof(FOdcFlagsDefinition) == 0x000010, "Wrong size on FOdcFlagsDefinition"); \ static_assert(offsetof(FOdcFlagsDefinition, flags) == 0x000000, "Member 'FOdcFlagsDefinition::flags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOdcFlags \ static_assert(alignof(FOdcFlags) == 0x000004, "Wrong alignment on FOdcFlags"); \ static_assert(sizeof(FOdcFlags) == 0x000004, "Wrong size on FOdcFlags"); \ static_assert(offsetof(FOdcFlags, Bits) == 0x000000, "Member 'FOdcFlags::Bits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOdcPenaltyTable \ static_assert(alignof(FOdcPenaltyTable) == 0x000008, "Wrong alignment on FOdcPenaltyTable"); \ static_assert(sizeof(FOdcPenaltyTable) == 0x000020, "Wrong size on FOdcPenaltyTable"); \ static_assert(offsetof(FOdcPenaltyTable, Mode) == 0x000000, "Member 'FOdcPenaltyTable::Mode' has a wrong offset!"); \ static_assert(offsetof(FOdcPenaltyTable, PerFlagPenalties) == 0x000008, "Member 'FOdcPenaltyTable::PerFlagPenalties' has a wrong offset!"); \ static_assert(offsetof(FOdcPenaltyTable, FixedPointDenominator) == 0x000018, "Member 'FOdcPenaltyTable::FixedPointDenominator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOdcPathSpec \ static_assert(alignof(FOdcPathSpec) == 0x000008, "Wrong alignment on FOdcPathSpec"); \ static_assert(sizeof(FOdcPathSpec) == 0x000050, "Wrong size on FOdcPathSpec"); \ static_assert(offsetof(FOdcPathSpec, ObstacleMode) == 0x000000, "Member 'FOdcPathSpec::ObstacleMode' has a wrong offset!"); \ static_assert(offsetof(FOdcPathSpec, ObstacleBlockageFlags) == 0x000004, "Member 'FOdcPathSpec::ObstacleBlockageFlags' has a wrong offset!"); \ static_assert(offsetof(FOdcPathSpec, AreaUsageFlags) == 0x000008, "Member 'FOdcPathSpec::AreaUsageFlags' has a wrong offset!"); \ static_assert(offsetof(FOdcPathSpec, AreaPenaltyFlags) == 0x00000C, "Member 'FOdcPathSpec::AreaPenaltyFlags' has a wrong offset!"); \ static_assert(offsetof(FOdcPathSpec, LinkUsageFlags) == 0x000010, "Member 'FOdcPathSpec::LinkUsageFlags' has a wrong offset!"); \ static_assert(offsetof(FOdcPathSpec, bUsePathSharingPenalty) == 0x000014, "Member 'FOdcPathSpec::bUsePathSharingPenalty' has a wrong offset!"); \ static_assert(offsetof(FOdcPathSpec, PathSharingPenalty) == 0x000018, "Member 'FOdcPathSpec::PathSharingPenalty' has a wrong offset!"); \ static_assert(offsetof(FOdcPathSpec, MaxPathSharingPenalty) == 0x00001C, "Member 'FOdcPathSpec::MaxPathSharingPenalty' has a wrong offset!"); \ static_assert(offsetof(FOdcPathSpec, MaxSearchDist) == 0x000020, "Member 'FOdcPathSpec::MaxSearchDist' has a wrong offset!"); \ static_assert(offsetof(FOdcPathSpec, PenaltyTable) == 0x000028, "Member 'FOdcPathSpec::PenaltyTable' has a wrong offset!"); \ static_assert(offsetof(FOdcPathSpec, SnapMode) == 0x000048, "Member 'FOdcPathSpec::SnapMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOdcObstacleData \ static_assert(alignof(FOdcObstacleData) == 0x000008, "Wrong alignment on FOdcObstacleData"); \ static_assert(sizeof(FOdcObstacleData) == 0x000028, "Wrong size on FOdcObstacleData"); \ static_assert(offsetof(FOdcObstacleData, Layers) == 0x000000, "Member 'FOdcObstacleData::Layers' has a wrong offset!"); \ static_assert(offsetof(FOdcObstacleData, Behavior) == 0x000004, "Member 'FOdcObstacleData::Behavior' has a wrong offset!"); \ static_assert(offsetof(FOdcObstacleData, Cost) == 0x000008, "Member 'FOdcObstacleData::Cost' has a wrong offset!"); \ static_assert(offsetof(FOdcObstacleData, BlockageFlags) == 0x00000C, "Member 'FOdcObstacleData::BlockageFlags' has a wrong offset!"); \ static_assert(offsetof(FOdcObstacleData, MarkupFlags) == 0x000010, "Member 'FOdcObstacleData::MarkupFlags' has a wrong offset!"); \ static_assert(offsetof(FOdcObstacleData, Name) == 0x000018, "Member 'FOdcObstacleData::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOdcCollisionAreaUsageFlag \ static_assert(alignof(FOdcCollisionAreaUsageFlag) == 0x000001, "Wrong alignment on FOdcCollisionAreaUsageFlag"); \ static_assert(sizeof(FOdcCollisionAreaUsageFlag) == 0x000001, "Wrong size on FOdcCollisionAreaUsageFlag"); \ #define DUMPER7_ASSERTS_FOdcCollisionChannelSet \ static_assert(alignof(FOdcCollisionChannelSet) == 0x000004, "Wrong alignment on FOdcCollisionChannelSet"); \ static_assert(sizeof(FOdcCollisionChannelSet) == 0x000004, "Wrong size on FOdcCollisionChannelSet"); \ static_assert(offsetof(FOdcCollisionChannelSet, ChannelBitmask) == 0x000000, "Member 'FOdcCollisionChannelSet::ChannelBitmask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOdcNavGraphImage \ static_assert(alignof(FOdcNavGraphImage) == 0x000008, "Wrong alignment on FOdcNavGraphImage"); \ static_assert(sizeof(FOdcNavGraphImage) == 0x000010, "Wrong size on FOdcNavGraphImage"); \ static_assert(offsetof(FOdcNavGraphImage, Data) == 0x000000, "Member 'FOdcNavGraphImage::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOdcGeometryMetrics \ static_assert(alignof(FOdcGeometryMetrics) == 0x000004, "Wrong alignment on FOdcGeometryMetrics"); \ static_assert(sizeof(FOdcGeometryMetrics) == 0x000014, "Wrong size on FOdcGeometryMetrics"); \ static_assert(offsetof(FOdcGeometryMetrics, TraceLedgeRadius) == 0x000000, "Member 'FOdcGeometryMetrics::TraceLedgeRadius' has a wrong offset!"); \ static_assert(offsetof(FOdcGeometryMetrics, TraceLedgeIntoWallAdjust) == 0x000004, "Member 'FOdcGeometryMetrics::TraceLedgeIntoWallAdjust' has a wrong offset!"); \ static_assert(offsetof(FOdcGeometryMetrics, TraceLedgeUpAdjust) == 0x000008, "Member 'FOdcGeometryMetrics::TraceLedgeUpAdjust' has a wrong offset!"); \ static_assert(offsetof(FOdcGeometryMetrics, TraceLedgeDownCast) == 0x00000C, "Member 'FOdcGeometryMetrics::TraceLedgeDownCast' has a wrong offset!"); \ static_assert(offsetof(FOdcGeometryMetrics, LinkOffsetFromLadderEnds) == 0x000010, "Member 'FOdcGeometryMetrics::LinkOffsetFromLadderEnds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOdcLayerConfig \ static_assert(alignof(FOdcLayerConfig) == 0x000004, "Wrong alignment on FOdcLayerConfig"); \ static_assert(sizeof(FOdcLayerConfig) == 0x00000C, "Wrong size on FOdcLayerConfig"); \ static_assert(offsetof(FOdcLayerConfig, Radius) == 0x000000, "Member 'FOdcLayerConfig::Radius' has a wrong offset!"); \ static_assert(offsetof(FOdcLayerConfig, Height) == 0x000004, "Member 'FOdcLayerConfig::Height' has a wrong offset!"); \ static_assert(offsetof(FOdcLayerConfig, ExtrusionRadius) == 0x000008, "Member 'FOdcLayerConfig::ExtrusionRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOdcLinkAutogenParams \ static_assert(alignof(FOdcLinkAutogenParams) == 0x000001, "Wrong alignment on FOdcLinkAutogenParams"); \ static_assert(sizeof(FOdcLinkAutogenParams) == 0x000001, "Wrong size on FOdcLinkAutogenParams"); \ #define DUMPER7_ASSERTS_FOdcSlopeAreaUsageFlag \ static_assert(alignof(FOdcSlopeAreaUsageFlag) == 0x000001, "Wrong alignment on FOdcSlopeAreaUsageFlag"); \ static_assert(sizeof(FOdcSlopeAreaUsageFlag) == 0x000001, "Wrong size on FOdcSlopeAreaUsageFlag"); \ #define DUMPER7_ASSERTS_FDoNavigationAsyncWork \ static_assert(alignof(FDoNavigationAsyncWork) == 0x000008, "Wrong alignment on FDoNavigationAsyncWork"); \ static_assert(sizeof(FDoNavigationAsyncWork) == 0x000048, "Wrong size on FDoNavigationAsyncWork"); \ #define DUMPER7_ASSERTS_ALinkActor \ static_assert(alignof(ALinkActor) == 0x000008, "Wrong alignment on ALinkActor"); \ static_assert(sizeof(ALinkActor) == 0x0002D0, "Wrong size on ALinkActor"); \ static_assert(offsetof(ALinkActor, LinkType) == 0x000248, "Member 'ALinkActor::LinkType' has a wrong offset!"); \ static_assert(offsetof(ALinkActor, NavLayers) == 0x00024C, "Member 'ALinkActor::NavLayers' has a wrong offset!"); \ static_assert(offsetof(ALinkActor, ForwardLinkUsageFlags) == 0x000250, "Member 'ALinkActor::ForwardLinkUsageFlags' has a wrong offset!"); \ static_assert(offsetof(ALinkActor, BackwardLinkUsageFlags) == 0x000254, "Member 'ALinkActor::BackwardLinkUsageFlags' has a wrong offset!"); \ static_assert(offsetof(ALinkActor, Bidirectional) == 0x000258, "Member 'ALinkActor::Bidirectional' has a wrong offset!"); \ static_assert(offsetof(ALinkActor, Cost) == 0x00025C, "Member 'ALinkActor::Cost' has a wrong offset!"); \ static_assert(offsetof(ALinkActor, MustUseDist) == 0x000260, "Member 'ALinkActor::MustUseDist' has a wrong offset!"); \ static_assert(offsetof(ALinkActor, MaxSimultaneous) == 0x000264, "Member 'ALinkActor::MaxSimultaneous' has a wrong offset!"); \ static_assert(offsetof(ALinkActor, DelayBeforeNextUser) == 0x000268, "Member 'ALinkActor::DelayBeforeNextUser' has a wrong offset!"); \ static_assert(offsetof(ALinkActor, LinkStartPos) == 0x000278, "Member 'ALinkActor::LinkStartPos' has a wrong offset!"); \ static_assert(offsetof(ALinkActor, LinkEndPos) == 0x000284, "Member 'ALinkActor::LinkEndPos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOdcAuthoredObstacleSetupComponent \ static_assert(alignof(UOdcAuthoredObstacleSetupComponent) == 0x000010, "Wrong alignment on UOdcAuthoredObstacleSetupComponent"); \ static_assert(sizeof(UOdcAuthoredObstacleSetupComponent) == 0x000270, "Wrong size on UOdcAuthoredObstacleSetupComponent"); \ static_assert(offsetof(UOdcAuthoredObstacleSetupComponent, ShapeType) == 0x000218, "Member 'UOdcAuthoredObstacleSetupComponent::ShapeType' has a wrong offset!"); \ static_assert(offsetof(UOdcAuthoredObstacleSetupComponent, MinHeight) == 0x00021C, "Member 'UOdcAuthoredObstacleSetupComponent::MinHeight' has a wrong offset!"); \ static_assert(offsetof(UOdcAuthoredObstacleSetupComponent, MaxHeight) == 0x000220, "Member 'UOdcAuthoredObstacleSetupComponent::MaxHeight' has a wrong offset!"); \ static_assert(offsetof(UOdcAuthoredObstacleSetupComponent, HullPoints) == 0x000228, "Member 'UOdcAuthoredObstacleSetupComponent::HullPoints' has a wrong offset!"); \ static_assert(offsetof(UOdcAuthoredObstacleSetupComponent, BoxCenter) == 0x000238, "Member 'UOdcAuthoredObstacleSetupComponent::BoxCenter' has a wrong offset!"); \ static_assert(offsetof(UOdcAuthoredObstacleSetupComponent, BoxRotation) == 0x000250, "Member 'UOdcAuthoredObstacleSetupComponent::BoxRotation' has a wrong offset!"); \ static_assert(offsetof(UOdcAuthoredObstacleSetupComponent, BoxExtent) == 0x000260, "Member 'UOdcAuthoredObstacleSetupComponent::BoxExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOdcNavmeshFootprint \ static_assert(alignof(UOdcNavmeshFootprint) == 0x000008, "Wrong alignment on UOdcNavmeshFootprint"); \ static_assert(sizeof(UOdcNavmeshFootprint) == 0x000040, "Wrong size on UOdcNavmeshFootprint"); \ static_assert(offsetof(UOdcNavmeshFootprint, Hull) == 0x000028, "Member 'UOdcNavmeshFootprint::Hull' has a wrong offset!"); \ static_assert(offsetof(UOdcNavmeshFootprint, Height) == 0x000038, "Member 'UOdcNavmeshFootprint::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Odc_BP_GetNavmeshPoint \ static_assert(alignof(Odc_BP_GetNavmeshPoint) == 0x000004, "Wrong alignment on Odc_BP_GetNavmeshPoint"); \ static_assert(sizeof(Odc_BP_GetNavmeshPoint) == 0x00002C, "Wrong size on Odc_BP_GetNavmeshPoint"); \ static_assert(offsetof(Odc_BP_GetNavmeshPoint, Layer) == 0x000000, "Member 'Odc_BP_GetNavmeshPoint::Layer' has a wrong offset!"); \ static_assert(offsetof(Odc_BP_GetNavmeshPoint, InLoc) == 0x000004, "Member 'Odc_BP_GetNavmeshPoint::InLoc' has a wrong offset!"); \ static_assert(offsetof(Odc_BP_GetNavmeshPoint, InRadius) == 0x000010, "Member 'Odc_BP_GetNavmeshPoint::InRadius' has a wrong offset!"); \ static_assert(offsetof(Odc_BP_GetNavmeshPoint, InUpDist) == 0x000014, "Member 'Odc_BP_GetNavmeshPoint::InUpDist' has a wrong offset!"); \ static_assert(offsetof(Odc_BP_GetNavmeshPoint, InDownDist) == 0x000018, "Member 'Odc_BP_GetNavmeshPoint::InDownDist' has a wrong offset!"); \ static_assert(offsetof(Odc_BP_GetNavmeshPoint, OutLoc) == 0x00001C, "Member 'Odc_BP_GetNavmeshPoint::OutLoc' has a wrong offset!"); \ static_assert(offsetof(Odc_BP_GetNavmeshPoint, ReturnValue) == 0x000028, "Member 'Odc_BP_GetNavmeshPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOdc_BP \ static_assert(alignof(UOdc_BP) == 0x000008, "Wrong alignment on UOdc_BP"); \ static_assert(sizeof(UOdc_BP) == 0x000028, "Wrong size on UOdc_BP"); \ #define DUMPER7_ASSERTS_ULinkTextRenderComponent \ static_assert(alignof(ULinkTextRenderComponent) == 0x000010, "Wrong alignment on ULinkTextRenderComponent"); \ static_assert(sizeof(ULinkTextRenderComponent) == 0x0004D0, "Wrong size on ULinkTextRenderComponent"); \ #define DUMPER7_ASSERTS_UOdcCanvasTextComponent \ static_assert(alignof(UOdcCanvasTextComponent) == 0x000010, "Wrong alignment on UOdcCanvasTextComponent"); \ static_assert(sizeof(UOdcCanvasTextComponent) == 0x000480, "Wrong size on UOdcCanvasTextComponent"); \ #define DUMPER7_ASSERTS_AOdcDebugDrawActor \ static_assert(alignof(AOdcDebugDrawActor) == 0x000008, "Wrong alignment on AOdcDebugDrawActor"); \ static_assert(sizeof(AOdcDebugDrawActor) == 0x000280, "Wrong size on AOdcDebugDrawActor"); \ static_assert(offsetof(AOdcDebugDrawActor, CanvasTextComponent) == 0x000248, "Member 'AOdcDebugDrawActor::CanvasTextComponent' has a wrong offset!"); \ static_assert(offsetof(AOdcDebugDrawActor, LineBatchComponent) == 0x000250, "Member 'AOdcDebugDrawActor::LineBatchComponent' has a wrong offset!"); \ static_assert(offsetof(AOdcDebugDrawActor, DebugPanel) == 0x000258, "Member 'AOdcDebugDrawActor::DebugPanel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSpecInterface_GetBlockageFlags \ static_assert(alignof(PathSpecInterface_GetBlockageFlags) == 0x000004, "Wrong alignment on PathSpecInterface_GetBlockageFlags"); \ static_assert(sizeof(PathSpecInterface_GetBlockageFlags) == 0x000004, "Wrong size on PathSpecInterface_GetBlockageFlags"); \ static_assert(offsetof(PathSpecInterface_GetBlockageFlags, ReturnValue) == 0x000000, "Member 'PathSpecInterface_GetBlockageFlags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSpecInterface_GetLinkUsageFlags \ static_assert(alignof(PathSpecInterface_GetLinkUsageFlags) == 0x000004, "Wrong alignment on PathSpecInterface_GetLinkUsageFlags"); \ static_assert(sizeof(PathSpecInterface_GetLinkUsageFlags) == 0x000004, "Wrong size on PathSpecInterface_GetLinkUsageFlags"); \ static_assert(offsetof(PathSpecInterface_GetLinkUsageFlags, ReturnValue) == 0x000000, "Member 'PathSpecInterface_GetLinkUsageFlags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathSpecInterface_GetPathSpec \ static_assert(alignof(PathSpecInterface_GetPathSpec) == 0x000008, "Wrong alignment on PathSpecInterface_GetPathSpec"); \ static_assert(sizeof(PathSpecInterface_GetPathSpec) == 0x000050, "Wrong size on PathSpecInterface_GetPathSpec"); \ static_assert(offsetof(PathSpecInterface_GetPathSpec, ReturnValue) == 0x000000, "Member 'PathSpecInterface_GetPathSpec::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IPathSpecInterface \ static_assert(alignof(IPathSpecInterface) == 0x000001, "Wrong alignment on IPathSpecInterface"); \ static_assert(sizeof(IPathSpecInterface) == 0x000001, "Wrong size on IPathSpecInterface"); \ #define DUMPER7_ASSERTS_UOdcEnvQueryTest_SphereFit \ static_assert(alignof(UOdcEnvQueryTest_SphereFit) == 0x000008, "Wrong alignment on UOdcEnvQueryTest_SphereFit"); \ static_assert(sizeof(UOdcEnvQueryTest_SphereFit) == 0x000250, "Wrong size on UOdcEnvQueryTest_SphereFit"); \ static_assert(offsetof(UOdcEnvQueryTest_SphereFit, Radius) == 0x0001F8, "Member 'UOdcEnvQueryTest_SphereFit::Radius' has a wrong offset!"); \ static_assert(offsetof(UOdcEnvQueryTest_SphereFit, bCustomPathSpec) == 0x0001FC, "Member 'UOdcEnvQueryTest_SphereFit::bCustomPathSpec' has a wrong offset!"); \ static_assert(offsetof(UOdcEnvQueryTest_SphereFit, CustomPathSpec) == 0x000200, "Member 'UOdcEnvQueryTest_SphereFit::CustomPathSpec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExtendedOdcRepulsorComponent \ static_assert(alignof(UExtendedOdcRepulsorComponent) == 0x000010, "Wrong alignment on UExtendedOdcRepulsorComponent"); \ static_assert(sizeof(UExtendedOdcRepulsorComponent) == 0x000250, "Wrong size on UExtendedOdcRepulsorComponent"); \ static_assert(offsetof(UExtendedOdcRepulsorComponent, bEnabled) == 0x000218, "Member 'UExtendedOdcRepulsorComponent::bEnabled' has a wrong offset!"); \ static_assert(offsetof(UExtendedOdcRepulsorComponent, RepulsorTickFrameInterval) == 0x00021C, "Member 'UExtendedOdcRepulsorComponent::RepulsorTickFrameInterval' has a wrong offset!"); \ static_assert(offsetof(UExtendedOdcRepulsorComponent, RepulsorDistanceThreshold) == 0x000220, "Member 'UExtendedOdcRepulsorComponent::RepulsorDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(UExtendedOdcRepulsorComponent, RepulsorRadius) == 0x000224, "Member 'UExtendedOdcRepulsorComponent::RepulsorRadius' has a wrong offset!"); \ static_assert(offsetof(UExtendedOdcRepulsorComponent, RepulsorOuterCushion) == 0x000228, "Member 'UExtendedOdcRepulsorComponent::RepulsorOuterCushion' has a wrong offset!"); \ static_assert(offsetof(UExtendedOdcRepulsorComponent, RepulsorInnerCushion) == 0x00022C, "Member 'UExtendedOdcRepulsorComponent::RepulsorInnerCushion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALinkStripActor \ static_assert(alignof(ALinkStripActor) == 0x000008, "Wrong alignment on ALinkStripActor"); \ static_assert(sizeof(ALinkStripActor) == 0x0002F0, "Wrong size on ALinkStripActor"); \ static_assert(offsetof(ALinkStripActor, LinkStartPos2) == 0x0002D0, "Member 'ALinkStripActor::LinkStartPos2' has a wrong offset!"); \ static_assert(offsetof(ALinkStripActor, LinkEndPos2) == 0x0002DC, "Member 'ALinkStripActor::LinkEndPos2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOdcMoverPathFollowingComponent \ static_assert(alignof(UOdcMoverPathFollowingComponent) == 0x000008, "Wrong alignment on UOdcMoverPathFollowingComponent"); \ static_assert(sizeof(UOdcMoverPathFollowingComponent) == 0x000298, "Wrong size on UOdcMoverPathFollowingComponent"); \ static_assert(offsetof(UOdcMoverPathFollowingComponent, ReplacedNavDataClass) == 0x000270, "Member 'UOdcMoverPathFollowingComponent::ReplacedNavDataClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOdcNavData \ static_assert(alignof(AOdcNavData) == 0x000008, "Wrong alignment on AOdcNavData"); \ static_assert(sizeof(AOdcNavData) == 0x000458, "Wrong size on AOdcNavData"); \ static_assert(offsetof(AOdcNavData, Layer) == 0x000450, "Member 'AOdcNavData::Layer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOdcNavLinkComponent \ static_assert(alignof(UOdcNavLinkComponent) == 0x000010, "Wrong alignment on UOdcNavLinkComponent"); \ static_assert(sizeof(UOdcNavLinkComponent) == 0x000280, "Wrong size on UOdcNavLinkComponent"); \ static_assert(offsetof(UOdcNavLinkComponent, LinkType) == 0x000218, "Member 'UOdcNavLinkComponent::LinkType' has a wrong offset!"); \ static_assert(offsetof(UOdcNavLinkComponent, NavLayers) == 0x00021C, "Member 'UOdcNavLinkComponent::NavLayers' has a wrong offset!"); \ static_assert(offsetof(UOdcNavLinkComponent, ForwardLinkUsageFlags) == 0x000220, "Member 'UOdcNavLinkComponent::ForwardLinkUsageFlags' has a wrong offset!"); \ static_assert(offsetof(UOdcNavLinkComponent, BackwardLinkUsageFlags) == 0x000224, "Member 'UOdcNavLinkComponent::BackwardLinkUsageFlags' has a wrong offset!"); \ static_assert(offsetof(UOdcNavLinkComponent, Bidirectional) == 0x000228, "Member 'UOdcNavLinkComponent::Bidirectional' has a wrong offset!"); \ static_assert(offsetof(UOdcNavLinkComponent, Cost) == 0x00022C, "Member 'UOdcNavLinkComponent::Cost' has a wrong offset!"); \ static_assert(offsetof(UOdcNavLinkComponent, MustUseDist) == 0x000230, "Member 'UOdcNavLinkComponent::MustUseDist' has a wrong offset!"); \ static_assert(offsetof(UOdcNavLinkComponent, MaxSimultaneous) == 0x000234, "Member 'UOdcNavLinkComponent::MaxSimultaneous' has a wrong offset!"); \ static_assert(offsetof(UOdcNavLinkComponent, DelayBeforeNextUser) == 0x000238, "Member 'UOdcNavLinkComponent::DelayBeforeNextUser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOdcNavmeshActor \ static_assert(alignof(AOdcNavmeshActor) == 0x000008, "Wrong alignment on AOdcNavmeshActor"); \ static_assert(sizeof(AOdcNavmeshActor) == 0x000280, "Wrong size on AOdcNavmeshActor"); \ static_assert(offsetof(AOdcNavmeshActor, NavGraphImages) == 0x000248, "Member 'AOdcNavmeshActor::NavGraphImages' has a wrong offset!"); \ static_assert(offsetof(AOdcNavmeshActor, NavmeshExtent) == 0x000258, "Member 'AOdcNavmeshActor::NavmeshExtent' has a wrong offset!"); \ static_assert(offsetof(AOdcNavmeshActor, NavGraphImagesVersion) == 0x000268, "Member 'AOdcNavmeshActor::NavGraphImagesVersion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOdcNavmeshConfig \ static_assert(alignof(UOdcNavmeshConfig) == 0x000008, "Wrong alignment on UOdcNavmeshConfig"); \ static_assert(sizeof(UOdcNavmeshConfig) == 0x000238, "Wrong size on UOdcNavmeshConfig"); \ static_assert(offsetof(UOdcNavmeshConfig, CollisionChannelsAffectingNavmesh) == 0x000028, "Member 'UOdcNavmeshConfig::CollisionChannelsAffectingNavmesh' has a wrong offset!"); \ static_assert(offsetof(UOdcNavmeshConfig, DefaultAreaUsageFlags) == 0x00002C, "Member 'UOdcNavmeshConfig::DefaultAreaUsageFlags' has a wrong offset!"); \ static_assert(offsetof(UOdcNavmeshConfig, CrouchAreaUsageFlags) == 0x000030, "Member 'UOdcNavmeshConfig::CrouchAreaUsageFlags' has a wrong offset!"); \ static_assert(offsetof(UOdcNavmeshConfig, DeepWaterAreaUsageFlags) == 0x000034, "Member 'UOdcNavmeshConfig::DeepWaterAreaUsageFlags' has a wrong offset!"); \ static_assert(offsetof(UOdcNavmeshConfig, ShallowWaterAreaUsageFlags) == 0x000038, "Member 'UOdcNavmeshConfig::ShallowWaterAreaUsageFlags' has a wrong offset!"); \ static_assert(offsetof(UOdcNavmeshConfig, DefaultPenaltyMultiplier) == 0x00003C, "Member 'UOdcNavmeshConfig::DefaultPenaltyMultiplier' has a wrong offset!"); \ static_assert(offsetof(UOdcNavmeshConfig, MarkupCollisionPreset) == 0x000040, "Member 'UOdcNavmeshConfig::MarkupCollisionPreset' has a wrong offset!"); \ static_assert(offsetof(UOdcNavmeshConfig, CollisionAreaUsageFlags) == 0x000050, "Member 'UOdcNavmeshConfig::CollisionAreaUsageFlags' has a wrong offset!"); \ static_assert(offsetof(UOdcNavmeshConfig, SlopeAreaUsageFlags) == 0x000060, "Member 'UOdcNavmeshConfig::SlopeAreaUsageFlags' has a wrong offset!"); \ static_assert(offsetof(UOdcNavmeshConfig, LayerConfigs) == 0x000070, "Member 'UOdcNavmeshConfig::LayerConfigs' has a wrong offset!"); \ static_assert(offsetof(UOdcNavmeshConfig, AreaUsage) == 0x0001F0, "Member 'UOdcNavmeshConfig::AreaUsage' has a wrong offset!"); \ static_assert(offsetof(UOdcNavmeshConfig, LinkUsage) == 0x000200, "Member 'UOdcNavmeshConfig::LinkUsage' has a wrong offset!"); \ static_assert(offsetof(UOdcNavmeshConfig, ObstacleBlockage) == 0x000210, "Member 'UOdcNavmeshConfig::ObstacleBlockage' has a wrong offset!"); \ static_assert(offsetof(UOdcNavmeshConfig, GeometryMetrics) == 0x000220, "Member 'UOdcNavmeshConfig::GeometryMetrics' has a wrong offset!"); \ static_assert(offsetof(UOdcNavmeshConfig, DefaultDrawDisttance) == 0x000234, "Member 'UOdcNavmeshConfig::DefaultDrawDisttance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OdcObstacleComponent_AddActorComponentObstaclesBP \ static_assert(alignof(OdcObstacleComponent_AddActorComponentObstaclesBP) == 0x000008, "Wrong alignment on OdcObstacleComponent_AddActorComponentObstaclesBP"); \ static_assert(sizeof(OdcObstacleComponent_AddActorComponentObstaclesBP) == 0x000018, "Wrong size on OdcObstacleComponent_AddActorComponentObstaclesBP"); \ static_assert(offsetof(OdcObstacleComponent_AddActorComponentObstaclesBP, RemoveUnknownObstacles) == 0x000000, "Member 'OdcObstacleComponent_AddActorComponentObstaclesBP::RemoveUnknownObstacles' has a wrong offset!"); \ static_assert(offsetof(OdcObstacleComponent_AddActorComponentObstaclesBP, ExcludeComponents) == 0x000008, "Member 'OdcObstacleComponent_AddActorComponentObstaclesBP::ExcludeComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OdcObstacleComponent_AddComponentObstaclesBP \ static_assert(alignof(OdcObstacleComponent_AddComponentObstaclesBP) == 0x000008, "Wrong alignment on OdcObstacleComponent_AddComponentObstaclesBP"); \ static_assert(sizeof(OdcObstacleComponent_AddComponentObstaclesBP) == 0x000018, "Wrong size on OdcObstacleComponent_AddComponentObstaclesBP"); \ static_assert(offsetof(OdcObstacleComponent_AddComponentObstaclesBP, IncludeComponents) == 0x000000, "Member 'OdcObstacleComponent_AddComponentObstaclesBP::IncludeComponents' has a wrong offset!"); \ static_assert(offsetof(OdcObstacleComponent_AddComponentObstaclesBP, RemoveUnknownObstacles) == 0x000010, "Member 'OdcObstacleComponent_AddComponentObstaclesBP::RemoveUnknownObstacles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OdcObstacleComponent_ClearFlag \ static_assert(alignof(OdcObstacleComponent_ClearFlag) == 0x000004, "Wrong alignment on OdcObstacleComponent_ClearFlag"); \ static_assert(sizeof(OdcObstacleComponent_ClearFlag) == 0x000008, "Wrong size on OdcObstacleComponent_ClearFlag"); \ static_assert(offsetof(OdcObstacleComponent_ClearFlag, FlagName) == 0x000000, "Member 'OdcObstacleComponent_ClearFlag::FlagName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OdcObstacleComponent_SetFlag \ static_assert(alignof(OdcObstacleComponent_SetFlag) == 0x000004, "Wrong alignment on OdcObstacleComponent_SetFlag"); \ static_assert(sizeof(OdcObstacleComponent_SetFlag) == 0x000008, "Wrong size on OdcObstacleComponent_SetFlag"); \ static_assert(offsetof(OdcObstacleComponent_SetFlag, FlagName) == 0x000000, "Member 'OdcObstacleComponent_SetFlag::FlagName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOdcObstacleComponent \ static_assert(alignof(UOdcObstacleComponent) == 0x000010, "Wrong alignment on UOdcObstacleComponent"); \ static_assert(sizeof(UOdcObstacleComponent) == 0x000260, "Wrong size on UOdcObstacleComponent"); \ static_assert(offsetof(UOdcObstacleComponent, ObstacleData) == 0x000218, "Member 'UOdcObstacleComponent::ObstacleData' has a wrong offset!"); \ static_assert(offsetof(UOdcObstacleComponent, bExcludeIfParentHasAuthoredObstacle) == 0x000240, "Member 'UOdcObstacleComponent::bExcludeIfParentHasAuthoredObstacle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOdcObstacleMeshComponent \ static_assert(alignof(UOdcObstacleMeshComponent) == 0x000010, "Wrong alignment on UOdcObstacleMeshComponent"); \ static_assert(sizeof(UOdcObstacleMeshComponent) == 0x000520, "Wrong size on UOdcObstacleMeshComponent"); \ static_assert(offsetof(UOdcObstacleMeshComponent, NavStaticMesh) == 0x000518, "Member 'UOdcObstacleMeshComponent::NavStaticMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOdcRepulsorComponent \ static_assert(alignof(UOdcRepulsorComponent) == 0x000010, "Wrong alignment on UOdcRepulsorComponent"); \ static_assert(sizeof(UOdcRepulsorComponent) == 0x000230, "Wrong size on UOdcRepulsorComponent"); \ static_assert(offsetof(UOdcRepulsorComponent, RepulsorRadius) == 0x000218, "Member 'UOdcRepulsorComponent::RepulsorRadius' has a wrong offset!"); \ static_assert(offsetof(UOdcRepulsorComponent, RepulsorOuterCushion) == 0x00021C, "Member 'UOdcRepulsorComponent::RepulsorOuterCushion' has a wrong offset!"); \ static_assert(offsetof(UOdcRepulsorComponent, RepulsorInnerCushion) == 0x000220, "Member 'UOdcRepulsorComponent::RepulsorInnerCushion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavCollisionBox \ static_assert(alignof(FNavCollisionBox) == 0x000004, "Wrong alignment on FNavCollisionBox"); \ static_assert(sizeof(FNavCollisionBox) == 0x000018, "Wrong size on FNavCollisionBox"); \ static_assert(offsetof(FNavCollisionBox, Offset) == 0x000000, "Member 'FNavCollisionBox::Offset' has a wrong offset!"); \ static_assert(offsetof(FNavCollisionBox, Extent) == 0x00000C, "Member 'FNavCollisionBox::Extent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavCollisionCylinder \ static_assert(alignof(FNavCollisionCylinder) == 0x000004, "Wrong alignment on FNavCollisionCylinder"); \ static_assert(sizeof(FNavCollisionCylinder) == 0x000014, "Wrong size on FNavCollisionCylinder"); \ static_assert(offsetof(FNavCollisionCylinder, Offset) == 0x000000, "Member 'FNavCollisionCylinder::Offset' has a wrong offset!"); \ static_assert(offsetof(FNavCollisionCylinder, Radius) == 0x00000C, "Member 'FNavCollisionCylinder::Radius' has a wrong offset!"); \ static_assert(offsetof(FNavCollisionCylinder, Height) == 0x000010, "Member 'FNavCollisionCylinder::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSupportedAreaData \ static_assert(alignof(FSupportedAreaData) == 0x000008, "Wrong alignment on FSupportedAreaData"); \ static_assert(sizeof(FSupportedAreaData) == 0x000020, "Wrong size on FSupportedAreaData"); \ static_assert(offsetof(FSupportedAreaData, AreaClassName) == 0x000000, "Member 'FSupportedAreaData::AreaClassName' has a wrong offset!"); \ static_assert(offsetof(FSupportedAreaData, AreaID) == 0x000010, "Member 'FSupportedAreaData::AreaID' has a wrong offset!"); \ static_assert(offsetof(FSupportedAreaData, AreaClass) == 0x000018, "Member 'FSupportedAreaData::AreaClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavGraphNode \ static_assert(alignof(FNavGraphNode) == 0x000008, "Wrong alignment on FNavGraphNode"); \ static_assert(sizeof(FNavGraphNode) == 0x000018, "Wrong size on FNavGraphNode"); \ static_assert(offsetof(FNavGraphNode, Owner) == 0x000000, "Member 'FNavGraphNode::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavGraphEdge \ static_assert(alignof(FNavGraphEdge) == 0x000008, "Wrong alignment on FNavGraphEdge"); \ static_assert(sizeof(FNavGraphEdge) == 0x000018, "Wrong size on FNavGraphEdge"); \ #define DUMPER7_ASSERTS_FNavigationFilterFlags \ static_assert(alignof(FNavigationFilterFlags) == 0x000004, "Wrong alignment on FNavigationFilterFlags"); \ static_assert(sizeof(FNavigationFilterFlags) == 0x000004, "Wrong size on FNavigationFilterFlags"); \ #define DUMPER7_ASSERTS_FNavigationFilterArea \ static_assert(alignof(FNavigationFilterArea) == 0x000008, "Wrong alignment on FNavigationFilterArea"); \ static_assert(sizeof(FNavigationFilterArea) == 0x000018, "Wrong size on FNavigationFilterArea"); \ static_assert(offsetof(FNavigationFilterArea, AreaClass) == 0x000000, "Member 'FNavigationFilterArea::AreaClass' has a wrong offset!"); \ static_assert(offsetof(FNavigationFilterArea, TravelCostOverride) == 0x000008, "Member 'FNavigationFilterArea::TravelCostOverride' has a wrong offset!"); \ static_assert(offsetof(FNavigationFilterArea, EnteringCostOverride) == 0x00000C, "Member 'FNavigationFilterArea::EnteringCostOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavLinkCustomInstanceData \ static_assert(alignof(FNavLinkCustomInstanceData) == 0x000008, "Wrong alignment on FNavLinkCustomInstanceData"); \ static_assert(sizeof(FNavLinkCustomInstanceData) == 0x000070, "Wrong size on FNavLinkCustomInstanceData"); \ static_assert(offsetof(FNavLinkCustomInstanceData, NavLinkUserId) == 0x000068, "Member 'FNavLinkCustomInstanceData::NavLinkUserId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRecastNavMeshGenerationProperties \ static_assert(alignof(FRecastNavMeshGenerationProperties) == 0x000004, "Wrong alignment on FRecastNavMeshGenerationProperties"); \ static_assert(sizeof(FRecastNavMeshGenerationProperties) == 0x000040, "Wrong size on FRecastNavMeshGenerationProperties"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, TilePoolSize) == 0x000000, "Member 'FRecastNavMeshGenerationProperties::TilePoolSize' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, TileSizeUU) == 0x000004, "Member 'FRecastNavMeshGenerationProperties::TileSizeUU' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, CellSize) == 0x000008, "Member 'FRecastNavMeshGenerationProperties::CellSize' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, CellHeight) == 0x00000C, "Member 'FRecastNavMeshGenerationProperties::CellHeight' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentRadius) == 0x000010, "Member 'FRecastNavMeshGenerationProperties::AgentRadius' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentHeight) == 0x000014, "Member 'FRecastNavMeshGenerationProperties::AgentHeight' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentMaxSlope) == 0x000018, "Member 'FRecastNavMeshGenerationProperties::AgentMaxSlope' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentMaxStepHeight) == 0x00001C, "Member 'FRecastNavMeshGenerationProperties::AgentMaxStepHeight' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, MinRegionArea) == 0x000020, "Member 'FRecastNavMeshGenerationProperties::MinRegionArea' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, MergeRegionSize) == 0x000024, "Member 'FRecastNavMeshGenerationProperties::MergeRegionSize' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, MaxSimplificationError) == 0x000028, "Member 'FRecastNavMeshGenerationProperties::MaxSimplificationError' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, TileNumberHardLimit) == 0x00002C, "Member 'FRecastNavMeshGenerationProperties::TileNumberHardLimit' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, RegionPartitioning) == 0x000030, "Member 'FRecastNavMeshGenerationProperties::RegionPartitioning' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, LayerPartitioning) == 0x000031, "Member 'FRecastNavMeshGenerationProperties::LayerPartitioning' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, RegionChunkSplits) == 0x000034, "Member 'FRecastNavMeshGenerationProperties::RegionChunkSplits' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, LayerChunkSplits) == 0x000038, "Member 'FRecastNavMeshGenerationProperties::LayerChunkSplits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCrowdManagerBase \ static_assert(alignof(UCrowdManagerBase) == 0x000008, "Wrong alignment on UCrowdManagerBase"); \ static_assert(sizeof(UCrowdManagerBase) == 0x000028, "Wrong size on UCrowdManagerBase"); \ #define DUMPER7_ASSERTS_UNavArea \ static_assert(alignof(UNavArea) == 0x000008, "Wrong alignment on UNavArea"); \ static_assert(sizeof(UNavArea) == 0x000048, "Wrong size on UNavArea"); \ static_assert(offsetof(UNavArea, DefaultCost) == 0x000030, "Member 'UNavArea::DefaultCost' has a wrong offset!"); \ static_assert(offsetof(UNavArea, FixedAreaEnteringCost) == 0x000034, "Member 'UNavArea::FixedAreaEnteringCost' has a wrong offset!"); \ static_assert(offsetof(UNavArea, DrawColor) == 0x000038, "Member 'UNavArea::DrawColor' has a wrong offset!"); \ static_assert(offsetof(UNavArea, SupportedAgents) == 0x00003C, "Member 'UNavArea::SupportedAgents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANavigationTestingActor \ static_assert(alignof(ANavigationTestingActor) == 0x000008, "Wrong alignment on ANavigationTestingActor"); \ static_assert(sizeof(ANavigationTestingActor) == 0x000338, "Wrong size on ANavigationTestingActor"); \ static_assert(offsetof(ANavigationTestingActor, CapsuleComponent) == 0x000258, "Member 'ANavigationTestingActor::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, InvokerComponent) == 0x000260, "Member 'ANavigationTestingActor::InvokerComponent' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, NavAgentProps) == 0x000270, "Member 'ANavigationTestingActor::NavAgentProps' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, QueryingExtent) == 0x0002A0, "Member 'ANavigationTestingActor::QueryingExtent' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, MyNavData) == 0x0002B0, "Member 'ANavigationTestingActor::MyNavData' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, ProjectedLocation) == 0x0002B8, "Member 'ANavigationTestingActor::ProjectedLocation' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, CostLimitFactor) == 0x0002C8, "Member 'ANavigationTestingActor::CostLimitFactor' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, MinimumCostLimit) == 0x0002CC, "Member 'ANavigationTestingActor::MinimumCostLimit' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, CostDisplayMode) == 0x0002D4, "Member 'ANavigationTestingActor::CostDisplayMode' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, TextCanvasOffset) == 0x0002D8, "Member 'ANavigationTestingActor::TextCanvasOffset' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, PathfindingTime) == 0x0002E4, "Member 'ANavigationTestingActor::PathfindingTime' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, PathCost) == 0x0002E8, "Member 'ANavigationTestingActor::PathCost' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, PathfindingSteps) == 0x0002EC, "Member 'ANavigationTestingActor::PathfindingSteps' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, OtherActor) == 0x0002F0, "Member 'ANavigationTestingActor::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, FilterClass) == 0x0002F8, "Member 'ANavigationTestingActor::FilterClass' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, ShowStepIndex) == 0x000300, "Member 'ANavigationTestingActor::ShowStepIndex' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, OffsetFromCornersDistance) == 0x000304, "Member 'ANavigationTestingActor::OffsetFromCornersDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANavigationData \ static_assert(alignof(ANavigationData) == 0x000008, "Wrong alignment on ANavigationData"); \ static_assert(sizeof(ANavigationData) == 0x000450, "Wrong size on ANavigationData"); \ static_assert(offsetof(ANavigationData, RenderingComp) == 0x000250, "Member 'ANavigationData::RenderingComp' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, NavDataConfig) == 0x000258, "Member 'ANavigationData::NavDataConfig' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, RuntimeGeneration) == 0x0002D4, "Member 'ANavigationData::RuntimeGeneration' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, ObservedPathsTickInterval) == 0x0002D8, "Member 'ANavigationData::ObservedPathsTickInterval' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, DataVersion) == 0x0002DC, "Member 'ANavigationData::DataVersion' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, SupportedAreas) == 0x0003E8, "Member 'ANavigationData::SupportedAreas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavLinkRenderingComponent \ static_assert(alignof(UNavLinkRenderingComponent) == 0x000010, "Wrong alignment on UNavLinkRenderingComponent"); \ static_assert(sizeof(UNavLinkRenderingComponent) == 0x000480, "Wrong size on UNavLinkRenderingComponent"); \ #define DUMPER7_ASSERTS_UNavigationInvokerComponent \ static_assert(alignof(UNavigationInvokerComponent) == 0x000008, "Wrong alignment on UNavigationInvokerComponent"); \ static_assert(sizeof(UNavigationInvokerComponent) == 0x0000D8, "Wrong size on UNavigationInvokerComponent"); \ static_assert(offsetof(UNavigationInvokerComponent, TileGenerationRadius) == 0x0000D0, "Member 'UNavigationInvokerComponent::TileGenerationRadius' has a wrong offset!"); \ static_assert(offsetof(UNavigationInvokerComponent, TileRemovalRadius) == 0x0000D4, "Member 'UNavigationInvokerComponent::TileRemovalRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_FindPathToActorSynchronously \ static_assert(alignof(NavigationSystemV1_FindPathToActorSynchronously) == 0x000008, "Wrong alignment on NavigationSystemV1_FindPathToActorSynchronously"); \ static_assert(sizeof(NavigationSystemV1_FindPathToActorSynchronously) == 0x000040, "Wrong size on NavigationSystemV1_FindPathToActorSynchronously"); \ static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_FindPathToActorSynchronously::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, PathStart) == 0x000008, "Member 'NavigationSystemV1_FindPathToActorSynchronously::PathStart' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, GoalActor) == 0x000018, "Member 'NavigationSystemV1_FindPathToActorSynchronously::GoalActor' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, TetherDistance) == 0x000020, "Member 'NavigationSystemV1_FindPathToActorSynchronously::TetherDistance' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, PathfindingContext) == 0x000028, "Member 'NavigationSystemV1_FindPathToActorSynchronously::PathfindingContext' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, FilterClass) == 0x000030, "Member 'NavigationSystemV1_FindPathToActorSynchronously::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToActorSynchronously, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_FindPathToActorSynchronously::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_FindPathToLocationSynchronously \ static_assert(alignof(NavigationSystemV1_FindPathToLocationSynchronously) == 0x000008, "Wrong alignment on NavigationSystemV1_FindPathToLocationSynchronously"); \ static_assert(sizeof(NavigationSystemV1_FindPathToLocationSynchronously) == 0x000038, "Wrong size on NavigationSystemV1_FindPathToLocationSynchronously"); \ static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, PathStart) == 0x000008, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::PathStart' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, PathEnd) == 0x000014, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::PathEnd' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, PathfindingContext) == 0x000020, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::PathfindingContext' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, FilterClass) == 0x000028, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_FindPathToLocationSynchronously, ReturnValue) == 0x000030, "Member 'NavigationSystemV1_FindPathToLocationSynchronously::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_GetNavigationSystem \ static_assert(alignof(NavigationSystemV1_GetNavigationSystem) == 0x000008, "Wrong alignment on NavigationSystemV1_GetNavigationSystem"); \ static_assert(sizeof(NavigationSystemV1_GetNavigationSystem) == 0x000010, "Wrong size on NavigationSystemV1_GetNavigationSystem"); \ static_assert(offsetof(NavigationSystemV1_GetNavigationSystem, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetNavigationSystem::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetNavigationSystem, ReturnValue) == 0x000008, "Member 'NavigationSystemV1_GetNavigationSystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_GetPathCost \ static_assert(alignof(NavigationSystemV1_GetPathCost) == 0x000008, "Wrong alignment on NavigationSystemV1_GetPathCost"); \ static_assert(sizeof(NavigationSystemV1_GetPathCost) == 0x000040, "Wrong size on NavigationSystemV1_GetPathCost"); \ static_assert(offsetof(NavigationSystemV1_GetPathCost, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetPathCost::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathCost, PathStart) == 0x000008, "Member 'NavigationSystemV1_GetPathCost::PathStart' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathCost, PathEnd) == 0x000014, "Member 'NavigationSystemV1_GetPathCost::PathEnd' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathCost, PathCost) == 0x000020, "Member 'NavigationSystemV1_GetPathCost::PathCost' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathCost, NavData) == 0x000028, "Member 'NavigationSystemV1_GetPathCost::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathCost, FilterClass) == 0x000030, "Member 'NavigationSystemV1_GetPathCost::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathCost, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_GetPathCost::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_GetPathLength \ static_assert(alignof(NavigationSystemV1_GetPathLength) == 0x000008, "Wrong alignment on NavigationSystemV1_GetPathLength"); \ static_assert(sizeof(NavigationSystemV1_GetPathLength) == 0x000040, "Wrong size on NavigationSystemV1_GetPathLength"); \ static_assert(offsetof(NavigationSystemV1_GetPathLength, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetPathLength::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathLength, PathStart) == 0x000008, "Member 'NavigationSystemV1_GetPathLength::PathStart' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathLength, PathEnd) == 0x000014, "Member 'NavigationSystemV1_GetPathLength::PathEnd' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathLength, PathLength) == 0x000020, "Member 'NavigationSystemV1_GetPathLength::PathLength' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathLength, NavData) == 0x000028, "Member 'NavigationSystemV1_GetPathLength::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathLength, FilterClass) == 0x000030, "Member 'NavigationSystemV1_GetPathLength::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetPathLength, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_GetPathLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_GetRandomPointInNavigableRadius \ static_assert(alignof(NavigationSystemV1_GetRandomPointInNavigableRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_GetRandomPointInNavigableRadius"); \ static_assert(sizeof(NavigationSystemV1_GetRandomPointInNavigableRadius) == 0x000038, "Wrong size on NavigationSystemV1_GetRandomPointInNavigableRadius"); \ static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::Origin' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, Radius) == 0x000014, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::Radius' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, NavData) == 0x000018, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, FilterClass) == 0x000020, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, ReturnValue) == 0x000028, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_GetRandomReachablePointInRadius \ static_assert(alignof(NavigationSystemV1_GetRandomReachablePointInRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_GetRandomReachablePointInRadius"); \ static_assert(sizeof(NavigationSystemV1_GetRandomReachablePointInRadius) == 0x000038, "Wrong size on NavigationSystemV1_GetRandomReachablePointInRadius"); \ static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::Origin' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, Radius) == 0x000014, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::Radius' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, NavData) == 0x000018, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, FilterClass) == 0x000020, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, ReturnValue) == 0x000028, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_IsNavigationBeingBuilt \ static_assert(alignof(NavigationSystemV1_IsNavigationBeingBuilt) == 0x000008, "Wrong alignment on NavigationSystemV1_IsNavigationBeingBuilt"); \ static_assert(sizeof(NavigationSystemV1_IsNavigationBeingBuilt) == 0x000010, "Wrong size on NavigationSystemV1_IsNavigationBeingBuilt"); \ static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuilt, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_IsNavigationBeingBuilt::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuilt, ReturnValue) == 0x000008, "Member 'NavigationSystemV1_IsNavigationBeingBuilt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_IsNavigationBeingBuiltOrLocked \ static_assert(alignof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked) == 0x000008, "Wrong alignment on NavigationSystemV1_IsNavigationBeingBuiltOrLocked"); \ static_assert(sizeof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked) == 0x000010, "Wrong size on NavigationSystemV1_IsNavigationBeingBuiltOrLocked"); \ static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_IsNavigationBeingBuiltOrLocked::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked, ReturnValue) == 0x000008, "Member 'NavigationSystemV1_IsNavigationBeingBuiltOrLocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_K2_GetRandomLocationInNavigableRadius \ static_assert(alignof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_GetRandomLocationInNavigableRadius"); \ static_assert(sizeof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius) == 0x000040, "Wrong size on NavigationSystemV1_K2_GetRandomLocationInNavigableRadius"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::Origin' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, RandomLocation) == 0x000014, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::RandomLocation' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, Radius) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::Radius' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, NavData) == 0x000028, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, FilterClass) == 0x000030, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomLocationInNavigableRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_K2_GetRandomPointInNavigableRadius \ static_assert(alignof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_GetRandomPointInNavigableRadius"); \ static_assert(sizeof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius) == 0x000040, "Wrong size on NavigationSystemV1_K2_GetRandomPointInNavigableRadius"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::Origin' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, RandomLocation) == 0x000014, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::RandomLocation' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, Radius) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::Radius' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, NavData) == 0x000028, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, FilterClass) == 0x000030, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomPointInNavigableRadius, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomPointInNavigableRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_K2_GetRandomReachablePointInRadius \ static_assert(alignof(NavigationSystemV1_K2_GetRandomReachablePointInRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_GetRandomReachablePointInRadius"); \ static_assert(sizeof(NavigationSystemV1_K2_GetRandomReachablePointInRadius) == 0x000040, "Wrong size on NavigationSystemV1_K2_GetRandomReachablePointInRadius"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::Origin' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, RandomLocation) == 0x000014, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::RandomLocation' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, Radius) == 0x000020, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::Radius' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, NavData) == 0x000028, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, FilterClass) == 0x000030, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_GetRandomReachablePointInRadius, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_K2_GetRandomReachablePointInRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_K2_ProjectPointToNavigation \ static_assert(alignof(NavigationSystemV1_K2_ProjectPointToNavigation) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_ProjectPointToNavigation"); \ static_assert(sizeof(NavigationSystemV1_K2_ProjectPointToNavigation) == 0x000040, "Wrong size on NavigationSystemV1_K2_ProjectPointToNavigation"); \ static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, Point) == 0x000008, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::Point' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, ProjectedLocation) == 0x000014, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::ProjectedLocation' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, NavData) == 0x000020, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, FilterClass) == 0x000028, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, QueryExtent) == 0x000030, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::QueryExtent' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ProjectPointToNavigation, ReturnValue) == 0x00003C, "Member 'NavigationSystemV1_K2_ProjectPointToNavigation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_NavigationRaycast \ static_assert(alignof(NavigationSystemV1_NavigationRaycast) == 0x000008, "Wrong alignment on NavigationSystemV1_NavigationRaycast"); \ static_assert(sizeof(NavigationSystemV1_NavigationRaycast) == 0x000048, "Wrong size on NavigationSystemV1_NavigationRaycast"); \ static_assert(offsetof(NavigationSystemV1_NavigationRaycast, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_NavigationRaycast::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_NavigationRaycast, RayStart) == 0x000008, "Member 'NavigationSystemV1_NavigationRaycast::RayStart' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_NavigationRaycast, RayEnd) == 0x000014, "Member 'NavigationSystemV1_NavigationRaycast::RayEnd' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_NavigationRaycast, HitLocation) == 0x000020, "Member 'NavigationSystemV1_NavigationRaycast::HitLocation' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_NavigationRaycast, FilterClass) == 0x000030, "Member 'NavigationSystemV1_NavigationRaycast::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_NavigationRaycast, Querier) == 0x000038, "Member 'NavigationSystemV1_NavigationRaycast::Querier' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_NavigationRaycast, ReturnValue) == 0x000040, "Member 'NavigationSystemV1_NavigationRaycast::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_ProjectPointToNavigation \ static_assert(alignof(NavigationSystemV1_ProjectPointToNavigation) == 0x000008, "Wrong alignment on NavigationSystemV1_ProjectPointToNavigation"); \ static_assert(sizeof(NavigationSystemV1_ProjectPointToNavigation) == 0x000040, "Wrong size on NavigationSystemV1_ProjectPointToNavigation"); \ static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_ProjectPointToNavigation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, Point) == 0x000008, "Member 'NavigationSystemV1_ProjectPointToNavigation::Point' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, NavData) == 0x000018, "Member 'NavigationSystemV1_ProjectPointToNavigation::NavData' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, FilterClass) == 0x000020, "Member 'NavigationSystemV1_ProjectPointToNavigation::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, QueryExtent) == 0x000028, "Member 'NavigationSystemV1_ProjectPointToNavigation::QueryExtent' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, ReturnValue) == 0x000034, "Member 'NavigationSystemV1_ProjectPointToNavigation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_SimpleMoveToActor \ static_assert(alignof(NavigationSystemV1_SimpleMoveToActor) == 0x000008, "Wrong alignment on NavigationSystemV1_SimpleMoveToActor"); \ static_assert(sizeof(NavigationSystemV1_SimpleMoveToActor) == 0x000010, "Wrong size on NavigationSystemV1_SimpleMoveToActor"); \ static_assert(offsetof(NavigationSystemV1_SimpleMoveToActor, Controller) == 0x000000, "Member 'NavigationSystemV1_SimpleMoveToActor::Controller' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_SimpleMoveToActor, Goal) == 0x000008, "Member 'NavigationSystemV1_SimpleMoveToActor::Goal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_SimpleMoveToLocation \ static_assert(alignof(NavigationSystemV1_SimpleMoveToLocation) == 0x000008, "Wrong alignment on NavigationSystemV1_SimpleMoveToLocation"); \ static_assert(sizeof(NavigationSystemV1_SimpleMoveToLocation) == 0x000018, "Wrong size on NavigationSystemV1_SimpleMoveToLocation"); \ static_assert(offsetof(NavigationSystemV1_SimpleMoveToLocation, Controller) == 0x000000, "Member 'NavigationSystemV1_SimpleMoveToLocation::Controller' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_SimpleMoveToLocation, Goal) == 0x000008, "Member 'NavigationSystemV1_SimpleMoveToLocation::Goal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_K2_ReplaceAreaInOctreeData \ static_assert(alignof(NavigationSystemV1_K2_ReplaceAreaInOctreeData) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_ReplaceAreaInOctreeData"); \ static_assert(sizeof(NavigationSystemV1_K2_ReplaceAreaInOctreeData) == 0x000020, "Wrong size on NavigationSystemV1_K2_ReplaceAreaInOctreeData"); \ static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, Object) == 0x000000, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::Object' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, OldArea) == 0x000008, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::OldArea' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, NewArea) == 0x000010, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::NewArea' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, ReturnValue) == 0x000018, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_OnNavigationBoundsUpdated \ static_assert(alignof(NavigationSystemV1_OnNavigationBoundsUpdated) == 0x000008, "Wrong alignment on NavigationSystemV1_OnNavigationBoundsUpdated"); \ static_assert(sizeof(NavigationSystemV1_OnNavigationBoundsUpdated) == 0x000008, "Wrong size on NavigationSystemV1_OnNavigationBoundsUpdated"); \ static_assert(offsetof(NavigationSystemV1_OnNavigationBoundsUpdated, NavVolume) == 0x000000, "Member 'NavigationSystemV1_OnNavigationBoundsUpdated::NavVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_RegisterNavigationInvoker \ static_assert(alignof(NavigationSystemV1_RegisterNavigationInvoker) == 0x000008, "Wrong alignment on NavigationSystemV1_RegisterNavigationInvoker"); \ static_assert(sizeof(NavigationSystemV1_RegisterNavigationInvoker) == 0x000010, "Wrong size on NavigationSystemV1_RegisterNavigationInvoker"); \ static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, Invoker) == 0x000000, "Member 'NavigationSystemV1_RegisterNavigationInvoker::Invoker' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, TileGenerationRadius) == 0x000008, "Member 'NavigationSystemV1_RegisterNavigationInvoker::TileGenerationRadius' has a wrong offset!"); \ static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, TileRemovalRadius) == 0x00000C, "Member 'NavigationSystemV1_RegisterNavigationInvoker::TileRemovalRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_SetGeometryGatheringMode \ static_assert(alignof(NavigationSystemV1_SetGeometryGatheringMode) == 0x000001, "Wrong alignment on NavigationSystemV1_SetGeometryGatheringMode"); \ static_assert(sizeof(NavigationSystemV1_SetGeometryGatheringMode) == 0x000001, "Wrong size on NavigationSystemV1_SetGeometryGatheringMode"); \ static_assert(offsetof(NavigationSystemV1_SetGeometryGatheringMode, NewMode) == 0x000000, "Member 'NavigationSystemV1_SetGeometryGatheringMode::NewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount \ static_assert(alignof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount) == 0x000004, "Wrong alignment on NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount"); \ static_assert(sizeof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount) == 0x000004, "Wrong size on NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount"); \ static_assert(offsetof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount, MaxNumberOfJobs) == 0x000000, "Member 'NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount::MaxNumberOfJobs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationSystemV1_UnregisterNavigationInvoker \ static_assert(alignof(NavigationSystemV1_UnregisterNavigationInvoker) == 0x000008, "Wrong alignment on NavigationSystemV1_UnregisterNavigationInvoker"); \ static_assert(sizeof(NavigationSystemV1_UnregisterNavigationInvoker) == 0x000008, "Wrong size on NavigationSystemV1_UnregisterNavigationInvoker"); \ static_assert(offsetof(NavigationSystemV1_UnregisterNavigationInvoker, Invoker) == 0x000000, "Member 'NavigationSystemV1_UnregisterNavigationInvoker::Invoker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavigationSystemV1 \ static_assert(alignof(UNavigationSystemV1) == 0x000008, "Wrong alignment on UNavigationSystemV1"); \ static_assert(sizeof(UNavigationSystemV1) == 0x0015E0, "Wrong size on UNavigationSystemV1"); \ static_assert(offsetof(UNavigationSystemV1, MainNavData) == 0x000028, "Member 'UNavigationSystemV1::MainNavData' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, AbstractNavData) == 0x000030, "Member 'UNavigationSystemV1::AbstractNavData' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, DefaultAgentName) == 0x000038, "Member 'UNavigationSystemV1::DefaultAgentName' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, CrowdManagerClass) == 0x000040, "Member 'UNavigationSystemV1::CrowdManagerClass' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, ActiveTilesUpdateInterval) == 0x00006C, "Member 'UNavigationSystemV1::ActiveTilesUpdateInterval' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, DataGatheringMode) == 0x000070, "Member 'UNavigationSystemV1::DataGatheringMode' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, DirtyAreaWarningSizeThreshold) == 0x000074, "Member 'UNavigationSystemV1::DirtyAreaWarningSizeThreshold' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, SupportedAgents) == 0x000078, "Member 'UNavigationSystemV1::SupportedAgents' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, SupportedAgentsMask) == 0x000088, "Member 'UNavigationSystemV1::SupportedAgentsMask' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, NavDataSet) == 0x000090, "Member 'UNavigationSystemV1::NavDataSet' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, NavDataRegistrationQueue) == 0x0000A0, "Member 'UNavigationSystemV1::NavDataRegistrationQueue' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, OnNavDataRegisteredEvent) == 0x0000C0, "Member 'UNavigationSystemV1::OnNavDataRegisteredEvent' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, OnNavigationGenerationFinishedDelegate) == 0x0000D0, "Member 'UNavigationSystemV1::OnNavigationGenerationFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, OperationMode) == 0x0001BC, "Member 'UNavigationSystemV1::OperationMode' has a wrong offset!"); \ static_assert(offsetof(UNavigationSystemV1, DirtyAreasUpdateFreq) == 0x0015BC, "Member 'UNavigationSystemV1::DirtyAreasUpdateFreq' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAbstractNavData \ static_assert(alignof(AAbstractNavData) == 0x000008, "Wrong alignment on AAbstractNavData"); \ static_assert(sizeof(AAbstractNavData) == 0x000450, "Wrong size on AAbstractNavData"); \ #define DUMPER7_ASSERTS_UNavArea_Default \ static_assert(alignof(UNavArea_Default) == 0x000008, "Wrong alignment on UNavArea_Default"); \ static_assert(sizeof(UNavArea_Default) == 0x000048, "Wrong size on UNavArea_Default"); \ #define DUMPER7_ASSERTS_UNavArea_LowHeight \ static_assert(alignof(UNavArea_LowHeight) == 0x000008, "Wrong alignment on UNavArea_LowHeight"); \ static_assert(sizeof(UNavArea_LowHeight) == 0x000048, "Wrong size on UNavArea_LowHeight"); \ #define DUMPER7_ASSERTS_UNavArea_Null \ static_assert(alignof(UNavArea_Null) == 0x000008, "Wrong alignment on UNavArea_Null"); \ static_assert(sizeof(UNavArea_Null) == 0x000048, "Wrong size on UNavArea_Null"); \ #define DUMPER7_ASSERTS_UNavArea_Obstacle \ static_assert(alignof(UNavArea_Obstacle) == 0x000008, "Wrong alignment on UNavArea_Obstacle"); \ static_assert(sizeof(UNavArea_Obstacle) == 0x000048, "Wrong size on UNavArea_Obstacle"); \ #define DUMPER7_ASSERTS_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) == 0x000450, "Wrong size on ANavigationGraph"); \ #define DUMPER7_ASSERTS_ANavigationGraphNode \ static_assert(alignof(ANavigationGraphNode) == 0x000008, "Wrong alignment on ANavigationGraphNode"); \ static_assert(sizeof(ANavigationGraphNode) == 0x000248, "Wrong size on ANavigationGraphNode"); \ #define DUMPER7_ASSERTS_UNavigationGraphNodeComponent \ static_assert(alignof(UNavigationGraphNodeComponent) == 0x000010, "Wrong alignment on UNavigationGraphNodeComponent"); \ static_assert(sizeof(UNavigationGraphNodeComponent) == 0x000240, "Wrong size on UNavigationGraphNodeComponent"); \ static_assert(offsetof(UNavigationGraphNodeComponent, Node) == 0x000218, "Member 'UNavigationGraphNodeComponent::Node' has a wrong offset!"); \ static_assert(offsetof(UNavigationGraphNodeComponent, NextNodeComponent) == 0x000230, "Member 'UNavigationGraphNodeComponent::NextNodeComponent' has a wrong offset!"); \ static_assert(offsetof(UNavigationGraphNodeComponent, PrevNodeComponent) == 0x000238, "Member 'UNavigationGraphNodeComponent::PrevNodeComponent' 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_UNavigationSystemModuleConfig \ static_assert(alignof(UNavigationSystemModuleConfig) == 0x000008, "Wrong alignment on UNavigationSystemModuleConfig"); \ static_assert(sizeof(UNavigationSystemModuleConfig) == 0x000058, "Wrong size on UNavigationSystemModuleConfig"); \ #define DUMPER7_ASSERTS_UNavLinkComponent \ static_assert(alignof(UNavLinkComponent) == 0x000010, "Wrong alignment on UNavLinkComponent"); \ static_assert(sizeof(UNavLinkComponent) == 0x0004A0, "Wrong size on UNavLinkComponent"); \ static_assert(offsetof(UNavLinkComponent, links) == 0x000488, "Member 'UNavLinkComponent::links' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavRelevantComponent_SetNavigationRelevancy \ static_assert(alignof(NavRelevantComponent_SetNavigationRelevancy) == 0x000001, "Wrong alignment on NavRelevantComponent_SetNavigationRelevancy"); \ static_assert(sizeof(NavRelevantComponent_SetNavigationRelevancy) == 0x000001, "Wrong size on NavRelevantComponent_SetNavigationRelevancy"); \ static_assert(offsetof(NavRelevantComponent_SetNavigationRelevancy, bRelevant) == 0x000000, "Member 'NavRelevantComponent_SetNavigationRelevancy::bRelevant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavRelevantComponent \ static_assert(alignof(UNavRelevantComponent) == 0x000008, "Wrong alignment on UNavRelevantComponent"); \ static_assert(sizeof(UNavRelevantComponent) == 0x000100, "Wrong size on UNavRelevantComponent"); \ static_assert(offsetof(UNavRelevantComponent, CachedNavParent) == 0x0000F8, "Member 'UNavRelevantComponent::CachedNavParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavLinkCustomComponent \ static_assert(alignof(UNavLinkCustomComponent) == 0x000008, "Wrong alignment on UNavLinkCustomComponent"); \ static_assert(sizeof(UNavLinkCustomComponent) == 0x0001B0, "Wrong size on UNavLinkCustomComponent"); \ static_assert(offsetof(UNavLinkCustomComponent, NavLinkUserId) == 0x000108, "Member 'UNavLinkCustomComponent::NavLinkUserId' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, EnabledAreaClass) == 0x000110, "Member 'UNavLinkCustomComponent::EnabledAreaClass' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, DisabledAreaClass) == 0x000118, "Member 'UNavLinkCustomComponent::DisabledAreaClass' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, SupportedAgents) == 0x000120, "Member 'UNavLinkCustomComponent::SupportedAgents' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, LinkRelativeStart) == 0x000124, "Member 'UNavLinkCustomComponent::LinkRelativeStart' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, LinkRelativeEnd) == 0x000130, "Member 'UNavLinkCustomComponent::LinkRelativeEnd' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, LinkDirection) == 0x00013C, "Member 'UNavLinkCustomComponent::LinkDirection' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, ObstacleOffset) == 0x000144, "Member 'UNavLinkCustomComponent::ObstacleOffset' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, ObstacleExtent) == 0x000150, "Member 'UNavLinkCustomComponent::ObstacleExtent' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, ObstacleAreaClass) == 0x000160, "Member 'UNavLinkCustomComponent::ObstacleAreaClass' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, BroadcastRadius) == 0x000168, "Member 'UNavLinkCustomComponent::BroadcastRadius' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, BroadcastInterval) == 0x00016C, "Member 'UNavLinkCustomComponent::BroadcastInterval' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, BroadcastChannel) == 0x000170, "Member 'UNavLinkCustomComponent::BroadcastChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_INavLinkCustomInterface \ static_assert(alignof(INavLinkCustomInterface) == 0x000001, "Wrong alignment on INavLinkCustomInterface"); \ static_assert(sizeof(INavLinkCustomInterface) == 0x000001, "Wrong size on INavLinkCustomInterface"); \ #define DUMPER7_ASSERTS_INavLinkHostInterface \ static_assert(alignof(INavLinkHostInterface) == 0x000001, "Wrong alignment on INavLinkHostInterface"); \ static_assert(sizeof(INavLinkHostInterface) == 0x000001, "Wrong size on INavLinkHostInterface"); \ #define DUMPER7_ASSERTS_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) == 0x000288, "Wrong size on ANavMeshBoundsVolume"); \ static_assert(offsetof(ANavMeshBoundsVolume, SupportedAgents) == 0x000280, "Member 'ANavMeshBoundsVolume::SupportedAgents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavMeshRenderingComponent \ static_assert(alignof(UNavMeshRenderingComponent) == 0x000010, "Wrong alignment on UNavMeshRenderingComponent"); \ static_assert(sizeof(UNavMeshRenderingComponent) == 0x000490, "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) == 0x000160, "Wrong size on UNavModifierComponent"); \ static_assert(offsetof(UNavModifierComponent, AreaClass) == 0x000100, "Member 'UNavModifierComponent::AreaClass' has a wrong offset!"); \ static_assert(offsetof(UNavModifierComponent, FailsafeExtent) == 0x000108, "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) == 0x000298, "Wrong size on ANavModifierVolume"); \ static_assert(offsetof(ANavModifierVolume, AreaClass) == 0x000288, "Member 'ANavModifierVolume::AreaClass' has a wrong offset!"); \ static_assert(offsetof(ANavModifierVolume, bMaskFillCollisionUnderneathForNavmesh) == 0x000290, "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) == 0x000258, "Wrong size on ANavSystemConfigOverride"); \ static_assert(offsetof(ANavSystemConfigOverride, NavigationSystemConfig) == 0x000248, "Member 'ANavSystemConfigOverride::NavigationSystemConfig' has a wrong offset!"); \ static_assert(offsetof(ANavSystemConfigOverride, OverridePolicy) == 0x000250, "Member 'ANavSystemConfigOverride::OverridePolicy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavTestRenderingComponent \ static_assert(alignof(UNavTestRenderingComponent) == 0x000010, "Wrong alignment on UNavTestRenderingComponent"); \ static_assert(sizeof(UNavTestRenderingComponent) == 0x000480, "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) == 0x000500, "Wrong size on ARecastNavMesh"); \ static_assert(offsetof(ARecastNavMesh, DrawOffset) == 0x000454, "Member 'ARecastNavMesh::DrawOffset' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, TilePoolSize) == 0x00045C, "Member 'ARecastNavMesh::TilePoolSize' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, TileSizeUU) == 0x000460, "Member 'ARecastNavMesh::TileSizeUU' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, CellSize) == 0x000464, "Member 'ARecastNavMesh::CellSize' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, CellHeight) == 0x000468, "Member 'ARecastNavMesh::CellHeight' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, AgentRadius) == 0x00046C, "Member 'ARecastNavMesh::AgentRadius' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, AgentHeight) == 0x000470, "Member 'ARecastNavMesh::AgentHeight' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, AgentMaxSlope) == 0x000474, "Member 'ARecastNavMesh::AgentMaxSlope' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, AgentMaxStepHeight) == 0x000478, "Member 'ARecastNavMesh::AgentMaxStepHeight' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, MinRegionArea) == 0x00047C, "Member 'ARecastNavMesh::MinRegionArea' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, MergeRegionSize) == 0x000480, "Member 'ARecastNavMesh::MergeRegionSize' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, MaxSimplificationError) == 0x000484, "Member 'ARecastNavMesh::MaxSimplificationError' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, MaxSimultaneousTileGenerationJobsCount) == 0x000488, "Member 'ARecastNavMesh::MaxSimultaneousTileGenerationJobsCount' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, TileNumberHardLimit) == 0x00048C, "Member 'ARecastNavMesh::TileNumberHardLimit' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, PolyRefTileBits) == 0x000490, "Member 'ARecastNavMesh::PolyRefTileBits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, PolyRefNavPolyBits) == 0x000494, "Member 'ARecastNavMesh::PolyRefNavPolyBits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, PolyRefSaltBits) == 0x000498, "Member 'ARecastNavMesh::PolyRefSaltBits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, NavMeshOriginOffset) == 0x00049C, "Member 'ARecastNavMesh::NavMeshOriginOffset' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, DefaultDrawDistance) == 0x0004A8, "Member 'ARecastNavMesh::DefaultDrawDistance' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, DefaultMaxSearchNodes) == 0x0004AC, "Member 'ARecastNavMesh::DefaultMaxSearchNodes' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, DefaultMaxHierarchicalSearchNodes) == 0x0004B0, "Member 'ARecastNavMesh::DefaultMaxHierarchicalSearchNodes' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, RegionPartitioning) == 0x0004B4, "Member 'ARecastNavMesh::RegionPartitioning' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, LayerPartitioning) == 0x0004B5, "Member 'ARecastNavMesh::LayerPartitioning' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, RegionChunkSplits) == 0x0004B8, "Member 'ARecastNavMesh::RegionChunkSplits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, LayerChunkSplits) == 0x0004BC, "Member 'ARecastNavMesh::LayerChunkSplits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, TileSetUpdateInterval) == 0x0004C4, "Member 'ARecastNavMesh::TileSetUpdateInterval' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, HeuristicScale) == 0x0004C8, "Member 'ARecastNavMesh::HeuristicScale' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, VerticalDeviationFromGroundCompensation) == 0x0004CC, "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_UVFX_BP_BonySkeleton_Base_C \ static_assert(alignof(UVFX_BP_BonySkeleton_Base_C) == 0x000008, "Wrong alignment on UVFX_BP_BonySkeleton_Base_C"); \ static_assert(sizeof(UVFX_BP_BonySkeleton_Base_C) == 0x0001D8, "Wrong size on UVFX_BP_BonySkeleton_Base_C"); \ #define DUMPER7_ASSERTS_FLocalStencilEffectRotatingStencilValue \ static_assert(alignof(FLocalStencilEffectRotatingStencilValue) == 0x000004, "Wrong alignment on FLocalStencilEffectRotatingStencilValue"); \ static_assert(sizeof(FLocalStencilEffectRotatingStencilValue) == 0x000008, "Wrong size on FLocalStencilEffectRotatingStencilValue"); \ static_assert(offsetof(FLocalStencilEffectRotatingStencilValue, StencilValueMin) == 0x000000, "Member 'FLocalStencilEffectRotatingStencilValue::StencilValueMin' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectRotatingStencilValue, StencilValueMax) == 0x000004, "Member 'FLocalStencilEffectRotatingStencilValue::StencilValueMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilPrimitiveTagRules \ static_assert(alignof(FStencilPrimitiveTagRules) == 0x000008, "Wrong alignment on FStencilPrimitiveTagRules"); \ static_assert(sizeof(FStencilPrimitiveTagRules) == 0x000050, "Wrong size on FStencilPrimitiveTagRules"); \ static_assert(offsetof(FStencilPrimitiveTagRules, DoNotStencil) == 0x000000, "Member 'FStencilPrimitiveTagRules::DoNotStencil' has a wrong offset!"); \ static_assert(offsetof(FStencilPrimitiveTagRules, StencilOnly) == 0x000010, "Member 'FStencilPrimitiveTagRules::StencilOnly' has a wrong offset!"); \ static_assert(offsetof(FStencilPrimitiveTagRules, ConditionalStencil) == 0x000020, "Member 'FStencilPrimitiveTagRules::ConditionalStencil' has a wrong offset!"); \ static_assert(offsetof(FStencilPrimitiveTagRules, ShowOnStencil) == 0x000030, "Member 'FStencilPrimitiveTagRules::ShowOnStencil' has a wrong offset!"); \ static_assert(offsetof(FStencilPrimitiveTagRules, HideOnStencil) == 0x000040, "Member 'FStencilPrimitiveTagRules::HideOnStencil' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilPrimitiveTypeRules \ static_assert(alignof(FStencilPrimitiveTypeRules) == 0x000001, "Wrong alignment on FStencilPrimitiveTypeRules"); \ static_assert(sizeof(FStencilPrimitiveTypeRules) == 0x000009, "Wrong size on FStencilPrimitiveTypeRules"); \ static_assert(offsetof(FStencilPrimitiveTypeRules, Static) == 0x000000, "Member 'FStencilPrimitiveTypeRules::Static' has a wrong offset!"); \ static_assert(offsetof(FStencilPrimitiveTypeRules, Skeletal) == 0x000001, "Member 'FStencilPrimitiveTypeRules::Skeletal' has a wrong offset!"); \ static_assert(offsetof(FStencilPrimitiveTypeRules, Instanced) == 0x000002, "Member 'FStencilPrimitiveTypeRules::Instanced' has a wrong offset!"); \ static_assert(offsetof(FStencilPrimitiveTypeRules, Spline) == 0x000003, "Member 'FStencilPrimitiveTypeRules::Spline' has a wrong offset!"); \ static_assert(offsetof(FStencilPrimitiveTypeRules, Moveable) == 0x000004, "Member 'FStencilPrimitiveTypeRules::Moveable' has a wrong offset!"); \ static_assert(offsetof(FStencilPrimitiveTypeRules, Stationary) == 0x000005, "Member 'FStencilPrimitiveTypeRules::Stationary' has a wrong offset!"); \ static_assert(offsetof(FStencilPrimitiveTypeRules, ReceivesDecals) == 0x000006, "Member 'FStencilPrimitiveTypeRules::ReceivesDecals' has a wrong offset!"); \ static_assert(offsetof(FStencilPrimitiveTypeRules, ReceivesWeatherDecals) == 0x000007, "Member 'FStencilPrimitiveTypeRules::ReceivesWeatherDecals' has a wrong offset!"); \ static_assert(offsetof(FStencilPrimitiveTypeRules, RenderCustomDepth) == 0x000008, "Member 'FStencilPrimitiveTypeRules::RenderCustomDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilPrimitiveFilter \ static_assert(alignof(FStencilPrimitiveFilter) == 0x000008, "Wrong alignment on FStencilPrimitiveFilter"); \ static_assert(sizeof(FStencilPrimitiveFilter) == 0x000018, "Wrong size on FStencilPrimitiveFilter"); \ static_assert(offsetof(FStencilPrimitiveFilter, Primitives) == 0x000000, "Member 'FStencilPrimitiveFilter::Primitives' has a wrong offset!"); \ static_assert(offsetof(FStencilPrimitiveFilter, Rule) == 0x000010, "Member 'FStencilPrimitiveFilter::Rule' has a wrong offset!"); \ static_assert(offsetof(FStencilPrimitiveFilter, MatchMode) == 0x000011, "Member 'FStencilPrimitiveFilter::MatchMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilPrimitiveClassFilter \ static_assert(alignof(FStencilPrimitiveClassFilter) == 0x000008, "Wrong alignment on FStencilPrimitiveClassFilter"); \ static_assert(sizeof(FStencilPrimitiveClassFilter) == 0x000020, "Wrong size on FStencilPrimitiveClassFilter"); \ static_assert(offsetof(FStencilPrimitiveClassFilter, PrimitiveClasses) == 0x000000, "Member 'FStencilPrimitiveClassFilter::PrimitiveClasses' has a wrong offset!"); \ static_assert(offsetof(FStencilPrimitiveClassFilter, Rule) == 0x000010, "Member 'FStencilPrimitiveClassFilter::Rule' has a wrong offset!"); \ static_assert(offsetof(FStencilPrimitiveClassFilter, bIncludeSubclasses) == 0x000011, "Member 'FStencilPrimitiveClassFilter::bIncludeSubclasses' has a wrong offset!"); \ static_assert(offsetof(FStencilPrimitiveClassFilter, IgnoreTag) == 0x000014, "Member 'FStencilPrimitiveClassFilter::IgnoreTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilRules \ static_assert(alignof(FStencilRules) == 0x000008, "Wrong alignment on FStencilRules"); \ static_assert(sizeof(FStencilRules) == 0x000098, "Wrong size on FStencilRules"); \ static_assert(offsetof(FStencilRules, TagFilter) == 0x000000, "Member 'FStencilRules::TagFilter' has a wrong offset!"); \ static_assert(offsetof(FStencilRules, TypeFilter) == 0x000050, "Member 'FStencilRules::TypeFilter' has a wrong offset!"); \ static_assert(offsetof(FStencilRules, PrimitiveFilter) == 0x000060, "Member 'FStencilRules::PrimitiveFilter' has a wrong offset!"); \ static_assert(offsetof(FStencilRules, PrimitiveClassFilter) == 0x000078, "Member 'FStencilRules::PrimitiveClassFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLocalStencilEffectMaterialParameter \ static_assert(alignof(FLocalStencilEffectMaterialParameter) == 0x000004, "Wrong alignment on FLocalStencilEffectMaterialParameter"); \ static_assert(sizeof(FLocalStencilEffectMaterialParameter) == 0x000008, "Wrong size on FLocalStencilEffectMaterialParameter"); \ static_assert(offsetof(FLocalStencilEffectMaterialParameter, MaterialParameter) == 0x000000, "Member 'FLocalStencilEffectMaterialParameter::MaterialParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLocalStencilEffectScalar \ static_assert(alignof(FLocalStencilEffectScalar) == 0x000004, "Wrong alignment on FLocalStencilEffectScalar"); \ static_assert(sizeof(FLocalStencilEffectScalar) == 0x00000C, "Wrong size on FLocalStencilEffectScalar"); \ static_assert(offsetof(FLocalStencilEffectScalar, Value) == 0x000008, "Member 'FLocalStencilEffectScalar::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLocalStencilEffectColor \ static_assert(alignof(FLocalStencilEffectColor) == 0x000004, "Wrong alignment on FLocalStencilEffectColor"); \ static_assert(sizeof(FLocalStencilEffectColor) == 0x000018, "Wrong size on FLocalStencilEffectColor"); \ static_assert(offsetof(FLocalStencilEffectColor, Color) == 0x000008, "Member 'FLocalStencilEffectColor::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLocalStencilEffectScalarCurve \ static_assert(alignof(FLocalStencilEffectScalarCurve) == 0x000008, "Wrong alignment on FLocalStencilEffectScalarCurve"); \ static_assert(sizeof(FLocalStencilEffectScalarCurve) == 0x000010, "Wrong size on FLocalStencilEffectScalarCurve"); \ static_assert(offsetof(FLocalStencilEffectScalarCurve, Curve) == 0x000008, "Member 'FLocalStencilEffectScalarCurve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLocalStencilEffectColorCurve \ static_assert(alignof(FLocalStencilEffectColorCurve) == 0x000008, "Wrong alignment on FLocalStencilEffectColorCurve"); \ static_assert(sizeof(FLocalStencilEffectColorCurve) == 0x000010, "Wrong size on FLocalStencilEffectColorCurve"); \ static_assert(offsetof(FLocalStencilEffectColorCurve, Curve) == 0x000008, "Member 'FLocalStencilEffectColorCurve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLocalStencilEffectParams \ static_assert(alignof(FLocalStencilEffectParams) == 0x000008, "Wrong alignment on FLocalStencilEffectParams"); \ static_assert(sizeof(FLocalStencilEffectParams) == 0x0000F0, "Wrong size on FLocalStencilEffectParams"); \ static_assert(offsetof(FLocalStencilEffectParams, StencilValueParameter) == 0x000000, "Member 'FLocalStencilEffectParams::StencilValueParameter' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectParams, FadeAlphaParameter) == 0x000008, "Member 'FLocalStencilEffectParams::FadeAlphaParameter' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectParams, OutlineRadius) == 0x000010, "Member 'FLocalStencilEffectParams::OutlineRadius' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectParams, OutlineColor) == 0x00001C, "Member 'FLocalStencilEffectParams::OutlineColor' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectParams, OutlineColorAlpha) == 0x000034, "Member 'FLocalStencilEffectParams::OutlineColorAlpha' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectParams, OutlineColorAlphaPower) == 0x000040, "Member 'FLocalStencilEffectParams::OutlineColorAlphaPower' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectParams, FillColor) == 0x00004C, "Member 'FLocalStencilEffectParams::FillColor' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectParams, FillColorAlpha) == 0x000064, "Member 'FLocalStencilEffectParams::FillColorAlpha' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectParams, FinalIntensityMod) == 0x000070, "Member 'FLocalStencilEffectParams::FinalIntensityMod' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectParams, ObjectBottomFadeStart) == 0x00007C, "Member 'FLocalStencilEffectParams::ObjectBottomFadeStart' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectParams, ObjectBottomFadeFull) == 0x000088, "Member 'FLocalStencilEffectParams::ObjectBottomFadeFull' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectParams, ObjectBottomFadePower) == 0x000094, "Member 'FLocalStencilEffectParams::ObjectBottomFadePower' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectParams, ObjectMinMaxHeightParameter) == 0x0000A0, "Member 'FLocalStencilEffectParams::ObjectMinMaxHeightParameter' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectParams, ExtraScalars) == 0x0000A8, "Member 'FLocalStencilEffectParams::ExtraScalars' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectParams, ExtraColors) == 0x0000B8, "Member 'FLocalStencilEffectParams::ExtraColors' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectParams, ExtraScalarCurves) == 0x0000C8, "Member 'FLocalStencilEffectParams::ExtraScalarCurves' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectParams, ExtraColorCurves) == 0x0000D8, "Member 'FLocalStencilEffectParams::ExtraColorCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLocalStencilEffect \ static_assert(alignof(FLocalStencilEffect) == 0x000008, "Wrong alignment on FLocalStencilEffect"); \ static_assert(sizeof(FLocalStencilEffect) == 0x0001D0, "Wrong size on FLocalStencilEffect"); \ static_assert(offsetof(FLocalStencilEffect, StencilValue) == 0x000000, "Member 'FLocalStencilEffect::StencilValue' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffect, RotatingStencilValue) == 0x000004, "Member 'FLocalStencilEffect::RotatingStencilValue' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffect, StencilRules) == 0x000010, "Member 'FLocalStencilEffect::StencilRules' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffect, OverrideClass) == 0x0000A8, "Member 'FLocalStencilEffect::OverrideClass' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffect, OverrideMaterial) == 0x0000B0, "Member 'FLocalStencilEffect::OverrideMaterial' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffect, FadeInTime) == 0x0000B8, "Member 'FLocalStencilEffect::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffect, FadeOutTime) == 0x0000BC, "Member 'FLocalStencilEffect::FadeOutTime' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffect, Params) == 0x0000C0, "Member 'FLocalStencilEffect::Params' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffect, MeshScaleFactor) == 0x0001B0, "Member 'FLocalStencilEffect::MeshScaleFactor' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffect, MeshInflateBounds) == 0x0001B4, "Member 'FLocalStencilEffect::MeshInflateBounds' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffect, BoundsMethod) == 0x0001C0, "Member 'FLocalStencilEffect::BoundsMethod' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffect, AttachComponentTag) == 0x0001C4, "Member 'FLocalStencilEffect::AttachComponentTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilManagerEffectName \ static_assert(alignof(FStencilManagerEffectName) == 0x000004, "Wrong alignment on FStencilManagerEffectName"); \ static_assert(sizeof(FStencilManagerEffectName) == 0x000008, "Wrong size on FStencilManagerEffectName"); \ static_assert(offsetof(FStencilManagerEffectName, Name) == 0x000000, "Member 'FStencilManagerEffectName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLocalStencilEffectActorOverrideParameters \ static_assert(alignof(FLocalStencilEffectActorOverrideParameters) == 0x000008, "Wrong alignment on FLocalStencilEffectActorOverrideParameters"); \ static_assert(sizeof(FLocalStencilEffectActorOverrideParameters) == 0x0001C8, "Wrong size on FLocalStencilEffectActorOverrideParameters"); \ static_assert(offsetof(FLocalStencilEffectActorOverrideParameters, OverrideClass) == 0x0000F0, "Member 'FLocalStencilEffectActorOverrideParameters::OverrideClass' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectActorOverrideParameters, OverrideMaterial) == 0x0000F8, "Member 'FLocalStencilEffectActorOverrideParameters::OverrideMaterial' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectActorOverrideParameters, FadeInTime) == 0x000100, "Member 'FLocalStencilEffectActorOverrideParameters::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectActorOverrideParameters, FadeOutTime) == 0x000104, "Member 'FLocalStencilEffectActorOverrideParameters::FadeOutTime' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectActorOverrideParameters, MeshScaleFactor) == 0x000108, "Member 'FLocalStencilEffectActorOverrideParameters::MeshScaleFactor' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectActorOverrideParameters, MeshInflateBounds) == 0x00010C, "Member 'FLocalStencilEffectActorOverrideParameters::MeshInflateBounds' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectActorOverrideParameters, BoundsMethod) == 0x000118, "Member 'FLocalStencilEffectActorOverrideParameters::BoundsMethod' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectActorOverrideParameters, AttachComponentTag) == 0x00011C, "Member 'FLocalStencilEffectActorOverrideParameters::AttachComponentTag' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectActorOverrideParameters, TagFilter) == 0x000128, "Member 'FLocalStencilEffectActorOverrideParameters::TagFilter' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectActorOverrideParameters, TypeFilter) == 0x000178, "Member 'FLocalStencilEffectActorOverrideParameters::TypeFilter' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectActorOverrideParameters, PrimitiveFilter) == 0x000188, "Member 'FLocalStencilEffectActorOverrideParameters::PrimitiveFilter' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectActorOverrideParameters, PrimitiveClassFilter) == 0x0001A0, "Member 'FLocalStencilEffectActorOverrideParameters::PrimitiveClassFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLocalStencilEffectActorOverride \ static_assert(alignof(FLocalStencilEffectActorOverride) == 0x000008, "Wrong alignment on FLocalStencilEffectActorOverride"); \ static_assert(sizeof(FLocalStencilEffectActorOverride) == 0x0001D0, "Wrong size on FLocalStencilEffectActorOverride"); \ static_assert(offsetof(FLocalStencilEffectActorOverride, Expression) == 0x0001C8, "Member 'FLocalStencilEffectActorOverride::Expression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLocalStencilEffectActorOverrideList \ static_assert(alignof(FLocalStencilEffectActorOverrideList) == 0x000008, "Wrong alignment on FLocalStencilEffectActorOverrideList"); \ static_assert(sizeof(FLocalStencilEffectActorOverrideList) == 0x000018, "Wrong size on FLocalStencilEffectActorOverrideList"); \ static_assert(offsetof(FLocalStencilEffectActorOverrideList, Effect) == 0x000000, "Member 'FLocalStencilEffectActorOverrideList::Effect' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectActorOverrideList, ActorOverrides) == 0x000008, "Member 'FLocalStencilEffectActorOverrideList::ActorOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLocalStencilEffectMeshBase \ static_assert(alignof(FLocalStencilEffectMeshBase) == 0x000008, "Wrong alignment on FLocalStencilEffectMeshBase"); \ static_assert(sizeof(FLocalStencilEffectMeshBase) == 0x000028, "Wrong size on FLocalStencilEffectMeshBase"); \ static_assert(offsetof(FLocalStencilEffectMeshBase, MeshComponent) == 0x000000, "Member 'FLocalStencilEffectMeshBase::MeshComponent' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectMeshBase, OriginalMaterials) == 0x000008, "Member 'FLocalStencilEffectMeshBase::OriginalMaterials' has a wrong offset!"); \ static_assert(offsetof(FLocalStencilEffectMeshBase, DynamicMaterials) == 0x000018, "Member 'FLocalStencilEffectMeshBase::DynamicMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLocalStencilEffectMesh \ static_assert(alignof(FLocalStencilEffectMesh) == 0x000010, "Wrong alignment on FLocalStencilEffectMesh"); \ static_assert(sizeof(FLocalStencilEffectMesh) == 0x000060, "Wrong size on FLocalStencilEffectMesh"); \ static_assert(offsetof(FLocalStencilEffectMesh, LastTransform) == 0x000030, "Member 'FLocalStencilEffectMesh::LastTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLocalStencilEffectMeshAttached \ static_assert(alignof(FLocalStencilEffectMeshAttached) == 0x000008, "Wrong alignment on FLocalStencilEffectMeshAttached"); \ static_assert(sizeof(FLocalStencilEffectMeshAttached) == 0x000030, "Wrong size on FLocalStencilEffectMeshAttached"); \ static_assert(offsetof(FLocalStencilEffectMeshAttached, ParentComponent) == 0x000028, "Member 'FLocalStencilEffectMeshAttached::ParentComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilManagerGroupName \ static_assert(alignof(FStencilManagerGroupName) == 0x000004, "Wrong alignment on FStencilManagerGroupName"); \ static_assert(sizeof(FStencilManagerGroupName) == 0x000008, "Wrong size on FStencilManagerGroupName"); \ static_assert(offsetof(FStencilManagerGroupName, Name) == 0x000000, "Member 'FStencilManagerGroupName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilManagerEnableInterfaceList \ static_assert(alignof(FStencilManagerEnableInterfaceList) == 0x000008, "Wrong alignment on FStencilManagerEnableInterfaceList"); \ static_assert(sizeof(FStencilManagerEnableInterfaceList) == 0x000010, "Wrong size on FStencilManagerEnableInterfaceList"); \ static_assert(offsetof(FStencilManagerEnableInterfaceList, Interfaces) == 0x000000, "Member 'FStencilManagerEnableInterfaceList::Interfaces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSavePrimitiveRenderCustomDepth \ static_assert(alignof(FSavePrimitiveRenderCustomDepth) == 0x000004, "Wrong alignment on FSavePrimitiveRenderCustomDepth"); \ static_assert(sizeof(FSavePrimitiveRenderCustomDepth) == 0x000008, "Wrong size on FSavePrimitiveRenderCustomDepth"); \ static_assert(offsetof(FSavePrimitiveRenderCustomDepth, StencilValue) == 0x000000, "Member 'FSavePrimitiveRenderCustomDepth::StencilValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSavePrimitiveRenderCustomDepthOwner \ static_assert(alignof(FSavePrimitiveRenderCustomDepthOwner) == 0x000004, "Wrong alignment on FSavePrimitiveRenderCustomDepthOwner"); \ static_assert(sizeof(FSavePrimitiveRenderCustomDepthOwner) == 0x000010, "Wrong size on FSavePrimitiveRenderCustomDepthOwner"); \ static_assert(offsetof(FSavePrimitiveRenderCustomDepthOwner, Owner) == 0x000008, "Member 'FSavePrimitiveRenderCustomDepthOwner::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSaveAndOverridePrimitiveRenderCustomDepthOwner \ static_assert(alignof(FSaveAndOverridePrimitiveRenderCustomDepthOwner) == 0x000004, "Wrong alignment on FSaveAndOverridePrimitiveRenderCustomDepthOwner"); \ static_assert(sizeof(FSaveAndOverridePrimitiveRenderCustomDepthOwner) == 0x000018, "Wrong size on FSaveAndOverridePrimitiveRenderCustomDepthOwner"); \ static_assert(offsetof(FSaveAndOverridePrimitiveRenderCustomDepthOwner, StencilValueOverride) == 0x000010, "Member 'FSaveAndOverridePrimitiveRenderCustomDepthOwner::StencilValueOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilValueRenderCustomDepth \ static_assert(alignof(FStencilValueRenderCustomDepth) == 0x000004, "Wrong alignment on FStencilValueRenderCustomDepth"); \ static_assert(sizeof(FStencilValueRenderCustomDepth) == 0x000008, "Wrong size on FStencilValueRenderCustomDepth"); \ static_assert(offsetof(FStencilValueRenderCustomDepth, StencilValue) == 0x000000, "Member 'FStencilValueRenderCustomDepth::StencilValue' has a wrong offset!"); \ static_assert(offsetof(FStencilValueRenderCustomDepth, bRenderCustomDepth) == 0x000004, "Member 'FStencilValueRenderCustomDepth::bRenderCustomDepth' has a wrong offset!"); \ static_assert(offsetof(FStencilValueRenderCustomDepth, bOverridestencilValue) == 0x000005, "Member 'FStencilValueRenderCustomDepth::bOverridestencilValue' has a wrong offset!"); \ static_assert(offsetof(FStencilValueRenderCustomDepth, bOverrideRenderCustomDepth) == 0x000006, "Member 'FStencilValueRenderCustomDepth::bOverrideRenderCustomDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilValueRenderCustomDepthFilter \ static_assert(alignof(FStencilValueRenderCustomDepthFilter) == 0x000008, "Wrong alignment on FStencilValueRenderCustomDepthFilter"); \ static_assert(sizeof(FStencilValueRenderCustomDepthFilter) == 0x000018, "Wrong size on FStencilValueRenderCustomDepthFilter"); \ static_assert(offsetof(FStencilValueRenderCustomDepthFilter, Tags) == 0x000000, "Member 'FStencilValueRenderCustomDepthFilter::Tags' has a wrong offset!"); \ static_assert(offsetof(FStencilValueRenderCustomDepthFilter, Rule) == 0x000010, "Member 'FStencilValueRenderCustomDepthFilter::Rule' has a wrong offset!"); \ static_assert(offsetof(FStencilValueRenderCustomDepthFilter, bExcludeFX) == 0x000011, "Member 'FStencilValueRenderCustomDepthFilter::bExcludeFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilManagerMPCGlobals \ static_assert(alignof(FStencilManagerMPCGlobals) == 0x000004, "Wrong alignment on FStencilManagerMPCGlobals"); \ static_assert(sizeof(FStencilManagerMPCGlobals) == 0x00000C, "Wrong size on FStencilManagerMPCGlobals"); \ static_assert(offsetof(FStencilManagerMPCGlobals, GlobalBrightnessMod) == 0x000000, "Member 'FStencilManagerMPCGlobals::GlobalBrightnessMod' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerMPCGlobals, OutdoorsDaytimeBoost_DEPRICATED) == 0x000004, "Member 'FStencilManagerMPCGlobals::OutdoorsDaytimeBoost_DEPRICATED' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerMPCGlobals, bPlayerNearFadeDisable) == 0x000008, "Member 'FStencilManagerMPCGlobals::bPlayerNearFadeDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilManagerSkinFXColor \ static_assert(alignof(FStencilManagerSkinFXColor) == 0x000004, "Wrong alignment on FStencilManagerSkinFXColor"); \ static_assert(sizeof(FStencilManagerSkinFXColor) == 0x000018, "Wrong size on FStencilManagerSkinFXColor"); \ static_assert(offsetof(FStencilManagerSkinFXColor, MaterialParameter) == 0x000000, "Member 'FStencilManagerSkinFXColor::MaterialParameter' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerSkinFXColor, Color) == 0x000008, "Member 'FStencilManagerSkinFXColor::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilManagerSkinFX \ static_assert(alignof(FStencilManagerSkinFX) == 0x000008, "Wrong alignment on FStencilManagerSkinFX"); \ static_assert(sizeof(FStencilManagerSkinFX) == 0x000028, "Wrong size on FStencilManagerSkinFX"); \ static_assert(offsetof(FStencilManagerSkinFX, SkinFX) == 0x000000, "Member 'FStencilManagerSkinFX::SkinFX' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerSkinFX, ForceEmissiveColor) == 0x000008, "Member 'FStencilManagerSkinFX::ForceEmissiveColor' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerSkinFX, bForceEmissive) == 0x000020, "Member 'FStencilManagerSkinFX::bForceEmissive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilManagerEffectInfoOverride \ static_assert(alignof(FStencilManagerEffectInfoOverride) == 0x000008, "Wrong alignment on FStencilManagerEffectInfoOverride"); \ static_assert(sizeof(FStencilManagerEffectInfoOverride) == 0x000218, "Wrong size on FStencilManagerEffectInfoOverride"); \ static_assert(offsetof(FStencilManagerEffectInfoOverride, Effect) == 0x000000, "Member 'FStencilManagerEffectInfoOverride::Effect' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerEffectInfoOverride, GroupOverride) == 0x000008, "Member 'FStencilManagerEffectInfoOverride::GroupOverride' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerEffectInfoOverride, PreferredEffect) == 0x000010, "Member 'FStencilManagerEffectInfoOverride::PreferredEffect' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerEffectInfoOverride, LocalDepthFX) == 0x000018, "Member 'FStencilManagerEffectInfoOverride::LocalDepthFX' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerEffectInfoOverride, SkinFX) == 0x0001E8, "Member 'FStencilManagerEffectInfoOverride::SkinFX' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerEffectInfoOverride, bUseGroupOverride) == 0x000210, "Member 'FStencilManagerEffectInfoOverride::bUseGroupOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilManagerEffectInfoAccessibilityOverride \ static_assert(alignof(FStencilManagerEffectInfoAccessibilityOverride) == 0x000008, "Wrong alignment on FStencilManagerEffectInfoAccessibilityOverride"); \ static_assert(sizeof(FStencilManagerEffectInfoAccessibilityOverride) == 0x000220, "Wrong size on FStencilManagerEffectInfoAccessibilityOverride"); \ static_assert(offsetof(FStencilManagerEffectInfoAccessibilityOverride, HighContrastMode) == 0x000218, "Member 'FStencilManagerEffectInfoAccessibilityOverride::HighContrastMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilManagerEffectInfoActorOverrides \ static_assert(alignof(FStencilManagerEffectInfoActorOverrides) == 0x000008, "Wrong alignment on FStencilManagerEffectInfoActorOverrides"); \ static_assert(sizeof(FStencilManagerEffectInfoActorOverrides) == 0x000018, "Wrong size on FStencilManagerEffectInfoActorOverrides"); \ static_assert(offsetof(FStencilManagerEffectInfoActorOverrides, Expression) == 0x000000, "Member 'FStencilManagerEffectInfoActorOverrides::Expression' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerEffectInfoActorOverrides, EffectOverrides) == 0x000008, "Member 'FStencilManagerEffectInfoActorOverrides::EffectOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilManagerEffectInfo \ static_assert(alignof(FStencilManagerEffectInfo) == 0x000008, "Wrong alignment on FStencilManagerEffectInfo"); \ static_assert(sizeof(FStencilManagerEffectInfo) == 0x000218, "Wrong size on FStencilManagerEffectInfo"); \ static_assert(offsetof(FStencilManagerEffectInfo, Name) == 0x000000, "Member 'FStencilManagerEffectInfo::Name' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerEffectInfo, Group) == 0x000008, "Member 'FStencilManagerEffectInfo::Group' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerEffectInfo, LegacyStencilValue) == 0x000010, "Member 'FStencilManagerEffectInfo::LegacyStencilValue' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerEffectInfo, Priority) == 0x000014, "Member 'FStencilManagerEffectInfo::Priority' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerEffectInfo, PreferredEffect) == 0x000015, "Member 'FStencilManagerEffectInfo::PreferredEffect' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerEffectInfo, LocalDepthFX) == 0x000018, "Member 'FStencilManagerEffectInfo::LocalDepthFX' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerEffectInfo, SkinFX) == 0x0001E8, "Member 'FStencilManagerEffectInfo::SkinFX' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerEffectInfo, bDisableOverrides) == 0x000210, "Member 'FStencilManagerEffectInfo::bDisableOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilManagerCutsomDepthFX \ static_assert(alignof(FStencilManagerCutsomDepthFX) == 0x000008, "Wrong alignment on FStencilManagerCutsomDepthFX"); \ static_assert(sizeof(FStencilManagerCutsomDepthFX) == 0x0000A8, "Wrong size on FStencilManagerCutsomDepthFX"); \ static_assert(offsetof(FStencilManagerCutsomDepthFX, StencilValue) == 0x000000, "Member 'FStencilManagerCutsomDepthFX::StencilValue' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerCutsomDepthFX, StencilRules) == 0x000008, "Member 'FStencilManagerCutsomDepthFX::StencilRules' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerCutsomDepthFX, bRenderCustomDepth) == 0x0000A0, "Member 'FStencilManagerCutsomDepthFX::bRenderCustomDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilManagerTrackActor \ static_assert(alignof(FStencilManagerTrackActor) == 0x000008, "Wrong alignment on FStencilManagerTrackActor"); \ static_assert(sizeof(FStencilManagerTrackActor) == 0x000010, "Wrong size on FStencilManagerTrackActor"); \ static_assert(offsetof(FStencilManagerTrackActor, Effect) == 0x000008, "Member 'FStencilManagerTrackActor::Effect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilManagerTrackActorSkinFX \ static_assert(alignof(FStencilManagerTrackActorSkinFX) == 0x000008, "Wrong alignment on FStencilManagerTrackActorSkinFX"); \ static_assert(sizeof(FStencilManagerTrackActorSkinFX) == 0x000040, "Wrong size on FStencilManagerTrackActorSkinFX"); \ static_assert(offsetof(FStencilManagerTrackActorSkinFX, SkinFX) == 0x000010, "Member 'FStencilManagerTrackActorSkinFX::SkinFX' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerTrackActorSkinFX, SkinFXComponent) == 0x000038, "Member 'FStencilManagerTrackActorSkinFX::SkinFXComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilManagerTrackActorStencilBase \ static_assert(alignof(FStencilManagerTrackActorStencilBase) == 0x000008, "Wrong alignment on FStencilManagerTrackActorStencilBase"); \ static_assert(sizeof(FStencilManagerTrackActorStencilBase) == 0x000060, "Wrong size on FStencilManagerTrackActorStencilBase"); \ static_assert(offsetof(FStencilManagerTrackActorStencilBase, OriginalValues) == 0x000010, "Member 'FStencilManagerTrackActorStencilBase::OriginalValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilManagerTrackActorLocalStencil \ static_assert(alignof(FStencilManagerTrackActorLocalStencil) == 0x000008, "Wrong alignment on FStencilManagerTrackActorLocalStencil"); \ static_assert(sizeof(FStencilManagerTrackActorLocalStencil) == 0x000238, "Wrong size on FStencilManagerTrackActorLocalStencil"); \ static_assert(offsetof(FStencilManagerTrackActorLocalStencil, DepthFX) == 0x000060, "Member 'FStencilManagerTrackActorLocalStencil::DepthFX' has a wrong offset!"); \ static_assert(offsetof(FStencilManagerTrackActorLocalStencil, LocalStencilComponent) == 0x000230, "Member 'FStencilManagerTrackActorLocalStencil::LocalStencilComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStencilManagerTrackActorStencil \ static_assert(alignof(FStencilManagerTrackActorStencil) == 0x000008, "Wrong alignment on FStencilManagerTrackActorStencil"); \ static_assert(sizeof(FStencilManagerTrackActorStencil) == 0x000108, "Wrong size on FStencilManagerTrackActorStencil"); \ static_assert(offsetof(FStencilManagerTrackActorStencil, DepthFX) == 0x000060, "Member 'FStencilManagerTrackActorStencil::DepthFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilEffectActorOverrides \ static_assert(alignof(ULocalStencilEffectActorOverrides) == 0x000008, "Wrong alignment on ULocalStencilEffectActorOverrides"); \ static_assert(sizeof(ULocalStencilEffectActorOverrides) == 0x000050, "Wrong size on ULocalStencilEffectActorOverrides"); \ static_assert(offsetof(ULocalStencilEffectActorOverrides, GeneralActorOverrides) == 0x000030, "Member 'ULocalStencilEffectActorOverrides::GeneralActorOverrides' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilEffectActorOverrides, EffectOverrides) == 0x000040, "Member 'ULocalStencilEffectActorOverrides::EffectOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilBoundsHintComponentBase \ static_assert(alignof(ULocalStencilBoundsHintComponentBase) == 0x000010, "Wrong alignment on ULocalStencilBoundsHintComponentBase"); \ static_assert(sizeof(ULocalStencilBoundsHintComponentBase) == 0x000220, "Wrong size on ULocalStencilBoundsHintComponentBase"); \ #define DUMPER7_ASSERTS_ULocalStencilBoundsHintComponent \ static_assert(alignof(ULocalStencilBoundsHintComponent) == 0x000010, "Wrong alignment on ULocalStencilBoundsHintComponent"); \ static_assert(sizeof(ULocalStencilBoundsHintComponent) == 0x000220, "Wrong size on ULocalStencilBoundsHintComponent"); \ static_assert(offsetof(ULocalStencilBoundsHintComponent, Mode) == 0x000218, "Member 'ULocalStencilBoundsHintComponent::Mode' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilBoundsHintComponent, bIgnoreVisibility) == 0x000219, "Member 'ULocalStencilBoundsHintComponent::bIgnoreVisibility' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilBoundsHintComponent, bEnabled) == 0x00021A, "Member 'ULocalStencilBoundsHintComponent::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocalStencilComponentBase_ActorEndLocalStencilEffect \ static_assert(alignof(LocalStencilComponentBase_ActorEndLocalStencilEffect) == 0x000008, "Wrong alignment on LocalStencilComponentBase_ActorEndLocalStencilEffect"); \ static_assert(sizeof(LocalStencilComponentBase_ActorEndLocalStencilEffect) == 0x000010, "Wrong size on LocalStencilComponentBase_ActorEndLocalStencilEffect"); \ static_assert(offsetof(LocalStencilComponentBase_ActorEndLocalStencilEffect, Actor) == 0x000000, "Member 'LocalStencilComponentBase_ActorEndLocalStencilEffect::Actor' has a wrong offset!"); \ static_assert(offsetof(LocalStencilComponentBase_ActorEndLocalStencilEffect, Success) == 0x000008, "Member 'LocalStencilComponentBase_ActorEndLocalStencilEffect::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocalStencilComponentBase_ActorLocalStencilEffectIsRunning \ static_assert(alignof(LocalStencilComponentBase_ActorLocalStencilEffectIsRunning) == 0x000008, "Wrong alignment on LocalStencilComponentBase_ActorLocalStencilEffectIsRunning"); \ static_assert(sizeof(LocalStencilComponentBase_ActorLocalStencilEffectIsRunning) == 0x0001E0, "Wrong size on LocalStencilComponentBase_ActorLocalStencilEffectIsRunning"); \ static_assert(offsetof(LocalStencilComponentBase_ActorLocalStencilEffectIsRunning, Actor) == 0x000000, "Member 'LocalStencilComponentBase_ActorLocalStencilEffectIsRunning::Actor' has a wrong offset!"); \ static_assert(offsetof(LocalStencilComponentBase_ActorLocalStencilEffectIsRunning, bIsRunning) == 0x000008, "Member 'LocalStencilComponentBase_ActorLocalStencilEffectIsRunning::bIsRunning' has a wrong offset!"); \ static_assert(offsetof(LocalStencilComponentBase_ActorLocalStencilEffectIsRunning, RunningEffect) == 0x000010, "Member 'LocalStencilComponentBase_ActorLocalStencilEffectIsRunning::RunningEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocalStencilComponentBase_ActorStartLocalStencilEffect \ static_assert(alignof(LocalStencilComponentBase_ActorStartLocalStencilEffect) == 0x000008, "Wrong alignment on LocalStencilComponentBase_ActorStartLocalStencilEffect"); \ static_assert(sizeof(LocalStencilComponentBase_ActorStartLocalStencilEffect) == 0x0001E0, "Wrong size on LocalStencilComponentBase_ActorStartLocalStencilEffect"); \ static_assert(offsetof(LocalStencilComponentBase_ActorStartLocalStencilEffect, Actor) == 0x000000, "Member 'LocalStencilComponentBase_ActorStartLocalStencilEffect::Actor' has a wrong offset!"); \ static_assert(offsetof(LocalStencilComponentBase_ActorStartLocalStencilEffect, Effect) == 0x000008, "Member 'LocalStencilComponentBase_ActorStartLocalStencilEffect::Effect' has a wrong offset!"); \ static_assert(offsetof(LocalStencilComponentBase_ActorStartLocalStencilEffect, Success) == 0x0001D8, "Member 'LocalStencilComponentBase_ActorStartLocalStencilEffect::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocalStencilComponentBase_EndLocalStencilEffect \ static_assert(alignof(LocalStencilComponentBase_EndLocalStencilEffect) == 0x000001, "Wrong alignment on LocalStencilComponentBase_EndLocalStencilEffect"); \ static_assert(sizeof(LocalStencilComponentBase_EndLocalStencilEffect) == 0x000001, "Wrong size on LocalStencilComponentBase_EndLocalStencilEffect"); \ static_assert(offsetof(LocalStencilComponentBase_EndLocalStencilEffect, ReturnValue) == 0x000000, "Member 'LocalStencilComponentBase_EndLocalStencilEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocalStencilComponentBase_LocalStencilEffectIsRunning \ static_assert(alignof(LocalStencilComponentBase_LocalStencilEffectIsRunning) == 0x000008, "Wrong alignment on LocalStencilComponentBase_LocalStencilEffectIsRunning"); \ static_assert(sizeof(LocalStencilComponentBase_LocalStencilEffectIsRunning) == 0x0001D8, "Wrong size on LocalStencilComponentBase_LocalStencilEffectIsRunning"); \ static_assert(offsetof(LocalStencilComponentBase_LocalStencilEffectIsRunning, bIsRunning) == 0x000000, "Member 'LocalStencilComponentBase_LocalStencilEffectIsRunning::bIsRunning' has a wrong offset!"); \ static_assert(offsetof(LocalStencilComponentBase_LocalStencilEffectIsRunning, RunningEffect) == 0x000008, "Member 'LocalStencilComponentBase_LocalStencilEffectIsRunning::RunningEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocalStencilComponentBase_StartLocalStencilEffect \ static_assert(alignof(LocalStencilComponentBase_StartLocalStencilEffect) == 0x000008, "Wrong alignment on LocalStencilComponentBase_StartLocalStencilEffect"); \ static_assert(sizeof(LocalStencilComponentBase_StartLocalStencilEffect) == 0x0001D8, "Wrong size on LocalStencilComponentBase_StartLocalStencilEffect"); \ static_assert(offsetof(LocalStencilComponentBase_StartLocalStencilEffect, Effect) == 0x000000, "Member 'LocalStencilComponentBase_StartLocalStencilEffect::Effect' has a wrong offset!"); \ static_assert(offsetof(LocalStencilComponentBase_StartLocalStencilEffect, ReturnValue) == 0x0001D0, "Member 'LocalStencilComponentBase_StartLocalStencilEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilComponentBase \ static_assert(alignof(ULocalStencilComponentBase) == 0x000008, "Wrong alignment on ULocalStencilComponentBase"); \ static_assert(sizeof(ULocalStencilComponentBase) == 0x0002E8, "Wrong size on ULocalStencilComponentBase"); \ static_assert(offsetof(ULocalStencilComponentBase, Mesh) == 0x0000D0, "Member 'ULocalStencilComponentBase::Mesh' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilComponentBase, MeshScaleFactor) == 0x0000D8, "Member 'ULocalStencilComponentBase::MeshScaleFactor' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilComponentBase, TranslucentSortPriority) == 0x0000DC, "Member 'ULocalStencilComponentBase::TranslucentSortPriority' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilComponentBase, bSetTranslucentSortPriority) == 0x0000E0, "Member 'ULocalStencilComponentBase::bSetTranslucentSortPriority' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilComponentBase, CurrentEffect) == 0x0000E8, "Member 'ULocalStencilComponentBase::CurrentEffect' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilComponentBase, WorldObjectBounds) == 0x0002B8, "Member 'ULocalStencilComponentBase::WorldObjectBounds' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilComponentBase, Age) == 0x0002D4, "Member 'ULocalStencilComponentBase::Age' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilComponentBase, FadeInAge) == 0x0002D8, "Member 'ULocalStencilComponentBase::FadeInAge' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilComponentBase, FadeOutAge) == 0x0002DC, "Member 'ULocalStencilComponentBase::FadeOutAge' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilComponentBase, MaterialMode) == 0x0002E0, "Member 'ULocalStencilComponentBase::MaterialMode' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilComponentBase, bEffectActive) == 0x0002E1, "Member 'ULocalStencilComponentBase::bEffectActive' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilComponentBase, bStencilManagerLock) == 0x0002E2, "Member 'ULocalStencilComponentBase::bStencilManagerLock' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilComponentBase, bFadingOut) == 0x0002E3, "Member 'ULocalStencilComponentBase::bFadingOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilComponent \ static_assert(alignof(ULocalStencilComponent) == 0x000010, "Wrong alignment on ULocalStencilComponent"); \ static_assert(sizeof(ULocalStencilComponent) == 0x000350, "Wrong size on ULocalStencilComponent"); \ static_assert(offsetof(ULocalStencilComponent, EffectMesh) == 0x0002F0, "Member 'ULocalStencilComponent::EffectMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilComponentOrientCamera \ static_assert(alignof(ULocalStencilComponentOrientCamera) == 0x000010, "Wrong alignment on ULocalStencilComponentOrientCamera"); \ static_assert(sizeof(ULocalStencilComponentOrientCamera) == 0x000360, "Wrong size on ULocalStencilComponentOrientCamera"); \ static_assert(offsetof(ULocalStencilComponentOrientCamera, MeshNearClipTweak) == 0x000350, "Member 'ULocalStencilComponentOrientCamera::MeshNearClipTweak' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocalStencilAutoStartComponent_LocalStencilEffectStart \ static_assert(alignof(LocalStencilAutoStartComponent_LocalStencilEffectStart) == 0x000001, "Wrong alignment on LocalStencilAutoStartComponent_LocalStencilEffectStart"); \ static_assert(sizeof(LocalStencilAutoStartComponent_LocalStencilEffectStart) == 0x000001, "Wrong size on LocalStencilAutoStartComponent_LocalStencilEffectStart"); \ static_assert(offsetof(LocalStencilAutoStartComponent_LocalStencilEffectStart, ReturnValue) == 0x000000, "Member 'LocalStencilAutoStartComponent_LocalStencilEffectStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilAutoStartComponent \ static_assert(alignof(ULocalStencilAutoStartComponent) == 0x000010, "Wrong alignment on ULocalStencilAutoStartComponent"); \ static_assert(sizeof(ULocalStencilAutoStartComponent) == 0x000530, "Wrong size on ULocalStencilAutoStartComponent"); \ static_assert(offsetof(ULocalStencilAutoStartComponent, AutoStartEffect) == 0x000350, "Member 'ULocalStencilAutoStartComponent::AutoStartEffect' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilAutoStartComponent, bStartOnBeginPlay) == 0x000520, "Member 'ULocalStencilAutoStartComponent::bStartOnBeginPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilComponentMultiMesh \ static_assert(alignof(ULocalStencilComponentMultiMesh) == 0x000008, "Wrong alignment on ULocalStencilComponentMultiMesh"); \ static_assert(sizeof(ULocalStencilComponentMultiMesh) == 0x0002F8, "Wrong size on ULocalStencilComponentMultiMesh"); \ static_assert(offsetof(ULocalStencilComponentMultiMesh, EffectMeshes) == 0x0002E8, "Member 'ULocalStencilComponentMultiMesh::EffectMeshes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilEffectDelegatedActorOverride \ static_assert(alignof(ULocalStencilEffectDelegatedActorOverride) == 0x000008, "Wrong alignment on ULocalStencilEffectDelegatedActorOverride"); \ static_assert(sizeof(ULocalStencilEffectDelegatedActorOverride) == 0x000028, "Wrong size on ULocalStencilEffectDelegatedActorOverride"); \ #define DUMPER7_ASSERTS_ULocalStencilEffectDelegatedActorOverrideFiltered \ static_assert(alignof(ULocalStencilEffectDelegatedActorOverrideFiltered) == 0x000008, "Wrong alignment on ULocalStencilEffectDelegatedActorOverrideFiltered"); \ static_assert(sizeof(ULocalStencilEffectDelegatedActorOverrideFiltered) == 0x000038, "Wrong size on ULocalStencilEffectDelegatedActorOverrideFiltered"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideFiltered, Effect) == 0x000028, "Member 'ULocalStencilEffectDelegatedActorOverrideFiltered::Effect' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideFiltered, bFilterByEffectName) == 0x000030, "Member 'ULocalStencilEffectDelegatedActorOverrideFiltered::bFilterByEffectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilEffectDelegatedActorOverrideRadius \ static_assert(alignof(ULocalStencilEffectDelegatedActorOverrideRadius) == 0x000008, "Wrong alignment on ULocalStencilEffectDelegatedActorOverrideRadius"); \ static_assert(sizeof(ULocalStencilEffectDelegatedActorOverrideRadius) == 0x000040, "Wrong size on ULocalStencilEffectDelegatedActorOverrideRadius"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideRadius, OutlineRadius) == 0x000038, "Member 'ULocalStencilEffectDelegatedActorOverrideRadius::OutlineRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilEffectDelegatedActorOverrideRadiusAlpha \ static_assert(alignof(ULocalStencilEffectDelegatedActorOverrideRadiusAlpha) == 0x000008, "Wrong alignment on ULocalStencilEffectDelegatedActorOverrideRadiusAlpha"); \ static_assert(sizeof(ULocalStencilEffectDelegatedActorOverrideRadiusAlpha) == 0x000050, "Wrong size on ULocalStencilEffectDelegatedActorOverrideRadiusAlpha"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideRadiusAlpha, OutlineRadius) == 0x000038, "Member 'ULocalStencilEffectDelegatedActorOverrideRadiusAlpha::OutlineRadius' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideRadiusAlpha, OutlineColorAlpha) == 0x00003C, "Member 'ULocalStencilEffectDelegatedActorOverrideRadiusAlpha::OutlineColorAlpha' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideRadiusAlpha, OutlineColorAlphaPower) == 0x000040, "Member 'ULocalStencilEffectDelegatedActorOverrideRadiusAlpha::OutlineColorAlphaPower' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideRadiusAlpha, FinalIntensityMod) == 0x000044, "Member 'ULocalStencilEffectDelegatedActorOverrideRadiusAlpha::FinalIntensityMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilEffectDelegatedActorOverrideBottomFade \ static_assert(alignof(ULocalStencilEffectDelegatedActorOverrideBottomFade) == 0x000008, "Wrong alignment on ULocalStencilEffectDelegatedActorOverrideBottomFade"); \ static_assert(sizeof(ULocalStencilEffectDelegatedActorOverrideBottomFade) == 0x000050, "Wrong size on ULocalStencilEffectDelegatedActorOverrideBottomFade"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideBottomFade, OverrideMaterial) == 0x000038, "Member 'ULocalStencilEffectDelegatedActorOverrideBottomFade::OverrideMaterial' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideBottomFade, ObjectBottomFadeStart) == 0x000040, "Member 'ULocalStencilEffectDelegatedActorOverrideBottomFade::ObjectBottomFadeStart' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideBottomFade, ObjectBottomFadeFull) == 0x000044, "Member 'ULocalStencilEffectDelegatedActorOverrideBottomFade::ObjectBottomFadeFull' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideBottomFade, ObjectBottomFadePower) == 0x000048, "Member 'ULocalStencilEffectDelegatedActorOverrideBottomFade::ObjectBottomFadePower' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilEffectDelegatedActorOverrideFade \ static_assert(alignof(ULocalStencilEffectDelegatedActorOverrideFade) == 0x000008, "Wrong alignment on ULocalStencilEffectDelegatedActorOverrideFade"); \ static_assert(sizeof(ULocalStencilEffectDelegatedActorOverrideFade) == 0x000048, "Wrong size on ULocalStencilEffectDelegatedActorOverrideFade"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideFade, FadeInTime) == 0x000038, "Member 'ULocalStencilEffectDelegatedActorOverrideFade::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideFade, FadeOutTime) == 0x00003C, "Member 'ULocalStencilEffectDelegatedActorOverrideFade::FadeOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilEffectDelegatedActorOverrideOverdraw \ static_assert(alignof(ULocalStencilEffectDelegatedActorOverrideOverdraw) == 0x000008, "Wrong alignment on ULocalStencilEffectDelegatedActorOverrideOverdraw"); \ static_assert(sizeof(ULocalStencilEffectDelegatedActorOverrideOverdraw) == 0x000050, "Wrong size on ULocalStencilEffectDelegatedActorOverrideOverdraw"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideOverdraw, MeshScaleFactor) == 0x000038, "Member 'ULocalStencilEffectDelegatedActorOverrideOverdraw::MeshScaleFactor' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideOverdraw, MeshInflateBounds) == 0x00003C, "Member 'ULocalStencilEffectDelegatedActorOverrideOverdraw::MeshInflateBounds' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideOverdraw, BoundsMethod) == 0x000048, "Member 'ULocalStencilEffectDelegatedActorOverrideOverdraw::BoundsMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilEffectDelegatedActorOverrideBoundsMethod \ static_assert(alignof(ULocalStencilEffectDelegatedActorOverrideBoundsMethod) == 0x000008, "Wrong alignment on ULocalStencilEffectDelegatedActorOverrideBoundsMethod"); \ static_assert(sizeof(ULocalStencilEffectDelegatedActorOverrideBoundsMethod) == 0x000040, "Wrong size on ULocalStencilEffectDelegatedActorOverrideBoundsMethod"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideBoundsMethod, BoundsMethod) == 0x000038, "Member 'ULocalStencilEffectDelegatedActorOverrideBoundsMethod::BoundsMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilEffectDelegatedActorOverrideClassAndMaterial \ static_assert(alignof(ULocalStencilEffectDelegatedActorOverrideClassAndMaterial) == 0x000008, "Wrong alignment on ULocalStencilEffectDelegatedActorOverrideClassAndMaterial"); \ static_assert(sizeof(ULocalStencilEffectDelegatedActorOverrideClassAndMaterial) == 0x000048, "Wrong size on ULocalStencilEffectDelegatedActorOverrideClassAndMaterial"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideClassAndMaterial, OverrideClass) == 0x000038, "Member 'ULocalStencilEffectDelegatedActorOverrideClassAndMaterial::OverrideClass' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideClassAndMaterial, OverrideMaterial) == 0x000040, "Member 'ULocalStencilEffectDelegatedActorOverrideClassAndMaterial::OverrideMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilEffectDelegatedActorOverrideEverything \ static_assert(alignof(ULocalStencilEffectDelegatedActorOverrideEverything) == 0x000008, "Wrong alignment on ULocalStencilEffectDelegatedActorOverrideEverything"); \ static_assert(sizeof(ULocalStencilEffectDelegatedActorOverrideEverything) == 0x000200, "Wrong size on ULocalStencilEffectDelegatedActorOverrideEverything"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideEverything, Parameters) == 0x000038, "Member 'ULocalStencilEffectDelegatedActorOverrideEverything::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilEffectDelegatedActorOverrideParameters \ static_assert(alignof(ULocalStencilEffectDelegatedActorOverrideParameters) == 0x000008, "Wrong alignment on ULocalStencilEffectDelegatedActorOverrideParameters"); \ static_assert(sizeof(ULocalStencilEffectDelegatedActorOverrideParameters) == 0x000130, "Wrong size on ULocalStencilEffectDelegatedActorOverrideParameters"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideParameters, OverrideMaterial) == 0x000038, "Member 'ULocalStencilEffectDelegatedActorOverrideParameters::OverrideMaterial' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorOverrideParameters, Parameters) == 0x000040, "Member 'ULocalStencilEffectDelegatedActorOverrideParameters::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilEffectDelegatedActorExtraParameters \ static_assert(alignof(ULocalStencilEffectDelegatedActorExtraParameters) == 0x000008, "Wrong alignment on ULocalStencilEffectDelegatedActorExtraParameters"); \ static_assert(sizeof(ULocalStencilEffectDelegatedActorExtraParameters) == 0x000060, "Wrong size on ULocalStencilEffectDelegatedActorExtraParameters"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorExtraParameters, ExtraScalars) == 0x000038, "Member 'ULocalStencilEffectDelegatedActorExtraParameters::ExtraScalars' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorExtraParameters, ExtraColors) == 0x000048, "Member 'ULocalStencilEffectDelegatedActorExtraParameters::ExtraColors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilEffectDelegatedActorExtraCurveParameters \ static_assert(alignof(ULocalStencilEffectDelegatedActorExtraCurveParameters) == 0x000008, "Wrong alignment on ULocalStencilEffectDelegatedActorExtraCurveParameters"); \ static_assert(sizeof(ULocalStencilEffectDelegatedActorExtraCurveParameters) == 0x000060, "Wrong size on ULocalStencilEffectDelegatedActorExtraCurveParameters"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorExtraCurveParameters, ExtraScalarCurves) == 0x000038, "Member 'ULocalStencilEffectDelegatedActorExtraCurveParameters::ExtraScalarCurves' has a wrong offset!"); \ static_assert(offsetof(ULocalStencilEffectDelegatedActorExtraCurveParameters, ExtraColorCurves) == 0x000048, "Member 'ULocalStencilEffectDelegatedActorExtraCurveParameters::ExtraColorCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalStencilEffectDelegatedForcePlayerCustomDepth \ static_assert(alignof(ULocalStencilEffectDelegatedForcePlayerCustomDepth) == 0x000008, "Wrong alignment on ULocalStencilEffectDelegatedForcePlayerCustomDepth"); \ static_assert(sizeof(ULocalStencilEffectDelegatedForcePlayerCustomDepth) == 0x000040, "Wrong size on ULocalStencilEffectDelegatedForcePlayerCustomDepth"); \ static_assert(offsetof(ULocalStencilEffectDelegatedForcePlayerCustomDepth, bForcePlayerCustomDepth) == 0x000038, "Member 'ULocalStencilEffectDelegatedForcePlayerCustomDepth::bForcePlayerCustomDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_DisableStencilGroup \ static_assert(alignof(StencilManager_DisableStencilGroup) == 0x000008, "Wrong alignment on StencilManager_DisableStencilGroup"); \ static_assert(sizeof(StencilManager_DisableStencilGroup) == 0x000010, "Wrong size on StencilManager_DisableStencilGroup"); \ static_assert(offsetof(StencilManager_DisableStencilGroup, WorldContextObject) == 0x000000, "Member 'StencilManager_DisableStencilGroup::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(StencilManager_DisableStencilGroup, Group) == 0x000008, "Member 'StencilManager_DisableStencilGroup::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_DisableStencilGroups \ static_assert(alignof(StencilManager_DisableStencilGroups) == 0x000008, "Wrong alignment on StencilManager_DisableStencilGroups"); \ static_assert(sizeof(StencilManager_DisableStencilGroups) == 0x000018, "Wrong size on StencilManager_DisableStencilGroups"); \ static_assert(offsetof(StencilManager_DisableStencilGroups, WorldContextObject) == 0x000000, "Member 'StencilManager_DisableStencilGroups::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(StencilManager_DisableStencilGroups, Groups) == 0x000008, "Member 'StencilManager_DisableStencilGroups::Groups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_EnableStencil \ static_assert(alignof(StencilManager_EnableStencil) == 0x000008, "Wrong alignment on StencilManager_EnableStencil"); \ static_assert(sizeof(StencilManager_EnableStencil) == 0x000010, "Wrong size on StencilManager_EnableStencil"); \ static_assert(offsetof(StencilManager_EnableStencil, WorldContextObject) == 0x000000, "Member 'StencilManager_EnableStencil::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(StencilManager_EnableStencil, bEnable) == 0x000008, "Member 'StencilManager_EnableStencil::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_EnableStencilGroup \ static_assert(alignof(StencilManager_EnableStencilGroup) == 0x000008, "Wrong alignment on StencilManager_EnableStencilGroup"); \ static_assert(sizeof(StencilManager_EnableStencilGroup) == 0x000018, "Wrong size on StencilManager_EnableStencilGroup"); \ static_assert(offsetof(StencilManager_EnableStencilGroup, WorldContextObject) == 0x000000, "Member 'StencilManager_EnableStencilGroup::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(StencilManager_EnableStencilGroup, Group) == 0x000008, "Member 'StencilManager_EnableStencilGroup::Group' has a wrong offset!"); \ static_assert(offsetof(StencilManager_EnableStencilGroup, bEnable) == 0x000010, "Member 'StencilManager_EnableStencilGroup::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_EnableStencilGroups \ static_assert(alignof(StencilManager_EnableStencilGroups) == 0x000008, "Wrong alignment on StencilManager_EnableStencilGroups"); \ static_assert(sizeof(StencilManager_EnableStencilGroups) == 0x000020, "Wrong size on StencilManager_EnableStencilGroups"); \ static_assert(offsetof(StencilManager_EnableStencilGroups, WorldContextObject) == 0x000000, "Member 'StencilManager_EnableStencilGroups::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(StencilManager_EnableStencilGroups, Groups) == 0x000008, "Member 'StencilManager_EnableStencilGroups::Groups' has a wrong offset!"); \ static_assert(offsetof(StencilManager_EnableStencilGroups, bEnable) == 0x000018, "Member 'StencilManager_EnableStencilGroups::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_GetCurrentStencilEffect \ static_assert(alignof(StencilManager_GetCurrentStencilEffect) == 0x000008, "Wrong alignment on StencilManager_GetCurrentStencilEffect"); \ static_assert(sizeof(StencilManager_GetCurrentStencilEffect) == 0x000010, "Wrong size on StencilManager_GetCurrentStencilEffect"); \ static_assert(offsetof(StencilManager_GetCurrentStencilEffect, InTarget) == 0x000000, "Member 'StencilManager_GetCurrentStencilEffect::InTarget' has a wrong offset!"); \ static_assert(offsetof(StencilManager_GetCurrentStencilEffect, StencilEffect) == 0x000008, "Member 'StencilManager_GetCurrentStencilEffect::StencilEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_GetStencilManager \ static_assert(alignof(StencilManager_GetStencilManager) == 0x000008, "Wrong alignment on StencilManager_GetStencilManager"); \ static_assert(sizeof(StencilManager_GetStencilManager) == 0x000010, "Wrong size on StencilManager_GetStencilManager"); \ static_assert(offsetof(StencilManager_GetStencilManager, WorldContextObject) == 0x000000, "Member 'StencilManager_GetStencilManager::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(StencilManager_GetStencilManager, ReturnValue) == 0x000008, "Member 'StencilManager_GetStencilManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_IsLockedForStencil \ static_assert(alignof(StencilManager_IsLockedForStencil) == 0x000008, "Wrong alignment on StencilManager_IsLockedForStencil"); \ static_assert(sizeof(StencilManager_IsLockedForStencil) == 0x000018, "Wrong size on StencilManager_IsLockedForStencil"); \ static_assert(offsetof(StencilManager_IsLockedForStencil, WorldContextObject) == 0x000000, "Member 'StencilManager_IsLockedForStencil::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(StencilManager_IsLockedForStencil, Component) == 0x000008, "Member 'StencilManager_IsLockedForStencil::Component' has a wrong offset!"); \ static_assert(offsetof(StencilManager_IsLockedForStencil, bLocked) == 0x000010, "Member 'StencilManager_IsLockedForStencil::bLocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_LockAllForStencil \ static_assert(alignof(StencilManager_LockAllForStencil) == 0x000008, "Wrong alignment on StencilManager_LockAllForStencil"); \ static_assert(sizeof(StencilManager_LockAllForStencil) == 0x000020, "Wrong size on StencilManager_LockAllForStencil"); \ static_assert(offsetof(StencilManager_LockAllForStencil, WorldContextObject) == 0x000000, "Member 'StencilManager_LockAllForStencil::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(StencilManager_LockAllForStencil, LockOwner) == 0x000008, "Member 'StencilManager_LockAllForStencil::LockOwner' has a wrong offset!"); \ static_assert(offsetof(StencilManager_LockAllForStencil, Actor) == 0x000010, "Member 'StencilManager_LockAllForStencil::Actor' has a wrong offset!"); \ static_assert(offsetof(StencilManager_LockAllForStencil, StencilValue) == 0x000018, "Member 'StencilManager_LockAllForStencil::StencilValue' has a wrong offset!"); \ static_assert(offsetof(StencilManager_LockAllForStencil, bSuccess) == 0x00001C, "Member 'StencilManager_LockAllForStencil::bSuccess' has a wrong offset!"); \ static_assert(offsetof(StencilManager_LockAllForStencil, bRenderCustomDepth) == 0x00001D, "Member 'StencilManager_LockAllForStencil::bRenderCustomDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_LockForStencil \ static_assert(alignof(StencilManager_LockForStencil) == 0x000008, "Wrong alignment on StencilManager_LockForStencil"); \ static_assert(sizeof(StencilManager_LockForStencil) == 0x000020, "Wrong size on StencilManager_LockForStencil"); \ static_assert(offsetof(StencilManager_LockForStencil, WorldContextObject) == 0x000000, "Member 'StencilManager_LockForStencil::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(StencilManager_LockForStencil, LockOwner) == 0x000008, "Member 'StencilManager_LockForStencil::LockOwner' has a wrong offset!"); \ static_assert(offsetof(StencilManager_LockForStencil, Component) == 0x000010, "Member 'StencilManager_LockForStencil::Component' has a wrong offset!"); \ static_assert(offsetof(StencilManager_LockForStencil, StencilValue) == 0x000018, "Member 'StencilManager_LockForStencil::StencilValue' has a wrong offset!"); \ static_assert(offsetof(StencilManager_LockForStencil, bSuccess) == 0x00001C, "Member 'StencilManager_LockForStencil::bSuccess' has a wrong offset!"); \ static_assert(offsetof(StencilManager_LockForStencil, bRenderCustomDepth) == 0x00001D, "Member 'StencilManager_LockForStencil::bRenderCustomDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_LockOwnerForStencil \ static_assert(alignof(StencilManager_LockOwnerForStencil) == 0x000008, "Wrong alignment on StencilManager_LockOwnerForStencil"); \ static_assert(sizeof(StencilManager_LockOwnerForStencil) == 0x000018, "Wrong size on StencilManager_LockOwnerForStencil"); \ static_assert(offsetof(StencilManager_LockOwnerForStencil, WorldContextObject) == 0x000000, "Member 'StencilManager_LockOwnerForStencil::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(StencilManager_LockOwnerForStencil, Component) == 0x000008, "Member 'StencilManager_LockOwnerForStencil::Component' has a wrong offset!"); \ static_assert(offsetof(StencilManager_LockOwnerForStencil, Owner) == 0x000010, "Member 'StencilManager_LockOwnerForStencil::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_SetActorRenderCustomDepth \ static_assert(alignof(StencilManager_SetActorRenderCustomDepth) == 0x000008, "Wrong alignment on StencilManager_SetActorRenderCustomDepth"); \ static_assert(sizeof(StencilManager_SetActorRenderCustomDepth) == 0x000010, "Wrong size on StencilManager_SetActorRenderCustomDepth"); \ static_assert(offsetof(StencilManager_SetActorRenderCustomDepth, Actor) == 0x000000, "Member 'StencilManager_SetActorRenderCustomDepth::Actor' has a wrong offset!"); \ static_assert(offsetof(StencilManager_SetActorRenderCustomDepth, bRenderCustomDepth) == 0x000008, "Member 'StencilManager_SetActorRenderCustomDepth::bRenderCustomDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_SetActorStencilValue \ static_assert(alignof(StencilManager_SetActorStencilValue) == 0x000008, "Wrong alignment on StencilManager_SetActorStencilValue"); \ static_assert(sizeof(StencilManager_SetActorStencilValue) == 0x000010, "Wrong size on StencilManager_SetActorStencilValue"); \ static_assert(offsetof(StencilManager_SetActorStencilValue, Actor) == 0x000000, "Member 'StencilManager_SetActorStencilValue::Actor' has a wrong offset!"); \ static_assert(offsetof(StencilManager_SetActorStencilValue, StencilValue) == 0x000008, "Member 'StencilManager_SetActorStencilValue::StencilValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_SetActorStencilValueAndRenderCustomDepth \ static_assert(alignof(StencilManager_SetActorStencilValueAndRenderCustomDepth) == 0x000008, "Wrong alignment on StencilManager_SetActorStencilValueAndRenderCustomDepth"); \ static_assert(sizeof(StencilManager_SetActorStencilValueAndRenderCustomDepth) == 0x000010, "Wrong size on StencilManager_SetActorStencilValueAndRenderCustomDepth"); \ static_assert(offsetof(StencilManager_SetActorStencilValueAndRenderCustomDepth, Actor) == 0x000000, "Member 'StencilManager_SetActorStencilValueAndRenderCustomDepth::Actor' has a wrong offset!"); \ static_assert(offsetof(StencilManager_SetActorStencilValueAndRenderCustomDepth, StencilValue) == 0x000008, "Member 'StencilManager_SetActorStencilValueAndRenderCustomDepth::StencilValue' has a wrong offset!"); \ static_assert(offsetof(StencilManager_SetActorStencilValueAndRenderCustomDepth, bRenderCustomDepth) == 0x00000C, "Member 'StencilManager_SetActorStencilValueAndRenderCustomDepth::bRenderCustomDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_SetActorStencilValueRenderCustomDepth \ static_assert(alignof(StencilManager_SetActorStencilValueRenderCustomDepth) == 0x000008, "Wrong alignment on StencilManager_SetActorStencilValueRenderCustomDepth"); \ static_assert(sizeof(StencilManager_SetActorStencilValueRenderCustomDepth) == 0x000010, "Wrong size on StencilManager_SetActorStencilValueRenderCustomDepth"); \ static_assert(offsetof(StencilManager_SetActorStencilValueRenderCustomDepth, Actor) == 0x000000, "Member 'StencilManager_SetActorStencilValueRenderCustomDepth::Actor' has a wrong offset!"); \ static_assert(offsetof(StencilManager_SetActorStencilValueRenderCustomDepth, StencilValueRenderCustomDepth) == 0x000008, "Member 'StencilManager_SetActorStencilValueRenderCustomDepth::StencilValueRenderCustomDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_SetRenderCustomDepth \ static_assert(alignof(StencilManager_SetRenderCustomDepth) == 0x000008, "Wrong alignment on StencilManager_SetRenderCustomDepth"); \ static_assert(sizeof(StencilManager_SetRenderCustomDepth) == 0x000010, "Wrong size on StencilManager_SetRenderCustomDepth"); \ static_assert(offsetof(StencilManager_SetRenderCustomDepth, PrimitiveComponent) == 0x000000, "Member 'StencilManager_SetRenderCustomDepth::PrimitiveComponent' has a wrong offset!"); \ static_assert(offsetof(StencilManager_SetRenderCustomDepth, bRenderCustomDepth) == 0x000008, "Member 'StencilManager_SetRenderCustomDepth::bRenderCustomDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_SetStencil \ static_assert(alignof(StencilManager_SetStencil) == 0x000008, "Wrong alignment on StencilManager_SetStencil"); \ static_assert(sizeof(StencilManager_SetStencil) == 0x000010, "Wrong size on StencilManager_SetStencil"); \ static_assert(offsetof(StencilManager_SetStencil, InTarget) == 0x000000, "Member 'StencilManager_SetStencil::InTarget' has a wrong offset!"); \ static_assert(offsetof(StencilManager_SetStencil, StencilValue) == 0x000008, "Member 'StencilManager_SetStencil::StencilValue' has a wrong offset!"); \ static_assert(offsetof(StencilManager_SetStencil, bFlag) == 0x000009, "Member 'StencilManager_SetStencil::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_SetStencilEffect \ static_assert(alignof(StencilManager_SetStencilEffect) == 0x000008, "Wrong alignment on StencilManager_SetStencilEffect"); \ static_assert(sizeof(StencilManager_SetStencilEffect) == 0x000018, "Wrong size on StencilManager_SetStencilEffect"); \ static_assert(offsetof(StencilManager_SetStencilEffect, InTarget) == 0x000000, "Member 'StencilManager_SetStencilEffect::InTarget' has a wrong offset!"); \ static_assert(offsetof(StencilManager_SetStencilEffect, StencilEffect) == 0x000008, "Member 'StencilManager_SetStencilEffect::StencilEffect' has a wrong offset!"); \ static_assert(offsetof(StencilManager_SetStencilEffect, bFlag) == 0x000010, "Member 'StencilManager_SetStencilEffect::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_SetStencilValue \ static_assert(alignof(StencilManager_SetStencilValue) == 0x000008, "Wrong alignment on StencilManager_SetStencilValue"); \ static_assert(sizeof(StencilManager_SetStencilValue) == 0x000010, "Wrong size on StencilManager_SetStencilValue"); \ static_assert(offsetof(StencilManager_SetStencilValue, PrimitiveComponent) == 0x000000, "Member 'StencilManager_SetStencilValue::PrimitiveComponent' has a wrong offset!"); \ static_assert(offsetof(StencilManager_SetStencilValue, StencilValue) == 0x000008, "Member 'StencilManager_SetStencilValue::StencilValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_SetStencilValueAndRenderCustomDepth \ static_assert(alignof(StencilManager_SetStencilValueAndRenderCustomDepth) == 0x000008, "Wrong alignment on StencilManager_SetStencilValueAndRenderCustomDepth"); \ static_assert(sizeof(StencilManager_SetStencilValueAndRenderCustomDepth) == 0x000010, "Wrong size on StencilManager_SetStencilValueAndRenderCustomDepth"); \ static_assert(offsetof(StencilManager_SetStencilValueAndRenderCustomDepth, PrimitiveComponent) == 0x000000, "Member 'StencilManager_SetStencilValueAndRenderCustomDepth::PrimitiveComponent' has a wrong offset!"); \ static_assert(offsetof(StencilManager_SetStencilValueAndRenderCustomDepth, StencilValue) == 0x000008, "Member 'StencilManager_SetStencilValueAndRenderCustomDepth::StencilValue' has a wrong offset!"); \ static_assert(offsetof(StencilManager_SetStencilValueAndRenderCustomDepth, bRenderCustomDepth) == 0x00000C, "Member 'StencilManager_SetStencilValueAndRenderCustomDepth::bRenderCustomDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_SetStencilValueRenderCustomDepth \ static_assert(alignof(StencilManager_SetStencilValueRenderCustomDepth) == 0x000008, "Wrong alignment on StencilManager_SetStencilValueRenderCustomDepth"); \ static_assert(sizeof(StencilManager_SetStencilValueRenderCustomDepth) == 0x000010, "Wrong size on StencilManager_SetStencilValueRenderCustomDepth"); \ static_assert(offsetof(StencilManager_SetStencilValueRenderCustomDepth, PrimitiveComponent) == 0x000000, "Member 'StencilManager_SetStencilValueRenderCustomDepth::PrimitiveComponent' has a wrong offset!"); \ static_assert(offsetof(StencilManager_SetStencilValueRenderCustomDepth, StencilValueRenderCustomDepth) == 0x000008, "Member 'StencilManager_SetStencilValueRenderCustomDepth::StencilValueRenderCustomDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_StencilEnabled \ static_assert(alignof(StencilManager_StencilEnabled) == 0x000008, "Wrong alignment on StencilManager_StencilEnabled"); \ static_assert(sizeof(StencilManager_StencilEnabled) == 0x000010, "Wrong size on StencilManager_StencilEnabled"); \ static_assert(offsetof(StencilManager_StencilEnabled, WorldContextObject) == 0x000000, "Member 'StencilManager_StencilEnabled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(StencilManager_StencilEnabled, ReturnValue) == 0x000008, "Member 'StencilManager_StencilEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_StencilGroupEnabled \ static_assert(alignof(StencilManager_StencilGroupEnabled) == 0x000008, "Wrong alignment on StencilManager_StencilGroupEnabled"); \ static_assert(sizeof(StencilManager_StencilGroupEnabled) == 0x000018, "Wrong size on StencilManager_StencilGroupEnabled"); \ static_assert(offsetof(StencilManager_StencilGroupEnabled, WorldContextObject) == 0x000000, "Member 'StencilManager_StencilGroupEnabled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(StencilManager_StencilGroupEnabled, Group) == 0x000008, "Member 'StencilManager_StencilGroupEnabled::Group' has a wrong offset!"); \ static_assert(offsetof(StencilManager_StencilGroupEnabled, ReturnValue) == 0x000010, "Member 'StencilManager_StencilGroupEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_UnlockAllForStencil \ static_assert(alignof(StencilManager_UnlockAllForStencil) == 0x000008, "Wrong alignment on StencilManager_UnlockAllForStencil"); \ static_assert(sizeof(StencilManager_UnlockAllForStencil) == 0x000018, "Wrong size on StencilManager_UnlockAllForStencil"); \ static_assert(offsetof(StencilManager_UnlockAllForStencil, WorldContextObject) == 0x000000, "Member 'StencilManager_UnlockAllForStencil::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(StencilManager_UnlockAllForStencil, LockOwner) == 0x000008, "Member 'StencilManager_UnlockAllForStencil::LockOwner' has a wrong offset!"); \ static_assert(offsetof(StencilManager_UnlockAllForStencil, bSuccess) == 0x000010, "Member 'StencilManager_UnlockAllForStencil::bSuccess' has a wrong offset!"); \ static_assert(offsetof(StencilManager_UnlockAllForStencil, bRestore) == 0x000011, "Member 'StencilManager_UnlockAllForStencil::bRestore' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManager_UnlockForStencil \ static_assert(alignof(StencilManager_UnlockForStencil) == 0x000008, "Wrong alignment on StencilManager_UnlockForStencil"); \ static_assert(sizeof(StencilManager_UnlockForStencil) == 0x000020, "Wrong size on StencilManager_UnlockForStencil"); \ static_assert(offsetof(StencilManager_UnlockForStencil, WorldContextObject) == 0x000000, "Member 'StencilManager_UnlockForStencil::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(StencilManager_UnlockForStencil, LockOwner) == 0x000008, "Member 'StencilManager_UnlockForStencil::LockOwner' has a wrong offset!"); \ static_assert(offsetof(StencilManager_UnlockForStencil, Component) == 0x000010, "Member 'StencilManager_UnlockForStencil::Component' has a wrong offset!"); \ static_assert(offsetof(StencilManager_UnlockForStencil, bSuccess) == 0x000018, "Member 'StencilManager_UnlockForStencil::bSuccess' has a wrong offset!"); \ static_assert(offsetof(StencilManager_UnlockForStencil, bRestore) == 0x000019, "Member 'StencilManager_UnlockForStencil::bRestore' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManager \ static_assert(alignof(UStencilManager) == 0x000008, "Wrong alignment on UStencilManager"); \ static_assert(sizeof(UStencilManager) == 0x000028, "Wrong size on UStencilManager"); \ #define DUMPER7_ASSERTS_UStencilManagerExternalControl \ static_assert(alignof(UStencilManagerExternalControl) == 0x000008, "Wrong alignment on UStencilManagerExternalControl"); \ static_assert(sizeof(UStencilManagerExternalControl) == 0x000028, "Wrong size on UStencilManagerExternalControl"); \ #define DUMPER7_ASSERTS_UStencilManagerExternalControlNot \ static_assert(alignof(UStencilManagerExternalControlNot) == 0x000008, "Wrong alignment on UStencilManagerExternalControlNot"); \ static_assert(sizeof(UStencilManagerExternalControlNot) == 0x000030, "Wrong size on UStencilManagerExternalControlNot"); \ static_assert(offsetof(UStencilManagerExternalControlNot, Control) == 0x000028, "Member 'UStencilManagerExternalControlNot::Control' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerExternalControlTrue \ static_assert(alignof(UStencilManagerExternalControlTrue) == 0x000008, "Wrong alignment on UStencilManagerExternalControlTrue"); \ static_assert(sizeof(UStencilManagerExternalControlTrue) == 0x000028, "Wrong size on UStencilManagerExternalControlTrue"); \ #define DUMPER7_ASSERTS_UStencilManagerExternalControlFalse \ static_assert(alignof(UStencilManagerExternalControlFalse) == 0x000008, "Wrong alignment on UStencilManagerExternalControlFalse"); \ static_assert(sizeof(UStencilManagerExternalControlFalse) == 0x000028, "Wrong size on UStencilManagerExternalControlFalse"); \ #define DUMPER7_ASSERTS_UStencilManagerExternalControlLogicList \ static_assert(alignof(UStencilManagerExternalControlLogicList) == 0x000008, "Wrong alignment on UStencilManagerExternalControlLogicList"); \ static_assert(sizeof(UStencilManagerExternalControlLogicList) == 0x000038, "Wrong size on UStencilManagerExternalControlLogicList"); \ static_assert(offsetof(UStencilManagerExternalControlLogicList, Controls) == 0x000028, "Member 'UStencilManagerExternalControlLogicList::Controls' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerExternalControlAnd \ static_assert(alignof(UStencilManagerExternalControlAnd) == 0x000008, "Wrong alignment on UStencilManagerExternalControlAnd"); \ static_assert(sizeof(UStencilManagerExternalControlAnd) == 0x000038, "Wrong size on UStencilManagerExternalControlAnd"); \ #define DUMPER7_ASSERTS_UStencilManagerExternalControlOr \ static_assert(alignof(UStencilManagerExternalControlOr) == 0x000008, "Wrong alignment on UStencilManagerExternalControlOr"); \ static_assert(sizeof(UStencilManagerExternalControlOr) == 0x000038, "Wrong size on UStencilManagerExternalControlOr"); \ #define DUMPER7_ASSERTS_UStencilManagerExternalSystemControl \ static_assert(alignof(UStencilManagerExternalSystemControl) == 0x000008, "Wrong alignment on UStencilManagerExternalSystemControl"); \ static_assert(sizeof(UStencilManagerExternalSystemControl) == 0x000028, "Wrong size on UStencilManagerExternalSystemControl"); \ #define DUMPER7_ASSERTS_UStencilManagerExternalGroupControl \ static_assert(alignof(UStencilManagerExternalGroupControl) == 0x000008, "Wrong alignment on UStencilManagerExternalGroupControl"); \ static_assert(sizeof(UStencilManagerExternalGroupControl) == 0x000028, "Wrong size on UStencilManagerExternalGroupControl"); \ #define DUMPER7_ASSERTS_UStencilManagerExternalControls \ static_assert(alignof(UStencilManagerExternalControls) == 0x000008, "Wrong alignment on UStencilManagerExternalControls"); \ static_assert(sizeof(UStencilManagerExternalControls) == 0x000088, "Wrong size on UStencilManagerExternalControls"); \ static_assert(offsetof(UStencilManagerExternalControls, SystemEnable) == 0x000030, "Member 'UStencilManagerExternalControls::SystemEnable' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerExternalControls, GroupEnable) == 0x000038, "Member 'UStencilManagerExternalControls::GroupEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IStencilManagerEnableInterface \ static_assert(alignof(IStencilManagerEnableInterface) == 0x000001, "Wrong alignment on IStencilManagerEnableInterface"); \ static_assert(sizeof(IStencilManagerEnableInterface) == 0x000001, "Wrong size on IStencilManagerEnableInterface"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActor \ static_assert(alignof(UStencilManagerMatchActor) == 0x000008, "Wrong alignment on UStencilManagerMatchActor"); \ static_assert(sizeof(UStencilManagerMatchActor) == 0x000028, "Wrong size on UStencilManagerMatchActor"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorNOT \ static_assert(alignof(UStencilManagerMatchActorNOT) == 0x000008, "Wrong alignment on UStencilManagerMatchActorNOT"); \ static_assert(sizeof(UStencilManagerMatchActorNOT) == 0x000030, "Wrong size on UStencilManagerMatchActorNOT"); \ static_assert(offsetof(UStencilManagerMatchActorNOT, Expression) == 0x000028, "Member 'UStencilManagerMatchActorNOT::Expression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorAND \ static_assert(alignof(UStencilManagerMatchActorAND) == 0x000008, "Wrong alignment on UStencilManagerMatchActorAND"); \ static_assert(sizeof(UStencilManagerMatchActorAND) == 0x000038, "Wrong size on UStencilManagerMatchActorAND"); \ static_assert(offsetof(UStencilManagerMatchActorAND, Expressions) == 0x000028, "Member 'UStencilManagerMatchActorAND::Expressions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorOR \ static_assert(alignof(UStencilManagerMatchActorOR) == 0x000008, "Wrong alignment on UStencilManagerMatchActorOR"); \ static_assert(sizeof(UStencilManagerMatchActorOR) == 0x000038, "Wrong size on UStencilManagerMatchActorOR"); \ static_assert(offsetof(UStencilManagerMatchActorOR, Expressions) == 0x000028, "Member 'UStencilManagerMatchActorOR::Expressions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorIF \ static_assert(alignof(UStencilManagerMatchActorIF) == 0x000008, "Wrong alignment on UStencilManagerMatchActorIF"); \ static_assert(sizeof(UStencilManagerMatchActorIF) == 0x000040, "Wrong size on UStencilManagerMatchActorIF"); \ static_assert(offsetof(UStencilManagerMatchActorIF, Expression) == 0x000028, "Member 'UStencilManagerMatchActorIF::Expression' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerMatchActorIF, ExpressionTrue) == 0x000030, "Member 'UStencilManagerMatchActorIF::ExpressionTrue' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerMatchActorIF, ExpressionFalse) == 0x000038, "Member 'UStencilManagerMatchActorIF::ExpressionFalse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorClass \ static_assert(alignof(UStencilManagerMatchActorClass) == 0x000008, "Wrong alignment on UStencilManagerMatchActorClass"); \ static_assert(sizeof(UStencilManagerMatchActorClass) == 0x000058, "Wrong size on UStencilManagerMatchActorClass"); \ static_assert(offsetof(UStencilManagerMatchActorClass, ActorClass) == 0x000028, "Member 'UStencilManagerMatchActorClass::ActorClass' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerMatchActorClass, bAllowSubclasses) == 0x000050, "Member 'UStencilManagerMatchActorClass::bAllowSubclasses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorHasChildClass \ static_assert(alignof(UStencilManagerMatchActorHasChildClass) == 0x000008, "Wrong alignment on UStencilManagerMatchActorHasChildClass"); \ static_assert(sizeof(UStencilManagerMatchActorHasChildClass) == 0x000058, "Wrong size on UStencilManagerMatchActorHasChildClass"); \ static_assert(offsetof(UStencilManagerMatchActorHasChildClass, ChildClass) == 0x000028, "Member 'UStencilManagerMatchActorHasChildClass::ChildClass' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerMatchActorHasChildClass, bAllowSubclasses) == 0x000050, "Member 'UStencilManagerMatchActorHasChildClass::bAllowSubclasses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorHasComponent \ static_assert(alignof(UStencilManagerMatchActorHasComponent) == 0x000008, "Wrong alignment on UStencilManagerMatchActorHasComponent"); \ static_assert(sizeof(UStencilManagerMatchActorHasComponent) == 0x000050, "Wrong size on UStencilManagerMatchActorHasComponent"); \ static_assert(offsetof(UStencilManagerMatchActorHasComponent, ComponentClass) == 0x000028, "Member 'UStencilManagerMatchActorHasComponent::ComponentClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorBounds \ static_assert(alignof(UStencilManagerMatchActorBounds) == 0x000008, "Wrong alignment on UStencilManagerMatchActorBounds"); \ static_assert(sizeof(UStencilManagerMatchActorBounds) == 0x000030, "Wrong size on UStencilManagerMatchActorBounds"); \ static_assert(offsetof(UStencilManagerMatchActorBounds, Radius) == 0x000028, "Member 'UStencilManagerMatchActorBounds::Radius' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerMatchActorBounds, bIncludeChildActors) == 0x00002C, "Member 'UStencilManagerMatchActorBounds::bIncludeChildActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorRadiusLessThan \ static_assert(alignof(UStencilManagerMatchActorRadiusLessThan) == 0x000008, "Wrong alignment on UStencilManagerMatchActorRadiusLessThan"); \ static_assert(sizeof(UStencilManagerMatchActorRadiusLessThan) == 0x000030, "Wrong size on UStencilManagerMatchActorRadiusLessThan"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorRadiusGreaterThan \ static_assert(alignof(UStencilManagerMatchActorRadiusGreaterThan) == 0x000008, "Wrong alignment on UStencilManagerMatchActorRadiusGreaterThan"); \ static_assert(sizeof(UStencilManagerMatchActorRadiusGreaterThan) == 0x000030, "Wrong size on UStencilManagerMatchActorRadiusGreaterThan"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorMovable \ static_assert(alignof(UStencilManagerMatchActorMovable) == 0x000008, "Wrong alignment on UStencilManagerMatchActorMovable"); \ static_assert(sizeof(UStencilManagerMatchActorMovable) == 0x000028, "Wrong size on UStencilManagerMatchActorMovable"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorStationary \ static_assert(alignof(UStencilManagerMatchActorStationary) == 0x000008, "Wrong alignment on UStencilManagerMatchActorStationary"); \ static_assert(sizeof(UStencilManagerMatchActorStationary) == 0x000028, "Wrong size on UStencilManagerMatchActorStationary"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorTrue \ static_assert(alignof(UStencilManagerMatchActorTrue) == 0x000008, "Wrong alignment on UStencilManagerMatchActorTrue"); \ static_assert(sizeof(UStencilManagerMatchActorTrue) == 0x000028, "Wrong size on UStencilManagerMatchActorTrue"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorFalse \ static_assert(alignof(UStencilManagerMatchActorFalse) == 0x000008, "Wrong alignment on UStencilManagerMatchActorFalse"); \ static_assert(sizeof(UStencilManagerMatchActorFalse) == 0x000028, "Wrong size on UStencilManagerMatchActorFalse"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorName \ static_assert(alignof(UStencilManagerMatchActorName) == 0x000008, "Wrong alignment on UStencilManagerMatchActorName"); \ static_assert(sizeof(UStencilManagerMatchActorName) == 0x000030, "Wrong size on UStencilManagerMatchActorName"); \ static_assert(offsetof(UStencilManagerMatchActorName, bIgnoreCase) == 0x000028, "Member 'UStencilManagerMatchActorName::bIgnoreCase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorNameStartsWith \ static_assert(alignof(UStencilManagerMatchActorNameStartsWith) == 0x000008, "Wrong alignment on UStencilManagerMatchActorNameStartsWith"); \ static_assert(sizeof(UStencilManagerMatchActorNameStartsWith) == 0x000038, "Wrong size on UStencilManagerMatchActorNameStartsWith"); \ static_assert(offsetof(UStencilManagerMatchActorNameStartsWith, StartOfName) == 0x000030, "Member 'UStencilManagerMatchActorNameStartsWith::StartOfName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorNameContains \ static_assert(alignof(UStencilManagerMatchActorNameContains) == 0x000008, "Wrong alignment on UStencilManagerMatchActorNameContains"); \ static_assert(sizeof(UStencilManagerMatchActorNameContains) == 0x000038, "Wrong size on UStencilManagerMatchActorNameContains"); \ static_assert(offsetof(UStencilManagerMatchActorNameContains, CONTAINS) == 0x000030, "Member 'UStencilManagerMatchActorNameContains::CONTAINS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorLevelStartsWith \ static_assert(alignof(UStencilManagerMatchActorLevelStartsWith) == 0x000008, "Wrong alignment on UStencilManagerMatchActorLevelStartsWith"); \ static_assert(sizeof(UStencilManagerMatchActorLevelStartsWith) == 0x000038, "Wrong size on UStencilManagerMatchActorLevelStartsWith"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorHasTag \ static_assert(alignof(UStencilManagerMatchActorHasTag) == 0x000008, "Wrong alignment on UStencilManagerMatchActorHasTag"); \ static_assert(sizeof(UStencilManagerMatchActorHasTag) == 0x000038, "Wrong size on UStencilManagerMatchActorHasTag"); \ static_assert(offsetof(UStencilManagerMatchActorHasTag, Tag) == 0x000028, "Member 'UStencilManagerMatchActorHasTag::Tag' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerMatchActorHasTag, bIncludeChildActors) == 0x000030, "Member 'UStencilManagerMatchActorHasTag::bIncludeChildActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerMatchActorHasStaticMesh \ static_assert(alignof(UStencilManagerMatchActorHasStaticMesh) == 0x000008, "Wrong alignment on UStencilManagerMatchActorHasStaticMesh"); \ static_assert(sizeof(UStencilManagerMatchActorHasStaticMesh) == 0x000058, "Wrong size on UStencilManagerMatchActorHasStaticMesh"); \ static_assert(offsetof(UStencilManagerMatchActorHasStaticMesh, Mesh) == 0x000028, "Member 'UStencilManagerMatchActorHasStaticMesh::Mesh' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerMatchActorHasStaticMesh, bIncludeChildActors) == 0x000050, "Member 'UStencilManagerMatchActorHasStaticMesh::bIncludeChildActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerWholeActorOverrides \ static_assert(alignof(UStencilManagerWholeActorOverrides) == 0x000008, "Wrong alignment on UStencilManagerWholeActorOverrides"); \ static_assert(sizeof(UStencilManagerWholeActorOverrides) == 0x000040, "Wrong size on UStencilManagerWholeActorOverrides"); \ static_assert(offsetof(UStencilManagerWholeActorOverrides, WholeActorOverrides) == 0x000030, "Member 'UStencilManagerWholeActorOverrides::WholeActorOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerAccessibilityOverrides \ static_assert(alignof(UStencilManagerAccessibilityOverrides) == 0x000008, "Wrong alignment on UStencilManagerAccessibilityOverrides"); \ static_assert(sizeof(UStencilManagerAccessibilityOverrides) == 0x000040, "Wrong size on UStencilManagerAccessibilityOverrides"); \ static_assert(offsetof(UStencilManagerAccessibilityOverrides, AccessibilityOverrides) == 0x000030, "Member 'UStencilManagerAccessibilityOverrides::AccessibilityOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerSettings \ static_assert(alignof(UStencilManagerSettings) == 0x000008, "Wrong alignment on UStencilManagerSettings"); \ static_assert(sizeof(UStencilManagerSettings) == 0x0000F0, "Wrong size on UStencilManagerSettings"); \ static_assert(offsetof(UStencilManagerSettings, StencilPostProcessingMaterials) == 0x000030, "Member 'UStencilManagerSettings::StencilPostProcessingMaterials' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerSettings, PreferredStencilPostProcessingMaterial) == 0x000040, "Member 'UStencilManagerSettings::PreferredStencilPostProcessingMaterial' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerSettings, bForcePreferredStencilPostProcessingMaterial) == 0x000048, "Member 'UStencilManagerSettings::bForcePreferredStencilPostProcessingMaterial' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerSettings, MaterialParameterCollection) == 0x000050, "Member 'UStencilManagerSettings::MaterialParameterCollection' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerSettings, MaterialParameterGlobals) == 0x000058, "Member 'UStencilManagerSettings::MaterialParameterGlobals' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerSettings, Groups) == 0x000068, "Member 'UStencilManagerSettings::Groups' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerSettings, EffectsList) == 0x000078, "Member 'UStencilManagerSettings::EffectsList' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerSettings, AccessibilityOverrides) == 0x000088, "Member 'UStencilManagerSettings::AccessibilityOverrides' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerSettings, WholeActorOverrides) == 0x000090, "Member 'UStencilManagerSettings::WholeActorOverrides' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerSettings, DefaultLocalStencilTagRules) == 0x000098, "Member 'UStencilManagerSettings::DefaultLocalStencilTagRules' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerSettings, LocalStencilFXOverrides) == 0x0000E8, "Member 'UStencilManagerSettings::LocalStencilFXOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManagerSingleton_SetOutdoorsDaytimeBoost \ static_assert(alignof(StencilManagerSingleton_SetOutdoorsDaytimeBoost) == 0x000008, "Wrong alignment on StencilManagerSingleton_SetOutdoorsDaytimeBoost"); \ static_assert(sizeof(StencilManagerSingleton_SetOutdoorsDaytimeBoost) == 0x000010, "Wrong size on StencilManagerSingleton_SetOutdoorsDaytimeBoost"); \ static_assert(offsetof(StencilManagerSingleton_SetOutdoorsDaytimeBoost, WorldContextObject) == 0x000000, "Member 'StencilManagerSingleton_SetOutdoorsDaytimeBoost::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(StencilManagerSingleton_SetOutdoorsDaytimeBoost, boostVal) == 0x000008, "Member 'StencilManagerSingleton_SetOutdoorsDaytimeBoost::boostVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManagerSingleton_SetStencilBlend \ static_assert(alignof(StencilManagerSingleton_SetStencilBlend) == 0x000008, "Wrong alignment on StencilManagerSingleton_SetStencilBlend"); \ static_assert(sizeof(StencilManagerSingleton_SetStencilBlend) == 0x000010, "Wrong size on StencilManagerSingleton_SetStencilBlend"); \ static_assert(offsetof(StencilManagerSingleton_SetStencilBlend, WorldContextObject) == 0x000000, "Member 'StencilManagerSingleton_SetStencilBlend::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(StencilManagerSingleton_SetStencilBlend, blendVal) == 0x000008, "Member 'StencilManagerSingleton_SetStencilBlend::blendVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StencilManagerSingleton_SetStencilPlayerNearFadeDisable \ static_assert(alignof(StencilManagerSingleton_SetStencilPlayerNearFadeDisable) == 0x000008, "Wrong alignment on StencilManagerSingleton_SetStencilPlayerNearFadeDisable"); \ static_assert(sizeof(StencilManagerSingleton_SetStencilPlayerNearFadeDisable) == 0x000010, "Wrong size on StencilManagerSingleton_SetStencilPlayerNearFadeDisable"); \ static_assert(offsetof(StencilManagerSingleton_SetStencilPlayerNearFadeDisable, WorldContextObject) == 0x000000, "Member 'StencilManagerSingleton_SetStencilPlayerNearFadeDisable::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(StencilManagerSingleton_SetStencilPlayerNearFadeDisable, bPlayerNearFadeDisable) == 0x000008, "Member 'StencilManagerSingleton_SetStencilPlayerNearFadeDisable::bPlayerNearFadeDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AStencilManagerSingleton \ static_assert(alignof(AStencilManagerSingleton) == 0x000008, "Wrong alignment on AStencilManagerSingleton"); \ static_assert(sizeof(AStencilManagerSingleton) == 0x0004E8, "Wrong size on AStencilManagerSingleton"); \ static_assert(offsetof(AStencilManagerSingleton, Settings) == 0x000248, "Member 'AStencilManagerSingleton::Settings' has a wrong offset!"); \ static_assert(offsetof(AStencilManagerSingleton, ExternalControls) == 0x000250, "Member 'AStencilManagerSingleton::ExternalControls' has a wrong offset!"); \ static_assert(offsetof(AStencilManagerSingleton, DisabledGroups) == 0x000258, "Member 'AStencilManagerSingleton::DisabledGroups' has a wrong offset!"); \ static_assert(offsetof(AStencilManagerSingleton, EnableInterfaces) == 0x000268, "Member 'AStencilManagerSingleton::EnableInterfaces' has a wrong offset!"); \ static_assert(offsetof(AStencilManagerSingleton, HardReferences) == 0x000278, "Member 'AStencilManagerSingleton::HardReferences' has a wrong offset!"); \ static_assert(offsetof(AStencilManagerSingleton, LegacyStencilActors) == 0x000288, "Member 'AStencilManagerSingleton::LegacyStencilActors' has a wrong offset!"); \ static_assert(offsetof(AStencilManagerSingleton, StencilLocalActors) == 0x0002D8, "Member 'AStencilManagerSingleton::StencilLocalActors' has a wrong offset!"); \ static_assert(offsetof(AStencilManagerSingleton, SkinFXActors) == 0x000328, "Member 'AStencilManagerSingleton::SkinFXActors' has a wrong offset!"); \ static_assert(offsetof(AStencilManagerSingleton, StencilMaskActors) == 0x000378, "Member 'AStencilManagerSingleton::StencilMaskActors' has a wrong offset!"); \ static_assert(offsetof(AStencilManagerSingleton, AutoStencilMaskActors) == 0x0003C8, "Member 'AStencilManagerSingleton::AutoStencilMaskActors' has a wrong offset!"); \ static_assert(offsetof(AStencilManagerSingleton, ExternalLocks) == 0x000418, "Member 'AStencilManagerSingleton::ExternalLocks' has a wrong offset!"); \ static_assert(offsetof(AStencilManagerSingleton, StencilBlend) == 0x0004B8, "Member 'AStencilManagerSingleton::StencilBlend' has a wrong offset!"); \ static_assert(offsetof(AStencilManagerSingleton, bUpdatedStencilBlend) == 0x0004BC, "Member 'AStencilManagerSingleton::bUpdatedStencilBlend' has a wrong offset!"); \ static_assert(offsetof(AStencilManagerSingleton, MPCGlobals) == 0x0004C0, "Member 'AStencilManagerSingleton::MPCGlobals' has a wrong offset!"); \ static_assert(offsetof(AStencilManagerSingleton, ConsoleDisabledGroups) == 0x0004D0, "Member 'AStencilManagerSingleton::ConsoleDisabledGroups' has a wrong offset!"); \ static_assert(offsetof(AStencilManagerSingleton, bConsoleDisableStencil) == 0x0004E0, "Member 'AStencilManagerSingleton::bConsoleDisableStencil' has a wrong offset!"); \ static_assert(offsetof(AStencilManagerSingleton, bDisableStencil) == 0x0004E1, "Member 'AStencilManagerSingleton::bDisableStencil' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerDynamicLock \ static_assert(alignof(UStencilManagerDynamicLock) == 0x000008, "Wrong alignment on UStencilManagerDynamicLock"); \ static_assert(sizeof(UStencilManagerDynamicLock) == 0x000038, "Wrong size on UStencilManagerDynamicLock"); \ static_assert(offsetof(UStencilManagerDynamicLock, StencilManager) == 0x000028, "Member 'UStencilManagerDynamicLock::StencilManager' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerDynamicLock, Priority) == 0x000030, "Member 'UStencilManagerDynamicLock::Priority' has a wrong offset!"); \ static_assert(offsetof(UStencilManagerDynamicLock, LastUsedStencilValue) == 0x000034, "Member 'UStencilManagerDynamicLock::LastUsedStencilValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_ApparateWait_C \ static_assert(alignof(UABL_Enemy_ApparateWait_C) == 0x000008, "Wrong alignment on UABL_Enemy_ApparateWait_C"); \ static_assert(sizeof(UABL_Enemy_ApparateWait_C) == 0x0000C8, "Wrong size on UABL_Enemy_ApparateWait_C"); \ #define DUMPER7_ASSERTS_FLocatorTracker \ static_assert(alignof(FLocatorTracker) == 0x000008, "Wrong alignment on FLocatorTracker"); \ static_assert(sizeof(FLocatorTracker) == 0x000008, "Wrong size on FLocatorTracker"); \ #define DUMPER7_ASSERTS_FRefPoseTracker \ static_assert(alignof(FRefPoseTracker) == 0x000010, "Wrong alignment on FRefPoseTracker"); \ static_assert(sizeof(FRefPoseTracker) == 0x000050, "Wrong size on FRefPoseTracker"); \ static_assert(offsetof(FRefPoseTracker, ReferenceTransform) == 0x000010, "Member 'FRefPoseTracker::ReferenceTransform' has a wrong offset!"); \ static_assert(offsetof(FRefPoseTracker, BoneName) == 0x000040, "Member 'FRefPoseTracker::BoneName' has a wrong offset!"); \ static_assert(offsetof(FRefPoseTracker, BoneIndex) == 0x000048, "Member 'FRefPoseTracker::BoneIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorTracker \ static_assert(alignof(FActorTracker) == 0x000008, "Wrong alignment on FActorTracker"); \ static_assert(sizeof(FActorTracker) == 0x000010, "Wrong size on FActorTracker"); \ static_assert(offsetof(FActorTracker, Actor) == 0x000008, "Member 'FActorTracker::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoneTracker \ static_assert(alignof(FBoneTracker) == 0x000008, "Wrong alignment on FBoneTracker"); \ static_assert(sizeof(FBoneTracker) == 0x000028, "Wrong size on FBoneTracker"); \ static_assert(offsetof(FBoneTracker, BoneComponent) == 0x000010, "Member 'FBoneTracker::BoneComponent' has a wrong offset!"); \ static_assert(offsetof(FBoneTracker, BoneName) == 0x000018, "Member 'FBoneTracker::BoneName' has a wrong offset!"); \ static_assert(offsetof(FBoneTracker, BoneIndex) == 0x000020, "Member 'FBoneTracker::BoneIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSocketTracker \ static_assert(alignof(FSocketTracker) == 0x000008, "Wrong alignment on FSocketTracker"); \ static_assert(sizeof(FSocketTracker) == 0x000020, "Wrong size on FSocketTracker"); \ static_assert(offsetof(FSocketTracker, SocketComponent) == 0x000010, "Member 'FSocketTracker::SocketComponent' has a wrong offset!"); \ static_assert(offsetof(FSocketTracker, SocketName) == 0x000018, "Member 'FSocketTracker::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FComponentTracker \ static_assert(alignof(FComponentTracker) == 0x000008, "Wrong alignment on FComponentTracker"); \ static_assert(sizeof(FComponentTracker) == 0x000018, "Wrong size on FComponentTracker"); \ static_assert(offsetof(FComponentTracker, SceneComponent) == 0x000010, "Member 'FComponentTracker::SceneComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXSubTypeProperty \ static_assert(alignof(FSkinFXSubTypeProperty) == 0x000004, "Wrong alignment on FSkinFXSubTypeProperty"); \ static_assert(sizeof(FSkinFXSubTypeProperty) == 0x000008, "Wrong size on FSkinFXSubTypeProperty"); \ static_assert(offsetof(FSkinFXSubTypeProperty, Name) == 0x000000, "Member 'FSkinFXSubTypeProperty::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAbsoluteTracker \ static_assert(alignof(FAbsoluteTracker) == 0x000010, "Wrong alignment on FAbsoluteTracker"); \ static_assert(sizeof(FAbsoluteTracker) == 0x000050, "Wrong size on FAbsoluteTracker"); \ #define DUMPER7_ASSERTS_FNiagaraMaterialDriverState \ static_assert(alignof(FNiagaraMaterialDriverState) == 0x000008, "Wrong alignment on FNiagaraMaterialDriverState"); \ static_assert(sizeof(FNiagaraMaterialDriverState) == 0x000018, "Wrong size on FNiagaraMaterialDriverState"); \ static_assert(offsetof(FNiagaraMaterialDriverState, NiagaraComponent) == 0x000000, "Member 'FNiagaraMaterialDriverState::NiagaraComponent' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverState, EmitterName) == 0x000008, "Member 'FNiagaraMaterialDriverState::EmitterName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverState, Age) == 0x000010, "Member 'FNiagaraMaterialDriverState::Age' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverState, bOwnsComponent) == 0x000014, "Member 'FNiagaraMaterialDriverState::bOwnsComponent' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverState, bSystemFinished) == 0x000015, "Member 'FNiagaraMaterialDriverState::bSystemFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraMaterialDriverParameter \ static_assert(alignof(FNiagaraMaterialDriverParameter) == 0x000004, "Wrong alignment on FNiagaraMaterialDriverParameter"); \ static_assert(sizeof(FNiagaraMaterialDriverParameter) == 0x00001C, "Wrong size on FNiagaraMaterialDriverParameter"); \ static_assert(offsetof(FNiagaraMaterialDriverParameter, NiagaraVariableName) == 0x000000, "Member 'FNiagaraMaterialDriverParameter::NiagaraVariableName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverParameter, Type) == 0x000008, "Member 'FNiagaraMaterialDriverParameter::Type' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverParameter, MaterialParameter) == 0x00000C, "Member 'FNiagaraMaterialDriverParameter::MaterialParameter' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverParameter, Scale) == 0x000014, "Member 'FNiagaraMaterialDriverParameter::Scale' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverParameter, bEnabled) == 0x000018, "Member 'FNiagaraMaterialDriverParameter::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverParameter, bScale) == 0x000019, "Member 'FNiagaraMaterialDriverParameter::bScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraMaterialDriverAttachSetup \ static_assert(alignof(FNiagaraMaterialDriverAttachSetup) == 0x000004, "Wrong alignment on FNiagaraMaterialDriverAttachSetup"); \ static_assert(sizeof(FNiagaraMaterialDriverAttachSetup) == 0x000020, "Wrong size on FNiagaraMaterialDriverAttachSetup"); \ static_assert(offsetof(FNiagaraMaterialDriverAttachSetup, Point) == 0x000000, "Member 'FNiagaraMaterialDriverAttachSetup::Point' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverAttachSetup, Offset) == 0x000008, "Member 'FNiagaraMaterialDriverAttachSetup::Offset' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverAttachSetup, Rotation) == 0x000014, "Member 'FNiagaraMaterialDriverAttachSetup::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraMaterialDriverSetup \ static_assert(alignof(FNiagaraMaterialDriverSetup) == 0x000008, "Wrong alignment on FNiagaraMaterialDriverSetup"); \ static_assert(sizeof(FNiagaraMaterialDriverSetup) == 0x000078, "Wrong size on FNiagaraMaterialDriverSetup"); \ static_assert(offsetof(FNiagaraMaterialDriverSetup, NiagaraSystem) == 0x000000, "Member 'FNiagaraMaterialDriverSetup::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverSetup, NiagaraSystemAsset) == 0x000008, "Member 'FNiagaraMaterialDriverSetup::NiagaraSystemAsset' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverSetup, UseSpecificEmitter) == 0x000030, "Member 'FNiagaraMaterialDriverSetup::UseSpecificEmitter' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverSetup, Parameters) == 0x000038, "Member 'FNiagaraMaterialDriverSetup::Parameters' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverSetup, MaxParameterParticles) == 0x000048, "Member 'FNiagaraMaterialDriverSetup::MaxParameterParticles' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverSetup, Attach) == 0x00004C, "Member 'FNiagaraMaterialDriverSetup::Attach' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverSetup, bAutoDestroy) == 0x00006C, "Member 'FNiagaraMaterialDriverSetup::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(FNiagaraMaterialDriverSetup, InitialDelay) == 0x000070, "Member 'FNiagaraMaterialDriverSetup::InitialDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXAutoTriggeSkinFXInfo \ static_assert(alignof(FSkinFXAutoTriggeSkinFXInfo) == 0x000008, "Wrong alignment on FSkinFXAutoTriggeSkinFXInfo"); \ static_assert(sizeof(FSkinFXAutoTriggeSkinFXInfo) == 0x000008, "Wrong size on FSkinFXAutoTriggeSkinFXInfo"); \ static_assert(offsetof(FSkinFXAutoTriggeSkinFXInfo, SkinFX) == 0x000000, "Member 'FSkinFXAutoTriggeSkinFXInfo::SkinFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXAutoTriggeNiagaraInfo \ static_assert(alignof(FSkinFXAutoTriggeNiagaraInfo) == 0x000008, "Wrong alignment on FSkinFXAutoTriggeNiagaraInfo"); \ static_assert(sizeof(FSkinFXAutoTriggeNiagaraInfo) == 0x000038, "Wrong size on FSkinFXAutoTriggeNiagaraInfo"); \ static_assert(offsetof(FSkinFXAutoTriggeNiagaraInfo, NiagaraSystem) == 0x000000, "Member 'FSkinFXAutoTriggeNiagaraInfo::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(FSkinFXAutoTriggeNiagaraInfo, AttachPointName) == 0x000008, "Member 'FSkinFXAutoTriggeNiagaraInfo::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(FSkinFXAutoTriggeNiagaraInfo, Location) == 0x000010, "Member 'FSkinFXAutoTriggeNiagaraInfo::Location' has a wrong offset!"); \ static_assert(offsetof(FSkinFXAutoTriggeNiagaraInfo, Rotation) == 0x00001C, "Member 'FSkinFXAutoTriggeNiagaraInfo::Rotation' has a wrong offset!"); \ static_assert(offsetof(FSkinFXAutoTriggeNiagaraInfo, Scale) == 0x000028, "Member 'FSkinFXAutoTriggeNiagaraInfo::Scale' has a wrong offset!"); \ static_assert(offsetof(FSkinFXAutoTriggeNiagaraInfo, LocationType) == 0x000034, "Member 'FSkinFXAutoTriggeNiagaraInfo::LocationType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXAutoTriggerEffectInfo \ static_assert(alignof(FSkinFXAutoTriggerEffectInfo) == 0x000008, "Wrong alignment on FSkinFXAutoTriggerEffectInfo"); \ static_assert(sizeof(FSkinFXAutoTriggerEffectInfo) == 0x000040, "Wrong size on FSkinFXAutoTriggerEffectInfo"); \ static_assert(offsetof(FSkinFXAutoTriggerEffectInfo, SkinFX) == 0x000000, "Member 'FSkinFXAutoTriggerEffectInfo::SkinFX' has a wrong offset!"); \ static_assert(offsetof(FSkinFXAutoTriggerEffectInfo, NiagaraFX) == 0x000008, "Member 'FSkinFXAutoTriggerEffectInfo::NiagaraFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXAutoTriggerDriverTracker \ static_assert(alignof(FSkinFXAutoTriggerDriverTracker) == 0x000008, "Wrong alignment on FSkinFXAutoTriggerDriverTracker"); \ static_assert(sizeof(FSkinFXAutoTriggerDriverTracker) == 0x000060, "Wrong size on FSkinFXAutoTriggerDriverTracker"); \ static_assert(offsetof(FSkinFXAutoTriggerDriverTracker, Driver) == 0x000000, "Member 'FSkinFXAutoTriggerDriverTracker::Driver' has a wrong offset!"); \ static_assert(offsetof(FSkinFXAutoTriggerDriverTracker, EffectInfo) == 0x000008, "Member 'FSkinFXAutoTriggerDriverTracker::EffectInfo' has a wrong offset!"); \ static_assert(offsetof(FSkinFXAutoTriggerDriverTracker, Priority) == 0x000048, "Member 'FSkinFXAutoTriggerDriverTracker::Priority' has a wrong offset!"); \ static_assert(offsetof(FSkinFXAutoTriggerDriverTracker, NiagaraComponent) == 0x000050, "Member 'FSkinFXAutoTriggerDriverTracker::NiagaraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXMaterialVectorProperty \ static_assert(alignof(FSkinFXMaterialVectorProperty) == 0x000004, "Wrong alignment on FSkinFXMaterialVectorProperty"); \ static_assert(sizeof(FSkinFXMaterialVectorProperty) == 0x000008, "Wrong size on FSkinFXMaterialVectorProperty"); \ static_assert(offsetof(FSkinFXMaterialVectorProperty, Name) == 0x000000, "Member 'FSkinFXMaterialVectorProperty::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXUIVectorParameter \ static_assert(alignof(FSkinFXUIVectorParameter) == 0x000004, "Wrong alignment on FSkinFXUIVectorParameter"); \ static_assert(sizeof(FSkinFXUIVectorParameter) == 0x000018, "Wrong size on FSkinFXUIVectorParameter"); \ static_assert(offsetof(FSkinFXUIVectorParameter, Parameter) == 0x000000, "Member 'FSkinFXUIVectorParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(FSkinFXUIVectorParameter, Value) == 0x000008, "Member 'FSkinFXUIVectorParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXAutoTriggerDriverEffectInfo \ static_assert(alignof(FSkinFXAutoTriggerDriverEffectInfo) == 0x000008, "Wrong alignment on FSkinFXAutoTriggerDriverEffectInfo"); \ static_assert(sizeof(FSkinFXAutoTriggerDriverEffectInfo) == 0x000098, "Wrong size on FSkinFXAutoTriggerDriverEffectInfo"); \ static_assert(offsetof(FSkinFXAutoTriggerDriverEffectInfo, Priority) == 0x000040, "Member 'FSkinFXAutoTriggerDriverEffectInfo::Priority' has a wrong offset!"); \ static_assert(offsetof(FSkinFXAutoTriggerDriverEffectInfo, Parameters) == 0x000048, "Member 'FSkinFXAutoTriggerDriverEffectInfo::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXEffectDefinition \ static_assert(alignof(FSkinFXEffectDefinition) == 0x000008, "Wrong alignment on FSkinFXEffectDefinition"); \ static_assert(sizeof(FSkinFXEffectDefinition) == 0x000018, "Wrong size on FSkinFXEffectDefinition"); \ static_assert(offsetof(FSkinFXEffectDefinition, Name) == 0x000000, "Member 'FSkinFXEffectDefinition::Name' has a wrong offset!"); \ static_assert(offsetof(FSkinFXEffectDefinition, Blueprint) == 0x000008, "Member 'FSkinFXEffectDefinition::Blueprint' has a wrong offset!"); \ static_assert(offsetof(FSkinFXEffectDefinition, Effect) == 0x000010, "Member 'FSkinFXEffectDefinition::Effect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXRunningEffect \ static_assert(alignof(FSkinFXRunningEffect) == 0x000008, "Wrong alignment on FSkinFXRunningEffect"); \ static_assert(sizeof(FSkinFXRunningEffect) == 0x000020, "Wrong size on FSkinFXRunningEffect"); \ static_assert(offsetof(FSkinFXRunningEffect, EffectDefinition) == 0x000000, "Member 'FSkinFXRunningEffect::EffectDefinition' has a wrong offset!"); \ static_assert(offsetof(FSkinFXRunningEffect, BlueprintGraph) == 0x000018, "Member 'FSkinFXRunningEffect::BlueprintGraph' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXStandardParamsBounds \ static_assert(alignof(FSkinFXStandardParamsBounds) == 0x000004, "Wrong alignment on FSkinFXStandardParamsBounds"); \ static_assert(sizeof(FSkinFXStandardParamsBounds) == 0x000044, "Wrong size on FSkinFXStandardParamsBounds"); \ static_assert(offsetof(FSkinFXStandardParamsBounds, Sphere) == 0x000000, "Member 'FSkinFXStandardParamsBounds::Sphere' has a wrong offset!"); \ static_assert(offsetof(FSkinFXStandardParamsBounds, BoxMin) == 0x000008, "Member 'FSkinFXStandardParamsBounds::BoxMin' has a wrong offset!"); \ static_assert(offsetof(FSkinFXStandardParamsBounds, BoxMax) == 0x000010, "Member 'FSkinFXStandardParamsBounds::BoxMax' has a wrong offset!"); \ static_assert(offsetof(FSkinFXStandardParamsBounds, BoxCenter) == 0x000018, "Member 'FSkinFXStandardParamsBounds::BoxCenter' has a wrong offset!"); \ static_assert(offsetof(FSkinFXStandardParamsBounds, BoxExtent) == 0x000020, "Member 'FSkinFXStandardParamsBounds::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(FSkinFXStandardParamsBounds, ScreenSpaceBoxMinMax) == 0x000028, "Member 'FSkinFXStandardParamsBounds::ScreenSpaceBoxMinMax' has a wrong offset!"); \ static_assert(offsetof(FSkinFXStandardParamsBounds, ScreenSpaceBoxCenterExtent) == 0x000030, "Member 'FSkinFXStandardParamsBounds::ScreenSpaceBoxCenterExtent' has a wrong offset!"); \ static_assert(offsetof(FSkinFXStandardParamsBounds, ScreenSpaceBoundingCircle) == 0x000038, "Member 'FSkinFXStandardParamsBounds::ScreenSpaceBoundingCircle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXStandardParamsInitial \ static_assert(alignof(FSkinFXStandardParamsInitial) == 0x000004, "Wrong alignment on FSkinFXStandardParamsInitial"); \ static_assert(sizeof(FSkinFXStandardParamsInitial) == 0x000060, "Wrong size on FSkinFXStandardParamsInitial"); \ static_assert(offsetof(FSkinFXStandardParamsInitial, StartTime) == 0x000000, "Member 'FSkinFXStandardParamsInitial::StartTime' has a wrong offset!"); \ static_assert(offsetof(FSkinFXStandardParamsInitial, RandomSeed) == 0x000008, "Member 'FSkinFXStandardParamsInitial::RandomSeed' has a wrong offset!"); \ static_assert(offsetof(FSkinFXStandardParamsInitial, RandomUnitVector) == 0x000010, "Member 'FSkinFXStandardParamsInitial::RandomUnitVector' has a wrong offset!"); \ static_assert(offsetof(FSkinFXStandardParamsInitial, Bounds) == 0x000018, "Member 'FSkinFXStandardParamsInitial::Bounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXStandardParams \ static_assert(alignof(FSkinFXStandardParams) == 0x000004, "Wrong alignment on FSkinFXStandardParams"); \ static_assert(sizeof(FSkinFXStandardParams) == 0x000078, "Wrong size on FSkinFXStandardParams"); \ static_assert(offsetof(FSkinFXStandardParams, Age) == 0x000000, "Member 'FSkinFXStandardParams::Age' has a wrong offset!"); \ static_assert(offsetof(FSkinFXStandardParams, EnvelopeValue) == 0x000008, "Member 'FSkinFXStandardParams::EnvelopeValue' has a wrong offset!"); \ static_assert(offsetof(FSkinFXStandardParams, EnvelopePhase) == 0x000010, "Member 'FSkinFXStandardParams::EnvelopePhase' has a wrong offset!"); \ static_assert(offsetof(FSkinFXStandardParams, EnvelopeAttackPhase) == 0x000018, "Member 'FSkinFXStandardParams::EnvelopeAttackPhase' has a wrong offset!"); \ static_assert(offsetof(FSkinFXStandardParams, EnvelopeSustainPhase) == 0x000020, "Member 'FSkinFXStandardParams::EnvelopeSustainPhase' has a wrong offset!"); \ static_assert(offsetof(FSkinFXStandardParams, EnvelopeReleasePhase) == 0x000028, "Member 'FSkinFXStandardParams::EnvelopeReleasePhase' has a wrong offset!"); \ static_assert(offsetof(FSkinFXStandardParams, Bounds) == 0x000030, "Member 'FSkinFXStandardParams::Bounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXEnvelopeEase \ static_assert(alignof(FSkinFXEnvelopeEase) == 0x000004, "Wrong alignment on FSkinFXEnvelopeEase"); \ static_assert(sizeof(FSkinFXEnvelopeEase) == 0x00000C, "Wrong size on FSkinFXEnvelopeEase"); \ static_assert(offsetof(FSkinFXEnvelopeEase, Easing) == 0x000000, "Member 'FSkinFXEnvelopeEase::Easing' has a wrong offset!"); \ static_assert(offsetof(FSkinFXEnvelopeEase, BlendExp) == 0x000004, "Member 'FSkinFXEnvelopeEase::BlendExp' has a wrong offset!"); \ static_assert(offsetof(FSkinFXEnvelopeEase, Steps) == 0x000008, "Member 'FSkinFXEnvelopeEase::Steps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXASREnvelope \ static_assert(alignof(FSkinFXASREnvelope) == 0x000004, "Wrong alignment on FSkinFXASREnvelope"); \ static_assert(sizeof(FSkinFXASREnvelope) == 0x00002C, "Wrong size on FSkinFXASREnvelope"); \ static_assert(offsetof(FSkinFXASREnvelope, AttackDuration) == 0x000000, "Member 'FSkinFXASREnvelope::AttackDuration' has a wrong offset!"); \ static_assert(offsetof(FSkinFXASREnvelope, AttackEase) == 0x000004, "Member 'FSkinFXASREnvelope::AttackEase' has a wrong offset!"); \ static_assert(offsetof(FSkinFXASREnvelope, SustainDuration) == 0x000010, "Member 'FSkinFXASREnvelope::SustainDuration' has a wrong offset!"); \ static_assert(offsetof(FSkinFXASREnvelope, bSustainHold) == 0x000014, "Member 'FSkinFXASREnvelope::bSustainHold' has a wrong offset!"); \ static_assert(offsetof(FSkinFXASREnvelope, ReleaseDuration) == 0x000018, "Member 'FSkinFXASREnvelope::ReleaseDuration' has a wrong offset!"); \ static_assert(offsetof(FSkinFXASREnvelope, ReleaseEase) == 0x00001C, "Member 'FSkinFXASREnvelope::ReleaseEase' has a wrong offset!"); \ static_assert(offsetof(FSkinFXASREnvelope, bInfiniteSustain) == 0x000028, "Member 'FSkinFXASREnvelope::bInfiniteSustain' has a wrong offset!"); \ static_assert(offsetof(FSkinFXASREnvelope, bInferLifetime) == 0x000029, "Member 'FSkinFXASREnvelope::bInferLifetime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXASREnvelopeState \ static_assert(alignof(FSkinFXASREnvelopeState) == 0x000004, "Wrong alignment on FSkinFXASREnvelopeState"); \ static_assert(sizeof(FSkinFXASREnvelopeState) == 0x000044, "Wrong size on FSkinFXASREnvelopeState"); \ static_assert(offsetof(FSkinFXASREnvelopeState, Envelope) == 0x000000, "Member 'FSkinFXASREnvelopeState::Envelope' has a wrong offset!"); \ static_assert(offsetof(FSkinFXASREnvelopeState, Age) == 0x00002C, "Member 'FSkinFXASREnvelopeState::Age' has a wrong offset!"); \ static_assert(offsetof(FSkinFXASREnvelopeState, StateTime) == 0x000030, "Member 'FSkinFXASREnvelopeState::StateTime' has a wrong offset!"); \ static_assert(offsetof(FSkinFXASREnvelopeState, State) == 0x000034, "Member 'FSkinFXASREnvelopeState::State' has a wrong offset!"); \ static_assert(offsetof(FSkinFXASREnvelopeState, CurveValue) == 0x000038, "Member 'FSkinFXASREnvelopeState::CurveValue' has a wrong offset!"); \ static_assert(offsetof(FSkinFXASREnvelopeState, LinearValue) == 0x00003C, "Member 'FSkinFXASREnvelopeState::LinearValue' has a wrong offset!"); \ static_assert(offsetof(FSkinFXASREnvelopeState, bBreakHold) == 0x000040, "Member 'FSkinFXASREnvelopeState::bBreakHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXEffectEnd \ static_assert(alignof(FSkinFXEffectEnd) == 0x000001, "Wrong alignment on FSkinFXEffectEnd"); \ static_assert(sizeof(FSkinFXEffectEnd) == 0x000002, "Wrong size on FSkinFXEffectEnd"); \ static_assert(offsetof(FSkinFXEffectEnd, EndStyle) == 0x000000, "Member 'FSkinFXEffectEnd::EndStyle' has a wrong offset!"); \ static_assert(offsetof(FSkinFXEffectEnd, bEnd) == 0x000001, "Member 'FSkinFXEffectEnd::bEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXParameterDriverContext \ static_assert(alignof(FSkinFXParameterDriverContext) == 0x000010, "Wrong alignment on FSkinFXParameterDriverContext"); \ static_assert(sizeof(FSkinFXParameterDriverContext) == 0x000850, "Wrong size on FSkinFXParameterDriverContext"); \ static_assert(offsetof(FSkinFXParameterDriverContext, World) == 0x000000, "Member 'FSkinFXParameterDriverContext::World' has a wrong offset!"); \ static_assert(offsetof(FSkinFXParameterDriverContext, Effect) == 0x000008, "Member 'FSkinFXParameterDriverContext::Effect' has a wrong offset!"); \ static_assert(offsetof(FSkinFXParameterDriverContext, Component) == 0x000010, "Member 'FSkinFXParameterDriverContext::Component' has a wrong offset!"); \ static_assert(offsetof(FSkinFXParameterDriverContext, Owner) == 0x000018, "Member 'FSkinFXParameterDriverContext::Owner' has a wrong offset!"); \ static_assert(offsetof(FSkinFXParameterDriverContext, ForceEnd) == 0x000840, "Member 'FSkinFXParameterDriverContext::ForceEnd' has a wrong offset!"); \ static_assert(offsetof(FSkinFXParameterDriverContext, bSignalledEnd) == 0x000842, "Member 'FSkinFXParameterDriverContext::bSignalledEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXRunningEffectInstance \ static_assert(alignof(FSkinFXRunningEffectInstance) == 0x000010, "Wrong alignment on FSkinFXRunningEffectInstance"); \ static_assert(sizeof(FSkinFXRunningEffectInstance) == 0x000AB0, "Wrong size on FSkinFXRunningEffectInstance"); \ static_assert(offsetof(FSkinFXRunningEffectInstance, Effect) == 0x000000, "Member 'FSkinFXRunningEffectInstance::Effect' has a wrong offset!"); \ static_assert(offsetof(FSkinFXRunningEffectInstance, Envelope) == 0x000020, "Member 'FSkinFXRunningEffectInstance::Envelope' has a wrong offset!"); \ static_assert(offsetof(FSkinFXRunningEffectInstance, DriverContext) == 0x000070, "Member 'FSkinFXRunningEffectInstance::DriverContext' has a wrong offset!"); \ static_assert(offsetof(FSkinFXRunningEffectInstance, NiagaraDriver) == 0x0008C0, "Member 'FSkinFXRunningEffectInstance::NiagaraDriver' has a wrong offset!"); \ static_assert(offsetof(FSkinFXRunningEffectInstance, MaterialSwap) == 0x0008C8, "Member 'FSkinFXRunningEffectInstance::MaterialSwap' has a wrong offset!"); \ static_assert(offsetof(FSkinFXRunningEffectInstance, MaterialSwapRules) == 0x0008D0, "Member 'FSkinFXRunningEffectInstance::MaterialSwapRules' has a wrong offset!"); \ static_assert(offsetof(FSkinFXRunningEffectInstance, HistoryParameters) == 0x0009B0, "Member 'FSkinFXRunningEffectInstance::HistoryParameters' has a wrong offset!"); \ static_assert(offsetof(FSkinFXRunningEffectInstance, CommitBlueprintParameters) == 0x000A00, "Member 'FSkinFXRunningEffectInstance::CommitBlueprintParameters' has a wrong offset!"); \ static_assert(offsetof(FSkinFXRunningEffectInstance, StagedBlueprintParameters) == 0x000A50, "Member 'FSkinFXRunningEffectInstance::StagedBlueprintParameters' has a wrong offset!"); \ static_assert(offsetof(FSkinFXRunningEffectInstance, EventBroadcastMask) == 0x000AA0, "Member 'FSkinFXRunningEffectInstance::EventBroadcastMask' has a wrong offset!"); \ static_assert(offsetof(FSkinFXRunningEffectInstance, EnvelopeState) == 0x000AA4, "Member 'FSkinFXRunningEffectInstance::EnvelopeState' has a wrong offset!"); \ static_assert(offsetof(FSkinFXRunningEffectInstance, bEnvelopeStateValid) == 0x000AA5, "Member 'FSkinFXRunningEffectInstance::bEnvelopeStateValid' has a wrong offset!"); \ static_assert(offsetof(FSkinFXRunningEffectInstance, bHaveAppliedInitialParameters) == 0x000AA6, "Member 'FSkinFXRunningEffectInstance::bHaveAppliedInitialParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXExternalContext \ static_assert(alignof(FSkinFXExternalContext) == 0x000008, "Wrong alignment on FSkinFXExternalContext"); \ static_assert(sizeof(FSkinFXExternalContext) == 0x000088, "Wrong size on FSkinFXExternalContext"); \ static_assert(offsetof(FSkinFXExternalContext, FXName) == 0x000000, "Member 'FSkinFXExternalContext::FXName' has a wrong offset!"); \ static_assert(offsetof(FSkinFXExternalContext, TimeFactor) == 0x000008, "Member 'FSkinFXExternalContext::TimeFactor' has a wrong offset!"); \ static_assert(offsetof(FSkinFXExternalContext, Values) == 0x000010, "Member 'FSkinFXExternalContext::Values' has a wrong offset!"); \ static_assert(offsetof(FSkinFXExternalContext, MeshStates) == 0x000060, "Member 'FSkinFXExternalContext::MeshStates' has a wrong offset!"); \ static_assert(offsetof(FSkinFXExternalContext, bMeshStatesSet) == 0x000080, "Member 'FSkinFXExternalContext::bMeshStatesSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXEffectTypeOverrideEntry \ static_assert(alignof(FSkinFXEffectTypeOverrideEntry) == 0x000008, "Wrong alignment on FSkinFXEffectTypeOverrideEntry"); \ static_assert(sizeof(FSkinFXEffectTypeOverrideEntry) == 0x000038, "Wrong size on FSkinFXEffectTypeOverrideEntry"); \ static_assert(offsetof(FSkinFXEffectTypeOverrideEntry, ActorClassPtr) == 0x000000, "Member 'FSkinFXEffectTypeOverrideEntry::ActorClassPtr' has a wrong offset!"); \ static_assert(offsetof(FSkinFXEffectTypeOverrideEntry, TypeOverride) == 0x000028, "Member 'FSkinFXEffectTypeOverrideEntry::TypeOverride' has a wrong offset!"); \ static_assert(offsetof(FSkinFXEffectTypeOverrideEntry, bAllowSubclasses) == 0x000030, "Member 'FSkinFXEffectTypeOverrideEntry::bAllowSubclasses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXEffectLibraryEntry \ static_assert(alignof(FSkinFXEffectLibraryEntry) == 0x000008, "Wrong alignment on FSkinFXEffectLibraryEntry"); \ static_assert(sizeof(FSkinFXEffectLibraryEntry) == 0x000018, "Wrong size on FSkinFXEffectLibraryEntry"); \ static_assert(offsetof(FSkinFXEffectLibraryEntry, Effect) == 0x000000, "Member 'FSkinFXEffectLibraryEntry::Effect' has a wrong offset!"); \ static_assert(offsetof(FSkinFXEffectLibraryEntry, FXName) == 0x000008, "Member 'FSkinFXEffectLibraryEntry::FXName' has a wrong offset!"); \ static_assert(offsetof(FSkinFXEffectLibraryEntry, TypeOverride) == 0x000010, "Member 'FSkinFXEffectLibraryEntry::TypeOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXMaterialTextureProperty \ static_assert(alignof(FSkinFXMaterialTextureProperty) == 0x000004, "Wrong alignment on FSkinFXMaterialTextureProperty"); \ static_assert(sizeof(FSkinFXMaterialTextureProperty) == 0x000008, "Wrong size on FSkinFXMaterialTextureProperty"); \ static_assert(offsetof(FSkinFXMaterialTextureProperty, Name) == 0x000000, "Member 'FSkinFXMaterialTextureProperty::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXTextureAdvanced \ static_assert(alignof(FSkinFXTextureAdvanced) == 0x000001, "Wrong alignment on FSkinFXTextureAdvanced"); \ static_assert(sizeof(FSkinFXTextureAdvanced) == 0x000001, "Wrong size on FSkinFXTextureAdvanced"); \ static_assert(offsetof(FSkinFXTextureAdvanced, bPreviewOnly) == 0x000000, "Member 'FSkinFXTextureAdvanced::bPreviewOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXTexture \ static_assert(alignof(FSkinFXTexture) == 0x000008, "Wrong alignment on FSkinFXTexture"); \ static_assert(sizeof(FSkinFXTexture) == 0x000038, "Wrong size on FSkinFXTexture"); \ static_assert(offsetof(FSkinFXTexture, MaterialParameter) == 0x000000, "Member 'FSkinFXTexture::MaterialParameter' has a wrong offset!"); \ static_assert(offsetof(FSkinFXTexture, Texture) == 0x000008, "Member 'FSkinFXTexture::Texture' has a wrong offset!"); \ static_assert(offsetof(FSkinFXTexture, Advanced) == 0x000030, "Member 'FSkinFXTexture::Advanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXMaterialParamProperty \ static_assert(alignof(FSkinFXMaterialParamProperty) == 0x000004, "Wrong alignment on FSkinFXMaterialParamProperty"); \ static_assert(sizeof(FSkinFXMaterialParamProperty) == 0x000008, "Wrong size on FSkinFXMaterialParamProperty"); \ static_assert(offsetof(FSkinFXMaterialParamProperty, Name) == 0x000000, "Member 'FSkinFXMaterialParamProperty::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXSocketProperty \ static_assert(alignof(FSkinFXSocketProperty) == 0x000004, "Wrong alignment on FSkinFXSocketProperty"); \ static_assert(sizeof(FSkinFXSocketProperty) == 0x000008, "Wrong size on FSkinFXSocketProperty"); \ static_assert(offsetof(FSkinFXSocketProperty, Name) == 0x000000, "Member 'FSkinFXSocketProperty::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXBoneProperty \ static_assert(alignof(FSkinFXBoneProperty) == 0x000004, "Wrong alignment on FSkinFXBoneProperty"); \ static_assert(sizeof(FSkinFXBoneProperty) == 0x000008, "Wrong size on FSkinFXBoneProperty"); \ static_assert(offsetof(FSkinFXBoneProperty, Name) == 0x000000, "Member 'FSkinFXBoneProperty::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXSocketLerpAdvanced \ static_assert(alignof(FSkinFXSocketLerpAdvanced) == 0x000004, "Wrong alignment on FSkinFXSocketLerpAdvanced"); \ static_assert(sizeof(FSkinFXSocketLerpAdvanced) == 0x00000C, "Wrong size on FSkinFXSocketLerpAdvanced"); \ static_assert(offsetof(FSkinFXSocketLerpAdvanced, UseSpecificComponent) == 0x000000, "Member 'FSkinFXSocketLerpAdvanced::UseSpecificComponent' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocketLerpAdvanced, bEvaluateOnlyAtStart) == 0x000008, "Member 'FSkinFXSocketLerpAdvanced::bEvaluateOnlyAtStart' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocketLerpAdvanced, bPreviewOnly) == 0x000009, "Member 'FSkinFXSocketLerpAdvanced::bPreviewOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXSocketLerp \ static_assert(alignof(FSkinFXSocketLerp) == 0x000008, "Wrong alignment on FSkinFXSocketLerp"); \ static_assert(sizeof(FSkinFXSocketLerp) == 0x0000C8, "Wrong size on FSkinFXSocketLerp"); \ static_assert(offsetof(FSkinFXSocketLerp, MaterialParameter) == 0x000000, "Member 'FSkinFXSocketLerp::MaterialParameter' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocketLerp, SocketOne) == 0x000008, "Member 'FSkinFXSocketLerp::SocketOne' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocketLerp, BoneOne) == 0x000010, "Member 'FSkinFXSocketLerp::BoneOne' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocketLerp, SocketTwo) == 0x000018, "Member 'FSkinFXSocketLerp::SocketTwo' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocketLerp, BoneTwo) == 0x000020, "Member 'FSkinFXSocketLerp::BoneTwo' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocketLerp, bUseBoneOne) == 0x000028, "Member 'FSkinFXSocketLerp::bUseBoneOne' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocketLerp, bUseBoneTwo) == 0x000029, "Member 'FSkinFXSocketLerp::bUseBoneTwo' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocketLerp, SocketOutput) == 0x00002A, "Member 'FSkinFXSocketLerp::SocketOutput' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocketLerp, SocketOutputAlpha) == 0x00002B, "Member 'FSkinFXSocketLerp::SocketOutputAlpha' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocketLerp, LerpCurve) == 0x000030, "Member 'FSkinFXSocketLerp::LerpCurve' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocketLerp, bStretchToEnvelope) == 0x0000B8, "Member 'FSkinFXSocketLerp::bStretchToEnvelope' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocketLerp, bLoop) == 0x0000B9, "Member 'FSkinFXSocketLerp::bLoop' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocketLerp, bMultiplyByASREnvelope) == 0x0000BA, "Member 'FSkinFXSocketLerp::bMultiplyByASREnvelope' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocketLerp, Advanced) == 0x0000BC, "Member 'FSkinFXSocketLerp::Advanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXSocketAdvanced \ static_assert(alignof(FSkinFXSocketAdvanced) == 0x000004, "Wrong alignment on FSkinFXSocketAdvanced"); \ static_assert(sizeof(FSkinFXSocketAdvanced) == 0x00000C, "Wrong size on FSkinFXSocketAdvanced"); \ static_assert(offsetof(FSkinFXSocketAdvanced, UseSpecificComponent) == 0x000000, "Member 'FSkinFXSocketAdvanced::UseSpecificComponent' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocketAdvanced, bEvaluateOnlyAtStart) == 0x000008, "Member 'FSkinFXSocketAdvanced::bEvaluateOnlyAtStart' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocketAdvanced, bPreviewOnly) == 0x000009, "Member 'FSkinFXSocketAdvanced::bPreviewOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXSocket \ static_assert(alignof(FSkinFXSocket) == 0x000004, "Wrong alignment on FSkinFXSocket"); \ static_assert(sizeof(FSkinFXSocket) == 0x000030, "Wrong size on FSkinFXSocket"); \ static_assert(offsetof(FSkinFXSocket, MaterialParameter) == 0x000000, "Member 'FSkinFXSocket::MaterialParameter' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocket, Socket) == 0x000008, "Member 'FSkinFXSocket::Socket' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocket, Bone) == 0x000010, "Member 'FSkinFXSocket::Bone' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocket, SocketOutput) == 0x000018, "Member 'FSkinFXSocket::SocketOutput' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocket, SocketOutputAlpha) == 0x000019, "Member 'FSkinFXSocket::SocketOutputAlpha' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocket, bMultiplyColorByEnvelope) == 0x00001A, "Member 'FSkinFXSocket::bMultiplyColorByEnvelope' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocket, EnvelopeColorMod) == 0x00001B, "Member 'FSkinFXSocket::EnvelopeColorMod' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocket, bMultiplyScalarByEnvelope) == 0x00001C, "Member 'FSkinFXSocket::bMultiplyScalarByEnvelope' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocket, Advanced) == 0x000020, "Member 'FSkinFXSocket::Advanced' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocket, bUseBone) == 0x00002C, "Member 'FSkinFXSocket::bUseBone' has a wrong offset!"); \ static_assert(offsetof(FSkinFXSocket, bUseReferencePose) == 0x00002D, "Member 'FSkinFXSocket::bUseReferencePose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXFunctionProperty \ static_assert(alignof(FSkinFXFunctionProperty) == 0x000004, "Wrong alignment on FSkinFXFunctionProperty"); \ static_assert(sizeof(FSkinFXFunctionProperty) == 0x000008, "Wrong size on FSkinFXFunctionProperty"); \ static_assert(offsetof(FSkinFXFunctionProperty, Name) == 0x000000, "Member 'FSkinFXFunctionProperty::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXApplyFunctionModColor \ static_assert(alignof(FSkinFXApplyFunctionModColor) == 0x000004, "Wrong alignment on FSkinFXApplyFunctionModColor"); \ static_assert(sizeof(FSkinFXApplyFunctionModColor) == 0x00001C, "Wrong size on FSkinFXApplyFunctionModColor"); \ static_assert(offsetof(FSkinFXApplyFunctionModColor, Function) == 0x000000, "Member 'FSkinFXApplyFunctionModColor::Function' has a wrong offset!"); \ static_assert(offsetof(FSkinFXApplyFunctionModColor, Scale) == 0x000008, "Member 'FSkinFXApplyFunctionModColor::Scale' has a wrong offset!"); \ static_assert(offsetof(FSkinFXApplyFunctionModColor, Op) == 0x00000C, "Member 'FSkinFXApplyFunctionModColor::Op' has a wrong offset!"); \ static_assert(offsetof(FSkinFXApplyFunctionModColor, ClampMin) == 0x000010, "Member 'FSkinFXApplyFunctionModColor::ClampMin' has a wrong offset!"); \ static_assert(offsetof(FSkinFXApplyFunctionModColor, ClampMax) == 0x000014, "Member 'FSkinFXApplyFunctionModColor::ClampMax' has a wrong offset!"); \ static_assert(offsetof(FSkinFXApplyFunctionModColor, bClampMin) == 0x000018, "Member 'FSkinFXApplyFunctionModColor::bClampMin' has a wrong offset!"); \ static_assert(offsetof(FSkinFXApplyFunctionModColor, bClampMax) == 0x000019, "Member 'FSkinFXApplyFunctionModColor::bClampMax' has a wrong offset!"); \ static_assert(offsetof(FSkinFXApplyFunctionModColor, ColorMod) == 0x00001A, "Member 'FSkinFXApplyFunctionModColor::ColorMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXColorAdvanced \ static_assert(alignof(FSkinFXColorAdvanced) == 0x000004, "Wrong alignment on FSkinFXColorAdvanced"); \ static_assert(sizeof(FSkinFXColorAdvanced) == 0x000020, "Wrong size on FSkinFXColorAdvanced"); \ static_assert(offsetof(FSkinFXColorAdvanced, FunctionMod) == 0x000000, "Member 'FSkinFXColorAdvanced::FunctionMod' has a wrong offset!"); \ static_assert(offsetof(FSkinFXColorAdvanced, Convert) == 0x00001C, "Member 'FSkinFXColorAdvanced::Convert' has a wrong offset!"); \ static_assert(offsetof(FSkinFXColorAdvanced, bPreviewOnly) == 0x00001D, "Member 'FSkinFXColorAdvanced::bPreviewOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXColorCurve \ static_assert(alignof(FSkinFXColorCurve) == 0x000008, "Wrong alignment on FSkinFXColorCurve"); \ static_assert(sizeof(FSkinFXColorCurve) == 0x000238, "Wrong size on FSkinFXColorCurve"); \ static_assert(offsetof(FSkinFXColorCurve, MaterialParameter) == 0x000000, "Member 'FSkinFXColorCurve::MaterialParameter' has a wrong offset!"); \ static_assert(offsetof(FSkinFXColorCurve, ColorCurve) == 0x000008, "Member 'FSkinFXColorCurve::ColorCurve' has a wrong offset!"); \ static_assert(offsetof(FSkinFXColorCurve, bStretchToEnvelope) == 0x000210, "Member 'FSkinFXColorCurve::bStretchToEnvelope' has a wrong offset!"); \ static_assert(offsetof(FSkinFXColorCurve, bLoop) == 0x000211, "Member 'FSkinFXColorCurve::bLoop' has a wrong offset!"); \ static_assert(offsetof(FSkinFXColorCurve, EnvelopeColorMod) == 0x000212, "Member 'FSkinFXColorCurve::EnvelopeColorMod' has a wrong offset!"); \ static_assert(offsetof(FSkinFXColorCurve, bMultiplyByASREnvelope) == 0x000213, "Member 'FSkinFXColorCurve::bMultiplyByASREnvelope' has a wrong offset!"); \ static_assert(offsetof(FSkinFXColorCurve, Advanced) == 0x000214, "Member 'FSkinFXColorCurve::Advanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXMaterialScalarProperty \ static_assert(alignof(FSkinFXMaterialScalarProperty) == 0x000004, "Wrong alignment on FSkinFXMaterialScalarProperty"); \ static_assert(sizeof(FSkinFXMaterialScalarProperty) == 0x000008, "Wrong size on FSkinFXMaterialScalarProperty"); \ static_assert(offsetof(FSkinFXMaterialScalarProperty, Name) == 0x000000, "Member 'FSkinFXMaterialScalarProperty::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXApplyFunctionMod \ static_assert(alignof(FSkinFXApplyFunctionMod) == 0x000004, "Wrong alignment on FSkinFXApplyFunctionMod"); \ static_assert(sizeof(FSkinFXApplyFunctionMod) == 0x00001C, "Wrong size on FSkinFXApplyFunctionMod"); \ static_assert(offsetof(FSkinFXApplyFunctionMod, Function) == 0x000000, "Member 'FSkinFXApplyFunctionMod::Function' has a wrong offset!"); \ static_assert(offsetof(FSkinFXApplyFunctionMod, Scale) == 0x000008, "Member 'FSkinFXApplyFunctionMod::Scale' has a wrong offset!"); \ static_assert(offsetof(FSkinFXApplyFunctionMod, Op) == 0x00000C, "Member 'FSkinFXApplyFunctionMod::Op' has a wrong offset!"); \ static_assert(offsetof(FSkinFXApplyFunctionMod, ClampMin) == 0x000010, "Member 'FSkinFXApplyFunctionMod::ClampMin' has a wrong offset!"); \ static_assert(offsetof(FSkinFXApplyFunctionMod, ClampMax) == 0x000014, "Member 'FSkinFXApplyFunctionMod::ClampMax' has a wrong offset!"); \ static_assert(offsetof(FSkinFXApplyFunctionMod, bClampMin) == 0x000018, "Member 'FSkinFXApplyFunctionMod::bClampMin' has a wrong offset!"); \ static_assert(offsetof(FSkinFXApplyFunctionMod, bClampMax) == 0x000019, "Member 'FSkinFXApplyFunctionMod::bClampMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXScalarAdvanced \ static_assert(alignof(FSkinFXScalarAdvanced) == 0x000004, "Wrong alignment on FSkinFXScalarAdvanced"); \ static_assert(sizeof(FSkinFXScalarAdvanced) == 0x000020, "Wrong size on FSkinFXScalarAdvanced"); \ static_assert(offsetof(FSkinFXScalarAdvanced, FunctionMod) == 0x000000, "Member 'FSkinFXScalarAdvanced::FunctionMod' has a wrong offset!"); \ static_assert(offsetof(FSkinFXScalarAdvanced, bPreviewOnly) == 0x00001C, "Member 'FSkinFXScalarAdvanced::bPreviewOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXScalarCurve \ static_assert(alignof(FSkinFXScalarCurve) == 0x000008, "Wrong alignment on FSkinFXScalarCurve"); \ static_assert(sizeof(FSkinFXScalarCurve) == 0x0000B8, "Wrong size on FSkinFXScalarCurve"); \ static_assert(offsetof(FSkinFXScalarCurve, MaterialParameter) == 0x000000, "Member 'FSkinFXScalarCurve::MaterialParameter' has a wrong offset!"); \ static_assert(offsetof(FSkinFXScalarCurve, ScalarCurve) == 0x000008, "Member 'FSkinFXScalarCurve::ScalarCurve' has a wrong offset!"); \ static_assert(offsetof(FSkinFXScalarCurve, OutputScale) == 0x000090, "Member 'FSkinFXScalarCurve::OutputScale' has a wrong offset!"); \ static_assert(offsetof(FSkinFXScalarCurve, bStretchToEnvelope) == 0x000094, "Member 'FSkinFXScalarCurve::bStretchToEnvelope' has a wrong offset!"); \ static_assert(offsetof(FSkinFXScalarCurve, bLoop) == 0x000095, "Member 'FSkinFXScalarCurve::bLoop' has a wrong offset!"); \ static_assert(offsetof(FSkinFXScalarCurve, bMultiplyByASREnvelope) == 0x000096, "Member 'FSkinFXScalarCurve::bMultiplyByASREnvelope' has a wrong offset!"); \ static_assert(offsetof(FSkinFXScalarCurve, Advanced) == 0x000098, "Member 'FSkinFXScalarCurve::Advanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXColor \ static_assert(alignof(FSkinFXColor) == 0x000004, "Wrong alignment on FSkinFXColor"); \ static_assert(sizeof(FSkinFXColor) == 0x00003C, "Wrong size on FSkinFXColor"); \ static_assert(offsetof(FSkinFXColor, MaterialParameter) == 0x000000, "Member 'FSkinFXColor::MaterialParameter' has a wrong offset!"); \ static_assert(offsetof(FSkinFXColor, Color) == 0x000008, "Member 'FSkinFXColor::Color' has a wrong offset!"); \ static_assert(offsetof(FSkinFXColor, EnvelopeColorMod) == 0x000018, "Member 'FSkinFXColor::EnvelopeColorMod' has a wrong offset!"); \ static_assert(offsetof(FSkinFXColor, bMultiplyByASREnvelope) == 0x000019, "Member 'FSkinFXColor::bMultiplyByASREnvelope' has a wrong offset!"); \ static_assert(offsetof(FSkinFXColor, Advanced) == 0x00001C, "Member 'FSkinFXColor::Advanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXScalar \ static_assert(alignof(FSkinFXScalar) == 0x000004, "Wrong alignment on FSkinFXScalar"); \ static_assert(sizeof(FSkinFXScalar) == 0x000030, "Wrong size on FSkinFXScalar"); \ static_assert(offsetof(FSkinFXScalar, MaterialParameter) == 0x000000, "Member 'FSkinFXScalar::MaterialParameter' has a wrong offset!"); \ static_assert(offsetof(FSkinFXScalar, Scalar) == 0x000008, "Member 'FSkinFXScalar::Scalar' has a wrong offset!"); \ static_assert(offsetof(FSkinFXScalar, bMultiplyByASREnvelope) == 0x00000C, "Member 'FSkinFXScalar::bMultiplyByASREnvelope' has a wrong offset!"); \ static_assert(offsetof(FSkinFXScalar, Advanced) == 0x000010, "Member 'FSkinFXScalar::Advanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXEnvelopeReshaper \ static_assert(alignof(FSkinFXEnvelopeReshaper) == 0x000004, "Wrong alignment on FSkinFXEnvelopeReshaper"); \ static_assert(sizeof(FSkinFXEnvelopeReshaper) == 0x000010, "Wrong size on FSkinFXEnvelopeReshaper"); \ static_assert(offsetof(FSkinFXEnvelopeReshaper, Shaping) == 0x000000, "Member 'FSkinFXEnvelopeReshaper::Shaping' has a wrong offset!"); \ static_assert(offsetof(FSkinFXEnvelopeReshaper, bReshape) == 0x00000C, "Member 'FSkinFXEnvelopeReshaper::bReshape' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXNoiseFunctionModAdvanced \ static_assert(alignof(FSkinFXNoiseFunctionModAdvanced) == 0x000004, "Wrong alignment on FSkinFXNoiseFunctionModAdvanced"); \ static_assert(sizeof(FSkinFXNoiseFunctionModAdvanced) == 0x000010, "Wrong size on FSkinFXNoiseFunctionModAdvanced"); \ static_assert(offsetof(FSkinFXNoiseFunctionModAdvanced, ReshapeASREnvelope) == 0x000000, "Member 'FSkinFXNoiseFunctionModAdvanced::ReshapeASREnvelope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXNoiseFunctionMod \ static_assert(alignof(FSkinFXNoiseFunctionMod) == 0x000004, "Wrong alignment on FSkinFXNoiseFunctionMod"); \ static_assert(sizeof(FSkinFXNoiseFunctionMod) == 0x00002C, "Wrong size on FSkinFXNoiseFunctionMod"); \ static_assert(offsetof(FSkinFXNoiseFunctionMod, FunctionName) == 0x000000, "Member 'FSkinFXNoiseFunctionMod::FunctionName' has a wrong offset!"); \ static_assert(offsetof(FSkinFXNoiseFunctionMod, TimeBase) == 0x000008, "Member 'FSkinFXNoiseFunctionMod::TimeBase' has a wrong offset!"); \ static_assert(offsetof(FSkinFXNoiseFunctionMod, Lumpiness) == 0x00000C, "Member 'FSkinFXNoiseFunctionMod::Lumpiness' has a wrong offset!"); \ static_assert(offsetof(FSkinFXNoiseFunctionMod, Amplitude) == 0x000010, "Member 'FSkinFXNoiseFunctionMod::Amplitude' has a wrong offset!"); \ static_assert(offsetof(FSkinFXNoiseFunctionMod, Offset) == 0x000014, "Member 'FSkinFXNoiseFunctionMod::Offset' has a wrong offset!"); \ static_assert(offsetof(FSkinFXNoiseFunctionMod, bStretchToEnvelope) == 0x000018, "Member 'FSkinFXNoiseFunctionMod::bStretchToEnvelope' has a wrong offset!"); \ static_assert(offsetof(FSkinFXNoiseFunctionMod, bLoop) == 0x000019, "Member 'FSkinFXNoiseFunctionMod::bLoop' has a wrong offset!"); \ static_assert(offsetof(FSkinFXNoiseFunctionMod, bMultiplyByASREnvelope) == 0x00001A, "Member 'FSkinFXNoiseFunctionMod::bMultiplyByASREnvelope' has a wrong offset!"); \ static_assert(offsetof(FSkinFXNoiseFunctionMod, Advanced) == 0x00001C, "Member 'FSkinFXNoiseFunctionMod::Advanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXFunctionModAdvanced \ static_assert(alignof(FSkinFXFunctionModAdvanced) == 0x000004, "Wrong alignment on FSkinFXFunctionModAdvanced"); \ static_assert(sizeof(FSkinFXFunctionModAdvanced) == 0x000010, "Wrong size on FSkinFXFunctionModAdvanced"); \ static_assert(offsetof(FSkinFXFunctionModAdvanced, ReshapeASREnvelope) == 0x000000, "Member 'FSkinFXFunctionModAdvanced::ReshapeASREnvelope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXFunctionMod \ static_assert(alignof(FSkinFXFunctionMod) == 0x000008, "Wrong alignment on FSkinFXFunctionMod"); \ static_assert(sizeof(FSkinFXFunctionMod) == 0x0000A8, "Wrong size on FSkinFXFunctionMod"); \ static_assert(offsetof(FSkinFXFunctionMod, FunctionName) == 0x000000, "Member 'FSkinFXFunctionMod::FunctionName' has a wrong offset!"); \ static_assert(offsetof(FSkinFXFunctionMod, Curve) == 0x000008, "Member 'FSkinFXFunctionMod::Curve' has a wrong offset!"); \ static_assert(offsetof(FSkinFXFunctionMod, bStretchToEnvelope) == 0x000090, "Member 'FSkinFXFunctionMod::bStretchToEnvelope' has a wrong offset!"); \ static_assert(offsetof(FSkinFXFunctionMod, bLoop) == 0x000091, "Member 'FSkinFXFunctionMod::bLoop' has a wrong offset!"); \ static_assert(offsetof(FSkinFXFunctionMod, bMultiplyByASREnvelope) == 0x000092, "Member 'FSkinFXFunctionMod::bMultiplyByASREnvelope' has a wrong offset!"); \ static_assert(offsetof(FSkinFXFunctionMod, Advanced) == 0x000094, "Member 'FSkinFXFunctionMod::Advanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXUIScalarParameter \ static_assert(alignof(FSkinFXUIScalarParameter) == 0x000004, "Wrong alignment on FSkinFXUIScalarParameter"); \ static_assert(sizeof(FSkinFXUIScalarParameter) == 0x00000C, "Wrong size on FSkinFXUIScalarParameter"); \ static_assert(offsetof(FSkinFXUIScalarParameter, Parameter) == 0x000000, "Member 'FSkinFXUIScalarParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(FSkinFXUIScalarParameter, Value) == 0x000008, "Member 'FSkinFXUIScalarParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXColorPreview \ static_assert(alignof(FSkinFXColorPreview) == 0x000008, "Wrong alignment on FSkinFXColorPreview"); \ static_assert(sizeof(FSkinFXColorPreview) == 0x000208, "Wrong size on FSkinFXColorPreview"); \ static_assert(offsetof(FSkinFXColorPreview, PreviewCurve) == 0x000000, "Member 'FSkinFXColorPreview::PreviewCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXScalarPreview \ static_assert(alignof(FSkinFXScalarPreview) == 0x000008, "Wrong alignment on FSkinFXScalarPreview"); \ static_assert(sizeof(FSkinFXScalarPreview) == 0x000088, "Wrong size on FSkinFXScalarPreview"); \ static_assert(offsetof(FSkinFXScalarPreview, PreviewCurve) == 0x000000, "Member 'FSkinFXScalarPreview::PreviewCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXLerpIndex \ static_assert(alignof(FSkinFXLerpIndex) == 0x000004, "Wrong alignment on FSkinFXLerpIndex"); \ static_assert(sizeof(FSkinFXLerpIndex) == 0x00000C, "Wrong size on FSkinFXLerpIndex"); \ static_assert(offsetof(FSkinFXLerpIndex, Index0) == 0x000000, "Member 'FSkinFXLerpIndex::Index0' has a wrong offset!"); \ static_assert(offsetof(FSkinFXLerpIndex, Index1) == 0x000004, "Member 'FSkinFXLerpIndex::Index1' has a wrong offset!"); \ static_assert(offsetof(FSkinFXLerpIndex, Alpha) == 0x000008, "Member 'FSkinFXLerpIndex::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXUIParameters \ static_assert(alignof(FSkinFXUIParameters) == 0x000008, "Wrong alignment on FSkinFXUIParameters"); \ static_assert(sizeof(FSkinFXUIParameters) == 0x000020, "Wrong size on FSkinFXUIParameters"); \ static_assert(offsetof(FSkinFXUIParameters, Scalars) == 0x000000, "Member 'FSkinFXUIParameters::Scalars' has a wrong offset!"); \ static_assert(offsetof(FSkinFXUIParameters, Vectors) == 0x000010, "Member 'FSkinFXUIParameters::Vectors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXLocatorListPositionalSource \ static_assert(alignof(FSkinFXLocatorListPositionalSource) == 0x000008, "Wrong alignment on FSkinFXLocatorListPositionalSource"); \ static_assert(sizeof(FSkinFXLocatorListPositionalSource) == 0x000038, "Wrong size on FSkinFXLocatorListPositionalSource"); \ static_assert(offsetof(FSkinFXLocatorListPositionalSource, Bone) == 0x000000, "Member 'FSkinFXLocatorListPositionalSource::Bone' has a wrong offset!"); \ static_assert(offsetof(FSkinFXLocatorListPositionalSource, Socket) == 0x000008, "Member 'FSkinFXLocatorListPositionalSource::Socket' has a wrong offset!"); \ static_assert(offsetof(FSkinFXLocatorListPositionalSource, Source) == 0x000010, "Member 'FSkinFXLocatorListPositionalSource::Source' has a wrong offset!"); \ static_assert(offsetof(FSkinFXLocatorListPositionalSource, ExtraParameters) == 0x000018, "Member 'FSkinFXLocatorListPositionalSource::ExtraParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXPreviewAnimationSetup \ static_assert(alignof(FSkinFXPreviewAnimationSetup) == 0x000008, "Wrong alignment on FSkinFXPreviewAnimationSetup"); \ static_assert(sizeof(FSkinFXPreviewAnimationSetup) == 0x000038, "Wrong size on FSkinFXPreviewAnimationSetup"); \ static_assert(offsetof(FSkinFXPreviewAnimationSetup, AnimToPlay) == 0x000000, "Member 'FSkinFXPreviewAnimationSetup::AnimToPlay' has a wrong offset!"); \ static_assert(offsetof(FSkinFXPreviewAnimationSetup, Position) == 0x000028, "Member 'FSkinFXPreviewAnimationSetup::Position' has a wrong offset!"); \ static_assert(offsetof(FSkinFXPreviewAnimationSetup, PlayRate) == 0x00002C, "Member 'FSkinFXPreviewAnimationSetup::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FSkinFXPreviewAnimationSetup, bIsLooping) == 0x000030, "Member 'FSkinFXPreviewAnimationSetup::bIsLooping' has a wrong offset!"); \ static_assert(offsetof(FSkinFXPreviewAnimationSetup, bIsPlaying) == 0x000031, "Member 'FSkinFXPreviewAnimationSetup::bIsPlaying' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXMaterialOverride \ static_assert(alignof(FSkinFXMaterialOverride) == 0x000008, "Wrong alignment on FSkinFXMaterialOverride"); \ static_assert(sizeof(FSkinFXMaterialOverride) == 0x000018, "Wrong size on FSkinFXMaterialOverride"); \ static_assert(offsetof(FSkinFXMaterialOverride, Type) == 0x000000, "Member 'FSkinFXMaterialOverride::Type' has a wrong offset!"); \ static_assert(offsetof(FSkinFXMaterialOverride, Materials) == 0x000008, "Member 'FSkinFXMaterialOverride::Materials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXPreviewSetup \ static_assert(alignof(FSkinFXPreviewSetup) == 0x000008, "Wrong alignment on FSkinFXPreviewSetup"); \ static_assert(sizeof(FSkinFXPreviewSetup) == 0x0000A8, "Wrong size on FSkinFXPreviewSetup"); \ static_assert(offsetof(FSkinFXPreviewSetup, Type) == 0x000000, "Member 'FSkinFXPreviewSetup::Type' has a wrong offset!"); \ static_assert(offsetof(FSkinFXPreviewSetup, StaticMeshAsset) == 0x000008, "Member 'FSkinFXPreviewSetup::StaticMeshAsset' has a wrong offset!"); \ static_assert(offsetof(FSkinFXPreviewSetup, SkeletalMeshAsset) == 0x000030, "Member 'FSkinFXPreviewSetup::SkeletalMeshAsset' has a wrong offset!"); \ static_assert(offsetof(FSkinFXPreviewSetup, Animation) == 0x000058, "Member 'FSkinFXPreviewSetup::Animation' has a wrong offset!"); \ static_assert(offsetof(FSkinFXPreviewSetup, MaterialOverrides) == 0x000090, "Member 'FSkinFXPreviewSetup::MaterialOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXMaterialSaver \ static_assert(alignof(FSkinFXMaterialSaver) == 0x000008, "Wrong alignment on FSkinFXMaterialSaver"); \ static_assert(sizeof(FSkinFXMaterialSaver) == 0x000018, "Wrong size on FSkinFXMaterialSaver"); \ static_assert(offsetof(FSkinFXMaterialSaver, Mesh) == 0x000000, "Member 'FSkinFXMaterialSaver::Mesh' has a wrong offset!"); \ static_assert(offsetof(FSkinFXMaterialSaver, OriginalMaterials) == 0x000008, "Member 'FSkinFXMaterialSaver::OriginalMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocatorTrackerLibrary_GetLocatorTrackerActor \ static_assert(alignof(LocatorTrackerLibrary_GetLocatorTrackerActor) == 0x000008, "Wrong alignment on LocatorTrackerLibrary_GetLocatorTrackerActor"); \ static_assert(sizeof(LocatorTrackerLibrary_GetLocatorTrackerActor) == 0x000018, "Wrong size on LocatorTrackerLibrary_GetLocatorTrackerActor"); \ static_assert(offsetof(LocatorTrackerLibrary_GetLocatorTrackerActor, Tracker) == 0x000000, "Member 'LocatorTrackerLibrary_GetLocatorTrackerActor::Tracker' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_GetLocatorTrackerActor, Actor) == 0x000008, "Member 'LocatorTrackerLibrary_GetLocatorTrackerActor::Actor' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_GetLocatorTrackerActor, bTrackerValid) == 0x000010, "Member 'LocatorTrackerLibrary_GetLocatorTrackerActor::bTrackerValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocatorTrackerLibrary_GetLocatorTrackerSceneComponent \ static_assert(alignof(LocatorTrackerLibrary_GetLocatorTrackerSceneComponent) == 0x000008, "Wrong alignment on LocatorTrackerLibrary_GetLocatorTrackerSceneComponent"); \ static_assert(sizeof(LocatorTrackerLibrary_GetLocatorTrackerSceneComponent) == 0x000018, "Wrong size on LocatorTrackerLibrary_GetLocatorTrackerSceneComponent"); \ static_assert(offsetof(LocatorTrackerLibrary_GetLocatorTrackerSceneComponent, Tracker) == 0x000000, "Member 'LocatorTrackerLibrary_GetLocatorTrackerSceneComponent::Tracker' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_GetLocatorTrackerSceneComponent, SceneComponent) == 0x000008, "Member 'LocatorTrackerLibrary_GetLocatorTrackerSceneComponent::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_GetLocatorTrackerSceneComponent, bTrackerValid) == 0x000010, "Member 'LocatorTrackerLibrary_GetLocatorTrackerSceneComponent::bTrackerValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocatorTrackerLibrary_GetLocatorTrackerTransform \ static_assert(alignof(LocatorTrackerLibrary_GetLocatorTrackerTransform) == 0x000010, "Wrong alignment on LocatorTrackerLibrary_GetLocatorTrackerTransform"); \ static_assert(sizeof(LocatorTrackerLibrary_GetLocatorTrackerTransform) == 0x000050, "Wrong size on LocatorTrackerLibrary_GetLocatorTrackerTransform"); \ static_assert(offsetof(LocatorTrackerLibrary_GetLocatorTrackerTransform, Tracker) == 0x000000, "Member 'LocatorTrackerLibrary_GetLocatorTrackerTransform::Tracker' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_GetLocatorTrackerTransform, Transform) == 0x000010, "Member 'LocatorTrackerLibrary_GetLocatorTrackerTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_GetLocatorTrackerTransform, bTrackerValid) == 0x000040, "Member 'LocatorTrackerLibrary_GetLocatorTrackerTransform::bTrackerValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocatorTrackerLibrary_GetLocatorTrackerValid \ static_assert(alignof(LocatorTrackerLibrary_GetLocatorTrackerValid) == 0x000008, "Wrong alignment on LocatorTrackerLibrary_GetLocatorTrackerValid"); \ static_assert(sizeof(LocatorTrackerLibrary_GetLocatorTrackerValid) == 0x000010, "Wrong size on LocatorTrackerLibrary_GetLocatorTrackerValid"); \ static_assert(offsetof(LocatorTrackerLibrary_GetLocatorTrackerValid, Tracker) == 0x000000, "Member 'LocatorTrackerLibrary_GetLocatorTrackerValid::Tracker' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_GetLocatorTrackerValid, bTrackerValid) == 0x000008, "Member 'LocatorTrackerLibrary_GetLocatorTrackerValid::bTrackerValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocatorTrackerLibrary_GetLocatorTrackerVelocity \ static_assert(alignof(LocatorTrackerLibrary_GetLocatorTrackerVelocity) == 0x000008, "Wrong alignment on LocatorTrackerLibrary_GetLocatorTrackerVelocity"); \ static_assert(sizeof(LocatorTrackerLibrary_GetLocatorTrackerVelocity) == 0x000018, "Wrong size on LocatorTrackerLibrary_GetLocatorTrackerVelocity"); \ static_assert(offsetof(LocatorTrackerLibrary_GetLocatorTrackerVelocity, Tracker) == 0x000000, "Member 'LocatorTrackerLibrary_GetLocatorTrackerVelocity::Tracker' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_GetLocatorTrackerVelocity, Velocity) == 0x000008, "Member 'LocatorTrackerLibrary_GetLocatorTrackerVelocity::Velocity' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_GetLocatorTrackerVelocity, bTrackerValid) == 0x000014, "Member 'LocatorTrackerLibrary_GetLocatorTrackerVelocity::bTrackerValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocatorTrackerLibrary_GetRefPoseTransform \ static_assert(alignof(LocatorTrackerLibrary_GetRefPoseTransform) == 0x000010, "Wrong alignment on LocatorTrackerLibrary_GetRefPoseTransform"); \ static_assert(sizeof(LocatorTrackerLibrary_GetRefPoseTransform) == 0x000050, "Wrong size on LocatorTrackerLibrary_GetRefPoseTransform"); \ static_assert(offsetof(LocatorTrackerLibrary_GetRefPoseTransform, Actor) == 0x000000, "Member 'LocatorTrackerLibrary_GetRefPoseTransform::Actor' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_GetRefPoseTransform, BoneName) == 0x000008, "Member 'LocatorTrackerLibrary_GetRefPoseTransform::BoneName' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_GetRefPoseTransform, Transform) == 0x000010, "Member 'LocatorTrackerLibrary_GetRefPoseTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_GetRefPoseTransform, bValid) == 0x000040, "Member 'LocatorTrackerLibrary_GetRefPoseTransform::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocatorTrackerLibrary_MakeActorTracker \ static_assert(alignof(LocatorTrackerLibrary_MakeActorTracker) == 0x000008, "Wrong alignment on LocatorTrackerLibrary_MakeActorTracker"); \ static_assert(sizeof(LocatorTrackerLibrary_MakeActorTracker) == 0x000020, "Wrong size on LocatorTrackerLibrary_MakeActorTracker"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeActorTracker, Actor) == 0x000000, "Member 'LocatorTrackerLibrary_MakeActorTracker::Actor' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeActorTracker, Tracker) == 0x000008, "Member 'LocatorTrackerLibrary_MakeActorTracker::Tracker' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeActorTracker, bTrackerValid) == 0x000018, "Member 'LocatorTrackerLibrary_MakeActorTracker::bTrackerValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocatorTrackerLibrary_MakeBoneTracker \ static_assert(alignof(LocatorTrackerLibrary_MakeBoneTracker) == 0x000008, "Wrong alignment on LocatorTrackerLibrary_MakeBoneTracker"); \ static_assert(sizeof(LocatorTrackerLibrary_MakeBoneTracker) == 0x000040, "Wrong size on LocatorTrackerLibrary_MakeBoneTracker"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeBoneTracker, Actor) == 0x000000, "Member 'LocatorTrackerLibrary_MakeBoneTracker::Actor' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeBoneTracker, BoneName) == 0x000008, "Member 'LocatorTrackerLibrary_MakeBoneTracker::BoneName' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeBoneTracker, Tracker) == 0x000010, "Member 'LocatorTrackerLibrary_MakeBoneTracker::Tracker' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeBoneTracker, bTrackerValid) == 0x000038, "Member 'LocatorTrackerLibrary_MakeBoneTracker::bTrackerValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocatorTrackerLibrary_MakeComponentTracker \ static_assert(alignof(LocatorTrackerLibrary_MakeComponentTracker) == 0x000008, "Wrong alignment on LocatorTrackerLibrary_MakeComponentTracker"); \ static_assert(sizeof(LocatorTrackerLibrary_MakeComponentTracker) == 0x000018, "Wrong size on LocatorTrackerLibrary_MakeComponentTracker"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeComponentTracker, Component) == 0x000000, "Member 'LocatorTrackerLibrary_MakeComponentTracker::Component' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeComponentTracker, Tracker) == 0x000008, "Member 'LocatorTrackerLibrary_MakeComponentTracker::Tracker' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeComponentTracker, bTrackerValid) == 0x000010, "Member 'LocatorTrackerLibrary_MakeComponentTracker::bTrackerValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocatorTrackerLibrary_MakeRefPoseTracker \ static_assert(alignof(LocatorTrackerLibrary_MakeRefPoseTracker) == 0x000010, "Wrong alignment on LocatorTrackerLibrary_MakeRefPoseTracker"); \ static_assert(sizeof(LocatorTrackerLibrary_MakeRefPoseTracker) == 0x000070, "Wrong size on LocatorTrackerLibrary_MakeRefPoseTracker"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeRefPoseTracker, Actor) == 0x000000, "Member 'LocatorTrackerLibrary_MakeRefPoseTracker::Actor' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeRefPoseTracker, BoneName) == 0x000008, "Member 'LocatorTrackerLibrary_MakeRefPoseTracker::BoneName' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeRefPoseTracker, Tracker) == 0x000010, "Member 'LocatorTrackerLibrary_MakeRefPoseTracker::Tracker' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeRefPoseTracker, bTrackerValid) == 0x000060, "Member 'LocatorTrackerLibrary_MakeRefPoseTracker::bTrackerValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocatorTrackerLibrary_MakeSocketTracker \ static_assert(alignof(LocatorTrackerLibrary_MakeSocketTracker) == 0x000008, "Wrong alignment on LocatorTrackerLibrary_MakeSocketTracker"); \ static_assert(sizeof(LocatorTrackerLibrary_MakeSocketTracker) == 0x000038, "Wrong size on LocatorTrackerLibrary_MakeSocketTracker"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeSocketTracker, Actor) == 0x000000, "Member 'LocatorTrackerLibrary_MakeSocketTracker::Actor' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeSocketTracker, SocketName) == 0x000008, "Member 'LocatorTrackerLibrary_MakeSocketTracker::SocketName' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeSocketTracker, Tracker) == 0x000010, "Member 'LocatorTrackerLibrary_MakeSocketTracker::Tracker' has a wrong offset!"); \ static_assert(offsetof(LocatorTrackerLibrary_MakeSocketTracker, bTrackerValid) == 0x000030, "Member 'LocatorTrackerLibrary_MakeSocketTracker::bTrackerValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocatorTrackerLibrary \ static_assert(alignof(ULocatorTrackerLibrary) == 0x000008, "Wrong alignment on ULocatorTrackerLibrary"); \ static_assert(sizeof(ULocatorTrackerLibrary) == 0x000028, "Wrong size on ULocatorTrackerLibrary"); \ #define DUMPER7_ASSERTS_NiagaraMaterialDriverComponent_OnNiagaraSystemFinished \ static_assert(alignof(NiagaraMaterialDriverComponent_OnNiagaraSystemFinished) == 0x000008, "Wrong alignment on NiagaraMaterialDriverComponent_OnNiagaraSystemFinished"); \ static_assert(sizeof(NiagaraMaterialDriverComponent_OnNiagaraSystemFinished) == 0x000008, "Wrong size on NiagaraMaterialDriverComponent_OnNiagaraSystemFinished"); \ static_assert(offsetof(NiagaraMaterialDriverComponent_OnNiagaraSystemFinished, PSystem) == 0x000000, "Member 'NiagaraMaterialDriverComponent_OnNiagaraSystemFinished::PSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraMaterialDriverComponent \ static_assert(alignof(UNiagaraMaterialDriverComponent) == 0x000010, "Wrong alignment on UNiagaraMaterialDriverComponent"); \ static_assert(sizeof(UNiagaraMaterialDriverComponent) == 0x0002B0, "Wrong size on UNiagaraMaterialDriverComponent"); \ static_assert(offsetof(UNiagaraMaterialDriverComponent, Setup) == 0x000218, "Member 'UNiagaraMaterialDriverComponent::Setup' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMaterialDriverComponent, State) == 0x000290, "Member 'UNiagaraMaterialDriverComponent::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraMIDDriverComponent_AddMID \ static_assert(alignof(NiagaraMIDDriverComponent_AddMID) == 0x000008, "Wrong alignment on NiagaraMIDDriverComponent_AddMID"); \ static_assert(sizeof(NiagaraMIDDriverComponent_AddMID) == 0x000008, "Wrong size on NiagaraMIDDriverComponent_AddMID"); \ static_assert(offsetof(NiagaraMIDDriverComponent_AddMID, Mid) == 0x000000, "Member 'NiagaraMIDDriverComponent_AddMID::Mid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraMIDDriverComponent_RemoveMID \ static_assert(alignof(NiagaraMIDDriverComponent_RemoveMID) == 0x000008, "Wrong alignment on NiagaraMIDDriverComponent_RemoveMID"); \ static_assert(sizeof(NiagaraMIDDriverComponent_RemoveMID) == 0x000008, "Wrong size on NiagaraMIDDriverComponent_RemoveMID"); \ static_assert(offsetof(NiagaraMIDDriverComponent_RemoveMID, Mid) == 0x000000, "Member 'NiagaraMIDDriverComponent_RemoveMID::Mid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraMIDDriverComponent \ static_assert(alignof(UNiagaraMIDDriverComponent) == 0x000010, "Wrong alignment on UNiagaraMIDDriverComponent"); \ static_assert(sizeof(UNiagaraMIDDriverComponent) == 0x0002C0, "Wrong size on UNiagaraMIDDriverComponent"); \ static_assert(offsetof(UNiagaraMIDDriverComponent, MaterialInstanceDynamics) == 0x0002A8, "Member 'UNiagaraMIDDriverComponent::MaterialInstanceDynamics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraSwapParamsDriverComponent \ static_assert(alignof(UNiagaraSwapParamsDriverComponent) == 0x000010, "Wrong alignment on UNiagaraSwapParamsDriverComponent"); \ static_assert(sizeof(UNiagaraSwapParamsDriverComponent) == 0x000300, "Wrong size on UNiagaraSwapParamsDriverComponent"); \ static_assert(offsetof(UNiagaraSwapParamsDriverComponent, ParameterSet) == 0x0002A8, "Member 'UNiagaraSwapParamsDriverComponent::ParameterSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraMaterialDriver_OnNiagaraSystemFinished \ static_assert(alignof(NiagaraMaterialDriver_OnNiagaraSystemFinished) == 0x000008, "Wrong alignment on NiagaraMaterialDriver_OnNiagaraSystemFinished"); \ static_assert(sizeof(NiagaraMaterialDriver_OnNiagaraSystemFinished) == 0x000008, "Wrong size on NiagaraMaterialDriver_OnNiagaraSystemFinished"); \ static_assert(offsetof(NiagaraMaterialDriver_OnNiagaraSystemFinished, PSystem) == 0x000000, "Member 'NiagaraMaterialDriver_OnNiagaraSystemFinished::PSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraMaterialDriver \ static_assert(alignof(UNiagaraMaterialDriver) == 0x000008, "Wrong alignment on UNiagaraMaterialDriver"); \ static_assert(sizeof(UNiagaraMaterialDriver) == 0x0000B8, "Wrong size on UNiagaraMaterialDriver"); \ static_assert(offsetof(UNiagaraMaterialDriver, Setup) == 0x000028, "Member 'UNiagaraMaterialDriver::Setup' has a wrong offset!"); \ static_assert(offsetof(UNiagaraMaterialDriver, State) == 0x0000A0, "Member 'UNiagaraMaterialDriver::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraMaterialSwapDriver \ static_assert(alignof(UNiagaraMaterialSwapDriver) == 0x000008, "Wrong alignment on UNiagaraMaterialSwapDriver"); \ static_assert(sizeof(UNiagaraMaterialSwapDriver) == 0x000108, "Wrong size on UNiagaraMaterialSwapDriver"); \ static_assert(offsetof(UNiagaraMaterialSwapDriver, ParameterSet) == 0x0000B8, "Member 'UNiagaraMaterialSwapDriver::ParameterSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorAddSkinFXComponent \ static_assert(alignof(SkinFX_ActorAddSkinFXComponent) == 0x000008, "Wrong alignment on SkinFX_ActorAddSkinFXComponent"); \ static_assert(sizeof(SkinFX_ActorAddSkinFXComponent) == 0x000018, "Wrong size on SkinFX_ActorAddSkinFXComponent"); \ static_assert(offsetof(SkinFX_ActorAddSkinFXComponent, Actor) == 0x000000, "Member 'SkinFX_ActorAddSkinFXComponent::Actor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorAddSkinFXComponent, SkinFXComponent) == 0x000008, "Member 'SkinFX_ActorAddSkinFXComponent::SkinFXComponent' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorAddSkinFXComponent, detachAndDestroyWhenDone) == 0x000010, "Member 'SkinFX_ActorAddSkinFXComponent::detachAndDestroyWhenDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorAnySkinFXRunning \ static_assert(alignof(SkinFX_ActorAnySkinFXRunning) == 0x000008, "Wrong alignment on SkinFX_ActorAnySkinFXRunning"); \ static_assert(sizeof(SkinFX_ActorAnySkinFXRunning) == 0x000010, "Wrong size on SkinFX_ActorAnySkinFXRunning"); \ static_assert(offsetof(SkinFX_ActorAnySkinFXRunning, Actor) == 0x000000, "Member 'SkinFX_ActorAnySkinFXRunning::Actor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorAnySkinFXRunning, IsRunning) == 0x000008, "Member 'SkinFX_ActorAnySkinFXRunning::IsRunning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorEndAllSkinFX \ static_assert(alignof(SkinFX_ActorEndAllSkinFX) == 0x000008, "Wrong alignment on SkinFX_ActorEndAllSkinFX"); \ static_assert(sizeof(SkinFX_ActorEndAllSkinFX) == 0x000010, "Wrong size on SkinFX_ActorEndAllSkinFX"); \ static_assert(offsetof(SkinFX_ActorEndAllSkinFX, Actor) == 0x000000, "Member 'SkinFX_ActorEndAllSkinFX::Actor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorEndAllSkinFX, EndStyle) == 0x000008, "Member 'SkinFX_ActorEndAllSkinFX::EndStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorEndSkinFX \ static_assert(alignof(SkinFX_ActorEndSkinFX) == 0x000008, "Wrong alignment on SkinFX_ActorEndSkinFX"); \ static_assert(sizeof(SkinFX_ActorEndSkinFX) == 0x000018, "Wrong size on SkinFX_ActorEndSkinFX"); \ static_assert(offsetof(SkinFX_ActorEndSkinFX, Actor) == 0x000000, "Member 'SkinFX_ActorEndSkinFX::Actor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorEndSkinFX, endFX) == 0x000008, "Member 'SkinFX_ActorEndSkinFX::endFX' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorEndSkinFX, EndStyle) == 0x000010, "Member 'SkinFX_ActorEndSkinFX::EndStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorGetSkinFX \ static_assert(alignof(SkinFX_ActorGetSkinFX) == 0x000008, "Wrong alignment on SkinFX_ActorGetSkinFX"); \ static_assert(sizeof(SkinFX_ActorGetSkinFX) == 0x000010, "Wrong size on SkinFX_ActorGetSkinFX"); \ static_assert(offsetof(SkinFX_ActorGetSkinFX, Actor) == 0x000000, "Member 'SkinFX_ActorGetSkinFX::Actor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorGetSkinFX, SkinFXComponent) == 0x000008, "Member 'SkinFX_ActorGetSkinFX::SkinFXComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorGetSkinFXTimeFactor \ static_assert(alignof(SkinFX_ActorGetSkinFXTimeFactor) == 0x000008, "Wrong alignment on SkinFX_ActorGetSkinFXTimeFactor"); \ static_assert(sizeof(SkinFX_ActorGetSkinFXTimeFactor) == 0x000018, "Wrong size on SkinFX_ActorGetSkinFXTimeFactor"); \ static_assert(offsetof(SkinFX_ActorGetSkinFXTimeFactor, Actor) == 0x000000, "Member 'SkinFX_ActorGetSkinFXTimeFactor::Actor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorGetSkinFXTimeFactor, FXName) == 0x000008, "Member 'SkinFX_ActorGetSkinFXTimeFactor::FXName' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorGetSkinFXTimeFactor, TimeFactor) == 0x000010, "Member 'SkinFX_ActorGetSkinFXTimeFactor::TimeFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorIsSkinFXRunning \ static_assert(alignof(SkinFX_ActorIsSkinFXRunning) == 0x000008, "Wrong alignment on SkinFX_ActorIsSkinFXRunning"); \ static_assert(sizeof(SkinFX_ActorIsSkinFXRunning) == 0x000018, "Wrong size on SkinFX_ActorIsSkinFXRunning"); \ static_assert(offsetof(SkinFX_ActorIsSkinFXRunning, Actor) == 0x000000, "Member 'SkinFX_ActorIsSkinFXRunning::Actor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorIsSkinFXRunning, FXName) == 0x000008, "Member 'SkinFX_ActorIsSkinFXRunning::FXName' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorIsSkinFXRunning, IsRunning) == 0x000010, "Member 'SkinFX_ActorIsSkinFXRunning::IsRunning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorSetExternalColorParameter \ static_assert(alignof(SkinFX_ActorSetExternalColorParameter) == 0x000008, "Wrong alignment on SkinFX_ActorSetExternalColorParameter"); \ static_assert(sizeof(SkinFX_ActorSetExternalColorParameter) == 0x000028, "Wrong size on SkinFX_ActorSetExternalColorParameter"); \ static_assert(offsetof(SkinFX_ActorSetExternalColorParameter, Actor) == 0x000000, "Member 'SkinFX_ActorSetExternalColorParameter::Actor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetExternalColorParameter, FXName) == 0x000008, "Member 'SkinFX_ActorSetExternalColorParameter::FXName' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetExternalColorParameter, ParameterName) == 0x000010, "Member 'SkinFX_ActorSetExternalColorParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetExternalColorParameter, Value) == 0x000018, "Member 'SkinFX_ActorSetExternalColorParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorSetExternalParameters \ static_assert(alignof(SkinFX_ActorSetExternalParameters) == 0x000008, "Wrong alignment on SkinFX_ActorSetExternalParameters"); \ static_assert(sizeof(SkinFX_ActorSetExternalParameters) == 0x000060, "Wrong size on SkinFX_ActorSetExternalParameters"); \ static_assert(offsetof(SkinFX_ActorSetExternalParameters, Actor) == 0x000000, "Member 'SkinFX_ActorSetExternalParameters::Actor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetExternalParameters, FXName) == 0x000008, "Member 'SkinFX_ActorSetExternalParameters::FXName' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetExternalParameters, parameterValues) == 0x000010, "Member 'SkinFX_ActorSetExternalParameters::parameterValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorSetExternalScalarParameter \ static_assert(alignof(SkinFX_ActorSetExternalScalarParameter) == 0x000008, "Wrong alignment on SkinFX_ActorSetExternalScalarParameter"); \ static_assert(sizeof(SkinFX_ActorSetExternalScalarParameter) == 0x000020, "Wrong size on SkinFX_ActorSetExternalScalarParameter"); \ static_assert(offsetof(SkinFX_ActorSetExternalScalarParameter, Actor) == 0x000000, "Member 'SkinFX_ActorSetExternalScalarParameter::Actor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetExternalScalarParameter, FXName) == 0x000008, "Member 'SkinFX_ActorSetExternalScalarParameter::FXName' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetExternalScalarParameter, ParameterName) == 0x000010, "Member 'SkinFX_ActorSetExternalScalarParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetExternalScalarParameter, Value) == 0x000018, "Member 'SkinFX_ActorSetExternalScalarParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorSetExternalTextureParameter \ static_assert(alignof(SkinFX_ActorSetExternalTextureParameter) == 0x000008, "Wrong alignment on SkinFX_ActorSetExternalTextureParameter"); \ static_assert(sizeof(SkinFX_ActorSetExternalTextureParameter) == 0x000020, "Wrong size on SkinFX_ActorSetExternalTextureParameter"); \ static_assert(offsetof(SkinFX_ActorSetExternalTextureParameter, Owner) == 0x000000, "Member 'SkinFX_ActorSetExternalTextureParameter::Owner' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetExternalTextureParameter, FXName) == 0x000008, "Member 'SkinFX_ActorSetExternalTextureParameter::FXName' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetExternalTextureParameter, ParameterName) == 0x000010, "Member 'SkinFX_ActorSetExternalTextureParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetExternalTextureParameter, Value) == 0x000018, "Member 'SkinFX_ActorSetExternalTextureParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorSetExternalVectorParameter \ static_assert(alignof(SkinFX_ActorSetExternalVectorParameter) == 0x000008, "Wrong alignment on SkinFX_ActorSetExternalVectorParameter"); \ static_assert(sizeof(SkinFX_ActorSetExternalVectorParameter) == 0x000028, "Wrong size on SkinFX_ActorSetExternalVectorParameter"); \ static_assert(offsetof(SkinFX_ActorSetExternalVectorParameter, Actor) == 0x000000, "Member 'SkinFX_ActorSetExternalVectorParameter::Actor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetExternalVectorParameter, FXName) == 0x000008, "Member 'SkinFX_ActorSetExternalVectorParameter::FXName' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetExternalVectorParameter, ParameterName) == 0x000010, "Member 'SkinFX_ActorSetExternalVectorParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetExternalVectorParameter, Value) == 0x000018, "Member 'SkinFX_ActorSetExternalVectorParameter::Value' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetExternalVectorParameter, packAlpha) == 0x000024, "Member 'SkinFX_ActorSetExternalVectorParameter::packAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorSetSkinFXTimeFactor \ static_assert(alignof(SkinFX_ActorSetSkinFXTimeFactor) == 0x000008, "Wrong alignment on SkinFX_ActorSetSkinFXTimeFactor"); \ static_assert(sizeof(SkinFX_ActorSetSkinFXTimeFactor) == 0x000018, "Wrong size on SkinFX_ActorSetSkinFXTimeFactor"); \ static_assert(offsetof(SkinFX_ActorSetSkinFXTimeFactor, Actor) == 0x000000, "Member 'SkinFX_ActorSetSkinFXTimeFactor::Actor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetSkinFXTimeFactor, FXName) == 0x000008, "Member 'SkinFX_ActorSetSkinFXTimeFactor::FXName' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetSkinFXTimeFactor, TimeFactor) == 0x000010, "Member 'SkinFX_ActorSetSkinFXTimeFactor::TimeFactor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorSetSkinFXTimeFactor, Success) == 0x000014, "Member 'SkinFX_ActorSetSkinFXTimeFactor::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorStartSkinFX \ static_assert(alignof(SkinFX_ActorStartSkinFX) == 0x000008, "Wrong alignment on SkinFX_ActorStartSkinFX"); \ static_assert(sizeof(SkinFX_ActorStartSkinFX) == 0x000020, "Wrong size on SkinFX_ActorStartSkinFX"); \ static_assert(offsetof(SkinFX_ActorStartSkinFX, Actor) == 0x000000, "Member 'SkinFX_ActorStartSkinFX::Actor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorStartSkinFX, SkinFXComponent) == 0x000008, "Member 'SkinFX_ActorStartSkinFX::SkinFXComponent' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorStartSkinFX, StartFX) == 0x000010, "Member 'SkinFX_ActorStartSkinFX::StartFX' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorStartSkinFX, detachAndDestroyWhenDone) == 0x000018, "Member 'SkinFX_ActorStartSkinFX::detachAndDestroyWhenDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorStartSkinFXWithInitialParameters \ static_assert(alignof(SkinFX_ActorStartSkinFXWithInitialParameters) == 0x000008, "Wrong alignment on SkinFX_ActorStartSkinFXWithInitialParameters"); \ static_assert(sizeof(SkinFX_ActorStartSkinFXWithInitialParameters) == 0x000070, "Wrong size on SkinFX_ActorStartSkinFXWithInitialParameters"); \ static_assert(offsetof(SkinFX_ActorStartSkinFXWithInitialParameters, Actor) == 0x000000, "Member 'SkinFX_ActorStartSkinFXWithInitialParameters::Actor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorStartSkinFXWithInitialParameters, StartFX) == 0x000008, "Member 'SkinFX_ActorStartSkinFXWithInitialParameters::StartFX' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorStartSkinFXWithInitialParameters, parameterValues) == 0x000010, "Member 'SkinFX_ActorStartSkinFXWithInitialParameters::parameterValues' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorStartSkinFXWithInitialParameters, SkinFXComponent) == 0x000060, "Member 'SkinFX_ActorStartSkinFXWithInitialParameters::SkinFXComponent' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorStartSkinFXWithInitialParameters, detachAndDestroyWhenDone) == 0x000068, "Member 'SkinFX_ActorStartSkinFXWithInitialParameters::detachAndDestroyWhenDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorStartSkinFXWithRules \ static_assert(alignof(SkinFX_ActorStartSkinFXWithRules) == 0x000008, "Wrong alignment on SkinFX_ActorStartSkinFXWithRules"); \ static_assert(sizeof(SkinFX_ActorStartSkinFXWithRules) == 0x000100, "Wrong size on SkinFX_ActorStartSkinFXWithRules"); \ static_assert(offsetof(SkinFX_ActorStartSkinFXWithRules, Actor) == 0x000000, "Member 'SkinFX_ActorStartSkinFXWithRules::Actor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorStartSkinFXWithRules, SkinFXComponent) == 0x000008, "Member 'SkinFX_ActorStartSkinFXWithRules::SkinFXComponent' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorStartSkinFXWithRules, StartFX) == 0x000010, "Member 'SkinFX_ActorStartSkinFXWithRules::StartFX' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorStartSkinFXWithRules, swapRules) == 0x000018, "Member 'SkinFX_ActorStartSkinFXWithRules::swapRules' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorStartSkinFXWithRules, detachAndDestroyWhenDone) == 0x0000F8, "Member 'SkinFX_ActorStartSkinFXWithRules::detachAndDestroyWhenDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorStartSkinFXWithRulesAndInitialParameters \ static_assert(alignof(SkinFX_ActorStartSkinFXWithRulesAndInitialParameters) == 0x000008, "Wrong alignment on SkinFX_ActorStartSkinFXWithRulesAndInitialParameters"); \ static_assert(sizeof(SkinFX_ActorStartSkinFXWithRulesAndInitialParameters) == 0x000150, "Wrong size on SkinFX_ActorStartSkinFXWithRulesAndInitialParameters"); \ static_assert(offsetof(SkinFX_ActorStartSkinFXWithRulesAndInitialParameters, Actor) == 0x000000, "Member 'SkinFX_ActorStartSkinFXWithRulesAndInitialParameters::Actor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorStartSkinFXWithRulesAndInitialParameters, SkinFXComponent) == 0x000008, "Member 'SkinFX_ActorStartSkinFXWithRulesAndInitialParameters::SkinFXComponent' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorStartSkinFXWithRulesAndInitialParameters, StartFX) == 0x000010, "Member 'SkinFX_ActorStartSkinFXWithRulesAndInitialParameters::StartFX' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorStartSkinFXWithRulesAndInitialParameters, swapRules) == 0x000018, "Member 'SkinFX_ActorStartSkinFXWithRulesAndInitialParameters::swapRules' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorStartSkinFXWithRulesAndInitialParameters, parameterValues) == 0x0000F8, "Member 'SkinFX_ActorStartSkinFXWithRulesAndInitialParameters::parameterValues' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorStartSkinFXWithRulesAndInitialParameters, detachAndDestroyWhenDone) == 0x000148, "Member 'SkinFX_ActorStartSkinFXWithRulesAndInitialParameters::detachAndDestroyWhenDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_ActorUpdateSkinFXRules \ static_assert(alignof(SkinFX_ActorUpdateSkinFXRules) == 0x000008, "Wrong alignment on SkinFX_ActorUpdateSkinFXRules"); \ static_assert(sizeof(SkinFX_ActorUpdateSkinFXRules) == 0x0000F8, "Wrong size on SkinFX_ActorUpdateSkinFXRules"); \ static_assert(offsetof(SkinFX_ActorUpdateSkinFXRules, Actor) == 0x000000, "Member 'SkinFX_ActorUpdateSkinFXRules::Actor' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorUpdateSkinFXRules, FX) == 0x000008, "Member 'SkinFX_ActorUpdateSkinFXRules::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorUpdateSkinFXRules, newRules) == 0x000010, "Member 'SkinFX_ActorUpdateSkinFXRules::newRules' has a wrong offset!"); \ static_assert(offsetof(SkinFX_ActorUpdateSkinFXRules, Result) == 0x0000F0, "Member 'SkinFX_ActorUpdateSkinFXRules::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_EffectName \ static_assert(alignof(SkinFX_EffectName) == 0x000008, "Wrong alignment on SkinFX_EffectName"); \ static_assert(sizeof(SkinFX_EffectName) == 0x000010, "Wrong size on SkinFX_EffectName"); \ static_assert(offsetof(SkinFX_EffectName, FX) == 0x000000, "Member 'SkinFX_EffectName::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFX_EffectName, Name_0) == 0x000008, "Member 'SkinFX_EffectName::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_SkinFXEffectMaterialPermuterKey \ static_assert(alignof(SkinFX_SkinFXEffectMaterialPermuterKey) == 0x000008, "Wrong alignment on SkinFX_SkinFXEffectMaterialPermuterKey"); \ static_assert(sizeof(SkinFX_SkinFXEffectMaterialPermuterKey) == 0x000018, "Wrong size on SkinFX_SkinFXEffectMaterialPermuterKey"); \ static_assert(offsetof(SkinFX_SkinFXEffectMaterialPermuterKey, Effect) == 0x000000, "Member 'SkinFX_SkinFXEffectMaterialPermuterKey::Effect' has a wrong offset!"); \ static_assert(offsetof(SkinFX_SkinFXEffectMaterialPermuterKey, ReturnValue) == 0x000008, "Member 'SkinFX_SkinFXEffectMaterialPermuterKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_SkinFXMaterialPermuterKey \ static_assert(alignof(SkinFX_SkinFXMaterialPermuterKey) == 0x000008, "Wrong alignment on SkinFX_SkinFXMaterialPermuterKey"); \ static_assert(sizeof(SkinFX_SkinFXMaterialPermuterKey) == 0x000018, "Wrong size on SkinFX_SkinFXMaterialPermuterKey"); \ static_assert(offsetof(SkinFX_SkinFXMaterialPermuterKey, FX) == 0x000000, "Member 'SkinFX_SkinFXMaterialPermuterKey::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFX_SkinFXMaterialPermuterKey, ReturnValue) == 0x000008, "Member 'SkinFX_SkinFXMaterialPermuterKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_SkinFXName \ static_assert(alignof(SkinFX_SkinFXName) == 0x000008, "Wrong alignment on SkinFX_SkinFXName"); \ static_assert(sizeof(SkinFX_SkinFXName) == 0x000010, "Wrong size on SkinFX_SkinFXName"); \ static_assert(offsetof(SkinFX_SkinFXName, FX) == 0x000000, "Member 'SkinFX_SkinFXName::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFX_SkinFXName, Name_0) == 0x000008, "Member 'SkinFX_SkinFXName::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFX_SkinFXNameMaterialPermuterKey \ static_assert(alignof(SkinFX_SkinFXNameMaterialPermuterKey) == 0x000004, "Wrong alignment on SkinFX_SkinFXNameMaterialPermuterKey"); \ static_assert(sizeof(SkinFX_SkinFXNameMaterialPermuterKey) == 0x000018, "Wrong size on SkinFX_SkinFXNameMaterialPermuterKey"); \ static_assert(offsetof(SkinFX_SkinFXNameMaterialPermuterKey, FX) == 0x000000, "Member 'SkinFX_SkinFXNameMaterialPermuterKey::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFX_SkinFXNameMaterialPermuterKey, ReturnValue) == 0x000008, "Member 'SkinFX_SkinFXNameMaterialPermuterKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFX \ static_assert(alignof(USkinFX) == 0x000008, "Wrong alignment on USkinFX"); \ static_assert(sizeof(USkinFX) == 0x000028, "Wrong size on USkinFX"); \ #define DUMPER7_ASSERTS_USkinFXAutoTriggerDriver \ static_assert(alignof(USkinFXAutoTriggerDriver) == 0x000008, "Wrong alignment on USkinFXAutoTriggerDriver"); \ static_assert(sizeof(USkinFXAutoTriggerDriver) == 0x000030, "Wrong size on USkinFXAutoTriggerDriver"); \ static_assert(offsetof(USkinFXAutoTriggerDriver, bDisabled) == 0x000028, "Member 'USkinFXAutoTriggerDriver::bDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXAutoTriggerComponent_Refresh \ static_assert(alignof(SkinFXAutoTriggerComponent_Refresh) == 0x000008, "Wrong alignment on SkinFXAutoTriggerComponent_Refresh"); \ static_assert(sizeof(SkinFXAutoTriggerComponent_Refresh) == 0x000008, "Wrong size on SkinFXAutoTriggerComponent_Refresh"); \ static_assert(offsetof(SkinFXAutoTriggerComponent_Refresh, Actor) == 0x000000, "Member 'SkinFXAutoTriggerComponent_Refresh::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXAutoTriggerComponent_RefreshAll \ static_assert(alignof(SkinFXAutoTriggerComponent_RefreshAll) == 0x000008, "Wrong alignment on SkinFXAutoTriggerComponent_RefreshAll"); \ static_assert(sizeof(SkinFXAutoTriggerComponent_RefreshAll) == 0x000008, "Wrong size on SkinFXAutoTriggerComponent_RefreshAll"); \ static_assert(offsetof(SkinFXAutoTriggerComponent_RefreshAll, WorldContextObject) == 0x000000, "Member 'SkinFXAutoTriggerComponent_RefreshAll::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXAutoTriggerComponent_AddDriver \ static_assert(alignof(SkinFXAutoTriggerComponent_AddDriver) == 0x000008, "Wrong alignment on SkinFXAutoTriggerComponent_AddDriver"); \ static_assert(sizeof(SkinFXAutoTriggerComponent_AddDriver) == 0x000008, "Wrong size on SkinFXAutoTriggerComponent_AddDriver"); \ static_assert(offsetof(SkinFXAutoTriggerComponent_AddDriver, Driver) == 0x000000, "Member 'SkinFXAutoTriggerComponent_AddDriver::Driver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXAutoTriggerComponent_RemoveDriver \ static_assert(alignof(SkinFXAutoTriggerComponent_RemoveDriver) == 0x000008, "Wrong alignment on SkinFXAutoTriggerComponent_RemoveDriver"); \ static_assert(sizeof(SkinFXAutoTriggerComponent_RemoveDriver) == 0x000008, "Wrong size on SkinFXAutoTriggerComponent_RemoveDriver"); \ static_assert(offsetof(SkinFXAutoTriggerComponent_RemoveDriver, Driver) == 0x000000, "Member 'SkinFXAutoTriggerComponent_RemoveDriver::Driver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXAutoTriggerComponent_RemoveDriverByName \ static_assert(alignof(SkinFXAutoTriggerComponent_RemoveDriverByName) == 0x000004, "Wrong alignment on SkinFXAutoTriggerComponent_RemoveDriverByName"); \ static_assert(sizeof(SkinFXAutoTriggerComponent_RemoveDriverByName) == 0x000008, "Wrong size on SkinFXAutoTriggerComponent_RemoveDriverByName"); \ static_assert(offsetof(SkinFXAutoTriggerComponent_RemoveDriverByName, TriggerName) == 0x000000, "Member 'SkinFXAutoTriggerComponent_RemoveDriverByName::TriggerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXAutoTriggerComponent_SetEnabled \ static_assert(alignof(SkinFXAutoTriggerComponent_SetEnabled) == 0x000001, "Wrong alignment on SkinFXAutoTriggerComponent_SetEnabled"); \ static_assert(sizeof(SkinFXAutoTriggerComponent_SetEnabled) == 0x000001, "Wrong size on SkinFXAutoTriggerComponent_SetEnabled"); \ static_assert(offsetof(SkinFXAutoTriggerComponent_SetEnabled, Enabled) == 0x000000, "Member 'SkinFXAutoTriggerComponent_SetEnabled::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXAutoTriggerComponent_HasDriver \ static_assert(alignof(SkinFXAutoTriggerComponent_HasDriver) == 0x000008, "Wrong alignment on SkinFXAutoTriggerComponent_HasDriver"); \ static_assert(sizeof(SkinFXAutoTriggerComponent_HasDriver) == 0x000010, "Wrong size on SkinFXAutoTriggerComponent_HasDriver"); \ static_assert(offsetof(SkinFXAutoTriggerComponent_HasDriver, Driver) == 0x000000, "Member 'SkinFXAutoTriggerComponent_HasDriver::Driver' has a wrong offset!"); \ static_assert(offsetof(SkinFXAutoTriggerComponent_HasDriver, ReturnValue) == 0x000008, "Member 'SkinFXAutoTriggerComponent_HasDriver::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXAutoTriggerComponent_HasDriverByName \ static_assert(alignof(SkinFXAutoTriggerComponent_HasDriverByName) == 0x000004, "Wrong alignment on SkinFXAutoTriggerComponent_HasDriverByName"); \ static_assert(sizeof(SkinFXAutoTriggerComponent_HasDriverByName) == 0x00000C, "Wrong size on SkinFXAutoTriggerComponent_HasDriverByName"); \ static_assert(offsetof(SkinFXAutoTriggerComponent_HasDriverByName, TriggerName) == 0x000000, "Member 'SkinFXAutoTriggerComponent_HasDriverByName::TriggerName' has a wrong offset!"); \ static_assert(offsetof(SkinFXAutoTriggerComponent_HasDriverByName, ReturnValue) == 0x000008, "Member 'SkinFXAutoTriggerComponent_HasDriverByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXAutoTriggerComponent_IsEnabled \ static_assert(alignof(SkinFXAutoTriggerComponent_IsEnabled) == 0x000001, "Wrong alignment on SkinFXAutoTriggerComponent_IsEnabled"); \ static_assert(sizeof(SkinFXAutoTriggerComponent_IsEnabled) == 0x000001, "Wrong size on SkinFXAutoTriggerComponent_IsEnabled"); \ static_assert(offsetof(SkinFXAutoTriggerComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'SkinFXAutoTriggerComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXAutoTriggerComponent \ static_assert(alignof(USkinFXAutoTriggerComponent) == 0x000008, "Wrong alignment on USkinFXAutoTriggerComponent"); \ static_assert(sizeof(USkinFXAutoTriggerComponent) == 0x000158, "Wrong size on USkinFXAutoTriggerComponent"); \ static_assert(offsetof(USkinFXAutoTriggerComponent, Drivers) == 0x0000D0, "Member 'USkinFXAutoTriggerComponent::Drivers' has a wrong offset!"); \ static_assert(offsetof(USkinFXAutoTriggerComponent, DynamicEventDelegate) == 0x0000E0, "Member 'USkinFXAutoTriggerComponent::DynamicEventDelegate' has a wrong offset!"); \ static_assert(offsetof(USkinFXAutoTriggerComponent, Tracker) == 0x0000F0, "Member 'USkinFXAutoTriggerComponent::Tracker' has a wrong offset!"); \ static_assert(offsetof(USkinFXAutoTriggerComponent, bDisabled) == 0x000150, "Member 'USkinFXAutoTriggerComponent::bDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ISkinFXBlueprintInterface \ static_assert(alignof(ISkinFXBlueprintInterface) == 0x000001, "Wrong alignment on ISkinFXBlueprintInterface"); \ static_assert(sizeof(ISkinFXBlueprintInterface) == 0x000001, "Wrong size on ISkinFXBlueprintInterface"); \ #define DUMPER7_ASSERTS_ASkinFXDefinition \ static_assert(alignof(ASkinFXDefinition) == 0x000008, "Wrong alignment on ASkinFXDefinition"); \ static_assert(sizeof(ASkinFXDefinition) == 0x0005C0, "Wrong size on ASkinFXDefinition"); \ static_assert(offsetof(ASkinFXDefinition, Priority) == 0x000248, "Member 'ASkinFXDefinition::Priority' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, MaterialSuffixOverride) == 0x00024C, "Member 'ASkinFXDefinition::MaterialSuffixOverride' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, MaterialSubTypeOverride) == 0x000254, "Member 'ASkinFXDefinition::MaterialSubTypeOverride' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, SwapType) == 0x00025C, "Member 'ASkinFXDefinition::SwapType' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, OverrideMaterial) == 0x000260, "Member 'ASkinFXDefinition::OverrideMaterial' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, DefaultSwapRules) == 0x000288, "Member 'ASkinFXDefinition::DefaultSwapRules' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, DefaultMeshStates) == 0x000368, "Member 'ASkinFXDefinition::DefaultMeshStates' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, ASREnvelope) == 0x000378, "Member 'ASkinFXDefinition::ASREnvelope' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, EventTriggers) == 0x0003A8, "Member 'ASkinFXDefinition::EventTriggers' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, Scalars) == 0x0003B8, "Member 'ASkinFXDefinition::Scalars' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, ScalarCurves) == 0x0003C8, "Member 'ASkinFXDefinition::ScalarCurves' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, Colors) == 0x0003D8, "Member 'ASkinFXDefinition::Colors' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, ColorCurves) == 0x0003E8, "Member 'ASkinFXDefinition::ColorCurves' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, Sockets) == 0x0003F8, "Member 'ASkinFXDefinition::Sockets' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, LerpSockets) == 0x000408, "Member 'ASkinFXDefinition::LerpSockets' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, Textures) == 0x000418, "Member 'ASkinFXDefinition::Textures' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, Drivers) == 0x000428, "Member 'ASkinFXDefinition::Drivers' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, FunctionMods) == 0x000438, "Member 'ASkinFXDefinition::FunctionMods' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, NoiseFunctionMods) == 0x000448, "Member 'ASkinFXDefinition::NoiseFunctionMods' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, NiagaraParameters) == 0x000458, "Member 'ASkinFXDefinition::NiagaraParameters' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, StandardParamsStartOnly) == 0x0004D0, "Member 'ASkinFXDefinition::StandardParamsStartOnly' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, StandardParamsEveryFrame) == 0x000530, "Member 'ASkinFXDefinition::StandardParamsEveryFrame' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, ExtraPreloads) == 0x0005A8, "Member 'ASkinFXDefinition::ExtraPreloads' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, bAllowInBackground) == 0x0005B8, "Member 'ASkinFXDefinition::bAllowInBackground' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, TimeSource) == 0x0005B9, "Member 'ASkinFXDefinition::TimeSource' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, bDestroyActorWhenDone) == 0x0005BA, "Member 'ASkinFXDefinition::bDestroyActorWhenDone' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, bFullRetriggerOnRestart) == 0x0005BB, "Member 'ASkinFXDefinition::bFullRetriggerOnRestart' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinition, bShowSwapErrors) == 0x0005BC, "Member 'ASkinFXDefinition::bShowSwapErrors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXApplyParameters \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXApplyParameters) == 0x000001, "Wrong alignment on SkinFXDefinitionGraph_SkinFXApplyParameters"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXApplyParameters) == 0x000001, "Wrong size on SkinFXDefinitionGraph_SkinFXApplyParameters"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXApplyParameters, ReturnValue) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXApplyParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXEventNotify \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXEventNotify) == 0x000008, "Wrong alignment on SkinFXDefinitionGraph_SkinFXEventNotify"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXEventNotify) == 0x000010, "Wrong size on SkinFXDefinitionGraph_SkinFXEventNotify"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXEventNotify, RunningSkinFXComponent) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXEventNotify::RunningSkinFXComponent' has a wrong offset!"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXEventNotify, Event) == 0x000008, "Member 'SkinFXDefinitionGraph_SkinFXEventNotify::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXGetAffectedActor \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXGetAffectedActor) == 0x000008, "Wrong alignment on SkinFXDefinitionGraph_SkinFXGetAffectedActor"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXGetAffectedActor) == 0x000008, "Wrong size on SkinFXDefinitionGraph_SkinFXGetAffectedActor"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXGetAffectedActor, AffectedActor) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXGetAffectedActor::AffectedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXNotifyEnd \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXNotifyEnd) == 0x000004, "Wrong alignment on SkinFXDefinitionGraph_SkinFXNotifyEnd"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXNotifyEnd) == 0x000008, "Wrong size on SkinFXDefinitionGraph_SkinFXNotifyEnd"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXNotifyEnd, EndStyle) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXNotifyEnd::EndStyle' has a wrong offset!"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXNotifyEnd, CurrentTime) == 0x000004, "Member 'SkinFXDefinitionGraph_SkinFXNotifyEnd::CurrentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXNotifyRetrigger \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXNotifyRetrigger) == 0x000004, "Wrong alignment on SkinFXDefinitionGraph_SkinFXNotifyRetrigger"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXNotifyRetrigger) == 0x000004, "Wrong size on SkinFXDefinitionGraph_SkinFXNotifyRetrigger"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXNotifyRetrigger, CurrentTime) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXNotifyRetrigger::CurrentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXSetColorParameter \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXSetColorParameter) == 0x000004, "Wrong alignment on SkinFXDefinitionGraph_SkinFXSetColorParameter"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXSetColorParameter) == 0x000018, "Wrong size on SkinFXDefinitionGraph_SkinFXSetColorParameter"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXSetColorParameter, ParameterName) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXSetColorParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXSetColorParameter, Value) == 0x000008, "Member 'SkinFXDefinitionGraph_SkinFXSetColorParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXSetParameters \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXSetParameters) == 0x000008, "Wrong alignment on SkinFXDefinitionGraph_SkinFXSetParameters"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXSetParameters) == 0x000050, "Wrong size on SkinFXDefinitionGraph_SkinFXSetParameters"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXSetParameters, parameterValues) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXSetParameters::parameterValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXSetScalarParameter \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXSetScalarParameter) == 0x000004, "Wrong alignment on SkinFXDefinitionGraph_SkinFXSetScalarParameter"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXSetScalarParameter) == 0x00000C, "Wrong size on SkinFXDefinitionGraph_SkinFXSetScalarParameter"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXSetScalarParameter, ParameterName) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXSetScalarParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXSetScalarParameter, Value) == 0x000008, "Member 'SkinFXDefinitionGraph_SkinFXSetScalarParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXSetTextureParameter \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXSetTextureParameter) == 0x000008, "Wrong alignment on SkinFXDefinitionGraph_SkinFXSetTextureParameter"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXSetTextureParameter) == 0x000010, "Wrong size on SkinFXDefinitionGraph_SkinFXSetTextureParameter"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXSetTextureParameter, ParameterName) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXSetTextureParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXSetTextureParameter, Value) == 0x000008, "Member 'SkinFXDefinitionGraph_SkinFXSetTextureParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXSetVectorParameter \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXSetVectorParameter) == 0x000004, "Wrong alignment on SkinFXDefinitionGraph_SkinFXSetVectorParameter"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXSetVectorParameter) == 0x000018, "Wrong size on SkinFXDefinitionGraph_SkinFXSetVectorParameter"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXSetVectorParameter, ParameterName) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXSetVectorParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXSetVectorParameter, Value) == 0x000008, "Member 'SkinFXDefinitionGraph_SkinFXSetVectorParameter::Value' has a wrong offset!"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXSetVectorParameter, packAlpha) == 0x000014, "Member 'SkinFXDefinitionGraph_SkinFXSetVectorParameter::packAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXUpdateTick \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXUpdateTick) == 0x000004, "Wrong alignment on SkinFXDefinitionGraph_SkinFXUpdateTick"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXUpdateTick) == 0x000004, "Wrong size on SkinFXDefinitionGraph_SkinFXUpdateTick"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXUpdateTick, DeltaTime) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXUpdateTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_WantPerTickUpdateEvent \ static_assert(alignof(SkinFXDefinitionGraph_WantPerTickUpdateEvent) == 0x000001, "Wrong alignment on SkinFXDefinitionGraph_WantPerTickUpdateEvent"); \ static_assert(sizeof(SkinFXDefinitionGraph_WantPerTickUpdateEvent) == 0x000001, "Wrong size on SkinFXDefinitionGraph_WantPerTickUpdateEvent"); \ static_assert(offsetof(SkinFXDefinitionGraph_WantPerTickUpdateEvent, tickMe) == 0x000000, "Member 'SkinFXDefinitionGraph_WantPerTickUpdateEvent::tickMe' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXGetCurrentColorParameter \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXGetCurrentColorParameter) == 0x000004, "Wrong alignment on SkinFXDefinitionGraph_SkinFXGetCurrentColorParameter"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXGetCurrentColorParameter) == 0x00001C, "Wrong size on SkinFXDefinitionGraph_SkinFXGetCurrentColorParameter"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXGetCurrentColorParameter, ParameterName) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXGetCurrentColorParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXGetCurrentColorParameter, ParameterValue) == 0x000008, "Member 'SkinFXDefinitionGraph_SkinFXGetCurrentColorParameter::ParameterValue' has a wrong offset!"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXGetCurrentColorParameter, bParameterFound) == 0x000018, "Member 'SkinFXDefinitionGraph_SkinFXGetCurrentColorParameter::bParameterFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXGetCurrentParameters \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXGetCurrentParameters) == 0x000008, "Wrong alignment on SkinFXDefinitionGraph_SkinFXGetCurrentParameters"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXGetCurrentParameters) == 0x000050, "Wrong size on SkinFXDefinitionGraph_SkinFXGetCurrentParameters"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXGetCurrentParameters, CurrentParameters) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXGetCurrentParameters::CurrentParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXGetCurrentScalarParameter \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXGetCurrentScalarParameter) == 0x000004, "Wrong alignment on SkinFXDefinitionGraph_SkinFXGetCurrentScalarParameter"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXGetCurrentScalarParameter) == 0x000010, "Wrong size on SkinFXDefinitionGraph_SkinFXGetCurrentScalarParameter"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXGetCurrentScalarParameter, ParameterName) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXGetCurrentScalarParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXGetCurrentScalarParameter, ParameterValue) == 0x000008, "Member 'SkinFXDefinitionGraph_SkinFXGetCurrentScalarParameter::ParameterValue' has a wrong offset!"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXGetCurrentScalarParameter, bParameterFound) == 0x00000C, "Member 'SkinFXDefinitionGraph_SkinFXGetCurrentScalarParameter::bParameterFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXGetEnvelopeValueCurve \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXGetEnvelopeValueCurve) == 0x000004, "Wrong alignment on SkinFXDefinitionGraph_SkinFXGetEnvelopeValueCurve"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXGetEnvelopeValueCurve) == 0x000004, "Wrong size on SkinFXDefinitionGraph_SkinFXGetEnvelopeValueCurve"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXGetEnvelopeValueCurve, ReturnValue) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXGetEnvelopeValueCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXGetEnvelopeValueLinear \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXGetEnvelopeValueLinear) == 0x000004, "Wrong alignment on SkinFXDefinitionGraph_SkinFXGetEnvelopeValueLinear"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXGetEnvelopeValueLinear) == 0x000004, "Wrong size on SkinFXDefinitionGraph_SkinFXGetEnvelopeValueLinear"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXGetEnvelopeValueLinear, ReturnValue) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXGetEnvelopeValueLinear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXGetMyEffectName \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXGetMyEffectName) == 0x000004, "Wrong alignment on SkinFXDefinitionGraph_SkinFXGetMyEffectName"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXGetMyEffectName) == 0x000008, "Wrong size on SkinFXDefinitionGraph_SkinFXGetMyEffectName"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXGetMyEffectName, MyEffectName) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXGetMyEffectName::MyEffectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXDefinitionGraph_SkinFXGetSkinFXComponent \ static_assert(alignof(SkinFXDefinitionGraph_SkinFXGetSkinFXComponent) == 0x000008, "Wrong alignment on SkinFXDefinitionGraph_SkinFXGetSkinFXComponent"); \ static_assert(sizeof(SkinFXDefinitionGraph_SkinFXGetSkinFXComponent) == 0x000008, "Wrong size on SkinFXDefinitionGraph_SkinFXGetSkinFXComponent"); \ static_assert(offsetof(SkinFXDefinitionGraph_SkinFXGetSkinFXComponent, RunningSkinFXComponent) == 0x000000, "Member 'SkinFXDefinitionGraph_SkinFXGetSkinFXComponent::RunningSkinFXComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASkinFXDefinitionGraph \ static_assert(alignof(ASkinFXDefinitionGraph) == 0x000008, "Wrong alignment on ASkinFXDefinitionGraph"); \ static_assert(sizeof(ASkinFXDefinitionGraph) == 0x0005C8, "Wrong size on ASkinFXDefinitionGraph"); \ static_assert(offsetof(ASkinFXDefinitionGraph, bWantPerTickUpdateEvent) == 0x0005C0, "Member 'ASkinFXDefinitionGraph::bWantPerTickUpdateEvent' has a wrong offset!"); \ static_assert(offsetof(ASkinFXDefinitionGraph, bSignalFinished) == 0x0005C1, "Member 'ASkinFXDefinitionGraph::bSignalFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXClearExternalParameters \ static_assert(alignof(SkinFXComponent_SkinFXClearExternalParameters) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXClearExternalParameters"); \ static_assert(sizeof(SkinFXComponent_SkinFXClearExternalParameters) == 0x000008, "Wrong size on SkinFXComponent_SkinFXClearExternalParameters"); \ static_assert(offsetof(SkinFXComponent_SkinFXClearExternalParameters, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXClearExternalParameters::FX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXEnd \ static_assert(alignof(SkinFXComponent_SkinFXEnd) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXEnd"); \ static_assert(sizeof(SkinFXComponent_SkinFXEnd) == 0x000010, "Wrong size on SkinFXComponent_SkinFXEnd"); \ static_assert(offsetof(SkinFXComponent_SkinFXEnd, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXEnd::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXEnd, EndStyle) == 0x000008, "Member 'SkinFXComponent_SkinFXEnd::EndStyle' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXEnd, ReturnValue) == 0x000009, "Member 'SkinFXComponent_SkinFXEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXEndAll \ static_assert(alignof(SkinFXComponent_SkinFXEndAll) == 0x000001, "Wrong alignment on SkinFXComponent_SkinFXEndAll"); \ static_assert(sizeof(SkinFXComponent_SkinFXEndAll) == 0x000002, "Wrong size on SkinFXComponent_SkinFXEndAll"); \ static_assert(offsetof(SkinFXComponent_SkinFXEndAll, EndStyle) == 0x000000, "Member 'SkinFXComponent_SkinFXEndAll::EndStyle' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXEndAll, ReturnValue) == 0x000001, "Member 'SkinFXComponent_SkinFXEndAll::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXGetTimeFactor \ static_assert(alignof(SkinFXComponent_SkinFXGetTimeFactor) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXGetTimeFactor"); \ static_assert(sizeof(SkinFXComponent_SkinFXGetTimeFactor) == 0x000010, "Wrong size on SkinFXComponent_SkinFXGetTimeFactor"); \ static_assert(offsetof(SkinFXComponent_SkinFXGetTimeFactor, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXGetTimeFactor::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXGetTimeFactor, TimeFactor) == 0x000008, "Member 'SkinFXComponent_SkinFXGetTimeFactor::TimeFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXSetExternalColorParameter \ static_assert(alignof(SkinFXComponent_SkinFXSetExternalColorParameter) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXSetExternalColorParameter"); \ static_assert(sizeof(SkinFXComponent_SkinFXSetExternalColorParameter) == 0x000020, "Wrong size on SkinFXComponent_SkinFXSetExternalColorParameter"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetExternalColorParameter, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXSetExternalColorParameter::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetExternalColorParameter, ParameterName) == 0x000008, "Member 'SkinFXComponent_SkinFXSetExternalColorParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetExternalColorParameter, Value) == 0x000010, "Member 'SkinFXComponent_SkinFXSetExternalColorParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXSetExternalParameters \ static_assert(alignof(SkinFXComponent_SkinFXSetExternalParameters) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXSetExternalParameters"); \ static_assert(sizeof(SkinFXComponent_SkinFXSetExternalParameters) == 0x000058, "Wrong size on SkinFXComponent_SkinFXSetExternalParameters"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetExternalParameters, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXSetExternalParameters::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetExternalParameters, parameterValues) == 0x000008, "Member 'SkinFXComponent_SkinFXSetExternalParameters::parameterValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXSetExternalScalarParameter \ static_assert(alignof(SkinFXComponent_SkinFXSetExternalScalarParameter) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXSetExternalScalarParameter"); \ static_assert(sizeof(SkinFXComponent_SkinFXSetExternalScalarParameter) == 0x000018, "Wrong size on SkinFXComponent_SkinFXSetExternalScalarParameter"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetExternalScalarParameter, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXSetExternalScalarParameter::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetExternalScalarParameter, ParameterName) == 0x000008, "Member 'SkinFXComponent_SkinFXSetExternalScalarParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetExternalScalarParameter, Value) == 0x000010, "Member 'SkinFXComponent_SkinFXSetExternalScalarParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXSetExternalTextureParameter \ static_assert(alignof(SkinFXComponent_SkinFXSetExternalTextureParameter) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXSetExternalTextureParameter"); \ static_assert(sizeof(SkinFXComponent_SkinFXSetExternalTextureParameter) == 0x000018, "Wrong size on SkinFXComponent_SkinFXSetExternalTextureParameter"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetExternalTextureParameter, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXSetExternalTextureParameter::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetExternalTextureParameter, ParameterName) == 0x000008, "Member 'SkinFXComponent_SkinFXSetExternalTextureParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetExternalTextureParameter, Value) == 0x000010, "Member 'SkinFXComponent_SkinFXSetExternalTextureParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXSetExternalVectorParameter \ static_assert(alignof(SkinFXComponent_SkinFXSetExternalVectorParameter) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXSetExternalVectorParameter"); \ static_assert(sizeof(SkinFXComponent_SkinFXSetExternalVectorParameter) == 0x000020, "Wrong size on SkinFXComponent_SkinFXSetExternalVectorParameter"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetExternalVectorParameter, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXSetExternalVectorParameter::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetExternalVectorParameter, ParameterName) == 0x000008, "Member 'SkinFXComponent_SkinFXSetExternalVectorParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetExternalVectorParameter, Value) == 0x000010, "Member 'SkinFXComponent_SkinFXSetExternalVectorParameter::Value' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetExternalVectorParameter, packAlpha) == 0x00001C, "Member 'SkinFXComponent_SkinFXSetExternalVectorParameter::packAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXSetTimeFactor \ static_assert(alignof(SkinFXComponent_SkinFXSetTimeFactor) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXSetTimeFactor"); \ static_assert(sizeof(SkinFXComponent_SkinFXSetTimeFactor) == 0x000010, "Wrong size on SkinFXComponent_SkinFXSetTimeFactor"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetTimeFactor, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXSetTimeFactor::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetTimeFactor, TimeFactor) == 0x000008, "Member 'SkinFXComponent_SkinFXSetTimeFactor::TimeFactor' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXSetTimeFactor, Success) == 0x00000C, "Member 'SkinFXComponent_SkinFXSetTimeFactor::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXStart \ static_assert(alignof(SkinFXComponent_SkinFXStart) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXStart"); \ static_assert(sizeof(SkinFXComponent_SkinFXStart) == 0x000010, "Wrong size on SkinFXComponent_SkinFXStart"); \ static_assert(offsetof(SkinFXComponent_SkinFXStart, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXStart::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXStart, ReturnValue) == 0x000008, "Member 'SkinFXComponent_SkinFXStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXStartWithEnvelope \ static_assert(alignof(SkinFXComponent_SkinFXStartWithEnvelope) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXStartWithEnvelope"); \ static_assert(sizeof(SkinFXComponent_SkinFXStartWithEnvelope) == 0x000038, "Wrong size on SkinFXComponent_SkinFXStartWithEnvelope"); \ static_assert(offsetof(SkinFXComponent_SkinFXStartWithEnvelope, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXStartWithEnvelope::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXStartWithEnvelope, UseEnvelope) == 0x000008, "Member 'SkinFXComponent_SkinFXStartWithEnvelope::UseEnvelope' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXStartWithEnvelope, ReturnValue) == 0x000034, "Member 'SkinFXComponent_SkinFXStartWithEnvelope::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXStartWithRules \ static_assert(alignof(SkinFXComponent_SkinFXStartWithRules) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXStartWithRules"); \ static_assert(sizeof(SkinFXComponent_SkinFXStartWithRules) == 0x0000F0, "Wrong size on SkinFXComponent_SkinFXStartWithRules"); \ static_assert(offsetof(SkinFXComponent_SkinFXStartWithRules, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXStartWithRules::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXStartWithRules, swapRules) == 0x000008, "Member 'SkinFXComponent_SkinFXStartWithRules::swapRules' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXStartWithRules, ReturnValue) == 0x0000E8, "Member 'SkinFXComponent_SkinFXStartWithRules::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXStartWithRulesAndEnvelope \ static_assert(alignof(SkinFXComponent_SkinFXStartWithRulesAndEnvelope) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXStartWithRulesAndEnvelope"); \ static_assert(sizeof(SkinFXComponent_SkinFXStartWithRulesAndEnvelope) == 0x000118, "Wrong size on SkinFXComponent_SkinFXStartWithRulesAndEnvelope"); \ static_assert(offsetof(SkinFXComponent_SkinFXStartWithRulesAndEnvelope, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXStartWithRulesAndEnvelope::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXStartWithRulesAndEnvelope, swapRules) == 0x000008, "Member 'SkinFXComponent_SkinFXStartWithRulesAndEnvelope::swapRules' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXStartWithRulesAndEnvelope, UseEnvelope) == 0x0000E8, "Member 'SkinFXComponent_SkinFXStartWithRulesAndEnvelope::UseEnvelope' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXStartWithRulesAndEnvelope, ReturnValue) == 0x000114, "Member 'SkinFXComponent_SkinFXStartWithRulesAndEnvelope::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXUpdateRules \ static_assert(alignof(SkinFXComponent_SkinFXUpdateRules) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXUpdateRules"); \ static_assert(sizeof(SkinFXComponent_SkinFXUpdateRules) == 0x0000F0, "Wrong size on SkinFXComponent_SkinFXUpdateRules"); \ static_assert(offsetof(SkinFXComponent_SkinFXUpdateRules, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXUpdateRules::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXUpdateRules, newRules) == 0x000008, "Member 'SkinFXComponent_SkinFXUpdateRules::newRules' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXUpdateRules, ReturnValue) == 0x0000E8, "Member 'SkinFXComponent_SkinFXUpdateRules::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXAnyRunning \ static_assert(alignof(SkinFXComponent_SkinFXAnyRunning) == 0x000001, "Wrong alignment on SkinFXComponent_SkinFXAnyRunning"); \ static_assert(sizeof(SkinFXComponent_SkinFXAnyRunning) == 0x000001, "Wrong size on SkinFXComponent_SkinFXAnyRunning"); \ static_assert(offsetof(SkinFXComponent_SkinFXAnyRunning, ReturnValue) == 0x000000, "Member 'SkinFXComponent_SkinFXAnyRunning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXGetCurrentColorParameter \ static_assert(alignof(SkinFXComponent_SkinFXGetCurrentColorParameter) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXGetCurrentColorParameter"); \ static_assert(sizeof(SkinFXComponent_SkinFXGetCurrentColorParameter) == 0x000028, "Wrong size on SkinFXComponent_SkinFXGetCurrentColorParameter"); \ static_assert(offsetof(SkinFXComponent_SkinFXGetCurrentColorParameter, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXGetCurrentColorParameter::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXGetCurrentColorParameter, ParameterName) == 0x000008, "Member 'SkinFXComponent_SkinFXGetCurrentColorParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXGetCurrentColorParameter, ParameterValue) == 0x000010, "Member 'SkinFXComponent_SkinFXGetCurrentColorParameter::ParameterValue' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXGetCurrentColorParameter, bParameterFound) == 0x000020, "Member 'SkinFXComponent_SkinFXGetCurrentColorParameter::bParameterFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXGetCurrentParameters \ static_assert(alignof(SkinFXComponent_SkinFXGetCurrentParameters) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXGetCurrentParameters"); \ static_assert(sizeof(SkinFXComponent_SkinFXGetCurrentParameters) == 0x000058, "Wrong size on SkinFXComponent_SkinFXGetCurrentParameters"); \ static_assert(offsetof(SkinFXComponent_SkinFXGetCurrentParameters, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXGetCurrentParameters::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXGetCurrentParameters, CurrentParameters) == 0x000008, "Member 'SkinFXComponent_SkinFXGetCurrentParameters::CurrentParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXGetCurrentScalarParameter \ static_assert(alignof(SkinFXComponent_SkinFXGetCurrentScalarParameter) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXGetCurrentScalarParameter"); \ static_assert(sizeof(SkinFXComponent_SkinFXGetCurrentScalarParameter) == 0x000018, "Wrong size on SkinFXComponent_SkinFXGetCurrentScalarParameter"); \ static_assert(offsetof(SkinFXComponent_SkinFXGetCurrentScalarParameter, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXGetCurrentScalarParameter::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXGetCurrentScalarParameter, ParameterName) == 0x000008, "Member 'SkinFXComponent_SkinFXGetCurrentScalarParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXGetCurrentScalarParameter, ParameterValue) == 0x000010, "Member 'SkinFXComponent_SkinFXGetCurrentScalarParameter::ParameterValue' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXGetCurrentScalarParameter, bParameterFound) == 0x000014, "Member 'SkinFXComponent_SkinFXGetCurrentScalarParameter::bParameterFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXGetEffectBlueprintGraph \ static_assert(alignof(SkinFXComponent_SkinFXGetEffectBlueprintGraph) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXGetEffectBlueprintGraph"); \ static_assert(sizeof(SkinFXComponent_SkinFXGetEffectBlueprintGraph) == 0x000010, "Wrong size on SkinFXComponent_SkinFXGetEffectBlueprintGraph"); \ static_assert(offsetof(SkinFXComponent_SkinFXGetEffectBlueprintGraph, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXGetEffectBlueprintGraph::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXGetEffectBlueprintGraph, EffectDefinitionGraph) == 0x000008, "Member 'SkinFXComponent_SkinFXGetEffectBlueprintGraph::EffectDefinitionGraph' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkinFXComponent_SkinFXIsRunning \ static_assert(alignof(SkinFXComponent_SkinFXIsRunning) == 0x000008, "Wrong alignment on SkinFXComponent_SkinFXIsRunning"); \ static_assert(sizeof(SkinFXComponent_SkinFXIsRunning) == 0x000010, "Wrong size on SkinFXComponent_SkinFXIsRunning"); \ static_assert(offsetof(SkinFXComponent_SkinFXIsRunning, FX) == 0x000000, "Member 'SkinFXComponent_SkinFXIsRunning::FX' has a wrong offset!"); \ static_assert(offsetof(SkinFXComponent_SkinFXIsRunning, ReturnValue) == 0x000008, "Member 'SkinFXComponent_SkinFXIsRunning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXComponent \ static_assert(alignof(USkinFXComponent) == 0x000008, "Wrong alignment on USkinFXComponent"); \ static_assert(sizeof(USkinFXComponent) == 0x000110, "Wrong size on USkinFXComponent"); \ static_assert(offsetof(USkinFXComponent, DynamicEventDelegate) == 0x0000D0, "Member 'USkinFXComponent::DynamicEventDelegate' has a wrong offset!"); \ static_assert(offsetof(USkinFXComponent, EffectStack) == 0x0000E0, "Member 'USkinFXComponent::EffectStack' has a wrong offset!"); \ static_assert(offsetof(USkinFXComponent, ExternalContexts) == 0x0000F0, "Member 'USkinFXComponent::ExternalContexts' has a wrong offset!"); \ static_assert(offsetof(USkinFXComponent, FXSignalKillOwner) == 0x000100, "Member 'USkinFXComponent::FXSignalKillOwner' has a wrong offset!"); \ static_assert(offsetof(USkinFXComponent, bOwnerKilled) == 0x000108, "Member 'USkinFXComponent::bOwnerKilled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXComponentAutoStart \ static_assert(alignof(USkinFXComponentAutoStart) == 0x000008, "Wrong alignment on USkinFXComponentAutoStart"); \ static_assert(sizeof(USkinFXComponentAutoStart) == 0x000130, "Wrong size on USkinFXComponentAutoStart"); \ static_assert(offsetof(USkinFXComponentAutoStart, AutoStartEffect) == 0x000110, "Member 'USkinFXComponentAutoStart::AutoStartEffect' has a wrong offset!"); \ static_assert(offsetof(USkinFXComponentAutoStart, InitialDelay) == 0x000118, "Member 'USkinFXComponentAutoStart::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(USkinFXComponentAutoStart, RepeatDelay) == 0x00011C, "Member 'USkinFXComponentAutoStart::RepeatDelay' has a wrong offset!"); \ static_assert(offsetof(USkinFXComponentAutoStart, bRepeat) == 0x000120, "Member 'USkinFXComponentAutoStart::bRepeat' has a wrong offset!"); \ static_assert(offsetof(USkinFXComponentAutoStart, Timer) == 0x000124, "Member 'USkinFXComponentAutoStart::Timer' has a wrong offset!"); \ static_assert(offsetof(USkinFXComponentAutoStart, State) == 0x000128, "Member 'USkinFXComponentAutoStart::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXEventTrigger \ static_assert(alignof(USkinFXEventTrigger) == 0x000008, "Wrong alignment on USkinFXEventTrigger"); \ static_assert(sizeof(USkinFXEventTrigger) == 0x000028, "Wrong size on USkinFXEventTrigger"); \ #define DUMPER7_ASSERTS_USkinFXEventTriggerFiltered \ static_assert(alignof(USkinFXEventTriggerFiltered) == 0x000008, "Wrong alignment on USkinFXEventTriggerFiltered"); \ static_assert(sizeof(USkinFXEventTriggerFiltered) == 0x000030, "Wrong size on USkinFXEventTriggerFiltered"); \ static_assert(offsetof(USkinFXEventTriggerFiltered, Events) == 0x000028, "Member 'USkinFXEventTriggerFiltered::Events' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXLibrary \ static_assert(alignof(USkinFXLibrary) == 0x000008, "Wrong alignment on USkinFXLibrary"); \ static_assert(sizeof(USkinFXLibrary) == 0x000050, "Wrong size on USkinFXLibrary"); \ static_assert(offsetof(USkinFXLibrary, TypeOverrides) == 0x000030, "Member 'USkinFXLibrary::TypeOverrides' has a wrong offset!"); \ static_assert(offsetof(USkinFXLibrary, EffectEntries) == 0x000040, "Member 'USkinFXLibrary::EffectEntries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXParameterDriver \ static_assert(alignof(USkinFXParameterDriver) == 0x000008, "Wrong alignment on USkinFXParameterDriver"); \ static_assert(sizeof(USkinFXParameterDriver) == 0x000028, "Wrong size on USkinFXParameterDriver"); \ #define DUMPER7_ASSERTS_USkinFXParameterDriverMod \ static_assert(alignof(USkinFXParameterDriverMod) == 0x000008, "Wrong alignment on USkinFXParameterDriverMod"); \ static_assert(sizeof(USkinFXParameterDriverMod) == 0x000030, "Wrong size on USkinFXParameterDriverMod"); \ static_assert(offsetof(USkinFXParameterDriverMod, Parameter) == 0x000028, "Member 'USkinFXParameterDriverMod::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXParameterDriverEndEffect \ static_assert(alignof(USkinFXParameterDriverEndEffect) == 0x000008, "Wrong alignment on USkinFXParameterDriverEndEffect"); \ static_assert(sizeof(USkinFXParameterDriverEndEffect) == 0x000028, "Wrong size on USkinFXParameterDriverEndEffect"); \ #define DUMPER7_ASSERTS_USkinFXParameterDriverModScalar \ static_assert(alignof(USkinFXParameterDriverModScalar) == 0x000008, "Wrong alignment on USkinFXParameterDriverModScalar"); \ static_assert(sizeof(USkinFXParameterDriverModScalar) == 0x000040, "Wrong size on USkinFXParameterDriverModScalar"); \ static_assert(offsetof(USkinFXParameterDriverModScalar, ModByParameter) == 0x000030, "Member 'USkinFXParameterDriverModScalar::ModByParameter' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterDriverModScalar, DefaultValue) == 0x000038, "Member 'USkinFXParameterDriverModScalar::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterDriverModScalar, bUseDefaultValue) == 0x00003C, "Member 'USkinFXParameterDriverModScalar::bUseDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXParameterLocatorListLerpIndexDriver \ static_assert(alignof(USkinFXParameterLocatorListLerpIndexDriver) == 0x000008, "Wrong alignment on USkinFXParameterLocatorListLerpIndexDriver"); \ static_assert(sizeof(USkinFXParameterLocatorListLerpIndexDriver) == 0x000028, "Wrong size on USkinFXParameterLocatorListLerpIndexDriver"); \ #define DUMPER7_ASSERTS_USkinFXParameterLocatorListLerpDriver \ static_assert(alignof(USkinFXParameterLocatorListLerpDriver) == 0x000008, "Wrong alignment on USkinFXParameterLocatorListLerpDriver"); \ static_assert(sizeof(USkinFXParameterLocatorListLerpDriver) == 0x000050, "Wrong size on USkinFXParameterLocatorListLerpDriver"); \ static_assert(offsetof(USkinFXParameterLocatorListLerpDriver, Parameter) == 0x000028, "Member 'USkinFXParameterLocatorListLerpDriver::Parameter' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterLocatorListLerpDriver, Locators) == 0x000030, "Member 'USkinFXParameterLocatorListLerpDriver::Locators' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterLocatorListLerpDriver, LerpIndexDriver) == 0x000040, "Member 'USkinFXParameterLocatorListLerpDriver::LerpIndexDriver' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterLocatorListLerpDriver, bLerpExtraColorsUsingHSV) == 0x000048, "Member 'USkinFXParameterLocatorListLerpDriver::bLerpExtraColorsUsingHSV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXParameterLocatorListLerpIndexDriverDefault \ static_assert(alignof(USkinFXParameterLocatorListLerpIndexDriverDefault) == 0x000008, "Wrong alignment on USkinFXParameterLocatorListLerpIndexDriverDefault"); \ static_assert(sizeof(USkinFXParameterLocatorListLerpIndexDriverDefault) == 0x000028, "Wrong size on USkinFXParameterLocatorListLerpIndexDriverDefault"); \ #define DUMPER7_ASSERTS_USkinFXParameterLocatorListLerpIndexDriverFixedTime \ static_assert(alignof(USkinFXParameterLocatorListLerpIndexDriverFixedTime) == 0x000008, "Wrong alignment on USkinFXParameterLocatorListLerpIndexDriverFixedTime"); \ static_assert(sizeof(USkinFXParameterLocatorListLerpIndexDriverFixedTime) == 0x000030, "Wrong size on USkinFXParameterLocatorListLerpIndexDriverFixedTime"); \ static_assert(offsetof(USkinFXParameterLocatorListLerpIndexDriverFixedTime, TotalLerpTime) == 0x000028, "Member 'USkinFXParameterLocatorListLerpIndexDriverFixedTime::TotalLerpTime' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterLocatorListLerpIndexDriverFixedTime, bLooped) == 0x00002C, "Member 'USkinFXParameterLocatorListLerpIndexDriverFixedTime::bLooped' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterLocatorListLerpIndexDriverFixedTime, bHermite) == 0x00002D, "Member 'USkinFXParameterLocatorListLerpIndexDriverFixedTime::bHermite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXParameterLocatorListLerpIndexDriverPerLocatorTime \ static_assert(alignof(USkinFXParameterLocatorListLerpIndexDriverPerLocatorTime) == 0x000008, "Wrong alignment on USkinFXParameterLocatorListLerpIndexDriverPerLocatorTime"); \ static_assert(sizeof(USkinFXParameterLocatorListLerpIndexDriverPerLocatorTime) == 0x000038, "Wrong size on USkinFXParameterLocatorListLerpIndexDriverPerLocatorTime"); \ static_assert(offsetof(USkinFXParameterLocatorListLerpIndexDriverPerLocatorTime, PerLocatorTimeMin) == 0x000028, "Member 'USkinFXParameterLocatorListLerpIndexDriverPerLocatorTime::PerLocatorTimeMin' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterLocatorListLerpIndexDriverPerLocatorTime, PerLocatorTimeMax) == 0x00002C, "Member 'USkinFXParameterLocatorListLerpIndexDriverPerLocatorTime::PerLocatorTimeMax' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterLocatorListLerpIndexDriverPerLocatorTime, bSmooth) == 0x000030, "Member 'USkinFXParameterLocatorListLerpIndexDriverPerLocatorTime::bSmooth' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterLocatorListLerpIndexDriverPerLocatorTime, bHermite) == 0x000031, "Member 'USkinFXParameterLocatorListLerpIndexDriverPerLocatorTime::bHermite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXParameterLocatorListLerpIndexDriverCurve \ static_assert(alignof(USkinFXParameterLocatorListLerpIndexDriverCurve) == 0x000008, "Wrong alignment on USkinFXParameterLocatorListLerpIndexDriverCurve"); \ static_assert(sizeof(USkinFXParameterLocatorListLerpIndexDriverCurve) == 0x000038, "Wrong size on USkinFXParameterLocatorListLerpIndexDriverCurve"); \ static_assert(offsetof(USkinFXParameterLocatorListLerpIndexDriverCurve, Curve) == 0x000028, "Member 'USkinFXParameterLocatorListLerpIndexDriverCurve::Curve' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterLocatorListLerpIndexDriverCurve, bHermite) == 0x000030, "Member 'USkinFXParameterLocatorListLerpIndexDriverCurve::bHermite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXParameterLocatorListLerpIndexDriverRandom \ static_assert(alignof(USkinFXParameterLocatorListLerpIndexDriverRandom) == 0x000008, "Wrong alignment on USkinFXParameterLocatorListLerpIndexDriverRandom"); \ static_assert(sizeof(USkinFXParameterLocatorListLerpIndexDriverRandom) == 0x000038, "Wrong size on USkinFXParameterLocatorListLerpIndexDriverRandom"); \ static_assert(offsetof(USkinFXParameterLocatorListLerpIndexDriverRandom, MinTimeBetweenChanges) == 0x000028, "Member 'USkinFXParameterLocatorListLerpIndexDriverRandom::MinTimeBetweenChanges' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterLocatorListLerpIndexDriverRandom, MaxTimeBetweenChanges) == 0x00002C, "Member 'USkinFXParameterLocatorListLerpIndexDriverRandom::MaxTimeBetweenChanges' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterLocatorListLerpIndexDriverRandom, bSmooth) == 0x000030, "Member 'USkinFXParameterLocatorListLerpIndexDriverRandom::bSmooth' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterLocatorListLerpIndexDriverRandom, bHermite) == 0x000031, "Member 'USkinFXParameterLocatorListLerpIndexDriverRandom::bHermite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXPreviewComponent \ static_assert(alignof(USkinFXPreviewComponent) == 0x000010, "Wrong alignment on USkinFXPreviewComponent"); \ static_assert(sizeof(USkinFXPreviewComponent) == 0x000220, "Wrong size on USkinFXPreviewComponent"); \ #define DUMPER7_ASSERTS_ASkinFXSingleton \ static_assert(alignof(ASkinFXSingleton) == 0x000008, "Wrong alignment on ASkinFXSingleton"); \ static_assert(sizeof(ASkinFXSingleton) == 0x0002E0, "Wrong size on ASkinFXSingleton"); \ static_assert(offsetof(ASkinFXSingleton, Library) == 0x000248, "Member 'ASkinFXSingleton::Library' has a wrong offset!"); \ static_assert(offsetof(ASkinFXSingleton, Definitions) == 0x000250, "Member 'ASkinFXSingleton::Definitions' has a wrong offset!"); \ static_assert(offsetof(ASkinFXSingleton, DataDependencies) == 0x0002A0, "Member 'ASkinFXSingleton::DataDependencies' has a wrong offset!"); \ static_assert(offsetof(ASkinFXSingleton, bSignalledAllReady) == 0x0002D8, "Member 'ASkinFXSingleton::bSignalledAllReady' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicsPD \ static_assert(alignof(FPhysicsPD) == 0x000004, "Wrong alignment on FPhysicsPD"); \ static_assert(sizeof(FPhysicsPD) == 0x00000C, "Wrong size on FPhysicsPD"); \ static_assert(offsetof(FPhysicsPD, Stiffness) == 0x000000, "Member 'FPhysicsPD::Stiffness' has a wrong offset!"); \ static_assert(offsetof(FPhysicsPD, Damping) == 0x000004, "Member 'FPhysicsPD::Damping' has a wrong offset!"); \ static_assert(offsetof(FPhysicsPD, Max) == 0x000008, "Member 'FPhysicsPD::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicsVirtualForcePD \ static_assert(alignof(FPhysicsVirtualForcePD) == 0x000004, "Wrong alignment on FPhysicsVirtualForcePD"); \ static_assert(sizeof(FPhysicsVirtualForcePD) == 0x000024, "Wrong size on FPhysicsVirtualForcePD"); \ static_assert(offsetof(FPhysicsVirtualForcePD, PD) == 0x000000, "Member 'FPhysicsVirtualForcePD::PD' has a wrong offset!"); \ static_assert(offsetof(FPhysicsVirtualForcePD, ForceLocationLocal) == 0x00000C, "Member 'FPhysicsVirtualForcePD::ForceLocationLocal' has a wrong offset!"); \ static_assert(offsetof(FPhysicsVirtualForcePD, GravityCompensation) == 0x000018, "Member 'FPhysicsVirtualForcePD::GravityCompensation' has a wrong offset!"); \ static_assert(offsetof(FPhysicsVirtualForcePD, Depth) == 0x00001C, "Member 'FPhysicsVirtualForcePD::Depth' has a wrong offset!"); \ static_assert(offsetof(FPhysicsVirtualForcePD, Application) == 0x000020, "Member 'FPhysicsVirtualForcePD::Application' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicsForceAndTorquePD \ static_assert(alignof(FPhysicsForceAndTorquePD) == 0x000004, "Wrong alignment on FPhysicsForceAndTorquePD"); \ static_assert(sizeof(FPhysicsForceAndTorquePD) == 0x000024, "Wrong size on FPhysicsForceAndTorquePD"); \ static_assert(offsetof(FPhysicsForceAndTorquePD, VerticalForce) == 0x000000, "Member 'FPhysicsForceAndTorquePD::VerticalForce' has a wrong offset!"); \ static_assert(offsetof(FPhysicsForceAndTorquePD, HorizontalForce) == 0x00000C, "Member 'FPhysicsForceAndTorquePD::HorizontalForce' has a wrong offset!"); \ static_assert(offsetof(FPhysicsForceAndTorquePD, Torque) == 0x000018, "Member 'FPhysicsForceAndTorquePD::Torque' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRagdollBodyConstraintsConfig \ static_assert(alignof(FRagdollBodyConstraintsConfig) == 0x000008, "Wrong alignment on FRagdollBodyConstraintsConfig"); \ static_assert(sizeof(FRagdollBodyConstraintsConfig) == 0x000058, "Wrong size on FRagdollBodyConstraintsConfig"); \ static_assert(offsetof(FRagdollBodyConstraintsConfig, ConstrainedBodies) == 0x000000, "Member 'FRagdollBodyConstraintsConfig::ConstrainedBodies' has a wrong offset!"); \ static_assert(offsetof(FRagdollBodyConstraintsConfig, EaseInDuration) == 0x000050, "Member 'FRagdollBodyConstraintsConfig::EaseInDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicsPoseDrivingConfig \ static_assert(alignof(FPhysicsPoseDrivingConfig) == 0x000008, "Wrong alignment on FPhysicsPoseDrivingConfig"); \ static_assert(sizeof(FPhysicsPoseDrivingConfig) == 0x000058, "Wrong size on FPhysicsPoseDrivingConfig"); \ static_assert(offsetof(FPhysicsPoseDrivingConfig, VirtualForces) == 0x000000, "Member 'FPhysicsPoseDrivingConfig::VirtualForces' has a wrong offset!"); \ static_assert(offsetof(FPhysicsPoseDrivingConfig, GravityCompensation) == 0x000050, "Member 'FPhysicsPoseDrivingConfig::GravityCompensation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAudioLayerBehaviorState \ static_assert(alignof(FAudioLayerBehaviorState) == 0x000008, "Wrong alignment on FAudioLayerBehaviorState"); \ static_assert(sizeof(FAudioLayerBehaviorState) == 0x000018, "Wrong size on FAudioLayerBehaviorState"); \ #define DUMPER7_ASSERTS_FRagdollAudioBehaviorLayer \ static_assert(alignof(FRagdollAudioBehaviorLayer) == 0x000008, "Wrong alignment on FRagdollAudioBehaviorLayer"); \ static_assert(sizeof(FRagdollAudioBehaviorLayer) == 0x000018, "Wrong size on FRagdollAudioBehaviorLayer"); \ static_assert(offsetof(FRagdollAudioBehaviorLayer, LayerName) == 0x000000, "Member 'FRagdollAudioBehaviorLayer::LayerName' has a wrong offset!"); \ static_assert(offsetof(FRagdollAudioBehaviorLayer, AudioBehaviors) == 0x000008, "Member 'FRagdollAudioBehaviorLayer::AudioBehaviors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRagdollState \ static_assert(alignof(FRagdollState) == 0x000008, "Wrong alignment on FRagdollState"); \ static_assert(sizeof(FRagdollState) == 0x000030, "Wrong size on FRagdollState"); \ static_assert(offsetof(FRagdollState, RequiredAll) == 0x000000, "Member 'FRagdollState::RequiredAll' has a wrong offset!"); \ static_assert(offsetof(FRagdollState, RequiredAny) == 0x000010, "Member 'FRagdollState::RequiredAny' has a wrong offset!"); \ static_assert(offsetof(FRagdollState, RequiredNone) == 0x000020, "Member 'FRagdollState::RequiredNone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRagdollGetupOptions \ static_assert(alignof(FRagdollGetupOptions) == 0x000008, "Wrong alignment on FRagdollGetupOptions"); \ static_assert(sizeof(FRagdollGetupOptions) == 0x000038, "Wrong size on FRagdollGetupOptions"); \ static_assert(offsetof(FRagdollGetupOptions, RequiredState) == 0x000000, "Member 'FRagdollGetupOptions::RequiredState' has a wrong offset!"); \ static_assert(offsetof(FRagdollGetupOptions, TargetGetupProfile) == 0x000030, "Member 'FRagdollGetupOptions::TargetGetupProfile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRagdollSensoryBehavior \ static_assert(alignof(FRagdollSensoryBehavior) == 0x000008, "Wrong alignment on FRagdollSensoryBehavior"); \ static_assert(sizeof(FRagdollSensoryBehavior) == 0x000018, "Wrong size on FRagdollSensoryBehavior"); \ static_assert(offsetof(FRagdollSensoryBehavior, Relativity) == 0x000000, "Member 'FRagdollSensoryBehavior::Relativity' has a wrong offset!"); \ static_assert(offsetof(FRagdollSensoryBehavior, Behavior) == 0x000008, "Member 'FRagdollSensoryBehavior::Behavior' has a wrong offset!"); \ static_assert(offsetof(FRagdollSensoryBehavior, status) == 0x000010, "Member 'FRagdollSensoryBehavior::status' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRagdollPhysicsBodyPredicate \ static_assert(alignof(FRagdollPhysicsBodyPredicate) == 0x000008, "Wrong alignment on FRagdollPhysicsBodyPredicate"); \ static_assert(sizeof(FRagdollPhysicsBodyPredicate) == 0x000028, "Wrong size on FRagdollPhysicsBodyPredicate"); \ static_assert(offsetof(FRagdollPhysicsBodyPredicate, WhenPhysicsAsset) == 0x000000, "Member 'FRagdollPhysicsBodyPredicate::WhenPhysicsAsset' has a wrong offset!"); \ static_assert(offsetof(FRagdollPhysicsBodyPredicate, IncludedPhysicBodyBones) == 0x000008, "Member 'FRagdollPhysicsBodyPredicate::IncludedPhysicBodyBones' has a wrong offset!"); \ static_assert(offsetof(FRagdollPhysicsBodyPredicate, ExcludedPhysicBodyBones) == 0x000018, "Member 'FRagdollPhysicsBodyPredicate::ExcludedPhysicBodyBones' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRagdollSensoryCollision \ static_assert(alignof(FRagdollSensoryCollision) == 0x000008, "Wrong alignment on FRagdollSensoryCollision"); \ static_assert(sizeof(FRagdollSensoryCollision) == 0x000030, "Wrong size on FRagdollSensoryCollision"); \ static_assert(offsetof(FRagdollSensoryCollision, ImpactImpulseMin) == 0x000000, "Member 'FRagdollSensoryCollision::ImpactImpulseMin' has a wrong offset!"); \ static_assert(offsetof(FRagdollSensoryCollision, ImpactImpulseMax) == 0x000004, "Member 'FRagdollSensoryCollision::ImpactImpulseMax' has a wrong offset!"); \ static_assert(offsetof(FRagdollSensoryCollision, IfOutOfRange) == 0x000008, "Member 'FRagdollSensoryCollision::IfOutOfRange' has a wrong offset!"); \ static_assert(offsetof(FRagdollSensoryCollision, RequireNormalToWorldUpRealitiveRange) == 0x000009, "Member 'FRagdollSensoryCollision::RequireNormalToWorldUpRealitiveRange' has a wrong offset!"); \ static_assert(offsetof(FRagdollSensoryCollision, NormalToWorldUpAngleMin) == 0x00000C, "Member 'FRagdollSensoryCollision::NormalToWorldUpAngleMin' has a wrong offset!"); \ static_assert(offsetof(FRagdollSensoryCollision, NormalToWorldUpAngleMax) == 0x000010, "Member 'FRagdollSensoryCollision::NormalToWorldUpAngleMax' has a wrong offset!"); \ static_assert(offsetof(FRagdollSensoryCollision, PhysicsBodyRequirements) == 0x000018, "Member 'FRagdollSensoryCollision::PhysicsBodyRequirements' has a wrong offset!"); \ static_assert(offsetof(FRagdollSensoryCollision, status) == 0x000028, "Member 'FRagdollSensoryCollision::status' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRagdollSensoryStatus \ static_assert(alignof(FRagdollSensoryStatus) == 0x000001, "Wrong alignment on FRagdollSensoryStatus"); \ static_assert(sizeof(FRagdollSensoryStatus) == 0x000002, "Wrong size on FRagdollSensoryStatus"); \ static_assert(offsetof(FRagdollSensoryStatus, SensoryValue) == 0x000000, "Member 'FRagdollSensoryStatus::SensoryValue' has a wrong offset!"); \ static_assert(offsetof(FRagdollSensoryStatus, status) == 0x000001, "Member 'FRagdollSensoryStatus::status' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRagdollSensoryRange \ static_assert(alignof(FRagdollSensoryRange) == 0x000004, "Wrong alignment on FRagdollSensoryRange"); \ static_assert(sizeof(FRagdollSensoryRange) == 0x000010, "Wrong size on FRagdollSensoryRange"); \ static_assert(offsetof(FRagdollSensoryRange, SensoryValue) == 0x000000, "Member 'FRagdollSensoryRange::SensoryValue' has a wrong offset!"); \ static_assert(offsetof(FRagdollSensoryRange, Min) == 0x000004, "Member 'FRagdollSensoryRange::Min' has a wrong offset!"); \ static_assert(offsetof(FRagdollSensoryRange, Max) == 0x000008, "Member 'FRagdollSensoryRange::Max' has a wrong offset!"); \ static_assert(offsetof(FRagdollSensoryRange, IfOutOfRange) == 0x00000C, "Member 'FRagdollSensoryRange::IfOutOfRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRagdollUprightRange \ static_assert(alignof(FRagdollUprightRange) == 0x000004, "Wrong alignment on FRagdollUprightRange"); \ static_assert(sizeof(FRagdollUprightRange) == 0x00000C, "Wrong size on FRagdollUprightRange"); \ static_assert(offsetof(FRagdollUprightRange, CompareWorldUpTo) == 0x000000, "Member 'FRagdollUprightRange::CompareWorldUpTo' has a wrong offset!"); \ static_assert(offsetof(FRagdollUprightRange, Min) == 0x000004, "Member 'FRagdollUprightRange::Min' has a wrong offset!"); \ static_assert(offsetof(FRagdollUprightRange, Max) == 0x000008, "Member 'FRagdollUprightRange::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRagdollPoseState \ static_assert(alignof(FRagdollPoseState) == 0x000008, "Wrong alignment on FRagdollPoseState"); \ static_assert(sizeof(FRagdollPoseState) == 0x000018, "Wrong size on FRagdollPoseState"); \ static_assert(offsetof(FRagdollPoseState, Name) == 0x000000, "Member 'FRagdollPoseState::Name' has a wrong offset!"); \ static_assert(offsetof(FRagdollPoseState, PoseMatches) == 0x000008, "Member 'FRagdollPoseState::PoseMatches' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRagdollControlPostAnimationTickFunction \ static_assert(alignof(FRagdollControlPostAnimationTickFunction) == 0x000008, "Wrong alignment on FRagdollControlPostAnimationTickFunction"); \ static_assert(sizeof(FRagdollControlPostAnimationTickFunction) == 0x000048, "Wrong size on FRagdollControlPostAnimationTickFunction"); \ #define DUMPER7_ASSERTS_FRagdollBodyAttachment \ static_assert(alignof(FRagdollBodyAttachment) == 0x000008, "Wrong alignment on FRagdollBodyAttachment"); \ static_assert(sizeof(FRagdollBodyAttachment) == 0x000018, "Wrong size on FRagdollBodyAttachment"); \ static_assert(offsetof(FRagdollBodyAttachment, AttachBoneName) == 0x000000, "Member 'FRagdollBodyAttachment::AttachBoneName' has a wrong offset!"); \ static_assert(offsetof(FRagdollBodyAttachment, AttachBodyNames) == 0x000008, "Member 'FRagdollBodyAttachment::AttachBodyNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGetupAnimationProfile \ static_assert(alignof(FGetupAnimationProfile) == 0x000008, "Wrong alignment on FGetupAnimationProfile"); \ static_assert(sizeof(FGetupAnimationProfile) == 0x000018, "Wrong size on FGetupAnimationProfile"); \ static_assert(offsetof(FGetupAnimationProfile, Name) == 0x000000, "Member 'FGetupAnimationProfile::Name' has a wrong offset!"); \ static_assert(offsetof(FGetupAnimationProfile, GetupAnimationTags) == 0x000008, "Member 'FGetupAnimationProfile::GetupAnimationTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAuthoredImpact \ static_assert(alignof(FAuthoredImpact) == 0x000008, "Wrong alignment on FAuthoredImpact"); \ static_assert(sizeof(FAuthoredImpact) == 0x000078, "Wrong size on FAuthoredImpact"); \ static_assert(offsetof(FAuthoredImpact, Name) == 0x000000, "Member 'FAuthoredImpact::Name' has a wrong offset!"); \ static_assert(offsetof(FAuthoredImpact, ReactionStrength) == 0x000008, "Member 'FAuthoredImpact::ReactionStrength' has a wrong offset!"); \ static_assert(offsetof(FAuthoredImpact, AffectedBodies) == 0x000010, "Member 'FAuthoredImpact::AffectedBodies' has a wrong offset!"); \ static_assert(offsetof(FAuthoredImpact, ImpactedBodies) == 0x000020, "Member 'FAuthoredImpact::ImpactedBodies' has a wrong offset!"); \ static_assert(offsetof(FAuthoredImpact, ImpactDirection) == 0x000030, "Member 'FAuthoredImpact::ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(FAuthoredImpact, ImpactLocationLocal) == 0x00003C, "Member 'FAuthoredImpact::ImpactLocationLocal' has a wrong offset!"); \ static_assert(offsetof(FAuthoredImpact, ImpactMaxYaw) == 0x000048, "Member 'FAuthoredImpact::ImpactMaxYaw' has a wrong offset!"); \ static_assert(offsetof(FAuthoredImpact, ImpactMaxPitch) == 0x00004C, "Member 'FAuthoredImpact::ImpactMaxPitch' has a wrong offset!"); \ static_assert(offsetof(FAuthoredImpact, ImpactVariationYaw) == 0x000050, "Member 'FAuthoredImpact::ImpactVariationYaw' has a wrong offset!"); \ static_assert(offsetof(FAuthoredImpact, ImpactVariationPitch) == 0x000054, "Member 'FAuthoredImpact::ImpactVariationPitch' has a wrong offset!"); \ static_assert(offsetof(FAuthoredImpact, ImpactStrengthMin) == 0x000058, "Member 'FAuthoredImpact::ImpactStrengthMin' has a wrong offset!"); \ static_assert(offsetof(FAuthoredImpact, ImpactStrengthMax) == 0x00005C, "Member 'FAuthoredImpact::ImpactStrengthMax' has a wrong offset!"); \ static_assert(offsetof(FAuthoredImpact, ImpactDuration) == 0x000060, "Member 'FAuthoredImpact::ImpactDuration' has a wrong offset!"); \ static_assert(offsetof(FAuthoredImpact, ImpactEaseInDuration) == 0x000064, "Member 'FAuthoredImpact::ImpactEaseInDuration' has a wrong offset!"); \ static_assert(offsetof(FAuthoredImpact, BlendBackDelay) == 0x000068, "Member 'FAuthoredImpact::BlendBackDelay' has a wrong offset!"); \ static_assert(offsetof(FAuthoredImpact, BlendBackDuration) == 0x00006C, "Member 'FAuthoredImpact::BlendBackDuration' has a wrong offset!"); \ static_assert(offsetof(FAuthoredImpact, bUseGivenImpactStength) == 0x000070, "Member 'FAuthoredImpact::bUseGivenImpactStength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBakedRagdollPoseComponent \ static_assert(alignof(UBakedRagdollPoseComponent) == 0x000010, "Wrong alignment on UBakedRagdollPoseComponent"); \ static_assert(sizeof(UBakedRagdollPoseComponent) == 0x000490, "Wrong size on UBakedRagdollPoseComponent"); \ static_assert(offsetof(UBakedRagdollPoseComponent, RagdollPoseBodySetup) == 0x000480, "Member 'UBakedRagdollPoseComponent::RagdollPoseBodySetup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BakedRagdollPoseActor_HandleOnActorHit \ static_assert(alignof(BakedRagdollPoseActor_HandleOnActorHit) == 0x000008, "Wrong alignment on BakedRagdollPoseActor_HandleOnActorHit"); \ static_assert(sizeof(BakedRagdollPoseActor_HandleOnActorHit) == 0x0000A8, "Wrong size on BakedRagdollPoseActor_HandleOnActorHit"); \ static_assert(offsetof(BakedRagdollPoseActor_HandleOnActorHit, SelfActor) == 0x000000, "Member 'BakedRagdollPoseActor_HandleOnActorHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(BakedRagdollPoseActor_HandleOnActorHit, OtherActor) == 0x000008, "Member 'BakedRagdollPoseActor_HandleOnActorHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BakedRagdollPoseActor_HandleOnActorHit, ImpulseNormal) == 0x000010, "Member 'BakedRagdollPoseActor_HandleOnActorHit::ImpulseNormal' has a wrong offset!"); \ static_assert(offsetof(BakedRagdollPoseActor_HandleOnActorHit, HitReslt) == 0x00001C, "Member 'BakedRagdollPoseActor_HandleOnActorHit::HitReslt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABakedRagdollPoseActor \ static_assert(alignof(ABakedRagdollPoseActor) == 0x000008, "Wrong alignment on ABakedRagdollPoseActor"); \ static_assert(sizeof(ABakedRagdollPoseActor) == 0x000270, "Wrong size on ABakedRagdollPoseActor"); \ static_assert(offsetof(ABakedRagdollPoseActor, BakedPoseComponent) == 0x000248, "Member 'ABakedRagdollPoseActor::BakedPoseComponent' has a wrong offset!"); \ static_assert(offsetof(ABakedRagdollPoseActor, SkelMeshComponent) == 0x000250, "Member 'ABakedRagdollPoseActor::SkelMeshComponent' has a wrong offset!"); \ static_assert(offsetof(ABakedRagdollPoseActor, ActorConstrainedToUs) == 0x000268, "Member 'ABakedRagdollPoseActor::ActorConstrainedToUs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollBehaviorComponent_DoAudioBehaviorChangeEvent \ static_assert(alignof(RagdollBehaviorComponent_DoAudioBehaviorChangeEvent) == 0x000008, "Wrong alignment on RagdollBehaviorComponent_DoAudioBehaviorChangeEvent"); \ static_assert(sizeof(RagdollBehaviorComponent_DoAudioBehaviorChangeEvent) == 0x000018, "Wrong size on RagdollBehaviorComponent_DoAudioBehaviorChangeEvent"); \ static_assert(offsetof(RagdollBehaviorComponent_DoAudioBehaviorChangeEvent, rLayerState) == 0x000000, "Member 'RagdollBehaviorComponent_DoAudioBehaviorChangeEvent::rLayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollBehaviorComponent_IsGetupAllowed \ static_assert(alignof(RagdollBehaviorComponent_IsGetupAllowed) == 0x000001, "Wrong alignment on RagdollBehaviorComponent_IsGetupAllowed"); \ static_assert(sizeof(RagdollBehaviorComponent_IsGetupAllowed) == 0x000001, "Wrong size on RagdollBehaviorComponent_IsGetupAllowed"); \ static_assert(offsetof(RagdollBehaviorComponent_IsGetupAllowed, ReturnValue) == 0x000000, "Member 'RagdollBehaviorComponent_IsGetupAllowed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollBehaviorComponent_IsPoseStateStatisfied \ static_assert(alignof(RagdollBehaviorComponent_IsPoseStateStatisfied) == 0x000004, "Wrong alignment on RagdollBehaviorComponent_IsPoseStateStatisfied"); \ static_assert(sizeof(RagdollBehaviorComponent_IsPoseStateStatisfied) == 0x00000C, "Wrong size on RagdollBehaviorComponent_IsPoseStateStatisfied"); \ static_assert(offsetof(RagdollBehaviorComponent_IsPoseStateStatisfied, targetPose) == 0x000000, "Member 'RagdollBehaviorComponent_IsPoseStateStatisfied::targetPose' has a wrong offset!"); \ static_assert(offsetof(RagdollBehaviorComponent_IsPoseStateStatisfied, ReturnValue) == 0x000008, "Member 'RagdollBehaviorComponent_IsPoseStateStatisfied::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollBehaviorComponent_IsSensoryStateStatisfied \ static_assert(alignof(RagdollBehaviorComponent_IsSensoryStateStatisfied) == 0x000004, "Wrong alignment on RagdollBehaviorComponent_IsSensoryStateStatisfied"); \ static_assert(sizeof(RagdollBehaviorComponent_IsSensoryStateStatisfied) == 0x00000C, "Wrong size on RagdollBehaviorComponent_IsSensoryStateStatisfied"); \ static_assert(offsetof(RagdollBehaviorComponent_IsSensoryStateStatisfied, targetSensoryState) == 0x000000, "Member 'RagdollBehaviorComponent_IsSensoryStateStatisfied::targetSensoryState' has a wrong offset!"); \ static_assert(offsetof(RagdollBehaviorComponent_IsSensoryStateStatisfied, ReturnValue) == 0x000008, "Member 'RagdollBehaviorComponent_IsSensoryStateStatisfied::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollBehaviorComponent_OnActorHit \ static_assert(alignof(RagdollBehaviorComponent_OnActorHit) == 0x000008, "Wrong alignment on RagdollBehaviorComponent_OnActorHit"); \ static_assert(sizeof(RagdollBehaviorComponent_OnActorHit) == 0x0000A8, "Wrong size on RagdollBehaviorComponent_OnActorHit"); \ static_assert(offsetof(RagdollBehaviorComponent_OnActorHit, SelfActor) == 0x000000, "Member 'RagdollBehaviorComponent_OnActorHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(RagdollBehaviorComponent_OnActorHit, OtherActor) == 0x000008, "Member 'RagdollBehaviorComponent_OnActorHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(RagdollBehaviorComponent_OnActorHit, NormalImpulse) == 0x000010, "Member 'RagdollBehaviorComponent_OnActorHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(RagdollBehaviorComponent_OnActorHit, Hit) == 0x00001C, "Member 'RagdollBehaviorComponent_OnActorHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollBehaviorComponent_SetSkeletalMeshComponent \ static_assert(alignof(RagdollBehaviorComponent_SetSkeletalMeshComponent) == 0x000008, "Wrong alignment on RagdollBehaviorComponent_SetSkeletalMeshComponent"); \ static_assert(sizeof(RagdollBehaviorComponent_SetSkeletalMeshComponent) == 0x000008, "Wrong size on RagdollBehaviorComponent_SetSkeletalMeshComponent"); \ static_assert(offsetof(RagdollBehaviorComponent_SetSkeletalMeshComponent, InSkeletalMeshComponent) == 0x000000, "Member 'RagdollBehaviorComponent_SetSkeletalMeshComponent::InSkeletalMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollBehaviorComponent_HasValidSetup \ static_assert(alignof(RagdollBehaviorComponent_HasValidSetup) == 0x000001, "Wrong alignment on RagdollBehaviorComponent_HasValidSetup"); \ static_assert(sizeof(RagdollBehaviorComponent_HasValidSetup) == 0x000001, "Wrong size on RagdollBehaviorComponent_HasValidSetup"); \ static_assert(offsetof(RagdollBehaviorComponent_HasValidSetup, ReturnValue) == 0x000000, "Member 'RagdollBehaviorComponent_HasValidSetup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URagdollBehaviorComponent \ static_assert(alignof(URagdollBehaviorComponent) == 0x000008, "Wrong alignment on URagdollBehaviorComponent"); \ static_assert(sizeof(URagdollBehaviorComponent) == 0x0001E8, "Wrong size on URagdollBehaviorComponent"); \ static_assert(offsetof(URagdollBehaviorComponent, Config) == 0x0000D0, "Member 'URagdollBehaviorComponent::Config' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorComponent, OnRagdollHitActor) == 0x0000D8, "Member 'URagdollBehaviorComponent::OnRagdollHitActor' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorComponent, SkeletalMeshComponent) == 0x0000F0, "Member 'URagdollBehaviorComponent::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorComponent, RagdollControlComponent) == 0x0000F8, "Member 'URagdollBehaviorComponent::RagdollControlComponent' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorComponent, CurBehavior) == 0x000100, "Member 'URagdollBehaviorComponent::CurBehavior' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorComponent, PriorBehavior) == 0x000108, "Member 'URagdollBehaviorComponent::PriorBehavior' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorComponent, CurRecoveryAssistBehavior) == 0x000170, "Member 'URagdollBehaviorComponent::CurRecoveryAssistBehavior' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorComponent, PriorRecoveryAssistBehavior) == 0x000178, "Member 'URagdollBehaviorComponent::PriorRecoveryAssistBehavior' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URagdollRecoveryAssistPlugin \ static_assert(alignof(URagdollRecoveryAssistPlugin) == 0x000008, "Wrong alignment on URagdollRecoveryAssistPlugin"); \ static_assert(sizeof(URagdollRecoveryAssistPlugin) == 0x000028, "Wrong size on URagdollRecoveryAssistPlugin"); \ #define DUMPER7_ASSERTS_URagdollRecoveryAssistPlugin_GuideToSafeRecovery \ static_assert(alignof(URagdollRecoveryAssistPlugin_GuideToSafeRecovery) == 0x000008, "Wrong alignment on URagdollRecoveryAssistPlugin_GuideToSafeRecovery"); \ static_assert(sizeof(URagdollRecoveryAssistPlugin_GuideToSafeRecovery) == 0x000038, "Wrong size on URagdollRecoveryAssistPlugin_GuideToSafeRecovery"); \ static_assert(offsetof(URagdollRecoveryAssistPlugin_GuideToSafeRecovery, PushStrengthToTime) == 0x000028, "Member 'URagdollRecoveryAssistPlugin_GuideToSafeRecovery::PushStrengthToTime' has a wrong offset!"); \ static_assert(offsetof(URagdollRecoveryAssistPlugin_GuideToSafeRecovery, PushCutoffDistance) == 0x000030, "Member 'URagdollRecoveryAssistPlugin_GuideToSafeRecovery::PushCutoffDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URagdollRecoveryAssistPlugin_ForceKill \ static_assert(alignof(URagdollRecoveryAssistPlugin_ForceKill) == 0x000008, "Wrong alignment on URagdollRecoveryAssistPlugin_ForceKill"); \ static_assert(sizeof(URagdollRecoveryAssistPlugin_ForceKill) == 0x000028, "Wrong size on URagdollRecoveryAssistPlugin_ForceKill"); \ #define DUMPER7_ASSERTS_URagdollBehaviorConfigAsset \ static_assert(alignof(URagdollBehaviorConfigAsset) == 0x000008, "Wrong alignment on URagdollBehaviorConfigAsset"); \ static_assert(sizeof(URagdollBehaviorConfigAsset) == 0x0000A8, "Wrong size on URagdollBehaviorConfigAsset"); \ static_assert(offsetof(URagdollBehaviorConfigAsset, BehaviorProfile) == 0x000030, "Member 'URagdollBehaviorConfigAsset::BehaviorProfile' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorConfigAsset, AudioBehaviorProfile) == 0x000038, "Member 'URagdollBehaviorConfigAsset::AudioBehaviorProfile' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorConfigAsset, RecoveryAssistBehaviorProfile) == 0x000040, "Member 'URagdollBehaviorConfigAsset::RecoveryAssistBehaviorProfile' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorConfigAsset, GetupAnimationTagStateFilter) == 0x000048, "Member 'URagdollBehaviorConfigAsset::GetupAnimationTagStateFilter' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorConfigAsset, RagdollShoulderLeftName) == 0x000058, "Member 'URagdollBehaviorConfigAsset::RagdollShoulderLeftName' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorConfigAsset, RagdollShoulderRightName) == 0x000060, "Member 'URagdollBehaviorConfigAsset::RagdollShoulderRightName' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorConfigAsset, RagdollHipsLeftName) == 0x000068, "Member 'URagdollBehaviorConfigAsset::RagdollHipsLeftName' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorConfigAsset, RagdollHipsRightName) == 0x000070, "Member 'URagdollBehaviorConfigAsset::RagdollHipsRightName' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorConfigAsset, RagdollSpineLowerBoneName) == 0x000078, "Member 'URagdollBehaviorConfigAsset::RagdollSpineLowerBoneName' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorConfigAsset, RagdollSpineUpperBoneName) == 0x000080, "Member 'URagdollBehaviorConfigAsset::RagdollSpineUpperBoneName' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorConfigAsset, IdentifiablePoseStates) == 0x000088, "Member 'URagdollBehaviorConfigAsset::IdentifiablePoseStates' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorConfigAsset, NavigationLayer) == 0x000098, "Member 'URagdollBehaviorConfigAsset::NavigationLayer' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorConfigAsset, MinMoveDist2DRetestNavPosition) == 0x00009C, "Member 'URagdollBehaviorConfigAsset::MinMoveDist2DRetestNavPosition' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorConfigAsset, MaxGroundTestDistance) == 0x0000A0, "Member 'URagdollBehaviorConfigAsset::MaxGroundTestDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URagdollSensoryState \ static_assert(alignof(URagdollSensoryState) == 0x000008, "Wrong alignment on URagdollSensoryState"); \ static_assert(sizeof(URagdollSensoryState) == 0x0000A0, "Wrong size on URagdollSensoryState"); \ static_assert(offsetof(URagdollSensoryState, SensoryRangeMatches) == 0x000030, "Member 'URagdollSensoryState::SensoryRangeMatches' has a wrong offset!"); \ static_assert(offsetof(URagdollSensoryState, SensoryStatusMatches) == 0x000040, "Member 'URagdollSensoryState::SensoryStatusMatches' has a wrong offset!"); \ static_assert(offsetof(URagdollSensoryState, SensoryBehaviorsMatches) == 0x000050, "Member 'URagdollSensoryState::SensoryBehaviorsMatches' has a wrong offset!"); \ static_assert(offsetof(URagdollSensoryState, SensoryCollisionMatches) == 0x000060, "Member 'URagdollSensoryState::SensoryCollisionMatches' has a wrong offset!"); \ static_assert(offsetof(URagdollSensoryState, AndRequire) == 0x000070, "Member 'URagdollSensoryState::AndRequire' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URagdollBehaviorBase \ static_assert(alignof(URagdollBehaviorBase) == 0x000008, "Wrong alignment on URagdollBehaviorBase"); \ static_assert(sizeof(URagdollBehaviorBase) == 0x0000C0, "Wrong size on URagdollBehaviorBase"); \ static_assert(offsetof(URagdollBehaviorBase, RequireStatesAlways) == 0x000030, "Member 'URagdollBehaviorBase::RequireStatesAlways' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorBase, RequireStatesToEnter) == 0x000060, "Member 'URagdollBehaviorBase::RequireStatesToEnter' has a wrong offset!"); \ static_assert(offsetof(URagdollBehaviorBase, RequireStatesToMantain) == 0x000090, "Member 'URagdollBehaviorBase::RequireStatesToMantain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URagdollBehavior \ static_assert(alignof(URagdollBehavior) == 0x000008, "Wrong alignment on URagdollBehavior"); \ static_assert(sizeof(URagdollBehavior) == 0x000118, "Wrong size on URagdollBehavior"); \ static_assert(offsetof(URagdollBehavior, ExitToBehaviors) == 0x0000C0, "Member 'URagdollBehavior::ExitToBehaviors' has a wrong offset!"); \ static_assert(offsetof(URagdollBehavior, AllowGetup) == 0x0000D0, "Member 'URagdollBehavior::AllowGetup' has a wrong offset!"); \ static_assert(offsetof(URagdollBehavior, COMLocationDriveMode) == 0x0000D1, "Member 'URagdollBehavior::COMLocationDriveMode' has a wrong offset!"); \ static_assert(offsetof(URagdollBehavior, COMRotationDriveMode) == 0x0000D2, "Member 'URagdollBehavior::COMRotationDriveMode' has a wrong offset!"); \ static_assert(offsetof(URagdollBehavior, DriveAnimationMode) == 0x0000D3, "Member 'URagdollBehavior::DriveAnimationMode' has a wrong offset!"); \ static_assert(offsetof(URagdollBehavior, DriveToAnimationTags) == 0x0000D8, "Member 'URagdollBehavior::DriveToAnimationTags' has a wrong offset!"); \ static_assert(offsetof(URagdollBehavior, ForceAnimResetIfPriorAnimDrivesToSameTags) == 0x0000F8, "Member 'URagdollBehavior::ForceAnimResetIfPriorAnimDrivesToSameTags' has a wrong offset!"); \ static_assert(offsetof(URagdollBehavior, PoseDriveMode) == 0x0000F9, "Member 'URagdollBehavior::PoseDriveMode' has a wrong offset!"); \ static_assert(offsetof(URagdollBehavior, PoseDriveBlendTime) == 0x0000FC, "Member 'URagdollBehavior::PoseDriveBlendTime' has a wrong offset!"); \ static_assert(offsetof(URagdollBehavior, StrengthOverTime) == 0x000100, "Member 'URagdollBehavior::StrengthOverTime' has a wrong offset!"); \ static_assert(offsetof(URagdollBehavior, StrengthBlendInTime) == 0x000108, "Member 'URagdollBehavior::StrengthBlendInTime' has a wrong offset!"); \ static_assert(offsetof(URagdollBehavior, CommitToGetupPose) == 0x00010C, "Member 'URagdollBehavior::CommitToGetupPose' has a wrong offset!"); \ static_assert(offsetof(URagdollBehavior, EndBehavior) == 0x00010D, "Member 'URagdollBehavior::EndBehavior' has a wrong offset!"); \ static_assert(offsetof(URagdollBehavior, AllowRemoval) == 0x00010E, "Member 'URagdollBehavior::AllowRemoval' has a wrong offset!"); \ static_assert(offsetof(URagdollBehavior, AllowHibrnate) == 0x00010F, "Member 'URagdollBehavior::AllowHibrnate' has a wrong offset!"); \ static_assert(offsetof(URagdollBehavior, ForceFreezeInPlace) == 0x000110, "Member 'URagdollBehavior::ForceFreezeInPlace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URagdollBehaviorProfile \ static_assert(alignof(URagdollBehaviorProfile) == 0x000008, "Wrong alignment on URagdollBehaviorProfile"); \ static_assert(sizeof(URagdollBehaviorProfile) == 0x000040, "Wrong size on URagdollBehaviorProfile"); \ static_assert(offsetof(URagdollBehaviorProfile, Behaviors) == 0x000030, "Member 'URagdollBehaviorProfile::Behaviors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URagdollAudioBehavior \ static_assert(alignof(URagdollAudioBehavior) == 0x000008, "Wrong alignment on URagdollAudioBehavior"); \ static_assert(sizeof(URagdollAudioBehavior) == 0x0000E0, "Wrong size on URagdollAudioBehavior"); \ static_assert(offsetof(URagdollAudioBehavior, Event) == 0x0000C0, "Member 'URagdollAudioBehavior::Event' has a wrong offset!"); \ static_assert(offsetof(URagdollAudioBehavior, StopOnExit) == 0x0000C8, "Member 'URagdollAudioBehavior::StopOnExit' has a wrong offset!"); \ static_assert(offsetof(URagdollAudioBehavior, AlwaysInterrupt) == 0x0000C9, "Member 'URagdollAudioBehavior::AlwaysInterrupt' has a wrong offset!"); \ static_assert(offsetof(URagdollAudioBehavior, CanInterruptAudioBehaviors) == 0x0000D0, "Member 'URagdollAudioBehavior::CanInterruptAudioBehaviors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URagdollAudioBehaviorProfile \ static_assert(alignof(URagdollAudioBehaviorProfile) == 0x000008, "Wrong alignment on URagdollAudioBehaviorProfile"); \ static_assert(sizeof(URagdollAudioBehaviorProfile) == 0x000040, "Wrong size on URagdollAudioBehaviorProfile"); \ static_assert(offsetof(URagdollAudioBehaviorProfile, BehaviorLayers) == 0x000030, "Member 'URagdollAudioBehaviorProfile::BehaviorLayers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URagdollRecoveryAssistBehavior \ static_assert(alignof(URagdollRecoveryAssistBehavior) == 0x000008, "Wrong alignment on URagdollRecoveryAssistBehavior"); \ static_assert(sizeof(URagdollRecoveryAssistBehavior) == 0x0000C8, "Wrong size on URagdollRecoveryAssistBehavior"); \ static_assert(offsetof(URagdollRecoveryAssistBehavior, RunAssistPlugin) == 0x0000C0, "Member 'URagdollRecoveryAssistBehavior::RunAssistPlugin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URagdollRecoveryAssistBehaviorProfile \ static_assert(alignof(URagdollRecoveryAssistBehaviorProfile) == 0x000008, "Wrong alignment on URagdollRecoveryAssistBehaviorProfile"); \ static_assert(sizeof(URagdollRecoveryAssistBehaviorProfile) == 0x000040, "Wrong size on URagdollRecoveryAssistBehaviorProfile"); \ static_assert(offsetof(URagdollRecoveryAssistBehaviorProfile, Behaviors) == 0x000030, "Member 'URagdollRecoveryAssistBehaviorProfile::Behaviors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URagdollControlConfig \ static_assert(alignof(URagdollControlConfig) == 0x000008, "Wrong alignment on URagdollControlConfig"); \ static_assert(sizeof(URagdollControlConfig) == 0x000288, "Wrong size on URagdollControlConfig"); \ static_assert(offsetof(URagdollControlConfig, RagdollMeshCollisionProfile) == 0x000030, "Member 'URagdollControlConfig::RagdollMeshCollisionProfile' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, RagdollMeshCollisionProfileAlive) == 0x000038, "Member 'URagdollControlConfig::RagdollMeshCollisionProfileAlive' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, RagdollCapsuleCollisionProfile) == 0x000040, "Member 'URagdollControlConfig::RagdollCapsuleCollisionProfile' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, NonRagdollMeshCollisionProfile) == 0x000048, "Member 'URagdollControlConfig::NonRagdollMeshCollisionProfile' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, NonRagdollCapsuleCollisionProfile) == 0x000050, "Member 'URagdollControlConfig::NonRagdollCapsuleCollisionProfile' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, BakedRagdollCollisionProfile) == 0x000058, "Member 'URagdollControlConfig::BakedRagdollCollisionProfile' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, BakedMeshCollisionProfile) == 0x000060, "Member 'URagdollControlConfig::BakedMeshCollisionProfile' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, PoseDrivingProfiles) == 0x000068, "Member 'URagdollControlConfig::PoseDrivingProfiles' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, TargetPoseInterpSpeed) == 0x0000B8, "Member 'URagdollControlConfig::TargetPoseInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, bCcdAlwaysOn) == 0x0000BC, "Member 'URagdollControlConfig::bCcdAlwaysOn' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, bSweepCapsule) == 0x0000BD, "Member 'URagdollControlConfig::bSweepCapsule' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, bAdjustConstraintsToTargetPose) == 0x0000BE, "Member 'URagdollControlConfig::bAdjustConstraintsToTargetPose' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, ContextualBodyConstraints) == 0x0000C0, "Member 'URagdollControlConfig::ContextualBodyConstraints' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, ArtificialGravityScale) == 0x000110, "Member 'URagdollControlConfig::ArtificialGravityScale' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, AuthoredImpacts) == 0x000118, "Member 'URagdollControlConfig::AuthoredImpacts' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, BodiesForPoseMatching) == 0x000128, "Member 'URagdollControlConfig::BodiesForPoseMatching' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, GetupBlendDuration) == 0x000138, "Member 'URagdollControlConfig::GetupBlendDuration' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, GetupBlendDelay) == 0x00013C, "Member 'URagdollControlConfig::GetupBlendDelay' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, InWaterRecoveryDelay) == 0x000140, "Member 'URagdollControlConfig::InWaterRecoveryDelay' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, bCanGetupFromGround) == 0x000144, "Member 'URagdollControlConfig::bCanGetupFromGround' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, bCanRecoverInAir) == 0x000145, "Member 'URagdollControlConfig::bCanRecoverInAir' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, MinGetupBlendVelocity) == 0x000148, "Member 'URagdollControlConfig::MinGetupBlendVelocity' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, MinGetupBlendAngularVelocity) == 0x00014C, "Member 'URagdollControlConfig::MinGetupBlendAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, GroundDetectionRaycastDistance) == 0x000150, "Member 'URagdollControlConfig::GroundDetectionRaycastDistance' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, GetupAnimationProfiles) == 0x000158, "Member 'URagdollControlConfig::GetupAnimationProfiles' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, GetupAnimationTags) == 0x000168, "Member 'URagdollControlConfig::GetupAnimationTags' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, bPhysicsHovering) == 0x000178, "Member 'URagdollControlConfig::bPhysicsHovering' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, HoverForces) == 0x00017C, "Member 'URagdollControlConfig::HoverForces' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, HoverGravityCompensation) == 0x0001A0, "Member 'URagdollControlConfig::HoverGravityCompensation' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, HoverBodyForceAmount) == 0x0001A8, "Member 'URagdollControlConfig::HoverBodyForceAmount' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, BodyAttachments) == 0x0001F8, "Member 'URagdollControlConfig::BodyAttachments' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, bMonitorCenterOfMassForImpacts) == 0x000248, "Member 'URagdollControlConfig::bMonitorCenterOfMassForImpacts' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, ImpactImpulseRange) == 0x00024C, "Member 'URagdollControlConfig::ImpactImpulseRange' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, ImpactCameraShake) == 0x000260, "Member 'URagdollControlConfig::ImpactCameraShake' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, ImpactCameraShakeScale) == 0x000268, "Member 'URagdollControlConfig::ImpactCameraShakeScale' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, ImpactCameraShakeRadiusRange) == 0x00026C, "Member 'URagdollControlConfig::ImpactCameraShakeRadiusRange' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, bBlendToKinematic) == 0x00027C, "Member 'URagdollControlConfig::bBlendToKinematic' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, bSyncCapsule) == 0x00027D, "Member 'URagdollControlConfig::bSyncCapsule' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, bDebugDrawImpacts) == 0x00027E, "Member 'URagdollControlConfig::bDebugDrawImpacts' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, bDebugDrawTargetPose) == 0x00027F, "Member 'URagdollControlConfig::bDebugDrawTargetPose' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, bDebugDrawPoseMatching) == 0x000280, "Member 'URagdollControlConfig::bDebugDrawPoseMatching' has a wrong offset!"); \ static_assert(offsetof(URagdollControlConfig, bDebugDrawBlends) == 0x000281, "Member 'URagdollControlConfig::bDebugDrawBlends' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollControlComponent_BlendBack \ static_assert(alignof(RagdollControlComponent_BlendBack) == 0x000004, "Wrong alignment on RagdollControlComponent_BlendBack"); \ static_assert(sizeof(RagdollControlComponent_BlendBack) == 0x000008, "Wrong size on RagdollControlComponent_BlendBack"); \ static_assert(offsetof(RagdollControlComponent_BlendBack, bInStationaryCapsuleWhileBlending) == 0x000000, "Member 'RagdollControlComponent_BlendBack::bInStationaryCapsuleWhileBlending' has a wrong offset!"); \ static_assert(offsetof(RagdollControlComponent_BlendBack, InBlendDurationOverride) == 0x000004, "Member 'RagdollControlComponent_BlendBack::InBlendDurationOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollControlComponent_DeepFreezeWithActor \ static_assert(alignof(RagdollControlComponent_DeepFreezeWithActor) == 0x000008, "Wrong alignment on RagdollControlComponent_DeepFreezeWithActor"); \ static_assert(sizeof(RagdollControlComponent_DeepFreezeWithActor) == 0x000010, "Wrong size on RagdollControlComponent_DeepFreezeWithActor"); \ static_assert(offsetof(RagdollControlComponent_DeepFreezeWithActor, InActor) == 0x000000, "Member 'RagdollControlComponent_DeepFreezeWithActor::InActor' has a wrong offset!"); \ static_assert(offsetof(RagdollControlComponent_DeepFreezeWithActor, InCollisionProfile) == 0x000008, "Member 'RagdollControlComponent_DeepFreezeWithActor::InCollisionProfile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollControlComponent_SetBodyConstraintContext \ static_assert(alignof(RagdollControlComponent_SetBodyConstraintContext) == 0x000004, "Wrong alignment on RagdollControlComponent_SetBodyConstraintContext"); \ static_assert(sizeof(RagdollControlComponent_SetBodyConstraintContext) == 0x00000C, "Wrong size on RagdollControlComponent_SetBodyConstraintContext"); \ static_assert(offsetof(RagdollControlComponent_SetBodyConstraintContext, InContextName) == 0x000000, "Member 'RagdollControlComponent_SetBodyConstraintContext::InContextName' has a wrong offset!"); \ static_assert(offsetof(RagdollControlComponent_SetBodyConstraintContext, bInEnable) == 0x000008, "Member 'RagdollControlComponent_SetBodyConstraintContext::bInEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollControlComponent_SetCOMDrivingModes \ static_assert(alignof(RagdollControlComponent_SetCOMDrivingModes) == 0x000001, "Wrong alignment on RagdollControlComponent_SetCOMDrivingModes"); \ static_assert(sizeof(RagdollControlComponent_SetCOMDrivingModes) == 0x000002, "Wrong size on RagdollControlComponent_SetCOMDrivingModes"); \ static_assert(offsetof(RagdollControlComponent_SetCOMDrivingModes, InLocationDrivingMode) == 0x000000, "Member 'RagdollControlComponent_SetCOMDrivingModes::InLocationDrivingMode' has a wrong offset!"); \ static_assert(offsetof(RagdollControlComponent_SetCOMDrivingModes, InRotationDrivingMode) == 0x000001, "Member 'RagdollControlComponent_SetCOMDrivingModes::InRotationDrivingMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollControlComponent_SetInWater \ static_assert(alignof(RagdollControlComponent_SetInWater) == 0x000001, "Wrong alignment on RagdollControlComponent_SetInWater"); \ static_assert(sizeof(RagdollControlComponent_SetInWater) == 0x000001, "Wrong size on RagdollControlComponent_SetInWater"); \ static_assert(offsetof(RagdollControlComponent_SetInWater, bInWater) == 0x000000, "Member 'RagdollControlComponent_SetInWater::bInWater' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollControlComponent_SetPoseDrivingMode \ static_assert(alignof(RagdollControlComponent_SetPoseDrivingMode) == 0x000004, "Wrong alignment on RagdollControlComponent_SetPoseDrivingMode"); \ static_assert(sizeof(RagdollControlComponent_SetPoseDrivingMode) == 0x000008, "Wrong size on RagdollControlComponent_SetPoseDrivingMode"); \ static_assert(offsetof(RagdollControlComponent_SetPoseDrivingMode, InPoseDrivingMode) == 0x000000, "Member 'RagdollControlComponent_SetPoseDrivingMode::InPoseDrivingMode' has a wrong offset!"); \ static_assert(offsetof(RagdollControlComponent_SetPoseDrivingMode, InBlendDuration) == 0x000004, "Member 'RagdollControlComponent_SetPoseDrivingMode::InBlendDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollControlComponent_SetSkeletalMeshComponent \ static_assert(alignof(RagdollControlComponent_SetSkeletalMeshComponent) == 0x000008, "Wrong alignment on RagdollControlComponent_SetSkeletalMeshComponent"); \ static_assert(sizeof(RagdollControlComponent_SetSkeletalMeshComponent) == 0x000008, "Wrong size on RagdollControlComponent_SetSkeletalMeshComponent"); \ static_assert(offsetof(RagdollControlComponent_SetSkeletalMeshComponent, InSkeletalMeshComponent) == 0x000000, "Member 'RagdollControlComponent_SetSkeletalMeshComponent::InSkeletalMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollControlComponent_ShowImpactReaction \ static_assert(alignof(RagdollControlComponent_ShowImpactReaction) == 0x000004, "Wrong alignment on RagdollControlComponent_ShowImpactReaction"); \ static_assert(sizeof(RagdollControlComponent_ShowImpactReaction) == 0x000020, "Wrong size on RagdollControlComponent_ShowImpactReaction"); \ static_assert(offsetof(RagdollControlComponent_ShowImpactReaction, InReactionStrength) == 0x000000, "Member 'RagdollControlComponent_ShowImpactReaction::InReactionStrength' has a wrong offset!"); \ static_assert(offsetof(RagdollControlComponent_ShowImpactReaction, InWorldLocation) == 0x000004, "Member 'RagdollControlComponent_ShowImpactReaction::InWorldLocation' has a wrong offset!"); \ static_assert(offsetof(RagdollControlComponent_ShowImpactReaction, InWorldDirection) == 0x000010, "Member 'RagdollControlComponent_ShowImpactReaction::InWorldDirection' has a wrong offset!"); \ static_assert(offsetof(RagdollControlComponent_ShowImpactReaction, InWorldImpactStrength) == 0x00001C, "Member 'RagdollControlComponent_ShowImpactReaction::InWorldImpactStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollControlComponent_StartImpactReaction \ static_assert(alignof(RagdollControlComponent_StartImpactReaction) == 0x000004, "Wrong alignment on RagdollControlComponent_StartImpactReaction"); \ static_assert(sizeof(RagdollControlComponent_StartImpactReaction) == 0x000020, "Wrong size on RagdollControlComponent_StartImpactReaction"); \ static_assert(offsetof(RagdollControlComponent_StartImpactReaction, InReactionStrength) == 0x000000, "Member 'RagdollControlComponent_StartImpactReaction::InReactionStrength' has a wrong offset!"); \ static_assert(offsetof(RagdollControlComponent_StartImpactReaction, InWorldLocation) == 0x000004, "Member 'RagdollControlComponent_StartImpactReaction::InWorldLocation' has a wrong offset!"); \ static_assert(offsetof(RagdollControlComponent_StartImpactReaction, InWorldDirection) == 0x000010, "Member 'RagdollControlComponent_StartImpactReaction::InWorldDirection' has a wrong offset!"); \ static_assert(offsetof(RagdollControlComponent_StartImpactReaction, InWorldImpactStrength) == 0x00001C, "Member 'RagdollControlComponent_StartImpactReaction::InWorldImpactStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollControlComponent_CanGetup \ static_assert(alignof(RagdollControlComponent_CanGetup) == 0x000001, "Wrong alignment on RagdollControlComponent_CanGetup"); \ static_assert(sizeof(RagdollControlComponent_CanGetup) == 0x000001, "Wrong size on RagdollControlComponent_CanGetup"); \ static_assert(offsetof(RagdollControlComponent_CanGetup, ReturnValue) == 0x000000, "Member 'RagdollControlComponent_CanGetup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollControlComponent_HasValidSetup \ static_assert(alignof(RagdollControlComponent_HasValidSetup) == 0x000001, "Wrong alignment on RagdollControlComponent_HasValidSetup"); \ static_assert(sizeof(RagdollControlComponent_HasValidSetup) == 0x000001, "Wrong size on RagdollControlComponent_HasValidSetup"); \ static_assert(offsetof(RagdollControlComponent_HasValidSetup, ReturnValue) == 0x000000, "Member 'RagdollControlComponent_HasValidSetup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollControlComponent_IsBakedToRigidbody \ static_assert(alignof(RagdollControlComponent_IsBakedToRigidbody) == 0x000001, "Wrong alignment on RagdollControlComponent_IsBakedToRigidbody"); \ static_assert(sizeof(RagdollControlComponent_IsBakedToRigidbody) == 0x000001, "Wrong size on RagdollControlComponent_IsBakedToRigidbody"); \ static_assert(offsetof(RagdollControlComponent_IsBakedToRigidbody, ReturnValue) == 0x000000, "Member 'RagdollControlComponent_IsBakedToRigidbody::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RagdollControlComponent_IsFullRagdoll \ static_assert(alignof(RagdollControlComponent_IsFullRagdoll) == 0x000001, "Wrong alignment on RagdollControlComponent_IsFullRagdoll"); \ static_assert(sizeof(RagdollControlComponent_IsFullRagdoll) == 0x000001, "Wrong size on RagdollControlComponent_IsFullRagdoll"); \ static_assert(offsetof(RagdollControlComponent_IsFullRagdoll, ReturnValue) == 0x000000, "Member 'RagdollControlComponent_IsFullRagdoll::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URagdollControlComponent \ static_assert(alignof(URagdollControlComponent) == 0x000010, "Wrong alignment on URagdollControlComponent"); \ static_assert(sizeof(URagdollControlComponent) == 0x000580, "Wrong size on URagdollControlComponent"); \ static_assert(offsetof(URagdollControlComponent, Config) == 0x0000D0, "Member 'URagdollControlComponent::Config' has a wrong offset!"); \ static_assert(offsetof(URagdollControlComponent, RagdollBehaviorClass) == 0x0000D8, "Member 'URagdollControlComponent::RagdollBehaviorClass' has a wrong offset!"); \ static_assert(offsetof(URagdollControlComponent, RagdollBehaviorConfig) == 0x0000E0, "Member 'URagdollControlComponent::RagdollBehaviorConfig' has a wrong offset!"); \ static_assert(offsetof(URagdollControlComponent, OnBakedRigidBodyAttachedEvent) == 0x0000E8, "Member 'URagdollControlComponent::OnBakedRigidBodyAttachedEvent' has a wrong offset!"); \ static_assert(offsetof(URagdollControlComponent, OnBakedRigidbodyRemovedEvent) == 0x0000F8, "Member 'URagdollControlComponent::OnBakedRigidbodyRemovedEvent' has a wrong offset!"); \ static_assert(offsetof(URagdollControlComponent, OnFullRagdollStartEvent) == 0x000108, "Member 'URagdollControlComponent::OnFullRagdollStartEvent' has a wrong offset!"); \ static_assert(offsetof(URagdollControlComponent, OnFullRagdollEndEvent) == 0x000118, "Member 'URagdollControlComponent::OnFullRagdollEndEvent' has a wrong offset!"); \ static_assert(offsetof(URagdollControlComponent, PostAnimationTickFunction) == 0x000148, "Member 'URagdollControlComponent::PostAnimationTickFunction' has a wrong offset!"); \ static_assert(offsetof(URagdollControlComponent, SkeletalMeshComponent) == 0x000190, "Member 'URagdollControlComponent::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(URagdollControlComponent, RagdollBehaviorComponent) == 0x000198, "Member 'URagdollControlComponent::RagdollBehaviorComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAttachCameraEditorPlacement \ static_assert(alignof(FAttachCameraEditorPlacement) == 0x000010, "Wrong alignment on FAttachCameraEditorPlacement"); \ static_assert(sizeof(FAttachCameraEditorPlacement) == 0x000030, "Wrong size on FAttachCameraEditorPlacement"); \ static_assert(offsetof(FAttachCameraEditorPlacement, Position) == 0x000000, "Member 'FAttachCameraEditorPlacement::Position' has a wrong offset!"); \ static_assert(offsetof(FAttachCameraEditorPlacement, Rotation) == 0x000010, "Member 'FAttachCameraEditorPlacement::Rotation' has a wrong offset!"); \ static_assert(offsetof(FAttachCameraEditorPlacement, AttachType) == 0x000020, "Member 'FAttachCameraEditorPlacement::AttachType' has a wrong offset!"); \ static_assert(offsetof(FAttachCameraEditorPlacement, bValid) == 0x000021, "Member 'FAttachCameraEditorPlacement::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCurveBuildingParams \ static_assert(alignof(FCurveBuildingParams) == 0x000004, "Wrong alignment on FCurveBuildingParams"); \ static_assert(sizeof(FCurveBuildingParams) == 0x000018, "Wrong size on FCurveBuildingParams"); \ static_assert(offsetof(FCurveBuildingParams, SamplesPerSecond) == 0x000000, "Member 'FCurveBuildingParams::SamplesPerSecond' has a wrong offset!"); \ static_assert(offsetof(FCurveBuildingParams, MaxSamples) == 0x000004, "Member 'FCurveBuildingParams::MaxSamples' has a wrong offset!"); \ static_assert(offsetof(FCurveBuildingParams, MinValueChange) == 0x000008, "Member 'FCurveBuildingParams::MinValueChange' has a wrong offset!"); \ static_assert(offsetof(FCurveBuildingParams, KeyOptimizeThreshold) == 0x00000C, "Member 'FCurveBuildingParams::KeyOptimizeThreshold' has a wrong offset!"); \ static_assert(offsetof(FCurveBuildingParams, RedundantKeyTolerance) == 0x000010, "Member 'FCurveBuildingParams::RedundantKeyTolerance' has a wrong offset!"); \ static_assert(offsetof(FCurveBuildingParams, bOptimize) == 0x000014, "Member 'FCurveBuildingParams::bOptimize' has a wrong offset!"); \ static_assert(offsetof(FCurveBuildingParams, bCubic) == 0x000015, "Member 'FCurveBuildingParams::bCubic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEasingFunction \ static_assert(alignof(FEasingFunction) == 0x000004, "Wrong alignment on FEasingFunction"); \ static_assert(sizeof(FEasingFunction) == 0x00000C, "Wrong size on FEasingFunction"); \ static_assert(offsetof(FEasingFunction, Easing) == 0x000000, "Member 'FEasingFunction::Easing' has a wrong offset!"); \ static_assert(offsetof(FEasingFunction, BlendExp) == 0x000004, "Member 'FEasingFunction::BlendExp' has a wrong offset!"); \ static_assert(offsetof(FEasingFunction, Steps) == 0x000008, "Member 'FEasingFunction::Steps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FObjectFadeParams \ static_assert(alignof(FObjectFadeParams) == 0x000008, "Wrong alignment on FObjectFadeParams"); \ static_assert(sizeof(FObjectFadeParams) == 0x000090, "Wrong size on FObjectFadeParams"); \ static_assert(offsetof(FObjectFadeParams, Direction) == 0x000000, "Member 'FObjectFadeParams::Direction' has a wrong offset!"); \ static_assert(offsetof(FObjectFadeParams, OpacityCurve) == 0x000008, "Member 'FObjectFadeParams::OpacityCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FObjectfade \ static_assert(alignof(FObjectfade) == 0x000008, "Wrong alignment on FObjectfade"); \ static_assert(sizeof(FObjectfade) == 0x0000B8, "Wrong size on FObjectfade"); \ static_assert(offsetof(FObjectfade, Params) == 0x000010, "Member 'FObjectfade::Params' has a wrong offset!"); \ static_assert(offsetof(FObjectfade, TimeFactor) == 0x0000A0, "Member 'FObjectfade::TimeFactor' has a wrong offset!"); \ static_assert(offsetof(FObjectfade, Age) == 0x0000A4, "Member 'FObjectfade::Age' has a wrong offset!"); \ static_assert(offsetof(FObjectfade, Opacity) == 0x0000A8, "Member 'FObjectfade::Opacity' has a wrong offset!"); \ static_assert(offsetof(FObjectfade, Delay) == 0x0000AC, "Member 'FObjectfade::Delay' has a wrong offset!"); \ static_assert(offsetof(FObjectfade, FadeCompletedAction) == 0x0000B0, "Member 'FObjectfade::FadeCompletedAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FObjectFadeParamsCurve \ static_assert(alignof(FObjectFadeParamsCurve) == 0x000008, "Wrong alignment on FObjectFadeParamsCurve"); \ static_assert(sizeof(FObjectFadeParamsCurve) == 0x000090, "Wrong size on FObjectFadeParamsCurve"); \ static_assert(offsetof(FObjectFadeParamsCurve, RuntimeCurve) == 0x000000, "Member 'FObjectFadeParamsCurve::RuntimeCurve' has a wrong offset!"); \ static_assert(offsetof(FObjectFadeParamsCurve, ExternalCurve) == 0x000088, "Member 'FObjectFadeParamsCurve::ExternalCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FObjectFadeParamsEaseFunction \ static_assert(alignof(FObjectFadeParamsEaseFunction) == 0x000004, "Wrong alignment on FObjectFadeParamsEaseFunction"); \ static_assert(sizeof(FObjectFadeParamsEaseFunction) == 0x000014, "Wrong size on FObjectFadeParamsEaseFunction"); \ static_assert(offsetof(FObjectFadeParamsEaseFunction, Direction) == 0x000000, "Member 'FObjectFadeParamsEaseFunction::Direction' has a wrong offset!"); \ static_assert(offsetof(FObjectFadeParamsEaseFunction, Duration) == 0x000004, "Member 'FObjectFadeParamsEaseFunction::Duration' has a wrong offset!"); \ static_assert(offsetof(FObjectFadeParamsEaseFunction, EaseFunction) == 0x000008, "Member 'FObjectFadeParamsEaseFunction::EaseFunction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FObjectFadeParamsSpeedDuration \ static_assert(alignof(FObjectFadeParamsSpeedDuration) == 0x000004, "Wrong alignment on FObjectFadeParamsSpeedDuration"); \ static_assert(sizeof(FObjectFadeParamsSpeedDuration) == 0x00000C, "Wrong size on FObjectFadeParamsSpeedDuration"); \ static_assert(offsetof(FObjectFadeParamsSpeedDuration, Direction) == 0x000000, "Member 'FObjectFadeParamsSpeedDuration::Direction' has a wrong offset!"); \ static_assert(offsetof(FObjectFadeParamsSpeedDuration, Speed) == 0x000001, "Member 'FObjectFadeParamsSpeedDuration::Speed' has a wrong offset!"); \ static_assert(offsetof(FObjectFadeParamsSpeedDuration, Duration) == 0x000004, "Member 'FObjectFadeParamsSpeedDuration::Duration' has a wrong offset!"); \ static_assert(offsetof(FObjectFadeParamsSpeedDuration, bUseDuration) == 0x000008, "Member 'FObjectFadeParamsSpeedDuration::bUseDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFXAutoTriggerFXSpawnInfo \ static_assert(alignof(FFXAutoTriggerFXSpawnInfo) == 0x000008, "Wrong alignment on FFXAutoTriggerFXSpawnInfo"); \ static_assert(sizeof(FFXAutoTriggerFXSpawnInfo) == 0x000028, "Wrong size on FFXAutoTriggerFXSpawnInfo"); \ static_assert(offsetof(FFXAutoTriggerFXSpawnInfo, Location) == 0x000008, "Member 'FFXAutoTriggerFXSpawnInfo::Location' has a wrong offset!"); \ static_assert(offsetof(FFXAutoTriggerFXSpawnInfo, Rotation) == 0x000014, "Member 'FFXAutoTriggerFXSpawnInfo::Rotation' has a wrong offset!"); \ static_assert(offsetof(FFXAutoTriggerFXSpawnInfo, AttachPointName) == 0x000020, "Member 'FFXAutoTriggerFXSpawnInfo::AttachPointName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFXAutoTriggerFXSpawnInfoWithActors \ static_assert(alignof(FFXAutoTriggerFXSpawnInfoWithActors) == 0x000008, "Wrong alignment on FFXAutoTriggerFXSpawnInfoWithActors"); \ static_assert(sizeof(FFXAutoTriggerFXSpawnInfoWithActors) == 0x000038, "Wrong size on FFXAutoTriggerFXSpawnInfoWithActors"); \ static_assert(offsetof(FFXAutoTriggerFXSpawnInfoWithActors, Target) == 0x000028, "Member 'FFXAutoTriggerFXSpawnInfoWithActors::Target' has a wrong offset!"); \ static_assert(offsetof(FFXAutoTriggerFXSpawnInfoWithActors, Instigator) == 0x000030, "Member 'FFXAutoTriggerFXSpawnInfoWithActors::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerCustomConditionsSet \ static_assert(alignof(FXAutoTriggerCustomConditionsSet) == 0x000008, "Wrong alignment on FXAutoTriggerCustomConditionsSet"); \ static_assert(sizeof(FXAutoTriggerCustomConditionsSet) == 0x000010, "Wrong size on FXAutoTriggerCustomConditionsSet"); \ static_assert(offsetof(FXAutoTriggerCustomConditionsSet, Bools) == 0x000000, "Member 'FXAutoTriggerCustomConditionsSet::Bools' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerPerWorldCustomConditions \ static_assert(alignof(FXAutoTriggerPerWorldCustomConditions) == 0x000008, "Wrong alignment on FXAutoTriggerPerWorldCustomConditions"); \ static_assert(sizeof(FXAutoTriggerPerWorldCustomConditions) == 0x000060, "Wrong size on FXAutoTriggerPerWorldCustomConditions"); \ static_assert(offsetof(FXAutoTriggerPerWorldCustomConditions, Conditions) == 0x000000, "Member 'FXAutoTriggerPerWorldCustomConditions::Conditions' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerPerWorldCustomConditions, WorldConditions) == 0x000050, "Member 'FXAutoTriggerPerWorldCustomConditions::WorldConditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerCustomConditions \ static_assert(alignof(FXAutoTriggerCustomConditions) == 0x000008, "Wrong alignment on FXAutoTriggerCustomConditions"); \ static_assert(sizeof(FXAutoTriggerCustomConditions) == 0x000050, "Wrong size on FXAutoTriggerCustomConditions"); \ static_assert(offsetof(FXAutoTriggerCustomConditions, Conditions) == 0x000000, "Member 'FXAutoTriggerCustomConditions::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFXAutoTriggerFXTrackerEntry \ static_assert(alignof(FFXAutoTriggerFXTrackerEntry) == 0x000008, "Wrong alignment on FFXAutoTriggerFXTrackerEntry"); \ static_assert(sizeof(FFXAutoTriggerFXTrackerEntry) == 0x000028, "Wrong size on FFXAutoTriggerFXTrackerEntry"); \ static_assert(offsetof(FFXAutoTriggerFXTrackerEntry, FXHandle) == 0x000000, "Member 'FFXAutoTriggerFXTrackerEntry::FXHandle' has a wrong offset!"); \ static_assert(offsetof(FFXAutoTriggerFXTrackerEntry, DisableParameterUpdates) == 0x000008, "Member 'FFXAutoTriggerFXTrackerEntry::DisableParameterUpdates' has a wrong offset!"); \ static_assert(offsetof(FFXAutoTriggerFXTrackerEntry, SleepFrames) == 0x000018, "Member 'FFXAutoTriggerFXTrackerEntry::SleepFrames' has a wrong offset!"); \ static_assert(offsetof(FFXAutoTriggerFXTrackerEntry, Age) == 0x00001C, "Member 'FFXAutoTriggerFXTrackerEntry::Age' has a wrong offset!"); \ static_assert(offsetof(FFXAutoTriggerFXTrackerEntry, TouchedFrame) == 0x000020, "Member 'FFXAutoTriggerFXTrackerEntry::TouchedFrame' has a wrong offset!"); \ static_assert(offsetof(FFXAutoTriggerFXTrackerEntry, bDisableActorUpdates) == 0x000024, "Member 'FFXAutoTriggerFXTrackerEntry::bDisableActorUpdates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFXAutoTriggerFXTracker \ static_assert(alignof(FFXAutoTriggerFXTracker) == 0x000008, "Wrong alignment on FFXAutoTriggerFXTracker"); \ static_assert(sizeof(FFXAutoTriggerFXTracker) == 0x000050, "Wrong size on FFXAutoTriggerFXTracker"); \ static_assert(offsetof(FFXAutoTriggerFXTracker, FXMap) == 0x000000, "Member 'FFXAutoTriggerFXTracker::FXMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFXAutoTriggerNameBase \ static_assert(alignof(FFXAutoTriggerNameBase) == 0x000004, "Wrong alignment on FFXAutoTriggerNameBase"); \ static_assert(sizeof(FFXAutoTriggerNameBase) == 0x000008, "Wrong size on FFXAutoTriggerNameBase"); \ static_assert(offsetof(FFXAutoTriggerNameBase, Name) == 0x000000, "Member 'FFXAutoTriggerNameBase::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFXAutoTriggerAnyName \ static_assert(alignof(FFXAutoTriggerAnyName) == 0x000004, "Wrong alignment on FFXAutoTriggerAnyName"); \ static_assert(sizeof(FFXAutoTriggerAnyName) == 0x000008, "Wrong size on FFXAutoTriggerAnyName"); \ #define DUMPER7_ASSERTS_FFXAutoTriggerGlobalName \ static_assert(alignof(FFXAutoTriggerGlobalName) == 0x000004, "Wrong alignment on FFXAutoTriggerGlobalName"); \ static_assert(sizeof(FFXAutoTriggerGlobalName) == 0x000008, "Wrong size on FFXAutoTriggerGlobalName"); \ #define DUMPER7_ASSERTS_FFXAutoTriggerGroupName \ static_assert(alignof(FFXAutoTriggerGroupName) == 0x000004, "Wrong alignment on FFXAutoTriggerGroupName"); \ static_assert(sizeof(FFXAutoTriggerGroupName) == 0x000008, "Wrong size on FFXAutoTriggerGroupName"); \ #define DUMPER7_ASSERTS_FFXAutoTriggerRequiredActorsIterate \ static_assert(alignof(FFXAutoTriggerRequiredActorsIterate) == 0x000008, "Wrong alignment on FFXAutoTriggerRequiredActorsIterate"); \ static_assert(sizeof(FFXAutoTriggerRequiredActorsIterate) == 0x000018, "Wrong size on FFXAutoTriggerRequiredActorsIterate"); \ static_assert(offsetof(FFXAutoTriggerRequiredActorsIterate, ExternalBuckets) == 0x000000, "Member 'FFXAutoTriggerRequiredActorsIterate::ExternalBuckets' has a wrong offset!"); \ static_assert(offsetof(FFXAutoTriggerRequiredActorsIterate, bMainActorList) == 0x000010, "Member 'FFXAutoTriggerRequiredActorsIterate::bMainActorList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFXAutoTriggerRunningFX \ static_assert(alignof(FFXAutoTriggerRunningFX) == 0x000008, "Wrong alignment on FFXAutoTriggerRunningFX"); \ static_assert(sizeof(FFXAutoTriggerRunningFX) == 0x000068, "Wrong size on FFXAutoTriggerRunningFX"); \ static_assert(offsetof(FFXAutoTriggerRunningFX, Asset) == 0x000000, "Member 'FFXAutoTriggerRunningFX::Asset' has a wrong offset!"); \ static_assert(offsetof(FFXAutoTriggerRunningFX, Owner) == 0x000008, "Member 'FFXAutoTriggerRunningFX::Owner' has a wrong offset!"); \ static_assert(offsetof(FFXAutoTriggerRunningFX, Tracker) == 0x000010, "Member 'FFXAutoTriggerRunningFX::Tracker' has a wrong offset!"); \ static_assert(offsetof(FFXAutoTriggerRunningFX, bMeetsPrerequisite) == 0x000060, "Member 'FFXAutoTriggerRunningFX::bMeetsPrerequisite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFXAutoTriggerRunningFXList \ static_assert(alignof(FFXAutoTriggerRunningFXList) == 0x000008, "Wrong alignment on FFXAutoTriggerRunningFXList"); \ static_assert(sizeof(FFXAutoTriggerRunningFXList) == 0x000010, "Wrong size on FFXAutoTriggerRunningFXList"); \ static_assert(offsetof(FFXAutoTriggerRunningFXList, FX) == 0x000000, "Member 'FFXAutoTriggerRunningFXList::FX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFXAutoTriggerRunningFXGroup \ static_assert(alignof(FFXAutoTriggerRunningFXGroup) == 0x000008, "Wrong alignment on FFXAutoTriggerRunningFXGroup"); \ static_assert(sizeof(FFXAutoTriggerRunningFXGroup) == 0x000018, "Wrong size on FFXAutoTriggerRunningFXGroup"); \ static_assert(offsetof(FFXAutoTriggerRunningFXGroup, Group) == 0x000010, "Member 'FFXAutoTriggerRunningFXGroup::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFXAutoTriggerRunningFXCollection \ static_assert(alignof(FFXAutoTriggerRunningFXCollection) == 0x000008, "Wrong alignment on FFXAutoTriggerRunningFXCollection"); \ static_assert(sizeof(FFXAutoTriggerRunningFXCollection) == 0x000028, "Wrong size on FFXAutoTriggerRunningFXCollection"); \ static_assert(offsetof(FFXAutoTriggerRunningFXCollection, Globals) == 0x000010, "Member 'FFXAutoTriggerRunningFXCollection::Globals' has a wrong offset!"); \ static_assert(offsetof(FFXAutoTriggerRunningFXCollection, Groups) == 0x000018, "Member 'FFXAutoTriggerRunningFXCollection::Groups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFXNamedHandles \ static_assert(alignof(FFXNamedHandles) == 0x000008, "Wrong alignment on FFXNamedHandles"); \ static_assert(sizeof(FFXNamedHandles) == 0x000050, "Wrong size on FFXNamedHandles"); \ static_assert(offsetof(FFXNamedHandles, NamedHandles) == 0x000000, "Member 'FFXNamedHandles::NamedHandles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPerWorldFXNamedHandles \ static_assert(alignof(FPerWorldFXNamedHandles) == 0x000008, "Wrong alignment on FPerWorldFXNamedHandles"); \ static_assert(sizeof(FPerWorldFXNamedHandles) == 0x0000A0, "Wrong size on FPerWorldFXNamedHandles"); \ static_assert(offsetof(FPerWorldFXNamedHandles, Global) == 0x000000, "Member 'FPerWorldFXNamedHandles::Global' has a wrong offset!"); \ static_assert(offsetof(FPerWorldFXNamedHandles, Targets) == 0x000050, "Member 'FPerWorldFXNamedHandles::Targets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFXNamedHandlesSingleton \ static_assert(alignof(FFXNamedHandlesSingleton) == 0x000008, "Wrong alignment on FFXNamedHandlesSingleton"); \ static_assert(sizeof(FFXNamedHandlesSingleton) == 0x000050, "Wrong size on FFXNamedHandlesSingleton"); \ static_assert(offsetof(FFXNamedHandlesSingleton, Handles) == 0x000000, "Member 'FFXNamedHandlesSingleton::Handles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMillisecondUpdateTracker \ static_assert(alignof(FMillisecondUpdateTracker) == 0x000008, "Wrong alignment on FMillisecondUpdateTracker"); \ static_assert(sizeof(FMillisecondUpdateTracker) == 0x000020, "Wrong size on FMillisecondUpdateTracker"); \ static_assert(offsetof(FMillisecondUpdateTracker, LastUpdate) == 0x000000, "Member 'FMillisecondUpdateTracker::LastUpdate' has a wrong offset!"); \ static_assert(offsetof(FMillisecondUpdateTracker, LastMS) == 0x000008, "Member 'FMillisecondUpdateTracker::LastMS' has a wrong offset!"); \ static_assert(offsetof(FMillisecondUpdateTracker, AverageMS) == 0x00000C, "Member 'FMillisecondUpdateTracker::AverageMS' has a wrong offset!"); \ static_assert(offsetof(FMillisecondUpdateTracker, AverageSamples) == 0x000010, "Member 'FMillisecondUpdateTracker::AverageSamples' has a wrong offset!"); \ static_assert(offsetof(FMillisecondUpdateTracker, AverageMaxSamples) == 0x000014, "Member 'FMillisecondUpdateTracker::AverageMaxSamples' has a wrong offset!"); \ static_assert(offsetof(FMillisecondUpdateTracker, bAverageRollover) == 0x000018, "Member 'FMillisecondUpdateTracker::bAverageRollover' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMillisecondUpdateTimer \ static_assert(alignof(FMillisecondUpdateTimer) == 0x000008, "Wrong alignment on FMillisecondUpdateTimer"); \ static_assert(sizeof(FMillisecondUpdateTimer) == 0x000010, "Wrong size on FMillisecondUpdateTimer"); \ static_assert(offsetof(FMillisecondUpdateTimer, NextUpdate) == 0x000000, "Member 'FMillisecondUpdateTimer::NextUpdate' has a wrong offset!"); \ static_assert(offsetof(FMillisecondUpdateTimer, UpdateRateMS) == 0x000008, "Member 'FMillisecondUpdateTimer::UpdateRateMS' has a wrong offset!"); \ static_assert(offsetof(FMillisecondUpdateTimer, bEnabled) == 0x00000C, "Member 'FMillisecondUpdateTimer::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOverlapEffectsVelocityTracker \ static_assert(alignof(FOverlapEffectsVelocityTracker) == 0x000004, "Wrong alignment on FOverlapEffectsVelocityTracker"); \ static_assert(sizeof(FOverlapEffectsVelocityTracker) == 0x000034, "Wrong size on FOverlapEffectsVelocityTracker"); \ static_assert(offsetof(FOverlapEffectsVelocityTracker, VelocityDirection) == 0x000000, "Member 'FOverlapEffectsVelocityTracker::VelocityDirection' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsVelocityTracker, Speed) == 0x00000C, "Member 'FOverlapEffectsVelocityTracker::Speed' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsVelocityTracker, AngularVelocity) == 0x000010, "Member 'FOverlapEffectsVelocityTracker::AngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsVelocityTracker, LastPosition) == 0x000014, "Member 'FOverlapEffectsVelocityTracker::LastPosition' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsVelocityTracker, LastForward) == 0x000020, "Member 'FOverlapEffectsVelocityTracker::LastForward' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsVelocityTracker, LastDistanceMoved) == 0x00002C, "Member 'FOverlapEffectsVelocityTracker::LastDistanceMoved' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsVelocityTracker, bInitialized) == 0x000030, "Member 'FOverlapEffectsVelocityTracker::bInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOverlapEffectsHandlerConditions \ static_assert(alignof(FOverlapEffectsHandlerConditions) == 0x000008, "Wrong alignment on FOverlapEffectsHandlerConditions"); \ static_assert(sizeof(FOverlapEffectsHandlerConditions) == 0x000018, "Wrong size on FOverlapEffectsHandlerConditions"); \ static_assert(offsetof(FOverlapEffectsHandlerConditions, InstigatorCondition) == 0x000000, "Member 'FOverlapEffectsHandlerConditions::InstigatorCondition' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsHandlerConditions, VictimCondition) == 0x000008, "Member 'FOverlapEffectsHandlerConditions::VictimCondition' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsHandlerConditions, Logic) == 0x000010, "Member 'FOverlapEffectsHandlerConditions::Logic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOverlapEffectsHandlerInstancedFoliageBVHTestEntry \ static_assert(alignof(FOverlapEffectsHandlerInstancedFoliageBVHTestEntry) == 0x000008, "Wrong alignment on FOverlapEffectsHandlerInstancedFoliageBVHTestEntry"); \ static_assert(sizeof(FOverlapEffectsHandlerInstancedFoliageBVHTestEntry) == 0x000030, "Wrong size on FOverlapEffectsHandlerInstancedFoliageBVHTestEntry"); \ static_assert(offsetof(FOverlapEffectsHandlerInstancedFoliageBVHTestEntry, FoliageTypes) == 0x000000, "Member 'FOverlapEffectsHandlerInstancedFoliageBVHTestEntry::FoliageTypes' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsHandlerInstancedFoliageBVHTestEntry, Effects) == 0x000010, "Member 'FOverlapEffectsHandlerInstancedFoliageBVHTestEntry::Effects' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsHandlerInstancedFoliageBVHTestEntry, ActorXYBoundsPercent) == 0x000020, "Member 'FOverlapEffectsHandlerInstancedFoliageBVHTestEntry::ActorXYBoundsPercent' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsHandlerInstancedFoliageBVHTestEntry, NextUpdate) == 0x000024, "Member 'FOverlapEffectsHandlerInstancedFoliageBVHTestEntry::NextUpdate' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsHandlerInstancedFoliageBVHTestEntry, bReadyToTest) == 0x000028, "Member 'FOverlapEffectsHandlerInstancedFoliageBVHTestEntry::bReadyToTest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOverlapEffectsHandlerWindSpeedEntry \ static_assert(alignof(FOverlapEffectsHandlerWindSpeedEntry) == 0x000008, "Wrong alignment on FOverlapEffectsHandlerWindSpeedEntry"); \ static_assert(sizeof(FOverlapEffectsHandlerWindSpeedEntry) == 0x000038, "Wrong size on FOverlapEffectsHandlerWindSpeedEntry"); \ static_assert(offsetof(FOverlapEffectsHandlerWindSpeedEntry, ClothingTypes) == 0x000000, "Member 'FOverlapEffectsHandlerWindSpeedEntry::ClothingTypes' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsHandlerWindSpeedEntry, StartEndSpeed) == 0x000004, "Member 'FOverlapEffectsHandlerWindSpeedEntry::StartEndSpeed' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsHandlerWindSpeedEntry, Mode) == 0x00000C, "Member 'FOverlapEffectsHandlerWindSpeedEntry::Mode' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsHandlerWindSpeedEntry, StartEffects) == 0x000010, "Member 'FOverlapEffectsHandlerWindSpeedEntry::StartEffects' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsHandlerWindSpeedEntry, EndEffects) == 0x000020, "Member 'FOverlapEffectsHandlerWindSpeedEntry::EndEffects' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsHandlerWindSpeedEntry, bStopProcessingWithClothingMatch) == 0x000030, "Member 'FOverlapEffectsHandlerWindSpeedEntry::bStopProcessingWithClothingMatch' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsHandlerWindSpeedEntry, bUseStartEndSpeedMS) == 0x000031, "Member 'FOverlapEffectsHandlerWindSpeedEntry::bUseStartEndSpeedMS' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsHandlerWindSpeedEntry, bUseMode) == 0x000032, "Member 'FOverlapEffectsHandlerWindSpeedEntry::bUseMode' has a wrong offset!"); \ static_assert(offsetof(FOverlapEffectsHandlerWindSpeedEntry, bHasStartedEffects) == 0x000033, "Member 'FOverlapEffectsHandlerWindSpeedEntry::bHasStartedEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDecalPointLightInfo \ static_assert(alignof(FDecalPointLightInfo) == 0x000004, "Wrong alignment on FDecalPointLightInfo"); \ static_assert(sizeof(FDecalPointLightInfo) == 0x000028, "Wrong size on FDecalPointLightInfo"); \ static_assert(offsetof(FDecalPointLightInfo, IntensityUnits) == 0x000000, "Member 'FDecalPointLightInfo::IntensityUnits' has a wrong offset!"); \ static_assert(offsetof(FDecalPointLightInfo, Intensity) == 0x000004, "Member 'FDecalPointLightInfo::Intensity' has a wrong offset!"); \ static_assert(offsetof(FDecalPointLightInfo, LightColor) == 0x000008, "Member 'FDecalPointLightInfo::LightColor' has a wrong offset!"); \ static_assert(offsetof(FDecalPointLightInfo, Temperature) == 0x00000C, "Member 'FDecalPointLightInfo::Temperature' has a wrong offset!"); \ static_assert(offsetof(FDecalPointLightInfo, AttenuationRadius) == 0x000010, "Member 'FDecalPointLightInfo::AttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(FDecalPointLightInfo, LightFalloffExponent) == 0x000014, "Member 'FDecalPointLightInfo::LightFalloffExponent' has a wrong offset!"); \ static_assert(offsetof(FDecalPointLightInfo, MinDistance) == 0x000018, "Member 'FDecalPointLightInfo::MinDistance' has a wrong offset!"); \ static_assert(offsetof(FDecalPointLightInfo, MaxDrawDistance) == 0x00001C, "Member 'FDecalPointLightInfo::MaxDrawDistance' has a wrong offset!"); \ static_assert(offsetof(FDecalPointLightInfo, MaxDistanceFadeRange) == 0x000020, "Member 'FDecalPointLightInfo::MaxDistanceFadeRange' has a wrong offset!"); \ static_assert(offsetof(FDecalPointLightInfo, bUseTemperature) == 0x000024, "Member 'FDecalPointLightInfo::bUseTemperature' has a wrong offset!"); \ static_assert(offsetof(FDecalPointLightInfo, bUseInverseSquaredFalloff) == 0x000025, "Member 'FDecalPointLightInfo::bUseInverseSquaredFalloff' has a wrong offset!"); \ static_assert(offsetof(FDecalPointLightInfo, bVisible) == 0x000026, "Member 'FDecalPointLightInfo::bVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActiveTimeDilationEffect \ static_assert(alignof(FActiveTimeDilationEffect) == 0x000010, "Wrong alignment on FActiveTimeDilationEffect"); \ static_assert(sizeof(FActiveTimeDilationEffect) == 0x000050, "Wrong size on FActiveTimeDilationEffect"); \ static_assert(offsetof(FActiveTimeDilationEffect, TimeDilationCurve) == 0x000000, "Member 'FActiveTimeDilationEffect::TimeDilationCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActiveTimeDilationEffectGroup \ static_assert(alignof(FActiveTimeDilationEffectGroup) == 0x000008, "Wrong alignment on FActiveTimeDilationEffectGroup"); \ static_assert(sizeof(FActiveTimeDilationEffectGroup) == 0x000018, "Wrong size on FActiveTimeDilationEffectGroup"); \ static_assert(offsetof(FActiveTimeDilationEffectGroup, ActiveEffects) == 0x000000, "Member 'FActiveTimeDilationEffectGroup::ActiveEffects' has a wrong offset!"); \ static_assert(offsetof(FActiveTimeDilationEffectGroup, CounterDilationEnabledCount) == 0x000010, "Member 'FActiveTimeDilationEffectGroup::CounterDilationEnabledCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AttachCameraComponent_SetupCopyToRootComponent \ static_assert(alignof(AttachCameraComponent_SetupCopyToRootComponent) == 0x000001, "Wrong alignment on AttachCameraComponent_SetupCopyToRootComponent"); \ static_assert(sizeof(AttachCameraComponent_SetupCopyToRootComponent) == 0x000001, "Wrong size on AttachCameraComponent_SetupCopyToRootComponent"); \ static_assert(offsetof(AttachCameraComponent_SetupCopyToRootComponent, copyToRootComponent) == 0x000000, "Member 'AttachCameraComponent_SetupCopyToRootComponent::copyToRootComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AttachCameraComponent_GetCamera \ static_assert(alignof(AttachCameraComponent_GetCamera) == 0x000004, "Wrong alignment on AttachCameraComponent_GetCamera"); \ static_assert(sizeof(AttachCameraComponent_GetCamera) == 0x00001C, "Wrong size on AttachCameraComponent_GetCamera"); \ static_assert(offsetof(AttachCameraComponent_GetCamera, Eye) == 0x000000, "Member 'AttachCameraComponent_GetCamera::Eye' has a wrong offset!"); \ static_assert(offsetof(AttachCameraComponent_GetCamera, Orientation) == 0x00000C, "Member 'AttachCameraComponent_GetCamera::Orientation' has a wrong offset!"); \ static_assert(offsetof(AttachCameraComponent_GetCamera, ReturnValue) == 0x000018, "Member 'AttachCameraComponent_GetCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AttachCameraComponent_GetCameraLocation \ static_assert(alignof(AttachCameraComponent_GetCameraLocation) == 0x000004, "Wrong alignment on AttachCameraComponent_GetCameraLocation"); \ static_assert(sizeof(AttachCameraComponent_GetCameraLocation) == 0x000010, "Wrong size on AttachCameraComponent_GetCameraLocation"); \ static_assert(offsetof(AttachCameraComponent_GetCameraLocation, Eye) == 0x000000, "Member 'AttachCameraComponent_GetCameraLocation::Eye' has a wrong offset!"); \ static_assert(offsetof(AttachCameraComponent_GetCameraLocation, ReturnValue) == 0x00000C, "Member 'AttachCameraComponent_GetCameraLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AttachCameraComponent_GetCameraRotation \ static_assert(alignof(AttachCameraComponent_GetCameraRotation) == 0x000004, "Wrong alignment on AttachCameraComponent_GetCameraRotation"); \ static_assert(sizeof(AttachCameraComponent_GetCameraRotation) == 0x000010, "Wrong size on AttachCameraComponent_GetCameraRotation"); \ static_assert(offsetof(AttachCameraComponent_GetCameraRotation, Rotation) == 0x000000, "Member 'AttachCameraComponent_GetCameraRotation::Rotation' has a wrong offset!"); \ static_assert(offsetof(AttachCameraComponent_GetCameraRotation, ReturnValue) == 0x00000C, "Member 'AttachCameraComponent_GetCameraRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAttachCameraComponent \ static_assert(alignof(UAttachCameraComponent) == 0x000010, "Wrong alignment on UAttachCameraComponent"); \ static_assert(sizeof(UAttachCameraComponent) == 0x000250, "Wrong size on UAttachCameraComponent"); \ static_assert(offsetof(UAttachCameraComponent, AttachType) == 0x000218, "Member 'UAttachCameraComponent::AttachType' has a wrong offset!"); \ static_assert(offsetof(UAttachCameraComponent, BillBoardType) == 0x000219, "Member 'UAttachCameraComponent::BillBoardType' has a wrong offset!"); \ static_assert(offsetof(UAttachCameraComponent, LocalOffset) == 0x00021C, "Member 'UAttachCameraComponent::LocalOffset' has a wrong offset!"); \ static_assert(offsetof(UAttachCameraComponent, LocalRotator) == 0x000228, "Member 'UAttachCameraComponent::LocalRotator' has a wrong offset!"); \ static_assert(offsetof(UAttachCameraComponent, bCopyToRootComponent) == 0x000234, "Member 'UAttachCameraComponent::bCopyToRootComponent' has a wrong offset!"); \ static_assert(offsetof(UAttachCameraComponent, bEnable) == 0x000235, "Member 'UAttachCameraComponent::bEnable' has a wrong offset!"); \ static_assert(offsetof(UAttachCameraComponent, bEnableInEditor) == 0x000236, "Member 'UAttachCameraComponent::bEnableInEditor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAttachCameraActor \ static_assert(alignof(AAttachCameraActor) == 0x000008, "Wrong alignment on AAttachCameraActor"); \ static_assert(sizeof(AAttachCameraActor) == 0x000250, "Wrong size on AAttachCameraActor"); \ static_assert(offsetof(AAttachCameraActor, AttachCamera) == 0x000248, "Member 'AAttachCameraActor::AttachCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveHelpersUnitTest \ static_assert(alignof(UCurveHelpersUnitTest) == 0x000008, "Wrong alignment on UCurveHelpersUnitTest"); \ static_assert(sizeof(UCurveHelpersUnitTest) == 0x0000D8, "Wrong size on UCurveHelpersUnitTest"); \ static_assert(offsetof(UCurveHelpersUnitTest, Curve) == 0x000030, "Member 'UCurveHelpersUnitTest::Curve' has a wrong offset!"); \ static_assert(offsetof(UCurveHelpersUnitTest, MinValue) == 0x0000B8, "Member 'UCurveHelpersUnitTest::MinValue' has a wrong offset!"); \ static_assert(offsetof(UCurveHelpersUnitTest, MaxValue) == 0x0000BC, "Member 'UCurveHelpersUnitTest::MaxValue' has a wrong offset!"); \ static_assert(offsetof(UCurveHelpersUnitTest, Params_0) == 0x0000C0, "Member 'UCurveHelpersUnitTest::Params_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveHelpersSimpleUnitTest \ static_assert(alignof(UCurveHelpersSimpleUnitTest) == 0x000008, "Wrong alignment on UCurveHelpersSimpleUnitTest"); \ static_assert(sizeof(UCurveHelpersSimpleUnitTest) == 0x0000E0, "Wrong size on UCurveHelpersSimpleUnitTest"); \ static_assert(offsetof(UCurveHelpersSimpleUnitTest, Start) == 0x0000D8, "Member 'UCurveHelpersSimpleUnitTest::Start' has a wrong offset!"); \ static_assert(offsetof(UCurveHelpersSimpleUnitTest, Duration) == 0x0000DC, "Member 'UCurveHelpersSimpleUnitTest::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveHelpersEaseUnitTest \ static_assert(alignof(UCurveHelpersEaseUnitTest) == 0x000008, "Wrong alignment on UCurveHelpersEaseUnitTest"); \ static_assert(sizeof(UCurveHelpersEaseUnitTest) == 0x0000F0, "Wrong size on UCurveHelpersEaseUnitTest"); \ static_assert(offsetof(UCurveHelpersEaseUnitTest, Easing) == 0x0000E0, "Member 'UCurveHelpersEaseUnitTest::Easing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveHelpersFilterUnitTest \ static_assert(alignof(UCurveHelpersFilterUnitTest) == 0x000008, "Wrong alignment on UCurveHelpersFilterUnitTest"); \ static_assert(sizeof(UCurveHelpersFilterUnitTest) == 0x0000E8, "Wrong size on UCurveHelpersFilterUnitTest"); \ static_assert(offsetof(UCurveHelpersFilterUnitTest, TimeConstant) == 0x0000D8, "Member 'UCurveHelpersFilterUnitTest::TimeConstant' has a wrong offset!"); \ static_assert(offsetof(UCurveHelpersFilterUnitTest, Speed) == 0x0000DC, "Member 'UCurveHelpersFilterUnitTest::Speed' has a wrong offset!"); \ static_assert(offsetof(UCurveHelpersFilterUnitTest, SolveTolerance) == 0x0000E0, "Member 'UCurveHelpersFilterUnitTest::SolveTolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectFadeMaster_ActorIsFadingIn \ static_assert(alignof(ObjectFadeMaster_ActorIsFadingIn) == 0x000008, "Wrong alignment on ObjectFadeMaster_ActorIsFadingIn"); \ static_assert(sizeof(ObjectFadeMaster_ActorIsFadingIn) == 0x000010, "Wrong size on ObjectFadeMaster_ActorIsFadingIn"); \ static_assert(offsetof(ObjectFadeMaster_ActorIsFadingIn, Actor) == 0x000000, "Member 'ObjectFadeMaster_ActorIsFadingIn::Actor' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorIsFadingIn, isFading) == 0x000008, "Member 'ObjectFadeMaster_ActorIsFadingIn::isFading' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorIsFadingIn, isDone) == 0x000009, "Member 'ObjectFadeMaster_ActorIsFadingIn::isDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectFadeMaster_ActorIsFadingOut \ static_assert(alignof(ObjectFadeMaster_ActorIsFadingOut) == 0x000008, "Wrong alignment on ObjectFadeMaster_ActorIsFadingOut"); \ static_assert(sizeof(ObjectFadeMaster_ActorIsFadingOut) == 0x000010, "Wrong size on ObjectFadeMaster_ActorIsFadingOut"); \ static_assert(offsetof(ObjectFadeMaster_ActorIsFadingOut, Actor) == 0x000000, "Member 'ObjectFadeMaster_ActorIsFadingOut::Actor' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorIsFadingOut, isFading) == 0x000008, "Member 'ObjectFadeMaster_ActorIsFadingOut::isFading' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorIsFadingOut, isDone) == 0x000009, "Member 'ObjectFadeMaster_ActorIsFadingOut::isDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectFadeMaster_ActorPingPongFade \ static_assert(alignof(ObjectFadeMaster_ActorPingPongFade) == 0x000008, "Wrong alignment on ObjectFadeMaster_ActorPingPongFade"); \ static_assert(sizeof(ObjectFadeMaster_ActorPingPongFade) == 0x000010, "Wrong size on ObjectFadeMaster_ActorPingPongFade"); \ static_assert(offsetof(ObjectFadeMaster_ActorPingPongFade, Actor) == 0x000000, "Member 'ObjectFadeMaster_ActorPingPongFade::Actor' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorPingPongFade, Direction) == 0x000008, "Member 'ObjectFadeMaster_ActorPingPongFade::Direction' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorPingPongFade, FadeState) == 0x000009, "Member 'ObjectFadeMaster_ActorPingPongFade::FadeState' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorPingPongFade, Duration) == 0x00000C, "Member 'ObjectFadeMaster_ActorPingPongFade::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectFadeMaster_ActorRemoveFade \ static_assert(alignof(ObjectFadeMaster_ActorRemoveFade) == 0x000008, "Wrong alignment on ObjectFadeMaster_ActorRemoveFade"); \ static_assert(sizeof(ObjectFadeMaster_ActorRemoveFade) == 0x000010, "Wrong size on ObjectFadeMaster_ActorRemoveFade"); \ static_assert(offsetof(ObjectFadeMaster_ActorRemoveFade, Actor) == 0x000000, "Member 'ObjectFadeMaster_ActorRemoveFade::Actor' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorRemoveFade, wasFading) == 0x000008, "Member 'ObjectFadeMaster_ActorRemoveFade::wasFading' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectFadeMaster_ActorSetFadeInOut \ static_assert(alignof(ObjectFadeMaster_ActorSetFadeInOut) == 0x000008, "Wrong alignment on ObjectFadeMaster_ActorSetFadeInOut"); \ static_assert(sizeof(ObjectFadeMaster_ActorSetFadeInOut) == 0x000018, "Wrong size on ObjectFadeMaster_ActorSetFadeInOut"); \ static_assert(offsetof(ObjectFadeMaster_ActorSetFadeInOut, Actor) == 0x000000, "Member 'ObjectFadeMaster_ActorSetFadeInOut::Actor' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorSetFadeInOut, Direction) == 0x000008, "Member 'ObjectFadeMaster_ActorSetFadeInOut::Direction' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorSetFadeInOut, FadeState) == 0x000009, "Member 'ObjectFadeMaster_ActorSetFadeInOut::FadeState' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorSetFadeInOut, Duration) == 0x00000C, "Member 'ObjectFadeMaster_ActorSetFadeInOut::Duration' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorSetFadeInOut, FadeInCompletedAction) == 0x000010, "Member 'ObjectFadeMaster_ActorSetFadeInOut::FadeInCompletedAction' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorSetFadeInOut, FadeOutCompletedAction) == 0x000011, "Member 'ObjectFadeMaster_ActorSetFadeInOut::FadeOutCompletedAction' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorSetFadeInOut, bFadeInIfNotInSystem) == 0x000012, "Member 'ObjectFadeMaster_ActorSetFadeInOut::bFadeInIfNotInSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectFadeMaster_ActorStartFade \ static_assert(alignof(ObjectFadeMaster_ActorStartFade) == 0x000008, "Wrong alignment on ObjectFadeMaster_ActorStartFade"); \ static_assert(sizeof(ObjectFadeMaster_ActorStartFade) == 0x000020, "Wrong size on ObjectFadeMaster_ActorStartFade"); \ static_assert(offsetof(ObjectFadeMaster_ActorStartFade, Actor) == 0x000000, "Member 'ObjectFadeMaster_ActorStartFade::Actor' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorStartFade, Setup) == 0x000008, "Member 'ObjectFadeMaster_ActorStartFade::Setup' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorStartFade, FadeCompletedAction) == 0x000014, "Member 'ObjectFadeMaster_ActorStartFade::FadeCompletedAction' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorStartFade, TimeFactorOverride) == 0x000018, "Member 'ObjectFadeMaster_ActorStartFade::TimeFactorOverride' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorStartFade, ReturnValue) == 0x00001C, "Member 'ObjectFadeMaster_ActorStartFade::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectFadeMaster_ActorStartFadeDirectCurve \ static_assert(alignof(ObjectFadeMaster_ActorStartFadeDirectCurve) == 0x000008, "Wrong alignment on ObjectFadeMaster_ActorStartFadeDirectCurve"); \ static_assert(sizeof(ObjectFadeMaster_ActorStartFadeDirectCurve) == 0x0000A8, "Wrong size on ObjectFadeMaster_ActorStartFadeDirectCurve"); \ static_assert(offsetof(ObjectFadeMaster_ActorStartFadeDirectCurve, Actor) == 0x000000, "Member 'ObjectFadeMaster_ActorStartFadeDirectCurve::Actor' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorStartFadeDirectCurve, Setup) == 0x000008, "Member 'ObjectFadeMaster_ActorStartFadeDirectCurve::Setup' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorStartFadeDirectCurve, FadeCompletedAction) == 0x000098, "Member 'ObjectFadeMaster_ActorStartFadeDirectCurve::FadeCompletedAction' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorStartFadeDirectCurve, TimeFactorOverride) == 0x00009C, "Member 'ObjectFadeMaster_ActorStartFadeDirectCurve::TimeFactorOverride' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorStartFadeDirectCurve, ReturnValue) == 0x0000A0, "Member 'ObjectFadeMaster_ActorStartFadeDirectCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectFadeMaster_ActorStartFadeEaseFunction \ static_assert(alignof(ObjectFadeMaster_ActorStartFadeEaseFunction) == 0x000008, "Wrong alignment on ObjectFadeMaster_ActorStartFadeEaseFunction"); \ static_assert(sizeof(ObjectFadeMaster_ActorStartFadeEaseFunction) == 0x000028, "Wrong size on ObjectFadeMaster_ActorStartFadeEaseFunction"); \ static_assert(offsetof(ObjectFadeMaster_ActorStartFadeEaseFunction, Actor) == 0x000000, "Member 'ObjectFadeMaster_ActorStartFadeEaseFunction::Actor' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorStartFadeEaseFunction, Setup) == 0x000008, "Member 'ObjectFadeMaster_ActorStartFadeEaseFunction::Setup' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorStartFadeEaseFunction, FadeCompletedAction) == 0x00001C, "Member 'ObjectFadeMaster_ActorStartFadeEaseFunction::FadeCompletedAction' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorStartFadeEaseFunction, TimeFactorOverride) == 0x000020, "Member 'ObjectFadeMaster_ActorStartFadeEaseFunction::TimeFactorOverride' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_ActorStartFadeEaseFunction, ReturnValue) == 0x000024, "Member 'ObjectFadeMaster_ActorStartFadeEaseFunction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectFadeMaster_MeshIsFadingIn \ static_assert(alignof(ObjectFadeMaster_MeshIsFadingIn) == 0x000008, "Wrong alignment on ObjectFadeMaster_MeshIsFadingIn"); \ static_assert(sizeof(ObjectFadeMaster_MeshIsFadingIn) == 0x000010, "Wrong size on ObjectFadeMaster_MeshIsFadingIn"); \ static_assert(offsetof(ObjectFadeMaster_MeshIsFadingIn, Mesh) == 0x000000, "Member 'ObjectFadeMaster_MeshIsFadingIn::Mesh' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_MeshIsFadingIn, isFading) == 0x000008, "Member 'ObjectFadeMaster_MeshIsFadingIn::isFading' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_MeshIsFadingIn, isDone) == 0x000009, "Member 'ObjectFadeMaster_MeshIsFadingIn::isDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectFadeMaster_MeshIsFadingOut \ static_assert(alignof(ObjectFadeMaster_MeshIsFadingOut) == 0x000008, "Wrong alignment on ObjectFadeMaster_MeshIsFadingOut"); \ static_assert(sizeof(ObjectFadeMaster_MeshIsFadingOut) == 0x000010, "Wrong size on ObjectFadeMaster_MeshIsFadingOut"); \ static_assert(offsetof(ObjectFadeMaster_MeshIsFadingOut, Mesh) == 0x000000, "Member 'ObjectFadeMaster_MeshIsFadingOut::Mesh' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_MeshIsFadingOut, isFading) == 0x000008, "Member 'ObjectFadeMaster_MeshIsFadingOut::isFading' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_MeshIsFadingOut, isDone) == 0x000009, "Member 'ObjectFadeMaster_MeshIsFadingOut::isDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectFadeMaster_MeshRemoveFade \ static_assert(alignof(ObjectFadeMaster_MeshRemoveFade) == 0x000008, "Wrong alignment on ObjectFadeMaster_MeshRemoveFade"); \ static_assert(sizeof(ObjectFadeMaster_MeshRemoveFade) == 0x000010, "Wrong size on ObjectFadeMaster_MeshRemoveFade"); \ static_assert(offsetof(ObjectFadeMaster_MeshRemoveFade, Mesh) == 0x000000, "Member 'ObjectFadeMaster_MeshRemoveFade::Mesh' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_MeshRemoveFade, wasFading) == 0x000008, "Member 'ObjectFadeMaster_MeshRemoveFade::wasFading' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectFadeMaster_MeshStartFade \ static_assert(alignof(ObjectFadeMaster_MeshStartFade) == 0x000008, "Wrong alignment on ObjectFadeMaster_MeshStartFade"); \ static_assert(sizeof(ObjectFadeMaster_MeshStartFade) == 0x000020, "Wrong size on ObjectFadeMaster_MeshStartFade"); \ static_assert(offsetof(ObjectFadeMaster_MeshStartFade, Mesh) == 0x000000, "Member 'ObjectFadeMaster_MeshStartFade::Mesh' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_MeshStartFade, Setup) == 0x000008, "Member 'ObjectFadeMaster_MeshStartFade::Setup' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_MeshStartFade, FadeCompletedAction) == 0x000014, "Member 'ObjectFadeMaster_MeshStartFade::FadeCompletedAction' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_MeshStartFade, TimeFactorOverride) == 0x000018, "Member 'ObjectFadeMaster_MeshStartFade::TimeFactorOverride' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_MeshStartFade, ReturnValue) == 0x00001C, "Member 'ObjectFadeMaster_MeshStartFade::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectFadeMaster_MeshStartFadeDirectCurve \ static_assert(alignof(ObjectFadeMaster_MeshStartFadeDirectCurve) == 0x000008, "Wrong alignment on ObjectFadeMaster_MeshStartFadeDirectCurve"); \ static_assert(sizeof(ObjectFadeMaster_MeshStartFadeDirectCurve) == 0x0000A8, "Wrong size on ObjectFadeMaster_MeshStartFadeDirectCurve"); \ static_assert(offsetof(ObjectFadeMaster_MeshStartFadeDirectCurve, Mesh) == 0x000000, "Member 'ObjectFadeMaster_MeshStartFadeDirectCurve::Mesh' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_MeshStartFadeDirectCurve, Setup) == 0x000008, "Member 'ObjectFadeMaster_MeshStartFadeDirectCurve::Setup' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_MeshStartFadeDirectCurve, FadeCompletedAction) == 0x000098, "Member 'ObjectFadeMaster_MeshStartFadeDirectCurve::FadeCompletedAction' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_MeshStartFadeDirectCurve, TimeFactorOverride) == 0x00009C, "Member 'ObjectFadeMaster_MeshStartFadeDirectCurve::TimeFactorOverride' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_MeshStartFadeDirectCurve, ReturnValue) == 0x0000A0, "Member 'ObjectFadeMaster_MeshStartFadeDirectCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectFadeMaster_MeshStartFadeEaseFunction \ static_assert(alignof(ObjectFadeMaster_MeshStartFadeEaseFunction) == 0x000008, "Wrong alignment on ObjectFadeMaster_MeshStartFadeEaseFunction"); \ static_assert(sizeof(ObjectFadeMaster_MeshStartFadeEaseFunction) == 0x000028, "Wrong size on ObjectFadeMaster_MeshStartFadeEaseFunction"); \ static_assert(offsetof(ObjectFadeMaster_MeshStartFadeEaseFunction, Mesh) == 0x000000, "Member 'ObjectFadeMaster_MeshStartFadeEaseFunction::Mesh' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_MeshStartFadeEaseFunction, Setup) == 0x000008, "Member 'ObjectFadeMaster_MeshStartFadeEaseFunction::Setup' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_MeshStartFadeEaseFunction, FadeCompletedAction) == 0x00001C, "Member 'ObjectFadeMaster_MeshStartFadeEaseFunction::FadeCompletedAction' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_MeshStartFadeEaseFunction, TimeFactorOverride) == 0x000020, "Member 'ObjectFadeMaster_MeshStartFadeEaseFunction::TimeFactorOverride' has a wrong offset!"); \ static_assert(offsetof(ObjectFadeMaster_MeshStartFadeEaseFunction, ReturnValue) == 0x000024, "Member 'ObjectFadeMaster_MeshStartFadeEaseFunction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AObjectFadeMaster \ static_assert(alignof(AObjectFadeMaster) == 0x000008, "Wrong alignment on AObjectFadeMaster"); \ static_assert(sizeof(AObjectFadeMaster) == 0x000298, "Wrong size on AObjectFadeMaster"); \ static_assert(offsetof(AObjectFadeMaster, FadeMap) == 0x000248, "Member 'AObjectFadeMaster::FadeMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFollowCameraComponent \ static_assert(alignof(UFollowCameraComponent) == 0x000008, "Wrong alignment on UFollowCameraComponent"); \ static_assert(sizeof(UFollowCameraComponent) == 0x000110, "Wrong size on UFollowCameraComponent"); \ static_assert(offsetof(UFollowCameraComponent, FollowType) == 0x0000D0, "Member 'UFollowCameraComponent::FollowType' has a wrong offset!"); \ static_assert(offsetof(UFollowCameraComponent, ZValue) == 0x0000D4, "Member 'UFollowCameraComponent::ZValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerConditionBase \ static_assert(alignof(UFXAutoTriggerConditionBase) == 0x000008, "Wrong alignment on UFXAutoTriggerConditionBase"); \ static_assert(sizeof(UFXAutoTriggerConditionBase) == 0x000028, "Wrong size on UFXAutoTriggerConditionBase"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerCondition \ static_assert(alignof(UFXAutoTriggerCondition) == 0x000008, "Wrong alignment on UFXAutoTriggerCondition"); \ static_assert(sizeof(UFXAutoTriggerCondition) == 0x000030, "Wrong size on UFXAutoTriggerCondition"); \ static_assert(offsetof(UFXAutoTriggerCondition, Type) == 0x000028, "Member 'UFXAutoTriggerCondition::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerConditionList \ static_assert(alignof(UFXAutoTriggerConditionList) == 0x000008, "Wrong alignment on UFXAutoTriggerConditionList"); \ static_assert(sizeof(UFXAutoTriggerConditionList) == 0x000038, "Wrong size on UFXAutoTriggerConditionList"); \ static_assert(offsetof(UFXAutoTriggerConditionList, Conditions) == 0x000028, "Member 'UFXAutoTriggerConditionList::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerConditionBool \ static_assert(alignof(UFXAutoTriggerConditionBool) == 0x000008, "Wrong alignment on UFXAutoTriggerConditionBool"); \ static_assert(sizeof(UFXAutoTriggerConditionBool) == 0x000068, "Wrong size on UFXAutoTriggerConditionBool"); \ static_assert(offsetof(UFXAutoTriggerConditionBool, Condition) == 0x000030, "Member 'UFXAutoTriggerConditionBool::Condition' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerConditionBool, SpawnInfo) == 0x000038, "Member 'UFXAutoTriggerConditionBool::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerConditionBool, bUseSpawnInfo) == 0x000060, "Member 'UFXAutoTriggerConditionBool::bUseSpawnInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerConditionIsSwappable \ static_assert(alignof(UFXAutoTriggerConditionIsSwappable) == 0x000008, "Wrong alignment on UFXAutoTriggerConditionIsSwappable"); \ static_assert(sizeof(UFXAutoTriggerConditionIsSwappable) == 0x000038, "Wrong size on UFXAutoTriggerConditionIsSwappable"); \ static_assert(offsetof(UFXAutoTriggerConditionIsSwappable, Key) == 0x000028, "Member 'UFXAutoTriggerConditionIsSwappable::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerValue \ static_assert(alignof(UFXAutoTriggerValue) == 0x000008, "Wrong alignment on UFXAutoTriggerValue"); \ static_assert(sizeof(UFXAutoTriggerValue) == 0x000028, "Wrong size on UFXAutoTriggerValue"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBool \ static_assert(alignof(UFXAutoTriggerBool) == 0x000008, "Wrong alignment on UFXAutoTriggerBool"); \ static_assert(sizeof(UFXAutoTriggerBool) == 0x000028, "Wrong size on UFXAutoTriggerBool"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerCustomActorConditionBool \ static_assert(alignof(UFXAutoTriggerCustomActorConditionBool) == 0x000008, "Wrong alignment on UFXAutoTriggerCustomActorConditionBool"); \ static_assert(sizeof(UFXAutoTriggerCustomActorConditionBool) == 0x000030, "Wrong size on UFXAutoTriggerCustomActorConditionBool"); \ static_assert(offsetof(UFXAutoTriggerCustomActorConditionBool, CustomCondition) == 0x000028, "Member 'UFXAutoTriggerCustomActorConditionBool::CustomCondition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerCustomWorldConditionBool \ static_assert(alignof(UFXAutoTriggerCustomWorldConditionBool) == 0x000008, "Wrong alignment on UFXAutoTriggerCustomWorldConditionBool"); \ static_assert(sizeof(UFXAutoTriggerCustomWorldConditionBool) == 0x000030, "Wrong size on UFXAutoTriggerCustomWorldConditionBool"); \ static_assert(offsetof(UFXAutoTriggerCustomWorldConditionBool, CustomCondition) == 0x000028, "Member 'UFXAutoTriggerCustomWorldConditionBool::CustomCondition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerDefinitionAsset \ static_assert(alignof(UFXAutoTriggerDefinitionAsset) == 0x000008, "Wrong alignment on UFXAutoTriggerDefinitionAsset"); \ static_assert(sizeof(UFXAutoTriggerDefinitionAsset) == 0x0000A0, "Wrong size on UFXAutoTriggerDefinitionAsset"); \ static_assert(offsetof(UFXAutoTriggerDefinitionAsset, Name_0) == 0x000030, "Member 'UFXAutoTriggerDefinitionAsset::Name_0' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerDefinitionAsset, Prerequisite) == 0x000038, "Member 'UFXAutoTriggerDefinitionAsset::Prerequisite' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerDefinitionAsset, RequiredActors) == 0x000040, "Member 'UFXAutoTriggerDefinitionAsset::RequiredActors' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerDefinitionAsset, TriggerCondition) == 0x000048, "Member 'UFXAutoTriggerDefinitionAsset::TriggerCondition' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerDefinitionAsset, Updates) == 0x000050, "Member 'UFXAutoTriggerDefinitionAsset::Updates' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerDefinitionAsset, FX) == 0x000060, "Member 'UFXAutoTriggerDefinitionAsset::FX' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerDefinitionAsset, DefaultSpawnInfo) == 0x000070, "Member 'UFXAutoTriggerDefinitionAsset::DefaultSpawnInfo' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerDefinitionAsset, SleepWhenFinishingImmediately) == 0x000098, "Member 'UFXAutoTriggerDefinitionAsset::SleepWhenFinishingImmediately' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerDefinitionAsset, SleepWhenStartFails) == 0x00009C, "Member 'UFXAutoTriggerDefinitionAsset::SleepWhenStartFails' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerGroupDefinitionAsset \ static_assert(alignof(UFXAutoTriggerGroupDefinitionAsset) == 0x000008, "Wrong alignment on UFXAutoTriggerGroupDefinitionAsset"); \ static_assert(sizeof(UFXAutoTriggerGroupDefinitionAsset) == 0x0000B0, "Wrong size on UFXAutoTriggerGroupDefinitionAsset"); \ static_assert(offsetof(UFXAutoTriggerGroupDefinitionAsset, Group) == 0x000030, "Member 'UFXAutoTriggerGroupDefinitionAsset::Group' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerGroupDefinitionAsset, GroupPrerequisites) == 0x000038, "Member 'UFXAutoTriggerGroupDefinitionAsset::GroupPrerequisites' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerGroupDefinitionAsset, Definitions) == 0x000048, "Member 'UFXAutoTriggerGroupDefinitionAsset::Definitions' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerGroupDefinitionAsset, bRunWithGlobalActors) == 0x000058, "Member 'UFXAutoTriggerGroupDefinitionAsset::bRunWithGlobalActors' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerGroupDefinitionAsset, GroupNames) == 0x000060, "Member 'UFXAutoTriggerGroupDefinitionAsset::GroupNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerGlobalDefinitionAsset \ static_assert(alignof(UFXAutoTriggerGlobalDefinitionAsset) == 0x000008, "Wrong alignment on UFXAutoTriggerGlobalDefinitionAsset"); \ static_assert(sizeof(UFXAutoTriggerGlobalDefinitionAsset) == 0x0000B0, "Wrong size on UFXAutoTriggerGlobalDefinitionAsset"); \ static_assert(offsetof(UFXAutoTriggerGlobalDefinitionAsset, GlobalDefinitions) == 0x000030, "Member 'UFXAutoTriggerGlobalDefinitionAsset::GlobalDefinitions' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerGlobalDefinitionAsset, GroupDefinitions) == 0x000040, "Member 'UFXAutoTriggerGlobalDefinitionAsset::GroupDefinitions' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerGlobalDefinitionAsset, GlobalPrerequisites) == 0x000050, "Member 'UFXAutoTriggerGlobalDefinitionAsset::GlobalPrerequisites' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerGlobalDefinitionAsset, GlobalNames) == 0x000060, "Member 'UFXAutoTriggerGlobalDefinitionAsset::GlobalNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerDefinitionBatchAsset \ static_assert(alignof(UFXAutoTriggerDefinitionBatchAsset) == 0x000008, "Wrong alignment on UFXAutoTriggerDefinitionBatchAsset"); \ static_assert(sizeof(UFXAutoTriggerDefinitionBatchAsset) == 0x000030, "Wrong size on UFXAutoTriggerDefinitionBatchAsset"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerPrerequisiteBase \ static_assert(alignof(UFXAutoTriggerPrerequisiteBase) == 0x000008, "Wrong alignment on UFXAutoTriggerPrerequisiteBase"); \ static_assert(sizeof(UFXAutoTriggerPrerequisiteBase) == 0x000028, "Wrong size on UFXAutoTriggerPrerequisiteBase"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerPrerequisiteAnd \ static_assert(alignof(UFXAutoTriggerPrerequisiteAnd) == 0x000008, "Wrong alignment on UFXAutoTriggerPrerequisiteAnd"); \ static_assert(sizeof(UFXAutoTriggerPrerequisiteAnd) == 0x000038, "Wrong size on UFXAutoTriggerPrerequisiteAnd"); \ static_assert(offsetof(UFXAutoTriggerPrerequisiteAnd, Conditions) == 0x000028, "Member 'UFXAutoTriggerPrerequisiteAnd::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerPrerequisiteOr \ static_assert(alignof(UFXAutoTriggerPrerequisiteOr) == 0x000008, "Wrong alignment on UFXAutoTriggerPrerequisiteOr"); \ static_assert(sizeof(UFXAutoTriggerPrerequisiteOr) == 0x000038, "Wrong size on UFXAutoTriggerPrerequisiteOr"); \ static_assert(offsetof(UFXAutoTriggerPrerequisiteOr, Conditions) == 0x000028, "Member 'UFXAutoTriggerPrerequisiteOr::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerPrerequisiteNot \ static_assert(alignof(UFXAutoTriggerPrerequisiteNot) == 0x000008, "Wrong alignment on UFXAutoTriggerPrerequisiteNot"); \ static_assert(sizeof(UFXAutoTriggerPrerequisiteNot) == 0x000030, "Wrong size on UFXAutoTriggerPrerequisiteNot"); \ static_assert(offsetof(UFXAutoTriggerPrerequisiteNot, Condition) == 0x000028, "Member 'UFXAutoTriggerPrerequisiteNot::Condition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerEffect \ static_assert(alignof(UOverlapEffectsHandlerEffect) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerEffect"); \ static_assert(sizeof(UOverlapEffectsHandlerEffect) == 0x000028, "Wrong size on UOverlapEffectsHandlerEffect"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerPrerequisiteDisabled \ static_assert(alignof(UFXAutoTriggerPrerequisiteDisabled) == 0x000008, "Wrong alignment on UFXAutoTriggerPrerequisiteDisabled"); \ static_assert(sizeof(UFXAutoTriggerPrerequisiteDisabled) == 0x000028, "Wrong size on UFXAutoTriggerPrerequisiteDisabled"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerPrerequisiteDevelopmentOnly \ static_assert(alignof(UFXAutoTriggerPrerequisiteDevelopmentOnly) == 0x000008, "Wrong alignment on UFXAutoTriggerPrerequisiteDevelopmentOnly"); \ static_assert(sizeof(UFXAutoTriggerPrerequisiteDevelopmentOnly) == 0x000028, "Wrong size on UFXAutoTriggerPrerequisiteDevelopmentOnly"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerPrerequisitePIEOnly \ static_assert(alignof(UFXAutoTriggerPrerequisitePIEOnly) == 0x000008, "Wrong alignment on UFXAutoTriggerPrerequisitePIEOnly"); \ static_assert(sizeof(UFXAutoTriggerPrerequisitePIEOnly) == 0x000028, "Wrong size on UFXAutoTriggerPrerequisitePIEOnly"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerPrerequisiteBool \ static_assert(alignof(UFXAutoTriggerPrerequisiteBool) == 0x000008, "Wrong alignment on UFXAutoTriggerPrerequisiteBool"); \ static_assert(sizeof(UFXAutoTriggerPrerequisiteBool) == 0x000030, "Wrong size on UFXAutoTriggerPrerequisiteBool"); \ static_assert(offsetof(UFXAutoTriggerPrerequisiteBool, Condition) == 0x000028, "Member 'UFXAutoTriggerPrerequisiteBool::Condition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerPrerequisiteIsBundleLoaded \ static_assert(alignof(UFXAutoTriggerPrerequisiteIsBundleLoaded) == 0x000008, "Wrong alignment on UFXAutoTriggerPrerequisiteIsBundleLoaded"); \ static_assert(sizeof(UFXAutoTriggerPrerequisiteIsBundleLoaded) == 0x000040, "Wrong size on UFXAutoTriggerPrerequisiteIsBundleLoaded"); \ static_assert(offsetof(UFXAutoTriggerPrerequisiteIsBundleLoaded, Key) == 0x000028, "Member 'UFXAutoTriggerPrerequisiteIsBundleLoaded::Key' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerPrerequisiteIsBundleLoaded, Priority) == 0x000038, "Member 'UFXAutoTriggerPrerequisiteIsBundleLoaded::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsBase \ static_assert(alignof(UFXAutoTriggerRequiredActorsBase) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsBase"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsBase) == 0x000028, "Wrong size on UFXAutoTriggerRequiredActorsBase"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceNonUniformSpline \ static_assert(alignof(UNiagaraDataInterfaceNonUniformSpline) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceNonUniformSpline"); \ static_assert(sizeof(UNiagaraDataInterfaceNonUniformSpline) == 0x000060, "Wrong size on UNiagaraDataInterfaceNonUniformSpline"); \ static_assert(offsetof(UNiagaraDataInterfaceNonUniformSpline, Source) == 0x000038, "Member 'UNiagaraDataInterfaceNonUniformSpline::Source' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceNonUniformSpline, SplineUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceNonUniformSpline::SplineUserParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsSimple \ static_assert(alignof(UFXAutoTriggerRequiredActorsSimple) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsSimple"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsSimple) == 0x000050, "Wrong size on UFXAutoTriggerRequiredActorsSimple"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsSimple, ActorType) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsSimple::ActorType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsPlayer \ static_assert(alignof(UFXAutoTriggerRequiredActorsPlayer) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsPlayer"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsPlayer) == 0x000028, "Wrong size on UFXAutoTriggerRequiredActorsPlayer"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandler \ static_assert(alignof(UOverlapEffectsHandler) == 0x000008, "Wrong alignment on UOverlapEffectsHandler"); \ static_assert(sizeof(UOverlapEffectsHandler) == 0x000030, "Wrong size on UOverlapEffectsHandler"); \ static_assert(offsetof(UOverlapEffectsHandler, ProcessEvents) == 0x000028, "Member 'UOverlapEffectsHandler::ProcessEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerWithConditions \ static_assert(alignof(UOverlapEffectsHandlerWithConditions) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerWithConditions"); \ static_assert(sizeof(UOverlapEffectsHandlerWithConditions) == 0x000048, "Wrong size on UOverlapEffectsHandlerWithConditions"); \ static_assert(offsetof(UOverlapEffectsHandlerWithConditions, Conditions) == 0x000030, "Member 'UOverlapEffectsHandlerWithConditions::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerMinimumSpeedBase \ static_assert(alignof(UOverlapEffectsHandlerMinimumSpeedBase) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerMinimumSpeedBase"); \ static_assert(sizeof(UOverlapEffectsHandlerMinimumSpeedBase) == 0x000050, "Wrong size on UOverlapEffectsHandlerMinimumSpeedBase"); \ static_assert(offsetof(UOverlapEffectsHandlerMinimumSpeedBase, MinimumSpeed) == 0x000048, "Member 'UOverlapEffectsHandlerMinimumSpeedBase::MinimumSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerActorClassHit \ static_assert(alignof(UOverlapEffectsHandlerActorClassHit) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerActorClassHit"); \ static_assert(sizeof(UOverlapEffectsHandlerActorClassHit) == 0x000098, "Wrong size on UOverlapEffectsHandlerActorClassHit"); \ static_assert(offsetof(UOverlapEffectsHandlerActorClassHit, ActorClass) == 0x000050, "Member 'UOverlapEffectsHandlerActorClassHit::ActorClass' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerActorClassHit, SurfaceType) == 0x000078, "Member 'UOverlapEffectsHandlerActorClassHit::SurfaceType' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerActorClassHit, Effects) == 0x000080, "Member 'UOverlapEffectsHandlerActorClassHit::Effects' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerActorClassHit, bUseSurfaceType) == 0x000090, "Member 'UOverlapEffectsHandlerActorClassHit::bUseSurfaceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsCharacters \ static_assert(alignof(UFXAutoTriggerRequiredActorsCharacters) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsCharacters"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsCharacters) == 0x000028, "Wrong size on UFXAutoTriggerRequiredActorsCharacters"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsCharacterSubClass \ static_assert(alignof(UFXAutoTriggerRequiredActorsCharacterSubClass) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsCharacterSubClass"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsCharacterSubClass) == 0x000050, "Wrong size on UFXAutoTriggerRequiredActorsCharacterSubClass"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsCharacterSubClass, CharacterType) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsCharacterSubClass::CharacterType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerEffectSound \ static_assert(alignof(UOverlapEffectsHandlerEffectSound) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerEffectSound"); \ static_assert(sizeof(UOverlapEffectsHandlerEffectSound) == 0x000038, "Wrong size on UOverlapEffectsHandlerEffectSound"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectSound, Event) == 0x000028, "Member 'UOverlapEffectsHandlerEffectSound::Event' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectSound, LastSoundHandle) == 0x000030, "Member 'UOverlapEffectsHandlerEffectSound::LastSoundHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerEffectSoundAttached \ static_assert(alignof(UOverlapEffectsHandlerEffectSoundAttached) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerEffectSoundAttached"); \ static_assert(sizeof(UOverlapEffectsHandlerEffectSoundAttached) == 0x000040, "Wrong size on UOverlapEffectsHandlerEffectSoundAttached"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectSoundAttached, Attachment) == 0x000038, "Member 'UOverlapEffectsHandlerEffectSoundAttached::Attachment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsCustomBucket \ static_assert(alignof(UFXAutoTriggerRequiredActorsCustomBucket) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsCustomBucket"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsCustomBucket) == 0x000030, "Wrong size on UFXAutoTriggerRequiredActorsCustomBucket"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsCustomBucket, CustomBucket) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsCustomBucket::CustomBucket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsList \ static_assert(alignof(UFXAutoTriggerRequiredActorsList) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsList"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsList) == 0x000038, "Wrong size on UFXAutoTriggerRequiredActorsList"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsList, RequiredActors) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsList::RequiredActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalar \ static_assert(alignof(UFXAutoTriggerScalar) == 0x000008, "Wrong alignment on UFXAutoTriggerScalar"); \ static_assert(sizeof(UFXAutoTriggerScalar) == 0x000028, "Wrong size on UFXAutoTriggerScalar"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarEffectAge \ static_assert(alignof(UFXAutoTriggerScalarEffectAge) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarEffectAge"); \ static_assert(sizeof(UFXAutoTriggerScalarEffectAge) == 0x000028, "Wrong size on UFXAutoTriggerScalarEffectAge"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsMatchBase \ static_assert(alignof(UFXAutoTriggerRequiredActorsMatchBase) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsMatchBase"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsMatchBase) == 0x000028, "Wrong size on UFXAutoTriggerRequiredActorsMatchBase"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsMatch \ static_assert(alignof(UFXAutoTriggerRequiredActorsMatch) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsMatch"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsMatch) == 0x000058, "Wrong size on UFXAutoTriggerRequiredActorsMatch"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsMatch, ActorType) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsMatch::ActorType' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsMatch, Condition) == 0x000050, "Member 'UFXAutoTriggerRequiredActorsMatch::Condition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsMatchChildOf \ static_assert(alignof(UFXAutoTriggerRequiredActorsMatchChildOf) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsMatchChildOf"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsMatchChildOf) == 0x000050, "Wrong size on UFXAutoTriggerRequiredActorsMatchChildOf"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsMatchChildOf, ParentActorType) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsMatchChildOf::ParentActorType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsMatchAnd \ static_assert(alignof(UFXAutoTriggerRequiredActorsMatchAnd) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsMatchAnd"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsMatchAnd) == 0x000038, "Wrong size on UFXAutoTriggerRequiredActorsMatchAnd"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsMatchAnd, Conditions) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsMatchAnd::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerEffectHermes \ static_assert(alignof(UOverlapEffectsHandlerEffectHermes) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerEffectHermes"); \ static_assert(sizeof(UOverlapEffectsHandlerEffectHermes) == 0x000030, "Wrong size on UOverlapEffectsHandlerEffectHermes"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectHermes, HermesMessage) == 0x000028, "Member 'UOverlapEffectsHandlerEffectHermes::HermesMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerEffectHermesVictimActor \ static_assert(alignof(UOverlapEffectsHandlerEffectHermesVictimActor) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerEffectHermesVictimActor"); \ static_assert(sizeof(UOverlapEffectsHandlerEffectHermesVictimActor) == 0x000030, "Wrong size on UOverlapEffectsHandlerEffectHermesVictimActor"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsMatchOr \ static_assert(alignof(UFXAutoTriggerRequiredActorsMatchOr) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsMatchOr"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsMatchOr) == 0x000038, "Wrong size on UFXAutoTriggerRequiredActorsMatchOr"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsMatchOr, Conditions) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsMatchOr::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsMatchNot \ static_assert(alignof(UFXAutoTriggerRequiredActorsMatchNot) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsMatchNot"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsMatchNot) == 0x000030, "Wrong size on UFXAutoTriggerRequiredActorsMatchNot"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsMatchNot, Condition) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsMatchNot::Condition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OverlapEffectsComponent_ProcessBeginOverlap \ static_assert(alignof(OverlapEffectsComponent_ProcessBeginOverlap) == 0x000008, "Wrong alignment on OverlapEffectsComponent_ProcessBeginOverlap"); \ static_assert(sizeof(OverlapEffectsComponent_ProcessBeginOverlap) == 0x000010, "Wrong size on OverlapEffectsComponent_ProcessBeginOverlap"); \ static_assert(offsetof(OverlapEffectsComponent_ProcessBeginOverlap, OverlappedActor) == 0x000000, "Member 'OverlapEffectsComponent_ProcessBeginOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(OverlapEffectsComponent_ProcessBeginOverlap, OtherActor) == 0x000008, "Member 'OverlapEffectsComponent_ProcessBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OverlapEffectsComponent_ProcessEndOverlap \ static_assert(alignof(OverlapEffectsComponent_ProcessEndOverlap) == 0x000008, "Wrong alignment on OverlapEffectsComponent_ProcessEndOverlap"); \ static_assert(sizeof(OverlapEffectsComponent_ProcessEndOverlap) == 0x000010, "Wrong size on OverlapEffectsComponent_ProcessEndOverlap"); \ static_assert(offsetof(OverlapEffectsComponent_ProcessEndOverlap, OverlappedActor) == 0x000000, "Member 'OverlapEffectsComponent_ProcessEndOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(OverlapEffectsComponent_ProcessEndOverlap, OtherActor) == 0x000008, "Member 'OverlapEffectsComponent_ProcessEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OverlapEffectsComponent_ProcessHit \ static_assert(alignof(OverlapEffectsComponent_ProcessHit) == 0x000008, "Wrong alignment on OverlapEffectsComponent_ProcessHit"); \ static_assert(sizeof(OverlapEffectsComponent_ProcessHit) == 0x0000A8, "Wrong size on OverlapEffectsComponent_ProcessHit"); \ static_assert(offsetof(OverlapEffectsComponent_ProcessHit, SelfActor) == 0x000000, "Member 'OverlapEffectsComponent_ProcessHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(OverlapEffectsComponent_ProcessHit, OtherActor) == 0x000008, "Member 'OverlapEffectsComponent_ProcessHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(OverlapEffectsComponent_ProcessHit, NormalImpulse) == 0x000010, "Member 'OverlapEffectsComponent_ProcessHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(OverlapEffectsComponent_ProcessHit, Hit) == 0x00001C, "Member 'OverlapEffectsComponent_ProcessHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsComponent \ static_assert(alignof(UOverlapEffectsComponent) == 0x000008, "Wrong alignment on UOverlapEffectsComponent"); \ static_assert(sizeof(UOverlapEffectsComponent) == 0x000140, "Wrong size on UOverlapEffectsComponent"); \ static_assert(offsetof(UOverlapEffectsComponent, HandlerDefinitions) == 0x0000D0, "Member 'UOverlapEffectsComponent::HandlerDefinitions' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsComponent, OverlapHandlers) == 0x0000D8, "Member 'UOverlapEffectsComponent::OverlapHandlers' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsComponent, CameraCutoffDistance) == 0x0000E8, "Member 'UOverlapEffectsComponent::CameraCutoffDistance' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsComponent, TrueSpeedRTPC) == 0x0000EC, "Member 'UOverlapEffectsComponent::TrueSpeedRTPC' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsComponent, TeleportThreshold) == 0x0000F4, "Member 'UOverlapEffectsComponent::TeleportThreshold' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsComponent, TrueSpeedRTPCThreshold) == 0x0000F8, "Member 'UOverlapEffectsComponent::TrueSpeedRTPCThreshold' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsComponent, LiveEvents) == 0x000100, "Member 'UOverlapEffectsComponent::LiveEvents' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsComponent, VelocityTracker) == 0x000104, "Member 'UOverlapEffectsComponent::VelocityTracker' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsComponent, LastTrueSpeed) == 0x000138, "Member 'UOverlapEffectsComponent::LastTrueSpeed' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsComponent, bProcessEvents) == 0x00013C, "Member 'UOverlapEffectsComponent::bProcessEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsMatchTypes \ static_assert(alignof(UFXAutoTriggerRequiredActorsMatchTypes) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsMatchTypes"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsMatchTypes) == 0x000038, "Wrong size on UFXAutoTriggerRequiredActorsMatchTypes"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsMatchTypes, ActorTypes) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsMatchTypes::ActorTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsMatchNotOfTypes \ static_assert(alignof(UFXAutoTriggerRequiredActorsMatchNotOfTypes) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsMatchNotOfTypes"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsMatchNotOfTypes) == 0x000038, "Wrong size on UFXAutoTriggerRequiredActorsMatchNotOfTypes"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsMatchNotOfTypes, NotOfActorTypes) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsMatchNotOfTypes::NotOfActorTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsMatchName \ static_assert(alignof(UFXAutoTriggerRequiredActorsMatchName) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsMatchName"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsMatchName) == 0x000040, "Wrong size on UFXAutoTriggerRequiredActorsMatchName"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsMatchName, STARTSWITH) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsMatchName::STARTSWITH' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsMatchName, bIgnoreCase) == 0x000038, "Member 'UFXAutoTriggerRequiredActorsMatchName::bIgnoreCase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsMatchNameContains \ static_assert(alignof(UFXAutoTriggerRequiredActorsMatchNameContains) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsMatchNameContains"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsMatchNameContains) == 0x000040, "Wrong size on UFXAutoTriggerRequiredActorsMatchNameContains"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsMatchNameContains, CONTAINS) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsMatchNameContains::CONTAINS' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsMatchNameContains, bIgnoreCase) == 0x000038, "Member 'UFXAutoTriggerRequiredActorsMatchNameContains::bIgnoreCase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsMatchTag \ static_assert(alignof(UFXAutoTriggerRequiredActorsMatchTag) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsMatchTag"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsMatchTag) == 0x000030, "Wrong size on UFXAutoTriggerRequiredActorsMatchTag"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsMatchTag, ActorTag) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsMatchTag::ActorTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsMatchTags \ static_assert(alignof(UFXAutoTriggerRequiredActorsMatchTags) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsMatchTags"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsMatchTags) == 0x000038, "Wrong size on UFXAutoTriggerRequiredActorsMatchTags"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsMatchTags, ActorTags) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsMatchTags::ActorTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsClothingDataAsset \ static_assert(alignof(UOverlapEffectsClothingDataAsset) == 0x000008, "Wrong alignment on UOverlapEffectsClothingDataAsset"); \ static_assert(sizeof(UOverlapEffectsClothingDataAsset) == 0x000060, "Wrong size on UOverlapEffectsClothingDataAsset"); \ static_assert(offsetof(UOverlapEffectsClothingDataAsset, TightNames) == 0x000030, "Member 'UOverlapEffectsClothingDataAsset::TightNames' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsClothingDataAsset, LooseNames) == 0x000040, "Member 'UOverlapEffectsClothingDataAsset::LooseNames' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsClothingDataAsset, CapeOrRobeNames) == 0x000050, "Member 'UOverlapEffectsClothingDataAsset::CapeOrRobeNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsMatchTagsAny \ static_assert(alignof(UFXAutoTriggerRequiredActorsMatchTagsAny) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsMatchTagsAny"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsMatchTagsAny) == 0x000038, "Wrong size on UFXAutoTriggerRequiredActorsMatchTagsAny"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsMatchTagsNotAny \ static_assert(alignof(UFXAutoTriggerRequiredActorsMatchTagsNotAny) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsMatchTagsNotAny"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsMatchTagsNotAny) == 0x000038, "Wrong size on UFXAutoTriggerRequiredActorsMatchTagsNotAny"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerEffectMultiFX \ static_assert(alignof(UOverlapEffectsHandlerEffectMultiFX) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerEffectMultiFX"); \ static_assert(sizeof(UOverlapEffectsHandlerEffectMultiFX) == 0x000060, "Wrong size on UOverlapEffectsHandlerEffectMultiFX"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectMultiFX, FXAsset) == 0x000028, "Member 'UOverlapEffectsHandlerEffectMultiFX::FXAsset' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectMultiFX, Attachment) == 0x000030, "Member 'UOverlapEffectsHandlerEffectMultiFX::Attachment' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectMultiFX, AttachPointName) == 0x000034, "Member 'UOverlapEffectsHandlerEffectMultiFX::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectMultiFX, AttachLocation) == 0x00003C, "Member 'UOverlapEffectsHandlerEffectMultiFX::AttachLocation' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectMultiFX, AttachRotation) == 0x000048, "Member 'UOverlapEffectsHandlerEffectMultiFX::AttachRotation' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectMultiFX, bOnlyOneEffectAtATime) == 0x000054, "Member 'UOverlapEffectsHandlerEffectMultiFX::bOnlyOneEffectAtATime' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectMultiFX, FXHandle) == 0x000058, "Member 'UOverlapEffectsHandlerEffectMultiFX::FXHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorMatchHasComponent \ static_assert(alignof(UFXAutoTriggerRequiredActorMatchHasComponent) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorMatchHasComponent"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorMatchHasComponent) == 0x000050, "Wrong size on UFXAutoTriggerRequiredActorMatchHasComponent"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorMatchHasComponent, HasComponentType) == 0x000028, "Member 'UFXAutoTriggerRequiredActorMatchHasComponent::HasComponentType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorMatchHasSocket \ static_assert(alignof(UFXAutoTriggerRequiredActorMatchHasSocket) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorMatchHasSocket"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorMatchHasSocket) == 0x000038, "Wrong size on UFXAutoTriggerRequiredActorMatchHasSocket"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorMatchHasSocket, SocketName) == 0x000028, "Member 'UFXAutoTriggerRequiredActorMatchHasSocket::SocketName' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorMatchHasSocket, bSearchAllChildComponents) == 0x000030, "Member 'UFXAutoTriggerRequiredActorMatchHasSocket::bSearchAllChildComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerInstancedFoliageHit \ static_assert(alignof(UOverlapEffectsHandlerInstancedFoliageHit) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerInstancedFoliageHit"); \ static_assert(sizeof(UOverlapEffectsHandlerInstancedFoliageHit) == 0x000068, "Wrong size on UOverlapEffectsHandlerInstancedFoliageHit"); \ static_assert(offsetof(UOverlapEffectsHandlerInstancedFoliageHit, SurfaceType) == 0x000050, "Member 'UOverlapEffectsHandlerInstancedFoliageHit::SurfaceType' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerInstancedFoliageHit, Effects) == 0x000058, "Member 'UOverlapEffectsHandlerInstancedFoliageHit::Effects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorMatchCustomBucket \ static_assert(alignof(UFXAutoTriggerRequiredActorMatchCustomBucket) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorMatchCustomBucket"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorMatchCustomBucket) == 0x000030, "Wrong size on UFXAutoTriggerRequiredActorMatchCustomBucket"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorMatchCustomBucket, CustomBucket) == 0x000028, "Member 'UFXAutoTriggerRequiredActorMatchCustomBucket::CustomBucket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorMatchIsPlayer \ static_assert(alignof(UFXAutoTriggerRequiredActorMatchIsPlayer) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorMatchIsPlayer"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorMatchIsPlayer) == 0x000028, "Wrong size on UFXAutoTriggerRequiredActorMatchIsPlayer"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorMatchIsNotPlayer \ static_assert(alignof(UFXAutoTriggerRequiredActorMatchIsNotPlayer) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorMatchIsNotPlayer"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorMatchIsNotPlayer) == 0x000028, "Wrong size on UFXAutoTriggerRequiredActorMatchIsNotPlayer"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsExternalBucketFilter \ static_assert(alignof(UFXAutoTriggerRequiredActorsExternalBucketFilter) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsExternalBucketFilter"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsExternalBucketFilter) == 0x000028, "Wrong size on UFXAutoTriggerRequiredActorsExternalBucketFilter"); \ #define DUMPER7_ASSERTS_TimeDilationManager_FinishActorCounterDilation \ static_assert(alignof(TimeDilationManager_FinishActorCounterDilation) == 0x000008, "Wrong alignment on TimeDilationManager_FinishActorCounterDilation"); \ static_assert(sizeof(TimeDilationManager_FinishActorCounterDilation) == 0x000008, "Wrong size on TimeDilationManager_FinishActorCounterDilation"); \ static_assert(offsetof(TimeDilationManager_FinishActorCounterDilation, Actor) == 0x000000, "Member 'TimeDilationManager_FinishActorCounterDilation::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeDilationManager_FinishActorTimeDilation \ static_assert(alignof(TimeDilationManager_FinishActorTimeDilation) == 0x000008, "Wrong alignment on TimeDilationManager_FinishActorTimeDilation"); \ static_assert(sizeof(TimeDilationManager_FinishActorTimeDilation) == 0x000010, "Wrong size on TimeDilationManager_FinishActorTimeDilation"); \ static_assert(offsetof(TimeDilationManager_FinishActorTimeDilation, Provider) == 0x000000, "Member 'TimeDilationManager_FinishActorTimeDilation::Provider' has a wrong offset!"); \ static_assert(offsetof(TimeDilationManager_FinishActorTimeDilation, EaseOutDuration) == 0x000008, "Member 'TimeDilationManager_FinishActorTimeDilation::EaseOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeDilationManager_FinishWorldTimeDilation \ static_assert(alignof(TimeDilationManager_FinishWorldTimeDilation) == 0x000008, "Wrong alignment on TimeDilationManager_FinishWorldTimeDilation"); \ static_assert(sizeof(TimeDilationManager_FinishWorldTimeDilation) == 0x000010, "Wrong size on TimeDilationManager_FinishWorldTimeDilation"); \ static_assert(offsetof(TimeDilationManager_FinishWorldTimeDilation, Provider) == 0x000000, "Member 'TimeDilationManager_FinishWorldTimeDilation::Provider' has a wrong offset!"); \ static_assert(offsetof(TimeDilationManager_FinishWorldTimeDilation, EaseOutDuration) == 0x000008, "Member 'TimeDilationManager_FinishWorldTimeDilation::EaseOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeDilationManager_PlayActorTimeDilationEffect \ static_assert(alignof(TimeDilationManager_PlayActorTimeDilationEffect) == 0x000008, "Wrong alignment on TimeDilationManager_PlayActorTimeDilationEffect"); \ static_assert(sizeof(TimeDilationManager_PlayActorTimeDilationEffect) == 0x000010, "Wrong size on TimeDilationManager_PlayActorTimeDilationEffect"); \ static_assert(offsetof(TimeDilationManager_PlayActorTimeDilationEffect, Actor) == 0x000000, "Member 'TimeDilationManager_PlayActorTimeDilationEffect::Actor' has a wrong offset!"); \ static_assert(offsetof(TimeDilationManager_PlayActorTimeDilationEffect, TimeDilationCurve) == 0x000008, "Member 'TimeDilationManager_PlayActorTimeDilationEffect::TimeDilationCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeDilationManager_PlayWorldTimeDilationEffect \ static_assert(alignof(TimeDilationManager_PlayWorldTimeDilationEffect) == 0x000008, "Wrong alignment on TimeDilationManager_PlayWorldTimeDilationEffect"); \ static_assert(sizeof(TimeDilationManager_PlayWorldTimeDilationEffect) == 0x000010, "Wrong size on TimeDilationManager_PlayWorldTimeDilationEffect"); \ static_assert(offsetof(TimeDilationManager_PlayWorldTimeDilationEffect, WorldContextObject) == 0x000000, "Member 'TimeDilationManager_PlayWorldTimeDilationEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(TimeDilationManager_PlayWorldTimeDilationEffect, TimeDilationCurve) == 0x000008, "Member 'TimeDilationManager_PlayWorldTimeDilationEffect::TimeDilationCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeDilationManager_StartActorCounterDilation \ static_assert(alignof(TimeDilationManager_StartActorCounterDilation) == 0x000008, "Wrong alignment on TimeDilationManager_StartActorCounterDilation"); \ static_assert(sizeof(TimeDilationManager_StartActorCounterDilation) == 0x000008, "Wrong size on TimeDilationManager_StartActorCounterDilation"); \ static_assert(offsetof(TimeDilationManager_StartActorCounterDilation, Actor) == 0x000000, "Member 'TimeDilationManager_StartActorCounterDilation::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeDilationManager_StartActorTimeAcceleration \ static_assert(alignof(TimeDilationManager_StartActorTimeAcceleration) == 0x000008, "Wrong alignment on TimeDilationManager_StartActorTimeAcceleration"); \ static_assert(sizeof(TimeDilationManager_StartActorTimeAcceleration) == 0x000018, "Wrong size on TimeDilationManager_StartActorTimeAcceleration"); \ static_assert(offsetof(TimeDilationManager_StartActorTimeAcceleration, Actor) == 0x000000, "Member 'TimeDilationManager_StartActorTimeAcceleration::Actor' has a wrong offset!"); \ static_assert(offsetof(TimeDilationManager_StartActorTimeAcceleration, AccelerationDilation) == 0x000008, "Member 'TimeDilationManager_StartActorTimeAcceleration::AccelerationDilation' has a wrong offset!"); \ static_assert(offsetof(TimeDilationManager_StartActorTimeAcceleration, AcceleratedDuration) == 0x00000C, "Member 'TimeDilationManager_StartActorTimeAcceleration::AcceleratedDuration' has a wrong offset!"); \ static_assert(offsetof(TimeDilationManager_StartActorTimeAcceleration, Provider) == 0x000010, "Member 'TimeDilationManager_StartActorTimeAcceleration::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeDilationManager_StartActorTimeDilation \ static_assert(alignof(TimeDilationManager_StartActorTimeDilation) == 0x000008, "Wrong alignment on TimeDilationManager_StartActorTimeDilation"); \ static_assert(sizeof(TimeDilationManager_StartActorTimeDilation) == 0x000020, "Wrong size on TimeDilationManager_StartActorTimeDilation"); \ static_assert(offsetof(TimeDilationManager_StartActorTimeDilation, Actor) == 0x000000, "Member 'TimeDilationManager_StartActorTimeDilation::Actor' has a wrong offset!"); \ static_assert(offsetof(TimeDilationManager_StartActorTimeDilation, Dilation) == 0x000008, "Member 'TimeDilationManager_StartActorTimeDilation::Dilation' has a wrong offset!"); \ static_assert(offsetof(TimeDilationManager_StartActorTimeDilation, Provider) == 0x000010, "Member 'TimeDilationManager_StartActorTimeDilation::Provider' has a wrong offset!"); \ static_assert(offsetof(TimeDilationManager_StartActorTimeDilation, EaseInDuration) == 0x000018, "Member 'TimeDilationManager_StartActorTimeDilation::EaseInDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeDilationManager_StartWorldTimeDilation \ static_assert(alignof(TimeDilationManager_StartWorldTimeDilation) == 0x000008, "Wrong alignment on TimeDilationManager_StartWorldTimeDilation"); \ static_assert(sizeof(TimeDilationManager_StartWorldTimeDilation) == 0x000020, "Wrong size on TimeDilationManager_StartWorldTimeDilation"); \ static_assert(offsetof(TimeDilationManager_StartWorldTimeDilation, WorldContextObject) == 0x000000, "Member 'TimeDilationManager_StartWorldTimeDilation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(TimeDilationManager_StartWorldTimeDilation, Dilation) == 0x000008, "Member 'TimeDilationManager_StartWorldTimeDilation::Dilation' has a wrong offset!"); \ static_assert(offsetof(TimeDilationManager_StartWorldTimeDilation, Provider) == 0x000010, "Member 'TimeDilationManager_StartWorldTimeDilation::Provider' has a wrong offset!"); \ static_assert(offsetof(TimeDilationManager_StartWorldTimeDilation, EaseInDuration) == 0x000018, "Member 'TimeDilationManager_StartWorldTimeDilation::EaseInDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeDilationManager \ static_assert(alignof(UTimeDilationManager) == 0x000008, "Wrong alignment on UTimeDilationManager"); \ static_assert(sizeof(UTimeDilationManager) == 0x0000D0, "Wrong size on UTimeDilationManager"); \ static_assert(offsetof(UTimeDilationManager, ActiveWorldEffects) == 0x000030, "Member 'UTimeDilationManager::ActiveWorldEffects' has a wrong offset!"); \ static_assert(offsetof(UTimeDilationManager, ActiveActorEffects) == 0x000080, "Member 'UTimeDilationManager::ActiveActorEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsExternalBucket \ static_assert(alignof(UFXAutoTriggerRequiredActorsExternalBucket) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsExternalBucket"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsExternalBucket) == 0x000038, "Wrong size on UFXAutoTriggerRequiredActorsExternalBucket"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsExternalBucket, ExternalBucket) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsExternalBucket::ExternalBucket' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsExternalBucket, Condition) == 0x000030, "Member 'UFXAutoTriggerRequiredActorsExternalBucket::Condition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_ActorIsInCustomBucket \ static_assert(alignof(FXAutoTriggerSingleton_ActorIsInCustomBucket) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_ActorIsInCustomBucket"); \ static_assert(sizeof(FXAutoTriggerSingleton_ActorIsInCustomBucket) == 0x000018, "Wrong size on FXAutoTriggerSingleton_ActorIsInCustomBucket"); \ static_assert(offsetof(FXAutoTriggerSingleton_ActorIsInCustomBucket, Actor) == 0x000000, "Member 'FXAutoTriggerSingleton_ActorIsInCustomBucket::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_ActorIsInCustomBucket, CustomBucket) == 0x000008, "Member 'FXAutoTriggerSingleton_ActorIsInCustomBucket::CustomBucket' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_ActorIsInCustomBucket, bIsIn) == 0x000010, "Member 'FXAutoTriggerSingleton_ActorIsInCustomBucket::bIsIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_AddActorByClass \ static_assert(alignof(FXAutoTriggerSingleton_AddActorByClass) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_AddActorByClass"); \ static_assert(sizeof(FXAutoTriggerSingleton_AddActorByClass) == 0x000018, "Wrong size on FXAutoTriggerSingleton_AddActorByClass"); \ static_assert(offsetof(FXAutoTriggerSingleton_AddActorByClass, Actor) == 0x000000, "Member 'FXAutoTriggerSingleton_AddActorByClass::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_AddActorByClass, ActorClass) == 0x000008, "Member 'FXAutoTriggerSingleton_AddActorByClass::ActorClass' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_AddActorByClass, ClassTag) == 0x000010, "Member 'FXAutoTriggerSingleton_AddActorByClass::ClassTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_AddAutoTriggerFX \ static_assert(alignof(FXAutoTriggerSingleton_AddAutoTriggerFX) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_AddAutoTriggerFX"); \ static_assert(sizeof(FXAutoTriggerSingleton_AddAutoTriggerFX) == 0x000020, "Wrong size on FXAutoTriggerSingleton_AddAutoTriggerFX"); \ static_assert(offsetof(FXAutoTriggerSingleton_AddAutoTriggerFX, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_AddAutoTriggerFX::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_AddAutoTriggerFX, FXOwner) == 0x000008, "Member 'FXAutoTriggerSingleton_AddAutoTriggerFX::FXOwner' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_AddAutoTriggerFX, FXAutoTriggerDefinition) == 0x000010, "Member 'FXAutoTriggerSingleton_AddAutoTriggerFX::FXAutoTriggerDefinition' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_AddAutoTriggerFX, bResult) == 0x000018, "Member 'FXAutoTriggerSingleton_AddAutoTriggerFX::bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_AddCustomBucketActor \ static_assert(alignof(FXAutoTriggerSingleton_AddCustomBucketActor) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_AddCustomBucketActor"); \ static_assert(sizeof(FXAutoTriggerSingleton_AddCustomBucketActor) == 0x000010, "Wrong size on FXAutoTriggerSingleton_AddCustomBucketActor"); \ static_assert(offsetof(FXAutoTriggerSingleton_AddCustomBucketActor, Actor) == 0x000000, "Member 'FXAutoTriggerSingleton_AddCustomBucketActor::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_AddCustomBucketActor, CustomBucket) == 0x000008, "Member 'FXAutoTriggerSingleton_AddCustomBucketActor::CustomBucket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_AddManualActor \ static_assert(alignof(FXAutoTriggerSingleton_AddManualActor) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_AddManualActor"); \ static_assert(sizeof(FXAutoTriggerSingleton_AddManualActor) == 0x000020, "Wrong size on FXAutoTriggerSingleton_AddManualActor"); \ static_assert(offsetof(FXAutoTriggerSingleton_AddManualActor, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_AddManualActor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_AddManualActor, FXName) == 0x000008, "Member 'FXAutoTriggerSingleton_AddManualActor::FXName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_AddManualActor, Actor) == 0x000010, "Member 'FXAutoTriggerSingleton_AddManualActor::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_AddManualActor, bResult) == 0x000018, "Member 'FXAutoTriggerSingleton_AddManualActor::bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_AddManualActors \ static_assert(alignof(FXAutoTriggerSingleton_AddManualActors) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_AddManualActors"); \ static_assert(sizeof(FXAutoTriggerSingleton_AddManualActors) == 0x000028, "Wrong size on FXAutoTriggerSingleton_AddManualActors"); \ static_assert(offsetof(FXAutoTriggerSingleton_AddManualActors, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_AddManualActors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_AddManualActors, FXName) == 0x000008, "Member 'FXAutoTriggerSingleton_AddManualActors::FXName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_AddManualActors, Actors) == 0x000010, "Member 'FXAutoTriggerSingleton_AddManualActors::Actors' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_AddManualActors, bResult) == 0x000020, "Member 'FXAutoTriggerSingleton_AddManualActors::bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_DisableEffectParameterUpdates \ static_assert(alignof(FXAutoTriggerSingleton_DisableEffectParameterUpdates) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_DisableEffectParameterUpdates"); \ static_assert(sizeof(FXAutoTriggerSingleton_DisableEffectParameterUpdates) == 0x000028, "Wrong size on FXAutoTriggerSingleton_DisableEffectParameterUpdates"); \ static_assert(offsetof(FXAutoTriggerSingleton_DisableEffectParameterUpdates, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_DisableEffectParameterUpdates::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_DisableEffectParameterUpdates, FXName) == 0x000008, "Member 'FXAutoTriggerSingleton_DisableEffectParameterUpdates::FXName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_DisableEffectParameterUpdates, Actor) == 0x000010, "Member 'FXAutoTriggerSingleton_DisableEffectParameterUpdates::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_DisableEffectParameterUpdates, Parameter) == 0x000018, "Member 'FXAutoTriggerSingleton_DisableEffectParameterUpdates::Parameter' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_DisableEffectParameterUpdates, bDisableUpdates) == 0x000020, "Member 'FXAutoTriggerSingleton_DisableEffectParameterUpdates::bDisableUpdates' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_DisableEffectParameterUpdates, bResult) == 0x000021, "Member 'FXAutoTriggerSingleton_DisableEffectParameterUpdates::bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_DisableEffectUpdates \ static_assert(alignof(FXAutoTriggerSingleton_DisableEffectUpdates) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_DisableEffectUpdates"); \ static_assert(sizeof(FXAutoTriggerSingleton_DisableEffectUpdates) == 0x000020, "Wrong size on FXAutoTriggerSingleton_DisableEffectUpdates"); \ static_assert(offsetof(FXAutoTriggerSingleton_DisableEffectUpdates, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_DisableEffectUpdates::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_DisableEffectUpdates, FXName) == 0x000008, "Member 'FXAutoTriggerSingleton_DisableEffectUpdates::FXName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_DisableEffectUpdates, Actor) == 0x000010, "Member 'FXAutoTriggerSingleton_DisableEffectUpdates::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_DisableEffectUpdates, bDisableUpdates) == 0x000018, "Member 'FXAutoTriggerSingleton_DisableEffectUpdates::bDisableUpdates' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_DisableEffectUpdates, bResult) == 0x000019, "Member 'FXAutoTriggerSingleton_DisableEffectUpdates::bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_EffectParameterUpdatesDisabled \ static_assert(alignof(FXAutoTriggerSingleton_EffectParameterUpdatesDisabled) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_EffectParameterUpdatesDisabled"); \ static_assert(sizeof(FXAutoTriggerSingleton_EffectParameterUpdatesDisabled) == 0x000028, "Wrong size on FXAutoTriggerSingleton_EffectParameterUpdatesDisabled"); \ static_assert(offsetof(FXAutoTriggerSingleton_EffectParameterUpdatesDisabled, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_EffectParameterUpdatesDisabled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_EffectParameterUpdatesDisabled, FXName) == 0x000008, "Member 'FXAutoTriggerSingleton_EffectParameterUpdatesDisabled::FXName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_EffectParameterUpdatesDisabled, Actor) == 0x000010, "Member 'FXAutoTriggerSingleton_EffectParameterUpdatesDisabled::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_EffectParameterUpdatesDisabled, Parameter) == 0x000018, "Member 'FXAutoTriggerSingleton_EffectParameterUpdatesDisabled::Parameter' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_EffectParameterUpdatesDisabled, bIsDisabled) == 0x000020, "Member 'FXAutoTriggerSingleton_EffectParameterUpdatesDisabled::bIsDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_EffectUpdatesDisabled \ static_assert(alignof(FXAutoTriggerSingleton_EffectUpdatesDisabled) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_EffectUpdatesDisabled"); \ static_assert(sizeof(FXAutoTriggerSingleton_EffectUpdatesDisabled) == 0x000020, "Wrong size on FXAutoTriggerSingleton_EffectUpdatesDisabled"); \ static_assert(offsetof(FXAutoTriggerSingleton_EffectUpdatesDisabled, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_EffectUpdatesDisabled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_EffectUpdatesDisabled, FXName) == 0x000008, "Member 'FXAutoTriggerSingleton_EffectUpdatesDisabled::FXName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_EffectUpdatesDisabled, Actor) == 0x000010, "Member 'FXAutoTriggerSingleton_EffectUpdatesDisabled::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_EffectUpdatesDisabled, bIsDisabled) == 0x000018, "Member 'FXAutoTriggerSingleton_EffectUpdatesDisabled::bIsDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_GetActorCustomCondition \ static_assert(alignof(FXAutoTriggerSingleton_GetActorCustomCondition) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_GetActorCustomCondition"); \ static_assert(sizeof(FXAutoTriggerSingleton_GetActorCustomCondition) == 0x000018, "Wrong size on FXAutoTriggerSingleton_GetActorCustomCondition"); \ static_assert(offsetof(FXAutoTriggerSingleton_GetActorCustomCondition, Actor) == 0x000000, "Member 'FXAutoTriggerSingleton_GetActorCustomCondition::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_GetActorCustomCondition, ActorConditionName) == 0x000008, "Member 'FXAutoTriggerSingleton_GetActorCustomCondition::ActorConditionName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_GetActorCustomCondition, bEnabled) == 0x000010, "Member 'FXAutoTriggerSingleton_GetActorCustomCondition::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_GetAnyEffectIsActive \ static_assert(alignof(FXAutoTriggerSingleton_GetAnyEffectIsActive) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_GetAnyEffectIsActive"); \ static_assert(sizeof(FXAutoTriggerSingleton_GetAnyEffectIsActive) == 0x000018, "Wrong size on FXAutoTriggerSingleton_GetAnyEffectIsActive"); \ static_assert(offsetof(FXAutoTriggerSingleton_GetAnyEffectIsActive, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_GetAnyEffectIsActive::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_GetAnyEffectIsActive, FXName) == 0x000008, "Member 'FXAutoTriggerSingleton_GetAnyEffectIsActive::FXName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_GetAnyEffectIsActive, bAnyIsActive) == 0x000010, "Member 'FXAutoTriggerSingleton_GetAnyEffectIsActive::bAnyIsActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_GetEffectHandle \ static_assert(alignof(FXAutoTriggerSingleton_GetEffectHandle) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_GetEffectHandle"); \ static_assert(sizeof(FXAutoTriggerSingleton_GetEffectHandle) == 0x000020, "Wrong size on FXAutoTriggerSingleton_GetEffectHandle"); \ static_assert(offsetof(FXAutoTriggerSingleton_GetEffectHandle, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_GetEffectHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_GetEffectHandle, FXName) == 0x000008, "Member 'FXAutoTriggerSingleton_GetEffectHandle::FXName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_GetEffectHandle, Actor) == 0x000010, "Member 'FXAutoTriggerSingleton_GetEffectHandle::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_GetEffectHandle, FXHandle) == 0x000018, "Member 'FXAutoTriggerSingleton_GetEffectHandle::FXHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_GetEffectIsActive \ static_assert(alignof(FXAutoTriggerSingleton_GetEffectIsActive) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_GetEffectIsActive"); \ static_assert(sizeof(FXAutoTriggerSingleton_GetEffectIsActive) == 0x000020, "Wrong size on FXAutoTriggerSingleton_GetEffectIsActive"); \ static_assert(offsetof(FXAutoTriggerSingleton_GetEffectIsActive, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_GetEffectIsActive::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_GetEffectIsActive, FXName) == 0x000008, "Member 'FXAutoTriggerSingleton_GetEffectIsActive::FXName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_GetEffectIsActive, Actor) == 0x000010, "Member 'FXAutoTriggerSingleton_GetEffectIsActive::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_GetEffectIsActive, bIsActive) == 0x000018, "Member 'FXAutoTriggerSingleton_GetEffectIsActive::bIsActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_GetWorldCustomCondition \ static_assert(alignof(FXAutoTriggerSingleton_GetWorldCustomCondition) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_GetWorldCustomCondition"); \ static_assert(sizeof(FXAutoTriggerSingleton_GetWorldCustomCondition) == 0x000018, "Wrong size on FXAutoTriggerSingleton_GetWorldCustomCondition"); \ static_assert(offsetof(FXAutoTriggerSingleton_GetWorldCustomCondition, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_GetWorldCustomCondition::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_GetWorldCustomCondition, WorldConditionName) == 0x000008, "Member 'FXAutoTriggerSingleton_GetWorldCustomCondition::WorldConditionName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_GetWorldCustomCondition, bEnabled) == 0x000010, "Member 'FXAutoTriggerSingleton_GetWorldCustomCondition::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_HasAutoTriggerFX \ static_assert(alignof(FXAutoTriggerSingleton_HasAutoTriggerFX) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_HasAutoTriggerFX"); \ static_assert(sizeof(FXAutoTriggerSingleton_HasAutoTriggerFX) == 0x000020, "Wrong size on FXAutoTriggerSingleton_HasAutoTriggerFX"); \ static_assert(offsetof(FXAutoTriggerSingleton_HasAutoTriggerFX, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_HasAutoTriggerFX::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_HasAutoTriggerFX, FXOwner) == 0x000008, "Member 'FXAutoTriggerSingleton_HasAutoTriggerFX::FXOwner' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_HasAutoTriggerFX, FXAutoTriggerDefinition) == 0x000010, "Member 'FXAutoTriggerSingleton_HasAutoTriggerFX::FXAutoTriggerDefinition' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_HasAutoTriggerFX, bResult) == 0x000018, "Member 'FXAutoTriggerSingleton_HasAutoTriggerFX::bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_HasManualActor \ static_assert(alignof(FXAutoTriggerSingleton_HasManualActor) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_HasManualActor"); \ static_assert(sizeof(FXAutoTriggerSingleton_HasManualActor) == 0x000020, "Wrong size on FXAutoTriggerSingleton_HasManualActor"); \ static_assert(offsetof(FXAutoTriggerSingleton_HasManualActor, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_HasManualActor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_HasManualActor, FXName) == 0x000008, "Member 'FXAutoTriggerSingleton_HasManualActor::FXName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_HasManualActor, Actor) == 0x000010, "Member 'FXAutoTriggerSingleton_HasManualActor::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_HasManualActor, bResult) == 0x000018, "Member 'FXAutoTriggerSingleton_HasManualActor::bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_IsManualPrerequisiteTriggered \ static_assert(alignof(FXAutoTriggerSingleton_IsManualPrerequisiteTriggered) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_IsManualPrerequisiteTriggered"); \ static_assert(sizeof(FXAutoTriggerSingleton_IsManualPrerequisiteTriggered) == 0x000018, "Wrong size on FXAutoTriggerSingleton_IsManualPrerequisiteTriggered"); \ static_assert(offsetof(FXAutoTriggerSingleton_IsManualPrerequisiteTriggered, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_IsManualPrerequisiteTriggered::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_IsManualPrerequisiteTriggered, FXName) == 0x000008, "Member 'FXAutoTriggerSingleton_IsManualPrerequisiteTriggered::FXName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_IsManualPrerequisiteTriggered, bResult) == 0x000010, "Member 'FXAutoTriggerSingleton_IsManualPrerequisiteTriggered::bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_KillAutoTriggerFX \ static_assert(alignof(FXAutoTriggerSingleton_KillAutoTriggerFX) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_KillAutoTriggerFX"); \ static_assert(sizeof(FXAutoTriggerSingleton_KillAutoTriggerFX) == 0x000020, "Wrong size on FXAutoTriggerSingleton_KillAutoTriggerFX"); \ static_assert(offsetof(FXAutoTriggerSingleton_KillAutoTriggerFX, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_KillAutoTriggerFX::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_KillAutoTriggerFX, FXOwner) == 0x000008, "Member 'FXAutoTriggerSingleton_KillAutoTriggerFX::FXOwner' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_KillAutoTriggerFX, FXAutoTriggerDefinition) == 0x000010, "Member 'FXAutoTriggerSingleton_KillAutoTriggerFX::FXAutoTriggerDefinition' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_KillAutoTriggerFX, bResult) == 0x000018, "Member 'FXAutoTriggerSingleton_KillAutoTriggerFX::bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_ManuallyTriggerPrerequisite \ static_assert(alignof(FXAutoTriggerSingleton_ManuallyTriggerPrerequisite) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_ManuallyTriggerPrerequisite"); \ static_assert(sizeof(FXAutoTriggerSingleton_ManuallyTriggerPrerequisite) == 0x000018, "Wrong size on FXAutoTriggerSingleton_ManuallyTriggerPrerequisite"); \ static_assert(offsetof(FXAutoTriggerSingleton_ManuallyTriggerPrerequisite, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_ManuallyTriggerPrerequisite::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_ManuallyTriggerPrerequisite, FXName) == 0x000008, "Member 'FXAutoTriggerSingleton_ManuallyTriggerPrerequisite::FXName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_ManuallyTriggerPrerequisite, bResult) == 0x000010, "Member 'FXAutoTriggerSingleton_ManuallyTriggerPrerequisite::bResult' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_ManuallyTriggerPrerequisite, bTrigger) == 0x000011, "Member 'FXAutoTriggerSingleton_ManuallyTriggerPrerequisite::bTrigger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_RemoveActorByClass \ static_assert(alignof(FXAutoTriggerSingleton_RemoveActorByClass) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_RemoveActorByClass"); \ static_assert(sizeof(FXAutoTriggerSingleton_RemoveActorByClass) == 0x000010, "Wrong size on FXAutoTriggerSingleton_RemoveActorByClass"); \ static_assert(offsetof(FXAutoTriggerSingleton_RemoveActorByClass, Actor) == 0x000000, "Member 'FXAutoTriggerSingleton_RemoveActorByClass::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_RemoveActorByClass, ActorClass) == 0x000008, "Member 'FXAutoTriggerSingleton_RemoveActorByClass::ActorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_RemoveCustomBucketActor \ static_assert(alignof(FXAutoTriggerSingleton_RemoveCustomBucketActor) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_RemoveCustomBucketActor"); \ static_assert(sizeof(FXAutoTriggerSingleton_RemoveCustomBucketActor) == 0x000010, "Wrong size on FXAutoTriggerSingleton_RemoveCustomBucketActor"); \ static_assert(offsetof(FXAutoTriggerSingleton_RemoveCustomBucketActor, Actor) == 0x000000, "Member 'FXAutoTriggerSingleton_RemoveCustomBucketActor::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_RemoveCustomBucketActor, CustomBucket) == 0x000008, "Member 'FXAutoTriggerSingleton_RemoveCustomBucketActor::CustomBucket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_RemoveManualActor \ static_assert(alignof(FXAutoTriggerSingleton_RemoveManualActor) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_RemoveManualActor"); \ static_assert(sizeof(FXAutoTriggerSingleton_RemoveManualActor) == 0x000020, "Wrong size on FXAutoTriggerSingleton_RemoveManualActor"); \ static_assert(offsetof(FXAutoTriggerSingleton_RemoveManualActor, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_RemoveManualActor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_RemoveManualActor, FXName) == 0x000008, "Member 'FXAutoTriggerSingleton_RemoveManualActor::FXName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_RemoveManualActor, Actor) == 0x000010, "Member 'FXAutoTriggerSingleton_RemoveManualActor::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_RemoveManualActor, bResult) == 0x000018, "Member 'FXAutoTriggerSingleton_RemoveManualActor::bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_RemoveManualActors \ static_assert(alignof(FXAutoTriggerSingleton_RemoveManualActors) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_RemoveManualActors"); \ static_assert(sizeof(FXAutoTriggerSingleton_RemoveManualActors) == 0x000028, "Wrong size on FXAutoTriggerSingleton_RemoveManualActors"); \ static_assert(offsetof(FXAutoTriggerSingleton_RemoveManualActors, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_RemoveManualActors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_RemoveManualActors, FXName) == 0x000008, "Member 'FXAutoTriggerSingleton_RemoveManualActors::FXName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_RemoveManualActors, Actors) == 0x000010, "Member 'FXAutoTriggerSingleton_RemoveManualActors::Actors' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_RemoveManualActors, bResult) == 0x000020, "Member 'FXAutoTriggerSingleton_RemoveManualActors::bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_SetActorCustomCondition \ static_assert(alignof(FXAutoTriggerSingleton_SetActorCustomCondition) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_SetActorCustomCondition"); \ static_assert(sizeof(FXAutoTriggerSingleton_SetActorCustomCondition) == 0x000018, "Wrong size on FXAutoTriggerSingleton_SetActorCustomCondition"); \ static_assert(offsetof(FXAutoTriggerSingleton_SetActorCustomCondition, Actor) == 0x000000, "Member 'FXAutoTriggerSingleton_SetActorCustomCondition::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_SetActorCustomCondition, ActorConditionName) == 0x000008, "Member 'FXAutoTriggerSingleton_SetActorCustomCondition::ActorConditionName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_SetActorCustomCondition, bEnabled) == 0x000010, "Member 'FXAutoTriggerSingleton_SetActorCustomCondition::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerSingleton_SetWorldCustomCondition \ static_assert(alignof(FXAutoTriggerSingleton_SetWorldCustomCondition) == 0x000008, "Wrong alignment on FXAutoTriggerSingleton_SetWorldCustomCondition"); \ static_assert(sizeof(FXAutoTriggerSingleton_SetWorldCustomCondition) == 0x000018, "Wrong size on FXAutoTriggerSingleton_SetWorldCustomCondition"); \ static_assert(offsetof(FXAutoTriggerSingleton_SetWorldCustomCondition, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerSingleton_SetWorldCustomCondition::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_SetWorldCustomCondition, WorldConditionName) == 0x000008, "Member 'FXAutoTriggerSingleton_SetWorldCustomCondition::WorldConditionName' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerSingleton_SetWorldCustomCondition, bEnabled) == 0x000010, "Member 'FXAutoTriggerSingleton_SetWorldCustomCondition::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFXAutoTriggerSingleton \ static_assert(alignof(AFXAutoTriggerSingleton) == 0x000008, "Wrong alignment on AFXAutoTriggerSingleton"); \ static_assert(sizeof(AFXAutoTriggerSingleton) == 0x0002C8, "Wrong size on AFXAutoTriggerSingleton"); \ static_assert(offsetof(AFXAutoTriggerSingleton, Globals) == 0x000248, "Member 'AFXAutoTriggerSingleton::Globals' has a wrong offset!"); \ static_assert(offsetof(AFXAutoTriggerSingleton, FX) == 0x000250, "Member 'AFXAutoTriggerSingleton::FX' has a wrong offset!"); \ static_assert(offsetof(AFXAutoTriggerSingleton, KeyMaterialBundles) == 0x000278, "Member 'AFXAutoTriggerSingleton::KeyMaterialBundles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerUpdateBase \ static_assert(alignof(UFXAutoTriggerUpdateBase) == 0x000008, "Wrong alignment on UFXAutoTriggerUpdateBase"); \ static_assert(sizeof(UFXAutoTriggerUpdateBase) == 0x000028, "Wrong size on UFXAutoTriggerUpdateBase"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerUpdateLocalVar \ static_assert(alignof(UFXAutoTriggerUpdateLocalVar) == 0x000008, "Wrong alignment on UFXAutoTriggerUpdateLocalVar"); \ static_assert(sizeof(UFXAutoTriggerUpdateLocalVar) == 0x000028, "Wrong size on UFXAutoTriggerUpdateLocalVar"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerUpdateNiagaraBatchVar \ static_assert(alignof(UFXAutoTriggerUpdateNiagaraBatchVar) == 0x000008, "Wrong alignment on UFXAutoTriggerUpdateNiagaraBatchVar"); \ static_assert(sizeof(UFXAutoTriggerUpdateNiagaraBatchVar) == 0x000028, "Wrong size on UFXAutoTriggerUpdateNiagaraBatchVar"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerUpdateNiagaraBatchFloat \ static_assert(alignof(UFXAutoTriggerUpdateNiagaraBatchFloat) == 0x000008, "Wrong alignment on UFXAutoTriggerUpdateNiagaraBatchFloat"); \ static_assert(sizeof(UFXAutoTriggerUpdateNiagaraBatchFloat) == 0x000038, "Wrong size on UFXAutoTriggerUpdateNiagaraBatchFloat"); \ static_assert(offsetof(UFXAutoTriggerUpdateNiagaraBatchFloat, Var) == 0x000028, "Member 'UFXAutoTriggerUpdateNiagaraBatchFloat::Var' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerUpdateNiagaraBatchFloat, Scalar) == 0x000030, "Member 'UFXAutoTriggerUpdateNiagaraBatchFloat::Scalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalPointLightComponentBase_SetFalloffExponentDecalMaterial \ static_assert(alignof(DecalPointLightComponentBase_SetFalloffExponentDecalMaterial) == 0x000008, "Wrong alignment on DecalPointLightComponentBase_SetFalloffExponentDecalMaterial"); \ static_assert(sizeof(DecalPointLightComponentBase_SetFalloffExponentDecalMaterial) == 0x000008, "Wrong size on DecalPointLightComponentBase_SetFalloffExponentDecalMaterial"); \ static_assert(offsetof(DecalPointLightComponentBase_SetFalloffExponentDecalMaterial, NewFalloffExponentDecalMaterial) == 0x000000, "Member 'DecalPointLightComponentBase_SetFalloffExponentDecalMaterial::NewFalloffExponentDecalMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalPointLightComponentBase_SetInverseSquaredDecalMaterial \ static_assert(alignof(DecalPointLightComponentBase_SetInverseSquaredDecalMaterial) == 0x000008, "Wrong alignment on DecalPointLightComponentBase_SetInverseSquaredDecalMaterial"); \ static_assert(sizeof(DecalPointLightComponentBase_SetInverseSquaredDecalMaterial) == 0x000008, "Wrong size on DecalPointLightComponentBase_SetInverseSquaredDecalMaterial"); \ static_assert(offsetof(DecalPointLightComponentBase_SetInverseSquaredDecalMaterial, NewInverseSquaredDecalMaterial) == 0x000000, "Member 'DecalPointLightComponentBase_SetInverseSquaredDecalMaterial::NewInverseSquaredDecalMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDecalPointLightComponentBase \ static_assert(alignof(UDecalPointLightComponentBase) == 0x000010, "Wrong alignment on UDecalPointLightComponentBase"); \ static_assert(sizeof(UDecalPointLightComponentBase) == 0x000590, "Wrong size on UDecalPointLightComponentBase"); \ static_assert(offsetof(UDecalPointLightComponentBase, InverseSquaredDecalMaterial) == 0x000568, "Member 'UDecalPointLightComponentBase::InverseSquaredDecalMaterial' has a wrong offset!"); \ static_assert(offsetof(UDecalPointLightComponentBase, FalloffExponentDecalMaterial) == 0x000570, "Member 'UDecalPointLightComponentBase::FalloffExponentDecalMaterial' has a wrong offset!"); \ static_assert(offsetof(UDecalPointLightComponentBase, DecalMID) == 0x000578, "Member 'UDecalPointLightComponentBase::DecalMID' has a wrong offset!"); \ static_assert(offsetof(UDecalPointLightComponentBase, DecalMIDParent) == 0x000580, "Member 'UDecalPointLightComponentBase::DecalMIDParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FadeToDecalPointLightComponent_SetLightParametersCanChange \ static_assert(alignof(FadeToDecalPointLightComponent_SetLightParametersCanChange) == 0x000001, "Wrong alignment on FadeToDecalPointLightComponent_SetLightParametersCanChange"); \ static_assert(sizeof(FadeToDecalPointLightComponent_SetLightParametersCanChange) == 0x000001, "Wrong size on FadeToDecalPointLightComponent_SetLightParametersCanChange"); \ static_assert(offsetof(FadeToDecalPointLightComponent_SetLightParametersCanChange, bNewLightParametersCanChange) == 0x000000, "Member 'FadeToDecalPointLightComponent_SetLightParametersCanChange::bNewLightParametersCanChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FadeToDecalPointLightComponent_SetUseLightVisibility \ static_assert(alignof(FadeToDecalPointLightComponent_SetUseLightVisibility) == 0x000001, "Wrong alignment on FadeToDecalPointLightComponent_SetUseLightVisibility"); \ static_assert(sizeof(FadeToDecalPointLightComponent_SetUseLightVisibility) == 0x000001, "Wrong size on FadeToDecalPointLightComponent_SetUseLightVisibility"); \ static_assert(offsetof(FadeToDecalPointLightComponent_SetUseLightVisibility, bNewUseLightVisibility) == 0x000000, "Member 'FadeToDecalPointLightComponent_SetUseLightVisibility::bNewUseLightVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFadeToDecalPointLightComponent \ static_assert(alignof(UFadeToDecalPointLightComponent) == 0x000010, "Wrong alignment on UFadeToDecalPointLightComponent"); \ static_assert(sizeof(UFadeToDecalPointLightComponent) == 0x000590, "Wrong size on UFadeToDecalPointLightComponent"); \ static_assert(offsetof(UFadeToDecalPointLightComponent, bUseLightVisibility) == 0x000588, "Member 'UFadeToDecalPointLightComponent::bUseLightVisibility' has a wrong offset!"); \ static_assert(offsetof(UFadeToDecalPointLightComponent, bLightParametersCanChange) == 0x000589, "Member 'UFadeToDecalPointLightComponent::bLightParametersCanChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FillDecalPointLightComponent_SetFullRadius \ static_assert(alignof(FillDecalPointLightComponent_SetFullRadius) == 0x000004, "Wrong alignment on FillDecalPointLightComponent_SetFullRadius"); \ static_assert(sizeof(FillDecalPointLightComponent_SetFullRadius) == 0x000004, "Wrong size on FillDecalPointLightComponent_SetFullRadius"); \ static_assert(offsetof(FillDecalPointLightComponent_SetFullRadius, NewFullRadius) == 0x000000, "Member 'FillDecalPointLightComponent_SetFullRadius::NewFullRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FillDecalPointLightComponent_SetInnerCutoutRadius \ static_assert(alignof(FillDecalPointLightComponent_SetInnerCutoutRadius) == 0x000004, "Wrong alignment on FillDecalPointLightComponent_SetInnerCutoutRadius"); \ static_assert(sizeof(FillDecalPointLightComponent_SetInnerCutoutRadius) == 0x000004, "Wrong size on FillDecalPointLightComponent_SetInnerCutoutRadius"); \ static_assert(offsetof(FillDecalPointLightComponent_SetInnerCutoutRadius, NewInnerCutoutRadius) == 0x000000, "Member 'FillDecalPointLightComponent_SetInnerCutoutRadius::NewInnerCutoutRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FillDecalPointLightComponent_SetIntensityMultiplier \ static_assert(alignof(FillDecalPointLightComponent_SetIntensityMultiplier) == 0x000004, "Wrong alignment on FillDecalPointLightComponent_SetIntensityMultiplier"); \ static_assert(sizeof(FillDecalPointLightComponent_SetIntensityMultiplier) == 0x000004, "Wrong size on FillDecalPointLightComponent_SetIntensityMultiplier"); \ static_assert(offsetof(FillDecalPointLightComponent_SetIntensityMultiplier, NewIntensityMultiplier) == 0x000000, "Member 'FillDecalPointLightComponent_SetIntensityMultiplier::NewIntensityMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FillDecalPointLightComponent_SetOuterCutoutRadius \ static_assert(alignof(FillDecalPointLightComponent_SetOuterCutoutRadius) == 0x000004, "Wrong alignment on FillDecalPointLightComponent_SetOuterCutoutRadius"); \ static_assert(sizeof(FillDecalPointLightComponent_SetOuterCutoutRadius) == 0x000004, "Wrong size on FillDecalPointLightComponent_SetOuterCutoutRadius"); \ static_assert(offsetof(FillDecalPointLightComponent_SetOuterCutoutRadius, NewOuterCutoutRadius) == 0x000000, "Member 'FillDecalPointLightComponent_SetOuterCutoutRadius::NewOuterCutoutRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FillDecalPointLightComponent_SetRadii \ static_assert(alignof(FillDecalPointLightComponent_SetRadii) == 0x000004, "Wrong alignment on FillDecalPointLightComponent_SetRadii"); \ static_assert(sizeof(FillDecalPointLightComponent_SetRadii) == 0x00000C, "Wrong size on FillDecalPointLightComponent_SetRadii"); \ static_assert(offsetof(FillDecalPointLightComponent_SetRadii, NewInnerCutoutRadius) == 0x000000, "Member 'FillDecalPointLightComponent_SetRadii::NewInnerCutoutRadius' has a wrong offset!"); \ static_assert(offsetof(FillDecalPointLightComponent_SetRadii, NewOuterCutoutRadius) == 0x000004, "Member 'FillDecalPointLightComponent_SetRadii::NewOuterCutoutRadius' has a wrong offset!"); \ static_assert(offsetof(FillDecalPointLightComponent_SetRadii, NewFullRadius) == 0x000008, "Member 'FillDecalPointLightComponent_SetRadii::NewFullRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFillDecalPointLightComponent \ static_assert(alignof(UFillDecalPointLightComponent) == 0x000010, "Wrong alignment on UFillDecalPointLightComponent"); \ static_assert(sizeof(UFillDecalPointLightComponent) == 0x0005A0, "Wrong size on UFillDecalPointLightComponent"); \ static_assert(offsetof(UFillDecalPointLightComponent, IntensityMultiplier) == 0x000590, "Member 'UFillDecalPointLightComponent::IntensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UFillDecalPointLightComponent, InnerCutoutRadius) == 0x000594, "Member 'UFillDecalPointLightComponent::InnerCutoutRadius' has a wrong offset!"); \ static_assert(offsetof(UFillDecalPointLightComponent, OuterCutoutRadius) == 0x000598, "Member 'UFillDecalPointLightComponent::OuterCutoutRadius' has a wrong offset!"); \ static_assert(offsetof(UFillDecalPointLightComponent, FullRadius) == 0x00059C, "Member 'UFillDecalPointLightComponent::FullRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerUpdateNiagaraBatchBool \ static_assert(alignof(UFXAutoTriggerUpdateNiagaraBatchBool) == 0x000008, "Wrong alignment on UFXAutoTriggerUpdateNiagaraBatchBool"); \ static_assert(sizeof(UFXAutoTriggerUpdateNiagaraBatchBool) == 0x000038, "Wrong size on UFXAutoTriggerUpdateNiagaraBatchBool"); \ static_assert(offsetof(UFXAutoTriggerUpdateNiagaraBatchBool, Var) == 0x000028, "Member 'UFXAutoTriggerUpdateNiagaraBatchBool::Var' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerUpdateNiagaraBatchBool, Bool) == 0x000030, "Member 'UFXAutoTriggerUpdateNiagaraBatchBool::Bool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerUpdateNiagaraBatchLinearColor \ static_assert(alignof(UFXAutoTriggerUpdateNiagaraBatchLinearColor) == 0x000008, "Wrong alignment on UFXAutoTriggerUpdateNiagaraBatchLinearColor"); \ static_assert(sizeof(UFXAutoTriggerUpdateNiagaraBatchLinearColor) == 0x000038, "Wrong size on UFXAutoTriggerUpdateNiagaraBatchLinearColor"); \ static_assert(offsetof(UFXAutoTriggerUpdateNiagaraBatchLinearColor, Var) == 0x000028, "Member 'UFXAutoTriggerUpdateNiagaraBatchLinearColor::Var' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerUpdateNiagaraBatchLinearColor, Color) == 0x000030, "Member 'UFXAutoTriggerUpdateNiagaraBatchLinearColor::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerUpdateNiagaraBatch \ static_assert(alignof(UFXAutoTriggerUpdateNiagaraBatch) == 0x000008, "Wrong alignment on UFXAutoTriggerUpdateNiagaraBatch"); \ static_assert(sizeof(UFXAutoTriggerUpdateNiagaraBatch) == 0x000038, "Wrong size on UFXAutoTriggerUpdateNiagaraBatch"); \ static_assert(offsetof(UFXAutoTriggerUpdateNiagaraBatch, Vars) == 0x000028, "Member 'UFXAutoTriggerUpdateNiagaraBatch::Vars' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerUpdateNiagaraScalar \ static_assert(alignof(UFXAutoTriggerUpdateNiagaraScalar) == 0x000008, "Wrong alignment on UFXAutoTriggerUpdateNiagaraScalar"); \ static_assert(sizeof(UFXAutoTriggerUpdateNiagaraScalar) == 0x000038, "Wrong size on UFXAutoTriggerUpdateNiagaraScalar"); \ static_assert(offsetof(UFXAutoTriggerUpdateNiagaraScalar, NiagaraVar) == 0x000028, "Member 'UFXAutoTriggerUpdateNiagaraScalar::NiagaraVar' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerUpdateNiagaraScalar, Scalar) == 0x000030, "Member 'UFXAutoTriggerUpdateNiagaraScalar::Scalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerUpdateLocalSkinFXVar \ static_assert(alignof(UFXAutoTriggerUpdateLocalSkinFXVar) == 0x000008, "Wrong alignment on UFXAutoTriggerUpdateLocalSkinFXVar"); \ static_assert(sizeof(UFXAutoTriggerUpdateLocalSkinFXVar) == 0x000028, "Wrong size on UFXAutoTriggerUpdateLocalSkinFXVar"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerUpdateLocalSkinFXVarFloat \ static_assert(alignof(UFXAutoTriggerUpdateLocalSkinFXVarFloat) == 0x000008, "Wrong alignment on UFXAutoTriggerUpdateLocalSkinFXVarFloat"); \ static_assert(sizeof(UFXAutoTriggerUpdateLocalSkinFXVarFloat) == 0x000038, "Wrong size on UFXAutoTriggerUpdateLocalSkinFXVarFloat"); \ static_assert(offsetof(UFXAutoTriggerUpdateLocalSkinFXVarFloat, Var) == 0x000028, "Member 'UFXAutoTriggerUpdateLocalSkinFXVarFloat::Var' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerUpdateLocalSkinFXVarFloat, Scalar) == 0x000030, "Member 'UFXAutoTriggerUpdateLocalSkinFXVarFloat::Scalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalPointLightComponent_SetDecalPointLightInfo \ static_assert(alignof(DecalPointLightComponent_SetDecalPointLightInfo) == 0x000004, "Wrong alignment on DecalPointLightComponent_SetDecalPointLightInfo"); \ static_assert(sizeof(DecalPointLightComponent_SetDecalPointLightInfo) == 0x000028, "Wrong size on DecalPointLightComponent_SetDecalPointLightInfo"); \ static_assert(offsetof(DecalPointLightComponent_SetDecalPointLightInfo, NewInfo) == 0x000000, "Member 'DecalPointLightComponent_SetDecalPointLightInfo::NewInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDecalPointLightComponent \ static_assert(alignof(UDecalPointLightComponent) == 0x000010, "Wrong alignment on UDecalPointLightComponent"); \ static_assert(sizeof(UDecalPointLightComponent) == 0x0005B0, "Wrong size on UDecalPointLightComponent"); \ static_assert(offsetof(UDecalPointLightComponent, Info) == 0x000588, "Member 'UDecalPointLightComponent::Info' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerUpdateLocalSkinFXVarLinearColor \ static_assert(alignof(UFXAutoTriggerUpdateLocalSkinFXVarLinearColor) == 0x000008, "Wrong alignment on UFXAutoTriggerUpdateLocalSkinFXVarLinearColor"); \ static_assert(sizeof(UFXAutoTriggerUpdateLocalSkinFXVarLinearColor) == 0x000038, "Wrong size on UFXAutoTriggerUpdateLocalSkinFXVarLinearColor"); \ static_assert(offsetof(UFXAutoTriggerUpdateLocalSkinFXVarLinearColor, Var) == 0x000028, "Member 'UFXAutoTriggerUpdateLocalSkinFXVarLinearColor::Var' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerUpdateLocalSkinFXVarLinearColor, Color) == 0x000030, "Member 'UFXAutoTriggerUpdateLocalSkinFXVarLinearColor::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerUpdateSkinFXParameters \ static_assert(alignof(UFXAutoTriggerUpdateSkinFXParameters) == 0x000008, "Wrong alignment on UFXAutoTriggerUpdateSkinFXParameters"); \ static_assert(sizeof(UFXAutoTriggerUpdateSkinFXParameters) == 0x000040, "Wrong size on UFXAutoTriggerUpdateSkinFXParameters"); \ static_assert(offsetof(UFXAutoTriggerUpdateSkinFXParameters, SkinFX) == 0x000028, "Member 'UFXAutoTriggerUpdateSkinFXParameters::SkinFX' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerUpdateSkinFXParameters, Vars) == 0x000030, "Member 'UFXAutoTriggerUpdateSkinFXParameters::Vars' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarConstantZero \ static_assert(alignof(UFXAutoTriggerScalarConstantZero) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarConstantZero"); \ static_assert(sizeof(UFXAutoTriggerScalarConstantZero) == 0x000028, "Wrong size on UFXAutoTriggerScalarConstantZero"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarConstantOne \ static_assert(alignof(UFXAutoTriggerScalarConstantOne) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarConstantOne"); \ static_assert(sizeof(UFXAutoTriggerScalarConstantOne) == 0x000028, "Wrong size on UFXAutoTriggerScalarConstantOne"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarConstantValue \ static_assert(alignof(UFXAutoTriggerScalarConstantValue) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarConstantValue"); \ static_assert(sizeof(UFXAutoTriggerScalarConstantValue) == 0x000030, "Wrong size on UFXAutoTriggerScalarConstantValue"); \ static_assert(offsetof(UFXAutoTriggerScalarConstantValue, Value) == 0x000028, "Member 'UFXAutoTriggerScalarConstantValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarConstantValueSquared \ static_assert(alignof(UFXAutoTriggerScalarConstantValueSquared) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarConstantValueSquared"); \ static_assert(sizeof(UFXAutoTriggerScalarConstantValueSquared) == 0x000030, "Wrong size on UFXAutoTriggerScalarConstantValueSquared"); \ static_assert(offsetof(UFXAutoTriggerScalarConstantValueSquared, Value) == 0x000028, "Member 'UFXAutoTriggerScalarConstantValueSquared::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarConstantValuePercent \ static_assert(alignof(UFXAutoTriggerScalarConstantValuePercent) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarConstantValuePercent"); \ static_assert(sizeof(UFXAutoTriggerScalarConstantValuePercent) == 0x000030, "Wrong size on UFXAutoTriggerScalarConstantValuePercent"); \ static_assert(offsetof(UFXAutoTriggerScalarConstantValuePercent, Value) == 0x000028, "Member 'UFXAutoTriggerScalarConstantValuePercent::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarSingleParam \ static_assert(alignof(UFXAutoTriggerScalarSingleParam) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarSingleParam"); \ static_assert(sizeof(UFXAutoTriggerScalarSingleParam) == 0x000030, "Wrong size on UFXAutoTriggerScalarSingleParam"); \ static_assert(offsetof(UFXAutoTriggerScalarSingleParam, Value) == 0x000028, "Member 'UFXAutoTriggerScalarSingleParam::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarOneMinus \ static_assert(alignof(UFXAutoTriggerScalarOneMinus) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarOneMinus"); \ static_assert(sizeof(UFXAutoTriggerScalarOneMinus) == 0x000030, "Wrong size on UFXAutoTriggerScalarOneMinus"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarSaturate \ static_assert(alignof(UFXAutoTriggerScalarSaturate) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarSaturate"); \ static_assert(sizeof(UFXAutoTriggerScalarSaturate) == 0x000030, "Wrong size on UFXAutoTriggerScalarSaturate"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarAbs \ static_assert(alignof(UFXAutoTriggerScalarAbs) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarAbs"); \ static_assert(sizeof(UFXAutoTriggerScalarAbs) == 0x000030, "Wrong size on UFXAutoTriggerScalarAbs"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarNegate \ static_assert(alignof(UFXAutoTriggerScalarNegate) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarNegate"); \ static_assert(sizeof(UFXAutoTriggerScalarNegate) == 0x000030, "Wrong size on UFXAutoTriggerScalarNegate"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarInvert \ static_assert(alignof(UFXAutoTriggerScalarInvert) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarInvert"); \ static_assert(sizeof(UFXAutoTriggerScalarInvert) == 0x000038, "Wrong size on UFXAutoTriggerScalarInvert"); \ static_assert(offsetof(UFXAutoTriggerScalarInvert, DivideByZero) == 0x000030, "Member 'UFXAutoTriggerScalarInvert::DivideByZero' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarSqrRoot \ static_assert(alignof(UFXAutoTriggerScalarSqrRoot) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarSqrRoot"); \ static_assert(sizeof(UFXAutoTriggerScalarSqrRoot) == 0x000030, "Wrong size on UFXAutoTriggerScalarSqrRoot"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarSquare \ static_assert(alignof(UFXAutoTriggerScalarSquare) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarSquare"); \ static_assert(sizeof(UFXAutoTriggerScalarSquare) == 0x000030, "Wrong size on UFXAutoTriggerScalarSquare"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarPower \ static_assert(alignof(UFXAutoTriggerScalarPower) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarPower"); \ static_assert(sizeof(UFXAutoTriggerScalarPower) == 0x000038, "Wrong size on UFXAutoTriggerScalarPower"); \ static_assert(offsetof(UFXAutoTriggerScalarPower, Power) == 0x000030, "Member 'UFXAutoTriggerScalarPower::Power' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarRemapClamped \ static_assert(alignof(UFXAutoTriggerScalarRemapClamped) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarRemapClamped"); \ static_assert(sizeof(UFXAutoTriggerScalarRemapClamped) == 0x000040, "Wrong size on UFXAutoTriggerScalarRemapClamped"); \ static_assert(offsetof(UFXAutoTriggerScalarRemapClamped, InputRange) == 0x000030, "Member 'UFXAutoTriggerScalarRemapClamped::InputRange' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarRemapClamped, OutputRange) == 0x000038, "Member 'UFXAutoTriggerScalarRemapClamped::OutputRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarRemapUnclamped \ static_assert(alignof(UFXAutoTriggerScalarRemapUnclamped) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarRemapUnclamped"); \ static_assert(sizeof(UFXAutoTriggerScalarRemapUnclamped) == 0x000040, "Wrong size on UFXAutoTriggerScalarRemapUnclamped"); \ static_assert(offsetof(UFXAutoTriggerScalarRemapUnclamped, InputRange) == 0x000030, "Member 'UFXAutoTriggerScalarRemapUnclamped::InputRange' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarRemapUnclamped, OutputRange) == 0x000038, "Member 'UFXAutoTriggerScalarRemapUnclamped::OutputRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarMinConstant \ static_assert(alignof(UFXAutoTriggerScalarMinConstant) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarMinConstant"); \ static_assert(sizeof(UFXAutoTriggerScalarMinConstant) == 0x000038, "Wrong size on UFXAutoTriggerScalarMinConstant"); \ static_assert(offsetof(UFXAutoTriggerScalarMinConstant, Minimum) == 0x000030, "Member 'UFXAutoTriggerScalarMinConstant::Minimum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarMaximumConstant \ static_assert(alignof(UFXAutoTriggerScalarMaximumConstant) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarMaximumConstant"); \ static_assert(sizeof(UFXAutoTriggerScalarMaximumConstant) == 0x000038, "Wrong size on UFXAutoTriggerScalarMaximumConstant"); \ static_assert(offsetof(UFXAutoTriggerScalarMaximumConstant, Maximum) == 0x000030, "Member 'UFXAutoTriggerScalarMaximumConstant::Maximum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarClampConstant \ static_assert(alignof(UFXAutoTriggerScalarClampConstant) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarClampConstant"); \ static_assert(sizeof(UFXAutoTriggerScalarClampConstant) == 0x000038, "Wrong size on UFXAutoTriggerScalarClampConstant"); \ static_assert(offsetof(UFXAutoTriggerScalarClampConstant, Minimum) == 0x000030, "Member 'UFXAutoTriggerScalarClampConstant::Minimum' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarClampConstant, Maximum) == 0x000034, "Member 'UFXAutoTriggerScalarClampConstant::Maximum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarLerpConstant \ static_assert(alignof(UFXAutoTriggerScalarLerpConstant) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarLerpConstant"); \ static_assert(sizeof(UFXAutoTriggerScalarLerpConstant) == 0x000038, "Wrong size on UFXAutoTriggerScalarLerpConstant"); \ static_assert(offsetof(UFXAutoTriggerScalarLerpConstant, A) == 0x000030, "Member 'UFXAutoTriggerScalarLerpConstant::A' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarLerpConstant, b) == 0x000034, "Member 'UFXAutoTriggerScalarLerpConstant::b' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarCurve \ static_assert(alignof(UFXAutoTriggerScalarCurve) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarCurve"); \ static_assert(sizeof(UFXAutoTriggerScalarCurve) == 0x000038, "Wrong size on UFXAutoTriggerScalarCurve"); \ static_assert(offsetof(UFXAutoTriggerScalarCurve, Curve) == 0x000030, "Member 'UFXAutoTriggerScalarCurve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarTwoParams \ static_assert(alignof(UFXAutoTriggerScalarTwoParams) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarTwoParams"); \ static_assert(sizeof(UFXAutoTriggerScalarTwoParams) == 0x000038, "Wrong size on UFXAutoTriggerScalarTwoParams"); \ static_assert(offsetof(UFXAutoTriggerScalarTwoParams, A) == 0x000028, "Member 'UFXAutoTriggerScalarTwoParams::A' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarTwoParams, b) == 0x000030, "Member 'UFXAutoTriggerScalarTwoParams::b' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarMultiply \ static_assert(alignof(UFXAutoTriggerScalarMultiply) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarMultiply"); \ static_assert(sizeof(UFXAutoTriggerScalarMultiply) == 0x000038, "Wrong size on UFXAutoTriggerScalarMultiply"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarDivide \ static_assert(alignof(UFXAutoTriggerScalarDivide) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarDivide"); \ static_assert(sizeof(UFXAutoTriggerScalarDivide) == 0x000040, "Wrong size on UFXAutoTriggerScalarDivide"); \ static_assert(offsetof(UFXAutoTriggerScalarDivide, DivideByZero) == 0x000038, "Member 'UFXAutoTriggerScalarDivide::DivideByZero' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarAdd \ static_assert(alignof(UFXAutoTriggerScalarAdd) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarAdd"); \ static_assert(sizeof(UFXAutoTriggerScalarAdd) == 0x000038, "Wrong size on UFXAutoTriggerScalarAdd"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarSubract \ static_assert(alignof(UFXAutoTriggerScalarSubract) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarSubract"); \ static_assert(sizeof(UFXAutoTriggerScalarSubract) == 0x000038, "Wrong size on UFXAutoTriggerScalarSubract"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarMin \ static_assert(alignof(UFXAutoTriggerScalarMin) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarMin"); \ static_assert(sizeof(UFXAutoTriggerScalarMin) == 0x000038, "Wrong size on UFXAutoTriggerScalarMin"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarMax \ static_assert(alignof(UFXAutoTriggerScalarMax) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarMax"); \ static_assert(sizeof(UFXAutoTriggerScalarMax) == 0x000038, "Wrong size on UFXAutoTriggerScalarMax"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarClamp \ static_assert(alignof(UFXAutoTriggerScalarClamp) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarClamp"); \ static_assert(sizeof(UFXAutoTriggerScalarClamp) == 0x000040, "Wrong size on UFXAutoTriggerScalarClamp"); \ static_assert(offsetof(UFXAutoTriggerScalarClamp, Value) == 0x000028, "Member 'UFXAutoTriggerScalarClamp::Value' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarClamp, Minimum) == 0x000030, "Member 'UFXAutoTriggerScalarClamp::Minimum' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarClamp, Maximum) == 0x000038, "Member 'UFXAutoTriggerScalarClamp::Maximum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarLerp \ static_assert(alignof(UFXAutoTriggerScalarLerp) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarLerp"); \ static_assert(sizeof(UFXAutoTriggerScalarLerp) == 0x000040, "Wrong size on UFXAutoTriggerScalarLerp"); \ static_assert(offsetof(UFXAutoTriggerScalarLerp, A) == 0x000028, "Member 'UFXAutoTriggerScalarLerp::A' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarLerp, b) == 0x000030, "Member 'UFXAutoTriggerScalarLerp::b' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarLerp, Alpha) == 0x000038, "Member 'UFXAutoTriggerScalarLerp::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarThreeParams \ static_assert(alignof(UFXAutoTriggerScalarThreeParams) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarThreeParams"); \ static_assert(sizeof(UFXAutoTriggerScalarThreeParams) == 0x000040, "Wrong size on UFXAutoTriggerScalarThreeParams"); \ static_assert(offsetof(UFXAutoTriggerScalarThreeParams, A) == 0x000028, "Member 'UFXAutoTriggerScalarThreeParams::A' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarThreeParams, b) == 0x000030, "Member 'UFXAutoTriggerScalarThreeParams::b' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarThreeParams, C) == 0x000038, "Member 'UFXAutoTriggerScalarThreeParams::C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarAddThreeParams \ static_assert(alignof(UFXAutoTriggerScalarAddThreeParams) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarAddThreeParams"); \ static_assert(sizeof(UFXAutoTriggerScalarAddThreeParams) == 0x000040, "Wrong size on UFXAutoTriggerScalarAddThreeParams"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarMultiplyThreeParams \ static_assert(alignof(UFXAutoTriggerScalarMultiplyThreeParams) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarMultiplyThreeParams"); \ static_assert(sizeof(UFXAutoTriggerScalarMultiplyThreeParams) == 0x000040, "Wrong size on UFXAutoTriggerScalarMultiplyThreeParams"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarConstantFalse \ static_assert(alignof(UFXAutoTriggerScalarConstantFalse) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarConstantFalse"); \ static_assert(sizeof(UFXAutoTriggerScalarConstantFalse) == 0x000028, "Wrong size on UFXAutoTriggerScalarConstantFalse"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarConstantTrue \ static_assert(alignof(UFXAutoTriggerScalarConstantTrue) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarConstantTrue"); \ static_assert(sizeof(UFXAutoTriggerScalarConstantTrue) == 0x000028, "Wrong size on UFXAutoTriggerScalarConstantTrue"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolSingleParam \ static_assert(alignof(UFXAutoTriggerBoolSingleParam) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolSingleParam"); \ static_assert(sizeof(UFXAutoTriggerBoolSingleParam) == 0x000030, "Wrong size on UFXAutoTriggerBoolSingleParam"); \ static_assert(offsetof(UFXAutoTriggerBoolSingleParam, Value) == 0x000028, "Member 'UFXAutoTriggerBoolSingleParam::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolNot \ static_assert(alignof(UFXAutoTriggerBoolNot) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolNot"); \ static_assert(sizeof(UFXAutoTriggerBoolNot) == 0x000030, "Wrong size on UFXAutoTriggerBoolNot"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolTwoParams \ static_assert(alignof(UFXAutoTriggerBoolTwoParams) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolTwoParams"); \ static_assert(sizeof(UFXAutoTriggerBoolTwoParams) == 0x000038, "Wrong size on UFXAutoTriggerBoolTwoParams"); \ static_assert(offsetof(UFXAutoTriggerBoolTwoParams, A) == 0x000028, "Member 'UFXAutoTriggerBoolTwoParams::A' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerBoolTwoParams, b) == 0x000030, "Member 'UFXAutoTriggerBoolTwoParams::b' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolAnd \ static_assert(alignof(UFXAutoTriggerBoolAnd) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolAnd"); \ static_assert(sizeof(UFXAutoTriggerBoolAnd) == 0x000038, "Wrong size on UFXAutoTriggerBoolAnd"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolOr \ static_assert(alignof(UFXAutoTriggerBoolOr) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolOr"); \ static_assert(sizeof(UFXAutoTriggerBoolOr) == 0x000038, "Wrong size on UFXAutoTriggerBoolOr"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolXor \ static_assert(alignof(UFXAutoTriggerBoolXor) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolXor"); \ static_assert(sizeof(UFXAutoTriggerBoolXor) == 0x000038, "Wrong size on UFXAutoTriggerBoolXor"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolParamList \ static_assert(alignof(UFXAutoTriggerBoolParamList) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolParamList"); \ static_assert(sizeof(UFXAutoTriggerBoolParamList) == 0x000038, "Wrong size on UFXAutoTriggerBoolParamList"); \ static_assert(offsetof(UFXAutoTriggerBoolParamList, Conditions) == 0x000028, "Member 'UFXAutoTriggerBoolParamList::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolAndList \ static_assert(alignof(UFXAutoTriggerBoolAndList) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolAndList"); \ static_assert(sizeof(UFXAutoTriggerBoolAndList) == 0x000038, "Wrong size on UFXAutoTriggerBoolAndList"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolOrList \ static_assert(alignof(UFXAutoTriggerBoolOrList) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolOrList"); \ static_assert(sizeof(UFXAutoTriggerBoolOrList) == 0x000038, "Wrong size on UFXAutoTriggerBoolOrList"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolXorList \ static_assert(alignof(UFXAutoTriggerBoolXorList) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolXorList"); \ static_assert(sizeof(UFXAutoTriggerBoolXorList) == 0x000038, "Wrong size on UFXAutoTriggerBoolXorList"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolScalarParam \ static_assert(alignof(UFXAutoTriggerBoolScalarParam) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolScalarParam"); \ static_assert(sizeof(UFXAutoTriggerBoolScalarParam) == 0x000030, "Wrong size on UFXAutoTriggerBoolScalarParam"); \ static_assert(offsetof(UFXAutoTriggerBoolScalarParam, Scalar) == 0x000028, "Member 'UFXAutoTriggerBoolScalarParam::Scalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolIsZero \ static_assert(alignof(UFXAutoTriggerBoolIsZero) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolIsZero"); \ static_assert(sizeof(UFXAutoTriggerBoolIsZero) == 0x000030, "Wrong size on UFXAutoTriggerBoolIsZero"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerEffectNiagara \ static_assert(alignof(UOverlapEffectsHandlerEffectNiagara) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerEffectNiagara"); \ static_assert(sizeof(UOverlapEffectsHandlerEffectNiagara) == 0x000058, "Wrong size on UOverlapEffectsHandlerEffectNiagara"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectNiagara, System) == 0x000028, "Member 'UOverlapEffectsHandlerEffectNiagara::System' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectNiagara, Component) == 0x000050, "Member 'UOverlapEffectsHandlerEffectNiagara::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerEffectNiagaraAttached \ static_assert(alignof(UOverlapEffectsHandlerEffectNiagaraAttached) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerEffectNiagaraAttached"); \ static_assert(sizeof(UOverlapEffectsHandlerEffectNiagaraAttached) == 0x000080, "Wrong size on UOverlapEffectsHandlerEffectNiagaraAttached"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectNiagaraAttached, Attachment) == 0x000058, "Member 'UOverlapEffectsHandlerEffectNiagaraAttached::Attachment' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectNiagaraAttached, AttachPointName) == 0x00005C, "Member 'UOverlapEffectsHandlerEffectNiagaraAttached::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectNiagaraAttached, AttachLocation) == 0x000064, "Member 'UOverlapEffectsHandlerEffectNiagaraAttached::AttachLocation' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectNiagaraAttached, AttachRotation) == 0x000070, "Member 'UOverlapEffectsHandlerEffectNiagaraAttached::AttachRotation' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectNiagaraAttached, bOnlyOneEffectActiveAtAnyTime) == 0x00007C, "Member 'UOverlapEffectsHandlerEffectNiagaraAttached::bOnlyOneEffectActiveAtAnyTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolNotZero \ static_assert(alignof(UFXAutoTriggerBoolNotZero) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolNotZero"); \ static_assert(sizeof(UFXAutoTriggerBoolNotZero) == 0x000030, "Wrong size on UFXAutoTriggerBoolNotZero"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolIsOne \ static_assert(alignof(UFXAutoTriggerBoolIsOne) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolIsOne"); \ static_assert(sizeof(UFXAutoTriggerBoolIsOne) == 0x000030, "Wrong size on UFXAutoTriggerBoolIsOne"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolNotOne \ static_assert(alignof(UFXAutoTriggerBoolNotOne) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolNotOne"); \ static_assert(sizeof(UFXAutoTriggerBoolNotOne) == 0x000030, "Wrong size on UFXAutoTriggerBoolNotOne"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolGreaterThanZero \ static_assert(alignof(UFXAutoTriggerBoolGreaterThanZero) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolGreaterThanZero"); \ static_assert(sizeof(UFXAutoTriggerBoolGreaterThanZero) == 0x000030, "Wrong size on UFXAutoTriggerBoolGreaterThanZero"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolLessThanZero \ static_assert(alignof(UFXAutoTriggerBoolLessThanZero) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolLessThanZero"); \ static_assert(sizeof(UFXAutoTriggerBoolLessThanZero) == 0x000030, "Wrong size on UFXAutoTriggerBoolLessThanZero"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolLessThanHalf \ static_assert(alignof(UFXAutoTriggerBoolLessThanHalf) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolLessThanHalf"); \ static_assert(sizeof(UFXAutoTriggerBoolLessThanHalf) == 0x000030, "Wrong size on UFXAutoTriggerBoolLessThanHalf"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerEffectDebugBox \ static_assert(alignof(UOverlapEffectsHandlerEffectDebugBox) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerEffectDebugBox"); \ static_assert(sizeof(UOverlapEffectsHandlerEffectDebugBox) == 0x000040, "Wrong size on UOverlapEffectsHandlerEffectDebugBox"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectDebugBox, Attachment) == 0x000028, "Member 'UOverlapEffectsHandlerEffectDebugBox::Attachment' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectDebugBox, BoxColor) == 0x00002C, "Member 'UOverlapEffectsHandlerEffectDebugBox::BoxColor' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectDebugBox, BoxThickness) == 0x000030, "Member 'UOverlapEffectsHandlerEffectDebugBox::BoxThickness' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectDebugBox, DurationSeconds) == 0x000034, "Member 'UOverlapEffectsHandlerEffectDebugBox::DurationSeconds' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectDebugBox, bEnabled) == 0x000038, "Member 'UOverlapEffectsHandlerEffectDebugBox::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolGreaterThanOrEqualHalf \ static_assert(alignof(UFXAutoTriggerBoolGreaterThanOrEqualHalf) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolGreaterThanOrEqualHalf"); \ static_assert(sizeof(UFXAutoTriggerBoolGreaterThanOrEqualHalf) == 0x000030, "Wrong size on UFXAutoTriggerBoolGreaterThanOrEqualHalf"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolTwoScalarParams \ static_assert(alignof(UFXAutoTriggerBoolTwoScalarParams) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolTwoScalarParams"); \ static_assert(sizeof(UFXAutoTriggerBoolTwoScalarParams) == 0x000038, "Wrong size on UFXAutoTriggerBoolTwoScalarParams"); \ static_assert(offsetof(UFXAutoTriggerBoolTwoScalarParams, A) == 0x000028, "Member 'UFXAutoTriggerBoolTwoScalarParams::A' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerBoolTwoScalarParams, b) == 0x000030, "Member 'UFXAutoTriggerBoolTwoScalarParams::b' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolEqual \ static_assert(alignof(UFXAutoTriggerBoolEqual) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolEqual"); \ static_assert(sizeof(UFXAutoTriggerBoolEqual) == 0x000040, "Wrong size on UFXAutoTriggerBoolEqual"); \ static_assert(offsetof(UFXAutoTriggerBoolEqual, Threshold) == 0x000038, "Member 'UFXAutoTriggerBoolEqual::Threshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolNotEqual \ static_assert(alignof(UFXAutoTriggerBoolNotEqual) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolNotEqual"); \ static_assert(sizeof(UFXAutoTriggerBoolNotEqual) == 0x000040, "Wrong size on UFXAutoTriggerBoolNotEqual"); \ static_assert(offsetof(UFXAutoTriggerBoolNotEqual, Threshold) == 0x000038, "Member 'UFXAutoTriggerBoolNotEqual::Threshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolLessThan \ static_assert(alignof(UFXAutoTriggerBoolLessThan) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolLessThan"); \ static_assert(sizeof(UFXAutoTriggerBoolLessThan) == 0x000038, "Wrong size on UFXAutoTriggerBoolLessThan"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolLessThanOrEqualTo \ static_assert(alignof(UFXAutoTriggerBoolLessThanOrEqualTo) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolLessThanOrEqualTo"); \ static_assert(sizeof(UFXAutoTriggerBoolLessThanOrEqualTo) == 0x000038, "Wrong size on UFXAutoTriggerBoolLessThanOrEqualTo"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolGreaterThan \ static_assert(alignof(UFXAutoTriggerBoolGreaterThan) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolGreaterThan"); \ static_assert(sizeof(UFXAutoTriggerBoolGreaterThan) == 0x000038, "Wrong size on UFXAutoTriggerBoolGreaterThan"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolGreaterThanOrEqualTo \ static_assert(alignof(UFXAutoTriggerBoolGreaterThanOrEqualTo) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolGreaterThanOrEqualTo"); \ static_assert(sizeof(UFXAutoTriggerBoolGreaterThanOrEqualTo) == 0x000038, "Wrong size on UFXAutoTriggerBoolGreaterThanOrEqualTo"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolThreeScalarParams \ static_assert(alignof(UFXAutoTriggerBoolThreeScalarParams) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolThreeScalarParams"); \ static_assert(sizeof(UFXAutoTriggerBoolThreeScalarParams) == 0x000040, "Wrong size on UFXAutoTriggerBoolThreeScalarParams"); \ static_assert(offsetof(UFXAutoTriggerBoolThreeScalarParams, A) == 0x000028, "Member 'UFXAutoTriggerBoolThreeScalarParams::A' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerBoolThreeScalarParams, b) == 0x000030, "Member 'UFXAutoTriggerBoolThreeScalarParams::b' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerBoolThreeScalarParams, C) == 0x000038, "Member 'UFXAutoTriggerBoolThreeScalarParams::C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolInBetweenEqual \ static_assert(alignof(UFXAutoTriggerBoolInBetweenEqual) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolInBetweenEqual"); \ static_assert(sizeof(UFXAutoTriggerBoolInBetweenEqual) == 0x000040, "Wrong size on UFXAutoTriggerBoolInBetweenEqual"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolInBetween \ static_assert(alignof(UFXAutoTriggerBoolInBetween) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolInBetween"); \ static_assert(sizeof(UFXAutoTriggerBoolInBetween) == 0x000040, "Wrong size on UFXAutoTriggerBoolInBetween"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarFromBool \ static_assert(alignof(UFXAutoTriggerScalarFromBool) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarFromBool"); \ static_assert(sizeof(UFXAutoTriggerScalarFromBool) == 0x000038, "Wrong size on UFXAutoTriggerScalarFromBool"); \ static_assert(offsetof(UFXAutoTriggerScalarFromBool, Condition) == 0x000028, "Member 'UFXAutoTriggerScalarFromBool::Condition' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarFromBool, TrueValue) == 0x000030, "Member 'UFXAutoTriggerScalarFromBool::TrueValue' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarFromBool, FalseValue) == 0x000034, "Member 'UFXAutoTriggerScalarFromBool::FalseValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarFromBoolSelect \ static_assert(alignof(UFXAutoTriggerScalarFromBoolSelect) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarFromBoolSelect"); \ static_assert(sizeof(UFXAutoTriggerScalarFromBoolSelect) == 0x000040, "Wrong size on UFXAutoTriggerScalarFromBoolSelect"); \ static_assert(offsetof(UFXAutoTriggerScalarFromBoolSelect, Condition) == 0x000028, "Member 'UFXAutoTriggerScalarFromBoolSelect::Condition' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarFromBoolSelect, TrueValue) == 0x000030, "Member 'UFXAutoTriggerScalarFromBoolSelect::TrueValue' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarFromBoolSelect, FalseValue) == 0x000038, "Member 'UFXAutoTriggerScalarFromBoolSelect::FalseValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerLinearColor \ static_assert(alignof(UFXAutoTriggerLinearColor) == 0x000008, "Wrong alignment on UFXAutoTriggerLinearColor"); \ static_assert(sizeof(UFXAutoTriggerLinearColor) == 0x000028, "Wrong size on UFXAutoTriggerLinearColor"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerLinearColorConstant \ static_assert(alignof(UFXAutoTriggerLinearColorConstant) == 0x000008, "Wrong alignment on UFXAutoTriggerLinearColorConstant"); \ static_assert(sizeof(UFXAutoTriggerLinearColorConstant) == 0x000038, "Wrong size on UFXAutoTriggerLinearColorConstant"); \ static_assert(offsetof(UFXAutoTriggerLinearColorConstant, Color) == 0x000028, "Member 'UFXAutoTriggerLinearColorConstant::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerLinearColorCurve \ static_assert(alignof(UFXAutoTriggerLinearColorCurve) == 0x000008, "Wrong alignment on UFXAutoTriggerLinearColorCurve"); \ static_assert(sizeof(UFXAutoTriggerLinearColorCurve) == 0x000038, "Wrong size on UFXAutoTriggerLinearColorCurve"); \ static_assert(offsetof(UFXAutoTriggerLinearColorCurve, Curve) == 0x000028, "Member 'UFXAutoTriggerLinearColorCurve::Curve' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerLinearColorCurve, XAxis) == 0x000030, "Member 'UFXAutoTriggerLinearColorCurve::XAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerLinearScaleColor \ static_assert(alignof(UFXAutoTriggerLinearScaleColor) == 0x000008, "Wrong alignment on UFXAutoTriggerLinearScaleColor"); \ static_assert(sizeof(UFXAutoTriggerLinearScaleColor) == 0x000038, "Wrong size on UFXAutoTriggerLinearScaleColor"); \ static_assert(offsetof(UFXAutoTriggerLinearScaleColor, Color) == 0x000028, "Member 'UFXAutoTriggerLinearScaleColor::Color' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerLinearScaleColor, Scale) == 0x000030, "Member 'UFXAutoTriggerLinearScaleColor::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerLinearSelectColorConst \ static_assert(alignof(UFXAutoTriggerLinearSelectColorConst) == 0x000008, "Wrong alignment on UFXAutoTriggerLinearSelectColorConst"); \ static_assert(sizeof(UFXAutoTriggerLinearSelectColorConst) == 0x000050, "Wrong size on UFXAutoTriggerLinearSelectColorConst"); \ static_assert(offsetof(UFXAutoTriggerLinearSelectColorConst, Condition) == 0x000028, "Member 'UFXAutoTriggerLinearSelectColorConst::Condition' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerLinearSelectColorConst, ColorTrue) == 0x000030, "Member 'UFXAutoTriggerLinearSelectColorConst::ColorTrue' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerLinearSelectColorConst, ColorFalse) == 0x000040, "Member 'UFXAutoTriggerLinearSelectColorConst::ColorFalse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerLinearSelectColor \ static_assert(alignof(UFXAutoTriggerLinearSelectColor) == 0x000008, "Wrong alignment on UFXAutoTriggerLinearSelectColor"); \ static_assert(sizeof(UFXAutoTriggerLinearSelectColor) == 0x000040, "Wrong size on UFXAutoTriggerLinearSelectColor"); \ static_assert(offsetof(UFXAutoTriggerLinearSelectColor, Condition) == 0x000028, "Member 'UFXAutoTriggerLinearSelectColor::Condition' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerLinearSelectColor, ColorTrue) == 0x000030, "Member 'UFXAutoTriggerLinearSelectColor::ColorTrue' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerLinearSelectColor, ColorFalse) == 0x000038, "Member 'UFXAutoTriggerLinearSelectColor::ColorFalse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolConsoleVariable \ static_assert(alignof(UFXAutoTriggerBoolConsoleVariable) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolConsoleVariable"); \ static_assert(sizeof(UFXAutoTriggerBoolConsoleVariable) == 0x000030, "Wrong size on UFXAutoTriggerBoolConsoleVariable"); \ static_assert(offsetof(UFXAutoTriggerBoolConsoleVariable, ConsoleVariable) == 0x000028, "Member 'UFXAutoTriggerBoolConsoleVariable::ConsoleVariable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarConsoleVariable \ static_assert(alignof(UFXAutoTriggerScalarConsoleVariable) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarConsoleVariable"); \ static_assert(sizeof(UFXAutoTriggerScalarConsoleVariable) == 0x000030, "Wrong size on UFXAutoTriggerScalarConsoleVariable"); \ static_assert(offsetof(UFXAutoTriggerScalarConsoleVariable, ConsoleVariable) == 0x000028, "Member 'UFXAutoTriggerScalarConsoleVariable::ConsoleVariable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolPIE \ static_assert(alignof(UFXAutoTriggerBoolPIE) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolPIE"); \ static_assert(sizeof(UFXAutoTriggerBoolPIE) == 0x000028, "Wrong size on UFXAutoTriggerBoolPIE"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolIsDevelopment \ static_assert(alignof(UFXAutoTriggerBoolIsDevelopment) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolIsDevelopment"); \ static_assert(sizeof(UFXAutoTriggerBoolIsDevelopment) == 0x000028, "Wrong size on UFXAutoTriggerBoolIsDevelopment"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolFloorIsWalkable \ static_assert(alignof(UFXAutoTriggerBoolFloorIsWalkable) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolFloorIsWalkable"); \ static_assert(sizeof(UFXAutoTriggerBoolFloorIsWalkable) == 0x000030, "Wrong size on UFXAutoTriggerBoolFloorIsWalkable"); \ static_assert(offsetof(UFXAutoTriggerBoolFloorIsWalkable, FramesPerUpdate) == 0x000028, "Member 'UFXAutoTriggerBoolFloorIsWalkable::FramesPerUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarFloorDistance \ static_assert(alignof(UFXAutoTriggerScalarFloorDistance) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarFloorDistance"); \ static_assert(sizeof(UFXAutoTriggerScalarFloorDistance) == 0x000030, "Wrong size on UFXAutoTriggerScalarFloorDistance"); \ static_assert(offsetof(UFXAutoTriggerScalarFloorDistance, NoFloorDistance) == 0x000028, "Member 'UFXAutoTriggerScalarFloorDistance::NoFloorDistance' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarFloorDistance, FramesPerUpdate) == 0x00002C, "Member 'UFXAutoTriggerScalarFloorDistance::FramesPerUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolEffectActive \ static_assert(alignof(UFXAutoTriggerBoolEffectActive) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolEffectActive"); \ static_assert(sizeof(UFXAutoTriggerBoolEffectActive) == 0x000028, "Wrong size on UFXAutoTriggerBoolEffectActive"); \ #define DUMPER7_ASSERTS_NonUniformSplineComponent_InitializeFromPoints \ static_assert(alignof(NonUniformSplineComponent_InitializeFromPoints) == 0x000008, "Wrong alignment on NonUniformSplineComponent_InitializeFromPoints"); \ static_assert(sizeof(NonUniformSplineComponent_InitializeFromPoints) == 0x000010, "Wrong size on NonUniformSplineComponent_InitializeFromPoints"); \ static_assert(offsetof(NonUniformSplineComponent_InitializeFromPoints, InPoints) == 0x000000, "Member 'NonUniformSplineComponent_InitializeFromPoints::InPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonUniformSplineComponent_DebugDraw \ static_assert(alignof(NonUniformSplineComponent_DebugDraw) == 0x000004, "Wrong alignment on NonUniformSplineComponent_DebugDraw"); \ static_assert(sizeof(NonUniformSplineComponent_DebugDraw) == 0x00001C, "Wrong size on NonUniformSplineComponent_DebugDraw"); \ static_assert(offsetof(NonUniformSplineComponent_DebugDraw, SegmentsPerPoint) == 0x000000, "Member 'NonUniformSplineComponent_DebugDraw::SegmentsPerPoint' has a wrong offset!"); \ static_assert(offsetof(NonUniformSplineComponent_DebugDraw, Duration) == 0x000004, "Member 'NonUniformSplineComponent_DebugDraw::Duration' has a wrong offset!"); \ static_assert(offsetof(NonUniformSplineComponent_DebugDraw, bDrawTangents) == 0x000008, "Member 'NonUniformSplineComponent_DebugDraw::bDrawTangents' has a wrong offset!"); \ static_assert(offsetof(NonUniformSplineComponent_DebugDraw, bDrawArtificialEndPoints) == 0x000009, "Member 'NonUniformSplineComponent_DebugDraw::bDrawArtificialEndPoints' has a wrong offset!"); \ static_assert(offsetof(NonUniformSplineComponent_DebugDraw, bDrawDistances) == 0x00000A, "Member 'NonUniformSplineComponent_DebugDraw::bDrawDistances' has a wrong offset!"); \ static_assert(offsetof(NonUniformSplineComponent_DebugDraw, PruneCenterpoint) == 0x00000C, "Member 'NonUniformSplineComponent_DebugDraw::PruneCenterpoint' has a wrong offset!"); \ static_assert(offsetof(NonUniformSplineComponent_DebugDraw, PruneOutsideCenterpointRadius) == 0x000018, "Member 'NonUniformSplineComponent_DebugDraw::PruneOutsideCenterpointRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonUniformSplineComponent_FindClosestDistanceSqToSpline \ static_assert(alignof(NonUniformSplineComponent_FindClosestDistanceSqToSpline) == 0x000004, "Wrong alignment on NonUniformSplineComponent_FindClosestDistanceSqToSpline"); \ static_assert(sizeof(NonUniformSplineComponent_FindClosestDistanceSqToSpline) == 0x000010, "Wrong size on NonUniformSplineComponent_FindClosestDistanceSqToSpline"); \ static_assert(offsetof(NonUniformSplineComponent_FindClosestDistanceSqToSpline, InLocation) == 0x000000, "Member 'NonUniformSplineComponent_FindClosestDistanceSqToSpline::InLocation' has a wrong offset!"); \ static_assert(offsetof(NonUniformSplineComponent_FindClosestDistanceSqToSpline, ReturnValue) == 0x00000C, "Member 'NonUniformSplineComponent_FindClosestDistanceSqToSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonUniformSplineComponent_FindNearestPointOnSpline \ static_assert(alignof(NonUniformSplineComponent_FindNearestPointOnSpline) == 0x000004, "Wrong alignment on NonUniformSplineComponent_FindNearestPointOnSpline"); \ static_assert(sizeof(NonUniformSplineComponent_FindNearestPointOnSpline) == 0x000018, "Wrong size on NonUniformSplineComponent_FindNearestPointOnSpline"); \ static_assert(offsetof(NonUniformSplineComponent_FindNearestPointOnSpline, InLocation) == 0x000000, "Member 'NonUniformSplineComponent_FindNearestPointOnSpline::InLocation' has a wrong offset!"); \ static_assert(offsetof(NonUniformSplineComponent_FindNearestPointOnSpline, ReturnValue) == 0x00000C, "Member 'NonUniformSplineComponent_FindNearestPointOnSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonUniformSplineComponent_FindNearestTimeOnSpline \ static_assert(alignof(NonUniformSplineComponent_FindNearestTimeOnSpline) == 0x000004, "Wrong alignment on NonUniformSplineComponent_FindNearestTimeOnSpline"); \ static_assert(sizeof(NonUniformSplineComponent_FindNearestTimeOnSpline) == 0x000010, "Wrong size on NonUniformSplineComponent_FindNearestTimeOnSpline"); \ static_assert(offsetof(NonUniformSplineComponent_FindNearestTimeOnSpline, InLocation) == 0x000000, "Member 'NonUniformSplineComponent_FindNearestTimeOnSpline::InLocation' has a wrong offset!"); \ static_assert(offsetof(NonUniformSplineComponent_FindNearestTimeOnSpline, ReturnValue) == 0x00000C, "Member 'NonUniformSplineComponent_FindNearestTimeOnSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonUniformSplineComponent_GetDistance \ static_assert(alignof(NonUniformSplineComponent_GetDistance) == 0x000004, "Wrong alignment on NonUniformSplineComponent_GetDistance"); \ static_assert(sizeof(NonUniformSplineComponent_GetDistance) == 0x000008, "Wrong size on NonUniformSplineComponent_GetDistance"); \ static_assert(offsetof(NonUniformSplineComponent_GetDistance, NormalizedTime) == 0x000000, "Member 'NonUniformSplineComponent_GetDistance::NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(NonUniformSplineComponent_GetDistance, ReturnValue) == 0x000004, "Member 'NonUniformSplineComponent_GetDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonUniformSplineComponent_GetPosition \ static_assert(alignof(NonUniformSplineComponent_GetPosition) == 0x000004, "Wrong alignment on NonUniformSplineComponent_GetPosition"); \ static_assert(sizeof(NonUniformSplineComponent_GetPosition) == 0x000010, "Wrong size on NonUniformSplineComponent_GetPosition"); \ static_assert(offsetof(NonUniformSplineComponent_GetPosition, NormalizedTime) == 0x000000, "Member 'NonUniformSplineComponent_GetPosition::NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(NonUniformSplineComponent_GetPosition, ReturnValue) == 0x000004, "Member 'NonUniformSplineComponent_GetPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonUniformSplineComponent_GetPositionAtDistanceAlongSpline \ static_assert(alignof(NonUniformSplineComponent_GetPositionAtDistanceAlongSpline) == 0x000004, "Wrong alignment on NonUniformSplineComponent_GetPositionAtDistanceAlongSpline"); \ static_assert(sizeof(NonUniformSplineComponent_GetPositionAtDistanceAlongSpline) == 0x000010, "Wrong size on NonUniformSplineComponent_GetPositionAtDistanceAlongSpline"); \ static_assert(offsetof(NonUniformSplineComponent_GetPositionAtDistanceAlongSpline, Distance) == 0x000000, "Member 'NonUniformSplineComponent_GetPositionAtDistanceAlongSpline::Distance' has a wrong offset!"); \ static_assert(offsetof(NonUniformSplineComponent_GetPositionAtDistanceAlongSpline, ReturnValue) == 0x000004, "Member 'NonUniformSplineComponent_GetPositionAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonUniformSplineComponent_GetSplineLength \ static_assert(alignof(NonUniformSplineComponent_GetSplineLength) == 0x000004, "Wrong alignment on NonUniformSplineComponent_GetSplineLength"); \ static_assert(sizeof(NonUniformSplineComponent_GetSplineLength) == 0x000004, "Wrong size on NonUniformSplineComponent_GetSplineLength"); \ static_assert(offsetof(NonUniformSplineComponent_GetSplineLength, ReturnValue) == 0x000000, "Member 'NonUniformSplineComponent_GetSplineLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonUniformSplineComponent_GetTangent \ static_assert(alignof(NonUniformSplineComponent_GetTangent) == 0x000004, "Wrong alignment on NonUniformSplineComponent_GetTangent"); \ static_assert(sizeof(NonUniformSplineComponent_GetTangent) == 0x000010, "Wrong size on NonUniformSplineComponent_GetTangent"); \ static_assert(offsetof(NonUniformSplineComponent_GetTangent, NormalizedTime) == 0x000000, "Member 'NonUniformSplineComponent_GetTangent::NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(NonUniformSplineComponent_GetTangent, ReturnValue) == 0x000004, "Member 'NonUniformSplineComponent_GetTangent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonUniformSplineComponent_GetTimeAtDistance \ static_assert(alignof(NonUniformSplineComponent_GetTimeAtDistance) == 0x000004, "Wrong alignment on NonUniformSplineComponent_GetTimeAtDistance"); \ static_assert(sizeof(NonUniformSplineComponent_GetTimeAtDistance) == 0x000008, "Wrong size on NonUniformSplineComponent_GetTimeAtDistance"); \ static_assert(offsetof(NonUniformSplineComponent_GetTimeAtDistance, Distance) == 0x000000, "Member 'NonUniformSplineComponent_GetTimeAtDistance::Distance' has a wrong offset!"); \ static_assert(offsetof(NonUniformSplineComponent_GetTimeAtDistance, ReturnValue) == 0x000004, "Member 'NonUniformSplineComponent_GetTimeAtDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNonUniformSplineComponent \ static_assert(alignof(UNonUniformSplineComponent) == 0x000008, "Wrong alignment on UNonUniformSplineComponent"); \ static_assert(sizeof(UNonUniformSplineComponent) == 0x000118, "Wrong size on UNonUniformSplineComponent"); \ static_assert(offsetof(UNonUniformSplineComponent, ParameterizationExponent) == 0x0000D0, "Member 'UNonUniformSplineComponent::ParameterizationExponent' has a wrong offset!"); \ static_assert(offsetof(UNonUniformSplineComponent, DistanceSamplesPerInterval) == 0x0000D4, "Member 'UNonUniformSplineComponent::DistanceSamplesPerInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerEffectSoundWorld \ static_assert(alignof(UOverlapEffectsHandlerEffectSoundWorld) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerEffectSoundWorld"); \ static_assert(sizeof(UOverlapEffectsHandlerEffectSoundWorld) == 0x000040, "Wrong size on UOverlapEffectsHandlerEffectSoundWorld"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectSoundWorld, HitPoint) == 0x000038, "Member 'UOverlapEffectsHandlerEffectSoundWorld::HitPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerActorClassOverlap \ static_assert(alignof(UOverlapEffectsHandlerActorClassOverlap) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerActorClassOverlap"); \ static_assert(sizeof(UOverlapEffectsHandlerActorClassOverlap) == 0x000098, "Wrong size on UOverlapEffectsHandlerActorClassOverlap"); \ static_assert(offsetof(UOverlapEffectsHandlerActorClassOverlap, ActorClass) == 0x000050, "Member 'UOverlapEffectsHandlerActorClassOverlap::ActorClass' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerActorClassOverlap, BeginEffects) == 0x000078, "Member 'UOverlapEffectsHandlerActorClassOverlap::BeginEffects' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerActorClassOverlap, EndEffects) == 0x000088, "Member 'UOverlapEffectsHandlerActorClassOverlap::EndEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsDataAsset \ static_assert(alignof(UOverlapEffectsDataAsset) == 0x000008, "Wrong alignment on UOverlapEffectsDataAsset"); \ static_assert(sizeof(UOverlapEffectsDataAsset) == 0x000040, "Wrong size on UOverlapEffectsDataAsset"); \ static_assert(offsetof(UOverlapEffectsDataAsset, OverlapHandlers) == 0x000030, "Member 'UOverlapEffectsDataAsset::OverlapHandlers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerInstancedFoliageOverlap \ static_assert(alignof(UOverlapEffectsHandlerInstancedFoliageOverlap) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerInstancedFoliageOverlap"); \ static_assert(sizeof(UOverlapEffectsHandlerInstancedFoliageOverlap) == 0x000070, "Wrong size on UOverlapEffectsHandlerInstancedFoliageOverlap"); \ static_assert(offsetof(UOverlapEffectsHandlerInstancedFoliageOverlap, BeginEffects) == 0x000050, "Member 'UOverlapEffectsHandlerInstancedFoliageOverlap::BeginEffects' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerInstancedFoliageOverlap, EndEffects) == 0x000060, "Member 'UOverlapEffectsHandlerInstancedFoliageOverlap::EndEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerInstancedFoliageBVHTest \ static_assert(alignof(UOverlapEffectsHandlerInstancedFoliageBVHTest) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerInstancedFoliageBVHTest"); \ static_assert(sizeof(UOverlapEffectsHandlerInstancedFoliageBVHTest) == 0x000068, "Wrong size on UOverlapEffectsHandlerInstancedFoliageBVHTest"); \ static_assert(offsetof(UOverlapEffectsHandlerInstancedFoliageBVHTest, TypeEvents) == 0x000050, "Member 'UOverlapEffectsHandlerInstancedFoliageBVHTest::TypeEvents' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerInstancedFoliageBVHTest, UpdateRateMS) == 0x000060, "Member 'UOverlapEffectsHandlerInstancedFoliageBVHTest::UpdateRateMS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerEffectHermesVictimName \ static_assert(alignof(UOverlapEffectsHandlerEffectHermesVictimName) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerEffectHermesVictimName"); \ static_assert(sizeof(UOverlapEffectsHandlerEffectHermesVictimName) == 0x000030, "Wrong size on UOverlapEffectsHandlerEffectHermesVictimName"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerEffectSkinFX \ static_assert(alignof(UOverlapEffectsHandlerEffectSkinFX) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerEffectSkinFX"); \ static_assert(sizeof(UOverlapEffectsHandlerEffectSkinFX) == 0x000038, "Wrong size on UOverlapEffectsHandlerEffectSkinFX"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectSkinFX, SkinFX) == 0x000028, "Member 'UOverlapEffectsHandlerEffectSkinFX::SkinFX' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectSkinFX, Attachment) == 0x000030, "Member 'UOverlapEffectsHandlerEffectSkinFX::Attachment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerEffectDebugHitPoint \ static_assert(alignof(UOverlapEffectsHandlerEffectDebugHitPoint) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerEffectDebugHitPoint"); \ static_assert(sizeof(UOverlapEffectsHandlerEffectDebugHitPoint) == 0x000048, "Wrong size on UOverlapEffectsHandlerEffectDebugHitPoint"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectDebugHitPoint, HitPoint) == 0x000028, "Member 'UOverlapEffectsHandlerEffectDebugHitPoint::HitPoint' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectDebugHitPoint, SphereRadius) == 0x00002C, "Member 'UOverlapEffectsHandlerEffectDebugHitPoint::SphereRadius' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectDebugHitPoint, SphereColor) == 0x000030, "Member 'UOverlapEffectsHandlerEffectDebugHitPoint::SphereColor' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectDebugHitPoint, SphereSegments) == 0x000034, "Member 'UOverlapEffectsHandlerEffectDebugHitPoint::SphereSegments' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectDebugHitPoint, SphereThickness) == 0x000038, "Member 'UOverlapEffectsHandlerEffectDebugHitPoint::SphereThickness' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectDebugHitPoint, DurationSeconds) == 0x00003C, "Member 'UOverlapEffectsHandlerEffectDebugHitPoint::DurationSeconds' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectDebugHitPoint, bEnabled) == 0x000040, "Member 'UOverlapEffectsHandlerEffectDebugHitPoint::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerEffectNiagaraWorld \ static_assert(alignof(UOverlapEffectsHandlerEffectNiagaraWorld) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerEffectNiagaraWorld"); \ static_assert(sizeof(UOverlapEffectsHandlerEffectNiagaraWorld) == 0x000060, "Wrong size on UOverlapEffectsHandlerEffectNiagaraWorld"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectNiagaraWorld, HitPoint) == 0x000058, "Member 'UOverlapEffectsHandlerEffectNiagaraWorld::HitPoint' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerEffectNiagaraWorld, bOnlyOneEffectActiveAtAnyTime) == 0x000059, "Member 'UOverlapEffectsHandlerEffectNiagaraWorld::bOnlyOneEffectActiveAtAnyTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapEffectsHandlerWindSpeed \ static_assert(alignof(UOverlapEffectsHandlerWindSpeed) == 0x000008, "Wrong alignment on UOverlapEffectsHandlerWindSpeed"); \ static_assert(sizeof(UOverlapEffectsHandlerWindSpeed) == 0x000080, "Wrong size on UOverlapEffectsHandlerWindSpeed"); \ static_assert(offsetof(UOverlapEffectsHandlerWindSpeed, Events) == 0x000030, "Member 'UOverlapEffectsHandlerWindSpeed::Events' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerWindSpeed, ClothingTypesDatabase) == 0x000040, "Member 'UOverlapEffectsHandlerWindSpeed::ClothingTypesDatabase' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerWindSpeed, ActorWindSpeedRTPC) == 0x000048, "Member 'UOverlapEffectsHandlerWindSpeed::ActorWindSpeedRTPC' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerWindSpeed, ActorIndoorsRTPC) == 0x000050, "Member 'UOverlapEffectsHandlerWindSpeed::ActorIndoorsRTPC' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerWindSpeed, ActorClothingTypeRTPC) == 0x000058, "Member 'UOverlapEffectsHandlerWindSpeed::ActorClothingTypeRTPC' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerWindSpeed, UpdateRateMS) == 0x000060, "Member 'UOverlapEffectsHandlerWindSpeed::UpdateRateMS' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerWindSpeed, NextUpdate) == 0x000064, "Member 'UOverlapEffectsHandlerWindSpeed::NextUpdate' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerWindSpeed, ClothingTypes) == 0x000068, "Member 'UOverlapEffectsHandlerWindSpeed::ClothingTypes' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerWindSpeed, LastActorWindSpeedRTPC) == 0x00006C, "Member 'UOverlapEffectsHandlerWindSpeed::LastActorWindSpeedRTPC' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerWindSpeed, LastActorIndoorsRTPC) == 0x000070, "Member 'UOverlapEffectsHandlerWindSpeed::LastActorIndoorsRTPC' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerWindSpeed, LastActorClothingTypeRTPC) == 0x000074, "Member 'UOverlapEffectsHandlerWindSpeed::LastActorClothingTypeRTPC' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerWindSpeed, bUseRelativeWindVelocity) == 0x000075, "Member 'UOverlapEffectsHandlerWindSpeed::bUseRelativeWindVelocity' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerWindSpeed, bUseActorWindSpeedRTPC) == 0x000076, "Member 'UOverlapEffectsHandlerWindSpeed::bUseActorWindSpeedRTPC' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerWindSpeed, bUseActorIndoorsRTPC) == 0x000077, "Member 'UOverlapEffectsHandlerWindSpeed::bUseActorIndoorsRTPC' has a wrong offset!"); \ static_assert(offsetof(UOverlapEffectsHandlerWindSpeed, bUseActorClothingTypeRTPC) == 0x000078, "Member 'UOverlapEffectsHandlerWindSpeed::bUseActorClothingTypeRTPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PointLightDecalLibrary_MakeDecalPointLightInfo \ static_assert(alignof(PointLightDecalLibrary_MakeDecalPointLightInfo) == 0x000008, "Wrong alignment on PointLightDecalLibrary_MakeDecalPointLightInfo"); \ static_assert(sizeof(PointLightDecalLibrary_MakeDecalPointLightInfo) == 0x000030, "Wrong size on PointLightDecalLibrary_MakeDecalPointLightInfo"); \ static_assert(offsetof(PointLightDecalLibrary_MakeDecalPointLightInfo, PointLightComponent) == 0x000000, "Member 'PointLightDecalLibrary_MakeDecalPointLightInfo::PointLightComponent' has a wrong offset!"); \ static_assert(offsetof(PointLightDecalLibrary_MakeDecalPointLightInfo, ReturnValue) == 0x000008, "Member 'PointLightDecalLibrary_MakeDecalPointLightInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPointLightDecalLibrary \ static_assert(alignof(UPointLightDecalLibrary) == 0x000008, "Wrong alignment on UPointLightDecalLibrary"); \ static_assert(sizeof(UPointLightDecalLibrary) == 0x000028, "Wrong size on UPointLightDecalLibrary"); \ #define DUMPER7_ASSERTS_UUpdatePumpComponent \ static_assert(alignof(UUpdatePumpComponent) == 0x000008, "Wrong alignment on UUpdatePumpComponent"); \ static_assert(sizeof(UUpdatePumpComponent) == 0x0000E8, "Wrong size on UUpdatePumpComponent"); \ static_assert(offsetof(UUpdatePumpComponent, UpdatePumpMode) == 0x0000D0, "Member 'UUpdatePumpComponent::UpdatePumpMode' has a wrong offset!"); \ static_assert(offsetof(UUpdatePumpComponent, bSuspend) == 0x0000D1, "Member 'UUpdatePumpComponent::bSuspend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiFX2Data \ static_assert(alignof(FMultiFX2Data) == 0x000008, "Wrong alignment on FMultiFX2Data"); \ static_assert(sizeof(FMultiFX2Data) == 0x0000A0, "Wrong size on FMultiFX2Data"); \ static_assert(offsetof(FMultiFX2Data, MultiBase) == 0x000008, "Member 'FMultiFX2Data::MultiBase' has a wrong offset!"); \ static_assert(offsetof(FMultiFX2Data, FXObject) == 0x000040, "Member 'FMultiFX2Data::FXObject' has a wrong offset!"); \ static_assert(offsetof(FMultiFX2Data, MaterialInstanceDynamic) == 0x000048, "Member 'FMultiFX2Data::MaterialInstanceDynamic' has a wrong offset!"); \ static_assert(offsetof(FMultiFX2Data, AdditionalObjectArray) == 0x000080, "Member 'FMultiFX2Data::AdditionalObjectArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiFX2Handle \ static_assert(alignof(FMultiFX2Handle) == 0x000008, "Wrong alignment on FMultiFX2Handle"); \ static_assert(sizeof(FMultiFX2Handle) == 0x000008, "Wrong size on FMultiFX2Handle"); \ static_assert(offsetof(FMultiFX2Handle, Handle) == 0x000000, "Member 'FMultiFX2Handle::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiFX2Var \ static_assert(alignof(FMultiFX2Var) == 0x000008, "Wrong alignment on FMultiFX2Var"); \ static_assert(sizeof(FMultiFX2Var) == 0x000008, "Wrong size on FMultiFX2Var"); \ static_assert(offsetof(FMultiFX2Var, FX) == 0x000000, "Member 'FMultiFX2Var::FX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiFX2DataArray \ static_assert(alignof(FMultiFX2DataArray) == 0x000008, "Wrong alignment on FMultiFX2DataArray"); \ static_assert(sizeof(FMultiFX2DataArray) == 0x000010, "Wrong size on FMultiFX2DataArray"); \ static_assert(offsetof(FMultiFX2DataArray, DataArray) == 0x000000, "Member 'FMultiFX2DataArray::DataArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2Asset \ static_assert(alignof(UMultiFX2Asset) == 0x000008, "Wrong alignment on UMultiFX2Asset"); \ static_assert(sizeof(UMultiFX2Asset) == 0x000040, "Wrong size on UMultiFX2Asset"); \ static_assert(offsetof(UMultiFX2Asset, FX2) == 0x000030, "Member 'UMultiFX2Asset::FX2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2SkelData \ static_assert(alignof(UMultiFX2SkelData) == 0x000008, "Wrong alignment on UMultiFX2SkelData"); \ static_assert(sizeof(UMultiFX2SkelData) == 0x000038, "Wrong size on UMultiFX2SkelData"); \ static_assert(offsetof(UMultiFX2SkelData, ReferenceSkeletonArray) == 0x000028, "Member 'UMultiFX2SkelData::ReferenceSkeletonArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Manager_DestroyFXHandle \ static_assert(alignof(MultiFX2Manager_DestroyFXHandle) == 0x000008, "Wrong alignment on MultiFX2Manager_DestroyFXHandle"); \ static_assert(sizeof(MultiFX2Manager_DestroyFXHandle) == 0x000010, "Wrong size on MultiFX2Manager_DestroyFXHandle"); \ static_assert(offsetof(MultiFX2Manager_DestroyFXHandle, InHandle) == 0x000000, "Member 'MultiFX2Manager_DestroyFXHandle::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_DestroyFXHandle, bImmediate) == 0x000008, "Member 'MultiFX2Manager_DestroyFXHandle::bImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Manager_IsActive \ static_assert(alignof(MultiFX2Manager_IsActive) == 0x000008, "Wrong alignment on MultiFX2Manager_IsActive"); \ static_assert(sizeof(MultiFX2Manager_IsActive) == 0x000010, "Wrong size on MultiFX2Manager_IsActive"); \ static_assert(offsetof(MultiFX2Manager_IsActive, InHandle) == 0x000000, "Member 'MultiFX2Manager_IsActive::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_IsActive, ReturnValue) == 0x000008, "Member 'MultiFX2Manager_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Manager_IsLooping \ static_assert(alignof(MultiFX2Manager_IsLooping) == 0x000008, "Wrong alignment on MultiFX2Manager_IsLooping"); \ static_assert(sizeof(MultiFX2Manager_IsLooping) == 0x000010, "Wrong size on MultiFX2Manager_IsLooping"); \ static_assert(offsetof(MultiFX2Manager_IsLooping, InHandle) == 0x000000, "Member 'MultiFX2Manager_IsLooping::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_IsLooping, ReturnValue) == 0x000008, "Member 'MultiFX2Manager_IsLooping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Manager_SetCustomTimeDilation \ static_assert(alignof(MultiFX2Manager_SetCustomTimeDilation) == 0x000008, "Wrong alignment on MultiFX2Manager_SetCustomTimeDilation"); \ static_assert(sizeof(MultiFX2Manager_SetCustomTimeDilation) == 0x000010, "Wrong size on MultiFX2Manager_SetCustomTimeDilation"); \ static_assert(offsetof(MultiFX2Manager_SetCustomTimeDilation, InHandle) == 0x000000, "Member 'MultiFX2Manager_SetCustomTimeDilation::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SetCustomTimeDilation, Dilation) == 0x000008, "Member 'MultiFX2Manager_SetCustomTimeDilation::Dilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Manager_SetFootprintLifetimeScale \ static_assert(alignof(MultiFX2Manager_SetFootprintLifetimeScale) == 0x000004, "Wrong alignment on MultiFX2Manager_SetFootprintLifetimeScale"); \ static_assert(sizeof(MultiFX2Manager_SetFootprintLifetimeScale) == 0x000004, "Wrong size on MultiFX2Manager_SetFootprintLifetimeScale"); \ static_assert(offsetof(MultiFX2Manager_SetFootprintLifetimeScale, Scale) == 0x000000, "Member 'MultiFX2Manager_SetFootprintLifetimeScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Manager_SetLocation \ static_assert(alignof(MultiFX2Manager_SetLocation) == 0x000008, "Wrong alignment on MultiFX2Manager_SetLocation"); \ static_assert(sizeof(MultiFX2Manager_SetLocation) == 0x000018, "Wrong size on MultiFX2Manager_SetLocation"); \ static_assert(offsetof(MultiFX2Manager_SetLocation, InHandle) == 0x000000, "Member 'MultiFX2Manager_SetLocation::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SetLocation, InLocation) == 0x000008, "Member 'MultiFX2Manager_SetLocation::InLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Manager_SetRotation \ static_assert(alignof(MultiFX2Manager_SetRotation) == 0x000008, "Wrong alignment on MultiFX2Manager_SetRotation"); \ static_assert(sizeof(MultiFX2Manager_SetRotation) == 0x000018, "Wrong size on MultiFX2Manager_SetRotation"); \ static_assert(offsetof(MultiFX2Manager_SetRotation, InHandle) == 0x000000, "Member 'MultiFX2Manager_SetRotation::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SetRotation, InRotation) == 0x000008, "Member 'MultiFX2Manager_SetRotation::InRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Manager_SpawnFX \ static_assert(alignof(MultiFX2Manager_SpawnFX) == 0x000008, "Wrong alignment on MultiFX2Manager_SpawnFX"); \ static_assert(sizeof(MultiFX2Manager_SpawnFX) == 0x000040, "Wrong size on MultiFX2Manager_SpawnFX"); \ static_assert(offsetof(MultiFX2Manager_SpawnFX, Var) == 0x000000, "Member 'MultiFX2Manager_SpawnFX::Var' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFX, Target) == 0x000008, "Member 'MultiFX2Manager_SpawnFX::Target' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFX, Instigator) == 0x000010, "Member 'MultiFX2Manager_SpawnFX::Instigator' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFX, Location) == 0x000018, "Member 'MultiFX2Manager_SpawnFX::Location' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFX, Rotation) == 0x000024, "Member 'MultiFX2Manager_SpawnFX::Rotation' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFX, AttachPointName) == 0x000030, "Member 'MultiFX2Manager_SpawnFX::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFX, ReturnValue) == 0x000038, "Member 'MultiFX2Manager_SpawnFX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Manager_SpawnFXArray \ static_assert(alignof(MultiFX2Manager_SpawnFXArray) == 0x000008, "Wrong alignment on MultiFX2Manager_SpawnFXArray"); \ static_assert(sizeof(MultiFX2Manager_SpawnFXArray) == 0x000048, "Wrong size on MultiFX2Manager_SpawnFXArray"); \ static_assert(offsetof(MultiFX2Manager_SpawnFXArray, Var) == 0x000000, "Member 'MultiFX2Manager_SpawnFXArray::Var' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFXArray, Target) == 0x000010, "Member 'MultiFX2Manager_SpawnFXArray::Target' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFXArray, Instigator) == 0x000018, "Member 'MultiFX2Manager_SpawnFXArray::Instigator' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFXArray, Location) == 0x000020, "Member 'MultiFX2Manager_SpawnFXArray::Location' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFXArray, Rotation) == 0x00002C, "Member 'MultiFX2Manager_SpawnFXArray::Rotation' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFXArray, AttachPointName) == 0x000038, "Member 'MultiFX2Manager_SpawnFXArray::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFXArray, ReturnValue) == 0x000040, "Member 'MultiFX2Manager_SpawnFXArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Manager_SpawnFXAsset \ static_assert(alignof(MultiFX2Manager_SpawnFXAsset) == 0x000008, "Wrong alignment on MultiFX2Manager_SpawnFXAsset"); \ static_assert(sizeof(MultiFX2Manager_SpawnFXAsset) == 0x000040, "Wrong size on MultiFX2Manager_SpawnFXAsset"); \ static_assert(offsetof(MultiFX2Manager_SpawnFXAsset, FXAsset) == 0x000000, "Member 'MultiFX2Manager_SpawnFXAsset::FXAsset' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFXAsset, Target) == 0x000008, "Member 'MultiFX2Manager_SpawnFXAsset::Target' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFXAsset, Instigator) == 0x000010, "Member 'MultiFX2Manager_SpawnFXAsset::Instigator' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFXAsset, Location) == 0x000018, "Member 'MultiFX2Manager_SpawnFXAsset::Location' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFXAsset, Rotation) == 0x000024, "Member 'MultiFX2Manager_SpawnFXAsset::Rotation' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFXAsset, AttachPointName) == 0x000030, "Member 'MultiFX2Manager_SpawnFXAsset::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Manager_SpawnFXAsset, ReturnValue) == 0x000038, "Member 'MultiFX2Manager_SpawnFXAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2Manager \ static_assert(alignof(UMultiFX2Manager) == 0x000008, "Wrong alignment on UMultiFX2Manager"); \ static_assert(sizeof(UMultiFX2Manager) == 0x000058, "Wrong size on UMultiFX2Manager"); \ static_assert(offsetof(UMultiFX2Manager, FXDataArray) == 0x000028, "Member 'UMultiFX2Manager::FXDataArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_Base \ static_assert(alignof(UMultiFX2_Base) == 0x000008, "Wrong alignment on UMultiFX2_Base"); \ static_assert(sizeof(UMultiFX2_Base) == 0x000028, "Wrong size on UMultiFX2_Base"); \ #define DUMPER7_ASSERTS_UMultiFX2_Filtered \ static_assert(alignof(UMultiFX2_Filtered) == 0x000008, "Wrong alignment on UMultiFX2_Filtered"); \ static_assert(sizeof(UMultiFX2_Filtered) == 0x000068, "Wrong size on UMultiFX2_Filtered"); \ static_assert(offsetof(UMultiFX2_Filtered, filters) == 0x000028, "Member 'UMultiFX2_Filtered::filters' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Filtered, Adjustments) == 0x000038, "Member 'UMultiFX2_Filtered::Adjustments' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Filtered, Updates) == 0x000048, "Member 'UMultiFX2_Filtered::Updates' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Filtered, Ends) == 0x000058, "Member 'UMultiFX2_Filtered::Ends' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter \ static_assert(alignof(UFXFilter) == 0x000008, "Wrong alignment on UFXFilter"); \ static_assert(sizeof(UFXFilter) == 0x000030, "Wrong size on UFXFilter"); \ static_assert(offsetof(UFXFilter, bIsNot) == 0x000028, "Member 'UFXFilter::bIsNot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAdjustments \ static_assert(alignof(UFXAdjustments) == 0x000008, "Wrong alignment on UFXAdjustments"); \ static_assert(sizeof(UFXAdjustments) == 0x000028, "Wrong size on UFXAdjustments"); \ #define DUMPER7_ASSERTS_UFXUpdate \ static_assert(alignof(UFXUpdate) == 0x000008, "Wrong alignment on UFXUpdate"); \ static_assert(sizeof(UFXUpdate) == 0x000028, "Wrong size on UFXUpdate"); \ #define DUMPER7_ASSERTS_UFXEnd \ static_assert(alignof(UFXEnd) == 0x000008, "Wrong alignment on UFXEnd"); \ static_assert(sizeof(UFXEnd) == 0x000028, "Wrong size on UFXEnd"); \ #define DUMPER7_ASSERTS_BP_AOE_Accio_C_ReceiveTick \ static_assert(alignof(BP_AOE_Accio_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_AOE_Accio_C_ReceiveTick"); \ static_assert(sizeof(BP_AOE_Accio_C_ReceiveTick) == 0x000004, "Wrong size on BP_AOE_Accio_C_ReceiveTick"); \ static_assert(offsetof(BP_AOE_Accio_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_AOE_Accio_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AOE_Accio_C_OnHit \ static_assert(alignof(BP_AOE_Accio_C_OnHit) == 0x000008, "Wrong alignment on BP_AOE_Accio_C_OnHit"); \ static_assert(sizeof(BP_AOE_Accio_C_OnHit) == 0x000180, "Wrong size on BP_AOE_Accio_C_OnHit"); \ static_assert(offsetof(BP_AOE_Accio_C_OnHit, MunitionImpact) == 0x000000, "Member 'BP_AOE_Accio_C_OnHit::MunitionImpact' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_OnHit, HitResult) == 0x0000F0, "Member 'BP_AOE_Accio_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_OnHit, bHit) == 0x000178, "Member 'BP_AOE_Accio_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_OnHit, bBlocked) == 0x000179, "Member 'BP_AOE_Accio_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_OnHit, bFailed) == 0x00017A, "Member 'BP_AOE_Accio_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio \ static_assert(alignof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio) == 0x000008, "Wrong alignment on BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio"); \ static_assert(sizeof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio) == 0x000290, "Wrong size on BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, EntryPoint) == 0x000000, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_GetSpellTool_ReturnValue) == 0x000008, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_GetSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_GetExplodeFXHandle_ReturnValue) == 0x000010, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_GetExplodeFXHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_GetMuzzleLocation_ReturnValue) == 0x000018, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_GetMuzzleLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_GetSpellTool_ReturnValue_1) == 0x000028, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_GetSpellTool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, K2Node_MakeStruct_PokeNiagaraFXVector) == 0x000030, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::K2Node_MakeStruct_PokeNiagaraFXVector' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, K2Node_DynamicCast_AsAccio_Spell_Tool) == 0x000050, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::K2Node_DynamicCast_AsAccio_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_FXPokeNiagaraVector_bSuccess) == 0x000059, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_FXPokeNiagaraVector_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_GetCharacter_ReturnValue) == 0x000060, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, K2Node_Event_MunitionImpact) == 0x000068, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::K2Node_Event_MunitionImpact' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, K2Node_Event_HitResult) == 0x000158, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, K2Node_Event_bHit) == 0x0001E0, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, K2Node_Event_bBlocked) == 0x0001E1, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, K2Node_Event_bFailed) == 0x0001E2, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::K2Node_Event_bFailed' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001E4, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_BreakHitResult_bBlockingHit) == 0x0001F0, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_BreakHitResult_bInitialOverlap) == 0x0001F1, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_BreakHitResult_Time) == 0x0001F4, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_BreakHitResult_Distance) == 0x0001F8, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_BreakHitResult_Location) == 0x0001FC, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_BreakHitResult_ImpactPoint) == 0x000208, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_BreakHitResult_Normal) == 0x000214, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_BreakHitResult_ImpactNormal) == 0x000220, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_BreakHitResult_PhysMat) == 0x000230, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_BreakHitResult_HitActor) == 0x000238, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_BreakHitResult_HitComponent) == 0x000240, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_BreakHitResult_HitBoneName) == 0x000248, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_BreakHitResult_HitItem) == 0x000250, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_BreakHitResult_ElementIndex) == 0x000254, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_BreakHitResult_FaceIndex) == 0x000258, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_BreakHitResult_TraceStart) == 0x00025C, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_BreakHitResult_TraceEnd) == 0x000268, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, K2Node_Event_DeltaSeconds) == 0x000274, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000278, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio, CallFunc_Normal_ReturnValue) == 0x000284, "Member 'BP_AOE_Accio_C_ExecuteUbergraph_BP_AOE_Accio::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AOE_Accio_C \ static_assert(alignof(ABP_AOE_Accio_C) == 0x000008, "Wrong alignment on ABP_AOE_Accio_C"); \ static_assert(sizeof(ABP_AOE_Accio_C) == 0x000670, "Wrong size on ABP_AOE_Accio_C"); \ static_assert(offsetof(ABP_AOE_Accio_C, UberGraphFrame) == 0x000660, "Member 'ABP_AOE_Accio_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AOE_Accio_C, DefaultSceneRoot) == 0x000668, "Member 'ABP_AOE_Accio_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoverDroneConfigStruct \ static_assert(alignof(FHoverDroneConfigStruct) == 0x000008, "Wrong alignment on FHoverDroneConfigStruct"); \ static_assert(sizeof(FHoverDroneConfigStruct) == 0x000010, "Wrong size on FHoverDroneConfigStruct"); \ static_assert(offsetof(FHoverDroneConfigStruct, TestString) == 0x000000, "Member 'FHoverDroneConfigStruct::TestString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoverDroneConfigObject \ static_assert(alignof(UHoverDroneConfigObject) == 0x000008, "Wrong alignment on UHoverDroneConfigObject"); \ static_assert(sizeof(UHoverDroneConfigObject) == 0x000038, "Wrong size on UHoverDroneConfigObject"); \ static_assert(offsetof(UHoverDroneConfigObject, m_HoverDroneControllerClass) == 0x000028, "Member 'UHoverDroneConfigObject::m_HoverDroneControllerClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHoverDronePawn_ActorOverlapBeginOverlap \ static_assert(alignof(PhoenixHoverDronePawn_ActorOverlapBeginOverlap) == 0x000008, "Wrong alignment on PhoenixHoverDronePawn_ActorOverlapBeginOverlap"); \ static_assert(sizeof(PhoenixHoverDronePawn_ActorOverlapBeginOverlap) == 0x0000A8, "Wrong size on PhoenixHoverDronePawn_ActorOverlapBeginOverlap"); \ static_assert(offsetof(PhoenixHoverDronePawn_ActorOverlapBeginOverlap, OverlappedComp) == 0x000000, "Member 'PhoenixHoverDronePawn_ActorOverlapBeginOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(PhoenixHoverDronePawn_ActorOverlapBeginOverlap, Other) == 0x000008, "Member 'PhoenixHoverDronePawn_ActorOverlapBeginOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(PhoenixHoverDronePawn_ActorOverlapBeginOverlap, OtherComp) == 0x000010, "Member 'PhoenixHoverDronePawn_ActorOverlapBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(PhoenixHoverDronePawn_ActorOverlapBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'PhoenixHoverDronePawn_ActorOverlapBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(PhoenixHoverDronePawn_ActorOverlapBeginOverlap, bFromSweep) == 0x00001C, "Member 'PhoenixHoverDronePawn_ActorOverlapBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(PhoenixHoverDronePawn_ActorOverlapBeginOverlap, OverlapInfo) == 0x000020, "Member 'PhoenixHoverDronePawn_ActorOverlapBeginOverlap::OverlapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHoverDronePawn_ActorOverlapEndOverlap \ static_assert(alignof(PhoenixHoverDronePawn_ActorOverlapEndOverlap) == 0x000008, "Wrong alignment on PhoenixHoverDronePawn_ActorOverlapEndOverlap"); \ static_assert(sizeof(PhoenixHoverDronePawn_ActorOverlapEndOverlap) == 0x000020, "Wrong size on PhoenixHoverDronePawn_ActorOverlapEndOverlap"); \ static_assert(offsetof(PhoenixHoverDronePawn_ActorOverlapEndOverlap, OverlappedComp) == 0x000000, "Member 'PhoenixHoverDronePawn_ActorOverlapEndOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(PhoenixHoverDronePawn_ActorOverlapEndOverlap, Other) == 0x000008, "Member 'PhoenixHoverDronePawn_ActorOverlapEndOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(PhoenixHoverDronePawn_ActorOverlapEndOverlap, OtherComp) == 0x000010, "Member 'PhoenixHoverDronePawn_ActorOverlapEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(PhoenixHoverDronePawn_ActorOverlapEndOverlap, OtherBodyIndex) == 0x000018, "Member 'PhoenixHoverDronePawn_ActorOverlapEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHoverDronePawn_AllowIcons \ static_assert(alignof(PhoenixHoverDronePawn_AllowIcons) == 0x000001, "Wrong alignment on PhoenixHoverDronePawn_AllowIcons"); \ static_assert(sizeof(PhoenixHoverDronePawn_AllowIcons) == 0x000001, "Wrong size on PhoenixHoverDronePawn_AllowIcons"); \ static_assert(offsetof(PhoenixHoverDronePawn_AllowIcons, InVal) == 0x000000, "Member 'PhoenixHoverDronePawn_AllowIcons::InVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHoverDronePawn_GetAltitude \ static_assert(alignof(PhoenixHoverDronePawn_GetAltitude) == 0x000004, "Wrong alignment on PhoenixHoverDronePawn_GetAltitude"); \ static_assert(sizeof(PhoenixHoverDronePawn_GetAltitude) == 0x000004, "Wrong size on PhoenixHoverDronePawn_GetAltitude"); \ static_assert(offsetof(PhoenixHoverDronePawn_GetAltitude, ReturnValue) == 0x000000, "Member 'PhoenixHoverDronePawn_GetAltitude::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHoverDronePawn_IsMaintainingConstantAltitude \ static_assert(alignof(PhoenixHoverDronePawn_IsMaintainingConstantAltitude) == 0x000001, "Wrong alignment on PhoenixHoverDronePawn_IsMaintainingConstantAltitude"); \ static_assert(sizeof(PhoenixHoverDronePawn_IsMaintainingConstantAltitude) == 0x000001, "Wrong size on PhoenixHoverDronePawn_IsMaintainingConstantAltitude"); \ static_assert(offsetof(PhoenixHoverDronePawn_IsMaintainingConstantAltitude, ReturnValue) == 0x000000, "Member 'PhoenixHoverDronePawn_IsMaintainingConstantAltitude::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APhoenixHoverDronePawn \ static_assert(alignof(APhoenixHoverDronePawn) == 0x000008, "Wrong alignment on APhoenixHoverDronePawn"); \ static_assert(sizeof(APhoenixHoverDronePawn) == 0x0003D0, "Wrong size on APhoenixHoverDronePawn"); \ static_assert(offsetof(APhoenixHoverDronePawn, MaxAccelToGravRatio) == 0x0002D0, "Member 'APhoenixHoverDronePawn::MaxAccelToGravRatio' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, DroneTiltInterpSpeed_Accel) == 0x0002D4, "Member 'APhoenixHoverDronePawn::DroneTiltInterpSpeed_Accel' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, DroneTiltInterpSpeed_Decel) == 0x0002D8, "Member 'APhoenixHoverDronePawn::DroneTiltInterpSpeed_Decel' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, ZoomRate) == 0x0002DC, "Member 'APhoenixHoverDronePawn::ZoomRate' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, FOVInterpSpeed) == 0x0002E0, "Member 'APhoenixHoverDronePawn::FOVInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, maxFOV) == 0x0002E4, "Member 'APhoenixHoverDronePawn::maxFOV' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, minFOV) == 0x0002E8, "Member 'APhoenixHoverDronePawn::minFOV' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, SpeedAdjustment) == 0x0002EC, "Member 'APhoenixHoverDronePawn::SpeedAdjustment' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, SpeedAdjustRate) == 0x0002F0, "Member 'APhoenixHoverDronePawn::SpeedAdjustRate' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, SpeedAdjustMin) == 0x0002F4, "Member 'APhoenixHoverDronePawn::SpeedAdjustMin' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, SpeedAdjustMax) == 0x0002F8, "Member 'APhoenixHoverDronePawn::SpeedAdjustMax' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, MinIconScale) == 0x0002FC, "Member 'APhoenixHoverDronePawn::MinIconScale' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, MinIconDist) == 0x000300, "Member 'APhoenixHoverDronePawn::MinIconDist' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, MaxIconDist) == 0x000304, "Member 'APhoenixHoverDronePawn::MaxIconDist' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, bAutoFocus) == 0x000308, "Member 'APhoenixHoverDronePawn::bAutoFocus' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, AutoFocusInterpSpeed) == 0x00030C, "Member 'APhoenixHoverDronePawn::AutoFocusInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, CameraApertureFStop) == 0x000310, "Member 'APhoenixHoverDronePawn::CameraApertureFStop' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, ScreenFringeFOVCurve) == 0x000318, "Member 'APhoenixHoverDronePawn::ScreenFringeFOVCurve' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, TouchingActorEntryPosition) == 0x000320, "Member 'APhoenixHoverDronePawn::TouchingActorEntryPosition' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, m_progressWidgetClass) == 0x000330, "Member 'APhoenixHoverDronePawn::m_progressWidgetClass' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, m_followWidgetClass) == 0x000338, "Member 'APhoenixHoverDronePawn::m_followWidgetClass' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, m_filterComponentClass) == 0x000340, "Member 'APhoenixHoverDronePawn::m_filterComponentClass' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, m_MinimapWidgetClass) == 0x000348, "Member 'APhoenixHoverDronePawn::m_MinimapWidgetClass' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, FoliageOverlapComponent) == 0x000368, "Member 'APhoenixHoverDronePawn::FoliageOverlapComponent' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, ActorOverlapComponent) == 0x000370, "Member 'APhoenixHoverDronePawn::ActorOverlapComponent' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, m_pMinimapWidget) == 0x0003B8, "Member 'APhoenixHoverDronePawn::m_pMinimapWidget' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, m_pProgressWidget) == 0x0003C0, "Member 'APhoenixHoverDronePawn::m_pProgressWidget' has a wrong offset!"); \ static_assert(offsetof(APhoenixHoverDronePawn, m_pFollowWidget) == 0x0003C8, "Member 'APhoenixHoverDronePawn::m_pFollowWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoverDroneController_GetDronePawn \ static_assert(alignof(HoverDroneController_GetDronePawn) == 0x000008, "Wrong alignment on HoverDroneController_GetDronePawn"); \ static_assert(sizeof(HoverDroneController_GetDronePawn) == 0x000008, "Wrong size on HoverDroneController_GetDronePawn"); \ static_assert(offsetof(HoverDroneController_GetDronePawn, ReturnValue) == 0x000000, "Member 'HoverDroneController_GetDronePawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoverDroneController_SetPlayerBounds \ static_assert(alignof(HoverDroneController_SetPlayerBounds) == 0x000004, "Wrong alignment on HoverDroneController_SetPlayerBounds"); \ static_assert(sizeof(HoverDroneController_SetPlayerBounds) == 0x000018, "Wrong size on HoverDroneController_SetPlayerBounds"); \ static_assert(offsetof(HoverDroneController_SetPlayerBounds, BoundsMin) == 0x000000, "Member 'HoverDroneController_SetPlayerBounds::BoundsMin' has a wrong offset!"); \ static_assert(offsetof(HoverDroneController_SetPlayerBounds, BoundsMax) == 0x00000C, "Member 'HoverDroneController_SetPlayerBounds::BoundsMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoverDroneController_GetControlMode \ static_assert(alignof(HoverDroneController_GetControlMode) == 0x000001, "Wrong alignment on HoverDroneController_GetControlMode"); \ static_assert(sizeof(HoverDroneController_GetControlMode) == 0x000001, "Wrong size on HoverDroneController_GetControlMode"); \ static_assert(offsetof(HoverDroneController_GetControlMode, ReturnValue) == 0x000000, "Member 'HoverDroneController_GetControlMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoverDroneController_GetControlModeString \ static_assert(alignof(HoverDroneController_GetControlModeString) == 0x000008, "Wrong alignment on HoverDroneController_GetControlModeString"); \ static_assert(sizeof(HoverDroneController_GetControlModeString) == 0x000010, "Wrong size on HoverDroneController_GetControlModeString"); \ static_assert(offsetof(HoverDroneController_GetControlModeString, ReturnValue) == 0x000000, "Member 'HoverDroneController_GetControlModeString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoverDroneController_GetPawnAltitude \ static_assert(alignof(HoverDroneController_GetPawnAltitude) == 0x000004, "Wrong alignment on HoverDroneController_GetPawnAltitude"); \ static_assert(sizeof(HoverDroneController_GetPawnAltitude) == 0x000004, "Wrong size on HoverDroneController_GetPawnAltitude"); \ static_assert(offsetof(HoverDroneController_GetPawnAltitude, ReturnValue) == 0x000000, "Member 'HoverDroneController_GetPawnAltitude::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoverDroneController_GetPlayerBounds \ static_assert(alignof(HoverDroneController_GetPlayerBounds) == 0x000004, "Wrong alignment on HoverDroneController_GetPlayerBounds"); \ static_assert(sizeof(HoverDroneController_GetPlayerBounds) == 0x000018, "Wrong size on HoverDroneController_GetPlayerBounds"); \ static_assert(offsetof(HoverDroneController_GetPlayerBounds, Max) == 0x000000, "Member 'HoverDroneController_GetPlayerBounds::Max' has a wrong offset!"); \ static_assert(offsetof(HoverDroneController_GetPlayerBounds, Min) == 0x00000C, "Member 'HoverDroneController_GetPlayerBounds::Min' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHoverDroneController \ static_assert(alignof(AHoverDroneController) == 0x000008, "Wrong alignment on AHoverDroneController"); \ static_assert(sizeof(AHoverDroneController) == 0x000340, "Wrong size on AHoverDroneController"); \ static_assert(offsetof(AHoverDroneController, OnControlModeChanged) == 0x000258, "Member 'AHoverDroneController::OnControlModeChanged' has a wrong offset!"); \ static_assert(offsetof(AHoverDroneController, OnToggleMiniMap) == 0x000268, "Member 'AHoverDroneController::OnToggleMiniMap' has a wrong offset!"); \ static_assert(offsetof(AHoverDroneController, ControlModePawnClass) == 0x000280, "Member 'AHoverDroneController::ControlModePawnClass' has a wrong offset!"); \ static_assert(offsetof(AHoverDroneController, m_MinimapWidgetClass) == 0x0002D8, "Member 'AHoverDroneController::m_MinimapWidgetClass' has a wrong offset!"); \ static_assert(offsetof(AHoverDroneController, m_pFollowActor) == 0x0002E0, "Member 'AHoverDroneController::m_pFollowActor' has a wrong offset!"); \ static_assert(offsetof(AHoverDroneController, MyStruct) == 0x0002E8, "Member 'AHoverDroneController::MyStruct' has a wrong offset!"); \ static_assert(offsetof(AHoverDroneController, m_pInputComponent) == 0x0002F8, "Member 'AHoverDroneController::m_pInputComponent' has a wrong offset!"); \ static_assert(offsetof(AHoverDroneController, m_pPlayerController) == 0x000300, "Member 'AHoverDroneController::m_pPlayerController' has a wrong offset!"); \ static_assert(offsetof(AHoverDroneController, JumpToBookmarkCameraFadeTime) == 0x000308, "Member 'AHoverDroneController::JumpToBookmarkCameraFadeTime' has a wrong offset!"); \ static_assert(offsetof(AHoverDroneController, JumpToBookmarkCameraHoldBlackTime) == 0x00030C, "Member 'AHoverDroneController::JumpToBookmarkCameraHoldBlackTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHoverDroneHUD \ static_assert(alignof(AHoverDroneHUD) == 0x000008, "Wrong alignment on AHoverDroneHUD"); \ static_assert(sizeof(AHoverDroneHUD) == 0x000358, "Wrong size on AHoverDroneHUD"); \ #define DUMPER7_ASSERTS_UPhoenixHoverDroneMovementComponent \ static_assert(alignof(UPhoenixHoverDroneMovementComponent) == 0x000008, "Wrong alignment on UPhoenixHoverDroneMovementComponent"); \ static_assert(sizeof(UPhoenixHoverDroneMovementComponent) == 0x0003D0, "Wrong size on UPhoenixHoverDroneMovementComponent"); \ static_assert(offsetof(UPhoenixHoverDroneMovementComponent, RotAcceleration) == 0x0001C8, "Member 'UPhoenixHoverDroneMovementComponent::RotAcceleration' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHoverDroneMovementComponent, RotDeceleration) == 0x0001CC, "Member 'UPhoenixHoverDroneMovementComponent::RotDeceleration' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHoverDroneMovementComponent, MaxPitchRotSpeed) == 0x0001D0, "Member 'UPhoenixHoverDroneMovementComponent::MaxPitchRotSpeed' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHoverDroneMovementComponent, MaxYawRotSpeed) == 0x0001D4, "Member 'UPhoenixHoverDroneMovementComponent::MaxYawRotSpeed' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHoverDroneMovementComponent, TurboRotAcceleration) == 0x0001D8, "Member 'UPhoenixHoverDroneMovementComponent::TurboRotAcceleration' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHoverDroneMovementComponent, TurboRotDeceleration) == 0x0001DC, "Member 'UPhoenixHoverDroneMovementComponent::TurboRotDeceleration' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHoverDroneMovementComponent, TurboMaxPitchRotSpeed) == 0x0001E0, "Member 'UPhoenixHoverDroneMovementComponent::TurboMaxPitchRotSpeed' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHoverDroneMovementComponent, TurboMaxYawRotSpeed) == 0x0001E4, "Member 'UPhoenixHoverDroneMovementComponent::TurboMaxYawRotSpeed' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHoverDroneMovementComponent, TurboAccelerationRange) == 0x0001E8, "Member 'UPhoenixHoverDroneMovementComponent::TurboAccelerationRange' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHoverDroneMovementComponent, TurboAccelerationAltitudeRange) == 0x0001F0, "Member 'UPhoenixHoverDroneMovementComponent::TurboAccelerationAltitudeRange' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHoverDroneMovementComponent, TurboDeceleration) == 0x0001F8, "Member 'UPhoenixHoverDroneMovementComponent::TurboDeceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_ApperateActor_C_ExecuteUbergraph_BP_Enemy_ApperateActor \ static_assert(alignof(BP_Enemy_ApperateActor_C_ExecuteUbergraph_BP_Enemy_ApperateActor) == 0x000004, "Wrong alignment on BP_Enemy_ApperateActor_C_ExecuteUbergraph_BP_Enemy_ApperateActor"); \ static_assert(sizeof(BP_Enemy_ApperateActor_C_ExecuteUbergraph_BP_Enemy_ApperateActor) == 0x000004, "Wrong size on BP_Enemy_ApperateActor_C_ExecuteUbergraph_BP_Enemy_ApperateActor"); \ static_assert(offsetof(BP_Enemy_ApperateActor_C_ExecuteUbergraph_BP_Enemy_ApperateActor, EntryPoint) == 0x000000, "Member 'BP_Enemy_ApperateActor_C_ExecuteUbergraph_BP_Enemy_ApperateActor::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Enemy_ApperateActor_C \ static_assert(alignof(ABP_Enemy_ApperateActor_C) == 0x000008, "Wrong alignment on ABP_Enemy_ApperateActor_C"); \ static_assert(sizeof(ABP_Enemy_ApperateActor_C) == 0x0002F8, "Wrong size on ABP_Enemy_ApperateActor_C"); \ static_assert(offsetof(ABP_Enemy_ApperateActor_C, UberGraphFrame) == 0x0002D0, "Member 'ABP_Enemy_ApperateActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_ApperateActor_C, ParticleSystem) == 0x0002D8, "Member 'ABP_Enemy_ApperateActor_C::ParticleSystem' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_ApperateActor_C, DefaultSceneRoot) == 0x0002E0, "Member 'ABP_Enemy_ApperateActor_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_ApperateActor_C, DistToDestination) == 0x0002E8, "Member 'ABP_Enemy_ApperateActor_C::DistToDestination' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_ApperateActor_C, ToDestination) == 0x0002EC, "Member 'ABP_Enemy_ApperateActor_C::ToDestination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_OppugnoPrepLEDEffect_C \ static_assert(alignof(UBP_OppugnoPrepLEDEffect_C) == 0x000008, "Wrong alignment on UBP_OppugnoPrepLEDEffect_C"); \ static_assert(sizeof(UBP_OppugnoPrepLEDEffect_C) == 0x000048, "Wrong size on UBP_OppugnoPrepLEDEffect_C"); \ #define DUMPER7_ASSERTS_BTT_Creature_CancelAbilityByChannel_C_ExecuteUbergraph_BTT_Creature_CancelAbilityByChannel \ static_assert(alignof(BTT_Creature_CancelAbilityByChannel_C_ExecuteUbergraph_BTT_Creature_CancelAbilityByChannel) == 0x000008, "Wrong alignment on BTT_Creature_CancelAbilityByChannel_C_ExecuteUbergraph_BTT_Creature_CancelAbilityByChannel"); \ static_assert(sizeof(BTT_Creature_CancelAbilityByChannel_C_ExecuteUbergraph_BTT_Creature_CancelAbilityByChannel) == 0x000030, "Wrong size on BTT_Creature_CancelAbilityByChannel_C_ExecuteUbergraph_BTT_Creature_CancelAbilityByChannel"); \ static_assert(offsetof(BTT_Creature_CancelAbilityByChannel_C_ExecuteUbergraph_BTT_Creature_CancelAbilityByChannel, EntryPoint) == 0x000000, "Member 'BTT_Creature_CancelAbilityByChannel_C_ExecuteUbergraph_BTT_Creature_CancelAbilityByChannel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CancelAbilityByChannel_C_ExecuteUbergraph_BTT_Creature_CancelAbilityByChannel, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_Creature_CancelAbilityByChannel_C_ExecuteUbergraph_BTT_Creature_CancelAbilityByChannel::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CancelAbilityByChannel_C_ExecuteUbergraph_BTT_Creature_CancelAbilityByChannel, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_Creature_CancelAbilityByChannel_C_ExecuteUbergraph_BTT_Creature_CancelAbilityByChannel::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CancelAbilityByChannel_C_ExecuteUbergraph_BTT_Creature_CancelAbilityByChannel, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000018, "Member 'BTT_Creature_CancelAbilityByChannel_C_ExecuteUbergraph_BTT_Creature_CancelAbilityByChannel::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CancelAbilityByChannel_C_ExecuteUbergraph_BTT_Creature_CancelAbilityByChannel, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Creature_CancelAbilityByChannel_C_ExecuteUbergraph_BTT_Creature_CancelAbilityByChannel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_CancelAbilityByChannel_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_CancelAbilityByChannel_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_CancelAbilityByChannel_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_CancelAbilityByChannel_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_CancelAbilityByChannel_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_CancelAbilityByChannel_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_CancelAbilityByChannel_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CancelAbilityByChannel_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_CancelAbilityByChannel_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_CancelAbilityByChannel_C \ static_assert(alignof(UBTT_Creature_CancelAbilityByChannel_C) == 0x000008, "Wrong alignment on UBTT_Creature_CancelAbilityByChannel_C"); \ static_assert(sizeof(UBTT_Creature_CancelAbilityByChannel_C) == 0x0000B8, "Wrong size on UBTT_Creature_CancelAbilityByChannel_C"); \ static_assert(offsetof(UBTT_Creature_CancelAbilityByChannel_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_CancelAbilityByChannel_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_CancelAbilityByChannel_C, ChannelName) == 0x0000B0, "Member 'UBTT_Creature_CancelAbilityByChannel_C::ChannelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameFriendlyLevelName \ static_assert(alignof(FGameFriendlyLevelName) == 0x000004, "Wrong alignment on FGameFriendlyLevelName"); \ static_assert(sizeof(FGameFriendlyLevelName) == 0x000010, "Wrong size on FGameFriendlyLevelName"); \ static_assert(offsetof(FGameFriendlyLevelName, RawName) == 0x000000, "Member 'FGameFriendlyLevelName::RawName' has a wrong offset!"); \ static_assert(offsetof(FGameFriendlyLevelName, GameFriendlyName) == 0x000008, "Member 'FGameFriendlyLevelName::GameFriendlyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInsideOfLevel \ static_assert(alignof(FInsideOfLevel) == 0x000004, "Wrong alignment on FInsideOfLevel"); \ static_assert(sizeof(FInsideOfLevel) == 0x000034, "Wrong size on FInsideOfLevel"); \ static_assert(offsetof(FInsideOfLevel, Level) == 0x000010, "Member 'FInsideOfLevel::Level' has a wrong offset!"); \ static_assert(offsetof(FInsideOfLevel, Bounds) == 0x000018, "Member 'FInsideOfLevel::Bounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInsideOfLevelRanked \ static_assert(alignof(FInsideOfLevelRanked) == 0x000004, "Wrong alignment on FInsideOfLevelRanked"); \ static_assert(sizeof(FInsideOfLevelRanked) == 0x000038, "Wrong size on FInsideOfLevelRanked"); \ static_assert(offsetof(FInsideOfLevelRanked, Rank) == 0x000034, "Member 'FInsideOfLevelRanked::Rank' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FComputedLevelBounds \ static_assert(alignof(FComputedLevelBounds) == 0x000004, "Wrong alignment on FComputedLevelBounds"); \ static_assert(sizeof(FComputedLevelBounds) == 0x000058, "Wrong size on FComputedLevelBounds"); \ static_assert(offsetof(FComputedLevelBounds, Total) == 0x000000, "Member 'FComputedLevelBounds::Total' has a wrong offset!"); \ static_assert(offsetof(FComputedLevelBounds, Actors) == 0x00001C, "Member 'FComputedLevelBounds::Actors' has a wrong offset!"); \ static_assert(offsetof(FComputedLevelBounds, Landscape) == 0x000038, "Member 'FComputedLevelBounds::Landscape' has a wrong offset!"); \ static_assert(offsetof(FComputedLevelBounds, bUsedLevelBoundsActor) == 0x000054, "Member 'FComputedLevelBounds::bUsedLevelBoundsActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompositeLevelBounds \ static_assert(alignof(FCompositeLevelBounds) == 0x000008, "Wrong alignment on FCompositeLevelBounds"); \ static_assert(sizeof(FCompositeLevelBounds) == 0x000078, "Wrong size on FCompositeLevelBounds"); \ static_assert(offsetof(FCompositeLevelBounds, Bounds) == 0x000000, "Member 'FCompositeLevelBounds::Bounds' has a wrong offset!"); \ static_assert(offsetof(FCompositeLevelBounds, LevelName) == 0x000058, "Member 'FCompositeLevelBounds::LevelName' has a wrong offset!"); \ static_assert(offsetof(FCompositeLevelBounds, Timestamp) == 0x000068, "Member 'FCompositeLevelBounds::Timestamp' has a wrong offset!"); \ static_assert(offsetof(FCompositeLevelBounds, bMarkedRemoved) == 0x000070, "Member 'FCompositeLevelBounds::bMarkedRemoved' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldLevelsBounds \ static_assert(alignof(FWorldLevelsBounds) == 0x000008, "Wrong alignment on FWorldLevelsBounds"); \ static_assert(sizeof(FWorldLevelsBounds) == 0x000058, "Wrong size on FWorldLevelsBounds"); \ static_assert(offsetof(FWorldLevelsBounds, Bounds) == 0x000000, "Member 'FWorldLevelsBounds::Bounds' has a wrong offset!"); \ static_assert(offsetof(FWorldLevelsBounds, TickInitialized) == 0x000050, "Member 'FWorldLevelsBounds::TickInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelBoundsSources \ static_assert(alignof(FLevelBoundsSources) == 0x000004, "Wrong alignment on FLevelBoundsSources"); \ static_assert(sizeof(FLevelBoundsSources) == 0x000004, "Wrong size on FLevelBoundsSources"); \ static_assert(offsetof(FLevelBoundsSources, Sources) == 0x000000, "Member 'FLevelBoundsSources::Sources' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCachedLevelBounds \ static_assert(alignof(UCachedLevelBounds) == 0x000008, "Wrong alignment on UCachedLevelBounds"); \ static_assert(sizeof(UCachedLevelBounds) == 0x000078, "Wrong size on UCachedLevelBounds"); \ static_assert(offsetof(UCachedLevelBounds, Worlds) == 0x000028, "Member 'UCachedLevelBounds::Worlds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_achedLevelBoundsBlueprintLibrary_GetInsideOfLevel \ static_assert(alignof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevel) == 0x000008, "Wrong alignment on achedLevelBoundsBlueprintLibrary_GetInsideOfLevel"); \ static_assert(sizeof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevel) == 0x000050, "Wrong size on achedLevelBoundsBlueprintLibrary_GetInsideOfLevel"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevel, WorldContextObject) == 0x000000, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevel::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevel, Position) == 0x000008, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevel::Position' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevel, BestHeuristic) == 0x000014, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevel::BestHeuristic' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevel, LevelBoundsSources) == 0x000018, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevel::LevelBoundsSources' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevel, InsideOfLevel) == 0x00001C, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevel::InsideOfLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_achedLevelBoundsBlueprintLibrary_GetInsideOfLevels \ static_assert(alignof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevels) == 0x000008, "Wrong alignment on achedLevelBoundsBlueprintLibrary_GetInsideOfLevels"); \ static_assert(sizeof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevels) == 0x000048, "Wrong size on achedLevelBoundsBlueprintLibrary_GetInsideOfLevels"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevels, WorldContextObject) == 0x000000, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevels::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevels, Position) == 0x000008, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevels::Position' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevels, BestHeuristic) == 0x000014, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevels::BestHeuristic' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevels, LevelBoundsSources) == 0x000018, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevels::LevelBoundsSources' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevels, InsideList) == 0x000020, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevels::InsideList' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevels, Separator) == 0x000030, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevels::Separator' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevels, LevelNameFormat) == 0x000040, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevels::LevelNameFormat' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevels, bRemoveIgnoredLevels) == 0x000041, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevels::bRemoveIgnoredLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsList \ static_assert(alignof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsList) == 0x000008, "Wrong alignment on achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsList"); \ static_assert(sizeof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsList) == 0x000030, "Wrong size on achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsList"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsList, WorldContextObject) == 0x000000, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsList::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsList, Position) == 0x000008, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsList::Position' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsList, BestHeuristic) == 0x000014, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsList::BestHeuristic' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsList, LevelBoundsSources) == 0x000018, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsList::LevelBoundsSources' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsList, InsideOfLevelList) == 0x000020, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsList::InsideOfLevelList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary \ static_assert(alignof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary) == 0x000008, "Wrong alignment on achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary"); \ static_assert(sizeof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary) == 0x000050, "Wrong size on achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary, WorldContextObject) == 0x000000, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary, Position) == 0x000008, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary::Position' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary, BestHeuristic) == 0x000014, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary::BestHeuristic' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary, LevelBoundsSources) == 0x000018, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary::LevelBoundsSources' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary, SummaryInsideList) == 0x000020, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary::SummaryInsideList' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary, MaxLevelsToShow) == 0x000030, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary::MaxLevelsToShow' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary, Separator) == 0x000038, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary::Separator' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary, LevelNameFormat) == 0x000048, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary::LevelNameFormat' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary, bRemoveIgnoredLevels) == 0x000049, "Member 'achedLevelBoundsBlueprintLibrary_GetInsideOfLevelsSummary::bRemoveIgnoredLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_achedLevelBoundsBlueprintLibrary_TotalWorldBounds \ static_assert(alignof(achedLevelBoundsBlueprintLibrary_TotalWorldBounds) == 0x000008, "Wrong alignment on achedLevelBoundsBlueprintLibrary_TotalWorldBounds"); \ static_assert(sizeof(achedLevelBoundsBlueprintLibrary_TotalWorldBounds) == 0x000030, "Wrong size on achedLevelBoundsBlueprintLibrary_TotalWorldBounds"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_TotalWorldBounds, WorldContextObject) == 0x000000, "Member 'achedLevelBoundsBlueprintLibrary_TotalWorldBounds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_TotalWorldBounds, LevelBoundsSources) == 0x000008, "Member 'achedLevelBoundsBlueprintLibrary_TotalWorldBounds::LevelBoundsSources' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_TotalWorldBounds, bRefresh) == 0x00000C, "Member 'achedLevelBoundsBlueprintLibrary_TotalWorldBounds::bRefresh' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_TotalWorldBounds, WorldBounds) == 0x000010, "Member 'achedLevelBoundsBlueprintLibrary_TotalWorldBounds::WorldBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_achedLevelBoundsBlueprintLibrary_UncachedTotalWorldBounds \ static_assert(alignof(achedLevelBoundsBlueprintLibrary_UncachedTotalWorldBounds) == 0x000008, "Wrong alignment on achedLevelBoundsBlueprintLibrary_UncachedTotalWorldBounds"); \ static_assert(sizeof(achedLevelBoundsBlueprintLibrary_UncachedTotalWorldBounds) == 0x000028, "Wrong size on achedLevelBoundsBlueprintLibrary_UncachedTotalWorldBounds"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_UncachedTotalWorldBounds, WorldContextObject) == 0x000000, "Member 'achedLevelBoundsBlueprintLibrary_UncachedTotalWorldBounds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_UncachedTotalWorldBounds, LevelBoundsSources) == 0x000008, "Member 'achedLevelBoundsBlueprintLibrary_UncachedTotalWorldBounds::LevelBoundsSources' has a wrong offset!"); \ static_assert(offsetof(achedLevelBoundsBlueprintLibrary_UncachedTotalWorldBounds, WorldBounds) == 0x00000C, "Member 'achedLevelBoundsBlueprintLibrary_UncachedTotalWorldBounds::WorldBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UachedLevelBoundsBlueprintLibrary \ static_assert(alignof(UachedLevelBoundsBlueprintLibrary) == 0x000008, "Wrong alignment on UachedLevelBoundsBlueprintLibrary"); \ static_assert(sizeof(UachedLevelBoundsBlueprintLibrary) == 0x000028, "Wrong size on UachedLevelBoundsBlueprintLibrary"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_RagdollKnockdown_02_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_02 \ static_assert(alignof(ABL_NPC_RCT_RagdollKnockdown_02_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_02) == 0x000008, "Wrong alignment on ABL_NPC_RCT_RagdollKnockdown_02_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_02"); \ static_assert(sizeof(ABL_NPC_RCT_RagdollKnockdown_02_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_02) == 0x000030, "Wrong size on ABL_NPC_RCT_RagdollKnockdown_02_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_02"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_02_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_02, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_RagdollKnockdown_02_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_02::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_02_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_02, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_RagdollKnockdown_02_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_02::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_02_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_02, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NPC_RCT_RagdollKnockdown_02_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_02::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_02_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_02, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NPC_RCT_RagdollKnockdown_02_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_02::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_02_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_02, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NPC_RCT_RagdollKnockdown_02_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_02::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_02_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_02, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_NPC_RCT_RagdollKnockdown_02_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_02::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityBranch \ static_assert(alignof(ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityEnd \ static_assert(alignof(ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_RagdollKnockdown_02_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_RagdollKnockdown_02_C \ static_assert(alignof(UABL_NPC_RCT_RagdollKnockdown_02_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_RagdollKnockdown_02_C"); \ static_assert(sizeof(UABL_NPC_RCT_RagdollKnockdown_02_C) == 0x0000E8, "Wrong size on UABL_NPC_RCT_RagdollKnockdown_02_C"); \ static_assert(offsetof(UABL_NPC_RCT_RagdollKnockdown_02_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_RagdollKnockdown_02_C::UberGraphFrame' 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_FLoadingScreenDescription \ static_assert(alignof(FLoadingScreenDescription) == 0x000008, "Wrong alignment on FLoadingScreenDescription"); \ static_assert(sizeof(FLoadingScreenDescription) == 0x0000A8, "Wrong size on FLoadingScreenDescription"); \ static_assert(offsetof(FLoadingScreenDescription, MinimumLoadingScreenDisplayTime) == 0x000000, "Member 'FLoadingScreenDescription::MinimumLoadingScreenDisplayTime' has a wrong offset!"); \ static_assert(offsetof(FLoadingScreenDescription, bAutoCompleteWhenLoadingCompletes) == 0x000004, "Member 'FLoadingScreenDescription::bAutoCompleteWhenLoadingCompletes' has a wrong offset!"); \ static_assert(offsetof(FLoadingScreenDescription, bMoviesAreSkippable) == 0x000005, "Member 'FLoadingScreenDescription::bMoviesAreSkippable' has a wrong offset!"); \ static_assert(offsetof(FLoadingScreenDescription, bWaitForManualStop) == 0x000006, "Member 'FLoadingScreenDescription::bWaitForManualStop' has a wrong offset!"); \ static_assert(offsetof(FLoadingScreenDescription, PlaybackType) == 0x000007, "Member 'FLoadingScreenDescription::PlaybackType' has a wrong offset!"); \ static_assert(offsetof(FLoadingScreenDescription, bShowUIOverlay) == 0x000008, "Member 'FLoadingScreenDescription::bShowUIOverlay' has a wrong offset!"); \ static_assert(offsetof(FLoadingScreenDescription, LoadingText) == 0x000010, "Member 'FLoadingScreenDescription::LoadingText' has a wrong offset!"); \ static_assert(offsetof(FLoadingScreenDescription, LoadingFont) == 0x000028, "Member 'FLoadingScreenDescription::LoadingFont' has a wrong offset!"); \ static_assert(offsetof(FLoadingScreenDescription, MoviePaths) == 0x000080, "Member 'FLoadingScreenDescription::MoviePaths' has a wrong offset!"); \ static_assert(offsetof(FLoadingScreenDescription, Images) == 0x000090, "Member 'FLoadingScreenDescription::Images' has a wrong offset!"); \ static_assert(offsetof(FLoadingScreenDescription, ImageStretch) == 0x0000A0, "Member 'FLoadingScreenDescription::ImageStretch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULoadingScreenSettings \ static_assert(alignof(ULoadingScreenSettings) == 0x000008, "Wrong alignment on ULoadingScreenSettings"); \ static_assert(sizeof(ULoadingScreenSettings) == 0x000210, "Wrong size on ULoadingScreenSettings"); \ static_assert(offsetof(ULoadingScreenSettings, StartupScreen) == 0x000038, "Member 'ULoadingScreenSettings::StartupScreen' has a wrong offset!"); \ static_assert(offsetof(ULoadingScreenSettings, DefaultScreen) == 0x0000E0, "Member 'ULoadingScreenSettings::DefaultScreen' has a wrong offset!"); \ static_assert(offsetof(ULoadingScreenSettings, TipFont) == 0x000188, "Member 'ULoadingScreenSettings::TipFont' has a wrong offset!"); \ static_assert(offsetof(ULoadingScreenSettings, TipWrapAt) == 0x0001E0, "Member 'ULoadingScreenSettings::TipWrapAt' has a wrong offset!"); \ static_assert(offsetof(ULoadingScreenSettings, Tips) == 0x0001E8, "Member 'ULoadingScreenSettings::Tips' has a wrong offset!"); \ static_assert(offsetof(ULoadingScreenSettings, SimpleLoadingScreenMaterialFront) == 0x0001F8, "Member 'ULoadingScreenSettings::SimpleLoadingScreenMaterialFront' has a wrong offset!"); \ static_assert(offsetof(ULoadingScreenSettings, SimpleLoadingScreenMaterialBack) == 0x000200, "Member 'ULoadingScreenSettings::SimpleLoadingScreenMaterialBack' has a wrong offset!"); \ static_assert(offsetof(ULoadingScreenSettings, LoadingScreenSpinnerMaterial) == 0x000208, "Member 'ULoadingScreenSettings::LoadingScreenSpinnerMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneActionActorFunctionReference \ static_assert(alignof(FSceneActionActorFunctionReference) == 0x000008, "Wrong alignment on FSceneActionActorFunctionReference"); \ static_assert(sizeof(FSceneActionActorFunctionReference) == 0x000030, "Wrong size on FSceneActionActorFunctionReference"); \ static_assert(offsetof(FSceneActionActorFunctionReference, Function) == 0x000008, "Member 'FSceneActionActorFunctionReference::Function' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneActionActorTickFunctionReference \ static_assert(alignof(FSceneActionActorTickFunctionReference) == 0x000008, "Wrong alignment on FSceneActionActorTickFunctionReference"); \ static_assert(sizeof(FSceneActionActorTickFunctionReference) == 0x000030, "Wrong size on FSceneActionActorTickFunctionReference"); \ #define DUMPER7_ASSERTS_FSRCameraTrackingFocusSettings \ static_assert(alignof(FSRCameraTrackingFocusSettings) == 0x000008, "Wrong alignment on FSRCameraTrackingFocusSettings"); \ static_assert(sizeof(FSRCameraTrackingFocusSettings) == 0x000048, "Wrong size on FSRCameraTrackingFocusSettings"); \ static_assert(offsetof(FSRCameraTrackingFocusSettings, RelativeOffset) == 0x000000, "Member 'FSRCameraTrackingFocusSettings::RelativeOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigParameters \ static_assert(alignof(FSceneRigParameters) == 0x000008, "Wrong alignment on FSceneRigParameters"); \ static_assert(sizeof(FSceneRigParameters) == 0x000088, "Wrong size on FSceneRigParameters"); \ static_assert(offsetof(FSceneRigParameters, Parameters) == 0x000008, "Member 'FSceneRigParameters::Parameters' has a wrong offset!"); \ static_assert(offsetof(FSceneRigParameters, StageParameters) == 0x000058, "Member 'FSceneRigParameters::StageParameters' has a wrong offset!"); \ static_assert(offsetof(FSceneRigParameters, WorldContext) == 0x000060, "Member 'FSceneRigParameters::WorldContext' has a wrong offset!"); \ static_assert(offsetof(FSceneRigParameters, StoryGraph) == 0x000068, "Member 'FSceneRigParameters::StoryGraph' has a wrong offset!"); \ static_assert(offsetof(FSceneRigParameters, StoryNode) == 0x000070, "Member 'FSceneRigParameters::StoryNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAmbientProxyActorReference \ static_assert(alignof(FAmbientProxyActorReference) == 0x000008, "Wrong alignment on FAmbientProxyActorReference"); \ static_assert(sizeof(FAmbientProxyActorReference) == 0x000028, "Wrong size on FAmbientProxyActorReference"); \ static_assert(offsetof(FAmbientProxyActorReference, ProxyActor) == 0x000000, "Member 'FAmbientProxyActorReference::ProxyActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigActorMemberReference \ static_assert(alignof(FSceneRigActorMemberReference) == 0x000004, "Wrong alignment on FSceneRigActorMemberReference"); \ static_assert(sizeof(FSceneRigActorMemberReference) == 0x000008, "Wrong size on FSceneRigActorMemberReference"); \ static_assert(offsetof(FSceneRigActorMemberReference, MemberName) == 0x000000, "Member 'FSceneRigActorMemberReference::MemberName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_SceneRigCameraDriver \ static_assert(alignof(FAnimNode_SceneRigCameraDriver) == 0x000008, "Wrong alignment on FAnimNode_SceneRigCameraDriver"); \ static_assert(sizeof(FAnimNode_SceneRigCameraDriver) == 0x000030, "Wrong size on FAnimNode_SceneRigCameraDriver"); \ static_assert(offsetof(FAnimNode_SceneRigCameraDriver, BasePose) == 0x000010, "Member 'FAnimNode_SceneRigCameraDriver::BasePose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAudioDialogueFlags \ static_assert(alignof(FAudioDialogueFlags) == 0x000001, "Wrong alignment on FAudioDialogueFlags"); \ static_assert(sizeof(FAudioDialogueFlags) == 0x000007, "Wrong size on FAudioDialogueFlags"); \ static_assert(offsetof(FAudioDialogueFlags, StartPausedUMETA) == 0x000001, "Member 'FAudioDialogueFlags::StartPausedUMETA' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueFlags, NoQueuingLimits) == 0x000002, "Member 'FAudioDialogueFlags::NoQueuingLimits' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueFlags, SuppressSubtitles) == 0x000003, "Member 'FAudioDialogueFlags::SuppressSubtitles' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueFlags, NonSpatialized) == 0x000004, "Member 'FAudioDialogueFlags::NonSpatialized' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueFlags, UseCinematicPolyphony) == 0x000005, "Member 'FAudioDialogueFlags::UseCinematicPolyphony' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueFlags, LipsyncFlags) == 0x000006, "Member 'FAudioDialogueFlags::LipsyncFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFloatMultiChannelNoiseChannel \ static_assert(alignof(FFloatMultiChannelNoiseChannel) == 0x000004, "Wrong alignment on FFloatMultiChannelNoiseChannel"); \ static_assert(sizeof(FFloatMultiChannelNoiseChannel) == 0x000010, "Wrong size on FFloatMultiChannelNoiseChannel"); \ static_assert(offsetof(FFloatMultiChannelNoiseChannel, Frequency) == 0x000000, "Member 'FFloatMultiChannelNoiseChannel::Frequency' has a wrong offset!"); \ static_assert(offsetof(FFloatMultiChannelNoiseChannel, Amplitude) == 0x000004, "Member 'FFloatMultiChannelNoiseChannel::Amplitude' has a wrong offset!"); \ static_assert(offsetof(FFloatMultiChannelNoiseChannel, TimeOffset) == 0x000008, "Member 'FFloatMultiChannelNoiseChannel::TimeOffset' has a wrong offset!"); \ static_assert(offsetof(FFloatMultiChannelNoiseChannel, Waveform) == 0x00000C, "Member 'FFloatMultiChannelNoiseChannel::Waveform' has a wrong offset!"); \ static_assert(offsetof(FFloatMultiChannelNoiseChannel, Enabled) == 0x00000D, "Member 'FFloatMultiChannelNoiseChannel::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimateProperty_PropertyName \ static_assert(alignof(FAnimateProperty_PropertyName) == 0x000004, "Wrong alignment on FAnimateProperty_PropertyName"); \ static_assert(sizeof(FAnimateProperty_PropertyName) == 0x000008, "Wrong size on FAnimateProperty_PropertyName"); \ static_assert(offsetof(FAnimateProperty_PropertyName, Name) == 0x000000, "Member 'FAnimateProperty_PropertyName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigAnimationPlacementOptions \ static_assert(alignof(FSceneRigAnimationPlacementOptions) == 0x000008, "Wrong alignment on FSceneRigAnimationPlacementOptions"); \ static_assert(sizeof(FSceneRigAnimationPlacementOptions) == 0x000030, "Wrong size on FSceneRigAnimationPlacementOptions"); \ static_assert(offsetof(FSceneRigAnimationPlacementOptions, RootEvaluationMode) == 0x000000, "Member 'FSceneRigAnimationPlacementOptions::RootEvaluationMode' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationPlacementOptions, RootBlendMode) == 0x000001, "Member 'FSceneRigAnimationPlacementOptions::RootBlendMode' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationPlacementOptions, BlendInRootBlendMode) == 0x000002, "Member 'FSceneRigAnimationPlacementOptions::BlendInRootBlendMode' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationPlacementOptions, BlendOutRootBlendMode) == 0x000003, "Member 'FSceneRigAnimationPlacementOptions::BlendOutRootBlendMode' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationPlacementOptions, AccumulateRootMotion) == 0x000004, "Member 'FSceneRigAnimationPlacementOptions::AccumulateRootMotion' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationPlacementOptions, ConstrainedToPlacement) == 0x000008, "Member 'FSceneRigAnimationPlacementOptions::ConstrainedToPlacement' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationPlacementOptions, PlacementRespectsBlends) == 0x000010, "Member 'FSceneRigAnimationPlacementOptions::PlacementRespectsBlends' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationPlacementOptions, PlacementIsMoving) == 0x000018, "Member 'FSceneRigAnimationPlacementOptions::PlacementIsMoving' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationPlacementOptions, Placement) == 0x000020, "Member 'FSceneRigAnimationPlacementOptions::Placement' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationPlacementOptions, PlacementOffset) == 0x000028, "Member 'FSceneRigAnimationPlacementOptions::PlacementOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigAnimationPlaybackSpeed \ static_assert(alignof(FSceneRigAnimationPlaybackSpeed) == 0x000008, "Wrong alignment on FSceneRigAnimationPlaybackSpeed"); \ static_assert(sizeof(FSceneRigAnimationPlaybackSpeed) == 0x000010, "Wrong size on FSceneRigAnimationPlaybackSpeed"); \ static_assert(offsetof(FSceneRigAnimationPlaybackSpeed, PlaybackType) == 0x000000, "Member 'FSceneRigAnimationPlaybackSpeed::PlaybackType' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationPlaybackSpeed, SpeedMultiplier) == 0x000008, "Member 'FSceneRigAnimationPlaybackSpeed::SpeedMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigAnimationClipRange \ static_assert(alignof(FSceneRigAnimationClipRange) == 0x000008, "Wrong alignment on FSceneRigAnimationClipRange"); \ static_assert(sizeof(FSceneRigAnimationClipRange) == 0x000028, "Wrong size on FSceneRigAnimationClipRange"); \ static_assert(offsetof(FSceneRigAnimationClipRange, RangeType) == 0x000000, "Member 'FSceneRigAnimationClipRange::RangeType' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationClipRange, TimingOffset) == 0x000008, "Member 'FSceneRigAnimationClipRange::TimingOffset' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationClipRange, StartOffset) == 0x000010, "Member 'FSceneRigAnimationClipRange::StartOffset' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationClipRange, EndOffset) == 0x000018, "Member 'FSceneRigAnimationClipRange::EndOffset' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationClipRange, Duration) == 0x000020, "Member 'FSceneRigAnimationClipRange::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkeletonCurveReference \ static_assert(alignof(FSkeletonCurveReference) == 0x000004, "Wrong alignment on FSkeletonCurveReference"); \ static_assert(sizeof(FSkeletonCurveReference) == 0x000008, "Wrong size on FSkeletonCurveReference"); \ static_assert(offsetof(FSkeletonCurveReference, CurveName) == 0x000000, "Member 'FSkeletonCurveReference::CurveName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneActionAnimCurve \ static_assert(alignof(FSceneActionAnimCurve) == 0x000008, "Wrong alignment on FSceneActionAnimCurve"); \ static_assert(sizeof(FSceneActionAnimCurve) == 0x000010, "Wrong size on FSceneActionAnimCurve"); \ static_assert(offsetof(FSceneActionAnimCurve, CurveName) == 0x000000, "Member 'FSceneActionAnimCurve::CurveName' has a wrong offset!"); \ static_assert(offsetof(FSceneActionAnimCurve, Value) == 0x000008, "Member 'FSceneActionAnimCurve::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraActionTransitionSettings \ static_assert(alignof(FCameraActionTransitionSettings) == 0x000008, "Wrong alignment on FCameraActionTransitionSettings"); \ static_assert(sizeof(FCameraActionTransitionSettings) == 0x000030, "Wrong size on FCameraActionTransitionSettings"); \ static_assert(offsetof(FCameraActionTransitionSettings, BlendTime) == 0x000000, "Member 'FCameraActionTransitionSettings::BlendTime' has a wrong offset!"); \ static_assert(offsetof(FCameraActionTransitionSettings, ResetType) == 0x000008, "Member 'FCameraActionTransitionSettings::ResetType' has a wrong offset!"); \ static_assert(offsetof(FCameraActionTransitionSettings, ResetLookAtLocation) == 0x000010, "Member 'FCameraActionTransitionSettings::ResetLookAtLocation' has a wrong offset!"); \ static_assert(offsetof(FCameraActionTransitionSettings, FixedArmRotationValue) == 0x000018, "Member 'FCameraActionTransitionSettings::FixedArmRotationValue' has a wrong offset!"); \ static_assert(offsetof(FCameraActionTransitionSettings, RotationOffset) == 0x000024, "Member 'FCameraActionTransitionSettings::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(FCameraActionTransitionSettings, bLazyBlend) == 0x00002C, "Member 'FCameraActionTransitionSettings::bLazyBlend' has a wrong offset!"); \ static_assert(offsetof(FCameraActionTransitionSettings, bOldCameraStaysValid) == 0x00002D, "Member 'FCameraActionTransitionSettings::bOldCameraStaysValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraStackOperationState \ static_assert(alignof(FCameraStackOperationState) == 0x000008, "Wrong alignment on FCameraStackOperationState"); \ static_assert(sizeof(FCameraStackOperationState) == 0x000010, "Wrong size on FCameraStackOperationState"); \ static_assert(offsetof(FCameraStackOperationState, Operation) == 0x000000, "Member 'FCameraStackOperationState::Operation' has a wrong offset!"); \ static_assert(offsetof(FCameraStackOperationState, ScratchData) == 0x000008, "Member 'FCameraStackOperationState::ScratchData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneActionFunctionEventReference \ static_assert(alignof(FSceneActionFunctionEventReference) == 0x000008, "Wrong alignment on FSceneActionFunctionEventReference"); \ static_assert(sizeof(FSceneActionFunctionEventReference) == 0x000008, "Wrong size on FSceneActionFunctionEventReference"); \ static_assert(offsetof(FSceneActionFunctionEventReference, Function) == 0x000000, "Member 'FSceneActionFunctionEventReference::Function' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModifyMaterials_TextureOverride \ static_assert(alignof(FModifyMaterials_TextureOverride) == 0x000008, "Wrong alignment on FModifyMaterials_TextureOverride"); \ static_assert(sizeof(FModifyMaterials_TextureOverride) == 0x000018, "Wrong size on FModifyMaterials_TextureOverride"); \ static_assert(offsetof(FModifyMaterials_TextureOverride, Rules) == 0x000000, "Member 'FModifyMaterials_TextureOverride::Rules' has a wrong offset!"); \ static_assert(offsetof(FModifyMaterials_TextureOverride, Texture) == 0x000010, "Member 'FModifyMaterials_TextureOverride::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSmartTexture \ static_assert(alignof(FSmartTexture) == 0x000008, "Wrong alignment on FSmartTexture"); \ static_assert(sizeof(FSmartTexture) == 0x000018, "Wrong size on FSmartTexture"); \ static_assert(offsetof(FSmartTexture, DefaultTexture) == 0x000000, "Member 'FSmartTexture::DefaultTexture' has a wrong offset!"); \ static_assert(offsetof(FSmartTexture, TextureOverrides) == 0x000008, "Member 'FSmartTexture::TextureOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModifyMaterials_MaterialOverride \ static_assert(alignof(FModifyMaterials_MaterialOverride) == 0x000008, "Wrong alignment on FModifyMaterials_MaterialOverride"); \ static_assert(sizeof(FModifyMaterials_MaterialOverride) == 0x000018, "Wrong size on FModifyMaterials_MaterialOverride"); \ static_assert(offsetof(FModifyMaterials_MaterialOverride, Rules) == 0x000000, "Member 'FModifyMaterials_MaterialOverride::Rules' has a wrong offset!"); \ static_assert(offsetof(FModifyMaterials_MaterialOverride, Material) == 0x000010, "Member 'FModifyMaterials_MaterialOverride::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSmartMaterial \ static_assert(alignof(FSmartMaterial) == 0x000008, "Wrong alignment on FSmartMaterial"); \ static_assert(sizeof(FSmartMaterial) == 0x000018, "Wrong size on FSmartMaterial"); \ static_assert(offsetof(FSmartMaterial, DefaultMaterial) == 0x000000, "Member 'FSmartMaterial::DefaultMaterial' has a wrong offset!"); \ static_assert(offsetof(FSmartMaterial, MaterialOverrides) == 0x000008, "Member 'FSmartMaterial::MaterialOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneAction_PlayBinkMedia_SubtitleLine \ static_assert(alignof(FSceneAction_PlayBinkMedia_SubtitleLine) == 0x000008, "Wrong alignment on FSceneAction_PlayBinkMedia_SubtitleLine"); \ static_assert(sizeof(FSceneAction_PlayBinkMedia_SubtitleLine) == 0x000020, "Wrong size on FSceneAction_PlayBinkMedia_SubtitleLine"); \ static_assert(offsetof(FSceneAction_PlayBinkMedia_SubtitleLine, Key) == 0x000008, "Member 'FSceneAction_PlayBinkMedia_SubtitleLine::Key' has a wrong offset!"); \ static_assert(offsetof(FSceneAction_PlayBinkMedia_SubtitleLine, StartTime) == 0x000018, "Member 'FSceneAction_PlayBinkMedia_SubtitleLine::StartTime' has a wrong offset!"); \ static_assert(offsetof(FSceneAction_PlayBinkMedia_SubtitleLine, EndTime) == 0x00001C, "Member 'FSceneAction_PlayBinkMedia_SubtitleLine::EndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneActionSequence_SequenceActorName \ static_assert(alignof(FSceneActionSequence_SequenceActorName) == 0x000004, "Wrong alignment on FSceneActionSequence_SequenceActorName"); \ static_assert(sizeof(FSceneActionSequence_SequenceActorName) == 0x000008, "Wrong size on FSceneActionSequence_SequenceActorName"); \ static_assert(offsetof(FSceneActionSequence_SequenceActorName, SequenceActorName) == 0x000000, "Member 'FSceneActionSequence_SequenceActorName::SequenceActorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneActionSequence_ActorMapping \ static_assert(alignof(FSceneActionSequence_ActorMapping) == 0x000008, "Wrong alignment on FSceneActionSequence_ActorMapping"); \ static_assert(sizeof(FSceneActionSequence_ActorMapping) == 0x000010, "Wrong size on FSceneActionSequence_ActorMapping"); \ static_assert(offsetof(FSceneActionSequence_ActorMapping, ActorName) == 0x000000, "Member 'FSceneActionSequence_ActorMapping::ActorName' has a wrong offset!"); \ static_assert(offsetof(FSceneActionSequence_ActorMapping, AssignedActor) == 0x000008, "Member 'FSceneActionSequence_ActorMapping::AssignedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSetProperty_PropertyName \ static_assert(alignof(FSetProperty_PropertyName) == 0x000004, "Wrong alignment on FSetProperty_PropertyName"); \ static_assert(sizeof(FSetProperty_PropertyName) == 0x000008, "Wrong size on FSetProperty_PropertyName"); \ static_assert(offsetof(FSetProperty_PropertyName, Name) == 0x000000, "Member 'FSetProperty_PropertyName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFXOverride \ static_assert(alignof(FFXOverride) == 0x000008, "Wrong alignment on FFXOverride"); \ static_assert(sizeof(FFXOverride) == 0x000018, "Wrong size on FFXOverride"); \ static_assert(offsetof(FFXOverride, Rules) == 0x000000, "Member 'FFXOverride::Rules' has a wrong offset!"); \ static_assert(offsetof(FFXOverride, ParticleSystem) == 0x000010, "Member 'FFXOverride::ParticleSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransformKeyValue \ static_assert(alignof(FTransformKeyValue) == 0x000010, "Wrong alignment on FTransformKeyValue"); \ static_assert(sizeof(FTransformKeyValue) == 0x000030, "Wrong size on FTransformKeyValue"); \ static_assert(offsetof(FTransformKeyValue, Transform) == 0x000000, "Member 'FTransformKeyValue::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigBoundParameterDefinition \ static_assert(alignof(FSceneRigBoundParameterDefinition) == 0x000001, "Wrong alignment on FSceneRigBoundParameterDefinition"); \ static_assert(sizeof(FSceneRigBoundParameterDefinition) == 0x000001, "Wrong size on FSceneRigBoundParameterDefinition"); \ #define DUMPER7_ASSERTS_FSceneRigParameterBinding_Animation \ static_assert(alignof(FSceneRigParameterBinding_Animation) == 0x000008, "Wrong alignment on FSceneRigParameterBinding_Animation"); \ static_assert(sizeof(FSceneRigParameterBinding_Animation) == 0x000008, "Wrong size on FSceneRigParameterBinding_Animation"); \ static_assert(offsetof(FSceneRigParameterBinding_Animation, Reference) == 0x000000, "Member 'FSceneRigParameterBinding_Animation::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigParameterBinding_Bool \ static_assert(alignof(FSceneRigParameterBinding_Bool) == 0x000008, "Wrong alignment on FSceneRigParameterBinding_Bool"); \ static_assert(sizeof(FSceneRigParameterBinding_Bool) == 0x000008, "Wrong size on FSceneRigParameterBinding_Bool"); \ static_assert(offsetof(FSceneRigParameterBinding_Bool, Reference) == 0x000000, "Member 'FSceneRigParameterBinding_Bool::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigParameterBinding_DialogueEvent \ static_assert(alignof(FSceneRigParameterBinding_DialogueEvent) == 0x000008, "Wrong alignment on FSceneRigParameterBinding_DialogueEvent"); \ static_assert(sizeof(FSceneRigParameterBinding_DialogueEvent) == 0x000008, "Wrong size on FSceneRigParameterBinding_DialogueEvent"); \ static_assert(offsetof(FSceneRigParameterBinding_DialogueEvent, Reference) == 0x000000, "Member 'FSceneRigParameterBinding_DialogueEvent::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigDialogTrackSectionData \ static_assert(alignof(FSceneRigDialogTrackSectionData) == 0x000008, "Wrong alignment on FSceneRigDialogTrackSectionData"); \ static_assert(sizeof(FSceneRigDialogTrackSectionData) == 0x000068, "Wrong size on FSceneRigDialogTrackSectionData"); \ static_assert(offsetof(FSceneRigDialogTrackSectionData, EventName) == 0x000000, "Member 'FSceneRigDialogTrackSectionData::EventName' has a wrong offset!"); \ static_assert(offsetof(FSceneRigDialogTrackSectionData, RequiredParameters) == 0x000010, "Member 'FSceneRigDialogTrackSectionData::RequiredParameters' has a wrong offset!"); \ static_assert(offsetof(FSceneRigDialogTrackSectionData, StopWhenAttachedToDestroyed) == 0x000060, "Member 'FSceneRigDialogTrackSectionData::StopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(FSceneRigDialogTrackSectionData, AudioDialogueFlags) == 0x000061, "Member 'FSceneRigDialogTrackSectionData::AudioDialogueFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActionParameter_DialogueEvent \ static_assert(alignof(FActionParameter_DialogueEvent) == 0x000008, "Wrong alignment on FActionParameter_DialogueEvent"); \ static_assert(sizeof(FActionParameter_DialogueEvent) == 0x000070, "Wrong size on FActionParameter_DialogueEvent"); \ static_assert(offsetof(FActionParameter_DialogueEvent, BoundParameter) == 0x000000, "Member 'FActionParameter_DialogueEvent::BoundParameter' has a wrong offset!"); \ static_assert(offsetof(FActionParameter_DialogueEvent, DefaultEvent) == 0x000008, "Member 'FActionParameter_DialogueEvent::DefaultEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigParameterBinding_Float \ static_assert(alignof(FSceneRigParameterBinding_Float) == 0x000008, "Wrong alignment on FSceneRigParameterBinding_Float"); \ static_assert(sizeof(FSceneRigParameterBinding_Float) == 0x000008, "Wrong size on FSceneRigParameterBinding_Float"); \ static_assert(offsetof(FSceneRigParameterBinding_Float, Reference) == 0x000000, "Member 'FSceneRigParameterBinding_Float::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigParameterBinding_FString \ static_assert(alignof(FSceneRigParameterBinding_FString) == 0x000008, "Wrong alignment on FSceneRigParameterBinding_FString"); \ static_assert(sizeof(FSceneRigParameterBinding_FString) == 0x000008, "Wrong size on FSceneRigParameterBinding_FString"); \ static_assert(offsetof(FSceneRigParameterBinding_FString, Reference) == 0x000000, "Member 'FSceneRigParameterBinding_FString::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActionParameter_FString \ static_assert(alignof(FActionParameter_FString) == 0x000008, "Wrong alignment on FActionParameter_FString"); \ static_assert(sizeof(FActionParameter_FString) == 0x000018, "Wrong size on FActionParameter_FString"); \ static_assert(offsetof(FActionParameter_FString, BoundParameter) == 0x000000, "Member 'FActionParameter_FString::BoundParameter' has a wrong offset!"); \ static_assert(offsetof(FActionParameter_FString, DefaultValue) == 0x000008, "Member 'FActionParameter_FString::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigParameterBinding_Int \ static_assert(alignof(FSceneRigParameterBinding_Int) == 0x000008, "Wrong alignment on FSceneRigParameterBinding_Int"); \ static_assert(sizeof(FSceneRigParameterBinding_Int) == 0x000008, "Wrong size on FSceneRigParameterBinding_Int"); \ static_assert(offsetof(FSceneRigParameterBinding_Int, Reference) == 0x000000, "Member 'FSceneRigParameterBinding_Int::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigParameterBinding_Object \ static_assert(alignof(FSceneRigParameterBinding_Object) == 0x000008, "Wrong alignment on FSceneRigParameterBinding_Object"); \ static_assert(sizeof(FSceneRigParameterBinding_Object) == 0x000008, "Wrong size on FSceneRigParameterBinding_Object"); \ static_assert(offsetof(FSceneRigParameterBinding_Object, Reference) == 0x000000, "Member 'FSceneRigParameterBinding_Object::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActionParameter_Object \ static_assert(alignof(FActionParameter_Object) == 0x000008, "Wrong alignment on FActionParameter_Object"); \ static_assert(sizeof(FActionParameter_Object) == 0x000010, "Wrong size on FActionParameter_Object"); \ static_assert(offsetof(FActionParameter_Object, BoundParameter) == 0x000000, "Member 'FActionParameter_Object::BoundParameter' has a wrong offset!"); \ static_assert(offsetof(FActionParameter_Object, DefaultObject) == 0x000008, "Member 'FActionParameter_Object::DefaultObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigParameterBinding_AnimationTransform \ static_assert(alignof(FSceneRigParameterBinding_AnimationTransform) == 0x000008, "Wrong alignment on FSceneRigParameterBinding_AnimationTransform"); \ static_assert(sizeof(FSceneRigParameterBinding_AnimationTransform) == 0x000008, "Wrong size on FSceneRigParameterBinding_AnimationTransform"); \ static_assert(offsetof(FSceneRigParameterBinding_AnimationTransform, Reference) == 0x000000, "Member 'FSceneRigParameterBinding_AnimationTransform::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigParameterBinding_Transform \ static_assert(alignof(FSceneRigParameterBinding_Transform) == 0x000008, "Wrong alignment on FSceneRigParameterBinding_Transform"); \ static_assert(sizeof(FSceneRigParameterBinding_Transform) == 0x000008, "Wrong size on FSceneRigParameterBinding_Transform"); \ static_assert(offsetof(FSceneRigParameterBinding_Transform, Reference) == 0x000000, "Member 'FSceneRigParameterBinding_Transform::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigParameterBinding_Vector \ static_assert(alignof(FSceneRigParameterBinding_Vector) == 0x000008, "Wrong alignment on FSceneRigParameterBinding_Vector"); \ static_assert(sizeof(FSceneRigParameterBinding_Vector) == 0x000008, "Wrong size on FSceneRigParameterBinding_Vector"); \ static_assert(offsetof(FSceneRigParameterBinding_Vector, Reference) == 0x000000, "Member 'FSceneRigParameterBinding_Vector::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigParameterDefinitions \ static_assert(alignof(FSceneRigParameterDefinitions) == 0x000008, "Wrong alignment on FSceneRigParameterDefinitions"); \ static_assert(sizeof(FSceneRigParameterDefinitions) == 0x000050, "Wrong size on FSceneRigParameterDefinitions"); \ #define DUMPER7_ASSERTS_FSceneRigAnimationRegsitryInheritRegistry \ static_assert(alignof(FSceneRigAnimationRegsitryInheritRegistry) == 0x000008, "Wrong alignment on FSceneRigAnimationRegsitryInheritRegistry"); \ static_assert(sizeof(FSceneRigAnimationRegsitryInheritRegistry) == 0x000018, "Wrong size on FSceneRigAnimationRegsitryInheritRegistry"); \ static_assert(offsetof(FSceneRigAnimationRegsitryInheritRegistry, LookupKey) == 0x000000, "Member 'FSceneRigAnimationRegsitryInheritRegistry::LookupKey' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationRegsitryInheritRegistry, InheritFromRegistry) == 0x000010, "Member 'FSceneRigAnimationRegsitryInheritRegistry::InheritFromRegistry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigAnimationRegsitryAnim \ static_assert(alignof(FSceneRigAnimationRegsitryAnim) == 0x000008, "Wrong alignment on FSceneRigAnimationRegsitryAnim"); \ static_assert(sizeof(FSceneRigAnimationRegsitryAnim) == 0x000020, "Wrong size on FSceneRigAnimationRegsitryAnim"); \ static_assert(offsetof(FSceneRigAnimationRegsitryAnim, LookupKey) == 0x000000, "Member 'FSceneRigAnimationRegsitryAnim::LookupKey' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationRegsitryAnim, SelectionWeight) == 0x000010, "Member 'FSceneRigAnimationRegsitryAnim::SelectionWeight' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationRegsitryAnim, UnrealAnimationAsset) == 0x000018, "Member 'FSceneRigAnimationRegsitryAnim::UnrealAnimationAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigAnimationTrackPlacementOptions \ static_assert(alignof(FSceneRigAnimationTrackPlacementOptions) == 0x000008, "Wrong alignment on FSceneRigAnimationTrackPlacementOptions"); \ static_assert(sizeof(FSceneRigAnimationTrackPlacementOptions) == 0x0004A0, "Wrong size on FSceneRigAnimationTrackPlacementOptions"); \ static_assert(offsetof(FSceneRigAnimationTrackPlacementOptions, ConstrainedToPlacement) == 0x000000, "Member 'FSceneRigAnimationTrackPlacementOptions::ConstrainedToPlacement' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationTrackPlacementOptions, bUnscaleHipsBone) == 0x000001, "Member 'FSceneRigAnimationTrackPlacementOptions::bUnscaleHipsBone' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationTrackPlacementOptions, ConstraintMode) == 0x000002, "Member 'FSceneRigAnimationTrackPlacementOptions::ConstraintMode' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationTrackPlacementOptions, PlacementRespectsBlends) == 0x000003, "Member 'FSceneRigAnimationTrackPlacementOptions::PlacementRespectsBlends' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationTrackPlacementOptions, Placement) == 0x000008, "Member 'FSceneRigAnimationTrackPlacementOptions::Placement' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationTrackPlacementOptions, PlacementOffset) == 0x000010, "Member 'FSceneRigAnimationTrackPlacementOptions::PlacementOffset' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationTrackPlacementOptions, TransformMask) == 0x000018, "Member 'FSceneRigAnimationTrackPlacementOptions::TransformMask' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationTrackPlacementOptions, Translation) == 0x000020, "Member 'FSceneRigAnimationTrackPlacementOptions::Translation' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationTrackPlacementOptions, Rotation) == 0x0001A0, "Member 'FSceneRigAnimationTrackPlacementOptions::Rotation' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationTrackPlacementOptions, Scale) == 0x000320, "Member 'FSceneRigAnimationTrackPlacementOptions::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigAnimationParams \ static_assert(alignof(FSceneRigAnimationParams) == 0x000008, "Wrong alignment on FSceneRigAnimationParams"); \ static_assert(sizeof(FSceneRigAnimationParams) == 0x000540, "Wrong size on FSceneRigAnimationParams"); \ static_assert(offsetof(FSceneRigAnimationParams, PlacementOptions) == 0x000000, "Member 'FSceneRigAnimationParams::PlacementOptions' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationParams, Animation) == 0x0004A0, "Member 'FSceneRigAnimationParams::Animation' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationParams, LayerName) == 0x0004A8, "Member 'FSceneRigAnimationParams::LayerName' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationParams, StartOffset) == 0x0004B0, "Member 'FSceneRigAnimationParams::StartOffset' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationParams, EndOffset) == 0x0004B4, "Member 'FSceneRigAnimationParams::EndOffset' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationParams, PlayRate) == 0x0004B8, "Member 'FSceneRigAnimationParams::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationParams, weight) == 0x0004C0, "Member 'FSceneRigAnimationParams::weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigAnimationSectionTemplateParameters \ static_assert(alignof(FSceneRigAnimationSectionTemplateParameters) == 0x000008, "Wrong alignment on FSceneRigAnimationSectionTemplateParameters"); \ static_assert(sizeof(FSceneRigAnimationSectionTemplateParameters) == 0x000548, "Wrong size on FSceneRigAnimationSectionTemplateParameters"); \ static_assert(offsetof(FSceneRigAnimationSectionTemplateParameters, SectionStartTime) == 0x000540, "Member 'FSceneRigAnimationSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAnimationSectionTemplateParameters, SectionEndTime) == 0x000544, "Member 'FSceneRigAnimationSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigAnimationSectionTemplate \ static_assert(alignof(FSceneRigAnimationSectionTemplate) == 0x000008, "Wrong alignment on FSceneRigAnimationSectionTemplate"); \ static_assert(sizeof(FSceneRigAnimationSectionTemplate) == 0x000568, "Wrong size on FSceneRigAnimationSectionTemplate"); \ static_assert(offsetof(FSceneRigAnimationSectionTemplate, Params) == 0x000020, "Member 'FSceneRigAnimationSectionTemplate::Params' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigAnimInstanceProxy \ static_assert(alignof(FSceneRigAnimInstanceProxy) == 0x000010, "Wrong alignment on FSceneRigAnimInstanceProxy"); \ static_assert(sizeof(FSceneRigAnimInstanceProxy) == 0x000A50, "Wrong size on FSceneRigAnimInstanceProxy"); \ #define DUMPER7_ASSERTS_FCinematicInfo \ static_assert(alignof(FCinematicInfo) == 0x000008, "Wrong alignment on FCinematicInfo"); \ static_assert(sizeof(FCinematicInfo) == 0x000040, "Wrong size on FCinematicInfo"); \ static_assert(offsetof(FCinematicInfo, SceneRig) == 0x000008, "Member 'FCinematicInfo::SceneRig' has a wrong offset!"); \ static_assert(offsetof(FCinematicInfo, Tier) == 0x000018, "Member 'FCinematicInfo::Tier' has a wrong offset!"); \ static_assert(offsetof(FCinematicInfo, Cooked) == 0x000028, "Member 'FCinematicInfo::Cooked' has a wrong offset!"); \ static_assert(offsetof(FCinematicInfo, status) == 0x000030, "Member 'FCinematicInfo::status' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigBoundObject \ static_assert(alignof(FSceneRigBoundObject) == 0x000008, "Wrong alignment on FSceneRigBoundObject"); \ static_assert(sizeof(FSceneRigBoundObject) == 0x000010, "Wrong size on FSceneRigBoundObject"); \ static_assert(offsetof(FSceneRigBoundObject, BoundObjectName) == 0x000000, "Member 'FSceneRigBoundObject::BoundObjectName' has a wrong offset!"); \ static_assert(offsetof(FSceneRigBoundObject, ObjectProvider) == 0x000008, "Member 'FSceneRigBoundObject::ObjectProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSRCameraPostProcessSettings \ static_assert(alignof(FSRCameraPostProcessSettings) == 0x000008, "Wrong alignment on FSRCameraPostProcessSettings"); \ static_assert(sizeof(FSRCameraPostProcessSettings) == 0x000860, "Wrong size on FSRCameraPostProcessSettings"); \ static_assert(offsetof(FSRCameraPostProcessSettings, SceneFringeIntensity) == 0x000000, "Member 'FSRCameraPostProcessSettings::SceneFringeIntensity' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, VignetteIntensity) == 0x000028, "Member 'FSRCameraPostProcessSettings::VignetteIntensity' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, GrainJitter) == 0x000050, "Member 'FSRCameraPostProcessSettings::GrainJitter' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, GrainIntensity) == 0x000078, "Member 'FSRCameraPostProcessSettings::GrainIntensity' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, BloomMethod) == 0x0000A0, "Member 'FSRCameraPostProcessSettings::BloomMethod' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, BloomIntensity) == 0x0000C8, "Member 'FSRCameraPostProcessSettings::BloomIntensity' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, BloomThreshold) == 0x0000F0, "Member 'FSRCameraPostProcessSettings::BloomThreshold' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, BloomCross) == 0x000118, "Member 'FSRCameraPostProcessSettings::BloomCross' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, BloomDirtMaskIntensity) == 0x000140, "Member 'FSRCameraPostProcessSettings::BloomDirtMaskIntensity' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, BloomDirtMaskTint) == 0x000168, "Member 'FSRCameraPostProcessSettings::BloomDirtMaskTint' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, AutoExposureMethod) == 0x0001B0, "Member 'FSRCameraPostProcessSettings::AutoExposureMethod' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, AutoExposureLowPercent) == 0x0001D8, "Member 'FSRCameraPostProcessSettings::AutoExposureLowPercent' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, AutoExposureHighPercent) == 0x000200, "Member 'FSRCameraPostProcessSettings::AutoExposureHighPercent' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, AutoExposureMinBrightness) == 0x000228, "Member 'FSRCameraPostProcessSettings::AutoExposureMinBrightness' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, AutoExposureMaxBrightness) == 0x000250, "Member 'FSRCameraPostProcessSettings::AutoExposureMaxBrightness' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, AutoExposureSpeedUp) == 0x000278, "Member 'FSRCameraPostProcessSettings::AutoExposureSpeedUp' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, AutoExposureSpeedDown) == 0x0002A0, "Member 'FSRCameraPostProcessSettings::AutoExposureSpeedDown' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, AutoExposureBias) == 0x0002C8, "Member 'FSRCameraPostProcessSettings::AutoExposureBias' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, HistogramLogMax) == 0x0002F0, "Member 'FSRCameraPostProcessSettings::HistogramLogMax' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, HistogramLogMin) == 0x000318, "Member 'FSRCameraPostProcessSettings::HistogramLogMin' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldMethod) == 0x000340, "Member 'FSRCameraPostProcessSettings::DepthOfFieldMethod' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldFstop) == 0x000368, "Member 'FSRCameraPostProcessSettings::DepthOfFieldFstop' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldSensorWidth) == 0x000390, "Member 'FSRCameraPostProcessSettings::DepthOfFieldSensorWidth' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldFocalDistance) == 0x0003B8, "Member 'FSRCameraPostProcessSettings::DepthOfFieldFocalDistance' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldDepthBlurAmount) == 0x0003E0, "Member 'FSRCameraPostProcessSettings::DepthOfFieldDepthBlurAmount' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldDepthBlurRadius) == 0x000408, "Member 'FSRCameraPostProcessSettings::DepthOfFieldDepthBlurRadius' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldFocalRegion) == 0x000430, "Member 'FSRCameraPostProcessSettings::DepthOfFieldFocalRegion' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldNearTransitionRegion) == 0x000458, "Member 'FSRCameraPostProcessSettings::DepthOfFieldNearTransitionRegion' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldFarTransitionRegion) == 0x000480, "Member 'FSRCameraPostProcessSettings::DepthOfFieldFarTransitionRegion' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldScale) == 0x0004A8, "Member 'FSRCameraPostProcessSettings::DepthOfFieldScale' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldMaxBokehSize) == 0x0004D0, "Member 'FSRCameraPostProcessSettings::DepthOfFieldMaxBokehSize' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldNearBlurSize) == 0x0004F8, "Member 'FSRCameraPostProcessSettings::DepthOfFieldNearBlurSize' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldFarBlurSize) == 0x000520, "Member 'FSRCameraPostProcessSettings::DepthOfFieldFarBlurSize' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldOcclusion) == 0x000548, "Member 'FSRCameraPostProcessSettings::DepthOfFieldOcclusion' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldColorThreshold) == 0x000570, "Member 'FSRCameraPostProcessSettings::DepthOfFieldColorThreshold' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldSizeThreshold) == 0x000598, "Member 'FSRCameraPostProcessSettings::DepthOfFieldSizeThreshold' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldSkyFocusDistance) == 0x0005C0, "Member 'FSRCameraPostProcessSettings::DepthOfFieldSkyFocusDistance' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, DepthOfFieldVignetteSize) == 0x0005E8, "Member 'FSRCameraPostProcessSettings::DepthOfFieldVignetteSize' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, AmbientOcclusionIntensity) == 0x000610, "Member 'FSRCameraPostProcessSettings::AmbientOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, AmbientOcclusionRadius) == 0x000638, "Member 'FSRCameraPostProcessSettings::AmbientOcclusionRadius' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, AmbientOcclusionStaticFraction) == 0x000660, "Member 'FSRCameraPostProcessSettings::AmbientOcclusionStaticFraction' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, AmbientOcclusionRadiusInWS) == 0x000688, "Member 'FSRCameraPostProcessSettings::AmbientOcclusionRadiusInWS' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, AmbientOcclusionFadeDistance) == 0x0006B0, "Member 'FSRCameraPostProcessSettings::AmbientOcclusionFadeDistance' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, AmbientOcclusionFadeRadius) == 0x0006D8, "Member 'FSRCameraPostProcessSettings::AmbientOcclusionFadeRadius' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, AmbientOcclusionPower) == 0x000700, "Member 'FSRCameraPostProcessSettings::AmbientOcclusionPower' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, AmbientOcclusionBias) == 0x000728, "Member 'FSRCameraPostProcessSettings::AmbientOcclusionBias' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, AmbientOcclusionQuality) == 0x000750, "Member 'FSRCameraPostProcessSettings::AmbientOcclusionQuality' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, IndirectLightingColor) == 0x000778, "Member 'FSRCameraPostProcessSettings::IndirectLightingColor' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, IndirectLightingIntensity) == 0x0007C0, "Member 'FSRCameraPostProcessSettings::IndirectLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, MotionBlurAmount) == 0x0007E8, "Member 'FSRCameraPostProcessSettings::MotionBlurAmount' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, MotionBlurMax) == 0x000810, "Member 'FSRCameraPostProcessSettings::MotionBlurMax' has a wrong offset!"); \ static_assert(offsetof(FSRCameraPostProcessSettings, MotionBlurPerObjectSize) == 0x000838, "Member 'FSRCameraPostProcessSettings::MotionBlurPerObjectSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSRCameraFocusSettings \ static_assert(alignof(FSRCameraFocusSettings) == 0x000008, "Wrong alignment on FSRCameraFocusSettings"); \ static_assert(sizeof(FSRCameraFocusSettings) == 0x000138, "Wrong size on FSRCameraFocusSettings"); \ static_assert(offsetof(FSRCameraFocusSettings, FocusMethod) == 0x000000, "Member 'FSRCameraFocusSettings::FocusMethod' has a wrong offset!"); \ static_assert(offsetof(FSRCameraFocusSettings, ManualFocusDistance) == 0x000028, "Member 'FSRCameraFocusSettings::ManualFocusDistance' has a wrong offset!"); \ static_assert(offsetof(FSRCameraFocusSettings, bDrawDebugFocusPlane) == 0x000050, "Member 'FSRCameraFocusSettings::bDrawDebugFocusPlane' has a wrong offset!"); \ static_assert(offsetof(FSRCameraFocusSettings, bSmoothFocusChanges) == 0x000078, "Member 'FSRCameraFocusSettings::bSmoothFocusChanges' has a wrong offset!"); \ static_assert(offsetof(FSRCameraFocusSettings, FocusSmoothingInterpSpeed) == 0x0000A0, "Member 'FSRCameraFocusSettings::FocusSmoothingInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(FSRCameraFocusSettings, FocusOffset) == 0x0000C8, "Member 'FSRCameraFocusSettings::FocusOffset' has a wrong offset!"); \ static_assert(offsetof(FSRCameraFocusSettings, TrackingFocusSettings) == 0x0000F0, "Member 'FSRCameraFocusSettings::TrackingFocusSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigCameraParams \ static_assert(alignof(FSceneRigCameraParams) == 0x000008, "Wrong alignment on FSceneRigCameraParams"); \ static_assert(sizeof(FSceneRigCameraParams) == 0x000018, "Wrong size on FSceneRigCameraParams"); \ static_assert(offsetof(FSceneRigCameraParams, InitialCamera) == 0x000000, "Member 'FSceneRigCameraParams::InitialCamera' has a wrong offset!"); \ static_assert(offsetof(FSceneRigCameraParams, FinalCamera) == 0x000008, "Member 'FSceneRigCameraParams::FinalCamera' has a wrong offset!"); \ static_assert(offsetof(FSceneRigCameraParams, Camera) == 0x000010, "Member 'FSceneRigCameraParams::Camera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigCameraSectionTemplate \ static_assert(alignof(FSceneRigCameraSectionTemplate) == 0x000008, "Wrong alignment on FSceneRigCameraSectionTemplate"); \ static_assert(sizeof(FSceneRigCameraSectionTemplate) == 0x000048, "Wrong size on FSceneRigCameraSectionTemplate"); \ static_assert(offsetof(FSceneRigCameraSectionTemplate, Params) == 0x000020, "Member 'FSceneRigCameraSectionTemplate::Params' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigDialogTrackTemplateData \ static_assert(alignof(FSceneRigDialogTrackTemplateData) == 0x000008, "Wrong alignment on FSceneRigDialogTrackTemplateData"); \ static_assert(sizeof(FSceneRigDialogTrackTemplateData) == 0x000068, "Wrong size on FSceneRigDialogTrackTemplateData"); \ #define DUMPER7_ASSERTS_FSceneRigDialogTrackTemplate \ static_assert(alignof(FSceneRigDialogTrackTemplate) == 0x000008, "Wrong alignment on FSceneRigDialogTrackTemplate"); \ static_assert(sizeof(FSceneRigDialogTrackTemplate) == 0x000088, "Wrong size on FSceneRigDialogTrackTemplate"); \ static_assert(offsetof(FSceneRigDialogTrackTemplate, TemplateData) == 0x000020, "Member 'FSceneRigDialogTrackTemplate::TemplateData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneParameterChangeRequest \ static_assert(alignof(FSceneParameterChangeRequest) == 0x000010, "Wrong alignment on FSceneParameterChangeRequest"); \ static_assert(sizeof(FSceneParameterChangeRequest) == 0x000070, "Wrong size on FSceneParameterChangeRequest"); \ static_assert(offsetof(FSceneParameterChangeRequest, ParameterName) == 0x000000, "Member 'FSceneParameterChangeRequest::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FSceneParameterChangeRequest, ChangeType) == 0x000008, "Member 'FSceneParameterChangeRequest::ChangeType' has a wrong offset!"); \ static_assert(offsetof(FSceneParameterChangeRequest, String) == 0x000010, "Member 'FSceneParameterChangeRequest::String' has a wrong offset!"); \ static_assert(offsetof(FSceneParameterChangeRequest, Bool) == 0x000020, "Member 'FSceneParameterChangeRequest::Bool' has a wrong offset!"); \ static_assert(offsetof(FSceneParameterChangeRequest, float_0) == 0x000024, "Member 'FSceneParameterChangeRequest::float_0' has a wrong offset!"); \ static_assert(offsetof(FSceneParameterChangeRequest, Object) == 0x000028, "Member 'FSceneParameterChangeRequest::Object' has a wrong offset!"); \ static_assert(offsetof(FSceneParameterChangeRequest, int_0) == 0x000030, "Member 'FSceneParameterChangeRequest::int_0' has a wrong offset!"); \ static_assert(offsetof(FSceneParameterChangeRequest, Transform) == 0x000040, "Member 'FSceneParameterChangeRequest::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigObjectActionBase_ComponentName \ static_assert(alignof(FSceneRigObjectActionBase_ComponentName) == 0x000004, "Wrong alignment on FSceneRigObjectActionBase_ComponentName"); \ static_assert(sizeof(FSceneRigObjectActionBase_ComponentName) == 0x000008, "Wrong size on FSceneRigObjectActionBase_ComponentName"); \ static_assert(offsetof(FSceneRigObjectActionBase_ComponentName, Name) == 0x000000, "Member 'FSceneRigObjectActionBase_ComponentName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigPlayerReference \ static_assert(alignof(FSceneRigPlayerReference) == 0x000008, "Wrong alignment on FSceneRigPlayerReference"); \ static_assert(sizeof(FSceneRigPlayerReference) == 0x000010, "Wrong size on FSceneRigPlayerReference"); \ static_assert(offsetof(FSceneRigPlayerReference, Player) == 0x000000, "Member 'FSceneRigPlayerReference::Player' has a wrong offset!"); \ static_assert(offsetof(FSceneRigPlayerReference, WeakPlayer) == 0x000008, "Member 'FSceneRigPlayerReference::WeakPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigRegisteredActorReference \ static_assert(alignof(FSceneRigRegisteredActorReference) == 0x000004, "Wrong alignment on FSceneRigRegisteredActorReference"); \ static_assert(sizeof(FSceneRigRegisteredActorReference) == 0x000008, "Wrong size on FSceneRigRegisteredActorReference"); \ static_assert(offsetof(FSceneRigRegisteredActorReference, RegisteredName) == 0x000000, "Member 'FSceneRigRegisteredActorReference::RegisteredName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigScriptContainer \ static_assert(alignof(FSceneRigScriptContainer) == 0x000008, "Wrong alignment on FSceneRigScriptContainer"); \ static_assert(sizeof(FSceneRigScriptContainer) == 0x000008, "Wrong size on FSceneRigScriptContainer"); \ static_assert(offsetof(FSceneRigScriptContainer, ScriptObject) == 0x000000, "Member 'FSceneRigScriptContainer::ScriptObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigScriptChoice \ static_assert(alignof(FSceneRigScriptChoice) == 0x000008, "Wrong alignment on FSceneRigScriptChoice"); \ static_assert(sizeof(FSceneRigScriptChoice) == 0x000008, "Wrong size on FSceneRigScriptChoice"); \ static_assert(offsetof(FSceneRigScriptChoice, Script) == 0x000000, "Member 'FSceneRigScriptChoice::Script' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigScriptBranch \ static_assert(alignof(FSceneRigScriptBranch) == 0x000008, "Wrong alignment on FSceneRigScriptBranch"); \ static_assert(sizeof(FSceneRigScriptBranch) == 0x000010, "Wrong size on FSceneRigScriptBranch"); \ static_assert(offsetof(FSceneRigScriptBranch, Condition) == 0x000000, "Member 'FSceneRigScriptBranch::Condition' has a wrong offset!"); \ static_assert(offsetof(FSceneRigScriptBranch, Script) == 0x000008, "Member 'FSceneRigScriptBranch::Script' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubLevelOffset \ static_assert(alignof(FSubLevelOffset) == 0x000008, "Wrong alignment on FSubLevelOffset"); \ static_assert(sizeof(FSubLevelOffset) == 0x000028, "Wrong size on FSubLevelOffset"); \ static_assert(offsetof(FSubLevelOffset, Position) == 0x000008, "Member 'FSubLevelOffset::Position' has a wrong offset!"); \ static_assert(offsetof(FSubLevelOffset, Yaw) == 0x000014, "Member 'FSubLevelOffset::Yaw' has a wrong offset!"); \ static_assert(offsetof(FSubLevelOffset, HasCentroid) == 0x000018, "Member 'FSubLevelOffset::HasCentroid' has a wrong offset!"); \ static_assert(offsetof(FSubLevelOffset, LevelCentroid) == 0x00001C, "Member 'FSubLevelOffset::LevelCentroid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigStage_ParameterReference \ static_assert(alignof(FSceneRigStage_ParameterReference) == 0x000008, "Wrong alignment on FSceneRigStage_ParameterReference"); \ static_assert(sizeof(FSceneRigStage_ParameterReference) == 0x000010, "Wrong size on FSceneRigStage_ParameterReference"); \ static_assert(offsetof(FSceneRigStage_ParameterReference, ParameterType) == 0x000000, "Member 'FSceneRigStage_ParameterReference::ParameterType' has a wrong offset!"); \ static_assert(offsetof(FSceneRigStage_ParameterReference, ReferenceName) == 0x000008, "Member 'FSceneRigStage_ParameterReference::ReferenceName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigStage_ActorReference \ static_assert(alignof(FSceneRigStage_ActorReference) == 0x000008, "Wrong alignment on FSceneRigStage_ActorReference"); \ static_assert(sizeof(FSceneRigStage_ActorReference) == 0x000010, "Wrong size on FSceneRigStage_ActorReference"); \ #define DUMPER7_ASSERTS_FSceneRigStage_TransformReference \ static_assert(alignof(FSceneRigStage_TransformReference) == 0x000008, "Wrong alignment on FSceneRigStage_TransformReference"); \ static_assert(sizeof(FSceneRigStage_TransformReference) == 0x000010, "Wrong size on FSceneRigStage_TransformReference"); \ #define DUMPER7_ASSERTS_FSceneRigStageActorPlacement \ static_assert(alignof(FSceneRigStageActorPlacement) == 0x000008, "Wrong alignment on FSceneRigStageActorPlacement"); \ static_assert(sizeof(FSceneRigStageActorPlacement) == 0x000020, "Wrong size on FSceneRigStageActorPlacement"); \ static_assert(offsetof(FSceneRigStageActorPlacement, Actor) == 0x000000, "Member 'FSceneRigStageActorPlacement::Actor' has a wrong offset!"); \ static_assert(offsetof(FSceneRigStageActorPlacement, Placement) == 0x000010, "Member 'FSceneRigStageActorPlacement::Placement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigStage_ParameterDefinition \ static_assert(alignof(FSceneRigStage_ParameterDefinition) == 0x000008, "Wrong alignment on FSceneRigStage_ParameterDefinition"); \ static_assert(sizeof(FSceneRigStage_ParameterDefinition) == 0x000010, "Wrong size on FSceneRigStage_ParameterDefinition"); \ static_assert(offsetof(FSceneRigStage_ParameterDefinition, AlwaysUseDefault) == 0x000008, "Member 'FSceneRigStage_ParameterDefinition::AlwaysUseDefault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigStage_Actor \ static_assert(alignof(FSceneRigStage_Actor) == 0x000008, "Wrong alignment on FSceneRigStage_Actor"); \ static_assert(sizeof(FSceneRigStage_Actor) == 0x000018, "Wrong size on FSceneRigStage_Actor"); \ static_assert(offsetof(FSceneRigStage_Actor, DefaultProvider) == 0x000010, "Member 'FSceneRigStage_Actor::DefaultProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigStage_AnimationReference \ static_assert(alignof(FSceneRigStage_AnimationReference) == 0x000008, "Wrong alignment on FSceneRigStage_AnimationReference"); \ static_assert(sizeof(FSceneRigStage_AnimationReference) == 0x000010, "Wrong size on FSceneRigStage_AnimationReference"); \ #define DUMPER7_ASSERTS_FSceneRigStage_Animation \ static_assert(alignof(FSceneRigStage_Animation) == 0x000008, "Wrong alignment on FSceneRigStage_Animation"); \ static_assert(sizeof(FSceneRigStage_Animation) == 0x000018, "Wrong size on FSceneRigStage_Animation"); \ static_assert(offsetof(FSceneRigStage_Animation, DefaultProvider) == 0x000010, "Member 'FSceneRigStage_Animation::DefaultProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigStage_ObjectReference \ static_assert(alignof(FSceneRigStage_ObjectReference) == 0x000008, "Wrong alignment on FSceneRigStage_ObjectReference"); \ static_assert(sizeof(FSceneRigStage_ObjectReference) == 0x000010, "Wrong size on FSceneRigStage_ObjectReference"); \ #define DUMPER7_ASSERTS_FSceneRigStage_Object \ static_assert(alignof(FSceneRigStage_Object) == 0x000008, "Wrong alignment on FSceneRigStage_Object"); \ static_assert(sizeof(FSceneRigStage_Object) == 0x000018, "Wrong size on FSceneRigStage_Object"); \ static_assert(offsetof(FSceneRigStage_Object, DefaultProvider) == 0x000010, "Member 'FSceneRigStage_Object::DefaultProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigStage_Transform \ static_assert(alignof(FSceneRigStage_Transform) == 0x000008, "Wrong alignment on FSceneRigStage_Transform"); \ static_assert(sizeof(FSceneRigStage_Transform) == 0x000018, "Wrong size on FSceneRigStage_Transform"); \ static_assert(offsetof(FSceneRigStage_Transform, DefaultProvider) == 0x000010, "Member 'FSceneRigStage_Transform::DefaultProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigStage_StringReference \ static_assert(alignof(FSceneRigStage_StringReference) == 0x000008, "Wrong alignment on FSceneRigStage_StringReference"); \ static_assert(sizeof(FSceneRigStage_StringReference) == 0x000010, "Wrong size on FSceneRigStage_StringReference"); \ #define DUMPER7_ASSERTS_FSceneRigStage_String \ static_assert(alignof(FSceneRigStage_String) == 0x000008, "Wrong alignment on FSceneRigStage_String"); \ static_assert(sizeof(FSceneRigStage_String) == 0x000018, "Wrong size on FSceneRigStage_String"); \ static_assert(offsetof(FSceneRigStage_String, DefaultProvider) == 0x000010, "Member 'FSceneRigStage_String::DefaultProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigStage_NameReference \ static_assert(alignof(FSceneRigStage_NameReference) == 0x000008, "Wrong alignment on FSceneRigStage_NameReference"); \ static_assert(sizeof(FSceneRigStage_NameReference) == 0x000010, "Wrong size on FSceneRigStage_NameReference"); \ #define DUMPER7_ASSERTS_FSceneRigStage_Name \ static_assert(alignof(FSceneRigStage_Name) == 0x000008, "Wrong alignment on FSceneRigStage_Name"); \ static_assert(sizeof(FSceneRigStage_Name) == 0x000018, "Wrong size on FSceneRigStage_Name"); \ static_assert(offsetof(FSceneRigStage_Name, DefaultProvider) == 0x000010, "Member 'FSceneRigStage_Name::DefaultProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigStage_VectorReference \ static_assert(alignof(FSceneRigStage_VectorReference) == 0x000008, "Wrong alignment on FSceneRigStage_VectorReference"); \ static_assert(sizeof(FSceneRigStage_VectorReference) == 0x000010, "Wrong size on FSceneRigStage_VectorReference"); \ #define DUMPER7_ASSERTS_FSceneRigStage_Vector \ static_assert(alignof(FSceneRigStage_Vector) == 0x000008, "Wrong alignment on FSceneRigStage_Vector"); \ static_assert(sizeof(FSceneRigStage_Vector) == 0x000018, "Wrong size on FSceneRigStage_Vector"); \ static_assert(offsetof(FSceneRigStage_Vector, DefaultProvider) == 0x000010, "Member 'FSceneRigStage_Vector::DefaultProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigStage_FloatReference \ static_assert(alignof(FSceneRigStage_FloatReference) == 0x000008, "Wrong alignment on FSceneRigStage_FloatReference"); \ static_assert(sizeof(FSceneRigStage_FloatReference) == 0x000010, "Wrong size on FSceneRigStage_FloatReference"); \ #define DUMPER7_ASSERTS_FSceneRigStage_Float \ static_assert(alignof(FSceneRigStage_Float) == 0x000008, "Wrong alignment on FSceneRigStage_Float"); \ static_assert(sizeof(FSceneRigStage_Float) == 0x000018, "Wrong size on FSceneRigStage_Float"); \ static_assert(offsetof(FSceneRigStage_Float, DefaultProvider) == 0x000010, "Member 'FSceneRigStage_Float::DefaultProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigStage_IntReference \ static_assert(alignof(FSceneRigStage_IntReference) == 0x000008, "Wrong alignment on FSceneRigStage_IntReference"); \ static_assert(sizeof(FSceneRigStage_IntReference) == 0x000010, "Wrong size on FSceneRigStage_IntReference"); \ #define DUMPER7_ASSERTS_FSceneRigStage_Int \ static_assert(alignof(FSceneRigStage_Int) == 0x000008, "Wrong alignment on FSceneRigStage_Int"); \ static_assert(sizeof(FSceneRigStage_Int) == 0x000018, "Wrong size on FSceneRigStage_Int"); \ static_assert(offsetof(FSceneRigStage_Int, DefaultProvider) == 0x000010, "Member 'FSceneRigStage_Int::DefaultProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigStage_BoolReference \ static_assert(alignof(FSceneRigStage_BoolReference) == 0x000008, "Wrong alignment on FSceneRigStage_BoolReference"); \ static_assert(sizeof(FSceneRigStage_BoolReference) == 0x000010, "Wrong size on FSceneRigStage_BoolReference"); \ #define DUMPER7_ASSERTS_FSceneRigStage_Bool \ static_assert(alignof(FSceneRigStage_Bool) == 0x000008, "Wrong alignment on FSceneRigStage_Bool"); \ static_assert(sizeof(FSceneRigStage_Bool) == 0x000018, "Wrong size on FSceneRigStage_Bool"); \ static_assert(offsetof(FSceneRigStage_Bool, DefaultProvider) == 0x000010, "Member 'FSceneRigStage_Bool::DefaultProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigStageRole \ static_assert(alignof(FSceneRigStageRole) == 0x000004, "Wrong alignment on FSceneRigStageRole"); \ static_assert(sizeof(FSceneRigStageRole) == 0x000008, "Wrong size on FSceneRigStageRole"); \ static_assert(offsetof(FSceneRigStageRole, RoleType) == 0x000000, "Member 'FSceneRigStageRole::RoleType' has a wrong offset!"); \ static_assert(offsetof(FSceneRigStageRole, RoleIndex) == 0x000004, "Member 'FSceneRigStageRole::RoleIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigStageCast \ static_assert(alignof(FSceneRigStageCast) == 0x000008, "Wrong alignment on FSceneRigStageCast"); \ static_assert(sizeof(FSceneRigStageCast) == 0x000010, "Wrong size on FSceneRigStageCast"); \ static_assert(offsetof(FSceneRigStageCast, CastMembers) == 0x000000, "Member 'FSceneRigStageCast::CastMembers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigVariant \ static_assert(alignof(FSceneRigVariant) == 0x000008, "Wrong alignment on FSceneRigVariant"); \ static_assert(sizeof(FSceneRigVariant) == 0x000030, "Wrong size on FSceneRigVariant"); \ static_assert(offsetof(FSceneRigVariant, Conditions) == 0x000000, "Member 'FSceneRigVariant::Conditions' has a wrong offset!"); \ static_assert(offsetof(FSceneRigVariant, AvoidTwiceInARow) == 0x000010, "Member 'FSceneRigVariant::AvoidTwiceInARow' has a wrong offset!"); \ static_assert(offsetof(FSceneRigVariant, MinRepeatLimitCount) == 0x000014, "Member 'FSceneRigVariant::MinRepeatLimitCount' has a wrong offset!"); \ static_assert(offsetof(FSceneRigVariant, MaxRepeatLimitCount) == 0x000018, "Member 'FSceneRigVariant::MaxRepeatLimitCount' has a wrong offset!"); \ static_assert(offsetof(FSceneRigVariant, MinRepeatDelayLimitSeconds) == 0x00001C, "Member 'FSceneRigVariant::MinRepeatDelayLimitSeconds' has a wrong offset!"); \ static_assert(offsetof(FSceneRigVariant, MaxRepeatDelayLimitSeconds) == 0x000020, "Member 'FSceneRigVariant::MaxRepeatDelayLimitSeconds' has a wrong offset!"); \ static_assert(offsetof(FSceneRigVariant, RelativeWeight) == 0x000024, "Member 'FSceneRigVariant::RelativeWeight' has a wrong offset!"); \ static_assert(offsetof(FSceneRigVariant, SceneRig) == 0x000028, "Member 'FSceneRigVariant::SceneRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStagePreviewDriverContext \ static_assert(alignof(FStagePreviewDriverContext) == 0x000008, "Wrong alignment on FStagePreviewDriverContext"); \ static_assert(sizeof(FStagePreviewDriverContext) == 0x000008, "Wrong size on FStagePreviewDriverContext"); \ static_assert(offsetof(FStagePreviewDriverContext, StageParameters) == 0x000000, "Member 'FStagePreviewDriverContext::StageParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTemplateSceneRigRow \ static_assert(alignof(FTemplateSceneRigRow) == 0x000008, "Wrong alignment on FTemplateSceneRigRow"); \ static_assert(sizeof(FTemplateSceneRigRow) == 0x000018, "Wrong size on FTemplateSceneRigRow"); \ static_assert(offsetof(FTemplateSceneRigRow, SceneRigClass) == 0x000008, "Member 'FTemplateSceneRigRow::SceneRigClass' has a wrong offset!"); \ static_assert(offsetof(FTemplateSceneRigRow, TemplateSceneRig) == 0x000010, "Member 'FTemplateSceneRigRow::TemplateSceneRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransform_SceneRigActor_PreviewReference \ static_assert(alignof(FTransform_SceneRigActor_PreviewReference) == 0x000008, "Wrong alignment on FTransform_SceneRigActor_PreviewReference"); \ static_assert(sizeof(FTransform_SceneRigActor_PreviewReference) == 0x000020, "Wrong size on FTransform_SceneRigActor_PreviewReference"); \ static_assert(offsetof(FTransform_SceneRigActor_PreviewReference, Reference) == 0x000000, "Member 'FTransform_SceneRigActor_PreviewReference::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_AmbientProxyActor \ static_assert(alignof(UActor_AmbientProxyActor) == 0x000008, "Wrong alignment on UActor_AmbientProxyActor"); \ static_assert(sizeof(UActor_AmbientProxyActor) == 0x000068, "Wrong size on UActor_AmbientProxyActor"); \ static_assert(offsetof(UActor_AmbientProxyActor, AmbientProxy) == 0x000040, "Member 'UActor_AmbientProxyActor::AmbientProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_GameplayCamera \ static_assert(alignof(UActor_GameplayCamera) == 0x000008, "Wrong alignment on UActor_GameplayCamera"); \ static_assert(sizeof(UActor_GameplayCamera) == 0x000038, "Wrong size on UActor_GameplayCamera"); \ #define DUMPER7_ASSERTS_USceneRigActionBase \ static_assert(alignof(USceneRigActionBase) == 0x000008, "Wrong alignment on USceneRigActionBase"); \ static_assert(sizeof(USceneRigActionBase) == 0x000088, "Wrong size on USceneRigActionBase"); \ #define DUMPER7_ASSERTS_UActor_Registered \ static_assert(alignof(UActor_Registered) == 0x000008, "Wrong alignment on UActor_Registered"); \ static_assert(sizeof(UActor_Registered) == 0x000050, "Wrong size on UActor_Registered"); \ static_assert(offsetof(UActor_Registered, ActorReference) == 0x000040, "Member 'UActor_Registered::ActorReference' has a wrong offset!"); \ static_assert(offsetof(UActor_Registered, RequireRegistration) == 0x000048, "Member 'UActor_Registered::RequireRegistration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_SceneRigActor \ static_assert(alignof(UActor_SceneRigActor) == 0x000008, "Wrong alignment on UActor_SceneRigActor"); \ static_assert(sizeof(UActor_SceneRigActor) == 0x000038, "Wrong size on UActor_SceneRigActor"); \ #define DUMPER7_ASSERTS_UActor_SceneRigActorMember \ static_assert(alignof(UActor_SceneRigActorMember) == 0x000008, "Wrong alignment on UActor_SceneRigActorMember"); \ static_assert(sizeof(UActor_SceneRigActorMember) == 0x000048, "Wrong size on UActor_SceneRigActorMember"); \ static_assert(offsetof(UActor_SceneRigActorMember, ActorClass) == 0x000038, "Member 'UActor_SceneRigActorMember::ActorClass' has a wrong offset!"); \ static_assert(offsetof(UActor_SceneRigActorMember, Member) == 0x000040, "Member 'UActor_SceneRigActorMember::Member' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_SceneRigCamera \ static_assert(alignof(UActor_SceneRigCamera) == 0x000008, "Wrong alignment on UActor_SceneRigCamera"); \ static_assert(sizeof(UActor_SceneRigCamera) == 0x000098, "Wrong size on UActor_SceneRigCamera"); \ static_assert(offsetof(UActor_SceneRigCamera, Tags) == 0x000038, "Member 'UActor_SceneRigCamera::Tags' has a wrong offset!"); \ static_assert(offsetof(UActor_SceneRigCamera, FallbackTags) == 0x000058, "Member 'UActor_SceneRigCamera::FallbackTags' has a wrong offset!"); \ static_assert(offsetof(UActor_SceneRigCamera, TagProviders) == 0x000068, "Member 'UActor_SceneRigCamera::TagProviders' has a wrong offset!"); \ static_assert(offsetof(UActor_SceneRigCamera, EnabledRegisteredCameraNames) == 0x000078, "Member 'UActor_SceneRigCamera::EnabledRegisteredCameraNames' has a wrong offset!"); \ static_assert(offsetof(UActor_SceneRigCamera, DisabledRegisteredCameraNames) == 0x000088, "Member 'UActor_SceneRigCamera::DisabledRegisteredCameraNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_SceneRigParameter \ static_assert(alignof(UActor_SceneRigParameter) == 0x000008, "Wrong alignment on UActor_SceneRigParameter"); \ static_assert(sizeof(UActor_SceneRigParameter) == 0x000040, "Wrong size on UActor_SceneRigParameter"); \ static_assert(offsetof(UActor_SceneRigParameter, BoundParameter) == 0x000038, "Member 'UActor_SceneRigParameter::BoundParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_SceneRigParentProxyActor \ static_assert(alignof(UActor_SceneRigParentProxyActor) == 0x000008, "Wrong alignment on UActor_SceneRigParentProxyActor"); \ static_assert(sizeof(UActor_SceneRigParentProxyActor) == 0x000038, "Wrong size on UActor_SceneRigParentProxyActor"); \ #define DUMPER7_ASSERTS_UActor_SceneRigProxyActor \ static_assert(alignof(UActor_SceneRigProxyActor) == 0x000008, "Wrong alignment on UActor_SceneRigProxyActor"); \ static_assert(sizeof(UActor_SceneRigProxyActor) == 0x000040, "Wrong size on UActor_SceneRigProxyActor"); \ static_assert(offsetof(UActor_SceneRigProxyActor, ProxyActor) == 0x000038, "Member 'UActor_SceneRigProxyActor::ProxyActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_SceneRigStageParameter \ static_assert(alignof(UActor_SceneRigStageParameter) == 0x000008, "Wrong alignment on UActor_SceneRigStageParameter"); \ static_assert(sizeof(UActor_SceneRigStageParameter) == 0x000050, "Wrong size on UActor_SceneRigStageParameter"); \ static_assert(offsetof(UActor_SceneRigStageParameter, Reference) == 0x000040, "Member 'UActor_SceneRigStageParameter::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_StageRoot \ static_assert(alignof(UActor_StageRoot) == 0x000008, "Wrong alignment on UActor_StageRoot"); \ static_assert(sizeof(UActor_StageRoot) == 0x000038, "Wrong size on UActor_StageRoot"); \ #define DUMPER7_ASSERTS_UActor_WorldReference \ static_assert(alignof(UActor_WorldReference) == 0x000008, "Wrong alignment on UActor_WorldReference"); \ static_assert(sizeof(UActor_WorldReference) == 0x000058, "Wrong size on UActor_WorldReference"); \ static_assert(offsetof(UActor_WorldReference, ActorReference) == 0x000038, "Member 'UActor_WorldReference::ActorReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimation_FromPoseGroup \ static_assert(alignof(UAnimation_FromPoseGroup) == 0x000008, "Wrong alignment on UAnimation_FromPoseGroup"); \ static_assert(sizeof(UAnimation_FromPoseGroup) == 0x000070, "Wrong size on UAnimation_FromPoseGroup"); \ static_assert(offsetof(UAnimation_FromPoseGroup, TransitionFromPreviousPose) == 0x000030, "Member 'UAnimation_FromPoseGroup::TransitionFromPreviousPose' has a wrong offset!"); \ static_assert(offsetof(UAnimation_FromPoseGroup, TransitionFromPoseGroupOverride) == 0x000038, "Member 'UAnimation_FromPoseGroup::TransitionFromPoseGroupOverride' has a wrong offset!"); \ static_assert(offsetof(UAnimation_FromPoseGroup, Tags) == 0x000040, "Member 'UAnimation_FromPoseGroup::Tags' has a wrong offset!"); \ static_assert(offsetof(UAnimation_FromPoseGroup, TagProviders) == 0x000060, "Member 'UAnimation_FromPoseGroup::TagProviders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationAsset_SceneRigParameter \ static_assert(alignof(UAnimationAsset_SceneRigParameter) == 0x000008, "Wrong alignment on UAnimationAsset_SceneRigParameter"); \ static_assert(sizeof(UAnimationAsset_SceneRigParameter) == 0x000030, "Wrong size on UAnimationAsset_SceneRigParameter"); \ static_assert(offsetof(UAnimationAsset_SceneRigParameter, BoundParameter) == 0x000028, "Member 'UAnimationAsset_SceneRigParameter::BoundParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimation_SceneRigStageParameter \ static_assert(alignof(UAnimation_SceneRigStageParameter) == 0x000008, "Wrong alignment on UAnimation_SceneRigStageParameter"); \ static_assert(sizeof(UAnimation_SceneRigStageParameter) == 0x000038, "Wrong size on UAnimation_SceneRigStageParameter"); \ static_assert(offsetof(UAnimation_SceneRigStageParameter, Reference) == 0x000028, "Member 'UAnimation_SceneRigStageParameter::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigBlueprintLibrary_AssignBoolParameter \ static_assert(alignof(SceneRigBlueprintLibrary_AssignBoolParameter) == 0x000008, "Wrong alignment on SceneRigBlueprintLibrary_AssignBoolParameter"); \ static_assert(sizeof(SceneRigBlueprintLibrary_AssignBoolParameter) == 0x0000A0, "Wrong size on SceneRigBlueprintLibrary_AssignBoolParameter"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignBoolParameter, InParameter) == 0x000000, "Member 'SceneRigBlueprintLibrary_AssignBoolParameter::InParameter' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignBoolParameter, ParameterName) == 0x000088, "Member 'SceneRigBlueprintLibrary_AssignBoolParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignBoolParameter, InValue) == 0x000098, "Member 'SceneRigBlueprintLibrary_AssignBoolParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigBlueprintLibrary_AssignFloatParameter \ static_assert(alignof(SceneRigBlueprintLibrary_AssignFloatParameter) == 0x000008, "Wrong alignment on SceneRigBlueprintLibrary_AssignFloatParameter"); \ static_assert(sizeof(SceneRigBlueprintLibrary_AssignFloatParameter) == 0x0000A0, "Wrong size on SceneRigBlueprintLibrary_AssignFloatParameter"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignFloatParameter, InParameter) == 0x000000, "Member 'SceneRigBlueprintLibrary_AssignFloatParameter::InParameter' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignFloatParameter, ParameterName) == 0x000088, "Member 'SceneRigBlueprintLibrary_AssignFloatParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignFloatParameter, InValue) == 0x000098, "Member 'SceneRigBlueprintLibrary_AssignFloatParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigBlueprintLibrary_AssignIntParameter \ static_assert(alignof(SceneRigBlueprintLibrary_AssignIntParameter) == 0x000008, "Wrong alignment on SceneRigBlueprintLibrary_AssignIntParameter"); \ static_assert(sizeof(SceneRigBlueprintLibrary_AssignIntParameter) == 0x0000A0, "Wrong size on SceneRigBlueprintLibrary_AssignIntParameter"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignIntParameter, InParameter) == 0x000000, "Member 'SceneRigBlueprintLibrary_AssignIntParameter::InParameter' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignIntParameter, ParameterName) == 0x000088, "Member 'SceneRigBlueprintLibrary_AssignIntParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignIntParameter, InValue) == 0x000098, "Member 'SceneRigBlueprintLibrary_AssignIntParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigBlueprintLibrary_AssignObjectParameter \ static_assert(alignof(SceneRigBlueprintLibrary_AssignObjectParameter) == 0x000008, "Wrong alignment on SceneRigBlueprintLibrary_AssignObjectParameter"); \ static_assert(sizeof(SceneRigBlueprintLibrary_AssignObjectParameter) == 0x0000A0, "Wrong size on SceneRigBlueprintLibrary_AssignObjectParameter"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignObjectParameter, InParameter) == 0x000000, "Member 'SceneRigBlueprintLibrary_AssignObjectParameter::InParameter' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignObjectParameter, ParameterName) == 0x000088, "Member 'SceneRigBlueprintLibrary_AssignObjectParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignObjectParameter, InValue) == 0x000098, "Member 'SceneRigBlueprintLibrary_AssignObjectParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigBlueprintLibrary_AssignStringParameter \ static_assert(alignof(SceneRigBlueprintLibrary_AssignStringParameter) == 0x000008, "Wrong alignment on SceneRigBlueprintLibrary_AssignStringParameter"); \ static_assert(sizeof(SceneRigBlueprintLibrary_AssignStringParameter) == 0x0000A8, "Wrong size on SceneRigBlueprintLibrary_AssignStringParameter"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignStringParameter, InParameter) == 0x000000, "Member 'SceneRigBlueprintLibrary_AssignStringParameter::InParameter' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignStringParameter, ParameterName) == 0x000088, "Member 'SceneRigBlueprintLibrary_AssignStringParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignStringParameter, InValue) == 0x000098, "Member 'SceneRigBlueprintLibrary_AssignStringParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigBlueprintLibrary_AssignTransformParameter \ static_assert(alignof(SceneRigBlueprintLibrary_AssignTransformParameter) == 0x000010, "Wrong alignment on SceneRigBlueprintLibrary_AssignTransformParameter"); \ static_assert(sizeof(SceneRigBlueprintLibrary_AssignTransformParameter) == 0x0000D0, "Wrong size on SceneRigBlueprintLibrary_AssignTransformParameter"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignTransformParameter, InParameter) == 0x000000, "Member 'SceneRigBlueprintLibrary_AssignTransformParameter::InParameter' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignTransformParameter, ParameterName) == 0x000088, "Member 'SceneRigBlueprintLibrary_AssignTransformParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_AssignTransformParameter, InValue) == 0x0000A0, "Member 'SceneRigBlueprintLibrary_AssignTransformParameter::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigBlueprintLibrary_PlayCinematic \ static_assert(alignof(SceneRigBlueprintLibrary_PlayCinematic) == 0x000008, "Wrong alignment on SceneRigBlueprintLibrary_PlayCinematic"); \ static_assert(sizeof(SceneRigBlueprintLibrary_PlayCinematic) == 0x000048, "Wrong size on SceneRigBlueprintLibrary_PlayCinematic"); \ static_assert(offsetof(SceneRigBlueprintLibrary_PlayCinematic, InWorldContextObject) == 0x000000, "Member 'SceneRigBlueprintLibrary_PlayCinematic::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_PlayCinematic, InSceneRig) == 0x000008, "Member 'SceneRigBlueprintLibrary_PlayCinematic::InSceneRig' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_PlayCinematic, InLevelNameToReturnToWhenFinished) == 0x000030, "Member 'SceneRigBlueprintLibrary_PlayCinematic::InLevelNameToReturnToWhenFinished' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_PlayCinematic, DefaultLevelName) == 0x000038, "Member 'SceneRigBlueprintLibrary_PlayCinematic::DefaultLevelName' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_PlayCinematic, ReturnValue) == 0x000040, "Member 'SceneRigBlueprintLibrary_PlayCinematic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigBlueprintLibrary_PlayCinematicFromPath \ static_assert(alignof(SceneRigBlueprintLibrary_PlayCinematicFromPath) == 0x000008, "Wrong alignment on SceneRigBlueprintLibrary_PlayCinematicFromPath"); \ static_assert(sizeof(SceneRigBlueprintLibrary_PlayCinematicFromPath) == 0x000030, "Wrong size on SceneRigBlueprintLibrary_PlayCinematicFromPath"); \ static_assert(offsetof(SceneRigBlueprintLibrary_PlayCinematicFromPath, WorldContextObject) == 0x000000, "Member 'SceneRigBlueprintLibrary_PlayCinematicFromPath::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_PlayCinematicFromPath, InSceneRigPath) == 0x000008, "Member 'SceneRigBlueprintLibrary_PlayCinematicFromPath::InSceneRigPath' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_PlayCinematicFromPath, LevelNameToReturnToWhenFinished) == 0x000018, "Member 'SceneRigBlueprintLibrary_PlayCinematicFromPath::LevelNameToReturnToWhenFinished' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_PlayCinematicFromPath, DefaultLevelName) == 0x000020, "Member 'SceneRigBlueprintLibrary_PlayCinematicFromPath::DefaultLevelName' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_PlayCinematicFromPath, ReturnValue) == 0x000028, "Member 'SceneRigBlueprintLibrary_PlayCinematicFromPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigBlueprintLibrary_RebindSequencePossessableReferences \ static_assert(alignof(SceneRigBlueprintLibrary_RebindSequencePossessableReferences) == 0x000008, "Wrong alignment on SceneRigBlueprintLibrary_RebindSequencePossessableReferences"); \ static_assert(sizeof(SceneRigBlueprintLibrary_RebindSequencePossessableReferences) == 0x000010, "Wrong size on SceneRigBlueprintLibrary_RebindSequencePossessableReferences"); \ static_assert(offsetof(SceneRigBlueprintLibrary_RebindSequencePossessableReferences, WorldContextObject) == 0x000000, "Member 'SceneRigBlueprintLibrary_RebindSequencePossessableReferences::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_RebindSequencePossessableReferences, Sequence) == 0x000008, "Member 'SceneRigBlueprintLibrary_RebindSequencePossessableReferences::Sequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigBlueprintLibrary_SetStageParameters \ static_assert(alignof(SceneRigBlueprintLibrary_SetStageParameters) == 0x000008, "Wrong alignment on SceneRigBlueprintLibrary_SetStageParameters"); \ static_assert(sizeof(SceneRigBlueprintLibrary_SetStageParameters) == 0x000090, "Wrong size on SceneRigBlueprintLibrary_SetStageParameters"); \ static_assert(offsetof(SceneRigBlueprintLibrary_SetStageParameters, InParameter) == 0x000000, "Member 'SceneRigBlueprintLibrary_SetStageParameters::InParameter' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_SetStageParameters, StageParameterBlock) == 0x000088, "Member 'SceneRigBlueprintLibrary_SetStageParameters::StageParameterBlock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigBlueprintLibrary_SetWorldContext \ static_assert(alignof(SceneRigBlueprintLibrary_SetWorldContext) == 0x000008, "Wrong alignment on SceneRigBlueprintLibrary_SetWorldContext"); \ static_assert(sizeof(SceneRigBlueprintLibrary_SetWorldContext) == 0x000090, "Wrong size on SceneRigBlueprintLibrary_SetWorldContext"); \ static_assert(offsetof(SceneRigBlueprintLibrary_SetWorldContext, InParameter) == 0x000000, "Member 'SceneRigBlueprintLibrary_SetWorldContext::InParameter' has a wrong offset!"); \ static_assert(offsetof(SceneRigBlueprintLibrary_SetWorldContext, WorldContext) == 0x000088, "Member 'SceneRigBlueprintLibrary_SetWorldContext::WorldContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigBlueprintLibrary \ static_assert(alignof(USceneRigBlueprintLibrary) == 0x000008, "Wrong alignment on USceneRigBlueprintLibrary"); \ static_assert(sizeof(USceneRigBlueprintLibrary) == 0x000028, "Wrong size on USceneRigBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UAnimation_ScratchAnimation \ static_assert(alignof(UAnimation_ScratchAnimation) == 0x000008, "Wrong alignment on UAnimation_ScratchAnimation"); \ static_assert(sizeof(UAnimation_ScratchAnimation) == 0x000030, "Wrong size on UAnimation_ScratchAnimation"); \ static_assert(offsetof(UAnimation_ScratchAnimation, SelectedTake) == 0x000028, "Member 'UAnimation_ScratchAnimation::SelectedTake' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationClip_FromSceneRigAction \ static_assert(alignof(UAnimationClip_FromSceneRigAction) == 0x000008, "Wrong alignment on UAnimationClip_FromSceneRigAction"); \ static_assert(sizeof(UAnimationClip_FromSceneRigAction) == 0x000030, "Wrong size on UAnimationClip_FromSceneRigAction"); \ static_assert(offsetof(UAnimationClip_FromSceneRigAction, Actor) == 0x000028, "Member 'UAnimationClip_FromSceneRigAction::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationProvider_Gender \ static_assert(alignof(UAnimationProvider_Gender) == 0x000008, "Wrong alignment on UAnimationProvider_Gender"); \ static_assert(sizeof(UAnimationProvider_Gender) == 0x000038, "Wrong size on UAnimationProvider_Gender"); \ static_assert(offsetof(UAnimationProvider_Gender, MaleAnimation) == 0x000028, "Member 'UAnimationProvider_Gender::MaleAnimation' has a wrong offset!"); \ static_assert(offsetof(UAnimationProvider_Gender, FemaleAnimation) == 0x000030, "Member 'UAnimationProvider_Gender::FemaleAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationTransform_SceneRigParameter \ static_assert(alignof(UAnimationTransform_SceneRigParameter) == 0x000008, "Wrong alignment on UAnimationTransform_SceneRigParameter"); \ static_assert(sizeof(UAnimationTransform_SceneRigParameter) == 0x000040, "Wrong size on UAnimationTransform_SceneRigParameter"); \ static_assert(offsetof(UAnimationTransform_SceneRigParameter, BoundParameter) == 0x000038, "Member 'UAnimationTransform_SceneRigParameter::BoundParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigCameraManager_GetActiveSceneRigCamera \ static_assert(alignof(SceneRigCameraManager_GetActiveSceneRigCamera) == 0x000008, "Wrong alignment on SceneRigCameraManager_GetActiveSceneRigCamera"); \ static_assert(sizeof(SceneRigCameraManager_GetActiveSceneRigCamera) == 0x000010, "Wrong size on SceneRigCameraManager_GetActiveSceneRigCamera"); \ static_assert(offsetof(SceneRigCameraManager_GetActiveSceneRigCamera, WorldContextObject) == 0x000000, "Member 'SceneRigCameraManager_GetActiveSceneRigCamera::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SceneRigCameraManager_GetActiveSceneRigCamera, ReturnValue) == 0x000008, "Member 'SceneRigCameraManager_GetActiveSceneRigCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASceneRigCameraManager \ static_assert(alignof(ASceneRigCameraManager) == 0x000008, "Wrong alignment on ASceneRigCameraManager"); \ static_assert(sizeof(ASceneRigCameraManager) == 0x0004B8, "Wrong size on ASceneRigCameraManager"); \ #define DUMPER7_ASSERTS_UBlendSpaceInput_SceneRigStageParameter \ static_assert(alignof(UBlendSpaceInput_SceneRigStageParameter) == 0x000008, "Wrong alignment on UBlendSpaceInput_SceneRigStageParameter"); \ static_assert(sizeof(UBlendSpaceInput_SceneRigStageParameter) == 0x000038, "Wrong size on UBlendSpaceInput_SceneRigStageParameter"); \ static_assert(offsetof(UBlendSpaceInput_SceneRigStageParameter, Reference) == 0x000028, "Member 'UBlendSpaceInput_SceneRigStageParameter::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBool_Curve \ static_assert(alignof(UBool_Curve) == 0x000008, "Wrong alignment on UBool_Curve"); \ static_assert(sizeof(UBool_Curve) == 0x0000B0, "Wrong size on UBool_Curve"); \ static_assert(offsetof(UBool_Curve, Curve) == 0x000028, "Member 'UBool_Curve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBool_InSceneRigEditor \ static_assert(alignof(UBool_InSceneRigEditor) == 0x000008, "Wrong alignment on UBool_InSceneRigEditor"); \ static_assert(sizeof(UBool_InSceneRigEditor) == 0x000028, "Wrong size on UBool_InSceneRigEditor"); \ #define DUMPER7_ASSERTS_UBool_IsFemaleCharacter \ static_assert(alignof(UBool_IsFemaleCharacter) == 0x000008, "Wrong alignment on UBool_IsFemaleCharacter"); \ static_assert(sizeof(UBool_IsFemaleCharacter) == 0x000030, "Wrong size on UBool_IsFemaleCharacter"); \ static_assert(offsetof(UBool_IsFemaleCharacter, Actor) == 0x000028, "Member 'UBool_IsFemaleCharacter::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigProxyActor \ static_assert(alignof(USceneRigProxyActor) == 0x000008, "Wrong alignment on USceneRigProxyActor"); \ static_assert(sizeof(USceneRigProxyActor) == 0x000080, "Wrong size on USceneRigProxyActor"); \ static_assert(offsetof(USceneRigProxyActor, Role) == 0x000050, "Member 'USceneRigProxyActor::Role' has a wrong offset!"); \ static_assert(offsetof(USceneRigProxyActor, Actor) == 0x000058, "Member 'USceneRigProxyActor::Actor' has a wrong offset!"); \ static_assert(offsetof(USceneRigProxyActor, bInterestPoint) == 0x000060, "Member 'USceneRigProxyActor::bInterestPoint' has a wrong offset!"); \ static_assert(offsetof(USceneRigProxyActor, ShouldHoldDuringInitialization) == 0x000061, "Member 'USceneRigProxyActor::ShouldHoldDuringInitialization' has a wrong offset!"); \ static_assert(offsetof(USceneRigProxyActor, ChildElements) == 0x000068, "Member 'USceneRigProxyActor::ChildElements' has a wrong offset!"); \ static_assert(offsetof(USceneRigProxyActor, HideOnPlatforms) == 0x000078, "Member 'USceneRigProxyActor::HideOnPlatforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigCameraProxyActor \ static_assert(alignof(USceneRigCameraProxyActor) == 0x000008, "Wrong alignment on USceneRigCameraProxyActor"); \ static_assert(sizeof(USceneRigCameraProxyActor) == 0x0000B8, "Wrong size on USceneRigCameraProxyActor"); \ static_assert(offsetof(USceneRigCameraProxyActor, RegisteredCameraName) == 0x000080, "Member 'USceneRigCameraProxyActor::RegisteredCameraName' has a wrong offset!"); \ static_assert(offsetof(USceneRigCameraProxyActor, RegisterCamera) == 0x000088, "Member 'USceneRigCameraProxyActor::RegisterCamera' has a wrong offset!"); \ static_assert(offsetof(USceneRigCameraProxyActor, CheckObstructions) == 0x000089, "Member 'USceneRigCameraProxyActor::CheckObstructions' has a wrong offset!"); \ static_assert(offsetof(USceneRigCameraProxyActor, CheckTransitions) == 0x00008A, "Member 'USceneRigCameraProxyActor::CheckTransitions' has a wrong offset!"); \ static_assert(offsetof(USceneRigCameraProxyActor, RegisteredTags) == 0x000090, "Member 'USceneRigCameraProxyActor::RegisteredTags' has a wrong offset!"); \ static_assert(offsetof(USceneRigCameraProxyActor, ValidCameraType) == 0x0000B0, "Member 'USceneRigCameraProxyActor::ValidCameraType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBool_IsMaleCharacter \ static_assert(alignof(UBool_IsMaleCharacter) == 0x000008, "Wrong alignment on UBool_IsMaleCharacter"); \ static_assert(sizeof(UBool_IsMaleCharacter) == 0x000030, "Wrong size on UBool_IsMaleCharacter"); \ static_assert(offsetof(UBool_IsMaleCharacter, Actor) == 0x000028, "Member 'UBool_IsMaleCharacter::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBool_SceneRigParameter \ static_assert(alignof(UBool_SceneRigParameter) == 0x000008, "Wrong alignment on UBool_SceneRigParameter"); \ static_assert(sizeof(UBool_SceneRigParameter) == 0x000030, "Wrong size on UBool_SceneRigParameter"); \ static_assert(offsetof(UBool_SceneRigParameter, BoundParameter) == 0x000028, "Member 'UBool_SceneRigParameter::BoundParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBool_SceneRigStageParameter \ static_assert(alignof(UBool_SceneRigStageParameter) == 0x000008, "Wrong alignment on UBool_SceneRigStageParameter"); \ static_assert(sizeof(UBool_SceneRigStageParameter) == 0x000038, "Wrong size on UBool_SceneRigStageParameter"); \ static_assert(offsetof(UBool_SceneRigStageParameter, Reference) == 0x000028, "Member 'UBool_SceneRigStageParameter::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorCore_SceneRig \ static_assert(alignof(UCameraStackBehaviorCore_SceneRig) == 0x000008, "Wrong alignment on UCameraStackBehaviorCore_SceneRig"); \ static_assert(sizeof(UCameraStackBehaviorCore_SceneRig) == 0x000128, "Wrong size on UCameraStackBehaviorCore_SceneRig"); \ static_assert(offsetof(UCameraStackBehaviorCore_SceneRig, bCounteractAccumulatedRotation) == 0x000050, "Member 'UCameraStackBehaviorCore_SceneRig::bCounteractAccumulatedRotation' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCore_SceneRig, bMaintainArmOrigin) == 0x000051, "Member 'UCameraStackBehaviorCore_SceneRig::bMaintainArmOrigin' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorCore_SceneRig, bAlignArmWithAccumulatedRotation) == 0x000052, "Member 'UCameraStackBehaviorCore_SceneRig::bAlignArmWithAccumulatedRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackSceneRigParameterTargetGetter \ static_assert(alignof(UCameraStackSceneRigParameterTargetGetter) == 0x000010, "Wrong alignment on UCameraStackSceneRigParameterTargetGetter"); \ static_assert(sizeof(UCameraStackSceneRigParameterTargetGetter) == 0x0000D0, "Wrong size on UCameraStackSceneRigParameterTargetGetter"); \ static_assert(offsetof(UCameraStackSceneRigParameterTargetGetter, ParameterName) == 0x0000A8, "Member 'UCameraStackSceneRigParameterTargetGetter::ParameterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UColor_Curve \ static_assert(alignof(UColor_Curve) == 0x000008, "Wrong alignment on UColor_Curve"); \ static_assert(sizeof(UColor_Curve) == 0x000230, "Wrong size on UColor_Curve"); \ static_assert(offsetof(UColor_Curve, Curve) == 0x000028, "Member 'UColor_Curve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IConversationAnimationManager \ static_assert(alignof(IConversationAnimationManager) == 0x000001, "Wrong alignment on IConversationAnimationManager"); \ static_assert(sizeof(IConversationAnimationManager) == 0x000001, "Wrong size on IConversationAnimationManager"); \ #define DUMPER7_ASSERTS_IConversationAssetTracker \ static_assert(alignof(IConversationAssetTracker) == 0x000001, "Wrong alignment on IConversationAssetTracker"); \ static_assert(sizeof(IConversationAssetTracker) == 0x000001, "Wrong size on IConversationAssetTracker"); \ #define DUMPER7_ASSERTS_IConversationCameraManager \ static_assert(alignof(IConversationCameraManager) == 0x000001, "Wrong alignment on IConversationCameraManager"); \ static_assert(sizeof(IConversationCameraManager) == 0x000001, "Wrong size on IConversationCameraManager"); \ #define DUMPER7_ASSERTS_UDebugSceneRigManager \ static_assert(alignof(UDebugSceneRigManager) == 0x000008, "Wrong alignment on UDebugSceneRigManager"); \ static_assert(sizeof(UDebugSceneRigManager) == 0x000040, "Wrong size on UDebugSceneRigManager"); \ #define DUMPER7_ASSERTS_UDebugStoryGraphWindow \ static_assert(alignof(UDebugStoryGraphWindow) == 0x000008, "Wrong alignment on UDebugStoryGraphWindow"); \ static_assert(sizeof(UDebugStoryGraphWindow) == 0x000040, "Wrong size on UDebugStoryGraphWindow"); \ #define DUMPER7_ASSERTS_UDialogueScriptCommand \ static_assert(alignof(UDialogueScriptCommand) == 0x000008, "Wrong alignment on UDialogueScriptCommand"); \ static_assert(sizeof(UDialogueScriptCommand) == 0x000030, "Wrong size on UDialogueScriptCommand"); \ static_assert(offsetof(UDialogueScriptCommand, Enabled) == 0x000028, "Member 'UDialogueScriptCommand::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueScriptEventCommand \ static_assert(alignof(UDialogueScriptEventCommand) == 0x000008, "Wrong alignment on UDialogueScriptEventCommand"); \ static_assert(sizeof(UDialogueScriptEventCommand) == 0x000038, "Wrong size on UDialogueScriptEventCommand"); \ static_assert(offsetof(UDialogueScriptEventCommand, LineFraction) == 0x000030, "Member 'UDialogueScriptEventCommand::LineFraction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueScriptEventExplicitGestureCommand \ static_assert(alignof(UDialogueScriptEventExplicitGestureCommand) == 0x000008, "Wrong alignment on UDialogueScriptEventExplicitGestureCommand"); \ static_assert(sizeof(UDialogueScriptEventExplicitGestureCommand) == 0x000048, "Wrong size on UDialogueScriptEventExplicitGestureCommand"); \ static_assert(offsetof(UDialogueScriptEventExplicitGestureCommand, Gesture) == 0x000038, "Member 'UDialogueScriptEventExplicitGestureCommand::Gesture' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptEventExplicitGestureCommand, For) == 0x000040, "Member 'UDialogueScriptEventExplicitGestureCommand::For' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueScriptBlockImplicitRulesCommand \ static_assert(alignof(UDialogueScriptBlockImplicitRulesCommand) == 0x000008, "Wrong alignment on UDialogueScriptBlockImplicitRulesCommand"); \ static_assert(sizeof(UDialogueScriptBlockImplicitRulesCommand) == 0x000038, "Wrong size on UDialogueScriptBlockImplicitRulesCommand"); \ static_assert(offsetof(UDialogueScriptBlockImplicitRulesCommand, BlockLayeredAnimation) == 0x000030, "Member 'UDialogueScriptBlockImplicitRulesCommand::BlockLayeredAnimation' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptBlockImplicitRulesCommand, BlockCameraChanges) == 0x000031, "Member 'UDialogueScriptBlockImplicitRulesCommand::BlockCameraChanges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueScriptEndTimeDelayCommand \ static_assert(alignof(UDialogueScriptEndTimeDelayCommand) == 0x000008, "Wrong alignment on UDialogueScriptEndTimeDelayCommand"); \ static_assert(sizeof(UDialogueScriptEndTimeDelayCommand) == 0x000038, "Wrong size on UDialogueScriptEndTimeDelayCommand"); \ static_assert(offsetof(UDialogueScriptEndTimeDelayCommand, DelayValue) == 0x000030, "Member 'UDialogueScriptEndTimeDelayCommand::DelayValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueScriptEventExplicitCameraShotCommand \ static_assert(alignof(UDialogueScriptEventExplicitCameraShotCommand) == 0x000008, "Wrong alignment on UDialogueScriptEventExplicitCameraShotCommand"); \ static_assert(sizeof(UDialogueScriptEventExplicitCameraShotCommand) == 0x000048, "Wrong size on UDialogueScriptEventExplicitCameraShotCommand"); \ static_assert(offsetof(UDialogueScriptEventExplicitCameraShotCommand, CameraShot) == 0x000038, "Member 'UDialogueScriptEventExplicitCameraShotCommand::CameraShot' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptEventExplicitCameraShotCommand, LookAt) == 0x000040, "Member 'UDialogueScriptEventExplicitCameraShotCommand::LookAt' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptEventExplicitCameraShotCommand, BlockLineImplicitCameraChanges) == 0x000041, "Member 'UDialogueScriptEventExplicitCameraShotCommand::BlockLineImplicitCameraChanges' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptEventExplicitCameraShotCommand, BlockEndingCameraChanges) == 0x000042, "Member 'UDialogueScriptEventExplicitCameraShotCommand::BlockEndingCameraChanges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueScriptEventEmotionCommand \ static_assert(alignof(UDialogueScriptEventEmotionCommand) == 0x000008, "Wrong alignment on UDialogueScriptEventEmotionCommand"); \ static_assert(sizeof(UDialogueScriptEventEmotionCommand) == 0x000050, "Wrong size on UDialogueScriptEventEmotionCommand"); \ static_assert(offsetof(UDialogueScriptEventEmotionCommand, Emotion) == 0x000038, "Member 'UDialogueScriptEventEmotionCommand::Emotion' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptEventEmotionCommand, For) == 0x000039, "Member 'UDialogueScriptEventEmotionCommand::For' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptEventEmotionCommand, ForFacial) == 0x00003A, "Member 'UDialogueScriptEventEmotionCommand::ForFacial' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptEventEmotionCommand, ForFullBody) == 0x00003B, "Member 'UDialogueScriptEventEmotionCommand::ForFullBody' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptEventEmotionCommand, BlendInTime) == 0x00003C, "Member 'UDialogueScriptEventEmotionCommand::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptEventEmotionCommand, UseBeforeSpeaking) == 0x000040, "Member 'UDialogueScriptEventEmotionCommand::UseBeforeSpeaking' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptEventEmotionCommand, UseAfterSpeaking) == 0x000041, "Member 'UDialogueScriptEventEmotionCommand::UseAfterSpeaking' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptEventEmotionCommand, PostLineActiveTime) == 0x000044, "Member 'UDialogueScriptEventEmotionCommand::PostLineActiveTime' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptEventEmotionCommand, OverrideHoldTime) == 0x000048, "Member 'UDialogueScriptEventEmotionCommand::OverrideHoldTime' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptEventEmotionCommand, HoldTime) == 0x00004C, "Member 'UDialogueScriptEventEmotionCommand::HoldTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueScriptEventExplicitPoseGroupCommand \ static_assert(alignof(UDialogueScriptEventExplicitPoseGroupCommand) == 0x000008, "Wrong alignment on UDialogueScriptEventExplicitPoseGroupCommand"); \ static_assert(sizeof(UDialogueScriptEventExplicitPoseGroupCommand) == 0x000050, "Wrong size on UDialogueScriptEventExplicitPoseGroupCommand"); \ static_assert(offsetof(UDialogueScriptEventExplicitPoseGroupCommand, PoseGroup) == 0x000038, "Member 'UDialogueScriptEventExplicitPoseGroupCommand::PoseGroup' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptEventExplicitPoseGroupCommand, OverrideDuration) == 0x000040, "Member 'UDialogueScriptEventExplicitPoseGroupCommand::OverrideDuration' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptEventExplicitPoseGroupCommand, MinDurationSeconds) == 0x000044, "Member 'UDialogueScriptEventExplicitPoseGroupCommand::MinDurationSeconds' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptEventExplicitPoseGroupCommand, MaxDurationSeconds) == 0x000048, "Member 'UDialogueScriptEventExplicitPoseGroupCommand::MaxDurationSeconds' has a wrong offset!"); \ static_assert(offsetof(UDialogueScriptEventExplicitPoseGroupCommand, For) == 0x00004C, "Member 'UDialogueScriptEventExplicitPoseGroupCommand::For' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloat_Curve \ static_assert(alignof(UFloat_Curve) == 0x000008, "Wrong alignment on UFloat_Curve"); \ static_assert(sizeof(UFloat_Curve) == 0x0000B0, "Wrong size on UFloat_Curve"); \ static_assert(offsetof(UFloat_Curve, Curve) == 0x000028, "Member 'UFloat_Curve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloat_MultiChannelNoise \ static_assert(alignof(UFloat_MultiChannelNoise) == 0x000008, "Wrong alignment on UFloat_MultiChannelNoise"); \ static_assert(sizeof(UFloat_MultiChannelNoise) == 0x000040, "Wrong size on UFloat_MultiChannelNoise"); \ static_assert(offsetof(UFloat_MultiChannelNoise, Channels) == 0x000028, "Member 'UFloat_MultiChannelNoise::Channels' has a wrong offset!"); \ static_assert(offsetof(UFloat_MultiChannelNoise, Enabled) == 0x000038, "Member 'UFloat_MultiChannelNoise::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloat_SceneRigParameter \ static_assert(alignof(UFloat_SceneRigParameter) == 0x000008, "Wrong alignment on UFloat_SceneRigParameter"); \ static_assert(sizeof(UFloat_SceneRigParameter) == 0x000030, "Wrong size on UFloat_SceneRigParameter"); \ static_assert(offsetof(UFloat_SceneRigParameter, BoundParameter) == 0x000028, "Member 'UFloat_SceneRigParameter::BoundParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloat_SceneRigStageParameter \ static_assert(alignof(UFloat_SceneRigStageParameter) == 0x000008, "Wrong alignment on UFloat_SceneRigStageParameter"); \ static_assert(sizeof(UFloat_SceneRigStageParameter) == 0x000038, "Wrong size on UFloat_SceneRigStageParameter"); \ static_assert(offsetof(UFloat_SceneRigStageParameter, Reference) == 0x000028, "Member 'UFloat_SceneRigStageParameter::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloat_TimeRigCoordinate \ static_assert(alignof(UFloat_TimeRigCoordinate) == 0x000008, "Wrong alignment on UFloat_TimeRigCoordinate"); \ static_assert(sizeof(UFloat_TimeRigCoordinate) == 0x000030, "Wrong size on UFloat_TimeRigCoordinate"); \ static_assert(offsetof(UFloat_TimeRigCoordinate, Value) == 0x000028, "Member 'UFloat_TimeRigCoordinate::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloat_TransformHeightDifferenceWithMultiplier \ static_assert(alignof(UFloat_TransformHeightDifferenceWithMultiplier) == 0x000008, "Wrong alignment on UFloat_TransformHeightDifferenceWithMultiplier"); \ static_assert(sizeof(UFloat_TransformHeightDifferenceWithMultiplier) == 0x000048, "Wrong size on UFloat_TransformHeightDifferenceWithMultiplier"); \ static_assert(offsetof(UFloat_TransformHeightDifferenceWithMultiplier, TransformA) == 0x000028, "Member 'UFloat_TransformHeightDifferenceWithMultiplier::TransformA' has a wrong offset!"); \ static_assert(offsetof(UFloat_TransformHeightDifferenceWithMultiplier, TransformB) == 0x000030, "Member 'UFloat_TransformHeightDifferenceWithMultiplier::TransformB' has a wrong offset!"); \ static_assert(offsetof(UFloat_TransformHeightDifferenceWithMultiplier, UpMultiplier) == 0x000038, "Member 'UFloat_TransformHeightDifferenceWithMultiplier::UpMultiplier' has a wrong offset!"); \ static_assert(offsetof(UFloat_TransformHeightDifferenceWithMultiplier, DownMultiplier) == 0x000040, "Member 'UFloat_TransformHeightDifferenceWithMultiplier::DownMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InitializeSceneRigActor_Initialize \ static_assert(alignof(InitializeSceneRigActor_Initialize) == 0x000008, "Wrong alignment on InitializeSceneRigActor_Initialize"); \ static_assert(sizeof(InitializeSceneRigActor_Initialize) == 0x000018, "Wrong size on InitializeSceneRigActor_Initialize"); \ static_assert(offsetof(InitializeSceneRigActor_Initialize, SceneRigActor) == 0x000000, "Member 'InitializeSceneRigActor_Initialize::SceneRigActor' has a wrong offset!"); \ static_assert(offsetof(InitializeSceneRigActor_Initialize, InitializingBehaviorType) == 0x000008, "Member 'InitializeSceneRigActor_Initialize::InitializingBehaviorType' has a wrong offset!"); \ static_assert(offsetof(InitializeSceneRigActor_Initialize, ReturnValue) == 0x000010, "Member 'InitializeSceneRigActor_Initialize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInitializeSceneRigActor \ static_assert(alignof(UInitializeSceneRigActor) == 0x000008, "Wrong alignment on UInitializeSceneRigActor"); \ static_assert(sizeof(UInitializeSceneRigActor) == 0x000060, "Wrong size on UInitializeSceneRigActor"); \ static_assert(offsetof(UInitializeSceneRigActor, Initialized) == 0x000030, "Member 'UInitializeSceneRigActor::Initialized' has a wrong offset!"); \ static_assert(offsetof(UInitializeSceneRigActor, Failed) == 0x000040, "Member 'UInitializeSceneRigActor::Failed' has a wrong offset!"); \ static_assert(offsetof(UInitializeSceneRigActor, m_SceneRigActor) == 0x000050, "Member 'UInitializeSceneRigActor::m_SceneRigActor' has a wrong offset!"); \ static_assert(offsetof(UInitializeSceneRigActor, m_InitializingBehaviorType) == 0x000058, "Member 'UInitializeSceneRigActor::m_InitializingBehaviorType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InitializeCustomActorSceneRigActor_InitializeWithCustomActor \ static_assert(alignof(InitializeCustomActorSceneRigActor_InitializeWithCustomActor) == 0x000008, "Wrong alignment on InitializeCustomActorSceneRigActor_InitializeWithCustomActor"); \ static_assert(sizeof(InitializeCustomActorSceneRigActor_InitializeWithCustomActor) == 0x000020, "Wrong size on InitializeCustomActorSceneRigActor_InitializeWithCustomActor"); \ static_assert(offsetof(InitializeCustomActorSceneRigActor_InitializeWithCustomActor, SceneRigActor) == 0x000000, "Member 'InitializeCustomActorSceneRigActor_InitializeWithCustomActor::SceneRigActor' has a wrong offset!"); \ static_assert(offsetof(InitializeCustomActorSceneRigActor_InitializeWithCustomActor, CustomActor) == 0x000008, "Member 'InitializeCustomActorSceneRigActor_InitializeWithCustomActor::CustomActor' has a wrong offset!"); \ static_assert(offsetof(InitializeCustomActorSceneRigActor_InitializeWithCustomActor, InitializingBehaviorType) == 0x000010, "Member 'InitializeCustomActorSceneRigActor_InitializeWithCustomActor::InitializingBehaviorType' has a wrong offset!"); \ static_assert(offsetof(InitializeCustomActorSceneRigActor_InitializeWithCustomActor, ReturnValue) == 0x000018, "Member 'InitializeCustomActorSceneRigActor_InitializeWithCustomActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInitializeCustomActorSceneRigActor \ static_assert(alignof(UInitializeCustomActorSceneRigActor) == 0x000008, "Wrong alignment on UInitializeCustomActorSceneRigActor"); \ static_assert(sizeof(UInitializeCustomActorSceneRigActor) == 0x000068, "Wrong size on UInitializeCustomActorSceneRigActor"); \ static_assert(offsetof(UInitializeCustomActorSceneRigActor, m_CustomActor) == 0x000060, "Member 'UInitializeCustomActorSceneRigActor::m_CustomActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInt_Curve \ static_assert(alignof(UInt_Curve) == 0x000008, "Wrong alignment on UInt_Curve"); \ static_assert(sizeof(UInt_Curve) == 0x0000B0, "Wrong size on UInt_Curve"); \ static_assert(offsetof(UInt_Curve, Curve) == 0x000028, "Member 'UInt_Curve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInt_SceneRigParameter \ static_assert(alignof(UInt_SceneRigParameter) == 0x000008, "Wrong alignment on UInt_SceneRigParameter"); \ static_assert(sizeof(UInt_SceneRigParameter) == 0x000030, "Wrong size on UInt_SceneRigParameter"); \ static_assert(offsetof(UInt_SceneRigParameter, BoundParameter) == 0x000028, "Member 'UInt_SceneRigParameter::BoundParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInt_SceneRigStageParameter \ static_assert(alignof(UInt_SceneRigStageParameter) == 0x000008, "Wrong alignment on UInt_SceneRigStageParameter"); \ static_assert(sizeof(UInt_SceneRigStageParameter) == 0x000038, "Wrong size on UInt_SceneRigStageParameter"); \ static_assert(offsetof(UInt_SceneRigStageParameter, Reference) == 0x000028, "Member 'UInt_SceneRigStageParameter::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UName_SceneRigStageParameter \ static_assert(alignof(UName_SceneRigStageParameter) == 0x000008, "Wrong alignment on UName_SceneRigStageParameter"); \ static_assert(sizeof(UName_SceneRigStageParameter) == 0x000038, "Wrong size on UName_SceneRigStageParameter"); \ static_assert(offsetof(UName_SceneRigStageParameter, Reference) == 0x000028, "Member 'UName_SceneRigStageParameter::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObject_BoundToSequence \ static_assert(alignof(UObject_BoundToSequence) == 0x000008, "Wrong alignment on UObject_BoundToSequence"); \ static_assert(sizeof(UObject_BoundToSequence) == 0x000050, "Wrong size on UObject_BoundToSequence"); \ static_assert(offsetof(UObject_BoundToSequence, ActorName) == 0x000038, "Member 'UObject_BoundToSequence::ActorName' has a wrong offset!"); \ static_assert(offsetof(UObject_BoundToSequence, CachedCaller) == 0x000040, "Member 'UObject_BoundToSequence::CachedCaller' has a wrong offset!"); \ static_assert(offsetof(UObject_BoundToSequence, CachedActor) == 0x000048, "Member 'UObject_BoundToSequence::CachedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObject_GameplayCamera \ static_assert(alignof(UObject_GameplayCamera) == 0x000008, "Wrong alignment on UObject_GameplayCamera"); \ static_assert(sizeof(UObject_GameplayCamera) == 0x000038, "Wrong size on UObject_GameplayCamera"); \ #define DUMPER7_ASSERTS_UObject_LocalPlayer \ static_assert(alignof(UObject_LocalPlayer) == 0x000008, "Wrong alignment on UObject_LocalPlayer"); \ static_assert(sizeof(UObject_LocalPlayer) == 0x000038, "Wrong size on UObject_LocalPlayer"); \ #define DUMPER7_ASSERTS_UObject_SceneRigBoundActor \ static_assert(alignof(UObject_SceneRigBoundActor) == 0x000008, "Wrong alignment on UObject_SceneRigBoundActor"); \ static_assert(sizeof(UObject_SceneRigBoundActor) == 0x000040, "Wrong size on UObject_SceneRigBoundActor"); \ static_assert(offsetof(UObject_SceneRigBoundActor, BoundObjectName) == 0x000038, "Member 'UObject_SceneRigBoundActor::BoundObjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObject_SceneRigParameter \ static_assert(alignof(UObject_SceneRigParameter) == 0x000008, "Wrong alignment on UObject_SceneRigParameter"); \ static_assert(sizeof(UObject_SceneRigParameter) == 0x000030, "Wrong size on UObject_SceneRigParameter"); \ static_assert(offsetof(UObject_SceneRigParameter, BoundParameter) == 0x000028, "Member 'UObject_SceneRigParameter::BoundParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObject_SceneRigStageParameter \ static_assert(alignof(UObject_SceneRigStageParameter) == 0x000008, "Wrong alignment on UObject_SceneRigStageParameter"); \ static_assert(sizeof(UObject_SceneRigStageParameter) == 0x000038, "Wrong size on UObject_SceneRigStageParameter"); \ static_assert(offsetof(UObject_SceneRigStageParameter, Reference) == 0x000028, "Member 'UObject_SceneRigStageParameter::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlaceholder \ static_assert(alignof(APlaceholder) == 0x000008, "Wrong alignment on APlaceholder"); \ static_assert(sizeof(APlaceholder) == 0x000250, "Wrong size on APlaceholder"); \ static_assert(offsetof(APlaceholder, SceneComponent) == 0x000248, "Member 'APlaceholder::SceneComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlaySceneRigActor_PlaySceneRig \ static_assert(alignof(PlaySceneRigActor_PlaySceneRig) == 0x000008, "Wrong alignment on PlaySceneRigActor_PlaySceneRig"); \ static_assert(sizeof(PlaySceneRigActor_PlaySceneRig) == 0x000018, "Wrong size on PlaySceneRigActor_PlaySceneRig"); \ static_assert(offsetof(PlaySceneRigActor_PlaySceneRig, SceneRigActor) == 0x000000, "Member 'PlaySceneRigActor_PlaySceneRig::SceneRigActor' has a wrong offset!"); \ static_assert(offsetof(PlaySceneRigActor_PlaySceneRig, InitializingBehaviorType) == 0x000008, "Member 'PlaySceneRigActor_PlaySceneRig::InitializingBehaviorType' has a wrong offset!"); \ static_assert(offsetof(PlaySceneRigActor_PlaySceneRig, ReturnValue) == 0x000010, "Member 'PlaySceneRigActor_PlaySceneRig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlaySceneRigActor \ static_assert(alignof(UPlaySceneRigActor) == 0x000008, "Wrong alignment on UPlaySceneRigActor"); \ static_assert(sizeof(UPlaySceneRigActor) == 0x000070, "Wrong size on UPlaySceneRigActor"); \ static_assert(offsetof(UPlaySceneRigActor, PlayerAssigned) == 0x000030, "Member 'UPlaySceneRigActor::PlayerAssigned' has a wrong offset!"); \ static_assert(offsetof(UPlaySceneRigActor, PlaybackStarted) == 0x000040, "Member 'UPlaySceneRigActor::PlaybackStarted' has a wrong offset!"); \ static_assert(offsetof(UPlaySceneRigActor, PlaybackComplete) == 0x000050, "Member 'UPlaySceneRigActor::PlaybackComplete' has a wrong offset!"); \ static_assert(offsetof(UPlaySceneRigActor, m_SceneRigActor) == 0x000060, "Member 'UPlaySceneRigActor::m_SceneRigActor' has a wrong offset!"); \ static_assert(offsetof(UPlaySceneRigActor, m_InitializingBehaviorType) == 0x000068, "Member 'UPlaySceneRigActor::m_InitializingBehaviorType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayCustomActorSceneRigActor_PlaySceneRigWithCustomActor \ static_assert(alignof(PlayCustomActorSceneRigActor_PlaySceneRigWithCustomActor) == 0x000008, "Wrong alignment on PlayCustomActorSceneRigActor_PlaySceneRigWithCustomActor"); \ static_assert(sizeof(PlayCustomActorSceneRigActor_PlaySceneRigWithCustomActor) == 0x000020, "Wrong size on PlayCustomActorSceneRigActor_PlaySceneRigWithCustomActor"); \ static_assert(offsetof(PlayCustomActorSceneRigActor_PlaySceneRigWithCustomActor, SceneRigActor) == 0x000000, "Member 'PlayCustomActorSceneRigActor_PlaySceneRigWithCustomActor::SceneRigActor' has a wrong offset!"); \ static_assert(offsetof(PlayCustomActorSceneRigActor_PlaySceneRigWithCustomActor, CustomActor) == 0x000008, "Member 'PlayCustomActorSceneRigActor_PlaySceneRigWithCustomActor::CustomActor' has a wrong offset!"); \ static_assert(offsetof(PlayCustomActorSceneRigActor_PlaySceneRigWithCustomActor, InitializingBehaviorType) == 0x000010, "Member 'PlayCustomActorSceneRigActor_PlaySceneRigWithCustomActor::InitializingBehaviorType' has a wrong offset!"); \ static_assert(offsetof(PlayCustomActorSceneRigActor_PlaySceneRigWithCustomActor, ReturnValue) == 0x000018, "Member 'PlayCustomActorSceneRigActor_PlaySceneRigWithCustomActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayCustomActorSceneRigActor \ static_assert(alignof(UPlayCustomActorSceneRigActor) == 0x000008, "Wrong alignment on UPlayCustomActorSceneRigActor"); \ static_assert(sizeof(UPlayCustomActorSceneRigActor) == 0x000078, "Wrong size on UPlayCustomActorSceneRigActor"); \ static_assert(offsetof(UPlayCustomActorSceneRigActor, m_CustomActor) == 0x000070, "Member 'UPlayCustomActorSceneRigActor::m_CustomActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPoseGroup_TagLookupOnAssets \ static_assert(alignof(UPoseGroup_TagLookupOnAssets) == 0x000008, "Wrong alignment on UPoseGroup_TagLookupOnAssets"); \ static_assert(sizeof(UPoseGroup_TagLookupOnAssets) == 0x000068, "Wrong size on UPoseGroup_TagLookupOnAssets"); \ static_assert(offsetof(UPoseGroup_TagLookupOnAssets, Tags) == 0x000030, "Member 'UPoseGroup_TagLookupOnAssets::Tags' has a wrong offset!"); \ static_assert(offsetof(UPoseGroup_TagLookupOnAssets, TagProviders) == 0x000050, "Member 'UPoseGroup_TagLookupOnAssets::TagProviders' has a wrong offset!"); \ static_assert(offsetof(UPoseGroup_TagLookupOnAssets, Filter) == 0x000060, "Member 'UPoseGroup_TagLookupOnAssets::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigProvider \ static_assert(alignof(USceneRigProvider) == 0x000008, "Wrong alignment on USceneRigProvider"); \ static_assert(sizeof(USceneRigProvider) == 0x000028, "Wrong size on USceneRigProvider"); \ #define DUMPER7_ASSERTS_USceneRig_FromVariants \ static_assert(alignof(USceneRig_FromVariants) == 0x000008, "Wrong alignment on USceneRig_FromVariants"); \ static_assert(sizeof(USceneRig_FromVariants) == 0x000030, "Wrong size on USceneRig_FromVariants"); \ static_assert(offsetof(USceneRig_FromVariants, Variants) == 0x000028, "Member 'USceneRig_FromVariants::Variants' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_AccessibilitySubtitle \ static_assert(alignof(USceneAction_AccessibilitySubtitle) == 0x000008, "Wrong alignment on USceneAction_AccessibilitySubtitle"); \ static_assert(sizeof(USceneAction_AccessibilitySubtitle) == 0x000098, "Wrong size on USceneAction_AccessibilitySubtitle"); \ static_assert(offsetof(USceneAction_AccessibilitySubtitle, LocDirectKey) == 0x000088, "Member 'USceneAction_AccessibilitySubtitle::LocDirectKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigActionState \ static_assert(alignof(USceneRigActionState) == 0x000008, "Wrong alignment on USceneRigActionState"); \ static_assert(sizeof(USceneRigActionState) == 0x000050, "Wrong size on USceneRigActionState"); \ #define DUMPER7_ASSERTS_USceneRig_TagLookupWithAssets \ static_assert(alignof(USceneRig_TagLookupWithAssets) == 0x000008, "Wrong alignment on USceneRig_TagLookupWithAssets"); \ static_assert(sizeof(USceneRig_TagLookupWithAssets) == 0x000068, "Wrong size on USceneRig_TagLookupWithAssets"); \ static_assert(offsetof(USceneRig_TagLookupWithAssets, LookupAsset) == 0x000030, "Member 'USceneRig_TagLookupWithAssets::LookupAsset' has a wrong offset!"); \ static_assert(offsetof(USceneRig_TagLookupWithAssets, Tags) == 0x000038, "Member 'USceneRig_TagLookupWithAssets::Tags' has a wrong offset!"); \ static_assert(offsetof(USceneRig_TagLookupWithAssets, TagProviders) == 0x000058, "Member 'USceneRig_TagLookupWithAssets::TagProviders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_AccessibilitySubtitle \ static_assert(alignof(USceneActionState_AccessibilitySubtitle) == 0x000008, "Wrong alignment on USceneActionState_AccessibilitySubtitle"); \ static_assert(sizeof(USceneActionState_AccessibilitySubtitle) == 0x000050, "Wrong size on USceneActionState_AccessibilitySubtitle"); \ #define DUMPER7_ASSERTS_USceneRigObjectActionBase \ static_assert(alignof(USceneRigObjectActionBase) == 0x000008, "Wrong alignment on USceneRigObjectActionBase"); \ static_assert(sizeof(USceneRigObjectActionBase) == 0x0000A0, "Wrong size on USceneRigObjectActionBase"); \ static_assert(offsetof(USceneRigObjectActionBase, bHasProxyParent) == 0x000090, "Member 'USceneRigObjectActionBase::bHasProxyParent' has a wrong offset!"); \ static_assert(offsetof(USceneRigObjectActionBase, ActorProvider) == 0x000098, "Member 'USceneRigObjectActionBase::ActorProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ActorFunction \ static_assert(alignof(USceneAction_ActorFunction) == 0x000008, "Wrong alignment on USceneAction_ActorFunction"); \ static_assert(sizeof(USceneAction_ActorFunction) == 0x0000D0, "Wrong size on USceneAction_ActorFunction"); \ static_assert(offsetof(USceneAction_ActorFunction, FunctionReference) == 0x0000A0, "Member 'USceneAction_ActorFunction::FunctionReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigObjectActionState \ static_assert(alignof(USceneRigObjectActionState) == 0x000008, "Wrong alignment on USceneRigObjectActionState"); \ static_assert(sizeof(USceneRigObjectActionState) == 0x000070, "Wrong size on USceneRigObjectActionState"); \ static_assert(offsetof(USceneRigObjectActionState, ActionObject) == 0x000068, "Member 'USceneRigObjectActionState::ActionObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigAnimationTrack \ static_assert(alignof(USceneRigAnimationTrack) == 0x000008, "Wrong alignment on USceneRigAnimationTrack"); \ static_assert(sizeof(USceneRigAnimationTrack) == 0x0000A0, "Wrong size on USceneRigAnimationTrack"); \ static_assert(offsetof(USceneRigAnimationTrack, AnimationSections) == 0x000090, "Member 'USceneRigAnimationTrack::AnimationSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_ActorFunction \ static_assert(alignof(USceneActionState_ActorFunction) == 0x000008, "Wrong alignment on USceneActionState_ActorFunction"); \ static_assert(sizeof(USceneActionState_ActorFunction) == 0x000070, "Wrong size on USceneActionState_ActorFunction"); \ #define DUMPER7_ASSERTS_USceneAction_ActorIntervalFunctions \ static_assert(alignof(USceneAction_ActorIntervalFunctions) == 0x000008, "Wrong alignment on USceneAction_ActorIntervalFunctions"); \ static_assert(sizeof(USceneAction_ActorIntervalFunctions) == 0x000130, "Wrong size on USceneAction_ActorIntervalFunctions"); \ static_assert(offsetof(USceneAction_ActorIntervalFunctions, OnEnterFunction) == 0x0000A0, "Member 'USceneAction_ActorIntervalFunctions::OnEnterFunction' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ActorIntervalFunctions, TickFunction) == 0x0000D0, "Member 'USceneAction_ActorIntervalFunctions::TickFunction' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ActorIntervalFunctions, OnExitFunction) == 0x000100, "Member 'USceneAction_ActorIntervalFunctions::OnExitFunction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameterDefinition \ static_assert(alignof(USceneRigParameterDefinition) == 0x000008, "Wrong alignment on USceneRigParameterDefinition"); \ static_assert(sizeof(USceneRigParameterDefinition) == 0x000038, "Wrong size on USceneRigParameterDefinition"); \ static_assert(offsetof(USceneRigParameterDefinition, Name_0) == 0x000028, "Member 'USceneRigParameterDefinition::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameterDefinition_Int \ static_assert(alignof(USceneRigParameterDefinition_Int) == 0x000008, "Wrong alignment on USceneRigParameterDefinition_Int"); \ static_assert(sizeof(USceneRigParameterDefinition_Int) == 0x000040, "Wrong size on USceneRigParameterDefinition_Int"); \ static_assert(offsetof(USceneRigParameterDefinition_Int, DefaultValue) == 0x000038, "Member 'USceneRigParameterDefinition_Int::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_ActorIntervalFunctions \ static_assert(alignof(USceneActionState_ActorIntervalFunctions) == 0x000008, "Wrong alignment on USceneActionState_ActorIntervalFunctions"); \ static_assert(sizeof(USceneActionState_ActorIntervalFunctions) == 0x000070, "Wrong size on USceneActionState_ActorIntervalFunctions"); \ #define DUMPER7_ASSERTS_USceneAction_AimAt \ static_assert(alignof(USceneAction_AimAt) == 0x000008, "Wrong alignment on USceneAction_AimAt"); \ static_assert(sizeof(USceneAction_AimAt) == 0x0000B0, "Wrong size on USceneAction_AimAt"); \ static_assert(offsetof(USceneAction_AimAt, AimTarget) == 0x0000A0, "Member 'USceneAction_AimAt::AimTarget' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AimAt, AimAxis) == 0x0000A8, "Member 'USceneAction_AimAt::AimAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_NamedParameter \ static_assert(alignof(USceneRigStage_NamedParameter) == 0x000008, "Wrong alignment on USceneRigStage_NamedParameter"); \ static_assert(sizeof(USceneRigStage_NamedParameter) == 0x000030, "Wrong size on USceneRigStage_NamedParameter"); \ static_assert(offsetof(USceneRigStage_NamedParameter, ParameterName) == 0x000028, "Member 'USceneRigStage_NamedParameter::ParameterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_NamedTransform \ static_assert(alignof(USceneRigStage_NamedTransform) == 0x000008, "Wrong alignment on USceneRigStage_NamedTransform"); \ static_assert(sizeof(USceneRigStage_NamedTransform) == 0x000048, "Wrong size on USceneRigStage_NamedTransform"); \ static_assert(offsetof(USceneRigStage_NamedTransform, Parameter) == 0x000030, "Member 'USceneRigStage_NamedTransform::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_AimAt \ static_assert(alignof(USceneActionState_AimAt) == 0x000008, "Wrong alignment on USceneActionState_AimAt"); \ static_assert(sizeof(USceneActionState_AimAt) == 0x000070, "Wrong size on USceneActionState_AimAt"); \ #define DUMPER7_ASSERTS_USceneAction_AnimateCurves \ static_assert(alignof(USceneAction_AnimateCurves) == 0x000008, "Wrong alignment on USceneAction_AnimateCurves"); \ static_assert(sizeof(USceneAction_AnimateCurves) == 0x0000A0, "Wrong size on USceneAction_AnimateCurves"); \ #define DUMPER7_ASSERTS_USceneRig_StoryGraph \ static_assert(alignof(USceneRig_StoryGraph) == 0x000008, "Wrong alignment on USceneRig_StoryGraph"); \ static_assert(sizeof(USceneRig_StoryGraph) == 0x000090, "Wrong size on USceneRig_StoryGraph"); \ static_assert(offsetof(USceneRig_StoryGraph, AmbientSceneRig) == 0x000088, "Member 'USceneRig_StoryGraph::AmbientSceneRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_AnimateCurves \ static_assert(alignof(USceneActionState_AnimateCurves) == 0x000008, "Wrong alignment on USceneActionState_AnimateCurves"); \ static_assert(sizeof(USceneActionState_AnimateCurves) == 0x000070, "Wrong size on USceneActionState_AnimateCurves"); \ #define DUMPER7_ASSERTS_USceneAction_AnimateProperty \ static_assert(alignof(USceneAction_AnimateProperty) == 0x000008, "Wrong alignment on USceneAction_AnimateProperty"); \ static_assert(sizeof(USceneAction_AnimateProperty) == 0x0000C0, "Wrong size on USceneAction_AnimateProperty"); \ static_assert(offsetof(USceneAction_AnimateProperty, ComponentName) == 0x0000A0, "Member 'USceneAction_AnimateProperty::ComponentName' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AnimateProperty, PropertyName) == 0x0000A8, "Member 'USceneAction_AnimateProperty::PropertyName' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AnimateProperty, BlendMode) == 0x0000B0, "Member 'USceneAction_AnimateProperty::BlendMode' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AnimateProperty, FillMode) == 0x0000B1, "Member 'USceneAction_AnimateProperty::FillMode' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AnimateProperty, LoopCount) == 0x0000B4, "Member 'USceneAction_AnimateProperty::LoopCount' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AnimateProperty, bKeepStateOnCompletion) == 0x0000B8, "Member 'USceneAction_AnimateProperty::bKeepStateOnCompletion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_NamedAnimation \ static_assert(alignof(USceneRigStage_NamedAnimation) == 0x000008, "Wrong alignment on USceneRigStage_NamedAnimation"); \ static_assert(sizeof(USceneRigStage_NamedAnimation) == 0x000048, "Wrong size on USceneRigStage_NamedAnimation"); \ static_assert(offsetof(USceneRigStage_NamedAnimation, Parameter) == 0x000030, "Member 'USceneRigStage_NamedAnimation::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_AnimateProperty \ static_assert(alignof(USceneActionState_AnimateProperty) == 0x000008, "Wrong alignment on USceneActionState_AnimateProperty"); \ static_assert(sizeof(USceneActionState_AnimateProperty) == 0x000088, "Wrong size on USceneActionState_AnimateProperty"); \ #define DUMPER7_ASSERTS_USceneAction_AnimateFloatProperty \ static_assert(alignof(USceneAction_AnimateFloatProperty) == 0x000008, "Wrong alignment on USceneAction_AnimateFloatProperty"); \ static_assert(sizeof(USceneAction_AnimateFloatProperty) == 0x000158, "Wrong size on USceneAction_AnimateFloatProperty"); \ static_assert(offsetof(USceneAction_AnimateFloatProperty, Curve) == 0x0000C0, "Member 'USceneAction_AnimateFloatProperty::Curve' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AnimateFloatProperty, DefaultValue) == 0x000148, "Member 'USceneAction_AnimateFloatProperty::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AnimateFloatProperty, CartLocation) == 0x000150, "Member 'USceneAction_AnimateFloatProperty::CartLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameterDefinition_Vector \ static_assert(alignof(USceneRigParameterDefinition_Vector) == 0x000008, "Wrong alignment on USceneRigParameterDefinition_Vector"); \ static_assert(sizeof(USceneRigParameterDefinition_Vector) == 0x000048, "Wrong size on USceneRigParameterDefinition_Vector"); \ static_assert(offsetof(USceneRigParameterDefinition_Vector, DefaultValue) == 0x000038, "Member 'USceneRigParameterDefinition_Vector::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_AnimateFloatProperty \ static_assert(alignof(USceneActionState_AnimateFloatProperty) == 0x000008, "Wrong alignment on USceneActionState_AnimateFloatProperty"); \ static_assert(sizeof(USceneActionState_AnimateFloatProperty) == 0x000090, "Wrong size on USceneActionState_AnimateFloatProperty"); \ #define DUMPER7_ASSERTS_USceneAction_AnimateVectorProperty \ static_assert(alignof(USceneAction_AnimateVectorProperty) == 0x000008, "Wrong alignment on USceneAction_AnimateVectorProperty"); \ static_assert(sizeof(USceneAction_AnimateVectorProperty) == 0x000258, "Wrong size on USceneAction_AnimateVectorProperty"); \ static_assert(offsetof(USceneAction_AnimateVectorProperty, Curve) == 0x0000C0, "Member 'USceneAction_AnimateVectorProperty::Curve' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AnimateVectorProperty, DefaultValue) == 0x000248, "Member 'USceneAction_AnimateVectorProperty::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScriptConditionProvider \ static_assert(alignof(UScriptConditionProvider) == 0x000008, "Wrong alignment on UScriptConditionProvider"); \ static_assert(sizeof(UScriptConditionProvider) == 0x000028, "Wrong size on UScriptConditionProvider"); \ #define DUMPER7_ASSERTS_USceneActionState_AnimateVectorProperty \ static_assert(alignof(USceneActionState_AnimateVectorProperty) == 0x000008, "Wrong alignment on USceneActionState_AnimateVectorProperty"); \ static_assert(sizeof(USceneActionState_AnimateVectorProperty) == 0x000098, "Wrong size on USceneActionState_AnimateVectorProperty"); \ #define DUMPER7_ASSERTS_USceneAction_AnimateColorProperty \ static_assert(alignof(USceneAction_AnimateColorProperty) == 0x000008, "Wrong alignment on USceneAction_AnimateColorProperty"); \ static_assert(sizeof(USceneAction_AnimateColorProperty) == 0x0002D8, "Wrong size on USceneAction_AnimateColorProperty"); \ static_assert(offsetof(USceneAction_AnimateColorProperty, Curve) == 0x0000C0, "Member 'USceneAction_AnimateColorProperty::Curve' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AnimateColorProperty, DefaultValue) == 0x0002C8, "Member 'USceneAction_AnimateColorProperty::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigAnimTrackRequestProvider \ static_assert(alignof(USceneRigAnimTrackRequestProvider) == 0x000010, "Wrong alignment on USceneRigAnimTrackRequestProvider"); \ static_assert(sizeof(USceneRigAnimTrackRequestProvider) == 0x000120, "Wrong size on USceneRigAnimTrackRequestProvider"); \ static_assert(offsetof(USceneRigAnimTrackRequestProvider, LayerName) == 0x000040, "Member 'USceneRigAnimTrackRequestProvider::LayerName' has a wrong offset!"); \ static_assert(offsetof(USceneRigAnimTrackRequestProvider, AnimationRequest) == 0x000050, "Member 'USceneRigAnimTrackRequestProvider::AnimationRequest' has a wrong offset!"); \ static_assert(offsetof(USceneRigAnimTrackRequestProvider, AnimationObject) == 0x0000D0, "Member 'USceneRigAnimTrackRequestProvider::AnimationObject' has a wrong offset!"); \ static_assert(offsetof(USceneRigAnimTrackRequestProvider, ConstrainedToPlacement) == 0x0000D8, "Member 'USceneRigAnimTrackRequestProvider::ConstrainedToPlacement' has a wrong offset!"); \ static_assert(offsetof(USceneRigAnimTrackRequestProvider, bUnscaleHipsBone) == 0x0000D9, "Member 'USceneRigAnimTrackRequestProvider::bUnscaleHipsBone' has a wrong offset!"); \ static_assert(offsetof(USceneRigAnimTrackRequestProvider, PlacementHandledByRequest) == 0x0000DA, "Member 'USceneRigAnimTrackRequestProvider::PlacementHandledByRequest' has a wrong offset!"); \ static_assert(offsetof(USceneRigAnimTrackRequestProvider, TransformInWorldSpace) == 0x0000E0, "Member 'USceneRigAnimTrackRequestProvider::TransformInWorldSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_AnimateColorProperty \ static_assert(alignof(USceneActionState_AnimateColorProperty) == 0x000008, "Wrong alignment on USceneActionState_AnimateColorProperty"); \ static_assert(sizeof(USceneActionState_AnimateColorProperty) == 0x000098, "Wrong size on USceneActionState_AnimateColorProperty"); \ #define DUMPER7_ASSERTS_USceneAction_Animation \ static_assert(alignof(USceneAction_Animation) == 0x000008, "Wrong alignment on USceneAction_Animation"); \ static_assert(sizeof(USceneAction_Animation) == 0x000220, "Wrong size on USceneAction_Animation"); \ static_assert(offsetof(USceneAction_Animation, Animation) == 0x0000A8, "Member 'USceneAction_Animation::Animation' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, SpecificComponentNameFilter) == 0x0000B0, "Member 'USceneAction_Animation::SpecificComponentNameFilter' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, BlendSpaceInput) == 0x0000B8, "Member 'USceneAction_Animation::BlendSpaceInput' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, Layer) == 0x0000C0, "Member 'USceneAction_Animation::Layer' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, Mask) == 0x0000C8, "Member 'USceneAction_Animation::Mask' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, RegisterWithConversation) == 0x0000D0, "Member 'USceneAction_Animation::RegisterWithConversation' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, PlacementOptions) == 0x0000D8, "Member 'USceneAction_Animation::PlacementOptions' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, ClipSubRange) == 0x000108, "Member 'USceneAction_Animation::ClipSubRange' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, PlaybackSpeed) == 0x000130, "Member 'USceneAction_Animation::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, ReselectOnLoopBoundaries) == 0x000140, "Member 'USceneAction_Animation::ReselectOnLoopBoundaries' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, MaxWeight) == 0x000148, "Member 'USceneAction_Animation::MaxWeight' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, BlendInTime) == 0x000150, "Member 'USceneAction_Animation::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, BlendOutTime) == 0x000158, "Member 'USceneAction_Animation::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, HoldTime) == 0x000160, "Member 'USceneAction_Animation::HoldTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, InertialBlendInTime) == 0x000168, "Member 'USceneAction_Animation::InertialBlendInTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, InertialBlendOutTime) == 0x000170, "Member 'USceneAction_Animation::InertialBlendOutTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, bBlendOutOnDialogueSkip) == 0x000178, "Member 'USceneAction_Animation::bBlendOutOnDialogueSkip' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, bConversationTransitionAnimation) == 0x000179, "Member 'USceneAction_Animation::bConversationTransitionAnimation' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, bEnableInertializationIfBlendOutSkipped) == 0x00017A, "Member 'USceneAction_Animation::bEnableInertializationIfBlendOutSkipped' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, bSuppressCameraCut) == 0x00017B, "Member 'USceneAction_Animation::bSuppressCameraCut' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, ClothTeleportMode) == 0x00017C, "Member 'USceneAction_Animation::ClothTeleportMode' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, KeepStateOnCompletion) == 0x000180, "Member 'USceneAction_Animation::KeepStateOnCompletion' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, SetupAnimationOnEnter) == 0x000188, "Member 'USceneAction_Animation::SetupAnimationOnEnter' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, ScaleRootMotion) == 0x000190, "Member 'USceneAction_Animation::ScaleRootMotion' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, FemaleShoulderFixupAlpha) == 0x000198, "Member 'USceneAction_Animation::FemaleShoulderFixupAlpha' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, ChildElements) == 0x0001A0, "Member 'USceneAction_Animation::ChildElements' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, BlendOutFinish) == 0x0001B0, "Member 'USceneAction_Animation::BlendOutFinish' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, BlendIn) == 0x0001C8, "Member 'USceneAction_Animation::BlendIn' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, BlendOut) == 0x0001E0, "Member 'USceneAction_Animation::BlendOut' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, NaturalFinish) == 0x0001F8, "Member 'USceneAction_Animation::NaturalFinish' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Animation, ScratchAnimations) == 0x000210, "Member 'USceneAction_Animation::ScratchAnimations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StoryGraphActor_HandleEvent \ static_assert(alignof(StoryGraphActor_HandleEvent) == 0x000004, "Wrong alignment on StoryGraphActor_HandleEvent"); \ static_assert(sizeof(StoryGraphActor_HandleEvent) == 0x00001C, "Wrong size on StoryGraphActor_HandleEvent"); \ static_assert(offsetof(StoryGraphActor_HandleEvent, Event) == 0x000000, "Member 'StoryGraphActor_HandleEvent::Event' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_HandleEvent, Handler) == 0x000008, "Member 'StoryGraphActor_HandleEvent::Handler' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_HandleEvent, ReturnValue) == 0x000018, "Member 'StoryGraphActor_HandleEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StoryGraphActor_OnBeginOverlap \ static_assert(alignof(StoryGraphActor_OnBeginOverlap) == 0x000008, "Wrong alignment on StoryGraphActor_OnBeginOverlap"); \ static_assert(sizeof(StoryGraphActor_OnBeginOverlap) == 0x0000A8, "Wrong size on StoryGraphActor_OnBeginOverlap"); \ static_assert(offsetof(StoryGraphActor_OnBeginOverlap, OverlappedComp) == 0x000000, "Member 'StoryGraphActor_OnBeginOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_OnBeginOverlap, Other) == 0x000008, "Member 'StoryGraphActor_OnBeginOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_OnBeginOverlap, OtherComp) == 0x000010, "Member 'StoryGraphActor_OnBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_OnBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'StoryGraphActor_OnBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_OnBeginOverlap, bFromSweep) == 0x00001C, "Member 'StoryGraphActor_OnBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_OnBeginOverlap, SweepResult) == 0x000020, "Member 'StoryGraphActor_OnBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StoryGraphActor_OnEndOverlap \ static_assert(alignof(StoryGraphActor_OnEndOverlap) == 0x000008, "Wrong alignment on StoryGraphActor_OnEndOverlap"); \ static_assert(sizeof(StoryGraphActor_OnEndOverlap) == 0x000020, "Wrong size on StoryGraphActor_OnEndOverlap"); \ static_assert(offsetof(StoryGraphActor_OnEndOverlap, OverlappedComp) == 0x000000, "Member 'StoryGraphActor_OnEndOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_OnEndOverlap, Other) == 0x000008, "Member 'StoryGraphActor_OnEndOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_OnEndOverlap, OtherComp) == 0x000010, "Member 'StoryGraphActor_OnEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_OnEndOverlap, OtherBodyIndex) == 0x000018, "Member 'StoryGraphActor_OnEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StoryGraphActor_SetActorParameter \ static_assert(alignof(StoryGraphActor_SetActorParameter) == 0x000008, "Wrong alignment on StoryGraphActor_SetActorParameter"); \ static_assert(sizeof(StoryGraphActor_SetActorParameter) == 0x000018, "Wrong size on StoryGraphActor_SetActorParameter"); \ static_assert(offsetof(StoryGraphActor_SetActorParameter, ParameterName) == 0x000000, "Member 'StoryGraphActor_SetActorParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_SetActorParameter, ActorToSet) == 0x000008, "Member 'StoryGraphActor_SetActorParameter::ActorToSet' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_SetActorParameter, ReturnValue) == 0x000010, "Member 'StoryGraphActor_SetActorParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StoryGraphActor_SetBoolParameter \ static_assert(alignof(StoryGraphActor_SetBoolParameter) == 0x000004, "Wrong alignment on StoryGraphActor_SetBoolParameter"); \ static_assert(sizeof(StoryGraphActor_SetBoolParameter) == 0x00000C, "Wrong size on StoryGraphActor_SetBoolParameter"); \ static_assert(offsetof(StoryGraphActor_SetBoolParameter, ParameterName) == 0x000000, "Member 'StoryGraphActor_SetBoolParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_SetBoolParameter, bBoolToSet) == 0x000008, "Member 'StoryGraphActor_SetBoolParameter::bBoolToSet' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_SetBoolParameter, ReturnValue) == 0x000009, "Member 'StoryGraphActor_SetBoolParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StoryGraphActor_TriggerAnyEvent \ static_assert(alignof(StoryGraphActor_TriggerAnyEvent) == 0x000004, "Wrong alignment on StoryGraphActor_TriggerAnyEvent"); \ static_assert(sizeof(StoryGraphActor_TriggerAnyEvent) == 0x000014, "Wrong size on StoryGraphActor_TriggerAnyEvent"); \ static_assert(offsetof(StoryGraphActor_TriggerAnyEvent, OutEventTriggered) == 0x000000, "Member 'StoryGraphActor_TriggerAnyEvent::OutEventTriggered' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_TriggerAnyEvent, EventSource) == 0x000008, "Member 'StoryGraphActor_TriggerAnyEvent::EventSource' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_TriggerAnyEvent, ReturnValue) == 0x000010, "Member 'StoryGraphActor_TriggerAnyEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StoryGraphActor_TriggerEvent \ static_assert(alignof(StoryGraphActor_TriggerEvent) == 0x000004, "Wrong alignment on StoryGraphActor_TriggerEvent"); \ static_assert(sizeof(StoryGraphActor_TriggerEvent) == 0x000014, "Wrong size on StoryGraphActor_TriggerEvent"); \ static_assert(offsetof(StoryGraphActor_TriggerEvent, Event) == 0x000000, "Member 'StoryGraphActor_TriggerEvent::Event' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_TriggerEvent, EventSource) == 0x000008, "Member 'StoryGraphActor_TriggerEvent::EventSource' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_TriggerEvent, ReturnValue) == 0x000010, "Member 'StoryGraphActor_TriggerEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StoryGraphActor_TriggerEventOnActiveSceneRigs \ static_assert(alignof(StoryGraphActor_TriggerEventOnActiveSceneRigs) == 0x000004, "Wrong alignment on StoryGraphActor_TriggerEventOnActiveSceneRigs"); \ static_assert(sizeof(StoryGraphActor_TriggerEventOnActiveSceneRigs) == 0x00000C, "Wrong size on StoryGraphActor_TriggerEventOnActiveSceneRigs"); \ static_assert(offsetof(StoryGraphActor_TriggerEventOnActiveSceneRigs, Event) == 0x000000, "Member 'StoryGraphActor_TriggerEventOnActiveSceneRigs::Event' has a wrong offset!"); \ static_assert(offsetof(StoryGraphActor_TriggerEventOnActiveSceneRigs, ReturnValue) == 0x000008, "Member 'StoryGraphActor_TriggerEventOnActiveSceneRigs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AStoryGraphActor \ static_assert(alignof(AStoryGraphActor) == 0x000008, "Wrong alignment on AStoryGraphActor"); \ static_assert(sizeof(AStoryGraphActor) == 0x000538, "Wrong size on AStoryGraphActor"); \ static_assert(offsetof(AStoryGraphActor, SceneComponent) == 0x000258, "Member 'AStoryGraphActor::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(AStoryGraphActor, DebugTriggerKey) == 0x000260, "Member 'AStoryGraphActor::DebugTriggerKey' has a wrong offset!"); \ static_assert(offsetof(AStoryGraphActor, DebugTriggerEventName) == 0x000278, "Member 'AStoryGraphActor::DebugTriggerEventName' has a wrong offset!"); \ static_assert(offsetof(AStoryGraphActor, TriggerVolumes) == 0x000280, "Member 'AStoryGraphActor::TriggerVolumes' has a wrong offset!"); \ static_assert(offsetof(AStoryGraphActor, StoryGraph) == 0x0002E8, "Member 'AStoryGraphActor::StoryGraph' has a wrong offset!"); \ static_assert(offsetof(AStoryGraphActor, bHoldCurtainUntilPlay) == 0x0002F0, "Member 'AStoryGraphActor::bHoldCurtainUntilPlay' has a wrong offset!"); \ static_assert(offsetof(AStoryGraphActor, LookupAlias) == 0x0002F8, "Member 'AStoryGraphActor::LookupAlias' has a wrong offset!"); \ static_assert(offsetof(AStoryGraphActor, ParameterBlock) == 0x000308, "Member 'AStoryGraphActor::ParameterBlock' has a wrong offset!"); \ static_assert(offsetof(AStoryGraphActor, bAllowTimeRigsToBeSkipped) == 0x000310, "Member 'AStoryGraphActor::bAllowTimeRigsToBeSkipped' has a wrong offset!"); \ static_assert(offsetof(AStoryGraphActor, CustomNodeStates) == 0x000320, "Member 'AStoryGraphActor::CustomNodeStates' has a wrong offset!"); \ static_assert(offsetof(AStoryGraphActor, AmbientPlayer) == 0x000508, "Member 'AStoryGraphActor::AmbientPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_Animation \ static_assert(alignof(USceneActionState_Animation) == 0x000010, "Wrong alignment on USceneActionState_Animation"); \ static_assert(sizeof(USceneActionState_Animation) == 0x0002B0, "Wrong size on USceneActionState_Animation"); \ static_assert(offsetof(USceneActionState_Animation, AnimationTrack) == 0x0000B0, "Member 'USceneActionState_Animation::AnimationTrack' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Animation, SkeletalMeshComponent) == 0x000280, "Member 'USceneActionState_Animation::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Animation, MaxWeight) == 0x000288, "Member 'USceneActionState_Animation::MaxWeight' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Animation, BlendInTime) == 0x00028C, "Member 'USceneActionState_Animation::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Animation, BlendOutTime) == 0x000290, "Member 'USceneActionState_Animation::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Animation, CurrentBlendWeight) == 0x000294, "Member 'USceneActionState_Animation::CurrentBlendWeight' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Animation, CurrentlyInBlendInTime) == 0x000298, "Member 'USceneActionState_Animation::CurrentlyInBlendInTime' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Animation, CurrentlyInBlendOutTime) == 0x000299, "Member 'USceneActionState_Animation::CurrentlyInBlendOutTime' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Animation, ShouldBeRegistered) == 0x00029A, "Member 'USceneActionState_Animation::ShouldBeRegistered' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Animation, AnimationComponent) == 0x0002A0, "Member 'USceneActionState_Animation::AnimationComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPoseSampler_AnimCurves \ static_assert(alignof(UPoseSampler_AnimCurves) == 0x000008, "Wrong alignment on UPoseSampler_AnimCurves"); \ static_assert(sizeof(UPoseSampler_AnimCurves) == 0x000058, "Wrong size on UPoseSampler_AnimCurves"); \ static_assert(offsetof(UPoseSampler_AnimCurves, SkeletalMeshComponent) == 0x000028, "Member 'UPoseSampler_AnimCurves::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UPoseSampler_AnimCurves, LODThreshold) == 0x000030, "Member 'UPoseSampler_AnimCurves::LODThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRig_Direct \ static_assert(alignof(USceneRig_Direct) == 0x000008, "Wrong alignment on USceneRig_Direct"); \ static_assert(sizeof(USceneRig_Direct) == 0x000030, "Wrong size on USceneRig_Direct"); \ static_assert(offsetof(USceneRig_Direct, SceneRig) == 0x000028, "Member 'USceneRig_Direct::SceneRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_AnimCurves \ static_assert(alignof(USceneAction_AnimCurves) == 0x000008, "Wrong alignment on USceneAction_AnimCurves"); \ static_assert(sizeof(USceneAction_AnimCurves) == 0x0000B8, "Wrong size on USceneAction_AnimCurves"); \ static_assert(offsetof(USceneAction_AnimCurves, Layer) == 0x0000A0, "Member 'USceneAction_AnimCurves::Layer' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AnimCurves, Curves) == 0x0000A8, "Member 'USceneAction_AnimCurves::Curves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_AnimCurves \ static_assert(alignof(USceneActionState_AnimCurves) == 0x000008, "Wrong alignment on USceneActionState_AnimCurves"); \ static_assert(sizeof(USceneActionState_AnimCurves) == 0x000098, "Wrong size on USceneActionState_AnimCurves"); \ static_assert(offsetof(USceneActionState_AnimCurves, PoseSampler) == 0x000090, "Member 'USceneActionState_AnimCurves::PoseSampler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigDialogTrack \ static_assert(alignof(USceneRigDialogTrack) == 0x000008, "Wrong alignment on USceneRigDialogTrack"); \ static_assert(sizeof(USceneRigDialogTrack) == 0x0000B0, "Wrong size on USceneRigDialogTrack"); \ static_assert(offsetof(USceneRigDialogTrack, EventReceivers) == 0x000090, "Member 'USceneRigDialogTrack::EventReceivers' has a wrong offset!"); \ static_assert(offsetof(USceneRigDialogTrack, Sections) == 0x0000A0, "Member 'USceneRigDialogTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_Attach \ static_assert(alignof(USceneAction_Attach) == 0x000008, "Wrong alignment on USceneAction_Attach"); \ static_assert(sizeof(USceneAction_Attach) == 0x0000B0, "Wrong size on USceneAction_Attach"); \ static_assert(offsetof(USceneAction_Attach, PlacementIsMoving) == 0x0000A0, "Member 'USceneAction_Attach::PlacementIsMoving' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Attach, Placement) == 0x0000A8, "Member 'USceneAction_Attach::Placement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_Attach \ static_assert(alignof(USceneActionState_Attach) == 0x000010, "Wrong alignment on USceneActionState_Attach"); \ static_assert(sizeof(USceneActionState_Attach) == 0x0000C0, "Wrong size on USceneActionState_Attach"); \ static_assert(offsetof(USceneActionState_Attach, PlacementIsMoving) == 0x000070, "Member 'USceneActionState_Attach::PlacementIsMoving' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Attach, PlacementIsValid) == 0x000071, "Member 'USceneActionState_Attach::PlacementIsValid' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Attach, InitialPlacementTransform) == 0x000080, "Member 'USceneActionState_Attach::InitialPlacementTransform' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Attach, PlacementProvider) == 0x0000B0, "Member 'USceneActionState_Attach::PlacementProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigCameraParametersComponent \ static_assert(alignof(USceneRigCameraParametersComponent) == 0x000008, "Wrong alignment on USceneRigCameraParametersComponent"); \ static_assert(sizeof(USceneRigCameraParametersComponent) == 0x000128, "Wrong size on USceneRigCameraParametersComponent"); \ static_assert(offsetof(USceneRigCameraParametersComponent, SceneRigInstanceContext) == 0x0000D0, "Member 'USceneRigCameraParametersComponent::SceneRigInstanceContext' has a wrong offset!"); \ static_assert(offsetof(USceneRigCameraParametersComponent, Parameters) == 0x0000D8, "Member 'USceneRigCameraParametersComponent::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_FinishIn \ static_assert(alignof(SceneAction_Blueprint_FinishIn) == 0x000004, "Wrong alignment on SceneAction_Blueprint_FinishIn"); \ static_assert(sizeof(SceneAction_Blueprint_FinishIn) == 0x000004, "Wrong size on SceneAction_Blueprint_FinishIn"); \ static_assert(offsetof(SceneAction_Blueprint_FinishIn, SecondsFromNow) == 0x000000, "Member 'SceneAction_Blueprint_FinishIn::SecondsFromNow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_GetActionObjectBP \ static_assert(alignof(SceneAction_Blueprint_GetActionObjectBP) == 0x000008, "Wrong alignment on SceneAction_Blueprint_GetActionObjectBP"); \ static_assert(sizeof(SceneAction_Blueprint_GetActionObjectBP) == 0x000008, "Wrong size on SceneAction_Blueprint_GetActionObjectBP"); \ static_assert(offsetof(SceneAction_Blueprint_GetActionObjectBP, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_GetActionObjectBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_OnCreate \ static_assert(alignof(SceneAction_Blueprint_OnCreate) == 0x000008, "Wrong alignment on SceneAction_Blueprint_OnCreate"); \ static_assert(sizeof(SceneAction_Blueprint_OnCreate) == 0x000008, "Wrong size on SceneAction_Blueprint_OnCreate"); \ static_assert(offsetof(SceneAction_Blueprint_OnCreate, ActionState) == 0x000000, "Member 'SceneAction_Blueprint_OnCreate::ActionState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_OnEnterInterval \ static_assert(alignof(SceneAction_Blueprint_OnEnterInterval) == 0x000004, "Wrong alignment on SceneAction_Blueprint_OnEnterInterval"); \ static_assert(sizeof(SceneAction_Blueprint_OnEnterInterval) == 0x000008, "Wrong size on SceneAction_Blueprint_OnEnterInterval"); \ static_assert(offsetof(SceneAction_Blueprint_OnEnterInterval, Time) == 0x000000, "Member 'SceneAction_Blueprint_OnEnterInterval::Time' has a wrong offset!"); \ static_assert(offsetof(SceneAction_Blueprint_OnEnterInterval, IsScrubbing) == 0x000004, "Member 'SceneAction_Blueprint_OnEnterInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_OnExitInterval \ static_assert(alignof(SceneAction_Blueprint_OnExitInterval) == 0x000004, "Wrong alignment on SceneAction_Blueprint_OnExitInterval"); \ static_assert(sizeof(SceneAction_Blueprint_OnExitInterval) == 0x000008, "Wrong size on SceneAction_Blueprint_OnExitInterval"); \ static_assert(offsetof(SceneAction_Blueprint_OnExitInterval, Time) == 0x000000, "Member 'SceneAction_Blueprint_OnExitInterval::Time' has a wrong offset!"); \ static_assert(offsetof(SceneAction_Blueprint_OnExitInterval, cancelled) == 0x000004, "Member 'SceneAction_Blueprint_OnExitInterval::cancelled' has a wrong offset!"); \ static_assert(offsetof(SceneAction_Blueprint_OnExitInterval, IsScrubbing) == 0x000005, "Member 'SceneAction_Blueprint_OnExitInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_OnInstant \ static_assert(alignof(SceneAction_Blueprint_OnInstant) == 0x000004, "Wrong alignment on SceneAction_Blueprint_OnInstant"); \ static_assert(sizeof(SceneAction_Blueprint_OnInstant) == 0x000008, "Wrong size on SceneAction_Blueprint_OnInstant"); \ static_assert(offsetof(SceneAction_Blueprint_OnInstant, Time) == 0x000000, "Member 'SceneAction_Blueprint_OnInstant::Time' has a wrong offset!"); \ static_assert(offsetof(SceneAction_Blueprint_OnInstant, IsScrubbing) == 0x000004, "Member 'SceneAction_Blueprint_OnInstant::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_OnInstantPostActorTick \ static_assert(alignof(SceneAction_Blueprint_OnInstantPostActorTick) == 0x000004, "Wrong alignment on SceneAction_Blueprint_OnInstantPostActorTick"); \ static_assert(sizeof(SceneAction_Blueprint_OnInstantPostActorTick) == 0x000008, "Wrong size on SceneAction_Blueprint_OnInstantPostActorTick"); \ static_assert(offsetof(SceneAction_Blueprint_OnInstantPostActorTick, Time) == 0x000000, "Member 'SceneAction_Blueprint_OnInstantPostActorTick::Time' has a wrong offset!"); \ static_assert(offsetof(SceneAction_Blueprint_OnInstantPostActorTick, IsScrubbing) == 0x000004, "Member 'SceneAction_Blueprint_OnInstantPostActorTick::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_OnPauseInsideInterval \ static_assert(alignof(SceneAction_Blueprint_OnPauseInsideInterval) == 0x000001, "Wrong alignment on SceneAction_Blueprint_OnPauseInsideInterval"); \ static_assert(sizeof(SceneAction_Blueprint_OnPauseInsideInterval) == 0x000001, "Wrong size on SceneAction_Blueprint_OnPauseInsideInterval"); \ static_assert(offsetof(SceneAction_Blueprint_OnPauseInsideInterval, bPause) == 0x000000, "Member 'SceneAction_Blueprint_OnPauseInsideInterval::bPause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_OnSetTimeInsideInterval \ static_assert(alignof(SceneAction_Blueprint_OnSetTimeInsideInterval) == 0x000004, "Wrong alignment on SceneAction_Blueprint_OnSetTimeInsideInterval"); \ static_assert(sizeof(SceneAction_Blueprint_OnSetTimeInsideInterval) == 0x00000C, "Wrong size on SceneAction_Blueprint_OnSetTimeInsideInterval"); \ static_assert(offsetof(SceneAction_Blueprint_OnSetTimeInsideInterval, Time) == 0x000000, "Member 'SceneAction_Blueprint_OnSetTimeInsideInterval::Time' has a wrong offset!"); \ static_assert(offsetof(SceneAction_Blueprint_OnSetTimeInsideInterval, LocalTime) == 0x000004, "Member 'SceneAction_Blueprint_OnSetTimeInsideInterval::LocalTime' has a wrong offset!"); \ static_assert(offsetof(SceneAction_Blueprint_OnSetTimeInsideInterval, IsScrubbing) == 0x000008, "Member 'SceneAction_Blueprint_OnSetTimeInsideInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_OnSetTimeInsideIntervalPostActorTick \ static_assert(alignof(SceneAction_Blueprint_OnSetTimeInsideIntervalPostActorTick) == 0x000004, "Wrong alignment on SceneAction_Blueprint_OnSetTimeInsideIntervalPostActorTick"); \ static_assert(sizeof(SceneAction_Blueprint_OnSetTimeInsideIntervalPostActorTick) == 0x00000C, "Wrong size on SceneAction_Blueprint_OnSetTimeInsideIntervalPostActorTick"); \ static_assert(offsetof(SceneAction_Blueprint_OnSetTimeInsideIntervalPostActorTick, Time) == 0x000000, "Member 'SceneAction_Blueprint_OnSetTimeInsideIntervalPostActorTick::Time' has a wrong offset!"); \ static_assert(offsetof(SceneAction_Blueprint_OnSetTimeInsideIntervalPostActorTick, LocalTime) == 0x000004, "Member 'SceneAction_Blueprint_OnSetTimeInsideIntervalPostActorTick::LocalTime' has a wrong offset!"); \ static_assert(offsetof(SceneAction_Blueprint_OnSetTimeInsideIntervalPostActorTick, IsScrubbing) == 0x000008, "Member 'SceneAction_Blueprint_OnSetTimeInsideIntervalPostActorTick::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_SetAutoDurationBP \ static_assert(alignof(SceneAction_Blueprint_SetAutoDurationBP) == 0x000004, "Wrong alignment on SceneAction_Blueprint_SetAutoDurationBP"); \ static_assert(sizeof(SceneAction_Blueprint_SetAutoDurationBP) == 0x000004, "Wrong size on SceneAction_Blueprint_SetAutoDurationBP"); \ static_assert(offsetof(SceneAction_Blueprint_SetAutoDurationBP, Duration) == 0x000000, "Member 'SceneAction_Blueprint_SetAutoDurationBP::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_DevOnly_IsHammerTime \ static_assert(alignof(SceneAction_Blueprint_DevOnly_IsHammerTime) == 0x000001, "Wrong alignment on SceneAction_Blueprint_DevOnly_IsHammerTime"); \ static_assert(sizeof(SceneAction_Blueprint_DevOnly_IsHammerTime) == 0x000001, "Wrong size on SceneAction_Blueprint_DevOnly_IsHammerTime"); \ static_assert(offsetof(SceneAction_Blueprint_DevOnly_IsHammerTime, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_DevOnly_IsHammerTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_GetActionColor \ static_assert(alignof(SceneAction_Blueprint_GetActionColor) == 0x000004, "Wrong alignment on SceneAction_Blueprint_GetActionColor"); \ static_assert(sizeof(SceneAction_Blueprint_GetActionColor) == 0x000010, "Wrong size on SceneAction_Blueprint_GetActionColor"); \ static_assert(offsetof(SceneAction_Blueprint_GetActionColor, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_GetActionColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_GetAutoDurationBP \ static_assert(alignof(SceneAction_Blueprint_GetAutoDurationBP) == 0x000004, "Wrong alignment on SceneAction_Blueprint_GetAutoDurationBP"); \ static_assert(sizeof(SceneAction_Blueprint_GetAutoDurationBP) == 0x000004, "Wrong size on SceneAction_Blueprint_GetAutoDurationBP"); \ static_assert(offsetof(SceneAction_Blueprint_GetAutoDurationBP, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_GetAutoDurationBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_GetContext \ static_assert(alignof(SceneAction_Blueprint_GetContext) == 0x000008, "Wrong alignment on SceneAction_Blueprint_GetContext"); \ static_assert(sizeof(SceneAction_Blueprint_GetContext) == 0x000008, "Wrong size on SceneAction_Blueprint_GetContext"); \ static_assert(offsetof(SceneAction_Blueprint_GetContext, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_GetContext::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_GetDisplayName \ static_assert(alignof(SceneAction_Blueprint_GetDisplayName) == 0x000008, "Wrong alignment on SceneAction_Blueprint_GetDisplayName"); \ static_assert(sizeof(SceneAction_Blueprint_GetDisplayName) == 0x000018, "Wrong size on SceneAction_Blueprint_GetDisplayName"); \ static_assert(offsetof(SceneAction_Blueprint_GetDisplayName, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_GetDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_GetDuration \ static_assert(alignof(SceneAction_Blueprint_GetDuration) == 0x000004, "Wrong alignment on SceneAction_Blueprint_GetDuration"); \ static_assert(sizeof(SceneAction_Blueprint_GetDuration) == 0x000004, "Wrong size on SceneAction_Blueprint_GetDuration"); \ static_assert(offsetof(SceneAction_Blueprint_GetDuration, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_GetDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_GetIterationLength \ static_assert(alignof(SceneAction_Blueprint_GetIterationLength) == 0x000004, "Wrong alignment on SceneAction_Blueprint_GetIterationLength"); \ static_assert(sizeof(SceneAction_Blueprint_GetIterationLength) == 0x000004, "Wrong size on SceneAction_Blueprint_GetIterationLength"); \ static_assert(offsetof(SceneAction_Blueprint_GetIterationLength, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_GetIterationLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_GetSceneRig \ static_assert(alignof(SceneAction_Blueprint_GetSceneRig) == 0x000008, "Wrong alignment on SceneAction_Blueprint_GetSceneRig"); \ static_assert(sizeof(SceneAction_Blueprint_GetSceneRig) == 0x000008, "Wrong size on SceneAction_Blueprint_GetSceneRig"); \ static_assert(offsetof(SceneAction_Blueprint_GetSceneRig, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_GetSceneRig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_GetSortOrder \ static_assert(alignof(SceneAction_Blueprint_GetSortOrder) == 0x000004, "Wrong alignment on SceneAction_Blueprint_GetSortOrder"); \ static_assert(sizeof(SceneAction_Blueprint_GetSortOrder) == 0x000004, "Wrong size on SceneAction_Blueprint_GetSortOrder"); \ static_assert(offsetof(SceneAction_Blueprint_GetSortOrder, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_GetSortOrder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_GetSortOrderPostActorTick \ static_assert(alignof(SceneAction_Blueprint_GetSortOrderPostActorTick) == 0x000004, "Wrong alignment on SceneAction_Blueprint_GetSortOrderPostActorTick"); \ static_assert(sizeof(SceneAction_Blueprint_GetSortOrderPostActorTick) == 0x000004, "Wrong size on SceneAction_Blueprint_GetSortOrderPostActorTick"); \ static_assert(offsetof(SceneAction_Blueprint_GetSortOrderPostActorTick, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_GetSortOrderPostActorTick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_GetStartTimeBP \ static_assert(alignof(SceneAction_Blueprint_GetStartTimeBP) == 0x000004, "Wrong alignment on SceneAction_Blueprint_GetStartTimeBP"); \ static_assert(sizeof(SceneAction_Blueprint_GetStartTimeBP) == 0x000004, "Wrong size on SceneAction_Blueprint_GetStartTimeBP"); \ static_assert(offsetof(SceneAction_Blueprint_GetStartTimeBP, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_GetStartTimeBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_GetStoryGraph \ static_assert(alignof(SceneAction_Blueprint_GetStoryGraph) == 0x000008, "Wrong alignment on SceneAction_Blueprint_GetStoryGraph"); \ static_assert(sizeof(SceneAction_Blueprint_GetStoryGraph) == 0x000010, "Wrong size on SceneAction_Blueprint_GetStoryGraph"); \ static_assert(offsetof(SceneAction_Blueprint_GetStoryGraph, Caller) == 0x000000, "Member 'SceneAction_Blueprint_GetStoryGraph::Caller' has a wrong offset!"); \ static_assert(offsetof(SceneAction_Blueprint_GetStoryGraph, ReturnValue) == 0x000008, "Member 'SceneAction_Blueprint_GetStoryGraph::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_GetStoryGraphNode \ static_assert(alignof(SceneAction_Blueprint_GetStoryGraphNode) == 0x000008, "Wrong alignment on SceneAction_Blueprint_GetStoryGraphNode"); \ static_assert(sizeof(SceneAction_Blueprint_GetStoryGraphNode) == 0x000010, "Wrong size on SceneAction_Blueprint_GetStoryGraphNode"); \ static_assert(offsetof(SceneAction_Blueprint_GetStoryGraphNode, Caller) == 0x000000, "Member 'SceneAction_Blueprint_GetStoryGraphNode::Caller' has a wrong offset!"); \ static_assert(offsetof(SceneAction_Blueprint_GetStoryGraphNode, ReturnValue) == 0x000008, "Member 'SceneAction_Blueprint_GetStoryGraphNode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_GetValidBranchIDsBP \ static_assert(alignof(SceneAction_Blueprint_GetValidBranchIDsBP) == 0x000008, "Wrong alignment on SceneAction_Blueprint_GetValidBranchIDsBP"); \ static_assert(sizeof(SceneAction_Blueprint_GetValidBranchIDsBP) == 0x000058, "Wrong size on SceneAction_Blueprint_GetValidBranchIDsBP"); \ static_assert(offsetof(SceneAction_Blueprint_GetValidBranchIDsBP, Caller) == 0x000000, "Member 'SceneAction_Blueprint_GetValidBranchIDsBP::Caller' has a wrong offset!"); \ static_assert(offsetof(SceneAction_Blueprint_GetValidBranchIDsBP, BranchIDs) == 0x000008, "Member 'SceneAction_Blueprint_GetValidBranchIDsBP::BranchIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_HasNormalTick \ static_assert(alignof(SceneAction_Blueprint_HasNormalTick) == 0x000001, "Wrong alignment on SceneAction_Blueprint_HasNormalTick"); \ static_assert(sizeof(SceneAction_Blueprint_HasNormalTick) == 0x000001, "Wrong size on SceneAction_Blueprint_HasNormalTick"); \ static_assert(offsetof(SceneAction_Blueprint_HasNormalTick, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_HasNormalTick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_HasPostActorTick \ static_assert(alignof(SceneAction_Blueprint_HasPostActorTick) == 0x000001, "Wrong alignment on SceneAction_Blueprint_HasPostActorTick"); \ static_assert(sizeof(SceneAction_Blueprint_HasPostActorTick) == 0x000001, "Wrong size on SceneAction_Blueprint_HasPostActorTick"); \ static_assert(offsetof(SceneAction_Blueprint_HasPostActorTick, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_HasPostActorTick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_IsEnabledBP \ static_assert(alignof(SceneAction_Blueprint_IsEnabledBP) == 0x000001, "Wrong alignment on SceneAction_Blueprint_IsEnabledBP"); \ static_assert(sizeof(SceneAction_Blueprint_IsEnabledBP) == 0x000001, "Wrong size on SceneAction_Blueprint_IsEnabledBP"); \ static_assert(offsetof(SceneAction_Blueprint_IsEnabledBP, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_IsEnabledBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_IsInEditor \ static_assert(alignof(SceneAction_Blueprint_IsInEditor) == 0x000001, "Wrong alignment on SceneAction_Blueprint_IsInEditor"); \ static_assert(sizeof(SceneAction_Blueprint_IsInEditor) == 0x000001, "Wrong size on SceneAction_Blueprint_IsInEditor"); \ static_assert(offsetof(SceneAction_Blueprint_IsInEditor, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_IsInEditor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_IsInstant \ static_assert(alignof(SceneAction_Blueprint_IsInstant) == 0x000001, "Wrong alignment on SceneAction_Blueprint_IsInstant"); \ static_assert(sizeof(SceneAction_Blueprint_IsInstant) == 0x000001, "Wrong size on SceneAction_Blueprint_IsInstant"); \ static_assert(offsetof(SceneAction_Blueprint_IsInstant, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_IsInstant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_IsProxyRequiredBP \ static_assert(alignof(SceneAction_Blueprint_IsProxyRequiredBP) == 0x000001, "Wrong alignment on SceneAction_Blueprint_IsProxyRequiredBP"); \ static_assert(sizeof(SceneAction_Blueprint_IsProxyRequiredBP) == 0x000001, "Wrong size on SceneAction_Blueprint_IsProxyRequiredBP"); \ static_assert(offsetof(SceneAction_Blueprint_IsProxyRequiredBP, ReturnValue) == 0x000000, "Member 'SceneAction_Blueprint_IsProxyRequiredBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneAction_Blueprint_SetBranchID \ static_assert(alignof(SceneAction_Blueprint_SetBranchID) == 0x000004, "Wrong alignment on SceneAction_Blueprint_SetBranchID"); \ static_assert(sizeof(SceneAction_Blueprint_SetBranchID) == 0x000008, "Wrong size on SceneAction_Blueprint_SetBranchID"); \ static_assert(offsetof(SceneAction_Blueprint_SetBranchID, BranchID) == 0x000000, "Member 'SceneAction_Blueprint_SetBranchID::BranchID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_Blueprint \ static_assert(alignof(USceneAction_Blueprint) == 0x000008, "Wrong alignment on USceneAction_Blueprint"); \ static_assert(sizeof(USceneAction_Blueprint) == 0x0000A8, "Wrong size on USceneAction_Blueprint"); \ static_assert(offsetof(USceneAction_Blueprint, State) == 0x0000A0, "Member 'USceneAction_Blueprint::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_Blueprint \ static_assert(alignof(USceneActionState_Blueprint) == 0x000008, "Wrong alignment on USceneActionState_Blueprint"); \ static_assert(sizeof(USceneActionState_Blueprint) == 0x000088, "Wrong size on USceneActionState_Blueprint"); \ static_assert(offsetof(USceneActionState_Blueprint, BlueprintInstance) == 0x000070, "Member 'USceneActionState_Blueprint::BlueprintInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigInstanceContext \ static_assert(alignof(USceneRigInstanceContext) == 0x000008, "Wrong alignment on USceneRigInstanceContext"); \ static_assert(sizeof(USceneRigInstanceContext) == 0x000B70, "Wrong size on USceneRigInstanceContext"); \ static_assert(offsetof(USceneRigInstanceContext, ProviderStateMap) == 0x000738, "Member 'USceneRigInstanceContext::ProviderStateMap' has a wrong offset!"); \ static_assert(offsetof(USceneRigInstanceContext, StreamingLevels) == 0x000928, "Member 'USceneRigInstanceContext::StreamingLevels' has a wrong offset!"); \ static_assert(offsetof(USceneRigInstanceContext, Parameters) == 0x000998, "Member 'USceneRigInstanceContext::Parameters' has a wrong offset!"); \ static_assert(offsetof(USceneRigInstanceContext, ParameterChangeRequests) == 0x000A20, "Member 'USceneRigInstanceContext::ParameterChangeRequests' has a wrong offset!"); \ static_assert(offsetof(USceneRigInstanceContext, BoundObjects) == 0x000A80, "Member 'USceneRigInstanceContext::BoundObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_Camera \ static_assert(alignof(USceneAction_Camera) == 0x000008, "Wrong alignment on USceneAction_Camera"); \ static_assert(sizeof(USceneAction_Camera) == 0x000130, "Wrong size on USceneAction_Camera"); \ static_assert(offsetof(USceneAction_Camera, Priority) == 0x000088, "Member 'USceneAction_Camera::Priority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Camera, Camera) == 0x000090, "Member 'USceneAction_Camera::Camera' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Camera, TransitionInSettings) == 0x000098, "Member 'USceneAction_Camera::TransitionInSettings' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Camera, TransitionOutSettings) == 0x0000C8, "Member 'USceneAction_Camera::TransitionOutSettings' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Camera, bCameraTransitionOutDelayed) == 0x0000F8, "Member 'USceneAction_Camera::bCameraTransitionOutDelayed' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Camera, InitialCamera) == 0x000100, "Member 'USceneAction_Camera::InitialCamera' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Camera, FinalCamera) == 0x000108, "Member 'USceneAction_Camera::FinalCamera' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Camera, BlendTime) == 0x000110, "Member 'USceneAction_Camera::BlendTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Camera, BlendTimeIntoGameCamera) == 0x000118, "Member 'USceneAction_Camera::BlendTimeIntoGameCamera' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Camera, bLazyBlendIntoGameCamera) == 0x000120, "Member 'USceneAction_Camera::bLazyBlendIntoGameCamera' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Camera, GameCameraResetType) == 0x000121, "Member 'USceneAction_Camera::GameCameraResetType' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Camera, GameCameraLookAtLocation) == 0x000128, "Member 'USceneAction_Camera::GameCameraLookAtLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_Camera \ static_assert(alignof(USceneActionState_Camera) == 0x000008, "Wrong alignment on USceneActionState_Camera"); \ static_assert(sizeof(USceneActionState_Camera) == 0x000068, "Wrong size on USceneActionState_Camera"); \ static_assert(offsetof(USceneActionState_Camera, CameraActor) == 0x000058, "Member 'USceneActionState_Camera::CameraActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_CameraFixup \ static_assert(alignof(USceneAction_CameraFixup) == 0x000008, "Wrong alignment on USceneAction_CameraFixup"); \ static_assert(sizeof(USceneAction_CameraFixup) == 0x0000B8, "Wrong size on USceneAction_CameraFixup"); \ static_assert(offsetof(USceneAction_CameraFixup, Layer) == 0x0000A0, "Member 'USceneAction_CameraFixup::Layer' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraFixup, FixupOperations) == 0x0000A8, "Member 'USceneAction_CameraFixup::FixupOperations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_CameraFixup \ static_assert(alignof(USceneActionState_CameraFixup) == 0x000008, "Wrong alignment on USceneActionState_CameraFixup"); \ static_assert(sizeof(USceneActionState_CameraFixup) == 0x000090, "Wrong size on USceneActionState_CameraFixup"); \ static_assert(offsetof(USceneActionState_CameraFixup, Layer) == 0x000070, "Member 'USceneActionState_CameraFixup::Layer' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_CameraFixup, FixupOperationStates) == 0x000078, "Member 'USceneActionState_CameraFixup::FixupOperationStates' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_CameraFixup, FirstFrameRefresh) == 0x000088, "Member 'USceneActionState_CameraFixup::FirstFrameRefresh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ISceneRigParticipant \ static_assert(alignof(ISceneRigParticipant) == 0x000001, "Wrong alignment on ISceneRigParticipant"); \ static_assert(sizeof(ISceneRigParticipant) == 0x000001, "Wrong size on ISceneRigParticipant"); \ #define DUMPER7_ASSERTS_USceneAction_CameraLookAtTarget \ static_assert(alignof(USceneAction_CameraLookAtTarget) == 0x000008, "Wrong alignment on USceneAction_CameraLookAtTarget"); \ static_assert(sizeof(USceneAction_CameraLookAtTarget) == 0x0000A8, "Wrong size on USceneAction_CameraLookAtTarget"); \ static_assert(offsetof(USceneAction_CameraLookAtTarget, LookAtLocation) == 0x000088, "Member 'USceneAction_CameraLookAtTarget::LookAtLocation' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraLookAtTarget, UseAverageLocation) == 0x000090, "Member 'USceneAction_CameraLookAtTarget::UseAverageLocation' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraLookAtTarget, AverageLocationBufferSize) == 0x000094, "Member 'USceneAction_CameraLookAtTarget::AverageLocationBufferSize' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraLookAtTarget, LookAtStrength) == 0x000098, "Member 'USceneAction_CameraLookAtTarget::LookAtStrength' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraLookAtTarget, TriggerVolume) == 0x0000A0, "Member 'USceneAction_CameraLookAtTarget::TriggerVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_CameraLookAtTarget \ static_assert(alignof(USceneActionState_CameraLookAtTarget) == 0x000008, "Wrong alignment on USceneActionState_CameraLookAtTarget"); \ static_assert(sizeof(USceneActionState_CameraLookAtTarget) == 0x000068, "Wrong size on USceneActionState_CameraLookAtTarget"); \ static_assert(offsetof(USceneActionState_CameraLookAtTarget, LookAtTargetActor) == 0x000050, "Member 'USceneActionState_CameraLookAtTarget::LookAtTargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigCameraTrack \ static_assert(alignof(USceneRigCameraTrack) == 0x000008, "Wrong alignment on USceneRigCameraTrack"); \ static_assert(sizeof(USceneRigCameraTrack) == 0x0000A0, "Wrong size on USceneRigCameraTrack"); \ static_assert(offsetof(USceneRigCameraTrack, Sections) == 0x000090, "Member 'USceneRigCameraTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_CameraReset \ static_assert(alignof(USceneAction_CameraReset) == 0x000008, "Wrong alignment on USceneAction_CameraReset"); \ static_assert(sizeof(USceneAction_CameraReset) == 0x0000B0, "Wrong size on USceneAction_CameraReset"); \ static_assert(offsetof(USceneAction_CameraReset, ResetType) == 0x000088, "Member 'USceneAction_CameraReset::ResetType' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraReset, ResetLookAtLocation) == 0x000090, "Member 'USceneAction_CameraReset::ResetLookAtLocation' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraReset, FixedArmRotationValue) == 0x000098, "Member 'USceneAction_CameraReset::FixedArmRotationValue' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraReset, RotationOffset) == 0x0000A4, "Member 'USceneAction_CameraReset::RotationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_CameraReset \ static_assert(alignof(USceneActionState_CameraReset) == 0x000008, "Wrong alignment on USceneActionState_CameraReset"); \ static_assert(sizeof(USceneActionState_CameraReset) == 0x000050, "Wrong size on USceneActionState_CameraReset"); \ #define DUMPER7_ASSERTS_USceneRigProxyMocapStage \ static_assert(alignof(USceneRigProxyMocapStage) == 0x000008, "Wrong alignment on USceneRigProxyMocapStage"); \ static_assert(sizeof(USceneRigProxyMocapStage) == 0x000088, "Wrong size on USceneRigProxyMocapStage"); \ static_assert(offsetof(USceneRigProxyMocapStage, Visible) == 0x000080, "Member 'USceneRigProxyMocapStage::Visible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_CameraSetNamedTargetActor \ static_assert(alignof(USceneAction_CameraSetNamedTargetActor) == 0x000008, "Wrong alignment on USceneAction_CameraSetNamedTargetActor"); \ static_assert(sizeof(USceneAction_CameraSetNamedTargetActor) == 0x0000A0, "Wrong size on USceneAction_CameraSetNamedTargetActor"); \ static_assert(offsetof(USceneAction_CameraSetNamedTargetActor, TargetName) == 0x000088, "Member 'USceneAction_CameraSetNamedTargetActor::TargetName' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraSetNamedTargetActor, TargetActor) == 0x000090, "Member 'USceneAction_CameraSetNamedTargetActor::TargetActor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraSetNamedTargetActor, bForceResetCamera) == 0x000098, "Member 'USceneAction_CameraSetNamedTargetActor::bForceResetCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_CameraSetNamedTargetActor \ static_assert(alignof(USceneActionState_CameraSetNamedTargetActor) == 0x000008, "Wrong alignment on USceneActionState_CameraSetNamedTargetActor"); \ static_assert(sizeof(USceneActionState_CameraSetNamedTargetActor) == 0x000050, "Wrong size on USceneActionState_CameraSetNamedTargetActor"); \ #define DUMPER7_ASSERTS_USceneAction_CameraStackModification \ static_assert(alignof(USceneAction_CameraStackModification) == 0x000008, "Wrong alignment on USceneAction_CameraStackModification"); \ static_assert(sizeof(USceneAction_CameraStackModification) == 0x000100, "Wrong size on USceneAction_CameraStackModification"); \ static_assert(offsetof(USceneAction_CameraStackModification, Operations) == 0x0000A0, "Member 'USceneAction_CameraStackModification::Operations' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraStackModification, Parameters) == 0x0000A8, "Member 'USceneAction_CameraStackModification::Parameters' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraStackModification, BlendInDuration) == 0x0000F8, "Member 'USceneAction_CameraStackModification::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraStackModification, BlendOutDuration) == 0x0000FC, "Member 'USceneAction_CameraStackModification::BlendOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_CameraStackModification \ static_assert(alignof(USceneActionState_CameraStackModification) == 0x000008, "Wrong alignment on USceneActionState_CameraStackModification"); \ static_assert(sizeof(USceneActionState_CameraStackModification) == 0x000080, "Wrong size on USceneActionState_CameraStackModification"); \ static_assert(offsetof(USceneActionState_CameraStackModification, OperationStates) == 0x000070, "Member 'USceneActionState_CameraStackModification::OperationStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameterDefinition_FString \ static_assert(alignof(USceneRigParameterDefinition_FString) == 0x000008, "Wrong alignment on USceneRigParameterDefinition_FString"); \ static_assert(sizeof(USceneRigParameterDefinition_FString) == 0x000048, "Wrong size on USceneRigParameterDefinition_FString"); \ static_assert(offsetof(USceneRigParameterDefinition_FString, DefaultValue) == 0x000038, "Member 'USceneRigParameterDefinition_FString::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_CameraStackSetup \ static_assert(alignof(USceneAction_CameraStackSetup) == 0x000008, "Wrong alignment on USceneAction_CameraStackSetup"); \ static_assert(sizeof(USceneAction_CameraStackSetup) == 0x000110, "Wrong size on USceneAction_CameraStackSetup"); \ static_assert(offsetof(USceneAction_CameraStackSetup, CameraTargetTransform) == 0x0000A0, "Member 'USceneAction_CameraStackSetup::CameraTargetTransform' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraStackSetup, CameraStack) == 0x0000A8, "Member 'USceneAction_CameraStackSetup::CameraStack' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraStackSetup, Parameters) == 0x0000B0, "Member 'USceneAction_CameraStackSetup::Parameters' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraStackSetup, BlendInDuration) == 0x000100, "Member 'USceneAction_CameraStackSetup::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraStackSetup, BlendOutDuration) == 0x000104, "Member 'USceneAction_CameraStackSetup::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CameraStackSetup, InputPriorityOverride) == 0x000108, "Member 'USceneAction_CameraStackSetup::InputPriorityOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_CameraStackSetup \ static_assert(alignof(USceneActionState_CameraStackSetup) == 0x000008, "Wrong alignment on USceneActionState_CameraStackSetup"); \ static_assert(sizeof(USceneActionState_CameraStackSetup) == 0x000078, "Wrong size on USceneActionState_CameraStackSetup"); \ #define DUMPER7_ASSERTS_ASceneRigMayaExportOrigin \ static_assert(alignof(ASceneRigMayaExportOrigin) == 0x000008, "Wrong alignment on ASceneRigMayaExportOrigin"); \ static_assert(sizeof(ASceneRigMayaExportOrigin) == 0x000248, "Wrong size on ASceneRigMayaExportOrigin"); \ #define DUMPER7_ASSERTS_USceneAction_ChangeOutfit \ static_assert(alignof(USceneAction_ChangeOutfit) == 0x000008, "Wrong alignment on USceneAction_ChangeOutfit"); \ static_assert(sizeof(USceneAction_ChangeOutfit) == 0x0000A8, "Wrong size on USceneAction_ChangeOutfit"); \ static_assert(offsetof(USceneAction_ChangeOutfit, Outfit) == 0x0000A0, "Member 'USceneAction_ChangeOutfit::Outfit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_ChangeOutfit \ static_assert(alignof(USceneActionState_ChangeOutfit) == 0x000008, "Wrong alignment on USceneActionState_ChangeOutfit"); \ static_assert(sizeof(USceneActionState_ChangeOutfit) == 0x000078, "Wrong size on USceneActionState_ChangeOutfit"); \ #define DUMPER7_ASSERTS_USceneRigParameterDefinition_Object \ static_assert(alignof(USceneRigParameterDefinition_Object) == 0x000008, "Wrong alignment on USceneRigParameterDefinition_Object"); \ static_assert(sizeof(USceneRigParameterDefinition_Object) == 0x000048, "Wrong size on USceneRigParameterDefinition_Object"); \ static_assert(offsetof(USceneRigParameterDefinition_Object, DefaultObject) == 0x000038, "Member 'USceneRigParameterDefinition_Object::DefaultObject' has a wrong offset!"); \ static_assert(offsetof(USceneRigParameterDefinition_Object, EvaluateOnce) == 0x000040, "Member 'USceneRigParameterDefinition_Object::EvaluateOnce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_DisableClothSimulation \ static_assert(alignof(USceneAction_DisableClothSimulation) == 0x000008, "Wrong alignment on USceneAction_DisableClothSimulation"); \ static_assert(sizeof(USceneAction_DisableClothSimulation) == 0x0000C0, "Wrong size on USceneAction_DisableClothSimulation"); \ static_assert(offsetof(USceneAction_DisableClothSimulation, BlendInTime) == 0x0000A0, "Member 'USceneAction_DisableClothSimulation::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DisableClothSimulation, BlendOutTime) == 0x0000A4, "Member 'USceneAction_DisableClothSimulation::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DisableClothSimulation, bPiecesListIsInclusive) == 0x0000A8, "Member 'USceneAction_DisableClothSimulation::bPiecesListIsInclusive' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DisableClothSimulation, PiecesList) == 0x0000B0, "Member 'USceneAction_DisableClothSimulation::PiecesList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_DisableClothSimulation \ static_assert(alignof(USceneActionState_DisableClothSimulation) == 0x000008, "Wrong alignment on USceneActionState_DisableClothSimulation"); \ static_assert(sizeof(USceneActionState_DisableClothSimulation) == 0x000098, "Wrong size on USceneActionState_DisableClothSimulation"); \ static_assert(offsetof(USceneActionState_DisableClothSimulation, DisableClothDefinition) == 0x000070, "Member 'USceneActionState_DisableClothSimulation::DisableClothDefinition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigProxyActorState \ static_assert(alignof(USceneRigProxyActorState) == 0x000008, "Wrong alignment on USceneRigProxyActorState"); \ static_assert(sizeof(USceneRigProxyActorState) == 0x0000A0, "Wrong size on USceneRigProxyActorState"); \ static_assert(offsetof(USceneRigProxyActorState, ActionObject) == 0x000068, "Member 'USceneRigProxyActorState::ActionObject' has a wrong offset!"); \ static_assert(offsetof(USceneRigProxyActorState, FloorContactPreviouslyEnabled) == 0x000070, "Member 'USceneRigProxyActorState::FloorContactPreviouslyEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigCameraProxyActorState \ static_assert(alignof(USceneRigCameraProxyActorState) == 0x000008, "Wrong alignment on USceneRigCameraProxyActorState"); \ static_assert(sizeof(USceneRigCameraProxyActorState) == 0x0000A0, "Wrong size on USceneRigCameraProxyActorState"); \ #define DUMPER7_ASSERTS_USceneAction_DisableConversationCamera \ static_assert(alignof(USceneAction_DisableConversationCamera) == 0x000008, "Wrong alignment on USceneAction_DisableConversationCamera"); \ static_assert(sizeof(USceneAction_DisableConversationCamera) == 0x0000A8, "Wrong size on USceneAction_DisableConversationCamera"); \ static_assert(offsetof(USceneAction_DisableConversationCamera, EnabledRegisteredCameraNames) == 0x000088, "Member 'USceneAction_DisableConversationCamera::EnabledRegisteredCameraNames' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DisableConversationCamera, DisabledRegisteredCameraNames) == 0x000098, "Member 'USceneAction_DisableConversationCamera::DisabledRegisteredCameraNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_DisableConversationCamera \ static_assert(alignof(USceneActionState_DisableConversationCamera) == 0x000008, "Wrong alignment on USceneActionState_DisableConversationCamera"); \ static_assert(sizeof(USceneActionState_DisableConversationCamera) == 0x000050, "Wrong size on USceneActionState_DisableConversationCamera"); \ #define DUMPER7_ASSERTS_USceneRigParameterDefinition_AnimationTransform \ static_assert(alignof(USceneRigParameterDefinition_AnimationTransform) == 0x000008, "Wrong alignment on USceneRigParameterDefinition_AnimationTransform"); \ static_assert(sizeof(USceneRigParameterDefinition_AnimationTransform) == 0x000040, "Wrong size on USceneRigParameterDefinition_AnimationTransform"); \ static_assert(offsetof(USceneRigParameterDefinition_AnimationTransform, DefaultValue) == 0x000038, "Member 'USceneRigParameterDefinition_AnimationTransform::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_EmbeddedSceneRig \ static_assert(alignof(USceneAction_EmbeddedSceneRig) == 0x000008, "Wrong alignment on USceneAction_EmbeddedSceneRig"); \ static_assert(sizeof(USceneAction_EmbeddedSceneRig) == 0x000090, "Wrong size on USceneAction_EmbeddedSceneRig"); \ static_assert(offsetof(USceneAction_EmbeddedSceneRig, EmbeddedSceneRig) == 0x000088, "Member 'USceneAction_EmbeddedSceneRig::EmbeddedSceneRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneActionState_EmbeddedSceneRig_OnNamedEventChanged \ static_assert(alignof(SceneActionState_EmbeddedSceneRig_OnNamedEventChanged) == 0x000004, "Wrong alignment on SceneActionState_EmbeddedSceneRig_OnNamedEventChanged"); \ static_assert(sizeof(SceneActionState_EmbeddedSceneRig_OnNamedEventChanged) == 0x000008, "Wrong size on SceneActionState_EmbeddedSceneRig_OnNamedEventChanged"); \ static_assert(offsetof(SceneActionState_EmbeddedSceneRig_OnNamedEventChanged, PreviousValue) == 0x000000, "Member 'SceneActionState_EmbeddedSceneRig_OnNamedEventChanged::PreviousValue' has a wrong offset!"); \ static_assert(offsetof(SceneActionState_EmbeddedSceneRig_OnNamedEventChanged, CurrentValue) == 0x000004, "Member 'SceneActionState_EmbeddedSceneRig_OnNamedEventChanged::CurrentValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_EmbeddedSceneRig \ static_assert(alignof(USceneActionState_EmbeddedSceneRig) == 0x000008, "Wrong alignment on USceneActionState_EmbeddedSceneRig"); \ static_assert(sizeof(USceneActionState_EmbeddedSceneRig) == 0x000060, "Wrong size on USceneActionState_EmbeddedSceneRig"); \ static_assert(offsetof(USceneActionState_EmbeddedSceneRig, SceneRig) == 0x000050, "Member 'USceneActionState_EmbeddedSceneRig::SceneRig' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_EmbeddedSceneRig, InstanceContext) == 0x000058, "Member 'USceneActionState_EmbeddedSceneRig::InstanceContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigRegisteredActorComponent \ static_assert(alignof(USceneRigRegisteredActorComponent) == 0x000008, "Wrong alignment on USceneRigRegisteredActorComponent"); \ static_assert(sizeof(USceneRigRegisteredActorComponent) == 0x0000E0, "Wrong size on USceneRigRegisteredActorComponent"); \ static_assert(offsetof(USceneRigRegisteredActorComponent, RegisteredNames) == 0x0000D0, "Member 'USceneRigRegisteredActorComponent::RegisteredNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_FadeOutFadeIn \ static_assert(alignof(USceneAction_FadeOutFadeIn) == 0x000008, "Wrong alignment on USceneAction_FadeOutFadeIn"); \ static_assert(sizeof(USceneAction_FadeOutFadeIn) == 0x0000E8, "Wrong size on USceneAction_FadeOutFadeIn"); \ static_assert(offsetof(USceneAction_FadeOutFadeIn, FadePriority) == 0x000088, "Member 'USceneAction_FadeOutFadeIn::FadePriority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_FadeOutFadeIn, BlendTime) == 0x000090, "Member 'USceneAction_FadeOutFadeIn::BlendTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_FadeOutFadeIn, FadeColor) == 0x000098, "Member 'USceneAction_FadeOutFadeIn::FadeColor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_FadeOutFadeIn, StartBlendOut) == 0x0000A0, "Member 'USceneAction_FadeOutFadeIn::StartBlendOut' has a wrong offset!"); \ static_assert(offsetof(USceneAction_FadeOutFadeIn, BlendIn) == 0x0000B8, "Member 'USceneAction_FadeOutFadeIn::BlendIn' has a wrong offset!"); \ static_assert(offsetof(USceneAction_FadeOutFadeIn, BlendOut) == 0x0000D0, "Member 'USceneAction_FadeOutFadeIn::BlendOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_FadeOutFadeIn \ static_assert(alignof(USceneActionState_FadeOutFadeIn) == 0x000008, "Wrong alignment on USceneActionState_FadeOutFadeIn"); \ static_assert(sizeof(USceneActionState_FadeOutFadeIn) == 0x000050, "Wrong size on USceneActionState_FadeOutFadeIn"); \ #define DUMPER7_ASSERTS_USceneAction_FunctionEvent \ static_assert(alignof(USceneAction_FunctionEvent) == 0x000008, "Wrong alignment on USceneAction_FunctionEvent"); \ static_assert(sizeof(USceneAction_FunctionEvent) == 0x0000A8, "Wrong size on USceneAction_FunctionEvent"); \ static_assert(offsetof(USceneAction_FunctionEvent, FunctionReference) == 0x0000A0, "Member 'USceneAction_FunctionEvent::FunctionReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_FunctionEvent \ static_assert(alignof(USceneActionState_FunctionEvent) == 0x000008, "Wrong alignment on USceneActionState_FunctionEvent"); \ static_assert(sizeof(USceneActionState_FunctionEvent) == 0x000070, "Wrong size on USceneActionState_FunctionEvent"); \ #define DUMPER7_ASSERTS_SceneRigFastTravelModule_ClearFastTravelTriggerName \ static_assert(alignof(SceneRigFastTravelModule_ClearFastTravelTriggerName) == 0x000001, "Wrong alignment on SceneRigFastTravelModule_ClearFastTravelTriggerName"); \ static_assert(sizeof(SceneRigFastTravelModule_ClearFastTravelTriggerName) == 0x000001, "Wrong size on SceneRigFastTravelModule_ClearFastTravelTriggerName"); \ static_assert(offsetof(SceneRigFastTravelModule_ClearFastTravelTriggerName, TriggerType) == 0x000000, "Member 'SceneRigFastTravelModule_ClearFastTravelTriggerName::TriggerType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigFastTravelModule_GetFastTravelTriggerName \ static_assert(alignof(SceneRigFastTravelModule_GetFastTravelTriggerName) == 0x000008, "Wrong alignment on SceneRigFastTravelModule_GetFastTravelTriggerName"); \ static_assert(sizeof(SceneRigFastTravelModule_GetFastTravelTriggerName) == 0x000018, "Wrong size on SceneRigFastTravelModule_GetFastTravelTriggerName"); \ static_assert(offsetof(SceneRigFastTravelModule_GetFastTravelTriggerName, TriggerType) == 0x000000, "Member 'SceneRigFastTravelModule_GetFastTravelTriggerName::TriggerType' has a wrong offset!"); \ static_assert(offsetof(SceneRigFastTravelModule_GetFastTravelTriggerName, ReturnValue) == 0x000008, "Member 'SceneRigFastTravelModule_GetFastTravelTriggerName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigFastTravelModule_SetFastTravelTriggerName \ static_assert(alignof(SceneRigFastTravelModule_SetFastTravelTriggerName) == 0x000008, "Wrong alignment on SceneRigFastTravelModule_SetFastTravelTriggerName"); \ static_assert(sizeof(SceneRigFastTravelModule_SetFastTravelTriggerName) == 0x000018, "Wrong size on SceneRigFastTravelModule_SetFastTravelTriggerName"); \ static_assert(offsetof(SceneRigFastTravelModule_SetFastTravelTriggerName, TriggerName) == 0x000000, "Member 'SceneRigFastTravelModule_SetFastTravelTriggerName::TriggerName' has a wrong offset!"); \ static_assert(offsetof(SceneRigFastTravelModule_SetFastTravelTriggerName, TriggerType) == 0x000010, "Member 'SceneRigFastTravelModule_SetFastTravelTriggerName::TriggerType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigFastTravelModule \ static_assert(alignof(USceneRigFastTravelModule) == 0x000008, "Wrong alignment on USceneRigFastTravelModule"); \ static_assert(sizeof(USceneRigFastTravelModule) == 0x000028, "Wrong size on USceneRigFastTravelModule"); \ #define DUMPER7_ASSERTS_USceneAction_HUDVisibility \ static_assert(alignof(USceneAction_HUDVisibility) == 0x000008, "Wrong alignment on USceneAction_HUDVisibility"); \ static_assert(sizeof(USceneAction_HUDVisibility) == 0x000090, "Wrong size on USceneAction_HUDVisibility"); \ static_assert(offsetof(USceneAction_HUDVisibility, ShouldBeHidden) == 0x000088, "Member 'USceneAction_HUDVisibility::ShouldBeHidden' has a wrong offset!"); \ static_assert(offsetof(USceneAction_HUDVisibility, ShowLetterboxUI) == 0x000089, "Member 'USceneAction_HUDVisibility::ShowLetterboxUI' has a wrong offset!"); \ static_assert(offsetof(USceneAction_HUDVisibility, bAnimateOnEnter) == 0x00008A, "Member 'USceneAction_HUDVisibility::bAnimateOnEnter' has a wrong offset!"); \ static_assert(offsetof(USceneAction_HUDVisibility, bAnimateOnExit) == 0x00008B, "Member 'USceneAction_HUDVisibility::bAnimateOnExit' has a wrong offset!"); \ static_assert(offsetof(USceneAction_HUDVisibility, Priority) == 0x00008C, "Member 'USceneAction_HUDVisibility::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_HUDVisibility \ static_assert(alignof(USceneActionState_HUDVisibility) == 0x000008, "Wrong alignment on USceneActionState_HUDVisibility"); \ static_assert(sizeof(USceneActionState_HUDVisibility) == 0x0000A8, "Wrong size on USceneActionState_HUDVisibility"); \ static_assert(offsetof(USceneActionState_HUDVisibility, ElementStatesNotReadyToPlay) == 0x000050, "Member 'USceneActionState_HUDVisibility::ElementStatesNotReadyToPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_ParameterValue \ static_assert(alignof(USceneRigStage_ParameterValue) == 0x000008, "Wrong alignment on USceneRigStage_ParameterValue"); \ static_assert(sizeof(USceneRigStage_ParameterValue) == 0x000028, "Wrong size on USceneRigStage_ParameterValue"); \ #define DUMPER7_ASSERTS_USceneAction_LookAt \ static_assert(alignof(USceneAction_LookAt) == 0x000008, "Wrong alignment on USceneAction_LookAt"); \ static_assert(sizeof(USceneAction_LookAt) == 0x000168, "Wrong size on USceneAction_LookAt"); \ static_assert(offsetof(USceneAction_LookAt, Priority) == 0x0000A0, "Member 'USceneAction_LookAt::Priority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, BlendInTime) == 0x0000A8, "Member 'USceneAction_LookAt::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, BlendOutTime) == 0x0000B0, "Member 'USceneAction_LookAt::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, TimeDelay) == 0x0000B8, "Member 'USceneAction_LookAt::TimeDelay' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, KeepStateOnCompletion) == 0x0000C0, "Member 'USceneAction_LookAt::KeepStateOnCompletion' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, HeadLookAtAlpha) == 0x0000C8, "Member 'USceneAction_LookAt::HeadLookAtAlpha' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, HeadLookAtPlacement) == 0x0000D0, "Member 'USceneAction_LookAt::HeadLookAtPlacement' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, HeadYawOffset) == 0x0000D8, "Member 'USceneAction_LookAt::HeadYawOffset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, HeadPitchOffset) == 0x0000E0, "Member 'USceneAction_LookAt::HeadPitchOffset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, LoosenessMultiplier) == 0x0000E8, "Member 'USceneAction_LookAt::LoosenessMultiplier' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, TrackingSpeedMultiplier) == 0x0000F0, "Member 'USceneAction_LookAt::TrackingSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, SpineMobility) == 0x0000F8, "Member 'USceneAction_LookAt::SpineMobility' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, ApplyConstraints) == 0x000100, "Member 'USceneAction_LookAt::ApplyConstraints' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, EyeLookAtAlpha) == 0x000108, "Member 'USceneAction_LookAt::EyeLookAtAlpha' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, EyeLookAtAdditive) == 0x000110, "Member 'USceneAction_LookAt::EyeLookAtAdditive' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, EyeLookAtPlacement) == 0x000118, "Member 'USceneAction_LookAt::EyeLookAtPlacement' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, BlinkAlpha) == 0x000120, "Member 'USceneAction_LookAt::BlinkAlpha' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, BlinkNow) == 0x000128, "Member 'USceneAction_LookAt::BlinkNow' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, MicroDartsAlpha) == 0x000130, "Member 'USceneAction_LookAt::MicroDartsAlpha' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, GazeState) == 0x000138, "Member 'USceneAction_LookAt::GazeState' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, EyeYawOffset) == 0x000140, "Member 'USceneAction_LookAt::EyeYawOffset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, EyePitchOffset) == 0x000148, "Member 'USceneAction_LookAt::EyePitchOffset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, IdleAimEyes) == 0x000150, "Member 'USceneAction_LookAt::IdleAimEyes' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, ListeningAimEyes) == 0x000158, "Member 'USceneAction_LookAt::ListeningAimEyes' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LookAt, SpeakingAimEyes) == 0x000160, "Member 'USceneAction_LookAt::SpeakingAimEyes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_LookAt \ static_assert(alignof(USceneActionState_LookAt) == 0x000008, "Wrong alignment on USceneActionState_LookAt"); \ static_assert(sizeof(USceneActionState_LookAt) == 0x0000A0, "Wrong size on USceneActionState_LookAt"); \ static_assert(offsetof(USceneActionState_LookAt, PrevIdleAimEyes) == 0x000088, "Member 'USceneActionState_LookAt::PrevIdleAimEyes' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_LookAt, PrevSpeakingAimEyes) == 0x000090, "Member 'USceneActionState_LookAt::PrevSpeakingAimEyes' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_LookAt, PrevListeningAimEyes) == 0x000098, "Member 'USceneActionState_LookAt::PrevListeningAimEyes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigScriptNode \ static_assert(alignof(USceneRigScriptNode) == 0x000008, "Wrong alignment on USceneRigScriptNode"); \ static_assert(sizeof(USceneRigScriptNode) == 0x000040, "Wrong size on USceneRigScriptNode"); \ static_assert(offsetof(USceneRigScriptNode, PreviousNodes) == 0x000028, "Member 'USceneRigScriptNode::PreviousNodes' has a wrong offset!"); \ static_assert(offsetof(USceneRigScriptNode, NextNode) == 0x000038, "Member 'USceneRigScriptNode::NextNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigScriptNode_Choices \ static_assert(alignof(USceneRigScriptNode_Choices) == 0x000008, "Wrong alignment on USceneRigScriptNode_Choices"); \ static_assert(sizeof(USceneRigScriptNode_Choices) == 0x000058, "Wrong size on USceneRigScriptNode_Choices"); \ static_assert(offsetof(USceneRigScriptNode_Choices, Choices) == 0x000040, "Member 'USceneRigScriptNode_Choices::Choices' has a wrong offset!"); \ static_assert(offsetof(USceneRigScriptNode_Choices, CurrentChoice) == 0x000050, "Member 'USceneRigScriptNode_Choices::CurrentChoice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_MimicActor \ static_assert(alignof(USceneAction_MimicActor) == 0x000010, "Wrong alignment on USceneAction_MimicActor"); \ static_assert(sizeof(USceneAction_MimicActor) == 0x0000F0, "Wrong size on USceneAction_MimicActor"); \ static_assert(offsetof(USceneAction_MimicActor, ActorToMimic) == 0x0000A0, "Member 'USceneAction_MimicActor::ActorToMimic' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MimicActor, bMimicVisibility) == 0x0000A8, "Member 'USceneAction_MimicActor::bMimicVisibility' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MimicActor, bMimicAnimation) == 0x0000A9, "Member 'USceneAction_MimicActor::bMimicAnimation' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MimicActor, bMimicTransform) == 0x0000AA, "Member 'USceneAction_MimicActor::bMimicTransform' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MimicActor, Offset) == 0x0000B0, "Member 'USceneAction_MimicActor::Offset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MimicActor, bFlipAroundFloor) == 0x0000E0, "Member 'USceneAction_MimicActor::bFlipAroundFloor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MimicActor, FloorZ) == 0x0000E4, "Member 'USceneAction_MimicActor::FloorZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_MimicActor \ static_assert(alignof(USceneActionState_MimicActor) == 0x000008, "Wrong alignment on USceneActionState_MimicActor"); \ static_assert(sizeof(USceneActionState_MimicActor) == 0x000080, "Wrong size on USceneActionState_MimicActor"); \ static_assert(offsetof(USceneActionState_MimicActor, MeshToModify) == 0x000070, "Member 'USceneActionState_MimicActor::MeshToModify' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_MimicActor, MeshToMimic) == 0x000078, "Member 'USceneActionState_MimicActor::MeshToMimic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_NamedBool \ static_assert(alignof(USceneRigStage_NamedBool) == 0x000008, "Wrong alignment on USceneRigStage_NamedBool"); \ static_assert(sizeof(USceneRigStage_NamedBool) == 0x000048, "Wrong size on USceneRigStage_NamedBool"); \ static_assert(offsetof(USceneRigStage_NamedBool, Parameter) == 0x000030, "Member 'USceneRigStage_NamedBool::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ModifyMaterialParameterCollection \ static_assert(alignof(USceneAction_ModifyMaterialParameterCollection) == 0x000008, "Wrong alignment on USceneAction_ModifyMaterialParameterCollection"); \ static_assert(sizeof(USceneAction_ModifyMaterialParameterCollection) == 0x000188, "Wrong size on USceneAction_ModifyMaterialParameterCollection"); \ static_assert(offsetof(USceneAction_ModifyMaterialParameterCollection, ParameterCollection) == 0x000088, "Member 'USceneAction_ModifyMaterialParameterCollection::ParameterCollection' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ModifyMaterialParameterCollection, bKeyTimesArePercentages) == 0x000090, "Member 'USceneAction_ModifyMaterialParameterCollection::bKeyTimesArePercentages' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ModifyMaterialParameterCollection, Scalars) == 0x000098, "Member 'USceneAction_ModifyMaterialParameterCollection::Scalars' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ModifyMaterialParameterCollection, Vectors) == 0x0000E8, "Member 'USceneAction_ModifyMaterialParameterCollection::Vectors' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ModifyMaterialParameterCollection, Locations) == 0x000138, "Member 'USceneAction_ModifyMaterialParameterCollection::Locations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_ModifyMaterialParameterCollection \ static_assert(alignof(USceneActionState_ModifyMaterialParameterCollection) == 0x000008, "Wrong alignment on USceneActionState_ModifyMaterialParameterCollection"); \ static_assert(sizeof(USceneActionState_ModifyMaterialParameterCollection) == 0x000058, "Wrong size on USceneActionState_ModifyMaterialParameterCollection"); \ #define DUMPER7_ASSERTS_UTransform_SceneRigTranform \ static_assert(alignof(UTransform_SceneRigTranform) == 0x000008, "Wrong alignment on UTransform_SceneRigTranform"); \ static_assert(sizeof(UTransform_SceneRigTranform) == 0x000030, "Wrong size on UTransform_SceneRigTranform"); \ static_assert(offsetof(UTransform_SceneRigTranform, TransformAction) == 0x000028, "Member 'UTransform_SceneRigTranform::TransformAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ModifyMaterials \ static_assert(alignof(USceneAction_ModifyMaterials) == 0x000008, "Wrong alignment on USceneAction_ModifyMaterials"); \ static_assert(sizeof(USceneAction_ModifyMaterials) == 0x0002D8, "Wrong size on USceneAction_ModifyMaterials"); \ static_assert(offsetof(USceneAction_ModifyMaterials, MaterialSwapsBySlotName) == 0x0000A0, "Member 'USceneAction_ModifyMaterials::MaterialSwapsBySlotName' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ModifyMaterials, MaterialSwaps) == 0x0000F0, "Member 'USceneAction_ModifyMaterials::MaterialSwaps' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ModifyMaterials, bOnlyAnimateSwaps) == 0x000140, "Member 'USceneAction_ModifyMaterials::bOnlyAnimateSwaps' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ModifyMaterials, bKeyTimesArePercentages) == 0x000141, "Member 'USceneAction_ModifyMaterials::bKeyTimesArePercentages' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ModifyMaterials, bHoldValues) == 0x000142, "Member 'USceneAction_ModifyMaterials::bHoldValues' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ModifyMaterials, Scalars) == 0x000148, "Member 'USceneAction_ModifyMaterials::Scalars' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ModifyMaterials, Vectors) == 0x000198, "Member 'USceneAction_ModifyMaterials::Vectors' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ModifyMaterials, Colors) == 0x0001E8, "Member 'USceneAction_ModifyMaterials::Colors' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ModifyMaterials, Locations) == 0x000238, "Member 'USceneAction_ModifyMaterials::Locations' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ModifyMaterials, Textures) == 0x000288, "Member 'USceneAction_ModifyMaterials::Textures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_ModifyMaterials \ static_assert(alignof(USceneActionState_ModifyMaterials) == 0x000008, "Wrong alignment on USceneActionState_ModifyMaterials"); \ static_assert(sizeof(USceneActionState_ModifyMaterials) == 0x0001B0, "Wrong size on USceneActionState_ModifyMaterials"); \ static_assert(offsetof(USceneActionState_ModifyMaterials, InstanceToOriginalMaterialMap) == 0x000070, "Member 'USceneActionState_ModifyMaterials::InstanceToOriginalMaterialMap' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_ModifyMaterials, OriginalTextures) == 0x000160, "Member 'USceneActionState_ModifyMaterials::OriginalTextures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_NamedFloat \ static_assert(alignof(USceneRigStage_NamedFloat) == 0x000008, "Wrong alignment on USceneRigStage_NamedFloat"); \ static_assert(sizeof(USceneRigStage_NamedFloat) == 0x000048, "Wrong size on USceneRigStage_NamedFloat"); \ static_assert(offsetof(USceneRigStage_NamedFloat, Parameter) == 0x000030, "Member 'USceneRigStage_NamedFloat::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ParticleSystemActivation \ static_assert(alignof(USceneAction_ParticleSystemActivation) == 0x000008, "Wrong alignment on USceneAction_ParticleSystemActivation"); \ static_assert(sizeof(USceneAction_ParticleSystemActivation) == 0x0000A8, "Wrong size on USceneAction_ParticleSystemActivation"); \ static_assert(offsetof(USceneAction_ParticleSystemActivation, Activation) == 0x0000A0, "Member 'USceneAction_ParticleSystemActivation::Activation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_ParticleSystemActivation \ static_assert(alignof(USceneActionState_ParticleSystemActivation) == 0x000008, "Wrong alignment on USceneActionState_ParticleSystemActivation"); \ static_assert(sizeof(USceneActionState_ParticleSystemActivation) == 0x000070, "Wrong size on USceneActionState_ParticleSystemActivation"); \ #define DUMPER7_ASSERTS_USceneRigStageContainer \ static_assert(alignof(USceneRigStageContainer) == 0x000008, "Wrong alignment on USceneRigStageContainer"); \ static_assert(sizeof(USceneRigStageContainer) == 0x000048, "Wrong size on USceneRigStageContainer"); \ static_assert(offsetof(USceneRigStageContainer, SceneParameterInterface) == 0x000028, "Member 'USceneRigStageContainer::SceneParameterInterface' has a wrong offset!"); \ static_assert(offsetof(USceneRigStageContainer, StageParameters) == 0x000038, "Member 'USceneRigStageContainer::StageParameters' has a wrong offset!"); \ static_assert(offsetof(USceneRigStageContainer, StageWorld) == 0x000040, "Member 'USceneRigStageContainer::StageWorld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ParticleSystemTrigger \ static_assert(alignof(USceneAction_ParticleSystemTrigger) == 0x000008, "Wrong alignment on USceneAction_ParticleSystemTrigger"); \ static_assert(sizeof(USceneAction_ParticleSystemTrigger) == 0x0000A0, "Wrong size on USceneAction_ParticleSystemTrigger"); \ #define DUMPER7_ASSERTS_USceneActionState_ParticleSystemTrigger \ static_assert(alignof(USceneActionState_ParticleSystemTrigger) == 0x000008, "Wrong alignment on USceneActionState_ParticleSystemTrigger"); \ static_assert(sizeof(USceneActionState_ParticleSystemTrigger) == 0x000070, "Wrong size on USceneActionState_ParticleSystemTrigger"); \ #define DUMPER7_ASSERTS_USceneRigStage_NamedName \ static_assert(alignof(USceneRigStage_NamedName) == 0x000008, "Wrong alignment on USceneRigStage_NamedName"); \ static_assert(sizeof(USceneRigStage_NamedName) == 0x000048, "Wrong size on USceneRigStage_NamedName"); \ static_assert(offsetof(USceneRigStage_NamedName, Parameter) == 0x000030, "Member 'USceneRigStage_NamedName::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePlayerInterface_SetForegroundOpacity \ static_assert(alignof(MoviePlayerInterface_SetForegroundOpacity) == 0x000004, "Wrong alignment on MoviePlayerInterface_SetForegroundOpacity"); \ static_assert(sizeof(MoviePlayerInterface_SetForegroundOpacity) == 0x000004, "Wrong size on MoviePlayerInterface_SetForegroundOpacity"); \ static_assert(offsetof(MoviePlayerInterface_SetForegroundOpacity, Opacity) == 0x000000, "Member 'MoviePlayerInterface_SetForegroundOpacity::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePlayerInterface_SetOpacity \ static_assert(alignof(MoviePlayerInterface_SetOpacity) == 0x000004, "Wrong alignment on MoviePlayerInterface_SetOpacity"); \ static_assert(sizeof(MoviePlayerInterface_SetOpacity) == 0x000004, "Wrong size on MoviePlayerInterface_SetOpacity"); \ static_assert(offsetof(MoviePlayerInterface_SetOpacity, Opacity) == 0x000000, "Member 'MoviePlayerInterface_SetOpacity::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMoviePlayerInterface \ static_assert(alignof(IMoviePlayerInterface) == 0x000001, "Wrong alignment on IMoviePlayerInterface"); \ static_assert(sizeof(IMoviePlayerInterface) == 0x000001, "Wrong size on IMoviePlayerInterface"); \ #define DUMPER7_ASSERTS_USceneAction_PlayBinkMedia \ static_assert(alignof(USceneAction_PlayBinkMedia) == 0x000008, "Wrong alignment on USceneAction_PlayBinkMedia"); \ static_assert(sizeof(USceneAction_PlayBinkMedia) == 0x0000E0, "Wrong size on USceneAction_PlayBinkMedia"); \ static_assert(offsetof(USceneAction_PlayBinkMedia, MediaSource) == 0x000088, "Member 'USceneAction_PlayBinkMedia::MediaSource' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayBinkMedia, SubtitlesDataTable) == 0x000090, "Member 'USceneAction_PlayBinkMedia::SubtitlesDataTable' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayBinkMedia, bOverridesSceneRig) == 0x000098, "Member 'USceneAction_PlayBinkMedia::bOverridesSceneRig' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayBinkMedia, EffectVolumeFactor) == 0x00009C, "Member 'USceneAction_PlayBinkMedia::EffectVolumeFactor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayBinkMedia, VoiceVolumeFactor) == 0x0000A0, "Member 'USceneAction_PlayBinkMedia::VoiceVolumeFactor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayBinkMedia, FudgeFactor) == 0x0000A4, "Member 'USceneAction_PlayBinkMedia::FudgeFactor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayBinkMedia, bDelayedOpen) == 0x0000A8, "Member 'USceneAction_PlayBinkMedia::bDelayedOpen' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayBinkMedia, WidgetClass) == 0x0000B0, "Member 'USceneAction_PlayBinkMedia::WidgetClass' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayBinkMedia, Opacity) == 0x0000B8, "Member 'USceneAction_PlayBinkMedia::Opacity' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayBinkMedia, ForegroundOpacity) == 0x0000C0, "Member 'USceneAction_PlayBinkMedia::ForegroundOpacity' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayBinkMedia, BinkMediaPlayer) == 0x0000C8, "Member 'USceneAction_PlayBinkMedia::BinkMediaPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigRuleState \ static_assert(alignof(USceneRigRuleState) == 0x000008, "Wrong alignment on USceneRigRuleState"); \ static_assert(sizeof(USceneRigRuleState) == 0x000078, "Wrong size on USceneRigRuleState"); \ #define DUMPER7_ASSERTS_SceneActionState_PlayBinkMedia_OnMediaOpened \ static_assert(alignof(SceneActionState_PlayBinkMedia_OnMediaOpened) == 0x000008, "Wrong alignment on SceneActionState_PlayBinkMedia_OnMediaOpened"); \ static_assert(sizeof(SceneActionState_PlayBinkMedia_OnMediaOpened) == 0x000010, "Wrong size on SceneActionState_PlayBinkMedia_OnMediaOpened"); \ static_assert(offsetof(SceneActionState_PlayBinkMedia_OnMediaOpened, OpenedUrl) == 0x000000, "Member 'SceneActionState_PlayBinkMedia_OnMediaOpened::OpenedUrl' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_PlayBinkMedia \ static_assert(alignof(USceneActionState_PlayBinkMedia) == 0x000008, "Wrong alignment on USceneActionState_PlayBinkMedia"); \ static_assert(sizeof(USceneActionState_PlayBinkMedia) == 0x000088, "Wrong size on USceneActionState_PlayBinkMedia"); \ static_assert(offsetof(USceneActionState_PlayBinkMedia, Widget) == 0x000050, "Member 'USceneActionState_PlayBinkMedia::Widget' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_PlayBinkMedia, BinkMediaPlayer) == 0x000058, "Member 'USceneActionState_PlayBinkMedia::BinkMediaPlayer' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_PlayBinkMedia, bHasValidEnter) == 0x000060, "Member 'USceneActionState_PlayBinkMedia::bHasValidEnter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_PlayFMV \ static_assert(alignof(USceneAction_PlayFMV) == 0x000008, "Wrong alignment on USceneAction_PlayFMV"); \ static_assert(sizeof(USceneAction_PlayFMV) == 0x0000A0, "Wrong size on USceneAction_PlayFMV"); \ static_assert(offsetof(USceneAction_PlayFMV, MediaSource) == 0x000088, "Member 'USceneAction_PlayFMV::MediaSource' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayFMV, bOverridesSceneRig) == 0x000090, "Member 'USceneAction_PlayFMV::bOverridesSceneRig' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayFMV, FudgeFactor) == 0x000094, "Member 'USceneAction_PlayFMV::FudgeFactor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayFMV, MediaPlayer) == 0x000098, "Member 'USceneAction_PlayFMV::MediaPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneActionState_PlayFMV_OnMediaOpened \ static_assert(alignof(SceneActionState_PlayFMV_OnMediaOpened) == 0x000008, "Wrong alignment on SceneActionState_PlayFMV_OnMediaOpened"); \ static_assert(sizeof(SceneActionState_PlayFMV_OnMediaOpened) == 0x000010, "Wrong size on SceneActionState_PlayFMV_OnMediaOpened"); \ static_assert(offsetof(SceneActionState_PlayFMV_OnMediaOpened, OpenedUrl) == 0x000000, "Member 'SceneActionState_PlayFMV_OnMediaOpened::OpenedUrl' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_PlayFMV \ static_assert(alignof(USceneActionState_PlayFMV) == 0x000008, "Wrong alignment on USceneActionState_PlayFMV"); \ static_assert(sizeof(USceneActionState_PlayFMV) == 0x000060, "Wrong size on USceneActionState_PlayFMV"); \ static_assert(offsetof(USceneActionState_PlayFMV, Widget) == 0x000050, "Member 'USceneActionState_PlayFMV::Widget' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_PlayFMV, MediaPlayer) == 0x000058, "Member 'USceneActionState_PlayFMV::MediaPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_PlaySceneRig \ static_assert(alignof(USceneAction_PlaySceneRig) == 0x000008, "Wrong alignment on USceneAction_PlaySceneRig"); \ static_assert(sizeof(USceneAction_PlaySceneRig) == 0x0000B0, "Wrong size on USceneAction_PlaySceneRig"); \ static_assert(offsetof(USceneAction_PlaySceneRig, SceneRigProvider) == 0x000088, "Member 'USceneAction_PlaySceneRig::SceneRigProvider' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlaySceneRig, Initialize) == 0x000090, "Member 'USceneAction_PlaySceneRig::Initialize' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlaySceneRig, Started) == 0x000098, "Member 'USceneAction_PlaySceneRig::Started' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_NamedInt \ static_assert(alignof(USceneRigStage_NamedInt) == 0x000008, "Wrong alignment on USceneRigStage_NamedInt"); \ static_assert(sizeof(USceneRigStage_NamedInt) == 0x000048, "Wrong size on USceneRigStage_NamedInt"); \ static_assert(offsetof(USceneRigStage_NamedInt, Parameter) == 0x000030, "Member 'USceneRigStage_NamedInt::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_PlaySceneRig \ static_assert(alignof(USceneActionState_PlaySceneRig) == 0x000008, "Wrong alignment on USceneActionState_PlaySceneRig"); \ static_assert(sizeof(USceneActionState_PlaySceneRig) == 0x000060, "Wrong size on USceneActionState_PlaySceneRig"); \ #define DUMPER7_ASSERTS_USceneAction_PoseGroup \ static_assert(alignof(USceneAction_PoseGroup) == 0x000008, "Wrong alignment on USceneAction_PoseGroup"); \ static_assert(sizeof(USceneAction_PoseGroup) == 0x0000B0, "Wrong size on USceneAction_PoseGroup"); \ static_assert(offsetof(USceneAction_PoseGroup, PoseGroupProvider) == 0x0000A0, "Member 'USceneAction_PoseGroup::PoseGroupProvider' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PoseGroup, RegisterWithConversation) == 0x0000A8, "Member 'USceneAction_PoseGroup::RegisterWithConversation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_PoseGroup \ static_assert(alignof(USceneActionState_PoseGroup) == 0x000008, "Wrong alignment on USceneActionState_PoseGroup"); \ static_assert(sizeof(USceneActionState_PoseGroup) == 0x000078, "Wrong size on USceneActionState_PoseGroup"); \ static_assert(offsetof(USceneActionState_PoseGroup, CurrentPoseGroup) == 0x000070, "Member 'USceneActionState_PoseGroup::CurrentPoseGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_RecordPoseMatch \ static_assert(alignof(USceneAction_RecordPoseMatch) == 0x000008, "Wrong alignment on USceneAction_RecordPoseMatch"); \ static_assert(sizeof(USceneAction_RecordPoseMatch) == 0x0000A0, "Wrong size on USceneAction_RecordPoseMatch"); \ #define DUMPER7_ASSERTS_USceneRigScript \ static_assert(alignof(USceneRigScript) == 0x000008, "Wrong alignment on USceneRigScript"); \ static_assert(sizeof(USceneRigScript) == 0x000030, "Wrong size on USceneRigScript"); \ static_assert(offsetof(USceneRigScript, RootNode) == 0x000028, "Member 'USceneRigScript::RootNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_RecordPoseMatch \ static_assert(alignof(USceneActionState_RecordPoseMatch) == 0x000008, "Wrong alignment on USceneActionState_RecordPoseMatch"); \ static_assert(sizeof(USceneActionState_RecordPoseMatch) == 0x000070, "Wrong size on USceneActionState_RecordPoseMatch"); \ #define DUMPER7_ASSERTS_USceneAction_ScreenFade \ static_assert(alignof(USceneAction_ScreenFade) == 0x000008, "Wrong alignment on USceneAction_ScreenFade"); \ static_assert(sizeof(USceneAction_ScreenFade) == 0x0000C0, "Wrong size on USceneAction_ScreenFade"); \ static_assert(offsetof(USceneAction_ScreenFade, Fader) == 0x000088, "Member 'USceneAction_ScreenFade::Fader' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ScreenFade, Type) == 0x000090, "Member 'USceneAction_ScreenFade::Type' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ScreenFade, ManualFadeValue) == 0x000098, "Member 'USceneAction_ScreenFade::ManualFadeValue' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ScreenFade, KeepStateOnCompletion) == 0x0000A0, "Member 'USceneAction_ScreenFade::KeepStateOnCompletion' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ScreenFade, KeepFadeAfterSceneRigCompletion) == 0x0000A8, "Member 'USceneAction_ScreenFade::KeepFadeAfterSceneRigCompletion' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ScreenFade, FadeEventType) == 0x0000B0, "Member 'USceneAction_ScreenFade::FadeEventType' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ScreenFade, EnableFading) == 0x0000B8, "Member 'USceneAction_ScreenFade::EnableFading' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_ScreenFade \ static_assert(alignof(USceneActionState_ScreenFade) == 0x000008, "Wrong alignment on USceneActionState_ScreenFade"); \ static_assert(sizeof(USceneActionState_ScreenFade) == 0x000058, "Wrong size on USceneActionState_ScreenFade"); \ #define DUMPER7_ASSERTS_USceneAction_Sequence \ static_assert(alignof(USceneAction_Sequence) == 0x000008, "Wrong alignment on USceneAction_Sequence"); \ static_assert(sizeof(USceneAction_Sequence) == 0x0000B0, "Wrong size on USceneAction_Sequence"); \ static_assert(offsetof(USceneAction_Sequence, Sequence) == 0x000088, "Member 'USceneAction_Sequence::Sequence' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Sequence, Looping) == 0x000090, "Member 'USceneAction_Sequence::Looping' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Sequence, SequenceStart) == 0x000094, "Member 'USceneAction_Sequence::SequenceStart' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Sequence, SequenceFinish) == 0x000098, "Member 'USceneAction_Sequence::SequenceFinish' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Sequence, ActorMapping) == 0x0000A0, "Member 'USceneAction_Sequence::ActorMapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_NamedString \ static_assert(alignof(USceneRigStage_NamedString) == 0x000008, "Wrong alignment on USceneRigStage_NamedString"); \ static_assert(sizeof(USceneRigStage_NamedString) == 0x000048, "Wrong size on USceneRigStage_NamedString"); \ static_assert(offsetof(USceneRigStage_NamedString, Parameter) == 0x000030, "Member 'USceneRigStage_NamedString::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_Sequence \ static_assert(alignof(USceneActionState_Sequence) == 0x000008, "Wrong alignment on USceneActionState_Sequence"); \ static_assert(sizeof(USceneActionState_Sequence) == 0x000080, "Wrong size on USceneActionState_Sequence"); \ static_assert(offsetof(USceneActionState_Sequence, SequencePlayer) == 0x000060, "Member 'USceneActionState_Sequence::SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Sequence, BindingOverrides) == 0x000068, "Member 'USceneActionState_Sequence::BindingOverrides' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Sequence, PossessedActors) == 0x000070, "Member 'USceneActionState_Sequence::PossessedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_SetLightingChannels \ static_assert(alignof(USceneAction_SetLightingChannels) == 0x000008, "Wrong alignment on USceneAction_SetLightingChannels"); \ static_assert(sizeof(USceneAction_SetLightingChannels) == 0x0000A8, "Wrong size on USceneAction_SetLightingChannels"); \ static_assert(offsetof(USceneAction_SetLightingChannels, LightingChannels) == 0x0000A0, "Member 'USceneAction_SetLightingChannels::LightingChannels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_SetLightingChannels \ static_assert(alignof(USceneActionState_SetLightingChannels) == 0x000008, "Wrong alignment on USceneActionState_SetLightingChannels"); \ static_assert(sizeof(USceneActionState_SetLightingChannels) == 0x0000C0, "Wrong size on USceneActionState_SetLightingChannels"); \ #define DUMPER7_ASSERTS_USceneAction_SetProperty \ static_assert(alignof(USceneAction_SetProperty) == 0x000008, "Wrong alignment on USceneAction_SetProperty"); \ static_assert(sizeof(USceneAction_SetProperty) == 0x0000B8, "Wrong size on USceneAction_SetProperty"); \ static_assert(offsetof(USceneAction_SetProperty, bConstant) == 0x0000A0, "Member 'USceneAction_SetProperty::bConstant' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SetProperty, bKeepStateOnCompletion) == 0x0000A1, "Member 'USceneAction_SetProperty::bKeepStateOnCompletion' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SetProperty, ComponentName) == 0x0000A4, "Member 'USceneAction_SetProperty::ComponentName' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SetProperty, PropertyName) == 0x0000AC, "Member 'USceneAction_SetProperty::PropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStageParameterBlock \ static_assert(alignof(USceneRigStageParameterBlock) == 0x000008, "Wrong alignment on USceneRigStageParameterBlock"); \ static_assert(sizeof(USceneRigStageParameterBlock) == 0x000088, "Wrong size on USceneRigStageParameterBlock"); \ static_assert(offsetof(USceneRigStageParameterBlock, ParameterMap) == 0x000028, "Member 'USceneRigStageParameterBlock::ParameterMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_SetProperty \ static_assert(alignof(USceneActionState_SetProperty) == 0x000008, "Wrong alignment on USceneActionState_SetProperty"); \ static_assert(sizeof(USceneActionState_SetProperty) == 0x000088, "Wrong size on USceneActionState_SetProperty"); \ #define DUMPER7_ASSERTS_USceneAction_SetBoolProperty \ static_assert(alignof(USceneAction_SetBoolProperty) == 0x000008, "Wrong alignment on USceneAction_SetBoolProperty"); \ static_assert(sizeof(USceneAction_SetBoolProperty) == 0x0000C0, "Wrong size on USceneAction_SetBoolProperty"); \ static_assert(offsetof(USceneAction_SetBoolProperty, InputValue) == 0x0000B8, "Member 'USceneAction_SetBoolProperty::InputValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryNode_InputEvent \ static_assert(alignof(UStoryNode_InputEvent) == 0x000008, "Wrong alignment on UStoryNode_InputEvent"); \ static_assert(sizeof(UStoryNode_InputEvent) == 0x0000A8, "Wrong size on UStoryNode_InputEvent"); \ static_assert(offsetof(UStoryNode_InputEvent, EventName) == 0x000098, "Member 'UStoryNode_InputEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(UStoryNode_InputEvent, bEventCanTriggerMultipleTimes) == 0x0000A0, "Member 'UStoryNode_InputEvent::bEventCanTriggerMultipleTimes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_SetBoolProperty \ static_assert(alignof(USceneActionState_SetBoolProperty) == 0x000008, "Wrong alignment on USceneActionState_SetBoolProperty"); \ static_assert(sizeof(USceneActionState_SetBoolProperty) == 0x000090, "Wrong size on USceneActionState_SetBoolProperty"); \ #define DUMPER7_ASSERTS_USceneAction_SetIntProperty \ static_assert(alignof(USceneAction_SetIntProperty) == 0x000008, "Wrong alignment on USceneAction_SetIntProperty"); \ static_assert(sizeof(USceneAction_SetIntProperty) == 0x0000C0, "Wrong size on USceneAction_SetIntProperty"); \ static_assert(offsetof(USceneAction_SetIntProperty, InputValue) == 0x0000B8, "Member 'USceneAction_SetIntProperty::InputValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_NamedActor \ static_assert(alignof(USceneRigStage_NamedActor) == 0x000008, "Wrong alignment on USceneRigStage_NamedActor"); \ static_assert(sizeof(USceneRigStage_NamedActor) == 0x000048, "Wrong size on USceneRigStage_NamedActor"); \ static_assert(offsetof(USceneRigStage_NamedActor, Parameter) == 0x000030, "Member 'USceneRigStage_NamedActor::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_SetIntProperty \ static_assert(alignof(USceneActionState_SetIntProperty) == 0x000008, "Wrong alignment on USceneActionState_SetIntProperty"); \ static_assert(sizeof(USceneActionState_SetIntProperty) == 0x000090, "Wrong size on USceneActionState_SetIntProperty"); \ #define DUMPER7_ASSERTS_USceneAction_SetFloatProperty \ static_assert(alignof(USceneAction_SetFloatProperty) == 0x000008, "Wrong alignment on USceneAction_SetFloatProperty"); \ static_assert(sizeof(USceneAction_SetFloatProperty) == 0x0000C0, "Wrong size on USceneAction_SetFloatProperty"); \ static_assert(offsetof(USceneAction_SetFloatProperty, InputValue) == 0x0000B8, "Member 'USceneAction_SetFloatProperty::InputValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UString_SceneRigParameter \ static_assert(alignof(UString_SceneRigParameter) == 0x000008, "Wrong alignment on UString_SceneRigParameter"); \ static_assert(sizeof(UString_SceneRigParameter) == 0x000030, "Wrong size on UString_SceneRigParameter"); \ static_assert(offsetof(UString_SceneRigParameter, BoundParameter) == 0x000028, "Member 'UString_SceneRigParameter::BoundParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_SetFloatProperty \ static_assert(alignof(USceneActionState_SetFloatProperty) == 0x000008, "Wrong alignment on USceneActionState_SetFloatProperty"); \ static_assert(sizeof(USceneActionState_SetFloatProperty) == 0x000090, "Wrong size on USceneActionState_SetFloatProperty"); \ #define DUMPER7_ASSERTS_USceneAction_SetVectorProperty \ static_assert(alignof(USceneAction_SetVectorProperty) == 0x000008, "Wrong alignment on USceneAction_SetVectorProperty"); \ static_assert(sizeof(USceneAction_SetVectorProperty) == 0x0000C0, "Wrong size on USceneAction_SetVectorProperty"); \ static_assert(offsetof(USceneAction_SetVectorProperty, InputValue) == 0x0000B8, "Member 'USceneAction_SetVectorProperty::InputValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_IsSceneRigBeingSkipped \ static_assert(alignof(SceneRigActor_IsSceneRigBeingSkipped) == 0x000008, "Wrong alignment on SceneRigActor_IsSceneRigBeingSkipped"); \ static_assert(sizeof(SceneRigActor_IsSceneRigBeingSkipped) == 0x000030, "Wrong size on SceneRigActor_IsSceneRigBeingSkipped"); \ static_assert(offsetof(SceneRigActor_IsSceneRigBeingSkipped, SceneRig_0) == 0x000000, "Member 'SceneRigActor_IsSceneRigBeingSkipped::SceneRig_0' has a wrong offset!"); \ static_assert(offsetof(SceneRigActor_IsSceneRigBeingSkipped, ReturnValue) == 0x000028, "Member 'SceneRigActor_IsSceneRigBeingSkipped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_AddEventHandler \ static_assert(alignof(SceneRigActor_AddEventHandler) == 0x000004, "Wrong alignment on SceneRigActor_AddEventHandler"); \ static_assert(sizeof(SceneRigActor_AddEventHandler) == 0x000018, "Wrong size on SceneRigActor_AddEventHandler"); \ static_assert(offsetof(SceneRigActor_AddEventHandler, EventName) == 0x000000, "Member 'SceneRigActor_AddEventHandler::EventName' has a wrong offset!"); \ static_assert(offsetof(SceneRigActor_AddEventHandler, Delegate) == 0x000008, "Member 'SceneRigActor_AddEventHandler::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_AddEventHandlerWithActor \ static_assert(alignof(SceneRigActor_AddEventHandlerWithActor) == 0x000004, "Wrong alignment on SceneRigActor_AddEventHandlerWithActor"); \ static_assert(sizeof(SceneRigActor_AddEventHandlerWithActor) == 0x000018, "Wrong size on SceneRigActor_AddEventHandlerWithActor"); \ static_assert(offsetof(SceneRigActor_AddEventHandlerWithActor, EventName) == 0x000000, "Member 'SceneRigActor_AddEventHandlerWithActor::EventName' has a wrong offset!"); \ static_assert(offsetof(SceneRigActor_AddEventHandlerWithActor, Delegate) == 0x000008, "Member 'SceneRigActor_AddEventHandlerWithActor::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_AddFinishHandler \ static_assert(alignof(SceneRigActor_AddFinishHandler) == 0x000004, "Wrong alignment on SceneRigActor_AddFinishHandler"); \ static_assert(sizeof(SceneRigActor_AddFinishHandler) == 0x000010, "Wrong size on SceneRigActor_AddFinishHandler"); \ static_assert(offsetof(SceneRigActor_AddFinishHandler, Handler) == 0x000000, "Member 'SceneRigActor_AddFinishHandler::Handler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_AddOnCleanupHandler \ static_assert(alignof(SceneRigActor_AddOnCleanupHandler) == 0x000004, "Wrong alignment on SceneRigActor_AddOnCleanupHandler"); \ static_assert(sizeof(SceneRigActor_AddOnCleanupHandler) == 0x000010, "Wrong size on SceneRigActor_AddOnCleanupHandler"); \ static_assert(offsetof(SceneRigActor_AddOnCleanupHandler, Handler) == 0x000000, "Member 'SceneRigActor_AddOnCleanupHandler::Handler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_AddStartHandler \ static_assert(alignof(SceneRigActor_AddStartHandler) == 0x000004, "Wrong alignment on SceneRigActor_AddStartHandler"); \ static_assert(sizeof(SceneRigActor_AddStartHandler) == 0x000010, "Wrong size on SceneRigActor_AddStartHandler"); \ static_assert(offsetof(SceneRigActor_AddStartHandler, Handler) == 0x000000, "Member 'SceneRigActor_AddStartHandler::Handler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_AssignSceneRig \ static_assert(alignof(SceneRigActor_AssignSceneRig) == 0x000008, "Wrong alignment on SceneRigActor_AssignSceneRig"); \ static_assert(sizeof(SceneRigActor_AssignSceneRig) == 0x000008, "Wrong size on SceneRigActor_AssignSceneRig"); \ static_assert(offsetof(SceneRigActor_AssignSceneRig, InSceneRig) == 0x000000, "Member 'SceneRigActor_AssignSceneRig::InSceneRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_DebugTriggerPlay \ static_assert(alignof(SceneRigActor_DebugTriggerPlay) == 0x000008, "Wrong alignment on SceneRigActor_DebugTriggerPlay"); \ static_assert(sizeof(SceneRigActor_DebugTriggerPlay) == 0x000008, "Wrong size on SceneRigActor_DebugTriggerPlay"); \ static_assert(offsetof(SceneRigActor_DebugTriggerPlay, ReturnValue) == 0x000000, "Member 'SceneRigActor_DebugTriggerPlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_GetTimeRemaining \ static_assert(alignof(SceneRigActor_GetTimeRemaining) == 0x000004, "Wrong alignment on SceneRigActor_GetTimeRemaining"); \ static_assert(sizeof(SceneRigActor_GetTimeRemaining) == 0x000004, "Wrong size on SceneRigActor_GetTimeRemaining"); \ static_assert(offsetof(SceneRigActor_GetTimeRemaining, ReturnValue) == 0x000000, "Member 'SceneRigActor_GetTimeRemaining::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_Initialize \ static_assert(alignof(SceneRigActor_Initialize) == 0x000008, "Wrong alignment on SceneRigActor_Initialize"); \ static_assert(sizeof(SceneRigActor_Initialize) == 0x000010, "Wrong size on SceneRigActor_Initialize"); \ static_assert(offsetof(SceneRigActor_Initialize, InitializingBehaviorType) == 0x000000, "Member 'SceneRigActor_Initialize::InitializingBehaviorType' has a wrong offset!"); \ static_assert(offsetof(SceneRigActor_Initialize, ReturnValue) == 0x000008, "Member 'SceneRigActor_Initialize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_OnBeginOverlap \ static_assert(alignof(SceneRigActor_OnBeginOverlap) == 0x000008, "Wrong alignment on SceneRigActor_OnBeginOverlap"); \ static_assert(sizeof(SceneRigActor_OnBeginOverlap) == 0x0000A8, "Wrong size on SceneRigActor_OnBeginOverlap"); \ static_assert(offsetof(SceneRigActor_OnBeginOverlap, OverlappedComp) == 0x000000, "Member 'SceneRigActor_OnBeginOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(SceneRigActor_OnBeginOverlap, Other) == 0x000008, "Member 'SceneRigActor_OnBeginOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(SceneRigActor_OnBeginOverlap, OtherComp) == 0x000010, "Member 'SceneRigActor_OnBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SceneRigActor_OnBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SceneRigActor_OnBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SceneRigActor_OnBeginOverlap, bFromSweep) == 0x00001C, "Member 'SceneRigActor_OnBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SceneRigActor_OnBeginOverlap, SweepResult) == 0x000020, "Member 'SceneRigActor_OnBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_OnEndOverlap \ static_assert(alignof(SceneRigActor_OnEndOverlap) == 0x000008, "Wrong alignment on SceneRigActor_OnEndOverlap"); \ static_assert(sizeof(SceneRigActor_OnEndOverlap) == 0x000020, "Wrong size on SceneRigActor_OnEndOverlap"); \ static_assert(offsetof(SceneRigActor_OnEndOverlap, OverlappedComp) == 0x000000, "Member 'SceneRigActor_OnEndOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(SceneRigActor_OnEndOverlap, Other) == 0x000008, "Member 'SceneRigActor_OnEndOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(SceneRigActor_OnEndOverlap, OtherComp) == 0x000010, "Member 'SceneRigActor_OnEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SceneRigActor_OnEndOverlap, OtherBodyIndex) == 0x000018, "Member 'SceneRigActor_OnEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_Play \ static_assert(alignof(SceneRigActor_Play) == 0x000008, "Wrong alignment on SceneRigActor_Play"); \ static_assert(sizeof(SceneRigActor_Play) == 0x000010, "Wrong size on SceneRigActor_Play"); \ static_assert(offsetof(SceneRigActor_Play, InitializingBehaviorType) == 0x000000, "Member 'SceneRigActor_Play::InitializingBehaviorType' has a wrong offset!"); \ static_assert(offsetof(SceneRigActor_Play, ReturnValue) == 0x000008, "Member 'SceneRigActor_Play::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_PlayImmediate \ static_assert(alignof(SceneRigActor_PlayImmediate) == 0x000008, "Wrong alignment on SceneRigActor_PlayImmediate"); \ static_assert(sizeof(SceneRigActor_PlayImmediate) == 0x000008, "Wrong size on SceneRigActor_PlayImmediate"); \ static_assert(offsetof(SceneRigActor_PlayImmediate, ReturnValue) == 0x000000, "Member 'SceneRigActor_PlayImmediate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_SetPlaybackScale \ static_assert(alignof(SceneRigActor_SetPlaybackScale) == 0x000004, "Wrong alignment on SceneRigActor_SetPlaybackScale"); \ static_assert(sizeof(SceneRigActor_SetPlaybackScale) == 0x000004, "Wrong size on SceneRigActor_SetPlaybackScale"); \ static_assert(offsetof(SceneRigActor_SetPlaybackScale, Scale) == 0x000000, "Member 'SceneRigActor_SetPlaybackScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_ShowSkipUI \ static_assert(alignof(SceneRigActor_ShowSkipUI) == 0x000001, "Wrong alignment on SceneRigActor_ShowSkipUI"); \ static_assert(sizeof(SceneRigActor_ShowSkipUI) == 0x000001, "Wrong size on SceneRigActor_ShowSkipUI"); \ static_assert(offsetof(SceneRigActor_ShowSkipUI, bShow) == 0x000000, "Member 'SceneRigActor_ShowSkipUI::bShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_StartRepeatedPlay \ static_assert(alignof(SceneRigActor_StartRepeatedPlay) == 0x000008, "Wrong alignment on SceneRigActor_StartRepeatedPlay"); \ static_assert(sizeof(SceneRigActor_StartRepeatedPlay) == 0x000018, "Wrong size on SceneRigActor_StartRepeatedPlay"); \ static_assert(offsetof(SceneRigActor_StartRepeatedPlay, MinRepeatDelay) == 0x000000, "Member 'SceneRigActor_StartRepeatedPlay::MinRepeatDelay' has a wrong offset!"); \ static_assert(offsetof(SceneRigActor_StartRepeatedPlay, MaxRepeatDelay) == 0x000004, "Member 'SceneRigActor_StartRepeatedPlay::MaxRepeatDelay' has a wrong offset!"); \ static_assert(offsetof(SceneRigActor_StartRepeatedPlay, InitializingBehaviorType) == 0x000008, "Member 'SceneRigActor_StartRepeatedPlay::InitializingBehaviorType' has a wrong offset!"); \ static_assert(offsetof(SceneRigActor_StartRepeatedPlay, ReturnValue) == 0x000010, "Member 'SceneRigActor_StartRepeatedPlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_StopRepeatedPlay \ static_assert(alignof(SceneRigActor_StopRepeatedPlay) == 0x000001, "Wrong alignment on SceneRigActor_StopRepeatedPlay"); \ static_assert(sizeof(SceneRigActor_StopRepeatedPlay) == 0x000001, "Wrong size on SceneRigActor_StopRepeatedPlay"); \ static_assert(offsetof(SceneRigActor_StopRepeatedPlay, StopCurrentlyPlaying) == 0x000000, "Member 'SceneRigActor_StopRepeatedPlay::StopCurrentlyPlaying' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_TriggerEvent \ static_assert(alignof(SceneRigActor_TriggerEvent) == 0x000004, "Wrong alignment on SceneRigActor_TriggerEvent"); \ static_assert(sizeof(SceneRigActor_TriggerEvent) == 0x000008, "Wrong size on SceneRigActor_TriggerEvent"); \ static_assert(offsetof(SceneRigActor_TriggerEvent, EventName) == 0x000000, "Member 'SceneRigActor_TriggerEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_GetPlaybackScale \ static_assert(alignof(SceneRigActor_GetPlaybackScale) == 0x000004, "Wrong alignment on SceneRigActor_GetPlaybackScale"); \ static_assert(sizeof(SceneRigActor_GetPlaybackScale) == 0x000004, "Wrong size on SceneRigActor_GetPlaybackScale"); \ static_assert(offsetof(SceneRigActor_GetPlaybackScale, ReturnValue) == 0x000000, "Member 'SceneRigActor_GetPlaybackScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_GetSceneRig \ static_assert(alignof(SceneRigActor_GetSceneRig) == 0x000008, "Wrong alignment on SceneRigActor_GetSceneRig"); \ static_assert(sizeof(SceneRigActor_GetSceneRig) == 0x000008, "Wrong size on SceneRigActor_GetSceneRig"); \ static_assert(offsetof(SceneRigActor_GetSceneRig, ReturnValue) == 0x000000, "Member 'SceneRigActor_GetSceneRig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_GetSceneRigPlayer \ static_assert(alignof(SceneRigActor_GetSceneRigPlayer) == 0x000008, "Wrong alignment on SceneRigActor_GetSceneRigPlayer"); \ static_assert(sizeof(SceneRigActor_GetSceneRigPlayer) == 0x000008, "Wrong size on SceneRigActor_GetSceneRigPlayer"); \ static_assert(offsetof(SceneRigActor_GetSceneRigPlayer, ReturnValue) == 0x000000, "Member 'SceneRigActor_GetSceneRigPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_IsActive \ static_assert(alignof(SceneRigActor_IsActive) == 0x000001, "Wrong alignment on SceneRigActor_IsActive"); \ static_assert(sizeof(SceneRigActor_IsActive) == 0x000001, "Wrong size on SceneRigActor_IsActive"); \ static_assert(offsetof(SceneRigActor_IsActive, ReturnValue) == 0x000000, "Member 'SceneRigActor_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_IsPlaying \ static_assert(alignof(SceneRigActor_IsPlaying) == 0x000001, "Wrong alignment on SceneRigActor_IsPlaying"); \ static_assert(sizeof(SceneRigActor_IsPlaying) == 0x000001, "Wrong size on SceneRigActor_IsPlaying"); \ static_assert(offsetof(SceneRigActor_IsPlaying, ReturnValue) == 0x000000, "Member 'SceneRigActor_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigActor_PlayingOnRepeat \ static_assert(alignof(SceneRigActor_PlayingOnRepeat) == 0x000001, "Wrong alignment on SceneRigActor_PlayingOnRepeat"); \ static_assert(sizeof(SceneRigActor_PlayingOnRepeat) == 0x000001, "Wrong size on SceneRigActor_PlayingOnRepeat"); \ static_assert(offsetof(SceneRigActor_PlayingOnRepeat, ReturnValue) == 0x000000, "Member 'SceneRigActor_PlayingOnRepeat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASceneRigActor \ static_assert(alignof(ASceneRigActor) == 0x000008, "Wrong alignment on ASceneRigActor"); \ static_assert(sizeof(ASceneRigActor) == 0x0004B8, "Wrong size on ASceneRigActor"); \ static_assert(offsetof(ASceneRigActor, bAutoInitialize) == 0x0002A0, "Member 'ASceneRigActor::bAutoInitialize' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, bAutoPlay) == 0x0002A1, "Member 'ASceneRigActor::bAutoPlay' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, StartTime) == 0x0002A4, "Member 'ASceneRigActor::StartTime' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, LoadStage) == 0x0002A9, "Member 'ASceneRigActor::LoadStage' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, bCreatePreviewActors) == 0x0002AA, "Member 'ASceneRigActor::bCreatePreviewActors' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, DebugTriggerSceneRig) == 0x0002B0, "Member 'ASceneRigActor::DebugTriggerSceneRig' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, LoopIndefinitely) == 0x0002C8, "Member 'ASceneRigActor::LoopIndefinitely' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, SceneComponent) == 0x0002D0, "Member 'ASceneRigActor::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, TriggerVolumes) == 0x0002D8, "Member 'ASceneRigActor::TriggerVolumes' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, bIgnoreEndOverlapEventIfAlreadyPlaying) == 0x0002E8, "Member 'ASceneRigActor::bIgnoreEndOverlapEventIfAlreadyPlaying' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, SceneRig) == 0x000348, "Member 'ASceneRigActor::SceneRig' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, SceneRigProvider) == 0x000350, "Member 'ASceneRigActor::SceneRigProvider' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, LookupAlias) == 0x000358, "Member 'ASceneRigActor::LookupAlias' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, SceneRigPlayer) == 0x000368, "Member 'ASceneRigActor::SceneRigPlayer' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, SceneInterface) == 0x000370, "Member 'ASceneRigActor::SceneInterface' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, OnSetPlaying) == 0x0003F8, "Member 'ASceneRigActor::OnSetPlaying' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, OnPlaybackAlmostComplete) == 0x000408, "Member 'ASceneRigActor::OnPlaybackAlmostComplete' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, StageContainer) == 0x000418, "Member 'ASceneRigActor::StageContainer' has a wrong offset!"); \ static_assert(offsetof(ASceneRigActor, StreamedStages) == 0x000480, "Member 'ASceneRigActor::StreamedStages' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_SetVectorProperty \ static_assert(alignof(USceneActionState_SetVectorProperty) == 0x000008, "Wrong alignment on USceneActionState_SetVectorProperty"); \ static_assert(sizeof(USceneActionState_SetVectorProperty) == 0x000098, "Wrong size on USceneActionState_SetVectorProperty"); \ #define DUMPER7_ASSERTS_USceneAction_SlaveToSpline \ static_assert(alignof(USceneAction_SlaveToSpline) == 0x000008, "Wrong alignment on USceneAction_SlaveToSpline"); \ static_assert(sizeof(USceneAction_SlaveToSpline) == 0x0000B0, "Wrong size on USceneAction_SlaveToSpline"); \ static_assert(offsetof(USceneAction_SlaveToSpline, SplineActor) == 0x0000A0, "Member 'USceneAction_SlaveToSpline::SplineActor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SlaveToSpline, DistanceAlongSpline) == 0x0000A8, "Member 'USceneAction_SlaveToSpline::DistanceAlongSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_SceneRigParameter \ static_assert(alignof(UTransform_SceneRigParameter) == 0x000008, "Wrong alignment on UTransform_SceneRigParameter"); \ static_assert(sizeof(UTransform_SceneRigParameter) == 0x000030, "Wrong size on UTransform_SceneRigParameter"); \ static_assert(offsetof(UTransform_SceneRigParameter, BoundParameter) == 0x000028, "Member 'UTransform_SceneRigParameter::BoundParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_SlaveToSpline \ static_assert(alignof(USceneActionState_SlaveToSpline) == 0x000008, "Wrong alignment on USceneActionState_SlaveToSpline"); \ static_assert(sizeof(USceneActionState_SlaveToSpline) == 0x000078, "Wrong size on USceneActionState_SlaveToSpline"); \ static_assert(offsetof(USceneActionState_SlaveToSpline, SplineComponent) == 0x000070, "Member 'USceneActionState_SlaveToSpline::SplineComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_SpawnActor \ static_assert(alignof(USceneAction_SpawnActor) == 0x000008, "Wrong alignment on USceneAction_SpawnActor"); \ static_assert(sizeof(USceneAction_SpawnActor) == 0x0000A0, "Wrong size on USceneAction_SpawnActor"); \ static_assert(offsetof(USceneAction_SpawnActor, Spawner) == 0x000088, "Member 'USceneAction_SpawnActor::Spawner' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SpawnActor, ChildElements) == 0x000090, "Member 'USceneAction_SpawnActor::ChildElements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryNode_Custom \ static_assert(alignof(UStoryNode_Custom) == 0x000008, "Wrong alignment on UStoryNode_Custom"); \ static_assert(sizeof(UStoryNode_Custom) == 0x000098, "Wrong size on UStoryNode_Custom"); \ #define DUMPER7_ASSERTS_USceneActionState_SpawnActor \ static_assert(alignof(USceneActionState_SpawnActor) == 0x000008, "Wrong alignment on USceneActionState_SpawnActor"); \ static_assert(sizeof(USceneActionState_SpawnActor) == 0x000070, "Wrong size on USceneActionState_SpawnActor"); \ static_assert(offsetof(USceneActionState_SpawnActor, Actor) == 0x000068, "Member 'USceneActionState_SpawnActor::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_SpawnActorAllowAsChild \ static_assert(alignof(USceneAction_SpawnActorAllowAsChild) == 0x000008, "Wrong alignment on USceneAction_SpawnActorAllowAsChild"); \ static_assert(sizeof(USceneAction_SpawnActorAllowAsChild) == 0x0000A0, "Wrong size on USceneAction_SpawnActorAllowAsChild"); \ #define DUMPER7_ASSERTS_UVector_Curve \ static_assert(alignof(UVector_Curve) == 0x000008, "Wrong alignment on UVector_Curve"); \ static_assert(sizeof(UVector_Curve) == 0x0001B0, "Wrong size on UVector_Curve"); \ static_assert(offsetof(UVector_Curve, Curve) == 0x000028, "Member 'UVector_Curve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXRule_IsMatch \ static_assert(alignof(FXRule_IsMatch) == 0x000001, "Wrong alignment on FXRule_IsMatch"); \ static_assert(sizeof(FXRule_IsMatch) == 0x000001, "Wrong size on FXRule_IsMatch"); \ static_assert(offsetof(FXRule_IsMatch, ReturnValue) == 0x000000, "Member 'FXRule_IsMatch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXRule \ static_assert(alignof(UFXRule) == 0x000008, "Wrong alignment on UFXRule"); \ static_assert(sizeof(UFXRule) == 0x000028, "Wrong size on UFXRule"); \ #define DUMPER7_ASSERTS_FXOverrideFunctionLibrary_IsMatch \ static_assert(alignof(FXOverrideFunctionLibrary_IsMatch) == 0x000008, "Wrong alignment on FXOverrideFunctionLibrary_IsMatch"); \ static_assert(sizeof(FXOverrideFunctionLibrary_IsMatch) == 0x000020, "Wrong size on FXOverrideFunctionLibrary_IsMatch"); \ static_assert(offsetof(FXOverrideFunctionLibrary_IsMatch, FXOverride) == 0x000000, "Member 'FXOverrideFunctionLibrary_IsMatch::FXOverride' has a wrong offset!"); \ static_assert(offsetof(FXOverrideFunctionLibrary_IsMatch, ReturnValue) == 0x000018, "Member 'FXOverrideFunctionLibrary_IsMatch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXOverrideFunctionLibrary \ static_assert(alignof(UFXOverrideFunctionLibrary) == 0x000008, "Wrong alignment on UFXOverrideFunctionLibrary"); \ static_assert(sizeof(UFXOverrideFunctionLibrary) == 0x000028, "Wrong size on UFXOverrideFunctionLibrary"); \ #define DUMPER7_ASSERTS_USceneRigStage_NamedObject \ static_assert(alignof(USceneRigStage_NamedObject) == 0x000008, "Wrong alignment on USceneRigStage_NamedObject"); \ static_assert(sizeof(USceneRigStage_NamedObject) == 0x000048, "Wrong size on USceneRigStage_NamedObject"); \ static_assert(offsetof(USceneRigStage_NamedObject, Parameter) == 0x000030, "Member 'USceneRigStage_NamedObject::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_StitchTester \ static_assert(alignof(USceneAction_StitchTester) == 0x000008, "Wrong alignment on USceneAction_StitchTester"); \ static_assert(sizeof(USceneAction_StitchTester) == 0x0000B8, "Wrong size on USceneAction_StitchTester"); \ static_assert(offsetof(USceneAction_StitchTester, Layer) == 0x0000A0, "Member 'USceneAction_StitchTester::Layer' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchTester, FrontBackDistance) == 0x0000A8, "Member 'USceneAction_StitchTester::FrontBackDistance' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchTester, LeftRightDistance) == 0x0000AC, "Member 'USceneAction_StitchTester::LeftRightDistance' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchTester, MoveCount) == 0x0000B0, "Member 'USceneAction_StitchTester::MoveCount' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchTester, WaitCount) == 0x0000B4, "Member 'USceneAction_StitchTester::WaitCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_StitchTester \ static_assert(alignof(USceneActionState_StitchTester) == 0x000010, "Wrong alignment on USceneActionState_StitchTester"); \ static_assert(sizeof(USceneActionState_StitchTester) == 0x000100, "Wrong size on USceneActionState_StitchTester"); \ static_assert(offsetof(USceneActionState_StitchTester, CurrentTransform) == 0x000080, "Member 'USceneActionState_StitchTester::CurrentTransform' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_StitchTester, Actor) == 0x0000F0, "Member 'USceneActionState_StitchTester::Actor' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_StitchTester, TransformActionState) == 0x0000F8, "Member 'USceneActionState_StitchTester::TransformActionState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigRule \ static_assert(alignof(USceneRigRule) == 0x000008, "Wrong alignment on USceneRigRule"); \ static_assert(sizeof(USceneRigRule) == 0x0000A0, "Wrong size on USceneRigRule"); \ #define DUMPER7_ASSERTS_USceneAction_Transform \ static_assert(alignof(USceneAction_Transform) == 0x000010, "Wrong alignment on USceneAction_Transform"); \ static_assert(sizeof(USceneAction_Transform) == 0x000590, "Wrong size on USceneAction_Transform"); \ static_assert(offsetof(USceneAction_Transform, Layer) == 0x0000A0, "Member 'USceneAction_Transform::Layer' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Transform, ParentTransform) == 0x0000A8, "Member 'USceneAction_Transform::ParentTransform' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Transform, bConstant) == 0x0000B0, "Member 'USceneAction_Transform::bConstant' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Transform, TranslateCurve) == 0x0000B8, "Member 'USceneAction_Transform::TranslateCurve' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Transform, RotateCurve) == 0x000240, "Member 'USceneAction_Transform::RotateCurve' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Transform, ScaleCurve) == 0x0003C8, "Member 'USceneAction_Transform::ScaleCurve' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Transform, DefaultValue) == 0x000550, "Member 'USceneAction_Transform::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Transform, bHoldTransform) == 0x000580, "Member 'USceneAction_Transform::bHoldTransform' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Transform, bApplyCharacterFixup) == 0x000581, "Member 'USceneAction_Transform::bApplyCharacterFixup' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Transform, bForceTransform) == 0x000582, "Member 'USceneAction_Transform::bForceTransform' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Transform, bParentTransformIsStatic) == 0x000583, "Member 'USceneAction_Transform::bParentTransformIsStatic' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Transform, ClothTeleportMode) == 0x000584, "Member 'USceneAction_Transform::ClothTeleportMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_Transform \ static_assert(alignof(USceneActionState_Transform) == 0x000010, "Wrong alignment on USceneActionState_Transform"); \ static_assert(sizeof(USceneActionState_Transform) == 0x000100, "Wrong size on USceneActionState_Transform"); \ static_assert(offsetof(USceneActionState_Transform, IsPossiblyRegistered) == 0x000080, "Member 'USceneActionState_Transform::IsPossiblyRegistered' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Transform, IsRegistered) == 0x000081, "Member 'USceneActionState_Transform::IsRegistered' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Transform, CurrentTransform) == 0x000090, "Member 'USceneActionState_Transform::CurrentTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_Curve \ static_assert(alignof(UTransform_Curve) == 0x000010, "Wrong alignment on UTransform_Curve"); \ static_assert(sizeof(UTransform_Curve) == 0x0004F0, "Wrong size on UTransform_Curve"); \ static_assert(offsetof(UTransform_Curve, TranslateCurve) == 0x000028, "Member 'UTransform_Curve::TranslateCurve' has a wrong offset!"); \ static_assert(offsetof(UTransform_Curve, RotateCurve) == 0x0001B0, "Member 'UTransform_Curve::RotateCurve' has a wrong offset!"); \ static_assert(offsetof(UTransform_Curve, ScaleCurve) == 0x000338, "Member 'UTransform_Curve::ScaleCurve' has a wrong offset!"); \ static_assert(offsetof(UTransform_Curve, DefaultValue) == 0x0004C0, "Member 'UTransform_Curve::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_Unskippable \ static_assert(alignof(USceneAction_Unskippable) == 0x000008, "Wrong alignment on USceneAction_Unskippable"); \ static_assert(sizeof(USceneAction_Unskippable) == 0x000088, "Wrong size on USceneAction_Unskippable"); \ #define DUMPER7_ASSERTS_USceneActionState_Unskippable \ static_assert(alignof(USceneActionState_Unskippable) == 0x000008, "Wrong alignment on USceneActionState_Unskippable"); \ static_assert(sizeof(USceneActionState_Unskippable) == 0x000070, "Wrong size on USceneActionState_Unskippable"); \ #define DUMPER7_ASSERTS_USceneRigScriptNode_Scene \ static_assert(alignof(USceneRigScriptNode_Scene) == 0x000008, "Wrong alignment on USceneRigScriptNode_Scene"); \ static_assert(sizeof(USceneRigScriptNode_Scene) == 0x000058, "Wrong size on USceneRigScriptNode_Scene"); \ static_assert(offsetof(USceneRigScriptNode_Scene, SceneText) == 0x000040, "Member 'USceneRigScriptNode_Scene::SceneText' has a wrong offset!"); \ static_assert(offsetof(USceneRigScriptNode_Scene, SceneScript) == 0x000050, "Member 'USceneRigScriptNode_Scene::SceneScript' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_Visibility \ static_assert(alignof(USceneAction_Visibility) == 0x000008, "Wrong alignment on USceneAction_Visibility"); \ static_assert(sizeof(USceneAction_Visibility) == 0x0000A8, "Wrong size on USceneAction_Visibility"); \ static_assert(offsetof(USceneAction_Visibility, Priority) == 0x0000A0, "Member 'USceneAction_Visibility::Priority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Visibility, ShouldBeHidden) == 0x0000A1, "Member 'USceneAction_Visibility::ShouldBeHidden' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Visibility, IncludeChildActors) == 0x0000A2, "Member 'USceneAction_Visibility::IncludeChildActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_Visibility \ static_assert(alignof(USceneActionState_Visibility) == 0x000008, "Wrong alignment on USceneActionState_Visibility"); \ static_assert(sizeof(USceneActionState_Visibility) == 0x000080, "Wrong size on USceneActionState_Visibility"); \ static_assert(offsetof(USceneActionState_Visibility, PreviouslyHidden) == 0x000078, "Member 'USceneActionState_Visibility::PreviouslyHidden' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStagePreviewDriver \ static_assert(alignof(UStagePreviewDriver) == 0x000008, "Wrong alignment on UStagePreviewDriver"); \ static_assert(sizeof(UStagePreviewDriver) == 0x000028, "Wrong size on UStagePreviewDriver"); \ #define DUMPER7_ASSERTS_USceneRigParameter \ static_assert(alignof(USceneRigParameter) == 0x000008, "Wrong alignment on USceneRigParameter"); \ static_assert(sizeof(USceneRigParameter) == 0x000038, "Wrong size on USceneRigParameter"); \ static_assert(offsetof(USceneRigParameter, Name_0) == 0x000028, "Member 'USceneRigParameter::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameter_Animation \ static_assert(alignof(USceneRigParameter_Animation) == 0x000008, "Wrong alignment on USceneRigParameter_Animation"); \ static_assert(sizeof(USceneRigParameter_Animation) == 0x000040, "Wrong size on USceneRigParameter_Animation"); \ static_assert(offsetof(USceneRigParameter_Animation, Value) == 0x000038, "Member 'USceneRigParameter_Animation::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigScriptNode_Dialogue \ static_assert(alignof(USceneRigScriptNode_Dialogue) == 0x000008, "Wrong alignment on USceneRigScriptNode_Dialogue"); \ static_assert(sizeof(USceneRigScriptNode_Dialogue) == 0x000068, "Wrong size on USceneRigScriptNode_Dialogue"); \ static_assert(offsetof(USceneRigScriptNode_Dialogue, DialogueID) == 0x000040, "Member 'USceneRigScriptNode_Dialogue::DialogueID' has a wrong offset!"); \ static_assert(offsetof(USceneRigScriptNode_Dialogue, CharacterID) == 0x000048, "Member 'USceneRigScriptNode_Dialogue::CharacterID' has a wrong offset!"); \ static_assert(offsetof(USceneRigScriptNode_Dialogue, TimeDelay) == 0x000050, "Member 'USceneRigScriptNode_Dialogue::TimeDelay' has a wrong offset!"); \ static_assert(offsetof(USceneRigScriptNode_Dialogue, Commands) == 0x000058, "Member 'USceneRigScriptNode_Dialogue::Commands' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameterDefinition_Animation \ static_assert(alignof(USceneRigParameterDefinition_Animation) == 0x000008, "Wrong alignment on USceneRigParameterDefinition_Animation"); \ static_assert(sizeof(USceneRigParameterDefinition_Animation) == 0x000040, "Wrong size on USceneRigParameterDefinition_Animation"); \ static_assert(offsetof(USceneRigParameterDefinition_Animation, DefaultValue) == 0x000038, "Member 'USceneRigParameterDefinition_Animation::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVector_SceneRigStageParameter \ static_assert(alignof(UVector_SceneRigStageParameter) == 0x000008, "Wrong alignment on UVector_SceneRigStageParameter"); \ static_assert(sizeof(UVector_SceneRigStageParameter) == 0x000038, "Wrong size on UVector_SceneRigStageParameter"); \ static_assert(offsetof(UVector_SceneRigStageParameter, Reference) == 0x000028, "Member 'UVector_SceneRigStageParameter::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameter_Bool \ static_assert(alignof(USceneRigParameter_Bool) == 0x000008, "Wrong alignment on USceneRigParameter_Bool"); \ static_assert(sizeof(USceneRigParameter_Bool) == 0x000040, "Wrong size on USceneRigParameter_Bool"); \ static_assert(offsetof(USceneRigParameter_Bool, Value) == 0x000038, "Member 'USceneRigParameter_Bool::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameterDefinition_Bool \ static_assert(alignof(USceneRigParameterDefinition_Bool) == 0x000008, "Wrong alignment on USceneRigParameterDefinition_Bool"); \ static_assert(sizeof(USceneRigParameterDefinition_Bool) == 0x000040, "Wrong size on USceneRigParameterDefinition_Bool"); \ static_assert(offsetof(USceneRigParameterDefinition_Bool, DefaultValue) == 0x000038, "Member 'USceneRigParameterDefinition_Bool::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStageInterface \ static_assert(alignof(USceneRigStageInterface) == 0x000008, "Wrong alignment on USceneRigStageInterface"); \ static_assert(sizeof(USceneRigStageInterface) == 0x000050, "Wrong size on USceneRigStageInterface"); \ static_assert(offsetof(USceneRigStageInterface, ActorPlacements) == 0x000030, "Member 'USceneRigStageInterface::ActorPlacements' has a wrong offset!"); \ static_assert(offsetof(USceneRigStageInterface, Parameters) == 0x000040, "Member 'USceneRigStageInterface::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameter_DialogueEvent \ static_assert(alignof(USceneRigParameter_DialogueEvent) == 0x000008, "Wrong alignment on USceneRigParameter_DialogueEvent"); \ static_assert(sizeof(USceneRigParameter_DialogueEvent) == 0x0000A0, "Wrong size on USceneRigParameter_DialogueEvent"); \ static_assert(offsetof(USceneRigParameter_DialogueEvent, Value) == 0x000038, "Member 'USceneRigParameter_DialogueEvent::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameterDefinition_DialogueEvent \ static_assert(alignof(USceneRigParameterDefinition_DialogueEvent) == 0x000008, "Wrong alignment on USceneRigParameterDefinition_DialogueEvent"); \ static_assert(sizeof(USceneRigParameterDefinition_DialogueEvent) == 0x0000A0, "Wrong size on USceneRigParameterDefinition_DialogueEvent"); \ static_assert(offsetof(USceneRigParameterDefinition_DialogueEvent, DefaultEvent) == 0x000038, "Member 'USceneRigParameterDefinition_DialogueEvent::DefaultEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryNode_Script \ static_assert(alignof(UStoryNode_Script) == 0x000008, "Wrong alignment on UStoryNode_Script"); \ static_assert(sizeof(UStoryNode_Script) == 0x0000C0, "Wrong size on UStoryNode_Script"); \ static_assert(offsetof(UStoryNode_Script, Script) == 0x000098, "Member 'UStoryNode_Script::Script' has a wrong offset!"); \ static_assert(offsetof(UStoryNode_Script, RegisteredAvailableNextLineIDs) == 0x0000A0, "Member 'UStoryNode_Script::RegisteredAvailableNextLineIDs' has a wrong offset!"); \ static_assert(offsetof(UStoryNode_Script, AvailableNextLineIDs) == 0x0000A8, "Member 'UStoryNode_Script::AvailableNextLineIDs' has a wrong offset!"); \ static_assert(offsetof(UStoryNode_Script, RegisteredLastLineID) == 0x0000B8, "Member 'UStoryNode_Script::RegisteredLastLineID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameter_Float \ static_assert(alignof(USceneRigParameter_Float) == 0x000008, "Wrong alignment on USceneRigParameter_Float"); \ static_assert(sizeof(USceneRigParameter_Float) == 0x000040, "Wrong size on USceneRigParameter_Float"); \ static_assert(offsetof(USceneRigParameter_Float, Value) == 0x000038, "Member 'USceneRigParameter_Float::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameterDefinition_Float \ static_assert(alignof(USceneRigParameterDefinition_Float) == 0x000008, "Wrong alignment on USceneRigParameterDefinition_Float"); \ static_assert(sizeof(USceneRigParameterDefinition_Float) == 0x000048, "Wrong size on USceneRigParameterDefinition_Float"); \ static_assert(offsetof(USceneRigParameterDefinition_Float, DefaultValue) == 0x000038, "Member 'USceneRigParameterDefinition_Float::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(USceneRigParameterDefinition_Float, DefaultValueProvider) == 0x000040, "Member 'USceneRigParameterDefinition_Float::DefaultValueProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameter_FString \ static_assert(alignof(USceneRigParameter_FString) == 0x000008, "Wrong alignment on USceneRigParameter_FString"); \ static_assert(sizeof(USceneRigParameter_FString) == 0x000048, "Wrong size on USceneRigParameter_FString"); \ static_assert(offsetof(USceneRigParameter_FString, Value) == 0x000038, "Member 'USceneRigParameter_FString::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameter_Int \ static_assert(alignof(USceneRigParameter_Int) == 0x000008, "Wrong alignment on USceneRigParameter_Int"); \ static_assert(sizeof(USceneRigParameter_Int) == 0x000040, "Wrong size on USceneRigParameter_Int"); \ static_assert(offsetof(USceneRigParameter_Int, Value) == 0x000038, "Member 'USceneRigParameter_Int::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameter_Object \ static_assert(alignof(USceneRigParameter_Object) == 0x000008, "Wrong alignment on USceneRigParameter_Object"); \ static_assert(sizeof(USceneRigParameter_Object) == 0x000040, "Wrong size on USceneRigParameter_Object"); \ static_assert(offsetof(USceneRigParameter_Object, Value) == 0x000038, "Member 'USceneRigParameter_Object::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameter_Transform \ static_assert(alignof(USceneRigParameter_Transform) == 0x000008, "Wrong alignment on USceneRigParameter_Transform"); \ static_assert(sizeof(USceneRigParameter_Transform) == 0x000040, "Wrong size on USceneRigParameter_Transform"); \ static_assert(offsetof(USceneRigParameter_Transform, Value) == 0x000038, "Member 'USceneRigParameter_Transform::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameterDefinition_Transform \ static_assert(alignof(USceneRigParameterDefinition_Transform) == 0x000008, "Wrong alignment on USceneRigParameterDefinition_Transform"); \ static_assert(sizeof(USceneRigParameterDefinition_Transform) == 0x000040, "Wrong size on USceneRigParameterDefinition_Transform"); \ static_assert(offsetof(USceneRigParameterDefinition_Transform, DefaultValue) == 0x000038, "Member 'USceneRigParameterDefinition_Transform::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameter_AnimationTransform \ static_assert(alignof(USceneRigParameter_AnimationTransform) == 0x000008, "Wrong alignment on USceneRigParameter_AnimationTransform"); \ static_assert(sizeof(USceneRigParameter_AnimationTransform) == 0x000040, "Wrong size on USceneRigParameter_AnimationTransform"); \ static_assert(offsetof(USceneRigParameter_AnimationTransform, Value) == 0x000038, "Member 'USceneRigParameter_AnimationTransform::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameter_Vector \ static_assert(alignof(USceneRigParameter_Vector) == 0x000008, "Wrong alignment on USceneRigParameter_Vector"); \ static_assert(sizeof(USceneRigParameter_Vector) == 0x000048, "Wrong size on USceneRigParameter_Vector"); \ static_assert(offsetof(USceneRigParameter_Vector, Value) == 0x000038, "Member 'USceneRigParameter_Vector::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneParameterInterface_CreateParameterBlock \ static_assert(alignof(SceneParameterInterface_CreateParameterBlock) == 0x000008, "Wrong alignment on SceneParameterInterface_CreateParameterBlock"); \ static_assert(sizeof(SceneParameterInterface_CreateParameterBlock) == 0x000010, "Wrong size on SceneParameterInterface_CreateParameterBlock"); \ static_assert(offsetof(SceneParameterInterface_CreateParameterBlock, OuterObject) == 0x000000, "Member 'SceneParameterInterface_CreateParameterBlock::OuterObject' has a wrong offset!"); \ static_assert(offsetof(SceneParameterInterface_CreateParameterBlock, ReturnValue) == 0x000008, "Member 'SceneParameterInterface_CreateParameterBlock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ISceneParameterInterface \ static_assert(alignof(ISceneParameterInterface) == 0x000001, "Wrong alignment on ISceneParameterInterface"); \ static_assert(sizeof(ISceneParameterInterface) == 0x000001, "Wrong size on ISceneParameterInterface"); \ #define DUMPER7_ASSERTS_SceneRig_InitializePlayer \ static_assert(alignof(SceneRig_InitializePlayer) == 0x000008, "Wrong alignment on SceneRig_InitializePlayer"); \ static_assert(sizeof(SceneRig_InitializePlayer) == 0x0000A0, "Wrong size on SceneRig_InitializePlayer"); \ static_assert(offsetof(SceneRig_InitializePlayer, Parameters) == 0x000000, "Member 'SceneRig_InitializePlayer::Parameters' has a wrong offset!"); \ static_assert(offsetof(SceneRig_InitializePlayer, PlayerParent) == 0x000088, "Member 'SceneRig_InitializePlayer::PlayerParent' has a wrong offset!"); \ static_assert(offsetof(SceneRig_InitializePlayer, InitializingBehaviorType) == 0x000090, "Member 'SceneRig_InitializePlayer::InitializingBehaviorType' has a wrong offset!"); \ static_assert(offsetof(SceneRig_InitializePlayer, ReturnValue) == 0x000098, "Member 'SceneRig_InitializePlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRig_InitializePlayerWithDefaultParameters \ static_assert(alignof(SceneRig_InitializePlayerWithDefaultParameters) == 0x000008, "Wrong alignment on SceneRig_InitializePlayerWithDefaultParameters"); \ static_assert(sizeof(SceneRig_InitializePlayerWithDefaultParameters) == 0x000020, "Wrong size on SceneRig_InitializePlayerWithDefaultParameters"); \ static_assert(offsetof(SceneRig_InitializePlayerWithDefaultParameters, WorldContext) == 0x000000, "Member 'SceneRig_InitializePlayerWithDefaultParameters::WorldContext' has a wrong offset!"); \ static_assert(offsetof(SceneRig_InitializePlayerWithDefaultParameters, PlayerParent) == 0x000008, "Member 'SceneRig_InitializePlayerWithDefaultParameters::PlayerParent' has a wrong offset!"); \ static_assert(offsetof(SceneRig_InitializePlayerWithDefaultParameters, InitializingBehaviorType) == 0x000010, "Member 'SceneRig_InitializePlayerWithDefaultParameters::InitializingBehaviorType' has a wrong offset!"); \ static_assert(offsetof(SceneRig_InitializePlayerWithDefaultParameters, ReturnValue) == 0x000018, "Member 'SceneRig_InitializePlayerWithDefaultParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRig_Play \ static_assert(alignof(SceneRig_Play) == 0x000008, "Wrong alignment on SceneRig_Play"); \ static_assert(sizeof(SceneRig_Play) == 0x0000A0, "Wrong size on SceneRig_Play"); \ static_assert(offsetof(SceneRig_Play, Parameters) == 0x000000, "Member 'SceneRig_Play::Parameters' has a wrong offset!"); \ static_assert(offsetof(SceneRig_Play, PlayerParent) == 0x000088, "Member 'SceneRig_Play::PlayerParent' has a wrong offset!"); \ static_assert(offsetof(SceneRig_Play, InitializingBehaviorType) == 0x000090, "Member 'SceneRig_Play::InitializingBehaviorType' has a wrong offset!"); \ static_assert(offsetof(SceneRig_Play, ReturnValue) == 0x000098, "Member 'SceneRig_Play::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRig_PlayWithDefaultParameters \ static_assert(alignof(SceneRig_PlayWithDefaultParameters) == 0x000008, "Wrong alignment on SceneRig_PlayWithDefaultParameters"); \ static_assert(sizeof(SceneRig_PlayWithDefaultParameters) == 0x000020, "Wrong size on SceneRig_PlayWithDefaultParameters"); \ static_assert(offsetof(SceneRig_PlayWithDefaultParameters, WorldContextObject) == 0x000000, "Member 'SceneRig_PlayWithDefaultParameters::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SceneRig_PlayWithDefaultParameters, PlayerParent) == 0x000008, "Member 'SceneRig_PlayWithDefaultParameters::PlayerParent' has a wrong offset!"); \ static_assert(offsetof(SceneRig_PlayWithDefaultParameters, InitializingBehaviorType) == 0x000010, "Member 'SceneRig_PlayWithDefaultParameters::InitializingBehaviorType' has a wrong offset!"); \ static_assert(offsetof(SceneRig_PlayWithDefaultParameters, ReturnValue) == 0x000018, "Member 'SceneRig_PlayWithDefaultParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRig_CreateDefaultParameters \ static_assert(alignof(SceneRig_CreateDefaultParameters) == 0x000008, "Wrong alignment on SceneRig_CreateDefaultParameters"); \ static_assert(sizeof(SceneRig_CreateDefaultParameters) == 0x000090, "Wrong size on SceneRig_CreateDefaultParameters"); \ static_assert(offsetof(SceneRig_CreateDefaultParameters, Parameters) == 0x000000, "Member 'SceneRig_CreateDefaultParameters::Parameters' has a wrong offset!"); \ static_assert(offsetof(SceneRig_CreateDefaultParameters, WorldContextObject) == 0x000088, "Member 'SceneRig_CreateDefaultParameters::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRig_FindPlayer \ static_assert(alignof(SceneRig_FindPlayer) == 0x000008, "Wrong alignment on SceneRig_FindPlayer"); \ static_assert(sizeof(SceneRig_FindPlayer) == 0x000010, "Wrong size on SceneRig_FindPlayer"); \ static_assert(offsetof(SceneRig_FindPlayer, WorldContextObject) == 0x000000, "Member 'SceneRig_FindPlayer::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SceneRig_FindPlayer, ReturnValue) == 0x000008, "Member 'SceneRig_FindPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRig_StartPrecaching \ static_assert(alignof(SceneRig_StartPrecaching) == 0x000008, "Wrong alignment on SceneRig_StartPrecaching"); \ static_assert(sizeof(SceneRig_StartPrecaching) == 0x000018, "Wrong size on SceneRig_StartPrecaching"); \ static_assert(offsetof(SceneRig_StartPrecaching, WorldContextObject) == 0x000000, "Member 'SceneRig_StartPrecaching::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SceneRig_StartPrecaching, PrecacheComplete) == 0x000008, "Member 'SceneRig_StartPrecaching::PrecacheComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRig \ static_assert(alignof(USceneRig) == 0x000008, "Wrong alignment on USceneRig"); \ static_assert(sizeof(USceneRig) == 0x000238, "Wrong size on USceneRig"); \ static_assert(offsetof(USceneRig, BakeSequenceDebug) == 0x000180, "Member 'USceneRig::BakeSequenceDebug' has a wrong offset!"); \ static_assert(offsetof(USceneRig, Interface) == 0x000188, "Member 'USceneRig::Interface' has a wrong offset!"); \ static_assert(offsetof(USceneRig, BoundObjects) == 0x000190, "Member 'USceneRig::BoundObjects' has a wrong offset!"); \ static_assert(offsetof(USceneRig, TagProviders) == 0x0001A0, "Member 'USceneRig::TagProviders' has a wrong offset!"); \ static_assert(offsetof(USceneRig, DefaultStage) == 0x0001B0, "Member 'USceneRig::DefaultStage' has a wrong offset!"); \ static_assert(offsetof(USceneRig, PreviewStageDriver) == 0x0001B8, "Member 'USceneRig::PreviewStageDriver' has a wrong offset!"); \ static_assert(offsetof(USceneRig, LookupAssets) == 0x0001C0, "Member 'USceneRig::LookupAssets' has a wrong offset!"); \ static_assert(offsetof(USceneRig, DebugInEditor) == 0x0001D0, "Member 'USceneRig::DebugInEditor' has a wrong offset!"); \ static_assert(offsetof(USceneRig, StartDebuggingPaused) == 0x0001D1, "Member 'USceneRig::StartDebuggingPaused' has a wrong offset!"); \ static_assert(offsetof(USceneRig, bShouldSimulatePhysics) == 0x0001D2, "Member 'USceneRig::bShouldSimulatePhysics' has a wrong offset!"); \ static_assert(offsetof(USceneRig, bInstantlySkippable) == 0x0001D3, "Member 'USceneRig::bInstantlySkippable' has a wrong offset!"); \ static_assert(offsetof(USceneRig, PlayerSortOrder) == 0x0001D4, "Member 'USceneRig::PlayerSortOrder' has a wrong offset!"); \ static_assert(offsetof(USceneRig, SceneRoot) == 0x0001D8, "Member 'USceneRig::SceneRoot' has a wrong offset!"); \ static_assert(offsetof(USceneRig, NamedParameters) == 0x0001F0, "Member 'USceneRig::NamedParameters' has a wrong offset!"); \ static_assert(offsetof(USceneRig, CinematicPreviewLevel) == 0x000200, "Member 'USceneRig::CinematicPreviewLevel' has a wrong offset!"); \ static_assert(offsetof(USceneRig, PreviewLevels) == 0x000228, "Member 'USceneRig::PreviewLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigState \ static_assert(alignof(USceneRigState) == 0x000008, "Wrong alignment on USceneRigState"); \ static_assert(sizeof(USceneRigState) == 0x000098, "Wrong size on USceneRigState"); \ static_assert(offsetof(USceneRigState, SequencePlayer) == 0x000090, "Member 'USceneRigState::SequencePlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRig_CustomActor \ static_assert(alignof(USceneRig_CustomActor) == 0x000008, "Wrong alignment on USceneRig_CustomActor"); \ static_assert(sizeof(USceneRig_CustomActor) == 0x000250, "Wrong size on USceneRig_CustomActor"); \ static_assert(offsetof(USceneRig_CustomActor, CustomActor) == 0x000238, "Member 'USceneRig_CustomActor::CustomActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRig_Fallback \ static_assert(alignof(USceneRig_Fallback) == 0x000008, "Wrong alignment on USceneRig_Fallback"); \ static_assert(sizeof(USceneRig_Fallback) == 0x000038, "Wrong size on USceneRig_Fallback"); \ static_assert(offsetof(USceneRig_Fallback, Providers) == 0x000028, "Member 'USceneRig_Fallback::Providers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRig_TagLookup \ static_assert(alignof(USceneRig_TagLookup) == 0x000008, "Wrong alignment on USceneRig_TagLookup"); \ static_assert(sizeof(USceneRig_TagLookup) == 0x000060, "Wrong size on USceneRig_TagLookup"); \ static_assert(offsetof(USceneRig_TagLookup, LookupOnActor) == 0x000028, "Member 'USceneRig_TagLookup::LookupOnActor' has a wrong offset!"); \ static_assert(offsetof(USceneRig_TagLookup, Tags) == 0x000030, "Member 'USceneRig_TagLookup::Tags' has a wrong offset!"); \ static_assert(offsetof(USceneRig_TagLookup, TagProviders) == 0x000050, "Member 'USceneRig_TagLookup::TagProviders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ISceneRigBakeSequence \ static_assert(alignof(ISceneRigBakeSequence) == 0x000001, "Wrong alignment on ISceneRigBakeSequence"); \ static_assert(sizeof(ISceneRigBakeSequence) == 0x000001, "Wrong size on ISceneRigBakeSequence"); \ #define DUMPER7_ASSERTS_USceneRigAnimationRegistry \ static_assert(alignof(USceneRigAnimationRegistry) == 0x000008, "Wrong alignment on USceneRigAnimationRegistry"); \ static_assert(sizeof(USceneRigAnimationRegistry) == 0x000050, "Wrong size on USceneRigAnimationRegistry"); \ static_assert(offsetof(USceneRigAnimationRegistry, InheritFromRegistries) == 0x000030, "Member 'USceneRigAnimationRegistry::InheritFromRegistries' has a wrong offset!"); \ static_assert(offsetof(USceneRigAnimationRegistry, Animations) == 0x000040, "Member 'USceneRigAnimationRegistry::Animations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigAnimationSection \ static_assert(alignof(USceneRigAnimationSection) == 0x000008, "Wrong alignment on USceneRigAnimationSection"); \ static_assert(sizeof(USceneRigAnimationSection) == 0x000628, "Wrong size on USceneRigAnimationSection"); \ static_assert(offsetof(USceneRigAnimationSection, Params_0) == 0x0000E8, "Member 'USceneRigAnimationSection::Params_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigAnimInstance \ static_assert(alignof(USceneRigAnimInstance) == 0x000010, "Wrong alignment on USceneRigAnimInstance"); \ static_assert(sizeof(USceneRigAnimInstance) == 0x000480, "Wrong size on USceneRigAnimInstance"); \ static_assert(offsetof(USceneRigAnimInstance, TickAssetPlayerProxy) == 0x000470, "Member 'USceneRigAnimInstance::TickAssetPlayerProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigBPUtilities_AddRegisteredActor \ static_assert(alignof(SceneRigBPUtilities_AddRegisteredActor) == 0x000008, "Wrong alignment on SceneRigBPUtilities_AddRegisteredActor"); \ static_assert(sizeof(SceneRigBPUtilities_AddRegisteredActor) == 0x000010, "Wrong size on SceneRigBPUtilities_AddRegisteredActor"); \ static_assert(offsetof(SceneRigBPUtilities_AddRegisteredActor, Actor) == 0x000000, "Member 'SceneRigBPUtilities_AddRegisteredActor::Actor' has a wrong offset!"); \ static_assert(offsetof(SceneRigBPUtilities_AddRegisteredActor, RegisteredActorName) == 0x000008, "Member 'SceneRigBPUtilities_AddRegisteredActor::RegisteredActorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigBPUtilities \ static_assert(alignof(USceneRigBPUtilities) == 0x000008, "Wrong alignment on USceneRigBPUtilities"); \ static_assert(sizeof(USceneRigBPUtilities) == 0x000028, "Wrong size on USceneRigBPUtilities"); \ #define DUMPER7_ASSERTS_ASceneRigCamera \ static_assert(alignof(ASceneRigCamera) == 0x000010, "Wrong alignment on ASceneRigCamera"); \ static_assert(sizeof(ASceneRigCamera) == 0x001310, "Wrong size on ASceneRigCamera"); \ static_assert(offsetof(ASceneRigCamera, SkeletalMeshComponent) == 0x000878, "Member 'ASceneRigCamera::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(ASceneRigCamera, LookatTrackingSettings) == 0x000880, "Member 'ASceneRigCamera::LookatTrackingSettings' has a wrong offset!"); \ static_assert(offsetof(ASceneRigCamera, CameraSocket) == 0x0008D0, "Member 'ASceneRigCamera::CameraSocket' has a wrong offset!"); \ static_assert(offsetof(ASceneRigCamera, FocusSettings) == 0x0008D8, "Member 'ASceneRigCamera::FocusSettings' has a wrong offset!"); \ static_assert(offsetof(ASceneRigCamera, RenderFeatures) == 0x000A10, "Member 'ASceneRigCamera::RenderFeatures' has a wrong offset!"); \ static_assert(offsetof(ASceneRigCamera, LODDetailMode) == 0x001270, "Member 'ASceneRigCamera::LODDetailMode' has a wrong offset!"); \ static_assert(offsetof(ASceneRigCamera, CurrentFocalLength) == 0x001298, "Member 'ASceneRigCamera::CurrentFocalLength' has a wrong offset!"); \ static_assert(offsetof(ASceneRigCamera, CurrentAperture) == 0x0012C0, "Member 'ASceneRigCamera::CurrentAperture' has a wrong offset!"); \ static_assert(offsetof(ASceneRigCamera, CurrentFocusDistance) == 0x0012E8, "Member 'ASceneRigCamera::CurrentFocusDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigCameraMetadata \ static_assert(alignof(USceneRigCameraMetadata) == 0x000008, "Wrong alignment on USceneRigCameraMetadata"); \ static_assert(sizeof(USceneRigCameraMetadata) == 0x000030, "Wrong size on USceneRigCameraMetadata"); \ static_assert(offsetof(USceneRigCameraMetadata, Attachment) == 0x000028, "Member 'USceneRigCameraMetadata::Attachment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASceneRigCameraStackActor \ static_assert(alignof(ASceneRigCameraStackActor) == 0x000008, "Wrong alignment on ASceneRigCameraStackActor"); \ static_assert(sizeof(ASceneRigCameraStackActor) == 0x000E50, "Wrong size on ASceneRigCameraStackActor"); \ static_assert(offsetof(ASceneRigCameraStackActor, SkeletalMeshComponent) == 0x000408, "Member 'ASceneRigCameraStackActor::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(ASceneRigCameraStackActor, EyeSocketName) == 0x000410, "Member 'ASceneRigCameraStackActor::EyeSocketName' has a wrong offset!"); \ static_assert(offsetof(ASceneRigCameraStackActor, FocusSettings) == 0x000418, "Member 'ASceneRigCameraStackActor::FocusSettings' has a wrong offset!"); \ static_assert(offsetof(ASceneRigCameraStackActor, RenderFeatures) == 0x000550, "Member 'ASceneRigCameraStackActor::RenderFeatures' has a wrong offset!"); \ static_assert(offsetof(ASceneRigCameraStackActor, LODDetailMode) == 0x000DB0, "Member 'ASceneRigCameraStackActor::LODDetailMode' has a wrong offset!"); \ static_assert(offsetof(ASceneRigCameraStackActor, CurrentFocalLength) == 0x000DD8, "Member 'ASceneRigCameraStackActor::CurrentFocalLength' has a wrong offset!"); \ static_assert(offsetof(ASceneRigCameraStackActor, CurrentAperture) == 0x000E00, "Member 'ASceneRigCameraStackActor::CurrentAperture' has a wrong offset!"); \ static_assert(offsetof(ASceneRigCameraStackActor, CurrentFocusDistance) == 0x000E28, "Member 'ASceneRigCameraStackActor::CurrentFocusDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigCameraStackTarget \ static_assert(alignof(USceneRigCameraStackTarget) == 0x000008, "Wrong alignment on USceneRigCameraStackTarget"); \ static_assert(sizeof(USceneRigCameraStackTarget) == 0x0000B0, "Wrong size on USceneRigCameraStackTarget"); \ static_assert(offsetof(USceneRigCameraStackTarget, TransformProvider) == 0x0000A0, "Member 'USceneRigCameraStackTarget::TransformProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigCameraSection \ static_assert(alignof(USceneRigCameraSection) == 0x000008, "Wrong alignment on USceneRigCameraSection"); \ static_assert(sizeof(USceneRigCameraSection) == 0x000100, "Wrong size on USceneRigCameraSection"); \ static_assert(offsetof(USceneRigCameraSection, Params_0) == 0x0000E8, "Member 'USceneRigCameraSection::Params_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigDialogTrackSection \ static_assert(alignof(USceneRigDialogTrackSection) == 0x000008, "Wrong alignment on USceneRigDialogTrackSection"); \ static_assert(sizeof(USceneRigDialogTrackSection) == 0x000150, "Wrong size on USceneRigDialogTrackSection"); \ static_assert(offsetof(USceneRigDialogTrackSection, SectionData) == 0x0000E8, "Member 'USceneRigDialogTrackSection::SectionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigInterfaceDefinition \ static_assert(alignof(USceneRigInterfaceDefinition) == 0x000008, "Wrong alignment on USceneRigInterfaceDefinition"); \ static_assert(sizeof(USceneRigInterfaceDefinition) == 0x000058, "Wrong size on USceneRigInterfaceDefinition"); \ static_assert(offsetof(USceneRigInterfaceDefinition, InheritedParents) == 0x000028, "Member 'USceneRigInterfaceDefinition::InheritedParents' has a wrong offset!"); \ static_assert(offsetof(USceneRigInterfaceDefinition, ParameterDefinitions) == 0x000038, "Member 'USceneRigInterfaceDefinition::ParameterDefinitions' has a wrong offset!"); \ static_assert(offsetof(USceneRigInterfaceDefinition, ExportPath) == 0x000048, "Member 'USceneRigInterfaceDefinition::ExportPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASceneRigMayaExportSphere \ static_assert(alignof(ASceneRigMayaExportSphere) == 0x000008, "Wrong alignment on ASceneRigMayaExportSphere"); \ static_assert(sizeof(ASceneRigMayaExportSphere) == 0x000250, "Wrong size on ASceneRigMayaExportSphere"); \ static_assert(offsetof(ASceneRigMayaExportSphere, SphereComponent) == 0x000248, "Member 'ASceneRigMayaExportSphere::SphereComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigPlayer_ShowSkipUI \ static_assert(alignof(SceneRigPlayer_ShowSkipUI) == 0x000001, "Wrong alignment on SceneRigPlayer_ShowSkipUI"); \ static_assert(sizeof(SceneRigPlayer_ShowSkipUI) == 0x000001, "Wrong size on SceneRigPlayer_ShowSkipUI"); \ static_assert(offsetof(SceneRigPlayer_ShowSkipUI, bShow) == 0x000000, "Member 'SceneRigPlayer_ShowSkipUI::bShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigPlayer_UpdateBoolParameter \ static_assert(alignof(SceneRigPlayer_UpdateBoolParameter) == 0x000008, "Wrong alignment on SceneRigPlayer_UpdateBoolParameter"); \ static_assert(sizeof(SceneRigPlayer_UpdateBoolParameter) == 0x000018, "Wrong size on SceneRigPlayer_UpdateBoolParameter"); \ static_assert(offsetof(SceneRigPlayer_UpdateBoolParameter, ParameterName) == 0x000000, "Member 'SceneRigPlayer_UpdateBoolParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SceneRigPlayer_UpdateBoolParameter, InValue) == 0x000010, "Member 'SceneRigPlayer_UpdateBoolParameter::InValue' has a wrong offset!"); \ static_assert(offsetof(SceneRigPlayer_UpdateBoolParameter, ReturnValue) == 0x000011, "Member 'SceneRigPlayer_UpdateBoolParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigPlayer_UpdateFloatParameter \ static_assert(alignof(SceneRigPlayer_UpdateFloatParameter) == 0x000008, "Wrong alignment on SceneRigPlayer_UpdateFloatParameter"); \ static_assert(sizeof(SceneRigPlayer_UpdateFloatParameter) == 0x000018, "Wrong size on SceneRigPlayer_UpdateFloatParameter"); \ static_assert(offsetof(SceneRigPlayer_UpdateFloatParameter, ParameterName) == 0x000000, "Member 'SceneRigPlayer_UpdateFloatParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SceneRigPlayer_UpdateFloatParameter, InValue) == 0x000010, "Member 'SceneRigPlayer_UpdateFloatParameter::InValue' has a wrong offset!"); \ static_assert(offsetof(SceneRigPlayer_UpdateFloatParameter, ReturnValue) == 0x000014, "Member 'SceneRigPlayer_UpdateFloatParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigPlayer_UpdateIntParameter \ static_assert(alignof(SceneRigPlayer_UpdateIntParameter) == 0x000008, "Wrong alignment on SceneRigPlayer_UpdateIntParameter"); \ static_assert(sizeof(SceneRigPlayer_UpdateIntParameter) == 0x000018, "Wrong size on SceneRigPlayer_UpdateIntParameter"); \ static_assert(offsetof(SceneRigPlayer_UpdateIntParameter, ParameterName) == 0x000000, "Member 'SceneRigPlayer_UpdateIntParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SceneRigPlayer_UpdateIntParameter, InValue) == 0x000010, "Member 'SceneRigPlayer_UpdateIntParameter::InValue' has a wrong offset!"); \ static_assert(offsetof(SceneRigPlayer_UpdateIntParameter, ReturnValue) == 0x000014, "Member 'SceneRigPlayer_UpdateIntParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigPlayer_UpdateObjectParameter \ static_assert(alignof(SceneRigPlayer_UpdateObjectParameter) == 0x000008, "Wrong alignment on SceneRigPlayer_UpdateObjectParameter"); \ static_assert(sizeof(SceneRigPlayer_UpdateObjectParameter) == 0x000020, "Wrong size on SceneRigPlayer_UpdateObjectParameter"); \ static_assert(offsetof(SceneRigPlayer_UpdateObjectParameter, ParameterName) == 0x000000, "Member 'SceneRigPlayer_UpdateObjectParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SceneRigPlayer_UpdateObjectParameter, Object) == 0x000010, "Member 'SceneRigPlayer_UpdateObjectParameter::Object' has a wrong offset!"); \ static_assert(offsetof(SceneRigPlayer_UpdateObjectParameter, ReturnValue) == 0x000018, "Member 'SceneRigPlayer_UpdateObjectParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigPlayer_UpdateStringParameter \ static_assert(alignof(SceneRigPlayer_UpdateStringParameter) == 0x000008, "Wrong alignment on SceneRigPlayer_UpdateStringParameter"); \ static_assert(sizeof(SceneRigPlayer_UpdateStringParameter) == 0x000028, "Wrong size on SceneRigPlayer_UpdateStringParameter"); \ static_assert(offsetof(SceneRigPlayer_UpdateStringParameter, ParameterName) == 0x000000, "Member 'SceneRigPlayer_UpdateStringParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SceneRigPlayer_UpdateStringParameter, InValue) == 0x000010, "Member 'SceneRigPlayer_UpdateStringParameter::InValue' has a wrong offset!"); \ static_assert(offsetof(SceneRigPlayer_UpdateStringParameter, ReturnValue) == 0x000020, "Member 'SceneRigPlayer_UpdateStringParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigPlayer_UpdateTransformParameter \ static_assert(alignof(SceneRigPlayer_UpdateTransformParameter) == 0x000010, "Wrong alignment on SceneRigPlayer_UpdateTransformParameter"); \ static_assert(sizeof(SceneRigPlayer_UpdateTransformParameter) == 0x000050, "Wrong size on SceneRigPlayer_UpdateTransformParameter"); \ static_assert(offsetof(SceneRigPlayer_UpdateTransformParameter, ParameterName) == 0x000000, "Member 'SceneRigPlayer_UpdateTransformParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(SceneRigPlayer_UpdateTransformParameter, InValue) == 0x000010, "Member 'SceneRigPlayer_UpdateTransformParameter::InValue' has a wrong offset!"); \ static_assert(offsetof(SceneRigPlayer_UpdateTransformParameter, ReturnValue) == 0x000040, "Member 'SceneRigPlayer_UpdateTransformParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigPlayer \ static_assert(alignof(USceneRigPlayer) == 0x000008, "Wrong alignment on USceneRigPlayer"); \ static_assert(sizeof(USceneRigPlayer) == 0x0002E0, "Wrong size on USceneRigPlayer"); \ static_assert(offsetof(USceneRigPlayer, OnSceneRigPlayerInitialized) == 0x0002B0, "Member 'USceneRigPlayer::OnSceneRigPlayerInitialized' has a wrong offset!"); \ static_assert(offsetof(USceneRigPlayer, OverridingFMV) == 0x0002C0, "Member 'USceneRigPlayer::OverridingFMV' has a wrong offset!"); \ static_assert(offsetof(USceneRigPlayer, OverridingBinkMedia) == 0x0002C8, "Member 'USceneRigPlayer::OverridingBinkMedia' has a wrong offset!"); \ static_assert(offsetof(USceneRigPlayer, SkipWidget) == 0x0002D0, "Member 'USceneRigPlayer::SkipWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASceneRigPlayerManager \ static_assert(alignof(ASceneRigPlayerManager) == 0x000008, "Wrong alignment on ASceneRigPlayerManager"); \ static_assert(sizeof(ASceneRigPlayerManager) == 0x000290, "Wrong size on ASceneRigPlayerManager"); \ static_assert(offsetof(ASceneRigPlayerManager, Players) == 0x000248, "Member 'ASceneRigPlayerManager::Players' has a wrong offset!"); \ static_assert(offsetof(ASceneRigPlayerManager, NewPlayersFromThisTick) == 0x000258, "Member 'ASceneRigPlayerManager::NewPlayersFromThisTick' has a wrong offset!"); \ static_assert(offsetof(ASceneRigPlayerManager, ActivePlayersWantingToPlayThisTick) == 0x000268, "Member 'ASceneRigPlayerManager::ActivePlayersWantingToPlayThisTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigProxyMocapStageState \ static_assert(alignof(USceneRigProxyMocapStageState) == 0x000008, "Wrong alignment on USceneRigProxyMocapStageState"); \ static_assert(sizeof(USceneRigProxyMocapStageState) == 0x0000A0, "Wrong size on USceneRigProxyMocapStageState"); \ #define DUMPER7_ASSERTS_USceneRigScriptNode_Branch \ static_assert(alignof(USceneRigScriptNode_Branch) == 0x000008, "Wrong alignment on USceneRigScriptNode_Branch"); \ static_assert(sizeof(USceneRigScriptNode_Branch) == 0x000058, "Wrong size on USceneRigScriptNode_Branch"); \ static_assert(offsetof(USceneRigScriptNode_Branch, Branches) == 0x000040, "Member 'USceneRigScriptNode_Branch::Branches' has a wrong offset!"); \ static_assert(offsetof(USceneRigScriptNode_Branch, CurrentBranch) == 0x000050, "Member 'USceneRigScriptNode_Branch::CurrentBranch' has a wrong offset!"); \ static_assert(offsetof(USceneRigScriptNode_Branch, HasMissmatchingInternalBranches) == 0x000054, "Member 'USceneRigScriptNode_Branch::HasMissmatchingInternalBranches' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigScriptNode_End \ static_assert(alignof(USceneRigScriptNode_End) == 0x000008, "Wrong alignment on USceneRigScriptNode_End"); \ static_assert(sizeof(USceneRigScriptNode_End) == 0x000040, "Wrong size on USceneRigScriptNode_End"); \ #define DUMPER7_ASSERTS_USceneRigScriptNode_ChoicePreview \ static_assert(alignof(USceneRigScriptNode_ChoicePreview) == 0x000008, "Wrong alignment on USceneRigScriptNode_ChoicePreview"); \ static_assert(sizeof(USceneRigScriptNode_ChoicePreview) == 0x000060, "Wrong size on USceneRigScriptNode_ChoicePreview"); \ static_assert(offsetof(USceneRigScriptNode_ChoicePreview, DialogueID) == 0x000040, "Member 'USceneRigScriptNode_ChoicePreview::DialogueID' has a wrong offset!"); \ static_assert(offsetof(USceneRigScriptNode_ChoicePreview, CharacterID) == 0x000048, "Member 'USceneRigScriptNode_ChoicePreview::CharacterID' has a wrong offset!"); \ static_assert(offsetof(USceneRigScriptNode_ChoicePreview, EnglishScriptText) == 0x000050, "Member 'USceneRigScriptNode_ChoicePreview::EnglishScriptText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigSettings \ static_assert(alignof(USceneRigSettings) == 0x000008, "Wrong alignment on USceneRigSettings"); \ static_assert(sizeof(USceneRigSettings) == 0x000030, "Wrong size on USceneRigSettings"); \ static_assert(offsetof(USceneRigSettings, TestValue) == 0x000028, "Member 'USceneRigSettings::TestValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage \ static_assert(alignof(USceneRigStage) == 0x000010, "Wrong alignment on USceneRigStage"); \ static_assert(sizeof(USceneRigStage) == 0x000180, "Wrong size on USceneRigStage"); \ static_assert(offsetof(USceneRigStage, StageLevels) == 0x000058, "Member 'USceneRigStage::StageLevels' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage, StageRoot) == 0x000068, "Member 'USceneRigStage::StageRoot' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage, StageRootFallback) == 0x000080, "Member 'USceneRigStage::StageRootFallback' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage, LookupAssets) == 0x0000B0, "Member 'USceneRigStage::LookupAssets' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage, LookupTagProviders) == 0x0000C0, "Member 'USceneRigStage::LookupTagProviders' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage, bEnableDefaultLighting) == 0x0000D0, "Member 'USceneRigStage::bEnableDefaultLighting' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage, bShouldSimulatePhysics) == 0x0000D1, "Member 'USceneRigStage::bShouldSimulatePhysics' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage, StreamedStages) == 0x0000D8, "Member 'USceneRigStage::StreamedStages' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage, InterestPoints) == 0x0000E8, "Member 'USceneRigStage::InterestPoints' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage, ExportFilename) == 0x0000F8, "Member 'USceneRigStage::ExportFilename' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage, OverrideEnvironmentPath) == 0x000108, "Member 'USceneRigStage::OverrideEnvironmentPath' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage, ExportEnvironmentPath) == 0x000110, "Member 'USceneRigStage::ExportEnvironmentPath' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage, UseExportRadius) == 0x000120, "Member 'USceneRigStage::UseExportRadius' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage, ExportRadius) == 0x000124, "Member 'USceneRigStage::ExportRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ISceneRigStageClassHost \ static_assert(alignof(ISceneRigStageClassHost) == 0x000001, "Wrong alignment on ISceneRigStageClassHost"); \ static_assert(sizeof(ISceneRigStageClassHost) == 0x000001, "Wrong size on ISceneRigStageClassHost"); \ #define DUMPER7_ASSERTS_USceneRigStage_BoolValue \ static_assert(alignof(USceneRigStage_BoolValue) == 0x000008, "Wrong alignment on USceneRigStage_BoolValue"); \ static_assert(sizeof(USceneRigStage_BoolValue) == 0x000030, "Wrong size on USceneRigStage_BoolValue"); \ static_assert(offsetof(USceneRigStage_BoolValue, Provider) == 0x000028, "Member 'USceneRigStage_BoolValue::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_IntValue \ static_assert(alignof(USceneRigStage_IntValue) == 0x000008, "Wrong alignment on USceneRigStage_IntValue"); \ static_assert(sizeof(USceneRigStage_IntValue) == 0x000030, "Wrong size on USceneRigStage_IntValue"); \ static_assert(offsetof(USceneRigStage_IntValue, Provider) == 0x000028, "Member 'USceneRigStage_IntValue::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_FloatValue \ static_assert(alignof(USceneRigStage_FloatValue) == 0x000008, "Wrong alignment on USceneRigStage_FloatValue"); \ static_assert(sizeof(USceneRigStage_FloatValue) == 0x000030, "Wrong size on USceneRigStage_FloatValue"); \ static_assert(offsetof(USceneRigStage_FloatValue, Provider) == 0x000028, "Member 'USceneRigStage_FloatValue::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_VectorValue \ static_assert(alignof(USceneRigStage_VectorValue) == 0x000008, "Wrong alignment on USceneRigStage_VectorValue"); \ static_assert(sizeof(USceneRigStage_VectorValue) == 0x000030, "Wrong size on USceneRigStage_VectorValue"); \ static_assert(offsetof(USceneRigStage_VectorValue, Provider) == 0x000028, "Member 'USceneRigStage_VectorValue::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_NamedVector \ static_assert(alignof(USceneRigStage_NamedVector) == 0x000008, "Wrong alignment on USceneRigStage_NamedVector"); \ static_assert(sizeof(USceneRigStage_NamedVector) == 0x000048, "Wrong size on USceneRigStage_NamedVector"); \ static_assert(offsetof(USceneRigStage_NamedVector, Parameter) == 0x000030, "Member 'USceneRigStage_NamedVector::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_NameValue \ static_assert(alignof(USceneRigStage_NameValue) == 0x000008, "Wrong alignment on USceneRigStage_NameValue"); \ static_assert(sizeof(USceneRigStage_NameValue) == 0x000030, "Wrong size on USceneRigStage_NameValue"); \ static_assert(offsetof(USceneRigStage_NameValue, Provider) == 0x000028, "Member 'USceneRigStage_NameValue::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_StringValue \ static_assert(alignof(USceneRigStage_StringValue) == 0x000008, "Wrong alignment on USceneRigStage_StringValue"); \ static_assert(sizeof(USceneRigStage_StringValue) == 0x000030, "Wrong size on USceneRigStage_StringValue"); \ static_assert(offsetof(USceneRigStage_StringValue, Provider) == 0x000028, "Member 'USceneRigStage_StringValue::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_TransformValue \ static_assert(alignof(USceneRigStage_TransformValue) == 0x000008, "Wrong alignment on USceneRigStage_TransformValue"); \ static_assert(sizeof(USceneRigStage_TransformValue) == 0x000030, "Wrong size on USceneRigStage_TransformValue"); \ static_assert(offsetof(USceneRigStage_TransformValue, Provider) == 0x000028, "Member 'USceneRigStage_TransformValue::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_ObjectValue \ static_assert(alignof(USceneRigStage_ObjectValue) == 0x000008, "Wrong alignment on USceneRigStage_ObjectValue"); \ static_assert(sizeof(USceneRigStage_ObjectValue) == 0x000030, "Wrong size on USceneRigStage_ObjectValue"); \ static_assert(offsetof(USceneRigStage_ObjectValue, Provider) == 0x000028, "Member 'USceneRigStage_ObjectValue::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_AnimationValue \ static_assert(alignof(USceneRigStage_AnimationValue) == 0x000008, "Wrong alignment on USceneRigStage_AnimationValue"); \ static_assert(sizeof(USceneRigStage_AnimationValue) == 0x000030, "Wrong size on USceneRigStage_AnimationValue"); \ static_assert(offsetof(USceneRigStage_AnimationValue, Provider) == 0x000028, "Member 'USceneRigStage_AnimationValue::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_ActorValue \ static_assert(alignof(USceneRigStage_ActorValue) == 0x000008, "Wrong alignment on USceneRigStage_ActorValue"); \ static_assert(sizeof(USceneRigStage_ActorValue) == 0x000030, "Wrong size on USceneRigStage_ActorValue"); \ static_assert(offsetof(USceneRigStage_ActorValue, Provider) == 0x000028, "Member 'USceneRigStage_ActorValue::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigVariants \ static_assert(alignof(USceneRigVariants) == 0x000008, "Wrong alignment on USceneRigVariants"); \ static_assert(sizeof(USceneRigVariants) == 0x000038, "Wrong size on USceneRigVariants"); \ static_assert(offsetof(USceneRigVariants, Variants) == 0x000028, "Member 'USceneRigVariants::Variants' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USequencePlayerProxy \ static_assert(alignof(USequencePlayerProxy) == 0x000008, "Wrong alignment on USequencePlayerProxy"); \ static_assert(sizeof(USequencePlayerProxy) == 0x000030, "Wrong size on USequencePlayerProxy"); \ #define DUMPER7_ASSERTS_UStagePreviewDriver_PlaySceneRig \ static_assert(alignof(UStagePreviewDriver_PlaySceneRig) == 0x000008, "Wrong alignment on UStagePreviewDriver_PlaySceneRig"); \ static_assert(sizeof(UStagePreviewDriver_PlaySceneRig) == 0x000038, "Wrong size on UStagePreviewDriver_PlaySceneRig"); \ static_assert(offsetof(UStagePreviewDriver_PlaySceneRig, SceneRig) == 0x000028, "Member 'UStagePreviewDriver_PlaySceneRig::SceneRig' has a wrong offset!"); \ static_assert(offsetof(UStagePreviewDriver_PlaySceneRig, SceneRigPlayer) == 0x000030, "Member 'UStagePreviewDriver_PlaySceneRig::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryNodeState_Custom \ static_assert(alignof(UStoryNodeState_Custom) == 0x000008, "Wrong alignment on UStoryNodeState_Custom"); \ static_assert(sizeof(UStoryNodeState_Custom) == 0x000038, "Wrong size on UStoryNodeState_Custom"); \ static_assert(offsetof(UStoryNodeState_Custom, OwningActor) == 0x000028, "Member 'UStoryNodeState_Custom::OwningActor' has a wrong offset!"); \ static_assert(offsetof(UStoryNodeState_Custom, Definition) == 0x000030, "Member 'UStoryNodeState_Custom::Definition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryNode_OutputEvent \ static_assert(alignof(UStoryNode_OutputEvent) == 0x000008, "Wrong alignment on UStoryNode_OutputEvent"); \ static_assert(sizeof(UStoryNode_OutputEvent) == 0x0000A8, "Wrong size on UStoryNode_OutputEvent"); \ static_assert(offsetof(UStoryNode_OutputEvent, EventName) == 0x000098, "Member 'UStoryNode_OutputEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(UStoryNode_OutputEvent, RepresentsCompletion) == 0x0000A0, "Member 'UStoryNode_OutputEvent::RepresentsCompletion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StoryNode_SceneRig_GetSceneRigBP \ static_assert(alignof(StoryNode_SceneRig_GetSceneRigBP) == 0x000008, "Wrong alignment on StoryNode_SceneRig_GetSceneRigBP"); \ static_assert(sizeof(StoryNode_SceneRig_GetSceneRigBP) == 0x000010, "Wrong size on StoryNode_SceneRig_GetSceneRigBP"); \ static_assert(offsetof(StoryNode_SceneRig_GetSceneRigBP, Caller) == 0x000000, "Member 'StoryNode_SceneRig_GetSceneRigBP::Caller' has a wrong offset!"); \ static_assert(offsetof(StoryNode_SceneRig_GetSceneRigBP, ReturnValue) == 0x000008, "Member 'StoryNode_SceneRig_GetSceneRigBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryNode_SceneRig \ static_assert(alignof(UStoryNode_SceneRig) == 0x000008, "Wrong alignment on UStoryNode_SceneRig"); \ static_assert(sizeof(UStoryNode_SceneRig) == 0x0000D0, "Wrong size on UStoryNode_SceneRig"); \ static_assert(offsetof(UStoryNode_SceneRig, StorySR) == 0x0000C0, "Member 'UStoryNode_SceneRig::StorySR' has a wrong offset!"); \ static_assert(offsetof(UStoryNode_SceneRig, InitializingBehavior) == 0x0000C8, "Member 'UStoryNode_SceneRig::InitializingBehavior' has a wrong offset!"); \ static_assert(offsetof(UStoryNode_SceneRig, bSkippable) == 0x0000C9, "Member 'UStoryNode_SceneRig::bSkippable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UString_SceneRigStageParameter \ static_assert(alignof(UString_SceneRigStageParameter) == 0x000008, "Wrong alignment on UString_SceneRigStageParameter"); \ static_assert(sizeof(UString_SceneRigStageParameter) == 0x000038, "Wrong size on UString_SceneRigStageParameter"); \ static_assert(offsetof(UString_SceneRigStageParameter, Reference) == 0x000028, "Member 'UString_SceneRigStageParameter::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_SceneRigActor \ static_assert(alignof(UTransform_SceneRigActor) == 0x000008, "Wrong alignment on UTransform_SceneRigActor"); \ static_assert(sizeof(UTransform_SceneRigActor) == 0x000028, "Wrong size on UTransform_SceneRigActor"); \ #define DUMPER7_ASSERTS_UTransform_SceneRigStageParameter \ static_assert(alignof(UTransform_SceneRigStageParameter) == 0x000008, "Wrong alignment on UTransform_SceneRigStageParameter"); \ static_assert(sizeof(UTransform_SceneRigStageParameter) == 0x000038, "Wrong size on UTransform_SceneRigStageParameter"); \ static_assert(offsetof(UTransform_SceneRigStageParameter, Reference) == 0x000028, "Member 'UTransform_SceneRigStageParameter::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_StageRoot \ static_assert(alignof(UTransform_StageRoot) == 0x000008, "Wrong alignment on UTransform_StageRoot"); \ static_assert(sizeof(UTransform_StageRoot) == 0x000028, "Wrong size on UTransform_StageRoot"); \ #define DUMPER7_ASSERTS_UVector_SceneRigParameter \ static_assert(alignof(UVector_SceneRigParameter) == 0x000008, "Wrong alignment on UVector_SceneRigParameter"); \ static_assert(sizeof(UVector_SceneRigParameter) == 0x000030, "Wrong size on UVector_SceneRigParameter"); \ static_assert(offsetof(UVector_SceneRigParameter, BoundParameter) == 0x000028, "Member 'UVector_SceneRigParameter::BoundParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVector2D_Curve \ static_assert(alignof(UVector2D_Curve) == 0x000008, "Wrong alignment on UVector2D_Curve"); \ static_assert(sizeof(UVector2D_Curve) == 0x000130, "Wrong size on UVector2D_Curve"); \ static_assert(offsetof(UVector2D_Curve, Curve) == 0x000028, "Member 'UVector2D_Curve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_Creature_SpawnSlotExitFlying_C_PerformConditionCheckAI \ static_assert(alignof(BTD_Creature_SpawnSlotExitFlying_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTD_Creature_SpawnSlotExitFlying_C_PerformConditionCheckAI"); \ static_assert(sizeof(BTD_Creature_SpawnSlotExitFlying_C_PerformConditionCheckAI) == 0x000028, "Wrong size on BTD_Creature_SpawnSlotExitFlying_C_PerformConditionCheckAI"); \ static_assert(offsetof(BTD_Creature_SpawnSlotExitFlying_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTD_Creature_SpawnSlotExitFlying_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_SpawnSlotExitFlying_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTD_Creature_SpawnSlotExitFlying_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_SpawnSlotExitFlying_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTD_Creature_SpawnSlotExitFlying_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_SpawnSlotExitFlying_C_PerformConditionCheckAI, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BTD_Creature_SpawnSlotExitFlying_C_PerformConditionCheckAI::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_SpawnSlotExitFlying_C_PerformConditionCheckAI, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BTD_Creature_SpawnSlotExitFlying_C_PerformConditionCheckAI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_SpawnSlotExitFlying_C_PerformConditionCheckAI, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'BTD_Creature_SpawnSlotExitFlying_C_PerformConditionCheckAI::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_Creature_SpawnSlotExitFlying_C \ static_assert(alignof(UBTD_Creature_SpawnSlotExitFlying_C) == 0x000008, "Wrong alignment on UBTD_Creature_SpawnSlotExitFlying_C"); \ static_assert(sizeof(UBTD_Creature_SpawnSlotExitFlying_C) == 0x0000A0, "Wrong size on UBTD_Creature_SpawnSlotExitFlying_C"); \ #define DUMPER7_ASSERTS_FStoryGraphConditionBranchReference \ static_assert(alignof(FStoryGraphConditionBranchReference) == 0x000004, "Wrong alignment on FStoryGraphConditionBranchReference"); \ static_assert(sizeof(FStoryGraphConditionBranchReference) == 0x000008, "Wrong size on FStoryGraphConditionBranchReference"); \ static_assert(offsetof(FStoryGraphConditionBranchReference, BranchID) == 0x000000, "Member 'FStoryGraphConditionBranchReference::BranchID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStoryGraphConditionNodeReference \ static_assert(alignof(FStoryGraphConditionNodeReference) == 0x000008, "Wrong alignment on FStoryGraphConditionNodeReference"); \ static_assert(sizeof(FStoryGraphConditionNodeReference) == 0x000008, "Wrong size on FStoryGraphConditionNodeReference"); \ static_assert(offsetof(FStoryGraphConditionNodeReference, Node) == 0x000000, "Member 'FStoryGraphConditionNodeReference::Node' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStoryGraphEdge_ConditionProperties \ static_assert(alignof(FStoryGraphEdge_ConditionProperties) == 0x000001, "Wrong alignment on FStoryGraphEdge_ConditionProperties"); \ static_assert(sizeof(FStoryGraphEdge_ConditionProperties) == 0x000001, "Wrong size on FStoryGraphEdge_ConditionProperties"); \ #define DUMPER7_ASSERTS_FReferencedTimeRigBindings \ static_assert(alignof(FReferencedTimeRigBindings) == 0x000008, "Wrong alignment on FReferencedTimeRigBindings"); \ static_assert(sizeof(FReferencedTimeRigBindings) == 0x000058, "Wrong size on FReferencedTimeRigBindings"); \ static_assert(offsetof(FReferencedTimeRigBindings, ReferencedTimeRig) == 0x000000, "Member 'FReferencedTimeRigBindings::ReferencedTimeRig' has a wrong offset!"); \ static_assert(offsetof(FReferencedTimeRigBindings, ReferencedPlaceholderMap) == 0x000008, "Member 'FReferencedTimeRigBindings::ReferencedPlaceholderMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeRigCoordinate \ static_assert(alignof(FTimeRigCoordinate) == 0x000004, "Wrong alignment on FTimeRigCoordinate"); \ static_assert(sizeof(FTimeRigCoordinate) == 0x000004, "Wrong size on FTimeRigCoordinate"); \ static_assert(offsetof(FTimeRigCoordinate, Time) == 0x000000, "Member 'FTimeRigCoordinate::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeRigEventHandlerData \ static_assert(alignof(FTimeRigEventHandlerData) == 0x000008, "Wrong alignment on FTimeRigEventHandlerData"); \ static_assert(sizeof(FTimeRigEventHandlerData) == 0x000028, "Wrong size on FTimeRigEventHandlerData"); \ #define DUMPER7_ASSERTS_FTimeRigCursor \ static_assert(alignof(FTimeRigCursor) == 0x000004, "Wrong alignment on FTimeRigCursor"); \ static_assert(sizeof(FTimeRigCursor) == 0x000008, "Wrong size on FTimeRigCursor"); \ static_assert(offsetof(FTimeRigCursor, PreviousTime) == 0x000000, "Member 'FTimeRigCursor::PreviousTime' has a wrong offset!"); \ static_assert(offsetof(FTimeRigCursor, CurrentTime) == 0x000004, "Member 'FTimeRigCursor::CurrentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeRigEventReference \ static_assert(alignof(FTimeRigEventReference) == 0x000008, "Wrong alignment on FTimeRigEventReference"); \ static_assert(sizeof(FTimeRigEventReference) == 0x000038, "Wrong size on FTimeRigEventReference"); \ static_assert(offsetof(FTimeRigEventReference, ReferenceElementSoftPtr) == 0x000000, "Member 'FTimeRigEventReference::ReferenceElementSoftPtr' has a wrong offset!"); \ static_assert(offsetof(FTimeRigEventReference, ReferenceElement) == 0x000028, "Member 'FTimeRigEventReference::ReferenceElement' has a wrong offset!"); \ static_assert(offsetof(FTimeRigEventReference, Name) == 0x000030, "Member 'FTimeRigEventReference::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeRigEventSymbol \ static_assert(alignof(FTimeRigEventSymbol) == 0x000008, "Wrong alignment on FTimeRigEventSymbol"); \ static_assert(sizeof(FTimeRigEventSymbol) == 0x000018, "Wrong size on FTimeRigEventSymbol"); \ static_assert(offsetof(FTimeRigEventSymbol, OwningElement) == 0x000008, "Member 'FTimeRigEventSymbol::OwningElement' has a wrong offset!"); \ static_assert(offsetof(FTimeRigEventSymbol, Event) == 0x000010, "Member 'FTimeRigEventSymbol::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeRigNamedSymbol \ static_assert(alignof(FTimeRigNamedSymbol) == 0x000008, "Wrong alignment on FTimeRigNamedSymbol"); \ static_assert(sizeof(FTimeRigNamedSymbol) == 0x000020, "Wrong size on FTimeRigNamedSymbol"); \ static_assert(offsetof(FTimeRigNamedSymbol, Name) == 0x000018, "Member 'FTimeRigNamedSymbol::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeRigOutputSymbol \ static_assert(alignof(FTimeRigOutputSymbol) == 0x000008, "Wrong alignment on FTimeRigOutputSymbol"); \ static_assert(sizeof(FTimeRigOutputSymbol) == 0x000018, "Wrong size on FTimeRigOutputSymbol"); \ #define DUMPER7_ASSERTS_FTimeRigInputSymbol \ static_assert(alignof(FTimeRigInputSymbol) == 0x000008, "Wrong alignment on FTimeRigInputSymbol"); \ static_assert(sizeof(FTimeRigInputSymbol) == 0x000018, "Wrong size on FTimeRigInputSymbol"); \ #define DUMPER7_ASSERTS_FTimeRigEventConstSymbolPair \ static_assert(alignof(FTimeRigEventConstSymbolPair) == 0x000008, "Wrong alignment on FTimeRigEventConstSymbolPair"); \ static_assert(sizeof(FTimeRigEventConstSymbolPair) == 0x000010, "Wrong size on FTimeRigEventConstSymbolPair"); \ #define DUMPER7_ASSERTS_FTimeRigEventSymbolPair \ static_assert(alignof(FTimeRigEventSymbolPair) == 0x000008, "Wrong alignment on FTimeRigEventSymbolPair"); \ static_assert(sizeof(FTimeRigEventSymbolPair) == 0x000010, "Wrong size on FTimeRigEventSymbolPair"); \ #define DUMPER7_ASSERTS_FTimeRigEventSymbolValue \ static_assert(alignof(FTimeRigEventSymbolValue) == 0x000008, "Wrong alignment on FTimeRigEventSymbolValue"); \ static_assert(sizeof(FTimeRigEventSymbolValue) == 0x000010, "Wrong size on FTimeRigEventSymbolValue"); \ #define DUMPER7_ASSERTS_FTimeRigEventSymbolFraction \ static_assert(alignof(FTimeRigEventSymbolFraction) == 0x000008, "Wrong alignment on FTimeRigEventSymbolFraction"); \ static_assert(sizeof(FTimeRigEventSymbolFraction) == 0x000018, "Wrong size on FTimeRigEventSymbolFraction"); \ #define DUMPER7_ASSERTS_FTimeRigEventSymbolList \ static_assert(alignof(FTimeRigEventSymbolList) == 0x000008, "Wrong alignment on FTimeRigEventSymbolList"); \ static_assert(sizeof(FTimeRigEventSymbolList) == 0x000020, "Wrong size on FTimeRigEventSymbolList"); \ #define DUMPER7_ASSERTS_FTimeRigEnterExitEntry \ static_assert(alignof(FTimeRigEnterExitEntry) == 0x000008, "Wrong alignment on FTimeRigEnterExitEntry"); \ static_assert(sizeof(FTimeRigEnterExitEntry) == 0x000010, "Wrong size on FTimeRigEnterExitEntry"); \ static_assert(offsetof(FTimeRigEnterExitEntry, EntryType) == 0x000000, "Member 'FTimeRigEnterExitEntry::EntryType' has a wrong offset!"); \ static_assert(offsetof(FTimeRigEnterExitEntry, TimeValue) == 0x000004, "Member 'FTimeRigEnterExitEntry::TimeValue' has a wrong offset!"); \ static_assert(offsetof(FTimeRigEnterExitEntry, IntervalState) == 0x000008, "Member 'FTimeRigEnterExitEntry::IntervalState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeRigEventToHandle \ static_assert(alignof(FTimeRigEventToHandle) == 0x000008, "Wrong alignment on FTimeRigEventToHandle"); \ static_assert(sizeof(FTimeRigEventToHandle) == 0x000018, "Wrong size on FTimeRigEventToHandle"); \ static_assert(offsetof(FTimeRigEventToHandle, ElementState) == 0x000000, "Member 'FTimeRigEventToHandle::ElementState' has a wrong offset!"); \ static_assert(offsetof(FTimeRigEventToHandle, EventName) == 0x000008, "Member 'FTimeRigEventToHandle::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeRigScratchAnimation \ static_assert(alignof(FTimeRigScratchAnimation) == 0x000008, "Wrong alignment on FTimeRigScratchAnimation"); \ static_assert(sizeof(FTimeRigScratchAnimation) == 0x000008, "Wrong size on FTimeRigScratchAnimation"); \ static_assert(offsetof(FTimeRigScratchAnimation, Animation) == 0x000000, "Member 'FTimeRigScratchAnimation::Animation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStoryGraphEdge_TriggerProperties \ static_assert(alignof(FStoryGraphEdge_TriggerProperties) == 0x000008, "Wrong alignment on FStoryGraphEdge_TriggerProperties"); \ static_assert(sizeof(FStoryGraphEdge_TriggerProperties) == 0x000138, "Wrong size on FStoryGraphEdge_TriggerProperties"); \ #define DUMPER7_ASSERTS_FTimeRigStoryNodeCommandContext \ static_assert(alignof(FTimeRigStoryNodeCommandContext) == 0x000008, "Wrong alignment on FTimeRigStoryNodeCommandContext"); \ static_assert(sizeof(FTimeRigStoryNodeCommandContext) == 0x000008, "Wrong size on FTimeRigStoryNodeCommandContext"); \ static_assert(offsetof(FTimeRigStoryNodeCommandContext, PreviewWorld) == 0x000000, "Member 'FTimeRigStoryNodeCommandContext::PreviewWorld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigElement \ static_assert(alignof(UTimeRigElement) == 0x000008, "Wrong alignment on UTimeRigElement"); \ static_assert(sizeof(UTimeRigElement) == 0x000050, "Wrong size on UTimeRigElement"); \ static_assert(offsetof(UTimeRigElement, Enabled) == 0x000028, "Member 'UTimeRigElement::Enabled' has a wrong offset!"); \ static_assert(offsetof(UTimeRigElement, ParentElement) == 0x000030, "Member 'UTimeRigElement::ParentElement' has a wrong offset!"); \ static_assert(offsetof(UTimeRigElement, username) == 0x000038, "Member 'UTimeRigElement::username' has a wrong offset!"); \ static_assert(offsetof(UTimeRigElement, NamedSymbols) == 0x000040, "Member 'UTimeRigElement::NamedSymbols' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigEvent \ static_assert(alignof(UTimeRigEvent) == 0x000008, "Wrong alignment on UTimeRigEvent"); \ static_assert(sizeof(UTimeRigEvent) == 0x000030, "Wrong size on UTimeRigEvent"); \ static_assert(offsetof(UTimeRigEvent, CoordinateIndex) == 0x000028, "Member 'UTimeRigEvent::CoordinateIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigSelfEvent \ static_assert(alignof(UTimeRigSelfEvent) == 0x000008, "Wrong alignment on UTimeRigSelfEvent"); \ static_assert(sizeof(UTimeRigSelfEvent) == 0x000038, "Wrong size on UTimeRigSelfEvent"); \ static_assert(offsetof(UTimeRigSelfEvent, Offset) == 0x000030, "Member 'UTimeRigSelfEvent::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigElementState \ static_assert(alignof(UTimeRigElementState) == 0x000008, "Wrong alignment on UTimeRigElementState"); \ static_assert(sizeof(UTimeRigElementState) == 0x000048, "Wrong size on UTimeRigElementState"); \ static_assert(offsetof(UTimeRigElementState, Context) == 0x000038, "Member 'UTimeRigElementState::Context' has a wrong offset!"); \ static_assert(offsetof(UTimeRigElementState, BaseDefinition) == 0x000040, "Member 'UTimeRigElementState::BaseDefinition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigIntervalState \ static_assert(alignof(UTimeRigIntervalState) == 0x000008, "Wrong alignment on UTimeRigIntervalState"); \ static_assert(sizeof(UTimeRigIntervalState) == 0x000050, "Wrong size on UTimeRigIntervalState"); \ #define DUMPER7_ASSERTS_UTimeRigState \ static_assert(alignof(UTimeRigState) == 0x000008, "Wrong alignment on UTimeRigState"); \ static_assert(sizeof(UTimeRigState) == 0x000078, "Wrong size on UTimeRigState"); \ #define DUMPER7_ASSERTS_UTimeRigFirstOfEvent \ static_assert(alignof(UTimeRigFirstOfEvent) == 0x000008, "Wrong alignment on UTimeRigFirstOfEvent"); \ static_assert(sizeof(UTimeRigFirstOfEvent) == 0x000040, "Wrong size on UTimeRigFirstOfEvent"); \ static_assert(offsetof(UTimeRigFirstOfEvent, InputEventReferences) == 0x000030, "Member 'UTimeRigFirstOfEvent::InputEventReferences' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigInterval_OnFinishChanged \ static_assert(alignof(TimeRigInterval_OnFinishChanged) == 0x000008, "Wrong alignment on TimeRigInterval_OnFinishChanged"); \ static_assert(sizeof(TimeRigInterval_OnFinishChanged) == 0x000018, "Wrong size on TimeRigInterval_OnFinishChanged"); \ static_assert(offsetof(TimeRigInterval_OnFinishChanged, Previous) == 0x000000, "Member 'TimeRigInterval_OnFinishChanged::Previous' has a wrong offset!"); \ static_assert(offsetof(TimeRigInterval_OnFinishChanged, Current) == 0x000004, "Member 'TimeRigInterval_OnFinishChanged::Current' has a wrong offset!"); \ static_assert(offsetof(TimeRigInterval_OnFinishChanged, Context) == 0x000008, "Member 'TimeRigInterval_OnFinishChanged::Context' has a wrong offset!"); \ static_assert(offsetof(TimeRigInterval_OnFinishChanged, State) == 0x000010, "Member 'TimeRigInterval_OnFinishChanged::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigInterval_OnStartChanged \ static_assert(alignof(TimeRigInterval_OnStartChanged) == 0x000008, "Wrong alignment on TimeRigInterval_OnStartChanged"); \ static_assert(sizeof(TimeRigInterval_OnStartChanged) == 0x000018, "Wrong size on TimeRigInterval_OnStartChanged"); \ static_assert(offsetof(TimeRigInterval_OnStartChanged, Previous) == 0x000000, "Member 'TimeRigInterval_OnStartChanged::Previous' has a wrong offset!"); \ static_assert(offsetof(TimeRigInterval_OnStartChanged, Current) == 0x000004, "Member 'TimeRigInterval_OnStartChanged::Current' has a wrong offset!"); \ static_assert(offsetof(TimeRigInterval_OnStartChanged, Context) == 0x000008, "Member 'TimeRigInterval_OnStartChanged::Context' has a wrong offset!"); \ static_assert(offsetof(TimeRigInterval_OnStartChanged, State) == 0x000010, "Member 'TimeRigInterval_OnStartChanged::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigInterval \ static_assert(alignof(UTimeRigInterval) == 0x000008, "Wrong alignment on UTimeRigInterval"); \ static_assert(sizeof(UTimeRigInterval) == 0x000088, "Wrong size on UTimeRigInterval"); \ static_assert(offsetof(UTimeRigInterval, Start) == 0x000050, "Member 'UTimeRigInterval::Start' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInterval, Finish) == 0x000068, "Member 'UTimeRigInterval::Finish' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInterval, sortOrder) == 0x000080, "Member 'UTimeRigInterval::sortOrder' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInterval, UsePostActorTick) == 0x000084, "Member 'UTimeRigInterval::UsePostActorTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigInstanceContext \ static_assert(alignof(UTimeRigInstanceContext) == 0x000008, "Wrong alignment on UTimeRigInstanceContext"); \ static_assert(sizeof(UTimeRigInstanceContext) == 0x0006B8, "Wrong size on UTimeRigInstanceContext"); \ static_assert(offsetof(UTimeRigInstanceContext, TimeRig) == 0x000028, "Member 'UTimeRigInstanceContext::TimeRig' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, IsHammerTime) == 0x000080, "Member 'UTimeRigInstanceContext::IsHammerTime' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, RandomStream) == 0x000084, "Member 'UTimeRigInstanceContext::RandomStream' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, InitializeAsPaused) == 0x00008C, "Member 'UTimeRigInstanceContext::InitializeAsPaused' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, IsInEditor) == 0x00008D, "Member 'UTimeRigInstanceContext::IsInEditor' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, ConstrainTimeline) == 0x00008E, "Member 'UTimeRigInstanceContext::ConstrainTimeline' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, CurrentCursor) == 0x000090, "Member 'UTimeRigInstanceContext::CurrentCursor' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, InitializationDuration) == 0x000098, "Member 'UTimeRigInstanceContext::InitializationDuration' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, LastInitializationError) == 0x00009C, "Member 'UTimeRigInstanceContext::LastInitializationError' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, bSkippingEnabled) == 0x0000A0, "Member 'UTimeRigInstanceContext::bSkippingEnabled' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, bInUnskippableSection) == 0x0000A1, "Member 'UTimeRigInstanceContext::bInUnskippableSection' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, bSkipping) == 0x0000A2, "Member 'UTimeRigInstanceContext::bSkipping' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, InstanceStateMap) == 0x000168, "Member 'UTimeRigInstanceContext::InstanceStateMap' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, EmbeddedContexts) == 0x0001B8, "Member 'UTimeRigInstanceContext::EmbeddedContexts' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, ElementStatesNotReadyToPlay) == 0x0001C8, "Member 'UTimeRigInstanceContext::ElementStatesNotReadyToPlay' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, PreInitializedEventHandlers) == 0x000218, "Member 'UTimeRigInstanceContext::PreInitializedEventHandlers' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, EnteringExitingEntries) == 0x0002C0, "Member 'UTimeRigInstanceContext::EnteringExitingEntries' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, EnteringIntervals) == 0x0002D0, "Member 'UTimeRigInstanceContext::EnteringIntervals' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, ExitingIntervals) == 0x000320, "Member 'UTimeRigInstanceContext::ExitingIntervals' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, InsideIntervals) == 0x000370, "Member 'UTimeRigInstanceContext::InsideIntervals' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, SkippedIntervals) == 0x0003C0, "Member 'UTimeRigInstanceContext::SkippedIntervals' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, InstantIntervals) == 0x000410, "Member 'UTimeRigInstanceContext::InstantIntervals' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, EventsToHandle) == 0x000460, "Member 'UTimeRigInstanceContext::EventsToHandle' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, EventsRegisteredToBeHandled) == 0x000470, "Member 'UTimeRigInstanceContext::EventsRegisteredToBeHandled' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, InsideIntervalsPostActorTick) == 0x000480, "Member 'UTimeRigInstanceContext::InsideIntervalsPostActorTick' has a wrong offset!"); \ static_assert(offsetof(UTimeRigInstanceContext, InstantIntervalsPostActorTick) == 0x0004D0, "Member 'UTimeRigInstanceContext::InstantIntervalsPostActorTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigRelativeEvent \ static_assert(alignof(UTimeRigRelativeEvent) == 0x000008, "Wrong alignment on UTimeRigRelativeEvent"); \ static_assert(sizeof(UTimeRigRelativeEvent) == 0x000070, "Wrong size on UTimeRigRelativeEvent"); \ static_assert(offsetof(UTimeRigRelativeEvent, ParentReference) == 0x000030, "Member 'UTimeRigRelativeEvent::ParentReference' has a wrong offset!"); \ static_assert(offsetof(UTimeRigRelativeEvent, Offset) == 0x000068, "Member 'UTimeRigRelativeEvent::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRig \ static_assert(alignof(UTimeRig) == 0x000008, "Wrong alignment on UTimeRig"); \ static_assert(sizeof(UTimeRig) == 0x000168, "Wrong size on UTimeRig"); \ static_assert(offsetof(UTimeRig, ReferencedTimeRigBindings) == 0x000088, "Member 'UTimeRig::ReferencedTimeRigBindings' has a wrong offset!"); \ static_assert(offsetof(UTimeRig, EventHull) == 0x0000D8, "Member 'UTimeRig::EventHull' has a wrong offset!"); \ static_assert(offsetof(UTimeRig, ChildElements) == 0x000138, "Member 'UTimeRig::ChildElements' has a wrong offset!"); \ static_assert(offsetof(UTimeRig, InitializingBehavior) == 0x000148, "Member 'UTimeRig::InitializingBehavior' has a wrong offset!"); \ static_assert(offsetof(UTimeRig, RandomSeed) == 0x00014C, "Member 'UTimeRig::RandomSeed' has a wrong offset!"); \ static_assert(offsetof(UTimeRig, StoryGraph) == 0x000150, "Member 'UTimeRig::StoryGraph' has a wrong offset!"); \ static_assert(offsetof(UTimeRig, WarmUpTags) == 0x000158, "Member 'UTimeRig::WarmUpTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryGraphConditionProvider \ static_assert(alignof(UStoryGraphConditionProvider) == 0x000008, "Wrong alignment on UStoryGraphConditionProvider"); \ static_assert(sizeof(UStoryGraphConditionProvider) == 0x000028, "Wrong size on UStoryGraphConditionProvider"); \ #define DUMPER7_ASSERTS_UStoryGraphCondition_NOT \ static_assert(alignof(UStoryGraphCondition_NOT) == 0x000008, "Wrong alignment on UStoryGraphCondition_NOT"); \ static_assert(sizeof(UStoryGraphCondition_NOT) == 0x000030, "Wrong size on UStoryGraphCondition_NOT"); \ static_assert(offsetof(UStoryGraphCondition_NOT, ConditionToInvert) == 0x000028, "Member 'UStoryGraphCondition_NOT::ConditionToInvert' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRig_StoryGraph_GetNodesByLevel \ static_assert(alignof(TimeRig_StoryGraph_GetNodesByLevel) == 0x000008, "Wrong alignment on TimeRig_StoryGraph_GetNodesByLevel"); \ static_assert(sizeof(TimeRig_StoryGraph_GetNodesByLevel) == 0x000018, "Wrong size on TimeRig_StoryGraph_GetNodesByLevel"); \ static_assert(offsetof(TimeRig_StoryGraph_GetNodesByLevel, Level) == 0x000000, "Member 'TimeRig_StoryGraph_GetNodesByLevel::Level' has a wrong offset!"); \ static_assert(offsetof(TimeRig_StoryGraph_GetNodesByLevel, Nodes) == 0x000008, "Member 'TimeRig_StoryGraph_GetNodesByLevel::Nodes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRig_StoryGraph_Print \ static_assert(alignof(TimeRig_StoryGraph_Print) == 0x000001, "Wrong alignment on TimeRig_StoryGraph_Print"); \ static_assert(sizeof(TimeRig_StoryGraph_Print) == 0x000002, "Wrong size on TimeRig_StoryGraph_Print"); \ static_assert(offsetof(TimeRig_StoryGraph_Print, ToConsole) == 0x000000, "Member 'TimeRig_StoryGraph_Print::ToConsole' has a wrong offset!"); \ static_assert(offsetof(TimeRig_StoryGraph_Print, ToScreen) == 0x000001, "Member 'TimeRig_StoryGraph_Print::ToScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRig_StoryGraph_GetLevelNum \ static_assert(alignof(TimeRig_StoryGraph_GetLevelNum) == 0x000004, "Wrong alignment on TimeRig_StoryGraph_GetLevelNum"); \ static_assert(sizeof(TimeRig_StoryGraph_GetLevelNum) == 0x000004, "Wrong size on TimeRig_StoryGraph_GetLevelNum"); \ static_assert(offsetof(TimeRig_StoryGraph_GetLevelNum, ReturnValue) == 0x000000, "Member 'TimeRig_StoryGraph_GetLevelNum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRig_StoryGraph \ static_assert(alignof(UTimeRig_StoryGraph) == 0x000008, "Wrong alignment on UTimeRig_StoryGraph"); \ static_assert(sizeof(UTimeRig_StoryGraph) == 0x000080, "Wrong size on UTimeRig_StoryGraph"); \ static_assert(offsetof(UTimeRig_StoryGraph, Name_0) == 0x000028, "Member 'UTimeRig_StoryGraph::Name_0' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraph, RootNodes) == 0x000038, "Member 'UTimeRig_StoryGraph::RootNodes' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraph, AllNodes) == 0x000048, "Member 'UTimeRig_StoryGraph::AllNodes' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraph, AllEdges) == 0x000058, "Member 'UTimeRig_StoryGraph::AllEdges' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraph, bEdgeEnabled) == 0x000068, "Member 'UTimeRig_StoryGraph::bEdgeEnabled' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraph, bPersistent) == 0x000069, "Member 'UTimeRig_StoryGraph::bPersistent' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraph, StageLevels) == 0x000070, "Member 'UTimeRig_StoryGraph::StageLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_AddCriticalEventHandler \ static_assert(alignof(TimeRigPlayer_AddCriticalEventHandler) == 0x000004, "Wrong alignment on TimeRigPlayer_AddCriticalEventHandler"); \ static_assert(sizeof(TimeRigPlayer_AddCriticalEventHandler) == 0x00001C, "Wrong size on TimeRigPlayer_AddCriticalEventHandler"); \ static_assert(offsetof(TimeRigPlayer_AddCriticalEventHandler, EventName) == 0x000000, "Member 'TimeRigPlayer_AddCriticalEventHandler::EventName' has a wrong offset!"); \ static_assert(offsetof(TimeRigPlayer_AddCriticalEventHandler, Handler) == 0x000008, "Member 'TimeRigPlayer_AddCriticalEventHandler::Handler' has a wrong offset!"); \ static_assert(offsetof(TimeRigPlayer_AddCriticalEventHandler, ReturnValue) == 0x000018, "Member 'TimeRigPlayer_AddCriticalEventHandler::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_AddEventHandler \ static_assert(alignof(TimeRigPlayer_AddEventHandler) == 0x000004, "Wrong alignment on TimeRigPlayer_AddEventHandler"); \ static_assert(sizeof(TimeRigPlayer_AddEventHandler) == 0x00001C, "Wrong size on TimeRigPlayer_AddEventHandler"); \ static_assert(offsetof(TimeRigPlayer_AddEventHandler, EventName) == 0x000000, "Member 'TimeRigPlayer_AddEventHandler::EventName' has a wrong offset!"); \ static_assert(offsetof(TimeRigPlayer_AddEventHandler, Handler) == 0x000008, "Member 'TimeRigPlayer_AddEventHandler::Handler' has a wrong offset!"); \ static_assert(offsetof(TimeRigPlayer_AddEventHandler, ReturnValue) == 0x000018, "Member 'TimeRigPlayer_AddEventHandler::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_EventOccursAt \ static_assert(alignof(TimeRigPlayer_EventOccursAt) == 0x000004, "Wrong alignment on TimeRigPlayer_EventOccursAt"); \ static_assert(sizeof(TimeRigPlayer_EventOccursAt) == 0x000010, "Wrong size on TimeRigPlayer_EventOccursAt"); \ static_assert(offsetof(TimeRigPlayer_EventOccursAt, EventName) == 0x000000, "Member 'TimeRigPlayer_EventOccursAt::EventName' has a wrong offset!"); \ static_assert(offsetof(TimeRigPlayer_EventOccursAt, SecondsFromNow) == 0x000008, "Member 'TimeRigPlayer_EventOccursAt::SecondsFromNow' has a wrong offset!"); \ static_assert(offsetof(TimeRigPlayer_EventOccursAt, ReturnValue) == 0x00000C, "Member 'TimeRigPlayer_EventOccursAt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_EventOccursNow \ static_assert(alignof(TimeRigPlayer_EventOccursNow) == 0x000004, "Wrong alignment on TimeRigPlayer_EventOccursNow"); \ static_assert(sizeof(TimeRigPlayer_EventOccursNow) == 0x00000C, "Wrong size on TimeRigPlayer_EventOccursNow"); \ static_assert(offsetof(TimeRigPlayer_EventOccursNow, EventName) == 0x000000, "Member 'TimeRigPlayer_EventOccursNow::EventName' has a wrong offset!"); \ static_assert(offsetof(TimeRigPlayer_EventOccursNow, ReturnValue) == 0x000008, "Member 'TimeRigPlayer_EventOccursNow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_FastForwardToCurrentEndOf \ static_assert(alignof(TimeRigPlayer_FastForwardToCurrentEndOf) == 0x000008, "Wrong alignment on TimeRigPlayer_FastForwardToCurrentEndOf"); \ static_assert(sizeof(TimeRigPlayer_FastForwardToCurrentEndOf) == 0x000008, "Wrong size on TimeRigPlayer_FastForwardToCurrentEndOf"); \ static_assert(offsetof(TimeRigPlayer_FastForwardToCurrentEndOf, actionType) == 0x000000, "Member 'TimeRigPlayer_FastForwardToCurrentEndOf::actionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_FastForwardToEvent \ static_assert(alignof(TimeRigPlayer_FastForwardToEvent) == 0x000004, "Wrong alignment on TimeRigPlayer_FastForwardToEvent"); \ static_assert(sizeof(TimeRigPlayer_FastForwardToEvent) == 0x000008, "Wrong size on TimeRigPlayer_FastForwardToEvent"); \ static_assert(offsetof(TimeRigPlayer_FastForwardToEvent, EventName) == 0x000000, "Member 'TimeRigPlayer_FastForwardToEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_FastForwardToNextEndOf \ static_assert(alignof(TimeRigPlayer_FastForwardToNextEndOf) == 0x000008, "Wrong alignment on TimeRigPlayer_FastForwardToNextEndOf"); \ static_assert(sizeof(TimeRigPlayer_FastForwardToNextEndOf) == 0x000008, "Wrong size on TimeRigPlayer_FastForwardToNextEndOf"); \ static_assert(offsetof(TimeRigPlayer_FastForwardToNextEndOf, actionType) == 0x000000, "Member 'TimeRigPlayer_FastForwardToNextEndOf::actionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_FastForwardToNextStartOf \ static_assert(alignof(TimeRigPlayer_FastForwardToNextStartOf) == 0x000008, "Wrong alignment on TimeRigPlayer_FastForwardToNextStartOf"); \ static_assert(sizeof(TimeRigPlayer_FastForwardToNextStartOf) == 0x000008, "Wrong size on TimeRigPlayer_FastForwardToNextStartOf"); \ static_assert(offsetof(TimeRigPlayer_FastForwardToNextStartOf, actionType) == 0x000000, "Member 'TimeRigPlayer_FastForwardToNextStartOf::actionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_HasEvent \ static_assert(alignof(TimeRigPlayer_HasEvent) == 0x000004, "Wrong alignment on TimeRigPlayer_HasEvent"); \ static_assert(sizeof(TimeRigPlayer_HasEvent) == 0x00000C, "Wrong size on TimeRigPlayer_HasEvent"); \ static_assert(offsetof(TimeRigPlayer_HasEvent, EventName) == 0x000000, "Member 'TimeRigPlayer_HasEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(TimeRigPlayer_HasEvent, ReturnValue) == 0x000008, "Member 'TimeRigPlayer_HasEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_PauseAfterCurrentEndOf \ static_assert(alignof(TimeRigPlayer_PauseAfterCurrentEndOf) == 0x000008, "Wrong alignment on TimeRigPlayer_PauseAfterCurrentEndOf"); \ static_assert(sizeof(TimeRigPlayer_PauseAfterCurrentEndOf) == 0x000008, "Wrong size on TimeRigPlayer_PauseAfterCurrentEndOf"); \ static_assert(offsetof(TimeRigPlayer_PauseAfterCurrentEndOf, actionType) == 0x000000, "Member 'TimeRigPlayer_PauseAfterCurrentEndOf::actionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_Play \ static_assert(alignof(TimeRigPlayer_Play) == 0x000004, "Wrong alignment on TimeRigPlayer_Play"); \ static_assert(sizeof(TimeRigPlayer_Play) == 0x00000C, "Wrong size on TimeRigPlayer_Play"); \ static_assert(offsetof(TimeRigPlayer_Play, InActivationSource) == 0x000000, "Member 'TimeRigPlayer_Play::InActivationSource' has a wrong offset!"); \ static_assert(offsetof(TimeRigPlayer_Play, ReturnValue) == 0x000008, "Member 'TimeRigPlayer_Play::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_PlayImmediate \ static_assert(alignof(TimeRigPlayer_PlayImmediate) == 0x000004, "Wrong alignment on TimeRigPlayer_PlayImmediate"); \ static_assert(sizeof(TimeRigPlayer_PlayImmediate) == 0x00000C, "Wrong size on TimeRigPlayer_PlayImmediate"); \ static_assert(offsetof(TimeRigPlayer_PlayImmediate, InActivationSource) == 0x000000, "Member 'TimeRigPlayer_PlayImmediate::InActivationSource' has a wrong offset!"); \ static_assert(offsetof(TimeRigPlayer_PlayImmediate, ReturnValue) == 0x000008, "Member 'TimeRigPlayer_PlayImmediate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_RewindToCurrentStartOf \ static_assert(alignof(TimeRigPlayer_RewindToCurrentStartOf) == 0x000008, "Wrong alignment on TimeRigPlayer_RewindToCurrentStartOf"); \ static_assert(sizeof(TimeRigPlayer_RewindToCurrentStartOf) == 0x000008, "Wrong size on TimeRigPlayer_RewindToCurrentStartOf"); \ static_assert(offsetof(TimeRigPlayer_RewindToCurrentStartOf, actionType) == 0x000000, "Member 'TimeRigPlayer_RewindToCurrentStartOf::actionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_SetLooping \ static_assert(alignof(TimeRigPlayer_SetLooping) == 0x000001, "Wrong alignment on TimeRigPlayer_SetLooping"); \ static_assert(sizeof(TimeRigPlayer_SetLooping) == 0x000002, "Wrong size on TimeRigPlayer_SetLooping"); \ static_assert(offsetof(TimeRigPlayer_SetLooping, LoopingEnabled) == 0x000000, "Member 'TimeRigPlayer_SetLooping::LoopingEnabled' has a wrong offset!"); \ static_assert(offsetof(TimeRigPlayer_SetLooping, ReturnValue) == 0x000001, "Member 'TimeRigPlayer_SetLooping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_SetOnPlaybackStarted \ static_assert(alignof(TimeRigPlayer_SetOnPlaybackStarted) == 0x000004, "Wrong alignment on TimeRigPlayer_SetOnPlaybackStarted"); \ static_assert(sizeof(TimeRigPlayer_SetOnPlaybackStarted) == 0x000014, "Wrong size on TimeRigPlayer_SetOnPlaybackStarted"); \ static_assert(offsetof(TimeRigPlayer_SetOnPlaybackStarted, InOnPlaybackStarted) == 0x000000, "Member 'TimeRigPlayer_SetOnPlaybackStarted::InOnPlaybackStarted' has a wrong offset!"); \ static_assert(offsetof(TimeRigPlayer_SetOnPlaybackStarted, ReturnValue) == 0x000010, "Member 'TimeRigPlayer_SetOnPlaybackStarted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_SetOnPlaybackStarting \ static_assert(alignof(TimeRigPlayer_SetOnPlaybackStarting) == 0x000004, "Wrong alignment on TimeRigPlayer_SetOnPlaybackStarting"); \ static_assert(sizeof(TimeRigPlayer_SetOnPlaybackStarting) == 0x000014, "Wrong size on TimeRigPlayer_SetOnPlaybackStarting"); \ static_assert(offsetof(TimeRigPlayer_SetOnPlaybackStarting, InOnPlaybackStarting) == 0x000000, "Member 'TimeRigPlayer_SetOnPlaybackStarting::InOnPlaybackStarting' has a wrong offset!"); \ static_assert(offsetof(TimeRigPlayer_SetOnPlaybackStarting, ReturnValue) == 0x000010, "Member 'TimeRigPlayer_SetOnPlaybackStarting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_SetPlaybackScale \ static_assert(alignof(TimeRigPlayer_SetPlaybackScale) == 0x000004, "Wrong alignment on TimeRigPlayer_SetPlaybackScale"); \ static_assert(sizeof(TimeRigPlayer_SetPlaybackScale) == 0x000004, "Wrong size on TimeRigPlayer_SetPlaybackScale"); \ static_assert(offsetof(TimeRigPlayer_SetPlaybackScale, Scale) == 0x000000, "Member 'TimeRigPlayer_SetPlaybackScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_SetRoundTimeToFPS \ static_assert(alignof(TimeRigPlayer_SetRoundTimeToFPS) == 0x000004, "Wrong alignment on TimeRigPlayer_SetRoundTimeToFPS"); \ static_assert(sizeof(TimeRigPlayer_SetRoundTimeToFPS) == 0x000004, "Wrong size on TimeRigPlayer_SetRoundTimeToFPS"); \ static_assert(offsetof(TimeRigPlayer_SetRoundTimeToFPS, FPS) == 0x000000, "Member 'TimeRigPlayer_SetRoundTimeToFPS::FPS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_SetSecondsRemainingForAlmostCompleteTrigger \ static_assert(alignof(TimeRigPlayer_SetSecondsRemainingForAlmostCompleteTrigger) == 0x000004, "Wrong alignment on TimeRigPlayer_SetSecondsRemainingForAlmostCompleteTrigger"); \ static_assert(sizeof(TimeRigPlayer_SetSecondsRemainingForAlmostCompleteTrigger) == 0x000004, "Wrong size on TimeRigPlayer_SetSecondsRemainingForAlmostCompleteTrigger"); \ static_assert(offsetof(TimeRigPlayer_SetSecondsRemainingForAlmostCompleteTrigger, Seconds) == 0x000000, "Member 'TimeRigPlayer_SetSecondsRemainingForAlmostCompleteTrigger::Seconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_SetTime \ static_assert(alignof(TimeRigPlayer_SetTime) == 0x000004, "Wrong alignment on TimeRigPlayer_SetTime"); \ static_assert(sizeof(TimeRigPlayer_SetTime) == 0x000004, "Wrong size on TimeRigPlayer_SetTime"); \ static_assert(offsetof(TimeRigPlayer_SetTime, Seconds) == 0x000000, "Member 'TimeRigPlayer_SetTime::Seconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_Skip \ static_assert(alignof(TimeRigPlayer_Skip) == 0x000001, "Wrong alignment on TimeRigPlayer_Skip"); \ static_assert(sizeof(TimeRigPlayer_Skip) == 0x000001, "Wrong size on TimeRigPlayer_Skip"); \ static_assert(offsetof(TimeRigPlayer_Skip, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_Skip::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_StopIn \ static_assert(alignof(TimeRigPlayer_StopIn) == 0x000004, "Wrong alignment on TimeRigPlayer_StopIn"); \ static_assert(sizeof(TimeRigPlayer_StopIn) == 0x000008, "Wrong size on TimeRigPlayer_StopIn"); \ static_assert(offsetof(TimeRigPlayer_StopIn, SecondsFromNow) == 0x000000, "Member 'TimeRigPlayer_StopIn::SecondsFromNow' has a wrong offset!"); \ static_assert(offsetof(TimeRigPlayer_StopIn, BlendTime) == 0x000004, "Member 'TimeRigPlayer_StopIn::BlendTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_GetBeginTime \ static_assert(alignof(TimeRigPlayer_GetBeginTime) == 0x000004, "Wrong alignment on TimeRigPlayer_GetBeginTime"); \ static_assert(sizeof(TimeRigPlayer_GetBeginTime) == 0x000004, "Wrong size on TimeRigPlayer_GetBeginTime"); \ static_assert(offsetof(TimeRigPlayer_GetBeginTime, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_GetBeginTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_GetCurrentTime \ static_assert(alignof(TimeRigPlayer_GetCurrentTime) == 0x000004, "Wrong alignment on TimeRigPlayer_GetCurrentTime"); \ static_assert(sizeof(TimeRigPlayer_GetCurrentTime) == 0x000004, "Wrong size on TimeRigPlayer_GetCurrentTime"); \ static_assert(offsetof(TimeRigPlayer_GetCurrentTime, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_GetCurrentTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_GetEndTime \ static_assert(alignof(TimeRigPlayer_GetEndTime) == 0x000004, "Wrong alignment on TimeRigPlayer_GetEndTime"); \ static_assert(sizeof(TimeRigPlayer_GetEndTime) == 0x000004, "Wrong size on TimeRigPlayer_GetEndTime"); \ static_assert(offsetof(TimeRigPlayer_GetEndTime, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_GetEndTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_GetPlaybackScale \ static_assert(alignof(TimeRigPlayer_GetPlaybackScale) == 0x000004, "Wrong alignment on TimeRigPlayer_GetPlaybackScale"); \ static_assert(sizeof(TimeRigPlayer_GetPlaybackScale) == 0x000004, "Wrong size on TimeRigPlayer_GetPlaybackScale"); \ static_assert(offsetof(TimeRigPlayer_GetPlaybackScale, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_GetPlaybackScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_GetPlayerState \ static_assert(alignof(TimeRigPlayer_GetPlayerState) == 0x000001, "Wrong alignment on TimeRigPlayer_GetPlayerState"); \ static_assert(sizeof(TimeRigPlayer_GetPlayerState) == 0x000001, "Wrong size on TimeRigPlayer_GetPlayerState"); \ static_assert(offsetof(TimeRigPlayer_GetPlayerState, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_GetPlayerState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_GetRoundTimeToFPS \ static_assert(alignof(TimeRigPlayer_GetRoundTimeToFPS) == 0x000004, "Wrong alignment on TimeRigPlayer_GetRoundTimeToFPS"); \ static_assert(sizeof(TimeRigPlayer_GetRoundTimeToFPS) == 0x000004, "Wrong size on TimeRigPlayer_GetRoundTimeToFPS"); \ static_assert(offsetof(TimeRigPlayer_GetRoundTimeToFPS, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_GetRoundTimeToFPS::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_GetSecondsRemainingForAlmostCompleteTrigger \ static_assert(alignof(TimeRigPlayer_GetSecondsRemainingForAlmostCompleteTrigger) == 0x000004, "Wrong alignment on TimeRigPlayer_GetSecondsRemainingForAlmostCompleteTrigger"); \ static_assert(sizeof(TimeRigPlayer_GetSecondsRemainingForAlmostCompleteTrigger) == 0x000004, "Wrong size on TimeRigPlayer_GetSecondsRemainingForAlmostCompleteTrigger"); \ static_assert(offsetof(TimeRigPlayer_GetSecondsRemainingForAlmostCompleteTrigger, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_GetSecondsRemainingForAlmostCompleteTrigger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_GetTime \ static_assert(alignof(TimeRigPlayer_GetTime) == 0x000004, "Wrong alignment on TimeRigPlayer_GetTime"); \ static_assert(sizeof(TimeRigPlayer_GetTime) == 0x000004, "Wrong size on TimeRigPlayer_GetTime"); \ static_assert(offsetof(TimeRigPlayer_GetTime, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_GetTimeRig \ static_assert(alignof(TimeRigPlayer_GetTimeRig) == 0x000008, "Wrong alignment on TimeRigPlayer_GetTimeRig"); \ static_assert(sizeof(TimeRigPlayer_GetTimeRig) == 0x000008, "Wrong size on TimeRigPlayer_GetTimeRig"); \ static_assert(offsetof(TimeRigPlayer_GetTimeRig, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_GetTimeRig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_IsActive \ static_assert(alignof(TimeRigPlayer_IsActive) == 0x000001, "Wrong alignment on TimeRigPlayer_IsActive"); \ static_assert(sizeof(TimeRigPlayer_IsActive) == 0x000001, "Wrong size on TimeRigPlayer_IsActive"); \ static_assert(offsetof(TimeRigPlayer_IsActive, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_IsInitialized \ static_assert(alignof(TimeRigPlayer_IsInitialized) == 0x000001, "Wrong alignment on TimeRigPlayer_IsInitialized"); \ static_assert(sizeof(TimeRigPlayer_IsInitialized) == 0x000001, "Wrong size on TimeRigPlayer_IsInitialized"); \ static_assert(offsetof(TimeRigPlayer_IsInitialized, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_IsInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_IsInitializing \ static_assert(alignof(TimeRigPlayer_IsInitializing) == 0x000001, "Wrong alignment on TimeRigPlayer_IsInitializing"); \ static_assert(sizeof(TimeRigPlayer_IsInitializing) == 0x000001, "Wrong size on TimeRigPlayer_IsInitializing"); \ static_assert(offsetof(TimeRigPlayer_IsInitializing, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_IsInitializing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_IsLooping \ static_assert(alignof(TimeRigPlayer_IsLooping) == 0x000001, "Wrong alignment on TimeRigPlayer_IsLooping"); \ static_assert(sizeof(TimeRigPlayer_IsLooping) == 0x000001, "Wrong size on TimeRigPlayer_IsLooping"); \ static_assert(offsetof(TimeRigPlayer_IsLooping, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_IsLooping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_IsPlaying \ static_assert(alignof(TimeRigPlayer_IsPlaying) == 0x000001, "Wrong alignment on TimeRigPlayer_IsPlaying"); \ static_assert(sizeof(TimeRigPlayer_IsPlaying) == 0x000001, "Wrong size on TimeRigPlayer_IsPlaying"); \ static_assert(offsetof(TimeRigPlayer_IsPlaying, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_IsStopping \ static_assert(alignof(TimeRigPlayer_IsStopping) == 0x000001, "Wrong alignment on TimeRigPlayer_IsStopping"); \ static_assert(sizeof(TimeRigPlayer_IsStopping) == 0x000001, "Wrong size on TimeRigPlayer_IsStopping"); \ static_assert(offsetof(TimeRigPlayer_IsStopping, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_IsStopping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_IsTicking \ static_assert(alignof(TimeRigPlayer_IsTicking) == 0x000001, "Wrong alignment on TimeRigPlayer_IsTicking"); \ static_assert(sizeof(TimeRigPlayer_IsTicking) == 0x000001, "Wrong size on TimeRigPlayer_IsTicking"); \ static_assert(offsetof(TimeRigPlayer_IsTicking, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_IsTicking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_IsWantingToPlayButNotPlaying \ static_assert(alignof(TimeRigPlayer_IsWantingToPlayButNotPlaying) == 0x000001, "Wrong alignment on TimeRigPlayer_IsWantingToPlayButNotPlaying"); \ static_assert(sizeof(TimeRigPlayer_IsWantingToPlayButNotPlaying) == 0x000001, "Wrong size on TimeRigPlayer_IsWantingToPlayButNotPlaying"); \ static_assert(offsetof(TimeRigPlayer_IsWantingToPlayButNotPlaying, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_IsWantingToPlayButNotPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_PlaybackHasStarted \ static_assert(alignof(TimeRigPlayer_PlaybackHasStarted) == 0x000001, "Wrong alignment on TimeRigPlayer_PlaybackHasStarted"); \ static_assert(sizeof(TimeRigPlayer_PlaybackHasStarted) == 0x000001, "Wrong size on TimeRigPlayer_PlaybackHasStarted"); \ static_assert(offsetof(TimeRigPlayer_PlaybackHasStarted, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_PlaybackHasStarted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeRigPlayer_ReadyToPlay \ static_assert(alignof(TimeRigPlayer_ReadyToPlay) == 0x000001, "Wrong alignment on TimeRigPlayer_ReadyToPlay"); \ static_assert(sizeof(TimeRigPlayer_ReadyToPlay) == 0x000001, "Wrong size on TimeRigPlayer_ReadyToPlay"); \ static_assert(offsetof(TimeRigPlayer_ReadyToPlay, ReturnValue) == 0x000000, "Member 'TimeRigPlayer_ReadyToPlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigPlayer \ static_assert(alignof(UTimeRigPlayer) == 0x000008, "Wrong alignment on UTimeRigPlayer"); \ static_assert(sizeof(UTimeRigPlayer) == 0x000288, "Wrong size on UTimeRigPlayer"); \ static_assert(offsetof(UTimeRigPlayer, BranchID) == 0x0000C0, "Member 'UTimeRigPlayer::BranchID' has a wrong offset!"); \ static_assert(offsetof(UTimeRigPlayer, TimeRig) == 0x0001E0, "Member 'UTimeRigPlayer::TimeRig' has a wrong offset!"); \ static_assert(offsetof(UTimeRigPlayer, InstanceContext) == 0x0001E8, "Member 'UTimeRigPlayer::InstanceContext' has a wrong offset!"); \ static_assert(offsetof(UTimeRigPlayer, PlaybackScale) == 0x0001F0, "Member 'UTimeRigPlayer::PlaybackScale' has a wrong offset!"); \ static_assert(offsetof(UTimeRigPlayer, RoundTimeToFPS) == 0x0001F4, "Member 'UTimeRigPlayer::RoundTimeToFPS' has a wrong offset!"); \ static_assert(offsetof(UTimeRigPlayer, SecondsRemainingForAlmostCompleteTrigger) == 0x0001F8, "Member 'UTimeRigPlayer::SecondsRemainingForAlmostCompleteTrigger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigRule \ static_assert(alignof(UTimeRigRule) == 0x000008, "Wrong alignment on UTimeRigRule"); \ static_assert(sizeof(UTimeRigRule) == 0x0000A0, "Wrong size on UTimeRigRule"); \ static_assert(offsetof(UTimeRigRule, BakedChildren) == 0x000090, "Member 'UTimeRigRule::BakedChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigAutoEvent \ static_assert(alignof(UTimeRigAutoEvent) == 0x000008, "Wrong alignment on UTimeRigAutoEvent"); \ static_assert(sizeof(UTimeRigAutoEvent) == 0x000040, "Wrong size on UTimeRigAutoEvent"); \ static_assert(offsetof(UTimeRigAutoEvent, DefaultOffset) == 0x000038, "Member 'UTimeRigAutoEvent::DefaultOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigRuleState \ static_assert(alignof(UTimeRigRuleState) == 0x000008, "Wrong alignment on UTimeRigRuleState"); \ static_assert(sizeof(UTimeRigRuleState) == 0x000078, "Wrong size on UTimeRigRuleState"); \ static_assert(offsetof(UTimeRigRuleState, GeneratedTimeRig) == 0x000068, "Member 'UTimeRigRuleState::GeneratedTimeRig' has a wrong offset!"); \ static_assert(offsetof(UTimeRigRuleState, InstanceContext) == 0x000070, "Member 'UTimeRigRuleState::InstanceContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRig_StoryGraphNode \ static_assert(alignof(UTimeRig_StoryGraphNode) == 0x000008, "Wrong alignment on UTimeRig_StoryGraphNode"); \ static_assert(sizeof(UTimeRig_StoryGraphNode) == 0x000098, "Wrong size on UTimeRig_StoryGraphNode"); \ static_assert(offsetof(UTimeRig_StoryGraphNode, ParentNodes) == 0x000028, "Member 'UTimeRig_StoryGraphNode::ParentNodes' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraphNode, ChildrenNodes) == 0x000038, "Member 'UTimeRig_StoryGraphNode::ChildrenNodes' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraphNode, Edges) == 0x000048, "Member 'UTimeRig_StoryGraphNode::Edges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigChainEvent \ static_assert(alignof(UTimeRigChainEvent) == 0x000008, "Wrong alignment on UTimeRigChainEvent"); \ static_assert(sizeof(UTimeRigChainEvent) == 0x000038, "Wrong size on UTimeRigChainEvent"); \ static_assert(offsetof(UTimeRigChainEvent, Offset) == 0x000030, "Member 'UTimeRigChainEvent::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigClampEvent \ static_assert(alignof(UTimeRigClampEvent) == 0x000008, "Wrong alignment on UTimeRigClampEvent"); \ static_assert(sizeof(UTimeRigClampEvent) == 0x0000E8, "Wrong size on UTimeRigClampEvent"); \ static_assert(offsetof(UTimeRigClampEvent, Input) == 0x000030, "Member 'UTimeRigClampEvent::Input' has a wrong offset!"); \ static_assert(offsetof(UTimeRigClampEvent, Minimum) == 0x000068, "Member 'UTimeRigClampEvent::Minimum' has a wrong offset!"); \ static_assert(offsetof(UTimeRigClampEvent, MinimumOffset) == 0x0000A0, "Member 'UTimeRigClampEvent::MinimumOffset' has a wrong offset!"); \ static_assert(offsetof(UTimeRigClampEvent, Maximum) == 0x0000A8, "Member 'UTimeRigClampEvent::Maximum' has a wrong offset!"); \ static_assert(offsetof(UTimeRigClampEvent, MaximumOffset) == 0x0000E0, "Member 'UTimeRigClampEvent::MaximumOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigCustomEvent \ static_assert(alignof(UTimeRigCustomEvent) == 0x000008, "Wrong alignment on UTimeRigCustomEvent"); \ static_assert(sizeof(UTimeRigCustomEvent) == 0x000048, "Wrong size on UTimeRigCustomEvent"); \ static_assert(offsetof(UTimeRigCustomEvent, CustomEventName) == 0x000038, "Member 'UTimeRigCustomEvent::CustomEventName' has a wrong offset!"); \ static_assert(offsetof(UTimeRigCustomEvent, DefaultOffset) == 0x000040, "Member 'UTimeRigCustomEvent::DefaultOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigExternalEvent \ static_assert(alignof(UTimeRigExternalEvent) == 0x000008, "Wrong alignment on UTimeRigExternalEvent"); \ static_assert(sizeof(UTimeRigExternalEvent) == 0x000040, "Wrong size on UTimeRigExternalEvent"); \ static_assert(offsetof(UTimeRigExternalEvent, Constraint) == 0x000038, "Member 'UTimeRigExternalEvent::Constraint' has a wrong offset!"); \ static_assert(offsetof(UTimeRigExternalEvent, DefaultTime) == 0x00003C, "Member 'UTimeRigExternalEvent::DefaultTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigFractionEvent \ static_assert(alignof(UTimeRigFractionEvent) == 0x000008, "Wrong alignment on UTimeRigFractionEvent"); \ static_assert(sizeof(UTimeRigFractionEvent) == 0x0000A8, "Wrong size on UTimeRigFractionEvent"); \ static_assert(offsetof(UTimeRigFractionEvent, StartReference) == 0x000030, "Member 'UTimeRigFractionEvent::StartReference' has a wrong offset!"); \ static_assert(offsetof(UTimeRigFractionEvent, FinishReference) == 0x000068, "Member 'UTimeRigFractionEvent::FinishReference' has a wrong offset!"); \ static_assert(offsetof(UTimeRigFractionEvent, Fraction) == 0x0000A0, "Member 'UTimeRigFractionEvent::Fraction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigFractionPlusEvent \ static_assert(alignof(UTimeRigFractionPlusEvent) == 0x000008, "Wrong alignment on UTimeRigFractionPlusEvent"); \ static_assert(sizeof(UTimeRigFractionPlusEvent) == 0x0000A8, "Wrong size on UTimeRigFractionPlusEvent"); \ static_assert(offsetof(UTimeRigFractionPlusEvent, StartReference) == 0x000030, "Member 'UTimeRigFractionPlusEvent::StartReference' has a wrong offset!"); \ static_assert(offsetof(UTimeRigFractionPlusEvent, FinishReference) == 0x000068, "Member 'UTimeRigFractionPlusEvent::FinishReference' has a wrong offset!"); \ static_assert(offsetof(UTimeRigFractionPlusEvent, FractionProvider) == 0x0000A0, "Member 'UTimeRigFractionPlusEvent::FractionProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigLastOfEvent \ static_assert(alignof(UTimeRigLastOfEvent) == 0x000008, "Wrong alignment on UTimeRigLastOfEvent"); \ static_assert(sizeof(UTimeRigLastOfEvent) == 0x000040, "Wrong size on UTimeRigLastOfEvent"); \ static_assert(offsetof(UTimeRigLastOfEvent, InputEventReferences) == 0x000030, "Member 'UTimeRigLastOfEvent::InputEventReferences' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigLastOfChildrenEvent \ static_assert(alignof(UTimeRigLastOfChildrenEvent) == 0x000008, "Wrong alignment on UTimeRigLastOfChildrenEvent"); \ static_assert(sizeof(UTimeRigLastOfChildrenEvent) == 0x000030, "Wrong size on UTimeRigLastOfChildrenEvent"); \ #define DUMPER7_ASSERTS_UTimeRigMatchParentEvent \ static_assert(alignof(UTimeRigMatchParentEvent) == 0x000008, "Wrong alignment on UTimeRigMatchParentEvent"); \ static_assert(sizeof(UTimeRigMatchParentEvent) == 0x000030, "Wrong size on UTimeRigMatchParentEvent"); \ #define DUMPER7_ASSERTS_UTimeRigRelativePlusEvent \ static_assert(alignof(UTimeRigRelativePlusEvent) == 0x000008, "Wrong alignment on UTimeRigRelativePlusEvent"); \ static_assert(sizeof(UTimeRigRelativePlusEvent) == 0x000070, "Wrong size on UTimeRigRelativePlusEvent"); \ static_assert(offsetof(UTimeRigRelativePlusEvent, ParentReference) == 0x000030, "Member 'UTimeRigRelativePlusEvent::ParentReference' has a wrong offset!"); \ static_assert(offsetof(UTimeRigRelativePlusEvent, OffsetProvider) == 0x000068, "Member 'UTimeRigRelativePlusEvent::OffsetProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigSelfPlusEvent \ static_assert(alignof(UTimeRigSelfPlusEvent) == 0x000008, "Wrong alignment on UTimeRigSelfPlusEvent"); \ static_assert(sizeof(UTimeRigSelfPlusEvent) == 0x000038, "Wrong size on UTimeRigSelfPlusEvent"); \ static_assert(offsetof(UTimeRigSelfPlusEvent, OffsetProvider) == 0x000030, "Member 'UTimeRigSelfPlusEvent::OffsetProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ITimeRigGenerator \ static_assert(alignof(ITimeRigGenerator) == 0x000001, "Wrong alignment on ITimeRigGenerator"); \ static_assert(sizeof(ITimeRigGenerator) == 0x000001, "Wrong size on ITimeRigGenerator"); \ #define DUMPER7_ASSERTS_UStoryGraphCondition_AND \ static_assert(alignof(UStoryGraphCondition_AND) == 0x000008, "Wrong alignment on UStoryGraphCondition_AND"); \ static_assert(sizeof(UStoryGraphCondition_AND) == 0x000038, "Wrong size on UStoryGraphCondition_AND"); \ static_assert(offsetof(UStoryGraphCondition_AND, Conditions) == 0x000028, "Member 'UStoryGraphCondition_AND::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryGraphCondition_Branch \ static_assert(alignof(UStoryGraphCondition_Branch) == 0x000008, "Wrong alignment on UStoryGraphCondition_Branch"); \ static_assert(sizeof(UStoryGraphCondition_Branch) == 0x000050, "Wrong size on UStoryGraphCondition_Branch"); \ static_assert(offsetof(UStoryGraphCondition_Branch, BranchID) == 0x000028, "Member 'UStoryGraphCondition_Branch::BranchID' has a wrong offset!"); \ static_assert(offsetof(UStoryGraphCondition_Branch, IsVisible) == 0x000030, "Member 'UStoryGraphCondition_Branch::IsVisible' has a wrong offset!"); \ static_assert(offsetof(UStoryGraphCondition_Branch, IsSelectable) == 0x000038, "Member 'UStoryGraphCondition_Branch::IsSelectable' has a wrong offset!"); \ static_assert(offsetof(UStoryGraphCondition_Branch, DisplayTextID) == 0x000040, "Member 'UStoryGraphCondition_Branch::DisplayTextID' has a wrong offset!"); \ static_assert(offsetof(UStoryGraphCondition_Branch, DisplayIcon) == 0x000048, "Member 'UStoryGraphCondition_Branch::DisplayIcon' has a wrong offset!"); \ static_assert(offsetof(UStoryGraphCondition_Branch, NonSelectableHandling) == 0x00004C, "Member 'UStoryGraphCondition_Branch::NonSelectableHandling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryGraphCondition_NodeIsActive \ static_assert(alignof(UStoryGraphCondition_NodeIsActive) == 0x000008, "Wrong alignment on UStoryGraphCondition_NodeIsActive"); \ static_assert(sizeof(UStoryGraphCondition_NodeIsActive) == 0x000030, "Wrong size on UStoryGraphCondition_NodeIsActive"); \ static_assert(offsetof(UStoryGraphCondition_NodeIsActive, Node) == 0x000028, "Member 'UStoryGraphCondition_NodeIsActive::Node' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryGraphCondition_OR \ static_assert(alignof(UStoryGraphCondition_OR) == 0x000008, "Wrong alignment on UStoryGraphCondition_OR"); \ static_assert(sizeof(UStoryGraphCondition_OR) == 0x000038, "Wrong size on UStoryGraphCondition_OR"); \ static_assert(offsetof(UStoryGraphCondition_OR, Conditions) == 0x000028, "Member 'UStoryGraphCondition_OR::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryGraphCondition_XOR \ static_assert(alignof(UStoryGraphCondition_XOR) == 0x000008, "Wrong alignment on UStoryGraphCondition_XOR"); \ static_assert(sizeof(UStoryGraphCondition_XOR) == 0x000038, "Wrong size on UStoryGraphCondition_XOR"); \ static_assert(offsetof(UStoryGraphCondition_XOR, Conditions) == 0x000028, "Member 'UStoryGraphCondition_XOR::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryGraphTriggerProvider \ static_assert(alignof(UStoryGraphTriggerProvider) == 0x000008, "Wrong alignment on UStoryGraphTriggerProvider"); \ static_assert(sizeof(UStoryGraphTriggerProvider) == 0x000028, "Wrong size on UStoryGraphTriggerProvider"); \ #define DUMPER7_ASSERTS_UStoryGraphTrigger_Activate \ static_assert(alignof(UStoryGraphTrigger_Activate) == 0x000008, "Wrong alignment on UStoryGraphTrigger_Activate"); \ static_assert(sizeof(UStoryGraphTrigger_Activate) == 0x0000A8, "Wrong size on UStoryGraphTrigger_Activate"); \ static_assert(offsetof(UStoryGraphTrigger_Activate, InitializationType) == 0x000028, "Member 'UStoryGraphTrigger_Activate::InitializationType' has a wrong offset!"); \ static_assert(offsetof(UStoryGraphTrigger_Activate, ActivationType) == 0x000029, "Member 'UStoryGraphTrigger_Activate::ActivationType' has a wrong offset!"); \ static_assert(offsetof(UStoryGraphTrigger_Activate, ActivationEvent) == 0x000030, "Member 'UStoryGraphTrigger_Activate::ActivationEvent' has a wrong offset!"); \ static_assert(offsetof(UStoryGraphTrigger_Activate, FeedbackType) == 0x000068, "Member 'UStoryGraphTrigger_Activate::FeedbackType' has a wrong offset!"); \ static_assert(offsetof(UStoryGraphTrigger_Activate, FeedbackEvent) == 0x000070, "Member 'UStoryGraphTrigger_Activate::FeedbackEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryGraphTrigger_Event \ static_assert(alignof(UStoryGraphTrigger_Event) == 0x000008, "Wrong alignment on UStoryGraphTrigger_Event"); \ static_assert(sizeof(UStoryGraphTrigger_Event) == 0x000098, "Wrong size on UStoryGraphTrigger_Event"); \ static_assert(offsetof(UStoryGraphTrigger_Event, SourceEvent) == 0x000028, "Member 'UStoryGraphTrigger_Event::SourceEvent' has a wrong offset!"); \ static_assert(offsetof(UStoryGraphTrigger_Event, TargetEvent) == 0x000060, "Member 'UStoryGraphTrigger_Event::TargetEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryGraphTrigger_Initialize \ static_assert(alignof(UStoryGraphTrigger_Initialize) == 0x000008, "Wrong alignment on UStoryGraphTrigger_Initialize"); \ static_assert(sizeof(UStoryGraphTrigger_Initialize) == 0x0000A8, "Wrong size on UStoryGraphTrigger_Initialize"); \ static_assert(offsetof(UStoryGraphTrigger_Initialize, InitializationType) == 0x000028, "Member 'UStoryGraphTrigger_Initialize::InitializationType' has a wrong offset!"); \ static_assert(offsetof(UStoryGraphTrigger_Initialize, InitializationEvent) == 0x000030, "Member 'UStoryGraphTrigger_Initialize::InitializationEvent' has a wrong offset!"); \ static_assert(offsetof(UStoryGraphTrigger_Initialize, FeedbackType) == 0x000068, "Member 'UStoryGraphTrigger_Initialize::FeedbackType' has a wrong offset!"); \ static_assert(offsetof(UStoryGraphTrigger_Initialize, FeedbackEvent) == 0x000070, "Member 'UStoryGraphTrigger_Initialize::FeedbackEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigChain \ static_assert(alignof(UTimeRigChain) == 0x000008, "Wrong alignment on UTimeRigChain"); \ static_assert(sizeof(UTimeRigChain) == 0x0000A8, "Wrong size on UTimeRigChain"); \ static_assert(offsetof(UTimeRigChain, Color) == 0x000088, "Member 'UTimeRigChain::Color' has a wrong offset!"); \ static_assert(offsetof(UTimeRigChain, ChildElements) == 0x000098, "Member 'UTimeRigChain::ChildElements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigChainState \ static_assert(alignof(UTimeRigChainState) == 0x000008, "Wrong alignment on UTimeRigChainState"); \ static_assert(sizeof(UTimeRigChainState) == 0x000068, "Wrong size on UTimeRigChainState"); \ #define DUMPER7_ASSERTS_UTimeRigGroup \ static_assert(alignof(UTimeRigGroup) == 0x000008, "Wrong alignment on UTimeRigGroup"); \ static_assert(sizeof(UTimeRigGroup) == 0x0000A8, "Wrong size on UTimeRigGroup"); \ static_assert(offsetof(UTimeRigGroup, Color) == 0x000088, "Member 'UTimeRigGroup::Color' has a wrong offset!"); \ static_assert(offsetof(UTimeRigGroup, ChildElements) == 0x000098, "Member 'UTimeRigGroup::ChildElements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigGroupState \ static_assert(alignof(UTimeRigGroupState) == 0x000008, "Wrong alignment on UTimeRigGroupState"); \ static_assert(sizeof(UTimeRigGroupState) == 0x000068, "Wrong size on UTimeRigGroupState"); \ #define DUMPER7_ASSERTS_ITimeRigParentElement \ static_assert(alignof(ITimeRigParentElement) == 0x000001, "Wrong alignment on ITimeRigParentElement"); \ static_assert(sizeof(ITimeRigParentElement) == 0x000001, "Wrong size on ITimeRigParentElement"); \ #define DUMPER7_ASSERTS_UTimeRigPlaceholder \ static_assert(alignof(UTimeRigPlaceholder) == 0x000008, "Wrong alignment on UTimeRigPlaceholder"); \ static_assert(sizeof(UTimeRigPlaceholder) == 0x000068, "Wrong size on UTimeRigPlaceholder"); \ static_assert(offsetof(UTimeRigPlaceholder, PlaceholderForType) == 0x000050, "Member 'UTimeRigPlaceholder::PlaceholderForType' has a wrong offset!"); \ static_assert(offsetof(UTimeRigPlaceholder, ChildElements) == 0x000058, "Member 'UTimeRigPlaceholder::ChildElements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeRigPlaceholderState \ static_assert(alignof(UTimeRigPlaceholderState) == 0x000008, "Wrong alignment on UTimeRigPlaceholderState"); \ static_assert(sizeof(UTimeRigPlaceholderState) == 0x000070, "Wrong size on UTimeRigPlaceholderState"); \ #define DUMPER7_ASSERTS_ITimeRigScratchAnimationContainer \ static_assert(alignof(ITimeRigScratchAnimationContainer) == 0x000001, "Wrong alignment on ITimeRigScratchAnimationContainer"); \ static_assert(sizeof(ITimeRigScratchAnimationContainer) == 0x000001, "Wrong size on ITimeRigScratchAnimationContainer"); \ #define DUMPER7_ASSERTS_ITimeRigSettableEvent \ static_assert(alignof(ITimeRigSettableEvent) == 0x000001, "Wrong alignment on ITimeRigSettableEvent"); \ static_assert(sizeof(ITimeRigSettableEvent) == 0x000001, "Wrong size on ITimeRigSettableEvent"); \ #define DUMPER7_ASSERTS_UTimeRig_StoryGraphEdge \ static_assert(alignof(UTimeRig_StoryGraphEdge) == 0x000008, "Wrong alignment on UTimeRig_StoryGraphEdge"); \ static_assert(sizeof(UTimeRig_StoryGraphEdge) == 0x000110, "Wrong size on UTimeRig_StoryGraphEdge"); \ static_assert(offsetof(UTimeRig_StoryGraphEdge, Condition) == 0x000028, "Member 'UTimeRig_StoryGraphEdge::Condition' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraphEdge, Trigger) == 0x000030, "Member 'UTimeRig_StoryGraphEdge::Trigger' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraphEdge, InitializationType) == 0x000038, "Member 'UTimeRig_StoryGraphEdge::InitializationType' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraphEdge, InitializationEvent) == 0x000040, "Member 'UTimeRig_StoryGraphEdge::InitializationEvent' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraphEdge, TriggerType) == 0x000078, "Member 'UTimeRig_StoryGraphEdge::TriggerType' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraphEdge, BranchID) == 0x00007C, "Member 'UTimeRig_StoryGraphEdge::BranchID' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraphEdge, ActivationEvent) == 0x000088, "Member 'UTimeRig_StoryGraphEdge::ActivationEvent' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraphEdge, FeedbackType) == 0x0000C0, "Member 'UTimeRig_StoryGraphEdge::FeedbackType' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraphEdge, FeedbackEvent) == 0x0000C8, "Member 'UTimeRig_StoryGraphEdge::FeedbackEvent' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraphEdge, StartNode) == 0x000100, "Member 'UTimeRig_StoryGraphEdge::StartNode' has a wrong offset!"); \ static_assert(offsetof(UTimeRig_StoryGraphEdge, EndNode) == 0x000108, "Member 'UTimeRig_StoryGraphEdge::EndNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IStoryGraphPlayer \ static_assert(alignof(IStoryGraphPlayer) == 0x000001, "Wrong alignment on IStoryGraphPlayer"); \ static_assert(sizeof(IStoryGraphPlayer) == 0x000001, "Wrong size on IStoryGraphPlayer"); \ #define DUMPER7_ASSERTS_FAblAbilityChannel \ static_assert(alignof(FAblAbilityChannel) == 0x000008, "Wrong alignment on FAblAbilityChannel"); \ static_assert(sizeof(FAblAbilityChannel) == 0x000088, "Wrong size on FAblAbilityChannel"); \ static_assert(offsetof(FAblAbilityChannel, Priority) == 0x000014, "Member 'FAblAbilityChannel::Priority' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityChannel, bIsAdditive) == 0x000018, "Member 'FAblAbilityChannel::bIsAdditive' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityChannel, BoneBlendWeightAsset) == 0x000020, "Member 'FAblAbilityChannel::BoneBlendWeightAsset' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityChannel, ActiveAbilityInstance) == 0x000028, "Member 'FAblAbilityChannel::ActiveAbilityInstance' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityChannel, PassiveAbilityInstances) == 0x000030, "Member 'FAblAbilityChannel::PassiveAbilityInstances' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityChannel, PendingContext) == 0x000040, "Member 'FAblAbilityChannel::PendingContext' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityChannel, PendingResult) == 0x000050, "Member 'FAblAbilityChannel::PendingResult' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityChannel, AsyncContexts) == 0x000060, "Member 'FAblAbilityChannel::AsyncContexts' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityChannel, FadingAbilities) == 0x000070, "Member 'FAblAbilityChannel::FadingAbilities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBodyPartMatchingSmartNames \ static_assert(alignof(FBodyPartMatchingSmartNames) == 0x000004, "Wrong alignment on FBodyPartMatchingSmartNames"); \ static_assert(sizeof(FBodyPartMatchingSmartNames) == 0x000090, "Wrong size on FBodyPartMatchingSmartNames"); \ #define DUMPER7_ASSERTS_FQueueReactionParams \ static_assert(alignof(FQueueReactionParams) == 0x000008, "Wrong alignment on FQueueReactionParams"); \ static_assert(sizeof(FQueueReactionParams) == 0x000078, "Wrong size on FQueueReactionParams"); \ static_assert(offsetof(FQueueReactionParams, Duration) == 0x000000, "Member 'FQueueReactionParams::Duration' has a wrong offset!"); \ static_assert(offsetof(FQueueReactionParams, ImpactDirection) == 0x000004, "Member 'FQueueReactionParams::ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(FQueueReactionParams, ImpactLocation) == 0x000010, "Member 'FQueueReactionParams::ImpactLocation' has a wrong offset!"); \ static_assert(offsetof(FQueueReactionParams, InitialVelocity) == 0x00001C, "Member 'FQueueReactionParams::InitialVelocity' has a wrong offset!"); \ static_assert(offsetof(FQueueReactionParams, TargetPosition) == 0x000028, "Member 'FQueueReactionParams::TargetPosition' has a wrong offset!"); \ static_assert(offsetof(FQueueReactionParams, TargetDirection) == 0x000034, "Member 'FQueueReactionParams::TargetDirection' has a wrong offset!"); \ static_assert(offsetof(FQueueReactionParams, Instigator) == 0x000040, "Member 'FQueueReactionParams::Instigator' has a wrong offset!"); \ static_assert(offsetof(FQueueReactionParams, TargetActor) == 0x000048, "Member 'FQueueReactionParams::TargetActor' has a wrong offset!"); \ static_assert(offsetof(FQueueReactionParams, bActiveAbilityOwnsPassives) == 0x000050, "Member 'FQueueReactionParams::bActiveAbilityOwnsPassives' has a wrong offset!"); \ static_assert(offsetof(FQueueReactionParams, MunitionTags) == 0x000058, "Member 'FQueueReactionParams::MunitionTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAblDynamicAbilityChannel \ static_assert(alignof(FAblDynamicAbilityChannel) == 0x000008, "Wrong alignment on FAblDynamicAbilityChannel"); \ static_assert(sizeof(FAblDynamicAbilityChannel) == 0x000090, "Wrong size on FAblDynamicAbilityChannel"); \ #define DUMPER7_ASSERTS_FAbilityComponentPostAnimationTickFunction \ static_assert(alignof(FAbilityComponentPostAnimationTickFunction) == 0x000008, "Wrong alignment on FAbilityComponentPostAnimationTickFunction"); \ static_assert(sizeof(FAbilityComponentPostAnimationTickFunction) == 0x000048, "Wrong size on FAbilityComponentPostAnimationTickFunction"); \ #define DUMPER7_ASSERTS_FAblAbilityNetworkContext \ static_assert(alignof(FAblAbilityNetworkContext) == 0x000008, "Wrong alignment on FAblAbilityNetworkContext"); \ static_assert(sizeof(FAblAbilityNetworkContext) == 0x000038, "Wrong size on FAblAbilityNetworkContext"); \ static_assert(offsetof(FAblAbilityNetworkContext, m_Ability) == 0x000000, "Member 'FAblAbilityNetworkContext::m_Ability' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityNetworkContext, m_AbilityComponent) == 0x000008, "Member 'FAblAbilityNetworkContext::m_AbilityComponent' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityNetworkContext, m_Owner) == 0x000010, "Member 'FAblAbilityNetworkContext::m_Owner' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityNetworkContext, m_Instigator) == 0x000018, "Member 'FAblAbilityNetworkContext::m_Instigator' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityNetworkContext, m_TargetActors) == 0x000020, "Member 'FAblAbilityNetworkContext::m_TargetActors' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityNetworkContext, m_CurrentStacks) == 0x000030, "Member 'FAblAbilityNetworkContext::m_CurrentStacks' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityNetworkContext, m_TimeStamp) == 0x000034, "Member 'FAblAbilityNetworkContext::m_TimeStamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAblQueryResult \ static_assert(alignof(FAblQueryResult) == 0x000004, "Wrong alignment on FAblQueryResult"); \ static_assert(sizeof(FAblQueryResult) == 0x000010, "Wrong size on FAblQueryResult"); \ static_assert(offsetof(FAblQueryResult, PrimitiveComponent) == 0x000000, "Member 'FAblQueryResult::PrimitiveComponent' has a wrong offset!"); \ static_assert(offsetof(FAblQueryResult, Actor) == 0x000008, "Member 'FAblQueryResult::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAblAbilityCooldown \ static_assert(alignof(FAblAbilityCooldown) == 0x000004, "Wrong alignment on FAblAbilityCooldown"); \ static_assert(sizeof(FAblAbilityCooldown) == 0x000010, "Wrong size on FAblAbilityCooldown"); \ #define DUMPER7_ASSERTS_FAblAnimationChannel \ static_assert(alignof(FAblAnimationChannel) == 0x000008, "Wrong alignment on FAblAnimationChannel"); \ static_assert(sizeof(FAblAnimationChannel) == 0x000070, "Wrong size on FAblAnimationChannel"); \ static_assert(offsetof(FAblAnimationChannel, Priority) == 0x000010, "Member 'FAblAnimationChannel::Priority' has a wrong offset!"); \ static_assert(offsetof(FAblAnimationChannel, bIsAdditive) == 0x000014, "Member 'FAblAnimationChannel::bIsAdditive' has a wrong offset!"); \ static_assert(offsetof(FAblAnimationChannel, BoneBlendWeightAsset) == 0x000018, "Member 'FAblAnimationChannel::BoneBlendWeightAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAblAnimation \ static_assert(alignof(FAblAnimation) == 0x000008, "Wrong alignment on FAblAnimation"); \ static_assert(sizeof(FAblAnimation) == 0x000078, "Wrong size on FAblAnimation"); \ static_assert(offsetof(FAblAnimation, SortedAnimationChannels) == 0x000030, "Member 'FAblAnimation::SortedAnimationChannels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAblDynamicAnimationChannel \ static_assert(alignof(FAblDynamicAnimationChannel) == 0x000008, "Wrong alignment on FAblDynamicAnimationChannel"); \ static_assert(sizeof(FAblDynamicAnimationChannel) == 0x000078, "Wrong size on FAblDynamicAnimationChannel"); \ #define DUMPER7_ASSERTS_FKIKBone \ static_assert(alignof(FKIKBone) == 0x000004, "Wrong alignment on FKIKBone"); \ static_assert(sizeof(FKIKBone) == 0x000014, "Wrong size on FKIKBone"); \ static_assert(offsetof(FKIKBone, FKBoneName) == 0x000000, "Member 'FKIKBone::FKBoneName' has a wrong offset!"); \ static_assert(offsetof(FKIKBone, IKBoneName) == 0x000008, "Member 'FKIKBone::IKBoneName' has a wrong offset!"); \ static_assert(offsetof(FKIKBone, FKIKBranch) == 0x000010, "Member 'FKIKBone::FKIKBranch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAblAvaAnimationPlaybackOptions \ static_assert(alignof(FAblAvaAnimationPlaybackOptions) == 0x000008, "Wrong alignment on FAblAvaAnimationPlaybackOptions"); \ static_assert(sizeof(FAblAvaAnimationPlaybackOptions) == 0x000018, "Wrong size on FAblAvaAnimationPlaybackOptions"); \ static_assert(offsetof(FAblAvaAnimationPlaybackOptions, PlayRateType) == 0x000000, "Member 'FAblAvaAnimationPlaybackOptions::PlayRateType' has a wrong offset!"); \ static_assert(offsetof(FAblAvaAnimationPlaybackOptions, ForcedDuration) == 0x000008, "Member 'FAblAvaAnimationPlaybackOptions::ForcedDuration' has a wrong offset!"); \ static_assert(offsetof(FAblAvaAnimationPlaybackOptions, ForcedPlayRate) == 0x000010, "Member 'FAblAvaAnimationPlaybackOptions::ForcedPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAbleAvaAnimationClipRange \ static_assert(alignof(FAbleAvaAnimationClipRange) == 0x000008, "Wrong alignment on FAbleAvaAnimationClipRange"); \ static_assert(sizeof(FAbleAvaAnimationClipRange) == 0x000010, "Wrong size on FAbleAvaAnimationClipRange"); \ static_assert(offsetof(FAbleAvaAnimationClipRange, StartOffset) == 0x000000, "Member 'FAbleAvaAnimationClipRange::StartOffset' has a wrong offset!"); \ static_assert(offsetof(FAbleAvaAnimationClipRange, EndOffset) == 0x000008, "Member 'FAbleAvaAnimationClipRange::EndOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAbleAvaAnimationPlacementOptions \ static_assert(alignof(FAbleAvaAnimationPlacementOptions) == 0x000008, "Wrong alignment on FAbleAvaAnimationPlacementOptions"); \ static_assert(sizeof(FAbleAvaAnimationPlacementOptions) == 0x000030, "Wrong size on FAbleAvaAnimationPlacementOptions"); \ static_assert(offsetof(FAbleAvaAnimationPlacementOptions, InitialPlacementTransform) == 0x000000, "Member 'FAbleAvaAnimationPlacementOptions::InitialPlacementTransform' has a wrong offset!"); \ static_assert(offsetof(FAbleAvaAnimationPlacementOptions, ConstrainedToPlacement) == 0x000008, "Member 'FAbleAvaAnimationPlacementOptions::ConstrainedToPlacement' has a wrong offset!"); \ static_assert(offsetof(FAbleAvaAnimationPlacementOptions, PlacementIsMoving) == 0x000010, "Member 'FAbleAvaAnimationPlacementOptions::PlacementIsMoving' has a wrong offset!"); \ static_assert(offsetof(FAbleAvaAnimationPlacementOptions, HandledByRequest) == 0x000018, "Member 'FAbleAvaAnimationPlacementOptions::HandledByRequest' has a wrong offset!"); \ static_assert(offsetof(FAbleAvaAnimationPlacementOptions, PlacementProvider) == 0x000020, "Member 'FAbleAvaAnimationPlacementOptions::PlacementProvider' has a wrong offset!"); \ static_assert(offsetof(FAbleAvaAnimationPlacementOptions, AnimationPlacementOffset) == 0x000028, "Member 'FAbleAvaAnimationPlacementOptions::AnimationPlacementOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMyInputBlendPose \ static_assert(alignof(FMyInputBlendPose) == 0x000008, "Wrong alignment on FMyInputBlendPose"); \ static_assert(sizeof(FMyInputBlendPose) == 0x000010, "Wrong size on FMyInputBlendPose"); \ static_assert(offsetof(FMyInputBlendPose, BranchFilters) == 0x000000, "Member 'FMyInputBlendPose::BranchFilters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMyBranchFilter \ static_assert(alignof(FMyBranchFilter) == 0x000004, "Wrong alignment on FMyBranchFilter"); \ static_assert(sizeof(FMyBranchFilter) == 0x00000C, "Wrong size on FMyBranchFilter"); \ static_assert(offsetof(FMyBranchFilter, BoneName) == 0x000000, "Member 'FMyBranchFilter::BoneName' has a wrong offset!"); \ static_assert(offsetof(FMyBranchFilter, BlendDepth) == 0x000008, "Member 'FMyBranchFilter::BlendDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBTCustomActionTaskEntry \ static_assert(alignof(FBTCustomActionTaskEntry) == 0x000004, "Wrong alignment on FBTCustomActionTaskEntry"); \ static_assert(sizeof(FBTCustomActionTaskEntry) == 0x000014, "Wrong size on FBTCustomActionTaskEntry"); \ #define DUMPER7_ASSERTS_FKeyToAbilityMapping \ static_assert(alignof(FKeyToAbilityMapping) == 0x000008, "Wrong alignment on FKeyToAbilityMapping"); \ static_assert(sizeof(FKeyToAbilityMapping) == 0x000018, "Wrong size on FKeyToAbilityMapping"); \ static_assert(offsetof(FKeyToAbilityMapping, bAdditive) == 0x000008, "Member 'FKeyToAbilityMapping::bAdditive' has a wrong offset!"); \ static_assert(offsetof(FKeyToAbilityMapping, Ability) == 0x000010, "Member 'FKeyToAbilityMapping::Ability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAbleHUDStyle \ static_assert(alignof(FAbleHUDStyle) == 0x000008, "Wrong alignment on FAbleHUDStyle"); \ static_assert(sizeof(FAbleHUDStyle) == 0x002C80, "Wrong size on FAbleHUDStyle"); \ static_assert(offsetof(FAbleHUDStyle, CurrentActorTextStyle) == 0x000008, "Member 'FAbleHUDStyle::CurrentActorTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAbleHUDStyle, FootPlantTextStyle) == 0x000278, "Member 'FAbleHUDStyle::FootPlantTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAbleHUDStyle, ChannelTextStyle) == 0x0004E8, "Member 'FAbleHUDStyle::ChannelTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAbleHUDStyle, AbilityTextStyle) == 0x000758, "Member 'FAbleHUDStyle::AbilityTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAbleHUDStyle, AnimationTextStyle) == 0x0009C8, "Member 'FAbleHUDStyle::AnimationTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAbleHUDStyle, AnimationBlendTextStyle) == 0x000C38, "Member 'FAbleHUDStyle::AnimationBlendTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAbleHUDStyle, BlendInputTextStyle) == 0x000EA8, "Member 'FAbleHUDStyle::BlendInputTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAbleHUDStyle, PlayRateTextStyle) == 0x001118, "Member 'FAbleHUDStyle::PlayRateTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAbleHUDStyle, AdditiveTextStyle) == 0x001388, "Member 'FAbleHUDStyle::AdditiveTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAbleHUDStyle, BlendWeightTextStyle) == 0x0015F8, "Member 'FAbleHUDStyle::BlendWeightTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAbleHUDStyle, RootMotionTextStyle) == 0x001868, "Member 'FAbleHUDStyle::RootMotionTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAbleHUDStyle, AssetLengthTextStyle) == 0x001AD8, "Member 'FAbleHUDStyle::AssetLengthTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAbleHUDStyle, GameplayTagTextStyle) == 0x001D48, "Member 'FAbleHUDStyle::GameplayTagTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAbleHUDStyle, ActorTagTextStyle) == 0x001FB8, "Member 'FAbleHUDStyle::ActorTagTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAbleHUDStyle, TreeRowStyle) == 0x002228, "Member 'FAbleHUDStyle::TreeRowStyle' has a wrong offset!"); \ static_assert(offsetof(FAbleHUDStyle, HUDMargin) == 0x0029F0, "Member 'FAbleHUDStyle::HUDMargin' has a wrong offset!"); \ static_assert(offsetof(FAbleHUDStyle, TreeMargin) == 0x002A00, "Member 'FAbleHUDStyle::TreeMargin' has a wrong offset!"); \ static_assert(offsetof(FAbleHUDStyle, AnimationInfoTextStyle) == 0x002A10, "Member 'FAbleHUDStyle::AnimationInfoTextStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHermesSendMessageToTaskEntry \ static_assert(alignof(FHermesSendMessageToTaskEntry) == 0x000004, "Wrong alignment on FHermesSendMessageToTaskEntry"); \ static_assert(sizeof(FHermesSendMessageToTaskEntry) == 0x000014, "Wrong size on FHermesSendMessageToTaskEntry"); \ #define DUMPER7_ASSERTS_FPhysicalBodyNameWeightPair \ static_assert(alignof(FPhysicalBodyNameWeightPair) == 0x000004, "Wrong alignment on FPhysicalBodyNameWeightPair"); \ static_assert(sizeof(FPhysicalBodyNameWeightPair) == 0x00000C, "Wrong size on FPhysicalBodyNameWeightPair"); \ static_assert(offsetof(FPhysicalBodyNameWeightPair, BoneName) == 0x000000, "Member 'FPhysicalBodyNameWeightPair::BoneName' has a wrong offset!"); \ static_assert(offsetof(FPhysicalBodyNameWeightPair, BoneWeight) == 0x000008, "Member 'FPhysicalBodyNameWeightPair::BoneWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlendTrackInfo \ static_assert(alignof(FBlendTrackInfo) == 0x000008, "Wrong alignment on FBlendTrackInfo"); \ static_assert(sizeof(FBlendTrackInfo) == 0x000038, "Wrong size on FBlendTrackInfo"); \ static_assert(offsetof(FBlendTrackInfo, AnimationTags) == 0x000000, "Member 'FBlendTrackInfo::AnimationTags' has a wrong offset!"); \ static_assert(offsetof(FBlendTrackInfo, BlendSpaceParameterGetter) == 0x000020, "Member 'FBlendTrackInfo::BlendSpaceParameterGetter' has a wrong offset!"); \ static_assert(offsetof(FBlendTrackInfo, bIsAdditive) == 0x000028, "Member 'FBlendTrackInfo::bIsAdditive' has a wrong offset!"); \ static_assert(offsetof(FBlendTrackInfo, bRotationOffsetMeshSpace) == 0x000029, "Member 'FBlendTrackInfo::bRotationOffsetMeshSpace' has a wrong offset!"); \ static_assert(offsetof(FBlendTrackInfo, bOverrideMeshSpaceRotationBlend) == 0x00002A, "Member 'FBlendTrackInfo::bOverrideMeshSpaceRotationBlend' has a wrong offset!"); \ static_assert(offsetof(FBlendTrackInfo, bMeshSpaceRotationBlend) == 0x00002B, "Member 'FBlendTrackInfo::bMeshSpaceRotationBlend' has a wrong offset!"); \ static_assert(offsetof(FBlendTrackInfo, bLoop) == 0x00002C, "Member 'FBlendTrackInfo::bLoop' has a wrong offset!"); \ static_assert(offsetof(FBlendTrackInfo, BoneWeightAsset) == 0x000030, "Member 'FBlendTrackInfo::BoneWeightAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAblBlendTimes \ static_assert(alignof(FAblBlendTimes) == 0x000004, "Wrong alignment on FAblBlendTimes"); \ static_assert(sizeof(FAblBlendTimes) == 0x000008, "Wrong size on FAblBlendTimes"); \ static_assert(offsetof(FAblBlendTimes, m_BlendIn) == 0x000000, "Member 'FAblBlendTimes::m_BlendIn' has a wrong offset!"); \ static_assert(offsetof(FAblBlendTimes, m_BlendOut) == 0x000004, "Member 'FAblBlendTimes::m_BlendOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAblReactionsList \ static_assert(alignof(FAblReactionsList) == 0x000008, "Wrong alignment on FAblReactionsList"); \ static_assert(sizeof(FAblReactionsList) == 0x000010, "Wrong size on FAblReactionsList"); \ static_assert(offsetof(FAblReactionsList, Reactions) == 0x000000, "Member 'FAblReactionsList::Reactions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAblReactionHandle \ static_assert(alignof(FAblReactionHandle) == 0x000008, "Wrong alignment on FAblReactionHandle"); \ static_assert(sizeof(FAblReactionHandle) == 0x000008, "Wrong size on FAblReactionHandle"); \ static_assert(offsetof(FAblReactionHandle, Handle) == 0x000000, "Member 'FAblReactionHandle::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCollisionLayerResponseEntry \ static_assert(alignof(FCollisionLayerResponseEntry) == 0x000004, "Wrong alignment on FCollisionLayerResponseEntry"); \ static_assert(sizeof(FCollisionLayerResponseEntry) == 0x000010, "Wrong size on FCollisionLayerResponseEntry"); \ #define DUMPER7_ASSERTS_FAblAbilityTargetTypeLocation \ static_assert(alignof(FAblAbilityTargetTypeLocation) == 0x000004, "Wrong alignment on FAblAbilityTargetTypeLocation"); \ static_assert(sizeof(FAblAbilityTargetTypeLocation) == 0x000028, "Wrong size on FAblAbilityTargetTypeLocation"); \ static_assert(offsetof(FAblAbilityTargetTypeLocation, m_Source) == 0x000000, "Member 'FAblAbilityTargetTypeLocation::m_Source' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityTargetTypeLocation, m_Offset) == 0x000004, "Member 'FAblAbilityTargetTypeLocation::m_Offset' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityTargetTypeLocation, m_Rotation) == 0x000010, "Member 'FAblAbilityTargetTypeLocation::m_Rotation' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityTargetTypeLocation, m_Socket) == 0x00001C, "Member 'FAblAbilityTargetTypeLocation::m_Socket' has a wrong offset!"); \ static_assert(offsetof(FAblAbilityTargetTypeLocation, m_UseSocketRotation) == 0x000024, "Member 'FAblAbilityTargetTypeLocation::m_UseSocketRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTurnToTaskEntry \ static_assert(alignof(FTurnToTaskEntry) == 0x000004, "Wrong alignment on FTurnToTaskEntry"); \ static_assert(sizeof(FTurnToTaskEntry) == 0x000014, "Wrong size on FTurnToTaskEntry"); \ #define DUMPER7_ASSERTS_FAblUberAbility \ static_assert(alignof(FAblUberAbility) == 0x000008, "Wrong alignment on FAblUberAbility"); \ static_assert(sizeof(FAblUberAbility) == 0x000020, "Wrong size on FAblUberAbility"); \ static_assert(offsetof(FAblUberAbility, SortedAbilityChannels) == 0x000008, "Member 'FAblUberAbility::SortedAbilityChannels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_AbilityAnimPlayer \ static_assert(alignof(FAnimNode_AbilityAnimPlayer) == 0x000008, "Wrong alignment on FAnimNode_AbilityAnimPlayer"); \ static_assert(sizeof(FAnimNode_AbilityAnimPlayer) == 0x0000B0, "Wrong size on FAnimNode_AbilityAnimPlayer"); \ static_assert(offsetof(FAnimNode_AbilityAnimPlayer, AblAnimation) == 0x000038, "Member 'FAnimNode_AbilityAnimPlayer::AblAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAblRootMode \ static_assert(alignof(FAblRootMode) == 0x000001, "Wrong alignment on FAblRootMode"); \ static_assert(sizeof(FAblRootMode) == 0x000002, "Wrong size on FAblRootMode"); \ static_assert(offsetof(FAblRootMode, m_UseSourceRootMotion) == 0x000000, "Member 'FAblRootMode::m_UseSourceRootMotion' has a wrong offset!"); \ static_assert(offsetof(FAblRootMode, m_UseDestRootMotion) == 0x000001, "Member 'FAblRootMode::m_UseDestRootMotion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FObjectTracker \ static_assert(alignof(FObjectTracker) == 0x000008, "Wrong alignment on FObjectTracker"); \ static_assert(sizeof(FObjectTracker) == 0x000050, "Wrong size on FObjectTracker"); \ #define DUMPER7_ASSERTS_FRelativeTime \ static_assert(alignof(FRelativeTime) == 0x000008, "Wrong alignment on FRelativeTime"); \ static_assert(sizeof(FRelativeTime) == 0x000018, "Wrong size on FRelativeTime"); \ static_assert(offsetof(FRelativeTime, Offset) == 0x000000, "Member 'FRelativeTime::Offset' has a wrong offset!"); \ static_assert(offsetof(FRelativeTime, OffsetType) == 0x000004, "Member 'FRelativeTime::OffsetType' has a wrong offset!"); \ static_assert(offsetof(FRelativeTime, RelativeToType) == 0x000005, "Member 'FRelativeTime::RelativeToType' has a wrong offset!"); \ static_assert(offsetof(FRelativeTime, RelativeToObject) == 0x000008, "Member 'FRelativeTime::RelativeToObject' has a wrong offset!"); \ static_assert(offsetof(FRelativeTime, bEditable) == 0x000010, "Member 'FRelativeTime::bEditable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAbilityBaseScratchPad \ static_assert(alignof(UAblAbilityBaseScratchPad) == 0x000008, "Wrong alignment on UAblAbilityBaseScratchPad"); \ static_assert(sizeof(UAblAbilityBaseScratchPad) == 0x000028, "Wrong size on UAblAbilityBaseScratchPad"); \ #define DUMPER7_ASSERTS_UAblAbilityTaskScratchPad \ static_assert(alignof(UAblAbilityTaskScratchPad) == 0x000008, "Wrong alignment on UAblAbilityTaskScratchPad"); \ static_assert(sizeof(UAblAbilityTaskScratchPad) == 0x000028, "Wrong size on UAblAbilityTaskScratchPad"); \ #define DUMPER7_ASSERTS_UAblSpawnActorTaskScratchPad \ static_assert(alignof(UAblSpawnActorTaskScratchPad) == 0x000008, "Wrong alignment on UAblSpawnActorTaskScratchPad"); \ static_assert(sizeof(UAblSpawnActorTaskScratchPad) == 0x000030, "Wrong size on UAblSpawnActorTaskScratchPad"); \ static_assert(offsetof(UAblSpawnActorTaskScratchPad, SpawnedActor) == 0x000028, "Member 'UAblSpawnActorTaskScratchPad::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendWeightMultiplierGetter \ static_assert(alignof(UAblBlendWeightMultiplierGetter) == 0x000008, "Wrong alignment on UAblBlendWeightMultiplierGetter"); \ static_assert(sizeof(UAblBlendWeightMultiplierGetter) == 0x000028, "Wrong size on UAblBlendWeightMultiplierGetter"); \ #define DUMPER7_ASSERTS_UAblAbilityNode \ static_assert(alignof(UAblAbilityNode) == 0x000008, "Wrong alignment on UAblAbilityNode"); \ static_assert(sizeof(UAblAbilityNode) == 0x000028, "Wrong size on UAblAbilityNode"); \ #define DUMPER7_ASSERTS_UAblAbilityTask \ static_assert(alignof(UAblAbilityTask) == 0x000008, "Wrong alignment on UAblAbilityTask"); \ static_assert(sizeof(UAblAbilityTask) == 0x000070, "Wrong size on UAblAbilityTask"); \ static_assert(offsetof(UAblAbilityTask, m_StartTime) == 0x000028, "Member 'UAblAbilityTask::m_StartTime' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityTask, m_EndTime) == 0x000040, "Member 'UAblAbilityTask::m_EndTime' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityTask, m_TaskTargets) == 0x000058, "Member 'UAblAbilityTask::m_TaskTargets' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityTask, m_Verbose) == 0x000068, "Member 'UAblAbilityTask::m_Verbose' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityTask, m_IsDone) == 0x000069, "Member 'UAblAbilityTask::m_IsDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCustomEventListenerTask \ static_assert(alignof(UAblCustomEventListenerTask) == 0x000008, "Wrong alignment on UAblCustomEventListenerTask"); \ static_assert(sizeof(UAblCustomEventListenerTask) == 0x000070, "Wrong size on UAblCustomEventListenerTask"); \ #define DUMPER7_ASSERTS_AbleHUD_SetTarget \ static_assert(alignof(AbleHUD_SetTarget) == 0x000008, "Wrong alignment on AbleHUD_SetTarget"); \ static_assert(sizeof(AbleHUD_SetTarget) == 0x000008, "Wrong size on AbleHUD_SetTarget"); \ static_assert(offsetof(AbleHUD_SetTarget, InActor) == 0x000000, "Member 'AbleHUD_SetTarget::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAbleHUD \ static_assert(alignof(AAbleHUD) == 0x000008, "Wrong alignment on AAbleHUD"); \ static_assert(sizeof(AAbleHUD) == 0x000338, "Wrong size on AAbleHUD"); \ #define DUMPER7_ASSERTS_UAblRemoveGameplayTagTask \ static_assert(alignof(UAblRemoveGameplayTagTask) == 0x000008, "Wrong alignment on UAblRemoveGameplayTagTask"); \ static_assert(sizeof(UAblRemoveGameplayTagTask) == 0x000080, "Wrong size on UAblRemoveGameplayTagTask"); \ static_assert(offsetof(UAblRemoveGameplayTagTask, m_TagList) == 0x000070, "Member 'UAblRemoveGameplayTagTask::m_TagList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimNotify \ static_assert(alignof(UAblAnimNotify) == 0x000008, "Wrong alignment on UAblAnimNotify"); \ static_assert(sizeof(UAblAnimNotify) == 0x000040, "Wrong size on UAblAnimNotify"); \ static_assert(offsetof(UAblAnimNotify, EventName) == 0x000038, "Member 'UAblAnimNotify::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimNotifyPure \ static_assert(alignof(UAblAnimNotifyPure) == 0x000008, "Wrong alignment on UAblAnimNotifyPure"); \ static_assert(sizeof(UAblAnimNotifyPure) == 0x000040, "Wrong size on UAblAnimNotifyPure"); \ #define DUMPER7_ASSERTS_UAblCollisionShape \ static_assert(alignof(UAblCollisionShape) == 0x000008, "Wrong alignment on UAblCollisionShape"); \ static_assert(sizeof(UAblCollisionShape) == 0x000058, "Wrong size on UAblCollisionShape"); \ static_assert(offsetof(UAblCollisionShape, m_QueryLocation) == 0x000028, "Member 'UAblCollisionShape::m_QueryLocation' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionShape, m_CollisionChannel) == 0x000050, "Member 'UAblCollisionShape::m_CollisionChannel' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionShape, m_UseAsyncQuery) == 0x000051, "Member 'UAblCollisionShape::m_UseAsyncQuery' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionShapeBox \ static_assert(alignof(UAblCollisionShapeBox) == 0x000008, "Wrong alignment on UAblCollisionShapeBox"); \ static_assert(sizeof(UAblCollisionShapeBox) == 0x000068, "Wrong size on UAblCollisionShapeBox"); \ static_assert(offsetof(UAblCollisionShapeBox, m_HalfExtents) == 0x000058, "Member 'UAblCollisionShapeBox::m_HalfExtents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_AnimInstance_Get_DesiredWorldDirection \ static_assert(alignof(Able_AnimInstance_Get_DesiredWorldDirection) == 0x000004, "Wrong alignment on Able_AnimInstance_Get_DesiredWorldDirection"); \ static_assert(sizeof(Able_AnimInstance_Get_DesiredWorldDirection) == 0x00000C, "Wrong size on Able_AnimInstance_Get_DesiredWorldDirection"); \ static_assert(offsetof(Able_AnimInstance_Get_DesiredWorldDirection, OutWorldDirection) == 0x000000, "Member 'Able_AnimInstance_Get_DesiredWorldDirection::OutWorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_AnimInstance_Get_DesiredWorldSpeed \ static_assert(alignof(Able_AnimInstance_Get_DesiredWorldSpeed) == 0x000004, "Wrong alignment on Able_AnimInstance_Get_DesiredWorldSpeed"); \ static_assert(sizeof(Able_AnimInstance_Get_DesiredWorldSpeed) == 0x000004, "Wrong size on Able_AnimInstance_Get_DesiredWorldSpeed"); \ static_assert(offsetof(Able_AnimInstance_Get_DesiredWorldSpeed, OutSpeed) == 0x000000, "Member 'Able_AnimInstance_Get_DesiredWorldSpeed::OutSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_AnimInstance_Get_FixedYawOffset \ static_assert(alignof(Able_AnimInstance_Get_FixedYawOffset) == 0x000004, "Wrong alignment on Able_AnimInstance_Get_FixedYawOffset"); \ static_assert(sizeof(Able_AnimInstance_Get_FixedYawOffset) == 0x000004, "Wrong size on Able_AnimInstance_Get_FixedYawOffset"); \ static_assert(offsetof(Able_AnimInstance_Get_FixedYawOffset, OutFixedYawOffset) == 0x000000, "Member 'Able_AnimInstance_Get_FixedYawOffset::OutFixedYawOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_AnimInstance_Get_FixedYawRemaining \ static_assert(alignof(Able_AnimInstance_Get_FixedYawRemaining) == 0x000004, "Wrong alignment on Able_AnimInstance_Get_FixedYawRemaining"); \ static_assert(sizeof(Able_AnimInstance_Get_FixedYawRemaining) == 0x000004, "Wrong size on Able_AnimInstance_Get_FixedYawRemaining"); \ static_assert(offsetof(Able_AnimInstance_Get_FixedYawRemaining, OutFixedYawRemaining) == 0x000000, "Member 'Able_AnimInstance_Get_FixedYawRemaining::OutFixedYawRemaining' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_AnimInstance_Get_FixedYawSampleTime \ static_assert(alignof(Able_AnimInstance_Get_FixedYawSampleTime) == 0x000004, "Wrong alignment on Able_AnimInstance_Get_FixedYawSampleTime"); \ static_assert(sizeof(Able_AnimInstance_Get_FixedYawSampleTime) == 0x000004, "Wrong size on Able_AnimInstance_Get_FixedYawSampleTime"); \ static_assert(offsetof(Able_AnimInstance_Get_FixedYawSampleTime, OutFixedYawSampleTime) == 0x000000, "Member 'Able_AnimInstance_Get_FixedYawSampleTime::OutFixedYawSampleTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_AnimInstance_Get_LastDesiredWorldDirection \ static_assert(alignof(Able_AnimInstance_Get_LastDesiredWorldDirection) == 0x000004, "Wrong alignment on Able_AnimInstance_Get_LastDesiredWorldDirection"); \ static_assert(sizeof(Able_AnimInstance_Get_LastDesiredWorldDirection) == 0x00000C, "Wrong size on Able_AnimInstance_Get_LastDesiredWorldDirection"); \ static_assert(offsetof(Able_AnimInstance_Get_LastDesiredWorldDirection, OutWorldDirection) == 0x000000, "Member 'Able_AnimInstance_Get_LastDesiredWorldDirection::OutWorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_AnimInstance_Set_DesiredWorldDirection \ static_assert(alignof(Able_AnimInstance_Set_DesiredWorldDirection) == 0x000004, "Wrong alignment on Able_AnimInstance_Set_DesiredWorldDirection"); \ static_assert(sizeof(Able_AnimInstance_Set_DesiredWorldDirection) == 0x00000C, "Wrong size on Able_AnimInstance_Set_DesiredWorldDirection"); \ static_assert(offsetof(Able_AnimInstance_Set_DesiredWorldDirection, InWorldDirection) == 0x000000, "Member 'Able_AnimInstance_Set_DesiredWorldDirection::InWorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_AnimInstance_Set_DesiredWorldSpeed \ static_assert(alignof(Able_AnimInstance_Set_DesiredWorldSpeed) == 0x000004, "Wrong alignment on Able_AnimInstance_Set_DesiredWorldSpeed"); \ static_assert(sizeof(Able_AnimInstance_Set_DesiredWorldSpeed) == 0x000004, "Wrong size on Able_AnimInstance_Set_DesiredWorldSpeed"); \ static_assert(offsetof(Able_AnimInstance_Set_DesiredWorldSpeed, InSpeed) == 0x000000, "Member 'Able_AnimInstance_Set_DesiredWorldSpeed::InSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_AnimInstance_Set_FixedYaw \ static_assert(alignof(Able_AnimInstance_Set_FixedYaw) == 0x000004, "Wrong alignment on Able_AnimInstance_Set_FixedYaw"); \ static_assert(sizeof(Able_AnimInstance_Set_FixedYaw) == 0x00000C, "Wrong size on Able_AnimInstance_Set_FixedYaw"); \ static_assert(offsetof(Able_AnimInstance_Set_FixedYaw, InFixedYawRemaining) == 0x000000, "Member 'Able_AnimInstance_Set_FixedYaw::InFixedYawRemaining' has a wrong offset!"); \ static_assert(offsetof(Able_AnimInstance_Set_FixedYaw, InFixedYawOffset) == 0x000004, "Member 'Able_AnimInstance_Set_FixedYaw::InFixedYawOffset' has a wrong offset!"); \ static_assert(offsetof(Able_AnimInstance_Set_FixedYaw, SampleTime) == 0x000008, "Member 'Able_AnimInstance_Set_FixedYaw::SampleTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_AnimInstance_Set_LastDesiredWorldDirection \ static_assert(alignof(Able_AnimInstance_Set_LastDesiredWorldDirection) == 0x000004, "Wrong alignment on Able_AnimInstance_Set_LastDesiredWorldDirection"); \ static_assert(sizeof(Able_AnimInstance_Set_LastDesiredWorldDirection) == 0x00000C, "Wrong size on Able_AnimInstance_Set_LastDesiredWorldDirection"); \ static_assert(offsetof(Able_AnimInstance_Set_LastDesiredWorldDirection, InWorldDirection) == 0x000000, "Member 'Able_AnimInstance_Set_LastDesiredWorldDirection::InWorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAble_AnimInstance \ static_assert(alignof(UAble_AnimInstance) == 0x000010, "Wrong alignment on UAble_AnimInstance"); \ static_assert(sizeof(UAble_AnimInstance) == 0x000510, "Wrong size on UAble_AnimInstance"); \ static_assert(offsetof(UAble_AnimInstance, MapSequenceToPhaseVote) == 0x0002C0, "Member 'UAble_AnimInstance::MapSequenceToPhaseVote' has a wrong offset!"); \ static_assert(offsetof(UAble_AnimInstance, InIdle) == 0x000310, "Member 'UAble_AnimInstance::InIdle' has a wrong offset!"); \ static_assert(offsetof(UAble_AnimInstance, AnimationModifiers) == 0x000318, "Member 'UAble_AnimInstance::AnimationModifiers' has a wrong offset!"); \ static_assert(offsetof(UAble_AnimInstance, DesiredWorldDirection) == 0x000328, "Member 'UAble_AnimInstance::DesiredWorldDirection' has a wrong offset!"); \ static_assert(offsetof(UAble_AnimInstance, LastDesiredWorldDirection) == 0x000334, "Member 'UAble_AnimInstance::LastDesiredWorldDirection' has a wrong offset!"); \ static_assert(offsetof(UAble_AnimInstance, DesiredWorldSpeed) == 0x000340, "Member 'UAble_AnimInstance::DesiredWorldSpeed' has a wrong offset!"); \ static_assert(offsetof(UAble_AnimInstance, RateMultiplierOverride) == 0x000344, "Member 'UAble_AnimInstance::RateMultiplierOverride' has a wrong offset!"); \ static_assert(offsetof(UAble_AnimInstance, FixedYawRemaining) == 0x000348, "Member 'UAble_AnimInstance::FixedYawRemaining' has a wrong offset!"); \ static_assert(offsetof(UAble_AnimInstance, FixedYawOffset) == 0x00034C, "Member 'UAble_AnimInstance::FixedYawOffset' has a wrong offset!"); \ static_assert(offsetof(UAble_AnimInstance, FixedYawSampleTime) == 0x000350, "Member 'UAble_AnimInstance::FixedYawSampleTime' has a wrong offset!"); \ static_assert(offsetof(UAble_AnimInstance, AbleAbilityComponent) == 0x0004F8, "Member 'UAble_AnimInstance::AbleAbilityComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityEventScratchPad_EventReceived \ static_assert(alignof(AblAbilityEventScratchPad_EventReceived) == 0x000008, "Wrong alignment on AblAbilityEventScratchPad_EventReceived"); \ static_assert(sizeof(AblAbilityEventScratchPad_EventReceived) == 0x000008, "Wrong size on AblAbilityEventScratchPad_EventReceived"); \ static_assert(offsetof(AblAbilityEventScratchPad_EventReceived, Caller) == 0x000000, "Member 'AblAbilityEventScratchPad_EventReceived::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAbilityEventScratchPad \ static_assert(alignof(UAblAbilityEventScratchPad) == 0x000008, "Wrong alignment on UAblAbilityEventScratchPad"); \ static_assert(sizeof(UAblAbilityEventScratchPad) == 0x000048, "Wrong size on UAblAbilityEventScratchPad"); \ static_assert(offsetof(UAblAbilityEventScratchPad, AbilityEventPtr) == 0x000028, "Member 'UAblAbilityEventScratchPad::AbilityEventPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchEventScratchPad \ static_assert(alignof(UAblBranchEventScratchPad) == 0x000008, "Wrong alignment on UAblBranchEventScratchPad"); \ static_assert(sizeof(UAblBranchEventScratchPad) == 0x000060, "Wrong size on UAblBranchEventScratchPad"); \ static_assert(offsetof(UAblBranchEventScratchPad, BranchAbility) == 0x000048, "Member 'UAblBranchEventScratchPad::BranchAbility' has a wrong offset!"); \ static_assert(offsetof(UAblBranchEventScratchPad, CachedKeys) == 0x000050, "Member 'UAblBranchEventScratchPad::CachedKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicalBodyBlendChannel \ static_assert(alignof(UPhysicalBodyBlendChannel) == 0x000008, "Wrong alignment on UPhysicalBodyBlendChannel"); \ static_assert(sizeof(UPhysicalBodyBlendChannel) == 0x000058, "Wrong size on UPhysicalBodyBlendChannel"); \ static_assert(offsetof(UPhysicalBodyBlendChannel, ChannelBlendedWeights) == 0x000028, "Member 'UPhysicalBodyBlendChannel::ChannelBlendedWeights' has a wrong offset!"); \ static_assert(offsetof(UPhysicalBodyBlendChannel, ChannelFadeWeights) == 0x000038, "Member 'UPhysicalBodyBlendChannel::ChannelFadeWeights' has a wrong offset!"); \ static_assert(offsetof(UPhysicalBodyBlendChannel, PhysicalBodyBlendArray) == 0x000048, "Member 'UPhysicalBodyBlendChannel::PhysicalBodyBlendArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_AlwaysRefreshDuration \ static_assert(alignof(AblAbility_AlwaysRefreshDuration) == 0x000001, "Wrong alignment on AblAbility_AlwaysRefreshDuration"); \ static_assert(sizeof(AblAbility_AlwaysRefreshDuration) == 0x000001, "Wrong size on AblAbility_AlwaysRefreshDuration"); \ static_assert(offsetof(AblAbility_AlwaysRefreshDuration, ReturnValue) == 0x000000, "Member 'AblAbility_AlwaysRefreshDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_CalculateCooldown \ static_assert(alignof(AblAbility_CalculateCooldown) == 0x000008, "Wrong alignment on AblAbility_CalculateCooldown"); \ static_assert(sizeof(AblAbility_CalculateCooldown) == 0x000010, "Wrong size on AblAbility_CalculateCooldown"); \ static_assert(offsetof(AblAbility_CalculateCooldown, Context) == 0x000000, "Member 'AblAbility_CalculateCooldown::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbility_CalculateCooldown, ReturnValue) == 0x000008, "Member 'AblAbility_CalculateCooldown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_CalculateDamageForActor \ static_assert(alignof(AblAbility_CalculateDamageForActor) == 0x000008, "Wrong alignment on AblAbility_CalculateDamageForActor"); \ static_assert(sizeof(AblAbility_CalculateDamageForActor) == 0x000028, "Wrong size on AblAbility_CalculateDamageForActor"); \ static_assert(offsetof(AblAbility_CalculateDamageForActor, Context) == 0x000000, "Member 'AblAbility_CalculateDamageForActor::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbility_CalculateDamageForActor, EventName) == 0x000008, "Member 'AblAbility_CalculateDamageForActor::EventName' has a wrong offset!"); \ static_assert(offsetof(AblAbility_CalculateDamageForActor, BaseDamage) == 0x000010, "Member 'AblAbility_CalculateDamageForActor::BaseDamage' has a wrong offset!"); \ static_assert(offsetof(AblAbility_CalculateDamageForActor, Actor) == 0x000018, "Member 'AblAbility_CalculateDamageForActor::Actor' has a wrong offset!"); \ static_assert(offsetof(AblAbility_CalculateDamageForActor, ReturnValue) == 0x000020, "Member 'AblAbility_CalculateDamageForActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_CanInterruptAbility \ static_assert(alignof(AblAbility_CanInterruptAbility) == 0x000008, "Wrong alignment on AblAbility_CanInterruptAbility"); \ static_assert(sizeof(AblAbility_CanInterruptAbility) == 0x000018, "Wrong size on AblAbility_CanInterruptAbility"); \ static_assert(offsetof(AblAbility_CanInterruptAbility, Context) == 0x000000, "Member 'AblAbility_CanInterruptAbility::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbility_CanInterruptAbility, CurrentAbility) == 0x000008, "Member 'AblAbility_CanInterruptAbility::CurrentAbility' has a wrong offset!"); \ static_assert(offsetof(AblAbility_CanInterruptAbility, ReturnValue) == 0x000010, "Member 'AblAbility_CanInterruptAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_CheckCustomChannelConditional \ static_assert(alignof(AblAbility_CheckCustomChannelConditional) == 0x000008, "Wrong alignment on AblAbility_CheckCustomChannelConditional"); \ static_assert(sizeof(AblAbility_CheckCustomChannelConditional) == 0x000018, "Wrong size on AblAbility_CheckCustomChannelConditional"); \ static_assert(offsetof(AblAbility_CheckCustomChannelConditional, Context) == 0x000000, "Member 'AblAbility_CheckCustomChannelConditional::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbility_CheckCustomChannelConditional, EventName) == 0x000008, "Member 'AblAbility_CheckCustomChannelConditional::EventName' has a wrong offset!"); \ static_assert(offsetof(AblAbility_CheckCustomChannelConditional, ReturnValue) == 0x000010, "Member 'AblAbility_CheckCustomChannelConditional::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_CustomCanAbilityExecute \ static_assert(alignof(AblAbility_CustomCanAbilityExecute) == 0x000008, "Wrong alignment on AblAbility_CustomCanAbilityExecute"); \ static_assert(sizeof(AblAbility_CustomCanAbilityExecute) == 0x000010, "Wrong size on AblAbility_CustomCanAbilityExecute"); \ static_assert(offsetof(AblAbility_CustomCanAbilityExecute, Context) == 0x000000, "Member 'AblAbility_CustomCanAbilityExecute::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbility_CustomCanAbilityExecute, ReturnValue) == 0x000008, "Member 'AblAbility_CustomCanAbilityExecute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_CustomCanBranchTo \ static_assert(alignof(AblAbility_CustomCanBranchTo) == 0x000008, "Wrong alignment on AblAbility_CustomCanBranchTo"); \ static_assert(sizeof(AblAbility_CustomCanBranchTo) == 0x000010, "Wrong size on AblAbility_CustomCanBranchTo"); \ static_assert(offsetof(AblAbility_CustomCanBranchTo, Context) == 0x000000, "Member 'AblAbility_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbility_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'AblAbility_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_CustomCanLoopExecute \ static_assert(alignof(AblAbility_CustomCanLoopExecute) == 0x000008, "Wrong alignment on AblAbility_CustomCanLoopExecute"); \ static_assert(sizeof(AblAbility_CustomCanLoopExecute) == 0x000010, "Wrong size on AblAbility_CustomCanLoopExecute"); \ static_assert(offsetof(AblAbility_CustomCanLoopExecute, Context) == 0x000000, "Member 'AblAbility_CustomCanLoopExecute::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbility_CustomCanLoopExecute, ReturnValue) == 0x000008, "Member 'AblAbility_CustomCanLoopExecute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_CustomFilterCondition \ static_assert(alignof(AblAbility_CustomFilterCondition) == 0x000008, "Wrong alignment on AblAbility_CustomFilterCondition"); \ static_assert(sizeof(AblAbility_CustomFilterCondition) == 0x000020, "Wrong size on AblAbility_CustomFilterCondition"); \ static_assert(offsetof(AblAbility_CustomFilterCondition, Context) == 0x000000, "Member 'AblAbility_CustomFilterCondition::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbility_CustomFilterCondition, EventName) == 0x000008, "Member 'AblAbility_CustomFilterCondition::EventName' has a wrong offset!"); \ static_assert(offsetof(AblAbility_CustomFilterCondition, Actor) == 0x000010, "Member 'AblAbility_CustomFilterCondition::Actor' has a wrong offset!"); \ static_assert(offsetof(AblAbility_CustomFilterCondition, ReturnValue) == 0x000018, "Member 'AblAbility_CustomFilterCondition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_CustomTargetingFindTargets \ static_assert(alignof(AblAbility_CustomTargetingFindTargets) == 0x000008, "Wrong alignment on AblAbility_CustomTargetingFindTargets"); \ static_assert(sizeof(AblAbility_CustomTargetingFindTargets) == 0x000018, "Wrong size on AblAbility_CustomTargetingFindTargets"); \ static_assert(offsetof(AblAbility_CustomTargetingFindTargets, Context) == 0x000000, "Member 'AblAbility_CustomTargetingFindTargets::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbility_CustomTargetingFindTargets, FoundTargets) == 0x000008, "Member 'AblAbility_CustomTargetingFindTargets::FoundTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_GetAbilityTagContainer \ static_assert(alignof(AblAbility_GetAbilityTagContainer) == 0x000008, "Wrong alignment on AblAbility_GetAbilityTagContainer"); \ static_assert(sizeof(AblAbility_GetAbilityTagContainer) == 0x000020, "Wrong size on AblAbility_GetAbilityTagContainer"); \ static_assert(offsetof(AblAbility_GetAbilityTagContainer, ReturnValue) == 0x000000, "Member 'AblAbility_GetAbilityTagContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_GetBaseCooldown \ static_assert(alignof(AblAbility_GetBaseCooldown) == 0x000004, "Wrong alignment on AblAbility_GetBaseCooldown"); \ static_assert(sizeof(AblAbility_GetBaseCooldown) == 0x000004, "Wrong size on AblAbility_GetBaseCooldown"); \ static_assert(offsetof(AblAbility_GetBaseCooldown, ReturnValue) == 0x000000, "Member 'AblAbility_GetBaseCooldown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_GetBaseMaxStacks \ static_assert(alignof(AblAbility_GetBaseMaxStacks) == 0x000004, "Wrong alignment on AblAbility_GetBaseMaxStacks"); \ static_assert(sizeof(AblAbility_GetBaseMaxStacks) == 0x000004, "Wrong size on AblAbility_GetBaseMaxStacks"); \ static_assert(offsetof(AblAbility_GetBaseMaxStacks, ReturnValue) == 0x000000, "Member 'AblAbility_GetBaseMaxStacks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_GetBasePlayRate \ static_assert(alignof(AblAbility_GetBasePlayRate) == 0x000004, "Wrong alignment on AblAbility_GetBasePlayRate"); \ static_assert(sizeof(AblAbility_GetBasePlayRate) == 0x000004, "Wrong size on AblAbility_GetBasePlayRate"); \ static_assert(offsetof(AblAbility_GetBasePlayRate, ReturnValue) == 0x000000, "Member 'AblAbility_GetBasePlayRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_GetCooldown \ static_assert(alignof(AblAbility_GetCooldown) == 0x000004, "Wrong alignment on AblAbility_GetCooldown"); \ static_assert(sizeof(AblAbility_GetCooldown) == 0x000004, "Wrong size on AblAbility_GetCooldown"); \ static_assert(offsetof(AblAbility_GetCooldown, ReturnValue) == 0x000000, "Member 'AblAbility_GetCooldown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_GetDisplayName \ static_assert(alignof(AblAbility_GetDisplayName) == 0x000008, "Wrong alignment on AblAbility_GetDisplayName"); \ static_assert(sizeof(AblAbility_GetDisplayName) == 0x000010, "Wrong size on AblAbility_GetDisplayName"); \ static_assert(offsetof(AblAbility_GetDisplayName, ReturnValue) == 0x000000, "Member 'AblAbility_GetDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_GetLength \ static_assert(alignof(AblAbility_GetLength) == 0x000004, "Wrong alignment on AblAbility_GetLength"); \ static_assert(sizeof(AblAbility_GetLength) == 0x000004, "Wrong size on AblAbility_GetLength"); \ static_assert(offsetof(AblAbility_GetLength, ReturnValue) == 0x000000, "Member 'AblAbility_GetLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_GetLoopMaxIterationsBP \ static_assert(alignof(AblAbility_GetLoopMaxIterationsBP) == 0x000004, "Wrong alignment on AblAbility_GetLoopMaxIterationsBP"); \ static_assert(sizeof(AblAbility_GetLoopMaxIterationsBP) == 0x000004, "Wrong size on AblAbility_GetLoopMaxIterationsBP"); \ static_assert(offsetof(AblAbility_GetLoopMaxIterationsBP, ReturnValue) == 0x000000, "Member 'AblAbility_GetLoopMaxIterationsBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_GetLoopRange \ static_assert(alignof(AblAbility_GetLoopRange) == 0x000004, "Wrong alignment on AblAbility_GetLoopRange"); \ static_assert(sizeof(AblAbility_GetLoopRange) == 0x000008, "Wrong size on AblAbility_GetLoopRange"); \ static_assert(offsetof(AblAbility_GetLoopRange, ReturnValue) == 0x000000, "Member 'AblAbility_GetLoopRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_GetMaxStacks \ static_assert(alignof(AblAbility_GetMaxStacks) == 0x000008, "Wrong alignment on AblAbility_GetMaxStacks"); \ static_assert(sizeof(AblAbility_GetMaxStacks) == 0x000010, "Wrong size on AblAbility_GetMaxStacks"); \ static_assert(offsetof(AblAbility_GetMaxStacks, Context) == 0x000000, "Member 'AblAbility_GetMaxStacks::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbility_GetMaxStacks, ReturnValue) == 0x000008, "Member 'AblAbility_GetMaxStacks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_GetRange \ static_assert(alignof(AblAbility_GetRange) == 0x000004, "Wrong alignment on AblAbility_GetRange"); \ static_assert(sizeof(AblAbility_GetRange) == 0x000004, "Wrong size on AblAbility_GetRange"); \ static_assert(offsetof(AblAbility_GetRange, ReturnValue) == 0x000000, "Member 'AblAbility_GetRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_IsChanneled \ static_assert(alignof(AblAbility_IsChanneled) == 0x000001, "Wrong alignment on AblAbility_IsChanneled"); \ static_assert(sizeof(AblAbility_IsChanneled) == 0x000001, "Wrong size on AblAbility_IsChanneled"); \ static_assert(offsetof(AblAbility_IsChanneled, ReturnValue) == 0x000000, "Member 'AblAbility_IsChanneled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_IsLooping \ static_assert(alignof(AblAbility_IsLooping) == 0x000001, "Wrong alignment on AblAbility_IsLooping"); \ static_assert(sizeof(AblAbility_IsLooping) == 0x000001, "Wrong size on AblAbility_IsLooping"); \ static_assert(offsetof(AblAbility_IsLooping, ReturnValue) == 0x000000, "Member 'AblAbility_IsLooping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_IsPassive \ static_assert(alignof(AblAbility_IsPassive) == 0x000001, "Wrong alignment on AblAbility_IsPassive"); \ static_assert(sizeof(AblAbility_IsPassive) == 0x000001, "Wrong size on AblAbility_IsPassive"); \ static_assert(offsetof(AblAbility_IsPassive, ReturnValue) == 0x000000, "Member 'AblAbility_IsPassive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_MustPassAllChannelConditions \ static_assert(alignof(AblAbility_MustPassAllChannelConditions) == 0x000001, "Wrong alignment on AblAbility_MustPassAllChannelConditions"); \ static_assert(sizeof(AblAbility_MustPassAllChannelConditions) == 0x000001, "Wrong size on AblAbility_MustPassAllChannelConditions"); \ static_assert(offsetof(AblAbility_MustPassAllChannelConditions, ReturnValue) == 0x000000, "Member 'AblAbility_MustPassAllChannelConditions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_OnAbilityBranch \ static_assert(alignof(AblAbility_OnAbilityBranch) == 0x000008, "Wrong alignment on AblAbility_OnAbilityBranch"); \ static_assert(sizeof(AblAbility_OnAbilityBranch) == 0x000010, "Wrong size on AblAbility_OnAbilityBranch"); \ static_assert(offsetof(AblAbility_OnAbilityBranch, Context) == 0x000000, "Member 'AblAbility_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbility_OnAbilityBranch, NextAbility) == 0x000008, "Member 'AblAbility_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_OnAbilityEnd \ static_assert(alignof(AblAbility_OnAbilityEnd) == 0x000008, "Wrong alignment on AblAbility_OnAbilityEnd"); \ static_assert(sizeof(AblAbility_OnAbilityEnd) == 0x000008, "Wrong size on AblAbility_OnAbilityEnd"); \ static_assert(offsetof(AblAbility_OnAbilityEnd, Context) == 0x000000, "Member 'AblAbility_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_OnAbilityInterrupt \ static_assert(alignof(AblAbility_OnAbilityInterrupt) == 0x000008, "Wrong alignment on AblAbility_OnAbilityInterrupt"); \ static_assert(sizeof(AblAbility_OnAbilityInterrupt) == 0x000008, "Wrong size on AblAbility_OnAbilityInterrupt"); \ static_assert(offsetof(AblAbility_OnAbilityInterrupt, Context) == 0x000000, "Member 'AblAbility_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_OnAbilityStart \ static_assert(alignof(AblAbility_OnAbilityStart) == 0x000008, "Wrong alignment on AblAbility_OnAbilityStart"); \ static_assert(sizeof(AblAbility_OnAbilityStart) == 0x000008, "Wrong size on AblAbility_OnAbilityStart"); \ static_assert(offsetof(AblAbility_OnAbilityStart, Context) == 0x000000, "Member 'AblAbility_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_OnCollisionEvent \ static_assert(alignof(AblAbility_OnCollisionEvent) == 0x000008, "Wrong alignment on AblAbility_OnCollisionEvent"); \ static_assert(sizeof(AblAbility_OnCollisionEvent) == 0x000020, "Wrong size on AblAbility_OnCollisionEvent"); \ static_assert(offsetof(AblAbility_OnCollisionEvent, Context) == 0x000000, "Member 'AblAbility_OnCollisionEvent::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbility_OnCollisionEvent, EventName) == 0x000008, "Member 'AblAbility_OnCollisionEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(AblAbility_OnCollisionEvent, HitEntities) == 0x000010, "Member 'AblAbility_OnCollisionEvent::HitEntities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_OnCustomEvent \ static_assert(alignof(AblAbility_OnCustomEvent) == 0x000008, "Wrong alignment on AblAbility_OnCustomEvent"); \ static_assert(sizeof(AblAbility_OnCustomEvent) == 0x000010, "Wrong size on AblAbility_OnCustomEvent"); \ static_assert(offsetof(AblAbility_OnCustomEvent, Context) == 0x000000, "Member 'AblAbility_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbility_OnCustomEvent, EventName) == 0x000008, "Member 'AblAbility_OnCustomEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_OnGetBranchAbility \ static_assert(alignof(AblAbility_OnGetBranchAbility) == 0x000008, "Wrong alignment on AblAbility_OnGetBranchAbility"); \ static_assert(sizeof(AblAbility_OnGetBranchAbility) == 0x000018, "Wrong size on AblAbility_OnGetBranchAbility"); \ static_assert(offsetof(AblAbility_OnGetBranchAbility, Context) == 0x000000, "Member 'AblAbility_OnGetBranchAbility::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbility_OnGetBranchAbility, EventName) == 0x000008, "Member 'AblAbility_OnGetBranchAbility::EventName' has a wrong offset!"); \ static_assert(offsetof(AblAbility_OnGetBranchAbility, ReturnValue) == 0x000010, "Member 'AblAbility_OnGetBranchAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_OnRaycastEvent \ static_assert(alignof(AblAbility_OnRaycastEvent) == 0x000008, "Wrong alignment on AblAbility_OnRaycastEvent"); \ static_assert(sizeof(AblAbility_OnRaycastEvent) == 0x000020, "Wrong size on AblAbility_OnRaycastEvent"); \ static_assert(offsetof(AblAbility_OnRaycastEvent, Context) == 0x000000, "Member 'AblAbility_OnRaycastEvent::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbility_OnRaycastEvent, EventName) == 0x000008, "Member 'AblAbility_OnRaycastEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(AblAbility_OnRaycastEvent, HitResults) == 0x000010, "Member 'AblAbility_OnRaycastEvent::HitResults' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_OnSpawnedActorEvent \ static_assert(alignof(AblAbility_OnSpawnedActorEvent) == 0x000008, "Wrong alignment on AblAbility_OnSpawnedActorEvent"); \ static_assert(sizeof(AblAbility_OnSpawnedActorEvent) == 0x000018, "Wrong size on AblAbility_OnSpawnedActorEvent"); \ static_assert(offsetof(AblAbility_OnSpawnedActorEvent, Context) == 0x000000, "Member 'AblAbility_OnSpawnedActorEvent::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbility_OnSpawnedActorEvent, EventName) == 0x000008, "Member 'AblAbility_OnSpawnedActorEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(AblAbility_OnSpawnedActorEvent, SpawnedActor) == 0x000010, "Member 'AblAbility_OnSpawnedActorEvent::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_RefreshDurationOnNewStack \ static_assert(alignof(AblAbility_RefreshDurationOnNewStack) == 0x000001, "Wrong alignment on AblAbility_RefreshDurationOnNewStack"); \ static_assert(sizeof(AblAbility_RefreshDurationOnNewStack) == 0x000001, "Wrong size on AblAbility_RefreshDurationOnNewStack"); \ static_assert(offsetof(AblAbility_RefreshDurationOnNewStack, ReturnValue) == 0x000000, "Member 'AblAbility_RefreshDurationOnNewStack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_RefreshLoopTimeOnly \ static_assert(alignof(AblAbility_RefreshLoopTimeOnly) == 0x000001, "Wrong alignment on AblAbility_RefreshLoopTimeOnly"); \ static_assert(sizeof(AblAbility_RefreshLoopTimeOnly) == 0x000001, "Wrong size on AblAbility_RefreshLoopTimeOnly"); \ static_assert(offsetof(AblAbility_RefreshLoopTimeOnly, ReturnValue) == 0x000000, "Member 'AblAbility_RefreshLoopTimeOnly::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_RequiresAllTasksComplete \ static_assert(alignof(AblAbility_RequiresAllTasksComplete) == 0x000001, "Wrong alignment on AblAbility_RequiresAllTasksComplete"); \ static_assert(sizeof(AblAbility_RequiresAllTasksComplete) == 0x000001, "Wrong size on AblAbility_RequiresAllTasksComplete"); \ static_assert(offsetof(AblAbility_RequiresAllTasksComplete, ReturnValue) == 0x000000, "Member 'AblAbility_RequiresAllTasksComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbility_RequiresTarget \ static_assert(alignof(AblAbility_RequiresTarget) == 0x000001, "Wrong alignment on AblAbility_RequiresTarget"); \ static_assert(sizeof(AblAbility_RequiresTarget) == 0x000001, "Wrong size on AblAbility_RequiresTarget"); \ static_assert(offsetof(AblAbility_RequiresTarget, ReturnValue) == 0x000000, "Member 'AblAbility_RequiresTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAbility \ static_assert(alignof(UAblAbility) == 0x000008, "Wrong alignment on UAblAbility"); \ static_assert(sizeof(UAblAbility) == 0x0000C8, "Wrong size on UAblAbility"); \ static_assert(offsetof(UAblAbility, m_Length) == 0x000028, "Member 'UAblAbility::m_Length' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_Cooldown) == 0x00002C, "Member 'UAblAbility::m_Cooldown' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_PlayRate) == 0x000030, "Member 'UAblAbility::m_PlayRate' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_bOverrideGlobalPlayRate) == 0x000034, "Member 'UAblAbility::m_bOverrideGlobalPlayRate' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_IsPassive) == 0x000035, "Member 'UAblAbility::m_IsPassive' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_MaxStacks) == 0x000038, "Member 'UAblAbility::m_MaxStacks' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_RefreshDurationOnNewStack) == 0x00003C, "Member 'UAblAbility::m_RefreshDurationOnNewStack' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_AlwaysRefreshDuration) == 0x00003D, "Member 'UAblAbility::m_AlwaysRefreshDuration' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_OnlyRefreshLoopTime) == 0x00003E, "Member 'UAblAbility::m_OnlyRefreshLoopTime' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_RequiresAllTasksComplete) == 0x00003F, "Member 'UAblAbility::m_RequiresAllTasksComplete' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_Loop) == 0x000040, "Member 'UAblAbility::m_Loop' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_LoopStart) == 0x000044, "Member 'UAblAbility::m_LoopStart' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_LoopEnd) == 0x000048, "Member 'UAblAbility::m_LoopEnd' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_LoopMaxIterations) == 0x00004C, "Member 'UAblAbility::m_LoopMaxIterations' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_RequiresTarget) == 0x000050, "Member 'UAblAbility::m_RequiresTarget' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_Targeting) == 0x000058, "Member 'UAblAbility::m_Targeting' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_IsChanneled) == 0x000060, "Member 'UAblAbility::m_IsChanneled' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_ChannelConditions) == 0x000068, "Member 'UAblAbility::m_ChannelConditions' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_MustPassAllChannelConditions) == 0x000078, "Member 'UAblAbility::m_MustPassAllChannelConditions' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_TagContainer) == 0x000080, "Member 'UAblAbility::m_TagContainer' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_Tasks) == 0x0000A0, "Member 'UAblAbility::m_Tasks' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_Events) == 0x0000B0, "Member 'UAblAbility::m_Events' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_AbilityNameHash) == 0x0000C0, "Member 'UAblAbility::m_AbilityNameHash' has a wrong offset!"); \ static_assert(offsetof(UAblAbility, m_AbilityRealm) == 0x0000C4, "Member 'UAblAbility::m_AbilityRealm' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetCollisionChannelTaskScratchPad \ static_assert(alignof(UAblSetCollisionChannelTaskScratchPad) == 0x000008, "Wrong alignment on UAblSetCollisionChannelTaskScratchPad"); \ static_assert(sizeof(UAblSetCollisionChannelTaskScratchPad) == 0x000078, "Wrong size on UAblSetCollisionChannelTaskScratchPad"); \ static_assert(offsetof(UAblSetCollisionChannelTaskScratchPad, PrimitiveToChannelMap) == 0x000028, "Member 'UAblSetCollisionChannelTaskScratchPad::PrimitiveToChannelMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAvaAnimationTask \ static_assert(alignof(UAblAvaAnimationTask) == 0x000008, "Wrong alignment on UAblAvaAnimationTask"); \ static_assert(sizeof(UAblAvaAnimationTask) == 0x000108, "Wrong size on UAblAvaAnimationTask"); \ static_assert(offsetof(UAblAvaAnimationTask, AnimationProvider) == 0x000078, "Member 'UAblAvaAnimationTask::AnimationProvider' has a wrong offset!"); \ static_assert(offsetof(UAblAvaAnimationTask, Layer) == 0x000080, "Member 'UAblAvaAnimationTask::Layer' has a wrong offset!"); \ static_assert(offsetof(UAblAvaAnimationTask, PlacementOptions) == 0x000088, "Member 'UAblAvaAnimationTask::PlacementOptions' has a wrong offset!"); \ static_assert(offsetof(UAblAvaAnimationTask, ClipRange) == 0x0000B8, "Member 'UAblAvaAnimationTask::ClipRange' has a wrong offset!"); \ static_assert(offsetof(UAblAvaAnimationTask, PlaybackOptions) == 0x0000C8, "Member 'UAblAvaAnimationTask::PlaybackOptions' has a wrong offset!"); \ static_assert(offsetof(UAblAvaAnimationTask, ReselectOnLoopBoundaries) == 0x0000E0, "Member 'UAblAvaAnimationTask::ReselectOnLoopBoundaries' has a wrong offset!"); \ static_assert(offsetof(UAblAvaAnimationTask, weight) == 0x0000E8, "Member 'UAblAvaAnimationTask::weight' has a wrong offset!"); \ static_assert(offsetof(UAblAvaAnimationTask, BlendInTime) == 0x0000F0, "Member 'UAblAvaAnimationTask::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(UAblAvaAnimationTask, BlendOutTime) == 0x0000F8, "Member 'UAblAvaAnimationTask::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(UAblAvaAnimationTask, LoopIndefinitely) == 0x000100, "Member 'UAblAvaAnimationTask::LoopIndefinitely' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionSweepShape \ static_assert(alignof(UAblCollisionSweepShape) == 0x000008, "Wrong alignment on UAblCollisionSweepShape"); \ static_assert(sizeof(UAblCollisionSweepShape) == 0x000058, "Wrong size on UAblCollisionSweepShape"); \ static_assert(offsetof(UAblCollisionSweepShape, m_SweepLocation) == 0x000028, "Member 'UAblCollisionSweepShape::m_SweepLocation' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionSweepShape, m_CollisionChannel) == 0x000050, "Member 'UAblCollisionSweepShape::m_CollisionChannel' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionSweepShape, m_OnlyReturnBlockingHit) == 0x000051, "Member 'UAblCollisionSweepShape::m_OnlyReturnBlockingHit' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionSweepShape, m_UseAsyncQuery) == 0x000052, "Member 'UAblCollisionSweepShape::m_UseAsyncQuery' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationAssetChooser \ static_assert(alignof(UAblAnimationAssetChooser) == 0x000008, "Wrong alignment on UAblAnimationAssetChooser"); \ static_assert(sizeof(UAblAnimationAssetChooser) == 0x000048, "Wrong size on UAblAnimationAssetChooser"); \ static_assert(offsetof(UAblAnimationAssetChooser, AnimationAssets) == 0x000028, "Member 'UAblAnimationAssetChooser::AnimationAssets' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationAssetChooser, AnimationTags) == 0x000038, "Member 'UAblAnimationAssetChooser::AnimationTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblReactionData_GetInstigator \ static_assert(alignof(AblReactionData_GetInstigator) == 0x000008, "Wrong alignment on AblReactionData_GetInstigator"); \ static_assert(sizeof(AblReactionData_GetInstigator) == 0x000008, "Wrong size on AblReactionData_GetInstigator"); \ static_assert(offsetof(AblReactionData_GetInstigator, ReturnValue) == 0x000000, "Member 'AblReactionData_GetInstigator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblReactionData_GetTarget \ static_assert(alignof(AblReactionData_GetTarget) == 0x000008, "Wrong alignment on AblReactionData_GetTarget"); \ static_assert(sizeof(AblReactionData_GetTarget) == 0x000008, "Wrong size on AblReactionData_GetTarget"); \ static_assert(offsetof(AblReactionData_GetTarget, ReturnValue) == 0x000000, "Member 'AblReactionData_GetTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblReactionData_GetChannelName \ static_assert(alignof(AblReactionData_GetChannelName) == 0x000004, "Wrong alignment on AblReactionData_GetChannelName"); \ static_assert(sizeof(AblReactionData_GetChannelName) == 0x000008, "Wrong size on AblReactionData_GetChannelName"); \ static_assert(offsetof(AblReactionData_GetChannelName, ReturnValue) == 0x000000, "Member 'AblReactionData_GetChannelName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblReactionData_IsPassive \ static_assert(alignof(AblReactionData_IsPassive) == 0x000001, "Wrong alignment on AblReactionData_IsPassive"); \ static_assert(sizeof(AblReactionData_IsPassive) == 0x000001, "Wrong size on AblReactionData_IsPassive"); \ static_assert(offsetof(AblReactionData_IsPassive, ReturnValue) == 0x000000, "Member 'AblReactionData_IsPassive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblReactionData \ static_assert(alignof(UAblReactionData) == 0x000008, "Wrong alignment on UAblReactionData"); \ static_assert(sizeof(UAblReactionData) == 0x0000E0, "Wrong size on UAblReactionData"); \ static_assert(offsetof(UAblReactionData, MunitionTags) == 0x0000B0, "Member 'UAblReactionData::MunitionTags' has a wrong offset!"); \ static_assert(offsetof(UAblReactionData, ReactionEffectComponent) == 0x0000D0, "Member 'UAblReactionData::ReactionEffectComponent' has a wrong offset!"); \ static_assert(offsetof(UAblReactionData, bDestroyEffectComponentOnReactionEnd) == 0x0000D8, "Member 'UAblReactionData::bDestroyEffectComponentOnReactionEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAbilityEvent \ static_assert(alignof(UAblAbilityEvent) == 0x000008, "Wrong alignment on UAblAbilityEvent"); \ static_assert(sizeof(UAblAbilityEvent) == 0x000050, "Wrong size on UAblAbilityEvent"); \ static_assert(offsetof(UAblAbilityEvent, m_StartTime) == 0x000028, "Member 'UAblAbilityEvent::m_StartTime' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityEvent, m_EventName) == 0x000040, "Member 'UAblAbilityEvent::m_EventName' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityEvent, m_Verbose) == 0x000048, "Member 'UAblAbilityEvent::m_Verbose' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityEvent, m_IsDone) == 0x000049, "Member 'UAblAbilityEvent::m_IsDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblGeneratedEvent \ static_assert(alignof(UAblGeneratedEvent) == 0x000008, "Wrong alignment on UAblGeneratedEvent"); \ static_assert(sizeof(UAblGeneratedEvent) == 0x000058, "Wrong size on UAblGeneratedEvent"); \ static_assert(offsetof(UAblGeneratedEvent, bIsActive) == 0x000050, "Member 'UAblGeneratedEvent::bIsActive' has a wrong offset!"); \ static_assert(offsetof(UAblGeneratedEvent, bRemovable) == 0x000051, "Member 'UAblGeneratedEvent::bRemovable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimNotifyEvent \ static_assert(alignof(UAblAnimNotifyEvent) == 0x000008, "Wrong alignment on UAblAnimNotifyEvent"); \ static_assert(sizeof(UAblAnimNotifyEvent) == 0x000058, "Wrong size on UAblAnimNotifyEvent"); \ #define DUMPER7_ASSERTS_UAblCollisionQueryTask \ static_assert(alignof(UAblCollisionQueryTask) == 0x000008, "Wrong alignment on UAblCollisionQueryTask"); \ static_assert(sizeof(UAblCollisionQueryTask) == 0x0000A0, "Wrong size on UAblCollisionQueryTask"); \ static_assert(offsetof(UAblCollisionQueryTask, m_fireEvent) == 0x000070, "Member 'UAblCollisionQueryTask::m_fireEvent' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionQueryTask, m_name) == 0x000074, "Member 'UAblCollisionQueryTask::m_name' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionQueryTask, m_QueryShape) == 0x000080, "Member 'UAblCollisionQueryTask::m_QueryShape' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionQueryTask, m_Filters) == 0x000088, "Member 'UAblCollisionQueryTask::m_Filters' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionQueryTask, m_CopyResultsToContext) == 0x000098, "Member 'UAblCollisionQueryTask::m_CopyResultsToContext' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionQueryTask, m_AllowDuplicateEntries) == 0x000099, "Member 'UAblCollisionQueryTask::m_AllowDuplicateEntries' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionQueryTask, m_TaskRealm) == 0x00009A, "Member 'UAblCollisionQueryTask::m_TaskRealm' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_Character_CancelAbilityByChannel \ static_assert(alignof(Able_Character_CancelAbilityByChannel) == 0x000004, "Wrong alignment on Able_Character_CancelAbilityByChannel"); \ static_assert(sizeof(Able_Character_CancelAbilityByChannel) == 0x000008, "Wrong size on Able_Character_CancelAbilityByChannel"); \ static_assert(offsetof(Able_Character_CancelAbilityByChannel, InAbilityChannelName) == 0x000000, "Member 'Able_Character_CancelAbilityByChannel::InAbilityChannelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_Character_CancelAbilityByContext \ static_assert(alignof(Able_Character_CancelAbilityByContext) == 0x000008, "Wrong alignment on Able_Character_CancelAbilityByContext"); \ static_assert(sizeof(Able_Character_CancelAbilityByContext) == 0x000008, "Wrong size on Able_Character_CancelAbilityByContext"); \ static_assert(offsetof(Able_Character_CancelAbilityByContext, InAblAbilityContext) == 0x000000, "Member 'Able_Character_CancelAbilityByContext::InAblAbilityContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_Character_ExecuteAbilityByClass \ static_assert(alignof(Able_Character_ExecuteAbilityByClass) == 0x000008, "Wrong alignment on Able_Character_ExecuteAbilityByClass"); \ static_assert(sizeof(Able_Character_ExecuteAbilityByClass) == 0x000018, "Wrong size on Able_Character_ExecuteAbilityByClass"); \ static_assert(offsetof(Able_Character_ExecuteAbilityByClass, InAblAbilitClass) == 0x000000, "Member 'Able_Character_ExecuteAbilityByClass::InAblAbilitClass' has a wrong offset!"); \ static_assert(offsetof(Able_Character_ExecuteAbilityByClass, InInstigator) == 0x000008, "Member 'Able_Character_ExecuteAbilityByClass::InInstigator' has a wrong offset!"); \ static_assert(offsetof(Able_Character_ExecuteAbilityByClass, ReturnValue) == 0x000010, "Member 'Able_Character_ExecuteAbilityByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_Character_ExecuteAbilityOnChannelByClass \ static_assert(alignof(Able_Character_ExecuteAbilityOnChannelByClass) == 0x000008, "Wrong alignment on Able_Character_ExecuteAbilityOnChannelByClass"); \ static_assert(sizeof(Able_Character_ExecuteAbilityOnChannelByClass) == 0x000020, "Wrong size on Able_Character_ExecuteAbilityOnChannelByClass"); \ static_assert(offsetof(Able_Character_ExecuteAbilityOnChannelByClass, ChannelName) == 0x000000, "Member 'Able_Character_ExecuteAbilityOnChannelByClass::ChannelName' has a wrong offset!"); \ static_assert(offsetof(Able_Character_ExecuteAbilityOnChannelByClass, InAblAbilitClass) == 0x000008, "Member 'Able_Character_ExecuteAbilityOnChannelByClass::InAblAbilitClass' has a wrong offset!"); \ static_assert(offsetof(Able_Character_ExecuteAbilityOnChannelByClass, InInstigator) == 0x000010, "Member 'Able_Character_ExecuteAbilityOnChannelByClass::InInstigator' has a wrong offset!"); \ static_assert(offsetof(Able_Character_ExecuteAbilityOnChannelByClass, ReturnValue) == 0x000018, "Member 'Able_Character_ExecuteAbilityOnChannelByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_Character_GetAbilityFromInteractionArchitect \ static_assert(alignof(Able_Character_GetAbilityFromInteractionArchitect) == 0x000008, "Wrong alignment on Able_Character_GetAbilityFromInteractionArchitect"); \ static_assert(sizeof(Able_Character_GetAbilityFromInteractionArchitect) == 0x000060, "Wrong size on Able_Character_GetAbilityFromInteractionArchitect"); \ static_assert(offsetof(Able_Character_GetAbilityFromInteractionArchitect, InSourceTagContainer) == 0x000000, "Member 'Able_Character_GetAbilityFromInteractionArchitect::InSourceTagContainer' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityFromInteractionArchitect, InArchitectAsset) == 0x000020, "Member 'Able_Character_GetAbilityFromInteractionArchitect::InArchitectAsset' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityFromInteractionArchitect, InArchitectTagContainer) == 0x000028, "Member 'Able_Character_GetAbilityFromInteractionArchitect::InArchitectTagContainer' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityFromInteractionArchitect, Project) == 0x000048, "Member 'Able_Character_GetAbilityFromInteractionArchitect::Project' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityFromInteractionArchitect, bOutIsAdditive) == 0x000049, "Member 'Able_Character_GetAbilityFromInteractionArchitect::bOutIsAdditive' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityFromInteractionArchitect, OutAbilityClass) == 0x000050, "Member 'Able_Character_GetAbilityFromInteractionArchitect::OutAbilityClass' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityFromInteractionArchitect, ReturnValue) == 0x000058, "Member 'Able_Character_GetAbilityFromInteractionArchitect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_Character_GetAbilityWithMultipleAssets \ static_assert(alignof(Able_Character_GetAbilityWithMultipleAssets) == 0x000008, "Wrong alignment on Able_Character_GetAbilityWithMultipleAssets"); \ static_assert(sizeof(Able_Character_GetAbilityWithMultipleAssets) == 0x000068, "Wrong size on Able_Character_GetAbilityWithMultipleAssets"); \ static_assert(offsetof(Able_Character_GetAbilityWithMultipleAssets, InSourceTagContainer) == 0x000000, "Member 'Able_Character_GetAbilityWithMultipleAssets::InSourceTagContainer' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityWithMultipleAssets, InArchitectAssets) == 0x000020, "Member 'Able_Character_GetAbilityWithMultipleAssets::InArchitectAssets' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityWithMultipleAssets, InArchitectTagContainer) == 0x000030, "Member 'Able_Character_GetAbilityWithMultipleAssets::InArchitectTagContainer' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityWithMultipleAssets, Project) == 0x000050, "Member 'Able_Character_GetAbilityWithMultipleAssets::Project' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityWithMultipleAssets, bOutIsAdditive) == 0x000051, "Member 'Able_Character_GetAbilityWithMultipleAssets::bOutIsAdditive' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityWithMultipleAssets, OutAbilityClass) == 0x000058, "Member 'Able_Character_GetAbilityWithMultipleAssets::OutAbilityClass' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityWithMultipleAssets, ReturnValue) == 0x000060, "Member 'Able_Character_GetAbilityWithMultipleAssets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_Character_GetAbilityWithMultipleAssetsAndTags \ static_assert(alignof(Able_Character_GetAbilityWithMultipleAssetsAndTags) == 0x000008, "Wrong alignment on Able_Character_GetAbilityWithMultipleAssetsAndTags"); \ static_assert(sizeof(Able_Character_GetAbilityWithMultipleAssetsAndTags) == 0x000058, "Wrong size on Able_Character_GetAbilityWithMultipleAssetsAndTags"); \ static_assert(offsetof(Able_Character_GetAbilityWithMultipleAssetsAndTags, InSourceTagContainer) == 0x000000, "Member 'Able_Character_GetAbilityWithMultipleAssetsAndTags::InSourceTagContainer' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityWithMultipleAssetsAndTags, InArchitectAssets) == 0x000020, "Member 'Able_Character_GetAbilityWithMultipleAssetsAndTags::InArchitectAssets' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityWithMultipleAssetsAndTags, InArchitectTags) == 0x000030, "Member 'Able_Character_GetAbilityWithMultipleAssetsAndTags::InArchitectTags' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityWithMultipleAssetsAndTags, Project) == 0x000040, "Member 'Able_Character_GetAbilityWithMultipleAssetsAndTags::Project' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityWithMultipleAssetsAndTags, bOutIsAdditive) == 0x000041, "Member 'Able_Character_GetAbilityWithMultipleAssetsAndTags::bOutIsAdditive' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityWithMultipleAssetsAndTags, OutAbilityClass) == 0x000048, "Member 'Able_Character_GetAbilityWithMultipleAssetsAndTags::OutAbilityClass' has a wrong offset!"); \ static_assert(offsetof(Able_Character_GetAbilityWithMultipleAssetsAndTags, ReturnValue) == 0x000050, "Member 'Able_Character_GetAbilityWithMultipleAssetsAndTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_Character_PlayAbilityByClass \ static_assert(alignof(Able_Character_PlayAbilityByClass) == 0x000008, "Wrong alignment on Able_Character_PlayAbilityByClass"); \ static_assert(sizeof(Able_Character_PlayAbilityByClass) == 0x000020, "Wrong size on Able_Character_PlayAbilityByClass"); \ static_assert(offsetof(Able_Character_PlayAbilityByClass, InAbilityChannelName) == 0x000000, "Member 'Able_Character_PlayAbilityByClass::InAbilityChannelName' has a wrong offset!"); \ static_assert(offsetof(Able_Character_PlayAbilityByClass, InAblAbilitClass) == 0x000008, "Member 'Able_Character_PlayAbilityByClass::InAblAbilitClass' has a wrong offset!"); \ static_assert(offsetof(Able_Character_PlayAbilityByClass, InInstigator) == 0x000010, "Member 'Able_Character_PlayAbilityByClass::InInstigator' has a wrong offset!"); \ static_assert(offsetof(Able_Character_PlayAbilityByClass, ReturnValue) == 0x000018, "Member 'Able_Character_PlayAbilityByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAble_Character \ static_assert(alignof(AAble_Character) == 0x000010, "Wrong alignment on AAble_Character"); \ static_assert(sizeof(AAble_Character) == 0x000540, "Wrong size on AAble_Character"); \ static_assert(offsetof(AAble_Character, GameplayHierarchyTag) == 0x0004F8, "Member 'AAble_Character::GameplayHierarchyTag' has a wrong offset!"); \ static_assert(offsetof(AAble_Character, AblAbilityComponent) == 0x000500, "Member 'AAble_Character::AblAbilityComponent' has a wrong offset!"); \ static_assert(offsetof(AAble_Character, RagdollControlComponent) == 0x000508, "Member 'AAble_Character::RagdollControlComponent' has a wrong offset!"); \ static_assert(offsetof(AAble_Character, PhysicalBodyManager) == 0x000528, "Member 'AAble_Character::PhysicalBodyManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_MovementComponent_AddRootMotionModifier \ static_assert(alignof(Able_MovementComponent_AddRootMotionModifier) == 0x000008, "Wrong alignment on Able_MovementComponent_AddRootMotionModifier"); \ static_assert(sizeof(Able_MovementComponent_AddRootMotionModifier) == 0x000020, "Wrong size on Able_MovementComponent_AddRootMotionModifier"); \ static_assert(offsetof(Able_MovementComponent_AddRootMotionModifier, InRootMotionModifierProperties) == 0x000000, "Member 'Able_MovementComponent_AddRootMotionModifier::InRootMotionModifierProperties' has a wrong offset!"); \ static_assert(offsetof(Able_MovementComponent_AddRootMotionModifier, Instigator) == 0x000008, "Member 'Able_MovementComponent_AddRootMotionModifier::Instigator' has a wrong offset!"); \ static_assert(offsetof(Able_MovementComponent_AddRootMotionModifier, Duration) == 0x000010, "Member 'Able_MovementComponent_AddRootMotionModifier::Duration' has a wrong offset!"); \ static_assert(offsetof(Able_MovementComponent_AddRootMotionModifier, ReturnValue) == 0x000018, "Member 'Able_MovementComponent_AddRootMotionModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_MovementComponent_RemoveRootMotionModifier \ static_assert(alignof(Able_MovementComponent_RemoveRootMotionModifier) == 0x000008, "Wrong alignment on Able_MovementComponent_RemoveRootMotionModifier"); \ static_assert(sizeof(Able_MovementComponent_RemoveRootMotionModifier) == 0x000008, "Wrong size on Able_MovementComponent_RemoveRootMotionModifier"); \ static_assert(offsetof(Able_MovementComponent_RemoveRootMotionModifier, InRootMotionModifierProperties) == 0x000000, "Member 'Able_MovementComponent_RemoveRootMotionModifier::InRootMotionModifierProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAble_MovementComponent \ static_assert(alignof(UAble_MovementComponent) == 0x000010, "Wrong alignment on UAble_MovementComponent"); \ static_assert(sizeof(UAble_MovementComponent) == 0x000B40, "Wrong size on UAble_MovementComponent"); \ static_assert(offsetof(UAble_MovementComponent, RootMotionModifierArray) == 0x000B30, "Member 'UAble_MovementComponent::RootMotionModifierArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAbilityAsset \ static_assert(alignof(UAblAbilityAsset) == 0x000008, "Wrong alignment on UAblAbilityAsset"); \ static_assert(sizeof(UAblAbilityAsset) == 0x000080, "Wrong size on UAblAbilityAsset"); \ static_assert(offsetof(UAblAbilityAsset, AbilityChannelMap) == 0x000030, "Member 'UAblAbilityAsset::AbilityChannelMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblRayCastQueryTaskScratchPad \ static_assert(alignof(UAblRayCastQueryTaskScratchPad) == 0x000008, "Wrong alignment on UAblRayCastQueryTaskScratchPad"); \ static_assert(sizeof(UAblRayCastQueryTaskScratchPad) == 0x000038, "Wrong size on UAblRayCastQueryTaskScratchPad"); \ static_assert(offsetof(UAblRayCastQueryTaskScratchPad, AsyncProcessed) == 0x000030, "Member 'UAblRayCastQueryTaskScratchPad::AsyncProcessed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAbilityBlueprint \ static_assert(alignof(UAblAbilityBlueprint) == 0x000008, "Wrong alignment on UAblAbilityBlueprint"); \ static_assert(sizeof(UAblAbilityBlueprint) == 0x0000A0, "Wrong size on UAblAbilityBlueprint"); \ #define DUMPER7_ASSERTS_UAblAbilityBlueprintGeneratedClass \ static_assert(alignof(UAblAbilityBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UAblAbilityBlueprintGeneratedClass"); \ static_assert(sizeof(UAblAbilityBlueprintGeneratedClass) == 0x000328, "Wrong size on UAblAbilityBlueprintGeneratedClass"); \ #define DUMPER7_ASSERTS_UAblPlayParticleEffectTask \ static_assert(alignof(UAblPlayParticleEffectTask) == 0x000008, "Wrong alignment on UAblPlayParticleEffectTask"); \ static_assert(sizeof(UAblPlayParticleEffectTask) == 0x0000B8, "Wrong size on UAblPlayParticleEffectTask"); \ static_assert(offsetof(UAblPlayParticleEffectTask, m_EffectTemplate) == 0x000070, "Member 'UAblPlayParticleEffectTask::m_EffectTemplate' has a wrong offset!"); \ static_assert(offsetof(UAblPlayParticleEffectTask, m_SocketName) == 0x000078, "Member 'UAblPlayParticleEffectTask::m_SocketName' has a wrong offset!"); \ static_assert(offsetof(UAblPlayParticleEffectTask, m_AttachToSocket) == 0x000080, "Member 'UAblPlayParticleEffectTask::m_AttachToSocket' has a wrong offset!"); \ static_assert(offsetof(UAblPlayParticleEffectTask, m_UseSocketRotation) == 0x000081, "Member 'UAblPlayParticleEffectTask::m_UseSocketRotation' has a wrong offset!"); \ static_assert(offsetof(UAblPlayParticleEffectTask, m_LocationOffset) == 0x000084, "Member 'UAblPlayParticleEffectTask::m_LocationOffset' has a wrong offset!"); \ static_assert(offsetof(UAblPlayParticleEffectTask, m_RotationOffset) == 0x000090, "Member 'UAblPlayParticleEffectTask::m_RotationOffset' has a wrong offset!"); \ static_assert(offsetof(UAblPlayParticleEffectTask, m_Scale) == 0x00009C, "Member 'UAblPlayParticleEffectTask::m_Scale' has a wrong offset!"); \ static_assert(offsetof(UAblPlayParticleEffectTask, m_DestroyAtEnd) == 0x0000A0, "Member 'UAblPlayParticleEffectTask::m_DestroyAtEnd' has a wrong offset!"); \ static_assert(offsetof(UAblPlayParticleEffectTask, m_Parameters) == 0x0000A8, "Member 'UAblPlayParticleEffectTask::m_Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityBlueprintLibrary_ActivateAbility \ static_assert(alignof(AblAbilityBlueprintLibrary_ActivateAbility) == 0x000008, "Wrong alignment on AblAbilityBlueprintLibrary_ActivateAbility"); \ static_assert(sizeof(AblAbilityBlueprintLibrary_ActivateAbility) == 0x000010, "Wrong size on AblAbilityBlueprintLibrary_ActivateAbility"); \ static_assert(offsetof(AblAbilityBlueprintLibrary_ActivateAbility, Context) == 0x000000, "Member 'AblAbilityBlueprintLibrary_ActivateAbility::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbilityBlueprintLibrary_ActivateAbility, ReturnValue) == 0x000008, "Member 'AblAbilityBlueprintLibrary_ActivateAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityBlueprintLibrary_CreateAbilityContext \ static_assert(alignof(AblAbilityBlueprintLibrary_CreateAbilityContext) == 0x000008, "Wrong alignment on AblAbilityBlueprintLibrary_CreateAbilityContext"); \ static_assert(sizeof(AblAbilityBlueprintLibrary_CreateAbilityContext) == 0x000028, "Wrong size on AblAbilityBlueprintLibrary_CreateAbilityContext"); \ static_assert(offsetof(AblAbilityBlueprintLibrary_CreateAbilityContext, Ability) == 0x000000, "Member 'AblAbilityBlueprintLibrary_CreateAbilityContext::Ability' has a wrong offset!"); \ static_assert(offsetof(AblAbilityBlueprintLibrary_CreateAbilityContext, AbilityComponent) == 0x000008, "Member 'AblAbilityBlueprintLibrary_CreateAbilityContext::AbilityComponent' has a wrong offset!"); \ static_assert(offsetof(AblAbilityBlueprintLibrary_CreateAbilityContext, Owner) == 0x000010, "Member 'AblAbilityBlueprintLibrary_CreateAbilityContext::Owner' has a wrong offset!"); \ static_assert(offsetof(AblAbilityBlueprintLibrary_CreateAbilityContext, Instigator) == 0x000018, "Member 'AblAbilityBlueprintLibrary_CreateAbilityContext::Instigator' has a wrong offset!"); \ static_assert(offsetof(AblAbilityBlueprintLibrary_CreateAbilityContext, ReturnValue) == 0x000020, "Member 'AblAbilityBlueprintLibrary_CreateAbilityContext::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityBlueprintLibrary_CreateCustomScratchPad \ static_assert(alignof(AblAbilityBlueprintLibrary_CreateCustomScratchPad) == 0x000008, "Wrong alignment on AblAbilityBlueprintLibrary_CreateCustomScratchPad"); \ static_assert(sizeof(AblAbilityBlueprintLibrary_CreateCustomScratchPad) == 0x000018, "Wrong size on AblAbilityBlueprintLibrary_CreateCustomScratchPad"); \ static_assert(offsetof(AblAbilityBlueprintLibrary_CreateCustomScratchPad, Context) == 0x000000, "Member 'AblAbilityBlueprintLibrary_CreateCustomScratchPad::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbilityBlueprintLibrary_CreateCustomScratchPad, ScratchPadClass) == 0x000008, "Member 'AblAbilityBlueprintLibrary_CreateCustomScratchPad::ScratchPadClass' has a wrong offset!"); \ static_assert(offsetof(AblAbilityBlueprintLibrary_CreateCustomScratchPad, ReturnValue) == 0x000010, "Member 'AblAbilityBlueprintLibrary_CreateCustomScratchPad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityBlueprintLibrary_GetAbilityObjectFromClass \ static_assert(alignof(AblAbilityBlueprintLibrary_GetAbilityObjectFromClass) == 0x000008, "Wrong alignment on AblAbilityBlueprintLibrary_GetAbilityObjectFromClass"); \ static_assert(sizeof(AblAbilityBlueprintLibrary_GetAbilityObjectFromClass) == 0x000010, "Wrong size on AblAbilityBlueprintLibrary_GetAbilityObjectFromClass"); \ static_assert(offsetof(AblAbilityBlueprintLibrary_GetAbilityObjectFromClass, Class_0) == 0x000000, "Member 'AblAbilityBlueprintLibrary_GetAbilityObjectFromClass::Class_0' has a wrong offset!"); \ static_assert(offsetof(AblAbilityBlueprintLibrary_GetAbilityObjectFromClass, ReturnValue) == 0x000008, "Member 'AblAbilityBlueprintLibrary_GetAbilityObjectFromClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityBlueprintLibrary_GetDrawCollisionQueries \ static_assert(alignof(AblAbilityBlueprintLibrary_GetDrawCollisionQueries) == 0x000001, "Wrong alignment on AblAbilityBlueprintLibrary_GetDrawCollisionQueries"); \ static_assert(sizeof(AblAbilityBlueprintLibrary_GetDrawCollisionQueries) == 0x000001, "Wrong size on AblAbilityBlueprintLibrary_GetDrawCollisionQueries"); \ static_assert(offsetof(AblAbilityBlueprintLibrary_GetDrawCollisionQueries, ReturnValue) == 0x000000, "Member 'AblAbilityBlueprintLibrary_GetDrawCollisionQueries::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityBlueprintLibrary_IsSuccessfulStartResult \ static_assert(alignof(AblAbilityBlueprintLibrary_IsSuccessfulStartResult) == 0x000001, "Wrong alignment on AblAbilityBlueprintLibrary_IsSuccessfulStartResult"); \ static_assert(sizeof(AblAbilityBlueprintLibrary_IsSuccessfulStartResult) == 0x000002, "Wrong size on AblAbilityBlueprintLibrary_IsSuccessfulStartResult"); \ static_assert(offsetof(AblAbilityBlueprintLibrary_IsSuccessfulStartResult, Result) == 0x000000, "Member 'AblAbilityBlueprintLibrary_IsSuccessfulStartResult::Result' has a wrong offset!"); \ static_assert(offsetof(AblAbilityBlueprintLibrary_IsSuccessfulStartResult, ReturnValue) == 0x000001, "Member 'AblAbilityBlueprintLibrary_IsSuccessfulStartResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityBlueprintLibrary_SetDrawCollisionQueries \ static_assert(alignof(AblAbilityBlueprintLibrary_SetDrawCollisionQueries) == 0x000001, "Wrong alignment on AblAbilityBlueprintLibrary_SetDrawCollisionQueries"); \ static_assert(sizeof(AblAbilityBlueprintLibrary_SetDrawCollisionQueries) == 0x000002, "Wrong size on AblAbilityBlueprintLibrary_SetDrawCollisionQueries"); \ static_assert(offsetof(AblAbilityBlueprintLibrary_SetDrawCollisionQueries, Enable) == 0x000000, "Member 'AblAbilityBlueprintLibrary_SetDrawCollisionQueries::Enable' has a wrong offset!"); \ static_assert(offsetof(AblAbilityBlueprintLibrary_SetDrawCollisionQueries, ReturnValue) == 0x000001, "Member 'AblAbilityBlueprintLibrary_SetDrawCollisionQueries::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAbilityBlueprintLibrary \ static_assert(alignof(UAblAbilityBlueprintLibrary) == 0x000008, "Wrong alignment on UAblAbilityBlueprintLibrary"); \ static_assert(sizeof(UAblAbilityBlueprintLibrary) == 0x000028, "Wrong size on UAblAbilityBlueprintLibrary"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_TriggerAbleEvent \ static_assert(alignof(AblAbilityComponent_TriggerAbleEvent) == 0x000008, "Wrong alignment on AblAbilityComponent_TriggerAbleEvent"); \ static_assert(sizeof(AblAbilityComponent_TriggerAbleEvent) == 0x000018, "Wrong size on AblAbilityComponent_TriggerAbleEvent"); \ static_assert(offsetof(AblAbilityComponent_TriggerAbleEvent, AbleOwner) == 0x000000, "Member 'AblAbilityComponent_TriggerAbleEvent::AbleOwner' has a wrong offset!"); \ static_assert(offsetof(AblAbilityComponent_TriggerAbleEvent, AbleSender) == 0x000008, "Member 'AblAbilityComponent_TriggerAbleEvent::AbleSender' has a wrong offset!"); \ static_assert(offsetof(AblAbilityComponent_TriggerAbleEvent, EventName) == 0x000010, "Member 'AblAbilityComponent_TriggerAbleEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_ActivateAbility \ static_assert(alignof(AblAbilityComponent_ActivateAbility) == 0x000008, "Wrong alignment on AblAbilityComponent_ActivateAbility"); \ static_assert(sizeof(AblAbilityComponent_ActivateAbility) == 0x000010, "Wrong size on AblAbilityComponent_ActivateAbility"); \ static_assert(offsetof(AblAbilityComponent_ActivateAbility, Context) == 0x000000, "Member 'AblAbilityComponent_ActivateAbility::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbilityComponent_ActivateAbility, ReturnValue) == 0x000008, "Member 'AblAbilityComponent_ActivateAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_AddTag \ static_assert(alignof(AblAbilityComponent_AddTag) == 0x000004, "Wrong alignment on AblAbilityComponent_AddTag"); \ static_assert(sizeof(AblAbilityComponent_AddTag) == 0x000008, "Wrong size on AblAbilityComponent_AddTag"); \ static_assert(offsetof(AblAbilityComponent_AddTag, Tag) == 0x000000, "Member 'AblAbilityComponent_AddTag::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_BranchAbility \ static_assert(alignof(AblAbilityComponent_BranchAbility) == 0x000008, "Wrong alignment on AblAbilityComponent_BranchAbility"); \ static_assert(sizeof(AblAbilityComponent_BranchAbility) == 0x000010, "Wrong size on AblAbilityComponent_BranchAbility"); \ static_assert(offsetof(AblAbilityComponent_BranchAbility, Context) == 0x000000, "Member 'AblAbilityComponent_BranchAbility::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbilityComponent_BranchAbility, ReturnValue) == 0x000008, "Member 'AblAbilityComponent_BranchAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_CancelAbility \ static_assert(alignof(AblAbilityComponent_CancelAbility) == 0x000008, "Wrong alignment on AblAbilityComponent_CancelAbility"); \ static_assert(sizeof(AblAbilityComponent_CancelAbility) == 0x000010, "Wrong size on AblAbilityComponent_CancelAbility"); \ static_assert(offsetof(AblAbilityComponent_CancelAbility, Ability) == 0x000000, "Member 'AblAbilityComponent_CancelAbility::Ability' has a wrong offset!"); \ static_assert(offsetof(AblAbilityComponent_CancelAbility, ResultToUse) == 0x000008, "Member 'AblAbilityComponent_CancelAbility::ResultToUse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_CancelAbilityChannel \ static_assert(alignof(AblAbilityComponent_CancelAbilityChannel) == 0x000004, "Wrong alignment on AblAbilityComponent_CancelAbilityChannel"); \ static_assert(sizeof(AblAbilityComponent_CancelAbilityChannel) == 0x00000C, "Wrong size on AblAbilityComponent_CancelAbilityChannel"); \ static_assert(offsetof(AblAbilityComponent_CancelAbilityChannel, ChannelName) == 0x000000, "Member 'AblAbilityComponent_CancelAbilityChannel::ChannelName' has a wrong offset!"); \ static_assert(offsetof(AblAbilityComponent_CancelAbilityChannel, ResultToUse) == 0x000008, "Member 'AblAbilityComponent_CancelAbilityChannel::ResultToUse' has a wrong offset!"); \ static_assert(offsetof(AblAbilityComponent_CancelAbilityChannel, bHideActor) == 0x000009, "Member 'AblAbilityComponent_CancelAbilityChannel::bHideActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_CancelAllAbilities \ static_assert(alignof(AblAbilityComponent_CancelAllAbilities) == 0x000001, "Wrong alignment on AblAbilityComponent_CancelAllAbilities"); \ static_assert(sizeof(AblAbilityComponent_CancelAllAbilities) == 0x000002, "Wrong size on AblAbilityComponent_CancelAllAbilities"); \ static_assert(offsetof(AblAbilityComponent_CancelAllAbilities, ResultToUse) == 0x000000, "Member 'AblAbilityComponent_CancelAllAbilities::ResultToUse' has a wrong offset!"); \ static_assert(offsetof(AblAbilityComponent_CancelAllAbilities, bHideActor) == 0x000001, "Member 'AblAbilityComponent_CancelAllAbilities::bHideActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_GetActiveAbility_New \ static_assert(alignof(AblAbilityComponent_GetActiveAbility_New) == 0x000008, "Wrong alignment on AblAbilityComponent_GetActiveAbility_New"); \ static_assert(sizeof(AblAbilityComponent_GetActiveAbility_New) == 0x000010, "Wrong size on AblAbilityComponent_GetActiveAbility_New"); \ static_assert(offsetof(AblAbilityComponent_GetActiveAbility_New, ChannelName) == 0x000000, "Member 'AblAbilityComponent_GetActiveAbility_New::ChannelName' has a wrong offset!"); \ static_assert(offsetof(AblAbilityComponent_GetActiveAbility_New, ReturnValue) == 0x000008, "Member 'AblAbilityComponent_GetActiveAbility_New::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_IsAbilityPaused \ static_assert(alignof(AblAbilityComponent_IsAbilityPaused) == 0x000008, "Wrong alignment on AblAbilityComponent_IsAbilityPaused"); \ static_assert(sizeof(AblAbilityComponent_IsAbilityPaused) == 0x000010, "Wrong size on AblAbilityComponent_IsAbilityPaused"); \ static_assert(offsetof(AblAbilityComponent_IsAbilityPaused, Ability) == 0x000000, "Member 'AblAbilityComponent_IsAbilityPaused::Ability' has a wrong offset!"); \ static_assert(offsetof(AblAbilityComponent_IsAbilityPaused, ReturnValue) == 0x000008, "Member 'AblAbilityComponent_IsAbilityPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_PauseAbility \ static_assert(alignof(AblAbilityComponent_PauseAbility) == 0x000008, "Wrong alignment on AblAbilityComponent_PauseAbility"); \ static_assert(sizeof(AblAbilityComponent_PauseAbility) == 0x000010, "Wrong size on AblAbilityComponent_PauseAbility"); \ static_assert(offsetof(AblAbilityComponent_PauseAbility, bEnable) == 0x000000, "Member 'AblAbilityComponent_PauseAbility::bEnable' has a wrong offset!"); \ static_assert(offsetof(AblAbilityComponent_PauseAbility, Abilit) == 0x000008, "Member 'AblAbilityComponent_PauseAbility::Abilit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_RemoveTag \ static_assert(alignof(AblAbilityComponent_RemoveTag) == 0x000004, "Wrong alignment on AblAbilityComponent_RemoveTag"); \ static_assert(sizeof(AblAbilityComponent_RemoveTag) == 0x000008, "Wrong size on AblAbilityComponent_RemoveTag"); \ static_assert(offsetof(AblAbilityComponent_RemoveTag, Tag) == 0x000000, "Member 'AblAbilityComponent_RemoveTag::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_SetIgnorePlayAbility \ static_assert(alignof(AblAbilityComponent_SetIgnorePlayAbility) == 0x000001, "Wrong alignment on AblAbilityComponent_SetIgnorePlayAbility"); \ static_assert(sizeof(AblAbilityComponent_SetIgnorePlayAbility) == 0x000001, "Wrong size on AblAbilityComponent_SetIgnorePlayAbility"); \ static_assert(offsetof(AblAbilityComponent_SetIgnorePlayAbility, bFlag) == 0x000000, "Member 'AblAbilityComponent_SetIgnorePlayAbility::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_CanActivateAbility \ static_assert(alignof(AblAbilityComponent_CanActivateAbility) == 0x000008, "Wrong alignment on AblAbilityComponent_CanActivateAbility"); \ static_assert(sizeof(AblAbilityComponent_CanActivateAbility) == 0x000010, "Wrong size on AblAbilityComponent_CanActivateAbility"); \ static_assert(offsetof(AblAbilityComponent_CanActivateAbility, Context) == 0x000000, "Member 'AblAbilityComponent_CanActivateAbility::Context' has a wrong offset!"); \ static_assert(offsetof(AblAbilityComponent_CanActivateAbility, ReturnValue) == 0x000008, "Member 'AblAbilityComponent_CanActivateAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_GetActiveAbility \ static_assert(alignof(AblAbilityComponent_GetActiveAbility) == 0x000008, "Wrong alignment on AblAbilityComponent_GetActiveAbility"); \ static_assert(sizeof(AblAbilityComponent_GetActiveAbility) == 0x000008, "Wrong size on AblAbilityComponent_GetActiveAbility"); \ static_assert(offsetof(AblAbilityComponent_GetActiveAbility, ReturnValue) == 0x000000, "Member 'AblAbilityComponent_GetActiveAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_GetGameplayTagContainerBP \ static_assert(alignof(AblAbilityComponent_GetGameplayTagContainerBP) == 0x000008, "Wrong alignment on AblAbilityComponent_GetGameplayTagContainerBP"); \ static_assert(sizeof(AblAbilityComponent_GetGameplayTagContainerBP) == 0x000020, "Wrong size on AblAbilityComponent_GetGameplayTagContainerBP"); \ static_assert(offsetof(AblAbilityComponent_GetGameplayTagContainerBP, ReturnValue) == 0x000000, "Member 'AblAbilityComponent_GetGameplayTagContainerBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_HasAbilityAnimation \ static_assert(alignof(AblAbilityComponent_HasAbilityAnimation) == 0x000001, "Wrong alignment on AblAbilityComponent_HasAbilityAnimation"); \ static_assert(sizeof(AblAbilityComponent_HasAbilityAnimation) == 0x000001, "Wrong size on AblAbilityComponent_HasAbilityAnimation"); \ static_assert(offsetof(AblAbilityComponent_HasAbilityAnimation, ReturnValue) == 0x000000, "Member 'AblAbilityComponent_HasAbilityAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_HasTag \ static_assert(alignof(AblAbilityComponent_HasTag) == 0x000004, "Wrong alignment on AblAbilityComponent_HasTag"); \ static_assert(sizeof(AblAbilityComponent_HasTag) == 0x00000C, "Wrong size on AblAbilityComponent_HasTag"); \ static_assert(offsetof(AblAbilityComponent_HasTag, Tag) == 0x000000, "Member 'AblAbilityComponent_HasTag::Tag' has a wrong offset!"); \ static_assert(offsetof(AblAbilityComponent_HasTag, ReturnValue) == 0x000008, "Member 'AblAbilityComponent_HasTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_IsPassiveActive \ static_assert(alignof(AblAbilityComponent_IsPassiveActive) == 0x000008, "Wrong alignment on AblAbilityComponent_IsPassiveActive"); \ static_assert(sizeof(AblAbilityComponent_IsPassiveActive) == 0x000010, "Wrong size on AblAbilityComponent_IsPassiveActive"); \ static_assert(offsetof(AblAbilityComponent_IsPassiveActive, Ability) == 0x000000, "Member 'AblAbilityComponent_IsPassiveActive::Ability' has a wrong offset!"); \ static_assert(offsetof(AblAbilityComponent_IsPassiveActive, ReturnValue) == 0x000008, "Member 'AblAbilityComponent_IsPassiveActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_IsPlayingAbility \ static_assert(alignof(AblAbilityComponent_IsPlayingAbility) == 0x000001, "Wrong alignment on AblAbilityComponent_IsPlayingAbility"); \ static_assert(sizeof(AblAbilityComponent_IsPlayingAbility) == 0x000001, "Wrong size on AblAbilityComponent_IsPlayingAbility"); \ static_assert(offsetof(AblAbilityComponent_IsPlayingAbility, ReturnValue) == 0x000000, "Member 'AblAbilityComponent_IsPlayingAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_MatchesAllTags \ static_assert(alignof(AblAbilityComponent_MatchesAllTags) == 0x000008, "Wrong alignment on AblAbilityComponent_MatchesAllTags"); \ static_assert(sizeof(AblAbilityComponent_MatchesAllTags) == 0x000028, "Wrong size on AblAbilityComponent_MatchesAllTags"); \ static_assert(offsetof(AblAbilityComponent_MatchesAllTags, Container) == 0x000000, "Member 'AblAbilityComponent_MatchesAllTags::Container' has a wrong offset!"); \ static_assert(offsetof(AblAbilityComponent_MatchesAllTags, ReturnValue) == 0x000020, "Member 'AblAbilityComponent_MatchesAllTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_MatchesAnyTag \ static_assert(alignof(AblAbilityComponent_MatchesAnyTag) == 0x000008, "Wrong alignment on AblAbilityComponent_MatchesAnyTag"); \ static_assert(sizeof(AblAbilityComponent_MatchesAnyTag) == 0x000028, "Wrong size on AblAbilityComponent_MatchesAnyTag"); \ static_assert(offsetof(AblAbilityComponent_MatchesAnyTag, Container) == 0x000000, "Member 'AblAbilityComponent_MatchesAnyTag::Container' has a wrong offset!"); \ static_assert(offsetof(AblAbilityComponent_MatchesAnyTag, ReturnValue) == 0x000020, "Member 'AblAbilityComponent_MatchesAnyTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityComponent_MatchesQuery \ static_assert(alignof(AblAbilityComponent_MatchesQuery) == 0x000008, "Wrong alignment on AblAbilityComponent_MatchesQuery"); \ static_assert(sizeof(AblAbilityComponent_MatchesQuery) == 0x000050, "Wrong size on AblAbilityComponent_MatchesQuery"); \ static_assert(offsetof(AblAbilityComponent_MatchesQuery, Query) == 0x000000, "Member 'AblAbilityComponent_MatchesQuery::Query' has a wrong offset!"); \ static_assert(offsetof(AblAbilityComponent_MatchesQuery, ReturnValue) == 0x000048, "Member 'AblAbilityComponent_MatchesQuery::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAbilityComponent \ static_assert(alignof(UAblAbilityComponent) == 0x000008, "Wrong alignment on UAblAbilityComponent"); \ static_assert(sizeof(UAblAbilityComponent) == 0x0001B8, "Wrong size on UAblAbilityComponent"); \ static_assert(offsetof(UAblAbilityComponent, GlobalPlayRate) == 0x0000D8, "Member 'UAblAbilityComponent::GlobalPlayRate' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityComponent, GlobalMeshScale) == 0x0000DC, "Member 'UAblAbilityComponent::GlobalMeshScale' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityComponent, m_Verbose) == 0x0000E0, "Member 'UAblAbilityComponent::m_Verbose' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityComponent, AblAbilityAsset) == 0x000100, "Member 'UAblAbilityComponent::AblAbilityAsset' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityComponent, SkeletalMeshComponent) == 0x000108, "Member 'UAblAbilityComponent::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityComponent, m_Settings) == 0x000110, "Member 'UAblAbilityComponent::m_Settings' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityComponent, m_TagContainer) == 0x000118, "Member 'UAblAbilityComponent::m_TagContainer' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityComponent, AblUberAbility) == 0x000180, "Member 'UAblAbilityComponent::AblUberAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAbilityChannelingScratchPad \ static_assert(alignof(UAblAbilityChannelingScratchPad) == 0x000008, "Wrong alignment on UAblAbilityChannelingScratchPad"); \ static_assert(sizeof(UAblAbilityChannelingScratchPad) == 0x000028, "Wrong size on UAblAbilityChannelingScratchPad"); \ #define DUMPER7_ASSERTS_UAblPlayAnimationTaskScratchPad \ static_assert(alignof(UAblPlayAnimationTaskScratchPad) == 0x000008, "Wrong alignment on UAblPlayAnimationTaskScratchPad"); \ static_assert(sizeof(UAblPlayAnimationTaskScratchPad) == 0x0000D8, "Wrong size on UAblPlayAnimationTaskScratchPad"); \ static_assert(offsetof(UAblPlayAnimationTaskScratchPad, OnAnimationPlayedDelegate) == 0x000028, "Member 'UAblPlayAnimationTaskScratchPad::OnAnimationPlayedDelegate' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTaskScratchPad, AbilityComponents) == 0x000038, "Member 'UAblPlayAnimationTaskScratchPad::AbilityComponents' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTaskScratchPad, SingleNodeSkeletalComponents) == 0x000048, "Member 'UAblPlayAnimationTaskScratchPad::SingleNodeSkeletalComponents' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTaskScratchPad, EndTimeAdjust) == 0x000058, "Member 'UAblPlayAnimationTaskScratchPad::EndTimeAdjust' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityContext_SetStackCount \ static_assert(alignof(AblAbilityContext_SetStackCount) == 0x000004, "Wrong alignment on AblAbilityContext_SetStackCount"); \ static_assert(sizeof(AblAbilityContext_SetStackCount) == 0x000004, "Wrong size on AblAbilityContext_SetStackCount"); \ static_assert(offsetof(AblAbilityContext_SetStackCount, Stack) == 0x000000, "Member 'AblAbilityContext_SetStackCount::Stack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityContext_GetCurrentStackCount \ static_assert(alignof(AblAbilityContext_GetCurrentStackCount) == 0x000004, "Wrong alignment on AblAbilityContext_GetCurrentStackCount"); \ static_assert(sizeof(AblAbilityContext_GetCurrentStackCount) == 0x000004, "Wrong size on AblAbilityContext_GetCurrentStackCount"); \ static_assert(offsetof(AblAbilityContext_GetCurrentStackCount, ReturnValue) == 0x000000, "Member 'AblAbilityContext_GetCurrentStackCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityContext_GetCurrentTime \ static_assert(alignof(AblAbilityContext_GetCurrentTime) == 0x000004, "Wrong alignment on AblAbilityContext_GetCurrentTime"); \ static_assert(sizeof(AblAbilityContext_GetCurrentTime) == 0x000004, "Wrong size on AblAbilityContext_GetCurrentTime"); \ static_assert(offsetof(AblAbilityContext_GetCurrentTime, ReturnValue) == 0x000000, "Member 'AblAbilityContext_GetCurrentTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityContext_GetCurrentTimeRatio \ static_assert(alignof(AblAbilityContext_GetCurrentTimeRatio) == 0x000004, "Wrong alignment on AblAbilityContext_GetCurrentTimeRatio"); \ static_assert(sizeof(AblAbilityContext_GetCurrentTimeRatio) == 0x000004, "Wrong size on AblAbilityContext_GetCurrentTimeRatio"); \ static_assert(offsetof(AblAbilityContext_GetCurrentTimeRatio, ReturnValue) == 0x000000, "Member 'AblAbilityContext_GetCurrentTimeRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityContext_GetInstigator \ static_assert(alignof(AblAbilityContext_GetInstigator) == 0x000008, "Wrong alignment on AblAbilityContext_GetInstigator"); \ static_assert(sizeof(AblAbilityContext_GetInstigator) == 0x000008, "Wrong size on AblAbilityContext_GetInstigator"); \ static_assert(offsetof(AblAbilityContext_GetInstigator, ReturnValue) == 0x000000, "Member 'AblAbilityContext_GetInstigator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityContext_GetOwner \ static_assert(alignof(AblAbilityContext_GetOwner) == 0x000008, "Wrong alignment on AblAbilityContext_GetOwner"); \ static_assert(sizeof(AblAbilityContext_GetOwner) == 0x000008, "Wrong size on AblAbilityContext_GetOwner"); \ static_assert(offsetof(AblAbilityContext_GetOwner, ReturnValue) == 0x000000, "Member 'AblAbilityContext_GetOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityContext_GetSelfAbilityComponent \ static_assert(alignof(AblAbilityContext_GetSelfAbilityComponent) == 0x000008, "Wrong alignment on AblAbilityContext_GetSelfAbilityComponent"); \ static_assert(sizeof(AblAbilityContext_GetSelfAbilityComponent) == 0x000008, "Wrong size on AblAbilityContext_GetSelfAbilityComponent"); \ static_assert(offsetof(AblAbilityContext_GetSelfAbilityComponent, ReturnValue) == 0x000000, "Member 'AblAbilityContext_GetSelfAbilityComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityContext_GetSelfActor \ static_assert(alignof(AblAbilityContext_GetSelfActor) == 0x000008, "Wrong alignment on AblAbilityContext_GetSelfActor"); \ static_assert(sizeof(AblAbilityContext_GetSelfActor) == 0x000008, "Wrong size on AblAbilityContext_GetSelfActor"); \ static_assert(offsetof(AblAbilityContext_GetSelfActor, ReturnValue) == 0x000000, "Member 'AblAbilityContext_GetSelfActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityContext_GetTargetActors \ static_assert(alignof(AblAbilityContext_GetTargetActors) == 0x000008, "Wrong alignment on AblAbilityContext_GetTargetActors"); \ static_assert(sizeof(AblAbilityContext_GetTargetActors) == 0x000010, "Wrong size on AblAbilityContext_GetTargetActors"); \ static_assert(offsetof(AblAbilityContext_GetTargetActors, ReturnValue) == 0x000000, "Member 'AblAbilityContext_GetTargetActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAbilityContext \ static_assert(alignof(UAblAbilityContext) == 0x000010, "Wrong alignment on UAblAbilityContext"); \ static_assert(sizeof(UAblAbilityContext) == 0x000220, "Wrong size on UAblAbilityContext"); \ static_assert(offsetof(UAblAbilityContext, m_Ability) == 0x000038, "Member 'UAblAbilityContext::m_Ability' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityContext, m_AbilityComponent) == 0x000040, "Member 'UAblAbilityContext::m_AbilityComponent' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityContext, m_StackCount) == 0x000048, "Member 'UAblAbilityContext::m_StackCount' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityContext, m_CurrentTime) == 0x00004C, "Member 'UAblAbilityContext::m_CurrentTime' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityContext, m_Owner) == 0x000050, "Member 'UAblAbilityContext::m_Owner' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityContext, m_Instigator) == 0x000058, "Member 'UAblAbilityContext::m_Instigator' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityContext, m_TargetActors) == 0x000060, "Member 'UAblAbilityContext::m_TargetActors' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityContext, m_TaskScratchPadMap) == 0x000070, "Member 'UAblAbilityContext::m_TaskScratchPadMap' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityContext, m_EventScratchPadMap) == 0x0000C0, "Member 'UAblAbilityContext::m_EventScratchPadMap' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityContext, m_ChannelingScratchPadMap) == 0x000110, "Member 'UAblAbilityContext::m_ChannelingScratchPadMap' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityContext, m_AsyncQueryTransform) == 0x000170, "Member 'UAblAbilityContext::m_AsyncQueryTransform' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityContext, m_TransitionBlendIn) == 0x0001A0, "Member 'UAblAbilityContext::m_TransitionBlendIn' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityContext, m_TransitionBlendOut) == 0x0001D0, "Member 'UAblAbilityContext::m_TransitionBlendOut' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityContext, AbilityScratchPad) == 0x000200, "Member 'UAblAbilityContext::AbilityScratchPad' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityContext, m_UseSourceRootMotion) == 0x000208, "Member 'UAblAbilityContext::m_UseSourceRootMotion' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityContext, m_UseDestRootMotion) == 0x000209, "Member 'UAblAbilityContext::m_UseDestRootMotion' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityContext, m_BlendTickStyle) == 0x00020A, "Member 'UAblAbilityContext::m_BlendTickStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionFilter \ static_assert(alignof(UAblCollisionFilter) == 0x000008, "Wrong alignment on UAblCollisionFilter"); \ static_assert(sizeof(UAblCollisionFilter) == 0x000028, "Wrong size on UAblCollisionFilter"); \ #define DUMPER7_ASSERTS_UAblCollisionFilterInstigator \ static_assert(alignof(UAblCollisionFilterInstigator) == 0x000008, "Wrong alignment on UAblCollisionFilterInstigator"); \ static_assert(sizeof(UAblCollisionFilterInstigator) == 0x000028, "Wrong size on UAblCollisionFilterInstigator"); \ #define DUMPER7_ASSERTS_UAblAbilityInstance \ static_assert(alignof(UAblAbilityInstance) == 0x000008, "Wrong alignment on UAblAbilityInstance"); \ static_assert(sizeof(UAblAbilityInstance) == 0x0000F8, "Wrong size on UAblAbilityInstance"); \ static_assert(offsetof(UAblAbilityInstance, m_CurrentIteration) == 0x000028, "Member 'UAblAbilityInstance::m_CurrentIteration' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityInstance, m_AsyncTasks) == 0x000030, "Member 'UAblAbilityInstance::m_AsyncTasks' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityInstance, m_ActiveAsyncTasks) == 0x000040, "Member 'UAblAbilityInstance::m_ActiveAsyncTasks' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityInstance, m_FinishedASyncTasks) == 0x000050, "Member 'UAblAbilityInstance::m_FinishedASyncTasks' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityInstance, m_SyncTasks) == 0x000060, "Member 'UAblAbilityInstance::m_SyncTasks' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityInstance, m_ActiveSyncTasks) == 0x000070, "Member 'UAblAbilityInstance::m_ActiveSyncTasks' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityInstance, m_FinishedSyncTasks) == 0x000080, "Member 'UAblAbilityInstance::m_FinishedSyncTasks' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityInstance, m_Ability) == 0x000090, "Member 'UAblAbilityInstance::m_Ability' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityInstance, m_Context) == 0x000098, "Member 'UAblAbilityInstance::m_Context' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityInstance, m_AdditionalTargets) == 0x0000A0, "Member 'UAblAbilityInstance::m_AdditionalTargets' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityInstance, m_FadingTasks) == 0x0000E0, "Member 'UAblAbilityInstance::m_FadingTasks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationEndCallback \ static_assert(alignof(UAblAnimationEndCallback) == 0x000008, "Wrong alignment on UAblAnimationEndCallback"); \ static_assert(sizeof(UAblAnimationEndCallback) == 0x000028, "Wrong size on UAblAnimationEndCallback"); \ #define DUMPER7_ASSERTS_UAblSetArchitectTagsTask \ static_assert(alignof(UAblSetArchitectTagsTask) == 0x000008, "Wrong alignment on UAblSetArchitectTagsTask"); \ static_assert(sizeof(UAblSetArchitectTagsTask) == 0x000098, "Wrong size on UAblSetArchitectTagsTask"); \ static_assert(offsetof(UAblSetArchitectTagsTask, ArchitectTags) == 0x000070, "Member 'UAblSetArchitectTagsTask::ArchitectTags' has a wrong offset!"); \ static_assert(offsetof(UAblSetArchitectTagsTask, RemoveTagsAtEndOfTask) == 0x000090, "Member 'UAblSetArchitectTagsTask::RemoveTagsAtEndOfTask' has a wrong offset!"); \ static_assert(offsetof(UAblSetArchitectTagsTask, AddTheseTags) == 0x000091, "Member 'UAblSetArchitectTagsTask::AddTheseTags' has a wrong offset!"); \ static_assert(offsetof(UAblSetArchitectTagsTask, RemoveTheseTags) == 0x000092, "Member 'UAblSetArchitectTagsTask::RemoveTheseTags' has a wrong offset!"); \ static_assert(offsetof(UAblSetArchitectTagsTask, Type) == 0x000093, "Member 'UAblSetArchitectTagsTask::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationModifier \ static_assert(alignof(UAblAnimationModifier) == 0x000008, "Wrong alignment on UAblAnimationModifier"); \ static_assert(sizeof(UAblAnimationModifier) == 0x000028, "Wrong size on UAblAnimationModifier"); \ #define DUMPER7_ASSERTS_UAblAnimationModifier_SpeedWarping \ static_assert(alignof(UAblAnimationModifier_SpeedWarping) == 0x000008, "Wrong alignment on UAblAnimationModifier_SpeedWarping"); \ static_assert(sizeof(UAblAnimationModifier_SpeedWarping) == 0x000038, "Wrong size on UAblAnimationModifier_SpeedWarping"); \ static_assert(offsetof(UAblAnimationModifier_SpeedWarping, FKIKBranches) == 0x000028, "Member 'UAblAnimationModifier_SpeedWarping::FKIKBranches' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionFilterCustom \ static_assert(alignof(UAblCollisionFilterCustom) == 0x000008, "Wrong alignment on UAblCollisionFilterCustom"); \ static_assert(sizeof(UAblCollisionFilterCustom) == 0x000038, "Wrong size on UAblCollisionFilterCustom"); \ static_assert(offsetof(UAblCollisionFilterCustom, m_EventName) == 0x000028, "Member 'UAblCollisionFilterCustom::m_EventName' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionFilterCustom, m_UseAsync) == 0x000030, "Member 'UAblCollisionFilterCustom::m_UseAsync' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser \ static_assert(alignof(UAblAnimationTagChooser) == 0x000008, "Wrong alignment on UAblAnimationTagChooser"); \ static_assert(sizeof(UAblAnimationTagChooser) == 0x000050, "Wrong size on UAblAnimationTagChooser"); \ static_assert(offsetof(UAblAnimationTagChooser, AnimationAssets) == 0x000028, "Member 'UAblAnimationTagChooser::AnimationAssets' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser, AnimationTags) == 0x000038, "Member 'UAblAnimationTagChooser::AnimationTags' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser, bAppendAnimationTags) == 0x000048, "Member 'UAblAnimationTagChooser::bAppendAnimationTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_AppendToBase \ static_assert(alignof(UAblAnimationTagChooser_AppendToBase) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_AppendToBase"); \ static_assert(sizeof(UAblAnimationTagChooser_AppendToBase) == 0x000080, "Wrong size on UAblAnimationTagChooser_AppendToBase"); \ static_assert(offsetof(UAblAnimationTagChooser_AppendToBase, BaseAnimationTag) == 0x000050, "Member 'UAblAnimationTagChooser_AppendToBase::BaseAnimationTag' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_AppendToBase, Choosers) == 0x000070, "Member 'UAblAnimationTagChooser_AppendToBase::Choosers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionFilterSelf \ static_assert(alignof(UAblCollisionFilterSelf) == 0x000008, "Wrong alignment on UAblCollisionFilterSelf"); \ static_assert(sizeof(UAblCollisionFilterSelf) == 0x000028, "Wrong size on UAblCollisionFilterSelf"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_AppendToBaseChooser \ static_assert(alignof(UAblAnimationTagChooser_AppendToBaseChooser) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_AppendToBaseChooser"); \ static_assert(sizeof(UAblAnimationTagChooser_AppendToBaseChooser) == 0x000028, "Wrong size on UAblAnimationTagChooser_AppendToBaseChooser"); \ #define DUMPER7_ASSERTS_UAblSetShaderParameterTask \ static_assert(alignof(UAblSetShaderParameterTask) == 0x000008, "Wrong alignment on UAblSetShaderParameterTask"); \ static_assert(sizeof(UAblSetShaderParameterTask) == 0x0000E8, "Wrong size on UAblSetShaderParameterTask"); \ static_assert(offsetof(UAblSetShaderParameterTask, m_ParameterName) == 0x000070, "Member 'UAblSetShaderParameterTask::m_ParameterName' has a wrong offset!"); \ static_assert(offsetof(UAblSetShaderParameterTask, m_value) == 0x000078, "Member 'UAblSetShaderParameterTask::m_value' has a wrong offset!"); \ static_assert(offsetof(UAblSetShaderParameterTask, m_BlendIn) == 0x000080, "Member 'UAblSetShaderParameterTask::m_BlendIn' has a wrong offset!"); \ static_assert(offsetof(UAblSetShaderParameterTask, m_RestoreValueOnEnd) == 0x0000B0, "Member 'UAblSetShaderParameterTask::m_RestoreValueOnEnd' has a wrong offset!"); \ static_assert(offsetof(UAblSetShaderParameterTask, m_BlendOut) == 0x0000B8, "Member 'UAblSetShaderParameterTask::m_BlendOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblAbilityAnimNotifyEventScratchPad_OnAnimationPlayed \ static_assert(alignof(AblAbilityAnimNotifyEventScratchPad_OnAnimationPlayed) == 0x000008, "Wrong alignment on AblAbilityAnimNotifyEventScratchPad_OnAnimationPlayed"); \ static_assert(sizeof(AblAbilityAnimNotifyEventScratchPad_OnAnimationPlayed) == 0x000018, "Wrong size on AblAbilityAnimNotifyEventScratchPad_OnAnimationPlayed"); \ static_assert(offsetof(AblAbilityAnimNotifyEventScratchPad_OnAnimationPlayed, InCurrentTime) == 0x000000, "Member 'AblAbilityAnimNotifyEventScratchPad_OnAnimationPlayed::InCurrentTime' has a wrong offset!"); \ static_assert(offsetof(AblAbilityAnimNotifyEventScratchPad_OnAnimationPlayed, InAnimationAsset) == 0x000008, "Member 'AblAbilityAnimNotifyEventScratchPad_OnAnimationPlayed::InAnimationAsset' has a wrong offset!"); \ static_assert(offsetof(AblAbilityAnimNotifyEventScratchPad_OnAnimationPlayed, Context) == 0x000010, "Member 'AblAbilityAnimNotifyEventScratchPad_OnAnimationPlayed::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAbilityAnimNotifyEventScratchPad \ static_assert(alignof(UAblAbilityAnimNotifyEventScratchPad) == 0x000008, "Wrong alignment on UAblAbilityAnimNotifyEventScratchPad"); \ static_assert(sizeof(UAblAbilityAnimNotifyEventScratchPad) == 0x000048, "Wrong size on UAblAbilityAnimNotifyEventScratchPad"); \ #define DUMPER7_ASSERTS_UAblSetCollisionChannelResponseTaskScratchPad \ static_assert(alignof(UAblSetCollisionChannelResponseTaskScratchPad) == 0x000008, "Wrong alignment on UAblSetCollisionChannelResponseTaskScratchPad"); \ static_assert(sizeof(UAblSetCollisionChannelResponseTaskScratchPad) == 0x000038, "Wrong size on UAblSetCollisionChannelResponseTaskScratchPad"); \ static_assert(offsetof(UAblSetCollisionChannelResponseTaskScratchPad, PreviousCollisionValues) == 0x000028, "Member 'UAblSetCollisionChannelResponseTaskScratchPad::PreviousCollisionValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimNotifyPureEvent \ static_assert(alignof(UAblAnimNotifyPureEvent) == 0x000008, "Wrong alignment on UAblAnimNotifyPureEvent"); \ static_assert(sizeof(UAblAnimNotifyPureEvent) == 0x000058, "Wrong size on UAblAnimNotifyPureEvent"); \ #define DUMPER7_ASSERTS_UAblSetGameplayTagTask \ static_assert(alignof(UAblSetGameplayTagTask) == 0x000008, "Wrong alignment on UAblSetGameplayTagTask"); \ static_assert(sizeof(UAblSetGameplayTagTask) == 0x000088, "Wrong size on UAblSetGameplayTagTask"); \ static_assert(offsetof(UAblSetGameplayTagTask, m_TagList) == 0x000070, "Member 'UAblSetGameplayTagTask::m_TagList' has a wrong offset!"); \ static_assert(offsetof(UAblSetGameplayTagTask, m_RemoveOnEnd) == 0x000080, "Member 'UAblSetGameplayTagTask::m_RemoveOnEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimRateGetter \ static_assert(alignof(UAblAnimRateGetter) == 0x000008, "Wrong alignment on UAblAnimRateGetter"); \ static_assert(sizeof(UAblAnimRateGetter) == 0x000028, "Wrong size on UAblAnimRateGetter"); \ #define DUMPER7_ASSERTS_UAblAnimRateGetter_Random \ static_assert(alignof(UAblAnimRateGetter_Random) == 0x000008, "Wrong alignment on UAblAnimRateGetter_Random"); \ static_assert(sizeof(UAblAnimRateGetter_Random) == 0x000030, "Wrong size on UAblAnimRateGetter_Random"); \ static_assert(offsetof(UAblAnimRateGetter_Random, MinPlayRate) == 0x000028, "Member 'UAblAnimRateGetter_Random::MinPlayRate' has a wrong offset!"); \ static_assert(offsetof(UAblAnimRateGetter_Random, MaxPlayRate) == 0x00002C, "Member 'UAblAnimRateGetter_Random::MaxPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter \ static_assert(alignof(UAblBlendSpaceParameterGetter) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter"); \ #define DUMPER7_ASSERTS_UAblSpeedCompensateBlendSpaceParameterGetter \ static_assert(alignof(UAblSpeedCompensateBlendSpaceParameterGetter) == 0x000008, "Wrong alignment on UAblSpeedCompensateBlendSpaceParameterGetter"); \ static_assert(sizeof(UAblSpeedCompensateBlendSpaceParameterGetter) == 0x000028, "Wrong size on UAblSpeedCompensateBlendSpaceParameterGetter"); \ #define DUMPER7_ASSERTS_UAblAnimTransitionInOverriderer \ static_assert(alignof(UAblAnimTransitionInOverriderer) == 0x000008, "Wrong alignment on UAblAnimTransitionInOverriderer"); \ static_assert(sizeof(UAblAnimTransitionInOverriderer) == 0x000028, "Wrong size on UAblAnimTransitionInOverriderer"); \ #define DUMPER7_ASSERTS_UAblSetParameterValue \ static_assert(alignof(UAblSetParameterValue) == 0x000008, "Wrong alignment on UAblSetParameterValue"); \ static_assert(sizeof(UAblSetParameterValue) == 0x000030, "Wrong size on UAblSetParameterValue"); \ #define DUMPER7_ASSERTS_UAblSetScalarParameterValue \ static_assert(alignof(UAblSetScalarParameterValue) == 0x000008, "Wrong alignment on UAblSetScalarParameterValue"); \ static_assert(sizeof(UAblSetScalarParameterValue) == 0x000038, "Wrong size on UAblSetScalarParameterValue"); \ static_assert(offsetof(UAblSetScalarParameterValue, m_Scalar) == 0x000030, "Member 'UAblSetScalarParameterValue::m_Scalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAvaAnimationTaskScratchPad \ static_assert(alignof(UAblAvaAnimationTaskScratchPad) == 0x000010, "Wrong alignment on UAblAvaAnimationTaskScratchPad"); \ static_assert(sizeof(UAblAvaAnimationTaskScratchPad) == 0x000240, "Wrong size on UAblAvaAnimationTaskScratchPad"); \ static_assert(offsetof(UAblAvaAnimationTaskScratchPad, AnimationTrack) == 0x000050, "Member 'UAblAvaAnimationTaskScratchPad::AnimationTrack' has a wrong offset!"); \ static_assert(offsetof(UAblAvaAnimationTaskScratchPad, OwningActor) == 0x000220, "Member 'UAblAvaAnimationTaskScratchPad::OwningActor' has a wrong offset!"); \ static_assert(offsetof(UAblAvaAnimationTaskScratchPad, SkeletalMeshComponent) == 0x000228, "Member 'UAblAvaAnimationTaskScratchPad::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UAblAvaAnimationTaskScratchPad, CurrentBlendWeight) == 0x000230, "Member 'UAblAvaAnimationTaskScratchPad::CurrentBlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTaskCondition \ static_assert(alignof(UAblTaskCondition) == 0x000008, "Wrong alignment on UAblTaskCondition"); \ static_assert(sizeof(UAblTaskCondition) == 0x000028, "Wrong size on UAblTaskCondition"); \ #define DUMPER7_ASSERTS_UAblBranchConditionAnimNotify_New \ static_assert(alignof(UAblBranchConditionAnimNotify_New) == 0x000008, "Wrong alignment on UAblBranchConditionAnimNotify_New"); \ static_assert(sizeof(UAblBranchConditionAnimNotify_New) == 0x000080, "Wrong size on UAblBranchConditionAnimNotify_New"); \ static_assert(offsetof(UAblBranchConditionAnimNotify_New, Names) == 0x000028, "Member 'UAblBranchConditionAnimNotify_New::Names' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionAnimNotify_New, bResultIfNotifyDoesNotExist) == 0x000078, "Member 'UAblBranchConditionAnimNotify_New::bResultIfNotifyDoesNotExist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchCondition \ static_assert(alignof(UAblBranchCondition) == 0x000008, "Wrong alignment on UAblBranchCondition"); \ static_assert(sizeof(UAblBranchCondition) == 0x000030, "Wrong size on UAblBranchCondition"); \ static_assert(offsetof(UAblBranchCondition, m_Negate) == 0x000028, "Member 'UAblBranchCondition::m_Negate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionLogicalOR \ static_assert(alignof(UAblBranchConditionLogicalOR) == 0x000008, "Wrong alignment on UAblBranchConditionLogicalOR"); \ static_assert(sizeof(UAblBranchConditionLogicalOR) == 0x000040, "Wrong size on UAblBranchConditionLogicalOR"); \ static_assert(offsetof(UAblBranchConditionLogicalOR, Conditions) == 0x000030, "Member 'UAblBranchConditionLogicalOR::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBoneBlendWeightAsset \ static_assert(alignof(UAblBoneBlendWeightAsset) == 0x000008, "Wrong alignment on UAblBoneBlendWeightAsset"); \ static_assert(sizeof(UAblBoneBlendWeightAsset) == 0x000088, "Wrong size on UAblBoneBlendWeightAsset"); \ static_assert(offsetof(UAblBoneBlendWeightAsset, DefaultBoneWeight) == 0x000030, "Member 'UAblBoneBlendWeightAsset::DefaultBoneWeight' has a wrong offset!"); \ static_assert(offsetof(UAblBoneBlendWeightAsset, Skeleton) == 0x000038, "Member 'UAblBoneBlendWeightAsset::Skeleton' has a wrong offset!"); \ static_assert(offsetof(UAblBoneBlendWeightAsset, PerBoneBlendWeights) == 0x000040, "Member 'UAblBoneBlendWeightAsset::PerBoneBlendWeights' has a wrong offset!"); \ static_assert(offsetof(UAblBoneBlendWeightAsset, InversePerBoneBlendWeights) == 0x000050, "Member 'UAblBoneBlendWeightAsset::InversePerBoneBlendWeights' has a wrong offset!"); \ static_assert(offsetof(UAblBoneBlendWeightAsset, SkeletonGuid) == 0x000060, "Member 'UAblBoneBlendWeightAsset::SkeletonGuid' has a wrong offset!"); \ static_assert(offsetof(UAblBoneBlendWeightAsset, VirtualBoneGuid) == 0x000070, "Member 'UAblBoneBlendWeightAsset::VirtualBoneGuid' has a wrong offset!"); \ static_assert(offsetof(UAblBoneBlendWeightAsset, bMeshSpaceRotationBlend) == 0x000080, "Member 'UAblBoneBlendWeightAsset::bMeshSpaceRotationBlend' has a wrong offset!"); \ static_assert(offsetof(UAblBoneBlendWeightAsset, BlendWeightsDirty) == 0x000081, "Member 'UAblBoneBlendWeightAsset::BlendWeightsDirty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAbilityTargetingFilter \ static_assert(alignof(UAblAbilityTargetingFilter) == 0x000008, "Wrong alignment on UAblAbilityTargetingFilter"); \ static_assert(sizeof(UAblAbilityTargetingFilter) == 0x000028, "Wrong size on UAblAbilityTargetingFilter"); \ #define DUMPER7_ASSERTS_UAblAbilityTargetingFilterSelf \ static_assert(alignof(UAblAbilityTargetingFilterSelf) == 0x000008, "Wrong alignment on UAblAbilityTargetingFilterSelf"); \ static_assert(sizeof(UAblAbilityTargetingFilterSelf) == 0x000028, "Wrong size on UAblAbilityTargetingFilterSelf"); \ #define DUMPER7_ASSERTS_UAblBranchFilterBlendWeightAsset \ static_assert(alignof(UAblBranchFilterBlendWeightAsset) == 0x000008, "Wrong alignment on UAblBranchFilterBlendWeightAsset"); \ static_assert(sizeof(UAblBranchFilterBlendWeightAsset) == 0x000098, "Wrong size on UAblBranchFilterBlendWeightAsset"); \ static_assert(offsetof(UAblBranchFilterBlendWeightAsset, LayerSetup) == 0x000088, "Member 'UAblBranchFilterBlendWeightAsset::LayerSetup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSimpleBlendWeightAsset \ static_assert(alignof(UAblSimpleBlendWeightAsset) == 0x000008, "Wrong alignment on UAblSimpleBlendWeightAsset"); \ static_assert(sizeof(UAblSimpleBlendWeightAsset) == 0x0000D8, "Wrong size on UAblSimpleBlendWeightAsset"); \ static_assert(offsetof(UAblSimpleBlendWeightAsset, BlendWeightMap) == 0x000088, "Member 'UAblSimpleBlendWeightAsset::BlendWeightMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTargetingBase \ static_assert(alignof(UAblTargetingBase) == 0x000008, "Wrong alignment on UAblTargetingBase"); \ static_assert(sizeof(UAblTargetingBase) == 0x000078, "Wrong size on UAblTargetingBase"); \ static_assert(offsetof(UAblTargetingBase, m_AutoCalculateRange) == 0x000028, "Member 'UAblTargetingBase::m_AutoCalculateRange' has a wrong offset!"); \ static_assert(offsetof(UAblTargetingBase, m_Range) == 0x00002C, "Member 'UAblTargetingBase::m_Range' has a wrong offset!"); \ static_assert(offsetof(UAblTargetingBase, m_CalculateAs2DRange) == 0x000030, "Member 'UAblTargetingBase::m_CalculateAs2DRange' has a wrong offset!"); \ static_assert(offsetof(UAblTargetingBase, m_location) == 0x000034, "Member 'UAblTargetingBase::m_location' has a wrong offset!"); \ static_assert(offsetof(UAblTargetingBase, m_CollisionChannel) == 0x00005C, "Member 'UAblTargetingBase::m_CollisionChannel' has a wrong offset!"); \ static_assert(offsetof(UAblTargetingBase, m_Filters) == 0x000060, "Member 'UAblTargetingBase::m_Filters' has a wrong offset!"); \ static_assert(offsetof(UAblTargetingBase, m_UseAsync) == 0x000070, "Member 'UAblTargetingBase::m_UseAsync' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTaskConditionScratchpad \ static_assert(alignof(UAblTaskConditionScratchpad) == 0x000008, "Wrong alignment on UAblTaskConditionScratchpad"); \ static_assert(sizeof(UAblTaskConditionScratchpad) == 0x000030, "Wrong size on UAblTaskConditionScratchpad"); \ #define DUMPER7_ASSERTS_AblTaskConditionAnimNotifyScratchpad_OnAnimationPlayed \ static_assert(alignof(AblTaskConditionAnimNotifyScratchpad_OnAnimationPlayed) == 0x000008, "Wrong alignment on AblTaskConditionAnimNotifyScratchpad_OnAnimationPlayed"); \ static_assert(sizeof(AblTaskConditionAnimNotifyScratchpad_OnAnimationPlayed) == 0x000018, "Wrong size on AblTaskConditionAnimNotifyScratchpad_OnAnimationPlayed"); \ static_assert(offsetof(AblTaskConditionAnimNotifyScratchpad_OnAnimationPlayed, InCurrentTime) == 0x000000, "Member 'AblTaskConditionAnimNotifyScratchpad_OnAnimationPlayed::InCurrentTime' has a wrong offset!"); \ static_assert(offsetof(AblTaskConditionAnimNotifyScratchpad_OnAnimationPlayed, InAnimationAsset) == 0x000008, "Member 'AblTaskConditionAnimNotifyScratchpad_OnAnimationPlayed::InAnimationAsset' has a wrong offset!"); \ static_assert(offsetof(AblTaskConditionAnimNotifyScratchpad_OnAnimationPlayed, Context) == 0x000010, "Member 'AblTaskConditionAnimNotifyScratchpad_OnAnimationPlayed::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTaskConditionAnimNotifyScratchpad \ static_assert(alignof(UAblTaskConditionAnimNotifyScratchpad) == 0x000008, "Wrong alignment on UAblTaskConditionAnimNotifyScratchpad"); \ static_assert(sizeof(UAblTaskConditionAnimNotifyScratchpad) == 0x000090, "Wrong size on UAblTaskConditionAnimNotifyScratchpad"); \ static_assert(offsetof(UAblTaskConditionAnimNotifyScratchpad, EventNames) == 0x000030, "Member 'UAblTaskConditionAnimNotifyScratchpad::EventNames' has a wrong offset!"); \ static_assert(offsetof(UAblTaskConditionAnimNotifyScratchpad, bEventReceived) == 0x000088, "Member 'UAblTaskConditionAnimNotifyScratchpad::bEventReceived' has a wrong offset!"); \ static_assert(offsetof(UAblTaskConditionAnimNotifyScratchpad, bEventExists) == 0x000089, "Member 'UAblTaskConditionAnimNotifyScratchpad::bEventExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionOnInput \ static_assert(alignof(UAblBranchConditionOnInput) == 0x000008, "Wrong alignment on UAblBranchConditionOnInput"); \ static_assert(sizeof(UAblBranchConditionOnInput) == 0x000048, "Wrong size on UAblBranchConditionOnInput"); \ static_assert(offsetof(UAblBranchConditionOnInput, m_InputActions) == 0x000030, "Member 'UAblBranchConditionOnInput::m_InputActions' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionOnInput, m_MustBeRecentlyPressed) == 0x000040, "Member 'UAblBranchConditionOnInput::m_MustBeRecentlyPressed' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionOnInput, m_RecentlyPressedTimeLimit) == 0x000044, "Member 'UAblBranchConditionOnInput::m_RecentlyPressedTimeLimit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetTextureParameterValue \ static_assert(alignof(UAblSetTextureParameterValue) == 0x000008, "Wrong alignment on UAblSetTextureParameterValue"); \ static_assert(sizeof(UAblSetTextureParameterValue) == 0x000038, "Wrong size on UAblSetTextureParameterValue"); \ static_assert(offsetof(UAblSetTextureParameterValue, m_Texture) == 0x000030, "Member 'UAblSetTextureParameterValue::m_Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionAlways \ static_assert(alignof(UAblBranchConditionAlways) == 0x000008, "Wrong alignment on UAblBranchConditionAlways"); \ static_assert(sizeof(UAblBranchConditionAlways) == 0x000030, "Wrong size on UAblBranchConditionAlways"); \ #define DUMPER7_ASSERTS_UAblBranchConditionCustom \ static_assert(alignof(UAblBranchConditionCustom) == 0x000008, "Wrong alignment on UAblBranchConditionCustom"); \ static_assert(sizeof(UAblBranchConditionCustom) == 0x000030, "Wrong size on UAblBranchConditionCustom"); \ #define DUMPER7_ASSERTS_UAnimNotify_AbilityBranch \ static_assert(alignof(UAnimNotify_AbilityBranch) == 0x000008, "Wrong alignment on UAnimNotify_AbilityBranch"); \ static_assert(sizeof(UAnimNotify_AbilityBranch) == 0x000090, "Wrong size on UAnimNotify_AbilityBranch"); \ static_assert(offsetof(UAnimNotify_AbilityBranch, Name_0) == 0x000038, "Member 'UAnimNotify_AbilityBranch::Name_0' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AbilityBranch, Names) == 0x000040, "Member 'UAnimNotify_AbilityBranch::Names' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionAnimNotify \ static_assert(alignof(UAblBranchConditionAnimNotify) == 0x000008, "Wrong alignment on UAblBranchConditionAnimNotify"); \ static_assert(sizeof(UAblBranchConditionAnimNotify) == 0x000040, "Wrong size on UAblBranchConditionAnimNotify"); \ static_assert(offsetof(UAblBranchConditionAnimNotify, Name_0) == 0x000030, "Member 'UAblBranchConditionAnimNotify::Name_0' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionAnimNotify, bResultIfNotifyDoesNotExist) == 0x000038, "Member 'UAblBranchConditionAnimNotify::bResultIfNotifyDoesNotExist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchEvent \ static_assert(alignof(UAblBranchEvent) == 0x000008, "Wrong alignment on UAblBranchEvent"); \ static_assert(sizeof(UAblBranchEvent) == 0x0000E0, "Wrong size on UAblBranchEvent"); \ static_assert(offsetof(UAblBranchEvent, m_BranchAbility) == 0x000050, "Member 'UAblBranchEvent::m_BranchAbility' has a wrong offset!"); \ static_assert(offsetof(UAblBranchEvent, m_DynamicBranchAbility) == 0x000058, "Member 'UAblBranchEvent::m_DynamicBranchAbility' has a wrong offset!"); \ static_assert(offsetof(UAblBranchEvent, m_DynamicBranchEventName) == 0x00005C, "Member 'UAblBranchEvent::m_DynamicBranchEventName' has a wrong offset!"); \ static_assert(offsetof(UAblBranchEvent, m_Conditions) == 0x000068, "Member 'UAblBranchEvent::m_Conditions' has a wrong offset!"); \ static_assert(offsetof(UAblBranchEvent, m_MustPassAllConditions) == 0x000078, "Member 'UAblBranchEvent::m_MustPassAllConditions' has a wrong offset!"); \ static_assert(offsetof(UAblBranchEvent, m_CopyTargetsOnBranch) == 0x000079, "Member 'UAblBranchEvent::m_CopyTargetsOnBranch' has a wrong offset!"); \ static_assert(offsetof(UAblBranchEvent, m_TransitionBlend) == 0x000080, "Member 'UAblBranchEvent::m_TransitionBlend' has a wrong offset!"); \ static_assert(offsetof(UAblBranchEvent, m_TransitionBlendOut) == 0x0000B0, "Member 'UAblBranchEvent::m_TransitionBlendOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblBranchTaskScratchPad_OnAnimationPlayed \ static_assert(alignof(AblBranchTaskScratchPad_OnAnimationPlayed) == 0x000008, "Wrong alignment on AblBranchTaskScratchPad_OnAnimationPlayed"); \ static_assert(sizeof(AblBranchTaskScratchPad_OnAnimationPlayed) == 0x000018, "Wrong size on AblBranchTaskScratchPad_OnAnimationPlayed"); \ static_assert(offsetof(AblBranchTaskScratchPad_OnAnimationPlayed, InCurrentTime) == 0x000000, "Member 'AblBranchTaskScratchPad_OnAnimationPlayed::InCurrentTime' has a wrong offset!"); \ static_assert(offsetof(AblBranchTaskScratchPad_OnAnimationPlayed, InAnimationAsset) == 0x000008, "Member 'AblBranchTaskScratchPad_OnAnimationPlayed::InAnimationAsset' has a wrong offset!"); \ static_assert(offsetof(AblBranchTaskScratchPad_OnAnimationPlayed, Context) == 0x000010, "Member 'AblBranchTaskScratchPad_OnAnimationPlayed::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchTaskScratchPad \ static_assert(alignof(UAblBranchTaskScratchPad) == 0x000008, "Wrong alignment on UAblBranchTaskScratchPad"); \ static_assert(sizeof(UAblBranchTaskScratchPad) == 0x000050, "Wrong size on UAblBranchTaskScratchPad"); \ static_assert(offsetof(UAblBranchTaskScratchPad, CachedKeys) == 0x000028, "Member 'UAblBranchTaskScratchPad::CachedKeys' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTaskScratchPad, bEventReceived) == 0x000048, "Member 'UAblBranchTaskScratchPad::bEventReceived' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTaskScratchPad, bEventExists) == 0x000049, "Member 'UAblBranchTaskScratchPad::bEventExists' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTaskScratchPad, bCanEverPassConditions) == 0x00004A, "Member 'UAblBranchTaskScratchPad::bCanEverPassConditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchTask \ static_assert(alignof(UAblBranchTask) == 0x000008, "Wrong alignment on UAblBranchTask"); \ static_assert(sizeof(UAblBranchTask) == 0x000118, "Wrong size on UAblBranchTask"); \ static_assert(offsetof(UAblBranchTask, m_BranchAbility) == 0x000070, "Member 'UAblBranchTask::m_BranchAbility' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTask, m_BranchScratchpad) == 0x000078, "Member 'UAblBranchTask::m_BranchScratchpad' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTask, m_DynamicBranchAbility) == 0x000080, "Member 'UAblBranchTask::m_DynamicBranchAbility' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTask, m_DynamicBranchEventName) == 0x000084, "Member 'UAblBranchTask::m_DynamicBranchEventName' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTask, m_Conditions) == 0x000090, "Member 'UAblBranchTask::m_Conditions' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTask, m_MustPassAllConditions) == 0x0000A0, "Member 'UAblBranchTask::m_MustPassAllConditions' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTask, m_CopyTargetsOnBranch) == 0x0000A1, "Member 'UAblBranchTask::m_CopyTargetsOnBranch' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTask, m_TransitionBlend) == 0x0000A8, "Member 'UAblBranchTask::m_TransitionBlend' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTask, m_TransitionBlendOut) == 0x0000D8, "Member 'UAblBranchTask::m_TransitionBlendOut' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTask, m_bOverrideTransitionBlend) == 0x000108, "Member 'UAblBranchTask::m_bOverrideTransitionBlend' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTask, m_bOverrideTransitionBlendOut) == 0x000109, "Member 'UAblBranchTask::m_bOverrideTransitionBlendOut' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTask, bClampBlendOutTime) == 0x00010A, "Member 'UAblBranchTask::bClampBlendOutTime' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTask, m_OverrideRootMotion) == 0x00010B, "Member 'UAblBranchTask::m_OverrideRootMotion' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTask, m_UseSourceRootMotion) == 0x00010C, "Member 'UAblBranchTask::m_UseSourceRootMotion' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTask, m_UseDestRootMotion) == 0x00010D, "Member 'UAblBranchTask::m_UseDestRootMotion' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTask, m_OverrideBlendTickStyle) == 0x00010E, "Member 'UAblBranchTask::m_OverrideBlendTickStyle' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTask, m_BlendTickStyle) == 0x00010F, "Member 'UAblBranchTask::m_BlendTickStyle' has a wrong offset!"); \ static_assert(offsetof(UAblBranchTask, bPreBranchTick) == 0x000110, "Member 'UAblBranchTask::bPreBranchTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBTCustomActionTaskScratchPad \ static_assert(alignof(UAblBTCustomActionTaskScratchPad) == 0x000008, "Wrong alignment on UAblBTCustomActionTaskScratchPad"); \ static_assert(sizeof(UAblBTCustomActionTaskScratchPad) == 0x000038, "Wrong size on UAblBTCustomActionTaskScratchPad"); \ static_assert(offsetof(UAblBTCustomActionTaskScratchPad, InProgressMessage) == 0x000028, "Member 'UAblBTCustomActionTaskScratchPad::InProgressMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBTCustomActionTask \ static_assert(alignof(UAblBTCustomActionTask) == 0x000008, "Wrong alignment on UAblBTCustomActionTask"); \ static_assert(sizeof(UAblBTCustomActionTask) == 0x0002C0, "Wrong size on UAblBTCustomActionTask"); \ static_assert(offsetof(UAblBTCustomActionTask, BTCustomAction) == 0x000070, "Member 'UAblBTCustomActionTask::BTCustomAction' has a wrong offset!"); \ static_assert(offsetof(UAblBTCustomActionTask, BTCustomActionType) == 0x00007C, "Member 'UAblBTCustomActionTask::BTCustomActionType' has a wrong offset!"); \ static_assert(offsetof(UAblBTCustomActionTask, VarMapKeyedBools) == 0x000080, "Member 'UAblBTCustomActionTask::VarMapKeyedBools' has a wrong offset!"); \ static_assert(offsetof(UAblBTCustomActionTask, VarMapKeyedInts) == 0x0000D0, "Member 'UAblBTCustomActionTask::VarMapKeyedInts' has a wrong offset!"); \ static_assert(offsetof(UAblBTCustomActionTask, VarMapKeyedFloats) == 0x000120, "Member 'UAblBTCustomActionTask::VarMapKeyedFloats' has a wrong offset!"); \ static_assert(offsetof(UAblBTCustomActionTask, VarMapKeyedNames) == 0x000170, "Member 'UAblBTCustomActionTask::VarMapKeyedNames' has a wrong offset!"); \ static_assert(offsetof(UAblBTCustomActionTask, VarMapKeyedVector2Ds) == 0x0001C0, "Member 'UAblBTCustomActionTask::VarMapKeyedVector2Ds' has a wrong offset!"); \ static_assert(offsetof(UAblBTCustomActionTask, VarMapKeyedVectors) == 0x000210, "Member 'UAblBTCustomActionTask::VarMapKeyedVectors' has a wrong offset!"); \ static_assert(offsetof(UAblBTCustomActionTask, VarMapKeyedStrings) == 0x000260, "Member 'UAblBTCustomActionTask::VarMapKeyedStrings' has a wrong offset!"); \ static_assert(offsetof(UAblBTCustomActionTask, EndBTCustomAction) == 0x0002B0, "Member 'UAblBTCustomActionTask::EndBTCustomAction' has a wrong offset!"); \ static_assert(offsetof(UAblBTCustomActionTask, EndBTCustomActionType) == 0x0002BC, "Member 'UAblBTCustomActionTask::EndBTCustomActionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCamShakeTask \ static_assert(alignof(UAblCamShakeTask) == 0x000008, "Wrong alignment on UAblCamShakeTask"); \ static_assert(sizeof(UAblCamShakeTask) == 0x0000B0, "Wrong size on UAblCamShakeTask"); \ static_assert(offsetof(UAblCamShakeTask, Shake) == 0x000070, "Member 'UAblCamShakeTask::Shake' has a wrong offset!"); \ static_assert(offsetof(UAblCamShakeTask, InnerRadius) == 0x000078, "Member 'UAblCamShakeTask::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(UAblCamShakeTask, OuterRadius) == 0x00007C, "Member 'UAblCamShakeTask::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(UAblCamShakeTask, epicenter) == 0x000080, "Member 'UAblCamShakeTask::epicenter' has a wrong offset!"); \ static_assert(offsetof(UAblCamShakeTask, Falloff) == 0x00008C, "Member 'UAblCamShakeTask::Falloff' has a wrong offset!"); \ static_assert(offsetof(UAblCamShakeTask, bUseActorPositionAsEpicenter) == 0x000090, "Member 'UAblCamShakeTask::bUseActorPositionAsEpicenter' has a wrong offset!"); \ static_assert(offsetof(UAblCamShakeTask, bOrientShakeTowardsEpicenter) == 0x000091, "Member 'UAblCamShakeTask::bOrientShakeTowardsEpicenter' has a wrong offset!"); \ static_assert(offsetof(UAblCamShakeTask, bPlayerOnly) == 0x000092, "Member 'UAblCamShakeTask::bPlayerOnly' has a wrong offset!"); \ static_assert(offsetof(UAblCamShakeTask, Conditions) == 0x000098, "Member 'UAblCamShakeTask::Conditions' has a wrong offset!"); \ static_assert(offsetof(UAblCamShakeTask, bMustPassAllConditions) == 0x0000A8, "Member 'UAblCamShakeTask::bMustPassAllConditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCancelAnimationTask \ static_assert(alignof(UAblCancelAnimationTask) == 0x000008, "Wrong alignment on UAblCancelAnimationTask"); \ static_assert(sizeof(UAblCancelAnimationTask) == 0x000070, "Wrong size on UAblCancelAnimationTask"); \ #define DUMPER7_ASSERTS_UAblChannelingBase \ static_assert(alignof(UAblChannelingBase) == 0x000008, "Wrong alignment on UAblChannelingBase"); \ static_assert(sizeof(UAblChannelingBase) == 0x000030, "Wrong size on UAblChannelingBase"); \ static_assert(offsetof(UAblChannelingBase, m_Negate) == 0x000028, "Member 'UAblChannelingBase::m_Negate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblChannelingInputConditional \ static_assert(alignof(UAblChannelingInputConditional) == 0x000008, "Wrong alignment on UAblChannelingInputConditional"); \ static_assert(sizeof(UAblChannelingInputConditional) == 0x000050, "Wrong size on UAblChannelingInputConditional"); \ static_assert(offsetof(UAblChannelingInputConditional, m_InputActions) == 0x000030, "Member 'UAblChannelingInputConditional::m_InputActions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblChannelingVelocityConditional \ static_assert(alignof(UAblChannelingVelocityConditional) == 0x000008, "Wrong alignment on UAblChannelingVelocityConditional"); \ static_assert(sizeof(UAblChannelingVelocityConditional) == 0x000038, "Wrong size on UAblChannelingVelocityConditional"); \ static_assert(offsetof(UAblChannelingVelocityConditional, m_VelocityThreshold) == 0x000030, "Member 'UAblChannelingVelocityConditional::m_VelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(UAblChannelingVelocityConditional, m_UseXYSpeed) == 0x000034, "Member 'UAblChannelingVelocityConditional::m_UseXYSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblChannelingCustomConditional \ static_assert(alignof(UAblChannelingCustomConditional) == 0x000008, "Wrong alignment on UAblChannelingCustomConditional"); \ static_assert(sizeof(UAblChannelingCustomConditional) == 0x000038, "Wrong size on UAblChannelingCustomConditional"); \ static_assert(offsetof(UAblChannelingCustomConditional, m_EventName) == 0x000030, "Member 'UAblChannelingCustomConditional::m_EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblChannelingObjectArchitectScratchPad_TagsChanged \ static_assert(alignof(AblChannelingObjectArchitectScratchPad_TagsChanged) == 0x000008, "Wrong alignment on AblChannelingObjectArchitectScratchPad_TagsChanged"); \ static_assert(sizeof(AblChannelingObjectArchitectScratchPad_TagsChanged) == 0x000018, "Wrong size on AblChannelingObjectArchitectScratchPad_TagsChanged"); \ static_assert(offsetof(AblChannelingObjectArchitectScratchPad_TagsChanged, Actor) == 0x000000, "Member 'AblChannelingObjectArchitectScratchPad_TagsChanged::Actor' has a wrong offset!"); \ static_assert(offsetof(AblChannelingObjectArchitectScratchPad_TagsChanged, GameplayTag) == 0x000008, "Member 'AblChannelingObjectArchitectScratchPad_TagsChanged::GameplayTag' has a wrong offset!"); \ static_assert(offsetof(AblChannelingObjectArchitectScratchPad_TagsChanged, TagsChanged_0) == 0x000010, "Member 'AblChannelingObjectArchitectScratchPad_TagsChanged::TagsChanged_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblChannelingObjectArchitectScratchPad \ static_assert(alignof(UAblChannelingObjectArchitectScratchPad) == 0x000008, "Wrong alignment on UAblChannelingObjectArchitectScratchPad"); \ static_assert(sizeof(UAblChannelingObjectArchitectScratchPad) == 0x000048, "Wrong size on UAblChannelingObjectArchitectScratchPad"); \ #define DUMPER7_ASSERTS_UAblChannelingObjectArchitectConditional \ static_assert(alignof(UAblChannelingObjectArchitectConditional) == 0x000008, "Wrong alignment on UAblChannelingObjectArchitectConditional"); \ static_assert(sizeof(UAblChannelingObjectArchitectConditional) == 0x000060, "Wrong size on UAblChannelingObjectArchitectConditional"); \ static_assert(offsetof(UAblChannelingObjectArchitectConditional, BranchTags) == 0x000030, "Member 'UAblChannelingObjectArchitectConditional::BranchTags' has a wrong offset!"); \ static_assert(offsetof(UAblChannelingObjectArchitectConditional, BranchAbility) == 0x000050, "Member 'UAblChannelingObjectArchitectConditional::BranchAbility' has a wrong offset!"); \ static_assert(offsetof(UAblChannelingObjectArchitectConditional, ObjectArchitectAsset) == 0x000058, "Member 'UAblChannelingObjectArchitectConditional::ObjectArchitectAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionFilterOwner \ static_assert(alignof(UAblCollisionFilterOwner) == 0x000008, "Wrong alignment on UAblCollisionFilterOwner"); \ static_assert(sizeof(UAblCollisionFilterOwner) == 0x000028, "Wrong size on UAblCollisionFilterOwner"); \ #define DUMPER7_ASSERTS_UAblCollisionFilterByClass \ static_assert(alignof(UAblCollisionFilterByClass) == 0x000008, "Wrong alignment on UAblCollisionFilterByClass"); \ static_assert(sizeof(UAblCollisionFilterByClass) == 0x000038, "Wrong size on UAblCollisionFilterByClass"); \ static_assert(offsetof(UAblCollisionFilterByClass, m_Class) == 0x000028, "Member 'UAblCollisionFilterByClass::m_Class' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionFilterByClass, m_Negate) == 0x000030, "Member 'UAblCollisionFilterByClass::m_Negate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionFilterSortByDistance \ static_assert(alignof(UAblCollisionFilterSortByDistance) == 0x000008, "Wrong alignment on UAblCollisionFilterSortByDistance"); \ static_assert(sizeof(UAblCollisionFilterSortByDistance) == 0x000058, "Wrong size on UAblCollisionFilterSortByDistance"); \ static_assert(offsetof(UAblCollisionFilterSortByDistance, m_SortDirection) == 0x000028, "Member 'UAblCollisionFilterSortByDistance::m_SortDirection' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionFilterSortByDistance, m_location) == 0x00002C, "Member 'UAblCollisionFilterSortByDistance::m_location' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionFilterSortByDistance, m_Use2DDistance) == 0x000054, "Member 'UAblCollisionFilterSortByDistance::m_Use2DDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionFilterMaxResults \ static_assert(alignof(UAblCollisionFilterMaxResults) == 0x000008, "Wrong alignment on UAblCollisionFilterMaxResults"); \ static_assert(sizeof(UAblCollisionFilterMaxResults) == 0x000030, "Wrong size on UAblCollisionFilterMaxResults"); \ static_assert(offsetof(UAblCollisionFilterMaxResults, m_MaxEntities) == 0x000028, "Member 'UAblCollisionFilterMaxResults::m_MaxEntities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionQueryTaskScratchPad \ static_assert(alignof(UAblCollisionQueryTaskScratchPad) == 0x000010, "Wrong alignment on UAblCollisionQueryTaskScratchPad"); \ static_assert(sizeof(UAblCollisionQueryTaskScratchPad) == 0x000070, "Wrong size on UAblCollisionQueryTaskScratchPad"); \ static_assert(offsetof(UAblCollisionQueryTaskScratchPad, QueryTransform) == 0x000030, "Member 'UAblCollisionQueryTaskScratchPad::QueryTransform' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionQueryTaskScratchPad, AsyncProcessed) == 0x000068, "Member 'UAblCollisionQueryTaskScratchPad::AsyncProcessed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionShapeSphere \ static_assert(alignof(UAblCollisionShapeSphere) == 0x000008, "Wrong alignment on UAblCollisionShapeSphere"); \ static_assert(sizeof(UAblCollisionShapeSphere) == 0x000060, "Wrong size on UAblCollisionShapeSphere"); \ static_assert(offsetof(UAblCollisionShapeSphere, m_radius) == 0x000058, "Member 'UAblCollisionShapeSphere::m_radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionShapeCapsule \ static_assert(alignof(UAblCollisionShapeCapsule) == 0x000008, "Wrong alignment on UAblCollisionShapeCapsule"); \ static_assert(sizeof(UAblCollisionShapeCapsule) == 0x000060, "Wrong size on UAblCollisionShapeCapsule"); \ static_assert(offsetof(UAblCollisionShapeCapsule, m_Height) == 0x000058, "Member 'UAblCollisionShapeCapsule::m_Height' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionShapeCapsule, m_radius) == 0x00005C, "Member 'UAblCollisionShapeCapsule::m_radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionShapeCone \ static_assert(alignof(UAblCollisionShapeCone) == 0x000008, "Wrong alignment on UAblCollisionShapeCone"); \ static_assert(sizeof(UAblCollisionShapeCone) == 0x000068, "Wrong size on UAblCollisionShapeCone"); \ static_assert(offsetof(UAblCollisionShapeCone, m_FOV) == 0x000058, "Member 'UAblCollisionShapeCone::m_FOV' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionShapeCone, m_Length) == 0x00005C, "Member 'UAblCollisionShapeCone::m_Length' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionShapeCone, m_Height) == 0x000060, "Member 'UAblCollisionShapeCone::m_Height' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionShapeCone, m_Is2DQuery) == 0x000064, "Member 'UAblCollisionShapeCone::m_Is2DQuery' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionSweepTaskScratchPad \ static_assert(alignof(UAblCollisionSweepTaskScratchPad) == 0x000010, "Wrong alignment on UAblCollisionSweepTaskScratchPad"); \ static_assert(sizeof(UAblCollisionSweepTaskScratchPad) == 0x000070, "Wrong size on UAblCollisionSweepTaskScratchPad"); \ static_assert(offsetof(UAblCollisionSweepTaskScratchPad, SourceTransform) == 0x000030, "Member 'UAblCollisionSweepTaskScratchPad::SourceTransform' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionSweepTaskScratchPad, AsyncProcessed) == 0x000068, "Member 'UAblCollisionSweepTaskScratchPad::AsyncProcessed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionSweepTask \ static_assert(alignof(UAblCollisionSweepTask) == 0x000008, "Wrong alignment on UAblCollisionSweepTask"); \ static_assert(sizeof(UAblCollisionSweepTask) == 0x0000A0, "Wrong size on UAblCollisionSweepTask"); \ static_assert(offsetof(UAblCollisionSweepTask, m_SweepShape) == 0x000070, "Member 'UAblCollisionSweepTask::m_SweepShape' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionSweepTask, m_fireEvent) == 0x000078, "Member 'UAblCollisionSweepTask::m_fireEvent' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionSweepTask, m_name) == 0x00007C, "Member 'UAblCollisionSweepTask::m_name' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionSweepTask, m_Filters) == 0x000088, "Member 'UAblCollisionSweepTask::m_Filters' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionSweepTask, m_CopyResultsToContext) == 0x000098, "Member 'UAblCollisionSweepTask::m_CopyResultsToContext' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionSweepTask, m_AllowDuplicateEntries) == 0x000099, "Member 'UAblCollisionSweepTask::m_AllowDuplicateEntries' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionSweepTask, m_TaskRealm) == 0x00009A, "Member 'UAblCollisionSweepTask::m_TaskRealm' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionSweepBox \ static_assert(alignof(UAblCollisionSweepBox) == 0x000008, "Wrong alignment on UAblCollisionSweepBox"); \ static_assert(sizeof(UAblCollisionSweepBox) == 0x000068, "Wrong size on UAblCollisionSweepBox"); \ static_assert(offsetof(UAblCollisionSweepBox, m_HalfExtents) == 0x000058, "Member 'UAblCollisionSweepBox::m_HalfExtents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionSweepSphere \ static_assert(alignof(UAblCollisionSweepSphere) == 0x000008, "Wrong alignment on UAblCollisionSweepSphere"); \ static_assert(sizeof(UAblCollisionSweepSphere) == 0x000060, "Wrong size on UAblCollisionSweepSphere"); \ static_assert(offsetof(UAblCollisionSweepSphere, m_radius) == 0x000058, "Member 'UAblCollisionSweepSphere::m_radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionSweepCapsule \ static_assert(alignof(UAblCollisionSweepCapsule) == 0x000008, "Wrong alignment on UAblCollisionSweepCapsule"); \ static_assert(sizeof(UAblCollisionSweepCapsule) == 0x000060, "Wrong size on UAblCollisionSweepCapsule"); \ static_assert(offsetof(UAblCollisionSweepCapsule, m_radius) == 0x000058, "Member 'UAblCollisionSweepCapsule::m_radius' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionSweepCapsule, m_Height) == 0x00005C, "Member 'UAblCollisionSweepCapsule::m_Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblConditionalBranchScratchpad \ static_assert(alignof(UAblConditionalBranchScratchpad) == 0x000008, "Wrong alignment on UAblConditionalBranchScratchpad"); \ static_assert(sizeof(UAblConditionalBranchScratchpad) == 0x000040, "Wrong size on UAblConditionalBranchScratchpad"); \ static_assert(offsetof(UAblConditionalBranchScratchpad, BranchConditionScratchpads) == 0x000028, "Member 'UAblConditionalBranchScratchpad::BranchConditionScratchpads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblConditionalBranchTaskBase \ static_assert(alignof(UAblConditionalBranchTaskBase) == 0x000008, "Wrong alignment on UAblConditionalBranchTaskBase"); \ static_assert(sizeof(UAblConditionalBranchTaskBase) == 0x0000C0, "Wrong size on UAblConditionalBranchTaskBase"); \ static_assert(offsetof(UAblConditionalBranchTaskBase, BranchConditions) == 0x000070, "Member 'UAblConditionalBranchTaskBase::BranchConditions' has a wrong offset!"); \ static_assert(offsetof(UAblConditionalBranchTaskBase, bMustPassAllConditions) == 0x000080, "Member 'UAblConditionalBranchTaskBase::bMustPassAllConditions' has a wrong offset!"); \ static_assert(offsetof(UAblConditionalBranchTaskBase, bOverrideAnimationBlendIn) == 0x000081, "Member 'UAblConditionalBranchTaskBase::bOverrideAnimationBlendIn' has a wrong offset!"); \ static_assert(offsetof(UAblConditionalBranchTaskBase, AnimationBlendInOverride) == 0x000088, "Member 'UAblConditionalBranchTaskBase::AnimationBlendInOverride' has a wrong offset!"); \ static_assert(offsetof(UAblConditionalBranchTaskBase, bClampBlendOutTime) == 0x0000B8, "Member 'UAblConditionalBranchTaskBase::bClampBlendOutTime' has a wrong offset!"); \ static_assert(offsetof(UAblConditionalBranchTaskBase, bOverrideRootMotion) == 0x0000B9, "Member 'UAblConditionalBranchTaskBase::bOverrideRootMotion' has a wrong offset!"); \ static_assert(offsetof(UAblConditionalBranchTaskBase, SourceRootMotion) == 0x0000BA, "Member 'UAblConditionalBranchTaskBase::SourceRootMotion' has a wrong offset!"); \ static_assert(offsetof(UAblConditionalBranchTaskBase, DestRootMotion) == 0x0000BB, "Member 'UAblConditionalBranchTaskBase::DestRootMotion' has a wrong offset!"); \ static_assert(offsetof(UAblConditionalBranchTaskBase, bOverrideBlendTickStyle) == 0x0000BC, "Member 'UAblConditionalBranchTaskBase::bOverrideBlendTickStyle' has a wrong offset!"); \ static_assert(offsetof(UAblConditionalBranchTaskBase, BlendTickStyleOverride) == 0x0000BD, "Member 'UAblConditionalBranchTaskBase::BlendTickStyleOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblConditionalBranchTask \ static_assert(alignof(UAblConditionalBranchTask) == 0x000008, "Wrong alignment on UAblConditionalBranchTask"); \ static_assert(sizeof(UAblConditionalBranchTask) == 0x0000C8, "Wrong size on UAblConditionalBranchTask"); \ static_assert(offsetof(UAblConditionalBranchTask, BranchAbilityClass) == 0x0000C0, "Member 'UAblConditionalBranchTask::BranchAbilityClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblCustomEventListenerScratchpad_OnCustomEvent \ static_assert(alignof(AblCustomEventListenerScratchpad_OnCustomEvent) == 0x000008, "Wrong alignment on AblCustomEventListenerScratchpad_OnCustomEvent"); \ static_assert(sizeof(AblCustomEventListenerScratchpad_OnCustomEvent) == 0x000018, "Wrong size on AblCustomEventListenerScratchpad_OnCustomEvent"); \ static_assert(offsetof(AblCustomEventListenerScratchpad_OnCustomEvent, Context) == 0x000000, "Member 'AblCustomEventListenerScratchpad_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(AblCustomEventListenerScratchpad_OnCustomEvent, CallerContext) == 0x000008, "Member 'AblCustomEventListenerScratchpad_OnCustomEvent::CallerContext' has a wrong offset!"); \ static_assert(offsetof(AblCustomEventListenerScratchpad_OnCustomEvent, EventName) == 0x000010, "Member 'AblCustomEventListenerScratchpad_OnCustomEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCustomEventListenerScratchpad \ static_assert(alignof(UAblCustomEventListenerScratchpad) == 0x000008, "Wrong alignment on UAblCustomEventListenerScratchpad"); \ static_assert(sizeof(UAblCustomEventListenerScratchpad) == 0x000030, "Wrong size on UAblCustomEventListenerScratchpad"); \ #define DUMPER7_ASSERTS_UAblCustomEventListenerOnceScratchpad \ static_assert(alignof(UAblCustomEventListenerOnceScratchpad) == 0x000008, "Wrong alignment on UAblCustomEventListenerOnceScratchpad"); \ static_assert(sizeof(UAblCustomEventListenerOnceScratchpad) == 0x000038, "Wrong size on UAblCustomEventListenerOnceScratchpad"); \ #define DUMPER7_ASSERTS_UAblCustomEventListenerStartEndScratchpad \ static_assert(alignof(UAblCustomEventListenerStartEndScratchpad) == 0x000008, "Wrong alignment on UAblCustomEventListenerStartEndScratchpad"); \ static_assert(sizeof(UAblCustomEventListenerStartEndScratchpad) == 0x000038, "Wrong size on UAblCustomEventListenerStartEndScratchpad"); \ #define DUMPER7_ASSERTS_UAblCustomEventListenerOnceTask \ static_assert(alignof(UAblCustomEventListenerOnceTask) == 0x000008, "Wrong alignment on UAblCustomEventListenerOnceTask"); \ static_assert(sizeof(UAblCustomEventListenerOnceTask) == 0x000078, "Wrong size on UAblCustomEventListenerOnceTask"); \ static_assert(offsetof(UAblCustomEventListenerOnceTask, EventName) == 0x000070, "Member 'UAblCustomEventListenerOnceTask::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCustomEventListenerStartEndTask \ static_assert(alignof(UAblCustomEventListenerStartEndTask) == 0x000008, "Wrong alignment on UAblCustomEventListenerStartEndTask"); \ static_assert(sizeof(UAblCustomEventListenerStartEndTask) == 0x000080, "Wrong size on UAblCustomEventListenerStartEndTask"); \ static_assert(offsetof(UAblCustomEventListenerStartEndTask, StartEventName) == 0x000070, "Member 'UAblCustomEventListenerStartEndTask::StartEventName' has a wrong offset!"); \ static_assert(offsetof(UAblCustomEventListenerStartEndTask, EndEventName) == 0x000078, "Member 'UAblCustomEventListenerStartEndTask::EndEventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCustomEventTask \ static_assert(alignof(UAblCustomEventTask) == 0x000008, "Wrong alignment on UAblCustomEventTask"); \ static_assert(sizeof(UAblCustomEventTask) == 0x000080, "Wrong size on UAblCustomEventTask"); \ static_assert(offsetof(UAblCustomEventTask, m_EventName) == 0x000070, "Member 'UAblCustomEventTask::m_EventName' has a wrong offset!"); \ static_assert(offsetof(UAblCustomEventTask, m_TaskRealm) == 0x000078, "Member 'UAblCustomEventTask::m_TaskRealm' has a wrong offset!"); \ static_assert(offsetof(UAblCustomEventTask, bNotifyOtherAbilitiesOnChannel) == 0x000079, "Member 'UAblCustomEventTask::bNotifyOtherAbilitiesOnChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCustomTaskScratchPad \ static_assert(alignof(UAblCustomTaskScratchPad) == 0x000008, "Wrong alignment on UAblCustomTaskScratchPad"); \ static_assert(sizeof(UAblCustomTaskScratchPad) == 0x000028, "Wrong size on UAblCustomTaskScratchPad"); \ #define DUMPER7_ASSERTS_AblCustomTask_CreateScratchPadBP \ static_assert(alignof(AblCustomTask_CreateScratchPadBP) == 0x000008, "Wrong alignment on AblCustomTask_CreateScratchPadBP"); \ static_assert(sizeof(AblCustomTask_CreateScratchPadBP) == 0x000010, "Wrong size on AblCustomTask_CreateScratchPadBP"); \ static_assert(offsetof(AblCustomTask_CreateScratchPadBP, Context) == 0x000000, "Member 'AblCustomTask_CreateScratchPadBP::Context' has a wrong offset!"); \ static_assert(offsetof(AblCustomTask_CreateScratchPadBP, ReturnValue) == 0x000008, "Member 'AblCustomTask_CreateScratchPadBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblCustomTask_GetActorsForTaskBP \ static_assert(alignof(AblCustomTask_GetActorsForTaskBP) == 0x000008, "Wrong alignment on AblCustomTask_GetActorsForTaskBP"); \ static_assert(sizeof(AblCustomTask_GetActorsForTaskBP) == 0x000018, "Wrong size on AblCustomTask_GetActorsForTaskBP"); \ static_assert(offsetof(AblCustomTask_GetActorsForTaskBP, Context) == 0x000000, "Member 'AblCustomTask_GetActorsForTaskBP::Context' has a wrong offset!"); \ static_assert(offsetof(AblCustomTask_GetActorsForTaskBP, OutActorArray) == 0x000008, "Member 'AblCustomTask_GetActorsForTaskBP::OutActorArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblCustomTask_GetDescriptiveTaskNameBP \ static_assert(alignof(AblCustomTask_GetDescriptiveTaskNameBP) == 0x000008, "Wrong alignment on AblCustomTask_GetDescriptiveTaskNameBP"); \ static_assert(sizeof(AblCustomTask_GetDescriptiveTaskNameBP) == 0x000018, "Wrong size on AblCustomTask_GetDescriptiveTaskNameBP"); \ static_assert(offsetof(AblCustomTask_GetDescriptiveTaskNameBP, ReturnValue) == 0x000000, "Member 'AblCustomTask_GetDescriptiveTaskNameBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblCustomTask_GetScratchPad \ static_assert(alignof(AblCustomTask_GetScratchPad) == 0x000008, "Wrong alignment on AblCustomTask_GetScratchPad"); \ static_assert(sizeof(AblCustomTask_GetScratchPad) == 0x000010, "Wrong size on AblCustomTask_GetScratchPad"); \ static_assert(offsetof(AblCustomTask_GetScratchPad, Context) == 0x000000, "Member 'AblCustomTask_GetScratchPad::Context' has a wrong offset!"); \ static_assert(offsetof(AblCustomTask_GetScratchPad, ReturnValue) == 0x000008, "Member 'AblCustomTask_GetScratchPad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblCustomTask_GetTaskCategoryBP \ static_assert(alignof(AblCustomTask_GetTaskCategoryBP) == 0x000008, "Wrong alignment on AblCustomTask_GetTaskCategoryBP"); \ static_assert(sizeof(AblCustomTask_GetTaskCategoryBP) == 0x000018, "Wrong size on AblCustomTask_GetTaskCategoryBP"); \ static_assert(offsetof(AblCustomTask_GetTaskCategoryBP, ReturnValue) == 0x000000, "Member 'AblCustomTask_GetTaskCategoryBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblCustomTask_GetTaskColorBP \ static_assert(alignof(AblCustomTask_GetTaskColorBP) == 0x000004, "Wrong alignment on AblCustomTask_GetTaskColorBP"); \ static_assert(sizeof(AblCustomTask_GetTaskColorBP) == 0x000010, "Wrong size on AblCustomTask_GetTaskColorBP"); \ static_assert(offsetof(AblCustomTask_GetTaskColorBP, ReturnValue) == 0x000000, "Member 'AblCustomTask_GetTaskColorBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblCustomTask_GetTaskDescriptionBP \ static_assert(alignof(AblCustomTask_GetTaskDescriptionBP) == 0x000008, "Wrong alignment on AblCustomTask_GetTaskDescriptionBP"); \ static_assert(sizeof(AblCustomTask_GetTaskDescriptionBP) == 0x000018, "Wrong size on AblCustomTask_GetTaskDescriptionBP"); \ static_assert(offsetof(AblCustomTask_GetTaskDescriptionBP, ReturnValue) == 0x000000, "Member 'AblCustomTask_GetTaskDescriptionBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblCustomTask_GetTaskNameBP \ static_assert(alignof(AblCustomTask_GetTaskNameBP) == 0x000008, "Wrong alignment on AblCustomTask_GetTaskNameBP"); \ static_assert(sizeof(AblCustomTask_GetTaskNameBP) == 0x000018, "Wrong size on AblCustomTask_GetTaskNameBP"); \ static_assert(offsetof(AblCustomTask_GetTaskNameBP, ReturnValue) == 0x000000, "Member 'AblCustomTask_GetTaskNameBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblCustomTask_GetTaskRealmBP \ static_assert(alignof(AblCustomTask_GetTaskRealmBP) == 0x000001, "Wrong alignment on AblCustomTask_GetTaskRealmBP"); \ static_assert(sizeof(AblCustomTask_GetTaskRealmBP) == 0x000001, "Wrong size on AblCustomTask_GetTaskRealmBP"); \ static_assert(offsetof(AblCustomTask_GetTaskRealmBP, ReturnValue) == 0x000000, "Member 'AblCustomTask_GetTaskRealmBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblCustomTask_IsDoneBP \ static_assert(alignof(AblCustomTask_IsDoneBP) == 0x000008, "Wrong alignment on AblCustomTask_IsDoneBP"); \ static_assert(sizeof(AblCustomTask_IsDoneBP) == 0x000010, "Wrong size on AblCustomTask_IsDoneBP"); \ static_assert(offsetof(AblCustomTask_IsDoneBP, Context) == 0x000000, "Member 'AblCustomTask_IsDoneBP::Context' has a wrong offset!"); \ static_assert(offsetof(AblCustomTask_IsDoneBP, ReturnValue) == 0x000008, "Member 'AblCustomTask_IsDoneBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblCustomTask_IsSingleFrameBP \ static_assert(alignof(AblCustomTask_IsSingleFrameBP) == 0x000001, "Wrong alignment on AblCustomTask_IsSingleFrameBP"); \ static_assert(sizeof(AblCustomTask_IsSingleFrameBP) == 0x000001, "Wrong size on AblCustomTask_IsSingleFrameBP"); \ static_assert(offsetof(AblCustomTask_IsSingleFrameBP, ReturnValue) == 0x000000, "Member 'AblCustomTask_IsSingleFrameBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblCustomTask_OnTaskEndBP \ static_assert(alignof(AblCustomTask_OnTaskEndBP) == 0x000008, "Wrong alignment on AblCustomTask_OnTaskEndBP"); \ static_assert(sizeof(AblCustomTask_OnTaskEndBP) == 0x000010, "Wrong size on AblCustomTask_OnTaskEndBP"); \ static_assert(offsetof(AblCustomTask_OnTaskEndBP, Context) == 0x000000, "Member 'AblCustomTask_OnTaskEndBP::Context' has a wrong offset!"); \ static_assert(offsetof(AblCustomTask_OnTaskEndBP, Result) == 0x000008, "Member 'AblCustomTask_OnTaskEndBP::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblCustomTask_OnTaskStartBP \ static_assert(alignof(AblCustomTask_OnTaskStartBP) == 0x000008, "Wrong alignment on AblCustomTask_OnTaskStartBP"); \ static_assert(sizeof(AblCustomTask_OnTaskStartBP) == 0x000008, "Wrong size on AblCustomTask_OnTaskStartBP"); \ static_assert(offsetof(AblCustomTask_OnTaskStartBP, Context) == 0x000000, "Member 'AblCustomTask_OnTaskStartBP::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblCustomTask_OnTaskTickBP \ static_assert(alignof(AblCustomTask_OnTaskTickBP) == 0x000008, "Wrong alignment on AblCustomTask_OnTaskTickBP"); \ static_assert(sizeof(AblCustomTask_OnTaskTickBP) == 0x000010, "Wrong size on AblCustomTask_OnTaskTickBP"); \ static_assert(offsetof(AblCustomTask_OnTaskTickBP, Context) == 0x000000, "Member 'AblCustomTask_OnTaskTickBP::Context' has a wrong offset!"); \ static_assert(offsetof(AblCustomTask_OnTaskTickBP, DeltaTime) == 0x000008, "Member 'AblCustomTask_OnTaskTickBP::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCustomTask \ static_assert(alignof(UAblCustomTask) == 0x000008, "Wrong alignment on UAblCustomTask"); \ static_assert(sizeof(UAblCustomTask) == 0x000070, "Wrong size on UAblCustomTask"); \ #define DUMPER7_ASSERTS_UAblDamageEventTaskScratchPad \ static_assert(alignof(UAblDamageEventTaskScratchPad) == 0x000008, "Wrong alignment on UAblDamageEventTaskScratchPad"); \ static_assert(sizeof(UAblDamageEventTaskScratchPad) == 0x000038, "Wrong size on UAblDamageEventTaskScratchPad"); \ static_assert(offsetof(UAblDamageEventTaskScratchPad, DamageValues) == 0x000028, "Member 'UAblDamageEventTaskScratchPad::DamageValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblDamageEventTask \ static_assert(alignof(UAblDamageEventTask) == 0x000008, "Wrong alignment on UAblDamageEventTask"); \ static_assert(sizeof(UAblDamageEventTask) == 0x000098, "Wrong size on UAblDamageEventTask"); \ static_assert(offsetof(UAblDamageEventTask, m_damage) == 0x000070, "Member 'UAblDamageEventTask::m_damage' has a wrong offset!"); \ static_assert(offsetof(UAblDamageEventTask, m_DamageSource) == 0x000074, "Member 'UAblDamageEventTask::m_DamageSource' has a wrong offset!"); \ static_assert(offsetof(UAblDamageEventTask, m_DamageTargets) == 0x000078, "Member 'UAblDamageEventTask::m_DamageTargets' has a wrong offset!"); \ static_assert(offsetof(UAblDamageEventTask, m_EventName) == 0x000088, "Member 'UAblDamageEventTask::m_EventName' has a wrong offset!"); \ static_assert(offsetof(UAblDamageEventTask, m_TaskRealm) == 0x000090, "Member 'UAblDamageEventTask::m_TaskRealm' has a wrong offset!"); \ static_assert(offsetof(UAblDamageEventTask, m_UseAsyncCalculate) == 0x000091, "Member 'UAblDamageEventTask::m_UseAsyncCalculate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_AnimInstance_Interface_Get_DesiredWorldDirection \ static_assert(alignof(Able_AnimInstance_Interface_Get_DesiredWorldDirection) == 0x000004, "Wrong alignment on Able_AnimInstance_Interface_Get_DesiredWorldDirection"); \ static_assert(sizeof(Able_AnimInstance_Interface_Get_DesiredWorldDirection) == 0x00000C, "Wrong size on Able_AnimInstance_Interface_Get_DesiredWorldDirection"); \ static_assert(offsetof(Able_AnimInstance_Interface_Get_DesiredWorldDirection, OutWorldDirection) == 0x000000, "Member 'Able_AnimInstance_Interface_Get_DesiredWorldDirection::OutWorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_AnimInstance_Interface_Get_DesiredWorldSpeed \ static_assert(alignof(Able_AnimInstance_Interface_Get_DesiredWorldSpeed) == 0x000004, "Wrong alignment on Able_AnimInstance_Interface_Get_DesiredWorldSpeed"); \ static_assert(sizeof(Able_AnimInstance_Interface_Get_DesiredWorldSpeed) == 0x000004, "Wrong size on Able_AnimInstance_Interface_Get_DesiredWorldSpeed"); \ static_assert(offsetof(Able_AnimInstance_Interface_Get_DesiredWorldSpeed, OutSpeed) == 0x000000, "Member 'Able_AnimInstance_Interface_Get_DesiredWorldSpeed::OutSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_AnimInstance_Interface_Get_LastDesiredWorldDirection \ static_assert(alignof(Able_AnimInstance_Interface_Get_LastDesiredWorldDirection) == 0x000004, "Wrong alignment on Able_AnimInstance_Interface_Get_LastDesiredWorldDirection"); \ static_assert(sizeof(Able_AnimInstance_Interface_Get_LastDesiredWorldDirection) == 0x00000C, "Wrong size on Able_AnimInstance_Interface_Get_LastDesiredWorldDirection"); \ static_assert(offsetof(Able_AnimInstance_Interface_Get_LastDesiredWorldDirection, OutWorldDirection) == 0x000000, "Member 'Able_AnimInstance_Interface_Get_LastDesiredWorldDirection::OutWorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_AnimInstance_Interface_Set_DesiredWorldDirection \ static_assert(alignof(Able_AnimInstance_Interface_Set_DesiredWorldDirection) == 0x000004, "Wrong alignment on Able_AnimInstance_Interface_Set_DesiredWorldDirection"); \ static_assert(sizeof(Able_AnimInstance_Interface_Set_DesiredWorldDirection) == 0x00000C, "Wrong size on Able_AnimInstance_Interface_Set_DesiredWorldDirection"); \ static_assert(offsetof(Able_AnimInstance_Interface_Set_DesiredWorldDirection, InWorldDirection) == 0x000000, "Member 'Able_AnimInstance_Interface_Set_DesiredWorldDirection::InWorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_AnimInstance_Interface_Set_DesiredWorldSpeed \ static_assert(alignof(Able_AnimInstance_Interface_Set_DesiredWorldSpeed) == 0x000004, "Wrong alignment on Able_AnimInstance_Interface_Set_DesiredWorldSpeed"); \ static_assert(sizeof(Able_AnimInstance_Interface_Set_DesiredWorldSpeed) == 0x000004, "Wrong size on Able_AnimInstance_Interface_Set_DesiredWorldSpeed"); \ static_assert(offsetof(Able_AnimInstance_Interface_Set_DesiredWorldSpeed, InSpeed) == 0x000000, "Member 'Able_AnimInstance_Interface_Set_DesiredWorldSpeed::InSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_AnimInstance_Interface_Set_LastDesiredWorldDirection \ static_assert(alignof(Able_AnimInstance_Interface_Set_LastDesiredWorldDirection) == 0x000004, "Wrong alignment on Able_AnimInstance_Interface_Set_LastDesiredWorldDirection"); \ static_assert(sizeof(Able_AnimInstance_Interface_Set_LastDesiredWorldDirection) == 0x00000C, "Wrong size on Able_AnimInstance_Interface_Set_LastDesiredWorldDirection"); \ static_assert(offsetof(Able_AnimInstance_Interface_Set_LastDesiredWorldDirection, InWorldDirection) == 0x000000, "Member 'Able_AnimInstance_Interface_Set_LastDesiredWorldDirection::InWorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAble_AnimInstance_Interface \ static_assert(alignof(IAble_AnimInstance_Interface) == 0x000001, "Wrong alignment on IAble_AnimInstance_Interface"); \ static_assert(sizeof(IAble_AnimInstance_Interface) == 0x000001, "Wrong size on IAble_AnimInstance_Interface"); \ #define DUMPER7_ASSERTS_Able_Character_Interface_CancelAbilityByChannel \ static_assert(alignof(Able_Character_Interface_CancelAbilityByChannel) == 0x000004, "Wrong alignment on Able_Character_Interface_CancelAbilityByChannel"); \ static_assert(sizeof(Able_Character_Interface_CancelAbilityByChannel) == 0x000008, "Wrong size on Able_Character_Interface_CancelAbilityByChannel"); \ static_assert(offsetof(Able_Character_Interface_CancelAbilityByChannel, InAbilityChannelName) == 0x000000, "Member 'Able_Character_Interface_CancelAbilityByChannel::InAbilityChannelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_Character_Interface_CancelAbilityByContext \ static_assert(alignof(Able_Character_Interface_CancelAbilityByContext) == 0x000008, "Wrong alignment on Able_Character_Interface_CancelAbilityByContext"); \ static_assert(sizeof(Able_Character_Interface_CancelAbilityByContext) == 0x000008, "Wrong size on Able_Character_Interface_CancelAbilityByContext"); \ static_assert(offsetof(Able_Character_Interface_CancelAbilityByContext, InAblAbilityContext) == 0x000000, "Member 'Able_Character_Interface_CancelAbilityByContext::InAblAbilityContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_Character_Interface_ExecuteAbilityByClass \ static_assert(alignof(Able_Character_Interface_ExecuteAbilityByClass) == 0x000008, "Wrong alignment on Able_Character_Interface_ExecuteAbilityByClass"); \ static_assert(sizeof(Able_Character_Interface_ExecuteAbilityByClass) == 0x000018, "Wrong size on Able_Character_Interface_ExecuteAbilityByClass"); \ static_assert(offsetof(Able_Character_Interface_ExecuteAbilityByClass, InAblAbilitClass) == 0x000000, "Member 'Able_Character_Interface_ExecuteAbilityByClass::InAblAbilitClass' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_ExecuteAbilityByClass, InInstigator) == 0x000008, "Member 'Able_Character_Interface_ExecuteAbilityByClass::InInstigator' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_ExecuteAbilityByClass, ReturnValue) == 0x000010, "Member 'Able_Character_Interface_ExecuteAbilityByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_Character_Interface_ExecuteAbilityOnChannelByClass \ static_assert(alignof(Able_Character_Interface_ExecuteAbilityOnChannelByClass) == 0x000008, "Wrong alignment on Able_Character_Interface_ExecuteAbilityOnChannelByClass"); \ static_assert(sizeof(Able_Character_Interface_ExecuteAbilityOnChannelByClass) == 0x000020, "Wrong size on Able_Character_Interface_ExecuteAbilityOnChannelByClass"); \ static_assert(offsetof(Able_Character_Interface_ExecuteAbilityOnChannelByClass, ChannelName) == 0x000000, "Member 'Able_Character_Interface_ExecuteAbilityOnChannelByClass::ChannelName' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_ExecuteAbilityOnChannelByClass, InAblAbilitClass) == 0x000008, "Member 'Able_Character_Interface_ExecuteAbilityOnChannelByClass::InAblAbilitClass' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_ExecuteAbilityOnChannelByClass, InInstigator) == 0x000010, "Member 'Able_Character_Interface_ExecuteAbilityOnChannelByClass::InInstigator' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_ExecuteAbilityOnChannelByClass, ReturnValue) == 0x000018, "Member 'Able_Character_Interface_ExecuteAbilityOnChannelByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_Character_Interface_GetAbilityFromInteractionArchitect \ static_assert(alignof(Able_Character_Interface_GetAbilityFromInteractionArchitect) == 0x000008, "Wrong alignment on Able_Character_Interface_GetAbilityFromInteractionArchitect"); \ static_assert(sizeof(Able_Character_Interface_GetAbilityFromInteractionArchitect) == 0x000060, "Wrong size on Able_Character_Interface_GetAbilityFromInteractionArchitect"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityFromInteractionArchitect, InSourceTagContainer) == 0x000000, "Member 'Able_Character_Interface_GetAbilityFromInteractionArchitect::InSourceTagContainer' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityFromInteractionArchitect, InArchitectAsset) == 0x000020, "Member 'Able_Character_Interface_GetAbilityFromInteractionArchitect::InArchitectAsset' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityFromInteractionArchitect, InArchitectTagContainer) == 0x000028, "Member 'Able_Character_Interface_GetAbilityFromInteractionArchitect::InArchitectTagContainer' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityFromInteractionArchitect, Project) == 0x000048, "Member 'Able_Character_Interface_GetAbilityFromInteractionArchitect::Project' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityFromInteractionArchitect, bOutIsAdditive) == 0x000049, "Member 'Able_Character_Interface_GetAbilityFromInteractionArchitect::bOutIsAdditive' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityFromInteractionArchitect, OutAbilityClass) == 0x000050, "Member 'Able_Character_Interface_GetAbilityFromInteractionArchitect::OutAbilityClass' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityFromInteractionArchitect, ReturnValue) == 0x000058, "Member 'Able_Character_Interface_GetAbilityFromInteractionArchitect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_Character_Interface_GetAbilityWithMultipleAssets \ static_assert(alignof(Able_Character_Interface_GetAbilityWithMultipleAssets) == 0x000008, "Wrong alignment on Able_Character_Interface_GetAbilityWithMultipleAssets"); \ static_assert(sizeof(Able_Character_Interface_GetAbilityWithMultipleAssets) == 0x000068, "Wrong size on Able_Character_Interface_GetAbilityWithMultipleAssets"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityWithMultipleAssets, InSourceTagContainer) == 0x000000, "Member 'Able_Character_Interface_GetAbilityWithMultipleAssets::InSourceTagContainer' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityWithMultipleAssets, InArchitectAssets) == 0x000020, "Member 'Able_Character_Interface_GetAbilityWithMultipleAssets::InArchitectAssets' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityWithMultipleAssets, InArchitectTagContainer) == 0x000030, "Member 'Able_Character_Interface_GetAbilityWithMultipleAssets::InArchitectTagContainer' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityWithMultipleAssets, Project) == 0x000050, "Member 'Able_Character_Interface_GetAbilityWithMultipleAssets::Project' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityWithMultipleAssets, bOutIsAdditive) == 0x000051, "Member 'Able_Character_Interface_GetAbilityWithMultipleAssets::bOutIsAdditive' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityWithMultipleAssets, OutAbilityClass) == 0x000058, "Member 'Able_Character_Interface_GetAbilityWithMultipleAssets::OutAbilityClass' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityWithMultipleAssets, ReturnValue) == 0x000060, "Member 'Able_Character_Interface_GetAbilityWithMultipleAssets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags \ static_assert(alignof(Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags) == 0x000008, "Wrong alignment on Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags"); \ static_assert(sizeof(Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags) == 0x000058, "Wrong size on Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags, InSourceTagContainer) == 0x000000, "Member 'Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags::InSourceTagContainer' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags, InArchitectAssets) == 0x000020, "Member 'Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags::InArchitectAssets' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags, InArchitectTags) == 0x000030, "Member 'Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags::InArchitectTags' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags, Project) == 0x000040, "Member 'Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags::Project' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags, bOutIsAdditive) == 0x000041, "Member 'Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags::bOutIsAdditive' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags, OutAbilityClass) == 0x000048, "Member 'Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags::OutAbilityClass' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags, ReturnValue) == 0x000050, "Member 'Able_Character_Interface_GetAbilityWithMultipleAssetsAndTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Able_Character_Interface_PlayAbilityByClass \ static_assert(alignof(Able_Character_Interface_PlayAbilityByClass) == 0x000008, "Wrong alignment on Able_Character_Interface_PlayAbilityByClass"); \ static_assert(sizeof(Able_Character_Interface_PlayAbilityByClass) == 0x000020, "Wrong size on Able_Character_Interface_PlayAbilityByClass"); \ static_assert(offsetof(Able_Character_Interface_PlayAbilityByClass, InAbilityChannelName) == 0x000000, "Member 'Able_Character_Interface_PlayAbilityByClass::InAbilityChannelName' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_PlayAbilityByClass, InAblAbilitClass) == 0x000008, "Member 'Able_Character_Interface_PlayAbilityByClass::InAblAbilitClass' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_PlayAbilityByClass, InInstigator) == 0x000010, "Member 'Able_Character_Interface_PlayAbilityByClass::InInstigator' has a wrong offset!"); \ static_assert(offsetof(Able_Character_Interface_PlayAbilityByClass, ReturnValue) == 0x000018, "Member 'Able_Character_Interface_PlayAbilityByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAble_Character_Interface \ static_assert(alignof(IAble_Character_Interface) == 0x000001, "Wrong alignment on IAble_Character_Interface"); \ static_assert(sizeof(IAble_Character_Interface) == 0x000001, "Wrong size on IAble_Character_Interface"); \ #define DUMPER7_ASSERTS_AAble_GameMode \ static_assert(alignof(AAble_GameMode) == 0x000008, "Wrong alignment on AAble_GameMode"); \ static_assert(sizeof(AAble_GameMode) == 0x000350, "Wrong size on AAble_GameMode"); \ static_assert(offsetof(AAble_GameMode, OnPauseGameEvent) == 0x000330, "Member 'AAble_GameMode::OnPauseGameEvent' has a wrong offset!"); \ static_assert(offsetof(AAble_GameMode, OnClearPauseGameEvent) == 0x000340, "Member 'AAble_GameMode::OnClearPauseGameEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier \ static_assert(alignof(URootMotionModifier) == 0x000008, "Wrong alignment on URootMotionModifier"); \ static_assert(sizeof(URootMotionModifier) == 0x000050, "Wrong size on URootMotionModifier"); \ static_assert(offsetof(URootMotionModifier, RootMotionModifierProperties) == 0x000028, "Member 'URootMotionModifier::RootMotionModifierProperties' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier, Instigator) == 0x000030, "Member 'URootMotionModifier::Instigator' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier, RootMotionModifierOrder) == 0x000038, "Member 'URootMotionModifier::RootMotionModifierOrder' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier, Duration) == 0x00003C, "Member 'URootMotionModifier::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties \ static_assert(alignof(URootMotionModifierProperties) == 0x000008, "Wrong alignment on URootMotionModifierProperties"); \ static_assert(sizeof(URootMotionModifierProperties) == 0x000030, "Wrong size on URootMotionModifierProperties"); \ static_assert(offsetof(URootMotionModifierProperties, RootMotionModifierOrder) == 0x000028, "Member 'URootMotionModifierProperties::RootMotionModifierOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierUltimate \ static_assert(alignof(URootMotionModifierUltimate) == 0x000008, "Wrong alignment on URootMotionModifierUltimate"); \ static_assert(sizeof(URootMotionModifierUltimate) == 0x000050, "Wrong size on URootMotionModifierUltimate"); \ #define DUMPER7_ASSERTS_UAbleHUDWidgetStyle \ static_assert(alignof(UAbleHUDWidgetStyle) == 0x000008, "Wrong alignment on UAbleHUDWidgetStyle"); \ static_assert(sizeof(UAbleHUDWidgetStyle) == 0x002CB0, "Wrong size on UAbleHUDWidgetStyle"); \ static_assert(offsetof(UAbleHUDWidgetStyle, AbleHUDWidgetStyle) == 0x000030, "Member 'UAbleHUDWidgetStyle::AbleHUDWidgetStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblForceFeedbackTask \ static_assert(alignof(UAblForceFeedbackTask) == 0x000008, "Wrong alignment on UAblForceFeedbackTask"); \ static_assert(sizeof(UAblForceFeedbackTask) == 0x0000A0, "Wrong size on UAblForceFeedbackTask"); \ static_assert(offsetof(UAblForceFeedbackTask, ForceFeedbackEffect) == 0x000070, "Member 'UAblForceFeedbackTask::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(UAblForceFeedbackTask, FeedbackTagName) == 0x000078, "Member 'UAblForceFeedbackTask::FeedbackTagName' has a wrong offset!"); \ static_assert(offsetof(UAblForceFeedbackTask, bStopFeedbackAtTaskEnd) == 0x000080, "Member 'UAblForceFeedbackTask::bStopFeedbackAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblForceFeedbackTask, bLoop) == 0x000081, "Member 'UAblForceFeedbackTask::bLoop' has a wrong offset!"); \ static_assert(offsetof(UAblForceFeedbackTask, AttenuateDistanceFromPlayerCurve) == 0x000088, "Member 'UAblForceFeedbackTask::AttenuateDistanceFromPlayerCurve' has a wrong offset!"); \ static_assert(offsetof(UAblForceFeedbackTask, AttenuateDistanceFromCameraCurve) == 0x000090, "Member 'UAblForceFeedbackTask::AttenuateDistanceFromCameraCurve' has a wrong offset!"); \ static_assert(offsetof(UAblForceFeedbackTask, bPlayerOnly) == 0x000098, "Member 'UAblForceFeedbackTask::bPlayerOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblHermesSendMessageToTaskScratchPad \ static_assert(alignof(UAblHermesSendMessageToTaskScratchPad) == 0x000008, "Wrong alignment on UAblHermesSendMessageToTaskScratchPad"); \ static_assert(sizeof(UAblHermesSendMessageToTaskScratchPad) == 0x000038, "Wrong size on UAblHermesSendMessageToTaskScratchPad"); \ static_assert(offsetof(UAblHermesSendMessageToTaskScratchPad, InProgressMessage) == 0x000028, "Member 'UAblHermesSendMessageToTaskScratchPad::InProgressMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblHermesSendMessageToTask \ static_assert(alignof(UAblHermesSendMessageToTask) == 0x000008, "Wrong alignment on UAblHermesSendMessageToTask"); \ static_assert(sizeof(UAblHermesSendMessageToTask) == 0x000088, "Wrong size on UAblHermesSendMessageToTask"); \ static_assert(offsetof(UAblHermesSendMessageToTask, m_MessageSender) == 0x000070, "Member 'UAblHermesSendMessageToTask::m_MessageSender' has a wrong offset!"); \ static_assert(offsetof(UAblHermesSendMessageToTask, m_MessageTarget) == 0x000071, "Member 'UAblHermesSendMessageToTask::m_MessageTarget' has a wrong offset!"); \ static_assert(offsetof(UAblHermesSendMessageToTask, m_MessageName) == 0x000074, "Member 'UAblHermesSendMessageToTask::m_MessageName' has a wrong offset!"); \ static_assert(offsetof(UAblHermesSendMessageToTask, m_CleanupMessageName) == 0x00007C, "Member 'UAblHermesSendMessageToTask::m_CleanupMessageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblHideActorScratchpad \ static_assert(alignof(UAblHideActorScratchpad) == 0x000008, "Wrong alignment on UAblHideActorScratchpad"); \ static_assert(sizeof(UAblHideActorScratchpad) == 0x000040, "Wrong size on UAblHideActorScratchpad"); \ static_assert(offsetof(UAblHideActorScratchpad, TaskConditionScratchpads) == 0x000030, "Member 'UAblHideActorScratchpad::TaskConditionScratchpads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblHideActorTask \ static_assert(alignof(UAblHideActorTask) == 0x000008, "Wrong alignment on UAblHideActorTask"); \ static_assert(sizeof(UAblHideActorTask) == 0x000090, "Wrong size on UAblHideActorTask"); \ static_assert(offsetof(UAblHideActorTask, bHideThroughManagedState) == 0x000070, "Member 'UAblHideActorTask::bHideThroughManagedState' has a wrong offset!"); \ static_assert(offsetof(UAblHideActorTask, bIgnoreParticleEmitters) == 0x000071, "Member 'UAblHideActorTask::bIgnoreParticleEmitters' has a wrong offset!"); \ static_assert(offsetof(UAblHideActorTask, bIgnoreStaticMeshes) == 0x000072, "Member 'UAblHideActorTask::bIgnoreStaticMeshes' has a wrong offset!"); \ static_assert(offsetof(UAblHideActorTask, Conditions) == 0x000078, "Member 'UAblHideActorTask::Conditions' has a wrong offset!"); \ static_assert(offsetof(UAblHideActorTask, bMustPassAllConditions) == 0x000088, "Member 'UAblHideActorTask::bMustPassAllConditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicalBodyBlendInfo \ static_assert(alignof(UPhysicalBodyBlendInfo) == 0x000008, "Wrong alignment on UPhysicalBodyBlendInfo"); \ static_assert(sizeof(UPhysicalBodyBlendInfo) == 0x000088, "Wrong size on UPhysicalBodyBlendInfo"); \ static_assert(offsetof(UPhysicalBodyBlendInfo, SourceBodyWeights) == 0x000028, "Member 'UPhysicalBodyBlendInfo::SourceBodyWeights' has a wrong offset!"); \ static_assert(offsetof(UPhysicalBodyBlendInfo, DestBodyWeights) == 0x000038, "Member 'UPhysicalBodyBlendInfo::DestBodyWeights' has a wrong offset!"); \ static_assert(offsetof(UPhysicalBodyBlendInfo, BlendState) == 0x000048, "Member 'UPhysicalBodyBlendInfo::BlendState' has a wrong offset!"); \ static_assert(offsetof(UPhysicalBodyBlendInfo, BlendFilter) == 0x000050, "Member 'UPhysicalBodyBlendInfo::BlendFilter' has a wrong offset!"); \ static_assert(offsetof(UPhysicalBodyBlendInfo, ChannelIndex) == 0x000080, "Member 'UPhysicalBodyBlendInfo::ChannelIndex' has a wrong offset!"); \ static_assert(offsetof(UPhysicalBodyBlendInfo, bContinuous) == 0x000084, "Member 'UPhysicalBodyBlendInfo::bContinuous' has a wrong offset!"); \ static_assert(offsetof(UPhysicalBodyBlendInfo, bMarkedForDestroy) == 0x000085, "Member 'UPhysicalBodyBlendInfo::bMarkedForDestroy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPhysicalBodyManager \ static_assert(alignof(UAblPhysicalBodyManager) == 0x000008, "Wrong alignment on UAblPhysicalBodyManager"); \ static_assert(sizeof(UAblPhysicalBodyManager) == 0x0000A0, "Wrong size on UAblPhysicalBodyManager"); \ static_assert(offsetof(UAblPhysicalBodyManager, GlobalBlendedWeights) == 0x000030, "Member 'UAblPhysicalBodyManager::GlobalBlendedWeights' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalBodyManager, PhysicalBodyBlendChannelMap) == 0x000040, "Member 'UAblPhysicalBodyManager::PhysicalBodyBlendChannelMap' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalBodyManager, SkeletalMeshComponent) == 0x000090, "Member 'UAblPhysicalBodyManager::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalBodyManager, NumBodies) == 0x000098, "Member 'UAblPhysicalBodyManager::NumBodies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlaceableEvent \ static_assert(alignof(UAblPlaceableEvent) == 0x000008, "Wrong alignment on UAblPlaceableEvent"); \ static_assert(sizeof(UAblPlaceableEvent) == 0x000050, "Wrong size on UAblPlaceableEvent"); \ #define DUMPER7_ASSERTS_UAblPlayAbilityByChannelScratchpad \ static_assert(alignof(UAblPlayAbilityByChannelScratchpad) == 0x000008, "Wrong alignment on UAblPlayAbilityByChannelScratchpad"); \ static_assert(sizeof(UAblPlayAbilityByChannelScratchpad) == 0x000038, "Wrong size on UAblPlayAbilityByChannelScratchpad"); \ static_assert(offsetof(UAblPlayAbilityByChannelScratchpad, TaskConditionScratchpads) == 0x000028, "Member 'UAblPlayAbilityByChannelScratchpad::TaskConditionScratchpads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlayAbilityByChannelTask \ static_assert(alignof(UAblPlayAbilityByChannelTask) == 0x000008, "Wrong alignment on UAblPlayAbilityByChannelTask"); \ static_assert(sizeof(UAblPlayAbilityByChannelTask) == 0x000098, "Wrong size on UAblPlayAbilityByChannelTask"); \ static_assert(offsetof(UAblPlayAbilityByChannelTask, m_Ability) == 0x000070, "Member 'UAblPlayAbilityByChannelTask::m_Ability' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAbilityByChannelTask, m_Owner) == 0x000078, "Member 'UAblPlayAbilityByChannelTask::m_Owner' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAbilityByChannelTask, m_Instigator) == 0x000079, "Member 'UAblPlayAbilityByChannelTask::m_Instigator' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAbilityByChannelTask, m_ChannelName) == 0x00007C, "Member 'UAblPlayAbilityByChannelTask::m_ChannelName' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAbilityByChannelTask, TaskConditions) == 0x000088, "Member 'UAblPlayAbilityByChannelTask::TaskConditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlayAbilityTask \ static_assert(alignof(UAblPlayAbilityTask) == 0x000008, "Wrong alignment on UAblPlayAbilityTask"); \ static_assert(sizeof(UAblPlayAbilityTask) == 0x000080, "Wrong size on UAblPlayAbilityTask"); \ static_assert(offsetof(UAblPlayAbilityTask, m_Ability) == 0x000070, "Member 'UAblPlayAbilityTask::m_Ability' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAbilityTask, m_Owner) == 0x000078, "Member 'UAblPlayAbilityTask::m_Owner' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAbilityTask, m_Instigator) == 0x000079, "Member 'UAblPlayAbilityTask::m_Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlayAnimationArchitectTaskScratchPad \ static_assert(alignof(UAblPlayAnimationArchitectTaskScratchPad) == 0x000008, "Wrong alignment on UAblPlayAnimationArchitectTaskScratchPad"); \ static_assert(sizeof(UAblPlayAnimationArchitectTaskScratchPad) == 0x000128, "Wrong size on UAblPlayAnimationArchitectTaskScratchPad"); \ static_assert(offsetof(UAblPlayAnimationArchitectTaskScratchPad, TargetActor) == 0x000028, "Member 'UAblPlayAnimationArchitectTaskScratchPad::TargetActor' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTaskScratchPad, OnAnimationPlayedDelegate) == 0x000030, "Member 'UAblPlayAnimationArchitectTaskScratchPad::OnAnimationPlayedDelegate' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTaskScratchPad, AnimationAsset) == 0x000040, "Member 'UAblPlayAnimationArchitectTaskScratchPad::AnimationAsset' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTaskScratchPad, BlendTrackAnimationAssets) == 0x000048, "Member 'UAblPlayAnimationArchitectTaskScratchPad::BlendTrackAnimationAssets' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTaskScratchPad, AssetEndTimeAdjust) == 0x000058, "Member 'UAblPlayAnimationArchitectTaskScratchPad::AssetEndTimeAdjust' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTaskScratchPad, BlendIn) == 0x000060, "Member 'UAblPlayAnimationArchitectTaskScratchPad::BlendIn' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTaskScratchPad, BlendOut) == 0x000090, "Member 'UAblPlayAnimationArchitectTaskScratchPad::BlendOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlayAnimationArchitectTask \ static_assert(alignof(UAblPlayAnimationArchitectTask) == 0x000008, "Wrong alignment on UAblPlayAnimationArchitectTask"); \ static_assert(sizeof(UAblPlayAnimationArchitectTask) == 0x000200, "Wrong size on UAblPlayAnimationArchitectTask"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_AnimationSet) == 0x000070, "Member 'UAblPlayAnimationArchitectTask::m_AnimationSet' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_AnimationAssetChooser) == 0x000090, "Member 'UAblPlayAnimationArchitectTask::m_AnimationAssetChooser' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_AnimTransitionInOverriderer) == 0x000098, "Member 'UAblPlayAnimationArchitectTask::m_AnimTransitionInOverriderer' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_AnimationTags) == 0x0000A0, "Member 'UAblPlayAnimationArchitectTask::m_AnimationTags' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_PreviewAnimationTags) == 0x0000C0, "Member 'UAblPlayAnimationArchitectTask::m_PreviewAnimationTags' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_AnimationTagChooser) == 0x0000E0, "Member 'UAblPlayAnimationArchitectTask::m_AnimationTagChooser' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_BlendSpaceParameterGetter) == 0x0000E8, "Member 'UAblPlayAnimationArchitectTask::m_BlendSpaceParameterGetter' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_AnimRateGetter) == 0x0000F0, "Member 'UAblPlayAnimationArchitectTask::m_AnimRateGetter' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_StartPositionGetter) == 0x0000F8, "Member 'UAblPlayAnimationArchitectTask::m_StartPositionGetter' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_BlendWeightMultiplierGetter) == 0x000100, "Member 'UAblPlayAnimationArchitectTask::m_BlendWeightMultiplierGetter' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_AnimationModifiers) == 0x000108, "Member 'UAblPlayAnimationArchitectTask::m_AnimationModifiers' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_StateMachineName) == 0x000118, "Member 'UAblPlayAnimationArchitectTask::m_StateMachineName' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_AbilityStateName) == 0x000120, "Member 'UAblPlayAnimationArchitectTask::m_AbilityStateName' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_EndCallback) == 0x000128, "Member 'UAblPlayAnimationArchitectTask::m_EndCallback' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_BlendTracks) == 0x000130, "Member 'UAblPlayAnimationArchitectTask::m_BlendTracks' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_BlendTickStyle) == 0x000140, "Member 'UAblPlayAnimationArchitectTask::m_BlendTickStyle' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_BlendIn) == 0x000148, "Member 'UAblPlayAnimationArchitectTask::m_BlendIn' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_OverrideBlendOut) == 0x000178, "Member 'UAblPlayAnimationArchitectTask::m_OverrideBlendOut' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_BlendOut) == 0x000180, "Member 'UAblPlayAnimationArchitectTask::m_BlendOut' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_FadeOut) == 0x0001B0, "Member 'UAblPlayAnimationArchitectTask::m_FadeOut' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, bFadeOutToEndOfAnimation) == 0x0001E0, "Member 'UAblPlayAnimationArchitectTask::bFadeOutToEndOfAnimation' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_Loop) == 0x0001E1, "Member 'UAblPlayAnimationArchitectTask::m_Loop' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_PlayRate) == 0x0001E4, "Member 'UAblPlayAnimationArchitectTask::m_PlayRate' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_ScaleWithAbilityPlayRate) == 0x0001E8, "Member 'UAblPlayAnimationArchitectTask::m_ScaleWithAbilityPlayRate' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_MatchPhase) == 0x0001E9, "Member 'UAblPlayAnimationArchitectTask::m_MatchPhase' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_PlayOnServer) == 0x0001EA, "Member 'UAblPlayAnimationArchitectTask::m_PlayOnServer' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_RootMode) == 0x0001EC, "Member 'UAblPlayAnimationArchitectTask::m_RootMode' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_BoneWeightAsset) == 0x0001F0, "Member 'UAblPlayAnimationArchitectTask::m_BoneWeightAsset' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_RotationOffsetMeshSpace) == 0x0001F8, "Member 'UAblPlayAnimationArchitectTask::m_RotationOffsetMeshSpace' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_IsAdditive) == 0x0001F9, "Member 'UAblPlayAnimationArchitectTask::m_IsAdditive' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationArchitectTask, m_IsFacialAnimation) == 0x0001FA, "Member 'UAblPlayAnimationArchitectTask::m_IsFacialAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlayAnimationTask \ static_assert(alignof(UAblPlayAnimationTask) == 0x000008, "Wrong alignment on UAblPlayAnimationTask"); \ static_assert(sizeof(UAblPlayAnimationTask) == 0x000188, "Wrong size on UAblPlayAnimationTask"); \ static_assert(offsetof(UAblPlayAnimationTask, m_AnimationAssetChooser) == 0x000070, "Member 'UAblPlayAnimationTask::m_AnimationAssetChooser' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_AnimationAsset) == 0x000078, "Member 'UAblPlayAnimationTask::m_AnimationAsset' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_BlendSpaceParameterGetter) == 0x000080, "Member 'UAblPlayAnimationTask::m_BlendSpaceParameterGetter' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_AnimRateGetter) == 0x000088, "Member 'UAblPlayAnimationTask::m_AnimRateGetter' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_StartPositionGetter) == 0x000090, "Member 'UAblPlayAnimationTask::m_StartPositionGetter' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_BlendWeightMultiplierGetter) == 0x000098, "Member 'UAblPlayAnimationTask::m_BlendWeightMultiplierGetter' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_AnimationModifiers) == 0x0000A0, "Member 'UAblPlayAnimationTask::m_AnimationModifiers' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_AnimationMode) == 0x0000B0, "Member 'UAblPlayAnimationTask::m_AnimationMode' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_StateMachineName) == 0x0000B4, "Member 'UAblPlayAnimationTask::m_StateMachineName' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_AbilityStateName) == 0x0000BC, "Member 'UAblPlayAnimationTask::m_AbilityStateName' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_BlendIn) == 0x0000C8, "Member 'UAblPlayAnimationTask::m_BlendIn' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_OverrideBlendOut) == 0x0000F8, "Member 'UAblPlayAnimationTask::m_OverrideBlendOut' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_BlendOut) == 0x000100, "Member 'UAblPlayAnimationTask::m_BlendOut' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_FadeOut) == 0x000130, "Member 'UAblPlayAnimationTask::m_FadeOut' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_Loop) == 0x000160, "Member 'UAblPlayAnimationTask::m_Loop' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_DynamicMontageBlend) == 0x000164, "Member 'UAblPlayAnimationTask::m_DynamicMontageBlend' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_PlayRate) == 0x00016C, "Member 'UAblPlayAnimationTask::m_PlayRate' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_ScaleWithAbilityPlayRate) == 0x000170, "Member 'UAblPlayAnimationTask::m_ScaleWithAbilityPlayRate' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_StopAnimationOnInterrupt) == 0x000171, "Member 'UAblPlayAnimationTask::m_StopAnimationOnInterrupt' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_MatchPhase) == 0x000172, "Member 'UAblPlayAnimationTask::m_MatchPhase' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_PlayOnServer) == 0x000173, "Member 'UAblPlayAnimationTask::m_PlayOnServer' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_bOverrideAnimGraphRootMotionProperties) == 0x000174, "Member 'UAblPlayAnimationTask::m_bOverrideAnimGraphRootMotionProperties' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_RootMode) == 0x000175, "Member 'UAblPlayAnimationTask::m_RootMode' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_BoneWeightAsset) == 0x000178, "Member 'UAblPlayAnimationTask::m_BoneWeightAsset' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_RotationOffsetMeshSpace) == 0x000180, "Member 'UAblPlayAnimationTask::m_RotationOffsetMeshSpace' has a wrong offset!"); \ static_assert(offsetof(UAblPlayAnimationTask, m_IsAdditive) == 0x000181, "Member 'UAblPlayAnimationTask::m_IsAdditive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblParticleEffectParam \ static_assert(alignof(UAblParticleEffectParam) == 0x000008, "Wrong alignment on UAblParticleEffectParam"); \ static_assert(sizeof(UAblParticleEffectParam) == 0x000030, "Wrong size on UAblParticleEffectParam"); \ static_assert(offsetof(UAblParticleEffectParam, m_ParameterName) == 0x000028, "Member 'UAblParticleEffectParam::m_ParameterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblParticleEffectParamContextActor \ static_assert(alignof(UAblParticleEffectParamContextActor) == 0x000008, "Wrong alignment on UAblParticleEffectParamContextActor"); \ static_assert(sizeof(UAblParticleEffectParamContextActor) == 0x000038, "Wrong size on UAblParticleEffectParamContextActor"); \ static_assert(offsetof(UAblParticleEffectParamContextActor, m_ContextActor) == 0x000030, "Member 'UAblParticleEffectParamContextActor::m_ContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblParticleEffectParamLocation \ static_assert(alignof(UAblParticleEffectParamLocation) == 0x000008, "Wrong alignment on UAblParticleEffectParamLocation"); \ static_assert(sizeof(UAblParticleEffectParamLocation) == 0x000058, "Wrong size on UAblParticleEffectParamLocation"); \ static_assert(offsetof(UAblParticleEffectParamLocation, m_location) == 0x000030, "Member 'UAblParticleEffectParamLocation::m_location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlayParticleEffectTaskScratchPad \ static_assert(alignof(UAblPlayParticleEffectTaskScratchPad) == 0x000008, "Wrong alignment on UAblPlayParticleEffectTaskScratchPad"); \ static_assert(sizeof(UAblPlayParticleEffectTaskScratchPad) == 0x000038, "Wrong size on UAblPlayParticleEffectTaskScratchPad"); \ static_assert(offsetof(UAblPlayParticleEffectTaskScratchPad, SpawnedEffects) == 0x000028, "Member 'UAblPlayParticleEffectTaskScratchPad::SpawnedEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlaySoundTaskScratchPad \ static_assert(alignof(UAblPlaySoundTaskScratchPad) == 0x000008, "Wrong alignment on UAblPlaySoundTaskScratchPad"); \ static_assert(sizeof(UAblPlaySoundTaskScratchPad) == 0x000038, "Wrong size on UAblPlaySoundTaskScratchPad"); \ static_assert(offsetof(UAblPlaySoundTaskScratchPad, AttachedSounds) == 0x000028, "Member 'UAblPlaySoundTaskScratchPad::AttachedSounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlaySoundTask \ static_assert(alignof(UAblPlaySoundTask) == 0x000008, "Wrong alignment on UAblPlaySoundTask"); \ static_assert(sizeof(UAblPlaySoundTask) == 0x000098, "Wrong size on UAblPlaySoundTask"); \ static_assert(offsetof(UAblPlaySoundTask, m_Sound) == 0x000070, "Member 'UAblPlaySoundTask::m_Sound' has a wrong offset!"); \ static_assert(offsetof(UAblPlaySoundTask, m_2DSound) == 0x000078, "Member 'UAblPlaySoundTask::m_2DSound' has a wrong offset!"); \ static_assert(offsetof(UAblPlaySoundTask, m_LocationOffset) == 0x00007C, "Member 'UAblPlaySoundTask::m_LocationOffset' has a wrong offset!"); \ static_assert(offsetof(UAblPlaySoundTask, m_SocketName) == 0x000088, "Member 'UAblPlaySoundTask::m_SocketName' has a wrong offset!"); \ static_assert(offsetof(UAblPlaySoundTask, m_AttachToSocket) == 0x000090, "Member 'UAblPlaySoundTask::m_AttachToSocket' has a wrong offset!"); \ static_assert(offsetof(UAblPlaySoundTask, m_DestroyOnEnd) == 0x000091, "Member 'UAblPlaySoundTask::m_DestroyOnEnd' has a wrong offset!"); \ static_assert(offsetof(UAblPlaySoundTask, m_DestroyFadeOutDuration) == 0x000094, "Member 'UAblPlaySoundTask::m_DestroyFadeOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPossessionTaskScratchPad \ static_assert(alignof(UAblPossessionTaskScratchPad) == 0x000008, "Wrong alignment on UAblPossessionTaskScratchPad"); \ static_assert(sizeof(UAblPossessionTaskScratchPad) == 0x000030, "Wrong size on UAblPossessionTaskScratchPad"); \ static_assert(offsetof(UAblPossessionTaskScratchPad, PossessorController) == 0x000028, "Member 'UAblPossessionTaskScratchPad::PossessorController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPossessionTask \ static_assert(alignof(UAblPossessionTask) == 0x000008, "Wrong alignment on UAblPossessionTask"); \ static_assert(sizeof(UAblPossessionTask) == 0x000078, "Wrong size on UAblPossessionTask"); \ static_assert(offsetof(UAblPossessionTask, m_Possessor) == 0x000070, "Member 'UAblPossessionTask::m_Possessor' has a wrong offset!"); \ static_assert(offsetof(UAblPossessionTask, m_PossessionTarget) == 0x000071, "Member 'UAblPossessionTask::m_PossessionTarget' has a wrong offset!"); \ static_assert(offsetof(UAblPossessionTask, m_UnPossessOnEnd) == 0x000072, "Member 'UAblPossessionTask::m_UnPossessOnEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPrintToScreenTask \ static_assert(alignof(UAblPrintToScreenTask) == 0x000008, "Wrong alignment on UAblPrintToScreenTask"); \ static_assert(sizeof(UAblPrintToScreenTask) == 0x000080, "Wrong size on UAblPrintToScreenTask"); \ static_assert(offsetof(UAblPrintToScreenTask, DebugMessage) == 0x000070, "Member 'UAblPrintToScreenTask::DebugMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblRayCastQueryTask \ static_assert(alignof(UAblRayCastQueryTask) == 0x000008, "Wrong alignment on UAblRayCastQueryTask"); \ static_assert(sizeof(UAblRayCastQueryTask) == 0x0000B0, "Wrong size on UAblRayCastQueryTask"); \ static_assert(offsetof(UAblRayCastQueryTask, m_Length) == 0x000070, "Member 'UAblRayCastQueryTask::m_Length' has a wrong offset!"); \ static_assert(offsetof(UAblRayCastQueryTask, m_OnlyReturnBlockingHit) == 0x000074, "Member 'UAblRayCastQueryTask::m_OnlyReturnBlockingHit' has a wrong offset!"); \ static_assert(offsetof(UAblRayCastQueryTask, m_QueryLocation) == 0x000078, "Member 'UAblRayCastQueryTask::m_QueryLocation' has a wrong offset!"); \ static_assert(offsetof(UAblRayCastQueryTask, m_CollisionChannel) == 0x0000A0, "Member 'UAblRayCastQueryTask::m_CollisionChannel' has a wrong offset!"); \ static_assert(offsetof(UAblRayCastQueryTask, m_fireEvent) == 0x0000A1, "Member 'UAblRayCastQueryTask::m_fireEvent' has a wrong offset!"); \ static_assert(offsetof(UAblRayCastQueryTask, m_name) == 0x0000A4, "Member 'UAblRayCastQueryTask::m_name' has a wrong offset!"); \ static_assert(offsetof(UAblRayCastQueryTask, m_CopyResultsToContext) == 0x0000AC, "Member 'UAblRayCastQueryTask::m_CopyResultsToContext' has a wrong offset!"); \ static_assert(offsetof(UAblRayCastQueryTask, m_AllowDuplicateEntries) == 0x0000AD, "Member 'UAblRayCastQueryTask::m_AllowDuplicateEntries' has a wrong offset!"); \ static_assert(offsetof(UAblRayCastQueryTask, m_TaskRealm) == 0x0000AE, "Member 'UAblRayCastQueryTask::m_TaskRealm' has a wrong offset!"); \ static_assert(offsetof(UAblRayCastQueryTask, m_UseAsyncQuery) == 0x0000AF, "Member 'UAblRayCastQueryTask::m_UseAsyncQuery' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblReactionAbilityScratchPad \ static_assert(alignof(UAblReactionAbilityScratchPad) == 0x000008, "Wrong alignment on UAblReactionAbilityScratchPad"); \ static_assert(sizeof(UAblReactionAbilityScratchPad) == 0x000070, "Wrong size on UAblReactionAbilityScratchPad"); \ static_assert(offsetof(UAblReactionAbilityScratchPad, ReactionData) == 0x000028, "Member 'UAblReactionAbilityScratchPad::ReactionData' has a wrong offset!"); \ static_assert(offsetof(UAblReactionAbilityScratchPad, OnReactionAbilityStart) == 0x000030, "Member 'UAblReactionAbilityScratchPad::OnReactionAbilityStart' has a wrong offset!"); \ static_assert(offsetof(UAblReactionAbilityScratchPad, OnReactionAbilityInterrupt) == 0x000040, "Member 'UAblReactionAbilityScratchPad::OnReactionAbilityInterrupt' has a wrong offset!"); \ static_assert(offsetof(UAblReactionAbilityScratchPad, OnReactionAbilityEnd) == 0x000050, "Member 'UAblReactionAbilityScratchPad::OnReactionAbilityEnd' has a wrong offset!"); \ static_assert(offsetof(UAblReactionAbilityScratchPad, OnReactionAbilityBranched) == 0x000060, "Member 'UAblReactionAbilityScratchPad::OnReactionAbilityBranched' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblReactionAbility_GetReactionData \ static_assert(alignof(AblReactionAbility_GetReactionData) == 0x000008, "Wrong alignment on AblReactionAbility_GetReactionData"); \ static_assert(sizeof(AblReactionAbility_GetReactionData) == 0x000010, "Wrong size on AblReactionAbility_GetReactionData"); \ static_assert(offsetof(AblReactionAbility_GetReactionData, Context) == 0x000000, "Member 'AblReactionAbility_GetReactionData::Context' has a wrong offset!"); \ static_assert(offsetof(AblReactionAbility_GetReactionData, ReturnValue) == 0x000008, "Member 'AblReactionAbility_GetReactionData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblReactionAbility \ static_assert(alignof(UAblReactionAbility) == 0x000008, "Wrong alignment on UAblReactionAbility"); \ static_assert(sizeof(UAblReactionAbility) == 0x0000E0, "Wrong size on UAblReactionAbility"); \ static_assert(offsetof(UAblReactionAbility, AbleAbilityChannelName) == 0x0000C8, "Member 'UAblReactionAbility::AbleAbilityChannelName' has a wrong offset!"); \ static_assert(offsetof(UAblReactionAbility, ChannelType) == 0x0000D0, "Member 'UAblReactionAbility::ChannelType' has a wrong offset!"); \ static_assert(offsetof(UAblReactionAbility, PlayerInstigatorTicketTimeIncrease) == 0x0000D4, "Member 'UAblReactionAbility::PlayerInstigatorTicketTimeIncrease' has a wrong offset!"); \ static_assert(offsetof(UAblReactionAbility, bAddDeadTagIfDead) == 0x0000D8, "Member 'UAblReactionAbility::bAddDeadTagIfDead' has a wrong offset!"); \ static_assert(offsetof(UAblReactionAbility, bWarmUpRagdollPhysics) == 0x0000D9, "Member 'UAblReactionAbility::bWarmUpRagdollPhysics' has a wrong offset!"); \ static_assert(offsetof(UAblReactionAbility, bBranchToRagdollInWater) == 0x0000DA, "Member 'UAblReactionAbility::bBranchToRagdollInWater' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblReactionComponent_MakeReactionParamsFromReactionData \ static_assert(alignof(AblReactionComponent_MakeReactionParamsFromReactionData) == 0x000008, "Wrong alignment on AblReactionComponent_MakeReactionParamsFromReactionData"); \ static_assert(sizeof(AblReactionComponent_MakeReactionParamsFromReactionData) == 0x000080, "Wrong size on AblReactionComponent_MakeReactionParamsFromReactionData"); \ static_assert(offsetof(AblReactionComponent_MakeReactionParamsFromReactionData, ReactionData) == 0x000000, "Member 'AblReactionComponent_MakeReactionParamsFromReactionData::ReactionData' has a wrong offset!"); \ static_assert(offsetof(AblReactionComponent_MakeReactionParamsFromReactionData, ReturnValue) == 0x000008, "Member 'AblReactionComponent_MakeReactionParamsFromReactionData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblReactionComponent_HandleReactionAbilityBranch \ static_assert(alignof(AblReactionComponent_HandleReactionAbilityBranch) == 0x000008, "Wrong alignment on AblReactionComponent_HandleReactionAbilityBranch"); \ static_assert(sizeof(AblReactionComponent_HandleReactionAbilityBranch) == 0x000010, "Wrong size on AblReactionComponent_HandleReactionAbilityBranch"); \ static_assert(offsetof(AblReactionComponent_HandleReactionAbilityBranch, CurrentContext) == 0x000000, "Member 'AblReactionComponent_HandleReactionAbilityBranch::CurrentContext' has a wrong offset!"); \ static_assert(offsetof(AblReactionComponent_HandleReactionAbilityBranch, NextContext) == 0x000008, "Member 'AblReactionComponent_HandleReactionAbilityBranch::NextContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblReactionComponent_HandleReactionAbilityEnd \ static_assert(alignof(AblReactionComponent_HandleReactionAbilityEnd) == 0x000008, "Wrong alignment on AblReactionComponent_HandleReactionAbilityEnd"); \ static_assert(sizeof(AblReactionComponent_HandleReactionAbilityEnd) == 0x000008, "Wrong size on AblReactionComponent_HandleReactionAbilityEnd"); \ static_assert(offsetof(AblReactionComponent_HandleReactionAbilityEnd, Context) == 0x000000, "Member 'AblReactionComponent_HandleReactionAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblReactionComponent_HandleReactionAbilityInterrupt \ static_assert(alignof(AblReactionComponent_HandleReactionAbilityInterrupt) == 0x000008, "Wrong alignment on AblReactionComponent_HandleReactionAbilityInterrupt"); \ static_assert(sizeof(AblReactionComponent_HandleReactionAbilityInterrupt) == 0x000008, "Wrong size on AblReactionComponent_HandleReactionAbilityInterrupt"); \ static_assert(offsetof(AblReactionComponent_HandleReactionAbilityInterrupt, Context) == 0x000000, "Member 'AblReactionComponent_HandleReactionAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblReactionComponent_HandleReactionAbilityStart \ static_assert(alignof(AblReactionComponent_HandleReactionAbilityStart) == 0x000008, "Wrong alignment on AblReactionComponent_HandleReactionAbilityStart"); \ static_assert(sizeof(AblReactionComponent_HandleReactionAbilityStart) == 0x000008, "Wrong size on AblReactionComponent_HandleReactionAbilityStart"); \ static_assert(offsetof(AblReactionComponent_HandleReactionAbilityStart, Context) == 0x000000, "Member 'AblReactionComponent_HandleReactionAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblReactionComponent_QueueGivenReactionAbilities \ static_assert(alignof(AblReactionComponent_QueueGivenReactionAbilities) == 0x000008, "Wrong alignment on AblReactionComponent_QueueGivenReactionAbilities"); \ static_assert(sizeof(AblReactionComponent_QueueGivenReactionAbilities) == 0x000090, "Wrong size on AblReactionComponent_QueueGivenReactionAbilities"); \ static_assert(offsetof(AblReactionComponent_QueueGivenReactionAbilities, ReactionAbilities) == 0x000000, "Member 'AblReactionComponent_QueueGivenReactionAbilities::ReactionAbilities' has a wrong offset!"); \ static_assert(offsetof(AblReactionComponent_QueueGivenReactionAbilities, ReactionParams) == 0x000010, "Member 'AblReactionComponent_QueueGivenReactionAbilities::ReactionParams' has a wrong offset!"); \ static_assert(offsetof(AblReactionComponent_QueueGivenReactionAbilities, ReturnValue) == 0x000088, "Member 'AblReactionComponent_QueueGivenReactionAbilities::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblReactionComponent_QueueGivenReactionAbility \ static_assert(alignof(AblReactionComponent_QueueGivenReactionAbility) == 0x000008, "Wrong alignment on AblReactionComponent_QueueGivenReactionAbility"); \ static_assert(sizeof(AblReactionComponent_QueueGivenReactionAbility) == 0x000088, "Wrong size on AblReactionComponent_QueueGivenReactionAbility"); \ static_assert(offsetof(AblReactionComponent_QueueGivenReactionAbility, ReactionAbility) == 0x000000, "Member 'AblReactionComponent_QueueGivenReactionAbility::ReactionAbility' has a wrong offset!"); \ static_assert(offsetof(AblReactionComponent_QueueGivenReactionAbility, ReactionParams) == 0x000008, "Member 'AblReactionComponent_QueueGivenReactionAbility::ReactionParams' has a wrong offset!"); \ static_assert(offsetof(AblReactionComponent_QueueGivenReactionAbility, ReturnValue) == 0x000080, "Member 'AblReactionComponent_QueueGivenReactionAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblReactionComponent_QueueReaction \ static_assert(alignof(AblReactionComponent_QueueReaction) == 0x000008, "Wrong alignment on AblReactionComponent_QueueReaction"); \ static_assert(sizeof(AblReactionComponent_QueueReaction) == 0x000080, "Wrong size on AblReactionComponent_QueueReaction"); \ static_assert(offsetof(AblReactionComponent_QueueReaction, ReactionParams) == 0x000000, "Member 'AblReactionComponent_QueueReaction::ReactionParams' has a wrong offset!"); \ static_assert(offsetof(AblReactionComponent_QueueReaction, ReturnValue) == 0x000078, "Member 'AblReactionComponent_QueueReaction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblReactionComponent_IsAnyReactionRunning \ static_assert(alignof(AblReactionComponent_IsAnyReactionRunning) == 0x000001, "Wrong alignment on AblReactionComponent_IsAnyReactionRunning"); \ static_assert(sizeof(AblReactionComponent_IsAnyReactionRunning) == 0x000001, "Wrong size on AblReactionComponent_IsAnyReactionRunning"); \ static_assert(offsetof(AblReactionComponent_IsAnyReactionRunning, ReturnValue) == 0x000000, "Member 'AblReactionComponent_IsAnyReactionRunning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblReactionComponent \ static_assert(alignof(UAblReactionComponent) == 0x000008, "Wrong alignment on UAblReactionComponent"); \ static_assert(sizeof(UAblReactionComponent) == 0x0001D8, "Wrong size on UAblReactionComponent"); \ static_assert(offsetof(UAblReactionComponent, OnReactionReceived) == 0x0000D0, "Member 'UAblReactionComponent::OnReactionReceived' has a wrong offset!"); \ static_assert(offsetof(UAblReactionComponent, OnReactionQueued) == 0x0000E0, "Member 'UAblReactionComponent::OnReactionQueued' has a wrong offset!"); \ static_assert(offsetof(UAblReactionComponent, OnReactionFinished) == 0x0000F0, "Member 'UAblReactionComponent::OnReactionFinished' has a wrong offset!"); \ static_assert(offsetof(UAblReactionComponent, AbleAbilityComp) == 0x000100, "Member 'UAblReactionComponent::AbleAbilityComp' has a wrong offset!"); \ static_assert(offsetof(UAblReactionComponent, AnimationArchitectComp) == 0x000108, "Member 'UAblReactionComponent::AnimationArchitectComp' has a wrong offset!"); \ static_assert(offsetof(UAblReactionComponent, QueuedReactions) == 0x000110, "Member 'UAblReactionComponent::QueuedReactions' has a wrong offset!"); \ static_assert(offsetof(UAblReactionComponent, RunningReactions) == 0x000160, "Member 'UAblReactionComponent::RunningReactions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblRenderStencil \ static_assert(alignof(UAblRenderStencil) == 0x000008, "Wrong alignment on UAblRenderStencil"); \ static_assert(sizeof(UAblRenderStencil) == 0x000080, "Wrong size on UAblRenderStencil"); \ static_assert(offsetof(UAblRenderStencil, StencilEffect) == 0x000070, "Member 'UAblRenderStencil::StencilEffect' has a wrong offset!"); \ static_assert(offsetof(UAblRenderStencil, resetStencilOnExit) == 0x000078, "Member 'UAblRenderStencil::resetStencilOnExit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetArchitectTagTask \ static_assert(alignof(UAblSetArchitectTagTask) == 0x000008, "Wrong alignment on UAblSetArchitectTagTask"); \ static_assert(sizeof(UAblSetArchitectTagTask) == 0x000080, "Wrong size on UAblSetArchitectTagTask"); \ static_assert(offsetof(UAblSetArchitectTagTask, ArchitectTag) == 0x000070, "Member 'UAblSetArchitectTagTask::ArchitectTag' has a wrong offset!"); \ static_assert(offsetof(UAblSetArchitectTagTask, RemoveTagAtEndOfTask) == 0x000078, "Member 'UAblSetArchitectTagTask::RemoveTagAtEndOfTask' has a wrong offset!"); \ static_assert(offsetof(UAblSetArchitectTagTask, AddThisTag) == 0x000079, "Member 'UAblSetArchitectTagTask::AddThisTag' has a wrong offset!"); \ static_assert(offsetof(UAblSetArchitectTagTask, RemoveThisTag) == 0x00007A, "Member 'UAblSetArchitectTagTask::RemoveThisTag' has a wrong offset!"); \ static_assert(offsetof(UAblSetArchitectTagTask, Type) == 0x00007B, "Member 'UAblSetArchitectTagTask::Type' has a wrong offset!"); \ static_assert(offsetof(UAblSetArchitectTagTask, ApplyToAnimationArchitect) == 0x00007C, "Member 'UAblSetArchitectTagTask::ApplyToAnimationArchitect' has a wrong offset!"); \ static_assert(offsetof(UAblSetArchitectTagTask, ApplyToInteractionArchitect) == 0x00007D, "Member 'UAblSetArchitectTagTask::ApplyToInteractionArchitect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetCollisionChannelResponseTask \ static_assert(alignof(UAblSetCollisionChannelResponseTask) == 0x000008, "Wrong alignment on UAblSetCollisionChannelResponseTask"); \ static_assert(sizeof(UAblSetCollisionChannelResponseTask) == 0x000078, "Wrong size on UAblSetCollisionChannelResponseTask"); \ static_assert(offsetof(UAblSetCollisionChannelResponseTask, m_Channel) == 0x000070, "Member 'UAblSetCollisionChannelResponseTask::m_Channel' has a wrong offset!"); \ static_assert(offsetof(UAblSetCollisionChannelResponseTask, m_Response) == 0x000071, "Member 'UAblSetCollisionChannelResponseTask::m_Response' has a wrong offset!"); \ static_assert(offsetof(UAblSetCollisionChannelResponseTask, m_SetAllChannelsToResponse) == 0x000072, "Member 'UAblSetCollisionChannelResponseTask::m_SetAllChannelsToResponse' has a wrong offset!"); \ static_assert(offsetof(UAblSetCollisionChannelResponseTask, m_RestoreOnEnd) == 0x000073, "Member 'UAblSetCollisionChannelResponseTask::m_RestoreOnEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetCollisionChannelTask \ static_assert(alignof(UAblSetCollisionChannelTask) == 0x000008, "Wrong alignment on UAblSetCollisionChannelTask"); \ static_assert(sizeof(UAblSetCollisionChannelTask) == 0x000078, "Wrong size on UAblSetCollisionChannelTask"); \ static_assert(offsetof(UAblSetCollisionChannelTask, m_Channel) == 0x000070, "Member 'UAblSetCollisionChannelTask::m_Channel' has a wrong offset!"); \ static_assert(offsetof(UAblSetCollisionChannelTask, m_RestoreOnEnd) == 0x000071, "Member 'UAblSetCollisionChannelTask::m_RestoreOnEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetShaderParameterTaskScratchPad \ static_assert(alignof(UAblSetShaderParameterTaskScratchPad) == 0x000008, "Wrong alignment on UAblSetShaderParameterTaskScratchPad"); \ static_assert(sizeof(UAblSetShaderParameterTaskScratchPad) == 0x0000B0, "Wrong size on UAblSetShaderParameterTaskScratchPad"); \ static_assert(offsetof(UAblSetShaderParameterTaskScratchPad, DynamicMaterials) == 0x000028, "Member 'UAblSetShaderParameterTaskScratchPad::DynamicMaterials' has a wrong offset!"); \ static_assert(offsetof(UAblSetShaderParameterTaskScratchPad, PreviousValues) == 0x000038, "Member 'UAblSetShaderParameterTaskScratchPad::PreviousValues' has a wrong offset!"); \ static_assert(offsetof(UAblSetShaderParameterTaskScratchPad, BlendIn) == 0x000048, "Member 'UAblSetShaderParameterTaskScratchPad::BlendIn' has a wrong offset!"); \ static_assert(offsetof(UAblSetShaderParameterTaskScratchPad, BlendOut) == 0x000078, "Member 'UAblSetShaderParameterTaskScratchPad::BlendOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetVectorParameterValue \ static_assert(alignof(UAblSetVectorParameterValue) == 0x000008, "Wrong alignment on UAblSetVectorParameterValue"); \ static_assert(sizeof(UAblSetVectorParameterValue) == 0x000040, "Wrong size on UAblSetVectorParameterValue"); \ static_assert(offsetof(UAblSetVectorParameterValue, m_Vector) == 0x000030, "Member 'UAblSetVectorParameterValue::m_Vector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbleSettings \ static_assert(alignof(UAbleSettings) == 0x000008, "Wrong alignment on UAbleSettings"); \ static_assert(sizeof(UAbleSettings) == 0x000038, "Wrong size on UAbleSettings"); \ static_assert(offsetof(UAbleSettings, m_EnableAsync) == 0x000028, "Member 'UAbleSettings::m_EnableAsync' has a wrong offset!"); \ static_assert(offsetof(UAbleSettings, m_AllowAsyncAbilityUpdate) == 0x000029, "Member 'UAbleSettings::m_AllowAsyncAbilityUpdate' has a wrong offset!"); \ static_assert(offsetof(UAbleSettings, m_AllowAsyncCooldownUpdate) == 0x00002A, "Member 'UAbleSettings::m_AllowAsyncCooldownUpdate' has a wrong offset!"); \ static_assert(offsetof(UAbleSettings, m_LogAbilityFailues) == 0x00002B, "Member 'UAbleSettings::m_LogAbilityFailues' has a wrong offset!"); \ static_assert(offsetof(UAbleSettings, m_LogVerbose) == 0x00002C, "Member 'UAbleSettings::m_LogVerbose' has a wrong offset!"); \ static_assert(offsetof(UAbleSettings, m_EchoVerboseToScreen) == 0x00002D, "Member 'UAbleSettings::m_EchoVerboseToScreen' has a wrong offset!"); \ static_assert(offsetof(UAbleSettings, m_VerboseScreenOutputLifetime) == 0x000030, "Member 'UAbleSettings::m_VerboseScreenOutputLifetime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSpawnActorTask \ static_assert(alignof(UAblSpawnActorTask) == 0x000008, "Wrong alignment on UAblSpawnActorTask"); \ static_assert(sizeof(UAblSpawnActorTask) == 0x0000D0, "Wrong size on UAblSpawnActorTask"); \ static_assert(offsetof(UAblSpawnActorTask, m_actorClass) == 0x000070, "Member 'UAblSpawnActorTask::m_actorClass' has a wrong offset!"); \ static_assert(offsetof(UAblSpawnActorTask, m_SpawnLocation) == 0x000078, "Member 'UAblSpawnActorTask::m_SpawnLocation' has a wrong offset!"); \ static_assert(offsetof(UAblSpawnActorTask, m_InitialVelocity) == 0x0000A0, "Member 'UAblSpawnActorTask::m_InitialVelocity' has a wrong offset!"); \ static_assert(offsetof(UAblSpawnActorTask, m_SetOwner) == 0x0000AC, "Member 'UAblSpawnActorTask::m_SetOwner' has a wrong offset!"); \ static_assert(offsetof(UAblSpawnActorTask, m_OwnerTargetType) == 0x0000AD, "Member 'UAblSpawnActorTask::m_OwnerTargetType' has a wrong offset!"); \ static_assert(offsetof(UAblSpawnActorTask, m_AttachToOwnerSocket) == 0x0000AE, "Member 'UAblSpawnActorTask::m_AttachToOwnerSocket' has a wrong offset!"); \ static_assert(offsetof(UAblSpawnActorTask, m_AttachmentRule) == 0x0000AF, "Member 'UAblSpawnActorTask::m_AttachmentRule' has a wrong offset!"); \ static_assert(offsetof(UAblSpawnActorTask, m_SocketName) == 0x0000B0, "Member 'UAblSpawnActorTask::m_SocketName' has a wrong offset!"); \ static_assert(offsetof(UAblSpawnActorTask, m_Offset) == 0x0000B8, "Member 'UAblSpawnActorTask::m_Offset' has a wrong offset!"); \ static_assert(offsetof(UAblSpawnActorTask, m_InheritOwnerLinearVelocity) == 0x0000C4, "Member 'UAblSpawnActorTask::m_InheritOwnerLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(UAblSpawnActorTask, m_MarkAsTransient) == 0x0000C5, "Member 'UAblSpawnActorTask::m_MarkAsTransient' has a wrong offset!"); \ static_assert(offsetof(UAblSpawnActorTask, m_DestroyAtEnd) == 0x0000C6, "Member 'UAblSpawnActorTask::m_DestroyAtEnd' has a wrong offset!"); \ static_assert(offsetof(UAblSpawnActorTask, m_fireEvent) == 0x0000C7, "Member 'UAblSpawnActorTask::m_fireEvent' has a wrong offset!"); \ static_assert(offsetof(UAblSpawnActorTask, m_name) == 0x0000C8, "Member 'UAblSpawnActorTask::m_name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblStartPositionGetter \ static_assert(alignof(UAblStartPositionGetter) == 0x000008, "Wrong alignment on UAblStartPositionGetter"); \ static_assert(sizeof(UAblStartPositionGetter) == 0x000028, "Wrong size on UAblStartPositionGetter"); \ #define DUMPER7_ASSERTS_UAblTargetingBox \ static_assert(alignof(UAblTargetingBox) == 0x000008, "Wrong alignment on UAblTargetingBox"); \ static_assert(sizeof(UAblTargetingBox) == 0x000088, "Wrong size on UAblTargetingBox"); \ static_assert(offsetof(UAblTargetingBox, m_HalfExtents) == 0x000078, "Member 'UAblTargetingBox::m_HalfExtents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTargetingCapsule \ static_assert(alignof(UAblTargetingCapsule) == 0x000008, "Wrong alignment on UAblTargetingCapsule"); \ static_assert(sizeof(UAblTargetingCapsule) == 0x000080, "Wrong size on UAblTargetingCapsule"); \ static_assert(offsetof(UAblTargetingCapsule, m_Height) == 0x000078, "Member 'UAblTargetingCapsule::m_Height' has a wrong offset!"); \ static_assert(offsetof(UAblTargetingCapsule, m_radius) == 0x00007C, "Member 'UAblTargetingCapsule::m_radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTargetingCone \ static_assert(alignof(UAblTargetingCone) == 0x000008, "Wrong alignment on UAblTargetingCone"); \ static_assert(sizeof(UAblTargetingCone) == 0x000088, "Wrong size on UAblTargetingCone"); \ static_assert(offsetof(UAblTargetingCone, m_FOV) == 0x000078, "Member 'UAblTargetingCone::m_FOV' has a wrong offset!"); \ static_assert(offsetof(UAblTargetingCone, m_Length) == 0x00007C, "Member 'UAblTargetingCone::m_Length' has a wrong offset!"); \ static_assert(offsetof(UAblTargetingCone, m_Height) == 0x000080, "Member 'UAblTargetingCone::m_Height' has a wrong offset!"); \ static_assert(offsetof(UAblTargetingCone, m_2DQuery) == 0x000084, "Member 'UAblTargetingCone::m_2DQuery' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAbilityTargetingFilterSortByDistance \ static_assert(alignof(UAblAbilityTargetingFilterSortByDistance) == 0x000008, "Wrong alignment on UAblAbilityTargetingFilterSortByDistance"); \ static_assert(sizeof(UAblAbilityTargetingFilterSortByDistance) == 0x000030, "Wrong size on UAblAbilityTargetingFilterSortByDistance"); \ static_assert(offsetof(UAblAbilityTargetingFilterSortByDistance, m_Use2DDistance) == 0x000028, "Member 'UAblAbilityTargetingFilterSortByDistance::m_Use2DDistance' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityTargetingFilterSortByDistance, m_SortDirection) == 0x000029, "Member 'UAblAbilityTargetingFilterSortByDistance::m_SortDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAbilityTargetingFilterOwner \ static_assert(alignof(UAblAbilityTargetingFilterOwner) == 0x000008, "Wrong alignment on UAblAbilityTargetingFilterOwner"); \ static_assert(sizeof(UAblAbilityTargetingFilterOwner) == 0x000028, "Wrong size on UAblAbilityTargetingFilterOwner"); \ #define DUMPER7_ASSERTS_UAblAbilityTargetingFilterInstigator \ static_assert(alignof(UAblAbilityTargetingFilterInstigator) == 0x000008, "Wrong alignment on UAblAbilityTargetingFilterInstigator"); \ static_assert(sizeof(UAblAbilityTargetingFilterInstigator) == 0x000028, "Wrong size on UAblAbilityTargetingFilterInstigator"); \ #define DUMPER7_ASSERTS_UAblAbilityTargetingFilterClass \ static_assert(alignof(UAblAbilityTargetingFilterClass) == 0x000008, "Wrong alignment on UAblAbilityTargetingFilterClass"); \ static_assert(sizeof(UAblAbilityTargetingFilterClass) == 0x000038, "Wrong size on UAblAbilityTargetingFilterClass"); \ static_assert(offsetof(UAblAbilityTargetingFilterClass, m_Class) == 0x000028, "Member 'UAblAbilityTargetingFilterClass::m_Class' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityTargetingFilterClass, m_Negate) == 0x000030, "Member 'UAblAbilityTargetingFilterClass::m_Negate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAbilityTargetingFilterMaxTargets \ static_assert(alignof(UAblAbilityTargetingFilterMaxTargets) == 0x000008, "Wrong alignment on UAblAbilityTargetingFilterMaxTargets"); \ static_assert(sizeof(UAblAbilityTargetingFilterMaxTargets) == 0x000030, "Wrong size on UAblAbilityTargetingFilterMaxTargets"); \ static_assert(offsetof(UAblAbilityTargetingFilterMaxTargets, m_MaxTargets) == 0x000028, "Member 'UAblAbilityTargetingFilterMaxTargets::m_MaxTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAbilityTargetingFilterCustom \ static_assert(alignof(UAblAbilityTargetingFilterCustom) == 0x000008, "Wrong alignment on UAblAbilityTargetingFilterCustom"); \ static_assert(sizeof(UAblAbilityTargetingFilterCustom) == 0x000038, "Wrong size on UAblAbilityTargetingFilterCustom"); \ static_assert(offsetof(UAblAbilityTargetingFilterCustom, m_EventName) == 0x000028, "Member 'UAblAbilityTargetingFilterCustom::m_EventName' has a wrong offset!"); \ static_assert(offsetof(UAblAbilityTargetingFilterCustom, m_UseAsync) == 0x000030, "Member 'UAblAbilityTargetingFilterCustom::m_UseAsync' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTargetingInstigator \ static_assert(alignof(UAblTargetingInstigator) == 0x000008, "Wrong alignment on UAblTargetingInstigator"); \ static_assert(sizeof(UAblTargetingInstigator) == 0x000078, "Wrong size on UAblTargetingInstigator"); \ #define DUMPER7_ASSERTS_UAblTargetingSelf \ static_assert(alignof(UAblTargetingSelf) == 0x000008, "Wrong alignment on UAblTargetingSelf"); \ static_assert(sizeof(UAblTargetingSelf) == 0x000078, "Wrong size on UAblTargetingSelf"); \ #define DUMPER7_ASSERTS_UAblTargetingOwner \ static_assert(alignof(UAblTargetingOwner) == 0x000008, "Wrong alignment on UAblTargetingOwner"); \ static_assert(sizeof(UAblTargetingOwner) == 0x000078, "Wrong size on UAblTargetingOwner"); \ #define DUMPER7_ASSERTS_UAblTargetingCustom \ static_assert(alignof(UAblTargetingCustom) == 0x000008, "Wrong alignment on UAblTargetingCustom"); \ static_assert(sizeof(UAblTargetingCustom) == 0x000078, "Wrong size on UAblTargetingCustom"); \ #define DUMPER7_ASSERTS_UAblTargetingRaycast \ static_assert(alignof(UAblTargetingRaycast) == 0x000008, "Wrong alignment on UAblTargetingRaycast"); \ static_assert(sizeof(UAblTargetingRaycast) == 0x000080, "Wrong size on UAblTargetingRaycast"); \ static_assert(offsetof(UAblTargetingRaycast, m_Length) == 0x000078, "Member 'UAblTargetingRaycast::m_Length' has a wrong offset!"); \ static_assert(offsetof(UAblTargetingRaycast, m_OnlyWantBlockingObject) == 0x00007C, "Member 'UAblTargetingRaycast::m_OnlyWantBlockingObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTargetingSphere \ static_assert(alignof(UAblTargetingSphere) == 0x000008, "Wrong alignment on UAblTargetingSphere"); \ static_assert(sizeof(UAblTargetingSphere) == 0x000080, "Wrong size on UAblTargetingSphere"); \ static_assert(offsetof(UAblTargetingSphere, m_radius) == 0x000078, "Member 'UAblTargetingSphere::m_radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblHasTagTaskCondition \ static_assert(alignof(UAblHasTagTaskCondition) == 0x000008, "Wrong alignment on UAblHasTagTaskCondition"); \ static_assert(sizeof(UAblHasTagTaskCondition) == 0x000038, "Wrong size on UAblHasTagTaskCondition"); \ static_assert(offsetof(UAblHasTagTaskCondition, Tag) == 0x000028, "Member 'UAblHasTagTaskCondition::Tag' has a wrong offset!"); \ static_assert(offsetof(UAblHasTagTaskCondition, bInverse) == 0x000030, "Member 'UAblHasTagTaskCondition::bInverse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablTimeDilationTaskScratchPad \ static_assert(alignof(UablTimeDilationTaskScratchPad) == 0x000008, "Wrong alignment on UablTimeDilationTaskScratchPad"); \ static_assert(sizeof(UablTimeDilationTaskScratchPad) == 0x000030, "Wrong size on UablTimeDilationTaskScratchPad"); \ #define DUMPER7_ASSERTS_UAblTimeDilationTask \ static_assert(alignof(UAblTimeDilationTask) == 0x000008, "Wrong alignment on UAblTimeDilationTask"); \ static_assert(sizeof(UAblTimeDilationTask) == 0x000090, "Wrong size on UAblTimeDilationTask"); \ static_assert(offsetof(UAblTimeDilationTask, TimeDilationTarget) == 0x000070, "Member 'UAblTimeDilationTask::TimeDilationTarget' has a wrong offset!"); \ static_assert(offsetof(UAblTimeDilationTask, TimeDilationCurve) == 0x000078, "Member 'UAblTimeDilationTask::TimeDilationCurve' has a wrong offset!"); \ static_assert(offsetof(UAblTimeDilationTask, TimeDilation) == 0x000080, "Member 'UAblTimeDilationTask::TimeDilation' has a wrong offset!"); \ static_assert(offsetof(UAblTimeDilationTask, EaseInDuration) == 0x000084, "Member 'UAblTimeDilationTask::EaseInDuration' has a wrong offset!"); \ static_assert(offsetof(UAblTimeDilationTask, bCounterWorld) == 0x000088, "Member 'UAblTimeDilationTask::bCounterWorld' has a wrong offset!"); \ static_assert(offsetof(UAblTimeDilationTask, bEndTaskOnReactionDone) == 0x000089, "Member 'UAblTimeDilationTask::bEndTaskOnReactionDone' has a wrong offset!"); \ static_assert(offsetof(UAblTimeDilationTask, bTestAgainstWorldTime) == 0x00008A, "Member 'UAblTimeDilationTask::bTestAgainstWorldTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTurnToTaskScratchPad \ static_assert(alignof(UAblTurnToTaskScratchPad) == 0x000008, "Wrong alignment on UAblTurnToTaskScratchPad"); \ static_assert(sizeof(UAblTurnToTaskScratchPad) == 0x000068, "Wrong size on UAblTurnToTaskScratchPad"); \ static_assert(offsetof(UAblTurnToTaskScratchPad, InProgressTurn) == 0x000028, "Member 'UAblTurnToTaskScratchPad::InProgressTurn' has a wrong offset!"); \ static_assert(offsetof(UAblTurnToTaskScratchPad, TurningBlend) == 0x000038, "Member 'UAblTurnToTaskScratchPad::TurningBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTurnToTask \ static_assert(alignof(UAblTurnToTask) == 0x000008, "Wrong alignment on UAblTurnToTask"); \ static_assert(sizeof(UAblTurnToTask) == 0x0000B8, "Wrong size on UAblTurnToTask"); \ static_assert(offsetof(UAblTurnToTask, m_RotationTarget) == 0x000070, "Member 'UAblTurnToTask::m_RotationTarget' has a wrong offset!"); \ static_assert(offsetof(UAblTurnToTask, m_TrackTarget) == 0x000071, "Member 'UAblTurnToTask::m_TrackTarget' has a wrong offset!"); \ static_assert(offsetof(UAblTurnToTask, m_RotationOffset) == 0x000074, "Member 'UAblTurnToTask::m_RotationOffset' has a wrong offset!"); \ static_assert(offsetof(UAblTurnToTask, m_SetYaw) == 0x000080, "Member 'UAblTurnToTask::m_SetYaw' has a wrong offset!"); \ static_assert(offsetof(UAblTurnToTask, m_SetPitch) == 0x000081, "Member 'UAblTurnToTask::m_SetPitch' has a wrong offset!"); \ static_assert(offsetof(UAblTurnToTask, m_Blend) == 0x000088, "Member 'UAblTurnToTask::m_Blend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationClip_AblAbility \ static_assert(alignof(UAnimationClip_AblAbility) == 0x000008, "Wrong alignment on UAnimationClip_AblAbility"); \ static_assert(sizeof(UAnimationClip_AblAbility) == 0x000028, "Wrong size on UAnimationClip_AblAbility"); \ #define DUMPER7_ASSERTS_UBTDecorator_HasActivePassiveAbility \ static_assert(alignof(UBTDecorator_HasActivePassiveAbility) == 0x000008, "Wrong alignment on UBTDecorator_HasActivePassiveAbility"); \ static_assert(sizeof(UBTDecorator_HasActivePassiveAbility) == 0x000098, "Wrong size on UBTDecorator_HasActivePassiveAbility"); \ static_assert(offsetof(UBTDecorator_HasActivePassiveAbility, ActorToCheck) == 0x000068, "Member 'UBTDecorator_HasActivePassiveAbility::ActorToCheck' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_HasActivePassiveAbility, Ability) == 0x000090, "Member 'UBTDecorator_HasActivePassiveAbility::Ability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_IsAbilityOnCooldown \ static_assert(alignof(UBTDecorator_IsAbilityOnCooldown) == 0x000008, "Wrong alignment on UBTDecorator_IsAbilityOnCooldown"); \ static_assert(sizeof(UBTDecorator_IsAbilityOnCooldown) == 0x000098, "Wrong size on UBTDecorator_IsAbilityOnCooldown"); \ static_assert(offsetof(UBTDecorator_IsAbilityOnCooldown, ActorToCheck) == 0x000068, "Member 'UBTDecorator_IsAbilityOnCooldown::ActorToCheck' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_IsAbilityOnCooldown, Ability) == 0x000090, "Member 'UBTDecorator_IsAbilityOnCooldown::Ability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_IsInAbilityRange \ static_assert(alignof(UBTDecorator_IsInAbilityRange) == 0x000008, "Wrong alignment on UBTDecorator_IsInAbilityRange"); \ static_assert(sizeof(UBTDecorator_IsInAbilityRange) == 0x0000C8, "Wrong size on UBTDecorator_IsInAbilityRange"); \ static_assert(offsetof(UBTDecorator_IsInAbilityRange, PointA) == 0x000068, "Member 'UBTDecorator_IsInAbilityRange::PointA' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_IsInAbilityRange, PointB) == 0x000090, "Member 'UBTDecorator_IsInAbilityRange::PointB' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_IsInAbilityRange, Ability) == 0x0000B8, "Member 'UBTDecorator_IsInAbilityRange::Ability' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_IsInAbilityRange, XYDistance) == 0x0000C0, "Member 'UBTDecorator_IsInAbilityRange::XYDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_IsPlayingAbility \ static_assert(alignof(UBTDecorator_IsPlayingAbility) == 0x000008, "Wrong alignment on UBTDecorator_IsPlayingAbility"); \ static_assert(sizeof(UBTDecorator_IsPlayingAbility) == 0x000090, "Wrong size on UBTDecorator_IsPlayingAbility"); \ static_assert(offsetof(UBTDecorator_IsPlayingAbility, ActorToCheck) == 0x000068, "Member 'UBTDecorator_IsPlayingAbility::ActorToCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_PlayAbilityBase \ static_assert(alignof(UBTTask_PlayAbilityBase) == 0x000008, "Wrong alignment on UBTTask_PlayAbilityBase"); \ static_assert(sizeof(UBTTask_PlayAbilityBase) == 0x0000C0, "Wrong size on UBTTask_PlayAbilityBase"); \ static_assert(offsetof(UBTTask_PlayAbilityBase, AbilityChannelName) == 0x000070, "Member 'UBTTask_PlayAbilityBase::AbilityChannelName' has a wrong offset!"); \ static_assert(offsetof(UBTTask_PlayAbilityBase, MarkAsInProgressDuringExecution) == 0x000078, "Member 'UBTTask_PlayAbilityBase::MarkAsInProgressDuringExecution' has a wrong offset!"); \ static_assert(offsetof(UBTTask_PlayAbilityBase, bWaitForHermesMessage) == 0x000079, "Member 'UBTTask_PlayAbilityBase::bWaitForHermesMessage' has a wrong offset!"); \ static_assert(offsetof(UBTTask_PlayAbilityBase, MessageName) == 0x00007C, "Member 'UBTTask_PlayAbilityBase::MessageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_PlayAbility \ static_assert(alignof(UBTTask_PlayAbility) == 0x000008, "Wrong alignment on UBTTask_PlayAbility"); \ static_assert(sizeof(UBTTask_PlayAbility) == 0x0000C8, "Wrong size on UBTTask_PlayAbility"); \ static_assert(offsetof(UBTTask_PlayAbility, Ability) == 0x0000C0, "Member 'UBTTask_PlayAbility::Ability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_PlayArchitectAbility \ static_assert(alignof(UBTTask_PlayArchitectAbility) == 0x000008, "Wrong alignment on UBTTask_PlayArchitectAbility"); \ static_assert(sizeof(UBTTask_PlayArchitectAbility) == 0x000110, "Wrong size on UBTTask_PlayArchitectAbility"); \ static_assert(offsetof(UBTTask_PlayArchitectAbility, InteractionArchitectAsset) == 0x0000C0, "Member 'UBTTask_PlayArchitectAbility::InteractionArchitectAsset' has a wrong offset!"); \ static_assert(offsetof(UBTTask_PlayArchitectAbility, Project) == 0x0000C8, "Member 'UBTTask_PlayArchitectAbility::Project' has a wrong offset!"); \ static_assert(offsetof(UBTTask_PlayArchitectAbility, SourceTags) == 0x0000D0, "Member 'UBTTask_PlayArchitectAbility::SourceTags' has a wrong offset!"); \ static_assert(offsetof(UBTTask_PlayArchitectAbility, TargetTags) == 0x0000F0, "Member 'UBTTask_PlayArchitectAbility::TargetTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_StopAbility \ static_assert(alignof(UBTTask_StopAbility) == 0x000008, "Wrong alignment on UBTTask_StopAbility"); \ static_assert(sizeof(UBTTask_StopAbility) == 0x000088, "Wrong size on UBTTask_StopAbility"); \ static_assert(offsetof(UBTTask_StopAbility, CancelActive) == 0x000070, "Member 'UBTTask_StopAbility::CancelActive' has a wrong offset!"); \ static_assert(offsetof(UBTTask_StopAbility, Ability) == 0x000078, "Member 'UBTTask_StopAbility::Ability' has a wrong offset!"); \ static_assert(offsetof(UBTTask_StopAbility, ResultToUse) == 0x000080, "Member 'UBTTask_StopAbility::ResultToUse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIKDriver_GroundAdjustment_Able \ static_assert(alignof(UIKDriver_GroundAdjustment_Able) == 0x000010, "Wrong alignment on UIKDriver_GroundAdjustment_Able"); \ static_assert(sizeof(UIKDriver_GroundAdjustment_Able) == 0x000390, "Wrong size on UIKDriver_GroundAdjustment_Able"); \ #define DUMPER7_ASSERTS_UObjectTrackerManager \ static_assert(alignof(UObjectTrackerManager) == 0x000008, "Wrong alignment on UObjectTrackerManager"); \ static_assert(sizeof(UObjectTrackerManager) == 0x000088, "Wrong size on UObjectTrackerManager"); \ #define DUMPER7_ASSERTS_FSurfaceTypeChanged \ static_assert(alignof(FSurfaceTypeChanged) == 0x000004, "Wrong alignment on FSurfaceTypeChanged"); \ static_assert(sizeof(FSurfaceTypeChanged) == 0x000014, "Wrong size on FSurfaceTypeChanged"); \ static_assert(offsetof(FSurfaceTypeChanged, LastSurfaceType) == 0x000000, "Member 'FSurfaceTypeChanged::LastSurfaceType' has a wrong offset!"); \ static_assert(offsetof(FSurfaceTypeChanged, NewSurfaceType) == 0x000001, "Member 'FSurfaceTypeChanged::NewSurfaceType' has a wrong offset!"); \ static_assert(offsetof(FSurfaceTypeChanged, normal) == 0x000004, "Member 'FSurfaceTypeChanged::normal' has a wrong offset!"); \ static_assert(offsetof(FSurfaceTypeChanged, Friction) == 0x000010, "Member 'FSurfaceTypeChanged::Friction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAmbulatoryHUDStyle \ static_assert(alignof(FAmbulatoryHUDStyle) == 0x000008, "Wrong alignment on FAmbulatoryHUDStyle"); \ static_assert(sizeof(FAmbulatoryHUDStyle) == 0x0022C0, "Wrong size on FAmbulatoryHUDStyle"); \ static_assert(offsetof(FAmbulatoryHUDStyle, CurrentActorTextStyle) == 0x000008, "Member 'FAmbulatoryHUDStyle::CurrentActorTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAmbulatoryHUDStyle, ImpulseTextStyle) == 0x000278, "Member 'FAmbulatoryHUDStyle::ImpulseTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAmbulatoryHUDStyle, PendingLinearTextStyle) == 0x0004E8, "Member 'FAmbulatoryHUDStyle::PendingLinearTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAmbulatoryHUDStyle, LinearVelocityTextStyle) == 0x000758, "Member 'FAmbulatoryHUDStyle::LinearVelocityTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAmbulatoryHUDStyle, MovementComponentVelocityTextStyle) == 0x0009C8, "Member 'FAmbulatoryHUDStyle::MovementComponentVelocityTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAmbulatoryHUDStyle, MovementModeTextStyle) == 0x000C38, "Member 'FAmbulatoryHUDStyle::MovementModeTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAmbulatoryHUDStyle, OverrideRootMotionTextStyle) == 0x000EA8, "Member 'FAmbulatoryHUDStyle::OverrideRootMotionTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAmbulatoryHUDStyle, HasRootMotionTextStyle) == 0x001118, "Member 'FAmbulatoryHUDStyle::HasRootMotionTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAmbulatoryHUDStyle, PerforminatorTextStyle) == 0x001388, "Member 'FAmbulatoryHUDStyle::PerforminatorTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAmbulatoryHUDStyle, DampingTextStyle) == 0x0015F8, "Member 'FAmbulatoryHUDStyle::DampingTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAmbulatoryHUDStyle, AtRestTextStyle) == 0x001868, "Member 'FAmbulatoryHUDStyle::AtRestTextStyle' has a wrong offset!"); \ static_assert(offsetof(FAmbulatoryHUDStyle, TreeRowStyle) == 0x001AD8, "Member 'FAmbulatoryHUDStyle::TreeRowStyle' has a wrong offset!"); \ static_assert(offsetof(FAmbulatoryHUDStyle, HUDMargin) == 0x0022A0, "Member 'FAmbulatoryHUDStyle::HUDMargin' has a wrong offset!"); \ static_assert(offsetof(FAmbulatoryHUDStyle, TreeMargin) == 0x0022B0, "Member 'FAmbulatoryHUDStyle::TreeMargin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAvaMotionWarpingSyncPoint \ static_assert(alignof(FAvaMotionWarpingSyncPoint) == 0x000010, "Wrong alignment on FAvaMotionWarpingSyncPoint"); \ static_assert(sizeof(FAvaMotionWarpingSyncPoint) == 0x000020, "Wrong size on FAvaMotionWarpingSyncPoint"); \ static_assert(offsetof(FAvaMotionWarpingSyncPoint, Location) == 0x000000, "Member 'FAvaMotionWarpingSyncPoint::Location' has a wrong offset!"); \ static_assert(offsetof(FAvaMotionWarpingSyncPoint, Rotation) == 0x000010, "Member 'FAvaMotionWarpingSyncPoint::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTraversalLadderSettings \ static_assert(alignof(FTraversalLadderSettings) == 0x000004, "Wrong alignment on FTraversalLadderSettings"); \ static_assert(sizeof(FTraversalLadderSettings) == 0x000024, "Wrong size on FTraversalLadderSettings"); \ static_assert(offsetof(FTraversalLadderSettings, LadderExtent) == 0x000000, "Member 'FTraversalLadderSettings::LadderExtent' has a wrong offset!"); \ static_assert(offsetof(FTraversalLadderSettings, SweepLookAheadTime) == 0x000008, "Member 'FTraversalLadderSettings::SweepLookAheadTime' has a wrong offset!"); \ static_assert(offsetof(FTraversalLadderSettings, SweepLookAheadTimeWhenJumping) == 0x00000C, "Member 'FTraversalLadderSettings::SweepLookAheadTimeWhenJumping' has a wrong offset!"); \ static_assert(offsetof(FTraversalLadderSettings, SweepWidth) == 0x000010, "Member 'FTraversalLadderSettings::SweepWidth' has a wrong offset!"); \ static_assert(offsetof(FTraversalLadderSettings, MountRungsBottom) == 0x000014, "Member 'FTraversalLadderSettings::MountRungsBottom' has a wrong offset!"); \ static_assert(offsetof(FTraversalLadderSettings, MountRungsTop) == 0x000018, "Member 'FTraversalLadderSettings::MountRungsTop' has a wrong offset!"); \ static_assert(offsetof(FTraversalLadderSettings, ClimbAnimRungs) == 0x00001C, "Member 'FTraversalLadderSettings::ClimbAnimRungs' has a wrong offset!"); \ static_assert(offsetof(FTraversalLadderSettings, CharacterFwdOffset) == 0x000020, "Member 'FTraversalLadderSettings::CharacterFwdOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FValueTracker \ static_assert(alignof(FValueTracker) == 0x000004, "Wrong alignment on FValueTracker"); \ static_assert(sizeof(FValueTracker) == 0x00000C, "Wrong size on FValueTracker"); \ #define DUMPER7_ASSERTS_FWandCastInfo \ static_assert(alignof(FWandCastInfo) == 0x000004, "Wrong alignment on FWandCastInfo"); \ static_assert(sizeof(FWandCastInfo) == 0x00001C, "Wrong size on FWandCastInfo"); \ static_assert(offsetof(FWandCastInfo, WandCastType) == 0x000000, "Member 'FWandCastInfo::WandCastType' has a wrong offset!"); \ static_assert(offsetof(FWandCastInfo, LastWandCastType) == 0x000001, "Member 'FWandCastInfo::LastWandCastType' has a wrong offset!"); \ static_assert(offsetof(FWandCastInfo, PreWandCastState) == 0x000002, "Member 'FWandCastInfo::PreWandCastState' has a wrong offset!"); \ static_assert(offsetof(FWandCastInfo, AnticipationWandCastState) == 0x000003, "Member 'FWandCastInfo::AnticipationWandCastState' has a wrong offset!"); \ static_assert(offsetof(FWandCastInfo, LastWandCastState) == 0x000004, "Member 'FWandCastInfo::LastWandCastState' has a wrong offset!"); \ static_assert(offsetof(FWandCastInfo, TimeAtLastAttack) == 0x000008, "Member 'FWandCastInfo::TimeAtLastAttack' has a wrong offset!"); \ static_assert(offsetof(FWandCastInfo, LastDiscreteAngle) == 0x00000C, "Member 'FWandCastInfo::LastDiscreteAngle' has a wrong offset!"); \ static_assert(offsetof(FWandCastInfo, LastBaseAttackIndex) == 0x000010, "Member 'FWandCastInfo::LastBaseAttackIndex' has a wrong offset!"); \ static_assert(offsetof(FWandCastInfo, AttackCount) == 0x000014, "Member 'FWandCastInfo::AttackCount' has a wrong offset!"); \ static_assert(offsetof(FWandCastInfo, bMelee) == 0x000018, "Member 'FWandCastInfo::bMelee' has a wrong offset!"); \ static_assert(offsetof(FWandCastInfo, bComboFinisher) == 0x000019, "Member 'FWandCastInfo::bComboFinisher' has a wrong offset!"); \ static_assert(offsetof(FWandCastInfo, bTransitionAnimation) == 0x00001A, "Member 'FWandCastInfo::bTransitionAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAmbulatory_MobilityMode \ static_assert(alignof(FAmbulatory_MobilityMode) == 0x000004, "Wrong alignment on FAmbulatory_MobilityMode"); \ static_assert(sizeof(FAmbulatory_MobilityMode) == 0x000020, "Wrong size on FAmbulatory_MobilityMode"); \ static_assert(offsetof(FAmbulatory_MobilityMode, bApplyMovementSpeeds) == 0x000000, "Member 'FAmbulatory_MobilityMode::bApplyMovementSpeeds' has a wrong offset!"); \ static_assert(offsetof(FAmbulatory_MobilityMode, MinimumMovementSpeed) == 0x000004, "Member 'FAmbulatory_MobilityMode::MinimumMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(FAmbulatory_MobilityMode, MaximumMovementSpeed) == 0x000008, "Member 'FAmbulatory_MobilityMode::MaximumMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(FAmbulatory_MobilityMode, SlowWalkTargetSpeed) == 0x00000C, "Member 'FAmbulatory_MobilityMode::SlowWalkTargetSpeed' has a wrong offset!"); \ static_assert(offsetof(FAmbulatory_MobilityMode, WalkTargetSpeed) == 0x000010, "Member 'FAmbulatory_MobilityMode::WalkTargetSpeed' has a wrong offset!"); \ static_assert(offsetof(FAmbulatory_MobilityMode, JogTargetSpeed) == 0x000014, "Member 'FAmbulatory_MobilityMode::JogTargetSpeed' has a wrong offset!"); \ static_assert(offsetof(FAmbulatory_MobilityMode, SprintTargetSpeed) == 0x000018, "Member 'FAmbulatory_MobilityMode::SprintTargetSpeed' has a wrong offset!"); \ static_assert(offsetof(FAmbulatory_MobilityMode, UseStrafe) == 0x00001C, "Member 'FAmbulatory_MobilityMode::UseStrafe' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSharedContinuousImpulseHelper \ static_assert(alignof(FSharedContinuousImpulseHelper) == 0x000008, "Wrong alignment on FSharedContinuousImpulseHelper"); \ static_assert(sizeof(FSharedContinuousImpulseHelper) == 0x000010, "Wrong size on FSharedContinuousImpulseHelper"); \ #define DUMPER7_ASSERTS_FAvaMotionWarpingModifier \ static_assert(alignof(FAvaMotionWarpingModifier) == 0x000008, "Wrong alignment on FAvaMotionWarpingModifier"); \ static_assert(sizeof(FAvaMotionWarpingModifier) == 0x000028, "Wrong size on FAvaMotionWarpingModifier"); \ static_assert(offsetof(FAvaMotionWarpingModifier, Animation) == 0x000008, "Member 'FAvaMotionWarpingModifier::Animation' has a wrong offset!"); \ static_assert(offsetof(FAvaMotionWarpingModifier, StartTime) == 0x000010, "Member 'FAvaMotionWarpingModifier::StartTime' has a wrong offset!"); \ static_assert(offsetof(FAvaMotionWarpingModifier, EndTime) == 0x000014, "Member 'FAvaMotionWarpingModifier::EndTime' has a wrong offset!"); \ static_assert(offsetof(FAvaMotionWarpingModifier, PreviousPosition) == 0x000018, "Member 'FAvaMotionWarpingModifier::PreviousPosition' has a wrong offset!"); \ static_assert(offsetof(FAvaMotionWarpingModifier, CurrentPosition) == 0x00001C, "Member 'FAvaMotionWarpingModifier::CurrentPosition' has a wrong offset!"); \ static_assert(offsetof(FAvaMotionWarpingModifier, weight) == 0x000020, "Member 'FAvaMotionWarpingModifier::weight' has a wrong offset!"); \ static_assert(offsetof(FAvaMotionWarpingModifier, bInLocalSpace) == 0x000024, "Member 'FAvaMotionWarpingModifier::bInLocalSpace' has a wrong offset!"); \ static_assert(offsetof(FAvaMotionWarpingModifier, State) == 0x000025, "Member 'FAvaMotionWarpingModifier::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAvaMotionWarpingModifier_OrientToRequest \ static_assert(alignof(FAvaMotionWarpingModifier_OrientToRequest) == 0x000008, "Wrong alignment on FAvaMotionWarpingModifier_OrientToRequest"); \ static_assert(sizeof(FAvaMotionWarpingModifier_OrientToRequest) == 0x000028, "Wrong size on FAvaMotionWarpingModifier_OrientToRequest"); \ #define DUMPER7_ASSERTS_FAvaMotionWarpingModifier_Scale \ static_assert(alignof(FAvaMotionWarpingModifier_Scale) == 0x000008, "Wrong alignment on FAvaMotionWarpingModifier_Scale"); \ static_assert(sizeof(FAvaMotionWarpingModifier_Scale) == 0x000038, "Wrong size on FAvaMotionWarpingModifier_Scale"); \ static_assert(offsetof(FAvaMotionWarpingModifier_Scale, Scale) == 0x000028, "Member 'FAvaMotionWarpingModifier_Scale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAvaMotionWarpingModifier_Warp \ static_assert(alignof(FAvaMotionWarpingModifier_Warp) == 0x000010, "Wrong alignment on FAvaMotionWarpingModifier_Warp"); \ static_assert(sizeof(FAvaMotionWarpingModifier_Warp) == 0x000060, "Wrong size on FAvaMotionWarpingModifier_Warp"); \ static_assert(offsetof(FAvaMotionWarpingModifier_Warp, SyncPointName) == 0x000028, "Member 'FAvaMotionWarpingModifier_Warp::SyncPointName' has a wrong offset!"); \ static_assert(offsetof(FAvaMotionWarpingModifier_Warp, bWarpTranslation) == 0x000030, "Member 'FAvaMotionWarpingModifier_Warp::bWarpTranslation' has a wrong offset!"); \ static_assert(offsetof(FAvaMotionWarpingModifier_Warp, bDisallowHorizontalStretching) == 0x000031, "Member 'FAvaMotionWarpingModifier_Warp::bDisallowHorizontalStretching' has a wrong offset!"); \ static_assert(offsetof(FAvaMotionWarpingModifier_Warp, bDisallowHorizontalSquishing) == 0x000032, "Member 'FAvaMotionWarpingModifier_Warp::bDisallowHorizontalSquishing' has a wrong offset!"); \ static_assert(offsetof(FAvaMotionWarpingModifier_Warp, bIgnoreZAxis) == 0x000033, "Member 'FAvaMotionWarpingModifier_Warp::bIgnoreZAxis' has a wrong offset!"); \ static_assert(offsetof(FAvaMotionWarpingModifier_Warp, bWarpRotation) == 0x000034, "Member 'FAvaMotionWarpingModifier_Warp::bWarpRotation' has a wrong offset!"); \ static_assert(offsetof(FAvaMotionWarpingModifier_Warp, RotationType) == 0x000035, "Member 'FAvaMotionWarpingModifier_Warp::RotationType' has a wrong offset!"); \ static_assert(offsetof(FAvaMotionWarpingModifier_Warp, WarpRotationTimeMultiplier) == 0x000038, "Member 'FAvaMotionWarpingModifier_Warp::WarpRotationTimeMultiplier' has a wrong offset!"); \ static_assert(offsetof(FAvaMotionWarpingModifier_Warp, CachedSyncPoint) == 0x000040, "Member 'FAvaMotionWarpingModifier_Warp::CachedSyncPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAvaMotionWarpingModifier_SkewWarp \ static_assert(alignof(FAvaMotionWarpingModifier_SkewWarp) == 0x000010, "Wrong alignment on FAvaMotionWarpingModifier_SkewWarp"); \ static_assert(sizeof(FAvaMotionWarpingModifier_SkewWarp) == 0x000060, "Wrong size on FAvaMotionWarpingModifier_SkewWarp"); \ #define DUMPER7_ASSERTS_FAvaRootMotionWarper \ static_assert(alignof(FAvaRootMotionWarper) == 0x000008, "Wrong alignment on FAvaRootMotionWarper"); \ static_assert(sizeof(FAvaRootMotionWarper) == 0x000078, "Wrong size on FAvaRootMotionWarper"); \ static_assert(offsetof(FAvaRootMotionWarper, DefaultMotionWarpWindowFinders) == 0x000000, "Member 'FAvaRootMotionWarper::DefaultMotionWarpWindowFinders' has a wrong offset!"); \ static_assert(offsetof(FAvaRootMotionWarper, CharacterOwner) == 0x000010, "Member 'FAvaRootMotionWarper::CharacterOwner' has a wrong offset!"); \ static_assert(offsetof(FAvaRootMotionWarper, MotionWarpWindowFinders) == 0x000018, "Member 'FAvaRootMotionWarper::MotionWarpWindowFinders' has a wrong offset!"); \ static_assert(offsetof(FAvaRootMotionWarper, SyncPoints) == 0x000028, "Member 'FAvaRootMotionWarper::SyncPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSurfaceTypeToVFX \ static_assert(alignof(FSurfaceTypeToVFX) == 0x000008, "Wrong alignment on FSurfaceTypeToVFX"); \ static_assert(sizeof(FSurfaceTypeToVFX) == 0x000018, "Wrong size on FSurfaceTypeToVFX"); \ static_assert(offsetof(FSurfaceTypeToVFX, SurfaceTypeName) == 0x000008, "Member 'FSurfaceTypeToVFX::SurfaceTypeName' has a wrong offset!"); \ static_assert(offsetof(FSurfaceTypeToVFX, VFX) == 0x000010, "Member 'FSurfaceTypeToVFX::VFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMotionTableEventState \ static_assert(alignof(FMotionTableEventState) == 0x000008, "Wrong alignment on FMotionTableEventState"); \ static_assert(sizeof(FMotionTableEventState) == 0x000060, "Wrong size on FMotionTableEventState"); \ static_assert(offsetof(FMotionTableEventState, TimeToEvent) == 0x000000, "Member 'FMotionTableEventState::TimeToEvent' has a wrong offset!"); \ static_assert(offsetof(FMotionTableEventState, TravelDistanceToEvent) == 0x000004, "Member 'FMotionTableEventState::TravelDistanceToEvent' has a wrong offset!"); \ static_assert(offsetof(FMotionTableEventState, FollowThroughDuration) == 0x000008, "Member 'FMotionTableEventState::FollowThroughDuration' has a wrong offset!"); \ static_assert(offsetof(FMotionTableEventState, FollowThroughTravelDistance) == 0x00000C, "Member 'FMotionTableEventState::FollowThroughTravelDistance' has a wrong offset!"); \ static_assert(offsetof(FMotionTableEventState, EventStateVariations) == 0x000010, "Member 'FMotionTableEventState::EventStateVariations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMotionTableEvent \ static_assert(alignof(FMotionTableEvent) == 0x000008, "Wrong alignment on FMotionTableEvent"); \ static_assert(sizeof(FMotionTableEvent) == 0x0000A0, "Wrong size on FMotionTableEvent"); \ static_assert(offsetof(FMotionTableEvent, EventStates) == 0x000000, "Member 'FMotionTableEvent::EventStates' has a wrong offset!"); \ static_assert(offsetof(FMotionTableEvent, StateToEventStateMap) == 0x000050, "Member 'FMotionTableEvent::StateToEventStateMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMotionTableTransition \ static_assert(alignof(FMotionTableTransition) == 0x000008, "Wrong alignment on FMotionTableTransition"); \ static_assert(sizeof(FMotionTableTransition) == 0x000020, "Wrong size on FMotionTableTransition"); \ static_assert(offsetof(FMotionTableTransition, TransitionDuration) == 0x000000, "Member 'FMotionTableTransition::TransitionDuration' has a wrong offset!"); \ static_assert(offsetof(FMotionTableTransition, TransitionTravelDistance) == 0x000004, "Member 'FMotionTableTransition::TransitionTravelDistance' has a wrong offset!"); \ static_assert(offsetof(FMotionTableTransition, TransitionMarkerTimes) == 0x000008, "Member 'FMotionTableTransition::TransitionMarkerTimes' has a wrong offset!"); \ static_assert(offsetof(FMotionTableTransition, TargetStateCycleTime) == 0x000018, "Member 'FMotionTableTransition::TargetStateCycleTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMotionTableState \ static_assert(alignof(FMotionTableState) == 0x000008, "Wrong alignment on FMotionTableState"); \ static_assert(sizeof(FMotionTableState) == 0x000060, "Wrong size on FMotionTableState"); \ static_assert(offsetof(FMotionTableState, bLoop) == 0x000000, "Member 'FMotionTableState::bLoop' has a wrong offset!"); \ static_assert(offsetof(FMotionTableState, Duration) == 0x000004, "Member 'FMotionTableState::Duration' has a wrong offset!"); \ static_assert(offsetof(FMotionTableState, TravelDistance) == 0x000008, "Member 'FMotionTableState::TravelDistance' has a wrong offset!"); \ static_assert(offsetof(FMotionTableState, Transitions) == 0x000010, "Member 'FMotionTableState::Transitions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovementEventData \ static_assert(alignof(FMovementEventData) == 0x000008, "Wrong alignment on FMovementEventData"); \ static_assert(sizeof(FMovementEventData) == 0x000120, "Wrong size on FMovementEventData"); \ static_assert(offsetof(FMovementEventData, MovementEventName) == 0x000000, "Member 'FMovementEventData::MovementEventName' has a wrong offset!"); \ static_assert(offsetof(FMovementEventData, MinApproachAngle) == 0x000008, "Member 'FMovementEventData::MinApproachAngle' has a wrong offset!"); \ static_assert(offsetof(FMovementEventData, MaximumAngleForCommitment) == 0x00000C, "Member 'FMovementEventData::MaximumAngleForCommitment' has a wrong offset!"); \ static_assert(offsetof(FMovementEventData, TimeToLocationCurve) == 0x000010, "Member 'FMovementEventData::TimeToLocationCurve' has a wrong offset!"); \ static_assert(offsetof(FMovementEventData, TimeToRotationCurve) == 0x000098, "Member 'FMovementEventData::TimeToRotationCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovementSensorInfo \ static_assert(alignof(FMovementSensorInfo) == 0x000010, "Wrong alignment on FMovementSensorInfo"); \ static_assert(sizeof(FMovementSensorInfo) == 0x000080, "Wrong size on FMovementSensorInfo"); \ static_assert(offsetof(FMovementSensorInfo, SensorType) == 0x000000, "Member 'FMovementSensorInfo::SensorType' has a wrong offset!"); \ static_assert(offsetof(FMovementSensorInfo, Location) == 0x000004, "Member 'FMovementSensorInfo::Location' has a wrong offset!"); \ static_assert(offsetof(FMovementSensorInfo, normal) == 0x000010, "Member 'FMovementSensorInfo::normal' has a wrong offset!"); \ static_assert(offsetof(FMovementSensorInfo, MoveNormal) == 0x00001C, "Member 'FMovementSensorInfo::MoveNormal' has a wrong offset!"); \ static_assert(offsetof(FMovementSensorInfo, MoveTransform) == 0x000030, "Member 'FMovementSensorInfo::MoveTransform' has a wrong offset!"); \ static_assert(offsetof(FMovementSensorInfo, MoveVelocity) == 0x000060, "Member 'FMovementSensorInfo::MoveVelocity' has a wrong offset!"); \ static_assert(offsetof(FMovementSensorInfo, Time) == 0x00006C, "Member 'FMovementSensorInfo::Time' has a wrong offset!"); \ static_assert(offsetof(FMovementSensorInfo, TimeUntilImpact) == 0x000070, "Member 'FMovementSensorInfo::TimeUntilImpact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovementPredictionSettings \ static_assert(alignof(FMovementPredictionSettings) == 0x000004, "Wrong alignment on FMovementPredictionSettings"); \ static_assert(sizeof(FMovementPredictionSettings) == 0x000034, "Wrong size on FMovementPredictionSettings"); \ static_assert(offsetof(FMovementPredictionSettings, bEnablePrediction) == 0x000000, "Member 'FMovementPredictionSettings::bEnablePrediction' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, PredictionDuration) == 0x000004, "Member 'FMovementPredictionSettings::PredictionDuration' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, MinJumpOnHeight) == 0x000008, "Member 'FMovementPredictionSettings::MinJumpOnHeight' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, MaxJumpOnHeight) == 0x00000C, "Member 'FMovementPredictionSettings::MaxJumpOnHeight' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, MinJumpDownHeight) == 0x000010, "Member 'FMovementPredictionSettings::MinJumpDownHeight' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, JumpOverDistance) == 0x000014, "Member 'FMovementPredictionSettings::JumpOverDistance' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, MaxGrazingAngle) == 0x000018, "Member 'FMovementPredictionSettings::MaxGrazingAngle' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, DistanceBetweenProbes) == 0x00001C, "Member 'FMovementPredictionSettings::DistanceBetweenProbes' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, TurnRate) == 0x000020, "Member 'FMovementPredictionSettings::TurnRate' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, bTimeSlice) == 0x000024, "Member 'FMovementPredictionSettings::bTimeSlice' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, bEnableLandingPrediction) == 0x000025, "Member 'FMovementPredictionSettings::bEnableLandingPrediction' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, bOnlyLandOnNavmesh) == 0x000026, "Member 'FMovementPredictionSettings::bOnlyLandOnNavmesh' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, bWaterCollisionChannelIsSet) == 0x000027, "Member 'FMovementPredictionSettings::bWaterCollisionChannelIsSet' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, WaterCollisionChannel) == 0x000028, "Member 'FMovementPredictionSettings::WaterCollisionChannel' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, bDebugDelayBetweenUpdates) == 0x000029, "Member 'FMovementPredictionSettings::bDebugDelayBetweenUpdates' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, bDebugDrawTrajectory) == 0x00002A, "Member 'FMovementPredictionSettings::bDebugDrawTrajectory' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, bDebugDrawSensorInfo) == 0x00002B, "Member 'FMovementPredictionSettings::bDebugDrawSensorInfo' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, SensorDrawDuration) == 0x00002C, "Member 'FMovementPredictionSettings::SensorDrawDuration' has a wrong offset!"); \ static_assert(offsetof(FMovementPredictionSettings, bDebugDrawSweeps) == 0x000030, "Member 'FMovementPredictionSettings::bDebugDrawSweeps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTraversalDropDownSettings \ static_assert(alignof(FTraversalDropDownSettings) == 0x000004, "Wrong alignment on FTraversalDropDownSettings"); \ static_assert(sizeof(FTraversalDropDownSettings) == 0x000014, "Wrong size on FTraversalDropDownSettings"); \ static_assert(offsetof(FTraversalDropDownSettings, bEnableJumpDown) == 0x000000, "Member 'FTraversalDropDownSettings::bEnableJumpDown' has a wrong offset!"); \ static_assert(offsetof(FTraversalDropDownSettings, bEnableTeeterOnEdge) == 0x000001, "Member 'FTraversalDropDownSettings::bEnableTeeterOnEdge' has a wrong offset!"); \ static_assert(offsetof(FTraversalDropDownSettings, MinJumpDownHeight) == 0x000004, "Member 'FTraversalDropDownSettings::MinJumpDownHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalDropDownSettings, MinTeeterOnEdgeHeight) == 0x000008, "Member 'FTraversalDropDownSettings::MinTeeterOnEdgeHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalDropDownSettings, TeeterEdgeDistance) == 0x00000C, "Member 'FTraversalDropDownSettings::TeeterEdgeDistance' has a wrong offset!"); \ static_assert(offsetof(FTraversalDropDownSettings, DeepWaterCollisionChannel) == 0x000010, "Member 'FTraversalDropDownSettings::DeepWaterCollisionChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTraversalSwimDiveSettings \ static_assert(alignof(FTraversalSwimDiveSettings) == 0x000004, "Wrong alignment on FTraversalSwimDiveSettings"); \ static_assert(sizeof(FTraversalSwimDiveSettings) == 0x000028, "Wrong size on FTraversalSwimDiveSettings"); \ static_assert(offsetof(FTraversalSwimDiveSettings, DeepWaterCollisionChannel) == 0x000000, "Member 'FTraversalSwimDiveSettings::DeepWaterCollisionChannel' has a wrong offset!"); \ static_assert(offsetof(FTraversalSwimDiveSettings, FallIntoWaterMinSpeed) == 0x000004, "Member 'FTraversalSwimDiveSettings::FallIntoWaterMinSpeed' has a wrong offset!"); \ static_assert(offsetof(FTraversalSwimDiveSettings, FallIntoWaterMinTimeToImpact) == 0x000008, "Member 'FTraversalSwimDiveSettings::FallIntoWaterMinTimeToImpact' has a wrong offset!"); \ static_assert(offsetof(FTraversalSwimDiveSettings, FallIntoWaterMaxTimeToImpact) == 0x00000C, "Member 'FTraversalSwimDiveSettings::FallIntoWaterMaxTimeToImpact' has a wrong offset!"); \ static_assert(offsetof(FTraversalSwimDiveSettings, FallIntoWaterMinWaterDepth) == 0x000010, "Member 'FTraversalSwimDiveSettings::FallIntoWaterMinWaterDepth' has a wrong offset!"); \ static_assert(offsetof(FTraversalSwimDiveSettings, DiveIntoWaterFwdSpeed) == 0x000014, "Member 'FTraversalSwimDiveSettings::DiveIntoWaterFwdSpeed' has a wrong offset!"); \ static_assert(offsetof(FTraversalSwimDiveSettings, DiveIntoWaterUpImpulse) == 0x000018, "Member 'FTraversalSwimDiveSettings::DiveIntoWaterUpImpulse' has a wrong offset!"); \ static_assert(offsetof(FTraversalSwimDiveSettings, DiveIntoWaterImpulseDelay) == 0x00001C, "Member 'FTraversalSwimDiveSettings::DiveIntoWaterImpulseDelay' has a wrong offset!"); \ static_assert(offsetof(FTraversalSwimDiveSettings, DiveIntoWaterMaxHeight) == 0x000020, "Member 'FTraversalSwimDiveSettings::DiveIntoWaterMaxHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalSwimDiveSettings, DiveIntoWaterMinWaterDepth) == 0x000024, "Member 'FTraversalSwimDiveSettings::DiveIntoWaterMinWaterDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTraversalModeSnappingSettings \ static_assert(alignof(FTraversalModeSnappingSettings) == 0x000004, "Wrong alignment on FTraversalModeSnappingSettings"); \ static_assert(sizeof(FTraversalModeSnappingSettings) == 0x00000C, "Wrong size on FTraversalModeSnappingSettings"); \ static_assert(offsetof(FTraversalModeSnappingSettings, MaxHorizontalDistance) == 0x000000, "Member 'FTraversalModeSnappingSettings::MaxHorizontalDistance' has a wrong offset!"); \ static_assert(offsetof(FTraversalModeSnappingSettings, MaxHorizontalDistanceNoInput) == 0x000004, "Member 'FTraversalModeSnappingSettings::MaxHorizontalDistanceNoInput' has a wrong offset!"); \ static_assert(offsetof(FTraversalModeSnappingSettings, MaxTimeToLedge) == 0x000008, "Member 'FTraversalModeSnappingSettings::MaxTimeToLedge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTraversalSnappingSettings \ static_assert(alignof(FTraversalSnappingSettings) == 0x000004, "Wrong alignment on FTraversalSnappingSettings"); \ static_assert(sizeof(FTraversalSnappingSettings) == 0x0000D8, "Wrong size on FTraversalSnappingSettings"); \ static_assert(offsetof(FTraversalSnappingSettings, ModeSnappingSettings) == 0x000000, "Member 'FTraversalSnappingSettings::ModeSnappingSettings' has a wrong offset!"); \ static_assert(offsetof(FTraversalSnappingSettings, JumpVaultSnappingSettings) == 0x0000C0, "Member 'FTraversalSnappingSettings::JumpVaultSnappingSettings' has a wrong offset!"); \ static_assert(offsetof(FTraversalSnappingSettings, AutoTraversalSnappingSettings) == 0x0000CC, "Member 'FTraversalSnappingSettings::AutoTraversalSnappingSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTraversalMetricsSettings \ static_assert(alignof(FTraversalMetricsSettings) == 0x000004, "Wrong alignment on FTraversalMetricsSettings"); \ static_assert(sizeof(FTraversalMetricsSettings) == 0x000030, "Wrong size on FTraversalMetricsSettings"); \ static_assert(offsetof(FTraversalMetricsSettings, MaxNormalStepUpHeight) == 0x000000, "Member 'FTraversalMetricsSettings::MaxNormalStepUpHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalMetricsSettings, MaxHalfMeterStepUpHeight) == 0x000004, "Member 'FTraversalMetricsSettings::MaxHalfMeterStepUpHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalMetricsSettings, MaxJumpUpOrVaultHeight) == 0x000008, "Member 'FTraversalMetricsSettings::MaxJumpUpOrVaultHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalMetricsSettings, MaxTwoMeterClimbHeight) == 0x00000C, "Member 'FTraversalMetricsSettings::MaxTwoMeterClimbHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalMetricsSettings, MaxThreeMeterClimbHeight) == 0x000010, "Member 'FTraversalMetricsSettings::MaxThreeMeterClimbHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalMetricsSettings, MaxSwimClimbHeight) == 0x000014, "Member 'FTraversalMetricsSettings::MaxSwimClimbHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalMetricsSettings, MaxLandingLeapFrogHeight) == 0x000018, "Member 'FTraversalMetricsSettings::MaxLandingLeapFrogHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalMetricsSettings, MaxLandingLedgeWaistHeight) == 0x00001C, "Member 'FTraversalMetricsSettings::MaxLandingLedgeWaistHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalMetricsSettings, MaxLandingLedgeHangHeight) == 0x000020, "Member 'FTraversalMetricsSettings::MaxLandingLedgeHangHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalMetricsSettings, MaxJumpUpLedgeHeight) == 0x000024, "Member 'FTraversalMetricsSettings::MaxJumpUpLedgeHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalMetricsSettings, MaxAutoTraverseHeightOnGround) == 0x000028, "Member 'FTraversalMetricsSettings::MaxAutoTraverseHeightOnGround' has a wrong offset!"); \ static_assert(offsetof(FTraversalMetricsSettings, MaxAutoTraverseAngle) == 0x00002C, "Member 'FTraversalMetricsSettings::MaxAutoTraverseAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTraversalDetectionSettings \ static_assert(alignof(FTraversalDetectionSettings) == 0x000004, "Wrong alignment on FTraversalDetectionSettings"); \ static_assert(sizeof(FTraversalDetectionSettings) == 0x000050, "Wrong size on FTraversalDetectionSettings"); \ static_assert(offsetof(FTraversalDetectionSettings, MinLedgeHeight) == 0x000000, "Member 'FTraversalDetectionSettings::MinLedgeHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, MaxLedgeHeight) == 0x000004, "Member 'FTraversalDetectionSettings::MaxLedgeHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, SweepRadius) == 0x000008, "Member 'FTraversalDetectionSettings::SweepRadius' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, SweepDistance) == 0x00000C, "Member 'FTraversalDetectionSettings::SweepDistance' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, SweepLookAheadTime) == 0x000010, "Member 'FTraversalDetectionSettings::SweepLookAheadTime' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, VerticalTrajectoryLookAheadTime) == 0x000014, "Member 'FTraversalDetectionSettings::VerticalTrajectoryLookAheadTime' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, LedgeMaxWallAngleToInput) == 0x000018, "Member 'FTraversalDetectionSettings::LedgeMaxWallAngleToInput' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, LedgeCheckRadius) == 0x00001C, "Member 'FTraversalDetectionSettings::LedgeCheckRadius' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, LedgeCheckHalfHeight) == 0x000020, "Member 'FTraversalDetectionSettings::LedgeCheckHalfHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, LedgeCheckTiltAngle) == 0x000024, "Member 'FTraversalDetectionSettings::LedgeCheckTiltAngle' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, CapsuleSizeCheckRadius) == 0x000028, "Member 'FTraversalDetectionSettings::CapsuleSizeCheckRadius' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, CapsuleSizeCheckHalfHeight) == 0x00002C, "Member 'FTraversalDetectionSettings::CapsuleSizeCheckHalfHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, CharacterCapsuleDefaultHalfHeight) == 0x000030, "Member 'FTraversalDetectionSettings::CharacterCapsuleDefaultHalfHeight' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, MaxVaultDistance) == 0x000034, "Member 'FTraversalDetectionSettings::MaxVaultDistance' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, VaultHeightPastObstacle) == 0x000038, "Member 'FTraversalDetectionSettings::VaultHeightPastObstacle' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, MaxWallHangAngle) == 0x00003C, "Member 'FTraversalDetectionSettings::MaxWallHangAngle' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, BlockingWallStoppingDistance) == 0x000040, "Member 'FTraversalDetectionSettings::BlockingWallStoppingDistance' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, MaxBlockingWallAngle) == 0x000044, "Member 'FTraversalDetectionSettings::MaxBlockingWallAngle' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, BlockingWallAngleHysteresis) == 0x000048, "Member 'FTraversalDetectionSettings::BlockingWallAngleHysteresis' has a wrong offset!"); \ static_assert(offsetof(FTraversalDetectionSettings, BlockingWallCheckMaxWalkableFloorAngle) == 0x00004C, "Member 'FTraversalDetectionSettings::BlockingWallCheckMaxWalkableFloorAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_DesiredDirection \ static_assert(alignof(Ambulatory_AnimInstance_Get_DesiredDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Get_DesiredDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_DesiredDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Get_DesiredDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_DesiredDirection, OutDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_DesiredDirection::OutDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_FixedSpeed \ static_assert(alignof(Ambulatory_AnimInstance_Get_FixedSpeed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Get_FixedSpeed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_FixedSpeed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Get_FixedSpeed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_FixedSpeed, OutSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_FixedSpeed::OutSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_IsMovementInput \ static_assert(alignof(Ambulatory_AnimInstance_Get_IsMovementInput) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Get_IsMovementInput"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_IsMovementInput) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Get_IsMovementInput"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_IsMovementInput, OutFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_IsMovementInput::OutFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_IsMoving \ static_assert(alignof(Ambulatory_AnimInstance_Get_IsMoving) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Get_IsMoving"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_IsMoving) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Get_IsMoving"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_IsMoving, InIsMoving) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_IsMoving::InIsMoving' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_IsTurningInPlace \ static_assert(alignof(Ambulatory_AnimInstance_Get_IsTurningInPlace) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Get_IsTurningInPlace"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_IsTurningInPlace) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Get_IsTurningInPlace"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_IsTurningInPlace, OutFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_IsTurningInPlace::OutFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_LastDesiredWorldSpeed \ static_assert(alignof(Ambulatory_AnimInstance_Get_LastDesiredWorldSpeed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Get_LastDesiredWorldSpeed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_LastDesiredWorldSpeed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Get_LastDesiredWorldSpeed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_LastDesiredWorldSpeed, OutSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_LastDesiredWorldSpeed::OutSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_Lean \ static_assert(alignof(Ambulatory_AnimInstance_Get_Lean) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Get_Lean"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_Lean) == 0x000008, "Wrong size on Ambulatory_AnimInstance_Get_Lean"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_Lean, OutAimLeanYaw) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_Lean::OutAimLeanYaw' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_Lean, OutAimLeanPitch) == 0x000004, "Member 'Ambulatory_AnimInstance_Get_Lean::OutAimLeanPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_LookAtDirection \ static_assert(alignof(Ambulatory_AnimInstance_Get_LookAtDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Get_LookAtDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_LookAtDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Get_LookAtDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_LookAtDirection, OutDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_LookAtDirection::OutDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_MaxSpeed \ static_assert(alignof(Ambulatory_AnimInstance_Get_MaxSpeed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Get_MaxSpeed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_MaxSpeed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Get_MaxSpeed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_MaxSpeed, OutMaxSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_MaxSpeed::OutMaxSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_MobilityActionState \ static_assert(alignof(Ambulatory_AnimInstance_Get_MobilityActionState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Get_MobilityActionState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_MobilityActionState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Get_MobilityActionState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_MobilityActionState, OutState) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_MobilityActionState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_MobilityModeState \ static_assert(alignof(Ambulatory_AnimInstance_Get_MobilityModeState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Get_MobilityModeState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_MobilityModeState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Get_MobilityModeState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_MobilityModeState, OutState) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_MobilityModeState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_PlayRate \ static_assert(alignof(Ambulatory_AnimInstance_Get_PlayRate) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Get_PlayRate"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_PlayRate) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Get_PlayRate"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_PlayRate, OutPlayRate) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_PlayRate::OutPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_PrevMobilityActionState \ static_assert(alignof(Ambulatory_AnimInstance_Get_PrevMobilityActionState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Get_PrevMobilityActionState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_PrevMobilityActionState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Get_PrevMobilityActionState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_PrevMobilityActionState, OutState) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_PrevMobilityActionState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_PrevMobilityModeState \ static_assert(alignof(Ambulatory_AnimInstance_Get_PrevMobilityModeState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Get_PrevMobilityModeState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_PrevMobilityModeState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Get_PrevMobilityModeState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_PrevMobilityModeState, OutState) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_PrevMobilityModeState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_Speed \ static_assert(alignof(Ambulatory_AnimInstance_Get_Speed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Get_Speed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_Speed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Get_Speed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_Speed, OutSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_Speed::OutSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_StartTurnDirection \ static_assert(alignof(Ambulatory_AnimInstance_Get_StartTurnDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Get_StartTurnDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_StartTurnDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Get_StartTurnDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_StartTurnDirection, OutDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_StartTurnDirection::OutDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_StopTurnDirection \ static_assert(alignof(Ambulatory_AnimInstance_Get_StopTurnDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Get_StopTurnDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_StopTurnDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Get_StopTurnDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_StopTurnDirection, OutDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_StopTurnDirection::OutDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_WalkRunLean \ static_assert(alignof(Ambulatory_AnimInstance_Get_WalkRunLean) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Get_WalkRunLean"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_WalkRunLean) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Get_WalkRunLean"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_WalkRunLean, ReturnValue) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_WalkRunLean::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Get_WandCastMelee \ static_assert(alignof(Ambulatory_AnimInstance_Get_WandCastMelee) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Get_WandCastMelee"); \ static_assert(sizeof(Ambulatory_AnimInstance_Get_WandCastMelee) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Get_WandCastMelee"); \ static_assert(offsetof(Ambulatory_AnimInstance_Get_WandCastMelee, ReturnValue) == 0x000000, "Member 'Ambulatory_AnimInstance_Get_WandCastMelee::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_GetClimbingLadderState \ static_assert(alignof(Ambulatory_AnimInstance_GetClimbingLadderState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_GetClimbingLadderState"); \ static_assert(sizeof(Ambulatory_AnimInstance_GetClimbingLadderState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_GetClimbingLadderState"); \ static_assert(offsetof(Ambulatory_AnimInstance_GetClimbingLadderState, OutType) == 0x000000, "Member 'Ambulatory_AnimInstance_GetClimbingLadderState::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_GetClimbingLedgeState \ static_assert(alignof(Ambulatory_AnimInstance_GetClimbingLedgeState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_GetClimbingLedgeState"); \ static_assert(sizeof(Ambulatory_AnimInstance_GetClimbingLedgeState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_GetClimbingLedgeState"); \ static_assert(offsetof(Ambulatory_AnimInstance_GetClimbingLedgeState, OutType) == 0x000000, "Member 'Ambulatory_AnimInstance_GetClimbingLedgeState::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_GetGlobalIKState \ static_assert(alignof(Ambulatory_AnimInstance_GetGlobalIKState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_GetGlobalIKState"); \ static_assert(sizeof(Ambulatory_AnimInstance_GetGlobalIKState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_GetGlobalIKState"); \ static_assert(offsetof(Ambulatory_AnimInstance_GetGlobalIKState, ReturnValue) == 0x000000, "Member 'Ambulatory_AnimInstance_GetGlobalIKState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_GetIKState \ static_assert(alignof(Ambulatory_AnimInstance_GetIKState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_GetIKState"); \ static_assert(sizeof(Ambulatory_AnimInstance_GetIKState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_GetIKState"); \ static_assert(offsetof(Ambulatory_AnimInstance_GetIKState, ReturnValue) == 0x000000, "Member 'Ambulatory_AnimInstance_GetIKState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_GetJumpingType \ static_assert(alignof(Ambulatory_AnimInstance_GetJumpingType) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_GetJumpingType"); \ static_assert(sizeof(Ambulatory_AnimInstance_GetJumpingType) == 0x000001, "Wrong size on Ambulatory_AnimInstance_GetJumpingType"); \ static_assert(offsetof(Ambulatory_AnimInstance_GetJumpingType, OutType) == 0x000000, "Member 'Ambulatory_AnimInstance_GetJumpingType::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_GetLandingType \ static_assert(alignof(Ambulatory_AnimInstance_GetLandingType) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_GetLandingType"); \ static_assert(sizeof(Ambulatory_AnimInstance_GetLandingType) == 0x000001, "Wrong size on Ambulatory_AnimInstance_GetLandingType"); \ static_assert(offsetof(Ambulatory_AnimInstance_GetLandingType, OutType) == 0x000000, "Member 'Ambulatory_AnimInstance_GetLandingType::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_GetPlayerIKState \ static_assert(alignof(Ambulatory_AnimInstance_GetPlayerIKState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_GetPlayerIKState"); \ static_assert(sizeof(Ambulatory_AnimInstance_GetPlayerIKState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_GetPlayerIKState"); \ static_assert(offsetof(Ambulatory_AnimInstance_GetPlayerIKState, ReturnValue) == 0x000000, "Member 'Ambulatory_AnimInstance_GetPlayerIKState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_GetWandCastInfo_AnticipationWandCastState \ static_assert(alignof(Ambulatory_AnimInstance_GetWandCastInfo_AnticipationWandCastState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_GetWandCastInfo_AnticipationWandCastState"); \ static_assert(sizeof(Ambulatory_AnimInstance_GetWandCastInfo_AnticipationWandCastState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_GetWandCastInfo_AnticipationWandCastState"); \ static_assert(offsetof(Ambulatory_AnimInstance_GetWandCastInfo_AnticipationWandCastState, ReturnValue) == 0x000000, "Member 'Ambulatory_AnimInstance_GetWandCastInfo_AnticipationWandCastState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_AimLeanPitch \ static_assert(alignof(Ambulatory_AnimInstance_Set_AimLeanPitch) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_AimLeanPitch"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_AimLeanPitch) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_AimLeanPitch"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_AimLeanPitch, InAimLeanPitch) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_AimLeanPitch::InAimLeanPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_AimLeanYaw \ static_assert(alignof(Ambulatory_AnimInstance_Set_AimLeanYaw) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_AimLeanYaw"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_AimLeanYaw) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_AimLeanYaw"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_AimLeanYaw, InAimLeanYaw) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_AimLeanYaw::InAimLeanYaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_DesiredBodyTurn \ static_assert(alignof(Ambulatory_AnimInstance_Set_DesiredBodyTurn) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_DesiredBodyTurn"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_DesiredBodyTurn) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_DesiredBodyTurn"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_DesiredBodyTurn, InDesiredBodyTurn) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_DesiredBodyTurn::InDesiredBodyTurn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_DesiredDirection \ static_assert(alignof(Ambulatory_AnimInstance_Set_DesiredDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_DesiredDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_DesiredDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_DesiredDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_DesiredDirection, InDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_DesiredDirection::InDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_DesiredForwardBodyLean \ static_assert(alignof(Ambulatory_AnimInstance_Set_DesiredForwardBodyLean) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_DesiredForwardBodyLean"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_DesiredForwardBodyLean) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_DesiredForwardBodyLean"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_DesiredForwardBodyLean, InDesiredForwardBodyLean) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_DesiredForwardBodyLean::InDesiredForwardBodyLean' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_DesiredHorizontalBodyLean \ static_assert(alignof(Ambulatory_AnimInstance_Set_DesiredHorizontalBodyLean) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_DesiredHorizontalBodyLean"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_DesiredHorizontalBodyLean) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_DesiredHorizontalBodyLean"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_DesiredHorizontalBodyLean, InDesiredHorizontalBodyLean) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_DesiredHorizontalBodyLean::InDesiredHorizontalBodyLean' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_FixedDesiredDirection \ static_assert(alignof(Ambulatory_AnimInstance_Set_FixedDesiredDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_FixedDesiredDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_FixedDesiredDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_FixedDesiredDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_FixedDesiredDirection, InDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_FixedDesiredDirection::InDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_FixedSpeed \ static_assert(alignof(Ambulatory_AnimInstance_Set_FixedSpeed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_FixedSpeed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_FixedSpeed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_FixedSpeed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_FixedSpeed, InSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_FixedSpeed::InSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_ForceTurnAndFace \ static_assert(alignof(Ambulatory_AnimInstance_Set_ForceTurnAndFace) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Set_ForceTurnAndFace"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_ForceTurnAndFace) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Set_ForceTurnAndFace"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_ForceTurnAndFace, InFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_ForceTurnAndFace::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_IsMovementInput \ static_assert(alignof(Ambulatory_AnimInstance_Set_IsMovementInput) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Set_IsMovementInput"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_IsMovementInput) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Set_IsMovementInput"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_IsMovementInput, InFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_IsMovementInput::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_IsMoving \ static_assert(alignof(Ambulatory_AnimInstance_Set_IsMoving) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Set_IsMoving"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_IsMoving) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Set_IsMoving"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_IsMoving, InIsMoving) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_IsMoving::InIsMoving' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_IsOverridenForCinematic \ static_assert(alignof(Ambulatory_AnimInstance_Set_IsOverridenForCinematic) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Set_IsOverridenForCinematic"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_IsOverridenForCinematic) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Set_IsOverridenForCinematic"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_IsOverridenForCinematic, InFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_IsOverridenForCinematic::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_IsStrafing \ static_assert(alignof(Ambulatory_AnimInstance_Set_IsStrafing) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Set_IsStrafing"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_IsStrafing) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Set_IsStrafing"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_IsStrafing, InFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_IsStrafing::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_IsTurningInPlace \ static_assert(alignof(Ambulatory_AnimInstance_Set_IsTurningInPlace) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Set_IsTurningInPlace"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_IsTurningInPlace) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Set_IsTurningInPlace"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_IsTurningInPlace, InFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_IsTurningInPlace::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_LastDesiredWorldSpeed \ static_assert(alignof(Ambulatory_AnimInstance_Set_LastDesiredWorldSpeed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_LastDesiredWorldSpeed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_LastDesiredWorldSpeed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_LastDesiredWorldSpeed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_LastDesiredWorldSpeed, InSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_LastDesiredWorldSpeed::InSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_LookAtDirection \ static_assert(alignof(Ambulatory_AnimInstance_Set_LookAtDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_LookAtDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_LookAtDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_LookAtDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_LookAtDirection, InDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_LookAtDirection::InDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_MaxSpeed \ static_assert(alignof(Ambulatory_AnimInstance_Set_MaxSpeed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_MaxSpeed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_MaxSpeed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_MaxSpeed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_MaxSpeed, InMaxSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_MaxSpeed::InMaxSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_MobilityActionState \ static_assert(alignof(Ambulatory_AnimInstance_Set_MobilityActionState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Set_MobilityActionState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_MobilityActionState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Set_MobilityActionState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_MobilityActionState, InState) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_MobilityActionState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_MobilityModeState \ static_assert(alignof(Ambulatory_AnimInstance_Set_MobilityModeState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Set_MobilityModeState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_MobilityModeState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Set_MobilityModeState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_MobilityModeState, InState) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_MobilityModeState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_PlayRate \ static_assert(alignof(Ambulatory_AnimInstance_Set_PlayRate) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_PlayRate"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_PlayRate) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_PlayRate"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_PlayRate, InPlayRate) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_PlayRate::InPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_ShortStepTrackingSpeed \ static_assert(alignof(Ambulatory_AnimInstance_Set_ShortStepTrackingSpeed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_ShortStepTrackingSpeed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_ShortStepTrackingSpeed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_ShortStepTrackingSpeed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_ShortStepTrackingSpeed, InSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_ShortStepTrackingSpeed::InSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_Speed \ static_assert(alignof(Ambulatory_AnimInstance_Set_Speed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_Speed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_Speed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_Speed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_Speed, InSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_Speed::InSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_StartTurnDirection \ static_assert(alignof(Ambulatory_AnimInstance_Set_StartTurnDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_StartTurnDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_StartTurnDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_StartTurnDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_StartTurnDirection, InDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_StartTurnDirection::InDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_StopTurnDirection \ static_assert(alignof(Ambulatory_AnimInstance_Set_StopTurnDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_StopTurnDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_StopTurnDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_StopTurnDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_StopTurnDirection, InDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_StopTurnDirection::InDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_TrackingSpeed \ static_assert(alignof(Ambulatory_AnimInstance_Set_TrackingSpeed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_TrackingSpeed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_TrackingSpeed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_TrackingSpeed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_TrackingSpeed, InSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_TrackingSpeed::InSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_WalkRunLean \ static_assert(alignof(Ambulatory_AnimInstance_Set_WalkRunLean) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Set_WalkRunLean"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_WalkRunLean) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Set_WalkRunLean"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_WalkRunLean, InWalkRunLean) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_WalkRunLean::InWalkRunLean' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Set_WandCastMelee \ static_assert(alignof(Ambulatory_AnimInstance_Set_WandCastMelee) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Set_WandCastMelee"); \ static_assert(sizeof(Ambulatory_AnimInstance_Set_WandCastMelee) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Set_WandCastMelee"); \ static_assert(offsetof(Ambulatory_AnimInstance_Set_WandCastMelee, bInFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Set_WandCastMelee::bInFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_SetClimbingLadderState \ static_assert(alignof(Ambulatory_AnimInstance_SetClimbingLadderState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_SetClimbingLadderState"); \ static_assert(sizeof(Ambulatory_AnimInstance_SetClimbingLadderState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_SetClimbingLadderState"); \ static_assert(offsetof(Ambulatory_AnimInstance_SetClimbingLadderState, InType) == 0x000000, "Member 'Ambulatory_AnimInstance_SetClimbingLadderState::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_SetClimbingLedgeState \ static_assert(alignof(Ambulatory_AnimInstance_SetClimbingLedgeState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_SetClimbingLedgeState"); \ static_assert(sizeof(Ambulatory_AnimInstance_SetClimbingLedgeState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_SetClimbingLedgeState"); \ static_assert(offsetof(Ambulatory_AnimInstance_SetClimbingLedgeState, InType) == 0x000000, "Member 'Ambulatory_AnimInstance_SetClimbingLedgeState::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_SetGlobalIKState \ static_assert(alignof(Ambulatory_AnimInstance_SetGlobalIKState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_SetGlobalIKState"); \ static_assert(sizeof(Ambulatory_AnimInstance_SetGlobalIKState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_SetGlobalIKState"); \ static_assert(offsetof(Ambulatory_AnimInstance_SetGlobalIKState, State) == 0x000000, "Member 'Ambulatory_AnimInstance_SetGlobalIKState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_SetIKState \ static_assert(alignof(Ambulatory_AnimInstance_SetIKState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_SetIKState"); \ static_assert(sizeof(Ambulatory_AnimInstance_SetIKState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_SetIKState"); \ static_assert(offsetof(Ambulatory_AnimInstance_SetIKState, State) == 0x000000, "Member 'Ambulatory_AnimInstance_SetIKState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_SetIKStateWithEaseIn \ static_assert(alignof(Ambulatory_AnimInstance_SetIKStateWithEaseIn) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_SetIKStateWithEaseIn"); \ static_assert(sizeof(Ambulatory_AnimInstance_SetIKStateWithEaseIn) == 0x00000C, "Wrong size on Ambulatory_AnimInstance_SetIKStateWithEaseIn"); \ static_assert(offsetof(Ambulatory_AnimInstance_SetIKStateWithEaseIn, State) == 0x000000, "Member 'Ambulatory_AnimInstance_SetIKStateWithEaseIn::State' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_AnimInstance_SetIKStateWithEaseIn, Delay) == 0x000004, "Member 'Ambulatory_AnimInstance_SetIKStateWithEaseIn::Delay' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_AnimInstance_SetIKStateWithEaseIn, EaseTime) == 0x000008, "Member 'Ambulatory_AnimInstance_SetIKStateWithEaseIn::EaseTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_SetIsActorAlignedWithDesiredDirection \ static_assert(alignof(Ambulatory_AnimInstance_SetIsActorAlignedWithDesiredDirection) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_SetIsActorAlignedWithDesiredDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_SetIsActorAlignedWithDesiredDirection) == 0x000001, "Wrong size on Ambulatory_AnimInstance_SetIsActorAlignedWithDesiredDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_SetIsActorAlignedWithDesiredDirection, InFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_SetIsActorAlignedWithDesiredDirection::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_SetIsAim \ static_assert(alignof(Ambulatory_AnimInstance_SetIsAim) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_SetIsAim"); \ static_assert(sizeof(Ambulatory_AnimInstance_SetIsAim) == 0x000001, "Wrong size on Ambulatory_AnimInstance_SetIsAim"); \ static_assert(offsetof(Ambulatory_AnimInstance_SetIsAim, InIsAim) == 0x000000, "Member 'Ambulatory_AnimInstance_SetIsAim::InIsAim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_SetIsViewAlignedWithDesiredDirection \ static_assert(alignof(Ambulatory_AnimInstance_SetIsViewAlignedWithDesiredDirection) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_SetIsViewAlignedWithDesiredDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_SetIsViewAlignedWithDesiredDirection) == 0x000001, "Wrong size on Ambulatory_AnimInstance_SetIsViewAlignedWithDesiredDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_SetIsViewAlignedWithDesiredDirection, InFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_SetIsViewAlignedWithDesiredDirection::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_SetJumpingType \ static_assert(alignof(Ambulatory_AnimInstance_SetJumpingType) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_SetJumpingType"); \ static_assert(sizeof(Ambulatory_AnimInstance_SetJumpingType) == 0x000001, "Wrong size on Ambulatory_AnimInstance_SetJumpingType"); \ static_assert(offsetof(Ambulatory_AnimInstance_SetJumpingType, InType) == 0x000000, "Member 'Ambulatory_AnimInstance_SetJumpingType::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_SetLandingType \ static_assert(alignof(Ambulatory_AnimInstance_SetLandingType) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_SetLandingType"); \ static_assert(sizeof(Ambulatory_AnimInstance_SetLandingType) == 0x000001, "Wrong size on Ambulatory_AnimInstance_SetLandingType"); \ static_assert(offsetof(Ambulatory_AnimInstance_SetLandingType, InType) == 0x000000, "Member 'Ambulatory_AnimInstance_SetLandingType::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_SetNextWandCastType \ static_assert(alignof(Ambulatory_AnimInstance_SetNextWandCastType) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_SetNextWandCastType"); \ static_assert(sizeof(Ambulatory_AnimInstance_SetNextWandCastType) == 0x000001, "Wrong size on Ambulatory_AnimInstance_SetNextWandCastType"); \ static_assert(offsetof(Ambulatory_AnimInstance_SetNextWandCastType, WandCastType) == 0x000000, "Member 'Ambulatory_AnimInstance_SetNextWandCastType::WandCastType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_SetPlayerIKState \ static_assert(alignof(Ambulatory_AnimInstance_SetPlayerIKState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_SetPlayerIKState"); \ static_assert(sizeof(Ambulatory_AnimInstance_SetPlayerIKState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_SetPlayerIKState"); \ static_assert(offsetof(Ambulatory_AnimInstance_SetPlayerIKState, State) == 0x000000, "Member 'Ambulatory_AnimInstance_SetPlayerIKState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_SetWandCastInfo_AnticipationWandCastState \ static_assert(alignof(Ambulatory_AnimInstance_SetWandCastInfo_AnticipationWandCastState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_SetWandCastInfo_AnticipationWandCastState"); \ static_assert(sizeof(Ambulatory_AnimInstance_SetWandCastInfo_AnticipationWandCastState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_SetWandCastInfo_AnticipationWandCastState"); \ static_assert(offsetof(Ambulatory_AnimInstance_SetWandCastInfo_AnticipationWandCastState, AnticipationWandCastState) == 0x000000, "Member 'Ambulatory_AnimInstance_SetWandCastInfo_AnticipationWandCastState::AnticipationWandCastState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_SetWandCastInfo_PreWandCastState \ static_assert(alignof(Ambulatory_AnimInstance_SetWandCastInfo_PreWandCastState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_SetWandCastInfo_PreWandCastState"); \ static_assert(sizeof(Ambulatory_AnimInstance_SetWandCastInfo_PreWandCastState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_SetWandCastInfo_PreWandCastState"); \ static_assert(offsetof(Ambulatory_AnimInstance_SetWandCastInfo_PreWandCastState, PreWandCastState) == 0x000000, "Member 'Ambulatory_AnimInstance_SetWandCastInfo_PreWandCastState::PreWandCastState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAmbulatory_AnimInstance \ static_assert(alignof(UAmbulatory_AnimInstance) == 0x000010, "Wrong alignment on UAmbulatory_AnimInstance"); \ static_assert(sizeof(UAmbulatory_AnimInstance) == 0x0005E0, "Wrong size on UAmbulatory_AnimInstance"); \ static_assert(offsetof(UAmbulatory_AnimInstance, MobilityModeState) == 0x000518, "Member 'UAmbulatory_AnimInstance::MobilityModeState' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, PrevMobilityModeState) == 0x000519, "Member 'UAmbulatory_AnimInstance::PrevMobilityModeState' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, bPartialBodyUseAbilitiesTest) == 0x00051A, "Member 'UAmbulatory_AnimInstance::bPartialBodyUseAbilitiesTest' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, MobilityActionState) == 0x00051B, "Member 'UAmbulatory_AnimInstance::MobilityActionState' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, PrevMobilityActionState) == 0x00051C, "Member 'UAmbulatory_AnimInstance::PrevMobilityActionState' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, JumpType) == 0x00051D, "Member 'UAmbulatory_AnimInstance::JumpType' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, LandType) == 0x00051E, "Member 'UAmbulatory_AnimInstance::LandType' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, AnimSpeedType) == 0x00051F, "Member 'UAmbulatory_AnimInstance::AnimSpeedType' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, AnimMechanicType) == 0x000520, "Member 'UAmbulatory_AnimInstance::AnimMechanicType' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, ClimbingLedgeState) == 0x000521, "Member 'UAmbulatory_AnimInstance::ClimbingLedgeState' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, ClimbingLadderState) == 0x000522, "Member 'UAmbulatory_AnimInstance::ClimbingLadderState' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, StrafeAngle) == 0x000524, "Member 'UAmbulatory_AnimInstance::StrafeAngle' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, IsMoving) == 0x000528, "Member 'UAmbulatory_AnimInstance::IsMoving' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, IsAim) == 0x000529, "Member 'UAmbulatory_AnimInstance::IsAim' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, IsMovementInput) == 0x00052A, "Member 'UAmbulatory_AnimInstance::IsMovementInput' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, IsTurningInPlace) == 0x00052B, "Member 'UAmbulatory_AnimInstance::IsTurningInPlace' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, IsStrafing) == 0x00052C, "Member 'UAmbulatory_AnimInstance::IsStrafing' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, DesiredIsStrafing) == 0x00052D, "Member 'UAmbulatory_AnimInstance::DesiredIsStrafing' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, ForceTurnAndFace) == 0x00052E, "Member 'UAmbulatory_AnimInstance::ForceTurnAndFace' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, BlockedByWall) == 0x00052F, "Member 'UAmbulatory_AnimInstance::BlockedByWall' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, IsViewAlignedWithDesiredDirection) == 0x000530, "Member 'UAmbulatory_AnimInstance::IsViewAlignedWithDesiredDirection' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, IsActorAlignedWithDesiredDirection) == 0x000531, "Member 'UAmbulatory_AnimInstance::IsActorAlignedWithDesiredDirection' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, LookAtDirection) == 0x000534, "Member 'UAmbulatory_AnimInstance::LookAtDirection' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, DesiredDirection) == 0x000538, "Member 'UAmbulatory_AnimInstance::DesiredDirection' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, InterpedDesiredDirection) == 0x00053C, "Member 'UAmbulatory_AnimInstance::InterpedDesiredDirection' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, LastDesiredDirection) == 0x000540, "Member 'UAmbulatory_AnimInstance::LastDesiredDirection' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, FixedDesiredDirection) == 0x000544, "Member 'UAmbulatory_AnimInstance::FixedDesiredDirection' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, StopTurnDirection) == 0x000548, "Member 'UAmbulatory_AnimInstance::StopTurnDirection' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, StartTurnDirection) == 0x00054C, "Member 'UAmbulatory_AnimInstance::StartTurnDirection' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, WalkRunLean) == 0x000550, "Member 'UAmbulatory_AnimInstance::WalkRunLean' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, Speed) == 0x000554, "Member 'UAmbulatory_AnimInstance::Speed' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, FixedSpeed) == 0x000558, "Member 'UAmbulatory_AnimInstance::FixedSpeed' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, TrackingSpeed) == 0x00055C, "Member 'UAmbulatory_AnimInstance::TrackingSpeed' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, ShortStepTrackingSpeed) == 0x000560, "Member 'UAmbulatory_AnimInstance::ShortStepTrackingSpeed' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, LastDesiredWorldSpeed) == 0x000564, "Member 'UAmbulatory_AnimInstance::LastDesiredWorldSpeed' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, MaxSpeed) == 0x000568, "Member 'UAmbulatory_AnimInstance::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, PlayRate) == 0x00056C, "Member 'UAmbulatory_AnimInstance::PlayRate' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, DesiredForwardBodyLean) == 0x000570, "Member 'UAmbulatory_AnimInstance::DesiredForwardBodyLean' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, DesiredHorizontalBodyLean) == 0x000574, "Member 'UAmbulatory_AnimInstance::DesiredHorizontalBodyLean' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, DesiredBodyTurn) == 0x000578, "Member 'UAmbulatory_AnimInstance::DesiredBodyTurn' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, GameTimeAtStartMove) == 0x00057C, "Member 'UAmbulatory_AnimInstance::GameTimeAtStartMove' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, GameTimeAtStopMove) == 0x000580, "Member 'UAmbulatory_AnimInstance::GameTimeAtStopMove' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, AimLeanYaw) == 0x000584, "Member 'UAmbulatory_AnimInstance::AimLeanYaw' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, AimLeanPitch) == 0x000588, "Member 'UAmbulatory_AnimInstance::AimLeanPitch' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, JumpHeight) == 0x00058C, "Member 'UAmbulatory_AnimInstance::JumpHeight' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, IsFlicked) == 0x000590, "Member 'UAmbulatory_AnimInstance::IsFlicked' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, IsOverridenForCinematic) == 0x000591, "Member 'UAmbulatory_AnimInstance::IsOverridenForCinematic' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, IsInIdle) == 0x000592, "Member 'UAmbulatory_AnimInstance::IsInIdle' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, LookAtTargetPitch) == 0x000594, "Member 'UAmbulatory_AnimInstance::LookAtTargetPitch' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, LookAtTargetYaw) == 0x000598, "Member 'UAmbulatory_AnimInstance::LookAtTargetYaw' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, LookAtTargetLocation) == 0x00059C, "Member 'UAmbulatory_AnimInstance::LookAtTargetLocation' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, HasLookAtTarget) == 0x0005A8, "Member 'UAmbulatory_AnimInstance::HasLookAtTarget' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, ImpactDirection) == 0x0005AC, "Member 'UAmbulatory_AnimInstance::ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, bUsingStairsAnims) == 0x0005B8, "Member 'UAmbulatory_AnimInstance::bUsingStairsAnims' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_AnimInstance, WandCastInfo) == 0x0005BC, "Member 'UAmbulatory_AnimInstance::WandCastInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_DesiredDirection \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_DesiredDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_DesiredDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_DesiredDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Get_DesiredDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_DesiredDirection, OutDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_DesiredDirection::OutDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_FixedDesiredDirection \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_FixedDesiredDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_FixedDesiredDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_FixedDesiredDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Get_FixedDesiredDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_FixedDesiredDirection, OutDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_FixedDesiredDirection::OutDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_FixedSpeed \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_FixedSpeed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_FixedSpeed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_FixedSpeed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Get_FixedSpeed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_FixedSpeed, OutSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_FixedSpeed::OutSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_IsMovementInput \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_IsMovementInput) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_IsMovementInput"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_IsMovementInput) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_Get_IsMovementInput"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_IsMovementInput, OutFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_IsMovementInput::OutFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_IsMoving \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_IsMoving) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_IsMoving"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_IsMoving) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_Get_IsMoving"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_IsMoving, OutFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_IsMoving::OutFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_IsTurningInPlace \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_IsTurningInPlace) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_IsTurningInPlace"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_IsTurningInPlace) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_Get_IsTurningInPlace"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_IsTurningInPlace, OutFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_IsTurningInPlace::OutFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_LastDesiredWorldSpeed \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_LastDesiredWorldSpeed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_LastDesiredWorldSpeed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_LastDesiredWorldSpeed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Get_LastDesiredWorldSpeed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_LastDesiredWorldSpeed, OutSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_LastDesiredWorldSpeed::OutSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_Lean \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_Lean) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_Lean"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_Lean) == 0x000008, "Wrong size on Ambulatory_AnimInstance_Interface_Get_Lean"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_Lean, OutAimLeanYaw) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_Lean::OutAimLeanYaw' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_Lean, OutAimLeanPitch) == 0x000004, "Member 'Ambulatory_AnimInstance_Interface_Get_Lean::OutAimLeanPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_LookAtDirection \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_LookAtDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_LookAtDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_LookAtDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Get_LookAtDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_LookAtDirection, OutDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_LookAtDirection::OutDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_MaxSpeed \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_MaxSpeed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_MaxSpeed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_MaxSpeed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Get_MaxSpeed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_MaxSpeed, OutMaxSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_MaxSpeed::OutMaxSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_MobilityActionState \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_MobilityActionState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_MobilityActionState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_MobilityActionState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_Get_MobilityActionState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_MobilityActionState, OutState) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_MobilityActionState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_MobilityModeState \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_MobilityModeState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_MobilityModeState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_MobilityModeState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_Get_MobilityModeState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_MobilityModeState, OutState) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_MobilityModeState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_PlayRate \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_PlayRate) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_PlayRate"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_PlayRate) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Get_PlayRate"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_PlayRate, OutPlayRate) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_PlayRate::OutPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_PrevMobilityActionState \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_PrevMobilityActionState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_PrevMobilityActionState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_PrevMobilityActionState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_Get_PrevMobilityActionState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_PrevMobilityActionState, OutState) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_PrevMobilityActionState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_PrevMobilityModeState \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_PrevMobilityModeState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_PrevMobilityModeState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_PrevMobilityModeState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_Get_PrevMobilityModeState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_PrevMobilityModeState, OutState) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_PrevMobilityModeState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_Speed \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_Speed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_Speed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_Speed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Get_Speed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_Speed, OutSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_Speed::OutSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_StartTurnDirection \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_StartTurnDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_StartTurnDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_StartTurnDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Get_StartTurnDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_StartTurnDirection, OutDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_StartTurnDirection::OutDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_StopTurnDirection \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_StopTurnDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_StopTurnDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_StopTurnDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Get_StopTurnDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_StopTurnDirection, OutDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_StopTurnDirection::OutDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_WalkRunLean \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_WalkRunLean) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_WalkRunLean"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_WalkRunLean) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Get_WalkRunLean"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_WalkRunLean, ReturnValue) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_WalkRunLean::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Get_WandCastMelee \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Get_WandCastMelee) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_Get_WandCastMelee"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Get_WandCastMelee) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_Get_WandCastMelee"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Get_WandCastMelee, ReturnValue) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Get_WandCastMelee::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_GetClimbingLadderState \ static_assert(alignof(Ambulatory_AnimInstance_Interface_GetClimbingLadderState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_GetClimbingLadderState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_GetClimbingLadderState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_GetClimbingLadderState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_GetClimbingLadderState, OutType) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_GetClimbingLadderState::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_GetClimbingLedgeState \ static_assert(alignof(Ambulatory_AnimInstance_Interface_GetClimbingLedgeState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_GetClimbingLedgeState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_GetClimbingLedgeState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_GetClimbingLedgeState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_GetClimbingLedgeState, OutType) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_GetClimbingLedgeState::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_GetGlobalIKState \ static_assert(alignof(Ambulatory_AnimInstance_Interface_GetGlobalIKState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_GetGlobalIKState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_GetGlobalIKState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_GetGlobalIKState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_GetGlobalIKState, ReturnValue) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_GetGlobalIKState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_GetIKState \ static_assert(alignof(Ambulatory_AnimInstance_Interface_GetIKState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_GetIKState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_GetIKState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_GetIKState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_GetIKState, ReturnValue) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_GetIKState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_GetJumpingType \ static_assert(alignof(Ambulatory_AnimInstance_Interface_GetJumpingType) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_GetJumpingType"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_GetJumpingType) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_GetJumpingType"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_GetJumpingType, OutType) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_GetJumpingType::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_GetLandingType \ static_assert(alignof(Ambulatory_AnimInstance_Interface_GetLandingType) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_GetLandingType"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_GetLandingType) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_GetLandingType"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_GetLandingType, OutType) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_GetLandingType::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_GetPlayerIKState \ static_assert(alignof(Ambulatory_AnimInstance_Interface_GetPlayerIKState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_GetPlayerIKState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_GetPlayerIKState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_GetPlayerIKState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_GetPlayerIKState, ReturnValue) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_GetPlayerIKState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_AimLeanPitch \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_AimLeanPitch) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_AimLeanPitch"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_AimLeanPitch) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_AimLeanPitch"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_AimLeanPitch, InAimLeanPitch) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_AimLeanPitch::InAimLeanPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_AimLeanYaw \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_AimLeanYaw) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_AimLeanYaw"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_AimLeanYaw) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_AimLeanYaw"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_AimLeanYaw, InAimLeanYaw) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_AimLeanYaw::InAimLeanYaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_DesiredBodyTurn \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_DesiredBodyTurn) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_DesiredBodyTurn"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_DesiredBodyTurn) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_DesiredBodyTurn"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_DesiredBodyTurn, InDesiredBodyTurn) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_DesiredBodyTurn::InDesiredBodyTurn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_DesiredDirection \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_DesiredDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_DesiredDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_DesiredDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_DesiredDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_DesiredDirection, InDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_DesiredDirection::InDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_DesiredForwardBodyLean \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_DesiredForwardBodyLean) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_DesiredForwardBodyLean"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_DesiredForwardBodyLean) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_DesiredForwardBodyLean"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_DesiredForwardBodyLean, InDesiredForwardBodyLean) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_DesiredForwardBodyLean::InDesiredForwardBodyLean' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_DesiredHorizontalBodyLean \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_DesiredHorizontalBodyLean) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_DesiredHorizontalBodyLean"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_DesiredHorizontalBodyLean) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_DesiredHorizontalBodyLean"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_DesiredHorizontalBodyLean, InDesiredHorizontalBodyLean) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_DesiredHorizontalBodyLean::InDesiredHorizontalBodyLean' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_FixedDesiredDirection \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_FixedDesiredDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_FixedDesiredDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_FixedDesiredDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_FixedDesiredDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_FixedDesiredDirection, InDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_FixedDesiredDirection::InDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_FixedSpeed \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_FixedSpeed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_FixedSpeed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_FixedSpeed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_FixedSpeed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_FixedSpeed, InSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_FixedSpeed::InSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_ForceTurnAndFace \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_ForceTurnAndFace) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_ForceTurnAndFace"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_ForceTurnAndFace) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_Set_ForceTurnAndFace"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_ForceTurnAndFace, InFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_ForceTurnAndFace::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_IsMovementInput \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_IsMovementInput) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_IsMovementInput"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_IsMovementInput) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_Set_IsMovementInput"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_IsMovementInput, InFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_IsMovementInput::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_IsMoving \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_IsMoving) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_IsMoving"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_IsMoving) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_Set_IsMoving"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_IsMoving, InFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_IsMoving::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_IsOverridenForCinematic \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_IsOverridenForCinematic) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_IsOverridenForCinematic"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_IsOverridenForCinematic) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_Set_IsOverridenForCinematic"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_IsOverridenForCinematic, InFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_IsOverridenForCinematic::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_IsStrafing \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_IsStrafing) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_IsStrafing"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_IsStrafing) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_Set_IsStrafing"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_IsStrafing, InFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_IsStrafing::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_IsTurningInPlace \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_IsTurningInPlace) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_IsTurningInPlace"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_IsTurningInPlace) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_Set_IsTurningInPlace"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_IsTurningInPlace, InFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_IsTurningInPlace::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_LastDesiredWorldSpeed \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_LastDesiredWorldSpeed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_LastDesiredWorldSpeed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_LastDesiredWorldSpeed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_LastDesiredWorldSpeed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_LastDesiredWorldSpeed, InSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_LastDesiredWorldSpeed::InSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_LookAtDirection \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_LookAtDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_LookAtDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_LookAtDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_LookAtDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_LookAtDirection, InDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_LookAtDirection::InDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_MaxSpeed \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_MaxSpeed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_MaxSpeed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_MaxSpeed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_MaxSpeed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_MaxSpeed, InMaxSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_MaxSpeed::InMaxSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_MobilityActionState \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_MobilityActionState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_MobilityActionState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_MobilityActionState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_Set_MobilityActionState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_MobilityActionState, InState) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_MobilityActionState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_MobilityModeState \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_MobilityModeState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_MobilityModeState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_MobilityModeState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_Set_MobilityModeState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_MobilityModeState, InState) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_MobilityModeState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_PlayRate \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_PlayRate) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_PlayRate"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_PlayRate) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_PlayRate"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_PlayRate, InPlayRate) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_PlayRate::InPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_ShortStepTrackingSpeed \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_ShortStepTrackingSpeed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_ShortStepTrackingSpeed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_ShortStepTrackingSpeed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_ShortStepTrackingSpeed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_ShortStepTrackingSpeed, InSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_ShortStepTrackingSpeed::InSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_Speed \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_Speed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_Speed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_Speed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_Speed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_Speed, InSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_Speed::InSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_StartTurnDirection \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_StartTurnDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_StartTurnDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_StartTurnDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_StartTurnDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_StartTurnDirection, InDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_StartTurnDirection::InDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_StopTurnDirection \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_StopTurnDirection) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_StopTurnDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_StopTurnDirection) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_StopTurnDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_StopTurnDirection, InDirection) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_StopTurnDirection::InDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_TrackingSpeed \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_TrackingSpeed) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_TrackingSpeed"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_TrackingSpeed) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_TrackingSpeed"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_TrackingSpeed, InSpeed) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_TrackingSpeed::InSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_WalkRunLean \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_WalkRunLean) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_WalkRunLean"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_WalkRunLean) == 0x000004, "Wrong size on Ambulatory_AnimInstance_Interface_Set_WalkRunLean"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_WalkRunLean, InWalkRunLean) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_WalkRunLean::InWalkRunLean' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_Set_WandCastMelee \ static_assert(alignof(Ambulatory_AnimInstance_Interface_Set_WandCastMelee) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_Set_WandCastMelee"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_Set_WandCastMelee) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_Set_WandCastMelee"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_Set_WandCastMelee, bInFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_Set_WandCastMelee::bInFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_SetClimbingLadderState \ static_assert(alignof(Ambulatory_AnimInstance_Interface_SetClimbingLadderState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_SetClimbingLadderState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_SetClimbingLadderState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_SetClimbingLadderState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_SetClimbingLadderState, InType) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_SetClimbingLadderState::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_SetClimbingLedgeState \ static_assert(alignof(Ambulatory_AnimInstance_Interface_SetClimbingLedgeState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_SetClimbingLedgeState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_SetClimbingLedgeState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_SetClimbingLedgeState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_SetClimbingLedgeState, InType) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_SetClimbingLedgeState::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_SetGlobalIKState \ static_assert(alignof(Ambulatory_AnimInstance_Interface_SetGlobalIKState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_SetGlobalIKState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_SetGlobalIKState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_SetGlobalIKState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_SetGlobalIKState, State) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_SetGlobalIKState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_SetIKState \ static_assert(alignof(Ambulatory_AnimInstance_Interface_SetIKState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_SetIKState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_SetIKState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_SetIKState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_SetIKState, State) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_SetIKState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_SetIsActorAlignedWithDesiredDirection \ static_assert(alignof(Ambulatory_AnimInstance_Interface_SetIsActorAlignedWithDesiredDirection) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_SetIsActorAlignedWithDesiredDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_SetIsActorAlignedWithDesiredDirection) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_SetIsActorAlignedWithDesiredDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_SetIsActorAlignedWithDesiredDirection, InFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_SetIsActorAlignedWithDesiredDirection::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_SetIsAim \ static_assert(alignof(Ambulatory_AnimInstance_Interface_SetIsAim) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_SetIsAim"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_SetIsAim) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_SetIsAim"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_SetIsAim, InIsAim) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_SetIsAim::InIsAim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_SetIsViewAlignedWithDesiredDirection \ static_assert(alignof(Ambulatory_AnimInstance_Interface_SetIsViewAlignedWithDesiredDirection) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_SetIsViewAlignedWithDesiredDirection"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_SetIsViewAlignedWithDesiredDirection) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_SetIsViewAlignedWithDesiredDirection"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_SetIsViewAlignedWithDesiredDirection, InFlag) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_SetIsViewAlignedWithDesiredDirection::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_SetJumpingType \ static_assert(alignof(Ambulatory_AnimInstance_Interface_SetJumpingType) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_SetJumpingType"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_SetJumpingType) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_SetJumpingType"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_SetJumpingType, InType) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_SetJumpingType::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_SetLandingType \ static_assert(alignof(Ambulatory_AnimInstance_Interface_SetLandingType) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_SetLandingType"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_SetLandingType) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_SetLandingType"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_SetLandingType, InType) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_SetLandingType::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_SetPlayerIKState \ static_assert(alignof(Ambulatory_AnimInstance_Interface_SetPlayerIKState) == 0x000001, "Wrong alignment on Ambulatory_AnimInstance_Interface_SetPlayerIKState"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_SetPlayerIKState) == 0x000001, "Wrong size on Ambulatory_AnimInstance_Interface_SetPlayerIKState"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_SetPlayerIKState, State) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_SetPlayerIKState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_AnimInstance_Interface_SetRootMotionOffsets \ static_assert(alignof(Ambulatory_AnimInstance_Interface_SetRootMotionOffsets) == 0x000004, "Wrong alignment on Ambulatory_AnimInstance_Interface_SetRootMotionOffsets"); \ static_assert(sizeof(Ambulatory_AnimInstance_Interface_SetRootMotionOffsets) == 0x000018, "Wrong size on Ambulatory_AnimInstance_Interface_SetRootMotionOffsets"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_SetRootMotionOffsets, TranslationOffset) == 0x000000, "Member 'Ambulatory_AnimInstance_Interface_SetRootMotionOffsets::TranslationOffset' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_AnimInstance_Interface_SetRootMotionOffsets, RotationOffset) == 0x00000C, "Member 'Ambulatory_AnimInstance_Interface_SetRootMotionOffsets::RotationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAmbulatory_AnimInstance_Interface \ static_assert(alignof(IAmbulatory_AnimInstance_Interface) == 0x000001, "Wrong alignment on IAmbulatory_AnimInstance_Interface"); \ static_assert(sizeof(IAmbulatory_AnimInstance_Interface) == 0x000001, "Wrong size on IAmbulatory_AnimInstance_Interface"); \ #define DUMPER7_ASSERTS_Ambulatory_MovementComponent_HermesBindSurfaceTypeChanged \ static_assert(alignof(Ambulatory_MovementComponent_HermesBindSurfaceTypeChanged) == 0x000008, "Wrong alignment on Ambulatory_MovementComponent_HermesBindSurfaceTypeChanged"); \ static_assert(sizeof(Ambulatory_MovementComponent_HermesBindSurfaceTypeChanged) == 0x000028, "Wrong size on Ambulatory_MovementComponent_HermesBindSurfaceTypeChanged"); \ static_assert(offsetof(Ambulatory_MovementComponent_HermesBindSurfaceTypeChanged, Delegate_SurfaceTypeChanged) == 0x000000, "Member 'Ambulatory_MovementComponent_HermesBindSurfaceTypeChanged::Delegate_SurfaceTypeChanged' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_MovementComponent_HermesBindSurfaceTypeChanged, Owner) == 0x000010, "Member 'Ambulatory_MovementComponent_HermesBindSurfaceTypeChanged::Owner' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_MovementComponent_HermesBindSurfaceTypeChanged, Handle) == 0x000018, "Member 'Ambulatory_MovementComponent_HermesBindSurfaceTypeChanged::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_MovementComponent_AddToRootMotionVelocity \ static_assert(alignof(Ambulatory_MovementComponent_AddToRootMotionVelocity) == 0x000004, "Wrong alignment on Ambulatory_MovementComponent_AddToRootMotionVelocity"); \ static_assert(sizeof(Ambulatory_MovementComponent_AddToRootMotionVelocity) == 0x00000C, "Wrong size on Ambulatory_MovementComponent_AddToRootMotionVelocity"); \ static_assert(offsetof(Ambulatory_MovementComponent_AddToRootMotionVelocity, InAdditiveToRootMotionVelocity) == 0x000000, "Member 'Ambulatory_MovementComponent_AddToRootMotionVelocity::InAdditiveToRootMotionVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_MovementComponent_ClearSharedContinuousImpulse \ static_assert(alignof(Ambulatory_MovementComponent_ClearSharedContinuousImpulse) == 0x000008, "Wrong alignment on Ambulatory_MovementComponent_ClearSharedContinuousImpulse"); \ static_assert(sizeof(Ambulatory_MovementComponent_ClearSharedContinuousImpulse) == 0x000010, "Wrong size on Ambulatory_MovementComponent_ClearSharedContinuousImpulse"); \ static_assert(offsetof(Ambulatory_MovementComponent_ClearSharedContinuousImpulse, ImpulseContainer) == 0x000000, "Member 'Ambulatory_MovementComponent_ClearSharedContinuousImpulse::ImpulseContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_MovementComponent_ComputeSurfaceAccelerationDirection \ static_assert(alignof(Ambulatory_MovementComponent_ComputeSurfaceAccelerationDirection) == 0x000004, "Wrong alignment on Ambulatory_MovementComponent_ComputeSurfaceAccelerationDirection"); \ static_assert(sizeof(Ambulatory_MovementComponent_ComputeSurfaceAccelerationDirection) == 0x000010, "Wrong size on Ambulatory_MovementComponent_ComputeSurfaceAccelerationDirection"); \ static_assert(offsetof(Ambulatory_MovementComponent_ComputeSurfaceAccelerationDirection, bFlatGround) == 0x000000, "Member 'Ambulatory_MovementComponent_ComputeSurfaceAccelerationDirection::bFlatGround' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_MovementComponent_ComputeSurfaceAccelerationDirection, ReturnValue) == 0x000004, "Member 'Ambulatory_MovementComponent_ComputeSurfaceAccelerationDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_MovementComponent_GetCurrentSurfaceType \ static_assert(alignof(Ambulatory_MovementComponent_GetCurrentSurfaceType) == 0x000001, "Wrong alignment on Ambulatory_MovementComponent_GetCurrentSurfaceType"); \ static_assert(sizeof(Ambulatory_MovementComponent_GetCurrentSurfaceType) == 0x000001, "Wrong size on Ambulatory_MovementComponent_GetCurrentSurfaceType"); \ static_assert(offsetof(Ambulatory_MovementComponent_GetCurrentSurfaceType, ReturnValue) == 0x000000, "Member 'Ambulatory_MovementComponent_GetCurrentSurfaceType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_MovementComponent_GetFallAlongSurfaceDistance \ static_assert(alignof(Ambulatory_MovementComponent_GetFallAlongSurfaceDistance) == 0x000004, "Wrong alignment on Ambulatory_MovementComponent_GetFallAlongSurfaceDistance"); \ static_assert(sizeof(Ambulatory_MovementComponent_GetFallAlongSurfaceDistance) == 0x000004, "Wrong size on Ambulatory_MovementComponent_GetFallAlongSurfaceDistance"); \ static_assert(offsetof(Ambulatory_MovementComponent_GetFallAlongSurfaceDistance, ReturnValue) == 0x000000, "Member 'Ambulatory_MovementComponent_GetFallAlongSurfaceDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_MovementComponent_GetFallLine \ static_assert(alignof(Ambulatory_MovementComponent_GetFallLine) == 0x000004, "Wrong alignment on Ambulatory_MovementComponent_GetFallLine"); \ static_assert(sizeof(Ambulatory_MovementComponent_GetFallLine) == 0x00000C, "Wrong size on Ambulatory_MovementComponent_GetFallLine"); \ static_assert(offsetof(Ambulatory_MovementComponent_GetFallLine, ReturnValue) == 0x000000, "Member 'Ambulatory_MovementComponent_GetFallLine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_MovementComponent_GetFallLineFlat \ static_assert(alignof(Ambulatory_MovementComponent_GetFallLineFlat) == 0x000004, "Wrong alignment on Ambulatory_MovementComponent_GetFallLineFlat"); \ static_assert(sizeof(Ambulatory_MovementComponent_GetFallLineFlat) == 0x00000C, "Wrong size on Ambulatory_MovementComponent_GetFallLineFlat"); \ static_assert(offsetof(Ambulatory_MovementComponent_GetFallLineFlat, ReturnValue) == 0x000000, "Member 'Ambulatory_MovementComponent_GetFallLineFlat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_MovementComponent_GetSurfaceIncline \ static_assert(alignof(Ambulatory_MovementComponent_GetSurfaceIncline) == 0x000004, "Wrong alignment on Ambulatory_MovementComponent_GetSurfaceIncline"); \ static_assert(sizeof(Ambulatory_MovementComponent_GetSurfaceIncline) == 0x000004, "Wrong size on Ambulatory_MovementComponent_GetSurfaceIncline"); \ static_assert(offsetof(Ambulatory_MovementComponent_GetSurfaceIncline, ReturnValue) == 0x000000, "Member 'Ambulatory_MovementComponent_GetSurfaceIncline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_MovementComponent_SetAllowTransitionalImpulse \ static_assert(alignof(Ambulatory_MovementComponent_SetAllowTransitionalImpulse) == 0x000001, "Wrong alignment on Ambulatory_MovementComponent_SetAllowTransitionalImpulse"); \ static_assert(sizeof(Ambulatory_MovementComponent_SetAllowTransitionalImpulse) == 0x000001, "Wrong size on Ambulatory_MovementComponent_SetAllowTransitionalImpulse"); \ static_assert(offsetof(Ambulatory_MovementComponent_SetAllowTransitionalImpulse, bFlag) == 0x000000, "Member 'Ambulatory_MovementComponent_SetAllowTransitionalImpulse::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_MovementComponent_SetFallImpulse \ static_assert(alignof(Ambulatory_MovementComponent_SetFallImpulse) == 0x000004, "Wrong alignment on Ambulatory_MovementComponent_SetFallImpulse"); \ static_assert(sizeof(Ambulatory_MovementComponent_SetFallImpulse) == 0x00000C, "Wrong size on Ambulatory_MovementComponent_SetFallImpulse"); \ static_assert(offsetof(Ambulatory_MovementComponent_SetFallImpulse, Impulse) == 0x000000, "Member 'Ambulatory_MovementComponent_SetFallImpulse::Impulse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_MovementComponent_SetFrictionOverride \ static_assert(alignof(Ambulatory_MovementComponent_SetFrictionOverride) == 0x000004, "Wrong alignment on Ambulatory_MovementComponent_SetFrictionOverride"); \ static_assert(sizeof(Ambulatory_MovementComponent_SetFrictionOverride) == 0x000004, "Wrong size on Ambulatory_MovementComponent_SetFrictionOverride"); \ static_assert(offsetof(Ambulatory_MovementComponent_SetFrictionOverride, InFrictionOverride) == 0x000000, "Member 'Ambulatory_MovementComponent_SetFrictionOverride::InFrictionOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_MovementComponent_SetSharedContinuousLinearImpulse \ static_assert(alignof(Ambulatory_MovementComponent_SetSharedContinuousLinearImpulse) == 0x000008, "Wrong alignment on Ambulatory_MovementComponent_SetSharedContinuousLinearImpulse"); \ static_assert(sizeof(Ambulatory_MovementComponent_SetSharedContinuousLinearImpulse) == 0x000020, "Wrong size on Ambulatory_MovementComponent_SetSharedContinuousLinearImpulse"); \ static_assert(offsetof(Ambulatory_MovementComponent_SetSharedContinuousLinearImpulse, InImpulse) == 0x000000, "Member 'Ambulatory_MovementComponent_SetSharedContinuousLinearImpulse::InImpulse' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_MovementComponent_SetSharedContinuousLinearImpulse, ReturnValue) == 0x000010, "Member 'Ambulatory_MovementComponent_SetSharedContinuousLinearImpulse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_MovementComponent_UpdateSharedContinuousImpulse \ static_assert(alignof(Ambulatory_MovementComponent_UpdateSharedContinuousImpulse) == 0x000008, "Wrong alignment on Ambulatory_MovementComponent_UpdateSharedContinuousImpulse"); \ static_assert(sizeof(Ambulatory_MovementComponent_UpdateSharedContinuousImpulse) == 0x000020, "Wrong size on Ambulatory_MovementComponent_UpdateSharedContinuousImpulse"); \ static_assert(offsetof(Ambulatory_MovementComponent_UpdateSharedContinuousImpulse, ImpulseContainer) == 0x000000, "Member 'Ambulatory_MovementComponent_UpdateSharedContinuousImpulse::ImpulseContainer' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_MovementComponent_UpdateSharedContinuousImpulse, InImpulse) == 0x000010, "Member 'Ambulatory_MovementComponent_UpdateSharedContinuousImpulse::InImpulse' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_MovementComponent_UpdateSharedContinuousImpulse, bInIgnoreMass) == 0x00001C, "Member 'Ambulatory_MovementComponent_UpdateSharedContinuousImpulse::bInIgnoreMass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_MovementComponent_GetAdditiveToRootMotionVelocity \ static_assert(alignof(Ambulatory_MovementComponent_GetAdditiveToRootMotionVelocity) == 0x000004, "Wrong alignment on Ambulatory_MovementComponent_GetAdditiveToRootMotionVelocity"); \ static_assert(sizeof(Ambulatory_MovementComponent_GetAdditiveToRootMotionVelocity) == 0x00000C, "Wrong size on Ambulatory_MovementComponent_GetAdditiveToRootMotionVelocity"); \ static_assert(offsetof(Ambulatory_MovementComponent_GetAdditiveToRootMotionVelocity, ReturnValue) == 0x000000, "Member 'Ambulatory_MovementComponent_GetAdditiveToRootMotionVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAmbulatory_MovementComponent \ static_assert(alignof(UAmbulatory_MovementComponent) == 0x000010, "Wrong alignment on UAmbulatory_MovementComponent"); \ static_assert(sizeof(UAmbulatory_MovementComponent) == 0x000FB0, "Wrong size on UAmbulatory_MovementComponent"); \ static_assert(offsetof(UAmbulatory_MovementComponent, bOverridePhysWalking) == 0x000B48, "Member 'UAmbulatory_MovementComponent::bOverridePhysWalking' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, bComputeDistanceToSurfaceWhenFalling) == 0x000B49, "Member 'UAmbulatory_MovementComponent::bComputeDistanceToSurfaceWhenFalling' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, WindVelocity) == 0x000B4C, "Member 'UAmbulatory_MovementComponent::WindVelocity' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, SuckHeight) == 0x000B58, "Member 'UAmbulatory_MovementComponent::SuckHeight' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, bAllowTransitionalImpulse) == 0x000B5C, "Member 'UAmbulatory_MovementComponent::bAllowTransitionalImpulse' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, AdditionalGravityScale) == 0x000B60, "Member 'UAmbulatory_MovementComponent::AdditionalGravityScale' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, bUseNavMetricsForStepUp) == 0x000B64, "Member 'UAmbulatory_MovementComponent::bUseNavMetricsForStepUp' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, bMitigateStuckFalling) == 0x000B65, "Member 'UAmbulatory_MovementComponent::bMitigateStuckFalling' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, bMitigateStuckPenetratingExtraMovementCapsule) == 0x000B66, "Member 'UAmbulatory_MovementComponent::bMitigateStuckPenetratingExtraMovementCapsule' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, bCanEverStepOutOfWater) == 0x000B67, "Member 'UAmbulatory_MovementComponent::bCanEverStepOutOfWater' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, bUseWaterSurfaceForStepUp) == 0x000B68, "Member 'UAmbulatory_MovementComponent::bUseWaterSurfaceForStepUp' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, SwimDepth) == 0x000B6C, "Member 'UAmbulatory_MovementComponent::SwimDepth' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, WaterDepth) == 0x000B70, "Member 'UAmbulatory_MovementComponent::WaterDepth' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, WaterLevel) == 0x000B74, "Member 'UAmbulatory_MovementComponent::WaterLevel' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, FluidFriction) == 0x000B78, "Member 'UAmbulatory_MovementComponent::FluidFriction' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, WaterTerminalVelocity) == 0x000B7C, "Member 'UAmbulatory_MovementComponent::WaterTerminalVelocity' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, FlowForceScale) == 0x000B80, "Member 'UAmbulatory_MovementComponent::FlowForceScale' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, bApplyMaxFlowForceLimit) == 0x000B84, "Member 'UAmbulatory_MovementComponent::bApplyMaxFlowForceLimit' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, MaxFlowForce) == 0x000B88, "Member 'UAmbulatory_MovementComponent::MaxFlowForce' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, bDisableSurfaceAcceleration) == 0x000B8C, "Member 'UAmbulatory_MovementComponent::bDisableSurfaceAcceleration' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, bSkipOverlaps) == 0x000B8D, "Member 'UAmbulatory_MovementComponent::bSkipOverlaps' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, AvaRootMotionWarper) == 0x000DE0, "Member 'UAmbulatory_MovementComponent::AvaRootMotionWarper' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, AbleAbilityComponent) == 0x000E68, "Member 'UAmbulatory_MovementComponent::AbleAbilityComponent' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, SkeletalMeshComponent) == 0x000E70, "Member 'UAmbulatory_MovementComponent::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_MovementComponent, AnimRootMotionAngularVelocity) == 0x000E78, "Member 'UAmbulatory_MovementComponent::AnimRootMotionAngularVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAmbulatoryAnimTask \ static_assert(alignof(UAmbulatoryAnimTask) == 0x000008, "Wrong alignment on UAmbulatoryAnimTask"); \ static_assert(sizeof(UAmbulatoryAnimTask) == 0x000030, "Wrong size on UAmbulatoryAnimTask"); \ #define DUMPER7_ASSERTS_UAmbulatoryTurnAssistAnimTask \ static_assert(alignof(UAmbulatoryTurnAssistAnimTask) == 0x000008, "Wrong alignment on UAmbulatoryTurnAssistAnimTask"); \ static_assert(sizeof(UAmbulatoryTurnAssistAnimTask) == 0x000058, "Wrong size on UAmbulatoryTurnAssistAnimTask"); \ static_assert(offsetof(UAmbulatoryTurnAssistAnimTask, bUseFixedDirection) == 0x000030, "Member 'UAmbulatoryTurnAssistAnimTask::bUseFixedDirection' has a wrong offset!"); \ static_assert(offsetof(UAmbulatoryTurnAssistAnimTask, TurnAssistCurve) == 0x000038, "Member 'UAmbulatoryTurnAssistAnimTask::TurnAssistCurve' has a wrong offset!"); \ static_assert(offsetof(UAmbulatoryTurnAssistAnimTask, TurnAssistTimeMultiplier) == 0x000040, "Member 'UAmbulatoryTurnAssistAnimTask::TurnAssistTimeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAmbulatoryTurnAssistAnimTask, ResetTimerWithinRange) == 0x000048, "Member 'UAmbulatoryTurnAssistAnimTask::ResetTimerWithinRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_ShowTimingMessage \ static_assert(alignof(Ambulatory_Character_ShowTimingMessage) == 0x000008, "Wrong alignment on Ambulatory_Character_ShowTimingMessage"); \ static_assert(sizeof(Ambulatory_Character_ShowTimingMessage) == 0x000020, "Wrong size on Ambulatory_Character_ShowTimingMessage"); \ static_assert(offsetof(Ambulatory_Character_ShowTimingMessage, MyMessage) == 0x000000, "Member 'Ambulatory_Character_ShowTimingMessage::MyMessage' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_ShowTimingMessage, WorldContextObject) == 0x000010, "Member 'Ambulatory_Character_ShowTimingMessage::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_ShowTimingMessage, Duration) == 0x000018, "Member 'Ambulatory_Character_ShowTimingMessage::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_AddWadingComponent \ static_assert(alignof(Ambulatory_Character_AddWadingComponent) == 0x000008, "Wrong alignment on Ambulatory_Character_AddWadingComponent"); \ static_assert(sizeof(Ambulatory_Character_AddWadingComponent) == 0x000008, "Wrong size on Ambulatory_Character_AddWadingComponent"); \ static_assert(offsetof(Ambulatory_Character_AddWadingComponent, InWaterComponent) == 0x000000, "Member 'Ambulatory_Character_AddWadingComponent::InWaterComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_ApplyMobilityModeStateSpeeds \ static_assert(alignof(Ambulatory_Character_ApplyMobilityModeStateSpeeds) == 0x000001, "Wrong alignment on Ambulatory_Character_ApplyMobilityModeStateSpeeds"); \ static_assert(sizeof(Ambulatory_Character_ApplyMobilityModeStateSpeeds) == 0x000001, "Wrong size on Ambulatory_Character_ApplyMobilityModeStateSpeeds"); \ static_assert(offsetof(Ambulatory_Character_ApplyMobilityModeStateSpeeds, InMobilityModeState) == 0x000000, "Member 'Ambulatory_Character_ApplyMobilityModeStateSpeeds::InMobilityModeState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_ApplySlideHorizontalMovement \ static_assert(alignof(Ambulatory_Character_ApplySlideHorizontalMovement) == 0x000004, "Wrong alignment on Ambulatory_Character_ApplySlideHorizontalMovement"); \ static_assert(sizeof(Ambulatory_Character_ApplySlideHorizontalMovement) == 0x000010, "Wrong size on Ambulatory_Character_ApplySlideHorizontalMovement"); \ static_assert(offsetof(Ambulatory_Character_ApplySlideHorizontalMovement, WorldSpeed) == 0x000000, "Member 'Ambulatory_Character_ApplySlideHorizontalMovement::WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_ApplySlideHorizontalMovement, InWorldDirection) == 0x000004, "Member 'Ambulatory_Character_ApplySlideHorizontalMovement::InWorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_AttachSceneComponent \ static_assert(alignof(Ambulatory_Character_AttachSceneComponent) == 0x000010, "Wrong alignment on Ambulatory_Character_AttachSceneComponent"); \ static_assert(sizeof(Ambulatory_Character_AttachSceneComponent) == 0x000040, "Wrong size on Ambulatory_Character_AttachSceneComponent"); \ static_assert(offsetof(Ambulatory_Character_AttachSceneComponent, InTransform) == 0x000000, "Member 'Ambulatory_Character_AttachSceneComponent::InTransform' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_AttachSceneComponent, InTag) == 0x000030, "Member 'Ambulatory_Character_AttachSceneComponent::InTag' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_AttachSceneComponent, ReturnValue) == 0x000038, "Member 'Ambulatory_Character_AttachSceneComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_CharacterRotatedBySupport \ static_assert(alignof(Ambulatory_Character_CharacterRotatedBySupport) == 0x000004, "Wrong alignment on Ambulatory_Character_CharacterRotatedBySupport"); \ static_assert(sizeof(Ambulatory_Character_CharacterRotatedBySupport) == 0x00000C, "Wrong size on Ambulatory_Character_CharacterRotatedBySupport"); \ static_assert(offsetof(Ambulatory_Character_CharacterRotatedBySupport, DeltaRotation) == 0x000000, "Member 'Ambulatory_Character_CharacterRotatedBySupport::DeltaRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_ComputeAngleBetweenTargetTrackers \ static_assert(alignof(Ambulatory_Character_ComputeAngleBetweenTargetTrackers) == 0x000008, "Wrong alignment on Ambulatory_Character_ComputeAngleBetweenTargetTrackers"); \ static_assert(sizeof(Ambulatory_Character_ComputeAngleBetweenTargetTrackers) == 0x000018, "Wrong size on Ambulatory_Character_ComputeAngleBetweenTargetTrackers"); \ static_assert(offsetof(Ambulatory_Character_ComputeAngleBetweenTargetTrackers, SourceTracker) == 0x000000, "Member 'Ambulatory_Character_ComputeAngleBetweenTargetTrackers::SourceTracker' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_ComputeAngleBetweenTargetTrackers, DestTracker) == 0x000008, "Member 'Ambulatory_Character_ComputeAngleBetweenTargetTrackers::DestTracker' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_ComputeAngleBetweenTargetTrackers, bInComputeDegrees) == 0x000010, "Member 'Ambulatory_Character_ComputeAngleBetweenTargetTrackers::bInComputeDegrees' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_ComputeAngleBetweenTargetTrackers, ReturnValue) == 0x000014, "Member 'Ambulatory_Character_ComputeAngleBetweenTargetTrackers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_DestroyAttachedSceneComponent \ static_assert(alignof(Ambulatory_Character_DestroyAttachedSceneComponent) == 0x000008, "Wrong alignment on Ambulatory_Character_DestroyAttachedSceneComponent"); \ static_assert(sizeof(Ambulatory_Character_DestroyAttachedSceneComponent) == 0x000008, "Wrong size on Ambulatory_Character_DestroyAttachedSceneComponent"); \ static_assert(offsetof(Ambulatory_Character_DestroyAttachedSceneComponent, InSceneComponent) == 0x000000, "Member 'Ambulatory_Character_DestroyAttachedSceneComponent::InSceneComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetAimAtTargetTracker \ static_assert(alignof(Ambulatory_Character_GetAimAtTargetTracker) == 0x000008, "Wrong alignment on Ambulatory_Character_GetAimAtTargetTracker"); \ static_assert(sizeof(Ambulatory_Character_GetAimAtTargetTracker) == 0x000008, "Wrong size on Ambulatory_Character_GetAimAtTargetTracker"); \ static_assert(offsetof(Ambulatory_Character_GetAimAtTargetTracker, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_GetAimAtTargetTracker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetBaseSpeedMode \ static_assert(alignof(Ambulatory_Character_GetBaseSpeedMode) == 0x000001, "Wrong alignment on Ambulatory_Character_GetBaseSpeedMode"); \ static_assert(sizeof(Ambulatory_Character_GetBaseSpeedMode) == 0x000001, "Wrong size on Ambulatory_Character_GetBaseSpeedMode"); \ static_assert(offsetof(Ambulatory_Character_GetBaseSpeedMode, OutState) == 0x000000, "Member 'Ambulatory_Character_GetBaseSpeedMode::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetClimbingLadderState \ static_assert(alignof(Ambulatory_Character_GetClimbingLadderState) == 0x000001, "Wrong alignment on Ambulatory_Character_GetClimbingLadderState"); \ static_assert(sizeof(Ambulatory_Character_GetClimbingLadderState) == 0x000001, "Wrong size on Ambulatory_Character_GetClimbingLadderState"); \ static_assert(offsetof(Ambulatory_Character_GetClimbingLadderState, OutType) == 0x000000, "Member 'Ambulatory_Character_GetClimbingLadderState::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetClimbingLedgeState \ static_assert(alignof(Ambulatory_Character_GetClimbingLedgeState) == 0x000001, "Wrong alignment on Ambulatory_Character_GetClimbingLedgeState"); \ static_assert(sizeof(Ambulatory_Character_GetClimbingLedgeState) == 0x000001, "Wrong size on Ambulatory_Character_GetClimbingLedgeState"); \ static_assert(offsetof(Ambulatory_Character_GetClimbingLedgeState, OutType) == 0x000000, "Member 'Ambulatory_Character_GetClimbingLedgeState::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetFaceTargetTracker \ static_assert(alignof(Ambulatory_Character_GetFaceTargetTracker) == 0x000008, "Wrong alignment on Ambulatory_Character_GetFaceTargetTracker"); \ static_assert(sizeof(Ambulatory_Character_GetFaceTargetTracker) == 0x000008, "Wrong size on Ambulatory_Character_GetFaceTargetTracker"); \ static_assert(offsetof(Ambulatory_Character_GetFaceTargetTracker, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_GetFaceTargetTracker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetIsInIdle \ static_assert(alignof(Ambulatory_Character_GetIsInIdle) == 0x000001, "Wrong alignment on Ambulatory_Character_GetIsInIdle"); \ static_assert(sizeof(Ambulatory_Character_GetIsInIdle) == 0x000001, "Wrong size on Ambulatory_Character_GetIsInIdle"); \ static_assert(offsetof(Ambulatory_Character_GetIsInIdle, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_GetIsInIdle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetIsMovementInput \ static_assert(alignof(Ambulatory_Character_GetIsMovementInput) == 0x000001, "Wrong alignment on Ambulatory_Character_GetIsMovementInput"); \ static_assert(sizeof(Ambulatory_Character_GetIsMovementInput) == 0x000001, "Wrong size on Ambulatory_Character_GetIsMovementInput"); \ static_assert(offsetof(Ambulatory_Character_GetIsMovementInput, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_GetIsMovementInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetJumpingType \ static_assert(alignof(Ambulatory_Character_GetJumpingType) == 0x000001, "Wrong alignment on Ambulatory_Character_GetJumpingType"); \ static_assert(sizeof(Ambulatory_Character_GetJumpingType) == 0x000001, "Wrong size on Ambulatory_Character_GetJumpingType"); \ static_assert(offsetof(Ambulatory_Character_GetJumpingType, OutType) == 0x000000, "Member 'Ambulatory_Character_GetJumpingType::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetLandingType \ static_assert(alignof(Ambulatory_Character_GetLandingType) == 0x000001, "Wrong alignment on Ambulatory_Character_GetLandingType"); \ static_assert(sizeof(Ambulatory_Character_GetLandingType) == 0x000001, "Wrong size on Ambulatory_Character_GetLandingType"); \ static_assert(offsetof(Ambulatory_Character_GetLandingType, OutType) == 0x000000, "Member 'Ambulatory_Character_GetLandingType::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetLedgeNormal \ static_assert(alignof(Ambulatory_Character_GetLedgeNormal) == 0x000004, "Wrong alignment on Ambulatory_Character_GetLedgeNormal"); \ static_assert(sizeof(Ambulatory_Character_GetLedgeNormal) == 0x00000C, "Wrong size on Ambulatory_Character_GetLedgeNormal"); \ static_assert(offsetof(Ambulatory_Character_GetLedgeNormal, LedgeNormal) == 0x000000, "Member 'Ambulatory_Character_GetLedgeNormal::LedgeNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetLedgeTransform \ static_assert(alignof(Ambulatory_Character_GetLedgeTransform) == 0x000010, "Wrong alignment on Ambulatory_Character_GetLedgeTransform"); \ static_assert(sizeof(Ambulatory_Character_GetLedgeTransform) == 0x000030, "Wrong size on Ambulatory_Character_GetLedgeTransform"); \ static_assert(offsetof(Ambulatory_Character_GetLedgeTransform, LedgeTransform) == 0x000000, "Member 'Ambulatory_Character_GetLedgeTransform::LedgeTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetLookAtTargetTracker \ static_assert(alignof(Ambulatory_Character_GetLookAtTargetTracker) == 0x000008, "Wrong alignment on Ambulatory_Character_GetLookAtTargetTracker"); \ static_assert(sizeof(Ambulatory_Character_GetLookAtTargetTracker) == 0x000008, "Wrong size on Ambulatory_Character_GetLookAtTargetTracker"); \ static_assert(offsetof(Ambulatory_Character_GetLookAtTargetTracker, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_GetLookAtTargetTracker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetMobilityActionState \ static_assert(alignof(Ambulatory_Character_GetMobilityActionState) == 0x000001, "Wrong alignment on Ambulatory_Character_GetMobilityActionState"); \ static_assert(sizeof(Ambulatory_Character_GetMobilityActionState) == 0x000001, "Wrong size on Ambulatory_Character_GetMobilityActionState"); \ static_assert(offsetof(Ambulatory_Character_GetMobilityActionState, OutMobilityActionState) == 0x000000, "Member 'Ambulatory_Character_GetMobilityActionState::OutMobilityActionState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetMobilityActionStateName \ static_assert(alignof(Ambulatory_Character_GetMobilityActionStateName) == 0x000008, "Wrong alignment on Ambulatory_Character_GetMobilityActionStateName"); \ static_assert(sizeof(Ambulatory_Character_GetMobilityActionStateName) == 0x000018, "Wrong size on Ambulatory_Character_GetMobilityActionStateName"); \ static_assert(offsetof(Ambulatory_Character_GetMobilityActionStateName, InAnimInstance) == 0x000000, "Member 'Ambulatory_Character_GetMobilityActionStateName::InAnimInstance' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_GetMobilityActionStateName, OutString) == 0x000008, "Member 'Ambulatory_Character_GetMobilityActionStateName::OutString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetMobilityModeState \ static_assert(alignof(Ambulatory_Character_GetMobilityModeState) == 0x000001, "Wrong alignment on Ambulatory_Character_GetMobilityModeState"); \ static_assert(sizeof(Ambulatory_Character_GetMobilityModeState) == 0x000001, "Wrong size on Ambulatory_Character_GetMobilityModeState"); \ static_assert(offsetof(Ambulatory_Character_GetMobilityModeState, OutMobilityModeState) == 0x000000, "Member 'Ambulatory_Character_GetMobilityModeState::OutMobilityModeState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetMountNormal \ static_assert(alignof(Ambulatory_Character_GetMountNormal) == 0x000004, "Wrong alignment on Ambulatory_Character_GetMountNormal"); \ static_assert(sizeof(Ambulatory_Character_GetMountNormal) == 0x00000C, "Wrong size on Ambulatory_Character_GetMountNormal"); \ static_assert(offsetof(Ambulatory_Character_GetMountNormal, LedgeNormal) == 0x000000, "Member 'Ambulatory_Character_GetMountNormal::LedgeNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetMountTransform \ static_assert(alignof(Ambulatory_Character_GetMountTransform) == 0x000010, "Wrong alignment on Ambulatory_Character_GetMountTransform"); \ static_assert(sizeof(Ambulatory_Character_GetMountTransform) == 0x000030, "Wrong size on Ambulatory_Character_GetMountTransform"); \ static_assert(offsetof(Ambulatory_Character_GetMountTransform, LedgeTransform) == 0x000000, "Member 'Ambulatory_Character_GetMountTransform::LedgeTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetPreviousMobilityActionState \ static_assert(alignof(Ambulatory_Character_GetPreviousMobilityActionState) == 0x000001, "Wrong alignment on Ambulatory_Character_GetPreviousMobilityActionState"); \ static_assert(sizeof(Ambulatory_Character_GetPreviousMobilityActionState) == 0x000001, "Wrong size on Ambulatory_Character_GetPreviousMobilityActionState"); \ static_assert(offsetof(Ambulatory_Character_GetPreviousMobilityActionState, OutMobilityActionState) == 0x000000, "Member 'Ambulatory_Character_GetPreviousMobilityActionState::OutMobilityActionState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetSpeedModifierType \ static_assert(alignof(Ambulatory_Character_GetSpeedModifierType) == 0x000001, "Wrong alignment on Ambulatory_Character_GetSpeedModifierType"); \ static_assert(sizeof(Ambulatory_Character_GetSpeedModifierType) == 0x000001, "Wrong size on Ambulatory_Character_GetSpeedModifierType"); \ static_assert(offsetof(Ambulatory_Character_GetSpeedModifierType, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_GetSpeedModifierType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetTargetSpeedModifier \ static_assert(alignof(Ambulatory_Character_GetTargetSpeedModifier) == 0x000001, "Wrong alignment on Ambulatory_Character_GetTargetSpeedModifier"); \ static_assert(sizeof(Ambulatory_Character_GetTargetSpeedModifier) == 0x000001, "Wrong size on Ambulatory_Character_GetTargetSpeedModifier"); \ static_assert(offsetof(Ambulatory_Character_GetTargetSpeedModifier, OutState) == 0x000000, "Member 'Ambulatory_Character_GetTargetSpeedModifier::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_IsUsingSpeedModifier \ static_assert(alignof(Ambulatory_Character_IsUsingSpeedModifier) == 0x000001, "Wrong alignment on Ambulatory_Character_IsUsingSpeedModifier"); \ static_assert(sizeof(Ambulatory_Character_IsUsingSpeedModifier) == 0x000001, "Wrong size on Ambulatory_Character_IsUsingSpeedModifier"); \ static_assert(offsetof(Ambulatory_Character_IsUsingSpeedModifier, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_IsUsingSpeedModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_JumpFinished \ static_assert(alignof(Ambulatory_Character_JumpFinished) == 0x000008, "Wrong alignment on Ambulatory_Character_JumpFinished"); \ static_assert(sizeof(Ambulatory_Character_JumpFinished) == 0x000008, "Wrong size on Ambulatory_Character_JumpFinished"); \ static_assert(offsetof(Ambulatory_Character_JumpFinished, InAnimInstance) == 0x000000, "Member 'Ambulatory_Character_JumpFinished::InAnimInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_JumpStarted \ static_assert(alignof(Ambulatory_Character_JumpStarted) == 0x000008, "Wrong alignment on Ambulatory_Character_JumpStarted"); \ static_assert(sizeof(Ambulatory_Character_JumpStarted) == 0x000008, "Wrong size on Ambulatory_Character_JumpStarted"); \ static_assert(offsetof(Ambulatory_Character_JumpStarted, InAnimInstance) == 0x000000, "Member 'Ambulatory_Character_JumpStarted::InAnimInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_RemoveWadingComponent \ static_assert(alignof(Ambulatory_Character_RemoveWadingComponent) == 0x000008, "Wrong alignment on Ambulatory_Character_RemoveWadingComponent"); \ static_assert(sizeof(Ambulatory_Character_RemoveWadingComponent) == 0x000008, "Wrong size on Ambulatory_Character_RemoveWadingComponent"); \ static_assert(offsetof(Ambulatory_Character_RemoveWadingComponent, InWaterComponent) == 0x000000, "Member 'Ambulatory_Character_RemoveWadingComponent::InWaterComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_RevertMobilityActionState \ static_assert(alignof(Ambulatory_Character_RevertMobilityActionState) == 0x000001, "Wrong alignment on Ambulatory_Character_RevertMobilityActionState"); \ static_assert(sizeof(Ambulatory_Character_RevertMobilityActionState) == 0x000001, "Wrong size on Ambulatory_Character_RevertMobilityActionState"); \ static_assert(offsetof(Ambulatory_Character_RevertMobilityActionState, bSetTargetSpeed) == 0x000000, "Member 'Ambulatory_Character_RevertMobilityActionState::bSetTargetSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_RevertSpeedMode \ static_assert(alignof(Ambulatory_Character_RevertSpeedMode) == 0x000001, "Wrong alignment on Ambulatory_Character_RevertSpeedMode"); \ static_assert(sizeof(Ambulatory_Character_RevertSpeedMode) == 0x000001, "Wrong size on Ambulatory_Character_RevertSpeedMode"); \ static_assert(offsetof(Ambulatory_Character_RevertSpeedMode, SpeedPriority) == 0x000000, "Member 'Ambulatory_Character_RevertSpeedMode::SpeedPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Set_ForceTurnAndFace \ static_assert(alignof(Ambulatory_Character_Set_ForceTurnAndFace) == 0x000001, "Wrong alignment on Ambulatory_Character_Set_ForceTurnAndFace"); \ static_assert(sizeof(Ambulatory_Character_Set_ForceTurnAndFace) == 0x000001, "Wrong size on Ambulatory_Character_Set_ForceTurnAndFace"); \ static_assert(offsetof(Ambulatory_Character_Set_ForceTurnAndFace, InFlag) == 0x000000, "Member 'Ambulatory_Character_Set_ForceTurnAndFace::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetBaseSpeedMode \ static_assert(alignof(Ambulatory_Character_SetBaseSpeedMode) == 0x000001, "Wrong alignment on Ambulatory_Character_SetBaseSpeedMode"); \ static_assert(sizeof(Ambulatory_Character_SetBaseSpeedMode) == 0x000002, "Wrong size on Ambulatory_Character_SetBaseSpeedMode"); \ static_assert(offsetof(Ambulatory_Character_SetBaseSpeedMode, SpeedMode) == 0x000000, "Member 'Ambulatory_Character_SetBaseSpeedMode::SpeedMode' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_SetBaseSpeedMode, SpeedModifier) == 0x000001, "Member 'Ambulatory_Character_SetBaseSpeedMode::SpeedModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetClimbingLadderState \ static_assert(alignof(Ambulatory_Character_SetClimbingLadderState) == 0x000001, "Wrong alignment on Ambulatory_Character_SetClimbingLadderState"); \ static_assert(sizeof(Ambulatory_Character_SetClimbingLadderState) == 0x000001, "Wrong size on Ambulatory_Character_SetClimbingLadderState"); \ static_assert(offsetof(Ambulatory_Character_SetClimbingLadderState, InType) == 0x000000, "Member 'Ambulatory_Character_SetClimbingLadderState::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetClimbingLedgeState \ static_assert(alignof(Ambulatory_Character_SetClimbingLedgeState) == 0x000001, "Wrong alignment on Ambulatory_Character_SetClimbingLedgeState"); \ static_assert(sizeof(Ambulatory_Character_SetClimbingLedgeState) == 0x000001, "Wrong size on Ambulatory_Character_SetClimbingLedgeState"); \ static_assert(offsetof(Ambulatory_Character_SetClimbingLedgeState, InType) == 0x000000, "Member 'Ambulatory_Character_SetClimbingLedgeState::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetDesiredDirection \ static_assert(alignof(Ambulatory_Character_SetDesiredDirection) == 0x000004, "Wrong alignment on Ambulatory_Character_SetDesiredDirection"); \ static_assert(sizeof(Ambulatory_Character_SetDesiredDirection) == 0x00000C, "Wrong size on Ambulatory_Character_SetDesiredDirection"); \ static_assert(offsetof(Ambulatory_Character_SetDesiredDirection, InWorldDirection) == 0x000000, "Member 'Ambulatory_Character_SetDesiredDirection::InWorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetInWaterVolume \ static_assert(alignof(Ambulatory_Character_SetInWaterVolume) == 0x000001, "Wrong alignment on Ambulatory_Character_SetInWaterVolume"); \ static_assert(sizeof(Ambulatory_Character_SetInWaterVolume) == 0x000001, "Wrong size on Ambulatory_Character_SetInWaterVolume"); \ static_assert(offsetof(Ambulatory_Character_SetInWaterVolume, InFlag) == 0x000000, "Member 'Ambulatory_Character_SetInWaterVolume::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetIsInIdle \ static_assert(alignof(Ambulatory_Character_SetIsInIdle) == 0x000001, "Wrong alignment on Ambulatory_Character_SetIsInIdle"); \ static_assert(sizeof(Ambulatory_Character_SetIsInIdle) == 0x000001, "Wrong size on Ambulatory_Character_SetIsInIdle"); \ static_assert(offsetof(Ambulatory_Character_SetIsInIdle, isIdle) == 0x000000, "Member 'Ambulatory_Character_SetIsInIdle::isIdle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetJumpingType \ static_assert(alignof(Ambulatory_Character_SetJumpingType) == 0x000001, "Wrong alignment on Ambulatory_Character_SetJumpingType"); \ static_assert(sizeof(Ambulatory_Character_SetJumpingType) == 0x000001, "Wrong size on Ambulatory_Character_SetJumpingType"); \ static_assert(offsetof(Ambulatory_Character_SetJumpingType, InType) == 0x000000, "Member 'Ambulatory_Character_SetJumpingType::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetLandingType \ static_assert(alignof(Ambulatory_Character_SetLandingType) == 0x000001, "Wrong alignment on Ambulatory_Character_SetLandingType"); \ static_assert(sizeof(Ambulatory_Character_SetLandingType) == 0x000001, "Wrong size on Ambulatory_Character_SetLandingType"); \ static_assert(offsetof(Ambulatory_Character_SetLandingType, InType) == 0x000000, "Member 'Ambulatory_Character_SetLandingType::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetMobilityActionState \ static_assert(alignof(Ambulatory_Character_SetMobilityActionState) == 0x000001, "Wrong alignment on Ambulatory_Character_SetMobilityActionState"); \ static_assert(sizeof(Ambulatory_Character_SetMobilityActionState) == 0x000002, "Wrong size on Ambulatory_Character_SetMobilityActionState"); \ static_assert(offsetof(Ambulatory_Character_SetMobilityActionState, InMobilityActionState) == 0x000000, "Member 'Ambulatory_Character_SetMobilityActionState::InMobilityActionState' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_SetMobilityActionState, bSetTargetSpeed) == 0x000001, "Member 'Ambulatory_Character_SetMobilityActionState::bSetTargetSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetMobilityModeState \ static_assert(alignof(Ambulatory_Character_SetMobilityModeState) == 0x000001, "Wrong alignment on Ambulatory_Character_SetMobilityModeState"); \ static_assert(sizeof(Ambulatory_Character_SetMobilityModeState) == 0x000001, "Wrong size on Ambulatory_Character_SetMobilityModeState"); \ static_assert(offsetof(Ambulatory_Character_SetMobilityModeState, InMobilityModeState) == 0x000000, "Member 'Ambulatory_Character_SetMobilityModeState::InMobilityModeState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetMountNormal \ static_assert(alignof(Ambulatory_Character_SetMountNormal) == 0x000004, "Wrong alignment on Ambulatory_Character_SetMountNormal"); \ static_assert(sizeof(Ambulatory_Character_SetMountNormal) == 0x00000C, "Wrong size on Ambulatory_Character_SetMountNormal"); \ static_assert(offsetof(Ambulatory_Character_SetMountNormal, normal) == 0x000000, "Member 'Ambulatory_Character_SetMountNormal::normal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetMountTransform \ static_assert(alignof(Ambulatory_Character_SetMountTransform) == 0x000010, "Wrong alignment on Ambulatory_Character_SetMountTransform"); \ static_assert(sizeof(Ambulatory_Character_SetMountTransform) == 0x000030, "Wrong size on Ambulatory_Character_SetMountTransform"); \ static_assert(offsetof(Ambulatory_Character_SetMountTransform, Transform) == 0x000000, "Member 'Ambulatory_Character_SetMountTransform::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetMovementSpeeds \ static_assert(alignof(Ambulatory_Character_SetMovementSpeeds) == 0x000004, "Wrong alignment on Ambulatory_Character_SetMovementSpeeds"); \ static_assert(sizeof(Ambulatory_Character_SetMovementSpeeds) == 0x000008, "Wrong size on Ambulatory_Character_SetMovementSpeeds"); \ static_assert(offsetof(Ambulatory_Character_SetMovementSpeeds, InMin) == 0x000000, "Member 'Ambulatory_Character_SetMovementSpeeds::InMin' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_SetMovementSpeeds, InMax) == 0x000004, "Member 'Ambulatory_Character_SetMovementSpeeds::InMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetSpeedMode \ static_assert(alignof(Ambulatory_Character_SetSpeedMode) == 0x000001, "Wrong alignment on Ambulatory_Character_SetSpeedMode"); \ static_assert(sizeof(Ambulatory_Character_SetSpeedMode) == 0x000003, "Wrong size on Ambulatory_Character_SetSpeedMode"); \ static_assert(offsetof(Ambulatory_Character_SetSpeedMode, SpeedMode) == 0x000000, "Member 'Ambulatory_Character_SetSpeedMode::SpeedMode' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_SetSpeedMode, SpeedModifier) == 0x000001, "Member 'Ambulatory_Character_SetSpeedMode::SpeedModifier' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_SetSpeedMode, SpeedPriority) == 0x000002, "Member 'Ambulatory_Character_SetSpeedMode::SpeedPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetTargetSpeed \ static_assert(alignof(Ambulatory_Character_SetTargetSpeed) == 0x000004, "Wrong alignment on Ambulatory_Character_SetTargetSpeed"); \ static_assert(sizeof(Ambulatory_Character_SetTargetSpeed) == 0x000008, "Wrong size on Ambulatory_Character_SetTargetSpeed"); \ static_assert(offsetof(Ambulatory_Character_SetTargetSpeed, InAbstractSpeed) == 0x000000, "Member 'Ambulatory_Character_SetTargetSpeed::InAbstractSpeed' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_SetTargetSpeed, InSetMobilityStateBasedOnSpeed) == 0x000004, "Member 'Ambulatory_Character_SetTargetSpeed::InSetMobilityStateBasedOnSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetTargetSpeedAndDirection \ static_assert(alignof(Ambulatory_Character_SetTargetSpeedAndDirection) == 0x000004, "Wrong alignment on Ambulatory_Character_SetTargetSpeedAndDirection"); \ static_assert(sizeof(Ambulatory_Character_SetTargetSpeedAndDirection) == 0x000014, "Wrong size on Ambulatory_Character_SetTargetSpeedAndDirection"); \ static_assert(offsetof(Ambulatory_Character_SetTargetSpeedAndDirection, InAbstractSpeed) == 0x000000, "Member 'Ambulatory_Character_SetTargetSpeedAndDirection::InAbstractSpeed' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_SetTargetSpeedAndDirection, InDirection) == 0x000004, "Member 'Ambulatory_Character_SetTargetSpeedAndDirection::InDirection' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_SetTargetSpeedAndDirection, InSetMobilityStateBasedOnSpeed) == 0x000010, "Member 'Ambulatory_Character_SetTargetSpeedAndDirection::InSetMobilityStateBasedOnSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetUseSpeedModifier \ static_assert(alignof(Ambulatory_Character_SetUseSpeedModifier) == 0x000001, "Wrong alignment on Ambulatory_Character_SetUseSpeedModifier"); \ static_assert(sizeof(Ambulatory_Character_SetUseSpeedModifier) == 0x000001, "Wrong size on Ambulatory_Character_SetUseSpeedModifier"); \ static_assert(offsetof(Ambulatory_Character_SetUseSpeedModifier, bUseSpeedModifier) == 0x000000, "Member 'Ambulatory_Character_SetUseSpeedModifier::bUseSpeedModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetWorldSpeed \ static_assert(alignof(Ambulatory_Character_SetWorldSpeed) == 0x000004, "Wrong alignment on Ambulatory_Character_SetWorldSpeed"); \ static_assert(sizeof(Ambulatory_Character_SetWorldSpeed) == 0x000004, "Wrong size on Ambulatory_Character_SetWorldSpeed"); \ static_assert(offsetof(Ambulatory_Character_SetWorldSpeed, WorldSpeed) == 0x000000, "Member 'Ambulatory_Character_SetWorldSpeed::WorldSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SetWorldSpeedAndDirection \ static_assert(alignof(Ambulatory_Character_SetWorldSpeedAndDirection) == 0x000004, "Wrong alignment on Ambulatory_Character_SetWorldSpeedAndDirection"); \ static_assert(sizeof(Ambulatory_Character_SetWorldSpeedAndDirection) == 0x000010, "Wrong size on Ambulatory_Character_SetWorldSpeedAndDirection"); \ static_assert(offsetof(Ambulatory_Character_SetWorldSpeedAndDirection, WorldSpeed) == 0x000000, "Member 'Ambulatory_Character_SetWorldSpeedAndDirection::WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_SetWorldSpeedAndDirection, WorldDirection) == 0x000004, "Member 'Ambulatory_Character_SetWorldSpeedAndDirection::WorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_SprintStart \ static_assert(alignof(Ambulatory_Character_SprintStart) == 0x000001, "Wrong alignment on Ambulatory_Character_SprintStart"); \ static_assert(sizeof(Ambulatory_Character_SprintStart) == 0x000001, "Wrong size on Ambulatory_Character_SprintStart"); \ static_assert(offsetof(Ambulatory_Character_SprintStart, SpeedModType) == 0x000000, "Member 'Ambulatory_Character_SprintStart::SpeedModType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_StartWorldTurnInPlace \ static_assert(alignof(Ambulatory_Character_StartWorldTurnInPlace) == 0x000004, "Wrong alignment on Ambulatory_Character_StartWorldTurnInPlace"); \ static_assert(sizeof(Ambulatory_Character_StartWorldTurnInPlace) == 0x00000C, "Wrong size on Ambulatory_Character_StartWorldTurnInPlace"); \ static_assert(offsetof(Ambulatory_Character_StartWorldTurnInPlace, WorldDirection) == 0x000000, "Member 'Ambulatory_Character_StartWorldTurnInPlace::WorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_AmIGoingDownStairs \ static_assert(alignof(Ambulatory_Character_AmIGoingDownStairs) == 0x000001, "Wrong alignment on Ambulatory_Character_AmIGoingDownStairs"); \ static_assert(sizeof(Ambulatory_Character_AmIGoingDownStairs) == 0x000001, "Wrong size on Ambulatory_Character_AmIGoingDownStairs"); \ static_assert(offsetof(Ambulatory_Character_AmIGoingDownStairs, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_AmIGoingDownStairs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_AmIGoingUpStairs \ static_assert(alignof(Ambulatory_Character_AmIGoingUpStairs) == 0x000001, "Wrong alignment on Ambulatory_Character_AmIGoingUpStairs"); \ static_assert(sizeof(Ambulatory_Character_AmIGoingUpStairs) == 0x000001, "Wrong size on Ambulatory_Character_AmIGoingUpStairs"); \ static_assert(offsetof(Ambulatory_Character_AmIGoingUpStairs, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_AmIGoingUpStairs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_AmIMovingIntoSlopes \ static_assert(alignof(Ambulatory_Character_AmIMovingIntoSlopes) == 0x000001, "Wrong alignment on Ambulatory_Character_AmIMovingIntoSlopes"); \ static_assert(sizeof(Ambulatory_Character_AmIMovingIntoSlopes) == 0x000001, "Wrong size on Ambulatory_Character_AmIMovingIntoSlopes"); \ static_assert(offsetof(Ambulatory_Character_AmIMovingIntoSlopes, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_AmIMovingIntoSlopes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_AmIMovingIntoStairs \ static_assert(alignof(Ambulatory_Character_AmIMovingIntoStairs) == 0x000001, "Wrong alignment on Ambulatory_Character_AmIMovingIntoStairs"); \ static_assert(sizeof(Ambulatory_Character_AmIMovingIntoStairs) == 0x000001, "Wrong size on Ambulatory_Character_AmIMovingIntoStairs"); \ static_assert(offsetof(Ambulatory_Character_AmIMovingIntoStairs, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_AmIMovingIntoStairs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_ComputeAngle \ static_assert(alignof(Ambulatory_Character_ComputeAngle) == 0x000004, "Wrong alignment on Ambulatory_Character_ComputeAngle"); \ static_assert(sizeof(Ambulatory_Character_ComputeAngle) == 0x000020, "Wrong size on Ambulatory_Character_ComputeAngle"); \ static_assert(offsetof(Ambulatory_Character_ComputeAngle, InDirection) == 0x000000, "Member 'Ambulatory_Character_ComputeAngle::InDirection' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_ComputeAngle, InSourceForward) == 0x00000C, "Member 'Ambulatory_Character_ComputeAngle::InSourceForward' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_ComputeAngle, bInComputeDegrees) == 0x000018, "Member 'Ambulatory_Character_ComputeAngle::bInComputeDegrees' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_ComputeAngle, ReturnValue) == 0x00001C, "Member 'Ambulatory_Character_ComputeAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_ComputeDesiredDirectionAngle \ static_assert(alignof(Ambulatory_Character_ComputeDesiredDirectionAngle) == 0x000004, "Wrong alignment on Ambulatory_Character_ComputeDesiredDirectionAngle"); \ static_assert(sizeof(Ambulatory_Character_ComputeDesiredDirectionAngle) == 0x000014, "Wrong size on Ambulatory_Character_ComputeDesiredDirectionAngle"); \ static_assert(offsetof(Ambulatory_Character_ComputeDesiredDirectionAngle, InDirection) == 0x000000, "Member 'Ambulatory_Character_ComputeDesiredDirectionAngle::InDirection' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_ComputeDesiredDirectionAngle, bInComputeDegrees) == 0x00000C, "Member 'Ambulatory_Character_ComputeDesiredDirectionAngle::bInComputeDegrees' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_ComputeDesiredDirectionAngle, ReturnValue) == 0x000010, "Member 'Ambulatory_Character_ComputeDesiredDirectionAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetBlockageFlags \ static_assert(alignof(Ambulatory_Character_GetBlockageFlags) == 0x000004, "Wrong alignment on Ambulatory_Character_GetBlockageFlags"); \ static_assert(sizeof(Ambulatory_Character_GetBlockageFlags) == 0x000004, "Wrong size on Ambulatory_Character_GetBlockageFlags"); \ static_assert(offsetof(Ambulatory_Character_GetBlockageFlags, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_GetBlockageFlags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetLinkUsageFlags \ static_assert(alignof(Ambulatory_Character_GetLinkUsageFlags) == 0x000004, "Wrong alignment on Ambulatory_Character_GetLinkUsageFlags"); \ static_assert(sizeof(Ambulatory_Character_GetLinkUsageFlags) == 0x000004, "Wrong size on Ambulatory_Character_GetLinkUsageFlags"); \ static_assert(offsetof(Ambulatory_Character_GetLinkUsageFlags, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_GetLinkUsageFlags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetPathSpec \ static_assert(alignof(Ambulatory_Character_GetPathSpec) == 0x000008, "Wrong alignment on Ambulatory_Character_GetPathSpec"); \ static_assert(sizeof(Ambulatory_Character_GetPathSpec) == 0x000050, "Wrong size on Ambulatory_Character_GetPathSpec"); \ static_assert(offsetof(Ambulatory_Character_GetPathSpec, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_GetPathSpec::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetWadingComponent \ static_assert(alignof(Ambulatory_Character_GetWadingComponent) == 0x000008, "Wrong alignment on Ambulatory_Character_GetWadingComponent"); \ static_assert(sizeof(Ambulatory_Character_GetWadingComponent) == 0x000008, "Wrong size on Ambulatory_Character_GetWadingComponent"); \ static_assert(offsetof(Ambulatory_Character_GetWadingComponent, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_GetWadingComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_GetWadingComponentCount \ static_assert(alignof(Ambulatory_Character_GetWadingComponentCount) == 0x000004, "Wrong alignment on Ambulatory_Character_GetWadingComponentCount"); \ static_assert(sizeof(Ambulatory_Character_GetWadingComponentCount) == 0x000004, "Wrong size on Ambulatory_Character_GetWadingComponentCount"); \ static_assert(offsetof(Ambulatory_Character_GetWadingComponentCount, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_GetWadingComponentCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_IsWadingComponent \ static_assert(alignof(Ambulatory_Character_IsWadingComponent) == 0x000008, "Wrong alignment on Ambulatory_Character_IsWadingComponent"); \ static_assert(sizeof(Ambulatory_Character_IsWadingComponent) == 0x000010, "Wrong size on Ambulatory_Character_IsWadingComponent"); \ static_assert(offsetof(Ambulatory_Character_IsWadingComponent, InWaterComponent) == 0x000000, "Member 'Ambulatory_Character_IsWadingComponent::InWaterComponent' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_IsWadingComponent, ReturnValue) == 0x000008, "Member 'Ambulatory_Character_IsWadingComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAmbulatory_Character \ static_assert(alignof(AAmbulatory_Character) == 0x000010, "Wrong alignment on AAmbulatory_Character"); \ static_assert(sizeof(AAmbulatory_Character) == 0x000CC0, "Wrong size on AAmbulatory_Character"); \ static_assert(offsetof(AAmbulatory_Character, AkEvent) == 0x000548, "Member 'AAmbulatory_Character::AkEvent' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, FootPlantEffects) == 0x000550, "Member 'AAmbulatory_Character::FootPlantEffects' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, bIsBiped) == 0x000558, "Member 'AAmbulatory_Character::bIsBiped' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, bUseTurnAssist) == 0x000559, "Member 'AAmbulatory_Character::bUseTurnAssist' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, bAbstractMobility) == 0x00055A, "Member 'AAmbulatory_Character::bAbstractMobility' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, bTestNewMobilityMotions) == 0x00055B, "Member 'AAmbulatory_Character::bTestNewMobilityMotions' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, bOnlyLockOnMode) == 0x00055C, "Member 'AAmbulatory_Character::bOnlyLockOnMode' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, MinimumMovementSpeed) == 0x000560, "Member 'AAmbulatory_Character::MinimumMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, MaximumMovementSpeed) == 0x000564, "Member 'AAmbulatory_Character::MaximumMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, SlowWalkMovementSpeed) == 0x000568, "Member 'AAmbulatory_Character::SlowWalkMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, WalkMovementSpeed) == 0x00056C, "Member 'AAmbulatory_Character::WalkMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, FastWalkMovementSpeed) == 0x000570, "Member 'AAmbulatory_Character::FastWalkMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, JogMovementSpeed) == 0x000574, "Member 'AAmbulatory_Character::JogMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, SprintMovementSpeed) == 0x000578, "Member 'AAmbulatory_Character::SprintMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, AmbulatoryData) == 0x000580, "Member 'AAmbulatory_Character::AmbulatoryData' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, PathSpec) == 0x000590, "Member 'AAmbulatory_Character::PathSpec' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, JumpStartHeight) == 0x0005E0, "Member 'AAmbulatory_Character::JumpStartHeight' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, JumpStartVelocity) == 0x0005E4, "Member 'AAmbulatory_Character::JumpStartVelocity' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, Debug) == 0x0005F5, "Member 'AAmbulatory_Character::Debug' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, LadderActor) == 0x0005F8, "Member 'AAmbulatory_Character::LadderActor' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, WorldSpeedTracker) == 0x000628, "Member 'AAmbulatory_Character::WorldSpeedTracker' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, CharacterTeleportedDelegate) == 0x000638, "Member 'AAmbulatory_Character::CharacterTeleportedDelegate' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, LookAtTargetTracker) == 0x000648, "Member 'AAmbulatory_Character::LookAtTargetTracker' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, FaceTargetTracker) == 0x000650, "Member 'AAmbulatory_Character::FaceTargetTracker' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, AimAtTargetTracker) == 0x000658, "Member 'AAmbulatory_Character::AimAtTargetTracker' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, SpeedModeTracker) == 0x000660, "Member 'AAmbulatory_Character::SpeedModeTracker' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, SpeedModifierTracker) == 0x000668, "Member 'AAmbulatory_Character::SpeedModifierTracker' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, WadingWaterComponents) == 0x000670, "Member 'AAmbulatory_Character::WadingWaterComponents' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, FixedWorldDirection) == 0x000698, "Member 'AAmbulatory_Character::FixedWorldDirection' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, LedgeComponent) == 0x000BDC, "Member 'AAmbulatory_Character::LedgeComponent' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, m_navLinkUsingLedge) == 0x000C9C, "Member 'AAmbulatory_Character::m_navLinkUsingLedge' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, m_linkType) == 0x000C9D, "Member 'AAmbulatory_Character::m_linkType' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, m_traceWallRadius) == 0x000CA0, "Member 'AAmbulatory_Character::m_traceWallRadius' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, m_traceWallDropRadius) == 0x000CA4, "Member 'AAmbulatory_Character::m_traceWallDropRadius' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, m_traceWallForward) == 0x000CA8, "Member 'AAmbulatory_Character::m_traceWallForward' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, m_traceWallHeightAdjust) == 0x000CAC, "Member 'AAmbulatory_Character::m_traceWallHeightAdjust' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, m_traceLedgeRadius) == 0x000CB0, "Member 'AAmbulatory_Character::m_traceLedgeRadius' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, m_traceLedgeIntoWallAdjust) == 0x000CB4, "Member 'AAmbulatory_Character::m_traceLedgeIntoWallAdjust' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, m_traceLedgeUpAdjust) == 0x000CB8, "Member 'AAmbulatory_Character::m_traceLedgeUpAdjust' has a wrong offset!"); \ static_assert(offsetof(AAmbulatory_Character, m_traceLedgeDownCast) == 0x000CBC, "Member 'AAmbulatory_Character::m_traceLedgeDownCast' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_ApplyMobilityModeStateSpeeds \ static_assert(alignof(Ambulatory_Character_Interface_ApplyMobilityModeStateSpeeds) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_ApplyMobilityModeStateSpeeds"); \ static_assert(sizeof(Ambulatory_Character_Interface_ApplyMobilityModeStateSpeeds) == 0x000001, "Wrong size on Ambulatory_Character_Interface_ApplyMobilityModeStateSpeeds"); \ static_assert(offsetof(Ambulatory_Character_Interface_ApplyMobilityModeStateSpeeds, InMobilityModeState) == 0x000000, "Member 'Ambulatory_Character_Interface_ApplyMobilityModeStateSpeeds::InMobilityModeState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_AttachSceneComponent \ static_assert(alignof(Ambulatory_Character_Interface_AttachSceneComponent) == 0x000010, "Wrong alignment on Ambulatory_Character_Interface_AttachSceneComponent"); \ static_assert(sizeof(Ambulatory_Character_Interface_AttachSceneComponent) == 0x000040, "Wrong size on Ambulatory_Character_Interface_AttachSceneComponent"); \ static_assert(offsetof(Ambulatory_Character_Interface_AttachSceneComponent, InTransform) == 0x000000, "Member 'Ambulatory_Character_Interface_AttachSceneComponent::InTransform' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_Interface_AttachSceneComponent, InTag) == 0x000030, "Member 'Ambulatory_Character_Interface_AttachSceneComponent::InTag' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_Interface_AttachSceneComponent, ReturnValue) == 0x000038, "Member 'Ambulatory_Character_Interface_AttachSceneComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_DestroyAttachedSceneComponent \ static_assert(alignof(Ambulatory_Character_Interface_DestroyAttachedSceneComponent) == 0x000008, "Wrong alignment on Ambulatory_Character_Interface_DestroyAttachedSceneComponent"); \ static_assert(sizeof(Ambulatory_Character_Interface_DestroyAttachedSceneComponent) == 0x000008, "Wrong size on Ambulatory_Character_Interface_DestroyAttachedSceneComponent"); \ static_assert(offsetof(Ambulatory_Character_Interface_DestroyAttachedSceneComponent, InSceneComponent) == 0x000000, "Member 'Ambulatory_Character_Interface_DestroyAttachedSceneComponent::InSceneComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetAimAtTargetTracker \ static_assert(alignof(Ambulatory_Character_Interface_GetAimAtTargetTracker) == 0x000008, "Wrong alignment on Ambulatory_Character_Interface_GetAimAtTargetTracker"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetAimAtTargetTracker) == 0x000008, "Wrong size on Ambulatory_Character_Interface_GetAimAtTargetTracker"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetAimAtTargetTracker, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_Interface_GetAimAtTargetTracker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetBaseSpeedMode \ static_assert(alignof(Ambulatory_Character_Interface_GetBaseSpeedMode) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_GetBaseSpeedMode"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetBaseSpeedMode) == 0x000001, "Wrong size on Ambulatory_Character_Interface_GetBaseSpeedMode"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetBaseSpeedMode, OutState) == 0x000000, "Member 'Ambulatory_Character_Interface_GetBaseSpeedMode::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetClimbingLadderState \ static_assert(alignof(Ambulatory_Character_Interface_GetClimbingLadderState) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_GetClimbingLadderState"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetClimbingLadderState) == 0x000001, "Wrong size on Ambulatory_Character_Interface_GetClimbingLadderState"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetClimbingLadderState, OutType) == 0x000000, "Member 'Ambulatory_Character_Interface_GetClimbingLadderState::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetClimbingLedgeState \ static_assert(alignof(Ambulatory_Character_Interface_GetClimbingLedgeState) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_GetClimbingLedgeState"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetClimbingLedgeState) == 0x000001, "Wrong size on Ambulatory_Character_Interface_GetClimbingLedgeState"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetClimbingLedgeState, OutType) == 0x000000, "Member 'Ambulatory_Character_Interface_GetClimbingLedgeState::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetFaceTargetTracker \ static_assert(alignof(Ambulatory_Character_Interface_GetFaceTargetTracker) == 0x000008, "Wrong alignment on Ambulatory_Character_Interface_GetFaceTargetTracker"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetFaceTargetTracker) == 0x000008, "Wrong size on Ambulatory_Character_Interface_GetFaceTargetTracker"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetFaceTargetTracker, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_Interface_GetFaceTargetTracker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetIsInIdle \ static_assert(alignof(Ambulatory_Character_Interface_GetIsInIdle) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_GetIsInIdle"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetIsInIdle) == 0x000001, "Wrong size on Ambulatory_Character_Interface_GetIsInIdle"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetIsInIdle, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_Interface_GetIsInIdle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetIsMovementInput \ static_assert(alignof(Ambulatory_Character_Interface_GetIsMovementInput) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_GetIsMovementInput"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetIsMovementInput) == 0x000001, "Wrong size on Ambulatory_Character_Interface_GetIsMovementInput"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetIsMovementInput, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_Interface_GetIsMovementInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetJumpingType \ static_assert(alignof(Ambulatory_Character_Interface_GetJumpingType) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_GetJumpingType"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetJumpingType) == 0x000001, "Wrong size on Ambulatory_Character_Interface_GetJumpingType"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetJumpingType, OutType) == 0x000000, "Member 'Ambulatory_Character_Interface_GetJumpingType::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetLandingType \ static_assert(alignof(Ambulatory_Character_Interface_GetLandingType) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_GetLandingType"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetLandingType) == 0x000001, "Wrong size on Ambulatory_Character_Interface_GetLandingType"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetLandingType, OutType) == 0x000000, "Member 'Ambulatory_Character_Interface_GetLandingType::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetLedgeNormal \ static_assert(alignof(Ambulatory_Character_Interface_GetLedgeNormal) == 0x000004, "Wrong alignment on Ambulatory_Character_Interface_GetLedgeNormal"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetLedgeNormal) == 0x00000C, "Wrong size on Ambulatory_Character_Interface_GetLedgeNormal"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetLedgeNormal, OutVector) == 0x000000, "Member 'Ambulatory_Character_Interface_GetLedgeNormal::OutVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetLedgeTransform \ static_assert(alignof(Ambulatory_Character_Interface_GetLedgeTransform) == 0x000010, "Wrong alignment on Ambulatory_Character_Interface_GetLedgeTransform"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetLedgeTransform) == 0x000030, "Wrong size on Ambulatory_Character_Interface_GetLedgeTransform"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetLedgeTransform, OutTransform) == 0x000000, "Member 'Ambulatory_Character_Interface_GetLedgeTransform::OutTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetLookAtTargetTracker \ static_assert(alignof(Ambulatory_Character_Interface_GetLookAtTargetTracker) == 0x000008, "Wrong alignment on Ambulatory_Character_Interface_GetLookAtTargetTracker"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetLookAtTargetTracker) == 0x000008, "Wrong size on Ambulatory_Character_Interface_GetLookAtTargetTracker"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetLookAtTargetTracker, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_Interface_GetLookAtTargetTracker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetMobilityActionState \ static_assert(alignof(Ambulatory_Character_Interface_GetMobilityActionState) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_GetMobilityActionState"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetMobilityActionState) == 0x000001, "Wrong size on Ambulatory_Character_Interface_GetMobilityActionState"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetMobilityActionState, OutMobilityActionState) == 0x000000, "Member 'Ambulatory_Character_Interface_GetMobilityActionState::OutMobilityActionState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetMobilityModeState \ static_assert(alignof(Ambulatory_Character_Interface_GetMobilityModeState) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_GetMobilityModeState"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetMobilityModeState) == 0x000001, "Wrong size on Ambulatory_Character_Interface_GetMobilityModeState"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetMobilityModeState, OutMobilityModeState) == 0x000000, "Member 'Ambulatory_Character_Interface_GetMobilityModeState::OutMobilityModeState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetMountNormal \ static_assert(alignof(Ambulatory_Character_Interface_GetMountNormal) == 0x000004, "Wrong alignment on Ambulatory_Character_Interface_GetMountNormal"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetMountNormal) == 0x00000C, "Wrong size on Ambulatory_Character_Interface_GetMountNormal"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetMountNormal, LedgeNormal) == 0x000000, "Member 'Ambulatory_Character_Interface_GetMountNormal::LedgeNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetMountTransform \ static_assert(alignof(Ambulatory_Character_Interface_GetMountTransform) == 0x000010, "Wrong alignment on Ambulatory_Character_Interface_GetMountTransform"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetMountTransform) == 0x000030, "Wrong size on Ambulatory_Character_Interface_GetMountTransform"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetMountTransform, LedgeTransform) == 0x000000, "Member 'Ambulatory_Character_Interface_GetMountTransform::LedgeTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetPreviousMobilityActionState \ static_assert(alignof(Ambulatory_Character_Interface_GetPreviousMobilityActionState) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_GetPreviousMobilityActionState"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetPreviousMobilityActionState) == 0x000001, "Wrong size on Ambulatory_Character_Interface_GetPreviousMobilityActionState"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetPreviousMobilityActionState, OutMobilityActionState) == 0x000000, "Member 'Ambulatory_Character_Interface_GetPreviousMobilityActionState::OutMobilityActionState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetSpeedModifierType \ static_assert(alignof(Ambulatory_Character_Interface_GetSpeedModifierType) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_GetSpeedModifierType"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetSpeedModifierType) == 0x000001, "Wrong size on Ambulatory_Character_Interface_GetSpeedModifierType"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetSpeedModifierType, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_Interface_GetSpeedModifierType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_GetTargetSpeedModifier \ static_assert(alignof(Ambulatory_Character_Interface_GetTargetSpeedModifier) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_GetTargetSpeedModifier"); \ static_assert(sizeof(Ambulatory_Character_Interface_GetTargetSpeedModifier) == 0x000001, "Wrong size on Ambulatory_Character_Interface_GetTargetSpeedModifier"); \ static_assert(offsetof(Ambulatory_Character_Interface_GetTargetSpeedModifier, OutState) == 0x000000, "Member 'Ambulatory_Character_Interface_GetTargetSpeedModifier::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_IsUsingSpeedModifier \ static_assert(alignof(Ambulatory_Character_Interface_IsUsingSpeedModifier) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_IsUsingSpeedModifier"); \ static_assert(sizeof(Ambulatory_Character_Interface_IsUsingSpeedModifier) == 0x000001, "Wrong size on Ambulatory_Character_Interface_IsUsingSpeedModifier"); \ static_assert(offsetof(Ambulatory_Character_Interface_IsUsingSpeedModifier, ReturnValue) == 0x000000, "Member 'Ambulatory_Character_Interface_IsUsingSpeedModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_JumpFinished \ static_assert(alignof(Ambulatory_Character_Interface_JumpFinished) == 0x000008, "Wrong alignment on Ambulatory_Character_Interface_JumpFinished"); \ static_assert(sizeof(Ambulatory_Character_Interface_JumpFinished) == 0x000008, "Wrong size on Ambulatory_Character_Interface_JumpFinished"); \ static_assert(offsetof(Ambulatory_Character_Interface_JumpFinished, InAnimInstance) == 0x000000, "Member 'Ambulatory_Character_Interface_JumpFinished::InAnimInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_JumpStarted \ static_assert(alignof(Ambulatory_Character_Interface_JumpStarted) == 0x000008, "Wrong alignment on Ambulatory_Character_Interface_JumpStarted"); \ static_assert(sizeof(Ambulatory_Character_Interface_JumpStarted) == 0x000008, "Wrong size on Ambulatory_Character_Interface_JumpStarted"); \ static_assert(offsetof(Ambulatory_Character_Interface_JumpStarted, InAnimInstance) == 0x000000, "Member 'Ambulatory_Character_Interface_JumpStarted::InAnimInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_RevertMobilityActionState \ static_assert(alignof(Ambulatory_Character_Interface_RevertMobilityActionState) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_RevertMobilityActionState"); \ static_assert(sizeof(Ambulatory_Character_Interface_RevertMobilityActionState) == 0x000001, "Wrong size on Ambulatory_Character_Interface_RevertMobilityActionState"); \ static_assert(offsetof(Ambulatory_Character_Interface_RevertMobilityActionState, bSetTargetSpeed) == 0x000000, "Member 'Ambulatory_Character_Interface_RevertMobilityActionState::bSetTargetSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_RevertSpeedMode \ static_assert(alignof(Ambulatory_Character_Interface_RevertSpeedMode) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_RevertSpeedMode"); \ static_assert(sizeof(Ambulatory_Character_Interface_RevertSpeedMode) == 0x000001, "Wrong size on Ambulatory_Character_Interface_RevertSpeedMode"); \ static_assert(offsetof(Ambulatory_Character_Interface_RevertSpeedMode, SpeedPriority) == 0x000000, "Member 'Ambulatory_Character_Interface_RevertSpeedMode::SpeedPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_Set_ForceTurnAndFace \ static_assert(alignof(Ambulatory_Character_Interface_Set_ForceTurnAndFace) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_Set_ForceTurnAndFace"); \ static_assert(sizeof(Ambulatory_Character_Interface_Set_ForceTurnAndFace) == 0x000001, "Wrong size on Ambulatory_Character_Interface_Set_ForceTurnAndFace"); \ static_assert(offsetof(Ambulatory_Character_Interface_Set_ForceTurnAndFace, InFlag) == 0x000000, "Member 'Ambulatory_Character_Interface_Set_ForceTurnAndFace::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_SetBaseSpeedMode \ static_assert(alignof(Ambulatory_Character_Interface_SetBaseSpeedMode) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_SetBaseSpeedMode"); \ static_assert(sizeof(Ambulatory_Character_Interface_SetBaseSpeedMode) == 0x000002, "Wrong size on Ambulatory_Character_Interface_SetBaseSpeedMode"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetBaseSpeedMode, SpeedMode) == 0x000000, "Member 'Ambulatory_Character_Interface_SetBaseSpeedMode::SpeedMode' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetBaseSpeedMode, SpeedModifier) == 0x000001, "Member 'Ambulatory_Character_Interface_SetBaseSpeedMode::SpeedModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_SetClimbingLadderState \ static_assert(alignof(Ambulatory_Character_Interface_SetClimbingLadderState) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_SetClimbingLadderState"); \ static_assert(sizeof(Ambulatory_Character_Interface_SetClimbingLadderState) == 0x000001, "Wrong size on Ambulatory_Character_Interface_SetClimbingLadderState"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetClimbingLadderState, InType) == 0x000000, "Member 'Ambulatory_Character_Interface_SetClimbingLadderState::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_SetClimbingLedgeState \ static_assert(alignof(Ambulatory_Character_Interface_SetClimbingLedgeState) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_SetClimbingLedgeState"); \ static_assert(sizeof(Ambulatory_Character_Interface_SetClimbingLedgeState) == 0x000001, "Wrong size on Ambulatory_Character_Interface_SetClimbingLedgeState"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetClimbingLedgeState, InType) == 0x000000, "Member 'Ambulatory_Character_Interface_SetClimbingLedgeState::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_SetDesiredDirection \ static_assert(alignof(Ambulatory_Character_Interface_SetDesiredDirection) == 0x000004, "Wrong alignment on Ambulatory_Character_Interface_SetDesiredDirection"); \ static_assert(sizeof(Ambulatory_Character_Interface_SetDesiredDirection) == 0x00000C, "Wrong size on Ambulatory_Character_Interface_SetDesiredDirection"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetDesiredDirection, InWorldDirection) == 0x000000, "Member 'Ambulatory_Character_Interface_SetDesiredDirection::InWorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_SetInWaterVolume \ static_assert(alignof(Ambulatory_Character_Interface_SetInWaterVolume) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_SetInWaterVolume"); \ static_assert(sizeof(Ambulatory_Character_Interface_SetInWaterVolume) == 0x000001, "Wrong size on Ambulatory_Character_Interface_SetInWaterVolume"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetInWaterVolume, bInFlag) == 0x000000, "Member 'Ambulatory_Character_Interface_SetInWaterVolume::bInFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_SetIsInIdle \ static_assert(alignof(Ambulatory_Character_Interface_SetIsInIdle) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_SetIsInIdle"); \ static_assert(sizeof(Ambulatory_Character_Interface_SetIsInIdle) == 0x000001, "Wrong size on Ambulatory_Character_Interface_SetIsInIdle"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetIsInIdle, IsInIdle) == 0x000000, "Member 'Ambulatory_Character_Interface_SetIsInIdle::IsInIdle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_SetJumpingType \ static_assert(alignof(Ambulatory_Character_Interface_SetJumpingType) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_SetJumpingType"); \ static_assert(sizeof(Ambulatory_Character_Interface_SetJumpingType) == 0x000001, "Wrong size on Ambulatory_Character_Interface_SetJumpingType"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetJumpingType, InType) == 0x000000, "Member 'Ambulatory_Character_Interface_SetJumpingType::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_SetLandingType \ static_assert(alignof(Ambulatory_Character_Interface_SetLandingType) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_SetLandingType"); \ static_assert(sizeof(Ambulatory_Character_Interface_SetLandingType) == 0x000001, "Wrong size on Ambulatory_Character_Interface_SetLandingType"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetLandingType, InType) == 0x000000, "Member 'Ambulatory_Character_Interface_SetLandingType::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_SetMobilityActionState \ static_assert(alignof(Ambulatory_Character_Interface_SetMobilityActionState) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_SetMobilityActionState"); \ static_assert(sizeof(Ambulatory_Character_Interface_SetMobilityActionState) == 0x000002, "Wrong size on Ambulatory_Character_Interface_SetMobilityActionState"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetMobilityActionState, InMobilityActionState) == 0x000000, "Member 'Ambulatory_Character_Interface_SetMobilityActionState::InMobilityActionState' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetMobilityActionState, bSetTargetSpeed) == 0x000001, "Member 'Ambulatory_Character_Interface_SetMobilityActionState::bSetTargetSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_SetMobilityModeState \ static_assert(alignof(Ambulatory_Character_Interface_SetMobilityModeState) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_SetMobilityModeState"); \ static_assert(sizeof(Ambulatory_Character_Interface_SetMobilityModeState) == 0x000001, "Wrong size on Ambulatory_Character_Interface_SetMobilityModeState"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetMobilityModeState, InMobilityModeState) == 0x000000, "Member 'Ambulatory_Character_Interface_SetMobilityModeState::InMobilityModeState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_SetMountNormal \ static_assert(alignof(Ambulatory_Character_Interface_SetMountNormal) == 0x000004, "Wrong alignment on Ambulatory_Character_Interface_SetMountNormal"); \ static_assert(sizeof(Ambulatory_Character_Interface_SetMountNormal) == 0x00000C, "Wrong size on Ambulatory_Character_Interface_SetMountNormal"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetMountNormal, normal) == 0x000000, "Member 'Ambulatory_Character_Interface_SetMountNormal::normal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_SetMountTransform \ static_assert(alignof(Ambulatory_Character_Interface_SetMountTransform) == 0x000010, "Wrong alignment on Ambulatory_Character_Interface_SetMountTransform"); \ static_assert(sizeof(Ambulatory_Character_Interface_SetMountTransform) == 0x000030, "Wrong size on Ambulatory_Character_Interface_SetMountTransform"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetMountTransform, Transform) == 0x000000, "Member 'Ambulatory_Character_Interface_SetMountTransform::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_SetMovementSpeeds \ static_assert(alignof(Ambulatory_Character_Interface_SetMovementSpeeds) == 0x000004, "Wrong alignment on Ambulatory_Character_Interface_SetMovementSpeeds"); \ static_assert(sizeof(Ambulatory_Character_Interface_SetMovementSpeeds) == 0x000008, "Wrong size on Ambulatory_Character_Interface_SetMovementSpeeds"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetMovementSpeeds, InMin) == 0x000000, "Member 'Ambulatory_Character_Interface_SetMovementSpeeds::InMin' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetMovementSpeeds, InMax) == 0x000004, "Member 'Ambulatory_Character_Interface_SetMovementSpeeds::InMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_SetSpeedMode \ static_assert(alignof(Ambulatory_Character_Interface_SetSpeedMode) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_SetSpeedMode"); \ static_assert(sizeof(Ambulatory_Character_Interface_SetSpeedMode) == 0x000003, "Wrong size on Ambulatory_Character_Interface_SetSpeedMode"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetSpeedMode, SpeedMode) == 0x000000, "Member 'Ambulatory_Character_Interface_SetSpeedMode::SpeedMode' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetSpeedMode, SpeedModifier) == 0x000001, "Member 'Ambulatory_Character_Interface_SetSpeedMode::SpeedModifier' has a wrong offset!"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetSpeedMode, SpeedPriority) == 0x000002, "Member 'Ambulatory_Character_Interface_SetSpeedMode::SpeedPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_SetTurnAssist \ static_assert(alignof(Ambulatory_Character_Interface_SetTurnAssist) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_SetTurnAssist"); \ static_assert(sizeof(Ambulatory_Character_Interface_SetTurnAssist) == 0x000001, "Wrong size on Ambulatory_Character_Interface_SetTurnAssist"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetTurnAssist, InFlag) == 0x000000, "Member 'Ambulatory_Character_Interface_SetTurnAssist::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_SetUseSpeedModifier \ static_assert(alignof(Ambulatory_Character_Interface_SetUseSpeedModifier) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_SetUseSpeedModifier"); \ static_assert(sizeof(Ambulatory_Character_Interface_SetUseSpeedModifier) == 0x000001, "Wrong size on Ambulatory_Character_Interface_SetUseSpeedModifier"); \ static_assert(offsetof(Ambulatory_Character_Interface_SetUseSpeedModifier, bUseSpeedModifier) == 0x000000, "Member 'Ambulatory_Character_Interface_SetUseSpeedModifier::bUseSpeedModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_SprintStart \ static_assert(alignof(Ambulatory_Character_Interface_SprintStart) == 0x000001, "Wrong alignment on Ambulatory_Character_Interface_SprintStart"); \ static_assert(sizeof(Ambulatory_Character_Interface_SprintStart) == 0x000001, "Wrong size on Ambulatory_Character_Interface_SprintStart"); \ static_assert(offsetof(Ambulatory_Character_Interface_SprintStart, SpeedModType) == 0x000000, "Member 'Ambulatory_Character_Interface_SprintStart::SpeedModType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ambulatory_Character_Interface_StartWorldTurnInPlace \ static_assert(alignof(Ambulatory_Character_Interface_StartWorldTurnInPlace) == 0x000004, "Wrong alignment on Ambulatory_Character_Interface_StartWorldTurnInPlace"); \ static_assert(sizeof(Ambulatory_Character_Interface_StartWorldTurnInPlace) == 0x00000C, "Wrong size on Ambulatory_Character_Interface_StartWorldTurnInPlace"); \ static_assert(offsetof(Ambulatory_Character_Interface_StartWorldTurnInPlace, WorldDirection) == 0x000000, "Member 'Ambulatory_Character_Interface_StartWorldTurnInPlace::WorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAmbulatory_Character_Interface \ static_assert(alignof(IAmbulatory_Character_Interface) == 0x000001, "Wrong alignment on IAmbulatory_Character_Interface"); \ static_assert(sizeof(IAmbulatory_Character_Interface) == 0x000001, "Wrong size on IAmbulatory_Character_Interface"); \ #define DUMPER7_ASSERTS_UAmbulatory_Data \ static_assert(alignof(UAmbulatory_Data) == 0x000008, "Wrong alignment on UAmbulatory_Data"); \ static_assert(sizeof(UAmbulatory_Data) == 0x0000A8, "Wrong size on UAmbulatory_Data"); \ static_assert(offsetof(UAmbulatory_Data, IdleTurnAssistCurve) == 0x000030, "Member 'UAmbulatory_Data::IdleTurnAssistCurve' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_Data, TurnAssistCurve) == 0x000038, "Member 'UAmbulatory_Data::TurnAssistCurve' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_Data, SpeedCurve) == 0x000040, "Member 'UAmbulatory_Data::SpeedCurve' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_Data, PlayRateCurve) == 0x000048, "Member 'UAmbulatory_Data::PlayRateCurve' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_Data, CPS2SpeedCurve) == 0x000050, "Member 'UAmbulatory_Data::CPS2SpeedCurve' has a wrong offset!"); \ static_assert(offsetof(UAmbulatory_Data, MobilityModes) == 0x000058, "Member 'UAmbulatory_Data::MobilityModes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAmbulatory_TurnAssistOffNotify \ static_assert(alignof(UAmbulatory_TurnAssistOffNotify) == 0x000008, "Wrong alignment on UAmbulatory_TurnAssistOffNotify"); \ static_assert(sizeof(UAmbulatory_TurnAssistOffNotify) == 0x000030, "Wrong size on UAmbulatory_TurnAssistOffNotify"); \ #define DUMPER7_ASSERTS_UAmbulatoryAnimationAssetChooser \ static_assert(alignof(UAmbulatoryAnimationAssetChooser) == 0x000008, "Wrong alignment on UAmbulatoryAnimationAssetChooser"); \ static_assert(sizeof(UAmbulatoryAnimationAssetChooser) == 0x000048, "Wrong size on UAmbulatoryAnimationAssetChooser"); \ #define DUMPER7_ASSERTS_AAmbulatoryHUD \ static_assert(alignof(AAmbulatoryHUD) == 0x000008, "Wrong alignment on AAmbulatoryHUD"); \ static_assert(sizeof(AAmbulatoryHUD) == 0x000338, "Wrong size on AAmbulatoryHUD"); \ #define DUMPER7_ASSERTS_UAmbulatoryHUDWidgetStyle \ static_assert(alignof(UAmbulatoryHUDWidgetStyle) == 0x000008, "Wrong alignment on UAmbulatoryHUDWidgetStyle"); \ static_assert(sizeof(UAmbulatoryHUDWidgetStyle) == 0x0022F0, "Wrong size on UAmbulatoryHUDWidgetStyle"); \ static_assert(offsetof(UAmbulatoryHUDWidgetStyle, AmbulatoryHUDWidgetStyle) == 0x000030, "Member 'UAmbulatoryHUDWidgetStyle::AmbulatoryHUDWidgetStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_MotionTableEvent \ static_assert(alignof(UAnimNotify_MotionTableEvent) == 0x000008, "Wrong alignment on UAnimNotify_MotionTableEvent"); \ static_assert(sizeof(UAnimNotify_MotionTableEvent) == 0x000040, "Wrong size on UAnimNotify_MotionTableEvent"); \ static_assert(offsetof(UAnimNotify_MotionTableEvent, Name_0) == 0x000038, "Member 'UAnimNotify_MotionTableEvent::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimNotifyState_AvaMotionWarp_AddMotionWarpModifier \ static_assert(alignof(AnimNotifyState_AvaMotionWarp_AddMotionWarpModifier) == 0x000008, "Wrong alignment on AnimNotifyState_AvaMotionWarp_AddMotionWarpModifier"); \ static_assert(sizeof(AnimNotifyState_AvaMotionWarp_AddMotionWarpModifier) == 0x000090, "Wrong size on AnimNotifyState_AvaMotionWarp_AddMotionWarpModifier"); \ static_assert(offsetof(AnimNotifyState_AvaMotionWarp_AddMotionWarpModifier, InMotionWarper) == 0x000000, "Member 'AnimNotifyState_AvaMotionWarp_AddMotionWarpModifier::InMotionWarper' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_AvaMotionWarp_AddMotionWarpModifier, InWindowFinder) == 0x000078, "Member 'AnimNotifyState_AvaMotionWarp_AddMotionWarpModifier::InWindowFinder' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_AvaMotionWarp_AddMotionWarpModifier, InAnimation) == 0x000080, "Member 'AnimNotifyState_AvaMotionWarp_AddMotionWarpModifier::InAnimation' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_AvaMotionWarp_AddMotionWarpModifier, StartTime) == 0x000088, "Member 'AnimNotifyState_AvaMotionWarp_AddMotionWarpModifier::StartTime' has a wrong offset!"); \ static_assert(offsetof(AnimNotifyState_AvaMotionWarp_AddMotionWarpModifier, EndTime) == 0x00008C, "Member 'AnimNotifyState_AvaMotionWarp_AddMotionWarpModifier::EndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotifyState_AvaMotionWarp \ static_assert(alignof(UAnimNotifyState_AvaMotionWarp) == 0x000008, "Wrong alignment on UAnimNotifyState_AvaMotionWarp"); \ static_assert(sizeof(UAnimNotifyState_AvaMotionWarp) == 0x000038, "Wrong size on UAnimNotifyState_AvaMotionWarp"); \ static_assert(offsetof(UAnimNotifyState_AvaMotionWarp, RootMotionModifierConfig) == 0x000030, "Member 'UAnimNotifyState_AvaMotionWarp::RootMotionModifierConfig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaMotionWarpingModifierConfig \ static_assert(alignof(UAvaMotionWarpingModifierConfig) == 0x000008, "Wrong alignment on UAvaMotionWarpingModifierConfig"); \ static_assert(sizeof(UAvaMotionWarpingModifierConfig) == 0x000028, "Wrong size on UAvaMotionWarpingModifierConfig"); \ #define DUMPER7_ASSERTS_AvaMotionWarpingModifierConfig_Scale_AddRootMotionModifierScale \ static_assert(alignof(AvaMotionWarpingModifierConfig_Scale_AddRootMotionModifierScale) == 0x000008, "Wrong alignment on AvaMotionWarpingModifierConfig_Scale_AddRootMotionModifierScale"); \ static_assert(sizeof(AvaMotionWarpingModifierConfig_Scale_AddRootMotionModifierScale) == 0x0000A0, "Wrong size on AvaMotionWarpingModifierConfig_Scale_AddRootMotionModifierScale"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Scale_AddRootMotionModifierScale, InMotionWarper) == 0x000000, "Member 'AvaMotionWarpingModifierConfig_Scale_AddRootMotionModifierScale::InMotionWarper' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Scale_AddRootMotionModifierScale, InWindowFinder) == 0x000078, "Member 'AvaMotionWarpingModifierConfig_Scale_AddRootMotionModifierScale::InWindowFinder' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Scale_AddRootMotionModifierScale, InAnimation) == 0x000080, "Member 'AvaMotionWarpingModifierConfig_Scale_AddRootMotionModifierScale::InAnimation' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Scale_AddRootMotionModifierScale, InStartTime) == 0x000088, "Member 'AvaMotionWarpingModifierConfig_Scale_AddRootMotionModifierScale::InStartTime' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Scale_AddRootMotionModifierScale, InEndTime) == 0x00008C, "Member 'AvaMotionWarpingModifierConfig_Scale_AddRootMotionModifierScale::InEndTime' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Scale_AddRootMotionModifierScale, InScale) == 0x000090, "Member 'AvaMotionWarpingModifierConfig_Scale_AddRootMotionModifierScale::InScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaMotionWarpingModifierConfig_Scale \ static_assert(alignof(UAvaMotionWarpingModifierConfig_Scale) == 0x000008, "Wrong alignment on UAvaMotionWarpingModifierConfig_Scale"); \ static_assert(sizeof(UAvaMotionWarpingModifierConfig_Scale) == 0x000038, "Wrong size on UAvaMotionWarpingModifierConfig_Scale"); \ static_assert(offsetof(UAvaMotionWarpingModifierConfig_Scale, Scale) == 0x000028, "Member 'UAvaMotionWarpingModifierConfig_Scale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp \ static_assert(alignof(AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp) == 0x000008, "Wrong alignment on AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp"); \ static_assert(sizeof(AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp) == 0x0000A8, "Wrong size on AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp, InMotionWarper) == 0x000000, "Member 'AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp::InMotionWarper' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp, InWindowFinder) == 0x000078, "Member 'AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp::InWindowFinder' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp, InAnimation) == 0x000080, "Member 'AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp::InAnimation' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp, InStartTime) == 0x000088, "Member 'AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp::InStartTime' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp, InEndTime) == 0x00008C, "Member 'AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp::InEndTime' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp, InSyncPointName) == 0x000090, "Member 'AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp::InSyncPointName' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp, bInWarpTranslation) == 0x000098, "Member 'AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp::bInWarpTranslation' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp, bInDisallowHorizontalStretching) == 0x000099, "Member 'AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp::bInDisallowHorizontalStretching' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp, bInDisallowHorizontalSquishing) == 0x00009A, "Member 'AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp::bInDisallowHorizontalSquishing' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp, bInIgnoreZAxis) == 0x00009B, "Member 'AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp::bInIgnoreZAxis' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp, bInWarpRotation) == 0x00009C, "Member 'AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp::bInWarpRotation' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp, InRotationType) == 0x00009D, "Member 'AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp::InRotationType' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp, InWarpRotationTimeMultiplier) == 0x0000A0, "Member 'AvaMotionWarpingModifierConfig_Warp_AddRootMotionModifierSimpleWarp::InWarpRotationTimeMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaMotionWarpingModifierConfig_Warp \ static_assert(alignof(UAvaMotionWarpingModifierConfig_Warp) == 0x000008, "Wrong alignment on UAvaMotionWarpingModifierConfig_Warp"); \ static_assert(sizeof(UAvaMotionWarpingModifierConfig_Warp) == 0x000040, "Wrong size on UAvaMotionWarpingModifierConfig_Warp"); \ static_assert(offsetof(UAvaMotionWarpingModifierConfig_Warp, SyncPointName) == 0x000028, "Member 'UAvaMotionWarpingModifierConfig_Warp::SyncPointName' has a wrong offset!"); \ static_assert(offsetof(UAvaMotionWarpingModifierConfig_Warp, bWarpTranslation) == 0x000030, "Member 'UAvaMotionWarpingModifierConfig_Warp::bWarpTranslation' has a wrong offset!"); \ static_assert(offsetof(UAvaMotionWarpingModifierConfig_Warp, bDisallowHorizontalStretching) == 0x000031, "Member 'UAvaMotionWarpingModifierConfig_Warp::bDisallowHorizontalStretching' has a wrong offset!"); \ static_assert(offsetof(UAvaMotionWarpingModifierConfig_Warp, bDisallowHorizontalSquishing) == 0x000032, "Member 'UAvaMotionWarpingModifierConfig_Warp::bDisallowHorizontalSquishing' has a wrong offset!"); \ static_assert(offsetof(UAvaMotionWarpingModifierConfig_Warp, bIgnoreZAxis) == 0x000033, "Member 'UAvaMotionWarpingModifierConfig_Warp::bIgnoreZAxis' has a wrong offset!"); \ static_assert(offsetof(UAvaMotionWarpingModifierConfig_Warp, bWarpRotation) == 0x000034, "Member 'UAvaMotionWarpingModifierConfig_Warp::bWarpRotation' has a wrong offset!"); \ static_assert(offsetof(UAvaMotionWarpingModifierConfig_Warp, RotationType) == 0x000035, "Member 'UAvaMotionWarpingModifierConfig_Warp::RotationType' has a wrong offset!"); \ static_assert(offsetof(UAvaMotionWarpingModifierConfig_Warp, WarpRotationTimeMultiplier) == 0x000038, "Member 'UAvaMotionWarpingModifierConfig_Warp::WarpRotationTimeMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp \ static_assert(alignof(AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp) == 0x000008, "Wrong alignment on AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp"); \ static_assert(sizeof(AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp) == 0x0000A0, "Wrong size on AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp, InMotionWarper) == 0x000000, "Member 'AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp::InMotionWarper' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp, InWindowFinder) == 0x000078, "Member 'AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp::InWindowFinder' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp, InAnimation) == 0x000080, "Member 'AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp::InAnimation' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp, InStartTime) == 0x000088, "Member 'AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp::InStartTime' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp, InEndTime) == 0x00008C, "Member 'AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp::InEndTime' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp, InSyncPointName) == 0x000090, "Member 'AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp::InSyncPointName' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp, bInWarpTranslation) == 0x000098, "Member 'AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp::bInWarpTranslation' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp, bInIgnoreZAxis) == 0x000099, "Member 'AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp::bInIgnoreZAxis' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp, bInWarpRotation) == 0x00009A, "Member 'AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp::bInWarpRotation' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp, InRotationType) == 0x00009B, "Member 'AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp::InRotationType' has a wrong offset!"); \ static_assert(offsetof(AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp, InWarpRotationTimeMultiplier) == 0x00009C, "Member 'AvaMotionWarpingModifierConfig_SkewWarp_AddMotionWarpingModifierSkewWarp::InWarpRotationTimeMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaMotionWarpingModifierConfig_SkewWarp \ static_assert(alignof(UAvaMotionWarpingModifierConfig_SkewWarp) == 0x000008, "Wrong alignment on UAvaMotionWarpingModifierConfig_SkewWarp"); \ static_assert(sizeof(UAvaMotionWarpingModifierConfig_SkewWarp) == 0x000040, "Wrong size on UAvaMotionWarpingModifierConfig_SkewWarp"); \ #define DUMPER7_ASSERTS_MotionWarpingUtilities_BreakMotionWarpingSyncPoint \ static_assert(alignof(MotionWarpingUtilities_BreakMotionWarpingSyncPoint) == 0x000010, "Wrong alignment on MotionWarpingUtilities_BreakMotionWarpingSyncPoint"); \ static_assert(sizeof(MotionWarpingUtilities_BreakMotionWarpingSyncPoint) == 0x000040, "Wrong size on MotionWarpingUtilities_BreakMotionWarpingSyncPoint"); \ static_assert(offsetof(MotionWarpingUtilities_BreakMotionWarpingSyncPoint, SyncPoint) == 0x000000, "Member 'MotionWarpingUtilities_BreakMotionWarpingSyncPoint::SyncPoint' has a wrong offset!"); \ static_assert(offsetof(MotionWarpingUtilities_BreakMotionWarpingSyncPoint, Location) == 0x000020, "Member 'MotionWarpingUtilities_BreakMotionWarpingSyncPoint::Location' has a wrong offset!"); \ static_assert(offsetof(MotionWarpingUtilities_BreakMotionWarpingSyncPoint, Rotation) == 0x00002C, "Member 'MotionWarpingUtilities_BreakMotionWarpingSyncPoint::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionWarpingUtilities_ExtractRootMotionFromAnimation \ static_assert(alignof(MotionWarpingUtilities_ExtractRootMotionFromAnimation) == 0x000010, "Wrong alignment on MotionWarpingUtilities_ExtractRootMotionFromAnimation"); \ static_assert(sizeof(MotionWarpingUtilities_ExtractRootMotionFromAnimation) == 0x000040, "Wrong size on MotionWarpingUtilities_ExtractRootMotionFromAnimation"); \ static_assert(offsetof(MotionWarpingUtilities_ExtractRootMotionFromAnimation, Animation) == 0x000000, "Member 'MotionWarpingUtilities_ExtractRootMotionFromAnimation::Animation' has a wrong offset!"); \ static_assert(offsetof(MotionWarpingUtilities_ExtractRootMotionFromAnimation, StartTime) == 0x000008, "Member 'MotionWarpingUtilities_ExtractRootMotionFromAnimation::StartTime' has a wrong offset!"); \ static_assert(offsetof(MotionWarpingUtilities_ExtractRootMotionFromAnimation, EndTime) == 0x00000C, "Member 'MotionWarpingUtilities_ExtractRootMotionFromAnimation::EndTime' has a wrong offset!"); \ static_assert(offsetof(MotionWarpingUtilities_ExtractRootMotionFromAnimation, ReturnValue) == 0x000010, "Member 'MotionWarpingUtilities_ExtractRootMotionFromAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionWarpingUtilities_MakeMotionWarpingSyncPoint \ static_assert(alignof(MotionWarpingUtilities_MakeMotionWarpingSyncPoint) == 0x000010, "Wrong alignment on MotionWarpingUtilities_MakeMotionWarpingSyncPoint"); \ static_assert(sizeof(MotionWarpingUtilities_MakeMotionWarpingSyncPoint) == 0x000040, "Wrong size on MotionWarpingUtilities_MakeMotionWarpingSyncPoint"); \ static_assert(offsetof(MotionWarpingUtilities_MakeMotionWarpingSyncPoint, Location) == 0x000000, "Member 'MotionWarpingUtilities_MakeMotionWarpingSyncPoint::Location' has a wrong offset!"); \ static_assert(offsetof(MotionWarpingUtilities_MakeMotionWarpingSyncPoint, Rotation) == 0x00000C, "Member 'MotionWarpingUtilities_MakeMotionWarpingSyncPoint::Rotation' has a wrong offset!"); \ static_assert(offsetof(MotionWarpingUtilities_MakeMotionWarpingSyncPoint, ReturnValue) == 0x000020, "Member 'MotionWarpingUtilities_MakeMotionWarpingSyncPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMotionWarpingUtilities \ static_assert(alignof(UMotionWarpingUtilities) == 0x000008, "Wrong alignment on UMotionWarpingUtilities"); \ static_assert(sizeof(UMotionWarpingUtilities) == 0x000028, "Wrong size on UMotionWarpingUtilities"); \ #define DUMPER7_ASSERTS_UAvaMotionWarpWindowFinder \ static_assert(alignof(UAvaMotionWarpWindowFinder) == 0x000008, "Wrong alignment on UAvaMotionWarpWindowFinder"); \ static_assert(sizeof(UAvaMotionWarpWindowFinder) == 0x000038, "Wrong size on UAvaMotionWarpWindowFinder"); \ #define DUMPER7_ASSERTS_UAvaEmptyMotionWarpWindowFinder \ static_assert(alignof(UAvaEmptyMotionWarpWindowFinder) == 0x000008, "Wrong alignment on UAvaEmptyMotionWarpWindowFinder"); \ static_assert(sizeof(UAvaEmptyMotionWarpWindowFinder) == 0x000038, "Wrong size on UAvaEmptyMotionWarpWindowFinder"); \ #define DUMPER7_ASSERTS_CurveClip_GetAcceleration \ static_assert(alignof(CurveClip_GetAcceleration) == 0x000004, "Wrong alignment on CurveClip_GetAcceleration"); \ static_assert(sizeof(CurveClip_GetAcceleration) == 0x000010, "Wrong size on CurveClip_GetAcceleration"); \ static_assert(offsetof(CurveClip_GetAcceleration, InTime) == 0x000000, "Member 'CurveClip_GetAcceleration::InTime' has a wrong offset!"); \ static_assert(offsetof(CurveClip_GetAcceleration, ReturnValue) == 0x000004, "Member 'CurveClip_GetAcceleration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveClip_GetFootPlants \ static_assert(alignof(CurveClip_GetFootPlants) == 0x000004, "Wrong alignment on CurveClip_GetFootPlants"); \ static_assert(sizeof(CurveClip_GetFootPlants) == 0x000008, "Wrong size on CurveClip_GetFootPlants"); \ static_assert(offsetof(CurveClip_GetFootPlants, InTime) == 0x000000, "Member 'CurveClip_GetFootPlants::InTime' has a wrong offset!"); \ static_assert(offsetof(CurveClip_GetFootPlants, ReturnValue) == 0x000004, "Member 'CurveClip_GetFootPlants::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveClip_GetVelocity \ static_assert(alignof(CurveClip_GetVelocity) == 0x000004, "Wrong alignment on CurveClip_GetVelocity"); \ static_assert(sizeof(CurveClip_GetVelocity) == 0x000010, "Wrong size on CurveClip_GetVelocity"); \ static_assert(offsetof(CurveClip_GetVelocity, InTime) == 0x000000, "Member 'CurveClip_GetVelocity::InTime' has a wrong offset!"); \ static_assert(offsetof(CurveClip_GetVelocity, ReturnValue) == 0x000004, "Member 'CurveClip_GetVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveClip \ static_assert(alignof(UCurveClip) == 0x000008, "Wrong alignment on UCurveClip"); \ static_assert(sizeof(UCurveClip) == 0x0004B0, "Wrong size on UCurveClip"); \ static_assert(offsetof(UCurveClip, TimeToPhaseCurve) == 0x000030, "Member 'UCurveClip::TimeToPhaseCurve' has a wrong offset!"); \ static_assert(offsetof(UCurveClip, PhaseToTimeCurve) == 0x0000B0, "Member 'UCurveClip::PhaseToTimeCurve' has a wrong offset!"); \ static_assert(offsetof(UCurveClip, FootPlantsCurve) == 0x000130, "Member 'UCurveClip::FootPlantsCurve' has a wrong offset!"); \ static_assert(offsetof(UCurveClip, VelocityCurves) == 0x0001B0, "Member 'UCurveClip::VelocityCurves' has a wrong offset!"); \ static_assert(offsetof(UCurveClip, AccelerationCurves) == 0x000330, "Member 'UCurveClip::AccelerationCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFacialAnimationAnimNotifyState \ static_assert(alignof(UFacialAnimationAnimNotifyState) == 0x000008, "Wrong alignment on UFacialAnimationAnimNotifyState"); \ static_assert(sizeof(UFacialAnimationAnimNotifyState) == 0x0000B8, "Wrong size on UFacialAnimationAnimNotifyState"); \ static_assert(offsetof(UFacialAnimationAnimNotifyState, FacialAnimation) == 0x000030, "Member 'UFacialAnimationAnimNotifyState::FacialAnimation' has a wrong offset!"); \ static_assert(offsetof(UFacialAnimationAnimNotifyState, FacialAnimationPriority) == 0x000060, "Member 'UFacialAnimationAnimNotifyState::FacialAnimationPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFacialEmotionInstanceData \ static_assert(alignof(UFacialEmotionInstanceData) == 0x000008, "Wrong alignment on UFacialEmotionInstanceData"); \ static_assert(sizeof(UFacialEmotionInstanceData) == 0x000028, "Wrong size on UFacialEmotionInstanceData"); \ #define DUMPER7_ASSERTS_UFacialEmotionAnimNotifyState \ static_assert(alignof(UFacialEmotionAnimNotifyState) == 0x000008, "Wrong alignment on UFacialEmotionAnimNotifyState"); \ static_assert(sizeof(UFacialEmotionAnimNotifyState) == 0x0000B0, "Wrong size on UFacialEmotionAnimNotifyState"); \ static_assert(offsetof(UFacialEmotionAnimNotifyState, FacialEmotion) == 0x000030, "Member 'UFacialEmotionAnimNotifyState::FacialEmotion' has a wrong offset!"); \ static_assert(offsetof(UFacialEmotionAnimNotifyState, TransitionTime) == 0x000034, "Member 'UFacialEmotionAnimNotifyState::TransitionTime' has a wrong offset!"); \ static_assert(offsetof(UFacialEmotionAnimNotifyState, FacialEmotionPriority) == 0x000038, "Member 'UFacialEmotionAnimNotifyState::FacialEmotionPriority' has a wrong offset!"); \ static_assert(offsetof(UFacialEmotionAnimNotifyState, AnimTags) == 0x000040, "Member 'UFacialEmotionAnimNotifyState::AnimTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFootPlantAnimNotify \ static_assert(alignof(UFootPlantAnimNotify) == 0x000008, "Wrong alignment on UFootPlantAnimNotify"); \ static_assert(sizeof(UFootPlantAnimNotify) == 0x000060, "Wrong size on UFootPlantAnimNotify"); \ static_assert(offsetof(UFootPlantAnimNotify, NotifyName) == 0x000038, "Member 'UFootPlantAnimNotify::NotifyName' has a wrong offset!"); \ static_assert(offsetof(UFootPlantAnimNotify, ImpactTypeName) == 0x000040, "Member 'UFootPlantAnimNotify::ImpactTypeName' has a wrong offset!"); \ static_assert(offsetof(UFootPlantAnimNotify, FootPlant) == 0x000048, "Member 'UFootPlantAnimNotify::FootPlant' has a wrong offset!"); \ static_assert(offsetof(UFootPlantAnimNotify, bRegenerateOnCreatePhaseCurve) == 0x000049, "Member 'UFootPlantAnimNotify::bRegenerateOnCreatePhaseCurve' has a wrong offset!"); \ static_assert(offsetof(UFootPlantAnimNotify, bIgnoreFootPlant) == 0x00004A, "Member 'UFootPlantAnimNotify::bIgnoreFootPlant' has a wrong offset!"); \ static_assert(offsetof(UFootPlantAnimNotify, NotifyTime) == 0x00004C, "Member 'UFootPlantAnimNotify::NotifyTime' has a wrong offset!"); \ static_assert(offsetof(UFootPlantAnimNotify, TimeID) == 0x000050, "Member 'UFootPlantAnimNotify::TimeID' has a wrong offset!"); \ static_assert(offsetof(UFootPlantAnimNotify, AudioMaxDistanceToListener) == 0x000054, "Member 'UFootPlantAnimNotify::AudioMaxDistanceToListener' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFootPlantEffects \ static_assert(alignof(UFootPlantEffects) == 0x000008, "Wrong alignment on UFootPlantEffects"); \ static_assert(sizeof(UFootPlantEffects) == 0x000050, "Wrong size on UFootPlantEffects"); \ static_assert(offsetof(UFootPlantEffects, FootPlantOccurredDelegate) == 0x000028, "Member 'UFootPlantEffects::FootPlantOccurredDelegate' has a wrong offset!"); \ static_assert(offsetof(UFootPlantEffects, SurfaceTypeToVFXTable) == 0x000038, "Member 'UFootPlantEffects::SurfaceTypeToVFXTable' has a wrong offset!"); \ static_assert(offsetof(UFootPlantEffects, TestVFX) == 0x000040, "Member 'UFootPlantEffects::TestVFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_AliasHasVariations \ static_assert(alignof(MotionTable_AliasHasVariations) == 0x000008, "Wrong alignment on MotionTable_AliasHasVariations"); \ static_assert(sizeof(MotionTable_AliasHasVariations) == 0x000018, "Wrong size on MotionTable_AliasHasVariations"); \ static_assert(offsetof(MotionTable_AliasHasVariations, InAliasedStateName) == 0x000000, "Member 'MotionTable_AliasHasVariations::InAliasedStateName' has a wrong offset!"); \ static_assert(offsetof(MotionTable_AliasHasVariations, ReturnValue) == 0x000010, "Member 'MotionTable_AliasHasVariations::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_GetEventCycleTime \ static_assert(alignof(MotionTable_GetEventCycleTime) == 0x000004, "Wrong alignment on MotionTable_GetEventCycleTime"); \ static_assert(sizeof(MotionTable_GetEventCycleTime) == 0x000014, "Wrong size on MotionTable_GetEventCycleTime"); \ static_assert(offsetof(MotionTable_GetEventCycleTime, InEventName) == 0x000000, "Member 'MotionTable_GetEventCycleTime::InEventName' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetEventCycleTime, InStartState) == 0x000008, "Member 'MotionTable_GetEventCycleTime::InStartState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetEventCycleTime, ReturnValue) == 0x000010, "Member 'MotionTable_GetEventCycleTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_GetEventFollowThroughDuration \ static_assert(alignof(MotionTable_GetEventFollowThroughDuration) == 0x000004, "Wrong alignment on MotionTable_GetEventFollowThroughDuration"); \ static_assert(sizeof(MotionTable_GetEventFollowThroughDuration) == 0x000014, "Wrong size on MotionTable_GetEventFollowThroughDuration"); \ static_assert(offsetof(MotionTable_GetEventFollowThroughDuration, InEventName) == 0x000000, "Member 'MotionTable_GetEventFollowThroughDuration::InEventName' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetEventFollowThroughDuration, InStartState) == 0x000008, "Member 'MotionTable_GetEventFollowThroughDuration::InStartState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetEventFollowThroughDuration, ReturnValue) == 0x000010, "Member 'MotionTable_GetEventFollowThroughDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_GetEventFollowThroughTravelDistance \ static_assert(alignof(MotionTable_GetEventFollowThroughTravelDistance) == 0x000004, "Wrong alignment on MotionTable_GetEventFollowThroughTravelDistance"); \ static_assert(sizeof(MotionTable_GetEventFollowThroughTravelDistance) == 0x000014, "Wrong size on MotionTable_GetEventFollowThroughTravelDistance"); \ static_assert(offsetof(MotionTable_GetEventFollowThroughTravelDistance, InEventName) == 0x000000, "Member 'MotionTable_GetEventFollowThroughTravelDistance::InEventName' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetEventFollowThroughTravelDistance, InStartState) == 0x000008, "Member 'MotionTable_GetEventFollowThroughTravelDistance::InStartState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetEventFollowThroughTravelDistance, ReturnValue) == 0x000010, "Member 'MotionTable_GetEventFollowThroughTravelDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_GetEventTransitionTravelDistance \ static_assert(alignof(MotionTable_GetEventTransitionTravelDistance) == 0x000004, "Wrong alignment on MotionTable_GetEventTransitionTravelDistance"); \ static_assert(sizeof(MotionTable_GetEventTransitionTravelDistance) == 0x000014, "Wrong size on MotionTable_GetEventTransitionTravelDistance"); \ static_assert(offsetof(MotionTable_GetEventTransitionTravelDistance, InEventName) == 0x000000, "Member 'MotionTable_GetEventTransitionTravelDistance::InEventName' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetEventTransitionTravelDistance, InStartState) == 0x000008, "Member 'MotionTable_GetEventTransitionTravelDistance::InStartState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetEventTransitionTravelDistance, ReturnValue) == 0x000010, "Member 'MotionTable_GetEventTransitionTravelDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_GetNearestTimeToReachEndState \ static_assert(alignof(MotionTable_GetNearestTimeToReachEndState) == 0x000004, "Wrong alignment on MotionTable_GetNearestTimeToReachEndState"); \ static_assert(sizeof(MotionTable_GetNearestTimeToReachEndState) == 0x00001C, "Wrong size on MotionTable_GetNearestTimeToReachEndState"); \ static_assert(offsetof(MotionTable_GetNearestTimeToReachEndState, InTimeToReachEndState) == 0x000000, "Member 'MotionTable_GetNearestTimeToReachEndState::InTimeToReachEndState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetNearestTimeToReachEndState, InEndState) == 0x000004, "Member 'MotionTable_GetNearestTimeToReachEndState::InEndState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetNearestTimeToReachEndState, InStartState) == 0x00000C, "Member 'MotionTable_GetNearestTimeToReachEndState::InStartState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetNearestTimeToReachEndState, InCycleTime) == 0x000014, "Member 'MotionTable_GetNearestTimeToReachEndState::InCycleTime' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetNearestTimeToReachEndState, ReturnValue) == 0x000018, "Member 'MotionTable_GetNearestTimeToReachEndState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_GetNearestTimeToReachEvent \ static_assert(alignof(MotionTable_GetNearestTimeToReachEvent) == 0x000004, "Wrong alignment on MotionTable_GetNearestTimeToReachEvent"); \ static_assert(sizeof(MotionTable_GetNearestTimeToReachEvent) == 0x00001C, "Wrong size on MotionTable_GetNearestTimeToReachEvent"); \ static_assert(offsetof(MotionTable_GetNearestTimeToReachEvent, InTimeToReachEvent) == 0x000000, "Member 'MotionTable_GetNearestTimeToReachEvent::InTimeToReachEvent' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetNearestTimeToReachEvent, InEventName) == 0x000004, "Member 'MotionTable_GetNearestTimeToReachEvent::InEventName' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetNearestTimeToReachEvent, InStartState) == 0x00000C, "Member 'MotionTable_GetNearestTimeToReachEvent::InStartState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetNearestTimeToReachEvent, InCycleTime) == 0x000014, "Member 'MotionTable_GetNearestTimeToReachEvent::InCycleTime' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetNearestTimeToReachEvent, ReturnValue) == 0x000018, "Member 'MotionTable_GetNearestTimeToReachEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_GetStateContainingEvent \ static_assert(alignof(MotionTable_GetStateContainingEvent) == 0x000004, "Wrong alignment on MotionTable_GetStateContainingEvent"); \ static_assert(sizeof(MotionTable_GetStateContainingEvent) == 0x000018, "Wrong size on MotionTable_GetStateContainingEvent"); \ static_assert(offsetof(MotionTable_GetStateContainingEvent, InEventName) == 0x000000, "Member 'MotionTable_GetStateContainingEvent::InEventName' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetStateContainingEvent, InStartState) == 0x000008, "Member 'MotionTable_GetStateContainingEvent::InStartState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetStateContainingEvent, ReturnValue) == 0x000010, "Member 'MotionTable_GetStateContainingEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_GetStateNameFromAlias \ static_assert(alignof(MotionTable_GetStateNameFromAlias) == 0x000008, "Wrong alignment on MotionTable_GetStateNameFromAlias"); \ static_assert(sizeof(MotionTable_GetStateNameFromAlias) == 0x000018, "Wrong size on MotionTable_GetStateNameFromAlias"); \ static_assert(offsetof(MotionTable_GetStateNameFromAlias, InAliasedStateName) == 0x000000, "Member 'MotionTable_GetStateNameFromAlias::InAliasedStateName' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetStateNameFromAlias, ReturnValue) == 0x000010, "Member 'MotionTable_GetStateNameFromAlias::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_GetStateTransitionDuration \ static_assert(alignof(MotionTable_GetStateTransitionDuration) == 0x000004, "Wrong alignment on MotionTable_GetStateTransitionDuration"); \ static_assert(sizeof(MotionTable_GetStateTransitionDuration) == 0x000014, "Wrong size on MotionTable_GetStateTransitionDuration"); \ static_assert(offsetof(MotionTable_GetStateTransitionDuration, InStartState) == 0x000000, "Member 'MotionTable_GetStateTransitionDuration::InStartState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetStateTransitionDuration, InEndState) == 0x000008, "Member 'MotionTable_GetStateTransitionDuration::InEndState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetStateTransitionDuration, ReturnValue) == 0x000010, "Member 'MotionTable_GetStateTransitionDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_GetStateTransitionTravelDistance \ static_assert(alignof(MotionTable_GetStateTransitionTravelDistance) == 0x000004, "Wrong alignment on MotionTable_GetStateTransitionTravelDistance"); \ static_assert(sizeof(MotionTable_GetStateTransitionTravelDistance) == 0x000014, "Wrong size on MotionTable_GetStateTransitionTravelDistance"); \ static_assert(offsetof(MotionTable_GetStateTransitionTravelDistance, InStartState) == 0x000000, "Member 'MotionTable_GetStateTransitionTravelDistance::InStartState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetStateTransitionTravelDistance, InEndState) == 0x000008, "Member 'MotionTable_GetStateTransitionTravelDistance::InEndState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetStateTransitionTravelDistance, ReturnValue) == 0x000010, "Member 'MotionTable_GetStateTransitionTravelDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_GetTimeToReachEndState \ static_assert(alignof(MotionTable_GetTimeToReachEndState) == 0x000004, "Wrong alignment on MotionTable_GetTimeToReachEndState"); \ static_assert(sizeof(MotionTable_GetTimeToReachEndState) == 0x000018, "Wrong size on MotionTable_GetTimeToReachEndState"); \ static_assert(offsetof(MotionTable_GetTimeToReachEndState, InEndState) == 0x000000, "Member 'MotionTable_GetTimeToReachEndState::InEndState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTimeToReachEndState, InStartState) == 0x000008, "Member 'MotionTable_GetTimeToReachEndState::InStartState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTimeToReachEndState, InCycleTime) == 0x000010, "Member 'MotionTable_GetTimeToReachEndState::InCycleTime' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTimeToReachEndState, ReturnValue) == 0x000014, "Member 'MotionTable_GetTimeToReachEndState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_GetTimeToReachEndStateBefore \ static_assert(alignof(MotionTable_GetTimeToReachEndStateBefore) == 0x000004, "Wrong alignment on MotionTable_GetTimeToReachEndStateBefore"); \ static_assert(sizeof(MotionTable_GetTimeToReachEndStateBefore) == 0x00001C, "Wrong size on MotionTable_GetTimeToReachEndStateBefore"); \ static_assert(offsetof(MotionTable_GetTimeToReachEndStateBefore, InTimeToReachEndState) == 0x000000, "Member 'MotionTable_GetTimeToReachEndStateBefore::InTimeToReachEndState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTimeToReachEndStateBefore, InEndState) == 0x000004, "Member 'MotionTable_GetTimeToReachEndStateBefore::InEndState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTimeToReachEndStateBefore, InStartState) == 0x00000C, "Member 'MotionTable_GetTimeToReachEndStateBefore::InStartState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTimeToReachEndStateBefore, InCycleTime) == 0x000014, "Member 'MotionTable_GetTimeToReachEndStateBefore::InCycleTime' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTimeToReachEndStateBefore, ReturnValue) == 0x000018, "Member 'MotionTable_GetTimeToReachEndStateBefore::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_GetTimeToReachEvent \ static_assert(alignof(MotionTable_GetTimeToReachEvent) == 0x000004, "Wrong alignment on MotionTable_GetTimeToReachEvent"); \ static_assert(sizeof(MotionTable_GetTimeToReachEvent) == 0x000018, "Wrong size on MotionTable_GetTimeToReachEvent"); \ static_assert(offsetof(MotionTable_GetTimeToReachEvent, InEventName) == 0x000000, "Member 'MotionTable_GetTimeToReachEvent::InEventName' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTimeToReachEvent, InStartState) == 0x000008, "Member 'MotionTable_GetTimeToReachEvent::InStartState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTimeToReachEvent, InCycleTime) == 0x000010, "Member 'MotionTable_GetTimeToReachEvent::InCycleTime' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTimeToReachEvent, ReturnValue) == 0x000014, "Member 'MotionTable_GetTimeToReachEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_GetTimeToReachEventBefore \ static_assert(alignof(MotionTable_GetTimeToReachEventBefore) == 0x000004, "Wrong alignment on MotionTable_GetTimeToReachEventBefore"); \ static_assert(sizeof(MotionTable_GetTimeToReachEventBefore) == 0x00001C, "Wrong size on MotionTable_GetTimeToReachEventBefore"); \ static_assert(offsetof(MotionTable_GetTimeToReachEventBefore, InTimeToReachEvent) == 0x000000, "Member 'MotionTable_GetTimeToReachEventBefore::InTimeToReachEvent' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTimeToReachEventBefore, InEventName) == 0x000004, "Member 'MotionTable_GetTimeToReachEventBefore::InEventName' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTimeToReachEventBefore, InStartState) == 0x00000C, "Member 'MotionTable_GetTimeToReachEventBefore::InStartState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTimeToReachEventBefore, InCycleTime) == 0x000014, "Member 'MotionTable_GetTimeToReachEventBefore::InCycleTime' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTimeToReachEventBefore, ReturnValue) == 0x000018, "Member 'MotionTable_GetTimeToReachEventBefore::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_GetTravelDistanceToEvent \ static_assert(alignof(MotionTable_GetTravelDistanceToEvent) == 0x000004, "Wrong alignment on MotionTable_GetTravelDistanceToEvent"); \ static_assert(sizeof(MotionTable_GetTravelDistanceToEvent) == 0x00001C, "Wrong size on MotionTable_GetTravelDistanceToEvent"); \ static_assert(offsetof(MotionTable_GetTravelDistanceToEvent, InTimeToReachEvent) == 0x000000, "Member 'MotionTable_GetTravelDistanceToEvent::InTimeToReachEvent' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTravelDistanceToEvent, InEventName) == 0x000004, "Member 'MotionTable_GetTravelDistanceToEvent::InEventName' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTravelDistanceToEvent, InStartState) == 0x00000C, "Member 'MotionTable_GetTravelDistanceToEvent::InStartState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTravelDistanceToEvent, InCycleTime) == 0x000014, "Member 'MotionTable_GetTravelDistanceToEvent::InCycleTime' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTravelDistanceToEvent, ReturnValue) == 0x000018, "Member 'MotionTable_GetTravelDistanceToEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_GetTravelDistanceToState \ static_assert(alignof(MotionTable_GetTravelDistanceToState) == 0x000004, "Wrong alignment on MotionTable_GetTravelDistanceToState"); \ static_assert(sizeof(MotionTable_GetTravelDistanceToState) == 0x00001C, "Wrong size on MotionTable_GetTravelDistanceToState"); \ static_assert(offsetof(MotionTable_GetTravelDistanceToState, InTimeToReachState) == 0x000000, "Member 'MotionTable_GetTravelDistanceToState::InTimeToReachState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTravelDistanceToState, InEndState) == 0x000004, "Member 'MotionTable_GetTravelDistanceToState::InEndState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTravelDistanceToState, InStartState) == 0x00000C, "Member 'MotionTable_GetTravelDistanceToState::InStartState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTravelDistanceToState, InCycleTime) == 0x000014, "Member 'MotionTable_GetTravelDistanceToState::InCycleTime' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetTravelDistanceToState, ReturnValue) == 0x000018, "Member 'MotionTable_GetTravelDistanceToState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_GetVariationStateNameFromAnimation \ static_assert(alignof(MotionTable_GetVariationStateNameFromAnimation) == 0x000008, "Wrong alignment on MotionTable_GetVariationStateNameFromAnimation"); \ static_assert(sizeof(MotionTable_GetVariationStateNameFromAnimation) == 0x000018, "Wrong size on MotionTable_GetVariationStateNameFromAnimation"); \ static_assert(offsetof(MotionTable_GetVariationStateNameFromAnimation, InAnimationName) == 0x000000, "Member 'MotionTable_GetVariationStateNameFromAnimation::InAnimationName' has a wrong offset!"); \ static_assert(offsetof(MotionTable_GetVariationStateNameFromAnimation, ReturnValue) == 0x000010, "Member 'MotionTable_GetVariationStateNameFromAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_HasEventTransition \ static_assert(alignof(MotionTable_HasEventTransition) == 0x000004, "Wrong alignment on MotionTable_HasEventTransition"); \ static_assert(sizeof(MotionTable_HasEventTransition) == 0x000014, "Wrong size on MotionTable_HasEventTransition"); \ static_assert(offsetof(MotionTable_HasEventTransition, InEventName) == 0x000000, "Member 'MotionTable_HasEventTransition::InEventName' has a wrong offset!"); \ static_assert(offsetof(MotionTable_HasEventTransition, InStartState) == 0x000008, "Member 'MotionTable_HasEventTransition::InStartState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_HasEventTransition, ReturnValue) == 0x000010, "Member 'MotionTable_HasEventTransition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionTable_HasStateTransition \ static_assert(alignof(MotionTable_HasStateTransition) == 0x000004, "Wrong alignment on MotionTable_HasStateTransition"); \ static_assert(sizeof(MotionTable_HasStateTransition) == 0x000014, "Wrong size on MotionTable_HasStateTransition"); \ static_assert(offsetof(MotionTable_HasStateTransition, InStartState) == 0x000000, "Member 'MotionTable_HasStateTransition::InStartState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_HasStateTransition, InEndState) == 0x000008, "Member 'MotionTable_HasStateTransition::InEndState' has a wrong offset!"); \ static_assert(offsetof(MotionTable_HasStateTransition, ReturnValue) == 0x000010, "Member 'MotionTable_HasStateTransition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMotionTable \ static_assert(alignof(UMotionTable) == 0x000008, "Wrong alignment on UMotionTable"); \ static_assert(sizeof(UMotionTable) == 0x0001C0, "Wrong size on UMotionTable"); \ static_assert(offsetof(UMotionTable, StateData) == 0x000030, "Member 'UMotionTable::StateData' has a wrong offset!"); \ static_assert(offsetof(UMotionTable, EventData) == 0x000080, "Member 'UMotionTable::EventData' has a wrong offset!"); \ static_assert(offsetof(UMotionTable, AliasStateNameMap) == 0x0000D0, "Member 'UMotionTable::AliasStateNameMap' has a wrong offset!"); \ static_assert(offsetof(UMotionTable, AliasesWithVariations) == 0x000120, "Member 'UMotionTable::AliasesWithVariations' has a wrong offset!"); \ static_assert(offsetof(UMotionTable, AnimationStateNameMap) == 0x000170, "Member 'UMotionTable::AnimationStateNameMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementPredictionComponent_SetMovementState \ static_assert(alignof(MovementPredictionComponent_SetMovementState) == 0x000004, "Wrong alignment on MovementPredictionComponent_SetMovementState"); \ static_assert(sizeof(MovementPredictionComponent_SetMovementState) == 0x000008, "Wrong size on MovementPredictionComponent_SetMovementState"); \ static_assert(offsetof(MovementPredictionComponent_SetMovementState, InState) == 0x000000, "Member 'MovementPredictionComponent_SetMovementState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementPredictionComponent_TriggerMovementEvent \ static_assert(alignof(MovementPredictionComponent_TriggerMovementEvent) == 0x000001, "Wrong alignment on MovementPredictionComponent_TriggerMovementEvent"); \ static_assert(sizeof(MovementPredictionComponent_TriggerMovementEvent) == 0x000001, "Wrong size on MovementPredictionComponent_TriggerMovementEvent"); \ static_assert(offsetof(MovementPredictionComponent_TriggerMovementEvent, InType) == 0x000000, "Member 'MovementPredictionComponent_TriggerMovementEvent::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementPredictionComponent_GetEventAnimTime \ static_assert(alignof(MovementPredictionComponent_GetEventAnimTime) == 0x000004, "Wrong alignment on MovementPredictionComponent_GetEventAnimTime"); \ static_assert(sizeof(MovementPredictionComponent_GetEventAnimTime) == 0x000018, "Wrong size on MovementPredictionComponent_GetEventAnimTime"); \ static_assert(offsetof(MovementPredictionComponent_GetEventAnimTime, InEventName) == 0x000000, "Member 'MovementPredictionComponent_GetEventAnimTime::InEventName' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetEventAnimTime, InCurrentState) == 0x000008, "Member 'MovementPredictionComponent_GetEventAnimTime::InCurrentState' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetEventAnimTime, OutAnimTime) == 0x000010, "Member 'MovementPredictionComponent_GetEventAnimTime::OutAnimTime' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetEventAnimTime, ReturnValue) == 0x000014, "Member 'MovementPredictionComponent_GetEventAnimTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementPredictionComponent_GetEventFollowThroughAnimTime \ static_assert(alignof(MovementPredictionComponent_GetEventFollowThroughAnimTime) == 0x000004, "Wrong alignment on MovementPredictionComponent_GetEventFollowThroughAnimTime"); \ static_assert(sizeof(MovementPredictionComponent_GetEventFollowThroughAnimTime) == 0x000018, "Wrong size on MovementPredictionComponent_GetEventFollowThroughAnimTime"); \ static_assert(offsetof(MovementPredictionComponent_GetEventFollowThroughAnimTime, InEventName) == 0x000000, "Member 'MovementPredictionComponent_GetEventFollowThroughAnimTime::InEventName' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetEventFollowThroughAnimTime, InCurrentState) == 0x000008, "Member 'MovementPredictionComponent_GetEventFollowThroughAnimTime::InCurrentState' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetEventFollowThroughAnimTime, OutAnimTime) == 0x000010, "Member 'MovementPredictionComponent_GetEventFollowThroughAnimTime::OutAnimTime' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetEventFollowThroughAnimTime, ReturnValue) == 0x000014, "Member 'MovementPredictionComponent_GetEventFollowThroughAnimTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementPredictionComponent_GetFlightSteeringCorrectionAngles \ static_assert(alignof(MovementPredictionComponent_GetFlightSteeringCorrectionAngles) == 0x000004, "Wrong alignment on MovementPredictionComponent_GetFlightSteeringCorrectionAngles"); \ static_assert(sizeof(MovementPredictionComponent_GetFlightSteeringCorrectionAngles) == 0x000018, "Wrong size on MovementPredictionComponent_GetFlightSteeringCorrectionAngles"); \ static_assert(offsetof(MovementPredictionComponent_GetFlightSteeringCorrectionAngles, InInputRotation) == 0x000000, "Member 'MovementPredictionComponent_GetFlightSteeringCorrectionAngles::InInputRotation' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetFlightSteeringCorrectionAngles, ReturnValue) == 0x00000C, "Member 'MovementPredictionComponent_GetFlightSteeringCorrectionAngles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementPredictionComponent_GetMovementAnimTime \ static_assert(alignof(MovementPredictionComponent_GetMovementAnimTime) == 0x000004, "Wrong alignment on MovementPredictionComponent_GetMovementAnimTime"); \ static_assert(sizeof(MovementPredictionComponent_GetMovementAnimTime) == 0x000004, "Wrong size on MovementPredictionComponent_GetMovementAnimTime"); \ static_assert(offsetof(MovementPredictionComponent_GetMovementAnimTime, ReturnValue) == 0x000000, "Member 'MovementPredictionComponent_GetMovementAnimTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementPredictionComponent_GetMovementEventTarget \ static_assert(alignof(MovementPredictionComponent_GetMovementEventTarget) == 0x000004, "Wrong alignment on MovementPredictionComponent_GetMovementEventTarget"); \ static_assert(sizeof(MovementPredictionComponent_GetMovementEventTarget) == 0x00000C, "Wrong size on MovementPredictionComponent_GetMovementEventTarget"); \ static_assert(offsetof(MovementPredictionComponent_GetMovementEventTarget, OutType) == 0x000000, "Member 'MovementPredictionComponent_GetMovementEventTarget::OutType' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetMovementEventTarget, OutTimeToEvent) == 0x000004, "Member 'MovementPredictionComponent_GetMovementEventTarget::OutTimeToEvent' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetMovementEventTarget, ReturnValue) == 0x000008, "Member 'MovementPredictionComponent_GetMovementEventTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementPredictionComponent_GetMovementState \ static_assert(alignof(MovementPredictionComponent_GetMovementState) == 0x000004, "Wrong alignment on MovementPredictionComponent_GetMovementState"); \ static_assert(sizeof(MovementPredictionComponent_GetMovementState) == 0x000008, "Wrong size on MovementPredictionComponent_GetMovementState"); \ static_assert(offsetof(MovementPredictionComponent_GetMovementState, ReturnValue) == 0x000000, "Member 'MovementPredictionComponent_GetMovementState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementPredictionComponent_GetNextBlockingCollision \ static_assert(alignof(MovementPredictionComponent_GetNextBlockingCollision) == 0x000010, "Wrong alignment on MovementPredictionComponent_GetNextBlockingCollision"); \ static_assert(sizeof(MovementPredictionComponent_GetNextBlockingCollision) == 0x0000A0, "Wrong size on MovementPredictionComponent_GetNextBlockingCollision"); \ static_assert(offsetof(MovementPredictionComponent_GetNextBlockingCollision, InGlancingAngleThresholdDegrees) == 0x000000, "Member 'MovementPredictionComponent_GetNextBlockingCollision::InGlancingAngleThresholdDegrees' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetNextBlockingCollision, OutSensorInfo) == 0x000010, "Member 'MovementPredictionComponent_GetNextBlockingCollision::OutSensorInfo' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetNextBlockingCollision, ReturnValue) == 0x000090, "Member 'MovementPredictionComponent_GetNextBlockingCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementPredictionComponent_GetNextSensorInfo \ static_assert(alignof(MovementPredictionComponent_GetNextSensorInfo) == 0x000010, "Wrong alignment on MovementPredictionComponent_GetNextSensorInfo"); \ static_assert(sizeof(MovementPredictionComponent_GetNextSensorInfo) == 0x0000A0, "Wrong size on MovementPredictionComponent_GetNextSensorInfo"); \ static_assert(offsetof(MovementPredictionComponent_GetNextSensorInfo, SensorType) == 0x000000, "Member 'MovementPredictionComponent_GetNextSensorInfo::SensorType' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetNextSensorInfo, InTimeFromNow) == 0x000004, "Member 'MovementPredictionComponent_GetNextSensorInfo::InTimeFromNow' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetNextSensorInfo, OutSensorInfo) == 0x000010, "Member 'MovementPredictionComponent_GetNextSensorInfo::OutSensorInfo' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetNextSensorInfo, ReturnValue) == 0x000090, "Member 'MovementPredictionComponent_GetNextSensorInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementPredictionComponent_GetNextSensorInfoOfTypes \ static_assert(alignof(MovementPredictionComponent_GetNextSensorInfoOfTypes) == 0x000010, "Wrong alignment on MovementPredictionComponent_GetNextSensorInfoOfTypes"); \ static_assert(sizeof(MovementPredictionComponent_GetNextSensorInfoOfTypes) == 0x0000B0, "Wrong size on MovementPredictionComponent_GetNextSensorInfoOfTypes"); \ static_assert(offsetof(MovementPredictionComponent_GetNextSensorInfoOfTypes, SensorTypes) == 0x000000, "Member 'MovementPredictionComponent_GetNextSensorInfoOfTypes::SensorTypes' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetNextSensorInfoOfTypes, InTimeFromNow) == 0x000010, "Member 'MovementPredictionComponent_GetNextSensorInfoOfTypes::InTimeFromNow' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetNextSensorInfoOfTypes, OutSensorInfo) == 0x000020, "Member 'MovementPredictionComponent_GetNextSensorInfoOfTypes::OutSensorInfo' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetNextSensorInfoOfTypes, ReturnValue) == 0x0000A0, "Member 'MovementPredictionComponent_GetNextSensorInfoOfTypes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementPredictionComponent_GetPredictedTransform \ static_assert(alignof(MovementPredictionComponent_GetPredictedTransform) == 0x000010, "Wrong alignment on MovementPredictionComponent_GetPredictedTransform"); \ static_assert(sizeof(MovementPredictionComponent_GetPredictedTransform) == 0x000040, "Wrong size on MovementPredictionComponent_GetPredictedTransform"); \ static_assert(offsetof(MovementPredictionComponent_GetPredictedTransform, InTimeFromNow) == 0x000000, "Member 'MovementPredictionComponent_GetPredictedTransform::InTimeFromNow' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetPredictedTransform, ReturnValue) == 0x000010, "Member 'MovementPredictionComponent_GetPredictedTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementPredictionComponent_GetPredictedUncorrectedTransform \ static_assert(alignof(MovementPredictionComponent_GetPredictedUncorrectedTransform) == 0x000010, "Wrong alignment on MovementPredictionComponent_GetPredictedUncorrectedTransform"); \ static_assert(sizeof(MovementPredictionComponent_GetPredictedUncorrectedTransform) == 0x000040, "Wrong size on MovementPredictionComponent_GetPredictedUncorrectedTransform"); \ static_assert(offsetof(MovementPredictionComponent_GetPredictedUncorrectedTransform, InTimeFromNow) == 0x000000, "Member 'MovementPredictionComponent_GetPredictedUncorrectedTransform::InTimeFromNow' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetPredictedUncorrectedTransform, ReturnValue) == 0x000010, "Member 'MovementPredictionComponent_GetPredictedUncorrectedTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementPredictionComponent_GetSteeringCorrectionAngle \ static_assert(alignof(MovementPredictionComponent_GetSteeringCorrectionAngle) == 0x000004, "Wrong alignment on MovementPredictionComponent_GetSteeringCorrectionAngle"); \ static_assert(sizeof(MovementPredictionComponent_GetSteeringCorrectionAngle) == 0x000004, "Wrong size on MovementPredictionComponent_GetSteeringCorrectionAngle"); \ static_assert(offsetof(MovementPredictionComponent_GetSteeringCorrectionAngle, ReturnValue) == 0x000000, "Member 'MovementPredictionComponent_GetSteeringCorrectionAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementPredictionComponent_GetTimeToEventTransition \ static_assert(alignof(MovementPredictionComponent_GetTimeToEventTransition) == 0x000004, "Wrong alignment on MovementPredictionComponent_GetTimeToEventTransition"); \ static_assert(sizeof(MovementPredictionComponent_GetTimeToEventTransition) == 0x000010, "Wrong size on MovementPredictionComponent_GetTimeToEventTransition"); \ static_assert(offsetof(MovementPredictionComponent_GetTimeToEventTransition, InEventName) == 0x000000, "Member 'MovementPredictionComponent_GetTimeToEventTransition::InEventName' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetTimeToEventTransition, OutTimeUntilTransition) == 0x000008, "Member 'MovementPredictionComponent_GetTimeToEventTransition::OutTimeUntilTransition' has a wrong offset!"); \ static_assert(offsetof(MovementPredictionComponent_GetTimeToEventTransition, ReturnValue) == 0x00000C, "Member 'MovementPredictionComponent_GetTimeToEventTransition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovementPredictionComponent_IsLastEventFollowThroughComplete \ static_assert(alignof(MovementPredictionComponent_IsLastEventFollowThroughComplete) == 0x000001, "Wrong alignment on MovementPredictionComponent_IsLastEventFollowThroughComplete"); \ static_assert(sizeof(MovementPredictionComponent_IsLastEventFollowThroughComplete) == 0x000001, "Wrong size on MovementPredictionComponent_IsLastEventFollowThroughComplete"); \ static_assert(offsetof(MovementPredictionComponent_IsLastEventFollowThroughComplete, ReturnValue) == 0x000000, "Member 'MovementPredictionComponent_IsLastEventFollowThroughComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovementPredictionComponent \ static_assert(alignof(UMovementPredictionComponent) == 0x000010, "Wrong alignment on UMovementPredictionComponent"); \ static_assert(sizeof(UMovementPredictionComponent) == 0x0004C0, "Wrong size on UMovementPredictionComponent"); \ static_assert(offsetof(UMovementPredictionComponent, Settings) == 0x0000D0, "Member 'UMovementPredictionComponent::Settings' has a wrong offset!"); \ static_assert(offsetof(UMovementPredictionComponent, MotionTable) == 0x000108, "Member 'UMovementPredictionComponent::MotionTable' has a wrong offset!"); \ static_assert(offsetof(UMovementPredictionComponent, bEnableEventMatching) == 0x000110, "Member 'UMovementPredictionComponent::bEnableEventMatching' has a wrong offset!"); \ static_assert(offsetof(UMovementPredictionComponent, MovementEventData) == 0x000118, "Member 'UMovementPredictionComponent::MovementEventData' has a wrong offset!"); \ static_assert(offsetof(UMovementPredictionComponent, MovementWarpingStrength) == 0x000168, "Member 'UMovementPredictionComponent::MovementWarpingStrength' has a wrong offset!"); \ static_assert(offsetof(UMovementPredictionComponent, SteeringCorrectionStrength) == 0x00016C, "Member 'UMovementPredictionComponent::SteeringCorrectionStrength' has a wrong offset!"); \ static_assert(offsetof(UMovementPredictionComponent, SteeringCorrectionWeightOverTime) == 0x000170, "Member 'UMovementPredictionComponent::SteeringCorrectionWeightOverTime' has a wrong offset!"); \ static_assert(offsetof(UMovementPredictionComponent, FlightSteeringYawCorrectionWeightOverTime) == 0x0001F8, "Member 'UMovementPredictionComponent::FlightSteeringYawCorrectionWeightOverTime' has a wrong offset!"); \ static_assert(offsetof(UMovementPredictionComponent, FlightSteeringPitchCorrectionWeightOverTime) == 0x000280, "Member 'UMovementPredictionComponent::FlightSteeringPitchCorrectionWeightOverTime' has a wrong offset!"); \ static_assert(offsetof(UMovementPredictionComponent, bDebugDrawMotionEvents) == 0x000308, "Member 'UMovementPredictionComponent::bDebugDrawMotionEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpeedModeTracker_ClearTargetSpeedMode \ static_assert(alignof(SpeedModeTracker_ClearTargetSpeedMode) == 0x000001, "Wrong alignment on SpeedModeTracker_ClearTargetSpeedMode"); \ static_assert(sizeof(SpeedModeTracker_ClearTargetSpeedMode) == 0x000002, "Wrong size on SpeedModeTracker_ClearTargetSpeedMode"); \ static_assert(offsetof(SpeedModeTracker_ClearTargetSpeedMode, InPriority) == 0x000000, "Member 'SpeedModeTracker_ClearTargetSpeedMode::InPriority' has a wrong offset!"); \ static_assert(offsetof(SpeedModeTracker_ClearTargetSpeedMode, bBroadcastChange) == 0x000001, "Member 'SpeedModeTracker_ClearTargetSpeedMode::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpeedModeTracker_GetBaseTargetSpeedMode \ static_assert(alignof(SpeedModeTracker_GetBaseTargetSpeedMode) == 0x000001, "Wrong alignment on SpeedModeTracker_GetBaseTargetSpeedMode"); \ static_assert(sizeof(SpeedModeTracker_GetBaseTargetSpeedMode) == 0x000001, "Wrong size on SpeedModeTracker_GetBaseTargetSpeedMode"); \ static_assert(offsetof(SpeedModeTracker_GetBaseTargetSpeedMode, ReturnValue) == 0x000000, "Member 'SpeedModeTracker_GetBaseTargetSpeedMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpeedModeTracker_GetTargetSpeedMode \ static_assert(alignof(SpeedModeTracker_GetTargetSpeedMode) == 0x000001, "Wrong alignment on SpeedModeTracker_GetTargetSpeedMode"); \ static_assert(sizeof(SpeedModeTracker_GetTargetSpeedMode) == 0x000001, "Wrong size on SpeedModeTracker_GetTargetSpeedMode"); \ static_assert(offsetof(SpeedModeTracker_GetTargetSpeedMode, ReturnValue) == 0x000000, "Member 'SpeedModeTracker_GetTargetSpeedMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpeedModeTracker_SetBaseTargetSpeedMode \ static_assert(alignof(SpeedModeTracker_SetBaseTargetSpeedMode) == 0x000001, "Wrong alignment on SpeedModeTracker_SetBaseTargetSpeedMode"); \ static_assert(sizeof(SpeedModeTracker_SetBaseTargetSpeedMode) == 0x000001, "Wrong size on SpeedModeTracker_SetBaseTargetSpeedMode"); \ static_assert(offsetof(SpeedModeTracker_SetBaseTargetSpeedMode, InSpeedMode) == 0x000000, "Member 'SpeedModeTracker_SetBaseTargetSpeedMode::InSpeedMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpeedModeTracker_SetTargetSpeedMode \ static_assert(alignof(SpeedModeTracker_SetTargetSpeedMode) == 0x000001, "Wrong alignment on SpeedModeTracker_SetTargetSpeedMode"); \ static_assert(sizeof(SpeedModeTracker_SetTargetSpeedMode) == 0x000003, "Wrong size on SpeedModeTracker_SetTargetSpeedMode"); \ static_assert(offsetof(SpeedModeTracker_SetTargetSpeedMode, InSpeedMode) == 0x000000, "Member 'SpeedModeTracker_SetTargetSpeedMode::InSpeedMode' has a wrong offset!"); \ static_assert(offsetof(SpeedModeTracker_SetTargetSpeedMode, InPriority) == 0x000001, "Member 'SpeedModeTracker_SetTargetSpeedMode::InPriority' has a wrong offset!"); \ static_assert(offsetof(SpeedModeTracker_SetTargetSpeedMode, bBroadcastChange) == 0x000002, "Member 'SpeedModeTracker_SetTargetSpeedMode::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpeedModeTracker \ static_assert(alignof(USpeedModeTracker) == 0x000008, "Wrong alignment on USpeedModeTracker"); \ static_assert(sizeof(USpeedModeTracker) == 0x000088, "Wrong size on USpeedModeTracker"); \ #define DUMPER7_ASSERTS_TargetTypeBase_GetComputedPriority \ static_assert(alignof(TargetTypeBase_GetComputedPriority) == 0x000004, "Wrong alignment on TargetTypeBase_GetComputedPriority"); \ static_assert(sizeof(TargetTypeBase_GetComputedPriority) == 0x000004, "Wrong size on TargetTypeBase_GetComputedPriority"); \ static_assert(offsetof(TargetTypeBase_GetComputedPriority, ReturnValue) == 0x000000, "Member 'TargetTypeBase_GetComputedPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeBase_GetExpirationTime \ static_assert(alignof(TargetTypeBase_GetExpirationTime) == 0x000004, "Wrong alignment on TargetTypeBase_GetExpirationTime"); \ static_assert(sizeof(TargetTypeBase_GetExpirationTime) == 0x000004, "Wrong size on TargetTypeBase_GetExpirationTime"); \ static_assert(offsetof(TargetTypeBase_GetExpirationTime, ReturnValue) == 0x000000, "Member 'TargetTypeBase_GetExpirationTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeBase_GetTargetType \ static_assert(alignof(TargetTypeBase_GetTargetType) == 0x000001, "Wrong alignment on TargetTypeBase_GetTargetType"); \ static_assert(sizeof(TargetTypeBase_GetTargetType) == 0x000001, "Wrong size on TargetTypeBase_GetTargetType"); \ static_assert(offsetof(TargetTypeBase_GetTargetType, ReturnValue) == 0x000000, "Member 'TargetTypeBase_GetTargetType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeBase_SetComputedPriority \ static_assert(alignof(TargetTypeBase_SetComputedPriority) == 0x000004, "Wrong alignment on TargetTypeBase_SetComputedPriority"); \ static_assert(sizeof(TargetTypeBase_SetComputedPriority) == 0x000004, "Wrong size on TargetTypeBase_SetComputedPriority"); \ static_assert(offsetof(TargetTypeBase_SetComputedPriority, InPriority) == 0x000000, "Member 'TargetTypeBase_SetComputedPriority::InPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeBase_SetExpirationTime \ static_assert(alignof(TargetTypeBase_SetExpirationTime) == 0x000004, "Wrong alignment on TargetTypeBase_SetExpirationTime"); \ static_assert(sizeof(TargetTypeBase_SetExpirationTime) == 0x000004, "Wrong size on TargetTypeBase_SetExpirationTime"); \ static_assert(offsetof(TargetTypeBase_SetExpirationTime, InExpirationTime) == 0x000000, "Member 'TargetTypeBase_SetExpirationTime::InExpirationTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargetTypeBase \ static_assert(alignof(UTargetTypeBase) == 0x000008, "Wrong alignment on UTargetTypeBase"); \ static_assert(sizeof(UTargetTypeBase) == 0x000038, "Wrong size on UTargetTypeBase"); \ #define DUMPER7_ASSERTS_TargetTypeActor_SetActorOffset \ static_assert(alignof(TargetTypeActor_SetActorOffset) == 0x000004, "Wrong alignment on TargetTypeActor_SetActorOffset"); \ static_assert(sizeof(TargetTypeActor_SetActorOffset) == 0x00000C, "Wrong size on TargetTypeActor_SetActorOffset"); \ static_assert(offsetof(TargetTypeActor_SetActorOffset, InActorOffset) == 0x000000, "Member 'TargetTypeActor_SetActorOffset::InActorOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeActor_SetSocketName \ static_assert(alignof(TargetTypeActor_SetSocketName) == 0x000004, "Wrong alignment on TargetTypeActor_SetSocketName"); \ static_assert(sizeof(TargetTypeActor_SetSocketName) == 0x000008, "Wrong size on TargetTypeActor_SetSocketName"); \ static_assert(offsetof(TargetTypeActor_SetSocketName, InSocketName) == 0x000000, "Member 'TargetTypeActor_SetSocketName::InSocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeActor_SetTargetActor \ static_assert(alignof(TargetTypeActor_SetTargetActor) == 0x000008, "Wrong alignment on TargetTypeActor_SetTargetActor"); \ static_assert(sizeof(TargetTypeActor_SetTargetActor) == 0x000008, "Wrong size on TargetTypeActor_SetTargetActor"); \ static_assert(offsetof(TargetTypeActor_SetTargetActor, InTargetActor) == 0x000000, "Member 'TargetTypeActor_SetTargetActor::InTargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeActor_GetActorOffset \ static_assert(alignof(TargetTypeActor_GetActorOffset) == 0x000004, "Wrong alignment on TargetTypeActor_GetActorOffset"); \ static_assert(sizeof(TargetTypeActor_GetActorOffset) == 0x00000C, "Wrong size on TargetTypeActor_GetActorOffset"); \ static_assert(offsetof(TargetTypeActor_GetActorOffset, ReturnValue) == 0x000000, "Member 'TargetTypeActor_GetActorOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeActor_GetSocketName \ static_assert(alignof(TargetTypeActor_GetSocketName) == 0x000004, "Wrong alignment on TargetTypeActor_GetSocketName"); \ static_assert(sizeof(TargetTypeActor_GetSocketName) == 0x000008, "Wrong size on TargetTypeActor_GetSocketName"); \ static_assert(offsetof(TargetTypeActor_GetSocketName, ReturnValue) == 0x000000, "Member 'TargetTypeActor_GetSocketName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeActor_GetTargetActor \ static_assert(alignof(TargetTypeActor_GetTargetActor) == 0x000008, "Wrong alignment on TargetTypeActor_GetTargetActor"); \ static_assert(sizeof(TargetTypeActor_GetTargetActor) == 0x000008, "Wrong size on TargetTypeActor_GetTargetActor"); \ static_assert(offsetof(TargetTypeActor_GetTargetActor, ReturnValue) == 0x000000, "Member 'TargetTypeActor_GetTargetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargetTypeActor \ static_assert(alignof(UTargetTypeActor) == 0x000008, "Wrong alignment on UTargetTypeActor"); \ static_assert(sizeof(UTargetTypeActor) == 0x000060, "Wrong size on UTargetTypeActor"); \ #define DUMPER7_ASSERTS_TargetTypeLocation_SetTargetLocation \ static_assert(alignof(TargetTypeLocation_SetTargetLocation) == 0x000004, "Wrong alignment on TargetTypeLocation_SetTargetLocation"); \ static_assert(sizeof(TargetTypeLocation_SetTargetLocation) == 0x00000C, "Wrong size on TargetTypeLocation_SetTargetLocation"); \ static_assert(offsetof(TargetTypeLocation_SetTargetLocation, InTargetLocation) == 0x000000, "Member 'TargetTypeLocation_SetTargetLocation::InTargetLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeLocation_GetTargetLocation \ static_assert(alignof(TargetTypeLocation_GetTargetLocation) == 0x000004, "Wrong alignment on TargetTypeLocation_GetTargetLocation"); \ static_assert(sizeof(TargetTypeLocation_GetTargetLocation) == 0x00000C, "Wrong size on TargetTypeLocation_GetTargetLocation"); \ static_assert(offsetof(TargetTypeLocation_GetTargetLocation, ReturnValue) == 0x000000, "Member 'TargetTypeLocation_GetTargetLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargetTypeLocation \ static_assert(alignof(UTargetTypeLocation) == 0x000008, "Wrong alignment on UTargetTypeLocation"); \ static_assert(sizeof(UTargetTypeLocation) == 0x000048, "Wrong size on UTargetTypeLocation"); \ #define DUMPER7_ASSERTS_TargetTypeCamera_SetPlayerCameraManager \ static_assert(alignof(TargetTypeCamera_SetPlayerCameraManager) == 0x000008, "Wrong alignment on TargetTypeCamera_SetPlayerCameraManager"); \ static_assert(sizeof(TargetTypeCamera_SetPlayerCameraManager) == 0x000008, "Wrong size on TargetTypeCamera_SetPlayerCameraManager"); \ static_assert(offsetof(TargetTypeCamera_SetPlayerCameraManager, InPlayerCameraManager) == 0x000000, "Member 'TargetTypeCamera_SetPlayerCameraManager::InPlayerCameraManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeCamera_GetPlayerCameraManager \ static_assert(alignof(TargetTypeCamera_GetPlayerCameraManager) == 0x000008, "Wrong alignment on TargetTypeCamera_GetPlayerCameraManager"); \ static_assert(sizeof(TargetTypeCamera_GetPlayerCameraManager) == 0x000008, "Wrong size on TargetTypeCamera_GetPlayerCameraManager"); \ static_assert(offsetof(TargetTypeCamera_GetPlayerCameraManager, ReturnValue) == 0x000000, "Member 'TargetTypeCamera_GetPlayerCameraManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargetTypeCamera \ static_assert(alignof(UTargetTypeCamera) == 0x000008, "Wrong alignment on UTargetTypeCamera"); \ static_assert(sizeof(UTargetTypeCamera) == 0x000040, "Wrong size on UTargetTypeCamera"); \ #define DUMPER7_ASSERTS_UTargetTypeDesiredDirection \ static_assert(alignof(UTargetTypeDesiredDirection) == 0x000008, "Wrong alignment on UTargetTypeDesiredDirection"); \ static_assert(sizeof(UTargetTypeDesiredDirection) == 0x000038, "Wrong size on UTargetTypeDesiredDirection"); \ #define DUMPER7_ASSERTS_TargetTypeStaticWorldDirection_SetStaticWorldDirection \ static_assert(alignof(TargetTypeStaticWorldDirection_SetStaticWorldDirection) == 0x000004, "Wrong alignment on TargetTypeStaticWorldDirection_SetStaticWorldDirection"); \ static_assert(sizeof(TargetTypeStaticWorldDirection_SetStaticWorldDirection) == 0x00000C, "Wrong size on TargetTypeStaticWorldDirection_SetStaticWorldDirection"); \ static_assert(offsetof(TargetTypeStaticWorldDirection_SetStaticWorldDirection, InStaticWorldDirection) == 0x000000, "Member 'TargetTypeStaticWorldDirection_SetStaticWorldDirection::InStaticWorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargetTypeStaticWorldDirection \ static_assert(alignof(UTargetTypeStaticWorldDirection) == 0x000008, "Wrong alignment on UTargetTypeStaticWorldDirection"); \ static_assert(sizeof(UTargetTypeStaticWorldDirection) == 0x000048, "Wrong size on UTargetTypeStaticWorldDirection"); \ #define DUMPER7_ASSERTS_TargetTracker_ComputeCameraDirection \ static_assert(alignof(TargetTracker_ComputeCameraDirection) == 0x000008, "Wrong alignment on TargetTracker_ComputeCameraDirection"); \ static_assert(sizeof(TargetTracker_ComputeCameraDirection) == 0x000018, "Wrong size on TargetTracker_ComputeCameraDirection"); \ static_assert(offsetof(TargetTracker_ComputeCameraDirection, InActor) == 0x000000, "Member 'TargetTracker_ComputeCameraDirection::InActor' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_ComputeCameraDirection, bFlattenInXYPlane) == 0x000008, "Member 'TargetTracker_ComputeCameraDirection::bFlattenInXYPlane' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_ComputeCameraDirection, ReturnValue) == 0x00000C, "Member 'TargetTracker_ComputeCameraDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_AddTarget_Actor \ static_assert(alignof(TargetTracker_AddTarget_Actor) == 0x000008, "Wrong alignment on TargetTracker_AddTarget_Actor"); \ static_assert(sizeof(TargetTracker_AddTarget_Actor) == 0x000018, "Wrong size on TargetTracker_AddTarget_Actor"); \ static_assert(offsetof(TargetTracker_AddTarget_Actor, InTargetActor) == 0x000000, "Member 'TargetTracker_AddTarget_Actor::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_AddTarget_Actor, InTargetID) == 0x000008, "Member 'TargetTracker_AddTarget_Actor::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_AddTarget_Actor, ReturnValue) == 0x000010, "Member 'TargetTracker_AddTarget_Actor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_AddTarget_ActorWithOffset \ static_assert(alignof(TargetTracker_AddTarget_ActorWithOffset) == 0x000008, "Wrong alignment on TargetTracker_AddTarget_ActorWithOffset"); \ static_assert(sizeof(TargetTracker_AddTarget_ActorWithOffset) == 0x000020, "Wrong size on TargetTracker_AddTarget_ActorWithOffset"); \ static_assert(offsetof(TargetTracker_AddTarget_ActorWithOffset, InTargetActor) == 0x000000, "Member 'TargetTracker_AddTarget_ActorWithOffset::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_AddTarget_ActorWithOffset, InTargetOffset) == 0x000008, "Member 'TargetTracker_AddTarget_ActorWithOffset::InTargetOffset' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_AddTarget_ActorWithOffset, InTargetID) == 0x000014, "Member 'TargetTracker_AddTarget_ActorWithOffset::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_AddTarget_ActorWithOffset, ReturnValue) == 0x000018, "Member 'TargetTracker_AddTarget_ActorWithOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_AddTarget_CameraDirection \ static_assert(alignof(TargetTracker_AddTarget_CameraDirection) == 0x000008, "Wrong alignment on TargetTracker_AddTarget_CameraDirection"); \ static_assert(sizeof(TargetTracker_AddTarget_CameraDirection) == 0x000010, "Wrong size on TargetTracker_AddTarget_CameraDirection"); \ static_assert(offsetof(TargetTracker_AddTarget_CameraDirection, InTargetID) == 0x000000, "Member 'TargetTracker_AddTarget_CameraDirection::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_AddTarget_CameraDirection, ReturnValue) == 0x000008, "Member 'TargetTracker_AddTarget_CameraDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_AddTarget_Custom \ static_assert(alignof(TargetTracker_AddTarget_Custom) == 0x000008, "Wrong alignment on TargetTracker_AddTarget_Custom"); \ static_assert(sizeof(TargetTracker_AddTarget_Custom) == 0x000018, "Wrong size on TargetTracker_AddTarget_Custom"); \ static_assert(offsetof(TargetTracker_AddTarget_Custom, TargetClass) == 0x000000, "Member 'TargetTracker_AddTarget_Custom::TargetClass' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_AddTarget_Custom, InTargetID) == 0x000008, "Member 'TargetTracker_AddTarget_Custom::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_AddTarget_Custom, ReturnValue) == 0x000010, "Member 'TargetTracker_AddTarget_Custom::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_AddTarget_DesiredDirection \ static_assert(alignof(TargetTracker_AddTarget_DesiredDirection) == 0x000008, "Wrong alignment on TargetTracker_AddTarget_DesiredDirection"); \ static_assert(sizeof(TargetTracker_AddTarget_DesiredDirection) == 0x000010, "Wrong size on TargetTracker_AddTarget_DesiredDirection"); \ static_assert(offsetof(TargetTracker_AddTarget_DesiredDirection, InTargetID) == 0x000000, "Member 'TargetTracker_AddTarget_DesiredDirection::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_AddTarget_DesiredDirection, ReturnValue) == 0x000008, "Member 'TargetTracker_AddTarget_DesiredDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_AddTarget_Location \ static_assert(alignof(TargetTracker_AddTarget_Location) == 0x000008, "Wrong alignment on TargetTracker_AddTarget_Location"); \ static_assert(sizeof(TargetTracker_AddTarget_Location) == 0x000018, "Wrong size on TargetTracker_AddTarget_Location"); \ static_assert(offsetof(TargetTracker_AddTarget_Location, InTargetLocation) == 0x000000, "Member 'TargetTracker_AddTarget_Location::InTargetLocation' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_AddTarget_Location, InTargetID) == 0x00000C, "Member 'TargetTracker_AddTarget_Location::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_AddTarget_Location, ReturnValue) == 0x000010, "Member 'TargetTracker_AddTarget_Location::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_AddTarget_StaticWorldDirection \ static_assert(alignof(TargetTracker_AddTarget_StaticWorldDirection) == 0x000008, "Wrong alignment on TargetTracker_AddTarget_StaticWorldDirection"); \ static_assert(sizeof(TargetTracker_AddTarget_StaticWorldDirection) == 0x000018, "Wrong size on TargetTracker_AddTarget_StaticWorldDirection"); \ static_assert(offsetof(TargetTracker_AddTarget_StaticWorldDirection, InStaticWorldDirection) == 0x000000, "Member 'TargetTracker_AddTarget_StaticWorldDirection::InStaticWorldDirection' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_AddTarget_StaticWorldDirection, InTargetID) == 0x00000C, "Member 'TargetTracker_AddTarget_StaticWorldDirection::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_AddTarget_StaticWorldDirection, ReturnValue) == 0x000010, "Member 'TargetTracker_AddTarget_StaticWorldDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_ComputeDirection \ static_assert(alignof(TargetTracker_ComputeDirection) == 0x000004, "Wrong alignment on TargetTracker_ComputeDirection"); \ static_assert(sizeof(TargetTracker_ComputeDirection) == 0x00001C, "Wrong size on TargetTracker_ComputeDirection"); \ static_assert(offsetof(TargetTracker_ComputeDirection, SourceLocation) == 0x000000, "Member 'TargetTracker_ComputeDirection::SourceLocation' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_ComputeDirection, bFlattenInXYPlane) == 0x00000C, "Member 'TargetTracker_ComputeDirection::bFlattenInXYPlane' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_ComputeDirection, bNormalize) == 0x00000D, "Member 'TargetTracker_ComputeDirection::bNormalize' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_ComputeDirection, ReturnValue) == 0x000010, "Member 'TargetTracker_ComputeDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_ComputeDirectionToTargetOfType \ static_assert(alignof(TargetTracker_ComputeDirectionToTargetOfType) == 0x000004, "Wrong alignment on TargetTracker_ComputeDirectionToTargetOfType"); \ static_assert(sizeof(TargetTracker_ComputeDirectionToTargetOfType) == 0x00001C, "Wrong size on TargetTracker_ComputeDirectionToTargetOfType"); \ static_assert(offsetof(TargetTracker_ComputeDirectionToTargetOfType, SourceLocation) == 0x000000, "Member 'TargetTracker_ComputeDirectionToTargetOfType::SourceLocation' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_ComputeDirectionToTargetOfType, InTargetID) == 0x00000C, "Member 'TargetTracker_ComputeDirectionToTargetOfType::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_ComputeDirectionToTargetOfType, bFlattenInXYPlane) == 0x00000D, "Member 'TargetTracker_ComputeDirectionToTargetOfType::bFlattenInXYPlane' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_ComputeDirectionToTargetOfType, bNormalize) == 0x00000E, "Member 'TargetTracker_ComputeDirectionToTargetOfType::bNormalize' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_ComputeDirectionToTargetOfType, ReturnValue) == 0x000010, "Member 'TargetTracker_ComputeDirectionToTargetOfType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_GetComputedPriority \ static_assert(alignof(TargetTracker_GetComputedPriority) == 0x000004, "Wrong alignment on TargetTracker_GetComputedPriority"); \ static_assert(sizeof(TargetTracker_GetComputedPriority) == 0x000008, "Wrong size on TargetTracker_GetComputedPriority"); \ static_assert(offsetof(TargetTracker_GetComputedPriority, InTargetID) == 0x000000, "Member 'TargetTracker_GetComputedPriority::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_GetComputedPriority, ReturnValue) == 0x000004, "Member 'TargetTracker_GetComputedPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_GetTargetActor \ static_assert(alignof(TargetTracker_GetTargetActor) == 0x000008, "Wrong alignment on TargetTracker_GetTargetActor"); \ static_assert(sizeof(TargetTracker_GetTargetActor) == 0x000010, "Wrong size on TargetTracker_GetTargetActor"); \ static_assert(offsetof(TargetTracker_GetTargetActor, InTargetID) == 0x000000, "Member 'TargetTracker_GetTargetActor::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_GetTargetActor, ReturnValue) == 0x000008, "Member 'TargetTracker_GetTargetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_GetTargetLocation \ static_assert(alignof(TargetTracker_GetTargetLocation) == 0x000004, "Wrong alignment on TargetTracker_GetTargetLocation"); \ static_assert(sizeof(TargetTracker_GetTargetLocation) == 0x000010, "Wrong size on TargetTracker_GetTargetLocation"); \ static_assert(offsetof(TargetTracker_GetTargetLocation, InTargetID) == 0x000000, "Member 'TargetTracker_GetTargetLocation::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_GetTargetLocation, ReturnValue) == 0x000004, "Member 'TargetTracker_GetTargetLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_GetTargets \ static_assert(alignof(TargetTracker_GetTargets) == 0x000008, "Wrong alignment on TargetTracker_GetTargets"); \ static_assert(sizeof(TargetTracker_GetTargets) == 0x000050, "Wrong size on TargetTracker_GetTargets"); \ static_assert(offsetof(TargetTracker_GetTargets, ReturnValue) == 0x000000, "Member 'TargetTracker_GetTargets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_IsTargetListEmptyThisFrame \ static_assert(alignof(TargetTracker_IsTargetListEmptyThisFrame) == 0x000001, "Wrong alignment on TargetTracker_IsTargetListEmptyThisFrame"); \ static_assert(sizeof(TargetTracker_IsTargetListEmptyThisFrame) == 0x000001, "Wrong size on TargetTracker_IsTargetListEmptyThisFrame"); \ static_assert(offsetof(TargetTracker_IsTargetListEmptyThisFrame, ReturnValue) == 0x000000, "Member 'TargetTracker_IsTargetListEmptyThisFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_RemoveTarget \ static_assert(alignof(TargetTracker_RemoveTarget) == 0x000001, "Wrong alignment on TargetTracker_RemoveTarget"); \ static_assert(sizeof(TargetTracker_RemoveTarget) == 0x000002, "Wrong size on TargetTracker_RemoveTarget"); \ static_assert(offsetof(TargetTracker_RemoveTarget, InTargetID) == 0x000000, "Member 'TargetTracker_RemoveTarget::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_RemoveTarget, bCheckForEmptyList) == 0x000001, "Member 'TargetTracker_RemoveTarget::bCheckForEmptyList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_RemoveTargetByPtr \ static_assert(alignof(TargetTracker_RemoveTargetByPtr) == 0x000008, "Wrong alignment on TargetTracker_RemoveTargetByPtr"); \ static_assert(sizeof(TargetTracker_RemoveTargetByPtr) == 0x000010, "Wrong size on TargetTracker_RemoveTargetByPtr"); \ static_assert(offsetof(TargetTracker_RemoveTargetByPtr, InTargetID) == 0x000000, "Member 'TargetTracker_RemoveTargetByPtr::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_RemoveTargetByPtr, InTargetToRemove) == 0x000008, "Member 'TargetTracker_RemoveTargetByPtr::InTargetToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_AnyValidTargets \ static_assert(alignof(TargetTracker_AnyValidTargets) == 0x000001, "Wrong alignment on TargetTracker_AnyValidTargets"); \ static_assert(sizeof(TargetTracker_AnyValidTargets) == 0x000001, "Wrong size on TargetTracker_AnyValidTargets"); \ static_assert(offsetof(TargetTracker_AnyValidTargets, ReturnValue) == 0x000000, "Member 'TargetTracker_AnyValidTargets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_AnyValidTargetsByID \ static_assert(alignof(TargetTracker_AnyValidTargetsByID) == 0x000001, "Wrong alignment on TargetTracker_AnyValidTargetsByID"); \ static_assert(sizeof(TargetTracker_AnyValidTargetsByID) == 0x000002, "Wrong size on TargetTracker_AnyValidTargetsByID"); \ static_assert(offsetof(TargetTracker_AnyValidTargetsByID, InTargetID) == 0x000000, "Member 'TargetTracker_AnyValidTargetsByID::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_AnyValidTargetsByID, ReturnValue) == 0x000001, "Member 'TargetTracker_AnyValidTargetsByID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_AnyValidTargetsByType \ static_assert(alignof(TargetTracker_AnyValidTargetsByType) == 0x000001, "Wrong alignment on TargetTracker_AnyValidTargetsByType"); \ static_assert(sizeof(TargetTracker_AnyValidTargetsByType) == 0x000002, "Wrong size on TargetTracker_AnyValidTargetsByType"); \ static_assert(offsetof(TargetTracker_AnyValidTargetsByType, InTargetType) == 0x000000, "Member 'TargetTracker_AnyValidTargetsByType::InTargetType' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_AnyValidTargetsByType, ReturnValue) == 0x000001, "Member 'TargetTracker_AnyValidTargetsByType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_ComputeTargetLocation \ static_assert(alignof(TargetTracker_ComputeTargetLocation) == 0x000004, "Wrong alignment on TargetTracker_ComputeTargetLocation"); \ static_assert(sizeof(TargetTracker_ComputeTargetLocation) == 0x00001C, "Wrong size on TargetTracker_ComputeTargetLocation"); \ static_assert(offsetof(TargetTracker_ComputeTargetLocation, ProjectFromLocation) == 0x000000, "Member 'TargetTracker_ComputeTargetLocation::ProjectFromLocation' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_ComputeTargetLocation, ProjectDistance) == 0x00000C, "Member 'TargetTracker_ComputeTargetLocation::ProjectDistance' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_ComputeTargetLocation, ReturnValue) == 0x000010, "Member 'TargetTracker_ComputeTargetLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_GetBestTarget \ static_assert(alignof(TargetTracker_GetBestTarget) == 0x000008, "Wrong alignment on TargetTracker_GetBestTarget"); \ static_assert(sizeof(TargetTracker_GetBestTarget) == 0x000008, "Wrong size on TargetTracker_GetBestTarget"); \ static_assert(offsetof(TargetTracker_GetBestTarget, ReturnValue) == 0x000000, "Member 'TargetTracker_GetBestTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_GetBestTargetID \ static_assert(alignof(TargetTracker_GetBestTargetID) == 0x000001, "Wrong alignment on TargetTracker_GetBestTargetID"); \ static_assert(sizeof(TargetTracker_GetBestTargetID) == 0x000001, "Wrong size on TargetTracker_GetBestTargetID"); \ static_assert(offsetof(TargetTracker_GetBestTargetID, ReturnValue) == 0x000000, "Member 'TargetTracker_GetBestTargetID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTracker_GetTargetByID \ static_assert(alignof(TargetTracker_GetTargetByID) == 0x000008, "Wrong alignment on TargetTracker_GetTargetByID"); \ static_assert(sizeof(TargetTracker_GetTargetByID) == 0x000010, "Wrong size on TargetTracker_GetTargetByID"); \ static_assert(offsetof(TargetTracker_GetTargetByID, InTargetType) == 0x000000, "Member 'TargetTracker_GetTargetByID::InTargetType' has a wrong offset!"); \ static_assert(offsetof(TargetTracker_GetTargetByID, ReturnValue) == 0x000008, "Member 'TargetTracker_GetTargetByID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargetTracker \ static_assert(alignof(UTargetTracker) == 0x000008, "Wrong alignment on UTargetTracker"); \ static_assert(sizeof(UTargetTracker) == 0x0000A8, "Wrong size on UTargetTracker"); \ static_assert(offsetof(UTargetTracker, NotifyOfNewBestTarget) == 0x000028, "Member 'UTargetTracker::NotifyOfNewBestTarget' has a wrong offset!"); \ static_assert(offsetof(UTargetTracker, NotifyTargetListIsNowEmpty) == 0x000038, "Member 'UTargetTracker::NotifyTargetListIsNowEmpty' has a wrong offset!"); \ static_assert(offsetof(UTargetTracker, Targets) == 0x000048, "Member 'UTargetTracker::Targets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTraversalSettings \ static_assert(alignof(UTraversalSettings) == 0x000008, "Wrong alignment on UTraversalSettings"); \ static_assert(sizeof(UTraversalSettings) == 0x000238, "Wrong size on UTraversalSettings"); \ static_assert(offsetof(UTraversalSettings, GroundTraversalSettings) == 0x000030, "Member 'UTraversalSettings::GroundTraversalSettings' has a wrong offset!"); \ static_assert(offsetof(UTraversalSettings, JumpFallTraversalSettings) == 0x000080, "Member 'UTraversalSettings::JumpFallTraversalSettings' has a wrong offset!"); \ static_assert(offsetof(UTraversalSettings, MetricsSettings) == 0x0000D0, "Member 'UTraversalSettings::MetricsSettings' has a wrong offset!"); \ static_assert(offsetof(UTraversalSettings, SnappingSettings) == 0x000100, "Member 'UTraversalSettings::SnappingSettings' has a wrong offset!"); \ static_assert(offsetof(UTraversalSettings, SwimDiveSettings) == 0x0001D8, "Member 'UTraversalSettings::SwimDiveSettings' has a wrong offset!"); \ static_assert(offsetof(UTraversalSettings, LadderSettings) == 0x000200, "Member 'UTraversalSettings::LadderSettings' has a wrong offset!"); \ static_assert(offsetof(UTraversalSettings, DropDownSettings) == 0x000224, "Member 'UTraversalSettings::DropDownSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_LumosStartLEDEffect_C \ static_assert(alignof(UBP_LumosStartLEDEffect_C) == 0x000008, "Wrong alignment on UBP_LumosStartLEDEffect_C"); \ static_assert(sizeof(UBP_LumosStartLEDEffect_C) == 0x000048, "Wrong size on UBP_LumosStartLEDEffect_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_UBTDecorator_IcarusIsFlying \ static_assert(alignof(UBTDecorator_IcarusIsFlying) == 0x000008, "Wrong alignment on UBTDecorator_IcarusIsFlying"); \ static_assert(sizeof(UBTDecorator_IcarusIsFlying) == 0x000068, "Wrong size on UBTDecorator_IcarusIsFlying"); \ #define DUMPER7_ASSERTS_Icarus3DMovementComponent_BehaviorCircleActorStart \ static_assert(alignof(Icarus3DMovementComponent_BehaviorCircleActorStart) == 0x000008, "Wrong alignment on Icarus3DMovementComponent_BehaviorCircleActorStart"); \ static_assert(sizeof(Icarus3DMovementComponent_BehaviorCircleActorStart) == 0x000020, "Wrong size on Icarus3DMovementComponent_BehaviorCircleActorStart"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorCircleActorStart, CircleCenterActor) == 0x000000, "Member 'Icarus3DMovementComponent_BehaviorCircleActorStart::CircleCenterActor' has a wrong offset!"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorCircleActorStart, Radius) == 0x000008, "Member 'Icarus3DMovementComponent_BehaviorCircleActorStart::Radius' has a wrong offset!"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorCircleActorStart, Height) == 0x00000C, "Member 'Icarus3DMovementComponent_BehaviorCircleActorStart::Height' has a wrong offset!"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorCircleActorStart, bClockwise) == 0x000010, "Member 'Icarus3DMovementComponent_BehaviorCircleActorStart::bClockwise' has a wrong offset!"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorCircleActorStart, bLookAtCirclingActor) == 0x000011, "Member 'Icarus3DMovementComponent_BehaviorCircleActorStart::bLookAtCirclingActor' has a wrong offset!"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorCircleActorStart, LookAtMaxPitch) == 0x000014, "Member 'Icarus3DMovementComponent_BehaviorCircleActorStart::LookAtMaxPitch' has a wrong offset!"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorCircleActorStart, ActorUpdateDistance) == 0x000018, "Member 'Icarus3DMovementComponent_BehaviorCircleActorStart::ActorUpdateDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Icarus3DMovementComponent_BehaviorCircleLocationStart \ static_assert(alignof(Icarus3DMovementComponent_BehaviorCircleLocationStart) == 0x000004, "Wrong alignment on Icarus3DMovementComponent_BehaviorCircleLocationStart"); \ static_assert(sizeof(Icarus3DMovementComponent_BehaviorCircleLocationStart) == 0x00001C, "Wrong size on Icarus3DMovementComponent_BehaviorCircleLocationStart"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorCircleLocationStart, CircleCenterLocation) == 0x000000, "Member 'Icarus3DMovementComponent_BehaviorCircleLocationStart::CircleCenterLocation' has a wrong offset!"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorCircleLocationStart, Radius) == 0x00000C, "Member 'Icarus3DMovementComponent_BehaviorCircleLocationStart::Radius' has a wrong offset!"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorCircleLocationStart, Height) == 0x000010, "Member 'Icarus3DMovementComponent_BehaviorCircleLocationStart::Height' has a wrong offset!"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorCircleLocationStart, bClockwise) == 0x000014, "Member 'Icarus3DMovementComponent_BehaviorCircleLocationStart::bClockwise' has a wrong offset!"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorCircleLocationStart, bLookAtCirclingLocation) == 0x000015, "Member 'Icarus3DMovementComponent_BehaviorCircleLocationStart::bLookAtCirclingLocation' has a wrong offset!"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorCircleLocationStart, LookAtMaxPitch) == 0x000018, "Member 'Icarus3DMovementComponent_BehaviorCircleLocationStart::LookAtMaxPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Icarus3DMovementComponent_BehaviorLandingActorStart \ static_assert(alignof(Icarus3DMovementComponent_BehaviorLandingActorStart) == 0x000008, "Wrong alignment on Icarus3DMovementComponent_BehaviorLandingActorStart"); \ static_assert(sizeof(Icarus3DMovementComponent_BehaviorLandingActorStart) == 0x000010, "Wrong size on Icarus3DMovementComponent_BehaviorLandingActorStart"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorLandingActorStart, ActorToLandAt) == 0x000000, "Member 'Icarus3DMovementComponent_BehaviorLandingActorStart::ActorToLandAt' has a wrong offset!"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorLandingActorStart, Height) == 0x000008, "Member 'Icarus3DMovementComponent_BehaviorLandingActorStart::Height' has a wrong offset!"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorLandingActorStart, ActorUpdateDistance) == 0x00000C, "Member 'Icarus3DMovementComponent_BehaviorLandingActorStart::ActorUpdateDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Icarus3DMovementComponent_BehaviorLandingLocationStart \ static_assert(alignof(Icarus3DMovementComponent_BehaviorLandingLocationStart) == 0x000004, "Wrong alignment on Icarus3DMovementComponent_BehaviorLandingLocationStart"); \ static_assert(sizeof(Icarus3DMovementComponent_BehaviorLandingLocationStart) == 0x000010, "Wrong size on Icarus3DMovementComponent_BehaviorLandingLocationStart"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorLandingLocationStart, LocationToLandAt) == 0x000000, "Member 'Icarus3DMovementComponent_BehaviorLandingLocationStart::LocationToLandAt' has a wrong offset!"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorLandingLocationStart, Height) == 0x00000C, "Member 'Icarus3DMovementComponent_BehaviorLandingLocationStart::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Icarus3DMovementComponent_BehaviorStop \ static_assert(alignof(Icarus3DMovementComponent_BehaviorStop) == 0x000001, "Wrong alignment on Icarus3DMovementComponent_BehaviorStop"); \ static_assert(sizeof(Icarus3DMovementComponent_BehaviorStop) == 0x000001, "Wrong size on Icarus3DMovementComponent_BehaviorStop"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorStop, Result) == 0x000000, "Member 'Icarus3DMovementComponent_BehaviorStop::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Icarus3DMovementComponent_BehaviorTakeOffStart \ static_assert(alignof(Icarus3DMovementComponent_BehaviorTakeOffStart) == 0x000008, "Wrong alignment on Icarus3DMovementComponent_BehaviorTakeOffStart"); \ static_assert(sizeof(Icarus3DMovementComponent_BehaviorTakeOffStart) == 0x000010, "Wrong size on Icarus3DMovementComponent_BehaviorTakeOffStart"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorTakeOffStart, TakeOffAbility) == 0x000000, "Member 'Icarus3DMovementComponent_BehaviorTakeOffStart::TakeOffAbility' has a wrong offset!"); \ static_assert(offsetof(Icarus3DMovementComponent_BehaviorTakeOffStart, bTeleportIfNoTakeOffAbility) == 0x000008, "Member 'Icarus3DMovementComponent_BehaviorTakeOffStart::bTeleportIfNoTakeOffAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Icarus3DMovementComponent_DisableFlying \ static_assert(alignof(Icarus3DMovementComponent_DisableFlying) == 0x000001, "Wrong alignment on Icarus3DMovementComponent_DisableFlying"); \ static_assert(sizeof(Icarus3DMovementComponent_DisableFlying) == 0x000001, "Wrong size on Icarus3DMovementComponent_DisableFlying"); \ static_assert(offsetof(Icarus3DMovementComponent_DisableFlying, bSwitchToGroundNavigation) == 0x000000, "Member 'Icarus3DMovementComponent_DisableFlying::bSwitchToGroundNavigation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Icarus3DMovementComponent_GetTurningCircleRadius \ static_assert(alignof(Icarus3DMovementComponent_GetTurningCircleRadius) == 0x000004, "Wrong alignment on Icarus3DMovementComponent_GetTurningCircleRadius"); \ static_assert(sizeof(Icarus3DMovementComponent_GetTurningCircleRadius) == 0x000004, "Wrong size on Icarus3DMovementComponent_GetTurningCircleRadius"); \ static_assert(offsetof(Icarus3DMovementComponent_GetTurningCircleRadius, ReturnValue) == 0x000000, "Member 'Icarus3DMovementComponent_GetTurningCircleRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIcarus3DMovementComponent \ static_assert(alignof(UIcarus3DMovementComponent) == 0x000010, "Wrong alignment on UIcarus3DMovementComponent"); \ static_assert(sizeof(UIcarus3DMovementComponent) == 0x000260, "Wrong size on UIcarus3DMovementComponent"); \ static_assert(offsetof(UIcarus3DMovementComponent, OnBehaviorCompleted) == 0x000208, "Member 'UIcarus3DMovementComponent::OnBehaviorCompleted' has a wrong offset!"); \ static_assert(offsetof(UIcarus3DMovementComponent, bCanEverFly) == 0x000218, "Member 'UIcarus3DMovementComponent::bCanEverFly' has a wrong offset!"); \ static_assert(offsetof(UIcarus3DMovementComponent, DefaultTakeOffAbility) == 0x000248, "Member 'UIcarus3DMovementComponent::DefaultTakeOffAbility' has a wrong offset!"); \ static_assert(offsetof(UIcarus3DMovementComponent, DefaultTakeOffAbilityOverride) == 0x000250, "Member 'UIcarus3DMovementComponent::DefaultTakeOffAbilityOverride' has a wrong offset!"); \ static_assert(offsetof(UIcarus3DMovementComponent, bStartFlying) == 0x000258, "Member 'UIcarus3DMovementComponent::bStartFlying' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_IcarusCanFly \ static_assert(alignof(UBTDecorator_IcarusCanFly) == 0x000008, "Wrong alignment on UBTDecorator_IcarusCanFly"); \ static_assert(sizeof(UBTDecorator_IcarusCanFly) == 0x000068, "Wrong size on UBTDecorator_IcarusCanFly"); \ #define DUMPER7_ASSERTS_UIcarusConfig \ static_assert(alignof(UIcarusConfig) == 0x000008, "Wrong alignment on UIcarusConfig"); \ static_assert(sizeof(UIcarusConfig) == 0x000030, "Wrong size on UIcarusConfig"); \ static_assert(offsetof(UIcarusConfig, BehaviorCirclingMinimumValidPointsRatio) == 0x000028, "Member 'UIcarusConfig::BehaviorCirclingMinimumValidPointsRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_IcarusIsPerched \ static_assert(alignof(UBTDecorator_IcarusIsPerched) == 0x000008, "Wrong alignment on UBTDecorator_IcarusIsPerched"); \ static_assert(sizeof(UBTDecorator_IcarusIsPerched) == 0x000068, "Wrong size on UBTDecorator_IcarusIsPerched"); \ #define DUMPER7_ASSERTS_UBTTask_Icarus_MoveTo \ static_assert(alignof(UBTTask_Icarus_MoveTo) == 0x000008, "Wrong alignment on UBTTask_Icarus_MoveTo"); \ static_assert(sizeof(UBTTask_Icarus_MoveTo) == 0x0000B0, "Wrong size on UBTTask_Icarus_MoveTo"); \ static_assert(offsetof(UBTTask_Icarus_MoveTo, bUsePathfinding) == 0x0000A8, "Member 'UBTTask_Icarus_MoveTo::bUsePathfinding' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Icarus_MoveTo, bUseDynamicAvoidance) == 0x0000A9, "Member 'UBTTask_Icarus_MoveTo::bUseDynamicAvoidance' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Icarus_MoveTo, bUseTurnSmoothing) == 0x0000AA, "Member 'UBTTask_Icarus_MoveTo::bUseTurnSmoothing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IcarusNavigationComponent_SetUseTurnSmoothing \ static_assert(alignof(IcarusNavigationComponent_SetUseTurnSmoothing) == 0x000001, "Wrong alignment on IcarusNavigationComponent_SetUseTurnSmoothing"); \ static_assert(sizeof(IcarusNavigationComponent_SetUseTurnSmoothing) == 0x000001, "Wrong size on IcarusNavigationComponent_SetUseTurnSmoothing"); \ static_assert(offsetof(IcarusNavigationComponent_SetUseTurnSmoothing, bInUseTurnSmoothing) == 0x000000, "Member 'IcarusNavigationComponent_SetUseTurnSmoothing::bInUseTurnSmoothing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IcarusNavigationComponent_GetUseTurnSmoothing \ static_assert(alignof(IcarusNavigationComponent_GetUseTurnSmoothing) == 0x000001, "Wrong alignment on IcarusNavigationComponent_GetUseTurnSmoothing"); \ static_assert(sizeof(IcarusNavigationComponent_GetUseTurnSmoothing) == 0x000001, "Wrong size on IcarusNavigationComponent_GetUseTurnSmoothing"); \ static_assert(offsetof(IcarusNavigationComponent_GetUseTurnSmoothing, ReturnValue) == 0x000000, "Member 'IcarusNavigationComponent_GetUseTurnSmoothing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIcarusNavigationComponent \ static_assert(alignof(UIcarusNavigationComponent) == 0x000008, "Wrong alignment on UIcarusNavigationComponent"); \ static_assert(sizeof(UIcarusNavigationComponent) == 0x000200, "Wrong size on UIcarusNavigationComponent"); \ static_assert(offsetof(UIcarusNavigationComponent, TurningCircleLookAheadTime) == 0x000150, "Member 'UIcarusNavigationComponent::TurningCircleLookAheadTime' has a wrong offset!"); \ static_assert(offsetof(UIcarusNavigationComponent, OriginalMoveRequest) == 0x000160, "Member 'UIcarusNavigationComponent::OriginalMoveRequest' has a wrong offset!"); \ static_assert(offsetof(UIcarusNavigationComponent, CurrentPath) == 0x0001E0, "Member 'UIcarusNavigationComponent::CurrentPath' has a wrong offset!"); \ static_assert(offsetof(UIcarusNavigationComponent, NewPath) == 0x0001E8, "Member 'UIcarusNavigationComponent::NewPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMercunaNavigationConfiguration \ static_assert(alignof(FMercunaNavigationConfiguration) == 0x000004, "Wrong alignment on FMercunaNavigationConfiguration"); \ static_assert(sizeof(FMercunaNavigationConfiguration) == 0x000020, "Wrong size on FMercunaNavigationConfiguration"); \ static_assert(offsetof(FMercunaNavigationConfiguration, MaxPitch) == 0x000000, "Member 'FMercunaNavigationConfiguration::MaxPitch' has a wrong offset!"); \ static_assert(offsetof(FMercunaNavigationConfiguration, MaxRoll) == 0x000004, "Member 'FMercunaNavigationConfiguration::MaxRoll' has a wrong offset!"); \ static_assert(offsetof(FMercunaNavigationConfiguration, RollSensitivity) == 0x000008, "Member 'FMercunaNavigationConfiguration::RollSensitivity' has a wrong offset!"); \ static_assert(offsetof(FMercunaNavigationConfiguration, MoveOnlyInLookDirection) == 0x00000C, "Member 'FMercunaNavigationConfiguration::MoveOnlyInLookDirection' has a wrong offset!"); \ static_assert(offsetof(FMercunaNavigationConfiguration, StopAtDestination) == 0x00000D, "Member 'FMercunaNavigationConfiguration::StopAtDestination' has a wrong offset!"); \ static_assert(offsetof(FMercunaNavigationConfiguration, HeightChangePenalty) == 0x000010, "Member 'FMercunaNavigationConfiguration::HeightChangePenalty' has a wrong offset!"); \ static_assert(offsetof(FMercunaNavigationConfiguration, SmoothPaths) == 0x000014, "Member 'FMercunaNavigationConfiguration::SmoothPaths' has a wrong offset!"); \ static_assert(offsetof(FMercunaNavigationConfiguration, LookAheadTime) == 0x000018, "Member 'FMercunaNavigationConfiguration::LookAheadTime' has a wrong offset!"); \ static_assert(offsetof(FMercunaNavigationConfiguration, RollAnticipationTime) == 0x00001C, "Member 'FMercunaNavigationConfiguration::RollAnticipationTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMercunaNavUsageTypes \ static_assert(alignof(FMercunaNavUsageTypes) == 0x000004, "Wrong alignment on FMercunaNavUsageTypes"); \ static_assert(sizeof(FMercunaNavUsageTypes) == 0x000004, "Wrong size on FMercunaNavUsageTypes"); \ #define DUMPER7_ASSERTS_FMercunaPawnUsageFlags \ static_assert(alignof(FMercunaPawnUsageFlags) == 0x000004, "Wrong alignment on FMercunaPawnUsageFlags"); \ static_assert(sizeof(FMercunaPawnUsageFlags) == 0x000008, "Wrong size on FMercunaPawnUsageFlags"); \ static_assert(offsetof(FMercunaPawnUsageFlags, RequiredUsageFlags) == 0x000000, "Member 'FMercunaPawnUsageFlags::RequiredUsageFlags' has a wrong offset!"); \ static_assert(offsetof(FMercunaPawnUsageFlags, AllowedUsageFlags) == 0x000004, "Member 'FMercunaPawnUsageFlags::AllowedUsageFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMercunaMoveRequest \ static_assert(alignof(FMercunaMoveRequest) == 0x000008, "Wrong alignment on FMercunaMoveRequest"); \ static_assert(sizeof(FMercunaMoveRequest) == 0x000040, "Wrong size on FMercunaMoveRequest"); \ static_assert(offsetof(FMercunaMoveRequest, GoalActor) == 0x000008, "Member 'FMercunaMoveRequest::GoalActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMercunaWorldData \ static_assert(alignof(FMercunaWorldData) == 0x000008, "Wrong alignment on FMercunaWorldData"); \ static_assert(sizeof(FMercunaWorldData) == 0x000020, "Wrong size on FMercunaWorldData"); \ static_assert(offsetof(FMercunaWorldData, MapPath) == 0x000000, "Member 'FMercunaWorldData::MapPath' has a wrong offset!"); \ static_assert(offsetof(FMercunaWorldData, Position) == 0x000010, "Member 'FMercunaWorldData::Position' has a wrong offset!"); \ static_assert(offsetof(FMercunaWorldData, Yaw) == 0x00001C, "Member 'FMercunaWorldData::Yaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMercunaOctreeData \ static_assert(alignof(FMercunaOctreeData) == 0x000004, "Wrong alignment on FMercunaOctreeData"); \ static_assert(sizeof(FMercunaOctreeData) == 0x00001C, "Wrong size on FMercunaOctreeData"); \ static_assert(offsetof(FMercunaOctreeData, Rotation) == 0x000000, "Member 'FMercunaOctreeData::Rotation' has a wrong offset!"); \ static_assert(offsetof(FMercunaOctreeData, CellSize) == 0x00000C, "Member 'FMercunaOctreeData::CellSize' has a wrong offset!"); \ static_assert(offsetof(FMercunaOctreeData, MinPawnRadius) == 0x000010, "Member 'FMercunaOctreeData::MinPawnRadius' has a wrong offset!"); \ static_assert(offsetof(FMercunaOctreeData, MaxPawnRadius) == 0x000014, "Member 'FMercunaOctreeData::MaxPawnRadius' has a wrong offset!"); \ static_assert(offsetof(FMercunaOctreeData, bAllowOctreeMerging) == 0x000018, "Member 'FMercunaOctreeData::bAllowOctreeMerging' has a wrong offset!"); \ static_assert(offsetof(FMercunaOctreeData, bRecordOctreeDeltas) == 0x000019, "Member 'FMercunaOctreeData::bRecordOctreeDeltas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_Mercuna_Reachable \ static_assert(alignof(UBTDecorator_Mercuna_Reachable) == 0x000008, "Wrong alignment on UBTDecorator_Mercuna_Reachable"); \ static_assert(sizeof(UBTDecorator_Mercuna_Reachable) == 0x0000C0, "Wrong size on UBTDecorator_Mercuna_Reachable"); \ static_assert(offsetof(UBTDecorator_Mercuna_Reachable, Source) == 0x000068, "Member 'UBTDecorator_Mercuna_Reachable::Source' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Mercuna_Reachable, Destination) == 0x000090, "Member 'UBTDecorator_Mercuna_Reachable::Destination' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Mercuna_Reachable, MaxPathLength) == 0x0000B8, "Member 'UBTDecorator_Mercuna_Reachable::MaxPathLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Mercuna_MoveTo \ static_assert(alignof(UBTTask_Mercuna_MoveTo) == 0x000008, "Wrong alignment on UBTTask_Mercuna_MoveTo"); \ static_assert(sizeof(UBTTask_Mercuna_MoveTo) == 0x0000A8, "Wrong size on UBTTask_Mercuna_MoveTo"); \ static_assert(offsetof(UBTTask_Mercuna_MoveTo, Speed) == 0x000098, "Member 'UBTTask_Mercuna_MoveTo::Speed' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Mercuna_MoveTo, EndDistance) == 0x00009C, "Member 'UBTTask_Mercuna_MoveTo::EndDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMercunaQueryTest \ static_assert(alignof(UMercunaQueryTest) == 0x000008, "Wrong alignment on UMercunaQueryTest"); \ static_assert(sizeof(UMercunaQueryTest) == 0x0001F8, "Wrong size on UMercunaQueryTest"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Mercuna_Reachable \ static_assert(alignof(UEnvQueryTest_Mercuna_Reachable) == 0x000008, "Wrong alignment on UEnvQueryTest_Mercuna_Reachable"); \ static_assert(sizeof(UEnvQueryTest_Mercuna_Reachable) == 0x000238, "Wrong size on UEnvQueryTest_Mercuna_Reachable"); \ static_assert(offsetof(UEnvQueryTest_Mercuna_Reachable, MaxPathLength) == 0x0001F8, "Member 'UEnvQueryTest_Mercuna_Reachable::MaxPathLength' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Mercuna_Reachable, Context) == 0x000230, "Member 'UEnvQueryTest_Mercuna_Reachable::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavigationComponent_AddDestinationLocation \ static_assert(alignof(MercunaNavigationComponent_AddDestinationLocation) == 0x000004, "Wrong alignment on MercunaNavigationComponent_AddDestinationLocation"); \ static_assert(sizeof(MercunaNavigationComponent_AddDestinationLocation) == 0x00000C, "Wrong size on MercunaNavigationComponent_AddDestinationLocation"); \ static_assert(offsetof(MercunaNavigationComponent_AddDestinationLocation, NextDestination) == 0x000000, "Member 'MercunaNavigationComponent_AddDestinationLocation::NextDestination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavigationComponent_CheckReachable \ static_assert(alignof(MercunaNavigationComponent_CheckReachable) == 0x000008, "Wrong alignment on MercunaNavigationComponent_CheckReachable"); \ static_assert(sizeof(MercunaNavigationComponent_CheckReachable) == 0x000030, "Wrong size on MercunaNavigationComponent_CheckReachable"); \ static_assert(offsetof(MercunaNavigationComponent_CheckReachable, Point) == 0x000000, "Member 'MercunaNavigationComponent_CheckReachable::Point' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_CheckReachable, Success) == 0x00000C, "Member 'MercunaNavigationComponent_CheckReachable::Success' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_CheckReachable, WorldContextObject) == 0x000010, "Member 'MercunaNavigationComponent_CheckReachable::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_CheckReachable, LatentInfo) == 0x000018, "Member 'MercunaNavigationComponent_CheckReachable::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavigationComponent_Configure \ static_assert(alignof(MercunaNavigationComponent_Configure) == 0x000004, "Wrong alignment on MercunaNavigationComponent_Configure"); \ static_assert(sizeof(MercunaNavigationComponent_Configure) == 0x000020, "Wrong size on MercunaNavigationComponent_Configure"); \ static_assert(offsetof(MercunaNavigationComponent_Configure, NewConfiguration) == 0x000000, "Member 'MercunaNavigationComponent_Configure::NewConfiguration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavigationComponent_ConfigureMovement \ static_assert(alignof(MercunaNavigationComponent_ConfigureMovement) == 0x000001, "Wrong alignment on MercunaNavigationComponent_ConfigureMovement"); \ static_assert(sizeof(MercunaNavigationComponent_ConfigureMovement) == 0x000002, "Wrong size on MercunaNavigationComponent_ConfigureMovement"); \ static_assert(offsetof(MercunaNavigationComponent_ConfigureMovement, bUsePathfinding) == 0x000000, "Member 'MercunaNavigationComponent_ConfigureMovement::bUsePathfinding' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_ConfigureMovement, bUseDynamicAvoidance) == 0x000001, "Member 'MercunaNavigationComponent_ConfigureMovement::bUseDynamicAvoidance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavigationComponent_GetPathInfo \ static_assert(alignof(MercunaNavigationComponent_GetPathInfo) == 0x000004, "Wrong alignment on MercunaNavigationComponent_GetPathInfo"); \ static_assert(sizeof(MercunaNavigationComponent_GetPathInfo) == 0x000018, "Wrong size on MercunaNavigationComponent_GetPathInfo"); \ static_assert(offsetof(MercunaNavigationComponent_GetPathInfo, Valid) == 0x000000, "Member 'MercunaNavigationComponent_GetPathInfo::Valid' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_GetPathInfo, DistanceToEnd) == 0x000004, "Member 'MercunaNavigationComponent_GetPathInfo::DistanceToEnd' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_GetPathInfo, NextPathPoint) == 0x000008, "Member 'MercunaNavigationComponent_GetPathInfo::NextPathPoint' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_GetPathInfo, bIsFinalPoint) == 0x000014, "Member 'MercunaNavigationComponent_GetPathInfo::bIsFinalPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavigationComponent_IsReachable \ static_assert(alignof(MercunaNavigationComponent_IsReachable) == 0x000008, "Wrong alignment on MercunaNavigationComponent_IsReachable"); \ static_assert(sizeof(MercunaNavigationComponent_IsReachable) == 0x000030, "Wrong size on MercunaNavigationComponent_IsReachable"); \ static_assert(offsetof(MercunaNavigationComponent_IsReachable, Point) == 0x000000, "Member 'MercunaNavigationComponent_IsReachable::Point' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_IsReachable, Success) == 0x00000C, "Member 'MercunaNavigationComponent_IsReachable::Success' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_IsReachable, WorldContextObject) == 0x000010, "Member 'MercunaNavigationComponent_IsReachable::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_IsReachable, LatentInfo) == 0x000018, "Member 'MercunaNavigationComponent_IsReachable::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavigationComponent_LookAt \ static_assert(alignof(MercunaNavigationComponent_LookAt) == 0x000008, "Wrong alignment on MercunaNavigationComponent_LookAt"); \ static_assert(sizeof(MercunaNavigationComponent_LookAt) == 0x000010, "Wrong size on MercunaNavigationComponent_LookAt"); \ static_assert(offsetof(MercunaNavigationComponent_LookAt, Actor) == 0x000000, "Member 'MercunaNavigationComponent_LookAt::Actor' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_LookAt, MaxPitch) == 0x000008, "Member 'MercunaNavigationComponent_LookAt::MaxPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavigationComponent_LookInDirection \ static_assert(alignof(MercunaNavigationComponent_LookInDirection) == 0x000004, "Wrong alignment on MercunaNavigationComponent_LookInDirection"); \ static_assert(sizeof(MercunaNavigationComponent_LookInDirection) == 0x000010, "Wrong size on MercunaNavigationComponent_LookInDirection"); \ static_assert(offsetof(MercunaNavigationComponent_LookInDirection, Direction) == 0x000000, "Member 'MercunaNavigationComponent_LookInDirection::Direction' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_LookInDirection, MaxPitch) == 0x00000C, "Member 'MercunaNavigationComponent_LookInDirection::MaxPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavigationComponent_MoveToActor \ static_assert(alignof(MercunaNavigationComponent_MoveToActor) == 0x000008, "Wrong alignment on MercunaNavigationComponent_MoveToActor"); \ static_assert(sizeof(MercunaNavigationComponent_MoveToActor) == 0x000018, "Wrong size on MercunaNavigationComponent_MoveToActor"); \ static_assert(offsetof(MercunaNavigationComponent_MoveToActor, Actor) == 0x000000, "Member 'MercunaNavigationComponent_MoveToActor::Actor' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_MoveToActor, EndDistance) == 0x000008, "Member 'MercunaNavigationComponent_MoveToActor::EndDistance' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_MoveToActor, Speed) == 0x00000C, "Member 'MercunaNavigationComponent_MoveToActor::Speed' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_MoveToActor, UsePartialPath) == 0x000010, "Member 'MercunaNavigationComponent_MoveToActor::UsePartialPath' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_MoveToActor, SkipCheckNav) == 0x000011, "Member 'MercunaNavigationComponent_MoveToActor::SkipCheckNav' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavigationComponent_MoveToLocation \ static_assert(alignof(MercunaNavigationComponent_MoveToLocation) == 0x000004, "Wrong alignment on MercunaNavigationComponent_MoveToLocation"); \ static_assert(sizeof(MercunaNavigationComponent_MoveToLocation) == 0x000018, "Wrong size on MercunaNavigationComponent_MoveToLocation"); \ static_assert(offsetof(MercunaNavigationComponent_MoveToLocation, Destination) == 0x000000, "Member 'MercunaNavigationComponent_MoveToLocation::Destination' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_MoveToLocation, EndDistance) == 0x00000C, "Member 'MercunaNavigationComponent_MoveToLocation::EndDistance' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_MoveToLocation, Speed) == 0x000010, "Member 'MercunaNavigationComponent_MoveToLocation::Speed' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_MoveToLocation, UsePartialPath) == 0x000014, "Member 'MercunaNavigationComponent_MoveToLocation::UsePartialPath' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_MoveToLocation, SkipCheckNav) == 0x000015, "Member 'MercunaNavigationComponent_MoveToLocation::SkipCheckNav' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavigationComponent_MoveToLocations \ static_assert(alignof(MercunaNavigationComponent_MoveToLocations) == 0x000008, "Wrong alignment on MercunaNavigationComponent_MoveToLocations"); \ static_assert(sizeof(MercunaNavigationComponent_MoveToLocations) == 0x000020, "Wrong size on MercunaNavigationComponent_MoveToLocations"); \ static_assert(offsetof(MercunaNavigationComponent_MoveToLocations, Destinations) == 0x000000, "Member 'MercunaNavigationComponent_MoveToLocations::Destinations' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_MoveToLocations, EndDistance) == 0x000010, "Member 'MercunaNavigationComponent_MoveToLocations::EndDistance' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_MoveToLocations, Speed) == 0x000014, "Member 'MercunaNavigationComponent_MoveToLocations::Speed' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_MoveToLocations, UsePartialPath) == 0x000018, "Member 'MercunaNavigationComponent_MoveToLocations::UsePartialPath' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_MoveToLocations, SkipCheckNav) == 0x000019, "Member 'MercunaNavigationComponent_MoveToLocations::SkipCheckNav' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavigationComponent_SetAvoidanceAgainst \ static_assert(alignof(MercunaNavigationComponent_SetAvoidanceAgainst) == 0x000008, "Wrong alignment on MercunaNavigationComponent_SetAvoidanceAgainst"); \ static_assert(sizeof(MercunaNavigationComponent_SetAvoidanceAgainst) == 0x000010, "Wrong size on MercunaNavigationComponent_SetAvoidanceAgainst"); \ static_assert(offsetof(MercunaNavigationComponent_SetAvoidanceAgainst, Actor) == 0x000000, "Member 'MercunaNavigationComponent_SetAvoidanceAgainst::Actor' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_SetAvoidanceAgainst, Enable) == 0x000008, "Member 'MercunaNavigationComponent_SetAvoidanceAgainst::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavigationComponent_SetEnabled \ static_assert(alignof(MercunaNavigationComponent_SetEnabled) == 0x000001, "Wrong alignment on MercunaNavigationComponent_SetEnabled"); \ static_assert(sizeof(MercunaNavigationComponent_SetEnabled) == 0x000001, "Wrong size on MercunaNavigationComponent_SetEnabled"); \ static_assert(offsetof(MercunaNavigationComponent_SetEnabled, bEnable) == 0x000000, "Member 'MercunaNavigationComponent_SetEnabled::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavigationComponent_SetNavOctree \ static_assert(alignof(MercunaNavigationComponent_SetNavOctree) == 0x000008, "Wrong alignment on MercunaNavigationComponent_SetNavOctree"); \ static_assert(sizeof(MercunaNavigationComponent_SetNavOctree) == 0x000008, "Wrong size on MercunaNavigationComponent_SetNavOctree"); \ static_assert(offsetof(MercunaNavigationComponent_SetNavOctree, NavOctree_0) == 0x000000, "Member 'MercunaNavigationComponent_SetNavOctree::NavOctree_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavigationComponent_SetUsageFlags \ static_assert(alignof(MercunaNavigationComponent_SetUsageFlags) == 0x000004, "Wrong alignment on MercunaNavigationComponent_SetUsageFlags"); \ static_assert(sizeof(MercunaNavigationComponent_SetUsageFlags) == 0x000008, "Wrong size on MercunaNavigationComponent_SetUsageFlags"); \ static_assert(offsetof(MercunaNavigationComponent_SetUsageFlags, UsageFlags_0) == 0x000000, "Member 'MercunaNavigationComponent_SetUsageFlags::UsageFlags_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavigationComponent_TrackActor \ static_assert(alignof(MercunaNavigationComponent_TrackActor) == 0x000008, "Wrong alignment on MercunaNavigationComponent_TrackActor"); \ static_assert(sizeof(MercunaNavigationComponent_TrackActor) == 0x000018, "Wrong size on MercunaNavigationComponent_TrackActor"); \ static_assert(offsetof(MercunaNavigationComponent_TrackActor, Actor) == 0x000000, "Member 'MercunaNavigationComponent_TrackActor::Actor' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_TrackActor, Distance) == 0x000008, "Member 'MercunaNavigationComponent_TrackActor::Distance' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_TrackActor, Speed) == 0x00000C, "Member 'MercunaNavigationComponent_TrackActor::Speed' has a wrong offset!"); \ static_assert(offsetof(MercunaNavigationComponent_TrackActor, SkipCheckNav) == 0x000010, "Member 'MercunaNavigationComponent_TrackActor::SkipCheckNav' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavigationComponent_GetNavOctree \ static_assert(alignof(MercunaNavigationComponent_GetNavOctree) == 0x000008, "Wrong alignment on MercunaNavigationComponent_GetNavOctree"); \ static_assert(sizeof(MercunaNavigationComponent_GetNavOctree) == 0x000008, "Wrong size on MercunaNavigationComponent_GetNavOctree"); \ static_assert(offsetof(MercunaNavigationComponent_GetNavOctree, ReturnValue) == 0x000000, "Member 'MercunaNavigationComponent_GetNavOctree::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMercunaNavigationComponent \ static_assert(alignof(UMercunaNavigationComponent) == 0x000008, "Wrong alignment on UMercunaNavigationComponent"); \ static_assert(sizeof(UMercunaNavigationComponent) == 0x000150, "Wrong size on UMercunaNavigationComponent"); \ static_assert(offsetof(UMercunaNavigationComponent, OnMoveCompleted) == 0x0000D0, "Member 'UMercunaNavigationComponent::OnMoveCompleted' has a wrong offset!"); \ static_assert(offsetof(UMercunaNavigationComponent, Configuration) == 0x0000E0, "Member 'UMercunaNavigationComponent::Configuration' has a wrong offset!"); \ static_assert(offsetof(UMercunaNavigationComponent, NavOctree) == 0x000100, "Member 'UMercunaNavigationComponent::NavOctree' has a wrong offset!"); \ static_assert(offsetof(UMercunaNavigationComponent, Pathfinding) == 0x000108, "Member 'UMercunaNavigationComponent::Pathfinding' has a wrong offset!"); \ static_assert(offsetof(UMercunaNavigationComponent, DynamicAvoidance) == 0x000109, "Member 'UMercunaNavigationComponent::DynamicAvoidance' has a wrong offset!"); \ static_assert(offsetof(UMercunaNavigationComponent, UsageFlags) == 0x00010C, "Member 'UMercunaNavigationComponent::UsageFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_Mercuna_Sphere \ static_assert(alignof(UEnvQueryGenerator_Mercuna_Sphere) == 0x000008, "Wrong alignment on UEnvQueryGenerator_Mercuna_Sphere"); \ static_assert(sizeof(UEnvQueryGenerator_Mercuna_Sphere) == 0x000140, "Wrong size on UEnvQueryGenerator_Mercuna_Sphere"); \ static_assert(offsetof(UEnvQueryGenerator_Mercuna_Sphere, InnerRadius) == 0x000050, "Member 'UEnvQueryGenerator_Mercuna_Sphere::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Mercuna_Sphere, OuterRadius) == 0x000088, "Member 'UEnvQueryGenerator_Mercuna_Sphere::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Mercuna_Sphere, NumberOfShells) == 0x0000C0, "Member 'UEnvQueryGenerator_Mercuna_Sphere::NumberOfShells' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Mercuna_Sphere, PointsPerShell) == 0x0000F8, "Member 'UEnvQueryGenerator_Mercuna_Sphere::PointsPerShell' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Mercuna_Sphere, Distribution) == 0x000130, "Member 'UEnvQueryGenerator_Mercuna_Sphere::Distribution' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Mercuna_Sphere, Center) == 0x000138, "Member 'UEnvQueryGenerator_Mercuna_Sphere::Center' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_Mercuna_3DRing \ static_assert(alignof(UEnvQueryGenerator_Mercuna_3DRing) == 0x000008, "Wrong alignment on UEnvQueryGenerator_Mercuna_3DRing"); \ static_assert(sizeof(UEnvQueryGenerator_Mercuna_3DRing) == 0x0001E0, "Wrong size on UEnvQueryGenerator_Mercuna_3DRing"); \ static_assert(offsetof(UEnvQueryGenerator_Mercuna_3DRing, InnerRadius) == 0x000050, "Member 'UEnvQueryGenerator_Mercuna_3DRing::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Mercuna_3DRing, OuterRadius) == 0x000088, "Member 'UEnvQueryGenerator_Mercuna_3DRing::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Mercuna_3DRing, NumberOfRings) == 0x0000C0, "Member 'UEnvQueryGenerator_Mercuna_3DRing::NumberOfRings' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Mercuna_3DRing, PointsPerRing) == 0x0000F8, "Member 'UEnvQueryGenerator_Mercuna_3DRing::PointsPerRing' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Mercuna_3DRing, MinHeight) == 0x000130, "Member 'UEnvQueryGenerator_Mercuna_3DRing::MinHeight' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Mercuna_3DRing, MaxHeight) == 0x000168, "Member 'UEnvQueryGenerator_Mercuna_3DRing::MaxHeight' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Mercuna_3DRing, NumberOfLayers) == 0x0001A0, "Member 'UEnvQueryGenerator_Mercuna_3DRing::NumberOfLayers' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_Mercuna_3DRing, Center) == 0x0001D8, "Member 'UEnvQueryGenerator_Mercuna_3DRing::Center' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Mercuna_NavigableVolume \ static_assert(alignof(UEnvQueryTest_Mercuna_NavigableVolume) == 0x000008, "Wrong alignment on UEnvQueryTest_Mercuna_NavigableVolume"); \ static_assert(sizeof(UEnvQueryTest_Mercuna_NavigableVolume) == 0x0001F8, "Wrong size on UEnvQueryTest_Mercuna_NavigableVolume"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Mercuna_NavRaycast \ static_assert(alignof(UEnvQueryTest_Mercuna_NavRaycast) == 0x000008, "Wrong alignment on UEnvQueryTest_Mercuna_NavRaycast"); \ static_assert(sizeof(UEnvQueryTest_Mercuna_NavRaycast) == 0x000200, "Wrong size on UEnvQueryTest_Mercuna_NavRaycast"); \ static_assert(offsetof(UEnvQueryTest_Mercuna_NavRaycast, Context) == 0x0001F8, "Member 'UEnvQueryTest_Mercuna_NavRaycast::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Mercuna_Project \ static_assert(alignof(UEnvQueryTest_Mercuna_Project) == 0x000008, "Wrong alignment on UEnvQueryTest_Mercuna_Project"); \ static_assert(sizeof(UEnvQueryTest_Mercuna_Project) == 0x000230, "Wrong size on UEnvQueryTest_Mercuna_Project"); \ static_assert(offsetof(UEnvQueryTest_Mercuna_Project, MaxSearchRadius) == 0x0001F8, "Member 'UEnvQueryTest_Mercuna_Project::MaxSearchRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMercunaNavExclusionVolume \ static_assert(alignof(AMercunaNavExclusionVolume) == 0x000008, "Wrong alignment on AMercunaNavExclusionVolume"); \ static_assert(sizeof(AMercunaNavExclusionVolume) == 0x000298, "Wrong size on AMercunaNavExclusionVolume"); \ static_assert(offsetof(AMercunaNavExclusionVolume, bApplyToAllNavOctrees) == 0x000280, "Member 'AMercunaNavExclusionVolume::bApplyToAllNavOctrees' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavExclusionVolume, NavOctrees) == 0x000288, "Member 'AMercunaNavExclusionVolume::NavOctrees' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaMoveToProxy_MercunaMoveToActor \ static_assert(alignof(MercunaMoveToProxy_MercunaMoveToActor) == 0x000008, "Wrong alignment on MercunaMoveToProxy_MercunaMoveToActor"); \ static_assert(sizeof(MercunaMoveToProxy_MercunaMoveToActor) == 0x000030, "Wrong size on MercunaMoveToProxy_MercunaMoveToActor"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToActor, WorldContextObject) == 0x000000, "Member 'MercunaMoveToProxy_MercunaMoveToActor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToActor, Pawn) == 0x000008, "Member 'MercunaMoveToProxy_MercunaMoveToActor::Pawn' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToActor, Actor) == 0x000010, "Member 'MercunaMoveToProxy_MercunaMoveToActor::Actor' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToActor, EndDistance) == 0x000018, "Member 'MercunaMoveToProxy_MercunaMoveToActor::EndDistance' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToActor, Speed) == 0x00001C, "Member 'MercunaMoveToProxy_MercunaMoveToActor::Speed' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToActor, UsePartialPath) == 0x000020, "Member 'MercunaMoveToProxy_MercunaMoveToActor::UsePartialPath' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToActor, ReturnValue) == 0x000028, "Member 'MercunaMoveToProxy_MercunaMoveToActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaMoveToProxy_MercunaMoveToLocation \ static_assert(alignof(MercunaMoveToProxy_MercunaMoveToLocation) == 0x000008, "Wrong alignment on MercunaMoveToProxy_MercunaMoveToLocation"); \ static_assert(sizeof(MercunaMoveToProxy_MercunaMoveToLocation) == 0x000030, "Wrong size on MercunaMoveToProxy_MercunaMoveToLocation"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToLocation, WorldContextObject) == 0x000000, "Member 'MercunaMoveToProxy_MercunaMoveToLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToLocation, Pawn) == 0x000008, "Member 'MercunaMoveToProxy_MercunaMoveToLocation::Pawn' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToLocation, Destination) == 0x000010, "Member 'MercunaMoveToProxy_MercunaMoveToLocation::Destination' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToLocation, EndDistance) == 0x00001C, "Member 'MercunaMoveToProxy_MercunaMoveToLocation::EndDistance' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToLocation, Speed) == 0x000020, "Member 'MercunaMoveToProxy_MercunaMoveToLocation::Speed' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToLocation, UsePartialPath) == 0x000024, "Member 'MercunaMoveToProxy_MercunaMoveToLocation::UsePartialPath' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToLocation, ReturnValue) == 0x000028, "Member 'MercunaMoveToProxy_MercunaMoveToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaMoveToProxy_MercunaMoveToLocations \ static_assert(alignof(MercunaMoveToProxy_MercunaMoveToLocations) == 0x000008, "Wrong alignment on MercunaMoveToProxy_MercunaMoveToLocations"); \ static_assert(sizeof(MercunaMoveToProxy_MercunaMoveToLocations) == 0x000038, "Wrong size on MercunaMoveToProxy_MercunaMoveToLocations"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToLocations, WorldContextObject) == 0x000000, "Member 'MercunaMoveToProxy_MercunaMoveToLocations::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToLocations, Pawn) == 0x000008, "Member 'MercunaMoveToProxy_MercunaMoveToLocations::Pawn' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToLocations, Destinations) == 0x000010, "Member 'MercunaMoveToProxy_MercunaMoveToLocations::Destinations' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToLocations, EndDistance) == 0x000020, "Member 'MercunaMoveToProxy_MercunaMoveToLocations::EndDistance' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToLocations, Speed) == 0x000024, "Member 'MercunaMoveToProxy_MercunaMoveToLocations::Speed' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToLocations, UsePartialPath) == 0x000028, "Member 'MercunaMoveToProxy_MercunaMoveToLocations::UsePartialPath' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_MercunaMoveToLocations, ReturnValue) == 0x000030, "Member 'MercunaMoveToProxy_MercunaMoveToLocations::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaMoveToProxy_OnMoveComplete \ static_assert(alignof(MercunaMoveToProxy_OnMoveComplete) == 0x000004, "Wrong alignment on MercunaMoveToProxy_OnMoveComplete"); \ static_assert(sizeof(MercunaMoveToProxy_OnMoveComplete) == 0x000008, "Wrong size on MercunaMoveToProxy_OnMoveComplete"); \ static_assert(offsetof(MercunaMoveToProxy_OnMoveComplete, RequestID) == 0x000000, "Member 'MercunaMoveToProxy_OnMoveComplete::RequestID' has a wrong offset!"); \ static_assert(offsetof(MercunaMoveToProxy_OnMoveComplete, Result) == 0x000004, "Member 'MercunaMoveToProxy_OnMoveComplete::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMercunaMoveToProxy \ static_assert(alignof(UMercunaMoveToProxy) == 0x000008, "Wrong alignment on UMercunaMoveToProxy"); \ static_assert(sizeof(UMercunaMoveToProxy) == 0x0000A0, "Wrong size on UMercunaMoveToProxy"); \ static_assert(offsetof(UMercunaMoveToProxy, OnSuccess) == 0x000030, "Member 'UMercunaMoveToProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UMercunaMoveToProxy, OnFailure) == 0x000040, "Member 'UMercunaMoveToProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaTrackActorProxy_MercunaTrackActor \ static_assert(alignof(MercunaTrackActorProxy_MercunaTrackActor) == 0x000008, "Wrong alignment on MercunaTrackActorProxy_MercunaTrackActor"); \ static_assert(sizeof(MercunaTrackActorProxy_MercunaTrackActor) == 0x000028, "Wrong size on MercunaTrackActorProxy_MercunaTrackActor"); \ static_assert(offsetof(MercunaTrackActorProxy_MercunaTrackActor, WorldContextObject) == 0x000000, "Member 'MercunaTrackActorProxy_MercunaTrackActor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MercunaTrackActorProxy_MercunaTrackActor, Pawn) == 0x000008, "Member 'MercunaTrackActorProxy_MercunaTrackActor::Pawn' has a wrong offset!"); \ static_assert(offsetof(MercunaTrackActorProxy_MercunaTrackActor, Actor) == 0x000010, "Member 'MercunaTrackActorProxy_MercunaTrackActor::Actor' has a wrong offset!"); \ static_assert(offsetof(MercunaTrackActorProxy_MercunaTrackActor, Distance) == 0x000018, "Member 'MercunaTrackActorProxy_MercunaTrackActor::Distance' has a wrong offset!"); \ static_assert(offsetof(MercunaTrackActorProxy_MercunaTrackActor, Speed) == 0x00001C, "Member 'MercunaTrackActorProxy_MercunaTrackActor::Speed' has a wrong offset!"); \ static_assert(offsetof(MercunaTrackActorProxy_MercunaTrackActor, ReturnValue) == 0x000020, "Member 'MercunaTrackActorProxy_MercunaTrackActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaTrackActorProxy_OnMoveComplete \ static_assert(alignof(MercunaTrackActorProxy_OnMoveComplete) == 0x000004, "Wrong alignment on MercunaTrackActorProxy_OnMoveComplete"); \ static_assert(sizeof(MercunaTrackActorProxy_OnMoveComplete) == 0x000008, "Wrong size on MercunaTrackActorProxy_OnMoveComplete"); \ static_assert(offsetof(MercunaTrackActorProxy_OnMoveComplete, RequestID) == 0x000000, "Member 'MercunaTrackActorProxy_OnMoveComplete::RequestID' has a wrong offset!"); \ static_assert(offsetof(MercunaTrackActorProxy_OnMoveComplete, Result) == 0x000004, "Member 'MercunaTrackActorProxy_OnMoveComplete::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMercunaTrackActorProxy \ static_assert(alignof(UMercunaTrackActorProxy) == 0x000008, "Wrong alignment on UMercunaTrackActorProxy"); \ static_assert(sizeof(UMercunaTrackActorProxy) == 0x000068, "Wrong size on UMercunaTrackActorProxy"); \ static_assert(offsetof(UMercunaTrackActorProxy, OnFailure) == 0x000030, "Member 'UMercunaTrackActorProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavModifierVolume_AddToOctree \ static_assert(alignof(MercunaNavModifierVolume_AddToOctree) == 0x000008, "Wrong alignment on MercunaNavModifierVolume_AddToOctree"); \ static_assert(sizeof(MercunaNavModifierVolume_AddToOctree) == 0x000008, "Wrong size on MercunaNavModifierVolume_AddToOctree"); \ static_assert(offsetof(MercunaNavModifierVolume_AddToOctree, NavOctree_0) == 0x000000, "Member 'MercunaNavModifierVolume_AddToOctree::NavOctree_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavModifierVolume_SetCostMultiplier \ static_assert(alignof(MercunaNavModifierVolume_SetCostMultiplier) == 0x000004, "Wrong alignment on MercunaNavModifierVolume_SetCostMultiplier"); \ static_assert(sizeof(MercunaNavModifierVolume_SetCostMultiplier) == 0x000004, "Wrong size on MercunaNavModifierVolume_SetCostMultiplier"); \ static_assert(offsetof(MercunaNavModifierVolume_SetCostMultiplier, NewCostMultiplier) == 0x000000, "Member 'MercunaNavModifierVolume_SetCostMultiplier::NewCostMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavModifierVolume_SetEnabled \ static_assert(alignof(MercunaNavModifierVolume_SetEnabled) == 0x000001, "Wrong alignment on MercunaNavModifierVolume_SetEnabled"); \ static_assert(sizeof(MercunaNavModifierVolume_SetEnabled) == 0x000001, "Wrong size on MercunaNavModifierVolume_SetEnabled"); \ static_assert(offsetof(MercunaNavModifierVolume_SetEnabled, Enabled) == 0x000000, "Member 'MercunaNavModifierVolume_SetEnabled::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavModifierVolume_SetLocation \ static_assert(alignof(MercunaNavModifierVolume_SetLocation) == 0x000004, "Wrong alignment on MercunaNavModifierVolume_SetLocation"); \ static_assert(sizeof(MercunaNavModifierVolume_SetLocation) == 0x00000C, "Wrong size on MercunaNavModifierVolume_SetLocation"); \ static_assert(offsetof(MercunaNavModifierVolume_SetLocation, Location) == 0x000000, "Member 'MercunaNavModifierVolume_SetLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavModifierVolume_SetLocationAndSize \ static_assert(alignof(MercunaNavModifierVolume_SetLocationAndSize) == 0x000004, "Wrong alignment on MercunaNavModifierVolume_SetLocationAndSize"); \ static_assert(sizeof(MercunaNavModifierVolume_SetLocationAndSize) == 0x000018, "Wrong size on MercunaNavModifierVolume_SetLocationAndSize"); \ static_assert(offsetof(MercunaNavModifierVolume_SetLocationAndSize, Location) == 0x000000, "Member 'MercunaNavModifierVolume_SetLocationAndSize::Location' has a wrong offset!"); \ static_assert(offsetof(MercunaNavModifierVolume_SetLocationAndSize, size) == 0x00000C, "Member 'MercunaNavModifierVolume_SetLocationAndSize::size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavModifierVolume_SetSize \ static_assert(alignof(MercunaNavModifierVolume_SetSize) == 0x000004, "Wrong alignment on MercunaNavModifierVolume_SetSize"); \ static_assert(sizeof(MercunaNavModifierVolume_SetSize) == 0x00000C, "Wrong size on MercunaNavModifierVolume_SetSize"); \ static_assert(offsetof(MercunaNavModifierVolume_SetSize, size) == 0x000000, "Member 'MercunaNavModifierVolume_SetSize::size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavModifierVolume_SetUsageTypes \ static_assert(alignof(MercunaNavModifierVolume_SetUsageTypes) == 0x000004, "Wrong alignment on MercunaNavModifierVolume_SetUsageTypes"); \ static_assert(sizeof(MercunaNavModifierVolume_SetUsageTypes) == 0x000004, "Wrong size on MercunaNavModifierVolume_SetUsageTypes"); \ static_assert(offsetof(MercunaNavModifierVolume_SetUsageTypes, NewUsageTypes) == 0x000000, "Member 'MercunaNavModifierVolume_SetUsageTypes::NewUsageTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMercunaNavModifierVolume \ static_assert(alignof(AMercunaNavModifierVolume) == 0x000008, "Wrong alignment on AMercunaNavModifierVolume"); \ static_assert(sizeof(AMercunaNavModifierVolume) == 0x000298, "Wrong size on AMercunaNavModifierVolume"); \ static_assert(offsetof(AMercunaNavModifierVolume, bEnabled) == 0x000280, "Member 'AMercunaNavModifierVolume::bEnabled' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavModifierVolume, CostMultiplier) == 0x000284, "Member 'AMercunaNavModifierVolume::CostMultiplier' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavModifierVolume, CostMultipler) == 0x000288, "Member 'AMercunaNavModifierVolume::CostMultipler' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavModifierVolume, UsageTypes) == 0x00028C, "Member 'AMercunaNavModifierVolume::UsageTypes' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavModifierVolume, NavOctree) == 0x000290, "Member 'AMercunaNavModifierVolume::NavOctree' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavOctree_CheckReachable \ static_assert(alignof(MercunaNavOctree_CheckReachable) == 0x000004, "Wrong alignment on MercunaNavOctree_CheckReachable"); \ static_assert(sizeof(MercunaNavOctree_CheckReachable) == 0x000024, "Wrong size on MercunaNavOctree_CheckReachable"); \ static_assert(offsetof(MercunaNavOctree_CheckReachable, Start) == 0x000000, "Member 'MercunaNavOctree_CheckReachable::Start' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_CheckReachable, End) == 0x00000C, "Member 'MercunaNavOctree_CheckReachable::End' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_CheckReachable, NavigationRadius) == 0x000018, "Member 'MercunaNavOctree_CheckReachable::NavigationRadius' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_CheckReachable, MaxPathLength) == 0x00001C, "Member 'MercunaNavOctree_CheckReachable::MaxPathLength' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_CheckReachable, Result) == 0x000020, "Member 'MercunaNavOctree_CheckReachable::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavOctree_ClampToNavigable \ static_assert(alignof(MercunaNavOctree_ClampToNavigable) == 0x000004, "Wrong alignment on MercunaNavOctree_ClampToNavigable"); \ static_assert(sizeof(MercunaNavOctree_ClampToNavigable) == 0x000024, "Wrong size on MercunaNavOctree_ClampToNavigable"); \ static_assert(offsetof(MercunaNavOctree_ClampToNavigable, Position) == 0x000000, "Member 'MercunaNavOctree_ClampToNavigable::Position' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_ClampToNavigable, NavigationRadius) == 0x00000C, "Member 'MercunaNavOctree_ClampToNavigable::NavigationRadius' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_ClampToNavigable, SearchRadius) == 0x000010, "Member 'MercunaNavOctree_ClampToNavigable::SearchRadius' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_ClampToNavigable, ClampedPosition) == 0x000014, "Member 'MercunaNavOctree_ClampToNavigable::ClampedPosition' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_ClampToNavigable, Result) == 0x000020, "Member 'MercunaNavOctree_ClampToNavigable::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavOctree_FindPathToActor \ static_assert(alignof(MercunaNavOctree_FindPathToActor) == 0x000008, "Wrong alignment on MercunaNavOctree_FindPathToActor"); \ static_assert(sizeof(MercunaNavOctree_FindPathToActor) == 0x000030, "Wrong size on MercunaNavOctree_FindPathToActor"); \ static_assert(offsetof(MercunaNavOctree_FindPathToActor, Start) == 0x000000, "Member 'MercunaNavOctree_FindPathToActor::Start' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_FindPathToActor, GoalActor) == 0x000010, "Member 'MercunaNavOctree_FindPathToActor::GoalActor' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_FindPathToActor, NavigationRadius) == 0x000018, "Member 'MercunaNavOctree_FindPathToActor::NavigationRadius' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_FindPathToActor, AllowPartial) == 0x00001C, "Member 'MercunaNavOctree_FindPathToActor::AllowPartial' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_FindPathToActor, MaxPathLength) == 0x000020, "Member 'MercunaNavOctree_FindPathToActor::MaxPathLength' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_FindPathToActor, ReturnValue) == 0x000028, "Member 'MercunaNavOctree_FindPathToActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavOctree_FindPathToLocation \ static_assert(alignof(MercunaNavOctree_FindPathToLocation) == 0x000008, "Wrong alignment on MercunaNavOctree_FindPathToLocation"); \ static_assert(sizeof(MercunaNavOctree_FindPathToLocation) == 0x000030, "Wrong size on MercunaNavOctree_FindPathToLocation"); \ static_assert(offsetof(MercunaNavOctree_FindPathToLocation, Start) == 0x000000, "Member 'MercunaNavOctree_FindPathToLocation::Start' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_FindPathToLocation, End) == 0x00000C, "Member 'MercunaNavOctree_FindPathToLocation::End' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_FindPathToLocation, NavigationRadius) == 0x000018, "Member 'MercunaNavOctree_FindPathToLocation::NavigationRadius' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_FindPathToLocation, AllowPartial) == 0x00001C, "Member 'MercunaNavOctree_FindPathToLocation::AllowPartial' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_FindPathToLocation, MaxPathLength) == 0x000020, "Member 'MercunaNavOctree_FindPathToLocation::MaxPathLength' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_FindPathToLocation, ReturnValue) == 0x000028, "Member 'MercunaNavOctree_FindPathToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavOctree_FindSplineToLocation \ static_assert(alignof(MercunaNavOctree_FindSplineToLocation) == 0x000008, "Wrong alignment on MercunaNavOctree_FindSplineToLocation"); \ static_assert(sizeof(MercunaNavOctree_FindSplineToLocation) == 0x000038, "Wrong size on MercunaNavOctree_FindSplineToLocation"); \ static_assert(offsetof(MercunaNavOctree_FindSplineToLocation, Start) == 0x000000, "Member 'MercunaNavOctree_FindSplineToLocation::Start' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_FindSplineToLocation, End) == 0x00000C, "Member 'MercunaNavOctree_FindSplineToLocation::End' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_FindSplineToLocation, NavigationRadius) == 0x000018, "Member 'MercunaNavOctree_FindSplineToLocation::NavigationRadius' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_FindSplineToLocation, MaxSpeed) == 0x00001C, "Member 'MercunaNavOctree_FindSplineToLocation::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_FindSplineToLocation, MaxAcceleration) == 0x000020, "Member 'MercunaNavOctree_FindSplineToLocation::MaxAcceleration' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_FindSplineToLocation, AllowPartial) == 0x000024, "Member 'MercunaNavOctree_FindSplineToLocation::AllowPartial' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_FindSplineToLocation, MaxPathLength) == 0x000028, "Member 'MercunaNavOctree_FindSplineToLocation::MaxPathLength' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_FindSplineToLocation, ReturnValue) == 0x000030, "Member 'MercunaNavOctree_FindSplineToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavOctree_IsNavigable \ static_assert(alignof(MercunaNavOctree_IsNavigable) == 0x000004, "Wrong alignment on MercunaNavOctree_IsNavigable"); \ static_assert(sizeof(MercunaNavOctree_IsNavigable) == 0x000014, "Wrong size on MercunaNavOctree_IsNavigable"); \ static_assert(offsetof(MercunaNavOctree_IsNavigable, Position) == 0x000000, "Member 'MercunaNavOctree_IsNavigable::Position' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_IsNavigable, NavigationRadius) == 0x00000C, "Member 'MercunaNavOctree_IsNavigable::NavigationRadius' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_IsNavigable, Result) == 0x000010, "Member 'MercunaNavOctree_IsNavigable::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavOctree_IsNavigableMulti \ static_assert(alignof(MercunaNavOctree_IsNavigableMulti) == 0x000008, "Wrong alignment on MercunaNavOctree_IsNavigableMulti"); \ static_assert(sizeof(MercunaNavOctree_IsNavigableMulti) == 0x000028, "Wrong size on MercunaNavOctree_IsNavigableMulti"); \ static_assert(offsetof(MercunaNavOctree_IsNavigableMulti, Positions) == 0x000000, "Member 'MercunaNavOctree_IsNavigableMulti::Positions' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_IsNavigableMulti, NavigationRadius) == 0x000010, "Member 'MercunaNavOctree_IsNavigableMulti::NavigationRadius' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_IsNavigableMulti, Results) == 0x000018, "Member 'MercunaNavOctree_IsNavigableMulti::Results' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavOctree_IsReachable \ static_assert(alignof(MercunaNavOctree_IsReachable) == 0x000004, "Wrong alignment on MercunaNavOctree_IsReachable"); \ static_assert(sizeof(MercunaNavOctree_IsReachable) == 0x000024, "Wrong size on MercunaNavOctree_IsReachable"); \ static_assert(offsetof(MercunaNavOctree_IsReachable, Start) == 0x000000, "Member 'MercunaNavOctree_IsReachable::Start' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_IsReachable, End) == 0x00000C, "Member 'MercunaNavOctree_IsReachable::End' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_IsReachable, NavigationRadius) == 0x000018, "Member 'MercunaNavOctree_IsReachable::NavigationRadius' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_IsReachable, MaxPathLength) == 0x00001C, "Member 'MercunaNavOctree_IsReachable::MaxPathLength' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_IsReachable, AccuratePathLength) == 0x000020, "Member 'MercunaNavOctree_IsReachable::AccuratePathLength' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_IsReachable, ReturnValue) == 0x000021, "Member 'MercunaNavOctree_IsReachable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavOctree_IsReachableSingle \ static_assert(alignof(MercunaNavOctree_IsReachableSingle) == 0x000004, "Wrong alignment on MercunaNavOctree_IsReachableSingle"); \ static_assert(sizeof(MercunaNavOctree_IsReachableSingle) == 0x000024, "Wrong size on MercunaNavOctree_IsReachableSingle"); \ static_assert(offsetof(MercunaNavOctree_IsReachableSingle, Start) == 0x000000, "Member 'MercunaNavOctree_IsReachableSingle::Start' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_IsReachableSingle, End) == 0x00000C, "Member 'MercunaNavOctree_IsReachableSingle::End' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_IsReachableSingle, NavigationRadius) == 0x000018, "Member 'MercunaNavOctree_IsReachableSingle::NavigationRadius' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_IsReachableSingle, MaxPathLength) == 0x00001C, "Member 'MercunaNavOctree_IsReachableSingle::MaxPathLength' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_IsReachableSingle, ReturnValue) == 0x000020, "Member 'MercunaNavOctree_IsReachableSingle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavOctree_Raycast \ static_assert(alignof(MercunaNavOctree_Raycast) == 0x000004, "Wrong alignment on MercunaNavOctree_Raycast"); \ static_assert(sizeof(MercunaNavOctree_Raycast) == 0x00002C, "Wrong size on MercunaNavOctree_Raycast"); \ static_assert(offsetof(MercunaNavOctree_Raycast, Start) == 0x000000, "Member 'MercunaNavOctree_Raycast::Start' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_Raycast, End) == 0x00000C, "Member 'MercunaNavOctree_Raycast::End' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_Raycast, NavigationRadius) == 0x000018, "Member 'MercunaNavOctree_Raycast::NavigationRadius' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_Raycast, HitPosition) == 0x00001C, "Member 'MercunaNavOctree_Raycast::HitPosition' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_Raycast, RayHit) == 0x000028, "Member 'MercunaNavOctree_Raycast::RayHit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavOctree_RebuildActorVolume \ static_assert(alignof(MercunaNavOctree_RebuildActorVolume) == 0x000008, "Wrong alignment on MercunaNavOctree_RebuildActorVolume"); \ static_assert(sizeof(MercunaNavOctree_RebuildActorVolume) == 0x000010, "Wrong size on MercunaNavOctree_RebuildActorVolume"); \ static_assert(offsetof(MercunaNavOctree_RebuildActorVolume, Volume) == 0x000000, "Member 'MercunaNavOctree_RebuildActorVolume::Volume' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_RebuildActorVolume, StagedBuild) == 0x000008, "Member 'MercunaNavOctree_RebuildActorVolume::StagedBuild' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavOctree_RebuildVolumes \ static_assert(alignof(MercunaNavOctree_RebuildVolumes) == 0x000008, "Wrong alignment on MercunaNavOctree_RebuildVolumes"); \ static_assert(sizeof(MercunaNavOctree_RebuildVolumes) == 0x000018, "Wrong size on MercunaNavOctree_RebuildVolumes"); \ static_assert(offsetof(MercunaNavOctree_RebuildVolumes, Volumes) == 0x000000, "Member 'MercunaNavOctree_RebuildVolumes::Volumes' has a wrong offset!"); \ static_assert(offsetof(MercunaNavOctree_RebuildVolumes, StagedBuild) == 0x000010, "Member 'MercunaNavOctree_RebuildVolumes::StagedBuild' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavOctree_RemoveModifierVolume \ static_assert(alignof(MercunaNavOctree_RemoveModifierVolume) == 0x000008, "Wrong alignment on MercunaNavOctree_RemoveModifierVolume"); \ static_assert(sizeof(MercunaNavOctree_RemoveModifierVolume) == 0x000008, "Wrong size on MercunaNavOctree_RemoveModifierVolume"); \ static_assert(offsetof(MercunaNavOctree_RemoveModifierVolume, ModifierVolume) == 0x000000, "Member 'MercunaNavOctree_RemoveModifierVolume::ModifierVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavOctree_SetNavigationRotation \ static_assert(alignof(MercunaNavOctree_SetNavigationRotation) == 0x000004, "Wrong alignment on MercunaNavOctree_SetNavigationRotation"); \ static_assert(sizeof(MercunaNavOctree_SetNavigationRotation) == 0x00000C, "Wrong size on MercunaNavOctree_SetNavigationRotation"); \ static_assert(offsetof(MercunaNavOctree_SetNavigationRotation, Rotation) == 0x000000, "Member 'MercunaNavOctree_SetNavigationRotation::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavOctree_UpdateModifierVolumeParams \ static_assert(alignof(MercunaNavOctree_UpdateModifierVolumeParams) == 0x000008, "Wrong alignment on MercunaNavOctree_UpdateModifierVolumeParams"); \ static_assert(sizeof(MercunaNavOctree_UpdateModifierVolumeParams) == 0x000008, "Wrong size on MercunaNavOctree_UpdateModifierVolumeParams"); \ static_assert(offsetof(MercunaNavOctree_UpdateModifierVolumeParams, ModifierVolume) == 0x000000, "Member 'MercunaNavOctree_UpdateModifierVolumeParams::ModifierVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMercunaNavOctree \ static_assert(alignof(AMercunaNavOctree) == 0x000008, "Wrong alignment on AMercunaNavOctree"); \ static_assert(sizeof(AMercunaNavOctree) == 0x000310, "Wrong size on AMercunaNavOctree"); \ static_assert(offsetof(AMercunaNavOctree, bUseOverride) == 0x000248, "Member 'AMercunaNavOctree::bUseOverride' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, SettingsOverride) == 0x000250, "Member 'AMercunaNavOctree::SettingsOverride' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, CellSize) == 0x000258, "Member 'AMercunaNavOctree::CellSize' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, MinPawnRadius) == 0x00025C, "Member 'AMercunaNavOctree::MinPawnRadius' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, MaxPawnRadius) == 0x000260, "Member 'AMercunaNavOctree::MaxPawnRadius' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, bNeverSave) == 0x000264, "Member 'AMercunaNavOctree::bNeverSave' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, bAllowOctreeMerging) == 0x000265, "Member 'AMercunaNavOctree::bAllowOctreeMerging' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, GeometryCollisionChannel) == 0x000266, "Member 'AMercunaNavOctree::GeometryCollisionChannel' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, bRecordOctreeDeltas) == 0x000267, "Member 'AMercunaNavOctree::bRecordOctreeDeltas' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, OnBuildComplete) == 0x000268, "Member 'AMercunaNavOctree::OnBuildComplete' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, OnBuildLowResReady) == 0x000278, "Member 'AMercunaNavOctree::OnBuildLowResReady' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, OnRebuildComplete) == 0x000288, "Member 'AMercunaNavOctree::OnRebuildComplete' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, OnRebuildLowResReady) == 0x000298, "Member 'AMercunaNavOctree::OnRebuildLowResReady' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, OnLoadComplete) == 0x0002A8, "Member 'AMercunaNavOctree::OnLoadComplete' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, OnShortRangeLoadComplete) == 0x0002B8, "Member 'AMercunaNavOctree::OnShortRangeLoadComplete' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, DebugDrawMode) == 0x0002D0, "Member 'AMercunaNavOctree::DebugDrawMode' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, MerNavOctreeRenderingComponent) == 0x0002D8, "Member 'AMercunaNavOctree::MerNavOctreeRenderingComponent' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, bBuildAsSublevel) == 0x0002E0, "Member 'AMercunaNavOctree::bBuildAsSublevel' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavOctree, bNeedsRebuild) == 0x0002E1, "Member 'AMercunaNavOctree::bNeedsRebuild' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMercunaNavSeed \ static_assert(alignof(AMercunaNavSeed) == 0x000008, "Wrong alignment on AMercunaNavSeed"); \ static_assert(sizeof(AMercunaNavSeed) == 0x000248, "Wrong size on AMercunaNavSeed"); \ #define DUMPER7_ASSERTS_UMercunaNavSeedComponent \ static_assert(alignof(UMercunaNavSeedComponent) == 0x000010, "Wrong alignment on UMercunaNavSeedComponent"); \ static_assert(sizeof(UMercunaNavSeedComponent) == 0x000220, "Wrong size on UMercunaNavSeedComponent"); \ #define DUMPER7_ASSERTS_UMercunaNavStreamingManager \ static_assert(alignof(UMercunaNavStreamingManager) == 0x000008, "Wrong alignment on UMercunaNavStreamingManager"); \ static_assert(sizeof(UMercunaNavStreamingManager) == 0x000048, "Wrong size on UMercunaNavStreamingManager"); \ #define DUMPER7_ASSERTS_AMercunaNavStreamingVolume \ static_assert(alignof(AMercunaNavStreamingVolume) == 0x000008, "Wrong alignment on AMercunaNavStreamingVolume"); \ static_assert(sizeof(AMercunaNavStreamingVolume) == 0x0002C8, "Wrong size on AMercunaNavStreamingVolume"); \ static_assert(offsetof(AMercunaNavStreamingVolume, LevelToStream) == 0x000280, "Member 'AMercunaNavStreamingVolume::LevelToStream' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavStreamingVolume, AdditionalLocation) == 0x0002A8, "Member 'AMercunaNavStreamingVolume::AdditionalLocation' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavStreamingVolume, AdditionalRotation) == 0x0002B4, "Member 'AMercunaNavStreamingVolume::AdditionalRotation' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavStreamingVolume, StreamingLevel) == 0x0002C0, "Member 'AMercunaNavStreamingVolume::StreamingLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavTestingActor_OnSplineUpdate \ static_assert(alignof(MercunaNavTestingActor_OnSplineUpdate) == 0x000001, "Wrong alignment on MercunaNavTestingActor_OnSplineUpdate"); \ static_assert(sizeof(MercunaNavTestingActor_OnSplineUpdate) == 0x000001, "Wrong size on MercunaNavTestingActor_OnSplineUpdate"); \ static_assert(offsetof(MercunaNavTestingActor_OnSplineUpdate, SplineEvent) == 0x000000, "Member 'MercunaNavTestingActor_OnSplineUpdate::SplineEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMercunaNavTestingActor \ static_assert(alignof(AMercunaNavTestingActor) == 0x000008, "Wrong alignment on AMercunaNavTestingActor"); \ static_assert(sizeof(AMercunaNavTestingActor) == 0x0002A8, "Wrong size on AMercunaNavTestingActor"); \ static_assert(offsetof(AMercunaNavTestingActor, Radius) == 0x000248, "Member 'AMercunaNavTestingActor::Radius' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavTestingActor, OtherActor) == 0x000250, "Member 'AMercunaNavTestingActor::OtherActor' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavTestingActor, UsageFlags) == 0x000258, "Member 'AMercunaNavTestingActor::UsageFlags' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavTestingActor, HeightChangePenalty) == 0x000260, "Member 'AMercunaNavTestingActor::HeightChangePenalty' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavTestingActor, MaxSpeed) == 0x000268, "Member 'AMercunaNavTestingActor::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavTestingActor, MaxAcceleration) == 0x00026C, "Member 'AMercunaNavTestingActor::MaxAcceleration' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavTestingActor, PathLength) == 0x000274, "Member 'AMercunaNavTestingActor::PathLength' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavTestingActor, PathSections) == 0x000278, "Member 'AMercunaNavTestingActor::PathSections' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavTestingActor, PathFindTime) == 0x00027C, "Member 'AMercunaNavTestingActor::PathFindTime' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavTestingActor, PathNodesUsed) == 0x000280, "Member 'AMercunaNavTestingActor::PathNodesUsed' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavTestingActor, SphereComponent) == 0x000288, "Member 'AMercunaNavTestingActor::SphereComponent' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavTestingActor, Spline) == 0x000290, "Member 'AMercunaNavTestingActor::Spline' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavTestingActor, Octree) == 0x000298, "Member 'AMercunaNavTestingActor::Octree' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavVolume_AddToOctree \ static_assert(alignof(MercunaNavVolume_AddToOctree) == 0x000008, "Wrong alignment on MercunaNavVolume_AddToOctree"); \ static_assert(sizeof(MercunaNavVolume_AddToOctree) == 0x000008, "Wrong size on MercunaNavVolume_AddToOctree"); \ static_assert(offsetof(MercunaNavVolume_AddToOctree, NavOctree_0) == 0x000000, "Member 'MercunaNavVolume_AddToOctree::NavOctree_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavVolume_SetNavigationRotation \ static_assert(alignof(MercunaNavVolume_SetNavigationRotation) == 0x000004, "Wrong alignment on MercunaNavVolume_SetNavigationRotation"); \ static_assert(sizeof(MercunaNavVolume_SetNavigationRotation) == 0x00000C, "Wrong size on MercunaNavVolume_SetNavigationRotation"); \ static_assert(offsetof(MercunaNavVolume_SetNavigationRotation, Rotation) == 0x000000, "Member 'MercunaNavVolume_SetNavigationRotation::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaNavVolume_SetSize \ static_assert(alignof(MercunaNavVolume_SetSize) == 0x000004, "Wrong alignment on MercunaNavVolume_SetSize"); \ static_assert(sizeof(MercunaNavVolume_SetSize) == 0x00000C, "Wrong size on MercunaNavVolume_SetSize"); \ static_assert(offsetof(MercunaNavVolume_SetSize, size) == 0x000000, "Member 'MercunaNavVolume_SetSize::size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMercunaNavVolume \ static_assert(alignof(AMercunaNavVolume) == 0x000008, "Wrong alignment on AMercunaNavVolume"); \ static_assert(sizeof(AMercunaNavVolume) == 0x0002A0, "Wrong size on AMercunaNavVolume"); \ static_assert(offsetof(AMercunaNavVolume, NavOctree) == 0x000280, "Member 'AMercunaNavVolume::NavOctree' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavVolume, PreciseBoundaries) == 0x000288, "Member 'AMercunaNavVolume::PreciseBoundaries' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavVolume, LOD) == 0x000289, "Member 'AMercunaNavVolume::LOD' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavVolume, FullDetailBuild) == 0x00028A, "Member 'AMercunaNavVolume::FullDetailBuild' has a wrong offset!"); \ static_assert(offsetof(AMercunaNavVolume, PreciseDirections) == 0x000290, "Member 'AMercunaNavVolume::PreciseDirections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMercunaObstacleComponent \ static_assert(alignof(UMercunaObstacleComponent) == 0x000010, "Wrong alignment on UMercunaObstacleComponent"); \ static_assert(sizeof(UMercunaObstacleComponent) == 0x000220, "Wrong size on UMercunaObstacleComponent"); \ static_assert(offsetof(UMercunaObstacleComponent, bAutomatic) == 0x000218, "Member 'UMercunaObstacleComponent::bAutomatic' has a wrong offset!"); \ static_assert(offsetof(UMercunaObstacleComponent, Radius) == 0x00021C, "Member 'UMercunaObstacleComponent::Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaClampToNavigableProxy_MercunaClampToNavigable \ static_assert(alignof(MercunaClampToNavigableProxy_MercunaClampToNavigable) == 0x000008, "Wrong alignment on MercunaClampToNavigableProxy_MercunaClampToNavigable"); \ static_assert(sizeof(MercunaClampToNavigableProxy_MercunaClampToNavigable) == 0x000028, "Wrong size on MercunaClampToNavigableProxy_MercunaClampToNavigable"); \ static_assert(offsetof(MercunaClampToNavigableProxy_MercunaClampToNavigable, WorldContextObject) == 0x000000, "Member 'MercunaClampToNavigableProxy_MercunaClampToNavigable::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MercunaClampToNavigableProxy_MercunaClampToNavigable, Position) == 0x000008, "Member 'MercunaClampToNavigableProxy_MercunaClampToNavigable::Position' has a wrong offset!"); \ static_assert(offsetof(MercunaClampToNavigableProxy_MercunaClampToNavigable, NavigationRadius) == 0x000014, "Member 'MercunaClampToNavigableProxy_MercunaClampToNavigable::NavigationRadius' has a wrong offset!"); \ static_assert(offsetof(MercunaClampToNavigableProxy_MercunaClampToNavigable, SearchRadius) == 0x000018, "Member 'MercunaClampToNavigableProxy_MercunaClampToNavigable::SearchRadius' has a wrong offset!"); \ static_assert(offsetof(MercunaClampToNavigableProxy_MercunaClampToNavigable, ReturnValue) == 0x000020, "Member 'MercunaClampToNavigableProxy_MercunaClampToNavigable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMercunaClampToNavigableProxy \ static_assert(alignof(UMercunaClampToNavigableProxy) == 0x000008, "Wrong alignment on UMercunaClampToNavigableProxy"); \ static_assert(sizeof(UMercunaClampToNavigableProxy) == 0x000070, "Wrong size on UMercunaClampToNavigableProxy"); \ static_assert(offsetof(UMercunaClampToNavigableProxy, OnSuccess) == 0x000030, "Member 'UMercunaClampToNavigableProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UMercunaClampToNavigableProxy, OnFailure) == 0x000040, "Member 'UMercunaClampToNavigableProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaRaycastProxy_MercunaRaycast \ static_assert(alignof(MercunaRaycastProxy_MercunaRaycast) == 0x000008, "Wrong alignment on MercunaRaycastProxy_MercunaRaycast"); \ static_assert(sizeof(MercunaRaycastProxy_MercunaRaycast) == 0x000030, "Wrong size on MercunaRaycastProxy_MercunaRaycast"); \ static_assert(offsetof(MercunaRaycastProxy_MercunaRaycast, WorldContextObject) == 0x000000, "Member 'MercunaRaycastProxy_MercunaRaycast::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MercunaRaycastProxy_MercunaRaycast, Start) == 0x000008, "Member 'MercunaRaycastProxy_MercunaRaycast::Start' has a wrong offset!"); \ static_assert(offsetof(MercunaRaycastProxy_MercunaRaycast, End) == 0x000014, "Member 'MercunaRaycastProxy_MercunaRaycast::End' has a wrong offset!"); \ static_assert(offsetof(MercunaRaycastProxy_MercunaRaycast, NavigationRadius) == 0x000020, "Member 'MercunaRaycastProxy_MercunaRaycast::NavigationRadius' has a wrong offset!"); \ static_assert(offsetof(MercunaRaycastProxy_MercunaRaycast, ReturnValue) == 0x000028, "Member 'MercunaRaycastProxy_MercunaRaycast::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMercunaRaycastProxy \ static_assert(alignof(UMercunaRaycastProxy) == 0x000008, "Wrong alignment on UMercunaRaycastProxy"); \ static_assert(sizeof(UMercunaRaycastProxy) == 0x000078, "Wrong size on UMercunaRaycastProxy"); \ static_assert(offsetof(UMercunaRaycastProxy, OnHit) == 0x000030, "Member 'UMercunaRaycastProxy::OnHit' has a wrong offset!"); \ static_assert(offsetof(UMercunaRaycastProxy, OnNoHit) == 0x000040, "Member 'UMercunaRaycastProxy::OnNoHit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMercunaOctreeSettings \ static_assert(alignof(UMercunaOctreeSettings) == 0x000008, "Wrong alignment on UMercunaOctreeSettings"); \ static_assert(sizeof(UMercunaOctreeSettings) == 0x000050, "Wrong size on UMercunaOctreeSettings"); \ static_assert(offsetof(UMercunaOctreeSettings, OctreeData) == 0x000030, "Member 'UMercunaOctreeSettings::OctreeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaPath_GetDebugInfo \ static_assert(alignof(MercunaPath_GetDebugInfo) == 0x000004, "Wrong alignment on MercunaPath_GetDebugInfo"); \ static_assert(sizeof(MercunaPath_GetDebugInfo) == 0x00000C, "Wrong size on MercunaPath_GetDebugInfo"); \ static_assert(offsetof(MercunaPath_GetDebugInfo, nodesUsed) == 0x000000, "Member 'MercunaPath_GetDebugInfo::nodesUsed' has a wrong offset!"); \ static_assert(offsetof(MercunaPath_GetDebugInfo, bOutOfNodes) == 0x000004, "Member 'MercunaPath_GetDebugInfo::bOutOfNodes' has a wrong offset!"); \ static_assert(offsetof(MercunaPath_GetDebugInfo, queryTime) == 0x000008, "Member 'MercunaPath_GetDebugInfo::queryTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaPath_GetNumPoints \ static_assert(alignof(MercunaPath_GetNumPoints) == 0x000004, "Wrong alignment on MercunaPath_GetNumPoints"); \ static_assert(sizeof(MercunaPath_GetNumPoints) == 0x000004, "Wrong size on MercunaPath_GetNumPoints"); \ static_assert(offsetof(MercunaPath_GetNumPoints, ReturnValue) == 0x000000, "Member 'MercunaPath_GetNumPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaPath_GetPathLength \ static_assert(alignof(MercunaPath_GetPathLength) == 0x000004, "Wrong alignment on MercunaPath_GetPathLength"); \ static_assert(sizeof(MercunaPath_GetPathLength) == 0x000004, "Wrong size on MercunaPath_GetPathLength"); \ static_assert(offsetof(MercunaPath_GetPathLength, ReturnValue) == 0x000000, "Member 'MercunaPath_GetPathLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaPath_GetPoint \ static_assert(alignof(MercunaPath_GetPoint) == 0x000004, "Wrong alignment on MercunaPath_GetPoint"); \ static_assert(sizeof(MercunaPath_GetPoint) == 0x000010, "Wrong size on MercunaPath_GetPoint"); \ static_assert(offsetof(MercunaPath_GetPoint, i) == 0x000000, "Member 'MercunaPath_GetPoint::i' has a wrong offset!"); \ static_assert(offsetof(MercunaPath_GetPoint, ReturnValue) == 0x000004, "Member 'MercunaPath_GetPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaPath_IsPartial \ static_assert(alignof(MercunaPath_IsPartial) == 0x000001, "Wrong alignment on MercunaPath_IsPartial"); \ static_assert(sizeof(MercunaPath_IsPartial) == 0x000001, "Wrong size on MercunaPath_IsPartial"); \ static_assert(offsetof(MercunaPath_IsPartial, ReturnValue) == 0x000000, "Member 'MercunaPath_IsPartial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaPath_IsReady \ static_assert(alignof(MercunaPath_IsReady) == 0x000001, "Wrong alignment on MercunaPath_IsReady"); \ static_assert(sizeof(MercunaPath_IsReady) == 0x000001, "Wrong size on MercunaPath_IsReady"); \ static_assert(offsetof(MercunaPath_IsReady, ReturnValue) == 0x000000, "Member 'MercunaPath_IsReady::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaPath_IsValid \ static_assert(alignof(MercunaPath_IsValid) == 0x000001, "Wrong alignment on MercunaPath_IsValid"); \ static_assert(sizeof(MercunaPath_IsValid) == 0x000001, "Wrong size on MercunaPath_IsValid"); \ static_assert(offsetof(MercunaPath_IsValid, ReturnValue) == 0x000000, "Member 'MercunaPath_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMercunaPath \ static_assert(alignof(UMercunaPath) == 0x000008, "Wrong alignment on UMercunaPath"); \ static_assert(sizeof(UMercunaPath) == 0x000040, "Wrong size on UMercunaPath"); \ static_assert(offsetof(UMercunaPath, PathUpdated) == 0x000028, "Member 'UMercunaPath::PathUpdated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaSpline_GetLength \ static_assert(alignof(MercunaSpline_GetLength) == 0x000004, "Wrong alignment on MercunaSpline_GetLength"); \ static_assert(sizeof(MercunaSpline_GetLength) == 0x000004, "Wrong size on MercunaSpline_GetLength"); \ static_assert(offsetof(MercunaSpline_GetLength, ReturnValue) == 0x000000, "Member 'MercunaSpline_GetLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaSpline_GetNumPathPoints \ static_assert(alignof(MercunaSpline_GetNumPathPoints) == 0x000004, "Wrong alignment on MercunaSpline_GetNumPathPoints"); \ static_assert(sizeof(MercunaSpline_GetNumPathPoints) == 0x000004, "Wrong size on MercunaSpline_GetNumPathPoints"); \ static_assert(offsetof(MercunaSpline_GetNumPathPoints, ReturnValue) == 0x000000, "Member 'MercunaSpline_GetNumPathPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaSpline_GetPathPoint \ static_assert(alignof(MercunaSpline_GetPathPoint) == 0x000004, "Wrong alignment on MercunaSpline_GetPathPoint"); \ static_assert(sizeof(MercunaSpline_GetPathPoint) == 0x000010, "Wrong size on MercunaSpline_GetPathPoint"); \ static_assert(offsetof(MercunaSpline_GetPathPoint, i) == 0x000000, "Member 'MercunaSpline_GetPathPoint::i' has a wrong offset!"); \ static_assert(offsetof(MercunaSpline_GetPathPoint, ReturnValue) == 0x000004, "Member 'MercunaSpline_GetPathPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaSpline_GetSplinePoints \ static_assert(alignof(MercunaSpline_GetSplinePoints) == 0x000008, "Wrong alignment on MercunaSpline_GetSplinePoints"); \ static_assert(sizeof(MercunaSpline_GetSplinePoints) == 0x000010, "Wrong size on MercunaSpline_GetSplinePoints"); \ static_assert(offsetof(MercunaSpline_GetSplinePoints, ReturnValue) == 0x000000, "Member 'MercunaSpline_GetSplinePoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaSpline_IsPartial \ static_assert(alignof(MercunaSpline_IsPartial) == 0x000001, "Wrong alignment on MercunaSpline_IsPartial"); \ static_assert(sizeof(MercunaSpline_IsPartial) == 0x000001, "Wrong size on MercunaSpline_IsPartial"); \ static_assert(offsetof(MercunaSpline_IsPartial, ReturnValue) == 0x000000, "Member 'MercunaSpline_IsPartial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaSpline_IsReady \ static_assert(alignof(MercunaSpline_IsReady) == 0x000001, "Wrong alignment on MercunaSpline_IsReady"); \ static_assert(sizeof(MercunaSpline_IsReady) == 0x000001, "Wrong size on MercunaSpline_IsReady"); \ static_assert(offsetof(MercunaSpline_IsReady, ReturnValue) == 0x000000, "Member 'MercunaSpline_IsReady::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaSpline_IsValid \ static_assert(alignof(MercunaSpline_IsValid) == 0x000001, "Wrong alignment on MercunaSpline_IsValid"); \ static_assert(sizeof(MercunaSpline_IsValid) == 0x000001, "Wrong size on MercunaSpline_IsValid"); \ static_assert(offsetof(MercunaSpline_IsValid, ReturnValue) == 0x000000, "Member 'MercunaSpline_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMercunaSpline \ static_assert(alignof(UMercunaSpline) == 0x000008, "Wrong alignment on UMercunaSpline"); \ static_assert(sizeof(UMercunaSpline) == 0x000040, "Wrong size on UMercunaSpline"); \ static_assert(offsetof(UMercunaSpline, SplineUpdated) == 0x000028, "Member 'UMercunaSpline::SplineUpdated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaTask_MoveTo_MercunaMoveTo \ static_assert(alignof(MercunaTask_MoveTo_MercunaMoveTo) == 0x000008, "Wrong alignment on MercunaTask_MoveTo_MercunaMoveTo"); \ static_assert(sizeof(MercunaTask_MoveTo_MercunaMoveTo) == 0x000030, "Wrong size on MercunaTask_MoveTo_MercunaMoveTo"); \ static_assert(offsetof(MercunaTask_MoveTo_MercunaMoveTo, Controller) == 0x000000, "Member 'MercunaTask_MoveTo_MercunaMoveTo::Controller' has a wrong offset!"); \ static_assert(offsetof(MercunaTask_MoveTo_MercunaMoveTo, GoalLocation) == 0x000008, "Member 'MercunaTask_MoveTo_MercunaMoveTo::GoalLocation' has a wrong offset!"); \ static_assert(offsetof(MercunaTask_MoveTo_MercunaMoveTo, GoalActor) == 0x000018, "Member 'MercunaTask_MoveTo_MercunaMoveTo::GoalActor' has a wrong offset!"); \ static_assert(offsetof(MercunaTask_MoveTo_MercunaMoveTo, EndDistance) == 0x000020, "Member 'MercunaTask_MoveTo_MercunaMoveTo::EndDistance' has a wrong offset!"); \ static_assert(offsetof(MercunaTask_MoveTo_MercunaMoveTo, AcceptPartialPath) == 0x000024, "Member 'MercunaTask_MoveTo_MercunaMoveTo::AcceptPartialPath' has a wrong offset!"); \ static_assert(offsetof(MercunaTask_MoveTo_MercunaMoveTo, bLockAILogic) == 0x000025, "Member 'MercunaTask_MoveTo_MercunaMoveTo::bLockAILogic' has a wrong offset!"); \ static_assert(offsetof(MercunaTask_MoveTo_MercunaMoveTo, ReturnValue) == 0x000028, "Member 'MercunaTask_MoveTo_MercunaMoveTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MercunaTask_MoveTo_OnMoveComplete \ static_assert(alignof(MercunaTask_MoveTo_OnMoveComplete) == 0x000004, "Wrong alignment on MercunaTask_MoveTo_OnMoveComplete"); \ static_assert(sizeof(MercunaTask_MoveTo_OnMoveComplete) == 0x000008, "Wrong size on MercunaTask_MoveTo_OnMoveComplete"); \ static_assert(offsetof(MercunaTask_MoveTo_OnMoveComplete, RequestID) == 0x000000, "Member 'MercunaTask_MoveTo_OnMoveComplete::RequestID' has a wrong offset!"); \ static_assert(offsetof(MercunaTask_MoveTo_OnMoveComplete, Result) == 0x000004, "Member 'MercunaTask_MoveTo_OnMoveComplete::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMercunaTask_MoveTo \ static_assert(alignof(UMercunaTask_MoveTo) == 0x000008, "Wrong alignment on UMercunaTask_MoveTo"); \ static_assert(sizeof(UMercunaTask_MoveTo) == 0x0000E0, "Wrong size on UMercunaTask_MoveTo"); \ static_assert(offsetof(UMercunaTask_MoveTo, OnRequestFailed) == 0x000070, "Member 'UMercunaTask_MoveTo::OnRequestFailed' has a wrong offset!"); \ static_assert(offsetof(UMercunaTask_MoveTo, OnMoveFinished) == 0x000080, "Member 'UMercunaTask_MoveTo::OnMoveFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMerNavOctreeRenderingComponent \ static_assert(alignof(UMerNavOctreeRenderingComponent) == 0x000010, "Wrong alignment on UMerNavOctreeRenderingComponent"); \ static_assert(sizeof(UMerNavOctreeRenderingComponent) == 0x0004B0, "Wrong size on UMerNavOctreeRenderingComponent"); \ #define DUMPER7_ASSERTS_UMerSettings \ static_assert(alignof(UMerSettings) == 0x000008, "Wrong alignment on UMerSettings"); \ static_assert(sizeof(UMerSettings) == 0x000060, "Wrong size on UMerSettings"); \ static_assert(offsetof(UMerSettings, DebugLengthScale) == 0x000028, "Member 'UMerSettings::DebugLengthScale' has a wrong offset!"); \ static_assert(offsetof(UMerSettings, NumVoxelsPerSide) == 0x00002C, "Member 'UMerSettings::NumVoxelsPerSide' has a wrong offset!"); \ static_assert(offsetof(UMerSettings, NumVoxelsEachSide) == 0x000030, "Member 'UMerSettings::NumVoxelsEachSide' has a wrong offset!"); \ static_assert(offsetof(UMerSettings, bAlwaysShowErrors) == 0x00003C, "Member 'UMerSettings::bAlwaysShowErrors' has a wrong offset!"); \ static_assert(offsetof(UMerSettings, CellSize) == 0x000040, "Member 'UMerSettings::CellSize' has a wrong offset!"); \ static_assert(offsetof(UMerSettings, MinPawnRadius) == 0x000044, "Member 'UMerSettings::MinPawnRadius' has a wrong offset!"); \ static_assert(offsetof(UMerSettings, MaxPawnRadius) == 0x000048, "Member 'UMerSettings::MaxPawnRadius' has a wrong offset!"); \ static_assert(offsetof(UMerSettings, bAutoLinkNavVolumesWithOctrees) == 0x00004C, "Member 'UMerSettings::bAutoLinkNavVolumesWithOctrees' has a wrong offset!"); \ static_assert(offsetof(UMerSettings, bAllowOctreeMerging) == 0x00004D, "Member 'UMerSettings::bAllowOctreeMerging' has a wrong offset!"); \ static_assert(offsetof(UMerSettings, ModifierUsageTypes) == 0x000050, "Member 'UMerSettings::ModifierUsageTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMerEditorSettings \ static_assert(alignof(UMerEditorSettings) == 0x000008, "Wrong alignment on UMerEditorSettings"); \ static_assert(sizeof(UMerEditorSettings) == 0x000078, "Wrong size on UMerEditorSettings"); \ static_assert(offsetof(UMerEditorSettings, bEnableExtraLogging) == 0x000028, "Member 'UMerEditorSettings::bEnableExtraLogging' has a wrong offset!"); \ static_assert(offsetof(UMerEditorSettings, NavigableColor) == 0x00002C, "Member 'UMerEditorSettings::NavigableColor' has a wrong offset!"); \ static_assert(offsetof(UMerEditorSettings, HighCostColor) == 0x00003C, "Member 'UMerEditorSettings::HighCostColor' has a wrong offset!"); \ static_assert(offsetof(UMerEditorSettings, UnnavigableColor) == 0x00004C, "Member 'UMerEditorSettings::UnnavigableColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMercuna3DMovementAccelerations \ static_assert(alignof(FMercuna3DMovementAccelerations) == 0x000004, "Wrong alignment on FMercuna3DMovementAccelerations"); \ static_assert(sizeof(FMercuna3DMovementAccelerations) == 0x00000C, "Wrong size on FMercuna3DMovementAccelerations"); \ static_assert(offsetof(FMercuna3DMovementAccelerations, Forward) == 0x000000, "Member 'FMercuna3DMovementAccelerations::Forward' has a wrong offset!"); \ static_assert(offsetof(FMercuna3DMovementAccelerations, Backward) == 0x000004, "Member 'FMercuna3DMovementAccelerations::Backward' has a wrong offset!"); \ static_assert(offsetof(FMercuna3DMovementAccelerations, Sideways) == 0x000008, "Member 'FMercuna3DMovementAccelerations::Sideways' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMercuna3DMovementWorldAccelerations \ static_assert(alignof(FMercuna3DMovementWorldAccelerations) == 0x000004, "Wrong alignment on FMercuna3DMovementWorldAccelerations"); \ static_assert(sizeof(FMercuna3DMovementWorldAccelerations) == 0x000008, "Wrong size on FMercuna3DMovementWorldAccelerations"); \ static_assert(offsetof(FMercuna3DMovementWorldAccelerations, Upward) == 0x000000, "Member 'FMercuna3DMovementWorldAccelerations::Upward' has a wrong offset!"); \ static_assert(offsetof(FMercuna3DMovementWorldAccelerations, Downward) == 0x000004, "Member 'FMercuna3DMovementWorldAccelerations::Downward' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMercuna3DMovementProperties \ static_assert(alignof(FMercuna3DMovementProperties) == 0x000004, "Wrong alignment on FMercuna3DMovementProperties"); \ static_assert(sizeof(FMercuna3DMovementProperties) == 0x00003C, "Wrong size on FMercuna3DMovementProperties"); \ static_assert(offsetof(FMercuna3DMovementProperties, MaxSpeed) == 0x000000, "Member 'FMercuna3DMovementProperties::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FMercuna3DMovementProperties, MaxAccel) == 0x000004, "Member 'FMercuna3DMovementProperties::MaxAccel' has a wrong offset!"); \ static_assert(offsetof(FMercuna3DMovementProperties, MaxAccelerations) == 0x000010, "Member 'FMercuna3DMovementProperties::MaxAccelerations' has a wrong offset!"); \ static_assert(offsetof(FMercuna3DMovementProperties, MaxAngSpeed) == 0x00001C, "Member 'FMercuna3DMovementProperties::MaxAngSpeed' has a wrong offset!"); \ static_assert(offsetof(FMercuna3DMovementProperties, MaxPitchRate) == 0x000020, "Member 'FMercuna3DMovementProperties::MaxPitchRate' has a wrong offset!"); \ static_assert(offsetof(FMercuna3DMovementProperties, MaxYawRate) == 0x000024, "Member 'FMercuna3DMovementProperties::MaxYawRate' has a wrong offset!"); \ static_assert(offsetof(FMercuna3DMovementProperties, MaxRollRate) == 0x000028, "Member 'FMercuna3DMovementProperties::MaxRollRate' has a wrong offset!"); \ static_assert(offsetof(FMercuna3DMovementProperties, MaxAngAccel) == 0x00002C, "Member 'FMercuna3DMovementProperties::MaxAngAccel' has a wrong offset!"); \ static_assert(offsetof(FMercuna3DMovementProperties, bEnableWorldAccelerationLimits) == 0x000030, "Member 'FMercuna3DMovementProperties::bEnableWorldAccelerationLimits' has a wrong offset!"); \ static_assert(offsetof(FMercuna3DMovementProperties, WorldAccelerationLimits) == 0x000034, "Member 'FMercuna3DMovementProperties::WorldAccelerationLimits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Mercuna3DMovementComponent_AddImpulse \ static_assert(alignof(Mercuna3DMovementComponent_AddImpulse) == 0x000004, "Wrong alignment on Mercuna3DMovementComponent_AddImpulse"); \ static_assert(sizeof(Mercuna3DMovementComponent_AddImpulse) == 0x00000C, "Wrong size on Mercuna3DMovementComponent_AddImpulse"); \ static_assert(offsetof(Mercuna3DMovementComponent_AddImpulse, Impulse) == 0x000000, "Member 'Mercuna3DMovementComponent_AddImpulse::Impulse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Mercuna3DMovementComponent_SetAngularVelocity \ static_assert(alignof(Mercuna3DMovementComponent_SetAngularVelocity) == 0x000004, "Wrong alignment on Mercuna3DMovementComponent_SetAngularVelocity"); \ static_assert(sizeof(Mercuna3DMovementComponent_SetAngularVelocity) == 0x00000C, "Wrong size on Mercuna3DMovementComponent_SetAngularVelocity"); \ static_assert(offsetof(Mercuna3DMovementComponent_SetAngularVelocity, NewAngVel) == 0x000000, "Member 'Mercuna3DMovementComponent_SetAngularVelocity::NewAngVel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Mercuna3DMovementComponent_SetVelocity \ static_assert(alignof(Mercuna3DMovementComponent_SetVelocity) == 0x000004, "Wrong alignment on Mercuna3DMovementComponent_SetVelocity"); \ static_assert(sizeof(Mercuna3DMovementComponent_SetVelocity) == 0x00000C, "Wrong size on Mercuna3DMovementComponent_SetVelocity"); \ static_assert(offsetof(Mercuna3DMovementComponent_SetVelocity, NewVelocity) == 0x000000, "Member 'Mercuna3DMovementComponent_SetVelocity::NewVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Mercuna3DMovementComponent_GetLocalRotationRate \ static_assert(alignof(Mercuna3DMovementComponent_GetLocalRotationRate) == 0x000004, "Wrong alignment on Mercuna3DMovementComponent_GetLocalRotationRate"); \ static_assert(sizeof(Mercuna3DMovementComponent_GetLocalRotationRate) == 0x00000C, "Wrong size on Mercuna3DMovementComponent_GetLocalRotationRate"); \ static_assert(offsetof(Mercuna3DMovementComponent_GetLocalRotationRate, ReturnValue) == 0x000000, "Member 'Mercuna3DMovementComponent_GetLocalRotationRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Mercuna3DMovementComponent_GetLocalVelocity \ static_assert(alignof(Mercuna3DMovementComponent_GetLocalVelocity) == 0x000004, "Wrong alignment on Mercuna3DMovementComponent_GetLocalVelocity"); \ static_assert(sizeof(Mercuna3DMovementComponent_GetLocalVelocity) == 0x00000C, "Wrong size on Mercuna3DMovementComponent_GetLocalVelocity"); \ static_assert(offsetof(Mercuna3DMovementComponent_GetLocalVelocity, ReturnValue) == 0x000000, "Member 'Mercuna3DMovementComponent_GetLocalVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMercuna3DMovementComponent \ static_assert(alignof(UMercuna3DMovementComponent) == 0x000008, "Wrong alignment on UMercuna3DMovementComponent"); \ static_assert(sizeof(UMercuna3DMovementComponent) == 0x000208, "Wrong size on UMercuna3DMovementComponent"); \ static_assert(offsetof(UMercuna3DMovementComponent, MovementProperties) == 0x000178, "Member 'UMercuna3DMovementComponent::MovementProperties' has a wrong offset!"); \ static_assert(offsetof(UMercuna3DMovementComponent, PendingImpulseToApply) == 0x0001B8, "Member 'UMercuna3DMovementComponent::PendingImpulseToApply' has a wrong offset!"); \ static_assert(offsetof(UMercuna3DMovementComponent, Acceleration) == 0x0001C4, "Member 'UMercuna3DMovementComponent::Acceleration' has a wrong offset!"); \ static_assert(offsetof(UMercuna3DMovementComponent, AngularVelocity) == 0x0001D0, "Member 'UMercuna3DMovementComponent::AngularVelocity' has a wrong offset!"); \ static_assert(offsetof(UMercuna3DMovementComponent, MaxSimulationTimeStep) == 0x000200, "Member 'UMercuna3DMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ static_assert(offsetof(UMercuna3DMovementComponent, MaxSimulationIterations) == 0x000204, "Member 'UMercuna3DMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMercuna3DMovementInterface \ static_assert(alignof(IMercuna3DMovementInterface) == 0x000001, "Wrong alignment on IMercuna3DMovementInterface"); \ static_assert(sizeof(IMercuna3DMovementInterface) == 0x000001, "Wrong size on IMercuna3DMovementInterface"); \ #define DUMPER7_ASSERTS_ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart \ static_assert(alignof(ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart"); \ static_assert(sizeof(ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart) == 0x000040, "Wrong size on ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart, CallFunc_GetSelfActor_ReturnValue) == 0x000008, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart, CallFunc_GetWeapon_ReturnValue) == 0x000020, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart::CallFunc_GetWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000028, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart, CallFunc_IsValid_ReturnValue_2) == 0x000030, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000038, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnAbilityStart::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent \ static_assert(alignof(ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent) == 0x000008, "Wrong alignment on ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent"); \ static_assert(sizeof(ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent) == 0x000048, "Wrong size on ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent, Context) == 0x000000, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent, EventName) == 0x000008, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000010, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent, CallFunc_GetWeapon_ReturnValue) == 0x000038, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent::CallFunc_GetWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent, CallFunc_IsValid_ReturnValue_2) == 0x000040, "Member 'ABL_RCT_TMB_DisarmThrowBack_C_OnCustomEvent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_TMB_DisarmThrowBack_C \ static_assert(alignof(UABL_RCT_TMB_DisarmThrowBack_C) == 0x000008, "Wrong alignment on UABL_RCT_TMB_DisarmThrowBack_C"); \ static_assert(sizeof(UABL_RCT_TMB_DisarmThrowBack_C) == 0x0000F0, "Wrong size on UABL_RCT_TMB_DisarmThrowBack_C"); \ static_assert(offsetof(UABL_RCT_TMB_DisarmThrowBack_C, Weapon) == 0x0000E0, "Member 'UABL_RCT_TMB_DisarmThrowBack_C::Weapon' has a wrong offset!"); \ static_assert(offsetof(UABL_RCT_TMB_DisarmThrowBack_C, NS_Sword) == 0x0000E8, "Member 'UABL_RCT_TMB_DisarmThrowBack_C::NS_Sword' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayResourceSet \ static_assert(alignof(FGameplayResourceSet) == 0x000002, "Wrong alignment on FGameplayResourceSet"); \ static_assert(sizeof(FGameplayResourceSet) == 0x000002, "Wrong size on FGameplayResourceSet"); \ #define DUMPER7_ASSERTS_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_UGameplayTask \ static_assert(alignof(UGameplayTask) == 0x000008, "Wrong alignment on UGameplayTask"); \ static_assert(sizeof(UGameplayTask) == 0x000068, "Wrong size on UGameplayTask"); \ static_assert(offsetof(UGameplayTask, InstanceName) == 0x000030, "Member 'UGameplayTask::InstanceName' has a wrong offset!"); \ static_assert(offsetof(UGameplayTask, ResourceOverlapPolicy) == 0x00003A, "Member 'UGameplayTask::ResourceOverlapPolicy' has a wrong offset!"); \ static_assert(offsetof(UGameplayTask, ChildTask) == 0x000060, "Member 'UGameplayTask::ChildTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayTask_ClaimResource_ClaimResource \ static_assert(alignof(GameplayTask_ClaimResource_ClaimResource) == 0x000008, "Wrong alignment on GameplayTask_ClaimResource_ClaimResource"); \ static_assert(sizeof(GameplayTask_ClaimResource_ClaimResource) == 0x000030, "Wrong size on GameplayTask_ClaimResource_ClaimResource"); \ static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, InTaskOwner) == 0x000000, "Member 'GameplayTask_ClaimResource_ClaimResource::InTaskOwner' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, ResourceClass) == 0x000010, "Member 'GameplayTask_ClaimResource_ClaimResource::ResourceClass' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, Priority) == 0x000018, "Member 'GameplayTask_ClaimResource_ClaimResource::Priority' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, TaskInstanceName) == 0x00001C, "Member 'GameplayTask_ClaimResource_ClaimResource::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, ReturnValue) == 0x000028, "Member 'GameplayTask_ClaimResource_ClaimResource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayTask_ClaimResource_ClaimResources \ static_assert(alignof(GameplayTask_ClaimResource_ClaimResources) == 0x000008, "Wrong alignment on GameplayTask_ClaimResource_ClaimResources"); \ static_assert(sizeof(GameplayTask_ClaimResource_ClaimResources) == 0x000038, "Wrong size on GameplayTask_ClaimResource_ClaimResources"); \ static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, InTaskOwner) == 0x000000, "Member 'GameplayTask_ClaimResource_ClaimResources::InTaskOwner' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, ResourceClasses) == 0x000010, "Member 'GameplayTask_ClaimResource_ClaimResources::ResourceClasses' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, Priority) == 0x000020, "Member 'GameplayTask_ClaimResource_ClaimResources::Priority' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, TaskInstanceName) == 0x000024, "Member 'GameplayTask_ClaimResource_ClaimResources::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, ReturnValue) == 0x000030, "Member 'GameplayTask_ClaimResource_ClaimResources::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayTask_ClaimResource \ static_assert(alignof(UGameplayTask_ClaimResource) == 0x000008, "Wrong alignment on UGameplayTask_ClaimResource"); \ static_assert(sizeof(UGameplayTask_ClaimResource) == 0x000068, "Wrong size on UGameplayTask_ClaimResource"); \ #define DUMPER7_ASSERTS_GameplayTask_SpawnActor_SpawnActor \ static_assert(alignof(GameplayTask_SpawnActor_SpawnActor) == 0x000008, "Wrong alignment on GameplayTask_SpawnActor_SpawnActor"); \ static_assert(sizeof(GameplayTask_SpawnActor_SpawnActor) == 0x000040, "Wrong size on GameplayTask_SpawnActor_SpawnActor"); \ static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, TaskOwner) == 0x000000, "Member 'GameplayTask_SpawnActor_SpawnActor::TaskOwner' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, SpawnLocation) == 0x000010, "Member 'GameplayTask_SpawnActor_SpawnActor::SpawnLocation' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, SpawnRotation) == 0x00001C, "Member 'GameplayTask_SpawnActor_SpawnActor::SpawnRotation' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, Class_0) == 0x000028, "Member 'GameplayTask_SpawnActor_SpawnActor::Class_0' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, bSpawnOnlyOnAuthority) == 0x000030, "Member 'GameplayTask_SpawnActor_SpawnActor::bSpawnOnlyOnAuthority' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_SpawnActor_SpawnActor, ReturnValue) == 0x000038, "Member 'GameplayTask_SpawnActor_SpawnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayTask_SpawnActor_BeginSpawningActor \ static_assert(alignof(GameplayTask_SpawnActor_BeginSpawningActor) == 0x000008, "Wrong alignment on GameplayTask_SpawnActor_BeginSpawningActor"); \ static_assert(sizeof(GameplayTask_SpawnActor_BeginSpawningActor) == 0x000018, "Wrong size on GameplayTask_SpawnActor_BeginSpawningActor"); \ static_assert(offsetof(GameplayTask_SpawnActor_BeginSpawningActor, WorldContextObject) == 0x000000, "Member 'GameplayTask_SpawnActor_BeginSpawningActor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_SpawnActor_BeginSpawningActor, SpawnedActor) == 0x000008, "Member 'GameplayTask_SpawnActor_BeginSpawningActor::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_SpawnActor_BeginSpawningActor, ReturnValue) == 0x000010, "Member 'GameplayTask_SpawnActor_BeginSpawningActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayTask_SpawnActor_FinishSpawningActor \ static_assert(alignof(GameplayTask_SpawnActor_FinishSpawningActor) == 0x000008, "Wrong alignment on GameplayTask_SpawnActor_FinishSpawningActor"); \ static_assert(sizeof(GameplayTask_SpawnActor_FinishSpawningActor) == 0x000010, "Wrong size on GameplayTask_SpawnActor_FinishSpawningActor"); \ static_assert(offsetof(GameplayTask_SpawnActor_FinishSpawningActor, WorldContextObject) == 0x000000, "Member 'GameplayTask_SpawnActor_FinishSpawningActor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_SpawnActor_FinishSpawningActor, SpawnedActor) == 0x000008, "Member 'GameplayTask_SpawnActor_FinishSpawningActor::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayTask_SpawnActor \ static_assert(alignof(UGameplayTask_SpawnActor) == 0x000008, "Wrong alignment on UGameplayTask_SpawnActor"); \ static_assert(sizeof(UGameplayTask_SpawnActor) == 0x0000A8, "Wrong size on UGameplayTask_SpawnActor"); \ static_assert(offsetof(UGameplayTask_SpawnActor, Success) == 0x000068, "Member 'UGameplayTask_SpawnActor::Success' has a wrong offset!"); \ static_assert(offsetof(UGameplayTask_SpawnActor, DidNotSpawn) == 0x000078, "Member 'UGameplayTask_SpawnActor::DidNotSpawn' has a wrong offset!"); \ static_assert(offsetof(UGameplayTask_SpawnActor, ClassToSpawn) == 0x0000A0, "Member 'UGameplayTask_SpawnActor::ClassToSpawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayTask_TimeLimitedExecution \ static_assert(alignof(UGameplayTask_TimeLimitedExecution) == 0x000008, "Wrong alignment on UGameplayTask_TimeLimitedExecution"); \ static_assert(sizeof(UGameplayTask_TimeLimitedExecution) == 0x000098, "Wrong size on UGameplayTask_TimeLimitedExecution"); \ static_assert(offsetof(UGameplayTask_TimeLimitedExecution, OnFinished) == 0x000068, "Member 'UGameplayTask_TimeLimitedExecution::OnFinished' has a wrong offset!"); \ static_assert(offsetof(UGameplayTask_TimeLimitedExecution, OnTimeExpired) == 0x000078, "Member 'UGameplayTask_TimeLimitedExecution::OnTimeExpired' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayTask_WaitDelay_TaskWaitDelay \ static_assert(alignof(GameplayTask_WaitDelay_TaskWaitDelay) == 0x000008, "Wrong alignment on GameplayTask_WaitDelay_TaskWaitDelay"); \ static_assert(sizeof(GameplayTask_WaitDelay_TaskWaitDelay) == 0x000020, "Wrong size on GameplayTask_WaitDelay_TaskWaitDelay"); \ static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, TaskOwner) == 0x000000, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::TaskOwner' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, Time) == 0x000010, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::Time' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, Priority) == 0x000014, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::Priority' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_WaitDelay_TaskWaitDelay, ReturnValue) == 0x000018, "Member 'GameplayTask_WaitDelay_TaskWaitDelay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayTask_WaitDelay \ static_assert(alignof(UGameplayTask_WaitDelay) == 0x000008, "Wrong alignment on UGameplayTask_WaitDelay"); \ static_assert(sizeof(UGameplayTask_WaitDelay) == 0x000080, "Wrong size on UGameplayTask_WaitDelay"); \ static_assert(offsetof(UGameplayTask_WaitDelay, OnFinish) == 0x000068, "Member 'UGameplayTask_WaitDelay::OnFinish' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IGameplayTaskOwnerInterface \ static_assert(alignof(IGameplayTaskOwnerInterface) == 0x000001, "Wrong alignment on IGameplayTaskOwnerInterface"); \ static_assert(sizeof(IGameplayTaskOwnerInterface) == 0x000001, "Wrong size on IGameplayTaskOwnerInterface"); \ #define DUMPER7_ASSERTS_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) == 0x000140, "Wrong size on UGameplayTasksComponent"); \ static_assert(offsetof(UGameplayTasksComponent, SimulatedTasks) == 0x0000E0, "Member 'UGameplayTasksComponent::SimulatedTasks' has a wrong offset!"); \ static_assert(offsetof(UGameplayTasksComponent, TaskPriorityQueue) == 0x0000F0, "Member 'UGameplayTasksComponent::TaskPriorityQueue' has a wrong offset!"); \ static_assert(offsetof(UGameplayTasksComponent, TickingTasks) == 0x000110, "Member 'UGameplayTasksComponent::TickingTasks' has a wrong offset!"); \ static_assert(offsetof(UGameplayTasksComponent, KnownTasks) == 0x000120, "Member 'UGameplayTasksComponent::KnownTasks' has a wrong offset!"); \ static_assert(offsetof(UGameplayTasksComponent, OnClaimedResourcesChange) == 0x000130, "Member 'UGameplayTasksComponent::OnClaimedResourcesChange' 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_FBentDirectionalLightParams \ static_assert(alignof(FBentDirectionalLightParams) == 0x000004, "Wrong alignment on FBentDirectionalLightParams"); \ static_assert(sizeof(FBentDirectionalLightParams) == 0x000014, "Wrong size on FBentDirectionalLightParams"); \ static_assert(offsetof(FBentDirectionalLightParams, BlendStartAngle) == 0x000000, "Member 'FBentDirectionalLightParams::BlendStartAngle' has a wrong offset!"); \ static_assert(offsetof(FBentDirectionalLightParams, BlendEndAngle) == 0x000004, "Member 'FBentDirectionalLightParams::BlendEndAngle' has a wrong offset!"); \ static_assert(offsetof(FBentDirectionalLightParams, SunIntensitFactorEnd) == 0x000008, "Member 'FBentDirectionalLightParams::SunIntensitFactorEnd' has a wrong offset!"); \ static_assert(offsetof(FBentDirectionalLightParams, SkyLightIntensityFactorEnd) == 0x00000C, "Member 'FBentDirectionalLightParams::SkyLightIntensityFactorEnd' has a wrong offset!"); \ static_assert(offsetof(FBentDirectionalLightParams, bBlendSunLight) == 0x000010, "Member 'FBentDirectionalLightParams::bBlendSunLight' has a wrong offset!"); \ static_assert(offsetof(FBentDirectionalLightParams, bBlendSkyLight) == 0x000011, "Member 'FBentDirectionalLightParams::bBlendSkyLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBentDirectionalLightWindowPreview \ static_assert(alignof(FBentDirectionalLightWindowPreview) == 0x000008, "Wrong alignment on FBentDirectionalLightWindowPreview"); \ static_assert(sizeof(FBentDirectionalLightWindowPreview) == 0x000018, "Wrong size on FBentDirectionalLightWindowPreview"); \ static_assert(offsetof(FBentDirectionalLightWindowPreview, PaneComponent) == 0x000000, "Member 'FBentDirectionalLightWindowPreview::PaneComponent' has a wrong offset!"); \ static_assert(offsetof(FBentDirectionalLightWindowPreview, DirectionComponents) == 0x000008, "Member 'FBentDirectionalLightWindowPreview::DirectionComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBentDirectionalLightWindowAssets \ static_assert(alignof(FBentDirectionalLightWindowAssets) == 0x000008, "Wrong alignment on FBentDirectionalLightWindowAssets"); \ static_assert(sizeof(FBentDirectionalLightWindowAssets) == 0x000018, "Wrong size on FBentDirectionalLightWindowAssets"); \ static_assert(offsetof(FBentDirectionalLightWindowAssets, PaneMesh) == 0x000000, "Member 'FBentDirectionalLightWindowAssets::PaneMesh' has a wrong offset!"); \ static_assert(offsetof(FBentDirectionalLightWindowAssets, ArrowMesh) == 0x000008, "Member 'FBentDirectionalLightWindowAssets::ArrowMesh' has a wrong offset!"); \ static_assert(offsetof(FBentDirectionalLightWindowAssets, PaneScalingFactor) == 0x000010, "Member 'FBentDirectionalLightWindowAssets::PaneScalingFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBentDirectionalLightWindowSolution \ static_assert(alignof(FBentDirectionalLightWindowSolution) == 0x000004, "Wrong alignment on FBentDirectionalLightWindowSolution"); \ static_assert(sizeof(FBentDirectionalLightWindowSolution) == 0x000014, "Wrong size on FBentDirectionalLightWindowSolution"); \ static_assert(offsetof(FBentDirectionalLightWindowSolution, SunDirection) == 0x000000, "Member 'FBentDirectionalLightWindowSolution::SunDirection' has a wrong offset!"); \ static_assert(offsetof(FBentDirectionalLightWindowSolution, DeltaCos) == 0x00000C, "Member 'FBentDirectionalLightWindowSolution::DeltaCos' has a wrong offset!"); \ static_assert(offsetof(FBentDirectionalLightWindowSolution, bValid) == 0x000010, "Member 'FBentDirectionalLightWindowSolution::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightingLightDirection \ static_assert(alignof(FGlobalLightingLightDirection) == 0x000010, "Wrong alignment on FGlobalLightingLightDirection"); \ static_assert(sizeof(FGlobalLightingLightDirection) == 0x000020, "Wrong size on FGlobalLightingLightDirection"); \ static_assert(offsetof(FGlobalLightingLightDirection, Rotation) == 0x000000, "Member 'FGlobalLightingLightDirection::Rotation' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingLightDirection, Direction) == 0x000010, "Member 'FGlobalLightingLightDirection::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightBasicParametersOverride \ static_assert(alignof(FDirectionalLightBasicParametersOverride) == 0x000004, "Wrong alignment on FDirectionalLightBasicParametersOverride"); \ static_assert(sizeof(FDirectionalLightBasicParametersOverride) == 0x000028, "Wrong size on FDirectionalLightBasicParametersOverride"); \ static_assert(offsetof(FDirectionalLightBasicParametersOverride, Intensity) == 0x000004, "Member 'FDirectionalLightBasicParametersOverride::Intensity' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParametersOverride, LightColor) == 0x000008, "Member 'FDirectionalLightBasicParametersOverride::LightColor' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParametersOverride, Temperature) == 0x00000C, "Member 'FDirectionalLightBasicParametersOverride::Temperature' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParametersOverride, bUseTemperature) == 0x000010, "Member 'FDirectionalLightBasicParametersOverride::bUseTemperature' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParametersOverride, SpecularScale) == 0x000014, "Member 'FDirectionalLightBasicParametersOverride::SpecularScale' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParametersOverride, IndirectLightingIntensity) == 0x000018, "Member 'FDirectionalLightBasicParametersOverride::IndirectLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParametersOverride, VolumetricScatteringIntensity) == 0x00001C, "Member 'FDirectionalLightBasicParametersOverride::VolumetricScatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParametersOverride, AtmosphereSunLightPriority) == 0x000020, "Member 'FDirectionalLightBasicParametersOverride::AtmosphereSunLightPriority' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParametersOverride, bPseudoLight) == 0x000024, "Member 'FDirectionalLightBasicParametersOverride::bPseudoLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightAdvancedParametersOverride \ static_assert(alignof(FDirectionalLightAdvancedParametersOverride) == 0x000004, "Wrong alignment on FDirectionalLightAdvancedParametersOverride"); \ static_assert(sizeof(FDirectionalLightAdvancedParametersOverride) == 0x000044, "Wrong size on FDirectionalLightAdvancedParametersOverride"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersOverride, ShadowCascadeBiasDistribution) == 0x000004, "Member 'FDirectionalLightAdvancedParametersOverride::ShadowCascadeBiasDistribution' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersOverride, LightSourceAngle) == 0x000008, "Member 'FDirectionalLightAdvancedParametersOverride::LightSourceAngle' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersOverride, LightSourceSoftAngle) == 0x00000C, "Member 'FDirectionalLightAdvancedParametersOverride::LightSourceSoftAngle' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersOverride, LightingChannels) == 0x000010, "Member 'FDirectionalLightAdvancedParametersOverride::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersOverride, CloudShadowStrength) == 0x000014, "Member 'FDirectionalLightAdvancedParametersOverride::CloudShadowStrength' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersOverride, CloudShadowOnAtmosphereStrength) == 0x000018, "Member 'FDirectionalLightAdvancedParametersOverride::CloudShadowOnAtmosphereStrength' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersOverride, CloudShadowOnSurfaceStrength) == 0x00001C, "Member 'FDirectionalLightAdvancedParametersOverride::CloudShadowOnSurfaceStrength' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersOverride, CloudShadowMinMax) == 0x000020, "Member 'FDirectionalLightAdvancedParametersOverride::CloudShadowMinMax' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersOverride, AtmosphereSunLightIndex) == 0x000028, "Member 'FDirectionalLightAdvancedParametersOverride::AtmosphereSunLightIndex' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersOverride, AtmosphereSunDiskColorScale) == 0x00002C, "Member 'FDirectionalLightAdvancedParametersOverride::AtmosphereSunDiskColorScale' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersOverride, bPerPixelAtmosphereTransmittance) == 0x00003C, "Member 'FDirectionalLightAdvancedParametersOverride::bPerPixelAtmosphereTransmittance' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersOverride, bAffectDynamicIndirectLighting) == 0x00003D, "Member 'FDirectionalLightAdvancedParametersOverride::bAffectDynamicIndirectLighting' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersOverride, bAffectTranslucentLighting) == 0x00003E, "Member 'FDirectionalLightAdvancedParametersOverride::bAffectTranslucentLighting' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersOverride, bTransmission) == 0x00003F, "Member 'FDirectionalLightAdvancedParametersOverride::bTransmission' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersOverride, bUsedAsAtmosphereSunLight) == 0x000040, "Member 'FDirectionalLightAdvancedParametersOverride::bUsedAsAtmosphereSunLight' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersOverride, bProbeOnly) == 0x000041, "Member 'FDirectionalLightAdvancedParametersOverride::bProbeOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightShaftsOverride \ static_assert(alignof(FDirectionalLightShaftsOverride) == 0x000004, "Wrong alignment on FDirectionalLightShaftsOverride"); \ static_assert(sizeof(FDirectionalLightShaftsOverride) == 0x000028, "Wrong size on FDirectionalLightShaftsOverride"); \ static_assert(offsetof(FDirectionalLightShaftsOverride, bEnableLightShaftOcclusion) == 0x000001, "Member 'FDirectionalLightShaftsOverride::bEnableLightShaftOcclusion' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShaftsOverride, OcclusionMaskDarkness) == 0x000004, "Member 'FDirectionalLightShaftsOverride::OcclusionMaskDarkness' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShaftsOverride, OcclusionDepthRange) == 0x000008, "Member 'FDirectionalLightShaftsOverride::OcclusionDepthRange' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShaftsOverride, bEnableLightShaftBloom) == 0x00000C, "Member 'FDirectionalLightShaftsOverride::bEnableLightShaftBloom' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShaftsOverride, BloomScale) == 0x000010, "Member 'FDirectionalLightShaftsOverride::BloomScale' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShaftsOverride, BloomThreshold) == 0x000014, "Member 'FDirectionalLightShaftsOverride::BloomThreshold' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShaftsOverride, BloomTint) == 0x000018, "Member 'FDirectionalLightShaftsOverride::BloomTint' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShaftsOverride, LightShaftOverrideDirection) == 0x00001C, "Member 'FDirectionalLightShaftsOverride::LightShaftOverrideDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightShadowsOverride \ static_assert(alignof(FDirectionalLightShadowsOverride) == 0x000004, "Wrong alignment on FDirectionalLightShadowsOverride"); \ static_assert(sizeof(FDirectionalLightShadowsOverride) == 0x000020, "Wrong size on FDirectionalLightShadowsOverride"); \ static_assert(offsetof(FDirectionalLightShadowsOverride, ShadowResolutionScale) == 0x000004, "Member 'FDirectionalLightShadowsOverride::ShadowResolutionScale' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadowsOverride, ShadowBias) == 0x000008, "Member 'FDirectionalLightShadowsOverride::ShadowBias' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadowsOverride, ShadowSlopeBias) == 0x00000C, "Member 'FDirectionalLightShadowsOverride::ShadowSlopeBias' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadowsOverride, ShadowSharpen) == 0x000010, "Member 'FDirectionalLightShadowsOverride::ShadowSharpen' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadowsOverride, ContactShadowLength) == 0x000014, "Member 'FDirectionalLightShadowsOverride::ContactShadowLength' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadowsOverride, ContactShadowLengthWorldSpace) == 0x000018, "Member 'FDirectionalLightShadowsOverride::ContactShadowLengthWorldSpace' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadowsOverride, bContactShadowLengthInWS) == 0x00001C, "Member 'FDirectionalLightShadowsOverride::bContactShadowLengthInWS' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadowsOverride, bCastVolumetricShadow) == 0x00001D, "Member 'FDirectionalLightShadowsOverride::bCastVolumetricShadow' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadowsOverride, bCastTranslucentShadows) == 0x00001E, "Member 'FDirectionalLightShadowsOverride::bCastTranslucentShadows' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightDistanceFieldShadowsOverride \ static_assert(alignof(FDirectionalLightDistanceFieldShadowsOverride) == 0x000004, "Wrong alignment on FDirectionalLightDistanceFieldShadowsOverride"); \ static_assert(sizeof(FDirectionalLightDistanceFieldShadowsOverride) == 0x000010, "Wrong size on FDirectionalLightDistanceFieldShadowsOverride"); \ static_assert(offsetof(FDirectionalLightDistanceFieldShadowsOverride, bUseRayTracedDistanceFieldShadows) == 0x000001, "Member 'FDirectionalLightDistanceFieldShadowsOverride::bUseRayTracedDistanceFieldShadows' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightDistanceFieldShadowsOverride, RayStartOffsetDepthScale) == 0x000004, "Member 'FDirectionalLightDistanceFieldShadowsOverride::RayStartOffsetDepthScale' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightDistanceFieldShadowsOverride, DistanceFieldShadowDistance) == 0x000008, "Member 'FDirectionalLightDistanceFieldShadowsOverride::DistanceFieldShadowDistance' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightDistanceFieldShadowsOverride, TraceDistance) == 0x00000C, "Member 'FDirectionalLightDistanceFieldShadowsOverride::TraceDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightCascadedShadowMapsOverride \ static_assert(alignof(FDirectionalLightCascadedShadowMapsOverride) == 0x000004, "Wrong alignment on FDirectionalLightCascadedShadowMapsOverride"); \ static_assert(sizeof(FDirectionalLightCascadedShadowMapsOverride) == 0x000028, "Wrong size on FDirectionalLightCascadedShadowMapsOverride"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsOverride, DynamicShadowDistanceMovableLight) == 0x000004, "Member 'FDirectionalLightCascadedShadowMapsOverride::DynamicShadowDistanceMovableLight' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsOverride, DynamicShadowCascades) == 0x000008, "Member 'FDirectionalLightCascadedShadowMapsOverride::DynamicShadowCascades' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsOverride, CascadeDistributionExponent) == 0x00000C, "Member 'FDirectionalLightCascadedShadowMapsOverride::CascadeDistributionExponent' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsOverride, CascadeTransitionFraction) == 0x000010, "Member 'FDirectionalLightCascadedShadowMapsOverride::CascadeTransitionFraction' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsOverride, ShadowDistanceFadeoutFraction) == 0x000014, "Member 'FDirectionalLightCascadedShadowMapsOverride::ShadowDistanceFadeoutFraction' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsOverride, FarShadowCascadeCount) == 0x000018, "Member 'FDirectionalLightCascadedShadowMapsOverride::FarShadowCascadeCount' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsOverride, FarShadowDistance) == 0x00001C, "Member 'FDirectionalLightCascadedShadowMapsOverride::FarShadowDistance' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsOverride, CachedDirectionalShadowDistance) == 0x000020, "Member 'FDirectionalLightCascadedShadowMapsOverride::CachedDirectionalShadowDistance' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsOverride, bUseCachedDirectionalShadowMaps) == 0x000024, "Member 'FDirectionalLightCascadedShadowMapsOverride::bUseCachedDirectionalShadowMaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightParametersOverride \ static_assert(alignof(FDirectionalLightParametersOverride) == 0x000004, "Wrong alignment on FDirectionalLightParametersOverride"); \ static_assert(sizeof(FDirectionalLightParametersOverride) == 0x0000EC, "Wrong size on FDirectionalLightParametersOverride"); \ static_assert(offsetof(FDirectionalLightParametersOverride, Basic) == 0x000000, "Member 'FDirectionalLightParametersOverride::Basic' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightParametersOverride, Advanced) == 0x000028, "Member 'FDirectionalLightParametersOverride::Advanced' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightParametersOverride, LightShafts) == 0x00006C, "Member 'FDirectionalLightParametersOverride::LightShafts' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightParametersOverride, Shadows) == 0x000094, "Member 'FDirectionalLightParametersOverride::Shadows' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightParametersOverride, DistanceFieldShadows) == 0x0000B4, "Member 'FDirectionalLightParametersOverride::DistanceFieldShadows' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightParametersOverride, CascadedShadowMaps) == 0x0000C4, "Member 'FDirectionalLightParametersOverride::CascadedShadowMaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAdjustedValueFloat \ static_assert(alignof(FAdjustedValueFloat) == 0x000004, "Wrong alignment on FAdjustedValueFloat"); \ static_assert(sizeof(FAdjustedValueFloat) == 0x000020, "Wrong size on FAdjustedValueFloat"); \ static_assert(offsetof(FAdjustedValueFloat, Mode) == 0x000000, "Member 'FAdjustedValueFloat::Mode' has a wrong offset!"); \ static_assert(offsetof(FAdjustedValueFloat, Value) == 0x000004, "Member 'FAdjustedValueFloat::Value' has a wrong offset!"); \ static_assert(offsetof(FAdjustedValueFloat, ClampMin) == 0x000008, "Member 'FAdjustedValueFloat::ClampMin' has a wrong offset!"); \ static_assert(offsetof(FAdjustedValueFloat, bClampMin) == 0x00000C, "Member 'FAdjustedValueFloat::bClampMin' has a wrong offset!"); \ static_assert(offsetof(FAdjustedValueFloat, ClampMax) == 0x000010, "Member 'FAdjustedValueFloat::ClampMax' has a wrong offset!"); \ static_assert(offsetof(FAdjustedValueFloat, bClampMax) == 0x000014, "Member 'FAdjustedValueFloat::bClampMax' has a wrong offset!"); \ static_assert(offsetof(FAdjustedValueFloat, ValidateMin) == 0x000018, "Member 'FAdjustedValueFloat::ValidateMin' has a wrong offset!"); \ static_assert(offsetof(FAdjustedValueFloat, ValidateMax) == 0x00001C, "Member 'FAdjustedValueFloat::ValidateMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAdjustedValueBoolean \ static_assert(alignof(FAdjustedValueBoolean) == 0x000001, "Wrong alignment on FAdjustedValueBoolean"); \ static_assert(sizeof(FAdjustedValueBoolean) == 0x000001, "Wrong size on FAdjustedValueBoolean"); \ static_assert(offsetof(FAdjustedValueBoolean, Value) == 0x000000, "Member 'FAdjustedValueBoolean::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightBasicParametersRelative \ static_assert(alignof(FDirectionalLightBasicParametersRelative) == 0x000004, "Wrong alignment on FDirectionalLightBasicParametersRelative"); \ static_assert(sizeof(FDirectionalLightBasicParametersRelative) == 0x0000D0, "Wrong size on FDirectionalLightBasicParametersRelative"); \ static_assert(offsetof(FDirectionalLightBasicParametersRelative, Intensity) == 0x000004, "Member 'FDirectionalLightBasicParametersRelative::Intensity' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParametersRelative, LightColor) == 0x000024, "Member 'FDirectionalLightBasicParametersRelative::LightColor' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParametersRelative, Temperature) == 0x000028, "Member 'FDirectionalLightBasicParametersRelative::Temperature' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParametersRelative, bUseTemperature) == 0x000048, "Member 'FDirectionalLightBasicParametersRelative::bUseTemperature' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParametersRelative, SpecularScale) == 0x00004C, "Member 'FDirectionalLightBasicParametersRelative::SpecularScale' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParametersRelative, IndirectLightingIntensity) == 0x00006C, "Member 'FDirectionalLightBasicParametersRelative::IndirectLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParametersRelative, VolumetricScatteringIntensity) == 0x00008C, "Member 'FDirectionalLightBasicParametersRelative::VolumetricScatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParametersRelative, AtmosphereSunLightPriority) == 0x0000AC, "Member 'FDirectionalLightBasicParametersRelative::AtmosphereSunLightPriority' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParametersRelative, bPseudoLight) == 0x0000CC, "Member 'FDirectionalLightBasicParametersRelative::bPseudoLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAdjustedValueInt \ static_assert(alignof(FAdjustedValueInt) == 0x000004, "Wrong alignment on FAdjustedValueInt"); \ static_assert(sizeof(FAdjustedValueInt) == 0x000020, "Wrong size on FAdjustedValueInt"); \ static_assert(offsetof(FAdjustedValueInt, Mode) == 0x000000, "Member 'FAdjustedValueInt::Mode' has a wrong offset!"); \ static_assert(offsetof(FAdjustedValueInt, Value) == 0x000004, "Member 'FAdjustedValueInt::Value' has a wrong offset!"); \ static_assert(offsetof(FAdjustedValueInt, ClampMin) == 0x000008, "Member 'FAdjustedValueInt::ClampMin' has a wrong offset!"); \ static_assert(offsetof(FAdjustedValueInt, bClampMin) == 0x00000C, "Member 'FAdjustedValueInt::bClampMin' has a wrong offset!"); \ static_assert(offsetof(FAdjustedValueInt, ClampMax) == 0x000010, "Member 'FAdjustedValueInt::ClampMax' has a wrong offset!"); \ static_assert(offsetof(FAdjustedValueInt, bClampMax) == 0x000014, "Member 'FAdjustedValueInt::bClampMax' has a wrong offset!"); \ static_assert(offsetof(FAdjustedValueInt, ValidateMin) == 0x000018, "Member 'FAdjustedValueInt::ValidateMin' has a wrong offset!"); \ static_assert(offsetof(FAdjustedValueInt, ValidateMax) == 0x00001C, "Member 'FAdjustedValueInt::ValidateMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightCascadedShadowMapsRelative \ static_assert(alignof(FDirectionalLightCascadedShadowMapsRelative) == 0x000004, "Wrong alignment on FDirectionalLightCascadedShadowMapsRelative"); \ static_assert(sizeof(FDirectionalLightCascadedShadowMapsRelative) == 0x000104, "Wrong size on FDirectionalLightCascadedShadowMapsRelative"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsRelative, DynamicShadowDistanceMovableLight) == 0x000000, "Member 'FDirectionalLightCascadedShadowMapsRelative::DynamicShadowDistanceMovableLight' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsRelative, DynamicShadowCascades) == 0x000020, "Member 'FDirectionalLightCascadedShadowMapsRelative::DynamicShadowCascades' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsRelative, CascadeDistributionExponent) == 0x000040, "Member 'FDirectionalLightCascadedShadowMapsRelative::CascadeDistributionExponent' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsRelative, CascadeTransitionFraction) == 0x000060, "Member 'FDirectionalLightCascadedShadowMapsRelative::CascadeTransitionFraction' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsRelative, ShadowDistanceFadeoutFraction) == 0x000080, "Member 'FDirectionalLightCascadedShadowMapsRelative::ShadowDistanceFadeoutFraction' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsRelative, FarShadowCascadeCount) == 0x0000A0, "Member 'FDirectionalLightCascadedShadowMapsRelative::FarShadowCascadeCount' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsRelative, FarShadowDistance) == 0x0000C0, "Member 'FDirectionalLightCascadedShadowMapsRelative::FarShadowDistance' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsRelative, CachedDirectionalShadowDistance) == 0x0000E0, "Member 'FDirectionalLightCascadedShadowMapsRelative::CachedDirectionalShadowDistance' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMapsRelative, bUseCachedDirectionalShadowMaps) == 0x000100, "Member 'FDirectionalLightCascadedShadowMapsRelative::bUseCachedDirectionalShadowMaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightAdvancedParametersRelative \ static_assert(alignof(FDirectionalLightAdvancedParametersRelative) == 0x000004, "Wrong alignment on FDirectionalLightAdvancedParametersRelative"); \ static_assert(sizeof(FDirectionalLightAdvancedParametersRelative) == 0x00004C, "Wrong size on FDirectionalLightAdvancedParametersRelative"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersRelative, LightSourceAngle) == 0x000004, "Member 'FDirectionalLightAdvancedParametersRelative::LightSourceAngle' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersRelative, LightSourceSoftAngle) == 0x000024, "Member 'FDirectionalLightAdvancedParametersRelative::LightSourceSoftAngle' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersRelative, LightingChannels) == 0x000044, "Member 'FDirectionalLightAdvancedParametersRelative::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersRelative, bAffectDynamicIndirectLighting) == 0x000045, "Member 'FDirectionalLightAdvancedParametersRelative::bAffectDynamicIndirectLighting' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersRelative, bAffectTranslucentLighting) == 0x000046, "Member 'FDirectionalLightAdvancedParametersRelative::bAffectTranslucentLighting' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersRelative, bTransmission) == 0x000047, "Member 'FDirectionalLightAdvancedParametersRelative::bTransmission' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersRelative, bUsedAsAtmosphereSunLight) == 0x000048, "Member 'FDirectionalLightAdvancedParametersRelative::bUsedAsAtmosphereSunLight' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParametersRelative, bProbeOnly) == 0x000049, "Member 'FDirectionalLightAdvancedParametersRelative::bProbeOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightShaftsRelative \ static_assert(alignof(FDirectionalLightShaftsRelative) == 0x000004, "Wrong alignment on FDirectionalLightShaftsRelative"); \ static_assert(sizeof(FDirectionalLightShaftsRelative) == 0x000098, "Wrong size on FDirectionalLightShaftsRelative"); \ static_assert(offsetof(FDirectionalLightShaftsRelative, bEnableLightShaftOcclusion) == 0x000001, "Member 'FDirectionalLightShaftsRelative::bEnableLightShaftOcclusion' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShaftsRelative, OcclusionMaskDarkness) == 0x000004, "Member 'FDirectionalLightShaftsRelative::OcclusionMaskDarkness' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShaftsRelative, OcclusionDepthRange) == 0x000024, "Member 'FDirectionalLightShaftsRelative::OcclusionDepthRange' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShaftsRelative, bEnableLightShaftBloom) == 0x000044, "Member 'FDirectionalLightShaftsRelative::bEnableLightShaftBloom' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShaftsRelative, BloomScale) == 0x000048, "Member 'FDirectionalLightShaftsRelative::BloomScale' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShaftsRelative, BloomThreshold) == 0x000068, "Member 'FDirectionalLightShaftsRelative::BloomThreshold' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShaftsRelative, BloomTint) == 0x000088, "Member 'FDirectionalLightShaftsRelative::BloomTint' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShaftsRelative, LightShaftOverrideDirection) == 0x00008C, "Member 'FDirectionalLightShaftsRelative::LightShaftOverrideDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightShadowsRelative \ static_assert(alignof(FDirectionalLightShadowsRelative) == 0x000004, "Wrong alignment on FDirectionalLightShadowsRelative"); \ static_assert(sizeof(FDirectionalLightShadowsRelative) == 0x0000C4, "Wrong size on FDirectionalLightShadowsRelative"); \ static_assert(offsetof(FDirectionalLightShadowsRelative, ShadowResolutionScale) == 0x000000, "Member 'FDirectionalLightShadowsRelative::ShadowResolutionScale' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadowsRelative, ShadowBias) == 0x000020, "Member 'FDirectionalLightShadowsRelative::ShadowBias' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadowsRelative, ShadowSlopeBias) == 0x000040, "Member 'FDirectionalLightShadowsRelative::ShadowSlopeBias' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadowsRelative, ShadowSharpen) == 0x000060, "Member 'FDirectionalLightShadowsRelative::ShadowSharpen' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadowsRelative, ContactShadowLength) == 0x000080, "Member 'FDirectionalLightShadowsRelative::ContactShadowLength' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadowsRelative, ContactShadowLengthWorldSpace) == 0x0000A0, "Member 'FDirectionalLightShadowsRelative::ContactShadowLengthWorldSpace' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadowsRelative, bContactShadowLengthInWS) == 0x0000C0, "Member 'FDirectionalLightShadowsRelative::bContactShadowLengthInWS' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadowsRelative, bCastVolumetricShadow) == 0x0000C1, "Member 'FDirectionalLightShadowsRelative::bCastVolumetricShadow' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadowsRelative, bCastTranslucentShadows) == 0x0000C2, "Member 'FDirectionalLightShadowsRelative::bCastTranslucentShadows' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightDistanceFieldShadowsRelative \ static_assert(alignof(FDirectionalLightDistanceFieldShadowsRelative) == 0x000004, "Wrong alignment on FDirectionalLightDistanceFieldShadowsRelative"); \ static_assert(sizeof(FDirectionalLightDistanceFieldShadowsRelative) == 0x000064, "Wrong size on FDirectionalLightDistanceFieldShadowsRelative"); \ static_assert(offsetof(FDirectionalLightDistanceFieldShadowsRelative, bUseRayTracedDistanceFieldShadows) == 0x000000, "Member 'FDirectionalLightDistanceFieldShadowsRelative::bUseRayTracedDistanceFieldShadows' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightDistanceFieldShadowsRelative, RayStartOffsetDepthScale) == 0x000004, "Member 'FDirectionalLightDistanceFieldShadowsRelative::RayStartOffsetDepthScale' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightDistanceFieldShadowsRelative, DistanceFieldShadowDistance) == 0x000024, "Member 'FDirectionalLightDistanceFieldShadowsRelative::DistanceFieldShadowDistance' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightDistanceFieldShadowsRelative, TraceDistance) == 0x000044, "Member 'FDirectionalLightDistanceFieldShadowsRelative::TraceDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightParametersRelative \ static_assert(alignof(FDirectionalLightParametersRelative) == 0x000004, "Wrong alignment on FDirectionalLightParametersRelative"); \ static_assert(sizeof(FDirectionalLightParametersRelative) == 0x0003E0, "Wrong size on FDirectionalLightParametersRelative"); \ static_assert(offsetof(FDirectionalLightParametersRelative, Basic) == 0x000000, "Member 'FDirectionalLightParametersRelative::Basic' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightParametersRelative, Advanced) == 0x0000D0, "Member 'FDirectionalLightParametersRelative::Advanced' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightParametersRelative, LightShafts) == 0x00011C, "Member 'FDirectionalLightParametersRelative::LightShafts' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightParametersRelative, Shadows) == 0x0001B4, "Member 'FDirectionalLightParametersRelative::Shadows' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightParametersRelative, DistanceFieldShadows) == 0x000278, "Member 'FDirectionalLightParametersRelative::DistanceFieldShadows' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightParametersRelative, CascadedShadowMaps) == 0x0002DC, "Member 'FDirectionalLightParametersRelative::CascadedShadowMaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightBasicParameters \ static_assert(alignof(FDirectionalLightBasicParameters) == 0x000004, "Wrong alignment on FDirectionalLightBasicParameters"); \ static_assert(sizeof(FDirectionalLightBasicParameters) == 0x000024, "Wrong size on FDirectionalLightBasicParameters"); \ static_assert(offsetof(FDirectionalLightBasicParameters, Intensity) == 0x000000, "Member 'FDirectionalLightBasicParameters::Intensity' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParameters, LightColor) == 0x000004, "Member 'FDirectionalLightBasicParameters::LightColor' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParameters, Temperature) == 0x000008, "Member 'FDirectionalLightBasicParameters::Temperature' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParameters, bUseTemperature) == 0x00000C, "Member 'FDirectionalLightBasicParameters::bUseTemperature' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParameters, SpecularScale) == 0x000010, "Member 'FDirectionalLightBasicParameters::SpecularScale' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParameters, IndirectLightingIntensity) == 0x000014, "Member 'FDirectionalLightBasicParameters::IndirectLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParameters, VolumetricScatteringIntensity) == 0x000018, "Member 'FDirectionalLightBasicParameters::VolumetricScatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParameters, AtmosphereSunLightPriority) == 0x00001C, "Member 'FDirectionalLightBasicParameters::AtmosphereSunLightPriority' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParameters, bPseudoLight) == 0x000020, "Member 'FDirectionalLightBasicParameters::bPseudoLight' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightBasicParameters, bExponentialIntensityBlend) == 0x000021, "Member 'FDirectionalLightBasicParameters::bExponentialIntensityBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightAdvancedParameters \ static_assert(alignof(FDirectionalLightAdvancedParameters) == 0x000004, "Wrong alignment on FDirectionalLightAdvancedParameters"); \ static_assert(sizeof(FDirectionalLightAdvancedParameters) == 0x000040, "Wrong size on FDirectionalLightAdvancedParameters"); \ static_assert(offsetof(FDirectionalLightAdvancedParameters, ShadowCascadeBiasDistribution) == 0x000000, "Member 'FDirectionalLightAdvancedParameters::ShadowCascadeBiasDistribution' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParameters, LightSourceAngle) == 0x000004, "Member 'FDirectionalLightAdvancedParameters::LightSourceAngle' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParameters, LightSourceSoftAngle) == 0x000008, "Member 'FDirectionalLightAdvancedParameters::LightSourceSoftAngle' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParameters, LightingChannels) == 0x00000C, "Member 'FDirectionalLightAdvancedParameters::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParameters, CloudShadowStrength) == 0x000010, "Member 'FDirectionalLightAdvancedParameters::CloudShadowStrength' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParameters, CloudShadowOnAtmosphereStrength) == 0x000014, "Member 'FDirectionalLightAdvancedParameters::CloudShadowOnAtmosphereStrength' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParameters, CloudShadowOnSurfaceStrength) == 0x000018, "Member 'FDirectionalLightAdvancedParameters::CloudShadowOnSurfaceStrength' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParameters, CloudShadowMinMax) == 0x00001C, "Member 'FDirectionalLightAdvancedParameters::CloudShadowMinMax' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParameters, AtmosphereSunLightIndex) == 0x000024, "Member 'FDirectionalLightAdvancedParameters::AtmosphereSunLightIndex' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParameters, AtmosphereSunDiskColorScale) == 0x000028, "Member 'FDirectionalLightAdvancedParameters::AtmosphereSunDiskColorScale' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParameters, bPerPixelAtmosphereTransmittance) == 0x000038, "Member 'FDirectionalLightAdvancedParameters::bPerPixelAtmosphereTransmittance' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParameters, bAffectDynamicIndirectLighting) == 0x000039, "Member 'FDirectionalLightAdvancedParameters::bAffectDynamicIndirectLighting' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParameters, bAffectTranslucentLighting) == 0x00003A, "Member 'FDirectionalLightAdvancedParameters::bAffectTranslucentLighting' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParameters, bTransmission) == 0x00003B, "Member 'FDirectionalLightAdvancedParameters::bTransmission' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParameters, bUsedAsAtmosphereSunLight) == 0x00003C, "Member 'FDirectionalLightAdvancedParameters::bUsedAsAtmosphereSunLight' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightAdvancedParameters, bProbeOnly) == 0x00003D, "Member 'FDirectionalLightAdvancedParameters::bProbeOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightShafts \ static_assert(alignof(FDirectionalLightShafts) == 0x000004, "Wrong alignment on FDirectionalLightShafts"); \ static_assert(sizeof(FDirectionalLightShafts) == 0x000028, "Wrong size on FDirectionalLightShafts"); \ static_assert(offsetof(FDirectionalLightShafts, bEnableLightShaftOcclusion) == 0x000000, "Member 'FDirectionalLightShafts::bEnableLightShaftOcclusion' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShafts, OcclusionMaskDarkness) == 0x000004, "Member 'FDirectionalLightShafts::OcclusionMaskDarkness' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShafts, OcclusionDepthRange) == 0x000008, "Member 'FDirectionalLightShafts::OcclusionDepthRange' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShafts, bEnableLightShaftBloom) == 0x00000C, "Member 'FDirectionalLightShafts::bEnableLightShaftBloom' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShafts, BloomScale) == 0x000010, "Member 'FDirectionalLightShafts::BloomScale' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShafts, BloomThreshold) == 0x000014, "Member 'FDirectionalLightShafts::BloomThreshold' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShafts, BloomTint) == 0x000018, "Member 'FDirectionalLightShafts::BloomTint' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShafts, LightShaftOverrideDirection) == 0x00001C, "Member 'FDirectionalLightShafts::LightShaftOverrideDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightShadows \ static_assert(alignof(FDirectionalLightShadows) == 0x000004, "Wrong alignment on FDirectionalLightShadows"); \ static_assert(sizeof(FDirectionalLightShadows) == 0x00001C, "Wrong size on FDirectionalLightShadows"); \ static_assert(offsetof(FDirectionalLightShadows, ShadowResolutionScale) == 0x000000, "Member 'FDirectionalLightShadows::ShadowResolutionScale' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadows, ShadowBias) == 0x000004, "Member 'FDirectionalLightShadows::ShadowBias' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadows, ShadowSlopeBias) == 0x000008, "Member 'FDirectionalLightShadows::ShadowSlopeBias' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadows, ShadowSharpen) == 0x00000C, "Member 'FDirectionalLightShadows::ShadowSharpen' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadows, ContactShadowLength) == 0x000010, "Member 'FDirectionalLightShadows::ContactShadowLength' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadows, ContactShadowLengthWorldSpace) == 0x000014, "Member 'FDirectionalLightShadows::ContactShadowLengthWorldSpace' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadows, bContactShadowLengthInWS) == 0x000018, "Member 'FDirectionalLightShadows::bContactShadowLengthInWS' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadows, bCastVolumetricShadow) == 0x000019, "Member 'FDirectionalLightShadows::bCastVolumetricShadow' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightShadows, bCastTranslucentShadows) == 0x00001A, "Member 'FDirectionalLightShadows::bCastTranslucentShadows' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightDistanceFieldShadows \ static_assert(alignof(FDirectionalLightDistanceFieldShadows) == 0x000004, "Wrong alignment on FDirectionalLightDistanceFieldShadows"); \ static_assert(sizeof(FDirectionalLightDistanceFieldShadows) == 0x000010, "Wrong size on FDirectionalLightDistanceFieldShadows"); \ static_assert(offsetof(FDirectionalLightDistanceFieldShadows, bUseRayTracedDistanceFieldShadows) == 0x000000, "Member 'FDirectionalLightDistanceFieldShadows::bUseRayTracedDistanceFieldShadows' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightDistanceFieldShadows, RayStartOffsetDepthScale) == 0x000004, "Member 'FDirectionalLightDistanceFieldShadows::RayStartOffsetDepthScale' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightDistanceFieldShadows, DistanceFieldShadowDistance) == 0x000008, "Member 'FDirectionalLightDistanceFieldShadows::DistanceFieldShadowDistance' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightDistanceFieldShadows, TraceDistance) == 0x00000C, "Member 'FDirectionalLightDistanceFieldShadows::TraceDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightCascadedShadowMaps \ static_assert(alignof(FDirectionalLightCascadedShadowMaps) == 0x000004, "Wrong alignment on FDirectionalLightCascadedShadowMaps"); \ static_assert(sizeof(FDirectionalLightCascadedShadowMaps) == 0x000024, "Wrong size on FDirectionalLightCascadedShadowMaps"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMaps, DynamicShadowDistanceMovableLight) == 0x000000, "Member 'FDirectionalLightCascadedShadowMaps::DynamicShadowDistanceMovableLight' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMaps, DynamicShadowCascades) == 0x000004, "Member 'FDirectionalLightCascadedShadowMaps::DynamicShadowCascades' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMaps, CascadeDistributionExponent) == 0x000008, "Member 'FDirectionalLightCascadedShadowMaps::CascadeDistributionExponent' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMaps, CascadeTransitionFraction) == 0x00000C, "Member 'FDirectionalLightCascadedShadowMaps::CascadeTransitionFraction' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMaps, ShadowDistanceFadeoutFraction) == 0x000010, "Member 'FDirectionalLightCascadedShadowMaps::ShadowDistanceFadeoutFraction' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMaps, FarShadowCascadeCount) == 0x000014, "Member 'FDirectionalLightCascadedShadowMaps::FarShadowCascadeCount' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMaps, FarShadowDistance) == 0x000018, "Member 'FDirectionalLightCascadedShadowMaps::FarShadowDistance' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMaps, CachedDirectionalShadowDistance) == 0x00001C, "Member 'FDirectionalLightCascadedShadowMaps::CachedDirectionalShadowDistance' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightCascadedShadowMaps, bUseCachedDirectionalShadowMaps) == 0x000020, "Member 'FDirectionalLightCascadedShadowMaps::bUseCachedDirectionalShadowMaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectionalLightParameters \ static_assert(alignof(FDirectionalLightParameters) == 0x000004, "Wrong alignment on FDirectionalLightParameters"); \ static_assert(sizeof(FDirectionalLightParameters) == 0x0000DC, "Wrong size on FDirectionalLightParameters"); \ static_assert(offsetof(FDirectionalLightParameters, Basic) == 0x000000, "Member 'FDirectionalLightParameters::Basic' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightParameters, Advanced) == 0x000024, "Member 'FDirectionalLightParameters::Advanced' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightParameters, LightShafts) == 0x000064, "Member 'FDirectionalLightParameters::LightShafts' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightParameters, Shadows) == 0x00008C, "Member 'FDirectionalLightParameters::Shadows' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightParameters, DistanceFieldShadows) == 0x0000A8, "Member 'FDirectionalLightParameters::DistanceFieldShadows' has a wrong offset!"); \ static_assert(offsetof(FDirectionalLightParameters, CascadedShadowMaps) == 0x0000B8, "Member 'FDirectionalLightParameters::CascadedShadowMaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogBasicParametersOverride \ static_assert(alignof(FExpHeightFogBasicParametersOverride) == 0x000004, "Wrong alignment on FExpHeightFogBasicParametersOverride"); \ static_assert(sizeof(FExpHeightFogBasicParametersOverride) == 0x00003C, "Wrong size on FExpHeightFogBasicParametersOverride"); \ static_assert(offsetof(FExpHeightFogBasicParametersOverride, ZOffset) == 0x000004, "Member 'FExpHeightFogBasicParametersOverride::ZOffset' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersOverride, FogDensity) == 0x000008, "Member 'FExpHeightFogBasicParametersOverride::FogDensity' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersOverride, FogHeightFalloff) == 0x00000C, "Member 'FExpHeightFogBasicParametersOverride::FogHeightFalloff' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersOverride, FogInscatteringColor) == 0x000010, "Member 'FExpHeightFogBasicParametersOverride::FogInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersOverride, FogInscatteringIntensity) == 0x000020, "Member 'FExpHeightFogBasicParametersOverride::FogInscatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersOverride, FogInscatteringSaturation) == 0x000024, "Member 'FExpHeightFogBasicParametersOverride::FogInscatteringSaturation' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersOverride, FogInscatteringColorDirLightLuminanceModulate) == 0x000028, "Member 'FExpHeightFogBasicParametersOverride::FogInscatteringColorDirLightLuminanceModulate' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersOverride, FogMaxOpacity) == 0x00002C, "Member 'FExpHeightFogBasicParametersOverride::FogMaxOpacity' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersOverride, StartDistance) == 0x000030, "Member 'FExpHeightFogBasicParametersOverride::StartDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersOverride, FogCutoffDistance) == 0x000034, "Member 'FExpHeightFogBasicParametersOverride::FogCutoffDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersOverride, DistantFogCloudShadowsMinimum) == 0x000038, "Member 'FExpHeightFogBasicParametersOverride::DistantFogCloudShadowsMinimum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogInscatteringTextureParametersOverride \ static_assert(alignof(FExpHeightFogInscatteringTextureParametersOverride) == 0x000008, "Wrong alignment on FExpHeightFogInscatteringTextureParametersOverride"); \ static_assert(sizeof(FExpHeightFogInscatteringTextureParametersOverride) == 0x000038, "Wrong size on FExpHeightFogInscatteringTextureParametersOverride"); \ static_assert(offsetof(FExpHeightFogInscatteringTextureParametersOverride, InscatteringColorCubemap) == 0x000008, "Member 'FExpHeightFogInscatteringTextureParametersOverride::InscatteringColorCubemap' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogInscatteringTextureParametersOverride, InscatteringColorCubemapAngle) == 0x000010, "Member 'FExpHeightFogInscatteringTextureParametersOverride::InscatteringColorCubemapAngle' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogInscatteringTextureParametersOverride, InscatteringTextureTint) == 0x000014, "Member 'FExpHeightFogInscatteringTextureParametersOverride::InscatteringTextureTint' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogInscatteringTextureParametersOverride, FullyDirectionalInscatteringColorDistance) == 0x000024, "Member 'FExpHeightFogInscatteringTextureParametersOverride::FullyDirectionalInscatteringColorDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogInscatteringTextureParametersOverride, NonDirectionalInscatteringColorDistance) == 0x000028, "Member 'FExpHeightFogInscatteringTextureParametersOverride::NonDirectionalInscatteringColorDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogInscatteringTextureParametersOverride, bUseSkyLight) == 0x00002C, "Member 'FExpHeightFogInscatteringTextureParametersOverride::bUseSkyLight' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogInscatteringTextureParametersOverride, InscatteringColorCubemapFactor) == 0x000030, "Member 'FExpHeightFogInscatteringTextureParametersOverride::InscatteringColorCubemapFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogSecondParametersOverride \ static_assert(alignof(FExpHeightFogSecondParametersOverride) == 0x000004, "Wrong alignment on FExpHeightFogSecondParametersOverride"); \ static_assert(sizeof(FExpHeightFogSecondParametersOverride) == 0x000010, "Wrong size on FExpHeightFogSecondParametersOverride"); \ static_assert(offsetof(FExpHeightFogSecondParametersOverride, FogDensity) == 0x000004, "Member 'FExpHeightFogSecondParametersOverride::FogDensity' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogSecondParametersOverride, FogHeightFalloff) == 0x000008, "Member 'FExpHeightFogSecondParametersOverride::FogHeightFalloff' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogSecondParametersOverride, FogHeightOffset) == 0x00000C, "Member 'FExpHeightFogSecondParametersOverride::FogHeightOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogDirectionalInscatteringParametersOverride \ static_assert(alignof(FExpHeightFogDirectionalInscatteringParametersOverride) == 0x000004, "Wrong alignment on FExpHeightFogDirectionalInscatteringParametersOverride"); \ static_assert(sizeof(FExpHeightFogDirectionalInscatteringParametersOverride) == 0x000028, "Wrong size on FExpHeightFogDirectionalInscatteringParametersOverride"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParametersOverride, DirectionalInscatteringExponent) == 0x000004, "Member 'FExpHeightFogDirectionalInscatteringParametersOverride::DirectionalInscatteringExponent' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParametersOverride, DirectionalInscatteringStartDistance) == 0x000008, "Member 'FExpHeightFogDirectionalInscatteringParametersOverride::DirectionalInscatteringStartDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParametersOverride, DirectionalInscatteringColor) == 0x00000C, "Member 'FExpHeightFogDirectionalInscatteringParametersOverride::DirectionalInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParametersOverride, DirectionalInscatteringIntensity) == 0x00001C, "Member 'FExpHeightFogDirectionalInscatteringParametersOverride::DirectionalInscatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParametersOverride, DirectionalInscatteringSaturation) == 0x000020, "Member 'FExpHeightFogDirectionalInscatteringParametersOverride::DirectionalInscatteringSaturation' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParametersOverride, DirectionalInscatteringColorDirLightLuminanceModulate) == 0x000024, "Member 'FExpHeightFogDirectionalInscatteringParametersOverride::DirectionalInscatteringColorDirLightLuminanceModulate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogVolumetricParametersOverride \ static_assert(alignof(FExpHeightFogVolumetricParametersOverride) == 0x000004, "Wrong alignment on FExpHeightFogVolumetricParametersOverride"); \ static_assert(sizeof(FExpHeightFogVolumetricParametersOverride) == 0x000054, "Wrong size on FExpHeightFogVolumetricParametersOverride"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, bVolumetricFog) == 0x000003, "Member 'FExpHeightFogVolumetricParametersOverride::bVolumetricFog' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, VolumetricFogScatteringDistribution) == 0x000004, "Member 'FExpHeightFogVolumetricParametersOverride::VolumetricFogScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, VolumetricFogAlbedo) == 0x000008, "Member 'FExpHeightFogVolumetricParametersOverride::VolumetricFogAlbedo' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, VolumetricFogEmissive) == 0x00000C, "Member 'FExpHeightFogVolumetricParametersOverride::VolumetricFogEmissive' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, VolumetricFogExtinctionScale) == 0x00001C, "Member 'FExpHeightFogVolumetricParametersOverride::VolumetricFogExtinctionScale' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, VolumetricFogDistance) == 0x000020, "Member 'FExpHeightFogVolumetricParametersOverride::VolumetricFogDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, OutsideVolumeSunMultiplier) == 0x000024, "Member 'FExpHeightFogVolumetricParametersOverride::OutsideVolumeSunMultiplier' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, VolumetricInscatteringContribution) == 0x000028, "Member 'FExpHeightFogVolumetricParametersOverride::VolumetricInscatteringContribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, VolumetricDirectionalInscatteringContribution) == 0x00002C, "Member 'FExpHeightFogVolumetricParametersOverride::VolumetricDirectionalInscatteringContribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, VolumetricFogHeightFogNearStartDistance) == 0x000030, "Member 'FExpHeightFogVolumetricParametersOverride::VolumetricFogHeightFogNearStartDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, VolumetricFogHeightFogNearFullDistance) == 0x000034, "Member 'FExpHeightFogVolumetricParametersOverride::VolumetricFogHeightFogNearFullDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, VolumetricFogHeightFogColorationBlendStartDistance) == 0x000038, "Member 'FExpHeightFogVolumetricParametersOverride::VolumetricFogHeightFogColorationBlendStartDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, VolumetricFogHeightFogColorationBlendFullDistance) == 0x00003C, "Member 'FExpHeightFogVolumetricParametersOverride::VolumetricFogHeightFogColorationBlendFullDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, VolumetricFogHeightFogColorationBlendStrength) == 0x000040, "Member 'FExpHeightFogVolumetricParametersOverride::VolumetricFogHeightFogColorationBlendStrength' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, VolumetricFogDepthDistributionScale) == 0x000044, "Member 'FExpHeightFogVolumetricParametersOverride::VolumetricFogDepthDistributionScale' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, VolumetricFogHistoryWeight) == 0x000048, "Member 'FExpHeightFogVolumetricParametersOverride::VolumetricFogHistoryWeight' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, VolumetricFogHistoryWeightFarFog) == 0x00004C, "Member 'FExpHeightFogVolumetricParametersOverride::VolumetricFogHistoryWeightFarFog' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersOverride, bOverrideLightColorsWithFogInscatteringColors) == 0x000050, "Member 'FExpHeightFogVolumetricParametersOverride::bOverrideLightColorsWithFogInscatteringColors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogVolumetricLightingParametersOverride \ static_assert(alignof(FExpHeightFogVolumetricLightingParametersOverride) == 0x000004, "Wrong alignment on FExpHeightFogVolumetricLightingParametersOverride"); \ static_assert(sizeof(FExpHeightFogVolumetricLightingParametersOverride) == 0x000038, "Wrong size on FExpHeightFogVolumetricLightingParametersOverride"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersOverride, VolumetricLightingDirectionalLightScattering) == 0x000004, "Member 'FExpHeightFogVolumetricLightingParametersOverride::VolumetricLightingDirectionalLightScattering' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersOverride, VolumetricLightingDirectionalLightDesaturation) == 0x000008, "Member 'FExpHeightFogVolumetricLightingParametersOverride::VolumetricLightingDirectionalLightDesaturation' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersOverride, VolumetricLightingShadowsNearMinimum) == 0x00000C, "Member 'FExpHeightFogVolumetricLightingParametersOverride::VolumetricLightingShadowsNearMinimum' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersOverride, VolumetricLightingShadowsFarMinimum) == 0x000010, "Member 'FExpHeightFogVolumetricLightingParametersOverride::VolumetricLightingShadowsFarMinimum' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersOverride, VolumetricLightingShadowsNearDistance) == 0x000014, "Member 'FExpHeightFogVolumetricLightingParametersOverride::VolumetricLightingShadowsNearDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersOverride, VolumetricLightingShadowsFarDistance) == 0x000018, "Member 'FExpHeightFogVolumetricLightingParametersOverride::VolumetricLightingShadowsFarDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersOverride, VolumetricLightingCloudShadowsNearMinimum) == 0x00001C, "Member 'FExpHeightFogVolumetricLightingParametersOverride::VolumetricLightingCloudShadowsNearMinimum' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersOverride, VolumetricLightingCloudShadowsFarMinimum) == 0x000020, "Member 'FExpHeightFogVolumetricLightingParametersOverride::VolumetricLightingCloudShadowsFarMinimum' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersOverride, VolumetricLightingCloudShadowsNearDistance) == 0x000024, "Member 'FExpHeightFogVolumetricLightingParametersOverride::VolumetricLightingCloudShadowsNearDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersOverride, VolumetricLightingCloudShadowsFarDistance) == 0x000028, "Member 'FExpHeightFogVolumetricLightingParametersOverride::VolumetricLightingCloudShadowsFarDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersOverride, VolumetricLightingHistoryWeight) == 0x00002C, "Member 'FExpHeightFogVolumetricLightingParametersOverride::VolumetricLightingHistoryWeight' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersOverride, VolumetricLightingHistoryWeightStableCell) == 0x000030, "Member 'FExpHeightFogVolumetricLightingParametersOverride::VolumetricLightingHistoryWeightStableCell' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersOverride, VolumetricLightingHistoryWeightMovingLight) == 0x000034, "Member 'FExpHeightFogVolumetricLightingParametersOverride::VolumetricLightingHistoryWeightMovingLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogVolumetricNoiseParametersOverride \ static_assert(alignof(FExpHeightFogVolumetricNoiseParametersOverride) == 0x000008, "Wrong alignment on FExpHeightFogVolumetricNoiseParametersOverride"); \ static_assert(sizeof(FExpHeightFogVolumetricNoiseParametersOverride) == 0x000048, "Wrong size on FExpHeightFogVolumetricNoiseParametersOverride"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersOverride, NoiseMinFactor) == 0x000004, "Member 'FExpHeightFogVolumetricNoiseParametersOverride::NoiseMinFactor' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersOverride, NoiseMaxFactor) == 0x000008, "Member 'FExpHeightFogVolumetricNoiseParametersOverride::NoiseMaxFactor' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersOverride, NoiseTilingSize) == 0x00000C, "Member 'FExpHeightFogVolumetricNoiseParametersOverride::NoiseTilingSize' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersOverride, NoiseSmoothStepMin) == 0x000010, "Member 'FExpHeightFogVolumetricNoiseParametersOverride::NoiseSmoothStepMin' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersOverride, NoiseSmoothStepMax) == 0x000014, "Member 'FExpHeightFogVolumetricNoiseParametersOverride::NoiseSmoothStepMax' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersOverride, WindFactor) == 0x000018, "Member 'FExpHeightFogVolumetricNoiseParametersOverride::WindFactor' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersOverride, AddWindVelocity) == 0x00001C, "Member 'FExpHeightFogVolumetricNoiseParametersOverride::AddWindVelocity' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersOverride, BlueNoiseTexture) == 0x000028, "Member 'FExpHeightFogVolumetricNoiseParametersOverride::BlueNoiseTexture' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersOverride, DensityTweakingLightingThreshold) == 0x000030, "Member 'FExpHeightFogVolumetricNoiseParametersOverride::DensityTweakingLightingThreshold' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersOverride, DensityTweakingMinPercentage) == 0x000034, "Member 'FExpHeightFogVolumetricNoiseParametersOverride::DensityTweakingMinPercentage' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersOverride, AliasingReduction) == 0x000038, "Member 'FExpHeightFogVolumetricNoiseParametersOverride::AliasingReduction' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersOverride, FullDensityDistance) == 0x00003C, "Member 'FExpHeightFogVolumetricNoiseParametersOverride::FullDensityDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersOverride, MinDensityFactor) == 0x000040, "Member 'FExpHeightFogVolumetricNoiseParametersOverride::MinDensityFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogVolumetricFogDensityMapParametersOverride \ static_assert(alignof(FExpHeightFogVolumetricFogDensityMapParametersOverride) == 0x000008, "Wrong alignment on FExpHeightFogVolumetricFogDensityMapParametersOverride"); \ static_assert(sizeof(FExpHeightFogVolumetricFogDensityMapParametersOverride) == 0x000040, "Wrong size on FExpHeightFogVolumetricFogDensityMapParametersOverride"); \ static_assert(offsetof(FExpHeightFogVolumetricFogDensityMapParametersOverride, FalloffStartMap) == 0x000008, "Member 'FExpHeightFogVolumetricFogDensityMapParametersOverride::FalloffStartMap' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricFogDensityMapParametersOverride, DensityMultiplierMap) == 0x000010, "Member 'FExpHeightFogVolumetricFogDensityMapParametersOverride::DensityMultiplierMap' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricFogDensityMapParametersOverride, DensityMapOrigin) == 0x000018, "Member 'FExpHeightFogVolumetricFogDensityMapParametersOverride::DensityMapOrigin' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricFogDensityMapParametersOverride, DensityMapSize) == 0x000020, "Member 'FExpHeightFogVolumetricFogDensityMapParametersOverride::DensityMapSize' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricFogDensityMapParametersOverride, DensityMapFalloffLength) == 0x000028, "Member 'FExpHeightFogVolumetricFogDensityMapParametersOverride::DensityMapFalloffLength' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricFogDensityMapParametersOverride, DensityMapFalloffStartRange) == 0x00002C, "Member 'FExpHeightFogVolumetricFogDensityMapParametersOverride::DensityMapFalloffStartRange' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricFogDensityMapParametersOverride, DensityMapDensityRange) == 0x000034, "Member 'FExpHeightFogVolumetricFogDensityMapParametersOverride::DensityMapDensityRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogVolumetricAdvancedParametersOverride \ static_assert(alignof(FExpHeightFogVolumetricAdvancedParametersOverride) == 0x000008, "Wrong alignment on FExpHeightFogVolumetricAdvancedParametersOverride"); \ static_assert(sizeof(FExpHeightFogVolumetricAdvancedParametersOverride) == 0x000078, "Wrong size on FExpHeightFogVolumetricAdvancedParametersOverride"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersOverride, DensityTweakingLightingThreshold) == 0x000004, "Member 'FExpHeightFogVolumetricAdvancedParametersOverride::DensityTweakingLightingThreshold' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersOverride, DensityTweakingMinPercentage) == 0x000008, "Member 'FExpHeightFogVolumetricAdvancedParametersOverride::DensityTweakingMinPercentage' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersOverride, AliasingReduction) == 0x00000C, "Member 'FExpHeightFogVolumetricAdvancedParametersOverride::AliasingReduction' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersOverride, VolumetricFogHighQualityDistance) == 0x000010, "Member 'FExpHeightFogVolumetricAdvancedParametersOverride::VolumetricFogHighQualityDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersOverride, EmptyCellSkyOcclusion) == 0x000014, "Member 'FExpHeightFogVolumetricAdvancedParametersOverride::EmptyCellSkyOcclusion' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersOverride, bEnableVariableScatteringDistribution) == 0x000018, "Member 'FExpHeightFogVolumetricAdvancedParametersOverride::bEnableVariableScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersOverride, MinScatteringDistribution) == 0x00001C, "Member 'FExpHeightFogVolumetricAdvancedParametersOverride::MinScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersOverride, MaxScatteringDistribution) == 0x000020, "Member 'FExpHeightFogVolumetricAdvancedParametersOverride::MaxScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersOverride, ScatteringDistributionInterpStart) == 0x000024, "Member 'FExpHeightFogVolumetricAdvancedParametersOverride::ScatteringDistributionInterpStart' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersOverride, ScatteringDistributionInterpEnd) == 0x000028, "Member 'FExpHeightFogVolumetricAdvancedParametersOverride::ScatteringDistributionInterpEnd' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersOverride, DensityMap) == 0x000030, "Member 'FExpHeightFogVolumetricAdvancedParametersOverride::DensityMap' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersOverride, FullDensityDistance) == 0x000070, "Member 'FExpHeightFogVolumetricAdvancedParametersOverride::FullDensityDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersOverride, MinDensityFactor) == 0x000074, "Member 'FExpHeightFogVolumetricAdvancedParametersOverride::MinDensityFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogParametersOverride \ static_assert(alignof(FExpHeightFogParametersOverride) == 0x000008, "Wrong alignment on FExpHeightFogParametersOverride"); \ static_assert(sizeof(FExpHeightFogParametersOverride) == 0x0001F8, "Wrong size on FExpHeightFogParametersOverride"); \ static_assert(offsetof(FExpHeightFogParametersOverride, Basic) == 0x000000, "Member 'FExpHeightFogParametersOverride::Basic' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParametersOverride, Second) == 0x00003C, "Member 'FExpHeightFogParametersOverride::Second' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParametersOverride, DirectionalInscattering) == 0x00004C, "Member 'FExpHeightFogParametersOverride::DirectionalInscattering' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParametersOverride, Volumetric) == 0x000074, "Member 'FExpHeightFogParametersOverride::Volumetric' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParametersOverride, VolumetricLighting) == 0x0000C8, "Member 'FExpHeightFogParametersOverride::VolumetricLighting' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParametersOverride, VolumetricNoise) == 0x000100, "Member 'FExpHeightFogParametersOverride::VolumetricNoise' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParametersOverride, VolumetricAdvanced) == 0x000148, "Member 'FExpHeightFogParametersOverride::VolumetricAdvanced' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParametersOverride, InscatteringTexture) == 0x0001C0, "Member 'FExpHeightFogParametersOverride::InscatteringTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogBasicParametersRelative \ static_assert(alignof(FExpHeightFogBasicParametersRelative) == 0x000004, "Wrong alignment on FExpHeightFogBasicParametersRelative"); \ static_assert(sizeof(FExpHeightFogBasicParametersRelative) == 0x000154, "Wrong size on FExpHeightFogBasicParametersRelative"); \ static_assert(offsetof(FExpHeightFogBasicParametersRelative, ZOffset) == 0x000004, "Member 'FExpHeightFogBasicParametersRelative::ZOffset' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersRelative, FogDensity) == 0x000024, "Member 'FExpHeightFogBasicParametersRelative::FogDensity' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersRelative, FogHeightFalloff) == 0x000044, "Member 'FExpHeightFogBasicParametersRelative::FogHeightFalloff' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersRelative, FogInscatteringColor) == 0x000064, "Member 'FExpHeightFogBasicParametersRelative::FogInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersRelative, FogInscatteringIntensity) == 0x000074, "Member 'FExpHeightFogBasicParametersRelative::FogInscatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersRelative, FogInscatteringSaturation) == 0x000094, "Member 'FExpHeightFogBasicParametersRelative::FogInscatteringSaturation' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersRelative, FogInscatteringColorDirLightLuminanceModulate) == 0x0000B4, "Member 'FExpHeightFogBasicParametersRelative::FogInscatteringColorDirLightLuminanceModulate' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersRelative, FogMaxOpacity) == 0x0000D4, "Member 'FExpHeightFogBasicParametersRelative::FogMaxOpacity' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersRelative, StartDistance) == 0x0000F4, "Member 'FExpHeightFogBasicParametersRelative::StartDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersRelative, FogCutoffDistance) == 0x000114, "Member 'FExpHeightFogBasicParametersRelative::FogCutoffDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParametersRelative, DistantFogCloudShadowsMinimum) == 0x000134, "Member 'FExpHeightFogBasicParametersRelative::DistantFogCloudShadowsMinimum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogSecondParametersRelative \ static_assert(alignof(FExpHeightFogSecondParametersRelative) == 0x000004, "Wrong alignment on FExpHeightFogSecondParametersRelative"); \ static_assert(sizeof(FExpHeightFogSecondParametersRelative) == 0x000060, "Wrong size on FExpHeightFogSecondParametersRelative"); \ static_assert(offsetof(FExpHeightFogSecondParametersRelative, FogDensity) == 0x000000, "Member 'FExpHeightFogSecondParametersRelative::FogDensity' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogSecondParametersRelative, FogHeightFalloff) == 0x000020, "Member 'FExpHeightFogSecondParametersRelative::FogHeightFalloff' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogSecondParametersRelative, FogHeightOffset) == 0x000040, "Member 'FExpHeightFogSecondParametersRelative::FogHeightOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogDirectionalInscatteringParametersRelative \ static_assert(alignof(FExpHeightFogDirectionalInscatteringParametersRelative) == 0x000004, "Wrong alignment on FExpHeightFogDirectionalInscatteringParametersRelative"); \ static_assert(sizeof(FExpHeightFogDirectionalInscatteringParametersRelative) == 0x0000B4, "Wrong size on FExpHeightFogDirectionalInscatteringParametersRelative"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParametersRelative, DirectionalInscatteringExponent) == 0x000004, "Member 'FExpHeightFogDirectionalInscatteringParametersRelative::DirectionalInscatteringExponent' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParametersRelative, DirectionalInscatteringStartDistance) == 0x000024, "Member 'FExpHeightFogDirectionalInscatteringParametersRelative::DirectionalInscatteringStartDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParametersRelative, DirectionalInscatteringColor) == 0x000044, "Member 'FExpHeightFogDirectionalInscatteringParametersRelative::DirectionalInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParametersRelative, DirectionalInscatteringIntensity) == 0x000054, "Member 'FExpHeightFogDirectionalInscatteringParametersRelative::DirectionalInscatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParametersRelative, DirectionalInscatteringSaturation) == 0x000074, "Member 'FExpHeightFogDirectionalInscatteringParametersRelative::DirectionalInscatteringSaturation' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParametersRelative, DirectionalInscatteringColorDirLightLuminanceModulate) == 0x000094, "Member 'FExpHeightFogDirectionalInscatteringParametersRelative::DirectionalInscatteringColorDirLightLuminanceModulate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogVolumetricParametersRelative \ static_assert(alignof(FExpHeightFogVolumetricParametersRelative) == 0x000004, "Wrong alignment on FExpHeightFogVolumetricParametersRelative"); \ static_assert(sizeof(FExpHeightFogVolumetricParametersRelative) == 0x0001B8, "Wrong size on FExpHeightFogVolumetricParametersRelative"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersRelative, bVolumetricFog) == 0x000001, "Member 'FExpHeightFogVolumetricParametersRelative::bVolumetricFog' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersRelative, VolumetricFogScatteringDistribution) == 0x000004, "Member 'FExpHeightFogVolumetricParametersRelative::VolumetricFogScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersRelative, VolumetricFogAlbedo) == 0x000024, "Member 'FExpHeightFogVolumetricParametersRelative::VolumetricFogAlbedo' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersRelative, VolumetricFogEmissive) == 0x000028, "Member 'FExpHeightFogVolumetricParametersRelative::VolumetricFogEmissive' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersRelative, VolumetricFogExtinctionScale) == 0x000038, "Member 'FExpHeightFogVolumetricParametersRelative::VolumetricFogExtinctionScale' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersRelative, VolumetricFogDistance) == 0x000058, "Member 'FExpHeightFogVolumetricParametersRelative::VolumetricFogDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersRelative, OutsideVolumeSunMultiplier) == 0x000078, "Member 'FExpHeightFogVolumetricParametersRelative::OutsideVolumeSunMultiplier' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersRelative, VolumetricInscatteringContribution) == 0x000098, "Member 'FExpHeightFogVolumetricParametersRelative::VolumetricInscatteringContribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersRelative, VolumetricDirectionalInscatteringContribution) == 0x0000B8, "Member 'FExpHeightFogVolumetricParametersRelative::VolumetricDirectionalInscatteringContribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersRelative, VolumetricFogHeightFogNearStartDistance) == 0x0000D8, "Member 'FExpHeightFogVolumetricParametersRelative::VolumetricFogHeightFogNearStartDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersRelative, VolumetricFogHeightFogNearFullDistance) == 0x0000F8, "Member 'FExpHeightFogVolumetricParametersRelative::VolumetricFogHeightFogNearFullDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersRelative, VolumetricFogHeightFogColorationBlendStartDistance) == 0x000118, "Member 'FExpHeightFogVolumetricParametersRelative::VolumetricFogHeightFogColorationBlendStartDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersRelative, VolumetricFogHeightFogColorationBlendFullDistance) == 0x000138, "Member 'FExpHeightFogVolumetricParametersRelative::VolumetricFogHeightFogColorationBlendFullDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersRelative, VolumetricFogHeightFogColorationBlendStrength) == 0x000158, "Member 'FExpHeightFogVolumetricParametersRelative::VolumetricFogHeightFogColorationBlendStrength' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersRelative, VolumetricFogHistoryWeight) == 0x000178, "Member 'FExpHeightFogVolumetricParametersRelative::VolumetricFogHistoryWeight' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParametersRelative, VolumetricFogHistoryWeightFarFog) == 0x000198, "Member 'FExpHeightFogVolumetricParametersRelative::VolumetricFogHistoryWeightFarFog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogVolumetricLightingParametersRelative \ static_assert(alignof(FExpHeightFogVolumetricLightingParametersRelative) == 0x000004, "Wrong alignment on FExpHeightFogVolumetricLightingParametersRelative"); \ static_assert(sizeof(FExpHeightFogVolumetricLightingParametersRelative) == 0x0001A0, "Wrong size on FExpHeightFogVolumetricLightingParametersRelative"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersRelative, VolumetricLightingDirectionalLightScattering) == 0x000000, "Member 'FExpHeightFogVolumetricLightingParametersRelative::VolumetricLightingDirectionalLightScattering' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersRelative, VolumetricLightingDirectionalLightDesaturation) == 0x000020, "Member 'FExpHeightFogVolumetricLightingParametersRelative::VolumetricLightingDirectionalLightDesaturation' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersRelative, VolumetricLightingShadowsNearMinimum) == 0x000040, "Member 'FExpHeightFogVolumetricLightingParametersRelative::VolumetricLightingShadowsNearMinimum' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersRelative, VolumetricLightingShadowsFarMinimum) == 0x000060, "Member 'FExpHeightFogVolumetricLightingParametersRelative::VolumetricLightingShadowsFarMinimum' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersRelative, VolumetricLightingShadowsNearDistance) == 0x000080, "Member 'FExpHeightFogVolumetricLightingParametersRelative::VolumetricLightingShadowsNearDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersRelative, VolumetricLightingShadowsFarDistance) == 0x0000A0, "Member 'FExpHeightFogVolumetricLightingParametersRelative::VolumetricLightingShadowsFarDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersRelative, VolumetricLightingCloudShadowsNearMinimum) == 0x0000C0, "Member 'FExpHeightFogVolumetricLightingParametersRelative::VolumetricLightingCloudShadowsNearMinimum' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersRelative, VolumetricLightingCloudShadowsFarMinimum) == 0x0000E0, "Member 'FExpHeightFogVolumetricLightingParametersRelative::VolumetricLightingCloudShadowsFarMinimum' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersRelative, VolumetricLightingCloudShadowsNearDistance) == 0x000100, "Member 'FExpHeightFogVolumetricLightingParametersRelative::VolumetricLightingCloudShadowsNearDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersRelative, VolumetricLightingCloudShadowsFarDistance) == 0x000120, "Member 'FExpHeightFogVolumetricLightingParametersRelative::VolumetricLightingCloudShadowsFarDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersRelative, VolumetricLightingHistoryWeight) == 0x000140, "Member 'FExpHeightFogVolumetricLightingParametersRelative::VolumetricLightingHistoryWeight' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersRelative, VolumetricLightingHistoryWeightStableCell) == 0x000160, "Member 'FExpHeightFogVolumetricLightingParametersRelative::VolumetricLightingHistoryWeightStableCell' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParametersRelative, VolumetricLightingHistoryWeightMovingLight) == 0x000180, "Member 'FExpHeightFogVolumetricLightingParametersRelative::VolumetricLightingHistoryWeightMovingLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogVolumetricNoiseParametersRelative \ static_assert(alignof(FExpHeightFogVolumetricNoiseParametersRelative) == 0x000004, "Wrong alignment on FExpHeightFogVolumetricNoiseParametersRelative"); \ static_assert(sizeof(FExpHeightFogVolumetricNoiseParametersRelative) == 0x0000C0, "Wrong size on FExpHeightFogVolumetricNoiseParametersRelative"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersRelative, NoiseMinFactor) == 0x000000, "Member 'FExpHeightFogVolumetricNoiseParametersRelative::NoiseMinFactor' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersRelative, NoiseMaxFactor) == 0x000020, "Member 'FExpHeightFogVolumetricNoiseParametersRelative::NoiseMaxFactor' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersRelative, NoiseTilingSize) == 0x000040, "Member 'FExpHeightFogVolumetricNoiseParametersRelative::NoiseTilingSize' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersRelative, NoiseSmoothStepMin) == 0x000060, "Member 'FExpHeightFogVolumetricNoiseParametersRelative::NoiseSmoothStepMin' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersRelative, NoiseSmoothStepMax) == 0x000080, "Member 'FExpHeightFogVolumetricNoiseParametersRelative::NoiseSmoothStepMax' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParametersRelative, WindFactor) == 0x0000A0, "Member 'FExpHeightFogVolumetricNoiseParametersRelative::WindFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogVolumetricAdvancedParametersRelative \ static_assert(alignof(FExpHeightFogVolumetricAdvancedParametersRelative) == 0x000004, "Wrong alignment on FExpHeightFogVolumetricAdvancedParametersRelative"); \ static_assert(sizeof(FExpHeightFogVolumetricAdvancedParametersRelative) == 0x000164, "Wrong size on FExpHeightFogVolumetricAdvancedParametersRelative"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersRelative, DensityTweakingLightingThreshold) == 0x000000, "Member 'FExpHeightFogVolumetricAdvancedParametersRelative::DensityTweakingLightingThreshold' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersRelative, DensityTweakingMinPercentage) == 0x000020, "Member 'FExpHeightFogVolumetricAdvancedParametersRelative::DensityTweakingMinPercentage' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersRelative, AliasingReduction) == 0x000040, "Member 'FExpHeightFogVolumetricAdvancedParametersRelative::AliasingReduction' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersRelative, VolumetricFogHighQualityDistance) == 0x000060, "Member 'FExpHeightFogVolumetricAdvancedParametersRelative::VolumetricFogHighQualityDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersRelative, EmptyCellSkyOcclusion) == 0x000080, "Member 'FExpHeightFogVolumetricAdvancedParametersRelative::EmptyCellSkyOcclusion' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersRelative, bEnableVariableScatteringDistribution) == 0x0000A0, "Member 'FExpHeightFogVolumetricAdvancedParametersRelative::bEnableVariableScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersRelative, MinScatteringDistribution) == 0x0000A4, "Member 'FExpHeightFogVolumetricAdvancedParametersRelative::MinScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersRelative, MaxScatteringDistribution) == 0x0000C4, "Member 'FExpHeightFogVolumetricAdvancedParametersRelative::MaxScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersRelative, ScatteringDistributionInterpStart) == 0x0000E4, "Member 'FExpHeightFogVolumetricAdvancedParametersRelative::ScatteringDistributionInterpStart' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersRelative, ScatteringDistributionInterpEnd) == 0x000104, "Member 'FExpHeightFogVolumetricAdvancedParametersRelative::ScatteringDistributionInterpEnd' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersRelative, FullDensityDistance) == 0x000124, "Member 'FExpHeightFogVolumetricAdvancedParametersRelative::FullDensityDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParametersRelative, MinDensityFactor) == 0x000144, "Member 'FExpHeightFogVolumetricAdvancedParametersRelative::MinDensityFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogParametersRelative \ static_assert(alignof(FExpHeightFogParametersRelative) == 0x000004, "Wrong alignment on FExpHeightFogParametersRelative"); \ static_assert(sizeof(FExpHeightFogParametersRelative) == 0x0007E4, "Wrong size on FExpHeightFogParametersRelative"); \ static_assert(offsetof(FExpHeightFogParametersRelative, Basic) == 0x000000, "Member 'FExpHeightFogParametersRelative::Basic' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParametersRelative, Second) == 0x000154, "Member 'FExpHeightFogParametersRelative::Second' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParametersRelative, DirectionalInscattering) == 0x0001B4, "Member 'FExpHeightFogParametersRelative::DirectionalInscattering' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParametersRelative, Volumetric) == 0x000268, "Member 'FExpHeightFogParametersRelative::Volumetric' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParametersRelative, VolumetricLighting) == 0x000420, "Member 'FExpHeightFogParametersRelative::VolumetricLighting' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParametersRelative, VolumetricNoise) == 0x0005C0, "Member 'FExpHeightFogParametersRelative::VolumetricNoise' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParametersRelative, VolumetricAdvanced) == 0x000680, "Member 'FExpHeightFogParametersRelative::VolumetricAdvanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogBasicParameters \ static_assert(alignof(FExpHeightFogBasicParameters) == 0x000004, "Wrong alignment on FExpHeightFogBasicParameters"); \ static_assert(sizeof(FExpHeightFogBasicParameters) == 0x00003C, "Wrong size on FExpHeightFogBasicParameters"); \ static_assert(offsetof(FExpHeightFogBasicParameters, ZOffset) == 0x000000, "Member 'FExpHeightFogBasicParameters::ZOffset' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParameters, FogDensity) == 0x000004, "Member 'FExpHeightFogBasicParameters::FogDensity' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParameters, FogHeightFalloff) == 0x000008, "Member 'FExpHeightFogBasicParameters::FogHeightFalloff' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParameters, FogInscatteringColor) == 0x00000C, "Member 'FExpHeightFogBasicParameters::FogInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParameters, FogInscatteringIntensity) == 0x00001C, "Member 'FExpHeightFogBasicParameters::FogInscatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParameters, FogInscatteringSaturation) == 0x000020, "Member 'FExpHeightFogBasicParameters::FogInscatteringSaturation' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParameters, FogInscatteringColorDirLightLuminanceModulate) == 0x000024, "Member 'FExpHeightFogBasicParameters::FogInscatteringColorDirLightLuminanceModulate' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParameters, FogMaxOpacity) == 0x000028, "Member 'FExpHeightFogBasicParameters::FogMaxOpacity' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParameters, StartDistance) == 0x00002C, "Member 'FExpHeightFogBasicParameters::StartDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParameters, FogCutoffDistance) == 0x000030, "Member 'FExpHeightFogBasicParameters::FogCutoffDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParameters, DistantFogCloudShadowsMinimum) == 0x000034, "Member 'FExpHeightFogBasicParameters::DistantFogCloudShadowsMinimum' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogBasicParameters, ZBase) == 0x000038, "Member 'FExpHeightFogBasicParameters::ZBase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogInscatteringTextureParameters \ static_assert(alignof(FExpHeightFogInscatteringTextureParameters) == 0x000008, "Wrong alignment on FExpHeightFogInscatteringTextureParameters"); \ static_assert(sizeof(FExpHeightFogInscatteringTextureParameters) == 0x000030, "Wrong size on FExpHeightFogInscatteringTextureParameters"); \ static_assert(offsetof(FExpHeightFogInscatteringTextureParameters, InscatteringColorCubemap) == 0x000000, "Member 'FExpHeightFogInscatteringTextureParameters::InscatteringColorCubemap' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogInscatteringTextureParameters, InscatteringColorCubemapAngle) == 0x000008, "Member 'FExpHeightFogInscatteringTextureParameters::InscatteringColorCubemapAngle' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogInscatteringTextureParameters, InscatteringTextureTint) == 0x00000C, "Member 'FExpHeightFogInscatteringTextureParameters::InscatteringTextureTint' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogInscatteringTextureParameters, FullyDirectionalInscatteringColorDistance) == 0x00001C, "Member 'FExpHeightFogInscatteringTextureParameters::FullyDirectionalInscatteringColorDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogInscatteringTextureParameters, NonDirectionalInscatteringColorDistance) == 0x000020, "Member 'FExpHeightFogInscatteringTextureParameters::NonDirectionalInscatteringColorDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogInscatteringTextureParameters, bUseSkyLight) == 0x000024, "Member 'FExpHeightFogInscatteringTextureParameters::bUseSkyLight' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogInscatteringTextureParameters, InscatteringColorCubemapFactor) == 0x000028, "Member 'FExpHeightFogInscatteringTextureParameters::InscatteringColorCubemapFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogSecondParameters \ static_assert(alignof(FExpHeightFogSecondParameters) == 0x000004, "Wrong alignment on FExpHeightFogSecondParameters"); \ static_assert(sizeof(FExpHeightFogSecondParameters) == 0x00000C, "Wrong size on FExpHeightFogSecondParameters"); \ static_assert(offsetof(FExpHeightFogSecondParameters, FogDensity) == 0x000000, "Member 'FExpHeightFogSecondParameters::FogDensity' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogSecondParameters, FogHeightFalloff) == 0x000004, "Member 'FExpHeightFogSecondParameters::FogHeightFalloff' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogSecondParameters, FogHeightOffset) == 0x000008, "Member 'FExpHeightFogSecondParameters::FogHeightOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogDirectionalInscatteringParameters \ static_assert(alignof(FExpHeightFogDirectionalInscatteringParameters) == 0x000004, "Wrong alignment on FExpHeightFogDirectionalInscatteringParameters"); \ static_assert(sizeof(FExpHeightFogDirectionalInscatteringParameters) == 0x000024, "Wrong size on FExpHeightFogDirectionalInscatteringParameters"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParameters, DirectionalInscatteringExponent) == 0x000000, "Member 'FExpHeightFogDirectionalInscatteringParameters::DirectionalInscatteringExponent' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParameters, DirectionalInscatteringStartDistance) == 0x000004, "Member 'FExpHeightFogDirectionalInscatteringParameters::DirectionalInscatteringStartDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParameters, DirectionalInscatteringColor) == 0x000008, "Member 'FExpHeightFogDirectionalInscatteringParameters::DirectionalInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParameters, DirectionalInscatteringIntensity) == 0x000018, "Member 'FExpHeightFogDirectionalInscatteringParameters::DirectionalInscatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParameters, DirectionalInscatteringSaturation) == 0x00001C, "Member 'FExpHeightFogDirectionalInscatteringParameters::DirectionalInscatteringSaturation' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogDirectionalInscatteringParameters, DirectionalInscatteringColorDirLightLuminanceModulate) == 0x000020, "Member 'FExpHeightFogDirectionalInscatteringParameters::DirectionalInscatteringColorDirLightLuminanceModulate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogVolumetricParameters \ static_assert(alignof(FExpHeightFogVolumetricParameters) == 0x000004, "Wrong alignment on FExpHeightFogVolumetricParameters"); \ static_assert(sizeof(FExpHeightFogVolumetricParameters) == 0x000054, "Wrong size on FExpHeightFogVolumetricParameters"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, bVolumetricFog) == 0x000000, "Member 'FExpHeightFogVolumetricParameters::bVolumetricFog' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, VolumetricFogScatteringDistribution) == 0x000004, "Member 'FExpHeightFogVolumetricParameters::VolumetricFogScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, VolumetricFogAlbedo) == 0x000008, "Member 'FExpHeightFogVolumetricParameters::VolumetricFogAlbedo' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, VolumetricFogEmissive) == 0x00000C, "Member 'FExpHeightFogVolumetricParameters::VolumetricFogEmissive' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, VolumetricFogExtinctionScale) == 0x00001C, "Member 'FExpHeightFogVolumetricParameters::VolumetricFogExtinctionScale' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, VolumetricFogDistance) == 0x000020, "Member 'FExpHeightFogVolumetricParameters::VolumetricFogDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, OutsideVolumeSunMultiplier) == 0x000024, "Member 'FExpHeightFogVolumetricParameters::OutsideVolumeSunMultiplier' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, VolumetricInscatteringContribution) == 0x000028, "Member 'FExpHeightFogVolumetricParameters::VolumetricInscatteringContribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, VolumetricDirectionalInscatteringContribution) == 0x00002C, "Member 'FExpHeightFogVolumetricParameters::VolumetricDirectionalInscatteringContribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, VolumetricFogHeightFogNearStartDistance) == 0x000030, "Member 'FExpHeightFogVolumetricParameters::VolumetricFogHeightFogNearStartDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, VolumetricFogHeightFogNearFullDistance) == 0x000034, "Member 'FExpHeightFogVolumetricParameters::VolumetricFogHeightFogNearFullDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, VolumetricFogHeightFogColorationBlendStartDistance) == 0x000038, "Member 'FExpHeightFogVolumetricParameters::VolumetricFogHeightFogColorationBlendStartDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, VolumetricFogHeightFogColorationBlendFullDistance) == 0x00003C, "Member 'FExpHeightFogVolumetricParameters::VolumetricFogHeightFogColorationBlendFullDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, VolumetricFogHeightFogColorationBlendStrength) == 0x000040, "Member 'FExpHeightFogVolumetricParameters::VolumetricFogHeightFogColorationBlendStrength' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, VolumetricFogDepthDistributionScale) == 0x000044, "Member 'FExpHeightFogVolumetricParameters::VolumetricFogDepthDistributionScale' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, VolumetricFogHistoryWeight) == 0x000048, "Member 'FExpHeightFogVolumetricParameters::VolumetricFogHistoryWeight' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, VolumetricFogHistoryWeightFarFog) == 0x00004C, "Member 'FExpHeightFogVolumetricParameters::VolumetricFogHistoryWeightFarFog' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricParameters, bOverrideLightColorsWithFogInscatteringColors) == 0x000050, "Member 'FExpHeightFogVolumetricParameters::bOverrideLightColorsWithFogInscatteringColors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogVolumetricLightingParameters \ static_assert(alignof(FExpHeightFogVolumetricLightingParameters) == 0x000004, "Wrong alignment on FExpHeightFogVolumetricLightingParameters"); \ static_assert(sizeof(FExpHeightFogVolumetricLightingParameters) == 0x000034, "Wrong size on FExpHeightFogVolumetricLightingParameters"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParameters, VolumetricLightingDirectionalLightScattering) == 0x000000, "Member 'FExpHeightFogVolumetricLightingParameters::VolumetricLightingDirectionalLightScattering' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParameters, VolumetricLightingDirectionalLightDesaturation) == 0x000004, "Member 'FExpHeightFogVolumetricLightingParameters::VolumetricLightingDirectionalLightDesaturation' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParameters, VolumetricLightingShadowsNearMinimum) == 0x000008, "Member 'FExpHeightFogVolumetricLightingParameters::VolumetricLightingShadowsNearMinimum' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParameters, VolumetricLightingShadowsFarMinimum) == 0x00000C, "Member 'FExpHeightFogVolumetricLightingParameters::VolumetricLightingShadowsFarMinimum' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParameters, VolumetricLightingShadowsNearDistance) == 0x000010, "Member 'FExpHeightFogVolumetricLightingParameters::VolumetricLightingShadowsNearDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParameters, VolumetricLightingShadowsFarDistance) == 0x000014, "Member 'FExpHeightFogVolumetricLightingParameters::VolumetricLightingShadowsFarDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParameters, VolumetricLightingCloudShadowsNearMinimum) == 0x000018, "Member 'FExpHeightFogVolumetricLightingParameters::VolumetricLightingCloudShadowsNearMinimum' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParameters, VolumetricLightingCloudShadowsFarMinimum) == 0x00001C, "Member 'FExpHeightFogVolumetricLightingParameters::VolumetricLightingCloudShadowsFarMinimum' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParameters, VolumetricLightingCloudShadowsNearDistance) == 0x000020, "Member 'FExpHeightFogVolumetricLightingParameters::VolumetricLightingCloudShadowsNearDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParameters, VolumetricLightingCloudShadowsFarDistance) == 0x000024, "Member 'FExpHeightFogVolumetricLightingParameters::VolumetricLightingCloudShadowsFarDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParameters, VolumetricLightingHistoryWeight) == 0x000028, "Member 'FExpHeightFogVolumetricLightingParameters::VolumetricLightingHistoryWeight' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParameters, VolumetricLightingHistoryWeightStableCell) == 0x00002C, "Member 'FExpHeightFogVolumetricLightingParameters::VolumetricLightingHistoryWeightStableCell' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricLightingParameters, VolumetricLightingHistoryWeightMovingLight) == 0x000030, "Member 'FExpHeightFogVolumetricLightingParameters::VolumetricLightingHistoryWeightMovingLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogVolumetricNoiseParameters \ static_assert(alignof(FExpHeightFogVolumetricNoiseParameters) == 0x000008, "Wrong alignment on FExpHeightFogVolumetricNoiseParameters"); \ static_assert(sizeof(FExpHeightFogVolumetricNoiseParameters) == 0x000048, "Wrong size on FExpHeightFogVolumetricNoiseParameters"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParameters, NoiseMinFactor) == 0x000000, "Member 'FExpHeightFogVolumetricNoiseParameters::NoiseMinFactor' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParameters, NoiseMaxFactor) == 0x000004, "Member 'FExpHeightFogVolumetricNoiseParameters::NoiseMaxFactor' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParameters, NoiseTilingSize) == 0x000008, "Member 'FExpHeightFogVolumetricNoiseParameters::NoiseTilingSize' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParameters, NoiseSmoothStepMin) == 0x00000C, "Member 'FExpHeightFogVolumetricNoiseParameters::NoiseSmoothStepMin' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParameters, NoiseSmoothStepMax) == 0x000010, "Member 'FExpHeightFogVolumetricNoiseParameters::NoiseSmoothStepMax' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParameters, WindFactor) == 0x000014, "Member 'FExpHeightFogVolumetricNoiseParameters::WindFactor' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParameters, AddWindVelocity) == 0x000018, "Member 'FExpHeightFogVolumetricNoiseParameters::AddWindVelocity' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParameters, BlueNoiseTexture) == 0x000028, "Member 'FExpHeightFogVolumetricNoiseParameters::BlueNoiseTexture' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParameters, DensityTweakingLightingThreshold) == 0x000030, "Member 'FExpHeightFogVolumetricNoiseParameters::DensityTweakingLightingThreshold' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParameters, DensityTweakingMinPercentage) == 0x000034, "Member 'FExpHeightFogVolumetricNoiseParameters::DensityTweakingMinPercentage' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParameters, AliasingReduction) == 0x000038, "Member 'FExpHeightFogVolumetricNoiseParameters::AliasingReduction' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParameters, FullDensityDistance) == 0x00003C, "Member 'FExpHeightFogVolumetricNoiseParameters::FullDensityDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricNoiseParameters, MinDensityFactor) == 0x000040, "Member 'FExpHeightFogVolumetricNoiseParameters::MinDensityFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogVolumetricFogDensityMapParameters \ static_assert(alignof(FExpHeightFogVolumetricFogDensityMapParameters) == 0x000008, "Wrong alignment on FExpHeightFogVolumetricFogDensityMapParameters"); \ static_assert(sizeof(FExpHeightFogVolumetricFogDensityMapParameters) == 0x000038, "Wrong size on FExpHeightFogVolumetricFogDensityMapParameters"); \ static_assert(offsetof(FExpHeightFogVolumetricFogDensityMapParameters, FalloffStartMap) == 0x000000, "Member 'FExpHeightFogVolumetricFogDensityMapParameters::FalloffStartMap' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricFogDensityMapParameters, DensityMultiplierMap) == 0x000008, "Member 'FExpHeightFogVolumetricFogDensityMapParameters::DensityMultiplierMap' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricFogDensityMapParameters, DensityMapOrigin) == 0x000010, "Member 'FExpHeightFogVolumetricFogDensityMapParameters::DensityMapOrigin' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricFogDensityMapParameters, DensityMapSize) == 0x000018, "Member 'FExpHeightFogVolumetricFogDensityMapParameters::DensityMapSize' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricFogDensityMapParameters, DensityMapFalloffLength) == 0x000020, "Member 'FExpHeightFogVolumetricFogDensityMapParameters::DensityMapFalloffLength' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricFogDensityMapParameters, DensityMapFalloffStartRange) == 0x000024, "Member 'FExpHeightFogVolumetricFogDensityMapParameters::DensityMapFalloffStartRange' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricFogDensityMapParameters, DensityMapDensityRange) == 0x00002C, "Member 'FExpHeightFogVolumetricFogDensityMapParameters::DensityMapDensityRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogVolumetricAdvancedParameters \ static_assert(alignof(FExpHeightFogVolumetricAdvancedParameters) == 0x000008, "Wrong alignment on FExpHeightFogVolumetricAdvancedParameters"); \ static_assert(sizeof(FExpHeightFogVolumetricAdvancedParameters) == 0x000068, "Wrong size on FExpHeightFogVolumetricAdvancedParameters"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParameters, DensityTweakingLightingThreshold) == 0x000000, "Member 'FExpHeightFogVolumetricAdvancedParameters::DensityTweakingLightingThreshold' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParameters, DensityTweakingMinPercentage) == 0x000004, "Member 'FExpHeightFogVolumetricAdvancedParameters::DensityTweakingMinPercentage' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParameters, AliasingReduction) == 0x000008, "Member 'FExpHeightFogVolumetricAdvancedParameters::AliasingReduction' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParameters, VolumetricFogHighQualityDistance) == 0x00000C, "Member 'FExpHeightFogVolumetricAdvancedParameters::VolumetricFogHighQualityDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParameters, EmptyCellSkyOcclusion) == 0x000010, "Member 'FExpHeightFogVolumetricAdvancedParameters::EmptyCellSkyOcclusion' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParameters, bEnableVariableScatteringDistribution) == 0x000014, "Member 'FExpHeightFogVolumetricAdvancedParameters::bEnableVariableScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParameters, MinScatteringDistribution) == 0x000018, "Member 'FExpHeightFogVolumetricAdvancedParameters::MinScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParameters, MaxScatteringDistribution) == 0x00001C, "Member 'FExpHeightFogVolumetricAdvancedParameters::MaxScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParameters, ScatteringDistributionInterpStart) == 0x000020, "Member 'FExpHeightFogVolumetricAdvancedParameters::ScatteringDistributionInterpStart' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParameters, ScatteringDistributionInterpEnd) == 0x000024, "Member 'FExpHeightFogVolumetricAdvancedParameters::ScatteringDistributionInterpEnd' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParameters, DensityMap) == 0x000028, "Member 'FExpHeightFogVolumetricAdvancedParameters::DensityMap' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParameters, FullDensityDistance) == 0x000060, "Member 'FExpHeightFogVolumetricAdvancedParameters::FullDensityDistance' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogVolumetricAdvancedParameters, MinDensityFactor) == 0x000064, "Member 'FExpHeightFogVolumetricAdvancedParameters::MinDensityFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExpHeightFogParameters \ static_assert(alignof(FExpHeightFogParameters) == 0x000008, "Wrong alignment on FExpHeightFogParameters"); \ static_assert(sizeof(FExpHeightFogParameters) == 0x0001D8, "Wrong size on FExpHeightFogParameters"); \ static_assert(offsetof(FExpHeightFogParameters, Basic) == 0x000000, "Member 'FExpHeightFogParameters::Basic' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParameters, Second) == 0x00003C, "Member 'FExpHeightFogParameters::Second' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParameters, DirectionalInscattering) == 0x000048, "Member 'FExpHeightFogParameters::DirectionalInscattering' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParameters, Volumetric) == 0x00006C, "Member 'FExpHeightFogParameters::Volumetric' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParameters, VolumetricLighting) == 0x0000C0, "Member 'FExpHeightFogParameters::VolumetricLighting' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParameters, VolumetricNoise) == 0x0000F8, "Member 'FExpHeightFogParameters::VolumetricNoise' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParameters, VolumetricAdvanced) == 0x000140, "Member 'FExpHeightFogParameters::VolumetricAdvanced' has a wrong offset!"); \ static_assert(offsetof(FExpHeightFogParameters, InscatteringTexture) == 0x0001A8, "Member 'FExpHeightFogParameters::InscatteringTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActiveGlobalLightingBlendOps \ static_assert(alignof(FActiveGlobalLightingBlendOps) == 0x000004, "Wrong alignment on FActiveGlobalLightingBlendOps"); \ static_assert(sizeof(FActiveGlobalLightingBlendOps) == 0x000004, "Wrong size on FActiveGlobalLightingBlendOps"); \ static_assert(offsetof(FActiveGlobalLightingBlendOps, BlendOps) == 0x000000, "Member 'FActiveGlobalLightingBlendOps::BlendOps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightingBlendableAction \ static_assert(alignof(FGlobalLightingBlendableAction) == 0x000008, "Wrong alignment on FGlobalLightingBlendableAction"); \ static_assert(sizeof(FGlobalLightingBlendableAction) == 0x000020, "Wrong size on FGlobalLightingBlendableAction"); \ static_assert(offsetof(FGlobalLightingBlendableAction, Owner) == 0x000000, "Member 'FGlobalLightingBlendableAction::Owner' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingBlendableAction, Blendable) == 0x000008, "Member 'FGlobalLightingBlendableAction::Blendable' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingBlendableAction, Priority) == 0x000010, "Member 'FGlobalLightingBlendableAction::Priority' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingBlendableAction, weight) == 0x000014, "Member 'FGlobalLightingBlendableAction::weight' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingBlendableAction, CachedActiveBlendOps) == 0x000018, "Member 'FGlobalLightingBlendableAction::CachedActiveBlendOps' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingBlendableAction, InputType) == 0x00001C, "Member 'FGlobalLightingBlendableAction::InputType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlendableFogZInfo \ static_assert(alignof(FBlendableFogZInfo) == 0x000004, "Wrong alignment on FBlendableFogZInfo"); \ static_assert(sizeof(FBlendableFogZInfo) == 0x000014, "Wrong size on FBlendableFogZInfo"); \ static_assert(offsetof(FBlendableFogZInfo, BaseZ) == 0x000000, "Member 'FBlendableFogZInfo::BaseZ' has a wrong offset!"); \ static_assert(offsetof(FBlendableFogZInfo, EyeZ) == 0x000004, "Member 'FBlendableFogZInfo::EyeZ' has a wrong offset!"); \ static_assert(offsetof(FBlendableFogZInfo, PlayerZ) == 0x000008, "Member 'FBlendableFogZInfo::PlayerZ' has a wrong offset!"); \ static_assert(offsetof(FBlendableFogZInfo, CurrentZ) == 0x00000C, "Member 'FBlendableFogZInfo::CurrentZ' has a wrong offset!"); \ static_assert(offsetof(FBlendableFogZInfo, bEyeZValid) == 0x000010, "Member 'FBlendableFogZInfo::bEyeZValid' has a wrong offset!"); \ static_assert(offsetof(FBlendableFogZInfo, bPlayerZValid) == 0x000011, "Member 'FBlendableFogZInfo::bPlayerZValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomBlendableGTAO \ static_assert(alignof(FCustomBlendableGTAO) == 0x000004, "Wrong alignment on FCustomBlendableGTAO"); \ static_assert(sizeof(FCustomBlendableGTAO) == 0x000024, "Wrong size on FCustomBlendableGTAO"); \ static_assert(offsetof(FCustomBlendableGTAO, bEnabled) == 0x000002, "Member 'FCustomBlendableGTAO::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableGTAO, bUseNormals) == 0x000003, "Member 'FCustomBlendableGTAO::bUseNormals' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableGTAO, FilterWidth) == 0x000004, "Member 'FCustomBlendableGTAO::FilterWidth' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableGTAO, ThicknessBlend) == 0x000008, "Member 'FCustomBlendableGTAO::ThicknessBlend' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableGTAO, FalloffEnd) == 0x00000C, "Member 'FCustomBlendableGTAO::FalloffEnd' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableGTAO, FalloffStartRatio) == 0x000010, "Member 'FCustomBlendableGTAO::FalloffStartRatio' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableGTAO, NumAngles) == 0x000014, "Member 'FCustomBlendableGTAO::NumAngles' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableGTAO, PauseJitter) == 0x000018, "Member 'FCustomBlendableGTAO::PauseJitter' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableGTAO, bUpsampleDepthAware) == 0x00001C, "Member 'FCustomBlendableGTAO::bUpsampleDepthAware' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableGTAO, bDownsample) == 0x00001D, "Member 'FCustomBlendableGTAO::bDownsample' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableGTAO, bTemporalFilter) == 0x00001E, "Member 'FCustomBlendableGTAO::bTemporalFilter' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableGTAO, bSpatialFilter) == 0x00001F, "Member 'FCustomBlendableGTAO::bSpatialFilter' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableGTAO, bCombined) == 0x000020, "Member 'FCustomBlendableGTAO::bCombined' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightingCustomBlendableName \ static_assert(alignof(FGlobalLightingCustomBlendableName) == 0x000008, "Wrong alignment on FGlobalLightingCustomBlendableName"); \ static_assert(sizeof(FGlobalLightingCustomBlendableName) == 0x000010, "Wrong size on FGlobalLightingCustomBlendableName"); \ static_assert(offsetof(FGlobalLightingCustomBlendableName, Name) == 0x000008, "Member 'FGlobalLightingCustomBlendableName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightingCustomBlendableNameTime \ static_assert(alignof(FGlobalLightingCustomBlendableNameTime) == 0x000008, "Wrong alignment on FGlobalLightingCustomBlendableNameTime"); \ static_assert(sizeof(FGlobalLightingCustomBlendableNameTime) == 0x000010, "Wrong size on FGlobalLightingCustomBlendableNameTime"); \ #define DUMPER7_ASSERTS_FGlobalLightingCustomBlendableNameLinearColor \ static_assert(alignof(FGlobalLightingCustomBlendableNameLinearColor) == 0x000008, "Wrong alignment on FGlobalLightingCustomBlendableNameLinearColor"); \ static_assert(sizeof(FGlobalLightingCustomBlendableNameLinearColor) == 0x000010, "Wrong size on FGlobalLightingCustomBlendableNameLinearColor"); \ #define DUMPER7_ASSERTS_FGlobalLightingCustomBlendableNameScalar \ static_assert(alignof(FGlobalLightingCustomBlendableNameScalar) == 0x000008, "Wrong alignment on FGlobalLightingCustomBlendableNameScalar"); \ static_assert(sizeof(FGlobalLightingCustomBlendableNameScalar) == 0x000010, "Wrong size on FGlobalLightingCustomBlendableNameScalar"); \ #define DUMPER7_ASSERTS_FBlueprintGlobalLightingCustomBlendablesLinearColor \ static_assert(alignof(FBlueprintGlobalLightingCustomBlendablesLinearColor) == 0x000004, "Wrong alignment on FBlueprintGlobalLightingCustomBlendablesLinearColor"); \ static_assert(sizeof(FBlueprintGlobalLightingCustomBlendablesLinearColor) == 0x000020, "Wrong size on FBlueprintGlobalLightingCustomBlendablesLinearColor"); \ static_assert(offsetof(FBlueprintGlobalLightingCustomBlendablesLinearColor, ColorName) == 0x000000, "Member 'FBlueprintGlobalLightingCustomBlendablesLinearColor::ColorName' has a wrong offset!"); \ static_assert(offsetof(FBlueprintGlobalLightingCustomBlendablesLinearColor, DefaultValue) == 0x000008, "Member 'FBlueprintGlobalLightingCustomBlendablesLinearColor::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FBlueprintGlobalLightingCustomBlendablesLinearColor, HermesMessage) == 0x000018, "Member 'FBlueprintGlobalLightingCustomBlendablesLinearColor::HermesMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintGlobalLightingCustomBlendablesScalar \ static_assert(alignof(FBlueprintGlobalLightingCustomBlendablesScalar) == 0x000004, "Wrong alignment on FBlueprintGlobalLightingCustomBlendablesScalar"); \ static_assert(sizeof(FBlueprintGlobalLightingCustomBlendablesScalar) == 0x000014, "Wrong size on FBlueprintGlobalLightingCustomBlendablesScalar"); \ static_assert(offsetof(FBlueprintGlobalLightingCustomBlendablesScalar, ScalarName) == 0x000000, "Member 'FBlueprintGlobalLightingCustomBlendablesScalar::ScalarName' has a wrong offset!"); \ static_assert(offsetof(FBlueprintGlobalLightingCustomBlendablesScalar, DefaultValue) == 0x000008, "Member 'FBlueprintGlobalLightingCustomBlendablesScalar::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FBlueprintGlobalLightingCustomBlendablesScalar, HermesMessage) == 0x00000C, "Member 'FBlueprintGlobalLightingCustomBlendablesScalar::HermesMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomBlendableVDHW \ static_assert(alignof(FCustomBlendableVDHW) == 0x000004, "Wrong alignment on FCustomBlendableVDHW"); \ static_assert(sizeof(FCustomBlendableVDHW) == 0x000020, "Wrong size on FCustomBlendableVDHW"); \ static_assert(offsetof(FCustomBlendableVDHW, bMovingCameraSupport) == 0x000001, "Member 'FCustomBlendableVDHW::bMovingCameraSupport' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableVDHW, MovingCameraStartSpeed) == 0x000004, "Member 'FCustomBlendableVDHW::MovingCameraStartSpeed' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableVDHW, MovingCameraEndSpeed) == 0x000008, "Member 'FCustomBlendableVDHW::MovingCameraEndSpeed' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableVDHW, MovingCameraStartRotation) == 0x00000C, "Member 'FCustomBlendableVDHW::MovingCameraStartRotation' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableVDHW, MovingCameraEndRotation) == 0x000010, "Member 'FCustomBlendableVDHW::MovingCameraEndRotation' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableVDHW, bExposureShiftSupport) == 0x000014, "Member 'FCustomBlendableVDHW::bExposureShiftSupport' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableVDHW, ExposureShiftStart) == 0x000018, "Member 'FCustomBlendableVDHW::ExposureShiftStart' has a wrong offset!"); \ static_assert(offsetof(FCustomBlendableVDHW, ExposureShiftEnd) == 0x00001C, "Member 'FCustomBlendableVDHW::ExposureShiftEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightingSunColorParams \ static_assert(alignof(FGlobalLightingSunColorParams) == 0x000004, "Wrong alignment on FGlobalLightingSunColorParams"); \ static_assert(sizeof(FGlobalLightingSunColorParams) == 0x000024, "Wrong size on FGlobalLightingSunColorParams"); \ static_assert(offsetof(FGlobalLightingSunColorParams, BaseSunColor) == 0x000000, "Member 'FGlobalLightingSunColorParams::BaseSunColor' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingSunColorParams, WhiteAngle) == 0x000010, "Member 'FGlobalLightingSunColorParams::WhiteAngle' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingSunColorParams, HoldSunsetColorAngle) == 0x000014, "Member 'FGlobalLightingSunColorParams::HoldSunsetColorAngle' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingSunColorParams, AstronomicalTwilight) == 0x000018, "Member 'FGlobalLightingSunColorParams::AstronomicalTwilight' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingSunColorParams, Desaturate) == 0x00001C, "Member 'FGlobalLightingSunColorParams::Desaturate' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingSunColorParams, bNormalizeColors) == 0x000020, "Member 'FGlobalLightingSunColorParams::bNormalizeColors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightingGenerateSunColorCurve \ static_assert(alignof(FGlobalLightingGenerateSunColorCurve) == 0x000004, "Wrong alignment on FGlobalLightingGenerateSunColorCurve"); \ static_assert(sizeof(FGlobalLightingGenerateSunColorCurve) == 0x000038, "Wrong size on FGlobalLightingGenerateSunColorCurve"); \ static_assert(offsetof(FGlobalLightingGenerateSunColorCurve, SunAngleStart) == 0x000024, "Member 'FGlobalLightingGenerateSunColorCurve::SunAngleStart' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingGenerateSunColorCurve, SunAngleEnd) == 0x000028, "Member 'FGlobalLightingGenerateSunColorCurve::SunAngleEnd' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingGenerateSunColorCurve, SunAngleIncrement) == 0x00002C, "Member 'FGlobalLightingGenerateSunColorCurve::SunAngleIncrement' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingGenerateSunColorCurve, ErrorTolerance) == 0x000030, "Member 'FGlobalLightingGenerateSunColorCurve::ErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingGenerateSunColorCurve, bCubic) == 0x000034, "Member 'FGlobalLightingGenerateSunColorCurve::bCubic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FZeroDirectionalLightSettings \ static_assert(alignof(FZeroDirectionalLightSettings) == 0x000004, "Wrong alignment on FZeroDirectionalLightSettings"); \ static_assert(sizeof(FZeroDirectionalLightSettings) == 0x000008, "Wrong size on FZeroDirectionalLightSettings"); \ static_assert(offsetof(FZeroDirectionalLightSettings, Mode) == 0x000000, "Member 'FZeroDirectionalLightSettings::Mode' has a wrong offset!"); \ static_assert(offsetof(FZeroDirectionalLightSettings, ClampToMinimum) == 0x000004, "Member 'FZeroDirectionalLightSettings::ClampToMinimum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightingDirectionalLightBlendState \ static_assert(alignof(FGlobalLightingDirectionalLightBlendState) == 0x000010, "Wrong alignment on FGlobalLightingDirectionalLightBlendState"); \ static_assert(sizeof(FGlobalLightingDirectionalLightBlendState) == 0x0000F0, "Wrong size on FGlobalLightingDirectionalLightBlendState"); \ static_assert(offsetof(FGlobalLightingDirectionalLightBlendState, Parameters) == 0x000000, "Member 'FGlobalLightingDirectionalLightBlendState::Parameters' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingDirectionalLightBlendState, Rotation) == 0x0000E0, "Member 'FGlobalLightingDirectionalLightBlendState::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightingDirectionalLightDirection \ static_assert(alignof(FGlobalLightingDirectionalLightDirection) == 0x000010, "Wrong alignment on FGlobalLightingDirectionalLightDirection"); \ static_assert(sizeof(FGlobalLightingDirectionalLightDirection) == 0x000030, "Wrong size on FGlobalLightingDirectionalLightDirection"); \ static_assert(offsetof(FGlobalLightingDirectionalLightDirection, Rotation) == 0x000000, "Member 'FGlobalLightingDirectionalLightDirection::Rotation' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingDirectionalLightDirection, Rotator) == 0x000010, "Member 'FGlobalLightingDirectionalLightDirection::Rotator' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingDirectionalLightDirection, Direction) == 0x00001C, "Member 'FGlobalLightingDirectionalLightDirection::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightingDirectionalLightState \ static_assert(alignof(FGlobalLightingDirectionalLightState) == 0x000010, "Wrong alignment on FGlobalLightingDirectionalLightState"); \ static_assert(sizeof(FGlobalLightingDirectionalLightState) == 0x000110, "Wrong size on FGlobalLightingDirectionalLightState"); \ static_assert(offsetof(FGlobalLightingDirectionalLightState, Parameters) == 0x000028, "Member 'FGlobalLightingDirectionalLightState::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomBlendableSingleLayerWaterRTR \ static_assert(alignof(FCustomBlendableSingleLayerWaterRTR) == 0x000001, "Wrong alignment on FCustomBlendableSingleLayerWaterRTR"); \ static_assert(sizeof(FCustomBlendableSingleLayerWaterRTR) == 0x000001, "Wrong size on FCustomBlendableSingleLayerWaterRTR"); \ #define DUMPER7_ASSERTS_FGlobalLightingMasterCreateTransient \ static_assert(alignof(FGlobalLightingMasterCreateTransient) == 0x000008, "Wrong alignment on FGlobalLightingMasterCreateTransient"); \ static_assert(sizeof(FGlobalLightingMasterCreateTransient) == 0x000028, "Wrong size on FGlobalLightingMasterCreateTransient"); \ static_assert(offsetof(FGlobalLightingMasterCreateTransient, DefaultsOverride) == 0x000000, "Member 'FGlobalLightingMasterCreateTransient::DefaultsOverride' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingMasterCreateTransient, UseExternalLightingComponents) == 0x000008, "Member 'FGlobalLightingMasterCreateTransient::UseExternalLightingComponents' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingMasterCreateTransient, ControlLightingComponents) == 0x00000C, "Member 'FGlobalLightingMasterCreateTransient::ControlLightingComponents' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingMasterCreateTransient, HideExtraLightingComponents) == 0x000010, "Member 'FGlobalLightingMasterCreateTransient::HideExtraLightingComponents' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingMasterCreateTransient, ControlFeatures) == 0x000014, "Member 'FGlobalLightingMasterCreateTransient::ControlFeatures' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingMasterCreateTransient, bWantClouds) == 0x000018, "Member 'FGlobalLightingMasterCreateTransient::bWantClouds' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingMasterCreateTransient, CloudsRelativeHeightMeters) == 0x00001C, "Member 'FGlobalLightingMasterCreateTransient::CloudsRelativeHeightMeters' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingMasterCreateTransient, bSetCloudsRelativeHeightMeters) == 0x000020, "Member 'FGlobalLightingMasterCreateTransient::bSetCloudsRelativeHeightMeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightingBlendableList \ static_assert(alignof(FGlobalLightingBlendableList) == 0x000008, "Wrong alignment on FGlobalLightingBlendableList"); \ static_assert(sizeof(FGlobalLightingBlendableList) == 0x000010, "Wrong size on FGlobalLightingBlendableList"); \ static_assert(offsetof(FGlobalLightingBlendableList, Blendables) == 0x000000, "Member 'FGlobalLightingBlendableList::Blendables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightingMasterStack \ static_assert(alignof(FGlobalLightingMasterStack) == 0x000008, "Wrong alignment on FGlobalLightingMasterStack"); \ static_assert(sizeof(FGlobalLightingMasterStack) == 0x000020, "Wrong size on FGlobalLightingMasterStack"); \ static_assert(offsetof(FGlobalLightingMasterStack, CurrentMaster) == 0x000000, "Member 'FGlobalLightingMasterStack::CurrentMaster' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingMasterStack, MasterList) == 0x000008, "Member 'FGlobalLightingMasterStack::MasterList' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightingMasterStack, CinematicOverrideDefaults) == 0x000018, "Member 'FGlobalLightingMasterStack::CinematicOverrideDefaults' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightRigWorldModDriverName \ static_assert(alignof(FGlobalLightRigWorldModDriverName) == 0x000004, "Wrong alignment on FGlobalLightRigWorldModDriverName"); \ static_assert(sizeof(FGlobalLightRigWorldModDriverName) == 0x000008, "Wrong size on FGlobalLightRigWorldModDriverName"); \ static_assert(offsetof(FGlobalLightRigWorldModDriverName, Name) == 0x000000, "Member 'FGlobalLightRigWorldModDriverName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightRigModDrivers \ static_assert(alignof(FGlobalLightRigModDrivers) == 0x000008, "Wrong alignment on FGlobalLightRigModDrivers"); \ static_assert(sizeof(FGlobalLightRigModDrivers) == 0x000050, "Wrong size on FGlobalLightRigModDrivers"); \ static_assert(offsetof(FGlobalLightRigModDrivers, ModDrivers) == 0x000000, "Member 'FGlobalLightRigModDrivers::ModDrivers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightRigWorldModDrivers \ static_assert(alignof(FGlobalLightRigWorldModDrivers) == 0x000008, "Wrong alignment on FGlobalLightRigWorldModDrivers"); \ static_assert(sizeof(FGlobalLightRigWorldModDrivers) == 0x0000A0, "Wrong size on FGlobalLightRigWorldModDrivers"); \ static_assert(offsetof(FGlobalLightRigWorldModDrivers, Defaults) == 0x000000, "Member 'FGlobalLightRigWorldModDrivers::Defaults' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightRigWorldModDrivers, WorldMap) == 0x000050, "Member 'FGlobalLightRigWorldModDrivers::WorldMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpParameterAtlas \ static_assert(alignof(FLerpParameterAtlas) == 0x000008, "Wrong alignment on FLerpParameterAtlas"); \ static_assert(sizeof(FLerpParameterAtlas) == 0x000090, "Wrong size on FLerpParameterAtlas"); \ #define DUMPER7_ASSERTS_FProbeLightingAdjustmentParameters \ static_assert(alignof(FProbeLightingAdjustmentParameters) == 0x000004, "Wrong alignment on FProbeLightingAdjustmentParameters"); \ static_assert(sizeof(FProbeLightingAdjustmentParameters) == 0x000010, "Wrong size on FProbeLightingAdjustmentParameters"); \ static_assert(offsetof(FProbeLightingAdjustmentParameters, ProbeOutsideIntensity) == 0x000000, "Member 'FProbeLightingAdjustmentParameters::ProbeOutsideIntensity' has a wrong offset!"); \ static_assert(offsetof(FProbeLightingAdjustmentParameters, ProbeInsideIntensity) == 0x000004, "Member 'FProbeLightingAdjustmentParameters::ProbeInsideIntensity' has a wrong offset!"); \ static_assert(offsetof(FProbeLightingAdjustmentParameters, ProbeOutsideSaturation) == 0x000008, "Member 'FProbeLightingAdjustmentParameters::ProbeOutsideSaturation' has a wrong offset!"); \ static_assert(offsetof(FProbeLightingAdjustmentParameters, ProbeInsideSaturation) == 0x00000C, "Member 'FProbeLightingAdjustmentParameters::ProbeInsideSaturation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProbeLightingToneMapParameters \ static_assert(alignof(FProbeLightingToneMapParameters) == 0x000004, "Wrong alignment on FProbeLightingToneMapParameters"); \ static_assert(sizeof(FProbeLightingToneMapParameters) == 0x00000C, "Wrong size on FProbeLightingToneMapParameters"); \ static_assert(offsetof(FProbeLightingToneMapParameters, ProbeToneMapAmount) == 0x000000, "Member 'FProbeLightingToneMapParameters::ProbeToneMapAmount' has a wrong offset!"); \ static_assert(offsetof(FProbeLightingToneMapParameters, ProbeToneMapMinIntensity) == 0x000004, "Member 'FProbeLightingToneMapParameters::ProbeToneMapMinIntensity' has a wrong offset!"); \ static_assert(offsetof(FProbeLightingToneMapParameters, ProbeToneMapMaxEV) == 0x000008, "Member 'FProbeLightingToneMapParameters::ProbeToneMapMaxEV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProbeContactShadowsParameters \ static_assert(alignof(FProbeContactShadowsParameters) == 0x000004, "Wrong alignment on FProbeContactShadowsParameters"); \ static_assert(sizeof(FProbeContactShadowsParameters) == 0x000014, "Wrong size on FProbeContactShadowsParameters"); \ static_assert(offsetof(FProbeContactShadowsParameters, ProbeContactShadowsMinValue) == 0x000000, "Member 'FProbeContactShadowsParameters::ProbeContactShadowsMinValue' has a wrong offset!"); \ static_assert(offsetof(FProbeContactShadowsParameters, ProbeContactShadowsLength) == 0x000004, "Member 'FProbeContactShadowsParameters::ProbeContactShadowsLength' has a wrong offset!"); \ static_assert(offsetof(FProbeContactShadowsParameters, ProbeContactShadowsConeAngle) == 0x000008, "Member 'FProbeContactShadowsParameters::ProbeContactShadowsConeAngle' has a wrong offset!"); \ static_assert(offsetof(FProbeContactShadowsParameters, ProbeContactShadowsFalloffExponent) == 0x00000C, "Member 'FProbeContactShadowsParameters::ProbeContactShadowsFalloffExponent' has a wrong offset!"); \ static_assert(offsetof(FProbeContactShadowsParameters, ProbeContactShadowsDepthTolerance) == 0x000010, "Member 'FProbeContactShadowsParameters::ProbeContactShadowsDepthTolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProbeLightingParameters \ static_assert(alignof(FProbeLightingParameters) == 0x000004, "Wrong alignment on FProbeLightingParameters"); \ static_assert(sizeof(FProbeLightingParameters) == 0x000030, "Wrong size on FProbeLightingParameters"); \ static_assert(offsetof(FProbeLightingParameters, Adjustments) == 0x000000, "Member 'FProbeLightingParameters::Adjustments' has a wrong offset!"); \ static_assert(offsetof(FProbeLightingParameters, ToneMap) == 0x000010, "Member 'FProbeLightingParameters::ToneMap' has a wrong offset!"); \ static_assert(offsetof(FProbeLightingParameters, ContactShadows) == 0x00001C, "Member 'FProbeLightingParameters::ContactShadows' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProbeLightingAdjustmentParametersOverride \ static_assert(alignof(FProbeLightingAdjustmentParametersOverride) == 0x000004, "Wrong alignment on FProbeLightingAdjustmentParametersOverride"); \ static_assert(sizeof(FProbeLightingAdjustmentParametersOverride) == 0x000014, "Wrong size on FProbeLightingAdjustmentParametersOverride"); \ static_assert(offsetof(FProbeLightingAdjustmentParametersOverride, ProbeOutsideIntensity) == 0x000004, "Member 'FProbeLightingAdjustmentParametersOverride::ProbeOutsideIntensity' has a wrong offset!"); \ static_assert(offsetof(FProbeLightingAdjustmentParametersOverride, ProbeInsideIntensity) == 0x000008, "Member 'FProbeLightingAdjustmentParametersOverride::ProbeInsideIntensity' has a wrong offset!"); \ static_assert(offsetof(FProbeLightingAdjustmentParametersOverride, ProbeOutsideSaturation) == 0x00000C, "Member 'FProbeLightingAdjustmentParametersOverride::ProbeOutsideSaturation' has a wrong offset!"); \ static_assert(offsetof(FProbeLightingAdjustmentParametersOverride, ProbeInsideSaturation) == 0x000010, "Member 'FProbeLightingAdjustmentParametersOverride::ProbeInsideSaturation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProbeLightingToneMapParametersOverride \ static_assert(alignof(FProbeLightingToneMapParametersOverride) == 0x000004, "Wrong alignment on FProbeLightingToneMapParametersOverride"); \ static_assert(sizeof(FProbeLightingToneMapParametersOverride) == 0x000010, "Wrong size on FProbeLightingToneMapParametersOverride"); \ static_assert(offsetof(FProbeLightingToneMapParametersOverride, ProbeToneMapAmount) == 0x000004, "Member 'FProbeLightingToneMapParametersOverride::ProbeToneMapAmount' has a wrong offset!"); \ static_assert(offsetof(FProbeLightingToneMapParametersOverride, ProbeToneMapMinIntensity) == 0x000008, "Member 'FProbeLightingToneMapParametersOverride::ProbeToneMapMinIntensity' has a wrong offset!"); \ static_assert(offsetof(FProbeLightingToneMapParametersOverride, ProbeToneMapMaxEV) == 0x00000C, "Member 'FProbeLightingToneMapParametersOverride::ProbeToneMapMaxEV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProbeContactShadowsParametersOverride \ static_assert(alignof(FProbeContactShadowsParametersOverride) == 0x000004, "Wrong alignment on FProbeContactShadowsParametersOverride"); \ static_assert(sizeof(FProbeContactShadowsParametersOverride) == 0x000018, "Wrong size on FProbeContactShadowsParametersOverride"); \ static_assert(offsetof(FProbeContactShadowsParametersOverride, ProbeContactShadowsMinValue) == 0x000004, "Member 'FProbeContactShadowsParametersOverride::ProbeContactShadowsMinValue' has a wrong offset!"); \ static_assert(offsetof(FProbeContactShadowsParametersOverride, ProbeContactShadowsLength) == 0x000008, "Member 'FProbeContactShadowsParametersOverride::ProbeContactShadowsLength' has a wrong offset!"); \ static_assert(offsetof(FProbeContactShadowsParametersOverride, ProbeContactShadowsConeAngle) == 0x00000C, "Member 'FProbeContactShadowsParametersOverride::ProbeContactShadowsConeAngle' has a wrong offset!"); \ static_assert(offsetof(FProbeContactShadowsParametersOverride, ProbeContactShadowsFalloffExponent) == 0x000010, "Member 'FProbeContactShadowsParametersOverride::ProbeContactShadowsFalloffExponent' has a wrong offset!"); \ static_assert(offsetof(FProbeContactShadowsParametersOverride, ProbeContactShadowsDepthTolerance) == 0x000014, "Member 'FProbeContactShadowsParametersOverride::ProbeContactShadowsDepthTolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProbeLightingParametersOverride \ static_assert(alignof(FProbeLightingParametersOverride) == 0x000004, "Wrong alignment on FProbeLightingParametersOverride"); \ static_assert(sizeof(FProbeLightingParametersOverride) == 0x00003C, "Wrong size on FProbeLightingParametersOverride"); \ static_assert(offsetof(FProbeLightingParametersOverride, Adjustments) == 0x000000, "Member 'FProbeLightingParametersOverride::Adjustments' has a wrong offset!"); \ static_assert(offsetof(FProbeLightingParametersOverride, ToneMap) == 0x000014, "Member 'FProbeLightingParametersOverride::ToneMap' has a wrong offset!"); \ static_assert(offsetof(FProbeLightingParametersOverride, ContactShadows) == 0x000024, "Member 'FProbeLightingParametersOverride::ContactShadows' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyAtmospherePlanetParametersOverride \ static_assert(alignof(FSkyAtmospherePlanetParametersOverride) == 0x000004, "Wrong alignment on FSkyAtmospherePlanetParametersOverride"); \ static_assert(sizeof(FSkyAtmospherePlanetParametersOverride) == 0x000010, "Wrong size on FSkyAtmospherePlanetParametersOverride"); \ static_assert(offsetof(FSkyAtmospherePlanetParametersOverride, BottomRadius) == 0x000004, "Member 'FSkyAtmospherePlanetParametersOverride::BottomRadius' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmospherePlanetParametersOverride, AtmosphereHeight) == 0x000008, "Member 'FSkyAtmospherePlanetParametersOverride::AtmosphereHeight' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmospherePlanetParametersOverride, GroundAlbedo) == 0x00000C, "Member 'FSkyAtmospherePlanetParametersOverride::GroundAlbedo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyAtmosphereScatteringParametersOverride \ static_assert(alignof(FSkyAtmosphereScatteringParametersOverride) == 0x000004, "Wrong alignment on FSkyAtmosphereScatteringParametersOverride"); \ static_assert(sizeof(FSkyAtmosphereScatteringParametersOverride) == 0x000050, "Wrong size on FSkyAtmosphereScatteringParametersOverride"); \ static_assert(offsetof(FSkyAtmosphereScatteringParametersOverride, MultiScatteringFactor) == 0x000004, "Member 'FSkyAtmosphereScatteringParametersOverride::MultiScatteringFactor' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParametersOverride, RayleighScatteringScale) == 0x000008, "Member 'FSkyAtmosphereScatteringParametersOverride::RayleighScatteringScale' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParametersOverride, RayleighScattering) == 0x00000C, "Member 'FSkyAtmosphereScatteringParametersOverride::RayleighScattering' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParametersOverride, RayleighExponentialDistribution) == 0x00001C, "Member 'FSkyAtmosphereScatteringParametersOverride::RayleighExponentialDistribution' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParametersOverride, MieScatteringScale) == 0x000020, "Member 'FSkyAtmosphereScatteringParametersOverride::MieScatteringScale' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParametersOverride, MieScattering) == 0x000024, "Member 'FSkyAtmosphereScatteringParametersOverride::MieScattering' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParametersOverride, MieAbsorptionScale) == 0x000034, "Member 'FSkyAtmosphereScatteringParametersOverride::MieAbsorptionScale' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParametersOverride, MieAbsorption) == 0x000038, "Member 'FSkyAtmosphereScatteringParametersOverride::MieAbsorption' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParametersOverride, MieAnisotropy) == 0x000048, "Member 'FSkyAtmosphereScatteringParametersOverride::MieAnisotropy' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParametersOverride, MieExponentialDistribution) == 0x00004C, "Member 'FSkyAtmosphereScatteringParametersOverride::MieExponentialDistribution' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyAtmosphereOzoneParametersOverride \ static_assert(alignof(FSkyAtmosphereOzoneParametersOverride) == 0x000004, "Wrong alignment on FSkyAtmosphereOzoneParametersOverride"); \ static_assert(sizeof(FSkyAtmosphereOzoneParametersOverride) == 0x000024, "Wrong size on FSkyAtmosphereOzoneParametersOverride"); \ static_assert(offsetof(FSkyAtmosphereOzoneParametersOverride, OzoneAbsorptionScale) == 0x000004, "Member 'FSkyAtmosphereOzoneParametersOverride::OzoneAbsorptionScale' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereOzoneParametersOverride, OzoneAbsorption) == 0x000008, "Member 'FSkyAtmosphereOzoneParametersOverride::OzoneAbsorption' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereOzoneParametersOverride, OzoneTentDistributionTipAltitude) == 0x000018, "Member 'FSkyAtmosphereOzoneParametersOverride::OzoneTentDistributionTipAltitude' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereOzoneParametersOverride, OzoneTentDistributionTipValue) == 0x00001C, "Member 'FSkyAtmosphereOzoneParametersOverride::OzoneTentDistributionTipValue' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereOzoneParametersOverride, OzoneTentDistributionWidth) == 0x000020, "Member 'FSkyAtmosphereOzoneParametersOverride::OzoneTentDistributionWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyAtmosphereArtDirectionParametersOverride \ static_assert(alignof(FSkyAtmosphereArtDirectionParametersOverride) == 0x000008, "Wrong alignment on FSkyAtmosphereArtDirectionParametersOverride"); \ static_assert(sizeof(FSkyAtmosphereArtDirectionParametersOverride) == 0x000070, "Wrong size on FSkyAtmosphereArtDirectionParametersOverride"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, SkyLuminanceFactor) == 0x000004, "Member 'FSkyAtmosphereArtDirectionParametersOverride::SkyLuminanceFactor' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, SkyLuminanceFactorIntensity) == 0x000014, "Member 'FSkyAtmosphereArtDirectionParametersOverride::SkyLuminanceFactorIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, SkyDesaturation) == 0x000018, "Member 'FSkyAtmosphereArtDirectionParametersOverride::SkyDesaturation' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, AerialPespectiveViewDistanceScale) == 0x00001C, "Member 'FSkyAtmosphereArtDirectionParametersOverride::AerialPespectiveViewDistanceScale' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, AerialPerspectiveStartDepth) == 0x000020, "Member 'FSkyAtmosphereArtDirectionParametersOverride::AerialPerspectiveStartDepth' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, HeightFogContribution) == 0x000024, "Member 'FSkyAtmosphereArtDirectionParametersOverride::HeightFogContribution' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, HeightFogContributionInscattering) == 0x000028, "Member 'FSkyAtmosphereArtDirectionParametersOverride::HeightFogContributionInscattering' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, HeightFogContributionDirectionalInscaterring) == 0x00002C, "Member 'FSkyAtmosphereArtDirectionParametersOverride::HeightFogContributionDirectionalInscaterring' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, HeightFogAccurateInscatteringColor) == 0x000030, "Member 'FSkyAtmosphereArtDirectionParametersOverride::HeightFogAccurateInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, HeightFogContributionDesaturation) == 0x000034, "Member 'FSkyAtmosphereArtDirectionParametersOverride::HeightFogContributionDesaturation' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, HeightFogContributionDesaturationInscattering) == 0x000038, "Member 'FSkyAtmosphereArtDirectionParametersOverride::HeightFogContributionDesaturationInscattering' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, HeightFogContributionDesaturationDirectionalInscattering) == 0x00003C, "Member 'FSkyAtmosphereArtDirectionParametersOverride::HeightFogContributionDesaturationDirectionalInscattering' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, TransmittanceMinLightElevationAngle) == 0x000040, "Member 'FSkyAtmosphereArtDirectionParametersOverride::TransmittanceMinLightElevationAngle' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, HorizonToZenithColorationTexture) == 0x000048, "Member 'FSkyAtmosphereArtDirectionParametersOverride::HorizonToZenithColorationTexture' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, HorizonToZenithColorationU) == 0x000050, "Member 'FSkyAtmosphereArtDirectionParametersOverride::HorizonToZenithColorationU' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, HorizonToZenithColorationIntensity) == 0x000054, "Member 'FSkyAtmosphereArtDirectionParametersOverride::HorizonToZenithColorationIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, HorizonToZenithColorationDesaturation) == 0x000058, "Member 'FSkyAtmosphereArtDirectionParametersOverride::HorizonToZenithColorationDesaturation' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, HorizonToZenithFogOpticalDepthScale) == 0x00005C, "Member 'FSkyAtmosphereArtDirectionParametersOverride::HorizonToZenithFogOpticalDepthScale' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, HorizonToZenithFogOpticalDepthPower) == 0x000060, "Member 'FSkyAtmosphereArtDirectionParametersOverride::HorizonToZenithFogOpticalDepthPower' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, HorizonToZenithFogIntensity) == 0x000064, "Member 'FSkyAtmosphereArtDirectionParametersOverride::HorizonToZenithFogIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParametersOverride, HorizonToZenithFogDesaturation) == 0x000068, "Member 'FSkyAtmosphereArtDirectionParametersOverride::HorizonToZenithFogDesaturation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyAtmosphereSkyOnlyColorParameterOverride \ static_assert(alignof(FSkyAtmosphereSkyOnlyColorParameterOverride) == 0x000004, "Wrong alignment on FSkyAtmosphereSkyOnlyColorParameterOverride"); \ static_assert(sizeof(FSkyAtmosphereSkyOnlyColorParameterOverride) == 0x00001C, "Wrong size on FSkyAtmosphereSkyOnlyColorParameterOverride"); \ static_assert(offsetof(FSkyAtmosphereSkyOnlyColorParameterOverride, Color) == 0x000004, "Member 'FSkyAtmosphereSkyOnlyColorParameterOverride::Color' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereSkyOnlyColorParameterOverride, Intensity) == 0x000014, "Member 'FSkyAtmosphereSkyOnlyColorParameterOverride::Intensity' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereSkyOnlyColorParameterOverride, Saturation) == 0x000018, "Member 'FSkyAtmosphereSkyOnlyColorParameterOverride::Saturation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyAtmosphereSkyOnlyParametersOverride \ static_assert(alignof(FSkyAtmosphereSkyOnlyParametersOverride) == 0x000004, "Wrong alignment on FSkyAtmosphereSkyOnlyParametersOverride"); \ static_assert(sizeof(FSkyAtmosphereSkyOnlyParametersOverride) == 0x000060, "Wrong size on FSkyAtmosphereSkyOnlyParametersOverride"); \ static_assert(offsetof(FSkyAtmosphereSkyOnlyParametersOverride, OverallBrightness) == 0x000004, "Member 'FSkyAtmosphereSkyOnlyParametersOverride::OverallBrightness' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereSkyOnlyParametersOverride, OverallSaturation) == 0x000008, "Member 'FSkyAtmosphereSkyOnlyParametersOverride::OverallSaturation' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereSkyOnlyParametersOverride, SkyMod) == 0x00000C, "Member 'FSkyAtmosphereSkyOnlyParametersOverride::SkyMod' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereSkyOnlyParametersOverride, SunDiskMod) == 0x000028, "Member 'FSkyAtmosphereSkyOnlyParametersOverride::SunDiskMod' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereSkyOnlyParametersOverride, MoonDiskMod) == 0x000044, "Member 'FSkyAtmosphereSkyOnlyParametersOverride::MoonDiskMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyAtmosphereOverrideDirectionParametersOverride \ static_assert(alignof(FSkyAtmosphereOverrideDirectionParametersOverride) == 0x000004, "Wrong alignment on FSkyAtmosphereOverrideDirectionParametersOverride"); \ static_assert(sizeof(FSkyAtmosphereOverrideDirectionParametersOverride) == 0x00001C, "Wrong size on FSkyAtmosphereOverrideDirectionParametersOverride"); \ static_assert(offsetof(FSkyAtmosphereOverrideDirectionParametersOverride, LightDirection0) == 0x000004, "Member 'FSkyAtmosphereOverrideDirectionParametersOverride::LightDirection0' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereOverrideDirectionParametersOverride, LightDirection1) == 0x000010, "Member 'FSkyAtmosphereOverrideDirectionParametersOverride::LightDirection1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyAtmosphereParametersOverride \ static_assert(alignof(FSkyAtmosphereParametersOverride) == 0x000008, "Wrong alignment on FSkyAtmosphereParametersOverride"); \ static_assert(sizeof(FSkyAtmosphereParametersOverride) == 0x000178, "Wrong size on FSkyAtmosphereParametersOverride"); \ static_assert(offsetof(FSkyAtmosphereParametersOverride, Planet) == 0x000000, "Member 'FSkyAtmosphereParametersOverride::Planet' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereParametersOverride, Scattering) == 0x000010, "Member 'FSkyAtmosphereParametersOverride::Scattering' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereParametersOverride, Ozone) == 0x000060, "Member 'FSkyAtmosphereParametersOverride::Ozone' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereParametersOverride, ArtDirection) == 0x000088, "Member 'FSkyAtmosphereParametersOverride::ArtDirection' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereParametersOverride, SkyOnly) == 0x0000F8, "Member 'FSkyAtmosphereParametersOverride::SkyOnly' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereParametersOverride, OverrideDirection) == 0x000158, "Member 'FSkyAtmosphereParametersOverride::OverrideDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyAtmospherePlanetParameters \ static_assert(alignof(FSkyAtmospherePlanetParameters) == 0x000004, "Wrong alignment on FSkyAtmospherePlanetParameters"); \ static_assert(sizeof(FSkyAtmospherePlanetParameters) == 0x00000C, "Wrong size on FSkyAtmospherePlanetParameters"); \ static_assert(offsetof(FSkyAtmospherePlanetParameters, BottomRadius) == 0x000000, "Member 'FSkyAtmospherePlanetParameters::BottomRadius' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmospherePlanetParameters, AtmosphereHeight) == 0x000004, "Member 'FSkyAtmospherePlanetParameters::AtmosphereHeight' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmospherePlanetParameters, GroundAlbedo) == 0x000008, "Member 'FSkyAtmospherePlanetParameters::GroundAlbedo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyAtmosphereScatteringParameters \ static_assert(alignof(FSkyAtmosphereScatteringParameters) == 0x000004, "Wrong alignment on FSkyAtmosphereScatteringParameters"); \ static_assert(sizeof(FSkyAtmosphereScatteringParameters) == 0x00004C, "Wrong size on FSkyAtmosphereScatteringParameters"); \ static_assert(offsetof(FSkyAtmosphereScatteringParameters, MultiScatteringFactor) == 0x000000, "Member 'FSkyAtmosphereScatteringParameters::MultiScatteringFactor' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParameters, RayleighScatteringScale) == 0x000004, "Member 'FSkyAtmosphereScatteringParameters::RayleighScatteringScale' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParameters, RayleighScattering) == 0x000008, "Member 'FSkyAtmosphereScatteringParameters::RayleighScattering' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParameters, RayleighExponentialDistribution) == 0x000018, "Member 'FSkyAtmosphereScatteringParameters::RayleighExponentialDistribution' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParameters, MieScatteringScale) == 0x00001C, "Member 'FSkyAtmosphereScatteringParameters::MieScatteringScale' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParameters, MieScattering) == 0x000020, "Member 'FSkyAtmosphereScatteringParameters::MieScattering' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParameters, MieAbsorptionScale) == 0x000030, "Member 'FSkyAtmosphereScatteringParameters::MieAbsorptionScale' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParameters, MieAbsorption) == 0x000034, "Member 'FSkyAtmosphereScatteringParameters::MieAbsorption' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParameters, MieAnisotropy) == 0x000044, "Member 'FSkyAtmosphereScatteringParameters::MieAnisotropy' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereScatteringParameters, MieExponentialDistribution) == 0x000048, "Member 'FSkyAtmosphereScatteringParameters::MieExponentialDistribution' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyAtmosphereOzoneParameters \ static_assert(alignof(FSkyAtmosphereOzoneParameters) == 0x000004, "Wrong alignment on FSkyAtmosphereOzoneParameters"); \ static_assert(sizeof(FSkyAtmosphereOzoneParameters) == 0x000020, "Wrong size on FSkyAtmosphereOzoneParameters"); \ static_assert(offsetof(FSkyAtmosphereOzoneParameters, OzoneAbsorptionScale) == 0x000000, "Member 'FSkyAtmosphereOzoneParameters::OzoneAbsorptionScale' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereOzoneParameters, OzoneAbsorption) == 0x000004, "Member 'FSkyAtmosphereOzoneParameters::OzoneAbsorption' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereOzoneParameters, OzoneTentDistributionTipAltitude) == 0x000014, "Member 'FSkyAtmosphereOzoneParameters::OzoneTentDistributionTipAltitude' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereOzoneParameters, OzoneTentDistributionTipValue) == 0x000018, "Member 'FSkyAtmosphereOzoneParameters::OzoneTentDistributionTipValue' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereOzoneParameters, OzoneTentDistributionWidth) == 0x00001C, "Member 'FSkyAtmosphereOzoneParameters::OzoneTentDistributionWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyAtmosphereArtDirectionParameters \ static_assert(alignof(FSkyAtmosphereArtDirectionParameters) == 0x000008, "Wrong alignment on FSkyAtmosphereArtDirectionParameters"); \ static_assert(sizeof(FSkyAtmosphereArtDirectionParameters) == 0x000068, "Wrong size on FSkyAtmosphereArtDirectionParameters"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, SkyLuminanceFactor) == 0x000000, "Member 'FSkyAtmosphereArtDirectionParameters::SkyLuminanceFactor' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, SkyLuminanceFactorIntensity) == 0x000010, "Member 'FSkyAtmosphereArtDirectionParameters::SkyLuminanceFactorIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, SkyDesaturation) == 0x000014, "Member 'FSkyAtmosphereArtDirectionParameters::SkyDesaturation' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, AerialPespectiveViewDistanceScale) == 0x000018, "Member 'FSkyAtmosphereArtDirectionParameters::AerialPespectiveViewDistanceScale' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, AerialPerspectiveStartDepth) == 0x00001C, "Member 'FSkyAtmosphereArtDirectionParameters::AerialPerspectiveStartDepth' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, HeightFogContribution) == 0x000020, "Member 'FSkyAtmosphereArtDirectionParameters::HeightFogContribution' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, HeightFogContributionInscattering) == 0x000024, "Member 'FSkyAtmosphereArtDirectionParameters::HeightFogContributionInscattering' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, HeightFogContributionDirectionalInscaterring) == 0x000028, "Member 'FSkyAtmosphereArtDirectionParameters::HeightFogContributionDirectionalInscaterring' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, HeightFogAccurateInscatteringColor) == 0x00002C, "Member 'FSkyAtmosphereArtDirectionParameters::HeightFogAccurateInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, HeightFogContributionDesaturation) == 0x000030, "Member 'FSkyAtmosphereArtDirectionParameters::HeightFogContributionDesaturation' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, HeightFogContributionDesaturationInscattering) == 0x000034, "Member 'FSkyAtmosphereArtDirectionParameters::HeightFogContributionDesaturationInscattering' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, HeightFogContributionDesaturationDirectionalInscattering) == 0x000038, "Member 'FSkyAtmosphereArtDirectionParameters::HeightFogContributionDesaturationDirectionalInscattering' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, TransmittanceMinLightElevationAngle) == 0x00003C, "Member 'FSkyAtmosphereArtDirectionParameters::TransmittanceMinLightElevationAngle' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, HorizonToZenithColorationTexture) == 0x000040, "Member 'FSkyAtmosphereArtDirectionParameters::HorizonToZenithColorationTexture' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, HorizonToZenithColorationU) == 0x000048, "Member 'FSkyAtmosphereArtDirectionParameters::HorizonToZenithColorationU' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, HorizonToZenithColorationIntensity) == 0x00004C, "Member 'FSkyAtmosphereArtDirectionParameters::HorizonToZenithColorationIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, HorizonToZenithColorationDesaturation) == 0x000050, "Member 'FSkyAtmosphereArtDirectionParameters::HorizonToZenithColorationDesaturation' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, HorizonToZenithFogOpticalDepthScale) == 0x000054, "Member 'FSkyAtmosphereArtDirectionParameters::HorizonToZenithFogOpticalDepthScale' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, HorizonToZenithFogOpticalDepthPower) == 0x000058, "Member 'FSkyAtmosphereArtDirectionParameters::HorizonToZenithFogOpticalDepthPower' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, HorizonToZenithFogIntensity) == 0x00005C, "Member 'FSkyAtmosphereArtDirectionParameters::HorizonToZenithFogIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereArtDirectionParameters, HorizonToZenithFogDesaturation) == 0x000060, "Member 'FSkyAtmosphereArtDirectionParameters::HorizonToZenithFogDesaturation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyAtmosphereSkyOnlyColorParameter \ static_assert(alignof(FSkyAtmosphereSkyOnlyColorParameter) == 0x000004, "Wrong alignment on FSkyAtmosphereSkyOnlyColorParameter"); \ static_assert(sizeof(FSkyAtmosphereSkyOnlyColorParameter) == 0x000018, "Wrong size on FSkyAtmosphereSkyOnlyColorParameter"); \ static_assert(offsetof(FSkyAtmosphereSkyOnlyColorParameter, Color) == 0x000000, "Member 'FSkyAtmosphereSkyOnlyColorParameter::Color' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereSkyOnlyColorParameter, Intensity) == 0x000010, "Member 'FSkyAtmosphereSkyOnlyColorParameter::Intensity' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereSkyOnlyColorParameter, Saturation) == 0x000014, "Member 'FSkyAtmosphereSkyOnlyColorParameter::Saturation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyAtmosphereSkyOnlyParameters \ static_assert(alignof(FSkyAtmosphereSkyOnlyParameters) == 0x000004, "Wrong alignment on FSkyAtmosphereSkyOnlyParameters"); \ static_assert(sizeof(FSkyAtmosphereSkyOnlyParameters) == 0x000050, "Wrong size on FSkyAtmosphereSkyOnlyParameters"); \ static_assert(offsetof(FSkyAtmosphereSkyOnlyParameters, OverallBrightness) == 0x000000, "Member 'FSkyAtmosphereSkyOnlyParameters::OverallBrightness' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereSkyOnlyParameters, OverallSaturation) == 0x000004, "Member 'FSkyAtmosphereSkyOnlyParameters::OverallSaturation' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereSkyOnlyParameters, SkyMod) == 0x000008, "Member 'FSkyAtmosphereSkyOnlyParameters::SkyMod' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereSkyOnlyParameters, SunDiskMod) == 0x000020, "Member 'FSkyAtmosphereSkyOnlyParameters::SunDiskMod' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereSkyOnlyParameters, MoonDiskMod) == 0x000038, "Member 'FSkyAtmosphereSkyOnlyParameters::MoonDiskMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyAtmosphereOverrideDirectionParameters \ static_assert(alignof(FSkyAtmosphereOverrideDirectionParameters) == 0x000004, "Wrong alignment on FSkyAtmosphereOverrideDirectionParameters"); \ static_assert(sizeof(FSkyAtmosphereOverrideDirectionParameters) == 0x000018, "Wrong size on FSkyAtmosphereOverrideDirectionParameters"); \ static_assert(offsetof(FSkyAtmosphereOverrideDirectionParameters, LightDirection0) == 0x000000, "Member 'FSkyAtmosphereOverrideDirectionParameters::LightDirection0' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereOverrideDirectionParameters, LightDirection1) == 0x00000C, "Member 'FSkyAtmosphereOverrideDirectionParameters::LightDirection1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyAtmosphereParameters \ static_assert(alignof(FSkyAtmosphereParameters) == 0x000008, "Wrong alignment on FSkyAtmosphereParameters"); \ static_assert(sizeof(FSkyAtmosphereParameters) == 0x000148, "Wrong size on FSkyAtmosphereParameters"); \ static_assert(offsetof(FSkyAtmosphereParameters, Planet) == 0x000000, "Member 'FSkyAtmosphereParameters::Planet' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereParameters, Scattering) == 0x00000C, "Member 'FSkyAtmosphereParameters::Scattering' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereParameters, Ozone) == 0x000058, "Member 'FSkyAtmosphereParameters::Ozone' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereParameters, ArtDirection) == 0x000078, "Member 'FSkyAtmosphereParameters::ArtDirection' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereParameters, SkyOnly) == 0x0000E0, "Member 'FSkyAtmosphereParameters::SkyOnly' has a wrong offset!"); \ static_assert(offsetof(FSkyAtmosphereParameters, OverrideDirection) == 0x000130, "Member 'FSkyAtmosphereParameters::OverrideDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyLightBasicParametersOverride \ static_assert(alignof(FSkyLightBasicParametersOverride) == 0x000004, "Wrong alignment on FSkyLightBasicParametersOverride"); \ static_assert(sizeof(FSkyLightBasicParametersOverride) == 0x000014, "Wrong size on FSkyLightBasicParametersOverride"); \ static_assert(offsetof(FSkyLightBasicParametersOverride, Intensity) == 0x000004, "Member 'FSkyLightBasicParametersOverride::Intensity' has a wrong offset!"); \ static_assert(offsetof(FSkyLightBasicParametersOverride, LightColor) == 0x000008, "Member 'FSkyLightBasicParametersOverride::LightColor' has a wrong offset!"); \ static_assert(offsetof(FSkyLightBasicParametersOverride, IndirectLightingIntensity) == 0x00000C, "Member 'FSkyLightBasicParametersOverride::IndirectLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkyLightBasicParametersOverride, VolumetricScatteringIntensity) == 0x000010, "Member 'FSkyLightBasicParametersOverride::VolumetricScatteringIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyLightAdvancedParametersOverride \ static_assert(alignof(FSkyLightAdvancedParametersOverride) == 0x000008, "Wrong alignment on FSkyLightAdvancedParametersOverride"); \ static_assert(sizeof(FSkyLightAdvancedParametersOverride) == 0x000038, "Wrong size on FSkyLightAdvancedParametersOverride"); \ static_assert(offsetof(FSkyLightAdvancedParametersOverride, Mobility) == 0x000002, "Member 'FSkyLightAdvancedParametersOverride::Mobility' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParametersOverride, SourceMode) == 0x000003, "Member 'FSkyLightAdvancedParametersOverride::SourceMode' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParametersOverride, CubeMap) == 0x000008, "Member 'FSkyLightAdvancedParametersOverride::CubeMap' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParametersOverride, SourceCubemapAngle) == 0x000010, "Member 'FSkyLightAdvancedParametersOverride::SourceCubemapAngle' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParametersOverride, CubemapResolution) == 0x000014, "Member 'FSkyLightAdvancedParametersOverride::CubemapResolution' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParametersOverride, SkyDistanceThreshold) == 0x000018, "Member 'FSkyLightAdvancedParametersOverride::SkyDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParametersOverride, bCaptureEmissiveOnly) == 0x00001C, "Member 'FSkyLightAdvancedParametersOverride::bCaptureEmissiveOnly' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParametersOverride, bLowerHemisphereIsBlack) == 0x00001D, "Member 'FSkyLightAdvancedParametersOverride::bLowerHemisphereIsBlack' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParametersOverride, LowerHemisphereColor) == 0x000020, "Member 'FSkyLightAdvancedParametersOverride::LowerHemisphereColor' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParametersOverride, bAffectTranslucentLighting) == 0x000030, "Member 'FSkyLightAdvancedParametersOverride::bAffectTranslucentLighting' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParametersOverride, bTransmission) == 0x000031, "Member 'FSkyLightAdvancedParametersOverride::bTransmission' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParametersOverride, bAffectReflection) == 0x000032, "Member 'FSkyLightAdvancedParametersOverride::bAffectReflection' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParametersOverride, bProbeOnly) == 0x000033, "Member 'FSkyLightAdvancedParametersOverride::bProbeOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyLightShadowParametersOverride \ static_assert(alignof(FSkyLightShadowParametersOverride) == 0x000001, "Wrong alignment on FSkyLightShadowParametersOverride"); \ static_assert(sizeof(FSkyLightShadowParametersOverride) == 0x000006, "Wrong size on FSkyLightShadowParametersOverride"); \ static_assert(offsetof(FSkyLightShadowParametersOverride, bCastShadows) == 0x000001, "Member 'FSkyLightShadowParametersOverride::bCastShadows' has a wrong offset!"); \ static_assert(offsetof(FSkyLightShadowParametersOverride, bCastStaticShadow) == 0x000002, "Member 'FSkyLightShadowParametersOverride::bCastStaticShadow' has a wrong offset!"); \ static_assert(offsetof(FSkyLightShadowParametersOverride, bCastDynamicShadow) == 0x000003, "Member 'FSkyLightShadowParametersOverride::bCastDynamicShadow' has a wrong offset!"); \ static_assert(offsetof(FSkyLightShadowParametersOverride, bCastVolumetricShadow) == 0x000004, "Member 'FSkyLightShadowParametersOverride::bCastVolumetricShadow' has a wrong offset!"); \ static_assert(offsetof(FSkyLightShadowParametersOverride, bCastRaytracedShadow) == 0x000005, "Member 'FSkyLightShadowParametersOverride::bCastRaytracedShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyLightDFAOParametersOverride \ static_assert(alignof(FSkyLightDFAOParametersOverride) == 0x000004, "Wrong alignment on FSkyLightDFAOParametersOverride"); \ static_assert(sizeof(FSkyLightDFAOParametersOverride) == 0x00001C, "Wrong size on FSkyLightDFAOParametersOverride"); \ static_assert(offsetof(FSkyLightDFAOParametersOverride, OcclusionMaxDistance) == 0x000004, "Member 'FSkyLightDFAOParametersOverride::OcclusionMaxDistance' has a wrong offset!"); \ static_assert(offsetof(FSkyLightDFAOParametersOverride, Contrast) == 0x000008, "Member 'FSkyLightDFAOParametersOverride::Contrast' has a wrong offset!"); \ static_assert(offsetof(FSkyLightDFAOParametersOverride, OcclusionExponent) == 0x00000C, "Member 'FSkyLightDFAOParametersOverride::OcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(FSkyLightDFAOParametersOverride, MinOcclusion) == 0x000010, "Member 'FSkyLightDFAOParametersOverride::MinOcclusion' has a wrong offset!"); \ static_assert(offsetof(FSkyLightDFAOParametersOverride, OcclusionTint) == 0x000014, "Member 'FSkyLightDFAOParametersOverride::OcclusionTint' has a wrong offset!"); \ static_assert(offsetof(FSkyLightDFAOParametersOverride, OcclusionCombineMode) == 0x000018, "Member 'FSkyLightDFAOParametersOverride::OcclusionCombineMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyLightHemisphereParametersOverride \ static_assert(alignof(FSkyLightHemisphereParametersOverride) == 0x000004, "Wrong alignment on FSkyLightHemisphereParametersOverride"); \ static_assert(sizeof(FSkyLightHemisphereParametersOverride) == 0x00003C, "Wrong size on FSkyLightHemisphereParametersOverride"); \ static_assert(offsetof(FSkyLightHemisphereParametersOverride, bUseHemisphereLight) == 0x000002, "Member 'FSkyLightHemisphereParametersOverride::bUseHemisphereLight' has a wrong offset!"); \ static_assert(offsetof(FSkyLightHemisphereParametersOverride, HemiTopColor) == 0x000004, "Member 'FSkyLightHemisphereParametersOverride::HemiTopColor' has a wrong offset!"); \ static_assert(offsetof(FSkyLightHemisphereParametersOverride, HemiBottomColor) == 0x000014, "Member 'FSkyLightHemisphereParametersOverride::HemiBottomColor' has a wrong offset!"); \ static_assert(offsetof(FSkyLightHemisphereParametersOverride, HemiOutsideIntensity) == 0x000024, "Member 'FSkyLightHemisphereParametersOverride::HemiOutsideIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkyLightHemisphereParametersOverride, HemiInsideIntensity) == 0x000028, "Member 'FSkyLightHemisphereParametersOverride::HemiInsideIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkyLightHemisphereParametersOverride, ProbeOutsideMinimumIntensity) == 0x00002C, "Member 'FSkyLightHemisphereParametersOverride::ProbeOutsideMinimumIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkyLightHemisphereParametersOverride, ProbeInsideMinimumIntensity) == 0x000030, "Member 'FSkyLightHemisphereParametersOverride::ProbeInsideMinimumIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkyLightHemisphereParametersOverride, SkyOcclusionContrast) == 0x000034, "Member 'FSkyLightHemisphereParametersOverride::SkyOcclusionContrast' has a wrong offset!"); \ static_assert(offsetof(FSkyLightHemisphereParametersOverride, SkyOcclusionExponent) == 0x000038, "Member 'FSkyLightHemisphereParametersOverride::SkyOcclusionExponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyLightLightingParametersOverride \ static_assert(alignof(FSkyLightLightingParametersOverride) == 0x000008, "Wrong alignment on FSkyLightLightingParametersOverride"); \ static_assert(sizeof(FSkyLightLightingParametersOverride) == 0x0000B0, "Wrong size on FSkyLightLightingParametersOverride"); \ static_assert(offsetof(FSkyLightLightingParametersOverride, Basic) == 0x000000, "Member 'FSkyLightLightingParametersOverride::Basic' has a wrong offset!"); \ static_assert(offsetof(FSkyLightLightingParametersOverride, Advanced) == 0x000018, "Member 'FSkyLightLightingParametersOverride::Advanced' has a wrong offset!"); \ static_assert(offsetof(FSkyLightLightingParametersOverride, Shadows) == 0x000050, "Member 'FSkyLightLightingParametersOverride::Shadows' has a wrong offset!"); \ static_assert(offsetof(FSkyLightLightingParametersOverride, DFAO) == 0x000058, "Member 'FSkyLightLightingParametersOverride::DFAO' has a wrong offset!"); \ static_assert(offsetof(FSkyLightLightingParametersOverride, Hemisphere) == 0x000074, "Member 'FSkyLightLightingParametersOverride::Hemisphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyLightBasicParameters \ static_assert(alignof(FSkyLightBasicParameters) == 0x000004, "Wrong alignment on FSkyLightBasicParameters"); \ static_assert(sizeof(FSkyLightBasicParameters) == 0x000010, "Wrong size on FSkyLightBasicParameters"); \ static_assert(offsetof(FSkyLightBasicParameters, Intensity) == 0x000000, "Member 'FSkyLightBasicParameters::Intensity' has a wrong offset!"); \ static_assert(offsetof(FSkyLightBasicParameters, LightColor) == 0x000004, "Member 'FSkyLightBasicParameters::LightColor' has a wrong offset!"); \ static_assert(offsetof(FSkyLightBasicParameters, IndirectLightingIntensity) == 0x000008, "Member 'FSkyLightBasicParameters::IndirectLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkyLightBasicParameters, VolumetricScatteringIntensity) == 0x00000C, "Member 'FSkyLightBasicParameters::VolumetricScatteringIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyLightAdvancedParameters \ static_assert(alignof(FSkyLightAdvancedParameters) == 0x000008, "Wrong alignment on FSkyLightAdvancedParameters"); \ static_assert(sizeof(FSkyLightAdvancedParameters) == 0x000038, "Wrong size on FSkyLightAdvancedParameters"); \ static_assert(offsetof(FSkyLightAdvancedParameters, Mobility) == 0x000000, "Member 'FSkyLightAdvancedParameters::Mobility' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParameters, SourceMode) == 0x000001, "Member 'FSkyLightAdvancedParameters::SourceMode' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParameters, CubeMap) == 0x000008, "Member 'FSkyLightAdvancedParameters::CubeMap' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParameters, SourceCubemapAngle) == 0x000010, "Member 'FSkyLightAdvancedParameters::SourceCubemapAngle' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParameters, CubemapResolution) == 0x000014, "Member 'FSkyLightAdvancedParameters::CubemapResolution' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParameters, SkyDistanceThreshold) == 0x000018, "Member 'FSkyLightAdvancedParameters::SkyDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParameters, bCaptureEmissiveOnly) == 0x00001C, "Member 'FSkyLightAdvancedParameters::bCaptureEmissiveOnly' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParameters, bLowerHemisphereIsBlack) == 0x00001D, "Member 'FSkyLightAdvancedParameters::bLowerHemisphereIsBlack' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParameters, LowerHemisphereColor) == 0x000020, "Member 'FSkyLightAdvancedParameters::LowerHemisphereColor' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParameters, bAffectTranslucentLighting) == 0x000030, "Member 'FSkyLightAdvancedParameters::bAffectTranslucentLighting' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParameters, bTransmission) == 0x000031, "Member 'FSkyLightAdvancedParameters::bTransmission' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParameters, bAffectReflection) == 0x000032, "Member 'FSkyLightAdvancedParameters::bAffectReflection' has a wrong offset!"); \ static_assert(offsetof(FSkyLightAdvancedParameters, bProbeOnly) == 0x000033, "Member 'FSkyLightAdvancedParameters::bProbeOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyLightShadowParameters \ static_assert(alignof(FSkyLightShadowParameters) == 0x000001, "Wrong alignment on FSkyLightShadowParameters"); \ static_assert(sizeof(FSkyLightShadowParameters) == 0x000005, "Wrong size on FSkyLightShadowParameters"); \ static_assert(offsetof(FSkyLightShadowParameters, bCastShadows) == 0x000000, "Member 'FSkyLightShadowParameters::bCastShadows' has a wrong offset!"); \ static_assert(offsetof(FSkyLightShadowParameters, bCastStaticShadow) == 0x000001, "Member 'FSkyLightShadowParameters::bCastStaticShadow' has a wrong offset!"); \ static_assert(offsetof(FSkyLightShadowParameters, bCastDynamicShadow) == 0x000002, "Member 'FSkyLightShadowParameters::bCastDynamicShadow' has a wrong offset!"); \ static_assert(offsetof(FSkyLightShadowParameters, bCastVolumetricShadow) == 0x000003, "Member 'FSkyLightShadowParameters::bCastVolumetricShadow' has a wrong offset!"); \ static_assert(offsetof(FSkyLightShadowParameters, bCastRaytracedShadow) == 0x000004, "Member 'FSkyLightShadowParameters::bCastRaytracedShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyLightDFAOParameters \ static_assert(alignof(FSkyLightDFAOParameters) == 0x000004, "Wrong alignment on FSkyLightDFAOParameters"); \ static_assert(sizeof(FSkyLightDFAOParameters) == 0x000018, "Wrong size on FSkyLightDFAOParameters"); \ static_assert(offsetof(FSkyLightDFAOParameters, OcclusionMaxDistance) == 0x000000, "Member 'FSkyLightDFAOParameters::OcclusionMaxDistance' has a wrong offset!"); \ static_assert(offsetof(FSkyLightDFAOParameters, Contrast) == 0x000004, "Member 'FSkyLightDFAOParameters::Contrast' has a wrong offset!"); \ static_assert(offsetof(FSkyLightDFAOParameters, OcclusionExponent) == 0x000008, "Member 'FSkyLightDFAOParameters::OcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(FSkyLightDFAOParameters, MinOcclusion) == 0x00000C, "Member 'FSkyLightDFAOParameters::MinOcclusion' has a wrong offset!"); \ static_assert(offsetof(FSkyLightDFAOParameters, OcclusionTint) == 0x000010, "Member 'FSkyLightDFAOParameters::OcclusionTint' has a wrong offset!"); \ static_assert(offsetof(FSkyLightDFAOParameters, OcclusionCombineMode) == 0x000014, "Member 'FSkyLightDFAOParameters::OcclusionCombineMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyLightHemisphereParameters \ static_assert(alignof(FSkyLightHemisphereParameters) == 0x000004, "Wrong alignment on FSkyLightHemisphereParameters"); \ static_assert(sizeof(FSkyLightHemisphereParameters) == 0x00003C, "Wrong size on FSkyLightHemisphereParameters"); \ static_assert(offsetof(FSkyLightHemisphereParameters, bUseHemisphereLight) == 0x000000, "Member 'FSkyLightHemisphereParameters::bUseHemisphereLight' has a wrong offset!"); \ static_assert(offsetof(FSkyLightHemisphereParameters, HemiTopColor) == 0x000004, "Member 'FSkyLightHemisphereParameters::HemiTopColor' has a wrong offset!"); \ static_assert(offsetof(FSkyLightHemisphereParameters, HemiBottomColor) == 0x000014, "Member 'FSkyLightHemisphereParameters::HemiBottomColor' has a wrong offset!"); \ static_assert(offsetof(FSkyLightHemisphereParameters, HemiOutsideIntensity) == 0x000024, "Member 'FSkyLightHemisphereParameters::HemiOutsideIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkyLightHemisphereParameters, HemiInsideIntensity) == 0x000028, "Member 'FSkyLightHemisphereParameters::HemiInsideIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkyLightHemisphereParameters, ProbeOutsideMinimumIntensity) == 0x00002C, "Member 'FSkyLightHemisphereParameters::ProbeOutsideMinimumIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkyLightHemisphereParameters, ProbeInsideMinimumIntensity) == 0x000030, "Member 'FSkyLightHemisphereParameters::ProbeInsideMinimumIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkyLightHemisphereParameters, SkyOcclusionContrast) == 0x000034, "Member 'FSkyLightHemisphereParameters::SkyOcclusionContrast' has a wrong offset!"); \ static_assert(offsetof(FSkyLightHemisphereParameters, SkyOcclusionExponent) == 0x000038, "Member 'FSkyLightHemisphereParameters::SkyOcclusionExponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyLightLightingParameters \ static_assert(alignof(FSkyLightLightingParameters) == 0x000008, "Wrong alignment on FSkyLightLightingParameters"); \ static_assert(sizeof(FSkyLightLightingParameters) == 0x0000A8, "Wrong size on FSkyLightLightingParameters"); \ static_assert(offsetof(FSkyLightLightingParameters, Basic) == 0x000000, "Member 'FSkyLightLightingParameters::Basic' has a wrong offset!"); \ static_assert(offsetof(FSkyLightLightingParameters, Advanced) == 0x000010, "Member 'FSkyLightLightingParameters::Advanced' has a wrong offset!"); \ static_assert(offsetof(FSkyLightLightingParameters, Shadows) == 0x000048, "Member 'FSkyLightLightingParameters::Shadows' has a wrong offset!"); \ static_assert(offsetof(FSkyLightLightingParameters, DFAO) == 0x000050, "Member 'FSkyLightLightingParameters::DFAO' has a wrong offset!"); \ static_assert(offsetof(FSkyLightLightingParameters, Hemisphere) == 0x000068, "Member 'FSkyLightLightingParameters::Hemisphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyLightBasicParametersRelative \ static_assert(alignof(FSkyLightBasicParametersRelative) == 0x000004, "Wrong alignment on FSkyLightBasicParametersRelative"); \ static_assert(sizeof(FSkyLightBasicParametersRelative) == 0x000068, "Wrong size on FSkyLightBasicParametersRelative"); \ static_assert(offsetof(FSkyLightBasicParametersRelative, Intensity) == 0x000004, "Member 'FSkyLightBasicParametersRelative::Intensity' has a wrong offset!"); \ static_assert(offsetof(FSkyLightBasicParametersRelative, LightColor) == 0x000024, "Member 'FSkyLightBasicParametersRelative::LightColor' has a wrong offset!"); \ static_assert(offsetof(FSkyLightBasicParametersRelative, IndirectLightingIntensity) == 0x000028, "Member 'FSkyLightBasicParametersRelative::IndirectLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(FSkyLightBasicParametersRelative, VolumetricScatteringIntensity) == 0x000048, "Member 'FSkyLightBasicParametersRelative::VolumetricScatteringIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsWindParametersOverride \ static_assert(alignof(FVolumetricCloudsWindParametersOverride) == 0x000004, "Wrong alignment on FVolumetricCloudsWindParametersOverride"); \ static_assert(sizeof(FVolumetricCloudsWindParametersOverride) == 0x000030, "Wrong size on FVolumetricCloudsWindParametersOverride"); \ static_assert(offsetof(FVolumetricCloudsWindParametersOverride, WindSpeed) == 0x000004, "Member 'FVolumetricCloudsWindParametersOverride::WindSpeed' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWindParametersOverride, WindSkew) == 0x000010, "Member 'FVolumetricCloudsWindParametersOverride::WindSkew' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWindParametersOverride, WeatherSpeed) == 0x000014, "Member 'FVolumetricCloudsWindParametersOverride::WeatherSpeed' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWindParametersOverride, SkyLightWeatherSpeedScale) == 0x000020, "Member 'FVolumetricCloudsWindParametersOverride::SkyLightWeatherSpeedScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsWindParametersOverride, HighAltitudeSpeed) == 0x000024, "Member 'FVolumetricCloudsWindParametersOverride::HighAltitudeSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsBasicParametersOverride \ static_assert(alignof(FVolumetricCloudsBasicParametersOverride) == 0x000004, "Wrong alignment on FVolumetricCloudsBasicParametersOverride"); \ static_assert(sizeof(FVolumetricCloudsBasicParametersOverride) == 0x000014, "Wrong size on FVolumetricCloudsBasicParametersOverride"); \ static_assert(offsetof(FVolumetricCloudsBasicParametersOverride, Ambient) == 0x000004, "Member 'FVolumetricCloudsBasicParametersOverride::Ambient' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsBasicParametersOverride, light) == 0x000008, "Member 'FVolumetricCloudsBasicParametersOverride::light' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsBasicParametersOverride, PowderExtinction) == 0x00000C, "Member 'FVolumetricCloudsBasicParametersOverride::PowderExtinction' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsBasicParametersOverride, FinalOutput) == 0x000010, "Member 'FVolumetricCloudsBasicParametersOverride::FinalOutput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsSkyLightParametersOverride \ static_assert(alignof(FVolumetricCloudsSkyLightParametersOverride) == 0x000004, "Wrong alignment on FVolumetricCloudsSkyLightParametersOverride"); \ static_assert(sizeof(FVolumetricCloudsSkyLightParametersOverride) == 0x000020, "Wrong size on FVolumetricCloudsSkyLightParametersOverride"); \ static_assert(offsetof(FVolumetricCloudsSkyLightParametersOverride, CloudOutput) == 0x000004, "Member 'FVolumetricCloudsSkyLightParametersOverride::CloudOutput' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSkyLightParametersOverride, CloudAlpha) == 0x000008, "Member 'FVolumetricCloudsSkyLightParametersOverride::CloudAlpha' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSkyLightParametersOverride, Desaturate) == 0x00000C, "Member 'FVolumetricCloudsSkyLightParametersOverride::Desaturate' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSkyLightParametersOverride, GroundColor) == 0x000010, "Member 'FVolumetricCloudsSkyLightParametersOverride::GroundColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsShadowParametersOverride \ static_assert(alignof(FVolumetricCloudsShadowParametersOverride) == 0x000004, "Wrong alignment on FVolumetricCloudsShadowParametersOverride"); \ static_assert(sizeof(FVolumetricCloudsShadowParametersOverride) == 0x000018, "Wrong size on FVolumetricCloudsShadowParametersOverride"); \ static_assert(offsetof(FVolumetricCloudsShadowParametersOverride, ShadowScale) == 0x000004, "Member 'FVolumetricCloudsShadowParametersOverride::ShadowScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsShadowParametersOverride, ShadowMapCloudShadowDensity) == 0x000008, "Member 'FVolumetricCloudsShadowParametersOverride::ShadowMapCloudShadowDensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsShadowParametersOverride, RayMarchCloudShadowScale) == 0x00000C, "Member 'FVolumetricCloudsShadowParametersOverride::RayMarchCloudShadowScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsShadowParametersOverride, RayMarchShadowDensity) == 0x000010, "Member 'FVolumetricCloudsShadowParametersOverride::RayMarchShadowDensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsShadowParametersOverride, SkyLightShadowDensity) == 0x000014, "Member 'FVolumetricCloudsShadowParametersOverride::SkyLightShadowDensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsAdvancedParametersOverride \ static_assert(alignof(FVolumetricCloudsAdvancedParametersOverride) == 0x000004, "Wrong alignment on FVolumetricCloudsAdvancedParametersOverride"); \ static_assert(sizeof(FVolumetricCloudsAdvancedParametersOverride) == 0x000010, "Wrong size on FVolumetricCloudsAdvancedParametersOverride"); \ static_assert(offsetof(FVolumetricCloudsAdvancedParametersOverride, FogDensityMultiplier) == 0x000004, "Member 'FVolumetricCloudsAdvancedParametersOverride::FogDensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsAdvancedParametersOverride, HeightFogDensityMultiplier) == 0x00000C, "Member 'FVolumetricCloudsAdvancedParametersOverride::HeightFogDensityMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsSceneLightParametersOverride \ static_assert(alignof(FVolumetricCloudsSceneLightParametersOverride) == 0x000004, "Wrong alignment on FVolumetricCloudsSceneLightParametersOverride"); \ static_assert(sizeof(FVolumetricCloudsSceneLightParametersOverride) == 0x000028, "Wrong size on FVolumetricCloudsSceneLightParametersOverride"); \ static_assert(offsetof(FVolumetricCloudsSceneLightParametersOverride, Direction) == 0x000004, "Member 'FVolumetricCloudsSceneLightParametersOverride::Direction' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSceneLightParametersOverride, Color) == 0x000010, "Member 'FVolumetricCloudsSceneLightParametersOverride::Color' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSceneLightParametersOverride, Intensity) == 0x000020, "Member 'FVolumetricCloudsSceneLightParametersOverride::Intensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSceneLightParametersOverride, Saturation) == 0x000024, "Member 'FVolumetricCloudsSceneLightParametersOverride::Saturation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsLightingParametersOverride \ static_assert(alignof(FVolumetricCloudsLightingParametersOverride) == 0x000004, "Wrong alignment on FVolumetricCloudsLightingParametersOverride"); \ static_assert(sizeof(FVolumetricCloudsLightingParametersOverride) == 0x000094, "Wrong size on FVolumetricCloudsLightingParametersOverride"); \ static_assert(offsetof(FVolumetricCloudsLightingParametersOverride, Basic) == 0x000000, "Member 'FVolumetricCloudsLightingParametersOverride::Basic' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParametersOverride, SkyLight) == 0x000014, "Member 'FVolumetricCloudsLightingParametersOverride::SkyLight' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParametersOverride, Shadows) == 0x000034, "Member 'FVolumetricCloudsLightingParametersOverride::Shadows' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParametersOverride, Advanced) == 0x00004C, "Member 'FVolumetricCloudsLightingParametersOverride::Advanced' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParametersOverride, SceneLight) == 0x00006C, "Member 'FVolumetricCloudsLightingParametersOverride::SceneLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsSceneLightRotatorParametersOverride \ static_assert(alignof(FVolumetricCloudsSceneLightRotatorParametersOverride) == 0x000004, "Wrong alignment on FVolumetricCloudsSceneLightRotatorParametersOverride"); \ static_assert(sizeof(FVolumetricCloudsSceneLightRotatorParametersOverride) == 0x000028, "Wrong size on FVolumetricCloudsSceneLightRotatorParametersOverride"); \ static_assert(offsetof(FVolumetricCloudsSceneLightRotatorParametersOverride, Direction) == 0x000004, "Member 'FVolumetricCloudsSceneLightRotatorParametersOverride::Direction' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSceneLightRotatorParametersOverride, Color) == 0x000010, "Member 'FVolumetricCloudsSceneLightRotatorParametersOverride::Color' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSceneLightRotatorParametersOverride, Intensity) == 0x000020, "Member 'FVolumetricCloudsSceneLightRotatorParametersOverride::Intensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSceneLightRotatorParametersOverride, Saturation) == 0x000024, "Member 'FVolumetricCloudsSceneLightRotatorParametersOverride::Saturation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsGroundShadowParametersOverride \ static_assert(alignof(FVolumetricCloudsGroundShadowParametersOverride) == 0x000004, "Wrong alignment on FVolumetricCloudsGroundShadowParametersOverride"); \ static_assert(sizeof(FVolumetricCloudsGroundShadowParametersOverride) == 0x000010, "Wrong size on FVolumetricCloudsGroundShadowParametersOverride"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowParametersOverride, ShadowStrength) == 0x000004, "Member 'FVolumetricCloudsGroundShadowParametersOverride::ShadowStrength' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowParametersOverride, CutOutDistanceMeters) == 0x000008, "Member 'FVolumetricCloudsGroundShadowParametersOverride::CutOutDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowParametersOverride, CutOutFadeDistanceMeters) == 0x00000C, "Member 'FVolumetricCloudsGroundShadowParametersOverride::CutOutFadeDistanceMeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsWindParameters \ static_assert(alignof(FVolumetricCloudsWindParameters) == 0x000004, "Wrong alignment on FVolumetricCloudsWindParameters"); \ static_assert(sizeof(FVolumetricCloudsWindParameters) == 0x00003C, "Wrong size on FVolumetricCloudsWindParameters"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsPresetParameters \ static_assert(alignof(FVolumetricCloudsPresetParameters) == 0x000008, "Wrong alignment on FVolumetricCloudsPresetParameters"); \ static_assert(sizeof(FVolumetricCloudsPresetParameters) == 0x000110, "Wrong size on FVolumetricCloudsPresetParameters"); \ static_assert(offsetof(FVolumetricCloudsPresetParameters, HeightOffset) == 0x000108, "Member 'FVolumetricCloudsPresetParameters::HeightOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsBasicParameters \ static_assert(alignof(FVolumetricCloudsBasicParameters) == 0x000004, "Wrong alignment on FVolumetricCloudsBasicParameters"); \ static_assert(sizeof(FVolumetricCloudsBasicParameters) == 0x000018, "Wrong size on FVolumetricCloudsBasicParameters"); \ static_assert(offsetof(FVolumetricCloudsBasicParameters, Ambient) == 0x000000, "Member 'FVolumetricCloudsBasicParameters::Ambient' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsBasicParameters, light) == 0x000004, "Member 'FVolumetricCloudsBasicParameters::light' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsBasicParameters, Extinction) == 0x000008, "Member 'FVolumetricCloudsBasicParameters::Extinction' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsBasicParameters, PowderExtinction) == 0x00000C, "Member 'FVolumetricCloudsBasicParameters::PowderExtinction' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsBasicParameters, PowderStrength) == 0x000010, "Member 'FVolumetricCloudsBasicParameters::PowderStrength' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsBasicParameters, FinalOutput) == 0x000014, "Member 'FVolumetricCloudsBasicParameters::FinalOutput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsSkyLightParameters \ static_assert(alignof(FVolumetricCloudsSkyLightParameters) == 0x000004, "Wrong alignment on FVolumetricCloudsSkyLightParameters"); \ static_assert(sizeof(FVolumetricCloudsSkyLightParameters) == 0x00001C, "Wrong size on FVolumetricCloudsSkyLightParameters"); \ static_assert(offsetof(FVolumetricCloudsSkyLightParameters, CloudOutput) == 0x000000, "Member 'FVolumetricCloudsSkyLightParameters::CloudOutput' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSkyLightParameters, CloudAlpha) == 0x000004, "Member 'FVolumetricCloudsSkyLightParameters::CloudAlpha' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSkyLightParameters, Desaturate) == 0x000008, "Member 'FVolumetricCloudsSkyLightParameters::Desaturate' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSkyLightParameters, GroundColor) == 0x00000C, "Member 'FVolumetricCloudsSkyLightParameters::GroundColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsShadowParameters \ static_assert(alignof(FVolumetricCloudsShadowParameters) == 0x000004, "Wrong alignment on FVolumetricCloudsShadowParameters"); \ static_assert(sizeof(FVolumetricCloudsShadowParameters) == 0x000014, "Wrong size on FVolumetricCloudsShadowParameters"); \ static_assert(offsetof(FVolumetricCloudsShadowParameters, ShadowScale) == 0x000000, "Member 'FVolumetricCloudsShadowParameters::ShadowScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsShadowParameters, ShadowMapCloudShadowDensity) == 0x000004, "Member 'FVolumetricCloudsShadowParameters::ShadowMapCloudShadowDensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsShadowParameters, RayMarchCloudShadowScale) == 0x000008, "Member 'FVolumetricCloudsShadowParameters::RayMarchCloudShadowScale' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsShadowParameters, RayMarchShadowDensity) == 0x00000C, "Member 'FVolumetricCloudsShadowParameters::RayMarchShadowDensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsShadowParameters, SkyLightShadowDensity) == 0x000010, "Member 'FVolumetricCloudsShadowParameters::SkyLightShadowDensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsAdvancedParameters \ static_assert(alignof(FVolumetricCloudsAdvancedParameters) == 0x000004, "Wrong alignment on FVolumetricCloudsAdvancedParameters"); \ static_assert(sizeof(FVolumetricCloudsAdvancedParameters) == 0x000008, "Wrong size on FVolumetricCloudsAdvancedParameters"); \ static_assert(offsetof(FVolumetricCloudsAdvancedParameters, FogDensityMultiplier) == 0x000000, "Member 'FVolumetricCloudsAdvancedParameters::FogDensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsAdvancedParameters, HeightFogDensityMultiplier) == 0x000004, "Member 'FVolumetricCloudsAdvancedParameters::HeightFogDensityMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsSceneLightParameters \ static_assert(alignof(FVolumetricCloudsSceneLightParameters) == 0x000004, "Wrong alignment on FVolumetricCloudsSceneLightParameters"); \ static_assert(sizeof(FVolumetricCloudsSceneLightParameters) == 0x000024, "Wrong size on FVolumetricCloudsSceneLightParameters"); \ static_assert(offsetof(FVolumetricCloudsSceneLightParameters, Direction) == 0x000000, "Member 'FVolumetricCloudsSceneLightParameters::Direction' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSceneLightParameters, Color) == 0x00000C, "Member 'FVolumetricCloudsSceneLightParameters::Color' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSceneLightParameters, Intensity) == 0x00001C, "Member 'FVolumetricCloudsSceneLightParameters::Intensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSceneLightParameters, Saturation) == 0x000020, "Member 'FVolumetricCloudsSceneLightParameters::Saturation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsLightingParameters \ static_assert(alignof(FVolumetricCloudsLightingParameters) == 0x000004, "Wrong alignment on FVolumetricCloudsLightingParameters"); \ static_assert(sizeof(FVolumetricCloudsLightingParameters) == 0x000080, "Wrong size on FVolumetricCloudsLightingParameters"); \ static_assert(offsetof(FVolumetricCloudsLightingParameters, Basic) == 0x000000, "Member 'FVolumetricCloudsLightingParameters::Basic' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParameters, SkyLight) == 0x000018, "Member 'FVolumetricCloudsLightingParameters::SkyLight' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParameters, Shadows) == 0x000034, "Member 'FVolumetricCloudsLightingParameters::Shadows' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParameters, Advanced) == 0x000048, "Member 'FVolumetricCloudsLightingParameters::Advanced' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsLightingParameters, SceneLight) == 0x00005C, "Member 'FVolumetricCloudsLightingParameters::SceneLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsSceneLightRotatorParameters \ static_assert(alignof(FVolumetricCloudsSceneLightRotatorParameters) == 0x000004, "Wrong alignment on FVolumetricCloudsSceneLightRotatorParameters"); \ static_assert(sizeof(FVolumetricCloudsSceneLightRotatorParameters) == 0x000024, "Wrong size on FVolumetricCloudsSceneLightRotatorParameters"); \ static_assert(offsetof(FVolumetricCloudsSceneLightRotatorParameters, Direction) == 0x000000, "Member 'FVolumetricCloudsSceneLightRotatorParameters::Direction' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSceneLightRotatorParameters, Color) == 0x00000C, "Member 'FVolumetricCloudsSceneLightRotatorParameters::Color' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSceneLightRotatorParameters, Intensity) == 0x00001C, "Member 'FVolumetricCloudsSceneLightRotatorParameters::Intensity' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsSceneLightRotatorParameters, Saturation) == 0x000020, "Member 'FVolumetricCloudsSceneLightRotatorParameters::Saturation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumetricCloudsGroundShadowParameters \ static_assert(alignof(FVolumetricCloudsGroundShadowParameters) == 0x000004, "Wrong alignment on FVolumetricCloudsGroundShadowParameters"); \ static_assert(sizeof(FVolumetricCloudsGroundShadowParameters) == 0x00000C, "Wrong size on FVolumetricCloudsGroundShadowParameters"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowParameters, ShadowStrength) == 0x000000, "Member 'FVolumetricCloudsGroundShadowParameters::ShadowStrength' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowParameters, CutOutDistanceMeters) == 0x000004, "Member 'FVolumetricCloudsGroundShadowParameters::CutOutDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FVolumetricCloudsGroundShadowParameters, CutOutFadeDistanceMeters) == 0x000008, "Member 'FVolumetricCloudsGroundShadowParameters::CutOutFadeDistanceMeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldBaseHeights \ static_assert(alignof(FWorldBaseHeights) == 0x000004, "Wrong alignment on FWorldBaseHeights"); \ static_assert(sizeof(FWorldBaseHeights) == 0x00000C, "Wrong size on FWorldBaseHeights"); \ static_assert(offsetof(FWorldBaseHeights, CloudsZ) == 0x000000, "Member 'FWorldBaseHeights::CloudsZ' has a wrong offset!"); \ static_assert(offsetof(FWorldBaseHeights, ExpHeightFogZ) == 0x000004, "Member 'FWorldBaseHeights::ExpHeightFogZ' has a wrong offset!"); \ static_assert(offsetof(FWorldBaseHeights, AtmosphereZ) == 0x000008, "Member 'FWorldBaseHeights::AtmosphereZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldBaseHeightsTracker \ static_assert(alignof(FWorldBaseHeightsTracker) == 0x000004, "Wrong alignment on FWorldBaseHeightsTracker"); \ static_assert(sizeof(FWorldBaseHeightsTracker) == 0x000010, "Wrong size on FWorldBaseHeightsTracker"); \ static_assert(offsetof(FWorldBaseHeightsTracker, Force) == 0x00000C, "Member 'FWorldBaseHeightsTracker::Force' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBentDirectionalLightWindow \ static_assert(alignof(UBentDirectionalLightWindow) == 0x000010, "Wrong alignment on UBentDirectionalLightWindow"); \ static_assert(sizeof(UBentDirectionalLightWindow) == 0x000230, "Wrong size on UBentDirectionalLightWindow"); \ static_assert(offsetof(UBentDirectionalLightWindow, TopBottomAngle) == 0x000218, "Member 'UBentDirectionalLightWindow::TopBottomAngle' has a wrong offset!"); \ static_assert(offsetof(UBentDirectionalLightWindow, LeftRightAngle) == 0x00021C, "Member 'UBentDirectionalLightWindow::LeftRightAngle' has a wrong offset!"); \ static_assert(offsetof(UBentDirectionalLightWindow, CosineTopBottomAngle) == 0x000220, "Member 'UBentDirectionalLightWindow::CosineTopBottomAngle' has a wrong offset!"); \ static_assert(offsetof(UBentDirectionalLightWindow, CosineLeftRightAngle) == 0x000224, "Member 'UBentDirectionalLightWindow::CosineLeftRightAngle' has a wrong offset!"); \ static_assert(offsetof(UBentDirectionalLightWindow, WindowBaseAngle) == 0x000228, "Member 'UBentDirectionalLightWindow::WindowBaseAngle' has a wrong offset!"); \ static_assert(offsetof(UBentDirectionalLightWindow, bEnabled) == 0x00022C, "Member 'UBentDirectionalLightWindow::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableBase \ static_assert(alignof(UGlobalLightingBlendableBase) == 0x000008, "Wrong alignment on UGlobalLightingBlendableBase"); \ static_assert(sizeof(UGlobalLightingBlendableBase) == 0x000028, "Wrong size on UGlobalLightingBlendableBase"); \ #define DUMPER7_ASSERTS_IGlobalLightingBlendableInterface \ static_assert(alignof(IGlobalLightingBlendableInterface) == 0x000001, "Wrong alignment on IGlobalLightingBlendableInterface"); \ static_assert(sizeof(IGlobalLightingBlendableInterface) == 0x000001, "Wrong size on IGlobalLightingBlendableInterface"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableBentDirectionalLight \ static_assert(alignof(UGlobalLightingBlendableBentDirectionalLight) == 0x000010, "Wrong alignment on UGlobalLightingBlendableBentDirectionalLight"); \ static_assert(sizeof(UGlobalLightingBlendableBentDirectionalLight) == 0x000050, "Wrong size on UGlobalLightingBlendableBentDirectionalLight"); \ static_assert(offsetof(UGlobalLightingBlendableBentDirectionalLight, SunDirection) == 0x000030, "Member 'UGlobalLightingBlendableBentDirectionalLight::SunDirection' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableBentDirectionalLight, SunIntensityMod) == 0x000040, "Member 'UGlobalLightingBlendableBentDirectionalLight::SunIntensityMod' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableBentDirectionalLight, SkyLightIntensityMod) == 0x000044, "Member 'UGlobalLightingBlendableBentDirectionalLight::SkyLightIntensityMod' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableBentDirectionalLight, bValid) == 0x000048, "Member 'UGlobalLightingBlendableBentDirectionalLight::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingCustomBlendablesValue \ static_assert(alignof(UGlobalLightingCustomBlendablesValue) == 0x000008, "Wrong alignment on UGlobalLightingCustomBlendablesValue"); \ static_assert(sizeof(UGlobalLightingCustomBlendablesValue) == 0x000028, "Wrong size on UGlobalLightingCustomBlendablesValue"); \ #define DUMPER7_ASSERTS_UGlobalLightingCustomBlendablesValueAllowDefaults \ static_assert(alignof(UGlobalLightingCustomBlendablesValueAllowDefaults) == 0x000008, "Wrong alignment on UGlobalLightingCustomBlendablesValueAllowDefaults"); \ static_assert(sizeof(UGlobalLightingCustomBlendablesValueAllowDefaults) == 0x000028, "Wrong size on UGlobalLightingCustomBlendablesValueAllowDefaults"); \ #define DUMPER7_ASSERTS_UGlobalLightingCustomBlendablesValueLinearColor \ static_assert(alignof(UGlobalLightingCustomBlendablesValueLinearColor) == 0x000008, "Wrong alignment on UGlobalLightingCustomBlendablesValueLinearColor"); \ static_assert(sizeof(UGlobalLightingCustomBlendablesValueLinearColor) == 0x000048, "Wrong size on UGlobalLightingCustomBlendablesValueLinearColor"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueLinearColor, Name_0) == 0x000028, "Member 'UGlobalLightingCustomBlendablesValueLinearColor::Name_0' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueLinearColor, Value) == 0x000038, "Member 'UGlobalLightingCustomBlendablesValueLinearColor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABentDirectionalLightVolume \ static_assert(alignof(ABentDirectionalLightVolume) == 0x000008, "Wrong alignment on ABentDirectionalLightVolume"); \ static_assert(sizeof(ABentDirectionalLightVolume) == 0x0002C8, "Wrong size on ABentDirectionalLightVolume"); \ static_assert(offsetof(ABentDirectionalLightVolume, Params_0) == 0x000250, "Member 'ABentDirectionalLightVolume::Params_0' has a wrong offset!"); \ static_assert(offsetof(ABentDirectionalLightVolume, GlobalLightingBlendable) == 0x000268, "Member 'ABentDirectionalLightVolume::GlobalLightingBlendable' has a wrong offset!"); \ static_assert(offsetof(ABentDirectionalLightVolume, BoundingBox) == 0x000270, "Member 'ABentDirectionalLightVolume::BoundingBox' has a wrong offset!"); \ static_assert(offsetof(ABentDirectionalLightVolume, BlendDomain) == 0x000278, "Member 'ABentDirectionalLightVolume::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(ABentDirectionalLightVolume, Priority) == 0x0002B0, "Member 'ABentDirectionalLightVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(ABentDirectionalLightVolume, BlendRadius) == 0x0002B4, "Member 'ABentDirectionalLightVolume::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(ABentDirectionalLightVolume, BlendWeight) == 0x0002B8, "Member 'ABentDirectionalLightVolume::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(ABentDirectionalLightVolume, bEnabled) == 0x0002BC, "Member 'ABentDirectionalLightVolume::bEnabled' has a wrong offset!"); \ static_assert(offsetof(ABentDirectionalLightVolume, PositionalBlendWeight) == 0x0002C0, "Member 'ABentDirectionalLightVolume::PositionalBlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightDirection \ static_assert(alignof(UDirectionalLightDirection) == 0x000008, "Wrong alignment on UDirectionalLightDirection"); \ static_assert(sizeof(UDirectionalLightDirection) == 0x000028, "Wrong size on UDirectionalLightDirection"); \ #define DUMPER7_ASSERTS_UDirectionalLightConstantDirection \ static_assert(alignof(UDirectionalLightConstantDirection) == 0x000008, "Wrong alignment on UDirectionalLightConstantDirection"); \ static_assert(sizeof(UDirectionalLightConstantDirection) == 0x000038, "Wrong size on UDirectionalLightConstantDirection"); \ static_assert(offsetof(UDirectionalLightConstantDirection, Direction) == 0x000028, "Member 'UDirectionalLightConstantDirection::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendable \ static_assert(alignof(UGlobalLightingBlendable) == 0x000008, "Wrong alignment on UGlobalLightingBlendable"); \ static_assert(sizeof(UGlobalLightingBlendable) == 0x000028, "Wrong size on UGlobalLightingBlendable"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableCloudsWind \ static_assert(alignof(UGlobalLightingBlendableCloudsWind) == 0x000008, "Wrong alignment on UGlobalLightingBlendableCloudsWind"); \ static_assert(sizeof(UGlobalLightingBlendableCloudsWind) == 0x000038, "Wrong size on UGlobalLightingBlendableCloudsWind"); \ static_assert(offsetof(UGlobalLightingBlendableCloudsWind, CloudsWindParameters) == 0x000028, "Member 'UGlobalLightingBlendableCloudsWind::CloudsWindParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableCloudsWind, OverrideSource) == 0x000030, "Member 'UGlobalLightingBlendableCloudsWind::OverrideSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightConstantRotator \ static_assert(alignof(UDirectionalLightConstantRotator) == 0x000008, "Wrong alignment on UDirectionalLightConstantRotator"); \ static_assert(sizeof(UDirectionalLightConstantRotator) == 0x000038, "Wrong size on UDirectionalLightConstantRotator"); \ static_assert(offsetof(UDirectionalLightConstantRotator, Direction) == 0x000028, "Member 'UDirectionalLightConstantRotator::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightFollowCamera \ static_assert(alignof(UDirectionalLightFollowCamera) == 0x000008, "Wrong alignment on UDirectionalLightFollowCamera"); \ static_assert(sizeof(UDirectionalLightFollowCamera) == 0x000030, "Wrong size on UDirectionalLightFollowCamera"); \ static_assert(offsetof(UDirectionalLightFollowCamera, FixedAltitude) == 0x000028, "Member 'UDirectionalLightFollowCamera::FixedAltitude' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightFollowCamera, bFixedAltitude) == 0x00002C, "Member 'UDirectionalLightFollowCamera::bFixedAltitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableUseDefaults \ static_assert(alignof(UGlobalLightingBlendableUseDefaults) == 0x000008, "Wrong alignment on UGlobalLightingBlendableUseDefaults"); \ static_assert(sizeof(UGlobalLightingBlendableUseDefaults) == 0x000040, "Wrong size on UGlobalLightingBlendableUseDefaults"); \ static_assert(offsetof(UGlobalLightingBlendableUseDefaults, Defaults) == 0x000028, "Member 'UGlobalLightingBlendableUseDefaults::Defaults' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableUseDefaults, bDirectionalLightDirection) == 0x000030, "Member 'UGlobalLightingBlendableUseDefaults::bDirectionalLightDirection' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableUseDefaults, bDirectionalLightParameters) == 0x000031, "Member 'UGlobalLightingBlendableUseDefaults::bDirectionalLightParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableUseDefaults, bSecondaryDirectionalLightDirection) == 0x000032, "Member 'UGlobalLightingBlendableUseDefaults::bSecondaryDirectionalLightDirection' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableUseDefaults, bSecondaryDirectionalLightParameters) == 0x000033, "Member 'UGlobalLightingBlendableUseDefaults::bSecondaryDirectionalLightParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableUseDefaults, bSkyLightParameters) == 0x000034, "Member 'UGlobalLightingBlendableUseDefaults::bSkyLightParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableUseDefaults, bSkyAtmosphereParameters) == 0x000035, "Member 'UGlobalLightingBlendableUseDefaults::bSkyAtmosphereParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableUseDefaults, bExpHeightFogParameters) == 0x000036, "Member 'UGlobalLightingBlendableUseDefaults::bExpHeightFogParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableUseDefaults, bVolumetricCloudsParameters) == 0x000037, "Member 'UGlobalLightingBlendableUseDefaults::bVolumetricCloudsParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableUseDefaults, bCloudsPresetParameters) == 0x000038, "Member 'UGlobalLightingBlendableUseDefaults::bCloudsPresetParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableUseDefaults, bCloudsWindParameters) == 0x000039, "Member 'UGlobalLightingBlendableUseDefaults::bCloudsWindParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableUseDefaults, bProbeLightingParameters) == 0x00003A, "Member 'UGlobalLightingBlendableUseDefaults::bProbeLightingParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableUseDefaults, bCustomBlendables) == 0x00003B, "Member 'UGlobalLightingBlendableUseDefaults::bCustomBlendables' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableUseDefaults, OverrideSource) == 0x00003C, "Member 'UGlobalLightingBlendableUseDefaults::OverrideSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightOpposeCamera \ static_assert(alignof(UDirectionalLightOpposeCamera) == 0x000008, "Wrong alignment on UDirectionalLightOpposeCamera"); \ static_assert(sizeof(UDirectionalLightOpposeCamera) == 0x000030, "Wrong size on UDirectionalLightOpposeCamera"); \ static_assert(offsetof(UDirectionalLightOpposeCamera, FixedAltitude) == 0x000028, "Member 'UDirectionalLightOpposeCamera::FixedAltitude' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightOpposeCamera, bFixedAltitude) == 0x00002C, "Member 'UDirectionalLightOpposeCamera::bFixedAltitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendableGlobalLightingVolumeFogDefaultsBase \ static_assert(alignof(UBlendableGlobalLightingVolumeFogDefaultsBase) == 0x000008, "Wrong alignment on UBlendableGlobalLightingVolumeFogDefaultsBase"); \ static_assert(sizeof(UBlendableGlobalLightingVolumeFogDefaultsBase) == 0x000080, "Wrong size on UBlendableGlobalLightingVolumeFogDefaultsBase"); \ static_assert(offsetof(UBlendableGlobalLightingVolumeFogDefaultsBase, FogZMode) == 0x000030, "Member 'UBlendableGlobalLightingVolumeFogDefaultsBase::FogZMode' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingVolumeFogDefaultsBase, Transmuter) == 0x000038, "Member 'UBlendableGlobalLightingVolumeFogDefaultsBase::Transmuter' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingVolumeFogDefaultsBase, BlendDomain) == 0x000040, "Member 'UBlendableGlobalLightingVolumeFogDefaultsBase::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingVolumeFogDefaultsBase, Priority) == 0x000078, "Member 'UBlendableGlobalLightingVolumeFogDefaultsBase::Priority' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingVolumeFogDefaultsBase, BlendRadius) == 0x00007C, "Member 'UBlendableGlobalLightingVolumeFogDefaultsBase::BlendRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendableGlobalLightingVolumeFogRelativeDefaults \ static_assert(alignof(UBlendableGlobalLightingVolumeFogRelativeDefaults) == 0x000008, "Wrong alignment on UBlendableGlobalLightingVolumeFogRelativeDefaults"); \ static_assert(sizeof(UBlendableGlobalLightingVolumeFogRelativeDefaults) == 0x000560, "Wrong size on UBlendableGlobalLightingVolumeFogRelativeDefaults"); \ static_assert(offsetof(UBlendableGlobalLightingVolumeFogRelativeDefaults, Basic) == 0x000080, "Member 'UBlendableGlobalLightingVolumeFogRelativeDefaults::Basic' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingVolumeFogRelativeDefaults, Second) == 0x0001D4, "Member 'UBlendableGlobalLightingVolumeFogRelativeDefaults::Second' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingVolumeFogRelativeDefaults, DirectionalInscattering) == 0x000234, "Member 'UBlendableGlobalLightingVolumeFogRelativeDefaults::DirectionalInscattering' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingVolumeFogRelativeDefaults, Volumetric) == 0x0002E8, "Member 'UBlendableGlobalLightingVolumeFogRelativeDefaults::Volumetric' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingVolumeFogRelativeDefaults, VolumetricNoise) == 0x0004A0, "Member 'UBlendableGlobalLightingVolumeFogRelativeDefaults::VolumetricNoise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightSideLit \ static_assert(alignof(UDirectionalLightSideLit) == 0x000008, "Wrong alignment on UDirectionalLightSideLit"); \ static_assert(sizeof(UDirectionalLightSideLit) == 0x000030, "Wrong size on UDirectionalLightSideLit"); \ static_assert(offsetof(UDirectionalLightSideLit, Rotation) == 0x000028, "Member 'UDirectionalLightSideLit::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableSkyAtmosphere \ static_assert(alignof(UGlobalLightingBlendableSkyAtmosphere) == 0x000008, "Wrong alignment on UGlobalLightingBlendableSkyAtmosphere"); \ static_assert(sizeof(UGlobalLightingBlendableSkyAtmosphere) == 0x000038, "Wrong size on UGlobalLightingBlendableSkyAtmosphere"); \ static_assert(offsetof(UGlobalLightingBlendableSkyAtmosphere, SkyAtmosphereParameters) == 0x000028, "Member 'UGlobalLightingBlendableSkyAtmosphere::SkyAtmosphereParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableSkyAtmosphere, OverrideSource) == 0x000030, "Member 'UGlobalLightingBlendableSkyAtmosphere::OverrideSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightOpposePrimary \ static_assert(alignof(UDirectionalLightOpposePrimary) == 0x000008, "Wrong alignment on UDirectionalLightOpposePrimary"); \ static_assert(sizeof(UDirectionalLightOpposePrimary) == 0x000028, "Wrong size on UDirectionalLightOpposePrimary"); \ #define DUMPER7_ASSERTS_USkyLightParams \ static_assert(alignof(USkyLightParams) == 0x000008, "Wrong alignment on USkyLightParams"); \ static_assert(sizeof(USkyLightParams) == 0x000028, "Wrong size on USkyLightParams"); \ #define DUMPER7_ASSERTS_USkyLightParamsOverrideAdvanced \ static_assert(alignof(USkyLightParamsOverrideAdvanced) == 0x000008, "Wrong alignment on USkyLightParamsOverrideAdvanced"); \ static_assert(sizeof(USkyLightParamsOverrideAdvanced) == 0x000060, "Wrong size on USkyLightParamsOverrideAdvanced"); \ static_assert(offsetof(USkyLightParamsOverrideAdvanced, Advanced) == 0x000028, "Member 'USkyLightParamsOverrideAdvanced::Advanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightParams \ static_assert(alignof(UDirectionalLightParams) == 0x000008, "Wrong alignment on UDirectionalLightParams"); \ static_assert(sizeof(UDirectionalLightParams) == 0x000028, "Wrong size on UDirectionalLightParams"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableSecondaryLight \ static_assert(alignof(UGlobalLightingBlendableSecondaryLight) == 0x000008, "Wrong alignment on UGlobalLightingBlendableSecondaryLight"); \ static_assert(sizeof(UGlobalLightingBlendableSecondaryLight) == 0x000040, "Wrong size on UGlobalLightingBlendableSecondaryLight"); \ static_assert(offsetof(UGlobalLightingBlendableSecondaryLight, SecondaryDirectionalLightDirection) == 0x000028, "Member 'UGlobalLightingBlendableSecondaryLight::SecondaryDirectionalLightDirection' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableSecondaryLight, SecondaryDirectionalLightParameters) == 0x000030, "Member 'UGlobalLightingBlendableSecondaryLight::SecondaryDirectionalLightParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableSecondaryLight, OverrideSource) == 0x000038, "Member 'UGlobalLightingBlendableSecondaryLight::OverrideSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightParamsFull \ static_assert(alignof(UDirectionalLightParamsFull) == 0x000008, "Wrong alignment on UDirectionalLightParamsFull"); \ static_assert(sizeof(UDirectionalLightParamsFull) == 0x000108, "Wrong size on UDirectionalLightParamsFull"); \ static_assert(offsetof(UDirectionalLightParamsFull, Parameters) == 0x000028, "Member 'UDirectionalLightParamsFull::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyAtmosphereParams \ static_assert(alignof(USkyAtmosphereParams) == 0x000008, "Wrong alignment on USkyAtmosphereParams"); \ static_assert(sizeof(USkyAtmosphereParams) == 0x000028, "Wrong size on USkyAtmosphereParams"); \ #define DUMPER7_ASSERTS_USkyAtmosphereParamsOverrideScattering \ static_assert(alignof(USkyAtmosphereParamsOverrideScattering) == 0x000008, "Wrong alignment on USkyAtmosphereParamsOverrideScattering"); \ static_assert(sizeof(USkyAtmosphereParamsOverrideScattering) == 0x000078, "Wrong size on USkyAtmosphereParamsOverrideScattering"); \ static_assert(offsetof(USkyAtmosphereParamsOverrideScattering, Scattering) == 0x000028, "Member 'USkyAtmosphereParamsOverrideScattering::Scattering' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightParamsSimple \ static_assert(alignof(UDirectionalLightParamsSimple) == 0x000008, "Wrong alignment on UDirectionalLightParamsSimple"); \ static_assert(sizeof(UDirectionalLightParamsSimple) == 0x0000B8, "Wrong size on UDirectionalLightParamsSimple"); \ static_assert(offsetof(UDirectionalLightParamsSimple, Basic) == 0x000028, "Member 'UDirectionalLightParamsSimple::Basic' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightParamsSimple, Advanced) == 0x00004C, "Member 'UDirectionalLightParamsSimple::Advanced' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightParamsSimple, LightShafts) == 0x00008C, "Member 'UDirectionalLightParamsSimple::LightShafts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableDirectionalLight \ static_assert(alignof(UGlobalLightingBlendableDirectionalLight) == 0x000008, "Wrong alignment on UGlobalLightingBlendableDirectionalLight"); \ static_assert(sizeof(UGlobalLightingBlendableDirectionalLight) == 0x000040, "Wrong size on UGlobalLightingBlendableDirectionalLight"); \ static_assert(offsetof(UGlobalLightingBlendableDirectionalLight, DirectionalLightDirection) == 0x000028, "Member 'UGlobalLightingBlendableDirectionalLight::DirectionalLightDirection' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableDirectionalLight, DirectionalLightParameters) == 0x000030, "Member 'UGlobalLightingBlendableDirectionalLight::DirectionalLightParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableDirectionalLight, OverrideSource) == 0x000038, "Member 'UGlobalLightingBlendableDirectionalLight::OverrideSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightParamsLightShafts \ static_assert(alignof(UDirectionalLightParamsLightShafts) == 0x000008, "Wrong alignment on UDirectionalLightParamsLightShafts"); \ static_assert(sizeof(UDirectionalLightParamsLightShafts) == 0x000050, "Wrong size on UDirectionalLightParamsLightShafts"); \ static_assert(offsetof(UDirectionalLightParamsLightShafts, LightShafts) == 0x000028, "Member 'UDirectionalLightParamsLightShafts::LightShafts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightParamsShadows \ static_assert(alignof(UDirectionalLightParamsShadows) == 0x000008, "Wrong alignment on UDirectionalLightParamsShadows"); \ static_assert(sizeof(UDirectionalLightParamsShadows) == 0x000048, "Wrong size on UDirectionalLightParamsShadows"); \ static_assert(offsetof(UDirectionalLightParamsShadows, Shadows) == 0x000028, "Member 'UDirectionalLightParamsShadows::Shadows' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParams \ static_assert(alignof(UExpHeightFogParams) == 0x000008, "Wrong alignment on UExpHeightFogParams"); \ static_assert(sizeof(UExpHeightFogParams) == 0x000030, "Wrong size on UExpHeightFogParams"); \ static_assert(offsetof(UExpHeightFogParams, Transmuter) == 0x000028, "Member 'UExpHeightFogParams::Transmuter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsRelativeVolumetricFog \ static_assert(alignof(UExpHeightFogParamsRelativeVolumetricFog) == 0x000008, "Wrong alignment on UExpHeightFogParamsRelativeVolumetricFog"); \ static_assert(sizeof(UExpHeightFogParamsRelativeVolumetricFog) == 0x0001E8, "Wrong size on UExpHeightFogParamsRelativeVolumetricFog"); \ static_assert(offsetof(UExpHeightFogParamsRelativeVolumetricFog, VolumetricFog) == 0x000030, "Member 'UExpHeightFogParamsRelativeVolumetricFog::VolumetricFog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightParamsOverrideFull \ static_assert(alignof(UDirectionalLightParamsOverrideFull) == 0x000008, "Wrong alignment on UDirectionalLightParamsOverrideFull"); \ static_assert(sizeof(UDirectionalLightParamsOverrideFull) == 0x000118, "Wrong size on UDirectionalLightParamsOverrideFull"); \ static_assert(offsetof(UDirectionalLightParamsOverrideFull, Parameters) == 0x000028, "Member 'UDirectionalLightParamsOverrideFull::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigMod \ static_assert(alignof(UGlobalLightRigMod) == 0x000008, "Wrong alignment on UGlobalLightRigMod"); \ static_assert(sizeof(UGlobalLightRigMod) == 0x000028, "Wrong size on UGlobalLightRigMod"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModFloatBase \ static_assert(alignof(UGlobalLightRigModFloatBase) == 0x000008, "Wrong alignment on UGlobalLightRigModFloatBase"); \ static_assert(sizeof(UGlobalLightRigModFloatBase) == 0x000028, "Wrong size on UGlobalLightRigModFloatBase"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModFloatConstantNew \ static_assert(alignof(UGlobalLightRigModFloatConstantNew) == 0x000008, "Wrong alignment on UGlobalLightRigModFloatConstantNew"); \ static_assert(sizeof(UGlobalLightRigModFloatConstantNew) == 0x000048, "Wrong size on UGlobalLightRigModFloatConstantNew"); \ static_assert(offsetof(UGlobalLightRigModFloatConstantNew, Param) == 0x000028, "Member 'UGlobalLightRigModFloatConstantNew::Param' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatConstantNew, Value) == 0x00002C, "Member 'UGlobalLightRigModFloatConstantNew::Value' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatConstantNew, Modifiers) == 0x000030, "Member 'UGlobalLightRigModFloatConstantNew::Modifiers' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatConstantNew, ColorConversion) == 0x000040, "Member 'UGlobalLightRigModFloatConstantNew::ColorConversion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightParamsOverrideSimple \ static_assert(alignof(UDirectionalLightParamsOverrideSimple) == 0x000008, "Wrong alignment on UDirectionalLightParamsOverrideSimple"); \ static_assert(sizeof(UDirectionalLightParamsOverrideSimple) == 0x000078, "Wrong size on UDirectionalLightParamsOverrideSimple"); \ static_assert(offsetof(UDirectionalLightParamsOverrideSimple, Basic) == 0x000028, "Member 'UDirectionalLightParamsOverrideSimple::Basic' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightParamsOverrideSimple, LightShafts) == 0x000050, "Member 'UDirectionalLightParamsOverrideSimple::LightShafts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightParamsRelativeFull \ static_assert(alignof(UDirectionalLightParamsRelativeFull) == 0x000008, "Wrong alignment on UDirectionalLightParamsRelativeFull"); \ static_assert(sizeof(UDirectionalLightParamsRelativeFull) == 0x000408, "Wrong size on UDirectionalLightParamsRelativeFull"); \ static_assert(offsetof(UDirectionalLightParamsRelativeFull, Parameters) == 0x000028, "Member 'UDirectionalLightParamsRelativeFull::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightParamsRelativeSimple \ static_assert(alignof(UDirectionalLightParamsRelativeSimple) == 0x000008, "Wrong alignment on UDirectionalLightParamsRelativeSimple"); \ static_assert(sizeof(UDirectionalLightParamsRelativeSimple) == 0x000190, "Wrong size on UDirectionalLightParamsRelativeSimple"); \ static_assert(offsetof(UDirectionalLightParamsRelativeSimple, Basic) == 0x000028, "Member 'UDirectionalLightParamsRelativeSimple::Basic' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightParamsRelativeSimple, LightShafts) == 0x0000F8, "Member 'UDirectionalLightParamsRelativeSimple::LightShafts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightOff \ static_assert(alignof(UDirectionalLightOff) == 0x000008, "Wrong alignment on UDirectionalLightOff"); \ static_assert(sizeof(UDirectionalLightOff) == 0x000030, "Wrong size on UDirectionalLightOff"); \ static_assert(offsetof(UDirectionalLightOff, bForceVisibilityOff) == 0x000028, "Member 'UDirectionalLightOff::bForceVisibilityOff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsRelativeVolumetricNoise \ static_assert(alignof(UExpHeightFogParamsRelativeVolumetricNoise) == 0x000008, "Wrong alignment on UExpHeightFogParamsRelativeVolumetricNoise"); \ static_assert(sizeof(UExpHeightFogParamsRelativeVolumetricNoise) == 0x0000F0, "Wrong size on UExpHeightFogParamsRelativeVolumetricNoise"); \ static_assert(offsetof(UExpHeightFogParamsRelativeVolumetricNoise, VolumetricNoise) == 0x000030, "Member 'UExpHeightFogParamsRelativeVolumetricNoise::VolumetricNoise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloudLightingParams \ static_assert(alignof(UCloudLightingParams) == 0x000008, "Wrong alignment on UCloudLightingParams"); \ static_assert(sizeof(UCloudLightingParams) == 0x000028, "Wrong size on UCloudLightingParams"); \ #define DUMPER7_ASSERTS_UCloudLightingParamsForceDirectionalSceneLighting \ static_assert(alignof(UCloudLightingParamsForceDirectionalSceneLighting) == 0x000008, "Wrong alignment on UCloudLightingParamsForceDirectionalSceneLighting"); \ static_assert(sizeof(UCloudLightingParamsForceDirectionalSceneLighting) == 0x000028, "Wrong size on UCloudLightingParamsForceDirectionalSceneLighting"); \ #define DUMPER7_ASSERTS_UExpHeightFogTransmuter \ static_assert(alignof(UExpHeightFogTransmuter) == 0x000008, "Wrong alignment on UExpHeightFogTransmuter"); \ static_assert(sizeof(UExpHeightFogTransmuter) == 0x000028, "Wrong size on UExpHeightFogTransmuter"); \ #define DUMPER7_ASSERTS_AmbientOcclusionVolume_SetPriority \ static_assert(alignof(AmbientOcclusionVolume_SetPriority) == 0x000004, "Wrong alignment on AmbientOcclusionVolume_SetPriority"); \ static_assert(sizeof(AmbientOcclusionVolume_SetPriority) == 0x000004, "Wrong size on AmbientOcclusionVolume_SetPriority"); \ static_assert(offsetof(AmbientOcclusionVolume_SetPriority, NewPriority) == 0x000000, "Member 'AmbientOcclusionVolume_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAmbientOcclusionVolume \ static_assert(alignof(AAmbientOcclusionVolume) == 0x000010, "Wrong alignment on AAmbientOcclusionVolume"); \ static_assert(sizeof(AAmbientOcclusionVolume) == 0x000950, "Wrong size on AAmbientOcclusionVolume"); \ static_assert(offsetof(AAmbientOcclusionVolume, GTAO) == 0x000290, "Member 'AAmbientOcclusionVolume::GTAO' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, BlendablePriority) == 0x0002B4, "Member 'AAmbientOcclusionVolume::BlendablePriority' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, AmbientOcclusionIntensity) == 0x0002B8, "Member 'AAmbientOcclusionVolume::AmbientOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, AmbientOcclusionRadius) == 0x0002BC, "Member 'AAmbientOcclusionVolume::AmbientOcclusionRadius' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, AmbientCubemap) == 0x0002C0, "Member 'AAmbientOcclusionVolume::AmbientCubemap' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, AmbientCubemapTint) == 0x0002C8, "Member 'AAmbientOcclusionVolume::AmbientCubemapTint' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, AmbientCubemapIntensity) == 0x0002D8, "Member 'AAmbientOcclusionVolume::AmbientCubemapIntensity' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, AmbientOcclusionStaticFraction) == 0x0002DC, "Member 'AAmbientOcclusionVolume::AmbientOcclusionStaticFraction' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, AmbientOcclusionFadeDistance) == 0x0002E0, "Member 'AAmbientOcclusionVolume::AmbientOcclusionFadeDistance' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, AmbientOcclusionFadeRadius) == 0x0002E4, "Member 'AAmbientOcclusionVolume::AmbientOcclusionFadeRadius' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, AmbientOcclusionPower) == 0x0002E8, "Member 'AAmbientOcclusionVolume::AmbientOcclusionPower' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, AmbientOcclusionBias) == 0x0002EC, "Member 'AAmbientOcclusionVolume::AmbientOcclusionBias' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, AmbientOcclusionQuality) == 0x0002F0, "Member 'AAmbientOcclusionVolume::AmbientOcclusionQuality' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, AmbientOcclusionMipBlend) == 0x0002F4, "Member 'AAmbientOcclusionVolume::AmbientOcclusionMipBlend' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, AmbientOcclusionMipScale) == 0x0002F8, "Member 'AAmbientOcclusionVolume::AmbientOcclusionMipScale' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, AmbientOcclusionMipThreshold) == 0x0002FC, "Member 'AAmbientOcclusionVolume::AmbientOcclusionMipThreshold' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, Priority) == 0x000300, "Member 'AAmbientOcclusionVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, BlendDomain) == 0x000308, "Member 'AAmbientOcclusionVolume::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, BlendRadius) == 0x000340, "Member 'AAmbientOcclusionVolume::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, BlendWeight) == 0x000344, "Member 'AAmbientOcclusionVolume::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, PostProcessSettings) == 0x000350, "Member 'AAmbientOcclusionVolume::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(AAmbientOcclusionVolume, GTAOBlendable) == 0x000940, "Member 'AAmbientOcclusionVolume::GTAOBlendable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsNoTransmuter \ static_assert(alignof(UExpHeightFogParamsNoTransmuter) == 0x000008, "Wrong alignment on UExpHeightFogParamsNoTransmuter"); \ static_assert(sizeof(UExpHeightFogParamsNoTransmuter) == 0x000030, "Wrong size on UExpHeightFogParamsNoTransmuter"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsFull \ static_assert(alignof(UExpHeightFogParamsFull) == 0x000008, "Wrong alignment on UExpHeightFogParamsFull"); \ static_assert(sizeof(UExpHeightFogParamsFull) == 0x000208, "Wrong size on UExpHeightFogParamsFull"); \ static_assert(offsetof(UExpHeightFogParamsFull, Parameters) == 0x000030, "Member 'UExpHeightFogParamsFull::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsBasic \ static_assert(alignof(UExpHeightFogParamsBasic) == 0x000008, "Wrong alignment on UExpHeightFogParamsBasic"); \ static_assert(sizeof(UExpHeightFogParamsBasic) == 0x000070, "Wrong size on UExpHeightFogParamsBasic"); \ static_assert(offsetof(UExpHeightFogParamsBasic, Basic) == 0x000030, "Member 'UExpHeightFogParamsBasic::Basic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsRelativeSecond \ static_assert(alignof(UExpHeightFogParamsRelativeSecond) == 0x000008, "Wrong alignment on UExpHeightFogParamsRelativeSecond"); \ static_assert(sizeof(UExpHeightFogParamsRelativeSecond) == 0x000090, "Wrong size on UExpHeightFogParamsRelativeSecond"); \ static_assert(offsetof(UExpHeightFogParamsRelativeSecond, Second) == 0x000030, "Member 'UExpHeightFogParamsRelativeSecond::Second' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsSecond \ static_assert(alignof(UExpHeightFogParamsSecond) == 0x000008, "Wrong alignment on UExpHeightFogParamsSecond"); \ static_assert(sizeof(UExpHeightFogParamsSecond) == 0x000040, "Wrong size on UExpHeightFogParamsSecond"); \ static_assert(offsetof(UExpHeightFogParamsSecond, Second) == 0x000030, "Member 'UExpHeightFogParamsSecond::Second' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsRelativeVolumetricFogExtinctionScale \ static_assert(alignof(UExpHeightFogParamsRelativeVolumetricFogExtinctionScale) == 0x000008, "Wrong alignment on UExpHeightFogParamsRelativeVolumetricFogExtinctionScale"); \ static_assert(sizeof(UExpHeightFogParamsRelativeVolumetricFogExtinctionScale) == 0x000050, "Wrong size on UExpHeightFogParamsRelativeVolumetricFogExtinctionScale"); \ static_assert(offsetof(UExpHeightFogParamsRelativeVolumetricFogExtinctionScale, VolumetricFogExtinctionScale) == 0x000030, "Member 'UExpHeightFogParamsRelativeVolumetricFogExtinctionScale::VolumetricFogExtinctionScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModFloatCurve \ static_assert(alignof(UGlobalLightRigModFloatCurve) == 0x000008, "Wrong alignment on UGlobalLightRigModFloatCurve"); \ static_assert(sizeof(UGlobalLightRigModFloatCurve) == 0x000048, "Wrong size on UGlobalLightRigModFloatCurve"); \ static_assert(offsetof(UGlobalLightRigModFloatCurve, Param) == 0x000028, "Member 'UGlobalLightRigModFloatCurve::Param' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatCurve, Source) == 0x00002C, "Member 'UGlobalLightRigModFloatCurve::Source' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatCurve, Curve) == 0x000038, "Member 'UGlobalLightRigModFloatCurve::Curve' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatCurve, ColorConversion) == 0x000040, "Member 'UGlobalLightRigModFloatCurve::ColorConversion' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatCurve, Type) == 0x000041, "Member 'UGlobalLightRigModFloatCurve::Type' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatCurve, Mode) == 0x000042, "Member 'UGlobalLightRigModFloatCurve::Mode' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatCurve, bEnabled) == 0x000043, "Member 'UGlobalLightRigModFloatCurve::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsOverrideFull \ static_assert(alignof(UExpHeightFogParamsOverrideFull) == 0x000008, "Wrong alignment on UExpHeightFogParamsOverrideFull"); \ static_assert(sizeof(UExpHeightFogParamsOverrideFull) == 0x000228, "Wrong size on UExpHeightFogParamsOverrideFull"); \ static_assert(offsetof(UExpHeightFogParamsOverrideFull, Parameters) == 0x000030, "Member 'UExpHeightFogParamsOverrideFull::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsOverrideBasic \ static_assert(alignof(UExpHeightFogParamsOverrideBasic) == 0x000008, "Wrong alignment on UExpHeightFogParamsOverrideBasic"); \ static_assert(sizeof(UExpHeightFogParamsOverrideBasic) == 0x000070, "Wrong size on UExpHeightFogParamsOverrideBasic"); \ static_assert(offsetof(UExpHeightFogParamsOverrideBasic, Basic) == 0x000030, "Member 'UExpHeightFogParamsOverrideBasic::Basic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsOverrideSecond \ static_assert(alignof(UExpHeightFogParamsOverrideSecond) == 0x000008, "Wrong alignment on UExpHeightFogParamsOverrideSecond"); \ static_assert(sizeof(UExpHeightFogParamsOverrideSecond) == 0x000040, "Wrong size on UExpHeightFogParamsOverrideSecond"); \ static_assert(offsetof(UExpHeightFogParamsOverrideSecond, Second) == 0x000030, "Member 'UExpHeightFogParamsOverrideSecond::Second' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsOverrideVolumetricFog \ static_assert(alignof(UExpHeightFogParamsOverrideVolumetricFog) == 0x000008, "Wrong alignment on UExpHeightFogParamsOverrideVolumetricFog"); \ static_assert(sizeof(UExpHeightFogParamsOverrideVolumetricFog) == 0x000088, "Wrong size on UExpHeightFogParamsOverrideVolumetricFog"); \ static_assert(offsetof(UExpHeightFogParamsOverrideVolumetricFog, VolumetricFog) == 0x000030, "Member 'UExpHeightFogParamsOverrideVolumetricFog::VolumetricFog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsOverrideFog \ static_assert(alignof(UExpHeightFogParamsOverrideFog) == 0x000008, "Wrong alignment on UExpHeightFogParamsOverrideFog"); \ static_assert(sizeof(UExpHeightFogParamsOverrideFog) == 0x000140, "Wrong size on UExpHeightFogParamsOverrideFog"); \ static_assert(offsetof(UExpHeightFogParamsOverrideFog, Basic) == 0x000030, "Member 'UExpHeightFogParamsOverrideFog::Basic' has a wrong offset!"); \ static_assert(offsetof(UExpHeightFogParamsOverrideFog, Second) == 0x00006C, "Member 'UExpHeightFogParamsOverrideFog::Second' has a wrong offset!"); \ static_assert(offsetof(UExpHeightFogParamsOverrideFog, DirectionalInscattering) == 0x00007C, "Member 'UExpHeightFogParamsOverrideFog::DirectionalInscattering' has a wrong offset!"); \ static_assert(offsetof(UExpHeightFogParamsOverrideFog, VolumetricFog) == 0x0000A4, "Member 'UExpHeightFogParamsOverrideFog::VolumetricFog' has a wrong offset!"); \ static_assert(offsetof(UExpHeightFogParamsOverrideFog, VolumetricNoise) == 0x0000F8, "Member 'UExpHeightFogParamsOverrideFog::VolumetricNoise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableVolumetricClouds \ static_assert(alignof(UGlobalLightingBlendableVolumetricClouds) == 0x000008, "Wrong alignment on UGlobalLightingBlendableVolumetricClouds"); \ static_assert(sizeof(UGlobalLightingBlendableVolumetricClouds) == 0x000038, "Wrong size on UGlobalLightingBlendableVolumetricClouds"); \ static_assert(offsetof(UGlobalLightingBlendableVolumetricClouds, VolumetricCloudsParameters) == 0x000028, "Member 'UGlobalLightingBlendableVolumetricClouds::VolumetricCloudsParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableVolumetricClouds, OverrideSource) == 0x000030, "Member 'UGlobalLightingBlendableVolumetricClouds::OverrideSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsOverrideVolumetricLighting \ static_assert(alignof(UExpHeightFogParamsOverrideVolumetricLighting) == 0x000008, "Wrong alignment on UExpHeightFogParamsOverrideVolumetricLighting"); \ static_assert(sizeof(UExpHeightFogParamsOverrideVolumetricLighting) == 0x000068, "Wrong size on UExpHeightFogParamsOverrideVolumetricLighting"); \ static_assert(offsetof(UExpHeightFogParamsOverrideVolumetricLighting, VolumetricLighting) == 0x000030, "Member 'UExpHeightFogParamsOverrideVolumetricLighting::VolumetricLighting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableGTAOCustomBlendables \ static_assert(alignof(UGlobalLightingBlendableGTAOCustomBlendables) == 0x000008, "Wrong alignment on UGlobalLightingBlendableGTAOCustomBlendables"); \ static_assert(sizeof(UGlobalLightingBlendableGTAOCustomBlendables) == 0x000050, "Wrong size on UGlobalLightingBlendableGTAOCustomBlendables"); \ static_assert(offsetof(UGlobalLightingBlendableGTAOCustomBlendables, GTAO) == 0x000028, "Member 'UGlobalLightingBlendableGTAOCustomBlendables::GTAO' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableGTAOCustomBlendables, OverrideSource) == 0x00004C, "Member 'UGlobalLightingBlendableGTAOCustomBlendables::OverrideSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModFloatExternal \ static_assert(alignof(UGlobalLightRigModFloatExternal) == 0x000008, "Wrong alignment on UGlobalLightRigModFloatExternal"); \ static_assert(sizeof(UGlobalLightRigModFloatExternal) == 0x000048, "Wrong size on UGlobalLightRigModFloatExternal"); \ static_assert(offsetof(UGlobalLightRigModFloatExternal, Param) == 0x000028, "Member 'UGlobalLightRigModFloatExternal::Param' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatExternal, Modifiers) == 0x000030, "Member 'UGlobalLightRigModFloatExternal::Modifiers' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatExternal, ColorConversion) == 0x000040, "Member 'UGlobalLightRigModFloatExternal::ColorConversion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModFloatLerpVolumeScalar \ static_assert(alignof(UGlobalLightRigModFloatLerpVolumeScalar) == 0x000008, "Wrong alignment on UGlobalLightRigModFloatLerpVolumeScalar"); \ static_assert(sizeof(UGlobalLightRigModFloatLerpVolumeScalar) == 0x000050, "Wrong size on UGlobalLightRigModFloatLerpVolumeScalar"); \ static_assert(offsetof(UGlobalLightRigModFloatLerpVolumeScalar, Name_0) == 0x000048, "Member 'UGlobalLightRigModFloatLerpVolumeScalar::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsOverrideVolumetricNoise \ static_assert(alignof(UExpHeightFogParamsOverrideVolumetricNoise) == 0x000008, "Wrong alignment on UExpHeightFogParamsOverrideVolumetricNoise"); \ static_assert(sizeof(UExpHeightFogParamsOverrideVolumetricNoise) == 0x000078, "Wrong size on UExpHeightFogParamsOverrideVolumetricNoise"); \ static_assert(offsetof(UExpHeightFogParamsOverrideVolumetricNoise, VolumetricNoise) == 0x000030, "Member 'UExpHeightFogParamsOverrideVolumetricNoise::VolumetricNoise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsOverrideVolumetricAdvanced \ static_assert(alignof(UExpHeightFogParamsOverrideVolumetricAdvanced) == 0x000008, "Wrong alignment on UExpHeightFogParamsOverrideVolumetricAdvanced"); \ static_assert(sizeof(UExpHeightFogParamsOverrideVolumetricAdvanced) == 0x0000A8, "Wrong size on UExpHeightFogParamsOverrideVolumetricAdvanced"); \ static_assert(offsetof(UExpHeightFogParamsOverrideVolumetricAdvanced, VolumetricAdvanced) == 0x000030, "Member 'UExpHeightFogParamsOverrideVolumetricAdvanced::VolumetricAdvanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModOption \ static_assert(alignof(UGlobalLightRigModOption) == 0x000008, "Wrong alignment on UGlobalLightRigModOption"); \ static_assert(sizeof(UGlobalLightRigModOption) == 0x000028, "Wrong size on UGlobalLightRigModOption"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModOptionTypeMaximum \ static_assert(alignof(UGlobalLightRigModOptionTypeMaximum) == 0x000008, "Wrong alignment on UGlobalLightRigModOptionTypeMaximum"); \ static_assert(sizeof(UGlobalLightRigModOptionTypeMaximum) == 0x000028, "Wrong size on UGlobalLightRigModOptionTypeMaximum"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsOverrideVolumetricNoiseWind \ static_assert(alignof(UExpHeightFogParamsOverrideVolumetricNoiseWind) == 0x000008, "Wrong alignment on UExpHeightFogParamsOverrideVolumetricNoiseWind"); \ static_assert(sizeof(UExpHeightFogParamsOverrideVolumetricNoiseWind) == 0x000040, "Wrong size on UExpHeightFogParamsOverrideVolumetricNoiseWind"); \ static_assert(offsetof(UExpHeightFogParamsOverrideVolumetricNoiseWind, AddWindVelocity) == 0x000030, "Member 'UExpHeightFogParamsOverrideVolumetricNoiseWind::AddWindVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsRelativeFull \ static_assert(alignof(UExpHeightFogParamsRelativeFull) == 0x000008, "Wrong alignment on UExpHeightFogParamsRelativeFull"); \ static_assert(sizeof(UExpHeightFogParamsRelativeFull) == 0x000818, "Wrong size on UExpHeightFogParamsRelativeFull"); \ static_assert(offsetof(UExpHeightFogParamsRelativeFull, Parameters) == 0x000030, "Member 'UExpHeightFogParamsRelativeFull::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsRelativeBasic \ static_assert(alignof(UExpHeightFogParamsRelativeBasic) == 0x000008, "Wrong alignment on UExpHeightFogParamsRelativeBasic"); \ static_assert(sizeof(UExpHeightFogParamsRelativeBasic) == 0x000188, "Wrong size on UExpHeightFogParamsRelativeBasic"); \ static_assert(offsetof(UExpHeightFogParamsRelativeBasic, Basic) == 0x000030, "Member 'UExpHeightFogParamsRelativeBasic::Basic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsRelativeFog \ static_assert(alignof(UExpHeightFogParamsRelativeFog) == 0x000008, "Wrong alignment on UExpHeightFogParamsRelativeFog"); \ static_assert(sizeof(UExpHeightFogParamsRelativeFog) == 0x000510, "Wrong size on UExpHeightFogParamsRelativeFog"); \ static_assert(offsetof(UExpHeightFogParamsRelativeFog, Basic) == 0x000030, "Member 'UExpHeightFogParamsRelativeFog::Basic' has a wrong offset!"); \ static_assert(offsetof(UExpHeightFogParamsRelativeFog, Second) == 0x000184, "Member 'UExpHeightFogParamsRelativeFog::Second' has a wrong offset!"); \ static_assert(offsetof(UExpHeightFogParamsRelativeFog, DirectionalInscattering) == 0x0001E4, "Member 'UExpHeightFogParamsRelativeFog::DirectionalInscattering' has a wrong offset!"); \ static_assert(offsetof(UExpHeightFogParamsRelativeFog, VolumetricFog) == 0x000298, "Member 'UExpHeightFogParamsRelativeFog::VolumetricFog' has a wrong offset!"); \ static_assert(offsetof(UExpHeightFogParamsRelativeFog, VolumetricNoise) == 0x000450, "Member 'UExpHeightFogParamsRelativeFog::VolumetricNoise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsRelativeVolumetricLighting \ static_assert(alignof(UExpHeightFogParamsRelativeVolumetricLighting) == 0x000008, "Wrong alignment on UExpHeightFogParamsRelativeVolumetricLighting"); \ static_assert(sizeof(UExpHeightFogParamsRelativeVolumetricLighting) == 0x0001D0, "Wrong size on UExpHeightFogParamsRelativeVolumetricLighting"); \ static_assert(offsetof(UExpHeightFogParamsRelativeVolumetricLighting, VolumetricLighting) == 0x000030, "Member 'UExpHeightFogParamsRelativeVolumetricLighting::VolumetricLighting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsRelativeVolumetricAdvanced \ static_assert(alignof(UExpHeightFogParamsRelativeVolumetricAdvanced) == 0x000008, "Wrong alignment on UExpHeightFogParamsRelativeVolumetricAdvanced"); \ static_assert(sizeof(UExpHeightFogParamsRelativeVolumetricAdvanced) == 0x000198, "Wrong size on UExpHeightFogParamsRelativeVolumetricAdvanced"); \ static_assert(offsetof(UExpHeightFogParamsRelativeVolumetricAdvanced, VolumetricAdvanced) == 0x000030, "Member 'UExpHeightFogParamsRelativeVolumetricAdvanced::VolumetricAdvanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogParamsTransmute \ static_assert(alignof(UExpHeightFogParamsTransmute) == 0x000008, "Wrong alignment on UExpHeightFogParamsTransmute"); \ static_assert(sizeof(UExpHeightFogParamsTransmute) == 0x000030, "Wrong size on UExpHeightFogParamsTransmute"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableFull \ static_assert(alignof(UGlobalLightingBlendableFull) == 0x000008, "Wrong alignment on UGlobalLightingBlendableFull"); \ static_assert(sizeof(UGlobalLightingBlendableFull) == 0x000098, "Wrong size on UGlobalLightingBlendableFull"); \ static_assert(offsetof(UGlobalLightingBlendableFull, DirectionalLightDirection) == 0x000028, "Member 'UGlobalLightingBlendableFull::DirectionalLightDirection' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableFull, DirectionalLightParameters) == 0x000030, "Member 'UGlobalLightingBlendableFull::DirectionalLightParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableFull, SecondaryDirectionalLightDirection) == 0x000038, "Member 'UGlobalLightingBlendableFull::SecondaryDirectionalLightDirection' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableFull, SecondaryDirectionalLightParameters) == 0x000040, "Member 'UGlobalLightingBlendableFull::SecondaryDirectionalLightParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableFull, SkyLightParameters) == 0x000048, "Member 'UGlobalLightingBlendableFull::SkyLightParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableFull, SkyAtmosphereParameters) == 0x000050, "Member 'UGlobalLightingBlendableFull::SkyAtmosphereParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableFull, ExpHeightFogParameters) == 0x000058, "Member 'UGlobalLightingBlendableFull::ExpHeightFogParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableFull, VolumetricCloudsParameters) == 0x000060, "Member 'UGlobalLightingBlendableFull::VolumetricCloudsParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableFull, CloudsPresetParameters) == 0x000068, "Member 'UGlobalLightingBlendableFull::CloudsPresetParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableFull, CloudsWindParameters) == 0x000070, "Member 'UGlobalLightingBlendableFull::CloudsWindParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableFull, ProbeLightingParameters) == 0x000078, "Member 'UGlobalLightingBlendableFull::ProbeLightingParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableFull, CustomBlendables) == 0x000080, "Member 'UGlobalLightingBlendableFull::CustomBlendables' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableFull, OverrideSource) == 0x000090, "Member 'UGlobalLightingBlendableFull::OverrideSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableDirectionalLightsOff \ static_assert(alignof(UGlobalLightingBlendableDirectionalLightsOff) == 0x000008, "Wrong alignment on UGlobalLightingBlendableDirectionalLightsOff"); \ static_assert(sizeof(UGlobalLightingBlendableDirectionalLightsOff) == 0x000030, "Wrong size on UGlobalLightingBlendableDirectionalLightsOff"); \ static_assert(offsetof(UGlobalLightingBlendableDirectionalLightsOff, bForceVisibilityOff) == 0x000028, "Member 'UGlobalLightingBlendableDirectionalLightsOff::bForceVisibilityOff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableSkyLight \ static_assert(alignof(UGlobalLightingBlendableSkyLight) == 0x000008, "Wrong alignment on UGlobalLightingBlendableSkyLight"); \ static_assert(sizeof(UGlobalLightingBlendableSkyLight) == 0x000038, "Wrong size on UGlobalLightingBlendableSkyLight"); \ static_assert(offsetof(UGlobalLightingBlendableSkyLight, SkyLightParameters) == 0x000028, "Member 'UGlobalLightingBlendableSkyLight::SkyLightParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableSkyLight, OverrideSource) == 0x000030, "Member 'UGlobalLightingBlendableSkyLight::OverrideSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableAtmosphericFog \ static_assert(alignof(UGlobalLightingBlendableAtmosphericFog) == 0x000008, "Wrong alignment on UGlobalLightingBlendableAtmosphericFog"); \ static_assert(sizeof(UGlobalLightingBlendableAtmosphericFog) == 0x000028, "Wrong size on UGlobalLightingBlendableAtmosphericFog"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableExpHeightFog \ static_assert(alignof(UGlobalLightingBlendableExpHeightFog) == 0x000008, "Wrong alignment on UGlobalLightingBlendableExpHeightFog"); \ static_assert(sizeof(UGlobalLightingBlendableExpHeightFog) == 0x000038, "Wrong size on UGlobalLightingBlendableExpHeightFog"); \ static_assert(offsetof(UGlobalLightingBlendableExpHeightFog, ExpHeightFogParameters) == 0x000028, "Member 'UGlobalLightingBlendableExpHeightFog::ExpHeightFogParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableExpHeightFog, OverrideSource) == 0x000030, "Member 'UGlobalLightingBlendableExpHeightFog::OverrideSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableCloudsPreset \ static_assert(alignof(UGlobalLightingBlendableCloudsPreset) == 0x000008, "Wrong alignment on UGlobalLightingBlendableCloudsPreset"); \ static_assert(sizeof(UGlobalLightingBlendableCloudsPreset) == 0x000038, "Wrong size on UGlobalLightingBlendableCloudsPreset"); \ static_assert(offsetof(UGlobalLightingBlendableCloudsPreset, CloudsPresetParameters) == 0x000028, "Member 'UGlobalLightingBlendableCloudsPreset::CloudsPresetParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableCloudsPreset, OverrideSource) == 0x000030, "Member 'UGlobalLightingBlendableCloudsPreset::OverrideSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableProbeLighting \ static_assert(alignof(UGlobalLightingBlendableProbeLighting) == 0x000008, "Wrong alignment on UGlobalLightingBlendableProbeLighting"); \ static_assert(sizeof(UGlobalLightingBlendableProbeLighting) == 0x000038, "Wrong size on UGlobalLightingBlendableProbeLighting"); \ static_assert(offsetof(UGlobalLightingBlendableProbeLighting, ProbeLightingParameters) == 0x000028, "Member 'UGlobalLightingBlendableProbeLighting::ProbeLightingParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableProbeLighting, OverrideSource) == 0x000030, "Member 'UGlobalLightingBlendableProbeLighting::OverrideSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableCustomBlendables \ static_assert(alignof(UGlobalLightingBlendableCustomBlendables) == 0x000008, "Wrong alignment on UGlobalLightingBlendableCustomBlendables"); \ static_assert(sizeof(UGlobalLightingBlendableCustomBlendables) == 0x000040, "Wrong size on UGlobalLightingBlendableCustomBlendables"); \ static_assert(offsetof(UGlobalLightingBlendableCustomBlendables, CustomBlendables) == 0x000028, "Member 'UGlobalLightingBlendableCustomBlendables::CustomBlendables' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableCustomBlendables, OverrideSource) == 0x000038, "Member 'UGlobalLightingBlendableCustomBlendables::OverrideSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableGTAOFromAOVolume \ static_assert(alignof(UGlobalLightingBlendableGTAOFromAOVolume) == 0x000008, "Wrong alignment on UGlobalLightingBlendableGTAOFromAOVolume"); \ static_assert(sizeof(UGlobalLightingBlendableGTAOFromAOVolume) == 0x000030, "Wrong size on UGlobalLightingBlendableGTAOFromAOVolume"); \ static_assert(offsetof(UGlobalLightingBlendableGTAOFromAOVolume, AmbientOcclusionVolume) == 0x000028, "Member 'UGlobalLightingBlendableGTAOFromAOVolume::AmbientOcclusionVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingCustomBlendablesValueScalar \ static_assert(alignof(UGlobalLightingCustomBlendablesValueScalar) == 0x000008, "Wrong alignment on UGlobalLightingCustomBlendablesValueScalar"); \ static_assert(sizeof(UGlobalLightingCustomBlendablesValueScalar) == 0x000040, "Wrong size on UGlobalLightingCustomBlendablesValueScalar"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueScalar, Name_0) == 0x000028, "Member 'UGlobalLightingCustomBlendablesValueScalar::Name_0' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueScalar, Value) == 0x000038, "Member 'UGlobalLightingCustomBlendablesValueScalar::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingCustomBlendablesValueTime \ static_assert(alignof(UGlobalLightingCustomBlendablesValueTime) == 0x000008, "Wrong alignment on UGlobalLightingCustomBlendablesValueTime"); \ static_assert(sizeof(UGlobalLightingCustomBlendablesValueTime) == 0x000048, "Wrong size on UGlobalLightingCustomBlendablesValueTime"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueTime, Name_0) == 0x000028, "Member 'UGlobalLightingCustomBlendablesValueTime::Name_0' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueTime, Hours) == 0x000038, "Member 'UGlobalLightingCustomBlendablesValueTime::Hours' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueTime, Minutes) == 0x00003C, "Member 'UGlobalLightingCustomBlendablesValueTime::Minutes' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueTime, Seconds) == 0x000040, "Member 'UGlobalLightingCustomBlendablesValueTime::Seconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColor \ static_assert(alignof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColor) == 0x000008, "Wrong alignment on GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColor"); \ static_assert(sizeof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColor) == 0x000028, "Wrong size on GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColor"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColor, Color) == 0x000000, "Member 'GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColor::Color' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColor, ColorValue) == 0x000010, "Member 'GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColor::ColorValue' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColor, ReturnValue) == 0x000020, "Member 'GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColorName \ static_assert(alignof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColorName) == 0x000004, "Wrong alignment on GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColorName"); \ static_assert(sizeof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColorName) == 0x00001C, "Wrong size on GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColorName"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColorName, ColorName) == 0x000000, "Member 'GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColorName::ColorName' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColorName, ColorValue) == 0x000008, "Member 'GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColorName::ColorValue' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColorName, ReturnValue) == 0x000018, "Member 'GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableLinearColorName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalar \ static_assert(alignof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalar) == 0x000008, "Wrong alignment on GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalar"); \ static_assert(sizeof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalar) == 0x000018, "Wrong size on GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalar"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalar, Scalar) == 0x000000, "Member 'GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalar::Scalar' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalar, ScalarValue) == 0x000010, "Member 'GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalar::ScalarValue' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalar, ReturnValue) == 0x000014, "Member 'GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalarName \ static_assert(alignof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalarName) == 0x000004, "Wrong alignment on GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalarName"); \ static_assert(sizeof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalarName) == 0x000010, "Wrong size on GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalarName"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalarName, ScalarName) == 0x000000, "Member 'GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalarName::ScalarName' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalarName, ScalarValue) == 0x000008, "Member 'GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalarName::ScalarValue' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalarName, ReturnValue) == 0x00000C, "Member 'GlobalLightingCustomBlendablesLibrary_GetDefaultGlobalLightingCustomBlendableScalarName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColor \ static_assert(alignof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColor) == 0x000008, "Wrong alignment on GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColor"); \ static_assert(sizeof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColor) == 0x000030, "Wrong size on GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColor"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColor, WorldContextObject) == 0x000000, "Member 'GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColor, Color) == 0x000008, "Member 'GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColor::Color' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColor, ColorValue) == 0x000018, "Member 'GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColor::ColorValue' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColor, ReturnValue) == 0x000028, "Member 'GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColorName \ static_assert(alignof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColorName) == 0x000008, "Wrong alignment on GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColorName"); \ static_assert(sizeof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColorName) == 0x000028, "Wrong size on GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColorName"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColorName, WorldContextObject) == 0x000000, "Member 'GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColorName::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColorName, ColorName) == 0x000008, "Member 'GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColorName::ColorName' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColorName, ColorValue) == 0x000010, "Member 'GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColorName::ColorValue' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColorName, ReturnValue) == 0x000020, "Member 'GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableLinearColorName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalar \ static_assert(alignof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalar) == 0x000008, "Wrong alignment on GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalar"); \ static_assert(sizeof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalar) == 0x000020, "Wrong size on GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalar"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalar, WorldContextObject) == 0x000000, "Member 'GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalar::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalar, Scalar) == 0x000008, "Member 'GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalar::Scalar' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalar, ScalarValue) == 0x000018, "Member 'GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalar::ScalarValue' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalar, ReturnValue) == 0x00001C, "Member 'GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalarName \ static_assert(alignof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalarName) == 0x000008, "Wrong alignment on GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalarName"); \ static_assert(sizeof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalarName) == 0x000018, "Wrong size on GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalarName"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalarName, WorldContextObject) == 0x000000, "Member 'GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalarName::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalarName, ScalarName) == 0x000008, "Member 'GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalarName::ScalarName' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalarName, ScalarValue) == 0x000010, "Member 'GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalarName::ScalarValue' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalarName, ReturnValue) == 0x000014, "Member 'GlobalLightingCustomBlendablesLibrary_GetGlobalLightingCustomBlendableScalarName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingCustomBlendablesLibrary \ static_assert(alignof(UGlobalLightingCustomBlendablesLibrary) == 0x000008, "Wrong alignment on UGlobalLightingCustomBlendablesLibrary"); \ static_assert(sizeof(UGlobalLightingCustomBlendablesLibrary) == 0x000028, "Wrong size on UGlobalLightingCustomBlendablesLibrary"); \ #define DUMPER7_ASSERTS_UBlueprintGlobalLightingCustomBlendables \ static_assert(alignof(UBlueprintGlobalLightingCustomBlendables) == 0x000008, "Wrong alignment on UBlueprintGlobalLightingCustomBlendables"); \ static_assert(sizeof(UBlueprintGlobalLightingCustomBlendables) == 0x000048, "Wrong size on UBlueprintGlobalLightingCustomBlendables"); \ static_assert(offsetof(UBlueprintGlobalLightingCustomBlendables, Scalars) == 0x000028, "Member 'UBlueprintGlobalLightingCustomBlendables::Scalars' has a wrong offset!"); \ static_assert(offsetof(UBlueprintGlobalLightingCustomBlendables, Colors) == 0x000038, "Member 'UBlueprintGlobalLightingCustomBlendables::Colors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingCustomBlendablesValueScalarCurve \ static_assert(alignof(UGlobalLightingCustomBlendablesValueScalarCurve) == 0x000008, "Wrong alignment on UGlobalLightingCustomBlendablesValueScalarCurve"); \ static_assert(sizeof(UGlobalLightingCustomBlendablesValueScalarCurve) == 0x000048, "Wrong size on UGlobalLightingCustomBlendablesValueScalarCurve"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueScalarCurve, Name_0) == 0x000028, "Member 'UGlobalLightingCustomBlendablesValueScalarCurve::Name_0' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueScalarCurve, Source) == 0x000038, "Member 'UGlobalLightingCustomBlendablesValueScalarCurve::Source' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueScalarCurve, Curve) == 0x000040, "Member 'UGlobalLightingCustomBlendablesValueScalarCurve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingCustomBlendablesValueLinearColorCurve \ static_assert(alignof(UGlobalLightingCustomBlendablesValueLinearColorCurve) == 0x000008, "Wrong alignment on UGlobalLightingCustomBlendablesValueLinearColorCurve"); \ static_assert(sizeof(UGlobalLightingCustomBlendablesValueLinearColorCurve) == 0x000048, "Wrong size on UGlobalLightingCustomBlendablesValueLinearColorCurve"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueLinearColorCurve, Name_0) == 0x000028, "Member 'UGlobalLightingCustomBlendablesValueLinearColorCurve::Name_0' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueLinearColorCurve, Source) == 0x000038, "Member 'UGlobalLightingCustomBlendablesValueLinearColorCurve::Source' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueLinearColorCurve, Curve) == 0x000040, "Member 'UGlobalLightingCustomBlendablesValueLinearColorCurve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingCustomBlendablesValueLinearColorDesaturate \ static_assert(alignof(UGlobalLightingCustomBlendablesValueLinearColorDesaturate) == 0x000008, "Wrong alignment on UGlobalLightingCustomBlendablesValueLinearColorDesaturate"); \ static_assert(sizeof(UGlobalLightingCustomBlendablesValueLinearColorDesaturate) == 0x000040, "Wrong size on UGlobalLightingCustomBlendablesValueLinearColorDesaturate"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueLinearColorDesaturate, Name_0) == 0x000028, "Member 'UGlobalLightingCustomBlendablesValueLinearColorDesaturate::Name_0' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueLinearColorDesaturate, Desaturate) == 0x000038, "Member 'UGlobalLightingCustomBlendablesValueLinearColorDesaturate::Desaturate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingCustomBlendablesValueLinearColorMultiply \ static_assert(alignof(UGlobalLightingCustomBlendablesValueLinearColorMultiply) == 0x000008, "Wrong alignment on UGlobalLightingCustomBlendablesValueLinearColorMultiply"); \ static_assert(sizeof(UGlobalLightingCustomBlendablesValueLinearColorMultiply) == 0x000040, "Wrong size on UGlobalLightingCustomBlendablesValueLinearColorMultiply"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueLinearColorMultiply, Name_0) == 0x000028, "Member 'UGlobalLightingCustomBlendablesValueLinearColorMultiply::Name_0' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingCustomBlendablesValueLinearColorMultiply, Intensity) == 0x000038, "Member 'UGlobalLightingCustomBlendablesValueLinearColorMultiply::Intensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableVDHW \ static_assert(alignof(UGlobalLightingBlendableVDHW) == 0x000008, "Wrong alignment on UGlobalLightingBlendableVDHW"); \ static_assert(sizeof(UGlobalLightingBlendableVDHW) == 0x000050, "Wrong size on UGlobalLightingBlendableVDHW"); \ static_assert(offsetof(UGlobalLightingBlendableVDHW, VDHW) == 0x000028, "Member 'UGlobalLightingBlendableVDHW::VDHW' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableVDHW, OverrideSource) == 0x000048, "Member 'UGlobalLightingBlendableVDHW::OverrideSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingDefaults \ static_assert(alignof(UGlobalLightingDefaults) == 0x000008, "Wrong alignment on UGlobalLightingDefaults"); \ static_assert(sizeof(UGlobalLightingDefaults) == 0x000720, "Wrong size on UGlobalLightingDefaults"); \ static_assert(offsetof(UGlobalLightingDefaults, LightDirection) == 0x000030, "Member 'UGlobalLightingDefaults::LightDirection' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, LightParameters) == 0x00003C, "Member 'UGlobalLightingDefaults::LightParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, ZeroDirectionalLightSettings) == 0x000118, "Member 'UGlobalLightingDefaults::ZeroDirectionalLightSettings' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, SecondaryLightDirection) == 0x000120, "Member 'UGlobalLightingDefaults::SecondaryLightDirection' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, SecondaryLightParameters) == 0x00012C, "Member 'UGlobalLightingDefaults::SecondaryLightParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, SecondaryZeroDirectionalLightSettings) == 0x000208, "Member 'UGlobalLightingDefaults::SecondaryZeroDirectionalLightSettings' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, SkyLightParameters) == 0x000210, "Member 'UGlobalLightingDefaults::SkyLightParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, SkyAtmosphereParameters) == 0x0002B8, "Member 'UGlobalLightingDefaults::SkyAtmosphereParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, SingleDirectionalLightMaterialOverride) == 0x000400, "Member 'UGlobalLightingDefaults::SingleDirectionalLightMaterialOverride' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, DualDirectionalLightMaterialOverride) == 0x000408, "Member 'UGlobalLightingDefaults::DualDirectionalLightMaterialOverride' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, ExpHeightFogParameters) == 0x000410, "Member 'UGlobalLightingDefaults::ExpHeightFogParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, CloudLightingParameters) == 0x0005E8, "Member 'UGlobalLightingDefaults::CloudLightingParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, ProbeLightingParameters) == 0x000668, "Member 'UGlobalLightingDefaults::ProbeLightingParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, CloudsPreset) == 0x000698, "Member 'UGlobalLightingDefaults::CloudsPreset' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, CloudsWindParameters) == 0x0006A8, "Member 'UGlobalLightingDefaults::CloudsWindParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, CustomBlendDefaultValues) == 0x0006E8, "Member 'UGlobalLightingDefaults::CustomBlendDefaultValues' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, bCameraExpHeightFogHeight) == 0x0006F8, "Member 'UGlobalLightingDefaults::bCameraExpHeightFogHeight' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, bCloudSceneLightingDefaultToDirectionalLight) == 0x0006F9, "Member 'UGlobalLightingDefaults::bCloudSceneLightingDefaultToDirectionalLight' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, ExtraBlendables) == 0x000700, "Member 'UGlobalLightingDefaults::ExtraBlendables' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingDefaults, PostBlendables) == 0x000710, "Member 'UGlobalLightingDefaults::PostBlendables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereLibrary_GenerateSunColorCurve \ static_assert(alignof(SkyAtmosphereLibrary_GenerateSunColorCurve) == 0x000008, "Wrong alignment on SkyAtmosphereLibrary_GenerateSunColorCurve"); \ static_assert(sizeof(SkyAtmosphereLibrary_GenerateSunColorCurve) == 0x000050, "Wrong size on SkyAtmosphereLibrary_GenerateSunColorCurve"); \ static_assert(offsetof(SkyAtmosphereLibrary_GenerateSunColorCurve, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereLibrary_GenerateSunColorCurve::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GenerateSunColorCurve, CurveParams) == 0x000008, "Member 'SkyAtmosphereLibrary_GenerateSunColorCurve::CurveParams' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GenerateSunColorCurve, SunColorCurve) == 0x000040, "Member 'SkyAtmosphereLibrary_GenerateSunColorCurve::SunColorCurve' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GenerateSunColorCurve, DirectionalLight) == 0x000048, "Member 'SkyAtmosphereLibrary_GenerateSunColorCurve::DirectionalLight' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GenerateSunColorCurve, ReturnValue) == 0x000049, "Member 'SkyAtmosphereLibrary_GenerateSunColorCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereLibrary_GetSunBaseColor \ static_assert(alignof(SkyAtmosphereLibrary_GetSunBaseColor) == 0x000008, "Wrong alignment on SkyAtmosphereLibrary_GetSunBaseColor"); \ static_assert(sizeof(SkyAtmosphereLibrary_GetSunBaseColor) == 0x000020, "Wrong size on SkyAtmosphereLibrary_GetSunBaseColor"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunBaseColor, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereLibrary_GetSunBaseColor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunBaseColor, BaseSunColor) == 0x000008, "Member 'SkyAtmosphereLibrary_GetSunBaseColor::BaseSunColor' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunBaseColor, DirectionalLight) == 0x000018, "Member 'SkyAtmosphereLibrary_GetSunBaseColor::DirectionalLight' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunBaseColor, ReturnValue) == 0x000019, "Member 'SkyAtmosphereLibrary_GetSunBaseColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereLibrary_GetSunColor \ static_assert(alignof(SkyAtmosphereLibrary_GetSunColor) == 0x000008, "Wrong alignment on SkyAtmosphereLibrary_GetSunColor"); \ static_assert(sizeof(SkyAtmosphereLibrary_GetSunColor) == 0x000048, "Wrong size on SkyAtmosphereLibrary_GetSunColor"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunColor, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereLibrary_GetSunColor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunColor, Params_0) == 0x000008, "Member 'SkyAtmosphereLibrary_GetSunColor::Params_0' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunColor, SunAngle) == 0x00002C, "Member 'SkyAtmosphereLibrary_GetSunColor::SunAngle' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunColor, SunColor) == 0x000030, "Member 'SkyAtmosphereLibrary_GetSunColor::SunColor' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunColor, DirectionalLight) == 0x000040, "Member 'SkyAtmosphereLibrary_GetSunColor::DirectionalLight' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunColor, ReturnValue) == 0x000041, "Member 'SkyAtmosphereLibrary_GetSunColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereLibrary_GetSunColorFromDirection \ static_assert(alignof(SkyAtmosphereLibrary_GetSunColorFromDirection) == 0x000008, "Wrong alignment on SkyAtmosphereLibrary_GetSunColorFromDirection"); \ static_assert(sizeof(SkyAtmosphereLibrary_GetSunColorFromDirection) == 0x000028, "Wrong size on SkyAtmosphereLibrary_GetSunColorFromDirection"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunColorFromDirection, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereLibrary_GetSunColorFromDirection::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunColorFromDirection, SunDirection) == 0x000008, "Member 'SkyAtmosphereLibrary_GetSunColorFromDirection::SunDirection' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunColorFromDirection, SunColor) == 0x000014, "Member 'SkyAtmosphereLibrary_GetSunColorFromDirection::SunColor' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunColorFromDirection, DirectionalLight) == 0x000024, "Member 'SkyAtmosphereLibrary_GetSunColorFromDirection::DirectionalLight' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunColorFromDirection, ReturnValue) == 0x000025, "Member 'SkyAtmosphereLibrary_GetSunColorFromDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereLibrary_GetSunLuminance \ static_assert(alignof(SkyAtmosphereLibrary_GetSunLuminance) == 0x000008, "Wrong alignment on SkyAtmosphereLibrary_GetSunLuminance"); \ static_assert(sizeof(SkyAtmosphereLibrary_GetSunLuminance) == 0x000038, "Wrong size on SkyAtmosphereLibrary_GetSunLuminance"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunLuminance, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereLibrary_GetSunLuminance::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunLuminance, Params_0) == 0x000008, "Member 'SkyAtmosphereLibrary_GetSunLuminance::Params_0' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunLuminance, SunAngle) == 0x00002C, "Member 'SkyAtmosphereLibrary_GetSunLuminance::SunAngle' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunLuminance, Luminance) == 0x000030, "Member 'SkyAtmosphereLibrary_GetSunLuminance::Luminance' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunLuminance, DirectionalLight) == 0x000034, "Member 'SkyAtmosphereLibrary_GetSunLuminance::DirectionalLight' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunLuminance, ReturnValue) == 0x000035, "Member 'SkyAtmosphereLibrary_GetSunLuminance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereLibrary_GetSunLuminanceFromDirection \ static_assert(alignof(SkyAtmosphereLibrary_GetSunLuminanceFromDirection) == 0x000008, "Wrong alignment on SkyAtmosphereLibrary_GetSunLuminanceFromDirection"); \ static_assert(sizeof(SkyAtmosphereLibrary_GetSunLuminanceFromDirection) == 0x000020, "Wrong size on SkyAtmosphereLibrary_GetSunLuminanceFromDirection"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunLuminanceFromDirection, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereLibrary_GetSunLuminanceFromDirection::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunLuminanceFromDirection, SunDirection) == 0x000008, "Member 'SkyAtmosphereLibrary_GetSunLuminanceFromDirection::SunDirection' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunLuminanceFromDirection, Luminance) == 0x000014, "Member 'SkyAtmosphereLibrary_GetSunLuminanceFromDirection::Luminance' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunLuminanceFromDirection, DirectionalLight) == 0x000018, "Member 'SkyAtmosphereLibrary_GetSunLuminanceFromDirection::DirectionalLight' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunLuminanceFromDirection, ReturnValue) == 0x000019, "Member 'SkyAtmosphereLibrary_GetSunLuminanceFromDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereLibrary_GetSunZenithColor \ static_assert(alignof(SkyAtmosphereLibrary_GetSunZenithColor) == 0x000008, "Wrong alignment on SkyAtmosphereLibrary_GetSunZenithColor"); \ static_assert(sizeof(SkyAtmosphereLibrary_GetSunZenithColor) == 0x000020, "Wrong size on SkyAtmosphereLibrary_GetSunZenithColor"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunZenithColor, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereLibrary_GetSunZenithColor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunZenithColor, SunColor) == 0x000008, "Member 'SkyAtmosphereLibrary_GetSunZenithColor::SunColor' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunZenithColor, DirectionalLight) == 0x000018, "Member 'SkyAtmosphereLibrary_GetSunZenithColor::DirectionalLight' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunZenithColor, ReturnValue) == 0x000019, "Member 'SkyAtmosphereLibrary_GetSunZenithColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereLibrary_GetSunZenithLuminance \ static_assert(alignof(SkyAtmosphereLibrary_GetSunZenithLuminance) == 0x000008, "Wrong alignment on SkyAtmosphereLibrary_GetSunZenithLuminance"); \ static_assert(sizeof(SkyAtmosphereLibrary_GetSunZenithLuminance) == 0x000010, "Wrong size on SkyAtmosphereLibrary_GetSunZenithLuminance"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunZenithLuminance, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereLibrary_GetSunZenithLuminance::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunZenithLuminance, Luminance) == 0x000008, "Member 'SkyAtmosphereLibrary_GetSunZenithLuminance::Luminance' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunZenithLuminance, DirectionalLight) == 0x00000C, "Member 'SkyAtmosphereLibrary_GetSunZenithLuminance::DirectionalLight' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereLibrary_GetSunZenithLuminance, ReturnValue) == 0x00000D, "Member 'SkyAtmosphereLibrary_GetSunZenithLuminance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyAtmosphereLibrary \ static_assert(alignof(USkyAtmosphereLibrary) == 0x000008, "Wrong alignment on USkyAtmosphereLibrary"); \ static_assert(sizeof(USkyAtmosphereLibrary) == 0x000028, "Wrong size on USkyAtmosphereLibrary"); \ #define DUMPER7_ASSERTS_GlobalLightingMaster_ClearCinematicDefaults \ static_assert(alignof(GlobalLightingMaster_ClearCinematicDefaults) == 0x000008, "Wrong alignment on GlobalLightingMaster_ClearCinematicDefaults"); \ static_assert(sizeof(GlobalLightingMaster_ClearCinematicDefaults) == 0x000008, "Wrong size on GlobalLightingMaster_ClearCinematicDefaults"); \ static_assert(offsetof(GlobalLightingMaster_ClearCinematicDefaults, WorldContextObject) == 0x000000, "Member 'GlobalLightingMaster_ClearCinematicDefaults::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightingMaster_GetCinematicDefaults \ static_assert(alignof(GlobalLightingMaster_GetCinematicDefaults) == 0x000008, "Wrong alignment on GlobalLightingMaster_GetCinematicDefaults"); \ static_assert(sizeof(GlobalLightingMaster_GetCinematicDefaults) == 0x000010, "Wrong size on GlobalLightingMaster_GetCinematicDefaults"); \ static_assert(offsetof(GlobalLightingMaster_GetCinematicDefaults, WorldContextObject) == 0x000000, "Member 'GlobalLightingMaster_GetCinematicDefaults::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingMaster_GetCinematicDefaults, CinematicDefaults) == 0x000008, "Member 'GlobalLightingMaster_GetCinematicDefaults::CinematicDefaults' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightingMaster_GetGlobalLightingMaster \ static_assert(alignof(GlobalLightingMaster_GetGlobalLightingMaster) == 0x000008, "Wrong alignment on GlobalLightingMaster_GetGlobalLightingMaster"); \ static_assert(sizeof(GlobalLightingMaster_GetGlobalLightingMaster) == 0x000010, "Wrong size on GlobalLightingMaster_GetGlobalLightingMaster"); \ static_assert(offsetof(GlobalLightingMaster_GetGlobalLightingMaster, WorldContextObject) == 0x000000, "Member 'GlobalLightingMaster_GetGlobalLightingMaster::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingMaster_GetGlobalLightingMaster, GlobalLightingMaster) == 0x000008, "Member 'GlobalLightingMaster_GetGlobalLightingMaster::GlobalLightingMaster' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightingMaster_SetCinematicDefaults \ static_assert(alignof(GlobalLightingMaster_SetCinematicDefaults) == 0x000008, "Wrong alignment on GlobalLightingMaster_SetCinematicDefaults"); \ static_assert(sizeof(GlobalLightingMaster_SetCinematicDefaults) == 0x000010, "Wrong size on GlobalLightingMaster_SetCinematicDefaults"); \ static_assert(offsetof(GlobalLightingMaster_SetCinematicDefaults, WorldContextObject) == 0x000000, "Member 'GlobalLightingMaster_SetCinematicDefaults::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingMaster_SetCinematicDefaults, CinematicDefaults) == 0x000008, "Member 'GlobalLightingMaster_SetCinematicDefaults::CinematicDefaults' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGlobalLightingMaster \ static_assert(alignof(AGlobalLightingMaster) == 0x000010, "Wrong alignment on AGlobalLightingMaster"); \ static_assert(sizeof(AGlobalLightingMaster) == 0x001410, "Wrong size on AGlobalLightingMaster"); \ static_assert(offsetof(AGlobalLightingMaster, Defaults) == 0x000248, "Member 'AGlobalLightingMaster::Defaults' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, OverrideDefaults) == 0x000250, "Member 'AGlobalLightingMaster::OverrideDefaults' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, CurrentDirectionalLight) == 0x000260, "Member 'AGlobalLightingMaster::CurrentDirectionalLight' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, CurrentSecondaryDirectionalLight) == 0x000370, "Member 'AGlobalLightingMaster::CurrentSecondaryDirectionalLight' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, CurrentSkyLight) == 0x000480, "Member 'AGlobalLightingMaster::CurrentSkyLight' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, CurrentSkyAtmosphere) == 0x000528, "Member 'AGlobalLightingMaster::CurrentSkyAtmosphere' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, CurrentExpHeightFog) == 0x000670, "Member 'AGlobalLightingMaster::CurrentExpHeightFog' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, CurrentProbeLighting) == 0x000848, "Member 'AGlobalLightingMaster::CurrentProbeLighting' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, CurrentCloudsLighting) == 0x000878, "Member 'AGlobalLightingMaster::CurrentCloudsLighting' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, CurrentCloudsPreset) == 0x0008F8, "Member 'AGlobalLightingMaster::CurrentCloudsPreset' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, CurrentCloudsWind) == 0x000A08, "Member 'AGlobalLightingMaster::CurrentCloudsWind' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, SkyAtmosphereHeightOffsetMeters) == 0x001370, "Member 'AGlobalLightingMaster::SkyAtmosphereHeightOffsetMeters' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, UseExternalLightingComponents) == 0x001374, "Member 'AGlobalLightingMaster::UseExternalLightingComponents' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, ControlLightingComponents) == 0x001378, "Member 'AGlobalLightingMaster::ControlLightingComponents' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, HideExtraLightingComponents) == 0x00137C, "Member 'AGlobalLightingMaster::HideExtraLightingComponents' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, ControlFeatures) == 0x001380, "Member 'AGlobalLightingMaster::ControlFeatures' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, SkyLightZOffsetMeters) == 0x001384, "Member 'AGlobalLightingMaster::SkyLightZOffsetMeters' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, SkyLightMoveThresholdMeters) == 0x001388, "Member 'AGlobalLightingMaster::SkyLightMoveThresholdMeters' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, SkyLightUpdateThresholdSeconds) == 0x00138C, "Member 'AGlobalLightingMaster::SkyLightUpdateThresholdSeconds' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, SkyLightAge) == 0x001390, "Member 'AGlobalLightingMaster::SkyLightAge' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, Priority) == 0x001394, "Member 'AGlobalLightingMaster::Priority' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, bBounded) == 0x001398, "Member 'AGlobalLightingMaster::bBounded' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, bIsMaster) == 0x001399, "Member 'AGlobalLightingMaster::bIsMaster' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, DirectionalLightComponent) == 0x0013A0, "Member 'AGlobalLightingMaster::DirectionalLightComponent' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, SecondaryDirectionalLightComponent) == 0x0013A8, "Member 'AGlobalLightingMaster::SecondaryDirectionalLightComponent' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, SkyLightComponent) == 0x0013B0, "Member 'AGlobalLightingMaster::SkyLightComponent' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, ExpHeightFogComponent) == 0x0013B8, "Member 'AGlobalLightingMaster::ExpHeightFogComponent' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, SkyAtmosphereComponent) == 0x0013C0, "Member 'AGlobalLightingMaster::SkyAtmosphereComponent' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, SkyAtmosphereSkyOnlyComponent) == 0x0013C8, "Member 'AGlobalLightingMaster::SkyAtmosphereSkyOnlyComponent' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, CachedDirectionalLight) == 0x0013D0, "Member 'AGlobalLightingMaster::CachedDirectionalLight' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, CachedSecondaryDirectionalLight) == 0x0013D8, "Member 'AGlobalLightingMaster::CachedSecondaryDirectionalLight' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, CachedSkyLight) == 0x0013E0, "Member 'AGlobalLightingMaster::CachedSkyLight' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, CachedSkyAtmosphere) == 0x0013E8, "Member 'AGlobalLightingMaster::CachedSkyAtmosphere' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, CachedExpHeightFog) == 0x0013F0, "Member 'AGlobalLightingMaster::CachedExpHeightFog' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, CachedVolumetricClouds) == 0x0013F8, "Member 'AGlobalLightingMaster::CachedVolumetricClouds' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMaster, PostProcessComponent) == 0x001400, "Member 'AGlobalLightingMaster::PostProcessComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGlobalLightingMasterWithClouds \ static_assert(alignof(AGlobalLightingMasterWithClouds) == 0x000010, "Wrong alignment on AGlobalLightingMasterWithClouds"); \ static_assert(sizeof(AGlobalLightingMasterWithClouds) == 0x001430, "Wrong size on AGlobalLightingMasterWithClouds"); \ static_assert(offsetof(AGlobalLightingMasterWithClouds, RelativeHeightMeters) == 0x001408, "Member 'AGlobalLightingMasterWithClouds::RelativeHeightMeters' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMasterWithClouds, VisibilityBlendDomain) == 0x001410, "Member 'AGlobalLightingMasterWithClouds::VisibilityBlendDomain' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMasterWithClouds, VisibilityBlendDomainThreshold) == 0x001418, "Member 'AGlobalLightingMasterWithClouds::VisibilityBlendDomainThreshold' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightingMasterWithClouds, VolumetricCloudsComponent) == 0x001420, "Member 'AGlobalLightingMasterWithClouds::VolumetricCloudsComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightingSingleton_DeregisterGlobalLightingObject \ static_assert(alignof(GlobalLightingSingleton_DeregisterGlobalLightingObject) == 0x000008, "Wrong alignment on GlobalLightingSingleton_DeregisterGlobalLightingObject"); \ static_assert(sizeof(GlobalLightingSingleton_DeregisterGlobalLightingObject) == 0x000008, "Wrong size on GlobalLightingSingleton_DeregisterGlobalLightingObject"); \ static_assert(offsetof(GlobalLightingSingleton_DeregisterGlobalLightingObject, BlendableLightingObject) == 0x000000, "Member 'GlobalLightingSingleton_DeregisterGlobalLightingObject::BlendableLightingObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightingSingleton_IsRegisteredGlobalLightingObject \ static_assert(alignof(GlobalLightingSingleton_IsRegisteredGlobalLightingObject) == 0x000008, "Wrong alignment on GlobalLightingSingleton_IsRegisteredGlobalLightingObject"); \ static_assert(sizeof(GlobalLightingSingleton_IsRegisteredGlobalLightingObject) == 0x000010, "Wrong size on GlobalLightingSingleton_IsRegisteredGlobalLightingObject"); \ static_assert(offsetof(GlobalLightingSingleton_IsRegisteredGlobalLightingObject, BlendableLightingObject) == 0x000000, "Member 'GlobalLightingSingleton_IsRegisteredGlobalLightingObject::BlendableLightingObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightingSingleton_IsRegisteredGlobalLightingObject, registered) == 0x000008, "Member 'GlobalLightingSingleton_IsRegisteredGlobalLightingObject::registered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightingSingleton_RegisterGlobalLightingObject \ static_assert(alignof(GlobalLightingSingleton_RegisterGlobalLightingObject) == 0x000008, "Wrong alignment on GlobalLightingSingleton_RegisterGlobalLightingObject"); \ static_assert(sizeof(GlobalLightingSingleton_RegisterGlobalLightingObject) == 0x000008, "Wrong size on GlobalLightingSingleton_RegisterGlobalLightingObject"); \ static_assert(offsetof(GlobalLightingSingleton_RegisterGlobalLightingObject, BlendableLightingObject) == 0x000000, "Member 'GlobalLightingSingleton_RegisterGlobalLightingObject::BlendableLightingObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingSingleton \ static_assert(alignof(UGlobalLightingSingleton) == 0x000008, "Wrong alignment on UGlobalLightingSingleton"); \ static_assert(sizeof(UGlobalLightingSingleton) == 0x000118, "Wrong size on UGlobalLightingSingleton"); \ static_assert(offsetof(UGlobalLightingSingleton, MasterMap) == 0x000028, "Member 'UGlobalLightingSingleton::MasterMap' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingSingleton, BlendableListMap) == 0x000078, "Member 'UGlobalLightingSingleton::BlendableListMap' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingSingleton, WorldBaseHeightMap) == 0x0000C8, "Member 'UGlobalLightingSingleton::WorldBaseHeightMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendableGlobalLightingComponent \ static_assert(alignof(UBlendableGlobalLightingComponent) == 0x000010, "Wrong alignment on UBlendableGlobalLightingComponent"); \ static_assert(sizeof(UBlendableGlobalLightingComponent) == 0x000280, "Wrong size on UBlendableGlobalLightingComponent"); \ static_assert(offsetof(UBlendableGlobalLightingComponent, GlobalLightingBlendable) == 0x000220, "Member 'UBlendableGlobalLightingComponent::GlobalLightingBlendable' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingComponent, BlendDomain) == 0x000228, "Member 'UBlendableGlobalLightingComponent::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingComponent, Priority) == 0x000260, "Member 'UBlendableGlobalLightingComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingComponent, BlendRadius) == 0x000264, "Member 'UBlendableGlobalLightingComponent::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingComponent, BlendWeight) == 0x000268, "Member 'UBlendableGlobalLightingComponent::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingComponent, FogZMode) == 0x000270, "Member 'UBlendableGlobalLightingComponent::FogZMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABlendableGlobalLightingVolume \ static_assert(alignof(ABlendableGlobalLightingVolume) == 0x000008, "Wrong alignment on ABlendableGlobalLightingVolume"); \ static_assert(sizeof(ABlendableGlobalLightingVolume) == 0x0002E0, "Wrong size on ABlendableGlobalLightingVolume"); \ static_assert(offsetof(ABlendableGlobalLightingVolume, GlobalLightingBlendable) == 0x000288, "Member 'ABlendableGlobalLightingVolume::GlobalLightingBlendable' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolume, BlendDomain) == 0x000290, "Member 'ABlendableGlobalLightingVolume::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolume, Priority) == 0x0002C8, "Member 'ABlendableGlobalLightingVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolume, BlendRadius) == 0x0002CC, "Member 'ABlendableGlobalLightingVolume::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolume, BlendWeight) == 0x0002D0, "Member 'ABlendableGlobalLightingVolume::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolume, FogZMode) == 0x0002D8, "Member 'ABlendableGlobalLightingVolume::FogZMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendableGlobalLightingVolumeFogDefaults \ static_assert(alignof(UBlendableGlobalLightingVolumeFogDefaults) == 0x000008, "Wrong alignment on UBlendableGlobalLightingVolumeFogDefaults"); \ static_assert(sizeof(UBlendableGlobalLightingVolumeFogDefaults) == 0x0001C8, "Wrong size on UBlendableGlobalLightingVolumeFogDefaults"); \ static_assert(offsetof(UBlendableGlobalLightingVolumeFogDefaults, Basic) == 0x000080, "Member 'UBlendableGlobalLightingVolumeFogDefaults::Basic' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingVolumeFogDefaults, Second) == 0x0000BC, "Member 'UBlendableGlobalLightingVolumeFogDefaults::Second' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingVolumeFogDefaults, DirectionalInscattering) == 0x0000CC, "Member 'UBlendableGlobalLightingVolumeFogDefaults::DirectionalInscattering' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingVolumeFogDefaults, Volumetric) == 0x0000F4, "Member 'UBlendableGlobalLightingVolumeFogDefaults::Volumetric' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingVolumeFogDefaults, VolumetricLighting) == 0x000148, "Member 'UBlendableGlobalLightingVolumeFogDefaults::VolumetricLighting' has a wrong offset!"); \ static_assert(offsetof(UBlendableGlobalLightingVolumeFogDefaults, VolumetricNoise) == 0x000180, "Member 'UBlendableGlobalLightingVolumeFogDefaults::VolumetricNoise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableExpHeightFogVolume \ static_assert(alignof(UGlobalLightingBlendableExpHeightFogVolume) == 0x000008, "Wrong alignment on UGlobalLightingBlendableExpHeightFogVolume"); \ static_assert(sizeof(UGlobalLightingBlendableExpHeightFogVolume) == 0x000028, "Wrong size on UGlobalLightingBlendableExpHeightFogVolume"); \ #define DUMPER7_ASSERTS_ABlendableGlobalLightingVolumeFogBase \ static_assert(alignof(ABlendableGlobalLightingVolumeFogBase) == 0x000008, "Wrong alignment on ABlendableGlobalLightingVolumeFogBase"); \ static_assert(sizeof(ABlendableGlobalLightingVolumeFogBase) == 0x0002E8, "Wrong size on ABlendableGlobalLightingVolumeFogBase"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFogBase, FogZMode) == 0x000288, "Member 'ABlendableGlobalLightingVolumeFogBase::FogZMode' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFogBase, Transmuter) == 0x000290, "Member 'ABlendableGlobalLightingVolumeFogBase::Transmuter' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFogBase, BlendDomain) == 0x000298, "Member 'ABlendableGlobalLightingVolumeFogBase::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFogBase, Priority) == 0x0002D0, "Member 'ABlendableGlobalLightingVolumeFogBase::Priority' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFogBase, BlendRadius) == 0x0002D4, "Member 'ABlendableGlobalLightingVolumeFogBase::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFogBase, BlendWeight) == 0x0002D8, "Member 'ABlendableGlobalLightingVolumeFogBase::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFogBase, bUnbounded) == 0x0002DC, "Member 'ABlendableGlobalLightingVolumeFogBase::bUnbounded' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFogBase, bEnabled) == 0x0002DD, "Member 'ABlendableGlobalLightingVolumeFogBase::bEnabled' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFogBase, GlobalLightingBlendable) == 0x0002E0, "Member 'ABlendableGlobalLightingVolumeFogBase::GlobalLightingBlendable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABlendableGlobalLightingVolumeFog \ static_assert(alignof(ABlendableGlobalLightingVolumeFog) == 0x000008, "Wrong alignment on ABlendableGlobalLightingVolumeFog"); \ static_assert(sizeof(ABlendableGlobalLightingVolumeFog) == 0x0004B0, "Wrong size on ABlendableGlobalLightingVolumeFog"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFog, Basic) == 0x0002E8, "Member 'ABlendableGlobalLightingVolumeFog::Basic' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFog, Second) == 0x000324, "Member 'ABlendableGlobalLightingVolumeFog::Second' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFog, DirectionalInscattering) == 0x000334, "Member 'ABlendableGlobalLightingVolumeFog::DirectionalInscattering' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFog, Volumetric) == 0x00035C, "Member 'ABlendableGlobalLightingVolumeFog::Volumetric' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFog, VolumetricLighting) == 0x0003B0, "Member 'ABlendableGlobalLightingVolumeFog::VolumetricLighting' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFog, VolumetricNoise) == 0x0003E8, "Member 'ABlendableGlobalLightingVolumeFog::VolumetricNoise' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFog, VolumetricAdvanced) == 0x000430, "Member 'ABlendableGlobalLightingVolumeFog::VolumetricAdvanced' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFog, Defaults) == 0x0004A8, "Member 'ABlendableGlobalLightingVolumeFog::Defaults' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABlendableGlobalLightingVolumeFogRelative \ static_assert(alignof(ABlendableGlobalLightingVolumeFogRelative) == 0x000008, "Wrong alignment on ABlendableGlobalLightingVolumeFogRelative"); \ static_assert(sizeof(ABlendableGlobalLightingVolumeFogRelative) == 0x0007D0, "Wrong size on ABlendableGlobalLightingVolumeFogRelative"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFogRelative, Basic) == 0x0002E8, "Member 'ABlendableGlobalLightingVolumeFogRelative::Basic' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFogRelative, Second) == 0x00043C, "Member 'ABlendableGlobalLightingVolumeFogRelative::Second' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFogRelative, DirectionalInscattering) == 0x00049C, "Member 'ABlendableGlobalLightingVolumeFogRelative::DirectionalInscattering' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFogRelative, Volumetric) == 0x000550, "Member 'ABlendableGlobalLightingVolumeFogRelative::Volumetric' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFogRelative, VolumetricNoise) == 0x000708, "Member 'ABlendableGlobalLightingVolumeFogRelative::VolumetricNoise' has a wrong offset!"); \ static_assert(offsetof(ABlendableGlobalLightingVolumeFogRelative, Defaults) == 0x0007C8, "Member 'ABlendableGlobalLightingVolumeFogRelative::Defaults' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModOptionDisable \ static_assert(alignof(UGlobalLightRigModOptionDisable) == 0x000008, "Wrong alignment on UGlobalLightRigModOptionDisable"); \ static_assert(sizeof(UGlobalLightRigModOptionDisable) == 0x000028, "Wrong size on UGlobalLightRigModOptionDisable"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModOptionNotes \ static_assert(alignof(UGlobalLightRigModOptionNotes) == 0x000008, "Wrong alignment on UGlobalLightRigModOptionNotes"); \ static_assert(sizeof(UGlobalLightRigModOptionNotes) == 0x000028, "Wrong size on UGlobalLightRigModOptionNotes"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModOptionProbeOnly \ static_assert(alignof(UGlobalLightRigModOptionProbeOnly) == 0x000008, "Wrong alignment on UGlobalLightRigModOptionProbeOnly"); \ static_assert(sizeof(UGlobalLightRigModOptionProbeOnly) == 0x000028, "Wrong size on UGlobalLightRigModOptionProbeOnly"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModOptionGameOnly \ static_assert(alignof(UGlobalLightRigModOptionGameOnly) == 0x000008, "Wrong alignment on UGlobalLightRigModOptionGameOnly"); \ static_assert(sizeof(UGlobalLightRigModOptionGameOnly) == 0x000028, "Wrong size on UGlobalLightRigModOptionGameOnly"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModOptionTypeMultiply \ static_assert(alignof(UGlobalLightRigModOptionTypeMultiply) == 0x000008, "Wrong alignment on UGlobalLightRigModOptionTypeMultiply"); \ static_assert(sizeof(UGlobalLightRigModOptionTypeMultiply) == 0x000028, "Wrong size on UGlobalLightRigModOptionTypeMultiply"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModOptionTypeAdd \ static_assert(alignof(UGlobalLightRigModOptionTypeAdd) == 0x000008, "Wrong alignment on UGlobalLightRigModOptionTypeAdd"); \ static_assert(sizeof(UGlobalLightRigModOptionTypeAdd) == 0x000028, "Wrong size on UGlobalLightRigModOptionTypeAdd"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModOptionTypeMinimum \ static_assert(alignof(UGlobalLightRigModOptionTypeMinimum) == 0x000008, "Wrong alignment on UGlobalLightRigModOptionTypeMinimum"); \ static_assert(sizeof(UGlobalLightRigModOptionTypeMinimum) == 0x000028, "Wrong size on UGlobalLightRigModOptionTypeMinimum"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModOptionTransformNegate \ static_assert(alignof(UGlobalLightRigModOptionTransformNegate) == 0x000008, "Wrong alignment on UGlobalLightRigModOptionTransformNegate"); \ static_assert(sizeof(UGlobalLightRigModOptionTransformNegate) == 0x000028, "Wrong size on UGlobalLightRigModOptionTransformNegate"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModOptionTransformAbs \ static_assert(alignof(UGlobalLightRigModOptionTransformAbs) == 0x000008, "Wrong alignment on UGlobalLightRigModOptionTransformAbs"); \ static_assert(sizeof(UGlobalLightRigModOptionTransformAbs) == 0x000028, "Wrong size on UGlobalLightRigModOptionTransformAbs"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModOptionTransformOneMinus \ static_assert(alignof(UGlobalLightRigModOptionTransformOneMinus) == 0x000008, "Wrong alignment on UGlobalLightRigModOptionTransformOneMinus"); \ static_assert(sizeof(UGlobalLightRigModOptionTransformOneMinus) == 0x000028, "Wrong size on UGlobalLightRigModOptionTransformOneMinus"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModOptionTransformSaturate \ static_assert(alignof(UGlobalLightRigModOptionTransformSaturate) == 0x000008, "Wrong alignment on UGlobalLightRigModOptionTransformSaturate"); \ static_assert(sizeof(UGlobalLightRigModOptionTransformSaturate) == 0x000028, "Wrong size on UGlobalLightRigModOptionTransformSaturate"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModOptionTransformSquare \ static_assert(alignof(UGlobalLightRigModOptionTransformSquare) == 0x000008, "Wrong alignment on UGlobalLightRigModOptionTransformSquare"); \ static_assert(sizeof(UGlobalLightRigModOptionTransformSquare) == 0x000028, "Wrong size on UGlobalLightRigModOptionTransformSquare"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModOptionTransformNormalize \ static_assert(alignof(UGlobalLightRigModOptionTransformNormalize) == 0x000008, "Wrong alignment on UGlobalLightRigModOptionTransformNormalize"); \ static_assert(sizeof(UGlobalLightRigModOptionTransformNormalize) == 0x000028, "Wrong size on UGlobalLightRigModOptionTransformNormalize"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModFloatConstant \ static_assert(alignof(UGlobalLightRigModFloatConstant) == 0x000008, "Wrong alignment on UGlobalLightRigModFloatConstant"); \ static_assert(sizeof(UGlobalLightRigModFloatConstant) == 0x000038, "Wrong size on UGlobalLightRigModFloatConstant"); \ static_assert(offsetof(UGlobalLightRigModFloatConstant, Param) == 0x000028, "Member 'UGlobalLightRigModFloatConstant::Param' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatConstant, Value) == 0x00002C, "Member 'UGlobalLightRigModFloatConstant::Value' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatConstant, ColorConversion) == 0x000030, "Member 'UGlobalLightRigModFloatConstant::ColorConversion' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatConstant, Type) == 0x000031, "Member 'UGlobalLightRigModFloatConstant::Type' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatConstant, Mode) == 0x000032, "Member 'UGlobalLightRigModFloatConstant::Mode' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatConstant, bEnabled) == 0x000033, "Member 'UGlobalLightRigModFloatConstant::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModFloatCurveNew \ static_assert(alignof(UGlobalLightRigModFloatCurveNew) == 0x000008, "Wrong alignment on UGlobalLightRigModFloatCurveNew"); \ static_assert(sizeof(UGlobalLightRigModFloatCurveNew) == 0x000058, "Wrong size on UGlobalLightRigModFloatCurveNew"); \ static_assert(offsetof(UGlobalLightRigModFloatCurveNew, Param) == 0x000028, "Member 'UGlobalLightRigModFloatCurveNew::Param' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatCurveNew, Source) == 0x00002C, "Member 'UGlobalLightRigModFloatCurveNew::Source' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatCurveNew, Curve) == 0x000038, "Member 'UGlobalLightRigModFloatCurveNew::Curve' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatCurveNew, Modifiers) == 0x000040, "Member 'UGlobalLightRigModFloatCurveNew::Modifiers' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModFloatCurveNew, ColorConversion) == 0x000050, "Member 'UGlobalLightRigModFloatCurveNew::ColorConversion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModColorBase \ static_assert(alignof(UGlobalLightRigModColorBase) == 0x000008, "Wrong alignment on UGlobalLightRigModColorBase"); \ static_assert(sizeof(UGlobalLightRigModColorBase) == 0x000028, "Wrong size on UGlobalLightRigModColorBase"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModColorCurve \ static_assert(alignof(UGlobalLightRigModColorCurve) == 0x000008, "Wrong alignment on UGlobalLightRigModColorCurve"); \ static_assert(sizeof(UGlobalLightRigModColorCurve) == 0x000048, "Wrong size on UGlobalLightRigModColorCurve"); \ static_assert(offsetof(UGlobalLightRigModColorCurve, Param) == 0x000028, "Member 'UGlobalLightRigModColorCurve::Param' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorCurve, Source) == 0x00002C, "Member 'UGlobalLightRigModColorCurve::Source' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorCurve, Curve) == 0x000038, "Member 'UGlobalLightRigModColorCurve::Curve' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorCurve, ColorType) == 0x000040, "Member 'UGlobalLightRigModColorCurve::ColorType' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorCurve, Type) == 0x000041, "Member 'UGlobalLightRigModColorCurve::Type' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorCurve, Mode) == 0x000042, "Member 'UGlobalLightRigModColorCurve::Mode' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorCurve, bEnabled) == 0x000043, "Member 'UGlobalLightRigModColorCurve::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModColorConstant \ static_assert(alignof(UGlobalLightRigModColorConstant) == 0x000008, "Wrong alignment on UGlobalLightRigModColorConstant"); \ static_assert(sizeof(UGlobalLightRigModColorConstant) == 0x000040, "Wrong size on UGlobalLightRigModColorConstant"); \ static_assert(offsetof(UGlobalLightRigModColorConstant, Param) == 0x000028, "Member 'UGlobalLightRigModColorConstant::Param' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorConstant, Color) == 0x00002C, "Member 'UGlobalLightRigModColorConstant::Color' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorConstant, ColorType) == 0x00003C, "Member 'UGlobalLightRigModColorConstant::ColorType' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorConstant, Type) == 0x00003D, "Member 'UGlobalLightRigModColorConstant::Type' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorConstant, Mode) == 0x00003E, "Member 'UGlobalLightRigModColorConstant::Mode' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorConstant, bEnabled) == 0x00003F, "Member 'UGlobalLightRigModColorConstant::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModColorCurveNew \ static_assert(alignof(UGlobalLightRigModColorCurveNew) == 0x000008, "Wrong alignment on UGlobalLightRigModColorCurveNew"); \ static_assert(sizeof(UGlobalLightRigModColorCurveNew) == 0x000058, "Wrong size on UGlobalLightRigModColorCurveNew"); \ static_assert(offsetof(UGlobalLightRigModColorCurveNew, Param) == 0x000028, "Member 'UGlobalLightRigModColorCurveNew::Param' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorCurveNew, Source) == 0x00002C, "Member 'UGlobalLightRigModColorCurveNew::Source' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorCurveNew, Curve) == 0x000038, "Member 'UGlobalLightRigModColorCurveNew::Curve' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorCurveNew, ColorType) == 0x000040, "Member 'UGlobalLightRigModColorCurveNew::ColorType' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorCurveNew, Modifiers) == 0x000048, "Member 'UGlobalLightRigModColorCurveNew::Modifiers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModColorConstantNew \ static_assert(alignof(UGlobalLightRigModColorConstantNew) == 0x000008, "Wrong alignment on UGlobalLightRigModColorConstantNew"); \ static_assert(sizeof(UGlobalLightRigModColorConstantNew) == 0x000050, "Wrong size on UGlobalLightRigModColorConstantNew"); \ static_assert(offsetof(UGlobalLightRigModColorConstantNew, Param) == 0x000028, "Member 'UGlobalLightRigModColorConstantNew::Param' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorConstantNew, Color) == 0x00002C, "Member 'UGlobalLightRigModColorConstantNew::Color' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorConstantNew, ColorType) == 0x00003C, "Member 'UGlobalLightRigModColorConstantNew::ColorType' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModColorConstantNew, Modifiers) == 0x000040, "Member 'UGlobalLightRigModColorConstantNew::Modifiers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModCollection \ static_assert(alignof(UGlobalLightRigModCollection) == 0x000008, "Wrong alignment on UGlobalLightRigModCollection"); \ static_assert(sizeof(UGlobalLightRigModCollection) == 0x000040, "Wrong size on UGlobalLightRigModCollection"); \ static_assert(offsetof(UGlobalLightRigModCollection, mods) == 0x000030, "Member 'UGlobalLightRigModCollection::mods' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableModsBase \ static_assert(alignof(UGlobalLightingBlendableModsBase) == 0x000008, "Wrong alignment on UGlobalLightingBlendableModsBase"); \ static_assert(sizeof(UGlobalLightingBlendableModsBase) == 0x000028, "Wrong size on UGlobalLightingBlendableModsBase"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableMods \ static_assert(alignof(UGlobalLightingBlendableMods) == 0x000008, "Wrong alignment on UGlobalLightingBlendableMods"); \ static_assert(sizeof(UGlobalLightingBlendableMods) == 0x000038, "Wrong size on UGlobalLightingBlendableMods"); \ static_assert(offsetof(UGlobalLightingBlendableMods, mods) == 0x000028, "Member 'UGlobalLightingBlendableMods::mods' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableModCollection \ static_assert(alignof(UGlobalLightingBlendableModCollection) == 0x000008, "Wrong alignment on UGlobalLightingBlendableModCollection"); \ static_assert(sizeof(UGlobalLightingBlendableModCollection) == 0x000030, "Wrong size on UGlobalLightingBlendableModCollection"); \ static_assert(offsetof(UGlobalLightingBlendableModCollection, ModCollection) == 0x000028, "Member 'UGlobalLightingBlendableModCollection::ModCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogTransmuterGlobalLightRigMod \ static_assert(alignof(UExpHeightFogTransmuterGlobalLightRigMod) == 0x000008, "Wrong alignment on UExpHeightFogTransmuterGlobalLightRigMod"); \ static_assert(sizeof(UExpHeightFogTransmuterGlobalLightRigMod) == 0x000038, "Wrong size on UExpHeightFogTransmuterGlobalLightRigMod"); \ static_assert(offsetof(UExpHeightFogTransmuterGlobalLightRigMod, mods) == 0x000028, "Member 'UExpHeightFogTransmuterGlobalLightRigMod::mods' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogTransmuterGlobalLightRigModCollection \ static_assert(alignof(UExpHeightFogTransmuterGlobalLightRigModCollection) == 0x000008, "Wrong alignment on UExpHeightFogTransmuterGlobalLightRigModCollection"); \ static_assert(sizeof(UExpHeightFogTransmuterGlobalLightRigModCollection) == 0x000030, "Wrong size on UExpHeightFogTransmuterGlobalLightRigModCollection"); \ static_assert(offsetof(UExpHeightFogTransmuterGlobalLightRigModCollection, ModCollection) == 0x000028, "Member 'UExpHeightFogTransmuterGlobalLightRigModCollection::ModCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModFloatBlendDomain \ static_assert(alignof(UGlobalLightRigModFloatBlendDomain) == 0x000008, "Wrong alignment on UGlobalLightRigModFloatBlendDomain"); \ static_assert(sizeof(UGlobalLightRigModFloatBlendDomain) == 0x000050, "Wrong size on UGlobalLightRigModFloatBlendDomain"); \ static_assert(offsetof(UGlobalLightRigModFloatBlendDomain, BlendDomain) == 0x000048, "Member 'UGlobalLightRigModFloatBlendDomain::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModFloatExposureExpressionEV100 \ static_assert(alignof(UGlobalLightRigModFloatExposureExpressionEV100) == 0x000008, "Wrong alignment on UGlobalLightRigModFloatExposureExpressionEV100"); \ static_assert(sizeof(UGlobalLightRigModFloatExposureExpressionEV100) == 0x000050, "Wrong size on UGlobalLightRigModFloatExposureExpressionEV100"); \ static_assert(offsetof(UGlobalLightRigModFloatExposureExpressionEV100, ExposureExpression) == 0x000048, "Member 'UGlobalLightRigModFloatExposureExpressionEV100::ExposureExpression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModLerpControl \ static_assert(alignof(UGlobalLightRigModLerpControl) == 0x000008, "Wrong alignment on UGlobalLightRigModLerpControl"); \ static_assert(sizeof(UGlobalLightRigModLerpControl) == 0x000030, "Wrong size on UGlobalLightRigModLerpControl"); \ static_assert(offsetof(UGlobalLightRigModLerpControl, Param) == 0x000028, "Member 'UGlobalLightRigModLerpControl::Param' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModLerpControl, bEnabled) == 0x000029, "Member 'UGlobalLightRigModLerpControl::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModLerpCurve \ static_assert(alignof(UGlobalLightRigModLerpCurve) == 0x000008, "Wrong alignment on UGlobalLightRigModLerpCurve"); \ static_assert(sizeof(UGlobalLightRigModLerpCurve) == 0x000038, "Wrong size on UGlobalLightRigModLerpCurve"); \ static_assert(offsetof(UGlobalLightRigModLerpCurve, Curve) == 0x000030, "Member 'UGlobalLightRigModLerpCurve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModLerpBinary \ static_assert(alignof(UGlobalLightRigModLerpBinary) == 0x000008, "Wrong alignment on UGlobalLightRigModLerpBinary"); \ static_assert(sizeof(UGlobalLightRigModLerpBinary) == 0x000038, "Wrong size on UGlobalLightRigModLerpBinary"); \ static_assert(offsetof(UGlobalLightRigModLerpBinary, bInvert) == 0x000030, "Member 'UGlobalLightRigModLerpBinary::bInvert' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModLerpOnOff \ static_assert(alignof(UGlobalLightRigModLerpOnOff) == 0x000008, "Wrong alignment on UGlobalLightRigModLerpOnOff"); \ static_assert(sizeof(UGlobalLightRigModLerpOnOff) == 0x000040, "Wrong size on UGlobalLightRigModLerpOnOff"); \ static_assert(offsetof(UGlobalLightRigModLerpOnOff, Cutoff) == 0x000038, "Member 'UGlobalLightRigModLerpOnOff::Cutoff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModLerpIfNotZero \ static_assert(alignof(UGlobalLightRigModLerpIfNotZero) == 0x000008, "Wrong alignment on UGlobalLightRigModLerpIfNotZero"); \ static_assert(sizeof(UGlobalLightRigModLerpIfNotZero) == 0x000040, "Wrong size on UGlobalLightRigModLerpIfNotZero"); \ static_assert(offsetof(UGlobalLightRigModLerpIfNotZero, Tolerance) == 0x000038, "Member 'UGlobalLightRigModLerpIfNotZero::Tolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModLerpIfOne \ static_assert(alignof(UGlobalLightRigModLerpIfOne) == 0x000008, "Wrong alignment on UGlobalLightRigModLerpIfOne"); \ static_assert(sizeof(UGlobalLightRigModLerpIfOne) == 0x000040, "Wrong size on UGlobalLightRigModLerpIfOne"); \ static_assert(offsetof(UGlobalLightRigModLerpIfOne, Tolerance) == 0x000038, "Member 'UGlobalLightRigModLerpIfOne::Tolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightRigModLerpEase \ static_assert(alignof(UGlobalLightRigModLerpEase) == 0x000008, "Wrong alignment on UGlobalLightRigModLerpEase"); \ static_assert(sizeof(UGlobalLightRigModLerpEase) == 0x000038, "Wrong size on UGlobalLightRigModLerpEase"); \ static_assert(offsetof(UGlobalLightRigModLerpEase, Easing) == 0x000030, "Member 'UGlobalLightRigModLerpEase::Easing' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightRigModLerpEase, BlendExp) == 0x000034, "Member 'UGlobalLightRigModLerpEase::BlendExp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProbeLightingParams \ static_assert(alignof(UProbeLightingParams) == 0x000008, "Wrong alignment on UProbeLightingParams"); \ static_assert(sizeof(UProbeLightingParams) == 0x000028, "Wrong size on UProbeLightingParams"); \ #define DUMPER7_ASSERTS_UProbeLightingParamsFull \ static_assert(alignof(UProbeLightingParamsFull) == 0x000008, "Wrong alignment on UProbeLightingParamsFull"); \ static_assert(sizeof(UProbeLightingParamsFull) == 0x000058, "Wrong size on UProbeLightingParamsFull"); \ static_assert(offsetof(UProbeLightingParamsFull, Parameters) == 0x000028, "Member 'UProbeLightingParamsFull::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProbeLightingParamsAdjustments \ static_assert(alignof(UProbeLightingParamsAdjustments) == 0x000008, "Wrong alignment on UProbeLightingParamsAdjustments"); \ static_assert(sizeof(UProbeLightingParamsAdjustments) == 0x000038, "Wrong size on UProbeLightingParamsAdjustments"); \ static_assert(offsetof(UProbeLightingParamsAdjustments, Parameters) == 0x000028, "Member 'UProbeLightingParamsAdjustments::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProbeLightingParamsToneMap \ static_assert(alignof(UProbeLightingParamsToneMap) == 0x000008, "Wrong alignment on UProbeLightingParamsToneMap"); \ static_assert(sizeof(UProbeLightingParamsToneMap) == 0x000038, "Wrong size on UProbeLightingParamsToneMap"); \ static_assert(offsetof(UProbeLightingParamsToneMap, Parameters) == 0x000028, "Member 'UProbeLightingParamsToneMap::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProbeLightingParamsContactShadows \ static_assert(alignof(UProbeLightingParamsContactShadows) == 0x000008, "Wrong alignment on UProbeLightingParamsContactShadows"); \ static_assert(sizeof(UProbeLightingParamsContactShadows) == 0x000040, "Wrong size on UProbeLightingParamsContactShadows"); \ static_assert(offsetof(UProbeLightingParamsContactShadows, Parameters) == 0x000028, "Member 'UProbeLightingParamsContactShadows::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProbeLightingParamsOverride \ static_assert(alignof(UProbeLightingParamsOverride) == 0x000008, "Wrong alignment on UProbeLightingParamsOverride"); \ static_assert(sizeof(UProbeLightingParamsOverride) == 0x000068, "Wrong size on UProbeLightingParamsOverride"); \ static_assert(offsetof(UProbeLightingParamsOverride, Parameters) == 0x000028, "Member 'UProbeLightingParamsOverride::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProbeLightingParamsAdjustmentsOverride \ static_assert(alignof(UProbeLightingParamsAdjustmentsOverride) == 0x000008, "Wrong alignment on UProbeLightingParamsAdjustmentsOverride"); \ static_assert(sizeof(UProbeLightingParamsAdjustmentsOverride) == 0x000040, "Wrong size on UProbeLightingParamsAdjustmentsOverride"); \ static_assert(offsetof(UProbeLightingParamsAdjustmentsOverride, Parameters) == 0x000028, "Member 'UProbeLightingParamsAdjustmentsOverride::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProbeLightingParamsToneMapOverride \ static_assert(alignof(UProbeLightingParamsToneMapOverride) == 0x000008, "Wrong alignment on UProbeLightingParamsToneMapOverride"); \ static_assert(sizeof(UProbeLightingParamsToneMapOverride) == 0x000038, "Wrong size on UProbeLightingParamsToneMapOverride"); \ static_assert(offsetof(UProbeLightingParamsToneMapOverride, Parameters) == 0x000028, "Member 'UProbeLightingParamsToneMapOverride::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProbeLightingParamsContactShadowsOverride \ static_assert(alignof(UProbeLightingParamsContactShadowsOverride) == 0x000008, "Wrong alignment on UProbeLightingParamsContactShadowsOverride"); \ static_assert(sizeof(UProbeLightingParamsContactShadowsOverride) == 0x000040, "Wrong size on UProbeLightingParamsContactShadowsOverride"); \ static_assert(offsetof(UProbeLightingParamsContactShadowsOverride, Parameters) == 0x000028, "Member 'UProbeLightingParamsContactShadowsOverride::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyAtmosphereParamsFull \ static_assert(alignof(USkyAtmosphereParamsFull) == 0x000008, "Wrong alignment on USkyAtmosphereParamsFull"); \ static_assert(sizeof(USkyAtmosphereParamsFull) == 0x000170, "Wrong size on USkyAtmosphereParamsFull"); \ static_assert(offsetof(USkyAtmosphereParamsFull, Parameters) == 0x000028, "Member 'USkyAtmosphereParamsFull::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyAtmosphereParamsOverrideFull \ static_assert(alignof(USkyAtmosphereParamsOverrideFull) == 0x000008, "Wrong alignment on USkyAtmosphereParamsOverrideFull"); \ static_assert(sizeof(USkyAtmosphereParamsOverrideFull) == 0x0001A0, "Wrong size on USkyAtmosphereParamsOverrideFull"); \ static_assert(offsetof(USkyAtmosphereParamsOverrideFull, Parameters) == 0x000028, "Member 'USkyAtmosphereParamsOverrideFull::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyAtmosphereParamsOverrideOzone \ static_assert(alignof(USkyAtmosphereParamsOverrideOzone) == 0x000008, "Wrong alignment on USkyAtmosphereParamsOverrideOzone"); \ static_assert(sizeof(USkyAtmosphereParamsOverrideOzone) == 0x000050, "Wrong size on USkyAtmosphereParamsOverrideOzone"); \ static_assert(offsetof(USkyAtmosphereParamsOverrideOzone, Ozone) == 0x000028, "Member 'USkyAtmosphereParamsOverrideOzone::Ozone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyAtmosphereParamsOverrideArtDirection \ static_assert(alignof(USkyAtmosphereParamsOverrideArtDirection) == 0x000008, "Wrong alignment on USkyAtmosphereParamsOverrideArtDirection"); \ static_assert(sizeof(USkyAtmosphereParamsOverrideArtDirection) == 0x000098, "Wrong size on USkyAtmosphereParamsOverrideArtDirection"); \ static_assert(offsetof(USkyAtmosphereParamsOverrideArtDirection, ArtDirection) == 0x000028, "Member 'USkyAtmosphereParamsOverrideArtDirection::ArtDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyAtmosphereParamsOverrideSkyOnly \ static_assert(alignof(USkyAtmosphereParamsOverrideSkyOnly) == 0x000008, "Wrong alignment on USkyAtmosphereParamsOverrideSkyOnly"); \ static_assert(sizeof(USkyAtmosphereParamsOverrideSkyOnly) == 0x000088, "Wrong size on USkyAtmosphereParamsOverrideSkyOnly"); \ static_assert(offsetof(USkyAtmosphereParamsOverrideSkyOnly, SkyOnly) == 0x000028, "Member 'USkyAtmosphereParamsOverrideSkyOnly::SkyOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyLightParamsFull \ static_assert(alignof(USkyLightParamsFull) == 0x000008, "Wrong alignment on USkyLightParamsFull"); \ static_assert(sizeof(USkyLightParamsFull) == 0x0000D0, "Wrong size on USkyLightParamsFull"); \ static_assert(offsetof(USkyLightParamsFull, Parameters) == 0x000028, "Member 'USkyLightParamsFull::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyLightParamsSimple \ static_assert(alignof(USkyLightParamsSimple) == 0x000008, "Wrong alignment on USkyLightParamsSimple"); \ static_assert(sizeof(USkyLightParamsSimple) == 0x000038, "Wrong size on USkyLightParamsSimple"); \ static_assert(offsetof(USkyLightParamsSimple, Basic) == 0x000028, "Member 'USkyLightParamsSimple::Basic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyLightParamsHemisphere \ static_assert(alignof(USkyLightParamsHemisphere) == 0x000008, "Wrong alignment on USkyLightParamsHemisphere"); \ static_assert(sizeof(USkyLightParamsHemisphere) == 0x000068, "Wrong size on USkyLightParamsHemisphere"); \ static_assert(offsetof(USkyLightParamsHemisphere, Hemisphere) == 0x000028, "Member 'USkyLightParamsHemisphere::Hemisphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyLightParamsOverrideFull \ static_assert(alignof(USkyLightParamsOverrideFull) == 0x000008, "Wrong alignment on USkyLightParamsOverrideFull"); \ static_assert(sizeof(USkyLightParamsOverrideFull) == 0x0000D8, "Wrong size on USkyLightParamsOverrideFull"); \ static_assert(offsetof(USkyLightParamsOverrideFull, Parameters) == 0x000028, "Member 'USkyLightParamsOverrideFull::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyLightParamsOverrideBasic \ static_assert(alignof(USkyLightParamsOverrideBasic) == 0x000008, "Wrong alignment on USkyLightParamsOverrideBasic"); \ static_assert(sizeof(USkyLightParamsOverrideBasic) == 0x000040, "Wrong size on USkyLightParamsOverrideBasic"); \ static_assert(offsetof(USkyLightParamsOverrideBasic, Basic) == 0x000028, "Member 'USkyLightParamsOverrideBasic::Basic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyLightParamsOverrideDFAO \ static_assert(alignof(USkyLightParamsOverrideDFAO) == 0x000008, "Wrong alignment on USkyLightParamsOverrideDFAO"); \ static_assert(sizeof(USkyLightParamsOverrideDFAO) == 0x000048, "Wrong size on USkyLightParamsOverrideDFAO"); \ static_assert(offsetof(USkyLightParamsOverrideDFAO, DFAO) == 0x000028, "Member 'USkyLightParamsOverrideDFAO::DFAO' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyLightParamsOverrideHemisphere \ static_assert(alignof(USkyLightParamsOverrideHemisphere) == 0x000008, "Wrong alignment on USkyLightParamsOverrideHemisphere"); \ static_assert(sizeof(USkyLightParamsOverrideHemisphere) == 0x000068, "Wrong size on USkyLightParamsOverrideHemisphere"); \ static_assert(offsetof(USkyLightParamsOverrideHemisphere, Hemisphere) == 0x000028, "Member 'USkyLightParamsOverrideHemisphere::Hemisphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyLightParamsRelativeBasic \ static_assert(alignof(USkyLightParamsRelativeBasic) == 0x000008, "Wrong alignment on USkyLightParamsRelativeBasic"); \ static_assert(sizeof(USkyLightParamsRelativeBasic) == 0x000090, "Wrong size on USkyLightParamsRelativeBasic"); \ static_assert(offsetof(USkyLightParamsRelativeBasic, Basic) == 0x000028, "Member 'USkyLightParamsRelativeBasic::Basic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyOnlyComponent \ static_assert(alignof(USkyOnlyComponent) == 0x000010, "Wrong alignment on USkyOnlyComponent"); \ static_assert(sizeof(USkyOnlyComponent) == 0x000590, "Wrong size on USkyOnlyComponent"); \ static_assert(offsetof(USkyOnlyComponent, SingleDirectionalLightMaterial) == 0x000518, "Member 'USkyOnlyComponent::SingleDirectionalLightMaterial' has a wrong offset!"); \ static_assert(offsetof(USkyOnlyComponent, DualDirectionalLightMaterial) == 0x000520, "Member 'USkyOnlyComponent::DualDirectionalLightMaterial' has a wrong offset!"); \ static_assert(offsetof(USkyOnlyComponent, Parameters) == 0x000528, "Member 'USkyOnlyComponent::Parameters' has a wrong offset!"); \ static_assert(offsetof(USkyOnlyComponent, SingleDirectionalLightMaterialOverride) == 0x000578, "Member 'USkyOnlyComponent::SingleDirectionalLightMaterialOverride' has a wrong offset!"); \ static_assert(offsetof(USkyOnlyComponent, DualDirectionalLightMaterialOverride) == 0x000580, "Member 'USkyOnlyComponent::DualDirectionalLightMaterialOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASkyOnly \ static_assert(alignof(ASkyOnly) == 0x000008, "Wrong alignment on ASkyOnly"); \ static_assert(sizeof(ASkyOnly) == 0x0002B0, "Wrong size on ASkyOnly"); \ static_assert(offsetof(ASkyOnly, SkyOnlyComponent) == 0x000248, "Member 'ASkyOnly::SkyOnlyComponent' has a wrong offset!"); \ static_assert(offsetof(ASkyOnly, Parameters) == 0x000250, "Member 'ASkyOnly::Parameters' has a wrong offset!"); \ static_assert(offsetof(ASkyOnly, bDualDirectionalLights) == 0x0002A0, "Member 'ASkyOnly::bDualDirectionalLights' has a wrong offset!"); \ static_assert(offsetof(ASkyOnly, bEnabled) == 0x0002A1, "Member 'ASkyOnly::bEnabled' has a wrong offset!"); \ static_assert(offsetof(ASkyOnly, CachedVisibleSkyAtmosphere) == 0x0002A4, "Member 'ASkyOnly::CachedVisibleSkyAtmosphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloudLightingParamsFull \ static_assert(alignof(UCloudLightingParamsFull) == 0x000008, "Wrong alignment on UCloudLightingParamsFull"); \ static_assert(sizeof(UCloudLightingParamsFull) == 0x0000B0, "Wrong size on UCloudLightingParamsFull"); \ static_assert(offsetof(UCloudLightingParamsFull, Parameters) == 0x000028, "Member 'UCloudLightingParamsFull::Parameters' has a wrong offset!"); \ static_assert(offsetof(UCloudLightingParamsFull, bSetSceneLighting) == 0x0000A8, "Member 'UCloudLightingParamsFull::bSetSceneLighting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloudLightingParamsSimple \ static_assert(alignof(UCloudLightingParamsSimple) == 0x000008, "Wrong alignment on UCloudLightingParamsSimple"); \ static_assert(sizeof(UCloudLightingParamsSimple) == 0x000060, "Wrong size on UCloudLightingParamsSimple"); \ static_assert(offsetof(UCloudLightingParamsSimple, Basic) == 0x000028, "Member 'UCloudLightingParamsSimple::Basic' has a wrong offset!"); \ static_assert(offsetof(UCloudLightingParamsSimple, SkyLight) == 0x000040, "Member 'UCloudLightingParamsSimple::SkyLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloudLightingParamsOverrideFull \ static_assert(alignof(UCloudLightingParamsOverrideFull) == 0x000008, "Wrong alignment on UCloudLightingParamsOverrideFull"); \ static_assert(sizeof(UCloudLightingParamsOverrideFull) == 0x0000C0, "Wrong size on UCloudLightingParamsOverrideFull"); \ static_assert(offsetof(UCloudLightingParamsOverrideFull, Parameters) == 0x000028, "Member 'UCloudLightingParamsOverrideFull::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloudLightingParamsOverrideBasic \ static_assert(alignof(UCloudLightingParamsOverrideBasic) == 0x000008, "Wrong alignment on UCloudLightingParamsOverrideBasic"); \ static_assert(sizeof(UCloudLightingParamsOverrideBasic) == 0x000060, "Wrong size on UCloudLightingParamsOverrideBasic"); \ static_assert(offsetof(UCloudLightingParamsOverrideBasic, Basic) == 0x000028, "Member 'UCloudLightingParamsOverrideBasic::Basic' has a wrong offset!"); \ static_assert(offsetof(UCloudLightingParamsOverrideBasic, SkyLight) == 0x00003C, "Member 'UCloudLightingParamsOverrideBasic::SkyLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloudLightingParamsSceneLightingSun \ static_assert(alignof(UCloudLightingParamsSceneLightingSun) == 0x000008, "Wrong alignment on UCloudLightingParamsSceneLightingSun"); \ static_assert(sizeof(UCloudLightingParamsSceneLightingSun) == 0x000048, "Wrong size on UCloudLightingParamsSceneLightingSun"); \ static_assert(offsetof(UCloudLightingParamsSceneLightingSun, Color) == 0x00002C, "Member 'UCloudLightingParamsSceneLightingSun::Color' has a wrong offset!"); \ static_assert(offsetof(UCloudLightingParamsSceneLightingSun, Intensity) == 0x00003C, "Member 'UCloudLightingParamsSceneLightingSun::Intensity' has a wrong offset!"); \ static_assert(offsetof(UCloudLightingParamsSceneLightingSun, Saturation) == 0x000040, "Member 'UCloudLightingParamsSceneLightingSun::Saturation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloudLightingParamsSceneLighting \ static_assert(alignof(UCloudLightingParamsSceneLighting) == 0x000008, "Wrong alignment on UCloudLightingParamsSceneLighting"); \ static_assert(sizeof(UCloudLightingParamsSceneLighting) == 0x000050, "Wrong size on UCloudLightingParamsSceneLighting"); \ static_assert(offsetof(UCloudLightingParamsSceneLighting, SceneLight) == 0x000028, "Member 'UCloudLightingParamsSceneLighting::SceneLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloudLightingParamsOverrideSceneLighting \ static_assert(alignof(UCloudLightingParamsOverrideSceneLighting) == 0x000008, "Wrong alignment on UCloudLightingParamsOverrideSceneLighting"); \ static_assert(sizeof(UCloudLightingParamsOverrideSceneLighting) == 0x000050, "Wrong size on UCloudLightingParamsOverrideSceneLighting"); \ static_assert(offsetof(UCloudLightingParamsOverrideSceneLighting, SceneLight) == 0x000028, "Member 'UCloudLightingParamsOverrideSceneLighting::SceneLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloudsPresetParams \ static_assert(alignof(UCloudsPresetParams) == 0x000008, "Wrong alignment on UCloudsPresetParams"); \ static_assert(sizeof(UCloudsPresetParams) == 0x000028, "Wrong size on UCloudsPresetParams"); \ #define DUMPER7_ASSERTS_UCloudsPresetParamsFromPreset \ static_assert(alignof(UCloudsPresetParamsFromPreset) == 0x000008, "Wrong alignment on UCloudsPresetParamsFromPreset"); \ static_assert(sizeof(UCloudsPresetParamsFromPreset) == 0x000038, "Wrong size on UCloudsPresetParamsFromPreset"); \ static_assert(offsetof(UCloudsPresetParamsFromPreset, Preset) == 0x000028, "Member 'UCloudsPresetParamsFromPreset::Preset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloudsPresetParamsRaw \ static_assert(alignof(UCloudsPresetParamsRaw) == 0x000008, "Wrong alignment on UCloudsPresetParamsRaw"); \ static_assert(sizeof(UCloudsPresetParamsRaw) == 0x000138, "Wrong size on UCloudsPresetParamsRaw"); \ static_assert(offsetof(UCloudsPresetParamsRaw, Parameters) == 0x000028, "Member 'UCloudsPresetParamsRaw::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloudsWindParams \ static_assert(alignof(UCloudsWindParams) == 0x000008, "Wrong alignment on UCloudsWindParams"); \ static_assert(sizeof(UCloudsWindParams) == 0x000028, "Wrong size on UCloudsWindParams"); \ #define DUMPER7_ASSERTS_UCloudsWindParamsFull \ static_assert(alignof(UCloudsWindParamsFull) == 0x000008, "Wrong alignment on UCloudsWindParamsFull"); \ static_assert(sizeof(UCloudsWindParamsFull) == 0x000068, "Wrong size on UCloudsWindParamsFull"); \ static_assert(offsetof(UCloudsWindParamsFull, Parameters) == 0x000028, "Member 'UCloudsWindParamsFull::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloudsWindParamsOverride \ static_assert(alignof(UCloudsWindParamsOverride) == 0x000008, "Wrong alignment on UCloudsWindParamsOverride"); \ static_assert(sizeof(UCloudsWindParamsOverride) == 0x000058, "Wrong size on UCloudsWindParamsOverride"); \ static_assert(offsetof(UCloudsWindParamsOverride, Parameters) == 0x000028, "Member 'UCloudsWindParamsOverride::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldBaseHeightSingleton \ static_assert(alignof(UWorldBaseHeightSingleton) == 0x000008, "Wrong alignment on UWorldBaseHeightSingleton"); \ static_assert(sizeof(UWorldBaseHeightSingleton) == 0x0000B0, "Wrong size on UWorldBaseHeightSingleton"); \ static_assert(offsetof(UWorldBaseHeightSingleton, Base) == 0x000028, "Member 'UWorldBaseHeightSingleton::Base' has a wrong offset!"); \ static_assert(offsetof(UWorldBaseHeightSingleton, Offsets) == 0x000034, "Member 'UWorldBaseHeightSingleton::Offsets' has a wrong offset!"); \ static_assert(offsetof(UWorldBaseHeightSingleton, Final) == 0x000044, "Member 'UWorldBaseHeightSingleton::Final' has a wrong offset!"); \ static_assert(offsetof(UWorldBaseHeightSingleton, UpdateDisable) == 0x000050, "Member 'UWorldBaseHeightSingleton::UpdateDisable' has a wrong offset!"); \ static_assert(offsetof(UWorldBaseHeightSingleton, OwningWorld) == 0x000058, "Member 'UWorldBaseHeightSingleton::OwningWorld' has a wrong offset!"); \ static_assert(offsetof(UWorldBaseHeightSingleton, SetFogComponent) == 0x000060, "Member 'UWorldBaseHeightSingleton::SetFogComponent' has a wrong offset!"); \ static_assert(offsetof(UWorldBaseHeightSingleton, SetCloudsComponent) == 0x000068, "Member 'UWorldBaseHeightSingleton::SetCloudsComponent' has a wrong offset!"); \ static_assert(offsetof(UWorldBaseHeightSingleton, SetAtmosphereComponent) == 0x000070, "Member 'UWorldBaseHeightSingleton::SetAtmosphereComponent' has a wrong offset!"); \ static_assert(offsetof(UWorldBaseHeightSingleton, CachedFogComponent) == 0x000078, "Member 'UWorldBaseHeightSingleton::CachedFogComponent' has a wrong offset!"); \ static_assert(offsetof(UWorldBaseHeightSingleton, CachedCloudsComponent) == 0x000080, "Member 'UWorldBaseHeightSingleton::CachedCloudsComponent' has a wrong offset!"); \ static_assert(offsetof(UWorldBaseHeightSingleton, CachedAtmosphereComponent) == 0x000088, "Member 'UWorldBaseHeightSingleton::CachedAtmosphereComponent' has a wrong offset!"); \ static_assert(offsetof(UWorldBaseHeightSingleton, BaseOverrides) == 0x000090, "Member 'UWorldBaseHeightSingleton::BaseOverrides' has a wrong offset!"); \ static_assert(offsetof(UWorldBaseHeightSingleton, BaseHeightObjects) == 0x0000A0, "Member 'UWorldBaseHeightSingleton::BaseHeightObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IWorldBaseHeightInterface \ static_assert(alignof(IWorldBaseHeightInterface) == 0x000001, "Wrong alignment on IWorldBaseHeightInterface"); \ static_assert(sizeof(IWorldBaseHeightInterface) == 0x000001, "Wrong size on IWorldBaseHeightInterface"); \ #define DUMPER7_ASSERTS_WorldBaseHeightBase_SetPriority \ static_assert(alignof(WorldBaseHeightBase_SetPriority) == 0x000004, "Wrong alignment on WorldBaseHeightBase_SetPriority"); \ static_assert(sizeof(WorldBaseHeightBase_SetPriority) == 0x000004, "Wrong size on WorldBaseHeightBase_SetPriority"); \ static_assert(offsetof(WorldBaseHeightBase_SetPriority, NewPriority) == 0x000000, "Member 'WorldBaseHeightBase_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWorldBaseHeightBase \ static_assert(alignof(AWorldBaseHeightBase) == 0x000008, "Wrong alignment on AWorldBaseHeightBase"); \ static_assert(sizeof(AWorldBaseHeightBase) == 0x000298, "Wrong size on AWorldBaseHeightBase"); \ static_assert(offsetof(AWorldBaseHeightBase, Affects) == 0x000250, "Member 'AWorldBaseHeightBase::Affects' has a wrong offset!"); \ static_assert(offsetof(AWorldBaseHeightBase, Priority) == 0x000254, "Member 'AWorldBaseHeightBase::Priority' has a wrong offset!"); \ static_assert(offsetof(AWorldBaseHeightBase, BlendDomain) == 0x000258, "Member 'AWorldBaseHeightBase::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(AWorldBaseHeightBase, bEnabled) == 0x000290, "Member 'AWorldBaseHeightBase::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWorldBaseHeightInfinitePlane \ static_assert(alignof(AWorldBaseHeightInfinitePlane) == 0x000008, "Wrong alignment on AWorldBaseHeightInfinitePlane"); \ static_assert(sizeof(AWorldBaseHeightInfinitePlane) == 0x000298, "Wrong size on AWorldBaseHeightInfinitePlane"); \ #define DUMPER7_ASSERTS_AWorldBaseHeightShape \ static_assert(alignof(AWorldBaseHeightShape) == 0x000008, "Wrong alignment on AWorldBaseHeightShape"); \ static_assert(sizeof(AWorldBaseHeightShape) == 0x0002A0, "Wrong size on AWorldBaseHeightShape"); \ static_assert(offsetof(AWorldBaseHeightShape, BlendRadiusPercentage) == 0x000298, "Member 'AWorldBaseHeightShape::BlendRadiusPercentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWorldBaseHeightRect \ static_assert(alignof(AWorldBaseHeightRect) == 0x000008, "Wrong alignment on AWorldBaseHeightRect"); \ static_assert(sizeof(AWorldBaseHeightRect) == 0x0002A0, "Wrong size on AWorldBaseHeightRect"); \ #define DUMPER7_ASSERTS_AWorldBaseHeightDisk \ static_assert(alignof(AWorldBaseHeightDisk) == 0x000008, "Wrong alignment on AWorldBaseHeightDisk"); \ static_assert(sizeof(AWorldBaseHeightDisk) == 0x0002A0, "Wrong size on AWorldBaseHeightDisk"); \ #define DUMPER7_ASSERTS_FDynamicBucketGroupStackEntry \ static_assert(alignof(FDynamicBucketGroupStackEntry) == 0x000004, "Wrong alignment on FDynamicBucketGroupStackEntry"); \ static_assert(sizeof(FDynamicBucketGroupStackEntry) == 0x00000C, "Wrong size on FDynamicBucketGroupStackEntry"); \ static_assert(offsetof(FDynamicBucketGroupStackEntry, Owner) == 0x000000, "Member 'FDynamicBucketGroupStackEntry::Owner' has a wrong offset!"); \ static_assert(offsetof(FDynamicBucketGroupStackEntry, Group) == 0x000008, "Member 'FDynamicBucketGroupStackEntry::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicBucketGroupStack \ static_assert(alignof(FDynamicBucketGroupStack) == 0x000008, "Wrong alignment on FDynamicBucketGroupStack"); \ static_assert(sizeof(FDynamicBucketGroupStack) == 0x000010, "Wrong size on FDynamicBucketGroupStack"); \ static_assert(offsetof(FDynamicBucketGroupStack, Stack) == 0x000000, "Member 'FDynamicBucketGroupStack::Stack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTickSequencerBucketDelegateOptions \ static_assert(alignof(FTickSequencerBucketDelegateOptions) == 0x000001, "Wrong alignment on FTickSequencerBucketDelegateOptions"); \ static_assert(sizeof(FTickSequencerBucketDelegateOptions) == 0x000001, "Wrong size on FTickSequencerBucketDelegateOptions"); \ #define DUMPER7_ASSERTS_FTickSequencerBucketDelegate \ static_assert(alignof(FTickSequencerBucketDelegate) == 0x000008, "Wrong alignment on FTickSequencerBucketDelegate"); \ static_assert(sizeof(FTickSequencerBucketDelegate) == 0x000028, "Wrong size on FTickSequencerBucketDelegate"); \ static_assert(offsetof(FTickSequencerBucketDelegate, OPTIONS) == 0x000020, "Member 'FTickSequencerBucketDelegate::OPTIONS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTickSequencerGroupBucket \ static_assert(alignof(FTickSequencerGroupBucket) == 0x000008, "Wrong alignment on FTickSequencerGroupBucket"); \ static_assert(sizeof(FTickSequencerGroupBucket) == 0x000018, "Wrong size on FTickSequencerGroupBucket"); \ static_assert(offsetof(FTickSequencerGroupBucket, Bucket) == 0x000000, "Member 'FTickSequencerGroupBucket::Bucket' has a wrong offset!"); \ static_assert(offsetof(FTickSequencerGroupBucket, Delegates) == 0x000008, "Member 'FTickSequencerGroupBucket::Delegates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTickSequencerUpdateBucketList \ static_assert(alignof(FTickSequencerUpdateBucketList) == 0x000008, "Wrong alignment on FTickSequencerUpdateBucketList"); \ static_assert(sizeof(FTickSequencerUpdateBucketList) == 0x000010, "Wrong size on FTickSequencerUpdateBucketList"); \ static_assert(offsetof(FTickSequencerUpdateBucketList, Buckets) == 0x000000, "Member 'FTickSequencerUpdateBucketList::Buckets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTickSequencerBucketSetup \ static_assert(alignof(UTickSequencerBucketSetup) == 0x000008, "Wrong alignment on UTickSequencerBucketSetup"); \ static_assert(sizeof(UTickSequencerBucketSetup) == 0x0000A0, "Wrong size on UTickSequencerBucketSetup"); \ static_assert(offsetof(UTickSequencerBucketSetup, PreActorTickBuckets) == 0x000030, "Member 'UTickSequencerBucketSetup::PreActorTickBuckets' has a wrong offset!"); \ static_assert(offsetof(UTickSequencerBucketSetup, PrePhysicsBuckets) == 0x000040, "Member 'UTickSequencerBucketSetup::PrePhysicsBuckets' has a wrong offset!"); \ static_assert(offsetof(UTickSequencerBucketSetup, DuringPhysicsBuckets) == 0x000050, "Member 'UTickSequencerBucketSetup::DuringPhysicsBuckets' has a wrong offset!"); \ static_assert(offsetof(UTickSequencerBucketSetup, PostPhysicsBuckets) == 0x000060, "Member 'UTickSequencerBucketSetup::PostPhysicsBuckets' has a wrong offset!"); \ static_assert(offsetof(UTickSequencerBucketSetup, PostUpdateWorkBuckets) == 0x000070, "Member 'UTickSequencerBucketSetup::PostUpdateWorkBuckets' has a wrong offset!"); \ static_assert(offsetof(UTickSequencerBucketSetup, PostActorTickBuckets) == 0x000080, "Member 'UTickSequencerBucketSetup::PostActorTickBuckets' has a wrong offset!"); \ static_assert(offsetof(UTickSequencerBucketSetup, DynamicBuckets) == 0x000090, "Member 'UTickSequencerBucketSetup::DynamicBuckets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTickSequencerUpdateComponent \ static_assert(alignof(UTickSequencerUpdateComponent) == 0x000008, "Wrong alignment on UTickSequencerUpdateComponent"); \ static_assert(sizeof(UTickSequencerUpdateComponent) == 0x0000E0, "Wrong size on UTickSequencerUpdateComponent"); \ static_assert(offsetof(UTickSequencerUpdateComponent, Buckets) == 0x0000D0, "Member 'UTickSequencerUpdateComponent::Buckets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTickSequencerUpdateComponentPrePhysics \ static_assert(alignof(UTickSequencerUpdateComponentPrePhysics) == 0x000008, "Wrong alignment on UTickSequencerUpdateComponentPrePhysics"); \ static_assert(sizeof(UTickSequencerUpdateComponentPrePhysics) == 0x0000E0, "Wrong size on UTickSequencerUpdateComponentPrePhysics"); \ #define DUMPER7_ASSERTS_UTickSequencerUpdateComponentDuringPhysics \ static_assert(alignof(UTickSequencerUpdateComponentDuringPhysics) == 0x000008, "Wrong alignment on UTickSequencerUpdateComponentDuringPhysics"); \ static_assert(sizeof(UTickSequencerUpdateComponentDuringPhysics) == 0x0000E0, "Wrong size on UTickSequencerUpdateComponentDuringPhysics"); \ #define DUMPER7_ASSERTS_UTickSequencerUpdateComponentPostPhysics \ static_assert(alignof(UTickSequencerUpdateComponentPostPhysics) == 0x000008, "Wrong alignment on UTickSequencerUpdateComponentPostPhysics"); \ static_assert(sizeof(UTickSequencerUpdateComponentPostPhysics) == 0x0000E0, "Wrong size on UTickSequencerUpdateComponentPostPhysics"); \ #define DUMPER7_ASSERTS_UTickSequencerUpdateComponentPostUpdateWork \ static_assert(alignof(UTickSequencerUpdateComponentPostUpdateWork) == 0x000008, "Wrong alignment on UTickSequencerUpdateComponentPostUpdateWork"); \ static_assert(sizeof(UTickSequencerUpdateComponentPostUpdateWork) == 0x0000E0, "Wrong size on UTickSequencerUpdateComponentPostUpdateWork"); \ #define DUMPER7_ASSERTS_UTickSequencerUpdateComponentDelegateUpdate \ static_assert(alignof(UTickSequencerUpdateComponentDelegateUpdate) == 0x000008, "Wrong alignment on UTickSequencerUpdateComponentDelegateUpdate"); \ static_assert(sizeof(UTickSequencerUpdateComponentDelegateUpdate) == 0x0000E0, "Wrong size on UTickSequencerUpdateComponentDelegateUpdate"); \ #define DUMPER7_ASSERTS_UTickSequencerUpdateComponentPreActorTickUpdate \ static_assert(alignof(UTickSequencerUpdateComponentPreActorTickUpdate) == 0x000008, "Wrong alignment on UTickSequencerUpdateComponentPreActorTickUpdate"); \ static_assert(sizeof(UTickSequencerUpdateComponentPreActorTickUpdate) == 0x0000E0, "Wrong size on UTickSequencerUpdateComponentPreActorTickUpdate"); \ #define DUMPER7_ASSERTS_UTickSequencerUpdateComponentPostActorTickUpdate \ static_assert(alignof(UTickSequencerUpdateComponentPostActorTickUpdate) == 0x000008, "Wrong alignment on UTickSequencerUpdateComponentPostActorTickUpdate"); \ static_assert(sizeof(UTickSequencerUpdateComponentPostActorTickUpdate) == 0x0000E0, "Wrong size on UTickSequencerUpdateComponentPostActorTickUpdate"); \ #define DUMPER7_ASSERTS_ATickSequencerSingleton \ static_assert(alignof(ATickSequencerSingleton) == 0x000008, "Wrong alignment on ATickSequencerSingleton"); \ static_assert(sizeof(ATickSequencerSingleton) == 0x0002C0, "Wrong size on ATickSequencerSingleton"); \ static_assert(offsetof(ATickSequencerSingleton, BucketSetup) == 0x000248, "Member 'ATickSequencerSingleton::BucketSetup' has a wrong offset!"); \ static_assert(offsetof(ATickSequencerSingleton, PrePhysicsBuckets) == 0x000250, "Member 'ATickSequencerSingleton::PrePhysicsBuckets' has a wrong offset!"); \ static_assert(offsetof(ATickSequencerSingleton, DuringPhysicsBuckets) == 0x000258, "Member 'ATickSequencerSingleton::DuringPhysicsBuckets' has a wrong offset!"); \ static_assert(offsetof(ATickSequencerSingleton, PostPhysicsBuckets) == 0x000260, "Member 'ATickSequencerSingleton::PostPhysicsBuckets' has a wrong offset!"); \ static_assert(offsetof(ATickSequencerSingleton, PostUpdateWorkBuckets) == 0x000268, "Member 'ATickSequencerSingleton::PostUpdateWorkBuckets' has a wrong offset!"); \ static_assert(offsetof(ATickSequencerSingleton, PreActorTickBuckets) == 0x000270, "Member 'ATickSequencerSingleton::PreActorTickBuckets' has a wrong offset!"); \ static_assert(offsetof(ATickSequencerSingleton, PostActorTickBuckets) == 0x000278, "Member 'ATickSequencerSingleton::PostActorTickBuckets' has a wrong offset!"); \ static_assert(offsetof(ATickSequencerSingleton, DynamicBuckets) == 0x000280, "Member 'ATickSequencerSingleton::DynamicBuckets' has a wrong offset!"); \ static_assert(offsetof(ATickSequencerSingleton, DynamicBucketGroupStack) == 0x000290, "Member 'ATickSequencerSingleton::DynamicBucketGroupStack' has a wrong offset!"); \ static_assert(offsetof(ATickSequencerSingleton, LastGetExtraBucketsFrame) == 0x0002A0, "Member 'ATickSequencerSingleton::LastGetExtraBucketsFrame' has a wrong offset!"); \ static_assert(offsetof(ATickSequencerSingleton, CachedDynamicBucketGroup) == 0x0002A4, "Member 'ATickSequencerSingleton::CachedDynamicBucketGroup' has a wrong offset!"); \ static_assert(offsetof(ATickSequencerSingleton, bUseExternalPostActorTick) == 0x0002A5, "Member 'ATickSequencerSingleton::bUseExternalPostActorTick' has a wrong offset!"); \ static_assert(offsetof(ATickSequencerSingleton, ManualTickFrame) == 0x0002B8, "Member 'ATickSequencerSingleton::ManualTickFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAdaptationOverrideInterfaces \ static_assert(alignof(FAdaptationOverrideInterfaces) == 0x000008, "Wrong alignment on FAdaptationOverrideInterfaces"); \ static_assert(sizeof(FAdaptationOverrideInterfaces) == 0x000020, "Wrong size on FAdaptationOverrideInterfaces"); \ static_assert(offsetof(FAdaptationOverrideInterfaces, PriorityAdaptationOverrides) == 0x000000, "Member 'FAdaptationOverrideInterfaces::PriorityAdaptationOverrides' has a wrong offset!"); \ static_assert(offsetof(FAdaptationOverrideInterfaces, StackedAdaptationOverrides) == 0x000010, "Member 'FAdaptationOverrideInterfaces::StackedAdaptationOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldAdaptationOverrideInterfaces \ static_assert(alignof(FWorldAdaptationOverrideInterfaces) == 0x000008, "Wrong alignment on FWorldAdaptationOverrideInterfaces"); \ static_assert(sizeof(FWorldAdaptationOverrideInterfaces) == 0x000050, "Wrong size on FWorldAdaptationOverrideInterfaces"); \ static_assert(offsetof(FWorldAdaptationOverrideInterfaces, WorldMap) == 0x000000, "Member 'FWorldAdaptationOverrideInterfaces::WorldMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsCustomBlendDomainConsoleEntry \ static_assert(alignof(FRenderSettingsCustomBlendDomainConsoleEntry) == 0x000008, "Wrong alignment on FRenderSettingsCustomBlendDomainConsoleEntry"); \ static_assert(sizeof(FRenderSettingsCustomBlendDomainConsoleEntry) == 0x000020, "Wrong size on FRenderSettingsCustomBlendDomainConsoleEntry"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomainConsoleEntry, domain) == 0x000000, "Member 'FRenderSettingsCustomBlendDomainConsoleEntry::domain' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomainConsoleEntry, ConsoleVariable) == 0x000008, "Member 'FRenderSettingsCustomBlendDomainConsoleEntry::ConsoleVariable' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomainConsoleEntry, ExplicitCompare) == 0x000018, "Member 'FRenderSettingsCustomBlendDomainConsoleEntry::ExplicitCompare' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomainConsoleEntry, bInvertValue) == 0x00001C, "Member 'FRenderSettingsCustomBlendDomainConsoleEntry::bInvertValue' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomainConsoleEntry, bUseExplicitCompare) == 0x00001D, "Member 'FRenderSettingsCustomBlendDomainConsoleEntry::bUseExplicitCompare' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPreComputedBlendDomainNameBase \ static_assert(alignof(FRenderSettingsPreComputedBlendDomainNameBase) == 0x000008, "Wrong alignment on FRenderSettingsPreComputedBlendDomainNameBase"); \ static_assert(sizeof(FRenderSettingsPreComputedBlendDomainNameBase) == 0x000010, "Wrong size on FRenderSettingsPreComputedBlendDomainNameBase"); \ static_assert(offsetof(FRenderSettingsPreComputedBlendDomainNameBase, Name) == 0x000008, "Member 'FRenderSettingsPreComputedBlendDomainNameBase::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPreComputedLastBlendDomainName \ static_assert(alignof(FRenderSettingsPreComputedLastBlendDomainName) == 0x000008, "Wrong alignment on FRenderSettingsPreComputedLastBlendDomainName"); \ static_assert(sizeof(FRenderSettingsPreComputedLastBlendDomainName) == 0x000010, "Wrong size on FRenderSettingsPreComputedLastBlendDomainName"); \ #define DUMPER7_ASSERTS_FRenderSettingsCustomBlendDomainEntry \ static_assert(alignof(FRenderSettingsCustomBlendDomainEntry) == 0x000008, "Wrong alignment on FRenderSettingsCustomBlendDomainEntry"); \ static_assert(sizeof(FRenderSettingsCustomBlendDomainEntry) == 0x000028, "Wrong size on FRenderSettingsCustomBlendDomainEntry"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomainEntry, domain) == 0x000000, "Member 'FRenderSettingsCustomBlendDomainEntry::domain' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomainEntry, DefaultValue) == 0x000008, "Member 'FRenderSettingsCustomBlendDomainEntry::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomainEntry, DefaultValueBlendDomain) == 0x000010, "Member 'FRenderSettingsCustomBlendDomainEntry::DefaultValueBlendDomain' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomainEntry, bInvertDefaultValueBlendDomain) == 0x000020, "Member 'FRenderSettingsCustomBlendDomainEntry::bInvertDefaultValueBlendDomain' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomainEntry, bUseDefaultValueBlendDomain) == 0x000021, "Member 'FRenderSettingsCustomBlendDomainEntry::bUseDefaultValueBlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectPostProcessingEval \ static_assert(alignof(FDirectPostProcessingEval) == 0x000010, "Wrong alignment on FDirectPostProcessingEval"); \ static_assert(sizeof(FDirectPostProcessingEval) == 0x0005F0, "Wrong size on FDirectPostProcessingEval"); \ static_assert(offsetof(FDirectPostProcessingEval, PostProcessSettings) == 0x000000, "Member 'FDirectPostProcessingEval::PostProcessSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPostProcessingGroupName \ static_assert(alignof(FRenderSettingsPostProcessingGroupName) == 0x000004, "Wrong alignment on FRenderSettingsPostProcessingGroupName"); \ static_assert(sizeof(FRenderSettingsPostProcessingGroupName) == 0x000008, "Wrong size on FRenderSettingsPostProcessingGroupName"); \ static_assert(offsetof(FRenderSettingsPostProcessingGroupName, Name) == 0x000000, "Member 'FRenderSettingsPostProcessingGroupName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPExposureName \ static_assert(alignof(FRenderSettingsPPExposureName) == 0x000004, "Wrong alignment on FRenderSettingsPPExposureName"); \ static_assert(sizeof(FRenderSettingsPPExposureName) == 0x000008, "Wrong size on FRenderSettingsPPExposureName"); \ static_assert(offsetof(FRenderSettingsPPExposureName, Name) == 0x000000, "Member 'FRenderSettingsPPExposureName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPColorGradingName \ static_assert(alignof(FRenderSettingsPPColorGradingName) == 0x000004, "Wrong alignment on FRenderSettingsPPColorGradingName"); \ static_assert(sizeof(FRenderSettingsPPColorGradingName) == 0x000008, "Wrong size on FRenderSettingsPPColorGradingName"); \ static_assert(offsetof(FRenderSettingsPPColorGradingName, Name) == 0x000000, "Member 'FRenderSettingsPPColorGradingName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPFilmName \ static_assert(alignof(FRenderSettingsPPFilmName) == 0x000004, "Wrong alignment on FRenderSettingsPPFilmName"); \ static_assert(sizeof(FRenderSettingsPPFilmName) == 0x000008, "Wrong size on FRenderSettingsPPFilmName"); \ static_assert(offsetof(FRenderSettingsPPFilmName, Name) == 0x000000, "Member 'FRenderSettingsPPFilmName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPLensFXName \ static_assert(alignof(FRenderSettingsPPLensFXName) == 0x000004, "Wrong alignment on FRenderSettingsPPLensFXName"); \ static_assert(sizeof(FRenderSettingsPPLensFXName) == 0x000008, "Wrong size on FRenderSettingsPPLensFXName"); \ static_assert(offsetof(FRenderSettingsPPLensFXName, Name) == 0x000000, "Member 'FRenderSettingsPPLensFXName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPBloomName \ static_assert(alignof(FRenderSettingsPPBloomName) == 0x000004, "Wrong alignment on FRenderSettingsPPBloomName"); \ static_assert(sizeof(FRenderSettingsPPBloomName) == 0x000008, "Wrong size on FRenderSettingsPPBloomName"); \ static_assert(offsetof(FRenderSettingsPPBloomName, Name) == 0x000000, "Member 'FRenderSettingsPPBloomName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPMotionBlurName \ static_assert(alignof(FRenderSettingsPPMotionBlurName) == 0x000004, "Wrong alignment on FRenderSettingsPPMotionBlurName"); \ static_assert(sizeof(FRenderSettingsPPMotionBlurName) == 0x000008, "Wrong size on FRenderSettingsPPMotionBlurName"); \ static_assert(offsetof(FRenderSettingsPPMotionBlurName, Name) == 0x000000, "Member 'FRenderSettingsPPMotionBlurName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPDepthOfFieldName \ static_assert(alignof(FRenderSettingsPPDepthOfFieldName) == 0x000004, "Wrong alignment on FRenderSettingsPPDepthOfFieldName"); \ static_assert(sizeof(FRenderSettingsPPDepthOfFieldName) == 0x000008, "Wrong size on FRenderSettingsPPDepthOfFieldName"); \ static_assert(offsetof(FRenderSettingsPPDepthOfFieldName, Name) == 0x000000, "Member 'FRenderSettingsPPDepthOfFieldName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPAmbientName \ static_assert(alignof(FRenderSettingsPPAmbientName) == 0x000004, "Wrong alignment on FRenderSettingsPPAmbientName"); \ static_assert(sizeof(FRenderSettingsPPAmbientName) == 0x000008, "Wrong size on FRenderSettingsPPAmbientName"); \ static_assert(offsetof(FRenderSettingsPPAmbientName, Name) == 0x000000, "Member 'FRenderSettingsPPAmbientName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPScreenSpaceReflectionsName \ static_assert(alignof(FRenderSettingsPPScreenSpaceReflectionsName) == 0x000004, "Wrong alignment on FRenderSettingsPPScreenSpaceReflectionsName"); \ static_assert(sizeof(FRenderSettingsPPScreenSpaceReflectionsName) == 0x000008, "Wrong size on FRenderSettingsPPScreenSpaceReflectionsName"); \ static_assert(offsetof(FRenderSettingsPPScreenSpaceReflectionsName, Name) == 0x000000, "Member 'FRenderSettingsPPScreenSpaceReflectionsName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPProbesName \ static_assert(alignof(FRenderSettingsPPProbesName) == 0x000004, "Wrong alignment on FRenderSettingsPPProbesName"); \ static_assert(sizeof(FRenderSettingsPPProbesName) == 0x000008, "Wrong size on FRenderSettingsPPProbesName"); \ static_assert(offsetof(FRenderSettingsPPProbesName, Name) == 0x000000, "Member 'FRenderSettingsPPProbesName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPostProcessing \ static_assert(alignof(FRenderSettingsPostProcessing) == 0x000004, "Wrong alignment on FRenderSettingsPostProcessing"); \ static_assert(sizeof(FRenderSettingsPostProcessing) == 0x00005C, "Wrong size on FRenderSettingsPostProcessing"); \ static_assert(offsetof(FRenderSettingsPostProcessing, PostProcessingGroup) == 0x000004, "Member 'FRenderSettingsPostProcessing::PostProcessingGroup' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessing, Exposure) == 0x00000C, "Member 'FRenderSettingsPostProcessing::Exposure' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessing, ColorGrading) == 0x000014, "Member 'FRenderSettingsPostProcessing::ColorGrading' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessing, Film) == 0x00001C, "Member 'FRenderSettingsPostProcessing::Film' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessing, LensFX) == 0x000024, "Member 'FRenderSettingsPostProcessing::LensFX' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessing, Bloom) == 0x00002C, "Member 'FRenderSettingsPostProcessing::Bloom' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessing, MotionBlur) == 0x000034, "Member 'FRenderSettingsPostProcessing::MotionBlur' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessing, DepthOfField) == 0x00003C, "Member 'FRenderSettingsPostProcessing::DepthOfField' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessing, Ambient) == 0x000044, "Member 'FRenderSettingsPostProcessing::Ambient' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessing, ScreenSpaceReflections) == 0x00004C, "Member 'FRenderSettingsPostProcessing::ScreenSpaceReflections' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessing, Probes) == 0x000054, "Member 'FRenderSettingsPostProcessing::Probes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDistanceFogCompute \ static_assert(alignof(FDistanceFogCompute) == 0x000008, "Wrong alignment on FDistanceFogCompute"); \ static_assert(sizeof(FDistanceFogCompute) == 0x000010, "Wrong size on FDistanceFogCompute"); \ static_assert(offsetof(FDistanceFogCompute, FogPostProcess) == 0x000000, "Member 'FDistanceFogCompute::FogPostProcess' has a wrong offset!"); \ static_assert(offsetof(FDistanceFogCompute, ActivePPMaterial) == 0x000008, "Member 'FDistanceFogCompute::ActivePPMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDistanceFogName \ static_assert(alignof(FDistanceFogName) == 0x000004, "Wrong alignment on FDistanceFogName"); \ static_assert(sizeof(FDistanceFogName) == 0x000008, "Wrong size on FDistanceFogName"); \ static_assert(offsetof(FDistanceFogName, Name) == 0x000000, "Member 'FDistanceFogName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDistanceFogOverrides \ static_assert(alignof(FDistanceFogOverrides) == 0x000004, "Wrong alignment on FDistanceFogOverrides"); \ static_assert(sizeof(FDistanceFogOverrides) == 0x000020, "Wrong size on FDistanceFogOverrides"); \ static_assert(offsetof(FDistanceFogOverrides, OnOff) == 0x000004, "Member 'FDistanceFogOverrides::OnOff' has a wrong offset!"); \ static_assert(offsetof(FDistanceFogOverrides, FogGradientHorizonOffset) == 0x000008, "Member 'FDistanceFogOverrides::FogGradientHorizonOffset' has a wrong offset!"); \ static_assert(offsetof(FDistanceFogOverrides, MaxFogOpacityPercent) == 0x00000C, "Member 'FDistanceFogOverrides::MaxFogOpacityPercent' has a wrong offset!"); \ static_assert(offsetof(FDistanceFogOverrides, StartDistance) == 0x000010, "Member 'FDistanceFogOverrides::StartDistance' has a wrong offset!"); \ static_assert(offsetof(FDistanceFogOverrides, FullDistance) == 0x000014, "Member 'FDistanceFogOverrides::FullDistance' has a wrong offset!"); \ static_assert(offsetof(FDistanceFogOverrides, Thickness) == 0x000018, "Member 'FDistanceFogOverrides::Thickness' has a wrong offset!"); \ static_assert(offsetof(FDistanceFogOverrides, BlendSceneColorPercent) == 0x00001C, "Member 'FDistanceFogOverrides::BlendSceneColorPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDistanceFogExtraVariables \ static_assert(alignof(FDistanceFogExtraVariables) == 0x000008, "Wrong alignment on FDistanceFogExtraVariables"); \ static_assert(sizeof(FDistanceFogExtraVariables) == 0x0000A0, "Wrong size on FDistanceFogExtraVariables"); \ static_assert(offsetof(FDistanceFogExtraVariables, Scalars) == 0x000000, "Member 'FDistanceFogExtraVariables::Scalars' has a wrong offset!"); \ static_assert(offsetof(FDistanceFogExtraVariables, Colors) == 0x000050, "Member 'FDistanceFogExtraVariables::Colors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDistanceFog \ static_assert(alignof(FDistanceFog) == 0x000008, "Wrong alignment on FDistanceFog"); \ static_assert(sizeof(FDistanceFog) == 0x0001C0, "Wrong size on FDistanceFog"); \ static_assert(offsetof(FDistanceFog, Name) == 0x000004, "Member 'FDistanceFog::Name' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, OnOff) == 0x00000C, "Member 'FDistanceFog::OnOff' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, FogColor) == 0x000010, "Member 'FDistanceFog::FogColor' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, FogColorZenith) == 0x000020, "Member 'FDistanceFog::FogColorZenith' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, FogColorNadir) == 0x000030, "Member 'FDistanceFog::FogColorNadir' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, FogGradientHorizonOffset) == 0x000040, "Member 'FDistanceFog::FogGradientHorizonOffset' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, MaxFogOpacityPercent) == 0x000044, "Member 'FDistanceFog::MaxFogOpacityPercent' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, StartDistance) == 0x000048, "Member 'FDistanceFog::StartDistance' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, FullDistance) == 0x00004C, "Member 'FDistanceFog::FullDistance' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, CutoffDistance) == 0x000050, "Member 'FDistanceFog::CutoffDistance' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, Thickness) == 0x000054, "Member 'FDistanceFog::Thickness' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, BlendSceneColorPercent) == 0x000058, "Member 'FDistanceFog::BlendSceneColorPercent' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, SkyBlendPercent) == 0x00005C, "Member 'FDistanceFog::SkyBlendPercent' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, SkyDesaturation) == 0x000060, "Member 'FDistanceFog::SkyDesaturation' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, SkyIntensityBoost) == 0x000064, "Member 'FDistanceFog::SkyIntensityBoost' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, SkySamplingHorizonAngle) == 0x000068, "Member 'FDistanceFog::SkySamplingHorizonAngle' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, SkySamplingUseCameraZ) == 0x00006C, "Member 'FDistanceFog::SkySamplingUseCameraZ' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, FastAtmosphereHorizonBump) == 0x000070, "Member 'FDistanceFog::FastAtmosphereHorizonBump' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, FogPPMaterial) == 0x000078, "Member 'FDistanceFog::FogPPMaterial' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, ExtraLerp) == 0x000080, "Member 'FDistanceFog::ExtraLerp' has a wrong offset!"); \ static_assert(offsetof(FDistanceFog, ExtraSet) == 0x000120, "Member 'FDistanceFog::ExtraSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDistanceFogDayNight \ static_assert(alignof(FDistanceFogDayNight) == 0x000004, "Wrong alignment on FDistanceFogDayNight"); \ static_assert(sizeof(FDistanceFogDayNight) == 0x000014, "Wrong size on FDistanceFogDayNight"); \ static_assert(offsetof(FDistanceFogDayNight, SunDirection) == 0x000000, "Member 'FDistanceFogDayNight::SunDirection' has a wrong offset!"); \ static_assert(offsetof(FDistanceFogDayNight, NightDay) == 0x00000C, "Member 'FDistanceFogDayNight::NightDay' has a wrong offset!"); \ static_assert(offsetof(FDistanceFogDayNight, MoonBrightness) == 0x000010, "Member 'FDistanceFogDayNight::MoonBrightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicCharacterLightRigFillLight \ static_assert(alignof(FDynamicCharacterLightRigFillLight) == 0x000004, "Wrong alignment on FDynamicCharacterLightRigFillLight"); \ static_assert(sizeof(FDynamicCharacterLightRigFillLight) == 0x000008, "Wrong size on FDynamicCharacterLightRigFillLight"); \ static_assert(offsetof(FDynamicCharacterLightRigFillLight, AwayIntensityPercent) == 0x000000, "Member 'FDynamicCharacterLightRigFillLight::AwayIntensityPercent' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigFillLight, TowardsIntensityPercent) == 0x000004, "Member 'FDynamicCharacterLightRigFillLight::TowardsIntensityPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicCharacterLightRigAzimuthFollowLight \ static_assert(alignof(FDynamicCharacterLightRigAzimuthFollowLight) == 0x000004, "Wrong alignment on FDynamicCharacterLightRigAzimuthFollowLight"); \ static_assert(sizeof(FDynamicCharacterLightRigAzimuthFollowLight) == 0x000004, "Wrong size on FDynamicCharacterLightRigAzimuthFollowLight"); \ static_assert(offsetof(FDynamicCharacterLightRigAzimuthFollowLight, AzimuthOffset) == 0x000000, "Member 'FDynamicCharacterLightRigAzimuthFollowLight::AzimuthOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicCharacterLightRigAltitudeFollowLight \ static_assert(alignof(FDynamicCharacterLightRigAltitudeFollowLight) == 0x000004, "Wrong alignment on FDynamicCharacterLightRigAltitudeFollowLight"); \ static_assert(sizeof(FDynamicCharacterLightRigAltitudeFollowLight) == 0x00000C, "Wrong size on FDynamicCharacterLightRigAltitudeFollowLight"); \ static_assert(offsetof(FDynamicCharacterLightRigAltitudeFollowLight, AltitudeOffset) == 0x000000, "Member 'FDynamicCharacterLightRigAltitudeFollowLight::AltitudeOffset' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigAltitudeFollowLight, MinAltitude) == 0x000004, "Member 'FDynamicCharacterLightRigAltitudeFollowLight::MinAltitude' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigAltitudeFollowLight, MaxAltitude) == 0x000008, "Member 'FDynamicCharacterLightRigAltitudeFollowLight::MaxAltitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicCharacterLightRigLight \ static_assert(alignof(FDynamicCharacterLightRigLight) == 0x000008, "Wrong alignment on FDynamicCharacterLightRigLight"); \ static_assert(sizeof(FDynamicCharacterLightRigLight) == 0x000040, "Wrong size on FDynamicCharacterLightRigLight"); \ static_assert(offsetof(FDynamicCharacterLightRigLight, light) == 0x000000, "Member 'FDynamicCharacterLightRigLight::light' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLight, ComponentName) == 0x000008, "Member 'FDynamicCharacterLightRigLight::ComponentName' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLight, DayIntensity) == 0x000010, "Member 'FDynamicCharacterLightRigLight::DayIntensity' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLight, NightIntensity) == 0x000014, "Member 'FDynamicCharacterLightRigLight::NightIntensity' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLight, FillLight) == 0x000018, "Member 'FDynamicCharacterLightRigLight::FillLight' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLight, AzimuthFollow) == 0x000020, "Member 'FDynamicCharacterLightRigLight::AzimuthFollow' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLight, AltitudeFollow) == 0x000024, "Member 'FDynamicCharacterLightRigLight::AltitudeFollow' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLight, bOffAtNight) == 0x000030, "Member 'FDynamicCharacterLightRigLight::bOffAtNight' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLight, bFillLight) == 0x000031, "Member 'FDynamicCharacterLightRigLight::bFillLight' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLight, bAzimuthFollow) == 0x000032, "Member 'FDynamicCharacterLightRigLight::bAzimuthFollow' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLight, bAltitudeFollow) == 0x000033, "Member 'FDynamicCharacterLightRigLight::bAltitudeFollow' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLight, bModulateWithTemperature) == 0x000034, "Member 'FDynamicCharacterLightRigLight::bModulateWithTemperature' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLight, bDisableDirectionalLightBelowHorizon) == 0x000035, "Member 'FDynamicCharacterLightRigLight::bDisableDirectionalLightBelowHorizon' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLight, bAllowAdaptation) == 0x000036, "Member 'FDynamicCharacterLightRigLight::bAllowAdaptation' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLight, bEnable) == 0x000037, "Member 'FDynamicCharacterLightRigLight::bEnable' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLight, DebugColor) == 0x000038, "Member 'FDynamicCharacterLightRigLight::DebugColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicCharacterLightRigLightUpdate \ static_assert(alignof(FDynamicCharacterLightRigLightUpdate) == 0x000008, "Wrong alignment on FDynamicCharacterLightRigLightUpdate"); \ static_assert(sizeof(FDynamicCharacterLightRigLightUpdate) == 0x000068, "Wrong size on FDynamicCharacterLightRigLightUpdate"); \ static_assert(offsetof(FDynamicCharacterLightRigLightUpdate, Owner) == 0x000000, "Member 'FDynamicCharacterLightRigLightUpdate::Owner' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLightUpdate, DayNightLerp) == 0x000008, "Member 'FDynamicCharacterLightRigLightUpdate::DayNightLerp' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLightUpdate, TemperatureMod) == 0x00000C, "Member 'FDynamicCharacterLightRigLightUpdate::TemperatureMod' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLightUpdate, IntensityMod) == 0x000010, "Member 'FDynamicCharacterLightRigLightUpdate::IntensityMod' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLightUpdate, Adaptation) == 0x000014, "Member 'FDynamicCharacterLightRigLightUpdate::Adaptation' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLightUpdate, OwnerPosition) == 0x000018, "Member 'FDynamicCharacterLightRigLightUpdate::OwnerPosition' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLightUpdate, OwnerDirection) == 0x000024, "Member 'FDynamicCharacterLightRigLightUpdate::OwnerDirection' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLightUpdate, CameraPosition) == 0x000030, "Member 'FDynamicCharacterLightRigLightUpdate::CameraPosition' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLightUpdate, CameraDirection) == 0x00003C, "Member 'FDynamicCharacterLightRigLightUpdate::CameraDirection' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLightUpdate, DirectionalLight) == 0x000048, "Member 'FDynamicCharacterLightRigLightUpdate::DirectionalLight' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLightUpdate, DirectionalLightIntensity) == 0x000054, "Member 'FDynamicCharacterLightRigLightUpdate::DirectionalLightIntensity' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLightUpdate, DirectionalLightAzimuthDegrees) == 0x000058, "Member 'FDynamicCharacterLightRigLightUpdate::DirectionalLightAzimuthDegrees' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLightUpdate, DirectionalLightAltitudeDegrees) == 0x00005C, "Member 'FDynamicCharacterLightRigLightUpdate::DirectionalLightAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLightUpdate, bDirectionalLight) == 0x000060, "Member 'FDynamicCharacterLightRigLightUpdate::bDirectionalLight' has a wrong offset!"); \ static_assert(offsetof(FDynamicCharacterLightRigLightUpdate, bEnabled) == 0x000061, "Member 'FDynamicCharacterLightRigLightUpdate::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterLightRigAdjustmentsName \ static_assert(alignof(FCharacterLightRigAdjustmentsName) == 0x000004, "Wrong alignment on FCharacterLightRigAdjustmentsName"); \ static_assert(sizeof(FCharacterLightRigAdjustmentsName) == 0x000008, "Wrong size on FCharacterLightRigAdjustmentsName"); \ static_assert(offsetof(FCharacterLightRigAdjustmentsName, Name) == 0x000000, "Member 'FCharacterLightRigAdjustmentsName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterLightRigAdjustments \ static_assert(alignof(FCharacterLightRigAdjustments) == 0x000004, "Wrong alignment on FCharacterLightRigAdjustments"); \ static_assert(sizeof(FCharacterLightRigAdjustments) == 0x000018, "Wrong size on FCharacterLightRigAdjustments"); \ static_assert(offsetof(FCharacterLightRigAdjustments, Name) == 0x000000, "Member 'FCharacterLightRigAdjustments::Name' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightRigAdjustments, IntensityMod) == 0x000008, "Member 'FCharacterLightRigAdjustments::IntensityMod' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightRigAdjustments, TemperatureMod) == 0x00000C, "Member 'FCharacterLightRigAdjustments::TemperatureMod' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightRigAdjustments, DayNightLerp) == 0x000010, "Member 'FCharacterLightRigAdjustments::DayNightLerp' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightRigAdjustments, bIntensityMod) == 0x000014, "Member 'FCharacterLightRigAdjustments::bIntensityMod' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightRigAdjustments, bOverrideTemperatureMod) == 0x000015, "Member 'FCharacterLightRigAdjustments::bOverrideTemperatureMod' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightRigAdjustments, bOverrideDayNightLerp) == 0x000016, "Member 'FCharacterLightRigAdjustments::bOverrideDayNightLerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterLightRigAdjustmentsCompute \ static_assert(alignof(FCharacterLightRigAdjustmentsCompute) == 0x000001, "Wrong alignment on FCharacterLightRigAdjustmentsCompute"); \ static_assert(sizeof(FCharacterLightRigAdjustmentsCompute) == 0x000001, "Wrong size on FCharacterLightRigAdjustmentsCompute"); \ #define DUMPER7_ASSERTS_FEmissiveAdaptationWorldState \ static_assert(alignof(FEmissiveAdaptationWorldState) == 0x000008, "Wrong alignment on FEmissiveAdaptationWorldState"); \ static_assert(sizeof(FEmissiveAdaptationWorldState) == 0x000098, "Wrong size on FEmissiveAdaptationWorldState"); \ static_assert(offsetof(FEmissiveAdaptationWorldState, World) == 0x000000, "Member 'FEmissiveAdaptationWorldState::World' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationWorldState, Eye) == 0x000008, "Member 'FEmissiveAdaptationWorldState::Eye' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationWorldState, NightDay) == 0x000014, "Member 'FEmissiveAdaptationWorldState::NightDay' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationWorldState, Overcast) == 0x000018, "Member 'FEmissiveAdaptationWorldState::Overcast' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationWorldState, OutdoorsIndoors) == 0x00001C, "Member 'FEmissiveAdaptationWorldState::OutdoorsIndoors' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationWorldState, FilteredOutdoorsIndoors) == 0x000020, "Member 'FEmissiveAdaptationWorldState::FilteredOutdoorsIndoors' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationWorldState, LastExposure) == 0x000028, "Member 'FEmissiveAdaptationWorldState::LastExposure' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationWorldState, bDayNightSystemValid) == 0x000090, "Member 'FEmissiveAdaptationWorldState::bDayNightSystemValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEmissiveAdaptationLerpSettings \ static_assert(alignof(FEmissiveAdaptationLerpSettings) == 0x000008, "Wrong alignment on FEmissiveAdaptationLerpSettings"); \ static_assert(sizeof(FEmissiveAdaptationLerpSettings) == 0x000040, "Wrong size on FEmissiveAdaptationLerpSettings"); \ static_assert(offsetof(FEmissiveAdaptationLerpSettings, BloomTargetEV) == 0x000000, "Member 'FEmissiveAdaptationLerpSettings::BloomTargetEV' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationLerpSettings, BloomBaseEV) == 0x000004, "Member 'FEmissiveAdaptationLerpSettings::BloomBaseEV' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationLerpSettings, BloomIntensityCorrection) == 0x000008, "Member 'FEmissiveAdaptationLerpSettings::BloomIntensityCorrection' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationLerpSettings, BloomOutdoorsDaytimeBoostEV) == 0x00000C, "Member 'FEmissiveAdaptationLerpSettings::BloomOutdoorsDaytimeBoostEV' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationLerpSettings, AutoExposureAdaptationBoostEV) == 0x000010, "Member 'FEmissiveAdaptationLerpSettings::AutoExposureAdaptationBoostEV' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationLerpSettings, LuminanceAdaptationBoostEV) == 0x000014, "Member 'FEmissiveAdaptationLerpSettings::LuminanceAdaptationBoostEV' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationLerpSettings, LuminanceAdaptationClampMinEV) == 0x000018, "Member 'FEmissiveAdaptationLerpSettings::LuminanceAdaptationClampMinEV' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationLerpSettings, LuminanceAdaptationClampMaxEV) == 0x00001C, "Member 'FEmissiveAdaptationLerpSettings::LuminanceAdaptationClampMaxEV' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationLerpSettings, Extras) == 0x000020, "Member 'FEmissiveAdaptationLerpSettings::Extras' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEmissiveAdaptationStateCompute \ static_assert(alignof(FEmissiveAdaptationStateCompute) == 0x000008, "Wrong alignment on FEmissiveAdaptationStateCompute"); \ static_assert(sizeof(FEmissiveAdaptationStateCompute) == 0x0000E0, "Wrong size on FEmissiveAdaptationStateCompute"); \ static_assert(offsetof(FEmissiveAdaptationStateCompute, WorldState) == 0x000000, "Member 'FEmissiveAdaptationStateCompute::WorldState' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationStateCompute, VolumeSettings) == 0x000098, "Member 'FEmissiveAdaptationStateCompute::VolumeSettings' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationStateCompute, PPBloomIntensity) == 0x0000D8, "Member 'FEmissiveAdaptationStateCompute::PPBloomIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEmissiveAdaptationFinalState \ static_assert(alignof(FEmissiveAdaptationFinalState) == 0x000004, "Wrong alignment on FEmissiveAdaptationFinalState"); \ static_assert(sizeof(FEmissiveAdaptationFinalState) == 0x000088, "Wrong size on FEmissiveAdaptationFinalState"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, MinExposureEV100) == 0x000000, "Member 'FEmissiveAdaptationFinalState::MinExposureEV100' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, MaxExposureEV100) == 0x000004, "Member 'FEmissiveAdaptationFinalState::MaxExposureEV100' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, BiasPow2) == 0x000008, "Member 'FEmissiveAdaptationFinalState::BiasPow2' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, MinExposure) == 0x00000C, "Member 'FEmissiveAdaptationFinalState::MinExposure' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, MaxExposure) == 0x000010, "Member 'FEmissiveAdaptationFinalState::MaxExposure' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, Bias) == 0x000014, "Member 'FEmissiveAdaptationFinalState::Bias' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, InverseBias) == 0x000018, "Member 'FEmissiveAdaptationFinalState::InverseBias' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, LastFrameAverageLuminanceEV100) == 0x00001C, "Member 'FEmissiveAdaptationFinalState::LastFrameAverageLuminanceEV100' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, LastFrameAutoExposureEV100) == 0x000020, "Member 'FEmissiveAdaptationFinalState::LastFrameAutoExposureEV100' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, LastFrameAverageLuminanceFilteredEV100) == 0x000024, "Member 'FEmissiveAdaptationFinalState::LastFrameAverageLuminanceFilteredEV100' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, LastFrameAutoExposureFilteredEV100) == 0x000028, "Member 'FEmissiveAdaptationFinalState::LastFrameAutoExposureFilteredEV100' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, LastFrameAverageLuminance) == 0x00002C, "Member 'FEmissiveAdaptationFinalState::LastFrameAverageLuminance' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, LastFrameAutoExposure) == 0x000030, "Member 'FEmissiveAdaptationFinalState::LastFrameAutoExposure' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, LastFrameAverageLuminanceFiltered) == 0x000034, "Member 'FEmissiveAdaptationFinalState::LastFrameAverageLuminanceFiltered' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, LastFrameAutoExposureFiltered) == 0x000038, "Member 'FEmissiveAdaptationFinalState::LastFrameAutoExposureFiltered' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, BloomTargetEV100) == 0x00003C, "Member 'FEmissiveAdaptationFinalState::BloomTargetEV100' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, BloomFinalMultiplier) == 0x000040, "Member 'FEmissiveAdaptationFinalState::BloomFinalMultiplier' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, BloomFinalMultiplierOutdoorsDaytime) == 0x000044, "Member 'FEmissiveAdaptationFinalState::BloomFinalMultiplierOutdoorsDaytime' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, BloomUncorrectedMultiplier) == 0x000048, "Member 'FEmissiveAdaptationFinalState::BloomUncorrectedMultiplier' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, BloomMultiplierMin) == 0x00004C, "Member 'FEmissiveAdaptationFinalState::BloomMultiplierMin' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, BloomMultiplierMax) == 0x000050, "Member 'FEmissiveAdaptationFinalState::BloomMultiplierMax' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, BloomCorrectionFactor) == 0x000054, "Member 'FEmissiveAdaptationFinalState::BloomCorrectionFactor' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, AutoFinalMultiplier) == 0x000058, "Member 'FEmissiveAdaptationFinalState::AutoFinalMultiplier' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, AutoFinalMultiplierOutdoorsDaytime) == 0x00005C, "Member 'FEmissiveAdaptationFinalState::AutoFinalMultiplierOutdoorsDaytime' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, LuminanceFinalMultiplier) == 0x000060, "Member 'FEmissiveAdaptationFinalState::LuminanceFinalMultiplier' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, LuminanceFinalMultiplierFiltered) == 0x000064, "Member 'FEmissiveAdaptationFinalState::LuminanceFinalMultiplierFiltered' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, LuminanceMultiplierMin) == 0x000068, "Member 'FEmissiveAdaptationFinalState::LuminanceMultiplierMin' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, LuminanceMultiplierMax) == 0x00006C, "Member 'FEmissiveAdaptationFinalState::LuminanceMultiplierMax' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, Indoors) == 0x000070, "Member 'FEmissiveAdaptationFinalState::Indoors' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, FilteredIndoors) == 0x000074, "Member 'FEmissiveAdaptationFinalState::FilteredIndoors' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, OutdoorsDayTime) == 0x000078, "Member 'FEmissiveAdaptationFinalState::OutdoorsDayTime' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, OutdoorsDayTimeBoostEV) == 0x00007C, "Member 'FEmissiveAdaptationFinalState::OutdoorsDayTimeBoostEV' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, OutdoorsDayTimeBoostFactor) == 0x000080, "Member 'FEmissiveAdaptationFinalState::OutdoorsDayTimeBoostFactor' has a wrong offset!"); \ static_assert(offsetof(FEmissiveAdaptationFinalState, bEnabled) == 0x000084, "Member 'FEmissiveAdaptationFinalState::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightAdaptationTracker \ static_assert(alignof(FLightAdaptationTracker) == 0x000008, "Wrong alignment on FLightAdaptationTracker"); \ static_assert(sizeof(FLightAdaptationTracker) == 0x000098, "Wrong size on FLightAdaptationTracker"); \ static_assert(offsetof(FLightAdaptationTracker, Components) == 0x000000, "Member 'FLightAdaptationTracker::Components' has a wrong offset!"); \ static_assert(offsetof(FLightAdaptationTracker, LastState) == 0x000010, "Member 'FLightAdaptationTracker::LastState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicLightAdaptationSettingsBase \ static_assert(alignof(FDynamicLightAdaptationSettingsBase) == 0x000008, "Wrong alignment on FDynamicLightAdaptationSettingsBase"); \ static_assert(sizeof(FDynamicLightAdaptationSettingsBase) == 0x000048, "Wrong size on FDynamicLightAdaptationSettingsBase"); \ static_assert(offsetof(FDynamicLightAdaptationSettingsBase, BaseEV) == 0x000008, "Member 'FDynamicLightAdaptationSettingsBase::BaseEV' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationSettingsBase, OutdoorsDayTimeEVBoost) == 0x00000C, "Member 'FDynamicLightAdaptationSettingsBase::OutdoorsDayTimeEVBoost' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationSettingsBase, AdaptationStrengthPercent) == 0x000010, "Member 'FDynamicLightAdaptationSettingsBase::AdaptationStrengthPercent' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationSettingsBase, MinMaxExposureTarget) == 0x000014, "Member 'FDynamicLightAdaptationSettingsBase::MinMaxExposureTarget' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationSettingsBase, MaxEV) == 0x000018, "Member 'FDynamicLightAdaptationSettingsBase::MaxEV' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationSettingsBase, MinEV) == 0x00001C, "Member 'FDynamicLightAdaptationSettingsBase::MinEV' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationSettingsBase, StartCutoffMaxEV) == 0x000020, "Member 'FDynamicLightAdaptationSettingsBase::StartCutoffMaxEV' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationSettingsBase, StartCutoffMinEV) == 0x000024, "Member 'FDynamicLightAdaptationSettingsBase::StartCutoffMinEV' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationSettingsBase, AutoExposureUpdateTolerance) == 0x000028, "Member 'FDynamicLightAdaptationSettingsBase::AutoExposureUpdateTolerance' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationSettingsBase, FreezeAdaptationAfterFrames) == 0x00002C, "Member 'FDynamicLightAdaptationSettingsBase::FreezeAdaptationAfterFrames' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationSettingsBase, Mode) == 0x000030, "Member 'FDynamicLightAdaptationSettingsBase::Mode' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationSettingsBase, bUseExposureBias) == 0x000031, "Member 'FDynamicLightAdaptationSettingsBase::bUseExposureBias' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationSettingsBase, bFiltered) == 0x000032, "Member 'FDynamicLightAdaptationSettingsBase::bFiltered' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationSettingsBase, ExposureCompensationCurve) == 0x000038, "Member 'FDynamicLightAdaptationSettingsBase::ExposureCompensationCurve' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationSettingsBase, bApplyCompensation) == 0x000040, "Member 'FDynamicLightAdaptationSettingsBase::bApplyCompensation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicLightAdaptationSettings \ static_assert(alignof(FDynamicLightAdaptationSettings) == 0x000008, "Wrong alignment on FDynamicLightAdaptationSettings"); \ static_assert(sizeof(FDynamicLightAdaptationSettings) == 0x000060, "Wrong size on FDynamicLightAdaptationSettings"); \ static_assert(offsetof(FDynamicLightAdaptationSettings, ModInterface) == 0x000048, "Member 'FDynamicLightAdaptationSettings::ModInterface' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationSettings, ModInterfaces) == 0x000050, "Member 'FDynamicLightAdaptationSettings::ModInterfaces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicLightAdaptationEVValue \ static_assert(alignof(FDynamicLightAdaptationEVValue) == 0x000004, "Wrong alignment on FDynamicLightAdaptationEVValue"); \ static_assert(sizeof(FDynamicLightAdaptationEVValue) == 0x00000C, "Wrong size on FDynamicLightAdaptationEVValue"); \ static_assert(offsetof(FDynamicLightAdaptationEVValue, Type) == 0x000000, "Member 'FDynamicLightAdaptationEVValue::Type' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationEVValue, EVValue) == 0x000004, "Member 'FDynamicLightAdaptationEVValue::EVValue' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationEVValue, MinMaxTarget) == 0x000008, "Member 'FDynamicLightAdaptationEVValue::MinMaxTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicLightAdaptationEVValueClamp \ static_assert(alignof(FDynamicLightAdaptationEVValueClamp) == 0x000004, "Wrong alignment on FDynamicLightAdaptationEVValueClamp"); \ static_assert(sizeof(FDynamicLightAdaptationEVValueClamp) == 0x00001C, "Wrong size on FDynamicLightAdaptationEVValueClamp"); \ static_assert(offsetof(FDynamicLightAdaptationEVValueClamp, MinEV) == 0x000000, "Member 'FDynamicLightAdaptationEVValueClamp::MinEV' has a wrong offset!"); \ static_assert(offsetof(FDynamicLightAdaptationEVValueClamp, MaxEV) == 0x00000C, "Member 'FDynamicLightAdaptationEVValueClamp::MaxEV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlayerCentricPostProcessingOverride \ static_assert(alignof(FPlayerCentricPostProcessingOverride) == 0x000004, "Wrong alignment on FPlayerCentricPostProcessingOverride"); \ static_assert(sizeof(FPlayerCentricPostProcessingOverride) == 0x000010, "Wrong size on FPlayerCentricPostProcessingOverride"); \ static_assert(offsetof(FPlayerCentricPostProcessingOverride, Owner) == 0x000000, "Member 'FPlayerCentricPostProcessingOverride::Owner' has a wrong offset!"); \ static_assert(offsetof(FPlayerCentricPostProcessingOverride, PostProcessingViewpoint) == 0x000008, "Member 'FPlayerCentricPostProcessingOverride::PostProcessingViewpoint' has a wrong offset!"); \ static_assert(offsetof(FPlayerCentricPostProcessingOverride, LerpAlpha) == 0x00000C, "Member 'FPlayerCentricPostProcessingOverride::LerpAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlayerCentricPostProcessingOverrides \ static_assert(alignof(FPlayerCentricPostProcessingOverrides) == 0x000008, "Wrong alignment on FPlayerCentricPostProcessingOverrides"); \ static_assert(sizeof(FPlayerCentricPostProcessingOverrides) == 0x000010, "Wrong size on FPlayerCentricPostProcessingOverrides"); \ static_assert(offsetof(FPlayerCentricPostProcessingOverrides, OverrideStack) == 0x000000, "Member 'FPlayerCentricPostProcessingOverrides::OverrideStack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPostProcessingVarColorCurve \ static_assert(alignof(FPostProcessingVarColorCurve) == 0x000008, "Wrong alignment on FPostProcessingVarColorCurve"); \ static_assert(sizeof(FPostProcessingVarColorCurve) == 0x000218, "Wrong size on FPostProcessingVarColorCurve"); \ static_assert(offsetof(FPostProcessingVarColorCurve, Var) == 0x000008, "Member 'FPostProcessingVarColorCurve::Var' has a wrong offset!"); \ static_assert(offsetof(FPostProcessingVarColorCurve, Curve) == 0x000010, "Member 'FPostProcessingVarColorCurve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPostProcessingVarScalarCurve \ static_assert(alignof(FPostProcessingVarScalarCurve) == 0x000008, "Wrong alignment on FPostProcessingVarScalarCurve"); \ static_assert(sizeof(FPostProcessingVarScalarCurve) == 0x000098, "Wrong size on FPostProcessingVarScalarCurve"); \ static_assert(offsetof(FPostProcessingVarScalarCurve, Var) == 0x000008, "Member 'FPostProcessingVarScalarCurve::Var' has a wrong offset!"); \ static_assert(offsetof(FPostProcessingVarScalarCurve, Curve) == 0x000010, "Member 'FPostProcessingVarScalarCurve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleBlendDomain \ static_assert(alignof(FSimpleBlendDomain) == 0x000008, "Wrong alignment on FSimpleBlendDomain"); \ static_assert(sizeof(FSimpleBlendDomain) == 0x000010, "Wrong size on FSimpleBlendDomain"); \ static_assert(offsetof(FSimpleBlendDomain, Blends) == 0x000000, "Member 'FSimpleBlendDomain::Blends' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlendDomainNormalizedTimeCurve \ static_assert(alignof(FBlendDomainNormalizedTimeCurve) == 0x000008, "Wrong alignment on FBlendDomainNormalizedTimeCurve"); \ static_assert(sizeof(FBlendDomainNormalizedTimeCurve) == 0x000010, "Wrong size on FBlendDomainNormalizedTimeCurve"); \ static_assert(offsetof(FBlendDomainNormalizedTimeCurve, NormalizedTimeCurve) == 0x000000, "Member 'FBlendDomainNormalizedTimeCurve::NormalizedTimeCurve' has a wrong offset!"); \ static_assert(offsetof(FBlendDomainNormalizedTimeCurve, bMirrorAroundNoon) == 0x000008, "Member 'FBlendDomainNormalizedTimeCurve::bMirrorAroundNoon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlendDomainIndoorsOutdoorsCurve \ static_assert(alignof(FBlendDomainIndoorsOutdoorsCurve) == 0x000008, "Wrong alignment on FBlendDomainIndoorsOutdoorsCurve"); \ static_assert(sizeof(FBlendDomainIndoorsOutdoorsCurve) == 0x000008, "Wrong size on FBlendDomainIndoorsOutdoorsCurve"); \ static_assert(offsetof(FBlendDomainIndoorsOutdoorsCurve, IndoorsOutdoorsCurve) == 0x000000, "Member 'FBlendDomainIndoorsOutdoorsCurve::IndoorsOutdoorsCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlendDomainLegacy \ static_assert(alignof(FBlendDomainLegacy) == 0x000008, "Wrong alignment on FBlendDomainLegacy"); \ static_assert(sizeof(FBlendDomainLegacy) == 0x000028, "Wrong size on FBlendDomainLegacy"); \ static_assert(offsetof(FBlendDomainLegacy, IndoorsOutdoorsBlend) == 0x000008, "Member 'FBlendDomainLegacy::IndoorsOutdoorsBlend' has a wrong offset!"); \ static_assert(offsetof(FBlendDomainLegacy, IndoorsType) == 0x000009, "Member 'FBlendDomainLegacy::IndoorsType' has a wrong offset!"); \ static_assert(offsetof(FBlendDomainLegacy, DayNightBlend) == 0x00000A, "Member 'FBlendDomainLegacy::DayNightBlend' has a wrong offset!"); \ static_assert(offsetof(FBlendDomainLegacy, OvercastClearBlend) == 0x00000B, "Member 'FBlendDomainLegacy::OvercastClearBlend' has a wrong offset!"); \ static_assert(offsetof(FBlendDomainLegacy, LightingMode) == 0x00000C, "Member 'FBlendDomainLegacy::LightingMode' has a wrong offset!"); \ static_assert(offsetof(FBlendDomainLegacy, NormalizedTimeBlend) == 0x000010, "Member 'FBlendDomainLegacy::NormalizedTimeBlend' has a wrong offset!"); \ static_assert(offsetof(FBlendDomainLegacy, IndoorsOutdoorsBlendCurve) == 0x000020, "Member 'FBlendDomainLegacy::IndoorsOutdoorsBlendCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlendDomain \ static_assert(alignof(FBlendDomain) == 0x000008, "Wrong alignment on FBlendDomain"); \ static_assert(sizeof(FBlendDomain) == 0x000038, "Wrong size on FBlendDomain"); \ static_assert(offsetof(FBlendDomain, CustomBlends) == 0x000028, "Member 'FBlendDomain::CustomBlends' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsCustomBlendDomains \ static_assert(alignof(FRenderSettingsCustomBlendDomains) == 0x000008, "Wrong alignment on FRenderSettingsCustomBlendDomains"); \ static_assert(sizeof(FRenderSettingsCustomBlendDomains) == 0x000050, "Wrong size on FRenderSettingsCustomBlendDomains"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomains, AllDomains) == 0x000000, "Member 'FRenderSettingsCustomBlendDomains::AllDomains' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomains, PreComputeDomainsFirst) == 0x000010, "Member 'FRenderSettingsCustomBlendDomains::PreComputeDomainsFirst' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomains, PreComputeDomainsNormal) == 0x000020, "Member 'FRenderSettingsCustomBlendDomains::PreComputeDomainsNormal' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomains, PreComputeDomainsLast) == 0x000030, "Member 'FRenderSettingsCustomBlendDomains::PreComputeDomainsLast' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomains, PreComputeDomainsCustom) == 0x000040, "Member 'FRenderSettingsCustomBlendDomains::PreComputeDomainsCustom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsCustomBlendDomainValueStore \ static_assert(alignof(FRenderSettingsCustomBlendDomainValueStore) == 0x000008, "Wrong alignment on FRenderSettingsCustomBlendDomainValueStore"); \ static_assert(sizeof(FRenderSettingsCustomBlendDomainValueStore) == 0x000058, "Wrong size on FRenderSettingsCustomBlendDomainValueStore"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomainValueStore, Values) == 0x000008, "Member 'FRenderSettingsCustomBlendDomainValueStore::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsCustomBlendDomainValueOverrides \ static_assert(alignof(FRenderSettingsCustomBlendDomainValueOverrides) == 0x000008, "Wrong alignment on FRenderSettingsCustomBlendDomainValueOverrides"); \ static_assert(sizeof(FRenderSettingsCustomBlendDomainValueOverrides) == 0x000058, "Wrong size on FRenderSettingsCustomBlendDomainValueOverrides"); \ #define DUMPER7_ASSERTS_FRenderSettingsCustomBlendDomainOverrides \ static_assert(alignof(FRenderSettingsCustomBlendDomainOverrides) == 0x000008, "Wrong alignment on FRenderSettingsCustomBlendDomainOverrides"); \ static_assert(sizeof(FRenderSettingsCustomBlendDomainOverrides) == 0x000068, "Wrong size on FRenderSettingsCustomBlendDomainOverrides"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomainOverrides, InterfaceOverrides) == 0x000000, "Member 'FRenderSettingsCustomBlendDomainOverrides::InterfaceOverrides' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomainOverrides, ValueOverrides) == 0x000010, "Member 'FRenderSettingsCustomBlendDomainOverrides::ValueOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPreComputedBlendDomainName \ static_assert(alignof(FRenderSettingsPreComputedBlendDomainName) == 0x000008, "Wrong alignment on FRenderSettingsPreComputedBlendDomainName"); \ static_assert(sizeof(FRenderSettingsPreComputedBlendDomainName) == 0x000010, "Wrong size on FRenderSettingsPreComputedBlendDomainName"); \ #define DUMPER7_ASSERTS_FRenderSettingsPreComputedNormalBlendDomainName \ static_assert(alignof(FRenderSettingsPreComputedNormalBlendDomainName) == 0x000008, "Wrong alignment on FRenderSettingsPreComputedNormalBlendDomainName"); \ static_assert(sizeof(FRenderSettingsPreComputedNormalBlendDomainName) == 0x000010, "Wrong size on FRenderSettingsPreComputedNormalBlendDomainName"); \ #define DUMPER7_ASSERTS_FRenderSettingsPreComputedFirstBlendDomainName \ static_assert(alignof(FRenderSettingsPreComputedFirstBlendDomainName) == 0x000008, "Wrong alignment on FRenderSettingsPreComputedFirstBlendDomainName"); \ static_assert(sizeof(FRenderSettingsPreComputedFirstBlendDomainName) == 0x000010, "Wrong size on FRenderSettingsPreComputedFirstBlendDomainName"); \ #define DUMPER7_ASSERTS_FRenderSettingsCustomBlendDomainName \ static_assert(alignof(FRenderSettingsCustomBlendDomainName) == 0x000004, "Wrong alignment on FRenderSettingsCustomBlendDomainName"); \ static_assert(sizeof(FRenderSettingsCustomBlendDomainName) == 0x000008, "Wrong size on FRenderSettingsCustomBlendDomainName"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomainName, Name) == 0x000000, "Member 'FRenderSettingsCustomBlendDomainName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsCustomBlendDomainNameWithValue \ static_assert(alignof(FRenderSettingsCustomBlendDomainNameWithValue) == 0x000004, "Wrong alignment on FRenderSettingsCustomBlendDomainNameWithValue"); \ static_assert(sizeof(FRenderSettingsCustomBlendDomainNameWithValue) == 0x00000C, "Wrong size on FRenderSettingsCustomBlendDomainNameWithValue"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomainNameWithValue, Name) == 0x000000, "Member 'FRenderSettingsCustomBlendDomainNameWithValue::Name' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsCustomBlendDomainNameWithValue, Value) == 0x000008, "Member 'FRenderSettingsCustomBlendDomainNameWithValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlendDomainState \ static_assert(alignof(FBlendDomainState) == 0x000008, "Wrong alignment on FBlendDomainState"); \ static_assert(sizeof(FBlendDomainState) == 0x0000F8, "Wrong size on FBlendDomainState"); \ static_assert(offsetof(FBlendDomainState, BlendDomains) == 0x000000, "Member 'FBlendDomainState::BlendDomains' has a wrong offset!"); \ static_assert(offsetof(FBlendDomainState, Vectors) == 0x000050, "Member 'FBlendDomainState::Vectors' has a wrong offset!"); \ static_assert(offsetof(FBlendDomainState, Scalars) == 0x0000A0, "Member 'FBlendDomainState::Scalars' has a wrong offset!"); \ static_assert(offsetof(FBlendDomainState, bLowQuality) == 0x0000F0, "Member 'FBlendDomainState::bLowQuality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsBlendDomainConsoleLien \ static_assert(alignof(FRenderSettingsBlendDomainConsoleLien) == 0x000008, "Wrong alignment on FRenderSettingsBlendDomainConsoleLien"); \ static_assert(sizeof(FRenderSettingsBlendDomainConsoleLien) == 0x000050, "Wrong size on FRenderSettingsBlendDomainConsoleLien"); \ static_assert(offsetof(FRenderSettingsBlendDomainConsoleLien, BlendDomain) == 0x000000, "Member 'FRenderSettingsBlendDomainConsoleLien::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsBlendDomainConsoleLien, bOnlyAfterBeginPlay) == 0x000038, "Member 'FRenderSettingsBlendDomainConsoleLien::bOnlyAfterBeginPlay' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsBlendDomainConsoleLien, Mode) == 0x000039, "Member 'FRenderSettingsBlendDomainConsoleLien::Mode' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsBlendDomainConsoleLien, ConsoleVariables) == 0x000040, "Member 'FRenderSettingsBlendDomainConsoleLien::ConsoleVariables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsEmissiveAdaptationName \ static_assert(alignof(FRenderSettingsEmissiveAdaptationName) == 0x000004, "Wrong alignment on FRenderSettingsEmissiveAdaptationName"); \ static_assert(sizeof(FRenderSettingsEmissiveAdaptationName) == 0x000008, "Wrong size on FRenderSettingsEmissiveAdaptationName"); \ static_assert(offsetof(FRenderSettingsEmissiveAdaptationName, Name) == 0x000000, "Member 'FRenderSettingsEmissiveAdaptationName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsEmissiveAdaptation \ static_assert(alignof(FRenderSettingsEmissiveAdaptation) == 0x000008, "Wrong alignment on FRenderSettingsEmissiveAdaptation"); \ static_assert(sizeof(FRenderSettingsEmissiveAdaptation) == 0x000090, "Wrong size on FRenderSettingsEmissiveAdaptation"); \ static_assert(offsetof(FRenderSettingsEmissiveAdaptation, Name) == 0x000004, "Member 'FRenderSettingsEmissiveAdaptation::Name' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsEmissiveAdaptation, BloomTargetExpression) == 0x000010, "Member 'FRenderSettingsEmissiveAdaptation::BloomTargetExpression' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsEmissiveAdaptation, BloomBaseExpression) == 0x000018, "Member 'FRenderSettingsEmissiveAdaptation::BloomBaseExpression' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsEmissiveAdaptation, BloomIntensityCorrection) == 0x000020, "Member 'FRenderSettingsEmissiveAdaptation::BloomIntensityCorrection' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsEmissiveAdaptation, BloomOutdoorsDaytimeBoostExpression) == 0x000028, "Member 'FRenderSettingsEmissiveAdaptation::BloomOutdoorsDaytimeBoostExpression' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsEmissiveAdaptation, AutoExposureAdaptationBoostExpression) == 0x000030, "Member 'FRenderSettingsEmissiveAdaptation::AutoExposureAdaptationBoostExpression' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsEmissiveAdaptation, LuminanceAdaptationBoostExpression) == 0x000038, "Member 'FRenderSettingsEmissiveAdaptation::LuminanceAdaptationBoostExpression' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsEmissiveAdaptation, LuminanceAdaptationMinExpression) == 0x000040, "Member 'FRenderSettingsEmissiveAdaptation::LuminanceAdaptationMinExpression' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsEmissiveAdaptation, LuminanceAdaptationMaxExpression) == 0x000048, "Member 'FRenderSettingsEmissiveAdaptation::LuminanceAdaptationMaxExpression' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsEmissiveAdaptation, Extras) == 0x000050, "Member 'FRenderSettingsEmissiveAdaptation::Extras' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPostProcessingGroup \ static_assert(alignof(FRenderSettingsPostProcessingGroup) == 0x000004, "Wrong alignment on FRenderSettingsPostProcessingGroup"); \ static_assert(sizeof(FRenderSettingsPostProcessingGroup) == 0x00005C, "Wrong size on FRenderSettingsPostProcessingGroup"); \ static_assert(offsetof(FRenderSettingsPostProcessingGroup, Name) == 0x000004, "Member 'FRenderSettingsPostProcessingGroup::Name' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessingGroup, Exposure) == 0x00000C, "Member 'FRenderSettingsPostProcessingGroup::Exposure' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessingGroup, ColorGrading) == 0x000014, "Member 'FRenderSettingsPostProcessingGroup::ColorGrading' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessingGroup, Film) == 0x00001C, "Member 'FRenderSettingsPostProcessingGroup::Film' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessingGroup, LensFX) == 0x000024, "Member 'FRenderSettingsPostProcessingGroup::LensFX' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessingGroup, Bloom) == 0x00002C, "Member 'FRenderSettingsPostProcessingGroup::Bloom' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessingGroup, MotionBlur) == 0x000034, "Member 'FRenderSettingsPostProcessingGroup::MotionBlur' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessingGroup, DepthOfField) == 0x00003C, "Member 'FRenderSettingsPostProcessingGroup::DepthOfField' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessingGroup, Ambient) == 0x000044, "Member 'FRenderSettingsPostProcessingGroup::Ambient' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessingGroup, ScreenSpaceReflections) == 0x00004C, "Member 'FRenderSettingsPostProcessingGroup::ScreenSpaceReflections' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPostProcessingGroup, Probes) == 0x000054, "Member 'FRenderSettingsPostProcessingGroup::Probes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPAmbientOcclusionAdvanced \ static_assert(alignof(FRenderSettingsPPAmbientOcclusionAdvanced) == 0x000004, "Wrong alignment on FRenderSettingsPPAmbientOcclusionAdvanced"); \ static_assert(sizeof(FRenderSettingsPPAmbientOcclusionAdvanced) == 0x00002C, "Wrong size on FRenderSettingsPPAmbientOcclusionAdvanced"); \ static_assert(offsetof(FRenderSettingsPPAmbientOcclusionAdvanced, AmbientOcclusionStaticFraction) == 0x000004, "Member 'FRenderSettingsPPAmbientOcclusionAdvanced::AmbientOcclusionStaticFraction' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPAmbientOcclusionAdvanced, AmbientOcclusionFadeDistance) == 0x00000C, "Member 'FRenderSettingsPPAmbientOcclusionAdvanced::AmbientOcclusionFadeDistance' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPAmbientOcclusionAdvanced, AmbientOcclusionFadeRadius) == 0x000010, "Member 'FRenderSettingsPPAmbientOcclusionAdvanced::AmbientOcclusionFadeRadius' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPAmbientOcclusionAdvanced, AmbientOcclusionPower) == 0x000014, "Member 'FRenderSettingsPPAmbientOcclusionAdvanced::AmbientOcclusionPower' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPAmbientOcclusionAdvanced, AmbientOcclusionBias) == 0x000018, "Member 'FRenderSettingsPPAmbientOcclusionAdvanced::AmbientOcclusionBias' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPAmbientOcclusionAdvanced, AmbientOcclusionQuality) == 0x00001C, "Member 'FRenderSettingsPPAmbientOcclusionAdvanced::AmbientOcclusionQuality' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPAmbientOcclusionAdvanced, AmbientOcclusionMipBlend) == 0x000020, "Member 'FRenderSettingsPPAmbientOcclusionAdvanced::AmbientOcclusionMipBlend' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPAmbientOcclusionAdvanced, AmbientOcclusionMipScale) == 0x000024, "Member 'FRenderSettingsPPAmbientOcclusionAdvanced::AmbientOcclusionMipScale' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPAmbientOcclusionAdvanced, AmbientOcclusionMipThreshold) == 0x000028, "Member 'FRenderSettingsPPAmbientOcclusionAdvanced::AmbientOcclusionMipThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPAmbient \ static_assert(alignof(FRenderSettingsPPAmbient) == 0x000008, "Wrong alignment on FRenderSettingsPPAmbient"); \ static_assert(sizeof(FRenderSettingsPPAmbient) == 0x000060, "Wrong size on FRenderSettingsPPAmbient"); \ static_assert(offsetof(FRenderSettingsPPAmbient, Name) == 0x000004, "Member 'FRenderSettingsPPAmbient::Name' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPAmbient, AmbientOcclusionIntensity) == 0x00000C, "Member 'FRenderSettingsPPAmbient::AmbientOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPAmbient, AmbientOcclusionRadius) == 0x000010, "Member 'FRenderSettingsPPAmbient::AmbientOcclusionRadius' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPAmbient, AdvancedAO) == 0x000014, "Member 'FRenderSettingsPPAmbient::AdvancedAO' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPAmbient, AmbientCubemap) == 0x000040, "Member 'FRenderSettingsPPAmbient::AmbientCubemap' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPAmbient, AmbientCubemapTint) == 0x000048, "Member 'FRenderSettingsPPAmbient::AmbientCubemapTint' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPAmbient, AmbientCubemapIntensity) == 0x000058, "Member 'FRenderSettingsPPAmbient::AmbientCubemapIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPBloomAdvanced \ static_assert(alignof(FRenderSettingsPPBloomAdvanced) == 0x000004, "Wrong alignment on FRenderSettingsPPBloomAdvanced"); \ static_assert(sizeof(FRenderSettingsPPBloomAdvanced) == 0x00009C, "Wrong size on FRenderSettingsPPBloomAdvanced"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, SizeScale) == 0x000004, "Member 'FRenderSettingsPPBloomAdvanced::SizeScale' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, Size1) == 0x000008, "Member 'FRenderSettingsPPBloomAdvanced::Size1' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, Size2) == 0x00000C, "Member 'FRenderSettingsPPBloomAdvanced::Size2' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, Size3) == 0x000010, "Member 'FRenderSettingsPPBloomAdvanced::Size3' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, Size4) == 0x000014, "Member 'FRenderSettingsPPBloomAdvanced::Size4' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, Size5) == 0x000018, "Member 'FRenderSettingsPPBloomAdvanced::Size5' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, Size6) == 0x00001C, "Member 'FRenderSettingsPPBloomAdvanced::Size6' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, Tint1) == 0x000020, "Member 'FRenderSettingsPPBloomAdvanced::Tint1' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, Tint2) == 0x000030, "Member 'FRenderSettingsPPBloomAdvanced::Tint2' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, Tint3) == 0x000040, "Member 'FRenderSettingsPPBloomAdvanced::Tint3' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, Tint4) == 0x000050, "Member 'FRenderSettingsPPBloomAdvanced::Tint4' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, Tint5) == 0x000060, "Member 'FRenderSettingsPPBloomAdvanced::Tint5' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, Tint6) == 0x000070, "Member 'FRenderSettingsPPBloomAdvanced::Tint6' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, ConvolutionSize) == 0x000080, "Member 'FRenderSettingsPPBloomAdvanced::ConvolutionSize' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, ConvolutionCenterUV) == 0x000084, "Member 'FRenderSettingsPPBloomAdvanced::ConvolutionCenterUV' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, ConvolutionPreFilterMin) == 0x00008C, "Member 'FRenderSettingsPPBloomAdvanced::ConvolutionPreFilterMin' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, ConvolutionPreFilterMax) == 0x000090, "Member 'FRenderSettingsPPBloomAdvanced::ConvolutionPreFilterMax' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, ConvolutionPreFilterMult) == 0x000094, "Member 'FRenderSettingsPPBloomAdvanced::ConvolutionPreFilterMult' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloomAdvanced, ConvolutionBufferScale) == 0x000098, "Member 'FRenderSettingsPPBloomAdvanced::ConvolutionBufferScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPBloom \ static_assert(alignof(FRenderSettingsPPBloom) == 0x000008, "Wrong alignment on FRenderSettingsPPBloom"); \ static_assert(sizeof(FRenderSettingsPPBloom) == 0x0000E8, "Wrong size on FRenderSettingsPPBloom"); \ static_assert(offsetof(FRenderSettingsPPBloom, Name) == 0x000004, "Member 'FRenderSettingsPPBloom::Name' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloom, Method) == 0x00000C, "Member 'FRenderSettingsPPBloom::Method' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloom, Intensity) == 0x000010, "Member 'FRenderSettingsPPBloom::Intensity' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloom, Threshold) == 0x000014, "Member 'FRenderSettingsPPBloom::Threshold' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloom, Cross) == 0x000018, "Member 'FRenderSettingsPPBloom::Cross' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloom, ConvolutionTexture) == 0x000020, "Member 'FRenderSettingsPPBloom::ConvolutionTexture' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloom, Advanced) == 0x000028, "Member 'FRenderSettingsPPBloom::Advanced' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloom, DirtMask) == 0x0000C8, "Member 'FRenderSettingsPPBloom::DirtMask' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloom, DirtMaskIntensity) == 0x0000D0, "Member 'FRenderSettingsPPBloom::DirtMaskIntensity' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPBloom, DirtMaskTint) == 0x0000D4, "Member 'FRenderSettingsPPBloom::DirtMaskTint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPColorCorrection \ static_assert(alignof(FRenderSettingsPPColorCorrection) == 0x000010, "Wrong alignment on FRenderSettingsPPColorCorrection"); \ static_assert(sizeof(FRenderSettingsPPColorCorrection) == 0x000060, "Wrong size on FRenderSettingsPPColorCorrection"); \ static_assert(offsetof(FRenderSettingsPPColorCorrection, Saturation) == 0x000010, "Member 'FRenderSettingsPPColorCorrection::Saturation' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPColorCorrection, Contrast) == 0x000020, "Member 'FRenderSettingsPPColorCorrection::Contrast' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPColorCorrection, Gamma) == 0x000030, "Member 'FRenderSettingsPPColorCorrection::Gamma' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPColorCorrection, Gain) == 0x000040, "Member 'FRenderSettingsPPColorCorrection::Gain' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPColorCorrection, Offset) == 0x000050, "Member 'FRenderSettingsPPColorCorrection::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPColorGrading \ static_assert(alignof(FRenderSettingsPPColorGrading) == 0x000010, "Wrong alignment on FRenderSettingsPPColorGrading"); \ static_assert(sizeof(FRenderSettingsPPColorGrading) == 0x0001D0, "Wrong size on FRenderSettingsPPColorGrading"); \ static_assert(offsetof(FRenderSettingsPPColorGrading, Name) == 0x000004, "Member 'FRenderSettingsPPColorGrading::Name' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPColorGrading, WhiteTemp) == 0x00000C, "Member 'FRenderSettingsPPColorGrading::WhiteTemp' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPColorGrading, WhiteTint) == 0x000010, "Member 'FRenderSettingsPPColorGrading::WhiteTint' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPColorGrading, ColorGradingGlobal) == 0x000020, "Member 'FRenderSettingsPPColorGrading::ColorGradingGlobal' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPColorGrading, ColorGradingShadows) == 0x000080, "Member 'FRenderSettingsPPColorGrading::ColorGradingShadows' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPColorGrading, ColorCorrectionShadowsMax) == 0x0000E0, "Member 'FRenderSettingsPPColorGrading::ColorCorrectionShadowsMax' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPColorGrading, ColorGradingMidtones) == 0x0000F0, "Member 'FRenderSettingsPPColorGrading::ColorGradingMidtones' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPColorGrading, ColorGradingHighlights) == 0x000150, "Member 'FRenderSettingsPPColorGrading::ColorGradingHighlights' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPColorGrading, ColorCorrectionHighlightsMin) == 0x0001B0, "Member 'FRenderSettingsPPColorGrading::ColorCorrectionHighlightsMin' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPColorGrading, SceneColorTint) == 0x0001B4, "Member 'FRenderSettingsPPColorGrading::SceneColorTint' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPColorGrading, BlueCorrection) == 0x0001C4, "Member 'FRenderSettingsPPColorGrading::BlueCorrection' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPColorGrading, ExpandGamut) == 0x0001C8, "Member 'FRenderSettingsPPColorGrading::ExpandGamut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPDepthOfField \ static_assert(alignof(FRenderSettingsPPDepthOfField) == 0x000004, "Wrong alignment on FRenderSettingsPPDepthOfField"); \ static_assert(sizeof(FRenderSettingsPPDepthOfField) == 0x00002C, "Wrong size on FRenderSettingsPPDepthOfField"); \ static_assert(offsetof(FRenderSettingsPPDepthOfField, Name) == 0x000004, "Member 'FRenderSettingsPPDepthOfField::Name' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPDepthOfField, SensorWidth) == 0x00000C, "Member 'FRenderSettingsPPDepthOfField::SensorWidth' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPDepthOfField, FocalDistance) == 0x000010, "Member 'FRenderSettingsPPDepthOfField::FocalDistance' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPDepthOfField, DepthBlurAmount) == 0x000014, "Member 'FRenderSettingsPPDepthOfField::DepthBlurAmount' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPDepthOfField, DepthBlurRadius) == 0x000018, "Member 'FRenderSettingsPPDepthOfField::DepthBlurRadius' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPDepthOfField, Occlusion) == 0x00001C, "Member 'FRenderSettingsPPDepthOfField::Occlusion' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPDepthOfField, Fstop) == 0x000020, "Member 'FRenderSettingsPPDepthOfField::Fstop' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPDepthOfField, MinFstop) == 0x000024, "Member 'FRenderSettingsPPDepthOfField::MinFstop' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPDepthOfField, BladeCount) == 0x000028, "Member 'FRenderSettingsPPDepthOfField::BladeCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPExposureAdvanced \ static_assert(alignof(FRenderSettingsPPExposureAdvanced) == 0x000008, "Wrong alignment on FRenderSettingsPPExposureAdvanced"); \ static_assert(sizeof(FRenderSettingsPPExposureAdvanced) == 0x000020, "Wrong size on FRenderSettingsPPExposureAdvanced"); \ static_assert(offsetof(FRenderSettingsPPExposureAdvanced, AutoExposureLowPercent) == 0x000004, "Member 'FRenderSettingsPPExposureAdvanced::AutoExposureLowPercent' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPExposureAdvanced, AutoExposureHighPercent) == 0x000008, "Member 'FRenderSettingsPPExposureAdvanced::AutoExposureHighPercent' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPExposureAdvanced, HistogramLogMin) == 0x00000C, "Member 'FRenderSettingsPPExposureAdvanced::HistogramLogMin' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPExposureAdvanced, HistogramLogMax) == 0x000010, "Member 'FRenderSettingsPPExposureAdvanced::HistogramLogMax' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPExposureAdvanced, AutoExposureMeterMask) == 0x000018, "Member 'FRenderSettingsPPExposureAdvanced::AutoExposureMeterMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPExposure \ static_assert(alignof(FRenderSettingsPPExposure) == 0x000008, "Wrong alignment on FRenderSettingsPPExposure"); \ static_assert(sizeof(FRenderSettingsPPExposure) == 0x000048, "Wrong size on FRenderSettingsPPExposure"); \ static_assert(offsetof(FRenderSettingsPPExposure, Name) == 0x000004, "Member 'FRenderSettingsPPExposure::Name' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPExposure, AutoExposureMethod) == 0x00000C, "Member 'FRenderSettingsPPExposure::AutoExposureMethod' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPExposure, AutoExposureMinBrightness) == 0x000010, "Member 'FRenderSettingsPPExposure::AutoExposureMinBrightness' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPExposure, AutoExposureMaxBrightness) == 0x000014, "Member 'FRenderSettingsPPExposure::AutoExposureMaxBrightness' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPExposure, AutoExposureSpeedUp) == 0x000018, "Member 'FRenderSettingsPPExposure::AutoExposureSpeedUp' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPExposure, AutoExposureSpeedDown) == 0x00001C, "Member 'FRenderSettingsPPExposure::AutoExposureSpeedDown' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPExposure, AutoExposureBias) == 0x000020, "Member 'FRenderSettingsPPExposure::AutoExposureBias' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPExposure, Advanced) == 0x000028, "Member 'FRenderSettingsPPExposure::Advanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPFilmAdvanced \ static_assert(alignof(FRenderSettingsPPFilmAdvanced) == 0x000004, "Wrong alignment on FRenderSettingsPPFilmAdvanced"); \ static_assert(sizeof(FRenderSettingsPPFilmAdvanced) == 0x000058, "Wrong size on FRenderSettingsPPFilmAdvanced"); \ static_assert(offsetof(FRenderSettingsPPFilmAdvanced, FilmShadowTint) == 0x000004, "Member 'FRenderSettingsPPFilmAdvanced::FilmShadowTint' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPFilmAdvanced, FilmShadowTintBlend) == 0x000014, "Member 'FRenderSettingsPPFilmAdvanced::FilmShadowTintBlend' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPFilmAdvanced, FilmShadowTintAmount) == 0x000018, "Member 'FRenderSettingsPPFilmAdvanced::FilmShadowTintAmount' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPFilmAdvanced, FilmChannelMixerRed) == 0x00001C, "Member 'FRenderSettingsPPFilmAdvanced::FilmChannelMixerRed' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPFilmAdvanced, FilmChannelMixerGreen) == 0x00002C, "Member 'FRenderSettingsPPFilmAdvanced::FilmChannelMixerGreen' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPFilmAdvanced, FilmChannelMixerBlue) == 0x00003C, "Member 'FRenderSettingsPPFilmAdvanced::FilmChannelMixerBlue' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPFilmAdvanced, FilmToeAmount) == 0x00004C, "Member 'FRenderSettingsPPFilmAdvanced::FilmToeAmount' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPFilmAdvanced, FilmHealAmount) == 0x000050, "Member 'FRenderSettingsPPFilmAdvanced::FilmHealAmount' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPFilmAdvanced, FilmDynamicRange) == 0x000054, "Member 'FRenderSettingsPPFilmAdvanced::FilmDynamicRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPFilm \ static_assert(alignof(FRenderSettingsPPFilm) == 0x000004, "Wrong alignment on FRenderSettingsPPFilm"); \ static_assert(sizeof(FRenderSettingsPPFilm) == 0x000090, "Wrong size on FRenderSettingsPPFilm"); \ static_assert(offsetof(FRenderSettingsPPFilm, Name) == 0x000004, "Member 'FRenderSettingsPPFilm::Name' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPFilm, FilmSlope) == 0x00000C, "Member 'FRenderSettingsPPFilm::FilmSlope' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPFilm, FilmToe) == 0x000010, "Member 'FRenderSettingsPPFilm::FilmToe' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPFilm, FilmShoulder) == 0x000014, "Member 'FRenderSettingsPPFilm::FilmShoulder' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPFilm, FilmBlackClip) == 0x000018, "Member 'FRenderSettingsPPFilm::FilmBlackClip' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPFilm, FilmWhiteClip) == 0x00001C, "Member 'FRenderSettingsPPFilm::FilmWhiteClip' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPFilm, FilmWhitePoint) == 0x000020, "Member 'FRenderSettingsPPFilm::FilmWhitePoint' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPFilm, FilmSaturation) == 0x000030, "Member 'FRenderSettingsPPFilm::FilmSaturation' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPFilm, FilmContrast) == 0x000034, "Member 'FRenderSettingsPPFilm::FilmContrast' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPFilm, Advanced) == 0x000038, "Member 'FRenderSettingsPPFilm::Advanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPGrain \ static_assert(alignof(FRenderSettingsPPGrain) == 0x000004, "Wrong alignment on FRenderSettingsPPGrain"); \ static_assert(sizeof(FRenderSettingsPPGrain) == 0x00000C, "Wrong size on FRenderSettingsPPGrain"); \ static_assert(offsetof(FRenderSettingsPPGrain, Jitter) == 0x000004, "Member 'FRenderSettingsPPGrain::Jitter' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPGrain, Intensity) == 0x000008, "Member 'FRenderSettingsPPGrain::Intensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPChromaticAberration \ static_assert(alignof(FRenderSettingsPPChromaticAberration) == 0x000004, "Wrong alignment on FRenderSettingsPPChromaticAberration"); \ static_assert(sizeof(FRenderSettingsPPChromaticAberration) == 0x00000C, "Wrong size on FRenderSettingsPPChromaticAberration"); \ static_assert(offsetof(FRenderSettingsPPChromaticAberration, SceneFringeIntensity) == 0x000004, "Member 'FRenderSettingsPPChromaticAberration::SceneFringeIntensity' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPChromaticAberration, StartOffset) == 0x000008, "Member 'FRenderSettingsPPChromaticAberration::StartOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPLensFX \ static_assert(alignof(FRenderSettingsPPLensFX) == 0x000004, "Wrong alignment on FRenderSettingsPPLensFX"); \ static_assert(sizeof(FRenderSettingsPPLensFX) == 0x000028, "Wrong size on FRenderSettingsPPLensFX"); \ static_assert(offsetof(FRenderSettingsPPLensFX, Name) == 0x000004, "Member 'FRenderSettingsPPLensFX::Name' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPLensFX, VignetteIntensity) == 0x00000C, "Member 'FRenderSettingsPPLensFX::VignetteIntensity' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPLensFX, Grain) == 0x000010, "Member 'FRenderSettingsPPLensFX::Grain' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPLensFX, ChromaticAberration) == 0x00001C, "Member 'FRenderSettingsPPLensFX::ChromaticAberration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPMotionBlur \ static_assert(alignof(FRenderSettingsPPMotionBlur) == 0x000004, "Wrong alignment on FRenderSettingsPPMotionBlur"); \ static_assert(sizeof(FRenderSettingsPPMotionBlur) == 0x000018, "Wrong size on FRenderSettingsPPMotionBlur"); \ static_assert(offsetof(FRenderSettingsPPMotionBlur, Name) == 0x000004, "Member 'FRenderSettingsPPMotionBlur::Name' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPMotionBlur, Amount) == 0x00000C, "Member 'FRenderSettingsPPMotionBlur::Amount' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPMotionBlur, Max) == 0x000010, "Member 'FRenderSettingsPPMotionBlur::Max' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPMotionBlur, PerObjectSize) == 0x000014, "Member 'FRenderSettingsPPMotionBlur::PerObjectSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPProbesToneMapping \ static_assert(alignof(FRenderSettingsPPProbesToneMapping) == 0x000004, "Wrong alignment on FRenderSettingsPPProbesToneMapping"); \ static_assert(sizeof(FRenderSettingsPPProbesToneMapping) == 0x000010, "Wrong size on FRenderSettingsPPProbesToneMapping"); \ static_assert(offsetof(FRenderSettingsPPProbesToneMapping, ProbeToneMapAmount) == 0x000004, "Member 'FRenderSettingsPPProbesToneMapping::ProbeToneMapAmount' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPProbesToneMapping, ProbeToneMapMinIntensity) == 0x000008, "Member 'FRenderSettingsPPProbesToneMapping::ProbeToneMapMinIntensity' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPProbesToneMapping, ProbeToneMapMaxEV) == 0x00000C, "Member 'FRenderSettingsPPProbesToneMapping::ProbeToneMapMaxEV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPProbes \ static_assert(alignof(FRenderSettingsPPProbes) == 0x000004, "Wrong alignment on FRenderSettingsPPProbes"); \ static_assert(sizeof(FRenderSettingsPPProbes) == 0x000018, "Wrong size on FRenderSettingsPPProbes"); \ static_assert(offsetof(FRenderSettingsPPProbes, Name) == 0x000000, "Member 'FRenderSettingsPPProbes::Name' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPProbes, ToneMapping) == 0x000008, "Member 'FRenderSettingsPPProbes::ToneMapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderSettingsPPScreenSpaceReflections \ static_assert(alignof(FRenderSettingsPPScreenSpaceReflections) == 0x000004, "Wrong alignment on FRenderSettingsPPScreenSpaceReflections"); \ static_assert(sizeof(FRenderSettingsPPScreenSpaceReflections) == 0x000018, "Wrong size on FRenderSettingsPPScreenSpaceReflections"); \ static_assert(offsetof(FRenderSettingsPPScreenSpaceReflections, Name) == 0x000004, "Member 'FRenderSettingsPPScreenSpaceReflections::Name' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPScreenSpaceReflections, Intensity) == 0x00000C, "Member 'FRenderSettingsPPScreenSpaceReflections::Intensity' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPScreenSpaceReflections, Quality) == 0x000010, "Member 'FRenderSettingsPPScreenSpaceReflections::Quality' has a wrong offset!"); \ static_assert(offsetof(FRenderSettingsPPScreenSpaceReflections, MaxRoughness) == 0x000014, "Member 'FRenderSettingsPPScreenSpaceReflections::MaxRoughness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsCustomBlendDomainVolume_SetPriority \ static_assert(alignof(RenderSettingsCustomBlendDomainVolume_SetPriority) == 0x000004, "Wrong alignment on RenderSettingsCustomBlendDomainVolume_SetPriority"); \ static_assert(sizeof(RenderSettingsCustomBlendDomainVolume_SetPriority) == 0x000004, "Wrong size on RenderSettingsCustomBlendDomainVolume_SetPriority"); \ static_assert(offsetof(RenderSettingsCustomBlendDomainVolume_SetPriority, NewPriority) == 0x000000, "Member 'RenderSettingsCustomBlendDomainVolume_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARenderSettingsCustomBlendDomainVolume \ static_assert(alignof(ARenderSettingsCustomBlendDomainVolume) == 0x000008, "Wrong alignment on ARenderSettingsCustomBlendDomainVolume"); \ static_assert(sizeof(ARenderSettingsCustomBlendDomainVolume) == 0x0002A8, "Wrong size on ARenderSettingsCustomBlendDomainVolume"); \ static_assert(offsetof(ARenderSettingsCustomBlendDomainVolume, Domains) == 0x000288, "Member 'ARenderSettingsCustomBlendDomainVolume::Domains' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsCustomBlendDomainVolume, Priority) == 0x000298, "Member 'ARenderSettingsCustomBlendDomainVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsCustomBlendDomainVolume, BlendRadius) == 0x00029C, "Member 'ARenderSettingsCustomBlendDomainVolume::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsCustomBlendDomainVolume, BlendWeight) == 0x0002A0, "Member 'ARenderSettingsCustomBlendDomainVolume::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsCustomBlendDomainVolume, bEnabled) == 0x0002A4, "Member 'ARenderSettingsCustomBlendDomainVolume::bEnabled' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsCustomBlendDomainVolume, bUnbounded) == 0x0002A5, "Member 'ARenderSettingsCustomBlendDomainVolume::bUnbounded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAdaptationOverrideInterface \ static_assert(alignof(IAdaptationOverrideInterface) == 0x000001, "Wrong alignment on IAdaptationOverrideInterface"); \ static_assert(sizeof(IAdaptationOverrideInterface) == 0x000001, "Wrong size on IAdaptationOverrideInterface"); \ #define DUMPER7_ASSERTS_ULightAdaptationComponent \ static_assert(alignof(ULightAdaptationComponent) == 0x000010, "Wrong alignment on ULightAdaptationComponent"); \ static_assert(sizeof(ULightAdaptationComponent) == 0x0002D0, "Wrong size on ULightAdaptationComponent"); \ static_assert(offsetof(ULightAdaptationComponent, Settings) == 0x000260, "Member 'ULightAdaptationComponent::Settings' has a wrong offset!"); \ static_assert(offsetof(ULightAdaptationComponent, Adaptation) == 0x0002C0, "Member 'ULightAdaptationComponent::Adaptation' has a wrong offset!"); \ static_assert(offsetof(ULightAdaptationComponent, LastExposure) == 0x0002C4, "Member 'ULightAdaptationComponent::LastExposure' has a wrong offset!"); \ static_assert(offsetof(ULightAdaptationComponent, FirstUpdateFrame) == 0x0002C8, "Member 'ULightAdaptationComponent::FirstUpdateFrame' has a wrong offset!"); \ static_assert(offsetof(ULightAdaptationComponent, bForceClusterUpdate) == 0x0002CC, "Member 'ULightAdaptationComponent::bForceClusterUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsCustomBlendDomainVolumeAttached_SetPriority \ static_assert(alignof(RenderSettingsCustomBlendDomainVolumeAttached_SetPriority) == 0x000004, "Wrong alignment on RenderSettingsCustomBlendDomainVolumeAttached_SetPriority"); \ static_assert(sizeof(RenderSettingsCustomBlendDomainVolumeAttached_SetPriority) == 0x000004, "Wrong size on RenderSettingsCustomBlendDomainVolumeAttached_SetPriority"); \ static_assert(offsetof(RenderSettingsCustomBlendDomainVolumeAttached_SetPriority, NewPriority) == 0x000000, "Member 'RenderSettingsCustomBlendDomainVolumeAttached_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARenderSettingsCustomBlendDomainVolumeAttached \ static_assert(alignof(ARenderSettingsCustomBlendDomainVolumeAttached) == 0x000008, "Wrong alignment on ARenderSettingsCustomBlendDomainVolumeAttached"); \ static_assert(sizeof(ARenderSettingsCustomBlendDomainVolumeAttached) == 0x000278, "Wrong size on ARenderSettingsCustomBlendDomainVolumeAttached"); \ static_assert(offsetof(ARenderSettingsCustomBlendDomainVolumeAttached, AttachTo) == 0x000250, "Member 'ARenderSettingsCustomBlendDomainVolumeAttached::AttachTo' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsCustomBlendDomainVolumeAttached, Domains) == 0x000258, "Member 'ARenderSettingsCustomBlendDomainVolumeAttached::Domains' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsCustomBlendDomainVolumeAttached, Priority) == 0x000268, "Member 'ARenderSettingsCustomBlendDomainVolumeAttached::Priority' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsCustomBlendDomainVolumeAttached, BlendRadius) == 0x00026C, "Member 'ARenderSettingsCustomBlendDomainVolumeAttached::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsCustomBlendDomainVolumeAttached, BlendWeight) == 0x000270, "Member 'ARenderSettingsCustomBlendDomainVolumeAttached::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsCustomBlendDomainVolumeAttached, bEnabled) == 0x000274, "Member 'ARenderSettingsCustomBlendDomainVolumeAttached::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDistanceFogSettings \ static_assert(alignof(UDistanceFogSettings) == 0x000008, "Wrong alignment on UDistanceFogSettings"); \ static_assert(sizeof(UDistanceFogSettings) == 0x000050, "Wrong size on UDistanceFogSettings"); \ static_assert(offsetof(UDistanceFogSettings, DistanceFogMPC) == 0x000030, "Member 'UDistanceFogSettings::DistanceFogMPC' has a wrong offset!"); \ static_assert(offsetof(UDistanceFogSettings, DistanceFogPPMaterial) == 0x000038, "Member 'UDistanceFogSettings::DistanceFogPPMaterial' has a wrong offset!"); \ static_assert(offsetof(UDistanceFogSettings, Settings) == 0x000040, "Member 'UDistanceFogSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainBase \ static_assert(alignof(URenderSettingsCustomBlendDomainBase) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainBase"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainBase) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainBase"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomain \ static_assert(alignof(URenderSettingsCustomBlendDomain) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomain"); \ static_assert(sizeof(URenderSettingsCustomBlendDomain) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomain"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainNoPreCompute \ static_assert(alignof(URenderSettingsCustomBlendDomainNoPreCompute) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainNoPreCompute"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainNoPreCompute) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainNoPreCompute"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainFilteredIndoors \ static_assert(alignof(URenderSettingsCustomBlendDomainFilteredIndoors) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainFilteredIndoors"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainFilteredIndoors) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainFilteredIndoors"); \ #define DUMPER7_ASSERTS_RenderSettingsCustomBlendDomainComponent_SetPriority \ static_assert(alignof(RenderSettingsCustomBlendDomainComponent_SetPriority) == 0x000004, "Wrong alignment on RenderSettingsCustomBlendDomainComponent_SetPriority"); \ static_assert(sizeof(RenderSettingsCustomBlendDomainComponent_SetPriority) == 0x000004, "Wrong size on RenderSettingsCustomBlendDomainComponent_SetPriority"); \ static_assert(offsetof(RenderSettingsCustomBlendDomainComponent_SetPriority, NewPriority) == 0x000000, "Member 'RenderSettingsCustomBlendDomainComponent_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainComponent \ static_assert(alignof(URenderSettingsCustomBlendDomainComponent) == 0x000010, "Wrong alignment on URenderSettingsCustomBlendDomainComponent"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainComponent) == 0x000240, "Wrong size on URenderSettingsCustomBlendDomainComponent"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainComponent, Domains) == 0x000220, "Member 'URenderSettingsCustomBlendDomainComponent::Domains' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainComponent, Priority) == 0x000230, "Member 'URenderSettingsCustomBlendDomainComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainComponent, BlendRadius) == 0x000234, "Member 'URenderSettingsCustomBlendDomainComponent::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainComponent, BlendWeight) == 0x000238, "Member 'URenderSettingsCustomBlendDomainComponent::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainComponent, bEnabled) == 0x00023C, "Member 'URenderSettingsCustomBlendDomainComponent::bEnabled' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainComponent, bUnbounded) == 0x00023D, "Member 'URenderSettingsCustomBlendDomainComponent::bUnbounded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicCharacterLightRig_AttachDynamicLightRig \ static_assert(alignof(DynamicCharacterLightRig_AttachDynamicLightRig) == 0x000008, "Wrong alignment on DynamicCharacterLightRig_AttachDynamicLightRig"); \ static_assert(sizeof(DynamicCharacterLightRig_AttachDynamicLightRig) == 0x000020, "Wrong size on DynamicCharacterLightRig_AttachDynamicLightRig"); \ static_assert(offsetof(DynamicCharacterLightRig_AttachDynamicLightRig, ToActor) == 0x000000, "Member 'DynamicCharacterLightRig_AttachDynamicLightRig::ToActor' has a wrong offset!"); \ static_assert(offsetof(DynamicCharacterLightRig_AttachDynamicLightRig, DynamicLightRigClass) == 0x000008, "Member 'DynamicCharacterLightRig_AttachDynamicLightRig::DynamicLightRigClass' has a wrong offset!"); \ static_assert(offsetof(DynamicCharacterLightRig_AttachDynamicLightRig, DynamicLightRig) == 0x000010, "Member 'DynamicCharacterLightRig_AttachDynamicLightRig::DynamicLightRig' has a wrong offset!"); \ static_assert(offsetof(DynamicCharacterLightRig_AttachDynamicLightRig, AttachSocket) == 0x000018, "Member 'DynamicCharacterLightRig_AttachDynamicLightRig::AttachSocket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicCharacterLightRig_DynamicLightRigCinematicDiabled \ static_assert(alignof(DynamicCharacterLightRig_DynamicLightRigCinematicDiabled) == 0x000008, "Wrong alignment on DynamicCharacterLightRig_DynamicLightRigCinematicDiabled"); \ static_assert(sizeof(DynamicCharacterLightRig_DynamicLightRigCinematicDiabled) == 0x000010, "Wrong size on DynamicCharacterLightRig_DynamicLightRigCinematicDiabled"); \ static_assert(offsetof(DynamicCharacterLightRig_DynamicLightRigCinematicDiabled, WorldContextObject) == 0x000000, "Member 'DynamicCharacterLightRig_DynamicLightRigCinematicDiabled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DynamicCharacterLightRig_DynamicLightRigCinematicDiabled, bDisabled) == 0x000008, "Member 'DynamicCharacterLightRig_DynamicLightRigCinematicDiabled::bDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicCharacterLightRig_DynamicLightRigCinematicDisable \ static_assert(alignof(DynamicCharacterLightRig_DynamicLightRigCinematicDisable) == 0x000008, "Wrong alignment on DynamicCharacterLightRig_DynamicLightRigCinematicDisable"); \ static_assert(sizeof(DynamicCharacterLightRig_DynamicLightRigCinematicDisable) == 0x000010, "Wrong size on DynamicCharacterLightRig_DynamicLightRigCinematicDisable"); \ static_assert(offsetof(DynamicCharacterLightRig_DynamicLightRigCinematicDisable, WorldContextObject) == 0x000000, "Member 'DynamicCharacterLightRig_DynamicLightRigCinematicDisable::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DynamicCharacterLightRig_DynamicLightRigCinematicDisable, bDisable) == 0x000008, "Member 'DynamicCharacterLightRig_DynamicLightRigCinematicDisable::bDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicCharacterLightRig_DynamicLightRigCinematicEnable \ static_assert(alignof(DynamicCharacterLightRig_DynamicLightRigCinematicEnable) == 0x000008, "Wrong alignment on DynamicCharacterLightRig_DynamicLightRigCinematicEnable"); \ static_assert(sizeof(DynamicCharacterLightRig_DynamicLightRigCinematicEnable) == 0x000008, "Wrong size on DynamicCharacterLightRig_DynamicLightRigCinematicEnable"); \ static_assert(offsetof(DynamicCharacterLightRig_DynamicLightRigCinematicEnable, WorldContextObject) == 0x000000, "Member 'DynamicCharacterLightRig_DynamicLightRigCinematicEnable::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicCharacterLightRig_Get \ static_assert(alignof(DynamicCharacterLightRig_Get) == 0x000008, "Wrong alignment on DynamicCharacterLightRig_Get"); \ static_assert(sizeof(DynamicCharacterLightRig_Get) == 0x000010, "Wrong size on DynamicCharacterLightRig_Get"); \ static_assert(offsetof(DynamicCharacterLightRig_Get, Actor) == 0x000000, "Member 'DynamicCharacterLightRig_Get::Actor' has a wrong offset!"); \ static_assert(offsetof(DynamicCharacterLightRig_Get, DynamicLightRig) == 0x000008, "Member 'DynamicCharacterLightRig_Get::DynamicLightRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicCharacterLightRig_GetDynamicLightRig \ static_assert(alignof(DynamicCharacterLightRig_GetDynamicLightRig) == 0x000008, "Wrong alignment on DynamicCharacterLightRig_GetDynamicLightRig"); \ static_assert(sizeof(DynamicCharacterLightRig_GetDynamicLightRig) == 0x000010, "Wrong size on DynamicCharacterLightRig_GetDynamicLightRig"); \ static_assert(offsetof(DynamicCharacterLightRig_GetDynamicLightRig, ToActor) == 0x000000, "Member 'DynamicCharacterLightRig_GetDynamicLightRig::ToActor' has a wrong offset!"); \ static_assert(offsetof(DynamicCharacterLightRig_GetDynamicLightRig, DynamicLightRig) == 0x000008, "Member 'DynamicCharacterLightRig_GetDynamicLightRig::DynamicLightRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicCharacterLightRig_EnableLightRig \ static_assert(alignof(DynamicCharacterLightRig_EnableLightRig) == 0x000001, "Wrong alignment on DynamicCharacterLightRig_EnableLightRig"); \ static_assert(sizeof(DynamicCharacterLightRig_EnableLightRig) == 0x000001, "Wrong size on DynamicCharacterLightRig_EnableLightRig"); \ static_assert(offsetof(DynamicCharacterLightRig_EnableLightRig, Enable) == 0x000000, "Member 'DynamicCharacterLightRig_EnableLightRig::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicCharacterLightRig_LightRigEnabled \ static_assert(alignof(DynamicCharacterLightRig_LightRigEnabled) == 0x000001, "Wrong alignment on DynamicCharacterLightRig_LightRigEnabled"); \ static_assert(sizeof(DynamicCharacterLightRig_LightRigEnabled) == 0x000001, "Wrong size on DynamicCharacterLightRig_LightRigEnabled"); \ static_assert(offsetof(DynamicCharacterLightRig_LightRigEnabled, Enabled) == 0x000000, "Member 'DynamicCharacterLightRig_LightRigEnabled::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADynamicCharacterLightRig \ static_assert(alignof(ADynamicCharacterLightRig) == 0x000008, "Wrong alignment on ADynamicCharacterLightRig"); \ static_assert(sizeof(ADynamicCharacterLightRig) == 0x000308, "Wrong size on ADynamicCharacterLightRig"); \ static_assert(offsetof(ADynamicCharacterLightRig, DayTemperature) == 0x000248, "Member 'ADynamicCharacterLightRig::DayTemperature' has a wrong offset!"); \ static_assert(offsetof(ADynamicCharacterLightRig, NightTemperature) == 0x00024C, "Member 'ADynamicCharacterLightRig::NightTemperature' has a wrong offset!"); \ static_assert(offsetof(ADynamicCharacterLightRig, Lights) == 0x000250, "Member 'ADynamicCharacterLightRig::Lights' has a wrong offset!"); \ static_assert(offsetof(ADynamicCharacterLightRig, LightingChannel) == 0x000260, "Member 'ADynamicCharacterLightRig::LightingChannel' has a wrong offset!"); \ static_assert(offsetof(ADynamicCharacterLightRig, AdaptationSettings) == 0x000268, "Member 'ADynamicCharacterLightRig::AdaptationSettings' has a wrong offset!"); \ static_assert(offsetof(ADynamicCharacterLightRig, BlendDomain) == 0x0002C8, "Member 'ADynamicCharacterLightRig::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(ADynamicCharacterLightRig, bEnabled) == 0x000300, "Member 'ADynamicCharacterLightRig::bEnabled' has a wrong offset!"); \ static_assert(offsetof(ADynamicCharacterLightRig, bUseAdaptationSettings) == 0x000301, "Member 'ADynamicCharacterLightRig::bUseAdaptationSettings' has a wrong offset!"); \ static_assert(offsetof(ADynamicCharacterLightRig, bInitializedOwnerChannels) == 0x000302, "Member 'ADynamicCharacterLightRig::bInitializedOwnerChannels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCharacterLightRigAdjustmentsSettings \ static_assert(alignof(UCharacterLightRigAdjustmentsSettings) == 0x000008, "Wrong alignment on UCharacterLightRigAdjustmentsSettings"); \ static_assert(sizeof(UCharacterLightRigAdjustmentsSettings) == 0x000040, "Wrong size on UCharacterLightRigAdjustmentsSettings"); \ static_assert(offsetof(UCharacterLightRigAdjustmentsSettings, Settings) == 0x000030, "Member 'UCharacterLightRigAdjustmentsSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlendDomainVisibilityComponentBase_SetEnabled \ static_assert(alignof(BlendDomainVisibilityComponentBase_SetEnabled) == 0x000001, "Wrong alignment on BlendDomainVisibilityComponentBase_SetEnabled"); \ static_assert(sizeof(BlendDomainVisibilityComponentBase_SetEnabled) == 0x000001, "Wrong size on BlendDomainVisibilityComponentBase_SetEnabled"); \ static_assert(offsetof(BlendDomainVisibilityComponentBase_SetEnabled, bNewEnabled) == 0x000000, "Member 'BlendDomainVisibilityComponentBase_SetEnabled::bNewEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendDomainVisibilityComponentBase \ static_assert(alignof(UBlendDomainVisibilityComponentBase) == 0x000010, "Wrong alignment on UBlendDomainVisibilityComponentBase"); \ static_assert(sizeof(UBlendDomainVisibilityComponentBase) == 0x000230, "Wrong size on UBlendDomainVisibilityComponentBase"); \ static_assert(offsetof(UBlendDomainVisibilityComponentBase, Threshold) == 0x000218, "Member 'UBlendDomainVisibilityComponentBase::Threshold' has a wrong offset!"); \ static_assert(offsetof(UBlendDomainVisibilityComponentBase, bEnabled) == 0x00021C, "Member 'UBlendDomainVisibilityComponentBase::bEnabled' has a wrong offset!"); \ static_assert(offsetof(UBlendDomainVisibilityComponentBase, LastBlend) == 0x000220, "Member 'UBlendDomainVisibilityComponentBase::LastBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendDomainVisibilityComponent \ static_assert(alignof(UBlendDomainVisibilityComponent) == 0x000010, "Wrong alignment on UBlendDomainVisibilityComponent"); \ static_assert(sizeof(UBlendDomainVisibilityComponent) == 0x000260, "Wrong size on UBlendDomainVisibilityComponent"); \ static_assert(offsetof(UBlendDomainVisibilityComponent, BlendDomain) == 0x000228, "Member 'UBlendDomainVisibilityComponent::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendDomainComponentVisibilityComponent \ static_assert(alignof(UBlendDomainComponentVisibilityComponent) == 0x000010, "Wrong alignment on UBlendDomainComponentVisibilityComponent"); \ static_assert(sizeof(UBlendDomainComponentVisibilityComponent) == 0x000270, "Wrong size on UBlendDomainComponentVisibilityComponent"); \ static_assert(offsetof(UBlendDomainComponentVisibilityComponent, bSetDitheredAlpha) == 0x000260, "Member 'UBlendDomainComponentVisibilityComponent::bSetDitheredAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlendDomainParentVisibilityComponent_CreateForParentComponent \ static_assert(alignof(BlendDomainParentVisibilityComponent_CreateForParentComponent) == 0x000008, "Wrong alignment on BlendDomainParentVisibilityComponent_CreateForParentComponent"); \ static_assert(sizeof(BlendDomainParentVisibilityComponent_CreateForParentComponent) == 0x000018, "Wrong size on BlendDomainParentVisibilityComponent_CreateForParentComponent"); \ static_assert(offsetof(BlendDomainParentVisibilityComponent_CreateForParentComponent, Parent) == 0x000000, "Member 'BlendDomainParentVisibilityComponent_CreateForParentComponent::Parent' has a wrong offset!"); \ static_assert(offsetof(BlendDomainParentVisibilityComponent_CreateForParentComponent, bTransient) == 0x000008, "Member 'BlendDomainParentVisibilityComponent_CreateForParentComponent::bTransient' has a wrong offset!"); \ static_assert(offsetof(BlendDomainParentVisibilityComponent_CreateForParentComponent, bStartEnabled) == 0x000009, "Member 'BlendDomainParentVisibilityComponent_CreateForParentComponent::bStartEnabled' has a wrong offset!"); \ static_assert(offsetof(BlendDomainParentVisibilityComponent_CreateForParentComponent, ReturnValue) == 0x000010, "Member 'BlendDomainParentVisibilityComponent_CreateForParentComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendDomainParentVisibilityComponent \ static_assert(alignof(UBlendDomainParentVisibilityComponent) == 0x000010, "Wrong alignment on UBlendDomainParentVisibilityComponent"); \ static_assert(sizeof(UBlendDomainParentVisibilityComponent) == 0x000270, "Wrong size on UBlendDomainParentVisibilityComponent"); \ static_assert(offsetof(UBlendDomainParentVisibilityComponent, bPropagateToChildren) == 0x000268, "Member 'UBlendDomainParentVisibilityComponent::bPropagateToChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACharacterLightRigAdjustmentVolume \ static_assert(alignof(ACharacterLightRigAdjustmentVolume) == 0x000008, "Wrong alignment on ACharacterLightRigAdjustmentVolume"); \ static_assert(sizeof(ACharacterLightRigAdjustmentVolume) == 0x0002A8, "Wrong size on ACharacterLightRigAdjustmentVolume"); \ static_assert(offsetof(ACharacterLightRigAdjustmentVolume, Adjustments) == 0x000280, "Member 'ACharacterLightRigAdjustmentVolume::Adjustments' has a wrong offset!"); \ static_assert(offsetof(ACharacterLightRigAdjustmentVolume, Priority) == 0x000298, "Member 'ACharacterLightRigAdjustmentVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(ACharacterLightRigAdjustmentVolume, bEnabled) == 0x00029C, "Member 'ACharacterLightRigAdjustmentVolume::bEnabled' has a wrong offset!"); \ static_assert(offsetof(ACharacterLightRigAdjustmentVolume, InterpolationDistance) == 0x0002A0, "Member 'ACharacterLightRigAdjustmentVolume::InterpolationDistance' has a wrong offset!"); \ static_assert(offsetof(ACharacterLightRigAdjustmentVolume, bUnbounded) == 0x0002A4, "Member 'ACharacterLightRigAdjustmentVolume::bUnbounded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EmissiveAdaptationBlueprintLibrary_BiasFactor \ static_assert(alignof(EmissiveAdaptationBlueprintLibrary_BiasFactor) == 0x000004, "Wrong alignment on EmissiveAdaptationBlueprintLibrary_BiasFactor"); \ static_assert(sizeof(EmissiveAdaptationBlueprintLibrary_BiasFactor) == 0x000008, "Wrong size on EmissiveAdaptationBlueprintLibrary_BiasFactor"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_BiasFactor, EV00Bias) == 0x000000, "Member 'EmissiveAdaptationBlueprintLibrary_BiasFactor::EV00Bias' has a wrong offset!"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_BiasFactor, Factor) == 0x000004, "Member 'EmissiveAdaptationBlueprintLibrary_BiasFactor::Factor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EmissiveAdaptationBlueprintLibrary_BiasFactorToEV100 \ static_assert(alignof(EmissiveAdaptationBlueprintLibrary_BiasFactorToEV100) == 0x000004, "Wrong alignment on EmissiveAdaptationBlueprintLibrary_BiasFactorToEV100"); \ static_assert(sizeof(EmissiveAdaptationBlueprintLibrary_BiasFactorToEV100) == 0x000008, "Wrong size on EmissiveAdaptationBlueprintLibrary_BiasFactorToEV100"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_BiasFactorToEV100, Factor) == 0x000000, "Member 'EmissiveAdaptationBlueprintLibrary_BiasFactorToEV100::Factor' has a wrong offset!"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_BiasFactorToEV100, EV00Bias) == 0x000004, "Member 'EmissiveAdaptationBlueprintLibrary_BiasFactorToEV100::EV00Bias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EmissiveAdaptationBlueprintLibrary_EV100ToUnreal \ static_assert(alignof(EmissiveAdaptationBlueprintLibrary_EV100ToUnreal) == 0x000004, "Wrong alignment on EmissiveAdaptationBlueprintLibrary_EV100ToUnreal"); \ static_assert(sizeof(EmissiveAdaptationBlueprintLibrary_EV100ToUnreal) == 0x000008, "Wrong size on EmissiveAdaptationBlueprintLibrary_EV100ToUnreal"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_EV100ToUnreal, EV100Exposure) == 0x000000, "Member 'EmissiveAdaptationBlueprintLibrary_EV100ToUnreal::EV100Exposure' has a wrong offset!"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_EV100ToUnreal, UnrealExposure) == 0x000004, "Member 'EmissiveAdaptationBlueprintLibrary_EV100ToUnreal::UnrealExposure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplier \ static_assert(alignof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplier) == 0x000008, "Wrong alignment on EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplier"); \ static_assert(sizeof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplier) == 0x000018, "Wrong size on EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplier"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplier, WorldContextObject) == 0x000000, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplier::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplier, FinalMultiplier) == 0x000008, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplier::FinalMultiplier' has a wrong offset!"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplier, FactorMin) == 0x00000C, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplier::FactorMin' has a wrong offset!"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplier, FactorMax) == 0x000010, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplier::FactorMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplierClamped \ static_assert(alignof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplierClamped) == 0x000008, "Wrong alignment on EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplierClamped"); \ static_assert(sizeof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplierClamped) == 0x000010, "Wrong size on EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplierClamped"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplierClamped, WorldContextObject) == 0x000000, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplierClamped::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplierClamped, FinalMultiplierClamped) == 0x000008, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationFinalMultiplierClamped::FinalMultiplierClamped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposure \ static_assert(alignof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposure) == 0x000008, "Wrong alignment on EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposure"); \ static_assert(sizeof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposure) == 0x000018, "Wrong size on EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposure"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposure, WorldContextObject) == 0x000000, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposure::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposure, MinExposure) == 0x000008, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposure::MinExposure' has a wrong offset!"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposure, MaxExposure) == 0x00000C, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposure::MaxExposure' has a wrong offset!"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposure, Bias) == 0x000010, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposure::Bias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposureEV100 \ static_assert(alignof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposureEV100) == 0x000008, "Wrong alignment on EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposureEV100"); \ static_assert(sizeof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposureEV100) == 0x000018, "Wrong size on EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposureEV100"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposureEV100, WorldContextObject) == 0x000000, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposureEV100::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposureEV100, MinExposureEV100) == 0x000008, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposureEV100::MinExposureEV100' has a wrong offset!"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposureEV100, MaxExposureEV100) == 0x00000C, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposureEV100::MaxExposureEV100' has a wrong offset!"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposureEV100, BiasPow2) == 0x000010, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationMinMaxExposureEV100::BiasPow2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationOutdoorsDayTime \ static_assert(alignof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationOutdoorsDayTime) == 0x000008, "Wrong alignment on EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationOutdoorsDayTime"); \ static_assert(sizeof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationOutdoorsDayTime) == 0x000010, "Wrong size on EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationOutdoorsDayTime"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationOutdoorsDayTime, WorldContextObject) == 0x000000, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationOutdoorsDayTime::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationOutdoorsDayTime, OutdoorsDayTime) == 0x000008, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationOutdoorsDayTime::OutdoorsDayTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationState \ static_assert(alignof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationState) == 0x000008, "Wrong alignment on EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationState"); \ static_assert(sizeof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationState) == 0x000090, "Wrong size on EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationState"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationState, WorldContextObject) == 0x000000, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationState::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationState, State) == 0x000008, "Member 'EmissiveAdaptationBlueprintLibrary_GetEmissiveAdaptationState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EmissiveAdaptationBlueprintLibrary_UnrealToEV100 \ static_assert(alignof(EmissiveAdaptationBlueprintLibrary_UnrealToEV100) == 0x000004, "Wrong alignment on EmissiveAdaptationBlueprintLibrary_UnrealToEV100"); \ static_assert(sizeof(EmissiveAdaptationBlueprintLibrary_UnrealToEV100) == 0x000008, "Wrong size on EmissiveAdaptationBlueprintLibrary_UnrealToEV100"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_UnrealToEV100, UnrealExposure) == 0x000000, "Member 'EmissiveAdaptationBlueprintLibrary_UnrealToEV100::UnrealExposure' has a wrong offset!"); \ static_assert(offsetof(EmissiveAdaptationBlueprintLibrary_UnrealToEV100, EV100Exposure) == 0x000004, "Member 'EmissiveAdaptationBlueprintLibrary_UnrealToEV100::EV100Exposure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEmissiveAdaptationBlueprintLibrary \ static_assert(alignof(UEmissiveAdaptationBlueprintLibrary) == 0x000008, "Wrong alignment on UEmissiveAdaptationBlueprintLibrary"); \ static_assert(sizeof(UEmissiveAdaptationBlueprintLibrary) == 0x000028, "Wrong size on UEmissiveAdaptationBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UDynamicLightAdaptationModSettingsInterface \ static_assert(alignof(UDynamicLightAdaptationModSettingsInterface) == 0x000008, "Wrong alignment on UDynamicLightAdaptationModSettingsInterface"); \ static_assert(sizeof(UDynamicLightAdaptationModSettingsInterface) == 0x000028, "Wrong size on UDynamicLightAdaptationModSettingsInterface"); \ #define DUMPER7_ASSERTS_ULightAdaptationComponentAuto \ static_assert(alignof(ULightAdaptationComponentAuto) == 0x000010, "Wrong alignment on ULightAdaptationComponentAuto"); \ static_assert(sizeof(ULightAdaptationComponentAuto) == 0x0002E0, "Wrong size on ULightAdaptationComponentAuto"); \ static_assert(offsetof(ULightAdaptationComponentAuto, bDeepScanChildren) == 0x0002D0, "Member 'ULightAdaptationComponentAuto::bDeepScanChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightAdaptationComponentChildOfLight \ static_assert(alignof(ULightAdaptationComponentChildOfLight) == 0x000010, "Wrong alignment on ULightAdaptationComponentChildOfLight"); \ static_assert(sizeof(ULightAdaptationComponentChildOfLight) == 0x0002D0, "Wrong size on ULightAdaptationComponentChildOfLight"); \ #define DUMPER7_ASSERTS_UAssetBlendDomainVisibilityComponent \ static_assert(alignof(UAssetBlendDomainVisibilityComponent) == 0x000010, "Wrong alignment on UAssetBlendDomainVisibilityComponent"); \ static_assert(sizeof(UAssetBlendDomainVisibilityComponent) == 0x000230, "Wrong size on UAssetBlendDomainVisibilityComponent"); \ static_assert(offsetof(UAssetBlendDomainVisibilityComponent, BlendDomain) == 0x000228, "Member 'UAssetBlendDomainVisibilityComponent::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAssetBlendDomainComponentVisibilityComponent \ static_assert(alignof(UAssetBlendDomainComponentVisibilityComponent) == 0x000010, "Wrong alignment on UAssetBlendDomainComponentVisibilityComponent"); \ static_assert(sizeof(UAssetBlendDomainComponentVisibilityComponent) == 0x000240, "Wrong size on UAssetBlendDomainComponentVisibilityComponent"); \ static_assert(offsetof(UAssetBlendDomainComponentVisibilityComponent, bSetDitheredAlpha) == 0x000230, "Member 'UAssetBlendDomainComponentVisibilityComponent::bSetDitheredAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAssetBlendDomainActorVisibilityComponent \ static_assert(alignof(UAssetBlendDomainActorVisibilityComponent) == 0x000010, "Wrong alignment on UAssetBlendDomainActorVisibilityComponent"); \ static_assert(sizeof(UAssetBlendDomainActorVisibilityComponent) == 0x000240, "Wrong size on UAssetBlendDomainActorVisibilityComponent"); \ #define DUMPER7_ASSERTS_LightAdaptation_GetLightAdaptationState \ static_assert(alignof(LightAdaptation_GetLightAdaptationState) == 0x000008, "Wrong alignment on LightAdaptation_GetLightAdaptationState"); \ static_assert(sizeof(LightAdaptation_GetLightAdaptationState) == 0x000090, "Wrong size on LightAdaptation_GetLightAdaptationState"); \ static_assert(offsetof(LightAdaptation_GetLightAdaptationState, WorldContextObject) == 0x000000, "Member 'LightAdaptation_GetLightAdaptationState::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LightAdaptation_GetLightAdaptationState, State) == 0x000008, "Member 'LightAdaptation_GetLightAdaptationState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightAdaptation_LightAdaptationDeregister \ static_assert(alignof(LightAdaptation_LightAdaptationDeregister) == 0x000008, "Wrong alignment on LightAdaptation_LightAdaptationDeregister"); \ static_assert(sizeof(LightAdaptation_LightAdaptationDeregister) == 0x000010, "Wrong size on LightAdaptation_LightAdaptationDeregister"); \ static_assert(offsetof(LightAdaptation_LightAdaptationDeregister, AdaptationComponent) == 0x000000, "Member 'LightAdaptation_LightAdaptationDeregister::AdaptationComponent' has a wrong offset!"); \ static_assert(offsetof(LightAdaptation_LightAdaptationDeregister, bRestoreIntensity) == 0x000008, "Member 'LightAdaptation_LightAdaptationDeregister::bRestoreIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightAdaptation_LightAdaptationGetIntensity \ static_assert(alignof(LightAdaptation_LightAdaptationGetIntensity) == 0x000008, "Wrong alignment on LightAdaptation_LightAdaptationGetIntensity"); \ static_assert(sizeof(LightAdaptation_LightAdaptationGetIntensity) == 0x000010, "Wrong size on LightAdaptation_LightAdaptationGetIntensity"); \ static_assert(offsetof(LightAdaptation_LightAdaptationGetIntensity, LightComponent) == 0x000000, "Member 'LightAdaptation_LightAdaptationGetIntensity::LightComponent' has a wrong offset!"); \ static_assert(offsetof(LightAdaptation_LightAdaptationGetIntensity, Intensity) == 0x000008, "Member 'LightAdaptation_LightAdaptationGetIntensity::Intensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightAdaptation_LightAdaptationIntensityFactor \ static_assert(alignof(LightAdaptation_LightAdaptationIntensityFactor) == 0x000008, "Wrong alignment on LightAdaptation_LightAdaptationIntensityFactor"); \ static_assert(sizeof(LightAdaptation_LightAdaptationIntensityFactor) == 0x000070, "Wrong size on LightAdaptation_LightAdaptationIntensityFactor"); \ static_assert(offsetof(LightAdaptation_LightAdaptationIntensityFactor, WorldContextObject) == 0x000000, "Member 'LightAdaptation_LightAdaptationIntensityFactor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LightAdaptation_LightAdaptationIntensityFactor, Settings) == 0x000008, "Member 'LightAdaptation_LightAdaptationIntensityFactor::Settings' has a wrong offset!"); \ static_assert(offsetof(LightAdaptation_LightAdaptationIntensityFactor, IntensityFactor) == 0x000068, "Member 'LightAdaptation_LightAdaptationIntensityFactor::IntensityFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightAdaptation_LightAdaptationRegister \ static_assert(alignof(LightAdaptation_LightAdaptationRegister) == 0x000008, "Wrong alignment on LightAdaptation_LightAdaptationRegister"); \ static_assert(sizeof(LightAdaptation_LightAdaptationRegister) == 0x000070, "Wrong size on LightAdaptation_LightAdaptationRegister"); \ static_assert(offsetof(LightAdaptation_LightAdaptationRegister, LightComponent) == 0x000000, "Member 'LightAdaptation_LightAdaptationRegister::LightComponent' has a wrong offset!"); \ static_assert(offsetof(LightAdaptation_LightAdaptationRegister, Settings) == 0x000008, "Member 'LightAdaptation_LightAdaptationRegister::Settings' has a wrong offset!"); \ static_assert(offsetof(LightAdaptation_LightAdaptationRegister, AdaptationComponent) == 0x000068, "Member 'LightAdaptation_LightAdaptationRegister::AdaptationComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightAdaptation_LightAdaptationRegisterWithIntensity \ static_assert(alignof(LightAdaptation_LightAdaptationRegisterWithIntensity) == 0x000008, "Wrong alignment on LightAdaptation_LightAdaptationRegisterWithIntensity"); \ static_assert(sizeof(LightAdaptation_LightAdaptationRegisterWithIntensity) == 0x000078, "Wrong size on LightAdaptation_LightAdaptationRegisterWithIntensity"); \ static_assert(offsetof(LightAdaptation_LightAdaptationRegisterWithIntensity, LightComponent) == 0x000000, "Member 'LightAdaptation_LightAdaptationRegisterWithIntensity::LightComponent' has a wrong offset!"); \ static_assert(offsetof(LightAdaptation_LightAdaptationRegisterWithIntensity, Settings) == 0x000008, "Member 'LightAdaptation_LightAdaptationRegisterWithIntensity::Settings' has a wrong offset!"); \ static_assert(offsetof(LightAdaptation_LightAdaptationRegisterWithIntensity, Intensity) == 0x000068, "Member 'LightAdaptation_LightAdaptationRegisterWithIntensity::Intensity' has a wrong offset!"); \ static_assert(offsetof(LightAdaptation_LightAdaptationRegisterWithIntensity, AdaptationComponent) == 0x000070, "Member 'LightAdaptation_LightAdaptationRegisterWithIntensity::AdaptationComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightAdaptation_LightAdaptationSetIntensity \ static_assert(alignof(LightAdaptation_LightAdaptationSetIntensity) == 0x000008, "Wrong alignment on LightAdaptation_LightAdaptationSetIntensity"); \ static_assert(sizeof(LightAdaptation_LightAdaptationSetIntensity) == 0x000010, "Wrong size on LightAdaptation_LightAdaptationSetIntensity"); \ static_assert(offsetof(LightAdaptation_LightAdaptationSetIntensity, LightComponent) == 0x000000, "Member 'LightAdaptation_LightAdaptationSetIntensity::LightComponent' has a wrong offset!"); \ static_assert(offsetof(LightAdaptation_LightAdaptationSetIntensity, Intensity) == 0x000008, "Member 'LightAdaptation_LightAdaptationSetIntensity::Intensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightAdaptation \ static_assert(alignof(ULightAdaptation) == 0x000008, "Wrong alignment on ULightAdaptation"); \ static_assert(sizeof(ULightAdaptation) == 0x000028, "Wrong size on ULightAdaptation"); \ #define DUMPER7_ASSERTS_UDynamicLightAdaptationModSettingsAsset \ static_assert(alignof(UDynamicLightAdaptationModSettingsAsset) == 0x000008, "Wrong alignment on UDynamicLightAdaptationModSettingsAsset"); \ static_assert(sizeof(UDynamicLightAdaptationModSettingsAsset) == 0x000040, "Wrong size on UDynamicLightAdaptationModSettingsAsset"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsAsset, mods) == 0x000030, "Member 'UDynamicLightAdaptationModSettingsAsset::mods' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlendDomainActorVisibilityComponent_CreateForActor \ static_assert(alignof(BlendDomainActorVisibilityComponent_CreateForActor) == 0x000008, "Wrong alignment on BlendDomainActorVisibilityComponent_CreateForActor"); \ static_assert(sizeof(BlendDomainActorVisibilityComponent_CreateForActor) == 0x000018, "Wrong size on BlendDomainActorVisibilityComponent_CreateForActor"); \ static_assert(offsetof(BlendDomainActorVisibilityComponent_CreateForActor, Actor) == 0x000000, "Member 'BlendDomainActorVisibilityComponent_CreateForActor::Actor' has a wrong offset!"); \ static_assert(offsetof(BlendDomainActorVisibilityComponent_CreateForActor, bTransient) == 0x000008, "Member 'BlendDomainActorVisibilityComponent_CreateForActor::bTransient' has a wrong offset!"); \ static_assert(offsetof(BlendDomainActorVisibilityComponent_CreateForActor, bStartEnabled) == 0x000009, "Member 'BlendDomainActorVisibilityComponent_CreateForActor::bStartEnabled' has a wrong offset!"); \ static_assert(offsetof(BlendDomainActorVisibilityComponent_CreateForActor, ReturnValue) == 0x000010, "Member 'BlendDomainActorVisibilityComponent_CreateForActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendDomainActorVisibilityComponent \ static_assert(alignof(UBlendDomainActorVisibilityComponent) == 0x000010, "Wrong alignment on UBlendDomainActorVisibilityComponent"); \ static_assert(sizeof(UBlendDomainActorVisibilityComponent) == 0x000270, "Wrong size on UBlendDomainActorVisibilityComponent"); \ #define DUMPER7_ASSERTS_UDynamicLightAdaptationModSettingsInterfaceAsset \ static_assert(alignof(UDynamicLightAdaptationModSettingsInterfaceAsset) == 0x000008, "Wrong alignment on UDynamicLightAdaptationModSettingsInterfaceAsset"); \ static_assert(sizeof(UDynamicLightAdaptationModSettingsInterfaceAsset) == 0x000030, "Wrong size on UDynamicLightAdaptationModSettingsInterfaceAsset"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsInterfaceAsset, ModAsset) == 0x000028, "Member 'UDynamicLightAdaptationModSettingsInterfaceAsset::ModAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicLightAdaptationModSettingsVariableBase \ static_assert(alignof(UDynamicLightAdaptationModSettingsVariableBase) == 0x000008, "Wrong alignment on UDynamicLightAdaptationModSettingsVariableBase"); \ static_assert(sizeof(UDynamicLightAdaptationModSettingsVariableBase) == 0x000030, "Wrong size on UDynamicLightAdaptationModSettingsVariableBase"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsVariableBase, ModProperty) == 0x000028, "Member 'UDynamicLightAdaptationModSettingsVariableBase::ModProperty' has a wrong offset!"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsVariableBase, ModOp) == 0x000029, "Member 'UDynamicLightAdaptationModSettingsVariableBase::ModOp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainNotProbeCapture \ static_assert(alignof(URenderSettingsCustomBlendDomainNotProbeCapture) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainNotProbeCapture"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainNotProbeCapture) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainNotProbeCapture"); \ #define DUMPER7_ASSERTS_UDynamicLightAdaptationModSettingsVariableCurveBase \ static_assert(alignof(UDynamicLightAdaptationModSettingsVariableCurveBase) == 0x000008, "Wrong alignment on UDynamicLightAdaptationModSettingsVariableCurveBase"); \ static_assert(sizeof(UDynamicLightAdaptationModSettingsVariableCurveBase) == 0x000038, "Wrong size on UDynamicLightAdaptationModSettingsVariableCurveBase"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsVariableCurveBase, Curve) == 0x000030, "Member 'UDynamicLightAdaptationModSettingsVariableCurveBase::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicLightAdaptationModSettingsVariableBlendDomainCurveBase \ static_assert(alignof(UDynamicLightAdaptationModSettingsVariableBlendDomainCurveBase) == 0x000008, "Wrong alignment on UDynamicLightAdaptationModSettingsVariableBlendDomainCurveBase"); \ static_assert(sizeof(UDynamicLightAdaptationModSettingsVariableBlendDomainCurveBase) == 0x000040, "Wrong size on UDynamicLightAdaptationModSettingsVariableBlendDomainCurveBase"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsVariableBlendDomainCurveBase, DefaultValueIfMissing) == 0x000038, "Member 'UDynamicLightAdaptationModSettingsVariableBlendDomainCurveBase::DefaultValueIfMissing' has a wrong offset!"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsVariableBlendDomainCurveBase, bUseCamera) == 0x00003C, "Member 'UDynamicLightAdaptationModSettingsVariableBlendDomainCurveBase::bUseCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAssetBlendDomainParentVisibilityComponent \ static_assert(alignof(UAssetBlendDomainParentVisibilityComponent) == 0x000010, "Wrong alignment on UAssetBlendDomainParentVisibilityComponent"); \ static_assert(sizeof(UAssetBlendDomainParentVisibilityComponent) == 0x000240, "Wrong size on UAssetBlendDomainParentVisibilityComponent"); \ static_assert(offsetof(UAssetBlendDomainParentVisibilityComponent, bPropagateToChildren) == 0x000238, "Member 'UAssetBlendDomainParentVisibilityComponent::bPropagateToChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicLightAdaptationModSettingsVariableRawBlendDomainCurve \ static_assert(alignof(UDynamicLightAdaptationModSettingsVariableRawBlendDomainCurve) == 0x000008, "Wrong alignment on UDynamicLightAdaptationModSettingsVariableRawBlendDomainCurve"); \ static_assert(sizeof(UDynamicLightAdaptationModSettingsVariableRawBlendDomainCurve) == 0x000048, "Wrong size on UDynamicLightAdaptationModSettingsVariableRawBlendDomainCurve"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsVariableRawBlendDomainCurve, BlendDomain) == 0x000040, "Member 'UDynamicLightAdaptationModSettingsVariableRawBlendDomainCurve::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicLightAdaptationModSettingsVariableCustomBlendDomainCurve \ static_assert(alignof(UDynamicLightAdaptationModSettingsVariableCustomBlendDomainCurve) == 0x000008, "Wrong alignment on UDynamicLightAdaptationModSettingsVariableCustomBlendDomainCurve"); \ static_assert(sizeof(UDynamicLightAdaptationModSettingsVariableCustomBlendDomainCurve) == 0x000048, "Wrong size on UDynamicLightAdaptationModSettingsVariableCustomBlendDomainCurve"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsVariableCustomBlendDomainCurve, CustomBlendDomain) == 0x000040, "Member 'UDynamicLightAdaptationModSettingsVariableCustomBlendDomainCurve::CustomBlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsPPBloomSettings \ static_assert(alignof(URenderSettingsPPBloomSettings) == 0x000008, "Wrong alignment on URenderSettingsPPBloomSettings"); \ static_assert(sizeof(URenderSettingsPPBloomSettings) == 0x000040, "Wrong size on URenderSettingsPPBloomSettings"); \ static_assert(offsetof(URenderSettingsPPBloomSettings, Settings) == 0x000030, "Member 'URenderSettingsPPBloomSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicLightAdaptationModSettingsVariableBlendDomainCurve \ static_assert(alignof(UDynamicLightAdaptationModSettingsVariableBlendDomainCurve) == 0x000008, "Wrong alignment on UDynamicLightAdaptationModSettingsVariableBlendDomainCurve"); \ static_assert(sizeof(UDynamicLightAdaptationModSettingsVariableBlendDomainCurve) == 0x000050, "Wrong size on UDynamicLightAdaptationModSettingsVariableBlendDomainCurve"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsVariableBlendDomainCurve, BlendDomain) == 0x000040, "Member 'UDynamicLightAdaptationModSettingsVariableBlendDomainCurve::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicLightAdaptationModSettingsEVExpression \ static_assert(alignof(UDynamicLightAdaptationModSettingsEVExpression) == 0x000008, "Wrong alignment on UDynamicLightAdaptationModSettingsEVExpression"); \ static_assert(sizeof(UDynamicLightAdaptationModSettingsEVExpression) == 0x000038, "Wrong size on UDynamicLightAdaptationModSettingsEVExpression"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsEVExpression, ModProperty) == 0x000028, "Member 'UDynamicLightAdaptationModSettingsEVExpression::ModProperty' has a wrong offset!"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsEVExpression, ModOp) == 0x000029, "Member 'UDynamicLightAdaptationModSettingsEVExpression::ModOp' has a wrong offset!"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsEVExpression, Expression) == 0x000030, "Member 'UDynamicLightAdaptationModSettingsEVExpression::Expression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsBlendDomainConsoleLiens \ static_assert(alignof(URenderSettingsBlendDomainConsoleLiens) == 0x000008, "Wrong alignment on URenderSettingsBlendDomainConsoleLiens"); \ static_assert(sizeof(URenderSettingsBlendDomainConsoleLiens) == 0x000040, "Wrong size on URenderSettingsBlendDomainConsoleLiens"); \ static_assert(offsetof(URenderSettingsBlendDomainConsoleLiens, Liens) == 0x000030, "Member 'URenderSettingsBlendDomainConsoleLiens::Liens' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InsideOutsideOverrideVolume_SetPriority \ static_assert(alignof(InsideOutsideOverrideVolume_SetPriority) == 0x000004, "Wrong alignment on InsideOutsideOverrideVolume_SetPriority"); \ static_assert(sizeof(InsideOutsideOverrideVolume_SetPriority) == 0x000004, "Wrong size on InsideOutsideOverrideVolume_SetPriority"); \ static_assert(offsetof(InsideOutsideOverrideVolume_SetPriority, NewPriority) == 0x000000, "Member 'InsideOutsideOverrideVolume_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AInsideOutsideOverrideVolume \ static_assert(alignof(AInsideOutsideOverrideVolume) == 0x000008, "Wrong alignment on AInsideOutsideOverrideVolume"); \ static_assert(sizeof(AInsideOutsideOverrideVolume) == 0x000298, "Wrong size on AInsideOutsideOverrideVolume"); \ static_assert(offsetof(AInsideOutsideOverrideVolume, Priority) == 0x000288, "Member 'AInsideOutsideOverrideVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(AInsideOutsideOverrideVolume, BlendRadius) == 0x00028C, "Member 'AInsideOutsideOverrideVolume::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(AInsideOutsideOverrideVolume, BlendWeight) == 0x000290, "Member 'AInsideOutsideOverrideVolume::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(AInsideOutsideOverrideVolume, bEnabled) == 0x000294, "Member 'AInsideOutsideOverrideVolume::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOutsideOverrideVolume \ static_assert(alignof(AOutsideOverrideVolume) == 0x000008, "Wrong alignment on AOutsideOverrideVolume"); \ static_assert(sizeof(AOutsideOverrideVolume) == 0x000298, "Wrong size on AOutsideOverrideVolume"); \ #define DUMPER7_ASSERTS_AInsideOverrideVolume \ static_assert(alignof(AInsideOverrideVolume) == 0x000008, "Wrong alignment on AInsideOverrideVolume"); \ static_assert(sizeof(AInsideOverrideVolume) == 0x000298, "Wrong size on AInsideOverrideVolume"); \ #define DUMPER7_ASSERTS_UPlayerCentricPostProcessingComponent \ static_assert(alignof(UPlayerCentricPostProcessingComponent) == 0x000010, "Wrong alignment on UPlayerCentricPostProcessingComponent"); \ static_assert(sizeof(UPlayerCentricPostProcessingComponent) == 0x0006E0, "Wrong size on UPlayerCentricPostProcessingComponent"); \ static_assert(offsetof(UPlayerCentricPostProcessingComponent, PlayerEyeDistanceSameThreshold) == 0x0000D8, "Member 'UPlayerCentricPostProcessingComponent::PlayerEyeDistanceSameThreshold' has a wrong offset!"); \ static_assert(offsetof(UPlayerCentricPostProcessingComponent, bIncludeBlendables) == 0x0000DC, "Member 'UPlayerCentricPostProcessingComponent::bIncludeBlendables' has a wrong offset!"); \ static_assert(offsetof(UPlayerCentricPostProcessingComponent, PostProcessSettings) == 0x0000E0, "Member 'UPlayerCentricPostProcessingComponent::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(UPlayerCentricPostProcessingComponent, Priority) == 0x0006D0, "Member 'UPlayerCentricPostProcessingComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UPlayerCentricPostProcessingComponent, bInVolumeList) == 0x0006D4, "Member 'UPlayerCentricPostProcessingComponent::bInVolumeList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsPostProcessingGroupSettings \ static_assert(alignof(URenderSettingsPostProcessingGroupSettings) == 0x000008, "Wrong alignment on URenderSettingsPostProcessingGroupSettings"); \ static_assert(sizeof(URenderSettingsPostProcessingGroupSettings) == 0x000040, "Wrong size on URenderSettingsPostProcessingGroupSettings"); \ static_assert(offsetof(URenderSettingsPostProcessingGroupSettings, Settings) == 0x000030, "Member 'URenderSettingsPostProcessingGroupSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARenderSettingsViewpointVolumeBase \ static_assert(alignof(ARenderSettingsViewpointVolumeBase) == 0x000008, "Wrong alignment on ARenderSettingsViewpointVolumeBase"); \ static_assert(sizeof(ARenderSettingsViewpointVolumeBase) == 0x000290, "Wrong size on ARenderSettingsViewpointVolumeBase"); \ static_assert(offsetof(ARenderSettingsViewpointVolumeBase, Priority) == 0x000280, "Member 'ARenderSettingsViewpointVolumeBase::Priority' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsViewpointVolumeBase, BlendRadius) == 0x000284, "Member 'ARenderSettingsViewpointVolumeBase::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsViewpointVolumeBase, BlendWeight) == 0x000288, "Member 'ARenderSettingsViewpointVolumeBase::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsViewpointVolumeBase, bUnbounded) == 0x00028C, "Member 'ARenderSettingsViewpointVolumeBase::bUnbounded' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsViewpointVolumeBase, bEnabled) == 0x00028D, "Member 'ARenderSettingsViewpointVolumeBase::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARenderSettingsViewpointVolume \ static_assert(alignof(ARenderSettingsViewpointVolume) == 0x000008, "Wrong alignment on ARenderSettingsViewpointVolume"); \ static_assert(sizeof(ARenderSettingsViewpointVolume) == 0x000298, "Wrong size on ARenderSettingsViewpointVolume"); \ static_assert(offsetof(ARenderSettingsViewpointVolume, ViewpointLerp) == 0x000290, "Member 'ARenderSettingsViewpointVolume::ViewpointLerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsPPScreenSpaceReflectionsSettings \ static_assert(alignof(URenderSettingsPPScreenSpaceReflectionsSettings) == 0x000008, "Wrong alignment on URenderSettingsPPScreenSpaceReflectionsSettings"); \ static_assert(sizeof(URenderSettingsPPScreenSpaceReflectionsSettings) == 0x000040, "Wrong size on URenderSettingsPPScreenSpaceReflectionsSettings"); \ static_assert(offsetof(URenderSettingsPPScreenSpaceReflectionsSettings, Settings) == 0x000030, "Member 'URenderSettingsPPScreenSpaceReflectionsSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARenderSettingsViewpointInsideOutsideVolume \ static_assert(alignof(ARenderSettingsViewpointInsideOutsideVolume) == 0x000008, "Wrong alignment on ARenderSettingsViewpointInsideOutsideVolume"); \ static_assert(sizeof(ARenderSettingsViewpointInsideOutsideVolume) == 0x0002A0, "Wrong size on ARenderSettingsViewpointInsideOutsideVolume"); \ static_assert(offsetof(ARenderSettingsViewpointInsideOutsideVolume, TargetViewpointLerp) == 0x000290, "Member 'ARenderSettingsViewpointInsideOutsideVolume::TargetViewpointLerp' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsViewpointInsideOutsideVolume, InsideMaxDifference) == 0x000294, "Member 'ARenderSettingsViewpointInsideOutsideVolume::InsideMaxDifference' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsViewpointInsideOutsideVolume, InsideMinDifference) == 0x000298, "Member 'ARenderSettingsViewpointInsideOutsideVolume::InsideMinDifference' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsViewpointInsideOutsideVolume, ViewpointLerp) == 0x00029C, "Member 'ARenderSettingsViewpointInsideOutsideVolume::ViewpointLerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPostProcessingVar \ static_assert(alignof(UPostProcessingVar) == 0x000008, "Wrong alignment on UPostProcessingVar"); \ static_assert(sizeof(UPostProcessingVar) == 0x000028, "Wrong size on UPostProcessingVar"); \ #define DUMPER7_ASSERTS_URenderSettingsPPDepthOfFieldSettings \ static_assert(alignof(URenderSettingsPPDepthOfFieldSettings) == 0x000008, "Wrong alignment on URenderSettingsPPDepthOfFieldSettings"); \ static_assert(sizeof(URenderSettingsPPDepthOfFieldSettings) == 0x000040, "Wrong size on URenderSettingsPPDepthOfFieldSettings"); \ static_assert(offsetof(URenderSettingsPPDepthOfFieldSettings, Settings) == 0x000030, "Member 'URenderSettingsPPDepthOfFieldSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPostProcessingVarScalarBase \ static_assert(alignof(UPostProcessingVarScalarBase) == 0x000008, "Wrong alignment on UPostProcessingVarScalarBase"); \ static_assert(sizeof(UPostProcessingVarScalarBase) == 0x000030, "Wrong size on UPostProcessingVarScalarBase"); \ static_assert(offsetof(UPostProcessingVarScalarBase, Var) == 0x000028, "Member 'UPostProcessingVarScalarBase::Var' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPostProcessingVarColorBase \ static_assert(alignof(UPostProcessingVarColorBase) == 0x000008, "Wrong alignment on UPostProcessingVarColorBase"); \ static_assert(sizeof(UPostProcessingVarColorBase) == 0x000030, "Wrong size on UPostProcessingVarColorBase"); \ static_assert(offsetof(UPostProcessingVarColorBase, Var) == 0x000028, "Member 'UPostProcessingVarColorBase::Var' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IInterface_RenderSettingsEmissiveAdaptation \ static_assert(alignof(IInterface_RenderSettingsEmissiveAdaptation) == 0x000001, "Wrong alignment on IInterface_RenderSettingsEmissiveAdaptation"); \ static_assert(sizeof(IInterface_RenderSettingsEmissiveAdaptation) == 0x000001, "Wrong size on IInterface_RenderSettingsEmissiveAdaptation"); \ #define DUMPER7_ASSERTS_UPostProcessingVarScalarConstant \ static_assert(alignof(UPostProcessingVarScalarConstant) == 0x000008, "Wrong alignment on UPostProcessingVarScalarConstant"); \ static_assert(sizeof(UPostProcessingVarScalarConstant) == 0x000038, "Wrong size on UPostProcessingVarScalarConstant"); \ static_assert(offsetof(UPostProcessingVarScalarConstant, Value) == 0x000030, "Member 'UPostProcessingVarScalarConstant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPostProcessingVarColorConstant \ static_assert(alignof(UPostProcessingVarColorConstant) == 0x000008, "Wrong alignment on UPostProcessingVarColorConstant"); \ static_assert(sizeof(UPostProcessingVarColorConstant) == 0x000040, "Wrong size on UPostProcessingVarColorConstant"); \ static_assert(offsetof(UPostProcessingVarColorConstant, Value) == 0x000030, "Member 'UPostProcessingVarColorConstant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPostProcessingVarScalarInlineCurve \ static_assert(alignof(UPostProcessingVarScalarInlineCurve) == 0x000008, "Wrong alignment on UPostProcessingVarScalarInlineCurve"); \ static_assert(sizeof(UPostProcessingVarScalarInlineCurve) == 0x0000B8, "Wrong size on UPostProcessingVarScalarInlineCurve"); \ static_assert(offsetof(UPostProcessingVarScalarInlineCurve, Value) == 0x000030, "Member 'UPostProcessingVarScalarInlineCurve::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPostProcessingVarColorInlineCurve \ static_assert(alignof(UPostProcessingVarColorInlineCurve) == 0x000008, "Wrong alignment on UPostProcessingVarColorInlineCurve"); \ static_assert(sizeof(UPostProcessingVarColorInlineCurve) == 0x000238, "Wrong size on UPostProcessingVarColorInlineCurve"); \ static_assert(offsetof(UPostProcessingVarColorInlineCurve, Value) == 0x000030, "Member 'UPostProcessingVarColorInlineCurve::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsEmissiveAdapatationVolumeBase_SetPriority \ static_assert(alignof(RenderSettingsEmissiveAdapatationVolumeBase_SetPriority) == 0x000004, "Wrong alignment on RenderSettingsEmissiveAdapatationVolumeBase_SetPriority"); \ static_assert(sizeof(RenderSettingsEmissiveAdapatationVolumeBase_SetPriority) == 0x000004, "Wrong size on RenderSettingsEmissiveAdapatationVolumeBase_SetPriority"); \ static_assert(offsetof(RenderSettingsEmissiveAdapatationVolumeBase_SetPriority, NewPriority) == 0x000000, "Member 'RenderSettingsEmissiveAdapatationVolumeBase_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARenderSettingsEmissiveAdapatationVolumeBase \ static_assert(alignof(ARenderSettingsEmissiveAdapatationVolumeBase) == 0x000008, "Wrong alignment on ARenderSettingsEmissiveAdapatationVolumeBase"); \ static_assert(sizeof(ARenderSettingsEmissiveAdapatationVolumeBase) == 0x0002D8, "Wrong size on ARenderSettingsEmissiveAdapatationVolumeBase"); \ static_assert(offsetof(ARenderSettingsEmissiveAdapatationVolumeBase, BlendDomain) == 0x000290, "Member 'ARenderSettingsEmissiveAdapatationVolumeBase::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsEmissiveAdapatationVolumeBase, Priority) == 0x0002C8, "Member 'ARenderSettingsEmissiveAdapatationVolumeBase::Priority' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsEmissiveAdapatationVolumeBase, BlendRadius) == 0x0002CC, "Member 'ARenderSettingsEmissiveAdapatationVolumeBase::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsEmissiveAdapatationVolumeBase, BlendWeight) == 0x0002D0, "Member 'ARenderSettingsEmissiveAdapatationVolumeBase::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPostProcessingVarScalarCurveAsset \ static_assert(alignof(UPostProcessingVarScalarCurveAsset) == 0x000008, "Wrong alignment on UPostProcessingVarScalarCurveAsset"); \ static_assert(sizeof(UPostProcessingVarScalarCurveAsset) == 0x000038, "Wrong size on UPostProcessingVarScalarCurveAsset"); \ static_assert(offsetof(UPostProcessingVarScalarCurveAsset, Curve) == 0x000030, "Member 'UPostProcessingVarScalarCurveAsset::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPostProcessingVarColorCurveAsset \ static_assert(alignof(UPostProcessingVarColorCurveAsset) == 0x000008, "Wrong alignment on UPostProcessingVarColorCurveAsset"); \ static_assert(sizeof(UPostProcessingVarColorCurveAsset) == 0x000038, "Wrong size on UPostProcessingVarColorCurveAsset"); \ static_assert(offsetof(UPostProcessingVarColorCurveAsset, Curve) == 0x000030, "Member 'UPostProcessingVarColorCurveAsset::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPostProcessingVarsDriver \ static_assert(alignof(UPostProcessingVarsDriver) == 0x000008, "Wrong alignment on UPostProcessingVarsDriver"); \ static_assert(sizeof(UPostProcessingVarsDriver) == 0x000028, "Wrong size on UPostProcessingVarsDriver"); \ #define DUMPER7_ASSERTS_UPostProcessingVarsDriverConst \ static_assert(alignof(UPostProcessingVarsDriverConst) == 0x000008, "Wrong alignment on UPostProcessingVarsDriverConst"); \ static_assert(sizeof(UPostProcessingVarsDriverConst) == 0x000030, "Wrong size on UPostProcessingVarsDriverConst"); \ static_assert(offsetof(UPostProcessingVarsDriverConst, Value) == 0x000028, "Member 'UPostProcessingVarsDriverConst::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPostProcessingVarsDriverEnvironmentalGlobalsExtra \ static_assert(alignof(UPostProcessingVarsDriverEnvironmentalGlobalsExtra) == 0x000008, "Wrong alignment on UPostProcessingVarsDriverEnvironmentalGlobalsExtra"); \ static_assert(sizeof(UPostProcessingVarsDriverEnvironmentalGlobalsExtra) == 0x000038, "Wrong size on UPostProcessingVarsDriverEnvironmentalGlobalsExtra"); \ static_assert(offsetof(UPostProcessingVarsDriverEnvironmentalGlobalsExtra, EnvironmentalGlobal) == 0x000028, "Member 'UPostProcessingVarsDriverEnvironmentalGlobalsExtra::EnvironmentalGlobal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPostProcessingVarsDriverEnvironmentalGlobalsValue \ static_assert(alignof(UPostProcessingVarsDriverEnvironmentalGlobalsValue) == 0x000008, "Wrong alignment on UPostProcessingVarsDriverEnvironmentalGlobalsValue"); \ static_assert(sizeof(UPostProcessingVarsDriverEnvironmentalGlobalsValue) == 0x000030, "Wrong size on UPostProcessingVarsDriverEnvironmentalGlobalsValue"); \ static_assert(offsetof(UPostProcessingVarsDriverEnvironmentalGlobalsValue, EnvironmentalGlobal) == 0x000028, "Member 'UPostProcessingVarsDriverEnvironmentalGlobalsValue::EnvironmentalGlobal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsPostProcessingVolume_SetPriority \ static_assert(alignof(RenderSettingsPostProcessingVolume_SetPriority) == 0x000004, "Wrong alignment on RenderSettingsPostProcessingVolume_SetPriority"); \ static_assert(sizeof(RenderSettingsPostProcessingVolume_SetPriority) == 0x000004, "Wrong size on RenderSettingsPostProcessingVolume_SetPriority"); \ static_assert(offsetof(RenderSettingsPostProcessingVolume_SetPriority, NewPriority) == 0x000000, "Member 'RenderSettingsPostProcessingVolume_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARenderSettingsPostProcessingVolume \ static_assert(alignof(ARenderSettingsPostProcessingVolume) == 0x000010, "Wrong alignment on ARenderSettingsPostProcessingVolume"); \ static_assert(sizeof(ARenderSettingsPostProcessingVolume) == 0x0008C0, "Wrong size on ARenderSettingsPostProcessingVolume"); \ static_assert(offsetof(ARenderSettingsPostProcessingVolume, BlendDomain) == 0x000288, "Member 'ARenderSettingsPostProcessingVolume::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsPostProcessingVolume, Priority) == 0x0002C0, "Member 'ARenderSettingsPostProcessingVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsPostProcessingVolume, BlendRadius) == 0x0002C4, "Member 'ARenderSettingsPostProcessingVolume::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsPostProcessingVolume, BlendWeight) == 0x0002C8, "Member 'ARenderSettingsPostProcessingVolume::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsPostProcessingVolume, EnginePostProcessSettings) == 0x0002D0, "Member 'ARenderSettingsPostProcessingVolume::EnginePostProcessSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARenderSettingsProbeVolume \ static_assert(alignof(ARenderSettingsProbeVolume) == 0x000010, "Wrong alignment on ARenderSettingsProbeVolume"); \ static_assert(sizeof(ARenderSettingsProbeVolume) == 0x0008E0, "Wrong size on ARenderSettingsProbeVolume"); \ static_assert(offsetof(ARenderSettingsProbeVolume, Probes) == 0x0008C0, "Member 'ARenderSettingsProbeVolume::Probes' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsProbeVolume, ToneMappingOverride) == 0x0008C8, "Member 'ARenderSettingsProbeVolume::ToneMappingOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PostProcessingVarsComponentBase_SetPriority \ static_assert(alignof(PostProcessingVarsComponentBase_SetPriority) == 0x000004, "Wrong alignment on PostProcessingVarsComponentBase_SetPriority"); \ static_assert(sizeof(PostProcessingVarsComponentBase_SetPriority) == 0x000004, "Wrong size on PostProcessingVarsComponentBase_SetPriority"); \ static_assert(offsetof(PostProcessingVarsComponentBase_SetPriority, NewPriority) == 0x000000, "Member 'PostProcessingVarsComponentBase_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPostProcessingVarsComponentBase \ static_assert(alignof(UPostProcessingVarsComponentBase) == 0x000010, "Wrong alignment on UPostProcessingVarsComponentBase"); \ static_assert(sizeof(UPostProcessingVarsComponentBase) == 0x000870, "Wrong size on UPostProcessingVarsComponentBase"); \ static_assert(offsetof(UPostProcessingVarsComponentBase, Driver) == 0x000220, "Member 'UPostProcessingVarsComponentBase::Driver' has a wrong offset!"); \ static_assert(offsetof(UPostProcessingVarsComponentBase, DriverValue) == 0x000228, "Member 'UPostProcessingVarsComponentBase::DriverValue' has a wrong offset!"); \ static_assert(offsetof(UPostProcessingVarsComponentBase, BlendDomain) == 0x000230, "Member 'UPostProcessingVarsComponentBase::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(UPostProcessingVarsComponentBase, Priority) == 0x000268, "Member 'UPostProcessingVarsComponentBase::Priority' has a wrong offset!"); \ static_assert(offsetof(UPostProcessingVarsComponentBase, BlendRadius) == 0x00026C, "Member 'UPostProcessingVarsComponentBase::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(UPostProcessingVarsComponentBase, BlendWeight) == 0x000270, "Member 'UPostProcessingVarsComponentBase::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(UPostProcessingVarsComponentBase, PostProcessSettings) == 0x000280, "Member 'UPostProcessingVarsComponentBase::PostProcessSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPostProcessingVarsComponent \ static_assert(alignof(UPostProcessingVarsComponent) == 0x000010, "Wrong alignment on UPostProcessingVarsComponent"); \ static_assert(sizeof(UPostProcessingVarsComponent) == 0x000880, "Wrong size on UPostProcessingVarsComponent"); \ static_assert(offsetof(UPostProcessingVarsComponent, Vars) == 0x000870, "Member 'UPostProcessingVarsComponent::Vars' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APostProcessingVarsActor \ static_assert(alignof(APostProcessingVarsActor) == 0x000008, "Wrong alignment on APostProcessingVarsActor"); \ static_assert(sizeof(APostProcessingVarsActor) == 0x000250, "Wrong size on APostProcessingVarsActor"); \ static_assert(offsetof(APostProcessingVarsActor, Component) == 0x000248, "Member 'APostProcessingVarsActor::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PostProcessWithBlendDomainComponent_AddOrUpdateBlendable \ static_assert(alignof(PostProcessWithBlendDomainComponent_AddOrUpdateBlendable) == 0x000008, "Wrong alignment on PostProcessWithBlendDomainComponent_AddOrUpdateBlendable"); \ static_assert(sizeof(PostProcessWithBlendDomainComponent_AddOrUpdateBlendable) == 0x000018, "Wrong size on PostProcessWithBlendDomainComponent_AddOrUpdateBlendable"); \ static_assert(offsetof(PostProcessWithBlendDomainComponent_AddOrUpdateBlendable, InBlendableObject) == 0x000000, "Member 'PostProcessWithBlendDomainComponent_AddOrUpdateBlendable::InBlendableObject' has a wrong offset!"); \ static_assert(offsetof(PostProcessWithBlendDomainComponent_AddOrUpdateBlendable, InWeight) == 0x000010, "Member 'PostProcessWithBlendDomainComponent_AddOrUpdateBlendable::InWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPostProcessWithBlendDomainComponent \ static_assert(alignof(UPostProcessWithBlendDomainComponent) == 0x000010, "Wrong alignment on UPostProcessWithBlendDomainComponent"); \ static_assert(sizeof(UPostProcessWithBlendDomainComponent) == 0x000860, "Wrong size on UPostProcessWithBlendDomainComponent"); \ static_assert(offsetof(UPostProcessWithBlendDomainComponent, BlendDomain) == 0x000220, "Member 'UPostProcessWithBlendDomainComponent::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(UPostProcessWithBlendDomainComponent, Settings) == 0x000260, "Member 'UPostProcessWithBlendDomainComponent::Settings' has a wrong offset!"); \ static_assert(offsetof(UPostProcessWithBlendDomainComponent, Priority) == 0x000850, "Member 'UPostProcessWithBlendDomainComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UPostProcessWithBlendDomainComponent, BlendRadius) == 0x000854, "Member 'UPostProcessWithBlendDomainComponent::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(UPostProcessWithBlendDomainComponent, BlendWeight) == 0x000858, "Member 'UPostProcessWithBlendDomainComponent::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APostProcessVolumeWithBlendDomain \ static_assert(alignof(APostProcessVolumeWithBlendDomain) == 0x000010, "Wrong alignment on APostProcessVolumeWithBlendDomain"); \ static_assert(sizeof(APostProcessVolumeWithBlendDomain) == 0x0008D0, "Wrong size on APostProcessVolumeWithBlendDomain"); \ static_assert(offsetof(APostProcessVolumeWithBlendDomain, BlendDomain) == 0x000890, "Member 'APostProcessVolumeWithBlendDomain::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainIndoorsOutdoorsCurve \ static_assert(alignof(URenderSettingsCustomBlendDomainIndoorsOutdoorsCurve) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainIndoorsOutdoorsCurve"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainIndoorsOutdoorsCurve) == 0x000038, "Wrong size on URenderSettingsCustomBlendDomainIndoorsOutdoorsCurve"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainIndoorsOutdoorsCurve, IndoorsOutdoorsCurve) == 0x000028, "Member 'URenderSettingsCustomBlendDomainIndoorsOutdoorsCurve::IndoorsOutdoorsCurve' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainIndoorsOutdoorsCurve, IndoorsType) == 0x000030, "Member 'URenderSettingsCustomBlendDomainIndoorsOutdoorsCurve::IndoorsType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainCurveRemap \ static_assert(alignof(URenderSettingsCustomBlendDomainCurveRemap) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainCurveRemap"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainCurveRemap) == 0x000038, "Wrong size on URenderSettingsCustomBlendDomainCurveRemap"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainCurveRemap, domain) == 0x000028, "Member 'URenderSettingsCustomBlendDomainCurveRemap::domain' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainCurveRemap, Curve) == 0x000030, "Member 'URenderSettingsCustomBlendDomainCurveRemap::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsBlendDomainAsset \ static_assert(alignof(URenderSettingsBlendDomainAsset) == 0x000008, "Wrong alignment on URenderSettingsBlendDomainAsset"); \ static_assert(sizeof(URenderSettingsBlendDomainAsset) == 0x000030, "Wrong size on URenderSettingsBlendDomainAsset"); \ #define DUMPER7_ASSERTS_URenderSettingsBlendDomainFullAsset \ static_assert(alignof(URenderSettingsBlendDomainFullAsset) == 0x000008, "Wrong alignment on URenderSettingsBlendDomainFullAsset"); \ static_assert(sizeof(URenderSettingsBlendDomainFullAsset) == 0x000068, "Wrong size on URenderSettingsBlendDomainFullAsset"); \ static_assert(offsetof(URenderSettingsBlendDomainFullAsset, BlendDomain) == 0x000030, "Member 'URenderSettingsBlendDomainFullAsset::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsBlendDomainSimpleAsset \ static_assert(alignof(URenderSettingsBlendDomainSimpleAsset) == 0x000008, "Wrong alignment on URenderSettingsBlendDomainSimpleAsset"); \ static_assert(sizeof(URenderSettingsBlendDomainSimpleAsset) == 0x000040, "Wrong size on URenderSettingsBlendDomainSimpleAsset"); \ static_assert(offsetof(URenderSettingsBlendDomainSimpleAsset, BlendDomain) == 0x000030, "Member 'URenderSettingsBlendDomainSimpleAsset::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IInterface_RenderSettingsCustomBlendDomain \ static_assert(alignof(IInterface_RenderSettingsCustomBlendDomain) == 0x000001, "Wrong alignment on IInterface_RenderSettingsCustomBlendDomain"); \ static_assert(sizeof(IInterface_RenderSettingsCustomBlendDomain) == 0x000001, "Wrong size on IInterface_RenderSettingsCustomBlendDomain"); \ #define DUMPER7_ASSERTS_IInterface_RenderSettingsCustomBlendDomainOverride \ static_assert(alignof(IInterface_RenderSettingsCustomBlendDomainOverride) == 0x000001, "Wrong alignment on IInterface_RenderSettingsCustomBlendDomainOverride"); \ static_assert(sizeof(IInterface_RenderSettingsCustomBlendDomainOverride) == 0x000001, "Wrong size on IInterface_RenderSettingsCustomBlendDomainOverride"); \ #define DUMPER7_ASSERTS_URenderSettingsNamedCustomBlendDomainBase \ static_assert(alignof(URenderSettingsNamedCustomBlendDomainBase) == 0x000008, "Wrong alignment on URenderSettingsNamedCustomBlendDomainBase"); \ static_assert(sizeof(URenderSettingsNamedCustomBlendDomainBase) == 0x000028, "Wrong size on URenderSettingsNamedCustomBlendDomainBase"); \ #define DUMPER7_ASSERTS_URenderSettingsNamedCustomBlendDomainLibrary \ static_assert(alignof(URenderSettingsNamedCustomBlendDomainLibrary) == 0x000008, "Wrong alignment on URenderSettingsNamedCustomBlendDomainLibrary"); \ static_assert(sizeof(URenderSettingsNamedCustomBlendDomainLibrary) == 0x000028, "Wrong size on URenderSettingsNamedCustomBlendDomainLibrary"); \ #define DUMPER7_ASSERTS_URenderSettingsNamedCustomBlendDomainUserConsoleVariables \ static_assert(alignof(URenderSettingsNamedCustomBlendDomainUserConsoleVariables) == 0x000008, "Wrong alignment on URenderSettingsNamedCustomBlendDomainUserConsoleVariables"); \ static_assert(sizeof(URenderSettingsNamedCustomBlendDomainUserConsoleVariables) == 0x000028, "Wrong size on URenderSettingsNamedCustomBlendDomainUserConsoleVariables"); \ #define DUMPER7_ASSERTS_URenderSettingsNamedCustomBlendDomainLibraryCustom \ static_assert(alignof(URenderSettingsNamedCustomBlendDomainLibraryCustom) == 0x000008, "Wrong alignment on URenderSettingsNamedCustomBlendDomainLibraryCustom"); \ static_assert(sizeof(URenderSettingsNamedCustomBlendDomainLibraryCustom) == 0x000030, "Wrong size on URenderSettingsNamedCustomBlendDomainLibraryCustom"); \ static_assert(offsetof(URenderSettingsNamedCustomBlendDomainLibraryCustom, Name_0) == 0x000028, "Member 'URenderSettingsNamedCustomBlendDomainLibraryCustom::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsNamedCustomBlendDomainLibraryCustomOneMinus \ static_assert(alignof(URenderSettingsNamedCustomBlendDomainLibraryCustomOneMinus) == 0x000008, "Wrong alignment on URenderSettingsNamedCustomBlendDomainLibraryCustomOneMinus"); \ static_assert(sizeof(URenderSettingsNamedCustomBlendDomainLibraryCustomOneMinus) == 0x000030, "Wrong size on URenderSettingsNamedCustomBlendDomainLibraryCustomOneMinus"); \ static_assert(offsetof(URenderSettingsNamedCustomBlendDomainLibraryCustomOneMinus, Name_0) == 0x000028, "Member 'URenderSettingsNamedCustomBlendDomainLibraryCustomOneMinus::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsNamedCustomBlendDomain \ static_assert(alignof(URenderSettingsNamedCustomBlendDomain) == 0x000008, "Wrong alignment on URenderSettingsNamedCustomBlendDomain"); \ static_assert(sizeof(URenderSettingsNamedCustomBlendDomain) == 0x000028, "Wrong size on URenderSettingsNamedCustomBlendDomain"); \ #define DUMPER7_ASSERTS_RenderSettingsCustomBlendDomainOverrideComponentBase_SetEnabled \ static_assert(alignof(RenderSettingsCustomBlendDomainOverrideComponentBase_SetEnabled) == 0x000001, "Wrong alignment on RenderSettingsCustomBlendDomainOverrideComponentBase_SetEnabled"); \ static_assert(sizeof(RenderSettingsCustomBlendDomainOverrideComponentBase_SetEnabled) == 0x000001, "Wrong size on RenderSettingsCustomBlendDomainOverrideComponentBase_SetEnabled"); \ static_assert(offsetof(RenderSettingsCustomBlendDomainOverrideComponentBase_SetEnabled, bEnable) == 0x000000, "Member 'RenderSettingsCustomBlendDomainOverrideComponentBase_SetEnabled::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsCustomBlendDomainOverrideComponentBase_IsEnabled \ static_assert(alignof(RenderSettingsCustomBlendDomainOverrideComponentBase_IsEnabled) == 0x000001, "Wrong alignment on RenderSettingsCustomBlendDomainOverrideComponentBase_IsEnabled"); \ static_assert(sizeof(RenderSettingsCustomBlendDomainOverrideComponentBase_IsEnabled) == 0x000001, "Wrong size on RenderSettingsCustomBlendDomainOverrideComponentBase_IsEnabled"); \ static_assert(offsetof(RenderSettingsCustomBlendDomainOverrideComponentBase_IsEnabled, bEnable) == 0x000000, "Member 'RenderSettingsCustomBlendDomainOverrideComponentBase_IsEnabled::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainOverrideComponentBase \ static_assert(alignof(URenderSettingsCustomBlendDomainOverrideComponentBase) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainOverrideComponentBase"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainOverrideComponentBase) == 0x0000E0, "Wrong size on URenderSettingsCustomBlendDomainOverrideComponentBase"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainOverrideComponentBase, bEnabled) == 0x0000D8, "Member 'URenderSettingsCustomBlendDomainOverrideComponentBase::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainOverrideNamedComponent \ static_assert(alignof(URenderSettingsCustomBlendDomainOverrideNamedComponent) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainOverrideNamedComponent"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainOverrideNamedComponent) == 0x0000F0, "Wrong size on URenderSettingsCustomBlendDomainOverrideNamedComponent"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainOverrideNamedComponent, Name_0) == 0x0000E0, "Member 'URenderSettingsCustomBlendDomainOverrideNamedComponent::Name_0' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainOverrideNamedComponent, Value) == 0x0000E8, "Member 'URenderSettingsCustomBlendDomainOverrideNamedComponent::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainOverrideRawComponent \ static_assert(alignof(URenderSettingsCustomBlendDomainOverrideRawComponent) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainOverrideRawComponent"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainOverrideRawComponent) == 0x0000F0, "Wrong size on URenderSettingsCustomBlendDomainOverrideRawComponent"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainOverrideRawComponent, Name_0) == 0x0000E0, "Member 'URenderSettingsCustomBlendDomainOverrideRawComponent::Name_0' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainOverrideRawComponent, Value) == 0x0000E8, "Member 'URenderSettingsCustomBlendDomainOverrideRawComponent::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainProbeCaptureBase \ static_assert(alignof(URenderSettingsCustomBlendDomainProbeCaptureBase) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainProbeCaptureBase"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainProbeCaptureBase) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainProbeCaptureBase"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainOneMinus \ static_assert(alignof(URenderSettingsCustomBlendDomainOneMinus) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainOneMinus"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainOneMinus) == 0x000030, "Wrong size on URenderSettingsCustomBlendDomainOneMinus"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainOneMinus, domain) == 0x000028, "Member 'URenderSettingsCustomBlendDomainOneMinus::domain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainStep \ static_assert(alignof(URenderSettingsCustomBlendDomainStep) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainStep"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainStep) == 0x000038, "Wrong size on URenderSettingsCustomBlendDomainStep"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainStep, domain) == 0x000028, "Member 'URenderSettingsCustomBlendDomainStep::domain' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainStep, Threshold) == 0x000030, "Member 'URenderSettingsCustomBlendDomainStep::Threshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainIndoors \ static_assert(alignof(URenderSettingsCustomBlendDomainIndoors) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainIndoors"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainIndoors) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainIndoors"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainConstant \ static_assert(alignof(URenderSettingsCustomBlendDomainConstant) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainConstant"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainConstant) == 0x000030, "Wrong size on URenderSettingsCustomBlendDomainConstant"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainConstant, Constant) == 0x000028, "Member 'URenderSettingsCustomBlendDomainConstant::Constant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainZero \ static_assert(alignof(URenderSettingsCustomBlendDomainZero) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainZero"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainZero) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainZero"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainOne \ static_assert(alignof(URenderSettingsCustomBlendDomainOne) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainOne"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainOne) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainOne"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainNotZero \ static_assert(alignof(URenderSettingsCustomBlendDomainNotZero) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainNotZero"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainNotZero) == 0x000030, "Wrong size on URenderSettingsCustomBlendDomainNotZero"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainNotZero, domain) == 0x000028, "Member 'URenderSettingsCustomBlendDomainNotZero::domain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainIsZero \ static_assert(alignof(URenderSettingsCustomBlendDomainIsZero) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainIsZero"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainIsZero) == 0x000030, "Wrong size on URenderSettingsCustomBlendDomainIsZero"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainIsZero, domain) == 0x000028, "Member 'URenderSettingsCustomBlendDomainIsZero::domain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainIsOne \ static_assert(alignof(URenderSettingsCustomBlendDomainIsOne) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainIsOne"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainIsOne) == 0x000030, "Wrong size on URenderSettingsCustomBlendDomainIsOne"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainIsOne, domain) == 0x000028, "Member 'URenderSettingsCustomBlendDomainIsOne::domain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainNotOne \ static_assert(alignof(URenderSettingsCustomBlendDomainNotOne) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainNotOne"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainNotOne) == 0x000030, "Wrong size on URenderSettingsCustomBlendDomainNotOne"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainNotOne, domain) == 0x000028, "Member 'URenderSettingsCustomBlendDomainNotOne::domain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainAnd \ static_assert(alignof(URenderSettingsCustomBlendDomainAnd) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainAnd"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainAnd) == 0x000038, "Wrong size on URenderSettingsCustomBlendDomainAnd"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainAnd, Domains) == 0x000028, "Member 'URenderSettingsCustomBlendDomainAnd::Domains' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainMax \ static_assert(alignof(URenderSettingsCustomBlendDomainMax) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainMax"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainMax) == 0x000038, "Wrong size on URenderSettingsCustomBlendDomainMax"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainMax, Domains) == 0x000028, "Member 'URenderSettingsCustomBlendDomainMax::Domains' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainMin \ static_assert(alignof(URenderSettingsCustomBlendDomainMin) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainMin"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainMin) == 0x000038, "Wrong size on URenderSettingsCustomBlendDomainMin"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainMin, Domains) == 0x000028, "Member 'URenderSettingsCustomBlendDomainMin::Domains' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainRemap \ static_assert(alignof(URenderSettingsCustomBlendDomainRemap) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainRemap"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainRemap) == 0x000040, "Wrong size on URenderSettingsCustomBlendDomainRemap"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainRemap, domain) == 0x000028, "Member 'URenderSettingsCustomBlendDomainRemap::domain' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainRemap, InputMin) == 0x000030, "Member 'URenderSettingsCustomBlendDomainRemap::InputMin' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainRemap, InputMax) == 0x000034, "Member 'URenderSettingsCustomBlendDomainRemap::InputMax' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainRemap, OunputMin) == 0x000038, "Member 'URenderSettingsCustomBlendDomainRemap::OunputMin' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainRemap, OutputMax) == 0x00003C, "Member 'URenderSettingsCustomBlendDomainRemap::OutputMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainConsantBiasScale \ static_assert(alignof(URenderSettingsCustomBlendDomainConsantBiasScale) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainConsantBiasScale"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainConsantBiasScale) == 0x000038, "Wrong size on URenderSettingsCustomBlendDomainConsantBiasScale"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainConsantBiasScale, domain) == 0x000028, "Member 'URenderSettingsCustomBlendDomainConsantBiasScale::domain' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainConsantBiasScale, Bias) == 0x000030, "Member 'URenderSettingsCustomBlendDomainConsantBiasScale::Bias' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainConsantBiasScale, Scale) == 0x000034, "Member 'URenderSettingsCustomBlendDomainConsantBiasScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainIf \ static_assert(alignof(URenderSettingsCustomBlendDomainIf) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainIf"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainIf) == 0x000050, "Wrong size on URenderSettingsCustomBlendDomainIf"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainIf, A) == 0x000028, "Member 'URenderSettingsCustomBlendDomainIf::A' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainIf, b) == 0x000030, "Member 'URenderSettingsCustomBlendDomainIf::b' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainIf, ALessThanB) == 0x000038, "Member 'URenderSettingsCustomBlendDomainIf::ALessThanB' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainIf, AEqualsB) == 0x000040, "Member 'URenderSettingsCustomBlendDomainIf::AEqualsB' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainIf, AGreaterThanB) == 0x000048, "Member 'URenderSettingsCustomBlendDomainIf::AGreaterThanB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainWithOverrides \ static_assert(alignof(URenderSettingsCustomBlendDomainWithOverrides) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainWithOverrides"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainWithOverrides) == 0x000040, "Wrong size on URenderSettingsCustomBlendDomainWithOverrides"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainWithOverrides, Default) == 0x000028, "Member 'URenderSettingsCustomBlendDomainWithOverrides::Default' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainWithOverrides, OverrideOn) == 0x000030, "Member 'URenderSettingsCustomBlendDomainWithOverrides::OverrideOn' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainWithOverrides, OverrideOff) == 0x000038, "Member 'URenderSettingsCustomBlendDomainWithOverrides::OverrideOff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainPresetAsset \ static_assert(alignof(URenderSettingsCustomBlendDomainPresetAsset) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainPresetAsset"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainPresetAsset) == 0x000040, "Wrong size on URenderSettingsCustomBlendDomainPresetAsset"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainPresetAsset, Domains) == 0x000030, "Member 'URenderSettingsCustomBlendDomainPresetAsset::Domains' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainPreset \ static_assert(alignof(URenderSettingsCustomBlendDomainPreset) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainPreset"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainPreset) == 0x000030, "Wrong size on URenderSettingsCustomBlendDomainPreset"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainPreset, Preset) == 0x000028, "Member 'URenderSettingsCustomBlendDomainPreset::Preset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainHasBegunPlay \ static_assert(alignof(URenderSettingsCustomBlendDomainHasBegunPlay) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainHasBegunPlay"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainHasBegunPlay) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainHasBegunPlay"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainFixedExposure \ static_assert(alignof(URenderSettingsCustomBlendDomainFixedExposure) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainFixedExposure"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainFixedExposure) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainFixedExposure"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainPaused \ static_assert(alignof(URenderSettingsCustomBlendDomainPaused) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainPaused"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainPaused) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainPaused"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainPausedSmoothed \ static_assert(alignof(URenderSettingsCustomBlendDomainPausedSmoothed) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainPausedSmoothed"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainPausedSmoothed) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainPausedSmoothed"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainInEditor \ static_assert(alignof(URenderSettingsCustomBlendDomainInEditor) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainInEditor"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainInEditor) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainInEditor"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainSeason \ static_assert(alignof(URenderSettingsCustomBlendDomainSeason) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainSeason"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainSeason) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainSeason"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainSeasonSummer \ static_assert(alignof(URenderSettingsCustomBlendDomainSeasonSummer) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainSeasonSummer"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainSeasonSummer) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainSeasonSummer"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainSeasonFall \ static_assert(alignof(URenderSettingsCustomBlendDomainSeasonFall) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainSeasonFall"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainSeasonFall) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainSeasonFall"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainSeasonWinter \ static_assert(alignof(URenderSettingsCustomBlendDomainSeasonWinter) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainSeasonWinter"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainSeasonWinter) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainSeasonWinter"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainSeasonSpring \ static_assert(alignof(URenderSettingsCustomBlendDomainSeasonSpring) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainSeasonSpring"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainSeasonSpring) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainSeasonSpring"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainLastFrameExposure \ static_assert(alignof(URenderSettingsCustomBlendDomainLastFrameExposure) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainLastFrameExposure"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainLastFrameExposure) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainLastFrameExposure"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainLastFrameExposureRange \ static_assert(alignof(URenderSettingsCustomBlendDomainLastFrameExposureRange) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainLastFrameExposureRange"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainLastFrameExposureRange) == 0x000038, "Wrong size on URenderSettingsCustomBlendDomainLastFrameExposureRange"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainLastFrameExposureRange, LowExposure) == 0x000028, "Member 'URenderSettingsCustomBlendDomainLastFrameExposureRange::LowExposure' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainLastFrameExposureRange, HighExposure) == 0x00002C, "Member 'URenderSettingsCustomBlendDomainLastFrameExposureRange::HighExposure' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainLastFrameExposureRange, ExposureValue) == 0x000030, "Member 'URenderSettingsCustomBlendDomainLastFrameExposureRange::ExposureValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainHDRBase \ static_assert(alignof(URenderSettingsCustomBlendDomainHDRBase) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainHDRBase"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainHDRBase) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainHDRBase"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainHDR \ static_assert(alignof(URenderSettingsCustomBlendDomainHDR) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainHDR"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainHDR) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainHDR"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainNotHDR \ static_assert(alignof(URenderSettingsCustomBlendDomainNotHDR) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainNotHDR"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainNotHDR) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainNotHDR"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainHDRLinearGamma \ static_assert(alignof(URenderSettingsCustomBlendDomainHDRLinearGamma) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainHDRLinearGamma"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainHDRLinearGamma) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainHDRLinearGamma"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainNotHDRLinearGamma \ static_assert(alignof(URenderSettingsCustomBlendDomainNotHDRLinearGamma) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainNotHDRLinearGamma"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainNotHDRLinearGamma) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainNotHDRLinearGamma"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainRayTracingBase \ static_assert(alignof(URenderSettingsCustomBlendDomainRayTracingBase) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainRayTracingBase"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainRayTracingBase) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainRayTracingBase"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainRayTracing \ static_assert(alignof(URenderSettingsCustomBlendDomainRayTracing) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainRayTracing"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainRayTracing) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainRayTracing"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainRayTracingReflections \ static_assert(alignof(URenderSettingsCustomBlendDomainRayTracingReflections) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainRayTracingReflections"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainRayTracingReflections) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainRayTracingReflections"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainRayTracingShadows \ static_assert(alignof(URenderSettingsCustomBlendDomainRayTracingShadows) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainRayTracingShadows"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainRayTracingShadows) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainRayTracingShadows"); \ #define DUMPER7_ASSERTS_URenderSettingsPreComputeBlendDomain \ static_assert(alignof(URenderSettingsPreComputeBlendDomain) == 0x000008, "Wrong alignment on URenderSettingsPreComputeBlendDomain"); \ static_assert(sizeof(URenderSettingsPreComputeBlendDomain) == 0x000038, "Wrong size on URenderSettingsPreComputeBlendDomain"); \ static_assert(offsetof(URenderSettingsPreComputeBlendDomain, Name_0) == 0x000028, "Member 'URenderSettingsPreComputeBlendDomain::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsPreComputeBlendDomainOneMinus \ static_assert(alignof(URenderSettingsPreComputeBlendDomainOneMinus) == 0x000008, "Wrong alignment on URenderSettingsPreComputeBlendDomainOneMinus"); \ static_assert(sizeof(URenderSettingsPreComputeBlendDomainOneMinus) == 0x000038, "Wrong size on URenderSettingsPreComputeBlendDomainOneMinus"); \ static_assert(offsetof(URenderSettingsPreComputeBlendDomainOneMinus, Name_0) == 0x000028, "Member 'URenderSettingsPreComputeBlendDomainOneMinus::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarBlendDomain \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarBlendDomain) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarBlendDomain"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarBlendDomain) == 0x000040, "Wrong size on UEnvironmentalGlobalsCustomScalarBlendDomain"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalarBlendDomain, BlendDomain) == 0x000038, "Member 'UEnvironmentalGlobalsCustomScalarBlendDomain::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainProbeIndoorsBase \ static_assert(alignof(URenderSettingsCustomBlendDomainProbeIndoorsBase) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainProbeIndoorsBase"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainProbeIndoorsBase) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainProbeIndoorsBase"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainProbeIndoors \ static_assert(alignof(URenderSettingsCustomBlendDomainProbeIndoors) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainProbeIndoors"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainProbeIndoors) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainProbeIndoors"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainProbeOutdoors \ static_assert(alignof(URenderSettingsCustomBlendDomainProbeOutdoors) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainProbeOutdoors"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainProbeOutdoors) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainProbeOutdoors"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainFilteredProbeIndoors \ static_assert(alignof(URenderSettingsCustomBlendDomainFilteredProbeIndoors) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainFilteredProbeIndoors"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainFilteredProbeIndoors) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainFilteredProbeIndoors"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainFilteredProbeOutdoors \ static_assert(alignof(URenderSettingsCustomBlendDomainFilteredProbeOutdoors) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainFilteredProbeOutdoors"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainFilteredProbeOutdoors) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainFilteredProbeOutdoors"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainIndoorsBase \ static_assert(alignof(URenderSettingsCustomBlendDomainIndoorsBase) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainIndoorsBase"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainIndoorsBase) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainIndoorsBase"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainOutdoors \ static_assert(alignof(URenderSettingsCustomBlendDomainOutdoors) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainOutdoors"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainOutdoors) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainOutdoors"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainFilteredOutdoors \ static_assert(alignof(URenderSettingsCustomBlendDomainFilteredOutdoors) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainFilteredOutdoors"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainFilteredOutdoors) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainFilteredOutdoors"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainAudioIndoors \ static_assert(alignof(URenderSettingsCustomBlendDomainAudioIndoors) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainAudioIndoors"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainAudioIndoors) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainAudioIndoors"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainStreamingIndoors \ static_assert(alignof(URenderSettingsCustomBlendDomainStreamingIndoors) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainStreamingIndoors"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainStreamingIndoors) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainStreamingIndoors"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainProbeCapture \ static_assert(alignof(URenderSettingsCustomBlendDomainProbeCapture) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainProbeCapture"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainProbeCapture) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainProbeCapture"); \ #define DUMPER7_ASSERTS_BlendDomainChildVisibilityComponent_CreateForChildComponents \ static_assert(alignof(BlendDomainChildVisibilityComponent_CreateForChildComponents) == 0x000008, "Wrong alignment on BlendDomainChildVisibilityComponent_CreateForChildComponents"); \ static_assert(sizeof(BlendDomainChildVisibilityComponent_CreateForChildComponents) == 0x000018, "Wrong size on BlendDomainChildVisibilityComponent_CreateForChildComponents"); \ static_assert(offsetof(BlendDomainChildVisibilityComponent_CreateForChildComponents, Parent) == 0x000000, "Member 'BlendDomainChildVisibilityComponent_CreateForChildComponents::Parent' has a wrong offset!"); \ static_assert(offsetof(BlendDomainChildVisibilityComponent_CreateForChildComponents, bTransient) == 0x000008, "Member 'BlendDomainChildVisibilityComponent_CreateForChildComponents::bTransient' has a wrong offset!"); \ static_assert(offsetof(BlendDomainChildVisibilityComponent_CreateForChildComponents, bStartEnabled) == 0x000009, "Member 'BlendDomainChildVisibilityComponent_CreateForChildComponents::bStartEnabled' has a wrong offset!"); \ static_assert(offsetof(BlendDomainChildVisibilityComponent_CreateForChildComponents, ReturnValue) == 0x000010, "Member 'BlendDomainChildVisibilityComponent_CreateForChildComponents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendDomainChildVisibilityComponent \ static_assert(alignof(UBlendDomainChildVisibilityComponent) == 0x000010, "Wrong alignment on UBlendDomainChildVisibilityComponent"); \ static_assert(sizeof(UBlendDomainChildVisibilityComponent) == 0x000270, "Wrong size on UBlendDomainChildVisibilityComponent"); \ static_assert(offsetof(UBlendDomainChildVisibilityComponent, bChildrenOfChildren) == 0x000268, "Member 'UBlendDomainChildVisibilityComponent::bChildrenOfChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendDomainDelegateVisibilityComponent \ static_assert(alignof(UBlendDomainDelegateVisibilityComponent) == 0x000010, "Wrong alignment on UBlendDomainDelegateVisibilityComponent"); \ static_assert(sizeof(UBlendDomainDelegateVisibilityComponent) == 0x000270, "Wrong size on UBlendDomainDelegateVisibilityComponent"); \ static_assert(offsetof(UBlendDomainDelegateVisibilityComponent, VisibilityDelegate) == 0x000260, "Member 'UBlendDomainDelegateVisibilityComponent::VisibilityDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAssetBlendDomainChildVisibilityComponent \ static_assert(alignof(UAssetBlendDomainChildVisibilityComponent) == 0x000010, "Wrong alignment on UAssetBlendDomainChildVisibilityComponent"); \ static_assert(sizeof(UAssetBlendDomainChildVisibilityComponent) == 0x000240, "Wrong size on UAssetBlendDomainChildVisibilityComponent"); \ static_assert(offsetof(UAssetBlendDomainChildVisibilityComponent, bChildrenOfChildren) == 0x000238, "Member 'UAssetBlendDomainChildVisibilityComponent::bChildrenOfChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAssetBlendDomainDelegateVisibilityComponent \ static_assert(alignof(UAssetBlendDomainDelegateVisibilityComponent) == 0x000010, "Wrong alignment on UAssetBlendDomainDelegateVisibilityComponent"); \ static_assert(sizeof(UAssetBlendDomainDelegateVisibilityComponent) == 0x000240, "Wrong size on UAssetBlendDomainDelegateVisibilityComponent"); \ static_assert(offsetof(UAssetBlendDomainDelegateVisibilityComponent, VisibilityDelegate) == 0x000230, "Member 'UAssetBlendDomainDelegateVisibilityComponent::VisibilityDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsEmissiveAdaptationSettings \ static_assert(alignof(URenderSettingsEmissiveAdaptationSettings) == 0x000008, "Wrong alignment on URenderSettingsEmissiveAdaptationSettings"); \ static_assert(sizeof(URenderSettingsEmissiveAdaptationSettings) == 0x000280, "Wrong size on URenderSettingsEmissiveAdaptationSettings"); \ static_assert(offsetof(URenderSettingsEmissiveAdaptationSettings, NightDayLerp) == 0x000038, "Member 'URenderSettingsEmissiveAdaptationSettings::NightDayLerp' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsEmissiveAdaptationSettings, OutdoorsIndoorsLerp) == 0x0000C0, "Member 'URenderSettingsEmissiveAdaptationSettings::OutdoorsIndoorsLerp' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsEmissiveAdaptationSettings, MaterialParameterCollection) == 0x000148, "Member 'URenderSettingsEmissiveAdaptationSettings::MaterialParameterCollection' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsEmissiveAdaptationSettings, NiagaraParameterCollection) == 0x000150, "Member 'URenderSettingsEmissiveAdaptationSettings::NiagaraParameterCollection' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsEmissiveAdaptationSettings, GlobalExpressions) == 0x000158, "Member 'URenderSettingsEmissiveAdaptationSettings::GlobalExpressions' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsEmissiveAdaptationSettings, Extras) == 0x000218, "Member 'URenderSettingsEmissiveAdaptationSettings::Extras' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsEmissiveAdaptationSettings, AutoExposureBaseExpression) == 0x000258, "Member 'URenderSettingsEmissiveAdaptationSettings::AutoExposureBaseExpression' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsEmissiveAdaptationSettings, AverageLuminanceBaseExpression) == 0x000260, "Member 'URenderSettingsEmissiveAdaptationSettings::AverageLuminanceBaseExpression' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsEmissiveAdaptationSettings, FilteredAverageLuminanceBaseExpression) == 0x000268, "Member 'URenderSettingsEmissiveAdaptationSettings::FilteredAverageLuminanceBaseExpression' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsEmissiveAdaptationSettings, Settings) == 0x000270, "Member 'URenderSettingsEmissiveAdaptationSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsLibrary \ static_assert(alignof(URenderSettingsLibrary) == 0x000008, "Wrong alignment on URenderSettingsLibrary"); \ static_assert(sizeof(URenderSettingsLibrary) == 0x000100, "Wrong size on URenderSettingsLibrary"); \ static_assert(offsetof(URenderSettingsLibrary, PostProcessingPriorityBoost) == 0x000030, "Member 'URenderSettingsLibrary::PostProcessingPriorityBoost' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, InsideTransitionDepth) == 0x000034, "Member 'URenderSettingsLibrary::InsideTransitionDepth' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, AudioInsideTransitionDepth) == 0x000038, "Member 'URenderSettingsLibrary::AudioInsideTransitionDepth' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, IndoorsOutdoorsFiltering) == 0x00003C, "Member 'URenderSettingsLibrary::IndoorsOutdoorsFiltering' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, IndoorsOutdoorsTeleportDistance) == 0x000040, "Member 'URenderSettingsLibrary::IndoorsOutdoorsTeleportDistance' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, ExposureTimeConstants) == 0x000044, "Member 'URenderSettingsLibrary::ExposureTimeConstants' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, PostProcessingGroupSettings) == 0x000050, "Member 'URenderSettingsLibrary::PostProcessingGroupSettings' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, ExposureSettings) == 0x000058, "Member 'URenderSettingsLibrary::ExposureSettings' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, ColorGradingSettings) == 0x000060, "Member 'URenderSettingsLibrary::ColorGradingSettings' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, FilmSettings) == 0x000068, "Member 'URenderSettingsLibrary::FilmSettings' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, LensFXSettings) == 0x000070, "Member 'URenderSettingsLibrary::LensFXSettings' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, BloomSettings) == 0x000078, "Member 'URenderSettingsLibrary::BloomSettings' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, MotionBlurSettings) == 0x000080, "Member 'URenderSettingsLibrary::MotionBlurSettings' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, DepthOfFieldSettings) == 0x000088, "Member 'URenderSettingsLibrary::DepthOfFieldSettings' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, AmbientSettings) == 0x000090, "Member 'URenderSettingsLibrary::AmbientSettings' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, ScreenSpaceReflectionsSettings) == 0x000098, "Member 'URenderSettingsLibrary::ScreenSpaceReflectionsSettings' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, ProbeSettings) == 0x0000A0, "Member 'URenderSettingsLibrary::ProbeSettings' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, EmissiveAdaptationSettings) == 0x0000A8, "Member 'URenderSettingsLibrary::EmissiveAdaptationSettings' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, DistanceFogSettings) == 0x0000B0, "Member 'URenderSettingsLibrary::DistanceFogSettings' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, CharacterLightRigAdjustmentsSettings) == 0x0000B8, "Member 'URenderSettingsLibrary::CharacterLightRigAdjustmentsSettings' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, CustomBlendDomains) == 0x0000C0, "Member 'URenderSettingsLibrary::CustomBlendDomains' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, ConsoleCustomBlendDomains) == 0x0000D0, "Member 'URenderSettingsLibrary::ConsoleCustomBlendDomains' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, GlobalBlendDomainConsoleVars) == 0x0000E0, "Member 'URenderSettingsLibrary::GlobalBlendDomainConsoleVars' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, AutoDisableWorldNames) == 0x0000E8, "Member 'URenderSettingsLibrary::AutoDisableWorldNames' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, bGlobalDisableLevelDefaults) == 0x0000F8, "Member 'URenderSettingsLibrary::bGlobalDisableLevelDefaults' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsLibrary, bPostProcessingPriorityBoost) == 0x0000F9, "Member 'URenderSettingsLibrary::bPostProcessingPriorityBoost' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsPPAmbientSettings \ static_assert(alignof(URenderSettingsPPAmbientSettings) == 0x000008, "Wrong alignment on URenderSettingsPPAmbientSettings"); \ static_assert(sizeof(URenderSettingsPPAmbientSettings) == 0x000040, "Wrong size on URenderSettingsPPAmbientSettings"); \ static_assert(offsetof(URenderSettingsPPAmbientSettings, Settings) == 0x000030, "Member 'URenderSettingsPPAmbientSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsPPColorGradingSettings \ static_assert(alignof(URenderSettingsPPColorGradingSettings) == 0x000008, "Wrong alignment on URenderSettingsPPColorGradingSettings"); \ static_assert(sizeof(URenderSettingsPPColorGradingSettings) == 0x000040, "Wrong size on URenderSettingsPPColorGradingSettings"); \ static_assert(offsetof(URenderSettingsPPColorGradingSettings, Settings) == 0x000030, "Member 'URenderSettingsPPColorGradingSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsPPExposureSettings \ static_assert(alignof(URenderSettingsPPExposureSettings) == 0x000008, "Wrong alignment on URenderSettingsPPExposureSettings"); \ static_assert(sizeof(URenderSettingsPPExposureSettings) == 0x000040, "Wrong size on URenderSettingsPPExposureSettings"); \ static_assert(offsetof(URenderSettingsPPExposureSettings, Settings) == 0x000030, "Member 'URenderSettingsPPExposureSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsPPFilmSettings \ static_assert(alignof(URenderSettingsPPFilmSettings) == 0x000008, "Wrong alignment on URenderSettingsPPFilmSettings"); \ static_assert(sizeof(URenderSettingsPPFilmSettings) == 0x000040, "Wrong size on URenderSettingsPPFilmSettings"); \ static_assert(offsetof(URenderSettingsPPFilmSettings, Settings) == 0x000030, "Member 'URenderSettingsPPFilmSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsPPLensFXSettings \ static_assert(alignof(URenderSettingsPPLensFXSettings) == 0x000008, "Wrong alignment on URenderSettingsPPLensFXSettings"); \ static_assert(sizeof(URenderSettingsPPLensFXSettings) == 0x000040, "Wrong size on URenderSettingsPPLensFXSettings"); \ static_assert(offsetof(URenderSettingsPPLensFXSettings, Settings) == 0x000030, "Member 'URenderSettingsPPLensFXSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsPPMotionBlurSettings \ static_assert(alignof(URenderSettingsPPMotionBlurSettings) == 0x000008, "Wrong alignment on URenderSettingsPPMotionBlurSettings"); \ static_assert(sizeof(URenderSettingsPPMotionBlurSettings) == 0x000040, "Wrong size on URenderSettingsPPMotionBlurSettings"); \ static_assert(offsetof(URenderSettingsPPMotionBlurSettings, Settings) == 0x000030, "Member 'URenderSettingsPPMotionBlurSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsPPProbesSettings \ static_assert(alignof(URenderSettingsPPProbesSettings) == 0x000008, "Wrong alignment on URenderSettingsPPProbesSettings"); \ static_assert(sizeof(URenderSettingsPPProbesSettings) == 0x000040, "Wrong size on URenderSettingsPPProbesSettings"); \ static_assert(offsetof(URenderSettingsPPProbesSettings, Settings) == 0x000030, "Member 'URenderSettingsPPProbesSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_ComputeBlendDomain \ static_assert(alignof(RenderSettingsSingleton_ComputeBlendDomain) == 0x000008, "Wrong alignment on RenderSettingsSingleton_ComputeBlendDomain"); \ static_assert(sizeof(RenderSettingsSingleton_ComputeBlendDomain) == 0x000118, "Wrong size on RenderSettingsSingleton_ComputeBlendDomain"); \ static_assert(offsetof(RenderSettingsSingleton_ComputeBlendDomain, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_ComputeBlendDomain::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_ComputeBlendDomain, Position) == 0x000008, "Member 'RenderSettingsSingleton_ComputeBlendDomain::Position' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_ComputeBlendDomain, BlendDomainState) == 0x000018, "Member 'RenderSettingsSingleton_ComputeBlendDomain::BlendDomainState' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_ComputeBlendDomain, bHighQuality) == 0x000110, "Member 'RenderSettingsSingleton_ComputeBlendDomain::bHighQuality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_ComputeIsInside \ static_assert(alignof(RenderSettingsSingleton_ComputeIsInside) == 0x000008, "Wrong alignment on RenderSettingsSingleton_ComputeIsInside"); \ static_assert(sizeof(RenderSettingsSingleton_ComputeIsInside) == 0x000020, "Wrong size on RenderSettingsSingleton_ComputeIsInside"); \ static_assert(offsetof(RenderSettingsSingleton_ComputeIsInside, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_ComputeIsInside::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_ComputeIsInside, Position) == 0x000008, "Member 'RenderSettingsSingleton_ComputeIsInside::Position' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_ComputeIsInside, Indoors) == 0x000014, "Member 'RenderSettingsSingleton_ComputeIsInside::Indoors' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_ComputeIsInside, IndoorsType) == 0x000018, "Member 'RenderSettingsSingleton_ComputeIsInside::IndoorsType' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_ComputeIsInside, bHighQuality) == 0x000019, "Member 'RenderSettingsSingleton_ComputeIsInside::bHighQuality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_CurrentPlayerViewpointOverride \ static_assert(alignof(RenderSettingsSingleton_CurrentPlayerViewpointOverride) == 0x000008, "Wrong alignment on RenderSettingsSingleton_CurrentPlayerViewpointOverride"); \ static_assert(sizeof(RenderSettingsSingleton_CurrentPlayerViewpointOverride) == 0x000010, "Wrong size on RenderSettingsSingleton_CurrentPlayerViewpointOverride"); \ static_assert(offsetof(RenderSettingsSingleton_CurrentPlayerViewpointOverride, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_CurrentPlayerViewpointOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_CurrentPlayerViewpointOverride, ReturnValue) == 0x000008, "Member 'RenderSettingsSingleton_CurrentPlayerViewpointOverride::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_CustomBlendDomainClearOverride \ static_assert(alignof(RenderSettingsSingleton_CustomBlendDomainClearOverride) == 0x000008, "Wrong alignment on RenderSettingsSingleton_CustomBlendDomainClearOverride"); \ static_assert(sizeof(RenderSettingsSingleton_CustomBlendDomainClearOverride) == 0x000010, "Wrong size on RenderSettingsSingleton_CustomBlendDomainClearOverride"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainClearOverride, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_CustomBlendDomainClearOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainClearOverride, CustomBlendDomainName) == 0x000008, "Member 'RenderSettingsSingleton_CustomBlendDomainClearOverride::CustomBlendDomainName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_CustomBlendDomainExists \ static_assert(alignof(RenderSettingsSingleton_CustomBlendDomainExists) == 0x000008, "Wrong alignment on RenderSettingsSingleton_CustomBlendDomainExists"); \ static_assert(sizeof(RenderSettingsSingleton_CustomBlendDomainExists) == 0x000018, "Wrong size on RenderSettingsSingleton_CustomBlendDomainExists"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainExists, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_CustomBlendDomainExists::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainExists, CustomBlendDomainName) == 0x000008, "Member 'RenderSettingsSingleton_CustomBlendDomainExists::CustomBlendDomainName' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainExists, bExists) == 0x000010, "Member 'RenderSettingsSingleton_CustomBlendDomainExists::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_CustomBlendDomainGet \ static_assert(alignof(RenderSettingsSingleton_CustomBlendDomainGet) == 0x000008, "Wrong alignment on RenderSettingsSingleton_CustomBlendDomainGet"); \ static_assert(sizeof(RenderSettingsSingleton_CustomBlendDomainGet) == 0x000018, "Wrong size on RenderSettingsSingleton_CustomBlendDomainGet"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainGet, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_CustomBlendDomainGet::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainGet, CustomBlendDomainName) == 0x000008, "Member 'RenderSettingsSingleton_CustomBlendDomainGet::CustomBlendDomainName' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainGet, Value) == 0x000010, "Member 'RenderSettingsSingleton_CustomBlendDomainGet::Value' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainGet, bExists) == 0x000014, "Member 'RenderSettingsSingleton_CustomBlendDomainGet::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_CustomBlendDomainGetBool \ static_assert(alignof(RenderSettingsSingleton_CustomBlendDomainGetBool) == 0x000008, "Wrong alignment on RenderSettingsSingleton_CustomBlendDomainGetBool"); \ static_assert(sizeof(RenderSettingsSingleton_CustomBlendDomainGetBool) == 0x000018, "Wrong size on RenderSettingsSingleton_CustomBlendDomainGetBool"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainGetBool, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_CustomBlendDomainGetBool::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainGetBool, CustomBlendDomainName) == 0x000008, "Member 'RenderSettingsSingleton_CustomBlendDomainGetBool::CustomBlendDomainName' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainGetBool, bValue) == 0x000010, "Member 'RenderSettingsSingleton_CustomBlendDomainGetBool::bValue' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainGetBool, bDefaultValue) == 0x000011, "Member 'RenderSettingsSingleton_CustomBlendDomainGetBool::bDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_CustomBlendDomainGetOverride \ static_assert(alignof(RenderSettingsSingleton_CustomBlendDomainGetOverride) == 0x000008, "Wrong alignment on RenderSettingsSingleton_CustomBlendDomainGetOverride"); \ static_assert(sizeof(RenderSettingsSingleton_CustomBlendDomainGetOverride) == 0x000018, "Wrong size on RenderSettingsSingleton_CustomBlendDomainGetOverride"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainGetOverride, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_CustomBlendDomainGetOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainGetOverride, CustomBlendDomainName) == 0x000008, "Member 'RenderSettingsSingleton_CustomBlendDomainGetOverride::CustomBlendDomainName' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainGetOverride, Value) == 0x000010, "Member 'RenderSettingsSingleton_CustomBlendDomainGetOverride::Value' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainGetOverride, bExists) == 0x000014, "Member 'RenderSettingsSingleton_CustomBlendDomainGetOverride::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_CustomBlendDomainHasOverride \ static_assert(alignof(RenderSettingsSingleton_CustomBlendDomainHasOverride) == 0x000008, "Wrong alignment on RenderSettingsSingleton_CustomBlendDomainHasOverride"); \ static_assert(sizeof(RenderSettingsSingleton_CustomBlendDomainHasOverride) == 0x000018, "Wrong size on RenderSettingsSingleton_CustomBlendDomainHasOverride"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainHasOverride, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_CustomBlendDomainHasOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainHasOverride, CustomBlendDomainName) == 0x000008, "Member 'RenderSettingsSingleton_CustomBlendDomainHasOverride::CustomBlendDomainName' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainHasOverride, bExists) == 0x000010, "Member 'RenderSettingsSingleton_CustomBlendDomainHasOverride::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_CustomBlendDomainSetOverride \ static_assert(alignof(RenderSettingsSingleton_CustomBlendDomainSetOverride) == 0x000008, "Wrong alignment on RenderSettingsSingleton_CustomBlendDomainSetOverride"); \ static_assert(sizeof(RenderSettingsSingleton_CustomBlendDomainSetOverride) == 0x000018, "Wrong size on RenderSettingsSingleton_CustomBlendDomainSetOverride"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainSetOverride, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_CustomBlendDomainSetOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainSetOverride, CustomBlendDomainName) == 0x000008, "Member 'RenderSettingsSingleton_CustomBlendDomainSetOverride::CustomBlendDomainName' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_CustomBlendDomainSetOverride, Value) == 0x000010, "Member 'RenderSettingsSingleton_CustomBlendDomainSetOverride::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_GetBestDirectionalLight \ static_assert(alignof(RenderSettingsSingleton_GetBestDirectionalLight) == 0x000008, "Wrong alignment on RenderSettingsSingleton_GetBestDirectionalLight"); \ static_assert(sizeof(RenderSettingsSingleton_GetBestDirectionalLight) == 0x000010, "Wrong size on RenderSettingsSingleton_GetBestDirectionalLight"); \ static_assert(offsetof(RenderSettingsSingleton_GetBestDirectionalLight, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_GetBestDirectionalLight::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetBestDirectionalLight, ReturnValue) == 0x000008, "Member 'RenderSettingsSingleton_GetBestDirectionalLight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_GetBlendDomainIndoors \ static_assert(alignof(RenderSettingsSingleton_GetBlendDomainIndoors) == 0x000008, "Wrong alignment on RenderSettingsSingleton_GetBlendDomainIndoors"); \ static_assert(sizeof(RenderSettingsSingleton_GetBlendDomainIndoors) == 0x000100, "Wrong size on RenderSettingsSingleton_GetBlendDomainIndoors"); \ static_assert(offsetof(RenderSettingsSingleton_GetBlendDomainIndoors, BlendDomainState) == 0x000000, "Member 'RenderSettingsSingleton_GetBlendDomainIndoors::BlendDomainState' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetBlendDomainIndoors, Indoors) == 0x0000F8, "Member 'RenderSettingsSingleton_GetBlendDomainIndoors::Indoors' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetBlendDomainIndoors, IndoorsType) == 0x0000FC, "Member 'RenderSettingsSingleton_GetBlendDomainIndoors::IndoorsType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_GetBlendDomainValue \ static_assert(alignof(RenderSettingsSingleton_GetBlendDomainValue) == 0x000008, "Wrong alignment on RenderSettingsSingleton_GetBlendDomainValue"); \ static_assert(sizeof(RenderSettingsSingleton_GetBlendDomainValue) == 0x000108, "Wrong size on RenderSettingsSingleton_GetBlendDomainValue"); \ static_assert(offsetof(RenderSettingsSingleton_GetBlendDomainValue, BlendDomainState) == 0x000000, "Member 'RenderSettingsSingleton_GetBlendDomainValue::BlendDomainState' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetBlendDomainValue, BlendDomain) == 0x0000F8, "Member 'RenderSettingsSingleton_GetBlendDomainValue::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetBlendDomainValue, Value) == 0x000100, "Member 'RenderSettingsSingleton_GetBlendDomainValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_GetBlendDomainValueBool \ static_assert(alignof(RenderSettingsSingleton_GetBlendDomainValueBool) == 0x000008, "Wrong alignment on RenderSettingsSingleton_GetBlendDomainValueBool"); \ static_assert(sizeof(RenderSettingsSingleton_GetBlendDomainValueBool) == 0x000108, "Wrong size on RenderSettingsSingleton_GetBlendDomainValueBool"); \ static_assert(offsetof(RenderSettingsSingleton_GetBlendDomainValueBool, BlendDomainState) == 0x000000, "Member 'RenderSettingsSingleton_GetBlendDomainValueBool::BlendDomainState' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetBlendDomainValueBool, BlendDomain) == 0x0000F8, "Member 'RenderSettingsSingleton_GetBlendDomainValueBool::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetBlendDomainValueBool, bValue) == 0x000100, "Member 'RenderSettingsSingleton_GetBlendDomainValueBool::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_GetCameraBlendDomain \ static_assert(alignof(RenderSettingsSingleton_GetCameraBlendDomain) == 0x000008, "Wrong alignment on RenderSettingsSingleton_GetCameraBlendDomain"); \ static_assert(sizeof(RenderSettingsSingleton_GetCameraBlendDomain) == 0x000100, "Wrong size on RenderSettingsSingleton_GetCameraBlendDomain"); \ static_assert(offsetof(RenderSettingsSingleton_GetCameraBlendDomain, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_GetCameraBlendDomain::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetCameraBlendDomain, BlendDomainState) == 0x000008, "Member 'RenderSettingsSingleton_GetCameraBlendDomain::BlendDomainState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_GetCameraIsInside \ static_assert(alignof(RenderSettingsSingleton_GetCameraIsInside) == 0x000008, "Wrong alignment on RenderSettingsSingleton_GetCameraIsInside"); \ static_assert(sizeof(RenderSettingsSingleton_GetCameraIsInside) == 0x000010, "Wrong size on RenderSettingsSingleton_GetCameraIsInside"); \ static_assert(offsetof(RenderSettingsSingleton_GetCameraIsInside, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_GetCameraIsInside::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetCameraIsInside, Indoors) == 0x000008, "Member 'RenderSettingsSingleton_GetCameraIsInside::Indoors' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetCameraIsInside, IndoorsType) == 0x00000C, "Member 'RenderSettingsSingleton_GetCameraIsInside::IndoorsType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_GetDayNight \ static_assert(alignof(RenderSettingsSingleton_GetDayNight) == 0x000008, "Wrong alignment on RenderSettingsSingleton_GetDayNight"); \ static_assert(sizeof(RenderSettingsSingleton_GetDayNight) == 0x000010, "Wrong size on RenderSettingsSingleton_GetDayNight"); \ static_assert(offsetof(RenderSettingsSingleton_GetDayNight, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_GetDayNight::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetDayNight, ReturnValue) == 0x000008, "Member 'RenderSettingsSingleton_GetDayNight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_GetFilteredIndoors \ static_assert(alignof(RenderSettingsSingleton_GetFilteredIndoors) == 0x000008, "Wrong alignment on RenderSettingsSingleton_GetFilteredIndoors"); \ static_assert(sizeof(RenderSettingsSingleton_GetFilteredIndoors) == 0x000010, "Wrong size on RenderSettingsSingleton_GetFilteredIndoors"); \ static_assert(offsetof(RenderSettingsSingleton_GetFilteredIndoors, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_GetFilteredIndoors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetFilteredIndoors, ReturnValue) == 0x000008, "Member 'RenderSettingsSingleton_GetFilteredIndoors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_GetIndoors \ static_assert(alignof(RenderSettingsSingleton_GetIndoors) == 0x000008, "Wrong alignment on RenderSettingsSingleton_GetIndoors"); \ static_assert(sizeof(RenderSettingsSingleton_GetIndoors) == 0x000010, "Wrong size on RenderSettingsSingleton_GetIndoors"); \ static_assert(offsetof(RenderSettingsSingleton_GetIndoors, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_GetIndoors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetIndoors, ReturnValue) == 0x000008, "Member 'RenderSettingsSingleton_GetIndoors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_GetOvercast \ static_assert(alignof(RenderSettingsSingleton_GetOvercast) == 0x000008, "Wrong alignment on RenderSettingsSingleton_GetOvercast"); \ static_assert(sizeof(RenderSettingsSingleton_GetOvercast) == 0x000010, "Wrong size on RenderSettingsSingleton_GetOvercast"); \ static_assert(offsetof(RenderSettingsSingleton_GetOvercast, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_GetOvercast::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetOvercast, ReturnValue) == 0x000008, "Member 'RenderSettingsSingleton_GetOvercast::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_GetPlayerBlendDomain \ static_assert(alignof(RenderSettingsSingleton_GetPlayerBlendDomain) == 0x000008, "Wrong alignment on RenderSettingsSingleton_GetPlayerBlendDomain"); \ static_assert(sizeof(RenderSettingsSingleton_GetPlayerBlendDomain) == 0x000100, "Wrong size on RenderSettingsSingleton_GetPlayerBlendDomain"); \ static_assert(offsetof(RenderSettingsSingleton_GetPlayerBlendDomain, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_GetPlayerBlendDomain::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetPlayerBlendDomain, BlendDomainState) == 0x000008, "Member 'RenderSettingsSingleton_GetPlayerBlendDomain::BlendDomainState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_GetPlayerIsInside \ static_assert(alignof(RenderSettingsSingleton_GetPlayerIsInside) == 0x000008, "Wrong alignment on RenderSettingsSingleton_GetPlayerIsInside"); \ static_assert(sizeof(RenderSettingsSingleton_GetPlayerIsInside) == 0x000010, "Wrong size on RenderSettingsSingleton_GetPlayerIsInside"); \ static_assert(offsetof(RenderSettingsSingleton_GetPlayerIsInside, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_GetPlayerIsInside::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetPlayerIsInside, Indoors) == 0x000008, "Member 'RenderSettingsSingleton_GetPlayerIsInside::Indoors' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetPlayerIsInside, IndoorsType) == 0x00000C, "Member 'RenderSettingsSingleton_GetPlayerIsInside::IndoorsType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_GetViewpointBlendDomain \ static_assert(alignof(RenderSettingsSingleton_GetViewpointBlendDomain) == 0x000008, "Wrong alignment on RenderSettingsSingleton_GetViewpointBlendDomain"); \ static_assert(sizeof(RenderSettingsSingleton_GetViewpointBlendDomain) == 0x000100, "Wrong size on RenderSettingsSingleton_GetViewpointBlendDomain"); \ static_assert(offsetof(RenderSettingsSingleton_GetViewpointBlendDomain, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_GetViewpointBlendDomain::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetViewpointBlendDomain, BlendDomainState) == 0x000008, "Member 'RenderSettingsSingleton_GetViewpointBlendDomain::BlendDomainState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_GetViewpointIsInside \ static_assert(alignof(RenderSettingsSingleton_GetViewpointIsInside) == 0x000008, "Wrong alignment on RenderSettingsSingleton_GetViewpointIsInside"); \ static_assert(sizeof(RenderSettingsSingleton_GetViewpointIsInside) == 0x000010, "Wrong size on RenderSettingsSingleton_GetViewpointIsInside"); \ static_assert(offsetof(RenderSettingsSingleton_GetViewpointIsInside, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_GetViewpointIsInside::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetViewpointIsInside, Indoors) == 0x000008, "Member 'RenderSettingsSingleton_GetViewpointIsInside::Indoors' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_GetViewpointIsInside, IndoorsType) == 0x00000C, "Member 'RenderSettingsSingleton_GetViewpointIsInside::IndoorsType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_HasPlayerViewpointOverride \ static_assert(alignof(RenderSettingsSingleton_HasPlayerViewpointOverride) == 0x000008, "Wrong alignment on RenderSettingsSingleton_HasPlayerViewpointOverride"); \ static_assert(sizeof(RenderSettingsSingleton_HasPlayerViewpointOverride) == 0x000018, "Wrong size on RenderSettingsSingleton_HasPlayerViewpointOverride"); \ static_assert(offsetof(RenderSettingsSingleton_HasPlayerViewpointOverride, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_HasPlayerViewpointOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_HasPlayerViewpointOverride, ViewpointOverrideOwner) == 0x000008, "Member 'RenderSettingsSingleton_HasPlayerViewpointOverride::ViewpointOverrideOwner' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_HasPlayerViewpointOverride, bExists) == 0x000010, "Member 'RenderSettingsSingleton_HasPlayerViewpointOverride::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_IsCameraIndoors \ static_assert(alignof(RenderSettingsSingleton_IsCameraIndoors) == 0x000008, "Wrong alignment on RenderSettingsSingleton_IsCameraIndoors"); \ static_assert(sizeof(RenderSettingsSingleton_IsCameraIndoors) == 0x000010, "Wrong size on RenderSettingsSingleton_IsCameraIndoors"); \ static_assert(offsetof(RenderSettingsSingleton_IsCameraIndoors, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_IsCameraIndoors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_IsCameraIndoors, Indoors0To1) == 0x000008, "Member 'RenderSettingsSingleton_IsCameraIndoors::Indoors0To1' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_IsCameraIndoors, bIsIndoors) == 0x00000C, "Member 'RenderSettingsSingleton_IsCameraIndoors::bIsIndoors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_IsPlayerIndoors \ static_assert(alignof(RenderSettingsSingleton_IsPlayerIndoors) == 0x000008, "Wrong alignment on RenderSettingsSingleton_IsPlayerIndoors"); \ static_assert(sizeof(RenderSettingsSingleton_IsPlayerIndoors) == 0x000010, "Wrong size on RenderSettingsSingleton_IsPlayerIndoors"); \ static_assert(offsetof(RenderSettingsSingleton_IsPlayerIndoors, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_IsPlayerIndoors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_IsPlayerIndoors, Indoors0To1) == 0x000008, "Member 'RenderSettingsSingleton_IsPlayerIndoors::Indoors0To1' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_IsPlayerIndoors, bIsIndoors) == 0x00000C, "Member 'RenderSettingsSingleton_IsPlayerIndoors::bIsIndoors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_PopPlayerViewpointOverride \ static_assert(alignof(RenderSettingsSingleton_PopPlayerViewpointOverride) == 0x000008, "Wrong alignment on RenderSettingsSingleton_PopPlayerViewpointOverride"); \ static_assert(sizeof(RenderSettingsSingleton_PopPlayerViewpointOverride) == 0x000010, "Wrong size on RenderSettingsSingleton_PopPlayerViewpointOverride"); \ static_assert(offsetof(RenderSettingsSingleton_PopPlayerViewpointOverride, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_PopPlayerViewpointOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_PopPlayerViewpointOverride, ViewpointOverrideOwner) == 0x000008, "Member 'RenderSettingsSingleton_PopPlayerViewpointOverride::ViewpointOverrideOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_PushPlayerViewpointOverride \ static_assert(alignof(RenderSettingsSingleton_PushPlayerViewpointOverride) == 0x000008, "Wrong alignment on RenderSettingsSingleton_PushPlayerViewpointOverride"); \ static_assert(sizeof(RenderSettingsSingleton_PushPlayerViewpointOverride) == 0x000018, "Wrong size on RenderSettingsSingleton_PushPlayerViewpointOverride"); \ static_assert(offsetof(RenderSettingsSingleton_PushPlayerViewpointOverride, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_PushPlayerViewpointOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_PushPlayerViewpointOverride, ViewpointOverrideOwner) == 0x000008, "Member 'RenderSettingsSingleton_PushPlayerViewpointOverride::ViewpointOverrideOwner' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_PushPlayerViewpointOverride, PostProcessingViewpointOverride) == 0x000010, "Member 'RenderSettingsSingleton_PushPlayerViewpointOverride::PostProcessingViewpointOverride' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_PushPlayerViewpointOverride, LerpAlpha) == 0x000014, "Member 'RenderSettingsSingleton_PushPlayerViewpointOverride::LerpAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_RenderSettingsGetDayNight \ static_assert(alignof(RenderSettingsSingleton_RenderSettingsGetDayNight) == 0x000008, "Wrong alignment on RenderSettingsSingleton_RenderSettingsGetDayNight"); \ static_assert(sizeof(RenderSettingsSingleton_RenderSettingsGetDayNight) == 0x000010, "Wrong size on RenderSettingsSingleton_RenderSettingsGetDayNight"); \ static_assert(offsetof(RenderSettingsSingleton_RenderSettingsGetDayNight, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_RenderSettingsGetDayNight::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_RenderSettingsGetDayNight, ReturnValue) == 0x000008, "Member 'RenderSettingsSingleton_RenderSettingsGetDayNight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_RenderSettingsGetIndoors \ static_assert(alignof(RenderSettingsSingleton_RenderSettingsGetIndoors) == 0x000008, "Wrong alignment on RenderSettingsSingleton_RenderSettingsGetIndoors"); \ static_assert(sizeof(RenderSettingsSingleton_RenderSettingsGetIndoors) == 0x000010, "Wrong size on RenderSettingsSingleton_RenderSettingsGetIndoors"); \ static_assert(offsetof(RenderSettingsSingleton_RenderSettingsGetIndoors, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_RenderSettingsGetIndoors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_RenderSettingsGetIndoors, IndoorsType) == 0x000008, "Member 'RenderSettingsSingleton_RenderSettingsGetIndoors::IndoorsType' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_RenderSettingsGetIndoors, ReturnValue) == 0x00000C, "Member 'RenderSettingsSingleton_RenderSettingsGetIndoors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsSingleton_RenderSettingsGetOvercast \ static_assert(alignof(RenderSettingsSingleton_RenderSettingsGetOvercast) == 0x000008, "Wrong alignment on RenderSettingsSingleton_RenderSettingsGetOvercast"); \ static_assert(sizeof(RenderSettingsSingleton_RenderSettingsGetOvercast) == 0x000010, "Wrong size on RenderSettingsSingleton_RenderSettingsGetOvercast"); \ static_assert(offsetof(RenderSettingsSingleton_RenderSettingsGetOvercast, WorldContextObject) == 0x000000, "Member 'RenderSettingsSingleton_RenderSettingsGetOvercast::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsSingleton_RenderSettingsGetOvercast, ReturnValue) == 0x000008, "Member 'RenderSettingsSingleton_RenderSettingsGetOvercast::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARenderSettingsSingleton \ static_assert(alignof(ARenderSettingsSingleton) == 0x000010, "Wrong alignment on ARenderSettingsSingleton"); \ static_assert(sizeof(ARenderSettingsSingleton) == 0x001030, "Wrong size on ARenderSettingsSingleton"); \ static_assert(offsetof(ARenderSettingsSingleton, DefaultPostProcessing) == 0x000250, "Member 'ARenderSettingsSingleton::DefaultPostProcessing' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, LightAdaptation) == 0x0002B0, "Member 'ARenderSettingsSingleton::LightAdaptation' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, bCreatedInInactiveWorld) == 0x000348, "Member 'ARenderSettingsSingleton::bCreatedInInactiveWorld' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, EnginePostProcessSettings) == 0x000350, "Member 'ARenderSettingsSingleton::EnginePostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, DefaultDistanceFog) == 0x000940, "Member 'ARenderSettingsSingleton::DefaultDistanceFog' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, DistanceFog) == 0x000B00, "Member 'ARenderSettingsSingleton::DistanceFog' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, DefaultEmissiveAdaptation) == 0x000B10, "Member 'ARenderSettingsSingleton::DefaultEmissiveAdaptation' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, EmissiveAdaptation) == 0x000BA0, "Member 'ARenderSettingsSingleton::EmissiveAdaptation' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, PlayerCentricViewpointOverrides) == 0x000C80, "Member 'ARenderSettingsSingleton::PlayerCentricViewpointOverrides' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, PlayerCentricPostProcessing) == 0x000C90, "Member 'ARenderSettingsSingleton::PlayerCentricPostProcessing' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, ViewpointState) == 0x000C98, "Member 'ARenderSettingsSingleton::ViewpointState' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, CameraState) == 0x000D90, "Member 'ARenderSettingsSingleton::CameraState' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, PlayerState) == 0x000E88, "Member 'ARenderSettingsSingleton::PlayerState' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, LastFrameExposure) == 0x000F80, "Member 'ARenderSettingsSingleton::LastFrameExposure' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, LastValidExposure) == 0x000FE8, "Member 'ARenderSettingsSingleton::LastValidExposure' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, ViewpointEye0Player1Lerp) == 0x001008, "Member 'ARenderSettingsSingleton::ViewpointEye0Player1Lerp' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, ActiveEditorViewport) == 0x00100C, "Member 'ARenderSettingsSingleton::ActiveEditorViewport' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, LastCameraCutFrame) == 0x001010, "Member 'ARenderSettingsSingleton::LastCameraCutFrame' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, LastExposureRenderCutFrame) == 0x001014, "Member 'ARenderSettingsSingleton::LastExposureRenderCutFrame' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, bInExposureRenderingCut) == 0x001018, "Member 'ARenderSettingsSingleton::bInExposureRenderingCut' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, bIsFixedExposure) == 0x001019, "Member 'ARenderSettingsSingleton::bIsFixedExposure' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsSingleton, DebugPostProcessComponent) == 0x001020, "Member 'ARenderSettingsSingleton::DebugPostProcessComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsComponent_SetCharacterLightRigAdjustments \ static_assert(alignof(RenderSettingsComponent_SetCharacterLightRigAdjustments) == 0x000004, "Wrong alignment on RenderSettingsComponent_SetCharacterLightRigAdjustments"); \ static_assert(sizeof(RenderSettingsComponent_SetCharacterLightRigAdjustments) == 0x00000C, "Wrong size on RenderSettingsComponent_SetCharacterLightRigAdjustments"); \ static_assert(offsetof(RenderSettingsComponent_SetCharacterLightRigAdjustments, NewCharacterLightRigAdjustments) == 0x000000, "Member 'RenderSettingsComponent_SetCharacterLightRigAdjustments::NewCharacterLightRigAdjustments' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsComponent_SetCharacterLightRigAdjustments, bEnable) == 0x000008, "Member 'RenderSettingsComponent_SetCharacterLightRigAdjustments::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsComponent_SetDistanceFog \ static_assert(alignof(RenderSettingsComponent_SetDistanceFog) == 0x000004, "Wrong alignment on RenderSettingsComponent_SetDistanceFog"); \ static_assert(sizeof(RenderSettingsComponent_SetDistanceFog) == 0x00000C, "Wrong size on RenderSettingsComponent_SetDistanceFog"); \ static_assert(offsetof(RenderSettingsComponent_SetDistanceFog, NewDistanceFog) == 0x000000, "Member 'RenderSettingsComponent_SetDistanceFog::NewDistanceFog' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsComponent_SetDistanceFog, bEnable) == 0x000008, "Member 'RenderSettingsComponent_SetDistanceFog::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsComponent_SetEmissiveAdaptation \ static_assert(alignof(RenderSettingsComponent_SetEmissiveAdaptation) == 0x000004, "Wrong alignment on RenderSettingsComponent_SetEmissiveAdaptation"); \ static_assert(sizeof(RenderSettingsComponent_SetEmissiveAdaptation) == 0x00000C, "Wrong size on RenderSettingsComponent_SetEmissiveAdaptation"); \ static_assert(offsetof(RenderSettingsComponent_SetEmissiveAdaptation, NewEmissiveAdaptation) == 0x000000, "Member 'RenderSettingsComponent_SetEmissiveAdaptation::NewEmissiveAdaptation' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsComponent_SetEmissiveAdaptation, bEnable) == 0x000008, "Member 'RenderSettingsComponent_SetEmissiveAdaptation::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsComponent_SetExposureTweak \ static_assert(alignof(RenderSettingsComponent_SetExposureTweak) == 0x000004, "Wrong alignment on RenderSettingsComponent_SetExposureTweak"); \ static_assert(sizeof(RenderSettingsComponent_SetExposureTweak) == 0x000008, "Wrong size on RenderSettingsComponent_SetExposureTweak"); \ static_assert(offsetof(RenderSettingsComponent_SetExposureTweak, NewExposureTweak) == 0x000000, "Member 'RenderSettingsComponent_SetExposureTweak::NewExposureTweak' has a wrong offset!"); \ static_assert(offsetof(RenderSettingsComponent_SetExposureTweak, bEnable) == 0x000004, "Member 'RenderSettingsComponent_SetExposureTweak::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsComponent_SetPostProcessing \ static_assert(alignof(RenderSettingsComponent_SetPostProcessing) == 0x000004, "Wrong alignment on RenderSettingsComponent_SetPostProcessing"); \ static_assert(sizeof(RenderSettingsComponent_SetPostProcessing) == 0x00005C, "Wrong size on RenderSettingsComponent_SetPostProcessing"); \ static_assert(offsetof(RenderSettingsComponent_SetPostProcessing, NewPostProcessing) == 0x000000, "Member 'RenderSettingsComponent_SetPostProcessing::NewPostProcessing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsComponent_SetPriority \ static_assert(alignof(RenderSettingsComponent_SetPriority) == 0x000004, "Wrong alignment on RenderSettingsComponent_SetPriority"); \ static_assert(sizeof(RenderSettingsComponent_SetPriority) == 0x000004, "Wrong size on RenderSettingsComponent_SetPriority"); \ static_assert(offsetof(RenderSettingsComponent_SetPriority, NewPriority) == 0x000000, "Member 'RenderSettingsComponent_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsComponent_UpdateCharacterLightRigAdjustments \ static_assert(alignof(RenderSettingsComponent_UpdateCharacterLightRigAdjustments) == 0x000008, "Wrong alignment on RenderSettingsComponent_UpdateCharacterLightRigAdjustments"); \ static_assert(sizeof(RenderSettingsComponent_UpdateCharacterLightRigAdjustments) == 0x000008, "Wrong size on RenderSettingsComponent_UpdateCharacterLightRigAdjustments"); \ static_assert(offsetof(RenderSettingsComponent_UpdateCharacterLightRigAdjustments, Library) == 0x000000, "Member 'RenderSettingsComponent_UpdateCharacterLightRigAdjustments::Library' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsComponent_UpdateDistanceFog \ static_assert(alignof(RenderSettingsComponent_UpdateDistanceFog) == 0x000008, "Wrong alignment on RenderSettingsComponent_UpdateDistanceFog"); \ static_assert(sizeof(RenderSettingsComponent_UpdateDistanceFog) == 0x000008, "Wrong size on RenderSettingsComponent_UpdateDistanceFog"); \ static_assert(offsetof(RenderSettingsComponent_UpdateDistanceFog, Library) == 0x000000, "Member 'RenderSettingsComponent_UpdateDistanceFog::Library' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsComponent_UpdateEmissiveAdaptation \ static_assert(alignof(RenderSettingsComponent_UpdateEmissiveAdaptation) == 0x000008, "Wrong alignment on RenderSettingsComponent_UpdateEmissiveAdaptation"); \ static_assert(sizeof(RenderSettingsComponent_UpdateEmissiveAdaptation) == 0x000008, "Wrong size on RenderSettingsComponent_UpdateEmissiveAdaptation"); \ static_assert(offsetof(RenderSettingsComponent_UpdateEmissiveAdaptation, Library) == 0x000000, "Member 'RenderSettingsComponent_UpdateEmissiveAdaptation::Library' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsComponent \ static_assert(alignof(URenderSettingsComponent) == 0x000010, "Wrong alignment on URenderSettingsComponent"); \ static_assert(sizeof(URenderSettingsComponent) == 0x000AE0, "Wrong size on URenderSettingsComponent"); \ static_assert(offsetof(URenderSettingsComponent, PostProcessing) == 0x000228, "Member 'URenderSettingsComponent::PostProcessing' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, EnginePostProcessSettings) == 0x000290, "Member 'URenderSettingsComponent::EnginePostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, ExposureTweak) == 0x000880, "Member 'URenderSettingsComponent::ExposureTweak' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, DistanceFog) == 0x000884, "Member 'URenderSettingsComponent::DistanceFog' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, DistanceFogOverrides) == 0x00088C, "Member 'URenderSettingsComponent::DistanceFogOverrides' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, CharacterLightRigAdjustments) == 0x0008AC, "Member 'URenderSettingsComponent::CharacterLightRigAdjustments' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, EmissiveAdaptation) == 0x0008B4, "Member 'URenderSettingsComponent::EmissiveAdaptation' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, IndoorsOutdoors) == 0x0008BC, "Member 'URenderSettingsComponent::IndoorsOutdoors' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, IndoorsType) == 0x0008BD, "Member 'URenderSettingsComponent::IndoorsType' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, DayNight) == 0x0008BE, "Member 'URenderSettingsComponent::DayNight' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, Overcast) == 0x0008BF, "Member 'URenderSettingsComponent::Overcast' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, LightingMode) == 0x0008C0, "Member 'URenderSettingsComponent::LightingMode' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, NormalizedTimeBlend) == 0x0008C8, "Member 'URenderSettingsComponent::NormalizedTimeBlend' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, IndoorsOutdoorsBlendCurve) == 0x0008D8, "Member 'URenderSettingsComponent::IndoorsOutdoorsBlendCurve' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, CustomBlends) == 0x0008E0, "Member 'URenderSettingsComponent::CustomBlends' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, Priority) == 0x0008F0, "Member 'URenderSettingsComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, BlendRadius) == 0x0008F4, "Member 'URenderSettingsComponent::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, BlendWeight) == 0x0008F8, "Member 'URenderSettingsComponent::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, DistanceFogData) == 0x000900, "Member 'URenderSettingsComponent::DistanceFogData' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsComponent, CharacterLightRigAdjustmentsData) == 0x000AC0, "Member 'URenderSettingsComponent::CharacterLightRigAdjustmentsData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsVolume_SetPriority \ static_assert(alignof(RenderSettingsVolume_SetPriority) == 0x000004, "Wrong alignment on RenderSettingsVolume_SetPriority"); \ static_assert(sizeof(RenderSettingsVolume_SetPriority) == 0x000004, "Wrong size on RenderSettingsVolume_SetPriority"); \ static_assert(offsetof(RenderSettingsVolume_SetPriority, NewPriority) == 0x000000, "Member 'RenderSettingsVolume_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsVolume_UpdateCharacterLightRigAdjustments \ static_assert(alignof(RenderSettingsVolume_UpdateCharacterLightRigAdjustments) == 0x000008, "Wrong alignment on RenderSettingsVolume_UpdateCharacterLightRigAdjustments"); \ static_assert(sizeof(RenderSettingsVolume_UpdateCharacterLightRigAdjustments) == 0x000008, "Wrong size on RenderSettingsVolume_UpdateCharacterLightRigAdjustments"); \ static_assert(offsetof(RenderSettingsVolume_UpdateCharacterLightRigAdjustments, Library) == 0x000000, "Member 'RenderSettingsVolume_UpdateCharacterLightRigAdjustments::Library' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsVolume_UpdateDistanceFog \ static_assert(alignof(RenderSettingsVolume_UpdateDistanceFog) == 0x000008, "Wrong alignment on RenderSettingsVolume_UpdateDistanceFog"); \ static_assert(sizeof(RenderSettingsVolume_UpdateDistanceFog) == 0x000008, "Wrong size on RenderSettingsVolume_UpdateDistanceFog"); \ static_assert(offsetof(RenderSettingsVolume_UpdateDistanceFog, Library) == 0x000000, "Member 'RenderSettingsVolume_UpdateDistanceFog::Library' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderSettingsVolume_UpdateEmissiveAdaptation \ static_assert(alignof(RenderSettingsVolume_UpdateEmissiveAdaptation) == 0x000008, "Wrong alignment on RenderSettingsVolume_UpdateEmissiveAdaptation"); \ static_assert(sizeof(RenderSettingsVolume_UpdateEmissiveAdaptation) == 0x000008, "Wrong size on RenderSettingsVolume_UpdateEmissiveAdaptation"); \ static_assert(offsetof(RenderSettingsVolume_UpdateEmissiveAdaptation, Library) == 0x000000, "Member 'RenderSettingsVolume_UpdateEmissiveAdaptation::Library' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARenderSettingsVolume \ static_assert(alignof(ARenderSettingsVolume) == 0x000010, "Wrong alignment on ARenderSettingsVolume"); \ static_assert(sizeof(ARenderSettingsVolume) == 0x000B40, "Wrong size on ARenderSettingsVolume"); \ static_assert(offsetof(ARenderSettingsVolume, PostProcessing) == 0x000290, "Member 'ARenderSettingsVolume::PostProcessing' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, DistanceFog) == 0x0002EC, "Member 'ARenderSettingsVolume::DistanceFog' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, DistanceFogOverrides) == 0x0002F4, "Member 'ARenderSettingsVolume::DistanceFogOverrides' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, CharacterLightRigAdjustments) == 0x000314, "Member 'ARenderSettingsVolume::CharacterLightRigAdjustments' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, EmissiveAdaptation) == 0x00031C, "Member 'ARenderSettingsVolume::EmissiveAdaptation' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, ExposureTweak) == 0x000324, "Member 'ARenderSettingsVolume::ExposureTweak' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, IndoorsOutdoors) == 0x000328, "Member 'ARenderSettingsVolume::IndoorsOutdoors' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, IndoorsType) == 0x000329, "Member 'ARenderSettingsVolume::IndoorsType' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, DayNight) == 0x00032A, "Member 'ARenderSettingsVolume::DayNight' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, Overcast) == 0x00032B, "Member 'ARenderSettingsVolume::Overcast' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, LightingMode) == 0x00032C, "Member 'ARenderSettingsVolume::LightingMode' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, NormalizedTimeBlend) == 0x000330, "Member 'ARenderSettingsVolume::NormalizedTimeBlend' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, IndoorsOutdoorsBlendCurve) == 0x000340, "Member 'ARenderSettingsVolume::IndoorsOutdoorsBlendCurve' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, CustomBlends) == 0x000348, "Member 'ARenderSettingsVolume::CustomBlends' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, Priority) == 0x000358, "Member 'ARenderSettingsVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, BlendRadius) == 0x00035C, "Member 'ARenderSettingsVolume::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, BlendWeight) == 0x000360, "Member 'ARenderSettingsVolume::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, EnginePostProcessSettings) == 0x000370, "Member 'ARenderSettingsVolume::EnginePostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, DistanceFogData) == 0x000960, "Member 'ARenderSettingsVolume::DistanceFogData' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsVolume, CharacterLightRigAdjustmentsData) == 0x000B20, "Member 'ARenderSettingsVolume::CharacterLightRigAdjustmentsData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARenderSettingsExposureVolume \ static_assert(alignof(ARenderSettingsExposureVolume) == 0x000010, "Wrong alignment on ARenderSettingsExposureVolume"); \ static_assert(sizeof(ARenderSettingsExposureVolume) == 0x0008D0, "Wrong size on ARenderSettingsExposureVolume"); \ static_assert(offsetof(ARenderSettingsExposureVolume, Exposure) == 0x0008C0, "Member 'ARenderSettingsExposureVolume::Exposure' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsExposureVolume, ExposureTweak) == 0x0008C8, "Member 'ARenderSettingsExposureVolume::ExposureTweak' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsExposureVolume, bExposureTweak) == 0x0008CC, "Member 'ARenderSettingsExposureVolume::bExposureTweak' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARenderSettingsExposureSpeedTransitionVolume \ static_assert(alignof(ARenderSettingsExposureSpeedTransitionVolume) == 0x000010, "Wrong alignment on ARenderSettingsExposureSpeedTransitionVolume"); \ static_assert(sizeof(ARenderSettingsExposureSpeedTransitionVolume) == 0x0008E0, "Wrong size on ARenderSettingsExposureSpeedTransitionVolume"); \ static_assert(offsetof(ARenderSettingsExposureSpeedTransitionVolume, BlendCurve) == 0x0008C0, "Member 'ARenderSettingsExposureSpeedTransitionVolume::BlendCurve' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsExposureSpeedTransitionVolume, SpeedUp) == 0x0008C8, "Member 'ARenderSettingsExposureSpeedTransitionVolume::SpeedUp' has a wrong offset!"); \ static_assert(offsetof(ARenderSettingsExposureSpeedTransitionVolume, SpeedDown) == 0x0008CC, "Member 'ARenderSettingsExposureSpeedTransitionVolume::SpeedDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARenderSettingsEmissiveAdapatationVolume \ static_assert(alignof(ARenderSettingsEmissiveAdapatationVolume) == 0x000008, "Wrong alignment on ARenderSettingsEmissiveAdapatationVolume"); \ static_assert(sizeof(ARenderSettingsEmissiveAdapatationVolume) == 0x000368, "Wrong size on ARenderSettingsEmissiveAdapatationVolume"); \ static_assert(offsetof(ARenderSettingsEmissiveAdapatationVolume, EmissiveAdaptation) == 0x0002D8, "Member 'ARenderSettingsEmissiveAdapatationVolume::EmissiveAdaptation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARenderSettingsEmissiveAdapatationExtrasVolume \ static_assert(alignof(ARenderSettingsEmissiveAdapatationExtrasVolume) == 0x000008, "Wrong alignment on ARenderSettingsEmissiveAdapatationExtrasVolume"); \ static_assert(sizeof(ARenderSettingsEmissiveAdapatationExtrasVolume) == 0x000318, "Wrong size on ARenderSettingsEmissiveAdapatationExtrasVolume"); \ static_assert(offsetof(ARenderSettingsEmissiveAdapatationExtrasVolume, EmissiveAdaptationExtras) == 0x0002D8, "Member 'ARenderSettingsEmissiveAdapatationExtrasVolume::EmissiveAdaptationExtras' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USimpleUpdatePumpComponent \ static_assert(alignof(USimpleUpdatePumpComponent) == 0x000008, "Wrong alignment on USimpleUpdatePumpComponent"); \ static_assert(sizeof(USimpleUpdatePumpComponent) == 0x0000E8, "Wrong size on USimpleUpdatePumpComponent"); \ static_assert(offsetof(USimpleUpdatePumpComponent, SimpleUpdatePumpMode) == 0x0000D0, "Member 'USimpleUpdatePumpComponent::SimpleUpdatePumpMode' has a wrong offset!"); \ static_assert(offsetof(USimpleUpdatePumpComponent, bSuspend) == 0x0000D1, "Member 'USimpleUpdatePumpComponent::bSuspend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_EQS_Creature_QueryContext_MoveTargetLocation_C_ProvideSingleLocation \ static_assert(alignof(BP_EQS_Creature_QueryContext_MoveTargetLocation_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on BP_EQS_Creature_QueryContext_MoveTargetLocation_C_ProvideSingleLocation"); \ static_assert(sizeof(BP_EQS_Creature_QueryContext_MoveTargetLocation_C_ProvideSingleLocation) == 0x000040, "Wrong size on BP_EQS_Creature_QueryContext_MoveTargetLocation_C_ProvideSingleLocation"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_MoveTargetLocation_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'BP_EQS_Creature_QueryContext_MoveTargetLocation_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_MoveTargetLocation_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'BP_EQS_Creature_QueryContext_MoveTargetLocation_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_MoveTargetLocation_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'BP_EQS_Creature_QueryContext_MoveTargetLocation_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_MoveTargetLocation_C_ProvideSingleLocation, CallFunc_MakeLiteralName_ReturnValue) == 0x00001C, "Member 'BP_EQS_Creature_QueryContext_MoveTargetLocation_C_ProvideSingleLocation::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_MoveTargetLocation_C_ProvideSingleLocation, CallFunc_GetBlackboard_ReturnValue) == 0x000028, "Member 'BP_EQS_Creature_QueryContext_MoveTargetLocation_C_ProvideSingleLocation::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_MoveTargetLocation_C_ProvideSingleLocation, CallFunc_GetValueAsVector_ReturnValue) == 0x000030, "Member 'BP_EQS_Creature_QueryContext_MoveTargetLocation_C_ProvideSingleLocation::CallFunc_GetValueAsVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_EQS_Creature_QueryContext_MoveTargetLocation_C \ static_assert(alignof(UBP_EQS_Creature_QueryContext_MoveTargetLocation_C) == 0x000008, "Wrong alignment on UBP_EQS_Creature_QueryContext_MoveTargetLocation_C"); \ static_assert(sizeof(UBP_EQS_Creature_QueryContext_MoveTargetLocation_C) == 0x000030, "Wrong size on UBP_EQS_Creature_QueryContext_MoveTargetLocation_C"); \ #define DUMPER7_ASSERTS_FAnimatedLightSettings \ static_assert(alignof(FAnimatedLightSettings) == 0x000004, "Wrong alignment on FAnimatedLightSettings"); \ static_assert(sizeof(FAnimatedLightSettings) == 0x000034, "Wrong size on FAnimatedLightSettings"); \ static_assert(offsetof(FAnimatedLightSettings, WaveSpeed1) == 0x000000, "Member 'FAnimatedLightSettings::WaveSpeed1' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightSettings, WaveSpeed2) == 0x000004, "Member 'FAnimatedLightSettings::WaveSpeed2' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightSettings, MinIntensity) == 0x000008, "Member 'FAnimatedLightSettings::MinIntensity' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightSettings, IntensityNoiseType) == 0x00000C, "Member 'FAnimatedLightSettings::IntensityNoiseType' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightSettings, IntensityNoiseSpeed) == 0x000010, "Member 'FAnimatedLightSettings::IntensityNoiseSpeed' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightSettings, IntensityNoiseFactor) == 0x000014, "Member 'FAnimatedLightSettings::IntensityNoiseFactor' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightSettings, HueNoiseType) == 0x000018, "Member 'FAnimatedLightSettings::HueNoiseType' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightSettings, HueNoiseSpeed) == 0x00001C, "Member 'FAnimatedLightSettings::HueNoiseSpeed' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightSettings, HueNoiseAmount) == 0x000020, "Member 'FAnimatedLightSettings::HueNoiseAmount' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightSettings, SaturationNoiseType) == 0x000024, "Member 'FAnimatedLightSettings::SaturationNoiseType' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightSettings, SaturationNoiseSpeed) == 0x000028, "Member 'FAnimatedLightSettings::SaturationNoiseSpeed' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightSettings, SaturationNoiseAmount) == 0x00002C, "Member 'FAnimatedLightSettings::SaturationNoiseAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimatedLightState \ static_assert(alignof(FAnimatedLightState) == 0x000004, "Wrong alignment on FAnimatedLightState"); \ static_assert(sizeof(FAnimatedLightState) == 0x000014, "Wrong size on FAnimatedLightState"); \ static_assert(offsetof(FAnimatedLightState, HueNoise) == 0x000000, "Member 'FAnimatedLightState::HueNoise' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightState, SaturationNoise) == 0x000004, "Member 'FAnimatedLightState::SaturationNoise' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightState, IntensityMod) == 0x000008, "Member 'FAnimatedLightState::IntensityMod' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightState, NoiseIntensity) == 0x00000C, "Member 'FAnimatedLightState::NoiseIntensity' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightState, IntensityNoiseFactor) == 0x000010, "Member 'FAnimatedLightState::IntensityNoiseFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimatedLightExtraParameter \ static_assert(alignof(FAnimatedLightExtraParameter) == 0x000004, "Wrong alignment on FAnimatedLightExtraParameter"); \ static_assert(sizeof(FAnimatedLightExtraParameter) == 0x00001C, "Wrong size on FAnimatedLightExtraParameter"); \ static_assert(offsetof(FAnimatedLightExtraParameter, Parameter) == 0x000000, "Member 'FAnimatedLightExtraParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightExtraParameter, ToleranceThreshold) == 0x000008, "Member 'FAnimatedLightExtraParameter::ToleranceThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightExtraParameter, Value) == 0x00000C, "Member 'FAnimatedLightExtraParameter::Value' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightExtraParameter, OutputIntensityUnits) == 0x00000D, "Member 'FAnimatedLightExtraParameter::OutputIntensityUnits' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightExtraParameter, DistanceMetersSuspend) == 0x000010, "Member 'FAnimatedLightExtraParameter::DistanceMetersSuspend' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightExtraParameter, DistanceMetersClose) == 0x000014, "Member 'FAnimatedLightExtraParameter::DistanceMetersClose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimatedLightExtraParameterRuntime \ static_assert(alignof(FAnimatedLightExtraParameterRuntime) == 0x000004, "Wrong alignment on FAnimatedLightExtraParameterRuntime"); \ static_assert(sizeof(FAnimatedLightExtraParameterRuntime) == 0x000054, "Wrong size on FAnimatedLightExtraParameterRuntime"); \ static_assert(offsetof(FAnimatedLightExtraParameterRuntime, Owner) == 0x00001C, "Member 'FAnimatedLightExtraParameterRuntime::Owner' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightExtraParameterRuntime, LastValue) == 0x000024, "Member 'FAnimatedLightExtraParameterRuntime::LastValue' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightExtraParameterRuntime, UnaffectedValue) == 0x000034, "Member 'FAnimatedLightExtraParameterRuntime::UnaffectedValue' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightExtraParameterRuntime, DistanceSquaredMetersSuspend) == 0x000044, "Member 'FAnimatedLightExtraParameterRuntime::DistanceSquaredMetersSuspend' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightExtraParameterRuntime, DistanceSquaredMetersNear) == 0x000048, "Member 'FAnimatedLightExtraParameterRuntime::DistanceSquaredMetersNear' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightExtraParameterRuntime, SleepFrames) == 0x00004C, "Member 'FAnimatedLightExtraParameterRuntime::SleepFrames' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightExtraParameterRuntime, bUnaffectedValueValid) == 0x000050, "Member 'FAnimatedLightExtraParameterRuntime::bUnaffectedValueValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimatedLightExtraNiagaraParameter \ static_assert(alignof(FAnimatedLightExtraNiagaraParameter) == 0x000004, "Wrong alignment on FAnimatedLightExtraNiagaraParameter"); \ static_assert(sizeof(FAnimatedLightExtraNiagaraParameter) == 0x000060, "Wrong size on FAnimatedLightExtraNiagaraParameter"); \ static_assert(offsetof(FAnimatedLightExtraNiagaraParameter, NiagaraComponent) == 0x000054, "Member 'FAnimatedLightExtraNiagaraParameter::NiagaraComponent' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightExtraNiagaraParameter, bInvalid) == 0x00005C, "Member 'FAnimatedLightExtraNiagaraParameter::bInvalid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimatedLightExtraSetupNiagaraParameter \ static_assert(alignof(FAnimatedLightExtraSetupNiagaraParameter) == 0x000008, "Wrong alignment on FAnimatedLightExtraSetupNiagaraParameter"); \ static_assert(sizeof(FAnimatedLightExtraSetupNiagaraParameter) == 0x000028, "Wrong size on FAnimatedLightExtraSetupNiagaraParameter"); \ static_assert(offsetof(FAnimatedLightExtraSetupNiagaraParameter, NiagaraComponent) == 0x000020, "Member 'FAnimatedLightExtraSetupNiagaraParameter::NiagaraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimatedLightExtraMaterialParameter \ static_assert(alignof(FAnimatedLightExtraMaterialParameter) == 0x000004, "Wrong alignment on FAnimatedLightExtraMaterialParameter"); \ static_assert(sizeof(FAnimatedLightExtraMaterialParameter) == 0x000060, "Wrong size on FAnimatedLightExtraMaterialParameter"); \ static_assert(offsetof(FAnimatedLightExtraMaterialParameter, Material) == 0x000054, "Member 'FAnimatedLightExtraMaterialParameter::Material' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightExtraMaterialParameter, ParameterIndex) == 0x00005C, "Member 'FAnimatedLightExtraMaterialParameter::ParameterIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimatedLightExtraSetupMaterialParameter \ static_assert(alignof(FAnimatedLightExtraSetupMaterialParameter) == 0x000008, "Wrong alignment on FAnimatedLightExtraSetupMaterialParameter"); \ static_assert(sizeof(FAnimatedLightExtraSetupMaterialParameter) == 0x000028, "Wrong size on FAnimatedLightExtraSetupMaterialParameter"); \ static_assert(offsetof(FAnimatedLightExtraSetupMaterialParameter, Material) == 0x000020, "Member 'FAnimatedLightExtraSetupMaterialParameter::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimatedLightExtraCachedLightSettings \ static_assert(alignof(FAnimatedLightExtraCachedLightSettings) == 0x000004, "Wrong alignment on FAnimatedLightExtraCachedLightSettings"); \ static_assert(sizeof(FAnimatedLightExtraCachedLightSettings) == 0x000008, "Wrong size on FAnimatedLightExtraCachedLightSettings"); \ static_assert(offsetof(FAnimatedLightExtraCachedLightSettings, IntensityUnits) == 0x000000, "Member 'FAnimatedLightExtraCachedLightSettings::IntensityUnits' has a wrong offset!"); \ static_assert(offsetof(FAnimatedLightExtraCachedLightSettings, CosHalfConeAngle) == 0x000004, "Member 'FAnimatedLightExtraCachedLightSettings::CosHalfConeAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimatedLightClusterComponent \ static_assert(alignof(UAnimatedLightClusterComponent) == 0x000010, "Wrong alignment on UAnimatedLightClusterComponent"); \ static_assert(sizeof(UAnimatedLightClusterComponent) == 0x000260, "Wrong size on UAnimatedLightClusterComponent"); \ static_assert(offsetof(UAnimatedLightClusterComponent, CullingSettings) == 0x000218, "Member 'UAnimatedLightClusterComponent::CullingSettings' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightClusterComponent, LightComponents) == 0x000220, "Member 'UAnimatedLightClusterComponent::LightComponents' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightClusterComponent, MaxVisibleDistance) == 0x000240, "Member 'UAnimatedLightClusterComponent::MaxVisibleDistance' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightClusterComponent, SleepDeltaTime) == 0x000244, "Member 'UAnimatedLightClusterComponent::SleepDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightClusterComponent, bCanForceUpdates) == 0x000258, "Member 'UAnimatedLightClusterComponent::bCanForceUpdates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimatedLightClusterComponentAuto \ static_assert(alignof(UAnimatedLightClusterComponentAuto) == 0x000010, "Wrong alignment on UAnimatedLightClusterComponentAuto"); \ static_assert(sizeof(UAnimatedLightClusterComponentAuto) == 0x000260, "Wrong size on UAnimatedLightClusterComponentAuto"); \ #define DUMPER7_ASSERTS_UAnimatedLightSettingsAsset \ static_assert(alignof(UAnimatedLightSettingsAsset) == 0x000008, "Wrong alignment on UAnimatedLightSettingsAsset"); \ static_assert(sizeof(UAnimatedLightSettingsAsset) == 0x000068, "Wrong size on UAnimatedLightSettingsAsset"); \ static_assert(offsetof(UAnimatedLightSettingsAsset, Settings) == 0x000030, "Member 'UAnimatedLightSettingsAsset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightComponentBase_EnableAnimatedLight \ static_assert(alignof(AnimatedLightComponentBase_EnableAnimatedLight) == 0x000001, "Wrong alignment on AnimatedLightComponentBase_EnableAnimatedLight"); \ static_assert(sizeof(AnimatedLightComponentBase_EnableAnimatedLight) == 0x000001, "Wrong size on AnimatedLightComponentBase_EnableAnimatedLight"); \ static_assert(offsetof(AnimatedLightComponentBase_EnableAnimatedLight, bEnable) == 0x000000, "Member 'AnimatedLightComponentBase_EnableAnimatedLight::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightComponentBase_IsAnimatedLightEnabled \ static_assert(alignof(AnimatedLightComponentBase_IsAnimatedLightEnabled) == 0x000001, "Wrong alignment on AnimatedLightComponentBase_IsAnimatedLightEnabled"); \ static_assert(sizeof(AnimatedLightComponentBase_IsAnimatedLightEnabled) == 0x000001, "Wrong size on AnimatedLightComponentBase_IsAnimatedLightEnabled"); \ static_assert(offsetof(AnimatedLightComponentBase_IsAnimatedLightEnabled, bIsEnabled) == 0x000000, "Member 'AnimatedLightComponentBase_IsAnimatedLightEnabled::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimatedLightComponentBase \ static_assert(alignof(UAnimatedLightComponentBase) == 0x000010, "Wrong alignment on UAnimatedLightComponentBase"); \ static_assert(sizeof(UAnimatedLightComponentBase) == 0x000270, "Wrong size on UAnimatedLightComponentBase"); \ static_assert(offsetof(UAnimatedLightComponentBase, StartOffset) == 0x000260, "Member 'UAnimatedLightComponentBase::StartOffset' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightComponentBase, DurationScale) == 0x000264, "Member 'UAnimatedLightComponentBase::DurationScale' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightComponentBase, Time) == 0x00026C, "Member 'UAnimatedLightComponentBase::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimatedLightComponent \ static_assert(alignof(UAnimatedLightComponent) == 0x000010, "Wrong alignment on UAnimatedLightComponent"); \ static_assert(sizeof(UAnimatedLightComponent) == 0x0002C0, "Wrong size on UAnimatedLightComponent"); \ static_assert(offsetof(UAnimatedLightComponent, ColorCurve_DEPRICATED) == 0x000270, "Member 'UAnimatedLightComponent::ColorCurve_DEPRICATED' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightComponent, IntensityCurve_DEPRICATED) == 0x000278, "Member 'UAnimatedLightComponent::IntensityCurve_DEPRICATED' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightComponent, WaveSpeed1) == 0x000280, "Member 'UAnimatedLightComponent::WaveSpeed1' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightComponent, WaveSpeed2) == 0x000284, "Member 'UAnimatedLightComponent::WaveSpeed2' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightComponent, MinIntensity) == 0x000288, "Member 'UAnimatedLightComponent::MinIntensity' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightComponent, IntensityNoiseType) == 0x00028C, "Member 'UAnimatedLightComponent::IntensityNoiseType' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightComponent, IntensityNoiseSpeed) == 0x000290, "Member 'UAnimatedLightComponent::IntensityNoiseSpeed' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightComponent, IntensityNoiseFactor) == 0x000294, "Member 'UAnimatedLightComponent::IntensityNoiseFactor' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightComponent, HueNoiseType) == 0x000298, "Member 'UAnimatedLightComponent::HueNoiseType' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightComponent, HueNoiseSpeed) == 0x00029C, "Member 'UAnimatedLightComponent::HueNoiseSpeed' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightComponent, HueNoiseAmount) == 0x0002A0, "Member 'UAnimatedLightComponent::HueNoiseAmount' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightComponent, SaturationNoiseType) == 0x0002A4, "Member 'UAnimatedLightComponent::SaturationNoiseType' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightComponent, SaturationNoiseSpeed) == 0x0002A8, "Member 'UAnimatedLightComponent::SaturationNoiseSpeed' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightComponent, SaturationNoiseAmount) == 0x0002AC, "Member 'UAnimatedLightComponent::SaturationNoiseAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimatedLightComponentLean \ static_assert(alignof(UAnimatedLightComponentLean) == 0x000010, "Wrong alignment on UAnimatedLightComponentLean"); \ static_assert(sizeof(UAnimatedLightComponentLean) == 0x000280, "Wrong size on UAnimatedLightComponentLean"); \ static_assert(offsetof(UAnimatedLightComponentLean, Settings) == 0x000270, "Member 'UAnimatedLightComponentLean::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimatedLightPluginSettings \ static_assert(alignof(UAnimatedLightPluginSettings) == 0x000008, "Wrong alignment on UAnimatedLightPluginSettings"); \ static_assert(sizeof(UAnimatedLightPluginSettings) == 0x000040, "Wrong size on UAnimatedLightPluginSettings"); \ static_assert(offsetof(UAnimatedLightPluginSettings, InOrderBuckets) == 0x000030, "Member 'UAnimatedLightPluginSettings::InOrderBuckets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimatedLightClusterComponentChildOfLight \ static_assert(alignof(UAnimatedLightClusterComponentChildOfLight) == 0x000010, "Wrong alignment on UAnimatedLightClusterComponentChildOfLight"); \ static_assert(sizeof(UAnimatedLightClusterComponentChildOfLight) == 0x000260, "Wrong size on UAnimatedLightClusterComponentChildOfLight"); \ #define DUMPER7_ASSERTS_UAnimatedLightWorldData \ static_assert(alignof(UAnimatedLightWorldData) == 0x000008, "Wrong alignment on UAnimatedLightWorldData"); \ static_assert(sizeof(UAnimatedLightWorldData) == 0x000120, "Wrong size on UAnimatedLightWorldData"); \ static_assert(offsetof(UAnimatedLightWorldData, Settings) == 0x000028, "Member 'UAnimatedLightWorldData::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightsAPI_AnimatedLightIsPaused \ static_assert(alignof(AnimatedLightsAPI_AnimatedLightIsPaused) == 0x000008, "Wrong alignment on AnimatedLightsAPI_AnimatedLightIsPaused"); \ static_assert(sizeof(AnimatedLightsAPI_AnimatedLightIsPaused) == 0x000020, "Wrong size on AnimatedLightsAPI_AnimatedLightIsPaused"); \ static_assert(offsetof(AnimatedLightsAPI_AnimatedLightIsPaused, WorldContextObject) == 0x000000, "Member 'AnimatedLightsAPI_AnimatedLightIsPaused::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_AnimatedLightIsPaused, LightComponent) == 0x000008, "Member 'AnimatedLightsAPI_AnimatedLightIsPaused::LightComponent' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_AnimatedLightIsPaused, PauseOwner) == 0x000010, "Member 'AnimatedLightsAPI_AnimatedLightIsPaused::PauseOwner' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_AnimatedLightIsPaused, bPaused) == 0x000018, "Member 'AnimatedLightsAPI_AnimatedLightIsPaused::bPaused' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_AnimatedLightIsPaused, ReturnValue) == 0x000019, "Member 'AnimatedLightsAPI_AnimatedLightIsPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightsAPI_GetAnimatedLightColor \ static_assert(alignof(AnimatedLightsAPI_GetAnimatedLightColor) == 0x000008, "Wrong alignment on AnimatedLightsAPI_GetAnimatedLightColor"); \ static_assert(sizeof(AnimatedLightsAPI_GetAnimatedLightColor) == 0x000020, "Wrong size on AnimatedLightsAPI_GetAnimatedLightColor"); \ static_assert(offsetof(AnimatedLightsAPI_GetAnimatedLightColor, light) == 0x000000, "Member 'AnimatedLightsAPI_GetAnimatedLightColor::light' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_GetAnimatedLightColor, Color) == 0x000008, "Member 'AnimatedLightsAPI_GetAnimatedLightColor::Color' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_GetAnimatedLightColor, bGetEvenIfNotAnimated) == 0x000018, "Member 'AnimatedLightsAPI_GetAnimatedLightColor::bGetEvenIfNotAnimated' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_GetAnimatedLightColor, ReturnValue) == 0x000019, "Member 'AnimatedLightsAPI_GetAnimatedLightColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightsAPI_GetAnimatedLightColorIntensity \ static_assert(alignof(AnimatedLightsAPI_GetAnimatedLightColorIntensity) == 0x000008, "Wrong alignment on AnimatedLightsAPI_GetAnimatedLightColorIntensity"); \ static_assert(sizeof(AnimatedLightsAPI_GetAnimatedLightColorIntensity) == 0x000020, "Wrong size on AnimatedLightsAPI_GetAnimatedLightColorIntensity"); \ static_assert(offsetof(AnimatedLightsAPI_GetAnimatedLightColorIntensity, light) == 0x000000, "Member 'AnimatedLightsAPI_GetAnimatedLightColorIntensity::light' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_GetAnimatedLightColorIntensity, Color) == 0x000008, "Member 'AnimatedLightsAPI_GetAnimatedLightColorIntensity::Color' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_GetAnimatedLightColorIntensity, Intensity) == 0x000018, "Member 'AnimatedLightsAPI_GetAnimatedLightColorIntensity::Intensity' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_GetAnimatedLightColorIntensity, bGetEvenIfNotAnimated) == 0x00001C, "Member 'AnimatedLightsAPI_GetAnimatedLightColorIntensity::bGetEvenIfNotAnimated' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_GetAnimatedLightColorIntensity, ReturnValue) == 0x00001D, "Member 'AnimatedLightsAPI_GetAnimatedLightColorIntensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightsAPI_GetAnimatedLightIntensity \ static_assert(alignof(AnimatedLightsAPI_GetAnimatedLightIntensity) == 0x000008, "Wrong alignment on AnimatedLightsAPI_GetAnimatedLightIntensity"); \ static_assert(sizeof(AnimatedLightsAPI_GetAnimatedLightIntensity) == 0x000010, "Wrong size on AnimatedLightsAPI_GetAnimatedLightIntensity"); \ static_assert(offsetof(AnimatedLightsAPI_GetAnimatedLightIntensity, light) == 0x000000, "Member 'AnimatedLightsAPI_GetAnimatedLightIntensity::light' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_GetAnimatedLightIntensity, Intensity) == 0x000008, "Member 'AnimatedLightsAPI_GetAnimatedLightIntensity::Intensity' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_GetAnimatedLightIntensity, bGetEvenIfNotAnimated) == 0x00000C, "Member 'AnimatedLightsAPI_GetAnimatedLightIntensity::bGetEvenIfNotAnimated' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_GetAnimatedLightIntensity, ReturnValue) == 0x00000D, "Member 'AnimatedLightsAPI_GetAnimatedLightIntensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightsAPI_IsAnimatedLight \ static_assert(alignof(AnimatedLightsAPI_IsAnimatedLight) == 0x000008, "Wrong alignment on AnimatedLightsAPI_IsAnimatedLight"); \ static_assert(sizeof(AnimatedLightsAPI_IsAnimatedLight) == 0x000010, "Wrong size on AnimatedLightsAPI_IsAnimatedLight"); \ static_assert(offsetof(AnimatedLightsAPI_IsAnimatedLight, light) == 0x000000, "Member 'AnimatedLightsAPI_IsAnimatedLight::light' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_IsAnimatedLight, bIsAnimatedLight) == 0x000008, "Member 'AnimatedLightsAPI_IsAnimatedLight::bIsAnimatedLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightsAPI_PauseAnimatedLight \ static_assert(alignof(AnimatedLightsAPI_PauseAnimatedLight) == 0x000008, "Wrong alignment on AnimatedLightsAPI_PauseAnimatedLight"); \ static_assert(sizeof(AnimatedLightsAPI_PauseAnimatedLight) == 0x000020, "Wrong size on AnimatedLightsAPI_PauseAnimatedLight"); \ static_assert(offsetof(AnimatedLightsAPI_PauseAnimatedLight, WorldContextObject) == 0x000000, "Member 'AnimatedLightsAPI_PauseAnimatedLight::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_PauseAnimatedLight, LightComponent) == 0x000008, "Member 'AnimatedLightsAPI_PauseAnimatedLight::LightComponent' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_PauseAnimatedLight, PauseOwner) == 0x000010, "Member 'AnimatedLightsAPI_PauseAnimatedLight::PauseOwner' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_PauseAnimatedLight, ReturnValue) == 0x000018, "Member 'AnimatedLightsAPI_PauseAnimatedLight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightsAPI_SetAnimatedLightColor \ static_assert(alignof(AnimatedLightsAPI_SetAnimatedLightColor) == 0x000008, "Wrong alignment on AnimatedLightsAPI_SetAnimatedLightColor"); \ static_assert(sizeof(AnimatedLightsAPI_SetAnimatedLightColor) == 0x000020, "Wrong size on AnimatedLightsAPI_SetAnimatedLightColor"); \ static_assert(offsetof(AnimatedLightsAPI_SetAnimatedLightColor, light) == 0x000000, "Member 'AnimatedLightsAPI_SetAnimatedLightColor::light' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_SetAnimatedLightColor, Color) == 0x000008, "Member 'AnimatedLightsAPI_SetAnimatedLightColor::Color' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_SetAnimatedLightColor, bSetEvenIfNotAnimated) == 0x000018, "Member 'AnimatedLightsAPI_SetAnimatedLightColor::bSetEvenIfNotAnimated' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_SetAnimatedLightColor, ReturnValue) == 0x000019, "Member 'AnimatedLightsAPI_SetAnimatedLightColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightsAPI_SetAnimatedLightColorIntensity \ static_assert(alignof(AnimatedLightsAPI_SetAnimatedLightColorIntensity) == 0x000008, "Wrong alignment on AnimatedLightsAPI_SetAnimatedLightColorIntensity"); \ static_assert(sizeof(AnimatedLightsAPI_SetAnimatedLightColorIntensity) == 0x000020, "Wrong size on AnimatedLightsAPI_SetAnimatedLightColorIntensity"); \ static_assert(offsetof(AnimatedLightsAPI_SetAnimatedLightColorIntensity, light) == 0x000000, "Member 'AnimatedLightsAPI_SetAnimatedLightColorIntensity::light' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_SetAnimatedLightColorIntensity, Color) == 0x000008, "Member 'AnimatedLightsAPI_SetAnimatedLightColorIntensity::Color' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_SetAnimatedLightColorIntensity, Intensity) == 0x000018, "Member 'AnimatedLightsAPI_SetAnimatedLightColorIntensity::Intensity' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_SetAnimatedLightColorIntensity, bSetEvenIfNotAnimated) == 0x00001C, "Member 'AnimatedLightsAPI_SetAnimatedLightColorIntensity::bSetEvenIfNotAnimated' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_SetAnimatedLightColorIntensity, ReturnValue) == 0x00001D, "Member 'AnimatedLightsAPI_SetAnimatedLightColorIntensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightsAPI_SetAnimatedLightIntensity \ static_assert(alignof(AnimatedLightsAPI_SetAnimatedLightIntensity) == 0x000008, "Wrong alignment on AnimatedLightsAPI_SetAnimatedLightIntensity"); \ static_assert(sizeof(AnimatedLightsAPI_SetAnimatedLightIntensity) == 0x000010, "Wrong size on AnimatedLightsAPI_SetAnimatedLightIntensity"); \ static_assert(offsetof(AnimatedLightsAPI_SetAnimatedLightIntensity, light) == 0x000000, "Member 'AnimatedLightsAPI_SetAnimatedLightIntensity::light' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_SetAnimatedLightIntensity, Intensity) == 0x000008, "Member 'AnimatedLightsAPI_SetAnimatedLightIntensity::Intensity' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_SetAnimatedLightIntensity, bSetEvenIfNotAnimated) == 0x00000C, "Member 'AnimatedLightsAPI_SetAnimatedLightIntensity::bSetEvenIfNotAnimated' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_SetAnimatedLightIntensity, ReturnValue) == 0x00000D, "Member 'AnimatedLightsAPI_SetAnimatedLightIntensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightsAPI_UnpauseAnimatedLight \ static_assert(alignof(AnimatedLightsAPI_UnpauseAnimatedLight) == 0x000008, "Wrong alignment on AnimatedLightsAPI_UnpauseAnimatedLight"); \ static_assert(sizeof(AnimatedLightsAPI_UnpauseAnimatedLight) == 0x000020, "Wrong size on AnimatedLightsAPI_UnpauseAnimatedLight"); \ static_assert(offsetof(AnimatedLightsAPI_UnpauseAnimatedLight, WorldContextObject) == 0x000000, "Member 'AnimatedLightsAPI_UnpauseAnimatedLight::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_UnpauseAnimatedLight, LightComponent) == 0x000008, "Member 'AnimatedLightsAPI_UnpauseAnimatedLight::LightComponent' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_UnpauseAnimatedLight, PauseOwner) == 0x000010, "Member 'AnimatedLightsAPI_UnpauseAnimatedLight::PauseOwner' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_UnpauseAnimatedLight, ReturnValue) == 0x000018, "Member 'AnimatedLightsAPI_UnpauseAnimatedLight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightsAPI_UnpauseAnimatedLights \ static_assert(alignof(AnimatedLightsAPI_UnpauseAnimatedLights) == 0x000008, "Wrong alignment on AnimatedLightsAPI_UnpauseAnimatedLights"); \ static_assert(sizeof(AnimatedLightsAPI_UnpauseAnimatedLights) == 0x000018, "Wrong size on AnimatedLightsAPI_UnpauseAnimatedLights"); \ static_assert(offsetof(AnimatedLightsAPI_UnpauseAnimatedLights, WorldContextObject) == 0x000000, "Member 'AnimatedLightsAPI_UnpauseAnimatedLights::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_UnpauseAnimatedLights, PauseOwner) == 0x000008, "Member 'AnimatedLightsAPI_UnpauseAnimatedLights::PauseOwner' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsAPI_UnpauseAnimatedLights, ReturnValue) == 0x000010, "Member 'AnimatedLightsAPI_UnpauseAnimatedLights::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimatedLightsAPI \ static_assert(alignof(UAnimatedLightsAPI) == 0x000008, "Wrong alignment on UAnimatedLightsAPI"); \ static_assert(sizeof(UAnimatedLightsAPI) == 0x000028, "Wrong size on UAnimatedLightsAPI"); \ #define DUMPER7_ASSERTS_AnimatedLightParametersComponentBase_SetEnabled \ static_assert(alignof(AnimatedLightParametersComponentBase_SetEnabled) == 0x000001, "Wrong alignment on AnimatedLightParametersComponentBase_SetEnabled"); \ static_assert(sizeof(AnimatedLightParametersComponentBase_SetEnabled) == 0x000001, "Wrong size on AnimatedLightParametersComponentBase_SetEnabled"); \ static_assert(offsetof(AnimatedLightParametersComponentBase_SetEnabled, bNewEnabled) == 0x000000, "Member 'AnimatedLightParametersComponentBase_SetEnabled::bNewEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimatedLightParametersComponentBase \ static_assert(alignof(UAnimatedLightParametersComponentBase) == 0x000010, "Wrong alignment on UAnimatedLightParametersComponentBase"); \ static_assert(sizeof(UAnimatedLightParametersComponentBase) == 0x000220, "Wrong size on UAnimatedLightParametersComponentBase"); \ static_assert(offsetof(UAnimatedLightParametersComponentBase, bEnabled) == 0x000218, "Member 'UAnimatedLightParametersComponentBase::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimatedLightParametersComponentAuto \ static_assert(alignof(UAnimatedLightParametersComponentAuto) == 0x000010, "Wrong alignment on UAnimatedLightParametersComponentAuto"); \ static_assert(sizeof(UAnimatedLightParametersComponentAuto) == 0x000230, "Wrong size on UAnimatedLightParametersComponentAuto"); \ static_assert(offsetof(UAnimatedLightParametersComponentAuto, ForceLightComponent) == 0x000220, "Member 'UAnimatedLightParametersComponentAuto::ForceLightComponent' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightParametersComponentAuto, bUseForceLightComponent) == 0x000228, "Member 'UAnimatedLightParametersComponentAuto::bUseForceLightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightParametersComponent_AddAnimatedLightMaterialParameter \ static_assert(alignof(AnimatedLightParametersComponent_AddAnimatedLightMaterialParameter) == 0x000008, "Wrong alignment on AnimatedLightParametersComponent_AddAnimatedLightMaterialParameter"); \ static_assert(sizeof(AnimatedLightParametersComponent_AddAnimatedLightMaterialParameter) == 0x000028, "Wrong size on AnimatedLightParametersComponent_AddAnimatedLightMaterialParameter"); \ static_assert(offsetof(AnimatedLightParametersComponent_AddAnimatedLightMaterialParameter, MaterialInstanceDynamic) == 0x000000, "Member 'AnimatedLightParametersComponent_AddAnimatedLightMaterialParameter::MaterialInstanceDynamic' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightParametersComponent_AddAnimatedLightMaterialParameter, Parameter) == 0x000008, "Member 'AnimatedLightParametersComponent_AddAnimatedLightMaterialParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightParametersComponent_AddAnimatedLightMaterialParameter, ReturnValue) == 0x000024, "Member 'AnimatedLightParametersComponent_AddAnimatedLightMaterialParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightParametersComponent_AddAnimatedLightMaterialParameters \ static_assert(alignof(AnimatedLightParametersComponent_AddAnimatedLightMaterialParameters) == 0x000008, "Wrong alignment on AnimatedLightParametersComponent_AddAnimatedLightMaterialParameters"); \ static_assert(sizeof(AnimatedLightParametersComponent_AddAnimatedLightMaterialParameters) == 0x000020, "Wrong size on AnimatedLightParametersComponent_AddAnimatedLightMaterialParameters"); \ static_assert(offsetof(AnimatedLightParametersComponent_AddAnimatedLightMaterialParameters, MaterialInstanceDynamic) == 0x000000, "Member 'AnimatedLightParametersComponent_AddAnimatedLightMaterialParameters::MaterialInstanceDynamic' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightParametersComponent_AddAnimatedLightMaterialParameters, ParameterList) == 0x000008, "Member 'AnimatedLightParametersComponent_AddAnimatedLightMaterialParameters::ParameterList' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightParametersComponent_AddAnimatedLightMaterialParameters, ReturnValue) == 0x000018, "Member 'AnimatedLightParametersComponent_AddAnimatedLightMaterialParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameter \ static_assert(alignof(AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameter) == 0x000008, "Wrong alignment on AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameter"); \ static_assert(sizeof(AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameter) == 0x000028, "Wrong size on AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameter"); \ static_assert(offsetof(AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameter, NiagaraComponent) == 0x000000, "Member 'AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameter::NiagaraComponent' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameter, Parameter) == 0x000008, "Member 'AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameter, ReturnValue) == 0x000024, "Member 'AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameters \ static_assert(alignof(AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameters) == 0x000008, "Wrong alignment on AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameters"); \ static_assert(sizeof(AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameters) == 0x000020, "Wrong size on AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameters"); \ static_assert(offsetof(AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameters, NiagaraComponent) == 0x000000, "Member 'AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameters::NiagaraComponent' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameters, ParameterList) == 0x000008, "Member 'AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameters::ParameterList' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameters, ReturnValue) == 0x000018, "Member 'AnimatedLightParametersComponent_AddAnimatedLightNiagaraParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameter \ static_assert(alignof(AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameter) == 0x000004, "Wrong alignment on AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameter"); \ static_assert(sizeof(AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameter) == 0x00000C, "Wrong size on AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameter"); \ static_assert(offsetof(AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameter, Parameter) == 0x000000, "Member 'AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameter, ReturnValue) == 0x000008, "Member 'AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameters \ static_assert(alignof(AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameters) == 0x000008, "Wrong alignment on AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameters"); \ static_assert(sizeof(AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameters) == 0x000010, "Wrong size on AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameters"); \ static_assert(offsetof(AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameters, MaterialInstanceDynamic) == 0x000000, "Member 'AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameters::MaterialInstanceDynamic' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameters, ReturnValue) == 0x000008, "Member 'AnimatedLightParametersComponent_RemoveAnimatedLightMaterialParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameter \ static_assert(alignof(AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameter) == 0x000004, "Wrong alignment on AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameter"); \ static_assert(sizeof(AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameter) == 0x00000C, "Wrong size on AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameter"); \ static_assert(offsetof(AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameter, Parameter) == 0x000000, "Member 'AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameter, ReturnValue) == 0x000008, "Member 'AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameters \ static_assert(alignof(AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameters) == 0x000008, "Wrong alignment on AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameters"); \ static_assert(sizeof(AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameters) == 0x000010, "Wrong size on AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameters"); \ static_assert(offsetof(AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameters, NiagaraComponent) == 0x000000, "Member 'AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameters::NiagaraComponent' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameters, ReturnValue) == 0x000008, "Member 'AnimatedLightParametersComponent_RemoveAnimatedLightNiagaraParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightParametersComponent_RemoveAnimatedLightParameter \ static_assert(alignof(AnimatedLightParametersComponent_RemoveAnimatedLightParameter) == 0x000004, "Wrong alignment on AnimatedLightParametersComponent_RemoveAnimatedLightParameter"); \ static_assert(sizeof(AnimatedLightParametersComponent_RemoveAnimatedLightParameter) == 0x00000C, "Wrong size on AnimatedLightParametersComponent_RemoveAnimatedLightParameter"); \ static_assert(offsetof(AnimatedLightParametersComponent_RemoveAnimatedLightParameter, Parameter) == 0x000000, "Member 'AnimatedLightParametersComponent_RemoveAnimatedLightParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightParametersComponent_RemoveAnimatedLightParameter, ReturnValue) == 0x000008, "Member 'AnimatedLightParametersComponent_RemoveAnimatedLightParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightParametersComponent_RemoveAnimatedLightParameters \ static_assert(alignof(AnimatedLightParametersComponent_RemoveAnimatedLightParameters) == 0x000001, "Wrong alignment on AnimatedLightParametersComponent_RemoveAnimatedLightParameters"); \ static_assert(sizeof(AnimatedLightParametersComponent_RemoveAnimatedLightParameters) == 0x000001, "Wrong size on AnimatedLightParametersComponent_RemoveAnimatedLightParameters"); \ static_assert(offsetof(AnimatedLightParametersComponent_RemoveAnimatedLightParameters, ReturnValue) == 0x000000, "Member 'AnimatedLightParametersComponent_RemoveAnimatedLightParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimatedLightParametersComponent \ static_assert(alignof(UAnimatedLightParametersComponent) == 0x000010, "Wrong alignment on UAnimatedLightParametersComponent"); \ static_assert(sizeof(UAnimatedLightParametersComponent) == 0x000250, "Wrong size on UAnimatedLightParametersComponent"); \ static_assert(offsetof(UAnimatedLightParametersComponent, MaterialParameters) == 0x000230, "Member 'UAnimatedLightParametersComponent::MaterialParameters' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightParametersComponent, NiagaraParameters) == 0x000240, "Member 'UAnimatedLightParametersComponent::NiagaraParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimatedLightsClusterSettings_SetRange \ static_assert(alignof(AnimatedLightsClusterSettings_SetRange) == 0x000004, "Wrong alignment on AnimatedLightsClusterSettings_SetRange"); \ static_assert(sizeof(AnimatedLightsClusterSettings_SetRange) == 0x000008, "Wrong size on AnimatedLightsClusterSettings_SetRange"); \ static_assert(offsetof(AnimatedLightsClusterSettings_SetRange, NewTickEveryFrameDistanceMeters) == 0x000000, "Member 'AnimatedLightsClusterSettings_SetRange::NewTickEveryFrameDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(AnimatedLightsClusterSettings_SetRange, NewSlowTickDistanceMeters) == 0x000004, "Member 'AnimatedLightsClusterSettings_SetRange::NewSlowTickDistanceMeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimatedLightsClusterSettings \ static_assert(alignof(UAnimatedLightsClusterSettings) == 0x000008, "Wrong alignment on UAnimatedLightsClusterSettings"); \ static_assert(sizeof(UAnimatedLightsClusterSettings) == 0x000058, "Wrong size on UAnimatedLightsClusterSettings"); \ static_assert(offsetof(UAnimatedLightsClusterSettings, TickEveryFrameDistanceMeters) == 0x000030, "Member 'UAnimatedLightsClusterSettings::TickEveryFrameDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightsClusterSettings, SlowTickDistanceMeters) == 0x000034, "Member 'UAnimatedLightsClusterSettings::SlowTickDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightsClusterSettings, SlowTickRateSeconds) == 0x000038, "Member 'UAnimatedLightsClusterSettings::SlowTickRateSeconds' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightsClusterSettings, MaxTickEveryFrameDistanceMeters) == 0x00003C, "Member 'UAnimatedLightsClusterSettings::MaxTickEveryFrameDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightsClusterSettings, MaxSlowTickDistanceMeters) == 0x000040, "Member 'UAnimatedLightsClusterSettings::MaxSlowTickDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightsClusterSettings, InverseRange) == 0x000044, "Member 'UAnimatedLightsClusterSettings::InverseRange' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightsClusterSettings, MaxInverseRange) == 0x000048, "Member 'UAnimatedLightsClusterSettings::MaxInverseRange' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightsClusterSettings, SlowTickInverseRange) == 0x00004C, "Member 'UAnimatedLightsClusterSettings::SlowTickInverseRange' has a wrong offset!"); \ static_assert(offsetof(UAnimatedLightsClusterSettings, bAutoScale) == 0x000050, "Member 'UAnimatedLightsClusterSettings::bAutoScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAnimatedLightsSingleton \ static_assert(alignof(AAnimatedLightsSingleton) == 0x000008, "Wrong alignment on AAnimatedLightsSingleton"); \ static_assert(sizeof(AAnimatedLightsSingleton) == 0x000250, "Wrong size on AAnimatedLightsSingleton"); \ static_assert(offsetof(AAnimatedLightsSingleton, WorldData) == 0x000248, "Member 'AAnimatedLightsSingleton::WorldData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_DGBG_Splat_BellyUp_C_ExecuteUbergraph_ABL_RCT_DGBG_Splat_BellyUp \ static_assert(alignof(ABL_RCT_DGBG_Splat_BellyUp_C_ExecuteUbergraph_ABL_RCT_DGBG_Splat_BellyUp) == 0x000008, "Wrong alignment on ABL_RCT_DGBG_Splat_BellyUp_C_ExecuteUbergraph_ABL_RCT_DGBG_Splat_BellyUp"); \ static_assert(sizeof(ABL_RCT_DGBG_Splat_BellyUp_C_ExecuteUbergraph_ABL_RCT_DGBG_Splat_BellyUp) == 0x000030, "Wrong size on ABL_RCT_DGBG_Splat_BellyUp_C_ExecuteUbergraph_ABL_RCT_DGBG_Splat_BellyUp"); \ static_assert(offsetof(ABL_RCT_DGBG_Splat_BellyUp_C_ExecuteUbergraph_ABL_RCT_DGBG_Splat_BellyUp, EntryPoint) == 0x000000, "Member 'ABL_RCT_DGBG_Splat_BellyUp_C_ExecuteUbergraph_ABL_RCT_DGBG_Splat_BellyUp::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_DGBG_Splat_BellyUp_C_ExecuteUbergraph_ABL_RCT_DGBG_Splat_BellyUp, CallFunc_MakeLiteralGameplayTag_ReturnValue) == 0x000004, "Member 'ABL_RCT_DGBG_Splat_BellyUp_C_ExecuteUbergraph_ABL_RCT_DGBG_Splat_BellyUp::CallFunc_MakeLiteralGameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_DGBG_Splat_BellyUp_C_ExecuteUbergraph_ABL_RCT_DGBG_Splat_BellyUp, K2Node_Event_Context) == 0x000010, "Member 'ABL_RCT_DGBG_Splat_BellyUp_C_ExecuteUbergraph_ABL_RCT_DGBG_Splat_BellyUp::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_DGBG_Splat_BellyUp_C_ExecuteUbergraph_ABL_RCT_DGBG_Splat_BellyUp, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'ABL_RCT_DGBG_Splat_BellyUp_C_ExecuteUbergraph_ABL_RCT_DGBG_Splat_BellyUp::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_DGBG_Splat_BellyUp_C_ExecuteUbergraph_ABL_RCT_DGBG_Splat_BellyUp, K2Node_DynamicCast_AsBP_Enemy_Character) == 0x000020, "Member 'ABL_RCT_DGBG_Splat_BellyUp_C_ExecuteUbergraph_ABL_RCT_DGBG_Splat_BellyUp::K2Node_DynamicCast_AsBP_Enemy_Character' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_DGBG_Splat_BellyUp_C_ExecuteUbergraph_ABL_RCT_DGBG_Splat_BellyUp, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABL_RCT_DGBG_Splat_BellyUp_C_ExecuteUbergraph_ABL_RCT_DGBG_Splat_BellyUp::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_DGBG_Splat_BellyUp_C_OnAbilityStart \ static_assert(alignof(ABL_RCT_DGBG_Splat_BellyUp_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_RCT_DGBG_Splat_BellyUp_C_OnAbilityStart"); \ static_assert(sizeof(ABL_RCT_DGBG_Splat_BellyUp_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_RCT_DGBG_Splat_BellyUp_C_OnAbilityStart"); \ static_assert(offsetof(ABL_RCT_DGBG_Splat_BellyUp_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_RCT_DGBG_Splat_BellyUp_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_DGBG_Splat_BellyUp_C \ static_assert(alignof(UABL_RCT_DGBG_Splat_BellyUp_C) == 0x000008, "Wrong alignment on UABL_RCT_DGBG_Splat_BellyUp_C"); \ static_assert(sizeof(UABL_RCT_DGBG_Splat_BellyUp_C) == 0x0000E8, "Wrong size on UABL_RCT_DGBG_Splat_BellyUp_C"); \ static_assert(offsetof(UABL_RCT_DGBG_Splat_BellyUp_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_RCT_DGBG_Splat_BellyUp_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsLightDirection \ static_assert(alignof(FEnvironmentalGlobalsLightDirection) == 0x000004, "Wrong alignment on FEnvironmentalGlobalsLightDirection"); \ static_assert(sizeof(FEnvironmentalGlobalsLightDirection) == 0x000050, "Wrong size on FEnvironmentalGlobalsLightDirection"); \ static_assert(offsetof(FEnvironmentalGlobalsLightDirection, Direction) == 0x000000, "Member 'FEnvironmentalGlobalsLightDirection::Direction' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsLightDirection, Rotator) == 0x00000C, "Member 'FEnvironmentalGlobalsLightDirection::Rotator' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsLightDirection, AzimuthDegrees) == 0x000018, "Member 'FEnvironmentalGlobalsLightDirection::AzimuthDegrees' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsLightDirection, AltitudeDegrees) == 0x00001C, "Member 'FEnvironmentalGlobalsLightDirection::AltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsLightDirection, UnitIntensity) == 0x000020, "Member 'FEnvironmentalGlobalsLightDirection::UnitIntensity' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsLightDirection, Intensity) == 0x000024, "Member 'FEnvironmentalGlobalsLightDirection::Intensity' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsLightDirection, AtmosphericIntensity) == 0x000028, "Member 'FEnvironmentalGlobalsLightDirection::AtmosphericIntensity' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsLightDirection, Color) == 0x00002C, "Member 'FEnvironmentalGlobalsLightDirection::Color' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsLightDirection, AtmosphericColor) == 0x00003C, "Member 'FEnvironmentalGlobalsLightDirection::AtmosphericColor' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsLightDirection, bInferredFromWorld) == 0x00004C, "Member 'FEnvironmentalGlobalsLightDirection::bInferredFromWorld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsExtraScalarVariable \ static_assert(alignof(FEnvironmentalGlobalsExtraScalarVariable) == 0x000004, "Wrong alignment on FEnvironmentalGlobalsExtraScalarVariable"); \ static_assert(sizeof(FEnvironmentalGlobalsExtraScalarVariable) == 0x00000C, "Wrong size on FEnvironmentalGlobalsExtraScalarVariable"); \ static_assert(offsetof(FEnvironmentalGlobalsExtraScalarVariable, Name) == 0x000000, "Member 'FEnvironmentalGlobalsExtraScalarVariable::Name' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsExtraScalarVariable, Value) == 0x000008, "Member 'FEnvironmentalGlobalsExtraScalarVariable::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsExtraColorVariable \ static_assert(alignof(FEnvironmentalGlobalsExtraColorVariable) == 0x000004, "Wrong alignment on FEnvironmentalGlobalsExtraColorVariable"); \ static_assert(sizeof(FEnvironmentalGlobalsExtraColorVariable) == 0x000018, "Wrong size on FEnvironmentalGlobalsExtraColorVariable"); \ static_assert(offsetof(FEnvironmentalGlobalsExtraColorVariable, Name) == 0x000000, "Member 'FEnvironmentalGlobalsExtraColorVariable::Name' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsExtraColorVariable, Value) == 0x000008, "Member 'FEnvironmentalGlobalsExtraColorVariable::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsExtraVectorVariable \ static_assert(alignof(FEnvironmentalGlobalsExtraVectorVariable) == 0x000004, "Wrong alignment on FEnvironmentalGlobalsExtraVectorVariable"); \ static_assert(sizeof(FEnvironmentalGlobalsExtraVectorVariable) == 0x000014, "Wrong size on FEnvironmentalGlobalsExtraVectorVariable"); \ static_assert(offsetof(FEnvironmentalGlobalsExtraVectorVariable, Name) == 0x000000, "Member 'FEnvironmentalGlobalsExtraVectorVariable::Name' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsExtraVectorVariable, Value) == 0x000008, "Member 'FEnvironmentalGlobalsExtraVectorVariable::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsExtraVariables \ static_assert(alignof(FEnvironmentalGlobalsExtraVariables) == 0x000008, "Wrong alignment on FEnvironmentalGlobalsExtraVariables"); \ static_assert(sizeof(FEnvironmentalGlobalsExtraVariables) == 0x000030, "Wrong size on FEnvironmentalGlobalsExtraVariables"); \ static_assert(offsetof(FEnvironmentalGlobalsExtraVariables, Scalars) == 0x000000, "Member 'FEnvironmentalGlobalsExtraVariables::Scalars' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsExtraVariables, Colors) == 0x000010, "Member 'FEnvironmentalGlobalsExtraVariables::Colors' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsExtraVariables, Vectors) == 0x000020, "Member 'FEnvironmentalGlobalsExtraVariables::Vectors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsPositionOrientation \ static_assert(alignof(FEnvironmentalGlobalsPositionOrientation) == 0x000010, "Wrong alignment on FEnvironmentalGlobalsPositionOrientation"); \ static_assert(sizeof(FEnvironmentalGlobalsPositionOrientation) == 0x000060, "Wrong size on FEnvironmentalGlobalsPositionOrientation"); \ static_assert(offsetof(FEnvironmentalGlobalsPositionOrientation, Position) == 0x000010, "Member 'FEnvironmentalGlobalsPositionOrientation::Position' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsPositionOrientation, Rotation) == 0x000020, "Member 'FEnvironmentalGlobalsPositionOrientation::Rotation' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsPositionOrientation, Direction) == 0x000030, "Member 'FEnvironmentalGlobalsPositionOrientation::Direction' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsPositionOrientation, Up) == 0x00003C, "Member 'FEnvironmentalGlobalsPositionOrientation::Up' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsPositionOrientation, Right) == 0x000048, "Member 'FEnvironmentalGlobalsPositionOrientation::Right' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsPositionOrientationVelocity \ static_assert(alignof(FEnvironmentalGlobalsPositionOrientationVelocity) == 0x000010, "Wrong alignment on FEnvironmentalGlobalsPositionOrientationVelocity"); \ static_assert(sizeof(FEnvironmentalGlobalsPositionOrientationVelocity) == 0x000080, "Wrong size on FEnvironmentalGlobalsPositionOrientationVelocity"); \ static_assert(offsetof(FEnvironmentalGlobalsPositionOrientationVelocity, Velocity) == 0x000058, "Member 'FEnvironmentalGlobalsPositionOrientationVelocity::Velocity' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsPositionOrientationVelocity, VelocityDir) == 0x000064, "Member 'FEnvironmentalGlobalsPositionOrientationVelocity::VelocityDir' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsPositionOrientationVelocity, Speed) == 0x000070, "Member 'FEnvironmentalGlobalsPositionOrientationVelocity::Speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsLastFrameExposure \ static_assert(alignof(FEnvironmentalGlobalsLastFrameExposure) == 0x000004, "Wrong alignment on FEnvironmentalGlobalsLastFrameExposure"); \ static_assert(sizeof(FEnvironmentalGlobalsLastFrameExposure) == 0x00000C, "Wrong size on FEnvironmentalGlobalsLastFrameExposure"); \ static_assert(offsetof(FEnvironmentalGlobalsLastFrameExposure, AverageLuminance) == 0x000000, "Member 'FEnvironmentalGlobalsLastFrameExposure::AverageLuminance' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsLastFrameExposure, AutoExposure) == 0x000004, "Member 'FEnvironmentalGlobalsLastFrameExposure::AutoExposure' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsLastFrameExposure, Brightness) == 0x000008, "Member 'FEnvironmentalGlobalsLastFrameExposure::Brightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsSeasonLerp \ static_assert(alignof(FEnvironmentalGlobalsSeasonLerp) == 0x000004, "Wrong alignment on FEnvironmentalGlobalsSeasonLerp"); \ static_assert(sizeof(FEnvironmentalGlobalsSeasonLerp) == 0x000010, "Wrong size on FEnvironmentalGlobalsSeasonLerp"); \ static_assert(offsetof(FEnvironmentalGlobalsSeasonLerp, Season) == 0x000000, "Member 'FEnvironmentalGlobalsSeasonLerp::Season' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsSeasonLerp, Phases) == 0x000004, "Member 'FEnvironmentalGlobalsSeasonLerp::Phases' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsSeasonLerp, Phase) == 0x000008, "Member 'FEnvironmentalGlobalsSeasonLerp::Phase' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsSeasonLerp, Lerp) == 0x00000C, "Member 'FEnvironmentalGlobalsSeasonLerp::Lerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobals \ static_assert(alignof(FEnvironmentalGlobals) == 0x000010, "Wrong alignment on FEnvironmentalGlobals"); \ static_assert(sizeof(FEnvironmentalGlobals) == 0x0002A0, "Wrong size on FEnvironmentalGlobals"); \ static_assert(offsetof(FEnvironmentalGlobals, DayNight) == 0x000000, "Member 'FEnvironmentalGlobals::DayNight' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, DayNightLerp) == 0x000004, "Member 'FEnvironmentalGlobals::DayNightLerp' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, Day) == 0x000008, "Member 'FEnvironmentalGlobals::Day' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, Night) == 0x00000C, "Member 'FEnvironmentalGlobals::Night' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, SunDirection) == 0x000010, "Member 'FEnvironmentalGlobals::SunDirection' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, MoonDirection) == 0x000060, "Member 'FEnvironmentalGlobals::MoonDirection' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, LightDirection) == 0x0000B0, "Member 'FEnvironmentalGlobals::LightDirection' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, DirectionalLightMode) == 0x000100, "Member 'FEnvironmentalGlobals::DirectionalLightMode' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, bDualDirectionalLightMode) == 0x000101, "Member 'FEnvironmentalGlobals::bDualDirectionalLightMode' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, Camera) == 0x000110, "Member 'FEnvironmentalGlobals::Camera' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, Player) == 0x000190, "Member 'FEnvironmentalGlobals::Player' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, CameraEyeIndoors) == 0x000210, "Member 'FEnvironmentalGlobals::CameraEyeIndoors' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, CameraEyeProbeIndoors) == 0x000214, "Member 'FEnvironmentalGlobals::CameraEyeProbeIndoors' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, CameraEyeWeatherIndoors) == 0x000218, "Member 'FEnvironmentalGlobals::CameraEyeWeatherIndoors' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, CameraEyeAudioIndoors) == 0x00021C, "Member 'FEnvironmentalGlobals::CameraEyeAudioIndoors' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, CameraEyeStreamingIndoors) == 0x000220, "Member 'FEnvironmentalGlobals::CameraEyeStreamingIndoors' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, Overcast) == 0x000224, "Member 'FEnvironmentalGlobals::Overcast' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, DateTime) == 0x000228, "Member 'FEnvironmentalGlobals::DateTime' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, NormalizedDateTime) == 0x000230, "Member 'FEnvironmentalGlobals::NormalizedDateTime' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, LightsOnMask) == 0x000238, "Member 'FEnvironmentalGlobals::LightsOnMask' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, LastFrameExposure) == 0x000240, "Member 'FEnvironmentalGlobals::LastFrameExposure' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, SeasonLerp) == 0x00024C, "Member 'FEnvironmentalGlobals::SeasonLerp' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, OverrideSeasonLerp) == 0x00025C, "Member 'FEnvironmentalGlobals::OverrideSeasonLerp' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobals, Extras) == 0x000270, "Member 'FEnvironmentalGlobals::Extras' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsSeason \ static_assert(alignof(FEnvironmentalGlobalsSeason) == 0x000004, "Wrong alignment on FEnvironmentalGlobalsSeason"); \ static_assert(sizeof(FEnvironmentalGlobalsSeason) == 0x000024, "Wrong size on FEnvironmentalGlobalsSeason"); \ static_assert(offsetof(FEnvironmentalGlobalsSeason, SeasonSmooth) == 0x000010, "Member 'FEnvironmentalGlobalsSeason::SeasonSmooth' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsSeason, FallSmooth) == 0x000014, "Member 'FEnvironmentalGlobalsSeason::FallSmooth' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsSeason, WinterSmooth) == 0x000018, "Member 'FEnvironmentalGlobalsSeason::WinterSmooth' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsSeason, SpringSmooth) == 0x00001C, "Member 'FEnvironmentalGlobalsSeason::SpringSmooth' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsSeason, SummerSmooth) == 0x000020, "Member 'FEnvironmentalGlobalsSeason::SummerSmooth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsIndoors \ static_assert(alignof(FEnvironmentalGlobalsIndoors) == 0x000004, "Wrong alignment on FEnvironmentalGlobalsIndoors"); \ static_assert(sizeof(FEnvironmentalGlobalsIndoors) == 0x000018, "Wrong size on FEnvironmentalGlobalsIndoors"); \ static_assert(offsetof(FEnvironmentalGlobalsIndoors, GameIndoors) == 0x000000, "Member 'FEnvironmentalGlobalsIndoors::GameIndoors' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsIndoors, ProbeIndoors) == 0x000004, "Member 'FEnvironmentalGlobalsIndoors::ProbeIndoors' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsIndoors, WeatherIndoors) == 0x000008, "Member 'FEnvironmentalGlobalsIndoors::WeatherIndoors' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsIndoors, AudioIndoors) == 0x00000C, "Member 'FEnvironmentalGlobalsIndoors::AudioIndoors' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsIndoors, StreamingIndoors) == 0x000010, "Member 'FEnvironmentalGlobalsIndoors::StreamingIndoors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsVelocityTracker \ static_assert(alignof(FEnvironmentalGlobalsVelocityTracker) == 0x000004, "Wrong alignment on FEnvironmentalGlobalsVelocityTracker"); \ static_assert(sizeof(FEnvironmentalGlobalsVelocityTracker) == 0x000030, "Wrong size on FEnvironmentalGlobalsVelocityTracker"); \ static_assert(offsetof(FEnvironmentalGlobalsVelocityTracker, VelocityDirection) == 0x000000, "Member 'FEnvironmentalGlobalsVelocityTracker::VelocityDirection' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsVelocityTracker, Speed) == 0x00000C, "Member 'FEnvironmentalGlobalsVelocityTracker::Speed' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsVelocityTracker, AngularVelocity) == 0x000010, "Member 'FEnvironmentalGlobalsVelocityTracker::AngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsVelocityTracker, LastPosition) == 0x000014, "Member 'FEnvironmentalGlobalsVelocityTracker::LastPosition' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsVelocityTracker, LastForward) == 0x000020, "Member 'FEnvironmentalGlobalsVelocityTracker::LastForward' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsVelocityTracker, bInitialized) == 0x00002C, "Member 'FEnvironmentalGlobalsVelocityTracker::bInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsDropdownName \ static_assert(alignof(FEnvironmentalGlobalsDropdownName) == 0x000008, "Wrong alignment on FEnvironmentalGlobalsDropdownName"); \ static_assert(sizeof(FEnvironmentalGlobalsDropdownName) == 0x000010, "Wrong size on FEnvironmentalGlobalsDropdownName"); \ static_assert(offsetof(FEnvironmentalGlobalsDropdownName, Name) == 0x000008, "Member 'FEnvironmentalGlobalsDropdownName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsVectorOrColorName \ static_assert(alignof(FEnvironmentalGlobalsVectorOrColorName) == 0x000008, "Wrong alignment on FEnvironmentalGlobalsVectorOrColorName"); \ static_assert(sizeof(FEnvironmentalGlobalsVectorOrColorName) == 0x000010, "Wrong size on FEnvironmentalGlobalsVectorOrColorName"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsColorName \ static_assert(alignof(FEnvironmentalGlobalsColorName) == 0x000008, "Wrong alignment on FEnvironmentalGlobalsColorName"); \ static_assert(sizeof(FEnvironmentalGlobalsColorName) == 0x000010, "Wrong size on FEnvironmentalGlobalsColorName"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsVectorName \ static_assert(alignof(FEnvironmentalGlobalsVectorName) == 0x000008, "Wrong alignment on FEnvironmentalGlobalsVectorName"); \ static_assert(sizeof(FEnvironmentalGlobalsVectorName) == 0x000010, "Wrong size on FEnvironmentalGlobalsVectorName"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsScalarName \ static_assert(alignof(FEnvironmentalGlobalsScalarName) == 0x000008, "Wrong alignment on FEnvironmentalGlobalsScalarName"); \ static_assert(sizeof(FEnvironmentalGlobalsScalarName) == 0x000010, "Wrong size on FEnvironmentalGlobalsScalarName"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsUnsetExtraVariables \ static_assert(alignof(FEnvironmentalGlobalsUnsetExtraVariables) == 0x000008, "Wrong alignment on FEnvironmentalGlobalsUnsetExtraVariables"); \ static_assert(sizeof(FEnvironmentalGlobalsUnsetExtraVariables) == 0x000030, "Wrong size on FEnvironmentalGlobalsUnsetExtraVariables"); \ static_assert(offsetof(FEnvironmentalGlobalsUnsetExtraVariables, UnsetScalars) == 0x000000, "Member 'FEnvironmentalGlobalsUnsetExtraVariables::UnsetScalars' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsUnsetExtraVariables, UnsetColors) == 0x000010, "Member 'FEnvironmentalGlobalsUnsetExtraVariables::UnsetColors' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsUnsetExtraVariables, UnsetVectors) == 0x000020, "Member 'FEnvironmentalGlobalsUnsetExtraVariables::UnsetVectors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsColorRunMode \ static_assert(alignof(FEnvironmentalGlobalsColorRunMode) == 0x000004, "Wrong alignment on FEnvironmentalGlobalsColorRunMode"); \ static_assert(sizeof(FEnvironmentalGlobalsColorRunMode) == 0x000028, "Wrong size on FEnvironmentalGlobalsColorRunMode"); \ static_assert(offsetof(FEnvironmentalGlobalsColorRunMode, Mode) == 0x000000, "Member 'FEnvironmentalGlobalsColorRunMode::Mode' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsColorRunMode, GameDefaultValue) == 0x000004, "Member 'FEnvironmentalGlobalsColorRunMode::GameDefaultValue' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsColorRunMode, ProbeDefaultValue) == 0x000014, "Member 'FEnvironmentalGlobalsColorRunMode::ProbeDefaultValue' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsColorRunMode, bUseGameDefaultValue) == 0x000024, "Member 'FEnvironmentalGlobalsColorRunMode::bUseGameDefaultValue' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsColorRunMode, bUseProbeDefaultValue) == 0x000025, "Member 'FEnvironmentalGlobalsColorRunMode::bUseProbeDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsScalarClamp \ static_assert(alignof(FEnvironmentalGlobalsScalarClamp) == 0x000004, "Wrong alignment on FEnvironmentalGlobalsScalarClamp"); \ static_assert(sizeof(FEnvironmentalGlobalsScalarClamp) == 0x00000C, "Wrong size on FEnvironmentalGlobalsScalarClamp"); \ static_assert(offsetof(FEnvironmentalGlobalsScalarClamp, ClampMin) == 0x000000, "Member 'FEnvironmentalGlobalsScalarClamp::ClampMin' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsScalarClamp, ClampMax) == 0x000004, "Member 'FEnvironmentalGlobalsScalarClamp::ClampMax' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsScalarClamp, ClampMinMaxConversion) == 0x000008, "Member 'FEnvironmentalGlobalsScalarClamp::ClampMinMaxConversion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvironmentalGlobalsScalarRunMode \ static_assert(alignof(FEnvironmentalGlobalsScalarRunMode) == 0x000004, "Wrong alignment on FEnvironmentalGlobalsScalarRunMode"); \ static_assert(sizeof(FEnvironmentalGlobalsScalarRunMode) == 0x000010, "Wrong size on FEnvironmentalGlobalsScalarRunMode"); \ static_assert(offsetof(FEnvironmentalGlobalsScalarRunMode, Mode) == 0x000000, "Member 'FEnvironmentalGlobalsScalarRunMode::Mode' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsScalarRunMode, GameDefaultValue) == 0x000004, "Member 'FEnvironmentalGlobalsScalarRunMode::GameDefaultValue' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsScalarRunMode, ProbeDefaultValue) == 0x000008, "Member 'FEnvironmentalGlobalsScalarRunMode::ProbeDefaultValue' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsScalarRunMode, bUseGameDefaultValue) == 0x00000C, "Member 'FEnvironmentalGlobalsScalarRunMode::bUseGameDefaultValue' has a wrong offset!"); \ static_assert(offsetof(FEnvironmentalGlobalsScalarRunMode, bUseProbeDefaultValue) == 0x00000D, "Member 'FEnvironmentalGlobalsScalarRunMode::bUseProbeDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarBase \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarBase) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarBase"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarBase) == 0x000028, "Wrong size on UEnvironmentalGlobalsCustomScalarBase"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsVar \ static_assert(alignof(UEnvironmentalGlobalsVar) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsVar"); \ static_assert(sizeof(UEnvironmentalGlobalsVar) == 0x000028, "Wrong size on UEnvironmentalGlobalsVar"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsScalarVar \ static_assert(alignof(UEnvironmentalGlobalsScalarVar) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsScalarVar"); \ static_assert(sizeof(UEnvironmentalGlobalsScalarVar) == 0x000048, "Wrong size on UEnvironmentalGlobalsScalarVar"); \ static_assert(offsetof(UEnvironmentalGlobalsScalarVar, ParameterName) == 0x000028, "Member 'UEnvironmentalGlobalsScalarVar::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsScalarVar, RunMode) == 0x000030, "Member 'UEnvironmentalGlobalsScalarVar::RunMode' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsScalarVar, bApplyToMaterialParameterCollection) == 0x000040, "Member 'UEnvironmentalGlobalsScalarVar::bApplyToMaterialParameterCollection' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsScalarVar, bApplyToNiagaraParameterCollection) == 0x000041, "Member 'UEnvironmentalGlobalsScalarVar::bApplyToNiagaraParameterCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsScalarCurveVar \ static_assert(alignof(UEnvironmentalGlobalsScalarCurveVar) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsScalarCurveVar"); \ static_assert(sizeof(UEnvironmentalGlobalsScalarCurveVar) == 0x000060, "Wrong size on UEnvironmentalGlobalsScalarCurveVar"); \ static_assert(offsetof(UEnvironmentalGlobalsScalarCurveVar, Curve) == 0x000048, "Member 'UEnvironmentalGlobalsScalarCurveVar::Curve' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsScalarCurveVar, CurveX) == 0x000050, "Member 'UEnvironmentalGlobalsScalarCurveVar::CurveX' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsScalarCurveVar, Conversion) == 0x000051, "Member 'UEnvironmentalGlobalsScalarCurveVar::Conversion' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsScalarCurveVar, ClampMinMax) == 0x000054, "Member 'UEnvironmentalGlobalsScalarCurveVar::ClampMinMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsScalarExpression \ static_assert(alignof(UEnvironmentalGlobalsScalarExpression) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsScalarExpression"); \ static_assert(sizeof(UEnvironmentalGlobalsScalarExpression) == 0x000058, "Wrong size on UEnvironmentalGlobalsScalarExpression"); \ static_assert(offsetof(UEnvironmentalGlobalsScalarExpression, Expression) == 0x000048, "Member 'UEnvironmentalGlobalsScalarExpression::Expression' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsScalarExpression, Conversion) == 0x000050, "Member 'UEnvironmentalGlobalsScalarExpression::Conversion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModsBase \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModsBase) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModsBase"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModsBase) == 0x000038, "Wrong size on UEnvironmentalGlobalsCustomScalarModsBase"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalarModsBase, mods) == 0x000028, "Member 'UEnvironmentalGlobalsCustomScalarModsBase::mods' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsSeasonPhases \ static_assert(alignof(UEnvironmentalGlobalsSeasonPhases) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsSeasonPhases"); \ static_assert(sizeof(UEnvironmentalGlobalsSeasonPhases) == 0x000040, "Wrong size on UEnvironmentalGlobalsSeasonPhases"); \ static_assert(offsetof(UEnvironmentalGlobalsSeasonPhases, FallPhases) == 0x000030, "Member 'UEnvironmentalGlobalsSeasonPhases::FallPhases' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsSeasonPhases, WinterPhases) == 0x000034, "Member 'UEnvironmentalGlobalsSeasonPhases::WinterPhases' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsSeasonPhases, SpringPhases) == 0x000038, "Member 'UEnvironmentalGlobalsSeasonPhases::SpringPhases' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsSeasonPhases, SummerPhases) == 0x00003C, "Member 'UEnvironmentalGlobalsSeasonPhases::SummerPhases' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraColor \ static_assert(alignof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraColor) == 0x000008, "Wrong alignment on EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraColor"); \ static_assert(sizeof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraColor) == 0x000028, "Wrong size on EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraColor"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraColor, WorldContextObject) == 0x000000, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraColor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraColor, Name_0) == 0x000008, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraColor::Name_0' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraColor, Value) == 0x000010, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraColor::Value' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraColor, bExists) == 0x000020, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraColor::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraScalar \ static_assert(alignof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraScalar) == 0x000008, "Wrong alignment on EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraScalar"); \ static_assert(sizeof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraScalar) == 0x000018, "Wrong size on EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraScalar"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraScalar, WorldContextObject) == 0x000000, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraScalar::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraScalar, Name_0) == 0x000008, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraScalar::Name_0' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraScalar, Value) == 0x000010, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraScalar::Value' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraScalar, bExists) == 0x000014, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraScalar::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraVector \ static_assert(alignof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraVector) == 0x000008, "Wrong alignment on EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraVector"); \ static_assert(sizeof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraVector) == 0x000020, "Wrong size on EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraVector"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraVector, WorldContextObject) == 0x000000, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraVector::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraVector, Name_0) == 0x000008, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraVector::Name_0' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraVector, Value) == 0x000010, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraVector::Value' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraVector, bExists) == 0x00001C, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetExtraVector::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetSeason \ static_assert(alignof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetSeason) == 0x000008, "Wrong alignment on EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetSeason"); \ static_assert(sizeof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetSeason) == 0x000030, "Wrong size on EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetSeason"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetSeason, WorldContextObject) == 0x000000, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetSeason::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetSeason, Season) == 0x000008, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetSeason::Season' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetSeason, bAllowOverrides) == 0x00002C, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsGetSeason::bAllowOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraColor \ static_assert(alignof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraColor) == 0x000008, "Wrong alignment on EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraColor"); \ static_assert(sizeof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraColor) == 0x000028, "Wrong size on EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraColor"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraColor, WorldContextObject) == 0x000000, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraColor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraColor, Name_0) == 0x000008, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraColor::Name_0' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraColor, Value) == 0x000010, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraColor::Value' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraColor, bSuccess) == 0x000020, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraColor::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraScalar \ static_assert(alignof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraScalar) == 0x000008, "Wrong alignment on EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraScalar"); \ static_assert(sizeof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraScalar) == 0x000018, "Wrong size on EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraScalar"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraScalar, WorldContextObject) == 0x000000, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraScalar::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraScalar, Name_0) == 0x000008, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraScalar::Name_0' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraScalar, Value) == 0x000010, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraScalar::Value' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraScalar, bSuccess) == 0x000014, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraScalar::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraVector \ static_assert(alignof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraVector) == 0x000008, "Wrong alignment on EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraVector"); \ static_assert(sizeof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraVector) == 0x000020, "Wrong size on EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraVector"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraVector, WorldContextObject) == 0x000000, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraVector::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraVector, Name_0) == 0x000008, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraVector::Name_0' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraVector, Value) == 0x000010, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraVector::Value' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraVector, bSuccess) == 0x00001C, "Member 'EnvironmentalGlobalsSingleton_EnvironmentalGlobalsSetExtraVector::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvironmentalGlobalsSingleton_GetEnvironmentalGlobals \ static_assert(alignof(EnvironmentalGlobalsSingleton_GetEnvironmentalGlobals) == 0x000010, "Wrong alignment on EnvironmentalGlobalsSingleton_GetEnvironmentalGlobals"); \ static_assert(sizeof(EnvironmentalGlobalsSingleton_GetEnvironmentalGlobals) == 0x0002B0, "Wrong size on EnvironmentalGlobalsSingleton_GetEnvironmentalGlobals"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_GetEnvironmentalGlobals, WorldContextObject) == 0x000000, "Member 'EnvironmentalGlobalsSingleton_GetEnvironmentalGlobals::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EnvironmentalGlobalsSingleton_GetEnvironmentalGlobals, EnvironmentalGlobals) == 0x000010, "Member 'EnvironmentalGlobalsSingleton_GetEnvironmentalGlobals::EnvironmentalGlobals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEnvironmentalGlobalsSingleton \ static_assert(alignof(AEnvironmentalGlobalsSingleton) == 0x000010, "Wrong alignment on AEnvironmentalGlobalsSingleton"); \ static_assert(sizeof(AEnvironmentalGlobalsSingleton) == 0x000580, "Wrong size on AEnvironmentalGlobalsSingleton"); \ static_assert(offsetof(AEnvironmentalGlobalsSingleton, Globals) == 0x000250, "Member 'AEnvironmentalGlobalsSingleton::Globals' has a wrong offset!"); \ static_assert(offsetof(AEnvironmentalGlobalsSingleton, MaterialParameterCollection) == 0x0004F0, "Member 'AEnvironmentalGlobalsSingleton::MaterialParameterCollection' has a wrong offset!"); \ static_assert(offsetof(AEnvironmentalGlobalsSingleton, NiagaraParameterCollection) == 0x0004F8, "Member 'AEnvironmentalGlobalsSingleton::NiagaraParameterCollection' has a wrong offset!"); \ static_assert(offsetof(AEnvironmentalGlobalsSingleton, PlayerVelocity) == 0x000500, "Member 'AEnvironmentalGlobalsSingleton::PlayerVelocity' has a wrong offset!"); \ static_assert(offsetof(AEnvironmentalGlobalsSingleton, CameraVelocity) == 0x000530, "Member 'AEnvironmentalGlobalsSingleton::CameraVelocity' has a wrong offset!"); \ static_assert(offsetof(AEnvironmentalGlobalsSingleton, AccumulateIndoors) == 0x000560, "Member 'AEnvironmentalGlobalsSingleton::AccumulateIndoors' has a wrong offset!"); \ static_assert(offsetof(AEnvironmentalGlobalsSingleton, bDirty) == 0x000578, "Member 'AEnvironmentalGlobalsSingleton::bDirty' has a wrong offset!"); \ static_assert(offsetof(AEnvironmentalGlobalsSingleton, bDiscontinuity) == 0x000579, "Member 'AEnvironmentalGlobalsSingleton::bDiscontinuity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsVars \ static_assert(alignof(UEnvironmentalGlobalsVars) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsVars"); \ static_assert(sizeof(UEnvironmentalGlobalsVars) == 0x000108, "Wrong size on UEnvironmentalGlobalsVars"); \ static_assert(offsetof(UEnvironmentalGlobalsVars, Vars) == 0x000038, "Member 'UEnvironmentalGlobalsVars::Vars' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsVars, GlobalExpressions) == 0x000048, "Member 'UEnvironmentalGlobalsVars::GlobalExpressions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarMod \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarMod) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarMod"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarMod) == 0x000028, "Wrong size on UEnvironmentalGlobalsCustomScalarMod"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalar \ static_assert(alignof(UEnvironmentalGlobalsCustomScalar) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalar"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalar) == 0x000050, "Wrong size on UEnvironmentalGlobalsCustomScalar"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalar, Scalar) == 0x000048, "Member 'UEnvironmentalGlobalsCustomScalar::Scalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsExpsoureCurveFromGlobals \ static_assert(alignof(UEnvironmentalGlobalsExpsoureCurveFromGlobals) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsExpsoureCurveFromGlobals"); \ static_assert(sizeof(UEnvironmentalGlobalsExpsoureCurveFromGlobals) == 0x000038, "Wrong size on UEnvironmentalGlobalsExpsoureCurveFromGlobals"); \ static_assert(offsetof(UEnvironmentalGlobalsExpsoureCurveFromGlobals, Curve) == 0x000028, "Member 'UEnvironmentalGlobalsExpsoureCurveFromGlobals::Curve' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsExpsoureCurveFromGlobals, CurveX) == 0x000030, "Member 'UEnvironmentalGlobalsExpsoureCurveFromGlobals::CurveX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsColorVar \ static_assert(alignof(UEnvironmentalGlobalsColorVar) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsColorVar"); \ static_assert(sizeof(UEnvironmentalGlobalsColorVar) == 0x000060, "Wrong size on UEnvironmentalGlobalsColorVar"); \ static_assert(offsetof(UEnvironmentalGlobalsColorVar, ParameterName) == 0x000028, "Member 'UEnvironmentalGlobalsColorVar::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsColorVar, RunMode) == 0x000030, "Member 'UEnvironmentalGlobalsColorVar::RunMode' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsColorVar, bApplyToMaterialParameterCollection) == 0x000058, "Member 'UEnvironmentalGlobalsColorVar::bApplyToMaterialParameterCollection' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsColorVar, bApplyToNiagaraParameterCollection) == 0x000059, "Member 'UEnvironmentalGlobalsColorVar::bApplyToNiagaraParameterCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsColorCurveVar \ static_assert(alignof(UEnvironmentalGlobalsColorCurveVar) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsColorCurveVar"); \ static_assert(sizeof(UEnvironmentalGlobalsColorCurveVar) == 0x000070, "Wrong size on UEnvironmentalGlobalsColorCurveVar"); \ static_assert(offsetof(UEnvironmentalGlobalsColorCurveVar, Curve) == 0x000060, "Member 'UEnvironmentalGlobalsColorCurveVar::Curve' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsColorCurveVar, CurveX) == 0x000068, "Member 'UEnvironmentalGlobalsColorCurveVar::CurveX' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsColorCurveVar, Conversion) == 0x000069, "Member 'UEnvironmentalGlobalsColorCurveVar::Conversion' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsColorCurveVar, Mode) == 0x00006A, "Member 'UEnvironmentalGlobalsColorCurveVar::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModClamp \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModClamp) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModClamp"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModClamp) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarModClamp"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalarModClamp, Min) == 0x000028, "Member 'UEnvironmentalGlobalsCustomScalarModClamp::Min' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalarModClamp, Max) == 0x00002C, "Member 'UEnvironmentalGlobalsCustomScalarModClamp::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModSaturate \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModSaturate) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModSaturate"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModSaturate) == 0x000028, "Wrong size on UEnvironmentalGlobalsCustomScalarModSaturate"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModSingleValue \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModSingleValue) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModSingleValue"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModSingleValue) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarModSingleValue"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalarModSingleValue, Value) == 0x000028, "Member 'UEnvironmentalGlobalsCustomScalarModSingleValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModMin \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModMin) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModMin"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModMin) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarModMin"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModMax \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModMax) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModMax"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModMax) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarModMax"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModMultiply \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModMultiply) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModMultiply"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModMultiply) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarModMultiply"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModPlus \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModPlus) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModPlus"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModPlus) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarModPlus"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModMinus \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModMinus) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModMinus"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModMinus) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarModMinus"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModDivide \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModDivide) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModDivide"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModDivide) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarModDivide"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModMinusBy \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModMinusBy) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModMinusBy"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModMinusBy) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarModMinusBy"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModDivideBy \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModDivideBy) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModDivideBy"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModDivideBy) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarModDivideBy"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModStepGreater \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModStepGreater) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModStepGreater"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModStepGreater) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarModStepGreater"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModStepLess \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModStepLess) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModStepLess"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModStepLess) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarModStepLess"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModOneMinus \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModOneMinus) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModOneMinus"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModOneMinus) == 0x000028, "Wrong size on UEnvironmentalGlobalsCustomScalarModOneMinus"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModPower \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModPower) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModPower"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModPower) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarModPower"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalarModPower, Exponent) == 0x000028, "Member 'UEnvironmentalGlobalsCustomScalarModPower::Exponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModRaise \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModRaise) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModRaise"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModRaise) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarModRaise"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalarModRaise, Base) == 0x000028, "Member 'UEnvironmentalGlobalsCustomScalarModRaise::Base' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModInverse \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModInverse) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModInverse"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModInverse) == 0x000028, "Wrong size on UEnvironmentalGlobalsCustomScalarModInverse"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModCos \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModCos) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModCos"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModCos) == 0x000028, "Wrong size on UEnvironmentalGlobalsCustomScalarModCos"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModSin \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModSin) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModSin"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModSin) == 0x000028, "Wrong size on UEnvironmentalGlobalsCustomScalarModSin"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModLerp \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModLerp) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModLerp"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModLerp) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarModLerp"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalarModLerp, ValueAtZero) == 0x000028, "Member 'UEnvironmentalGlobalsCustomScalarModLerp::ValueAtZero' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalarModLerp, ValueAtOne) == 0x00002C, "Member 'UEnvironmentalGlobalsCustomScalarModLerp::ValueAtOne' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModSmoothStep \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModSmoothStep) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModSmoothStep"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModSmoothStep) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarModSmoothStep"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalarModSmoothStep, Min) == 0x000028, "Member 'UEnvironmentalGlobalsCustomScalarModSmoothStep::Min' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalarModSmoothStep, Max) == 0x00002C, "Member 'UEnvironmentalGlobalsCustomScalarModSmoothStep::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModRemap \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModRemap) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModRemap"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModRemap) == 0x000038, "Wrong size on UEnvironmentalGlobalsCustomScalarModRemap"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalarModRemap, InputMinMax) == 0x000028, "Member 'UEnvironmentalGlobalsCustomScalarModRemap::InputMinMax' has a wrong offset!"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalarModRemap, OutputMinMax) == 0x000030, "Member 'UEnvironmentalGlobalsCustomScalarModRemap::OutputMinMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModCurve \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModCurve) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModCurve"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModCurve) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarModCurve"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalarModCurve, Curve) == 0x000028, "Member 'UEnvironmentalGlobalsCustomScalarModCurve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModCeil \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModCeil) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModCeil"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModCeil) == 0x000028, "Wrong size on UEnvironmentalGlobalsCustomScalarModCeil"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModFloor \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModFloor) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModFloor"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModFloor) == 0x000028, "Wrong size on UEnvironmentalGlobalsCustomScalarModFloor"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModTrunc \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModTrunc) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModTrunc"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModTrunc) == 0x000028, "Wrong size on UEnvironmentalGlobalsCustomScalarModTrunc"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarModRound \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarModRound) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarModRound"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarModRound) == 0x000028, "Wrong size on UEnvironmentalGlobalsCustomScalarModRound"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarConstant \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarConstant) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarConstant"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarConstant) == 0x000030, "Wrong size on UEnvironmentalGlobalsCustomScalarConstant"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalarConstant, Value) == 0x000028, "Member 'UEnvironmentalGlobalsCustomScalarConstant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarExposureExpression \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarExposureExpression) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarExposureExpression"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarExposureExpression) == 0x000040, "Wrong size on UEnvironmentalGlobalsCustomScalarExposureExpression"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalarExposureExpression, Expression) == 0x000038, "Member 'UEnvironmentalGlobalsCustomScalarExposureExpression::Expression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsCustomScalarEnvGlobal \ static_assert(alignof(UEnvironmentalGlobalsCustomScalarEnvGlobal) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsCustomScalarEnvGlobal"); \ static_assert(sizeof(UEnvironmentalGlobalsCustomScalarEnvGlobal) == 0x000040, "Wrong size on UEnvironmentalGlobalsCustomScalarEnvGlobal"); \ static_assert(offsetof(UEnvironmentalGlobalsCustomScalarEnvGlobal, Value) == 0x000038, "Member 'UEnvironmentalGlobalsCustomScalarEnvGlobal::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ISeasonOverrideInterface \ static_assert(alignof(ISeasonOverrideInterface) == 0x000001, "Wrong alignment on ISeasonOverrideInterface"); \ static_assert(sizeof(ISeasonOverrideInterface) == 0x000001, "Wrong size on ISeasonOverrideInterface"); \ #define DUMPER7_ASSERTS_SeasonOverrideVolume_SetPriority \ static_assert(alignof(SeasonOverrideVolume_SetPriority) == 0x000004, "Wrong alignment on SeasonOverrideVolume_SetPriority"); \ static_assert(sizeof(SeasonOverrideVolume_SetPriority) == 0x000004, "Wrong size on SeasonOverrideVolume_SetPriority"); \ static_assert(offsetof(SeasonOverrideVolume_SetPriority, NewPriority) == 0x000000, "Member 'SeasonOverrideVolume_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASeasonOverrideVolume \ static_assert(alignof(ASeasonOverrideVolume) == 0x000008, "Wrong alignment on ASeasonOverrideVolume"); \ static_assert(sizeof(ASeasonOverrideVolume) == 0x000290, "Wrong size on ASeasonOverrideVolume"); \ static_assert(offsetof(ASeasonOverrideVolume, Priority) == 0x000288, "Member 'ASeasonOverrideVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(ASeasonOverrideVolume, bEnabled) == 0x00028C, "Member 'ASeasonOverrideVolume::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASeasonFXOverrideVolume \ static_assert(alignof(ASeasonFXOverrideVolume) == 0x000008, "Wrong alignment on ASeasonFXOverrideVolume"); \ static_assert(sizeof(ASeasonFXOverrideVolume) == 0x000298, "Wrong size on ASeasonFXOverrideVolume"); \ static_assert(offsetof(ASeasonFXOverrideVolume, SeasonOverride) == 0x000290, "Member 'ASeasonFXOverrideVolume::SeasonOverride' has a wrong offset!"); \ static_assert(offsetof(ASeasonFXOverrideVolume, PhaseOverride) == 0x000294, "Member 'ASeasonFXOverrideVolume::PhaseOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APerSeasonFXOverrideVolume \ static_assert(alignof(APerSeasonFXOverrideVolume) == 0x000008, "Wrong alignment on APerSeasonFXOverrideVolume"); \ static_assert(sizeof(APerSeasonFXOverrideVolume) == 0x0002B0, "Wrong size on APerSeasonFXOverrideVolume"); \ static_assert(offsetof(APerSeasonFXOverrideVolume, FallOverride) == 0x000290, "Member 'APerSeasonFXOverrideVolume::FallOverride' has a wrong offset!"); \ static_assert(offsetof(APerSeasonFXOverrideVolume, FallPhaseOverride) == 0x000294, "Member 'APerSeasonFXOverrideVolume::FallPhaseOverride' has a wrong offset!"); \ static_assert(offsetof(APerSeasonFXOverrideVolume, WinterOverride) == 0x000298, "Member 'APerSeasonFXOverrideVolume::WinterOverride' has a wrong offset!"); \ static_assert(offsetof(APerSeasonFXOverrideVolume, WinterPhaseOverride) == 0x00029C, "Member 'APerSeasonFXOverrideVolume::WinterPhaseOverride' has a wrong offset!"); \ static_assert(offsetof(APerSeasonFXOverrideVolume, SpringOverride) == 0x0002A0, "Member 'APerSeasonFXOverrideVolume::SpringOverride' has a wrong offset!"); \ static_assert(offsetof(APerSeasonFXOverrideVolume, SpringPhaseOverride) == 0x0002A4, "Member 'APerSeasonFXOverrideVolume::SpringPhaseOverride' has a wrong offset!"); \ static_assert(offsetof(APerSeasonFXOverrideVolume, SummerOverride) == 0x0002A8, "Member 'APerSeasonFXOverrideVolume::SummerOverride' has a wrong offset!"); \ static_assert(offsetof(APerSeasonFXOverrideVolume, SummerPhaseOverride) == 0x0002AC, "Member 'APerSeasonFXOverrideVolume::SummerPhaseOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsDropdownName \ static_assert(alignof(FExposureExpressionsDropdownName) == 0x000008, "Wrong alignment on FExposureExpressionsDropdownName"); \ static_assert(sizeof(FExposureExpressionsDropdownName) == 0x000010, "Wrong size on FExposureExpressionsDropdownName"); \ static_assert(offsetof(FExposureExpressionsDropdownName, Name) == 0x000008, "Member 'FExposureExpressionsDropdownName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtraLerp \ static_assert(alignof(FExposureExpressionsExtraLerp) == 0x000008, "Wrong alignment on FExposureExpressionsExtraLerp"); \ static_assert(sizeof(FExposureExpressionsExtraLerp) == 0x000018, "Wrong size on FExposureExpressionsExtraLerp"); \ static_assert(offsetof(FExposureExpressionsExtraLerp, Name) == 0x000008, "Member 'FExposureExpressionsExtraLerp::Name' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExtraLerp, Value) == 0x000010, "Member 'FExposureExpressionsExtraLerp::Value' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExtraLerp, Targets) == 0x000014, "Member 'FExposureExpressionsExtraLerp::Targets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtraLerpExposure \ static_assert(alignof(FExposureExpressionsExtraLerpExposure) == 0x000008, "Wrong alignment on FExposureExpressionsExtraLerpExposure"); \ static_assert(sizeof(FExposureExpressionsExtraLerpExposure) == 0x000020, "Wrong size on FExposureExpressionsExtraLerpExposure"); \ static_assert(offsetof(FExposureExpressionsExtraLerpExposure, CachedFactor) == 0x000018, "Member 'FExposureExpressionsExtraLerpExposure::CachedFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtraLerpScalar \ static_assert(alignof(FExposureExpressionsExtraLerpScalar) == 0x000008, "Wrong alignment on FExposureExpressionsExtraLerpScalar"); \ static_assert(sizeof(FExposureExpressionsExtraLerpScalar) == 0x000018, "Wrong size on FExposureExpressionsExtraLerpScalar"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtrasLerp \ static_assert(alignof(FExposureExpressionsExtrasLerp) == 0x000008, "Wrong alignment on FExposureExpressionsExtrasLerp"); \ static_assert(sizeof(FExposureExpressionsExtrasLerp) == 0x000020, "Wrong size on FExposureExpressionsExtrasLerp"); \ static_assert(offsetof(FExposureExpressionsExtrasLerp, ExposureExtras) == 0x000000, "Member 'FExposureExpressionsExtrasLerp::ExposureExtras' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExtrasLerp, ScalarExtras) == 0x000010, "Member 'FExposureExpressionsExtrasLerp::ScalarExtras' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtraDefault \ static_assert(alignof(FExposureExpressionsExtraDefault) == 0x000008, "Wrong alignment on FExposureExpressionsExtraDefault"); \ static_assert(sizeof(FExposureExpressionsExtraDefault) == 0x000018, "Wrong size on FExposureExpressionsExtraDefault"); \ static_assert(offsetof(FExposureExpressionsExtraDefault, Name) == 0x000008, "Member 'FExposureExpressionsExtraDefault::Name' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExtraDefault, Targets) == 0x000010, "Member 'FExposureExpressionsExtraDefault::Targets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtraExposureName \ static_assert(alignof(FExposureExpressionsExtraExposureName) == 0x000008, "Wrong alignment on FExposureExpressionsExtraExposureName"); \ static_assert(sizeof(FExposureExpressionsExtraExposureName) == 0x000010, "Wrong size on FExposureExpressionsExtraExposureName"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtra \ static_assert(alignof(FExposureExpressionsExtra) == 0x000008, "Wrong alignment on FExposureExpressionsExtra"); \ static_assert(sizeof(FExposureExpressionsExtra) == 0x000008, "Wrong size on FExposureExpressionsExtra"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtraExposureConstant \ static_assert(alignof(FExposureExpressionsExtraExposureConstant) == 0x000008, "Wrong alignment on FExposureExpressionsExtraExposureConstant"); \ static_assert(sizeof(FExposureExpressionsExtraExposureConstant) == 0x000020, "Wrong size on FExposureExpressionsExtraExposureConstant"); \ static_assert(offsetof(FExposureExpressionsExtraExposureConstant, Name) == 0x000008, "Member 'FExposureExpressionsExtraExposureConstant::Name' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExtraExposureConstant, Value) == 0x000018, "Member 'FExposureExpressionsExtraExposureConstant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtraExposure \ static_assert(alignof(FExposureExpressionsExtraExposure) == 0x000008, "Wrong alignment on FExposureExpressionsExtraExposure"); \ static_assert(sizeof(FExposureExpressionsExtraExposure) == 0x000020, "Wrong size on FExposureExpressionsExtraExposure"); \ static_assert(offsetof(FExposureExpressionsExtraExposure, Name) == 0x000008, "Member 'FExposureExpressionsExtraExposure::Name' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExtraExposure, Expression) == 0x000018, "Member 'FExposureExpressionsExtraExposure::Expression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtraScalarName \ static_assert(alignof(FExposureExpressionsExtraScalarName) == 0x000008, "Wrong alignment on FExposureExpressionsExtraScalarName"); \ static_assert(sizeof(FExposureExpressionsExtraScalarName) == 0x000010, "Wrong size on FExposureExpressionsExtraScalarName"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtraScalarConstant \ static_assert(alignof(FExposureExpressionsExtraScalarConstant) == 0x000008, "Wrong alignment on FExposureExpressionsExtraScalarConstant"); \ static_assert(sizeof(FExposureExpressionsExtraScalarConstant) == 0x000020, "Wrong size on FExposureExpressionsExtraScalarConstant"); \ static_assert(offsetof(FExposureExpressionsExtraScalarConstant, Name) == 0x000008, "Member 'FExposureExpressionsExtraScalarConstant::Name' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExtraScalarConstant, Value) == 0x000018, "Member 'FExposureExpressionsExtraScalarConstant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtraScalar \ static_assert(alignof(FExposureExpressionsExtraScalar) == 0x000008, "Wrong alignment on FExposureExpressionsExtraScalar"); \ static_assert(sizeof(FExposureExpressionsExtraScalar) == 0x000020, "Wrong size on FExposureExpressionsExtraScalar"); \ static_assert(offsetof(FExposureExpressionsExtraScalar, Name) == 0x000008, "Member 'FExposureExpressionsExtraScalar::Name' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExtraScalar, Expression) == 0x000018, "Member 'FExposureExpressionsExtraScalar::Expression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtras \ static_assert(alignof(FExposureExpressionsExtras) == 0x000008, "Wrong alignment on FExposureExpressionsExtras"); \ static_assert(sizeof(FExposureExpressionsExtras) == 0x000040, "Wrong size on FExposureExpressionsExtras"); \ static_assert(offsetof(FExposureExpressionsExtras, ExposureConstants) == 0x000000, "Member 'FExposureExpressionsExtras::ExposureConstants' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExtras, ExposureExtras) == 0x000010, "Member 'FExposureExpressionsExtras::ExposureExtras' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExtras, ScalarConstants) == 0x000020, "Member 'FExposureExpressionsExtras::ScalarConstants' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExtras, ScalarExtras) == 0x000030, "Member 'FExposureExpressionsExtras::ScalarExtras' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsScalarConstantName \ static_assert(alignof(FExposureExpressionsScalarConstantName) == 0x000008, "Wrong alignment on FExposureExpressionsScalarConstantName"); \ static_assert(sizeof(FExposureExpressionsScalarConstantName) == 0x000010, "Wrong size on FExposureExpressionsScalarConstantName"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExecuteContext \ static_assert(alignof(FExposureExpressionsExecuteContext) == 0x000008, "Wrong alignment on FExposureExpressionsExecuteContext"); \ static_assert(sizeof(FExposureExpressionsExecuteContext) == 0x0000C8, "Wrong size on FExposureExpressionsExecuteContext"); \ static_assert(offsetof(FExposureExpressionsExecuteContext, World) == 0x000000, "Member 'FExposureExpressionsExecuteContext::World' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExecuteContext, Timestamp) == 0x000008, "Member 'FExposureExpressionsExecuteContext::Timestamp' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExecuteContext, Exposure) == 0x000010, "Member 'FExposureExpressionsExecuteContext::Exposure' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExecuteContext, LastExposure) == 0x000058, "Member 'FExposureExpressionsExecuteContext::LastExposure' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExecuteContext, LastExposureFiltered) == 0x000078, "Member 'FExposureExpressionsExecuteContext::LastExposureFiltered' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExecuteContext, LastExposureHistory) == 0x000098, "Member 'FExposureExpressionsExecuteContext::LastExposureHistory' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExecuteContext, NightDay) == 0x0000B8, "Member 'FExposureExpressionsExecuteContext::NightDay' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExecuteContext, Overcast) == 0x0000BC, "Member 'FExposureExpressionsExecuteContext::Overcast' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExecuteContext, OutdoorsIndoors) == 0x0000C0, "Member 'FExposureExpressionsExecuteContext::OutdoorsIndoors' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExecuteContext, FilteredOutdoorsIndoors) == 0x0000C4, "Member 'FExposureExpressionsExecuteContext::FilteredOutdoorsIndoors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtraDefaultExposureConstant \ static_assert(alignof(FExposureExpressionsExtraDefaultExposureConstant) == 0x000008, "Wrong alignment on FExposureExpressionsExtraDefaultExposureConstant"); \ static_assert(sizeof(FExposureExpressionsExtraDefaultExposureConstant) == 0x000020, "Wrong size on FExposureExpressionsExtraDefaultExposureConstant"); \ static_assert(offsetof(FExposureExpressionsExtraDefaultExposureConstant, Value) == 0x000018, "Member 'FExposureExpressionsExtraDefaultExposureConstant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtraDefaultExposure \ static_assert(alignof(FExposureExpressionsExtraDefaultExposure) == 0x000008, "Wrong alignment on FExposureExpressionsExtraDefaultExposure"); \ static_assert(sizeof(FExposureExpressionsExtraDefaultExposure) == 0x000020, "Wrong size on FExposureExpressionsExtraDefaultExposure"); \ static_assert(offsetof(FExposureExpressionsExtraDefaultExposure, DefaultExpression) == 0x000018, "Member 'FExposureExpressionsExtraDefaultExposure::DefaultExpression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtraDefaultScalarConstant \ static_assert(alignof(FExposureExpressionsExtraDefaultScalarConstant) == 0x000008, "Wrong alignment on FExposureExpressionsExtraDefaultScalarConstant"); \ static_assert(sizeof(FExposureExpressionsExtraDefaultScalarConstant) == 0x000020, "Wrong size on FExposureExpressionsExtraDefaultScalarConstant"); \ static_assert(offsetof(FExposureExpressionsExtraDefaultScalarConstant, Value) == 0x000018, "Member 'FExposureExpressionsExtraDefaultScalarConstant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtraDefaultScalar \ static_assert(alignof(FExposureExpressionsExtraDefaultScalar) == 0x000008, "Wrong alignment on FExposureExpressionsExtraDefaultScalar"); \ static_assert(sizeof(FExposureExpressionsExtraDefaultScalar) == 0x000020, "Wrong size on FExposureExpressionsExtraDefaultScalar"); \ static_assert(offsetof(FExposureExpressionsExtraDefaultScalar, DefaultExpression) == 0x000018, "Member 'FExposureExpressionsExtraDefaultScalar::DefaultExpression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExtrasDefaults \ static_assert(alignof(FExposureExpressionsExtrasDefaults) == 0x000008, "Wrong alignment on FExposureExpressionsExtrasDefaults"); \ static_assert(sizeof(FExposureExpressionsExtrasDefaults) == 0x000040, "Wrong size on FExposureExpressionsExtrasDefaults"); \ static_assert(offsetof(FExposureExpressionsExtrasDefaults, ExposureConstants) == 0x000000, "Member 'FExposureExpressionsExtrasDefaults::ExposureConstants' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExtrasDefaults, ExposureExtras) == 0x000010, "Member 'FExposureExpressionsExtrasDefaults::ExposureExtras' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExtrasDefaults, ScalarConstants) == 0x000020, "Member 'FExposureExpressionsExtrasDefaults::ScalarConstants' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExtrasDefaults, ScalarExtras) == 0x000030, "Member 'FExposureExpressionsExtrasDefaults::ScalarExtras' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExposureExpression \ static_assert(alignof(FExposureExpressionsExposureExpression) == 0x000008, "Wrong alignment on FExposureExpressionsExposureExpression"); \ static_assert(sizeof(FExposureExpressionsExposureExpression) == 0x000010, "Wrong size on FExposureExpressionsExposureExpression"); \ static_assert(offsetof(FExposureExpressionsExposureExpression, Name) == 0x000000, "Member 'FExposureExpressionsExposureExpression::Name' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsExposureExpression, Expression) == 0x000008, "Member 'FExposureExpressionsExposureExpression::Expression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsScalarExpression \ static_assert(alignof(FExposureExpressionsScalarExpression) == 0x000008, "Wrong alignment on FExposureExpressionsScalarExpression"); \ static_assert(sizeof(FExposureExpressionsScalarExpression) == 0x000010, "Wrong size on FExposureExpressionsScalarExpression"); \ static_assert(offsetof(FExposureExpressionsScalarExpression, Name) == 0x000000, "Member 'FExposureExpressionsScalarExpression::Name' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressionsScalarExpression, Expression) == 0x000008, "Member 'FExposureExpressionsScalarExpression::Expression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressions \ static_assert(alignof(FExposureExpressions) == 0x000008, "Wrong alignment on FExposureExpressions"); \ static_assert(sizeof(FExposureExpressions) == 0x0000C0, "Wrong size on FExposureExpressions"); \ static_assert(offsetof(FExposureExpressions, ExposureConstants) == 0x000000, "Member 'FExposureExpressions::ExposureConstants' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressions, ExposureExpressions) == 0x000050, "Member 'FExposureExpressions::ExposureExpressions' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressions, ScalarConstants) == 0x000060, "Member 'FExposureExpressions::ScalarConstants' has a wrong offset!"); \ static_assert(offsetof(FExposureExpressions, ScalarExpressions) == 0x0000B0, "Member 'FExposureExpressions::ScalarExpressions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExposureExpressionsScalarExpressionName \ static_assert(alignof(FExposureExpressionsScalarExpressionName) == 0x000008, "Wrong alignment on FExposureExpressionsScalarExpressionName"); \ static_assert(sizeof(FExposureExpressionsScalarExpressionName) == 0x000010, "Wrong size on FExposureExpressionsScalarExpressionName"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExposureExpressionName \ static_assert(alignof(FExposureExpressionsExposureExpressionName) == 0x000008, "Wrong alignment on FExposureExpressionsExposureExpressionName"); \ static_assert(sizeof(FExposureExpressionsExposureExpressionName) == 0x000010, "Wrong size on FExposureExpressionsExposureExpressionName"); \ #define DUMPER7_ASSERTS_FExposureExpressionsExposureConstantName \ static_assert(alignof(FExposureExpressionsExposureConstantName) == 0x000008, "Wrong alignment on FExposureExpressionsExposureConstantName"); \ static_assert(sizeof(FExposureExpressionsExposureConstantName) == 0x000010, "Wrong size on FExposureExpressionsExposureConstantName"); \ #define DUMPER7_ASSERTS_UExposureExpressionsValue \ static_assert(alignof(UExposureExpressionsValue) == 0x000008, "Wrong alignment on UExposureExpressionsValue"); \ static_assert(sizeof(UExposureExpressionsValue) == 0x000028, "Wrong size on UExposureExpressionsValue"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValue \ static_assert(alignof(UExposureExpressionsExposureValue) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValue"); \ static_assert(sizeof(UExposureExpressionsExposureValue) == 0x000028, "Wrong size on UExposureExpressionsExposureValue"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueFactor \ static_assert(alignof(UExposureExpressionsExposureValueFactor) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueFactor"); \ static_assert(sizeof(UExposureExpressionsExposureValueFactor) == 0x000028, "Wrong size on UExposureExpressionsExposureValueFactor"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureConstantFactor \ static_assert(alignof(UExposureExpressionsExposureConstantFactor) == 0x000008, "Wrong alignment on UExposureExpressionsExposureConstantFactor"); \ static_assert(sizeof(UExposureExpressionsExposureConstantFactor) == 0x000028, "Wrong size on UExposureExpressionsExposureConstantFactor"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureConstantOneX \ static_assert(alignof(UExposureExpressionsExposureConstantOneX) == 0x000008, "Wrong alignment on UExposureExpressionsExposureConstantOneX"); \ static_assert(sizeof(UExposureExpressionsExposureConstantOneX) == 0x000028, "Wrong size on UExposureExpressionsExposureConstantOneX"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureConstantTwoX \ static_assert(alignof(UExposureExpressionsExposureConstantTwoX) == 0x000008, "Wrong alignment on UExposureExpressionsExposureConstantTwoX"); \ static_assert(sizeof(UExposureExpressionsExposureConstantTwoX) == 0x000028, "Wrong size on UExposureExpressionsExposureConstantTwoX"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureConstant \ static_assert(alignof(UExposureExpressionsExposureConstant) == 0x000008, "Wrong alignment on UExposureExpressionsExposureConstant"); \ static_assert(sizeof(UExposureExpressionsExposureConstant) == 0x000028, "Wrong size on UExposureExpressionsExposureConstant"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureConstantTrueZero \ static_assert(alignof(UExposureExpressionsExposureConstantTrueZero) == 0x000008, "Wrong alignment on UExposureExpressionsExposureConstantTrueZero"); \ static_assert(sizeof(UExposureExpressionsExposureConstantTrueZero) == 0x000028, "Wrong size on UExposureExpressionsExposureConstantTrueZero"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureConstantZero \ static_assert(alignof(UExposureExpressionsExposureConstantZero) == 0x000008, "Wrong alignment on UExposureExpressionsExposureConstantZero"); \ static_assert(sizeof(UExposureExpressionsExposureConstantZero) == 0x000028, "Wrong size on UExposureExpressionsExposureConstantZero"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureConstantOne \ static_assert(alignof(UExposureExpressionsExposureConstantOne) == 0x000008, "Wrong alignment on UExposureExpressionsExposureConstantOne"); \ static_assert(sizeof(UExposureExpressionsExposureConstantOne) == 0x000028, "Wrong size on UExposureExpressionsExposureConstantOne"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureConstantTwo \ static_assert(alignof(UExposureExpressionsExposureConstantTwo) == 0x000008, "Wrong alignment on UExposureExpressionsExposureConstantTwo"); \ static_assert(sizeof(UExposureExpressionsExposureConstantTwo) == 0x000028, "Wrong size on UExposureExpressionsExposureConstantTwo"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureConstantNegativeOne \ static_assert(alignof(UExposureExpressionsExposureConstantNegativeOne) == 0x000008, "Wrong alignment on UExposureExpressionsExposureConstantNegativeOne"); \ static_assert(sizeof(UExposureExpressionsExposureConstantNegativeOne) == 0x000028, "Wrong size on UExposureExpressionsExposureConstantNegativeOne"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureConstantNegativeTwo \ static_assert(alignof(UExposureExpressionsExposureConstantNegativeTwo) == 0x000008, "Wrong alignment on UExposureExpressionsExposureConstantNegativeTwo"); \ static_assert(sizeof(UExposureExpressionsExposureConstantNegativeTwo) == 0x000028, "Wrong size on UExposureExpressionsExposureConstantNegativeTwo"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureConstantAbsoluteMaximum \ static_assert(alignof(UExposureExpressionsExposureConstantAbsoluteMaximum) == 0x000008, "Wrong alignment on UExposureExpressionsExposureConstantAbsoluteMaximum"); \ static_assert(sizeof(UExposureExpressionsExposureConstantAbsoluteMaximum) == 0x000028, "Wrong size on UExposureExpressionsExposureConstantAbsoluteMaximum"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureConstantAbsoluteMinimum \ static_assert(alignof(UExposureExpressionsExposureConstantAbsoluteMinimum) == 0x000008, "Wrong alignment on UExposureExpressionsExposureConstantAbsoluteMinimum"); \ static_assert(sizeof(UExposureExpressionsExposureConstantAbsoluteMinimum) == 0x000028, "Wrong size on UExposureExpressionsExposureConstantAbsoluteMinimum"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureConstantEV100Value \ static_assert(alignof(UExposureExpressionsExposureConstantEV100Value) == 0x000008, "Wrong alignment on UExposureExpressionsExposureConstantEV100Value"); \ static_assert(sizeof(UExposureExpressionsExposureConstantEV100Value) == 0x000030, "Wrong size on UExposureExpressionsExposureConstantEV100Value"); \ static_assert(offsetof(UExposureExpressionsExposureConstantEV100Value, Value) == 0x000028, "Member 'UExposureExpressionsExposureConstantEV100Value::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureConstantUnitlessValue \ static_assert(alignof(UExposureExpressionsExposureConstantUnitlessValue) == 0x000008, "Wrong alignment on UExposureExpressionsExposureConstantUnitlessValue"); \ static_assert(sizeof(UExposureExpressionsExposureConstantUnitlessValue) == 0x000030, "Wrong size on UExposureExpressionsExposureConstantUnitlessValue"); \ static_assert(offsetof(UExposureExpressionsExposureConstantUnitlessValue, Value) == 0x000028, "Member 'UExposureExpressionsExposureConstantUnitlessValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsMinExposureValue \ static_assert(alignof(UExposureExpressionsMinExposureValue) == 0x000008, "Wrong alignment on UExposureExpressionsMinExposureValue"); \ static_assert(sizeof(UExposureExpressionsMinExposureValue) == 0x000028, "Wrong size on UExposureExpressionsMinExposureValue"); \ #define DUMPER7_ASSERTS_UExposureExpressionsMaxExposureValue \ static_assert(alignof(UExposureExpressionsMaxExposureValue) == 0x000008, "Wrong alignment on UExposureExpressionsMaxExposureValue"); \ static_assert(sizeof(UExposureExpressionsMaxExposureValue) == 0x000028, "Wrong size on UExposureExpressionsMaxExposureValue"); \ #define DUMPER7_ASSERTS_UExposureExpressionsAutoExposureValue \ static_assert(alignof(UExposureExpressionsAutoExposureValue) == 0x000008, "Wrong alignment on UExposureExpressionsAutoExposureValue"); \ static_assert(sizeof(UExposureExpressionsAutoExposureValue) == 0x000030, "Wrong size on UExposureExpressionsAutoExposureValue"); \ static_assert(offsetof(UExposureExpressionsAutoExposureValue, bSmoothed) == 0x000028, "Member 'UExposureExpressionsAutoExposureValue::bSmoothed' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsAutoExposureValue, bUnbiased) == 0x000029, "Member 'UExposureExpressionsAutoExposureValue::bUnbiased' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsAutoExposureValue, bUseHistory) == 0x00002A, "Member 'UExposureExpressionsAutoExposureValue::bUseHistory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsAverageLuminanceExposureValue \ static_assert(alignof(UExposureExpressionsAverageLuminanceExposureValue) == 0x000008, "Wrong alignment on UExposureExpressionsAverageLuminanceExposureValue"); \ static_assert(sizeof(UExposureExpressionsAverageLuminanceExposureValue) == 0x000030, "Wrong size on UExposureExpressionsAverageLuminanceExposureValue"); \ static_assert(offsetof(UExposureExpressionsAverageLuminanceExposureValue, bSmoothed) == 0x000028, "Member 'UExposureExpressionsAverageLuminanceExposureValue::bSmoothed' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsAverageLuminanceExposureValue, bUnbiased) == 0x000029, "Member 'UExposureExpressionsAverageLuminanceExposureValue::bUnbiased' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsAverageLuminanceExposureValue, bUseHistory) == 0x00002A, "Member 'UExposureExpressionsAverageLuminanceExposureValue::bUseHistory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsAverageLuminanceExposureValueWithReverseBias \ static_assert(alignof(UExposureExpressionsAverageLuminanceExposureValueWithReverseBias) == 0x000008, "Wrong alignment on UExposureExpressionsAverageLuminanceExposureValueWithReverseBias"); \ static_assert(sizeof(UExposureExpressionsAverageLuminanceExposureValueWithReverseBias) == 0x000030, "Wrong size on UExposureExpressionsAverageLuminanceExposureValueWithReverseBias"); \ static_assert(offsetof(UExposureExpressionsAverageLuminanceExposureValueWithReverseBias, bSmoothed) == 0x000028, "Member 'UExposureExpressionsAverageLuminanceExposureValueWithReverseBias::bSmoothed' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsAverageLuminanceExposureValueWithReverseBias, bUseHistory) == 0x000029, "Member 'UExposureExpressionsAverageLuminanceExposureValueWithReverseBias::bUseHistory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsAverageViewLuminanceExposureValue \ static_assert(alignof(UExposureExpressionsAverageViewLuminanceExposureValue) == 0x000008, "Wrong alignment on UExposureExpressionsAverageViewLuminanceExposureValue"); \ static_assert(sizeof(UExposureExpressionsAverageViewLuminanceExposureValue) == 0x000030, "Wrong size on UExposureExpressionsAverageViewLuminanceExposureValue"); \ static_assert(offsetof(UExposureExpressionsAverageViewLuminanceExposureValue, bSmoothed) == 0x000028, "Member 'UExposureExpressionsAverageViewLuminanceExposureValue::bSmoothed' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsAverageViewLuminanceExposureValue, bUnbiased) == 0x000029, "Member 'UExposureExpressionsAverageViewLuminanceExposureValue::bUnbiased' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsAverageViewLuminanceExposureValue, bUseHistory) == 0x00002A, "Member 'UExposureExpressionsAverageViewLuminanceExposureValue::bUseHistory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsAverageBrightnessExposureValue \ static_assert(alignof(UExposureExpressionsAverageBrightnessExposureValue) == 0x000008, "Wrong alignment on UExposureExpressionsAverageBrightnessExposureValue"); \ static_assert(sizeof(UExposureExpressionsAverageBrightnessExposureValue) == 0x000030, "Wrong size on UExposureExpressionsAverageBrightnessExposureValue"); \ static_assert(offsetof(UExposureExpressionsAverageBrightnessExposureValue, bSmoothed) == 0x000028, "Member 'UExposureExpressionsAverageBrightnessExposureValue::bSmoothed' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsAverageBrightnessExposureValue, bUnbiased) == 0x000029, "Member 'UExposureExpressionsAverageBrightnessExposureValue::bUnbiased' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsAverageBrightnessExposureValue, bUseHistory) == 0x00002A, "Member 'UExposureExpressionsAverageBrightnessExposureValue::bUseHistory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsBiasedMinExposureValue \ static_assert(alignof(UExposureExpressionsBiasedMinExposureValue) == 0x000008, "Wrong alignment on UExposureExpressionsBiasedMinExposureValue"); \ static_assert(sizeof(UExposureExpressionsBiasedMinExposureValue) == 0x000028, "Wrong size on UExposureExpressionsBiasedMinExposureValue"); \ #define DUMPER7_ASSERTS_UExposureExpressionsBiasedMaxExposureValue \ static_assert(alignof(UExposureExpressionsBiasedMaxExposureValue) == 0x000008, "Wrong alignment on UExposureExpressionsBiasedMaxExposureValue"); \ static_assert(sizeof(UExposureExpressionsBiasedMaxExposureValue) == 0x000028, "Wrong size on UExposureExpressionsBiasedMaxExposureValue"); \ #define DUMPER7_ASSERTS_UExposureExpressionsBiasExposureValue \ static_assert(alignof(UExposureExpressionsBiasExposureValue) == 0x000008, "Wrong alignment on UExposureExpressionsBiasExposureValue"); \ static_assert(sizeof(UExposureExpressionsBiasExposureValue) == 0x000028, "Wrong size on UExposureExpressionsBiasExposureValue"); \ #define DUMPER7_ASSERTS_UExposureExpressionsBaseBiasExposureValue \ static_assert(alignof(UExposureExpressionsBaseBiasExposureValue) == 0x000008, "Wrong alignment on UExposureExpressionsBaseBiasExposureValue"); \ static_assert(sizeof(UExposureExpressionsBaseBiasExposureValue) == 0x000028, "Wrong size on UExposureExpressionsBaseBiasExposureValue"); \ #define DUMPER7_ASSERTS_UExposureExpressionsVFXBiasExposureValue \ static_assert(alignof(UExposureExpressionsVFXBiasExposureValue) == 0x000008, "Wrong alignment on UExposureExpressionsVFXBiasExposureValue"); \ static_assert(sizeof(UExposureExpressionsVFXBiasExposureValue) == 0x000028, "Wrong size on UExposureExpressionsVFXBiasExposureValue"); \ #define DUMPER7_ASSERTS_UExposureExpressionsConstantBiasExposureValue \ static_assert(alignof(UExposureExpressionsConstantBiasExposureValue) == 0x000008, "Wrong alignment on UExposureExpressionsConstantBiasExposureValue"); \ static_assert(sizeof(UExposureExpressionsConstantBiasExposureValue) == 0x000028, "Wrong size on UExposureExpressionsConstantBiasExposureValue"); \ #define DUMPER7_ASSERTS_UExposureExpressionsCurveBiasExposureValue \ static_assert(alignof(UExposureExpressionsCurveBiasExposureValue) == 0x000008, "Wrong alignment on UExposureExpressionsCurveBiasExposureValue"); \ static_assert(sizeof(UExposureExpressionsCurveBiasExposureValue) == 0x000028, "Wrong size on UExposureExpressionsCurveBiasExposureValue"); \ #define DUMPER7_ASSERTS_UExposureExpressionsHistogramMinValue \ static_assert(alignof(UExposureExpressionsHistogramMinValue) == 0x000008, "Wrong alignment on UExposureExpressionsHistogramMinValue"); \ static_assert(sizeof(UExposureExpressionsHistogramMinValue) == 0x000028, "Wrong size on UExposureExpressionsHistogramMinValue"); \ #define DUMPER7_ASSERTS_UExposureExpressionsHistogramMaxValue \ static_assert(alignof(UExposureExpressionsHistogramMaxValue) == 0x000008, "Wrong alignment on UExposureExpressionsHistogramMaxValue"); \ static_assert(sizeof(UExposureExpressionsHistogramMaxValue) == 0x000028, "Wrong size on UExposureExpressionsHistogramMaxValue"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueSingle \ static_assert(alignof(UExposureExpressionsExposureValueSingle) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueSingle"); \ static_assert(sizeof(UExposureExpressionsExposureValueSingle) == 0x000030, "Wrong size on UExposureExpressionsExposureValueSingle"); \ static_assert(offsetof(UExposureExpressionsExposureValueSingle, Value) == 0x000028, "Member 'UExposureExpressionsExposureValueSingle::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueAbs \ static_assert(alignof(UExposureExpressionsExposureValueAbs) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueAbs"); \ static_assert(sizeof(UExposureExpressionsExposureValueAbs) == 0x000030, "Wrong size on UExposureExpressionsExposureValueAbs"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueNeg \ static_assert(alignof(UExposureExpressionsExposureValueNeg) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueNeg"); \ static_assert(sizeof(UExposureExpressionsExposureValueNeg) == 0x000030, "Wrong size on UExposureExpressionsExposureValueNeg"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueAddBias \ static_assert(alignof(UExposureExpressionsExposureValueAddBias) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueAddBias"); \ static_assert(sizeof(UExposureExpressionsExposureValueAddBias) == 0x000030, "Wrong size on UExposureExpressionsExposureValueAddBias"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueReverseBias \ static_assert(alignof(UExposureExpressionsExposureValueReverseBias) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueReverseBias"); \ static_assert(sizeof(UExposureExpressionsExposureValueReverseBias) == 0x000030, "Wrong size on UExposureExpressionsExposureValueReverseBias"); \ #define DUMPER7_ASSERTS_UExposureExpressionsBiasedExposureValue \ static_assert(alignof(UExposureExpressionsBiasedExposureValue) == 0x000008, "Wrong alignment on UExposureExpressionsBiasedExposureValue"); \ static_assert(sizeof(UExposureExpressionsBiasedExposureValue) == 0x000038, "Wrong size on UExposureExpressionsBiasedExposureValue"); \ static_assert(offsetof(UExposureExpressionsBiasedExposureValue, bAutoExposureBiasBase) == 0x000030, "Member 'UExposureExpressionsBiasedExposureValue::bAutoExposureBiasBase' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsBiasedExposureValue, bAutoExposureBiasVFX) == 0x000031, "Member 'UExposureExpressionsBiasedExposureValue::bAutoExposureBiasVFX' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsBiasedExposureValue, bAutoExposureBiasCurve) == 0x000032, "Member 'UExposureExpressionsBiasedExposureValue::bAutoExposureBiasCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsBiasedExposureValueAdd \ static_assert(alignof(UExposureExpressionsBiasedExposureValueAdd) == 0x000008, "Wrong alignment on UExposureExpressionsBiasedExposureValueAdd"); \ static_assert(sizeof(UExposureExpressionsBiasedExposureValueAdd) == 0x000038, "Wrong size on UExposureExpressionsBiasedExposureValueAdd"); \ #define DUMPER7_ASSERTS_UExposureExpressionsBiasedExposureValueSubtract \ static_assert(alignof(UExposureExpressionsBiasedExposureValueSubtract) == 0x000008, "Wrong alignment on UExposureExpressionsBiasedExposureValueSubtract"); \ static_assert(sizeof(UExposureExpressionsBiasedExposureValueSubtract) == 0x000038, "Wrong size on UExposureExpressionsBiasedExposureValueSubtract"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValuePair \ static_assert(alignof(UExposureExpressionsExposureValuePair) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValuePair"); \ static_assert(sizeof(UExposureExpressionsExposureValuePair) == 0x000038, "Wrong size on UExposureExpressionsExposureValuePair"); \ static_assert(offsetof(UExposureExpressionsExposureValuePair, ExposureA) == 0x000028, "Member 'UExposureExpressionsExposureValuePair::ExposureA' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsExposureValuePair, ExposureB) == 0x000030, "Member 'UExposureExpressionsExposureValuePair::ExposureB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueOp \ static_assert(alignof(UExposureExpressionsExposureValueOp) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueOp"); \ static_assert(sizeof(UExposureExpressionsExposureValueOp) == 0x000038, "Wrong size on UExposureExpressionsExposureValueOp"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueFunction \ static_assert(alignof(UExposureExpressionsExposureValueFunction) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueFunction"); \ static_assert(sizeof(UExposureExpressionsExposureValueFunction) == 0x000038, "Wrong size on UExposureExpressionsExposureValueFunction"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueAdd \ static_assert(alignof(UExposureExpressionsExposureValueAdd) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueAdd"); \ static_assert(sizeof(UExposureExpressionsExposureValueAdd) == 0x000038, "Wrong size on UExposureExpressionsExposureValueAdd"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueSubtract \ static_assert(alignof(UExposureExpressionsExposureValueSubtract) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueSubtract"); \ static_assert(sizeof(UExposureExpressionsExposureValueSubtract) == 0x000038, "Wrong size on UExposureExpressionsExposureValueSubtract"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueMedian \ static_assert(alignof(UExposureExpressionsExposureValueMedian) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueMedian"); \ static_assert(sizeof(UExposureExpressionsExposureValueMedian) == 0x000038, "Wrong size on UExposureExpressionsExposureValueMedian"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueMin \ static_assert(alignof(UExposureExpressionsExposureValueMin) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueMin"); \ static_assert(sizeof(UExposureExpressionsExposureValueMin) == 0x000038, "Wrong size on UExposureExpressionsExposureValueMin"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueMax \ static_assert(alignof(UExposureExpressionsExposureValueMax) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueMax"); \ static_assert(sizeof(UExposureExpressionsExposureValueMax) == 0x000038, "Wrong size on UExposureExpressionsExposureValueMax"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueLerp \ static_assert(alignof(UExposureExpressionsExposureValueLerp) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueLerp"); \ static_assert(sizeof(UExposureExpressionsExposureValueLerp) == 0x000040, "Wrong size on UExposureExpressionsExposureValueLerp"); \ static_assert(offsetof(UExposureExpressionsExposureValueLerp, ExposureA) == 0x000028, "Member 'UExposureExpressionsExposureValueLerp::ExposureA' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsExposureValueLerp, ExposureB) == 0x000030, "Member 'UExposureExpressionsExposureValueLerp::ExposureB' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsExposureValueLerp, Alpha) == 0x000038, "Member 'UExposureExpressionsExposureValueLerp::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueClamp \ static_assert(alignof(UExposureExpressionsExposureValueClamp) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueClamp"); \ static_assert(sizeof(UExposureExpressionsExposureValueClamp) == 0x000040, "Wrong size on UExposureExpressionsExposureValueClamp"); \ static_assert(offsetof(UExposureExpressionsExposureValueClamp, Value) == 0x000028, "Member 'UExposureExpressionsExposureValueClamp::Value' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsExposureValueClamp, ExposureMin) == 0x000030, "Member 'UExposureExpressionsExposureValueClamp::ExposureMin' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsExposureValueClamp, ExposureMax) == 0x000038, "Member 'UExposureExpressionsExposureValueClamp::ExposureMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueMapRangeClamped \ static_assert(alignof(UExposureExpressionsExposureValueMapRangeClamped) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueMapRangeClamped"); \ static_assert(sizeof(UExposureExpressionsExposureValueMapRangeClamped) == 0x000050, "Wrong size on UExposureExpressionsExposureValueMapRangeClamped"); \ static_assert(offsetof(UExposureExpressionsExposureValueMapRangeClamped, Value) == 0x000028, "Member 'UExposureExpressionsExposureValueMapRangeClamped::Value' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsExposureValueMapRangeClamped, InExposureMin) == 0x000030, "Member 'UExposureExpressionsExposureValueMapRangeClamped::InExposureMin' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsExposureValueMapRangeClamped, InExposureMax) == 0x000038, "Member 'UExposureExpressionsExposureValueMapRangeClamped::InExposureMax' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsExposureValueMapRangeClamped, OutExposureMin) == 0x000040, "Member 'UExposureExpressionsExposureValueMapRangeClamped::OutExposureMin' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsExposureValueMapRangeClamped, OutExposureMax) == 0x000048, "Member 'UExposureExpressionsExposureValueMapRangeClamped::OutExposureMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueCurveRemap \ static_assert(alignof(UExposureExpressionsExposureValueCurveRemap) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueCurveRemap"); \ static_assert(sizeof(UExposureExpressionsExposureValueCurveRemap) == 0x000038, "Wrong size on UExposureExpressionsExposureValueCurveRemap"); \ static_assert(offsetof(UExposureExpressionsExposureValueCurveRemap, Curve) == 0x000028, "Member 'UExposureExpressionsExposureValueCurveRemap::Curve' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsExposureValueCurveRemap, Value) == 0x000030, "Member 'UExposureExpressionsExposureValueCurveRemap::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueMulti \ static_assert(alignof(UExposureExpressionsExposureValueMulti) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueMulti"); \ static_assert(sizeof(UExposureExpressionsExposureValueMulti) == 0x000038, "Wrong size on UExposureExpressionsExposureValueMulti"); \ static_assert(offsetof(UExposureExpressionsExposureValueMulti, Exposures) == 0x000028, "Member 'UExposureExpressionsExposureValueMulti::Exposures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueAddMulti \ static_assert(alignof(UExposureExpressionsExposureValueAddMulti) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueAddMulti"); \ static_assert(sizeof(UExposureExpressionsExposureValueAddMulti) == 0x000038, "Wrong size on UExposureExpressionsExposureValueAddMulti"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueAverageMulti \ static_assert(alignof(UExposureExpressionsExposureValueAverageMulti) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueAverageMulti"); \ static_assert(sizeof(UExposureExpressionsExposureValueAverageMulti) == 0x000038, "Wrong size on UExposureExpressionsExposureValueAverageMulti"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueMedianMulti \ static_assert(alignof(UExposureExpressionsExposureValueMedianMulti) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueMedianMulti"); \ static_assert(sizeof(UExposureExpressionsExposureValueMedianMulti) == 0x000038, "Wrong size on UExposureExpressionsExposureValueMedianMulti"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueMinMulti \ static_assert(alignof(UExposureExpressionsExposureValueMinMulti) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueMinMulti"); \ static_assert(sizeof(UExposureExpressionsExposureValueMinMulti) == 0x000038, "Wrong size on UExposureExpressionsExposureValueMinMulti"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueMaxMulti \ static_assert(alignof(UExposureExpressionsExposureValueMaxMulti) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueMaxMulti"); \ static_assert(sizeof(UExposureExpressionsExposureValueMaxMulti) == 0x000038, "Wrong size on UExposureExpressionsExposureValueMaxMulti"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureExtrasValue \ static_assert(alignof(UExposureExpressionsExposureExtrasValue) == 0x000008, "Wrong alignment on UExposureExpressionsExposureExtrasValue"); \ static_assert(sizeof(UExposureExpressionsExposureExtrasValue) == 0x000038, "Wrong size on UExposureExpressionsExposureExtrasValue"); \ static_assert(offsetof(UExposureExpressionsExposureExtrasValue, Value) == 0x000028, "Member 'UExposureExpressionsExposureExtrasValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValue \ static_assert(alignof(UExposureExpressionsScalarValue) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValue"); \ static_assert(sizeof(UExposureExpressionsScalarValue) == 0x000028, "Wrong size on UExposureExpressionsScalarValue"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarExtrasValue \ static_assert(alignof(UExposureExpressionsScalarExtrasValue) == 0x000008, "Wrong alignment on UExposureExpressionsScalarExtrasValue"); \ static_assert(sizeof(UExposureExpressionsScalarExtrasValue) == 0x000038, "Wrong size on UExposureExpressionsScalarExtrasValue"); \ static_assert(offsetof(UExposureExpressionsScalarExtrasValue, Value) == 0x000028, "Member 'UExposureExpressionsScalarExtrasValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IInterface_ExposureExpressionsGlobals \ static_assert(alignof(IInterface_ExposureExpressionsGlobals) == 0x000001, "Wrong alignment on IInterface_ExposureExpressionsGlobals"); \ static_assert(sizeof(IInterface_ExposureExpressionsGlobals) == 0x000001, "Wrong size on IInterface_ExposureExpressionsGlobals"); \ #define DUMPER7_ASSERTS_IInterface_ExposureExpressionsGlobalsProvider \ static_assert(alignof(IInterface_ExposureExpressionsGlobalsProvider) == 0x000001, "Wrong alignment on IInterface_ExposureExpressionsGlobalsProvider"); \ static_assert(sizeof(IInterface_ExposureExpressionsGlobalsProvider) == 0x000001, "Wrong size on IInterface_ExposureExpressionsGlobalsProvider"); \ #define DUMPER7_ASSERTS_UExposureExpressionsGlobalExposureValueBase \ static_assert(alignof(UExposureExpressionsGlobalExposureValueBase) == 0x000008, "Wrong alignment on UExposureExpressionsGlobalExposureValueBase"); \ static_assert(sizeof(UExposureExpressionsGlobalExposureValueBase) == 0x000028, "Wrong size on UExposureExpressionsGlobalExposureValueBase"); \ #define DUMPER7_ASSERTS_UExposureExpressionsGlobalExposureConstant \ static_assert(alignof(UExposureExpressionsGlobalExposureConstant) == 0x000008, "Wrong alignment on UExposureExpressionsGlobalExposureConstant"); \ static_assert(sizeof(UExposureExpressionsGlobalExposureConstant) == 0x000038, "Wrong size on UExposureExpressionsGlobalExposureConstant"); \ static_assert(offsetof(UExposureExpressionsGlobalExposureConstant, GlobalConstant) == 0x000028, "Member 'UExposureExpressionsGlobalExposureConstant::GlobalConstant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsGlobalExposureExpression \ static_assert(alignof(UExposureExpressionsGlobalExposureExpression) == 0x000008, "Wrong alignment on UExposureExpressionsGlobalExposureExpression"); \ static_assert(sizeof(UExposureExpressionsGlobalExposureExpression) == 0x000038, "Wrong size on UExposureExpressionsGlobalExposureExpression"); \ static_assert(offsetof(UExposureExpressionsGlobalExposureExpression, GlobalExpression) == 0x000028, "Member 'UExposureExpressionsGlobalExposureExpression::GlobalExpression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsGlobalScalarValueBase \ static_assert(alignof(UExposureExpressionsGlobalScalarValueBase) == 0x000008, "Wrong alignment on UExposureExpressionsGlobalScalarValueBase"); \ static_assert(sizeof(UExposureExpressionsGlobalScalarValueBase) == 0x000028, "Wrong size on UExposureExpressionsGlobalScalarValueBase"); \ #define DUMPER7_ASSERTS_UExposureExpressionsGlobalScalarConstant \ static_assert(alignof(UExposureExpressionsGlobalScalarConstant) == 0x000008, "Wrong alignment on UExposureExpressionsGlobalScalarConstant"); \ static_assert(sizeof(UExposureExpressionsGlobalScalarConstant) == 0x000038, "Wrong size on UExposureExpressionsGlobalScalarConstant"); \ static_assert(offsetof(UExposureExpressionsGlobalScalarConstant, GlobalConstant) == 0x000028, "Member 'UExposureExpressionsGlobalScalarConstant::GlobalConstant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsGlobalScalarExpression \ static_assert(alignof(UExposureExpressionsGlobalScalarExpression) == 0x000008, "Wrong alignment on UExposureExpressionsGlobalScalarExpression"); \ static_assert(sizeof(UExposureExpressionsGlobalScalarExpression) == 0x000038, "Wrong size on UExposureExpressionsGlobalScalarExpression"); \ static_assert(offsetof(UExposureExpressionsGlobalScalarExpression, GlobalExpression) == 0x000028, "Member 'UExposureExpressionsGlobalScalarExpression::GlobalExpression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueConstantBase \ static_assert(alignof(UExposureExpressionsScalarValueConstantBase) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueConstantBase"); \ static_assert(sizeof(UExposureExpressionsScalarValueConstantBase) == 0x000028, "Wrong size on UExposureExpressionsScalarValueConstantBase"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueConstantZero \ static_assert(alignof(UExposureExpressionsScalarValueConstantZero) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueConstantZero"); \ static_assert(sizeof(UExposureExpressionsScalarValueConstantZero) == 0x000028, "Wrong size on UExposureExpressionsScalarValueConstantZero"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueConstantOne \ static_assert(alignof(UExposureExpressionsScalarValueConstantOne) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueConstantOne"); \ static_assert(sizeof(UExposureExpressionsScalarValueConstantOne) == 0x000028, "Wrong size on UExposureExpressionsScalarValueConstantOne"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueConstantNegativeOne \ static_assert(alignof(UExposureExpressionsScalarValueConstantNegativeOne) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueConstantNegativeOne"); \ static_assert(sizeof(UExposureExpressionsScalarValueConstantNegativeOne) == 0x000028, "Wrong size on UExposureExpressionsScalarValueConstantNegativeOne"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueConstantRange \ static_assert(alignof(UExposureExpressionsScalarValueConstantRange) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueConstantRange"); \ static_assert(sizeof(UExposureExpressionsScalarValueConstantRange) == 0x000030, "Wrong size on UExposureExpressionsScalarValueConstantRange"); \ static_assert(offsetof(UExposureExpressionsScalarValueConstantRange, Value) == 0x000028, "Member 'UExposureExpressionsScalarValueConstantRange::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueSingle \ static_assert(alignof(UExposureExpressionsScalarValueSingle) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueSingle"); \ static_assert(sizeof(UExposureExpressionsScalarValueSingle) == 0x000030, "Wrong size on UExposureExpressionsScalarValueSingle"); \ static_assert(offsetof(UExposureExpressionsScalarValueSingle, Value) == 0x000028, "Member 'UExposureExpressionsScalarValueSingle::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueOneMinus \ static_assert(alignof(UExposureExpressionsScalarValueOneMinus) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueOneMinus"); \ static_assert(sizeof(UExposureExpressionsScalarValueOneMinus) == 0x000030, "Wrong size on UExposureExpressionsScalarValueOneMinus"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueSaturate \ static_assert(alignof(UExposureExpressionsScalarValueSaturate) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueSaturate"); \ static_assert(sizeof(UExposureExpressionsScalarValueSaturate) == 0x000030, "Wrong size on UExposureExpressionsScalarValueSaturate"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueAbs \ static_assert(alignof(UExposureExpressionsScalarValueAbs) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueAbs"); \ static_assert(sizeof(UExposureExpressionsScalarValueAbs) == 0x000030, "Wrong size on UExposureExpressionsScalarValueAbs"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueNegate \ static_assert(alignof(UExposureExpressionsScalarValueNegate) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueNegate"); \ static_assert(sizeof(UExposureExpressionsScalarValueNegate) == 0x000030, "Wrong size on UExposureExpressionsScalarValueNegate"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValuePair \ static_assert(alignof(UExposureExpressionsScalarValuePair) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValuePair"); \ static_assert(sizeof(UExposureExpressionsScalarValuePair) == 0x000038, "Wrong size on UExposureExpressionsScalarValuePair"); \ static_assert(offsetof(UExposureExpressionsScalarValuePair, A) == 0x000028, "Member 'UExposureExpressionsScalarValuePair::A' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValuePair, b) == 0x000030, "Member 'UExposureExpressionsScalarValuePair::b' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueOp \ static_assert(alignof(UExposureExpressionsScalarValueOp) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueOp"); \ static_assert(sizeof(UExposureExpressionsScalarValueOp) == 0x000038, "Wrong size on UExposureExpressionsScalarValueOp"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueFunction \ static_assert(alignof(UExposureExpressionsScalarValueFunction) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueFunction"); \ static_assert(sizeof(UExposureExpressionsScalarValueFunction) == 0x000038, "Wrong size on UExposureExpressionsScalarValueFunction"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueAdd \ static_assert(alignof(UExposureExpressionsScalarValueAdd) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueAdd"); \ static_assert(sizeof(UExposureExpressionsScalarValueAdd) == 0x000038, "Wrong size on UExposureExpressionsScalarValueAdd"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueSubtract \ static_assert(alignof(UExposureExpressionsScalarValueSubtract) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueSubtract"); \ static_assert(sizeof(UExposureExpressionsScalarValueSubtract) == 0x000038, "Wrong size on UExposureExpressionsScalarValueSubtract"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueMultiply \ static_assert(alignof(UExposureExpressionsScalarValueMultiply) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueMultiply"); \ static_assert(sizeof(UExposureExpressionsScalarValueMultiply) == 0x000038, "Wrong size on UExposureExpressionsScalarValueMultiply"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueDivide \ static_assert(alignof(UExposureExpressionsScalarValueDivide) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueDivide"); \ static_assert(sizeof(UExposureExpressionsScalarValueDivide) == 0x000038, "Wrong size on UExposureExpressionsScalarValueDivide"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueStep \ static_assert(alignof(UExposureExpressionsScalarValueStep) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueStep"); \ static_assert(sizeof(UExposureExpressionsScalarValueStep) == 0x000038, "Wrong size on UExposureExpressionsScalarValueStep"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueMin \ static_assert(alignof(UExposureExpressionsScalarValueMin) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueMin"); \ static_assert(sizeof(UExposureExpressionsScalarValueMin) == 0x000038, "Wrong size on UExposureExpressionsScalarValueMin"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueMax \ static_assert(alignof(UExposureExpressionsScalarValueMax) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueMax"); \ static_assert(sizeof(UExposureExpressionsScalarValueMax) == 0x000038, "Wrong size on UExposureExpressionsScalarValueMax"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueClamp \ static_assert(alignof(UExposureExpressionsScalarValueClamp) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueClamp"); \ static_assert(sizeof(UExposureExpressionsScalarValueClamp) == 0x000040, "Wrong size on UExposureExpressionsScalarValueClamp"); \ static_assert(offsetof(UExposureExpressionsScalarValueClamp, Value) == 0x000028, "Member 'UExposureExpressionsScalarValueClamp::Value' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValueClamp, Min) == 0x000030, "Member 'UExposureExpressionsScalarValueClamp::Min' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValueClamp, Max) == 0x000038, "Member 'UExposureExpressionsScalarValueClamp::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueSmoothStep \ static_assert(alignof(UExposureExpressionsScalarValueSmoothStep) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueSmoothStep"); \ static_assert(sizeof(UExposureExpressionsScalarValueSmoothStep) == 0x000040, "Wrong size on UExposureExpressionsScalarValueSmoothStep"); \ static_assert(offsetof(UExposureExpressionsScalarValueSmoothStep, Value) == 0x000028, "Member 'UExposureExpressionsScalarValueSmoothStep::Value' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValueSmoothStep, Min) == 0x000030, "Member 'UExposureExpressionsScalarValueSmoothStep::Min' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValueSmoothStep, Max) == 0x000038, "Member 'UExposureExpressionsScalarValueSmoothStep::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueLerp \ static_assert(alignof(UExposureExpressionsScalarValueLerp) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueLerp"); \ static_assert(sizeof(UExposureExpressionsScalarValueLerp) == 0x000040, "Wrong size on UExposureExpressionsScalarValueLerp"); \ static_assert(offsetof(UExposureExpressionsScalarValueLerp, A) == 0x000028, "Member 'UExposureExpressionsScalarValueLerp::A' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValueLerp, b) == 0x000030, "Member 'UExposureExpressionsScalarValueLerp::b' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValueLerp, Alpha) == 0x000038, "Member 'UExposureExpressionsScalarValueLerp::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueSelect \ static_assert(alignof(UExposureExpressionsScalarValueSelect) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueSelect"); \ static_assert(sizeof(UExposureExpressionsScalarValueSelect) == 0x000048, "Wrong size on UExposureExpressionsScalarValueSelect"); \ static_assert(offsetof(UExposureExpressionsScalarValueSelect, Value) == 0x000028, "Member 'UExposureExpressionsScalarValueSelect::Value' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValueSelect, Constant) == 0x000030, "Member 'UExposureExpressionsScalarValueSelect::Constant' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValueSelect, ValueTrue) == 0x000038, "Member 'UExposureExpressionsScalarValueSelect::ValueTrue' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValueSelect, ValueFalse) == 0x000040, "Member 'UExposureExpressionsScalarValueSelect::ValueFalse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueDay \ static_assert(alignof(UExposureExpressionsScalarValueDay) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueDay"); \ static_assert(sizeof(UExposureExpressionsScalarValueDay) == 0x000028, "Wrong size on UExposureExpressionsScalarValueDay"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueOvercast \ static_assert(alignof(UExposureExpressionsScalarValueOvercast) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueOvercast"); \ static_assert(sizeof(UExposureExpressionsScalarValueOvercast) == 0x000028, "Wrong size on UExposureExpressionsScalarValueOvercast"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueIndoors \ static_assert(alignof(UExposureExpressionsScalarValueIndoors) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueIndoors"); \ static_assert(sizeof(UExposureExpressionsScalarValueIndoors) == 0x000030, "Wrong size on UExposureExpressionsScalarValueIndoors"); \ static_assert(offsetof(UExposureExpressionsScalarValueIndoors, bSmoothed) == 0x000028, "Member 'UExposureExpressionsScalarValueIndoors::bSmoothed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueOutdoorsDaytime \ static_assert(alignof(UExposureExpressionsScalarValueOutdoorsDaytime) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueOutdoorsDaytime"); \ static_assert(sizeof(UExposureExpressionsScalarValueOutdoorsDaytime) == 0x000030, "Wrong size on UExposureExpressionsScalarValueOutdoorsDaytime"); \ static_assert(offsetof(UExposureExpressionsScalarValueOutdoorsDaytime, bSmoothed) == 0x000028, "Member 'UExposureExpressionsScalarValueOutdoorsDaytime::bSmoothed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueLerpWithAlpha \ static_assert(alignof(UExposureExpressionsExposureValueLerpWithAlpha) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueLerpWithAlpha"); \ static_assert(sizeof(UExposureExpressionsExposureValueLerpWithAlpha) == 0x000040, "Wrong size on UExposureExpressionsExposureValueLerpWithAlpha"); \ static_assert(offsetof(UExposureExpressionsExposureValueLerpWithAlpha, ExposureA) == 0x000028, "Member 'UExposureExpressionsExposureValueLerpWithAlpha::ExposureA' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsExposureValueLerpWithAlpha, ExposureB) == 0x000030, "Member 'UExposureExpressionsExposureValueLerpWithAlpha::ExposureB' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsExposureValueLerpWithAlpha, Alpha) == 0x000038, "Member 'UExposureExpressionsExposureValueLerpWithAlpha::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureValueSelect \ static_assert(alignof(UExposureExpressionsExposureValueSelect) == 0x000008, "Wrong alignment on UExposureExpressionsExposureValueSelect"); \ static_assert(sizeof(UExposureExpressionsExposureValueSelect) == 0x000048, "Wrong size on UExposureExpressionsExposureValueSelect"); \ static_assert(offsetof(UExposureExpressionsExposureValueSelect, Value) == 0x000028, "Member 'UExposureExpressionsExposureValueSelect::Value' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsExposureValueSelect, Constant) == 0x000030, "Member 'UExposureExpressionsExposureValueSelect::Constant' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsExposureValueSelect, ExposureTrue) == 0x000038, "Member 'UExposureExpressionsExposureValueSelect::ExposureTrue' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsExposureValueSelect, ExposureFalse) == 0x000040, "Member 'UExposureExpressionsExposureValueSelect::ExposureFalse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueMapRangeClampedExposure \ static_assert(alignof(UExposureExpressionsScalarValueMapRangeClampedExposure) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueMapRangeClampedExposure"); \ static_assert(sizeof(UExposureExpressionsScalarValueMapRangeClampedExposure) == 0x000050, "Wrong size on UExposureExpressionsScalarValueMapRangeClampedExposure"); \ static_assert(offsetof(UExposureExpressionsScalarValueMapRangeClampedExposure, Value) == 0x000028, "Member 'UExposureExpressionsScalarValueMapRangeClampedExposure::Value' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValueMapRangeClampedExposure, Min) == 0x000030, "Member 'UExposureExpressionsScalarValueMapRangeClampedExposure::Min' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValueMapRangeClampedExposure, Max) == 0x000038, "Member 'UExposureExpressionsScalarValueMapRangeClampedExposure::Max' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValueMapRangeClampedExposure, ExposureMin) == 0x000040, "Member 'UExposureExpressionsScalarValueMapRangeClampedExposure::ExposureMin' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValueMapRangeClampedExposure, ExposureMax) == 0x000048, "Member 'UExposureExpressionsScalarValueMapRangeClampedExposure::ExposureMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarValueMapRangeClamped \ static_assert(alignof(UExposureExpressionsScalarValueMapRangeClamped) == 0x000008, "Wrong alignment on UExposureExpressionsScalarValueMapRangeClamped"); \ static_assert(sizeof(UExposureExpressionsScalarValueMapRangeClamped) == 0x000050, "Wrong size on UExposureExpressionsScalarValueMapRangeClamped"); \ static_assert(offsetof(UExposureExpressionsScalarValueMapRangeClamped, Value) == 0x000028, "Member 'UExposureExpressionsScalarValueMapRangeClamped::Value' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValueMapRangeClamped, Min) == 0x000030, "Member 'UExposureExpressionsScalarValueMapRangeClamped::Min' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValueMapRangeClamped, Max) == 0x000038, "Member 'UExposureExpressionsScalarValueMapRangeClamped::Max' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValueMapRangeClamped, OutMin) == 0x000040, "Member 'UExposureExpressionsScalarValueMapRangeClamped::OutMin' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarValueMapRangeClamped, OutMax) == 0x000048, "Member 'UExposureExpressionsScalarValueMapRangeClamped::OutMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsScalarCurve \ static_assert(alignof(UExposureExpressionsScalarCurve) == 0x000008, "Wrong alignment on UExposureExpressionsScalarCurve"); \ static_assert(sizeof(UExposureExpressionsScalarCurve) == 0x000038, "Wrong size on UExposureExpressionsScalarCurve"); \ static_assert(offsetof(UExposureExpressionsScalarCurve, Curve) == 0x000028, "Member 'UExposureExpressionsScalarCurve::Curve' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsScalarCurve, CurveX) == 0x000030, "Member 'UExposureExpressionsScalarCurve::CurveX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsExposureCurve \ static_assert(alignof(UExposureExpressionsExposureCurve) == 0x000008, "Wrong alignment on UExposureExpressionsExposureCurve"); \ static_assert(sizeof(UExposureExpressionsExposureCurve) == 0x000038, "Wrong size on UExposureExpressionsExposureCurve"); \ static_assert(offsetof(UExposureExpressionsExposureCurve, ExposureCurve) == 0x000028, "Member 'UExposureExpressionsExposureCurve::ExposureCurve' has a wrong offset!"); \ static_assert(offsetof(UExposureExpressionsExposureCurve, CurveX) == 0x000030, "Member 'UExposureExpressionsExposureCurve::CurveX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterLightingFeaturesOptions \ static_assert(alignof(FCharacterLightingFeaturesOptions) == 0x000001, "Wrong alignment on FCharacterLightingFeaturesOptions"); \ static_assert(sizeof(FCharacterLightingFeaturesOptions) == 0x000002, "Wrong size on FCharacterLightingFeaturesOptions"); \ static_assert(offsetof(FCharacterLightingFeaturesOptions, bAutoAddDeleteCharacters) == 0x000000, "Member 'FCharacterLightingFeaturesOptions::bAutoAddDeleteCharacters' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeaturesOptions, bAutoDetectCharacterChanges) == 0x000001, "Member 'FCharacterLightingFeaturesOptions::bAutoDetectCharacterChanges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightingFeaturesSkeletalMeshState \ static_assert(alignof(FLightingFeaturesSkeletalMeshState) == 0x000004, "Wrong alignment on FLightingFeaturesSkeletalMeshState"); \ static_assert(sizeof(FLightingFeaturesSkeletalMeshState) == 0x000008, "Wrong size on FLightingFeaturesSkeletalMeshState"); \ #define DUMPER7_ASSERTS_FCharacterLightingFeaturesState \ static_assert(alignof(FCharacterLightingFeaturesState) == 0x000008, "Wrong alignment on FCharacterLightingFeaturesState"); \ static_assert(sizeof(FCharacterLightingFeaturesState) == 0x000068, "Wrong size on FCharacterLightingFeaturesState"); \ static_assert(offsetof(FCharacterLightingFeaturesState, Meshes) == 0x000000, "Member 'FCharacterLightingFeaturesState::Meshes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterLightingFeatures \ static_assert(alignof(FCharacterLightingFeatures) == 0x000008, "Wrong alignment on FCharacterLightingFeatures"); \ static_assert(sizeof(FCharacterLightingFeatures) == 0x0000B8, "Wrong size on FCharacterLightingFeatures"); \ static_assert(offsetof(FCharacterLightingFeatures, OPTIONS) == 0x000000, "Member 'FCharacterLightingFeatures::OPTIONS' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeatures, IgnoreCharacters) == 0x000008, "Member 'FCharacterLightingFeatures::IgnoreCharacters' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeatures, PendingCharacters) == 0x000058, "Member 'FCharacterLightingFeatures::PendingCharacters' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeatures, Characters) == 0x000068, "Member 'FCharacterLightingFeatures::Characters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightCullingCameraSetup \ static_assert(alignof(FLightCullingCameraSetup) == 0x000004, "Wrong alignment on FLightCullingCameraSetup"); \ static_assert(sizeof(FLightCullingCameraSetup) == 0x000004, "Wrong size on FLightCullingCameraSetup"); \ static_assert(offsetof(FLightCullingCameraSetup, PlayerDistanceBiasMeters) == 0x000000, "Member 'FLightCullingCameraSetup::PlayerDistanceBiasMeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterLightingFeaturesSettings \ static_assert(alignof(FCharacterLightingFeaturesSettings) == 0x000004, "Wrong alignment on FCharacterLightingFeaturesSettings"); \ static_assert(sizeof(FCharacterLightingFeaturesSettings) == 0x000040, "Wrong size on FCharacterLightingFeaturesSettings"); \ static_assert(offsetof(FCharacterLightingFeaturesSettings, CharacterProjectedShadowsEndMeters) == 0x000000, "Member 'FCharacterLightingFeaturesSettings::CharacterProjectedShadowsEndMeters' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeaturesSettings, MaxCharacterProjectedShadows) == 0x000004, "Member 'FCharacterLightingFeaturesSettings::MaxCharacterProjectedShadows' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeaturesSettings, CapsuleShadowsEndMeters) == 0x000008, "Member 'FCharacterLightingFeaturesSettings::CapsuleShadowsEndMeters' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeaturesSettings, MaxCharacterCapsuleShadows) == 0x00000C, "Member 'FCharacterLightingFeaturesSettings::MaxCharacterCapsuleShadows' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeaturesSettings, CharacterContactShadowsStartMeters) == 0x000010, "Member 'FCharacterLightingFeaturesSettings::CharacterContactShadowsStartMeters' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeaturesSettings, CharacterContactShadowsEndMeters) == 0x000014, "Member 'FCharacterLightingFeaturesSettings::CharacterContactShadowsEndMeters' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeaturesSettings, MaxCharacterContactShadows) == 0x000018, "Member 'FCharacterLightingFeaturesSettings::MaxCharacterContactShadows' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeaturesSettings, BlobShadowsEndMeters) == 0x00001C, "Member 'FCharacterLightingFeaturesSettings::BlobShadowsEndMeters' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeaturesSettings, MaxCharacterBlobShadows) == 0x000020, "Member 'FCharacterLightingFeaturesSettings::MaxCharacterBlobShadows' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeaturesSettings, CharacterIndirectCapsuleShadowsEndMeters) == 0x000024, "Member 'FCharacterLightingFeaturesSettings::CharacterIndirectCapsuleShadowsEndMeters' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeaturesSettings, CapsuleIndirectShadowMinVisibility) == 0x000028, "Member 'FCharacterLightingFeaturesSettings::CapsuleIndirectShadowMinVisibility' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeaturesSettings, MaxCharacterIndirectCapsuleShadows) == 0x00002C, "Member 'FCharacterLightingFeaturesSettings::MaxCharacterIndirectCapsuleShadows' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeaturesSettings, CharacterLightChannelEndMeters) == 0x000030, "Member 'FCharacterLightingFeaturesSettings::CharacterLightChannelEndMeters' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeaturesSettings, MaxCharactersInLightChannel) == 0x000034, "Member 'FCharacterLightingFeaturesSettings::MaxCharactersInLightChannel' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeaturesSettings, CameraSetup) == 0x000038, "Member 'FCharacterLightingFeaturesSettings::CameraSetup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterLightingFeaturesSettingsOverride \ static_assert(alignof(FCharacterLightingFeaturesSettingsOverride) == 0x000004, "Wrong alignment on FCharacterLightingFeaturesSettingsOverride"); \ static_assert(sizeof(FCharacterLightingFeaturesSettingsOverride) == 0x00004C, "Wrong size on FCharacterLightingFeaturesSettingsOverride"); \ static_assert(offsetof(FCharacterLightingFeaturesSettingsOverride, Owner) == 0x000000, "Member 'FCharacterLightingFeaturesSettingsOverride::Owner' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeaturesSettingsOverride, Settings) == 0x000008, "Member 'FCharacterLightingFeaturesSettingsOverride::Settings' has a wrong offset!"); \ static_assert(offsetof(FCharacterLightingFeaturesSettingsOverride, Lerp) == 0x000048, "Member 'FCharacterLightingFeaturesSettingsOverride::Lerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FForceCapsuleShadowsSettings \ static_assert(alignof(FForceCapsuleShadowsSettings) == 0x000004, "Wrong alignment on FForceCapsuleShadowsSettings"); \ static_assert(sizeof(FForceCapsuleShadowsSettings) == 0x000020, "Wrong size on FForceCapsuleShadowsSettings"); \ static_assert(offsetof(FForceCapsuleShadowsSettings, DynamicShadowEndDistanceMeters) == 0x000000, "Member 'FForceCapsuleShadowsSettings::DynamicShadowEndDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FForceCapsuleShadowsSettings, CapsuleShadowStartDistanceMeters) == 0x000004, "Member 'FForceCapsuleShadowsSettings::CapsuleShadowStartDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FForceCapsuleShadowsSettings, CapsuleShadowEndDistanceMeters) == 0x000008, "Member 'FForceCapsuleShadowsSettings::CapsuleShadowEndDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FForceCapsuleShadowsSettings, CapsuleIndirectShadowStartDistanceMeters) == 0x00000C, "Member 'FForceCapsuleShadowsSettings::CapsuleIndirectShadowStartDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FForceCapsuleShadowsSettings, CapsuleIndirectShadowEndDistanceMeters) == 0x000010, "Member 'FForceCapsuleShadowsSettings::CapsuleIndirectShadowEndDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FForceCapsuleShadowsSettings, CapsuleIndirectShadowMinVisibilityAtStart) == 0x000014, "Member 'FForceCapsuleShadowsSettings::CapsuleIndirectShadowMinVisibilityAtStart' has a wrong offset!"); \ static_assert(offsetof(FForceCapsuleShadowsSettings, CapsuleIndirectShadowMinVisibilityAtEnd) == 0x000018, "Member 'FForceCapsuleShadowsSettings::CapsuleIndirectShadowMinVisibilityAtEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightCullingLightPhysicsParent \ static_assert(alignof(FLightCullingLightPhysicsParent) == 0x000004, "Wrong alignment on FLightCullingLightPhysicsParent"); \ static_assert(sizeof(FLightCullingLightPhysicsParent) == 0x000008, "Wrong size on FLightCullingLightPhysicsParent"); \ static_assert(offsetof(FLightCullingLightPhysicsParent, PhysicsParentPtr) == 0x000000, "Member 'FLightCullingLightPhysicsParent::PhysicsParentPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightCullingLight \ static_assert(alignof(FLightCullingLight) == 0x000004, "Wrong alignment on FLightCullingLight"); \ static_assert(sizeof(FLightCullingLight) == 0x00004C, "Wrong size on FLightCullingLight"); \ static_assert(offsetof(FLightCullingLight, PhysicsParent) == 0x000000, "Member 'FLightCullingLight::PhysicsParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightCulling \ static_assert(alignof(FLightCulling) == 0x000008, "Wrong alignment on FLightCulling"); \ static_assert(sizeof(FLightCulling) == 0x000060, "Wrong size on FLightCulling"); \ static_assert(offsetof(FLightCulling, Lights) == 0x000000, "Member 'FLightCulling::Lights' has a wrong offset!"); \ static_assert(offsetof(FLightCulling, IgnoreLights) == 0x000050, "Member 'FLightCulling::IgnoreLights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightCullingCameraState \ static_assert(alignof(FLightCullingCameraState) == 0x000010, "Wrong alignment on FLightCullingCameraState"); \ static_assert(sizeof(FLightCullingCameraState) == 0x000040, "Wrong size on FLightCullingCameraState"); \ static_assert(offsetof(FLightCullingCameraState, Player) == 0x000030, "Member 'FLightCullingCameraState::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightCullingLevelName \ static_assert(alignof(FLightCullingLevelName) == 0x000004, "Wrong alignment on FLightCullingLevelName"); \ static_assert(sizeof(FLightCullingLevelName) == 0x000008, "Wrong size on FLightCullingLevelName"); \ static_assert(offsetof(FLightCullingLevelName, Name) == 0x000000, "Member 'FLightCullingLevelName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightCullingPerLightFeatureSettings \ static_assert(alignof(FLightCullingPerLightFeatureSettings) == 0x000001, "Wrong alignment on FLightCullingPerLightFeatureSettings"); \ static_assert(sizeof(FLightCullingPerLightFeatureSettings) == 0x000001, "Wrong size on FLightCullingPerLightFeatureSettings"); \ #define DUMPER7_ASSERTS_FLightCullingPerLightAdvancedSettings \ static_assert(alignof(FLightCullingPerLightAdvancedSettings) == 0x000001, "Wrong alignment on FLightCullingPerLightAdvancedSettings"); \ static_assert(sizeof(FLightCullingPerLightAdvancedSettings) == 0x000001, "Wrong size on FLightCullingPerLightAdvancedSettings"); \ #define DUMPER7_ASSERTS_FLightCullingPerLightSettings \ static_assert(alignof(FLightCullingPerLightSettings) == 0x000001, "Wrong alignment on FLightCullingPerLightSettings"); \ static_assert(sizeof(FLightCullingPerLightSettings) == 0x000003, "Wrong size on FLightCullingPerLightSettings"); \ static_assert(offsetof(FLightCullingPerLightSettings, LightingFeatures) == 0x000000, "Member 'FLightCullingPerLightSettings::LightingFeatures' has a wrong offset!"); \ static_assert(offsetof(FLightCullingPerLightSettings, Advanced) == 0x000001, "Member 'FLightCullingPerLightSettings::Advanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightCullingPerLevelSettings \ static_assert(alignof(FLightCullingPerLevelSettings) == 0x000008, "Wrong alignment on FLightCullingPerLevelSettings"); \ static_assert(sizeof(FLightCullingPerLevelSettings) == 0x000028, "Wrong size on FLightCullingPerLevelSettings"); \ static_assert(offsetof(FLightCullingPerLevelSettings, Level) == 0x000000, "Member 'FLightCullingPerLevelSettings::Level' has a wrong offset!"); \ static_assert(offsetof(FLightCullingPerLevelSettings, LevelPartialMatch) == 0x000008, "Member 'FLightCullingPerLevelSettings::LevelPartialMatch' has a wrong offset!"); \ static_assert(offsetof(FLightCullingPerLevelSettings, Settings) == 0x000018, "Member 'FLightCullingPerLevelSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(FLightCullingPerLevelSettings, bUseSubString) == 0x000020, "Member 'FLightCullingPerLevelSettings::bUseSubString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightCullingSettingsStackEntry \ static_assert(alignof(FLightCullingSettingsStackEntry) == 0x000004, "Wrong alignment on FLightCullingSettingsStackEntry"); \ static_assert(sizeof(FLightCullingSettingsStackEntry) == 0x000010, "Wrong size on FLightCullingSettingsStackEntry"); \ static_assert(offsetof(FLightCullingSettingsStackEntry, Owner) == 0x000000, "Member 'FLightCullingSettingsStackEntry::Owner' has a wrong offset!"); \ static_assert(offsetof(FLightCullingSettingsStackEntry, Settings) == 0x000008, "Member 'FLightCullingSettingsStackEntry::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightCullingSettingsStack \ static_assert(alignof(FLightCullingSettingsStack) == 0x000008, "Wrong alignment on FLightCullingSettingsStack"); \ static_assert(sizeof(FLightCullingSettingsStack) == 0x000010, "Wrong size on FLightCullingSettingsStack"); \ static_assert(offsetof(FLightCullingSettingsStack, Stack) == 0x000000, "Member 'FLightCullingSettingsStack::Stack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightCullingSettingsWorldStacks \ static_assert(alignof(FLightCullingSettingsWorldStacks) == 0x000008, "Wrong alignment on FLightCullingSettingsWorldStacks"); \ static_assert(sizeof(FLightCullingSettingsWorldStacks) == 0x000050, "Wrong size on FLightCullingSettingsWorldStacks"); \ static_assert(offsetof(FLightCullingSettingsWorldStacks, WorldMap) == 0x000000, "Member 'FLightCullingSettingsWorldStacks::WorldMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleBlobShadowDecalComponentEntry \ static_assert(alignof(FSimpleBlobShadowDecalComponentEntry) == 0x000008, "Wrong alignment on FSimpleBlobShadowDecalComponentEntry"); \ static_assert(sizeof(FSimpleBlobShadowDecalComponentEntry) == 0x000078, "Wrong size on FSimpleBlobShadowDecalComponentEntry"); \ static_assert(offsetof(FSimpleBlobShadowDecalComponentEntry, bUseActorClass) == 0x000000, "Member 'FSimpleBlobShadowDecalComponentEntry::bUseActorClass' has a wrong offset!"); \ static_assert(offsetof(FSimpleBlobShadowDecalComponentEntry, ActorClass) == 0x000008, "Member 'FSimpleBlobShadowDecalComponentEntry::ActorClass' has a wrong offset!"); \ static_assert(offsetof(FSimpleBlobShadowDecalComponentEntry, bIncludeActorSubclasses) == 0x000030, "Member 'FSimpleBlobShadowDecalComponentEntry::bIncludeActorSubclasses' has a wrong offset!"); \ static_assert(offsetof(FSimpleBlobShadowDecalComponentEntry, bUseMovementComponentClass) == 0x000031, "Member 'FSimpleBlobShadowDecalComponentEntry::bUseMovementComponentClass' has a wrong offset!"); \ static_assert(offsetof(FSimpleBlobShadowDecalComponentEntry, MovementComponentClass) == 0x000038, "Member 'FSimpleBlobShadowDecalComponentEntry::MovementComponentClass' has a wrong offset!"); \ static_assert(offsetof(FSimpleBlobShadowDecalComponentEntry, bIncludeMovementComponentSubclasses) == 0x000060, "Member 'FSimpleBlobShadowDecalComponentEntry::bIncludeMovementComponentSubclasses' has a wrong offset!"); \ static_assert(offsetof(FSimpleBlobShadowDecalComponentEntry, BlobShadowDecalComponentClass) == 0x000068, "Member 'FSimpleBlobShadowDecalComponentEntry::BlobShadowDecalComponentClass' has a wrong offset!"); \ static_assert(offsetof(FSimpleBlobShadowDecalComponentEntry, OverrideDecalMaterial) == 0x000070, "Member 'FSimpleBlobShadowDecalComponentEntry::OverrideDecalMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleBlobShadowDecalComponentMapper \ static_assert(alignof(FSimpleBlobShadowDecalComponentMapper) == 0x000008, "Wrong alignment on FSimpleBlobShadowDecalComponentMapper"); \ static_assert(sizeof(FSimpleBlobShadowDecalComponentMapper) == 0x000010, "Wrong size on FSimpleBlobShadowDecalComponentMapper"); \ static_assert(offsetof(FSimpleBlobShadowDecalComponentMapper, Entries) == 0x000000, "Member 'FSimpleBlobShadowDecalComponentMapper::Entries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForceCapsuleShadowsComponent_CreateAndAttachForceCapsuleShadows \ static_assert(alignof(ForceCapsuleShadowsComponent_CreateAndAttachForceCapsuleShadows) == 0x000008, "Wrong alignment on ForceCapsuleShadowsComponent_CreateAndAttachForceCapsuleShadows"); \ static_assert(sizeof(ForceCapsuleShadowsComponent_CreateAndAttachForceCapsuleShadows) == 0x000038, "Wrong size on ForceCapsuleShadowsComponent_CreateAndAttachForceCapsuleShadows"); \ static_assert(offsetof(ForceCapsuleShadowsComponent_CreateAndAttachForceCapsuleShadows, Owner) == 0x000000, "Member 'ForceCapsuleShadowsComponent_CreateAndAttachForceCapsuleShadows::Owner' has a wrong offset!"); \ static_assert(offsetof(ForceCapsuleShadowsComponent_CreateAndAttachForceCapsuleShadows, NewSettings) == 0x000008, "Member 'ForceCapsuleShadowsComponent_CreateAndAttachForceCapsuleShadows::NewSettings' has a wrong offset!"); \ static_assert(offsetof(ForceCapsuleShadowsComponent_CreateAndAttachForceCapsuleShadows, NewForceCapsuleShadowsComponent) == 0x000028, "Member 'ForceCapsuleShadowsComponent_CreateAndAttachForceCapsuleShadows::NewForceCapsuleShadowsComponent' has a wrong offset!"); \ static_assert(offsetof(ForceCapsuleShadowsComponent_CreateAndAttachForceCapsuleShadows, bTransient) == 0x000030, "Member 'ForceCapsuleShadowsComponent_CreateAndAttachForceCapsuleShadows::bTransient' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForceCapsuleShadowsComponent_DetachAndDestroyForceCapsuleShadows \ static_assert(alignof(ForceCapsuleShadowsComponent_DetachAndDestroyForceCapsuleShadows) == 0x000008, "Wrong alignment on ForceCapsuleShadowsComponent_DetachAndDestroyForceCapsuleShadows"); \ static_assert(sizeof(ForceCapsuleShadowsComponent_DetachAndDestroyForceCapsuleShadows) == 0x000010, "Wrong size on ForceCapsuleShadowsComponent_DetachAndDestroyForceCapsuleShadows"); \ static_assert(offsetof(ForceCapsuleShadowsComponent_DetachAndDestroyForceCapsuleShadows, Owner) == 0x000000, "Member 'ForceCapsuleShadowsComponent_DetachAndDestroyForceCapsuleShadows::Owner' has a wrong offset!"); \ static_assert(offsetof(ForceCapsuleShadowsComponent_DetachAndDestroyForceCapsuleShadows, ExistingForceCapsuleShadowsComponent) == 0x000008, "Member 'ForceCapsuleShadowsComponent_DetachAndDestroyForceCapsuleShadows::ExistingForceCapsuleShadowsComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForceCapsuleShadowsComponent_Enable \ static_assert(alignof(ForceCapsuleShadowsComponent_Enable) == 0x000001, "Wrong alignment on ForceCapsuleShadowsComponent_Enable"); \ static_assert(sizeof(ForceCapsuleShadowsComponent_Enable) == 0x000001, "Wrong size on ForceCapsuleShadowsComponent_Enable"); \ static_assert(offsetof(ForceCapsuleShadowsComponent_Enable, bEnable) == 0x000000, "Member 'ForceCapsuleShadowsComponent_Enable::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForceCapsuleShadowsComponent_Enabled \ static_assert(alignof(ForceCapsuleShadowsComponent_Enabled) == 0x000001, "Wrong alignment on ForceCapsuleShadowsComponent_Enabled"); \ static_assert(sizeof(ForceCapsuleShadowsComponent_Enabled) == 0x000001, "Wrong size on ForceCapsuleShadowsComponent_Enabled"); \ static_assert(offsetof(ForceCapsuleShadowsComponent_Enabled, bEnabled) == 0x000000, "Member 'ForceCapsuleShadowsComponent_Enabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForceCapsuleShadowsComponent_UpdateSettings \ static_assert(alignof(ForceCapsuleShadowsComponent_UpdateSettings) == 0x000004, "Wrong alignment on ForceCapsuleShadowsComponent_UpdateSettings"); \ static_assert(sizeof(ForceCapsuleShadowsComponent_UpdateSettings) == 0x000020, "Wrong size on ForceCapsuleShadowsComponent_UpdateSettings"); \ static_assert(offsetof(ForceCapsuleShadowsComponent_UpdateSettings, NewSettings) == 0x000000, "Member 'ForceCapsuleShadowsComponent_UpdateSettings::NewSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UForceCapsuleShadowsComponent \ static_assert(alignof(UForceCapsuleShadowsComponent) == 0x000008, "Wrong alignment on UForceCapsuleShadowsComponent"); \ static_assert(sizeof(UForceCapsuleShadowsComponent) == 0x0000F8, "Wrong size on UForceCapsuleShadowsComponent"); \ static_assert(offsetof(UForceCapsuleShadowsComponent, Settings) == 0x0000D0, "Member 'UForceCapsuleShadowsComponent::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARectLightWithCullingSettings \ static_assert(alignof(ARectLightWithCullingSettings) == 0x000008, "Wrong alignment on ARectLightWithCullingSettings"); \ static_assert(sizeof(ARectLightWithCullingSettings) == 0x000260, "Wrong size on ARectLightWithCullingSettings"); \ static_assert(offsetof(ARectLightWithCullingSettings, RectLightComponent) == 0x000258, "Member 'ARectLightWithCullingSettings::RectLightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPointLightComponentWithCullingSettings \ static_assert(alignof(UPointLightComponentWithCullingSettings) == 0x000010, "Wrong alignment on UPointLightComponentWithCullingSettings"); \ static_assert(sizeof(UPointLightComponentWithCullingSettings) == 0x0003F0, "Wrong size on UPointLightComponentWithCullingSettings"); \ static_assert(offsetof(UPointLightComponentWithCullingSettings, LightCullingSettings) == 0x0003E0, "Member 'UPointLightComponentWithCullingSettings::LightCullingSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpotLightComponentWithCullingSettings \ static_assert(alignof(USpotLightComponentWithCullingSettings) == 0x000010, "Wrong alignment on USpotLightComponentWithCullingSettings"); \ static_assert(sizeof(USpotLightComponentWithCullingSettings) == 0x0003F0, "Wrong size on USpotLightComponentWithCullingSettings"); \ static_assert(offsetof(USpotLightComponentWithCullingSettings, LightCullingSettings) == 0x0003E8, "Member 'USpotLightComponentWithCullingSettings::LightCullingSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URectLightComponentWithCullingSettings \ static_assert(alignof(URectLightComponentWithCullingSettings) == 0x000010, "Wrong alignment on URectLightComponentWithCullingSettings"); \ static_assert(sizeof(URectLightComponentWithCullingSettings) == 0x0003F0, "Wrong size on URectLightComponentWithCullingSettings"); \ static_assert(offsetof(URectLightComponentWithCullingSettings, LightCullingSettings) == 0x0003E8, "Member 'URectLightComponentWithCullingSettings::LightCullingSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APointLightWithCullingSettings \ static_assert(alignof(APointLightWithCullingSettings) == 0x000008, "Wrong alignment on APointLightWithCullingSettings"); \ static_assert(sizeof(APointLightWithCullingSettings) == 0x000260, "Wrong size on APointLightWithCullingSettings"); \ static_assert(offsetof(APointLightWithCullingSettings, PointLightComponent) == 0x000258, "Member 'APointLightWithCullingSettings::PointLightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpotLightWithCullingSettings \ static_assert(alignof(ASpotLightWithCullingSettings) == 0x000008, "Wrong alignment on ASpotLightWithCullingSettings"); \ static_assert(sizeof(ASpotLightWithCullingSettings) == 0x000260, "Wrong size on ASpotLightWithCullingSettings"); \ static_assert(offsetof(ASpotLightWithCullingSettings, SpotLightComponent) == 0x000258, "Member 'ASpotLightWithCullingSettings::SpotLightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ILightCullingPerLightInterface \ static_assert(alignof(ILightCullingPerLightInterface) == 0x000001, "Wrong alignment on ILightCullingPerLightInterface"); \ static_assert(sizeof(ILightCullingPerLightInterface) == 0x000001, "Wrong size on ILightCullingPerLightInterface"); \ #define DUMPER7_ASSERTS_ULightCullingSettings \ static_assert(alignof(ULightCullingSettings) == 0x000008, "Wrong alignment on ULightCullingSettings"); \ static_assert(sizeof(ULightCullingSettings) == 0x0000D0, "Wrong size on ULightCullingSettings"); \ static_assert(offsetof(ULightCullingSettings, DistanceOverride) == 0x000030, "Member 'ULightCullingSettings::DistanceOverride' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, MaxDrawDistanceMeters) == 0x000034, "Member 'ULightCullingSettings::MaxDrawDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, MaxDistanceFadeRangeMeters) == 0x000038, "Member 'ULightCullingSettings::MaxDistanceFadeRangeMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, AutoMaxDistanceFadeRangePercentage) == 0x00003C, "Member 'ULightCullingSettings::AutoMaxDistanceFadeRangePercentage' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, SuspiciouslyLargeMaxDrawDistanceMeters) == 0x000040, "Member 'ULightCullingSettings::SuspiciouslyLargeMaxDrawDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, MovableShadowsStartDistanceMeters) == 0x000044, "Member 'ULightCullingSettings::MovableShadowsStartDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, LimitMovableShadowCastingLights) == 0x000048, "Member 'ULightCullingSettings::LimitMovableShadowCastingLights' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, NonMovableShadowsStartDistanceMeters) == 0x00004C, "Member 'ULightCullingSettings::NonMovableShadowsStartDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, LimitNonMovableShadowCastingLights) == 0x000050, "Member 'ULightCullingSettings::LimitNonMovableShadowCastingLights' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, AffectVolumetricLightingStartDistanceMeters) == 0x000054, "Member 'ULightCullingSettings::AffectVolumetricLightingStartDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, LimitAffectVolumetricLightingLights) == 0x000058, "Member 'ULightCullingSettings::LimitAffectVolumetricLightingLights' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, VolumetricScatteringDistanceMeters) == 0x00005C, "Member 'ULightCullingSettings::VolumetricScatteringDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, VolumetricScatteringFadeRangeMeters) == 0x000060, "Member 'ULightCullingSettings::VolumetricScatteringFadeRangeMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, LimitVolumetricScatteringLights) == 0x000064, "Member 'ULightCullingSettings::LimitVolumetricScatteringLights' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, VolumetricShadowStartDistanceMeters) == 0x000068, "Member 'ULightCullingSettings::VolumetricShadowStartDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, LimitVolumetricShadowingLights) == 0x00006C, "Member 'ULightCullingSettings::LimitVolumetricShadowingLights' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, AffectTranslucentLightingStartDistanceMeters) == 0x000070, "Member 'ULightCullingSettings::AffectTranslucentLightingStartDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, LimitAffectTranslucentLightingLights) == 0x000074, "Member 'ULightCullingSettings::LimitAffectTranslucentLightingLights' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, ContactShadowsStartDistanceMeters) == 0x000078, "Member 'ULightCullingSettings::ContactShadowsStartDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, LimitContactShadowingLights) == 0x00007C, "Member 'ULightCullingSettings::LimitContactShadowingLights' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, MoveableLightStartDistanceMeters) == 0x000080, "Member 'ULightCullingSettings::MoveableLightStartDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, LimitMoveableLights) == 0x000084, "Member 'ULightCullingSettings::LimitMoveableLights' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, TickingLightStartDistanceMeters) == 0x000088, "Member 'ULightCullingSettings::TickingLightStartDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, CharacterProjectedShadowsEndMeters) == 0x00008C, "Member 'ULightCullingSettings::CharacterProjectedShadowsEndMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, MaxCharacterProjectedShadows) == 0x000090, "Member 'ULightCullingSettings::MaxCharacterProjectedShadows' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, CapsuleShadowsEndMeters) == 0x000094, "Member 'ULightCullingSettings::CapsuleShadowsEndMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, MaxCharacterCapsuleShadows) == 0x000098, "Member 'ULightCullingSettings::MaxCharacterCapsuleShadows' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, CharacterContactShadowsStartMeters) == 0x00009C, "Member 'ULightCullingSettings::CharacterContactShadowsStartMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, CharacterContactShadowsEndMeters) == 0x0000A0, "Member 'ULightCullingSettings::CharacterContactShadowsEndMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, MaxCharacterContactShadows) == 0x0000A4, "Member 'ULightCullingSettings::MaxCharacterContactShadows' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, BlobShadowsEndMeters) == 0x0000A8, "Member 'ULightCullingSettings::BlobShadowsEndMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, MaxCharacterBlobShadows) == 0x0000AC, "Member 'ULightCullingSettings::MaxCharacterBlobShadows' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, CharacterIndirectCapsuleShadowsEndMeters) == 0x0000B0, "Member 'ULightCullingSettings::CharacterIndirectCapsuleShadowsEndMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, CapsuleIndirectShadowMinVisibility) == 0x0000B4, "Member 'ULightCullingSettings::CapsuleIndirectShadowMinVisibility' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, MaxCharacterIndirectCapsuleShadows) == 0x0000B8, "Member 'ULightCullingSettings::MaxCharacterIndirectCapsuleShadows' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, CharacterLightChannelEndMeters) == 0x0000BC, "Member 'ULightCullingSettings::CharacterLightChannelEndMeters' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, MaxCharactersInLightChannel) == 0x0000C0, "Member 'ULightCullingSettings::MaxCharactersInLightChannel' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, CameraSetup) == 0x0000C4, "Member 'ULightCullingSettings::CameraSetup' has a wrong offset!"); \ static_assert(offsetof(ULightCullingSettings, DistanceCulledUpdateMarginMeters) == 0x0000C8, "Member 'ULightCullingSettings::DistanceCulledUpdateMarginMeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightCullingLevelSettings \ static_assert(alignof(ULightCullingLevelSettings) == 0x000008, "Wrong alignment on ULightCullingLevelSettings"); \ static_assert(sizeof(ULightCullingLevelSettings) == 0x000078, "Wrong size on ULightCullingLevelSettings"); \ static_assert(offsetof(ULightCullingLevelSettings, LevelDefaultSettings) == 0x000030, "Member 'ULightCullingLevelSettings::LevelDefaultSettings' has a wrong offset!"); \ static_assert(offsetof(ULightCullingLevelSettings, LevelSettings) == 0x000038, "Member 'ULightCullingLevelSettings::LevelSettings' has a wrong offset!"); \ static_assert(offsetof(ULightCullingLevelSettings, DisableLevels) == 0x000048, "Member 'ULightCullingLevelSettings::DisableLevels' has a wrong offset!"); \ static_assert(offsetof(ULightCullingLevelSettings, DisableProceduralLevels) == 0x000058, "Member 'ULightCullingLevelSettings::DisableProceduralLevels' has a wrong offset!"); \ static_assert(offsetof(ULightCullingLevelSettings, SimpleBlobShadowDecalComponentMapper) == 0x000068, "Member 'ULightCullingLevelSettings::SimpleBlobShadowDecalComponentMapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_ClearOverrideCharacterLightingFeatures \ static_assert(alignof(LightCullingSingleton_ClearOverrideCharacterLightingFeatures) == 0x000008, "Wrong alignment on LightCullingSingleton_ClearOverrideCharacterLightingFeatures"); \ static_assert(sizeof(LightCullingSingleton_ClearOverrideCharacterLightingFeatures) == 0x000010, "Wrong size on LightCullingSingleton_ClearOverrideCharacterLightingFeatures"); \ static_assert(offsetof(LightCullingSingleton_ClearOverrideCharacterLightingFeatures, WorldContextObject) == 0x000000, "Member 'LightCullingSingleton_ClearOverrideCharacterLightingFeatures::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_ClearOverrideCharacterLightingFeatures, OverrideOwner) == 0x000008, "Member 'LightCullingSingleton_ClearOverrideCharacterLightingFeatures::OverrideOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_DisableEnd \ static_assert(alignof(LightCullingSingleton_DisableEnd) == 0x000008, "Wrong alignment on LightCullingSingleton_DisableEnd"); \ static_assert(sizeof(LightCullingSingleton_DisableEnd) == 0x000008, "Wrong size on LightCullingSingleton_DisableEnd"); \ static_assert(offsetof(LightCullingSingleton_DisableEnd, WorldContextObject) == 0x000000, "Member 'LightCullingSingleton_DisableEnd::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_DisableStart \ static_assert(alignof(LightCullingSingleton_DisableStart) == 0x000008, "Wrong alignment on LightCullingSingleton_DisableStart"); \ static_assert(sizeof(LightCullingSingleton_DisableStart) == 0x000008, "Wrong size on LightCullingSingleton_DisableStart"); \ static_assert(offsetof(LightCullingSingleton_DisableStart, WorldContextObject) == 0x000000, "Member 'LightCullingSingleton_DisableStart::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_Flush \ static_assert(alignof(LightCullingSingleton_Flush) == 0x000008, "Wrong alignment on LightCullingSingleton_Flush"); \ static_assert(sizeof(LightCullingSingleton_Flush) == 0x000008, "Wrong size on LightCullingSingleton_Flush"); \ static_assert(offsetof(LightCullingSingleton_Flush, light) == 0x000000, "Member 'LightCullingSingleton_Flush::light' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_GetBaseCharacterLightingFeatures \ static_assert(alignof(LightCullingSingleton_GetBaseCharacterLightingFeatures) == 0x000008, "Wrong alignment on LightCullingSingleton_GetBaseCharacterLightingFeatures"); \ static_assert(sizeof(LightCullingSingleton_GetBaseCharacterLightingFeatures) == 0x000048, "Wrong size on LightCullingSingleton_GetBaseCharacterLightingFeatures"); \ static_assert(offsetof(LightCullingSingleton_GetBaseCharacterLightingFeatures, WorldContextObject) == 0x000000, "Member 'LightCullingSingleton_GetBaseCharacterLightingFeatures::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_GetBaseCharacterLightingFeatures, CharacterLightingFeaturesSettings) == 0x000008, "Member 'LightCullingSingleton_GetBaseCharacterLightingFeatures::CharacterLightingFeaturesSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_GetCastShadowsThreshold \ static_assert(alignof(LightCullingSingleton_GetCastShadowsThreshold) == 0x000008, "Wrong alignment on LightCullingSingleton_GetCastShadowsThreshold"); \ static_assert(sizeof(LightCullingSingleton_GetCastShadowsThreshold) == 0x000010, "Wrong size on LightCullingSingleton_GetCastShadowsThreshold"); \ static_assert(offsetof(LightCullingSingleton_GetCastShadowsThreshold, light) == 0x000000, "Member 'LightCullingSingleton_GetCastShadowsThreshold::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_GetCastShadowsThreshold, ShadowQualityLevel) == 0x000008, "Member 'LightCullingSingleton_GetCastShadowsThreshold::ShadowQualityLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_GetCurrentSettings \ static_assert(alignof(LightCullingSingleton_GetCurrentSettings) == 0x000008, "Wrong alignment on LightCullingSingleton_GetCurrentSettings"); \ static_assert(sizeof(LightCullingSingleton_GetCurrentSettings) == 0x000010, "Wrong size on LightCullingSingleton_GetCurrentSettings"); \ static_assert(offsetof(LightCullingSingleton_GetCurrentSettings, WorldContextObject) == 0x000000, "Member 'LightCullingSingleton_GetCurrentSettings::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_GetCurrentSettings, Settings) == 0x000008, "Member 'LightCullingSingleton_GetCurrentSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_GetEnabled \ static_assert(alignof(LightCullingSingleton_GetEnabled) == 0x000008, "Wrong alignment on LightCullingSingleton_GetEnabled"); \ static_assert(sizeof(LightCullingSingleton_GetEnabled) == 0x000010, "Wrong size on LightCullingSingleton_GetEnabled"); \ static_assert(offsetof(LightCullingSingleton_GetEnabled, WorldContextObject) == 0x000000, "Member 'LightCullingSingleton_GetEnabled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_GetEnabled, Enabled) == 0x000008, "Member 'LightCullingSingleton_GetEnabled::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_GetLightStatus \ static_assert(alignof(LightCullingSingleton_GetLightStatus) == 0x000008, "Wrong alignment on LightCullingSingleton_GetLightStatus"); \ static_assert(sizeof(LightCullingSingleton_GetLightStatus) == 0x000010, "Wrong size on LightCullingSingleton_GetLightStatus"); \ static_assert(offsetof(LightCullingSingleton_GetLightStatus, light) == 0x000000, "Member 'LightCullingSingleton_GetLightStatus::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_GetLightStatus, status) == 0x000008, "Member 'LightCullingSingleton_GetLightStatus::status' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_LightCullingAddIgnoreCharacter \ static_assert(alignof(LightCullingSingleton_LightCullingAddIgnoreCharacter) == 0x000008, "Wrong alignment on LightCullingSingleton_LightCullingAddIgnoreCharacter"); \ static_assert(sizeof(LightCullingSingleton_LightCullingAddIgnoreCharacter) == 0x000010, "Wrong size on LightCullingSingleton_LightCullingAddIgnoreCharacter"); \ static_assert(offsetof(LightCullingSingleton_LightCullingAddIgnoreCharacter, Character) == 0x000000, "Member 'LightCullingSingleton_LightCullingAddIgnoreCharacter::Character' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_LightCullingAddIgnoreCharacter, bAdded) == 0x000008, "Member 'LightCullingSingleton_LightCullingAddIgnoreCharacter::bAdded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_LightCullingIgnoreLight \ static_assert(alignof(LightCullingSingleton_LightCullingIgnoreLight) == 0x000008, "Wrong alignment on LightCullingSingleton_LightCullingIgnoreLight"); \ static_assert(sizeof(LightCullingSingleton_LightCullingIgnoreLight) == 0x000010, "Wrong size on LightCullingSingleton_LightCullingIgnoreLight"); \ static_assert(offsetof(LightCullingSingleton_LightCullingIgnoreLight, light) == 0x000000, "Member 'LightCullingSingleton_LightCullingIgnoreLight::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_LightCullingIgnoreLight, bIgnoreLight) == 0x000008, "Member 'LightCullingSingleton_LightCullingIgnoreLight::bIgnoreLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_LightCullingIgnoreLights \ static_assert(alignof(LightCullingSingleton_LightCullingIgnoreLights) == 0x000008, "Wrong alignment on LightCullingSingleton_LightCullingIgnoreLights"); \ static_assert(sizeof(LightCullingSingleton_LightCullingIgnoreLights) == 0x000018, "Wrong size on LightCullingSingleton_LightCullingIgnoreLights"); \ static_assert(offsetof(LightCullingSingleton_LightCullingIgnoreLights, Lights) == 0x000000, "Member 'LightCullingSingleton_LightCullingIgnoreLights::Lights' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_LightCullingIgnoreLights, bIgnoreLight) == 0x000010, "Member 'LightCullingSingleton_LightCullingIgnoreLights::bIgnoreLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_LightCullingIsIgnoreCharacter \ static_assert(alignof(LightCullingSingleton_LightCullingIsIgnoreCharacter) == 0x000008, "Wrong alignment on LightCullingSingleton_LightCullingIsIgnoreCharacter"); \ static_assert(sizeof(LightCullingSingleton_LightCullingIsIgnoreCharacter) == 0x000010, "Wrong size on LightCullingSingleton_LightCullingIsIgnoreCharacter"); \ static_assert(offsetof(LightCullingSingleton_LightCullingIsIgnoreCharacter, Character) == 0x000000, "Member 'LightCullingSingleton_LightCullingIsIgnoreCharacter::Character' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_LightCullingIsIgnoreCharacter, bIsIgnoredCharacter) == 0x000008, "Member 'LightCullingSingleton_LightCullingIsIgnoreCharacter::bIsIgnoredCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_LightCullingIsIgnoredLight \ static_assert(alignof(LightCullingSingleton_LightCullingIsIgnoredLight) == 0x000008, "Wrong alignment on LightCullingSingleton_LightCullingIsIgnoredLight"); \ static_assert(sizeof(LightCullingSingleton_LightCullingIsIgnoredLight) == 0x000010, "Wrong size on LightCullingSingleton_LightCullingIsIgnoredLight"); \ static_assert(offsetof(LightCullingSingleton_LightCullingIsIgnoredLight, light) == 0x000000, "Member 'LightCullingSingleton_LightCullingIsIgnoredLight::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_LightCullingIsIgnoredLight, bIsIgnoredLight) == 0x000008, "Member 'LightCullingSingleton_LightCullingIsIgnoredLight::bIsIgnoredLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_LightCullingIsManagingLightMobility \ static_assert(alignof(LightCullingSingleton_LightCullingIsManagingLightMobility) == 0x000008, "Wrong alignment on LightCullingSingleton_LightCullingIsManagingLightMobility"); \ static_assert(sizeof(LightCullingSingleton_LightCullingIsManagingLightMobility) == 0x000010, "Wrong size on LightCullingSingleton_LightCullingIsManagingLightMobility"); \ static_assert(offsetof(LightCullingSingleton_LightCullingIsManagingLightMobility, light) == 0x000000, "Member 'LightCullingSingleton_LightCullingIsManagingLightMobility::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_LightCullingIsManagingLightMobility, ReturnValue) == 0x000008, "Member 'LightCullingSingleton_LightCullingIsManagingLightMobility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_LightCullingManageLightMobility \ static_assert(alignof(LightCullingSingleton_LightCullingManageLightMobility) == 0x000008, "Wrong alignment on LightCullingSingleton_LightCullingManageLightMobility"); \ static_assert(sizeof(LightCullingSingleton_LightCullingManageLightMobility) == 0x000010, "Wrong size on LightCullingSingleton_LightCullingManageLightMobility"); \ static_assert(offsetof(LightCullingSingleton_LightCullingManageLightMobility, light) == 0x000000, "Member 'LightCullingSingleton_LightCullingManageLightMobility::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_LightCullingManageLightMobility, ReturnValue) == 0x000008, "Member 'LightCullingSingleton_LightCullingManageLightMobility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_LightCullingManageLightsMobility \ static_assert(alignof(LightCullingSingleton_LightCullingManageLightsMobility) == 0x000008, "Wrong alignment on LightCullingSingleton_LightCullingManageLightsMobility"); \ static_assert(sizeof(LightCullingSingleton_LightCullingManageLightsMobility) == 0x000010, "Wrong size on LightCullingSingleton_LightCullingManageLightsMobility"); \ static_assert(offsetof(LightCullingSingleton_LightCullingManageLightsMobility, Actor) == 0x000000, "Member 'LightCullingSingleton_LightCullingManageLightsMobility::Actor' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_LightCullingManageLightsMobility, ReturnValue) == 0x000008, "Member 'LightCullingSingleton_LightCullingManageLightsMobility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_LightCullingRemoveIgnoreCharacter \ static_assert(alignof(LightCullingSingleton_LightCullingRemoveIgnoreCharacter) == 0x000008, "Wrong alignment on LightCullingSingleton_LightCullingRemoveIgnoreCharacter"); \ static_assert(sizeof(LightCullingSingleton_LightCullingRemoveIgnoreCharacter) == 0x000010, "Wrong size on LightCullingSingleton_LightCullingRemoveIgnoreCharacter"); \ static_assert(offsetof(LightCullingSingleton_LightCullingRemoveIgnoreCharacter, Character) == 0x000000, "Member 'LightCullingSingleton_LightCullingRemoveIgnoreCharacter::Character' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_LightCullingRemoveIgnoreCharacter, bRemoved) == 0x000008, "Member 'LightCullingSingleton_LightCullingRemoveIgnoreCharacter::bRemoved' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_LightCullingUnmanageLightMobility \ static_assert(alignof(LightCullingSingleton_LightCullingUnmanageLightMobility) == 0x000008, "Wrong alignment on LightCullingSingleton_LightCullingUnmanageLightMobility"); \ static_assert(sizeof(LightCullingSingleton_LightCullingUnmanageLightMobility) == 0x000010, "Wrong size on LightCullingSingleton_LightCullingUnmanageLightMobility"); \ static_assert(offsetof(LightCullingSingleton_LightCullingUnmanageLightMobility, light) == 0x000000, "Member 'LightCullingSingleton_LightCullingUnmanageLightMobility::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_LightCullingUnmanageLightMobility, bRestoreMobility) == 0x000008, "Member 'LightCullingSingleton_LightCullingUnmanageLightMobility::bRestoreMobility' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_LightCullingUnmanageLightMobility, ReturnValue) == 0x000009, "Member 'LightCullingSingleton_LightCullingUnmanageLightMobility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_LightCullingUnmanageLightsMobility \ static_assert(alignof(LightCullingSingleton_LightCullingUnmanageLightsMobility) == 0x000008, "Wrong alignment on LightCullingSingleton_LightCullingUnmanageLightsMobility"); \ static_assert(sizeof(LightCullingSingleton_LightCullingUnmanageLightsMobility) == 0x000010, "Wrong size on LightCullingSingleton_LightCullingUnmanageLightsMobility"); \ static_assert(offsetof(LightCullingSingleton_LightCullingUnmanageLightsMobility, Actor) == 0x000000, "Member 'LightCullingSingleton_LightCullingUnmanageLightsMobility::Actor' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_LightCullingUnmanageLightsMobility, bRestoreMobility) == 0x000008, "Member 'LightCullingSingleton_LightCullingUnmanageLightsMobility::bRestoreMobility' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_LightCullingUnmanageLightsMobility, ReturnValue) == 0x000009, "Member 'LightCullingSingleton_LightCullingUnmanageLightsMobility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_OverrideCharacterLightingFeatures \ static_assert(alignof(LightCullingSingleton_OverrideCharacterLightingFeatures) == 0x000008, "Wrong alignment on LightCullingSingleton_OverrideCharacterLightingFeatures"); \ static_assert(sizeof(LightCullingSingleton_OverrideCharacterLightingFeatures) == 0x000058, "Wrong size on LightCullingSingleton_OverrideCharacterLightingFeatures"); \ static_assert(offsetof(LightCullingSingleton_OverrideCharacterLightingFeatures, WorldContextObject) == 0x000000, "Member 'LightCullingSingleton_OverrideCharacterLightingFeatures::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_OverrideCharacterLightingFeatures, OverrideOwner) == 0x000008, "Member 'LightCullingSingleton_OverrideCharacterLightingFeatures::OverrideOwner' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_OverrideCharacterLightingFeatures, TargetSettings) == 0x000010, "Member 'LightCullingSingleton_OverrideCharacterLightingFeatures::TargetSettings' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_OverrideCharacterLightingFeatures, Lerp) == 0x000050, "Member 'LightCullingSingleton_OverrideCharacterLightingFeatures::Lerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_PopSettings \ static_assert(alignof(LightCullingSingleton_PopSettings) == 0x000008, "Wrong alignment on LightCullingSingleton_PopSettings"); \ static_assert(sizeof(LightCullingSingleton_PopSettings) == 0x000010, "Wrong size on LightCullingSingleton_PopSettings"); \ static_assert(offsetof(LightCullingSingleton_PopSettings, WorldContextObject) == 0x000000, "Member 'LightCullingSingleton_PopSettings::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_PopSettings, Settings) == 0x000008, "Member 'LightCullingSingleton_PopSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_PushSettings \ static_assert(alignof(LightCullingSingleton_PushSettings) == 0x000008, "Wrong alignment on LightCullingSingleton_PushSettings"); \ static_assert(sizeof(LightCullingSingleton_PushSettings) == 0x000010, "Wrong size on LightCullingSingleton_PushSettings"); \ static_assert(offsetof(LightCullingSingleton_PushSettings, WorldContextObject) == 0x000000, "Member 'LightCullingSingleton_PushSettings::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_PushSettings, Settings) == 0x000008, "Member 'LightCullingSingleton_PushSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_SetCastDynamicShadows \ static_assert(alignof(LightCullingSingleton_SetCastDynamicShadows) == 0x000008, "Wrong alignment on LightCullingSingleton_SetCastDynamicShadows"); \ static_assert(sizeof(LightCullingSingleton_SetCastDynamicShadows) == 0x000010, "Wrong size on LightCullingSingleton_SetCastDynamicShadows"); \ static_assert(offsetof(LightCullingSingleton_SetCastDynamicShadows, light) == 0x000000, "Member 'LightCullingSingleton_SetCastDynamicShadows::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_SetCastDynamicShadows, bCastShadows) == 0x000008, "Member 'LightCullingSingleton_SetCastDynamicShadows::bCastShadows' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_SetCastShadowsThreshold \ static_assert(alignof(LightCullingSingleton_SetCastShadowsThreshold) == 0x000008, "Wrong alignment on LightCullingSingleton_SetCastShadowsThreshold"); \ static_assert(sizeof(LightCullingSingleton_SetCastShadowsThreshold) == 0x000010, "Wrong size on LightCullingSingleton_SetCastShadowsThreshold"); \ static_assert(offsetof(LightCullingSingleton_SetCastShadowsThreshold, light) == 0x000000, "Member 'LightCullingSingleton_SetCastShadowsThreshold::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_SetCastShadowsThreshold, ShadowQualityLevel) == 0x000008, "Member 'LightCullingSingleton_SetCastShadowsThreshold::ShadowQualityLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_SetCastVolumetricShadow \ static_assert(alignof(LightCullingSingleton_SetCastVolumetricShadow) == 0x000008, "Wrong alignment on LightCullingSingleton_SetCastVolumetricShadow"); \ static_assert(sizeof(LightCullingSingleton_SetCastVolumetricShadow) == 0x000010, "Wrong size on LightCullingSingleton_SetCastVolumetricShadow"); \ static_assert(offsetof(LightCullingSingleton_SetCastVolumetricShadow, light) == 0x000000, "Member 'LightCullingSingleton_SetCastVolumetricShadow::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_SetCastVolumetricShadow, bCastVolumetricShadow) == 0x000008, "Member 'LightCullingSingleton_SetCastVolumetricShadow::bCastVolumetricShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_SetContactShadowLength \ static_assert(alignof(LightCullingSingleton_SetContactShadowLength) == 0x000008, "Wrong alignment on LightCullingSingleton_SetContactShadowLength"); \ static_assert(sizeof(LightCullingSingleton_SetContactShadowLength) == 0x000010, "Wrong size on LightCullingSingleton_SetContactShadowLength"); \ static_assert(offsetof(LightCullingSingleton_SetContactShadowLength, light) == 0x000000, "Member 'LightCullingSingleton_SetContactShadowLength::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_SetContactShadowLength, ContactShadowLength) == 0x000008, "Member 'LightCullingSingleton_SetContactShadowLength::ContactShadowLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_SetLightShadowBias \ static_assert(alignof(LightCullingSingleton_SetLightShadowBias) == 0x000008, "Wrong alignment on LightCullingSingleton_SetLightShadowBias"); \ static_assert(sizeof(LightCullingSingleton_SetLightShadowBias) == 0x000010, "Wrong size on LightCullingSingleton_SetLightShadowBias"); \ static_assert(offsetof(LightCullingSingleton_SetLightShadowBias, light) == 0x000000, "Member 'LightCullingSingleton_SetLightShadowBias::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_SetLightShadowBias, ShadowBias) == 0x000008, "Member 'LightCullingSingleton_SetLightShadowBias::ShadowBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_SetLightShadowResolutionScale \ static_assert(alignof(LightCullingSingleton_SetLightShadowResolutionScale) == 0x000008, "Wrong alignment on LightCullingSingleton_SetLightShadowResolutionScale"); \ static_assert(sizeof(LightCullingSingleton_SetLightShadowResolutionScale) == 0x000010, "Wrong size on LightCullingSingleton_SetLightShadowResolutionScale"); \ static_assert(offsetof(LightCullingSingleton_SetLightShadowResolutionScale, light) == 0x000000, "Member 'LightCullingSingleton_SetLightShadowResolutionScale::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_SetLightShadowResolutionScale, ShadowResolutionScale) == 0x000008, "Member 'LightCullingSingleton_SetLightShadowResolutionScale::ShadowResolutionScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_SetLightShadowSharpen \ static_assert(alignof(LightCullingSingleton_SetLightShadowSharpen) == 0x000008, "Wrong alignment on LightCullingSingleton_SetLightShadowSharpen"); \ static_assert(sizeof(LightCullingSingleton_SetLightShadowSharpen) == 0x000010, "Wrong size on LightCullingSingleton_SetLightShadowSharpen"); \ static_assert(offsetof(LightCullingSingleton_SetLightShadowSharpen, light) == 0x000000, "Member 'LightCullingSingleton_SetLightShadowSharpen::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_SetLightShadowSharpen, ShadowSharpen) == 0x000008, "Member 'LightCullingSingleton_SetLightShadowSharpen::ShadowSharpen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_SetLightShadowSlopeBias \ static_assert(alignof(LightCullingSingleton_SetLightShadowSlopeBias) == 0x000008, "Wrong alignment on LightCullingSingleton_SetLightShadowSlopeBias"); \ static_assert(sizeof(LightCullingSingleton_SetLightShadowSlopeBias) == 0x000010, "Wrong size on LightCullingSingleton_SetLightShadowSlopeBias"); \ static_assert(offsetof(LightCullingSingleton_SetLightShadowSlopeBias, light) == 0x000000, "Member 'LightCullingSingleton_SetLightShadowSlopeBias::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_SetLightShadowSlopeBias, ShadowSlopeBias) == 0x000008, "Member 'LightCullingSingleton_SetLightShadowSlopeBias::ShadowSlopeBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_SetMaxDistanceFadeRange \ static_assert(alignof(LightCullingSingleton_SetMaxDistanceFadeRange) == 0x000008, "Wrong alignment on LightCullingSingleton_SetMaxDistanceFadeRange"); \ static_assert(sizeof(LightCullingSingleton_SetMaxDistanceFadeRange) == 0x000010, "Wrong size on LightCullingSingleton_SetMaxDistanceFadeRange"); \ static_assert(offsetof(LightCullingSingleton_SetMaxDistanceFadeRange, light) == 0x000000, "Member 'LightCullingSingleton_SetMaxDistanceFadeRange::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_SetMaxDistanceFadeRange, MaxDistanceFadeRange) == 0x000008, "Member 'LightCullingSingleton_SetMaxDistanceFadeRange::MaxDistanceFadeRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_SetMaxDrawDistance \ static_assert(alignof(LightCullingSingleton_SetMaxDrawDistance) == 0x000008, "Wrong alignment on LightCullingSingleton_SetMaxDrawDistance"); \ static_assert(sizeof(LightCullingSingleton_SetMaxDrawDistance) == 0x000010, "Wrong size on LightCullingSingleton_SetMaxDrawDistance"); \ static_assert(offsetof(LightCullingSingleton_SetMaxDrawDistance, light) == 0x000000, "Member 'LightCullingSingleton_SetMaxDrawDistance::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_SetMaxDrawDistance, MaxDrawDistance) == 0x000008, "Member 'LightCullingSingleton_SetMaxDrawDistance::MaxDrawDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_SetMobility \ static_assert(alignof(LightCullingSingleton_SetMobility) == 0x000008, "Wrong alignment on LightCullingSingleton_SetMobility"); \ static_assert(sizeof(LightCullingSingleton_SetMobility) == 0x000010, "Wrong size on LightCullingSingleton_SetMobility"); \ static_assert(offsetof(LightCullingSingleton_SetMobility, light) == 0x000000, "Member 'LightCullingSingleton_SetMobility::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_SetMobility, Mobility) == 0x000008, "Member 'LightCullingSingleton_SetMobility::Mobility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_SetOverrideCharacterLightingFeaturesLerp \ static_assert(alignof(LightCullingSingleton_SetOverrideCharacterLightingFeaturesLerp) == 0x000008, "Wrong alignment on LightCullingSingleton_SetOverrideCharacterLightingFeaturesLerp"); \ static_assert(sizeof(LightCullingSingleton_SetOverrideCharacterLightingFeaturesLerp) == 0x000018, "Wrong size on LightCullingSingleton_SetOverrideCharacterLightingFeaturesLerp"); \ static_assert(offsetof(LightCullingSingleton_SetOverrideCharacterLightingFeaturesLerp, WorldContextObject) == 0x000000, "Member 'LightCullingSingleton_SetOverrideCharacterLightingFeaturesLerp::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_SetOverrideCharacterLightingFeaturesLerp, OverrideOwner) == 0x000008, "Member 'LightCullingSingleton_SetOverrideCharacterLightingFeaturesLerp::OverrideOwner' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_SetOverrideCharacterLightingFeaturesLerp, Lerp) == 0x000010, "Member 'LightCullingSingleton_SetOverrideCharacterLightingFeaturesLerp::Lerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightCullingSingleton_SetVolumetricScatteringIntensity \ static_assert(alignof(LightCullingSingleton_SetVolumetricScatteringIntensity) == 0x000008, "Wrong alignment on LightCullingSingleton_SetVolumetricScatteringIntensity"); \ static_assert(sizeof(LightCullingSingleton_SetVolumetricScatteringIntensity) == 0x000010, "Wrong size on LightCullingSingleton_SetVolumetricScatteringIntensity"); \ static_assert(offsetof(LightCullingSingleton_SetVolumetricScatteringIntensity, light) == 0x000000, "Member 'LightCullingSingleton_SetVolumetricScatteringIntensity::light' has a wrong offset!"); \ static_assert(offsetof(LightCullingSingleton_SetVolumetricScatteringIntensity, VolumetricScatteringIntensity) == 0x000008, "Member 'LightCullingSingleton_SetVolumetricScatteringIntensity::VolumetricScatteringIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALightCullingSingleton \ static_assert(alignof(ALightCullingSingleton) == 0x000008, "Wrong alignment on ALightCullingSingleton"); \ static_assert(sizeof(ALightCullingSingleton) == 0x0003E8, "Wrong size on ALightCullingSingleton"); \ static_assert(offsetof(ALightCullingSingleton, BaseSettings) == 0x000248, "Member 'ALightCullingSingleton::BaseSettings' has a wrong offset!"); \ static_assert(offsetof(ALightCullingSingleton, ExternalDisable) == 0x000250, "Member 'ALightCullingSingleton::ExternalDisable' has a wrong offset!"); \ static_assert(offsetof(ALightCullingSingleton, bExternalConsoleDisable) == 0x000260, "Member 'ALightCullingSingleton::bExternalConsoleDisable' has a wrong offset!"); \ static_assert(offsetof(ALightCullingSingleton, CharacterLightingFeaturesOverride) == 0x000264, "Member 'ALightCullingSingleton::CharacterLightingFeaturesOverride' has a wrong offset!"); \ static_assert(offsetof(ALightCullingSingleton, OverrideSettings) == 0x0002B0, "Member 'ALightCullingSingleton::OverrideSettings' has a wrong offset!"); \ static_assert(offsetof(ALightCullingSingleton, bEnabled) == 0x0002B8, "Member 'ALightCullingSingleton::bEnabled' has a wrong offset!"); \ static_assert(offsetof(ALightCullingSingleton, LightCulling) == 0x0002C0, "Member 'ALightCullingSingleton::LightCulling' has a wrong offset!"); \ static_assert(offsetof(ALightCullingSingleton, CharacterLightingFeatures) == 0x000320, "Member 'ALightCullingSingleton::CharacterLightingFeatures' has a wrong offset!"); \ static_assert(offsetof(ALightCullingSingleton, MobilityManager) == 0x0003D8, "Member 'ALightCullingSingleton::MobilityManager' has a wrong offset!"); \ static_assert(offsetof(ALightCullingSingleton, bFirstUpdate) == 0x0003E0, "Member 'ALightCullingSingleton::bFirstUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALightStatsSingleton \ static_assert(alignof(ALightStatsSingleton) == 0x000008, "Wrong alignment on ALightStatsSingleton"); \ static_assert(sizeof(ALightStatsSingleton) == 0x000248, "Wrong size on ALightStatsSingleton"); \ #define DUMPER7_ASSERTS_ULightMobilityManager \ static_assert(alignof(ULightMobilityManager) == 0x000008, "Wrong alignment on ULightMobilityManager"); \ static_assert(sizeof(ULightMobilityManager) == 0x000088, "Wrong size on ULightMobilityManager"); \ static_assert(offsetof(ULightMobilityManager, World) == 0x000078, "Member 'ULightMobilityManager::World' has a wrong offset!"); \ static_assert(offsetof(ULightMobilityManager, bAutoManageMobility) == 0x000080, "Member 'ULightMobilityManager::bAutoManageMobility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightTickInterface_OnEnterLightTickRange \ static_assert(alignof(LightTickInterface_OnEnterLightTickRange) == 0x000008, "Wrong alignment on LightTickInterface_OnEnterLightTickRange"); \ static_assert(sizeof(LightTickInterface_OnEnterLightTickRange) == 0x000008, "Wrong size on LightTickInterface_OnEnterLightTickRange"); \ static_assert(offsetof(LightTickInterface_OnEnterLightTickRange, LightComponent) == 0x000000, "Member 'LightTickInterface_OnEnterLightTickRange::LightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightTickInterface_OnExitLightTickRange \ static_assert(alignof(LightTickInterface_OnExitLightTickRange) == 0x000008, "Wrong alignment on LightTickInterface_OnExitLightTickRange"); \ static_assert(sizeof(LightTickInterface_OnExitLightTickRange) == 0x000008, "Wrong size on LightTickInterface_OnExitLightTickRange"); \ static_assert(offsetof(LightTickInterface_OnExitLightTickRange, LightComponent) == 0x000000, "Member 'LightTickInterface_OnExitLightTickRange::LightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ILightTickInterface \ static_assert(alignof(ILightTickInterface) == 0x000001, "Wrong alignment on ILightTickInterface"); \ static_assert(sizeof(ILightTickInterface) == 0x000001, "Wrong size on ILightTickInterface"); \ #define DUMPER7_ASSERTS_USimpleBlobShadowDecalComponent \ static_assert(alignof(USimpleBlobShadowDecalComponent) == 0x000010, "Wrong alignment on USimpleBlobShadowDecalComponent"); \ static_assert(sizeof(USimpleBlobShadowDecalComponent) == 0x0005B0, "Wrong size on USimpleBlobShadowDecalComponent"); \ static_assert(offsetof(USimpleBlobShadowDecalComponent, Scale) == 0x000568, "Member 'USimpleBlobShadowDecalComponent::Scale' has a wrong offset!"); \ static_assert(offsetof(USimpleBlobShadowDecalComponent, ZTweak) == 0x00056C, "Member 'USimpleBlobShadowDecalComponent::ZTweak' has a wrong offset!"); \ static_assert(offsetof(USimpleBlobShadowDecalComponent, MaxDrawDistance) == 0x000570, "Member 'USimpleBlobShadowDecalComponent::MaxDrawDistance' has a wrong offset!"); \ static_assert(offsetof(USimpleBlobShadowDecalComponent, InAirFadeDistanceStart) == 0x000574, "Member 'USimpleBlobShadowDecalComponent::InAirFadeDistanceStart' has a wrong offset!"); \ static_assert(offsetof(USimpleBlobShadowDecalComponent, InAirFadeDistance) == 0x000578, "Member 'USimpleBlobShadowDecalComponent::InAirFadeDistance' has a wrong offset!"); \ static_assert(offsetof(USimpleBlobShadowDecalComponent, MinOpacityDistance) == 0x00057C, "Member 'USimpleBlobShadowDecalComponent::MinOpacityDistance' has a wrong offset!"); \ static_assert(offsetof(USimpleBlobShadowDecalComponent, MinOpacity) == 0x000580, "Member 'USimpleBlobShadowDecalComponent::MinOpacity' has a wrong offset!"); \ static_assert(offsetof(USimpleBlobShadowDecalComponent, MaxOpacityDistance) == 0x000584, "Member 'USimpleBlobShadowDecalComponent::MaxOpacityDistance' has a wrong offset!"); \ static_assert(offsetof(USimpleBlobShadowDecalComponent, MaxOpacity) == 0x000588, "Member 'USimpleBlobShadowDecalComponent::MaxOpacity' has a wrong offset!"); \ static_assert(offsetof(USimpleBlobShadowDecalComponent, bUseBoundsCenter) == 0x00058C, "Member 'USimpleBlobShadowDecalComponent::bUseBoundsCenter' has a wrong offset!"); \ static_assert(offsetof(USimpleBlobShadowDecalComponent, DefaultDecalMaterial) == 0x000590, "Member 'USimpleBlobShadowDecalComponent::DefaultDecalMaterial' has a wrong offset!"); \ static_assert(offsetof(USimpleBlobShadowDecalComponent, DecalMID) == 0x000598, "Member 'USimpleBlobShadowDecalComponent::DecalMID' has a wrong offset!"); \ static_assert(offsetof(USimpleBlobShadowDecalComponent, bEnabled) == 0x0005A0, "Member 'USimpleBlobShadowDecalComponent::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USimpleBlobShadowDecalCharacterComponent \ static_assert(alignof(USimpleBlobShadowDecalCharacterComponent) == 0x000010, "Wrong alignment on USimpleBlobShadowDecalCharacterComponent"); \ static_assert(sizeof(USimpleBlobShadowDecalCharacterComponent) == 0x0005B0, "Wrong size on USimpleBlobShadowDecalCharacterComponent"); \ #define DUMPER7_ASSERTS_USimpleBlobShadowDecalNoDrawComponent \ static_assert(alignof(USimpleBlobShadowDecalNoDrawComponent) == 0x000010, "Wrong alignment on USimpleBlobShadowDecalNoDrawComponent"); \ static_assert(sizeof(USimpleBlobShadowDecalNoDrawComponent) == 0x0005B0, "Wrong size on USimpleBlobShadowDecalNoDrawComponent"); \ #define DUMPER7_ASSERTS_UABL_SwimFast_C \ static_assert(alignof(UABL_SwimFast_C) == 0x000008, "Wrong alignment on UABL_SwimFast_C"); \ static_assert(sizeof(UABL_SwimFast_C) == 0x0000C8, "Wrong size on UABL_SwimFast_C"); \ #define DUMPER7_ASSERTS_FConsoleMacroLevelName \ static_assert(alignof(FConsoleMacroLevelName) == 0x000004, "Wrong alignment on FConsoleMacroLevelName"); \ static_assert(sizeof(FConsoleMacroLevelName) == 0x000008, "Wrong size on FConsoleMacroLevelName"); \ static_assert(offsetof(FConsoleMacroLevelName, Name) == 0x000000, "Member 'FConsoleMacroLevelName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleMacrosAutomationLevelSelect \ static_assert(alignof(FConsoleMacrosAutomationLevelSelect) == 0x000008, "Wrong alignment on FConsoleMacrosAutomationLevelSelect"); \ static_assert(sizeof(FConsoleMacrosAutomationLevelSelect) == 0x000028, "Wrong size on FConsoleMacrosAutomationLevelSelect"); \ static_assert(offsetof(FConsoleMacrosAutomationLevelSelect, Type) == 0x000000, "Member 'FConsoleMacrosAutomationLevelSelect::Type' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacrosAutomationLevelSelect, LevelName) == 0x000004, "Member 'FConsoleMacrosAutomationLevelSelect::LevelName' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacrosAutomationLevelSelect, PartialLevelName) == 0x000010, "Member 'FConsoleMacrosAutomationLevelSelect::PartialLevelName' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacrosAutomationLevelSelect, bUseLevelName) == 0x000020, "Member 'FConsoleMacrosAutomationLevelSelect::bUseLevelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleMacroCommandBase \ static_assert(alignof(FConsoleMacroCommandBase) == 0x000008, "Wrong alignment on FConsoleMacroCommandBase"); \ static_assert(sizeof(FConsoleMacroCommandBase) == 0x000010, "Wrong size on FConsoleMacroCommandBase"); \ static_assert(offsetof(FConsoleMacroCommandBase, ConsoleDelegate) == 0x000008, "Member 'FConsoleMacroCommandBase::ConsoleDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleMacro \ static_assert(alignof(FConsoleMacro) == 0x000008, "Wrong alignment on FConsoleMacro"); \ static_assert(sizeof(FConsoleMacro) == 0x000020, "Wrong size on FConsoleMacro"); \ static_assert(offsetof(FConsoleMacro, Commands) == 0x000010, "Member 'FConsoleMacro::Commands' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleVariableFlexValue \ static_assert(alignof(FConsoleVariableFlexValue) == 0x000008, "Wrong alignment on FConsoleVariableFlexValue"); \ static_assert(sizeof(FConsoleVariableFlexValue) == 0x000020, "Wrong size on FConsoleVariableFlexValue"); \ static_assert(offsetof(FConsoleVariableFlexValue, Integer) == 0x000000, "Member 'FConsoleVariableFlexValue::Integer' has a wrong offset!"); \ static_assert(offsetof(FConsoleVariableFlexValue, float_0) == 0x000004, "Member 'FConsoleVariableFlexValue::float_0' has a wrong offset!"); \ static_assert(offsetof(FConsoleVariableFlexValue, String) == 0x000008, "Member 'FConsoleVariableFlexValue::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleVariableLienEntry \ static_assert(alignof(FConsoleVariableLienEntry) == 0x000008, "Wrong alignment on FConsoleVariableLienEntry"); \ static_assert(sizeof(FConsoleVariableLienEntry) == 0x000038, "Wrong size on FConsoleVariableLienEntry"); \ static_assert(offsetof(FConsoleVariableLienEntry, Variable) == 0x000000, "Member 'FConsoleVariableLienEntry::Variable' has a wrong offset!"); \ static_assert(offsetof(FConsoleVariableLienEntry, Value) == 0x000010, "Member 'FConsoleVariableLienEntry::Value' has a wrong offset!"); \ static_assert(offsetof(FConsoleVariableLienEntry, Priority) == 0x000030, "Member 'FConsoleVariableLienEntry::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleMacrosBlockAutomationLevel \ static_assert(alignof(FConsoleMacrosBlockAutomationLevel) == 0x000008, "Wrong alignment on FConsoleMacrosBlockAutomationLevel"); \ static_assert(sizeof(FConsoleMacrosBlockAutomationLevel) == 0x000030, "Wrong size on FConsoleMacrosBlockAutomationLevel"); \ static_assert(offsetof(FConsoleMacrosBlockAutomationLevel, Level) == 0x000000, "Member 'FConsoleMacrosBlockAutomationLevel::Level' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacrosBlockAutomationLevel, BlockPhases) == 0x000028, "Member 'FConsoleMacrosBlockAutomationLevel::BlockPhases' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleMacroNameBase \ static_assert(alignof(FConsoleMacroNameBase) == 0x000008, "Wrong alignment on FConsoleMacroNameBase"); \ static_assert(sizeof(FConsoleMacroNameBase) == 0x000010, "Wrong size on FConsoleMacroNameBase"); \ static_assert(offsetof(FConsoleMacroNameBase, Name) == 0x000008, "Member 'FConsoleMacroNameBase::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleMacroAnyNameWithRestore \ static_assert(alignof(FConsoleMacroAnyNameWithRestore) == 0x000008, "Wrong alignment on FConsoleMacroAnyNameWithRestore"); \ static_assert(sizeof(FConsoleMacroAnyNameWithRestore) == 0x000010, "Wrong size on FConsoleMacroAnyNameWithRestore"); \ #define DUMPER7_ASSERTS_FConsoleMacrosAutomation \ static_assert(alignof(FConsoleMacrosAutomation) == 0x000008, "Wrong alignment on FConsoleMacrosAutomation"); \ static_assert(sizeof(FConsoleMacrosAutomation) == 0x000020, "Wrong size on FConsoleMacrosAutomation"); \ static_assert(offsetof(FConsoleMacrosAutomation, OnBeginPlay) == 0x000000, "Member 'FConsoleMacrosAutomation::OnBeginPlay' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacrosAutomation, OnEndPlay) == 0x000010, "Member 'FConsoleMacrosAutomation::OnEndPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleMacrosAutomationLevel \ static_assert(alignof(FConsoleMacrosAutomationLevel) == 0x000008, "Wrong alignment on FConsoleMacrosAutomationLevel"); \ static_assert(sizeof(FConsoleMacrosAutomationLevel) == 0x000050, "Wrong size on FConsoleMacrosAutomationLevel"); \ static_assert(offsetof(FConsoleMacrosAutomationLevel, Level) == 0x000000, "Member 'FConsoleMacrosAutomationLevel::Level' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacrosAutomationLevel, Automation) == 0x000028, "Member 'FConsoleMacrosAutomationLevel::Automation' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacrosAutomationLevel, BlockEveryLevelAutomations) == 0x000048, "Member 'FConsoleMacrosAutomationLevel::BlockEveryLevelAutomations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleMacroShortcut \ static_assert(alignof(FConsoleMacroShortcut) == 0x000008, "Wrong alignment on FConsoleMacroShortcut"); \ static_assert(sizeof(FConsoleMacroShortcut) == 0x000038, "Wrong size on FConsoleMacroShortcut"); \ static_assert(offsetof(FConsoleMacroShortcut, BaseName) == 0x000010, "Member 'FConsoleMacroShortcut::BaseName' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacroShortcut, Command) == 0x000018, "Member 'FConsoleMacroShortcut::Command' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacroShortcut, Value) == 0x000020, "Member 'FConsoleMacroShortcut::Value' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacroShortcut, RestoreValue) == 0x000028, "Member 'FConsoleMacroShortcut::RestoreValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleMacroGroup \ static_assert(alignof(FConsoleMacroGroup) == 0x000008, "Wrong alignment on FConsoleMacroGroup"); \ static_assert(sizeof(FConsoleMacroGroup) == 0x000020, "Wrong size on FConsoleMacroGroup"); \ static_assert(offsetof(FConsoleMacroGroup, Commands) == 0x000010, "Member 'FConsoleMacroGroup::Commands' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleMacros \ static_assert(alignof(FConsoleMacros) == 0x000008, "Wrong alignment on FConsoleMacros"); \ static_assert(sizeof(FConsoleMacros) == 0x0000F0, "Wrong size on FConsoleMacros"); \ static_assert(offsetof(FConsoleMacros, Groups) == 0x000000, "Member 'FConsoleMacros::Groups' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacros, GeneralCommands) == 0x000050, "Member 'FConsoleMacros::GeneralCommands' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacros, GeneralMacros) == 0x0000A0, "Member 'FConsoleMacros::GeneralMacros' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleMacroShortcutEntryNameBase \ static_assert(alignof(FConsoleMacroShortcutEntryNameBase) == 0x000008, "Wrong alignment on FConsoleMacroShortcutEntryNameBase"); \ static_assert(sizeof(FConsoleMacroShortcutEntryNameBase) == 0x000030, "Wrong size on FConsoleMacroShortcutEntryNameBase"); \ static_assert(offsetof(FConsoleMacroShortcutEntryNameBase, Command) == 0x000008, "Member 'FConsoleMacroShortcutEntryNameBase::Command' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacroShortcutEntryNameBase, Value) == 0x000010, "Member 'FConsoleMacroShortcutEntryNameBase::Value' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacroShortcutEntryNameBase, RestoreValue) == 0x000018, "Member 'FConsoleMacroShortcutEntryNameBase::RestoreValue' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacroShortcutEntryNameBase, AutoRestoreValue) == 0x000020, "Member 'FConsoleMacroShortcutEntryNameBase::AutoRestoreValue' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacroShortcutEntryNameBase, Scope) == 0x000028, "Member 'FConsoleMacroShortcutEntryNameBase::Scope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleMacroShortcutEntry \ static_assert(alignof(FConsoleMacroShortcutEntry) == 0x000008, "Wrong alignment on FConsoleMacroShortcutEntry"); \ static_assert(sizeof(FConsoleMacroShortcutEntry) == 0x000040, "Wrong size on FConsoleMacroShortcutEntry"); \ static_assert(offsetof(FConsoleMacroShortcutEntry, Name) == 0x000030, "Member 'FConsoleMacroShortcutEntry::Name' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacroShortcutEntry, bUseName) == 0x000038, "Member 'FConsoleMacroShortcutEntry::bUseName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleMacroGroupEntry \ static_assert(alignof(FConsoleMacroGroupEntry) == 0x000008, "Wrong alignment on FConsoleMacroGroupEntry"); \ static_assert(sizeof(FConsoleMacroGroupEntry) == 0x000018, "Wrong size on FConsoleMacroGroupEntry"); \ static_assert(offsetof(FConsoleMacroGroupEntry, Name) == 0x000000, "Member 'FConsoleMacroGroupEntry::Name' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacroGroupEntry, Commands) == 0x000008, "Member 'FConsoleMacroGroupEntry::Commands' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleMacroAnyName \ static_assert(alignof(FConsoleMacroAnyName) == 0x000008, "Wrong alignment on FConsoleMacroAnyName"); \ static_assert(sizeof(FConsoleMacroAnyName) == 0x000010, "Wrong size on FConsoleMacroAnyName"); \ #define DUMPER7_ASSERTS_FConsoleMacroEntry \ static_assert(alignof(FConsoleMacroEntry) == 0x000008, "Wrong alignment on FConsoleMacroEntry"); \ static_assert(sizeof(FConsoleMacroEntry) == 0x000020, "Wrong size on FConsoleMacroEntry"); \ static_assert(offsetof(FConsoleMacroEntry, Name) == 0x000000, "Member 'FConsoleMacroEntry::Name' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacroEntry, Commands) == 0x000008, "Member 'FConsoleMacroEntry::Commands' has a wrong offset!"); \ static_assert(offsetof(FConsoleMacroEntry, Scope) == 0x000018, "Member 'FConsoleMacroEntry::Scope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleMacroShortcutEntryNameRequired \ static_assert(alignof(FConsoleMacroShortcutEntryNameRequired) == 0x000008, "Wrong alignment on FConsoleMacroShortcutEntryNameRequired"); \ static_assert(sizeof(FConsoleMacroShortcutEntryNameRequired) == 0x000038, "Wrong size on FConsoleMacroShortcutEntryNameRequired"); \ static_assert(offsetof(FConsoleMacroShortcutEntryNameRequired, Name) == 0x000030, "Member 'FConsoleMacroShortcutEntryNameRequired::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleMacroName \ static_assert(alignof(FConsoleMacroName) == 0x000008, "Wrong alignment on FConsoleMacroName"); \ static_assert(sizeof(FConsoleMacroName) == 0x000010, "Wrong size on FConsoleMacroName"); \ #define DUMPER7_ASSERTS_FConsoleMacroShortcutName \ static_assert(alignof(FConsoleMacroShortcutName) == 0x000008, "Wrong alignment on FConsoleMacroShortcutName"); \ static_assert(sizeof(FConsoleMacroShortcutName) == 0x000010, "Wrong size on FConsoleMacroShortcutName"); \ #define DUMPER7_ASSERTS_FConsoleVariableStringValue \ static_assert(alignof(FConsoleVariableStringValue) == 0x000008, "Wrong alignment on FConsoleVariableStringValue"); \ static_assert(sizeof(FConsoleVariableStringValue) == 0x000018, "Wrong size on FConsoleVariableStringValue"); \ static_assert(offsetof(FConsoleVariableStringValue, String) == 0x000000, "Member 'FConsoleVariableStringValue::String' has a wrong offset!"); \ static_assert(offsetof(FConsoleVariableStringValue, bValid) == 0x000010, "Member 'FConsoleVariableStringValue::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleVariableFloatValue \ static_assert(alignof(FConsoleVariableFloatValue) == 0x000004, "Wrong alignment on FConsoleVariableFloatValue"); \ static_assert(sizeof(FConsoleVariableFloatValue) == 0x000008, "Wrong size on FConsoleVariableFloatValue"); \ static_assert(offsetof(FConsoleVariableFloatValue, float_0) == 0x000000, "Member 'FConsoleVariableFloatValue::float_0' has a wrong offset!"); \ static_assert(offsetof(FConsoleVariableFloatValue, bValid) == 0x000004, "Member 'FConsoleVariableFloatValue::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleVariableIntegerValue \ static_assert(alignof(FConsoleVariableIntegerValue) == 0x000004, "Wrong alignment on FConsoleVariableIntegerValue"); \ static_assert(sizeof(FConsoleVariableIntegerValue) == 0x000008, "Wrong size on FConsoleVariableIntegerValue"); \ static_assert(offsetof(FConsoleVariableIntegerValue, Integer) == 0x000000, "Member 'FConsoleVariableIntegerValue::Integer' has a wrong offset!"); \ static_assert(offsetof(FConsoleVariableIntegerValue, bValid) == 0x000004, "Member 'FConsoleVariableIntegerValue::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConsoleVariableBoolValue \ static_assert(alignof(FConsoleVariableBoolValue) == 0x000001, "Wrong alignment on FConsoleVariableBoolValue"); \ static_assert(sizeof(FConsoleVariableBoolValue) == 0x000002, "Wrong size on FConsoleVariableBoolValue"); \ static_assert(offsetof(FConsoleVariableBoolValue, bBool) == 0x000000, "Member 'FConsoleVariableBoolValue::bBool' has a wrong offset!"); \ static_assert(offsetof(FConsoleVariableBoolValue, bValid) == 0x000001, "Member 'FConsoleVariableBoolValue::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUserConsoleVariable \ static_assert(alignof(FUserConsoleVariable) == 0x000008, "Wrong alignment on FUserConsoleVariable"); \ static_assert(sizeof(FUserConsoleVariable) == 0x000030, "Wrong size on FUserConsoleVariable"); \ static_assert(offsetof(FUserConsoleVariable, Variable) == 0x000000, "Member 'FUserConsoleVariable::Variable' has a wrong offset!"); \ static_assert(offsetof(FUserConsoleVariable, Help) == 0x000010, "Member 'FUserConsoleVariable::Help' has a wrong offset!"); \ static_assert(offsetof(FUserConsoleVariable, Builds) == 0x000020, "Member 'FUserConsoleVariable::Builds' has a wrong offset!"); \ static_assert(offsetof(FUserConsoleVariable, SpecialUsage) == 0x000024, "Member 'FUserConsoleVariable::SpecialUsage' has a wrong offset!"); \ static_assert(offsetof(FUserConsoleVariable, SpecialUsageName) == 0x000028, "Member 'FUserConsoleVariable::SpecialUsageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUserConsoleVariableInt \ static_assert(alignof(FUserConsoleVariableInt) == 0x000008, "Wrong alignment on FUserConsoleVariableInt"); \ static_assert(sizeof(FUserConsoleVariableInt) == 0x000038, "Wrong size on FUserConsoleVariableInt"); \ static_assert(offsetof(FUserConsoleVariableInt, DefaultValue) == 0x000030, "Member 'FUserConsoleVariableInt::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUserConsoleVariableFloat \ static_assert(alignof(FUserConsoleVariableFloat) == 0x000008, "Wrong alignment on FUserConsoleVariableFloat"); \ static_assert(sizeof(FUserConsoleVariableFloat) == 0x000038, "Wrong size on FUserConsoleVariableFloat"); \ static_assert(offsetof(FUserConsoleVariableFloat, DefaultValue) == 0x000030, "Member 'FUserConsoleVariableFloat::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUserConsoleVariableBool \ static_assert(alignof(FUserConsoleVariableBool) == 0x000008, "Wrong alignment on FUserConsoleVariableBool"); \ static_assert(sizeof(FUserConsoleVariableBool) == 0x000038, "Wrong size on FUserConsoleVariableBool"); \ static_assert(offsetof(FUserConsoleVariableBool, bDefaultValue) == 0x000030, "Member 'FUserConsoleVariableBool::bDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConsoleVariableLienAsset \ static_assert(alignof(UConsoleVariableLienAsset) == 0x000008, "Wrong alignment on UConsoleVariableLienAsset"); \ static_assert(sizeof(UConsoleVariableLienAsset) == 0x000040, "Wrong size on UConsoleVariableLienAsset"); \ static_assert(offsetof(UConsoleVariableLienAsset, ConsoleVariables) == 0x000030, "Member 'UConsoleVariableLienAsset::ConsoleVariables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConsoleMacroConsoleDelegate \ static_assert(alignof(UConsoleMacroConsoleDelegate) == 0x000008, "Wrong alignment on UConsoleMacroConsoleDelegate"); \ static_assert(sizeof(UConsoleMacroConsoleDelegate) == 0x000060, "Wrong size on UConsoleMacroConsoleDelegate"); \ static_assert(offsetof(UConsoleMacroConsoleDelegate, CommandKey) == 0x000028, "Member 'UConsoleMacroConsoleDelegate::CommandKey' has a wrong offset!"); \ static_assert(offsetof(UConsoleMacroConsoleDelegate, Command) == 0x000030, "Member 'UConsoleMacroConsoleDelegate::Command' has a wrong offset!"); \ static_assert(offsetof(UConsoleMacroConsoleDelegate, Help) == 0x000040, "Member 'UConsoleMacroConsoleDelegate::Help' has a wrong offset!"); \ static_assert(offsetof(UConsoleMacroConsoleDelegate, bHasExecuted) == 0x000050, "Member 'UConsoleMacroConsoleDelegate::bHasExecuted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConsoleMacroConsoleDelegateShortcut \ static_assert(alignof(UConsoleMacroConsoleDelegateShortcut) == 0x000008, "Wrong alignment on UConsoleMacroConsoleDelegateShortcut"); \ static_assert(sizeof(UConsoleMacroConsoleDelegateShortcut) == 0x000060, "Wrong size on UConsoleMacroConsoleDelegateShortcut"); \ #define DUMPER7_ASSERTS_ConsoleVariableWatcher_ConsoleVariableExists \ static_assert(alignof(ConsoleVariableWatcher_ConsoleVariableExists) == 0x000008, "Wrong alignment on ConsoleVariableWatcher_ConsoleVariableExists"); \ static_assert(sizeof(ConsoleVariableWatcher_ConsoleVariableExists) == 0x000018, "Wrong size on ConsoleVariableWatcher_ConsoleVariableExists"); \ static_assert(offsetof(ConsoleVariableWatcher_ConsoleVariableExists, ConsoleVariable) == 0x000000, "Member 'ConsoleVariableWatcher_ConsoleVariableExists::ConsoleVariable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_ConsoleVariableExists, bExists) == 0x000010, "Member 'ConsoleVariableWatcher_ConsoleVariableExists::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableWatcher_CreateConsoleVariableAsBool \ static_assert(alignof(ConsoleVariableWatcher_CreateConsoleVariableAsBool) == 0x000008, "Wrong alignment on ConsoleVariableWatcher_CreateConsoleVariableAsBool"); \ static_assert(sizeof(ConsoleVariableWatcher_CreateConsoleVariableAsBool) == 0x000030, "Wrong size on ConsoleVariableWatcher_CreateConsoleVariableAsBool"); \ static_assert(offsetof(ConsoleVariableWatcher_CreateConsoleVariableAsBool, ConsoleVariable) == 0x000000, "Member 'ConsoleVariableWatcher_CreateConsoleVariableAsBool::ConsoleVariable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_CreateConsoleVariableAsBool, DefaultValue) == 0x000010, "Member 'ConsoleVariableWatcher_CreateConsoleVariableAsBool::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_CreateConsoleVariableAsBool, Help) == 0x000018, "Member 'ConsoleVariableWatcher_CreateConsoleVariableAsBool::Help' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_CreateConsoleVariableAsBool, bSuccess) == 0x000028, "Member 'ConsoleVariableWatcher_CreateConsoleVariableAsBool::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableWatcher_CreateConsoleVariableAsFloat \ static_assert(alignof(ConsoleVariableWatcher_CreateConsoleVariableAsFloat) == 0x000008, "Wrong alignment on ConsoleVariableWatcher_CreateConsoleVariableAsFloat"); \ static_assert(sizeof(ConsoleVariableWatcher_CreateConsoleVariableAsFloat) == 0x000030, "Wrong size on ConsoleVariableWatcher_CreateConsoleVariableAsFloat"); \ static_assert(offsetof(ConsoleVariableWatcher_CreateConsoleVariableAsFloat, ConsoleVariable) == 0x000000, "Member 'ConsoleVariableWatcher_CreateConsoleVariableAsFloat::ConsoleVariable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_CreateConsoleVariableAsFloat, DefaultValue) == 0x000010, "Member 'ConsoleVariableWatcher_CreateConsoleVariableAsFloat::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_CreateConsoleVariableAsFloat, Help) == 0x000018, "Member 'ConsoleVariableWatcher_CreateConsoleVariableAsFloat::Help' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_CreateConsoleVariableAsFloat, bSuccess) == 0x000028, "Member 'ConsoleVariableWatcher_CreateConsoleVariableAsFloat::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableWatcher_CreateConsoleVariableAsInt \ static_assert(alignof(ConsoleVariableWatcher_CreateConsoleVariableAsInt) == 0x000008, "Wrong alignment on ConsoleVariableWatcher_CreateConsoleVariableAsInt"); \ static_assert(sizeof(ConsoleVariableWatcher_CreateConsoleVariableAsInt) == 0x000030, "Wrong size on ConsoleVariableWatcher_CreateConsoleVariableAsInt"); \ static_assert(offsetof(ConsoleVariableWatcher_CreateConsoleVariableAsInt, ConsoleVariable) == 0x000000, "Member 'ConsoleVariableWatcher_CreateConsoleVariableAsInt::ConsoleVariable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_CreateConsoleVariableAsInt, DefaultValue) == 0x000010, "Member 'ConsoleVariableWatcher_CreateConsoleVariableAsInt::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_CreateConsoleVariableAsInt, Help) == 0x000018, "Member 'ConsoleVariableWatcher_CreateConsoleVariableAsInt::Help' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_CreateConsoleVariableAsInt, bSuccess) == 0x000028, "Member 'ConsoleVariableWatcher_CreateConsoleVariableAsInt::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableWatcher_GetConsoleVariableAsBool \ static_assert(alignof(ConsoleVariableWatcher_GetConsoleVariableAsBool) == 0x000008, "Wrong alignment on ConsoleVariableWatcher_GetConsoleVariableAsBool"); \ static_assert(sizeof(ConsoleVariableWatcher_GetConsoleVariableAsBool) == 0x000018, "Wrong size on ConsoleVariableWatcher_GetConsoleVariableAsBool"); \ static_assert(offsetof(ConsoleVariableWatcher_GetConsoleVariableAsBool, ConsoleVariable) == 0x000000, "Member 'ConsoleVariableWatcher_GetConsoleVariableAsBool::ConsoleVariable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_GetConsoleVariableAsBool, bValue) == 0x000010, "Member 'ConsoleVariableWatcher_GetConsoleVariableAsBool::bValue' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_GetConsoleVariableAsBool, bExists) == 0x000011, "Member 'ConsoleVariableWatcher_GetConsoleVariableAsBool::bExists' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_GetConsoleVariableAsBool, bDefaultValue) == 0x000012, "Member 'ConsoleVariableWatcher_GetConsoleVariableAsBool::bDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableWatcher_GetConsoleVariableAsFloat \ static_assert(alignof(ConsoleVariableWatcher_GetConsoleVariableAsFloat) == 0x000008, "Wrong alignment on ConsoleVariableWatcher_GetConsoleVariableAsFloat"); \ static_assert(sizeof(ConsoleVariableWatcher_GetConsoleVariableAsFloat) == 0x000020, "Wrong size on ConsoleVariableWatcher_GetConsoleVariableAsFloat"); \ static_assert(offsetof(ConsoleVariableWatcher_GetConsoleVariableAsFloat, ConsoleVariable) == 0x000000, "Member 'ConsoleVariableWatcher_GetConsoleVariableAsFloat::ConsoleVariable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_GetConsoleVariableAsFloat, Value) == 0x000010, "Member 'ConsoleVariableWatcher_GetConsoleVariableAsFloat::Value' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_GetConsoleVariableAsFloat, bExists) == 0x000014, "Member 'ConsoleVariableWatcher_GetConsoleVariableAsFloat::bExists' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_GetConsoleVariableAsFloat, DefaultValue) == 0x000018, "Member 'ConsoleVariableWatcher_GetConsoleVariableAsFloat::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableWatcher_GetConsoleVariableAsInt \ static_assert(alignof(ConsoleVariableWatcher_GetConsoleVariableAsInt) == 0x000008, "Wrong alignment on ConsoleVariableWatcher_GetConsoleVariableAsInt"); \ static_assert(sizeof(ConsoleVariableWatcher_GetConsoleVariableAsInt) == 0x000020, "Wrong size on ConsoleVariableWatcher_GetConsoleVariableAsInt"); \ static_assert(offsetof(ConsoleVariableWatcher_GetConsoleVariableAsInt, ConsoleVariable) == 0x000000, "Member 'ConsoleVariableWatcher_GetConsoleVariableAsInt::ConsoleVariable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_GetConsoleVariableAsInt, Value) == 0x000010, "Member 'ConsoleVariableWatcher_GetConsoleVariableAsInt::Value' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_GetConsoleVariableAsInt, bExists) == 0x000014, "Member 'ConsoleVariableWatcher_GetConsoleVariableAsInt::bExists' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_GetConsoleVariableAsInt, DefaultValue) == 0x000018, "Member 'ConsoleVariableWatcher_GetConsoleVariableAsInt::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableWatcher_SetConsoleVariableAsBool \ static_assert(alignof(ConsoleVariableWatcher_SetConsoleVariableAsBool) == 0x000008, "Wrong alignment on ConsoleVariableWatcher_SetConsoleVariableAsBool"); \ static_assert(sizeof(ConsoleVariableWatcher_SetConsoleVariableAsBool) == 0x000018, "Wrong size on ConsoleVariableWatcher_SetConsoleVariableAsBool"); \ static_assert(offsetof(ConsoleVariableWatcher_SetConsoleVariableAsBool, ConsoleVariable) == 0x000000, "Member 'ConsoleVariableWatcher_SetConsoleVariableAsBool::ConsoleVariable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_SetConsoleVariableAsBool, Value) == 0x000010, "Member 'ConsoleVariableWatcher_SetConsoleVariableAsBool::Value' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_SetConsoleVariableAsBool, bExists) == 0x000011, "Member 'ConsoleVariableWatcher_SetConsoleVariableAsBool::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableWatcher_SetConsoleVariableAsFloat \ static_assert(alignof(ConsoleVariableWatcher_SetConsoleVariableAsFloat) == 0x000008, "Wrong alignment on ConsoleVariableWatcher_SetConsoleVariableAsFloat"); \ static_assert(sizeof(ConsoleVariableWatcher_SetConsoleVariableAsFloat) == 0x000018, "Wrong size on ConsoleVariableWatcher_SetConsoleVariableAsFloat"); \ static_assert(offsetof(ConsoleVariableWatcher_SetConsoleVariableAsFloat, ConsoleVariable) == 0x000000, "Member 'ConsoleVariableWatcher_SetConsoleVariableAsFloat::ConsoleVariable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_SetConsoleVariableAsFloat, Value) == 0x000010, "Member 'ConsoleVariableWatcher_SetConsoleVariableAsFloat::Value' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_SetConsoleVariableAsFloat, bExists) == 0x000014, "Member 'ConsoleVariableWatcher_SetConsoleVariableAsFloat::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableWatcher_SetConsoleVariableAsInt \ static_assert(alignof(ConsoleVariableWatcher_SetConsoleVariableAsInt) == 0x000008, "Wrong alignment on ConsoleVariableWatcher_SetConsoleVariableAsInt"); \ static_assert(sizeof(ConsoleVariableWatcher_SetConsoleVariableAsInt) == 0x000018, "Wrong size on ConsoleVariableWatcher_SetConsoleVariableAsInt"); \ static_assert(offsetof(ConsoleVariableWatcher_SetConsoleVariableAsInt, ConsoleVariable) == 0x000000, "Member 'ConsoleVariableWatcher_SetConsoleVariableAsInt::ConsoleVariable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_SetConsoleVariableAsInt, Value) == 0x000010, "Member 'ConsoleVariableWatcher_SetConsoleVariableAsInt::Value' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_SetConsoleVariableAsInt, bExists) == 0x000014, "Member 'ConsoleVariableWatcher_SetConsoleVariableAsInt::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableWatcher_WatchBoolConsoleVariable \ static_assert(alignof(ConsoleVariableWatcher_WatchBoolConsoleVariable) == 0x000008, "Wrong alignment on ConsoleVariableWatcher_WatchBoolConsoleVariable"); \ static_assert(sizeof(ConsoleVariableWatcher_WatchBoolConsoleVariable) == 0x000020, "Wrong size on ConsoleVariableWatcher_WatchBoolConsoleVariable"); \ static_assert(offsetof(ConsoleVariableWatcher_WatchBoolConsoleVariable, WorldContextObject) == 0x000000, "Member 'ConsoleVariableWatcher_WatchBoolConsoleVariable::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_WatchBoolConsoleVariable, ConsoleVariable) == 0x000008, "Member 'ConsoleVariableWatcher_WatchBoolConsoleVariable::ConsoleVariable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_WatchBoolConsoleVariable, Variable) == 0x000018, "Member 'ConsoleVariableWatcher_WatchBoolConsoleVariable::Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableWatcher_WatchFloatConsoleVariable \ static_assert(alignof(ConsoleVariableWatcher_WatchFloatConsoleVariable) == 0x000008, "Wrong alignment on ConsoleVariableWatcher_WatchFloatConsoleVariable"); \ static_assert(sizeof(ConsoleVariableWatcher_WatchFloatConsoleVariable) == 0x000020, "Wrong size on ConsoleVariableWatcher_WatchFloatConsoleVariable"); \ static_assert(offsetof(ConsoleVariableWatcher_WatchFloatConsoleVariable, WorldContextObject) == 0x000000, "Member 'ConsoleVariableWatcher_WatchFloatConsoleVariable::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_WatchFloatConsoleVariable, ConsoleVariable) == 0x000008, "Member 'ConsoleVariableWatcher_WatchFloatConsoleVariable::ConsoleVariable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_WatchFloatConsoleVariable, Variable) == 0x000018, "Member 'ConsoleVariableWatcher_WatchFloatConsoleVariable::Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableWatcher_WatchIntConsoleVariable \ static_assert(alignof(ConsoleVariableWatcher_WatchIntConsoleVariable) == 0x000008, "Wrong alignment on ConsoleVariableWatcher_WatchIntConsoleVariable"); \ static_assert(sizeof(ConsoleVariableWatcher_WatchIntConsoleVariable) == 0x000020, "Wrong size on ConsoleVariableWatcher_WatchIntConsoleVariable"); \ static_assert(offsetof(ConsoleVariableWatcher_WatchIntConsoleVariable, WorldContextObject) == 0x000000, "Member 'ConsoleVariableWatcher_WatchIntConsoleVariable::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_WatchIntConsoleVariable, ConsoleVariable) == 0x000008, "Member 'ConsoleVariableWatcher_WatchIntConsoleVariable::ConsoleVariable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableWatcher_WatchIntConsoleVariable, Variable) == 0x000018, "Member 'ConsoleVariableWatcher_WatchIntConsoleVariable::Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AConsoleVariableWatcher \ static_assert(alignof(AConsoleVariableWatcher) == 0x000008, "Wrong alignment on AConsoleVariableWatcher"); \ static_assert(sizeof(AConsoleVariableWatcher) == 0x000288, "Wrong size on AConsoleVariableWatcher"); \ static_assert(offsetof(AConsoleVariableWatcher, BoolVariables) == 0x000248, "Member 'AConsoleVariableWatcher::BoolVariables' has a wrong offset!"); \ static_assert(offsetof(AConsoleVariableWatcher, FloatVariables) == 0x000258, "Member 'AConsoleVariableWatcher::FloatVariables' has a wrong offset!"); \ static_assert(offsetof(AConsoleVariableWatcher, IntVariables) == 0x000268, "Member 'AConsoleVariableWatcher::IntVariables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConsoleMacroConsoleDelegateMacro \ static_assert(alignof(UConsoleMacroConsoleDelegateMacro) == 0x000008, "Wrong alignment on UConsoleMacroConsoleDelegateMacro"); \ static_assert(sizeof(UConsoleMacroConsoleDelegateMacro) == 0x000060, "Wrong size on UConsoleMacroConsoleDelegateMacro"); \ #define DUMPER7_ASSERTS_UConsoleMacroConsoleDelegateGroup \ static_assert(alignof(UConsoleMacroConsoleDelegateGroup) == 0x000008, "Wrong alignment on UConsoleMacroConsoleDelegateGroup"); \ static_assert(sizeof(UConsoleMacroConsoleDelegateGroup) == 0x000060, "Wrong size on UConsoleMacroConsoleDelegateGroup"); \ #define DUMPER7_ASSERTS_UConsoleMacrosPluginDefinitions \ static_assert(alignof(UConsoleMacrosPluginDefinitions) == 0x000008, "Wrong alignment on UConsoleMacrosPluginDefinitions"); \ static_assert(sizeof(UConsoleMacrosPluginDefinitions) == 0x000058, "Wrong size on UConsoleMacrosPluginDefinitions"); \ static_assert(offsetof(UConsoleMacrosPluginDefinitions, Groups) == 0x000028, "Member 'UConsoleMacrosPluginDefinitions::Groups' has a wrong offset!"); \ static_assert(offsetof(UConsoleMacrosPluginDefinitions, Commands) == 0x000038, "Member 'UConsoleMacrosPluginDefinitions::Commands' has a wrong offset!"); \ static_assert(offsetof(UConsoleMacrosPluginDefinitions, Macros) == 0x000048, "Member 'UConsoleMacrosPluginDefinitions::Macros' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConsoleMacrosUserDefinitions \ static_assert(alignof(UConsoleMacrosUserDefinitions) == 0x000008, "Wrong alignment on UConsoleMacrosUserDefinitions"); \ static_assert(sizeof(UConsoleMacrosUserDefinitions) == 0x0001A0, "Wrong size on UConsoleMacrosUserDefinitions"); \ static_assert(offsetof(UConsoleMacrosUserDefinitions, Groups) == 0x000028, "Member 'UConsoleMacrosUserDefinitions::Groups' has a wrong offset!"); \ static_assert(offsetof(UConsoleMacrosUserDefinitions, Commands) == 0x000038, "Member 'UConsoleMacrosUserDefinitions::Commands' has a wrong offset!"); \ static_assert(offsetof(UConsoleMacrosUserDefinitions, Macros) == 0x000048, "Member 'UConsoleMacrosUserDefinitions::Macros' has a wrong offset!"); \ static_assert(offsetof(UConsoleMacrosUserDefinitions, OnGameStartup) == 0x000058, "Member 'UConsoleMacrosUserDefinitions::OnGameStartup' has a wrong offset!"); \ static_assert(offsetof(UConsoleMacrosUserDefinitions, EveryLevelAutomation) == 0x000068, "Member 'UConsoleMacrosUserDefinitions::EveryLevelAutomation' has a wrong offset!"); \ static_assert(offsetof(UConsoleMacrosUserDefinitions, PerLevelAutomation) == 0x000088, "Member 'UConsoleMacrosUserDefinitions::PerLevelAutomation' has a wrong offset!"); \ static_assert(offsetof(UConsoleMacrosUserDefinitions, BlockLevelAutomation) == 0x000098, "Member 'UConsoleMacrosUserDefinitions::BlockLevelAutomation' has a wrong offset!"); \ static_assert(offsetof(UConsoleMacrosUserDefinitions, bRunOnGameStartup) == 0x0000A8, "Member 'UConsoleMacrosUserDefinitions::bRunOnGameStartup' has a wrong offset!"); \ static_assert(offsetof(UConsoleMacrosUserDefinitions, bRunEveryLevelAutomation) == 0x0000A9, "Member 'UConsoleMacrosUserDefinitions::bRunEveryLevelAutomation' has a wrong offset!"); \ static_assert(offsetof(UConsoleMacrosUserDefinitions, bRunPerLevelAutomation) == 0x0000AA, "Member 'UConsoleMacrosUserDefinitions::bRunPerLevelAutomation' has a wrong offset!"); \ static_assert(offsetof(UConsoleMacrosUserDefinitions, bBlockAllAutomation) == 0x0000AB, "Member 'UConsoleMacrosUserDefinitions::bBlockAllAutomation' has a wrong offset!"); \ static_assert(offsetof(UConsoleMacrosUserDefinitions, LiveMacros) == 0x0000B0, "Member 'UConsoleMacrosUserDefinitions::LiveMacros' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConsoleVariableLienSystem \ static_assert(alignof(UConsoleVariableLienSystem) == 0x000008, "Wrong alignment on UConsoleVariableLienSystem"); \ static_assert(sizeof(UConsoleVariableLienSystem) == 0x000040, "Wrong size on UConsoleVariableLienSystem"); \ #define DUMPER7_ASSERTS_ConsoleVariableLienFunctionLibrary_ConsoleVariableAddAssetLiens \ static_assert(alignof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddAssetLiens) == 0x000008, "Wrong alignment on ConsoleVariableLienFunctionLibrary_ConsoleVariableAddAssetLiens"); \ static_assert(sizeof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddAssetLiens) == 0x000018, "Wrong size on ConsoleVariableLienFunctionLibrary_ConsoleVariableAddAssetLiens"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddAssetLiens, LienHolder) == 0x000000, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddAssetLiens::LienHolder' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddAssetLiens, LienAsset) == 0x000008, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddAssetLiens::LienAsset' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddAssetLiens, bSuccess) == 0x000010, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddAssetLiens::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableLienFunctionLibrary_ConsoleVariableAddDefaultLien \ static_assert(alignof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddDefaultLien) == 0x000008, "Wrong alignment on ConsoleVariableLienFunctionLibrary_ConsoleVariableAddDefaultLien"); \ static_assert(sizeof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddDefaultLien) == 0x000020, "Wrong size on ConsoleVariableLienFunctionLibrary_ConsoleVariableAddDefaultLien"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddDefaultLien, LienHolder) == 0x000000, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddDefaultLien::LienHolder' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddDefaultLien, Variable) == 0x000008, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddDefaultLien::Variable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddDefaultLien, bSuccess) == 0x000018, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddDefaultLien::bSuccess' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddDefaultLien, Priority) == 0x00001C, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddDefaultLien::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableLienFunctionLibrary_ConsoleVariableAddFloatLien \ static_assert(alignof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddFloatLien) == 0x000008, "Wrong alignment on ConsoleVariableLienFunctionLibrary_ConsoleVariableAddFloatLien"); \ static_assert(sizeof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddFloatLien) == 0x000028, "Wrong size on ConsoleVariableLienFunctionLibrary_ConsoleVariableAddFloatLien"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddFloatLien, LienHolder) == 0x000000, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddFloatLien::LienHolder' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddFloatLien, Variable) == 0x000008, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddFloatLien::Variable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddFloatLien, Value) == 0x000018, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddFloatLien::Value' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddFloatLien, bSuccess) == 0x00001C, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddFloatLien::bSuccess' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddFloatLien, Priority) == 0x000020, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddFloatLien::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableLienFunctionLibrary_ConsoleVariableAddIntegerLien \ static_assert(alignof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddIntegerLien) == 0x000008, "Wrong alignment on ConsoleVariableLienFunctionLibrary_ConsoleVariableAddIntegerLien"); \ static_assert(sizeof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddIntegerLien) == 0x000028, "Wrong size on ConsoleVariableLienFunctionLibrary_ConsoleVariableAddIntegerLien"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddIntegerLien, LienHolder) == 0x000000, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddIntegerLien::LienHolder' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddIntegerLien, Variable) == 0x000008, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddIntegerLien::Variable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddIntegerLien, Value) == 0x000018, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddIntegerLien::Value' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddIntegerLien, bSuccess) == 0x00001C, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddIntegerLien::bSuccess' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddIntegerLien, Priority) == 0x000020, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddIntegerLien::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableLienFunctionLibrary_ConsoleVariableAddStringLien \ static_assert(alignof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddStringLien) == 0x000008, "Wrong alignment on ConsoleVariableLienFunctionLibrary_ConsoleVariableAddStringLien"); \ static_assert(sizeof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddStringLien) == 0x000030, "Wrong size on ConsoleVariableLienFunctionLibrary_ConsoleVariableAddStringLien"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddStringLien, LienHolder) == 0x000000, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddStringLien::LienHolder' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddStringLien, Variable) == 0x000008, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddStringLien::Variable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddStringLien, Value) == 0x000018, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddStringLien::Value' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddStringLien, bSuccess) == 0x000028, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddStringLien::bSuccess' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAddStringLien, Priority) == 0x00002C, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAddStringLien::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableLienFunctionLibrary_ConsoleVariableAssetLiensActivate \ static_assert(alignof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAssetLiensActivate) == 0x000008, "Wrong alignment on ConsoleVariableLienFunctionLibrary_ConsoleVariableAssetLiensActivate"); \ static_assert(sizeof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAssetLiensActivate) == 0x000018, "Wrong size on ConsoleVariableLienFunctionLibrary_ConsoleVariableAssetLiensActivate"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAssetLiensActivate, LienHolder) == 0x000000, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAssetLiensActivate::LienHolder' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAssetLiensActivate, LienAsset) == 0x000008, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAssetLiensActivate::LienAsset' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAssetLiensActivate, bSuccess) == 0x000010, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAssetLiensActivate::bSuccess' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableAssetLiensActivate, bActivate) == 0x000011, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableAssetLiensActivate::bActivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableLienFunctionLibrary_ConsoleVariableHasAnyLiens \ static_assert(alignof(ConsoleVariableLienFunctionLibrary_ConsoleVariableHasAnyLiens) == 0x000008, "Wrong alignment on ConsoleVariableLienFunctionLibrary_ConsoleVariableHasAnyLiens"); \ static_assert(sizeof(ConsoleVariableLienFunctionLibrary_ConsoleVariableHasAnyLiens) == 0x000010, "Wrong size on ConsoleVariableLienFunctionLibrary_ConsoleVariableHasAnyLiens"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableHasAnyLiens, LienHolder) == 0x000000, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableHasAnyLiens::LienHolder' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableHasAnyLiens, bHasALien) == 0x000008, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableHasAnyLiens::bHasALien' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableLienFunctionLibrary_ConsoleVariableHasLien \ static_assert(alignof(ConsoleVariableLienFunctionLibrary_ConsoleVariableHasLien) == 0x000008, "Wrong alignment on ConsoleVariableLienFunctionLibrary_ConsoleVariableHasLien"); \ static_assert(sizeof(ConsoleVariableLienFunctionLibrary_ConsoleVariableHasLien) == 0x000020, "Wrong size on ConsoleVariableLienFunctionLibrary_ConsoleVariableHasLien"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableHasLien, LienHolder) == 0x000000, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableHasLien::LienHolder' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableHasLien, Variable) == 0x000008, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableHasLien::Variable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableHasLien, bHasALien) == 0x000018, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableHasLien::bHasALien' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveAssetLiens \ static_assert(alignof(ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveAssetLiens) == 0x000008, "Wrong alignment on ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveAssetLiens"); \ static_assert(sizeof(ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveAssetLiens) == 0x000018, "Wrong size on ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveAssetLiens"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveAssetLiens, LienHolder) == 0x000000, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveAssetLiens::LienHolder' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveAssetLiens, LienAsset) == 0x000008, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveAssetLiens::LienAsset' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveAssetLiens, bSuccess) == 0x000010, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveAssetLiens::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLien \ static_assert(alignof(ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLien) == 0x000008, "Wrong alignment on ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLien"); \ static_assert(sizeof(ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLien) == 0x000020, "Wrong size on ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLien"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLien, LienHolder) == 0x000000, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLien::LienHolder' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLien, Variable) == 0x000008, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLien::Variable' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLien, bSuccess) == 0x000018, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLien::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLiens \ static_assert(alignof(ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLiens) == 0x000008, "Wrong alignment on ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLiens"); \ static_assert(sizeof(ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLiens) == 0x000010, "Wrong size on ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLiens"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLiens, LienHolder) == 0x000000, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLiens::LienHolder' has a wrong offset!"); \ static_assert(offsetof(ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLiens, bSuccess) == 0x000008, "Member 'ConsoleVariableLienFunctionLibrary_ConsoleVariableRemoveLiens::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConsoleVariableLienFunctionLibrary \ static_assert(alignof(UConsoleVariableLienFunctionLibrary) == 0x000008, "Wrong alignment on UConsoleVariableLienFunctionLibrary"); \ static_assert(sizeof(UConsoleVariableLienFunctionLibrary) == 0x000028, "Wrong size on UConsoleVariableLienFunctionLibrary"); \ #define DUMPER7_ASSERTS_UWatchedConsoleVariable \ static_assert(alignof(UWatchedConsoleVariable) == 0x000008, "Wrong alignment on UWatchedConsoleVariable"); \ static_assert(sizeof(UWatchedConsoleVariable) == 0x000038, "Wrong size on UWatchedConsoleVariable"); \ static_assert(offsetof(UWatchedConsoleVariable, Variable) == 0x000028, "Member 'UWatchedConsoleVariable::Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWatchedConsoleVariableBool \ static_assert(alignof(UWatchedConsoleVariableBool) == 0x000008, "Wrong alignment on UWatchedConsoleVariableBool"); \ static_assert(sizeof(UWatchedConsoleVariableBool) == 0x000050, "Wrong size on UWatchedConsoleVariableBool"); \ static_assert(offsetof(UWatchedConsoleVariableBool, ChangedEvent) == 0x000038, "Member 'UWatchedConsoleVariableBool::ChangedEvent' has a wrong offset!"); \ static_assert(offsetof(UWatchedConsoleVariableBool, bValue) == 0x000048, "Member 'UWatchedConsoleVariableBool::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWatchedConsoleVariableFloat \ static_assert(alignof(UWatchedConsoleVariableFloat) == 0x000008, "Wrong alignment on UWatchedConsoleVariableFloat"); \ static_assert(sizeof(UWatchedConsoleVariableFloat) == 0x000050, "Wrong size on UWatchedConsoleVariableFloat"); \ static_assert(offsetof(UWatchedConsoleVariableFloat, ChangedEvent) == 0x000038, "Member 'UWatchedConsoleVariableFloat::ChangedEvent' has a wrong offset!"); \ static_assert(offsetof(UWatchedConsoleVariableFloat, Value) == 0x000048, "Member 'UWatchedConsoleVariableFloat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWatchedConsoleVariableInt \ static_assert(alignof(UWatchedConsoleVariableInt) == 0x000008, "Wrong alignment on UWatchedConsoleVariableInt"); \ static_assert(sizeof(UWatchedConsoleVariableInt) == 0x000050, "Wrong size on UWatchedConsoleVariableInt"); \ static_assert(offsetof(UWatchedConsoleVariableInt, ChangedEvent) == 0x000038, "Member 'UWatchedConsoleVariableInt::ChangedEvent' has a wrong offset!"); \ static_assert(offsetof(UWatchedConsoleVariableInt, Value) == 0x000048, "Member 'UWatchedConsoleVariableInt::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUserConsoleVariables \ static_assert(alignof(UUserConsoleVariables) == 0x000008, "Wrong alignment on UUserConsoleVariables"); \ static_assert(sizeof(UUserConsoleVariables) == 0x000060, "Wrong size on UUserConsoleVariables"); \ static_assert(offsetof(UUserConsoleVariables, Bools) == 0x000030, "Member 'UUserConsoleVariables::Bools' has a wrong offset!"); \ static_assert(offsetof(UUserConsoleVariables, Floats) == 0x000040, "Member 'UUserConsoleVariables::Floats' has a wrong offset!"); \ static_assert(offsetof(UUserConsoleVariables, Ints) == 0x000050, "Member 'UUserConsoleVariables::Ints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm \ static_assert(alignof(ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm) == 0x000008, "Wrong alignment on ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm"); \ static_assert(sizeof(ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm) == 0x000070, "Wrong size on ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm"); \ static_assert(offsetof(ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm, EntryPoint) == 0x000000, "Member 'ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm, K2Node_Event_Context) == 0x000008, "Member 'ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_BlockedByWall_LeftArm_C_ExecuteUbergraph_ABL_BlockedByWall_LeftArm::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_BlockedByWall_LeftArm_C_OnAbilityBranch \ static_assert(alignof(ABL_BlockedByWall_LeftArm_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_BlockedByWall_LeftArm_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_BlockedByWall_LeftArm_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_BlockedByWall_LeftArm_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_BlockedByWall_LeftArm_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_BlockedByWall_LeftArm_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_LeftArm_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_BlockedByWall_LeftArm_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_BlockedByWall_LeftArm_C_OnAbilityStart \ static_assert(alignof(ABL_BlockedByWall_LeftArm_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_BlockedByWall_LeftArm_C_OnAbilityStart"); \ static_assert(sizeof(ABL_BlockedByWall_LeftArm_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_BlockedByWall_LeftArm_C_OnAbilityStart"); \ static_assert(offsetof(ABL_BlockedByWall_LeftArm_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_BlockedByWall_LeftArm_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_BlockedByWall_LeftArm_C \ static_assert(alignof(UABL_BlockedByWall_LeftArm_C) == 0x000008, "Wrong alignment on UABL_BlockedByWall_LeftArm_C"); \ static_assert(sizeof(UABL_BlockedByWall_LeftArm_C) == 0x0000D0, "Wrong size on UABL_BlockedByWall_LeftArm_C"); \ static_assert(offsetof(UABL_BlockedByWall_LeftArm_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_BlockedByWall_LeftArm_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesReplaceLevelSubString \ static_assert(alignof(FLerpVolumesReplaceLevelSubString) == 0x000008, "Wrong alignment on FLerpVolumesReplaceLevelSubString"); \ static_assert(sizeof(FLerpVolumesReplaceLevelSubString) == 0x000020, "Wrong size on FLerpVolumesReplaceLevelSubString"); \ static_assert(offsetof(FLerpVolumesReplaceLevelSubString, LevelSubString) == 0x000000, "Member 'FLerpVolumesReplaceLevelSubString::LevelSubString' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesReplaceLevelSubString, ReplaceWith) == 0x000010, "Member 'FLerpVolumesReplaceLevelSubString::ReplaceWith' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesReplaceLevelSuffix \ static_assert(alignof(FLerpVolumesReplaceLevelSuffix) == 0x000008, "Wrong alignment on FLerpVolumesReplaceLevelSuffix"); \ static_assert(sizeof(FLerpVolumesReplaceLevelSuffix) == 0x000020, "Wrong size on FLerpVolumesReplaceLevelSuffix"); \ static_assert(offsetof(FLerpVolumesReplaceLevelSuffix, LevelSuffix) == 0x000000, "Member 'FLerpVolumesReplaceLevelSuffix::LevelSuffix' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesReplaceLevelSuffix, ReplaceWith) == 0x000010, "Member 'FLerpVolumesReplaceLevelSuffix::ReplaceWith' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesReplaceLevelPrefix \ static_assert(alignof(FLerpVolumesReplaceLevelPrefix) == 0x000008, "Wrong alignment on FLerpVolumesReplaceLevelPrefix"); \ static_assert(sizeof(FLerpVolumesReplaceLevelPrefix) == 0x000020, "Wrong size on FLerpVolumesReplaceLevelPrefix"); \ static_assert(offsetof(FLerpVolumesReplaceLevelPrefix, LevelPrefix) == 0x000000, "Member 'FLerpVolumesReplaceLevelPrefix::LevelPrefix' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesReplaceLevelPrefix, ReplaceWith) == 0x000010, "Member 'FLerpVolumesReplaceLevelPrefix::ReplaceWith' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesRemapLevelName \ static_assert(alignof(FLerpVolumesRemapLevelName) == 0x000008, "Wrong alignment on FLerpVolumesRemapLevelName"); \ static_assert(sizeof(FLerpVolumesRemapLevelName) == 0x000028, "Wrong size on FLerpVolumesRemapLevelName"); \ static_assert(offsetof(FLerpVolumesRemapLevelName, InLevelName) == 0x000000, "Member 'FLerpVolumesRemapLevelName::InLevelName' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesRemapLevelName, OutLevelName) == 0x000010, "Member 'FLerpVolumesRemapLevelName::OutLevelName' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesRemapLevelName, bExactMatch) == 0x000020, "Member 'FLerpVolumesRemapLevelName::bExactMatch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesApplyWorldContext \ static_assert(alignof(FLerpVolumesApplyWorldContext) == 0x000008, "Wrong alignment on FLerpVolumesApplyWorldContext"); \ static_assert(sizeof(FLerpVolumesApplyWorldContext) == 0x0000C0, "Wrong size on FLerpVolumesApplyWorldContext"); \ static_assert(offsetof(FLerpVolumesApplyWorldContext, World) == 0x000000, "Member 'FLerpVolumesApplyWorldContext::World' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesApplyWorldContext, sender) == 0x000008, "Member 'FLerpVolumesApplyWorldContext::sender' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesApplyWorldContext, Receiver) == 0x000010, "Member 'FLerpVolumesApplyWorldContext::Receiver' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesApplyWorldContext, MPCs) == 0x000018, "Member 'FLerpVolumesApplyWorldContext::MPCs' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesApplyWorldContext, NPCs) == 0x000068, "Member 'FLerpVolumesApplyWorldContext::NPCs' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesApplyWorldContext, Mode) == 0x0000B8, "Member 'FLerpVolumesApplyWorldContext::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesInterpolantBase \ static_assert(alignof(FLerpVolumesInterpolantBase) == 0x000004, "Wrong alignment on FLerpVolumesInterpolantBase"); \ static_assert(sizeof(FLerpVolumesInterpolantBase) == 0x000010, "Wrong size on FLerpVolumesInterpolantBase"); \ static_assert(offsetof(FLerpVolumesInterpolantBase, HermesMessage) == 0x000000, "Member 'FLerpVolumesInterpolantBase::HermesMessage' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesInterpolantBase, WWiseRTPC) == 0x000008, "Member 'FLerpVolumesInterpolantBase::WWiseRTPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesInterpolantPCs \ static_assert(alignof(FLerpVolumesInterpolantPCs) == 0x000008, "Wrong alignment on FLerpVolumesInterpolantPCs"); \ static_assert(sizeof(FLerpVolumesInterpolantPCs) == 0x000020, "Wrong size on FLerpVolumesInterpolantPCs"); \ static_assert(offsetof(FLerpVolumesInterpolantPCs, MaterialParameterCollection) == 0x000010, "Member 'FLerpVolumesInterpolantPCs::MaterialParameterCollection' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesInterpolantPCs, NiagaraParameterCollection) == 0x000018, "Member 'FLerpVolumesInterpolantPCs::NiagaraParameterCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesScalar \ static_assert(alignof(FLerpVolumesScalar) == 0x000008, "Wrong alignment on FLerpVolumesScalar"); \ static_assert(sizeof(FLerpVolumesScalar) == 0x000030, "Wrong size on FLerpVolumesScalar"); \ static_assert(offsetof(FLerpVolumesScalar, Value) == 0x000020, "Member 'FLerpVolumesScalar::Value' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesScalar, MinValue) == 0x000024, "Member 'FLerpVolumesScalar::MinValue' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesScalar, MaxValue) == 0x000028, "Member 'FLerpVolumesScalar::MaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesInteger \ static_assert(alignof(FLerpVolumesInteger) == 0x000008, "Wrong alignment on FLerpVolumesInteger"); \ static_assert(sizeof(FLerpVolumesInteger) == 0x000030, "Wrong size on FLerpVolumesInteger"); \ static_assert(offsetof(FLerpVolumesInteger, Value) == 0x000020, "Member 'FLerpVolumesInteger::Value' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesInteger, MinValue) == 0x000024, "Member 'FLerpVolumesInteger::MinValue' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesInteger, MaxValue) == 0x000028, "Member 'FLerpVolumesInteger::MaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesVector \ static_assert(alignof(FLerpVolumesVector) == 0x000008, "Wrong alignment on FLerpVolumesVector"); \ static_assert(sizeof(FLerpVolumesVector) == 0x000030, "Wrong size on FLerpVolumesVector"); \ static_assert(offsetof(FLerpVolumesVector, Value) == 0x000020, "Member 'FLerpVolumesVector::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesUnitDirection \ static_assert(alignof(FLerpVolumesUnitDirection) == 0x000008, "Wrong alignment on FLerpVolumesUnitDirection"); \ static_assert(sizeof(FLerpVolumesUnitDirection) == 0x000030, "Wrong size on FLerpVolumesUnitDirection"); \ static_assert(offsetof(FLerpVolumesUnitDirection, Value) == 0x000020, "Member 'FLerpVolumesUnitDirection::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesColor \ static_assert(alignof(FLerpVolumesColor) == 0x000008, "Wrong alignment on FLerpVolumesColor"); \ static_assert(sizeof(FLerpVolumesColor) == 0x000030, "Wrong size on FLerpVolumesColor"); \ static_assert(offsetof(FLerpVolumesColor, Value) == 0x000020, "Member 'FLerpVolumesColor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesTagEntry \ static_assert(alignof(FLerpVolumesTagEntry) == 0x000008, "Wrong alignment on FLerpVolumesTagEntry"); \ static_assert(sizeof(FLerpVolumesTagEntry) == 0x000018, "Wrong size on FLerpVolumesTagEntry"); \ static_assert(offsetof(FLerpVolumesTagEntry, StringValue) == 0x000000, "Member 'FLerpVolumesTagEntry::StringValue' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesTagEntry, NameValue) == 0x000010, "Member 'FLerpVolumesTagEntry::NameValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesTag \ static_assert(alignof(FLerpVolumesTag) == 0x000008, "Wrong alignment on FLerpVolumesTag"); \ static_assert(sizeof(FLerpVolumesTag) == 0x000048, "Wrong size on FLerpVolumesTag"); \ static_assert(offsetof(FLerpVolumesTag, DefaultValue) == 0x000010, "Member 'FLerpVolumesTag::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesTag, AlphaTransition) == 0x000028, "Member 'FLerpVolumesTag::AlphaTransition' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesTag, bForceFullHistory) == 0x00002C, "Member 'FLerpVolumesTag::bForceFullHistory' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesTag, bOnlySetDefaultWWiseRTPCIfNotEmpty) == 0x00002D, "Member 'FLerpVolumesTag::bOnlySetDefaultWWiseRTPCIfNotEmpty' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesTag, History) == 0x000030, "Member 'FLerpVolumesTag::History' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesTag, DefaultValueMode) == 0x000040, "Member 'FLerpVolumesTag::DefaultValueMode' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesTag, RTPCValueMode) == 0x000041, "Member 'FLerpVolumesTag::RTPCValueMode' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesTag, HermesValueMode) == 0x000042, "Member 'FLerpVolumesTag::HermesValueMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesInterpolants \ static_assert(alignof(FLerpVolumesInterpolants) == 0x000008, "Wrong alignment on FLerpVolumesInterpolants"); \ static_assert(sizeof(FLerpVolumesInterpolants) == 0x0001E0, "Wrong size on FLerpVolumesInterpolants"); \ static_assert(offsetof(FLerpVolumesInterpolants, Scalars) == 0x000000, "Member 'FLerpVolumesInterpolants::Scalars' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesInterpolants, Integers) == 0x000050, "Member 'FLerpVolumesInterpolants::Integers' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesInterpolants, Vectors) == 0x0000A0, "Member 'FLerpVolumesInterpolants::Vectors' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesInterpolants, Directions) == 0x0000F0, "Member 'FLerpVolumesInterpolants::Directions' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesInterpolants, Colors) == 0x000140, "Member 'FLerpVolumesInterpolants::Colors' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesInterpolants, Tags) == 0x000190, "Member 'FLerpVolumesInterpolants::Tags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesInterpolantsEvaluator \ static_assert(alignof(FLerpVolumesInterpolantsEvaluator) == 0x000008, "Wrong alignment on FLerpVolumesInterpolantsEvaluator"); \ static_assert(sizeof(FLerpVolumesInterpolantsEvaluator) == 0x0001E8, "Wrong size on FLerpVolumesInterpolantsEvaluator"); \ static_assert(offsetof(FLerpVolumesInterpolantsEvaluator, Interpolants) == 0x000000, "Member 'FLerpVolumesInterpolantsEvaluator::Interpolants' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesInterpolantsEvaluator, ContextData) == 0x0001E0, "Member 'FLerpVolumesInterpolantsEvaluator::ContextData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVolumeCenterlineSettings \ static_assert(alignof(FVolumeCenterlineSettings) == 0x000004, "Wrong alignment on FVolumeCenterlineSettings"); \ static_assert(sizeof(FVolumeCenterlineSettings) == 0x00000C, "Wrong size on FVolumeCenterlineSettings"); \ static_assert(offsetof(FVolumeCenterlineSettings, Mode) == 0x000000, "Member 'FVolumeCenterlineSettings::Mode' has a wrong offset!"); \ static_assert(offsetof(FVolumeCenterlineSettings, CeilingFlatness) == 0x000004, "Member 'FVolumeCenterlineSettings::CeilingFlatness' has a wrong offset!"); \ static_assert(offsetof(FVolumeCenterlineSettings, FloorFlatness) == 0x000008, "Member 'FVolumeCenterlineSettings::FloorFlatness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumeInfo \ static_assert(alignof(FLerpVolumeInfo) == 0x000008, "Wrong alignment on FLerpVolumeInfo"); \ static_assert(sizeof(FLerpVolumeInfo) == 0x000040, "Wrong size on FLerpVolumeInfo"); \ static_assert(offsetof(FLerpVolumeInfo, Volume) == 0x000000, "Member 'FLerpVolumeInfo::Volume' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumeInfo, Centerline) == 0x000008, "Member 'FLerpVolumeInfo::Centerline' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumeInfo, BlendRadius) == 0x000014, "Member 'FLerpVolumeInfo::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumeInfo, BlendWeight) == 0x000018, "Member 'FLerpVolumeInfo::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumeInfo, BoundingBox) == 0x00001C, "Member 'FLerpVolumeInfo::BoundingBox' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumeInfo, bUnbounded) == 0x000038, "Member 'FLerpVolumeInfo::bUnbounded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumeInterpolantInfo \ static_assert(alignof(FLerpVolumeInterpolantInfo) == 0x000008, "Wrong alignment on FLerpVolumeInterpolantInfo"); \ static_assert(sizeof(FLerpVolumeInterpolantInfo) == 0x000068, "Wrong size on FLerpVolumeInterpolantInfo"); \ static_assert(offsetof(FLerpVolumeInterpolantInfo, Volume) == 0x000008, "Member 'FLerpVolumeInterpolantInfo::Volume' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumeInterpolantInfo, Pos) == 0x000048, "Member 'FLerpVolumeInterpolantInfo::Pos' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumeInterpolantInfo, Depth) == 0x000054, "Member 'FLerpVolumeInterpolantInfo::Depth' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumeInterpolantInfo, DepthBlend) == 0x000058, "Member 'FLerpVolumeInterpolantInfo::DepthBlend' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumeInterpolantInfo, DomainWeightBlend) == 0x00005C, "Member 'FLerpVolumeInterpolantInfo::DomainWeightBlend' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumeInterpolantInfo, FinalBlend) == 0x000060, "Member 'FLerpVolumeInterpolantInfo::FinalBlend' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumeInterpolantInfo, bIsCamera) == 0x000064, "Member 'FLerpVolumeInterpolantInfo::bIsCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesName \ static_assert(alignof(FLerpVolumesName) == 0x000004, "Wrong alignment on FLerpVolumesName"); \ static_assert(sizeof(FLerpVolumesName) == 0x000008, "Wrong size on FLerpVolumesName"); \ static_assert(offsetof(FLerpVolumesName, Name) == 0x000000, "Member 'FLerpVolumesName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesRawLevelName \ static_assert(alignof(FLerpVolumesRawLevelName) == 0x000004, "Wrong alignment on FLerpVolumesRawLevelName"); \ static_assert(sizeof(FLerpVolumesRawLevelName) == 0x000008, "Wrong size on FLerpVolumesRawLevelName"); \ #define DUMPER7_ASSERTS_FLerpVolumesLevelName \ static_assert(alignof(FLerpVolumesLevelName) == 0x000004, "Wrong alignment on FLerpVolumesLevelName"); \ static_assert(sizeof(FLerpVolumesLevelName) == 0x000008, "Wrong size on FLerpVolumesLevelName"); \ #define DUMPER7_ASSERTS_FLerpVolumesTagName \ static_assert(alignof(FLerpVolumesTagName) == 0x000004, "Wrong alignment on FLerpVolumesTagName"); \ static_assert(sizeof(FLerpVolumesTagName) == 0x000008, "Wrong size on FLerpVolumesTagName"); \ #define DUMPER7_ASSERTS_FLerpVolumesColorName \ static_assert(alignof(FLerpVolumesColorName) == 0x000004, "Wrong alignment on FLerpVolumesColorName"); \ static_assert(sizeof(FLerpVolumesColorName) == 0x000008, "Wrong size on FLerpVolumesColorName"); \ #define DUMPER7_ASSERTS_FLerpVolumesUnitDirectionName \ static_assert(alignof(FLerpVolumesUnitDirectionName) == 0x000004, "Wrong alignment on FLerpVolumesUnitDirectionName"); \ static_assert(sizeof(FLerpVolumesUnitDirectionName) == 0x000008, "Wrong size on FLerpVolumesUnitDirectionName"); \ #define DUMPER7_ASSERTS_FLerpVolumesVectorName \ static_assert(alignof(FLerpVolumesVectorName) == 0x000004, "Wrong alignment on FLerpVolumesVectorName"); \ static_assert(sizeof(FLerpVolumesVectorName) == 0x000008, "Wrong size on FLerpVolumesVectorName"); \ #define DUMPER7_ASSERTS_FLerpVolumesIntegerName \ static_assert(alignof(FLerpVolumesIntegerName) == 0x000004, "Wrong alignment on FLerpVolumesIntegerName"); \ static_assert(sizeof(FLerpVolumesIntegerName) == 0x000008, "Wrong size on FLerpVolumesIntegerName"); \ #define DUMPER7_ASSERTS_FLerpVolumesScalarName \ static_assert(alignof(FLerpVolumesScalarName) == 0x000004, "Wrong alignment on FLerpVolumesScalarName"); \ static_assert(sizeof(FLerpVolumesScalarName) == 0x000008, "Wrong size on FLerpVolumesScalarName"); \ #define DUMPER7_ASSERTS_FLerpVolumesAudioStateGroupNameBase \ static_assert(alignof(FLerpVolumesAudioStateGroupNameBase) == 0x000004, "Wrong alignment on FLerpVolumesAudioStateGroupNameBase"); \ static_assert(sizeof(FLerpVolumesAudioStateGroupNameBase) == 0x000008, "Wrong size on FLerpVolumesAudioStateGroupNameBase"); \ static_assert(offsetof(FLerpVolumesAudioStateGroupNameBase, Name) == 0x000000, "Member 'FLerpVolumesAudioStateGroupNameBase::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLerpVolumesAudioStateGroupLocation \ static_assert(alignof(FLerpVolumesAudioStateGroupLocation) == 0x000004, "Wrong alignment on FLerpVolumesAudioStateGroupLocation"); \ static_assert(sizeof(FLerpVolumesAudioStateGroupLocation) == 0x000008, "Wrong size on FLerpVolumesAudioStateGroupLocation"); \ #define DUMPER7_ASSERTS_FLerpVolumesAudioStateGroupName \ static_assert(alignof(FLerpVolumesAudioStateGroupName) == 0x000004, "Wrong alignment on FLerpVolumesAudioStateGroupName"); \ static_assert(sizeof(FLerpVolumesAudioStateGroupName) == 0x000008, "Wrong size on FLerpVolumesAudioStateGroupName"); \ #define DUMPER7_ASSERTS_FLerpVolumesWorldInfo \ static_assert(alignof(FLerpVolumesWorldInfo) == 0x000008, "Wrong alignment on FLerpVolumesWorldInfo"); \ static_assert(sizeof(FLerpVolumesWorldInfo) == 0x000028, "Wrong size on FLerpVolumesWorldInfo"); \ static_assert(offsetof(FLerpVolumesWorldInfo, Singleton) == 0x000000, "Member 'FLerpVolumesWorldInfo::Singleton' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesWorldInfo, LocalEvaluators) == 0x000008, "Member 'FLerpVolumesWorldInfo::LocalEvaluators' has a wrong offset!"); \ static_assert(offsetof(FLerpVolumesWorldInfo, Volumes) == 0x000018, "Member 'FLerpVolumesWorldInfo::Volumes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoxBoundsInfo \ static_assert(alignof(FBoxBoundsInfo) == 0x000004, "Wrong alignment on FBoxBoundsInfo"); \ static_assert(sizeof(FBoxBoundsInfo) == 0x00001C, "Wrong size on FBoxBoundsInfo"); \ static_assert(offsetof(FBoxBoundsInfo, Center) == 0x000000, "Member 'FBoxBoundsInfo::Center' has a wrong offset!"); \ static_assert(offsetof(FBoxBoundsInfo, Extent) == 0x00000C, "Member 'FBoxBoundsInfo::Extent' has a wrong offset!"); \ static_assert(offsetof(FBoxBoundsInfo, Radius) == 0x000018, "Member 'FBoxBoundsInfo::Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumesBoundsCacheLevelRemapping \ static_assert(alignof(ULerpVolumesBoundsCacheLevelRemapping) == 0x000008, "Wrong alignment on ULerpVolumesBoundsCacheLevelRemapping"); \ static_assert(sizeof(ULerpVolumesBoundsCacheLevelRemapping) == 0x000080, "Wrong size on ULerpVolumesBoundsCacheLevelRemapping"); \ static_assert(offsetof(ULerpVolumesBoundsCacheLevelRemapping, FastLevelNameMap) == 0x000030, "Member 'ULerpVolumesBoundsCacheLevelRemapping::FastLevelNameMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeInterpolant \ static_assert(alignof(ULerpVolumeInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeInterpolant"); \ static_assert(sizeof(ULerpVolumeInterpolant) == 0x000028, "Wrong size on ULerpVolumeInterpolant"); \ #define DUMPER7_ASSERTS_ULerpVolumeScalarInterpolant \ static_assert(alignof(ULerpVolumeScalarInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeScalarInterpolant"); \ static_assert(sizeof(ULerpVolumeScalarInterpolant) == 0x000038, "Wrong size on ULerpVolumeScalarInterpolant"); \ static_assert(offsetof(ULerpVolumeScalarInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeScalarInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeScalarInterpolant, Value) == 0x000030, "Member 'ULerpVolumeScalarInterpolant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeRelativeScalarInterpolant \ static_assert(alignof(ULerpVolumeRelativeScalarInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeRelativeScalarInterpolant"); \ static_assert(sizeof(ULerpVolumeRelativeScalarInterpolant) == 0x000038, "Wrong size on ULerpVolumeRelativeScalarInterpolant"); \ #define DUMPER7_ASSERTS_ULerpVolumeIntegerInterpolant \ static_assert(alignof(ULerpVolumeIntegerInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeIntegerInterpolant"); \ static_assert(sizeof(ULerpVolumeIntegerInterpolant) == 0x000038, "Wrong size on ULerpVolumeIntegerInterpolant"); \ static_assert(offsetof(ULerpVolumeIntegerInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeIntegerInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeIntegerInterpolant, Value) == 0x000030, "Member 'ULerpVolumeIntegerInterpolant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeRelativeIntegerInterpolant \ static_assert(alignof(ULerpVolumeRelativeIntegerInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeRelativeIntegerInterpolant"); \ static_assert(sizeof(ULerpVolumeRelativeIntegerInterpolant) == 0x000038, "Wrong size on ULerpVolumeRelativeIntegerInterpolant"); \ #define DUMPER7_ASSERTS_ULerpVolumeVectorInterpolant \ static_assert(alignof(ULerpVolumeVectorInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeVectorInterpolant"); \ static_assert(sizeof(ULerpVolumeVectorInterpolant) == 0x000040, "Wrong size on ULerpVolumeVectorInterpolant"); \ static_assert(offsetof(ULerpVolumeVectorInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeVectorInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeVectorInterpolant, Value) == 0x000030, "Member 'ULerpVolumeVectorInterpolant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeUnitDirectionInterpolant \ static_assert(alignof(ULerpVolumeUnitDirectionInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeUnitDirectionInterpolant"); \ static_assert(sizeof(ULerpVolumeUnitDirectionInterpolant) == 0x000040, "Wrong size on ULerpVolumeUnitDirectionInterpolant"); \ static_assert(offsetof(ULerpVolumeUnitDirectionInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeUnitDirectionInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeUnitDirectionInterpolant, Value) == 0x000030, "Member 'ULerpVolumeUnitDirectionInterpolant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeColorInterpolant \ static_assert(alignof(ULerpVolumeColorInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeColorInterpolant"); \ static_assert(sizeof(ULerpVolumeColorInterpolant) == 0x000040, "Wrong size on ULerpVolumeColorInterpolant"); \ static_assert(offsetof(ULerpVolumeColorInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeColorInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeColorInterpolant, Value) == 0x000030, "Member 'ULerpVolumeColorInterpolant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeTagInterpolantBase \ static_assert(alignof(ULerpVolumeTagInterpolantBase) == 0x000008, "Wrong alignment on ULerpVolumeTagInterpolantBase"); \ static_assert(sizeof(ULerpVolumeTagInterpolantBase) == 0x000030, "Wrong size on ULerpVolumeTagInterpolantBase"); \ static_assert(offsetof(ULerpVolumeTagInterpolantBase, Name_0) == 0x000028, "Member 'ULerpVolumeTagInterpolantBase::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeTagInterpolant \ static_assert(alignof(ULerpVolumeTagInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeTagInterpolant"); \ static_assert(sizeof(ULerpVolumeTagInterpolant) == 0x000048, "Wrong size on ULerpVolumeTagInterpolant"); \ static_assert(offsetof(ULerpVolumeTagInterpolant, Value) == 0x000030, "Member 'ULerpVolumeTagInterpolant::Value' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeTagInterpolant, CachedNameValue) == 0x000040, "Member 'ULerpVolumeTagInterpolant::CachedNameValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeNameInterpolant \ static_assert(alignof(ULerpVolumeNameInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeNameInterpolant"); \ static_assert(sizeof(ULerpVolumeNameInterpolant) == 0x000038, "Wrong size on ULerpVolumeNameInterpolant"); \ static_assert(offsetof(ULerpVolumeNameInterpolant, Value) == 0x000030, "Member 'ULerpVolumeNameInterpolant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeDefaultInterpolant \ static_assert(alignof(ULerpVolumeDefaultInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeDefaultInterpolant"); \ static_assert(sizeof(ULerpVolumeDefaultInterpolant) == 0x000030, "Wrong size on ULerpVolumeDefaultInterpolant"); \ #define DUMPER7_ASSERTS_ULerpVolumeFinalInterpolant \ static_assert(alignof(ULerpVolumeFinalInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeFinalInterpolant"); \ static_assert(sizeof(ULerpVolumeFinalInterpolant) == 0x000028, "Wrong size on ULerpVolumeFinalInterpolant"); \ #define DUMPER7_ASSERTS_ULerpVolumeFinalTagInterpolant \ static_assert(alignof(ULerpVolumeFinalTagInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeFinalTagInterpolant"); \ static_assert(sizeof(ULerpVolumeFinalTagInterpolant) == 0x000030, "Wrong size on ULerpVolumeFinalTagInterpolant"); \ static_assert(offsetof(ULerpVolumeFinalTagInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeFinalTagInterpolant::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumesPresistentContextDataBase \ static_assert(alignof(ULerpVolumesPresistentContextDataBase) == 0x000008, "Wrong alignment on ULerpVolumesPresistentContextDataBase"); \ static_assert(sizeof(ULerpVolumesPresistentContextDataBase) == 0x000028, "Wrong size on ULerpVolumesPresistentContextDataBase"); \ #define DUMPER7_ASSERTS_ULerpVolumesLastValidTag \ static_assert(alignof(ULerpVolumesLastValidTag) == 0x000008, "Wrong alignment on ULerpVolumesLastValidTag"); \ static_assert(sizeof(ULerpVolumesLastValidTag) == 0x000040, "Wrong size on ULerpVolumesLastValidTag"); \ static_assert(offsetof(ULerpVolumesLastValidTag, LastValid) == 0x000028, "Member 'ULerpVolumesLastValidTag::LastValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeFinalLastValidTagInterpolant \ static_assert(alignof(ULerpVolumeFinalLastValidTagInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeFinalLastValidTagInterpolant"); \ static_assert(sizeof(ULerpVolumeFinalLastValidTagInterpolant) == 0x000030, "Wrong size on ULerpVolumeFinalLastValidTagInterpolant"); \ #define DUMPER7_ASSERTS_ULerpVolumeFinalDefaultTagInterpolant \ static_assert(alignof(ULerpVolumeFinalDefaultTagInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeFinalDefaultTagInterpolant"); \ static_assert(sizeof(ULerpVolumeFinalDefaultTagInterpolant) == 0x000030, "Wrong size on ULerpVolumeFinalDefaultTagInterpolant"); \ #define DUMPER7_ASSERTS_ULerpVolumesFinalTagHistory \ static_assert(alignof(ULerpVolumesFinalTagHistory) == 0x000008, "Wrong alignment on ULerpVolumesFinalTagHistory"); \ static_assert(sizeof(ULerpVolumesFinalTagHistory) == 0x000058, "Wrong size on ULerpVolumesFinalTagHistory"); \ static_assert(offsetof(ULerpVolumesFinalTagHistory, Current) == 0x000028, "Member 'ULerpVolumesFinalTagHistory::Current' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumesFinalTagHistory, Prior) == 0x000040, "Member 'ULerpVolumesFinalTagHistory::Prior' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeFinalLastTagInterpolant \ static_assert(alignof(ULerpVolumeFinalLastTagInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeFinalLastTagInterpolant"); \ static_assert(sizeof(ULerpVolumeFinalLastTagInterpolant) == 0x000038, "Wrong size on ULerpVolumeFinalLastTagInterpolant"); \ static_assert(offsetof(ULerpVolumeFinalLastTagInterpolant, SourceInterpolant) == 0x000030, "Member 'ULerpVolumeFinalLastTagInterpolant::SourceInterpolant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeScalarDayNightInterpolant \ static_assert(alignof(ULerpVolumeScalarDayNightInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeScalarDayNightInterpolant"); \ static_assert(sizeof(ULerpVolumeScalarDayNightInterpolant) == 0x000038, "Wrong size on ULerpVolumeScalarDayNightInterpolant"); \ static_assert(offsetof(ULerpVolumeScalarDayNightInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeScalarDayNightInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeScalarDayNightInterpolant, DayValue) == 0x000030, "Member 'ULerpVolumeScalarDayNightInterpolant::DayValue' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeScalarDayNightInterpolant, NightValue) == 0x000034, "Member 'ULerpVolumeScalarDayNightInterpolant::NightValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeIntegerDayNightInterpolant \ static_assert(alignof(ULerpVolumeIntegerDayNightInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeIntegerDayNightInterpolant"); \ static_assert(sizeof(ULerpVolumeIntegerDayNightInterpolant) == 0x000038, "Wrong size on ULerpVolumeIntegerDayNightInterpolant"); \ static_assert(offsetof(ULerpVolumeIntegerDayNightInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeIntegerDayNightInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeIntegerDayNightInterpolant, DayValue) == 0x000030, "Member 'ULerpVolumeIntegerDayNightInterpolant::DayValue' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeIntegerDayNightInterpolant, NightValue) == 0x000034, "Member 'ULerpVolumeIntegerDayNightInterpolant::NightValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeVectorDayNightInterpolant \ static_assert(alignof(ULerpVolumeVectorDayNightInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeVectorDayNightInterpolant"); \ static_assert(sizeof(ULerpVolumeVectorDayNightInterpolant) == 0x000048, "Wrong size on ULerpVolumeVectorDayNightInterpolant"); \ static_assert(offsetof(ULerpVolumeVectorDayNightInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeVectorDayNightInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeVectorDayNightInterpolant, DayValue) == 0x000030, "Member 'ULerpVolumeVectorDayNightInterpolant::DayValue' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeVectorDayNightInterpolant, NightValue) == 0x00003C, "Member 'ULerpVolumeVectorDayNightInterpolant::NightValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeUnitDirectionDayNightInterpolant \ static_assert(alignof(ULerpVolumeUnitDirectionDayNightInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeUnitDirectionDayNightInterpolant"); \ static_assert(sizeof(ULerpVolumeUnitDirectionDayNightInterpolant) == 0x000048, "Wrong size on ULerpVolumeUnitDirectionDayNightInterpolant"); \ static_assert(offsetof(ULerpVolumeUnitDirectionDayNightInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeUnitDirectionDayNightInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeUnitDirectionDayNightInterpolant, DayValue) == 0x000030, "Member 'ULerpVolumeUnitDirectionDayNightInterpolant::DayValue' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeUnitDirectionDayNightInterpolant, NightValue) == 0x00003C, "Member 'ULerpVolumeUnitDirectionDayNightInterpolant::NightValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeColorDayNightInterpolant \ static_assert(alignof(ULerpVolumeColorDayNightInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeColorDayNightInterpolant"); \ static_assert(sizeof(ULerpVolumeColorDayNightInterpolant) == 0x000050, "Wrong size on ULerpVolumeColorDayNightInterpolant"); \ static_assert(offsetof(ULerpVolumeColorDayNightInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeColorDayNightInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeColorDayNightInterpolant, DayValue) == 0x000030, "Member 'ULerpVolumeColorDayNightInterpolant::DayValue' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeColorDayNightInterpolant, NightValue) == 0x000040, "Member 'ULerpVolumeColorDayNightInterpolant::NightValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeTagDayNightInterpolant \ static_assert(alignof(ULerpVolumeTagDayNightInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeTagDayNightInterpolant"); \ static_assert(sizeof(ULerpVolumeTagDayNightInterpolant) == 0x000060, "Wrong size on ULerpVolumeTagDayNightInterpolant"); \ static_assert(offsetof(ULerpVolumeTagDayNightInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeTagDayNightInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeTagDayNightInterpolant, DayValue) == 0x000030, "Member 'ULerpVolumeTagDayNightInterpolant::DayValue' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeTagDayNightInterpolant, NightValue) == 0x000040, "Member 'ULerpVolumeTagDayNightInterpolant::NightValue' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeTagDayNightInterpolant, DayValueName) == 0x000050, "Member 'ULerpVolumeTagDayNightInterpolant::DayValueName' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeTagDayNightInterpolant, NightValueName) == 0x000058, "Member 'ULerpVolumeTagDayNightInterpolant::NightValueName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeDynamicUnitDirectionInterpolant \ static_assert(alignof(ULerpVolumeDynamicUnitDirectionInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeDynamicUnitDirectionInterpolant"); \ static_assert(sizeof(ULerpVolumeDynamicUnitDirectionInterpolant) == 0x000030, "Wrong size on ULerpVolumeDynamicUnitDirectionInterpolant"); \ static_assert(offsetof(ULerpVolumeDynamicUnitDirectionInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeDynamicUnitDirectionInterpolant::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeDiretionToCenterInterpolant \ static_assert(alignof(ULerpVolumeDiretionToCenterInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeDiretionToCenterInterpolant"); \ static_assert(sizeof(ULerpVolumeDiretionToCenterInterpolant) == 0x000030, "Wrong size on ULerpVolumeDiretionToCenterInterpolant"); \ #define DUMPER7_ASSERTS_ULerpVolumeDiretionToWallInterpolant \ static_assert(alignof(ULerpVolumeDiretionToWallInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeDiretionToWallInterpolant"); \ static_assert(sizeof(ULerpVolumeDiretionToWallInterpolant) == 0x000030, "Wrong size on ULerpVolumeDiretionToWallInterpolant"); \ #define DUMPER7_ASSERTS_ULerpVolumeDynamicTagInterpolant \ static_assert(alignof(ULerpVolumeDynamicTagInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeDynamicTagInterpolant"); \ static_assert(sizeof(ULerpVolumeDynamicTagInterpolant) == 0x000030, "Wrong size on ULerpVolumeDynamicTagInterpolant"); \ static_assert(offsetof(ULerpVolumeDynamicTagInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeDynamicTagInterpolant::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeNameTagInterpolant \ static_assert(alignof(ULerpVolumeNameTagInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeNameTagInterpolant"); \ static_assert(sizeof(ULerpVolumeNameTagInterpolant) == 0x000030, "Wrong size on ULerpVolumeNameTagInterpolant"); \ #define DUMPER7_ASSERTS_ULerpVolumeScalarIndoorsOutdoorsInterpolant \ static_assert(alignof(ULerpVolumeScalarIndoorsOutdoorsInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeScalarIndoorsOutdoorsInterpolant"); \ static_assert(sizeof(ULerpVolumeScalarIndoorsOutdoorsInterpolant) == 0x000038, "Wrong size on ULerpVolumeScalarIndoorsOutdoorsInterpolant"); \ static_assert(offsetof(ULerpVolumeScalarIndoorsOutdoorsInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeScalarIndoorsOutdoorsInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeScalarIndoorsOutdoorsInterpolant, IndoorsValue) == 0x000030, "Member 'ULerpVolumeScalarIndoorsOutdoorsInterpolant::IndoorsValue' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeScalarIndoorsOutdoorsInterpolant, OutdoorsValue) == 0x000034, "Member 'ULerpVolumeScalarIndoorsOutdoorsInterpolant::OutdoorsValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeIntegerIndoorsOutdoorsInterpolant \ static_assert(alignof(ULerpVolumeIntegerIndoorsOutdoorsInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeIntegerIndoorsOutdoorsInterpolant"); \ static_assert(sizeof(ULerpVolumeIntegerIndoorsOutdoorsInterpolant) == 0x000038, "Wrong size on ULerpVolumeIntegerIndoorsOutdoorsInterpolant"); \ static_assert(offsetof(ULerpVolumeIntegerIndoorsOutdoorsInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeIntegerIndoorsOutdoorsInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeIntegerIndoorsOutdoorsInterpolant, IndoorsValue) == 0x000030, "Member 'ULerpVolumeIntegerIndoorsOutdoorsInterpolant::IndoorsValue' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeIntegerIndoorsOutdoorsInterpolant, OutdoorsValue) == 0x000034, "Member 'ULerpVolumeIntegerIndoorsOutdoorsInterpolant::OutdoorsValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeVectorIndoorsOutdoorsInterpolant \ static_assert(alignof(ULerpVolumeVectorIndoorsOutdoorsInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeVectorIndoorsOutdoorsInterpolant"); \ static_assert(sizeof(ULerpVolumeVectorIndoorsOutdoorsInterpolant) == 0x000048, "Wrong size on ULerpVolumeVectorIndoorsOutdoorsInterpolant"); \ static_assert(offsetof(ULerpVolumeVectorIndoorsOutdoorsInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeVectorIndoorsOutdoorsInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeVectorIndoorsOutdoorsInterpolant, IndoorsValue) == 0x000030, "Member 'ULerpVolumeVectorIndoorsOutdoorsInterpolant::IndoorsValue' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeVectorIndoorsOutdoorsInterpolant, OutdoorsValue) == 0x00003C, "Member 'ULerpVolumeVectorIndoorsOutdoorsInterpolant::OutdoorsValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeUnitDirectionIndoorsOutdoorsInterpolant \ static_assert(alignof(ULerpVolumeUnitDirectionIndoorsOutdoorsInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeUnitDirectionIndoorsOutdoorsInterpolant"); \ static_assert(sizeof(ULerpVolumeUnitDirectionIndoorsOutdoorsInterpolant) == 0x000048, "Wrong size on ULerpVolumeUnitDirectionIndoorsOutdoorsInterpolant"); \ static_assert(offsetof(ULerpVolumeUnitDirectionIndoorsOutdoorsInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeUnitDirectionIndoorsOutdoorsInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeUnitDirectionIndoorsOutdoorsInterpolant, IndoorsValue) == 0x000030, "Member 'ULerpVolumeUnitDirectionIndoorsOutdoorsInterpolant::IndoorsValue' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeUnitDirectionIndoorsOutdoorsInterpolant, OutdoorsValue) == 0x00003C, "Member 'ULerpVolumeUnitDirectionIndoorsOutdoorsInterpolant::OutdoorsValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeColorIndoorsOutdoorsInterpolant \ static_assert(alignof(ULerpVolumeColorIndoorsOutdoorsInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeColorIndoorsOutdoorsInterpolant"); \ static_assert(sizeof(ULerpVolumeColorIndoorsOutdoorsInterpolant) == 0x000050, "Wrong size on ULerpVolumeColorIndoorsOutdoorsInterpolant"); \ static_assert(offsetof(ULerpVolumeColorIndoorsOutdoorsInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeColorIndoorsOutdoorsInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeColorIndoorsOutdoorsInterpolant, IndoorsValue) == 0x000030, "Member 'ULerpVolumeColorIndoorsOutdoorsInterpolant::IndoorsValue' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeColorIndoorsOutdoorsInterpolant, OutdoorsValue) == 0x000040, "Member 'ULerpVolumeColorIndoorsOutdoorsInterpolant::OutdoorsValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeTagIndoorsOutdoorsInterpolant \ static_assert(alignof(ULerpVolumeTagIndoorsOutdoorsInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeTagIndoorsOutdoorsInterpolant"); \ static_assert(sizeof(ULerpVolumeTagIndoorsOutdoorsInterpolant) == 0x000060, "Wrong size on ULerpVolumeTagIndoorsOutdoorsInterpolant"); \ static_assert(offsetof(ULerpVolumeTagIndoorsOutdoorsInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeTagIndoorsOutdoorsInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeTagIndoorsOutdoorsInterpolant, IndoorsValue) == 0x000030, "Member 'ULerpVolumeTagIndoorsOutdoorsInterpolant::IndoorsValue' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeTagIndoorsOutdoorsInterpolant, OutdoorsValue) == 0x000040, "Member 'ULerpVolumeTagIndoorsOutdoorsInterpolant::OutdoorsValue' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeTagIndoorsOutdoorsInterpolant, IndoorsValueName) == 0x000050, "Member 'ULerpVolumeTagIndoorsOutdoorsInterpolant::IndoorsValueName' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeTagIndoorsOutdoorsInterpolant, OutdoorsValueName) == 0x000058, "Member 'ULerpVolumeTagIndoorsOutdoorsInterpolant::OutdoorsValueName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeLevelNameInterpolantBase \ static_assert(alignof(ULerpVolumeLevelNameInterpolantBase) == 0x000008, "Wrong alignment on ULerpVolumeLevelNameInterpolantBase"); \ static_assert(sizeof(ULerpVolumeLevelNameInterpolantBase) == 0x000028, "Wrong size on ULerpVolumeLevelNameInterpolantBase"); \ #define DUMPER7_ASSERTS_ULerpVolumeManualLevelNameInterpolant \ static_assert(alignof(ULerpVolumeManualLevelNameInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeManualLevelNameInterpolant"); \ static_assert(sizeof(ULerpVolumeManualLevelNameInterpolant) == 0x000038, "Wrong size on ULerpVolumeManualLevelNameInterpolant"); \ static_assert(offsetof(ULerpVolumeManualLevelNameInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeManualLevelNameInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeManualLevelNameInterpolant, UseLevelName) == 0x000030, "Member 'ULerpVolumeManualLevelNameInterpolant::UseLevelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeLevelNameInterpolant \ static_assert(alignof(ULerpVolumeLevelNameInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeLevelNameInterpolant"); \ static_assert(sizeof(ULerpVolumeLevelNameInterpolant) == 0x000038, "Wrong size on ULerpVolumeLevelNameInterpolant"); \ static_assert(offsetof(ULerpVolumeLevelNameInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeLevelNameInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeLevelNameInterpolant, LevelName) == 0x000030, "Member 'ULerpVolumeLevelNameInterpolant::LevelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeLevelAudioLocationNameInterpolant \ static_assert(alignof(ULerpVolumeLevelAudioLocationNameInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeLevelAudioLocationNameInterpolant"); \ static_assert(sizeof(ULerpVolumeLevelAudioLocationNameInterpolant) == 0x000038, "Wrong size on ULerpVolumeLevelAudioLocationNameInterpolant"); \ static_assert(offsetof(ULerpVolumeLevelAudioLocationNameInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeLevelAudioLocationNameInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeLevelAudioLocationNameInterpolant, LevelName) == 0x000030, "Member 'ULerpVolumeLevelAudioLocationNameInterpolant::LevelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeFinalLevelNameInterpolant \ static_assert(alignof(ULerpVolumeFinalLevelNameInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeFinalLevelNameInterpolant"); \ static_assert(sizeof(ULerpVolumeFinalLevelNameInterpolant) == 0x000030, "Wrong size on ULerpVolumeFinalLevelNameInterpolant"); \ #define DUMPER7_ASSERTS_ULerpVolumeFinalLastLevelNameInterpolant \ static_assert(alignof(ULerpVolumeFinalLastLevelNameInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeFinalLastLevelNameInterpolant"); \ static_assert(sizeof(ULerpVolumeFinalLastLevelNameInterpolant) == 0x000038, "Wrong size on ULerpVolumeFinalLastLevelNameInterpolant"); \ static_assert(offsetof(ULerpVolumeFinalLastLevelNameInterpolant, LevelNameInterpolant) == 0x000030, "Member 'ULerpVolumeFinalLastLevelNameInterpolant::LevelNameInterpolant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeFullLevelNameInterpolant \ static_assert(alignof(ULerpVolumeFullLevelNameInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeFullLevelNameInterpolant"); \ static_assert(sizeof(ULerpVolumeFullLevelNameInterpolant) == 0x000038, "Wrong size on ULerpVolumeFullLevelNameInterpolant"); \ static_assert(offsetof(ULerpVolumeFullLevelNameInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeFullLevelNameInterpolant::Name_0' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeFullLevelNameInterpolant, bExhaustiveLevels) == 0x000030, "Member 'ULerpVolumeFullLevelNameInterpolant::bExhaustiveLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeDistanceMetersInterpolant \ static_assert(alignof(ULerpVolumeDistanceMetersInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeDistanceMetersInterpolant"); \ static_assert(sizeof(ULerpVolumeDistanceMetersInterpolant) == 0x000030, "Wrong size on ULerpVolumeDistanceMetersInterpolant"); \ static_assert(offsetof(ULerpVolumeDistanceMetersInterpolant, Name_0) == 0x000028, "Member 'ULerpVolumeDistanceMetersInterpolant::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeDistanceFromWallInterpolant \ static_assert(alignof(ULerpVolumeDistanceFromWallInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeDistanceFromWallInterpolant"); \ static_assert(sizeof(ULerpVolumeDistanceFromWallInterpolant) == 0x000030, "Wrong size on ULerpVolumeDistanceFromWallInterpolant"); \ #define DUMPER7_ASSERTS_ULerpVolumeDistanceFromOppositeWallInterpolant \ static_assert(alignof(ULerpVolumeDistanceFromOppositeWallInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeDistanceFromOppositeWallInterpolant"); \ static_assert(sizeof(ULerpVolumeDistanceFromOppositeWallInterpolant) == 0x000030, "Wrong size on ULerpVolumeDistanceFromOppositeWallInterpolant"); \ #define DUMPER7_ASSERTS_ULerpVolumeDistanceFromCenterInterpolant \ static_assert(alignof(ULerpVolumeDistanceFromCenterInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeDistanceFromCenterInterpolant"); \ static_assert(sizeof(ULerpVolumeDistanceFromCenterInterpolant) == 0x000030, "Wrong size on ULerpVolumeDistanceFromCenterInterpolant"); \ #define DUMPER7_ASSERTS_ULerpVolumeDistanceFromCenterXYInterpolant \ static_assert(alignof(ULerpVolumeDistanceFromCenterXYInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeDistanceFromCenterXYInterpolant"); \ static_assert(sizeof(ULerpVolumeDistanceFromCenterXYInterpolant) == 0x000030, "Wrong size on ULerpVolumeDistanceFromCenterXYInterpolant"); \ #define DUMPER7_ASSERTS_ULerpVolumeDistanceToCeilingInterpolant \ static_assert(alignof(ULerpVolumeDistanceToCeilingInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeDistanceToCeilingInterpolant"); \ static_assert(sizeof(ULerpVolumeDistanceToCeilingInterpolant) == 0x000030, "Wrong size on ULerpVolumeDistanceToCeilingInterpolant"); \ #define DUMPER7_ASSERTS_ULerpVolumeDistanceToFloorInterpolant \ static_assert(alignof(ULerpVolumeDistanceToFloorInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeDistanceToFloorInterpolant"); \ static_assert(sizeof(ULerpVolumeDistanceToFloorInterpolant) == 0x000030, "Wrong size on ULerpVolumeDistanceToFloorInterpolant"); \ #define DUMPER7_ASSERTS_LerpVolume_SetPriority \ static_assert(alignof(LerpVolume_SetPriority) == 0x000004, "Wrong alignment on LerpVolume_SetPriority"); \ static_assert(sizeof(LerpVolume_SetPriority) == 0x000004, "Wrong size on LerpVolume_SetPriority"); \ static_assert(offsetof(LerpVolume_SetPriority, NewPriority) == 0x000000, "Member 'LerpVolume_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALerpVolume \ static_assert(alignof(ALerpVolume) == 0x000008, "Wrong alignment on ALerpVolume"); \ static_assert(sizeof(ALerpVolume) == 0x0002F0, "Wrong size on ALerpVolume"); \ static_assert(offsetof(ALerpVolume, Interpolants) == 0x000288, "Member 'ALerpVolume::Interpolants' has a wrong offset!"); \ static_assert(offsetof(ALerpVolume, Shape) == 0x000298, "Member 'ALerpVolume::Shape' has a wrong offset!"); \ static_assert(offsetof(ALerpVolume, BlendDomain) == 0x0002A8, "Member 'ALerpVolume::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(ALerpVolume, Priority) == 0x0002E0, "Member 'ALerpVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(ALerpVolume, BlendRadius) == 0x0002E4, "Member 'ALerpVolume::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(ALerpVolume, BlendWeight) == 0x0002E8, "Member 'ALerpVolume::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumeAttached_SetPriority \ static_assert(alignof(LerpVolumeAttached_SetPriority) == 0x000004, "Wrong alignment on LerpVolumeAttached_SetPriority"); \ static_assert(sizeof(LerpVolumeAttached_SetPriority) == 0x000004, "Wrong size on LerpVolumeAttached_SetPriority"); \ static_assert(offsetof(LerpVolumeAttached_SetPriority, NewPriority) == 0x000000, "Member 'LerpVolumeAttached_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALerpVolumeAttached \ static_assert(alignof(ALerpVolumeAttached) == 0x000008, "Wrong alignment on ALerpVolumeAttached"); \ static_assert(sizeof(ALerpVolumeAttached) == 0x0002C0, "Wrong size on ALerpVolumeAttached"); \ static_assert(offsetof(ALerpVolumeAttached, AttachVolume) == 0x000250, "Member 'ALerpVolumeAttached::AttachVolume' has a wrong offset!"); \ static_assert(offsetof(ALerpVolumeAttached, Interpolants) == 0x000258, "Member 'ALerpVolumeAttached::Interpolants' has a wrong offset!"); \ static_assert(offsetof(ALerpVolumeAttached, Shape) == 0x000268, "Member 'ALerpVolumeAttached::Shape' has a wrong offset!"); \ static_assert(offsetof(ALerpVolumeAttached, BlendDomain) == 0x000278, "Member 'ALerpVolumeAttached::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(ALerpVolumeAttached, Priority) == 0x0002B0, "Member 'ALerpVolumeAttached::Priority' has a wrong offset!"); \ static_assert(offsetof(ALerpVolumeAttached, BlendRadius) == 0x0002B4, "Member 'ALerpVolumeAttached::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(ALerpVolumeAttached, BlendWeight) == 0x0002B8, "Member 'ALerpVolumeAttached::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(ALerpVolumeAttached, bEnabled) == 0x0002BC, "Member 'ALerpVolumeAttached::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumesPresistentContextData \ static_assert(alignof(ULerpVolumesPresistentContextData) == 0x000008, "Wrong alignment on ULerpVolumesPresistentContextData"); \ static_assert(sizeof(ULerpVolumesPresistentContextData) == 0x000078, "Wrong size on ULerpVolumesPresistentContextData"); \ static_assert(offsetof(ULerpVolumesPresistentContextData, DataMap) == 0x000028, "Member 'ULerpVolumesPresistentContextData::DataMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ILerpVolumeInterface \ static_assert(alignof(ILerpVolumeInterface) == 0x000001, "Wrong alignment on ILerpVolumeInterface"); \ static_assert(sizeof(ILerpVolumeInterface) == 0x000001, "Wrong size on ILerpVolumeInterface"); \ #define DUMPER7_ASSERTS_ULerpVolumesLibrary \ static_assert(alignof(ULerpVolumesLibrary) == 0x000008, "Wrong alignment on ULerpVolumesLibrary"); \ static_assert(sizeof(ULerpVolumesLibrary) == 0x000240, "Wrong size on ULerpVolumesLibrary"); \ static_assert(offsetof(ULerpVolumesLibrary, VolumeCollisionChannel) == 0x000030, "Member 'ULerpVolumesLibrary::VolumeCollisionChannel' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumesLibrary, Interpolants) == 0x000038, "Member 'ULerpVolumesLibrary::Interpolants' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumesLibrary, DefaultInterpolants) == 0x000218, "Member 'ULerpVolumesLibrary::DefaultInterpolants' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumesLibrary, DefaultInterpolantsPriority) == 0x000228, "Member 'ULerpVolumesLibrary::DefaultInterpolantsPriority' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumesLibrary, FinalInterpolants) == 0x000230, "Member 'ULerpVolumesLibrary::FinalInterpolants' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesGetColorAtPosition \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesGetColorAtPosition) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesGetColorAtPosition"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesGetColorAtPosition) == 0x000030, "Wrong size on LerpVolumesSingleton_LerpVolumesGetColorAtPosition"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetColorAtPosition, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesGetColorAtPosition::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetColorAtPosition, Position) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesGetColorAtPosition::Position' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetColorAtPosition, VariableName) == 0x000014, "Member 'LerpVolumesSingleton_LerpVolumesGetColorAtPosition::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetColorAtPosition, VariableValue) == 0x00001C, "Member 'LerpVolumesSingleton_LerpVolumesGetColorAtPosition::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetColorAtPosition, ReturnValue) == 0x00002C, "Member 'LerpVolumesSingleton_LerpVolumesGetColorAtPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesGetIntegerAtPosition \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesGetIntegerAtPosition) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesGetIntegerAtPosition"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesGetIntegerAtPosition) == 0x000028, "Wrong size on LerpVolumesSingleton_LerpVolumesGetIntegerAtPosition"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetIntegerAtPosition, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesGetIntegerAtPosition::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetIntegerAtPosition, Position) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesGetIntegerAtPosition::Position' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetIntegerAtPosition, VariableName) == 0x000014, "Member 'LerpVolumesSingleton_LerpVolumesGetIntegerAtPosition::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetIntegerAtPosition, VariableValue) == 0x00001C, "Member 'LerpVolumesSingleton_LerpVolumesGetIntegerAtPosition::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetIntegerAtPosition, ReturnValue) == 0x000020, "Member 'LerpVolumesSingleton_LerpVolumesGetIntegerAtPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesGetScalarAtPosition \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesGetScalarAtPosition) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesGetScalarAtPosition"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesGetScalarAtPosition) == 0x000028, "Wrong size on LerpVolumesSingleton_LerpVolumesGetScalarAtPosition"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetScalarAtPosition, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesGetScalarAtPosition::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetScalarAtPosition, Position) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesGetScalarAtPosition::Position' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetScalarAtPosition, VariableName) == 0x000014, "Member 'LerpVolumesSingleton_LerpVolumesGetScalarAtPosition::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetScalarAtPosition, VariableValue) == 0x00001C, "Member 'LerpVolumesSingleton_LerpVolumesGetScalarAtPosition::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetScalarAtPosition, ReturnValue) == 0x000020, "Member 'LerpVolumesSingleton_LerpVolumesGetScalarAtPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesGetTagAtPosition \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesGetTagAtPosition) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesGetTagAtPosition"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesGetTagAtPosition) == 0x000038, "Wrong size on LerpVolumesSingleton_LerpVolumesGetTagAtPosition"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetTagAtPosition, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesGetTagAtPosition::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetTagAtPosition, Position) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesGetTagAtPosition::Position' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetTagAtPosition, VariableName) == 0x000014, "Member 'LerpVolumesSingleton_LerpVolumesGetTagAtPosition::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetTagAtPosition, VariableValue) == 0x000020, "Member 'LerpVolumesSingleton_LerpVolumesGetTagAtPosition::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetTagAtPosition, ValueMode) == 0x000030, "Member 'LerpVolumesSingleton_LerpVolumesGetTagAtPosition::ValueMode' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetTagAtPosition, ReturnValue) == 0x000031, "Member 'LerpVolumesSingleton_LerpVolumesGetTagAtPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesGetUnitDirectionAtPosition \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesGetUnitDirectionAtPosition) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesGetUnitDirectionAtPosition"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesGetUnitDirectionAtPosition) == 0x000030, "Wrong size on LerpVolumesSingleton_LerpVolumesGetUnitDirectionAtPosition"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetUnitDirectionAtPosition, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesGetUnitDirectionAtPosition::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetUnitDirectionAtPosition, Position) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesGetUnitDirectionAtPosition::Position' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetUnitDirectionAtPosition, VariableName) == 0x000014, "Member 'LerpVolumesSingleton_LerpVolumesGetUnitDirectionAtPosition::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetUnitDirectionAtPosition, VariableValue) == 0x00001C, "Member 'LerpVolumesSingleton_LerpVolumesGetUnitDirectionAtPosition::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetUnitDirectionAtPosition, ReturnValue) == 0x000028, "Member 'LerpVolumesSingleton_LerpVolumesGetUnitDirectionAtPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesGetVectorAtPosition \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesGetVectorAtPosition) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesGetVectorAtPosition"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesGetVectorAtPosition) == 0x000030, "Wrong size on LerpVolumesSingleton_LerpVolumesGetVectorAtPosition"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetVectorAtPosition, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesGetVectorAtPosition::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetVectorAtPosition, Position) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesGetVectorAtPosition::Position' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetVectorAtPosition, VariableName) == 0x000014, "Member 'LerpVolumesSingleton_LerpVolumesGetVectorAtPosition::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetVectorAtPosition, VariableValue) == 0x00001C, "Member 'LerpVolumesSingleton_LerpVolumesGetVectorAtPosition::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetVectorAtPosition, ReturnValue) == 0x000028, "Member 'LerpVolumesSingleton_LerpVolumesGetVectorAtPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesGetWorldColor \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesGetWorldColor) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesGetWorldColor"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesGetWorldColor) == 0x000028, "Wrong size on LerpVolumesSingleton_LerpVolumesGetWorldColor"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldColor, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldColor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldColor, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldColor::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldColor, VariableValue) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldColor::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldColor, ReturnValue) == 0x000020, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesGetWorldInteger \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesGetWorldInteger) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesGetWorldInteger"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesGetWorldInteger) == 0x000018, "Wrong size on LerpVolumesSingleton_LerpVolumesGetWorldInteger"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldInteger, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldInteger::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldInteger, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldInteger::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldInteger, VariableValue) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldInteger::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldInteger, ReturnValue) == 0x000014, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesGetWorldScalar \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesGetWorldScalar) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesGetWorldScalar"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesGetWorldScalar) == 0x000018, "Wrong size on LerpVolumesSingleton_LerpVolumesGetWorldScalar"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldScalar, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldScalar::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldScalar, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldScalar::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldScalar, VariableValue) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldScalar::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldScalar, ReturnValue) == 0x000014, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesGetWorldTag \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesGetWorldTag) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesGetWorldTag"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesGetWorldTag) == 0x000028, "Wrong size on LerpVolumesSingleton_LerpVolumesGetWorldTag"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldTag, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldTag::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldTag, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldTag::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldTag, VariableValue) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldTag::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldTag, ValueMode) == 0x000020, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldTag::ValueMode' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldTag, ReturnValue) == 0x000021, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesGetWorldType \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesGetWorldType) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesGetWorldType"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesGetWorldType) == 0x000018, "Wrong size on LerpVolumesSingleton_LerpVolumesGetWorldType"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldType, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldType::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldType, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldType::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldType, VariableType) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldType::VariableType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesGetWorldUnitDirection \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesGetWorldUnitDirection) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesGetWorldUnitDirection"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesGetWorldUnitDirection) == 0x000020, "Wrong size on LerpVolumesSingleton_LerpVolumesGetWorldUnitDirection"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldUnitDirection, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldUnitDirection::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldUnitDirection, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldUnitDirection::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldUnitDirection, VariableValue) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldUnitDirection::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldUnitDirection, ReturnValue) == 0x00001C, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldUnitDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesGetWorldVector \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesGetWorldVector) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesGetWorldVector"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesGetWorldVector) == 0x000020, "Wrong size on LerpVolumesSingleton_LerpVolumesGetWorldVector"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldVector, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldVector::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldVector, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldVector::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldVector, VariableValue) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldVector::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesGetWorldVector, ReturnValue) == 0x00001C, "Member 'LerpVolumesSingleton_LerpVolumesGetWorldVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesIsWorldColor \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesIsWorldColor) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesIsWorldColor"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesIsWorldColor) == 0x000018, "Wrong size on LerpVolumesSingleton_LerpVolumesIsWorldColor"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldColor, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldColor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldColor, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldColor::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldColor, bExists) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldColor::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesIsWorldInteger \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesIsWorldInteger) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesIsWorldInteger"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesIsWorldInteger) == 0x000018, "Wrong size on LerpVolumesSingleton_LerpVolumesIsWorldInteger"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldInteger, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldInteger::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldInteger, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldInteger::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldInteger, bExists) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldInteger::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesIsWorldScalar \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesIsWorldScalar) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesIsWorldScalar"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesIsWorldScalar) == 0x000018, "Wrong size on LerpVolumesSingleton_LerpVolumesIsWorldScalar"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldScalar, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldScalar::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldScalar, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldScalar::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldScalar, bExists) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldScalar::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesIsWorldTag \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesIsWorldTag) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesIsWorldTag"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesIsWorldTag) == 0x000018, "Wrong size on LerpVolumesSingleton_LerpVolumesIsWorldTag"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldTag, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldTag::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldTag, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldTag::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldTag, bExists) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldTag::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesIsWorldUnitDirection \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesIsWorldUnitDirection) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesIsWorldUnitDirection"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesIsWorldUnitDirection) == 0x000018, "Wrong size on LerpVolumesSingleton_LerpVolumesIsWorldUnitDirection"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldUnitDirection, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldUnitDirection::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldUnitDirection, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldUnitDirection::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldUnitDirection, bExists) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldUnitDirection::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesIsWorldVector \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesIsWorldVector) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesIsWorldVector"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesIsWorldVector) == 0x000018, "Wrong size on LerpVolumesSingleton_LerpVolumesIsWorldVector"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldVector, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldVector::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldVector, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldVector::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesIsWorldVector, bExists) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesIsWorldVector::bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesSetWorldColorDefault \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesSetWorldColorDefault) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesSetWorldColorDefault"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesSetWorldColorDefault) == 0x000020, "Wrong size on LerpVolumesSingleton_LerpVolumesSetWorldColorDefault"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldColorDefault, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldColorDefault::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldColorDefault, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldColorDefault::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldColorDefault, VariableValue) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldColorDefault::VariableValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesSetWorldIntegerDefault \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesSetWorldIntegerDefault) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesSetWorldIntegerDefault"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesSetWorldIntegerDefault) == 0x000018, "Wrong size on LerpVolumesSingleton_LerpVolumesSetWorldIntegerDefault"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldIntegerDefault, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldIntegerDefault::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldIntegerDefault, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldIntegerDefault::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldIntegerDefault, VariableValue) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldIntegerDefault::VariableValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesSetWorldScalarDefault \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesSetWorldScalarDefault) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesSetWorldScalarDefault"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesSetWorldScalarDefault) == 0x000018, "Wrong size on LerpVolumesSingleton_LerpVolumesSetWorldScalarDefault"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldScalarDefault, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldScalarDefault::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldScalarDefault, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldScalarDefault::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldScalarDefault, VariableValue) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldScalarDefault::VariableValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesSetWorldTagDefault \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesSetWorldTagDefault) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesSetWorldTagDefault"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesSetWorldTagDefault) == 0x000020, "Wrong size on LerpVolumesSingleton_LerpVolumesSetWorldTagDefault"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldTagDefault, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldTagDefault::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldTagDefault, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldTagDefault::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldTagDefault, VariableValue) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldTagDefault::VariableValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesSetWorldTagDefaultName \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesSetWorldTagDefaultName) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesSetWorldTagDefaultName"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesSetWorldTagDefaultName) == 0x000018, "Wrong size on LerpVolumesSingleton_LerpVolumesSetWorldTagDefaultName"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldTagDefaultName, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldTagDefaultName::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldTagDefaultName, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldTagDefaultName::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldTagDefaultName, VariableValue) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldTagDefaultName::VariableValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesSetWorldUnitDirectionDefault \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesSetWorldUnitDirectionDefault) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesSetWorldUnitDirectionDefault"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesSetWorldUnitDirectionDefault) == 0x000020, "Wrong size on LerpVolumesSingleton_LerpVolumesSetWorldUnitDirectionDefault"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldUnitDirectionDefault, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldUnitDirectionDefault::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldUnitDirectionDefault, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldUnitDirectionDefault::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldUnitDirectionDefault, VariableValue) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldUnitDirectionDefault::VariableValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesSingleton_LerpVolumesSetWorldVectorDefault \ static_assert(alignof(LerpVolumesSingleton_LerpVolumesSetWorldVectorDefault) == 0x000008, "Wrong alignment on LerpVolumesSingleton_LerpVolumesSetWorldVectorDefault"); \ static_assert(sizeof(LerpVolumesSingleton_LerpVolumesSetWorldVectorDefault) == 0x000020, "Wrong size on LerpVolumesSingleton_LerpVolumesSetWorldVectorDefault"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldVectorDefault, WorldContextObject) == 0x000000, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldVectorDefault::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldVectorDefault, VariableName) == 0x000008, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldVectorDefault::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesSingleton_LerpVolumesSetWorldVectorDefault, VariableValue) == 0x000010, "Member 'LerpVolumesSingleton_LerpVolumesSetWorldVectorDefault::VariableValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALerpVolumesSingleton \ static_assert(alignof(ALerpVolumesSingleton) == 0x000008, "Wrong alignment on ALerpVolumesSingleton"); \ static_assert(sizeof(ALerpVolumesSingleton) == 0x0008E0, "Wrong size on ALerpVolumesSingleton"); \ static_assert(offsetof(ALerpVolumesSingleton, Interpolants) == 0x000250, "Member 'ALerpVolumesSingleton::Interpolants' has a wrong offset!"); \ static_assert(offsetof(ALerpVolumesSingleton, FinalInterpolants) == 0x000260, "Member 'ALerpVolumesSingleton::FinalInterpolants' has a wrong offset!"); \ static_assert(offsetof(ALerpVolumesSingleton, Priority) == 0x000270, "Member 'ALerpVolumesSingleton::Priority' has a wrong offset!"); \ static_assert(offsetof(ALerpVolumesSingleton, InterpolantDefaults) == 0x000278, "Member 'ALerpVolumesSingleton::InterpolantDefaults' has a wrong offset!"); \ static_assert(offsetof(ALerpVolumesSingleton, CurrentState) == 0x000458, "Member 'ALerpVolumesSingleton::CurrentState' has a wrong offset!"); \ static_assert(offsetof(ALerpVolumesSingleton, LocalState) == 0x0006E8, "Member 'ALerpVolumesSingleton::LocalState' has a wrong offset!"); \ static_assert(offsetof(ALerpVolumesSingleton, LastLocalStatePosition) == 0x0008D0, "Member 'ALerpVolumesSingleton::LastLocalStatePosition' has a wrong offset!"); \ static_assert(offsetof(ALerpVolumesSingleton, bLastLocalStateValid) == 0x0008DC, "Member 'ALerpVolumesSingleton::bLastLocalStateValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesLocalEvaluationComponent_SetLocalLibrary \ static_assert(alignof(LerpVolumesLocalEvaluationComponent_SetLocalLibrary) == 0x000008, "Wrong alignment on LerpVolumesLocalEvaluationComponent_SetLocalLibrary"); \ static_assert(sizeof(LerpVolumesLocalEvaluationComponent_SetLocalLibrary) == 0x000008, "Wrong size on LerpVolumesLocalEvaluationComponent_SetLocalLibrary"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_SetLocalLibrary, NewLocalLibrary) == 0x000000, "Member 'LerpVolumesLocalEvaluationComponent_SetLocalLibrary::NewLocalLibrary' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesLocalEvaluationComponent_SetUpdatesEnabled \ static_assert(alignof(LerpVolumesLocalEvaluationComponent_SetUpdatesEnabled) == 0x000001, "Wrong alignment on LerpVolumesLocalEvaluationComponent_SetUpdatesEnabled"); \ static_assert(sizeof(LerpVolumesLocalEvaluationComponent_SetUpdatesEnabled) == 0x000001, "Wrong size on LerpVolumesLocalEvaluationComponent_SetUpdatesEnabled"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_SetUpdatesEnabled, Enable) == 0x000000, "Member 'LerpVolumesLocalEvaluationComponent_SetUpdatesEnabled::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesLocalEvaluationComponent_AreUpdatesEnabled \ static_assert(alignof(LerpVolumesLocalEvaluationComponent_AreUpdatesEnabled) == 0x000001, "Wrong alignment on LerpVolumesLocalEvaluationComponent_AreUpdatesEnabled"); \ static_assert(sizeof(LerpVolumesLocalEvaluationComponent_AreUpdatesEnabled) == 0x000001, "Wrong size on LerpVolumesLocalEvaluationComponent_AreUpdatesEnabled"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_AreUpdatesEnabled, ReturnValue) == 0x000000, "Member 'LerpVolumesLocalEvaluationComponent_AreUpdatesEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesLocalEvaluationComponent_GetLocalColor \ static_assert(alignof(LerpVolumesLocalEvaluationComponent_GetLocalColor) == 0x000004, "Wrong alignment on LerpVolumesLocalEvaluationComponent_GetLocalColor"); \ static_assert(sizeof(LerpVolumesLocalEvaluationComponent_GetLocalColor) == 0x00001C, "Wrong size on LerpVolumesLocalEvaluationComponent_GetLocalColor"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalColor, VariableName) == 0x000000, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalColor::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalColor, VariableValue) == 0x000008, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalColor::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalColor, ReturnValue) == 0x000018, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesLocalEvaluationComponent_GetLocalInteger \ static_assert(alignof(LerpVolumesLocalEvaluationComponent_GetLocalInteger) == 0x000004, "Wrong alignment on LerpVolumesLocalEvaluationComponent_GetLocalInteger"); \ static_assert(sizeof(LerpVolumesLocalEvaluationComponent_GetLocalInteger) == 0x000010, "Wrong size on LerpVolumesLocalEvaluationComponent_GetLocalInteger"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalInteger, VariableName) == 0x000000, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalInteger::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalInteger, VariableValue) == 0x000008, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalInteger::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalInteger, ReturnValue) == 0x00000C, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesLocalEvaluationComponent_GetLocalScalar \ static_assert(alignof(LerpVolumesLocalEvaluationComponent_GetLocalScalar) == 0x000004, "Wrong alignment on LerpVolumesLocalEvaluationComponent_GetLocalScalar"); \ static_assert(sizeof(LerpVolumesLocalEvaluationComponent_GetLocalScalar) == 0x000010, "Wrong size on LerpVolumesLocalEvaluationComponent_GetLocalScalar"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalScalar, VariableName) == 0x000000, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalScalar::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalScalar, VariableValue) == 0x000008, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalScalar::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalScalar, ReturnValue) == 0x00000C, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesLocalEvaluationComponent_GetLocalTag \ static_assert(alignof(LerpVolumesLocalEvaluationComponent_GetLocalTag) == 0x000008, "Wrong alignment on LerpVolumesLocalEvaluationComponent_GetLocalTag"); \ static_assert(sizeof(LerpVolumesLocalEvaluationComponent_GetLocalTag) == 0x000020, "Wrong size on LerpVolumesLocalEvaluationComponent_GetLocalTag"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalTag, VariableName) == 0x000000, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalTag::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalTag, VariableValue) == 0x000008, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalTag::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalTag, ReturnValue) == 0x000018, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesLocalEvaluationComponent_GetLocalType \ static_assert(alignof(LerpVolumesLocalEvaluationComponent_GetLocalType) == 0x000004, "Wrong alignment on LerpVolumesLocalEvaluationComponent_GetLocalType"); \ static_assert(sizeof(LerpVolumesLocalEvaluationComponent_GetLocalType) == 0x00000C, "Wrong size on LerpVolumesLocalEvaluationComponent_GetLocalType"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalType, VariableName) == 0x000000, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalType::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalType, VariableType) == 0x000008, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalType::VariableType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesLocalEvaluationComponent_GetLocalUnitDirection \ static_assert(alignof(LerpVolumesLocalEvaluationComponent_GetLocalUnitDirection) == 0x000004, "Wrong alignment on LerpVolumesLocalEvaluationComponent_GetLocalUnitDirection"); \ static_assert(sizeof(LerpVolumesLocalEvaluationComponent_GetLocalUnitDirection) == 0x000018, "Wrong size on LerpVolumesLocalEvaluationComponent_GetLocalUnitDirection"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalUnitDirection, VariableName) == 0x000000, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalUnitDirection::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalUnitDirection, VariableValue) == 0x000008, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalUnitDirection::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalUnitDirection, ReturnValue) == 0x000014, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalUnitDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesLocalEvaluationComponent_GetLocalVector \ static_assert(alignof(LerpVolumesLocalEvaluationComponent_GetLocalVector) == 0x000004, "Wrong alignment on LerpVolumesLocalEvaluationComponent_GetLocalVector"); \ static_assert(sizeof(LerpVolumesLocalEvaluationComponent_GetLocalVector) == 0x000018, "Wrong size on LerpVolumesLocalEvaluationComponent_GetLocalVector"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalVector, VariableName) == 0x000000, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalVector::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalVector, VariableValue) == 0x000008, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalVector::VariableValue' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_GetLocalVector, ReturnValue) == 0x000014, "Member 'LerpVolumesLocalEvaluationComponent_GetLocalVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesLocalEvaluationComponent_IsLocalColor \ static_assert(alignof(LerpVolumesLocalEvaluationComponent_IsLocalColor) == 0x000004, "Wrong alignment on LerpVolumesLocalEvaluationComponent_IsLocalColor"); \ static_assert(sizeof(LerpVolumesLocalEvaluationComponent_IsLocalColor) == 0x00000C, "Wrong size on LerpVolumesLocalEvaluationComponent_IsLocalColor"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_IsLocalColor, VariableName) == 0x000000, "Member 'LerpVolumesLocalEvaluationComponent_IsLocalColor::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_IsLocalColor, ReturnValue) == 0x000008, "Member 'LerpVolumesLocalEvaluationComponent_IsLocalColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesLocalEvaluationComponent_IsLocalInteger \ static_assert(alignof(LerpVolumesLocalEvaluationComponent_IsLocalInteger) == 0x000004, "Wrong alignment on LerpVolumesLocalEvaluationComponent_IsLocalInteger"); \ static_assert(sizeof(LerpVolumesLocalEvaluationComponent_IsLocalInteger) == 0x00000C, "Wrong size on LerpVolumesLocalEvaluationComponent_IsLocalInteger"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_IsLocalInteger, VariableName) == 0x000000, "Member 'LerpVolumesLocalEvaluationComponent_IsLocalInteger::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_IsLocalInteger, ReturnValue) == 0x000008, "Member 'LerpVolumesLocalEvaluationComponent_IsLocalInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesLocalEvaluationComponent_IsLocalScalar \ static_assert(alignof(LerpVolumesLocalEvaluationComponent_IsLocalScalar) == 0x000004, "Wrong alignment on LerpVolumesLocalEvaluationComponent_IsLocalScalar"); \ static_assert(sizeof(LerpVolumesLocalEvaluationComponent_IsLocalScalar) == 0x00000C, "Wrong size on LerpVolumesLocalEvaluationComponent_IsLocalScalar"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_IsLocalScalar, VariableName) == 0x000000, "Member 'LerpVolumesLocalEvaluationComponent_IsLocalScalar::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_IsLocalScalar, ReturnValue) == 0x000008, "Member 'LerpVolumesLocalEvaluationComponent_IsLocalScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesLocalEvaluationComponent_IsLocalTag \ static_assert(alignof(LerpVolumesLocalEvaluationComponent_IsLocalTag) == 0x000004, "Wrong alignment on LerpVolumesLocalEvaluationComponent_IsLocalTag"); \ static_assert(sizeof(LerpVolumesLocalEvaluationComponent_IsLocalTag) == 0x00000C, "Wrong size on LerpVolumesLocalEvaluationComponent_IsLocalTag"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_IsLocalTag, VariableName) == 0x000000, "Member 'LerpVolumesLocalEvaluationComponent_IsLocalTag::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_IsLocalTag, ReturnValue) == 0x000008, "Member 'LerpVolumesLocalEvaluationComponent_IsLocalTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesLocalEvaluationComponent_IsLocalUnitDirection \ static_assert(alignof(LerpVolumesLocalEvaluationComponent_IsLocalUnitDirection) == 0x000004, "Wrong alignment on LerpVolumesLocalEvaluationComponent_IsLocalUnitDirection"); \ static_assert(sizeof(LerpVolumesLocalEvaluationComponent_IsLocalUnitDirection) == 0x00000C, "Wrong size on LerpVolumesLocalEvaluationComponent_IsLocalUnitDirection"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_IsLocalUnitDirection, VariableName) == 0x000000, "Member 'LerpVolumesLocalEvaluationComponent_IsLocalUnitDirection::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_IsLocalUnitDirection, ReturnValue) == 0x000008, "Member 'LerpVolumesLocalEvaluationComponent_IsLocalUnitDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LerpVolumesLocalEvaluationComponent_IsLocalVector \ static_assert(alignof(LerpVolumesLocalEvaluationComponent_IsLocalVector) == 0x000004, "Wrong alignment on LerpVolumesLocalEvaluationComponent_IsLocalVector"); \ static_assert(sizeof(LerpVolumesLocalEvaluationComponent_IsLocalVector) == 0x00000C, "Wrong size on LerpVolumesLocalEvaluationComponent_IsLocalVector"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_IsLocalVector, VariableName) == 0x000000, "Member 'LerpVolumesLocalEvaluationComponent_IsLocalVector::VariableName' has a wrong offset!"); \ static_assert(offsetof(LerpVolumesLocalEvaluationComponent_IsLocalVector, ReturnValue) == 0x000008, "Member 'LerpVolumesLocalEvaluationComponent_IsLocalVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumesLocalEvaluationComponent \ static_assert(alignof(ULerpVolumesLocalEvaluationComponent) == 0x000010, "Wrong alignment on ULerpVolumesLocalEvaluationComponent"); \ static_assert(sizeof(ULerpVolumesLocalEvaluationComponent) == 0x000620, "Wrong size on ULerpVolumesLocalEvaluationComponent"); \ static_assert(offsetof(ULerpVolumesLocalEvaluationComponent, SecondsPerUpdate) == 0x000218, "Member 'ULerpVolumesLocalEvaluationComponent::SecondsPerUpdate' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumesLocalEvaluationComponent, DistanceThreshold) == 0x00021C, "Member 'ULerpVolumesLocalEvaluationComponent::DistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumesLocalEvaluationComponent, bUseDistanceThreshold) == 0x000220, "Member 'ULerpVolumesLocalEvaluationComponent::bUseDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumesLocalEvaluationComponent, bUpdatesEnabled) == 0x000221, "Member 'ULerpVolumesLocalEvaluationComponent::bUpdatesEnabled' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumesLocalEvaluationComponent, EvaluationDelegate) == 0x000228, "Member 'ULerpVolumesLocalEvaluationComponent::EvaluationDelegate' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumesLocalEvaluationComponent, LocalLibrary) == 0x000238, "Member 'ULerpVolumesLocalEvaluationComponent::LocalLibrary' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumesLocalEvaluationComponent, LocalInterpolantDefaults) == 0x000240, "Member 'ULerpVolumesLocalEvaluationComponent::LocalInterpolantDefaults' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumesLocalEvaluationComponent, LocalState) == 0x000420, "Member 'ULerpVolumesLocalEvaluationComponent::LocalState' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumesLocalEvaluationComponent, UpdateCountdown) == 0x000608, "Member 'ULerpVolumesLocalEvaluationComponent::UpdateCountdown' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumesLocalEvaluationComponent, LastPosition) == 0x00060C, "Member 'ULerpVolumesLocalEvaluationComponent::LastPosition' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumesLocalEvaluationComponent, bLastPositionValid) == 0x000618, "Member 'ULerpVolumesLocalEvaluationComponent::bLastPositionValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorMeshSetupDefinition \ static_assert(alignof(FActorMeshSetupDefinition) == 0x000008, "Wrong alignment on FActorMeshSetupDefinition"); \ static_assert(sizeof(FActorMeshSetupDefinition) == 0x000018, "Wrong size on FActorMeshSetupDefinition"); \ static_assert(offsetof(FActorMeshSetupDefinition, Condition) == 0x000000, "Member 'FActorMeshSetupDefinition::Condition' has a wrong offset!"); \ static_assert(offsetof(FActorMeshSetupDefinition, MeshSetups) == 0x000008, "Member 'FActorMeshSetupDefinition::MeshSetups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorMeshSetupAutoDefinition \ static_assert(alignof(FActorMeshSetupAutoDefinition) == 0x000008, "Wrong alignment on FActorMeshSetupAutoDefinition"); \ static_assert(sizeof(FActorMeshSetupAutoDefinition) == 0x000028, "Wrong size on FActorMeshSetupAutoDefinition"); \ static_assert(offsetof(FActorMeshSetupAutoDefinition, bKeepProcessing) == 0x000018, "Member 'FActorMeshSetupAutoDefinition::bKeepProcessing' has a wrong offset!"); \ static_assert(offsetof(FActorMeshSetupAutoDefinition, Tag) == 0x00001C, "Member 'FActorMeshSetupAutoDefinition::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorMeshSetupNamedDefinition \ static_assert(alignof(FActorMeshSetupNamedDefinition) == 0x000008, "Wrong alignment on FActorMeshSetupNamedDefinition"); \ static_assert(sizeof(FActorMeshSetupNamedDefinition) == 0x000020, "Wrong size on FActorMeshSetupNamedDefinition"); \ static_assert(offsetof(FActorMeshSetupNamedDefinition, Name) == 0x000018, "Member 'FActorMeshSetupNamedDefinition::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorMeshSetupName \ static_assert(alignof(FActorMeshSetupName) == 0x000004, "Wrong alignment on FActorMeshSetupName"); \ static_assert(sizeof(FActorMeshSetupName) == 0x000008, "Wrong size on FActorMeshSetupName"); \ static_assert(offsetof(FActorMeshSetupName, Name) == 0x000000, "Member 'FActorMeshSetupName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatch \ static_assert(alignof(UActorMeshSetupMatch) == 0x000008, "Wrong alignment on UActorMeshSetupMatch"); \ static_assert(sizeof(UActorMeshSetupMatch) == 0x000028, "Wrong size on UActorMeshSetupMatch"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcess \ static_assert(alignof(UActorMeshSetupProcess) == 0x000008, "Wrong alignment on UActorMeshSetupProcess"); \ static_assert(sizeof(UActorMeshSetupProcess) == 0x000028, "Wrong size on UActorMeshSetupProcess"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMeshFilter \ static_assert(alignof(UActorMeshSetupMeshFilter) == 0x000008, "Wrong alignment on UActorMeshSetupMeshFilter"); \ static_assert(sizeof(UActorMeshSetupMeshFilter) == 0x000028, "Wrong size on UActorMeshSetupMeshFilter"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessFiltered \ static_assert(alignof(UActorMeshSetupProcessFiltered) == 0x000008, "Wrong alignment on UActorMeshSetupProcessFiltered"); \ static_assert(sizeof(UActorMeshSetupProcessFiltered) == 0x000030, "Wrong size on UActorMeshSetupProcessFiltered"); \ static_assert(offsetof(UActorMeshSetupProcessFiltered, MeshFilter) == 0x000028, "Member 'UActorMeshSetupProcessFiltered::MeshFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupDefinitions \ static_assert(alignof(UActorMeshSetupDefinitions) == 0x000008, "Wrong alignment on UActorMeshSetupDefinitions"); \ static_assert(sizeof(UActorMeshSetupDefinitions) == 0x000050, "Wrong size on UActorMeshSetupDefinitions"); \ static_assert(offsetof(UActorMeshSetupDefinitions, AutoDefinitions) == 0x000030, "Member 'UActorMeshSetupDefinitions::AutoDefinitions' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupDefinitions, NamedDefinitions) == 0x000040, "Member 'UActorMeshSetupDefinitions::NamedDefinitions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorMeshSetupLibrary_ActorMeshSetupAlwaysIgnore \ static_assert(alignof(ActorMeshSetupLibrary_ActorMeshSetupAlwaysIgnore) == 0x000008, "Wrong alignment on ActorMeshSetupLibrary_ActorMeshSetupAlwaysIgnore"); \ static_assert(sizeof(ActorMeshSetupLibrary_ActorMeshSetupAlwaysIgnore) == 0x000010, "Wrong size on ActorMeshSetupLibrary_ActorMeshSetupAlwaysIgnore"); \ static_assert(offsetof(ActorMeshSetupLibrary_ActorMeshSetupAlwaysIgnore, Actor) == 0x000000, "Member 'ActorMeshSetupLibrary_ActorMeshSetupAlwaysIgnore::Actor' has a wrong offset!"); \ static_assert(offsetof(ActorMeshSetupLibrary_ActorMeshSetupAlwaysIgnore, bIncludeChildren) == 0x000008, "Member 'ActorMeshSetupLibrary_ActorMeshSetupAlwaysIgnore::bIncludeChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorMeshSetupLibrary_ActorMeshSetupAlwaysIgnoreMesh \ static_assert(alignof(ActorMeshSetupLibrary_ActorMeshSetupAlwaysIgnoreMesh) == 0x000008, "Wrong alignment on ActorMeshSetupLibrary_ActorMeshSetupAlwaysIgnoreMesh"); \ static_assert(sizeof(ActorMeshSetupLibrary_ActorMeshSetupAlwaysIgnoreMesh) == 0x000008, "Wrong size on ActorMeshSetupLibrary_ActorMeshSetupAlwaysIgnoreMesh"); \ static_assert(offsetof(ActorMeshSetupLibrary_ActorMeshSetupAlwaysIgnoreMesh, MeshComponent) == 0x000000, "Member 'ActorMeshSetupLibrary_ActorMeshSetupAlwaysIgnoreMesh::MeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorMeshSetupLibrary_ActorMeshSetupProcessAuto \ static_assert(alignof(ActorMeshSetupLibrary_ActorMeshSetupProcessAuto) == 0x000008, "Wrong alignment on ActorMeshSetupLibrary_ActorMeshSetupProcessAuto"); \ static_assert(sizeof(ActorMeshSetupLibrary_ActorMeshSetupProcessAuto) == 0x000010, "Wrong size on ActorMeshSetupLibrary_ActorMeshSetupProcessAuto"); \ static_assert(offsetof(ActorMeshSetupLibrary_ActorMeshSetupProcessAuto, Actor) == 0x000000, "Member 'ActorMeshSetupLibrary_ActorMeshSetupProcessAuto::Actor' has a wrong offset!"); \ static_assert(offsetof(ActorMeshSetupLibrary_ActorMeshSetupProcessAuto, bIncludeChildren) == 0x000008, "Member 'ActorMeshSetupLibrary_ActorMeshSetupProcessAuto::bIncludeChildren' has a wrong offset!"); \ static_assert(offsetof(ActorMeshSetupLibrary_ActorMeshSetupProcessAuto, ReturnValue) == 0x000009, "Member 'ActorMeshSetupLibrary_ActorMeshSetupProcessAuto::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorMeshSetupLibrary_ActorMeshSetupProcessNamed \ static_assert(alignof(ActorMeshSetupLibrary_ActorMeshSetupProcessNamed) == 0x000008, "Wrong alignment on ActorMeshSetupLibrary_ActorMeshSetupProcessNamed"); \ static_assert(sizeof(ActorMeshSetupLibrary_ActorMeshSetupProcessNamed) == 0x000018, "Wrong size on ActorMeshSetupLibrary_ActorMeshSetupProcessNamed"); \ static_assert(offsetof(ActorMeshSetupLibrary_ActorMeshSetupProcessNamed, Actor) == 0x000000, "Member 'ActorMeshSetupLibrary_ActorMeshSetupProcessNamed::Actor' has a wrong offset!"); \ static_assert(offsetof(ActorMeshSetupLibrary_ActorMeshSetupProcessNamed, MeshSetup) == 0x000008, "Member 'ActorMeshSetupLibrary_ActorMeshSetupProcessNamed::MeshSetup' has a wrong offset!"); \ static_assert(offsetof(ActorMeshSetupLibrary_ActorMeshSetupProcessNamed, bIncludeChildren) == 0x000010, "Member 'ActorMeshSetupLibrary_ActorMeshSetupProcessNamed::bIncludeChildren' has a wrong offset!"); \ static_assert(offsetof(ActorMeshSetupLibrary_ActorMeshSetupProcessNamed, ReturnValue) == 0x000011, "Member 'ActorMeshSetupLibrary_ActorMeshSetupProcessNamed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorMeshSetupLibrary_ActorMeshSetupProcessRefresh \ static_assert(alignof(ActorMeshSetupLibrary_ActorMeshSetupProcessRefresh) == 0x000008, "Wrong alignment on ActorMeshSetupLibrary_ActorMeshSetupProcessRefresh"); \ static_assert(sizeof(ActorMeshSetupLibrary_ActorMeshSetupProcessRefresh) == 0x000010, "Wrong size on ActorMeshSetupLibrary_ActorMeshSetupProcessRefresh"); \ static_assert(offsetof(ActorMeshSetupLibrary_ActorMeshSetupProcessRefresh, Actor) == 0x000000, "Member 'ActorMeshSetupLibrary_ActorMeshSetupProcessRefresh::Actor' has a wrong offset!"); \ static_assert(offsetof(ActorMeshSetupLibrary_ActorMeshSetupProcessRefresh, bIncludeChildren) == 0x000008, "Member 'ActorMeshSetupLibrary_ActorMeshSetupProcessRefresh::bIncludeChildren' has a wrong offset!"); \ static_assert(offsetof(ActorMeshSetupLibrary_ActorMeshSetupProcessRefresh, ReturnValue) == 0x000009, "Member 'ActorMeshSetupLibrary_ActorMeshSetupProcessRefresh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorMeshSetupLibrary_ActorMeshSetupRemoveAlwaysIgnore \ static_assert(alignof(ActorMeshSetupLibrary_ActorMeshSetupRemoveAlwaysIgnore) == 0x000008, "Wrong alignment on ActorMeshSetupLibrary_ActorMeshSetupRemoveAlwaysIgnore"); \ static_assert(sizeof(ActorMeshSetupLibrary_ActorMeshSetupRemoveAlwaysIgnore) == 0x000010, "Wrong size on ActorMeshSetupLibrary_ActorMeshSetupRemoveAlwaysIgnore"); \ static_assert(offsetof(ActorMeshSetupLibrary_ActorMeshSetupRemoveAlwaysIgnore, Actor) == 0x000000, "Member 'ActorMeshSetupLibrary_ActorMeshSetupRemoveAlwaysIgnore::Actor' has a wrong offset!"); \ static_assert(offsetof(ActorMeshSetupLibrary_ActorMeshSetupRemoveAlwaysIgnore, bIncludeChildren) == 0x000008, "Member 'ActorMeshSetupLibrary_ActorMeshSetupRemoveAlwaysIgnore::bIncludeChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorMeshSetupLibrary_ActorMeshSetupRemoveMeshAlwaysIgnore \ static_assert(alignof(ActorMeshSetupLibrary_ActorMeshSetupRemoveMeshAlwaysIgnore) == 0x000008, "Wrong alignment on ActorMeshSetupLibrary_ActorMeshSetupRemoveMeshAlwaysIgnore"); \ static_assert(sizeof(ActorMeshSetupLibrary_ActorMeshSetupRemoveMeshAlwaysIgnore) == 0x000008, "Wrong size on ActorMeshSetupLibrary_ActorMeshSetupRemoveMeshAlwaysIgnore"); \ static_assert(offsetof(ActorMeshSetupLibrary_ActorMeshSetupRemoveMeshAlwaysIgnore, MeshComponent) == 0x000000, "Member 'ActorMeshSetupLibrary_ActorMeshSetupRemoveMeshAlwaysIgnore::MeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupLibrary \ static_assert(alignof(UActorMeshSetupLibrary) == 0x000008, "Wrong alignment on UActorMeshSetupLibrary"); \ static_assert(sizeof(UActorMeshSetupLibrary) == 0x000028, "Wrong size on UActorMeshSetupLibrary"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchTrue \ static_assert(alignof(UActorMeshSetupMatchTrue) == 0x000008, "Wrong alignment on UActorMeshSetupMatchTrue"); \ static_assert(sizeof(UActorMeshSetupMatchTrue) == 0x000028, "Wrong size on UActorMeshSetupMatchTrue"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchFalse \ static_assert(alignof(UActorMeshSetupMatchFalse) == 0x000008, "Wrong alignment on UActorMeshSetupMatchFalse"); \ static_assert(sizeof(UActorMeshSetupMatchFalse) == 0x000028, "Wrong size on UActorMeshSetupMatchFalse"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchAnd \ static_assert(alignof(UActorMeshSetupMatchAnd) == 0x000008, "Wrong alignment on UActorMeshSetupMatchAnd"); \ static_assert(sizeof(UActorMeshSetupMatchAnd) == 0x000038, "Wrong size on UActorMeshSetupMatchAnd"); \ static_assert(offsetof(UActorMeshSetupMatchAnd, AND) == 0x000028, "Member 'UActorMeshSetupMatchAnd::AND' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchOr \ static_assert(alignof(UActorMeshSetupMatchOr) == 0x000008, "Wrong alignment on UActorMeshSetupMatchOr"); \ static_assert(sizeof(UActorMeshSetupMatchOr) == 0x000038, "Wrong size on UActorMeshSetupMatchOr"); \ static_assert(offsetof(UActorMeshSetupMatchOr, OR) == 0x000028, "Member 'UActorMeshSetupMatchOr::OR' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchNot \ static_assert(alignof(UActorMeshSetupMatchNot) == 0x000008, "Wrong alignment on UActorMeshSetupMatchNot"); \ static_assert(sizeof(UActorMeshSetupMatchNot) == 0x000030, "Wrong size on UActorMeshSetupMatchNot"); \ static_assert(offsetof(UActorMeshSetupMatchNot, Not) == 0x000028, "Member 'UActorMeshSetupMatchNot::Not' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchActorTag \ static_assert(alignof(UActorMeshSetupMatchActorTag) == 0x000008, "Wrong alignment on UActorMeshSetupMatchActorTag"); \ static_assert(sizeof(UActorMeshSetupMatchActorTag) == 0x000030, "Wrong size on UActorMeshSetupMatchActorTag"); \ static_assert(offsetof(UActorMeshSetupMatchActorTag, ActorTag) == 0x000028, "Member 'UActorMeshSetupMatchActorTag::ActorTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchActorHasTag \ static_assert(alignof(UActorMeshSetupMatchActorHasTag) == 0x000008, "Wrong alignment on UActorMeshSetupMatchActorHasTag"); \ static_assert(sizeof(UActorMeshSetupMatchActorHasTag) == 0x000030, "Wrong size on UActorMeshSetupMatchActorHasTag"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchActorNoTag \ static_assert(alignof(UActorMeshSetupMatchActorNoTag) == 0x000008, "Wrong alignment on UActorMeshSetupMatchActorNoTag"); \ static_assert(sizeof(UActorMeshSetupMatchActorNoTag) == 0x000030, "Wrong size on UActorMeshSetupMatchActorNoTag"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchActorTags \ static_assert(alignof(UActorMeshSetupMatchActorTags) == 0x000008, "Wrong alignment on UActorMeshSetupMatchActorTags"); \ static_assert(sizeof(UActorMeshSetupMatchActorTags) == 0x000038, "Wrong size on UActorMeshSetupMatchActorTags"); \ static_assert(offsetof(UActorMeshSetupMatchActorTags, ActorTags) == 0x000028, "Member 'UActorMeshSetupMatchActorTags::ActorTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchActorHasAnyTag \ static_assert(alignof(UActorMeshSetupMatchActorHasAnyTag) == 0x000008, "Wrong alignment on UActorMeshSetupMatchActorHasAnyTag"); \ static_assert(sizeof(UActorMeshSetupMatchActorHasAnyTag) == 0x000038, "Wrong size on UActorMeshSetupMatchActorHasAnyTag"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchActorClass \ static_assert(alignof(UActorMeshSetupMatchActorClass) == 0x000008, "Wrong alignment on UActorMeshSetupMatchActorClass"); \ static_assert(sizeof(UActorMeshSetupMatchActorClass) == 0x000058, "Wrong size on UActorMeshSetupMatchActorClass"); \ static_assert(offsetof(UActorMeshSetupMatchActorClass, ActorClass) == 0x000028, "Member 'UActorMeshSetupMatchActorClass::ActorClass' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupMatchActorClass, bIncludeSubclasses) == 0x000050, "Member 'UActorMeshSetupMatchActorClass::bIncludeSubclasses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchActorClasses \ static_assert(alignof(UActorMeshSetupMatchActorClasses) == 0x000008, "Wrong alignment on UActorMeshSetupMatchActorClasses"); \ static_assert(sizeof(UActorMeshSetupMatchActorClasses) == 0x000040, "Wrong size on UActorMeshSetupMatchActorClasses"); \ static_assert(offsetof(UActorMeshSetupMatchActorClasses, ActorClasses) == 0x000028, "Member 'UActorMeshSetupMatchActorClasses::ActorClasses' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupMatchActorClasses, bIncludeSubclasses) == 0x000038, "Member 'UActorMeshSetupMatchActorClasses::bIncludeSubclasses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchCharacter \ static_assert(alignof(UActorMeshSetupMatchCharacter) == 0x000008, "Wrong alignment on UActorMeshSetupMatchCharacter"); \ static_assert(sizeof(UActorMeshSetupMatchCharacter) == 0x000028, "Wrong size on UActorMeshSetupMatchCharacter"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchPlayer \ static_assert(alignof(UActorMeshSetupMatchPlayer) == 0x000008, "Wrong alignment on UActorMeshSetupMatchPlayer"); \ static_assert(sizeof(UActorMeshSetupMatchPlayer) == 0x000028, "Wrong size on UActorMeshSetupMatchPlayer"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessIgnoreLightLeaking \ static_assert(alignof(UActorMeshSetupProcessIgnoreLightLeaking) == 0x000008, "Wrong alignment on UActorMeshSetupProcessIgnoreLightLeaking"); \ static_assert(sizeof(UActorMeshSetupProcessIgnoreLightLeaking) == 0x000038, "Wrong size on UActorMeshSetupProcessIgnoreLightLeaking"); \ static_assert(offsetof(UActorMeshSetupProcessIgnoreLightLeaking, bIgnoreLightLeakingCorrection) == 0x000030, "Member 'UActorMeshSetupProcessIgnoreLightLeaking::bIgnoreLightLeakingCorrection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessReceivesWeatherDecals \ static_assert(alignof(UActorMeshSetupProcessReceivesWeatherDecals) == 0x000008, "Wrong alignment on UActorMeshSetupProcessReceivesWeatherDecals"); \ static_assert(sizeof(UActorMeshSetupProcessReceivesWeatherDecals) == 0x000038, "Wrong size on UActorMeshSetupProcessReceivesWeatherDecals"); \ static_assert(offsetof(UActorMeshSetupProcessReceivesWeatherDecals, bReceivesWeatherDecals) == 0x000030, "Member 'UActorMeshSetupProcessReceivesWeatherDecals::bReceivesWeatherDecals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessReceivesDecals \ static_assert(alignof(UActorMeshSetupProcessReceivesDecals) == 0x000008, "Wrong alignment on UActorMeshSetupProcessReceivesDecals"); \ static_assert(sizeof(UActorMeshSetupProcessReceivesDecals) == 0x000038, "Wrong size on UActorMeshSetupProcessReceivesDecals"); \ static_assert(offsetof(UActorMeshSetupProcessReceivesDecals, bReceivesDecals) == 0x000030, "Member 'UActorMeshSetupProcessReceivesDecals::bReceivesDecals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessUseAsOccluder \ static_assert(alignof(UActorMeshSetupProcessUseAsOccluder) == 0x000008, "Wrong alignment on UActorMeshSetupProcessUseAsOccluder"); \ static_assert(sizeof(UActorMeshSetupProcessUseAsOccluder) == 0x000038, "Wrong size on UActorMeshSetupProcessUseAsOccluder"); \ static_assert(offsetof(UActorMeshSetupProcessUseAsOccluder, bUseAsOccluder) == 0x000030, "Member 'UActorMeshSetupProcessUseAsOccluder::bUseAsOccluder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessTreatAsBackgroundForOcclusion \ static_assert(alignof(UActorMeshSetupProcessTreatAsBackgroundForOcclusion) == 0x000008, "Wrong alignment on UActorMeshSetupProcessTreatAsBackgroundForOcclusion"); \ static_assert(sizeof(UActorMeshSetupProcessTreatAsBackgroundForOcclusion) == 0x000038, "Wrong size on UActorMeshSetupProcessTreatAsBackgroundForOcclusion"); \ static_assert(offsetof(UActorMeshSetupProcessTreatAsBackgroundForOcclusion, bTreatAsBackgroundForOcclusion) == 0x000030, "Member 'UActorMeshSetupProcessTreatAsBackgroundForOcclusion::bTreatAsBackgroundForOcclusion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessAddTag \ static_assert(alignof(UActorMeshSetupProcessAddTag) == 0x000008, "Wrong alignment on UActorMeshSetupProcessAddTag"); \ static_assert(sizeof(UActorMeshSetupProcessAddTag) == 0x000030, "Wrong size on UActorMeshSetupProcessAddTag"); \ static_assert(offsetof(UActorMeshSetupProcessAddTag, ActorTag) == 0x000028, "Member 'UActorMeshSetupProcessAddTag::ActorTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessRemoveTag \ static_assert(alignof(UActorMeshSetupProcessRemoveTag) == 0x000008, "Wrong alignment on UActorMeshSetupProcessRemoveTag"); \ static_assert(sizeof(UActorMeshSetupProcessRemoveTag) == 0x000030, "Wrong size on UActorMeshSetupProcessRemoveTag"); \ static_assert(offsetof(UActorMeshSetupProcessRemoveTag, ActorTag) == 0x000028, "Member 'UActorMeshSetupProcessRemoveTag::ActorTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessRenderCustomDepth \ static_assert(alignof(UActorMeshSetupProcessRenderCustomDepth) == 0x000008, "Wrong alignment on UActorMeshSetupProcessRenderCustomDepth"); \ static_assert(sizeof(UActorMeshSetupProcessRenderCustomDepth) == 0x000038, "Wrong size on UActorMeshSetupProcessRenderCustomDepth"); \ static_assert(offsetof(UActorMeshSetupProcessRenderCustomDepth, bRenderCustomDepth) == 0x000030, "Member 'UActorMeshSetupProcessRenderCustomDepth::bRenderCustomDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessTranslucencySortPriority \ static_assert(alignof(UActorMeshSetupProcessTranslucencySortPriority) == 0x000008, "Wrong alignment on UActorMeshSetupProcessTranslucencySortPriority"); \ static_assert(sizeof(UActorMeshSetupProcessTranslucencySortPriority) == 0x000038, "Wrong size on UActorMeshSetupProcessTranslucencySortPriority"); \ static_assert(offsetof(UActorMeshSetupProcessTranslucencySortPriority, TranslucencySortPriority) == 0x000030, "Member 'UActorMeshSetupProcessTranslucencySortPriority::TranslucencySortPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessTranslucencySortDistanceOffset \ static_assert(alignof(UActorMeshSetupProcessTranslucencySortDistanceOffset) == 0x000008, "Wrong alignment on UActorMeshSetupProcessTranslucencySortDistanceOffset"); \ static_assert(sizeof(UActorMeshSetupProcessTranslucencySortDistanceOffset) == 0x000038, "Wrong size on UActorMeshSetupProcessTranslucencySortDistanceOffset"); \ static_assert(offsetof(UActorMeshSetupProcessTranslucencySortDistanceOffset, TranslucencySortDistanceOffset) == 0x000030, "Member 'UActorMeshSetupProcessTranslucencySortDistanceOffset::TranslucencySortDistanceOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessLightingChannels \ static_assert(alignof(UActorMeshSetupProcessLightingChannels) == 0x000008, "Wrong alignment on UActorMeshSetupProcessLightingChannels"); \ static_assert(sizeof(UActorMeshSetupProcessLightingChannels) == 0x000038, "Wrong size on UActorMeshSetupProcessLightingChannels"); \ static_assert(offsetof(UActorMeshSetupProcessLightingChannels, LightingChannels) == 0x000030, "Member 'UActorMeshSetupProcessLightingChannels::LightingChannels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessLightingChannelZero \ static_assert(alignof(UActorMeshSetupProcessLightingChannelZero) == 0x000008, "Wrong alignment on UActorMeshSetupProcessLightingChannelZero"); \ static_assert(sizeof(UActorMeshSetupProcessLightingChannelZero) == 0x000038, "Wrong size on UActorMeshSetupProcessLightingChannelZero"); \ static_assert(offsetof(UActorMeshSetupProcessLightingChannelZero, bLightingChannelZero) == 0x000030, "Member 'UActorMeshSetupProcessLightingChannelZero::bLightingChannelZero' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessLightingChannelOne \ static_assert(alignof(UActorMeshSetupProcessLightingChannelOne) == 0x000008, "Wrong alignment on UActorMeshSetupProcessLightingChannelOne"); \ static_assert(sizeof(UActorMeshSetupProcessLightingChannelOne) == 0x000038, "Wrong size on UActorMeshSetupProcessLightingChannelOne"); \ static_assert(offsetof(UActorMeshSetupProcessLightingChannelOne, bLightingChannelOne) == 0x000030, "Member 'UActorMeshSetupProcessLightingChannelOne::bLightingChannelOne' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessLightingChannelTwo \ static_assert(alignof(UActorMeshSetupProcessLightingChannelTwo) == 0x000008, "Wrong alignment on UActorMeshSetupProcessLightingChannelTwo"); \ static_assert(sizeof(UActorMeshSetupProcessLightingChannelTwo) == 0x000038, "Wrong size on UActorMeshSetupProcessLightingChannelTwo"); \ static_assert(offsetof(UActorMeshSetupProcessLightingChannelTwo, bLightingChannelTwo) == 0x000030, "Member 'UActorMeshSetupProcessLightingChannelTwo::bLightingChannelTwo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessBoundsScale \ static_assert(alignof(UActorMeshSetupProcessBoundsScale) == 0x000008, "Wrong alignment on UActorMeshSetupProcessBoundsScale"); \ static_assert(sizeof(UActorMeshSetupProcessBoundsScale) == 0x000038, "Wrong size on UActorMeshSetupProcessBoundsScale"); \ static_assert(offsetof(UActorMeshSetupProcessBoundsScale, BoundsScale) == 0x000030, "Member 'UActorMeshSetupProcessBoundsScale::BoundsScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessDitheredAlpha \ static_assert(alignof(UActorMeshSetupProcessDitheredAlpha) == 0x000008, "Wrong alignment on UActorMeshSetupProcessDitheredAlpha"); \ static_assert(sizeof(UActorMeshSetupProcessDitheredAlpha) == 0x000038, "Wrong size on UActorMeshSetupProcessDitheredAlpha"); \ static_assert(offsetof(UActorMeshSetupProcessDitheredAlpha, DitheredAlpha) == 0x000030, "Member 'UActorMeshSetupProcessDitheredAlpha::DitheredAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessCastShadow \ static_assert(alignof(UActorMeshSetupProcessCastShadow) == 0x000008, "Wrong alignment on UActorMeshSetupProcessCastShadow"); \ static_assert(sizeof(UActorMeshSetupProcessCastShadow) == 0x000038, "Wrong size on UActorMeshSetupProcessCastShadow"); \ static_assert(offsetof(UActorMeshSetupProcessCastShadow, bCastShadow) == 0x000030, "Member 'UActorMeshSetupProcessCastShadow::bCastShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessDynamicShadow \ static_assert(alignof(UActorMeshSetupProcessDynamicShadow) == 0x000008, "Wrong alignment on UActorMeshSetupProcessDynamicShadow"); \ static_assert(sizeof(UActorMeshSetupProcessDynamicShadow) == 0x000038, "Wrong size on UActorMeshSetupProcessDynamicShadow"); \ static_assert(offsetof(UActorMeshSetupProcessDynamicShadow, bCastDynamicShadow) == 0x000030, "Member 'UActorMeshSetupProcessDynamicShadow::bCastDynamicShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessStaticShadow \ static_assert(alignof(UActorMeshSetupProcessStaticShadow) == 0x000008, "Wrong alignment on UActorMeshSetupProcessStaticShadow"); \ static_assert(sizeof(UActorMeshSetupProcessStaticShadow) == 0x000038, "Wrong size on UActorMeshSetupProcessStaticShadow"); \ static_assert(offsetof(UActorMeshSetupProcessStaticShadow, bCastStaticShadow) == 0x000030, "Member 'UActorMeshSetupProcessStaticShadow::bCastStaticShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessContactShadow \ static_assert(alignof(UActorMeshSetupProcessContactShadow) == 0x000008, "Wrong alignment on UActorMeshSetupProcessContactShadow"); \ static_assert(sizeof(UActorMeshSetupProcessContactShadow) == 0x000040, "Wrong size on UActorMeshSetupProcessContactShadow"); \ static_assert(offsetof(UActorMeshSetupProcessContactShadow, bCastContactShadow) == 0x000030, "Member 'UActorMeshSetupProcessContactShadow::bCastContactShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessContactShadow, NoContactShadowTag) == 0x000034, "Member 'UActorMeshSetupProcessContactShadow::NoContactShadowTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessHiddenShadow \ static_assert(alignof(UActorMeshSetupProcessHiddenShadow) == 0x000008, "Wrong alignment on UActorMeshSetupProcessHiddenShadow"); \ static_assert(sizeof(UActorMeshSetupProcessHiddenShadow) == 0x000038, "Wrong size on UActorMeshSetupProcessHiddenShadow"); \ static_assert(offsetof(UActorMeshSetupProcessHiddenShadow, bCastHiddenShadow) == 0x000030, "Member 'UActorMeshSetupProcessHiddenShadow::bCastHiddenShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessShadowAsTwoSided \ static_assert(alignof(UActorMeshSetupProcessShadowAsTwoSided) == 0x000008, "Wrong alignment on UActorMeshSetupProcessShadowAsTwoSided"); \ static_assert(sizeof(UActorMeshSetupProcessShadowAsTwoSided) == 0x000038, "Wrong size on UActorMeshSetupProcessShadowAsTwoSided"); \ static_assert(offsetof(UActorMeshSetupProcessShadowAsTwoSided, bCastShadowAsTwoSided) == 0x000030, "Member 'UActorMeshSetupProcessShadowAsTwoSided::bCastShadowAsTwoSided' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessSelfShadowOnly \ static_assert(alignof(UActorMeshSetupProcessSelfShadowOnly) == 0x000008, "Wrong alignment on UActorMeshSetupProcessSelfShadowOnly"); \ static_assert(sizeof(UActorMeshSetupProcessSelfShadowOnly) == 0x000038, "Wrong size on UActorMeshSetupProcessSelfShadowOnly"); \ static_assert(offsetof(UActorMeshSetupProcessSelfShadowOnly, bSelfShadowOnly) == 0x000030, "Member 'UActorMeshSetupProcessSelfShadowOnly::bSelfShadowOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessShadows \ static_assert(alignof(UActorMeshSetupProcessShadows) == 0x000008, "Wrong alignment on UActorMeshSetupProcessShadows"); \ static_assert(sizeof(UActorMeshSetupProcessShadows) == 0x000040, "Wrong size on UActorMeshSetupProcessShadows"); \ static_assert(offsetof(UActorMeshSetupProcessShadows, bCastShadow) == 0x000030, "Member 'UActorMeshSetupProcessShadows::bCastShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessShadows, bCastDynamicShadow) == 0x000031, "Member 'UActorMeshSetupProcessShadows::bCastDynamicShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessShadows, bCastStaticShadow) == 0x000032, "Member 'UActorMeshSetupProcessShadows::bCastStaticShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessShadows, bCastContactShadow) == 0x000033, "Member 'UActorMeshSetupProcessShadows::bCastContactShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessShadows, NoContactShadowTag) == 0x000034, "Member 'UActorMeshSetupProcessShadows::NoContactShadowTag' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessShadows, bOverride_bCastShadow) == 0x00003C, "Member 'UActorMeshSetupProcessShadows::bOverride_bCastShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessShadows, bOverride_bCastDynamicShadow) == 0x00003D, "Member 'UActorMeshSetupProcessShadows::bOverride_bCastDynamicShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessShadows, bOverride_bCastStaticShadow) == 0x00003E, "Member 'UActorMeshSetupProcessShadows::bOverride_bCastStaticShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessShadows, bOverride_bCastContactShadow) == 0x00003F, "Member 'UActorMeshSetupProcessShadows::bOverride_bCastContactShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessCapsuleShadows \ static_assert(alignof(UActorMeshSetupProcessCapsuleShadows) == 0x000008, "Wrong alignment on UActorMeshSetupProcessCapsuleShadows"); \ static_assert(sizeof(UActorMeshSetupProcessCapsuleShadows) == 0x000040, "Wrong size on UActorMeshSetupProcessCapsuleShadows"); \ static_assert(offsetof(UActorMeshSetupProcessCapsuleShadows, bCastCapsuleDirectShadow) == 0x000030, "Member 'UActorMeshSetupProcessCapsuleShadows::bCastCapsuleDirectShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessCapsuleShadows, bCastCapsuleIndirectShadow) == 0x000031, "Member 'UActorMeshSetupProcessCapsuleShadows::bCastCapsuleIndirectShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessCapsuleShadows, CapsuleIndirectShadowMinVisibility) == 0x000034, "Member 'UActorMeshSetupProcessCapsuleShadows::CapsuleIndirectShadowMinVisibility' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessCapsuleShadows, bCanUsePhysicsCapsulesToShadow) == 0x000038, "Member 'UActorMeshSetupProcessCapsuleShadows::bCanUsePhysicsCapsulesToShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessCapsuleShadows, bForcePhysicsCapsulesToShadow) == 0x000039, "Member 'UActorMeshSetupProcessCapsuleShadows::bForcePhysicsCapsulesToShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessCapsuleShadows, bOverride_bCastCapsuleDirectShadow) == 0x00003A, "Member 'UActorMeshSetupProcessCapsuleShadows::bOverride_bCastCapsuleDirectShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessCapsuleShadows, bOverride_bCastCapsuleIndirectShadow) == 0x00003B, "Member 'UActorMeshSetupProcessCapsuleShadows::bOverride_bCastCapsuleIndirectShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessCapsuleShadows, bOverride_CapsuleIndirectShadowMinVisibility) == 0x00003C, "Member 'UActorMeshSetupProcessCapsuleShadows::bOverride_CapsuleIndirectShadowMinVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupProcessSetupCharacterShadows \ static_assert(alignof(UActorMeshSetupProcessSetupCharacterShadows) == 0x000008, "Wrong alignment on UActorMeshSetupProcessSetupCharacterShadows"); \ static_assert(sizeof(UActorMeshSetupProcessSetupCharacterShadows) == 0x000050, "Wrong size on UActorMeshSetupProcessSetupCharacterShadows"); \ static_assert(offsetof(UActorMeshSetupProcessSetupCharacterShadows, bCastShadow) == 0x000040, "Member 'UActorMeshSetupProcessSetupCharacterShadows::bCastShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessSetupCharacterShadows, bCastDynamicShadow) == 0x000041, "Member 'UActorMeshSetupProcessSetupCharacterShadows::bCastDynamicShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessSetupCharacterShadows, bCastStaticShadow) == 0x000042, "Member 'UActorMeshSetupProcessSetupCharacterShadows::bCastStaticShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessSetupCharacterShadows, bCastContactShadow) == 0x000043, "Member 'UActorMeshSetupProcessSetupCharacterShadows::bCastContactShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessSetupCharacterShadows, NoContactShadowTag) == 0x000044, "Member 'UActorMeshSetupProcessSetupCharacterShadows::NoContactShadowTag' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessSetupCharacterShadows, bOverride_bCastShadow) == 0x00004C, "Member 'UActorMeshSetupProcessSetupCharacterShadows::bOverride_bCastShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessSetupCharacterShadows, bOverride_bCastDynamicShadow) == 0x00004D, "Member 'UActorMeshSetupProcessSetupCharacterShadows::bOverride_bCastDynamicShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessSetupCharacterShadows, bOverride_bCastStaticShadow) == 0x00004E, "Member 'UActorMeshSetupProcessSetupCharacterShadows::bOverride_bCastStaticShadow' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupProcessSetupCharacterShadows, bOverride_bCastContactShadow) == 0x00004F, "Member 'UActorMeshSetupProcessSetupCharacterShadows::bOverride_bCastContactShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMeshFilterNot \ static_assert(alignof(UActorMeshSetupMeshFilterNot) == 0x000008, "Wrong alignment on UActorMeshSetupMeshFilterNot"); \ static_assert(sizeof(UActorMeshSetupMeshFilterNot) == 0x000030, "Wrong size on UActorMeshSetupMeshFilterNot"); \ static_assert(offsetof(UActorMeshSetupMeshFilterNot, MeshFilter) == 0x000028, "Member 'UActorMeshSetupMeshFilterNot::MeshFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMeshFilterOr \ static_assert(alignof(UActorMeshSetupMeshFilterOr) == 0x000008, "Wrong alignment on UActorMeshSetupMeshFilterOr"); \ static_assert(sizeof(UActorMeshSetupMeshFilterOr) == 0x000038, "Wrong size on UActorMeshSetupMeshFilterOr"); \ static_assert(offsetof(UActorMeshSetupMeshFilterOr, MeshFilters) == 0x000028, "Member 'UActorMeshSetupMeshFilterOr::MeshFilters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMeshFilterAnd \ static_assert(alignof(UActorMeshSetupMeshFilterAnd) == 0x000008, "Wrong alignment on UActorMeshSetupMeshFilterAnd"); \ static_assert(sizeof(UActorMeshSetupMeshFilterAnd) == 0x000038, "Wrong size on UActorMeshSetupMeshFilterAnd"); \ static_assert(offsetof(UActorMeshSetupMeshFilterAnd, MeshFilters) == 0x000028, "Member 'UActorMeshSetupMeshFilterAnd::MeshFilters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMeshFilterHasTag \ static_assert(alignof(UActorMeshSetupMeshFilterHasTag) == 0x000008, "Wrong alignment on UActorMeshSetupMeshFilterHasTag"); \ static_assert(sizeof(UActorMeshSetupMeshFilterHasTag) == 0x000030, "Wrong size on UActorMeshSetupMeshFilterHasTag"); \ static_assert(offsetof(UActorMeshSetupMeshFilterHasTag, ComponentTag) == 0x000028, "Member 'UActorMeshSetupMeshFilterHasTag::ComponentTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMeshFilterNotHasTag \ static_assert(alignof(UActorMeshSetupMeshFilterNotHasTag) == 0x000008, "Wrong alignment on UActorMeshSetupMeshFilterNotHasTag"); \ static_assert(sizeof(UActorMeshSetupMeshFilterNotHasTag) == 0x000030, "Wrong size on UActorMeshSetupMeshFilterNotHasTag"); \ static_assert(offsetof(UActorMeshSetupMeshFilterNotHasTag, ComponentTag) == 0x000028, "Member 'UActorMeshSetupMeshFilterNotHasTag::ComponentTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMeshFilterStartsWith \ static_assert(alignof(UActorMeshSetupMeshFilterStartsWith) == 0x000008, "Wrong alignment on UActorMeshSetupMeshFilterStartsWith"); \ static_assert(sizeof(UActorMeshSetupMeshFilterStartsWith) == 0x000040, "Wrong size on UActorMeshSetupMeshFilterStartsWith"); \ static_assert(offsetof(UActorMeshSetupMeshFilterStartsWith, STARTSWITH) == 0x000028, "Member 'UActorMeshSetupMeshFilterStartsWith::STARTSWITH' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupMeshFilterStartsWith, SearchCase) == 0x000038, "Member 'UActorMeshSetupMeshFilterStartsWith::SearchCase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMeshFilterIsComponentType \ static_assert(alignof(UActorMeshSetupMeshFilterIsComponentType) == 0x000008, "Wrong alignment on UActorMeshSetupMeshFilterIsComponentType"); \ static_assert(sizeof(UActorMeshSetupMeshFilterIsComponentType) == 0x000050, "Wrong size on UActorMeshSetupMeshFilterIsComponentType"); \ static_assert(offsetof(UActorMeshSetupMeshFilterIsComponentType, MeshComponentType) == 0x000028, "Member 'UActorMeshSetupMeshFilterIsComponentType::MeshComponentType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMeshFilterHasStaticMeshAsset \ static_assert(alignof(UActorMeshSetupMeshFilterHasStaticMeshAsset) == 0x000008, "Wrong alignment on UActorMeshSetupMeshFilterHasStaticMeshAsset"); \ static_assert(sizeof(UActorMeshSetupMeshFilterHasStaticMeshAsset) == 0x000050, "Wrong size on UActorMeshSetupMeshFilterHasStaticMeshAsset"); \ static_assert(offsetof(UActorMeshSetupMeshFilterHasStaticMeshAsset, MeshAsset) == 0x000028, "Member 'UActorMeshSetupMeshFilterHasStaticMeshAsset::MeshAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMeshFilterHasSkeletalMeshAsset \ static_assert(alignof(UActorMeshSetupMeshFilterHasSkeletalMeshAsset) == 0x000008, "Wrong alignment on UActorMeshSetupMeshFilterHasSkeletalMeshAsset"); \ static_assert(sizeof(UActorMeshSetupMeshFilterHasSkeletalMeshAsset) == 0x000050, "Wrong size on UActorMeshSetupMeshFilterHasSkeletalMeshAsset"); \ static_assert(offsetof(UActorMeshSetupMeshFilterHasSkeletalMeshAsset, MeshAsset) == 0x000028, "Member 'UActorMeshSetupMeshFilterHasSkeletalMeshAsset::MeshAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMeshFilterAsset \ static_assert(alignof(UActorMeshSetupMeshFilterAsset) == 0x000008, "Wrong alignment on UActorMeshSetupMeshFilterAsset"); \ static_assert(sizeof(UActorMeshSetupMeshFilterAsset) == 0x000038, "Wrong size on UActorMeshSetupMeshFilterAsset"); \ static_assert(offsetof(UActorMeshSetupMeshFilterAsset, MeshFilter) == 0x000030, "Member 'UActorMeshSetupMeshFilterAsset::MeshFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMeshFilterUseAsset \ static_assert(alignof(UActorMeshSetupMeshFilterUseAsset) == 0x000008, "Wrong alignment on UActorMeshSetupMeshFilterUseAsset"); \ static_assert(sizeof(UActorMeshSetupMeshFilterUseAsset) == 0x000030, "Wrong size on UActorMeshSetupMeshFilterUseAsset"); \ static_assert(offsetof(UActorMeshSetupMeshFilterUseAsset, FilterAsset) == 0x000028, "Member 'UActorMeshSetupMeshFilterUseAsset::FilterAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Marker_Base_C_ExecuteUbergraph_BP_Marker_Base \ static_assert(alignof(BP_Marker_Base_C_ExecuteUbergraph_BP_Marker_Base) == 0x000004, "Wrong alignment on BP_Marker_Base_C_ExecuteUbergraph_BP_Marker_Base"); \ static_assert(sizeof(BP_Marker_Base_C_ExecuteUbergraph_BP_Marker_Base) == 0x000004, "Wrong size on BP_Marker_Base_C_ExecuteUbergraph_BP_Marker_Base"); \ static_assert(offsetof(BP_Marker_Base_C_ExecuteUbergraph_BP_Marker_Base, EntryPoint) == 0x000000, "Member 'BP_Marker_Base_C_ExecuteUbergraph_BP_Marker_Base::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Marker_Base_C_SetBaseName \ static_assert(alignof(BP_Marker_Base_C_SetBaseName) == 0x000008, "Wrong alignment on BP_Marker_Base_C_SetBaseName"); \ static_assert(sizeof(BP_Marker_Base_C_SetBaseName) == 0x000980, "Wrong size on BP_Marker_Base_C_SetBaseName"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, SkipLeft) == 0x000000, "Member 'BP_Marker_Base_C_SetBaseName::SkipLeft' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, SkipRight) == 0x000004, "Member 'BP_Marker_Base_C_SetBaseName::SkipRight' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue) == 0x000008, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue) == 0x000010, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_1) == 0x000030, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_1) == 0x000038, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_2) == 0x000058, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_2) == 0x000060, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_3) == 0x000080, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_3) == 0x000088, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000098, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_4) == 0x0000A8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_5) == 0x0000A9, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_4) == 0x0000B0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000C0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_5) == 0x0000D0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000E0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_6) == 0x0000F0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_6) == 0x0000F8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_7) == 0x000108, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000110, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_7) == 0x000120, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_8) == 0x000130, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000138, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_8) == 0x000148, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_9) == 0x000158, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000160, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_9) == 0x000170, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_10) == 0x000180, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000188, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_11) == 0x000198, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_10) == 0x0001A0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_10) == 0x0001B0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_11) == 0x0001C0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_11) == 0x0001D0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_12) == 0x0001E0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_12) == 0x0001E8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_12) == 0x0001F8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_13) == 0x000208, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_13) == 0x000210, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_13) == 0x000220, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_14) == 0x000230, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_14) == 0x000238, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_14) == 0x000248, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_15) == 0x000258, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_15) == 0x000260, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_15) == 0x000270, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_16) == 0x000280, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_16) == 0x000288, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_16) == 0x000298, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_17) == 0x0002A8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_17) == 0x0002B0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_17) == 0x0002C0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_18) == 0x0002D0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_18) == 0x0002D8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_18) == 0x0002E8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_19) == 0x0002F8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_20) == 0x0002F9, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_19) == 0x000300, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_19) == 0x000310, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_20) == 0x000320, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_20) == 0x000330, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_21) == 0x000340, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_21) == 0x000348, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_21) == 0x000358, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_22) == 0x000368, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_22) == 0x000370, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_22) == 0x000380, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_23) == 0x000390, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_23) == 0x0003A0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_23) == 0x0003B0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_24) == 0x0003B8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_25) == 0x0003C8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_GetPathName_ReturnValue) == 0x0003D8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_24) == 0x0003E8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_25) == 0x0003E9, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_26) == 0x0003F0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_24) == 0x000400, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_26) == 0x000410, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_27) == 0x000418, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_27) == 0x000428, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_28) == 0x000430, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_28) == 0x000440, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue) == 0x000441, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue_1) == 0x000442, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_29) == 0x000443, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_LeftChop_ReturnValue) == 0x000448, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_LeftChop_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_29) == 0x000458, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_25) == 0x000468, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_30) == 0x000478, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_30) == 0x000488, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanAND_ReturnValue) == 0x000489, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x00048A, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_31) == 0x00048B, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_26) == 0x000490, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_31) == 0x0004A0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_32) == 0x0004B0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_27) == 0x0004B8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_32) == 0x0004C8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_33) == 0x0004D8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_28) == 0x0004E0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_33) == 0x0004F0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_34) == 0x000500, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_29) == 0x000508, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_34) == 0x000518, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_35) == 0x000528, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_30) == 0x000530, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_31) == 0x000540, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Replace_ReturnValue) == 0x000550, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_35) == 0x000560, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_36) == 0x000570, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_37) == 0x000571, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_38) == 0x000572, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_39) == 0x000573, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_32) == 0x000578, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_40) == 0x000588, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_36) == 0x000590, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_LeftChop_ReturnValue_1) == 0x0005A0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_LeftChop_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_37) == 0x0005B0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_41) == 0x0005C0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_42) == 0x0005C1, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_33) == 0x0005C8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanAND_ReturnValue_1) == 0x0005D8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_38) == 0x0005E0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue_2) == 0x0005F0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_43) == 0x0005F1, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_44) == 0x0005F2, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_45) == 0x0005F3, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue_3) == 0x0005F4, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue_4) == 0x0005F5, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_46) == 0x0005F6, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue_5) == 0x0005F7, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue_6) == 0x0005F8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue_7) == 0x0005F9, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Left_ReturnValue) == 0x000600, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Left_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_39) == 0x000610, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_40) == 0x000620, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_47) == 0x000630, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_41) == 0x000638, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_48) == 0x000648, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_49) == 0x000649, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_50) == 0x00064A, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_51) == 0x00064B, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_52) == 0x00064C, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_53) == 0x00064D, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_54) == 0x00064E, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_55) == 0x00064F, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue_8) == 0x000650, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_56) == 0x000651, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue_9) == 0x000652, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue_10) == 0x000653, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue_11) == 0x000654, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue_12) == 0x000655, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue_13) == 0x000656, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue_14) == 0x000657, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue_15) == 0x000658, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_57) == 0x000659, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_LeftChop_ReturnValue_2) == 0x000660, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_LeftChop_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_34) == 0x000670, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_58) == 0x000680, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_59) == 0x000681, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_35) == 0x000688, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_LeftChop_ReturnValue_3) == 0x000698, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_LeftChop_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_42) == 0x0006A8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_36) == 0x0006B8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_LeftChop_ReturnValue_4) == 0x0006C8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_LeftChop_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_LeftChop_ReturnValue_5) == 0x0006D8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_LeftChop_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_37) == 0x0006E8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_38) == 0x0006F8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_LeftChop_ReturnValue_6) == 0x000708, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_LeftChop_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_LeftChop_ReturnValue_7) == 0x000718, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_LeftChop_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_39) == 0x000728, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_40) == 0x000738, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Left_ReturnValue_1) == 0x000748, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Left_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_41) == 0x000758, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_43) == 0x000768, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_44) == 0x000778, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_45) == 0x000788, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_46) == 0x000798, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_60) == 0x0007A8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_LeftChop_ReturnValue_8) == 0x0007B0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_LeftChop_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_47) == 0x0007C0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_42) == 0x0007D0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_48) == 0x0007E0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_61) == 0x0007F0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_49) == 0x0007F8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_62) == 0x000808, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_50) == 0x000810, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_51) == 0x000820, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_52) == 0x000830, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_53) == 0x000840, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_LeftChop_ReturnValue_9) == 0x000850, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_LeftChop_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_54) == 0x000860, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_63) == 0x000870, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_64) == 0x000871, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_65) == 0x000872, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue_16) == 0x000873, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_55) == 0x000878, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_BooleanOR_ReturnValue_17) == 0x000888, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_BooleanOR_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_56) == 0x000890, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_57) == 0x0008A0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_RightChop_ReturnValue_43) == 0x0008B0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_RightChop_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_58) == 0x0008C0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_59) == 0x0008D0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_66) == 0x0008E0, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_60) == 0x0008E8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_61) == 0x0008F8, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_62) == 0x000908, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_63) == 0x000918, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_64) == 0x000928, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000938, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_65) == 0x000940, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Concat_StrStr_ReturnValue_66) == 0x000950, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Concat_StrStr_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_GetLevelFromActor_ReturnValue) == 0x000960, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_GetLevelFromActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_GetLevelName_ReturnValue) == 0x000968, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_GetLevelName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetBaseName, CallFunc_Contains_ReturnValue_67) == 0x000978, "Member 'BP_Marker_Base_C_SetBaseName::CallFunc_Contains_ReturnValue_67' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Marker_Base_C_SetUniqueIdentity \ static_assert(alignof(BP_Marker_Base_C_SetUniqueIdentity) == 0x000008, "Wrong alignment on BP_Marker_Base_C_SetUniqueIdentity"); \ static_assert(sizeof(BP_Marker_Base_C_SetUniqueIdentity) == 0x000098, "Wrong size on BP_Marker_Base_C_SetUniqueIdentity"); \ static_assert(offsetof(BP_Marker_Base_C_SetUniqueIdentity, IDtoName) == 0x000000, "Member 'BP_Marker_Base_C_SetUniqueIdentity::IDtoName' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetUniqueIdentity, UniqueNames) == 0x000010, "Member 'BP_Marker_Base_C_SetUniqueIdentity::UniqueNames' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetUniqueIdentity, K2Node_MakeArray_Array) == 0x000020, "Member 'BP_Marker_Base_C_SetUniqueIdentity::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetUniqueIdentity, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_Marker_Base_C_SetUniqueIdentity::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetUniqueIdentity, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000040, "Member 'BP_Marker_Base_C_SetUniqueIdentity::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetUniqueIdentity, CallFunc_FTruncVector_ReturnValue) == 0x00004C, "Member 'BP_Marker_Base_C_SetUniqueIdentity::CallFunc_FTruncVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetUniqueIdentity, CallFunc_Conv_IntVectorToString_ReturnValue) == 0x000058, "Member 'BP_Marker_Base_C_SetUniqueIdentity::CallFunc_Conv_IntVectorToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetUniqueIdentity, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'BP_Marker_Base_C_SetUniqueIdentity::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetUniqueIdentity, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000078, "Member 'BP_Marker_Base_C_SetUniqueIdentity::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_SetUniqueIdentity, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000088, "Member 'BP_Marker_Base_C_SetUniqueIdentity::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Marker_Base_C_InitMarker \ static_assert(alignof(BP_Marker_Base_C_InitMarker) == 0x000008, "Wrong alignment on BP_Marker_Base_C_InitMarker"); \ static_assert(sizeof(BP_Marker_Base_C_InitMarker) == 0x000070, "Wrong size on BP_Marker_Base_C_InitMarker"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, Height) == 0x000000, "Member 'BP_Marker_Base_C_InitMarker::Height' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, size) == 0x000004, "Member 'BP_Marker_Base_C_InitMarker::size' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, Color) == 0x000008, "Member 'BP_Marker_Base_C_InitMarker::Color' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, MarkerRootName_0) == 0x000010, "Member 'BP_Marker_Base_C_InitMarker::MarkerRootName_0' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, SkipLeft) == 0x000020, "Member 'BP_Marker_Base_C_InitMarker::SkipLeft' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, SkipRight) == 0x000024, "Member 'BP_Marker_Base_C_InitMarker::SkipRight' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, OverrideMarker_Name) == 0x000028, "Member 'BP_Marker_Base_C_InitMarker::OverrideMarker_Name' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, Arithmancy___0) == 0x000038, "Member 'BP_Marker_Base_C_InitMarker::Arithmancy___0' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, Bar_Off) == 0x000048, "Member 'BP_Marker_Base_C_InitMarker::Bar_Off' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, Tile_Name_Off_0) == 0x000049, "Member 'BP_Marker_Base_C_InitMarker::Tile_Name_Off_0' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, Text_Off) == 0x00004A, "Member 'BP_Marker_Base_C_InitMarker::Text_Off' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, Rotate_Text_180) == 0x00004B, "Member 'BP_Marker_Base_C_InitMarker::Rotate_Text_180' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, Valid) == 0x00004C, "Member 'BP_Marker_Base_C_InitMarker::Valid' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_Contains_ReturnValue) == 0x00004D, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_Contains_ReturnValue_1) == 0x00004E, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_BooleanOR_ReturnValue) == 0x00004F, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_Contains_ReturnValue_2) == 0x000050, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000051, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_Contains_ReturnValue_3) == 0x000052, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_Contains_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_Contains_ReturnValue_4) == 0x000053, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_Contains_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_Contains_ReturnValue_5) == 0x000054, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_Contains_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_BooleanOR_ReturnValue_1) == 0x000055, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000056, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_BooleanOR_ReturnValue_2) == 0x000057, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_BooleanOR_ReturnValue_3) == 0x000058, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_BooleanOR_ReturnValue_4) == 0x000059, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_Contains_ReturnValue_6) == 0x00005A, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_Contains_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_Contains_ReturnValue_7) == 0x00005B, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_Contains_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_Contains_ReturnValue_8) == 0x00005C, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_Contains_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_NotEqual_StrStr_ReturnValue) == 0x00005D, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_BooleanOR_ReturnValue_5) == 0x00005E, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_BooleanOR_ReturnValue_6) == 0x00005F, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, K2Node_MakeStruct_Color) == 0x000060, "Member 'BP_Marker_Base_C_InitMarker::K2Node_MakeStruct_Color' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_CheckForTechLevel_InTechLevel) == 0x000064, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_CheckForTechLevel_InTechLevel' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_CheckForTechLevel_In_Mission) == 0x000065, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_CheckForTechLevel_In_Mission' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_CheckForTechLevel_In_Other) == 0x000066, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_CheckForTechLevel_In_Other' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_CheckForTechLevel_Hogsmeade) == 0x000067, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_CheckForTechLevel_Hogsmeade' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_CheckForTechLevel_Feature) == 0x000068, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_CheckForTechLevel_Feature' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_InitMarker, CallFunc_CheckForTechLevel_VFX) == 0x000069, "Member 'BP_Marker_Base_C_InitMarker::CallFunc_CheckForTechLevel_VFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Marker_Base_C_CheckForTechLevel \ static_assert(alignof(BP_Marker_Base_C_CheckForTechLevel) == 0x000008, "Wrong alignment on BP_Marker_Base_C_CheckForTechLevel"); \ static_assert(sizeof(BP_Marker_Base_C_CheckForTechLevel) == 0x000040, "Wrong size on BP_Marker_Base_C_CheckForTechLevel"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, InTechLevel) == 0x000000, "Member 'BP_Marker_Base_C_CheckForTechLevel::InTechLevel' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, In_Mission) == 0x000001, "Member 'BP_Marker_Base_C_CheckForTechLevel::In_Mission' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, In_Other) == 0x000002, "Member 'BP_Marker_Base_C_CheckForTechLevel::In_Other' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, Hogsmeade) == 0x000003, "Member 'BP_Marker_Base_C_CheckForTechLevel::Hogsmeade' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, Feature) == 0x000004, "Member 'BP_Marker_Base_C_CheckForTechLevel::Feature' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, VFX) == 0x000005, "Member 'BP_Marker_Base_C_CheckForTechLevel::VFX' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, CallFunc_GetLevelFromActor_ReturnValue) == 0x000008, "Member 'BP_Marker_Base_C_CheckForTechLevel::CallFunc_GetLevelFromActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, CallFunc_GetPathName_ReturnValue) == 0x000010, "Member 'BP_Marker_Base_C_CheckForTechLevel::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, CallFunc_GetLevelName_ReturnValue) == 0x000020, "Member 'BP_Marker_Base_C_CheckForTechLevel::CallFunc_GetLevelName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, CallFunc_Contains_ReturnValue) == 0x000030, "Member 'BP_Marker_Base_C_CheckForTechLevel::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, CallFunc_Contains_ReturnValue_1) == 0x000031, "Member 'BP_Marker_Base_C_CheckForTechLevel::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, CallFunc_Contains_ReturnValue_2) == 0x000032, "Member 'BP_Marker_Base_C_CheckForTechLevel::CallFunc_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, CallFunc_Contains_ReturnValue_3) == 0x000033, "Member 'BP_Marker_Base_C_CheckForTechLevel::CallFunc_Contains_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, CallFunc_BooleanOR_ReturnValue) == 0x000034, "Member 'BP_Marker_Base_C_CheckForTechLevel::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, CallFunc_Contains_ReturnValue_4) == 0x000035, "Member 'BP_Marker_Base_C_CheckForTechLevel::CallFunc_Contains_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, CallFunc_Contains_ReturnValue_5) == 0x000036, "Member 'BP_Marker_Base_C_CheckForTechLevel::CallFunc_Contains_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, CallFunc_Contains_ReturnValue_6) == 0x000037, "Member 'BP_Marker_Base_C_CheckForTechLevel::CallFunc_Contains_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, CallFunc_BooleanOR_ReturnValue_1) == 0x000038, "Member 'BP_Marker_Base_C_CheckForTechLevel::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, CallFunc_Contains_ReturnValue_7) == 0x000039, "Member 'BP_Marker_Base_C_CheckForTechLevel::CallFunc_Contains_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, CallFunc_Contains_ReturnValue_8) == 0x00003A, "Member 'BP_Marker_Base_C_CheckForTechLevel::CallFunc_Contains_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, CallFunc_BooleanOR_ReturnValue_2) == 0x00003B, "Member 'BP_Marker_Base_C_CheckForTechLevel::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, CallFunc_BooleanOR_ReturnValue_3) == 0x00003C, "Member 'BP_Marker_Base_C_CheckForTechLevel::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CheckForTechLevel, CallFunc_Contains_ReturnValue_9) == 0x00003D, "Member 'BP_Marker_Base_C_CheckForTechLevel::CallFunc_Contains_ReturnValue_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Marker_Base_C_CreateBar \ static_assert(alignof(BP_Marker_Base_C_CreateBar) == 0x000010, "Wrong alignment on BP_Marker_Base_C_CreateBar"); \ static_assert(sizeof(BP_Marker_Base_C_CreateBar) == 0x0000A0, "Wrong size on BP_Marker_Base_C_CreateBar"); \ static_assert(offsetof(BP_Marker_Base_C_CreateBar, Height) == 0x000000, "Member 'BP_Marker_Base_C_CreateBar::Height' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CreateBar, Color) == 0x000004, "Member 'BP_Marker_Base_C_CreateBar::Color' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CreateBar, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_Marker_Base_C_CreateBar::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CreateBar, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x00000C, "Member 'BP_Marker_Base_C_CreateBar::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CreateBar, CallFunc_MakeVector_ReturnValue) == 0x00001C, "Member 'BP_Marker_Base_C_CreateBar::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CreateBar, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000028, "Member 'BP_Marker_Base_C_CreateBar::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CreateBar, CallFunc_MakeVector_ReturnValue_1) == 0x00002C, "Member 'BP_Marker_Base_C_CreateBar::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CreateBar, CallFunc_Add_VectorVector_ReturnValue) == 0x000038, "Member 'BP_Marker_Base_C_CreateBar::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CreateBar, CallFunc_MakeTransform_ReturnValue) == 0x000050, "Member 'BP_Marker_Base_C_CreateBar::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CreateBar, CallFunc_AddComponent_ReturnValue) == 0x000080, "Member 'BP_Marker_Base_C_CreateBar::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CreateBar, CallFunc_SetStaticMesh_ReturnValue) == 0x000088, "Member 'BP_Marker_Base_C_CreateBar::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CreateBar, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000090, "Member 'BP_Marker_Base_C_CreateBar::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_CreateBar, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'BP_Marker_Base_C_CreateBar::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Marker_Base_C_AddTextMarker \ static_assert(alignof(BP_Marker_Base_C_AddTextMarker) == 0x000010, "Wrong alignment on BP_Marker_Base_C_AddTextMarker"); \ static_assert(sizeof(BP_Marker_Base_C_AddTextMarker) == 0x0002C0, "Wrong size on BP_Marker_Base_C_AddTextMarker"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, Text) == 0x000000, "Member 'BP_Marker_Base_C_AddTextMarker::Text' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, Height) == 0x000010, "Member 'BP_Marker_Base_C_AddTextMarker::Height' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, size) == 0x000014, "Member 'BP_Marker_Base_C_AddTextMarker::size' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, Color) == 0x000018, "Member 'BP_Marker_Base_C_AddTextMarker::Color' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_MakeVector_ReturnValue) == 0x00001C, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_MakeVector_ReturnValue_1) == 0x000028, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_Add_VectorVector_ReturnValue) == 0x000034, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000040, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_MakeTransform_ReturnValue) == 0x000050, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_MakeTransform_ReturnValue_1) == 0x000080, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_Conv_StringToText_ReturnValue) == 0x0000B0, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_Contains_ReturnValue) == 0x0000C8, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000D0, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000E8, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_Contains_ReturnValue_1) == 0x0000E9, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_Contains_ReturnValue_2) == 0x0000EA, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_Split_LeftS) == 0x0000F0, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_Split_LeftS' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_Split_RightS) == 0x000100, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_Split_RightS' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_Split_ReturnValue) == 0x000110, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_Split_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_BooleanOR_ReturnValue) == 0x000111, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000118, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, Temp_struct_Variable) == 0x000130, "Member 'BP_Marker_Base_C_AddTextMarker::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, Temp_struct_Variable_1) == 0x000160, "Member 'BP_Marker_Base_C_AddTextMarker::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_AddComponent_ReturnValue) == 0x000190, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_AddComponent_ReturnValue_1) == 0x000198, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_IsValid_ReturnValue) == 0x0001A0, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_IsValid_ReturnValue_1) == 0x0001A1, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x0001A4, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_Marker_Base_C_AddTextMarker, CallFunc_K2_SetRelativeTransform_SweepHitResult_1) == 0x00022C, "Member 'BP_Marker_Base_C_AddTextMarker::CallFunc_K2_SetRelativeTransform_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Marker_Base_C \ static_assert(alignof(ABP_Marker_Base_C) == 0x000008, "Wrong alignment on ABP_Marker_Base_C"); \ static_assert(sizeof(ABP_Marker_Base_C) == 0x000308, "Wrong size on ABP_Marker_Base_C"); \ static_assert(offsetof(ABP_Marker_Base_C, UberGraphFrame) == 0x000250, "Member 'ABP_Marker_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Marker_Base_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_Marker_Base_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Marker_Base_C, DB_Name) == 0x000260, "Member 'ABP_Marker_Base_C::DB_Name' has a wrong offset!"); \ static_assert(offsetof(ABP_Marker_Base_C, BaseName) == 0x000270, "Member 'ABP_Marker_Base_C::BaseName' has a wrong offset!"); \ static_assert(offsetof(ABP_Marker_Base_C, UniqueIdentity) == 0x000280, "Member 'ABP_Marker_Base_C::UniqueIdentity' has a wrong offset!"); \ static_assert(offsetof(ABP_Marker_Base_C, UniqueIdentityName) == 0x000288, "Member 'ABP_Marker_Base_C::UniqueIdentityName' has a wrong offset!"); \ static_assert(offsetof(ABP_Marker_Base_C, MarkerRootName) == 0x000298, "Member 'ABP_Marker_Base_C::MarkerRootName' has a wrong offset!"); \ static_assert(offsetof(ABP_Marker_Base_C, OverrideMarkerName) == 0x0002A8, "Member 'ABP_Marker_Base_C::OverrideMarkerName' has a wrong offset!"); \ static_assert(offsetof(ABP_Marker_Base_C, Arithmancy__) == 0x0002B8, "Member 'ABP_Marker_Base_C::Arithmancy__' has a wrong offset!"); \ static_assert(offsetof(ABP_Marker_Base_C, Tile_Name_Off) == 0x0002C8, "Member 'ABP_Marker_Base_C::Tile_Name_Off' has a wrong offset!"); \ static_assert(offsetof(ABP_Marker_Base_C, Level_Name) == 0x0002D0, "Member 'ABP_Marker_Base_C::Level_Name' has a wrong offset!"); \ static_assert(offsetof(ABP_Marker_Base_C, Text_Display) == 0x0002E0, "Member 'ABP_Marker_Base_C::Text_Display' has a wrong offset!"); \ static_assert(offsetof(ABP_Marker_Base_C, TEMP_Level_Name) == 0x0002E8, "Member 'ABP_Marker_Base_C::TEMP_Level_Name' has a wrong offset!"); \ static_assert(offsetof(ABP_Marker_Base_C, Text_Rotation) == 0x0002F8, "Member 'ABP_Marker_Base_C::Text_Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AExpHeightFogMaster \ static_assert(alignof(AExpHeightFogMaster) == 0x000008, "Wrong alignment on AExpHeightFogMaster"); \ static_assert(sizeof(AExpHeightFogMaster) == 0x000248, "Wrong size on AExpHeightFogMaster"); \ #define DUMPER7_ASSERTS_AExpHeightFogVolume \ static_assert(alignof(AExpHeightFogVolume) == 0x000008, "Wrong alignment on AExpHeightFogVolume"); \ static_assert(sizeof(AExpHeightFogVolume) == 0x000280, "Wrong size on AExpHeightFogVolume"); \ #define DUMPER7_ASSERTS_UInterpolatableExponentialHeightFogComponent \ static_assert(alignof(UInterpolatableExponentialHeightFogComponent) == 0x000008, "Wrong alignment on UInterpolatableExponentialHeightFogComponent"); \ static_assert(sizeof(UInterpolatableExponentialHeightFogComponent) == 0x0000D0, "Wrong size on UInterpolatableExponentialHeightFogComponent"); \ #define DUMPER7_ASSERTS_AFogDirectionalLight \ static_assert(alignof(AFogDirectionalLight) == 0x000008, "Wrong alignment on AFogDirectionalLight"); \ static_assert(sizeof(AFogDirectionalLight) == 0x000258, "Wrong size on AFogDirectionalLight"); \ #define DUMPER7_ASSERTS_AFogDirectionalLightAttachCamera \ static_assert(alignof(AFogDirectionalLightAttachCamera) == 0x000008, "Wrong alignment on AFogDirectionalLightAttachCamera"); \ static_assert(sizeof(AFogDirectionalLightAttachCamera) == 0x000258, "Wrong size on AFogDirectionalLightAttachCamera"); \ #define DUMPER7_ASSERTS_AFogDirectionalLightOpposeCamera \ static_assert(alignof(AFogDirectionalLightOpposeCamera) == 0x000008, "Wrong alignment on AFogDirectionalLightOpposeCamera"); \ static_assert(sizeof(AFogDirectionalLightOpposeCamera) == 0x000258, "Wrong size on AFogDirectionalLightOpposeCamera"); \ #define DUMPER7_ASSERTS_AFogDirectionalLightFollowCamera \ static_assert(alignof(AFogDirectionalLightFollowCamera) == 0x000008, "Wrong alignment on AFogDirectionalLightFollowCamera"); \ static_assert(sizeof(AFogDirectionalLightFollowCamera) == 0x000258, "Wrong size on AFogDirectionalLightFollowCamera"); \ #define DUMPER7_ASSERTS_UI_BP_CombatParry_C_ExecuteUbergraph_UI_BP_CombatParry \ static_assert(alignof(UI_BP_CombatParry_C_ExecuteUbergraph_UI_BP_CombatParry) == 0x000004, "Wrong alignment on UI_BP_CombatParry_C_ExecuteUbergraph_UI_BP_CombatParry"); \ static_assert(sizeof(UI_BP_CombatParry_C_ExecuteUbergraph_UI_BP_CombatParry) == 0x000004, "Wrong size on UI_BP_CombatParry_C_ExecuteUbergraph_UI_BP_CombatParry"); \ static_assert(offsetof(UI_BP_CombatParry_C_ExecuteUbergraph_UI_BP_CombatParry, EntryPoint) == 0x000000, "Member 'UI_BP_CombatParry_C_ExecuteUbergraph_UI_BP_CombatParry::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CombatParry_C \ static_assert(alignof(UUI_BP_CombatParry_C) == 0x000008, "Wrong alignment on UUI_BP_CombatParry_C"); \ static_assert(sizeof(UUI_BP_CombatParry_C) == 0x000378, "Wrong size on UUI_BP_CombatParry_C"); \ static_assert(offsetof(UUI_BP_CombatParry_C, UberGraphFrame) == 0x000370, "Member 'UUI_BP_CombatParry_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProceduralQuadParams \ static_assert(alignof(FProceduralQuadParams) == 0x000004, "Wrong alignment on FProceduralQuadParams"); \ static_assert(sizeof(FProceduralQuadParams) == 0x00001C, "Wrong size on FProceduralQuadParams"); \ static_assert(offsetof(FProceduralQuadParams, XSize) == 0x000000, "Member 'FProceduralQuadParams::XSize' has a wrong offset!"); \ static_assert(offsetof(FProceduralQuadParams, YSize) == 0x000004, "Member 'FProceduralQuadParams::YSize' has a wrong offset!"); \ static_assert(offsetof(FProceduralQuadParams, DefaultZ) == 0x000008, "Member 'FProceduralQuadParams::DefaultZ' has a wrong offset!"); \ static_assert(offsetof(FProceduralQuadParams, UVTiling) == 0x00000C, "Member 'FProceduralQuadParams::UVTiling' has a wrong offset!"); \ static_assert(offsetof(FProceduralQuadParams, bUseUVs) == 0x000010, "Member 'FProceduralQuadParams::bUseUVs' has a wrong offset!"); \ static_assert(offsetof(FProceduralQuadParams, bHasCollision) == 0x000011, "Member 'FProceduralQuadParams::bHasCollision' has a wrong offset!"); \ static_assert(offsetof(FProceduralQuadParams, VertexColor) == 0x000014, "Member 'FProceduralQuadParams::VertexColor' has a wrong offset!"); \ static_assert(offsetof(FProceduralQuadParams, bUseVertexColors) == 0x000018, "Member 'FProceduralQuadParams::bUseVertexColors' has a wrong offset!"); \ static_assert(offsetof(FProceduralQuadParams, bCreateNormals) == 0x000019, "Member 'FProceduralQuadParams::bCreateNormals' has a wrong offset!"); \ static_assert(offsetof(FProceduralQuadParams, bCreateTangents) == 0x00001A, "Member 'FProceduralQuadParams::bCreateTangents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCelestialHaloMeshParameters \ static_assert(alignof(FCelestialHaloMeshParameters) == 0x000004, "Wrong alignment on FCelestialHaloMeshParameters"); \ static_assert(sizeof(FCelestialHaloMeshParameters) == 0x000010, "Wrong size on FCelestialHaloMeshParameters"); \ static_assert(offsetof(FCelestialHaloMeshParameters, MeshSlices) == 0x000000, "Member 'FCelestialHaloMeshParameters::MeshSlices' has a wrong offset!"); \ static_assert(offsetof(FCelestialHaloMeshParameters, MeshInnerRadius) == 0x000004, "Member 'FCelestialHaloMeshParameters::MeshInnerRadius' has a wrong offset!"); \ static_assert(offsetof(FCelestialHaloMeshParameters, MeshOuterRadius) == 0x000008, "Member 'FCelestialHaloMeshParameters::MeshOuterRadius' has a wrong offset!"); \ static_assert(offsetof(FCelestialHaloMeshParameters, bUVAsAngleRadius) == 0x00000C, "Member 'FCelestialHaloMeshParameters::bUVAsAngleRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCelestialDiskMeshParameters \ static_assert(alignof(FCelestialDiskMeshParameters) == 0x000004, "Wrong alignment on FCelestialDiskMeshParameters"); \ static_assert(sizeof(FCelestialDiskMeshParameters) == 0x00000C, "Wrong size on FCelestialDiskMeshParameters"); \ static_assert(offsetof(FCelestialDiskMeshParameters, MeshSlices) == 0x000000, "Member 'FCelestialDiskMeshParameters::MeshSlices' has a wrong offset!"); \ static_assert(offsetof(FCelestialDiskMeshParameters, MeshRadius) == 0x000004, "Member 'FCelestialDiskMeshParameters::MeshRadius' has a wrong offset!"); \ static_assert(offsetof(FCelestialDiskMeshParameters, bUVAsAngleRadius) == 0x000008, "Member 'FCelestialDiskMeshParameters::bUVAsAngleRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCelestialPointOfInterest \ static_assert(alignof(FCelestialPointOfInterest) == 0x000004, "Wrong alignment on FCelestialPointOfInterest"); \ static_assert(sizeof(FCelestialPointOfInterest) == 0x000030, "Wrong size on FCelestialPointOfInterest"); \ static_assert(offsetof(FCelestialPointOfInterest, Name) == 0x000000, "Member 'FCelestialPointOfInterest::Name' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterest, Type) == 0x000008, "Member 'FCelestialPointOfInterest::Type' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterest, AzimuthDegrees) == 0x00000C, "Member 'FCelestialPointOfInterest::AzimuthDegrees' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterest, AltitudeDegrees) == 0x000010, "Member 'FCelestialPointOfInterest::AltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterest, TopographicDirection) == 0x000014, "Member 'FCelestialPointOfInterest::TopographicDirection' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterest, HighlightConstellation) == 0x000020, "Member 'FCelestialPointOfInterest::HighlightConstellation' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterest, HighlightStar) == 0x000028, "Member 'FCelestialPointOfInterest::HighlightStar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCelestialPointOfInterestResolvedEntry \ static_assert(alignof(FCelestialPointOfInterestResolvedEntry) == 0x000008, "Wrong alignment on FCelestialPointOfInterestResolvedEntry"); \ static_assert(sizeof(FCelestialPointOfInterestResolvedEntry) == 0x000030, "Wrong size on FCelestialPointOfInterestResolvedEntry"); \ static_assert(offsetof(FCelestialPointOfInterestResolvedEntry, Name) == 0x000008, "Member 'FCelestialPointOfInterestResolvedEntry::Name' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterestResolvedEntry, Type) == 0x000010, "Member 'FCelestialPointOfInterestResolvedEntry::Type' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterestResolvedEntry, DirectionToStar) == 0x000014, "Member 'FCelestialPointOfInterestResolvedEntry::DirectionToStar' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterestResolvedEntry, HighlightConstellation) == 0x000020, "Member 'FCelestialPointOfInterestResolvedEntry::HighlightConstellation' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterestResolvedEntry, HighlightStar) == 0x000028, "Member 'FCelestialPointOfInterestResolvedEntry::HighlightStar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCelestialPointOfInterestEntry \ static_assert(alignof(FCelestialPointOfInterestEntry) == 0x000008, "Wrong alignment on FCelestialPointOfInterestEntry"); \ static_assert(sizeof(FCelestialPointOfInterestEntry) == 0x000038, "Wrong size on FCelestialPointOfInterestEntry"); \ static_assert(offsetof(FCelestialPointOfInterestEntry, Type) == 0x000008, "Member 'FCelestialPointOfInterestEntry::Type' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterestEntry, HighlightConstellation) == 0x00000C, "Member 'FCelestialPointOfInterestEntry::HighlightConstellation' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterestEntry, HighlightStar) == 0x000014, "Member 'FCelestialPointOfInterestEntry::HighlightStar' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterestEntry, RightAscentionHours) == 0x00001C, "Member 'FCelestialPointOfInterestEntry::RightAscentionHours' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterestEntry, RightAscentionMinutes) == 0x000020, "Member 'FCelestialPointOfInterestEntry::RightAscentionMinutes' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterestEntry, RightAscentionSeconds) == 0x000024, "Member 'FCelestialPointOfInterestEntry::RightAscentionSeconds' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterestEntry, DeclinationDegrees) == 0x000028, "Member 'FCelestialPointOfInterestEntry::DeclinationDegrees' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterestEntry, DeclinationMinutes) == 0x00002C, "Member 'FCelestialPointOfInterestEntry::DeclinationMinutes' has a wrong offset!"); \ static_assert(offsetof(FCelestialPointOfInterestEntry, DeclinationSeconds) == 0x000030, "Member 'FCelestialPointOfInterestEntry::DeclinationSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCelestialPointOfInterestName \ static_assert(alignof(FCelestialPointOfInterestName) == 0x000004, "Wrong alignment on FCelestialPointOfInterestName"); \ static_assert(sizeof(FCelestialPointOfInterestName) == 0x000008, "Wrong size on FCelestialPointOfInterestName"); \ static_assert(offsetof(FCelestialPointOfInterestName, Name) == 0x000000, "Member 'FCelestialPointOfInterestName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeInput \ static_assert(alignof(FTimeInput) == 0x000004, "Wrong alignment on FTimeInput"); \ static_assert(sizeof(FTimeInput) == 0x00000C, "Wrong size on FTimeInput"); \ static_assert(offsetof(FTimeInput, Hour) == 0x000000, "Member 'FTimeInput::Hour' has a wrong offset!"); \ static_assert(offsetof(FTimeInput, Minute) == 0x000004, "Member 'FTimeInput::Minute' has a wrong offset!"); \ static_assert(offsetof(FTimeInput, AmPm) == 0x000008, "Member 'FTimeInput::AmPm' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDateInput \ static_assert(alignof(FDateInput) == 0x000004, "Wrong alignment on FDateInput"); \ static_assert(sizeof(FDateInput) == 0x00000C, "Wrong size on FDateInput"); \ static_assert(offsetof(FDateInput, Month) == 0x000000, "Member 'FDateInput::Month' has a wrong offset!"); \ static_assert(offsetof(FDateInput, Day) == 0x000004, "Member 'FDateInput::Day' has a wrong offset!"); \ static_assert(offsetof(FDateInput, Year) == 0x000008, "Member 'FDateInput::Year' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDateTimeInput \ static_assert(alignof(FDateTimeInput) == 0x000004, "Wrong alignment on FDateTimeInput"); \ static_assert(sizeof(FDateTimeInput) == 0x000018, "Wrong size on FDateTimeInput"); \ static_assert(offsetof(FDateTimeInput, Month) == 0x000000, "Member 'FDateTimeInput::Month' has a wrong offset!"); \ static_assert(offsetof(FDateTimeInput, Day) == 0x000004, "Member 'FDateTimeInput::Day' has a wrong offset!"); \ static_assert(offsetof(FDateTimeInput, Year) == 0x000008, "Member 'FDateTimeInput::Year' has a wrong offset!"); \ static_assert(offsetof(FDateTimeInput, Hour) == 0x00000C, "Member 'FDateTimeInput::Hour' has a wrong offset!"); \ static_assert(offsetof(FDateTimeInput, AmPm) == 0x000010, "Member 'FDateTimeInput::AmPm' has a wrong offset!"); \ static_assert(offsetof(FDateTimeInput, Minute) == 0x000014, "Member 'FDateTimeInput::Minute' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDateTimeScenario \ static_assert(alignof(FDateTimeScenario) == 0x000008, "Wrong alignment on FDateTimeScenario"); \ static_assert(sizeof(FDateTimeScenario) == 0x000020, "Wrong size on FDateTimeScenario"); \ static_assert(offsetof(FDateTimeScenario, Month) == 0x000008, "Member 'FDateTimeScenario::Month' has a wrong offset!"); \ static_assert(offsetof(FDateTimeScenario, Day) == 0x00000C, "Member 'FDateTimeScenario::Day' has a wrong offset!"); \ static_assert(offsetof(FDateTimeScenario, Year) == 0x000010, "Member 'FDateTimeScenario::Year' has a wrong offset!"); \ static_assert(offsetof(FDateTimeScenario, Hour) == 0x000014, "Member 'FDateTimeScenario::Hour' has a wrong offset!"); \ static_assert(offsetof(FDateTimeScenario, Minute) == 0x000018, "Member 'FDateTimeScenario::Minute' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightCSVReportOptions \ static_assert(alignof(FDayNightCSVReportOptions) == 0x000004, "Wrong alignment on FDayNightCSVReportOptions"); \ static_assert(sizeof(FDayNightCSVReportOptions) == 0x000024, "Wrong size on FDayNightCSVReportOptions"); \ static_assert(offsetof(FDayNightCSVReportOptions, GeneralOptions) == 0x000000, "Member 'FDayNightCSVReportOptions::GeneralOptions' has a wrong offset!"); \ static_assert(offsetof(FDayNightCSVReportOptions, DayNightOptions) == 0x000004, "Member 'FDayNightCSVReportOptions::DayNightOptions' has a wrong offset!"); \ static_assert(offsetof(FDayNightCSVReportOptions, LightRigOptions) == 0x000008, "Member 'FDayNightCSVReportOptions::LightRigOptions' has a wrong offset!"); \ static_assert(offsetof(FDayNightCSVReportOptions, LightingOptions) == 0x00000C, "Member 'FDayNightCSVReportOptions::LightingOptions' has a wrong offset!"); \ static_assert(offsetof(FDayNightCSVReportOptions, AtmosphereOptions) == 0x000010, "Member 'FDayNightCSVReportOptions::AtmosphereOptions' has a wrong offset!"); \ static_assert(offsetof(FDayNightCSVReportOptions, FogOptions) == 0x000014, "Member 'FDayNightCSVReportOptions::FogOptions' has a wrong offset!"); \ static_assert(offsetof(FDayNightCSVReportOptions, ExposureOptions) == 0x000018, "Member 'FDayNightCSVReportOptions::ExposureOptions' has a wrong offset!"); \ static_assert(offsetof(FDayNightCSVReportOptions, EmissiveAdaptationOptions) == 0x00001C, "Member 'FDayNightCSVReportOptions::EmissiveAdaptationOptions' has a wrong offset!"); \ static_assert(offsetof(FDayNightCSVReportOptions, bEverything) == 0x000020, "Member 'FDayNightCSVReportOptions::bEverything' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightEventTrackers \ static_assert(alignof(FDayNightEventTrackers) == 0x000008, "Wrong alignment on FDayNightEventTrackers"); \ static_assert(sizeof(FDayNightEventTrackers) == 0x000010, "Wrong size on FDayNightEventTrackers"); \ #define DUMPER7_ASSERTS_FDayNightReceiverEvents \ static_assert(alignof(FDayNightReceiverEvents) == 0x000008, "Wrong alignment on FDayNightReceiverEvents"); \ static_assert(sizeof(FDayNightReceiverEvents) == 0x000018, "Wrong size on FDayNightReceiverEvents"); \ #define DUMPER7_ASSERTS_FDayNightEventSystemLastState \ static_assert(alignof(FDayNightEventSystemLastState) == 0x000008, "Wrong alignment on FDayNightEventSystemLastState"); \ static_assert(sizeof(FDayNightEventSystemLastState) == 0x000018, "Wrong size on FDayNightEventSystemLastState"); \ static_assert(offsetof(FDayNightEventSystemLastState, DateTime) == 0x000000, "Member 'FDayNightEventSystemLastState::DateTime' has a wrong offset!"); \ static_assert(offsetof(FDayNightEventSystemLastState, SunAltitude) == 0x000008, "Member 'FDayNightEventSystemLastState::SunAltitude' has a wrong offset!"); \ static_assert(offsetof(FDayNightEventSystemLastState, MoonAltitude) == 0x00000C, "Member 'FDayNightEventSystemLastState::MoonAltitude' has a wrong offset!"); \ static_assert(offsetof(FDayNightEventSystemLastState, bFirstRun) == 0x000010, "Member 'FDayNightEventSystemLastState::bFirstRun' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightGlobalEvents \ static_assert(alignof(FDayNightGlobalEvents) == 0x000008, "Wrong alignment on FDayNightGlobalEvents"); \ static_assert(sizeof(FDayNightGlobalEvents) == 0x000020, "Wrong size on FDayNightGlobalEvents"); \ #define DUMPER7_ASSERTS_FDayNightEventsCurrentAltitude \ static_assert(alignof(FDayNightEventsCurrentAltitude) == 0x000004, "Wrong alignment on FDayNightEventsCurrentAltitude"); \ static_assert(sizeof(FDayNightEventsCurrentAltitude) == 0x000008, "Wrong size on FDayNightEventsCurrentAltitude"); \ static_assert(offsetof(FDayNightEventsCurrentAltitude, Altitude) == 0x000000, "Member 'FDayNightEventsCurrentAltitude::Altitude' has a wrong offset!"); \ static_assert(offsetof(FDayNightEventsCurrentAltitude, Direction) == 0x000004, "Member 'FDayNightEventsCurrentAltitude::Direction' has a wrong offset!"); \ static_assert(offsetof(FDayNightEventsCurrentAltitude, bValid) == 0x000005, "Member 'FDayNightEventsCurrentAltitude::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightEventsCurrentState \ static_assert(alignof(FDayNightEventsCurrentState) == 0x000008, "Wrong alignment on FDayNightEventsCurrentState"); \ static_assert(sizeof(FDayNightEventsCurrentState) == 0x000030, "Wrong size on FDayNightEventsCurrentState"); \ static_assert(offsetof(FDayNightEventsCurrentState, NormalizedTime) == 0x000000, "Member 'FDayNightEventsCurrentState::NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(FDayNightEventsCurrentState, GameDateTime) == 0x000008, "Member 'FDayNightEventsCurrentState::GameDateTime' has a wrong offset!"); \ static_assert(offsetof(FDayNightEventsCurrentState, DeltaTime) == 0x000010, "Member 'FDayNightEventsCurrentState::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(FDayNightEventsCurrentState, Sun) == 0x000018, "Member 'FDayNightEventsCurrentState::Sun' has a wrong offset!"); \ static_assert(offsetof(FDayNightEventsCurrentState, Moon) == 0x000020, "Member 'FDayNightEventsCurrentState::Moon' has a wrong offset!"); \ static_assert(offsetof(FDayNightEventsCurrentState, MoonPhase) == 0x000028, "Member 'FDayNightEventsCurrentState::MoonPhase' has a wrong offset!"); \ static_assert(offsetof(FDayNightEventsCurrentState, bValid) == 0x000029, "Member 'FDayNightEventsCurrentState::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightEventSystem \ static_assert(alignof(FDayNightEventSystem) == 0x000008, "Wrong alignment on FDayNightEventSystem"); \ static_assert(sizeof(FDayNightEventSystem) == 0x0001B0, "Wrong size on FDayNightEventSystem"); \ static_assert(offsetof(FDayNightEventSystem, EventMap) == 0x000000, "Member 'FDayNightEventSystem::EventMap' has a wrong offset!"); \ static_assert(offsetof(FDayNightEventSystem, LastStates) == 0x000050, "Member 'FDayNightEventSystem::LastStates' has a wrong offset!"); \ static_assert(offsetof(FDayNightEventSystem, GlobalEventMap) == 0x000060, "Member 'FDayNightEventSystem::GlobalEventMap' has a wrong offset!"); \ static_assert(offsetof(FDayNightEventSystem, GlobalLastState) == 0x0000B0, "Member 'FDayNightEventSystem::GlobalLastState' has a wrong offset!"); \ static_assert(offsetof(FDayNightEventSystem, GlobalCurrentState) == 0x0000C8, "Member 'FDayNightEventSystem::GlobalCurrentState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightMoonAltitudeEvent \ static_assert(alignof(FDayNightMoonAltitudeEvent) == 0x000004, "Wrong alignment on FDayNightMoonAltitudeEvent"); \ static_assert(sizeof(FDayNightMoonAltitudeEvent) == 0x000014, "Wrong size on FDayNightMoonAltitudeEvent"); \ static_assert(offsetof(FDayNightMoonAltitudeEvent, MoonAltitudeDegrees) == 0x000000, "Member 'FDayNightMoonAltitudeEvent::MoonAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(FDayNightMoonAltitudeEvent, MoonPhase) == 0x000004, "Member 'FDayNightMoonAltitudeEvent::MoonPhase' has a wrong offset!"); \ static_assert(offsetof(FDayNightMoonAltitudeEvent, NightThreshold) == 0x000008, "Member 'FDayNightMoonAltitudeEvent::NightThreshold' has a wrong offset!"); \ static_assert(offsetof(FDayNightMoonAltitudeEvent, DirectionTrigger) == 0x00000C, "Member 'FDayNightMoonAltitudeEvent::DirectionTrigger' has a wrong offset!"); \ static_assert(offsetof(FDayNightMoonAltitudeEvent, bAllowFireOnBeginPlay) == 0x00000D, "Member 'FDayNightMoonAltitudeEvent::bAllowFireOnBeginPlay' has a wrong offset!"); \ static_assert(offsetof(FDayNightMoonAltitudeEvent, bAllowFireOnDiscontinuity) == 0x00000E, "Member 'FDayNightMoonAltitudeEvent::bAllowFireOnDiscontinuity' has a wrong offset!"); \ static_assert(offsetof(FDayNightMoonAltitudeEvent, bUseMoonPhase) == 0x00000F, "Member 'FDayNightMoonAltitudeEvent::bUseMoonPhase' has a wrong offset!"); \ static_assert(offsetof(FDayNightMoonAltitudeEvent, bUseNightThreshold) == 0x000010, "Member 'FDayNightMoonAltitudeEvent::bUseNightThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightSunAltitudeChangeEvent \ static_assert(alignof(FDayNightSunAltitudeChangeEvent) == 0x000004, "Wrong alignment on FDayNightSunAltitudeChangeEvent"); \ static_assert(sizeof(FDayNightSunAltitudeChangeEvent) == 0x000014, "Wrong size on FDayNightSunAltitudeChangeEvent"); \ static_assert(offsetof(FDayNightSunAltitudeChangeEvent, SunAltitudeChangeDegrees) == 0x000000, "Member 'FDayNightSunAltitudeChangeEvent::SunAltitudeChangeDegrees' has a wrong offset!"); \ static_assert(offsetof(FDayNightSunAltitudeChangeEvent, Direction) == 0x000004, "Member 'FDayNightSunAltitudeChangeEvent::Direction' has a wrong offset!"); \ static_assert(offsetof(FDayNightSunAltitudeChangeEvent, SunMinAltitudeDegrees) == 0x000008, "Member 'FDayNightSunAltitudeChangeEvent::SunMinAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(FDayNightSunAltitudeChangeEvent, SunMaxAltitudeDegrees) == 0x00000C, "Member 'FDayNightSunAltitudeChangeEvent::SunMaxAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(FDayNightSunAltitudeChangeEvent, bAllowFireOnBeginPlay) == 0x000010, "Member 'FDayNightSunAltitudeChangeEvent::bAllowFireOnBeginPlay' has a wrong offset!"); \ static_assert(offsetof(FDayNightSunAltitudeChangeEvent, bAllowFireOnDiscontinuity) == 0x000011, "Member 'FDayNightSunAltitudeChangeEvent::bAllowFireOnDiscontinuity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightSunAltitudeEvent \ static_assert(alignof(FDayNightSunAltitudeEvent) == 0x000004, "Wrong alignment on FDayNightSunAltitudeEvent"); \ static_assert(sizeof(FDayNightSunAltitudeEvent) == 0x000008, "Wrong size on FDayNightSunAltitudeEvent"); \ static_assert(offsetof(FDayNightSunAltitudeEvent, SunAltitudeDegrees) == 0x000000, "Member 'FDayNightSunAltitudeEvent::SunAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(FDayNightSunAltitudeEvent, DirectionTrigger) == 0x000004, "Member 'FDayNightSunAltitudeEvent::DirectionTrigger' has a wrong offset!"); \ static_assert(offsetof(FDayNightSunAltitudeEvent, bAllowFireOnBeginPlay) == 0x000005, "Member 'FDayNightSunAltitudeEvent::bAllowFireOnBeginPlay' has a wrong offset!"); \ static_assert(offsetof(FDayNightSunAltitudeEvent, bAllowFireOnDiscontinuity) == 0x000006, "Member 'FDayNightSunAltitudeEvent::bAllowFireOnDiscontinuity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightNormalizedTimeEvent \ static_assert(alignof(FDayNightNormalizedTimeEvent) == 0x000004, "Wrong alignment on FDayNightNormalizedTimeEvent"); \ static_assert(sizeof(FDayNightNormalizedTimeEvent) == 0x000010, "Wrong size on FDayNightNormalizedTimeEvent"); \ static_assert(offsetof(FDayNightNormalizedTimeEvent, NormalizedTime) == 0x000000, "Member 'FDayNightNormalizedTimeEvent::NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(FDayNightNormalizedTimeEvent, bAllowFireOnBeginPlay) == 0x00000C, "Member 'FDayNightNormalizedTimeEvent::bAllowFireOnBeginPlay' has a wrong offset!"); \ static_assert(offsetof(FDayNightNormalizedTimeEvent, bAllowFireOnDiscontinuity) == 0x00000D, "Member 'FDayNightNormalizedTimeEvent::bAllowFireOnDiscontinuity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightGameTimeEvent \ static_assert(alignof(FDayNightGameTimeEvent) == 0x000004, "Wrong alignment on FDayNightGameTimeEvent"); \ static_assert(sizeof(FDayNightGameTimeEvent) == 0x000010, "Wrong size on FDayNightGameTimeEvent"); \ static_assert(offsetof(FDayNightGameTimeEvent, GameTime) == 0x000000, "Member 'FDayNightGameTimeEvent::GameTime' has a wrong offset!"); \ static_assert(offsetof(FDayNightGameTimeEvent, bAllowFireOnBeginPlay) == 0x00000C, "Member 'FDayNightGameTimeEvent::bAllowFireOnBeginPlay' has a wrong offset!"); \ static_assert(offsetof(FDayNightGameTimeEvent, bAllowFireOnDiscontinuity) == 0x00000D, "Member 'FDayNightGameTimeEvent::bAllowFireOnDiscontinuity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightLightSkyAtmosphereComputeDirLight \ static_assert(alignof(FDayNightLightSkyAtmosphereComputeDirLight) == 0x000004, "Wrong alignment on FDayNightLightSkyAtmosphereComputeDirLight"); \ static_assert(sizeof(FDayNightLightSkyAtmosphereComputeDirLight) == 0x00004C, "Wrong size on FDayNightLightSkyAtmosphereComputeDirLight"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeDirLight, Direction) == 0x000000, "Member 'FDayNightLightSkyAtmosphereComputeDirLight::Direction' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeDirLight, Color) == 0x00000C, "Member 'FDayNightLightSkyAtmosphereComputeDirLight::Color' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeDirLight, ColorMod) == 0x00001C, "Member 'FDayNightLightSkyAtmosphereComputeDirLight::ColorMod' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeDirLight, Intensity) == 0x00002C, "Member 'FDayNightLightSkyAtmosphereComputeDirLight::Intensity' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeDirLight, SkyIntensityMod) == 0x000030, "Member 'FDayNightLightSkyAtmosphereComputeDirLight::SkyIntensityMod' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeDirLight, AltitudeDegrees) == 0x000034, "Member 'FDayNightLightSkyAtmosphereComputeDirLight::AltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeDirLight, Priority) == 0x000038, "Member 'FDayNightLightSkyAtmosphereComputeDirLight::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightLightSkyAtmosphereComputeDirectionalLightParams \ static_assert(alignof(FDayNightLightSkyAtmosphereComputeDirectionalLightParams) == 0x000004, "Wrong alignment on FDayNightLightSkyAtmosphereComputeDirectionalLightParams"); \ static_assert(sizeof(FDayNightLightSkyAtmosphereComputeDirectionalLightParams) == 0x000030, "Wrong size on FDayNightLightSkyAtmosphereComputeDirectionalLightParams"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeDirectionalLightParams, LightIntensityMod) == 0x000000, "Member 'FDayNightLightSkyAtmosphereComputeDirectionalLightParams::LightIntensityMod' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeDirectionalLightParams, SkyIntensityMod) == 0x000004, "Member 'FDayNightLightSkyAtmosphereComputeDirectionalLightParams::SkyIntensityMod' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeDirectionalLightParams, ColorMod) == 0x000008, "Member 'FDayNightLightSkyAtmosphereComputeDirectionalLightParams::ColorMod' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeDirectionalLightParams, FullColorDegrees) == 0x000018, "Member 'FDayNightLightSkyAtmosphereComputeDirectionalLightParams::FullColorDegrees' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeDirectionalLightParams, NoColorDegrees) == 0x00001C, "Member 'FDayNightLightSkyAtmosphereComputeDirectionalLightParams::NoColorDegrees' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeDirectionalLightParams, FullIntensityDegrees) == 0x000020, "Member 'FDayNightLightSkyAtmosphereComputeDirectionalLightParams::FullIntensityDegrees' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeDirectionalLightParams, MinIntensityDegrees) == 0x000024, "Member 'FDayNightLightSkyAtmosphereComputeDirectionalLightParams::MinIntensityDegrees' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeDirectionalLightParams, StartFadeIntensityDegrees) == 0x000028, "Member 'FDayNightLightSkyAtmosphereComputeDirectionalLightParams::StartFadeIntensityDegrees' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeDirectionalLightParams, EndFadeIntensityDegrees) == 0x00002C, "Member 'FDayNightLightSkyAtmosphereComputeDirectionalLightParams::EndFadeIntensityDegrees' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightLightSkyAtmosphereComputeSampleDirectionParams \ static_assert(alignof(FDayNightLightSkyAtmosphereComputeSampleDirectionParams) == 0x000004, "Wrong alignment on FDayNightLightSkyAtmosphereComputeSampleDirectionParams"); \ static_assert(sizeof(FDayNightLightSkyAtmosphereComputeSampleDirectionParams) == 0x000010, "Wrong size on FDayNightLightSkyAtmosphereComputeSampleDirectionParams"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeSampleDirectionParams, SampleOffsetAltitudeDegrees) == 0x000000, "Member 'FDayNightLightSkyAtmosphereComputeSampleDirectionParams::SampleOffsetAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeSampleDirectionParams, MinimumSampleAltitudeDegrees) == 0x000004, "Member 'FDayNightLightSkyAtmosphereComputeSampleDirectionParams::MinimumSampleAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeSampleDirectionParams, MaximumSampleAltitudeDegrees) == 0x000008, "Member 'FDayNightLightSkyAtmosphereComputeSampleDirectionParams::MaximumSampleAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeSampleDirectionParams, bMirrorLowerHemisphere) == 0x00000C, "Member 'FDayNightLightSkyAtmosphereComputeSampleDirectionParams::bMirrorLowerHemisphere' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeSampleDirectionParams, bUseMinimumSampleAltitudeDegrees) == 0x00000D, "Member 'FDayNightLightSkyAtmosphereComputeSampleDirectionParams::bUseMinimumSampleAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeSampleDirectionParams, bUseMaximumSampleAltitudeDegrees) == 0x00000E, "Member 'FDayNightLightSkyAtmosphereComputeSampleDirectionParams::bUseMaximumSampleAltitudeDegrees' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightLightSkyAtmosphereComputeParams \ static_assert(alignof(FDayNightLightSkyAtmosphereComputeParams) == 0x000004, "Wrong alignment on FDayNightLightSkyAtmosphereComputeParams"); \ static_assert(sizeof(FDayNightLightSkyAtmosphereComputeParams) == 0x000078, "Wrong size on FDayNightLightSkyAtmosphereComputeParams"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeParams, SunParams) == 0x000000, "Member 'FDayNightLightSkyAtmosphereComputeParams::SunParams' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeParams, MoonParams) == 0x000030, "Member 'FDayNightLightSkyAtmosphereComputeParams::MoonParams' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeParams, DirectionParams) == 0x000060, "Member 'FDayNightLightSkyAtmosphereComputeParams::DirectionParams' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeParams, Desaturation) == 0x000070, "Member 'FDayNightLightSkyAtmosphereComputeParams::Desaturation' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightSkyAtmosphereComputeParams, bDesaturateWithOvercast) == 0x000074, "Member 'FDayNightLightSkyAtmosphereComputeParams::bDesaturateWithOvercast' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightLightControllerDirectionalBoost \ static_assert(alignof(FDayNightLightControllerDirectionalBoost) == 0x000004, "Wrong alignment on FDayNightLightControllerDirectionalBoost"); \ static_assert(sizeof(FDayNightLightControllerDirectionalBoost) == 0x00000C, "Wrong size on FDayNightLightControllerDirectionalBoost"); \ static_assert(offsetof(FDayNightLightControllerDirectionalBoost, LightHalfAngleMin) == 0x000000, "Member 'FDayNightLightControllerDirectionalBoost::LightHalfAngleMin' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightControllerDirectionalBoost, LightHalfAngleMax) == 0x000004, "Member 'FDayNightLightControllerDirectionalBoost::LightHalfAngleMax' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightControllerDirectionalBoost, BoostPercentage) == 0x000008, "Member 'FDayNightLightControllerDirectionalBoost::BoostPercentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightCloudSceneLighting \ static_assert(alignof(FDayNightCloudSceneLighting) == 0x000004, "Wrong alignment on FDayNightCloudSceneLighting"); \ static_assert(sizeof(FDayNightCloudSceneLighting) == 0x000028, "Wrong size on FDayNightCloudSceneLighting"); \ static_assert(offsetof(FDayNightCloudSceneLighting, LightDirection) == 0x000000, "Member 'FDayNightCloudSceneLighting::LightDirection' has a wrong offset!"); \ static_assert(offsetof(FDayNightCloudSceneLighting, LightColor) == 0x000001, "Member 'FDayNightCloudSceneLighting::LightColor' has a wrong offset!"); \ static_assert(offsetof(FDayNightCloudSceneLighting, LightIntensity) == 0x000002, "Member 'FDayNightCloudSceneLighting::LightIntensity' has a wrong offset!"); \ static_assert(offsetof(FDayNightCloudSceneLighting, Saturation) == 0x000004, "Member 'FDayNightCloudSceneLighting::Saturation' has a wrong offset!"); \ static_assert(offsetof(FDayNightCloudSceneLighting, ManualLightDirection) == 0x000008, "Member 'FDayNightCloudSceneLighting::ManualLightDirection' has a wrong offset!"); \ static_assert(offsetof(FDayNightCloudSceneLighting, ManualLightColor) == 0x000014, "Member 'FDayNightCloudSceneLighting::ManualLightColor' has a wrong offset!"); \ static_assert(offsetof(FDayNightCloudSceneLighting, ManualLightIntensity) == 0x000024, "Member 'FDayNightCloudSceneLighting::ManualLightIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightLightRigSetup \ static_assert(alignof(FDayNightLightRigSetup) == 0x000008, "Wrong alignment on FDayNightLightRigSetup"); \ static_assert(sizeof(FDayNightLightRigSetup) == 0x0002B8, "Wrong size on FDayNightLightRigSetup"); \ static_assert(offsetof(FDayNightLightRigSetup, DirectionalLight) == 0x000000, "Member 'FDayNightLightRigSetup::DirectionalLight' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigSetup, DirectionalLightShafts) == 0x000024, "Member 'FDayNightLightRigSetup::DirectionalLightShafts' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigSetup, SkyLight) == 0x00004C, "Member 'FDayNightLightRigSetup::SkyLight' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigSetup, SkyLightHemisphere) == 0x00005C, "Member 'FDayNightLightRigSetup::SkyLightHemisphere' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigSetup, SkyAtmosphere) == 0x000098, "Member 'FDayNightLightRigSetup::SkyAtmosphere' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigSetup, CloudLighting) == 0x0001E0, "Member 'FDayNightLightRigSetup::CloudLighting' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigSetup, CloudsAdvanced) == 0x0001F8, "Member 'FDayNightLightRigSetup::CloudsAdvanced' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigSetup, CloudsShadows) == 0x000200, "Member 'FDayNightLightRigSetup::CloudsShadows' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigSetup, CloudsSkyLight) == 0x000214, "Member 'FDayNightLightRigSetup::CloudsSkyLight' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigSetup, CloudSceneLighting) == 0x00023C, "Member 'FDayNightLightRigSetup::CloudSceneLighting' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigSetup, CloudsSceneLight) == 0x000264, "Member 'FDayNightLightRigSetup::CloudsSceneLight' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigSetup, ProbeLightingAdjustments) == 0x000288, "Member 'FDayNightLightRigSetup::ProbeLightingAdjustments' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigSetup, ProbeLightingToneMap) == 0x000298, "Member 'FDayNightLightRigSetup::ProbeLightingToneMap' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigSetup, ProbeContactShadows) == 0x0002A4, "Member 'FDayNightLightRigSetup::ProbeContactShadows' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightLightRigState \ static_assert(alignof(FDayNightLightRigState) == 0x000008, "Wrong alignment on FDayNightLightRigState"); \ static_assert(sizeof(FDayNightLightRigState) == 0x0002C8, "Wrong size on FDayNightLightRigState"); \ static_assert(offsetof(FDayNightLightRigState, Direction) == 0x0002B8, "Member 'FDayNightLightRigState::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightParameterSmoothingTime \ static_assert(alignof(FLightParameterSmoothingTime) == 0x000008, "Wrong alignment on FLightParameterSmoothingTime"); \ static_assert(sizeof(FLightParameterSmoothingTime) == 0x000018, "Wrong size on FLightParameterSmoothingTime"); \ static_assert(offsetof(FLightParameterSmoothingTime, RealTime) == 0x000000, "Member 'FLightParameterSmoothingTime::RealTime' has a wrong offset!"); \ static_assert(offsetof(FLightParameterSmoothingTime, TimeOfDay) == 0x000008, "Member 'FLightParameterSmoothingTime::TimeOfDay' has a wrong offset!"); \ static_assert(offsetof(FLightParameterSmoothingTime, NormalizedTime) == 0x000010, "Member 'FLightParameterSmoothingTime::NormalizedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightLightRigResults \ static_assert(alignof(FDayNightLightRigResults) == 0x000008, "Wrong alignment on FDayNightLightRigResults"); \ static_assert(sizeof(FDayNightLightRigResults) == 0x0008A8, "Wrong size on FDayNightLightRigResults"); \ static_assert(offsetof(FDayNightLightRigResults, ActiveLight) == 0x000000, "Member 'FDayNightLightRigResults::ActiveLight' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigResults, Sunlight) == 0x0002C8, "Member 'FDayNightLightRigResults::Sunlight' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigResults, MoonLight) == 0x000590, "Member 'FDayNightLightRigResults::MoonLight' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigResults, Night0Day1) == 0x000858, "Member 'FDayNightLightRigResults::Night0Day1' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigResults, SunLightInfluence) == 0x00085C, "Member 'FDayNightLightRigResults::SunLightInfluence' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigResults, MoonLightInfluence) == 0x000860, "Member 'FDayNightLightRigResults::MoonLightInfluence' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigResults, LightSource) == 0x000864, "Member 'FDayNightLightRigResults::LightSource' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigResults, Time) == 0x000868, "Member 'FDayNightLightRigResults::Time' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigResults, BlendOps) == 0x000880, "Member 'FDayNightLightRigResults::BlendOps' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigResults, SunAltitudeDegrees) == 0x000884, "Member 'FDayNightLightRigResults::SunAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigResults, MoonAltitudeDegrees) == 0x000888, "Member 'FDayNightLightRigResults::MoonAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigResults, NormalizedTime) == 0x00088C, "Member 'FDayNightLightRigResults::NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigResults, bUsingSecondaryDirectionalLight) == 0x000890, "Member 'FDayNightLightRigResults::bUsingSecondaryDirectionalLight' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigResults, DebugModReport) == 0x000898, "Member 'FDayNightLightRigResults::DebugModReport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNightLightRigLerpParameterAtlas \ static_assert(alignof(FNightLightRigLerpParameterAtlas) == 0x000008, "Wrong alignment on FNightLightRigLerpParameterAtlas"); \ static_assert(sizeof(FNightLightRigLerpParameterAtlas) == 0x000098, "Wrong size on FNightLightRigLerpParameterAtlas"); \ static_assert(offsetof(FNightLightRigLerpParameterAtlas, LerpAtlas) == 0x000000, "Member 'FNightLightRigLerpParameterAtlas::LerpAtlas' has a wrong offset!"); \ static_assert(offsetof(FNightLightRigLerpParameterAtlas, LerpT) == 0x000090, "Member 'FNightLightRigLerpParameterAtlas::LerpT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightProbeCaptureTimeInterval \ static_assert(alignof(FLightProbeCaptureTimeInterval) == 0x000008, "Wrong alignment on FLightProbeCaptureTimeInterval"); \ static_assert(sizeof(FLightProbeCaptureTimeInterval) == 0x0000A0, "Wrong size on FLightProbeCaptureTimeInterval"); \ static_assert(offsetof(FLightProbeCaptureTimeInterval, CaptureDateTime) == 0x000000, "Member 'FLightProbeCaptureTimeInterval::CaptureDateTime' has a wrong offset!"); \ static_assert(offsetof(FLightProbeCaptureTimeInterval, NormalizedStartTime) == 0x000008, "Member 'FLightProbeCaptureTimeInterval::NormalizedStartTime' has a wrong offset!"); \ static_assert(offsetof(FLightProbeCaptureTimeInterval, DurationHours) == 0x00000C, "Member 'FLightProbeCaptureTimeInterval::DurationHours' has a wrong offset!"); \ static_assert(offsetof(FLightProbeCaptureTimeInterval, TimeLerpCurve) == 0x000010, "Member 'FLightProbeCaptureTimeInterval::TimeLerpCurve' has a wrong offset!"); \ static_assert(offsetof(FLightProbeCaptureTimeInterval, bFlipTimeLerpCurveT) == 0x000098, "Member 'FLightProbeCaptureTimeInterval::bFlipTimeLerpCurveT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirLightPseudoFadeCustomBlendableInterval \ static_assert(alignof(FDirLightPseudoFadeCustomBlendableInterval) == 0x000008, "Wrong alignment on FDirLightPseudoFadeCustomBlendableInterval"); \ static_assert(sizeof(FDirLightPseudoFadeCustomBlendableInterval) == 0x000040, "Wrong size on FDirLightPseudoFadeCustomBlendableInterval"); \ static_assert(offsetof(FDirLightPseudoFadeCustomBlendableInterval, StartTime) == 0x000000, "Member 'FDirLightPseudoFadeCustomBlendableInterval::StartTime' has a wrong offset!"); \ static_assert(offsetof(FDirLightPseudoFadeCustomBlendableInterval, EndTime) == 0x000010, "Member 'FDirLightPseudoFadeCustomBlendableInterval::EndTime' has a wrong offset!"); \ static_assert(offsetof(FDirLightPseudoFadeCustomBlendableInterval, FadeTime) == 0x000020, "Member 'FDirLightPseudoFadeCustomBlendableInterval::FadeTime' has a wrong offset!"); \ static_assert(offsetof(FDirLightPseudoFadeCustomBlendableInterval, Disabled) == 0x000030, "Member 'FDirLightPseudoFadeCustomBlendableInterval::Disabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirLightPseudoFadeTimeInterval \ static_assert(alignof(FDirLightPseudoFadeTimeInterval) == 0x000004, "Wrong alignment on FDirLightPseudoFadeTimeInterval"); \ static_assert(sizeof(FDirLightPseudoFadeTimeInterval) == 0x00001C, "Wrong size on FDirLightPseudoFadeTimeInterval"); \ static_assert(offsetof(FDirLightPseudoFadeTimeInterval, StartTime) == 0x000000, "Member 'FDirLightPseudoFadeTimeInterval::StartTime' has a wrong offset!"); \ static_assert(offsetof(FDirLightPseudoFadeTimeInterval, EndTime) == 0x00000C, "Member 'FDirLightPseudoFadeTimeInterval::EndTime' has a wrong offset!"); \ static_assert(offsetof(FDirLightPseudoFadeTimeInterval, FadeTimeHours) == 0x000018, "Member 'FDirLightPseudoFadeTimeInterval::FadeTimeHours' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightLightRigStateWithTime \ static_assert(alignof(FDayNightLightRigStateWithTime) == 0x000008, "Wrong alignment on FDayNightLightRigStateWithTime"); \ static_assert(sizeof(FDayNightLightRigStateWithTime) == 0x0002E0, "Wrong size on FDayNightLightRigStateWithTime"); \ static_assert(offsetof(FDayNightLightRigStateWithTime, Time) == 0x0002C8, "Member 'FDayNightLightRigStateWithTime::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightParameterSmoothingDeltaTime \ static_assert(alignof(FLightParameterSmoothingDeltaTime) == 0x000004, "Wrong alignment on FLightParameterSmoothingDeltaTime"); \ static_assert(sizeof(FLightParameterSmoothingDeltaTime) == 0x00000C, "Wrong size on FLightParameterSmoothingDeltaTime"); \ static_assert(offsetof(FLightParameterSmoothingDeltaTime, DeltaRealTimeSeconds) == 0x000000, "Member 'FLightParameterSmoothingDeltaTime::DeltaRealTimeSeconds' has a wrong offset!"); \ static_assert(offsetof(FLightParameterSmoothingDeltaTime, DeltaTimeOfDayHours) == 0x000004, "Member 'FLightParameterSmoothingDeltaTime::DeltaTimeOfDayHours' has a wrong offset!"); \ static_assert(offsetof(FLightParameterSmoothingDeltaTime, DeltaNormalizedTimeHours) == 0x000008, "Member 'FLightParameterSmoothingDeltaTime::DeltaNormalizedTimeHours' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeSourceSlotSetupTime \ static_assert(alignof(FTimeSourceSlotSetupTime) == 0x000004, "Wrong alignment on FTimeSourceSlotSetupTime"); \ static_assert(sizeof(FTimeSourceSlotSetupTime) == 0x000014, "Wrong size on FTimeSourceSlotSetupTime"); \ static_assert(offsetof(FTimeSourceSlotSetupTime, Name) == 0x000000, "Member 'FTimeSourceSlotSetupTime::Name' has a wrong offset!"); \ static_assert(offsetof(FTimeSourceSlotSetupTime, Time) == 0x000008, "Member 'FTimeSourceSlotSetupTime::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightParameterSmoothingDiscontinuitySettings \ static_assert(alignof(FLightParameterSmoothingDiscontinuitySettings) == 0x000004, "Wrong alignment on FLightParameterSmoothingDiscontinuitySettings"); \ static_assert(sizeof(FLightParameterSmoothingDiscontinuitySettings) == 0x00000C, "Wrong size on FLightParameterSmoothingDiscontinuitySettings"); \ static_assert(offsetof(FLightParameterSmoothingDiscontinuitySettings, MaxDeltaRealTimeSeconds) == 0x000000, "Member 'FLightParameterSmoothingDiscontinuitySettings::MaxDeltaRealTimeSeconds' has a wrong offset!"); \ static_assert(offsetof(FLightParameterSmoothingDiscontinuitySettings, MaxDeltaTimeOfDayHours) == 0x000004, "Member 'FLightParameterSmoothingDiscontinuitySettings::MaxDeltaTimeOfDayHours' has a wrong offset!"); \ static_assert(offsetof(FLightParameterSmoothingDiscontinuitySettings, MaxDeltaNormalizedTimeHours) == 0x000008, "Member 'FLightParameterSmoothingDiscontinuitySettings::MaxDeltaNormalizedTimeHours' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightCloudSceneLightingOverride \ static_assert(alignof(FDayNightCloudSceneLightingOverride) == 0x000004, "Wrong alignment on FDayNightCloudSceneLightingOverride"); \ static_assert(sizeof(FDayNightCloudSceneLightingOverride) == 0x00002C, "Wrong size on FDayNightCloudSceneLightingOverride"); \ static_assert(offsetof(FDayNightCloudSceneLightingOverride, LightDirection) == 0x000000, "Member 'FDayNightCloudSceneLightingOverride::LightDirection' has a wrong offset!"); \ static_assert(offsetof(FDayNightCloudSceneLightingOverride, LightColor) == 0x000001, "Member 'FDayNightCloudSceneLightingOverride::LightColor' has a wrong offset!"); \ static_assert(offsetof(FDayNightCloudSceneLightingOverride, LightIntensity) == 0x000002, "Member 'FDayNightCloudSceneLightingOverride::LightIntensity' has a wrong offset!"); \ static_assert(offsetof(FDayNightCloudSceneLightingOverride, Saturation) == 0x000004, "Member 'FDayNightCloudSceneLightingOverride::Saturation' has a wrong offset!"); \ static_assert(offsetof(FDayNightCloudSceneLightingOverride, ManualLightDirection) == 0x000008, "Member 'FDayNightCloudSceneLightingOverride::ManualLightDirection' has a wrong offset!"); \ static_assert(offsetof(FDayNightCloudSceneLightingOverride, ManualLightColor) == 0x000014, "Member 'FDayNightCloudSceneLightingOverride::ManualLightColor' has a wrong offset!"); \ static_assert(offsetof(FDayNightCloudSceneLightingOverride, ManualLightIntensity) == 0x000024, "Member 'FDayNightCloudSceneLightingOverride::ManualLightIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightLightRigOverride \ static_assert(alignof(FDayNightLightRigOverride) == 0x000008, "Wrong alignment on FDayNightLightRigOverride"); \ static_assert(sizeof(FDayNightLightRigOverride) == 0x0002F0, "Wrong size on FDayNightLightRigOverride"); \ static_assert(offsetof(FDayNightLightRigOverride, DirectionalLight) == 0x000000, "Member 'FDayNightLightRigOverride::DirectionalLight' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigOverride, DirectionalLightShafts) == 0x000028, "Member 'FDayNightLightRigOverride::DirectionalLightShafts' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigOverride, SkyLight) == 0x000050, "Member 'FDayNightLightRigOverride::SkyLight' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigOverride, SkyLightHemisphere) == 0x000064, "Member 'FDayNightLightRigOverride::SkyLightHemisphere' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigOverride, SkyAtmosphere) == 0x0000A0, "Member 'FDayNightLightRigOverride::SkyAtmosphere' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigOverride, CloudLighting) == 0x000218, "Member 'FDayNightLightRigOverride::CloudLighting' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigOverride, CloudsAdvanced) == 0x00022C, "Member 'FDayNightLightRigOverride::CloudsAdvanced' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigOverride, CloudsShadows) == 0x00023C, "Member 'FDayNightLightRigOverride::CloudsShadows' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigOverride, CloudsSkyLight) == 0x000254, "Member 'FDayNightLightRigOverride::CloudsSkyLight' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigOverride, CloudSceneLighting) == 0x000284, "Member 'FDayNightLightRigOverride::CloudSceneLighting' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigOverride, ProbeLightingAdjustments) == 0x0002B0, "Member 'FDayNightLightRigOverride::ProbeLightingAdjustments' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigOverride, ProbeLightingToneMap) == 0x0002C4, "Member 'FDayNightLightRigOverride::ProbeLightingToneMap' has a wrong offset!"); \ static_assert(offsetof(FDayNightLightRigOverride, ProbeContactShadows) == 0x0002D4, "Member 'FDayNightLightRigOverride::ProbeContactShadows' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightMasterComputeOnlyPerLevel \ static_assert(alignof(FDayNightMasterComputeOnlyPerLevel) == 0x000008, "Wrong alignment on FDayNightMasterComputeOnlyPerLevel"); \ static_assert(sizeof(FDayNightMasterComputeOnlyPerLevel) == 0x000028, "Wrong size on FDayNightMasterComputeOnlyPerLevel"); \ static_assert(offsetof(FDayNightMasterComputeOnlyPerLevel, Level) == 0x000000, "Member 'FDayNightMasterComputeOnlyPerLevel::Level' has a wrong offset!"); \ static_assert(offsetof(FDayNightMasterComputeOnlyPerLevel, LevelPartialMatch) == 0x000008, "Member 'FDayNightMasterComputeOnlyPerLevel::LevelPartialMatch' has a wrong offset!"); \ static_assert(offsetof(FDayNightMasterComputeOnlyPerLevel, ComputeDefault) == 0x000018, "Member 'FDayNightMasterComputeOnlyPerLevel::ComputeDefault' has a wrong offset!"); \ static_assert(offsetof(FDayNightMasterComputeOnlyPerLevel, bUseSubString) == 0x000020, "Member 'FDayNightMasterComputeOnlyPerLevel::bUseSubString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightCompassParams \ static_assert(alignof(FDayNightCompassParams) == 0x000004, "Wrong alignment on FDayNightCompassParams"); \ static_assert(sizeof(FDayNightCompassParams) == 0x000010, "Wrong size on FDayNightCompassParams"); \ static_assert(offsetof(FDayNightCompassParams, RadiusMeters) == 0x000000, "Member 'FDayNightCompassParams::RadiusMeters' has a wrong offset!"); \ static_assert(offsetof(FDayNightCompassParams, Scale) == 0x000004, "Member 'FDayNightCompassParams::Scale' has a wrong offset!"); \ static_assert(offsetof(FDayNightCompassParams, OffsetMeters) == 0x000008, "Member 'FDayNightCompassParams::OffsetMeters' has a wrong offset!"); \ static_assert(offsetof(FDayNightCompassParams, WorldAzimuthOffsetDegrees) == 0x00000C, "Member 'FDayNightCompassParams::WorldAzimuthOffsetDegrees' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUberExposureColorGradingValues \ static_assert(alignof(FUberExposureColorGradingValues) == 0x000008, "Wrong alignment on FUberExposureColorGradingValues"); \ static_assert(sizeof(FUberExposureColorGradingValues) == 0x000050, "Wrong size on FUberExposureColorGradingValues"); \ static_assert(offsetof(FUberExposureColorGradingValues, ColorSaturationValue) == 0x000000, "Member 'FUberExposureColorGradingValues::ColorSaturationValue' has a wrong offset!"); \ static_assert(offsetof(FUberExposureColorGradingValues, ColorContrastValue) == 0x000010, "Member 'FUberExposureColorGradingValues::ColorContrastValue' has a wrong offset!"); \ static_assert(offsetof(FUberExposureColorGradingValues, ColorGammaValue) == 0x000020, "Member 'FUberExposureColorGradingValues::ColorGammaValue' has a wrong offset!"); \ static_assert(offsetof(FUberExposureColorGradingValues, ColorGainValue) == 0x000030, "Member 'FUberExposureColorGradingValues::ColorGainValue' has a wrong offset!"); \ static_assert(offsetof(FUberExposureColorGradingValues, ColorOffsetValue) == 0x000040, "Member 'FUberExposureColorGradingValues::ColorOffsetValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUberExposureColorGradingHighlightsValues \ static_assert(alignof(FUberExposureColorGradingHighlightsValues) == 0x000008, "Wrong alignment on FUberExposureColorGradingHighlightsValues"); \ static_assert(sizeof(FUberExposureColorGradingHighlightsValues) == 0x000060, "Wrong size on FUberExposureColorGradingHighlightsValues"); \ static_assert(offsetof(FUberExposureColorGradingHighlightsValues, HighlightsMinValue) == 0x000050, "Member 'FUberExposureColorGradingHighlightsValues::HighlightsMinValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUberExposureColorGradingMidtonesValues \ static_assert(alignof(FUberExposureColorGradingMidtonesValues) == 0x000008, "Wrong alignment on FUberExposureColorGradingMidtonesValues"); \ static_assert(sizeof(FUberExposureColorGradingMidtonesValues) == 0x000050, "Wrong size on FUberExposureColorGradingMidtonesValues"); \ #define DUMPER7_ASSERTS_FUberExposureColorGradingShadowsValues \ static_assert(alignof(FUberExposureColorGradingShadowsValues) == 0x000008, "Wrong alignment on FUberExposureColorGradingShadowsValues"); \ static_assert(sizeof(FUberExposureColorGradingShadowsValues) == 0x000060, "Wrong size on FUberExposureColorGradingShadowsValues"); \ static_assert(offsetof(FUberExposureColorGradingShadowsValues, ShadowsMaxValue) == 0x000050, "Member 'FUberExposureColorGradingShadowsValues::ShadowsMaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUberExposureColorGradingGlobalValues \ static_assert(alignof(FUberExposureColorGradingGlobalValues) == 0x000008, "Wrong alignment on FUberExposureColorGradingGlobalValues"); \ static_assert(sizeof(FUberExposureColorGradingGlobalValues) == 0x000050, "Wrong size on FUberExposureColorGradingGlobalValues"); \ #define DUMPER7_ASSERTS_FUberExposureColorGrading \ static_assert(alignof(FUberExposureColorGrading) == 0x000008, "Wrong alignment on FUberExposureColorGrading"); \ static_assert(sizeof(FUberExposureColorGrading) == 0x000030, "Wrong size on FUberExposureColorGrading"); \ static_assert(offsetof(FUberExposureColorGrading, ColorSaturation) == 0x000008, "Member 'FUberExposureColorGrading::ColorSaturation' has a wrong offset!"); \ static_assert(offsetof(FUberExposureColorGrading, ColorContrast) == 0x000010, "Member 'FUberExposureColorGrading::ColorContrast' has a wrong offset!"); \ static_assert(offsetof(FUberExposureColorGrading, ColorGamma) == 0x000018, "Member 'FUberExposureColorGrading::ColorGamma' has a wrong offset!"); \ static_assert(offsetof(FUberExposureColorGrading, ColorGain) == 0x000020, "Member 'FUberExposureColorGrading::ColorGain' has a wrong offset!"); \ static_assert(offsetof(FUberExposureColorGrading, ColorOffset) == 0x000028, "Member 'FUberExposureColorGrading::ColorOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUberExposureColorGradingHighlights \ static_assert(alignof(FUberExposureColorGradingHighlights) == 0x000008, "Wrong alignment on FUberExposureColorGradingHighlights"); \ static_assert(sizeof(FUberExposureColorGradingHighlights) == 0x000040, "Wrong size on FUberExposureColorGradingHighlights"); \ static_assert(offsetof(FUberExposureColorGradingHighlights, HighlightsMin) == 0x000038, "Member 'FUberExposureColorGradingHighlights::HighlightsMin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUberExposureColorGradingMidtones \ static_assert(alignof(FUberExposureColorGradingMidtones) == 0x000008, "Wrong alignment on FUberExposureColorGradingMidtones"); \ static_assert(sizeof(FUberExposureColorGradingMidtones) == 0x000030, "Wrong size on FUberExposureColorGradingMidtones"); \ #define DUMPER7_ASSERTS_FUberExposureColorGradingShadows \ static_assert(alignof(FUberExposureColorGradingShadows) == 0x000008, "Wrong alignment on FUberExposureColorGradingShadows"); \ static_assert(sizeof(FUberExposureColorGradingShadows) == 0x000040, "Wrong size on FUberExposureColorGradingShadows"); \ static_assert(offsetof(FUberExposureColorGradingShadows, ShadowsMax) == 0x000038, "Member 'FUberExposureColorGradingShadows::ShadowsMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUberExposureColorGradingGlobal \ static_assert(alignof(FUberExposureColorGradingGlobal) == 0x000008, "Wrong alignment on FUberExposureColorGradingGlobal"); \ static_assert(sizeof(FUberExposureColorGradingGlobal) == 0x000030, "Wrong size on FUberExposureColorGradingGlobal"); \ #define DUMPER7_ASSERTS_FTimeOverrides \ static_assert(alignof(FTimeOverrides) == 0x000008, "Wrong alignment on FTimeOverrides"); \ static_assert(sizeof(FTimeOverrides) == 0x000010, "Wrong size on FTimeOverrides"); \ static_assert(offsetof(FTimeOverrides, TimeOverrides) == 0x000000, "Member 'FTimeOverrides::TimeOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyStateOverrides \ static_assert(alignof(FSkyStateOverrides) == 0x000008, "Wrong alignment on FSkyStateOverrides"); \ static_assert(sizeof(FSkyStateOverrides) == 0x000010, "Wrong size on FSkyStateOverrides"); \ static_assert(offsetof(FSkyStateOverrides, SkyStateOverrides) == 0x000000, "Member 'FSkyStateOverrides::SkyStateOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDayNightWorldInfo \ static_assert(alignof(FDayNightWorldInfo) == 0x000008, "Wrong alignment on FDayNightWorldInfo"); \ static_assert(sizeof(FDayNightWorldInfo) == 0x000280, "Wrong size on FDayNightWorldInfo"); \ static_assert(offsetof(FDayNightWorldInfo, LevelDefaultBasis) == 0x000000, "Member 'FDayNightWorldInfo::LevelDefaultBasis' has a wrong offset!"); \ static_assert(offsetof(FDayNightWorldInfo, ForceBasis) == 0x000008, "Member 'FDayNightWorldInfo::ForceBasis' has a wrong offset!"); \ static_assert(offsetof(FDayNightWorldInfo, OverrideBasis) == 0x000010, "Member 'FDayNightWorldInfo::OverrideBasis' has a wrong offset!"); \ static_assert(offsetof(FDayNightWorldInfo, Master) == 0x000018, "Member 'FDayNightWorldInfo::Master' has a wrong offset!"); \ static_assert(offsetof(FDayNightWorldInfo, DayNightOverrides) == 0x000038, "Member 'FDayNightWorldInfo::DayNightOverrides' has a wrong offset!"); \ static_assert(offsetof(FDayNightWorldInfo, BasisOverrides) == 0x000048, "Member 'FDayNightWorldInfo::BasisOverrides' has a wrong offset!"); \ static_assert(offsetof(FDayNightWorldInfo, LightControllers) == 0x000058, "Member 'FDayNightWorldInfo::LightControllers' has a wrong offset!"); \ static_assert(offsetof(FDayNightWorldInfo, TimeOverrides) == 0x0000A8, "Member 'FDayNightWorldInfo::TimeOverrides' has a wrong offset!"); \ static_assert(offsetof(FDayNightWorldInfo, SkyStateOverrides) == 0x0000B8, "Member 'FDayNightWorldInfo::SkyStateOverrides' has a wrong offset!"); \ static_assert(offsetof(FDayNightWorldInfo, EventSystem) == 0x0000C8, "Member 'FDayNightWorldInfo::EventSystem' has a wrong offset!"); \ static_assert(offsetof(FDayNightWorldInfo, bEventSystemReset) == 0x000278, "Member 'FDayNightWorldInfo::bEventSystemReset' has a wrong offset!"); \ static_assert(offsetof(FDayNightWorldInfo, bMissingComputeMasterTemplate) == 0x000279, "Member 'FDayNightWorldInfo::bMissingComputeMasterTemplate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEarthShadow \ static_assert(alignof(FEarthShadow) == 0x000008, "Wrong alignment on FEarthShadow"); \ static_assert(sizeof(FEarthShadow) == 0x000020, "Wrong size on FEarthShadow"); \ static_assert(offsetof(FEarthShadow, MeshComponent) == 0x000000, "Member 'FEarthShadow::MeshComponent' has a wrong offset!"); \ static_assert(offsetof(FEarthShadow, Mesh) == 0x000008, "Member 'FEarthShadow::Mesh' has a wrong offset!"); \ static_assert(offsetof(FEarthShadow, ZOffsetMeters) == 0x000010, "Member 'FEarthShadow::ZOffsetMeters' has a wrong offset!"); \ static_assert(offsetof(FEarthShadow, ScaleXY) == 0x000014, "Member 'FEarthShadow::ScaleXY' has a wrong offset!"); \ static_assert(offsetof(FEarthShadow, bZOffsetRelativeToWorldMinZ) == 0x000018, "Member 'FEarthShadow::bZOffsetRelativeToWorldMinZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAzimuthAltitude \ static_assert(alignof(FAzimuthAltitude) == 0x000004, "Wrong alignment on FAzimuthAltitude"); \ static_assert(sizeof(FAzimuthAltitude) == 0x000008, "Wrong size on FAzimuthAltitude"); \ static_assert(offsetof(FAzimuthAltitude, Azimuth) == 0x000000, "Member 'FAzimuthAltitude::Azimuth' has a wrong offset!"); \ static_assert(offsetof(FAzimuthAltitude, Altitude) == 0x000004, "Member 'FAzimuthAltitude::Altitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAziAltTime \ static_assert(alignof(FAziAltTime) == 0x000008, "Wrong alignment on FAziAltTime"); \ static_assert(sizeof(FAziAltTime) == 0x000010, "Wrong size on FAziAltTime"); \ static_assert(offsetof(FAziAltTime, AziAlt) == 0x000000, "Member 'FAziAltTime::AziAlt' has a wrong offset!"); \ static_assert(offsetof(FAziAltTime, DateTime) == 0x000008, "Member 'FAziAltTime::DateTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEphemerisDayInfo \ static_assert(alignof(FEphemerisDayInfo) == 0x000008, "Wrong alignment on FEphemerisDayInfo"); \ static_assert(sizeof(FEphemerisDayInfo) == 0x000078, "Wrong size on FEphemerisDayInfo"); \ static_assert(offsetof(FEphemerisDayInfo, Date) == 0x000000, "Member 'FEphemerisDayInfo::Date' has a wrong offset!"); \ static_assert(offsetof(FEphemerisDayInfo, SunRise) == 0x000008, "Member 'FEphemerisDayInfo::SunRise' has a wrong offset!"); \ static_assert(offsetof(FEphemerisDayInfo, SunSet) == 0x000018, "Member 'FEphemerisDayInfo::SunSet' has a wrong offset!"); \ static_assert(offsetof(FEphemerisDayInfo, SolarTransit) == 0x000028, "Member 'FEphemerisDayInfo::SolarTransit' has a wrong offset!"); \ static_assert(offsetof(FEphemerisDayInfo, SolarMidnight) == 0x000038, "Member 'FEphemerisDayInfo::SolarMidnight' has a wrong offset!"); \ static_assert(offsetof(FEphemerisDayInfo, DayLength) == 0x000048, "Member 'FEphemerisDayInfo::DayLength' has a wrong offset!"); \ static_assert(offsetof(FEphemerisDayInfo, SunRiseTime) == 0x000050, "Member 'FEphemerisDayInfo::SunRiseTime' has a wrong offset!"); \ static_assert(offsetof(FEphemerisDayInfo, SunSetTime) == 0x000058, "Member 'FEphemerisDayInfo::SunSetTime' has a wrong offset!"); \ static_assert(offsetof(FEphemerisDayInfo, SolarTransitTime) == 0x000060, "Member 'FEphemerisDayInfo::SolarTransitTime' has a wrong offset!"); \ static_assert(offsetof(FEphemerisDayInfo, SolarMidnightTime) == 0x000068, "Member 'FEphemerisDayInfo::SolarMidnightTime' has a wrong offset!"); \ static_assert(offsetof(FEphemerisDayInfo, bSunRiseValid) == 0x000070, "Member 'FEphemerisDayInfo::bSunRiseValid' has a wrong offset!"); \ static_assert(offsetof(FEphemerisDayInfo, bSunSetValid) == 0x000071, "Member 'FEphemerisDayInfo::bSunSetValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEphemerisComputer \ static_assert(alignof(FEphemerisComputer) == 0x000008, "Wrong alignment on FEphemerisComputer"); \ static_assert(sizeof(FEphemerisComputer) == 0x000148, "Wrong size on FEphemerisComputer"); \ static_assert(offsetof(FEphemerisComputer, AstronomicalDayInfo) == 0x000000, "Member 'FEphemerisComputer::AstronomicalDayInfo' has a wrong offset!"); \ static_assert(offsetof(FEphemerisComputer, DayInfo) == 0x000078, "Member 'FEphemerisComputer::DayInfo' has a wrong offset!"); \ static_assert(offsetof(FEphemerisComputer, Basis) == 0x0000F0, "Member 'FEphemerisComputer::Basis' has a wrong offset!"); \ static_assert(offsetof(FEphemerisComputer, SubroutineData) == 0x0000F8, "Member 'FEphemerisComputer::SubroutineData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSolarNormalizedTime \ static_assert(alignof(FSolarNormalizedTime) == 0x000004, "Wrong alignment on FSolarNormalizedTime"); \ static_assert(sizeof(FSolarNormalizedTime) == 0x000004, "Wrong size on FSolarNormalizedTime"); \ static_assert(offsetof(FSolarNormalizedTime, NormalizedTime) == 0x000000, "Member 'FSolarNormalizedTime::NormalizedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTopographicDirection \ static_assert(alignof(FTopographicDirection) == 0x000004, "Wrong alignment on FTopographicDirection"); \ static_assert(sizeof(FTopographicDirection) == 0x000014, "Wrong size on FTopographicDirection"); \ static_assert(offsetof(FTopographicDirection, Direction) == 0x000000, "Member 'FTopographicDirection::Direction' has a wrong offset!"); \ static_assert(offsetof(FTopographicDirection, AzimuthDegrees) == 0x00000C, "Member 'FTopographicDirection::AzimuthDegrees' has a wrong offset!"); \ static_assert(offsetof(FTopographicDirection, AltitudeDegrees) == 0x000010, "Member 'FTopographicDirection::AltitudeDegrees' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEphemeralSunState \ static_assert(alignof(FEphemeralSunState) == 0x000004, "Wrong alignment on FEphemeralSunState"); \ static_assert(sizeof(FEphemeralSunState) == 0x00001C, "Wrong size on FEphemeralSunState"); \ static_assert(offsetof(FEphemeralSunState, DiskScale) == 0x000014, "Member 'FEphemeralSunState::DiskScale' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSunState, Visibility) == 0x000018, "Member 'FEphemeralSunState::Visibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEphemeralMoonState \ static_assert(alignof(FEphemeralMoonState) == 0x000004, "Wrong alignment on FEphemeralMoonState"); \ static_assert(sizeof(FEphemeralMoonState) == 0x000060, "Wrong size on FEphemeralMoonState"); \ static_assert(offsetof(FEphemeralMoonState, Up) == 0x000014, "Member 'FEphemeralMoonState::Up' has a wrong offset!"); \ static_assert(offsetof(FEphemeralMoonState, Right) == 0x000020, "Member 'FEphemeralMoonState::Right' has a wrong offset!"); \ static_assert(offsetof(FEphemeralMoonState, LocalSunLight) == 0x00002C, "Member 'FEphemeralMoonState::LocalSunLight' has a wrong offset!"); \ static_assert(offsetof(FEphemeralMoonState, UnitSize) == 0x000038, "Member 'FEphemeralMoonState::UnitSize' has a wrong offset!"); \ static_assert(offsetof(FEphemeralMoonState, Phase) == 0x00003C, "Member 'FEphemeralMoonState::Phase' has a wrong offset!"); \ static_assert(offsetof(FEphemeralMoonState, DiskPhase) == 0x000040, "Member 'FEphemeralMoonState::DiskPhase' has a wrong offset!"); \ static_assert(offsetof(FEphemeralMoonState, PhaseName) == 0x000044, "Member 'FEphemeralMoonState::PhaseName' has a wrong offset!"); \ static_assert(offsetof(FEphemeralMoonState, Blood) == 0x000048, "Member 'FEphemeralMoonState::Blood' has a wrong offset!"); \ static_assert(offsetof(FEphemeralMoonState, MoonPeriodDaysOverride) == 0x00004C, "Member 'FEphemeralMoonState::MoonPeriodDaysOverride' has a wrong offset!"); \ static_assert(offsetof(FEphemeralMoonState, DiskScale) == 0x000050, "Member 'FEphemeralMoonState::DiskScale' has a wrong offset!"); \ static_assert(offsetof(FEphemeralMoonState, AboveHorizon) == 0x000054, "Member 'FEphemeralMoonState::AboveHorizon' has a wrong offset!"); \ static_assert(offsetof(FEphemeralMoonState, Visibility) == 0x000058, "Member 'FEphemeralMoonState::Visibility' has a wrong offset!"); \ static_assert(offsetof(FEphemeralMoonState, SunAngleDegrees) == 0x00005C, "Member 'FEphemeralMoonState::SunAngleDegrees' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEphemeralPlanetState \ static_assert(alignof(FEphemeralPlanetState) == 0x000004, "Wrong alignment on FEphemeralPlanetState"); \ static_assert(sizeof(FEphemeralPlanetState) == 0x00001C, "Wrong size on FEphemeralPlanetState"); \ static_assert(offsetof(FEphemeralPlanetState, SunLighting) == 0x000014, "Member 'FEphemeralPlanetState::SunLighting' has a wrong offset!"); \ static_assert(offsetof(FEphemeralPlanetState, SunAngleDegrees) == 0x000018, "Member 'FEphemeralPlanetState::SunAngleDegrees' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEphemeralCelestialSphereState \ static_assert(alignof(FEphemeralCelestialSphereState) == 0x000010, "Wrong alignment on FEphemeralCelestialSphereState"); \ static_assert(sizeof(FEphemeralCelestialSphereState) == 0x000020, "Wrong size on FEphemeralCelestialSphereState"); \ static_assert(offsetof(FEphemeralCelestialSphereState, Rotator) == 0x000000, "Member 'FEphemeralCelestialSphereState::Rotator' has a wrong offset!"); \ static_assert(offsetof(FEphemeralCelestialSphereState, Rotation) == 0x000010, "Member 'FEphemeralCelestialSphereState::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEphemeralSkyState \ static_assert(alignof(FEphemeralSkyState) == 0x000010, "Wrong alignment on FEphemeralSkyState"); \ static_assert(sizeof(FEphemeralSkyState) == 0x000190, "Wrong size on FEphemeralSkyState"); \ static_assert(offsetof(FEphemeralSkyState, Basis) == 0x000000, "Member 'FEphemeralSkyState::Basis' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, DateTime) == 0x000008, "Member 'FEphemeralSkyState::DateTime' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, Sun) == 0x000010, "Member 'FEphemeralSkyState::Sun' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, Sunlight) == 0x00002C, "Member 'FEphemeralSkyState::Sunlight' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, SunDisk) == 0x000040, "Member 'FEphemeralSkyState::SunDisk' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, OverrideSunDateTime) == 0x000058, "Member 'FEphemeralSkyState::OverrideSunDateTime' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, NormalizedTime) == 0x000060, "Member 'FEphemeralSkyState::NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, Moon) == 0x000064, "Member 'FEphemeralSkyState::Moon' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, MoonLight) == 0x0000C4, "Member 'FEphemeralSkyState::MoonLight' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, Venus) == 0x0000D8, "Member 'FEphemeralSkyState::Venus' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, Mars) == 0x0000F4, "Member 'FEphemeralSkyState::Mars' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, Jupiter) == 0x000110, "Member 'FEphemeralSkyState::Jupiter' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, Saturn) == 0x00012C, "Member 'FEphemeralSkyState::Saturn' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, CelestialSphere) == 0x000150, "Member 'FEphemeralSkyState::CelestialSphere' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, NightDayNegOneToOne) == 0x000170, "Member 'FEphemeralSkyState::NightDayNegOneToOne' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, NightDayLerp) == 0x000174, "Member 'FEphemeralSkyState::NightDayLerp' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, NightLerp) == 0x000178, "Member 'FEphemeralSkyState::NightLerp' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, DayLerp) == 0x00017C, "Member 'FEphemeralSkyState::DayLerp' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, NightSkyStrength) == 0x000180, "Member 'FEphemeralSkyState::NightSkyStrength' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, bTimeLerped) == 0x000184, "Member 'FEphemeralSkyState::bTimeLerped' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, bNormalizedTimeValid) == 0x000185, "Member 'FEphemeralSkyState::bNormalizedTimeValid' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, bSunValid) == 0x000186, "Member 'FEphemeralSkyState::bSunValid' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, bMoonValid) == 0x000187, "Member 'FEphemeralSkyState::bMoonValid' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, bPlanetsValid) == 0x000188, "Member 'FEphemeralSkyState::bPlanetsValid' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, bCelestialSphereValid) == 0x000189, "Member 'FEphemeralSkyState::bCelestialSphereValid' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, bComputed) == 0x00018A, "Member 'FEphemeralSkyState::bComputed' has a wrong offset!"); \ static_assert(offsetof(FEphemeralSkyState, bUsingSecondaryDirectionalLight) == 0x00018B, "Member 'FEphemeralSkyState::bUsingSecondaryDirectionalLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEphemerisBasisPerLevel \ static_assert(alignof(FEphemerisBasisPerLevel) == 0x000008, "Wrong alignment on FEphemerisBasisPerLevel"); \ static_assert(sizeof(FEphemerisBasisPerLevel) == 0x000028, "Wrong size on FEphemerisBasisPerLevel"); \ static_assert(offsetof(FEphemerisBasisPerLevel, Level) == 0x000000, "Member 'FEphemerisBasisPerLevel::Level' has a wrong offset!"); \ static_assert(offsetof(FEphemerisBasisPerLevel, LevelPartialMatch) == 0x000008, "Member 'FEphemerisBasisPerLevel::LevelPartialMatch' has a wrong offset!"); \ static_assert(offsetof(FEphemerisBasisPerLevel, Basis) == 0x000018, "Member 'FEphemerisBasisPerLevel::Basis' has a wrong offset!"); \ static_assert(offsetof(FEphemerisBasisPerLevel, bUseSubString) == 0x000020, "Member 'FEphemerisBasisPerLevel::bUseSubString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAzimuthAltitudeDegrees \ static_assert(alignof(FAzimuthAltitudeDegrees) == 0x000004, "Wrong alignment on FAzimuthAltitudeDegrees"); \ static_assert(sizeof(FAzimuthAltitudeDegrees) == 0x000008, "Wrong size on FAzimuthAltitudeDegrees"); \ static_assert(offsetof(FAzimuthAltitudeDegrees, AzimuthDegrees) == 0x000000, "Member 'FAzimuthAltitudeDegrees::AzimuthDegrees' has a wrong offset!"); \ static_assert(offsetof(FAzimuthAltitudeDegrees, AltitudeDegrees) == 0x000004, "Member 'FAzimuthAltitudeDegrees::AltitudeDegrees' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FManualMoonSetup \ static_assert(alignof(FManualMoonSetup) == 0x000004, "Wrong alignment on FManualMoonSetup"); \ static_assert(sizeof(FManualMoonSetup) == 0x000018, "Wrong size on FManualMoonSetup"); \ static_assert(offsetof(FManualMoonSetup, Phase) == 0x000000, "Member 'FManualMoonSetup::Phase' has a wrong offset!"); \ static_assert(offsetof(FManualMoonSetup, PhasePercent) == 0x000004, "Member 'FManualMoonSetup::PhasePercent' has a wrong offset!"); \ static_assert(offsetof(FManualMoonSetup, LightingAngle) == 0x000008, "Member 'FManualMoonSetup::LightingAngle' has a wrong offset!"); \ static_assert(offsetof(FManualMoonSetup, SizeFactorPercent) == 0x00000C, "Member 'FManualMoonSetup::SizeFactorPercent' has a wrong offset!"); \ static_assert(offsetof(FManualMoonSetup, BloodPercent) == 0x000010, "Member 'FManualMoonSetup::BloodPercent' has a wrong offset!"); \ static_assert(offsetof(FManualMoonSetup, bOverride_Phase) == 0x000014, "Member 'FManualMoonSetup::bOverride_Phase' has a wrong offset!"); \ static_assert(offsetof(FManualMoonSetup, bOverride_SizeFactor) == 0x000015, "Member 'FManualMoonSetup::bOverride_SizeFactor' has a wrong offset!"); \ static_assert(offsetof(FManualMoonSetup, bOverride_Blood) == 0x000016, "Member 'FManualMoonSetup::bOverride_Blood' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFixedSunPosition \ static_assert(alignof(FFixedSunPosition) == 0x000008, "Wrong alignment on FFixedSunPosition"); \ static_assert(sizeof(FFixedSunPosition) == 0x000028, "Wrong size on FFixedSunPosition"); \ static_assert(offsetof(FFixedSunPosition, Type) == 0x000000, "Member 'FFixedSunPosition::Type' has a wrong offset!"); \ static_assert(offsetof(FFixedSunPosition, Direction) == 0x000004, "Member 'FFixedSunPosition::Direction' has a wrong offset!"); \ static_assert(offsetof(FFixedSunPosition, AltitudeDegrees) == 0x000010, "Member 'FFixedSunPosition::AltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(FFixedSunPosition, AzimuthDegrees) == 0x000014, "Member 'FFixedSunPosition::AzimuthDegrees' has a wrong offset!"); \ static_assert(offsetof(FFixedSunPosition, StartTime) == 0x000018, "Member 'FFixedSunPosition::StartTime' has a wrong offset!"); \ static_assert(offsetof(FFixedSunPosition, EndTime) == 0x000020, "Member 'FFixedSunPosition::EndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFixedSunPositionInput \ static_assert(alignof(FFixedSunPositionInput) == 0x000004, "Wrong alignment on FFixedSunPositionInput"); \ static_assert(sizeof(FFixedSunPositionInput) == 0x000008, "Wrong size on FFixedSunPositionInput"); \ static_assert(offsetof(FFixedSunPositionInput, Altitude) == 0x000000, "Member 'FFixedSunPositionInput::Altitude' has a wrong offset!"); \ static_assert(offsetof(FFixedSunPositionInput, Type) == 0x000004, "Member 'FFixedSunPositionInput::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoonPath \ static_assert(alignof(FMoonPath) == 0x000008, "Wrong alignment on FMoonPath"); \ static_assert(sizeof(FMoonPath) == 0x000528, "Wrong size on FMoonPath"); \ static_assert(offsetof(FMoonPath, Date) == 0x000000, "Member 'FMoonPath::Date' has a wrong offset!"); \ static_assert(offsetof(FMoonPath, MoonAltitudeVsMoonAzimuth) == 0x000008, "Member 'FMoonPath::MoonAltitudeVsMoonAzimuth' has a wrong offset!"); \ static_assert(offsetof(FMoonPath, MoonUpVsMoonAzimuth) == 0x000090, "Member 'FMoonPath::MoonUpVsMoonAzimuth' has a wrong offset!"); \ static_assert(offsetof(FMoonPath, MoonRightVsMoonAzimuth) == 0x000218, "Member 'FMoonPath::MoonRightVsMoonAzimuth' has a wrong offset!"); \ static_assert(offsetof(FMoonPath, MoonAzisVsMoonAltitude) == 0x0003A0, "Member 'FMoonPath::MoonAzisVsMoonAltitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoonPathSettings \ static_assert(alignof(FMoonPathSettings) == 0x000004, "Wrong alignment on FMoonPathSettings"); \ static_assert(sizeof(FMoonPathSettings) == 0x00000C, "Wrong size on FMoonPathSettings"); \ static_assert(offsetof(FMoonPathSettings, SamplePoints) == 0x000000, "Member 'FMoonPathSettings::SamplePoints' has a wrong offset!"); \ static_assert(offsetof(FMoonPathSettings, CubicTension) == 0x000004, "Member 'FMoonPathSettings::CubicTension' has a wrong offset!"); \ static_assert(offsetof(FMoonPathSettings, bHighAccuracyPosition) == 0x000008, "Member 'FMoonPathSettings::bHighAccuracyPosition' has a wrong offset!"); \ static_assert(offsetof(FMoonPathSettings, bTrueTopoCentric) == 0x000009, "Member 'FMoonPathSettings::bTrueTopoCentric' has a wrong offset!"); \ static_assert(offsetof(FMoonPathSettings, bRemoveRedundantKeys) == 0x00000A, "Member 'FMoonPathSettings::bRemoveRedundantKeys' has a wrong offset!"); \ static_assert(offsetof(FMoonPathSettings, bCubicInterpolation) == 0x00000B, "Member 'FMoonPathSettings::bCubicInterpolation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEphemerisSubroutineIdealSunPathPreview \ static_assert(alignof(FEphemerisSubroutineIdealSunPathPreview) == 0x000008, "Wrong alignment on FEphemerisSubroutineIdealSunPathPreview"); \ static_assert(sizeof(FEphemerisSubroutineIdealSunPathPreview) == 0x000188, "Wrong size on FEphemerisSubroutineIdealSunPathPreview"); \ static_assert(offsetof(FEphemerisSubroutineIdealSunPathPreview, DayInfo) == 0x000000, "Member 'FEphemerisSubroutineIdealSunPathPreview::DayInfo' has a wrong offset!"); \ static_assert(offsetof(FEphemerisSubroutineIdealSunPathPreview, AzimuthCurve) == 0x000078, "Member 'FEphemerisSubroutineIdealSunPathPreview::AzimuthCurve' has a wrong offset!"); \ static_assert(offsetof(FEphemerisSubroutineIdealSunPathPreview, AltitudeCurve) == 0x000100, "Member 'FEphemerisSubroutineIdealSunPathPreview::AltitudeCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeocentricOrbitsAdvanced \ static_assert(alignof(FGeocentricOrbitsAdvanced) == 0x000004, "Wrong alignment on FGeocentricOrbitsAdvanced"); \ static_assert(sizeof(FGeocentricOrbitsAdvanced) == 0x000034, "Wrong size on FGeocentricOrbitsAdvanced"); \ static_assert(offsetof(FGeocentricOrbitsAdvanced, Samples) == 0x000000, "Member 'FGeocentricOrbitsAdvanced::Samples' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsAdvanced, SubSamples) == 0x000004, "Member 'FGeocentricOrbitsAdvanced::SubSamples' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsAdvanced, TagScale) == 0x000008, "Member 'FGeocentricOrbitsAdvanced::TagScale' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsAdvanced, OrbitRadiusMeters) == 0x000010, "Member 'FGeocentricOrbitsAdvanced::OrbitRadiusMeters' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsAdvanced, SplineMeshScale) == 0x000014, "Member 'FGeocentricOrbitsAdvanced::SplineMeshScale' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsAdvanced, bHideAzimuthAltitude) == 0x000018, "Member 'FGeocentricOrbitsAdvanced::bHideAzimuthAltitude' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsAdvanced, SunTextColor) == 0x00001C, "Member 'FGeocentricOrbitsAdvanced::SunTextColor' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsAdvanced, MoonTextColor) == 0x000020, "Member 'FGeocentricOrbitsAdvanced::MoonTextColor' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsAdvanced, VenusTextColor) == 0x000024, "Member 'FGeocentricOrbitsAdvanced::VenusTextColor' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsAdvanced, MarsTextColor) == 0x000028, "Member 'FGeocentricOrbitsAdvanced::MarsTextColor' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsAdvanced, JupiterTextColor) == 0x00002C, "Member 'FGeocentricOrbitsAdvanced::JupiterTextColor' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsAdvanced, SaturnTextColor) == 0x000030, "Member 'FGeocentricOrbitsAdvanced::SaturnTextColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeocentricOrbitsShow \ static_assert(alignof(FGeocentricOrbitsShow) == 0x000001, "Wrong alignment on FGeocentricOrbitsShow"); \ static_assert(sizeof(FGeocentricOrbitsShow) == 0x000008, "Wrong size on FGeocentricOrbitsShow"); \ static_assert(offsetof(FGeocentricOrbitsShow, bSunPath) == 0x000000, "Member 'FGeocentricOrbitsShow::bSunPath' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsShow, bShowSunExtra) == 0x000001, "Member 'FGeocentricOrbitsShow::bShowSunExtra' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsShow, bMoonPath) == 0x000002, "Member 'FGeocentricOrbitsShow::bMoonPath' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsShow, bShowMoonPhase) == 0x000003, "Member 'FGeocentricOrbitsShow::bShowMoonPhase' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsShow, bVenusPath) == 0x000004, "Member 'FGeocentricOrbitsShow::bVenusPath' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsShow, bMarsPath) == 0x000005, "Member 'FGeocentricOrbitsShow::bMarsPath' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsShow, bJupiterPath) == 0x000006, "Member 'FGeocentricOrbitsShow::bJupiterPath' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitsShow, bSaturnPath) == 0x000007, "Member 'FGeocentricOrbitsShow::bSaturnPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeocentricOrbitResources \ static_assert(alignof(FGeocentricOrbitResources) == 0x000008, "Wrong alignment on FGeocentricOrbitResources"); \ static_assert(sizeof(FGeocentricOrbitResources) == 0x000028, "Wrong size on FGeocentricOrbitResources"); \ static_assert(offsetof(FGeocentricOrbitResources, MarkerMesh) == 0x000000, "Member 'FGeocentricOrbitResources::MarkerMesh' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitResources, MarkerMaterial) == 0x000008, "Member 'FGeocentricOrbitResources::MarkerMaterial' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitResources, TextMaterial) == 0x000010, "Member 'FGeocentricOrbitResources::TextMaterial' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitResources, VectorMesh) == 0x000018, "Member 'FGeocentricOrbitResources::VectorMesh' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitResources, VectorMaterial) == 0x000020, "Member 'FGeocentricOrbitResources::VectorMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeocentricOrbit \ static_assert(alignof(FGeocentricOrbit) == 0x000008, "Wrong alignment on FGeocentricOrbit"); \ static_assert(sizeof(FGeocentricOrbit) == 0x000068, "Wrong size on FGeocentricOrbit"); \ static_assert(offsetof(FGeocentricOrbit, Resources) == 0x000000, "Member 'FGeocentricOrbit::Resources' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbit, Spline) == 0x000028, "Member 'FGeocentricOrbit::Spline' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbit, SplineMeshRoot) == 0x000030, "Member 'FGeocentricOrbit::SplineMeshRoot' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbit, Extras) == 0x000038, "Member 'FGeocentricOrbit::Extras' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbit, DynamicMaterials) == 0x000048, "Member 'FGeocentricOrbit::DynamicMaterials' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbit, SplineMeshes) == 0x000058, "Member 'FGeocentricOrbit::SplineMeshes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeocentricOrbitPoint \ static_assert(alignof(FGeocentricOrbitPoint) == 0x000004, "Wrong alignment on FGeocentricOrbitPoint"); \ static_assert(sizeof(FGeocentricOrbitPoint) == 0x000030, "Wrong size on FGeocentricOrbitPoint"); \ static_assert(offsetof(FGeocentricOrbitPoint, TopographicDir) == 0x000000, "Member 'FGeocentricOrbitPoint::TopographicDir' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitPoint, Up) == 0x00000C, "Member 'FGeocentricOrbitPoint::Up' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitPoint, Right) == 0x000018, "Member 'FGeocentricOrbitPoint::Right' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitPoint, AzimuthAltitude) == 0x000024, "Member 'FGeocentricOrbitPoint::AzimuthAltitude' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitPoint, bBasisValid) == 0x00002C, "Member 'FGeocentricOrbitPoint::bBasisValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeocentricOrbitCreateBaseParams \ static_assert(alignof(FGeocentricOrbitCreateBaseParams) == 0x000004, "Wrong alignment on FGeocentricOrbitCreateBaseParams"); \ static_assert(sizeof(FGeocentricOrbitCreateBaseParams) == 0x00001C, "Wrong size on FGeocentricOrbitCreateBaseParams"); \ static_assert(offsetof(FGeocentricOrbitCreateBaseParams, Name) == 0x000000, "Member 'FGeocentricOrbitCreateBaseParams::Name' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitCreateBaseParams, RadiusMeters) == 0x000008, "Member 'FGeocentricOrbitCreateBaseParams::RadiusMeters' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitCreateBaseParams, TagColor) == 0x00000C, "Member 'FGeocentricOrbitCreateBaseParams::TagColor' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitCreateBaseParams, TagScale) == 0x000010, "Member 'FGeocentricOrbitCreateBaseParams::TagScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTopographicObserver \ static_assert(alignof(FTopographicObserver) == 0x000004, "Wrong alignment on FTopographicObserver"); \ static_assert(sizeof(FTopographicObserver) == 0x000014, "Wrong size on FTopographicObserver"); \ static_assert(offsetof(FTopographicObserver, LatitudeDegrees) == 0x000000, "Member 'FTopographicObserver::LatitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(FTopographicObserver, LongitudeDegrees) == 0x000004, "Member 'FTopographicObserver::LongitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(FTopographicObserver, TimeZone) == 0x000008, "Member 'FTopographicObserver::TimeZone' has a wrong offset!"); \ static_assert(offsetof(FTopographicObserver, AltitudeMeters) == 0x00000C, "Member 'FTopographicObserver::AltitudeMeters' has a wrong offset!"); \ static_assert(offsetof(FTopographicObserver, WorldAzimuthOffsetDegrees) == 0x000010, "Member 'FTopographicObserver::WorldAzimuthOffsetDegrees' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeocentricOrbitCreateParams \ static_assert(alignof(FGeocentricOrbitCreateParams) == 0x000008, "Wrong alignment on FGeocentricOrbitCreateParams"); \ static_assert(sizeof(FGeocentricOrbitCreateParams) == 0x000040, "Wrong size on FGeocentricOrbitCreateParams"); \ static_assert(offsetof(FGeocentricOrbitCreateParams, TopographicPosition) == 0x00001C, "Member 'FGeocentricOrbitCreateParams::TopographicPosition' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitCreateParams, StartDateTime) == 0x000030, "Member 'FGeocentricOrbitCreateParams::StartDateTime' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitCreateParams, Samples) == 0x000038, "Member 'FGeocentricOrbitCreateParams::Samples' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeocentricOrbitInputPoint \ static_assert(alignof(FGeocentricOrbitInputPoint) == 0x000008, "Wrong alignment on FGeocentricOrbitInputPoint"); \ static_assert(sizeof(FGeocentricOrbitInputPoint) == 0x000060, "Wrong size on FGeocentricOrbitInputPoint"); \ static_assert(offsetof(FGeocentricOrbitInputPoint, TopographicDir) == 0x000000, "Member 'FGeocentricOrbitInputPoint::TopographicDir' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitInputPoint, Up) == 0x00000C, "Member 'FGeocentricOrbitInputPoint::Up' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitInputPoint, Right) == 0x000018, "Member 'FGeocentricOrbitInputPoint::Right' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitInputPoint, LocalSunLight) == 0x000024, "Member 'FGeocentricOrbitInputPoint::LocalSunLight' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitInputPoint, AzimuthAltitude) == 0x000030, "Member 'FGeocentricOrbitInputPoint::AzimuthAltitude' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitInputPoint, StartDateTime) == 0x000038, "Member 'FGeocentricOrbitInputPoint::StartDateTime' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitInputPoint, EndDateTime) == 0x000040, "Member 'FGeocentricOrbitInputPoint::EndDateTime' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitInputPoint, Extra) == 0x000048, "Member 'FGeocentricOrbitInputPoint::Extra' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitInputPoint, Phase) == 0x000058, "Member 'FGeocentricOrbitInputPoint::Phase' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitInputPoint, bBasisValid) == 0x00005C, "Member 'FGeocentricOrbitInputPoint::bBasisValid' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitInputPoint, bTimeOnly) == 0x00005D, "Member 'FGeocentricOrbitInputPoint::bTimeOnly' has a wrong offset!"); \ static_assert(offsetof(FGeocentricOrbitInputPoint, bSubsample) == 0x00005E, "Member 'FGeocentricOrbitInputPoint::bSubsample' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMilkyWayCorrection \ static_assert(alignof(FMilkyWayCorrection) == 0x000004, "Wrong alignment on FMilkyWayCorrection"); \ static_assert(sizeof(FMilkyWayCorrection) == 0x000010, "Wrong size on FMilkyWayCorrection"); \ static_assert(offsetof(FMilkyWayCorrection, Rotation) == 0x000000, "Member 'FMilkyWayCorrection::Rotation' has a wrong offset!"); \ static_assert(offsetof(FMilkyWayCorrection, VCorrect) == 0x00000C, "Member 'FMilkyWayCorrection::VCorrect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMilkyWay \ static_assert(alignof(FMilkyWay) == 0x000008, "Wrong alignment on FMilkyWay"); \ static_assert(sizeof(FMilkyWay) == 0x000080, "Wrong size on FMilkyWay"); \ static_assert(offsetof(FMilkyWay, Mesh) == 0x000000, "Member 'FMilkyWay::Mesh' has a wrong offset!"); \ static_assert(offsetof(FMilkyWay, MeshComponent) == 0x000008, "Member 'FMilkyWay::MeshComponent' has a wrong offset!"); \ static_assert(offsetof(FMilkyWay, OriginalMaterials) == 0x000010, "Member 'FMilkyWay::OriginalMaterials' has a wrong offset!"); \ static_assert(offsetof(FMilkyWay, DynamicMaterials) == 0x000020, "Member 'FMilkyWay::DynamicMaterials' has a wrong offset!"); \ static_assert(offsetof(FMilkyWay, BaseBrightness) == 0x000030, "Member 'FMilkyWay::BaseBrightness' has a wrong offset!"); \ static_assert(offsetof(FMilkyWay, Contrast) == 0x000034, "Member 'FMilkyWay::Contrast' has a wrong offset!"); \ static_assert(offsetof(FMilkyWay, Desaturation) == 0x000038, "Member 'FMilkyWay::Desaturation' has a wrong offset!"); \ static_assert(offsetof(FMilkyWay, SolidColor) == 0x00003C, "Member 'FMilkyWay::SolidColor' has a wrong offset!"); \ static_assert(offsetof(FMilkyWay, SolidColorBlend) == 0x00004C, "Member 'FMilkyWay::SolidColorBlend' has a wrong offset!"); \ static_assert(offsetof(FMilkyWay, AlphaEdgePower) == 0x000050, "Member 'FMilkyWay::AlphaEdgePower' has a wrong offset!"); \ static_assert(offsetof(FMilkyWay, MoonBrightnessModifier) == 0x000058, "Member 'FMilkyWay::MoonBrightnessModifier' has a wrong offset!"); \ static_assert(offsetof(FMilkyWay, MoonFadePower) == 0x000060, "Member 'FMilkyWay::MoonFadePower' has a wrong offset!"); \ static_assert(offsetof(FMilkyWay, Correction) == 0x000068, "Member 'FMilkyWay::Correction' has a wrong offset!"); \ static_assert(offsetof(FMilkyWay, bCorrection) == 0x000078, "Member 'FMilkyWay::bCorrection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoonDiskParameters \ static_assert(alignof(FMoonDiskParameters) == 0x000004, "Wrong alignment on FMoonDiskParameters"); \ static_assert(sizeof(FMoonDiskParameters) == 0x000038, "Wrong size on FMoonDiskParameters"); \ static_assert(offsetof(FMoonDiskParameters, DayEmissiveTarget) == 0x000000, "Member 'FMoonDiskParameters::DayEmissiveTarget' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskParameters, DayEmissiveMax) == 0x000004, "Member 'FMoonDiskParameters::DayEmissiveMax' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskParameters, NightEmissiveTarget) == 0x000008, "Member 'FMoonDiskParameters::NightEmissiveTarget' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskParameters, NightEmissiveMax) == 0x00000C, "Member 'FMoonDiskParameters::NightEmissiveMax' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskParameters, Earthshine) == 0x000010, "Member 'FMoonDiskParameters::Earthshine' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskParameters, EarthShineMax) == 0x000014, "Member 'FMoonDiskParameters::EarthShineMax' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskParameters, EarthShineWinterFactor) == 0x000018, "Member 'FMoonDiskParameters::EarthShineWinterFactor' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskParameters, SunMoonFullWashoutAngle) == 0x00001C, "Member 'FMoonDiskParameters::SunMoonFullWashoutAngle' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskParameters, SunMoonNoWashoutAngle) == 0x000020, "Member 'FMoonDiskParameters::SunMoonNoWashoutAngle' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskParameters, AlbedoFloor) == 0x000024, "Member 'FMoonDiskParameters::AlbedoFloor' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskParameters, DetailScale) == 0x000028, "Member 'FMoonDiskParameters::DetailScale' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskParameters, SpaceLightingPower) == 0x00002C, "Member 'FMoonDiskParameters::SpaceLightingPower' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskParameters, size) == 0x000030, "Member 'FMoonDiskParameters::size' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskParameters, Distance) == 0x000034, "Member 'FMoonDiskParameters::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoonDiskState \ static_assert(alignof(FMoonDiskState) == 0x000004, "Wrong alignment on FMoonDiskState"); \ static_assert(sizeof(FMoonDiskState) == 0x000058, "Wrong size on FMoonDiskState"); \ static_assert(offsetof(FMoonDiskState, MoonDir) == 0x000000, "Member 'FMoonDiskState::MoonDir' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskState, MoonUp) == 0x00000C, "Member 'FMoonDiskState::MoonUp' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskState, SizeFactor) == 0x000018, "Member 'FMoonDiskState::SizeFactor' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskState, Phase) == 0x00001C, "Member 'FMoonDiskState::Phase' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskState, Sunlight) == 0x000020, "Member 'FMoonDiskState::Sunlight' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskState, LocalSunLight) == 0x00002C, "Member 'FMoonDiskState::LocalSunLight' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskState, UnitSunIntensity) == 0x000038, "Member 'FMoonDiskState::UnitSunIntensity' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskState, MoonAltitudeAngle) == 0x00003C, "Member 'FMoonDiskState::MoonAltitudeAngle' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskState, SunAltitudeAngle) == 0x000040, "Member 'FMoonDiskState::SunAltitudeAngle' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskState, SunMoonAngle) == 0x000044, "Member 'FMoonDiskState::SunMoonAngle' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskState, SunWashoutStrength) == 0x000048, "Member 'FMoonDiskState::SunWashoutStrength' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskState, IllusionScale) == 0x00004C, "Member 'FMoonDiskState::IllusionScale' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskState, BloodFactor) == 0x000050, "Member 'FMoonDiskState::BloodFactor' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskState, bValid) == 0x000054, "Member 'FMoonDiskState::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoonDiskComputedState \ static_assert(alignof(FMoonDiskComputedState) == 0x000004, "Wrong alignment on FMoonDiskComputedState"); \ static_assert(sizeof(FMoonDiskComputedState) == 0x00006C, "Wrong size on FMoonDiskComputedState"); \ static_assert(offsetof(FMoonDiskComputedState, State) == 0x000000, "Member 'FMoonDiskComputedState::State' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskComputedState, Distance) == 0x000058, "Member 'FMoonDiskComputedState::Distance' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskComputedState, size) == 0x00005C, "Member 'FMoonDiskComputedState::size' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskComputedState, Brightness) == 0x000060, "Member 'FMoonDiskComputedState::Brightness' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskComputedState, Earthshine) == 0x000064, "Member 'FMoonDiskComputedState::Earthshine' has a wrong offset!"); \ static_assert(offsetof(FMoonDiskComputedState, MoonCosineRadius) == 0x000068, "Member 'FMoonDiskComputedState::MoonCosineRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoonDisk \ static_assert(alignof(FMoonDisk) == 0x000008, "Wrong alignment on FMoonDisk"); \ static_assert(sizeof(FMoonDisk) == 0x0000D0, "Wrong size on FMoonDisk"); \ static_assert(offsetof(FMoonDisk, MeshComponent) == 0x000000, "Member 'FMoonDisk::MeshComponent' has a wrong offset!"); \ static_assert(offsetof(FMoonDisk, BaseMaterial) == 0x000008, "Member 'FMoonDisk::BaseMaterial' has a wrong offset!"); \ static_assert(offsetof(FMoonDisk, MaterialParameterCollection) == 0x000010, "Member 'FMoonDisk::MaterialParameterCollection' has a wrong offset!"); \ static_assert(offsetof(FMoonDisk, DynamicMaterial) == 0x000018, "Member 'FMoonDisk::DynamicMaterial' has a wrong offset!"); \ static_assert(offsetof(FMoonDisk, Parameters) == 0x000020, "Member 'FMoonDisk::Parameters' has a wrong offset!"); \ static_assert(offsetof(FMoonDisk, CurrentState) == 0x000058, "Member 'FMoonDisk::CurrentState' has a wrong offset!"); \ static_assert(offsetof(FMoonDisk, MeshParameters) == 0x0000C4, "Member 'FMoonDisk::MeshParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStarrySkyHighlights \ static_assert(alignof(FStarrySkyHighlights) == 0x000008, "Wrong alignment on FStarrySkyHighlights"); \ static_assert(sizeof(FStarrySkyHighlights) == 0x000020, "Wrong size on FStarrySkyHighlights"); \ static_assert(offsetof(FStarrySkyHighlights, Constellations) == 0x000000, "Member 'FStarrySkyHighlights::Constellations' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyHighlights, Stars) == 0x000010, "Member 'FStarrySkyHighlights::Stars' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStarrySkyCurveParameters \ static_assert(alignof(FStarrySkyCurveParameters) == 0x000008, "Wrong alignment on FStarrySkyCurveParameters"); \ static_assert(sizeof(FStarrySkyCurveParameters) == 0x000038, "Wrong size on FStarrySkyCurveParameters"); \ static_assert(offsetof(FStarrySkyCurveParameters, IntensityMod) == 0x000000, "Member 'FStarrySkyCurveParameters::IntensityMod' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyCurveParameters, MagnitudeCutoff) == 0x000008, "Member 'FStarrySkyCurveParameters::MagnitudeCutoff' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyCurveParameters, MoonFadeRadius) == 0x000010, "Member 'FStarrySkyCurveParameters::MoonFadeRadius' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyCurveParameters, MoonFadeHardness) == 0x000018, "Member 'FStarrySkyCurveParameters::MoonFadeHardness' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyCurveParameters, Desaturation) == 0x000020, "Member 'FStarrySkyCurveParameters::Desaturation' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyCurveParameters, HorizonFadePower) == 0x000028, "Member 'FStarrySkyCurveParameters::HorizonFadePower' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyCurveParameters, TwinkleIntensity) == 0x000030, "Member 'FStarrySkyCurveParameters::TwinkleIntensity' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyCurveParameters, TwinkleSpeed) == 0x000034, "Member 'FStarrySkyCurveParameters::TwinkleSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStarrySkyParameters \ static_assert(alignof(FStarrySkyParameters) == 0x000004, "Wrong alignment on FStarrySkyParameters"); \ static_assert(sizeof(FStarrySkyParameters) == 0x000020, "Wrong size on FStarrySkyParameters"); \ static_assert(offsetof(FStarrySkyParameters, IntensityMod) == 0x000000, "Member 'FStarrySkyParameters::IntensityMod' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyParameters, MagnitudeCutoff) == 0x000004, "Member 'FStarrySkyParameters::MagnitudeCutoff' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyParameters, MoonFadeRadius) == 0x000008, "Member 'FStarrySkyParameters::MoonFadeRadius' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyParameters, MoonFadeHardness) == 0x00000C, "Member 'FStarrySkyParameters::MoonFadeHardness' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyParameters, Desaturation) == 0x000010, "Member 'FStarrySkyParameters::Desaturation' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyParameters, HorizonFadePower) == 0x000014, "Member 'FStarrySkyParameters::HorizonFadePower' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyParameters, TwinkleIntensity) == 0x000018, "Member 'FStarrySkyParameters::TwinkleIntensity' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyParameters, TwinkleSpeed) == 0x00001C, "Member 'FStarrySkyParameters::TwinkleSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStarrySkyHighlightParameters \ static_assert(alignof(FStarrySkyHighlightParameters) == 0x000004, "Wrong alignment on FStarrySkyHighlightParameters"); \ static_assert(sizeof(FStarrySkyHighlightParameters) == 0x000018, "Wrong size on FStarrySkyHighlightParameters"); \ static_assert(offsetof(FStarrySkyHighlightParameters, HighlightIntensity) == 0x000000, "Member 'FStarrySkyHighlightParameters::HighlightIntensity' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyHighlightParameters, HighlightMagnitudeEmphasis) == 0x000004, "Member 'FStarrySkyHighlightParameters::HighlightMagnitudeEmphasis' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyHighlightParameters, HighlightDesaturate) == 0x000008, "Member 'FStarrySkyHighlightParameters::HighlightDesaturate' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyHighlightParameters, HighlightUseSurge) == 0x00000C, "Member 'FStarrySkyHighlightParameters::HighlightUseSurge' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyHighlightParameters, HighlightSurgeSpeed) == 0x000010, "Member 'FStarrySkyHighlightParameters::HighlightSurgeSpeed' has a wrong offset!"); \ static_assert(offsetof(FStarrySkyHighlightParameters, HighlightStarOnlyFactor) == 0x000014, "Member 'FStarrySkyHighlightParameters::HighlightStarOnlyFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlanet \ static_assert(alignof(FPlanet) == 0x000008, "Wrong alignment on FPlanet"); \ static_assert(sizeof(FPlanet) == 0x000038, "Wrong size on FPlanet"); \ static_assert(offsetof(FPlanet, MeshComponent) == 0x000000, "Member 'FPlanet::MeshComponent' has a wrong offset!"); \ static_assert(offsetof(FPlanet, DynamicMaterial) == 0x000008, "Member 'FPlanet::DynamicMaterial' has a wrong offset!"); \ static_assert(offsetof(FPlanet, Name) == 0x000010, "Member 'FPlanet::Name' has a wrong offset!"); \ static_assert(offsetof(FPlanet, Color) == 0x000018, "Member 'FPlanet::Color' has a wrong offset!"); \ static_assert(offsetof(FPlanet, Brightness) == 0x000028, "Member 'FPlanet::Brightness' has a wrong offset!"); \ static_assert(offsetof(FPlanet, DayModulate) == 0x00002C, "Member 'FPlanet::DayModulate' has a wrong offset!"); \ static_assert(offsetof(FPlanet, SizeModulate) == 0x000030, "Member 'FPlanet::SizeModulate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlanetParams \ static_assert(alignof(FPlanetParams) == 0x000008, "Wrong alignment on FPlanetParams"); \ static_assert(sizeof(FPlanetParams) == 0x000008, "Wrong size on FPlanetParams"); \ static_assert(offsetof(FPlanetParams, BaseMaterial) == 0x000000, "Member 'FPlanetParams::BaseMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSolarDay \ static_assert(alignof(FSolarDay) == 0x000008, "Wrong alignment on FSolarDay"); \ static_assert(sizeof(FSolarDay) == 0x000178, "Wrong size on FSolarDay"); \ static_assert(offsetof(FSolarDay, DayInfo) == 0x000000, "Member 'FSolarDay::DayInfo' has a wrong offset!"); \ static_assert(offsetof(FSolarDay, AzimuthCurve) == 0x000078, "Member 'FSolarDay::AzimuthCurve' has a wrong offset!"); \ static_assert(offsetof(FSolarDay, AltitudeCurve) == 0x0000F8, "Member 'FSolarDay::AltitudeCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSolarDayCreateParams \ static_assert(alignof(FSolarDayCreateParams) == 0x000004, "Wrong alignment on FSolarDayCreateParams"); \ static_assert(sizeof(FSolarDayCreateParams) == 0x000008, "Wrong size on FSolarDayCreateParams"); \ static_assert(offsetof(FSolarDayCreateParams, Samples) == 0x000000, "Member 'FSolarDayCreateParams::Samples' has a wrong offset!"); \ static_assert(offsetof(FSolarDayCreateParams, ErrorThreshold) == 0x000004, "Member 'FSolarDayCreateParams::ErrorThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSunDiskParameters \ static_assert(alignof(FSunDiskParameters) == 0x000008, "Wrong alignment on FSunDiskParameters"); \ static_assert(sizeof(FSunDiskParameters) == 0x000048, "Wrong size on FSunDiskParameters"); \ static_assert(offsetof(FSunDiskParameters, bAreaBasedEmissive) == 0x000000, "Member 'FSunDiskParameters::bAreaBasedEmissive' has a wrong offset!"); \ static_assert(offsetof(FSunDiskParameters, BaseSizeEmissive) == 0x000004, "Member 'FSunDiskParameters::BaseSizeEmissive' has a wrong offset!"); \ static_assert(offsetof(FSunDiskParameters, MinEmissive) == 0x000008, "Member 'FSunDiskParameters::MinEmissive' has a wrong offset!"); \ static_assert(offsetof(FSunDiskParameters, MaxEmissive) == 0x00000C, "Member 'FSunDiskParameters::MaxEmissive' has a wrong offset!"); \ static_assert(offsetof(FSunDiskParameters, EmissiveFactor) == 0x000010, "Member 'FSunDiskParameters::EmissiveFactor' has a wrong offset!"); \ static_assert(offsetof(FSunDiskParameters, DiskOnlyBrightnessModCurve) == 0x000018, "Member 'FSunDiskParameters::DiskOnlyBrightnessModCurve' has a wrong offset!"); \ static_assert(offsetof(FSunDiskParameters, BrightnessModCurve) == 0x000020, "Member 'FSunDiskParameters::BrightnessModCurve' has a wrong offset!"); \ static_assert(offsetof(FSunDiskParameters, ColorTempCurve) == 0x000028, "Member 'FSunDiskParameters::ColorTempCurve' has a wrong offset!"); \ static_assert(offsetof(FSunDiskParameters, ColorCurve) == 0x000030, "Member 'FSunDiskParameters::ColorCurve' has a wrong offset!"); \ static_assert(offsetof(FSunDiskParameters, bManualColoration) == 0x000038, "Member 'FSunDiskParameters::bManualColoration' has a wrong offset!"); \ static_assert(offsetof(FSunDiskParameters, bBlackBodyColorTemp) == 0x000039, "Member 'FSunDiskParameters::bBlackBodyColorTemp' has a wrong offset!"); \ static_assert(offsetof(FSunDiskParameters, bNormalizeUnrealColorTemp) == 0x00003A, "Member 'FSunDiskParameters::bNormalizeUnrealColorTemp' has a wrong offset!"); \ static_assert(offsetof(FSunDiskParameters, bUseColorTemp) == 0x00003B, "Member 'FSunDiskParameters::bUseColorTemp' has a wrong offset!"); \ static_assert(offsetof(FSunDiskParameters, bUseBrightnessMod) == 0x00003C, "Member 'FSunDiskParameters::bUseBrightnessMod' has a wrong offset!"); \ static_assert(offsetof(FSunDiskParameters, size) == 0x000040, "Member 'FSunDiskParameters::size' has a wrong offset!"); \ static_assert(offsetof(FSunDiskParameters, Distance) == 0x000044, "Member 'FSunDiskParameters::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSunDiskCorona \ static_assert(alignof(FSunDiskCorona) == 0x000008, "Wrong alignment on FSunDiskCorona"); \ static_assert(sizeof(FSunDiskCorona) == 0x000048, "Wrong size on FSunDiskCorona"); \ static_assert(offsetof(FSunDiskCorona, MeshComponent) == 0x000000, "Member 'FSunDiskCorona::MeshComponent' has a wrong offset!"); \ static_assert(offsetof(FSunDiskCorona, BaseMaterial) == 0x000008, "Member 'FSunDiskCorona::BaseMaterial' has a wrong offset!"); \ static_assert(offsetof(FSunDiskCorona, DynamicMaterial) == 0x000010, "Member 'FSunDiskCorona::DynamicMaterial' has a wrong offset!"); \ static_assert(offsetof(FSunDiskCorona, BrightnessCurve) == 0x000018, "Member 'FSunDiskCorona::BrightnessCurve' has a wrong offset!"); \ static_assert(offsetof(FSunDiskCorona, AlphaCurve) == 0x000020, "Member 'FSunDiskCorona::AlphaCurve' has a wrong offset!"); \ static_assert(offsetof(FSunDiskCorona, ScaleCurve) == 0x000028, "Member 'FSunDiskCorona::ScaleCurve' has a wrong offset!"); \ static_assert(offsetof(FSunDiskCorona, MeshParameters) == 0x000030, "Member 'FSunDiskCorona::MeshParameters' has a wrong offset!"); \ static_assert(offsetof(FSunDiskCorona, bEnabled) == 0x000040, "Member 'FSunDiskCorona::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSunDiskState \ static_assert(alignof(FSunDiskState) == 0x000004, "Wrong alignment on FSunDiskState"); \ static_assert(sizeof(FSunDiskState) == 0x00001C, "Wrong size on FSunDiskState"); \ static_assert(offsetof(FSunDiskState, SunDir) == 0x000000, "Member 'FSunDiskState::SunDir' has a wrong offset!"); \ static_assert(offsetof(FSunDiskState, SunAltitudeAngle) == 0x00000C, "Member 'FSunDiskState::SunAltitudeAngle' has a wrong offset!"); \ static_assert(offsetof(FSunDiskState, SunAzimuthAngle) == 0x000010, "Member 'FSunDiskState::SunAzimuthAngle' has a wrong offset!"); \ static_assert(offsetof(FSunDiskState, SunIllusionScale) == 0x000014, "Member 'FSunDiskState::SunIllusionScale' has a wrong offset!"); \ static_assert(offsetof(FSunDiskState, bValid) == 0x000018, "Member 'FSunDiskState::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSunDiskComputedState \ static_assert(alignof(FSunDiskComputedState) == 0x000004, "Wrong alignment on FSunDiskComputedState"); \ static_assert(sizeof(FSunDiskComputedState) == 0x00004C, "Wrong size on FSunDiskComputedState"); \ static_assert(offsetof(FSunDiskComputedState, State) == 0x000000, "Member 'FSunDiskComputedState::State' has a wrong offset!"); \ static_assert(offsetof(FSunDiskComputedState, Distance) == 0x00001C, "Member 'FSunDiskComputedState::Distance' has a wrong offset!"); \ static_assert(offsetof(FSunDiskComputedState, size) == 0x000020, "Member 'FSunDiskComputedState::size' has a wrong offset!"); \ static_assert(offsetof(FSunDiskComputedState, BaseScale) == 0x000024, "Member 'FSunDiskComputedState::BaseScale' has a wrong offset!"); \ static_assert(offsetof(FSunDiskComputedState, Color) == 0x000028, "Member 'FSunDiskComputedState::Color' has a wrong offset!"); \ static_assert(offsetof(FSunDiskComputedState, Desaturation) == 0x000038, "Member 'FSunDiskComputedState::Desaturation' has a wrong offset!"); \ static_assert(offsetof(FSunDiskComputedState, Brightness) == 0x00003C, "Member 'FSunDiskComputedState::Brightness' has a wrong offset!"); \ static_assert(offsetof(FSunDiskComputedState, HorizonZ) == 0x000040, "Member 'FSunDiskComputedState::HorizonZ' has a wrong offset!"); \ static_assert(offsetof(FSunDiskComputedState, CoronaBrightnessFactor) == 0x000044, "Member 'FSunDiskComputedState::CoronaBrightnessFactor' has a wrong offset!"); \ static_assert(offsetof(FSunDiskComputedState, CoronaAlphaFactor) == 0x000048, "Member 'FSunDiskComputedState::CoronaAlphaFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSunDisk \ static_assert(alignof(FSunDisk) == 0x000008, "Wrong alignment on FSunDisk"); \ static_assert(sizeof(FSunDisk) == 0x000118, "Wrong size on FSunDisk"); \ static_assert(offsetof(FSunDisk, MeshComponent) == 0x000000, "Member 'FSunDisk::MeshComponent' has a wrong offset!"); \ static_assert(offsetof(FSunDisk, BaseMaterial) == 0x000008, "Member 'FSunDisk::BaseMaterial' has a wrong offset!"); \ static_assert(offsetof(FSunDisk, DynamicMaterial) == 0x000010, "Member 'FSunDisk::DynamicMaterial' has a wrong offset!"); \ static_assert(offsetof(FSunDisk, Parameters) == 0x000018, "Member 'FSunDisk::Parameters' has a wrong offset!"); \ static_assert(offsetof(FSunDisk, Corona) == 0x000060, "Member 'FSunDisk::Corona' has a wrong offset!"); \ static_assert(offsetof(FSunDisk, OverrideState) == 0x0000A8, "Member 'FSunDisk::OverrideState' has a wrong offset!"); \ static_assert(offsetof(FSunDisk, OverrideStateLerpAlpha) == 0x0000BC, "Member 'FSunDisk::OverrideStateLerpAlpha' has a wrong offset!"); \ static_assert(offsetof(FSunDisk, CurrentState) == 0x0000C0, "Member 'FSunDisk::CurrentState' has a wrong offset!"); \ static_assert(offsetof(FSunDisk, MeshParameters) == 0x00010C, "Member 'FSunDisk::MeshParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeDateChangeValue \ static_assert(alignof(FTimeDateChangeValue) == 0x000004, "Wrong alignment on FTimeDateChangeValue"); \ static_assert(sizeof(FTimeDateChangeValue) == 0x000008, "Wrong size on FTimeDateChangeValue"); \ static_assert(offsetof(FTimeDateChangeValue, Value) == 0x000000, "Member 'FTimeDateChangeValue::Value' has a wrong offset!"); \ static_assert(offsetof(FTimeDateChangeValue, Type) == 0x000004, "Member 'FTimeDateChangeValue::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeChangeRequest \ static_assert(alignof(FTimeChangeRequest) == 0x000004, "Wrong alignment on FTimeChangeRequest"); \ static_assert(sizeof(FTimeChangeRequest) == 0x000030, "Wrong size on FTimeChangeRequest"); \ static_assert(offsetof(FTimeChangeRequest, Year) == 0x000000, "Member 'FTimeChangeRequest::Year' has a wrong offset!"); \ static_assert(offsetof(FTimeChangeRequest, Month) == 0x000008, "Member 'FTimeChangeRequest::Month' has a wrong offset!"); \ static_assert(offsetof(FTimeChangeRequest, Day) == 0x000010, "Member 'FTimeChangeRequest::Day' has a wrong offset!"); \ static_assert(offsetof(FTimeChangeRequest, Hours) == 0x000018, "Member 'FTimeChangeRequest::Hours' has a wrong offset!"); \ static_assert(offsetof(FTimeChangeRequest, Minutes) == 0x000020, "Member 'FTimeChangeRequest::Minutes' has a wrong offset!"); \ static_assert(offsetof(FTimeChangeRequest, Seconds) == 0x000028, "Member 'FTimeChangeRequest::Seconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeLerp \ static_assert(alignof(FTimeLerp) == 0x000008, "Wrong alignment on FTimeLerp"); \ static_assert(sizeof(FTimeLerp) == 0x000098, "Wrong size on FTimeLerp"); \ static_assert(offsetof(FTimeLerp, ChangeCurve) == 0x000000, "Member 'FTimeLerp::ChangeCurve' has a wrong offset!"); \ static_assert(offsetof(FTimeLerp, StartTime) == 0x000080, "Member 'FTimeLerp::StartTime' has a wrong offset!"); \ static_assert(offsetof(FTimeLerp, Age) == 0x000088, "Member 'FTimeLerp::Age' has a wrong offset!"); \ static_assert(offsetof(FTimeLerp, CurveDuration) == 0x00008C, "Member 'FTimeLerp::CurveDuration' has a wrong offset!"); \ static_assert(offsetof(FTimeLerp, bEaseOut) == 0x000090, "Member 'FTimeLerp::bEaseOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeController \ static_assert(alignof(FTimeController) == 0x000008, "Wrong alignment on FTimeController"); \ static_assert(sizeof(FTimeController) == 0x0000B0, "Wrong size on FTimeController"); \ static_assert(offsetof(FTimeController, TimeDateSource) == 0x000000, "Member 'FTimeController::TimeDateSource' has a wrong offset!"); \ static_assert(offsetof(FTimeController, FilteredTime) == 0x000008, "Member 'FTimeController::FilteredTime' has a wrong offset!"); \ static_assert(offsetof(FTimeController, TimeTransition) == 0x000010, "Member 'FTimeController::TimeTransition' has a wrong offset!"); \ static_assert(offsetof(FTimeController, RateTarget) == 0x0000A8, "Member 'FTimeController::RateTarget' has a wrong offset!"); \ static_assert(offsetof(FTimeController, RateFilter) == 0x0000AC, "Member 'FTimeController::RateFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeDateSourceStackVolume \ static_assert(alignof(FTimeDateSourceStackVolume) == 0x000008, "Wrong alignment on FTimeDateSourceStackVolume"); \ static_assert(sizeof(FTimeDateSourceStackVolume) == 0x000010, "Wrong size on FTimeDateSourceStackVolume"); \ static_assert(offsetof(FTimeDateSourceStackVolume, TimeSources) == 0x000000, "Member 'FTimeDateSourceStackVolume::TimeSources' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeDateSourceStack \ static_assert(alignof(FTimeDateSourceStack) == 0x000008, "Wrong alignment on FTimeDateSourceStack"); \ static_assert(sizeof(FTimeDateSourceStack) == 0x000010, "Wrong size on FTimeDateSourceStack"); \ static_assert(offsetof(FTimeDateSourceStack, TimeSources) == 0x000000, "Member 'FTimeDateSourceStack::TimeSources' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightProbeCaptureSetupComputer \ static_assert(alignof(FLightProbeCaptureSetupComputer) == 0x000008, "Wrong alignment on FLightProbeCaptureSetupComputer"); \ static_assert(sizeof(FLightProbeCaptureSetupComputer) == 0x000088, "Wrong size on FLightProbeCaptureSetupComputer"); \ static_assert(offsetof(FLightProbeCaptureSetupComputer, DayInfo) == 0x000000, "Member 'FLightProbeCaptureSetupComputer::DayInfo' has a wrong offset!"); \ static_assert(offsetof(FLightProbeCaptureSetupComputer, CaptureTimeIntervals) == 0x000078, "Member 'FLightProbeCaptureSetupComputer::CaptureTimeIntervals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightProbeCaptureTimeSlot \ static_assert(alignof(FLightProbeCaptureTimeSlot) == 0x000008, "Wrong alignment on FLightProbeCaptureTimeSlot"); \ static_assert(sizeof(FLightProbeCaptureTimeSlot) == 0x0000A0, "Wrong size on FLightProbeCaptureTimeSlot"); \ static_assert(offsetof(FLightProbeCaptureTimeSlot, Computer) == 0x000008, "Member 'FLightProbeCaptureTimeSlot::Computer' has a wrong offset!"); \ static_assert(offsetof(FLightProbeCaptureTimeSlot, ProbesBlendData) == 0x000090, "Member 'FLightProbeCaptureTimeSlot::ProbesBlendData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightProbeCaptureTimeInput \ static_assert(alignof(FLightProbeCaptureTimeInput) == 0x000008, "Wrong alignment on FLightProbeCaptureTimeInput"); \ static_assert(sizeof(FLightProbeCaptureTimeInput) == 0x000020, "Wrong size on FLightProbeCaptureTimeInput"); \ static_assert(offsetof(FLightProbeCaptureTimeInput, Time) == 0x000000, "Member 'FLightProbeCaptureTimeInput::Time' has a wrong offset!"); \ static_assert(offsetof(FLightProbeCaptureTimeInput, LerpCurve) == 0x000010, "Member 'FLightProbeCaptureTimeInput::LerpCurve' has a wrong offset!"); \ static_assert(offsetof(FLightProbeCaptureTimeInput, bFlipLerpCurveT) == 0x000018, "Member 'FLightProbeCaptureTimeInput::bFlipLerpCurveT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeSourceSlotSetupName \ static_assert(alignof(FTimeSourceSlotSetupName) == 0x000004, "Wrong alignment on FTimeSourceSlotSetupName"); \ static_assert(sizeof(FTimeSourceSlotSetupName) == 0x000008, "Wrong size on FTimeSourceSlotSetupName"); \ static_assert(offsetof(FTimeSourceSlotSetupName, Name) == 0x000000, "Member 'FTimeSourceSlotSetupName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeSourceSlotValidTime \ static_assert(alignof(FTimeSourceSlotValidTime) == 0x000008, "Wrong alignment on FTimeSourceSlotValidTime"); \ static_assert(sizeof(FTimeSourceSlotValidTime) == 0x000018, "Wrong size on FTimeSourceSlotValidTime"); \ static_assert(offsetof(FTimeSourceSlotValidTime, Name) == 0x000000, "Member 'FTimeSourceSlotValidTime::Name' has a wrong offset!"); \ static_assert(offsetof(FTimeSourceSlotValidTime, DateTime) == 0x000008, "Member 'FTimeSourceSlotValidTime::DateTime' has a wrong offset!"); \ static_assert(offsetof(FTimeSourceSlotValidTime, Duration) == 0x000010, "Member 'FTimeSourceSlotValidTime::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineDynamicIdealMoonPathData \ static_assert(alignof(UEphemerisSubroutineDynamicIdealMoonPathData) == 0x000008, "Wrong alignment on UEphemerisSubroutineDynamicIdealMoonPathData"); \ static_assert(sizeof(UEphemerisSubroutineDynamicIdealMoonPathData) == 0x000550, "Wrong size on UEphemerisSubroutineDynamicIdealMoonPathData"); \ static_assert(offsetof(UEphemerisSubroutineDynamicIdealMoonPathData, MoonPath) == 0x000028, "Member 'UEphemerisSubroutineDynamicIdealMoonPathData::MoonPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightCustomBlendDomainDayNightBase \ static_assert(alignof(UDayNightCustomBlendDomainDayNightBase) == 0x000008, "Wrong alignment on UDayNightCustomBlendDomainDayNightBase"); \ static_assert(sizeof(UDayNightCustomBlendDomainDayNightBase) == 0x000028, "Wrong size on UDayNightCustomBlendDomainDayNightBase"); \ #define DUMPER7_ASSERTS_UDayNightCustomBlendDomainDayNightValid \ static_assert(alignof(UDayNightCustomBlendDomainDayNightValid) == 0x000008, "Wrong alignment on UDayNightCustomBlendDomainDayNightValid"); \ static_assert(sizeof(UDayNightCustomBlendDomainDayNightValid) == 0x000028, "Wrong size on UDayNightCustomBlendDomainDayNightValid"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutine \ static_assert(alignof(UEphemerisSubroutine) == 0x000008, "Wrong alignment on UEphemerisSubroutine"); \ static_assert(sizeof(UEphemerisSubroutine) == 0x000028, "Wrong size on UEphemerisSubroutine"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineTweakDirection \ static_assert(alignof(UEphemerisSubroutineTweakDirection) == 0x000008, "Wrong alignment on UEphemerisSubroutineTweakDirection"); \ static_assert(sizeof(UEphemerisSubroutineTweakDirection) == 0x000038, "Wrong size on UEphemerisSubroutineTweakDirection"); \ static_assert(offsetof(UEphemerisSubroutineTweakDirection, TweakAltitude) == 0x000028, "Member 'UEphemerisSubroutineTweakDirection::TweakAltitude' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineTweakDirection, TweakAzimuth) == 0x00002C, "Member 'UEphemerisSubroutineTweakDirection::TweakAzimuth' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineTweakDirection, NormalizedTimeBlend) == 0x000030, "Member 'UEphemerisSubroutineTweakDirection::NormalizedTimeBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineTweakSunPosition \ static_assert(alignof(UEphemerisSubroutineTweakSunPosition) == 0x000008, "Wrong alignment on UEphemerisSubroutineTweakSunPosition"); \ static_assert(sizeof(UEphemerisSubroutineTweakSunPosition) == 0x000040, "Wrong size on UEphemerisSubroutineTweakSunPosition"); \ static_assert(offsetof(UEphemerisSubroutineTweakSunPosition, bFullSun) == 0x000038, "Member 'UEphemerisSubroutineTweakSunPosition::bFullSun' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineTweakSunPosition, bSunDisk) == 0x000039, "Member 'UEphemerisSubroutineTweakSunPosition::bSunDisk' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineTweakSunPosition, bSunLight) == 0x00003A, "Member 'UEphemerisSubroutineTweakSunPosition::bSunLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightCustomBlendDomainDayNight \ static_assert(alignof(UDayNightCustomBlendDomainDayNight) == 0x000008, "Wrong alignment on UDayNightCustomBlendDomainDayNight"); \ static_assert(sizeof(UDayNightCustomBlendDomainDayNight) == 0x000028, "Wrong size on UDayNightCustomBlendDomainDayNight"); \ #define DUMPER7_ASSERTS_UDayNightCustomBlendDomainDay \ static_assert(alignof(UDayNightCustomBlendDomainDay) == 0x000008, "Wrong alignment on UDayNightCustomBlendDomainDay"); \ static_assert(sizeof(UDayNightCustomBlendDomainDay) == 0x000028, "Wrong size on UDayNightCustomBlendDomainDay"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineGamifyTime \ static_assert(alignof(UEphemerisSubroutineGamifyTime) == 0x000008, "Wrong alignment on UEphemerisSubroutineGamifyTime"); \ static_assert(sizeof(UEphemerisSubroutineGamifyTime) == 0x000028, "Wrong size on UEphemerisSubroutineGamifyTime"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineGamifyTimeCurveBase \ static_assert(alignof(UEphemerisSubroutineGamifyTimeCurveBase) == 0x000008, "Wrong alignment on UEphemerisSubroutineGamifyTimeCurveBase"); \ static_assert(sizeof(UEphemerisSubroutineGamifyTimeCurveBase) == 0x0000B0, "Wrong size on UEphemerisSubroutineGamifyTimeCurveBase"); \ static_assert(offsetof(UEphemerisSubroutineGamifyTimeCurveBase, ToNormalizedTime) == 0x000028, "Member 'UEphemerisSubroutineGamifyTimeCurveBase::ToNormalizedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightCustomBlendDomainNight \ static_assert(alignof(UDayNightCustomBlendDomainNight) == 0x000008, "Wrong alignment on UDayNightCustomBlendDomainNight"); \ static_assert(sizeof(UDayNightCustomBlendDomainNight) == 0x000028, "Wrong size on UDayNightCustomBlendDomainNight"); \ #define DUMPER7_ASSERTS_UDayNightCustomBlendDomainNormalizedTime \ static_assert(alignof(UDayNightCustomBlendDomainNormalizedTime) == 0x000008, "Wrong alignment on UDayNightCustomBlendDomainNormalizedTime"); \ static_assert(sizeof(UDayNightCustomBlendDomainNormalizedTime) == 0x000028, "Wrong size on UDayNightCustomBlendDomainNormalizedTime"); \ #define DUMPER7_ASSERTS_USkyStateOverride \ static_assert(alignof(USkyStateOverride) == 0x000008, "Wrong alignment on USkyStateOverride"); \ static_assert(sizeof(USkyStateOverride) == 0x000030, "Wrong size on USkyStateOverride"); \ #define DUMPER7_ASSERTS_USkyStateOverrideCelestialSphereRotator \ static_assert(alignof(USkyStateOverrideCelestialSphereRotator) == 0x000008, "Wrong alignment on USkyStateOverrideCelestialSphereRotator"); \ static_assert(sizeof(USkyStateOverrideCelestialSphereRotator) == 0x000048, "Wrong size on USkyStateOverrideCelestialSphereRotator"); \ static_assert(offsetof(USkyStateOverrideCelestialSphereRotator, Rotator) == 0x000030, "Member 'USkyStateOverrideCelestialSphereRotator::Rotator' has a wrong offset!"); \ static_assert(offsetof(USkyStateOverrideCelestialSphereRotator, Priority) == 0x00003C, "Member 'USkyStateOverrideCelestialSphereRotator::Priority' has a wrong offset!"); \ static_assert(offsetof(USkyStateOverrideCelestialSphereRotator, bEnabled) == 0x000040, "Member 'USkyStateOverrideCelestialSphereRotator::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightCustomBlendDomainDayNightNormalizedTimeCurve \ static_assert(alignof(UDayNightCustomBlendDomainDayNightNormalizedTimeCurve) == 0x000008, "Wrong alignment on UDayNightCustomBlendDomainDayNightNormalizedTimeCurve"); \ static_assert(sizeof(UDayNightCustomBlendDomainDayNightNormalizedTimeCurve) == 0x000038, "Wrong size on UDayNightCustomBlendDomainDayNightNormalizedTimeCurve"); \ static_assert(offsetof(UDayNightCustomBlendDomainDayNightNormalizedTimeCurve, NormalizedTimeCurve) == 0x000028, "Member 'UDayNightCustomBlendDomainDayNightNormalizedTimeCurve::NormalizedTimeCurve' has a wrong offset!"); \ static_assert(offsetof(UDayNightCustomBlendDomainDayNightNormalizedTimeCurve, bMirrorAroundNoon) == 0x000030, "Member 'UDayNightCustomBlendDomainDayNightNormalizedTimeCurve::bMirrorAroundNoon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightCustomBlendDomainDayNightComputeOnly \ static_assert(alignof(UDayNightCustomBlendDomainDayNightComputeOnly) == 0x000008, "Wrong alignment on UDayNightCustomBlendDomainDayNightComputeOnly"); \ static_assert(sizeof(UDayNightCustomBlendDomainDayNightComputeOnly) == 0x000028, "Wrong size on UDayNightCustomBlendDomainDayNightComputeOnly"); \ #define DUMPER7_ASSERTS_UGeocentricOrbitsComponent \ static_assert(alignof(UGeocentricOrbitsComponent) == 0x000010, "Wrong alignment on UGeocentricOrbitsComponent"); \ static_assert(sizeof(UGeocentricOrbitsComponent) == 0x000550, "Wrong size on UGeocentricOrbitsComponent"); \ static_assert(offsetof(UGeocentricOrbitsComponent, Show) == 0x000218, "Member 'UGeocentricOrbitsComponent::Show' has a wrong offset!"); \ static_assert(offsetof(UGeocentricOrbitsComponent, Advanced) == 0x000220, "Member 'UGeocentricOrbitsComponent::Advanced' has a wrong offset!"); \ static_assert(offsetof(UGeocentricOrbitsComponent, ComputedForDate) == 0x000258, "Member 'UGeocentricOrbitsComponent::ComputedForDate' has a wrong offset!"); \ static_assert(offsetof(UGeocentricOrbitsComponent, ComputedForTopographicObserver) == 0x000260, "Member 'UGeocentricOrbitsComponent::ComputedForTopographicObserver' has a wrong offset!"); \ static_assert(offsetof(UGeocentricOrbitsComponent, SplineMesh) == 0x000278, "Member 'UGeocentricOrbitsComponent::SplineMesh' has a wrong offset!"); \ static_assert(offsetof(UGeocentricOrbitsComponent, SunSplineMeshMaterial) == 0x000280, "Member 'UGeocentricOrbitsComponent::SunSplineMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(UGeocentricOrbitsComponent, MoonSplineMeshMaterial) == 0x000288, "Member 'UGeocentricOrbitsComponent::MoonSplineMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(UGeocentricOrbitsComponent, VenusSplineMeshMaterial) == 0x000290, "Member 'UGeocentricOrbitsComponent::VenusSplineMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(UGeocentricOrbitsComponent, MarsSplineMeshMaterial) == 0x000298, "Member 'UGeocentricOrbitsComponent::MarsSplineMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(UGeocentricOrbitsComponent, JupiterSplineMeshMaterial) == 0x0002A0, "Member 'UGeocentricOrbitsComponent::JupiterSplineMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(UGeocentricOrbitsComponent, SaturnSplineMeshMaterial) == 0x0002A8, "Member 'UGeocentricOrbitsComponent::SaturnSplineMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(UGeocentricOrbitsComponent, SunPath) == 0x0002B0, "Member 'UGeocentricOrbitsComponent::SunPath' has a wrong offset!"); \ static_assert(offsetof(UGeocentricOrbitsComponent, MoonPath) == 0x000318, "Member 'UGeocentricOrbitsComponent::MoonPath' has a wrong offset!"); \ static_assert(offsetof(UGeocentricOrbitsComponent, VenusPath) == 0x000380, "Member 'UGeocentricOrbitsComponent::VenusPath' has a wrong offset!"); \ static_assert(offsetof(UGeocentricOrbitsComponent, MarsPath) == 0x0003E8, "Member 'UGeocentricOrbitsComponent::MarsPath' has a wrong offset!"); \ static_assert(offsetof(UGeocentricOrbitsComponent, JupiterPath) == 0x000450, "Member 'UGeocentricOrbitsComponent::JupiterPath' has a wrong offset!"); \ static_assert(offsetof(UGeocentricOrbitsComponent, SaturnPath) == 0x0004B8, "Member 'UGeocentricOrbitsComponent::SaturnPath' has a wrong offset!"); \ static_assert(offsetof(UGeocentricOrbitsComponent, OrbitResources) == 0x000520, "Member 'UGeocentricOrbitsComponent::OrbitResources' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightCustomBlendDomainDayNightSunDiskVisibility \ static_assert(alignof(UDayNightCustomBlendDomainDayNightSunDiskVisibility) == 0x000008, "Wrong alignment on UDayNightCustomBlendDomainDayNightSunDiskVisibility"); \ static_assert(sizeof(UDayNightCustomBlendDomainDayNightSunDiskVisibility) == 0x000028, "Wrong size on UDayNightCustomBlendDomainDayNightSunDiskVisibility"); \ #define DUMPER7_ASSERTS_UDayNightCustomBlendDomainDayNightMoonDiskVisibility \ static_assert(alignof(UDayNightCustomBlendDomainDayNightMoonDiskVisibility) == 0x000008, "Wrong alignment on UDayNightCustomBlendDomainDayNightMoonDiskVisibility"); \ static_assert(sizeof(UDayNightCustomBlendDomainDayNightMoonDiskVisibility) == 0x000028, "Wrong size on UDayNightCustomBlendDomainDayNightMoonDiskVisibility"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineIdealSunPathData \ static_assert(alignof(UEphemerisSubroutineIdealSunPathData) == 0x000008, "Wrong alignment on UEphemerisSubroutineIdealSunPathData"); \ static_assert(sizeof(UEphemerisSubroutineIdealSunPathData) == 0x0001A0, "Wrong size on UEphemerisSubroutineIdealSunPathData"); \ static_assert(offsetof(UEphemerisSubroutineIdealSunPathData, SolarDay) == 0x000028, "Member 'UEphemerisSubroutineIdealSunPathData::SolarDay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightCustomBlendDomainDayNightAltitudeRemap \ static_assert(alignof(UDayNightCustomBlendDomainDayNightAltitudeRemap) == 0x000008, "Wrong alignment on UDayNightCustomBlendDomainDayNightAltitudeRemap"); \ static_assert(sizeof(UDayNightCustomBlendDomainDayNightAltitudeRemap) == 0x000038, "Wrong size on UDayNightCustomBlendDomainDayNightAltitudeRemap"); \ static_assert(offsetof(UDayNightCustomBlendDomainDayNightAltitudeRemap, AltitudeMin) == 0x000028, "Member 'UDayNightCustomBlendDomainDayNightAltitudeRemap::AltitudeMin' has a wrong offset!"); \ static_assert(offsetof(UDayNightCustomBlendDomainDayNightAltitudeRemap, AltitudeMax) == 0x00002C, "Member 'UDayNightCustomBlendDomainDayNightAltitudeRemap::AltitudeMax' has a wrong offset!"); \ static_assert(offsetof(UDayNightCustomBlendDomainDayNightAltitudeRemap, OunputMin) == 0x000030, "Member 'UDayNightCustomBlendDomainDayNightAltitudeRemap::OunputMin' has a wrong offset!"); \ static_assert(offsetof(UDayNightCustomBlendDomainDayNightAltitudeRemap, OutputMax) == 0x000034, "Member 'UDayNightCustomBlendDomainDayNightAltitudeRemap::OutputMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightCustomBlendDomainDayNightAltitudeCurveRemap \ static_assert(alignof(UDayNightCustomBlendDomainDayNightAltitudeCurveRemap) == 0x000008, "Wrong alignment on UDayNightCustomBlendDomainDayNightAltitudeCurveRemap"); \ static_assert(sizeof(UDayNightCustomBlendDomainDayNightAltitudeCurveRemap) == 0x000030, "Wrong size on UDayNightCustomBlendDomainDayNightAltitudeCurveRemap"); \ static_assert(offsetof(UDayNightCustomBlendDomainDayNightAltitudeCurveRemap, AltitudeRemapCurve) == 0x000028, "Member 'UDayNightCustomBlendDomainDayNightAltitudeCurveRemap::AltitudeRemapCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightCustomBlendDomainDayNightSunAltitudeRemap \ static_assert(alignof(UDayNightCustomBlendDomainDayNightSunAltitudeRemap) == 0x000008, "Wrong alignment on UDayNightCustomBlendDomainDayNightSunAltitudeRemap"); \ static_assert(sizeof(UDayNightCustomBlendDomainDayNightSunAltitudeRemap) == 0x000038, "Wrong size on UDayNightCustomBlendDomainDayNightSunAltitudeRemap"); \ #define DUMPER7_ASSERTS_UDayNightCustomBlendDomainDayNightSunAltitudeCurveRemap \ static_assert(alignof(UDayNightCustomBlendDomainDayNightSunAltitudeCurveRemap) == 0x000008, "Wrong alignment on UDayNightCustomBlendDomainDayNightSunAltitudeCurveRemap"); \ static_assert(sizeof(UDayNightCustomBlendDomainDayNightSunAltitudeCurveRemap) == 0x000030, "Wrong size on UDayNightCustomBlendDomainDayNightSunAltitudeCurveRemap"); \ #define DUMPER7_ASSERTS_TimeOverrideBase_TimeOverrideCanSetDateTime \ static_assert(alignof(TimeOverrideBase_TimeOverrideCanSetDateTime) == 0x000001, "Wrong alignment on TimeOverrideBase_TimeOverrideCanSetDateTime"); \ static_assert(sizeof(TimeOverrideBase_TimeOverrideCanSetDateTime) == 0x000001, "Wrong size on TimeOverrideBase_TimeOverrideCanSetDateTime"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideCanSetDateTime, bSupported) == 0x000000, "Member 'TimeOverrideBase_TimeOverrideCanSetDateTime::bSupported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBase_TimeOverrideCanSetEnable \ static_assert(alignof(TimeOverrideBase_TimeOverrideCanSetEnable) == 0x000001, "Wrong alignment on TimeOverrideBase_TimeOverrideCanSetEnable"); \ static_assert(sizeof(TimeOverrideBase_TimeOverrideCanSetEnable) == 0x000001, "Wrong size on TimeOverrideBase_TimeOverrideCanSetEnable"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideCanSetEnable, bSupported) == 0x000000, "Member 'TimeOverrideBase_TimeOverrideCanSetEnable::bSupported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBase_TimeOverrideCanSetNormalizedTime \ static_assert(alignof(TimeOverrideBase_TimeOverrideCanSetNormalizedTime) == 0x000001, "Wrong alignment on TimeOverrideBase_TimeOverrideCanSetNormalizedTime"); \ static_assert(sizeof(TimeOverrideBase_TimeOverrideCanSetNormalizedTime) == 0x000001, "Wrong size on TimeOverrideBase_TimeOverrideCanSetNormalizedTime"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideCanSetNormalizedTime, bSupported) == 0x000000, "Member 'TimeOverrideBase_TimeOverrideCanSetNormalizedTime::bSupported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBase_TimeOverrideCanSetTime \ static_assert(alignof(TimeOverrideBase_TimeOverrideCanSetTime) == 0x000001, "Wrong alignment on TimeOverrideBase_TimeOverrideCanSetTime"); \ static_assert(sizeof(TimeOverrideBase_TimeOverrideCanSetTime) == 0x000001, "Wrong size on TimeOverrideBase_TimeOverrideCanSetTime"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideCanSetTime, bSupported) == 0x000000, "Member 'TimeOverrideBase_TimeOverrideCanSetTime::bSupported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBase_TimeOverrideGetDateTime \ static_assert(alignof(TimeOverrideBase_TimeOverrideGetDateTime) == 0x000008, "Wrong alignment on TimeOverrideBase_TimeOverrideGetDateTime"); \ static_assert(sizeof(TimeOverrideBase_TimeOverrideGetDateTime) == 0x000010, "Wrong size on TimeOverrideBase_TimeOverrideGetDateTime"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideGetDateTime, CurrentDateTime) == 0x000000, "Member 'TimeOverrideBase_TimeOverrideGetDateTime::CurrentDateTime' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideGetDateTime, bSupported) == 0x000008, "Member 'TimeOverrideBase_TimeOverrideGetDateTime::bSupported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBase_TimeOverrideGetNormalizedTime \ static_assert(alignof(TimeOverrideBase_TimeOverrideGetNormalizedTime) == 0x000004, "Wrong alignment on TimeOverrideBase_TimeOverrideGetNormalizedTime"); \ static_assert(sizeof(TimeOverrideBase_TimeOverrideGetNormalizedTime) == 0x000008, "Wrong size on TimeOverrideBase_TimeOverrideGetNormalizedTime"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideGetNormalizedTime, CurrentNormalizedTime) == 0x000000, "Member 'TimeOverrideBase_TimeOverrideGetNormalizedTime::CurrentNormalizedTime' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideGetNormalizedTime, bSupported) == 0x000004, "Member 'TimeOverrideBase_TimeOverrideGetNormalizedTime::bSupported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBase_TimeOverrideGetPriority \ static_assert(alignof(TimeOverrideBase_TimeOverrideGetPriority) == 0x000004, "Wrong alignment on TimeOverrideBase_TimeOverrideGetPriority"); \ static_assert(sizeof(TimeOverrideBase_TimeOverrideGetPriority) == 0x000004, "Wrong size on TimeOverrideBase_TimeOverrideGetPriority"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideGetPriority, Priority) == 0x000000, "Member 'TimeOverrideBase_TimeOverrideGetPriority::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBase_TimeOverrideGetTime \ static_assert(alignof(TimeOverrideBase_TimeOverrideGetTime) == 0x000008, "Wrong alignment on TimeOverrideBase_TimeOverrideGetTime"); \ static_assert(sizeof(TimeOverrideBase_TimeOverrideGetTime) == 0x000010, "Wrong size on TimeOverrideBase_TimeOverrideGetTime"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideGetTime, CurrentTime) == 0x000000, "Member 'TimeOverrideBase_TimeOverrideGetTime::CurrentTime' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideGetTime, bSupported) == 0x000008, "Member 'TimeOverrideBase_TimeOverrideGetTime::bSupported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBase_TimeOverrideHasDateTime \ static_assert(alignof(TimeOverrideBase_TimeOverrideHasDateTime) == 0x000001, "Wrong alignment on TimeOverrideBase_TimeOverrideHasDateTime"); \ static_assert(sizeof(TimeOverrideBase_TimeOverrideHasDateTime) == 0x000001, "Wrong size on TimeOverrideBase_TimeOverrideHasDateTime"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideHasDateTime, bSupported) == 0x000000, "Member 'TimeOverrideBase_TimeOverrideHasDateTime::bSupported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBase_TimeOverrideHasNormalizedTime \ static_assert(alignof(TimeOverrideBase_TimeOverrideHasNormalizedTime) == 0x000001, "Wrong alignment on TimeOverrideBase_TimeOverrideHasNormalizedTime"); \ static_assert(sizeof(TimeOverrideBase_TimeOverrideHasNormalizedTime) == 0x000001, "Wrong size on TimeOverrideBase_TimeOverrideHasNormalizedTime"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideHasNormalizedTime, bSupported) == 0x000000, "Member 'TimeOverrideBase_TimeOverrideHasNormalizedTime::bSupported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBase_TimeOverrideHasTime \ static_assert(alignof(TimeOverrideBase_TimeOverrideHasTime) == 0x000001, "Wrong alignment on TimeOverrideBase_TimeOverrideHasTime"); \ static_assert(sizeof(TimeOverrideBase_TimeOverrideHasTime) == 0x000001, "Wrong size on TimeOverrideBase_TimeOverrideHasTime"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideHasTime, bSupported) == 0x000000, "Member 'TimeOverrideBase_TimeOverrideHasTime::bSupported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBase_TimeOverrideIsEnabled \ static_assert(alignof(TimeOverrideBase_TimeOverrideIsEnabled) == 0x000001, "Wrong alignment on TimeOverrideBase_TimeOverrideIsEnabled"); \ static_assert(sizeof(TimeOverrideBase_TimeOverrideIsEnabled) == 0x000001, "Wrong size on TimeOverrideBase_TimeOverrideIsEnabled"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideIsEnabled, bEnabled) == 0x000000, "Member 'TimeOverrideBase_TimeOverrideIsEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBase_TimeOverrideSetDateTime \ static_assert(alignof(TimeOverrideBase_TimeOverrideSetDateTime) == 0x000008, "Wrong alignment on TimeOverrideBase_TimeOverrideSetDateTime"); \ static_assert(sizeof(TimeOverrideBase_TimeOverrideSetDateTime) == 0x000010, "Wrong size on TimeOverrideBase_TimeOverrideSetDateTime"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideSetDateTime, DateTime) == 0x000000, "Member 'TimeOverrideBase_TimeOverrideSetDateTime::DateTime' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideSetDateTime, bSupported) == 0x000008, "Member 'TimeOverrideBase_TimeOverrideSetDateTime::bSupported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBase_TimeOverrideSetEnable \ static_assert(alignof(TimeOverrideBase_TimeOverrideSetEnable) == 0x000001, "Wrong alignment on TimeOverrideBase_TimeOverrideSetEnable"); \ static_assert(sizeof(TimeOverrideBase_TimeOverrideSetEnable) == 0x000002, "Wrong size on TimeOverrideBase_TimeOverrideSetEnable"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideSetEnable, bEnable) == 0x000000, "Member 'TimeOverrideBase_TimeOverrideSetEnable::bEnable' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideSetEnable, bSupported) == 0x000001, "Member 'TimeOverrideBase_TimeOverrideSetEnable::bSupported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBase_TimeOverrideSetNormalizedTime \ static_assert(alignof(TimeOverrideBase_TimeOverrideSetNormalizedTime) == 0x000004, "Wrong alignment on TimeOverrideBase_TimeOverrideSetNormalizedTime"); \ static_assert(sizeof(TimeOverrideBase_TimeOverrideSetNormalizedTime) == 0x000008, "Wrong size on TimeOverrideBase_TimeOverrideSetNormalizedTime"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideSetNormalizedTime, Time) == 0x000000, "Member 'TimeOverrideBase_TimeOverrideSetNormalizedTime::Time' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideSetNormalizedTime, bSupported) == 0x000004, "Member 'TimeOverrideBase_TimeOverrideSetNormalizedTime::bSupported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBase_TimeOverrideSetTime \ static_assert(alignof(TimeOverrideBase_TimeOverrideSetTime) == 0x000008, "Wrong alignment on TimeOverrideBase_TimeOverrideSetTime"); \ static_assert(sizeof(TimeOverrideBase_TimeOverrideSetTime) == 0x000010, "Wrong size on TimeOverrideBase_TimeOverrideSetTime"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideSetTime, Time) == 0x000000, "Member 'TimeOverrideBase_TimeOverrideSetTime::Time' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideBase_TimeOverrideSetTime, bSupported) == 0x000008, "Member 'TimeOverrideBase_TimeOverrideSetTime::bSupported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeOverrideBase \ static_assert(alignof(UTimeOverrideBase) == 0x000008, "Wrong alignment on UTimeOverrideBase"); \ static_assert(sizeof(UTimeOverrideBase) == 0x000030, "Wrong size on UTimeOverrideBase"); \ #define DUMPER7_ASSERTS_UTimeOverrideDateTime \ static_assert(alignof(UTimeOverrideDateTime) == 0x000008, "Wrong alignment on UTimeOverrideDateTime"); \ static_assert(sizeof(UTimeOverrideDateTime) == 0x000030, "Wrong size on UTimeOverrideDateTime"); \ #define DUMPER7_ASSERTS_UDayNightCustomBlendDomainDayNightMoonAltitudeRemap \ static_assert(alignof(UDayNightCustomBlendDomainDayNightMoonAltitudeRemap) == 0x000008, "Wrong alignment on UDayNightCustomBlendDomainDayNightMoonAltitudeRemap"); \ static_assert(sizeof(UDayNightCustomBlendDomainDayNightMoonAltitudeRemap) == 0x000038, "Wrong size on UDayNightCustomBlendDomainDayNightMoonAltitudeRemap"); \ #define DUMPER7_ASSERTS_UDayNightCustomBlendDomainDayNightMoonAltitudeCurveRemap \ static_assert(alignof(UDayNightCustomBlendDomainDayNightMoonAltitudeCurveRemap) == 0x000008, "Wrong alignment on UDayNightCustomBlendDomainDayNightMoonAltitudeCurveRemap"); \ static_assert(sizeof(UDayNightCustomBlendDomainDayNightMoonAltitudeCurveRemap) == 0x000030, "Wrong size on UDayNightCustomBlendDomainDayNightMoonAltitudeCurveRemap"); \ #define DUMPER7_ASSERTS_DayNightEVents_DateTimeInputAsDateTime \ static_assert(alignof(DayNightEVents_DateTimeInputAsDateTime) == 0x000008, "Wrong alignment on DayNightEVents_DateTimeInputAsDateTime"); \ static_assert(sizeof(DayNightEVents_DateTimeInputAsDateTime) == 0x000028, "Wrong size on DayNightEVents_DateTimeInputAsDateTime"); \ static_assert(offsetof(DayNightEVents_DateTimeInputAsDateTime, DateTimeInput) == 0x000000, "Member 'DayNightEVents_DateTimeInputAsDateTime::DateTimeInput' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DateTimeInputAsDateTime, Valid) == 0x000018, "Member 'DayNightEVents_DateTimeInputAsDateTime::Valid' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DateTimeInputAsDateTime, ReturnValue) == 0x000020, "Member 'DayNightEVents_DateTimeInputAsDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightAddActorGameTimeEvent \ static_assert(alignof(DayNightEVents_DayNightAddActorGameTimeEvent) == 0x000008, "Wrong alignment on DayNightEVents_DayNightAddActorGameTimeEvent"); \ static_assert(sizeof(DayNightEVents_DayNightAddActorGameTimeEvent) == 0x000028, "Wrong size on DayNightEVents_DayNightAddActorGameTimeEvent"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorGameTimeEvent, Actor) == 0x000000, "Member 'DayNightEVents_DayNightAddActorGameTimeEvent::Actor' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorGameTimeEvent, EventName) == 0x000008, "Member 'DayNightEVents_DayNightAddActorGameTimeEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorGameTimeEvent, DayNightEvent) == 0x000010, "Member 'DayNightEVents_DayNightAddActorGameTimeEvent::DayNightEvent' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorGameTimeEvent, ReturnValue) == 0x000020, "Member 'DayNightEVents_DayNightAddActorGameTimeEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightAddActorMoonEvent \ static_assert(alignof(DayNightEVents_DayNightAddActorMoonEvent) == 0x000008, "Wrong alignment on DayNightEVents_DayNightAddActorMoonEvent"); \ static_assert(sizeof(DayNightEVents_DayNightAddActorMoonEvent) == 0x000028, "Wrong size on DayNightEVents_DayNightAddActorMoonEvent"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorMoonEvent, Actor) == 0x000000, "Member 'DayNightEVents_DayNightAddActorMoonEvent::Actor' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorMoonEvent, EventName) == 0x000008, "Member 'DayNightEVents_DayNightAddActorMoonEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorMoonEvent, DayNightEvent) == 0x000010, "Member 'DayNightEVents_DayNightAddActorMoonEvent::DayNightEvent' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorMoonEvent, ReturnValue) == 0x000024, "Member 'DayNightEVents_DayNightAddActorMoonEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightAddActorSunChangeEvent \ static_assert(alignof(DayNightEVents_DayNightAddActorSunChangeEvent) == 0x000008, "Wrong alignment on DayNightEVents_DayNightAddActorSunChangeEvent"); \ static_assert(sizeof(DayNightEVents_DayNightAddActorSunChangeEvent) == 0x000028, "Wrong size on DayNightEVents_DayNightAddActorSunChangeEvent"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorSunChangeEvent, Actor) == 0x000000, "Member 'DayNightEVents_DayNightAddActorSunChangeEvent::Actor' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorSunChangeEvent, EventName) == 0x000008, "Member 'DayNightEVents_DayNightAddActorSunChangeEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorSunChangeEvent, DayNightEvent) == 0x000010, "Member 'DayNightEVents_DayNightAddActorSunChangeEvent::DayNightEvent' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorSunChangeEvent, ReturnValue) == 0x000024, "Member 'DayNightEVents_DayNightAddActorSunChangeEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightAddActorSunEvent \ static_assert(alignof(DayNightEVents_DayNightAddActorSunEvent) == 0x000008, "Wrong alignment on DayNightEVents_DayNightAddActorSunEvent"); \ static_assert(sizeof(DayNightEVents_DayNightAddActorSunEvent) == 0x000020, "Wrong size on DayNightEVents_DayNightAddActorSunEvent"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorSunEvent, Actor) == 0x000000, "Member 'DayNightEVents_DayNightAddActorSunEvent::Actor' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorSunEvent, EventName) == 0x000008, "Member 'DayNightEVents_DayNightAddActorSunEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorSunEvent, DayNightEvent) == 0x000010, "Member 'DayNightEVents_DayNightAddActorSunEvent::DayNightEvent' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorSunEvent, ReturnValue) == 0x000018, "Member 'DayNightEVents_DayNightAddActorSunEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightAddActorTimeEvent \ static_assert(alignof(DayNightEVents_DayNightAddActorTimeEvent) == 0x000008, "Wrong alignment on DayNightEVents_DayNightAddActorTimeEvent"); \ static_assert(sizeof(DayNightEVents_DayNightAddActorTimeEvent) == 0x000028, "Wrong size on DayNightEVents_DayNightAddActorTimeEvent"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorTimeEvent, Actor) == 0x000000, "Member 'DayNightEVents_DayNightAddActorTimeEvent::Actor' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorTimeEvent, EventName) == 0x000008, "Member 'DayNightEVents_DayNightAddActorTimeEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorTimeEvent, DayNightEvent) == 0x000010, "Member 'DayNightEVents_DayNightAddActorTimeEvent::DayNightEvent' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddActorTimeEvent, ReturnValue) == 0x000020, "Member 'DayNightEVents_DayNightAddActorTimeEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightAddComponentGameTimeEvent \ static_assert(alignof(DayNightEVents_DayNightAddComponentGameTimeEvent) == 0x000008, "Wrong alignment on DayNightEVents_DayNightAddComponentGameTimeEvent"); \ static_assert(sizeof(DayNightEVents_DayNightAddComponentGameTimeEvent) == 0x000028, "Wrong size on DayNightEVents_DayNightAddComponentGameTimeEvent"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentGameTimeEvent, Component) == 0x000000, "Member 'DayNightEVents_DayNightAddComponentGameTimeEvent::Component' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentGameTimeEvent, EventName) == 0x000008, "Member 'DayNightEVents_DayNightAddComponentGameTimeEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentGameTimeEvent, DayNightEvent) == 0x000010, "Member 'DayNightEVents_DayNightAddComponentGameTimeEvent::DayNightEvent' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentGameTimeEvent, ReturnValue) == 0x000020, "Member 'DayNightEVents_DayNightAddComponentGameTimeEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightAddComponentMoonEvent \ static_assert(alignof(DayNightEVents_DayNightAddComponentMoonEvent) == 0x000008, "Wrong alignment on DayNightEVents_DayNightAddComponentMoonEvent"); \ static_assert(sizeof(DayNightEVents_DayNightAddComponentMoonEvent) == 0x000028, "Wrong size on DayNightEVents_DayNightAddComponentMoonEvent"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentMoonEvent, Component) == 0x000000, "Member 'DayNightEVents_DayNightAddComponentMoonEvent::Component' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentMoonEvent, EventName) == 0x000008, "Member 'DayNightEVents_DayNightAddComponentMoonEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentMoonEvent, DayNightEvent) == 0x000010, "Member 'DayNightEVents_DayNightAddComponentMoonEvent::DayNightEvent' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentMoonEvent, ReturnValue) == 0x000024, "Member 'DayNightEVents_DayNightAddComponentMoonEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightAddComponentSunChangeEvent \ static_assert(alignof(DayNightEVents_DayNightAddComponentSunChangeEvent) == 0x000008, "Wrong alignment on DayNightEVents_DayNightAddComponentSunChangeEvent"); \ static_assert(sizeof(DayNightEVents_DayNightAddComponentSunChangeEvent) == 0x000028, "Wrong size on DayNightEVents_DayNightAddComponentSunChangeEvent"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentSunChangeEvent, Component) == 0x000000, "Member 'DayNightEVents_DayNightAddComponentSunChangeEvent::Component' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentSunChangeEvent, EventName) == 0x000008, "Member 'DayNightEVents_DayNightAddComponentSunChangeEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentSunChangeEvent, DayNightEvent) == 0x000010, "Member 'DayNightEVents_DayNightAddComponentSunChangeEvent::DayNightEvent' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentSunChangeEvent, ReturnValue) == 0x000024, "Member 'DayNightEVents_DayNightAddComponentSunChangeEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightAddComponentSunEvent \ static_assert(alignof(DayNightEVents_DayNightAddComponentSunEvent) == 0x000008, "Wrong alignment on DayNightEVents_DayNightAddComponentSunEvent"); \ static_assert(sizeof(DayNightEVents_DayNightAddComponentSunEvent) == 0x000020, "Wrong size on DayNightEVents_DayNightAddComponentSunEvent"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentSunEvent, Component) == 0x000000, "Member 'DayNightEVents_DayNightAddComponentSunEvent::Component' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentSunEvent, EventName) == 0x000008, "Member 'DayNightEVents_DayNightAddComponentSunEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentSunEvent, DayNightEvent) == 0x000010, "Member 'DayNightEVents_DayNightAddComponentSunEvent::DayNightEvent' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentSunEvent, ReturnValue) == 0x000018, "Member 'DayNightEVents_DayNightAddComponentSunEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightAddComponentTimeEvent \ static_assert(alignof(DayNightEVents_DayNightAddComponentTimeEvent) == 0x000008, "Wrong alignment on DayNightEVents_DayNightAddComponentTimeEvent"); \ static_assert(sizeof(DayNightEVents_DayNightAddComponentTimeEvent) == 0x000028, "Wrong size on DayNightEVents_DayNightAddComponentTimeEvent"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentTimeEvent, Component) == 0x000000, "Member 'DayNightEVents_DayNightAddComponentTimeEvent::Component' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentTimeEvent, EventName) == 0x000008, "Member 'DayNightEVents_DayNightAddComponentTimeEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentTimeEvent, DayNightEvent) == 0x000010, "Member 'DayNightEVents_DayNightAddComponentTimeEvent::DayNightEvent' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddComponentTimeEvent, ReturnValue) == 0x000020, "Member 'DayNightEVents_DayNightAddComponentTimeEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightAddGlobalGameTimeEvent \ static_assert(alignof(DayNightEVents_DayNightAddGlobalGameTimeEvent) == 0x000008, "Wrong alignment on DayNightEVents_DayNightAddGlobalGameTimeEvent"); \ static_assert(sizeof(DayNightEVents_DayNightAddGlobalGameTimeEvent) == 0x000030, "Wrong size on DayNightEVents_DayNightAddGlobalGameTimeEvent"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalGameTimeEvent, WorldContextObject) == 0x000000, "Member 'DayNightEVents_DayNightAddGlobalGameTimeEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalGameTimeEvent, GlobalEventGroup) == 0x000008, "Member 'DayNightEVents_DayNightAddGlobalGameTimeEvent::GlobalEventGroup' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalGameTimeEvent, EventName) == 0x000010, "Member 'DayNightEVents_DayNightAddGlobalGameTimeEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalGameTimeEvent, DayNightEvent) == 0x000018, "Member 'DayNightEVents_DayNightAddGlobalGameTimeEvent::DayNightEvent' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalGameTimeEvent, ReturnValue) == 0x000028, "Member 'DayNightEVents_DayNightAddGlobalGameTimeEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightAddGlobalMoonEvent \ static_assert(alignof(DayNightEVents_DayNightAddGlobalMoonEvent) == 0x000008, "Wrong alignment on DayNightEVents_DayNightAddGlobalMoonEvent"); \ static_assert(sizeof(DayNightEVents_DayNightAddGlobalMoonEvent) == 0x000030, "Wrong size on DayNightEVents_DayNightAddGlobalMoonEvent"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalMoonEvent, WorldContextObject) == 0x000000, "Member 'DayNightEVents_DayNightAddGlobalMoonEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalMoonEvent, GlobalEventGroup) == 0x000008, "Member 'DayNightEVents_DayNightAddGlobalMoonEvent::GlobalEventGroup' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalMoonEvent, EventName) == 0x000010, "Member 'DayNightEVents_DayNightAddGlobalMoonEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalMoonEvent, DayNightEvent) == 0x000018, "Member 'DayNightEVents_DayNightAddGlobalMoonEvent::DayNightEvent' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalMoonEvent, ReturnValue) == 0x00002C, "Member 'DayNightEVents_DayNightAddGlobalMoonEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightAddGlobalSunChangeEvent \ static_assert(alignof(DayNightEVents_DayNightAddGlobalSunChangeEvent) == 0x000008, "Wrong alignment on DayNightEVents_DayNightAddGlobalSunChangeEvent"); \ static_assert(sizeof(DayNightEVents_DayNightAddGlobalSunChangeEvent) == 0x000030, "Wrong size on DayNightEVents_DayNightAddGlobalSunChangeEvent"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalSunChangeEvent, WorldContextObject) == 0x000000, "Member 'DayNightEVents_DayNightAddGlobalSunChangeEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalSunChangeEvent, GlobalEventGroup) == 0x000008, "Member 'DayNightEVents_DayNightAddGlobalSunChangeEvent::GlobalEventGroup' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalSunChangeEvent, EventName) == 0x000010, "Member 'DayNightEVents_DayNightAddGlobalSunChangeEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalSunChangeEvent, DayNightEvent) == 0x000018, "Member 'DayNightEVents_DayNightAddGlobalSunChangeEvent::DayNightEvent' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalSunChangeEvent, ReturnValue) == 0x00002C, "Member 'DayNightEVents_DayNightAddGlobalSunChangeEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightAddGlobalSunEvent \ static_assert(alignof(DayNightEVents_DayNightAddGlobalSunEvent) == 0x000008, "Wrong alignment on DayNightEVents_DayNightAddGlobalSunEvent"); \ static_assert(sizeof(DayNightEVents_DayNightAddGlobalSunEvent) == 0x000028, "Wrong size on DayNightEVents_DayNightAddGlobalSunEvent"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalSunEvent, WorldContextObject) == 0x000000, "Member 'DayNightEVents_DayNightAddGlobalSunEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalSunEvent, GlobalEventGroup) == 0x000008, "Member 'DayNightEVents_DayNightAddGlobalSunEvent::GlobalEventGroup' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalSunEvent, EventName) == 0x000010, "Member 'DayNightEVents_DayNightAddGlobalSunEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalSunEvent, DayNightEvent) == 0x000018, "Member 'DayNightEVents_DayNightAddGlobalSunEvent::DayNightEvent' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalSunEvent, ReturnValue) == 0x000020, "Member 'DayNightEVents_DayNightAddGlobalSunEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightAddGlobalTimeEvent \ static_assert(alignof(DayNightEVents_DayNightAddGlobalTimeEvent) == 0x000008, "Wrong alignment on DayNightEVents_DayNightAddGlobalTimeEvent"); \ static_assert(sizeof(DayNightEVents_DayNightAddGlobalTimeEvent) == 0x000030, "Wrong size on DayNightEVents_DayNightAddGlobalTimeEvent"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalTimeEvent, WorldContextObject) == 0x000000, "Member 'DayNightEVents_DayNightAddGlobalTimeEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalTimeEvent, GlobalEventGroup) == 0x000008, "Member 'DayNightEVents_DayNightAddGlobalTimeEvent::GlobalEventGroup' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalTimeEvent, EventName) == 0x000010, "Member 'DayNightEVents_DayNightAddGlobalTimeEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalTimeEvent, DayNightEvent) == 0x000018, "Member 'DayNightEVents_DayNightAddGlobalTimeEvent::DayNightEvent' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightAddGlobalTimeEvent, ReturnValue) == 0x000028, "Member 'DayNightEVents_DayNightAddGlobalTimeEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightBeginPlayActorEvents \ static_assert(alignof(DayNightEVents_DayNightBeginPlayActorEvents) == 0x000008, "Wrong alignment on DayNightEVents_DayNightBeginPlayActorEvents"); \ static_assert(sizeof(DayNightEVents_DayNightBeginPlayActorEvents) == 0x000010, "Wrong size on DayNightEVents_DayNightBeginPlayActorEvents"); \ static_assert(offsetof(DayNightEVents_DayNightBeginPlayActorEvents, Actor) == 0x000000, "Member 'DayNightEVents_DayNightBeginPlayActorEvents::Actor' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightBeginPlayActorEvents, ReturnValue) == 0x000008, "Member 'DayNightEVents_DayNightBeginPlayActorEvents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightBeginPlayComponentEvents \ static_assert(alignof(DayNightEVents_DayNightBeginPlayComponentEvents) == 0x000008, "Wrong alignment on DayNightEVents_DayNightBeginPlayComponentEvents"); \ static_assert(sizeof(DayNightEVents_DayNightBeginPlayComponentEvents) == 0x000010, "Wrong size on DayNightEVents_DayNightBeginPlayComponentEvents"); \ static_assert(offsetof(DayNightEVents_DayNightBeginPlayComponentEvents, Component) == 0x000000, "Member 'DayNightEVents_DayNightBeginPlayComponentEvents::Component' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightBeginPlayComponentEvents, ReturnValue) == 0x000008, "Member 'DayNightEVents_DayNightBeginPlayComponentEvents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightEventsCurrentState \ static_assert(alignof(DayNightEVents_DayNightEventsCurrentState) == 0x000008, "Wrong alignment on DayNightEVents_DayNightEventsCurrentState"); \ static_assert(sizeof(DayNightEVents_DayNightEventsCurrentState) == 0x000038, "Wrong size on DayNightEVents_DayNightEventsCurrentState"); \ static_assert(offsetof(DayNightEVents_DayNightEventsCurrentState, WorldContextObject) == 0x000000, "Member 'DayNightEVents_DayNightEventsCurrentState::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightEventsCurrentState, CurrentState) == 0x000008, "Member 'DayNightEVents_DayNightEventsCurrentState::CurrentState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightEventsIsEditorWorld \ static_assert(alignof(DayNightEVents_DayNightEventsIsEditorWorld) == 0x000008, "Wrong alignment on DayNightEVents_DayNightEventsIsEditorWorld"); \ static_assert(sizeof(DayNightEVents_DayNightEventsIsEditorWorld) == 0x000010, "Wrong size on DayNightEVents_DayNightEventsIsEditorWorld"); \ static_assert(offsetof(DayNightEVents_DayNightEventsIsEditorWorld, WorldContextObject) == 0x000000, "Member 'DayNightEVents_DayNightEventsIsEditorWorld::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightEventsIsEditorWorld, bIsEditorWorld) == 0x000008, "Member 'DayNightEVents_DayNightEventsIsEditorWorld::bIsEditorWorld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightEventsLightsCanStartOn \ static_assert(alignof(DayNightEVents_DayNightEventsLightsCanStartOn) == 0x000008, "Wrong alignment on DayNightEVents_DayNightEventsLightsCanStartOn"); \ static_assert(sizeof(DayNightEVents_DayNightEventsLightsCanStartOn) == 0x000010, "Wrong size on DayNightEVents_DayNightEventsLightsCanStartOn"); \ static_assert(offsetof(DayNightEVents_DayNightEventsLightsCanStartOn, WorldContextObject) == 0x000000, "Member 'DayNightEVents_DayNightEventsLightsCanStartOn::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightEventsLightsCanStartOn, bLightsCanStartOn) == 0x000008, "Member 'DayNightEVents_DayNightEventsLightsCanStartOn::bLightsCanStartOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightGetGlobalSunriseEvent \ static_assert(alignof(DayNightEVents_DayNightGetGlobalSunriseEvent) == 0x000004, "Wrong alignment on DayNightEVents_DayNightGetGlobalSunriseEvent"); \ static_assert(sizeof(DayNightEVents_DayNightGetGlobalSunriseEvent) == 0x000008, "Wrong size on DayNightEVents_DayNightGetGlobalSunriseEvent"); \ static_assert(offsetof(DayNightEVents_DayNightGetGlobalSunriseEvent, Event) == 0x000000, "Member 'DayNightEVents_DayNightGetGlobalSunriseEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightGetGlobalSunriseSunsetEventGroup \ static_assert(alignof(DayNightEVents_DayNightGetGlobalSunriseSunsetEventGroup) == 0x000004, "Wrong alignment on DayNightEVents_DayNightGetGlobalSunriseSunsetEventGroup"); \ static_assert(sizeof(DayNightEVents_DayNightGetGlobalSunriseSunsetEventGroup) == 0x000008, "Wrong size on DayNightEVents_DayNightGetGlobalSunriseSunsetEventGroup"); \ static_assert(offsetof(DayNightEVents_DayNightGetGlobalSunriseSunsetEventGroup, EventGroup) == 0x000000, "Member 'DayNightEVents_DayNightGetGlobalSunriseSunsetEventGroup::EventGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightGetGlobalSunsetEvent \ static_assert(alignof(DayNightEVents_DayNightGetGlobalSunsetEvent) == 0x000004, "Wrong alignment on DayNightEVents_DayNightGetGlobalSunsetEvent"); \ static_assert(sizeof(DayNightEVents_DayNightGetGlobalSunsetEvent) == 0x000008, "Wrong size on DayNightEVents_DayNightGetGlobalSunsetEvent"); \ static_assert(offsetof(DayNightEVents_DayNightGetGlobalSunsetEvent, Event) == 0x000000, "Member 'DayNightEVents_DayNightGetGlobalSunsetEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightGlobalAddActorReceiver \ static_assert(alignof(DayNightEVents_DayNightGlobalAddActorReceiver) == 0x000008, "Wrong alignment on DayNightEVents_DayNightGlobalAddActorReceiver"); \ static_assert(sizeof(DayNightEVents_DayNightGlobalAddActorReceiver) == 0x000018, "Wrong size on DayNightEVents_DayNightGlobalAddActorReceiver"); \ static_assert(offsetof(DayNightEVents_DayNightGlobalAddActorReceiver, Actor) == 0x000000, "Member 'DayNightEVents_DayNightGlobalAddActorReceiver::Actor' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightGlobalAddActorReceiver, GlobalEventGroup) == 0x000008, "Member 'DayNightEVents_DayNightGlobalAddActorReceiver::GlobalEventGroup' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightGlobalAddActorReceiver, ReturnValue) == 0x000010, "Member 'DayNightEVents_DayNightGlobalAddActorReceiver::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightGlobalAddComponentReceiver \ static_assert(alignof(DayNightEVents_DayNightGlobalAddComponentReceiver) == 0x000008, "Wrong alignment on DayNightEVents_DayNightGlobalAddComponentReceiver"); \ static_assert(sizeof(DayNightEVents_DayNightGlobalAddComponentReceiver) == 0x000018, "Wrong size on DayNightEVents_DayNightGlobalAddComponentReceiver"); \ static_assert(offsetof(DayNightEVents_DayNightGlobalAddComponentReceiver, Component) == 0x000000, "Member 'DayNightEVents_DayNightGlobalAddComponentReceiver::Component' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightGlobalAddComponentReceiver, GlobalEventGroup) == 0x000008, "Member 'DayNightEVents_DayNightGlobalAddComponentReceiver::GlobalEventGroup' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightGlobalAddComponentReceiver, ReturnValue) == 0x000010, "Member 'DayNightEVents_DayNightGlobalAddComponentReceiver::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightGlobalRemoveActorReceiver \ static_assert(alignof(DayNightEVents_DayNightGlobalRemoveActorReceiver) == 0x000008, "Wrong alignment on DayNightEVents_DayNightGlobalRemoveActorReceiver"); \ static_assert(sizeof(DayNightEVents_DayNightGlobalRemoveActorReceiver) == 0x000018, "Wrong size on DayNightEVents_DayNightGlobalRemoveActorReceiver"); \ static_assert(offsetof(DayNightEVents_DayNightGlobalRemoveActorReceiver, Actor) == 0x000000, "Member 'DayNightEVents_DayNightGlobalRemoveActorReceiver::Actor' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightGlobalRemoveActorReceiver, GlobalEventGroup) == 0x000008, "Member 'DayNightEVents_DayNightGlobalRemoveActorReceiver::GlobalEventGroup' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightGlobalRemoveActorReceiver, ReturnValue) == 0x000010, "Member 'DayNightEVents_DayNightGlobalRemoveActorReceiver::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightGlobalRemoveAllReceivers \ static_assert(alignof(DayNightEVents_DayNightGlobalRemoveAllReceivers) == 0x000008, "Wrong alignment on DayNightEVents_DayNightGlobalRemoveAllReceivers"); \ static_assert(sizeof(DayNightEVents_DayNightGlobalRemoveAllReceivers) == 0x000018, "Wrong size on DayNightEVents_DayNightGlobalRemoveAllReceivers"); \ static_assert(offsetof(DayNightEVents_DayNightGlobalRemoveAllReceivers, WorldContextObject) == 0x000000, "Member 'DayNightEVents_DayNightGlobalRemoveAllReceivers::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightGlobalRemoveAllReceivers, GlobalEventGroup) == 0x000008, "Member 'DayNightEVents_DayNightGlobalRemoveAllReceivers::GlobalEventGroup' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightGlobalRemoveAllReceivers, ReturnValue) == 0x000010, "Member 'DayNightEVents_DayNightGlobalRemoveAllReceivers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightGlobalRemoveComponentReceiver \ static_assert(alignof(DayNightEVents_DayNightGlobalRemoveComponentReceiver) == 0x000008, "Wrong alignment on DayNightEVents_DayNightGlobalRemoveComponentReceiver"); \ static_assert(sizeof(DayNightEVents_DayNightGlobalRemoveComponentReceiver) == 0x000018, "Wrong size on DayNightEVents_DayNightGlobalRemoveComponentReceiver"); \ static_assert(offsetof(DayNightEVents_DayNightGlobalRemoveComponentReceiver, Component) == 0x000000, "Member 'DayNightEVents_DayNightGlobalRemoveComponentReceiver::Component' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightGlobalRemoveComponentReceiver, GlobalEventGroup) == 0x000008, "Member 'DayNightEVents_DayNightGlobalRemoveComponentReceiver::GlobalEventGroup' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightGlobalRemoveComponentReceiver, ReturnValue) == 0x000010, "Member 'DayNightEVents_DayNightGlobalRemoveComponentReceiver::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightRemoveActorEvents \ static_assert(alignof(DayNightEVents_DayNightRemoveActorEvents) == 0x000008, "Wrong alignment on DayNightEVents_DayNightRemoveActorEvents"); \ static_assert(sizeof(DayNightEVents_DayNightRemoveActorEvents) == 0x000018, "Wrong size on DayNightEVents_DayNightRemoveActorEvents"); \ static_assert(offsetof(DayNightEVents_DayNightRemoveActorEvents, Actor) == 0x000000, "Member 'DayNightEVents_DayNightRemoveActorEvents::Actor' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightRemoveActorEvents, EventName) == 0x000008, "Member 'DayNightEVents_DayNightRemoveActorEvents::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightRemoveActorEvents, ReturnValue) == 0x000010, "Member 'DayNightEVents_DayNightRemoveActorEvents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightRemoveAllActorEvents \ static_assert(alignof(DayNightEVents_DayNightRemoveAllActorEvents) == 0x000008, "Wrong alignment on DayNightEVents_DayNightRemoveAllActorEvents"); \ static_assert(sizeof(DayNightEVents_DayNightRemoveAllActorEvents) == 0x000010, "Wrong size on DayNightEVents_DayNightRemoveAllActorEvents"); \ static_assert(offsetof(DayNightEVents_DayNightRemoveAllActorEvents, Actor) == 0x000000, "Member 'DayNightEVents_DayNightRemoveAllActorEvents::Actor' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightRemoveAllActorEvents, ReturnValue) == 0x000008, "Member 'DayNightEVents_DayNightRemoveAllActorEvents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightRemoveAllComponentEvents \ static_assert(alignof(DayNightEVents_DayNightRemoveAllComponentEvents) == 0x000008, "Wrong alignment on DayNightEVents_DayNightRemoveAllComponentEvents"); \ static_assert(sizeof(DayNightEVents_DayNightRemoveAllComponentEvents) == 0x000010, "Wrong size on DayNightEVents_DayNightRemoveAllComponentEvents"); \ static_assert(offsetof(DayNightEVents_DayNightRemoveAllComponentEvents, Component) == 0x000000, "Member 'DayNightEVents_DayNightRemoveAllComponentEvents::Component' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightRemoveAllComponentEvents, ReturnValue) == 0x000008, "Member 'DayNightEVents_DayNightRemoveAllComponentEvents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightRemoveAllGlobalEvents \ static_assert(alignof(DayNightEVents_DayNightRemoveAllGlobalEvents) == 0x000008, "Wrong alignment on DayNightEVents_DayNightRemoveAllGlobalEvents"); \ static_assert(sizeof(DayNightEVents_DayNightRemoveAllGlobalEvents) == 0x000018, "Wrong size on DayNightEVents_DayNightRemoveAllGlobalEvents"); \ static_assert(offsetof(DayNightEVents_DayNightRemoveAllGlobalEvents, WorldContextObject) == 0x000000, "Member 'DayNightEVents_DayNightRemoveAllGlobalEvents::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightRemoveAllGlobalEvents, GlobalEventGroup) == 0x000008, "Member 'DayNightEVents_DayNightRemoveAllGlobalEvents::GlobalEventGroup' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightRemoveAllGlobalEvents, ReturnValue) == 0x000010, "Member 'DayNightEVents_DayNightRemoveAllGlobalEvents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightRemoveComponentEvents \ static_assert(alignof(DayNightEVents_DayNightRemoveComponentEvents) == 0x000008, "Wrong alignment on DayNightEVents_DayNightRemoveComponentEvents"); \ static_assert(sizeof(DayNightEVents_DayNightRemoveComponentEvents) == 0x000018, "Wrong size on DayNightEVents_DayNightRemoveComponentEvents"); \ static_assert(offsetof(DayNightEVents_DayNightRemoveComponentEvents, Component) == 0x000000, "Member 'DayNightEVents_DayNightRemoveComponentEvents::Component' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightRemoveComponentEvents, EventName) == 0x000008, "Member 'DayNightEVents_DayNightRemoveComponentEvents::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightRemoveComponentEvents, ReturnValue) == 0x000010, "Member 'DayNightEVents_DayNightRemoveComponentEvents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_DayNightRemoveGlobalEvents \ static_assert(alignof(DayNightEVents_DayNightRemoveGlobalEvents) == 0x000008, "Wrong alignment on DayNightEVents_DayNightRemoveGlobalEvents"); \ static_assert(sizeof(DayNightEVents_DayNightRemoveGlobalEvents) == 0x000020, "Wrong size on DayNightEVents_DayNightRemoveGlobalEvents"); \ static_assert(offsetof(DayNightEVents_DayNightRemoveGlobalEvents, WorldContextObject) == 0x000000, "Member 'DayNightEVents_DayNightRemoveGlobalEvents::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightRemoveGlobalEvents, GlobalEventGroup) == 0x000008, "Member 'DayNightEVents_DayNightRemoveGlobalEvents::GlobalEventGroup' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightRemoveGlobalEvents, EventName) == 0x000010, "Member 'DayNightEVents_DayNightRemoveGlobalEvents::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_DayNightRemoveGlobalEvents, ReturnValue) == 0x000018, "Member 'DayNightEVents_DayNightRemoveGlobalEvents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_MoonPhaseAsName \ static_assert(alignof(DayNightEVents_MoonPhaseAsName) == 0x000004, "Wrong alignment on DayNightEVents_MoonPhaseAsName"); \ static_assert(sizeof(DayNightEVents_MoonPhaseAsName) == 0x00000C, "Wrong size on DayNightEVents_MoonPhaseAsName"); \ static_assert(offsetof(DayNightEVents_MoonPhaseAsName, MoonPhase) == 0x000000, "Member 'DayNightEVents_MoonPhaseAsName::MoonPhase' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_MoonPhaseAsName, ReturnValue) == 0x000004, "Member 'DayNightEVents_MoonPhaseAsName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_MoonPhaseAsString \ static_assert(alignof(DayNightEVents_MoonPhaseAsString) == 0x000008, "Wrong alignment on DayNightEVents_MoonPhaseAsString"); \ static_assert(sizeof(DayNightEVents_MoonPhaseAsString) == 0x000018, "Wrong size on DayNightEVents_MoonPhaseAsString"); \ static_assert(offsetof(DayNightEVents_MoonPhaseAsString, MoonPhase) == 0x000000, "Member 'DayNightEVents_MoonPhaseAsString::MoonPhase' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_MoonPhaseAsString, ReturnValue) == 0x000008, "Member 'DayNightEVents_MoonPhaseAsString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_NormalizedTimeAsFloat \ static_assert(alignof(DayNightEVents_NormalizedTimeAsFloat) == 0x000004, "Wrong alignment on DayNightEVents_NormalizedTimeAsFloat"); \ static_assert(sizeof(DayNightEVents_NormalizedTimeAsFloat) == 0x000008, "Wrong size on DayNightEVents_NormalizedTimeAsFloat"); \ static_assert(offsetof(DayNightEVents_NormalizedTimeAsFloat, NormalizedTime) == 0x000000, "Member 'DayNightEVents_NormalizedTimeAsFloat::NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_NormalizedTimeAsFloat, ReturnValue) == 0x000004, "Member 'DayNightEVents_NormalizedTimeAsFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_NormalizedTimeAsString \ static_assert(alignof(DayNightEVents_NormalizedTimeAsString) == 0x000008, "Wrong alignment on DayNightEVents_NormalizedTimeAsString"); \ static_assert(sizeof(DayNightEVents_NormalizedTimeAsString) == 0x000018, "Wrong size on DayNightEVents_NormalizedTimeAsString"); \ static_assert(offsetof(DayNightEVents_NormalizedTimeAsString, NormalizedTime) == 0x000000, "Member 'DayNightEVents_NormalizedTimeAsString::NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_NormalizedTimeAsString, ReturnValue) == 0x000008, "Member 'DayNightEVents_NormalizedTimeAsString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_NormalizedTimeAsTimespan \ static_assert(alignof(DayNightEVents_NormalizedTimeAsTimespan) == 0x000008, "Wrong alignment on DayNightEVents_NormalizedTimeAsTimespan"); \ static_assert(sizeof(DayNightEVents_NormalizedTimeAsTimespan) == 0x000010, "Wrong size on DayNightEVents_NormalizedTimeAsTimespan"); \ static_assert(offsetof(DayNightEVents_NormalizedTimeAsTimespan, NormalizedTime) == 0x000000, "Member 'DayNightEVents_NormalizedTimeAsTimespan::NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_NormalizedTimeAsTimespan, ReturnValue) == 0x000008, "Member 'DayNightEVents_NormalizedTimeAsTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_TimeInputAsFloat \ static_assert(alignof(DayNightEVents_TimeInputAsFloat) == 0x000004, "Wrong alignment on DayNightEVents_TimeInputAsFloat"); \ static_assert(sizeof(DayNightEVents_TimeInputAsFloat) == 0x000010, "Wrong size on DayNightEVents_TimeInputAsFloat"); \ static_assert(offsetof(DayNightEVents_TimeInputAsFloat, TimeInput) == 0x000000, "Member 'DayNightEVents_TimeInputAsFloat::TimeInput' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_TimeInputAsFloat, ReturnValue) == 0x00000C, "Member 'DayNightEVents_TimeInputAsFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEVents_TimeInputAsTimespan \ static_assert(alignof(DayNightEVents_TimeInputAsTimespan) == 0x000008, "Wrong alignment on DayNightEVents_TimeInputAsTimespan"); \ static_assert(sizeof(DayNightEVents_TimeInputAsTimespan) == 0x000018, "Wrong size on DayNightEVents_TimeInputAsTimespan"); \ static_assert(offsetof(DayNightEVents_TimeInputAsTimespan, TimeInput) == 0x000000, "Member 'DayNightEVents_TimeInputAsTimespan::TimeInput' has a wrong offset!"); \ static_assert(offsetof(DayNightEVents_TimeInputAsTimespan, ReturnValue) == 0x000010, "Member 'DayNightEVents_TimeInputAsTimespan::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightEVents \ static_assert(alignof(UDayNightEVents) == 0x000008, "Wrong alignment on UDayNightEVents"); \ static_assert(sizeof(UDayNightEVents) == 0x000028, "Wrong size on UDayNightEVents"); \ #define DUMPER7_ASSERTS_DayNightEventInterface_DayNightMoonEvent \ static_assert(alignof(DayNightEventInterface_DayNightMoonEvent) == 0x000008, "Wrong alignment on DayNightEventInterface_DayNightMoonEvent"); \ static_assert(sizeof(DayNightEventInterface_DayNightMoonEvent) == 0x000030, "Wrong size on DayNightEventInterface_DayNightMoonEvent"); \ static_assert(offsetof(DayNightEventInterface_DayNightMoonEvent, DayNightMaster) == 0x000000, "Member 'DayNightEventInterface_DayNightMoonEvent::DayNightMaster' has a wrong offset!"); \ static_assert(offsetof(DayNightEventInterface_DayNightMoonEvent, EventName) == 0x000008, "Member 'DayNightEventInterface_DayNightMoonEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEventInterface_DayNightMoonEvent, NormalizedTime) == 0x000010, "Member 'DayNightEventInterface_DayNightMoonEvent::NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(DayNightEventInterface_DayNightMoonEvent, GameTime) == 0x000018, "Member 'DayNightEventInterface_DayNightMoonEvent::GameTime' has a wrong offset!"); \ static_assert(offsetof(DayNightEventInterface_DayNightMoonEvent, MoonDirection) == 0x000020, "Member 'DayNightEventInterface_DayNightMoonEvent::MoonDirection' has a wrong offset!"); \ static_assert(offsetof(DayNightEventInterface_DayNightMoonEvent, MoonAltitudeDegrees) == 0x000024, "Member 'DayNightEventInterface_DayNightMoonEvent::MoonAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(DayNightEventInterface_DayNightMoonEvent, Phase) == 0x000028, "Member 'DayNightEventInterface_DayNightMoonEvent::Phase' has a wrong offset!"); \ static_assert(offsetof(DayNightEventInterface_DayNightMoonEvent, bLate) == 0x000029, "Member 'DayNightEventInterface_DayNightMoonEvent::bLate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightEventInterface_DayNightSunEvent \ static_assert(alignof(DayNightEventInterface_DayNightSunEvent) == 0x000008, "Wrong alignment on DayNightEventInterface_DayNightSunEvent"); \ static_assert(sizeof(DayNightEventInterface_DayNightSunEvent) == 0x000030, "Wrong size on DayNightEventInterface_DayNightSunEvent"); \ static_assert(offsetof(DayNightEventInterface_DayNightSunEvent, DayNightMaster) == 0x000000, "Member 'DayNightEventInterface_DayNightSunEvent::DayNightMaster' has a wrong offset!"); \ static_assert(offsetof(DayNightEventInterface_DayNightSunEvent, EventName) == 0x000008, "Member 'DayNightEventInterface_DayNightSunEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(DayNightEventInterface_DayNightSunEvent, NormalizedTime) == 0x000010, "Member 'DayNightEventInterface_DayNightSunEvent::NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(DayNightEventInterface_DayNightSunEvent, GameTime) == 0x000018, "Member 'DayNightEventInterface_DayNightSunEvent::GameTime' has a wrong offset!"); \ static_assert(offsetof(DayNightEventInterface_DayNightSunEvent, SunDirection) == 0x000020, "Member 'DayNightEventInterface_DayNightSunEvent::SunDirection' has a wrong offset!"); \ static_assert(offsetof(DayNightEventInterface_DayNightSunEvent, SunAltitudeDegrees) == 0x000024, "Member 'DayNightEventInterface_DayNightSunEvent::SunAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(DayNightEventInterface_DayNightSunEvent, bLate) == 0x000028, "Member 'DayNightEventInterface_DayNightSunEvent::bLate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IDayNightEventInterface \ static_assert(alignof(IDayNightEventInterface) == 0x000001, "Wrong alignment on IDayNightEventInterface"); \ static_assert(sizeof(IDayNightEventInterface) == 0x000001, "Wrong size on IDayNightEventInterface"); \ #define DUMPER7_ASSERTS_UDayNightExpHeightFogAdjustments \ static_assert(alignof(UDayNightExpHeightFogAdjustments) == 0x000008, "Wrong alignment on UDayNightExpHeightFogAdjustments"); \ static_assert(sizeof(UDayNightExpHeightFogAdjustments) == 0x000050, "Wrong size on UDayNightExpHeightFogAdjustments"); \ static_assert(offsetof(UDayNightExpHeightFogAdjustments, AltitudeMods) == 0x000030, "Member 'UDayNightExpHeightFogAdjustments::AltitudeMods' has a wrong offset!"); \ static_assert(offsetof(UDayNightExpHeightFogAdjustments, NormalizedTimeMods) == 0x000040, "Member 'UDayNightExpHeightFogAdjustments::NormalizedTimeMods' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpHeightFogDayNightTransmuter \ static_assert(alignof(UExpHeightFogDayNightTransmuter) == 0x000008, "Wrong alignment on UExpHeightFogDayNightTransmuter"); \ static_assert(sizeof(UExpHeightFogDayNightTransmuter) == 0x000038, "Wrong size on UExpHeightFogDayNightTransmuter"); \ static_assert(offsetof(UExpHeightFogDayNightTransmuter, OverrideAdjustments) == 0x000028, "Member 'UExpHeightFogDayNightTransmuter::OverrideAdjustments' has a wrong offset!"); \ static_assert(offsetof(UExpHeightFogDayNightTransmuter, bEnabled) == 0x000030, "Member 'UExpHeightFogDayNightTransmuter::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IDayNightSkyStateOverrideInterface \ static_assert(alignof(IDayNightSkyStateOverrideInterface) == 0x000001, "Wrong alignment on IDayNightSkyStateOverrideInterface"); \ static_assert(sizeof(IDayNightSkyStateOverrideInterface) == 0x000001, "Wrong size on IDayNightSkyStateOverrideInterface"); \ #define DUMPER7_ASSERTS_DayNightLightControllerComponent_EnableLightController \ static_assert(alignof(DayNightLightControllerComponent_EnableLightController) == 0x000001, "Wrong alignment on DayNightLightControllerComponent_EnableLightController"); \ static_assert(sizeof(DayNightLightControllerComponent_EnableLightController) == 0x000001, "Wrong size on DayNightLightControllerComponent_EnableLightController"); \ static_assert(offsetof(DayNightLightControllerComponent_EnableLightController, bEnableController) == 0x000000, "Member 'DayNightLightControllerComponent_EnableLightController::bEnableController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightLightControllerComponent_IsLightControllerEnabled \ static_assert(alignof(DayNightLightControllerComponent_IsLightControllerEnabled) == 0x000001, "Wrong alignment on DayNightLightControllerComponent_IsLightControllerEnabled"); \ static_assert(sizeof(DayNightLightControllerComponent_IsLightControllerEnabled) == 0x000001, "Wrong size on DayNightLightControllerComponent_IsLightControllerEnabled"); \ static_assert(offsetof(DayNightLightControllerComponent_IsLightControllerEnabled, bIsControllerEnabled) == 0x000000, "Member 'DayNightLightControllerComponent_IsLightControllerEnabled::bIsControllerEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightLightControllerComponent \ static_assert(alignof(UDayNightLightControllerComponent) == 0x000010, "Wrong alignment on UDayNightLightControllerComponent"); \ static_assert(sizeof(UDayNightLightControllerComponent) == 0x000290, "Wrong size on UDayNightLightControllerComponent"); \ static_assert(offsetof(UDayNightLightControllerComponent, UpdateThresholdDegrees) == 0x000260, "Member 'UDayNightLightControllerComponent::UpdateThresholdDegrees' has a wrong offset!"); \ static_assert(offsetof(UDayNightLightControllerComponent, bEnabled) == 0x000264, "Member 'UDayNightLightControllerComponent::bEnabled' has a wrong offset!"); \ static_assert(offsetof(UDayNightLightControllerComponent, bDeepScanChildren) == 0x000265, "Member 'UDayNightLightControllerComponent::bDeepScanChildren' has a wrong offset!"); \ static_assert(offsetof(UDayNightLightControllerComponent, LastSunAngleUpdate) == 0x000268, "Member 'UDayNightLightControllerComponent::LastSunAngleUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightBasicLightControllerComponent \ static_assert(alignof(UDayNightBasicLightControllerComponent) == 0x000010, "Wrong alignment on UDayNightBasicLightControllerComponent"); \ static_assert(sizeof(UDayNightBasicLightControllerComponent) == 0x0002E0, "Wrong size on UDayNightBasicLightControllerComponent"); \ static_assert(offsetof(UDayNightBasicLightControllerComponent, DayColorMod) == 0x000288, "Member 'UDayNightBasicLightControllerComponent::DayColorMod' has a wrong offset!"); \ static_assert(offsetof(UDayNightBasicLightControllerComponent, NightColorMod) == 0x000298, "Member 'UDayNightBasicLightControllerComponent::NightColorMod' has a wrong offset!"); \ static_assert(offsetof(UDayNightBasicLightControllerComponent, Night0Day1ColorMod) == 0x0002A8, "Member 'UDayNightBasicLightControllerComponent::Night0Day1ColorMod' has a wrong offset!"); \ static_assert(offsetof(UDayNightBasicLightControllerComponent, SunLightDesaturation) == 0x0002B0, "Member 'UDayNightBasicLightControllerComponent::SunLightDesaturation' has a wrong offset!"); \ static_assert(offsetof(UDayNightBasicLightControllerComponent, DayIntensityMod) == 0x0002B4, "Member 'UDayNightBasicLightControllerComponent::DayIntensityMod' has a wrong offset!"); \ static_assert(offsetof(UDayNightBasicLightControllerComponent, NightIntensityMod) == 0x0002B8, "Member 'UDayNightBasicLightControllerComponent::NightIntensityMod' has a wrong offset!"); \ static_assert(offsetof(UDayNightBasicLightControllerComponent, SunLightMinMaxInensityFactor) == 0x0002BC, "Member 'UDayNightBasicLightControllerComponent::SunLightMinMaxInensityFactor' has a wrong offset!"); \ static_assert(offsetof(UDayNightBasicLightControllerComponent, SunDirectionalBoost) == 0x0002C4, "Member 'UDayNightBasicLightControllerComponent::SunDirectionalBoost' has a wrong offset!"); \ static_assert(offsetof(UDayNightBasicLightControllerComponent, StartNightSunAngle) == 0x0002D0, "Member 'UDayNightBasicLightControllerComponent::StartNightSunAngle' has a wrong offset!"); \ static_assert(offsetof(UDayNightBasicLightControllerComponent, FullNightSunAngle) == 0x0002D4, "Member 'UDayNightBasicLightControllerComponent::FullNightSunAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IDayNightTimeOverrideInterface \ static_assert(alignof(IDayNightTimeOverrideInterface) == 0x000001, "Wrong alignment on IDayNightTimeOverrideInterface"); \ static_assert(sizeof(IDayNightTimeOverrideInterface) == 0x000001, "Wrong size on IDayNightTimeOverrideInterface"); \ #define DUMPER7_ASSERTS_UDayNightLocalLightControllerComponent \ static_assert(alignof(UDayNightLocalLightControllerComponent) == 0x000010, "Wrong alignment on UDayNightLocalLightControllerComponent"); \ static_assert(sizeof(UDayNightLocalLightControllerComponent) == 0x0002D0, "Wrong size on UDayNightLocalLightControllerComponent"); \ static_assert(offsetof(UDayNightLocalLightControllerComponent, DayColorMod) == 0x000288, "Member 'UDayNightLocalLightControllerComponent::DayColorMod' has a wrong offset!"); \ static_assert(offsetof(UDayNightLocalLightControllerComponent, NightColorMod) == 0x000298, "Member 'UDayNightLocalLightControllerComponent::NightColorMod' has a wrong offset!"); \ static_assert(offsetof(UDayNightLocalLightControllerComponent, Night0Day1ColorMod) == 0x0002A8, "Member 'UDayNightLocalLightControllerComponent::Night0Day1ColorMod' has a wrong offset!"); \ static_assert(offsetof(UDayNightLocalLightControllerComponent, DayIntensityMod) == 0x0002B0, "Member 'UDayNightLocalLightControllerComponent::DayIntensityMod' has a wrong offset!"); \ static_assert(offsetof(UDayNightLocalLightControllerComponent, NightIntensityMod) == 0x0002B4, "Member 'UDayNightLocalLightControllerComponent::NightIntensityMod' has a wrong offset!"); \ static_assert(offsetof(UDayNightLocalLightControllerComponent, StartNightSunAngle) == 0x0002B8, "Member 'UDayNightLocalLightControllerComponent::StartNightSunAngle' has a wrong offset!"); \ static_assert(offsetof(UDayNightLocalLightControllerComponent, FullNightSunAngle) == 0x0002BC, "Member 'UDayNightLocalLightControllerComponent::FullNightSunAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightCurveLightControllerComponent \ static_assert(alignof(UDayNightCurveLightControllerComponent) == 0x000010, "Wrong alignment on UDayNightCurveLightControllerComponent"); \ static_assert(sizeof(UDayNightCurveLightControllerComponent) == 0x0002B0, "Wrong size on UDayNightCurveLightControllerComponent"); \ static_assert(offsetof(UDayNightCurveLightControllerComponent, Color) == 0x000288, "Member 'UDayNightCurveLightControllerComponent::Color' has a wrong offset!"); \ static_assert(offsetof(UDayNightCurveLightControllerComponent, Desaturation) == 0x000290, "Member 'UDayNightCurveLightControllerComponent::Desaturation' has a wrong offset!"); \ static_assert(offsetof(UDayNightCurveLightControllerComponent, Intensity) == 0x000298, "Member 'UDayNightCurveLightControllerComponent::Intensity' has a wrong offset!"); \ static_assert(offsetof(UDayNightCurveLightControllerComponent, DirectionalBoost) == 0x0002A0, "Member 'UDayNightCurveLightControllerComponent::DirectionalBoost' has a wrong offset!"); \ static_assert(offsetof(UDayNightCurveLightControllerComponent, bUseDirectionalBoost) == 0x0002AC, "Member 'UDayNightCurveLightControllerComponent::bUseDirectionalBoost' has a wrong offset!"); \ static_assert(offsetof(UDayNightCurveLightControllerComponent, ColorOp) == 0x0002AD, "Member 'UDayNightCurveLightControllerComponent::ColorOp' has a wrong offset!"); \ static_assert(offsetof(UDayNightCurveLightControllerComponent, IntensityOp) == 0x0002AE, "Member 'UDayNightCurveLightControllerComponent::IntensityOp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeOverrideDateTimeInput \ static_assert(alignof(UTimeOverrideDateTimeInput) == 0x000008, "Wrong alignment on UTimeOverrideDateTimeInput"); \ static_assert(sizeof(UTimeOverrideDateTimeInput) == 0x000050, "Wrong size on UTimeOverrideDateTimeInput"); \ static_assert(offsetof(UTimeOverrideDateTimeInput, DateTime) == 0x000030, "Member 'UTimeOverrideDateTimeInput::DateTime' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideDateTimeInput, Priority) == 0x000048, "Member 'UTimeOverrideDateTimeInput::Priority' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideDateTimeInput, bEnabled) == 0x00004C, "Member 'UTimeOverrideDateTimeInput::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightTemperatureCurveLightControllerComponent \ static_assert(alignof(UDayNightTemperatureCurveLightControllerComponent) == 0x000010, "Wrong alignment on UDayNightTemperatureCurveLightControllerComponent"); \ static_assert(sizeof(UDayNightTemperatureCurveLightControllerComponent) == 0x0002B0, "Wrong size on UDayNightTemperatureCurveLightControllerComponent"); \ static_assert(offsetof(UDayNightTemperatureCurveLightControllerComponent, ColorTemp) == 0x000288, "Member 'UDayNightTemperatureCurveLightControllerComponent::ColorTemp' has a wrong offset!"); \ static_assert(offsetof(UDayNightTemperatureCurveLightControllerComponent, Desaturation) == 0x000290, "Member 'UDayNightTemperatureCurveLightControllerComponent::Desaturation' has a wrong offset!"); \ static_assert(offsetof(UDayNightTemperatureCurveLightControllerComponent, Intensity) == 0x000298, "Member 'UDayNightTemperatureCurveLightControllerComponent::Intensity' has a wrong offset!"); \ static_assert(offsetof(UDayNightTemperatureCurveLightControllerComponent, DirectionalBoost) == 0x0002A0, "Member 'UDayNightTemperatureCurveLightControllerComponent::DirectionalBoost' has a wrong offset!"); \ static_assert(offsetof(UDayNightTemperatureCurveLightControllerComponent, bUseDirectionalBoost) == 0x0002AC, "Member 'UDayNightTemperatureCurveLightControllerComponent::bUseDirectionalBoost' has a wrong offset!"); \ static_assert(offsetof(UDayNightTemperatureCurveLightControllerComponent, ColorOp) == 0x0002AD, "Member 'UDayNightTemperatureCurveLightControllerComponent::ColorOp' has a wrong offset!"); \ static_assert(offsetof(UDayNightTemperatureCurveLightControllerComponent, IntensityOp) == 0x0002AE, "Member 'UDayNightTemperatureCurveLightControllerComponent::IntensityOp' has a wrong offset!"); \ static_assert(offsetof(UDayNightTemperatureCurveLightControllerComponent, bAccurateColorTemp) == 0x0002AF, "Member 'UDayNightTemperatureCurveLightControllerComponent::bAccurateColorTemp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightAtmosphereLightControllerComponent \ static_assert(alignof(UDayNightAtmosphereLightControllerComponent) == 0x000010, "Wrong alignment on UDayNightAtmosphereLightControllerComponent"); \ static_assert(sizeof(UDayNightAtmosphereLightControllerComponent) == 0x000360, "Wrong size on UDayNightAtmosphereLightControllerComponent"); \ static_assert(offsetof(UDayNightAtmosphereLightControllerComponent, SkyParams) == 0x000288, "Member 'UDayNightAtmosphereLightControllerComponent::SkyParams' has a wrong offset!"); \ static_assert(offsetof(UDayNightAtmosphereLightControllerComponent, Intensity) == 0x000300, "Member 'UDayNightAtmosphereLightControllerComponent::Intensity' has a wrong offset!"); \ static_assert(offsetof(UDayNightAtmosphereLightControllerComponent, BaseIntensityFactor) == 0x000308, "Member 'UDayNightAtmosphereLightControllerComponent::BaseIntensityFactor' has a wrong offset!"); \ static_assert(offsetof(UDayNightAtmosphereLightControllerComponent, Desaturation) == 0x000310, "Member 'UDayNightAtmosphereLightControllerComponent::Desaturation' has a wrong offset!"); \ static_assert(offsetof(UDayNightAtmosphereLightControllerComponent, ColorOp) == 0x000318, "Member 'UDayNightAtmosphereLightControllerComponent::ColorOp' has a wrong offset!"); \ static_assert(offsetof(UDayNightAtmosphereLightControllerComponent, IntensityOp) == 0x000319, "Member 'UDayNightAtmosphereLightControllerComponent::IntensityOp' has a wrong offset!"); \ static_assert(offsetof(UDayNightAtmosphereLightControllerComponent, CachedZenithTransmission) == 0x000338, "Member 'UDayNightAtmosphereLightControllerComponent::CachedZenithTransmission' has a wrong offset!"); \ static_assert(offsetof(UDayNightAtmosphereLightControllerComponent, AllLightsDirection) == 0x000348, "Member 'UDayNightAtmosphereLightControllerComponent::AllLightsDirection' has a wrong offset!"); \ static_assert(offsetof(UDayNightAtmosphereLightControllerComponent, bCheckedLightsSameDirection) == 0x000354, "Member 'UDayNightAtmosphereLightControllerComponent::bCheckedLightsSameDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyStateOverrideComponent_SetEnabled \ static_assert(alignof(SkyStateOverrideComponent_SetEnabled) == 0x000001, "Wrong alignment on SkyStateOverrideComponent_SetEnabled"); \ static_assert(sizeof(SkyStateOverrideComponent_SetEnabled) == 0x000001, "Wrong size on SkyStateOverrideComponent_SetEnabled"); \ static_assert(offsetof(SkyStateOverrideComponent_SetEnabled, bEnable) == 0x000000, "Member 'SkyStateOverrideComponent_SetEnabled::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyStateOverrideComponent_SetLerpAlpha \ static_assert(alignof(SkyStateOverrideComponent_SetLerpAlpha) == 0x000004, "Wrong alignment on SkyStateOverrideComponent_SetLerpAlpha"); \ static_assert(sizeof(SkyStateOverrideComponent_SetLerpAlpha) == 0x000004, "Wrong size on SkyStateOverrideComponent_SetLerpAlpha"); \ static_assert(offsetof(SkyStateOverrideComponent_SetLerpAlpha, LerpAlpha) == 0x000000, "Member 'SkyStateOverrideComponent_SetLerpAlpha::LerpAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyStateOverrideComponent_CanUseLerpAlpha \ static_assert(alignof(SkyStateOverrideComponent_CanUseLerpAlpha) == 0x000001, "Wrong alignment on SkyStateOverrideComponent_CanUseLerpAlpha"); \ static_assert(sizeof(SkyStateOverrideComponent_CanUseLerpAlpha) == 0x000001, "Wrong size on SkyStateOverrideComponent_CanUseLerpAlpha"); \ static_assert(offsetof(SkyStateOverrideComponent_CanUseLerpAlpha, bUseLerpAlpha) == 0x000000, "Member 'SkyStateOverrideComponent_CanUseLerpAlpha::bUseLerpAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyStateOverrideComponent_GetLerpAlpha \ static_assert(alignof(SkyStateOverrideComponent_GetLerpAlpha) == 0x000004, "Wrong alignment on SkyStateOverrideComponent_GetLerpAlpha"); \ static_assert(sizeof(SkyStateOverrideComponent_GetLerpAlpha) == 0x000004, "Wrong size on SkyStateOverrideComponent_GetLerpAlpha"); \ static_assert(offsetof(SkyStateOverrideComponent_GetLerpAlpha, LerpAlpha) == 0x000000, "Member 'SkyStateOverrideComponent_GetLerpAlpha::LerpAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyStateOverrideComponent_HasLerpAlpha \ static_assert(alignof(SkyStateOverrideComponent_HasLerpAlpha) == 0x000001, "Wrong alignment on SkyStateOverrideComponent_HasLerpAlpha"); \ static_assert(sizeof(SkyStateOverrideComponent_HasLerpAlpha) == 0x000001, "Wrong size on SkyStateOverrideComponent_HasLerpAlpha"); \ static_assert(offsetof(SkyStateOverrideComponent_HasLerpAlpha, bHasLerpAlpha) == 0x000000, "Member 'SkyStateOverrideComponent_HasLerpAlpha::bHasLerpAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyStateOverrideComponent_IsEnabled \ static_assert(alignof(SkyStateOverrideComponent_IsEnabled) == 0x000001, "Wrong alignment on SkyStateOverrideComponent_IsEnabled"); \ static_assert(sizeof(SkyStateOverrideComponent_IsEnabled) == 0x000001, "Wrong size on SkyStateOverrideComponent_IsEnabled"); \ static_assert(offsetof(SkyStateOverrideComponent_IsEnabled, bEnable) == 0x000000, "Member 'SkyStateOverrideComponent_IsEnabled::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyStateOverrideComponent_Valid \ static_assert(alignof(SkyStateOverrideComponent_Valid) == 0x000001, "Wrong alignment on SkyStateOverrideComponent_Valid"); \ static_assert(sizeof(SkyStateOverrideComponent_Valid) == 0x000001, "Wrong size on SkyStateOverrideComponent_Valid"); \ static_assert(offsetof(SkyStateOverrideComponent_Valid, bValid) == 0x000000, "Member 'SkyStateOverrideComponent_Valid::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyStateOverrideComponent \ static_assert(alignof(USkyStateOverrideComponent) == 0x000008, "Wrong alignment on USkyStateOverrideComponent"); \ static_assert(sizeof(USkyStateOverrideComponent) == 0x0000E8, "Wrong size on USkyStateOverrideComponent"); \ static_assert(offsetof(USkyStateOverrideComponent, SkyStateOverride) == 0x0000D8, "Member 'USkyStateOverrideComponent::SkyStateOverride' has a wrong offset!"); \ static_assert(offsetof(USkyStateOverrideComponent, bEnabled) == 0x0000E0, "Member 'USkyStateOverrideComponent::bEnabled' has a wrong offset!"); \ static_assert(offsetof(USkyStateOverrideComponent, ComponentLerpAlpha) == 0x0000E4, "Member 'USkyStateOverrideComponent::ComponentLerpAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereColorationCompute_SetupDebugPrimitive \ static_assert(alignof(SkyAtmosphereColorationCompute_SetupDebugPrimitive) == 0x000008, "Wrong alignment on SkyAtmosphereColorationCompute_SetupDebugPrimitive"); \ static_assert(sizeof(SkyAtmosphereColorationCompute_SetupDebugPrimitive) == 0x000010, "Wrong size on SkyAtmosphereColorationCompute_SetupDebugPrimitive"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SetupDebugPrimitive, Component) == 0x000000, "Member 'SkyAtmosphereColorationCompute_SetupDebugPrimitive::Component' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SetupDebugPrimitive, bIsSelectable) == 0x000008, "Member 'SkyAtmosphereColorationCompute_SetupDebugPrimitive::bIsSelectable' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SetupDebugPrimitive, bShowInReflections) == 0x000009, "Member 'SkyAtmosphereColorationCompute_SetupDebugPrimitive::bShowInReflections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereColorationCompute_SkyColorBase \ static_assert(alignof(SkyAtmosphereColorationCompute_SkyColorBase) == 0x000008, "Wrong alignment on SkyAtmosphereColorationCompute_SkyColorBase"); \ static_assert(sizeof(SkyAtmosphereColorationCompute_SkyColorBase) == 0x0000A0, "Wrong size on SkyAtmosphereColorationCompute_SkyColorBase"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorBase, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereColorationCompute_SkyColorBase::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorBase, Params_0) == 0x000008, "Member 'SkyAtmosphereColorationCompute_SkyColorBase::Params_0' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorBase, Direction) == 0x000080, "Member 'SkyAtmosphereColorationCompute_SkyColorBase::Direction' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorBase, SkyColor) == 0x00008C, "Member 'SkyAtmosphereColorationCompute_SkyColorBase::SkyColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereColorationCompute_SkyColorLit \ static_assert(alignof(SkyAtmosphereColorationCompute_SkyColorLit) == 0x000008, "Wrong alignment on SkyAtmosphereColorationCompute_SkyColorLit"); \ static_assert(sizeof(SkyAtmosphereColorationCompute_SkyColorLit) == 0x0000A0, "Wrong size on SkyAtmosphereColorationCompute_SkyColorLit"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorLit, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereColorationCompute_SkyColorLit::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorLit, Params_0) == 0x000008, "Member 'SkyAtmosphereColorationCompute_SkyColorLit::Params_0' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorLit, Direction) == 0x000080, "Member 'SkyAtmosphereColorationCompute_SkyColorLit::Direction' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorLit, SkyColor) == 0x00008C, "Member 'SkyAtmosphereColorationCompute_SkyColorLit::SkyColor' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorLit, SkyIntensity) == 0x00009C, "Member 'SkyAtmosphereColorationCompute_SkyColorLit::SkyIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereColorationCompute_SkyColorLitCompute \ static_assert(alignof(SkyAtmosphereColorationCompute_SkyColorLitCompute) == 0x000008, "Wrong alignment on SkyAtmosphereColorationCompute_SkyColorLitCompute"); \ static_assert(sizeof(SkyAtmosphereColorationCompute_SkyColorLitCompute) == 0x0000A0, "Wrong size on SkyAtmosphereColorationCompute_SkyColorLitCompute"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorLitCompute, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereColorationCompute_SkyColorLitCompute::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorLitCompute, Params_0) == 0x000008, "Member 'SkyAtmosphereColorationCompute_SkyColorLitCompute::Params_0' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorLitCompute, Direction) == 0x000080, "Member 'SkyAtmosphereColorationCompute_SkyColorLitCompute::Direction' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorLitCompute, SkyColor) == 0x00008C, "Member 'SkyAtmosphereColorationCompute_SkyColorLitCompute::SkyColor' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorLitCompute, ComputeType) == 0x00009C, "Member 'SkyAtmosphereColorationCompute_SkyColorLitCompute::ComputeType' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorLitCompute, OutputType) == 0x00009D, "Member 'SkyAtmosphereColorationCompute_SkyColorLitCompute::OutputType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereColorationCompute_SkyColorSamplingDirection \ static_assert(alignof(SkyAtmosphereColorationCompute_SkyColorSamplingDirection) == 0x000004, "Wrong alignment on SkyAtmosphereColorationCompute_SkyColorSamplingDirection"); \ static_assert(sizeof(SkyAtmosphereColorationCompute_SkyColorSamplingDirection) == 0x000028, "Wrong size on SkyAtmosphereColorationCompute_SkyColorSamplingDirection"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorSamplingDirection, DirectionParams) == 0x000000, "Member 'SkyAtmosphereColorationCompute_SkyColorSamplingDirection::DirectionParams' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorSamplingDirection, Direction) == 0x000010, "Member 'SkyAtmosphereColorationCompute_SkyColorSamplingDirection::Direction' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorSamplingDirection, SamplingDirection) == 0x00001C, "Member 'SkyAtmosphereColorationCompute_SkyColorSamplingDirection::SamplingDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereColorationCompute_SkyColorsLit \ static_assert(alignof(SkyAtmosphereColorationCompute_SkyColorsLit) == 0x000008, "Wrong alignment on SkyAtmosphereColorationCompute_SkyColorsLit"); \ static_assert(sizeof(SkyAtmosphereColorationCompute_SkyColorsLit) == 0x0000B0, "Wrong size on SkyAtmosphereColorationCompute_SkyColorsLit"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLit, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereColorationCompute_SkyColorsLit::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLit, Params_0) == 0x000008, "Member 'SkyAtmosphereColorationCompute_SkyColorsLit::Params_0' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLit, Directions) == 0x000080, "Member 'SkyAtmosphereColorationCompute_SkyColorsLit::Directions' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLit, SkyColors) == 0x000090, "Member 'SkyAtmosphereColorationCompute_SkyColorsLit::SkyColors' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLit, SkyIntensites) == 0x0000A0, "Member 'SkyAtmosphereColorationCompute_SkyColorsLit::SkyIntensites' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereColorationCompute_SkyColorsLitComposited \ static_assert(alignof(SkyAtmosphereColorationCompute_SkyColorsLitComposited) == 0x000008, "Wrong alignment on SkyAtmosphereColorationCompute_SkyColorsLitComposited"); \ static_assert(sizeof(SkyAtmosphereColorationCompute_SkyColorsLitComposited) == 0x0000A0, "Wrong size on SkyAtmosphereColorationCompute_SkyColorsLitComposited"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLitComposited, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereColorationCompute_SkyColorsLitComposited::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLitComposited, Params_0) == 0x000008, "Member 'SkyAtmosphereColorationCompute_SkyColorsLitComposited::Params_0' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLitComposited, Directions) == 0x000080, "Member 'SkyAtmosphereColorationCompute_SkyColorsLitComposited::Directions' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLitComposited, SkyColors) == 0x000090, "Member 'SkyAtmosphereColorationCompute_SkyColorsLitComposited::SkyColors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereColorationCompute_SkyColorsLitCompute \ static_assert(alignof(SkyAtmosphereColorationCompute_SkyColorsLitCompute) == 0x000008, "Wrong alignment on SkyAtmosphereColorationCompute_SkyColorsLitCompute"); \ static_assert(sizeof(SkyAtmosphereColorationCompute_SkyColorsLitCompute) == 0x0000A8, "Wrong size on SkyAtmosphereColorationCompute_SkyColorsLitCompute"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLitCompute, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereColorationCompute_SkyColorsLitCompute::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLitCompute, Params_0) == 0x000008, "Member 'SkyAtmosphereColorationCompute_SkyColorsLitCompute::Params_0' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLitCompute, Directions) == 0x000080, "Member 'SkyAtmosphereColorationCompute_SkyColorsLitCompute::Directions' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLitCompute, SkyColors) == 0x000090, "Member 'SkyAtmosphereColorationCompute_SkyColorsLitCompute::SkyColors' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLitCompute, ComputeType) == 0x0000A0, "Member 'SkyAtmosphereColorationCompute_SkyColorsLitCompute::ComputeType' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLitCompute, OutputType) == 0x0000A1, "Member 'SkyAtmosphereColorationCompute_SkyColorsLitCompute::OutputType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereColorationCompute_SkyColorsLitPacked \ static_assert(alignof(SkyAtmosphereColorationCompute_SkyColorsLitPacked) == 0x000008, "Wrong alignment on SkyAtmosphereColorationCompute_SkyColorsLitPacked"); \ static_assert(sizeof(SkyAtmosphereColorationCompute_SkyColorsLitPacked) == 0x0000A0, "Wrong size on SkyAtmosphereColorationCompute_SkyColorsLitPacked"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLitPacked, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereColorationCompute_SkyColorsLitPacked::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLitPacked, Params_0) == 0x000008, "Member 'SkyAtmosphereColorationCompute_SkyColorsLitPacked::Params_0' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLitPacked, Directions) == 0x000080, "Member 'SkyAtmosphereColorationCompute_SkyColorsLitPacked::Directions' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyColorsLitPacked, SkyColorsRGBIntensityAs) == 0x000090, "Member 'SkyAtmosphereColorationCompute_SkyColorsLitPacked::SkyColorsRGBIntensityAs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereColorationCompute_SkyDirectionalInfo \ static_assert(alignof(SkyAtmosphereColorationCompute_SkyDirectionalInfo) == 0x000008, "Wrong alignment on SkyAtmosphereColorationCompute_SkyDirectionalInfo"); \ static_assert(sizeof(SkyAtmosphereColorationCompute_SkyDirectionalInfo) == 0x0000D0, "Wrong size on SkyAtmosphereColorationCompute_SkyDirectionalInfo"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyDirectionalInfo, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereColorationCompute_SkyDirectionalInfo::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyDirectionalInfo, Params_0) == 0x000008, "Member 'SkyAtmosphereColorationCompute_SkyDirectionalInfo::Params_0' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyDirectionalInfo, DirectionalLightInfo) == 0x000080, "Member 'SkyAtmosphereColorationCompute_SkyDirectionalInfo::DirectionalLightInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereColorationCompute_SkyMoonInfo \ static_assert(alignof(SkyAtmosphereColorationCompute_SkyMoonInfo) == 0x000008, "Wrong alignment on SkyAtmosphereColorationCompute_SkyMoonInfo"); \ static_assert(sizeof(SkyAtmosphereColorationCompute_SkyMoonInfo) == 0x0000D0, "Wrong size on SkyAtmosphereColorationCompute_SkyMoonInfo"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyMoonInfo, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereColorationCompute_SkyMoonInfo::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyMoonInfo, Params_0) == 0x000008, "Member 'SkyAtmosphereColorationCompute_SkyMoonInfo::Params_0' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkyMoonInfo, MoonInfo) == 0x000080, "Member 'SkyAtmosphereColorationCompute_SkyMoonInfo::MoonInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereColorationCompute_SkySunInfo \ static_assert(alignof(SkyAtmosphereColorationCompute_SkySunInfo) == 0x000008, "Wrong alignment on SkyAtmosphereColorationCompute_SkySunInfo"); \ static_assert(sizeof(SkyAtmosphereColorationCompute_SkySunInfo) == 0x0000D0, "Wrong size on SkyAtmosphereColorationCompute_SkySunInfo"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkySunInfo, WorldContextObject) == 0x000000, "Member 'SkyAtmosphereColorationCompute_SkySunInfo::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkySunInfo, Params_0) == 0x000008, "Member 'SkyAtmosphereColorationCompute_SkySunInfo::Params_0' has a wrong offset!"); \ static_assert(offsetof(SkyAtmosphereColorationCompute_SkySunInfo, SunInfo) == 0x000080, "Member 'SkyAtmosphereColorationCompute_SkySunInfo::SunInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyAtmosphereColorationCompute \ static_assert(alignof(USkyAtmosphereColorationCompute) == 0x000008, "Wrong alignment on USkyAtmosphereColorationCompute"); \ static_assert(sizeof(USkyAtmosphereColorationCompute) == 0x000028, "Wrong size on USkyAtmosphereColorationCompute"); \ #define DUMPER7_ASSERTS_UDayLightRig \ static_assert(alignof(UDayLightRig) == 0x000008, "Wrong alignment on UDayLightRig"); \ static_assert(sizeof(UDayLightRig) == 0x000308, "Wrong size on UDayLightRig"); \ static_assert(offsetof(UDayLightRig, Sun) == 0x000030, "Member 'UDayLightRig::Sun' has a wrong offset!"); \ static_assert(offsetof(UDayLightRig, AltitudeMods) == 0x0002E8, "Member 'UDayLightRig::AltitudeMods' has a wrong offset!"); \ static_assert(offsetof(UDayLightRig, TimeMods) == 0x0002F8, "Member 'UDayLightRig::TimeMods' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideComponent_SetEnabled \ static_assert(alignof(TimeOverrideComponent_SetEnabled) == 0x000001, "Wrong alignment on TimeOverrideComponent_SetEnabled"); \ static_assert(sizeof(TimeOverrideComponent_SetEnabled) == 0x000001, "Wrong size on TimeOverrideComponent_SetEnabled"); \ static_assert(offsetof(TimeOverrideComponent_SetEnabled, bEnable) == 0x000000, "Member 'TimeOverrideComponent_SetEnabled::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideComponent_SetLerpAlpha \ static_assert(alignof(TimeOverrideComponent_SetLerpAlpha) == 0x000004, "Wrong alignment on TimeOverrideComponent_SetLerpAlpha"); \ static_assert(sizeof(TimeOverrideComponent_SetLerpAlpha) == 0x000004, "Wrong size on TimeOverrideComponent_SetLerpAlpha"); \ static_assert(offsetof(TimeOverrideComponent_SetLerpAlpha, LerpAlpha) == 0x000000, "Member 'TimeOverrideComponent_SetLerpAlpha::LerpAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideComponent_CanUseLerpAlpha \ static_assert(alignof(TimeOverrideComponent_CanUseLerpAlpha) == 0x000001, "Wrong alignment on TimeOverrideComponent_CanUseLerpAlpha"); \ static_assert(sizeof(TimeOverrideComponent_CanUseLerpAlpha) == 0x000001, "Wrong size on TimeOverrideComponent_CanUseLerpAlpha"); \ static_assert(offsetof(TimeOverrideComponent_CanUseLerpAlpha, bUseLerpAlpha) == 0x000000, "Member 'TimeOverrideComponent_CanUseLerpAlpha::bUseLerpAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideComponent_GetLerpAlpha \ static_assert(alignof(TimeOverrideComponent_GetLerpAlpha) == 0x000004, "Wrong alignment on TimeOverrideComponent_GetLerpAlpha"); \ static_assert(sizeof(TimeOverrideComponent_GetLerpAlpha) == 0x000004, "Wrong size on TimeOverrideComponent_GetLerpAlpha"); \ static_assert(offsetof(TimeOverrideComponent_GetLerpAlpha, LerpAlpha) == 0x000000, "Member 'TimeOverrideComponent_GetLerpAlpha::LerpAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideComponent_HasLerpAlpha \ static_assert(alignof(TimeOverrideComponent_HasLerpAlpha) == 0x000001, "Wrong alignment on TimeOverrideComponent_HasLerpAlpha"); \ static_assert(sizeof(TimeOverrideComponent_HasLerpAlpha) == 0x000001, "Wrong size on TimeOverrideComponent_HasLerpAlpha"); \ static_assert(offsetof(TimeOverrideComponent_HasLerpAlpha, bHasLerpAlpha) == 0x000000, "Member 'TimeOverrideComponent_HasLerpAlpha::bHasLerpAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideComponent_IsEnabled \ static_assert(alignof(TimeOverrideComponent_IsEnabled) == 0x000001, "Wrong alignment on TimeOverrideComponent_IsEnabled"); \ static_assert(sizeof(TimeOverrideComponent_IsEnabled) == 0x000001, "Wrong size on TimeOverrideComponent_IsEnabled"); \ static_assert(offsetof(TimeOverrideComponent_IsEnabled, bEnable) == 0x000000, "Member 'TimeOverrideComponent_IsEnabled::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideComponent_Valid \ static_assert(alignof(TimeOverrideComponent_Valid) == 0x000001, "Wrong alignment on TimeOverrideComponent_Valid"); \ static_assert(sizeof(TimeOverrideComponent_Valid) == 0x000001, "Wrong size on TimeOverrideComponent_Valid"); \ static_assert(offsetof(TimeOverrideComponent_Valid, bValid) == 0x000000, "Member 'TimeOverrideComponent_Valid::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeOverrideComponent \ static_assert(alignof(UTimeOverrideComponent) == 0x000008, "Wrong alignment on UTimeOverrideComponent"); \ static_assert(sizeof(UTimeOverrideComponent) == 0x0000E8, "Wrong size on UTimeOverrideComponent"); \ static_assert(offsetof(UTimeOverrideComponent, TimeOverride) == 0x0000D8, "Member 'UTimeOverrideComponent::TimeOverride' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideComponent, bEnabled) == 0x0000E0, "Member 'UTimeOverrideComponent::bEnabled' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideComponent, ComponentLerpAlpha) == 0x0000E4, "Member 'UTimeOverrideComponent::ComponentLerpAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNightLightRig \ static_assert(alignof(UNightLightRig) == 0x000008, "Wrong alignment on UNightLightRig"); \ static_assert(sizeof(UNightLightRig) == 0x000650, "Wrong size on UNightLightRig"); \ static_assert(offsetof(UNightLightRig, NewMoon) == 0x000030, "Member 'UNightLightRig::NewMoon' has a wrong offset!"); \ static_assert(offsetof(UNightLightRig, FullMoon) == 0x000320, "Member 'UNightLightRig::FullMoon' has a wrong offset!"); \ static_assert(offsetof(UNightLightRig, PhaseLerp) == 0x000610, "Member 'UNightLightRig::PhaseLerp' has a wrong offset!"); \ static_assert(offsetof(UNightLightRig, AltitudeMods) == 0x000620, "Member 'UNightLightRig::AltitudeMods' has a wrong offset!"); \ static_assert(offsetof(UNightLightRig, SunAltitudeMods) == 0x000630, "Member 'UNightLightRig::SunAltitudeMods' has a wrong offset!"); \ static_assert(offsetof(UNightLightRig, SunTimeMods) == 0x000640, "Member 'UNightLightRig::SunTimeMods' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProbeNightLightRig \ static_assert(alignof(UProbeNightLightRig) == 0x000008, "Wrong alignment on UProbeNightLightRig"); \ static_assert(sizeof(UProbeNightLightRig) == 0x000380, "Wrong size on UProbeNightLightRig"); \ static_assert(offsetof(UProbeNightLightRig, DirectionMode) == 0x000030, "Member 'UProbeNightLightRig::DirectionMode' has a wrong offset!"); \ static_assert(offsetof(UProbeNightLightRig, FixedDirection) == 0x000034, "Member 'UProbeNightLightRig::FixedDirection' has a wrong offset!"); \ static_assert(offsetof(UProbeNightLightRig, MoonSetup) == 0x000040, "Member 'UProbeNightLightRig::MoonSetup' has a wrong offset!"); \ static_assert(offsetof(UProbeNightLightRig, ProbeNight) == 0x000058, "Member 'UProbeNightLightRig::ProbeNight' has a wrong offset!"); \ static_assert(offsetof(UProbeNightLightRig, AltitudeMods) == 0x000348, "Member 'UProbeNightLightRig::AltitudeMods' has a wrong offset!"); \ static_assert(offsetof(UProbeNightLightRig, SunAltitudeMods) == 0x000358, "Member 'UProbeNightLightRig::SunAltitudeMods' has a wrong offset!"); \ static_assert(offsetof(UProbeNightLightRig, SunTimeMods) == 0x000368, "Member 'UProbeNightLightRig::SunTimeMods' has a wrong offset!"); \ static_assert(offsetof(UProbeNightLightRig, bUseMoonSetup) == 0x000378, "Member 'UProbeNightLightRig::bUseMoonSetup' has a wrong offset!"); \ static_assert(offsetof(UProbeNightLightRig, bUseLightRig) == 0x000379, "Member 'UProbeNightLightRig::bUseLightRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSourceScrubbableControlBase \ static_assert(alignof(UTimeSourceScrubbableControlBase) == 0x000008, "Wrong alignment on UTimeSourceScrubbableControlBase"); \ static_assert(sizeof(UTimeSourceScrubbableControlBase) == 0x000030, "Wrong size on UTimeSourceScrubbableControlBase"); \ #define DUMPER7_ASSERTS_UDayNightLightRig \ static_assert(alignof(UDayNightLightRig) == 0x000008, "Wrong alignment on UDayNightLightRig"); \ static_assert(sizeof(UDayNightLightRig) == 0x0000C0, "Wrong size on UDayNightLightRig"); \ static_assert(offsetof(UDayNightLightRig, Day) == 0x000030, "Member 'UDayNightLightRig::Day' has a wrong offset!"); \ static_assert(offsetof(UDayNightLightRig, Night) == 0x000038, "Member 'UDayNightLightRig::Night' has a wrong offset!"); \ static_assert(offsetof(UDayNightLightRig, MinimumDirectionalLightIntensity) == 0x000040, "Member 'UDayNightLightRig::MinimumDirectionalLightIntensity' has a wrong offset!"); \ static_assert(offsetof(UDayNightLightRig, SunAltitudeInfluenceCurve) == 0x000048, "Member 'UDayNightLightRig::SunAltitudeInfluenceCurve' has a wrong offset!"); \ static_assert(offsetof(UDayNightLightRig, MoonAltitudeInfluenceCurve) == 0x000050, "Member 'UDayNightLightRig::MoonAltitudeInfluenceCurve' has a wrong offset!"); \ static_assert(offsetof(UDayNightLightRig, DayNightLerp) == 0x000058, "Member 'UDayNightLightRig::DayNightLerp' has a wrong offset!"); \ static_assert(offsetof(UDayNightLightRig, DayNightLerpDirection) == 0x000068, "Member 'UDayNightLightRig::DayNightLerpDirection' has a wrong offset!"); \ static_assert(offsetof(UDayNightLightRig, BlendOps) == 0x000070, "Member 'UDayNightLightRig::BlendOps' has a wrong offset!"); \ static_assert(offsetof(UDayNightLightRig, SunAltitudeMods) == 0x000078, "Member 'UDayNightLightRig::SunAltitudeMods' has a wrong offset!"); \ static_assert(offsetof(UDayNightLightRig, NormalizedTimeMods) == 0x000088, "Member 'UDayNightLightRig::NormalizedTimeMods' has a wrong offset!"); \ static_assert(offsetof(UDayNightLightRig, DiscontinuitySettings) == 0x000098, "Member 'UDayNightLightRig::DiscontinuitySettings' has a wrong offset!"); \ static_assert(offsetof(UDayNightLightRig, SmoothingMods) == 0x0000A8, "Member 'UDayNightLightRig::SmoothingMods' has a wrong offset!"); \ static_assert(offsetof(UDayNightLightRig, ExpHeightFogAdjustments) == 0x0000B8, "Member 'UDayNightLightRig::ExpHeightFogAdjustments' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableDayNightBase \ static_assert(alignof(UGlobalLightingBlendableDayNightBase) == 0x000008, "Wrong alignment on UGlobalLightingBlendableDayNightBase"); \ static_assert(sizeof(UGlobalLightingBlendableDayNightBase) == 0x000030, "Wrong size on UGlobalLightingBlendableDayNightBase"); \ static_assert(offsetof(UGlobalLightingBlendableDayNightBase, bDisable) == 0x000028, "Member 'UGlobalLightingBlendableDayNightBase::bDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSource \ static_assert(alignof(UTimeSource) == 0x000008, "Wrong alignment on UTimeSource"); \ static_assert(sizeof(UTimeSource) == 0x000028, "Wrong size on UTimeSource"); \ #define DUMPER7_ASSERTS_UTimeSourceVolume \ static_assert(alignof(UTimeSourceVolume) == 0x000008, "Wrong alignment on UTimeSourceVolume"); \ static_assert(sizeof(UTimeSourceVolume) == 0x000028, "Wrong size on UTimeSourceVolume"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableDayNight \ static_assert(alignof(UGlobalLightingBlendableDayNight) == 0x000008, "Wrong alignment on UGlobalLightingBlendableDayNight"); \ static_assert(sizeof(UGlobalLightingBlendableDayNight) == 0x000030, "Wrong size on UGlobalLightingBlendableDayNight"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableDayNightInheritSun \ static_assert(alignof(UGlobalLightingBlendableDayNightInheritSun) == 0x000008, "Wrong alignment on UGlobalLightingBlendableDayNightInheritSun"); \ static_assert(sizeof(UGlobalLightingBlendableDayNightInheritSun) == 0x000038, "Wrong size on UGlobalLightingBlendableDayNightInheritSun"); \ static_assert(offsetof(UGlobalLightingBlendableDayNightInheritSun, Mode) == 0x000030, "Member 'UGlobalLightingBlendableDayNightInheritSun::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeOverrideTimeOnly \ static_assert(alignof(UTimeOverrideTimeOnly) == 0x000008, "Wrong alignment on UTimeOverrideTimeOnly"); \ static_assert(sizeof(UTimeOverrideTimeOnly) == 0x000030, "Wrong size on UTimeOverrideTimeOnly"); \ #define DUMPER7_ASSERTS_TimeOverrideTimeHours_TimeOverrideTimeHoursCreate \ static_assert(alignof(TimeOverrideTimeHours_TimeOverrideTimeHoursCreate) == 0x000008, "Wrong alignment on TimeOverrideTimeHours_TimeOverrideTimeHoursCreate"); \ static_assert(sizeof(TimeOverrideTimeHours_TimeOverrideTimeHoursCreate) == 0x000020, "Wrong size on TimeOverrideTimeHours_TimeOverrideTimeHoursCreate"); \ static_assert(offsetof(TimeOverrideTimeHours_TimeOverrideTimeHoursCreate, Owner) == 0x000000, "Member 'TimeOverrideTimeHours_TimeOverrideTimeHoursCreate::Owner' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideTimeHours_TimeOverrideTimeHoursCreate, TimeOverride) == 0x000008, "Member 'TimeOverrideTimeHours_TimeOverrideTimeHoursCreate::TimeOverride' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideTimeHours_TimeOverrideTimeHoursCreate, CreateTime) == 0x000010, "Member 'TimeOverrideTimeHours_TimeOverrideTimeHoursCreate::CreateTime' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideTimeHours_TimeOverrideTimeHoursCreate, CreateType) == 0x000014, "Member 'TimeOverrideTimeHours_TimeOverrideTimeHoursCreate::CreateType' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideTimeHours_TimeOverrideTimeHoursCreate, CreatePriority) == 0x000018, "Member 'TimeOverrideTimeHours_TimeOverrideTimeHoursCreate::CreatePriority' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideTimeHours_TimeOverrideTimeHoursCreate, bCreateEnabled) == 0x00001C, "Member 'TimeOverrideTimeHours_TimeOverrideTimeHoursCreate::bCreateEnabled' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideTimeHours_TimeOverrideTimeHoursCreate, bIsTransient) == 0x00001D, "Member 'TimeOverrideTimeHours_TimeOverrideTimeHoursCreate::bIsTransient' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeOverrideTimeHours \ static_assert(alignof(UTimeOverrideTimeHours) == 0x000008, "Wrong alignment on UTimeOverrideTimeHours"); \ static_assert(sizeof(UTimeOverrideTimeHours) == 0x000040, "Wrong size on UTimeOverrideTimeHours"); \ static_assert(offsetof(UTimeOverrideTimeHours, Time) == 0x000030, "Member 'UTimeOverrideTimeHours::Time' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideTimeHours, Type) == 0x000034, "Member 'UTimeOverrideTimeHours::Type' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideTimeHours, Priority) == 0x000038, "Member 'UTimeOverrideTimeHours::Priority' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideTimeHours, bEnabled) == 0x00003C, "Member 'UTimeOverrideTimeHours::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableDayNightInheritMoon \ static_assert(alignof(UGlobalLightingBlendableDayNightInheritMoon) == 0x000008, "Wrong alignment on UGlobalLightingBlendableDayNightInheritMoon"); \ static_assert(sizeof(UGlobalLightingBlendableDayNightInheritMoon) == 0x000050, "Wrong size on UGlobalLightingBlendableDayNightInheritMoon"); \ static_assert(offsetof(UGlobalLightingBlendableDayNightInheritMoon, Moon) == 0x000030, "Member 'UGlobalLightingBlendableDayNightInheritMoon::Moon' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableDayNightInheritMoon, bForceTimeToMidnight) == 0x000048, "Member 'UGlobalLightingBlendableDayNightInheritMoon::bForceTimeToMidnight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableDayNightOverrideMoon \ static_assert(alignof(UGlobalLightingBlendableDayNightOverrideMoon) == 0x000008, "Wrong alignment on UGlobalLightingBlendableDayNightOverrideMoon"); \ static_assert(sizeof(UGlobalLightingBlendableDayNightOverrideMoon) == 0x000050, "Wrong size on UGlobalLightingBlendableDayNightOverrideMoon"); \ static_assert(offsetof(UGlobalLightingBlendableDayNightOverrideMoon, Moon) == 0x000030, "Member 'UGlobalLightingBlendableDayNightOverrideMoon::Moon' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableDayNightOverrideMoon, bMoonIsSecondaryDirectionalLight) == 0x000048, "Member 'UGlobalLightingBlendableDayNightOverrideMoon::bMoonIsSecondaryDirectionalLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSourceLocal \ static_assert(alignof(UTimeSourceLocal) == 0x000008, "Wrong alignment on UTimeSourceLocal"); \ static_assert(sizeof(UTimeSourceLocal) == 0x000038, "Wrong size on UTimeSourceLocal"); \ static_assert(offsetof(UTimeSourceLocal, CurrentTime) == 0x000028, "Member 'UTimeSourceLocal::CurrentTime' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceLocal, CurrentRate) == 0x000030, "Member 'UTimeSourceLocal::CurrentRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSourceNow \ static_assert(alignof(UTimeSourceNow) == 0x000008, "Wrong alignment on UTimeSourceNow"); \ static_assert(sizeof(UTimeSourceNow) == 0x000038, "Wrong size on UTimeSourceNow"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableTweakDirectionalLight \ static_assert(alignof(UGlobalLightingBlendableTweakDirectionalLight) == 0x000008, "Wrong alignment on UGlobalLightingBlendableTweakDirectionalLight"); \ static_assert(sizeof(UGlobalLightingBlendableTweakDirectionalLight) == 0x0000B0, "Wrong size on UGlobalLightingBlendableTweakDirectionalLight"); \ static_assert(offsetof(UGlobalLightingBlendableTweakDirectionalLight, Mode) == 0x000030, "Member 'UGlobalLightingBlendableTweakDirectionalLight::Mode' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableTweakDirectionalLight, TweakAltitude) == 0x000034, "Member 'UGlobalLightingBlendableTweakDirectionalLight::TweakAltitude' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableTweakDirectionalLight, TweakAzimuth) == 0x000038, "Member 'UGlobalLightingBlendableTweakDirectionalLight::TweakAzimuth' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableTweakDirectionalLight, LightParams) == 0x00003C, "Member 'UGlobalLightingBlendableTweakDirectionalLight::LightParams' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableTweakDirectionalLight, LightShafts) == 0x000064, "Member 'UGlobalLightingBlendableTweakDirectionalLight::LightShafts' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableTweakDirectionalLight, Shadows) == 0x00008C, "Member 'UGlobalLightingBlendableTweakDirectionalLight::Shadows' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendableDirLightPseudoFadeBase \ static_assert(alignof(UBlendableDirLightPseudoFadeBase) == 0x000008, "Wrong alignment on UBlendableDirLightPseudoFadeBase"); \ static_assert(sizeof(UBlendableDirLightPseudoFadeBase) == 0x000030, "Wrong size on UBlendableDirLightPseudoFadeBase"); \ static_assert(offsetof(UBlendableDirLightPseudoFadeBase, Mode) == 0x000028, "Member 'UBlendableDirLightPseudoFadeBase::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightProbeCaptureLocalFixedSetup \ static_assert(alignof(ULightProbeCaptureLocalFixedSetup) == 0x000008, "Wrong alignment on ULightProbeCaptureLocalFixedSetup"); \ static_assert(sizeof(ULightProbeCaptureLocalFixedSetup) == 0x0000B0, "Wrong size on ULightProbeCaptureLocalFixedSetup"); \ static_assert(offsetof(ULightProbeCaptureLocalFixedSetup, Computer) == 0x000028, "Member 'ULightProbeCaptureLocalFixedSetup::Computer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendableDirLightPseudoFadeIntervalBase \ static_assert(alignof(UBlendableDirLightPseudoFadeIntervalBase) == 0x000008, "Wrong alignment on UBlendableDirLightPseudoFadeIntervalBase"); \ static_assert(sizeof(UBlendableDirLightPseudoFadeIntervalBase) == 0x000038, "Wrong size on UBlendableDirLightPseudoFadeIntervalBase"); \ static_assert(offsetof(UBlendableDirLightPseudoFadeIntervalBase, bNormalizedTime) == 0x000030, "Member 'UBlendableDirLightPseudoFadeIntervalBase::bNormalizedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendableDirLightPseudoFadeTimeInterval \ static_assert(alignof(UBlendableDirLightPseudoFadeTimeInterval) == 0x000008, "Wrong alignment on UBlendableDirLightPseudoFadeTimeInterval"); \ static_assert(sizeof(UBlendableDirLightPseudoFadeTimeInterval) == 0x000070, "Wrong size on UBlendableDirLightPseudoFadeTimeInterval"); \ static_assert(offsetof(UBlendableDirLightPseudoFadeTimeInterval, Sun) == 0x000038, "Member 'UBlendableDirLightPseudoFadeTimeInterval::Sun' has a wrong offset!"); \ static_assert(offsetof(UBlendableDirLightPseudoFadeTimeInterval, Moon) == 0x000054, "Member 'UBlendableDirLightPseudoFadeTimeInterval::Moon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSourceScrubbable \ static_assert(alignof(UTimeSourceScrubbable) == 0x000008, "Wrong alignment on UTimeSourceScrubbable"); \ static_assert(sizeof(UTimeSourceScrubbable) == 0x000050, "Wrong size on UTimeSourceScrubbable"); \ static_assert(offsetof(UTimeSourceScrubbable, BaseDate) == 0x000028, "Member 'UTimeSourceScrubbable::BaseDate' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceScrubbable, Control) == 0x000038, "Member 'UTimeSourceScrubbable::Control' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceScrubbable, ControlClass) == 0x000040, "Member 'UTimeSourceScrubbable::ControlClass' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceScrubbable, bEnabled) == 0x000048, "Member 'UTimeSourceScrubbable::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlendableDirLightPseudoFadeCustomBlendableInterval \ static_assert(alignof(UBlendableDirLightPseudoFadeCustomBlendableInterval) == 0x000008, "Wrong alignment on UBlendableDirLightPseudoFadeCustomBlendableInterval"); \ static_assert(sizeof(UBlendableDirLightPseudoFadeCustomBlendableInterval) == 0x0000B8, "Wrong size on UBlendableDirLightPseudoFadeCustomBlendableInterval"); \ static_assert(offsetof(UBlendableDirLightPseudoFadeCustomBlendableInterval, Sun) == 0x000038, "Member 'UBlendableDirLightPseudoFadeCustomBlendableInterval::Sun' has a wrong offset!"); \ static_assert(offsetof(UBlendableDirLightPseudoFadeCustomBlendableInterval, Moon) == 0x000078, "Member 'UBlendableDirLightPseudoFadeCustomBlendableInterval::Moon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsLerpControl \ static_assert(alignof(ULightSettingsLerpControl) == 0x000008, "Wrong alignment on ULightSettingsLerpControl"); \ static_assert(sizeof(ULightSettingsLerpControl) == 0x000030, "Wrong size on ULightSettingsLerpControl"); \ static_assert(offsetof(ULightSettingsLerpControl, ModParam) == 0x000028, "Member 'ULightSettingsLerpControl::ModParam' has a wrong offset!"); \ static_assert(offsetof(ULightSettingsLerpControl, Param) == 0x000029, "Member 'ULightSettingsLerpControl::Param' has a wrong offset!"); \ static_assert(offsetof(ULightSettingsLerpControl, bEnabled) == 0x00002A, "Member 'ULightSettingsLerpControl::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSourceFromDateTime \ static_assert(alignof(UTimeSourceFromDateTime) == 0x000008, "Wrong alignment on UTimeSourceFromDateTime"); \ static_assert(sizeof(UTimeSourceFromDateTime) == 0x000058, "Wrong size on UTimeSourceFromDateTime"); \ static_assert(offsetof(UTimeSourceFromDateTime, DateTime) == 0x000038, "Member 'UTimeSourceFromDateTime::DateTime' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceFromDateTime, Rate) == 0x000050, "Member 'UTimeSourceFromDateTime::Rate' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceFromDateTime, bUseRate) == 0x000054, "Member 'UTimeSourceFromDateTime::bUseRate' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceFromDateTime, bEnabled) == 0x000055, "Member 'UTimeSourceFromDateTime::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsLerpCurve \ static_assert(alignof(ULightSettingsLerpCurve) == 0x000008, "Wrong alignment on ULightSettingsLerpCurve"); \ static_assert(sizeof(ULightSettingsLerpCurve) == 0x000038, "Wrong size on ULightSettingsLerpCurve"); \ static_assert(offsetof(ULightSettingsLerpCurve, Curve) == 0x000030, "Member 'ULightSettingsLerpCurve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsLerpBinary \ static_assert(alignof(ULightSettingsLerpBinary) == 0x000008, "Wrong alignment on ULightSettingsLerpBinary"); \ static_assert(sizeof(ULightSettingsLerpBinary) == 0x000038, "Wrong size on ULightSettingsLerpBinary"); \ static_assert(offsetof(ULightSettingsLerpBinary, bInvert) == 0x000030, "Member 'ULightSettingsLerpBinary::bInvert' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsLerpOnOff \ static_assert(alignof(ULightSettingsLerpOnOff) == 0x000008, "Wrong alignment on ULightSettingsLerpOnOff"); \ static_assert(sizeof(ULightSettingsLerpOnOff) == 0x000040, "Wrong size on ULightSettingsLerpOnOff"); \ static_assert(offsetof(ULightSettingsLerpOnOff, Cutoff) == 0x000038, "Member 'ULightSettingsLerpOnOff::Cutoff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsLerpIfNotZero \ static_assert(alignof(ULightSettingsLerpIfNotZero) == 0x000008, "Wrong alignment on ULightSettingsLerpIfNotZero"); \ static_assert(sizeof(ULightSettingsLerpIfNotZero) == 0x000040, "Wrong size on ULightSettingsLerpIfNotZero"); \ static_assert(offsetof(ULightSettingsLerpIfNotZero, Tolerance) == 0x000038, "Member 'ULightSettingsLerpIfNotZero::Tolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsLerpIfOne \ static_assert(alignof(ULightSettingsLerpIfOne) == 0x000008, "Wrong alignment on ULightSettingsLerpIfOne"); \ static_assert(sizeof(ULightSettingsLerpIfOne) == 0x000040, "Wrong size on ULightSettingsLerpIfOne"); \ static_assert(offsetof(ULightSettingsLerpIfOne, Tolerance) == 0x000038, "Member 'ULightSettingsLerpIfOne::Tolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsEase \ static_assert(alignof(ULightSettingsEase) == 0x000008, "Wrong alignment on ULightSettingsEase"); \ static_assert(sizeof(ULightSettingsEase) == 0x000038, "Wrong size on ULightSettingsEase"); \ static_assert(offsetof(ULightSettingsEase, Easing) == 0x000030, "Member 'ULightSettingsEase::Easing' has a wrong offset!"); \ static_assert(offsetof(ULightSettingsEase, BlendExp) == 0x000034, "Member 'ULightSettingsEase::BlendExp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsModCurve \ static_assert(alignof(ULightSettingsModCurve) == 0x000008, "Wrong alignment on ULightSettingsModCurve"); \ static_assert(sizeof(ULightSettingsModCurve) == 0x000030, "Wrong size on ULightSettingsModCurve"); \ static_assert(offsetof(ULightSettingsModCurve, ModParam) == 0x000028, "Member 'ULightSettingsModCurve::ModParam' has a wrong offset!"); \ static_assert(offsetof(ULightSettingsModCurve, Param) == 0x000029, "Member 'ULightSettingsModCurve::Param' has a wrong offset!"); \ static_assert(offsetof(ULightSettingsModCurve, Mode) == 0x00002A, "Member 'ULightSettingsModCurve::Mode' has a wrong offset!"); \ static_assert(offsetof(ULightSettingsModCurve, Type) == 0x00002B, "Member 'ULightSettingsModCurve::Type' has a wrong offset!"); \ static_assert(offsetof(ULightSettingsModCurve, bEnabled) == 0x00002C, "Member 'ULightSettingsModCurve::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsModFloatBase \ static_assert(alignof(ULightSettingsModFloatBase) == 0x000008, "Wrong alignment on ULightSettingsModFloatBase"); \ static_assert(sizeof(ULightSettingsModFloatBase) == 0x000038, "Wrong size on ULightSettingsModFloatBase"); \ static_assert(offsetof(ULightSettingsModFloatBase, ColorConversion) == 0x000030, "Member 'ULightSettingsModFloatBase::ColorConversion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsModFloatCurve \ static_assert(alignof(ULightSettingsModFloatCurve) == 0x000008, "Wrong alignment on ULightSettingsModFloatCurve"); \ static_assert(sizeof(ULightSettingsModFloatCurve) == 0x000040, "Wrong size on ULightSettingsModFloatCurve"); \ static_assert(offsetof(ULightSettingsModFloatCurve, Curve) == 0x000038, "Member 'ULightSettingsModFloatCurve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsModFloatConstant \ static_assert(alignof(ULightSettingsModFloatConstant) == 0x000008, "Wrong alignment on ULightSettingsModFloatConstant"); \ static_assert(sizeof(ULightSettingsModFloatConstant) == 0x000040, "Wrong size on ULightSettingsModFloatConstant"); \ static_assert(offsetof(ULightSettingsModFloatConstant, Value) == 0x000038, "Member 'ULightSettingsModFloatConstant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsModThreshold \ static_assert(alignof(ULightSettingsModThreshold) == 0x000008, "Wrong alignment on ULightSettingsModThreshold"); \ static_assert(sizeof(ULightSettingsModThreshold) == 0x000028, "Wrong size on ULightSettingsModThreshold"); \ #define DUMPER7_ASSERTS_ULightSettingsModThresholdConstantAltitude \ static_assert(alignof(ULightSettingsModThresholdConstantAltitude) == 0x000008, "Wrong alignment on ULightSettingsModThresholdConstantAltitude"); \ static_assert(sizeof(ULightSettingsModThresholdConstantAltitude) == 0x000030, "Wrong size on ULightSettingsModThresholdConstantAltitude"); \ static_assert(offsetof(ULightSettingsModThresholdConstantAltitude, AltitudeThreshold) == 0x000028, "Member 'ULightSettingsModThresholdConstantAltitude::AltitudeThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsModThresholdBlendable \ static_assert(alignof(ULightSettingsModThresholdBlendable) == 0x000008, "Wrong alignment on ULightSettingsModThresholdBlendable"); \ static_assert(sizeof(ULightSettingsModThresholdBlendable) == 0x000038, "Wrong size on ULightSettingsModThresholdBlendable"); \ static_assert(offsetof(ULightSettingsModThresholdBlendable, Blendable) == 0x000028, "Member 'ULightSettingsModThresholdBlendable::Blendable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsModThresholdConsoleVariableBase \ static_assert(alignof(ULightSettingsModThresholdConsoleVariableBase) == 0x000008, "Wrong alignment on ULightSettingsModThresholdConsoleVariableBase"); \ static_assert(sizeof(ULightSettingsModThresholdConsoleVariableBase) == 0x000038, "Wrong size on ULightSettingsModThresholdConsoleVariableBase"); \ static_assert(offsetof(ULightSettingsModThresholdConsoleVariableBase, ConsoleVariableName) == 0x000028, "Member 'ULightSettingsModThresholdConsoleVariableBase::ConsoleVariableName' has a wrong offset!"); \ static_assert(offsetof(ULightSettingsModThresholdConsoleVariableBase, ConsoleVariableDefaultValue) == 0x000030, "Member 'ULightSettingsModThresholdConsoleVariableBase::ConsoleVariableDefaultValue' has a wrong offset!"); \ static_assert(offsetof(ULightSettingsModThresholdConsoleVariableBase, bCreateConsoleVariableIfMissing) == 0x000034, "Member 'ULightSettingsModThresholdConsoleVariableBase::bCreateConsoleVariableIfMissing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsModThresholdConsoleVariableAltitude \ static_assert(alignof(ULightSettingsModThresholdConsoleVariableAltitude) == 0x000008, "Wrong alignment on ULightSettingsModThresholdConsoleVariableAltitude"); \ static_assert(sizeof(ULightSettingsModThresholdConsoleVariableAltitude) == 0x000038, "Wrong size on ULightSettingsModThresholdConsoleVariableAltitude"); \ #define DUMPER7_ASSERTS_ULightSettingsModFloatThreshold \ static_assert(alignof(ULightSettingsModFloatThreshold) == 0x000008, "Wrong alignment on ULightSettingsModFloatThreshold"); \ static_assert(sizeof(ULightSettingsModFloatThreshold) == 0x000048, "Wrong size on ULightSettingsModFloatThreshold"); \ static_assert(offsetof(ULightSettingsModFloatThreshold, Threshold) == 0x000038, "Member 'ULightSettingsModFloatThreshold::Threshold' has a wrong offset!"); \ static_assert(offsetof(ULightSettingsModFloatThreshold, ValueAbove) == 0x000040, "Member 'ULightSettingsModFloatThreshold::ValueAbove' has a wrong offset!"); \ static_assert(offsetof(ULightSettingsModFloatThreshold, ValueBelow) == 0x000044, "Member 'ULightSettingsModFloatThreshold::ValueBelow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsModColorBase \ static_assert(alignof(ULightSettingsModColorBase) == 0x000008, "Wrong alignment on ULightSettingsModColorBase"); \ static_assert(sizeof(ULightSettingsModColorBase) == 0x000030, "Wrong size on ULightSettingsModColorBase"); \ #define DUMPER7_ASSERTS_ULightSettingsModColorCurve \ static_assert(alignof(ULightSettingsModColorCurve) == 0x000008, "Wrong alignment on ULightSettingsModColorCurve"); \ static_assert(sizeof(ULightSettingsModColorCurve) == 0x000040, "Wrong size on ULightSettingsModColorCurve"); \ static_assert(offsetof(ULightSettingsModColorCurve, Curve) == 0x000030, "Member 'ULightSettingsModColorCurve::Curve' has a wrong offset!"); \ static_assert(offsetof(ULightSettingsModColorCurve, ColorType) == 0x000038, "Member 'ULightSettingsModColorCurve::ColorType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsModColorConstant \ static_assert(alignof(ULightSettingsModColorConstant) == 0x000008, "Wrong alignment on ULightSettingsModColorConstant"); \ static_assert(sizeof(ULightSettingsModColorConstant) == 0x000048, "Wrong size on ULightSettingsModColorConstant"); \ static_assert(offsetof(ULightSettingsModColorConstant, Color) == 0x000030, "Member 'ULightSettingsModColorConstant::Color' has a wrong offset!"); \ static_assert(offsetof(ULightSettingsModColorConstant, ColorType) == 0x000040, "Member 'ULightSettingsModColorConstant::ColorType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsModColorThreshold \ static_assert(alignof(ULightSettingsModColorThreshold) == 0x000008, "Wrong alignment on ULightSettingsModColorThreshold"); \ static_assert(sizeof(ULightSettingsModColorThreshold) == 0x000060, "Wrong size on ULightSettingsModColorThreshold"); \ static_assert(offsetof(ULightSettingsModColorThreshold, Threshold) == 0x000030, "Member 'ULightSettingsModColorThreshold::Threshold' has a wrong offset!"); \ static_assert(offsetof(ULightSettingsModColorThreshold, ColorAbove) == 0x000038, "Member 'ULightSettingsModColorThreshold::ColorAbove' has a wrong offset!"); \ static_assert(offsetof(ULightSettingsModColorThreshold, ColorBelow) == 0x000048, "Member 'ULightSettingsModColorThreshold::ColorBelow' has a wrong offset!"); \ static_assert(offsetof(ULightSettingsModColorThreshold, ColorType) == 0x000058, "Member 'ULightSettingsModColorThreshold::ColorType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightDirectionLerpControl \ static_assert(alignof(ULightDirectionLerpControl) == 0x000008, "Wrong alignment on ULightDirectionLerpControl"); \ static_assert(sizeof(ULightDirectionLerpControl) == 0x000030, "Wrong size on ULightDirectionLerpControl"); \ static_assert(offsetof(ULightDirectionLerpControl, bEnabled) == 0x000028, "Member 'ULightDirectionLerpControl::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightDirectionLerpCurve \ static_assert(alignof(ULightDirectionLerpCurve) == 0x000008, "Wrong alignment on ULightDirectionLerpCurve"); \ static_assert(sizeof(ULightDirectionLerpCurve) == 0x000038, "Wrong size on ULightDirectionLerpCurve"); \ static_assert(offsetof(ULightDirectionLerpCurve, Curve) == 0x000030, "Member 'ULightDirectionLerpCurve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightDirectionLerpBinary \ static_assert(alignof(ULightDirectionLerpBinary) == 0x000008, "Wrong alignment on ULightDirectionLerpBinary"); \ static_assert(sizeof(ULightDirectionLerpBinary) == 0x000038, "Wrong size on ULightDirectionLerpBinary"); \ static_assert(offsetof(ULightDirectionLerpBinary, bInvert) == 0x000030, "Member 'ULightDirectionLerpBinary::bInvert' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightDirectionLerpOnOff \ static_assert(alignof(ULightDirectionLerpOnOff) == 0x000008, "Wrong alignment on ULightDirectionLerpOnOff"); \ static_assert(sizeof(ULightDirectionLerpOnOff) == 0x000040, "Wrong size on ULightDirectionLerpOnOff"); \ static_assert(offsetof(ULightDirectionLerpOnOff, Cutoff) == 0x000038, "Member 'ULightDirectionLerpOnOff::Cutoff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightDirectionLerpIfNotZero \ static_assert(alignof(ULightDirectionLerpIfNotZero) == 0x000008, "Wrong alignment on ULightDirectionLerpIfNotZero"); \ static_assert(sizeof(ULightDirectionLerpIfNotZero) == 0x000040, "Wrong size on ULightDirectionLerpIfNotZero"); \ static_assert(offsetof(ULightDirectionLerpIfNotZero, Tolerance) == 0x000038, "Member 'ULightDirectionLerpIfNotZero::Tolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightDirectionLerpIfOne \ static_assert(alignof(ULightDirectionLerpIfOne) == 0x000008, "Wrong alignment on ULightDirectionLerpIfOne"); \ static_assert(sizeof(ULightDirectionLerpIfOne) == 0x000040, "Wrong size on ULightDirectionLerpIfOne"); \ static_assert(offsetof(ULightDirectionLerpIfOne, Tolerance) == 0x000038, "Member 'ULightDirectionLerpIfOne::Tolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightDirectionEase \ static_assert(alignof(ULightDirectionEase) == 0x000008, "Wrong alignment on ULightDirectionEase"); \ static_assert(sizeof(ULightDirectionEase) == 0x000038, "Wrong size on ULightDirectionEase"); \ static_assert(offsetof(ULightDirectionEase, Easing) == 0x000030, "Member 'ULightDirectionEase::Easing' has a wrong offset!"); \ static_assert(offsetof(ULightDirectionEase, BlendExp) == 0x000034, "Member 'ULightDirectionEase::BlendExp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightParameterSmoothing \ static_assert(alignof(ULightParameterSmoothing) == 0x000008, "Wrong alignment on ULightParameterSmoothing"); \ static_assert(sizeof(ULightParameterSmoothing) == 0x000050, "Wrong size on ULightParameterSmoothing"); \ static_assert(offsetof(ULightParameterSmoothing, ModParamSet) == 0x000028, "Member 'ULightParameterSmoothing::ModParamSet' has a wrong offset!"); \ static_assert(offsetof(ULightParameterSmoothing, TimeSource) == 0x000038, "Member 'ULightParameterSmoothing::TimeSource' has a wrong offset!"); \ static_assert(offsetof(ULightParameterSmoothing, TimeBase) == 0x000039, "Member 'ULightParameterSmoothing::TimeBase' has a wrong offset!"); \ static_assert(offsetof(ULightParameterSmoothing, TimeBlendCurve) == 0x000040, "Member 'ULightParameterSmoothing::TimeBlendCurve' has a wrong offset!"); \ static_assert(offsetof(ULightParameterSmoothing, TimeBlendCurveInput) == 0x000048, "Member 'ULightParameterSmoothing::TimeBlendCurveInput' has a wrong offset!"); \ static_assert(offsetof(ULightParameterSmoothing, bEnabled) == 0x000049, "Member 'ULightParameterSmoothing::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightParameterSmoothingLinear \ static_assert(alignof(ULightParameterSmoothingLinear) == 0x000008, "Wrong alignment on ULightParameterSmoothingLinear"); \ static_assert(sizeof(ULightParameterSmoothingLinear) == 0x000058, "Wrong size on ULightParameterSmoothingLinear"); \ static_assert(offsetof(ULightParameterSmoothingLinear, Rate) == 0x000050, "Member 'ULightParameterSmoothingLinear::Rate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightParameterSmoothingFilter \ static_assert(alignof(ULightParameterSmoothingFilter) == 0x000008, "Wrong alignment on ULightParameterSmoothingFilter"); \ static_assert(sizeof(ULightParameterSmoothingFilter) == 0x000058, "Wrong size on ULightParameterSmoothingFilter"); \ static_assert(offsetof(ULightParameterSmoothingFilter, TimeConstant) == 0x000050, "Member 'ULightParameterSmoothingFilter::TimeConstant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsModSunColor \ static_assert(alignof(ULightSettingsModSunColor) == 0x000008, "Wrong alignment on ULightSettingsModSunColor"); \ static_assert(sizeof(ULightSettingsModSunColor) == 0x000058, "Wrong size on ULightSettingsModSunColor"); \ static_assert(offsetof(ULightSettingsModSunColor, Params_0) == 0x000030, "Member 'ULightSettingsModSunColor::Params_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSettingsModSunLuminance \ static_assert(alignof(ULightSettingsModSunLuminance) == 0x000008, "Wrong alignment on ULightSettingsModSunLuminance"); \ static_assert(sizeof(ULightSettingsModSunLuminance) == 0x000060, "Wrong size on ULightSettingsModSunLuminance"); \ static_assert(offsetof(ULightSettingsModSunLuminance, Params_0) == 0x000038, "Member 'ULightSettingsModSunLuminance::Params_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightMasterComponent_DayNightGetDayZeroToOne \ static_assert(alignof(DayNightMasterComponent_DayNightGetDayZeroToOne) == 0x000008, "Wrong alignment on DayNightMasterComponent_DayNightGetDayZeroToOne"); \ static_assert(sizeof(DayNightMasterComponent_DayNightGetDayZeroToOne) == 0x000010, "Wrong size on DayNightMasterComponent_DayNightGetDayZeroToOne"); \ static_assert(offsetof(DayNightMasterComponent_DayNightGetDayZeroToOne, WorldContextObject) == 0x000000, "Member 'DayNightMasterComponent_DayNightGetDayZeroToOne::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightMasterComponent_DayNightGetDayZeroToOne, DayNightValue) == 0x000008, "Member 'DayNightMasterComponent_DayNightGetDayZeroToOne::DayNightValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightMasterComponent_DayNightGetNightNegOneDayOne \ static_assert(alignof(DayNightMasterComponent_DayNightGetNightNegOneDayOne) == 0x000008, "Wrong alignment on DayNightMasterComponent_DayNightGetNightNegOneDayOne"); \ static_assert(sizeof(DayNightMasterComponent_DayNightGetNightNegOneDayOne) == 0x000010, "Wrong size on DayNightMasterComponent_DayNightGetNightNegOneDayOne"); \ static_assert(offsetof(DayNightMasterComponent_DayNightGetNightNegOneDayOne, WorldContextObject) == 0x000000, "Member 'DayNightMasterComponent_DayNightGetNightNegOneDayOne::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightMasterComponent_DayNightGetNightNegOneDayOne, DayNightValue) == 0x000008, "Member 'DayNightMasterComponent_DayNightGetNightNegOneDayOne::DayNightValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightMasterComponent_DayNightGetNightZeroDayOne \ static_assert(alignof(DayNightMasterComponent_DayNightGetNightZeroDayOne) == 0x000008, "Wrong alignment on DayNightMasterComponent_DayNightGetNightZeroDayOne"); \ static_assert(sizeof(DayNightMasterComponent_DayNightGetNightZeroDayOne) == 0x000010, "Wrong size on DayNightMasterComponent_DayNightGetNightZeroDayOne"); \ static_assert(offsetof(DayNightMasterComponent_DayNightGetNightZeroDayOne, WorldContextObject) == 0x000000, "Member 'DayNightMasterComponent_DayNightGetNightZeroDayOne::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightMasterComponent_DayNightGetNightZeroDayOne, DayNightValue) == 0x000008, "Member 'DayNightMasterComponent_DayNightGetNightZeroDayOne::DayNightValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightMasterComponent_DayNightGetNightZeroToOne \ static_assert(alignof(DayNightMasterComponent_DayNightGetNightZeroToOne) == 0x000008, "Wrong alignment on DayNightMasterComponent_DayNightGetNightZeroToOne"); \ static_assert(sizeof(DayNightMasterComponent_DayNightGetNightZeroToOne) == 0x000010, "Wrong size on DayNightMasterComponent_DayNightGetNightZeroToOne"); \ static_assert(offsetof(DayNightMasterComponent_DayNightGetNightZeroToOne, WorldContextObject) == 0x000000, "Member 'DayNightMasterComponent_DayNightGetNightZeroToOne::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightMasterComponent_DayNightGetNightZeroToOne, DayNightValue) == 0x000008, "Member 'DayNightMasterComponent_DayNightGetNightZeroToOne::DayNightValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightMasterComponent_DayNightGetNormalizedTime \ static_assert(alignof(DayNightMasterComponent_DayNightGetNormalizedTime) == 0x000008, "Wrong alignment on DayNightMasterComponent_DayNightGetNormalizedTime"); \ static_assert(sizeof(DayNightMasterComponent_DayNightGetNormalizedTime) == 0x000010, "Wrong size on DayNightMasterComponent_DayNightGetNormalizedTime"); \ static_assert(offsetof(DayNightMasterComponent_DayNightGetNormalizedTime, WorldContextObject) == 0x000000, "Member 'DayNightMasterComponent_DayNightGetNormalizedTime::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightMasterComponent_DayNightGetNormalizedTime, CurrentTime) == 0x000008, "Member 'DayNightMasterComponent_DayNightGetNormalizedTime::CurrentTime' has a wrong offset!"); \ static_assert(offsetof(DayNightMasterComponent_DayNightGetNormalizedTime, Valid) == 0x00000C, "Member 'DayNightMasterComponent_DayNightGetNormalizedTime::Valid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightMasterComponent_GetDayNightMaster \ static_assert(alignof(DayNightMasterComponent_GetDayNightMaster) == 0x000008, "Wrong alignment on DayNightMasterComponent_GetDayNightMaster"); \ static_assert(sizeof(DayNightMasterComponent_GetDayNightMaster) == 0x000010, "Wrong size on DayNightMasterComponent_GetDayNightMaster"); \ static_assert(offsetof(DayNightMasterComponent_GetDayNightMaster, WorldContextObject) == 0x000000, "Member 'DayNightMasterComponent_GetDayNightMaster::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightMasterComponent_GetDayNightMaster, DayNightMaster) == 0x000008, "Member 'DayNightMasterComponent_GetDayNightMaster::DayNightMaster' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightMasterComponent_GetPointOfInterest \ static_assert(alignof(DayNightMasterComponent_GetPointOfInterest) == 0x000008, "Wrong alignment on DayNightMasterComponent_GetPointOfInterest"); \ static_assert(sizeof(DayNightMasterComponent_GetPointOfInterest) == 0x000048, "Wrong size on DayNightMasterComponent_GetPointOfInterest"); \ static_assert(offsetof(DayNightMasterComponent_GetPointOfInterest, WorldContextObject) == 0x000000, "Member 'DayNightMasterComponent_GetPointOfInterest::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightMasterComponent_GetPointOfInterest, Name_0) == 0x000008, "Member 'DayNightMasterComponent_GetPointOfInterest::Name_0' has a wrong offset!"); \ static_assert(offsetof(DayNightMasterComponent_GetPointOfInterest, poi) == 0x000010, "Member 'DayNightMasterComponent_GetPointOfInterest::poi' has a wrong offset!"); \ static_assert(offsetof(DayNightMasterComponent_GetPointOfInterest, ReturnValue) == 0x000040, "Member 'DayNightMasterComponent_GetPointOfInterest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightMasterComponent_GetDayZeroToOne \ static_assert(alignof(DayNightMasterComponent_GetDayZeroToOne) == 0x000008, "Wrong alignment on DayNightMasterComponent_GetDayZeroToOne"); \ static_assert(sizeof(DayNightMasterComponent_GetDayZeroToOne) == 0x000010, "Wrong size on DayNightMasterComponent_GetDayZeroToOne"); \ static_assert(offsetof(DayNightMasterComponent_GetDayZeroToOne, WorldContextObject) == 0x000000, "Member 'DayNightMasterComponent_GetDayZeroToOne::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightMasterComponent_GetDayZeroToOne, DayNightValue) == 0x000008, "Member 'DayNightMasterComponent_GetDayZeroToOne::DayNightValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightMasterComponent_GetNightNegOneDayOne \ static_assert(alignof(DayNightMasterComponent_GetNightNegOneDayOne) == 0x000008, "Wrong alignment on DayNightMasterComponent_GetNightNegOneDayOne"); \ static_assert(sizeof(DayNightMasterComponent_GetNightNegOneDayOne) == 0x000010, "Wrong size on DayNightMasterComponent_GetNightNegOneDayOne"); \ static_assert(offsetof(DayNightMasterComponent_GetNightNegOneDayOne, WorldContextObject) == 0x000000, "Member 'DayNightMasterComponent_GetNightNegOneDayOne::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightMasterComponent_GetNightNegOneDayOne, DayNightValue) == 0x000008, "Member 'DayNightMasterComponent_GetNightNegOneDayOne::DayNightValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightMasterComponent_GetNightZeroDayOne \ static_assert(alignof(DayNightMasterComponent_GetNightZeroDayOne) == 0x000008, "Wrong alignment on DayNightMasterComponent_GetNightZeroDayOne"); \ static_assert(sizeof(DayNightMasterComponent_GetNightZeroDayOne) == 0x000010, "Wrong size on DayNightMasterComponent_GetNightZeroDayOne"); \ static_assert(offsetof(DayNightMasterComponent_GetNightZeroDayOne, WorldContextObject) == 0x000000, "Member 'DayNightMasterComponent_GetNightZeroDayOne::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightMasterComponent_GetNightZeroDayOne, DayNightValue) == 0x000008, "Member 'DayNightMasterComponent_GetNightZeroDayOne::DayNightValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightMasterComponent_GetNightZeroToOne \ static_assert(alignof(DayNightMasterComponent_GetNightZeroToOne) == 0x000008, "Wrong alignment on DayNightMasterComponent_GetNightZeroToOne"); \ static_assert(sizeof(DayNightMasterComponent_GetNightZeroToOne) == 0x000010, "Wrong size on DayNightMasterComponent_GetNightZeroToOne"); \ static_assert(offsetof(DayNightMasterComponent_GetNightZeroToOne, WorldContextObject) == 0x000000, "Member 'DayNightMasterComponent_GetNightZeroToOne::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightMasterComponent_GetNightZeroToOne, DayNightValue) == 0x000008, "Member 'DayNightMasterComponent_GetNightZeroToOne::DayNightValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightMasterComponent \ static_assert(alignof(UDayNightMasterComponent) == 0x000010, "Wrong alignment on UDayNightMasterComponent"); \ static_assert(sizeof(UDayNightMasterComponent) == 0x000D50, "Wrong size on UDayNightMasterComponent"); \ static_assert(offsetof(UDayNightMasterComponent, ForceWorldBasis) == 0x0000D0, "Member 'UDayNightMasterComponent::ForceWorldBasis' has a wrong offset!"); \ static_assert(offsetof(UDayNightMasterComponent, TimeSourceStack) == 0x0000D8, "Member 'UDayNightMasterComponent::TimeSourceStack' has a wrong offset!"); \ static_assert(offsetof(UDayNightMasterComponent, TimeController) == 0x0000E8, "Member 'UDayNightMasterComponent::TimeController' has a wrong offset!"); \ static_assert(offsetof(UDayNightMasterComponent, EphemerisProgram) == 0x000198, "Member 'UDayNightMasterComponent::EphemerisProgram' has a wrong offset!"); \ static_assert(offsetof(UDayNightMasterComponent, EphemerisComputer) == 0x0001A8, "Member 'UDayNightMasterComponent::EphemerisComputer' has a wrong offset!"); \ static_assert(offsetof(UDayNightMasterComponent, DayNightLightRig) == 0x0002F0, "Member 'UDayNightMasterComponent::DayNightLightRig' has a wrong offset!"); \ static_assert(offsetof(UDayNightMasterComponent, SkyState) == 0x000300, "Member 'UDayNightMasterComponent::SkyState' has a wrong offset!"); \ static_assert(offsetof(UDayNightMasterComponent, DayNightLightRigResults) == 0x000490, "Member 'UDayNightMasterComponent::DayNightLightRigResults' has a wrong offset!"); \ static_assert(offsetof(UDayNightMasterComponent, SkyActorOverride) == 0x000D38, "Member 'UDayNightMasterComponent::SkyActorOverride' has a wrong offset!"); \ static_assert(offsetof(UDayNightMasterComponent, DebugOrbits) == 0x000D40, "Member 'UDayNightMasterComponent::DebugOrbits' has a wrong offset!"); \ static_assert(offsetof(UDayNightMasterComponent, LastNormalizedTime) == 0x000D48, "Member 'UDayNightMasterComponent::LastNormalizedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADayNightMaster \ static_assert(alignof(ADayNightMaster) == 0x000008, "Wrong alignment on ADayNightMaster"); \ static_assert(sizeof(ADayNightMaster) == 0x000258, "Wrong size on ADayNightMaster"); \ static_assert(offsetof(ADayNightMaster, DayNightMaster) == 0x000248, "Member 'ADayNightMaster::DayNightMaster' has a wrong offset!"); \ static_assert(offsetof(ADayNightMaster, bAutoFindSkyActor) == 0x000250, "Member 'ADayNightMaster::bAutoFindSkyActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkyComponent_LoadSystem \ static_assert(alignof(NiagaraStarrySkyComponent_LoadSystem) == 0x000008, "Wrong alignment on NiagaraStarrySkyComponent_LoadSystem"); \ static_assert(sizeof(NiagaraStarrySkyComponent_LoadSystem) == 0x000028, "Wrong size on NiagaraStarrySkyComponent_LoadSystem"); \ static_assert(offsetof(NiagaraStarrySkyComponent_LoadSystem, NiagaraSystem) == 0x000000, "Member 'NiagaraStarrySkyComponent_LoadSystem::NiagaraSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkyComponent_SetSystem \ static_assert(alignof(NiagaraStarrySkyComponent_SetSystem) == 0x000008, "Wrong alignment on NiagaraStarrySkyComponent_SetSystem"); \ static_assert(sizeof(NiagaraStarrySkyComponent_SetSystem) == 0x000008, "Wrong size on NiagaraStarrySkyComponent_SetSystem"); \ static_assert(offsetof(NiagaraStarrySkyComponent_SetSystem, NiagaraSystem) == 0x000000, "Member 'NiagaraStarrySkyComponent_SetSystem::NiagaraSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkyComponent_IsLoadedSystem \ static_assert(alignof(NiagaraStarrySkyComponent_IsLoadedSystem) == 0x000008, "Wrong alignment on NiagaraStarrySkyComponent_IsLoadedSystem"); \ static_assert(sizeof(NiagaraStarrySkyComponent_IsLoadedSystem) == 0x000030, "Wrong size on NiagaraStarrySkyComponent_IsLoadedSystem"); \ static_assert(offsetof(NiagaraStarrySkyComponent_IsLoadedSystem, NiagaraSystem) == 0x000000, "Member 'NiagaraStarrySkyComponent_IsLoadedSystem::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkyComponent_IsLoadedSystem, ReturnValue) == 0x000028, "Member 'NiagaraStarrySkyComponent_IsLoadedSystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraStarrySkyComponent \ static_assert(alignof(UNiagaraStarrySkyComponent) == 0x000008, "Wrong alignment on UNiagaraStarrySkyComponent"); \ static_assert(sizeof(UNiagaraStarrySkyComponent) == 0x0000F0, "Wrong size on UNiagaraStarrySkyComponent"); \ static_assert(offsetof(UNiagaraStarrySkyComponent, StarrySkySystem) == 0x0000D0, "Member 'UNiagaraStarrySkyComponent::StarrySkySystem' has a wrong offset!"); \ static_assert(offsetof(UNiagaraStarrySkyComponent, bDestroySystemWhenHidden) == 0x0000D8, "Member 'UNiagaraStarrySkyComponent::bDestroySystemWhenHidden' has a wrong offset!"); \ static_assert(offsetof(UNiagaraStarrySkyComponent, StarrySkyComponent) == 0x0000E0, "Member 'UNiagaraStarrySkyComponent::StarrySkyComponent' has a wrong offset!"); \ static_assert(offsetof(UNiagaraStarrySkyComponent, StarrySkyMPC) == 0x0000E8, "Member 'UNiagaraStarrySkyComponent::StarrySkyMPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkySwitchableHighlightComponent_StarrySkyEndHighlighting \ static_assert(alignof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyEndHighlighting) == 0x000008, "Wrong alignment on NiagaraStarrySkySwitchableHighlightComponent_StarrySkyEndHighlighting"); \ static_assert(sizeof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyEndHighlighting) == 0x000010, "Wrong size on NiagaraStarrySkySwitchableHighlightComponent_StarrySkyEndHighlighting"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyEndHighlighting, WorldContextObject) == 0x000000, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkyEndHighlighting::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyEndHighlighting, ReturnValue) == 0x000008, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkyEndHighlighting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightModulate \ static_assert(alignof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightModulate) == 0x000008, "Wrong alignment on NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightModulate"); \ static_assert(sizeof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightModulate) == 0x000010, "Wrong size on NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightModulate"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightModulate, WorldContextObject) == 0x000000, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightModulate::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightModulate, Modulate) == 0x000008, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightModulate::Modulate' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightModulate, ReturnValue) == 0x00000C, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightModulate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightParameters \ static_assert(alignof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightParameters) == 0x000008, "Wrong alignment on NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightParameters"); \ static_assert(sizeof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightParameters) == 0x000028, "Wrong size on NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightParameters"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightParameters, WorldContextObject) == 0x000000, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightParameters::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightParameters, Parameters) == 0x000008, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightParameters::Parameters' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightParameters, ReturnValue) == 0x000020, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkySetHighlightParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlighting \ static_assert(alignof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlighting) == 0x000008, "Wrong alignment on NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlighting"); \ static_assert(sizeof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlighting) == 0x000020, "Wrong size on NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlighting"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlighting, WorldContextObject) == 0x000000, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlighting::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlighting, HighlightConstellationName) == 0x000008, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlighting::HighlightConstellationName' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlighting, HighlightStarName) == 0x000010, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlighting::HighlightStarName' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlighting, InitialModulate) == 0x000018, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlighting::InitialModulate' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlighting, ReturnValue) == 0x00001C, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlighting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlightings \ static_assert(alignof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlightings) == 0x000008, "Wrong alignment on NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlightings"); \ static_assert(sizeof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlightings) == 0x000028, "Wrong size on NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlightings"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlightings, WorldContextObject) == 0x000000, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlightings::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlightings, HighlightConstellationNames) == 0x000008, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlightings::HighlightConstellationNames' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlightings, HighlightStarName) == 0x000018, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlightings::HighlightStarName' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlightings, InitialModulate) == 0x000020, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlightings::InitialModulate' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlightings, ReturnValue) == 0x000024, "Member 'NiagaraStarrySkySwitchableHighlightComponent_StarrySkyStartHighlightings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkySwitchableHighlightComponent_SupportedHighlightConstellations \ static_assert(alignof(NiagaraStarrySkySwitchableHighlightComponent_SupportedHighlightConstellations) == 0x000004, "Wrong alignment on NiagaraStarrySkySwitchableHighlightComponent_SupportedHighlightConstellations"); \ static_assert(sizeof(NiagaraStarrySkySwitchableHighlightComponent_SupportedHighlightConstellations) == 0x000004, "Wrong size on NiagaraStarrySkySwitchableHighlightComponent_SupportedHighlightConstellations"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_SupportedHighlightConstellations, Constellations) == 0x000000, "Member 'NiagaraStarrySkySwitchableHighlightComponent_SupportedHighlightConstellations::Constellations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkySwitchableHighlightComponent_GetMode \ static_assert(alignof(NiagaraStarrySkySwitchableHighlightComponent_GetMode) == 0x000001, "Wrong alignment on NiagaraStarrySkySwitchableHighlightComponent_GetMode"); \ static_assert(sizeof(NiagaraStarrySkySwitchableHighlightComponent_GetMode) == 0x000001, "Wrong size on NiagaraStarrySkySwitchableHighlightComponent_GetMode"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_GetMode, Mode) == 0x000000, "Member 'NiagaraStarrySkySwitchableHighlightComponent_GetMode::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkySwitchableHighlightComponent_LoadHighlightSystem \ static_assert(alignof(NiagaraStarrySkySwitchableHighlightComponent_LoadHighlightSystem) == 0x000008, "Wrong alignment on NiagaraStarrySkySwitchableHighlightComponent_LoadHighlightSystem"); \ static_assert(sizeof(NiagaraStarrySkySwitchableHighlightComponent_LoadHighlightSystem) == 0x000028, "Wrong size on NiagaraStarrySkySwitchableHighlightComponent_LoadHighlightSystem"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_LoadHighlightSystem, NiagaraSystem) == 0x000000, "Member 'NiagaraStarrySkySwitchableHighlightComponent_LoadHighlightSystem::NiagaraSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkySwitchableHighlightComponent_SetHighlight \ static_assert(alignof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlight) == 0x000004, "Wrong alignment on NiagaraStarrySkySwitchableHighlightComponent_SetHighlight"); \ static_assert(sizeof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlight) == 0x000010, "Wrong size on NiagaraStarrySkySwitchableHighlightComponent_SetHighlight"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlight, ConstellationName) == 0x000000, "Member 'NiagaraStarrySkySwitchableHighlightComponent_SetHighlight::ConstellationName' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlight, StarName) == 0x000008, "Member 'NiagaraStarrySkySwitchableHighlightComponent_SetHighlight::StarName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkySwitchableHighlightComponent_SetHighlightConstellation \ static_assert(alignof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlightConstellation) == 0x000004, "Wrong alignment on NiagaraStarrySkySwitchableHighlightComponent_SetHighlightConstellation"); \ static_assert(sizeof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlightConstellation) == 0x000008, "Wrong size on NiagaraStarrySkySwitchableHighlightComponent_SetHighlightConstellation"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlightConstellation, ConstellationName) == 0x000000, "Member 'NiagaraStarrySkySwitchableHighlightComponent_SetHighlightConstellation::ConstellationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkySwitchableHighlightComponent_SetHighlightConstellations \ static_assert(alignof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlightConstellations) == 0x000008, "Wrong alignment on NiagaraStarrySkySwitchableHighlightComponent_SetHighlightConstellations"); \ static_assert(sizeof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlightConstellations) == 0x000010, "Wrong size on NiagaraStarrySkySwitchableHighlightComponent_SetHighlightConstellations"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlightConstellations, ConstellationNames) == 0x000000, "Member 'NiagaraStarrySkySwitchableHighlightComponent_SetHighlightConstellations::ConstellationNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkySwitchableHighlightComponent_SetHighlights \ static_assert(alignof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlights) == 0x000008, "Wrong alignment on NiagaraStarrySkySwitchableHighlightComponent_SetHighlights"); \ static_assert(sizeof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlights) == 0x000018, "Wrong size on NiagaraStarrySkySwitchableHighlightComponent_SetHighlights"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlights, ConstellationNames) == 0x000000, "Member 'NiagaraStarrySkySwitchableHighlightComponent_SetHighlights::ConstellationNames' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlights, StarName) == 0x000010, "Member 'NiagaraStarrySkySwitchableHighlightComponent_SetHighlights::StarName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkySwitchableHighlightComponent_SetHighlightStar \ static_assert(alignof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlightStar) == 0x000004, "Wrong alignment on NiagaraStarrySkySwitchableHighlightComponent_SetHighlightStar"); \ static_assert(sizeof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlightStar) == 0x000008, "Wrong size on NiagaraStarrySkySwitchableHighlightComponent_SetHighlightStar"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlightStar, StarName) == 0x000000, "Member 'NiagaraStarrySkySwitchableHighlightComponent_SetHighlightStar::StarName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkySwitchableHighlightComponent_SetHighlightSystem \ static_assert(alignof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlightSystem) == 0x000008, "Wrong alignment on NiagaraStarrySkySwitchableHighlightComponent_SetHighlightSystem"); \ static_assert(sizeof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlightSystem) == 0x000008, "Wrong size on NiagaraStarrySkySwitchableHighlightComponent_SetHighlightSystem"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_SetHighlightSystem, NiagaraSystem) == 0x000000, "Member 'NiagaraStarrySkySwitchableHighlightComponent_SetHighlightSystem::NiagaraSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkySwitchableHighlightComponent_SetMode \ static_assert(alignof(NiagaraStarrySkySwitchableHighlightComponent_SetMode) == 0x000001, "Wrong alignment on NiagaraStarrySkySwitchableHighlightComponent_SetMode"); \ static_assert(sizeof(NiagaraStarrySkySwitchableHighlightComponent_SetMode) == 0x000001, "Wrong size on NiagaraStarrySkySwitchableHighlightComponent_SetMode"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_SetMode, Mode) == 0x000000, "Member 'NiagaraStarrySkySwitchableHighlightComponent_SetMode::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkySwitchableHighlightComponent_IsHighlightLoadedSystem \ static_assert(alignof(NiagaraStarrySkySwitchableHighlightComponent_IsHighlightLoadedSystem) == 0x000008, "Wrong alignment on NiagaraStarrySkySwitchableHighlightComponent_IsHighlightLoadedSystem"); \ static_assert(sizeof(NiagaraStarrySkySwitchableHighlightComponent_IsHighlightLoadedSystem) == 0x000030, "Wrong size on NiagaraStarrySkySwitchableHighlightComponent_IsHighlightLoadedSystem"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_IsHighlightLoadedSystem, NiagaraSystem) == 0x000000, "Member 'NiagaraStarrySkySwitchableHighlightComponent_IsHighlightLoadedSystem::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkySwitchableHighlightComponent_IsHighlightLoadedSystem, ReturnValue) == 0x000028, "Member 'NiagaraStarrySkySwitchableHighlightComponent_IsHighlightLoadedSystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraStarrySkySwitchableHighlightComponent \ static_assert(alignof(UNiagaraStarrySkySwitchableHighlightComponent) == 0x000008, "Wrong alignment on UNiagaraStarrySkySwitchableHighlightComponent"); \ static_assert(sizeof(UNiagaraStarrySkySwitchableHighlightComponent) == 0x000148, "Wrong size on UNiagaraStarrySkySwitchableHighlightComponent"); \ static_assert(offsetof(UNiagaraStarrySkySwitchableHighlightComponent, StarCatalog) == 0x0000F0, "Member 'UNiagaraStarrySkySwitchableHighlightComponent::StarCatalog' has a wrong offset!"); \ static_assert(offsetof(UNiagaraStarrySkySwitchableHighlightComponent, CurrentHighlights) == 0x0000F8, "Member 'UNiagaraStarrySkySwitchableHighlightComponent::CurrentHighlights' has a wrong offset!"); \ static_assert(offsetof(UNiagaraStarrySkySwitchableHighlightComponent, HighlightModulate) == 0x000118, "Member 'UNiagaraStarrySkySwitchableHighlightComponent::HighlightModulate' has a wrong offset!"); \ static_assert(offsetof(UNiagaraStarrySkySwitchableHighlightComponent, CurrentHighlightParameters) == 0x00011C, "Member 'UNiagaraStarrySkySwitchableHighlightComponent::CurrentHighlightParameters' has a wrong offset!"); \ static_assert(offsetof(UNiagaraStarrySkySwitchableHighlightComponent, HighlightStarrySkySystem) == 0x000138, "Member 'UNiagaraStarrySkySwitchableHighlightComponent::HighlightStarrySkySystem' has a wrong offset!"); \ static_assert(offsetof(UNiagaraStarrySkySwitchableHighlightComponent, bUseCameraAsOriginForHighlighting) == 0x000140, "Member 'UNiagaraStarrySkySwitchableHighlightComponent::bUseCameraAsOriginForHighlighting' has a wrong offset!"); \ static_assert(offsetof(UNiagaraStarrySkySwitchableHighlightComponent, CurrentMode) == 0x000141, "Member 'UNiagaraStarrySkySwitchableHighlightComponent::CurrentMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraStarrySkySwitchableHighlightComponent, bHighlightForDefocus) == 0x000142, "Member 'UNiagaraStarrySkySwitchableHighlightComponent::bHighlightForDefocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADayNightMasterComputeOnly \ static_assert(alignof(ADayNightMasterComputeOnly) == 0x000008, "Wrong alignment on ADayNightMasterComputeOnly"); \ static_assert(sizeof(ADayNightMasterComputeOnly) == 0x000250, "Wrong size on ADayNightMasterComputeOnly"); \ static_assert(offsetof(ADayNightMasterComputeOnly, DayNightMaster) == 0x000248, "Member 'ADayNightMasterComputeOnly::DayNightMaster' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightMasterComputeOnlyLibrary \ static_assert(alignof(UDayNightMasterComputeOnlyLibrary) == 0x000008, "Wrong alignment on UDayNightMasterComputeOnlyLibrary"); \ static_assert(sizeof(UDayNightMasterComputeOnlyLibrary) == 0x000048, "Wrong size on UDayNightMasterComputeOnlyLibrary"); \ static_assert(offsetof(UDayNightMasterComputeOnlyLibrary, ComputeDefault) == 0x000030, "Member 'UDayNightMasterComputeOnlyLibrary::ComputeDefault' has a wrong offset!"); \ static_assert(offsetof(UDayNightMasterComputeOnlyLibrary, LevelOverrides) == 0x000038, "Member 'UDayNightMasterComputeOnlyLibrary::LevelOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IDayNightOverrideInterface \ static_assert(alignof(IDayNightOverrideInterface) == 0x000001, "Wrong alignment on IDayNightOverrideInterface"); \ static_assert(sizeof(IDayNightOverrideInterface) == 0x000001, "Wrong size on IDayNightOverrideInterface"); \ #define DUMPER7_ASSERTS_IDayNightOverrideBasisInterface \ static_assert(alignof(IDayNightOverrideBasisInterface) == 0x000001, "Wrong alignment on IDayNightOverrideBasisInterface"); \ static_assert(sizeof(IDayNightOverrideBasisInterface) == 0x000001, "Wrong size on IDayNightOverrideBasisInterface"); \ #define DUMPER7_ASSERTS_SkyStateOverrideCelestialPointOfInterestAlignTo_GetPointOfInterest \ static_assert(alignof(SkyStateOverrideCelestialPointOfInterestAlignTo_GetPointOfInterest) == 0x000004, "Wrong alignment on SkyStateOverrideCelestialPointOfInterestAlignTo_GetPointOfInterest"); \ static_assert(sizeof(SkyStateOverrideCelestialPointOfInterestAlignTo_GetPointOfInterest) == 0x000008, "Wrong size on SkyStateOverrideCelestialPointOfInterestAlignTo_GetPointOfInterest"); \ static_assert(offsetof(SkyStateOverrideCelestialPointOfInterestAlignTo_GetPointOfInterest, CurrentPointOfInterest) == 0x000000, "Member 'SkyStateOverrideCelestialPointOfInterestAlignTo_GetPointOfInterest::CurrentPointOfInterest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyStateOverrideCelestialPointOfInterestAlignTo_GetPointOfInterestName \ static_assert(alignof(SkyStateOverrideCelestialPointOfInterestAlignTo_GetPointOfInterestName) == 0x000004, "Wrong alignment on SkyStateOverrideCelestialPointOfInterestAlignTo_GetPointOfInterestName"); \ static_assert(sizeof(SkyStateOverrideCelestialPointOfInterestAlignTo_GetPointOfInterestName) == 0x000008, "Wrong size on SkyStateOverrideCelestialPointOfInterestAlignTo_GetPointOfInterestName"); \ static_assert(offsetof(SkyStateOverrideCelestialPointOfInterestAlignTo_GetPointOfInterestName, CurrentPointOfInterest) == 0x000000, "Member 'SkyStateOverrideCelestialPointOfInterestAlignTo_GetPointOfInterestName::CurrentPointOfInterest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyStateOverrideCelestialPointOfInterestAlignTo_SetPointOfInterest \ static_assert(alignof(SkyStateOverrideCelestialPointOfInterestAlignTo_SetPointOfInterest) == 0x000004, "Wrong alignment on SkyStateOverrideCelestialPointOfInterestAlignTo_SetPointOfInterest"); \ static_assert(sizeof(SkyStateOverrideCelestialPointOfInterestAlignTo_SetPointOfInterest) == 0x000008, "Wrong size on SkyStateOverrideCelestialPointOfInterestAlignTo_SetPointOfInterest"); \ static_assert(offsetof(SkyStateOverrideCelestialPointOfInterestAlignTo_SetPointOfInterest, NewPointOfInterest) == 0x000000, "Member 'SkyStateOverrideCelestialPointOfInterestAlignTo_SetPointOfInterest::NewPointOfInterest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyStateOverrideCelestialPointOfInterestAlignTo_SetPointOfInterestName \ static_assert(alignof(SkyStateOverrideCelestialPointOfInterestAlignTo_SetPointOfInterestName) == 0x000004, "Wrong alignment on SkyStateOverrideCelestialPointOfInterestAlignTo_SetPointOfInterestName"); \ static_assert(sizeof(SkyStateOverrideCelestialPointOfInterestAlignTo_SetPointOfInterestName) == 0x000008, "Wrong size on SkyStateOverrideCelestialPointOfInterestAlignTo_SetPointOfInterestName"); \ static_assert(offsetof(SkyStateOverrideCelestialPointOfInterestAlignTo_SetPointOfInterestName, NewPointOfInterest) == 0x000000, "Member 'SkyStateOverrideCelestialPointOfInterestAlignTo_SetPointOfInterestName::NewPointOfInterest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyStateOverrideCelestialPointOfInterestAlignTo \ static_assert(alignof(USkyStateOverrideCelestialPointOfInterestAlignTo) == 0x000008, "Wrong alignment on USkyStateOverrideCelestialPointOfInterestAlignTo"); \ static_assert(sizeof(USkyStateOverrideCelestialPointOfInterestAlignTo) == 0x000050, "Wrong size on USkyStateOverrideCelestialPointOfInterestAlignTo"); \ static_assert(offsetof(USkyStateOverrideCelestialPointOfInterestAlignTo, PointOfInterest) == 0x000030, "Member 'USkyStateOverrideCelestialPointOfInterestAlignTo::PointOfInterest' has a wrong offset!"); \ static_assert(offsetof(USkyStateOverrideCelestialPointOfInterestAlignTo, SlerpUp) == 0x000038, "Member 'USkyStateOverrideCelestialPointOfInterestAlignTo::SlerpUp' has a wrong offset!"); \ static_assert(offsetof(USkyStateOverrideCelestialPointOfInterestAlignTo, Priority) == 0x000044, "Member 'USkyStateOverrideCelestialPointOfInterestAlignTo::Priority' has a wrong offset!"); \ static_assert(offsetof(USkyStateOverrideCelestialPointOfInterestAlignTo, bUseSlerp) == 0x000048, "Member 'USkyStateOverrideCelestialPointOfInterestAlignTo::bUseSlerp' has a wrong offset!"); \ static_assert(offsetof(USkyStateOverrideCelestialPointOfInterestAlignTo, bEnabled) == 0x000049, "Member 'USkyStateOverrideCelestialPointOfInterestAlignTo::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyStateOverrideCelestialPointOfInterestAlignToRotator_GetExtraRotation \ static_assert(alignof(SkyStateOverrideCelestialPointOfInterestAlignToRotator_GetExtraRotation) == 0x000004, "Wrong alignment on SkyStateOverrideCelestialPointOfInterestAlignToRotator_GetExtraRotation"); \ static_assert(sizeof(SkyStateOverrideCelestialPointOfInterestAlignToRotator_GetExtraRotation) == 0x000010, "Wrong size on SkyStateOverrideCelestialPointOfInterestAlignToRotator_GetExtraRotation"); \ static_assert(offsetof(SkyStateOverrideCelestialPointOfInterestAlignToRotator_GetExtraRotation, CurrentExtra) == 0x000000, "Member 'SkyStateOverrideCelestialPointOfInterestAlignToRotator_GetExtraRotation::CurrentExtra' has a wrong offset!"); \ static_assert(offsetof(SkyStateOverrideCelestialPointOfInterestAlignToRotator_GetExtraRotation, bHasExtra) == 0x00000C, "Member 'SkyStateOverrideCelestialPointOfInterestAlignToRotator_GetExtraRotation::bHasExtra' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyStateOverrideCelestialPointOfInterestAlignToRotator_GetOrientTo \ static_assert(alignof(SkyStateOverrideCelestialPointOfInterestAlignToRotator_GetOrientTo) == 0x000004, "Wrong alignment on SkyStateOverrideCelestialPointOfInterestAlignToRotator_GetOrientTo"); \ static_assert(sizeof(SkyStateOverrideCelestialPointOfInterestAlignToRotator_GetOrientTo) == 0x00000C, "Wrong size on SkyStateOverrideCelestialPointOfInterestAlignToRotator_GetOrientTo"); \ static_assert(offsetof(SkyStateOverrideCelestialPointOfInterestAlignToRotator_GetOrientTo, CurrentOrientTo) == 0x000000, "Member 'SkyStateOverrideCelestialPointOfInterestAlignToRotator_GetOrientTo::CurrentOrientTo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyStateOverrideCelestialPointOfInterestAlignToRotator_SetExtraRotation \ static_assert(alignof(SkyStateOverrideCelestialPointOfInterestAlignToRotator_SetExtraRotation) == 0x000004, "Wrong alignment on SkyStateOverrideCelestialPointOfInterestAlignToRotator_SetExtraRotation"); \ static_assert(sizeof(SkyStateOverrideCelestialPointOfInterestAlignToRotator_SetExtraRotation) == 0x00000C, "Wrong size on SkyStateOverrideCelestialPointOfInterestAlignToRotator_SetExtraRotation"); \ static_assert(offsetof(SkyStateOverrideCelestialPointOfInterestAlignToRotator_SetExtraRotation, NewExtra) == 0x000000, "Member 'SkyStateOverrideCelestialPointOfInterestAlignToRotator_SetExtraRotation::NewExtra' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyStateOverrideCelestialPointOfInterestAlignToRotator_SetOrientTo \ static_assert(alignof(SkyStateOverrideCelestialPointOfInterestAlignToRotator_SetOrientTo) == 0x000004, "Wrong alignment on SkyStateOverrideCelestialPointOfInterestAlignToRotator_SetOrientTo"); \ static_assert(sizeof(SkyStateOverrideCelestialPointOfInterestAlignToRotator_SetOrientTo) == 0x00000C, "Wrong size on SkyStateOverrideCelestialPointOfInterestAlignToRotator_SetOrientTo"); \ static_assert(offsetof(SkyStateOverrideCelestialPointOfInterestAlignToRotator_SetOrientTo, NewOrientTo) == 0x000000, "Member 'SkyStateOverrideCelestialPointOfInterestAlignToRotator_SetOrientTo::NewOrientTo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyStateOverrideCelestialPointOfInterestAlignToRotator \ static_assert(alignof(USkyStateOverrideCelestialPointOfInterestAlignToRotator) == 0x000008, "Wrong alignment on USkyStateOverrideCelestialPointOfInterestAlignToRotator"); \ static_assert(sizeof(USkyStateOverrideCelestialPointOfInterestAlignToRotator) == 0x000070, "Wrong size on USkyStateOverrideCelestialPointOfInterestAlignToRotator"); \ static_assert(offsetof(USkyStateOverrideCelestialPointOfInterestAlignToRotator, OrientTo) == 0x000050, "Member 'USkyStateOverrideCelestialPointOfInterestAlignToRotator::OrientTo' has a wrong offset!"); \ static_assert(offsetof(USkyStateOverrideCelestialPointOfInterestAlignToRotator, Extra) == 0x00005C, "Member 'USkyStateOverrideCelestialPointOfInterestAlignToRotator::Extra' has a wrong offset!"); \ static_assert(offsetof(USkyStateOverrideCelestialPointOfInterestAlignToRotator, bExtraRotation) == 0x000068, "Member 'USkyStateOverrideCelestialPointOfInterestAlignToRotator::bExtraRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightSky_GetDayNightSky \ static_assert(alignof(DayNightSky_GetDayNightSky) == 0x000008, "Wrong alignment on DayNightSky_GetDayNightSky"); \ static_assert(sizeof(DayNightSky_GetDayNightSky) == 0x000010, "Wrong size on DayNightSky_GetDayNightSky"); \ static_assert(offsetof(DayNightSky_GetDayNightSky, WorldContextObject) == 0x000000, "Member 'DayNightSky_GetDayNightSky::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DayNightSky_GetDayNightSky, DayNightSkyActor) == 0x000008, "Member 'DayNightSky_GetDayNightSky::DayNightSkyActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADayNightSky \ static_assert(alignof(ADayNightSky) == 0x000008, "Wrong alignment on ADayNightSky"); \ static_assert(sizeof(ADayNightSky) == 0x000690, "Wrong size on ADayNightSky"); \ static_assert(offsetof(ADayNightSky, DayNightMaster) == 0x000250, "Member 'ADayNightSky::DayNightMaster' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, TrackEyeXYRoot) == 0x000258, "Member 'ADayNightSky::TrackEyeXYRoot' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, GlobalLightingBlendable) == 0x000260, "Member 'ADayNightSky::GlobalLightingBlendable' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, GlobalLightingBlendablePriority) == 0x000268, "Member 'ADayNightSky::GlobalLightingBlendablePriority' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, SunDisk) == 0x000270, "Member 'ADayNightSky::SunDisk' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, MoonDisk) == 0x000388, "Member 'ADayNightSky::MoonDisk' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, Planets) == 0x000458, "Member 'ADayNightSky::Planets' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, Venus) == 0x000460, "Member 'ADayNightSky::Venus' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, Mars) == 0x000498, "Member 'ADayNightSky::Mars' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, Jupiter) == 0x0004D0, "Member 'ADayNightSky::Jupiter' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, Saturn) == 0x000508, "Member 'ADayNightSky::Saturn' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, MilkyWay) == 0x000540, "Member 'ADayNightSky::MilkyWay' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, StarFieldSystem) == 0x0005C0, "Member 'ADayNightSky::StarFieldSystem' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, HighlightStarFieldSystem) == 0x0005E8, "Member 'ADayNightSky::HighlightStarFieldSystem' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, StarField) == 0x000610, "Member 'ADayNightSky::StarField' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, MoonParameters) == 0x000618, "Member 'ADayNightSky::MoonParameters' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, CurrentMoonParameters) == 0x000650, "Member 'ADayNightSky::CurrentMoonParameters' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, HideStarsNormalizedTime) == 0x000670, "Member 'ADayNightSky::HideStarsNormalizedTime' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, NightSkyVisibilityBlendDomain) == 0x000678, "Member 'ADayNightSky::NightSkyVisibilityBlendDomain' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, NightSkyVisibilityBlendDomainThreshold) == 0x000680, "Member 'ADayNightSky::NightSkyVisibilityBlendDomainThreshold' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, bEnableSunDisk) == 0x000684, "Member 'ADayNightSky::bEnableSunDisk' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, bUseActorZForWorldOrigin) == 0x000685, "Member 'ADayNightSky::bUseActorZForWorldOrigin' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, bUseHideStarsNormalizedTime) == 0x000686, "Member 'ADayNightSky::bUseHideStarsNormalizedTime' has a wrong offset!"); \ static_assert(offsetof(ADayNightSky, Compass) == 0x000688, "Member 'ADayNightSky::Compass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableDayNightSky \ static_assert(alignof(UGlobalLightingBlendableDayNightSky) == 0x000008, "Wrong alignment on UGlobalLightingBlendableDayNightSky"); \ static_assert(sizeof(UGlobalLightingBlendableDayNightSky) == 0x000030, "Wrong size on UGlobalLightingBlendableDayNightSky"); \ static_assert(offsetof(UGlobalLightingBlendableDayNightSky, bDisableSkySunDisk) == 0x000028, "Member 'UGlobalLightingBlendableDayNightSky::bDisableSkySunDisk' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableDayNightSky, bDisableSkyMoonDisk) == 0x000029, "Member 'UGlobalLightingBlendableDayNightSky::bDisableSkyMoonDisk' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightCompass \ static_assert(alignof(UDayNightCompass) == 0x000010, "Wrong alignment on UDayNightCompass"); \ static_assert(sizeof(UDayNightCompass) == 0x000250, "Wrong size on UDayNightCompass"); \ static_assert(offsetof(UDayNightCompass, TextMaterial) == 0x000218, "Member 'UDayNightCompass::TextMaterial' has a wrong offset!"); \ static_assert(offsetof(UDayNightCompass, North) == 0x000220, "Member 'UDayNightCompass::North' has a wrong offset!"); \ static_assert(offsetof(UDayNightCompass, South) == 0x000228, "Member 'UDayNightCompass::South' has a wrong offset!"); \ static_assert(offsetof(UDayNightCompass, East) == 0x000230, "Member 'UDayNightCompass::East' has a wrong offset!"); \ static_assert(offsetof(UDayNightCompass, West) == 0x000238, "Member 'UDayNightCompass::West' has a wrong offset!"); \ static_assert(offsetof(UDayNightCompass, Params_0) == 0x000240, "Member 'UDayNightCompass::Params_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUberExposureDriver \ static_assert(alignof(UUberExposureDriver) == 0x000008, "Wrong alignment on UUberExposureDriver"); \ static_assert(sizeof(UUberExposureDriver) == 0x000028, "Wrong size on UUberExposureDriver"); \ #define DUMPER7_ASSERTS_UberExposureDriverBlueprintBase_UberExposureDriverGetValue \ static_assert(alignof(UberExposureDriverBlueprintBase_UberExposureDriverGetValue) == 0x000008, "Wrong alignment on UberExposureDriverBlueprintBase_UberExposureDriverGetValue"); \ static_assert(sizeof(UberExposureDriverBlueprintBase_UberExposureDriverGetValue) == 0x000018, "Wrong size on UberExposureDriverBlueprintBase_UberExposureDriverGetValue"); \ static_assert(offsetof(UberExposureDriverBlueprintBase_UberExposureDriverGetValue, World) == 0x000000, "Member 'UberExposureDriverBlueprintBase_UberExposureDriverGetValue::World' has a wrong offset!"); \ static_assert(offsetof(UberExposureDriverBlueprintBase_UberExposureDriverGetValue, Owner) == 0x000008, "Member 'UberExposureDriverBlueprintBase_UberExposureDriverGetValue::Owner' has a wrong offset!"); \ static_assert(offsetof(UberExposureDriverBlueprintBase_UberExposureDriverGetValue, ReturnValue) == 0x000010, "Member 'UberExposureDriverBlueprintBase_UberExposureDriverGetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUberExposureDriverBlueprintBase \ static_assert(alignof(UUberExposureDriverBlueprintBase) == 0x000008, "Wrong alignment on UUberExposureDriverBlueprintBase"); \ static_assert(sizeof(UUberExposureDriverBlueprintBase) == 0x000028, "Wrong size on UUberExposureDriverBlueprintBase"); \ #define DUMPER7_ASSERTS_UUberExposureDriverSunAltitudeDegrees \ static_assert(alignof(UUberExposureDriverSunAltitudeDegrees) == 0x000008, "Wrong alignment on UUberExposureDriverSunAltitudeDegrees"); \ static_assert(sizeof(UUberExposureDriverSunAltitudeDegrees) == 0x000028, "Wrong size on UUberExposureDriverSunAltitudeDegrees"); \ #define DUMPER7_ASSERTS_UUberExposureDriverIndoors \ static_assert(alignof(UUberExposureDriverIndoors) == 0x000008, "Wrong alignment on UUberExposureDriverIndoors"); \ static_assert(sizeof(UUberExposureDriverIndoors) == 0x000028, "Wrong size on UUberExposureDriverIndoors"); \ #define DUMPER7_ASSERTS_UUberExposureDriverRainStormIntensity \ static_assert(alignof(UUberExposureDriverRainStormIntensity) == 0x000008, "Wrong alignment on UUberExposureDriverRainStormIntensity"); \ static_assert(sizeof(UUberExposureDriverRainStormIntensity) == 0x000028, "Wrong size on UUberExposureDriverRainStormIntensity"); \ #define DUMPER7_ASSERTS_UUberExposureDriverNormalizedTime \ static_assert(alignof(UUberExposureDriverNormalizedTime) == 0x000008, "Wrong alignment on UUberExposureDriverNormalizedTime"); \ static_assert(sizeof(UUberExposureDriverNormalizedTime) == 0x000038, "Wrong size on UUberExposureDriverNormalizedTime"); \ static_assert(offsetof(UUberExposureDriverNormalizedTime, DefaultDay) == 0x000028, "Member 'UUberExposureDriverNormalizedTime::DefaultDay' has a wrong offset!"); \ static_assert(offsetof(UUberExposureDriverNormalizedTime, bAssumeNoonIfNoDayNight) == 0x000034, "Member 'UUberExposureDriverNormalizedTime::bAssumeNoonIfNoDayNight' has a wrong offset!"); \ static_assert(offsetof(UUberExposureDriverNormalizedTime, bUseDefaultDay) == 0x000035, "Member 'UUberExposureDriverNormalizedTime::bUseDefaultDay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUberExposureDriverRenderSettingsCustomBlendDomain \ static_assert(alignof(UUberExposureDriverRenderSettingsCustomBlendDomain) == 0x000008, "Wrong alignment on UUberExposureDriverRenderSettingsCustomBlendDomain"); \ static_assert(sizeof(UUberExposureDriverRenderSettingsCustomBlendDomain) == 0x000030, "Wrong size on UUberExposureDriverRenderSettingsCustomBlendDomain"); \ static_assert(offsetof(UUberExposureDriverRenderSettingsCustomBlendDomain, domain) == 0x000028, "Member 'UUberExposureDriverRenderSettingsCustomBlendDomain::domain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUberExposureDriverExposureExpression \ static_assert(alignof(UUberExposureDriverExposureExpression) == 0x000008, "Wrong alignment on UUberExposureDriverExposureExpression"); \ static_assert(sizeof(UUberExposureDriverExposureExpression) == 0x000030, "Wrong size on UUberExposureDriverExposureExpression"); \ static_assert(offsetof(UUberExposureDriverExposureExpression, Expression) == 0x000028, "Member 'UUberExposureDriverExposureExpression::Expression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUberExposureComponent \ static_assert(alignof(UUberExposureComponent) == 0x000010, "Wrong alignment on UUberExposureComponent"); \ static_assert(sizeof(UUberExposureComponent) == 0x000A60, "Wrong size on UUberExposureComponent"); \ static_assert(offsetof(UUberExposureComponent, ExposureMethod) == 0x000880, "Member 'UUberExposureComponent::ExposureMethod' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, AutoExposureMeterMask) == 0x000888, "Member 'UUberExposureComponent::AutoExposureMeterMask' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, ExposureCompensationCurve) == 0x000890, "Member 'UUberExposureComponent::ExposureCompensationCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, BaseExposureCompensationCurve) == 0x000898, "Member 'UUberExposureComponent::BaseExposureCompensationCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, BaseExposureCompensationValue) == 0x0008A0, "Member 'UUberExposureComponent::BaseExposureCompensationValue' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, MinExposureCurve) == 0x0008A8, "Member 'UUberExposureComponent::MinExposureCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, MaxExposureCurve) == 0x0008B0, "Member 'UUberExposureComponent::MaxExposureCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, SpeedUpCurve) == 0x0008B8, "Member 'UUberExposureComponent::SpeedUpCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, SpeedDownCurve) == 0x0008C0, "Member 'UUberExposureComponent::SpeedDownCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, LowPercentCurve) == 0x0008C8, "Member 'UUberExposureComponent::LowPercentCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, HighPercentCurve) == 0x0008D0, "Member 'UUberExposureComponent::HighPercentCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, HistogramMinCurve) == 0x0008D8, "Member 'UUberExposureComponent::HistogramMinCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, HistogramMaxCurve) == 0x0008E0, "Member 'UUberExposureComponent::HistogramMaxCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, ExposureBiasCurve) == 0x0008E8, "Member 'UUberExposureComponent::ExposureBiasCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, WhiteBalanceTempCurve) == 0x0008F0, "Member 'UUberExposureComponent::WhiteBalanceTempCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, WhiteBalanceTintCurve) == 0x0008F8, "Member 'UUberExposureComponent::WhiteBalanceTintCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, Global) == 0x000900, "Member 'UUberExposureComponent::Global' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, Shadows) == 0x000930, "Member 'UUberExposureComponent::Shadows' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, Midtones) == 0x000970, "Member 'UUberExposureComponent::Midtones' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, Highlights) == 0x0009A0, "Member 'UUberExposureComponent::Highlights' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, BlueCorrectionCurve) == 0x0009E0, "Member 'UUberExposureComponent::BlueCorrectionCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, ExpandGamutCurve) == 0x0009E8, "Member 'UUberExposureComponent::ExpandGamutCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, SceneColorTintCurve) == 0x0009F0, "Member 'UUberExposureComponent::SceneColorTintCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, ProbeToneMapAmountCurve) == 0x0009F8, "Member 'UUberExposureComponent::ProbeToneMapAmountCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, ProbeToneMapMinIntensityCurve) == 0x000A00, "Member 'UUberExposureComponent::ProbeToneMapMinIntensityCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, ProbeToneMapMaxEVCurve) == 0x000A08, "Member 'UUberExposureComponent::ProbeToneMapMaxEVCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, ProbeOutsideIntensityCurve) == 0x000A10, "Member 'UUberExposureComponent::ProbeOutsideIntensityCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, ProbeInsideIntensityCurve) == 0x000A18, "Member 'UUberExposureComponent::ProbeInsideIntensityCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, ProbeOutsideSaturationCurve) == 0x000A20, "Member 'UUberExposureComponent::ProbeOutsideSaturationCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, ProbeInsideSaturationCurve) == 0x000A28, "Member 'UUberExposureComponent::ProbeInsideSaturationCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, ProbeContactShadowsMinValueCurve) == 0x000A30, "Member 'UUberExposureComponent::ProbeContactShadowsMinValueCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, ProbeContactShadowsLengthCurve) == 0x000A38, "Member 'UUberExposureComponent::ProbeContactShadowsLengthCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, ProbeContactShadowsConeAngleCurve) == 0x000A40, "Member 'UUberExposureComponent::ProbeContactShadowsConeAngleCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, ProbeContactShadowsFalloffExponentCurve) == 0x000A48, "Member 'UUberExposureComponent::ProbeContactShadowsFalloffExponentCurve' has a wrong offset!"); \ static_assert(offsetof(UUberExposureComponent, ProbeContactShadowsDepthToleranceCurve) == 0x000A50, "Member 'UUberExposureComponent::ProbeContactShadowsDepthToleranceCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUberExposureActor \ static_assert(alignof(AUberExposureActor) == 0x000008, "Wrong alignment on AUberExposureActor"); \ static_assert(sizeof(AUberExposureActor) == 0x000250, "Wrong size on AUberExposureActor"); \ static_assert(offsetof(AUberExposureActor, Component) == 0x000248, "Member 'AUberExposureActor::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUberExposureComponentConstDriver \ static_assert(alignof(UUberExposureComponentConstDriver) == 0x000010, "Wrong alignment on UUberExposureComponentConstDriver"); \ static_assert(sizeof(UUberExposureComponentConstDriver) == 0x000A60, "Wrong size on UUberExposureComponentConstDriver"); \ #define DUMPER7_ASSERTS_UUberExposureComponentSunAltitude \ static_assert(alignof(UUberExposureComponentSunAltitude) == 0x000010, "Wrong alignment on UUberExposureComponentSunAltitude"); \ static_assert(sizeof(UUberExposureComponentSunAltitude) == 0x000A60, "Wrong size on UUberExposureComponentSunAltitude"); \ #define DUMPER7_ASSERTS_UUberExposureComponentSunAltitudeReference \ static_assert(alignof(UUberExposureComponentSunAltitudeReference) == 0x000010, "Wrong alignment on UUberExposureComponentSunAltitudeReference"); \ static_assert(sizeof(UUberExposureComponentSunAltitudeReference) == 0x000A60, "Wrong size on UUberExposureComponentSunAltitudeReference"); \ #define DUMPER7_ASSERTS_UUberExposureComponentNormalizedTime \ static_assert(alignof(UUberExposureComponentNormalizedTime) == 0x000010, "Wrong alignment on UUberExposureComponentNormalizedTime"); \ static_assert(sizeof(UUberExposureComponentNormalizedTime) == 0x000A60, "Wrong size on UUberExposureComponentNormalizedTime"); \ #define DUMPER7_ASSERTS_UUberExposureComponentRenderSettingsCustomBlendDomain \ static_assert(alignof(UUberExposureComponentRenderSettingsCustomBlendDomain) == 0x000010, "Wrong alignment on UUberExposureComponentRenderSettingsCustomBlendDomain"); \ static_assert(sizeof(UUberExposureComponentRenderSettingsCustomBlendDomain) == 0x000A60, "Wrong size on UUberExposureComponentRenderSettingsCustomBlendDomain"); \ #define DUMPER7_ASSERTS_UUberExposureComponentExposureExpression \ static_assert(alignof(UUberExposureComponentExposureExpression) == 0x000010, "Wrong alignment on UUberExposureComponentExposureExpression"); \ static_assert(sizeof(UUberExposureComponentExposureExpression) == 0x000A60, "Wrong size on UUberExposureComponentExposureExpression"); \ #define DUMPER7_ASSERTS_DayNightOverrideComponent_SetPriority \ static_assert(alignof(DayNightOverrideComponent_SetPriority) == 0x000004, "Wrong alignment on DayNightOverrideComponent_SetPriority"); \ static_assert(sizeof(DayNightOverrideComponent_SetPriority) == 0x000004, "Wrong size on DayNightOverrideComponent_SetPriority"); \ static_assert(offsetof(DayNightOverrideComponent_SetPriority, NewPriority) == 0x000000, "Member 'DayNightOverrideComponent_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDayNightOverrideComponent \ static_assert(alignof(UDayNightOverrideComponent) == 0x000010, "Wrong alignment on UDayNightOverrideComponent"); \ static_assert(sizeof(UDayNightOverrideComponent) == 0x000470, "Wrong size on UDayNightOverrideComponent"); \ static_assert(offsetof(UDayNightOverrideComponent, OverrideBasis) == 0x000220, "Member 'UDayNightOverrideComponent::OverrideBasis' has a wrong offset!"); \ static_assert(offsetof(UDayNightOverrideComponent, TimeSourceStack) == 0x000228, "Member 'UDayNightOverrideComponent::TimeSourceStack' has a wrong offset!"); \ static_assert(offsetof(UDayNightOverrideComponent, TimeController) == 0x000238, "Member 'UDayNightOverrideComponent::TimeController' has a wrong offset!"); \ static_assert(offsetof(UDayNightOverrideComponent, EphemerisProgram) == 0x0002E8, "Member 'UDayNightOverrideComponent::EphemerisProgram' has a wrong offset!"); \ static_assert(offsetof(UDayNightOverrideComponent, EphemerisComputer) == 0x0002F8, "Member 'UDayNightOverrideComponent::EphemerisComputer' has a wrong offset!"); \ static_assert(offsetof(UDayNightOverrideComponent, Priority) == 0x000440, "Member 'UDayNightOverrideComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UDayNightOverrideComponent, BlendRadius) == 0x000444, "Member 'UDayNightOverrideComponent::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(UDayNightOverrideComponent, BlendWeight) == 0x000448, "Member 'UDayNightOverrideComponent::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(UDayNightOverrideComponent, LastUpdate) == 0x000450, "Member 'UDayNightOverrideComponent::LastUpdate' has a wrong offset!"); \ static_assert(offsetof(UDayNightOverrideComponent, InitializedComputer) == 0x000454, "Member 'UDayNightOverrideComponent::InitializedComputer' has a wrong offset!"); \ static_assert(offsetof(UDayNightOverrideComponent, AppendedEphemerisProgram) == 0x000458, "Member 'UDayNightOverrideComponent::AppendedEphemerisProgram' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightVolume_SetPriority \ static_assert(alignof(DayNightVolume_SetPriority) == 0x000004, "Wrong alignment on DayNightVolume_SetPriority"); \ static_assert(sizeof(DayNightVolume_SetPriority) == 0x000004, "Wrong size on DayNightVolume_SetPriority"); \ static_assert(offsetof(DayNightVolume_SetPriority, NewPriority) == 0x000000, "Member 'DayNightVolume_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADayNightVolume \ static_assert(alignof(ADayNightVolume) == 0x000008, "Wrong alignment on ADayNightVolume"); \ static_assert(sizeof(ADayNightVolume) == 0x0004E0, "Wrong size on ADayNightVolume"); \ static_assert(offsetof(ADayNightVolume, OverrideBasis) == 0x000288, "Member 'ADayNightVolume::OverrideBasis' has a wrong offset!"); \ static_assert(offsetof(ADayNightVolume, bUseMasterDate) == 0x000290, "Member 'ADayNightVolume::bUseMasterDate' has a wrong offset!"); \ static_assert(offsetof(ADayNightVolume, TimeSourceStack) == 0x000298, "Member 'ADayNightVolume::TimeSourceStack' has a wrong offset!"); \ static_assert(offsetof(ADayNightVolume, TimeController) == 0x0002A8, "Member 'ADayNightVolume::TimeController' has a wrong offset!"); \ static_assert(offsetof(ADayNightVolume, EphemerisProgram) == 0x000358, "Member 'ADayNightVolume::EphemerisProgram' has a wrong offset!"); \ static_assert(offsetof(ADayNightVolume, EphemerisComputer) == 0x000368, "Member 'ADayNightVolume::EphemerisComputer' has a wrong offset!"); \ static_assert(offsetof(ADayNightVolume, Priority) == 0x0004B0, "Member 'ADayNightVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(ADayNightVolume, BlendRadius) == 0x0004B4, "Member 'ADayNightVolume::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(ADayNightVolume, BlendWeight) == 0x0004B8, "Member 'ADayNightVolume::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(ADayNightVolume, bUnbounded) == 0x0004BC, "Member 'ADayNightVolume::bUnbounded' has a wrong offset!"); \ static_assert(offsetof(ADayNightVolume, bEnabled) == 0x0004BD, "Member 'ADayNightVolume::bEnabled' has a wrong offset!"); \ static_assert(offsetof(ADayNightVolume, bAppendToMasterEphemerisProgram) == 0x0004BE, "Member 'ADayNightVolume::bAppendToMasterEphemerisProgram' has a wrong offset!"); \ static_assert(offsetof(ADayNightVolume, LastUpdate) == 0x0004C0, "Member 'ADayNightVolume::LastUpdate' has a wrong offset!"); \ static_assert(offsetof(ADayNightVolume, InitializedComputer) == 0x0004C4, "Member 'ADayNightVolume::InitializedComputer' has a wrong offset!"); \ static_assert(offsetof(ADayNightVolume, AppendedEphemerisProgram) == 0x0004C8, "Member 'ADayNightVolume::AppendedEphemerisProgram' has a wrong offset!"); \ static_assert(offsetof(ADayNightVolume, bMasterTimeApplied) == 0x0004D8, "Member 'ADayNightVolume::bMasterTimeApplied' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DayNightBasisVolume_SetPriority \ static_assert(alignof(DayNightBasisVolume_SetPriority) == 0x000004, "Wrong alignment on DayNightBasisVolume_SetPriority"); \ static_assert(sizeof(DayNightBasisVolume_SetPriority) == 0x000004, "Wrong size on DayNightBasisVolume_SetPriority"); \ static_assert(offsetof(DayNightBasisVolume_SetPriority, NewPriority) == 0x000000, "Member 'DayNightBasisVolume_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADayNightBasisVolume \ static_assert(alignof(ADayNightBasisVolume) == 0x000008, "Wrong alignment on ADayNightBasisVolume"); \ static_assert(sizeof(ADayNightBasisVolume) == 0x000298, "Wrong size on ADayNightBasisVolume"); \ static_assert(offsetof(ADayNightBasisVolume, BasisOverride) == 0x000288, "Member 'ADayNightBasisVolume::BasisOverride' has a wrong offset!"); \ static_assert(offsetof(ADayNightBasisVolume, Priority) == 0x000290, "Member 'ADayNightBasisVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(ADayNightBasisVolume, bUnbounded) == 0x000294, "Member 'ADayNightBasisVolume::bUnbounded' has a wrong offset!"); \ static_assert(offsetof(ADayNightBasisVolume, bEnabled) == 0x000295, "Member 'ADayNightBasisVolume::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisBasis \ static_assert(alignof(UEphemerisBasis) == 0x000008, "Wrong alignment on UEphemerisBasis"); \ static_assert(sizeof(UEphemerisBasis) == 0x000080, "Wrong size on UEphemerisBasis"); \ static_assert(offsetof(UEphemerisBasis, TopographicObserver) == 0x000030, "Member 'UEphemerisBasis::TopographicObserver' has a wrong offset!"); \ static_assert(offsetof(UEphemerisBasis, SunAltitudeNightDayCurve) == 0x000048, "Member 'UEphemerisBasis::SunAltitudeNightDayCurve' has a wrong offset!"); \ static_assert(offsetof(UEphemerisBasis, NightSkyStrengthCurve) == 0x000050, "Member 'UEphemerisBasis::NightSkyStrengthCurve' has a wrong offset!"); \ static_assert(offsetof(UEphemerisBasis, SunIllusionCurve) == 0x000058, "Member 'UEphemerisBasis::SunIllusionCurve' has a wrong offset!"); \ static_assert(offsetof(UEphemerisBasis, MoonIllusionCurve) == 0x000060, "Member 'UEphemerisBasis::MoonIllusionCurve' has a wrong offset!"); \ static_assert(offsetof(UEphemerisBasis, CelestialPointsOfInterest) == 0x000068, "Member 'UEphemerisBasis::CelestialPointsOfInterest' has a wrong offset!"); \ static_assert(offsetof(UEphemerisBasis, StarCatalog) == 0x000070, "Member 'UEphemerisBasis::StarCatalog' has a wrong offset!"); \ static_assert(offsetof(UEphemerisBasis, bSunIllusionCurve) == 0x000078, "Member 'UEphemerisBasis::bSunIllusionCurve' has a wrong offset!"); \ static_assert(offsetof(UEphemerisBasis, bMoonIllusionCurve) == 0x000079, "Member 'UEphemerisBasis::bMoonIllusionCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisBasisLibrary \ static_assert(alignof(UEphemerisBasisLibrary) == 0x000008, "Wrong alignment on UEphemerisBasisLibrary"); \ static_assert(sizeof(UEphemerisBasisLibrary) == 0x000048, "Wrong size on UEphemerisBasisLibrary"); \ static_assert(offsetof(UEphemerisBasisLibrary, DefaultBasis) == 0x000030, "Member 'UEphemerisBasisLibrary::DefaultBasis' has a wrong offset!"); \ static_assert(offsetof(UEphemerisBasisLibrary, LevelBasis) == 0x000038, "Member 'UEphemerisBasisLibrary::LevelBasis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineAstronomical \ static_assert(alignof(UEphemerisSubroutineAstronomical) == 0x000008, "Wrong alignment on UEphemerisSubroutineAstronomical"); \ static_assert(sizeof(UEphemerisSubroutineAstronomical) == 0x000030, "Wrong size on UEphemerisSubroutineAstronomical"); \ static_assert(offsetof(UEphemerisSubroutineAstronomical, MoonPeriodDays) == 0x000028, "Member 'UEphemerisSubroutineAstronomical::MoonPeriodDays' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineAstronomical, bOverride_MoonPeriodDays) == 0x00002C, "Member 'UEphemerisSubroutineAstronomical::bOverride_MoonPeriodDays' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineFauxMoonData \ static_assert(alignof(UEphemerisSubroutineFauxMoonData) == 0x000008, "Wrong alignment on UEphemerisSubroutineFauxMoonData"); \ static_assert(sizeof(UEphemerisSubroutineFauxMoonData) == 0x0000A0, "Wrong size on UEphemerisSubroutineFauxMoonData"); \ static_assert(offsetof(UEphemerisSubroutineFauxMoonData, IdealDayInfo) == 0x000028, "Member 'UEphemerisSubroutineFauxMoonData::IdealDayInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineFauxMoon \ static_assert(alignof(UEphemerisSubroutineFauxMoon) == 0x000008, "Wrong alignment on UEphemerisSubroutineFauxMoon"); \ static_assert(sizeof(UEphemerisSubroutineFauxMoon) == 0x000048, "Wrong size on UEphemerisSubroutineFauxMoon"); \ static_assert(offsetof(UEphemerisSubroutineFauxMoon, IdealDate) == 0x000028, "Member 'UEphemerisSubroutineFauxMoon::IdealDate' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineFauxMoon, BaseOffsetDegrees) == 0x000034, "Member 'UEphemerisSubroutineFauxMoon::BaseOffsetDegrees' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineFauxMoon, OffsetVarianceDegrees) == 0x000038, "Member 'UEphemerisSubroutineFauxMoon::OffsetVarianceDegrees' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineFauxMoon, OffsetPeriodDays) == 0x00003C, "Member 'UEphemerisSubroutineFauxMoon::OffsetPeriodDays' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineFauxMoon, PhasePeriodDays) == 0x000040, "Member 'UEphemerisSubroutineFauxMoon::PhasePeriodDays' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineFauxMoon, bEnabled) == 0x000044, "Member 'UEphemerisSubroutineFauxMoon::bEnabled' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineFauxMoon, bOverride_PhasePeriodDays) == 0x000045, "Member 'UEphemerisSubroutineFauxMoon::bOverride_PhasePeriodDays' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineFauxMoon, bUseIdealDate) == 0x000046, "Member 'UEphemerisSubroutineFauxMoon::bUseIdealDate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineMoonOpposesSun \ static_assert(alignof(UEphemerisSubroutineMoonOpposesSun) == 0x000008, "Wrong alignment on UEphemerisSubroutineMoonOpposesSun"); \ static_assert(sizeof(UEphemerisSubroutineMoonOpposesSun) == 0x000030, "Wrong size on UEphemerisSubroutineMoonOpposesSun"); \ static_assert(offsetof(UEphemerisSubroutineMoonOpposesSun, OffsetDegrees) == 0x000028, "Member 'UEphemerisSubroutineMoonOpposesSun::OffsetDegrees' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineMoonOpposesSun, bEnabled) == 0x00002C, "Member 'UEphemerisSubroutineMoonOpposesSun::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineForceMoonPhase \ static_assert(alignof(UEphemerisSubroutineForceMoonPhase) == 0x000008, "Wrong alignment on UEphemerisSubroutineForceMoonPhase"); \ static_assert(sizeof(UEphemerisSubroutineForceMoonPhase) == 0x000048, "Wrong size on UEphemerisSubroutineForceMoonPhase"); \ static_assert(offsetof(UEphemerisSubroutineForceMoonPhase, Moon) == 0x000028, "Member 'UEphemerisSubroutineForceMoonPhase::Moon' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineForceMoonPhase, bEnabled) == 0x000040, "Member 'UEphemerisSubroutineForceMoonPhase::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineNoNewMoon \ static_assert(alignof(UEphemerisSubroutineNoNewMoon) == 0x000008, "Wrong alignment on UEphemerisSubroutineNoNewMoon"); \ static_assert(sizeof(UEphemerisSubroutineNoNewMoon) == 0x000030, "Wrong size on UEphemerisSubroutineNoNewMoon"); \ static_assert(offsetof(UEphemerisSubroutineNoNewMoon, MinimalPhasePercent) == 0x000028, "Member 'UEphemerisSubroutineNoNewMoon::MinimalPhasePercent' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineNoNewMoon, bUpdateVisualPhaseOnly) == 0x00002C, "Member 'UEphemerisSubroutineNoNewMoon::bUpdateVisualPhaseOnly' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineNoNewMoon, bEnabled) == 0x00002D, "Member 'UEphemerisSubroutineNoNewMoon::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineSunPosition \ static_assert(alignof(UEphemerisSubroutineSunPosition) == 0x000008, "Wrong alignment on UEphemerisSubroutineSunPosition"); \ static_assert(sizeof(UEphemerisSubroutineSunPosition) == 0x000038, "Wrong size on UEphemerisSubroutineSunPosition"); \ static_assert(offsetof(UEphemerisSubroutineSunPosition, Direction) == 0x000028, "Member 'UEphemerisSubroutineSunPosition::Direction' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineSunPosition, bOverride_Direction) == 0x000034, "Member 'UEphemerisSubroutineSunPosition::bOverride_Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineMoonPosition \ static_assert(alignof(UEphemerisSubroutineMoonPosition) == 0x000008, "Wrong alignment on UEphemerisSubroutineMoonPosition"); \ static_assert(sizeof(UEphemerisSubroutineMoonPosition) == 0x000038, "Wrong size on UEphemerisSubroutineMoonPosition"); \ static_assert(offsetof(UEphemerisSubroutineMoonPosition, Direction) == 0x000028, "Member 'UEphemerisSubroutineMoonPosition::Direction' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineMoonPosition, bOverride_Direction) == 0x000034, "Member 'UEphemerisSubroutineMoonPosition::bOverride_Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineTweakMoonPosition \ static_assert(alignof(UEphemerisSubroutineTweakMoonPosition) == 0x000008, "Wrong alignment on UEphemerisSubroutineTweakMoonPosition"); \ static_assert(sizeof(UEphemerisSubroutineTweakMoonPosition) == 0x000040, "Wrong size on UEphemerisSubroutineTweakMoonPosition"); \ static_assert(offsetof(UEphemerisSubroutineTweakMoonPosition, bOnlyLightDirection) == 0x000038, "Member 'UEphemerisSubroutineTweakMoonPosition::bOnlyLightDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFixedSunPositionsData \ static_assert(alignof(UFixedSunPositionsData) == 0x000008, "Wrong alignment on UFixedSunPositionsData"); \ static_assert(sizeof(UFixedSunPositionsData) == 0x0000C0, "Wrong size on UFixedSunPositionsData"); \ static_assert(offsetof(UFixedSunPositionsData, DayInfo) == 0x000028, "Member 'UFixedSunPositionsData::DayInfo' has a wrong offset!"); \ static_assert(offsetof(UFixedSunPositionsData, Positions) == 0x0000A0, "Member 'UFixedSunPositionsData::Positions' has a wrong offset!"); \ static_assert(offsetof(UFixedSunPositionsData, TransitionTime) == 0x0000B0, "Member 'UFixedSunPositionsData::TransitionTime' has a wrong offset!"); \ static_assert(offsetof(UFixedSunPositionsData, TransitionEaseInOutPower) == 0x0000B8, "Member 'UFixedSunPositionsData::TransitionEaseInOutPower' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFixedSunPositions \ static_assert(alignof(UFixedSunPositions) == 0x000008, "Wrong alignment on UFixedSunPositions"); \ static_assert(sizeof(UFixedSunPositions) == 0x000060, "Wrong size on UFixedSunPositions"); \ static_assert(offsetof(UFixedSunPositions, TransitionTime) == 0x000030, "Member 'UFixedSunPositions::TransitionTime' has a wrong offset!"); \ static_assert(offsetof(UFixedSunPositions, TransitionEaseInOutPower) == 0x000034, "Member 'UFixedSunPositions::TransitionEaseInOutPower' has a wrong offset!"); \ static_assert(offsetof(UFixedSunPositions, SunAltitudes) == 0x000038, "Member 'UFixedSunPositions::SunAltitudes' has a wrong offset!"); \ static_assert(offsetof(UFixedSunPositions, SunriseDurationMinutes) == 0x000048, "Member 'UFixedSunPositions::SunriseDurationMinutes' has a wrong offset!"); \ static_assert(offsetof(UFixedSunPositions, NoonDurationHours) == 0x00004C, "Member 'UFixedSunPositions::NoonDurationHours' has a wrong offset!"); \ static_assert(offsetof(UFixedSunPositions, SunsetDurationMinutes) == 0x000050, "Member 'UFixedSunPositions::SunsetDurationMinutes' has a wrong offset!"); \ static_assert(offsetof(UFixedSunPositions, MidnightDurationHours) == 0x000054, "Member 'UFixedSunPositions::MidnightDurationHours' has a wrong offset!"); \ static_assert(offsetof(UFixedSunPositions, bNoonDuration) == 0x000058, "Member 'UFixedSunPositions::bNoonDuration' has a wrong offset!"); \ static_assert(offsetof(UFixedSunPositions, bSunriseDuration) == 0x000059, "Member 'UFixedSunPositions::bSunriseDuration' has a wrong offset!"); \ static_assert(offsetof(UFixedSunPositions, bMidnightDuration) == 0x00005A, "Member 'UFixedSunPositions::bMidnightDuration' has a wrong offset!"); \ static_assert(offsetof(UFixedSunPositions, bSunsetDuration) == 0x00005B, "Member 'UFixedSunPositions::bSunsetDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineFixedSunPositions \ static_assert(alignof(UEphemerisSubroutineFixedSunPositions) == 0x000008, "Wrong alignment on UEphemerisSubroutineFixedSunPositions"); \ static_assert(sizeof(UEphemerisSubroutineFixedSunPositions) == 0x000038, "Wrong size on UEphemerisSubroutineFixedSunPositions"); \ static_assert(offsetof(UEphemerisSubroutineFixedSunPositions, FixedPositions) == 0x000028, "Member 'UEphemerisSubroutineFixedSunPositions::FixedPositions' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineFixedSunPositions, bEnabled) == 0x000030, "Member 'UEphemerisSubroutineFixedSunPositions::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFixedIdealMoonPathData \ static_assert(alignof(UFixedIdealMoonPathData) == 0x000008, "Wrong alignment on UFixedIdealMoonPathData"); \ static_assert(sizeof(UFixedIdealMoonPathData) == 0x000558, "Wrong size on UFixedIdealMoonPathData"); \ static_assert(offsetof(UFixedIdealMoonPathData, MoonPath) == 0x000030, "Member 'UFixedIdealMoonPathData::MoonPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineFixedIdealMoonPath \ static_assert(alignof(UEphemerisSubroutineFixedIdealMoonPath) == 0x000008, "Wrong alignment on UEphemerisSubroutineFixedIdealMoonPath"); \ static_assert(sizeof(UEphemerisSubroutineFixedIdealMoonPath) == 0x000040, "Wrong size on UEphemerisSubroutineFixedIdealMoonPath"); \ static_assert(offsetof(UEphemerisSubroutineFixedIdealMoonPath, MoonPath) == 0x000028, "Member 'UEphemerisSubroutineFixedIdealMoonPath::MoonPath' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineFixedIdealMoonPath, AzimuthMode) == 0x000030, "Member 'UEphemerisSubroutineFixedIdealMoonPath::AzimuthMode' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineFixedIdealMoonPath, AzimuthOffsetDegrees) == 0x000034, "Member 'UEphemerisSubroutineFixedIdealMoonPath::AzimuthOffsetDegrees' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineFixedIdealMoonPath, bEnabled) == 0x000038, "Member 'UEphemerisSubroutineFixedIdealMoonPath::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineDynamicIdealMoonPath \ static_assert(alignof(UEphemerisSubroutineDynamicIdealMoonPath) == 0x000008, "Wrong alignment on UEphemerisSubroutineDynamicIdealMoonPath"); \ static_assert(sizeof(UEphemerisSubroutineDynamicIdealMoonPath) == 0x000040, "Wrong size on UEphemerisSubroutineDynamicIdealMoonPath"); \ static_assert(offsetof(UEphemerisSubroutineDynamicIdealMoonPath, AzimuthMode) == 0x000028, "Member 'UEphemerisSubroutineDynamicIdealMoonPath::AzimuthMode' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineDynamicIdealMoonPath, AzimuthOffsetDegrees) == 0x00002C, "Member 'UEphemerisSubroutineDynamicIdealMoonPath::AzimuthOffsetDegrees' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineDynamicIdealMoonPath, PathSettings) == 0x000030, "Member 'UEphemerisSubroutineDynamicIdealMoonPath::PathSettings' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineDynamicIdealMoonPath, bEnabled) == 0x00003C, "Member 'UEphemerisSubroutineDynamicIdealMoonPath::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineGamifyTimeSunriseSunset \ static_assert(alignof(UEphemerisSubroutineGamifyTimeSunriseSunset) == 0x000008, "Wrong alignment on UEphemerisSubroutineGamifyTimeSunriseSunset"); \ static_assert(sizeof(UEphemerisSubroutineGamifyTimeSunriseSunset) == 0x0000C8, "Wrong size on UEphemerisSubroutineGamifyTimeSunriseSunset"); \ static_assert(offsetof(UEphemerisSubroutineGamifyTimeSunriseSunset, SunRise) == 0x0000B0, "Member 'UEphemerisSubroutineGamifyTimeSunriseSunset::SunRise' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineGamifyTimeSunriseSunset, SunSet) == 0x0000BC, "Member 'UEphemerisSubroutineGamifyTimeSunriseSunset::SunSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineGamifyTimeDayNightRatio \ static_assert(alignof(UEphemerisSubroutineGamifyTimeDayNightRatio) == 0x000008, "Wrong alignment on UEphemerisSubroutineGamifyTimeDayNightRatio"); \ static_assert(sizeof(UEphemerisSubroutineGamifyTimeDayNightRatio) == 0x0000B8, "Wrong size on UEphemerisSubroutineGamifyTimeDayNightRatio"); \ static_assert(offsetof(UEphemerisSubroutineGamifyTimeDayNightRatio, DayToNightRatio) == 0x0000B0, "Member 'UEphemerisSubroutineGamifyTimeDayNightRatio::DayToNightRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineIdealSunPath \ static_assert(alignof(UEphemerisSubroutineIdealSunPath) == 0x000008, "Wrong alignment on UEphemerisSubroutineIdealSunPath"); \ static_assert(sizeof(UEphemerisSubroutineIdealSunPath) == 0x000050, "Wrong size on UEphemerisSubroutineIdealSunPath"); \ static_assert(offsetof(UEphemerisSubroutineIdealSunPath, IdealDate) == 0x000028, "Member 'UEphemerisSubroutineIdealSunPath::IdealDate' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineIdealSunPath, GamifyTime) == 0x000038, "Member 'UEphemerisSubroutineIdealSunPath::GamifyTime' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineIdealSunPath, RemapNormalizedTime) == 0x000040, "Member 'UEphemerisSubroutineIdealSunPath::RemapNormalizedTime' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineIdealSunPath, bEnabled) == 0x000048, "Member 'UEphemerisSubroutineIdealSunPath::bEnabled' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineIdealSunPath, bUseRemapNormalizedTime) == 0x000049, "Member 'UEphemerisSubroutineIdealSunPath::bUseRemapNormalizedTime' has a wrong offset!"); \ static_assert(offsetof(UEphemerisSubroutineIdealSunPath, bRemapNormalizedTimeIs12Hour) == 0x00004A, "Member 'UEphemerisSubroutineIdealSunPath::bRemapNormalizedTimeIs12Hour' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalSubsurfaceModComponent \ static_assert(alignof(UGlobalSubsurfaceModComponent) == 0x000008, "Wrong alignment on UGlobalSubsurfaceModComponent"); \ static_assert(sizeof(UGlobalSubsurfaceModComponent) == 0x0000E8, "Wrong size on UGlobalSubsurfaceModComponent"); \ static_assert(offsetof(UGlobalSubsurfaceModComponent, GlobalSubsurfaceMPC) == 0x0000D0, "Member 'UGlobalSubsurfaceModComponent::GlobalSubsurfaceMPC' has a wrong offset!"); \ static_assert(offsetof(UGlobalSubsurfaceModComponent, GlobalSubsurfaceCurve) == 0x0000D8, "Member 'UGlobalSubsurfaceModComponent::GlobalSubsurfaceCurve' has a wrong offset!"); \ static_assert(offsetof(UGlobalSubsurfaceModComponent, CurrentModValue) == 0x0000E0, "Member 'UGlobalSubsurfaceModComponent::CurrentModValue' has a wrong offset!"); \ static_assert(offsetof(UGlobalSubsurfaceModComponent, bOutdoorsOnly) == 0x0000E4, "Member 'UGlobalSubsurfaceModComponent::bOutdoorsOnly' has a wrong offset!"); \ static_assert(offsetof(UGlobalSubsurfaceModComponent, bDisable) == 0x0000E5, "Member 'UGlobalSubsurfaceModComponent::bDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkyHighlightComponent_SupportedHighlightConstellations \ static_assert(alignof(NiagaraStarrySkyHighlightComponent_SupportedHighlightConstellations) == 0x000004, "Wrong alignment on NiagaraStarrySkyHighlightComponent_SupportedHighlightConstellations"); \ static_assert(sizeof(NiagaraStarrySkyHighlightComponent_SupportedHighlightConstellations) == 0x000004, "Wrong size on NiagaraStarrySkyHighlightComponent_SupportedHighlightConstellations"); \ static_assert(offsetof(NiagaraStarrySkyHighlightComponent_SupportedHighlightConstellations, Constellations) == 0x000000, "Member 'NiagaraStarrySkyHighlightComponent_SupportedHighlightConstellations::Constellations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkyHighlightComponent_SetHighlight \ static_assert(alignof(NiagaraStarrySkyHighlightComponent_SetHighlight) == 0x000004, "Wrong alignment on NiagaraStarrySkyHighlightComponent_SetHighlight"); \ static_assert(sizeof(NiagaraStarrySkyHighlightComponent_SetHighlight) == 0x000010, "Wrong size on NiagaraStarrySkyHighlightComponent_SetHighlight"); \ static_assert(offsetof(NiagaraStarrySkyHighlightComponent_SetHighlight, ConstellationName) == 0x000000, "Member 'NiagaraStarrySkyHighlightComponent_SetHighlight::ConstellationName' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkyHighlightComponent_SetHighlight, StarName) == 0x000008, "Member 'NiagaraStarrySkyHighlightComponent_SetHighlight::StarName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkyHighlightComponent_SetHighlightConstellation \ static_assert(alignof(NiagaraStarrySkyHighlightComponent_SetHighlightConstellation) == 0x000004, "Wrong alignment on NiagaraStarrySkyHighlightComponent_SetHighlightConstellation"); \ static_assert(sizeof(NiagaraStarrySkyHighlightComponent_SetHighlightConstellation) == 0x000008, "Wrong size on NiagaraStarrySkyHighlightComponent_SetHighlightConstellation"); \ static_assert(offsetof(NiagaraStarrySkyHighlightComponent_SetHighlightConstellation, ConstellationName) == 0x000000, "Member 'NiagaraStarrySkyHighlightComponent_SetHighlightConstellation::ConstellationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkyHighlightComponent_SetHighlightConstellations \ static_assert(alignof(NiagaraStarrySkyHighlightComponent_SetHighlightConstellations) == 0x000008, "Wrong alignment on NiagaraStarrySkyHighlightComponent_SetHighlightConstellations"); \ static_assert(sizeof(NiagaraStarrySkyHighlightComponent_SetHighlightConstellations) == 0x000010, "Wrong size on NiagaraStarrySkyHighlightComponent_SetHighlightConstellations"); \ static_assert(offsetof(NiagaraStarrySkyHighlightComponent_SetHighlightConstellations, ConstellationNames) == 0x000000, "Member 'NiagaraStarrySkyHighlightComponent_SetHighlightConstellations::ConstellationNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkyHighlightComponent_SetHighlights \ static_assert(alignof(NiagaraStarrySkyHighlightComponent_SetHighlights) == 0x000008, "Wrong alignment on NiagaraStarrySkyHighlightComponent_SetHighlights"); \ static_assert(sizeof(NiagaraStarrySkyHighlightComponent_SetHighlights) == 0x000018, "Wrong size on NiagaraStarrySkyHighlightComponent_SetHighlights"); \ static_assert(offsetof(NiagaraStarrySkyHighlightComponent_SetHighlights, ConstellationNames) == 0x000000, "Member 'NiagaraStarrySkyHighlightComponent_SetHighlights::ConstellationNames' has a wrong offset!"); \ static_assert(offsetof(NiagaraStarrySkyHighlightComponent_SetHighlights, StarName) == 0x000010, "Member 'NiagaraStarrySkyHighlightComponent_SetHighlights::StarName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraStarrySkyHighlightComponent_SetHighlightStar \ static_assert(alignof(NiagaraStarrySkyHighlightComponent_SetHighlightStar) == 0x000004, "Wrong alignment on NiagaraStarrySkyHighlightComponent_SetHighlightStar"); \ static_assert(sizeof(NiagaraStarrySkyHighlightComponent_SetHighlightStar) == 0x000008, "Wrong size on NiagaraStarrySkyHighlightComponent_SetHighlightStar"); \ static_assert(offsetof(NiagaraStarrySkyHighlightComponent_SetHighlightStar, StarName) == 0x000000, "Member 'NiagaraStarrySkyHighlightComponent_SetHighlightStar::StarName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraStarrySkyHighlightComponent \ static_assert(alignof(UNiagaraStarrySkyHighlightComponent) == 0x000008, "Wrong alignment on UNiagaraStarrySkyHighlightComponent"); \ static_assert(sizeof(UNiagaraStarrySkyHighlightComponent) == 0x000138, "Wrong size on UNiagaraStarrySkyHighlightComponent"); \ static_assert(offsetof(UNiagaraStarrySkyHighlightComponent, StarCatalog) == 0x0000F0, "Member 'UNiagaraStarrySkyHighlightComponent::StarCatalog' has a wrong offset!"); \ static_assert(offsetof(UNiagaraStarrySkyHighlightComponent, Highlights) == 0x0000F8, "Member 'UNiagaraStarrySkyHighlightComponent::Highlights' has a wrong offset!"); \ static_assert(offsetof(UNiagaraStarrySkyHighlightComponent, HighlightModulate) == 0x000118, "Member 'UNiagaraStarrySkyHighlightComponent::HighlightModulate' has a wrong offset!"); \ static_assert(offsetof(UNiagaraStarrySkyHighlightComponent, HighlightParameters) == 0x00011C, "Member 'UNiagaraStarrySkyHighlightComponent::HighlightParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyStateOverrideHideMoon \ static_assert(alignof(USkyStateOverrideHideMoon) == 0x000008, "Wrong alignment on USkyStateOverrideHideMoon"); \ static_assert(sizeof(USkyStateOverrideHideMoon) == 0x000038, "Wrong size on USkyStateOverrideHideMoon"); \ static_assert(offsetof(USkyStateOverrideHideMoon, Priority) == 0x000030, "Member 'USkyStateOverrideHideMoon::Priority' has a wrong offset!"); \ static_assert(offsetof(USkyStateOverrideHideMoon, bEnabled) == 0x000034, "Member 'USkyStateOverrideHideMoon::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyStateOverrideBlueprintLibrary_DeregisterSkyStateOverride \ static_assert(alignof(SkyStateOverrideBlueprintLibrary_DeregisterSkyStateOverride) == 0x000008, "Wrong alignment on SkyStateOverrideBlueprintLibrary_DeregisterSkyStateOverride"); \ static_assert(sizeof(SkyStateOverrideBlueprintLibrary_DeregisterSkyStateOverride) == 0x000010, "Wrong size on SkyStateOverrideBlueprintLibrary_DeregisterSkyStateOverride"); \ static_assert(offsetof(SkyStateOverrideBlueprintLibrary_DeregisterSkyStateOverride, WorldContextObject) == 0x000000, "Member 'SkyStateOverrideBlueprintLibrary_DeregisterSkyStateOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyStateOverrideBlueprintLibrary_DeregisterSkyStateOverride, SkyStateOverride) == 0x000008, "Member 'SkyStateOverrideBlueprintLibrary_DeregisterSkyStateOverride::SkyStateOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyStateOverrideBlueprintLibrary_IsSkyStateOverrideRegistered \ static_assert(alignof(SkyStateOverrideBlueprintLibrary_IsSkyStateOverrideRegistered) == 0x000008, "Wrong alignment on SkyStateOverrideBlueprintLibrary_IsSkyStateOverrideRegistered"); \ static_assert(sizeof(SkyStateOverrideBlueprintLibrary_IsSkyStateOverrideRegistered) == 0x000018, "Wrong size on SkyStateOverrideBlueprintLibrary_IsSkyStateOverrideRegistered"); \ static_assert(offsetof(SkyStateOverrideBlueprintLibrary_IsSkyStateOverrideRegistered, WorldContextObject) == 0x000000, "Member 'SkyStateOverrideBlueprintLibrary_IsSkyStateOverrideRegistered::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyStateOverrideBlueprintLibrary_IsSkyStateOverrideRegistered, SkyStateOverride) == 0x000008, "Member 'SkyStateOverrideBlueprintLibrary_IsSkyStateOverrideRegistered::SkyStateOverride' has a wrong offset!"); \ static_assert(offsetof(SkyStateOverrideBlueprintLibrary_IsSkyStateOverrideRegistered, bRegistered) == 0x000010, "Member 'SkyStateOverrideBlueprintLibrary_IsSkyStateOverrideRegistered::bRegistered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyStateOverrideBlueprintLibrary_RegisterSkyStateOverride \ static_assert(alignof(SkyStateOverrideBlueprintLibrary_RegisterSkyStateOverride) == 0x000008, "Wrong alignment on SkyStateOverrideBlueprintLibrary_RegisterSkyStateOverride"); \ static_assert(sizeof(SkyStateOverrideBlueprintLibrary_RegisterSkyStateOverride) == 0x000018, "Wrong size on SkyStateOverrideBlueprintLibrary_RegisterSkyStateOverride"); \ static_assert(offsetof(SkyStateOverrideBlueprintLibrary_RegisterSkyStateOverride, WorldContextObject) == 0x000000, "Member 'SkyStateOverrideBlueprintLibrary_RegisterSkyStateOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SkyStateOverrideBlueprintLibrary_RegisterSkyStateOverride, SkyStateOverride) == 0x000008, "Member 'SkyStateOverrideBlueprintLibrary_RegisterSkyStateOverride::SkyStateOverride' has a wrong offset!"); \ static_assert(offsetof(SkyStateOverrideBlueprintLibrary_RegisterSkyStateOverride, bSuccess) == 0x000010, "Member 'SkyStateOverrideBlueprintLibrary_RegisterSkyStateOverride::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyStateOverrideBlueprintLibrary \ static_assert(alignof(USkyStateOverrideBlueprintLibrary) == 0x000008, "Wrong alignment on USkyStateOverrideBlueprintLibrary"); \ static_assert(sizeof(USkyStateOverrideBlueprintLibrary) == 0x000028, "Wrong size on USkyStateOverrideBlueprintLibrary"); \ #define DUMPER7_ASSERTS_TimeOverrideDateTimeRaw_TimeOverrideDateTimeCreate \ static_assert(alignof(TimeOverrideDateTimeRaw_TimeOverrideDateTimeCreate) == 0x000008, "Wrong alignment on TimeOverrideDateTimeRaw_TimeOverrideDateTimeCreate"); \ static_assert(sizeof(TimeOverrideDateTimeRaw_TimeOverrideDateTimeCreate) == 0x000020, "Wrong size on TimeOverrideDateTimeRaw_TimeOverrideDateTimeCreate"); \ static_assert(offsetof(TimeOverrideDateTimeRaw_TimeOverrideDateTimeCreate, Owner) == 0x000000, "Member 'TimeOverrideDateTimeRaw_TimeOverrideDateTimeCreate::Owner' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideDateTimeRaw_TimeOverrideDateTimeCreate, TimeOverride) == 0x000008, "Member 'TimeOverrideDateTimeRaw_TimeOverrideDateTimeCreate::TimeOverride' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideDateTimeRaw_TimeOverrideDateTimeCreate, CreateDateTime) == 0x000010, "Member 'TimeOverrideDateTimeRaw_TimeOverrideDateTimeCreate::CreateDateTime' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideDateTimeRaw_TimeOverrideDateTimeCreate, CreatePriority) == 0x000018, "Member 'TimeOverrideDateTimeRaw_TimeOverrideDateTimeCreate::CreatePriority' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideDateTimeRaw_TimeOverrideDateTimeCreate, bCreateEnabled) == 0x00001C, "Member 'TimeOverrideDateTimeRaw_TimeOverrideDateTimeCreate::bCreateEnabled' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideDateTimeRaw_TimeOverrideDateTimeCreate, bIsTransient) == 0x00001D, "Member 'TimeOverrideDateTimeRaw_TimeOverrideDateTimeCreate::bIsTransient' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeOverrideDateTimeRaw \ static_assert(alignof(UTimeOverrideDateTimeRaw) == 0x000008, "Wrong alignment on UTimeOverrideDateTimeRaw"); \ static_assert(sizeof(UTimeOverrideDateTimeRaw) == 0x000040, "Wrong size on UTimeOverrideDateTimeRaw"); \ static_assert(offsetof(UTimeOverrideDateTimeRaw, DateTime) == 0x000030, "Member 'UTimeOverrideDateTimeRaw::DateTime' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideDateTimeRaw, Priority) == 0x000038, "Member 'UTimeOverrideDateTimeRaw::Priority' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideDateTimeRaw, bEnabled) == 0x00003C, "Member 'UTimeOverrideDateTimeRaw::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeOverrideTimeInput \ static_assert(alignof(UTimeOverrideTimeInput) == 0x000008, "Wrong alignment on UTimeOverrideTimeInput"); \ static_assert(sizeof(UTimeOverrideTimeInput) == 0x000048, "Wrong size on UTimeOverrideTimeInput"); \ static_assert(offsetof(UTimeOverrideTimeInput, Time) == 0x000030, "Member 'UTimeOverrideTimeInput::Time' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideTimeInput, Type) == 0x00003C, "Member 'UTimeOverrideTimeInput::Type' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideTimeInput, Priority) == 0x000040, "Member 'UTimeOverrideTimeInput::Priority' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideTimeInput, bEnabled) == 0x000044, "Member 'UTimeOverrideTimeInput::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBlueprintLibrary_DeregisterTimeOverride \ static_assert(alignof(TimeOverrideBlueprintLibrary_DeregisterTimeOverride) == 0x000008, "Wrong alignment on TimeOverrideBlueprintLibrary_DeregisterTimeOverride"); \ static_assert(sizeof(TimeOverrideBlueprintLibrary_DeregisterTimeOverride) == 0x000010, "Wrong size on TimeOverrideBlueprintLibrary_DeregisterTimeOverride"); \ static_assert(offsetof(TimeOverrideBlueprintLibrary_DeregisterTimeOverride, WorldContextObject) == 0x000000, "Member 'TimeOverrideBlueprintLibrary_DeregisterTimeOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideBlueprintLibrary_DeregisterTimeOverride, TimeOverride) == 0x000008, "Member 'TimeOverrideBlueprintLibrary_DeregisterTimeOverride::TimeOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBlueprintLibrary_IsTimeOverrideRegistered \ static_assert(alignof(TimeOverrideBlueprintLibrary_IsTimeOverrideRegistered) == 0x000008, "Wrong alignment on TimeOverrideBlueprintLibrary_IsTimeOverrideRegistered"); \ static_assert(sizeof(TimeOverrideBlueprintLibrary_IsTimeOverrideRegistered) == 0x000018, "Wrong size on TimeOverrideBlueprintLibrary_IsTimeOverrideRegistered"); \ static_assert(offsetof(TimeOverrideBlueprintLibrary_IsTimeOverrideRegistered, WorldContextObject) == 0x000000, "Member 'TimeOverrideBlueprintLibrary_IsTimeOverrideRegistered::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideBlueprintLibrary_IsTimeOverrideRegistered, TimeOverride) == 0x000008, "Member 'TimeOverrideBlueprintLibrary_IsTimeOverrideRegistered::TimeOverride' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideBlueprintLibrary_IsTimeOverrideRegistered, bRegistered) == 0x000010, "Member 'TimeOverrideBlueprintLibrary_IsTimeOverrideRegistered::bRegistered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeOverrideBlueprintLibrary_RegisterTimeOverride \ static_assert(alignof(TimeOverrideBlueprintLibrary_RegisterTimeOverride) == 0x000008, "Wrong alignment on TimeOverrideBlueprintLibrary_RegisterTimeOverride"); \ static_assert(sizeof(TimeOverrideBlueprintLibrary_RegisterTimeOverride) == 0x000018, "Wrong size on TimeOverrideBlueprintLibrary_RegisterTimeOverride"); \ static_assert(offsetof(TimeOverrideBlueprintLibrary_RegisterTimeOverride, WorldContextObject) == 0x000000, "Member 'TimeOverrideBlueprintLibrary_RegisterTimeOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideBlueprintLibrary_RegisterTimeOverride, TimeOverride) == 0x000008, "Member 'TimeOverrideBlueprintLibrary_RegisterTimeOverride::TimeOverride' has a wrong offset!"); \ static_assert(offsetof(TimeOverrideBlueprintLibrary_RegisterTimeOverride, bSuccess) == 0x000010, "Member 'TimeOverrideBlueprintLibrary_RegisterTimeOverride::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeOverrideBlueprintLibrary \ static_assert(alignof(UTimeOverrideBlueprintLibrary) == 0x000008, "Wrong alignment on UTimeOverrideBlueprintLibrary"); \ static_assert(sizeof(UTimeOverrideBlueprintLibrary) == 0x000028, "Wrong size on UTimeOverrideBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UTimeSourceFromScenario \ static_assert(alignof(UTimeSourceFromScenario) == 0x000008, "Wrong alignment on UTimeSourceFromScenario"); \ static_assert(sizeof(UTimeSourceFromScenario) == 0x000050, "Wrong size on UTimeSourceFromScenario"); \ static_assert(offsetof(UTimeSourceFromScenario, Scenario) == 0x000038, "Member 'UTimeSourceFromScenario::Scenario' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceFromScenario, Rate) == 0x000048, "Member 'UTimeSourceFromScenario::Rate' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceFromScenario, bUseRate) == 0x00004C, "Member 'UTimeSourceFromScenario::bUseRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSourceCharacterCreator_GetPreviewTime \ static_assert(alignof(TimeSourceCharacterCreator_GetPreviewTime) == 0x000004, "Wrong alignment on TimeSourceCharacterCreator_GetPreviewTime"); \ static_assert(sizeof(TimeSourceCharacterCreator_GetPreviewTime) == 0x000004, "Wrong size on TimeSourceCharacterCreator_GetPreviewTime"); \ static_assert(offsetof(TimeSourceCharacterCreator_GetPreviewTime, globalTime) == 0x000000, "Member 'TimeSourceCharacterCreator_GetPreviewTime::globalTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSourceCharacterCreator_PreviewDisabled \ static_assert(alignof(TimeSourceCharacterCreator_PreviewDisabled) == 0x000001, "Wrong alignment on TimeSourceCharacterCreator_PreviewDisabled"); \ static_assert(sizeof(TimeSourceCharacterCreator_PreviewDisabled) == 0x000001, "Wrong size on TimeSourceCharacterCreator_PreviewDisabled"); \ static_assert(offsetof(TimeSourceCharacterCreator_PreviewDisabled, Disabled) == 0x000000, "Member 'TimeSourceCharacterCreator_PreviewDisabled::Disabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSourceCharacterCreator_SetPreviewTime \ static_assert(alignof(TimeSourceCharacterCreator_SetPreviewTime) == 0x000004, "Wrong alignment on TimeSourceCharacterCreator_SetPreviewTime"); \ static_assert(sizeof(TimeSourceCharacterCreator_SetPreviewTime) == 0x000004, "Wrong size on TimeSourceCharacterCreator_SetPreviewTime"); \ static_assert(offsetof(TimeSourceCharacterCreator_SetPreviewTime, globalTime) == 0x000000, "Member 'TimeSourceCharacterCreator_SetPreviewTime::globalTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSourceCharacterCreator \ static_assert(alignof(UTimeSourceCharacterCreator) == 0x000008, "Wrong alignment on UTimeSourceCharacterCreator"); \ static_assert(sizeof(UTimeSourceCharacterCreator) == 0x000038, "Wrong size on UTimeSourceCharacterCreator"); \ static_assert(offsetof(UTimeSourceCharacterCreator, BaseDate) == 0x000028, "Member 'UTimeSourceCharacterCreator::BaseDate' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceCharacterCreator, Time) == 0x000034, "Member 'UTimeSourceCharacterCreator::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSourceScrubbableControl \ static_assert(alignof(UTimeSourceScrubbableControl) == 0x000008, "Wrong alignment on UTimeSourceScrubbableControl"); \ static_assert(sizeof(UTimeSourceScrubbableControl) == 0x000048, "Wrong size on UTimeSourceScrubbableControl"); \ static_assert(offsetof(UTimeSourceScrubbableControl, DaysOffset) == 0x000030, "Member 'UTimeSourceScrubbableControl::DaysOffset' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceScrubbableControl, HoursOffset) == 0x000034, "Member 'UTimeSourceScrubbableControl::HoursOffset' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceScrubbableControl, MinutesOffset) == 0x000038, "Member 'UTimeSourceScrubbableControl::MinutesOffset' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceScrubbableControl, SecondsOffset) == 0x00003C, "Member 'UTimeSourceScrubbableControl::SecondsOffset' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceScrubbableControl, bWholeDays) == 0x000040, "Member 'UTimeSourceScrubbableControl::bWholeDays' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceScrubbableControl, bWholeHours) == 0x000041, "Member 'UTimeSourceScrubbableControl::bWholeHours' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceScrubbableControl, bWholeMinutes) == 0x000042, "Member 'UTimeSourceScrubbableControl::bWholeMinutes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSourceCSVDump \ static_assert(alignof(UTimeSourceCSVDump) == 0x000008, "Wrong alignment on UTimeSourceCSVDump"); \ static_assert(sizeof(UTimeSourceCSVDump) == 0x000098, "Wrong size on UTimeSourceCSVDump"); \ static_assert(offsetof(UTimeSourceCSVDump, bEnabled) == 0x000038, "Member 'UTimeSourceCSVDump::bEnabled' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceCSVDump, DateTime) == 0x00003C, "Member 'UTimeSourceCSVDump::DateTime' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceCSVDump, DurationHours) == 0x000054, "Member 'UTimeSourceCSVDump::DurationHours' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceCSVDump, IntervalMinutes) == 0x000058, "Member 'UTimeSourceCSVDump::IntervalMinutes' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceCSVDump, Show) == 0x00005C, "Member 'UTimeSourceCSVDump::Show' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceCSVDump, OverrideFilename) == 0x000080, "Member 'UTimeSourceCSVDump::OverrideFilename' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceCSVDump, Rate) == 0x000090, "Member 'UTimeSourceCSVDump::Rate' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceCSVDump, bCapture) == 0x000094, "Member 'UTimeSourceCSVDump::bCapture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightProbeCaptureSetup \ static_assert(alignof(ULightProbeCaptureSetup) == 0x000008, "Wrong alignment on ULightProbeCaptureSetup"); \ static_assert(sizeof(ULightProbeCaptureSetup) == 0x0000B8, "Wrong size on ULightProbeCaptureSetup"); \ static_assert(offsetof(ULightProbeCaptureSetup, Computer) == 0x000030, "Member 'ULightProbeCaptureSetup::Computer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSourceLightProbeCapture \ static_assert(alignof(UTimeSourceLightProbeCapture) == 0x000008, "Wrong alignment on UTimeSourceLightProbeCapture"); \ static_assert(sizeof(UTimeSourceLightProbeCapture) == 0x000030, "Wrong size on UTimeSourceLightProbeCapture"); \ static_assert(offsetof(UTimeSourceLightProbeCapture, CaptureSetup) == 0x000028, "Member 'UTimeSourceLightProbeCapture::CaptureSetup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightProbeCaptureLocalSetup \ static_assert(alignof(ULightProbeCaptureLocalSetup) == 0x000008, "Wrong alignment on ULightProbeCaptureLocalSetup"); \ static_assert(sizeof(ULightProbeCaptureLocalSetup) == 0x000030, "Wrong size on ULightProbeCaptureLocalSetup"); \ static_assert(offsetof(ULightProbeCaptureLocalSetup, CaptureSetup) == 0x000028, "Member 'ULightProbeCaptureLocalSetup::CaptureSetup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSourceSlotSetup \ static_assert(alignof(UTimeSourceSlotSetup) == 0x000008, "Wrong alignment on UTimeSourceSlotSetup"); \ static_assert(sizeof(UTimeSourceSlotSetup) == 0x0000D8, "Wrong size on UTimeSourceSlotSetup"); \ static_assert(offsetof(UTimeSourceSlotSetup, SlotDate) == 0x000030, "Member 'UTimeSourceSlotSetup::SlotDate' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceSlotSetup, SlotTimes) == 0x000040, "Member 'UTimeSourceSlotSetup::SlotTimes' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceSlotSetup, DayInfo) == 0x000050, "Member 'UTimeSourceSlotSetup::DayInfo' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceSlotSetup, SortedDateTimes) == 0x0000C8, "Member 'UTimeSourceSlotSetup::SortedDateTimes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSourceSlot \ static_assert(alignof(UTimeSourceSlot) == 0x000008, "Wrong alignment on UTimeSourceSlot"); \ static_assert(sizeof(UTimeSourceSlot) == 0x000068, "Wrong size on UTimeSourceSlot"); \ static_assert(offsetof(UTimeSourceSlot, Setup) == 0x000038, "Member 'UTimeSourceSlot::Setup' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceSlot, Slot) == 0x000040, "Member 'UTimeSourceSlot::Slot' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceSlot, DayOfWeek) == 0x000048, "Member 'UTimeSourceSlot::DayOfWeek' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceSlot, Rate) == 0x00004C, "Member 'UTimeSourceSlot::Rate' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceSlot, bUseRate) == 0x000050, "Member 'UTimeSourceSlot::bUseRate' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceSlot, QuantizedTime) == 0x000058, "Member 'UTimeSourceSlot::QuantizedTime' has a wrong offset!"); \ static_assert(offsetof(UTimeSourceSlot, SlotRate) == 0x000060, "Member 'UTimeSourceSlot::SlotRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeOverrideTimeSlot \ static_assert(alignof(UTimeOverrideTimeSlot) == 0x000008, "Wrong alignment on UTimeOverrideTimeSlot"); \ static_assert(sizeof(UTimeOverrideTimeSlot) == 0x000048, "Wrong size on UTimeOverrideTimeSlot"); \ static_assert(offsetof(UTimeOverrideTimeSlot, Setup) == 0x000030, "Member 'UTimeOverrideTimeSlot::Setup' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideTimeSlot, Slot) == 0x000038, "Member 'UTimeOverrideTimeSlot::Slot' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideTimeSlot, Priority) == 0x000040, "Member 'UTimeOverrideTimeSlot::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProcMeshTangent \ static_assert(alignof(FProcMeshTangent) == 0x000004, "Wrong alignment on FProcMeshTangent"); \ static_assert(sizeof(FProcMeshTangent) == 0x000010, "Wrong size on FProcMeshTangent"); \ static_assert(offsetof(FProcMeshTangent, TangentX) == 0x000000, "Member 'FProcMeshTangent::TangentX' has a wrong offset!"); \ static_assert(offsetof(FProcMeshTangent, bFlipTangentY) == 0x00000C, "Member 'FProcMeshTangent::bFlipTangentY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProcMeshVertex \ static_assert(alignof(FProcMeshVertex) == 0x000004, "Wrong alignment on FProcMeshVertex"); \ static_assert(sizeof(FProcMeshVertex) == 0x00004C, "Wrong size on FProcMeshVertex"); \ static_assert(offsetof(FProcMeshVertex, Position) == 0x000000, "Member 'FProcMeshVertex::Position' has a wrong offset!"); \ static_assert(offsetof(FProcMeshVertex, normal) == 0x00000C, "Member 'FProcMeshVertex::normal' has a wrong offset!"); \ static_assert(offsetof(FProcMeshVertex, Tangent) == 0x000018, "Member 'FProcMeshVertex::Tangent' has a wrong offset!"); \ static_assert(offsetof(FProcMeshVertex, Color) == 0x000028, "Member 'FProcMeshVertex::Color' has a wrong offset!"); \ static_assert(offsetof(FProcMeshVertex, UV0) == 0x00002C, "Member 'FProcMeshVertex::UV0' has a wrong offset!"); \ static_assert(offsetof(FProcMeshVertex, UV1) == 0x000034, "Member 'FProcMeshVertex::UV1' has a wrong offset!"); \ static_assert(offsetof(FProcMeshVertex, UV2) == 0x00003C, "Member 'FProcMeshVertex::UV2' has a wrong offset!"); \ static_assert(offsetof(FProcMeshVertex, UV3) == 0x000044, "Member 'FProcMeshVertex::UV3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProcMeshSection \ static_assert(alignof(FProcMeshSection) == 0x000008, "Wrong alignment on FProcMeshSection"); \ static_assert(sizeof(FProcMeshSection) == 0x000040, "Wrong size on FProcMeshSection"); \ static_assert(offsetof(FProcMeshSection, ProcVertexBuffer) == 0x000000, "Member 'FProcMeshSection::ProcVertexBuffer' has a wrong offset!"); \ static_assert(offsetof(FProcMeshSection, ProcIndexBuffer) == 0x000010, "Member 'FProcMeshSection::ProcIndexBuffer' has a wrong offset!"); \ static_assert(offsetof(FProcMeshSection, SectionLocalBox) == 0x000020, "Member 'FProcMeshSection::SectionLocalBox' has a wrong offset!"); \ static_assert(offsetof(FProcMeshSection, bEnableCollision) == 0x00003C, "Member 'FProcMeshSection::bEnableCollision' has a wrong offset!"); \ static_assert(offsetof(FProcMeshSection, bSectionVisible) == 0x00003D, "Member 'FProcMeshSection::bSectionVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CalculateTangentsForMesh \ static_assert(alignof(KismetProceduralMeshLibrary_CalculateTangentsForMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CalculateTangentsForMesh"); \ static_assert(sizeof(KismetProceduralMeshLibrary_CalculateTangentsForMesh) == 0x000050, "Wrong size on KismetProceduralMeshLibrary_CalculateTangentsForMesh"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Vertices) == 0x000000, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Vertices' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Triangles) == 0x000010, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Triangles' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, UVs) == 0x000020, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::UVs' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Normals' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CalculateTangentsForMesh, Tangents) == 0x000040, "Member 'KismetProceduralMeshLibrary_CalculateTangentsForMesh::Tangents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_ConvertQuadToTriangles \ static_assert(alignof(KismetProceduralMeshLibrary_ConvertQuadToTriangles) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_ConvertQuadToTriangles"); \ static_assert(sizeof(KismetProceduralMeshLibrary_ConvertQuadToTriangles) == 0x000020, "Wrong size on KismetProceduralMeshLibrary_ConvertQuadToTriangles"); \ static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Triangles) == 0x000000, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Triangles' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert0) == 0x000010, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert0' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert1) == 0x000014, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert1' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert2) == 0x000018, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert2' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_ConvertQuadToTriangles, Vert3) == 0x00001C, "Member 'KismetProceduralMeshLibrary_ConvertQuadToTriangles::Vert3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent \ static_assert(alignof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent"); \ static_assert(sizeof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent) == 0x000020, "Wrong size on KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, StaticMeshComponent) == 0x000000, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, LODIndex) == 0x000008, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::LODIndex' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, ProcMeshComponent) == 0x000010, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::ProcMeshComponent' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent, bCreateCollision) == 0x000018, "Member 'KismetProceduralMeshLibrary_CopyProceduralMeshFromStaticMeshComponent::bCreateCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CreateGridMeshSplit \ static_assert(alignof(KismetProceduralMeshLibrary_CreateGridMeshSplit) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CreateGridMeshSplit"); \ static_assert(sizeof(KismetProceduralMeshLibrary_CreateGridMeshSplit) == 0x000050, "Wrong size on KismetProceduralMeshLibrary_CreateGridMeshSplit"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, NumX) == 0x000000, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::NumX' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, NumY) == 0x000004, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::NumY' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, Triangles) == 0x000008, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::Triangles' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, Vertices) == 0x000018, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::Vertices' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, UVs) == 0x000028, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::UVs' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, UV1s) == 0x000038, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::UV1s' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshSplit, GridSpacing) == 0x000048, "Member 'KismetProceduralMeshLibrary_CreateGridMeshSplit::GridSpacing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CreateGridMeshTriangles \ static_assert(alignof(KismetProceduralMeshLibrary_CreateGridMeshTriangles) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CreateGridMeshTriangles"); \ static_assert(sizeof(KismetProceduralMeshLibrary_CreateGridMeshTriangles) == 0x000020, "Wrong size on KismetProceduralMeshLibrary_CreateGridMeshTriangles"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, NumX) == 0x000000, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::NumX' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, NumY) == 0x000004, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::NumY' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, bWinding) == 0x000008, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::bWinding' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshTriangles, Triangles) == 0x000010, "Member 'KismetProceduralMeshLibrary_CreateGridMeshTriangles::Triangles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_CreateGridMeshWelded \ static_assert(alignof(KismetProceduralMeshLibrary_CreateGridMeshWelded) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_CreateGridMeshWelded"); \ static_assert(sizeof(KismetProceduralMeshLibrary_CreateGridMeshWelded) == 0x000040, "Wrong size on KismetProceduralMeshLibrary_CreateGridMeshWelded"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, NumX) == 0x000000, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::NumX' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, NumY) == 0x000004, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::NumY' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, Triangles) == 0x000008, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::Triangles' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, Vertices) == 0x000018, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::Vertices' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, UVs) == 0x000028, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::UVs' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_CreateGridMeshWelded, GridSpacing) == 0x000038, "Member 'KismetProceduralMeshLibrary_CreateGridMeshWelded::GridSpacing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_GenerateBoxMesh \ static_assert(alignof(KismetProceduralMeshLibrary_GenerateBoxMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_GenerateBoxMesh"); \ static_assert(sizeof(KismetProceduralMeshLibrary_GenerateBoxMesh) == 0x000060, "Wrong size on KismetProceduralMeshLibrary_GenerateBoxMesh"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, BoxRadius) == 0x000000, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::BoxRadius' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Vertices) == 0x000010, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Vertices' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Triangles) == 0x000020, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Triangles' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Normals' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, UVs) == 0x000040, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::UVs' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GenerateBoxMesh, Tangents) == 0x000050, "Member 'KismetProceduralMeshLibrary_GenerateBoxMesh::Tangents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_GetSectionFromProceduralMesh \ static_assert(alignof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_GetSectionFromProceduralMesh"); \ static_assert(sizeof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh) == 0x000060, "Wrong size on KismetProceduralMeshLibrary_GetSectionFromProceduralMesh"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, InProcMesh) == 0x000000, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::InProcMesh' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, SectionIndex) == 0x000008, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Vertices) == 0x000010, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Vertices' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Triangles) == 0x000020, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Triangles' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Normals' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, UVs) == 0x000040, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::UVs' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromProceduralMesh, Tangents) == 0x000050, "Member 'KismetProceduralMeshLibrary_GetSectionFromProceduralMesh::Tangents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_GetSectionFromStaticMesh \ static_assert(alignof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_GetSectionFromStaticMesh"); \ static_assert(sizeof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh) == 0x000060, "Wrong size on KismetProceduralMeshLibrary_GetSectionFromStaticMesh"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, InMesh) == 0x000000, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::InMesh' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, LODIndex) == 0x000008, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::LODIndex' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, SectionIndex) == 0x00000C, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Vertices) == 0x000010, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Vertices' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Triangles) == 0x000020, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Triangles' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Normals) == 0x000030, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Normals' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, UVs) == 0x000040, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::UVs' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_GetSectionFromStaticMesh, Tangents) == 0x000050, "Member 'KismetProceduralMeshLibrary_GetSectionFromStaticMesh::Tangents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetProceduralMeshLibrary_SliceProceduralMesh \ static_assert(alignof(KismetProceduralMeshLibrary_SliceProceduralMesh) == 0x000008, "Wrong alignment on KismetProceduralMeshLibrary_SliceProceduralMesh"); \ static_assert(sizeof(KismetProceduralMeshLibrary_SliceProceduralMesh) == 0x000040, "Wrong size on KismetProceduralMeshLibrary_SliceProceduralMesh"); \ static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, InProcMesh) == 0x000000, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::InProcMesh' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, PlanePosition) == 0x000008, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::PlanePosition' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, PlaneNormal) == 0x000014, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::PlaneNormal' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, bCreateOtherHalf) == 0x000020, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::bCreateOtherHalf' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, OutOtherHalfProcMesh) == 0x000028, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::OutOtherHalfProcMesh' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, CapOption) == 0x000030, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::CapOption' has a wrong offset!"); \ static_assert(offsetof(KismetProceduralMeshLibrary_SliceProceduralMesh, CapMaterial) == 0x000038, "Member 'KismetProceduralMeshLibrary_SliceProceduralMesh::CapMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetProceduralMeshLibrary \ static_assert(alignof(UKismetProceduralMeshLibrary) == 0x000008, "Wrong alignment on UKismetProceduralMeshLibrary"); \ static_assert(sizeof(UKismetProceduralMeshLibrary) == 0x000028, "Wrong size on UKismetProceduralMeshLibrary"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_AddCollisionConvexMesh \ static_assert(alignof(ProceduralMeshComponent_AddCollisionConvexMesh) == 0x000008, "Wrong alignment on ProceduralMeshComponent_AddCollisionConvexMesh"); \ static_assert(sizeof(ProceduralMeshComponent_AddCollisionConvexMesh) == 0x000010, "Wrong size on ProceduralMeshComponent_AddCollisionConvexMesh"); \ static_assert(offsetof(ProceduralMeshComponent_AddCollisionConvexMesh, ConvexVerts) == 0x000000, "Member 'ProceduralMeshComponent_AddCollisionConvexMesh::ConvexVerts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_ClearMeshSection \ static_assert(alignof(ProceduralMeshComponent_ClearMeshSection) == 0x000004, "Wrong alignment on ProceduralMeshComponent_ClearMeshSection"); \ static_assert(sizeof(ProceduralMeshComponent_ClearMeshSection) == 0x000004, "Wrong size on ProceduralMeshComponent_ClearMeshSection"); \ static_assert(offsetof(ProceduralMeshComponent_ClearMeshSection, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_ClearMeshSection::SectionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_CreateMeshSection \ static_assert(alignof(ProceduralMeshComponent_CreateMeshSection) == 0x000008, "Wrong alignment on ProceduralMeshComponent_CreateMeshSection"); \ static_assert(sizeof(ProceduralMeshComponent_CreateMeshSection) == 0x000070, "Wrong size on ProceduralMeshComponent_CreateMeshSection"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_CreateMeshSection::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_CreateMeshSection::Vertices' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Triangles) == 0x000018, "Member 'ProceduralMeshComponent_CreateMeshSection::Triangles' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Normals) == 0x000028, "Member 'ProceduralMeshComponent_CreateMeshSection::Normals' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, UV0) == 0x000038, "Member 'ProceduralMeshComponent_CreateMeshSection::UV0' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, VertexColors) == 0x000048, "Member 'ProceduralMeshComponent_CreateMeshSection::VertexColors' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, Tangents) == 0x000058, "Member 'ProceduralMeshComponent_CreateMeshSection::Tangents' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection, bCreateCollision) == 0x000068, "Member 'ProceduralMeshComponent_CreateMeshSection::bCreateCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_CreateMeshSection_LinearColor \ static_assert(alignof(ProceduralMeshComponent_CreateMeshSection_LinearColor) == 0x000008, "Wrong alignment on ProceduralMeshComponent_CreateMeshSection_LinearColor"); \ static_assert(sizeof(ProceduralMeshComponent_CreateMeshSection_LinearColor) == 0x0000A0, "Wrong size on ProceduralMeshComponent_CreateMeshSection_LinearColor"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Vertices' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Triangles) == 0x000018, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Triangles' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Normals) == 0x000028, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Normals' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV0) == 0x000038, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV0' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV1) == 0x000048, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV1' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV2) == 0x000058, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV2' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, UV3) == 0x000068, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::UV3' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, VertexColors) == 0x000078, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::VertexColors' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, Tangents) == 0x000088, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::Tangents' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_CreateMeshSection_LinearColor, bCreateCollision) == 0x000098, "Member 'ProceduralMeshComponent_CreateMeshSection_LinearColor::bCreateCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_SetMeshSectionVisible \ static_assert(alignof(ProceduralMeshComponent_SetMeshSectionVisible) == 0x000004, "Wrong alignment on ProceduralMeshComponent_SetMeshSectionVisible"); \ static_assert(sizeof(ProceduralMeshComponent_SetMeshSectionVisible) == 0x000008, "Wrong size on ProceduralMeshComponent_SetMeshSectionVisible"); \ static_assert(offsetof(ProceduralMeshComponent_SetMeshSectionVisible, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_SetMeshSectionVisible::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_SetMeshSectionVisible, bNewVisibility) == 0x000004, "Member 'ProceduralMeshComponent_SetMeshSectionVisible::bNewVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_UpdateMeshSection \ static_assert(alignof(ProceduralMeshComponent_UpdateMeshSection) == 0x000008, "Wrong alignment on ProceduralMeshComponent_UpdateMeshSection"); \ static_assert(sizeof(ProceduralMeshComponent_UpdateMeshSection) == 0x000058, "Wrong size on ProceduralMeshComponent_UpdateMeshSection"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_UpdateMeshSection::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_UpdateMeshSection::Vertices' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Normals) == 0x000018, "Member 'ProceduralMeshComponent_UpdateMeshSection::Normals' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, UV0) == 0x000028, "Member 'ProceduralMeshComponent_UpdateMeshSection::UV0' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, VertexColors) == 0x000038, "Member 'ProceduralMeshComponent_UpdateMeshSection::VertexColors' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Tangents) == 0x000048, "Member 'ProceduralMeshComponent_UpdateMeshSection::Tangents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_UpdateMeshSection_LinearColor \ static_assert(alignof(ProceduralMeshComponent_UpdateMeshSection_LinearColor) == 0x000008, "Wrong alignment on ProceduralMeshComponent_UpdateMeshSection_LinearColor"); \ static_assert(sizeof(ProceduralMeshComponent_UpdateMeshSection_LinearColor) == 0x000088, "Wrong size on ProceduralMeshComponent_UpdateMeshSection_LinearColor"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Vertices' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Normals) == 0x000018, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Normals' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV0) == 0x000028, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV0' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV1) == 0x000038, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV1' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV2) == 0x000048, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV2' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV3) == 0x000058, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV3' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, VertexColors) == 0x000068, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::VertexColors' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Tangents) == 0x000078, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Tangents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_GetNumSections \ static_assert(alignof(ProceduralMeshComponent_GetNumSections) == 0x000004, "Wrong alignment on ProceduralMeshComponent_GetNumSections"); \ static_assert(sizeof(ProceduralMeshComponent_GetNumSections) == 0x000004, "Wrong size on ProceduralMeshComponent_GetNumSections"); \ static_assert(offsetof(ProceduralMeshComponent_GetNumSections, ReturnValue) == 0x000000, "Member 'ProceduralMeshComponent_GetNumSections::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProceduralMeshComponent_IsMeshSectionVisible \ static_assert(alignof(ProceduralMeshComponent_IsMeshSectionVisible) == 0x000004, "Wrong alignment on ProceduralMeshComponent_IsMeshSectionVisible"); \ static_assert(sizeof(ProceduralMeshComponent_IsMeshSectionVisible) == 0x000008, "Wrong size on ProceduralMeshComponent_IsMeshSectionVisible"); \ static_assert(offsetof(ProceduralMeshComponent_IsMeshSectionVisible, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_IsMeshSectionVisible::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(ProceduralMeshComponent_IsMeshSectionVisible, ReturnValue) == 0x000004, "Member 'ProceduralMeshComponent_IsMeshSectionVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProceduralMeshComponent \ static_assert(alignof(UProceduralMeshComponent) == 0x000010, "Wrong alignment on UProceduralMeshComponent"); \ static_assert(sizeof(UProceduralMeshComponent) == 0x000510, "Wrong size on UProceduralMeshComponent"); \ static_assert(offsetof(UProceduralMeshComponent, bUseComplexAsSimpleCollision) == 0x0004B0, "Member 'UProceduralMeshComponent::bUseComplexAsSimpleCollision' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, bUseAsyncCooking) == 0x0004B1, "Member 'UProceduralMeshComponent::bUseAsyncCooking' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, ProcMeshBodySetup) == 0x0004B8, "Member 'UProceduralMeshComponent::ProcMeshBodySetup' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, ProcMeshSections) == 0x0004C0, "Member 'UProceduralMeshComponent::ProcMeshSections' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, CollisionConvexElems) == 0x0004D0, "Member 'UProceduralMeshComponent::CollisionConvexElems' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, LocalBounds) == 0x0004E0, "Member 'UProceduralMeshComponent::LocalBounds' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, AsyncBodySetupQueue) == 0x000500, "Member 'UProceduralMeshComponent::AsyncBodySetupQueue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStarScalabilityParameters \ static_assert(alignof(FStarScalabilityParameters) == 0x000004, "Wrong alignment on FStarScalabilityParameters"); \ static_assert(sizeof(FStarScalabilityParameters) == 0x000018, "Wrong size on FStarScalabilityParameters"); \ static_assert(offsetof(FStarScalabilityParameters, LowLimitStarsK) == 0x000000, "Member 'FStarScalabilityParameters::LowLimitStarsK' has a wrong offset!"); \ static_assert(offsetof(FStarScalabilityParameters, MediumLimitStarsK) == 0x000004, "Member 'FStarScalabilityParameters::MediumLimitStarsK' has a wrong offset!"); \ static_assert(offsetof(FStarScalabilityParameters, HighLimitStarsK) == 0x000008, "Member 'FStarScalabilityParameters::HighLimitStarsK' has a wrong offset!"); \ static_assert(offsetof(FStarScalabilityParameters, EpicLimitStarsK) == 0x00000C, "Member 'FStarScalabilityParameters::EpicLimitStarsK' has a wrong offset!"); \ static_assert(offsetof(FStarScalabilityParameters, MinStars) == 0x000010, "Member 'FStarScalabilityParameters::MinStars' has a wrong offset!"); \ static_assert(offsetof(FStarScalabilityParameters, bUseLimitStars) == 0x000014, "Member 'FStarScalabilityParameters::bUseLimitStars' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStarCatalogDebugStar \ static_assert(alignof(FStarCatalogDebugStar) == 0x000004, "Wrong alignment on FStarCatalogDebugStar"); \ static_assert(sizeof(FStarCatalogDebugStar) == 0x000014, "Wrong size on FStarCatalogDebugStar"); \ static_assert(offsetof(FStarCatalogDebugStar, DebugColor) == 0x000000, "Member 'FStarCatalogDebugStar::DebugColor' has a wrong offset!"); \ static_assert(offsetof(FStarCatalogDebugStar, DebugBrightness) == 0x000010, "Member 'FStarCatalogDebugStar::DebugBrightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStarCatalogConstellationStars \ static_assert(alignof(FStarCatalogConstellationStars) == 0x000008, "Wrong alignment on FStarCatalogConstellationStars"); \ static_assert(sizeof(FStarCatalogConstellationStars) == 0x000050, "Wrong size on FStarCatalogConstellationStars"); \ static_assert(offsetof(FStarCatalogConstellationStars, ConstellationStars) == 0x000000, "Member 'FStarCatalogConstellationStars::ConstellationStars' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStarCatalogConstellationLimits \ static_assert(alignof(FStarCatalogConstellationLimits) == 0x000008, "Wrong alignment on FStarCatalogConstellationLimits"); \ static_assert(sizeof(FStarCatalogConstellationLimits) == 0x000060, "Wrong size on FStarCatalogConstellationLimits"); \ static_assert(offsetof(FStarCatalogConstellationLimits, LimitConstellationStars) == 0x000000, "Member 'FStarCatalogConstellationLimits::LimitConstellationStars' has a wrong offset!"); \ static_assert(offsetof(FStarCatalogConstellationLimits, DefaultLimitConstellationStars) == 0x000050, "Member 'FStarCatalogConstellationLimits::DefaultLimitConstellationStars' has a wrong offset!"); \ static_assert(offsetof(FStarCatalogConstellationLimits, ConstellationNameMagnitudeCutoff) == 0x000054, "Member 'FStarCatalogConstellationLimits::ConstellationNameMagnitudeCutoff' has a wrong offset!"); \ static_assert(offsetof(FStarCatalogConstellationLimits, bUseConstellationStarsLimit) == 0x000058, "Member 'FStarCatalogConstellationLimits::bUseConstellationStarsLimit' has a wrong offset!"); \ static_assert(offsetof(FStarCatalogConstellationLimits, bUseDefaultConstellationStarsLimit) == 0x000059, "Member 'FStarCatalogConstellationLimits::bUseDefaultConstellationStarsLimit' has a wrong offset!"); \ static_assert(offsetof(FStarCatalogConstellationLimits, bUseConstellationNameMagnitudeCutoff) == 0x00005A, "Member 'FStarCatalogConstellationLimits::bUseConstellationNameMagnitudeCutoff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStarCatalogNameIDMap \ static_assert(alignof(FStarCatalogNameIDMap) == 0x000008, "Wrong alignment on FStarCatalogNameIDMap"); \ static_assert(sizeof(FStarCatalogNameIDMap) == 0x000010, "Wrong size on FStarCatalogNameIDMap"); \ static_assert(offsetof(FStarCatalogNameIDMap, Names) == 0x000000, "Member 'FStarCatalogNameIDMap::Names' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPixelStarRenderingParameters \ static_assert(alignof(FPixelStarRenderingParameters) == 0x000004, "Wrong alignment on FPixelStarRenderingParameters"); \ static_assert(sizeof(FPixelStarRenderingParameters) == 0x000018, "Wrong size on FPixelStarRenderingParameters"); \ static_assert(offsetof(FPixelStarRenderingParameters, LinearBrightnessMin) == 0x000000, "Member 'FPixelStarRenderingParameters::LinearBrightnessMin' has a wrong offset!"); \ static_assert(offsetof(FPixelStarRenderingParameters, LinearBrightnessMax) == 0x000004, "Member 'FPixelStarRenderingParameters::LinearBrightnessMax' has a wrong offset!"); \ static_assert(offsetof(FPixelStarRenderingParameters, LinearBrightnessPower) == 0x000008, "Member 'FPixelStarRenderingParameters::LinearBrightnessPower' has a wrong offset!"); \ static_assert(offsetof(FPixelStarRenderingParameters, MagnitudeBrightnessMin) == 0x00000C, "Member 'FPixelStarRenderingParameters::MagnitudeBrightnessMin' has a wrong offset!"); \ static_assert(offsetof(FPixelStarRenderingParameters, MagnitudeBrightnessMax) == 0x000010, "Member 'FPixelStarRenderingParameters::MagnitudeBrightnessMax' has a wrong offset!"); \ static_assert(offsetof(FPixelStarRenderingParameters, bLinearBrightness) == 0x000014, "Member 'FPixelStarRenderingParameters::bLinearBrightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStarRenderingParameters \ static_assert(alignof(FStarRenderingParameters) == 0x000004, "Wrong alignment on FStarRenderingParameters"); \ static_assert(sizeof(FStarRenderingParameters) == 0x000014, "Wrong size on FStarRenderingParameters"); \ static_assert(offsetof(FStarRenderingParameters, OverallRadiusMeters) == 0x000000, "Member 'FStarRenderingParameters::OverallRadiusMeters' has a wrong offset!"); \ static_assert(offsetof(FStarRenderingParameters, StarSizeRatio) == 0x000004, "Member 'FStarRenderingParameters::StarSizeRatio' has a wrong offset!"); \ static_assert(offsetof(FStarRenderingParameters, MinBrightnessSize) == 0x000008, "Member 'FStarRenderingParameters::MinBrightnessSize' has a wrong offset!"); \ static_assert(offsetof(FStarRenderingParameters, MaxBrightnessSize) == 0x00000C, "Member 'FStarRenderingParameters::MaxBrightnessSize' has a wrong offset!"); \ static_assert(offsetof(FStarRenderingParameters, OverallBrightness) == 0x000010, "Member 'FStarRenderingParameters::OverallBrightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStar \ static_assert(alignof(FStar) == 0x000004, "Wrong alignment on FStar"); \ static_assert(sizeof(FStar) == 0x000024, "Wrong size on FStar"); \ static_assert(offsetof(FStar, Direction) == 0x000000, "Member 'FStar::Direction' has a wrong offset!"); \ static_assert(offsetof(FStar, Color) == 0x00000C, "Member 'FStar::Color' has a wrong offset!"); \ static_assert(offsetof(FStar, LinearMagnitude) == 0x000018, "Member 'FStar::LinearMagnitude' has a wrong offset!"); \ static_assert(offsetof(FStar, MagnitudeBrightness) == 0x00001C, "Member 'FStar::MagnitudeBrightness' has a wrong offset!"); \ static_assert(offsetof(FStar, ConstellationID) == 0x000020, "Member 'FStar::ConstellationID' has a wrong offset!"); \ static_assert(offsetof(FStar, ExtraID) == 0x000021, "Member 'FStar::ExtraID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStarCatalogNameMapEntry \ static_assert(alignof(FStarCatalogNameMapEntry) == 0x000008, "Wrong alignment on FStarCatalogNameMapEntry"); \ static_assert(sizeof(FStarCatalogNameMapEntry) == 0x000018, "Wrong size on FStarCatalogNameMapEntry"); \ static_assert(offsetof(FStarCatalogNameMapEntry, ID) == 0x000008, "Member 'FStarCatalogNameMapEntry::ID' has a wrong offset!"); \ static_assert(offsetof(FStarCatalogNameMapEntry, Name) == 0x00000C, "Member 'FStarCatalogNameMapEntry::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStarCatalogEntry \ static_assert(alignof(FStarCatalogEntry) == 0x000008, "Wrong alignment on FStarCatalogEntry"); \ static_assert(sizeof(FStarCatalogEntry) == 0x000018, "Wrong size on FStarCatalogEntry"); \ static_assert(offsetof(FStarCatalogEntry, RightAscention) == 0x000008, "Member 'FStarCatalogEntry::RightAscention' has a wrong offset!"); \ static_assert(offsetof(FStarCatalogEntry, Declination) == 0x00000C, "Member 'FStarCatalogEntry::Declination' has a wrong offset!"); \ static_assert(offsetof(FStarCatalogEntry, Temperature) == 0x000010, "Member 'FStarCatalogEntry::Temperature' has a wrong offset!"); \ static_assert(offsetof(FStarCatalogEntry, Magnitude) == 0x000014, "Member 'FStarCatalogEntry::Magnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStarCatalogEntryConvert \ static_assert(alignof(FStarCatalogEntryConvert) == 0x000004, "Wrong alignment on FStarCatalogEntryConvert"); \ static_assert(sizeof(FStarCatalogEntryConvert) == 0x000038, "Wrong size on FStarCatalogEntryConvert"); \ static_assert(offsetof(FStarCatalogEntryConvert, Ordering) == 0x000000, "Member 'FStarCatalogEntryConvert::Ordering' has a wrong offset!"); \ static_assert(offsetof(FStarCatalogEntryConvert, PostZRotationAngleDegrees) == 0x000004, "Member 'FStarCatalogEntryConvert::PostZRotationAngleDegrees' has a wrong offset!"); \ static_assert(offsetof(FStarCatalogEntryConvert, bNormalizeRotation) == 0x000008, "Member 'FStarCatalogEntryConvert::bNormalizeRotation' has a wrong offset!"); \ static_assert(offsetof(FStarCatalogEntryConvert, PolarisDir) == 0x00000C, "Member 'FStarCatalogEntryConvert::PolarisDir' has a wrong offset!"); \ static_assert(offsetof(FStarCatalogEntryConvert, MintakaDir) == 0x000018, "Member 'FStarCatalogEntryConvert::MintakaDir' has a wrong offset!"); \ static_assert(offsetof(FStarCatalogEntryConvert, NormalizeRotationAxis) == 0x000024, "Member 'FStarCatalogEntryConvert::NormalizeRotationAxis' has a wrong offset!"); \ static_assert(offsetof(FStarCatalogEntryConvert, NormalizeRotationAngleDegrees) == 0x000030, "Member 'FStarCatalogEntryConvert::NormalizeRotationAngleDegrees' has a wrong offset!"); \ static_assert(offsetof(FStarCatalogEntryConvert, bValidNormalizeRotation) == 0x000034, "Member 'FStarCatalogEntryConvert::bValidNormalizeRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceHYGStarCatalog \ static_assert(alignof(UNiagaraDataInterfaceHYGStarCatalog) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceHYGStarCatalog"); \ static_assert(sizeof(UNiagaraDataInterfaceHYGStarCatalog) == 0x000088, "Wrong size on UNiagaraDataInterfaceHYGStarCatalog"); \ static_assert(offsetof(UNiagaraDataInterfaceHYGStarCatalog, StarCatalogAsset) == 0x000038, "Member 'UNiagaraDataInterfaceHYGStarCatalog::StarCatalogAsset' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceHYGStarCatalog, RenderingParams) == 0x000040, "Member 'UNiagaraDataInterfaceHYGStarCatalog::RenderingParams' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceHYGStarCatalog, PixelRenderingParams) == 0x000054, "Member 'UNiagaraDataInterfaceHYGStarCatalog::PixelRenderingParams' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceHYGStarCatalog, ScalabilityParams) == 0x00006C, "Member 'UNiagaraDataInterfaceHYGStarCatalog::ScalabilityParams' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceHYGStarCatalog, bStarSpawnValuesGPUBufferDirty) == 0x000084, "Member 'UNiagaraDataInterfaceHYGStarCatalog::bStarSpawnValuesGPUBufferDirty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStarCatalog \ static_assert(alignof(UStarCatalog) == 0x000008, "Wrong alignment on UStarCatalog"); \ static_assert(sizeof(UStarCatalog) == 0x0000A0, "Wrong size on UStarCatalog"); \ static_assert(offsetof(UStarCatalog, Convert) == 0x000030, "Member 'UStarCatalog::Convert' has a wrong offset!"); \ static_assert(offsetof(UStarCatalog, ConstellationIDMap) == 0x000068, "Member 'UStarCatalog::ConstellationIDMap' has a wrong offset!"); \ static_assert(offsetof(UStarCatalog, ExtraIDMap) == 0x000078, "Member 'UStarCatalog::ExtraIDMap' has a wrong offset!"); \ static_assert(offsetof(UStarCatalog, Stars) == 0x000088, "Member 'UStarCatalog::Stars' has a wrong offset!"); \ static_assert(offsetof(UStarCatalog, TotalStars) == 0x000098, "Member 'UStarCatalog::TotalStars' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Rain_C \ static_assert(alignof(ABP_SkinFX_Rain_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Rain_C"); \ static_assert(sizeof(ABP_SkinFX_Rain_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Rain_C"); \ #define DUMPER7_ASSERTS_FFogParametersFinal \ static_assert(alignof(FFogParametersFinal) == 0x000008, "Wrong alignment on FFogParametersFinal"); \ static_assert(sizeof(FFogParametersFinal) == 0x0001E0, "Wrong size on FFogParametersFinal"); \ static_assert(offsetof(FFogParametersFinal, Params) == 0x000000, "Member 'FFogParametersFinal::Params' has a wrong offset!"); \ static_assert(offsetof(FFogParametersFinal, bFollowCamera) == 0x0001D8, "Member 'FFogParametersFinal::bFollowCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherStormTypeFXSettings \ static_assert(alignof(FWeatherStormTypeFXSettings) == 0x000008, "Wrong alignment on FWeatherStormTypeFXSettings"); \ static_assert(sizeof(FWeatherStormTypeFXSettings) == 0x000020, "Wrong size on FWeatherStormTypeFXSettings"); \ static_assert(offsetof(FWeatherStormTypeFXSettings, PrecipitationTypes) == 0x000000, "Member 'FWeatherStormTypeFXSettings::PrecipitationTypes' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormTypeFXSettings, StormTypes) == 0x000004, "Member 'FWeatherStormTypeFXSettings::StormTypes' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormTypeFXSettings, NiagaraVFX) == 0x000008, "Member 'FWeatherStormTypeFXSettings::NiagaraVFX' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormTypeFXSettings, StartSoundFX) == 0x000010, "Member 'FWeatherStormTypeFXSettings::StartSoundFX' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormTypeFXSettings, EndSoundFX) == 0x000018, "Member 'FWeatherStormTypeFXSettings::EndSoundFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSunDiskOverrides \ static_assert(alignof(FSunDiskOverrides) == 0x000004, "Wrong alignment on FSunDiskOverrides"); \ static_assert(sizeof(FSunDiskOverrides) == 0x000014, "Wrong size on FSunDiskOverrides"); \ static_assert(offsetof(FSunDiskOverrides, SizeFactor) == 0x000000, "Member 'FSunDiskOverrides::SizeFactor' has a wrong offset!"); \ static_assert(offsetof(FSunDiskOverrides, Desaturation) == 0x000004, "Member 'FSunDiskOverrides::Desaturation' has a wrong offset!"); \ static_assert(offsetof(FSunDiskOverrides, BrightnessFactor) == 0x000008, "Member 'FSunDiskOverrides::BrightnessFactor' has a wrong offset!"); \ static_assert(offsetof(FSunDiskOverrides, CoronaBrightnessFactor) == 0x00000C, "Member 'FSunDiskOverrides::CoronaBrightnessFactor' has a wrong offset!"); \ static_assert(offsetof(FSunDiskOverrides, CoronaAlphaFactor) == 0x000010, "Member 'FSunDiskOverrides::CoronaAlphaFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCloudParameters \ static_assert(alignof(FCloudParameters) == 0x000008, "Wrong alignment on FCloudParameters"); \ static_assert(sizeof(FCloudParameters) == 0x000168, "Wrong size on FCloudParameters"); \ static_assert(offsetof(FCloudParameters, Params) == 0x000000, "Member 'FCloudParameters::Params' has a wrong offset!"); \ static_assert(offsetof(FCloudParameters, WindParams) == 0x000108, "Member 'FCloudParameters::WindParams' has a wrong offset!"); \ static_assert(offsetof(FCloudParameters, SunDiskOverrides) == 0x000144, "Member 'FCloudParameters::SunDiskOverrides' has a wrong offset!"); \ static_assert(offsetof(FCloudParameters, Overcast) == 0x000158, "Member 'FCloudParameters::Overcast' has a wrong offset!"); \ static_assert(offsetof(FCloudParameters, HeightOffset) == 0x00015C, "Member 'FCloudParameters::HeightOffset' has a wrong offset!"); \ static_assert(offsetof(FCloudParameters, bSuperExpensiveCloudsCinematicOnly) == 0x000160, "Member 'FCloudParameters::bSuperExpensiveCloudsCinematicOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFogParameters \ static_assert(alignof(FFogParameters) == 0x000008, "Wrong alignment on FFogParameters"); \ static_assert(sizeof(FFogParameters) == 0x000200, "Wrong size on FFogParameters"); \ static_assert(offsetof(FFogParameters, Params) == 0x000000, "Member 'FFogParameters::Params' has a wrong offset!"); \ static_assert(offsetof(FFogParameters, bFollowCamera) == 0x0001F8, "Member 'FFogParameters::bFollowCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherEnvironmentalGlobalsExtras \ static_assert(alignof(FWeatherEnvironmentalGlobalsExtras) == 0x000008, "Wrong alignment on FWeatherEnvironmentalGlobalsExtras"); \ static_assert(sizeof(FWeatherEnvironmentalGlobalsExtras) == 0x000090, "Wrong size on FWeatherEnvironmentalGlobalsExtras"); \ static_assert(offsetof(FWeatherEnvironmentalGlobalsExtras, StartState) == 0x000000, "Member 'FWeatherEnvironmentalGlobalsExtras::StartState' has a wrong offset!"); \ static_assert(offsetof(FWeatherEnvironmentalGlobalsExtras, CurrentState) == 0x000030, "Member 'FWeatherEnvironmentalGlobalsExtras::CurrentState' has a wrong offset!"); \ static_assert(offsetof(FWeatherEnvironmentalGlobalsExtras, UNSET) == 0x000060, "Member 'FWeatherEnvironmentalGlobalsExtras::UNSET' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSurfaceFogParameters \ static_assert(alignof(FSurfaceFogParameters) == 0x000004, "Wrong alignment on FSurfaceFogParameters"); \ static_assert(sizeof(FSurfaceFogParameters) == 0x000008, "Wrong size on FSurfaceFogParameters"); \ static_assert(offsetof(FSurfaceFogParameters, Type) == 0x000000, "Member 'FSurfaceFogParameters::Type' has a wrong offset!"); \ static_assert(offsetof(FSurfaceFogParameters, Intensity) == 0x000004, "Member 'FSurfaceFogParameters::Intensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherStormParams \ static_assert(alignof(FWeatherStormParams) == 0x000008, "Wrong alignment on FWeatherStormParams"); \ static_assert(sizeof(FWeatherStormParams) == 0x000018, "Wrong size on FWeatherStormParams"); \ static_assert(offsetof(FWeatherStormParams, Precipitation) == 0x000008, "Member 'FWeatherStormParams::Precipitation' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormParams, Type) == 0x000009, "Member 'FWeatherStormParams::Type' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormParams, Coverage) == 0x00000C, "Member 'FWeatherStormParams::Coverage' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormParams, Intensity) == 0x000010, "Member 'FWeatherStormParams::Intensity' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormParams, StormHeight) == 0x000014, "Member 'FWeatherStormParams::StormHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFullWeatherState \ static_assert(alignof(FFullWeatherState) == 0x000008, "Wrong alignment on FFullWeatherState"); \ static_assert(sizeof(FFullWeatherState) == 0x0003F8, "Wrong size on FFullWeatherState"); \ static_assert(offsetof(FFullWeatherState, CloudsPreset) == 0x000000, "Member 'FFullWeatherState::CloudsPreset' has a wrong offset!"); \ static_assert(offsetof(FFullWeatherState, CloudsWind) == 0x000110, "Member 'FFullWeatherState::CloudsWind' has a wrong offset!"); \ static_assert(offsetof(FFullWeatherState, SunDiskOverrides) == 0x00014C, "Member 'FFullWeatherState::SunDiskOverrides' has a wrong offset!"); \ static_assert(offsetof(FFullWeatherState, Fog) == 0x000160, "Member 'FFullWeatherState::Fog' has a wrong offset!"); \ static_assert(offsetof(FFullWeatherState, FogNoiseOverride) == 0x000338, "Member 'FFullWeatherState::FogNoiseOverride' has a wrong offset!"); \ static_assert(offsetof(FFullWeatherState, FogNoiseOverrideHistory) == 0x000380, "Member 'FFullWeatherState::FogNoiseOverrideHistory' has a wrong offset!"); \ static_assert(offsetof(FFullWeatherState, Overcast) == 0x0003C8, "Member 'FFullWeatherState::Overcast' has a wrong offset!"); \ static_assert(offsetof(FFullWeatherState, Cold) == 0x0003CC, "Member 'FFullWeatherState::Cold' has a wrong offset!"); \ static_assert(offsetof(FFullWeatherState, Storm) == 0x0003D0, "Member 'FFullWeatherState::Storm' has a wrong offset!"); \ static_assert(offsetof(FFullWeatherState, SurfaceFog) == 0x0003E8, "Member 'FFullWeatherState::SurfaceFog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherIndoors \ static_assert(alignof(FWeatherIndoors) == 0x000004, "Wrong alignment on FWeatherIndoors"); \ static_assert(sizeof(FWeatherIndoors) == 0x000014, "Wrong size on FWeatherIndoors"); \ static_assert(offsetof(FWeatherIndoors, GameIndoors) == 0x000000, "Member 'FWeatherIndoors::GameIndoors' has a wrong offset!"); \ static_assert(offsetof(FWeatherIndoors, ProbeIndoors) == 0x000004, "Member 'FWeatherIndoors::ProbeIndoors' has a wrong offset!"); \ static_assert(offsetof(FWeatherIndoors, WeatherIndoors) == 0x000008, "Member 'FWeatherIndoors::WeatherIndoors' has a wrong offset!"); \ static_assert(offsetof(FWeatherIndoors, FullScreenDecalOpacity) == 0x00000C, "Member 'FWeatherIndoors::FullScreenDecalOpacity' has a wrong offset!"); \ static_assert(offsetof(FWeatherIndoors, CameraParticlesSpawnRate) == 0x000010, "Member 'FWeatherIndoors::CameraParticlesSpawnRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherWorldTime \ static_assert(alignof(FWeatherWorldTime) == 0x000008, "Wrong alignment on FWeatherWorldTime"); \ static_assert(sizeof(FWeatherWorldTime) == 0x000020, "Wrong size on FWeatherWorldTime"); \ static_assert(offsetof(FWeatherWorldTime, DateTime) == 0x000008, "Member 'FWeatherWorldTime::DateTime' has a wrong offset!"); \ static_assert(offsetof(FWeatherWorldTime, DeltaTime) == 0x000010, "Member 'FWeatherWorldTime::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(FWeatherWorldTime, Rate) == 0x000014, "Member 'FWeatherWorldTime::Rate' has a wrong offset!"); \ static_assert(offsetof(FWeatherWorldTime, bDeltaTimeValid) == 0x000018, "Member 'FWeatherWorldTime::bDeltaTimeValid' has a wrong offset!"); \ static_assert(offsetof(FWeatherWorldTime, bRateValid) == 0x000019, "Member 'FWeatherWorldTime::bRateValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherTimeSyncTime \ static_assert(alignof(FWeatherTimeSyncTime) == 0x000008, "Wrong alignment on FWeatherTimeSyncTime"); \ static_assert(sizeof(FWeatherTimeSyncTime) == 0x000018, "Wrong size on FWeatherTimeSyncTime"); \ static_assert(offsetof(FWeatherTimeSyncTime, GameSyncBase) == 0x000000, "Member 'FWeatherTimeSyncTime::GameSyncBase' has a wrong offset!"); \ static_assert(offsetof(FWeatherTimeSyncTime, SequenceSyncBase) == 0x000008, "Member 'FWeatherTimeSyncTime::SequenceSyncBase' has a wrong offset!"); \ static_assert(offsetof(FWeatherTimeSyncTime, SyncError) == 0x000010, "Member 'FWeatherTimeSyncTime::SyncError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherTimeBase \ static_assert(alignof(FWeatherTimeBase) == 0x000008, "Wrong alignment on FWeatherTimeBase"); \ static_assert(sizeof(FWeatherTimeBase) == 0x000010, "Wrong size on FWeatherTimeBase"); \ static_assert(offsetof(FWeatherTimeBase, RealElapsedTime) == 0x000000, "Member 'FWeatherTimeBase::RealElapsedTime' has a wrong offset!"); \ static_assert(offsetof(FWeatherTimeBase, GameElapsedTime) == 0x000008, "Member 'FWeatherTimeBase::GameElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherTime \ static_assert(alignof(FWeatherTime) == 0x000008, "Wrong alignment on FWeatherTime"); \ static_assert(sizeof(FWeatherTime) == 0x000068, "Wrong size on FWeatherTime"); \ static_assert(offsetof(FWeatherTime, RealDeltaTime) == 0x000010, "Member 'FWeatherTime::RealDeltaTime' has a wrong offset!"); \ static_assert(offsetof(FWeatherTime, AccumulationDeltaTime) == 0x000014, "Member 'FWeatherTime::AccumulationDeltaTime' has a wrong offset!"); \ static_assert(offsetof(FWeatherTime, GameTime) == 0x000018, "Member 'FWeatherTime::GameTime' has a wrong offset!"); \ static_assert(offsetof(FWeatherTime, SyncTime) == 0x000038, "Member 'FWeatherTime::SyncTime' has a wrong offset!"); \ static_assert(offsetof(FWeatherTime, SequenceStart) == 0x000050, "Member 'FWeatherTime::SequenceStart' has a wrong offset!"); \ static_assert(offsetof(FWeatherTime, SequenceDuration) == 0x000058, "Member 'FWeatherTime::SequenceDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWindParametersInstant \ static_assert(alignof(FWindParametersInstant) == 0x000008, "Wrong alignment on FWindParametersInstant"); \ static_assert(sizeof(FWindParametersInstant) == 0x000010, "Wrong size on FWindParametersInstant"); \ static_assert(offsetof(FWindParametersInstant, Angle) == 0x000008, "Member 'FWindParametersInstant::Angle' has a wrong offset!"); \ static_assert(offsetof(FWindParametersInstant, SpeedMS) == 0x00000C, "Member 'FWindParametersInstant::SpeedMS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWindDetails \ static_assert(alignof(FWindDetails) == 0x000004, "Wrong alignment on FWindDetails"); \ static_assert(sizeof(FWindDetails) == 0x000020, "Wrong size on FWindDetails"); \ static_assert(offsetof(FWindDetails, Direction) == 0x000000, "Member 'FWindDetails::Direction' has a wrong offset!"); \ static_assert(offsetof(FWindDetails, Velocity) == 0x00000C, "Member 'FWindDetails::Velocity' has a wrong offset!"); \ static_assert(offsetof(FWindDetails, Speed) == 0x000018, "Member 'FWindDetails::Speed' has a wrong offset!"); \ static_assert(offsetof(FWindDetails, NormalizedSpeed) == 0x00001C, "Member 'FWindDetails::NormalizedSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldWindOffset \ static_assert(alignof(FWorldWindOffset) == 0x000004, "Wrong alignment on FWorldWindOffset"); \ static_assert(sizeof(FWorldWindOffset) == 0x000014, "Wrong size on FWorldWindOffset"); \ static_assert(offsetof(FWorldWindOffset, WindOffsetKM) == 0x000000, "Member 'FWorldWindOffset::WindOffsetKM' has a wrong offset!"); \ static_assert(offsetof(FWorldWindOffset, WindOffsetM) == 0x000008, "Member 'FWorldWindOffset::WindOffsetM' has a wrong offset!"); \ static_assert(offsetof(FWorldWindOffset, Age) == 0x000010, "Member 'FWorldWindOffset::Age' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherWindDirectionalSourceStack \ static_assert(alignof(FWeatherWindDirectionalSourceStack) == 0x000008, "Wrong alignment on FWeatherWindDirectionalSourceStack"); \ static_assert(sizeof(FWeatherWindDirectionalSourceStack) == 0x000010, "Wrong size on FWeatherWindDirectionalSourceStack"); \ static_assert(offsetof(FWeatherWindDirectionalSourceStack, Stack) == 0x000000, "Member 'FWeatherWindDirectionalSourceStack::Stack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherActionContext \ static_assert(alignof(FWeatherActionContext) == 0x000008, "Wrong alignment on FWeatherActionContext"); \ static_assert(sizeof(FWeatherActionContext) == 0x0008E0, "Wrong size on FWeatherActionContext"); \ static_assert(offsetof(FWeatherActionContext, PriorState) == 0x000000, "Member 'FWeatherActionContext::PriorState' has a wrong offset!"); \ static_assert(offsetof(FWeatherActionContext, CurrentState) == 0x0003F8, "Member 'FWeatherActionContext::CurrentState' has a wrong offset!"); \ static_assert(offsetof(FWeatherActionContext, CurrentTime) == 0x0007F0, "Member 'FWeatherActionContext::CurrentTime' has a wrong offset!"); \ static_assert(offsetof(FWeatherActionContext, WindSources) == 0x000858, "Member 'FWeatherActionContext::WindSources' has a wrong offset!"); \ static_assert(offsetof(FWeatherActionContext, Wind) == 0x000868, "Member 'FWeatherActionContext::Wind' has a wrong offset!"); \ static_assert(offsetof(FWeatherActionContext, WindDetails) == 0x000878, "Member 'FWeatherActionContext::WindDetails' has a wrong offset!"); \ static_assert(offsetof(FWeatherActionContext, WindOffset) == 0x000898, "Member 'FWeatherActionContext::WindOffset' has a wrong offset!"); \ static_assert(offsetof(FWeatherActionContext, WeatherIndoors) == 0x0008AC, "Member 'FWeatherActionContext::WeatherIndoors' has a wrong offset!"); \ static_assert(offsetof(FWeatherActionContext, LightingOrphans) == 0x0008C0, "Member 'FWeatherActionContext::LightingOrphans' has a wrong offset!"); \ static_assert(offsetof(FWeatherActionContext, LegacyWindSourceStack) == 0x0008D0, "Member 'FWeatherActionContext::LegacyWindSourceStack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldWeatherDecalTrackers \ static_assert(alignof(FWorldWeatherDecalTrackers) == 0x000008, "Wrong alignment on FWorldWeatherDecalTrackers"); \ static_assert(sizeof(FWorldWeatherDecalTrackers) == 0x000050, "Wrong size on FWorldWeatherDecalTrackers"); \ static_assert(offsetof(FWorldWeatherDecalTrackers, Trackers) == 0x000000, "Member 'FWorldWeatherDecalTrackers::Trackers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherDecalSetup \ static_assert(alignof(FWeatherDecalSetup) == 0x000008, "Wrong alignment on FWeatherDecalSetup"); \ static_assert(sizeof(FWeatherDecalSetup) == 0x000020, "Wrong size on FWeatherDecalSetup"); \ static_assert(offsetof(FWeatherDecalSetup, DecalMaterial) == 0x000000, "Member 'FWeatherDecalSetup::DecalMaterial' has a wrong offset!"); \ static_assert(offsetof(FWeatherDecalSetup, DecalName) == 0x000008, "Member 'FWeatherDecalSetup::DecalName' has a wrong offset!"); \ static_assert(offsetof(FWeatherDecalSetup, DecalPlacement) == 0x000010, "Member 'FWeatherDecalSetup::DecalPlacement' has a wrong offset!"); \ static_assert(offsetof(FWeatherDecalSetup, DecalSortOrderOffset) == 0x000018, "Member 'FWeatherDecalSetup::DecalSortOrderOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherDecalParameters \ static_assert(alignof(FWeatherDecalParameters) == 0x000008, "Wrong alignment on FWeatherDecalParameters"); \ static_assert(sizeof(FWeatherDecalParameters) == 0x0000F0, "Wrong size on FWeatherDecalParameters"); \ static_assert(offsetof(FWeatherDecalParameters, Scalars) == 0x000000, "Member 'FWeatherDecalParameters::Scalars' has a wrong offset!"); \ static_assert(offsetof(FWeatherDecalParameters, Colors) == 0x000050, "Member 'FWeatherDecalParameters::Colors' has a wrong offset!"); \ static_assert(offsetof(FWeatherDecalParameters, Vectors) == 0x0000A0, "Member 'FWeatherDecalParameters::Vectors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherDropdownName \ static_assert(alignof(FWeatherDropdownName) == 0x000008, "Wrong alignment on FWeatherDropdownName"); \ static_assert(sizeof(FWeatherDropdownName) == 0x000010, "Wrong size on FWeatherDropdownName"); \ static_assert(offsetof(FWeatherDropdownName, Name) == 0x000008, "Member 'FWeatherDropdownName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCloudDefinitionName \ static_assert(alignof(FCloudDefinitionName) == 0x000008, "Wrong alignment on FCloudDefinitionName"); \ static_assert(sizeof(FCloudDefinitionName) == 0x000010, "Wrong size on FCloudDefinitionName"); \ #define DUMPER7_ASSERTS_FFogDefinitionName \ static_assert(alignof(FFogDefinitionName) == 0x000008, "Wrong alignment on FFogDefinitionName"); \ static_assert(sizeof(FFogDefinitionName) == 0x000010, "Wrong size on FFogDefinitionName"); \ #define DUMPER7_ASSERTS_FWindDefinitionName \ static_assert(alignof(FWindDefinitionName) == 0x000008, "Wrong alignment on FWindDefinitionName"); \ static_assert(sizeof(FWindDefinitionName) == 0x000010, "Wrong size on FWindDefinitionName"); \ #define DUMPER7_ASSERTS_FWeatherDefinition \ static_assert(alignof(FWeatherDefinition) == 0x000008, "Wrong alignment on FWeatherDefinition"); \ static_assert(sizeof(FWeatherDefinition) == 0x000038, "Wrong size on FWeatherDefinition"); \ static_assert(offsetof(FWeatherDefinition, Name) == 0x000000, "Member 'FWeatherDefinition::Name' has a wrong offset!"); \ static_assert(offsetof(FWeatherDefinition, Clouds) == 0x000008, "Member 'FWeatherDefinition::Clouds' has a wrong offset!"); \ static_assert(offsetof(FWeatherDefinition, Fog) == 0x000018, "Member 'FWeatherDefinition::Fog' has a wrong offset!"); \ static_assert(offsetof(FWeatherDefinition, Wind) == 0x000028, "Member 'FWeatherDefinition::Wind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherCustomSequenceName \ static_assert(alignof(FWeatherCustomSequenceName) == 0x000008, "Wrong alignment on FWeatherCustomSequenceName"); \ static_assert(sizeof(FWeatherCustomSequenceName) == 0x000010, "Wrong size on FWeatherCustomSequenceName"); \ #define DUMPER7_ASSERTS_FWeatherDefinitionName \ static_assert(alignof(FWeatherDefinitionName) == 0x000008, "Wrong alignment on FWeatherDefinitionName"); \ static_assert(sizeof(FWeatherDefinitionName) == 0x000010, "Wrong size on FWeatherDefinitionName"); \ #define DUMPER7_ASSERTS_FWeatherSequenceName \ static_assert(alignof(FWeatherSequenceName) == 0x000008, "Wrong alignment on FWeatherSequenceName"); \ static_assert(sizeof(FWeatherSequenceName) == 0x000010, "Wrong size on FWeatherSequenceName"); \ #define DUMPER7_ASSERTS_FWeatherSequenceNoRedirectorsName \ static_assert(alignof(FWeatherSequenceNoRedirectorsName) == 0x000008, "Wrong alignment on FWeatherSequenceNoRedirectorsName"); \ static_assert(sizeof(FWeatherSequenceNoRedirectorsName) == 0x000010, "Wrong size on FWeatherSequenceNoRedirectorsName"); \ #define DUMPER7_ASSERTS_FWeatherOverrideStackEntry \ static_assert(alignof(FWeatherOverrideStackEntry) == 0x000008, "Wrong alignment on FWeatherOverrideStackEntry"); \ static_assert(sizeof(FWeatherOverrideStackEntry) == 0x000028, "Wrong size on FWeatherOverrideStackEntry"); \ static_assert(offsetof(FWeatherOverrideStackEntry, Owner) == 0x000000, "Member 'FWeatherOverrideStackEntry::Owner' has a wrong offset!"); \ static_assert(offsetof(FWeatherOverrideStackEntry, Preset) == 0x000008, "Member 'FWeatherOverrideStackEntry::Preset' has a wrong offset!"); \ static_assert(offsetof(FWeatherOverrideStackEntry, PlaybackScale) == 0x000018, "Member 'FWeatherOverrideStackEntry::PlaybackScale' has a wrong offset!"); \ static_assert(offsetof(FWeatherOverrideStackEntry, bInstantSwitch) == 0x00001C, "Member 'FWeatherOverrideStackEntry::bInstantSwitch' has a wrong offset!"); \ static_assert(offsetof(FWeatherOverrideStackEntry, bRestorePriorWeather) == 0x00001D, "Member 'FWeatherOverrideStackEntry::bRestorePriorWeather' has a wrong offset!"); \ static_assert(offsetof(FWeatherOverrideStackEntry, bRestorePriorWeatherInstant) == 0x00001E, "Member 'FWeatherOverrideStackEntry::bRestorePriorWeatherInstant' has a wrong offset!"); \ static_assert(offsetof(FWeatherOverrideStackEntry, PriorityBoost) == 0x000020, "Member 'FWeatherOverrideStackEntry::PriorityBoost' has a wrong offset!"); \ static_assert(offsetof(FWeatherOverrideStackEntry, UniqueId) == 0x000024, "Member 'FWeatherOverrideStackEntry::UniqueId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherOverrideStack \ static_assert(alignof(FWeatherOverrideStack) == 0x000008, "Wrong alignment on FWeatherOverrideStack"); \ static_assert(sizeof(FWeatherOverrideStack) == 0x000010, "Wrong size on FWeatherOverrideStack"); \ static_assert(offsetof(FWeatherOverrideStack, Presets) == 0x000000, "Member 'FWeatherOverrideStack::Presets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherPreload \ static_assert(alignof(FWeatherPreload) == 0x000008, "Wrong alignment on FWeatherPreload"); \ static_assert(sizeof(FWeatherPreload) == 0x000010, "Wrong size on FWeatherPreload"); \ static_assert(offsetof(FWeatherPreload, Preloads) == 0x000000, "Member 'FWeatherPreload::Preloads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherPhasedPresetEntry \ static_assert(alignof(FWeatherPhasedPresetEntry) == 0x000008, "Wrong alignment on FWeatherPhasedPresetEntry"); \ static_assert(sizeof(FWeatherPhasedPresetEntry) == 0x000020, "Wrong size on FWeatherPhasedPresetEntry"); \ static_assert(offsetof(FWeatherPhasedPresetEntry, Phase) == 0x000000, "Member 'FWeatherPhasedPresetEntry::Phase' has a wrong offset!"); \ static_assert(offsetof(FWeatherPhasedPresetEntry, Preset) == 0x000008, "Member 'FWeatherPhasedPresetEntry::Preset' has a wrong offset!"); \ static_assert(offsetof(FWeatherPhasedPresetEntry, Seasons) == 0x000018, "Member 'FWeatherPhasedPresetEntry::Seasons' has a wrong offset!"); \ static_assert(offsetof(FWeatherPhasedPresetEntry, bInstantChange) == 0x00001C, "Member 'FWeatherPhasedPresetEntry::bInstantChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherSeasonsFilter \ static_assert(alignof(FWeatherSeasonsFilter) == 0x000004, "Wrong alignment on FWeatherSeasonsFilter"); \ static_assert(sizeof(FWeatherSeasonsFilter) == 0x000004, "Wrong size on FWeatherSeasonsFilter"); \ static_assert(offsetof(FWeatherSeasonsFilter, Seasons) == 0x000000, "Member 'FWeatherSeasonsFilter::Seasons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherSequenceOrigin \ static_assert(alignof(FWeatherSequenceOrigin) == 0x000004, "Wrong alignment on FWeatherSequenceOrigin"); \ static_assert(sizeof(FWeatherSequenceOrigin) == 0x000020, "Wrong size on FWeatherSequenceOrigin"); \ static_assert(offsetof(FWeatherSequenceOrigin, Sequence) == 0x000000, "Member 'FWeatherSequenceOrigin::Sequence' has a wrong offset!"); \ static_assert(offsetof(FWeatherSequenceOrigin, PlaybackScale) == 0x000008, "Member 'FWeatherSequenceOrigin::PlaybackScale' has a wrong offset!"); \ static_assert(offsetof(FWeatherSequenceOrigin, StackID) == 0x00000C, "Member 'FWeatherSequenceOrigin::StackID' has a wrong offset!"); \ static_assert(offsetof(FWeatherSequenceOrigin, Type) == 0x000010, "Member 'FWeatherSequenceOrigin::Type' has a wrong offset!"); \ static_assert(offsetof(FWeatherSequenceOrigin, PriorityBoost) == 0x000014, "Member 'FWeatherSequenceOrigin::PriorityBoost' has a wrong offset!"); \ static_assert(offsetof(FWeatherSequenceOrigin, PlayingID) == 0x000018, "Member 'FWeatherSequenceOrigin::PlayingID' has a wrong offset!"); \ static_assert(offsetof(FWeatherSequenceOrigin, bInstantChange) == 0x00001C, "Member 'FWeatherSequenceOrigin::bInstantChange' has a wrong offset!"); \ static_assert(offsetof(FWeatherSequenceOrigin, bRestorePriorWeather) == 0x00001D, "Member 'FWeatherSequenceOrigin::bRestorePriorWeather' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherSequenceQueueRequest \ static_assert(alignof(FWeatherSequenceQueueRequest) == 0x000008, "Wrong alignment on FWeatherSequenceQueueRequest"); \ static_assert(sizeof(FWeatherSequenceQueueRequest) == 0x000048, "Wrong size on FWeatherSequenceQueueRequest"); \ static_assert(offsetof(FWeatherSequenceQueueRequest, Asset) == 0x000000, "Member 'FWeatherSequenceQueueRequest::Asset' has a wrong offset!"); \ static_assert(offsetof(FWeatherSequenceQueueRequest, Origin) == 0x000028, "Member 'FWeatherSequenceQueueRequest::Origin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherSequenceRedirector \ static_assert(alignof(FWeatherSequenceRedirector) == 0x000008, "Wrong alignment on FWeatherSequenceRedirector"); \ static_assert(sizeof(FWeatherSequenceRedirector) == 0x000018, "Wrong size on FWeatherSequenceRedirector"); \ static_assert(offsetof(FWeatherSequenceRedirector, OldName) == 0x000000, "Member 'FWeatherSequenceRedirector::OldName' has a wrong offset!"); \ static_assert(offsetof(FWeatherSequenceRedirector, RedirectTo) == 0x000008, "Member 'FWeatherSequenceRedirector::RedirectTo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherSequenceInfo \ static_assert(alignof(FWeatherSequenceInfo) == 0x000008, "Wrong alignment on FWeatherSequenceInfo"); \ static_assert(sizeof(FWeatherSequenceInfo) == 0x000038, "Wrong size on FWeatherSequenceInfo"); \ static_assert(offsetof(FWeatherSequenceInfo, Name) == 0x000008, "Member 'FWeatherSequenceInfo::Name' has a wrong offset!"); \ static_assert(offsetof(FWeatherSequenceInfo, Sequence) == 0x000010, "Member 'FWeatherSequenceInfo::Sequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherSequenceInfoWithProbability \ static_assert(alignof(FWeatherSequenceInfoWithProbability) == 0x000008, "Wrong alignment on FWeatherSequenceInfoWithProbability"); \ static_assert(sizeof(FWeatherSequenceInfoWithProbability) == 0x000040, "Wrong size on FWeatherSequenceInfoWithProbability"); \ static_assert(offsetof(FWeatherSequenceInfoWithProbability, Probability) == 0x000038, "Member 'FWeatherSequenceInfoWithProbability::Probability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherSequenceCustom \ static_assert(alignof(FWeatherSequenceCustom) == 0x000008, "Wrong alignment on FWeatherSequenceCustom"); \ static_assert(sizeof(FWeatherSequenceCustom) == 0x000020, "Wrong size on FWeatherSequenceCustom"); \ static_assert(offsetof(FWeatherSequenceCustom, Name) == 0x000000, "Member 'FWeatherSequenceCustom::Name' has a wrong offset!"); \ static_assert(offsetof(FWeatherSequenceCustom, Sequences) == 0x000008, "Member 'FWeatherSequenceCustom::Sequences' has a wrong offset!"); \ static_assert(offsetof(FWeatherSequenceCustom, PlaybackScale) == 0x000018, "Member 'FWeatherSequenceCustom::PlaybackScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherSequenceScalarParameterCurve \ static_assert(alignof(FWeatherSequenceScalarParameterCurve) == 0x000008, "Wrong alignment on FWeatherSequenceScalarParameterCurve"); \ static_assert(sizeof(FWeatherSequenceScalarParameterCurve) == 0x000098, "Wrong size on FWeatherSequenceScalarParameterCurve"); \ static_assert(offsetof(FWeatherSequenceScalarParameterCurve, Parameter) == 0x000000, "Member 'FWeatherSequenceScalarParameterCurve::Parameter' has a wrong offset!"); \ static_assert(offsetof(FWeatherSequenceScalarParameterCurve, Value) == 0x000008, "Member 'FWeatherSequenceScalarParameterCurve::Value' has a wrong offset!"); \ static_assert(offsetof(FWeatherSequenceScalarParameterCurve, bStretchToDuration) == 0x000090, "Member 'FWeatherSequenceScalarParameterCurve::bStretchToDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSurfaceFogActorTracker \ static_assert(alignof(FSurfaceFogActorTracker) == 0x000008, "Wrong alignment on FSurfaceFogActorTracker"); \ static_assert(sizeof(FSurfaceFogActorTracker) == 0x000020, "Wrong size on FSurfaceFogActorTracker"); \ static_assert(offsetof(FSurfaceFogActorTracker, Actors) == 0x000000, "Member 'FSurfaceFogActorTracker::Actors' has a wrong offset!"); \ static_assert(offsetof(FSurfaceFogActorTracker, CurrentlyActivated) == 0x000010, "Member 'FSurfaceFogActorTracker::CurrentlyActivated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSurfaceFogActorWorldTracker \ static_assert(alignof(FSurfaceFogActorWorldTracker) == 0x000008, "Wrong alignment on FSurfaceFogActorWorldTracker"); \ static_assert(sizeof(FSurfaceFogActorWorldTracker) == 0x000050, "Wrong size on FSurfaceFogActorWorldTracker"); \ static_assert(offsetof(FSurfaceFogActorWorldTracker, Trackers) == 0x000000, "Member 'FSurfaceFogActorWorldTracker::Trackers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherFXBaseActorTracker \ static_assert(alignof(FWeatherFXBaseActorTracker) == 0x000008, "Wrong alignment on FWeatherFXBaseActorTracker"); \ static_assert(sizeof(FWeatherFXBaseActorTracker) == 0x000020, "Wrong size on FWeatherFXBaseActorTracker"); \ static_assert(offsetof(FWeatherFXBaseActorTracker, Actors) == 0x000000, "Member 'FWeatherFXBaseActorTracker::Actors' has a wrong offset!"); \ static_assert(offsetof(FWeatherFXBaseActorTracker, CurrentlyActivated) == 0x000010, "Member 'FWeatherFXBaseActorTracker::CurrentlyActivated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherFXBaseActorWorldTracker \ static_assert(alignof(FWeatherFXBaseActorWorldTracker) == 0x000008, "Wrong alignment on FWeatherFXBaseActorWorldTracker"); \ static_assert(sizeof(FWeatherFXBaseActorWorldTracker) == 0x000050, "Wrong size on FWeatherFXBaseActorWorldTracker"); \ static_assert(offsetof(FWeatherFXBaseActorWorldTracker, Trackers) == 0x000000, "Member 'FWeatherFXBaseActorWorldTracker::Trackers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherSurfaceCharacterFXParameter \ static_assert(alignof(FWeatherSurfaceCharacterFXParameter) == 0x000004, "Wrong alignment on FWeatherSurfaceCharacterFXParameter"); \ static_assert(sizeof(FWeatherSurfaceCharacterFXParameter) == 0x000010, "Wrong size on FWeatherSurfaceCharacterFXParameter"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXParameter, Parameter) == 0x000000, "Member 'FWeatherSurfaceCharacterFXParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXParameter, Red) == 0x000008, "Member 'FWeatherSurfaceCharacterFXParameter::Red' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXParameter, Green) == 0x000009, "Member 'FWeatherSurfaceCharacterFXParameter::Green' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXParameter, Blue) == 0x00000A, "Member 'FWeatherSurfaceCharacterFXParameter::Blue' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXParameter, Alpha) == 0x00000B, "Member 'FWeatherSurfaceCharacterFXParameter::Alpha' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXParameter, bSetParameter) == 0x00000C, "Member 'FWeatherSurfaceCharacterFXParameter::bSetParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherSurfaceCharacterFXSettings \ static_assert(alignof(FWeatherSurfaceCharacterFXSettings) == 0x000008, "Wrong alignment on FWeatherSurfaceCharacterFXSettings"); \ static_assert(sizeof(FWeatherSurfaceCharacterFXSettings) == 0x0000A0, "Wrong size on FWeatherSurfaceCharacterFXSettings"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXSettings, SkinFX) == 0x000000, "Member 'FWeatherSurfaceCharacterFXSettings::SkinFX' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXSettings, SkinFXStormLocalCoverageParameter) == 0x000008, "Member 'FWeatherSurfaceCharacterFXSettings::SkinFXStormLocalCoverageParameter' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXSettings, SkinFXParameter) == 0x000010, "Member 'FWeatherSurfaceCharacterFXSettings::SkinFXParameter' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXSettings, SkinFXParameterExtra) == 0x000020, "Member 'FWeatherSurfaceCharacterFXSettings::SkinFXParameterExtra' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXSettings, NiagaraVFX) == 0x000030, "Member 'FWeatherSurfaceCharacterFXSettings::NiagaraVFX' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXSettings, NiagaraVFXSpawnRateMultiply) == 0x000038, "Member 'FWeatherSurfaceCharacterFXSettings::NiagaraVFXSpawnRateMultiply' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXSettings, NiagaraVFXStormLocalCoverageParameter) == 0x000040, "Member 'FWeatherSurfaceCharacterFXSettings::NiagaraVFXStormLocalCoverageParameter' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXSettings, StartSoundFX) == 0x000048, "Member 'FWeatherSurfaceCharacterFXSettings::StartSoundFX' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXSettings, EndSoundFX) == 0x000050, "Member 'FWeatherSurfaceCharacterFXSettings::EndSoundFX' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXSettings, FullCoverageMinutes) == 0x000058, "Member 'FWeatherSurfaceCharacterFXSettings::FullCoverageMinutes' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXSettings, FullDryMinutes) == 0x00005C, "Member 'FWeatherSurfaceCharacterFXSettings::FullDryMinutes' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXSettings, ClampCoverage) == 0x000060, "Member 'FWeatherSurfaceCharacterFXSettings::ClampCoverage' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXSettings, LocalCoverateRateFilter) == 0x000064, "Member 'FWeatherSurfaceCharacterFXSettings::LocalCoverateRateFilter' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXSettings, SwapCharacterClassNames) == 0x000068, "Member 'FWeatherSurfaceCharacterFXSettings::SwapCharacterClassNames' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXSettings, NoSwapActorTags) == 0x000078, "Member 'FWeatherSurfaceCharacterFXSettings::NoSwapActorTags' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXSettings, AlwaysOutdoorsActorTag) == 0x000088, "Member 'FWeatherSurfaceCharacterFXSettings::AlwaysOutdoorsActorTag' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXSettings, PreferredInsideComponentName) == 0x000090, "Member 'FWeatherSurfaceCharacterFXSettings::PreferredInsideComponentName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherSurfaceCharacterFXState \ static_assert(alignof(FWeatherSurfaceCharacterFXState) == 0x000008, "Wrong alignment on FWeatherSurfaceCharacterFXState"); \ static_assert(sizeof(FWeatherSurfaceCharacterFXState) == 0x000140, "Wrong size on FWeatherSurfaceCharacterFXState"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXState, Settings) == 0x000000, "Member 'FWeatherSurfaceCharacterFXState::Settings' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXState, SkinFX) == 0x0000A0, "Member 'FWeatherSurfaceCharacterFXState::SkinFX' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXState, SkinFXName) == 0x0000A8, "Member 'FWeatherSurfaceCharacterFXState::SkinFXName' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXState, NiagaraVFX) == 0x0000B0, "Member 'FWeatherSurfaceCharacterFXState::NiagaraVFX' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXState, WeatherDecalsState) == 0x0000B8, "Member 'FWeatherSurfaceCharacterFXState::WeatherDecalsState' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXState, StartSoundFXHandle) == 0x0000C0, "Member 'FWeatherSurfaceCharacterFXState::StartSoundFXHandle' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXState, EndSoundFXHandle) == 0x0000C4, "Member 'FWeatherSurfaceCharacterFXState::EndSoundFXHandle' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXState, SkinFXParameters) == 0x0000C8, "Member 'FWeatherSurfaceCharacterFXState::SkinFXParameters' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXState, LocalCoverage) == 0x000118, "Member 'FWeatherSurfaceCharacterFXState::LocalCoverage' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXState, LocalCoverageRate) == 0x00011C, "Member 'FWeatherSurfaceCharacterFXState::LocalCoverageRate' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXState, CachedIndoors) == 0x000120, "Member 'FWeatherSurfaceCharacterFXState::CachedIndoors' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXState, CachedIndoorsAgeMilliseconds) == 0x000124, "Member 'FWeatherSurfaceCharacterFXState::CachedIndoorsAgeMilliseconds' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXState, ComponentForInsideTest) == 0x000128, "Member 'FWeatherSurfaceCharacterFXState::ComponentForInsideTest' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXState, NextSkinFXParameterUpdate) == 0x000130, "Member 'FWeatherSurfaceCharacterFXState::NextSkinFXParameterUpdate' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXState, SuspendedTimer) == 0x000134, "Member 'FWeatherSurfaceCharacterFXState::SuspendedTimer' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXState, State) == 0x000138, "Member 'FWeatherSurfaceCharacterFXState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherSurfaceCharacterFXStateReset \ static_assert(alignof(FWeatherSurfaceCharacterFXStateReset) == 0x000001, "Wrong alignment on FWeatherSurfaceCharacterFXStateReset"); \ static_assert(sizeof(FWeatherSurfaceCharacterFXStateReset) == 0x000002, "Wrong size on FWeatherSurfaceCharacterFXStateReset"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXStateReset, IndoorsReset) == 0x000000, "Member 'FWeatherSurfaceCharacterFXStateReset::IndoorsReset' has a wrong offset!"); \ static_assert(offsetof(FWeatherSurfaceCharacterFXStateReset, OutdoorsReset) == 0x000001, "Member 'FWeatherSurfaceCharacterFXStateReset::OutdoorsReset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherStormTypeFXSettingsState \ static_assert(alignof(FWeatherStormTypeFXSettingsState) == 0x000008, "Wrong alignment on FWeatherStormTypeFXSettingsState"); \ static_assert(sizeof(FWeatherStormTypeFXSettingsState) == 0x000018, "Wrong size on FWeatherStormTypeFXSettingsState"); \ static_assert(offsetof(FWeatherStormTypeFXSettingsState, NiagaraVFXComponent) == 0x000000, "Member 'FWeatherStormTypeFXSettingsState::NiagaraVFXComponent' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormTypeFXSettingsState, SoundFXHandle) == 0x000008, "Member 'FWeatherStormTypeFXSettingsState::SoundFXHandle' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormTypeFXSettingsState, EndSoundFX) == 0x000010, "Member 'FWeatherStormTypeFXSettingsState::EndSoundFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherStormSurfaceParams \ static_assert(alignof(FWeatherStormSurfaceParams) == 0x000004, "Wrong alignment on FWeatherStormSurfaceParams"); \ static_assert(sizeof(FWeatherStormSurfaceParams) == 0x000070, "Wrong size on FWeatherStormSurfaceParams"); \ static_assert(offsetof(FWeatherStormSurfaceParams, WeatherColorModifier) == 0x000000, "Member 'FWeatherStormSurfaceParams::WeatherColorModifier' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, WeatherRoughness) == 0x000010, "Member 'FWeatherStormSurfaceParams::WeatherRoughness' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, WeatherSpecular) == 0x000014, "Member 'FWeatherStormSurfaceParams::WeatherSpecular' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, WeatherCoverageMagnitude) == 0x000018, "Member 'FWeatherStormSurfaceParams::WeatherCoverageMagnitude' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, WeatherCoverageThreshold) == 0x00001C, "Member 'FWeatherStormSurfaceParams::WeatherCoverageThreshold' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, WeatherDirection) == 0x000020, "Member 'FWeatherStormSurfaceParams::WeatherDirection' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, WeatherEdgeStrength) == 0x00002C, "Member 'FWeatherStormSurfaceParams::WeatherEdgeStrength' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, WeatherEdgeMinimum) == 0x000030, "Member 'FWeatherStormSurfaceParams::WeatherEdgeMinimum' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, WeatherAnimationMagnitude) == 0x000034, "Member 'FWeatherStormSurfaceParams::WeatherAnimationMagnitude' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, WeatherAnimationEdgeStrength) == 0x000038, "Member 'FWeatherStormSurfaceParams::WeatherAnimationEdgeStrength' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, WeatherAnimationEdgeMinimum) == 0x00003C, "Member 'FWeatherStormSurfaceParams::WeatherAnimationEdgeMinimum' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, WeatherSurfaceTiling) == 0x000040, "Member 'FWeatherStormSurfaceParams::WeatherSurfaceTiling' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, WeatherFarCoverage) == 0x000044, "Member 'FWeatherStormSurfaceParams::WeatherFarCoverage' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, WeatherSurfaceFadeStart) == 0x000048, "Member 'FWeatherStormSurfaceParams::WeatherSurfaceFadeStart' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, WeatherSurfaceFadeEnd) == 0x00004C, "Member 'FWeatherStormSurfaceParams::WeatherSurfaceFadeEnd' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, MacroNoiseTiling1) == 0x000050, "Member 'FWeatherStormSurfaceParams::MacroNoiseTiling1' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, MacroNoiseTiling2) == 0x000054, "Member 'FWeatherStormSurfaceParams::MacroNoiseTiling2' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, MacroNoiseScale) == 0x000058, "Member 'FWeatherStormSurfaceParams::MacroNoiseScale' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, MacroNoiseBias) == 0x00005C, "Member 'FWeatherStormSurfaceParams::MacroNoiseBias' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, RippleNormalTiling) == 0x000060, "Member 'FWeatherStormSurfaceParams::RippleNormalTiling' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, RippleNormalSpeedU) == 0x000064, "Member 'FWeatherStormSurfaceParams::RippleNormalSpeedU' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, RippleNormalSpeedV) == 0x000068, "Member 'FWeatherStormSurfaceParams::RippleNormalSpeedV' has a wrong offset!"); \ static_assert(offsetof(FWeatherStormSurfaceParams, RippleNormalAmount) == 0x00006C, "Member 'FWeatherStormSurfaceParams::RippleNormalAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherStormState \ static_assert(alignof(FWeatherStormState) == 0x000008, "Wrong alignment on FWeatherStormState"); \ static_assert(sizeof(FWeatherStormState) == 0x000020, "Wrong size on FWeatherStormState"); \ static_assert(offsetof(FWeatherStormState, Age) == 0x000018, "Member 'FWeatherStormState::Age' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWeatherWorldTimeEditor \ static_assert(alignof(FWeatherWorldTimeEditor) == 0x000008, "Wrong alignment on FWeatherWorldTimeEditor"); \ static_assert(sizeof(FWeatherWorldTimeEditor) == 0x000038, "Wrong size on FWeatherWorldTimeEditor"); \ #define DUMPER7_ASSERTS_FWindParameters \ static_assert(alignof(FWindParameters) == 0x000008, "Wrong alignment on FWindParameters"); \ static_assert(sizeof(FWindParameters) == 0x000128, "Wrong size on FWindParameters"); \ static_assert(offsetof(FWindParameters, ModAngle) == 0x000010, "Member 'FWindParameters::ModAngle' has a wrong offset!"); \ static_assert(offsetof(FWindParameters, ModSpeed) == 0x000098, "Member 'FWindParameters::ModSpeed' has a wrong offset!"); \ static_assert(offsetof(FWindParameters, bLoopModAngle) == 0x000120, "Member 'FWindParameters::bLoopModAngle' has a wrong offset!"); \ static_assert(offsetof(FWindParameters, bLoopModSpeed) == 0x000121, "Member 'FWindParameters::bLoopModSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWindParametersSampleTime \ static_assert(alignof(FWindParametersSampleTime) == 0x000004, "Wrong alignment on FWindParametersSampleTime"); \ static_assert(sizeof(FWindParametersSampleTime) == 0x000008, "Wrong size on FWindParametersSampleTime"); \ static_assert(offsetof(FWindParametersSampleTime, Base) == 0x000000, "Member 'FWindParametersSampleTime::Base' has a wrong offset!"); \ static_assert(offsetof(FWindParametersSampleTime, Factor) == 0x000004, "Member 'FWindParametersSampleTime::Factor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWindParametersInstantBlend \ static_assert(alignof(FWindParametersInstantBlend) == 0x000008, "Wrong alignment on FWindParametersInstantBlend"); \ static_assert(sizeof(FWindParametersInstantBlend) == 0x000018, "Wrong size on FWindParametersInstantBlend"); \ static_assert(offsetof(FWindParametersInstantBlend, Blend) == 0x000010, "Member 'FWindParametersInstantBlend::Blend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherLocalWindVolume_SetPriority \ static_assert(alignof(WeatherLocalWindVolume_SetPriority) == 0x000004, "Wrong alignment on WeatherLocalWindVolume_SetPriority"); \ static_assert(sizeof(WeatherLocalWindVolume_SetPriority) == 0x000004, "Wrong size on WeatherLocalWindVolume_SetPriority"); \ static_assert(offsetof(WeatherLocalWindVolume_SetPriority, NewPriority) == 0x000000, "Member 'WeatherLocalWindVolume_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherLocalWindVolume \ static_assert(alignof(AWeatherLocalWindVolume) == 0x000008, "Wrong alignment on AWeatherLocalWindVolume"); \ static_assert(sizeof(AWeatherLocalWindVolume) == 0x0002D0, "Wrong size on AWeatherLocalWindVolume"); \ static_assert(offsetof(AWeatherLocalWindVolume, BlendDomain) == 0x000288, "Member 'AWeatherLocalWindVolume::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(AWeatherLocalWindVolume, Priority) == 0x0002C0, "Member 'AWeatherLocalWindVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(AWeatherLocalWindVolume, BlendRadius) == 0x0002C4, "Member 'AWeatherLocalWindVolume::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(AWeatherLocalWindVolume, BlendWeight) == 0x0002C8, "Member 'AWeatherLocalWindVolume::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(AWeatherLocalWindVolume, bEnabled) == 0x0002CC, "Member 'AWeatherLocalWindVolume::bEnabled' has a wrong offset!"); \ static_assert(offsetof(AWeatherLocalWindVolume, bUnbounded) == 0x0002CD, "Member 'AWeatherLocalWindVolume::bUnbounded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherLocalWindVolumeConstant \ static_assert(alignof(AWeatherLocalWindVolumeConstant) == 0x000008, "Wrong alignment on AWeatherLocalWindVolumeConstant"); \ static_assert(sizeof(AWeatherLocalWindVolumeConstant) == 0x0002E0, "Wrong size on AWeatherLocalWindVolumeConstant"); \ static_assert(offsetof(AWeatherLocalWindVolumeConstant, WindParameters) == 0x0002D0, "Member 'AWeatherLocalWindVolumeConstant::WindParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloudParams \ static_assert(alignof(UCloudParams) == 0x000008, "Wrong alignment on UCloudParams"); \ static_assert(sizeof(UCloudParams) == 0x000028, "Wrong size on UCloudParams"); \ #define DUMPER7_ASSERTS_UCloudParamsFixed \ static_assert(alignof(UCloudParamsFixed) == 0x000008, "Wrong alignment on UCloudParamsFixed"); \ static_assert(sizeof(UCloudParamsFixed) == 0x0001D8, "Wrong size on UCloudParamsFixed"); \ static_assert(offsetof(UCloudParamsFixed, Name_0) == 0x000028, "Member 'UCloudParamsFixed::Name_0' has a wrong offset!"); \ static_assert(offsetof(UCloudParamsFixed, Parameters) == 0x000030, "Member 'UCloudParamsFixed::Parameters' has a wrong offset!"); \ static_assert(offsetof(UCloudParamsFixed, WindParams) == 0x000198, "Member 'UCloudParamsFixed::WindParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloudParamsPreset \ static_assert(alignof(UCloudParamsPreset) == 0x000008, "Wrong alignment on UCloudParamsPreset"); \ static_assert(sizeof(UCloudParamsPreset) == 0x0000A0, "Wrong size on UCloudParamsPreset"); \ static_assert(offsetof(UCloudParamsPreset, Name_0) == 0x000028, "Member 'UCloudParamsPreset::Name_0' has a wrong offset!"); \ static_assert(offsetof(UCloudParamsPreset, Preset) == 0x000030, "Member 'UCloudParamsPreset::Preset' has a wrong offset!"); \ static_assert(offsetof(UCloudParamsPreset, WindParams) == 0x000040, "Member 'UCloudParamsPreset::WindParams' has a wrong offset!"); \ static_assert(offsetof(UCloudParamsPreset, SunDiskOverrides) == 0x00007C, "Member 'UCloudParamsPreset::SunDiskOverrides' has a wrong offset!"); \ static_assert(offsetof(UCloudParamsPreset, Overcast) == 0x000090, "Member 'UCloudParamsPreset::Overcast' has a wrong offset!"); \ static_assert(offsetof(UCloudParamsPreset, HeightOffset) == 0x000094, "Member 'UCloudParamsPreset::HeightOffset' has a wrong offset!"); \ static_assert(offsetof(UCloudParamsPreset, bSuperExpensiveCloudsCinematicOnly) == 0x000098, "Member 'UCloudParamsPreset::bSuperExpensiveCloudsCinematicOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloudDefinitions \ static_assert(alignof(UCloudDefinitions) == 0x000008, "Wrong alignment on UCloudDefinitions"); \ static_assert(sizeof(UCloudDefinitions) == 0x000040, "Wrong size on UCloudDefinitions"); \ static_assert(offsetof(UCloudDefinitions, Definitions) == 0x000030, "Member 'UCloudDefinitions::Definitions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFogParams \ static_assert(alignof(UFogParams) == 0x000008, "Wrong alignment on UFogParams"); \ static_assert(sizeof(UFogParams) == 0x000028, "Wrong size on UFogParams"); \ #define DUMPER7_ASSERTS_UFogParamsFixed \ static_assert(alignof(UFogParamsFixed) == 0x000008, "Wrong alignment on UFogParamsFixed"); \ static_assert(sizeof(UFogParamsFixed) == 0x000230, "Wrong size on UFogParamsFixed"); \ static_assert(offsetof(UFogParamsFixed, Name_0) == 0x000028, "Member 'UFogParamsFixed::Name_0' has a wrong offset!"); \ static_assert(offsetof(UFogParamsFixed, Parameters) == 0x000030, "Member 'UFogParamsFixed::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFogDefinitions \ static_assert(alignof(UFogDefinitions) == 0x000008, "Wrong alignment on UFogDefinitions"); \ static_assert(sizeof(UFogDefinitions) == 0x000228, "Wrong size on UFogDefinitions"); \ static_assert(offsetof(UFogDefinitions, Definitions) == 0x000030, "Member 'UFogDefinitions::Definitions' has a wrong offset!"); \ static_assert(offsetof(UFogDefinitions, BaseFog) == 0x000040, "Member 'UFogDefinitions::BaseFog' has a wrong offset!"); \ static_assert(offsetof(UFogDefinitions, SurfaceFogMaterialParameterCollection) == 0x000218, "Member 'UFogDefinitions::SurfaceFogMaterialParameterCollection' has a wrong offset!"); \ static_assert(offsetof(UFogDefinitions, SurfaceFogNiagaraParameterCollection) == 0x000220, "Member 'UFogDefinitions::SurfaceFogNiagaraParameterCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherGeneric \ static_assert(alignof(USceneActionState_WeatherGeneric) == 0x000008, "Wrong alignment on USceneActionState_WeatherGeneric"); \ static_assert(sizeof(USceneActionState_WeatherGeneric) == 0x000068, "Wrong size on USceneActionState_WeatherGeneric"); \ static_assert(offsetof(USceneActionState_WeatherGeneric, CachedTime) == 0x000058, "Member 'USceneActionState_WeatherGeneric::CachedTime' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherGeneric, CachedDuration) == 0x00005C, "Member 'USceneActionState_WeatherGeneric::CachedDuration' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherGeneric, bCachedEnabled) == 0x000060, "Member 'USceneActionState_WeatherGeneric::bCachedEnabled' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherGeneric, bCachedInsideInterval) == 0x000061, "Member 'USceneActionState_WeatherGeneric::bCachedInsideInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherGeneric \ static_assert(alignof(USceneAction_WeatherGeneric) == 0x000008, "Wrong alignment on USceneAction_WeatherGeneric"); \ static_assert(sizeof(USceneAction_WeatherGeneric) == 0x000088, "Wrong size on USceneAction_WeatherGeneric"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSetMaxWindSpeed \ static_assert(alignof(USceneAction_WeatherSetMaxWindSpeed) == 0x000008, "Wrong alignment on USceneAction_WeatherSetMaxWindSpeed"); \ static_assert(sizeof(USceneAction_WeatherSetMaxWindSpeed) == 0x000090, "Wrong size on USceneAction_WeatherSetMaxWindSpeed"); \ static_assert(offsetof(USceneAction_WeatherSetMaxWindSpeed, MaxWindSpeed) == 0x000088, "Member 'USceneAction_WeatherSetMaxWindSpeed::MaxWindSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherPrecipitationPercentage \ static_assert(alignof(USceneAction_WeatherPrecipitationPercentage) == 0x000008, "Wrong alignment on USceneAction_WeatherPrecipitationPercentage"); \ static_assert(sizeof(USceneAction_WeatherPrecipitationPercentage) == 0x000090, "Wrong size on USceneAction_WeatherPrecipitationPercentage"); \ static_assert(offsetof(USceneAction_WeatherPrecipitationPercentage, PrecipitationPercentage) == 0x000088, "Member 'USceneAction_WeatherPrecipitationPercentage::PrecipitationPercentage' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherPrecipitationPercentage, PrecipitationFadeTime) == 0x00008C, "Member 'USceneAction_WeatherPrecipitationPercentage::PrecipitationFadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherAccumulationReset \ static_assert(alignof(USceneAction_WeatherAccumulationReset) == 0x000008, "Wrong alignment on USceneAction_WeatherAccumulationReset"); \ static_assert(sizeof(USceneAction_WeatherAccumulationReset) == 0x0000A0, "Wrong size on USceneAction_WeatherAccumulationReset"); \ static_assert(offsetof(USceneAction_WeatherAccumulationReset, StateReset) == 0x000088, "Member 'USceneAction_WeatherAccumulationReset::StateReset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherAccumulationReset, PrecipitationPercentage) == 0x00008C, "Member 'USceneAction_WeatherAccumulationReset::PrecipitationPercentage' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherAccumulationReset, PrecipitationFadeTime) == 0x000090, "Member 'USceneAction_WeatherAccumulationReset::PrecipitationFadeTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherAccumulationReset, MaxWindSpeed) == 0x000094, "Member 'USceneAction_WeatherAccumulationReset::MaxWindSpeed' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherAccumulationReset, bSetMaxWindSpeed) == 0x000098, "Member 'USceneAction_WeatherAccumulationReset::bSetMaxWindSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFullScreenWeatherDecalActor \ static_assert(alignof(AFullScreenWeatherDecalActor) == 0x000008, "Wrong alignment on AFullScreenWeatherDecalActor"); \ static_assert(sizeof(AFullScreenWeatherDecalActor) == 0x000250, "Wrong size on AFullScreenWeatherDecalActor"); \ #define DUMPER7_ASSERTS_UWeatherDecalTracker \ static_assert(alignof(UWeatherDecalTracker) == 0x000008, "Wrong alignment on UWeatherDecalTracker"); \ static_assert(sizeof(UWeatherDecalTracker) == 0x000050, "Wrong size on UWeatherDecalTracker"); \ static_assert(offsetof(UWeatherDecalTracker, Owner) == 0x000028, "Member 'UWeatherDecalTracker::Owner' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalTracker, DecalActor) == 0x000030, "Member 'UWeatherDecalTracker::DecalActor' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalTracker, BasePosition) == 0x000038, "Member 'UWeatherDecalTracker::BasePosition' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalTracker, ZOffset) == 0x000044, "Member 'UWeatherDecalTracker::ZOffset' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalTracker, SleepUntil) == 0x000048, "Member 'UWeatherDecalTracker::SleepUntil' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherDecal \ static_assert(alignof(UWeatherDecal) == 0x000008, "Wrong alignment on UWeatherDecal"); \ static_assert(sizeof(UWeatherDecal) == 0x000028, "Wrong size on UWeatherDecal"); \ #define DUMPER7_ASSERTS_UWorldWeatherDecal \ static_assert(alignof(UWorldWeatherDecal) == 0x000008, "Wrong alignment on UWorldWeatherDecal"); \ static_assert(sizeof(UWorldWeatherDecal) == 0x000028, "Wrong size on UWorldWeatherDecal"); \ #define DUMPER7_ASSERTS_WeatherSurfaceFogBase_OnShowSurfaceFog \ static_assert(alignof(WeatherSurfaceFogBase_OnShowSurfaceFog) == 0x000001, "Wrong alignment on WeatherSurfaceFogBase_OnShowSurfaceFog"); \ static_assert(sizeof(WeatherSurfaceFogBase_OnShowSurfaceFog) == 0x000001, "Wrong size on WeatherSurfaceFogBase_OnShowSurfaceFog"); \ static_assert(offsetof(WeatherSurfaceFogBase_OnShowSurfaceFog, Type) == 0x000000, "Member 'WeatherSurfaceFogBase_OnShowSurfaceFog::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherSurfaceFogBase \ static_assert(alignof(AWeatherSurfaceFogBase) == 0x000008, "Wrong alignment on AWeatherSurfaceFogBase"); \ static_assert(sizeof(AWeatherSurfaceFogBase) == 0x000260, "Wrong size on AWeatherSurfaceFogBase"); \ static_assert(offsetof(AWeatherSurfaceFogBase, SupportedFogTypes) == 0x000248, "Member 'AWeatherSurfaceFogBase::SupportedFogTypes' has a wrong offset!"); \ static_assert(offsetof(AWeatherSurfaceFogBase, ShowingFogType) == 0x00024C, "Member 'AWeatherSurfaceFogBase::ShowingFogType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherSurfaceFogSimple \ static_assert(alignof(AWeatherSurfaceFogSimple) == 0x000008, "Wrong alignment on AWeatherSurfaceFogSimple"); \ static_assert(sizeof(AWeatherSurfaceFogSimple) == 0x000260, "Wrong size on AWeatherSurfaceFogSimple"); \ #define DUMPER7_ASSERTS_UStormWeatherDecal \ static_assert(alignof(UStormWeatherDecal) == 0x000008, "Wrong alignment on UStormWeatherDecal"); \ static_assert(sizeof(UStormWeatherDecal) == 0x000028, "Wrong size on UStormWeatherDecal"); \ #define DUMPER7_ASSERTS_UWeatherDecalDefinitions \ static_assert(alignof(UWeatherDecalDefinitions) == 0x000008, "Wrong alignment on UWeatherDecalDefinitions"); \ static_assert(sizeof(UWeatherDecalDefinitions) == 0x000040, "Wrong size on UWeatherDecalDefinitions"); \ static_assert(offsetof(UWeatherDecalDefinitions, Decals) == 0x000030, "Member 'UWeatherDecalDefinitions::Decals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldWeatherDecalDefinitions \ static_assert(alignof(UWorldWeatherDecalDefinitions) == 0x000008, "Wrong alignment on UWorldWeatherDecalDefinitions"); \ static_assert(sizeof(UWorldWeatherDecalDefinitions) == 0x000040, "Wrong size on UWorldWeatherDecalDefinitions"); \ static_assert(offsetof(UWorldWeatherDecalDefinitions, Decals) == 0x000030, "Member 'UWorldWeatherDecalDefinitions::Decals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherDecalCondition \ static_assert(alignof(UWeatherDecalCondition) == 0x000008, "Wrong alignment on UWeatherDecalCondition"); \ static_assert(sizeof(UWeatherDecalCondition) == 0x000028, "Wrong size on UWeatherDecalCondition"); \ #define DUMPER7_ASSERTS_UWeatherDecalSimpleCondition \ static_assert(alignof(UWeatherDecalSimpleCondition) == 0x000008, "Wrong alignment on UWeatherDecalSimpleCondition"); \ static_assert(sizeof(UWeatherDecalSimpleCondition) == 0x000028, "Wrong size on UWeatherDecalSimpleCondition"); \ #define DUMPER7_ASSERTS_UWeatherDecalModifier \ static_assert(alignof(UWeatherDecalModifier) == 0x000008, "Wrong alignment on UWeatherDecalModifier"); \ static_assert(sizeof(UWeatherDecalModifier) == 0x000028, "Wrong size on UWeatherDecalModifier"); \ #define DUMPER7_ASSERTS_UWeatherDecalSettings \ static_assert(alignof(UWeatherDecalSettings) == 0x000008, "Wrong alignment on UWeatherDecalSettings"); \ static_assert(sizeof(UWeatherDecalSettings) == 0x000028, "Wrong size on UWeatherDecalSettings"); \ #define DUMPER7_ASSERTS_UWeatherDecalUpdate \ static_assert(alignof(UWeatherDecalUpdate) == 0x000008, "Wrong alignment on UWeatherDecalUpdate"); \ static_assert(sizeof(UWeatherDecalUpdate) == 0x000028, "Wrong size on UWeatherDecalUpdate"); \ #define DUMPER7_ASSERTS_UWeatherDecalPlacement \ static_assert(alignof(UWeatherDecalPlacement) == 0x000008, "Wrong alignment on UWeatherDecalPlacement"); \ static_assert(sizeof(UWeatherDecalPlacement) == 0x000028, "Wrong size on UWeatherDecalPlacement"); \ #define DUMPER7_ASSERTS_UWeatherDecalPlacementLegacy \ static_assert(alignof(UWeatherDecalPlacementLegacy) == 0x000008, "Wrong alignment on UWeatherDecalPlacementLegacy"); \ static_assert(sizeof(UWeatherDecalPlacementLegacy) == 0x000040, "Wrong size on UWeatherDecalPlacementLegacy"); \ static_assert(offsetof(UWeatherDecalPlacementLegacy, Position) == 0x000028, "Member 'UWeatherDecalPlacementLegacy::Position' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalPlacementLegacy, Scale) == 0x000034, "Member 'UWeatherDecalPlacementLegacy::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherDecalPlacementWorld \ static_assert(alignof(UWeatherDecalPlacementWorld) == 0x000008, "Wrong alignment on UWeatherDecalPlacementWorld"); \ static_assert(sizeof(UWeatherDecalPlacementWorld) == 0x000028, "Wrong size on UWeatherDecalPlacementWorld"); \ #define DUMPER7_ASSERTS_AWeatherDecalPlacementActor \ static_assert(alignof(AWeatherDecalPlacementActor) == 0x000008, "Wrong alignment on AWeatherDecalPlacementActor"); \ static_assert(sizeof(AWeatherDecalPlacementActor) == 0x000260, "Wrong size on AWeatherDecalPlacementActor"); \ static_assert(offsetof(AWeatherDecalPlacementActor, DecalTags) == 0x000248, "Member 'AWeatherDecalPlacementActor::DecalTags' has a wrong offset!"); \ static_assert(offsetof(AWeatherDecalPlacementActor, bEnabled) == 0x000258, "Member 'AWeatherDecalPlacementActor::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherDecalPlacementTagPlacementActor \ static_assert(alignof(UWeatherDecalPlacementTagPlacementActor) == 0x000008, "Wrong alignment on UWeatherDecalPlacementTagPlacementActor"); \ static_assert(sizeof(UWeatherDecalPlacementTagPlacementActor) == 0x000038, "Wrong size on UWeatherDecalPlacementTagPlacementActor"); \ static_assert(offsetof(UWeatherDecalPlacementTagPlacementActor, DecalTag) == 0x000028, "Member 'UWeatherDecalPlacementTagPlacementActor::DecalTag' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalPlacementTagPlacementActor, bFailOnNotFound) == 0x000030, "Member 'UWeatherDecalPlacementTagPlacementActor::bFailOnNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveReceivesWeatherDecalsStateMesh_CreateMesh \ static_assert(alignof(SaveReceivesWeatherDecalsStateMesh_CreateMesh) == 0x000008, "Wrong alignment on SaveReceivesWeatherDecalsStateMesh_CreateMesh"); \ static_assert(sizeof(SaveReceivesWeatherDecalsStateMesh_CreateMesh) == 0x000020, "Wrong size on SaveReceivesWeatherDecalsStateMesh_CreateMesh"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateMesh_CreateMesh, Owner) == 0x000000, "Member 'SaveReceivesWeatherDecalsStateMesh_CreateMesh::Owner' has a wrong offset!"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateMesh_CreateMesh, Mesh) == 0x000008, "Member 'SaveReceivesWeatherDecalsStateMesh_CreateMesh::Mesh' has a wrong offset!"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateMesh_CreateMesh, ReceivesWeatherDecals) == 0x000010, "Member 'SaveReceivesWeatherDecalsStateMesh_CreateMesh::ReceivesWeatherDecals' has a wrong offset!"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateMesh_CreateMesh, markRenderStateDirty) == 0x000011, "Member 'SaveReceivesWeatherDecalsStateMesh_CreateMesh::markRenderStateDirty' has a wrong offset!"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateMesh_CreateMesh, ReturnValue) == 0x000018, "Member 'SaveReceivesWeatherDecalsStateMesh_CreateMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveReceivesWeatherDecalsStateMesh_CreateMeshAutoOwner \ static_assert(alignof(SaveReceivesWeatherDecalsStateMesh_CreateMeshAutoOwner) == 0x000008, "Wrong alignment on SaveReceivesWeatherDecalsStateMesh_CreateMeshAutoOwner"); \ static_assert(sizeof(SaveReceivesWeatherDecalsStateMesh_CreateMeshAutoOwner) == 0x000018, "Wrong size on SaveReceivesWeatherDecalsStateMesh_CreateMeshAutoOwner"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateMesh_CreateMeshAutoOwner, Mesh) == 0x000000, "Member 'SaveReceivesWeatherDecalsStateMesh_CreateMeshAutoOwner::Mesh' has a wrong offset!"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateMesh_CreateMeshAutoOwner, ReceivesWeatherDecals) == 0x000008, "Member 'SaveReceivesWeatherDecalsStateMesh_CreateMeshAutoOwner::ReceivesWeatherDecals' has a wrong offset!"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateMesh_CreateMeshAutoOwner, markRenderStateDirty) == 0x000009, "Member 'SaveReceivesWeatherDecalsStateMesh_CreateMeshAutoOwner::markRenderStateDirty' has a wrong offset!"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateMesh_CreateMeshAutoOwner, ReturnValue) == 0x000010, "Member 'SaveReceivesWeatherDecalsStateMesh_CreateMeshAutoOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveReceivesWeatherDecalsStateMesh_CreateMeshPool \ static_assert(alignof(SaveReceivesWeatherDecalsStateMesh_CreateMeshPool) == 0x000008, "Wrong alignment on SaveReceivesWeatherDecalsStateMesh_CreateMeshPool"); \ static_assert(sizeof(SaveReceivesWeatherDecalsStateMesh_CreateMeshPool) == 0x000018, "Wrong size on SaveReceivesWeatherDecalsStateMesh_CreateMeshPool"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateMesh_CreateMeshPool, Owner) == 0x000000, "Member 'SaveReceivesWeatherDecalsStateMesh_CreateMeshPool::Owner' has a wrong offset!"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateMesh_CreateMeshPool, ReceivesWeatherDecals) == 0x000008, "Member 'SaveReceivesWeatherDecalsStateMesh_CreateMeshPool::ReceivesWeatherDecals' has a wrong offset!"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateMesh_CreateMeshPool, ReturnValue) == 0x000010, "Member 'SaveReceivesWeatherDecalsStateMesh_CreateMeshPool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveReceivesWeatherDecalsStateMesh_AddMesh \ static_assert(alignof(SaveReceivesWeatherDecalsStateMesh_AddMesh) == 0x000008, "Wrong alignment on SaveReceivesWeatherDecalsStateMesh_AddMesh"); \ static_assert(sizeof(SaveReceivesWeatherDecalsStateMesh_AddMesh) == 0x000010, "Wrong size on SaveReceivesWeatherDecalsStateMesh_AddMesh"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateMesh_AddMesh, Mesh) == 0x000000, "Member 'SaveReceivesWeatherDecalsStateMesh_AddMesh::Mesh' has a wrong offset!"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateMesh_AddMesh, markRenderStateDirty) == 0x000008, "Member 'SaveReceivesWeatherDecalsStateMesh_AddMesh::markRenderStateDirty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveReceivesWeatherDecalsStateMesh_RestoreState \ static_assert(alignof(SaveReceivesWeatherDecalsStateMesh_RestoreState) == 0x000001, "Wrong alignment on SaveReceivesWeatherDecalsStateMesh_RestoreState"); \ static_assert(sizeof(SaveReceivesWeatherDecalsStateMesh_RestoreState) == 0x000001, "Wrong size on SaveReceivesWeatherDecalsStateMesh_RestoreState"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateMesh_RestoreState, markRenderStateDirty) == 0x000000, "Member 'SaveReceivesWeatherDecalsStateMesh_RestoreState::markRenderStateDirty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveReceivesWeatherDecalsStateMesh_SetState \ static_assert(alignof(SaveReceivesWeatherDecalsStateMesh_SetState) == 0x000001, "Wrong alignment on SaveReceivesWeatherDecalsStateMesh_SetState"); \ static_assert(sizeof(SaveReceivesWeatherDecalsStateMesh_SetState) == 0x000002, "Wrong size on SaveReceivesWeatherDecalsStateMesh_SetState"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateMesh_SetState, ReceivesWeatherDecals) == 0x000000, "Member 'SaveReceivesWeatherDecalsStateMesh_SetState::ReceivesWeatherDecals' has a wrong offset!"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateMesh_SetState, markRenderStateDirty) == 0x000001, "Member 'SaveReceivesWeatherDecalsStateMesh_SetState::markRenderStateDirty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USaveReceivesWeatherDecalsStateMesh \ static_assert(alignof(USaveReceivesWeatherDecalsStateMesh) == 0x000008, "Wrong alignment on USaveReceivesWeatherDecalsStateMesh"); \ static_assert(sizeof(USaveReceivesWeatherDecalsStateMesh) == 0x000080, "Wrong size on USaveReceivesWeatherDecalsStateMesh"); \ static_assert(offsetof(USaveReceivesWeatherDecalsStateMesh, SaveMap) == 0x000028, "Member 'USaveReceivesWeatherDecalsStateMesh::SaveMap' has a wrong offset!"); \ static_assert(offsetof(USaveReceivesWeatherDecalsStateMesh, bReceivesWeatherDecals) == 0x000078, "Member 'USaveReceivesWeatherDecalsStateMesh::bReceivesWeatherDecals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveReceivesWeatherDecalsStateActor_CreateActor \ static_assert(alignof(SaveReceivesWeatherDecalsStateActor_CreateActor) == 0x000008, "Wrong alignment on SaveReceivesWeatherDecalsStateActor_CreateActor"); \ static_assert(sizeof(SaveReceivesWeatherDecalsStateActor_CreateActor) == 0x000018, "Wrong size on SaveReceivesWeatherDecalsStateActor_CreateActor"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateActor_CreateActor, Actor) == 0x000000, "Member 'SaveReceivesWeatherDecalsStateActor_CreateActor::Actor' has a wrong offset!"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateActor_CreateActor, ReceivesWeatherDecals) == 0x000008, "Member 'SaveReceivesWeatherDecalsStateActor_CreateActor::ReceivesWeatherDecals' has a wrong offset!"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateActor_CreateActor, markRenderStateDirty) == 0x000009, "Member 'SaveReceivesWeatherDecalsStateActor_CreateActor::markRenderStateDirty' has a wrong offset!"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateActor_CreateActor, ReturnValue) == 0x000010, "Member 'SaveReceivesWeatherDecalsStateActor_CreateActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveReceivesWeatherDecalsStateActor_Update \ static_assert(alignof(SaveReceivesWeatherDecalsStateActor_Update) == 0x000001, "Wrong alignment on SaveReceivesWeatherDecalsStateActor_Update"); \ static_assert(sizeof(SaveReceivesWeatherDecalsStateActor_Update) == 0x000001, "Wrong size on SaveReceivesWeatherDecalsStateActor_Update"); \ static_assert(offsetof(SaveReceivesWeatherDecalsStateActor_Update, markRenderStateDirty) == 0x000000, "Member 'SaveReceivesWeatherDecalsStateActor_Update::markRenderStateDirty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USaveReceivesWeatherDecalsStateActor \ static_assert(alignof(USaveReceivesWeatherDecalsStateActor) == 0x000008, "Wrong alignment on USaveReceivesWeatherDecalsStateActor"); \ static_assert(sizeof(USaveReceivesWeatherDecalsStateActor) == 0x000088, "Wrong size on USaveReceivesWeatherDecalsStateActor"); \ static_assert(offsetof(USaveReceivesWeatherDecalsStateActor, Owner) == 0x000080, "Member 'USaveReceivesWeatherDecalsStateActor::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherDecalConditionSeasons \ static_assert(alignof(UWeatherDecalConditionSeasons) == 0x000008, "Wrong alignment on UWeatherDecalConditionSeasons"); \ static_assert(sizeof(UWeatherDecalConditionSeasons) == 0x000040, "Wrong size on UWeatherDecalConditionSeasons"); \ static_assert(offsetof(UWeatherDecalConditionSeasons, Fall) == 0x000028, "Member 'UWeatherDecalConditionSeasons::Fall' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalConditionSeasons, Winter) == 0x00002C, "Member 'UWeatherDecalConditionSeasons::Winter' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalConditionSeasons, Spring) == 0x000030, "Member 'UWeatherDecalConditionSeasons::Spring' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalConditionSeasons, Summer) == 0x000034, "Member 'UWeatherDecalConditionSeasons::Summer' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalConditionSeasons, bUseSeasonOverride) == 0x000038, "Member 'UWeatherDecalConditionSeasons::bUseSeasonOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherDecalConditionSeasonsPhases \ static_assert(alignof(UWeatherDecalConditionSeasonsPhases) == 0x000008, "Wrong alignment on UWeatherDecalConditionSeasonsPhases"); \ static_assert(sizeof(UWeatherDecalConditionSeasonsPhases) == 0x000170, "Wrong size on UWeatherDecalConditionSeasonsPhases"); \ static_assert(offsetof(UWeatherDecalConditionSeasonsPhases, FallPhases) == 0x000028, "Member 'UWeatherDecalConditionSeasonsPhases::FallPhases' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalConditionSeasonsPhases, WinterPhases) == 0x000078, "Member 'UWeatherDecalConditionSeasonsPhases::WinterPhases' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalConditionSeasonsPhases, SpringPhases) == 0x0000C8, "Member 'UWeatherDecalConditionSeasonsPhases::SpringPhases' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalConditionSeasonsPhases, SummerPhases) == 0x000118, "Member 'UWeatherDecalConditionSeasonsPhases::SummerPhases' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalConditionSeasonsPhases, bOnInFall) == 0x000168, "Member 'UWeatherDecalConditionSeasonsPhases::bOnInFall' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalConditionSeasonsPhases, bOnInWinter) == 0x000169, "Member 'UWeatherDecalConditionSeasonsPhases::bOnInWinter' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalConditionSeasonsPhases, bOnInSpring) == 0x00016A, "Member 'UWeatherDecalConditionSeasonsPhases::bOnInSpring' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalConditionSeasonsPhases, bOnInSummer) == 0x00016B, "Member 'UWeatherDecalConditionSeasonsPhases::bOnInSummer' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalConditionSeasonsPhases, bUseSeasonOverride) == 0x00016C, "Member 'UWeatherDecalConditionSeasonsPhases::bUseSeasonOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherDecalConditionBlendDomain \ static_assert(alignof(UWeatherDecalConditionBlendDomain) == 0x000008, "Wrong alignment on UWeatherDecalConditionBlendDomain"); \ static_assert(sizeof(UWeatherDecalConditionBlendDomain) == 0x000060, "Wrong size on UWeatherDecalConditionBlendDomain"); \ static_assert(offsetof(UWeatherDecalConditionBlendDomain, BlendDomain) == 0x000028, "Member 'UWeatherDecalConditionBlendDomain::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherDecalConditionConsoleVariable \ static_assert(alignof(UWeatherDecalConditionConsoleVariable) == 0x000008, "Wrong alignment on UWeatherDecalConditionConsoleVariable"); \ static_assert(sizeof(UWeatherDecalConditionConsoleVariable) == 0x000040, "Wrong size on UWeatherDecalConditionConsoleVariable"); \ static_assert(offsetof(UWeatherDecalConditionConsoleVariable, ConsoleVariableName) == 0x000028, "Member 'UWeatherDecalConditionConsoleVariable::ConsoleVariableName' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalConditionConsoleVariable, bCreateIfNotFound) == 0x000030, "Member 'UWeatherDecalConditionConsoleVariable::bCreateIfNotFound' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalConditionConsoleVariable, bEditorOnly) == 0x000031, "Member 'UWeatherDecalConditionConsoleVariable::bEditorOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherDecalConditionOneMinusConsoleVariable \ static_assert(alignof(UWeatherDecalConditionOneMinusConsoleVariable) == 0x000008, "Wrong alignment on UWeatherDecalConditionOneMinusConsoleVariable"); \ static_assert(sizeof(UWeatherDecalConditionOneMinusConsoleVariable) == 0x000040, "Wrong size on UWeatherDecalConditionOneMinusConsoleVariable"); \ #define DUMPER7_ASSERTS_UWeatherDecalSettingsParameters \ static_assert(alignof(UWeatherDecalSettingsParameters) == 0x000008, "Wrong alignment on UWeatherDecalSettingsParameters"); \ static_assert(sizeof(UWeatherDecalSettingsParameters) == 0x000118, "Wrong size on UWeatherDecalSettingsParameters"); \ static_assert(offsetof(UWeatherDecalSettingsParameters, Parameters) == 0x000028, "Member 'UWeatherDecalSettingsParameters::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherDecalSettingsEnvGlobalsParameters \ static_assert(alignof(UWeatherDecalSettingsEnvGlobalsParameters) == 0x000008, "Wrong alignment on UWeatherDecalSettingsEnvGlobalsParameters"); \ static_assert(sizeof(UWeatherDecalSettingsEnvGlobalsParameters) == 0x000118, "Wrong size on UWeatherDecalSettingsEnvGlobalsParameters"); \ #define DUMPER7_ASSERTS_UWeatherDecalSettingsFlexParameters \ static_assert(alignof(UWeatherDecalSettingsFlexParameters) == 0x000008, "Wrong alignment on UWeatherDecalSettingsFlexParameters"); \ static_assert(sizeof(UWeatherDecalSettingsFlexParameters) == 0x000130, "Wrong size on UWeatherDecalSettingsFlexParameters"); \ static_assert(offsetof(UWeatherDecalSettingsFlexParameters, Types) == 0x000118, "Member 'UWeatherDecalSettingsFlexParameters::Types' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalSettingsFlexParameters, MaterialParameterCollection) == 0x000120, "Member 'UWeatherDecalSettingsFlexParameters::MaterialParameterCollection' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalSettingsFlexParameters, NiagaraParameterCollection) == 0x000128, "Member 'UWeatherDecalSettingsFlexParameters::NiagaraParameterCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherDecalUpdateSingleParameter \ static_assert(alignof(UWeatherDecalUpdateSingleParameter) == 0x000008, "Wrong alignment on UWeatherDecalUpdateSingleParameter"); \ static_assert(sizeof(UWeatherDecalUpdateSingleParameter) == 0x000030, "Wrong size on UWeatherDecalUpdateSingleParameter"); \ static_assert(offsetof(UWeatherDecalUpdateSingleParameter, Parameter) == 0x000028, "Member 'UWeatherDecalUpdateSingleParameter::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherDecalUpdateSingleParameterFlex \ static_assert(alignof(UWeatherDecalUpdateSingleParameterFlex) == 0x000008, "Wrong alignment on UWeatherDecalUpdateSingleParameterFlex"); \ static_assert(sizeof(UWeatherDecalUpdateSingleParameterFlex) == 0x000048, "Wrong size on UWeatherDecalUpdateSingleParameterFlex"); \ static_assert(offsetof(UWeatherDecalUpdateSingleParameterFlex, Types) == 0x000030, "Member 'UWeatherDecalUpdateSingleParameterFlex::Types' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalUpdateSingleParameterFlex, MaterialParameterCollection) == 0x000038, "Member 'UWeatherDecalUpdateSingleParameterFlex::MaterialParameterCollection' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalUpdateSingleParameterFlex, NiagaraParameterCollection) == 0x000040, "Member 'UWeatherDecalUpdateSingleParameterFlex::NiagaraParameterCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherDecalUpdateSingleParameterConsoleVariable \ static_assert(alignof(UWeatherDecalUpdateSingleParameterConsoleVariable) == 0x000008, "Wrong alignment on UWeatherDecalUpdateSingleParameterConsoleVariable"); \ static_assert(sizeof(UWeatherDecalUpdateSingleParameterConsoleVariable) == 0x000068, "Wrong size on UWeatherDecalUpdateSingleParameterConsoleVariable"); \ static_assert(offsetof(UWeatherDecalUpdateSingleParameterConsoleVariable, ConsoleVariableName) == 0x000048, "Member 'UWeatherDecalUpdateSingleParameterConsoleVariable::ConsoleVariableName' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalUpdateSingleParameterConsoleVariable, MinValue) == 0x000050, "Member 'UWeatherDecalUpdateSingleParameterConsoleVariable::MinValue' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalUpdateSingleParameterConsoleVariable, MaxValue) == 0x000054, "Member 'UWeatherDecalUpdateSingleParameterConsoleVariable::MaxValue' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalUpdateSingleParameterConsoleVariable, DefaultValue) == 0x000058, "Member 'UWeatherDecalUpdateSingleParameterConsoleVariable::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalUpdateSingleParameterConsoleVariable, bCreateIfNotFound) == 0x00005C, "Member 'UWeatherDecalUpdateSingleParameterConsoleVariable::bCreateIfNotFound' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalUpdateSingleParameterConsoleVariable, bEditorOnly) == 0x00005D, "Member 'UWeatherDecalUpdateSingleParameterConsoleVariable::bEditorOnly' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalUpdateSingleParameterConsoleVariable, bUseMin) == 0x00005E, "Member 'UWeatherDecalUpdateSingleParameterConsoleVariable::bUseMin' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalUpdateSingleParameterConsoleVariable, bUseMax) == 0x00005F, "Member 'UWeatherDecalUpdateSingleParameterConsoleVariable::bUseMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherDecalUpdateFlexBlend \ static_assert(alignof(UWeatherDecalUpdateFlexBlend) == 0x000008, "Wrong alignment on UWeatherDecalUpdateFlexBlend"); \ static_assert(sizeof(UWeatherDecalUpdateFlexBlend) == 0x000048, "Wrong size on UWeatherDecalUpdateFlexBlend"); \ #define DUMPER7_ASSERTS_UWeatherDecalUpdateZOffset \ static_assert(alignof(UWeatherDecalUpdateZOffset) == 0x000008, "Wrong alignment on UWeatherDecalUpdateZOffset"); \ static_assert(sizeof(UWeatherDecalUpdateZOffset) == 0x000028, "Wrong size on UWeatherDecalUpdateZOffset"); \ #define DUMPER7_ASSERTS_UWeatherDecalConditionalUpdate \ static_assert(alignof(UWeatherDecalConditionalUpdate) == 0x000008, "Wrong alignment on UWeatherDecalConditionalUpdate"); \ static_assert(sizeof(UWeatherDecalConditionalUpdate) == 0x000050, "Wrong size on UWeatherDecalConditionalUpdate"); \ static_assert(offsetof(UWeatherDecalConditionalUpdate, Conditions) == 0x000028, "Member 'UWeatherDecalConditionalUpdate::Conditions' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalConditionalUpdate, Settings) == 0x000038, "Member 'UWeatherDecalConditionalUpdate::Settings' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalConditionalUpdate, bIncludeOverallBlend) == 0x000048, "Member 'UWeatherDecalConditionalUpdate::bIncludeOverallBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherDecalUpdateSeasonsPhases \ static_assert(alignof(UWeatherDecalUpdateSeasonsPhases) == 0x000008, "Wrong alignment on UWeatherDecalUpdateSeasonsPhases"); \ static_assert(sizeof(UWeatherDecalUpdateSeasonsPhases) == 0x000070, "Wrong size on UWeatherDecalUpdateSeasonsPhases"); \ static_assert(offsetof(UWeatherDecalUpdateSeasonsPhases, FallPhases) == 0x000028, "Member 'UWeatherDecalUpdateSeasonsPhases::FallPhases' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalUpdateSeasonsPhases, WinterPhases) == 0x000038, "Member 'UWeatherDecalUpdateSeasonsPhases::WinterPhases' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalUpdateSeasonsPhases, SpringPhases) == 0x000048, "Member 'UWeatherDecalUpdateSeasonsPhases::SpringPhases' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalUpdateSeasonsPhases, SummerPhases) == 0x000058, "Member 'UWeatherDecalUpdateSeasonsPhases::SummerPhases' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalUpdateSeasonsPhases, bUseSeasonOverride) == 0x000068, "Member 'UWeatherDecalUpdateSeasonsPhases::bUseSeasonOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldWeatherDecalDefault \ static_assert(alignof(UWorldWeatherDecalDefault) == 0x000008, "Wrong alignment on UWorldWeatherDecalDefault"); \ static_assert(sizeof(UWorldWeatherDecalDefault) == 0x000080, "Wrong size on UWorldWeatherDecalDefault"); \ static_assert(offsetof(UWorldWeatherDecalDefault, Setup) == 0x000028, "Member 'UWorldWeatherDecalDefault::Setup' has a wrong offset!"); \ static_assert(offsetof(UWorldWeatherDecalDefault, InitialSettings) == 0x000048, "Member 'UWorldWeatherDecalDefault::InitialSettings' has a wrong offset!"); \ static_assert(offsetof(UWorldWeatherDecalDefault, ShowConditions) == 0x000058, "Member 'UWorldWeatherDecalDefault::ShowConditions' has a wrong offset!"); \ static_assert(offsetof(UWorldWeatherDecalDefault, Updates) == 0x000068, "Member 'UWorldWeatherDecalDefault::Updates' has a wrong offset!"); \ static_assert(offsetof(UWorldWeatherDecalDefault, BlendThreshold) == 0x000078, "Member 'UWorldWeatherDecalDefault::BlendThreshold' has a wrong offset!"); \ static_assert(offsetof(UWorldWeatherDecalDefault, bEditorOnly) == 0x00007C, "Member 'UWorldWeatherDecalDefault::bEditorOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherDefinitions \ static_assert(alignof(UWeatherDefinitions) == 0x000008, "Wrong alignment on UWeatherDefinitions"); \ static_assert(sizeof(UWeatherDefinitions) == 0x000030, "Wrong size on UWeatherDefinitions"); \ #define DUMPER7_ASSERTS_WeatherExclusionVolume_SetPriority \ static_assert(alignof(WeatherExclusionVolume_SetPriority) == 0x000004, "Wrong alignment on WeatherExclusionVolume_SetPriority"); \ static_assert(sizeof(WeatherExclusionVolume_SetPriority) == 0x000004, "Wrong size on WeatherExclusionVolume_SetPriority"); \ static_assert(offsetof(WeatherExclusionVolume_SetPriority, NewPriority) == 0x000000, "Member 'WeatherExclusionVolume_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherExclusionVolume \ static_assert(alignof(AWeatherExclusionVolume) == 0x000008, "Wrong alignment on AWeatherExclusionVolume"); \ static_assert(sizeof(AWeatherExclusionVolume) == 0x0002A0, "Wrong size on AWeatherExclusionVolume"); \ static_assert(offsetof(AWeatherExclusionVolume, bHideCameraFX) == 0x000288, "Member 'AWeatherExclusionVolume::bHideCameraFX' has a wrong offset!"); \ static_assert(offsetof(AWeatherExclusionVolume, bHideSurfaceFX) == 0x000289, "Member 'AWeatherExclusionVolume::bHideSurfaceFX' has a wrong offset!"); \ static_assert(offsetof(AWeatherExclusionVolume, Priority) == 0x00028C, "Member 'AWeatherExclusionVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(AWeatherExclusionVolume, BlendRadius) == 0x000290, "Member 'AWeatherExclusionVolume::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(AWeatherExclusionVolume, BlendWeight) == 0x000294, "Member 'AWeatherExclusionVolume::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(AWeatherExclusionVolume, bEnabled) == 0x000298, "Member 'AWeatherExclusionVolume::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherExclusionComponent_SetPriority \ static_assert(alignof(WeatherExclusionComponent_SetPriority) == 0x000004, "Wrong alignment on WeatherExclusionComponent_SetPriority"); \ static_assert(sizeof(WeatherExclusionComponent_SetPriority) == 0x000004, "Wrong size on WeatherExclusionComponent_SetPriority"); \ static_assert(offsetof(WeatherExclusionComponent_SetPriority, NewPriority) == 0x000000, "Member 'WeatherExclusionComponent_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherExclusionComponent \ static_assert(alignof(UWeatherExclusionComponent) == 0x000010, "Wrong alignment on UWeatherExclusionComponent"); \ static_assert(sizeof(UWeatherExclusionComponent) == 0x000240, "Wrong size on UWeatherExclusionComponent"); \ static_assert(offsetof(UWeatherExclusionComponent, bHideCameraFX) == 0x000220, "Member 'UWeatherExclusionComponent::bHideCameraFX' has a wrong offset!"); \ static_assert(offsetof(UWeatherExclusionComponent, bHideSurfaceFX) == 0x000221, "Member 'UWeatherExclusionComponent::bHideSurfaceFX' has a wrong offset!"); \ static_assert(offsetof(UWeatherExclusionComponent, Priority) == 0x000224, "Member 'UWeatherExclusionComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UWeatherExclusionComponent, BlendRadius) == 0x000228, "Member 'UWeatherExclusionComponent::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(UWeatherExclusionComponent, BlendWeight) == 0x00022C, "Member 'UWeatherExclusionComponent::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(UWeatherExclusionComponent, bEnabled) == 0x000230, "Member 'UWeatherExclusionComponent::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherCustomBlendDomainWeatherIndoorsBase \ static_assert(alignof(UWeatherCustomBlendDomainWeatherIndoorsBase) == 0x000008, "Wrong alignment on UWeatherCustomBlendDomainWeatherIndoorsBase"); \ static_assert(sizeof(UWeatherCustomBlendDomainWeatherIndoorsBase) == 0x000028, "Wrong size on UWeatherCustomBlendDomainWeatherIndoorsBase"); \ #define DUMPER7_ASSERTS_UWeatherCustomBlendDomainWeatherIndoors \ static_assert(alignof(UWeatherCustomBlendDomainWeatherIndoors) == 0x000008, "Wrong alignment on UWeatherCustomBlendDomainWeatherIndoors"); \ static_assert(sizeof(UWeatherCustomBlendDomainWeatherIndoors) == 0x000028, "Wrong size on UWeatherCustomBlendDomainWeatherIndoors"); \ #define DUMPER7_ASSERTS_UWeatherCustomBlendDomainWeatherOutdoors \ static_assert(alignof(UWeatherCustomBlendDomainWeatherOutdoors) == 0x000008, "Wrong alignment on UWeatherCustomBlendDomainWeatherOutdoors"); \ static_assert(sizeof(UWeatherCustomBlendDomainWeatherOutdoors) == 0x000028, "Wrong size on UWeatherCustomBlendDomainWeatherOutdoors"); \ #define DUMPER7_ASSERTS_UWeatherCustomBlendDomainWeatherDecalOpacity \ static_assert(alignof(UWeatherCustomBlendDomainWeatherDecalOpacity) == 0x000008, "Wrong alignment on UWeatherCustomBlendDomainWeatherDecalOpacity"); \ static_assert(sizeof(UWeatherCustomBlendDomainWeatherDecalOpacity) == 0x000028, "Wrong size on UWeatherCustomBlendDomainWeatherDecalOpacity"); \ #define DUMPER7_ASSERTS_UWeatherCustomBlendDomainWeatherCameraParticlesSpawnRate \ static_assert(alignof(UWeatherCustomBlendDomainWeatherCameraParticlesSpawnRate) == 0x000008, "Wrong alignment on UWeatherCustomBlendDomainWeatherCameraParticlesSpawnRate"); \ static_assert(sizeof(UWeatherCustomBlendDomainWeatherCameraParticlesSpawnRate) == 0x000028, "Wrong size on UWeatherCustomBlendDomainWeatherCameraParticlesSpawnRate"); \ #define DUMPER7_ASSERTS_UWeatherCustomBlendDomainWeatherCold \ static_assert(alignof(UWeatherCustomBlendDomainWeatherCold) == 0x000008, "Wrong alignment on UWeatherCustomBlendDomainWeatherCold"); \ static_assert(sizeof(UWeatherCustomBlendDomainWeatherCold) == 0x000028, "Wrong size on UWeatherCustomBlendDomainWeatherCold"); \ #define DUMPER7_ASSERTS_UWeatherLibrary \ static_assert(alignof(UWeatherLibrary) == 0x000008, "Wrong alignment on UWeatherLibrary"); \ static_assert(sizeof(UWeatherLibrary) == 0x000090, "Wrong size on UWeatherLibrary"); \ static_assert(offsetof(UWeatherLibrary, Sequences) == 0x000030, "Member 'UWeatherLibrary::Sequences' has a wrong offset!"); \ static_assert(offsetof(UWeatherLibrary, FogDefinitions) == 0x000038, "Member 'UWeatherLibrary::FogDefinitions' has a wrong offset!"); \ static_assert(offsetof(UWeatherLibrary, CloudDefinitions) == 0x000040, "Member 'UWeatherLibrary::CloudDefinitions' has a wrong offset!"); \ static_assert(offsetof(UWeatherLibrary, WindDefinitions) == 0x000048, "Member 'UWeatherLibrary::WindDefinitions' has a wrong offset!"); \ static_assert(offsetof(UWeatherLibrary, WeatherSurfaceTypes) == 0x000050, "Member 'UWeatherLibrary::WeatherSurfaceTypes' has a wrong offset!"); \ static_assert(offsetof(UWeatherLibrary, DefaultOvercastBlendable) == 0x000058, "Member 'UWeatherLibrary::DefaultOvercastBlendable' has a wrong offset!"); \ static_assert(offsetof(UWeatherLibrary, ProhibitWeatherBlendDomain) == 0x000060, "Member 'UWeatherLibrary::ProhibitWeatherBlendDomain' has a wrong offset!"); \ static_assert(offsetof(UWeatherLibrary, WeatherPreloadsAsset) == 0x000068, "Member 'UWeatherLibrary::WeatherPreloadsAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherOrphanComponent \ static_assert(alignof(UWeatherOrphanComponent) == 0x000008, "Wrong alignment on UWeatherOrphanComponent"); \ static_assert(sizeof(UWeatherOrphanComponent) == 0x000120, "Wrong size on UWeatherOrphanComponent"); \ static_assert(offsetof(UWeatherOrphanComponent, Owner) == 0x0000D0, "Member 'UWeatherOrphanComponent::Owner' has a wrong offset!"); \ static_assert(offsetof(UWeatherOrphanComponent, BlendDomain) == 0x0000D8, "Member 'UWeatherOrphanComponent::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(UWeatherOrphanComponent, TimeToLive) == 0x000110, "Member 'UWeatherOrphanComponent::TimeToLive' has a wrong offset!"); \ static_assert(offsetof(UWeatherOrphanComponent, Age) == 0x000114, "Member 'UWeatherOrphanComponent::Age' has a wrong offset!"); \ static_assert(offsetof(UWeatherOrphanComponent, BlendMultiplier) == 0x000118, "Member 'UWeatherOrphanComponent::BlendMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherPostProcessingOrphanComponent \ static_assert(alignof(UWeatherPostProcessingOrphanComponent) == 0x000010, "Wrong alignment on UWeatherPostProcessingOrphanComponent"); \ static_assert(sizeof(UWeatherPostProcessingOrphanComponent) == 0x000740, "Wrong size on UWeatherPostProcessingOrphanComponent"); \ static_assert(offsetof(UWeatherPostProcessingOrphanComponent, PostProcessSettings) == 0x000130, "Member 'UWeatherPostProcessingOrphanComponent::PostProcessSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherGlobalLightingBlendableOrphanComponent \ static_assert(alignof(UWeatherGlobalLightingBlendableOrphanComponent) == 0x000008, "Wrong alignment on UWeatherGlobalLightingBlendableOrphanComponent"); \ static_assert(sizeof(UWeatherGlobalLightingBlendableOrphanComponent) == 0x000138, "Wrong size on UWeatherGlobalLightingBlendableOrphanComponent"); \ static_assert(offsetof(UWeatherGlobalLightingBlendableOrphanComponent, Blendable) == 0x000128, "Member 'UWeatherGlobalLightingBlendableOrphanComponent::Blendable' has a wrong offset!"); \ static_assert(offsetof(UWeatherGlobalLightingBlendableOrphanComponent, Priority) == 0x000130, "Member 'UWeatherGlobalLightingBlendableOrphanComponent::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherLocalWindVolumePreset \ static_assert(alignof(AWeatherLocalWindVolumePreset) == 0x000008, "Wrong alignment on AWeatherLocalWindVolumePreset"); \ static_assert(sizeof(AWeatherLocalWindVolumePreset) == 0x0002E8, "Wrong size on AWeatherLocalWindVolumePreset"); \ static_assert(offsetof(AWeatherLocalWindVolumePreset, Preset) == 0x0002D0, "Member 'AWeatherLocalWindVolumePreset::Preset' has a wrong offset!"); \ static_assert(offsetof(AWeatherLocalWindVolumePreset, PresetPtr) == 0x0002E0, "Member 'AWeatherLocalWindVolumePreset::PresetPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherLocalWindVolumeParameters \ static_assert(alignof(AWeatherLocalWindVolumeParameters) == 0x000008, "Wrong alignment on AWeatherLocalWindVolumeParameters"); \ static_assert(sizeof(AWeatherLocalWindVolumeParameters) == 0x0003F8, "Wrong size on AWeatherLocalWindVolumeParameters"); \ static_assert(offsetof(AWeatherLocalWindVolumeParameters, WindParameters) == 0x0002D0, "Member 'AWeatherLocalWindVolumeParameters::WindParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherLocalWindComponent_SetPriority \ static_assert(alignof(WeatherLocalWindComponent_SetPriority) == 0x000004, "Wrong alignment on WeatherLocalWindComponent_SetPriority"); \ static_assert(sizeof(WeatherLocalWindComponent_SetPriority) == 0x000004, "Wrong size on WeatherLocalWindComponent_SetPriority"); \ static_assert(offsetof(WeatherLocalWindComponent_SetPriority, NewPriority) == 0x000000, "Member 'WeatherLocalWindComponent_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherLocalWindComponent \ static_assert(alignof(UWeatherLocalWindComponent) == 0x000010, "Wrong alignment on UWeatherLocalWindComponent"); \ static_assert(sizeof(UWeatherLocalWindComponent) == 0x000270, "Wrong size on UWeatherLocalWindComponent"); \ static_assert(offsetof(UWeatherLocalWindComponent, BlendDomain) == 0x000220, "Member 'UWeatherLocalWindComponent::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(UWeatherLocalWindComponent, Priority) == 0x000258, "Member 'UWeatherLocalWindComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UWeatherLocalWindComponent, BlendRadius) == 0x00025C, "Member 'UWeatherLocalWindComponent::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(UWeatherLocalWindComponent, BlendWeight) == 0x000260, "Member 'UWeatherLocalWindComponent::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(UWeatherLocalWindComponent, bEnabled) == 0x000264, "Member 'UWeatherLocalWindComponent::bEnabled' has a wrong offset!"); \ static_assert(offsetof(UWeatherLocalWindComponent, bUnbounded) == 0x000265, "Member 'UWeatherLocalWindComponent::bUnbounded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherLocalWindVolumePresetComponent \ static_assert(alignof(UWeatherLocalWindVolumePresetComponent) == 0x000010, "Wrong alignment on UWeatherLocalWindVolumePresetComponent"); \ static_assert(sizeof(UWeatherLocalWindVolumePresetComponent) == 0x000280, "Wrong size on UWeatherLocalWindVolumePresetComponent"); \ static_assert(offsetof(UWeatherLocalWindVolumePresetComponent, Preset) == 0x000268, "Member 'UWeatherLocalWindVolumePresetComponent::Preset' has a wrong offset!"); \ static_assert(offsetof(UWeatherLocalWindVolumePresetComponent, PresetPtr) == 0x000278, "Member 'UWeatherLocalWindVolumePresetComponent::PresetPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherLocalWindVolumeParametersComponent \ static_assert(alignof(UWeatherLocalWindVolumeParametersComponent) == 0x000010, "Wrong alignment on UWeatherLocalWindVolumeParametersComponent"); \ static_assert(sizeof(UWeatherLocalWindVolumeParametersComponent) == 0x000390, "Wrong size on UWeatherLocalWindVolumeParametersComponent"); \ static_assert(offsetof(UWeatherLocalWindVolumeParametersComponent, WindParameters) == 0x000268, "Member 'UWeatherLocalWindVolumeParametersComponent::WindParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherLocalWindVolumeConstantComponent \ static_assert(alignof(UWeatherLocalWindVolumeConstantComponent) == 0x000010, "Wrong alignment on UWeatherLocalWindVolumeConstantComponent"); \ static_assert(sizeof(UWeatherLocalWindVolumeConstantComponent) == 0x000280, "Wrong size on UWeatherLocalWindVolumeConstantComponent"); \ static_assert(offsetof(UWeatherLocalWindVolumeConstantComponent, WindParameters) == 0x000268, "Member 'UWeatherLocalWindVolumeConstantComponent::WindParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherSurfaceBlueprintBase \ static_assert(alignof(AWeatherSurfaceBlueprintBase) == 0x000008, "Wrong alignment on AWeatherSurfaceBlueprintBase"); \ static_assert(sizeof(AWeatherSurfaceBlueprintBase) == 0x000268, "Wrong size on AWeatherSurfaceBlueprintBase"); \ static_assert(offsetof(AWeatherSurfaceBlueprintBase, StormState) == 0x000248, "Member 'AWeatherSurfaceBlueprintBase::StormState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableWeatherFog \ static_assert(alignof(UGlobalLightingBlendableWeatherFog) == 0x000008, "Wrong alignment on UGlobalLightingBlendableWeatherFog"); \ static_assert(sizeof(UGlobalLightingBlendableWeatherFog) == 0x000208, "Wrong size on UGlobalLightingBlendableWeatherFog"); \ static_assert(offsetof(UGlobalLightingBlendableWeatherFog, FogParameters) == 0x000028, "Member 'UGlobalLightingBlendableWeatherFog::FogParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableWeatherFog, bUseEye) == 0x000200, "Member 'UGlobalLightingBlendableWeatherFog::bUseEye' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableWeatherFog, bValid) == 0x000201, "Member 'UGlobalLightingBlendableWeatherFog::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingBlendableWeatherClouds \ static_assert(alignof(UGlobalLightingBlendableWeatherClouds) == 0x000008, "Wrong alignment on UGlobalLightingBlendableWeatherClouds"); \ static_assert(sizeof(UGlobalLightingBlendableWeatherClouds) == 0x000178, "Wrong size on UGlobalLightingBlendableWeatherClouds"); \ static_assert(offsetof(UGlobalLightingBlendableWeatherClouds, PresetParameters) == 0x000028, "Member 'UGlobalLightingBlendableWeatherClouds::PresetParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableWeatherClouds, WindParameters) == 0x000138, "Member 'UGlobalLightingBlendableWeatherClouds::WindParameters' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableWeatherClouds, bPresetValid) == 0x000174, "Member 'UGlobalLightingBlendableWeatherClouds::bPresetValid' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightingBlendableWeatherClouds, bWindValid) == 0x000175, "Member 'UGlobalLightingBlendableWeatherClouds::bWindValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherMasterComponent_GetCurrentWeather \ static_assert(alignof(WeatherMasterComponent_GetCurrentWeather) == 0x000008, "Wrong alignment on WeatherMasterComponent_GetCurrentWeather"); \ static_assert(sizeof(WeatherMasterComponent_GetCurrentWeather) == 0x000010, "Wrong size on WeatherMasterComponent_GetCurrentWeather"); \ static_assert(offsetof(WeatherMasterComponent_GetCurrentWeather, WorldContextObject) == 0x000000, "Member 'WeatherMasterComponent_GetCurrentWeather::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_GetCurrentWeather, TheCurrentWeather) == 0x000008, "Member 'WeatherMasterComponent_GetCurrentWeather::TheCurrentWeather' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherMasterComponent_GetDefaultWeather \ static_assert(alignof(WeatherMasterComponent_GetDefaultWeather) == 0x000008, "Wrong alignment on WeatherMasterComponent_GetDefaultWeather"); \ static_assert(sizeof(WeatherMasterComponent_GetDefaultWeather) == 0x000010, "Wrong size on WeatherMasterComponent_GetDefaultWeather"); \ static_assert(offsetof(WeatherMasterComponent_GetDefaultWeather, WorldContextObject) == 0x000000, "Member 'WeatherMasterComponent_GetDefaultWeather::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_GetDefaultWeather, CurrentDefaultWeather) == 0x000008, "Member 'WeatherMasterComponent_GetDefaultWeather::CurrentDefaultWeather' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherMasterComponent_GetOvercast \ static_assert(alignof(WeatherMasterComponent_GetOvercast) == 0x000008, "Wrong alignment on WeatherMasterComponent_GetOvercast"); \ static_assert(sizeof(WeatherMasterComponent_GetOvercast) == 0x000010, "Wrong size on WeatherMasterComponent_GetOvercast"); \ static_assert(offsetof(WeatherMasterComponent_GetOvercast, WorldContextObject) == 0x000000, "Member 'WeatherMasterComponent_GetOvercast::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_GetOvercast, Overcast) == 0x000008, "Member 'WeatherMasterComponent_GetOvercast::Overcast' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherMasterComponent_GetOverrideWeather \ static_assert(alignof(WeatherMasterComponent_GetOverrideWeather) == 0x000008, "Wrong alignment on WeatherMasterComponent_GetOverrideWeather"); \ static_assert(sizeof(WeatherMasterComponent_GetOverrideWeather) == 0x000010, "Wrong size on WeatherMasterComponent_GetOverrideWeather"); \ static_assert(offsetof(WeatherMasterComponent_GetOverrideWeather, WorldContextObject) == 0x000000, "Member 'WeatherMasterComponent_GetOverrideWeather::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_GetOverrideWeather, CurrentOverrideWeather) == 0x000008, "Member 'WeatherMasterComponent_GetOverrideWeather::CurrentOverrideWeather' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherMasterComponent_GetValidWeatherPresets \ static_assert(alignof(WeatherMasterComponent_GetValidWeatherPresets) == 0x000008, "Wrong alignment on WeatherMasterComponent_GetValidWeatherPresets"); \ static_assert(sizeof(WeatherMasterComponent_GetValidWeatherPresets) == 0x000018, "Wrong size on WeatherMasterComponent_GetValidWeatherPresets"); \ static_assert(offsetof(WeatherMasterComponent_GetValidWeatherPresets, WorldContextObject) == 0x000000, "Member 'WeatherMasterComponent_GetValidWeatherPresets::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_GetValidWeatherPresets, WeatherPresets) == 0x000008, "Member 'WeatherMasterComponent_GetValidWeatherPresets::WeatherPresets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherMasterComponent_GetWeatherFXRoot \ static_assert(alignof(WeatherMasterComponent_GetWeatherFXRoot) == 0x000008, "Wrong alignment on WeatherMasterComponent_GetWeatherFXRoot"); \ static_assert(sizeof(WeatherMasterComponent_GetWeatherFXRoot) == 0x000010, "Wrong size on WeatherMasterComponent_GetWeatherFXRoot"); \ static_assert(offsetof(WeatherMasterComponent_GetWeatherFXRoot, WorldContextObject) == 0x000000, "Member 'WeatherMasterComponent_GetWeatherFXRoot::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_GetWeatherFXRoot, FXRootComponent) == 0x000008, "Member 'WeatherMasterComponent_GetWeatherFXRoot::FXRootComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherMasterComponent_GetWeatherMaster \ static_assert(alignof(WeatherMasterComponent_GetWeatherMaster) == 0x000008, "Wrong alignment on WeatherMasterComponent_GetWeatherMaster"); \ static_assert(sizeof(WeatherMasterComponent_GetWeatherMaster) == 0x000010, "Wrong size on WeatherMasterComponent_GetWeatherMaster"); \ static_assert(offsetof(WeatherMasterComponent_GetWeatherMaster, WorldContextObject) == 0x000000, "Member 'WeatherMasterComponent_GetWeatherMaster::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_GetWeatherMaster, WeatherMaster) == 0x000008, "Member 'WeatherMasterComponent_GetWeatherMaster::WeatherMaster' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherMasterComponent_GetWeatherWind \ static_assert(alignof(WeatherMasterComponent_GetWeatherWind) == 0x000008, "Wrong alignment on WeatherMasterComponent_GetWeatherWind"); \ static_assert(sizeof(WeatherMasterComponent_GetWeatherWind) == 0x000020, "Wrong size on WeatherMasterComponent_GetWeatherWind"); \ static_assert(offsetof(WeatherMasterComponent_GetWeatherWind, WorldContextObject) == 0x000000, "Member 'WeatherMasterComponent_GetWeatherWind::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_GetWeatherWind, WindParameters) == 0x000008, "Member 'WeatherMasterComponent_GetWeatherWind::WindParameters' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_GetWeatherWind, bHaveWeather) == 0x000018, "Member 'WeatherMasterComponent_GetWeatherWind::bHaveWeather' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherMasterComponent_IsRaining \ static_assert(alignof(WeatherMasterComponent_IsRaining) == 0x000008, "Wrong alignment on WeatherMasterComponent_IsRaining"); \ static_assert(sizeof(WeatherMasterComponent_IsRaining) == 0x000018, "Wrong size on WeatherMasterComponent_IsRaining"); \ static_assert(offsetof(WeatherMasterComponent_IsRaining, WorldContextObject) == 0x000000, "Member 'WeatherMasterComponent_IsRaining::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_IsRaining, bIsRainStorm) == 0x000008, "Member 'WeatherMasterComponent_IsRaining::bIsRainStorm' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_IsRaining, RainStormType) == 0x000009, "Member 'WeatherMasterComponent_IsRaining::RainStormType' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_IsRaining, RainIntensity) == 0x00000C, "Member 'WeatherMasterComponent_IsRaining::RainIntensity' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_IsRaining, RainCoverage) == 0x000010, "Member 'WeatherMasterComponent_IsRaining::RainCoverage' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_IsRaining, bMaskWithIndoors) == 0x000014, "Member 'WeatherMasterComponent_IsRaining::bMaskWithIndoors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherMasterComponent_IsSnowing \ static_assert(alignof(WeatherMasterComponent_IsSnowing) == 0x000008, "Wrong alignment on WeatherMasterComponent_IsSnowing"); \ static_assert(sizeof(WeatherMasterComponent_IsSnowing) == 0x000018, "Wrong size on WeatherMasterComponent_IsSnowing"); \ static_assert(offsetof(WeatherMasterComponent_IsSnowing, WorldContextObject) == 0x000000, "Member 'WeatherMasterComponent_IsSnowing::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_IsSnowing, bIsSnowStorm) == 0x000008, "Member 'WeatherMasterComponent_IsSnowing::bIsSnowStorm' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_IsSnowing, SnowStormType) == 0x000009, "Member 'WeatherMasterComponent_IsSnowing::SnowStormType' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_IsSnowing, SnowIntensity) == 0x00000C, "Member 'WeatherMasterComponent_IsSnowing::SnowIntensity' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_IsSnowing, SnowCoverage) == 0x000010, "Member 'WeatherMasterComponent_IsSnowing::SnowCoverage' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_IsSnowing, bMaskWithIndoors) == 0x000014, "Member 'WeatherMasterComponent_IsSnowing::bMaskWithIndoors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherMasterComponent_PopWeatherOverride \ static_assert(alignof(WeatherMasterComponent_PopWeatherOverride) == 0x000008, "Wrong alignment on WeatherMasterComponent_PopWeatherOverride"); \ static_assert(sizeof(WeatherMasterComponent_PopWeatherOverride) == 0x000010, "Wrong size on WeatherMasterComponent_PopWeatherOverride"); \ static_assert(offsetof(WeatherMasterComponent_PopWeatherOverride, WorldContextObject) == 0x000000, "Member 'WeatherMasterComponent_PopWeatherOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_PopWeatherOverride, Owner) == 0x000008, "Member 'WeatherMasterComponent_PopWeatherOverride::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherMasterComponent_PushWeatherOverride \ static_assert(alignof(WeatherMasterComponent_PushWeatherOverride) == 0x000008, "Wrong alignment on WeatherMasterComponent_PushWeatherOverride"); \ static_assert(sizeof(WeatherMasterComponent_PushWeatherOverride) == 0x000038, "Wrong size on WeatherMasterComponent_PushWeatherOverride"); \ static_assert(offsetof(WeatherMasterComponent_PushWeatherOverride, WorldContextObject) == 0x000000, "Member 'WeatherMasterComponent_PushWeatherOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_PushWeatherOverride, Entry) == 0x000008, "Member 'WeatherMasterComponent_PushWeatherOverride::Entry' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_PushWeatherOverride, bSuccess) == 0x000030, "Member 'WeatherMasterComponent_PushWeatherOverride::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherMasterComponent_SetDefaultWeather \ static_assert(alignof(WeatherMasterComponent_SetDefaultWeather) == 0x000008, "Wrong alignment on WeatherMasterComponent_SetDefaultWeather"); \ static_assert(sizeof(WeatherMasterComponent_SetDefaultWeather) == 0x000010, "Wrong size on WeatherMasterComponent_SetDefaultWeather"); \ static_assert(offsetof(WeatherMasterComponent_SetDefaultWeather, WorldContextObject) == 0x000000, "Member 'WeatherMasterComponent_SetDefaultWeather::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_SetDefaultWeather, NewDefaultWeather) == 0x000008, "Member 'WeatherMasterComponent_SetDefaultWeather::NewDefaultWeather' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherMasterComponent_SetOverrideWeather \ static_assert(alignof(WeatherMasterComponent_SetOverrideWeather) == 0x000008, "Wrong alignment on WeatherMasterComponent_SetOverrideWeather"); \ static_assert(sizeof(WeatherMasterComponent_SetOverrideWeather) == 0x000018, "Wrong size on WeatherMasterComponent_SetOverrideWeather"); \ static_assert(offsetof(WeatherMasterComponent_SetOverrideWeather, WorldContextObject) == 0x000000, "Member 'WeatherMasterComponent_SetOverrideWeather::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_SetOverrideWeather, NewOverrideWeather) == 0x000008, "Member 'WeatherMasterComponent_SetOverrideWeather::NewOverrideWeather' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_SetOverrideWeather, bInstantChange) == 0x000010, "Member 'WeatherMasterComponent_SetOverrideWeather::bInstantChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherMasterComponent_WeatherFXAddToExtraSwaps \ static_assert(alignof(WeatherMasterComponent_WeatherFXAddToExtraSwaps) == 0x000008, "Wrong alignment on WeatherMasterComponent_WeatherFXAddToExtraSwaps"); \ static_assert(sizeof(WeatherMasterComponent_WeatherFXAddToExtraSwaps) == 0x000010, "Wrong size on WeatherMasterComponent_WeatherFXAddToExtraSwaps"); \ static_assert(offsetof(WeatherMasterComponent_WeatherFXAddToExtraSwaps, Actor) == 0x000000, "Member 'WeatherMasterComponent_WeatherFXAddToExtraSwaps::Actor' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_WeatherFXAddToExtraSwaps, OverrideSwapDistanceMeters) == 0x000008, "Member 'WeatherMasterComponent_WeatherFXAddToExtraSwaps::OverrideSwapDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_WeatherFXAddToExtraSwaps, bAlwaysSwap) == 0x00000C, "Member 'WeatherMasterComponent_WeatherFXAddToExtraSwaps::bAlwaysSwap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherMasterComponent_WeatherFXIsInExtraSwaps \ static_assert(alignof(WeatherMasterComponent_WeatherFXIsInExtraSwaps) == 0x000008, "Wrong alignment on WeatherMasterComponent_WeatherFXIsInExtraSwaps"); \ static_assert(sizeof(WeatherMasterComponent_WeatherFXIsInExtraSwaps) == 0x000010, "Wrong size on WeatherMasterComponent_WeatherFXIsInExtraSwaps"); \ static_assert(offsetof(WeatherMasterComponent_WeatherFXIsInExtraSwaps, Actor) == 0x000000, "Member 'WeatherMasterComponent_WeatherFXIsInExtraSwaps::Actor' has a wrong offset!"); \ static_assert(offsetof(WeatherMasterComponent_WeatherFXIsInExtraSwaps, bIsInList) == 0x000008, "Member 'WeatherMasterComponent_WeatherFXIsInExtraSwaps::bIsInList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherMasterComponent_WeatherFXRemoveFromExtraSwaps \ static_assert(alignof(WeatherMasterComponent_WeatherFXRemoveFromExtraSwaps) == 0x000008, "Wrong alignment on WeatherMasterComponent_WeatherFXRemoveFromExtraSwaps"); \ static_assert(sizeof(WeatherMasterComponent_WeatherFXRemoveFromExtraSwaps) == 0x000008, "Wrong size on WeatherMasterComponent_WeatherFXRemoveFromExtraSwaps"); \ static_assert(offsetof(WeatherMasterComponent_WeatherFXRemoveFromExtraSwaps, Actor) == 0x000000, "Member 'WeatherMasterComponent_WeatherFXRemoveFromExtraSwaps::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherMasterComponent \ static_assert(alignof(UWeatherMasterComponent) == 0x000008, "Wrong alignment on UWeatherMasterComponent"); \ static_assert(sizeof(UWeatherMasterComponent) == 0x000C88, "Wrong size on UWeatherMasterComponent"); \ static_assert(offsetof(UWeatherMasterComponent, CurrentWeatherSequence) == 0x0000D8, "Member 'UWeatherMasterComponent::CurrentWeatherSequence' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, ActionContext) == 0x0000E0, "Member 'UWeatherMasterComponent::ActionContext' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, EnvironmentalGlobalsExtras) == 0x0009C0, "Member 'UWeatherMasterComponent::EnvironmentalGlobalsExtras' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, CurrentStorm) == 0x000A50, "Member 'UWeatherMasterComponent::CurrentStorm' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, TransitionStorm) == 0x000A58, "Member 'UWeatherMasterComponent::TransitionStorm' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, DefaultWeather) == 0x000A60, "Member 'UWeatherMasterComponent::DefaultWeather' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, OverrideWeather) == 0x000A70, "Member 'UWeatherMasterComponent::OverrideWeather' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, ConsoleWeather) == 0x000A90, "Member 'UWeatherMasterComponent::ConsoleWeather' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, WorldDecals) == 0x000AB0, "Member 'UWeatherMasterComponent::WorldDecals' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, WorldDecalTrackers) == 0x000AB8, "Member 'UWeatherMasterComponent::WorldDecalTrackers' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, CloudsBlendablePriority) == 0x000B08, "Member 'UWeatherMasterComponent::CloudsBlendablePriority' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, FogBlendDomain) == 0x000B10, "Member 'UWeatherMasterComponent::FogBlendDomain' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, FogBlendablePriority) == 0x000B48, "Member 'UWeatherMasterComponent::FogBlendablePriority' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, OverrideOvercastBlendable) == 0x000B50, "Member 'UWeatherMasterComponent::OverrideOvercastBlendable' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, OvercastBlendDomain) == 0x000B58, "Member 'UWeatherMasterComponent::OvercastBlendDomain' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, OvercastBlendablePriority) == 0x000B90, "Member 'UWeatherMasterComponent::OvercastBlendablePriority' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, bDisableCloudsBlendable) == 0x000B94, "Member 'UWeatherMasterComponent::bDisableCloudsBlendable' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, bDisableFogBlendable) == 0x000B95, "Member 'UWeatherMasterComponent::bDisableFogBlendable' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, bDisableOvercastBlendable) == 0x000B96, "Member 'UWeatherMasterComponent::bDisableOvercastBlendable' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, WeatherOverrideStack) == 0x000B98, "Member 'UWeatherMasterComponent::WeatherOverrideStack' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, CurrentLocalSequence) == 0x000BA8, "Member 'UWeatherMasterComponent::CurrentLocalSequence' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, FXRoot) == 0x000BB0, "Member 'UWeatherMasterComponent::FXRoot' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, FogBlendable) == 0x000BB8, "Member 'UWeatherMasterComponent::FogBlendable' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, CloudsBlendable) == 0x000BC0, "Member 'UWeatherMasterComponent::CloudsBlendable' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, PendingLoadQueue) == 0x000BC8, "Member 'UWeatherMasterComponent::PendingLoadQueue' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, CurrentPlayingID) == 0x000BD8, "Member 'UWeatherMasterComponent::CurrentPlayingID' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, RestoreWeather) == 0x000BE0, "Member 'UWeatherMasterComponent::RestoreWeather' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, ExtraWeatherSwaps) == 0x000C30, "Member 'UWeatherMasterComponent::ExtraWeatherSwaps' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, bWeatherIsRunning) == 0x000C80, "Member 'UWeatherMasterComponent::bWeatherIsRunning' has a wrong offset!"); \ static_assert(offsetof(UWeatherMasterComponent, CurrentSeason) == 0x000C81, "Member 'UWeatherMasterComponent::CurrentSeason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherMaster \ static_assert(alignof(AWeatherMaster) == 0x000008, "Wrong alignment on AWeatherMaster"); \ static_assert(sizeof(AWeatherMaster) == 0x000260, "Wrong size on AWeatherMaster"); \ static_assert(offsetof(AWeatherMaster, Component) == 0x000248, "Member 'AWeatherMaster::Component' has a wrong offset!"); \ static_assert(offsetof(AWeatherMaster, DebugWindComponent) == 0x000250, "Member 'AWeatherMaster::DebugWindComponent' has a wrong offset!"); \ static_assert(offsetof(AWeatherMaster, OvercastVolume) == 0x000258, "Member 'AWeatherMaster::OvercastVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherCustomBlendDomainBase \ static_assert(alignof(UWeatherCustomBlendDomainBase) == 0x000008, "Wrong alignment on UWeatherCustomBlendDomainBase"); \ static_assert(sizeof(UWeatherCustomBlendDomainBase) == 0x000028, "Wrong size on UWeatherCustomBlendDomainBase"); \ #define DUMPER7_ASSERTS_UWeatherCustomBlendDomainOvercast \ static_assert(alignof(UWeatherCustomBlendDomainOvercast) == 0x000008, "Wrong alignment on UWeatherCustomBlendDomainOvercast"); \ static_assert(sizeof(UWeatherCustomBlendDomainOvercast) == 0x000028, "Wrong size on UWeatherCustomBlendDomainOvercast"); \ #define DUMPER7_ASSERTS_UWeatherCustomBlendDomainStormCoverage \ static_assert(alignof(UWeatherCustomBlendDomainStormCoverage) == 0x000008, "Wrong alignment on UWeatherCustomBlendDomainStormCoverage"); \ static_assert(sizeof(UWeatherCustomBlendDomainStormCoverage) == 0x000028, "Wrong size on UWeatherCustomBlendDomainStormCoverage"); \ #define DUMPER7_ASSERTS_UWeatherCustomBlendDomainStormIntensity \ static_assert(alignof(UWeatherCustomBlendDomainStormIntensity) == 0x000008, "Wrong alignment on UWeatherCustomBlendDomainStormIntensity"); \ static_assert(sizeof(UWeatherCustomBlendDomainStormIntensity) == 0x000028, "Wrong size on UWeatherCustomBlendDomainStormIntensity"); \ #define DUMPER7_ASSERTS_WeatherStormFXBase_OnStormStart \ static_assert(alignof(WeatherStormFXBase_OnStormStart) == 0x000008, "Wrong alignment on WeatherStormFXBase_OnStormStart"); \ static_assert(sizeof(WeatherStormFXBase_OnStormStart) == 0x000020, "Wrong size on WeatherStormFXBase_OnStormStart"); \ static_assert(offsetof(WeatherStormFXBase_OnStormStart, StormState) == 0x000000, "Member 'WeatherStormFXBase_OnStormStart::StormState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherStormFXBase_GetStormState \ static_assert(alignof(WeatherStormFXBase_GetStormState) == 0x000008, "Wrong alignment on WeatherStormFXBase_GetStormState"); \ static_assert(sizeof(WeatherStormFXBase_GetStormState) == 0x000028, "Wrong size on WeatherStormFXBase_GetStormState"); \ static_assert(offsetof(WeatherStormFXBase_GetStormState, StormState) == 0x000000, "Member 'WeatherStormFXBase_GetStormState::StormState' has a wrong offset!"); \ static_assert(offsetof(WeatherStormFXBase_GetStormState, bStorming) == 0x000020, "Member 'WeatherStormFXBase_GetStormState::bStorming' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherStormFXBase_IsStorming \ static_assert(alignof(WeatherStormFXBase_IsStorming) == 0x000001, "Wrong alignment on WeatherStormFXBase_IsStorming"); \ static_assert(sizeof(WeatherStormFXBase_IsStorming) == 0x000001, "Wrong size on WeatherStormFXBase_IsStorming"); \ static_assert(offsetof(WeatherStormFXBase_IsStorming, bStorming) == 0x000000, "Member 'WeatherStormFXBase_IsStorming::bStorming' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherStormFXBase \ static_assert(alignof(AWeatherStormFXBase) == 0x000008, "Wrong alignment on AWeatherStormFXBase"); \ static_assert(sizeof(AWeatherStormFXBase) == 0x000258, "Wrong size on AWeatherStormFXBase"); \ static_assert(offsetof(AWeatherStormFXBase, WeatherStorm) == 0x000248, "Member 'AWeatherStormFXBase::WeatherStorm' has a wrong offset!"); \ static_assert(offsetof(AWeatherStormFXBase, OverrideActivationDistanceMeters) == 0x000250, "Member 'AWeatherStormFXBase::OverrideActivationDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(AWeatherStormFXBase, bUseOverrideActivationDistanceMeters) == 0x000254, "Member 'AWeatherStormFXBase::bUseOverrideActivationDistanceMeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherStormFXSimple \ static_assert(alignof(AWeatherStormFXSimple) == 0x000008, "Wrong alignment on AWeatherStormFXSimple"); \ static_assert(sizeof(AWeatherStormFXSimple) == 0x000290, "Wrong size on AWeatherStormFXSimple"); \ static_assert(offsetof(AWeatherStormFXSimple, Settings) == 0x000258, "Member 'AWeatherStormFXSimple::Settings' has a wrong offset!"); \ static_assert(offsetof(AWeatherStormFXSimple, State) == 0x000278, "Member 'AWeatherStormFXSimple::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherCustomBlendDomainSurfaceFogIntensity \ static_assert(alignof(UWeatherCustomBlendDomainSurfaceFogIntensity) == 0x000008, "Wrong alignment on UWeatherCustomBlendDomainSurfaceFogIntensity"); \ static_assert(sizeof(UWeatherCustomBlendDomainSurfaceFogIntensity) == 0x000028, "Wrong size on UWeatherCustomBlendDomainSurfaceFogIntensity"); \ #define DUMPER7_ASSERTS_UWeatherPreloads \ static_assert(alignof(UWeatherPreloads) == 0x000008, "Wrong alignment on UWeatherPreloads"); \ static_assert(sizeof(UWeatherPreloads) == 0x000040, "Wrong size on UWeatherPreloads"); \ static_assert(offsetof(UWeatherPreloads, Preloads) == 0x000030, "Member 'UWeatherPreloads::Preloads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherVolume \ static_assert(alignof(AWeatherVolume) == 0x000008, "Wrong alignment on AWeatherVolume"); \ static_assert(sizeof(AWeatherVolume) == 0x000280, "Wrong size on AWeatherVolume"); \ #define DUMPER7_ASSERTS_AWeatherVolumeSortable \ static_assert(alignof(AWeatherVolumeSortable) == 0x000008, "Wrong alignment on AWeatherVolumeSortable"); \ static_assert(sizeof(AWeatherVolumeSortable) == 0x000288, "Wrong size on AWeatherVolumeSortable"); \ static_assert(offsetof(AWeatherVolumeSortable, Priority) == 0x000280, "Member 'AWeatherVolumeSortable::Priority' has a wrong offset!"); \ static_assert(offsetof(AWeatherVolumeSortable, bUnbounded) == 0x000284, "Member 'AWeatherVolumeSortable::bUnbounded' has a wrong offset!"); \ static_assert(offsetof(AWeatherVolumeSortable, bEnabled) == 0x000285, "Member 'AWeatherVolumeSortable::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherVolumeSortablePreload \ static_assert(alignof(AWeatherVolumeSortablePreload) == 0x000008, "Wrong alignment on AWeatherVolumeSortablePreload"); \ static_assert(sizeof(AWeatherVolumeSortablePreload) == 0x0002A8, "Wrong size on AWeatherVolumeSortablePreload"); \ static_assert(offsetof(AWeatherVolumeSortablePreload, PreloadedObjects) == 0x000288, "Member 'AWeatherVolumeSortablePreload::PreloadedObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherPresetVolumeBase \ static_assert(alignof(AWeatherPresetVolumeBase) == 0x000008, "Wrong alignment on AWeatherPresetVolumeBase"); \ static_assert(sizeof(AWeatherPresetVolumeBase) == 0x0002A8, "Wrong size on AWeatherPresetVolumeBase"); \ #define DUMPER7_ASSERTS_AWeatherPresetVolume \ static_assert(alignof(AWeatherPresetVolume) == 0x000008, "Wrong alignment on AWeatherPresetVolume"); \ static_assert(sizeof(AWeatherPresetVolume) == 0x0002C0, "Wrong size on AWeatherPresetVolume"); \ static_assert(offsetof(AWeatherPresetVolume, Preset) == 0x0002A8, "Member 'AWeatherPresetVolume::Preset' has a wrong offset!"); \ static_assert(offsetof(AWeatherPresetVolume, Seasons) == 0x0002B8, "Member 'AWeatherPresetVolume::Seasons' has a wrong offset!"); \ static_assert(offsetof(AWeatherPresetVolume, bInstantChange) == 0x0002BC, "Member 'AWeatherPresetVolume::bInstantChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherPhasedPresetVolume_IsValidActiveWeatherPhase \ static_assert(alignof(WeatherPhasedPresetVolume_IsValidActiveWeatherPhase) == 0x000004, "Wrong alignment on WeatherPhasedPresetVolume_IsValidActiveWeatherPhase"); \ static_assert(sizeof(WeatherPhasedPresetVolume_IsValidActiveWeatherPhase) == 0x00000C, "Wrong size on WeatherPhasedPresetVolume_IsValidActiveWeatherPhase"); \ static_assert(offsetof(WeatherPhasedPresetVolume_IsValidActiveWeatherPhase, PhaseName) == 0x000000, "Member 'WeatherPhasedPresetVolume_IsValidActiveWeatherPhase::PhaseName' has a wrong offset!"); \ static_assert(offsetof(WeatherPhasedPresetVolume_IsValidActiveWeatherPhase, ValidSeasons) == 0x000008, "Member 'WeatherPhasedPresetVolume_IsValidActiveWeatherPhase::ValidSeasons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherPhasedPresetVolume_IsValidActiveWeatherPhaseCurrentSeason \ static_assert(alignof(WeatherPhasedPresetVolume_IsValidActiveWeatherPhaseCurrentSeason) == 0x000004, "Wrong alignment on WeatherPhasedPresetVolume_IsValidActiveWeatherPhaseCurrentSeason"); \ static_assert(sizeof(WeatherPhasedPresetVolume_IsValidActiveWeatherPhaseCurrentSeason) == 0x00000C, "Wrong size on WeatherPhasedPresetVolume_IsValidActiveWeatherPhaseCurrentSeason"); \ static_assert(offsetof(WeatherPhasedPresetVolume_IsValidActiveWeatherPhaseCurrentSeason, PhaseName) == 0x000000, "Member 'WeatherPhasedPresetVolume_IsValidActiveWeatherPhaseCurrentSeason::PhaseName' has a wrong offset!"); \ static_assert(offsetof(WeatherPhasedPresetVolume_IsValidActiveWeatherPhaseCurrentSeason, bValid) == 0x000008, "Member 'WeatherPhasedPresetVolume_IsValidActiveWeatherPhaseCurrentSeason::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeatherPhasedPresetVolume_SetActiveWeatherPhase \ static_assert(alignof(WeatherPhasedPresetVolume_SetActiveWeatherPhase) == 0x000004, "Wrong alignment on WeatherPhasedPresetVolume_SetActiveWeatherPhase"); \ static_assert(sizeof(WeatherPhasedPresetVolume_SetActiveWeatherPhase) == 0x00000C, "Wrong size on WeatherPhasedPresetVolume_SetActiveWeatherPhase"); \ static_assert(offsetof(WeatherPhasedPresetVolume_SetActiveWeatherPhase, PhaseName) == 0x000000, "Member 'WeatherPhasedPresetVolume_SetActiveWeatherPhase::PhaseName' has a wrong offset!"); \ static_assert(offsetof(WeatherPhasedPresetVolume_SetActiveWeatherPhase, bSuccess) == 0x000008, "Member 'WeatherPhasedPresetVolume_SetActiveWeatherPhase::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherPhasedPresetVolume \ static_assert(alignof(AWeatherPhasedPresetVolume) == 0x000008, "Wrong alignment on AWeatherPhasedPresetVolume"); \ static_assert(sizeof(AWeatherPhasedPresetVolume) == 0x0002C0, "Wrong size on AWeatherPhasedPresetVolume"); \ static_assert(offsetof(AWeatherPhasedPresetVolume, Presets) == 0x0002A8, "Member 'AWeatherPhasedPresetVolume::Presets' has a wrong offset!"); \ static_assert(offsetof(AWeatherPhasedPresetVolume, ActivePhase) == 0x0002B8, "Member 'AWeatherPhasedPresetVolume::ActivePhase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherWindDirectionalSourceComponentBase \ static_assert(alignof(UWeatherWindDirectionalSourceComponentBase) == 0x000010, "Wrong alignment on UWeatherWindDirectionalSourceComponentBase"); \ static_assert(sizeof(UWeatherWindDirectionalSourceComponentBase) == 0x000240, "Wrong size on UWeatherWindDirectionalSourceComponentBase"); \ static_assert(offsetof(UWeatherWindDirectionalSourceComponentBase, Owner) == 0x000220, "Member 'UWeatherWindDirectionalSourceComponentBase::Owner' has a wrong offset!"); \ static_assert(offsetof(UWeatherWindDirectionalSourceComponentBase, ExternalBlend) == 0x000228, "Member 'UWeatherWindDirectionalSourceComponentBase::ExternalBlend' has a wrong offset!"); \ static_assert(offsetof(UWeatherWindDirectionalSourceComponentBase, ForceBlendOut) == 0x00022C, "Member 'UWeatherWindDirectionalSourceComponentBase::ForceBlendOut' has a wrong offset!"); \ static_assert(offsetof(UWeatherWindDirectionalSourceComponentBase, OrphanDeathTime) == 0x000230, "Member 'UWeatherWindDirectionalSourceComponentBase::OrphanDeathTime' has a wrong offset!"); \ static_assert(offsetof(UWeatherWindDirectionalSourceComponentBase, OrphanDeathCountdown) == 0x000234, "Member 'UWeatherWindDirectionalSourceComponentBase::OrphanDeathCountdown' has a wrong offset!"); \ static_assert(offsetof(UWeatherWindDirectionalSourceComponentBase, bMarkedAsOrphan) == 0x000238, "Member 'UWeatherWindDirectionalSourceComponentBase::bMarkedAsOrphan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherWindDirectionalSourceInstantComponent \ static_assert(alignof(UWeatherWindDirectionalSourceInstantComponent) == 0x000010, "Wrong alignment on UWeatherWindDirectionalSourceInstantComponent"); \ static_assert(sizeof(UWeatherWindDirectionalSourceInstantComponent) == 0x000260, "Wrong size on UWeatherWindDirectionalSourceInstantComponent"); \ static_assert(offsetof(UWeatherWindDirectionalSourceInstantComponent, WindParamsInstant) == 0x000240, "Member 'UWeatherWindDirectionalSourceInstantComponent::WindParamsInstant' has a wrong offset!"); \ static_assert(offsetof(UWeatherWindDirectionalSourceInstantComponent, WindGustController) == 0x000250, "Member 'UWeatherWindDirectionalSourceInstantComponent::WindGustController' has a wrong offset!"); \ static_assert(offsetof(UWeatherWindDirectionalSourceInstantComponent, Strength) == 0x000258, "Member 'UWeatherWindDirectionalSourceInstantComponent::Strength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherWindDirectionalSourceComponent \ static_assert(alignof(UWeatherWindDirectionalSourceComponent) == 0x000010, "Wrong alignment on UWeatherWindDirectionalSourceComponent"); \ static_assert(sizeof(UWeatherWindDirectionalSourceComponent) == 0x000390, "Wrong size on UWeatherWindDirectionalSourceComponent"); \ static_assert(offsetof(UWeatherWindDirectionalSourceComponent, WindParams) == 0x000260, "Member 'UWeatherWindDirectionalSourceComponent::WindParams' has a wrong offset!"); \ static_assert(offsetof(UWeatherWindDirectionalSourceComponent, SampleTime) == 0x000388, "Member 'UWeatherWindDirectionalSourceComponent::SampleTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherCustomSequenceVolume \ static_assert(alignof(AWeatherCustomSequenceVolume) == 0x000008, "Wrong alignment on AWeatherCustomSequenceVolume"); \ static_assert(sizeof(AWeatherCustomSequenceVolume) == 0x0002C0, "Wrong size on AWeatherCustomSequenceVolume"); \ static_assert(offsetof(AWeatherCustomSequenceVolume, CustomSequence) == 0x0002A8, "Member 'AWeatherCustomSequenceVolume::CustomSequence' has a wrong offset!"); \ static_assert(offsetof(AWeatherCustomSequenceVolume, bUseInFall) == 0x0002B8, "Member 'AWeatherCustomSequenceVolume::bUseInFall' has a wrong offset!"); \ static_assert(offsetof(AWeatherCustomSequenceVolume, bUseInWinter) == 0x0002B9, "Member 'AWeatherCustomSequenceVolume::bUseInWinter' has a wrong offset!"); \ static_assert(offsetof(AWeatherCustomSequenceVolume, bUseInSpring) == 0x0002BA, "Member 'AWeatherCustomSequenceVolume::bUseInSpring' has a wrong offset!"); \ static_assert(offsetof(AWeatherCustomSequenceVolume, bUseInSummer) == 0x0002BB, "Member 'AWeatherCustomSequenceVolume::bUseInSummer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherDisableVolume \ static_assert(alignof(AWeatherDisableVolume) == 0x000008, "Wrong alignment on AWeatherDisableVolume"); \ static_assert(sizeof(AWeatherDisableVolume) == 0x000288, "Wrong size on AWeatherDisableVolume"); \ static_assert(offsetof(AWeatherDisableVolume, bDisableWeather) == 0x000280, "Member 'AWeatherDisableVolume::bDisableWeather' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherSurfaceWorldFXBlueprint \ static_assert(alignof(AWeatherSurfaceWorldFXBlueprint) == 0x000008, "Wrong alignment on AWeatherSurfaceWorldFXBlueprint"); \ static_assert(sizeof(AWeatherSurfaceWorldFXBlueprint) == 0x000268, "Wrong size on AWeatherSurfaceWorldFXBlueprint"); \ #define DUMPER7_ASSERTS_UWeatherSequence \ static_assert(alignof(UWeatherSequence) == 0x000008, "Wrong alignment on UWeatherSequence"); \ static_assert(sizeof(UWeatherSequence) == 0x000238, "Wrong size on UWeatherSequence"); \ #define DUMPER7_ASSERTS_UWeatherCustomSequences \ static_assert(alignof(UWeatherCustomSequences) == 0x000008, "Wrong alignment on UWeatherCustomSequences"); \ static_assert(sizeof(UWeatherCustomSequences) == 0x000040, "Wrong size on UWeatherCustomSequences"); \ static_assert(offsetof(UWeatherCustomSequences, CustomSequences) == 0x000030, "Member 'UWeatherCustomSequences::CustomSequences' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindDefinitions \ static_assert(alignof(UWindDefinitions) == 0x000008, "Wrong alignment on UWindDefinitions"); \ static_assert(sizeof(UWindDefinitions) == 0x000058, "Wrong size on UWindDefinitions"); \ static_assert(offsetof(UWindDefinitions, Definitions) == 0x000030, "Member 'UWindDefinitions::Definitions' has a wrong offset!"); \ static_assert(offsetof(UWindDefinitions, MaterialParameterCollection) == 0x000040, "Member 'UWindDefinitions::MaterialParameterCollection' has a wrong offset!"); \ static_assert(offsetof(UWindDefinitions, NiagaraParameterCollection) == 0x000048, "Member 'UWindDefinitions::NiagaraParameterCollection' has a wrong offset!"); \ static_assert(offsetof(UWindDefinitions, NormalizedWindSpeedMetersPerSecond) == 0x000050, "Member 'UWindDefinitions::NormalizedWindSpeedMetersPerSecond' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherSequences \ static_assert(alignof(UWeatherSequences) == 0x000008, "Wrong alignment on UWeatherSequences"); \ static_assert(sizeof(UWeatherSequences) == 0x000118, "Wrong size on UWeatherSequences"); \ static_assert(offsetof(UWeatherSequences, GeneralSequences) == 0x000030, "Member 'UWeatherSequences::GeneralSequences' has a wrong offset!"); \ static_assert(offsetof(UWeatherSequences, SummerSequences) == 0x000040, "Member 'UWeatherSequences::SummerSequences' has a wrong offset!"); \ static_assert(offsetof(UWeatherSequences, FallSequences) == 0x000050, "Member 'UWeatherSequences::FallSequences' has a wrong offset!"); \ static_assert(offsetof(UWeatherSequences, WinterSequences) == 0x000060, "Member 'UWeatherSequences::WinterSequences' has a wrong offset!"); \ static_assert(offsetof(UWeatherSequences, SpringSequences) == 0x000070, "Member 'UWeatherSequences::SpringSequences' has a wrong offset!"); \ static_assert(offsetof(UWeatherSequences, MissionSequences) == 0x000080, "Member 'UWeatherSequences::MissionSequences' has a wrong offset!"); \ static_assert(offsetof(UWeatherSequences, PrivateSequences) == 0x000090, "Member 'UWeatherSequences::PrivateSequences' has a wrong offset!"); \ static_assert(offsetof(UWeatherSequences, EditorOnlySequences) == 0x0000A0, "Member 'UWeatherSequences::EditorOnlySequences' has a wrong offset!"); \ static_assert(offsetof(UWeatherSequences, CustomSequences) == 0x0000B0, "Member 'UWeatherSequences::CustomSequences' has a wrong offset!"); \ static_assert(offsetof(UWeatherSequences, Redirectors) == 0x0000B8, "Member 'UWeatherSequences::Redirectors' has a wrong offset!"); \ static_assert(offsetof(UWeatherSequences, HardLoadSequences) == 0x0000C8, "Member 'UWeatherSequences::HardLoadSequences' has a wrong offset!"); \ static_assert(offsetof(UWeatherSequences, FallDefaultWeather) == 0x0000D8, "Member 'UWeatherSequences::FallDefaultWeather' has a wrong offset!"); \ static_assert(offsetof(UWeatherSequences, WinterDefaultWeather) == 0x0000E8, "Member 'UWeatherSequences::WinterDefaultWeather' has a wrong offset!"); \ static_assert(offsetof(UWeatherSequences, SpringDefaultWeather) == 0x0000F8, "Member 'UWeatherSequences::SpringDefaultWeather' has a wrong offset!"); \ static_assert(offsetof(UWeatherSequences, SummerDefaultWeather) == 0x000108, "Member 'UWeatherSequences::SummerDefaultWeather' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveWeatherSequenceInfo \ static_assert(alignof(ULiveWeatherSequenceInfo) == 0x000008, "Wrong alignment on ULiveWeatherSequenceInfo"); \ static_assert(sizeof(ULiveWeatherSequenceInfo) == 0x000098, "Wrong size on ULiveWeatherSequenceInfo"); \ static_assert(offsetof(ULiveWeatherSequenceInfo, Sequence) == 0x000028, "Member 'ULiveWeatherSequenceInfo::Sequence' has a wrong offset!"); \ static_assert(offsetof(ULiveWeatherSequenceInfo, Player) == 0x000030, "Member 'ULiveWeatherSequenceInfo::Player' has a wrong offset!"); \ static_assert(offsetof(ULiveWeatherSequenceInfo, Origin) == 0x000038, "Member 'ULiveWeatherSequenceInfo::Origin' has a wrong offset!"); \ static_assert(offsetof(ULiveWeatherSequenceInfo, Next) == 0x000058, "Member 'ULiveWeatherSequenceInfo::Next' has a wrong offset!"); \ static_assert(offsetof(ULiveWeatherSequenceInfo, GamePlaybackScale) == 0x000078, "Member 'ULiveWeatherSequenceInfo::GamePlaybackScale' has a wrong offset!"); \ static_assert(offsetof(ULiveWeatherSequenceInfo, DynamicPlaybackScale) == 0x00007C, "Member 'ULiveWeatherSequenceInfo::DynamicPlaybackScale' has a wrong offset!"); \ static_assert(offsetof(ULiveWeatherSequenceInfo, bKillASAP) == 0x000080, "Member 'ULiveWeatherSequenceInfo::bKillASAP' has a wrong offset!"); \ static_assert(offsetof(ULiveWeatherSequenceInfo, bForceInstantChange) == 0x000081, "Member 'ULiveWeatherSequenceInfo::bForceInstantChange' has a wrong offset!"); \ static_assert(offsetof(ULiveWeatherSequenceInfo, bCalledReadyToPlay) == 0x000082, "Member 'ULiveWeatherSequenceInfo::bCalledReadyToPlay' has a wrong offset!"); \ static_assert(offsetof(ULiveWeatherSequenceInfo, bPaused) == 0x000083, "Member 'ULiveWeatherSequenceInfo::bPaused' has a wrong offset!"); \ static_assert(offsetof(ULiveWeatherSequenceInfo, bDone) == 0x000084, "Member 'ULiveWeatherSequenceInfo::bDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherSequencePendingLoad \ static_assert(alignof(UWeatherSequencePendingLoad) == 0x000008, "Wrong alignment on UWeatherSequencePendingLoad"); \ static_assert(sizeof(UWeatherSequencePendingLoad) == 0x0000D0, "Wrong size on UWeatherSequencePendingLoad"); \ static_assert(offsetof(UWeatherSequencePendingLoad, Asset) == 0x000098, "Member 'UWeatherSequencePendingLoad::Asset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequence \ static_assert(alignof(USceneAction_WeatherSequence) == 0x000008, "Wrong alignment on USceneAction_WeatherSequence"); \ static_assert(sizeof(USceneAction_WeatherSequence) == 0x000088, "Wrong size on USceneAction_WeatherSequence"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequence \ static_assert(alignof(USceneActionState_WeatherSequence) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequence"); \ static_assert(sizeof(USceneActionState_WeatherSequence) == 0x000050, "Wrong size on USceneActionState_WeatherSequence"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceAuto \ static_assert(alignof(USceneActionState_WeatherSequenceAuto) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceAuto"); \ static_assert(sizeof(USceneActionState_WeatherSequenceAuto) == 0x000050, "Wrong size on USceneActionState_WeatherSequenceAuto"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequencePause \ static_assert(alignof(USceneAction_WeatherSequencePause) == 0x000008, "Wrong alignment on USceneAction_WeatherSequencePause"); \ static_assert(sizeof(USceneAction_WeatherSequencePause) == 0x000088, "Wrong size on USceneAction_WeatherSequencePause"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequencePause \ static_assert(alignof(USceneActionState_WeatherSequencePause) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequencePause"); \ static_assert(sizeof(USceneActionState_WeatherSequencePause) == 0x000050, "Wrong size on USceneActionState_WeatherSequencePause"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceCloudsPreset \ static_assert(alignof(USceneAction_WeatherSequenceCloudsPreset) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceCloudsPreset"); \ static_assert(sizeof(USceneAction_WeatherSequenceCloudsPreset) == 0x000088, "Wrong size on USceneAction_WeatherSequenceCloudsPreset"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceCloudsPreset \ static_assert(alignof(USceneActionState_WeatherSequenceCloudsPreset) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceCloudsPreset"); \ static_assert(sizeof(USceneActionState_WeatherSequenceCloudsPreset) == 0x000058, "Wrong size on USceneActionState_WeatherSequenceCloudsPreset"); \ static_assert(offsetof(USceneActionState_WeatherSequenceCloudsPreset, LatchedBlendIn) == 0x000050, "Member 'USceneActionState_WeatherSequenceCloudsPreset::LatchedBlendIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceCloudsPresetDataTable \ static_assert(alignof(USceneAction_WeatherSequenceCloudsPresetDataTable) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceCloudsPresetDataTable"); \ static_assert(sizeof(USceneAction_WeatherSequenceCloudsPresetDataTable) == 0x0000D8, "Wrong size on USceneAction_WeatherSequenceCloudsPresetDataTable"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsPresetDataTable, Preset) == 0x000088, "Member 'USceneAction_WeatherSequenceCloudsPresetDataTable::Preset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsPresetDataTable, HeightOffset) == 0x000098, "Member 'USceneAction_WeatherSequenceCloudsPresetDataTable::HeightOffset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsPresetDataTable, bSuperExpensiveCloudsCinematicOnly) == 0x00009C, "Member 'USceneAction_WeatherSequenceCloudsPresetDataTable::bSuperExpensiveCloudsCinematicOnly' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsPresetDataTable, bOverrideCoverageChance) == 0x00009D, "Member 'USceneAction_WeatherSequenceCloudsPresetDataTable::bOverrideCoverageChance' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsPresetDataTable, OverrideCoverageChance) == 0x0000A0, "Member 'USceneAction_WeatherSequenceCloudsPresetDataTable::OverrideCoverageChance' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsPresetDataTable, bOverrideTypeChance) == 0x0000A4, "Member 'USceneAction_WeatherSequenceCloudsPresetDataTable::bOverrideTypeChance' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsPresetDataTable, OverrideTypeChance) == 0x0000A8, "Member 'USceneAction_WeatherSequenceCloudsPresetDataTable::OverrideTypeChance' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsPresetDataTable, bOverridePrecipitationChance) == 0x0000AC, "Member 'USceneAction_WeatherSequenceCloudsPresetDataTable::bOverridePrecipitationChance' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsPresetDataTable, OverridePrecipitationChance) == 0x0000B0, "Member 'USceneAction_WeatherSequenceCloudsPresetDataTable::OverridePrecipitationChance' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsPresetDataTable, bOverrideHighAltitudeChance) == 0x0000B4, "Member 'USceneAction_WeatherSequenceCloudsPresetDataTable::bOverrideHighAltitudeChance' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsPresetDataTable, OverrideHighAltitudeChance) == 0x0000B8, "Member 'USceneAction_WeatherSequenceCloudsPresetDataTable::OverrideHighAltitudeChance' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsPresetDataTable, bOverrideLayerRadius) == 0x0000BC, "Member 'USceneAction_WeatherSequenceCloudsPresetDataTable::bOverrideLayerRadius' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsPresetDataTable, OverrideLayerRadius) == 0x0000C0, "Member 'USceneAction_WeatherSequenceCloudsPresetDataTable::OverrideLayerRadius' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsPresetDataTable, bOverrideLayerVerticalHeight) == 0x0000C4, "Member 'USceneAction_WeatherSequenceCloudsPresetDataTable::bOverrideLayerVerticalHeight' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsPresetDataTable, OverrideLayerVerticalHeight) == 0x0000C8, "Member 'USceneAction_WeatherSequenceCloudsPresetDataTable::OverrideLayerVerticalHeight' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsPresetDataTable, bOverrideCoverageCameraFade) == 0x0000CC, "Member 'USceneAction_WeatherSequenceCloudsPresetDataTable::bOverrideCoverageCameraFade' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsPresetDataTable, OverrideCoverageCameraFade) == 0x0000D0, "Member 'USceneAction_WeatherSequenceCloudsPresetDataTable::OverrideCoverageCameraFade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceCloudsParams \ static_assert(alignof(USceneAction_WeatherSequenceCloudsParams) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceCloudsParams"); \ static_assert(sizeof(USceneAction_WeatherSequenceCloudsParams) == 0x000198, "Wrong size on USceneAction_WeatherSequenceCloudsParams"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsParams, Params_0) == 0x000088, "Member 'USceneAction_WeatherSequenceCloudsParams::Params_0' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsParams, HeightOffset) == 0x000190, "Member 'USceneAction_WeatherSequenceCloudsParams::HeightOffset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsParams, bSuperExpensiveCloudsCinematicOnly) == 0x000194, "Member 'USceneAction_WeatherSequenceCloudsParams::bSuperExpensiveCloudsCinematicOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceCloudsWind \ static_assert(alignof(USceneAction_WeatherSequenceCloudsWind) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceCloudsWind"); \ static_assert(sizeof(USceneAction_WeatherSequenceCloudsWind) == 0x000088, "Wrong size on USceneAction_WeatherSequenceCloudsWind"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceCloudsWind \ static_assert(alignof(USceneActionState_WeatherSequenceCloudsWind) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceCloudsWind"); \ static_assert(sizeof(USceneActionState_WeatherSequenceCloudsWind) == 0x000050, "Wrong size on USceneActionState_WeatherSequenceCloudsWind"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceCloudsWindParams \ static_assert(alignof(USceneAction_WeatherSequenceCloudsWindParams) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceCloudsWindParams"); \ static_assert(sizeof(USceneAction_WeatherSequenceCloudsWindParams) == 0x0000C8, "Wrong size on USceneAction_WeatherSequenceCloudsWindParams"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsWindParams, WindParams) == 0x000088, "Member 'USceneAction_WeatherSequenceCloudsWindParams::WindParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceCloudsLegacy \ static_assert(alignof(USceneAction_WeatherSequenceCloudsLegacy) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceCloudsLegacy"); \ static_assert(sizeof(USceneAction_WeatherSequenceCloudsLegacy) == 0x000098, "Wrong size on USceneAction_WeatherSequenceCloudsLegacy"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsLegacy, Definition) == 0x000088, "Member 'USceneAction_WeatherSequenceCloudsLegacy::Definition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceCloudsLegacy \ static_assert(alignof(USceneActionState_WeatherSequenceCloudsLegacy) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceCloudsLegacy"); \ static_assert(sizeof(USceneActionState_WeatherSequenceCloudsLegacy) == 0x000058, "Wrong size on USceneActionState_WeatherSequenceCloudsLegacy"); \ static_assert(offsetof(USceneActionState_WeatherSequenceCloudsLegacy, LatchedBlendIn) == 0x000050, "Member 'USceneActionState_WeatherSequenceCloudsLegacy::LatchedBlendIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceCloudsWeatherParams \ static_assert(alignof(USceneAction_WeatherSequenceCloudsWeatherParams) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceCloudsWeatherParams"); \ static_assert(sizeof(USceneAction_WeatherSequenceCloudsWeatherParams) == 0x0000B0, "Wrong size on USceneAction_WeatherSequenceCloudsWeatherParams"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsWeatherParams, WeatherState) == 0x000088, "Member 'USceneAction_WeatherSequenceCloudsWeatherParams::WeatherState' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCloudsWeatherParams, HeightOffset) == 0x0000A8, "Member 'USceneAction_WeatherSequenceCloudsWeatherParams::HeightOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherCoverageBlueprint \ static_assert(alignof(AWeatherCoverageBlueprint) == 0x000008, "Wrong alignment on AWeatherCoverageBlueprint"); \ static_assert(sizeof(AWeatherCoverageBlueprint) == 0x000268, "Wrong size on AWeatherCoverageBlueprint"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceEnvGlobal \ static_assert(alignof(USceneAction_WeatherSequenceEnvGlobal) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceEnvGlobal"); \ static_assert(sizeof(USceneAction_WeatherSequenceEnvGlobal) == 0x000090, "Wrong size on USceneAction_WeatherSequenceEnvGlobal"); \ static_assert(offsetof(USceneAction_WeatherSequenceEnvGlobal, bUnsetAtEndOfSequence) == 0x000088, "Member 'USceneAction_WeatherSequenceEnvGlobal::bUnsetAtEndOfSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceEnvGlobal \ static_assert(alignof(USceneActionState_WeatherSequenceEnvGlobal) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceEnvGlobal"); \ static_assert(sizeof(USceneActionState_WeatherSequenceEnvGlobal) == 0x000050, "Wrong size on USceneActionState_WeatherSequenceEnvGlobal"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceEnvGlobalScalar \ static_assert(alignof(USceneAction_WeatherSequenceEnvGlobalScalar) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceEnvGlobalScalar"); \ static_assert(sizeof(USceneAction_WeatherSequenceEnvGlobalScalar) == 0x0000A0, "Wrong size on USceneAction_WeatherSequenceEnvGlobalScalar"); \ static_assert(offsetof(USceneAction_WeatherSequenceEnvGlobalScalar, VariableName) == 0x000090, "Member 'USceneAction_WeatherSequenceEnvGlobalScalar::VariableName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceEnvGlobalScalarCurve \ static_assert(alignof(USceneAction_WeatherSequenceEnvGlobalScalarCurve) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceEnvGlobalScalarCurve"); \ static_assert(sizeof(USceneAction_WeatherSequenceEnvGlobalScalarCurve) == 0x000138, "Wrong size on USceneAction_WeatherSequenceEnvGlobalScalarCurve"); \ static_assert(offsetof(USceneAction_WeatherSequenceEnvGlobalScalarCurve, Value) == 0x0000A0, "Member 'USceneAction_WeatherSequenceEnvGlobalScalarCurve::Value' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceEnvGlobalScalarCurve, ClampMin) == 0x000128, "Member 'USceneAction_WeatherSequenceEnvGlobalScalarCurve::ClampMin' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceEnvGlobalScalarCurve, ClampMax) == 0x00012C, "Member 'USceneAction_WeatherSequenceEnvGlobalScalarCurve::ClampMax' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceEnvGlobalScalarCurve, BlendInTime) == 0x000130, "Member 'USceneAction_WeatherSequenceEnvGlobalScalarCurve::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceEnvGlobalScalarCurve, bStretchToDuration) == 0x000134, "Member 'USceneAction_WeatherSequenceEnvGlobalScalarCurve::bStretchToDuration' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceEnvGlobalScalarCurve, bClampMinValue) == 0x000135, "Member 'USceneAction_WeatherSequenceEnvGlobalScalarCurve::bClampMinValue' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceEnvGlobalScalarCurve, bClampMaxValue) == 0x000136, "Member 'USceneAction_WeatherSequenceEnvGlobalScalarCurve::bClampMaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceEnvGlobalScalarConstant \ static_assert(alignof(USceneAction_WeatherSequenceEnvGlobalScalarConstant) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceEnvGlobalScalarConstant"); \ static_assert(sizeof(USceneAction_WeatherSequenceEnvGlobalScalarConstant) == 0x0000A8, "Wrong size on USceneAction_WeatherSequenceEnvGlobalScalarConstant"); \ static_assert(offsetof(USceneAction_WeatherSequenceEnvGlobalScalarConstant, Value) == 0x0000A0, "Member 'USceneAction_WeatherSequenceEnvGlobalScalarConstant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceEnvGlobalScalarConstantIn \ static_assert(alignof(USceneAction_WeatherSequenceEnvGlobalScalarConstantIn) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceEnvGlobalScalarConstantIn"); \ static_assert(sizeof(USceneAction_WeatherSequenceEnvGlobalScalarConstantIn) == 0x0000A8, "Wrong size on USceneAction_WeatherSequenceEnvGlobalScalarConstantIn"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceEnvGlobalColor \ static_assert(alignof(USceneAction_WeatherSequenceEnvGlobalColor) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceEnvGlobalColor"); \ static_assert(sizeof(USceneAction_WeatherSequenceEnvGlobalColor) == 0x0000A8, "Wrong size on USceneAction_WeatherSequenceEnvGlobalColor"); \ static_assert(offsetof(USceneAction_WeatherSequenceEnvGlobalColor, VariableName) == 0x000090, "Member 'USceneAction_WeatherSequenceEnvGlobalColor::VariableName' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceEnvGlobalColor, bLerpWithHSV) == 0x0000A0, "Member 'USceneAction_WeatherSequenceEnvGlobalColor::bLerpWithHSV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceEnvGlobalColorCurve \ static_assert(alignof(USceneAction_WeatherSequenceEnvGlobalColorCurve) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceEnvGlobalColorCurve"); \ static_assert(sizeof(USceneAction_WeatherSequenceEnvGlobalColorCurve) == 0x0002B8, "Wrong size on USceneAction_WeatherSequenceEnvGlobalColorCurve"); \ static_assert(offsetof(USceneAction_WeatherSequenceEnvGlobalColorCurve, Value) == 0x0000A8, "Member 'USceneAction_WeatherSequenceEnvGlobalColorCurve::Value' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceEnvGlobalColorCurve, BlendInTime) == 0x0002B0, "Member 'USceneAction_WeatherSequenceEnvGlobalColorCurve::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceEnvGlobalColorCurve, bStretchToDuration) == 0x0002B4, "Member 'USceneAction_WeatherSequenceEnvGlobalColorCurve::bStretchToDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindParams \ static_assert(alignof(UWindParams) == 0x000008, "Wrong alignment on UWindParams"); \ static_assert(sizeof(UWindParams) == 0x000028, "Wrong size on UWindParams"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceEnvGlobalColorConstant \ static_assert(alignof(USceneAction_WeatherSequenceEnvGlobalColorConstant) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceEnvGlobalColorConstant"); \ static_assert(sizeof(USceneAction_WeatherSequenceEnvGlobalColorConstant) == 0x0000B8, "Wrong size on USceneAction_WeatherSequenceEnvGlobalColorConstant"); \ static_assert(offsetof(USceneAction_WeatherSequenceEnvGlobalColorConstant, Value) == 0x0000A8, "Member 'USceneAction_WeatherSequenceEnvGlobalColorConstant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceEnvGlobalColorConstantIn \ static_assert(alignof(USceneAction_WeatherSequenceEnvGlobalColorConstantIn) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceEnvGlobalColorConstantIn"); \ static_assert(sizeof(USceneAction_WeatherSequenceEnvGlobalColorConstantIn) == 0x0000B8, "Wrong size on USceneAction_WeatherSequenceEnvGlobalColorConstantIn"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceFog \ static_assert(alignof(USceneAction_WeatherSequenceFog) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceFog"); \ static_assert(sizeof(USceneAction_WeatherSequenceFog) == 0x000088, "Wrong size on USceneAction_WeatherSequenceFog"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceFog \ static_assert(alignof(USceneActionState_WeatherSequenceFog) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceFog"); \ static_assert(sizeof(USceneActionState_WeatherSequenceFog) == 0x000050, "Wrong size on USceneActionState_WeatherSequenceFog"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceFogParams \ static_assert(alignof(USceneAction_WeatherSequenceFogParams) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceFogParams"); \ static_assert(sizeof(USceneAction_WeatherSequenceFogParams) == 0x000268, "Wrong size on USceneAction_WeatherSequenceFogParams"); \ static_assert(offsetof(USceneAction_WeatherSequenceFogParams, Fog) == 0x000088, "Member 'USceneAction_WeatherSequenceFogParams::Fog' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceFogParams, bFollowCamera) == 0x000260, "Member 'USceneAction_WeatherSequenceFogParams::bFollowCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceFogOverrideParams \ static_assert(alignof(USceneAction_WeatherSequenceFogOverrideParams) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceFogOverrideParams"); \ static_assert(sizeof(USceneAction_WeatherSequenceFogOverrideParams) == 0x000288, "Wrong size on USceneAction_WeatherSequenceFogOverrideParams"); \ static_assert(offsetof(USceneAction_WeatherSequenceFogOverrideParams, Fog) == 0x000088, "Member 'USceneAction_WeatherSequenceFogOverrideParams::Fog' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceFogOverrideParams, bFollowCamera) == 0x000280, "Member 'USceneAction_WeatherSequenceFogOverrideParams::bFollowCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceFogLegacy \ static_assert(alignof(USceneAction_WeatherSequenceFogLegacy) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceFogLegacy"); \ static_assert(sizeof(USceneAction_WeatherSequenceFogLegacy) == 0x000098, "Wrong size on USceneAction_WeatherSequenceFogLegacy"); \ static_assert(offsetof(USceneAction_WeatherSequenceFogLegacy, Definition) == 0x000088, "Member 'USceneAction_WeatherSequenceFogLegacy::Definition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceFogNoise \ static_assert(alignof(USceneAction_WeatherSequenceFogNoise) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceFogNoise"); \ static_assert(sizeof(USceneAction_WeatherSequenceFogNoise) == 0x000088, "Wrong size on USceneAction_WeatherSequenceFogNoise"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceFogNoise \ static_assert(alignof(USceneActionState_WeatherSequenceFogNoise) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceFogNoise"); \ static_assert(sizeof(USceneActionState_WeatherSequenceFogNoise) == 0x000050, "Wrong size on USceneActionState_WeatherSequenceFogNoise"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceFogNoiseSet \ static_assert(alignof(USceneAction_WeatherSequenceFogNoiseSet) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceFogNoiseSet"); \ static_assert(sizeof(USceneAction_WeatherSequenceFogNoiseSet) == 0x0000D0, "Wrong size on USceneAction_WeatherSequenceFogNoiseSet"); \ static_assert(offsetof(USceneAction_WeatherSequenceFogNoiseSet, Noise) == 0x000088, "Member 'USceneAction_WeatherSequenceFogNoiseSet::Noise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceFogNoiseOverride \ static_assert(alignof(USceneAction_WeatherSequenceFogNoiseOverride) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceFogNoiseOverride"); \ static_assert(sizeof(USceneAction_WeatherSequenceFogNoiseOverride) == 0x0000D0, "Wrong size on USceneAction_WeatherSequenceFogNoiseOverride"); \ static_assert(offsetof(USceneAction_WeatherSequenceFogNoiseOverride, Noise) == 0x000088, "Member 'USceneAction_WeatherSequenceFogNoiseOverride::Noise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceNiagara \ static_assert(alignof(USceneAction_WeatherSequenceNiagara) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceNiagara"); \ static_assert(sizeof(USceneAction_WeatherSequenceNiagara) == 0x0000B0, "Wrong size on USceneAction_WeatherSequenceNiagara"); \ static_assert(offsetof(USceneAction_WeatherSequenceNiagara, NiagaraSystemAsset) == 0x000088, "Member 'USceneAction_WeatherSequenceNiagara::NiagaraSystemAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceNiagara \ static_assert(alignof(USceneActionState_WeatherSequenceNiagara) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceNiagara"); \ static_assert(sizeof(USceneActionState_WeatherSequenceNiagara) == 0x000080, "Wrong size on USceneActionState_WeatherSequenceNiagara"); \ static_assert(offsetof(USceneActionState_WeatherSequenceNiagara, NiagaraSystem) == 0x000050, "Member 'USceneActionState_WeatherSequenceNiagara::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherSequenceNiagara, NiagaraComponents) == 0x000058, "Member 'USceneActionState_WeatherSequenceNiagara::NiagaraComponents' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherSequenceNiagara, bInInterval) == 0x000068, "Member 'USceneActionState_WeatherSequenceNiagara::bInInterval' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherSequenceNiagara, bSpawned) == 0x000069, "Member 'USceneActionState_WeatherSequenceNiagara::bSpawned' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceNiagaraAttached \ static_assert(alignof(USceneAction_WeatherSequenceNiagaraAttached) == 0x000010, "Wrong alignment on USceneAction_WeatherSequenceNiagaraAttached"); \ static_assert(sizeof(USceneAction_WeatherSequenceNiagaraAttached) == 0x000130, "Wrong size on USceneAction_WeatherSequenceNiagaraAttached"); \ static_assert(offsetof(USceneAction_WeatherSequenceNiagaraAttached, SpawnInfo) == 0x0000B0, "Member 'USceneAction_WeatherSequenceNiagaraAttached::SpawnInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceCameraNiagara \ static_assert(alignof(USceneAction_WeatherSequenceCameraNiagara) == 0x000010, "Wrong alignment on USceneAction_WeatherSequenceCameraNiagara"); \ static_assert(sizeof(USceneAction_WeatherSequenceCameraNiagara) == 0x000140, "Wrong size on USceneAction_WeatherSequenceCameraNiagara"); \ static_assert(offsetof(USceneAction_WeatherSequenceCameraNiagara, SetOutdoors) == 0x000130, "Member 'USceneAction_WeatherSequenceCameraNiagara::SetOutdoors' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCameraNiagara, bSetOutdoorsValue) == 0x000138, "Member 'USceneAction_WeatherSequenceCameraNiagara::bSetOutdoorsValue' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCameraNiagara, bHideIndoors) == 0x000139, "Member 'USceneAction_WeatherSequenceCameraNiagara::bHideIndoors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceSkeletalNiagara \ static_assert(alignof(USceneAction_WeatherSequenceSkeletalNiagara) == 0x000010, "Wrong alignment on USceneAction_WeatherSequenceSkeletalNiagara"); \ static_assert(sizeof(USceneAction_WeatherSequenceSkeletalNiagara) == 0x000160, "Wrong size on USceneAction_WeatherSequenceSkeletalNiagara"); \ static_assert(offsetof(USceneAction_WeatherSequenceSkeletalNiagara, Actor) == 0x0000B0, "Member 'USceneAction_WeatherSequenceSkeletalNiagara::Actor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceSkeletalNiagara, SpawnInfo) == 0x0000C0, "Member 'USceneAction_WeatherSequenceSkeletalNiagara::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceSkeletalNiagara, Filter) == 0x000140, "Member 'USceneAction_WeatherSequenceSkeletalNiagara::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceNiagaraInWorld \ static_assert(alignof(USceneAction_WeatherSequenceNiagaraInWorld) == 0x000010, "Wrong alignment on USceneAction_WeatherSequenceNiagaraInWorld"); \ static_assert(sizeof(USceneAction_WeatherSequenceNiagaraInWorld) == 0x000110, "Wrong size on USceneAction_WeatherSequenceNiagaraInWorld"); \ static_assert(offsetof(USceneAction_WeatherSequenceNiagaraInWorld, Transform) == 0x0000B0, "Member 'USceneAction_WeatherSequenceNiagaraInWorld::Transform' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceNiagaraInWorld, SpawnInfo) == 0x0000C0, "Member 'USceneAction_WeatherSequenceNiagaraInWorld::SpawnInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceAudioAmbience \ static_assert(alignof(USceneAction_WeatherSequenceAudioAmbience) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceAudioAmbience"); \ static_assert(sizeof(USceneAction_WeatherSequenceAudioAmbience) == 0x000098, "Wrong size on USceneAction_WeatherSequenceAudioAmbience"); \ static_assert(offsetof(USceneAction_WeatherSequenceAudioAmbience, StartSoundFX) == 0x000088, "Member 'USceneAction_WeatherSequenceAudioAmbience::StartSoundFX' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceAudioAmbience, EndSoundFX) == 0x000090, "Member 'USceneAction_WeatherSequenceAudioAmbience::EndSoundFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceAudioAmbience \ static_assert(alignof(USceneActionState_WeatherSequenceAudioAmbience) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceAudioAmbience"); \ static_assert(sizeof(USceneActionState_WeatherSequenceAudioAmbience) == 0x000058, "Wrong size on USceneActionState_WeatherSequenceAudioAmbience"); \ static_assert(offsetof(USceneActionState_WeatherSequenceAudioAmbience, SoundHandle) == 0x000050, "Member 'USceneActionState_WeatherSequenceAudioAmbience::SoundHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceCameraMesh \ static_assert(alignof(USceneActionState_WeatherSequenceCameraMesh) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceCameraMesh"); \ static_assert(sizeof(USceneActionState_WeatherSequenceCameraMesh) == 0x000088, "Wrong size on USceneActionState_WeatherSequenceCameraMesh"); \ static_assert(offsetof(USceneActionState_WeatherSequenceCameraMesh, Mesh) == 0x000050, "Member 'USceneActionState_WeatherSequenceCameraMesh::Mesh' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherSequenceCameraMesh, MeshComponent) == 0x000058, "Member 'USceneActionState_WeatherSequenceCameraMesh::MeshComponent' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherSequenceCameraMesh, MIDs) == 0x000060, "Member 'USceneActionState_WeatherSequenceCameraMesh::MIDs' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherSequenceCameraMesh, bInInterval) == 0x000070, "Member 'USceneActionState_WeatherSequenceCameraMesh::bInInterval' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherSequenceCameraMesh, bSpawned) == 0x000071, "Member 'USceneActionState_WeatherSequenceCameraMesh::bSpawned' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceCameraMesh \ static_assert(alignof(USceneAction_WeatherSequenceCameraMesh) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceCameraMesh"); \ static_assert(sizeof(USceneAction_WeatherSequenceCameraMesh) == 0x0000D0, "Wrong size on USceneAction_WeatherSequenceCameraMesh"); \ static_assert(offsetof(USceneAction_WeatherSequenceCameraMesh, Offset) == 0x000088, "Member 'USceneAction_WeatherSequenceCameraMesh::Offset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCameraMesh, Rotation) == 0x000094, "Member 'USceneAction_WeatherSequenceCameraMesh::Rotation' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCameraMesh, Scale) == 0x0000A0, "Member 'USceneAction_WeatherSequenceCameraMesh::Scale' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCameraMesh, Parameters) == 0x0000B0, "Member 'USceneAction_WeatherSequenceCameraMesh::Parameters' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCameraMesh, SetMaterialOutdoors) == 0x0000C0, "Member 'USceneAction_WeatherSequenceCameraMesh::SetMaterialOutdoors' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCameraMesh, bHideIndoors) == 0x0000C8, "Member 'USceneAction_WeatherSequenceCameraMesh::bHideIndoors' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceCameraMesh, bSetOutdoorsValue) == 0x0000C9, "Member 'USceneAction_WeatherSequenceCameraMesh::bSetOutdoorsValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceCameraStaticMesh \ static_assert(alignof(USceneAction_WeatherSequenceCameraStaticMesh) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceCameraStaticMesh"); \ static_assert(sizeof(USceneAction_WeatherSequenceCameraStaticMesh) == 0x0000F8, "Wrong size on USceneAction_WeatherSequenceCameraStaticMesh"); \ static_assert(offsetof(USceneAction_WeatherSequenceCameraStaticMesh, Mesh) == 0x0000D0, "Member 'USceneAction_WeatherSequenceCameraStaticMesh::Mesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceLightingBase \ static_assert(alignof(USceneAction_WeatherSequenceLightingBase) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceLightingBase"); \ static_assert(sizeof(USceneAction_WeatherSequenceLightingBase) == 0x000088, "Wrong size on USceneAction_WeatherSequenceLightingBase"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceLightingBase \ static_assert(alignof(USceneActionState_WeatherSequenceLightingBase) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceLightingBase"); \ static_assert(sizeof(USceneActionState_WeatherSequenceLightingBase) == 0x000058, "Wrong size on USceneActionState_WeatherSequenceLightingBase"); \ static_assert(offsetof(USceneActionState_WeatherSequenceLightingBase, CurrentTime) == 0x000050, "Member 'USceneActionState_WeatherSequenceLightingBase::CurrentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceLightingPostProcessingBase \ static_assert(alignof(USceneAction_WeatherSequenceLightingPostProcessingBase) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceLightingPostProcessingBase"); \ static_assert(sizeof(USceneAction_WeatherSequenceLightingPostProcessingBase) == 0x000090, "Wrong size on USceneAction_WeatherSequenceLightingPostProcessingBase"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingPostProcessingBase, PostSequenceLifetime) == 0x000088, "Member 'USceneAction_WeatherSequenceLightingPostProcessingBase::PostSequenceLifetime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceLightingPostProcessing \ static_assert(alignof(USceneActionState_WeatherSequenceLightingPostProcessing) == 0x000010, "Wrong alignment on USceneActionState_WeatherSequenceLightingPostProcessing"); \ static_assert(sizeof(USceneActionState_WeatherSequenceLightingPostProcessing) == 0x000650, "Wrong size on USceneActionState_WeatherSequenceLightingPostProcessing"); \ static_assert(offsetof(USceneActionState_WeatherSequenceLightingPostProcessing, CachedPostProcessSettings) == 0x000060, "Member 'USceneActionState_WeatherSequenceLightingPostProcessing::CachedPostProcessSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceLightingPostProcessing \ static_assert(alignof(USceneAction_WeatherSequenceLightingPostProcessing) == 0x000010, "Wrong alignment on USceneAction_WeatherSequenceLightingPostProcessing"); \ static_assert(sizeof(USceneAction_WeatherSequenceLightingPostProcessing) == 0x0006C0, "Wrong size on USceneAction_WeatherSequenceLightingPostProcessing"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingPostProcessing, PostProcessSettings) == 0x000090, "Member 'USceneAction_WeatherSequenceLightingPostProcessing::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingPostProcessing, BlendDomain) == 0x000680, "Member 'USceneAction_WeatherSequenceLightingPostProcessing::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingPostProcessing, Priority) == 0x0006B8, "Member 'USceneAction_WeatherSequenceLightingPostProcessing::Priority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingPostProcessing, bEnabled) == 0x0006BC, "Member 'USceneAction_WeatherSequenceLightingPostProcessing::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceLightingPostProcessingBlendConstant \ static_assert(alignof(USceneAction_WeatherSequenceLightingPostProcessingBlendConstant) == 0x000010, "Wrong alignment on USceneAction_WeatherSequenceLightingPostProcessingBlendConstant"); \ static_assert(sizeof(USceneAction_WeatherSequenceLightingPostProcessingBlendConstant) == 0x0006D0, "Wrong size on USceneAction_WeatherSequenceLightingPostProcessingBlendConstant"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingPostProcessingBlendConstant, BlendWeight) == 0x0006C0, "Member 'USceneAction_WeatherSequenceLightingPostProcessingBlendConstant::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceLightingPostProcessingBlendCurve \ static_assert(alignof(USceneAction_WeatherSequenceLightingPostProcessingBlendCurve) == 0x000010, "Wrong alignment on USceneAction_WeatherSequenceLightingPostProcessingBlendCurve"); \ static_assert(sizeof(USceneAction_WeatherSequenceLightingPostProcessingBlendCurve) == 0x000750, "Wrong size on USceneAction_WeatherSequenceLightingPostProcessingBlendCurve"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingPostProcessingBlendCurve, BlendWeight) == 0x0006C0, "Member 'USceneAction_WeatherSequenceLightingPostProcessingBlendCurve::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingPostProcessingBlendCurve, bStretchToDuration) == 0x000748, "Member 'USceneAction_WeatherSequenceLightingPostProcessingBlendCurve::bStretchToDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceLightingRenderSettings \ static_assert(alignof(USceneAction_WeatherSequenceLightingRenderSettings) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceLightingRenderSettings"); \ static_assert(sizeof(USceneAction_WeatherSequenceLightingRenderSettings) == 0x000130, "Wrong size on USceneAction_WeatherSequenceLightingRenderSettings"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingRenderSettings, Settings) == 0x000090, "Member 'USceneAction_WeatherSequenceLightingRenderSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingRenderSettings, ExposureTweak) == 0x0000EC, "Member 'USceneAction_WeatherSequenceLightingRenderSettings::ExposureTweak' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingRenderSettings, BlendDomain) == 0x0000F0, "Member 'USceneAction_WeatherSequenceLightingRenderSettings::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingRenderSettings, Priority) == 0x000128, "Member 'USceneAction_WeatherSequenceLightingRenderSettings::Priority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingRenderSettings, bEnabled) == 0x00012C, "Member 'USceneAction_WeatherSequenceLightingRenderSettings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingRenderSettings, bUseExposureTweak) == 0x00012D, "Member 'USceneAction_WeatherSequenceLightingRenderSettings::bUseExposureTweak' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceLightingRenderSettingsBlendConstant \ static_assert(alignof(USceneAction_WeatherSequenceLightingRenderSettingsBlendConstant) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceLightingRenderSettingsBlendConstant"); \ static_assert(sizeof(USceneAction_WeatherSequenceLightingRenderSettingsBlendConstant) == 0x000138, "Wrong size on USceneAction_WeatherSequenceLightingRenderSettingsBlendConstant"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingRenderSettingsBlendConstant, BlendWeight) == 0x000130, "Member 'USceneAction_WeatherSequenceLightingRenderSettingsBlendConstant::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceLightingRenderSettingsBlendCurve \ static_assert(alignof(USceneAction_WeatherSequenceLightingRenderSettingsBlendCurve) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceLightingRenderSettingsBlendCurve"); \ static_assert(sizeof(USceneAction_WeatherSequenceLightingRenderSettingsBlendCurve) == 0x0001C0, "Wrong size on USceneAction_WeatherSequenceLightingRenderSettingsBlendCurve"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingRenderSettingsBlendCurve, BlendWeight) == 0x000130, "Member 'USceneAction_WeatherSequenceLightingRenderSettingsBlendCurve::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingRenderSettingsBlendCurve, bStretchToDuration) == 0x0001B8, "Member 'USceneAction_WeatherSequenceLightingRenderSettingsBlendCurve::bStretchToDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceLightingGlobalLightRigBlendable \ static_assert(alignof(USceneAction_WeatherSequenceLightingGlobalLightRigBlendable) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceLightingGlobalLightRigBlendable"); \ static_assert(sizeof(USceneAction_WeatherSequenceLightingGlobalLightRigBlendable) == 0x0000D0, "Wrong size on USceneAction_WeatherSequenceLightingGlobalLightRigBlendable"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingGlobalLightRigBlendable, GlobalLightingBlendable) == 0x000088, "Member 'USceneAction_WeatherSequenceLightingGlobalLightRigBlendable::GlobalLightingBlendable' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingGlobalLightRigBlendable, BlendDomain) == 0x000090, "Member 'USceneAction_WeatherSequenceLightingGlobalLightRigBlendable::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingGlobalLightRigBlendable, Priority) == 0x0000C8, "Member 'USceneAction_WeatherSequenceLightingGlobalLightRigBlendable::Priority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingGlobalLightRigBlendable, PostSequenceLifetime) == 0x0000CC, "Member 'USceneAction_WeatherSequenceLightingGlobalLightRigBlendable::PostSequenceLifetime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceLightingGlobalLightRigBlendable \ static_assert(alignof(USceneActionState_WeatherSequenceLightingGlobalLightRigBlendable) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceLightingGlobalLightRigBlendable"); \ static_assert(sizeof(USceneActionState_WeatherSequenceLightingGlobalLightRigBlendable) == 0x000060, "Wrong size on USceneActionState_WeatherSequenceLightingGlobalLightRigBlendable"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceLightingGlobalLightRigBlendableBlendConstant \ static_assert(alignof(USceneAction_WeatherSequenceLightingGlobalLightRigBlendableBlendConstant) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceLightingGlobalLightRigBlendableBlendConstant"); \ static_assert(sizeof(USceneAction_WeatherSequenceLightingGlobalLightRigBlendableBlendConstant) == 0x0000D8, "Wrong size on USceneAction_WeatherSequenceLightingGlobalLightRigBlendableBlendConstant"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingGlobalLightRigBlendableBlendConstant, BlendWeight) == 0x0000D0, "Member 'USceneAction_WeatherSequenceLightingGlobalLightRigBlendableBlendConstant::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceLightingGlobalLightRigBlendableBlendCurve \ static_assert(alignof(USceneAction_WeatherSequenceLightingGlobalLightRigBlendableBlendCurve) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceLightingGlobalLightRigBlendableBlendCurve"); \ static_assert(sizeof(USceneAction_WeatherSequenceLightingGlobalLightRigBlendableBlendCurve) == 0x000160, "Wrong size on USceneAction_WeatherSequenceLightingGlobalLightRigBlendableBlendCurve"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingGlobalLightRigBlendableBlendCurve, BlendWeight) == 0x0000D0, "Member 'USceneAction_WeatherSequenceLightingGlobalLightRigBlendableBlendCurve::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceLightingGlobalLightRigBlendableBlendCurve, bStretchToDuration) == 0x000158, "Member 'USceneAction_WeatherSequenceLightingGlobalLightRigBlendableBlendCurve::bStretchToDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceOvercast \ static_assert(alignof(USceneAction_WeatherSequenceOvercast) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceOvercast"); \ static_assert(sizeof(USceneAction_WeatherSequenceOvercast) == 0x000088, "Wrong size on USceneAction_WeatherSequenceOvercast"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceOvercast \ static_assert(alignof(USceneActionState_WeatherSequenceOvercast) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceOvercast"); \ static_assert(sizeof(USceneActionState_WeatherSequenceOvercast) == 0x000050, "Wrong size on USceneActionState_WeatherSequenceOvercast"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceOvercastConstant \ static_assert(alignof(USceneAction_WeatherSequenceOvercastConstant) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceOvercastConstant"); \ static_assert(sizeof(USceneAction_WeatherSequenceOvercastConstant) == 0x000090, "Wrong size on USceneAction_WeatherSequenceOvercastConstant"); \ static_assert(offsetof(USceneAction_WeatherSequenceOvercastConstant, Overcast) == 0x000088, "Member 'USceneAction_WeatherSequenceOvercastConstant::Overcast' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceOvercastCurve \ static_assert(alignof(USceneAction_WeatherSequenceOvercastCurve) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceOvercastCurve"); \ static_assert(sizeof(USceneAction_WeatherSequenceOvercastCurve) == 0x000118, "Wrong size on USceneAction_WeatherSequenceOvercastCurve"); \ static_assert(offsetof(USceneAction_WeatherSequenceOvercastCurve, Overcast) == 0x000088, "Member 'USceneAction_WeatherSequenceOvercastCurve::Overcast' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceOvercastCurve, bStretchToDuration) == 0x000110, "Member 'USceneAction_WeatherSequenceOvercastCurve::bStretchToDuration' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceOvercastCurve, BlendDuration) == 0x000114, "Member 'USceneAction_WeatherSequenceOvercastCurve::BlendDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceCold \ static_assert(alignof(USceneAction_WeatherSequenceCold) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceCold"); \ static_assert(sizeof(USceneAction_WeatherSequenceCold) == 0x000088, "Wrong size on USceneAction_WeatherSequenceCold"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceCold \ static_assert(alignof(USceneActionState_WeatherSequenceCold) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceCold"); \ static_assert(sizeof(USceneActionState_WeatherSequenceCold) == 0x000050, "Wrong size on USceneActionState_WeatherSequenceCold"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceColdConstant \ static_assert(alignof(USceneAction_WeatherSequenceColdConstant) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceColdConstant"); \ static_assert(sizeof(USceneAction_WeatherSequenceColdConstant) == 0x000090, "Wrong size on USceneAction_WeatherSequenceColdConstant"); \ static_assert(offsetof(USceneAction_WeatherSequenceColdConstant, Cold) == 0x000088, "Member 'USceneAction_WeatherSequenceColdConstant::Cold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceColdCurve \ static_assert(alignof(USceneAction_WeatherSequenceColdCurve) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceColdCurve"); \ static_assert(sizeof(USceneAction_WeatherSequenceColdCurve) == 0x000118, "Wrong size on USceneAction_WeatherSequenceColdCurve"); \ static_assert(offsetof(USceneAction_WeatherSequenceColdCurve, Cold) == 0x000088, "Member 'USceneAction_WeatherSequenceColdCurve::Cold' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceColdCurve, bStretchToDuration) == 0x000110, "Member 'USceneAction_WeatherSequenceColdCurve::bStretchToDuration' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceColdCurve, BlendDuration) == 0x000114, "Member 'USceneAction_WeatherSequenceColdCurve::BlendDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceStormCurve \ static_assert(alignof(USceneAction_WeatherSequenceStormCurve) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceStormCurve"); \ static_assert(sizeof(USceneAction_WeatherSequenceStormCurve) == 0x000118, "Wrong size on USceneAction_WeatherSequenceStormCurve"); \ static_assert(offsetof(USceneAction_WeatherSequenceStormCurve, Curve) == 0x000088, "Member 'USceneAction_WeatherSequenceStormCurve::Curve' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceStormCurve, bStretchToDuration) == 0x000110, "Member 'USceneAction_WeatherSequenceStormCurve::bStretchToDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceStormCurve \ static_assert(alignof(USceneActionState_WeatherSequenceStormCurve) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceStormCurve"); \ static_assert(sizeof(USceneActionState_WeatherSequenceStormCurve) == 0x000050, "Wrong size on USceneActionState_WeatherSequenceStormCurve"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceStormIntensity \ static_assert(alignof(USceneAction_WeatherSequenceStormIntensity) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceStormIntensity"); \ static_assert(sizeof(USceneAction_WeatherSequenceStormIntensity) == 0x000118, "Wrong size on USceneAction_WeatherSequenceStormIntensity"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceStormCoverage \ static_assert(alignof(USceneAction_WeatherSequenceStormCoverage) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceStormCoverage"); \ static_assert(sizeof(USceneAction_WeatherSequenceStormCoverage) == 0x000118, "Wrong size on USceneAction_WeatherSequenceStormCoverage"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceStorm \ static_assert(alignof(USceneAction_WeatherSequenceStorm) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceStorm"); \ static_assert(sizeof(USceneAction_WeatherSequenceStorm) == 0x0000C0, "Wrong size on USceneAction_WeatherSequenceStorm"); \ static_assert(offsetof(USceneAction_WeatherSequenceStorm, PrecipitationType) == 0x000088, "Member 'USceneAction_WeatherSequenceStorm::PrecipitationType' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceStorm, Type) == 0x000089, "Member 'USceneAction_WeatherSequenceStorm::Type' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceStorm, Precipitation) == 0x000090, "Member 'USceneAction_WeatherSequenceStorm::Precipitation' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceStorm, PreloadedPrecipitation) == 0x0000B8, "Member 'USceneAction_WeatherSequenceStorm::PreloadedPrecipitation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceStorm \ static_assert(alignof(USceneActionState_WeatherSequenceStorm) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceStorm"); \ static_assert(sizeof(USceneActionState_WeatherSequenceStorm) == 0x000070, "Wrong size on USceneActionState_WeatherSequenceStorm"); \ static_assert(offsetof(USceneActionState_WeatherSequenceStorm, Precipitation) == 0x000050, "Member 'USceneActionState_WeatherSequenceStorm::Precipitation' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherSequenceStorm, bKickedOff) == 0x000058, "Member 'USceneActionState_WeatherSequenceStorm::bKickedOff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceStormActor \ static_assert(alignof(USceneAction_WeatherSequenceStormActor) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceStormActor"); \ static_assert(sizeof(USceneAction_WeatherSequenceStormActor) == 0x000098, "Wrong size on USceneAction_WeatherSequenceStormActor"); \ static_assert(offsetof(USceneAction_WeatherSequenceStormActor, StormActor) == 0x000088, "Member 'USceneAction_WeatherSequenceStormActor::StormActor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceStormActor, Transform) == 0x000090, "Member 'USceneAction_WeatherSequenceStormActor::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceStormActor \ static_assert(alignof(USceneActionState_WeatherSequenceStormActor) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceStormActor"); \ static_assert(sizeof(USceneActionState_WeatherSequenceStormActor) == 0x000058, "Wrong size on USceneActionState_WeatherSequenceStormActor"); \ static_assert(offsetof(USceneActionState_WeatherSequenceStormActor, SpawnedActor) == 0x000050, "Member 'USceneActionState_WeatherSequenceStormActor::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceSunDisk \ static_assert(alignof(USceneAction_WeatherSequenceSunDisk) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceSunDisk"); \ static_assert(sizeof(USceneAction_WeatherSequenceSunDisk) == 0x000088, "Wrong size on USceneAction_WeatherSequenceSunDisk"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceSunDisk \ static_assert(alignof(USceneActionState_WeatherSequenceSunDisk) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceSunDisk"); \ static_assert(sizeof(USceneActionState_WeatherSequenceSunDisk) == 0x000050, "Wrong size on USceneActionState_WeatherSequenceSunDisk"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceSunDiskParams \ static_assert(alignof(USceneAction_WeatherSequenceSunDiskParams) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceSunDiskParams"); \ static_assert(sizeof(USceneAction_WeatherSequenceSunDiskParams) == 0x0000A0, "Wrong size on USceneAction_WeatherSequenceSunDiskParams"); \ static_assert(offsetof(USceneAction_WeatherSequenceSunDiskParams, SunDisk) == 0x000088, "Member 'USceneAction_WeatherSequenceSunDiskParams::SunDisk' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceSunDiskDefaultParams \ static_assert(alignof(USceneAction_WeatherSequenceSunDiskDefaultParams) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceSunDiskDefaultParams"); \ static_assert(sizeof(USceneAction_WeatherSequenceSunDiskDefaultParams) == 0x000088, "Wrong size on USceneAction_WeatherSequenceSunDiskDefaultParams"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceSurfaceFog \ static_assert(alignof(USceneAction_WeatherSequenceSurfaceFog) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceSurfaceFog"); \ static_assert(sizeof(USceneAction_WeatherSequenceSurfaceFog) == 0x000120, "Wrong size on USceneAction_WeatherSequenceSurfaceFog"); \ static_assert(offsetof(USceneAction_WeatherSequenceSurfaceFog, Type) == 0x000088, "Member 'USceneAction_WeatherSequenceSurfaceFog::Type' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceSurfaceFog, Intensity) == 0x000090, "Member 'USceneAction_WeatherSequenceSurfaceFog::Intensity' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceSurfaceFog, bStretchToDuration) == 0x000118, "Member 'USceneAction_WeatherSequenceSurfaceFog::bStretchToDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceSurfaceFog \ static_assert(alignof(USceneActionState_WeatherSequenceSurfaceFog) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceSurfaceFog"); \ static_assert(sizeof(USceneActionState_WeatherSequenceSurfaceFog) == 0x000050, "Wrong size on USceneActionState_WeatherSequenceSurfaceFog"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceWind \ static_assert(alignof(USceneAction_WeatherSequenceWind) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceWind"); \ static_assert(sizeof(USceneAction_WeatherSequenceWind) == 0x000088, "Wrong size on USceneAction_WeatherSequenceWind"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceWind \ static_assert(alignof(USceneActionState_WeatherSequenceWind) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceWind"); \ static_assert(sizeof(USceneActionState_WeatherSequenceWind) == 0x000058, "Wrong size on USceneActionState_WeatherSequenceWind"); \ static_assert(offsetof(USceneActionState_WeatherSequenceWind, WindSource) == 0x000050, "Member 'USceneActionState_WeatherSequenceWind::WindSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceWindParams \ static_assert(alignof(USceneAction_WeatherSequenceWindParams) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceWindParams"); \ static_assert(sizeof(USceneAction_WeatherSequenceWindParams) == 0x0001C0, "Wrong size on USceneAction_WeatherSequenceWindParams"); \ static_assert(offsetof(USceneAction_WeatherSequenceWindParams, Wind) == 0x000088, "Member 'USceneAction_WeatherSequenceWindParams::Wind' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceWindParams, WindGustController) == 0x0001B0, "Member 'USceneAction_WeatherSequenceWindParams::WindGustController' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceWindParams, SampleTime) == 0x0001B8, "Member 'USceneAction_WeatherSequenceWindParams::SampleTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceWindRandomParams \ static_assert(alignof(USceneAction_WeatherSequenceWindRandomParams) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceWindRandomParams"); \ static_assert(sizeof(USceneAction_WeatherSequenceWindRandomParams) == 0x0000A0, "Wrong size on USceneAction_WeatherSequenceWindRandomParams"); \ static_assert(offsetof(USceneAction_WeatherSequenceWindRandomParams, MinAngle) == 0x000088, "Member 'USceneAction_WeatherSequenceWindRandomParams::MinAngle' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceWindRandomParams, MaxAngle) == 0x00008C, "Member 'USceneAction_WeatherSequenceWindRandomParams::MaxAngle' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceWindRandomParams, MinSpeed) == 0x000090, "Member 'USceneAction_WeatherSequenceWindRandomParams::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceWindRandomParams, MaxSpeed) == 0x000094, "Member 'USceneAction_WeatherSequenceWindRandomParams::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceWindRandomParams, WindGustController) == 0x000098, "Member 'USceneAction_WeatherSequenceWindRandomParams::WindGustController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceWindLegacy \ static_assert(alignof(USceneAction_WeatherSequenceWindLegacy) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceWindLegacy"); \ static_assert(sizeof(USceneAction_WeatherSequenceWindLegacy) == 0x000098, "Wrong size on USceneAction_WeatherSequenceWindLegacy"); \ static_assert(offsetof(USceneAction_WeatherSequenceWindLegacy, Definition) == 0x000088, "Member 'USceneAction_WeatherSequenceWindLegacy::Definition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherSequenceWindMulti \ static_assert(alignof(USceneAction_WeatherSequenceWindMulti) == 0x000008, "Wrong alignment on USceneAction_WeatherSequenceWindMulti"); \ static_assert(sizeof(USceneAction_WeatherSequenceWindMulti) == 0x0000A8, "Wrong size on USceneAction_WeatherSequenceWindMulti"); \ static_assert(offsetof(USceneAction_WeatherSequenceWindMulti, BlendInTime) == 0x000088, "Member 'USceneAction_WeatherSequenceWindMulti::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceWindMulti, BlendInTimeBase) == 0x00008C, "Member 'USceneAction_WeatherSequenceWindMulti::BlendInTimeBase' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceWindMulti, Definitions) == 0x000090, "Member 'USceneAction_WeatherSequenceWindMulti::Definitions' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherSequenceWindMulti, bRandomizeOrder) == 0x0000A0, "Member 'USceneAction_WeatherSequenceWindMulti::bRandomizeOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherSequenceWindMulti \ static_assert(alignof(USceneActionState_WeatherSequenceWindMulti) == 0x000008, "Wrong alignment on USceneActionState_WeatherSequenceWindMulti"); \ static_assert(sizeof(USceneActionState_WeatherSequenceWindMulti) == 0x0001A8, "Wrong size on USceneActionState_WeatherSequenceWindMulti"); \ static_assert(offsetof(USceneActionState_WeatherSequenceWindMulti, WindSource) == 0x000050, "Member 'USceneActionState_WeatherSequenceWindMulti::WindSource' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherSequenceWindMulti, WindParameters) == 0x000058, "Member 'USceneActionState_WeatherSequenceWindMulti::WindParameters' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherSequenceWindMulti, SampleTime) == 0x000180, "Member 'USceneActionState_WeatherSequenceWindMulti::SampleTime' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherSequenceWindMulti, WindGustController) == 0x000188, "Member 'USceneActionState_WeatherSequenceWindMulti::WindGustController' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherSequenceWindMulti, StartWeatherTime) == 0x000190, "Member 'USceneActionState_WeatherSequenceWindMulti::StartWeatherTime' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherSequenceWindMulti, Index_0) == 0x0001A0, "Member 'USceneActionState_WeatherSequenceWindMulti::Index_0' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherSequenceWindMulti, bValidParameters) == 0x0001A4, "Member 'USceneActionState_WeatherSequenceWindMulti::bValidParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherDecalUpdateDecalFullScreenOpacity \ static_assert(alignof(UWeatherDecalUpdateDecalFullScreenOpacity) == 0x000008, "Wrong alignment on UWeatherDecalUpdateDecalFullScreenOpacity"); \ static_assert(sizeof(UWeatherDecalUpdateDecalFullScreenOpacity) == 0x000050, "Wrong size on UWeatherDecalUpdateDecalFullScreenOpacity"); \ static_assert(offsetof(UWeatherDecalUpdateDecalFullScreenOpacity, bIncludeWeatherblendDomainOpacity) == 0x000048, "Member 'UWeatherDecalUpdateDecalFullScreenOpacity::bIncludeWeatherblendDomainOpacity' has a wrong offset!"); \ static_assert(offsetof(UWeatherDecalUpdateDecalFullScreenOpacity, bToggleVisibilityBasedOnOpacity) == 0x000049, "Member 'UWeatherDecalUpdateDecalFullScreenOpacity::bToggleVisibilityBasedOnOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStormWeatherDecalTracker \ static_assert(alignof(UStormWeatherDecalTracker) == 0x000008, "Wrong alignment on UStormWeatherDecalTracker"); \ static_assert(sizeof(UStormWeatherDecalTracker) == 0x000088, "Wrong size on UStormWeatherDecalTracker"); \ static_assert(offsetof(UStormWeatherDecalTracker, OwningWorld) == 0x000050, "Member 'UStormWeatherDecalTracker::OwningWorld' has a wrong offset!"); \ static_assert(offsetof(UStormWeatherDecalTracker, StormState) == 0x000058, "Member 'UStormWeatherDecalTracker::StormState' has a wrong offset!"); \ static_assert(offsetof(UStormWeatherDecalTracker, AnimationActor) == 0x000078, "Member 'UStormWeatherDecalTracker::AnimationActor' has a wrong offset!"); \ static_assert(offsetof(UStormWeatherDecalTracker, CoverageActor) == 0x000080, "Member 'UStormWeatherDecalTracker::CoverageActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStormWeatherDecalDefault \ static_assert(alignof(UStormWeatherDecalDefault) == 0x000008, "Wrong alignment on UStormWeatherDecalDefault"); \ static_assert(sizeof(UStormWeatherDecalDefault) == 0x0000E8, "Wrong size on UStormWeatherDecalDefault"); \ static_assert(offsetof(UStormWeatherDecalDefault, Setup) == 0x000028, "Member 'UStormWeatherDecalDefault::Setup' has a wrong offset!"); \ static_assert(offsetof(UStormWeatherDecalDefault, WeatherAnimationClass) == 0x000048, "Member 'UStormWeatherDecalDefault::WeatherAnimationClass' has a wrong offset!"); \ static_assert(offsetof(UStormWeatherDecalDefault, WeatherCoverageClass) == 0x000050, "Member 'UStormWeatherDecalDefault::WeatherCoverageClass' has a wrong offset!"); \ static_assert(offsetof(UStormWeatherDecalDefault, SurfaceParameters) == 0x000058, "Member 'UStormWeatherDecalDefault::SurfaceParameters' has a wrong offset!"); \ static_assert(offsetof(UStormWeatherDecalDefault, ExtraSettings) == 0x0000C8, "Member 'UStormWeatherDecalDefault::ExtraSettings' has a wrong offset!"); \ static_assert(offsetof(UStormWeatherDecalDefault, Updates) == 0x0000D8, "Member 'UStormWeatherDecalDefault::Updates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherSurfaceDataAsset \ static_assert(alignof(UWeatherSurfaceDataAsset) == 0x000008, "Wrong alignment on UWeatherSurfaceDataAsset"); \ static_assert(sizeof(UWeatherSurfaceDataAsset) == 0x000188, "Wrong size on UWeatherSurfaceDataAsset"); \ static_assert(offsetof(UWeatherSurfaceDataAsset, Decal) == 0x000030, "Member 'UWeatherSurfaceDataAsset::Decal' has a wrong offset!"); \ static_assert(offsetof(UWeatherSurfaceDataAsset, BPWeatherAnimationClass) == 0x000050, "Member 'UWeatherSurfaceDataAsset::BPWeatherAnimationClass' has a wrong offset!"); \ static_assert(offsetof(UWeatherSurfaceDataAsset, BPWeatherCoverageClass) == 0x000058, "Member 'UWeatherSurfaceDataAsset::BPWeatherCoverageClass' has a wrong offset!"); \ static_assert(offsetof(UWeatherSurfaceDataAsset, SurfaceParameters) == 0x000060, "Member 'UWeatherSurfaceDataAsset::SurfaceParameters' has a wrong offset!"); \ static_assert(offsetof(UWeatherSurfaceDataAsset, PermuterName) == 0x0000D0, "Member 'UWeatherSurfaceDataAsset::PermuterName' has a wrong offset!"); \ static_assert(offsetof(UWeatherSurfaceDataAsset, SwapRadius) == 0x0000D8, "Member 'UWeatherSurfaceDataAsset::SwapRadius' has a wrong offset!"); \ static_assert(offsetof(UWeatherSurfaceDataAsset, CharacterFX) == 0x0000E0, "Member 'UWeatherSurfaceDataAsset::CharacterFX' has a wrong offset!"); \ static_assert(offsetof(UWeatherSurfaceDataAsset, bDoWeatherSwap) == 0x000180, "Member 'UWeatherSurfaceDataAsset::bDoWeatherSwap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherTypesAsset \ static_assert(alignof(UWeatherTypesAsset) == 0x000008, "Wrong alignment on UWeatherTypesAsset"); \ static_assert(sizeof(UWeatherTypesAsset) == 0x000040, "Wrong size on UWeatherTypesAsset"); \ static_assert(offsetof(UWeatherTypesAsset, MaterialParameterCollection) == 0x000030, "Member 'UWeatherTypesAsset::MaterialParameterCollection' has a wrong offset!"); \ static_assert(offsetof(UWeatherTypesAsset, NiagaraParameterCollection) == 0x000038, "Member 'UWeatherTypesAsset::NiagaraParameterCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherStorm \ static_assert(alignof(UWeatherStorm) == 0x000008, "Wrong alignment on UWeatherStorm"); \ static_assert(sizeof(UWeatherStorm) == 0x000170, "Wrong size on UWeatherStorm"); \ static_assert(offsetof(UWeatherStorm, ParentActor) == 0x000028, "Member 'UWeatherStorm::ParentActor' has a wrong offset!"); \ static_assert(offsetof(UWeatherStorm, StormOwner) == 0x000030, "Member 'UWeatherStorm::StormOwner' has a wrong offset!"); \ static_assert(offsetof(UWeatherStorm, SurfaceData) == 0x000038, "Member 'UWeatherStorm::SurfaceData' has a wrong offset!"); \ static_assert(offsetof(UWeatherStorm, StormState) == 0x000040, "Member 'UWeatherStorm::StormState' has a wrong offset!"); \ static_assert(offsetof(UWeatherStorm, WeatherDecal) == 0x000060, "Member 'UWeatherStorm::WeatherDecal' has a wrong offset!"); \ static_assert(offsetof(UWeatherStorm, WeatherAnimationActor) == 0x000068, "Member 'UWeatherStorm::WeatherAnimationActor' has a wrong offset!"); \ static_assert(offsetof(UWeatherStorm, WeatherCoverageActor) == 0x000070, "Member 'UWeatherStorm::WeatherCoverageActor' has a wrong offset!"); \ static_assert(offsetof(UWeatherStorm, WeatherSwapper) == 0x000078, "Member 'UWeatherStorm::WeatherSwapper' has a wrong offset!"); \ static_assert(offsetof(UWeatherStorm, CharacterFXLoadingBundle) == 0x000080, "Member 'UWeatherStorm::CharacterFXLoadingBundle' has a wrong offset!"); \ static_assert(offsetof(UWeatherStorm, CharacterFX) == 0x000088, "Member 'UWeatherStorm::CharacterFX' has a wrong offset!"); \ static_assert(offsetof(UWeatherStorm, WeatherGroupKey) == 0x0000E0, "Member 'UWeatherStorm::WeatherGroupKey' has a wrong offset!"); \ static_assert(offsetof(UWeatherStorm, StormEndTimerHandle) == 0x000168, "Member 'UWeatherStorm::StormEndTimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherAnimationBlueprint \ static_assert(alignof(AWeatherAnimationBlueprint) == 0x000008, "Wrong alignment on AWeatherAnimationBlueprint"); \ static_assert(sizeof(AWeatherAnimationBlueprint) == 0x000268, "Wrong size on AWeatherAnimationBlueprint"); \ #define DUMPER7_ASSERTS_WeatherSurfaceFogSelective_SetComponentToShowHide \ static_assert(alignof(WeatherSurfaceFogSelective_SetComponentToShowHide) == 0x000008, "Wrong alignment on WeatherSurfaceFogSelective_SetComponentToShowHide"); \ static_assert(sizeof(WeatherSurfaceFogSelective_SetComponentToShowHide) == 0x000010, "Wrong size on WeatherSurfaceFogSelective_SetComponentToShowHide"); \ static_assert(offsetof(WeatherSurfaceFogSelective_SetComponentToShowHide, SceneComponent) == 0x000000, "Member 'WeatherSurfaceFogSelective_SetComponentToShowHide::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(WeatherSurfaceFogSelective_SetComponentToShowHide, bIncludeChildren) == 0x000008, "Member 'WeatherSurfaceFogSelective_SetComponentToShowHide::bIncludeChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherSurfaceFogSelective \ static_assert(alignof(AWeatherSurfaceFogSelective) == 0x000008, "Wrong alignment on AWeatherSurfaceFogSelective"); \ static_assert(sizeof(AWeatherSurfaceFogSelective) == 0x000270, "Wrong size on AWeatherSurfaceFogSelective"); \ static_assert(offsetof(AWeatherSurfaceFogSelective, OnlyShowHide) == 0x000260, "Member 'AWeatherSurfaceFogSelective::OnlyShowHide' has a wrong offset!"); \ static_assert(offsetof(AWeatherSurfaceFogSelective, bOnlyShowHideIncludeChildren) == 0x000268, "Member 'AWeatherSurfaceFogSelective::bOnlyShowHideIncludeChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWeatherStormFXMulti \ static_assert(alignof(AWeatherStormFXMulti) == 0x000008, "Wrong alignment on AWeatherStormFXMulti"); \ static_assert(sizeof(AWeatherStormFXMulti) == 0x000278, "Wrong size on AWeatherStormFXMulti"); \ static_assert(offsetof(AWeatherStormFXMulti, Settings) == 0x000258, "Member 'AWeatherStormFXMulti::Settings' has a wrong offset!"); \ static_assert(offsetof(AWeatherStormFXMulti, States) == 0x000268, "Member 'AWeatherStormFXMulti::States' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindParamsFixed \ static_assert(alignof(UWindParamsFixed) == 0x000008, "Wrong alignment on UWindParamsFixed"); \ static_assert(sizeof(UWindParamsFixed) == 0x000160, "Wrong size on UWindParamsFixed"); \ static_assert(offsetof(UWindParamsFixed, Name_0) == 0x000028, "Member 'UWindParamsFixed::Name_0' has a wrong offset!"); \ static_assert(offsetof(UWindParamsFixed, Angle) == 0x000030, "Member 'UWindParamsFixed::Angle' has a wrong offset!"); \ static_assert(offsetof(UWindParamsFixed, Speed) == 0x000034, "Member 'UWindParamsFixed::Speed' has a wrong offset!"); \ static_assert(offsetof(UWindParamsFixed, WindGustController) == 0x000038, "Member 'UWindParamsFixed::WindGustController' has a wrong offset!"); \ static_assert(offsetof(UWindParamsFixed, SampleTime) == 0x000040, "Member 'UWindParamsFixed::SampleTime' has a wrong offset!"); \ static_assert(offsetof(UWindParamsFixed, ModAngle) == 0x000048, "Member 'UWindParamsFixed::ModAngle' has a wrong offset!"); \ static_assert(offsetof(UWindParamsFixed, ModSpeed) == 0x0000D0, "Member 'UWindParamsFixed::ModSpeed' has a wrong offset!"); \ static_assert(offsetof(UWindParamsFixed, bLoopModAngle) == 0x000158, "Member 'UWindParamsFixed::bLoopModAngle' has a wrong offset!"); \ static_assert(offsetof(UWindParamsFixed, bLoopModSpeed) == 0x000159, "Member 'UWindParamsFixed::bLoopModSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IWindVolumeInterface \ static_assert(alignof(IWindVolumeInterface) == 0x000001, "Wrong alignment on IWindVolumeInterface"); \ static_assert(sizeof(IWindVolumeInterface) == 0x000001, "Wrong size on IWindVolumeInterface"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BumpOnFire_S_C_ExecuteUbergraph_ABL_NpcReact_BumpOnFire_S \ static_assert(alignof(ABL_NpcReact_BumpOnFire_S_C_ExecuteUbergraph_ABL_NpcReact_BumpOnFire_S) == 0x000008, "Wrong alignment on ABL_NpcReact_BumpOnFire_S_C_ExecuteUbergraph_ABL_NpcReact_BumpOnFire_S"); \ static_assert(sizeof(ABL_NpcReact_BumpOnFire_S_C_ExecuteUbergraph_ABL_NpcReact_BumpOnFire_S) == 0x000030, "Wrong size on ABL_NpcReact_BumpOnFire_S_C_ExecuteUbergraph_ABL_NpcReact_BumpOnFire_S"); \ static_assert(offsetof(ABL_NpcReact_BumpOnFire_S_C_ExecuteUbergraph_ABL_NpcReact_BumpOnFire_S, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_BumpOnFire_S_C_ExecuteUbergraph_ABL_NpcReact_BumpOnFire_S::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpOnFire_S_C_ExecuteUbergraph_ABL_NpcReact_BumpOnFire_S, K2Node_Event_Context) == 0x000008, "Member 'ABL_NpcReact_BumpOnFire_S_C_ExecuteUbergraph_ABL_NpcReact_BumpOnFire_S::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpOnFire_S_C_ExecuteUbergraph_ABL_NpcReact_BumpOnFire_S, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NpcReact_BumpOnFire_S_C_ExecuteUbergraph_ABL_NpcReact_BumpOnFire_S::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpOnFire_S_C_ExecuteUbergraph_ABL_NpcReact_BumpOnFire_S, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NpcReact_BumpOnFire_S_C_ExecuteUbergraph_ABL_NpcReact_BumpOnFire_S::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpOnFire_S_C_ExecuteUbergraph_ABL_NpcReact_BumpOnFire_S, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NpcReact_BumpOnFire_S_C_ExecuteUbergraph_ABL_NpcReact_BumpOnFire_S::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpOnFire_S_C_ExecuteUbergraph_ABL_NpcReact_BumpOnFire_S, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_NpcReact_BumpOnFire_S_C_ExecuteUbergraph_ABL_NpcReact_BumpOnFire_S::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BumpOnFire_S_C_OnAbilityBranch \ static_assert(alignof(ABL_NpcReact_BumpOnFire_S_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NpcReact_BumpOnFire_S_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NpcReact_BumpOnFire_S_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NpcReact_BumpOnFire_S_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NpcReact_BumpOnFire_S_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NpcReact_BumpOnFire_S_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpOnFire_S_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NpcReact_BumpOnFire_S_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BumpOnFire_S_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NpcReact_BumpOnFire_S_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NpcReact_BumpOnFire_S_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NpcReact_BumpOnFire_S_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NpcReact_BumpOnFire_S_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NpcReact_BumpOnFire_S_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NpcReact_BumpOnFire_S_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BumpOnFire_S_C_OnAbilityEnd \ static_assert(alignof(ABL_NpcReact_BumpOnFire_S_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NpcReact_BumpOnFire_S_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NpcReact_BumpOnFire_S_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NpcReact_BumpOnFire_S_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NpcReact_BumpOnFire_S_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NpcReact_BumpOnFire_S_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BumpOnFire_S_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_BumpOnFire_S_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_BumpOnFire_S_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_BumpOnFire_S_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_BumpOnFire_S_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_BumpOnFire_S_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_BumpOnFire_S_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_BumpOnFire_S_C \ static_assert(alignof(UABL_NpcReact_BumpOnFire_S_C) == 0x000008, "Wrong alignment on UABL_NpcReact_BumpOnFire_S_C"); \ static_assert(sizeof(UABL_NpcReact_BumpOnFire_S_C) == 0x0000F0, "Wrong size on UABL_NpcReact_BumpOnFire_S_C"); \ static_assert(offsetof(UABL_NpcReact_BumpOnFire_S_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_BumpOnFire_S_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NpcReact_BumpOnFire_S_C, TempCharRef) == 0x0000E8, "Member 'UABL_NpcReact_BumpOnFire_S_C::TempCharRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MiniMapIconRender_C \ static_assert(alignof(UUI_BP_MiniMapIconRender_C) == 0x000008, "Wrong alignment on UUI_BP_MiniMapIconRender_C"); \ static_assert(sizeof(UUI_BP_MiniMapIconRender_C) == 0x000348, "Wrong size on UUI_BP_MiniMapIconRender_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_StoneSpawn_C \ static_assert(alignof(ABP_SkinFX_StoneSpawn_C) == 0x000008, "Wrong alignment on ABP_SkinFX_StoneSpawn_C"); \ static_assert(sizeof(ABP_SkinFX_StoneSpawn_C) == 0x0005D0, "Wrong size on ABP_SkinFX_StoneSpawn_C"); \ #define DUMPER7_ASSERTS_FNiagaraDataInterfaceAkEventInfo \ static_assert(alignof(FNiagaraDataInterfaceAkEventInfo) == 0x000008, "Wrong alignment on FNiagaraDataInterfaceAkEventInfo"); \ static_assert(sizeof(FNiagaraDataInterfaceAkEventInfo) == 0x000018, "Wrong size on FNiagaraDataInterfaceAkEventInfo"); \ static_assert(offsetof(FNiagaraDataInterfaceAkEventInfo, AkAudioEvent) == 0x000000, "Member 'FNiagaraDataInterfaceAkEventInfo::AkAudioEvent' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataInterfaceAkEventInfo, EventName) == 0x000008, "Member 'FNiagaraDataInterfaceAkEventInfo::EventName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataInterfaceAkEventInfo, AttachPointName) == 0x000010, "Member 'FNiagaraDataInterfaceAkEventInfo::AttachPointName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersInitializerRawFloat \ static_assert(alignof(FNiagaraHelpersInitializerRawFloat) == 0x000004, "Wrong alignment on FNiagaraHelpersInitializerRawFloat"); \ static_assert(sizeof(FNiagaraHelpersInitializerRawFloat) == 0x00000C, "Wrong size on FNiagaraHelpersInitializerRawFloat"); \ static_assert(offsetof(FNiagaraHelpersInitializerRawFloat, Variable) == 0x000000, "Member 'FNiagaraHelpersInitializerRawFloat::Variable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerRawFloat, Value) == 0x000008, "Member 'FNiagaraHelpersInitializerRawFloat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersInitializerRawBool \ static_assert(alignof(FNiagaraHelpersInitializerRawBool) == 0x000004, "Wrong alignment on FNiagaraHelpersInitializerRawBool"); \ static_assert(sizeof(FNiagaraHelpersInitializerRawBool) == 0x00000C, "Wrong size on FNiagaraHelpersInitializerRawBool"); \ static_assert(offsetof(FNiagaraHelpersInitializerRawBool, Variable) == 0x000000, "Member 'FNiagaraHelpersInitializerRawBool::Variable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerRawBool, Value) == 0x000008, "Member 'FNiagaraHelpersInitializerRawBool::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersInitializerRawInteger \ static_assert(alignof(FNiagaraHelpersInitializerRawInteger) == 0x000004, "Wrong alignment on FNiagaraHelpersInitializerRawInteger"); \ static_assert(sizeof(FNiagaraHelpersInitializerRawInteger) == 0x00000C, "Wrong size on FNiagaraHelpersInitializerRawInteger"); \ static_assert(offsetof(FNiagaraHelpersInitializerRawInteger, Variable) == 0x000000, "Member 'FNiagaraHelpersInitializerRawInteger::Variable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerRawInteger, Value) == 0x000008, "Member 'FNiagaraHelpersInitializerRawInteger::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersInitializerRawLinearColor \ static_assert(alignof(FNiagaraHelpersInitializerRawLinearColor) == 0x000004, "Wrong alignment on FNiagaraHelpersInitializerRawLinearColor"); \ static_assert(sizeof(FNiagaraHelpersInitializerRawLinearColor) == 0x000018, "Wrong size on FNiagaraHelpersInitializerRawLinearColor"); \ static_assert(offsetof(FNiagaraHelpersInitializerRawLinearColor, Variable) == 0x000000, "Member 'FNiagaraHelpersInitializerRawLinearColor::Variable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerRawLinearColor, Value) == 0x000008, "Member 'FNiagaraHelpersInitializerRawLinearColor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersInitializerRawVector \ static_assert(alignof(FNiagaraHelpersInitializerRawVector) == 0x000004, "Wrong alignment on FNiagaraHelpersInitializerRawVector"); \ static_assert(sizeof(FNiagaraHelpersInitializerRawVector) == 0x000014, "Wrong size on FNiagaraHelpersInitializerRawVector"); \ static_assert(offsetof(FNiagaraHelpersInitializerRawVector, Variable) == 0x000000, "Member 'FNiagaraHelpersInitializerRawVector::Variable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerRawVector, Value) == 0x000008, "Member 'FNiagaraHelpersInitializerRawVector::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersInitializerRawRotator \ static_assert(alignof(FNiagaraHelpersInitializerRawRotator) == 0x000004, "Wrong alignment on FNiagaraHelpersInitializerRawRotator"); \ static_assert(sizeof(FNiagaraHelpersInitializerRawRotator) == 0x000014, "Wrong size on FNiagaraHelpersInitializerRawRotator"); \ static_assert(offsetof(FNiagaraHelpersInitializerRawRotator, Variable) == 0x000000, "Member 'FNiagaraHelpersInitializerRawRotator::Variable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerRawRotator, Value) == 0x000008, "Member 'FNiagaraHelpersInitializerRawRotator::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersInitializerRawMaterial \ static_assert(alignof(FNiagaraHelpersInitializerRawMaterial) == 0x000008, "Wrong alignment on FNiagaraHelpersInitializerRawMaterial"); \ static_assert(sizeof(FNiagaraHelpersInitializerRawMaterial) == 0x000010, "Wrong size on FNiagaraHelpersInitializerRawMaterial"); \ static_assert(offsetof(FNiagaraHelpersInitializerRawMaterial, Variable) == 0x000000, "Member 'FNiagaraHelpersInitializerRawMaterial::Variable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerRawMaterial, Value) == 0x000008, "Member 'FNiagaraHelpersInitializerRawMaterial::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersInitializerRaw \ static_assert(alignof(FNiagaraHelpersInitializerRaw) == 0x000008, "Wrong alignment on FNiagaraHelpersInitializerRaw"); \ static_assert(sizeof(FNiagaraHelpersInitializerRaw) == 0x000070, "Wrong size on FNiagaraHelpersInitializerRaw"); \ static_assert(offsetof(FNiagaraHelpersInitializerRaw, Floats) == 0x000000, "Member 'FNiagaraHelpersInitializerRaw::Floats' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerRaw, Bools) == 0x000010, "Member 'FNiagaraHelpersInitializerRaw::Bools' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerRaw, Integers) == 0x000020, "Member 'FNiagaraHelpersInitializerRaw::Integers' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerRaw, LinearColors) == 0x000030, "Member 'FNiagaraHelpersInitializerRaw::LinearColors' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerRaw, Vectors) == 0x000040, "Member 'FNiagaraHelpersInitializerRaw::Vectors' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerRaw, Rotators) == 0x000050, "Member 'FNiagaraHelpersInitializerRaw::Rotators' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerRaw, Materials) == 0x000060, "Member 'FNiagaraHelpersInitializerRaw::Materials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersInitializerFloat \ static_assert(alignof(FNiagaraHelpersInitializerFloat) == 0x000004, "Wrong alignment on FNiagaraHelpersInitializerFloat"); \ static_assert(sizeof(FNiagaraHelpersInitializerFloat) == 0x00000C, "Wrong size on FNiagaraHelpersInitializerFloat"); \ static_assert(offsetof(FNiagaraHelpersInitializerFloat, Variable) == 0x000000, "Member 'FNiagaraHelpersInitializerFloat::Variable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerFloat, Value) == 0x000008, "Member 'FNiagaraHelpersInitializerFloat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersVarName \ static_assert(alignof(FNiagaraHelpersVarName) == 0x000004, "Wrong alignment on FNiagaraHelpersVarName"); \ static_assert(sizeof(FNiagaraHelpersVarName) == 0x000008, "Wrong size on FNiagaraHelpersVarName"); \ static_assert(offsetof(FNiagaraHelpersVarName, Name) == 0x000000, "Member 'FNiagaraHelpersVarName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersVarNameQuat \ static_assert(alignof(FNiagaraHelpersVarNameQuat) == 0x000004, "Wrong alignment on FNiagaraHelpersVarNameQuat"); \ static_assert(sizeof(FNiagaraHelpersVarNameQuat) == 0x000008, "Wrong size on FNiagaraHelpersVarNameQuat"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersInitializerRotator \ static_assert(alignof(FNiagaraHelpersInitializerRotator) == 0x000004, "Wrong alignment on FNiagaraHelpersInitializerRotator"); \ static_assert(sizeof(FNiagaraHelpersInitializerRotator) == 0x000014, "Wrong size on FNiagaraHelpersInitializerRotator"); \ static_assert(offsetof(FNiagaraHelpersInitializerRotator, Variable) == 0x000000, "Member 'FNiagaraHelpersInitializerRotator::Variable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerRotator, Value) == 0x000008, "Member 'FNiagaraHelpersInitializerRotator::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersInitializerBool \ static_assert(alignof(FNiagaraHelpersInitializerBool) == 0x000004, "Wrong alignment on FNiagaraHelpersInitializerBool"); \ static_assert(sizeof(FNiagaraHelpersInitializerBool) == 0x00000C, "Wrong size on FNiagaraHelpersInitializerBool"); \ static_assert(offsetof(FNiagaraHelpersInitializerBool, Variable) == 0x000000, "Member 'FNiagaraHelpersInitializerBool::Variable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerBool, Value) == 0x000008, "Member 'FNiagaraHelpersInitializerBool::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersInitializerInteger \ static_assert(alignof(FNiagaraHelpersInitializerInteger) == 0x000004, "Wrong alignment on FNiagaraHelpersInitializerInteger"); \ static_assert(sizeof(FNiagaraHelpersInitializerInteger) == 0x00000C, "Wrong size on FNiagaraHelpersInitializerInteger"); \ static_assert(offsetof(FNiagaraHelpersInitializerInteger, Variable) == 0x000000, "Member 'FNiagaraHelpersInitializerInteger::Variable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerInteger, Value) == 0x000008, "Member 'FNiagaraHelpersInitializerInteger::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersVarNameLinearColor \ static_assert(alignof(FNiagaraHelpersVarNameLinearColor) == 0x000004, "Wrong alignment on FNiagaraHelpersVarNameLinearColor"); \ static_assert(sizeof(FNiagaraHelpersVarNameLinearColor) == 0x000008, "Wrong size on FNiagaraHelpersVarNameLinearColor"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersInitializerLinearColor \ static_assert(alignof(FNiagaraHelpersInitializerLinearColor) == 0x000004, "Wrong alignment on FNiagaraHelpersInitializerLinearColor"); \ static_assert(sizeof(FNiagaraHelpersInitializerLinearColor) == 0x000018, "Wrong size on FNiagaraHelpersInitializerLinearColor"); \ static_assert(offsetof(FNiagaraHelpersInitializerLinearColor, Variable) == 0x000000, "Member 'FNiagaraHelpersInitializerLinearColor::Variable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerLinearColor, Value) == 0x000008, "Member 'FNiagaraHelpersInitializerLinearColor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersVarNameVector \ static_assert(alignof(FNiagaraHelpersVarNameVector) == 0x000004, "Wrong alignment on FNiagaraHelpersVarNameVector"); \ static_assert(sizeof(FNiagaraHelpersVarNameVector) == 0x000008, "Wrong size on FNiagaraHelpersVarNameVector"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersInitializerVector \ static_assert(alignof(FNiagaraHelpersInitializerVector) == 0x000004, "Wrong alignment on FNiagaraHelpersInitializerVector"); \ static_assert(sizeof(FNiagaraHelpersInitializerVector) == 0x000014, "Wrong size on FNiagaraHelpersInitializerVector"); \ static_assert(offsetof(FNiagaraHelpersInitializerVector, Variable) == 0x000000, "Member 'FNiagaraHelpersInitializerVector::Variable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerVector, Value) == 0x000008, "Member 'FNiagaraHelpersInitializerVector::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersVarNameMaterial \ static_assert(alignof(FNiagaraHelpersVarNameMaterial) == 0x000004, "Wrong alignment on FNiagaraHelpersVarNameMaterial"); \ static_assert(sizeof(FNiagaraHelpersVarNameMaterial) == 0x000008, "Wrong size on FNiagaraHelpersVarNameMaterial"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersInitializerMaterial \ static_assert(alignof(FNiagaraHelpersInitializerMaterial) == 0x000008, "Wrong alignment on FNiagaraHelpersInitializerMaterial"); \ static_assert(sizeof(FNiagaraHelpersInitializerMaterial) == 0x000010, "Wrong size on FNiagaraHelpersInitializerMaterial"); \ static_assert(offsetof(FNiagaraHelpersInitializerMaterial, Variable) == 0x000000, "Member 'FNiagaraHelpersInitializerMaterial::Variable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializerMaterial, Value) == 0x000008, "Member 'FNiagaraHelpersInitializerMaterial::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersInitializers \ static_assert(alignof(FNiagaraHelpersInitializers) == 0x000008, "Wrong alignment on FNiagaraHelpersInitializers"); \ static_assert(sizeof(FNiagaraHelpersInitializers) == 0x000070, "Wrong size on FNiagaraHelpersInitializers"); \ static_assert(offsetof(FNiagaraHelpersInitializers, Floats) == 0x000000, "Member 'FNiagaraHelpersInitializers::Floats' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializers, Bools) == 0x000010, "Member 'FNiagaraHelpersInitializers::Bools' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializers, Integers) == 0x000020, "Member 'FNiagaraHelpersInitializers::Integers' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializers, LinearColors) == 0x000030, "Member 'FNiagaraHelpersInitializers::LinearColors' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializers, Vectors) == 0x000040, "Member 'FNiagaraHelpersInitializers::Vectors' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializers, Rotators) == 0x000050, "Member 'FNiagaraHelpersInitializers::Rotators' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersInitializers, Materials) == 0x000060, "Member 'FNiagaraHelpersInitializers::Materials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSystemSpawnBoundsSpawnRate \ static_assert(alignof(FNiagaraSystemSpawnBoundsSpawnRate) == 0x000004, "Wrong alignment on FNiagaraSystemSpawnBoundsSpawnRate"); \ static_assert(sizeof(FNiagaraSystemSpawnBoundsSpawnRate) == 0x00001C, "Wrong size on FNiagaraSystemSpawnBoundsSpawnRate"); \ static_assert(offsetof(FNiagaraSystemSpawnBoundsSpawnRate, SpawnRateVar) == 0x000000, "Member 'FNiagaraSystemSpawnBoundsSpawnRate::SpawnRateVar' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnBoundsSpawnRate, ReferenceMeasure) == 0x000008, "Member 'FNiagaraSystemSpawnBoundsSpawnRate::ReferenceMeasure' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnBoundsSpawnRate, LinearPower) == 0x00000C, "Member 'FNiagaraSystemSpawnBoundsSpawnRate::LinearPower' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnBoundsSpawnRate, MinSpawnRate) == 0x000010, "Member 'FNiagaraSystemSpawnBoundsSpawnRate::MinSpawnRate' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnBoundsSpawnRate, MaxSpawnRate) == 0x000014, "Member 'FNiagaraSystemSpawnBoundsSpawnRate::MaxSpawnRate' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnBoundsSpawnRate, Method) == 0x000018, "Member 'FNiagaraSystemSpawnBoundsSpawnRate::Method' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSystemSpawnInfo \ static_assert(alignof(FNiagaraSystemSpawnInfo) == 0x000010, "Wrong alignment on FNiagaraSystemSpawnInfo"); \ static_assert(sizeof(FNiagaraSystemSpawnInfo) == 0x000050, "Wrong size on FNiagaraSystemSpawnInfo"); \ static_assert(offsetof(FNiagaraSystemSpawnInfo, Transform) == 0x000010, "Member 'FNiagaraSystemSpawnInfo::Transform' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnInfo, bAutoActivate) == 0x000040, "Member 'FNiagaraSystemSpawnInfo::bAutoActivate' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnInfo, bAutoDestroy) == 0x000041, "Member 'FNiagaraSystemSpawnInfo::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnInfo, bPreCullCheck) == 0x000042, "Member 'FNiagaraSystemSpawnInfo::bPreCullCheck' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnInfo, bPooled) == 0x000043, "Member 'FNiagaraSystemSpawnInfo::bPooled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSystemSpawnAttachedInfo \ static_assert(alignof(FNiagaraSystemSpawnAttachedInfo) == 0x000010, "Wrong alignment on FNiagaraSystemSpawnAttachedInfo"); \ static_assert(sizeof(FNiagaraSystemSpawnAttachedInfo) == 0x000070, "Wrong size on FNiagaraSystemSpawnAttachedInfo"); \ static_assert(offsetof(FNiagaraSystemSpawnAttachedInfo, AttachLocation) == 0x000048, "Member 'FNiagaraSystemSpawnAttachedInfo::AttachLocation' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnAttachedInfo, BoundsSpawnRateAdjustment) == 0x00004C, "Member 'FNiagaraSystemSpawnAttachedInfo::BoundsSpawnRateAdjustment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSystemSpawnAttachedPointInfo \ static_assert(alignof(FNiagaraSystemSpawnAttachedPointInfo) == 0x000010, "Wrong alignment on FNiagaraSystemSpawnAttachedPointInfo"); \ static_assert(sizeof(FNiagaraSystemSpawnAttachedPointInfo) == 0x000080, "Wrong size on FNiagaraSystemSpawnAttachedPointInfo"); \ static_assert(offsetof(FNiagaraSystemSpawnAttachedPointInfo, AttachPoint) == 0x000068, "Member 'FNiagaraSystemSpawnAttachedPointInfo::AttachPoint' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnAttachedPointInfo, bFailOnAttachPointMissing) == 0x000070, "Member 'FNiagaraSystemSpawnAttachedPointInfo::bFailOnAttachPointMissing' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnAttachedPointInfo, bDeepSearchComponents) == 0x000071, "Member 'FNiagaraSystemSpawnAttachedPointInfo::bDeepSearchComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSystemSpawnInfoOverride \ static_assert(alignof(FNiagaraSystemSpawnInfoOverride) == 0x000004, "Wrong alignment on FNiagaraSystemSpawnInfoOverride"); \ static_assert(sizeof(FNiagaraSystemSpawnInfoOverride) == 0x00002C, "Wrong size on FNiagaraSystemSpawnInfoOverride"); \ static_assert(offsetof(FNiagaraSystemSpawnInfoOverride, LocationOrOffset) == 0x000004, "Member 'FNiagaraSystemSpawnInfoOverride::LocationOrOffset' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnInfoOverride, Rotator) == 0x000010, "Member 'FNiagaraSystemSpawnInfoOverride::Rotator' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnInfoOverride, Scale) == 0x00001C, "Member 'FNiagaraSystemSpawnInfoOverride::Scale' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnInfoOverride, bAutoActivate) == 0x000028, "Member 'FNiagaraSystemSpawnInfoOverride::bAutoActivate' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnInfoOverride, bAutoDestroy) == 0x000029, "Member 'FNiagaraSystemSpawnInfoOverride::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnInfoOverride, bPreCullCheck) == 0x00002A, "Member 'FNiagaraSystemSpawnInfoOverride::bPreCullCheck' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnInfoOverride, bPooled) == 0x00002B, "Member 'FNiagaraSystemSpawnInfoOverride::bPooled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSystemSpawnAttachedInfoOverride \ static_assert(alignof(FNiagaraSystemSpawnAttachedInfoOverride) == 0x000004, "Wrong alignment on FNiagaraSystemSpawnAttachedInfoOverride"); \ static_assert(sizeof(FNiagaraSystemSpawnAttachedInfoOverride) == 0x000030, "Wrong size on FNiagaraSystemSpawnAttachedInfoOverride"); \ static_assert(offsetof(FNiagaraSystemSpawnAttachedInfoOverride, AttachLocation) == 0x00002D, "Member 'FNiagaraSystemSpawnAttachedInfoOverride::AttachLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSystemSpawnAttachedPointInfoOverride \ static_assert(alignof(FNiagaraSystemSpawnAttachedPointInfoOverride) == 0x000004, "Wrong alignment on FNiagaraSystemSpawnAttachedPointInfoOverride"); \ static_assert(sizeof(FNiagaraSystemSpawnAttachedPointInfoOverride) == 0x000040, "Wrong size on FNiagaraSystemSpawnAttachedPointInfoOverride"); \ static_assert(offsetof(FNiagaraSystemSpawnAttachedPointInfoOverride, AttachPoint) == 0x000034, "Member 'FNiagaraSystemSpawnAttachedPointInfoOverride::AttachPoint' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnAttachedPointInfoOverride, bFailOnAttachPointMissing) == 0x00003C, "Member 'FNiagaraSystemSpawnAttachedPointInfoOverride::bFailOnAttachPointMissing' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnAttachedPointInfoOverride, bDeepSearchComponents) == 0x00003D, "Member 'FNiagaraSystemSpawnAttachedPointInfoOverride::bDeepSearchComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersSystemVariableCache \ static_assert(alignof(FNiagaraHelpersSystemVariableCache) == 0x000008, "Wrong alignment on FNiagaraHelpersSystemVariableCache"); \ static_assert(sizeof(FNiagaraHelpersSystemVariableCache) == 0x000050, "Wrong size on FNiagaraHelpersSystemVariableCache"); \ static_assert(offsetof(FNiagaraHelpersSystemVariableCache, SystemMap) == 0x000000, "Member 'FNiagaraHelpersSystemVariableCache::SystemMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersVariableList \ static_assert(alignof(FNiagaraHelpersVariableList) == 0x000008, "Wrong alignment on FNiagaraHelpersVariableList"); \ static_assert(sizeof(FNiagaraHelpersVariableList) == 0x000018, "Wrong size on FNiagaraHelpersVariableList"); \ static_assert(offsetof(FNiagaraHelpersVariableList, Variables) == 0x000008, "Member 'FNiagaraHelpersVariableList::Variables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersEmitterVariableList \ static_assert(alignof(FNiagaraHelpersEmitterVariableList) == 0x000008, "Wrong alignment on FNiagaraHelpersEmitterVariableList"); \ static_assert(sizeof(FNiagaraHelpersEmitterVariableList) == 0x000028, "Wrong size on FNiagaraHelpersEmitterVariableList"); \ static_assert(offsetof(FNiagaraHelpersEmitterVariableList, EmitterName) == 0x000018, "Member 'FNiagaraHelpersEmitterVariableList::EmitterName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersEmitterVariableList, bDefaultEnabled) == 0x000020, "Member 'FNiagaraHelpersEmitterVariableList::bDefaultEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersVariableValueStore \ static_assert(alignof(FNiagaraHelpersVariableValueStore) == 0x000008, "Wrong alignment on FNiagaraHelpersVariableValueStore"); \ static_assert(sizeof(FNiagaraHelpersVariableValueStore) == 0x000230, "Wrong size on FNiagaraHelpersVariableValueStore"); \ static_assert(offsetof(FNiagaraHelpersVariableValueStore, Floats) == 0x000000, "Member 'FNiagaraHelpersVariableValueStore::Floats' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersVariableValueStore, LinearColors) == 0x000050, "Member 'FNiagaraHelpersVariableValueStore::LinearColors' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersVariableValueStore, Bools) == 0x0000A0, "Member 'FNiagaraHelpersVariableValueStore::Bools' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersVariableValueStore, Integers) == 0x0000F0, "Member 'FNiagaraHelpersVariableValueStore::Integers' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersVariableValueStore, Vectors) == 0x000140, "Member 'FNiagaraHelpersVariableValueStore::Vectors' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersVariableValueStore, Rotators) == 0x000190, "Member 'FNiagaraHelpersVariableValueStore::Rotators' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersVariableValueStore, Materials) == 0x0001E0, "Member 'FNiagaraHelpersVariableValueStore::Materials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersFullVariableList \ static_assert(alignof(FNiagaraHelpersFullVariableList) == 0x000008, "Wrong alignment on FNiagaraHelpersFullVariableList"); \ static_assert(sizeof(FNiagaraHelpersFullVariableList) == 0x000270, "Wrong size on FNiagaraHelpersFullVariableList"); \ static_assert(offsetof(FNiagaraHelpersFullVariableList, UserVariables) == 0x000000, "Member 'FNiagaraHelpersFullVariableList::UserVariables' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersFullVariableList, SystemVariables) == 0x000018, "Member 'FNiagaraHelpersFullVariableList::SystemVariables' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersFullVariableList, EmitterVariables) == 0x000030, "Member 'FNiagaraHelpersFullVariableList::EmitterVariables' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersFullVariableList, DefaultValues) == 0x000040, "Member 'FNiagaraHelpersFullVariableList::DefaultValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersVarNameInteger \ static_assert(alignof(FNiagaraHelpersVarNameInteger) == 0x000004, "Wrong alignment on FNiagaraHelpersVarNameInteger"); \ static_assert(sizeof(FNiagaraHelpersVarNameInteger) == 0x000008, "Wrong size on FNiagaraHelpersVarNameInteger"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersVarNameBool \ static_assert(alignof(FNiagaraHelpersVarNameBool) == 0x000004, "Wrong alignment on FNiagaraHelpersVarNameBool"); \ static_assert(sizeof(FNiagaraHelpersVarNameBool) == 0x000008, "Wrong size on FNiagaraHelpersVarNameBool"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersVarNameFloat \ static_assert(alignof(FNiagaraHelpersVarNameFloat) == 0x000004, "Wrong alignment on FNiagaraHelpersVarNameFloat"); \ static_assert(sizeof(FNiagaraHelpersVarNameFloat) == 0x000008, "Wrong size on FNiagaraHelpersVarNameFloat"); \ #define DUMPER7_ASSERTS_FNiagaraSystemSpawnMultiInfo \ static_assert(alignof(FNiagaraSystemSpawnMultiInfo) == 0x000010, "Wrong alignment on FNiagaraSystemSpawnMultiInfo"); \ static_assert(sizeof(FNiagaraSystemSpawnMultiInfo) == 0x000080, "Wrong size on FNiagaraSystemSpawnMultiInfo"); \ static_assert(offsetof(FNiagaraSystemSpawnMultiInfo, OverrideMeshVar) == 0x000068, "Member 'FNiagaraSystemSpawnMultiInfo::OverrideMeshVar' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnMultiInfo, SpawnRateVar) == 0x000070, "Member 'FNiagaraSystemSpawnMultiInfo::SpawnRateVar' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnMultiInfo, SpawnRateCutoffPercentage) == 0x000078, "Member 'FNiagaraSystemSpawnMultiInfo::SpawnRateCutoffPercentage' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnMultiInfo, SpawnRateMethod) == 0x00007C, "Member 'FNiagaraSystemSpawnMultiInfo::SpawnRateMethod' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemSpawnMultiInfo, bCombineBoundsAndMultiSpawnRates) == 0x00007D, "Member 'FNiagaraSystemSpawnMultiInfo::bCombineBoundsAndMultiSpawnRates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSystemSpawnMultiSkeletalInfo \ static_assert(alignof(FNiagaraSystemSpawnMultiSkeletalInfo) == 0x000010, "Wrong alignment on FNiagaraSystemSpawnMultiSkeletalInfo"); \ static_assert(sizeof(FNiagaraSystemSpawnMultiSkeletalInfo) == 0x000080, "Wrong size on FNiagaraSystemSpawnMultiSkeletalInfo"); \ #define DUMPER7_ASSERTS_FNiagaraSystemSpawnMultiStaticInfo \ static_assert(alignof(FNiagaraSystemSpawnMultiStaticInfo) == 0x000010, "Wrong alignment on FNiagaraSystemSpawnMultiStaticInfo"); \ static_assert(sizeof(FNiagaraSystemSpawnMultiStaticInfo) == 0x000080, "Wrong size on FNiagaraSystemSpawnMultiStaticInfo"); \ #define DUMPER7_ASSERTS_FNiagaraHelpersPrimFilter \ static_assert(alignof(FNiagaraHelpersPrimFilter) == 0x000008, "Wrong alignment on FNiagaraHelpersPrimFilter"); \ static_assert(sizeof(FNiagaraHelpersPrimFilter) == 0x000018, "Wrong size on FNiagaraHelpersPrimFilter"); \ static_assert(offsetof(FNiagaraHelpersPrimFilter, Primitives) == 0x000000, "Member 'FNiagaraHelpersPrimFilter::Primitives' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersPrimFilter, Rule) == 0x000010, "Member 'FNiagaraHelpersPrimFilter::Rule' has a wrong offset!"); \ static_assert(offsetof(FNiagaraHelpersPrimFilter, MatchMode) == 0x000011, "Member 'FNiagaraHelpersPrimFilter::MatchMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceAkEvent \ static_assert(alignof(UNiagaraDataInterfaceAkEvent) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAkEvent"); \ static_assert(sizeof(UNiagaraDataInterfaceAkEvent) == 0x000050, "Wrong size on UNiagaraDataInterfaceAkEvent"); \ static_assert(offsetof(UNiagaraDataInterfaceAkEvent, AkAudioEvent) == 0x000038, "Member 'UNiagaraDataInterfaceAkEvent::AkAudioEvent' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAkEvent, EventName) == 0x000040, "Member 'UNiagaraDataInterfaceAkEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAkEvent, AttachPointName) == 0x000048, "Member 'UNiagaraDataInterfaceAkEvent::AttachPointName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceAkRTPC \ static_assert(alignof(UNiagaraDataInterfaceAkRTPC) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAkRTPC"); \ static_assert(sizeof(UNiagaraDataInterfaceAkRTPC) == 0x000048, "Wrong size on UNiagaraDataInterfaceAkRTPC"); \ static_assert(offsetof(UNiagaraDataInterfaceAkRTPC, RTPCs) == 0x000038, "Member 'UNiagaraDataInterfaceAkRTPC::RTPCs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceAkEventPerParticle \ static_assert(alignof(UNiagaraDataInterfaceAkEventPerParticle) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAkEventPerParticle"); \ static_assert(sizeof(UNiagaraDataInterfaceAkEventPerParticle) == 0x000048, "Wrong size on UNiagaraDataInterfaceAkEventPerParticle"); \ static_assert(offsetof(UNiagaraDataInterfaceAkEventPerParticle, Events) == 0x000038, "Member 'UNiagaraDataInterfaceAkEventPerParticle::Events' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceInsideAndWind \ static_assert(alignof(UNiagaraDataInterfaceInsideAndWind) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceInsideAndWind"); \ static_assert(sizeof(UNiagaraDataInterfaceInsideAndWind) == 0x000038, "Wrong size on UNiagaraDataInterfaceInsideAndWind"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_ActorBestDefaultAttachComponent \ static_assert(alignof(NiagaraHelpers_ActorBestDefaultAttachComponent) == 0x000008, "Wrong alignment on NiagaraHelpers_ActorBestDefaultAttachComponent"); \ static_assert(sizeof(NiagaraHelpers_ActorBestDefaultAttachComponent) == 0x000010, "Wrong size on NiagaraHelpers_ActorBestDefaultAttachComponent"); \ static_assert(offsetof(NiagaraHelpers_ActorBestDefaultAttachComponent, Actor) == 0x000000, "Member 'NiagaraHelpers_ActorBestDefaultAttachComponent::Actor' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ActorBestDefaultAttachComponent, AttachComponent) == 0x000008, "Member 'NiagaraHelpers_ActorBestDefaultAttachComponent::AttachComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_ActorFindBoneOnComponent \ static_assert(alignof(NiagaraHelpers_ActorFindBoneOnComponent) == 0x000008, "Wrong alignment on NiagaraHelpers_ActorFindBoneOnComponent"); \ static_assert(sizeof(NiagaraHelpers_ActorFindBoneOnComponent) == 0x000020, "Wrong size on NiagaraHelpers_ActorFindBoneOnComponent"); \ static_assert(offsetof(NiagaraHelpers_ActorFindBoneOnComponent, Actor) == 0x000000, "Member 'NiagaraHelpers_ActorFindBoneOnComponent::Actor' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ActorFindBoneOnComponent, BoneName) == 0x000008, "Member 'NiagaraHelpers_ActorFindBoneOnComponent::BoneName' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ActorFindBoneOnComponent, ComponentWithBone) == 0x000010, "Member 'NiagaraHelpers_ActorFindBoneOnComponent::ComponentWithBone' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ActorFindBoneOnComponent, BoneIndex) == 0x000018, "Member 'NiagaraHelpers_ActorFindBoneOnComponent::BoneIndex' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ActorFindBoneOnComponent, bDeepSearchComponents) == 0x00001C, "Member 'NiagaraHelpers_ActorFindBoneOnComponent::bDeepSearchComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_ActorFindBoneOrSocketOnComponent \ static_assert(alignof(NiagaraHelpers_ActorFindBoneOrSocketOnComponent) == 0x000008, "Wrong alignment on NiagaraHelpers_ActorFindBoneOrSocketOnComponent"); \ static_assert(sizeof(NiagaraHelpers_ActorFindBoneOrSocketOnComponent) == 0x000020, "Wrong size on NiagaraHelpers_ActorFindBoneOrSocketOnComponent"); \ static_assert(offsetof(NiagaraHelpers_ActorFindBoneOrSocketOnComponent, Actor) == 0x000000, "Member 'NiagaraHelpers_ActorFindBoneOrSocketOnComponent::Actor' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ActorFindBoneOrSocketOnComponent, BoneOrSocketName) == 0x000008, "Member 'NiagaraHelpers_ActorFindBoneOrSocketOnComponent::BoneOrSocketName' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ActorFindBoneOrSocketOnComponent, ComponentWithBoneOrSocket) == 0x000010, "Member 'NiagaraHelpers_ActorFindBoneOrSocketOnComponent::ComponentWithBoneOrSocket' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ActorFindBoneOrSocketOnComponent, BoneIndex) == 0x000018, "Member 'NiagaraHelpers_ActorFindBoneOrSocketOnComponent::BoneIndex' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ActorFindBoneOrSocketOnComponent, bDeepSearchComponents) == 0x00001C, "Member 'NiagaraHelpers_ActorFindBoneOrSocketOnComponent::bDeepSearchComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_ActorFindSocketOnComponent \ static_assert(alignof(NiagaraHelpers_ActorFindSocketOnComponent) == 0x000008, "Wrong alignment on NiagaraHelpers_ActorFindSocketOnComponent"); \ static_assert(sizeof(NiagaraHelpers_ActorFindSocketOnComponent) == 0x000020, "Wrong size on NiagaraHelpers_ActorFindSocketOnComponent"); \ static_assert(offsetof(NiagaraHelpers_ActorFindSocketOnComponent, Actor) == 0x000000, "Member 'NiagaraHelpers_ActorFindSocketOnComponent::Actor' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ActorFindSocketOnComponent, SocketName) == 0x000008, "Member 'NiagaraHelpers_ActorFindSocketOnComponent::SocketName' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ActorFindSocketOnComponent, ComponentWithSocket) == 0x000010, "Member 'NiagaraHelpers_ActorFindSocketOnComponent::ComponentWithSocket' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ActorFindSocketOnComponent, bDeepSearchComponents) == 0x000018, "Member 'NiagaraHelpers_ActorFindSocketOnComponent::bDeepSearchComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_ComputeActorMeshBoundsMeasure \ static_assert(alignof(NiagaraHelpers_ComputeActorMeshBoundsMeasure) == 0x000008, "Wrong alignment on NiagaraHelpers_ComputeActorMeshBoundsMeasure"); \ static_assert(sizeof(NiagaraHelpers_ComputeActorMeshBoundsMeasure) == 0x000018, "Wrong size on NiagaraHelpers_ComputeActorMeshBoundsMeasure"); \ static_assert(offsetof(NiagaraHelpers_ComputeActorMeshBoundsMeasure, Actor) == 0x000000, "Member 'NiagaraHelpers_ComputeActorMeshBoundsMeasure::Actor' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ComputeActorMeshBoundsMeasure, Method) == 0x000008, "Member 'NiagaraHelpers_ComputeActorMeshBoundsMeasure::Method' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ComputeActorMeshBoundsMeasure, Measure) == 0x00000C, "Member 'NiagaraHelpers_ComputeActorMeshBoundsMeasure::Measure' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ComputeActorMeshBoundsMeasure, LinearPower) == 0x000010, "Member 'NiagaraHelpers_ComputeActorMeshBoundsMeasure::LinearPower' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_ComputeActorPrimitiveBoundsMeasure \ static_assert(alignof(NiagaraHelpers_ComputeActorPrimitiveBoundsMeasure) == 0x000008, "Wrong alignment on NiagaraHelpers_ComputeActorPrimitiveBoundsMeasure"); \ static_assert(sizeof(NiagaraHelpers_ComputeActorPrimitiveBoundsMeasure) == 0x000018, "Wrong size on NiagaraHelpers_ComputeActorPrimitiveBoundsMeasure"); \ static_assert(offsetof(NiagaraHelpers_ComputeActorPrimitiveBoundsMeasure, Actor) == 0x000000, "Member 'NiagaraHelpers_ComputeActorPrimitiveBoundsMeasure::Actor' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ComputeActorPrimitiveBoundsMeasure, Method) == 0x000008, "Member 'NiagaraHelpers_ComputeActorPrimitiveBoundsMeasure::Method' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ComputeActorPrimitiveBoundsMeasure, Measure) == 0x00000C, "Member 'NiagaraHelpers_ComputeActorPrimitiveBoundsMeasure::Measure' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ComputeActorPrimitiveBoundsMeasure, LinearPower) == 0x000010, "Member 'NiagaraHelpers_ComputeActorPrimitiveBoundsMeasure::LinearPower' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_ComputeActorSkeletalMeshBoundsMeasure \ static_assert(alignof(NiagaraHelpers_ComputeActorSkeletalMeshBoundsMeasure) == 0x000008, "Wrong alignment on NiagaraHelpers_ComputeActorSkeletalMeshBoundsMeasure"); \ static_assert(sizeof(NiagaraHelpers_ComputeActorSkeletalMeshBoundsMeasure) == 0x000018, "Wrong size on NiagaraHelpers_ComputeActorSkeletalMeshBoundsMeasure"); \ static_assert(offsetof(NiagaraHelpers_ComputeActorSkeletalMeshBoundsMeasure, Actor) == 0x000000, "Member 'NiagaraHelpers_ComputeActorSkeletalMeshBoundsMeasure::Actor' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ComputeActorSkeletalMeshBoundsMeasure, Method) == 0x000008, "Member 'NiagaraHelpers_ComputeActorSkeletalMeshBoundsMeasure::Method' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ComputeActorSkeletalMeshBoundsMeasure, Measure) == 0x00000C, "Member 'NiagaraHelpers_ComputeActorSkeletalMeshBoundsMeasure::Measure' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ComputeActorSkeletalMeshBoundsMeasure, LinearPower) == 0x000010, "Member 'NiagaraHelpers_ComputeActorSkeletalMeshBoundsMeasure::LinearPower' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_ComputeActorStaticMeshBoundsMeasure \ static_assert(alignof(NiagaraHelpers_ComputeActorStaticMeshBoundsMeasure) == 0x000008, "Wrong alignment on NiagaraHelpers_ComputeActorStaticMeshBoundsMeasure"); \ static_assert(sizeof(NiagaraHelpers_ComputeActorStaticMeshBoundsMeasure) == 0x000018, "Wrong size on NiagaraHelpers_ComputeActorStaticMeshBoundsMeasure"); \ static_assert(offsetof(NiagaraHelpers_ComputeActorStaticMeshBoundsMeasure, Actor) == 0x000000, "Member 'NiagaraHelpers_ComputeActorStaticMeshBoundsMeasure::Actor' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ComputeActorStaticMeshBoundsMeasure, Method) == 0x000008, "Member 'NiagaraHelpers_ComputeActorStaticMeshBoundsMeasure::Method' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ComputeActorStaticMeshBoundsMeasure, Measure) == 0x00000C, "Member 'NiagaraHelpers_ComputeActorStaticMeshBoundsMeasure::Measure' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ComputeActorStaticMeshBoundsMeasure, LinearPower) == 0x000010, "Member 'NiagaraHelpers_ComputeActorStaticMeshBoundsMeasure::LinearPower' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_ComputeComponentBoundsMeasure \ static_assert(alignof(NiagaraHelpers_ComputeComponentBoundsMeasure) == 0x000008, "Wrong alignment on NiagaraHelpers_ComputeComponentBoundsMeasure"); \ static_assert(sizeof(NiagaraHelpers_ComputeComponentBoundsMeasure) == 0x000020, "Wrong size on NiagaraHelpers_ComputeComponentBoundsMeasure"); \ static_assert(offsetof(NiagaraHelpers_ComputeComponentBoundsMeasure, Components) == 0x000000, "Member 'NiagaraHelpers_ComputeComponentBoundsMeasure::Components' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ComputeComponentBoundsMeasure, Method) == 0x000010, "Member 'NiagaraHelpers_ComputeComponentBoundsMeasure::Method' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ComputeComponentBoundsMeasure, Measure) == 0x000014, "Member 'NiagaraHelpers_ComputeComponentBoundsMeasure::Measure' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_ComputeComponentBoundsMeasure, LinearPower) == 0x000018, "Member 'NiagaraHelpers_ComputeComponentBoundsMeasure::LinearPower' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_GetEmitterNames \ static_assert(alignof(NiagaraHelpers_GetEmitterNames) == 0x000008, "Wrong alignment on NiagaraHelpers_GetEmitterNames"); \ static_assert(sizeof(NiagaraHelpers_GetEmitterNames) == 0x000020, "Wrong size on NiagaraHelpers_GetEmitterNames"); \ static_assert(offsetof(NiagaraHelpers_GetEmitterNames, NiagaraSystem) == 0x000000, "Member 'NiagaraHelpers_GetEmitterNames::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_GetEmitterNames, emitterNames) == 0x000008, "Member 'NiagaraHelpers_GetEmitterNames::emitterNames' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_GetEmitterNames, includeHidden) == 0x000018, "Member 'NiagaraHelpers_GetEmitterNames::includeHidden' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_MakePrimFilterName \ static_assert(alignof(NiagaraHelpers_MakePrimFilterName) == 0x000008, "Wrong alignment on NiagaraHelpers_MakePrimFilterName"); \ static_assert(sizeof(NiagaraHelpers_MakePrimFilterName) == 0x000028, "Wrong size on NiagaraHelpers_MakePrimFilterName"); \ static_assert(offsetof(NiagaraHelpers_MakePrimFilterName, Rule) == 0x000000, "Member 'NiagaraHelpers_MakePrimFilterName::Rule' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_MakePrimFilterName, Primitive) == 0x000004, "Member 'NiagaraHelpers_MakePrimFilterName::Primitive' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_MakePrimFilterName, MatchMode) == 0x00000C, "Member 'NiagaraHelpers_MakePrimFilterName::MatchMode' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_MakePrimFilterName, ReturnValue) == 0x000010, "Member 'NiagaraHelpers_MakePrimFilterName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_MakePrimFilterNames \ static_assert(alignof(NiagaraHelpers_MakePrimFilterNames) == 0x000008, "Wrong alignment on NiagaraHelpers_MakePrimFilterNames"); \ static_assert(sizeof(NiagaraHelpers_MakePrimFilterNames) == 0x000038, "Wrong size on NiagaraHelpers_MakePrimFilterNames"); \ static_assert(offsetof(NiagaraHelpers_MakePrimFilterNames, Rule) == 0x000000, "Member 'NiagaraHelpers_MakePrimFilterNames::Rule' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_MakePrimFilterNames, Primitives) == 0x000008, "Member 'NiagaraHelpers_MakePrimFilterNames::Primitives' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_MakePrimFilterNames, MatchMode) == 0x000018, "Member 'NiagaraHelpers_MakePrimFilterNames::MatchMode' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_MakePrimFilterNames, ReturnValue) == 0x000020, "Member 'NiagaraHelpers_MakePrimFilterNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_MakePrimFilterPrimitive \ static_assert(alignof(NiagaraHelpers_MakePrimFilterPrimitive) == 0x000008, "Wrong alignment on NiagaraHelpers_MakePrimFilterPrimitive"); \ static_assert(sizeof(NiagaraHelpers_MakePrimFilterPrimitive) == 0x000030, "Wrong size on NiagaraHelpers_MakePrimFilterPrimitive"); \ static_assert(offsetof(NiagaraHelpers_MakePrimFilterPrimitive, Rule) == 0x000000, "Member 'NiagaraHelpers_MakePrimFilterPrimitive::Rule' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_MakePrimFilterPrimitive, Primitive) == 0x000008, "Member 'NiagaraHelpers_MakePrimFilterPrimitive::Primitive' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_MakePrimFilterPrimitive, MatchMode) == 0x000010, "Member 'NiagaraHelpers_MakePrimFilterPrimitive::MatchMode' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_MakePrimFilterPrimitive, ReturnValue) == 0x000018, "Member 'NiagaraHelpers_MakePrimFilterPrimitive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_MakePrimFilterPrimitives \ static_assert(alignof(NiagaraHelpers_MakePrimFilterPrimitives) == 0x000008, "Wrong alignment on NiagaraHelpers_MakePrimFilterPrimitives"); \ static_assert(sizeof(NiagaraHelpers_MakePrimFilterPrimitives) == 0x000038, "Wrong size on NiagaraHelpers_MakePrimFilterPrimitives"); \ static_assert(offsetof(NiagaraHelpers_MakePrimFilterPrimitives, Rule) == 0x000000, "Member 'NiagaraHelpers_MakePrimFilterPrimitives::Rule' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_MakePrimFilterPrimitives, Primitives) == 0x000008, "Member 'NiagaraHelpers_MakePrimFilterPrimitives::Primitives' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_MakePrimFilterPrimitives, MatchMode) == 0x000018, "Member 'NiagaraHelpers_MakePrimFilterPrimitives::MatchMode' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_MakePrimFilterPrimitives, ReturnValue) == 0x000020, "Member 'NiagaraHelpers_MakePrimFilterPrimitives::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_NPCSetParameterColor \ static_assert(alignof(NiagaraHelpers_NPCSetParameterColor) == 0x000008, "Wrong alignment on NiagaraHelpers_NPCSetParameterColor"); \ static_assert(sizeof(NiagaraHelpers_NPCSetParameterColor) == 0x000028, "Wrong size on NiagaraHelpers_NPCSetParameterColor"); \ static_assert(offsetof(NiagaraHelpers_NPCSetParameterColor, npci) == 0x000000, "Member 'NiagaraHelpers_NPCSetParameterColor::npci' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_NPCSetParameterColor, ParamName) == 0x000008, "Member 'NiagaraHelpers_NPCSetParameterColor::ParamName' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_NPCSetParameterColor, Value) == 0x000018, "Member 'NiagaraHelpers_NPCSetParameterColor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_NPCSetParameterFloat \ static_assert(alignof(NiagaraHelpers_NPCSetParameterFloat) == 0x000008, "Wrong alignment on NiagaraHelpers_NPCSetParameterFloat"); \ static_assert(sizeof(NiagaraHelpers_NPCSetParameterFloat) == 0x000020, "Wrong size on NiagaraHelpers_NPCSetParameterFloat"); \ static_assert(offsetof(NiagaraHelpers_NPCSetParameterFloat, npci) == 0x000000, "Member 'NiagaraHelpers_NPCSetParameterFloat::npci' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_NPCSetParameterFloat, ParamName) == 0x000008, "Member 'NiagaraHelpers_NPCSetParameterFloat::ParamName' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_NPCSetParameterFloat, Value) == 0x000018, "Member 'NiagaraHelpers_NPCSetParameterFloat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_NPCSetParameterVector \ static_assert(alignof(NiagaraHelpers_NPCSetParameterVector) == 0x000008, "Wrong alignment on NiagaraHelpers_NPCSetParameterVector"); \ static_assert(sizeof(NiagaraHelpers_NPCSetParameterVector) == 0x000028, "Wrong size on NiagaraHelpers_NPCSetParameterVector"); \ static_assert(offsetof(NiagaraHelpers_NPCSetParameterVector, npci) == 0x000000, "Member 'NiagaraHelpers_NPCSetParameterVector::npci' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_NPCSetParameterVector, ParamName) == 0x000008, "Member 'NiagaraHelpers_NPCSetParameterVector::ParamName' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_NPCSetParameterVector, Value) == 0x000018, "Member 'NiagaraHelpers_NPCSetParameterVector::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_SpawnAttached \ static_assert(alignof(NiagaraHelpers_SpawnAttached) == 0x000010, "Wrong alignment on NiagaraHelpers_SpawnAttached"); \ static_assert(sizeof(NiagaraHelpers_SpawnAttached) == 0x0000A0, "Wrong size on NiagaraHelpers_SpawnAttached"); \ static_assert(offsetof(NiagaraHelpers_SpawnAttached, SceneComponent) == 0x000000, "Member 'NiagaraHelpers_SpawnAttached::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnAttached, NiagaraSystem) == 0x000008, "Member 'NiagaraHelpers_SpawnAttached::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnAttached, SpawnInfo) == 0x000010, "Member 'NiagaraHelpers_SpawnAttached::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnAttached, NiagaraComponent) == 0x000090, "Member 'NiagaraHelpers_SpawnAttached::NiagaraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_SpawnAttachedActor \ static_assert(alignof(NiagaraHelpers_SpawnAttachedActor) == 0x000010, "Wrong alignment on NiagaraHelpers_SpawnAttachedActor"); \ static_assert(sizeof(NiagaraHelpers_SpawnAttachedActor) == 0x0000A0, "Wrong size on NiagaraHelpers_SpawnAttachedActor"); \ static_assert(offsetof(NiagaraHelpers_SpawnAttachedActor, Actor) == 0x000000, "Member 'NiagaraHelpers_SpawnAttachedActor::Actor' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnAttachedActor, NiagaraSystem) == 0x000008, "Member 'NiagaraHelpers_SpawnAttachedActor::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnAttachedActor, SpawnInfo) == 0x000010, "Member 'NiagaraHelpers_SpawnAttachedActor::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnAttachedActor, NiagaraComponent) == 0x000090, "Member 'NiagaraHelpers_SpawnAttachedActor::NiagaraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_SpawnInWorld \ static_assert(alignof(NiagaraHelpers_SpawnInWorld) == 0x000010, "Wrong alignment on NiagaraHelpers_SpawnInWorld"); \ static_assert(sizeof(NiagaraHelpers_SpawnInWorld) == 0x000070, "Wrong size on NiagaraHelpers_SpawnInWorld"); \ static_assert(offsetof(NiagaraHelpers_SpawnInWorld, WorldContextObject) == 0x000000, "Member 'NiagaraHelpers_SpawnInWorld::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnInWorld, NiagaraSystem) == 0x000008, "Member 'NiagaraHelpers_SpawnInWorld::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnInWorld, SpawnInfo) == 0x000010, "Member 'NiagaraHelpers_SpawnInWorld::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnInWorld, NiagaraComponent) == 0x000060, "Member 'NiagaraHelpers_SpawnInWorld::NiagaraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_SpawnSystemOnPrimitives \ static_assert(alignof(NiagaraHelpers_SpawnSystemOnPrimitives) == 0x000010, "Wrong alignment on NiagaraHelpers_SpawnSystemOnPrimitives"); \ static_assert(sizeof(NiagaraHelpers_SpawnSystemOnPrimitives) == 0x0000B0, "Wrong size on NiagaraHelpers_SpawnSystemOnPrimitives"); \ static_assert(offsetof(NiagaraHelpers_SpawnSystemOnPrimitives, Actor) == 0x000000, "Member 'NiagaraHelpers_SpawnSystemOnPrimitives::Actor' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnSystemOnPrimitives, NiagaraSystem) == 0x000008, "Member 'NiagaraHelpers_SpawnSystemOnPrimitives::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnSystemOnPrimitives, SpawnInfo) == 0x000010, "Member 'NiagaraHelpers_SpawnSystemOnPrimitives::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnSystemOnPrimitives, Filter) == 0x000080, "Member 'NiagaraHelpers_SpawnSystemOnPrimitives::Filter' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnSystemOnPrimitives, NiagaraComponents) == 0x000098, "Member 'NiagaraHelpers_SpawnSystemOnPrimitives::NiagaraComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_SpawnSystemOnSkeletalMeshes \ static_assert(alignof(NiagaraHelpers_SpawnSystemOnSkeletalMeshes) == 0x000010, "Wrong alignment on NiagaraHelpers_SpawnSystemOnSkeletalMeshes"); \ static_assert(sizeof(NiagaraHelpers_SpawnSystemOnSkeletalMeshes) == 0x0000C0, "Wrong size on NiagaraHelpers_SpawnSystemOnSkeletalMeshes"); \ static_assert(offsetof(NiagaraHelpers_SpawnSystemOnSkeletalMeshes, Actor) == 0x000000, "Member 'NiagaraHelpers_SpawnSystemOnSkeletalMeshes::Actor' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnSystemOnSkeletalMeshes, NiagaraSystem) == 0x000008, "Member 'NiagaraHelpers_SpawnSystemOnSkeletalMeshes::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnSystemOnSkeletalMeshes, SpawnInfo) == 0x000010, "Member 'NiagaraHelpers_SpawnSystemOnSkeletalMeshes::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnSystemOnSkeletalMeshes, Filter) == 0x000090, "Member 'NiagaraHelpers_SpawnSystemOnSkeletalMeshes::Filter' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnSystemOnSkeletalMeshes, NiagaraComponents) == 0x0000A8, "Member 'NiagaraHelpers_SpawnSystemOnSkeletalMeshes::NiagaraComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraHelpers_SpawnSystemOnStaticMeshes \ static_assert(alignof(NiagaraHelpers_SpawnSystemOnStaticMeshes) == 0x000010, "Wrong alignment on NiagaraHelpers_SpawnSystemOnStaticMeshes"); \ static_assert(sizeof(NiagaraHelpers_SpawnSystemOnStaticMeshes) == 0x0000C0, "Wrong size on NiagaraHelpers_SpawnSystemOnStaticMeshes"); \ static_assert(offsetof(NiagaraHelpers_SpawnSystemOnStaticMeshes, Actor) == 0x000000, "Member 'NiagaraHelpers_SpawnSystemOnStaticMeshes::Actor' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnSystemOnStaticMeshes, NiagaraSystem) == 0x000008, "Member 'NiagaraHelpers_SpawnSystemOnStaticMeshes::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnSystemOnStaticMeshes, SpawnInfo) == 0x000010, "Member 'NiagaraHelpers_SpawnSystemOnStaticMeshes::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnSystemOnStaticMeshes, Filter) == 0x000090, "Member 'NiagaraHelpers_SpawnSystemOnStaticMeshes::Filter' has a wrong offset!"); \ static_assert(offsetof(NiagaraHelpers_SpawnSystemOnStaticMeshes, NiagaraComponents) == 0x0000A8, "Member 'NiagaraHelpers_SpawnSystemOnStaticMeshes::NiagaraComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraHelpers \ static_assert(alignof(UNiagaraHelpers) == 0x000008, "Wrong alignment on UNiagaraHelpers"); \ static_assert(sizeof(UNiagaraHelpers) == 0x000028, "Wrong size on UNiagaraHelpers"); \ #define DUMPER7_ASSERTS_IInterface_NiagaraHelpersInitializer \ static_assert(alignof(IInterface_NiagaraHelpersInitializer) == 0x000001, "Wrong alignment on IInterface_NiagaraHelpersInitializer"); \ static_assert(sizeof(IInterface_NiagaraHelpersInitializer) == 0x000001, "Wrong size on IInterface_NiagaraHelpersInitializer"); \ #define DUMPER7_ASSERTS_UNiagaraHelpersFullVariableListCacheEntry \ static_assert(alignof(UNiagaraHelpersFullVariableListCacheEntry) == 0x000008, "Wrong alignment on UNiagaraHelpersFullVariableListCacheEntry"); \ static_assert(sizeof(UNiagaraHelpersFullVariableListCacheEntry) == 0x0002B0, "Wrong size on UNiagaraHelpersFullVariableListCacheEntry"); \ static_assert(offsetof(UNiagaraHelpersFullVariableListCacheEntry, System) == 0x000028, "Member 'UNiagaraHelpersFullVariableListCacheEntry::System' has a wrong offset!"); \ static_assert(offsetof(UNiagaraHelpersFullVariableListCacheEntry, FullVariableList) == 0x000030, "Member 'UNiagaraHelpersFullVariableListCacheEntry::FullVariableList' has a wrong offset!"); \ static_assert(offsetof(UNiagaraHelpersFullVariableListCacheEntry, CacheTime) == 0x0002A0, "Member 'UNiagaraHelpersFullVariableListCacheEntry::CacheTime' has a wrong offset!"); \ static_assert(offsetof(UNiagaraHelpersFullVariableListCacheEntry, bHaveSetupVariables) == 0x0002A8, "Member 'UNiagaraHelpersFullVariableListCacheEntry::bHaveSetupVariables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraHelpersFullVariableListCacheEntryStatic \ static_assert(alignof(UNiagaraHelpersFullVariableListCacheEntryStatic) == 0x000008, "Wrong alignment on UNiagaraHelpersFullVariableListCacheEntryStatic"); \ static_assert(sizeof(UNiagaraHelpersFullVariableListCacheEntryStatic) == 0x0002B0, "Wrong size on UNiagaraHelpersFullVariableListCacheEntryStatic"); \ #define DUMPER7_ASSERTS_UNiagaraHelpersFullVariableListCacheEntryDynamic \ static_assert(alignof(UNiagaraHelpersFullVariableListCacheEntryDynamic) == 0x000008, "Wrong alignment on UNiagaraHelpersFullVariableListCacheEntryDynamic"); \ static_assert(sizeof(UNiagaraHelpersFullVariableListCacheEntryDynamic) == 0x0002C0, "Wrong size on UNiagaraHelpersFullVariableListCacheEntryDynamic"); \ static_assert(offsetof(UNiagaraHelpersFullVariableListCacheEntryDynamic, ProbeComponent) == 0x0002B0, "Member 'UNiagaraHelpersFullVariableListCacheEntryDynamic::ProbeComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraSystemWithVars_MultiSpawnOnPrimitivesWithVars \ static_assert(alignof(NiagaraSystemWithVars_MultiSpawnOnPrimitivesWithVars) == 0x000010, "Wrong alignment on NiagaraSystemWithVars_MultiSpawnOnPrimitivesWithVars"); \ static_assert(sizeof(NiagaraSystemWithVars_MultiSpawnOnPrimitivesWithVars) == 0x0000B0, "Wrong size on NiagaraSystemWithVars_MultiSpawnOnPrimitivesWithVars"); \ static_assert(offsetof(NiagaraSystemWithVars_MultiSpawnOnPrimitivesWithVars, Actor) == 0x000000, "Member 'NiagaraSystemWithVars_MultiSpawnOnPrimitivesWithVars::Actor' has a wrong offset!"); \ static_assert(offsetof(NiagaraSystemWithVars_MultiSpawnOnPrimitivesWithVars, SpawnInfo) == 0x000010, "Member 'NiagaraSystemWithVars_MultiSpawnOnPrimitivesWithVars::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(NiagaraSystemWithVars_MultiSpawnOnPrimitivesWithVars, Filter) == 0x000080, "Member 'NiagaraSystemWithVars_MultiSpawnOnPrimitivesWithVars::Filter' has a wrong offset!"); \ static_assert(offsetof(NiagaraSystemWithVars_MultiSpawnOnPrimitivesWithVars, NiagaraComponents) == 0x000098, "Member 'NiagaraSystemWithVars_MultiSpawnOnPrimitivesWithVars::NiagaraComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraSystemWithVars_MultiSpawnOnSkeletalMeshesWithVars \ static_assert(alignof(NiagaraSystemWithVars_MultiSpawnOnSkeletalMeshesWithVars) == 0x000010, "Wrong alignment on NiagaraSystemWithVars_MultiSpawnOnSkeletalMeshesWithVars"); \ static_assert(sizeof(NiagaraSystemWithVars_MultiSpawnOnSkeletalMeshesWithVars) == 0x0000C0, "Wrong size on NiagaraSystemWithVars_MultiSpawnOnSkeletalMeshesWithVars"); \ static_assert(offsetof(NiagaraSystemWithVars_MultiSpawnOnSkeletalMeshesWithVars, Actor) == 0x000000, "Member 'NiagaraSystemWithVars_MultiSpawnOnSkeletalMeshesWithVars::Actor' has a wrong offset!"); \ static_assert(offsetof(NiagaraSystemWithVars_MultiSpawnOnSkeletalMeshesWithVars, SpawnInfo) == 0x000010, "Member 'NiagaraSystemWithVars_MultiSpawnOnSkeletalMeshesWithVars::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(NiagaraSystemWithVars_MultiSpawnOnSkeletalMeshesWithVars, Filter) == 0x000090, "Member 'NiagaraSystemWithVars_MultiSpawnOnSkeletalMeshesWithVars::Filter' has a wrong offset!"); \ static_assert(offsetof(NiagaraSystemWithVars_MultiSpawnOnSkeletalMeshesWithVars, NiagaraComponents) == 0x0000A8, "Member 'NiagaraSystemWithVars_MultiSpawnOnSkeletalMeshesWithVars::NiagaraComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraSystemWithVars_MultiSpawnOnStaticMeshesWithVars \ static_assert(alignof(NiagaraSystemWithVars_MultiSpawnOnStaticMeshesWithVars) == 0x000010, "Wrong alignment on NiagaraSystemWithVars_MultiSpawnOnStaticMeshesWithVars"); \ static_assert(sizeof(NiagaraSystemWithVars_MultiSpawnOnStaticMeshesWithVars) == 0x0000C0, "Wrong size on NiagaraSystemWithVars_MultiSpawnOnStaticMeshesWithVars"); \ static_assert(offsetof(NiagaraSystemWithVars_MultiSpawnOnStaticMeshesWithVars, Actor) == 0x000000, "Member 'NiagaraSystemWithVars_MultiSpawnOnStaticMeshesWithVars::Actor' has a wrong offset!"); \ static_assert(offsetof(NiagaraSystemWithVars_MultiSpawnOnStaticMeshesWithVars, SpawnInfo) == 0x000010, "Member 'NiagaraSystemWithVars_MultiSpawnOnStaticMeshesWithVars::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(NiagaraSystemWithVars_MultiSpawnOnStaticMeshesWithVars, Filter) == 0x000090, "Member 'NiagaraSystemWithVars_MultiSpawnOnStaticMeshesWithVars::Filter' has a wrong offset!"); \ static_assert(offsetof(NiagaraSystemWithVars_MultiSpawnOnStaticMeshesWithVars, NiagaraComponents) == 0x0000A8, "Member 'NiagaraSystemWithVars_MultiSpawnOnStaticMeshesWithVars::NiagaraComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraSystemWithVars_SpawnAttachedActorWithVars \ static_assert(alignof(NiagaraSystemWithVars_SpawnAttachedActorWithVars) == 0x000010, "Wrong alignment on NiagaraSystemWithVars_SpawnAttachedActorWithVars"); \ static_assert(sizeof(NiagaraSystemWithVars_SpawnAttachedActorWithVars) == 0x0000A0, "Wrong size on NiagaraSystemWithVars_SpawnAttachedActorWithVars"); \ static_assert(offsetof(NiagaraSystemWithVars_SpawnAttachedActorWithVars, Actor) == 0x000000, "Member 'NiagaraSystemWithVars_SpawnAttachedActorWithVars::Actor' has a wrong offset!"); \ static_assert(offsetof(NiagaraSystemWithVars_SpawnAttachedActorWithVars, SpawnInfo) == 0x000010, "Member 'NiagaraSystemWithVars_SpawnAttachedActorWithVars::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(NiagaraSystemWithVars_SpawnAttachedActorWithVars, NiagaraComponent) == 0x000090, "Member 'NiagaraSystemWithVars_SpawnAttachedActorWithVars::NiagaraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraSystemWithVars_SpawnAttachedWithVars \ static_assert(alignof(NiagaraSystemWithVars_SpawnAttachedWithVars) == 0x000010, "Wrong alignment on NiagaraSystemWithVars_SpawnAttachedWithVars"); \ static_assert(sizeof(NiagaraSystemWithVars_SpawnAttachedWithVars) == 0x0000A0, "Wrong size on NiagaraSystemWithVars_SpawnAttachedWithVars"); \ static_assert(offsetof(NiagaraSystemWithVars_SpawnAttachedWithVars, SceneComponent) == 0x000000, "Member 'NiagaraSystemWithVars_SpawnAttachedWithVars::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(NiagaraSystemWithVars_SpawnAttachedWithVars, SpawnInfo) == 0x000010, "Member 'NiagaraSystemWithVars_SpawnAttachedWithVars::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(NiagaraSystemWithVars_SpawnAttachedWithVars, NiagaraComponent) == 0x000090, "Member 'NiagaraSystemWithVars_SpawnAttachedWithVars::NiagaraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraSystemWithVars_SpawnInWorldWithVars \ static_assert(alignof(NiagaraSystemWithVars_SpawnInWorldWithVars) == 0x000010, "Wrong alignment on NiagaraSystemWithVars_SpawnInWorldWithVars"); \ static_assert(sizeof(NiagaraSystemWithVars_SpawnInWorldWithVars) == 0x000070, "Wrong size on NiagaraSystemWithVars_SpawnInWorldWithVars"); \ static_assert(offsetof(NiagaraSystemWithVars_SpawnInWorldWithVars, WorldContextObject) == 0x000000, "Member 'NiagaraSystemWithVars_SpawnInWorldWithVars::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NiagaraSystemWithVars_SpawnInWorldWithVars, SpawnInfo) == 0x000010, "Member 'NiagaraSystemWithVars_SpawnInWorldWithVars::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(NiagaraSystemWithVars_SpawnInWorldWithVars, NiagaraComponent) == 0x000060, "Member 'NiagaraSystemWithVars_SpawnInWorldWithVars::NiagaraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraSystemWithVars \ static_assert(alignof(UNiagaraSystemWithVars) == 0x000008, "Wrong alignment on UNiagaraSystemWithVars"); \ static_assert(sizeof(UNiagaraSystemWithVars) == 0x0000B0, "Wrong size on UNiagaraSystemWithVars"); \ static_assert(offsetof(UNiagaraSystemWithVars, NiagaraSystem) == 0x000038, "Member 'UNiagaraSystemWithVars::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystemWithVars, Overrides) == 0x000040, "Member 'UNiagaraSystemWithVars::Overrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWindAffectedScale \ static_assert(alignof(FWindAffectedScale) == 0x000004, "Wrong alignment on FWindAffectedScale"); \ static_assert(sizeof(FWindAffectedScale) == 0x000010, "Wrong size on FWindAffectedScale"); \ static_assert(offsetof(FWindAffectedScale, ScaleMinMax) == 0x000000, "Member 'FWindAffectedScale::ScaleMinMax' has a wrong offset!"); \ static_assert(offsetof(FWindAffectedScale, WindSpeedMinMax) == 0x000008, "Member 'FWindAffectedScale::WindSpeedMinMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWindAffectedScales \ static_assert(alignof(FWindAffectedScales) == 0x000004, "Wrong alignment on FWindAffectedScales"); \ static_assert(sizeof(FWindAffectedScales) == 0x000034, "Wrong size on FWindAffectedScales"); \ static_assert(offsetof(FWindAffectedScales, ScaleX) == 0x000000, "Member 'FWindAffectedScales::ScaleX' has a wrong offset!"); \ static_assert(offsetof(FWindAffectedScales, ScaleY) == 0x000010, "Member 'FWindAffectedScales::ScaleY' has a wrong offset!"); \ static_assert(offsetof(FWindAffectedScales, ScaleZ) == 0x000020, "Member 'FWindAffectedScales::ScaleZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindGustControllerSimplexNoise \ static_assert(alignof(UWindGustControllerSimplexNoise) == 0x000008, "Wrong alignment on UWindGustControllerSimplexNoise"); \ static_assert(sizeof(UWindGustControllerSimplexNoise) == 0x000050, "Wrong size on UWindGustControllerSimplexNoise"); \ static_assert(offsetof(UWindGustControllerSimplexNoise, TimeScale) == 0x000028, "Member 'UWindGustControllerSimplexNoise::TimeScale' has a wrong offset!"); \ static_assert(offsetof(UWindGustControllerSimplexNoise, PositionScale) == 0x00002C, "Member 'UWindGustControllerSimplexNoise::PositionScale' has a wrong offset!"); \ static_assert(offsetof(UWindGustControllerSimplexNoise, Mode) == 0x000038, "Member 'UWindGustControllerSimplexNoise::Mode' has a wrong offset!"); \ static_assert(offsetof(UWindGustControllerSimplexNoise, Seed) == 0x00003C, "Member 'UWindGustControllerSimplexNoise::Seed' has a wrong offset!"); \ static_assert(offsetof(UWindGustControllerSimplexNoise, InvPositionScale) == 0x000040, "Member 'UWindGustControllerSimplexNoise::InvPositionScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindGustControllerSimplexNoiseDirection \ static_assert(alignof(UWindGustControllerSimplexNoiseDirection) == 0x000008, "Wrong alignment on UWindGustControllerSimplexNoiseDirection"); \ static_assert(sizeof(UWindGustControllerSimplexNoiseDirection) == 0x000068, "Wrong size on UWindGustControllerSimplexNoiseDirection"); \ static_assert(offsetof(UWindGustControllerSimplexNoiseDirection, NoiseRangeIn) == 0x000050, "Member 'UWindGustControllerSimplexNoiseDirection::NoiseRangeIn' has a wrong offset!"); \ static_assert(offsetof(UWindGustControllerSimplexNoiseDirection, GustRangeOut) == 0x000058, "Member 'UWindGustControllerSimplexNoiseDirection::GustRangeOut' has a wrong offset!"); \ static_assert(offsetof(UWindGustControllerSimplexNoiseDirection, Remap) == 0x000060, "Member 'UWindGustControllerSimplexNoiseDirection::Remap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceWindMap \ static_assert(alignof(UNiagaraDataInterfaceWindMap) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceWindMap"); \ static_assert(sizeof(UNiagaraDataInterfaceWindMap) == 0x000038, "Wrong size on UNiagaraDataInterfaceWindMap"); \ #define DUMPER7_ASSERTS_WindAlignComponent_SetBidirectional \ static_assert(alignof(WindAlignComponent_SetBidirectional) == 0x000001, "Wrong alignment on WindAlignComponent_SetBidirectional"); \ static_assert(sizeof(WindAlignComponent_SetBidirectional) == 0x000001, "Wrong size on WindAlignComponent_SetBidirectional"); \ static_assert(offsetof(WindAlignComponent_SetBidirectional, bInNewBidirectional) == 0x000000, "Member 'WindAlignComponent_SetBidirectional::bInNewBidirectional' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindAlignComponent_SetOutdoors \ static_assert(alignof(WindAlignComponent_SetOutdoors) == 0x000004, "Wrong alignment on WindAlignComponent_SetOutdoors"); \ static_assert(sizeof(WindAlignComponent_SetOutdoors) == 0x000004, "Wrong size on WindAlignComponent_SetOutdoors"); \ static_assert(offsetof(WindAlignComponent_SetOutdoors, InNewOutdoors) == 0x000000, "Member 'WindAlignComponent_SetOutdoors::InNewOutdoors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindAlignComponent_SetPriority \ static_assert(alignof(WindAlignComponent_SetPriority) == 0x000004, "Wrong alignment on WindAlignComponent_SetPriority"); \ static_assert(sizeof(WindAlignComponent_SetPriority) == 0x000004, "Wrong size on WindAlignComponent_SetPriority"); \ static_assert(offsetof(WindAlignComponent_SetPriority, InNewPriority) == 0x000000, "Member 'WindAlignComponent_SetPriority::InNewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindAlignComponent_SetSpeedMod \ static_assert(alignof(WindAlignComponent_SetSpeedMod) == 0x000004, "Wrong alignment on WindAlignComponent_SetSpeedMod"); \ static_assert(sizeof(WindAlignComponent_SetSpeedMod) == 0x000004, "Wrong size on WindAlignComponent_SetSpeedMod"); \ static_assert(offsetof(WindAlignComponent_SetSpeedMod, InNewSpeed) == 0x000000, "Member 'WindAlignComponent_SetSpeedMod::InNewSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindAlignComponent_SetStrength \ static_assert(alignof(WindAlignComponent_SetStrength) == 0x000004, "Wrong alignment on WindAlignComponent_SetStrength"); \ static_assert(sizeof(WindAlignComponent_SetStrength) == 0x000004, "Wrong size on WindAlignComponent_SetStrength"); \ static_assert(offsetof(WindAlignComponent_SetStrength, InNewStrength) == 0x000000, "Member 'WindAlignComponent_SetStrength::InNewStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindAlignComponent_SetTransitionDistance \ static_assert(alignof(WindAlignComponent_SetTransitionDistance) == 0x000004, "Wrong alignment on WindAlignComponent_SetTransitionDistance"); \ static_assert(sizeof(WindAlignComponent_SetTransitionDistance) == 0x000004, "Wrong size on WindAlignComponent_SetTransitionDistance"); \ static_assert(offsetof(WindAlignComponent_SetTransitionDistance, InTransitionDistance) == 0x000000, "Member 'WindAlignComponent_SetTransitionDistance::InTransitionDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindAlignComponent \ static_assert(alignof(UWindAlignComponent) == 0x000010, "Wrong alignment on UWindAlignComponent"); \ static_assert(sizeof(UWindAlignComponent) == 0x000240, "Wrong size on UWindAlignComponent"); \ static_assert(offsetof(UWindAlignComponent, Outdoors) == 0x000220, "Member 'UWindAlignComponent::Outdoors' has a wrong offset!"); \ static_assert(offsetof(UWindAlignComponent, Priority) == 0x000224, "Member 'UWindAlignComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UWindAlignComponent, Strength) == 0x000228, "Member 'UWindAlignComponent::Strength' has a wrong offset!"); \ static_assert(offsetof(UWindAlignComponent, SpeedMod) == 0x00022C, "Member 'UWindAlignComponent::SpeedMod' has a wrong offset!"); \ static_assert(offsetof(UWindAlignComponent, TransitionDistance) == 0x000230, "Member 'UWindAlignComponent::TransitionDistance' has a wrong offset!"); \ static_assert(offsetof(UWindAlignComponent, bBidirectional) == 0x000234, "Member 'UWindAlignComponent::bBidirectional' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWindAlign \ static_assert(alignof(AWindAlign) == 0x000008, "Wrong alignment on AWindAlign"); \ static_assert(sizeof(AWindAlign) == 0x000250, "Wrong size on AWindAlign"); \ static_assert(offsetof(AWindAlign, Component) == 0x000248, "Member 'AWindAlign::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindDeflectorComponent_SetBidirectional \ static_assert(alignof(WindDeflectorComponent_SetBidirectional) == 0x000001, "Wrong alignment on WindDeflectorComponent_SetBidirectional"); \ static_assert(sizeof(WindDeflectorComponent_SetBidirectional) == 0x000001, "Wrong size on WindDeflectorComponent_SetBidirectional"); \ static_assert(offsetof(WindDeflectorComponent_SetBidirectional, bInNewBidirectional) == 0x000000, "Member 'WindDeflectorComponent_SetBidirectional::bInNewBidirectional' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindDeflectorComponent_SetFlipNormal \ static_assert(alignof(WindDeflectorComponent_SetFlipNormal) == 0x000001, "Wrong alignment on WindDeflectorComponent_SetFlipNormal"); \ static_assert(sizeof(WindDeflectorComponent_SetFlipNormal) == 0x000001, "Wrong size on WindDeflectorComponent_SetFlipNormal"); \ static_assert(offsetof(WindDeflectorComponent_SetFlipNormal, bInNewFlipNormal) == 0x000000, "Member 'WindDeflectorComponent_SetFlipNormal::bInNewFlipNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindDeflectorComponent_SetFullEffectAlongNormal \ static_assert(alignof(WindDeflectorComponent_SetFullEffectAlongNormal) == 0x000004, "Wrong alignment on WindDeflectorComponent_SetFullEffectAlongNormal"); \ static_assert(sizeof(WindDeflectorComponent_SetFullEffectAlongNormal) == 0x000004, "Wrong size on WindDeflectorComponent_SetFullEffectAlongNormal"); \ static_assert(offsetof(WindDeflectorComponent_SetFullEffectAlongNormal, InNewFullEffectAlongNormal) == 0x000000, "Member 'WindDeflectorComponent_SetFullEffectAlongNormal::InNewFullEffectAlongNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindDeflectorComponent_SetOutdoors \ static_assert(alignof(WindDeflectorComponent_SetOutdoors) == 0x000004, "Wrong alignment on WindDeflectorComponent_SetOutdoors"); \ static_assert(sizeof(WindDeflectorComponent_SetOutdoors) == 0x000004, "Wrong size on WindDeflectorComponent_SetOutdoors"); \ static_assert(offsetof(WindDeflectorComponent_SetOutdoors, InNewOutdoors) == 0x000000, "Member 'WindDeflectorComponent_SetOutdoors::InNewOutdoors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindDeflectorComponent_SetPriority \ static_assert(alignof(WindDeflectorComponent_SetPriority) == 0x000004, "Wrong alignment on WindDeflectorComponent_SetPriority"); \ static_assert(sizeof(WindDeflectorComponent_SetPriority) == 0x000004, "Wrong size on WindDeflectorComponent_SetPriority"); \ static_assert(offsetof(WindDeflectorComponent_SetPriority, InNewPriority) == 0x000000, "Member 'WindDeflectorComponent_SetPriority::InNewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindDeflectorComponent_SetSpeedMod \ static_assert(alignof(WindDeflectorComponent_SetSpeedMod) == 0x000004, "Wrong alignment on WindDeflectorComponent_SetSpeedMod"); \ static_assert(sizeof(WindDeflectorComponent_SetSpeedMod) == 0x000004, "Wrong size on WindDeflectorComponent_SetSpeedMod"); \ static_assert(offsetof(WindDeflectorComponent_SetSpeedMod, InNewSpeed) == 0x000000, "Member 'WindDeflectorComponent_SetSpeedMod::InNewSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindDeflectorComponent_SetStrength \ static_assert(alignof(WindDeflectorComponent_SetStrength) == 0x000004, "Wrong alignment on WindDeflectorComponent_SetStrength"); \ static_assert(sizeof(WindDeflectorComponent_SetStrength) == 0x000004, "Wrong size on WindDeflectorComponent_SetStrength"); \ static_assert(offsetof(WindDeflectorComponent_SetStrength, InNewStrength) == 0x000000, "Member 'WindDeflectorComponent_SetStrength::InNewStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindDeflectorComponent_SetTransitionDistanceAlongDirection \ static_assert(alignof(WindDeflectorComponent_SetTransitionDistanceAlongDirection) == 0x000004, "Wrong alignment on WindDeflectorComponent_SetTransitionDistanceAlongDirection"); \ static_assert(sizeof(WindDeflectorComponent_SetTransitionDistanceAlongDirection) == 0x000004, "Wrong size on WindDeflectorComponent_SetTransitionDistanceAlongDirection"); \ static_assert(offsetof(WindDeflectorComponent_SetTransitionDistanceAlongDirection, InNewTransitionDistanceAlongDirection) == 0x000000, "Member 'WindDeflectorComponent_SetTransitionDistanceAlongDirection::InNewTransitionDistanceAlongDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindDeflectorComponent \ static_assert(alignof(UWindDeflectorComponent) == 0x000010, "Wrong alignment on UWindDeflectorComponent"); \ static_assert(sizeof(UWindDeflectorComponent) == 0x000240, "Wrong size on UWindDeflectorComponent"); \ static_assert(offsetof(UWindDeflectorComponent, Outdoors) == 0x000220, "Member 'UWindDeflectorComponent::Outdoors' has a wrong offset!"); \ static_assert(offsetof(UWindDeflectorComponent, Priority) == 0x000224, "Member 'UWindDeflectorComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UWindDeflectorComponent, Strength) == 0x000228, "Member 'UWindDeflectorComponent::Strength' has a wrong offset!"); \ static_assert(offsetof(UWindDeflectorComponent, SpeedMod) == 0x00022C, "Member 'UWindDeflectorComponent::SpeedMod' has a wrong offset!"); \ static_assert(offsetof(UWindDeflectorComponent, TransitionDistanceAlongDirection) == 0x000230, "Member 'UWindDeflectorComponent::TransitionDistanceAlongDirection' has a wrong offset!"); \ static_assert(offsetof(UWindDeflectorComponent, FullEffectAlongNormal) == 0x000234, "Member 'UWindDeflectorComponent::FullEffectAlongNormal' has a wrong offset!"); \ static_assert(offsetof(UWindDeflectorComponent, bBidirectional) == 0x000238, "Member 'UWindDeflectorComponent::bBidirectional' has a wrong offset!"); \ static_assert(offsetof(UWindDeflectorComponent, bFlipNormal) == 0x000239, "Member 'UWindDeflectorComponent::bFlipNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWindDeflector \ static_assert(alignof(AWindDeflector) == 0x000008, "Wrong alignment on AWindDeflector"); \ static_assert(sizeof(AWindDeflector) == 0x000250, "Wrong size on AWindDeflector"); \ static_assert(offsetof(AWindDeflector, Component) == 0x000248, "Member 'AWindDeflector::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindGustControllerSimplexNoiseSpeed \ static_assert(alignof(UWindGustControllerSimplexNoiseSpeed) == 0x000008, "Wrong alignment on UWindGustControllerSimplexNoiseSpeed"); \ static_assert(sizeof(UWindGustControllerSimplexNoiseSpeed) == 0x000068, "Wrong size on UWindGustControllerSimplexNoiseSpeed"); \ static_assert(offsetof(UWindGustControllerSimplexNoiseSpeed, NoiseRangeIn) == 0x000050, "Member 'UWindGustControllerSimplexNoiseSpeed::NoiseRangeIn' has a wrong offset!"); \ static_assert(offsetof(UWindGustControllerSimplexNoiseSpeed, GustRangeOut) == 0x000058, "Member 'UWindGustControllerSimplexNoiseSpeed::GustRangeOut' has a wrong offset!"); \ static_assert(offsetof(UWindGustControllerSimplexNoiseSpeed, Remap) == 0x000060, "Member 'UWindGustControllerSimplexNoiseSpeed::Remap' has a wrong offset!"); \ static_assert(offsetof(UWindGustControllerSimplexNoiseSpeed, SpeedOp) == 0x000061, "Member 'UWindGustControllerSimplexNoiseSpeed::SpeedOp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Wind_BeaufortScaleFromSpeed \ static_assert(alignof(Wind_BeaufortScaleFromSpeed) == 0x000004, "Wrong alignment on Wind_BeaufortScaleFromSpeed"); \ static_assert(sizeof(Wind_BeaufortScaleFromSpeed) == 0x000008, "Wrong size on Wind_BeaufortScaleFromSpeed"); \ static_assert(offsetof(Wind_BeaufortScaleFromSpeed, WindSpeed) == 0x000000, "Member 'Wind_BeaufortScaleFromSpeed::WindSpeed' has a wrong offset!"); \ static_assert(offsetof(Wind_BeaufortScaleFromSpeed, BeaufortWindScale) == 0x000004, "Member 'Wind_BeaufortScaleFromSpeed::BeaufortWindScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Wind_BeaufortScaleName \ static_assert(alignof(Wind_BeaufortScaleName) == 0x000008, "Wrong alignment on Wind_BeaufortScaleName"); \ static_assert(sizeof(Wind_BeaufortScaleName) == 0x000028, "Wrong size on Wind_BeaufortScaleName"); \ static_assert(offsetof(Wind_BeaufortScaleName, BeaufortWindScale) == 0x000000, "Member 'Wind_BeaufortScaleName::BeaufortWindScale' has a wrong offset!"); \ static_assert(offsetof(Wind_BeaufortScaleName, ScaleINdex) == 0x000004, "Member 'Wind_BeaufortScaleName::ScaleINdex' has a wrong offset!"); \ static_assert(offsetof(Wind_BeaufortScaleName, ScaleName) == 0x000008, "Member 'Wind_BeaufortScaleName::ScaleName' has a wrong offset!"); \ static_assert(offsetof(Wind_BeaufortScaleName, ScaleDescription) == 0x000018, "Member 'Wind_BeaufortScaleName::ScaleDescription' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Wind_GetWindAtActor \ static_assert(alignof(Wind_GetWindAtActor) == 0x000008, "Wrong alignment on Wind_GetWindAtActor"); \ static_assert(sizeof(Wind_GetWindAtActor) == 0x000020, "Wrong size on Wind_GetWindAtActor"); \ static_assert(offsetof(Wind_GetWindAtActor, Actor) == 0x000000, "Member 'Wind_GetWindAtActor::Actor' has a wrong offset!"); \ static_assert(offsetof(Wind_GetWindAtActor, WindDirection) == 0x000008, "Member 'Wind_GetWindAtActor::WindDirection' has a wrong offset!"); \ static_assert(offsetof(Wind_GetWindAtActor, WindSpeed) == 0x000014, "Member 'Wind_GetWindAtActor::WindSpeed' has a wrong offset!"); \ static_assert(offsetof(Wind_GetWindAtActor, bIndoors) == 0x000018, "Member 'Wind_GetWindAtActor::bIndoors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Wind_GetWindAtComponent \ static_assert(alignof(Wind_GetWindAtComponent) == 0x000008, "Wrong alignment on Wind_GetWindAtComponent"); \ static_assert(sizeof(Wind_GetWindAtComponent) == 0x000020, "Wrong size on Wind_GetWindAtComponent"); \ static_assert(offsetof(Wind_GetWindAtComponent, SceneComponent) == 0x000000, "Member 'Wind_GetWindAtComponent::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(Wind_GetWindAtComponent, WindDirection) == 0x000008, "Member 'Wind_GetWindAtComponent::WindDirection' has a wrong offset!"); \ static_assert(offsetof(Wind_GetWindAtComponent, WindSpeed) == 0x000014, "Member 'Wind_GetWindAtComponent::WindSpeed' has a wrong offset!"); \ static_assert(offsetof(Wind_GetWindAtComponent, bIndoors) == 0x000018, "Member 'Wind_GetWindAtComponent::bIndoors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Wind_GetWindAtPosition \ static_assert(alignof(Wind_GetWindAtPosition) == 0x000008, "Wrong alignment on Wind_GetWindAtPosition"); \ static_assert(sizeof(Wind_GetWindAtPosition) == 0x000028, "Wrong size on Wind_GetWindAtPosition"); \ static_assert(offsetof(Wind_GetWindAtPosition, WorldContextObject) == 0x000000, "Member 'Wind_GetWindAtPosition::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(Wind_GetWindAtPosition, Position) == 0x000008, "Member 'Wind_GetWindAtPosition::Position' has a wrong offset!"); \ static_assert(offsetof(Wind_GetWindAtPosition, WindDirection) == 0x000014, "Member 'Wind_GetWindAtPosition::WindDirection' has a wrong offset!"); \ static_assert(offsetof(Wind_GetWindAtPosition, WindSpeed) == 0x000020, "Member 'Wind_GetWindAtPosition::WindSpeed' has a wrong offset!"); \ static_assert(offsetof(Wind_GetWindAtPosition, IncludeOutdoors) == 0x000024, "Member 'Wind_GetWindAtPosition::IncludeOutdoors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Wind_WindDirectionCompassName \ static_assert(alignof(Wind_WindDirectionCompassName) == 0x000008, "Wrong alignment on Wind_WindDirectionCompassName"); \ static_assert(sizeof(Wind_WindDirectionCompassName) == 0x000018, "Wrong size on Wind_WindDirectionCompassName"); \ static_assert(offsetof(Wind_WindDirectionCompassName, WindDirectionCompass) == 0x000000, "Member 'Wind_WindDirectionCompassName::WindDirectionCompass' has a wrong offset!"); \ static_assert(offsetof(Wind_WindDirectionCompassName, CompassName) == 0x000008, "Member 'Wind_WindDirectionCompassName::CompassName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Wind_WindDirectionToCompass \ static_assert(alignof(Wind_WindDirectionToCompass) == 0x000008, "Wrong alignment on Wind_WindDirectionToCompass"); \ static_assert(sizeof(Wind_WindDirectionToCompass) == 0x000018, "Wrong size on Wind_WindDirectionToCompass"); \ static_assert(offsetof(Wind_WindDirectionToCompass, WorldContextObject) == 0x000000, "Member 'Wind_WindDirectionToCompass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(Wind_WindDirectionToCompass, WindDirection) == 0x000008, "Member 'Wind_WindDirectionToCompass::WindDirection' has a wrong offset!"); \ static_assert(offsetof(Wind_WindDirectionToCompass, WindDirectionCompass) == 0x000014, "Member 'Wind_WindDirectionToCompass::WindDirectionCompass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Wind_WindDirectionToWorldAzimuth \ static_assert(alignof(Wind_WindDirectionToWorldAzimuth) == 0x000008, "Wrong alignment on Wind_WindDirectionToWorldAzimuth"); \ static_assert(sizeof(Wind_WindDirectionToWorldAzimuth) == 0x000018, "Wrong size on Wind_WindDirectionToWorldAzimuth"); \ static_assert(offsetof(Wind_WindDirectionToWorldAzimuth, WorldContextObject) == 0x000000, "Member 'Wind_WindDirectionToWorldAzimuth::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(Wind_WindDirectionToWorldAzimuth, WindDirection) == 0x000008, "Member 'Wind_WindDirectionToWorldAzimuth::WindDirection' has a wrong offset!"); \ static_assert(offsetof(Wind_WindDirectionToWorldAzimuth, WindAzimuthDegrees) == 0x000014, "Member 'Wind_WindDirectionToWorldAzimuth::WindAzimuthDegrees' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Wind_WindDirectionToWorldAzimuthAltitude \ static_assert(alignof(Wind_WindDirectionToWorldAzimuthAltitude) == 0x000008, "Wrong alignment on Wind_WindDirectionToWorldAzimuthAltitude"); \ static_assert(sizeof(Wind_WindDirectionToWorldAzimuthAltitude) == 0x000020, "Wrong size on Wind_WindDirectionToWorldAzimuthAltitude"); \ static_assert(offsetof(Wind_WindDirectionToWorldAzimuthAltitude, WorldContextObject) == 0x000000, "Member 'Wind_WindDirectionToWorldAzimuthAltitude::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(Wind_WindDirectionToWorldAzimuthAltitude, WindDirection) == 0x000008, "Member 'Wind_WindDirectionToWorldAzimuthAltitude::WindDirection' has a wrong offset!"); \ static_assert(offsetof(Wind_WindDirectionToWorldAzimuthAltitude, WindAzimuthDegrees) == 0x000014, "Member 'Wind_WindDirectionToWorldAzimuthAltitude::WindAzimuthDegrees' has a wrong offset!"); \ static_assert(offsetof(Wind_WindDirectionToWorldAzimuthAltitude, WindAltitudeDegrees) == 0x000018, "Member 'Wind_WindDirectionToWorldAzimuthAltitude::WindAltitudeDegrees' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Wind_WindWorldAzimuthToCompass \ static_assert(alignof(Wind_WindWorldAzimuthToCompass) == 0x000004, "Wrong alignment on Wind_WindWorldAzimuthToCompass"); \ static_assert(sizeof(Wind_WindWorldAzimuthToCompass) == 0x000008, "Wrong size on Wind_WindWorldAzimuthToCompass"); \ static_assert(offsetof(Wind_WindWorldAzimuthToCompass, WindAzimuthDegrees) == 0x000000, "Member 'Wind_WindWorldAzimuthToCompass::WindAzimuthDegrees' has a wrong offset!"); \ static_assert(offsetof(Wind_WindWorldAzimuthToCompass, WindDirectionCompass) == 0x000004, "Member 'Wind_WindWorldAzimuthToCompass::WindDirectionCompass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWind \ static_assert(alignof(UWind) == 0x000008, "Wrong alignment on UWind"); \ static_assert(sizeof(UWind) == 0x000028, "Wrong size on UWind"); \ #define DUMPER7_ASSERTS_InsideOutside_ActorInsideCached \ static_assert(alignof(InsideOutside_ActorInsideCached) == 0x000008, "Wrong alignment on InsideOutside_ActorInsideCached"); \ static_assert(sizeof(InsideOutside_ActorInsideCached) == 0x000010, "Wrong size on InsideOutside_ActorInsideCached"); \ static_assert(offsetof(InsideOutside_ActorInsideCached, Actor) == 0x000000, "Member 'InsideOutside_ActorInsideCached::Actor' has a wrong offset!"); \ static_assert(offsetof(InsideOutside_ActorInsideCached, ReturnValue) == 0x000008, "Member 'InsideOutside_ActorInsideCached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InsideOutside_ActorInsideCoarseCached \ static_assert(alignof(InsideOutside_ActorInsideCoarseCached) == 0x000008, "Wrong alignment on InsideOutside_ActorInsideCoarseCached"); \ static_assert(sizeof(InsideOutside_ActorInsideCoarseCached) == 0x000010, "Wrong size on InsideOutside_ActorInsideCoarseCached"); \ static_assert(offsetof(InsideOutside_ActorInsideCoarseCached, Actor) == 0x000000, "Member 'InsideOutside_ActorInsideCoarseCached::Actor' has a wrong offset!"); \ static_assert(offsetof(InsideOutside_ActorInsideCoarseCached, ReturnValue) == 0x000008, "Member 'InsideOutside_ActorInsideCoarseCached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InsideOutside_ActorInsideExactCached \ static_assert(alignof(InsideOutside_ActorInsideExactCached) == 0x000008, "Wrong alignment on InsideOutside_ActorInsideExactCached"); \ static_assert(sizeof(InsideOutside_ActorInsideExactCached) == 0x000010, "Wrong size on InsideOutside_ActorInsideExactCached"); \ static_assert(offsetof(InsideOutside_ActorInsideExactCached, Actor) == 0x000000, "Member 'InsideOutside_ActorInsideExactCached::Actor' has a wrong offset!"); \ static_assert(offsetof(InsideOutside_ActorInsideExactCached, ReturnValue) == 0x000008, "Member 'InsideOutside_ActorInsideExactCached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InsideOutside_ActorOutsideCached \ static_assert(alignof(InsideOutside_ActorOutsideCached) == 0x000008, "Wrong alignment on InsideOutside_ActorOutsideCached"); \ static_assert(sizeof(InsideOutside_ActorOutsideCached) == 0x000010, "Wrong size on InsideOutside_ActorOutsideCached"); \ static_assert(offsetof(InsideOutside_ActorOutsideCached, Actor) == 0x000000, "Member 'InsideOutside_ActorOutsideCached::Actor' has a wrong offset!"); \ static_assert(offsetof(InsideOutside_ActorOutsideCached, ReturnValue) == 0x000008, "Member 'InsideOutside_ActorOutsideCached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InsideOutside_ActorOutsideCoarseCached \ static_assert(alignof(InsideOutside_ActorOutsideCoarseCached) == 0x000008, "Wrong alignment on InsideOutside_ActorOutsideCoarseCached"); \ static_assert(sizeof(InsideOutside_ActorOutsideCoarseCached) == 0x000010, "Wrong size on InsideOutside_ActorOutsideCoarseCached"); \ static_assert(offsetof(InsideOutside_ActorOutsideCoarseCached, Actor) == 0x000000, "Member 'InsideOutside_ActorOutsideCoarseCached::Actor' has a wrong offset!"); \ static_assert(offsetof(InsideOutside_ActorOutsideCoarseCached, ReturnValue) == 0x000008, "Member 'InsideOutside_ActorOutsideCoarseCached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InsideOutside_ActorOutsideExactCached \ static_assert(alignof(InsideOutside_ActorOutsideExactCached) == 0x000008, "Wrong alignment on InsideOutside_ActorOutsideExactCached"); \ static_assert(sizeof(InsideOutside_ActorOutsideExactCached) == 0x000010, "Wrong size on InsideOutside_ActorOutsideExactCached"); \ static_assert(offsetof(InsideOutside_ActorOutsideExactCached, Actor) == 0x000000, "Member 'InsideOutside_ActorOutsideExactCached::Actor' has a wrong offset!"); \ static_assert(offsetof(InsideOutside_ActorOutsideExactCached, ReturnValue) == 0x000008, "Member 'InsideOutside_ActorOutsideExactCached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InsideOutside_PositionInside \ static_assert(alignof(InsideOutside_PositionInside) == 0x000008, "Wrong alignment on InsideOutside_PositionInside"); \ static_assert(sizeof(InsideOutside_PositionInside) == 0x000018, "Wrong size on InsideOutside_PositionInside"); \ static_assert(offsetof(InsideOutside_PositionInside, WorldContextObject) == 0x000000, "Member 'InsideOutside_PositionInside::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(InsideOutside_PositionInside, Position) == 0x000008, "Member 'InsideOutside_PositionInside::Position' has a wrong offset!"); \ static_assert(offsetof(InsideOutside_PositionInside, bExact) == 0x000014, "Member 'InsideOutside_PositionInside::bExact' has a wrong offset!"); \ static_assert(offsetof(InsideOutside_PositionInside, ReturnValue) == 0x000015, "Member 'InsideOutside_PositionInside::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InsideOutside_PositionOutside \ static_assert(alignof(InsideOutside_PositionOutside) == 0x000008, "Wrong alignment on InsideOutside_PositionOutside"); \ static_assert(sizeof(InsideOutside_PositionOutside) == 0x000018, "Wrong size on InsideOutside_PositionOutside"); \ static_assert(offsetof(InsideOutside_PositionOutside, WorldContextObject) == 0x000000, "Member 'InsideOutside_PositionOutside::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(InsideOutside_PositionOutside, Position) == 0x000008, "Member 'InsideOutside_PositionOutside::Position' has a wrong offset!"); \ static_assert(offsetof(InsideOutside_PositionOutside, bExact) == 0x000014, "Member 'InsideOutside_PositionOutside::bExact' has a wrong offset!"); \ static_assert(offsetof(InsideOutside_PositionOutside, ReturnValue) == 0x000015, "Member 'InsideOutside_PositionOutside::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInsideOutside \ static_assert(alignof(UInsideOutside) == 0x000008, "Wrong alignment on UInsideOutside"); \ static_assert(sizeof(UInsideOutside) == 0x000028, "Wrong size on UInsideOutside"); \ #define DUMPER7_ASSERTS_UWindTrueNorthComponent \ static_assert(alignof(UWindTrueNorthComponent) == 0x000010, "Wrong alignment on UWindTrueNorthComponent"); \ static_assert(sizeof(UWindTrueNorthComponent) == 0x000220, "Wrong size on UWindTrueNorthComponent"); \ #define DUMPER7_ASSERTS_AWindTrueNorth \ static_assert(alignof(AWindTrueNorth) == 0x000008, "Wrong alignment on AWindTrueNorth"); \ static_assert(sizeof(AWindTrueNorth) == 0x000250, "Wrong size on AWindTrueNorth"); \ static_assert(offsetof(AWindTrueNorth, Component) == 0x000248, "Member 'AWindTrueNorth::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindMapComponent \ static_assert(alignof(UWindMapComponent) == 0x000010, "Wrong alignment on UWindMapComponent"); \ static_assert(sizeof(UWindMapComponent) == 0x000220, "Wrong size on UWindMapComponent"); \ #define DUMPER7_ASSERTS_AWindMapActor \ static_assert(alignof(AWindMapActor) == 0x000008, "Wrong alignment on AWindMapActor"); \ static_assert(sizeof(AWindMapActor) == 0x000250, "Wrong size on AWindMapActor"); \ static_assert(offsetof(AWindMapActor, Component) == 0x000248, "Member 'AWindMapActor::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindMapSubsystem \ static_assert(alignof(UWindMapSubsystem) == 0x000010, "Wrong alignment on UWindMapSubsystem"); \ static_assert(sizeof(UWindMapSubsystem) == 0x0001D0, "Wrong size on UWindMapSubsystem"); \ static_assert(offsetof(UWindMapSubsystem, MaterialParams) == 0x000040, "Member 'UWindMapSubsystem::MaterialParams' has a wrong offset!"); \ static_assert(offsetof(UWindMapSubsystem, NiagaraParams) == 0x000048, "Member 'UWindMapSubsystem::NiagaraParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWindSourceDebugActor \ static_assert(alignof(AWindSourceDebugActor) == 0x000008, "Wrong alignment on AWindSourceDebugActor"); \ static_assert(sizeof(AWindSourceDebugActor) == 0x000298, "Wrong size on AWindSourceDebugActor"); \ static_assert(offsetof(AWindSourceDebugActor, PointsXY) == 0x000248, "Member 'AWindSourceDebugActor::PointsXY' has a wrong offset!"); \ static_assert(offsetof(AWindSourceDebugActor, PointsZ) == 0x00024C, "Member 'AWindSourceDebugActor::PointsZ' has a wrong offset!"); \ static_assert(offsetof(AWindSourceDebugActor, SpacingXY) == 0x000250, "Member 'AWindSourceDebugActor::SpacingXY' has a wrong offset!"); \ static_assert(offsetof(AWindSourceDebugActor, SpacingZ) == 0x000254, "Member 'AWindSourceDebugActor::SpacingZ' has a wrong offset!"); \ static_assert(offsetof(AWindSourceDebugActor, WindSpeedMinMax) == 0x000258, "Member 'AWindSourceDebugActor::WindSpeedMinMax' has a wrong offset!"); \ static_assert(offsetof(AWindSourceDebugActor, WindSpeedLengthScaleMinMax) == 0x000260, "Member 'AWindSourceDebugActor::WindSpeedLengthScaleMinMax' has a wrong offset!"); \ static_assert(offsetof(AWindSourceDebugActor, WindArrowMesh) == 0x000268, "Member 'AWindSourceDebugActor::WindArrowMesh' has a wrong offset!"); \ static_assert(offsetof(AWindSourceDebugActor, WindArrowMeshMaterialOverride) == 0x000270, "Member 'AWindSourceDebugActor::WindArrowMeshMaterialOverride' has a wrong offset!"); \ static_assert(offsetof(AWindSourceDebugActor, ScaleXYZ) == 0x000278, "Member 'AWindSourceDebugActor::ScaleXYZ' has a wrong offset!"); \ static_assert(offsetof(AWindSourceDebugActor, bExactIndoors) == 0x000284, "Member 'AWindSourceDebugActor::bExactIndoors' has a wrong offset!"); \ static_assert(offsetof(AWindSourceDebugActor, bPerSampleInsideTesting) == 0x000285, "Member 'AWindSourceDebugActor::bPerSampleInsideTesting' has a wrong offset!"); \ static_assert(offsetof(AWindSourceDebugActor, bWindSpeedLengthScaling) == 0x000286, "Member 'AWindSourceDebugActor::bWindSpeedLengthScaling' has a wrong offset!"); \ static_assert(offsetof(AWindSourceDebugActor, UpdatePump) == 0x000288, "Member 'AWindSourceDebugActor::UpdatePump' has a wrong offset!"); \ static_assert(offsetof(AWindSourceDebugActor, WindArrows) == 0x000290, "Member 'AWindSourceDebugActor::WindArrows' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindSourceDebugUpdateComponent \ static_assert(alignof(UWindSourceDebugUpdateComponent) == 0x000008, "Wrong alignment on UWindSourceDebugUpdateComponent"); \ static_assert(sizeof(UWindSourceDebugUpdateComponent) == 0x0000D8, "Wrong size on UWindSourceDebugUpdateComponent"); \ static_assert(offsetof(UWindSourceDebugUpdateComponent, UpdatesPerSecond) == 0x0000D0, "Member 'UWindSourceDebugUpdateComponent::UpdatesPerSecond' has a wrong offset!"); \ static_assert(offsetof(UWindSourceDebugUpdateComponent, bOnlyTickAfterBeginPlay) == 0x0000D4, "Member 'UWindSourceDebugUpdateComponent::bOnlyTickAfterBeginPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindSourceVortexComponent_SetAutoKillAfterEnvelope \ static_assert(alignof(WindSourceVortexComponent_SetAutoKillAfterEnvelope) == 0x000001, "Wrong alignment on WindSourceVortexComponent_SetAutoKillAfterEnvelope"); \ static_assert(sizeof(WindSourceVortexComponent_SetAutoKillAfterEnvelope) == 0x000001, "Wrong size on WindSourceVortexComponent_SetAutoKillAfterEnvelope"); \ static_assert(offsetof(WindSourceVortexComponent_SetAutoKillAfterEnvelope, bInNewAutoKillAfterEnvelope) == 0x000000, "Member 'WindSourceVortexComponent_SetAutoKillAfterEnvelope::bInNewAutoKillAfterEnvelope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindSourceVortexComponent_SetEnvelope \ static_assert(alignof(WindSourceVortexComponent_SetEnvelope) == 0x000008, "Wrong alignment on WindSourceVortexComponent_SetEnvelope"); \ static_assert(sizeof(WindSourceVortexComponent_SetEnvelope) == 0x000008, "Wrong size on WindSourceVortexComponent_SetEnvelope"); \ static_assert(offsetof(WindSourceVortexComponent_SetEnvelope, InNewEnvelope) == 0x000000, "Member 'WindSourceVortexComponent_SetEnvelope::InNewEnvelope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindSourceVortexComponent_SetEnvelopeAffects \ static_assert(alignof(WindSourceVortexComponent_SetEnvelopeAffects) == 0x000001, "Wrong alignment on WindSourceVortexComponent_SetEnvelopeAffects"); \ static_assert(sizeof(WindSourceVortexComponent_SetEnvelopeAffects) == 0x000001, "Wrong size on WindSourceVortexComponent_SetEnvelopeAffects"); \ static_assert(offsetof(WindSourceVortexComponent_SetEnvelopeAffects, InNewEnvelopeAffects) == 0x000000, "Member 'WindSourceVortexComponent_SetEnvelopeAffects::InNewEnvelopeAffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindSourceVortexComponent_SetHeight \ static_assert(alignof(WindSourceVortexComponent_SetHeight) == 0x000004, "Wrong alignment on WindSourceVortexComponent_SetHeight"); \ static_assert(sizeof(WindSourceVortexComponent_SetHeight) == 0x000004, "Wrong size on WindSourceVortexComponent_SetHeight"); \ static_assert(offsetof(WindSourceVortexComponent_SetHeight, InNewHeight) == 0x000000, "Member 'WindSourceVortexComponent_SetHeight::InNewHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindSourceVortexComponent_SetInnerRadius \ static_assert(alignof(WindSourceVortexComponent_SetInnerRadius) == 0x000004, "Wrong alignment on WindSourceVortexComponent_SetInnerRadius"); \ static_assert(sizeof(WindSourceVortexComponent_SetInnerRadius) == 0x000004, "Wrong size on WindSourceVortexComponent_SetInnerRadius"); \ static_assert(offsetof(WindSourceVortexComponent_SetInnerRadius, InNewInnerRadius) == 0x000000, "Member 'WindSourceVortexComponent_SetInnerRadius::InNewInnerRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindSourceVortexComponent_SetRadius \ static_assert(alignof(WindSourceVortexComponent_SetRadius) == 0x000004, "Wrong alignment on WindSourceVortexComponent_SetRadius"); \ static_assert(sizeof(WindSourceVortexComponent_SetRadius) == 0x000004, "Wrong size on WindSourceVortexComponent_SetRadius"); \ static_assert(offsetof(WindSourceVortexComponent_SetRadius, InNewRadius) == 0x000000, "Member 'WindSourceVortexComponent_SetRadius::InNewRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindSourceVortexComponent_SetSpeed \ static_assert(alignof(WindSourceVortexComponent_SetSpeed) == 0x000004, "Wrong alignment on WindSourceVortexComponent_SetSpeed"); \ static_assert(sizeof(WindSourceVortexComponent_SetSpeed) == 0x000004, "Wrong size on WindSourceVortexComponent_SetSpeed"); \ static_assert(offsetof(WindSourceVortexComponent_SetSpeed, InNewSpeed) == 0x000000, "Member 'WindSourceVortexComponent_SetSpeed::InNewSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindSourceVortexComponent_SetStrength \ static_assert(alignof(WindSourceVortexComponent_SetStrength) == 0x000004, "Wrong alignment on WindSourceVortexComponent_SetStrength"); \ static_assert(sizeof(WindSourceVortexComponent_SetStrength) == 0x000004, "Wrong size on WindSourceVortexComponent_SetStrength"); \ static_assert(offsetof(WindSourceVortexComponent_SetStrength, InNewStrength) == 0x000000, "Member 'WindSourceVortexComponent_SetStrength::InNewStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindSourceVortexComponent_UnsetEnvelopeAffects \ static_assert(alignof(WindSourceVortexComponent_UnsetEnvelopeAffects) == 0x000001, "Wrong alignment on WindSourceVortexComponent_UnsetEnvelopeAffects"); \ static_assert(sizeof(WindSourceVortexComponent_UnsetEnvelopeAffects) == 0x000001, "Wrong size on WindSourceVortexComponent_UnsetEnvelopeAffects"); \ static_assert(offsetof(WindSourceVortexComponent_UnsetEnvelopeAffects, InNewEnvelopeAffects) == 0x000000, "Member 'WindSourceVortexComponent_UnsetEnvelopeAffects::InNewEnvelopeAffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindSourceVortexComponent_TestEnvelopeAffects \ static_assert(alignof(WindSourceVortexComponent_TestEnvelopeAffects) == 0x000001, "Wrong alignment on WindSourceVortexComponent_TestEnvelopeAffects"); \ static_assert(sizeof(WindSourceVortexComponent_TestEnvelopeAffects) == 0x000002, "Wrong size on WindSourceVortexComponent_TestEnvelopeAffects"); \ static_assert(offsetof(WindSourceVortexComponent_TestEnvelopeAffects, InNewEnvelopeAffects) == 0x000000, "Member 'WindSourceVortexComponent_TestEnvelopeAffects::InNewEnvelopeAffects' has a wrong offset!"); \ static_assert(offsetof(WindSourceVortexComponent_TestEnvelopeAffects, bIsSet) == 0x000001, "Member 'WindSourceVortexComponent_TestEnvelopeAffects::bIsSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindSourceVortexComponent \ static_assert(alignof(UWindSourceVortexComponent) == 0x000010, "Wrong alignment on UWindSourceVortexComponent"); \ static_assert(sizeof(UWindSourceVortexComponent) == 0x000290, "Wrong size on UWindSourceVortexComponent"); \ static_assert(offsetof(UWindSourceVortexComponent, Height) == 0x000238, "Member 'UWindSourceVortexComponent::Height' has a wrong offset!"); \ static_assert(offsetof(UWindSourceVortexComponent, Radius) == 0x00023C, "Member 'UWindSourceVortexComponent::Radius' has a wrong offset!"); \ static_assert(offsetof(UWindSourceVortexComponent, InnerRadius) == 0x000240, "Member 'UWindSourceVortexComponent::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(UWindSourceVortexComponent, Strength) == 0x000244, "Member 'UWindSourceVortexComponent::Strength' has a wrong offset!"); \ static_assert(offsetof(UWindSourceVortexComponent, Speed) == 0x000248, "Member 'UWindSourceVortexComponent::Speed' has a wrong offset!"); \ static_assert(offsetof(UWindSourceVortexComponent, Envelope) == 0x000250, "Member 'UWindSourceVortexComponent::Envelope' has a wrong offset!"); \ static_assert(offsetof(UWindSourceVortexComponent, EnvelopeAffects) == 0x000258, "Member 'UWindSourceVortexComponent::EnvelopeAffects' has a wrong offset!"); \ static_assert(offsetof(UWindSourceVortexComponent, bAutoKillAfterEnvelope) == 0x00025C, "Member 'UWindSourceVortexComponent::bAutoKillAfterEnvelope' has a wrong offset!"); \ static_assert(offsetof(UWindSourceVortexComponent, TriggerEvent) == 0x000260, "Member 'UWindSourceVortexComponent::TriggerEvent' has a wrong offset!"); \ static_assert(offsetof(UWindSourceVortexComponent, StartTime) == 0x000270, "Member 'UWindSourceVortexComponent::StartTime' has a wrong offset!"); \ static_assert(offsetof(UWindSourceVortexComponent, bActive) == 0x000274, "Member 'UWindSourceVortexComponent::bActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWindVortexSource \ static_assert(alignof(AWindVortexSource) == 0x000008, "Wrong alignment on AWindVortexSource"); \ static_assert(sizeof(AWindVortexSource) == 0x000250, "Wrong size on AWindVortexSource"); \ static_assert(offsetof(AWindVortexSource, Component) == 0x000248, "Member 'AWindVortexSource::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindEnvelopeController \ static_assert(alignof(UWindEnvelopeController) == 0x000008, "Wrong alignment on UWindEnvelopeController"); \ static_assert(sizeof(UWindEnvelopeController) == 0x000028, "Wrong size on UWindEnvelopeController"); \ #define DUMPER7_ASSERTS_WindDirectionalSourceWithEnvelopeComponent_SetAutoKillAfterEnvelope \ static_assert(alignof(WindDirectionalSourceWithEnvelopeComponent_SetAutoKillAfterEnvelope) == 0x000001, "Wrong alignment on WindDirectionalSourceWithEnvelopeComponent_SetAutoKillAfterEnvelope"); \ static_assert(sizeof(WindDirectionalSourceWithEnvelopeComponent_SetAutoKillAfterEnvelope) == 0x000001, "Wrong size on WindDirectionalSourceWithEnvelopeComponent_SetAutoKillAfterEnvelope"); \ static_assert(offsetof(WindDirectionalSourceWithEnvelopeComponent_SetAutoKillAfterEnvelope, bInNewAutoKillAfterEnvelope) == 0x000000, "Member 'WindDirectionalSourceWithEnvelopeComponent_SetAutoKillAfterEnvelope::bInNewAutoKillAfterEnvelope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindDirectionalSourceWithEnvelopeComponent_SetEnvelope \ static_assert(alignof(WindDirectionalSourceWithEnvelopeComponent_SetEnvelope) == 0x000008, "Wrong alignment on WindDirectionalSourceWithEnvelopeComponent_SetEnvelope"); \ static_assert(sizeof(WindDirectionalSourceWithEnvelopeComponent_SetEnvelope) == 0x000008, "Wrong size on WindDirectionalSourceWithEnvelopeComponent_SetEnvelope"); \ static_assert(offsetof(WindDirectionalSourceWithEnvelopeComponent_SetEnvelope, InNewEnvelope) == 0x000000, "Member 'WindDirectionalSourceWithEnvelopeComponent_SetEnvelope::InNewEnvelope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindDirectionalSourceWithEnvelopeComponent_SetEnvelopeAffects \ static_assert(alignof(WindDirectionalSourceWithEnvelopeComponent_SetEnvelopeAffects) == 0x000001, "Wrong alignment on WindDirectionalSourceWithEnvelopeComponent_SetEnvelopeAffects"); \ static_assert(sizeof(WindDirectionalSourceWithEnvelopeComponent_SetEnvelopeAffects) == 0x000001, "Wrong size on WindDirectionalSourceWithEnvelopeComponent_SetEnvelopeAffects"); \ static_assert(offsetof(WindDirectionalSourceWithEnvelopeComponent_SetEnvelopeAffects, InNewEnvelopeAffects) == 0x000000, "Member 'WindDirectionalSourceWithEnvelopeComponent_SetEnvelopeAffects::InNewEnvelopeAffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindDirectionalSourceWithEnvelopeComponent \ static_assert(alignof(UWindDirectionalSourceWithEnvelopeComponent) == 0x000010, "Wrong alignment on UWindDirectionalSourceWithEnvelopeComponent"); \ static_assert(sizeof(UWindDirectionalSourceWithEnvelopeComponent) == 0x000290, "Wrong size on UWindDirectionalSourceWithEnvelopeComponent"); \ static_assert(offsetof(UWindDirectionalSourceWithEnvelopeComponent, Envelope) == 0x000250, "Member 'UWindDirectionalSourceWithEnvelopeComponent::Envelope' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceWithEnvelopeComponent, EnvelopeAffects) == 0x000258, "Member 'UWindDirectionalSourceWithEnvelopeComponent::EnvelopeAffects' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceWithEnvelopeComponent, bAutoKillAfterEnvelope) == 0x000259, "Member 'UWindDirectionalSourceWithEnvelopeComponent::bAutoKillAfterEnvelope' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceWithEnvelopeComponent, TriggerEvent) == 0x000260, "Member 'UWindDirectionalSourceWithEnvelopeComponent::TriggerEvent' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceWithEnvelopeComponent, StartTime) == 0x000270, "Member 'UWindDirectionalSourceWithEnvelopeComponent::StartTime' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceWithEnvelopeComponent, bActive) == 0x000274, "Member 'UWindDirectionalSourceWithEnvelopeComponent::bActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindPointSourceWithEnvelopeComponent_SetAutoKillAfterEnvelope \ static_assert(alignof(WindPointSourceWithEnvelopeComponent_SetAutoKillAfterEnvelope) == 0x000001, "Wrong alignment on WindPointSourceWithEnvelopeComponent_SetAutoKillAfterEnvelope"); \ static_assert(sizeof(WindPointSourceWithEnvelopeComponent_SetAutoKillAfterEnvelope) == 0x000001, "Wrong size on WindPointSourceWithEnvelopeComponent_SetAutoKillAfterEnvelope"); \ static_assert(offsetof(WindPointSourceWithEnvelopeComponent_SetAutoKillAfterEnvelope, bInNewAutoKillAfterEnvelope) == 0x000000, "Member 'WindPointSourceWithEnvelopeComponent_SetAutoKillAfterEnvelope::bInNewAutoKillAfterEnvelope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindPointSourceWithEnvelopeComponent_SetEnvelope \ static_assert(alignof(WindPointSourceWithEnvelopeComponent_SetEnvelope) == 0x000008, "Wrong alignment on WindPointSourceWithEnvelopeComponent_SetEnvelope"); \ static_assert(sizeof(WindPointSourceWithEnvelopeComponent_SetEnvelope) == 0x000008, "Wrong size on WindPointSourceWithEnvelopeComponent_SetEnvelope"); \ static_assert(offsetof(WindPointSourceWithEnvelopeComponent_SetEnvelope, InNewEnvelope) == 0x000000, "Member 'WindPointSourceWithEnvelopeComponent_SetEnvelope::InNewEnvelope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindPointSourceWithEnvelopeComponent_SetEnvelopeAffects \ static_assert(alignof(WindPointSourceWithEnvelopeComponent_SetEnvelopeAffects) == 0x000001, "Wrong alignment on WindPointSourceWithEnvelopeComponent_SetEnvelopeAffects"); \ static_assert(sizeof(WindPointSourceWithEnvelopeComponent_SetEnvelopeAffects) == 0x000001, "Wrong size on WindPointSourceWithEnvelopeComponent_SetEnvelopeAffects"); \ static_assert(offsetof(WindPointSourceWithEnvelopeComponent_SetEnvelopeAffects, InNewEnvelopeAffects) == 0x000000, "Member 'WindPointSourceWithEnvelopeComponent_SetEnvelopeAffects::InNewEnvelopeAffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindPointSourceWithEnvelopeComponent_UnsetEnvelopeAffects \ static_assert(alignof(WindPointSourceWithEnvelopeComponent_UnsetEnvelopeAffects) == 0x000001, "Wrong alignment on WindPointSourceWithEnvelopeComponent_UnsetEnvelopeAffects"); \ static_assert(sizeof(WindPointSourceWithEnvelopeComponent_UnsetEnvelopeAffects) == 0x000001, "Wrong size on WindPointSourceWithEnvelopeComponent_UnsetEnvelopeAffects"); \ static_assert(offsetof(WindPointSourceWithEnvelopeComponent_UnsetEnvelopeAffects, InNewEnvelopeAffects) == 0x000000, "Member 'WindPointSourceWithEnvelopeComponent_UnsetEnvelopeAffects::InNewEnvelopeAffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindPointSourceWithEnvelopeComponent_TestEnvelopeAffects \ static_assert(alignof(WindPointSourceWithEnvelopeComponent_TestEnvelopeAffects) == 0x000001, "Wrong alignment on WindPointSourceWithEnvelopeComponent_TestEnvelopeAffects"); \ static_assert(sizeof(WindPointSourceWithEnvelopeComponent_TestEnvelopeAffects) == 0x000002, "Wrong size on WindPointSourceWithEnvelopeComponent_TestEnvelopeAffects"); \ static_assert(offsetof(WindPointSourceWithEnvelopeComponent_TestEnvelopeAffects, InNewEnvelopeAffects) == 0x000000, "Member 'WindPointSourceWithEnvelopeComponent_TestEnvelopeAffects::InNewEnvelopeAffects' has a wrong offset!"); \ static_assert(offsetof(WindPointSourceWithEnvelopeComponent_TestEnvelopeAffects, bIsSet) == 0x000001, "Member 'WindPointSourceWithEnvelopeComponent_TestEnvelopeAffects::bIsSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindPointSourceWithEnvelopeComponent \ static_assert(alignof(UWindPointSourceWithEnvelopeComponent) == 0x000010, "Wrong alignment on UWindPointSourceWithEnvelopeComponent"); \ static_assert(sizeof(UWindPointSourceWithEnvelopeComponent) == 0x000280, "Wrong size on UWindPointSourceWithEnvelopeComponent"); \ static_assert(offsetof(UWindPointSourceWithEnvelopeComponent, Envelope) == 0x000248, "Member 'UWindPointSourceWithEnvelopeComponent::Envelope' has a wrong offset!"); \ static_assert(offsetof(UWindPointSourceWithEnvelopeComponent, EnvelopeAffects) == 0x000250, "Member 'UWindPointSourceWithEnvelopeComponent::EnvelopeAffects' has a wrong offset!"); \ static_assert(offsetof(UWindPointSourceWithEnvelopeComponent, bAutoKillAfterEnvelope) == 0x000254, "Member 'UWindPointSourceWithEnvelopeComponent::bAutoKillAfterEnvelope' has a wrong offset!"); \ static_assert(offsetof(UWindPointSourceWithEnvelopeComponent, TriggerEvent) == 0x000258, "Member 'UWindPointSourceWithEnvelopeComponent::TriggerEvent' has a wrong offset!"); \ static_assert(offsetof(UWindPointSourceWithEnvelopeComponent, StartTime) == 0x000268, "Member 'UWindPointSourceWithEnvelopeComponent::StartTime' has a wrong offset!"); \ static_assert(offsetof(UWindPointSourceWithEnvelopeComponent, bActive) == 0x00026C, "Member 'UWindPointSourceWithEnvelopeComponent::bActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWindDirectionalSourceWithEnvelope \ static_assert(alignof(AWindDirectionalSourceWithEnvelope) == 0x000008, "Wrong alignment on AWindDirectionalSourceWithEnvelope"); \ static_assert(sizeof(AWindDirectionalSourceWithEnvelope) == 0x000250, "Wrong size on AWindDirectionalSourceWithEnvelope"); \ static_assert(offsetof(AWindDirectionalSourceWithEnvelope, Component) == 0x000248, "Member 'AWindDirectionalSourceWithEnvelope::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWindPointSourceWithEnvelope \ static_assert(alignof(AWindPointSourceWithEnvelope) == 0x000008, "Wrong alignment on AWindPointSourceWithEnvelope"); \ static_assert(sizeof(AWindPointSourceWithEnvelope) == 0x000250, "Wrong size on AWindPointSourceWithEnvelope"); \ static_assert(offsetof(AWindPointSourceWithEnvelope, Component) == 0x000248, "Member 'AWindPointSourceWithEnvelope::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindEnvelopeControllerCurveBase \ static_assert(alignof(UWindEnvelopeControllerCurveBase) == 0x000008, "Wrong alignment on UWindEnvelopeControllerCurveBase"); \ static_assert(sizeof(UWindEnvelopeControllerCurveBase) == 0x000028, "Wrong size on UWindEnvelopeControllerCurveBase"); \ #define DUMPER7_ASSERTS_UWindEnvelopeControllerCurve \ static_assert(alignof(UWindEnvelopeControllerCurve) == 0x000008, "Wrong alignment on UWindEnvelopeControllerCurve"); \ static_assert(sizeof(UWindEnvelopeControllerCurve) == 0x000030, "Wrong size on UWindEnvelopeControllerCurve"); \ static_assert(offsetof(UWindEnvelopeControllerCurve, Envelope) == 0x000028, "Member 'UWindEnvelopeControllerCurve::Envelope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindEnvelopeControllerInlineCurve \ static_assert(alignof(UWindEnvelopeControllerInlineCurve) == 0x000008, "Wrong alignment on UWindEnvelopeControllerInlineCurve"); \ static_assert(sizeof(UWindEnvelopeControllerInlineCurve) == 0x0000B0, "Wrong size on UWindEnvelopeControllerInlineCurve"); \ static_assert(offsetof(UWindEnvelopeControllerInlineCurve, Envelope) == 0x000028, "Member 'UWindEnvelopeControllerInlineCurve::Envelope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindEnvelopeControllerASR \ static_assert(alignof(UWindEnvelopeControllerASR) == 0x000008, "Wrong alignment on UWindEnvelopeControllerASR"); \ static_assert(sizeof(UWindEnvelopeControllerASR) == 0x000040, "Wrong size on UWindEnvelopeControllerASR"); \ static_assert(offsetof(UWindEnvelopeControllerASR, Delay) == 0x000028, "Member 'UWindEnvelopeControllerASR::Delay' has a wrong offset!"); \ static_assert(offsetof(UWindEnvelopeControllerASR, Attack) == 0x00002C, "Member 'UWindEnvelopeControllerASR::Attack' has a wrong offset!"); \ static_assert(offsetof(UWindEnvelopeControllerASR, Sustain) == 0x000030, "Member 'UWindEnvelopeControllerASR::Sustain' has a wrong offset!"); \ static_assert(offsetof(UWindEnvelopeControllerASR, Release) == 0x000034, "Member 'UWindEnvelopeControllerASR::Release' has a wrong offset!"); \ static_assert(offsetof(UWindEnvelopeControllerASR, Amplitude) == 0x000038, "Member 'UWindEnvelopeControllerASR::Amplitude' has a wrong offset!"); \ static_assert(offsetof(UWindEnvelopeControllerASR, bLoop) == 0x00003C, "Member 'UWindEnvelopeControllerASR::bLoop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindEnvelopeControllerOne \ static_assert(alignof(UWindEnvelopeControllerOne) == 0x000008, "Wrong alignment on UWindEnvelopeControllerOne"); \ static_assert(sizeof(UWindEnvelopeControllerOne) == 0x000028, "Wrong size on UWindEnvelopeControllerOne"); \ #define DUMPER7_ASSERTS_UWindAffectedTickingComponent \ static_assert(alignof(UWindAffectedTickingComponent) == 0x000010, "Wrong alignment on UWindAffectedTickingComponent"); \ static_assert(sizeof(UWindAffectedTickingComponent) == 0x000250, "Wrong size on UWindAffectedTickingComponent"); \ static_assert(offsetof(UWindAffectedTickingComponent, bTickBeforeBeginPlay) == 0x000240, "Member 'UWindAffectedTickingComponent::bTickBeforeBeginPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindAffectedOrientToTickingComponent \ static_assert(alignof(UWindAffectedOrientToTickingComponent) == 0x000010, "Wrong alignment on UWindAffectedOrientToTickingComponent"); \ static_assert(sizeof(UWindAffectedOrientToTickingComponent) == 0x000250, "Wrong size on UWindAffectedOrientToTickingComponent"); \ static_assert(offsetof(UWindAffectedOrientToTickingComponent, bOrientToWind) == 0x000248, "Member 'UWindAffectedOrientToTickingComponent::bOrientToWind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindAffectedScaleOrientToTickingComponent \ static_assert(alignof(UWindAffectedScaleOrientToTickingComponent) == 0x000010, "Wrong alignment on UWindAffectedScaleOrientToTickingComponent"); \ static_assert(sizeof(UWindAffectedScaleOrientToTickingComponent) == 0x000290, "Wrong size on UWindAffectedScaleOrientToTickingComponent"); \ static_assert(offsetof(UWindAffectedScaleOrientToTickingComponent, WindScaling) == 0x000250, "Member 'UWindAffectedScaleOrientToTickingComponent::WindScaling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindAffectedUberTickingComponent \ static_assert(alignof(UWindAffectedUberTickingComponent) == 0x000010, "Wrong alignment on UWindAffectedUberTickingComponent"); \ static_assert(sizeof(UWindAffectedUberTickingComponent) == 0x0002C0, "Wrong size on UWindAffectedUberTickingComponent"); \ static_assert(offsetof(UWindAffectedUberTickingComponent, WindAffectedMaterial) == 0x000288, "Member 'UWindAffectedUberTickingComponent::WindAffectedMaterial' has a wrong offset!"); \ static_assert(offsetof(UWindAffectedUberTickingComponent, WindAffectedParameters) == 0x000290, "Member 'UWindAffectedUberTickingComponent::WindAffectedParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindAffectedMaterialTickingComponent \ static_assert(alignof(UWindAffectedMaterialTickingComponent) == 0x000010, "Wrong alignment on UWindAffectedMaterialTickingComponent"); \ static_assert(sizeof(UWindAffectedMaterialTickingComponent) == 0x000280, "Wrong size on UWindAffectedMaterialTickingComponent"); \ static_assert(offsetof(UWindAffectedMaterialTickingComponent, WindAffectedMaterial) == 0x000248, "Member 'UWindAffectedMaterialTickingComponent::WindAffectedMaterial' has a wrong offset!"); \ static_assert(offsetof(UWindAffectedMaterialTickingComponent, WindAffectedParameters) == 0x000250, "Member 'UWindAffectedMaterialTickingComponent::WindAffectedParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Disillusionment_Enter_C \ static_assert(alignof(UABL_Disillusionment_Enter_C) == 0x000008, "Wrong alignment on UABL_Disillusionment_Enter_C"); \ static_assert(sizeof(UABL_Disillusionment_Enter_C) == 0x0000C8, "Wrong size on UABL_Disillusionment_Enter_C"); \ #define DUMPER7_ASSERTS_BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction \ static_assert(alignof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction) == 0x000008, "Wrong alignment on BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction"); \ static_assert(sizeof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction) == 0x000120, "Wrong size on BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, EntryPoint) == 0x000000, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, K2Node_CustomEvent_OptionIndex) == 0x000004, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::K2Node_CustomEvent_OptionIndex' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000009, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_DevOnly_IsHammerTime_ReturnValue) == 0x00000A, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_DevOnly_IsHammerTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_Array_Get_Item) == 0x00000C, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_Not_PreBool_ReturnValue) == 0x000014, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000030, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, K2Node_Event_Time_1) == 0x000040, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::K2Node_Event_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, K2Node_Event_Cancelled) == 0x000044, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::K2Node_Event_Cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, K2Node_Event_IsScrubbing_1) == 0x000045, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::K2Node_Event_IsScrubbing_1' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, K2Node_Event_Time) == 0x000048, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, K2Node_Event_IsScrubbing) == 0x00004C, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_IsValid_ReturnValue_1) == 0x00004D, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000058, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000060, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_GetPlayerController_ReturnValue) == 0x000068, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_Create_ReturnValue) == 0x000070, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, K2Node_Event_ActionState) == 0x000078, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::K2Node_Event_ActionState' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000080, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_CreateConversationOptions_OutConversationOptions) == 0x000088, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_CreateConversationOptions_OutConversationOptions' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_CreateConversationOptions_OutBranchIDs) == 0x000098, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_CreateConversationOptions_OutBranchIDs' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_CreateConversationOptions_LastLineID) == 0x0000A8, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_CreateConversationOptions_LastLineID' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_GetDbId_ReturnValue) == 0x0000B0, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_Conv_NameToString_ReturnValue) == 0x0000B8, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000C8, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_BuildOptions_Button_Array) == 0x0000D0, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_BuildOptions_Button_Array' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, CallFunc_GetActionObjectBP_ReturnValue) == 0x0000E8, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::CallFunc_GetActionObjectBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, K2Node_DynamicCast_AsActor) == 0x0000F0, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, K2Node_DynamicCast_bSuccess) == 0x0000F8, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, Temp_struct_Variable) == 0x0000FC, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x000100, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, K2Node_CustomInputActionEvent_VariantMapHandle_1) == 0x000104, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::K2Node_CustomInputActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, K2Node_CustomInputActionEvent_VariantMapHandle_2) == 0x000108, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::K2Node_CustomInputActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, K2Node_CustomInputActionEvent_VariantMapHandle_3) == 0x00010C, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::K2Node_CustomInputActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction, K2Node_CreateDelegate_OutputDelegate_1) == 0x000110, "Member 'BP_ConversationMenuAction_C_ExecuteUbergraph_BP_ConversationMenuAction::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ConversationMenuAction_C_OnEnterInterval \ static_assert(alignof(BP_ConversationMenuAction_C_OnEnterInterval) == 0x000004, "Wrong alignment on BP_ConversationMenuAction_C_OnEnterInterval"); \ static_assert(sizeof(BP_ConversationMenuAction_C_OnEnterInterval) == 0x000008, "Wrong size on BP_ConversationMenuAction_C_OnEnterInterval"); \ static_assert(offsetof(BP_ConversationMenuAction_C_OnEnterInterval, Time) == 0x000000, "Member 'BP_ConversationMenuAction_C_OnEnterInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_OnEnterInterval, IsScrubbing) == 0x000004, "Member 'BP_ConversationMenuAction_C_OnEnterInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ConversationMenuAction_C_OnExitInterval \ static_assert(alignof(BP_ConversationMenuAction_C_OnExitInterval) == 0x000004, "Wrong alignment on BP_ConversationMenuAction_C_OnExitInterval"); \ static_assert(sizeof(BP_ConversationMenuAction_C_OnExitInterval) == 0x000008, "Wrong size on BP_ConversationMenuAction_C_OnExitInterval"); \ static_assert(offsetof(BP_ConversationMenuAction_C_OnExitInterval, Time) == 0x000000, "Member 'BP_ConversationMenuAction_C_OnExitInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_OnExitInterval, cancelled) == 0x000004, "Member 'BP_ConversationMenuAction_C_OnExitInterval::cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_OnExitInterval, IsScrubbing) == 0x000005, "Member 'BP_ConversationMenuAction_C_OnExitInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ConversationMenuAction_C_OnOptionSelected \ static_assert(alignof(BP_ConversationMenuAction_C_OnOptionSelected) == 0x000004, "Wrong alignment on BP_ConversationMenuAction_C_OnOptionSelected"); \ static_assert(sizeof(BP_ConversationMenuAction_C_OnOptionSelected) == 0x000004, "Wrong size on BP_ConversationMenuAction_C_OnOptionSelected"); \ static_assert(offsetof(BP_ConversationMenuAction_C_OnOptionSelected, OptionIndex) == 0x000000, "Member 'BP_ConversationMenuAction_C_OnOptionSelected::OptionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ConversationMenuAction_C_OnCreate \ static_assert(alignof(BP_ConversationMenuAction_C_OnCreate) == 0x000008, "Wrong alignment on BP_ConversationMenuAction_C_OnCreate"); \ static_assert(sizeof(BP_ConversationMenuAction_C_OnCreate) == 0x000008, "Wrong size on BP_ConversationMenuAction_C_OnCreate"); \ static_assert(offsetof(BP_ConversationMenuAction_C_OnCreate, ActionState) == 0x000000, "Member 'BP_ConversationMenuAction_C_OnCreate::ActionState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1 \ static_assert(alignof(BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong alignment on BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1"); \ static_assert(sizeof(BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong size on BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1"); \ static_assert(offsetof(BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2 \ static_assert(alignof(BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2) == 0x000004, "Wrong alignment on BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2"); \ static_assert(sizeof(BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2) == 0x000004, "Wrong size on BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2"); \ static_assert(offsetof(BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3 \ static_assert(alignof(BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3) == 0x000004, "Wrong alignment on BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3"); \ static_assert(sizeof(BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3) == 0x000004, "Wrong size on BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3"); \ static_assert(offsetof(BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BP_ConversationMenuAction_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ConversationMenuAction_C_CreateConversationOptions \ static_assert(alignof(BP_ConversationMenuAction_C_CreateConversationOptions) == 0x000008, "Wrong alignment on BP_ConversationMenuAction_C_CreateConversationOptions"); \ static_assert(sizeof(BP_ConversationMenuAction_C_CreateConversationOptions) == 0x000140, "Wrong size on BP_ConversationMenuAction_C_CreateConversationOptions"); \ static_assert(offsetof(BP_ConversationMenuAction_C_CreateConversationOptions, Caller) == 0x000000, "Member 'BP_ConversationMenuAction_C_CreateConversationOptions::Caller' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_CreateConversationOptions, outConversationOptions) == 0x000008, "Member 'BP_ConversationMenuAction_C_CreateConversationOptions::outConversationOptions' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_CreateConversationOptions, OutBranchIDs) == 0x000018, "Member 'BP_ConversationMenuAction_C_CreateConversationOptions::OutBranchIDs' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_CreateConversationOptions, LastLineID) == 0x000028, "Member 'BP_ConversationMenuAction_C_CreateConversationOptions::LastLineID' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_CreateConversationOptions, IconMap) == 0x000030, "Member 'BP_ConversationMenuAction_C_CreateConversationOptions::IconMap' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_CreateConversationOptions, ConversationOpts) == 0x000080, "Member 'BP_ConversationMenuAction_C_CreateConversationOptions::ConversationOpts' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_CreateConversationOptions, K2Node_MakeVariable_MakeVariableOutput) == 0x000090, "Member 'BP_ConversationMenuAction_C_CreateConversationOptions::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_CreateConversationOptions, CallFunc_GetStoryGraphNode_ReturnValue) == 0x0000E0, "Member 'BP_ConversationMenuAction_C_CreateConversationOptions::CallFunc_GetStoryGraphNode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_CreateConversationOptions, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0000E8, "Member 'BP_ConversationMenuAction_C_CreateConversationOptions::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_CreateConversationOptions, CallFunc_GetObjectStateInfo_ReturnValue) == 0x0000F0, "Member 'BP_ConversationMenuAction_C_CreateConversationOptions::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_CreateConversationOptions, CallFunc_GetComponentByClass_ReturnValue) == 0x0000F8, "Member 'BP_ConversationMenuAction_C_CreateConversationOptions::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_CreateConversationOptions, CallFunc_GetDbId_ReturnValue) == 0x000100, "Member 'BP_ConversationMenuAction_C_CreateConversationOptions::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_CreateConversationOptions, CallFunc_GetConversationLastLineID_LastLineID) == 0x000108, "Member 'BP_ConversationMenuAction_C_CreateConversationOptions::CallFunc_GetConversationLastLineID_LastLineID' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_CreateConversationOptions, CallFunc_GetConversationLastLineID_ReturnValue) == 0x000110, "Member 'BP_ConversationMenuAction_C_CreateConversationOptions::CallFunc_GetConversationLastLineID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_CreateConversationOptions, CallFunc_GetConversationOptions_UIParameters) == 0x000118, "Member 'BP_ConversationMenuAction_C_CreateConversationOptions::CallFunc_GetConversationOptions_UIParameters' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_CreateConversationOptions, CallFunc_GetConversationOptions_BranchIDs) == 0x000128, "Member 'BP_ConversationMenuAction_C_CreateConversationOptions::CallFunc_GetConversationOptions_BranchIDs' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_CreateConversationOptions, CallFunc_GetConversationOptions_ReturnValue) == 0x000138, "Member 'BP_ConversationMenuAction_C_CreateConversationOptions::CallFunc_GetConversationOptions_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ConversationMenuAction_C_RemoveAllSubtitles \ static_assert(alignof(BP_ConversationMenuAction_C_RemoveAllSubtitles) == 0x000008, "Wrong alignment on BP_ConversationMenuAction_C_RemoveAllSubtitles"); \ static_assert(sizeof(BP_ConversationMenuAction_C_RemoveAllSubtitles) == 0x000048, "Wrong size on BP_ConversationMenuAction_C_RemoveAllSubtitles"); \ static_assert(offsetof(BP_ConversationMenuAction_C_RemoveAllSubtitles, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_ConversationMenuAction_C_RemoveAllSubtitles::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_RemoveAllSubtitles, CallFunc_GetHUD_ReturnValue) == 0x000008, "Member 'BP_ConversationMenuAction_C_RemoveAllSubtitles::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_RemoveAllSubtitles, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000010, "Member 'BP_ConversationMenuAction_C_RemoveAllSubtitles::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_RemoveAllSubtitles, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_ConversationMenuAction_C_RemoveAllSubtitles::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_RemoveAllSubtitles, CallFunc_GetSubtitleHUD_self_CastInput) == 0x000020, "Member 'BP_ConversationMenuAction_C_RemoveAllSubtitles::CallFunc_GetSubtitleHUD_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_RemoveAllSubtitles, CallFunc_GetSubtitleHUD_SubtitleHUD) == 0x000030, "Member 'BP_ConversationMenuAction_C_RemoveAllSubtitles::CallFunc_GetSubtitleHUD_SubtitleHUD' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_RemoveAllSubtitles, K2Node_DynamicCast_AsUI_BP_Subtitle_HUD) == 0x000038, "Member 'BP_ConversationMenuAction_C_RemoveAllSubtitles::K2Node_DynamicCast_AsUI_BP_Subtitle_HUD' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_RemoveAllSubtitles, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_ConversationMenuAction_C_RemoveAllSubtitles::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ConversationMenuAction_C_IsProxyRequiredBP \ static_assert(alignof(BP_ConversationMenuAction_C_IsProxyRequiredBP) == 0x000001, "Wrong alignment on BP_ConversationMenuAction_C_IsProxyRequiredBP"); \ static_assert(sizeof(BP_ConversationMenuAction_C_IsProxyRequiredBP) == 0x000001, "Wrong size on BP_ConversationMenuAction_C_IsProxyRequiredBP"); \ static_assert(offsetof(BP_ConversationMenuAction_C_IsProxyRequiredBP, ReturnValue) == 0x000000, "Member 'BP_ConversationMenuAction_C_IsProxyRequiredBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ConversationMenuAction_C_GetActionColor \ static_assert(alignof(BP_ConversationMenuAction_C_GetActionColor) == 0x000004, "Wrong alignment on BP_ConversationMenuAction_C_GetActionColor"); \ static_assert(sizeof(BP_ConversationMenuAction_C_GetActionColor) == 0x000024, "Wrong size on BP_ConversationMenuAction_C_GetActionColor"); \ static_assert(offsetof(BP_ConversationMenuAction_C_GetActionColor, ReturnValue) == 0x000000, "Member 'BP_ConversationMenuAction_C_GetActionColor::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_GetActionColor, K2Node_MakeStruct_Color) == 0x000010, "Member 'BP_ConversationMenuAction_C_GetActionColor::K2Node_MakeStruct_Color' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_GetActionColor, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x000014, "Member 'BP_ConversationMenuAction_C_GetActionColor::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ConversationMenuAction_C_GetDialogueSequenceReference \ static_assert(alignof(BP_ConversationMenuAction_C_GetDialogueSequenceReference) == 0x000008, "Wrong alignment on BP_ConversationMenuAction_C_GetDialogueSequenceReference"); \ static_assert(sizeof(BP_ConversationMenuAction_C_GetDialogueSequenceReference) == 0x000048, "Wrong size on BP_ConversationMenuAction_C_GetDialogueSequenceReference"); \ static_assert(offsetof(BP_ConversationMenuAction_C_GetDialogueSequenceReference, Caller) == 0x000000, "Member 'BP_ConversationMenuAction_C_GetDialogueSequenceReference::Caller' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_GetDialogueSequenceReference, OutReference) == 0x000008, "Member 'BP_ConversationMenuAction_C_GetDialogueSequenceReference::OutReference' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_GetDialogueSequenceReference, CallFunc_GetStoryGraphNode_ReturnValue) == 0x000028, "Member 'BP_ConversationMenuAction_C_GetDialogueSequenceReference::CallFunc_GetStoryGraphNode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_GetDialogueSequenceReference, CallFunc_DialogueSequenceReferenceIsValid_ReturnValue) == 0x000030, "Member 'BP_ConversationMenuAction_C_GetDialogueSequenceReference::CallFunc_DialogueSequenceReferenceIsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_GetDialogueSequenceReference, K2Node_DynamicCast_AsStory_Node_Dialogue_Sequence) == 0x000038, "Member 'BP_ConversationMenuAction_C_GetDialogueSequenceReference::K2Node_DynamicCast_AsStory_Node_Dialogue_Sequence' has a wrong offset!"); \ static_assert(offsetof(BP_ConversationMenuAction_C_GetDialogueSequenceReference, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_ConversationMenuAction_C_GetDialogueSequenceReference::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_ConversationMenuAction_C \ static_assert(alignof(UBP_ConversationMenuAction_C) == 0x000008, "Wrong alignment on UBP_ConversationMenuAction_C"); \ static_assert(sizeof(UBP_ConversationMenuAction_C) == 0x000118, "Wrong size on UBP_ConversationMenuAction_C"); \ static_assert(offsetof(UBP_ConversationMenuAction_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_ConversationMenuAction_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_ConversationMenuAction_C, OptionPanel) == 0x0000B0, "Member 'UBP_ConversationMenuAction_C::OptionPanel' has a wrong offset!"); \ static_assert(offsetof(UBP_ConversationMenuAction_C, OwningActor) == 0x0000B8, "Member 'UBP_ConversationMenuAction_C::OwningActor' has a wrong offset!"); \ static_assert(offsetof(UBP_ConversationMenuAction_C, DialogueSequence) == 0x0000C0, "Member 'UBP_ConversationMenuAction_C::DialogueSequence' has a wrong offset!"); \ static_assert(offsetof(UBP_ConversationMenuAction_C, BranchIDs) == 0x0000E0, "Member 'UBP_ConversationMenuAction_C::BranchIDs' has a wrong offset!"); \ static_assert(offsetof(UBP_ConversationMenuAction_C, IsCancellable) == 0x0000F0, "Member 'UBP_ConversationMenuAction_C::IsCancellable' has a wrong offset!"); \ static_assert(offsetof(UBP_ConversationMenuAction_C, OwningSRPlayer) == 0x0000F8, "Member 'UBP_ConversationMenuAction_C::OwningSRPlayer' has a wrong offset!"); \ static_assert(offsetof(UBP_ConversationMenuAction_C, TranslatedLastLine) == 0x000100, "Member 'UBP_ConversationMenuAction_C::TranslatedLastLine' has a wrong offset!"); \ static_assert(offsetof(UBP_ConversationMenuAction_C, OptionCount) == 0x000110, "Member 'UBP_ConversationMenuAction_C::OptionCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinnedAttachmentKey \ static_assert(alignof(FSkinnedAttachmentKey) == 0x000008, "Wrong alignment on FSkinnedAttachmentKey"); \ static_assert(sizeof(FSkinnedAttachmentKey) == 0x000010, "Wrong size on FSkinnedAttachmentKey"); \ static_assert(offsetof(FSkinnedAttachmentKey, ParentSplineSet) == 0x000000, "Member 'FSkinnedAttachmentKey::ParentSplineSet' has a wrong offset!"); \ static_assert(offsetof(FSkinnedAttachmentKey, HostMesh) == 0x000008, "Member 'FSkinnedAttachmentKey::HostMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAttachmentKey \ static_assert(alignof(FAttachmentKey) == 0x000008, "Wrong alignment on FAttachmentKey"); \ static_assert(sizeof(FAttachmentKey) == 0x000010, "Wrong size on FAttachmentKey"); \ static_assert(offsetof(FAttachmentKey, ParentSplineSet) == 0x000000, "Member 'FAttachmentKey::ParentSplineSet' has a wrong offset!"); \ static_assert(offsetof(FAttachmentKey, HostMesh) == 0x000008, "Member 'FAttachmentKey::HostMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicSplineUsage \ static_assert(alignof(FDynamicSplineUsage) == 0x000004, "Wrong alignment on FDynamicSplineUsage"); \ static_assert(sizeof(FDynamicSplineUsage) == 0x000008, "Wrong size on FDynamicSplineUsage"); \ static_assert(offsetof(FDynamicSplineUsage, Index) == 0x000000, "Member 'FDynamicSplineUsage::Index' has a wrong offset!"); \ static_assert(offsetof(FDynamicSplineUsage, UsageFlags) == 0x000004, "Member 'FDynamicSplineUsage::UsageFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FControlPoint \ static_assert(alignof(FControlPoint) == 0x000010, "Wrong alignment on FControlPoint"); \ static_assert(sizeof(FControlPoint) == 0x000040, "Wrong size on FControlPoint"); \ static_assert(offsetof(FControlPoint, Position) == 0x000000, "Member 'FControlPoint::Position' has a wrong offset!"); \ static_assert(offsetof(FControlPoint, normal) == 0x000010, "Member 'FControlPoint::normal' has a wrong offset!"); \ static_assert(offsetof(FControlPoint, ArriveTangent) == 0x000020, "Member 'FControlPoint::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FControlPoint, LeaveTangent) == 0x000030, "Member 'FControlPoint::LeaveTangent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNamedBoneInfluences \ static_assert(alignof(FNamedBoneInfluences) == 0x000004, "Wrong alignment on FNamedBoneInfluences"); \ static_assert(sizeof(FNamedBoneInfluences) == 0x000090, "Wrong size on FNamedBoneInfluences"); \ static_assert(offsetof(FNamedBoneInfluences, Weights) == 0x000000, "Member 'FNamedBoneInfluences::Weights' has a wrong offset!"); \ static_assert(offsetof(FNamedBoneInfluences, Names) == 0x000030, "Member 'FNamedBoneInfluences::Names' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicSpline \ static_assert(alignof(FDynamicSpline) == 0x000008, "Wrong alignment on FDynamicSpline"); \ static_assert(sizeof(FDynamicSpline) == 0x000040, "Wrong size on FDynamicSpline"); \ static_assert(offsetof(FDynamicSpline, ControlPoints) == 0x000000, "Member 'FDynamicSpline::ControlPoints' has a wrong offset!"); \ static_assert(offsetof(FDynamicSpline, ControlPointInfluences) == 0x000010, "Member 'FDynamicSpline::ControlPointInfluences' has a wrong offset!"); \ static_assert(offsetof(FDynamicSpline, Keys) == 0x000020, "Member 'FDynamicSpline::Keys' has a wrong offset!"); \ static_assert(offsetof(FDynamicSpline, InterpModes) == 0x000030, "Member 'FDynamicSpline::InterpModes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicSplineNDI \ static_assert(alignof(UDynamicSplineNDI) == 0x000008, "Wrong alignment on UDynamicSplineNDI"); \ static_assert(sizeof(UDynamicSplineNDI) == 0x000068, "Wrong size on UDynamicSplineNDI"); \ static_assert(offsetof(UDynamicSplineNDI, HostActor) == 0x000038, "Member 'UDynamicSplineNDI::HostActor' has a wrong offset!"); \ static_assert(offsetof(UDynamicSplineNDI, SplineSet) == 0x000040, "Member 'UDynamicSplineNDI::SplineSet' has a wrong offset!"); \ static_assert(offsetof(UDynamicSplineNDI, SplineUsage) == 0x000048, "Member 'UDynamicSplineNDI::SplineUsage' has a wrong offset!"); \ static_assert(offsetof(UDynamicSplineNDI, ComputedSkeletalMesh) == 0x000050, "Member 'UDynamicSplineNDI::ComputedSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(UDynamicSplineNDI, ComputedStaticMesh) == 0x000058, "Member 'UDynamicSplineNDI::ComputedStaticMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicSplineSet \ static_assert(alignof(UDynamicSplineSet) == 0x000008, "Wrong alignment on UDynamicSplineSet"); \ static_assert(sizeof(UDynamicSplineSet) == 0x000048, "Wrong size on UDynamicSplineSet"); \ static_assert(offsetof(UDynamicSplineSet, DynamicSplines) == 0x000038, "Member 'UDynamicSplineSet::DynamicSplines' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicStaticMeshSplineSet \ static_assert(alignof(UDynamicStaticMeshSplineSet) == 0x000008, "Wrong alignment on UDynamicStaticMeshSplineSet"); \ static_assert(sizeof(UDynamicStaticMeshSplineSet) == 0x000050, "Wrong size on UDynamicStaticMeshSplineSet"); \ static_assert(offsetof(UDynamicStaticMeshSplineSet, ReferenceMesh) == 0x000048, "Member 'UDynamicStaticMeshSplineSet::ReferenceMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicSkeletalSplineSet \ static_assert(alignof(UDynamicSkeletalSplineSet) == 0x000008, "Wrong alignment on UDynamicSkeletalSplineSet"); \ static_assert(sizeof(UDynamicSkeletalSplineSet) == 0x000050, "Wrong size on UDynamicSkeletalSplineSet"); \ static_assert(offsetof(UDynamicSkeletalSplineSet, ReferenceMesh) == 0x000048, "Member 'UDynamicSkeletalSplineSet::ReferenceMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicSplinesSubsystem \ static_assert(alignof(UDynamicSplinesSubsystem) == 0x000008, "Wrong alignment on UDynamicSplinesSubsystem"); \ static_assert(sizeof(UDynamicSplinesSubsystem) == 0x0001C8, "Wrong size on UDynamicSplinesSubsystem"); \ #define DUMPER7_ASSERTS_BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode \ static_assert(alignof(BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode) == 0x000008, "Wrong alignment on BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode"); \ static_assert(sizeof(BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode) == 0x000048, "Wrong size on BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode"); \ static_assert(offsetof(BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode, EntryPoint) == 0x000000, "Member 'BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode, K2Node_DynamicCast_AsCreature_Character) == 0x000018, "Member 'BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode::K2Node_DynamicCast_AsCreature_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode, CallFunc_MakeLiteralByte_ReturnValue) == 0x000021, "Member 'BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000028, "Member 'BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode, K2Node_DynamicCast_AsPath_Node) == 0x000030, "Member 'BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode::K2Node_DynamicCast_AsPath_Node' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000039, "Member 'BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000040, "Member 'BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode, K2Node_SwitchEnum_CmpSuccess) == 0x000041, "Member 'BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode, CallFunc_BooleanOR_ReturnValue) == 0x000042, "Member 'BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000043, "Member 'BTT_Creature_SetLandingTypeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetLandingTypeFromPathNode::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_SetLandingTypeFromPathNode_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_SetLandingTypeFromPathNode_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_SetLandingTypeFromPathNode_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_SetLandingTypeFromPathNode_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_SetLandingTypeFromPathNode_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_SetLandingTypeFromPathNode_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_SetLandingTypeFromPathNode_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetLandingTypeFromPathNode_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_SetLandingTypeFromPathNode_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_SetLandingTypeFromPathNode_C \ static_assert(alignof(UBTT_Creature_SetLandingTypeFromPathNode_C) == 0x000008, "Wrong alignment on UBTT_Creature_SetLandingTypeFromPathNode_C"); \ static_assert(sizeof(UBTT_Creature_SetLandingTypeFromPathNode_C) == 0x000100, "Wrong size on UBTT_Creature_SetLandingTypeFromPathNode_C"); \ static_assert(offsetof(UBTT_Creature_SetLandingTypeFromPathNode_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_SetLandingTypeFromPathNode_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_SetLandingTypeFromPathNode_C, InPathNode) == 0x0000B0, "Member 'UBTT_Creature_SetLandingTypeFromPathNode_C::InPathNode' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_SetLandingTypeFromPathNode_C, OutLandingTypeKey) == 0x0000D8, "Member 'UBTT_Creature_SetLandingTypeFromPathNode_C::OutLandingTypeKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsScheduleDebugMapEntry \ static_assert(alignof(FGlobalLightGroupsScheduleDebugMapEntry) == 0x000008, "Wrong alignment on FGlobalLightGroupsScheduleDebugMapEntry"); \ static_assert(sizeof(FGlobalLightGroupsScheduleDebugMapEntry) == 0x000018, "Wrong size on FGlobalLightGroupsScheduleDebugMapEntry"); \ static_assert(offsetof(FGlobalLightGroupsScheduleDebugMapEntry, Key) == 0x000000, "Member 'FGlobalLightGroupsScheduleDebugMapEntry::Key' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsScheduleDebugMapEntry, ScheduleEntries) == 0x000008, "Member 'FGlobalLightGroupsScheduleDebugMapEntry::ScheduleEntries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsScheduleDebugMap \ static_assert(alignof(FGlobalLightGroupsScheduleDebugMap) == 0x000008, "Wrong alignment on FGlobalLightGroupsScheduleDebugMap"); \ static_assert(sizeof(FGlobalLightGroupsScheduleDebugMap) == 0x000010, "Wrong size on FGlobalLightGroupsScheduleDebugMap"); \ static_assert(offsetof(FGlobalLightGroupsScheduleDebugMap, Schedules) == 0x000000, "Member 'FGlobalLightGroupsScheduleDebugMap::Schedules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightGroupBoundComponentSettings \ static_assert(alignof(FLightGroupBoundComponentSettings) == 0x000004, "Wrong alignment on FLightGroupBoundComponentSettings"); \ static_assert(sizeof(FLightGroupBoundComponentSettings) == 0x00000C, "Wrong size on FLightGroupBoundComponentSettings"); \ static_assert(offsetof(FLightGroupBoundComponentSettings, FXName) == 0x000000, "Member 'FLightGroupBoundComponentSettings::FXName' has a wrong offset!"); \ static_assert(offsetof(FLightGroupBoundComponentSettings, FXType) == 0x000008, "Member 'FLightGroupBoundComponentSettings::FXType' has a wrong offset!"); \ static_assert(offsetof(FLightGroupBoundComponentSettings, FXMode) == 0x000009, "Member 'FLightGroupBoundComponentSettings::FXMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsTimeHMS \ static_assert(alignof(FGlobalLightGroupsTimeHMS) == 0x000004, "Wrong alignment on FGlobalLightGroupsTimeHMS"); \ static_assert(sizeof(FGlobalLightGroupsTimeHMS) == 0x000014, "Wrong size on FGlobalLightGroupsTimeHMS"); \ static_assert(offsetof(FGlobalLightGroupsTimeHMS, Hour) == 0x000000, "Member 'FGlobalLightGroupsTimeHMS::Hour' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsTimeHMS, Minute) == 0x000004, "Member 'FGlobalLightGroupsTimeHMS::Minute' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsTimeHMS, Second) == 0x000008, "Member 'FGlobalLightGroupsTimeHMS::Second' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsTimeHMS, VarianceMinutesMin) == 0x00000C, "Member 'FGlobalLightGroupsTimeHMS::VarianceMinutesMin' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsTimeHMS, VarianceMinutesMax) == 0x000010, "Member 'FGlobalLightGroupsTimeHMS::VarianceMinutesMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsTimeHMSOnOff \ static_assert(alignof(FGlobalLightGroupsTimeHMSOnOff) == 0x000004, "Wrong alignment on FGlobalLightGroupsTimeHMSOnOff"); \ static_assert(sizeof(FGlobalLightGroupsTimeHMSOnOff) == 0x00002C, "Wrong size on FGlobalLightGroupsTimeHMSOnOff"); \ static_assert(offsetof(FGlobalLightGroupsTimeHMSOnOff, On) == 0x000000, "Member 'FGlobalLightGroupsTimeHMSOnOff::On' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsTimeHMSOnOff, Off) == 0x000014, "Member 'FGlobalLightGroupsTimeHMSOnOff::Off' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsTimeHMSOnOff, bNormalizeForSeasons) == 0x000028, "Member 'FGlobalLightGroupsTimeHMSOnOff::bNormalizeForSeasons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsTimeSun \ static_assert(alignof(FGlobalLightGroupsTimeSun) == 0x000004, "Wrong alignment on FGlobalLightGroupsTimeSun"); \ static_assert(sizeof(FGlobalLightGroupsTimeSun) == 0x000010, "Wrong size on FGlobalLightGroupsTimeSun"); \ static_assert(offsetof(FGlobalLightGroupsTimeSun, Angle) == 0x000000, "Member 'FGlobalLightGroupsTimeSun::Angle' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsTimeSun, Direction) == 0x000001, "Member 'FGlobalLightGroupsTimeSun::Direction' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsTimeSun, AngleOffset) == 0x000004, "Member 'FGlobalLightGroupsTimeSun::AngleOffset' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsTimeSun, VarianceMinutesMin) == 0x000008, "Member 'FGlobalLightGroupsTimeSun::VarianceMinutesMin' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsTimeSun, VarianceMinutesMax) == 0x00000C, "Member 'FGlobalLightGroupsTimeSun::VarianceMinutesMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsTimeSunOnOff \ static_assert(alignof(FGlobalLightGroupsTimeSunOnOff) == 0x000004, "Wrong alignment on FGlobalLightGroupsTimeSunOnOff"); \ static_assert(sizeof(FGlobalLightGroupsTimeSunOnOff) == 0x000020, "Wrong size on FGlobalLightGroupsTimeSunOnOff"); \ static_assert(offsetof(FGlobalLightGroupsTimeSunOnOff, On) == 0x000000, "Member 'FGlobalLightGroupsTimeSunOnOff::On' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsTimeSunOnOff, Off) == 0x000010, "Member 'FGlobalLightGroupsTimeSunOnOff::Off' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsTimeOnOff \ static_assert(alignof(FGlobalLightGroupsTimeOnOff) == 0x000004, "Wrong alignment on FGlobalLightGroupsTimeOnOff"); \ static_assert(sizeof(FGlobalLightGroupsTimeOnOff) == 0x000050, "Wrong size on FGlobalLightGroupsTimeOnOff"); \ static_assert(offsetof(FGlobalLightGroupsTimeOnOff, TimeOnOff) == 0x000000, "Member 'FGlobalLightGroupsTimeOnOff::TimeOnOff' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsTimeOnOff, SunOnOff) == 0x00002C, "Member 'FGlobalLightGroupsTimeOnOff::SunOnOff' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsTimeOnOff, bUseTime) == 0x00004C, "Member 'FGlobalLightGroupsTimeOnOff::bUseTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsSchedule \ static_assert(alignof(FGlobalLightGroupsSchedule) == 0x000008, "Wrong alignment on FGlobalLightGroupsSchedule"); \ static_assert(sizeof(FGlobalLightGroupsSchedule) == 0x000010, "Wrong size on FGlobalLightGroupsSchedule"); \ static_assert(offsetof(FGlobalLightGroupsSchedule, ScheduleEntries) == 0x000000, "Member 'FGlobalLightGroupsSchedule::ScheduleEntries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsScheduleMap \ static_assert(alignof(FGlobalLightGroupsScheduleMap) == 0x000008, "Wrong alignment on FGlobalLightGroupsScheduleMap"); \ static_assert(sizeof(FGlobalLightGroupsScheduleMap) == 0x000050, "Wrong size on FGlobalLightGroupsScheduleMap"); \ static_assert(offsetof(FGlobalLightGroupsScheduleMap, Schedules) == 0x000000, "Member 'FGlobalLightGroupsScheduleMap::Schedules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsMask \ static_assert(alignof(FGlobalLightGroupsMask) == 0x000008, "Wrong alignment on FGlobalLightGroupsMask"); \ static_assert(sizeof(FGlobalLightGroupsMask) == 0x000008, "Wrong size on FGlobalLightGroupsMask"); \ static_assert(offsetof(FGlobalLightGroupsMask, Mask) == 0x000000, "Member 'FGlobalLightGroupsMask::Mask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsGroupName \ static_assert(alignof(FGlobalLightGroupsGroupName) == 0x000004, "Wrong alignment on FGlobalLightGroupsGroupName"); \ static_assert(sizeof(FGlobalLightGroupsGroupName) == 0x000008, "Wrong size on FGlobalLightGroupsGroupName"); \ static_assert(offsetof(FGlobalLightGroupsGroupName, Name) == 0x000000, "Member 'FGlobalLightGroupsGroupName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsImportScheduleEntry \ static_assert(alignof(FGlobalLightGroupsImportScheduleEntry) == 0x000008, "Wrong alignment on FGlobalLightGroupsImportScheduleEntry"); \ static_assert(sizeof(FGlobalLightGroupsImportScheduleEntry) == 0x000038, "Wrong size on FGlobalLightGroupsImportScheduleEntry"); \ static_assert(offsetof(FGlobalLightGroupsImportScheduleEntry, GroupName) == 0x000008, "Member 'FGlobalLightGroupsImportScheduleEntry::GroupName' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportScheduleEntry, OnHour) == 0x000010, "Member 'FGlobalLightGroupsImportScheduleEntry::OnHour' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportScheduleEntry, OnMinute) == 0x000014, "Member 'FGlobalLightGroupsImportScheduleEntry::OnMinute' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportScheduleEntry, OnRandMinutesMin) == 0x000018, "Member 'FGlobalLightGroupsImportScheduleEntry::OnRandMinutesMin' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportScheduleEntry, OnRandMinutesMax) == 0x00001C, "Member 'FGlobalLightGroupsImportScheduleEntry::OnRandMinutesMax' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportScheduleEntry, OffHour) == 0x000020, "Member 'FGlobalLightGroupsImportScheduleEntry::OffHour' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportScheduleEntry, OffMinute) == 0x000024, "Member 'FGlobalLightGroupsImportScheduleEntry::OffMinute' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportScheduleEntry, OffRandMinutesMin) == 0x000028, "Member 'FGlobalLightGroupsImportScheduleEntry::OffRandMinutesMin' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportScheduleEntry, OffRandMinutesMax) == 0x00002C, "Member 'FGlobalLightGroupsImportScheduleEntry::OffRandMinutesMax' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportScheduleEntry, bNormalizeForSeasons) == 0x000030, "Member 'FGlobalLightGroupsImportScheduleEntry::bNormalizeForSeasons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightComponentScheduleName \ static_assert(alignof(FLightComponentScheduleName) == 0x000004, "Wrong alignment on FLightComponentScheduleName"); \ static_assert(sizeof(FLightComponentScheduleName) == 0x000008, "Wrong size on FLightComponentScheduleName"); \ static_assert(offsetof(FLightComponentScheduleName, Name) == 0x000000, "Member 'FLightComponentScheduleName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsRegionName \ static_assert(alignof(FGlobalLightGroupsRegionName) == 0x000004, "Wrong alignment on FGlobalLightGroupsRegionName"); \ static_assert(sizeof(FGlobalLightGroupsRegionName) == 0x000008, "Wrong size on FGlobalLightGroupsRegionName"); \ static_assert(offsetof(FGlobalLightGroupsRegionName, Name) == 0x000000, "Member 'FGlobalLightGroupsRegionName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightComponentMessage \ static_assert(alignof(FLightComponentMessage) == 0x000008, "Wrong alignment on FLightComponentMessage"); \ static_assert(sizeof(FLightComponentMessage) == 0x000018, "Wrong size on FLightComponentMessage"); \ static_assert(offsetof(FLightComponentMessage, Component) == 0x000000, "Member 'FLightComponentMessage::Component' has a wrong offset!"); \ static_assert(offsetof(FLightComponentMessage, Name) == 0x000008, "Member 'FLightComponentMessage::Name' has a wrong offset!"); \ static_assert(offsetof(FLightComponentMessage, bIsOn) == 0x000010, "Member 'FLightComponentMessage::bIsOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightGroupSettingsOptional \ static_assert(alignof(FLightGroupSettingsOptional) == 0x000004, "Wrong alignment on FLightGroupSettingsOptional"); \ static_assert(sizeof(FLightGroupSettingsOptional) == 0x000014, "Wrong size on FLightGroupSettingsOptional"); \ static_assert(offsetof(FLightGroupSettingsOptional, Region) == 0x000000, "Member 'FLightGroupSettingsOptional::Region' has a wrong offset!"); \ static_assert(offsetof(FLightGroupSettingsOptional, Group) == 0x000008, "Member 'FLightGroupSettingsOptional::Group' has a wrong offset!"); \ static_assert(offsetof(FLightGroupSettingsOptional, bSetGroup) == 0x000010, "Member 'FLightGroupSettingsOptional::bSetGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightGroupMessage \ static_assert(alignof(FLightGroupMessage) == 0x000004, "Wrong alignment on FLightGroupMessage"); \ static_assert(sizeof(FLightGroupMessage) == 0x000014, "Wrong size on FLightGroupMessage"); \ static_assert(offsetof(FLightGroupMessage, Region) == 0x000000, "Member 'FLightGroupMessage::Region' has a wrong offset!"); \ static_assert(offsetof(FLightGroupMessage, Name) == 0x000008, "Member 'FLightGroupMessage::Name' has a wrong offset!"); \ static_assert(offsetof(FLightGroupMessage, bIsOn) == 0x000010, "Member 'FLightGroupMessage::bIsOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsBoundComponent \ static_assert(alignof(FGlobalLightGroupsBoundComponent) == 0x000004, "Wrong alignment on FGlobalLightGroupsBoundComponent"); \ static_assert(sizeof(FGlobalLightGroupsBoundComponent) == 0x000014, "Wrong size on FGlobalLightGroupsBoundComponent"); \ static_assert(offsetof(FGlobalLightGroupsBoundComponent, ComponentPtr) == 0x000000, "Member 'FGlobalLightGroupsBoundComponent::ComponentPtr' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsBoundComponent, Settings) == 0x000008, "Member 'FGlobalLightGroupsBoundComponent::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightGroupSettings \ static_assert(alignof(FLightGroupSettings) == 0x000004, "Wrong alignment on FLightGroupSettings"); \ static_assert(sizeof(FLightGroupSettings) == 0x000010, "Wrong size on FLightGroupSettings"); \ static_assert(offsetof(FLightGroupSettings, Region) == 0x000000, "Member 'FLightGroupSettings::Region' has a wrong offset!"); \ static_assert(offsetof(FLightGroupSettings, Group) == 0x000008, "Member 'FLightGroupSettings::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightGroupWindowMaterialsBuilder \ static_assert(alignof(FLightGroupWindowMaterialsBuilder) == 0x000008, "Wrong alignment on FLightGroupWindowMaterialsBuilder"); \ static_assert(sizeof(FLightGroupWindowMaterialsBuilder) == 0x000020, "Wrong size on FLightGroupWindowMaterialsBuilder"); \ static_assert(offsetof(FLightGroupWindowMaterialsBuilder, WindowGroupMaterialParameter) == 0x000000, "Member 'FLightGroupWindowMaterialsBuilder::WindowGroupMaterialParameter' has a wrong offset!"); \ static_assert(offsetof(FLightGroupWindowMaterialsBuilder, LightGroup) == 0x000008, "Member 'FLightGroupWindowMaterialsBuilder::LightGroup' has a wrong offset!"); \ static_assert(offsetof(FLightGroupWindowMaterialsBuilder, RelevantMaterialMeshes) == 0x000010, "Member 'FLightGroupWindowMaterialsBuilder::RelevantMaterialMeshes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightGroupWindowMaterialsResources \ static_assert(alignof(FLightGroupWindowMaterialsResources) == 0x000008, "Wrong alignment on FLightGroupWindowMaterialsResources"); \ static_assert(sizeof(FLightGroupWindowMaterialsResources) == 0x000010, "Wrong size on FLightGroupWindowMaterialsResources"); \ static_assert(offsetof(FLightGroupWindowMaterialsResources, SwappedMaterials) == 0x000000, "Member 'FLightGroupWindowMaterialsResources::SwappedMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsBoundComponentList \ static_assert(alignof(FGlobalLightGroupsBoundComponentList) == 0x000008, "Wrong alignment on FGlobalLightGroupsBoundComponentList"); \ static_assert(sizeof(FGlobalLightGroupsBoundComponentList) == 0x000010, "Wrong size on FGlobalLightGroupsBoundComponentList"); \ static_assert(offsetof(FGlobalLightGroupsBoundComponentList, Components) == 0x000000, "Member 'FGlobalLightGroupsBoundComponentList::Components' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsBoundComponents \ static_assert(alignof(FGlobalLightGroupsBoundComponents) == 0x000008, "Wrong alignment on FGlobalLightGroupsBoundComponents"); \ static_assert(sizeof(FGlobalLightGroupsBoundComponents) == 0x000020, "Wrong size on FGlobalLightGroupsBoundComponents"); \ static_assert(offsetof(FGlobalLightGroupsBoundComponents, ComponentGroups) == 0x000000, "Member 'FGlobalLightGroupsBoundComponents::ComponentGroups' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsBoundComponents, LastLightMask) == 0x000010, "Member 'FGlobalLightGroupsBoundComponents::LastLightMask' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsBoundComponents, ForceUpdateMask) == 0x000018, "Member 'FGlobalLightGroupsBoundComponents::ForceUpdateMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsMaskLock \ static_assert(alignof(FGlobalLightGroupsMaskLock) == 0x000008, "Wrong alignment on FGlobalLightGroupsMaskLock"); \ static_assert(sizeof(FGlobalLightGroupsMaskLock) == 0x000010, "Wrong size on FGlobalLightGroupsMaskLock"); \ static_assert(offsetof(FGlobalLightGroupsMaskLock, LockedOnMask) == 0x000000, "Member 'FGlobalLightGroupsMaskLock::LockedOnMask' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsMaskLock, LockedOffMask) == 0x000008, "Member 'FGlobalLightGroupsMaskLock::LockedOffMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsTimeSpanOnOffState \ static_assert(alignof(FGlobalLightGroupsTimeSpanOnOffState) == 0x000001, "Wrong alignment on FGlobalLightGroupsTimeSpanOnOffState"); \ static_assert(sizeof(FGlobalLightGroupsTimeSpanOnOffState) == 0x000001, "Wrong size on FGlobalLightGroupsTimeSpanOnOffState"); \ static_assert(offsetof(FGlobalLightGroupsTimeSpanOnOffState, State) == 0x000000, "Member 'FGlobalLightGroupsTimeSpanOnOffState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsTimeSpanOnOff \ static_assert(alignof(FGlobalLightGroupsTimeSpanOnOff) == 0x000008, "Wrong alignment on FGlobalLightGroupsTimeSpanOnOff"); \ static_assert(sizeof(FGlobalLightGroupsTimeSpanOnOff) == 0x000018, "Wrong size on FGlobalLightGroupsTimeSpanOnOff"); \ static_assert(offsetof(FGlobalLightGroupsTimeSpanOnOff, NextOn) == 0x000000, "Member 'FGlobalLightGroupsTimeSpanOnOff::NextOn' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsTimeSpanOnOff, NextOff) == 0x000008, "Member 'FGlobalLightGroupsTimeSpanOnOff::NextOff' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsTimeSpanOnOff, State) == 0x000010, "Member 'FGlobalLightGroupsTimeSpanOnOff::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsScheduleEntry \ static_assert(alignof(FGlobalLightGroupsScheduleEntry) == 0x000008, "Wrong alignment on FGlobalLightGroupsScheduleEntry"); \ static_assert(sizeof(FGlobalLightGroupsScheduleEntry) == 0x000068, "Wrong size on FGlobalLightGroupsScheduleEntry"); \ static_assert(offsetof(FGlobalLightGroupsScheduleEntry, OnOff) == 0x000000, "Member 'FGlobalLightGroupsScheduleEntry::OnOff' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsScheduleEntry, State) == 0x000050, "Member 'FGlobalLightGroupsScheduleEntry::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsGroupSchedule \ static_assert(alignof(FGlobalLightGroupsGroupSchedule) == 0x000008, "Wrong alignment on FGlobalLightGroupsGroupSchedule"); \ static_assert(sizeof(FGlobalLightGroupsGroupSchedule) == 0x000028, "Wrong size on FGlobalLightGroupsGroupSchedule"); \ static_assert(offsetof(FGlobalLightGroupsGroupSchedule, Group) == 0x000000, "Member 'FGlobalLightGroupsGroupSchedule::Group' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsGroupSchedule, Schedule) == 0x000008, "Member 'FGlobalLightGroupsGroupSchedule::Schedule' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsGroupSchedule, HermesEvent) == 0x000018, "Member 'FGlobalLightGroupsGroupSchedule::HermesEvent' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsGroupSchedule, bDisabled) == 0x000020, "Member 'FGlobalLightGroupsGroupSchedule::bDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsGroupSchedules \ static_assert(alignof(FGlobalLightGroupsGroupSchedules) == 0x000008, "Wrong alignment on FGlobalLightGroupsGroupSchedules"); \ static_assert(sizeof(FGlobalLightGroupsGroupSchedules) == 0x000050, "Wrong size on FGlobalLightGroupsGroupSchedules"); \ static_assert(offsetof(FGlobalLightGroupsGroupSchedules, Schedules) == 0x000000, "Member 'FGlobalLightGroupsGroupSchedules::Schedules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsRegion \ static_assert(alignof(FGlobalLightGroupsRegion) == 0x000008, "Wrong alignment on FGlobalLightGroupsRegion"); \ static_assert(sizeof(FGlobalLightGroupsRegion) == 0x0000B0, "Wrong size on FGlobalLightGroupsRegion"); \ static_assert(offsetof(FGlobalLightGroupsRegion, Name) == 0x000000, "Member 'FGlobalLightGroupsRegion::Name' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsRegion, GroupSchedules) == 0x000008, "Member 'FGlobalLightGroupsRegion::GroupSchedules' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsRegion, GroupNameMap) == 0x000058, "Member 'FGlobalLightGroupsRegion::GroupNameMap' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsRegion, BoundComponents) == 0x000060, "Member 'FGlobalLightGroupsRegion::BoundComponents' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsRegion, LightMaskTarget) == 0x000080, "Member 'FGlobalLightGroupsRegion::LightMaskTarget' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsRegion, LockState) == 0x000088, "Member 'FGlobalLightGroupsRegion::LockState' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsRegion, LightMask) == 0x000098, "Member 'FGlobalLightGroupsRegion::LightMask' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsRegion, LastMask) == 0x0000A0, "Member 'FGlobalLightGroupsRegion::LastMask' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsRegion, bInitialEventsSent) == 0x0000A8, "Member 'FGlobalLightGroupsRegion::bInitialEventsSent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsRegionGroups \ static_assert(alignof(FGlobalLightGroupsRegionGroups) == 0x000008, "Wrong alignment on FGlobalLightGroupsRegionGroups"); \ static_assert(sizeof(FGlobalLightGroupsRegionGroups) == 0x000030, "Wrong size on FGlobalLightGroupsRegionGroups"); \ static_assert(offsetof(FGlobalLightGroupsRegionGroups, Region) == 0x000000, "Member 'FGlobalLightGroupsRegionGroups::Region' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsRegionGroups, Groups) == 0x000008, "Member 'FGlobalLightGroupsRegionGroups::Groups' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsRegionGroups, GroupSchedules) == 0x000018, "Member 'FGlobalLightGroupsRegionGroups::GroupSchedules' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsRegionGroups, LightComponentSchedules) == 0x000020, "Member 'FGlobalLightGroupsRegionGroups::LightComponentSchedules' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsRegionGroups, bForceGroup0OffGroup1On) == 0x000028, "Member 'FGlobalLightGroupsRegionGroups::bForceGroup0OffGroup1On' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsRegionGroupName \ static_assert(alignof(FGlobalLightGroupsRegionGroupName) == 0x000004, "Wrong alignment on FGlobalLightGroupsRegionGroupName"); \ static_assert(sizeof(FGlobalLightGroupsRegionGroupName) == 0x000010, "Wrong size on FGlobalLightGroupsRegionGroupName"); \ static_assert(offsetof(FGlobalLightGroupsRegionGroupName, Region) == 0x000000, "Member 'FGlobalLightGroupsRegionGroupName::Region' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsRegionGroupName, Name) == 0x000008, "Member 'FGlobalLightGroupsRegionGroupName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsFindBestRegion \ static_assert(alignof(FGlobalLightGroupsFindBestRegion) == 0x000004, "Wrong alignment on FGlobalLightGroupsFindBestRegion"); \ static_assert(sizeof(FGlobalLightGroupsFindBestRegion) == 0x00000C, "Wrong size on FGlobalLightGroupsFindBestRegion"); \ static_assert(offsetof(FGlobalLightGroupsFindBestRegion, Name) == 0x000000, "Member 'FGlobalLightGroupsFindBestRegion::Name' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsFindBestRegion, Priority) == 0x000008, "Member 'FGlobalLightGroupsFindBestRegion::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsImportScheduleOptionsAdvanced \ static_assert(alignof(FGlobalLightGroupsImportScheduleOptionsAdvanced) == 0x000004, "Wrong alignment on FGlobalLightGroupsImportScheduleOptionsAdvanced"); \ static_assert(sizeof(FGlobalLightGroupsImportScheduleOptionsAdvanced) == 0x000010, "Wrong size on FGlobalLightGroupsImportScheduleOptionsAdvanced"); \ static_assert(offsetof(FGlobalLightGroupsImportScheduleOptionsAdvanced, KeyNameFilter) == 0x000000, "Member 'FGlobalLightGroupsImportScheduleOptionsAdvanced::KeyNameFilter' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportScheduleOptionsAdvanced, OverrideKeyNames) == 0x000008, "Member 'FGlobalLightGroupsImportScheduleOptionsAdvanced::OverrideKeyNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsImportScheduleOptions \ static_assert(alignof(FGlobalLightGroupsImportScheduleOptions) == 0x000004, "Wrong alignment on FGlobalLightGroupsImportScheduleOptions"); \ static_assert(sizeof(FGlobalLightGroupsImportScheduleOptions) == 0x000014, "Wrong size on FGlobalLightGroupsImportScheduleOptions"); \ static_assert(offsetof(FGlobalLightGroupsImportScheduleOptions, Type) == 0x000000, "Member 'FGlobalLightGroupsImportScheduleOptions::Type' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportScheduleOptions, Advanced) == 0x000004, "Member 'FGlobalLightGroupsImportScheduleOptions::Advanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsImportScheduleTable \ static_assert(alignof(FGlobalLightGroupsImportScheduleTable) == 0x000008, "Wrong alignment on FGlobalLightGroupsImportScheduleTable"); \ static_assert(sizeof(FGlobalLightGroupsImportScheduleTable) == 0x000020, "Wrong size on FGlobalLightGroupsImportScheduleTable"); \ static_assert(offsetof(FGlobalLightGroupsImportScheduleTable, ScheduleTable) == 0x000000, "Member 'FGlobalLightGroupsImportScheduleTable::ScheduleTable' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportScheduleTable, ImportOptions) == 0x000008, "Member 'FGlobalLightGroupsImportScheduleTable::ImportOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsImportSunScheduleEntry \ static_assert(alignof(FGlobalLightGroupsImportSunScheduleEntry) == 0x000008, "Wrong alignment on FGlobalLightGroupsImportSunScheduleEntry"); \ static_assert(sizeof(FGlobalLightGroupsImportSunScheduleEntry) == 0x000030, "Wrong size on FGlobalLightGroupsImportSunScheduleEntry"); \ static_assert(offsetof(FGlobalLightGroupsImportSunScheduleEntry, GroupName) == 0x000008, "Member 'FGlobalLightGroupsImportSunScheduleEntry::GroupName' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportSunScheduleEntry, OnAngle) == 0x000010, "Member 'FGlobalLightGroupsImportSunScheduleEntry::OnAngle' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportSunScheduleEntry, OnDirection) == 0x000011, "Member 'FGlobalLightGroupsImportSunScheduleEntry::OnDirection' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportSunScheduleEntry, OnAngleOffset) == 0x000014, "Member 'FGlobalLightGroupsImportSunScheduleEntry::OnAngleOffset' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportSunScheduleEntry, OnRandMinutesMin) == 0x000018, "Member 'FGlobalLightGroupsImportSunScheduleEntry::OnRandMinutesMin' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportSunScheduleEntry, OnRandMinutesMax) == 0x00001C, "Member 'FGlobalLightGroupsImportSunScheduleEntry::OnRandMinutesMax' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportSunScheduleEntry, OffAngle) == 0x000020, "Member 'FGlobalLightGroupsImportSunScheduleEntry::OffAngle' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportSunScheduleEntry, OffDirection) == 0x000021, "Member 'FGlobalLightGroupsImportSunScheduleEntry::OffDirection' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportSunScheduleEntry, OffAngleOffset) == 0x000024, "Member 'FGlobalLightGroupsImportSunScheduleEntry::OffAngleOffset' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportSunScheduleEntry, OffRandMinutesMin) == 0x000028, "Member 'FGlobalLightGroupsImportSunScheduleEntry::OffRandMinutesMin' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsImportSunScheduleEntry, OffRandMinutesMax) == 0x00002C, "Member 'FGlobalLightGroupsImportSunScheduleEntry::OffRandMinutesMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsComponentSchedule \ static_assert(alignof(FGlobalLightGroupsComponentSchedule) == 0x000008, "Wrong alignment on FGlobalLightGroupsComponentSchedule"); \ static_assert(sizeof(FGlobalLightGroupsComponentSchedule) == 0x000018, "Wrong size on FGlobalLightGroupsComponentSchedule"); \ static_assert(offsetof(FGlobalLightGroupsComponentSchedule, Schedule) == 0x000000, "Member 'FGlobalLightGroupsComponentSchedule::Schedule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsComponentSchedules \ static_assert(alignof(FGlobalLightGroupsComponentSchedules) == 0x000008, "Wrong alignment on FGlobalLightGroupsComponentSchedules"); \ static_assert(sizeof(FGlobalLightGroupsComponentSchedules) == 0x000050, "Wrong size on FGlobalLightGroupsComponentSchedules"); \ static_assert(offsetof(FGlobalLightGroupsComponentSchedules, Schedules) == 0x000000, "Member 'FGlobalLightGroupsComponentSchedules::Schedules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsUpdateTime \ static_assert(alignof(FGlobalLightGroupsUpdateTime) == 0x000008, "Wrong alignment on FGlobalLightGroupsUpdateTime"); \ static_assert(sizeof(FGlobalLightGroupsUpdateTime) == 0x000010, "Wrong size on FGlobalLightGroupsUpdateTime"); \ static_assert(offsetof(FGlobalLightGroupsUpdateTime, Time) == 0x000000, "Member 'FGlobalLightGroupsUpdateTime::Time' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsUpdateTime, SolarTime) == 0x000008, "Member 'FGlobalLightGroupsUpdateTime::SolarTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobalLightGroupsDebugTimeOfDay \ static_assert(alignof(FGlobalLightGroupsDebugTimeOfDay) == 0x000008, "Wrong alignment on FGlobalLightGroupsDebugTimeOfDay"); \ static_assert(sizeof(FGlobalLightGroupsDebugTimeOfDay) == 0x000018, "Wrong size on FGlobalLightGroupsDebugTimeOfDay"); \ static_assert(offsetof(FGlobalLightGroupsDebugTimeOfDay, DateTime) == 0x000000, "Member 'FGlobalLightGroupsDebugTimeOfDay::DateTime' has a wrong offset!"); \ static_assert(offsetof(FGlobalLightGroupsDebugTimeOfDay, DateTimeString) == 0x000008, "Member 'FGlobalLightGroupsDebugTimeOfDay::DateTimeString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSolarTime \ static_assert(alignof(FSolarTime) == 0x000008, "Wrong alignment on FSolarTime"); \ static_assert(sizeof(FSolarTime) == 0x000008, "Wrong size on FSolarTime"); \ static_assert(offsetof(FSolarTime, Time) == 0x000000, "Member 'FSolarTime::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightComponentSchedule \ static_assert(alignof(FLightComponentSchedule) == 0x000008, "Wrong alignment on FLightComponentSchedule"); \ static_assert(sizeof(FLightComponentSchedule) == 0x000028, "Wrong size on FLightComponentSchedule"); \ static_assert(offsetof(FLightComponentSchedule, Schedule) == 0x000000, "Member 'FLightComponentSchedule::Schedule' has a wrong offset!"); \ static_assert(offsetof(FLightComponentSchedule, Name) == 0x000010, "Member 'FLightComponentSchedule::Name' has a wrong offset!"); \ static_assert(offsetof(FLightComponentSchedule, HermesEvent) == 0x000018, "Member 'FLightComponentSchedule::HermesEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightComponentSchedules \ static_assert(alignof(FLightComponentSchedules) == 0x000008, "Wrong alignment on FLightComponentSchedules"); \ static_assert(sizeof(FLightComponentSchedules) == 0x000050, "Wrong size on FLightComponentSchedules"); \ static_assert(offsetof(FLightComponentSchedules, Schedules) == 0x000000, "Member 'FLightComponentSchedules::Schedules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightSwitchFX \ static_assert(alignof(FLightSwitchFX) == 0x000008, "Wrong alignment on FLightSwitchFX"); \ static_assert(sizeof(FLightSwitchFX) == 0x000018, "Wrong size on FLightSwitchFX"); \ static_assert(offsetof(FLightSwitchFX, NiagaraFX) == 0x000000, "Member 'FLightSwitchFX::NiagaraFX' has a wrong offset!"); \ static_assert(offsetof(FLightSwitchFX, SoundFX) == 0x000008, "Member 'FLightSwitchFX::SoundFX' has a wrong offset!"); \ static_assert(offsetof(FLightSwitchFX, AttachComponent) == 0x000010, "Member 'FLightSwitchFX::AttachComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightOnOffFX \ static_assert(alignof(FLightOnOffFX) == 0x000008, "Wrong alignment on FLightOnOffFX"); \ static_assert(sizeof(FLightOnOffFX) == 0x000038, "Wrong size on FLightOnOffFX"); \ static_assert(offsetof(FLightOnOffFX, Name) == 0x000000, "Member 'FLightOnOffFX::Name' has a wrong offset!"); \ static_assert(offsetof(FLightOnOffFX, TurnOnFX) == 0x000008, "Member 'FLightOnOffFX::TurnOnFX' has a wrong offset!"); \ static_assert(offsetof(FLightOnOffFX, TurnOffFX) == 0x000020, "Member 'FLightOnOffFX::TurnOffFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightOnOffFXTarget \ static_assert(alignof(FLightOnOffFXTarget) == 0x000008, "Wrong alignment on FLightOnOffFXTarget"); \ static_assert(sizeof(FLightOnOffFXTarget) == 0x000010, "Wrong size on FLightOnOffFXTarget"); \ static_assert(offsetof(FLightOnOffFXTarget, SceneComponent) == 0x000000, "Member 'FLightOnOffFXTarget::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(FLightOnOffFXTarget, bOnOff) == 0x000008, "Member 'FLightOnOffFXTarget::bOnOff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightOnOffFXTargetList \ static_assert(alignof(FLightOnOffFXTargetList) == 0x000008, "Wrong alignment on FLightOnOffFXTargetList"); \ static_assert(sizeof(FLightOnOffFXTargetList) == 0x000010, "Wrong size on FLightOnOffFXTargetList"); \ static_assert(offsetof(FLightOnOffFXTargetList, Targets) == 0x000000, "Member 'FLightOnOffFXTargetList::Targets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightGroupActorBase_GetLightGroup \ static_assert(alignof(LightGroupActorBase_GetLightGroup) == 0x000004, "Wrong alignment on LightGroupActorBase_GetLightGroup"); \ static_assert(sizeof(LightGroupActorBase_GetLightGroup) == 0x000008, "Wrong size on LightGroupActorBase_GetLightGroup"); \ static_assert(offsetof(LightGroupActorBase_GetLightGroup, Group) == 0x000000, "Member 'LightGroupActorBase_GetLightGroup::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightGroupActorBase_GetLightGroupIndex \ static_assert(alignof(LightGroupActorBase_GetLightGroupIndex) == 0x000004, "Wrong alignment on LightGroupActorBase_GetLightGroupIndex"); \ static_assert(sizeof(LightGroupActorBase_GetLightGroupIndex) == 0x000004, "Wrong size on LightGroupActorBase_GetLightGroupIndex"); \ static_assert(offsetof(LightGroupActorBase_GetLightGroupIndex, GroupNumber) == 0x000000, "Member 'LightGroupActorBase_GetLightGroupIndex::GroupNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightGroupActorBase_GetLightRegionGroup \ static_assert(alignof(LightGroupActorBase_GetLightRegionGroup) == 0x000004, "Wrong alignment on LightGroupActorBase_GetLightRegionGroup"); \ static_assert(sizeof(LightGroupActorBase_GetLightRegionGroup) == 0x000010, "Wrong size on LightGroupActorBase_GetLightRegionGroup"); \ static_assert(offsetof(LightGroupActorBase_GetLightRegionGroup, Region) == 0x000000, "Member 'LightGroupActorBase_GetLightRegionGroup::Region' has a wrong offset!"); \ static_assert(offsetof(LightGroupActorBase_GetLightRegionGroup, Group) == 0x000008, "Member 'LightGroupActorBase_GetLightRegionGroup::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightGroupActorBase_GetLightGroupRegion \ static_assert(alignof(LightGroupActorBase_GetLightGroupRegion) == 0x000004, "Wrong alignment on LightGroupActorBase_GetLightGroupRegion"); \ static_assert(sizeof(LightGroupActorBase_GetLightGroupRegion) == 0x000008, "Wrong size on LightGroupActorBase_GetLightGroupRegion"); \ static_assert(offsetof(LightGroupActorBase_GetLightGroupRegion, Region) == 0x000000, "Member 'LightGroupActorBase_GetLightGroupRegion::Region' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALightGroupActorBase \ static_assert(alignof(ALightGroupActorBase) == 0x000008, "Wrong alignment on ALightGroupActorBase"); \ static_assert(sizeof(ALightGroupActorBase) == 0x000268, "Wrong size on ALightGroupActorBase"); \ static_assert(offsetof(ALightGroupActorBase, Settings) == 0x000250, "Member 'ALightGroupActorBase::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightGroupComponent_GetLightGroup \ static_assert(alignof(LightGroupComponent_GetLightGroup) == 0x000004, "Wrong alignment on LightGroupComponent_GetLightGroup"); \ static_assert(sizeof(LightGroupComponent_GetLightGroup) == 0x000008, "Wrong size on LightGroupComponent_GetLightGroup"); \ static_assert(offsetof(LightGroupComponent_GetLightGroup, Group) == 0x000000, "Member 'LightGroupComponent_GetLightGroup::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightGroupComponent_GetLightGroupIndex \ static_assert(alignof(LightGroupComponent_GetLightGroupIndex) == 0x000004, "Wrong alignment on LightGroupComponent_GetLightGroupIndex"); \ static_assert(sizeof(LightGroupComponent_GetLightGroupIndex) == 0x000004, "Wrong size on LightGroupComponent_GetLightGroupIndex"); \ static_assert(offsetof(LightGroupComponent_GetLightGroupIndex, GroupNumber) == 0x000000, "Member 'LightGroupComponent_GetLightGroupIndex::GroupNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightGroupComponent_GetLightRegionGroup \ static_assert(alignof(LightGroupComponent_GetLightRegionGroup) == 0x000004, "Wrong alignment on LightGroupComponent_GetLightRegionGroup"); \ static_assert(sizeof(LightGroupComponent_GetLightRegionGroup) == 0x000010, "Wrong size on LightGroupComponent_GetLightRegionGroup"); \ static_assert(offsetof(LightGroupComponent_GetLightRegionGroup, Region) == 0x000000, "Member 'LightGroupComponent_GetLightRegionGroup::Region' has a wrong offset!"); \ static_assert(offsetof(LightGroupComponent_GetLightRegionGroup, Group) == 0x000008, "Member 'LightGroupComponent_GetLightRegionGroup::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightGroupComponent_GetLightGroupRegion \ static_assert(alignof(LightGroupComponent_GetLightGroupRegion) == 0x000004, "Wrong alignment on LightGroupComponent_GetLightGroupRegion"); \ static_assert(sizeof(LightGroupComponent_GetLightGroupRegion) == 0x000008, "Wrong size on LightGroupComponent_GetLightGroupRegion"); \ static_assert(offsetof(LightGroupComponent_GetLightGroupRegion, Region) == 0x000000, "Member 'LightGroupComponent_GetLightGroupRegion::Region' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightGroupComponent \ static_assert(alignof(ULightGroupComponent) == 0x000008, "Wrong alignment on ULightGroupComponent"); \ static_assert(sizeof(ULightGroupComponent) == 0x0000F0, "Wrong size on ULightGroupComponent"); \ static_assert(offsetof(ULightGroupComponent, Settings) == 0x0000D8, "Member 'ULightGroupComponent::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALightGroupWindowMaterialsVolume \ static_assert(alignof(ALightGroupWindowMaterialsVolume) == 0x000008, "Wrong alignment on ALightGroupWindowMaterialsVolume"); \ static_assert(sizeof(ALightGroupWindowMaterialsVolume) == 0x000268, "Wrong size on ALightGroupWindowMaterialsVolume"); \ static_assert(offsetof(ALightGroupWindowMaterialsVolume, LightGroup) == 0x000248, "Member 'ALightGroupWindowMaterialsVolume::LightGroup' has a wrong offset!"); \ static_assert(offsetof(ALightGroupWindowMaterialsVolume, WindowGroupMaterialParameter) == 0x000250, "Member 'ALightGroupWindowMaterialsVolume::WindowGroupMaterialParameter' has a wrong offset!"); \ static_assert(offsetof(ALightGroupWindowMaterialsVolume, Resources) == 0x000258, "Member 'ALightGroupWindowMaterialsVolume::Resources' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightGroupsWindowMaterialsComponent \ static_assert(alignof(UGlobalLightGroupsWindowMaterialsComponent) == 0x000008, "Wrong alignment on UGlobalLightGroupsWindowMaterialsComponent"); \ static_assert(sizeof(UGlobalLightGroupsWindowMaterialsComponent) == 0x000110, "Wrong size on UGlobalLightGroupsWindowMaterialsComponent"); \ static_assert(offsetof(UGlobalLightGroupsWindowMaterialsComponent, Settings) == 0x0000D8, "Member 'UGlobalLightGroupsWindowMaterialsComponent::Settings' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightGroupsWindowMaterialsComponent, WindowGroupMaterialParameter) == 0x0000EC, "Member 'UGlobalLightGroupsWindowMaterialsComponent::WindowGroupMaterialParameter' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightGroupsWindowMaterialsComponent, Resources) == 0x0000F8, "Member 'UGlobalLightGroupsWindowMaterialsComponent::Resources' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_BindComponentsVisibility \ static_assert(alignof(GlobalLightGroupsLibrary_BindComponentsVisibility) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_BindComponentsVisibility"); \ static_assert(sizeof(GlobalLightGroupsLibrary_BindComponentsVisibility) == 0x000038, "Wrong size on GlobalLightGroupsLibrary_BindComponentsVisibility"); \ static_assert(offsetof(GlobalLightGroupsLibrary_BindComponentsVisibility, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_BindComponentsVisibility::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_BindComponentsVisibility, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_BindComponentsVisibility::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_BindComponentsVisibility, Group) == 0x000010, "Member 'GlobalLightGroupsLibrary_BindComponentsVisibility::Group' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_BindComponentsVisibility, SceneComponents) == 0x000018, "Member 'GlobalLightGroupsLibrary_BindComponentsVisibility::SceneComponents' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_BindComponentsVisibility, Settings) == 0x000028, "Member 'GlobalLightGroupsLibrary_BindComponentsVisibility::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_BindComponentVisibility \ static_assert(alignof(GlobalLightGroupsLibrary_BindComponentVisibility) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_BindComponentVisibility"); \ static_assert(sizeof(GlobalLightGroupsLibrary_BindComponentVisibility) == 0x000030, "Wrong size on GlobalLightGroupsLibrary_BindComponentVisibility"); \ static_assert(offsetof(GlobalLightGroupsLibrary_BindComponentVisibility, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_BindComponentVisibility::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_BindComponentVisibility, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_BindComponentVisibility::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_BindComponentVisibility, Group) == 0x000010, "Member 'GlobalLightGroupsLibrary_BindComponentVisibility::Group' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_BindComponentVisibility, SceneComponent) == 0x000018, "Member 'GlobalLightGroupsLibrary_BindComponentVisibility::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_BindComponentVisibility, Settings) == 0x000020, "Member 'GlobalLightGroupsLibrary_BindComponentVisibility::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_CheckLightGroup \ static_assert(alignof(GlobalLightGroupsLibrary_CheckLightGroup) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_CheckLightGroup"); \ static_assert(sizeof(GlobalLightGroupsLibrary_CheckLightGroup) == 0x000020, "Wrong size on GlobalLightGroupsLibrary_CheckLightGroup"); \ static_assert(offsetof(GlobalLightGroupsLibrary_CheckLightGroup, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_CheckLightGroup::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_CheckLightGroup, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_CheckLightGroup::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_CheckLightGroup, Group) == 0x000010, "Member 'GlobalLightGroupsLibrary_CheckLightGroup::Group' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_CheckLightGroup, bIsOn) == 0x000018, "Member 'GlobalLightGroupsLibrary_CheckLightGroup::bIsOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_CheckLightGroups \ static_assert(alignof(GlobalLightGroupsLibrary_CheckLightGroups) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_CheckLightGroups"); \ static_assert(sizeof(GlobalLightGroupsLibrary_CheckLightGroups) == 0x000020, "Wrong size on GlobalLightGroupsLibrary_CheckLightGroups"); \ static_assert(offsetof(GlobalLightGroupsLibrary_CheckLightGroups, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_CheckLightGroups::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_CheckLightGroups, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_CheckLightGroups::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_CheckLightGroups, GroupMask) == 0x000010, "Member 'GlobalLightGroupsLibrary_CheckLightGroups::GroupMask' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_CheckLightGroups, bIsOn) == 0x000018, "Member 'GlobalLightGroupsLibrary_CheckLightGroups::bIsOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_ClearAllLightGroupLocks \ static_assert(alignof(GlobalLightGroupsLibrary_ClearAllLightGroupLocks) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_ClearAllLightGroupLocks"); \ static_assert(sizeof(GlobalLightGroupsLibrary_ClearAllLightGroupLocks) == 0x000010, "Wrong size on GlobalLightGroupsLibrary_ClearAllLightGroupLocks"); \ static_assert(offsetof(GlobalLightGroupsLibrary_ClearAllLightGroupLocks, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_ClearAllLightGroupLocks::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_ClearAllLightGroupLocks, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_ClearAllLightGroupLocks::Region' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_Conv_GroupDropDownToGroupName \ static_assert(alignof(GlobalLightGroupsLibrary_Conv_GroupDropDownToGroupName) == 0x000004, "Wrong alignment on GlobalLightGroupsLibrary_Conv_GroupDropDownToGroupName"); \ static_assert(sizeof(GlobalLightGroupsLibrary_Conv_GroupDropDownToGroupName) == 0x000010, "Wrong size on GlobalLightGroupsLibrary_Conv_GroupDropDownToGroupName"); \ static_assert(offsetof(GlobalLightGroupsLibrary_Conv_GroupDropDownToGroupName, GroupDropdown) == 0x000000, "Member 'GlobalLightGroupsLibrary_Conv_GroupDropDownToGroupName::GroupDropdown' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_Conv_GroupDropDownToGroupName, ReturnValue) == 0x000008, "Member 'GlobalLightGroupsLibrary_Conv_GroupDropDownToGroupName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_Conv_GroupDropDownToLightComponentScheduleName \ static_assert(alignof(GlobalLightGroupsLibrary_Conv_GroupDropDownToLightComponentScheduleName) == 0x000004, "Wrong alignment on GlobalLightGroupsLibrary_Conv_GroupDropDownToLightComponentScheduleName"); \ static_assert(sizeof(GlobalLightGroupsLibrary_Conv_GroupDropDownToLightComponentScheduleName) == 0x000010, "Wrong size on GlobalLightGroupsLibrary_Conv_GroupDropDownToLightComponentScheduleName"); \ static_assert(offsetof(GlobalLightGroupsLibrary_Conv_GroupDropDownToLightComponentScheduleName, LightComponentScheduleDropdown) == 0x000000, "Member 'GlobalLightGroupsLibrary_Conv_GroupDropDownToLightComponentScheduleName::LightComponentScheduleDropdown' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_Conv_GroupDropDownToLightComponentScheduleName, ReturnValue) == 0x000008, "Member 'GlobalLightGroupsLibrary_Conv_GroupDropDownToLightComponentScheduleName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_Conv_RegionDropDownToRegionName \ static_assert(alignof(GlobalLightGroupsLibrary_Conv_RegionDropDownToRegionName) == 0x000004, "Wrong alignment on GlobalLightGroupsLibrary_Conv_RegionDropDownToRegionName"); \ static_assert(sizeof(GlobalLightGroupsLibrary_Conv_RegionDropDownToRegionName) == 0x000010, "Wrong size on GlobalLightGroupsLibrary_Conv_RegionDropDownToRegionName"); \ static_assert(offsetof(GlobalLightGroupsLibrary_Conv_RegionDropDownToRegionName, RegionDropdown) == 0x000000, "Member 'GlobalLightGroupsLibrary_Conv_RegionDropDownToRegionName::RegionDropdown' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_Conv_RegionDropDownToRegionName, ReturnValue) == 0x000008, "Member 'GlobalLightGroupsLibrary_Conv_RegionDropDownToRegionName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_DisableLightComponentSchedule \ static_assert(alignof(GlobalLightGroupsLibrary_DisableLightComponentSchedule) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_DisableLightComponentSchedule"); \ static_assert(sizeof(GlobalLightGroupsLibrary_DisableLightComponentSchedule) == 0x000010, "Wrong size on GlobalLightGroupsLibrary_DisableLightComponentSchedule"); \ static_assert(offsetof(GlobalLightGroupsLibrary_DisableLightComponentSchedule, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_DisableLightComponentSchedule::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_DisableLightComponentSchedule, light) == 0x000008, "Member 'GlobalLightGroupsLibrary_DisableLightComponentSchedule::light' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_DisableLightGroupSchedule \ static_assert(alignof(GlobalLightGroupsLibrary_DisableLightGroupSchedule) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_DisableLightGroupSchedule"); \ static_assert(sizeof(GlobalLightGroupsLibrary_DisableLightGroupSchedule) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_DisableLightGroupSchedule"); \ static_assert(offsetof(GlobalLightGroupsLibrary_DisableLightGroupSchedule, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_DisableLightGroupSchedule::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_DisableLightGroupSchedule, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_DisableLightGroupSchedule::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_DisableLightGroupSchedule, Group) == 0x000010, "Member 'GlobalLightGroupsLibrary_DisableLightGroupSchedule::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_EnableLightComponentSchedule \ static_assert(alignof(GlobalLightGroupsLibrary_EnableLightComponentSchedule) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_EnableLightComponentSchedule"); \ static_assert(sizeof(GlobalLightGroupsLibrary_EnableLightComponentSchedule) == 0x000010, "Wrong size on GlobalLightGroupsLibrary_EnableLightComponentSchedule"); \ static_assert(offsetof(GlobalLightGroupsLibrary_EnableLightComponentSchedule, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_EnableLightComponentSchedule::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_EnableLightComponentSchedule, light) == 0x000008, "Member 'GlobalLightGroupsLibrary_EnableLightComponentSchedule::light' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_EnableLightGroupSchedule \ static_assert(alignof(GlobalLightGroupsLibrary_EnableLightGroupSchedule) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_EnableLightGroupSchedule"); \ static_assert(sizeof(GlobalLightGroupsLibrary_EnableLightGroupSchedule) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_EnableLightGroupSchedule"); \ static_assert(offsetof(GlobalLightGroupsLibrary_EnableLightGroupSchedule, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_EnableLightGroupSchedule::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_EnableLightGroupSchedule, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_EnableLightGroupSchedule::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_EnableLightGroupSchedule, Group) == 0x000010, "Member 'GlobalLightGroupsLibrary_EnableLightGroupSchedule::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_GetGlobalLightGroupsMaster \ static_assert(alignof(GlobalLightGroupsLibrary_GetGlobalLightGroupsMaster) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_GetGlobalLightGroupsMaster"); \ static_assert(sizeof(GlobalLightGroupsLibrary_GetGlobalLightGroupsMaster) == 0x000010, "Wrong size on GlobalLightGroupsLibrary_GetGlobalLightGroupsMaster"); \ static_assert(offsetof(GlobalLightGroupsLibrary_GetGlobalLightGroupsMaster, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_GetGlobalLightGroupsMaster::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_GetGlobalLightGroupsMaster, GlobalLightGroupsMaster) == 0x000008, "Member 'GlobalLightGroupsLibrary_GetGlobalLightGroupsMaster::GlobalLightGroupsMaster' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_GetLightGroupLock \ static_assert(alignof(GlobalLightGroupsLibrary_GetLightGroupLock) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_GetLightGroupLock"); \ static_assert(sizeof(GlobalLightGroupsLibrary_GetLightGroupLock) == 0x000020, "Wrong size on GlobalLightGroupsLibrary_GetLightGroupLock"); \ static_assert(offsetof(GlobalLightGroupsLibrary_GetLightGroupLock, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_GetLightGroupLock::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_GetLightGroupLock, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_GetLightGroupLock::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_GetLightGroupLock, Group) == 0x000010, "Member 'GlobalLightGroupsLibrary_GetLightGroupLock::Group' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_GetLightGroupLock, State) == 0x000018, "Member 'GlobalLightGroupsLibrary_GetLightGroupLock::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_GetMyRegion \ static_assert(alignof(GlobalLightGroupsLibrary_GetMyRegion) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_GetMyRegion"); \ static_assert(sizeof(GlobalLightGroupsLibrary_GetMyRegion) == 0x000010, "Wrong size on GlobalLightGroupsLibrary_GetMyRegion"); \ static_assert(offsetof(GlobalLightGroupsLibrary_GetMyRegion, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_GetMyRegion::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_GetMyRegion, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_GetMyRegion::Region' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_GetRegionFromActor \ static_assert(alignof(GlobalLightGroupsLibrary_GetRegionFromActor) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_GetRegionFromActor"); \ static_assert(sizeof(GlobalLightGroupsLibrary_GetRegionFromActor) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_GetRegionFromActor"); \ static_assert(offsetof(GlobalLightGroupsLibrary_GetRegionFromActor, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_GetRegionFromActor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_GetRegionFromActor, Actor) == 0x000008, "Member 'GlobalLightGroupsLibrary_GetRegionFromActor::Actor' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_GetRegionFromActor, Region) == 0x000010, "Member 'GlobalLightGroupsLibrary_GetRegionFromActor::Region' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_GetRegionFromLocation \ static_assert(alignof(GlobalLightGroupsLibrary_GetRegionFromLocation) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_GetRegionFromLocation"); \ static_assert(sizeof(GlobalLightGroupsLibrary_GetRegionFromLocation) == 0x000020, "Wrong size on GlobalLightGroupsLibrary_GetRegionFromLocation"); \ static_assert(offsetof(GlobalLightGroupsLibrary_GetRegionFromLocation, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_GetRegionFromLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_GetRegionFromLocation, Location) == 0x000008, "Member 'GlobalLightGroupsLibrary_GetRegionFromLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_GetRegionFromLocation, Region) == 0x000014, "Member 'GlobalLightGroupsLibrary_GetRegionFromLocation::Region' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_HermesBindLightComponentMessage \ static_assert(alignof(GlobalLightGroupsLibrary_HermesBindLightComponentMessage) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_HermesBindLightComponentMessage"); \ static_assert(sizeof(GlobalLightGroupsLibrary_HermesBindLightComponentMessage) == 0x000028, "Wrong size on GlobalLightGroupsLibrary_HermesBindLightComponentMessage"); \ static_assert(offsetof(GlobalLightGroupsLibrary_HermesBindLightComponentMessage, Event) == 0x000000, "Member 'GlobalLightGroupsLibrary_HermesBindLightComponentMessage::Event' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_HermesBindLightComponentMessage, Owner) == 0x000010, "Member 'GlobalLightGroupsLibrary_HermesBindLightComponentMessage::Owner' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_HermesBindLightComponentMessage, Handle) == 0x000018, "Member 'GlobalLightGroupsLibrary_HermesBindLightComponentMessage::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_HermesBindLightGroupMessage \ static_assert(alignof(GlobalLightGroupsLibrary_HermesBindLightGroupMessage) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_HermesBindLightGroupMessage"); \ static_assert(sizeof(GlobalLightGroupsLibrary_HermesBindLightGroupMessage) == 0x000028, "Wrong size on GlobalLightGroupsLibrary_HermesBindLightGroupMessage"); \ static_assert(offsetof(GlobalLightGroupsLibrary_HermesBindLightGroupMessage, Event) == 0x000000, "Member 'GlobalLightGroupsLibrary_HermesBindLightGroupMessage::Event' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_HermesBindLightGroupMessage, Owner) == 0x000010, "Member 'GlobalLightGroupsLibrary_HermesBindLightGroupMessage::Owner' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_HermesBindLightGroupMessage, Handle) == 0x000018, "Member 'GlobalLightGroupsLibrary_HermesBindLightGroupMessage::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_HermesGetLightComponentMessageDelegateName \ static_assert(alignof(GlobalLightGroupsLibrary_HermesGetLightComponentMessageDelegateName) == 0x000004, "Wrong alignment on GlobalLightGroupsLibrary_HermesGetLightComponentMessageDelegateName"); \ static_assert(sizeof(GlobalLightGroupsLibrary_HermesGetLightComponentMessageDelegateName) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_HermesGetLightComponentMessageDelegateName"); \ static_assert(offsetof(GlobalLightGroupsLibrary_HermesGetLightComponentMessageDelegateName, Event) == 0x000000, "Member 'GlobalLightGroupsLibrary_HermesGetLightComponentMessageDelegateName::Event' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_HermesGetLightComponentMessageDelegateName, EventName) == 0x000010, "Member 'GlobalLightGroupsLibrary_HermesGetLightComponentMessageDelegateName::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_HermesGetLightGroupMessageDelegateName \ static_assert(alignof(GlobalLightGroupsLibrary_HermesGetLightGroupMessageDelegateName) == 0x000004, "Wrong alignment on GlobalLightGroupsLibrary_HermesGetLightGroupMessageDelegateName"); \ static_assert(sizeof(GlobalLightGroupsLibrary_HermesGetLightGroupMessageDelegateName) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_HermesGetLightGroupMessageDelegateName"); \ static_assert(offsetof(GlobalLightGroupsLibrary_HermesGetLightGroupMessageDelegateName, Event) == 0x000000, "Member 'GlobalLightGroupsLibrary_HermesGetLightGroupMessageDelegateName::Event' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_HermesGetLightGroupMessageDelegateName, EventName) == 0x000010, "Member 'GlobalLightGroupsLibrary_HermesGetLightGroupMessageDelegateName::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_IsLightComponentScheduleEnabled \ static_assert(alignof(GlobalLightGroupsLibrary_IsLightComponentScheduleEnabled) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_IsLightComponentScheduleEnabled"); \ static_assert(sizeof(GlobalLightGroupsLibrary_IsLightComponentScheduleEnabled) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_IsLightComponentScheduleEnabled"); \ static_assert(offsetof(GlobalLightGroupsLibrary_IsLightComponentScheduleEnabled, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_IsLightComponentScheduleEnabled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_IsLightComponentScheduleEnabled, light) == 0x000008, "Member 'GlobalLightGroupsLibrary_IsLightComponentScheduleEnabled::light' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_IsLightComponentScheduleEnabled, bEnabled) == 0x000010, "Member 'GlobalLightGroupsLibrary_IsLightComponentScheduleEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_LightComponentDisableHermesEvent \ static_assert(alignof(GlobalLightGroupsLibrary_LightComponentDisableHermesEvent) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_LightComponentDisableHermesEvent"); \ static_assert(sizeof(GlobalLightGroupsLibrary_LightComponentDisableHermesEvent) == 0x000010, "Wrong size on GlobalLightGroupsLibrary_LightComponentDisableHermesEvent"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentDisableHermesEvent, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_LightComponentDisableHermesEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentDisableHermesEvent, light) == 0x000008, "Member 'GlobalLightGroupsLibrary_LightComponentDisableHermesEvent::light' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_LightComponentEnableHermesEvent \ static_assert(alignof(GlobalLightGroupsLibrary_LightComponentEnableHermesEvent) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_LightComponentEnableHermesEvent"); \ static_assert(sizeof(GlobalLightGroupsLibrary_LightComponentEnableHermesEvent) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_LightComponentEnableHermesEvent"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentEnableHermesEvent, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_LightComponentEnableHermesEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentEnableHermesEvent, light) == 0x000008, "Member 'GlobalLightGroupsLibrary_LightComponentEnableHermesEvent::light' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentEnableHermesEvent, HermesEvent) == 0x000010, "Member 'GlobalLightGroupsLibrary_LightComponentEnableHermesEvent::HermesEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_LightComponentGetHermesEvent \ static_assert(alignof(GlobalLightGroupsLibrary_LightComponentGetHermesEvent) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_LightComponentGetHermesEvent"); \ static_assert(sizeof(GlobalLightGroupsLibrary_LightComponentGetHermesEvent) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_LightComponentGetHermesEvent"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentGetHermesEvent, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_LightComponentGetHermesEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentGetHermesEvent, light) == 0x000008, "Member 'GlobalLightGroupsLibrary_LightComponentGetHermesEvent::light' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentGetHermesEvent, HermesEvent) == 0x000010, "Member 'GlobalLightGroupsLibrary_LightComponentGetHermesEvent::HermesEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_LightComponentGetScheduleName \ static_assert(alignof(GlobalLightGroupsLibrary_LightComponentGetScheduleName) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_LightComponentGetScheduleName"); \ static_assert(sizeof(GlobalLightGroupsLibrary_LightComponentGetScheduleName) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_LightComponentGetScheduleName"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentGetScheduleName, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_LightComponentGetScheduleName::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentGetScheduleName, light) == 0x000008, "Member 'GlobalLightGroupsLibrary_LightComponentGetScheduleName::light' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentGetScheduleName, ScheduleName) == 0x000010, "Member 'GlobalLightGroupsLibrary_LightComponentGetScheduleName::ScheduleName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_LightComponentIsScheduled \ static_assert(alignof(GlobalLightGroupsLibrary_LightComponentIsScheduled) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_LightComponentIsScheduled"); \ static_assert(sizeof(GlobalLightGroupsLibrary_LightComponentIsScheduled) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_LightComponentIsScheduled"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentIsScheduled, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_LightComponentIsScheduled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentIsScheduled, light) == 0x000008, "Member 'GlobalLightGroupsLibrary_LightComponentIsScheduled::light' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentIsScheduled, bIsScheduled) == 0x000010, "Member 'GlobalLightGroupsLibrary_LightComponentIsScheduled::bIsScheduled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_LightComponentScheduleToggleChildren \ static_assert(alignof(GlobalLightGroupsLibrary_LightComponentScheduleToggleChildren) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_LightComponentScheduleToggleChildren"); \ static_assert(sizeof(GlobalLightGroupsLibrary_LightComponentScheduleToggleChildren) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_LightComponentScheduleToggleChildren"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentScheduleToggleChildren, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_LightComponentScheduleToggleChildren::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentScheduleToggleChildren, light) == 0x000008, "Member 'GlobalLightGroupsLibrary_LightComponentScheduleToggleChildren::light' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentScheduleToggleChildren, bToggleChildren) == 0x000010, "Member 'GlobalLightGroupsLibrary_LightComponentScheduleToggleChildren::bToggleChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_LightComponentSetSchedule \ static_assert(alignof(GlobalLightGroupsLibrary_LightComponentSetSchedule) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_LightComponentSetSchedule"); \ static_assert(sizeof(GlobalLightGroupsLibrary_LightComponentSetSchedule) == 0x000020, "Wrong size on GlobalLightGroupsLibrary_LightComponentSetSchedule"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentSetSchedule, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_LightComponentSetSchedule::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentSetSchedule, light) == 0x000008, "Member 'GlobalLightGroupsLibrary_LightComponentSetSchedule::light' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentSetSchedule, ScheduleName) == 0x000010, "Member 'GlobalLightGroupsLibrary_LightComponentSetSchedule::ScheduleName' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentSetSchedule, bSuccess) == 0x000018, "Member 'GlobalLightGroupsLibrary_LightComponentSetSchedule::bSuccess' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightComponentSetSchedule, bToggleChildren) == 0x000019, "Member 'GlobalLightGroupsLibrary_LightComponentSetSchedule::bToggleChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_LightGroupDisableHermesEvent \ static_assert(alignof(GlobalLightGroupsLibrary_LightGroupDisableHermesEvent) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_LightGroupDisableHermesEvent"); \ static_assert(sizeof(GlobalLightGroupsLibrary_LightGroupDisableHermesEvent) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_LightGroupDisableHermesEvent"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightGroupDisableHermesEvent, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_LightGroupDisableHermesEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightGroupDisableHermesEvent, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_LightGroupDisableHermesEvent::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightGroupDisableHermesEvent, Group) == 0x000010, "Member 'GlobalLightGroupsLibrary_LightGroupDisableHermesEvent::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_LightGroupEnableHermesEvent \ static_assert(alignof(GlobalLightGroupsLibrary_LightGroupEnableHermesEvent) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_LightGroupEnableHermesEvent"); \ static_assert(sizeof(GlobalLightGroupsLibrary_LightGroupEnableHermesEvent) == 0x000020, "Wrong size on GlobalLightGroupsLibrary_LightGroupEnableHermesEvent"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightGroupEnableHermesEvent, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_LightGroupEnableHermesEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightGroupEnableHermesEvent, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_LightGroupEnableHermesEvent::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightGroupEnableHermesEvent, Group) == 0x000010, "Member 'GlobalLightGroupsLibrary_LightGroupEnableHermesEvent::Group' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightGroupEnableHermesEvent, HermesEvent) == 0x000018, "Member 'GlobalLightGroupsLibrary_LightGroupEnableHermesEvent::HermesEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_LightGroupGetHermesEvent \ static_assert(alignof(GlobalLightGroupsLibrary_LightGroupGetHermesEvent) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_LightGroupGetHermesEvent"); \ static_assert(sizeof(GlobalLightGroupsLibrary_LightGroupGetHermesEvent) == 0x000020, "Wrong size on GlobalLightGroupsLibrary_LightGroupGetHermesEvent"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightGroupGetHermesEvent, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_LightGroupGetHermesEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightGroupGetHermesEvent, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_LightGroupGetHermesEvent::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightGroupGetHermesEvent, Group) == 0x000010, "Member 'GlobalLightGroupsLibrary_LightGroupGetHermesEvent::Group' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LightGroupGetHermesEvent, HermesEvent) == 0x000018, "Member 'GlobalLightGroupsLibrary_LightGroupGetHermesEvent::HermesEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_LockAllLightGroups \ static_assert(alignof(GlobalLightGroupsLibrary_LockAllLightGroups) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_LockAllLightGroups"); \ static_assert(sizeof(GlobalLightGroupsLibrary_LockAllLightGroups) == 0x000010, "Wrong size on GlobalLightGroupsLibrary_LockAllLightGroups"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LockAllLightGroups, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_LockAllLightGroups::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_LockAllLightGroups, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_LockAllLightGroups::Region' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_MakeTimeOnOffHMS \ static_assert(alignof(GlobalLightGroupsLibrary_MakeTimeOnOffHMS) == 0x000004, "Wrong alignment on GlobalLightGroupsLibrary_MakeTimeOnOffHMS"); \ static_assert(sizeof(GlobalLightGroupsLibrary_MakeTimeOnOffHMS) == 0x00007C, "Wrong size on GlobalLightGroupsLibrary_MakeTimeOnOffHMS"); \ static_assert(offsetof(GlobalLightGroupsLibrary_MakeTimeOnOffHMS, TimeOnOff) == 0x000000, "Member 'GlobalLightGroupsLibrary_MakeTimeOnOffHMS::TimeOnOff' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_MakeTimeOnOffHMS, ReturnValue) == 0x00002C, "Member 'GlobalLightGroupsLibrary_MakeTimeOnOffHMS::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_MakeTimeOnOffSun \ static_assert(alignof(GlobalLightGroupsLibrary_MakeTimeOnOffSun) == 0x000004, "Wrong alignment on GlobalLightGroupsLibrary_MakeTimeOnOffSun"); \ static_assert(sizeof(GlobalLightGroupsLibrary_MakeTimeOnOffSun) == 0x000070, "Wrong size on GlobalLightGroupsLibrary_MakeTimeOnOffSun"); \ static_assert(offsetof(GlobalLightGroupsLibrary_MakeTimeOnOffSun, SunOnOff) == 0x000000, "Member 'GlobalLightGroupsLibrary_MakeTimeOnOffSun::SunOnOff' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_MakeTimeOnOffSun, ReturnValue) == 0x000020, "Member 'GlobalLightGroupsLibrary_MakeTimeOnOffSun::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_NameLightGroupsMask \ static_assert(alignof(GlobalLightGroupsLibrary_NameLightGroupsMask) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_NameLightGroupsMask"); \ static_assert(sizeof(GlobalLightGroupsLibrary_NameLightGroupsMask) == 0x000020, "Wrong size on GlobalLightGroupsLibrary_NameLightGroupsMask"); \ static_assert(offsetof(GlobalLightGroupsLibrary_NameLightGroupsMask, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_NameLightGroupsMask::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_NameLightGroupsMask, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_NameLightGroupsMask::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_NameLightGroupsMask, Group) == 0x000010, "Member 'GlobalLightGroupsLibrary_NameLightGroupsMask::Group' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_NameLightGroupsMask, ReturnValue) == 0x000018, "Member 'GlobalLightGroupsLibrary_NameLightGroupsMask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_NamesLightGroupsMask \ static_assert(alignof(GlobalLightGroupsLibrary_NamesLightGroupsMask) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_NamesLightGroupsMask"); \ static_assert(sizeof(GlobalLightGroupsLibrary_NamesLightGroupsMask) == 0x000028, "Wrong size on GlobalLightGroupsLibrary_NamesLightGroupsMask"); \ static_assert(offsetof(GlobalLightGroupsLibrary_NamesLightGroupsMask, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_NamesLightGroupsMask::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_NamesLightGroupsMask, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_NamesLightGroupsMask::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_NamesLightGroupsMask, Groups) == 0x000010, "Member 'GlobalLightGroupsLibrary_NamesLightGroupsMask::Groups' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_NamesLightGroupsMask, ReturnValue) == 0x000020, "Member 'GlobalLightGroupsLibrary_NamesLightGroupsMask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_RemoveLightComponentSchedule \ static_assert(alignof(GlobalLightGroupsLibrary_RemoveLightComponentSchedule) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_RemoveLightComponentSchedule"); \ static_assert(sizeof(GlobalLightGroupsLibrary_RemoveLightComponentSchedule) == 0x000010, "Wrong size on GlobalLightGroupsLibrary_RemoveLightComponentSchedule"); \ static_assert(offsetof(GlobalLightGroupsLibrary_RemoveLightComponentSchedule, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_RemoveLightComponentSchedule::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_RemoveLightComponentSchedule, light) == 0x000008, "Member 'GlobalLightGroupsLibrary_RemoveLightComponentSchedule::light' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_SetLightGroupLock \ static_assert(alignof(GlobalLightGroupsLibrary_SetLightGroupLock) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_SetLightGroupLock"); \ static_assert(sizeof(GlobalLightGroupsLibrary_SetLightGroupLock) == 0x000020, "Wrong size on GlobalLightGroupsLibrary_SetLightGroupLock"); \ static_assert(offsetof(GlobalLightGroupsLibrary_SetLightGroupLock, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_SetLightGroupLock::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_SetLightGroupLock, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_SetLightGroupLock::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_SetLightGroupLock, Group) == 0x000010, "Member 'GlobalLightGroupsLibrary_SetLightGroupLock::Group' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_SetLightGroupLock, State) == 0x000018, "Member 'GlobalLightGroupsLibrary_SetLightGroupLock::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_SetLightGroupLocks \ static_assert(alignof(GlobalLightGroupsLibrary_SetLightGroupLocks) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_SetLightGroupLocks"); \ static_assert(sizeof(GlobalLightGroupsLibrary_SetLightGroupLocks) == 0x000020, "Wrong size on GlobalLightGroupsLibrary_SetLightGroupLocks"); \ static_assert(offsetof(GlobalLightGroupsLibrary_SetLightGroupLocks, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_SetLightGroupLocks::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_SetLightGroupLocks, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_SetLightGroupLocks::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_SetLightGroupLocks, GroupMask) == 0x000010, "Member 'GlobalLightGroupsLibrary_SetLightGroupLocks::GroupMask' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_SetLightGroupLocks, State) == 0x000018, "Member 'GlobalLightGroupsLibrary_SetLightGroupLocks::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_TestLightRegionAndGroup \ static_assert(alignof(GlobalLightGroupsLibrary_TestLightRegionAndGroup) == 0x000004, "Wrong alignment on GlobalLightGroupsLibrary_TestLightRegionAndGroup"); \ static_assert(sizeof(GlobalLightGroupsLibrary_TestLightRegionAndGroup) == 0x000024, "Wrong size on GlobalLightGroupsLibrary_TestLightRegionAndGroup"); \ static_assert(offsetof(GlobalLightGroupsLibrary_TestLightRegionAndGroup, RegionA) == 0x000000, "Member 'GlobalLightGroupsLibrary_TestLightRegionAndGroup::RegionA' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_TestLightRegionAndGroup, GroupA) == 0x000008, "Member 'GlobalLightGroupsLibrary_TestLightRegionAndGroup::GroupA' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_TestLightRegionAndGroup, RegionB) == 0x000010, "Member 'GlobalLightGroupsLibrary_TestLightRegionAndGroup::RegionB' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_TestLightRegionAndGroup, GroupB) == 0x000018, "Member 'GlobalLightGroupsLibrary_TestLightRegionAndGroup::GroupB' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_TestLightRegionAndGroup, bMatch) == 0x000020, "Member 'GlobalLightGroupsLibrary_TestLightRegionAndGroup::bMatch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_TurnOffLightGroup \ static_assert(alignof(GlobalLightGroupsLibrary_TurnOffLightGroup) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_TurnOffLightGroup"); \ static_assert(sizeof(GlobalLightGroupsLibrary_TurnOffLightGroup) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_TurnOffLightGroup"); \ static_assert(offsetof(GlobalLightGroupsLibrary_TurnOffLightGroup, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_TurnOffLightGroup::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_TurnOffLightGroup, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_TurnOffLightGroup::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_TurnOffLightGroup, Group) == 0x000010, "Member 'GlobalLightGroupsLibrary_TurnOffLightGroup::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_TurnOffLightGroups \ static_assert(alignof(GlobalLightGroupsLibrary_TurnOffLightGroups) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_TurnOffLightGroups"); \ static_assert(sizeof(GlobalLightGroupsLibrary_TurnOffLightGroups) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_TurnOffLightGroups"); \ static_assert(offsetof(GlobalLightGroupsLibrary_TurnOffLightGroups, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_TurnOffLightGroups::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_TurnOffLightGroups, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_TurnOffLightGroups::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_TurnOffLightGroups, GroupMask) == 0x000010, "Member 'GlobalLightGroupsLibrary_TurnOffLightGroups::GroupMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_TurnOnLightGroup \ static_assert(alignof(GlobalLightGroupsLibrary_TurnOnLightGroup) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_TurnOnLightGroup"); \ static_assert(sizeof(GlobalLightGroupsLibrary_TurnOnLightGroup) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_TurnOnLightGroup"); \ static_assert(offsetof(GlobalLightGroupsLibrary_TurnOnLightGroup, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_TurnOnLightGroup::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_TurnOnLightGroup, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_TurnOnLightGroup::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_TurnOnLightGroup, Group) == 0x000010, "Member 'GlobalLightGroupsLibrary_TurnOnLightGroup::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_TurnOnLightGroups \ static_assert(alignof(GlobalLightGroupsLibrary_TurnOnLightGroups) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_TurnOnLightGroups"); \ static_assert(sizeof(GlobalLightGroupsLibrary_TurnOnLightGroups) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_TurnOnLightGroups"); \ static_assert(offsetof(GlobalLightGroupsLibrary_TurnOnLightGroups, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_TurnOnLightGroups::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_TurnOnLightGroups, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_TurnOnLightGroups::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_TurnOnLightGroups, GroupMask) == 0x000010, "Member 'GlobalLightGroupsLibrary_TurnOnLightGroups::GroupMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_UnbindComponentsVisibility \ static_assert(alignof(GlobalLightGroupsLibrary_UnbindComponentsVisibility) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_UnbindComponentsVisibility"); \ static_assert(sizeof(GlobalLightGroupsLibrary_UnbindComponentsVisibility) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_UnbindComponentsVisibility"); \ static_assert(offsetof(GlobalLightGroupsLibrary_UnbindComponentsVisibility, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_UnbindComponentsVisibility::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_UnbindComponentsVisibility, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_UnbindComponentsVisibility::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_UnbindComponentsVisibility, Group) == 0x000010, "Member 'GlobalLightGroupsLibrary_UnbindComponentsVisibility::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_UnbindComponentVisibility \ static_assert(alignof(GlobalLightGroupsLibrary_UnbindComponentVisibility) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_UnbindComponentVisibility"); \ static_assert(sizeof(GlobalLightGroupsLibrary_UnbindComponentVisibility) == 0x000020, "Wrong size on GlobalLightGroupsLibrary_UnbindComponentVisibility"); \ static_assert(offsetof(GlobalLightGroupsLibrary_UnbindComponentVisibility, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_UnbindComponentVisibility::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_UnbindComponentVisibility, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_UnbindComponentVisibility::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_UnbindComponentVisibility, Group) == 0x000010, "Member 'GlobalLightGroupsLibrary_UnbindComponentVisibility::Group' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_UnbindComponentVisibility, SceneComponent) == 0x000018, "Member 'GlobalLightGroupsLibrary_UnbindComponentVisibility::SceneComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_ValidateMyRegion \ static_assert(alignof(GlobalLightGroupsLibrary_ValidateMyRegion) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_ValidateMyRegion"); \ static_assert(sizeof(GlobalLightGroupsLibrary_ValidateMyRegion) == 0x000018, "Wrong size on GlobalLightGroupsLibrary_ValidateMyRegion"); \ static_assert(offsetof(GlobalLightGroupsLibrary_ValidateMyRegion, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_ValidateMyRegion::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_ValidateMyRegion, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_ValidateMyRegion::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_ValidateMyRegion, ValidRegion) == 0x000010, "Member 'GlobalLightGroupsLibrary_ValidateMyRegion::ValidRegion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlobalLightGroupsLibrary_ValidLightGroup \ static_assert(alignof(GlobalLightGroupsLibrary_ValidLightGroup) == 0x000008, "Wrong alignment on GlobalLightGroupsLibrary_ValidLightGroup"); \ static_assert(sizeof(GlobalLightGroupsLibrary_ValidLightGroup) == 0x000020, "Wrong size on GlobalLightGroupsLibrary_ValidLightGroup"); \ static_assert(offsetof(GlobalLightGroupsLibrary_ValidLightGroup, WorldContextObject) == 0x000000, "Member 'GlobalLightGroupsLibrary_ValidLightGroup::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_ValidLightGroup, Region) == 0x000008, "Member 'GlobalLightGroupsLibrary_ValidLightGroup::Region' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_ValidLightGroup, Group) == 0x000010, "Member 'GlobalLightGroupsLibrary_ValidLightGroup::Group' has a wrong offset!"); \ static_assert(offsetof(GlobalLightGroupsLibrary_ValidLightGroup, bValid) == 0x000018, "Member 'GlobalLightGroupsLibrary_ValidLightGroup::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightGroupsLibrary \ static_assert(alignof(UGlobalLightGroupsLibrary) == 0x000008, "Wrong alignment on UGlobalLightGroupsLibrary"); \ static_assert(sizeof(UGlobalLightGroupsLibrary) == 0x000028, "Wrong size on UGlobalLightGroupsLibrary"); \ #define DUMPER7_ASSERTS_AGlobalLightGroupsMaster \ static_assert(alignof(AGlobalLightGroupsMaster) == 0x000008, "Wrong alignment on AGlobalLightGroupsMaster"); \ static_assert(sizeof(AGlobalLightGroupsMaster) == 0x000310, "Wrong size on AGlobalLightGroupsMaster"); \ static_assert(offsetof(AGlobalLightGroupsMaster, RegionGroupMap) == 0x000248, "Member 'AGlobalLightGroupsMaster::RegionGroupMap' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightGroupsMaster, RegionEvent) == 0x000250, "Member 'AGlobalLightGroupsMaster::RegionEvent' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightGroupsMaster, RegionMap) == 0x000260, "Member 'AGlobalLightGroupsMaster::RegionMap' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightGroupsMaster, LightComponentSchedules) == 0x0002B0, "Member 'AGlobalLightGroupsMaster::LightComponentSchedules' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightGroupsMaster, LastRegion) == 0x000300, "Member 'AGlobalLightGroupsMaster::LastRegion' has a wrong offset!"); \ static_assert(offsetof(AGlobalLightGroupsMaster, ActiveRegion) == 0x000308, "Member 'AGlobalLightGroupsMaster::ActiveRegion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightGroupsRegionDefinition \ static_assert(alignof(UGlobalLightGroupsRegionDefinition) == 0x000008, "Wrong alignment on UGlobalLightGroupsRegionDefinition"); \ static_assert(sizeof(UGlobalLightGroupsRegionDefinition) == 0x000030, "Wrong size on UGlobalLightGroupsRegionDefinition"); \ #define DUMPER7_ASSERTS_UGlobalLightGroupsGroupNameMap \ static_assert(alignof(UGlobalLightGroupsGroupNameMap) == 0x000008, "Wrong alignment on UGlobalLightGroupsGroupNameMap"); \ static_assert(sizeof(UGlobalLightGroupsGroupNameMap) == 0x0000A0, "Wrong size on UGlobalLightGroupsGroupNameMap"); \ static_assert(offsetof(UGlobalLightGroupsGroupNameMap, NameGroupMap) == 0x000028, "Member 'UGlobalLightGroupsGroupNameMap::NameGroupMap' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightGroupsGroupNameMap, GroupNames) == 0x000078, "Member 'UGlobalLightGroupsGroupNameMap::GroupNames' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightGroupsGroupNameMap, GroupSchedules) == 0x000088, "Member 'UGlobalLightGroupsGroupNameMap::GroupSchedules' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightGroupsGroupNameMap, LightComponentSchedules) == 0x000090, "Member 'UGlobalLightGroupsGroupNameMap::LightComponentSchedules' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightGroupsGroupNameMap, ReferenceCount) == 0x000098, "Member 'UGlobalLightGroupsGroupNameMap::ReferenceCount' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightGroupsGroupNameMap, bForceGroup0OffGroup1On) == 0x00009C, "Member 'UGlobalLightGroupsGroupNameMap::bForceGroup0OffGroup1On' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightGroupsRegionGroupMap \ static_assert(alignof(UGlobalLightGroupsRegionGroupMap) == 0x000008, "Wrong alignment on UGlobalLightGroupsRegionGroupMap"); \ static_assert(sizeof(UGlobalLightGroupsRegionGroupMap) == 0x0000A0, "Wrong size on UGlobalLightGroupsRegionGroupMap"); \ static_assert(offsetof(UGlobalLightGroupsRegionGroupMap, RegionMap) == 0x000028, "Member 'UGlobalLightGroupsRegionGroupMap::RegionMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightGroupsWorldRegionGroupMap \ static_assert(alignof(UGlobalLightGroupsWorldRegionGroupMap) == 0x000008, "Wrong alignment on UGlobalLightGroupsWorldRegionGroupMap"); \ static_assert(sizeof(UGlobalLightGroupsWorldRegionGroupMap) == 0x000080, "Wrong size on UGlobalLightGroupsWorldRegionGroupMap"); \ static_assert(offsetof(UGlobalLightGroupsWorldRegionGroupMap, WorldMap) == 0x000028, "Member 'UGlobalLightGroupsWorldRegionGroupMap::WorldMap' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightGroupsWorldRegionGroupMap, PresetMap) == 0x000078, "Member 'UGlobalLightGroupsWorldRegionGroupMap::PresetMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightGroupsRegionGroupRegistry \ static_assert(alignof(UGlobalLightGroupsRegionGroupRegistry) == 0x000008, "Wrong alignment on UGlobalLightGroupsRegionGroupRegistry"); \ static_assert(sizeof(UGlobalLightGroupsRegionGroupRegistry) == 0x000048, "Wrong size on UGlobalLightGroupsRegionGroupRegistry"); \ static_assert(offsetof(UGlobalLightGroupsRegionGroupRegistry, RegionGroups) == 0x000030, "Member 'UGlobalLightGroupsRegionGroupRegistry::RegionGroups' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightGroupsRegionGroupRegistry, RegionFreeLightComponentSchedules) == 0x000040, "Member 'UGlobalLightGroupsRegionGroupRegistry::RegionFreeLightComponentSchedules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightGroupsRegionGroupDirectory \ static_assert(alignof(UGlobalLightGroupsRegionGroupDirectory) == 0x000008, "Wrong alignment on UGlobalLightGroupsRegionGroupDirectory"); \ static_assert(sizeof(UGlobalLightGroupsRegionGroupDirectory) == 0x000038, "Wrong size on UGlobalLightGroupsRegionGroupDirectory"); \ static_assert(offsetof(UGlobalLightGroupsRegionGroupDirectory, Registry) == 0x000028, "Member 'UGlobalLightGroupsRegionGroupDirectory::Registry' has a wrong offset!"); \ static_assert(offsetof(UGlobalLightGroupsRegionGroupDirectory, WorldRegionGroupMap) == 0x000030, "Member 'UGlobalLightGroupsRegionGroupDirectory::WorldRegionGroupMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALightGroupDeclareRegion \ static_assert(alignof(ALightGroupDeclareRegion) == 0x000008, "Wrong alignment on ALightGroupDeclareRegion"); \ static_assert(sizeof(ALightGroupDeclareRegion) == 0x0002A0, "Wrong size on ALightGroupDeclareRegion"); \ static_assert(offsetof(ALightGroupDeclareRegion, RegionName) == 0x000288, "Member 'ALightGroupDeclareRegion::RegionName' has a wrong offset!"); \ static_assert(offsetof(ALightGroupDeclareRegion, FXList) == 0x000290, "Member 'ALightGroupDeclareRegion::FXList' has a wrong offset!"); \ static_assert(offsetof(ALightGroupDeclareRegion, Priority) == 0x000298, "Member 'ALightGroupDeclareRegion::Priority' has a wrong offset!"); \ static_assert(offsetof(ALightGroupDeclareRegion, bUnbounded) == 0x00029C, "Member 'ALightGroupDeclareRegion::bUnbounded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALightGroupDefineNewRegion \ static_assert(alignof(ALightGroupDefineNewRegion) == 0x000008, "Wrong alignment on ALightGroupDefineNewRegion"); \ static_assert(sizeof(ALightGroupDefineNewRegion) == 0x0002C8, "Wrong size on ALightGroupDefineNewRegion"); \ static_assert(offsetof(ALightGroupDefineNewRegion, RegionGroups) == 0x000288, "Member 'ALightGroupDefineNewRegion::RegionGroups' has a wrong offset!"); \ static_assert(offsetof(ALightGroupDefineNewRegion, FXList) == 0x0002B8, "Member 'ALightGroupDefineNewRegion::FXList' has a wrong offset!"); \ static_assert(offsetof(ALightGroupDefineNewRegion, Priority) == 0x0002C0, "Member 'ALightGroupDefineNewRegion::Priority' has a wrong offset!"); \ static_assert(offsetof(ALightGroupDefineNewRegion, bUnbounded) == 0x0002C4, "Member 'ALightGroupDefineNewRegion::bUnbounded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IInterface_GlobalLightGroupsRegionVolume \ static_assert(alignof(IInterface_GlobalLightGroupsRegionVolume) == 0x000001, "Wrong alignment on IInterface_GlobalLightGroupsRegionVolume"); \ static_assert(sizeof(IInterface_GlobalLightGroupsRegionVolume) == 0x000001, "Wrong size on IInterface_GlobalLightGroupsRegionVolume"); \ #define DUMPER7_ASSERTS_UGlobalLightGroupsNamedSchedules \ static_assert(alignof(UGlobalLightGroupsNamedSchedules) == 0x000008, "Wrong alignment on UGlobalLightGroupsNamedSchedules"); \ static_assert(sizeof(UGlobalLightGroupsNamedSchedules) == 0x000080, "Wrong size on UGlobalLightGroupsNamedSchedules"); \ static_assert(offsetof(UGlobalLightGroupsNamedSchedules, ScheduleMap) == 0x000030, "Member 'UGlobalLightGroupsNamedSchedules::ScheduleMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightGroupsNamedGroupSchedules \ static_assert(alignof(UGlobalLightGroupsNamedGroupSchedules) == 0x000008, "Wrong alignment on UGlobalLightGroupsNamedGroupSchedules"); \ static_assert(sizeof(UGlobalLightGroupsNamedGroupSchedules) == 0x000080, "Wrong size on UGlobalLightGroupsNamedGroupSchedules"); \ #define DUMPER7_ASSERTS_UGlobalLightGroupsNamedLightComponentSchedules \ static_assert(alignof(UGlobalLightGroupsNamedLightComponentSchedules) == 0x000008, "Wrong alignment on UGlobalLightGroupsNamedLightComponentSchedules"); \ static_assert(sizeof(UGlobalLightGroupsNamedLightComponentSchedules) == 0x000080, "Wrong size on UGlobalLightGroupsNamedLightComponentSchedules"); \ #define DUMPER7_ASSERTS_ULightOnOffFXList \ static_assert(alignof(ULightOnOffFXList) == 0x000008, "Wrong alignment on ULightOnOffFXList"); \ static_assert(sizeof(ULightOnOffFXList) == 0x000040, "Wrong size on ULightOnOffFXList"); \ static_assert(offsetof(ULightOnOffFXList, FXList) == 0x000030, "Member 'ULightOnOffFXList::FXList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IInterface_LightRegionGroup \ static_assert(alignof(IInterface_LightRegionGroup) == 0x000001, "Wrong alignment on IInterface_LightRegionGroup"); \ static_assert(sizeof(IInterface_LightRegionGroup) == 0x000001, "Wrong size on IInterface_LightRegionGroup"); \ #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) == 0x000250, "Wrong size on AFieldSystemActor"); \ static_assert(offsetof(AFieldSystemActor, FieldSystemComponent) == 0x000248, "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) == 0x000550, "Wrong size on UFieldSystemComponent"); \ static_assert(offsetof(UFieldSystemComponent, FieldSystem) == 0x000480, "Member 'UFieldSystemComponent::FieldSystem' has a wrong offset!"); \ static_assert(offsetof(UFieldSystemComponent, bIsWorldField) == 0x000488, "Member 'UFieldSystemComponent::bIsWorldField' has a wrong offset!"); \ static_assert(offsetof(UFieldSystemComponent, bIsChaosField) == 0x000489, "Member 'UFieldSystemComponent::bIsChaosField' has a wrong offset!"); \ static_assert(offsetof(UFieldSystemComponent, SupportedSolvers) == 0x000490, "Member 'UFieldSystemComponent::SupportedSolvers' has a wrong offset!"); \ static_assert(offsetof(UFieldSystemComponent, ConstructionCommands) == 0x0004A0, "Member 'UFieldSystemComponent::ConstructionCommands' has a wrong offset!"); \ static_assert(offsetof(UFieldSystemComponent, BufferCommands) == 0x0004D0, "Member 'UFieldSystemComponent::BufferCommands' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFieldSystemMetaData \ static_assert(alignof(UFieldSystemMetaData) == 0x000008, "Wrong alignment on UFieldSystemMetaData"); \ static_assert(sizeof(UFieldSystemMetaData) == 0x0000D0, "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) == 0x0000D8, "Wrong size on UFieldSystemMetaDataIteration"); \ static_assert(offsetof(UFieldSystemMetaDataIteration, iterations) == 0x0000D0, "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) == 0x0000D8, "Wrong size on UFieldSystemMetaDataProcessingResolution"); \ static_assert(offsetof(UFieldSystemMetaDataProcessingResolution, ResolutionType) == 0x0000D0, "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) == 0x0000D8, "Wrong size on UFieldSystemMetaDataFilter"); \ static_assert(offsetof(UFieldSystemMetaDataFilter, FilterType) == 0x0000D0, "Member 'UFieldSystemMetaDataFilter::FilterType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFieldNodeBase \ static_assert(alignof(UFieldNodeBase) == 0x000008, "Wrong alignment on UFieldNodeBase"); \ static_assert(sizeof(UFieldNodeBase) == 0x0000D0, "Wrong size on UFieldNodeBase"); \ #define DUMPER7_ASSERTS_UFieldNodeInt \ static_assert(alignof(UFieldNodeInt) == 0x000008, "Wrong alignment on UFieldNodeInt"); \ static_assert(sizeof(UFieldNodeInt) == 0x0000D0, "Wrong size on UFieldNodeInt"); \ #define DUMPER7_ASSERTS_UFieldNodeFloat \ static_assert(alignof(UFieldNodeFloat) == 0x000008, "Wrong alignment on UFieldNodeFloat"); \ static_assert(sizeof(UFieldNodeFloat) == 0x0000D0, "Wrong size on UFieldNodeFloat"); \ #define DUMPER7_ASSERTS_UFieldNodeVector \ static_assert(alignof(UFieldNodeVector) == 0x000008, "Wrong alignment on UFieldNodeVector"); \ static_assert(sizeof(UFieldNodeVector) == 0x0000D0, "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) == 0x0000D8, "Wrong size on UUniformInteger"); \ static_assert(offsetof(UUniformInteger, Magnitude) == 0x0000D0, "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) == 0x0000F0, "Wrong size on URadialIntMask"); \ static_assert(offsetof(URadialIntMask, Radius) == 0x0000D0, "Member 'URadialIntMask::Radius' has a wrong offset!"); \ static_assert(offsetof(URadialIntMask, Position) == 0x0000D4, "Member 'URadialIntMask::Position' has a wrong offset!"); \ static_assert(offsetof(URadialIntMask, InteriorValue) == 0x0000E0, "Member 'URadialIntMask::InteriorValue' has a wrong offset!"); \ static_assert(offsetof(URadialIntMask, ExteriorValue) == 0x0000E4, "Member 'URadialIntMask::ExteriorValue' has a wrong offset!"); \ static_assert(offsetof(URadialIntMask, SetMaskCondition) == 0x0000E8, "Member 'URadialIntMask::SetMaskCondition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformScalar_SetUniformScalar \ static_assert(alignof(UniformScalar_SetUniformScalar) == 0x000008, "Wrong alignment on UniformScalar_SetUniformScalar"); \ static_assert(sizeof(UniformScalar_SetUniformScalar) == 0x000010, "Wrong size on UniformScalar_SetUniformScalar"); \ static_assert(offsetof(UniformScalar_SetUniformScalar, Magnitude_0) == 0x000000, "Member 'UniformScalar_SetUniformScalar::Magnitude_0' has a wrong offset!"); \ static_assert(offsetof(UniformScalar_SetUniformScalar, ReturnValue) == 0x000008, "Member 'UniformScalar_SetUniformScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUniformScalar \ static_assert(alignof(UUniformScalar) == 0x000008, "Wrong alignment on UUniformScalar"); \ static_assert(sizeof(UUniformScalar) == 0x0000D8, "Wrong size on UUniformScalar"); \ static_assert(offsetof(UUniformScalar, Magnitude) == 0x0000D0, "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) == 0x0000F0, "Wrong size on UWaveScalar"); \ static_assert(offsetof(UWaveScalar, Magnitude) == 0x0000D0, "Member 'UWaveScalar::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UWaveScalar, Position) == 0x0000D4, "Member 'UWaveScalar::Position' has a wrong offset!"); \ static_assert(offsetof(UWaveScalar, Wavelength) == 0x0000E0, "Member 'UWaveScalar::Wavelength' has a wrong offset!"); \ static_assert(offsetof(UWaveScalar, Period) == 0x0000E4, "Member 'UWaveScalar::Period' has a wrong offset!"); \ static_assert(offsetof(UWaveScalar, Function) == 0x0000E8, "Member 'UWaveScalar::Function' has a wrong offset!"); \ static_assert(offsetof(UWaveScalar, Falloff) == 0x0000E9, "Member 'UWaveScalar::Falloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialFalloff_SetRadialFalloff \ static_assert(alignof(RadialFalloff_SetRadialFalloff) == 0x000008, "Wrong alignment on RadialFalloff_SetRadialFalloff"); \ static_assert(sizeof(RadialFalloff_SetRadialFalloff) == 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) == 0x0000F8, "Wrong size on URadialFalloff"); \ static_assert(offsetof(URadialFalloff, Magnitude) == 0x0000D0, "Member 'URadialFalloff::Magnitude' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, MinRange) == 0x0000D4, "Member 'URadialFalloff::MinRange' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, MaxRange) == 0x0000D8, "Member 'URadialFalloff::MaxRange' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, Default) == 0x0000DC, "Member 'URadialFalloff::Default' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, Radius) == 0x0000E0, "Member 'URadialFalloff::Radius' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, Position) == 0x0000E4, "Member 'URadialFalloff::Position' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, Falloff) == 0x0000F0, "Member 'URadialFalloff::Falloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlaneFalloff_SetPlaneFalloff \ static_assert(alignof(PlaneFalloff_SetPlaneFalloff) == 0x000008, "Wrong alignment on PlaneFalloff_SetPlaneFalloff"); \ static_assert(sizeof(PlaneFalloff_SetPlaneFalloff) == 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) == 0x000100, "Wrong size on UPlaneFalloff"); \ static_assert(offsetof(UPlaneFalloff, Magnitude) == 0x0000D0, "Member 'UPlaneFalloff::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, MinRange) == 0x0000D4, "Member 'UPlaneFalloff::MinRange' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, MaxRange) == 0x0000D8, "Member 'UPlaneFalloff::MaxRange' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, Default) == 0x0000DC, "Member 'UPlaneFalloff::Default' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, Distance) == 0x0000E0, "Member 'UPlaneFalloff::Distance' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, Position) == 0x0000E4, "Member 'UPlaneFalloff::Position' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, normal) == 0x0000F0, "Member 'UPlaneFalloff::normal' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, Falloff) == 0x0000FC, "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) == 0x000120, "Wrong size on UBoxFalloff"); \ static_assert(offsetof(UBoxFalloff, Magnitude) == 0x0000D0, "Member 'UBoxFalloff::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UBoxFalloff, MinRange) == 0x0000D4, "Member 'UBoxFalloff::MinRange' has a wrong offset!"); \ static_assert(offsetof(UBoxFalloff, MaxRange) == 0x0000D8, "Member 'UBoxFalloff::MaxRange' has a wrong offset!"); \ static_assert(offsetof(UBoxFalloff, Default) == 0x0000DC, "Member 'UBoxFalloff::Default' has a wrong offset!"); \ static_assert(offsetof(UBoxFalloff, Transform) == 0x0000E0, "Member 'UBoxFalloff::Transform' has a wrong offset!"); \ static_assert(offsetof(UBoxFalloff, Falloff) == 0x000110, "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) == 0x000110, "Wrong size on UNoiseField"); \ static_assert(offsetof(UNoiseField, MinRange) == 0x0000D0, "Member 'UNoiseField::MinRange' has a wrong offset!"); \ static_assert(offsetof(UNoiseField, MaxRange) == 0x0000D4, "Member 'UNoiseField::MaxRange' has a wrong offset!"); \ static_assert(offsetof(UNoiseField, Transform) == 0x0000E0, "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) == 0x0000E0, "Wrong size on UUniformVector"); \ static_assert(offsetof(UUniformVector, Magnitude) == 0x0000D0, "Member 'UUniformVector::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UUniformVector, Direction) == 0x0000D4, "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) == 0x0000E0, "Wrong size on URadialVector"); \ static_assert(offsetof(URadialVector, Magnitude) == 0x0000D0, "Member 'URadialVector::Magnitude' has a wrong offset!"); \ static_assert(offsetof(URadialVector, Position) == 0x0000D4, "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) == 0x0000D8, "Wrong size on URandomVector"); \ static_assert(offsetof(URandomVector, Magnitude) == 0x0000D0, "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) == 0x0000F0, "Wrong size on UOperatorField"); \ static_assert(offsetof(UOperatorField, Magnitude) == 0x0000D0, "Member 'UOperatorField::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UOperatorField, RightField) == 0x0000D8, "Member 'UOperatorField::RightField' has a wrong offset!"); \ static_assert(offsetof(UOperatorField, LeftField) == 0x0000E0, "Member 'UOperatorField::LeftField' has a wrong offset!"); \ static_assert(offsetof(UOperatorField, Operation) == 0x0000E8, "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) == 0x0000D8, "Wrong size on UToIntegerField"); \ static_assert(offsetof(UToIntegerField, FloatField) == 0x0000D0, "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) == 0x0000D8, "Wrong size on UToFloatField"); \ static_assert(offsetof(UToFloatField, IntField) == 0x0000D0, "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) == 0x0000E8, "Wrong size on UCullingField"); \ static_assert(offsetof(UCullingField, Culling) == 0x0000D0, "Member 'UCullingField::Culling' has a wrong offset!"); \ static_assert(offsetof(UCullingField, Field) == 0x0000D8, "Member 'UCullingField::Field' has a wrong offset!"); \ static_assert(offsetof(UCullingField, Operation) == 0x0000E0, "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) == 0x0000D0, "Wrong size on UReturnResultsTerminal"); \ #define DUMPER7_ASSERTS_FSampleTextureToCurve \ static_assert(alignof(FSampleTextureToCurve) == 0x000004, "Wrong alignment on FSampleTextureToCurve"); \ static_assert(sizeof(FSampleTextureToCurve) == 0x000048, "Wrong size on FSampleTextureToCurve"); \ static_assert(offsetof(FSampleTextureToCurve, Type) == 0x000000, "Member 'FSampleTextureToCurve::Type' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, StartUV) == 0x000004, "Member 'FSampleTextureToCurve::StartUV' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, EndUV) == 0x000008, "Member 'FSampleTextureToCurve::EndUV' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, OtherCoordBase) == 0x00000C, "Member 'FSampleTextureToCurve::OtherCoordBase' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, CurveStartT) == 0x000010, "Member 'FSampleTextureToCurve::CurveStartT' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, CurveEndT) == 0x000014, "Member 'FSampleTextureToCurve::CurveEndT' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, ColorNormalize) == 0x000018, "Member 'FSampleTextureToCurve::ColorNormalize' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, CurveNormalize) == 0x000019, "Member 'FSampleTextureToCurve::CurveNormalize' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, Desaturate) == 0x00001C, "Member 'FSampleTextureToCurve::Desaturate' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, QuantizeColorsBits) == 0x000020, "Member 'FSampleTextureToCurve::QuantizeColorsBits' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, ColorScale) == 0x000024, "Member 'FSampleTextureToCurve::ColorScale' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, AlphaChannel) == 0x000028, "Member 'FSampleTextureToCurve::AlphaChannel' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, FixedAlpha) == 0x00002C, "Member 'FSampleTextureToCurve::FixedAlpha' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, AlphaIntensity) == 0x000030, "Member 'FSampleTextureToCurve::AlphaIntensity' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, AlphaScale) == 0x000034, "Member 'FSampleTextureToCurve::AlphaScale' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, CurveErrorTolerancePercent) == 0x000038, "Member 'FSampleTextureToCurve::CurveErrorTolerancePercent' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, bCubicKeys) == 0x00003C, "Member 'FSampleTextureToCurve::bCubicKeys' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, bUseCurveErrorTolerance) == 0x00003D, "Member 'FSampleTextureToCurve::bUseCurveErrorTolerance' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, bUseColorNormalize) == 0x00003E, "Member 'FSampleTextureToCurve::bUseColorNormalize' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, bUseCurveNormalize) == 0x00003F, "Member 'FSampleTextureToCurve::bUseCurveNormalize' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, bUseDesaturate) == 0x000040, "Member 'FSampleTextureToCurve::bUseDesaturate' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, bUseQuantizeColors) == 0x000041, "Member 'FSampleTextureToCurve::bUseQuantizeColors' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, bUseColorScale) == 0x000042, "Member 'FSampleTextureToCurve::bUseColorScale' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, bDoAlpha) == 0x000043, "Member 'FSampleTextureToCurve::bDoAlpha' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, bOverrideAlphaIntensity) == 0x000044, "Member 'FSampleTextureToCurve::bOverrideAlphaIntensity' has a wrong offset!"); \ static_assert(offsetof(FSampleTextureToCurve, bUseAlphaScale) == 0x000045, "Member 'FSampleTextureToCurve::bUseAlphaScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintCurveKey \ static_assert(alignof(FBlueprintCurveKey) == 0x000004, "Wrong alignment on FBlueprintCurveKey"); \ static_assert(sizeof(FBlueprintCurveKey) == 0x00001C, "Wrong size on FBlueprintCurveKey"); \ static_assert(offsetof(FBlueprintCurveKey, InterpMode) == 0x000000, "Member 'FBlueprintCurveKey::InterpMode' has a wrong offset!"); \ static_assert(offsetof(FBlueprintCurveKey, TangentMode) == 0x000001, "Member 'FBlueprintCurveKey::TangentMode' has a wrong offset!"); \ static_assert(offsetof(FBlueprintCurveKey, TangentWeightMode) == 0x000002, "Member 'FBlueprintCurveKey::TangentWeightMode' has a wrong offset!"); \ static_assert(offsetof(FBlueprintCurveKey, Time) == 0x000004, "Member 'FBlueprintCurveKey::Time' has a wrong offset!"); \ static_assert(offsetof(FBlueprintCurveKey, Value) == 0x000008, "Member 'FBlueprintCurveKey::Value' has a wrong offset!"); \ static_assert(offsetof(FBlueprintCurveKey, ArriveTangent) == 0x00000C, "Member 'FBlueprintCurveKey::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FBlueprintCurveKey, ArriveTangentWeight) == 0x000010, "Member 'FBlueprintCurveKey::ArriveTangentWeight' has a wrong offset!"); \ static_assert(offsetof(FBlueprintCurveKey, LeaveTangent) == 0x000014, "Member 'FBlueprintCurveKey::LeaveTangent' has a wrong offset!"); \ static_assert(offsetof(FBlueprintCurveKey, LeaveTangentWeight) == 0x000018, "Member 'FBlueprintCurveKey::LeaveTangentWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveFromTextureLibrary_TextureToLinearColorCurve \ static_assert(alignof(CurveFromTextureLibrary_TextureToLinearColorCurve) == 0x000008, "Wrong alignment on CurveFromTextureLibrary_TextureToLinearColorCurve"); \ static_assert(sizeof(CurveFromTextureLibrary_TextureToLinearColorCurve) == 0x000060, "Wrong size on CurveFromTextureLibrary_TextureToLinearColorCurve"); \ static_assert(offsetof(CurveFromTextureLibrary_TextureToLinearColorCurve, Texture) == 0x000000, "Member 'CurveFromTextureLibrary_TextureToLinearColorCurve::Texture' has a wrong offset!"); \ static_assert(offsetof(CurveFromTextureLibrary_TextureToLinearColorCurve, Settings) == 0x000008, "Member 'CurveFromTextureLibrary_TextureToLinearColorCurve::Settings' has a wrong offset!"); \ static_assert(offsetof(CurveFromTextureLibrary_TextureToLinearColorCurve, ColorCurve) == 0x000050, "Member 'CurveFromTextureLibrary_TextureToLinearColorCurve::ColorCurve' has a wrong offset!"); \ static_assert(offsetof(CurveFromTextureLibrary_TextureToLinearColorCurve, Worked) == 0x000058, "Member 'CurveFromTextureLibrary_TextureToLinearColorCurve::Worked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveFromTextureLibrary \ static_assert(alignof(UCurveFromTextureLibrary) == 0x000008, "Wrong alignment on UCurveFromTextureLibrary"); \ static_assert(sizeof(UCurveFromTextureLibrary) == 0x000028, "Wrong size on UCurveFromTextureLibrary"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_AppendCurveKey \ static_assert(alignof(CurveHelpersBlueprintLibrary_AppendCurveKey) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_AppendCurveKey"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_AppendCurveKey) == 0x0000A8, "Wrong size on CurveHelpersBlueprintLibrary_AppendCurveKey"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_AppendCurveKey, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_AppendCurveKey::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_AppendCurveKey, Key) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_AppendCurveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_AutoSetCurveTangents \ static_assert(alignof(CurveHelpersBlueprintLibrary_AutoSetCurveTangents) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_AutoSetCurveTangents"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_AutoSetCurveTangents) == 0x000090, "Wrong size on CurveHelpersBlueprintLibrary_AutoSetCurveTangents"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_AutoSetCurveTangents, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_AutoSetCurveTangents::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_AutoSetCurveTangents, Tension) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_AutoSetCurveTangents::Tension' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_ClearCurveDefaultValue \ static_assert(alignof(CurveHelpersBlueprintLibrary_ClearCurveDefaultValue) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_ClearCurveDefaultValue"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_ClearCurveDefaultValue) == 0x000088, "Wrong size on CurveHelpersBlueprintLibrary_ClearCurveDefaultValue"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_ClearCurveDefaultValue, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_ClearCurveDefaultValue::RuntimeFloatCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_CloneCurve \ static_assert(alignof(CurveHelpersBlueprintLibrary_CloneCurve) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_CloneCurve"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_CloneCurve) == 0x000110, "Wrong size on CurveHelpersBlueprintLibrary_CloneCurve"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_CloneCurve, SourceRuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_CloneCurve::SourceRuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_CloneCurve, NewRuntimeFloatCurve) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_CloneCurve::NewRuntimeFloatCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_ConvertExternalCurve \ static_assert(alignof(CurveHelpersBlueprintLibrary_ConvertExternalCurve) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_ConvertExternalCurve"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_ConvertExternalCurve) == 0x000088, "Wrong size on CurveHelpersBlueprintLibrary_ConvertExternalCurve"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_ConvertExternalCurve, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_ConvertExternalCurve::RuntimeFloatCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_CurveHasAnyData \ static_assert(alignof(CurveHelpersBlueprintLibrary_CurveHasAnyData) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_CurveHasAnyData"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_CurveHasAnyData) == 0x000090, "Wrong size on CurveHelpersBlueprintLibrary_CurveHasAnyData"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_CurveHasAnyData, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_CurveHasAnyData::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_CurveHasAnyData, bHasAnyData) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_CurveHasAnyData::bHasAnyData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_CurveKeyIndexInRange \ static_assert(alignof(CurveHelpersBlueprintLibrary_CurveKeyIndexInRange) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_CurveKeyIndexInRange"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_CurveKeyIndexInRange) == 0x000090, "Wrong size on CurveHelpersBlueprintLibrary_CurveKeyIndexInRange"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_CurveKeyIndexInRange, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_CurveKeyIndexInRange::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_CurveKeyIndexInRange, KeyIndex) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_CurveKeyIndexInRange::KeyIndex' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_CurveKeyIndexInRange, bInRange) == 0x00008C, "Member 'CurveHelpersBlueprintLibrary_CurveKeyIndexInRange::bInRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_EvalCurve \ static_assert(alignof(CurveHelpersBlueprintLibrary_EvalCurve) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_EvalCurve"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_EvalCurve) == 0x000090, "Wrong size on CurveHelpersBlueprintLibrary_EvalCurve"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_EvalCurve, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_EvalCurve::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_EvalCurve, Time) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_EvalCurve::Time' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_EvalCurve, Value) == 0x00008C, "Member 'CurveHelpersBlueprintLibrary_EvalCurve::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_GetCurveDefaultValue \ static_assert(alignof(CurveHelpersBlueprintLibrary_GetCurveDefaultValue) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_GetCurveDefaultValue"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_GetCurveDefaultValue) == 0x000090, "Wrong size on CurveHelpersBlueprintLibrary_GetCurveDefaultValue"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveDefaultValue, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_GetCurveDefaultValue::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveDefaultValue, DefaultValue) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_GetCurveDefaultValue::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_GetCurveKey \ static_assert(alignof(CurveHelpersBlueprintLibrary_GetCurveKey) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_GetCurveKey"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_GetCurveKey) == 0x0000B0, "Wrong size on CurveHelpersBlueprintLibrary_GetCurveKey"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveKey, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_GetCurveKey::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveKey, KeyIndex) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_GetCurveKey::KeyIndex' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveKey, Key) == 0x00008C, "Member 'CurveHelpersBlueprintLibrary_GetCurveKey::Key' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveKey, bInRange) == 0x0000A8, "Member 'CurveHelpersBlueprintLibrary_GetCurveKey::bInRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_GetCurveKeyCount \ static_assert(alignof(CurveHelpersBlueprintLibrary_GetCurveKeyCount) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_GetCurveKeyCount"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_GetCurveKeyCount) == 0x000090, "Wrong size on CurveHelpersBlueprintLibrary_GetCurveKeyCount"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveKeyCount, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_GetCurveKeyCount::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveKeyCount, KeyCount) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_GetCurveKeyCount::KeyCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_GetCurveKeys \ static_assert(alignof(CurveHelpersBlueprintLibrary_GetCurveKeys) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_GetCurveKeys"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_GetCurveKeys) == 0x0000A0, "Wrong size on CurveHelpersBlueprintLibrary_GetCurveKeys"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveKeys, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_GetCurveKeys::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveKeys, Keys) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_GetCurveKeys::Keys' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveKeys, KeyCount) == 0x000098, "Member 'CurveHelpersBlueprintLibrary_GetCurveKeys::KeyCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_GetCurveKeyTimeValue \ static_assert(alignof(CurveHelpersBlueprintLibrary_GetCurveKeyTimeValue) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_GetCurveKeyTimeValue"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_GetCurveKeyTimeValue) == 0x000098, "Wrong size on CurveHelpersBlueprintLibrary_GetCurveKeyTimeValue"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveKeyTimeValue, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_GetCurveKeyTimeValue::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveKeyTimeValue, KeyIndex) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_GetCurveKeyTimeValue::KeyIndex' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveKeyTimeValue, Time) == 0x00008C, "Member 'CurveHelpersBlueprintLibrary_GetCurveKeyTimeValue::Time' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveKeyTimeValue, Value) == 0x000090, "Member 'CurveHelpersBlueprintLibrary_GetCurveKeyTimeValue::Value' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveKeyTimeValue, bInRange) == 0x000094, "Member 'CurveHelpersBlueprintLibrary_GetCurveKeyTimeValue::bInRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_GetCurveTimeRange \ static_assert(alignof(CurveHelpersBlueprintLibrary_GetCurveTimeRange) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_GetCurveTimeRange"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_GetCurveTimeRange) == 0x000090, "Wrong size on CurveHelpersBlueprintLibrary_GetCurveTimeRange"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveTimeRange, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_GetCurveTimeRange::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveTimeRange, MinTime) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_GetCurveTimeRange::MinTime' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveTimeRange, MaxTime) == 0x00008C, "Member 'CurveHelpersBlueprintLibrary_GetCurveTimeRange::MaxTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_GetCurveValueRange \ static_assert(alignof(CurveHelpersBlueprintLibrary_GetCurveValueRange) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_GetCurveValueRange"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_GetCurveValueRange) == 0x000090, "Wrong size on CurveHelpersBlueprintLibrary_GetCurveValueRange"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveValueRange, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_GetCurveValueRange::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveValueRange, MinValue) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_GetCurveValueRange::MinValue' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetCurveValueRange, MaxValue) == 0x00008C, "Member 'CurveHelpersBlueprintLibrary_GetCurveValueRange::MaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_GetExternalCurve \ static_assert(alignof(CurveHelpersBlueprintLibrary_GetExternalCurve) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_GetExternalCurve"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_GetExternalCurve) == 0x000090, "Wrong size on CurveHelpersBlueprintLibrary_GetExternalCurve"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetExternalCurve, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_GetExternalCurve::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetExternalCurve, ExternalCurve) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_GetExternalCurve::ExternalCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_GetSplineHasBeenEdited \ static_assert(alignof(CurveHelpersBlueprintLibrary_GetSplineHasBeenEdited) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_GetSplineHasBeenEdited"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_GetSplineHasBeenEdited) == 0x000010, "Wrong size on CurveHelpersBlueprintLibrary_GetSplineHasBeenEdited"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetSplineHasBeenEdited, Spline) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_GetSplineHasBeenEdited::Spline' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_GetSplineHasBeenEdited, bEdited) == 0x000008, "Member 'CurveHelpersBlueprintLibrary_GetSplineHasBeenEdited::bEdited' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_InsertCurveKey \ static_assert(alignof(CurveHelpersBlueprintLibrary_InsertCurveKey) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_InsertCurveKey"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_InsertCurveKey) == 0x0000A8, "Wrong size on CurveHelpersBlueprintLibrary_InsertCurveKey"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_InsertCurveKey, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_InsertCurveKey::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_InsertCurveKey, Key) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_InsertCurveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_InsertCurveKeys \ static_assert(alignof(CurveHelpersBlueprintLibrary_InsertCurveKeys) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_InsertCurveKeys"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_InsertCurveKeys) == 0x000098, "Wrong size on CurveHelpersBlueprintLibrary_InsertCurveKeys"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_InsertCurveKeys, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_InsertCurveKeys::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_InsertCurveKeys, Keys) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_InsertCurveKeys::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_IsUsingExternalCurve \ static_assert(alignof(CurveHelpersBlueprintLibrary_IsUsingExternalCurve) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_IsUsingExternalCurve"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_IsUsingExternalCurve) == 0x000090, "Wrong size on CurveHelpersBlueprintLibrary_IsUsingExternalCurve"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_IsUsingExternalCurve, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_IsUsingExternalCurve::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_IsUsingExternalCurve, bExternalCurve) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_IsUsingExternalCurve::bExternalCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_MakeCurveKey \ static_assert(alignof(CurveHelpersBlueprintLibrary_MakeCurveKey) == 0x000004, "Wrong alignment on CurveHelpersBlueprintLibrary_MakeCurveKey"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_MakeCurveKey) == 0x000030, "Wrong size on CurveHelpersBlueprintLibrary_MakeCurveKey"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKey, Time) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKey::Time' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKey, Value) == 0x000004, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKey::Value' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKey, Key) == 0x000008, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKey::Key' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKey, InterpMode) == 0x000024, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKey::InterpMode' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKey, ArriveTangent) == 0x000028, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKey::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKey, LeaveTangent) == 0x00002C, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKey::LeaveTangent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_MakeCurveKeysSimple \ static_assert(alignof(CurveHelpersBlueprintLibrary_MakeCurveKeysSimple) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_MakeCurveKeysSimple"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_MakeCurveKeysSimple) == 0x000028, "Wrong size on CurveHelpersBlueprintLibrary_MakeCurveKeysSimple"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKeysSimple, Keys) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKeysSimple::Keys' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKeysSimple, StartTime) == 0x000010, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKeysSimple::StartTime' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKeysSimple, StartValue) == 0x000014, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKeysSimple::StartValue' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKeysSimple, EndTime) == 0x000018, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKeysSimple::EndTime' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKeysSimple, EndValue) == 0x00001C, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKeysSimple::EndValue' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKeysSimple, bLinear) == 0x000020, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKeysSimple::bLinear' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet \ static_assert(alignof(CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet) == 0x000030, "Wrong size on CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet, Keys) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet::Keys' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet, StartTime) == 0x000010, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet::StartTime' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet, StartValue) == 0x000014, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet::StartValue' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet, MidTime) == 0x000018, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet::MidTime' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet, MidValue) == 0x00001C, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet::MidValue' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet, EndTime) == 0x000020, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet::EndTime' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet, EndValue) == 0x000024, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet::EndValue' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet, bLinear) == 0x000028, "Member 'CurveHelpersBlueprintLibrary_MakeCurveKeysTriplet::bLinear' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_MakeLinearCurveKey \ static_assert(alignof(CurveHelpersBlueprintLibrary_MakeLinearCurveKey) == 0x000004, "Wrong alignment on CurveHelpersBlueprintLibrary_MakeLinearCurveKey"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_MakeLinearCurveKey) == 0x000024, "Wrong size on CurveHelpersBlueprintLibrary_MakeLinearCurveKey"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeLinearCurveKey, Time) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_MakeLinearCurveKey::Time' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeLinearCurveKey, Value) == 0x000004, "Member 'CurveHelpersBlueprintLibrary_MakeLinearCurveKey::Value' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_MakeLinearCurveKey, Key) == 0x000008, "Member 'CurveHelpersBlueprintLibrary_MakeLinearCurveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_RemoveRedundantCurveKeys \ static_assert(alignof(CurveHelpersBlueprintLibrary_RemoveRedundantCurveKeys) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_RemoveRedundantCurveKeys"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_RemoveRedundantCurveKeys) == 0x000090, "Wrong size on CurveHelpersBlueprintLibrary_RemoveRedundantCurveKeys"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_RemoveRedundantCurveKeys, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_RemoveRedundantCurveKeys::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_RemoveRedundantCurveKeys, Tolerance) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_RemoveRedundantCurveKeys::Tolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_ResetCurve \ static_assert(alignof(CurveHelpersBlueprintLibrary_ResetCurve) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_ResetCurve"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_ResetCurve) == 0x000088, "Wrong size on CurveHelpersBlueprintLibrary_ResetCurve"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_ResetCurve, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_ResetCurve::RuntimeFloatCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_RunConstructionScripts \ static_assert(alignof(CurveHelpersBlueprintLibrary_RunConstructionScripts) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_RunConstructionScripts"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_RunConstructionScripts) == 0x000008, "Wrong size on CurveHelpersBlueprintLibrary_RunConstructionScripts"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_RunConstructionScripts, Actor) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_RunConstructionScripts::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_ScaleCurve \ static_assert(alignof(CurveHelpersBlueprintLibrary_ScaleCurve) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_ScaleCurve"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_ScaleCurve) == 0x000090, "Wrong size on CurveHelpersBlueprintLibrary_ScaleCurve"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_ScaleCurve, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_ScaleCurve::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_ScaleCurve, ScaleOrigin) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_ScaleCurve::ScaleOrigin' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_ScaleCurve, ScaleFactor) == 0x00008C, "Member 'CurveHelpersBlueprintLibrary_ScaleCurve::ScaleFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_SetCurveDefaultValue \ static_assert(alignof(CurveHelpersBlueprintLibrary_SetCurveDefaultValue) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_SetCurveDefaultValue"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_SetCurveDefaultValue) == 0x000090, "Wrong size on CurveHelpersBlueprintLibrary_SetCurveDefaultValue"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_SetCurveDefaultValue, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_SetCurveDefaultValue::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_SetCurveDefaultValue, DefaultValue) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_SetCurveDefaultValue::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_SetCurveKeys \ static_assert(alignof(CurveHelpersBlueprintLibrary_SetCurveKeys) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_SetCurveKeys"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_SetCurveKeys) == 0x000098, "Wrong size on CurveHelpersBlueprintLibrary_SetCurveKeys"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_SetCurveKeys, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_SetCurveKeys::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_SetCurveKeys, Keys) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_SetCurveKeys::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_SetExternalCurve \ static_assert(alignof(CurveHelpersBlueprintLibrary_SetExternalCurve) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_SetExternalCurve"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_SetExternalCurve) == 0x000098, "Wrong size on CurveHelpersBlueprintLibrary_SetExternalCurve"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_SetExternalCurve, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_SetExternalCurve::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_SetExternalCurve, ExternalCurve) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_SetExternalCurve::ExternalCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_SetExternalCurve, bCopyToInternal) == 0x000090, "Member 'CurveHelpersBlueprintLibrary_SetExternalCurve::bCopyToInternal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_SetSplineHasBeenEdited \ static_assert(alignof(CurveHelpersBlueprintLibrary_SetSplineHasBeenEdited) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_SetSplineHasBeenEdited"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_SetSplineHasBeenEdited) == 0x000010, "Wrong size on CurveHelpersBlueprintLibrary_SetSplineHasBeenEdited"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_SetSplineHasBeenEdited, Spline) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_SetSplineHasBeenEdited::Spline' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_SetSplineHasBeenEdited, bEdited) == 0x000008, "Member 'CurveHelpersBlueprintLibrary_SetSplineHasBeenEdited::bEdited' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveHelpersBlueprintLibrary_ShiftCurve \ static_assert(alignof(CurveHelpersBlueprintLibrary_ShiftCurve) == 0x000008, "Wrong alignment on CurveHelpersBlueprintLibrary_ShiftCurve"); \ static_assert(sizeof(CurveHelpersBlueprintLibrary_ShiftCurve) == 0x000090, "Wrong size on CurveHelpersBlueprintLibrary_ShiftCurve"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_ShiftCurve, RuntimeFloatCurve) == 0x000000, "Member 'CurveHelpersBlueprintLibrary_ShiftCurve::RuntimeFloatCurve' has a wrong offset!"); \ static_assert(offsetof(CurveHelpersBlueprintLibrary_ShiftCurve, DeltaTime) == 0x000088, "Member 'CurveHelpersBlueprintLibrary_ShiftCurve::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveHelpersBlueprintLibrary \ static_assert(alignof(UCurveHelpersBlueprintLibrary) == 0x000008, "Wrong alignment on UCurveHelpersBlueprintLibrary"); \ static_assert(sizeof(UCurveHelpersBlueprintLibrary) == 0x000028, "Wrong size on UCurveHelpersBlueprintLibrary"); \ #define DUMPER7_ASSERTS_ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move \ static_assert(alignof(ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move) == 0x000008, "Wrong alignment on ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move"); \ static_assert(sizeof(ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move) == 0x000070, "Wrong size on ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move"); \ static_assert(offsetof(ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move, EntryPoint) == 0x000000, "Member 'ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move, K2Node_Event_Context) == 0x000008, "Member 'ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_WandOnly_Move_C_ExecuteUbergraph_ABL_WandOnly_Move::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_WandOnly_Move_C_OnAbilityBranch \ static_assert(alignof(ABL_WandOnly_Move_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_WandOnly_Move_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_WandOnly_Move_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_WandOnly_Move_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_WandOnly_Move_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_WandOnly_Move_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_Move_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_WandOnly_Move_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_WandOnly_Move_C_OnAbilityStart \ static_assert(alignof(ABL_WandOnly_Move_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_WandOnly_Move_C_OnAbilityStart"); \ static_assert(sizeof(ABL_WandOnly_Move_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_WandOnly_Move_C_OnAbilityStart"); \ static_assert(offsetof(ABL_WandOnly_Move_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_WandOnly_Move_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandOnly_Move_C \ static_assert(alignof(UABL_WandOnly_Move_C) == 0x000008, "Wrong alignment on UABL_WandOnly_Move_C"); \ static_assert(sizeof(UABL_WandOnly_Move_C) == 0x0000D0, "Wrong size on UABL_WandOnly_Move_C"); \ static_assert(offsetof(UABL_WandOnly_Move_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_WandOnly_Move_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStatsComponentReportSettings \ static_assert(alignof(FStatsComponentReportSettings) == 0x000008, "Wrong alignment on FStatsComponentReportSettings"); \ static_assert(sizeof(FStatsComponentReportSettings) == 0x000018, "Wrong size on FStatsComponentReportSettings"); \ static_assert(offsetof(FStatsComponentReportSettings, Args) == 0x000000, "Member 'FStatsComponentReportSettings::Args' has a wrong offset!"); \ static_assert(offsetof(FStatsComponentReportSettings, TotalReports) == 0x000010, "Member 'FStatsComponentReportSettings::TotalReports' has a wrong offset!"); \ static_assert(offsetof(FStatsComponentReportSettings, FrameDelay) == 0x000014, "Member 'FStatsComponentReportSettings::FrameDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXCullDistance \ static_assert(alignof(FWorldFXCullDistance) == 0x000004, "Wrong alignment on FWorldFXCullDistance"); \ static_assert(sizeof(FWorldFXCullDistance) == 0x000008, "Wrong size on FWorldFXCullDistance"); \ static_assert(offsetof(FWorldFXCullDistance, DistanceMeters) == 0x000000, "Member 'FWorldFXCullDistance::DistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCullDistance, DistanceType) == 0x000004, "Member 'FWorldFXCullDistance::DistanceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXAudioEventRTPC \ static_assert(alignof(FWorldFXAudioEventRTPC) == 0x000004, "Wrong alignment on FWorldFXAudioEventRTPC"); \ static_assert(sizeof(FWorldFXAudioEventRTPC) == 0x000010, "Wrong size on FWorldFXAudioEventRTPC"); \ static_assert(offsetof(FWorldFXAudioEventRTPC, Name) == 0x000000, "Member 'FWorldFXAudioEventRTPC::Name' has a wrong offset!"); \ static_assert(offsetof(FWorldFXAudioEventRTPC, Value) == 0x000008, "Member 'FWorldFXAudioEventRTPC::Value' has a wrong offset!"); \ static_assert(offsetof(FWorldFXAudioEventRTPC, InterpolationTime) == 0x00000C, "Member 'FWorldFXAudioEventRTPC::InterpolationTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXAudioEventExtra \ static_assert(alignof(FWorldFXAudioEventExtra) == 0x000008, "Wrong alignment on FWorldFXAudioEventExtra"); \ static_assert(sizeof(FWorldFXAudioEventExtra) == 0x000028, "Wrong size on FWorldFXAudioEventExtra"); \ static_assert(offsetof(FWorldFXAudioEventExtra, AttenuationScalingFactor) == 0x000000, "Member 'FWorldFXAudioEventExtra::AttenuationScalingFactor' has a wrong offset!"); \ static_assert(offsetof(FWorldFXAudioEventExtra, NoTickRadius) == 0x000004, "Member 'FWorldFXAudioEventExtra::NoTickRadius' has a wrong offset!"); \ static_assert(offsetof(FWorldFXAudioEventExtra, OcclusionRefreshInterval) == 0x000008, "Member 'FWorldFXAudioEventExtra::OcclusionRefreshInterval' has a wrong offset!"); \ static_assert(offsetof(FWorldFXAudioEventExtra, OcclusionCollisionChannel) == 0x00000C, "Member 'FWorldFXAudioEventExtra::OcclusionCollisionChannel' has a wrong offset!"); \ static_assert(offsetof(FWorldFXAudioEventExtra, OuterRadius) == 0x000010, "Member 'FWorldFXAudioEventExtra::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(FWorldFXAudioEventExtra, InnerRadius) == 0x000014, "Member 'FWorldFXAudioEventExtra::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(FWorldFXAudioEventExtra, RTPCs) == 0x000018, "Member 'FWorldFXAudioEventExtra::RTPCs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXAudioEvent \ static_assert(alignof(FWorldFXAudioEvent) == 0x000008, "Wrong alignment on FWorldFXAudioEvent"); \ static_assert(sizeof(FWorldFXAudioEvent) == 0x000060, "Wrong size on FWorldFXAudioEvent"); \ static_assert(offsetof(FWorldFXAudioEvent, SFXEvent) == 0x000000, "Member 'FWorldFXAudioEvent::SFXEvent' has a wrong offset!"); \ static_assert(offsetof(FWorldFXAudioEvent, EventName) == 0x000008, "Member 'FWorldFXAudioEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(FWorldFXAudioEvent, CullDistance) == 0x000010, "Member 'FWorldFXAudioEvent::CullDistance' has a wrong offset!"); \ static_assert(offsetof(FWorldFXAudioEvent, Offset) == 0x000018, "Member 'FWorldFXAudioEvent::Offset' has a wrong offset!"); \ static_assert(offsetof(FWorldFXAudioEvent, Scale) == 0x000024, "Member 'FWorldFXAudioEvent::Scale' has a wrong offset!"); \ static_assert(offsetof(FWorldFXAudioEvent, Extra) == 0x000030, "Member 'FWorldFXAudioEvent::Extra' has a wrong offset!"); \ static_assert(offsetof(FWorldFXAudioEvent, bNonSpatialized) == 0x000058, "Member 'FWorldFXAudioEvent::bNonSpatialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXMaterialOverrideList \ static_assert(alignof(FWorldFXMaterialOverrideList) == 0x000008, "Wrong alignment on FWorldFXMaterialOverrideList"); \ static_assert(sizeof(FWorldFXMaterialOverrideList) == 0x000010, "Wrong size on FWorldFXMaterialOverrideList"); \ static_assert(offsetof(FWorldFXMaterialOverrideList, Elements) == 0x000000, "Member 'FWorldFXMaterialOverrideList::Elements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXPrimitiveAdvancedOptions \ static_assert(alignof(FWorldFXPrimitiveAdvancedOptions) == 0x000004, "Wrong alignment on FWorldFXPrimitiveAdvancedOptions"); \ static_assert(sizeof(FWorldFXPrimitiveAdvancedOptions) == 0x00000C, "Wrong size on FWorldFXPrimitiveAdvancedOptions"); \ static_assert(offsetof(FWorldFXPrimitiveAdvancedOptions, TranslucencySortPriority) == 0x000000, "Member 'FWorldFXPrimitiveAdvancedOptions::TranslucencySortPriority' has a wrong offset!"); \ static_assert(offsetof(FWorldFXPrimitiveAdvancedOptions, TranslucencySortDistanceOffset) == 0x000004, "Member 'FWorldFXPrimitiveAdvancedOptions::TranslucencySortDistanceOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXNiagaraSystemAdvancedOptions \ static_assert(alignof(FWorldFXNiagaraSystemAdvancedOptions) == 0x000004, "Wrong alignment on FWorldFXNiagaraSystemAdvancedOptions"); \ static_assert(sizeof(FWorldFXNiagaraSystemAdvancedOptions) == 0x00000C, "Wrong size on FWorldFXNiagaraSystemAdvancedOptions"); \ #define DUMPER7_ASSERTS_FWorldFXNiagaraSystem \ static_assert(alignof(FWorldFXNiagaraSystem) == 0x000008, "Wrong alignment on FWorldFXNiagaraSystem"); \ static_assert(sizeof(FWorldFXNiagaraSystem) == 0x000058, "Wrong size on FWorldFXNiagaraSystem"); \ static_assert(offsetof(FWorldFXNiagaraSystem, NiagaraSystem) == 0x000000, "Member 'FWorldFXNiagaraSystem::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(FWorldFXNiagaraSystem, Initializer) == 0x000028, "Member 'FWorldFXNiagaraSystem::Initializer' has a wrong offset!"); \ static_assert(offsetof(FWorldFXNiagaraSystem, Materials) == 0x000030, "Member 'FWorldFXNiagaraSystem::Materials' has a wrong offset!"); \ static_assert(offsetof(FWorldFXNiagaraSystem, CullDistance) == 0x000040, "Member 'FWorldFXNiagaraSystem::CullDistance' has a wrong offset!"); \ static_assert(offsetof(FWorldFXNiagaraSystem, AdvancedOptions) == 0x000048, "Member 'FWorldFXNiagaraSystem::AdvancedOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXCascadeSystemParam \ static_assert(alignof(FWorldFXCascadeSystemParam) == 0x000008, "Wrong alignment on FWorldFXCascadeSystemParam"); \ static_assert(sizeof(FWorldFXCascadeSystemParam) == 0x000038, "Wrong size on FWorldFXCascadeSystemParam"); \ static_assert(offsetof(FWorldFXCascadeSystemParam, Name) == 0x000000, "Member 'FWorldFXCascadeSystemParam::Name' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParam, ParamType) == 0x000008, "Member 'FWorldFXCascadeSystemParam::ParamType' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParam, Scalar) == 0x00000C, "Member 'FWorldFXCascadeSystemParam::Scalar' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParam, Scalar_Low) == 0x000010, "Member 'FWorldFXCascadeSystemParam::Scalar_Low' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParam, Vector) == 0x000014, "Member 'FWorldFXCascadeSystemParam::Vector' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParam, Vector_Low) == 0x000020, "Member 'FWorldFXCascadeSystemParam::Vector_Low' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParam, Color) == 0x00002C, "Member 'FWorldFXCascadeSystemParam::Color' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParam, Material) == 0x000030, "Member 'FWorldFXCascadeSystemParam::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXCascadeSystemAdvancedOptions \ static_assert(alignof(FWorldFXCascadeSystemAdvancedOptions) == 0x000004, "Wrong alignment on FWorldFXCascadeSystemAdvancedOptions"); \ static_assert(sizeof(FWorldFXCascadeSystemAdvancedOptions) == 0x00000C, "Wrong size on FWorldFXCascadeSystemAdvancedOptions"); \ #define DUMPER7_ASSERTS_FWorldFXCascadeSystem \ static_assert(alignof(FWorldFXCascadeSystem) == 0x000008, "Wrong alignment on FWorldFXCascadeSystem"); \ static_assert(sizeof(FWorldFXCascadeSystem) == 0x000068, "Wrong size on FWorldFXCascadeSystem"); \ static_assert(offsetof(FWorldFXCascadeSystem, ParticleSystem) == 0x000000, "Member 'FWorldFXCascadeSystem::ParticleSystem' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystem, Materials) == 0x000028, "Member 'FWorldFXCascadeSystem::Materials' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystem, InstanceParameters) == 0x000038, "Member 'FWorldFXCascadeSystem::InstanceParameters' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystem, NewInstanceParameters) == 0x000048, "Member 'FWorldFXCascadeSystem::NewInstanceParameters' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystem, CullDistance) == 0x000050, "Member 'FWorldFXCascadeSystem::CullDistance' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystem, AdvancedOptions) == 0x000058, "Member 'FWorldFXCascadeSystem::AdvancedOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXFull \ static_assert(alignof(FWorldFXFull) == 0x000008, "Wrong alignment on FWorldFXFull"); \ static_assert(sizeof(FWorldFXFull) == 0x000120, "Wrong size on FWorldFXFull"); \ static_assert(offsetof(FWorldFXFull, SFX) == 0x000000, "Member 'FWorldFXFull::SFX' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFull, CascadeFX) == 0x000060, "Member 'FWorldFXFull::CascadeFX' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFull, NiagaraFX) == 0x0000C8, "Member 'FWorldFXFull::NiagaraFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraFXRoot \ static_assert(alignof(FCameraFXRoot) == 0x000008, "Wrong alignment on FCameraFXRoot"); \ static_assert(sizeof(FCameraFXRoot) == 0x000010, "Wrong size on FCameraFXRoot"); \ static_assert(offsetof(FCameraFXRoot, CameraFXRoot) == 0x000000, "Member 'FCameraFXRoot::CameraFXRoot' has a wrong offset!"); \ static_assert(offsetof(FCameraFXRoot, UnattachedFrames) == 0x000008, "Member 'FCameraFXRoot::UnattachedFrames' has a wrong offset!"); \ static_assert(offsetof(FCameraFXRoot, MaxUnattachedFrames) == 0x00000C, "Member 'FCameraFXRoot::MaxUnattachedFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXCascadeSystemParamBase \ static_assert(alignof(FWorldFXCascadeSystemParamBase) == 0x000001, "Wrong alignment on FWorldFXCascadeSystemParamBase"); \ static_assert(sizeof(FWorldFXCascadeSystemParamBase) == 0x000001, "Wrong size on FWorldFXCascadeSystemParamBase"); \ #define DUMPER7_ASSERTS_FWorldFXCascadeSystemParamScalar \ static_assert(alignof(FWorldFXCascadeSystemParamScalar) == 0x000004, "Wrong alignment on FWorldFXCascadeSystemParamScalar"); \ static_assert(sizeof(FWorldFXCascadeSystemParamScalar) == 0x00000C, "Wrong size on FWorldFXCascadeSystemParamScalar"); \ static_assert(offsetof(FWorldFXCascadeSystemParamScalar, Name) == 0x000000, "Member 'FWorldFXCascadeSystemParamScalar::Name' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParamScalar, Scalar) == 0x000008, "Member 'FWorldFXCascadeSystemParamScalar::Scalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXCascadeSystemParamScalarRand \ static_assert(alignof(FWorldFXCascadeSystemParamScalarRand) == 0x000004, "Wrong alignment on FWorldFXCascadeSystemParamScalarRand"); \ static_assert(sizeof(FWorldFXCascadeSystemParamScalarRand) == 0x000010, "Wrong size on FWorldFXCascadeSystemParamScalarRand"); \ static_assert(offsetof(FWorldFXCascadeSystemParamScalarRand, Name) == 0x000000, "Member 'FWorldFXCascadeSystemParamScalarRand::Name' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParamScalarRand, Scalar) == 0x000008, "Member 'FWorldFXCascadeSystemParamScalarRand::Scalar' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParamScalarRand, Scalar_Low) == 0x00000C, "Member 'FWorldFXCascadeSystemParamScalarRand::Scalar_Low' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXCascadeSystemParamVector \ static_assert(alignof(FWorldFXCascadeSystemParamVector) == 0x000004, "Wrong alignment on FWorldFXCascadeSystemParamVector"); \ static_assert(sizeof(FWorldFXCascadeSystemParamVector) == 0x000014, "Wrong size on FWorldFXCascadeSystemParamVector"); \ static_assert(offsetof(FWorldFXCascadeSystemParamVector, Name) == 0x000000, "Member 'FWorldFXCascadeSystemParamVector::Name' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParamVector, Vector) == 0x000008, "Member 'FWorldFXCascadeSystemParamVector::Vector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXCascadeSystemParamVectorRand \ static_assert(alignof(FWorldFXCascadeSystemParamVectorRand) == 0x000004, "Wrong alignment on FWorldFXCascadeSystemParamVectorRand"); \ static_assert(sizeof(FWorldFXCascadeSystemParamVectorRand) == 0x000020, "Wrong size on FWorldFXCascadeSystemParamVectorRand"); \ static_assert(offsetof(FWorldFXCascadeSystemParamVectorRand, Name) == 0x000000, "Member 'FWorldFXCascadeSystemParamVectorRand::Name' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParamVectorRand, Vector) == 0x000008, "Member 'FWorldFXCascadeSystemParamVectorRand::Vector' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParamVectorRand, Vector_Low) == 0x000014, "Member 'FWorldFXCascadeSystemParamVectorRand::Vector_Low' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXCascadeSystemParamVectorUnitRand \ static_assert(alignof(FWorldFXCascadeSystemParamVectorUnitRand) == 0x000004, "Wrong alignment on FWorldFXCascadeSystemParamVectorUnitRand"); \ static_assert(sizeof(FWorldFXCascadeSystemParamVectorUnitRand) == 0x000020, "Wrong size on FWorldFXCascadeSystemParamVectorUnitRand"); \ static_assert(offsetof(FWorldFXCascadeSystemParamVectorUnitRand, Name) == 0x000000, "Member 'FWorldFXCascadeSystemParamVectorUnitRand::Name' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParamVectorUnitRand, Vector) == 0x000008, "Member 'FWorldFXCascadeSystemParamVectorUnitRand::Vector' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParamVectorUnitRand, Vector_Low) == 0x000014, "Member 'FWorldFXCascadeSystemParamVectorUnitRand::Vector_Low' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXCascadeSystemParamColor \ static_assert(alignof(FWorldFXCascadeSystemParamColor) == 0x000004, "Wrong alignment on FWorldFXCascadeSystemParamColor"); \ static_assert(sizeof(FWorldFXCascadeSystemParamColor) == 0x00000C, "Wrong size on FWorldFXCascadeSystemParamColor"); \ static_assert(offsetof(FWorldFXCascadeSystemParamColor, Name) == 0x000000, "Member 'FWorldFXCascadeSystemParamColor::Name' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParamColor, Color) == 0x000008, "Member 'FWorldFXCascadeSystemParamColor::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXCascadeSystemParamMaterial \ static_assert(alignof(FWorldFXCascadeSystemParamMaterial) == 0x000008, "Wrong alignment on FWorldFXCascadeSystemParamMaterial"); \ static_assert(sizeof(FWorldFXCascadeSystemParamMaterial) == 0x000010, "Wrong size on FWorldFXCascadeSystemParamMaterial"); \ static_assert(offsetof(FWorldFXCascadeSystemParamMaterial, Name) == 0x000000, "Member 'FWorldFXCascadeSystemParamMaterial::Name' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParamMaterial, Material) == 0x000008, "Member 'FWorldFXCascadeSystemParamMaterial::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXCascadeSystemParams \ static_assert(alignof(FWorldFXCascadeSystemParams) == 0x000008, "Wrong alignment on FWorldFXCascadeSystemParams"); \ static_assert(sizeof(FWorldFXCascadeSystemParams) == 0x000070, "Wrong size on FWorldFXCascadeSystemParams"); \ static_assert(offsetof(FWorldFXCascadeSystemParams, Scalars) == 0x000000, "Member 'FWorldFXCascadeSystemParams::Scalars' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParams, ScalarRands) == 0x000010, "Member 'FWorldFXCascadeSystemParams::ScalarRands' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParams, Vectors) == 0x000020, "Member 'FWorldFXCascadeSystemParams::Vectors' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParams, VectorRands) == 0x000030, "Member 'FWorldFXCascadeSystemParams::VectorRands' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParams, VectorUnitRands) == 0x000040, "Member 'FWorldFXCascadeSystemParams::VectorUnitRands' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParams, Colors) == 0x000050, "Member 'FWorldFXCascadeSystemParams::Colors' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadeSystemParams, Materials) == 0x000060, "Member 'FWorldFXCascadeSystemParams::Materials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXPresetRuleName \ static_assert(alignof(FWorldFXPresetRuleName) == 0x000004, "Wrong alignment on FWorldFXPresetRuleName"); \ static_assert(sizeof(FWorldFXPresetRuleName) == 0x000008, "Wrong size on FWorldFXPresetRuleName"); \ static_assert(offsetof(FWorldFXPresetRuleName, Name) == 0x000000, "Member 'FWorldFXPresetRuleName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXFullPreset \ static_assert(alignof(FWorldFXFullPreset) == 0x000008, "Wrong alignment on FWorldFXFullPreset"); \ static_assert(sizeof(FWorldFXFullPreset) == 0x000168, "Wrong size on FWorldFXFullPreset"); \ static_assert(offsetof(FWorldFXFullPreset, Rule) == 0x000008, "Member 'FWorldFXFullPreset::Rule' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, SFXAudioEvent) == 0x000010, "Member 'FWorldFXFullPreset::SFXAudioEvent' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, SFXEventName) == 0x000018, "Member 'FWorldFXFullPreset::SFXEventName' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, SFXOffset) == 0x000020, "Member 'FWorldFXFullPreset::SFXOffset' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, SFXScale) == 0x00002C, "Member 'FWorldFXFullPreset::SFXScale' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, SFXCullingDistanceMeters) == 0x000038, "Member 'FWorldFXFullPreset::SFXCullingDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, SFXCullingDistanceType) == 0x00003C, "Member 'FWorldFXFullPreset::SFXCullingDistanceType' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, SFXAttenuationScalingFactor) == 0x000040, "Member 'FWorldFXFullPreset::SFXAttenuationScalingFactor' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, SFXNoTickRadius) == 0x000044, "Member 'FWorldFXFullPreset::SFXNoTickRadius' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, SFXOcclusionRefreshInterval) == 0x000048, "Member 'FWorldFXFullPreset::SFXOcclusionRefreshInterval' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, SFXOcclusionCollisionChannel) == 0x00004C, "Member 'FWorldFXFullPreset::SFXOcclusionCollisionChannel' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, bSFXUseReverbVolumes) == 0x00004D, "Member 'FWorldFXFullPreset::bSFXUseReverbVolumes' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, bSFXEnableSpotReflectors) == 0x00004E, "Member 'FWorldFXFullPreset::bSFXEnableSpotReflectors' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, SFXOuterRadius) == 0x000050, "Member 'FWorldFXFullPreset::SFXOuterRadius' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, SFXInnerRadius) == 0x000054, "Member 'FWorldFXFullPreset::SFXInnerRadius' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, RTPCs) == 0x000058, "Member 'FWorldFXFullPreset::RTPCs' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, CascadeSystem) == 0x000068, "Member 'FWorldFXFullPreset::CascadeSystem' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, CascadeMaterialOverrides) == 0x000090, "Member 'FWorldFXFullPreset::CascadeMaterialOverrides' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, CascadeInstanceParameters) == 0x0000A0, "Member 'FWorldFXFullPreset::CascadeInstanceParameters' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, CascadeCullingDistanceMeters) == 0x0000B0, "Member 'FWorldFXFullPreset::CascadeCullingDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, CascadeCullingDistanceType) == 0x0000B4, "Member 'FWorldFXFullPreset::CascadeCullingDistanceType' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, NiagaraSystem) == 0x0000B8, "Member 'FWorldFXFullPreset::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, NiagaraMaterialOverrides) == 0x0000E0, "Member 'FWorldFXFullPreset::NiagaraMaterialOverrides' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, NiagaraInitializers) == 0x0000F0, "Member 'FWorldFXFullPreset::NiagaraInitializers' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, NiagaraCullingDistanceMeters) == 0x000160, "Member 'FWorldFXFullPreset::NiagaraCullingDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, NiagaraCullingDistanceType) == 0x000164, "Member 'FWorldFXFullPreset::NiagaraCullingDistanceType' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreset, bSpawnAttached) == 0x000165, "Member 'FWorldFXFullPreset::bSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXGenericManageSettings \ static_assert(alignof(FWorldFXGenericManageSettings) == 0x000004, "Wrong alignment on FWorldFXGenericManageSettings"); \ static_assert(sizeof(FWorldFXGenericManageSettings) == 0x000004, "Wrong size on FWorldFXGenericManageSettings"); \ static_assert(offsetof(FWorldFXGenericManageSettings, flags) == 0x000000, "Member 'FWorldFXGenericManageSettings::flags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXOctreeCreationSettings \ static_assert(alignof(FWorldFXOctreeCreationSettings) == 0x000004, "Wrong alignment on FWorldFXOctreeCreationSettings"); \ static_assert(sizeof(FWorldFXOctreeCreationSettings) == 0x000008, "Wrong size on FWorldFXOctreeCreationSettings"); \ static_assert(offsetof(FWorldFXOctreeCreationSettings, ExpandWorldBoundsFactor) == 0x000000, "Member 'FWorldFXOctreeCreationSettings::ExpandWorldBoundsFactor' has a wrong offset!"); \ static_assert(offsetof(FWorldFXOctreeCreationSettings, ExpandWorldBoundsRadiusMeters) == 0x000004, "Member 'FWorldFXOctreeCreationSettings::ExpandWorldBoundsRadiusMeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXOctreeFXList \ static_assert(alignof(FWorldFXOctreeFXList) == 0x000008, "Wrong alignment on FWorldFXOctreeFXList"); \ static_assert(sizeof(FWorldFXOctreeFXList) == 0x000010, "Wrong size on FWorldFXOctreeFXList"); \ static_assert(offsetof(FWorldFXOctreeFXList, FXList) == 0x000000, "Member 'FWorldFXOctreeFXList::FXList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXOctreeUnculledFX \ static_assert(alignof(FWorldFXOctreeUnculledFX) == 0x000008, "Wrong alignment on FWorldFXOctreeUnculledFX"); \ static_assert(sizeof(FWorldFXOctreeUnculledFX) == 0x000058, "Wrong size on FWorldFXOctreeUnculledFX"); \ static_assert(offsetof(FWorldFXOctreeUnculledFX, FXMap) == 0x000000, "Member 'FWorldFXOctreeUnculledFX::FXMap' has a wrong offset!"); \ static_assert(offsetof(FWorldFXOctreeUnculledFX, bNewAdds) == 0x000050, "Member 'FWorldFXOctreeUnculledFX::bNewAdds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXOctreeStack \ static_assert(alignof(FWorldFXOctreeStack) == 0x000008, "Wrong alignment on FWorldFXOctreeStack"); \ static_assert(sizeof(FWorldFXOctreeStack) == 0x000070, "Wrong size on FWorldFXOctreeStack"); \ static_assert(offsetof(FWorldFXOctreeStack, OctreeStack) == 0x000000, "Member 'FWorldFXOctreeStack::OctreeStack' has a wrong offset!"); \ static_assert(offsetof(FWorldFXOctreeStack, CreationSettings) == 0x000010, "Member 'FWorldFXOctreeStack::CreationSettings' has a wrong offset!"); \ static_assert(offsetof(FWorldFXOctreeStack, UnculledFX) == 0x000018, "Member 'FWorldFXOctreeStack::UnculledFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXPresetRuleDefinition \ static_assert(alignof(FWorldFXPresetRuleDefinition) == 0x000008, "Wrong alignment on FWorldFXPresetRuleDefinition"); \ static_assert(sizeof(FWorldFXPresetRuleDefinition) == 0x000010, "Wrong size on FWorldFXPresetRuleDefinition"); \ static_assert(offsetof(FWorldFXPresetRuleDefinition, Name) == 0x000000, "Member 'FWorldFXPresetRuleDefinition::Name' has a wrong offset!"); \ static_assert(offsetof(FWorldFXPresetRuleDefinition, Rule) == 0x000008, "Member 'FWorldFXPresetRuleDefinition::Rule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXPresets \ static_assert(alignof(FWorldFXPresets) == 0x000008, "Wrong alignment on FWorldFXPresets"); \ static_assert(sizeof(FWorldFXPresets) == 0x000010, "Wrong size on FWorldFXPresets"); \ static_assert(offsetof(FWorldFXPresets, Presets) == 0x000000, "Member 'FWorldFXPresets::Presets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXPreview \ static_assert(alignof(FWorldFXPreview) == 0x000008, "Wrong alignment on FWorldFXPreview"); \ static_assert(sizeof(FWorldFXPreview) == 0x000008, "Wrong size on FWorldFXPreview"); \ #define DUMPER7_ASSERTS_FWorldFXAudioPreview \ static_assert(alignof(FWorldFXAudioPreview) == 0x000008, "Wrong alignment on FWorldFXAudioPreview"); \ static_assert(sizeof(FWorldFXAudioPreview) == 0x000070, "Wrong size on FWorldFXAudioPreview"); \ static_assert(offsetof(FWorldFXAudioPreview, SFXPreview) == 0x000008, "Member 'FWorldFXAudioPreview::SFXPreview' has a wrong offset!"); \ static_assert(offsetof(FWorldFXAudioPreview, CurrentFX) == 0x000010, "Member 'FWorldFXAudioPreview::CurrentFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXCascadePreview \ static_assert(alignof(FWorldFXCascadePreview) == 0x000008, "Wrong alignment on FWorldFXCascadePreview"); \ static_assert(sizeof(FWorldFXCascadePreview) == 0x000078, "Wrong size on FWorldFXCascadePreview"); \ static_assert(offsetof(FWorldFXCascadePreview, CascadeFXPreview) == 0x000008, "Member 'FWorldFXCascadePreview::CascadeFXPreview' has a wrong offset!"); \ static_assert(offsetof(FWorldFXCascadePreview, CurrentFX) == 0x000010, "Member 'FWorldFXCascadePreview::CurrentFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXNiagaraPreview \ static_assert(alignof(FWorldFXNiagaraPreview) == 0x000008, "Wrong alignment on FWorldFXNiagaraPreview"); \ static_assert(sizeof(FWorldFXNiagaraPreview) == 0x000068, "Wrong size on FWorldFXNiagaraPreview"); \ static_assert(offsetof(FWorldFXNiagaraPreview, NiagaraFXPreview) == 0x000008, "Member 'FWorldFXNiagaraPreview::NiagaraFXPreview' has a wrong offset!"); \ static_assert(offsetof(FWorldFXNiagaraPreview, CurrentFX) == 0x000010, "Member 'FWorldFXNiagaraPreview::CurrentFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXFullPreview \ static_assert(alignof(FWorldFXFullPreview) == 0x000008, "Wrong alignment on FWorldFXFullPreview"); \ static_assert(sizeof(FWorldFXFullPreview) == 0x000150, "Wrong size on FWorldFXFullPreview"); \ static_assert(offsetof(FWorldFXFullPreview, SFXPreview) == 0x000000, "Member 'FWorldFXFullPreview::SFXPreview' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreview, CascadeFXPreview) == 0x000070, "Member 'FWorldFXFullPreview::CascadeFXPreview' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreview, NiagaraFXPreview) == 0x0000E8, "Member 'FWorldFXFullPreview::NiagaraFXPreview' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXFullPreviewSettings \ static_assert(alignof(FWorldFXFullPreviewSettings) == 0x000001, "Wrong alignment on FWorldFXFullPreviewSettings"); \ static_assert(sizeof(FWorldFXFullPreviewSettings) == 0x000003, "Wrong size on FWorldFXFullPreviewSettings"); \ static_assert(offsetof(FWorldFXFullPreviewSettings, bAudioPreview) == 0x000000, "Member 'FWorldFXFullPreviewSettings::bAudioPreview' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreviewSettings, bCascadePreview) == 0x000001, "Member 'FWorldFXFullPreviewSettings::bCascadePreview' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullPreviewSettings, bNiagaraPreview) == 0x000002, "Member 'FWorldFXFullPreviewSettings::bNiagaraPreview' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXSimpleCullDistance \ static_assert(alignof(FWorldFXSimpleCullDistance) == 0x000004, "Wrong alignment on FWorldFXSimpleCullDistance"); \ static_assert(sizeof(FWorldFXSimpleCullDistance) == 0x000008, "Wrong size on FWorldFXSimpleCullDistance"); \ static_assert(offsetof(FWorldFXSimpleCullDistance, DistanceMeters) == 0x000000, "Member 'FWorldFXSimpleCullDistance::DistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSimpleCullDistance, DistanceType) == 0x000004, "Member 'FWorldFXSimpleCullDistance::DistanceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXPerWorldSettings \ static_assert(alignof(FWorldFXPerWorldSettings) == 0x000004, "Wrong alignment on FWorldFXPerWorldSettings"); \ static_assert(sizeof(FWorldFXPerWorldSettings) == 0x000020, "Wrong size on FWorldFXPerWorldSettings"); \ static_assert(offsetof(FWorldFXPerWorldSettings, DefaultAudioDistanceMeters) == 0x000000, "Member 'FWorldFXPerWorldSettings::DefaultAudioDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FWorldFXPerWorldSettings, DefaultParticleDistanceMeters) == 0x000004, "Member 'FWorldFXPerWorldSettings::DefaultParticleDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FWorldFXPerWorldSettings, DefaultGenericDistanceMeters) == 0x000008, "Member 'FWorldFXPerWorldSettings::DefaultGenericDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FWorldFXPerWorldSettings, MaxAudioDistanceMeters) == 0x00000C, "Member 'FWorldFXPerWorldSettings::MaxAudioDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FWorldFXPerWorldSettings, MaxParticleDistanceMeters) == 0x000010, "Member 'FWorldFXPerWorldSettings::MaxParticleDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FWorldFXPerWorldSettings, MaxGenericDistanceMeters) == 0x000014, "Member 'FWorldFXPerWorldSettings::MaxGenericDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FWorldFXPerWorldSettings, OctreeExpandWorldBoundsFactor) == 0x000018, "Member 'FWorldFXPerWorldSettings::OctreeExpandWorldBoundsFactor' has a wrong offset!"); \ static_assert(offsetof(FWorldFXPerWorldSettings, bDisableAllCulling) == 0x00001C, "Member 'FWorldFXPerWorldSettings::bDisableAllCulling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXSpawnOverridesFinal \ static_assert(alignof(FWorldFXSpawnOverridesFinal) == 0x000004, "Wrong alignment on FWorldFXSpawnOverridesFinal"); \ static_assert(sizeof(FWorldFXSpawnOverridesFinal) == 0x000040, "Wrong size on FWorldFXSpawnOverridesFinal"); \ static_assert(offsetof(FWorldFXSpawnOverridesFinal, AttachTo) == 0x000000, "Member 'FWorldFXSpawnOverridesFinal::AttachTo' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverridesFinal, Position) == 0x000008, "Member 'FWorldFXSpawnOverridesFinal::Position' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverridesFinal, Rotator) == 0x000014, "Member 'FWorldFXSpawnOverridesFinal::Rotator' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverridesFinal, Scale) == 0x000020, "Member 'FWorldFXSpawnOverridesFinal::Scale' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverridesFinal, AttachName) == 0x00002C, "Member 'FWorldFXSpawnOverridesFinal::AttachName' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverridesFinal, UniqueAttachTag) == 0x000034, "Member 'FWorldFXSpawnOverridesFinal::UniqueAttachTag' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverridesFinal, AttachLocation) == 0x00003C, "Member 'FWorldFXSpawnOverridesFinal::AttachLocation' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverridesFinal, bIsAttached) == 0x00003D, "Member 'FWorldFXSpawnOverridesFinal::bIsAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXSpawnOverrideTransform \ static_assert(alignof(FWorldFXSpawnOverrideTransform) == 0x000004, "Wrong alignment on FWorldFXSpawnOverrideTransform"); \ static_assert(sizeof(FWorldFXSpawnOverrideTransform) == 0x000028, "Wrong size on FWorldFXSpawnOverrideTransform"); \ static_assert(offsetof(FWorldFXSpawnOverrideTransform, Position) == 0x000000, "Member 'FWorldFXSpawnOverrideTransform::Position' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverrideTransform, Rotator) == 0x00000C, "Member 'FWorldFXSpawnOverrideTransform::Rotator' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverrideTransform, Scale) == 0x000018, "Member 'FWorldFXSpawnOverrideTransform::Scale' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverrideTransform, bOverride_Position) == 0x000024, "Member 'FWorldFXSpawnOverrideTransform::bOverride_Position' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverrideTransform, bOverride_Rotator) == 0x000025, "Member 'FWorldFXSpawnOverrideTransform::bOverride_Rotator' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverrideTransform, bOverride_Scale) == 0x000026, "Member 'FWorldFXSpawnOverrideTransform::bOverride_Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXSpawnOverrides \ static_assert(alignof(FWorldFXSpawnOverrides) == 0x000004, "Wrong alignment on FWorldFXSpawnOverrides"); \ static_assert(sizeof(FWorldFXSpawnOverrides) == 0x000070, "Wrong size on FWorldFXSpawnOverrides"); \ static_assert(offsetof(FWorldFXSpawnOverrides, WorldTransform) == 0x000000, "Member 'FWorldFXSpawnOverrides::WorldTransform' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverrides, AttachTo) == 0x000028, "Member 'FWorldFXSpawnOverrides::AttachTo' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverrides, LocalTransform) == 0x000030, "Member 'FWorldFXSpawnOverrides::LocalTransform' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverrides, AttachName) == 0x000058, "Member 'FWorldFXSpawnOverrides::AttachName' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverrides, UniqueAttachTag) == 0x000060, "Member 'FWorldFXSpawnOverrides::UniqueAttachTag' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverrides, AttachLocation) == 0x000068, "Member 'FWorldFXSpawnOverrides::AttachLocation' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverrides, bOverride_AttachTo) == 0x000069, "Member 'FWorldFXSpawnOverrides::bOverride_AttachTo' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverrides, bOverride_AttachName) == 0x00006A, "Member 'FWorldFXSpawnOverrides::bOverride_AttachName' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverrides, bOverride_UniqueAttachTag) == 0x00006B, "Member 'FWorldFXSpawnOverrides::bOverride_UniqueAttachTag' has a wrong offset!"); \ static_assert(offsetof(FWorldFXSpawnOverrides, bOverride_AttachLocation) == 0x00006C, "Member 'FWorldFXSpawnOverrides::bOverride_AttachLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXFullTracker \ static_assert(alignof(FWorldFXFullTracker) == 0x000004, "Wrong alignment on FWorldFXFullTracker"); \ static_assert(sizeof(FWorldFXFullTracker) == 0x000018, "Wrong size on FWorldFXFullTracker"); \ static_assert(offsetof(FWorldFXFullTracker, SFX) == 0x000000, "Member 'FWorldFXFullTracker::SFX' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullTracker, CascadeFX) == 0x000008, "Member 'FWorldFXFullTracker::CascadeFX' has a wrong offset!"); \ static_assert(offsetof(FWorldFXFullTracker, NiagaraFX) == 0x000010, "Member 'FWorldFXFullTracker::NiagaraFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXTracker \ static_assert(alignof(FWorldFXTracker) == 0x000008, "Wrong alignment on FWorldFXTracker"); \ static_assert(sizeof(FWorldFXTracker) == 0x000010, "Wrong size on FWorldFXTracker"); \ static_assert(offsetof(FWorldFXTracker, FX) == 0x000008, "Member 'FWorldFXTracker::FX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFXNiagaraTracker \ static_assert(alignof(FWorldFXNiagaraTracker) == 0x000008, "Wrong alignment on FWorldFXNiagaraTracker"); \ static_assert(sizeof(FWorldFXNiagaraTracker) == 0x000010, "Wrong size on FWorldFXNiagaraTracker"); \ #define DUMPER7_ASSERTS_FWorldFXCascadeTracker \ static_assert(alignof(FWorldFXCascadeTracker) == 0x000008, "Wrong alignment on FWorldFXCascadeTracker"); \ static_assert(sizeof(FWorldFXCascadeTracker) == 0x000010, "Wrong size on FWorldFXCascadeTracker"); \ #define DUMPER7_ASSERTS_FWorldFXAudioTracker \ static_assert(alignof(FWorldFXAudioTracker) == 0x000008, "Wrong alignment on FWorldFXAudioTracker"); \ static_assert(sizeof(FWorldFXAudioTracker) == 0x000010, "Wrong size on FWorldFXAudioTracker"); \ #define DUMPER7_ASSERTS_UStatsComponentReportComponent \ static_assert(alignof(UStatsComponentReportComponent) == 0x000008, "Wrong alignment on UStatsComponentReportComponent"); \ static_assert(sizeof(UStatsComponentReportComponent) == 0x0000F0, "Wrong size on UStatsComponentReportComponent"); \ static_assert(offsetof(UStatsComponentReportComponent, Report) == 0x0000D0, "Member 'UStatsComponentReportComponent::Report' has a wrong offset!"); \ static_assert(offsetof(UStatsComponentReportComponent, OnReport) == 0x0000E8, "Member 'UStatsComponentReportComponent::OnReport' has a wrong offset!"); \ static_assert(offsetof(UStatsComponentReportComponent, NextReport) == 0x0000EC, "Member 'UStatsComponentReportComponent::NextReport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AStatsComponentReport \ static_assert(alignof(AStatsComponentReport) == 0x000008, "Wrong alignment on AStatsComponentReport"); \ static_assert(sizeof(AStatsComponentReport) == 0x000250, "Wrong size on AStatsComponentReport"); \ static_assert(offsetof(AStatsComponentReport, UpdateComponent) == 0x000248, "Member 'AStatsComponentReport::UpdateComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXComponentBase \ static_assert(alignof(UWorldFXComponentBase) == 0x000010, "Wrong alignment on UWorldFXComponentBase"); \ static_assert(sizeof(UWorldFXComponentBase) == 0x000240, "Wrong size on UWorldFXComponentBase"); \ static_assert(offsetof(UWorldFXComponentBase, Tracker) == 0x000220, "Member 'UWorldFXComponentBase::Tracker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXComponent_CreateWorldFX \ static_assert(alignof(WorldFXComponent_CreateWorldFX) == 0x000010, "Wrong alignment on WorldFXComponent_CreateWorldFX"); \ static_assert(sizeof(WorldFXComponent_CreateWorldFX) == 0x000170, "Wrong size on WorldFXComponent_CreateWorldFX"); \ static_assert(offsetof(WorldFXComponent_CreateWorldFX, AttachTo) == 0x000000, "Member 'WorldFXComponent_CreateWorldFX::AttachTo' has a wrong offset!"); \ static_assert(offsetof(WorldFXComponent_CreateWorldFX, WorldFXSetup) == 0x000008, "Member 'WorldFXComponent_CreateWorldFX::WorldFXSetup' has a wrong offset!"); \ static_assert(offsetof(WorldFXComponent_CreateWorldFX, RelativeTransform) == 0x000130, "Member 'WorldFXComponent_CreateWorldFX::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(WorldFXComponent_CreateWorldFX, ReturnValue) == 0x000160, "Member 'WorldFXComponent_CreateWorldFX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXComponent_GetSpawnAttached \ static_assert(alignof(WorldFXComponent_GetSpawnAttached) == 0x000001, "Wrong alignment on WorldFXComponent_GetSpawnAttached"); \ static_assert(sizeof(WorldFXComponent_GetSpawnAttached) == 0x000001, "Wrong size on WorldFXComponent_GetSpawnAttached"); \ static_assert(offsetof(WorldFXComponent_GetSpawnAttached, bIsSpawnAttached) == 0x000000, "Member 'WorldFXComponent_GetSpawnAttached::bIsSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXComponent_SetSpawnAttached \ static_assert(alignof(WorldFXComponent_SetSpawnAttached) == 0x000001, "Wrong alignment on WorldFXComponent_SetSpawnAttached"); \ static_assert(sizeof(WorldFXComponent_SetSpawnAttached) == 0x000001, "Wrong size on WorldFXComponent_SetSpawnAttached"); \ static_assert(offsetof(WorldFXComponent_SetSpawnAttached, bNewSpawnAttached) == 0x000000, "Member 'WorldFXComponent_SetSpawnAttached::bNewSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXComponent \ static_assert(alignof(UWorldFXComponent) == 0x000010, "Wrong alignment on UWorldFXComponent"); \ static_assert(sizeof(UWorldFXComponent) == 0x000370, "Wrong size on UWorldFXComponent"); \ static_assert(offsetof(UWorldFXComponent, Rule) == 0x000238, "Member 'UWorldFXComponent::Rule' has a wrong offset!"); \ static_assert(offsetof(UWorldFXComponent, WorldFX) == 0x000240, "Member 'UWorldFXComponent::WorldFX' has a wrong offset!"); \ static_assert(offsetof(UWorldFXComponent, bSpawnAttached) == 0x000360, "Member 'UWorldFXComponent::bSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXPresetComponent_GetSpawnAttached \ static_assert(alignof(WorldFXPresetComponent_GetSpawnAttached) == 0x000001, "Wrong alignment on WorldFXPresetComponent_GetSpawnAttached"); \ static_assert(sizeof(WorldFXPresetComponent_GetSpawnAttached) == 0x000001, "Wrong size on WorldFXPresetComponent_GetSpawnAttached"); \ static_assert(offsetof(WorldFXPresetComponent_GetSpawnAttached, bIsSpawnAttached) == 0x000000, "Member 'WorldFXPresetComponent_GetSpawnAttached::bIsSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXPresetComponent_SetSpawnAttachedOverride \ static_assert(alignof(WorldFXPresetComponent_SetSpawnAttachedOverride) == 0x000001, "Wrong alignment on WorldFXPresetComponent_SetSpawnAttachedOverride"); \ static_assert(sizeof(WorldFXPresetComponent_SetSpawnAttachedOverride) == 0x000001, "Wrong size on WorldFXPresetComponent_SetSpawnAttachedOverride"); \ static_assert(offsetof(WorldFXPresetComponent_SetSpawnAttachedOverride, bNewSpawnAttached) == 0x000000, "Member 'WorldFXPresetComponent_SetSpawnAttachedOverride::bNewSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXPresetComponent \ static_assert(alignof(UWorldFXPresetComponent) == 0x000010, "Wrong alignment on UWorldFXPresetComponent"); \ static_assert(sizeof(UWorldFXPresetComponent) == 0x0003C0, "Wrong size on UWorldFXPresetComponent"); \ static_assert(offsetof(UWorldFXPresetComponent, Preset) == 0x000238, "Member 'UWorldFXPresetComponent::Preset' has a wrong offset!"); \ static_assert(offsetof(UWorldFXPresetComponent, SFXEventOverride) == 0x000248, "Member 'UWorldFXPresetComponent::SFXEventOverride' has a wrong offset!"); \ static_assert(offsetof(UWorldFXPresetComponent, bOverrideExtraEnabled) == 0x000250, "Member 'UWorldFXPresetComponent::bOverrideExtraEnabled' has a wrong offset!"); \ static_assert(offsetof(UWorldFXPresetComponent, OverrideExtra) == 0x000258, "Member 'UWorldFXPresetComponent::OverrideExtra' has a wrong offset!"); \ static_assert(offsetof(UWorldFXPresetComponent, NiagaraLocalInitializer) == 0x000280, "Member 'UWorldFXPresetComponent::NiagaraLocalInitializer' has a wrong offset!"); \ static_assert(offsetof(UWorldFXPresetComponent, CascadeLocalInstanceParameters) == 0x000288, "Member 'UWorldFXPresetComponent::CascadeLocalInstanceParameters' has a wrong offset!"); \ static_assert(offsetof(UWorldFXPresetComponent, Rule) == 0x000290, "Member 'UWorldFXPresetComponent::Rule' has a wrong offset!"); \ static_assert(offsetof(UWorldFXPresetComponent, WorldFX) == 0x000298, "Member 'UWorldFXPresetComponent::WorldFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXAudioComponent_GetSpawnAttached \ static_assert(alignof(WorldFXAudioComponent_GetSpawnAttached) == 0x000001, "Wrong alignment on WorldFXAudioComponent_GetSpawnAttached"); \ static_assert(sizeof(WorldFXAudioComponent_GetSpawnAttached) == 0x000001, "Wrong size on WorldFXAudioComponent_GetSpawnAttached"); \ static_assert(offsetof(WorldFXAudioComponent_GetSpawnAttached, bIsSpawnAttached) == 0x000000, "Member 'WorldFXAudioComponent_GetSpawnAttached::bIsSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXAudioComponent_SetSpawnAttached \ static_assert(alignof(WorldFXAudioComponent_SetSpawnAttached) == 0x000001, "Wrong alignment on WorldFXAudioComponent_SetSpawnAttached"); \ static_assert(sizeof(WorldFXAudioComponent_SetSpawnAttached) == 0x000001, "Wrong size on WorldFXAudioComponent_SetSpawnAttached"); \ static_assert(offsetof(WorldFXAudioComponent_SetSpawnAttached, bNewSpawnAttached) == 0x000000, "Member 'WorldFXAudioComponent_SetSpawnAttached::bNewSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXAudioComponent \ static_assert(alignof(UWorldFXAudioComponent) == 0x000010, "Wrong alignment on UWorldFXAudioComponent"); \ static_assert(sizeof(UWorldFXAudioComponent) == 0x0002A0, "Wrong size on UWorldFXAudioComponent"); \ static_assert(offsetof(UWorldFXAudioComponent, Rule) == 0x000218, "Member 'UWorldFXAudioComponent::Rule' has a wrong offset!"); \ static_assert(offsetof(UWorldFXAudioComponent, SFX) == 0x000220, "Member 'UWorldFXAudioComponent::SFX' has a wrong offset!"); \ static_assert(offsetof(UWorldFXAudioComponent, Tracker) == 0x000280, "Member 'UWorldFXAudioComponent::Tracker' has a wrong offset!"); \ static_assert(offsetof(UWorldFXAudioComponent, bSpawnAttached) == 0x000290, "Member 'UWorldFXAudioComponent::bSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXActor_GetSpawnAttached \ static_assert(alignof(WorldFXActor_GetSpawnAttached) == 0x000001, "Wrong alignment on WorldFXActor_GetSpawnAttached"); \ static_assert(sizeof(WorldFXActor_GetSpawnAttached) == 0x000001, "Wrong size on WorldFXActor_GetSpawnAttached"); \ static_assert(offsetof(WorldFXActor_GetSpawnAttached, bIsSpawnAttached) == 0x000000, "Member 'WorldFXActor_GetSpawnAttached::bIsSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXActor_SetSpawnAttached \ static_assert(alignof(WorldFXActor_SetSpawnAttached) == 0x000001, "Wrong alignment on WorldFXActor_SetSpawnAttached"); \ static_assert(sizeof(WorldFXActor_SetSpawnAttached) == 0x000001, "Wrong size on WorldFXActor_SetSpawnAttached"); \ static_assert(offsetof(WorldFXActor_SetSpawnAttached, bNewSpawnAttached) == 0x000000, "Member 'WorldFXActor_SetSpawnAttached::bNewSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWorldFXActor \ static_assert(alignof(AWorldFXActor) == 0x000008, "Wrong alignment on AWorldFXActor"); \ static_assert(sizeof(AWorldFXActor) == 0x000250, "Wrong size on AWorldFXActor"); \ static_assert(offsetof(AWorldFXActor, FXComponent) == 0x000248, "Member 'AWorldFXActor::FXComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXPresetActor_ClearSpawnAttachedOverride \ static_assert(alignof(WorldFXPresetActor_ClearSpawnAttachedOverride) == 0x000001, "Wrong alignment on WorldFXPresetActor_ClearSpawnAttachedOverride"); \ static_assert(sizeof(WorldFXPresetActor_ClearSpawnAttachedOverride) == 0x000001, "Wrong size on WorldFXPresetActor_ClearSpawnAttachedOverride"); \ static_assert(offsetof(WorldFXPresetActor_ClearSpawnAttachedOverride, bNewSpawnAttached) == 0x000000, "Member 'WorldFXPresetActor_ClearSpawnAttachedOverride::bNewSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXPresetActor_GetSpawnAttached \ static_assert(alignof(WorldFXPresetActor_GetSpawnAttached) == 0x000001, "Wrong alignment on WorldFXPresetActor_GetSpawnAttached"); \ static_assert(sizeof(WorldFXPresetActor_GetSpawnAttached) == 0x000001, "Wrong size on WorldFXPresetActor_GetSpawnAttached"); \ static_assert(offsetof(WorldFXPresetActor_GetSpawnAttached, bIsSpawnAttached) == 0x000000, "Member 'WorldFXPresetActor_GetSpawnAttached::bIsSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXPresetActor_SetSpawnAttachedOverride \ static_assert(alignof(WorldFXPresetActor_SetSpawnAttachedOverride) == 0x000001, "Wrong alignment on WorldFXPresetActor_SetSpawnAttachedOverride"); \ static_assert(sizeof(WorldFXPresetActor_SetSpawnAttachedOverride) == 0x000001, "Wrong size on WorldFXPresetActor_SetSpawnAttachedOverride"); \ static_assert(offsetof(WorldFXPresetActor_SetSpawnAttachedOverride, bNewSpawnAttached) == 0x000000, "Member 'WorldFXPresetActor_SetSpawnAttachedOverride::bNewSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWorldFXPresetActor \ static_assert(alignof(AWorldFXPresetActor) == 0x000008, "Wrong alignment on AWorldFXPresetActor"); \ static_assert(sizeof(AWorldFXPresetActor) == 0x000250, "Wrong size on AWorldFXPresetActor"); \ static_assert(offsetof(AWorldFXPresetActor, FXComponent) == 0x000248, "Member 'AWorldFXPresetActor::FXComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXPresetListActor_GetSpawnAttached \ static_assert(alignof(WorldFXPresetListActor_GetSpawnAttached) == 0x000001, "Wrong alignment on WorldFXPresetListActor_GetSpawnAttached"); \ static_assert(sizeof(WorldFXPresetListActor_GetSpawnAttached) == 0x000001, "Wrong size on WorldFXPresetListActor_GetSpawnAttached"); \ static_assert(offsetof(WorldFXPresetListActor_GetSpawnAttached, bIsSpawnAttached) == 0x000000, "Member 'WorldFXPresetListActor_GetSpawnAttached::bIsSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXPresetListActor_SetSpawnAttachedOverride \ static_assert(alignof(WorldFXPresetListActor_SetSpawnAttachedOverride) == 0x000001, "Wrong alignment on WorldFXPresetListActor_SetSpawnAttachedOverride"); \ static_assert(sizeof(WorldFXPresetListActor_SetSpawnAttachedOverride) == 0x000001, "Wrong size on WorldFXPresetListActor_SetSpawnAttachedOverride"); \ static_assert(offsetof(WorldFXPresetListActor_SetSpawnAttachedOverride, bNewSpawnAttached) == 0x000000, "Member 'WorldFXPresetListActor_SetSpawnAttachedOverride::bNewSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWorldFXPresetListActor \ static_assert(alignof(AWorldFXPresetListActor) == 0x000008, "Wrong alignment on AWorldFXPresetListActor"); \ static_assert(sizeof(AWorldFXPresetListActor) == 0x000258, "Wrong size on AWorldFXPresetListActor"); \ static_assert(offsetof(AWorldFXPresetListActor, Presets) == 0x000248, "Member 'AWorldFXPresetListActor::Presets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXAudioActor_GetSpawnAttached \ static_assert(alignof(WorldFXAudioActor_GetSpawnAttached) == 0x000001, "Wrong alignment on WorldFXAudioActor_GetSpawnAttached"); \ static_assert(sizeof(WorldFXAudioActor_GetSpawnAttached) == 0x000001, "Wrong size on WorldFXAudioActor_GetSpawnAttached"); \ static_assert(offsetof(WorldFXAudioActor_GetSpawnAttached, bIsSpawnAttached) == 0x000000, "Member 'WorldFXAudioActor_GetSpawnAttached::bIsSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXAudioActor_SetSpawnAttached \ static_assert(alignof(WorldFXAudioActor_SetSpawnAttached) == 0x000001, "Wrong alignment on WorldFXAudioActor_SetSpawnAttached"); \ static_assert(sizeof(WorldFXAudioActor_SetSpawnAttached) == 0x000001, "Wrong size on WorldFXAudioActor_SetSpawnAttached"); \ static_assert(offsetof(WorldFXAudioActor_SetSpawnAttached, bNewSpawnAttached) == 0x000000, "Member 'WorldFXAudioActor_SetSpawnAttached::bNewSpawnAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWorldFXAudioActor \ static_assert(alignof(AWorldFXAudioActor) == 0x000008, "Wrong alignment on AWorldFXAudioActor"); \ static_assert(sizeof(AWorldFXAudioActor) == 0x000250, "Wrong size on AWorldFXAudioActor"); \ static_assert(offsetof(AWorldFXAudioActor, SFXComponent) == 0x000248, "Member 'AWorldFXAudioActor::SFXComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXOctreeFX \ static_assert(alignof(UWorldFXOctreeFX) == 0x000008, "Wrong alignment on UWorldFXOctreeFX"); \ static_assert(sizeof(UWorldFXOctreeFX) == 0x000050, "Wrong size on UWorldFXOctreeFX"); \ static_assert(offsetof(UWorldFXOctreeFX, OwningOctree) == 0x000028, "Member 'UWorldFXOctreeFX::OwningOctree' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFX, Rule) == 0x000040, "Member 'UWorldFXOctreeFX::Rule' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFX, AttachTo) == 0x000048, "Member 'UWorldFXOctreeFX::AttachTo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXOctreeFXAudio \ static_assert(alignof(UWorldFXOctreeFXAudio) == 0x000008, "Wrong alignment on UWorldFXOctreeFXAudio"); \ static_assert(sizeof(UWorldFXOctreeFXAudio) == 0x0000C0, "Wrong size on UWorldFXOctreeFXAudio"); \ static_assert(offsetof(UWorldFXOctreeFXAudio, SFXEvent) == 0x000050, "Member 'UWorldFXOctreeFXAudio::SFXEvent' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXAudio, EventName) == 0x000058, "Member 'UWorldFXOctreeFXAudio::EventName' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXAudio, AkComponent) == 0x000060, "Member 'UWorldFXOctreeFXAudio::AkComponent' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXAudio, Position) == 0x000068, "Member 'UWorldFXOctreeFXAudio::Position' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXAudio, Rotator) == 0x000074, "Member 'UWorldFXOctreeFXAudio::Rotator' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXAudio, Scale) == 0x000080, "Member 'UWorldFXOctreeFXAudio::Scale' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXAudio, Extra) == 0x000090, "Member 'UWorldFXOctreeFXAudio::Extra' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXAudio, UniqueAttachTag) == 0x0000B8, "Member 'UWorldFXOctreeFXAudio::UniqueAttachTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXOctreeFXAudioManaged \ static_assert(alignof(UWorldFXOctreeFXAudioManaged) == 0x000008, "Wrong alignment on UWorldFXOctreeFXAudioManaged"); \ static_assert(sizeof(UWorldFXOctreeFXAudioManaged) == 0x000060, "Wrong size on UWorldFXOctreeFXAudioManaged"); \ static_assert(offsetof(UWorldFXOctreeFXAudioManaged, AkComponent) == 0x000050, "Member 'UWorldFXOctreeFXAudioManaged::AkComponent' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXAudioManaged, PlayingID) == 0x000058, "Member 'UWorldFXOctreeFXAudioManaged::PlayingID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXOctreeFXAmbientAudioManaged \ static_assert(alignof(UWorldFXOctreeFXAmbientAudioManaged) == 0x000008, "Wrong alignment on UWorldFXOctreeFXAmbientAudioManaged"); \ static_assert(sizeof(UWorldFXOctreeFXAmbientAudioManaged) == 0x000058, "Wrong size on UWorldFXOctreeFXAmbientAudioManaged"); \ static_assert(offsetof(UWorldFXOctreeFXAmbientAudioManaged, AkAmbientSound) == 0x000050, "Member 'UWorldFXOctreeFXAmbientAudioManaged::AkAmbientSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXCascadeInstanceParametersBase \ static_assert(alignof(UWorldFXCascadeInstanceParametersBase) == 0x000008, "Wrong alignment on UWorldFXCascadeInstanceParametersBase"); \ static_assert(sizeof(UWorldFXCascadeInstanceParametersBase) == 0x000028, "Wrong size on UWorldFXCascadeInstanceParametersBase"); \ #define DUMPER7_ASSERTS_UWorldFXCascadeInstanceParametersFlat \ static_assert(alignof(UWorldFXCascadeInstanceParametersFlat) == 0x000008, "Wrong alignment on UWorldFXCascadeInstanceParametersFlat"); \ static_assert(sizeof(UWorldFXCascadeInstanceParametersFlat) == 0x000038, "Wrong size on UWorldFXCascadeInstanceParametersFlat"); \ static_assert(offsetof(UWorldFXCascadeInstanceParametersFlat, InstanceParameters) == 0x000028, "Member 'UWorldFXCascadeInstanceParametersFlat::InstanceParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXCascadeInstanceParametersGrouped \ static_assert(alignof(UWorldFXCascadeInstanceParametersGrouped) == 0x000008, "Wrong alignment on UWorldFXCascadeInstanceParametersGrouped"); \ static_assert(sizeof(UWorldFXCascadeInstanceParametersGrouped) == 0x000098, "Wrong size on UWorldFXCascadeInstanceParametersGrouped"); \ static_assert(offsetof(UWorldFXCascadeInstanceParametersGrouped, InstanceParameters) == 0x000028, "Member 'UWorldFXCascadeInstanceParametersGrouped::InstanceParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXOctreeFXCascade \ static_assert(alignof(UWorldFXOctreeFXCascade) == 0x000008, "Wrong alignment on UWorldFXOctreeFXCascade"); \ static_assert(sizeof(UWorldFXOctreeFXCascade) == 0x000120, "Wrong size on UWorldFXOctreeFXCascade"); \ static_assert(offsetof(UWorldFXOctreeFXCascade, ParticleSystem) == 0x000050, "Member 'UWorldFXOctreeFXCascade::ParticleSystem' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXCascade, ParticleComponent) == 0x000078, "Member 'UWorldFXOctreeFXCascade::ParticleComponent' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXCascade, Materials) == 0x000080, "Member 'UWorldFXOctreeFXCascade::Materials' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXCascade, InstanceParameters) == 0x000090, "Member 'UWorldFXOctreeFXCascade::InstanceParameters' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXCascade, Position) == 0x000098, "Member 'UWorldFXOctreeFXCascade::Position' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXCascade, Rotator) == 0x0000A4, "Member 'UWorldFXOctreeFXCascade::Rotator' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXCascade, Scale) == 0x0000B0, "Member 'UWorldFXOctreeFXCascade::Scale' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXCascade, SpawnInfo) == 0x0000BC, "Member 'UWorldFXOctreeFXCascade::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXCascade, AdvancedOptions) == 0x0000FC, "Member 'UWorldFXOctreeFXCascade::AdvancedOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXOctreeFXCascadeManaged \ static_assert(alignof(UWorldFXOctreeFXCascadeManaged) == 0x000008, "Wrong alignment on UWorldFXOctreeFXCascadeManaged"); \ static_assert(sizeof(UWorldFXOctreeFXCascadeManaged) == 0x000058, "Wrong size on UWorldFXOctreeFXCascadeManaged"); \ static_assert(offsetof(UWorldFXOctreeFXCascadeManaged, ParticleComponent) == 0x000050, "Member 'UWorldFXOctreeFXCascadeManaged::ParticleComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXOctreeFXGenericManaged \ static_assert(alignof(UWorldFXOctreeFXGenericManaged) == 0x000008, "Wrong alignment on UWorldFXOctreeFXGenericManaged"); \ static_assert(sizeof(UWorldFXOctreeFXGenericManaged) == 0x000060, "Wrong size on UWorldFXOctreeFXGenericManaged"); \ static_assert(offsetof(UWorldFXOctreeFXGenericManaged, ActorComponent) == 0x000050, "Member 'UWorldFXOctreeFXGenericManaged::ActorComponent' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXGenericManaged, Manage) == 0x000058, "Member 'UWorldFXOctreeFXGenericManaged::Manage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXInterface_WorldFXInterfaceStart \ static_assert(alignof(WorldFXInterface_WorldFXInterfaceStart) == 0x000004, "Wrong alignment on WorldFXInterface_WorldFXInterfaceStart"); \ static_assert(sizeof(WorldFXInterface_WorldFXInterfaceStart) == 0x000070, "Wrong size on WorldFXInterface_WorldFXInterfaceStart"); \ static_assert(offsetof(WorldFXInterface_WorldFXInterfaceStart, SpawnOverrides) == 0x000000, "Member 'WorldFXInterface_WorldFXInterfaceStart::SpawnOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXInterface_WorldFXInterfaceStop \ static_assert(alignof(WorldFXInterface_WorldFXInterfaceStop) == 0x000001, "Wrong alignment on WorldFXInterface_WorldFXInterfaceStop"); \ static_assert(sizeof(WorldFXInterface_WorldFXInterfaceStop) == 0x000001, "Wrong size on WorldFXInterface_WorldFXInterfaceStop"); \ static_assert(offsetof(WorldFXInterface_WorldFXInterfaceStop, bImmediately) == 0x000000, "Member 'WorldFXInterface_WorldFXInterfaceStop::bImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IWorldFXInterface \ static_assert(alignof(IWorldFXInterface) == 0x000001, "Wrong alignment on IWorldFXInterface"); \ static_assert(sizeof(IWorldFXInterface) == 0x000001, "Wrong size on IWorldFXInterface"); \ #define DUMPER7_ASSERTS_UWorldFXOctreeFXInterface \ static_assert(alignof(UWorldFXOctreeFXInterface) == 0x000008, "Wrong alignment on UWorldFXOctreeFXInterface"); \ static_assert(sizeof(UWorldFXOctreeFXInterface) == 0x000070, "Wrong size on UWorldFXOctreeFXInterface"); \ static_assert(offsetof(UWorldFXOctreeFXInterface, InterfaceObject) == 0x000050, "Member 'UWorldFXOctreeFXInterface::InterfaceObject' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXInterface, Position) == 0x000058, "Member 'UWorldFXOctreeFXInterface::Position' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXInterface, ExtraRadius) == 0x000064, "Member 'UWorldFXOctreeFXInterface::ExtraRadius' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXInterface, bActive) == 0x000068, "Member 'UWorldFXOctreeFXInterface::bActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXNiagaraSystemInitializer \ static_assert(alignof(UWorldFXNiagaraSystemInitializer) == 0x000008, "Wrong alignment on UWorldFXNiagaraSystemInitializer"); \ static_assert(sizeof(UWorldFXNiagaraSystemInitializer) == 0x000028, "Wrong size on UWorldFXNiagaraSystemInitializer"); \ #define DUMPER7_ASSERTS_UWorldFXNiagaraSystemInitializerParameters \ static_assert(alignof(UWorldFXNiagaraSystemInitializerParameters) == 0x000008, "Wrong alignment on UWorldFXNiagaraSystemInitializerParameters"); \ static_assert(sizeof(UWorldFXNiagaraSystemInitializerParameters) == 0x000098, "Wrong size on UWorldFXNiagaraSystemInitializerParameters"); \ static_assert(offsetof(UWorldFXNiagaraSystemInitializerParameters, Parameters) == 0x000028, "Member 'UWorldFXNiagaraSystemInitializerParameters::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXNiagaraSystemInitializerRawParameters \ static_assert(alignof(UWorldFXNiagaraSystemInitializerRawParameters) == 0x000008, "Wrong alignment on UWorldFXNiagaraSystemInitializerRawParameters"); \ static_assert(sizeof(UWorldFXNiagaraSystemInitializerRawParameters) == 0x000098, "Wrong size on UWorldFXNiagaraSystemInitializerRawParameters"); \ static_assert(offsetof(UWorldFXNiagaraSystemInitializerRawParameters, Parameters) == 0x000028, "Member 'UWorldFXNiagaraSystemInitializerRawParameters::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXOctreeFXNiagara \ static_assert(alignof(UWorldFXOctreeFXNiagara) == 0x000008, "Wrong alignment on UWorldFXOctreeFXNiagara"); \ static_assert(sizeof(UWorldFXOctreeFXNiagara) == 0x000120, "Wrong size on UWorldFXOctreeFXNiagara"); \ static_assert(offsetof(UWorldFXOctreeFXNiagara, NiagaraSystem) == 0x000050, "Member 'UWorldFXOctreeFXNiagara::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXNiagara, NiagaraComponent) == 0x000078, "Member 'UWorldFXOctreeFXNiagara::NiagaraComponent' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXNiagara, Initializer) == 0x000080, "Member 'UWorldFXOctreeFXNiagara::Initializer' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXNiagara, Materials) == 0x000088, "Member 'UWorldFXOctreeFXNiagara::Materials' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXNiagara, Position) == 0x000098, "Member 'UWorldFXOctreeFXNiagara::Position' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXNiagara, Rotator) == 0x0000A4, "Member 'UWorldFXOctreeFXNiagara::Rotator' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXNiagara, Scale) == 0x0000B0, "Member 'UWorldFXOctreeFXNiagara::Scale' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXNiagara, SpawnInfo) == 0x0000BC, "Member 'UWorldFXOctreeFXNiagara::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXNiagara, AdvancedOptions) == 0x0000FC, "Member 'UWorldFXOctreeFXNiagara::AdvancedOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXOctreeFXNiagaraManaged \ static_assert(alignof(UWorldFXOctreeFXNiagaraManaged) == 0x000008, "Wrong alignment on UWorldFXOctreeFXNiagaraManaged"); \ static_assert(sizeof(UWorldFXOctreeFXNiagaraManaged) == 0x000058, "Wrong size on UWorldFXOctreeFXNiagaraManaged"); \ static_assert(offsetof(UWorldFXOctreeFXNiagaraManaged, NiagaraComponent) == 0x000050, "Member 'UWorldFXOctreeFXNiagaraManaged::NiagaraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXNiagaraSystemParameters \ static_assert(alignof(UWorldFXNiagaraSystemParameters) == 0x000008, "Wrong alignment on UWorldFXNiagaraSystemParameters"); \ static_assert(sizeof(UWorldFXNiagaraSystemParameters) == 0x0000D0, "Wrong size on UWorldFXNiagaraSystemParameters"); \ static_assert(offsetof(UWorldFXNiagaraSystemParameters, ReferenceNiagaraSystem) == 0x000038, "Member 'UWorldFXNiagaraSystemParameters::ReferenceNiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(UWorldFXNiagaraSystemParameters, Overrides) == 0x000060, "Member 'UWorldFXNiagaraSystemParameters::Overrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXNiagaraSystemInitializerParametersAsset \ static_assert(alignof(UWorldFXNiagaraSystemInitializerParametersAsset) == 0x000008, "Wrong alignment on UWorldFXNiagaraSystemInitializerParametersAsset"); \ static_assert(sizeof(UWorldFXNiagaraSystemInitializerParametersAsset) == 0x000030, "Wrong size on UWorldFXNiagaraSystemInitializerParametersAsset"); \ static_assert(offsetof(UWorldFXNiagaraSystemInitializerParametersAsset, Parameters) == 0x000028, "Member 'UWorldFXNiagaraSystemInitializerParametersAsset::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXOctree \ static_assert(alignof(UWorldFXOctree) == 0x000008, "Wrong alignment on UWorldFXOctree"); \ static_assert(sizeof(UWorldFXOctree) == 0x0000C8, "Wrong size on UWorldFXOctree"); \ static_assert(offsetof(UWorldFXOctree, FXMap) == 0x000030, "Member 'UWorldFXOctree::FXMap' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctree, Bounds) == 0x000080, "Member 'UWorldFXOctree::Bounds' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctree, ActiveFX) == 0x0000A0, "Member 'UWorldFXOctree::ActiveFX' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctree, VisibleFX) == 0x0000B0, "Member 'UWorldFXOctree::VisibleFX' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctree, bVisibleFXValid) == 0x0000C0, "Member 'UWorldFXOctree::bVisibleFXValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXOctreeFXDummy \ static_assert(alignof(UWorldFXOctreeFXDummy) == 0x000008, "Wrong alignment on UWorldFXOctreeFXDummy"); \ static_assert(sizeof(UWorldFXOctreeFXDummy) == 0x000060, "Wrong size on UWorldFXOctreeFXDummy"); \ static_assert(offsetof(UWorldFXOctreeFXDummy, Position) == 0x000050, "Member 'UWorldFXOctreeFXDummy::Position' has a wrong offset!"); \ static_assert(offsetof(UWorldFXOctreeFXDummy, ExtraRadius) == 0x00005C, "Member 'UWorldFXOctreeFXDummy::ExtraRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRule \ static_assert(alignof(UWorldFXRule) == 0x000008, "Wrong alignment on UWorldFXRule"); \ static_assert(sizeof(UWorldFXRule) == 0x000028, "Wrong size on UWorldFXRule"); \ #define DUMPER7_ASSERTS_UWorldFXPresetRule \ static_assert(alignof(UWorldFXPresetRule) == 0x000008, "Wrong alignment on UWorldFXPresetRule"); \ static_assert(sizeof(UWorldFXPresetRule) == 0x000030, "Wrong size on UWorldFXPresetRule"); \ static_assert(offsetof(UWorldFXPresetRule, Preset) == 0x000028, "Member 'UWorldFXPresetRule::Preset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleList \ static_assert(alignof(UWorldFXRuleList) == 0x000008, "Wrong alignment on UWorldFXRuleList"); \ static_assert(sizeof(UWorldFXRuleList) == 0x000038, "Wrong size on UWorldFXRuleList"); \ static_assert(offsetof(UWorldFXRuleList, Rules) == 0x000028, "Member 'UWorldFXRuleList::Rules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleAnd \ static_assert(alignof(UWorldFXRuleAnd) == 0x000008, "Wrong alignment on UWorldFXRuleAnd"); \ static_assert(sizeof(UWorldFXRuleAnd) == 0x000038, "Wrong size on UWorldFXRuleAnd"); \ #define DUMPER7_ASSERTS_UWorldFXRuleOr \ static_assert(alignof(UWorldFXRuleOr) == 0x000008, "Wrong alignment on UWorldFXRuleOr"); \ static_assert(sizeof(UWorldFXRuleOr) == 0x000038, "Wrong size on UWorldFXRuleOr"); \ #define DUMPER7_ASSERTS_UWorldFXRuleNot \ static_assert(alignof(UWorldFXRuleNot) == 0x000008, "Wrong alignment on UWorldFXRuleNot"); \ static_assert(sizeof(UWorldFXRuleNot) == 0x000030, "Wrong size on UWorldFXRuleNot"); \ static_assert(offsetof(UWorldFXRuleNot, Rule) == 0x000028, "Member 'UWorldFXRuleNot::Rule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleTrue \ static_assert(alignof(UWorldFXRuleTrue) == 0x000008, "Wrong alignment on UWorldFXRuleTrue"); \ static_assert(sizeof(UWorldFXRuleTrue) == 0x000028, "Wrong size on UWorldFXRuleTrue"); \ #define DUMPER7_ASSERTS_UWorldFXRuleFalse \ static_assert(alignof(UWorldFXRuleFalse) == 0x000008, "Wrong alignment on UWorldFXRuleFalse"); \ static_assert(sizeof(UWorldFXRuleFalse) == 0x000028, "Wrong size on UWorldFXRuleFalse"); \ #define DUMPER7_ASSERTS_UWorldFXRuleSeasonBase \ static_assert(alignof(UWorldFXRuleSeasonBase) == 0x000008, "Wrong alignment on UWorldFXRuleSeasonBase"); \ static_assert(sizeof(UWorldFXRuleSeasonBase) == 0x000028, "Wrong size on UWorldFXRuleSeasonBase"); \ #define DUMPER7_ASSERTS_UWorldFXRuleSeason \ static_assert(alignof(UWorldFXRuleSeason) == 0x000008, "Wrong alignment on UWorldFXRuleSeason"); \ static_assert(sizeof(UWorldFXRuleSeason) == 0x000030, "Wrong size on UWorldFXRuleSeason"); \ static_assert(offsetof(UWorldFXRuleSeason, Seasons) == 0x000028, "Member 'UWorldFXRuleSeason::Seasons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleSeasonSummer \ static_assert(alignof(UWorldFXRuleSeasonSummer) == 0x000008, "Wrong alignment on UWorldFXRuleSeasonSummer"); \ static_assert(sizeof(UWorldFXRuleSeasonSummer) == 0x000028, "Wrong size on UWorldFXRuleSeasonSummer"); \ #define DUMPER7_ASSERTS_UWorldFXRuleSeasonFall \ static_assert(alignof(UWorldFXRuleSeasonFall) == 0x000008, "Wrong alignment on UWorldFXRuleSeasonFall"); \ static_assert(sizeof(UWorldFXRuleSeasonFall) == 0x000028, "Wrong size on UWorldFXRuleSeasonFall"); \ #define DUMPER7_ASSERTS_UWorldFXRuleSeasonWinter \ static_assert(alignof(UWorldFXRuleSeasonWinter) == 0x000008, "Wrong alignment on UWorldFXRuleSeasonWinter"); \ static_assert(sizeof(UWorldFXRuleSeasonWinter) == 0x000028, "Wrong size on UWorldFXRuleSeasonWinter"); \ #define DUMPER7_ASSERTS_UWorldFXRuleSeasonSpring \ static_assert(alignof(UWorldFXRuleSeasonSpring) == 0x000008, "Wrong alignment on UWorldFXRuleSeasonSpring"); \ static_assert(sizeof(UWorldFXRuleSeasonSpring) == 0x000028, "Wrong size on UWorldFXRuleSeasonSpring"); \ #define DUMPER7_ASSERTS_UWorldFXSettings \ static_assert(alignof(UWorldFXSettings) == 0x000008, "Wrong alignment on UWorldFXSettings"); \ static_assert(sizeof(UWorldFXSettings) == 0x0000B0, "Wrong size on UWorldFXSettings"); \ static_assert(offsetof(UWorldFXSettings, Defaults) == 0x000030, "Member 'UWorldFXSettings::Defaults' has a wrong offset!"); \ static_assert(offsetof(UWorldFXSettings, PerWorldDefaults) == 0x000050, "Member 'UWorldFXSettings::PerWorldDefaults' has a wrong offset!"); \ static_assert(offsetof(UWorldFXSettings, Presets) == 0x0000A0, "Member 'UWorldFXSettings::Presets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXSingleton_AutoManageAudioComponent \ static_assert(alignof(WorldFXSingleton_AutoManageAudioComponent) == 0x000008, "Wrong alignment on WorldFXSingleton_AutoManageAudioComponent"); \ static_assert(sizeof(WorldFXSingleton_AutoManageAudioComponent) == 0x000010, "Wrong size on WorldFXSingleton_AutoManageAudioComponent"); \ static_assert(offsetof(WorldFXSingleton_AutoManageAudioComponent, AudioComponent) == 0x000000, "Member 'WorldFXSingleton_AutoManageAudioComponent::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_AutoManageAudioComponent, CullDistanceMeters) == 0x000008, "Member 'WorldFXSingleton_AutoManageAudioComponent::CullDistanceMeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXSingleton_AutoManageCascadeComponent \ static_assert(alignof(WorldFXSingleton_AutoManageCascadeComponent) == 0x000008, "Wrong alignment on WorldFXSingleton_AutoManageCascadeComponent"); \ static_assert(sizeof(WorldFXSingleton_AutoManageCascadeComponent) == 0x000010, "Wrong size on WorldFXSingleton_AutoManageCascadeComponent"); \ static_assert(offsetof(WorldFXSingleton_AutoManageCascadeComponent, ParticleSystemComponent) == 0x000000, "Member 'WorldFXSingleton_AutoManageCascadeComponent::ParticleSystemComponent' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_AutoManageCascadeComponent, CullDistanceMeters) == 0x000008, "Member 'WorldFXSingleton_AutoManageCascadeComponent::CullDistanceMeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXSingleton_AutoManageGenericComponent \ static_assert(alignof(WorldFXSingleton_AutoManageGenericComponent) == 0x000008, "Wrong alignment on WorldFXSingleton_AutoManageGenericComponent"); \ static_assert(sizeof(WorldFXSingleton_AutoManageGenericComponent) == 0x000010, "Wrong size on WorldFXSingleton_AutoManageGenericComponent"); \ static_assert(offsetof(WorldFXSingleton_AutoManageGenericComponent, ActorComponent) == 0x000000, "Member 'WorldFXSingleton_AutoManageGenericComponent::ActorComponent' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_AutoManageGenericComponent, Manage) == 0x000008, "Member 'WorldFXSingleton_AutoManageGenericComponent::Manage' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_AutoManageGenericComponent, CullDistanceMeters) == 0x00000C, "Member 'WorldFXSingleton_AutoManageGenericComponent::CullDistanceMeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXSingleton_AutoManageNiagaraComponent \ static_assert(alignof(WorldFXSingleton_AutoManageNiagaraComponent) == 0x000008, "Wrong alignment on WorldFXSingleton_AutoManageNiagaraComponent"); \ static_assert(sizeof(WorldFXSingleton_AutoManageNiagaraComponent) == 0x000010, "Wrong size on WorldFXSingleton_AutoManageNiagaraComponent"); \ static_assert(offsetof(WorldFXSingleton_AutoManageNiagaraComponent, NiagaraComponent) == 0x000000, "Member 'WorldFXSingleton_AutoManageNiagaraComponent::NiagaraComponent' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_AutoManageNiagaraComponent, CullDistanceMeters) == 0x000008, "Member 'WorldFXSingleton_AutoManageNiagaraComponent::CullDistanceMeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXSingleton_ForgetManagedAudioComponent \ static_assert(alignof(WorldFXSingleton_ForgetManagedAudioComponent) == 0x000008, "Wrong alignment on WorldFXSingleton_ForgetManagedAudioComponent"); \ static_assert(sizeof(WorldFXSingleton_ForgetManagedAudioComponent) == 0x000008, "Wrong size on WorldFXSingleton_ForgetManagedAudioComponent"); \ static_assert(offsetof(WorldFXSingleton_ForgetManagedAudioComponent, AudioComponent) == 0x000000, "Member 'WorldFXSingleton_ForgetManagedAudioComponent::AudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXSingleton_ForgetManagedCascadeComponent \ static_assert(alignof(WorldFXSingleton_ForgetManagedCascadeComponent) == 0x000008, "Wrong alignment on WorldFXSingleton_ForgetManagedCascadeComponent"); \ static_assert(sizeof(WorldFXSingleton_ForgetManagedCascadeComponent) == 0x000008, "Wrong size on WorldFXSingleton_ForgetManagedCascadeComponent"); \ static_assert(offsetof(WorldFXSingleton_ForgetManagedCascadeComponent, ParticleSystemComponent) == 0x000000, "Member 'WorldFXSingleton_ForgetManagedCascadeComponent::ParticleSystemComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXSingleton_ForgetManagedGenericComponent \ static_assert(alignof(WorldFXSingleton_ForgetManagedGenericComponent) == 0x000008, "Wrong alignment on WorldFXSingleton_ForgetManagedGenericComponent"); \ static_assert(sizeof(WorldFXSingleton_ForgetManagedGenericComponent) == 0x000008, "Wrong size on WorldFXSingleton_ForgetManagedGenericComponent"); \ static_assert(offsetof(WorldFXSingleton_ForgetManagedGenericComponent, ActorComponent) == 0x000000, "Member 'WorldFXSingleton_ForgetManagedGenericComponent::ActorComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXSingleton_ForgetManagedNiagaraComponent \ static_assert(alignof(WorldFXSingleton_ForgetManagedNiagaraComponent) == 0x000008, "Wrong alignment on WorldFXSingleton_ForgetManagedNiagaraComponent"); \ static_assert(sizeof(WorldFXSingleton_ForgetManagedNiagaraComponent) == 0x000008, "Wrong size on WorldFXSingleton_ForgetManagedNiagaraComponent"); \ static_assert(offsetof(WorldFXSingleton_ForgetManagedNiagaraComponent, NiagaraComponent) == 0x000000, "Member 'WorldFXSingleton_ForgetManagedNiagaraComponent::NiagaraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXSingleton_GetPresetRule \ static_assert(alignof(WorldFXSingleton_GetPresetRule) == 0x000008, "Wrong alignment on WorldFXSingleton_GetPresetRule"); \ static_assert(sizeof(WorldFXSingleton_GetPresetRule) == 0x000010, "Wrong size on WorldFXSingleton_GetPresetRule"); \ static_assert(offsetof(WorldFXSingleton_GetPresetRule, PresetRuleName) == 0x000000, "Member 'WorldFXSingleton_GetPresetRule::PresetRuleName' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_GetPresetRule, ReturnValue) == 0x000008, "Member 'WorldFXSingleton_GetPresetRule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXSingleton_IsWorldFXInterfaceRegistered \ static_assert(alignof(WorldFXSingleton_IsWorldFXInterfaceRegistered) == 0x000008, "Wrong alignment on WorldFXSingleton_IsWorldFXInterfaceRegistered"); \ static_assert(sizeof(WorldFXSingleton_IsWorldFXInterfaceRegistered) == 0x000018, "Wrong size on WorldFXSingleton_IsWorldFXInterfaceRegistered"); \ static_assert(offsetof(WorldFXSingleton_IsWorldFXInterfaceRegistered, WorldFXInterface) == 0x000000, "Member 'WorldFXSingleton_IsWorldFXInterfaceRegistered::WorldFXInterface' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_IsWorldFXInterfaceRegistered, bIsRegistered) == 0x000010, "Member 'WorldFXSingleton_IsWorldFXInterfaceRegistered::bIsRegistered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXSingleton_PresetRuleEvaluate \ static_assert(alignof(WorldFXSingleton_PresetRuleEvaluate) == 0x000008, "Wrong alignment on WorldFXSingleton_PresetRuleEvaluate"); \ static_assert(sizeof(WorldFXSingleton_PresetRuleEvaluate) == 0x000020, "Wrong size on WorldFXSingleton_PresetRuleEvaluate"); \ static_assert(offsetof(WorldFXSingleton_PresetRuleEvaluate, WorldContextObject) == 0x000000, "Member 'WorldFXSingleton_PresetRuleEvaluate::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_PresetRuleEvaluate, PresetName) == 0x000008, "Member 'WorldFXSingleton_PresetRuleEvaluate::PresetName' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_PresetRuleEvaluate, FXSpawnPosition) == 0x000010, "Member 'WorldFXSingleton_PresetRuleEvaluate::FXSpawnPosition' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_PresetRuleEvaluate, bResult) == 0x00001C, "Member 'WorldFXSingleton_PresetRuleEvaluate::bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXSingleton_PresetRuleEvaluateWithSpawnParameters \ static_assert(alignof(WorldFXSingleton_PresetRuleEvaluateWithSpawnParameters) == 0x000008, "Wrong alignment on WorldFXSingleton_PresetRuleEvaluateWithSpawnParameters"); \ static_assert(sizeof(WorldFXSingleton_PresetRuleEvaluateWithSpawnParameters) == 0x000090, "Wrong size on WorldFXSingleton_PresetRuleEvaluateWithSpawnParameters"); \ static_assert(offsetof(WorldFXSingleton_PresetRuleEvaluateWithSpawnParameters, WorldContextObject) == 0x000000, "Member 'WorldFXSingleton_PresetRuleEvaluateWithSpawnParameters::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_PresetRuleEvaluateWithSpawnParameters, PresetName) == 0x000008, "Member 'WorldFXSingleton_PresetRuleEvaluateWithSpawnParameters::PresetName' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_PresetRuleEvaluateWithSpawnParameters, FXSpawnPosition) == 0x000010, "Member 'WorldFXSingleton_PresetRuleEvaluateWithSpawnParameters::FXSpawnPosition' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_PresetRuleEvaluateWithSpawnParameters, SpawnOverrides) == 0x00001C, "Member 'WorldFXSingleton_PresetRuleEvaluateWithSpawnParameters::SpawnOverrides' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_PresetRuleEvaluateWithSpawnParameters, bResult) == 0x00008C, "Member 'WorldFXSingleton_PresetRuleEvaluateWithSpawnParameters::bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXSingleton_PresetRuleExists \ static_assert(alignof(WorldFXSingleton_PresetRuleExists) == 0x000004, "Wrong alignment on WorldFXSingleton_PresetRuleExists"); \ static_assert(sizeof(WorldFXSingleton_PresetRuleExists) == 0x00000C, "Wrong size on WorldFXSingleton_PresetRuleExists"); \ static_assert(offsetof(WorldFXSingleton_PresetRuleExists, PresetName) == 0x000000, "Member 'WorldFXSingleton_PresetRuleExists::PresetName' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_PresetRuleExists, bResult) == 0x000008, "Member 'WorldFXSingleton_PresetRuleExists::bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXSingleton_RegisterWorldFXInterface \ static_assert(alignof(WorldFXSingleton_RegisterWorldFXInterface) == 0x000008, "Wrong alignment on WorldFXSingleton_RegisterWorldFXInterface"); \ static_assert(sizeof(WorldFXSingleton_RegisterWorldFXInterface) == 0x000038, "Wrong size on WorldFXSingleton_RegisterWorldFXInterface"); \ static_assert(offsetof(WorldFXSingleton_RegisterWorldFXInterface, WorldFXInterface) == 0x000000, "Member 'WorldFXSingleton_RegisterWorldFXInterface::WorldFXInterface' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_RegisterWorldFXInterface, Position) == 0x000010, "Member 'WorldFXSingleton_RegisterWorldFXInterface::Position' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_RegisterWorldFXInterface, CullDistance) == 0x00001C, "Member 'WorldFXSingleton_RegisterWorldFXInterface::CullDistance' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_RegisterWorldFXInterface, Rule) == 0x000028, "Member 'WorldFXSingleton_RegisterWorldFXInterface::Rule' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_RegisterWorldFXInterface, ExtraRadius) == 0x000030, "Member 'WorldFXSingleton_RegisterWorldFXInterface::ExtraRadius' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_RegisterWorldFXInterface, ReturnValue) == 0x000034, "Member 'WorldFXSingleton_RegisterWorldFXInterface::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldFXSingleton_UnregisterWorldFXInterface \ static_assert(alignof(WorldFXSingleton_UnregisterWorldFXInterface) == 0x000008, "Wrong alignment on WorldFXSingleton_UnregisterWorldFXInterface"); \ static_assert(sizeof(WorldFXSingleton_UnregisterWorldFXInterface) == 0x000018, "Wrong size on WorldFXSingleton_UnregisterWorldFXInterface"); \ static_assert(offsetof(WorldFXSingleton_UnregisterWorldFXInterface, WorldFXInterface) == 0x000000, "Member 'WorldFXSingleton_UnregisterWorldFXInterface::WorldFXInterface' has a wrong offset!"); \ static_assert(offsetof(WorldFXSingleton_UnregisterWorldFXInterface, ReturnValue) == 0x000010, "Member 'WorldFXSingleton_UnregisterWorldFXInterface::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWorldFXSingleton \ static_assert(alignof(AWorldFXSingleton) == 0x000010, "Wrong alignment on AWorldFXSingleton"); \ static_assert(sizeof(AWorldFXSingleton) == 0x000E80, "Wrong size on AWorldFXSingleton"); \ static_assert(offsetof(AWorldFXSingleton, Settings) == 0x000248, "Member 'AWorldFXSingleton::Settings' has a wrong offset!"); \ static_assert(offsetof(AWorldFXSingleton, CameraFXRoot) == 0x000268, "Member 'AWorldFXSingleton::CameraFXRoot' has a wrong offset!"); \ static_assert(offsetof(AWorldFXSingleton, Octree) == 0x000278, "Member 'AWorldFXSingleton::Octree' has a wrong offset!"); \ static_assert(offsetof(AWorldFXSingleton, bCullingDisabled) == 0x0002E8, "Member 'AWorldFXSingleton::bCullingDisabled' has a wrong offset!"); \ static_assert(offsetof(AWorldFXSingleton, AutoCascadeCullingLevel) == 0x0002EC, "Member 'AWorldFXSingleton::AutoCascadeCullingLevel' has a wrong offset!"); \ static_assert(offsetof(AWorldFXSingleton, AutoNiagaraCullingLevel) == 0x0002F0, "Member 'AWorldFXSingleton::AutoNiagaraCullingLevel' has a wrong offset!"); \ static_assert(offsetof(AWorldFXSingleton, AutoAkAmbientCullingLevel) == 0x0002F4, "Member 'AWorldFXSingleton::AutoAkAmbientCullingLevel' has a wrong offset!"); \ static_assert(offsetof(AWorldFXSingleton, AutoManagedActors) == 0x0002F8, "Member 'AWorldFXSingleton::AutoManagedActors' has a wrong offset!"); \ static_assert(offsetof(AWorldFXSingleton, AutoManagedComponents) == 0x000348, "Member 'AWorldFXSingleton::AutoManagedComponents' has a wrong offset!"); \ static_assert(offsetof(AWorldFXSingleton, ManualManagedComponents) == 0x000398, "Member 'AWorldFXSingleton::ManualManagedComponents' has a wrong offset!"); \ static_assert(offsetof(AWorldFXSingleton, WorldFXInterfaces) == 0x0003E8, "Member 'AWorldFXSingleton::WorldFXInterfaces' has a wrong offset!"); \ static_assert(offsetof(AWorldFXSingleton, FXOctreeFXDummy) == 0x000438, "Member 'AWorldFXSingleton::FXOctreeFXDummy' has a wrong offset!"); \ static_assert(offsetof(AWorldFXSingleton, LastEye) == 0x000440, "Member 'AWorldFXSingleton::LastEye' has a wrong offset!"); \ static_assert(offsetof(AWorldFXSingleton, bLastEyeValid) == 0x00044C, "Member 'AWorldFXSingleton::bLastEyeValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_LightningBoltInAir_C \ static_assert(alignof(UABL_RCT_NPC_LightningBoltInAir_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_LightningBoltInAir_C"); \ static_assert(sizeof(UABL_RCT_NPC_LightningBoltInAir_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_LightningBoltInAir_C"); \ #define DUMPER7_ASSERTS_UABL_TombProtector_Spawn_FallLand_C \ static_assert(alignof(UABL_TombProtector_Spawn_FallLand_C) == 0x000008, "Wrong alignment on UABL_TombProtector_Spawn_FallLand_C"); \ static_assert(sizeof(UABL_TombProtector_Spawn_FallLand_C) == 0x0000C8, "Wrong size on UABL_TombProtector_Spawn_FallLand_C"); \ #define DUMPER7_ASSERTS_MobilityOverrider_ActorOverrideMobility \ static_assert(alignof(MobilityOverrider_ActorOverrideMobility) == 0x000008, "Wrong alignment on MobilityOverrider_ActorOverrideMobility"); \ static_assert(sizeof(MobilityOverrider_ActorOverrideMobility) == 0x000010, "Wrong size on MobilityOverrider_ActorOverrideMobility"); \ static_assert(offsetof(MobilityOverrider_ActorOverrideMobility, Actor) == 0x000000, "Member 'MobilityOverrider_ActorOverrideMobility::Actor' has a wrong offset!"); \ static_assert(offsetof(MobilityOverrider_ActorOverrideMobility, mobilityOverride) == 0x000008, "Member 'MobilityOverrider_ActorOverrideMobility::mobilityOverride' has a wrong offset!"); \ static_assert(offsetof(MobilityOverrider_ActorOverrideMobility, lightMobilityOverride) == 0x000009, "Member 'MobilityOverrider_ActorOverrideMobility::lightMobilityOverride' has a wrong offset!"); \ static_assert(offsetof(MobilityOverrider_ActorOverrideMobility, includeChildren) == 0x00000A, "Member 'MobilityOverrider_ActorOverrideMobility::includeChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MobilityOverrider_ComponentOverrideMobility \ static_assert(alignof(MobilityOverrider_ComponentOverrideMobility) == 0x000008, "Wrong alignment on MobilityOverrider_ComponentOverrideMobility"); \ static_assert(sizeof(MobilityOverrider_ComponentOverrideMobility) == 0x000010, "Wrong size on MobilityOverrider_ComponentOverrideMobility"); \ static_assert(offsetof(MobilityOverrider_ComponentOverrideMobility, SceneComponent) == 0x000000, "Member 'MobilityOverrider_ComponentOverrideMobility::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(MobilityOverrider_ComponentOverrideMobility, mobilityOverride) == 0x000008, "Member 'MobilityOverrider_ComponentOverrideMobility::mobilityOverride' has a wrong offset!"); \ static_assert(offsetof(MobilityOverrider_ComponentOverrideMobility, lightMobilityOverride) == 0x000009, "Member 'MobilityOverrider_ComponentOverrideMobility::lightMobilityOverride' has a wrong offset!"); \ static_assert(offsetof(MobilityOverrider_ComponentOverrideMobility, includeChildren) == 0x00000A, "Member 'MobilityOverrider_ComponentOverrideMobility::includeChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMobilityOverrider \ static_assert(alignof(UMobilityOverrider) == 0x000008, "Wrong alignment on UMobilityOverrider"); \ static_assert(sizeof(UMobilityOverrider) == 0x000028, "Wrong size on UMobilityOverrider"); \ #define DUMPER7_ASSERTS_NativeSplitterBlueprintLibrary_CachePaintedDataIfNecessary \ static_assert(alignof(NativeSplitterBlueprintLibrary_CachePaintedDataIfNecessary) == 0x000008, "Wrong alignment on NativeSplitterBlueprintLibrary_CachePaintedDataIfNecessary"); \ static_assert(sizeof(NativeSplitterBlueprintLibrary_CachePaintedDataIfNecessary) == 0x000010, "Wrong size on NativeSplitterBlueprintLibrary_CachePaintedDataIfNecessary"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_CachePaintedDataIfNecessary, StaticMeshComponent) == 0x000000, "Member 'NativeSplitterBlueprintLibrary_CachePaintedDataIfNecessary::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_CachePaintedDataIfNecessary, ReturnValue) == 0x000008, "Member 'NativeSplitterBlueprintLibrary_CachePaintedDataIfNecessary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NativeSplitterBlueprintLibrary_CopyInstanceVertexColorsIfCompatible \ static_assert(alignof(NativeSplitterBlueprintLibrary_CopyInstanceVertexColorsIfCompatible) == 0x000008, "Wrong alignment on NativeSplitterBlueprintLibrary_CopyInstanceVertexColorsIfCompatible"); \ static_assert(sizeof(NativeSplitterBlueprintLibrary_CopyInstanceVertexColorsIfCompatible) == 0x000018, "Wrong size on NativeSplitterBlueprintLibrary_CopyInstanceVertexColorsIfCompatible"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_CopyInstanceVertexColorsIfCompatible, SourceComponent) == 0x000000, "Member 'NativeSplitterBlueprintLibrary_CopyInstanceVertexColorsIfCompatible::SourceComponent' has a wrong offset!"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_CopyInstanceVertexColorsIfCompatible, TargetComponent) == 0x000008, "Member 'NativeSplitterBlueprintLibrary_CopyInstanceVertexColorsIfCompatible::TargetComponent' has a wrong offset!"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_CopyInstanceVertexColorsIfCompatible, ReturnValue) == 0x000010, "Member 'NativeSplitterBlueprintLibrary_CopyInstanceVertexColorsIfCompatible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NativeSplitterBlueprintLibrary_CopyProperties \ static_assert(alignof(NativeSplitterBlueprintLibrary_CopyProperties) == 0x000008, "Wrong alignment on NativeSplitterBlueprintLibrary_CopyProperties"); \ static_assert(sizeof(NativeSplitterBlueprintLibrary_CopyProperties) == 0x000018, "Wrong size on NativeSplitterBlueprintLibrary_CopyProperties"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_CopyProperties, SourceComponent) == 0x000000, "Member 'NativeSplitterBlueprintLibrary_CopyProperties::SourceComponent' has a wrong offset!"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_CopyProperties, TargetComponent) == 0x000008, "Member 'NativeSplitterBlueprintLibrary_CopyProperties::TargetComponent' has a wrong offset!"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_CopyProperties, ReturnValue) == 0x000010, "Member 'NativeSplitterBlueprintLibrary_CopyProperties::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NativeSplitterBlueprintLibrary_FixupOverrideColorsIfNecessary \ static_assert(alignof(NativeSplitterBlueprintLibrary_FixupOverrideColorsIfNecessary) == 0x000008, "Wrong alignment on NativeSplitterBlueprintLibrary_FixupOverrideColorsIfNecessary"); \ static_assert(sizeof(NativeSplitterBlueprintLibrary_FixupOverrideColorsIfNecessary) == 0x000010, "Wrong size on NativeSplitterBlueprintLibrary_FixupOverrideColorsIfNecessary"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_FixupOverrideColorsIfNecessary, StaticMeshComponent) == 0x000000, "Member 'NativeSplitterBlueprintLibrary_FixupOverrideColorsIfNecessary::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_FixupOverrideColorsIfNecessary, bRebuildingStaticMesh) == 0x000008, "Member 'NativeSplitterBlueprintLibrary_FixupOverrideColorsIfNecessary::bRebuildingStaticMesh' has a wrong offset!"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_FixupOverrideColorsIfNecessary, ReturnValue) == 0x000009, "Member 'NativeSplitterBlueprintLibrary_FixupOverrideColorsIfNecessary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NativeSplitterBlueprintLibrary_RemoveInstanceVertexColors \ static_assert(alignof(NativeSplitterBlueprintLibrary_RemoveInstanceVertexColors) == 0x000008, "Wrong alignment on NativeSplitterBlueprintLibrary_RemoveInstanceVertexColors"); \ static_assert(sizeof(NativeSplitterBlueprintLibrary_RemoveInstanceVertexColors) == 0x000010, "Wrong size on NativeSplitterBlueprintLibrary_RemoveInstanceVertexColors"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_RemoveInstanceVertexColors, StaticMeshComponent) == 0x000000, "Member 'NativeSplitterBlueprintLibrary_RemoveInstanceVertexColors::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_RemoveInstanceVertexColors, ReturnValue) == 0x000008, "Member 'NativeSplitterBlueprintLibrary_RemoveInstanceVertexColors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NativeSplitterBlueprintLibrary_RemoveInstanceVertexColorsFromLOD \ static_assert(alignof(NativeSplitterBlueprintLibrary_RemoveInstanceVertexColorsFromLOD) == 0x000008, "Wrong alignment on NativeSplitterBlueprintLibrary_RemoveInstanceVertexColorsFromLOD"); \ static_assert(sizeof(NativeSplitterBlueprintLibrary_RemoveInstanceVertexColorsFromLOD) == 0x000010, "Wrong size on NativeSplitterBlueprintLibrary_RemoveInstanceVertexColorsFromLOD"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_RemoveInstanceVertexColorsFromLOD, StaticMeshComponent) == 0x000000, "Member 'NativeSplitterBlueprintLibrary_RemoveInstanceVertexColorsFromLOD::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_RemoveInstanceVertexColorsFromLOD, LODToRemoveColorsFrom) == 0x000008, "Member 'NativeSplitterBlueprintLibrary_RemoveInstanceVertexColorsFromLOD::LODToRemoveColorsFrom' has a wrong offset!"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_RemoveInstanceVertexColorsFromLOD, ReturnValue) == 0x00000C, "Member 'NativeSplitterBlueprintLibrary_RemoveInstanceVertexColorsFromLOD::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NativeSplitterBlueprintLibrary_RequiresOverrideVertexColorsFixup \ static_assert(alignof(NativeSplitterBlueprintLibrary_RequiresOverrideVertexColorsFixup) == 0x000008, "Wrong alignment on NativeSplitterBlueprintLibrary_RequiresOverrideVertexColorsFixup"); \ static_assert(sizeof(NativeSplitterBlueprintLibrary_RequiresOverrideVertexColorsFixup) == 0x000010, "Wrong size on NativeSplitterBlueprintLibrary_RequiresOverrideVertexColorsFixup"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_RequiresOverrideVertexColorsFixup, StaticMeshComponent) == 0x000000, "Member 'NativeSplitterBlueprintLibrary_RequiresOverrideVertexColorsFixup::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(NativeSplitterBlueprintLibrary_RequiresOverrideVertexColorsFixup, ReturnValue) == 0x000008, "Member 'NativeSplitterBlueprintLibrary_RequiresOverrideVertexColorsFixup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNativeSplitterBlueprintLibrary \ static_assert(alignof(UNativeSplitterBlueprintLibrary) == 0x000008, "Wrong alignment on UNativeSplitterBlueprintLibrary"); \ static_assert(sizeof(UNativeSplitterBlueprintLibrary) == 0x000028, "Wrong size on UNativeSplitterBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UABL_RCT_HogwartsProtector_LightningBoltGrounded_C \ static_assert(alignof(UABL_RCT_HogwartsProtector_LightningBoltGrounded_C) == 0x000008, "Wrong alignment on UABL_RCT_HogwartsProtector_LightningBoltGrounded_C"); \ static_assert(sizeof(UABL_RCT_HogwartsProtector_LightningBoltGrounded_C) == 0x0000E0, "Wrong size on UABL_RCT_HogwartsProtector_LightningBoltGrounded_C"); \ #define DUMPER7_ASSERTS_FAnalyticsEventAttr \ static_assert(alignof(FAnalyticsEventAttr) == 0x000008, "Wrong alignment on FAnalyticsEventAttr"); \ static_assert(sizeof(FAnalyticsEventAttr) == 0x000020, "Wrong size on FAnalyticsEventAttr"); \ static_assert(offsetof(FAnalyticsEventAttr, Name) == 0x000000, "Member 'FAnalyticsEventAttr::Name' has a wrong offset!"); \ static_assert(offsetof(FAnalyticsEventAttr, Value) == 0x000010, "Member 'FAnalyticsEventAttr::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_GetSessionId \ static_assert(alignof(AnalyticsBlueprintLibrary_GetSessionId) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_GetSessionId"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_GetSessionId) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_GetSessionId"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_GetSessionId, ReturnValue) == 0x000000, "Member 'AnalyticsBlueprintLibrary_GetSessionId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_GetUserId \ static_assert(alignof(AnalyticsBlueprintLibrary_GetUserId) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_GetUserId"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_GetUserId) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_GetUserId"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_GetUserId, ReturnValue) == 0x000000, "Member 'AnalyticsBlueprintLibrary_GetUserId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_MakeEventAttribute \ static_assert(alignof(AnalyticsBlueprintLibrary_MakeEventAttribute) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_MakeEventAttribute"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_MakeEventAttribute) == 0x000040, "Wrong size on AnalyticsBlueprintLibrary_MakeEventAttribute"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_MakeEventAttribute, AttributeName) == 0x000000, "Member 'AnalyticsBlueprintLibrary_MakeEventAttribute::AttributeName' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_MakeEventAttribute, AttributeValue) == 0x000010, "Member 'AnalyticsBlueprintLibrary_MakeEventAttribute::AttributeValue' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_MakeEventAttribute, ReturnValue) == 0x000020, "Member 'AnalyticsBlueprintLibrary_MakeEventAttribute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordCurrencyGiven \ static_assert(alignof(AnalyticsBlueprintLibrary_RecordCurrencyGiven) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordCurrencyGiven"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_RecordCurrencyGiven) == 0x000018, "Wrong size on AnalyticsBlueprintLibrary_RecordCurrencyGiven"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyGiven, GameCurrencyType) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyGiven::GameCurrencyType' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyGiven, GameCurrencyAmount) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyGiven::GameCurrencyAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes \ static_assert(alignof(AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes) == 0x000028, "Wrong size on AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes, GameCurrencyType) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes::GameCurrencyType' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes, GameCurrencyAmount) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes::GameCurrencyAmount' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes, Attributes) == 0x000018, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyGivenWithAttributes::Attributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordCurrencyPurchase \ static_assert(alignof(AnalyticsBlueprintLibrary_RecordCurrencyPurchase) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordCurrencyPurchase"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_RecordCurrencyPurchase) == 0x000040, "Wrong size on AnalyticsBlueprintLibrary_RecordCurrencyPurchase"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyPurchase, GameCurrencyType) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyPurchase::GameCurrencyType' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyPurchase, GameCurrencyAmount) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyPurchase::GameCurrencyAmount' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyPurchase, RealCurrencyType) == 0x000018, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyPurchase::RealCurrencyType' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyPurchase, RealMoneyCost) == 0x000028, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyPurchase::RealMoneyCost' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordCurrencyPurchase, PaymentProvider) == 0x000030, "Member 'AnalyticsBlueprintLibrary_RecordCurrencyPurchase::PaymentProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordError \ static_assert(alignof(AnalyticsBlueprintLibrary_RecordError) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordError"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_RecordError) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_RecordError"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordError, Error) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordError::Error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordErrorWithAttributes \ static_assert(alignof(AnalyticsBlueprintLibrary_RecordErrorWithAttributes) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordErrorWithAttributes"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_RecordErrorWithAttributes) == 0x000020, "Wrong size on AnalyticsBlueprintLibrary_RecordErrorWithAttributes"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordErrorWithAttributes, Error) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordErrorWithAttributes::Error' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordErrorWithAttributes, Attributes) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordErrorWithAttributes::Attributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordEvent \ static_assert(alignof(AnalyticsBlueprintLibrary_RecordEvent) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordEvent"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_RecordEvent) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_RecordEvent"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordEvent, EventName) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordEventWithAttribute \ static_assert(alignof(AnalyticsBlueprintLibrary_RecordEventWithAttribute) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordEventWithAttribute"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_RecordEventWithAttribute) == 0x000030, "Wrong size on AnalyticsBlueprintLibrary_RecordEventWithAttribute"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordEventWithAttribute, EventName) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordEventWithAttribute::EventName' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordEventWithAttribute, AttributeName) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordEventWithAttribute::AttributeName' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordEventWithAttribute, AttributeValue) == 0x000020, "Member 'AnalyticsBlueprintLibrary_RecordEventWithAttribute::AttributeValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordEventWithAttributes \ static_assert(alignof(AnalyticsBlueprintLibrary_RecordEventWithAttributes) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordEventWithAttributes"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_RecordEventWithAttributes) == 0x000020, "Wrong size on AnalyticsBlueprintLibrary_RecordEventWithAttributes"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordEventWithAttributes, EventName) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordEventWithAttributes::EventName' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordEventWithAttributes, Attributes) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordEventWithAttributes::Attributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordItemPurchase \ static_assert(alignof(AnalyticsBlueprintLibrary_RecordItemPurchase) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordItemPurchase"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_RecordItemPurchase) == 0x000028, "Wrong size on AnalyticsBlueprintLibrary_RecordItemPurchase"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordItemPurchase, ItemId) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordItemPurchase::ItemId' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordItemPurchase, Currency) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordItemPurchase::Currency' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordItemPurchase, PerItemCost) == 0x000020, "Member 'AnalyticsBlueprintLibrary_RecordItemPurchase::PerItemCost' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordItemPurchase, ItemQuantity) == 0x000024, "Member 'AnalyticsBlueprintLibrary_RecordItemPurchase::ItemQuantity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordProgress \ static_assert(alignof(AnalyticsBlueprintLibrary_RecordProgress) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordProgress"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_RecordProgress) == 0x000020, "Wrong size on AnalyticsBlueprintLibrary_RecordProgress"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordProgress, ProgressType) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordProgress::ProgressType' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordProgress, ProgressName) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordProgress::ProgressName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordProgressWithAttributes \ static_assert(alignof(AnalyticsBlueprintLibrary_RecordProgressWithAttributes) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordProgressWithAttributes"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_RecordProgressWithAttributes) == 0x000030, "Wrong size on AnalyticsBlueprintLibrary_RecordProgressWithAttributes"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordProgressWithAttributes, ProgressType) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordProgressWithAttributes::ProgressType' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordProgressWithAttributes, ProgressName) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordProgressWithAttributes::ProgressName' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordProgressWithAttributes, Attributes) == 0x000020, "Member 'AnalyticsBlueprintLibrary_RecordProgressWithAttributes::Attributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes \ static_assert(alignof(AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes) == 0x000030, "Wrong size on AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes, ProgressType) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes::ProgressType' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes, ProgressNames) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes::ProgressNames' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes, Attributes) == 0x000020, "Member 'AnalyticsBlueprintLibrary_RecordProgressWithFullHierarchyAndAttributes::Attributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase \ static_assert(alignof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase) == 0x000018, "Wrong size on AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase, GameCurrencyType) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase::GameCurrencyType' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase, GameCurrencyAmount) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchase::GameCurrencyAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes \ static_assert(alignof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes) == 0x000028, "Wrong size on AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes, GameCurrencyType) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes::GameCurrencyType' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes, GameCurrencyAmount) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes::GameCurrencyAmount' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes, Attributes) == 0x000018, "Member 'AnalyticsBlueprintLibrary_RecordSimpleCurrencyPurchaseWithAttributes::Attributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordSimpleItemPurchase \ static_assert(alignof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchase) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordSimpleItemPurchase"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchase) == 0x000018, "Wrong size on AnalyticsBlueprintLibrary_RecordSimpleItemPurchase"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchase, ItemId) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordSimpleItemPurchase::ItemId' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchase, ItemQuantity) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordSimpleItemPurchase::ItemQuantity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes \ static_assert(alignof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes) == 0x000028, "Wrong size on AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes, ItemId) == 0x000000, "Member 'AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes::ItemId' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes, ItemQuantity) == 0x000010, "Member 'AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes::ItemQuantity' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes, Attributes) == 0x000018, "Member 'AnalyticsBlueprintLibrary_RecordSimpleItemPurchaseWithAttributes::Attributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_SetAge \ static_assert(alignof(AnalyticsBlueprintLibrary_SetAge) == 0x000004, "Wrong alignment on AnalyticsBlueprintLibrary_SetAge"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_SetAge) == 0x000004, "Wrong size on AnalyticsBlueprintLibrary_SetAge"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_SetAge, Age) == 0x000000, "Member 'AnalyticsBlueprintLibrary_SetAge::Age' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_SetBuildInfo \ static_assert(alignof(AnalyticsBlueprintLibrary_SetBuildInfo) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_SetBuildInfo"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_SetBuildInfo) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_SetBuildInfo"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_SetBuildInfo, BuildInfo) == 0x000000, "Member 'AnalyticsBlueprintLibrary_SetBuildInfo::BuildInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_SetGender \ static_assert(alignof(AnalyticsBlueprintLibrary_SetGender) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_SetGender"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_SetGender) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_SetGender"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_SetGender, Gender) == 0x000000, "Member 'AnalyticsBlueprintLibrary_SetGender::Gender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_SetLocation \ static_assert(alignof(AnalyticsBlueprintLibrary_SetLocation) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_SetLocation"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_SetLocation) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_SetLocation"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_SetLocation, Location) == 0x000000, "Member 'AnalyticsBlueprintLibrary_SetLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_SetSessionId \ static_assert(alignof(AnalyticsBlueprintLibrary_SetSessionId) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_SetSessionId"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_SetSessionId) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_SetSessionId"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_SetSessionId, SessionId) == 0x000000, "Member 'AnalyticsBlueprintLibrary_SetSessionId::SessionId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_SetUserId \ static_assert(alignof(AnalyticsBlueprintLibrary_SetUserId) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_SetUserId"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_SetUserId) == 0x000010, "Wrong size on AnalyticsBlueprintLibrary_SetUserId"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_SetUserId, UserId) == 0x000000, "Member 'AnalyticsBlueprintLibrary_SetUserId::UserId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_StartSession \ static_assert(alignof(AnalyticsBlueprintLibrary_StartSession) == 0x000001, "Wrong alignment on AnalyticsBlueprintLibrary_StartSession"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_StartSession) == 0x000001, "Wrong size on AnalyticsBlueprintLibrary_StartSession"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_StartSession, ReturnValue) == 0x000000, "Member 'AnalyticsBlueprintLibrary_StartSession::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsBlueprintLibrary_StartSessionWithAttributes \ static_assert(alignof(AnalyticsBlueprintLibrary_StartSessionWithAttributes) == 0x000008, "Wrong alignment on AnalyticsBlueprintLibrary_StartSessionWithAttributes"); \ static_assert(sizeof(AnalyticsBlueprintLibrary_StartSessionWithAttributes) == 0x000018, "Wrong size on AnalyticsBlueprintLibrary_StartSessionWithAttributes"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_StartSessionWithAttributes, Attributes) == 0x000000, "Member 'AnalyticsBlueprintLibrary_StartSessionWithAttributes::Attributes' has a wrong offset!"); \ static_assert(offsetof(AnalyticsBlueprintLibrary_StartSessionWithAttributes, ReturnValue) == 0x000010, "Member 'AnalyticsBlueprintLibrary_StartSessionWithAttributes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnalyticsBlueprintLibrary \ static_assert(alignof(UAnalyticsBlueprintLibrary) == 0x000008, "Wrong alignment on UAnalyticsBlueprintLibrary"); \ static_assert(sizeof(UAnalyticsBlueprintLibrary) == 0x000028, "Wrong size on UAnalyticsBlueprintLibrary"); \ #define DUMPER7_ASSERTS_WBASDK_ForceInputIconType \ static_assert(alignof(WBASDK_ForceInputIconType) == 0x000001, "Wrong alignment on WBASDK_ForceInputIconType"); \ static_assert(sizeof(WBASDK_ForceInputIconType) == 0x000001, "Wrong size on WBASDK_ForceInputIconType"); \ static_assert(offsetof(WBASDK_ForceInputIconType, InIconType) == 0x000000, "Member 'WBASDK_ForceInputIconType::InIconType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBASDK_GetBannerPromotionStatus \ static_assert(alignof(WBASDK_GetBannerPromotionStatus) == 0x000008, "Wrong alignment on WBASDK_GetBannerPromotionStatus"); \ static_assert(sizeof(WBASDK_GetBannerPromotionStatus) == 0x000018, "Wrong size on WBASDK_GetBannerPromotionStatus"); \ static_assert(offsetof(WBASDK_GetBannerPromotionStatus, InPromotionName) == 0x000000, "Member 'WBASDK_GetBannerPromotionStatus::InPromotionName' has a wrong offset!"); \ static_assert(offsetof(WBASDK_GetBannerPromotionStatus, ReturnValue) == 0x000010, "Member 'WBASDK_GetBannerPromotionStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBASDK_GetPromotionStatus \ static_assert(alignof(WBASDK_GetPromotionStatus) == 0x000008, "Wrong alignment on WBASDK_GetPromotionStatus"); \ static_assert(sizeof(WBASDK_GetPromotionStatus) == 0x000018, "Wrong size on WBASDK_GetPromotionStatus"); \ static_assert(offsetof(WBASDK_GetPromotionStatus, InPromotionName) == 0x000000, "Member 'WBASDK_GetPromotionStatus::InPromotionName' has a wrong offset!"); \ static_assert(offsetof(WBASDK_GetPromotionStatus, ReturnValue) == 0x000010, "Member 'WBASDK_GetPromotionStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBASDK_GetInputIconType \ static_assert(alignof(WBASDK_GetInputIconType) == 0x000001, "Wrong alignment on WBASDK_GetInputIconType"); \ static_assert(sizeof(WBASDK_GetInputIconType) == 0x000001, "Wrong size on WBASDK_GetInputIconType"); \ static_assert(offsetof(WBASDK_GetInputIconType, ReturnValue) == 0x000000, "Member 'WBASDK_GetInputIconType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBASDK \ static_assert(alignof(UWBASDK) == 0x000010, "Wrong alignment on UWBASDK"); \ static_assert(sizeof(UWBASDK) == 0x000320, "Wrong size on UWBASDK"); \ static_assert(offsetof(UWBASDK, StartFullscreenTakeoverEventBP) == 0x000188, "Member 'UWBASDK::StartFullscreenTakeoverEventBP' has a wrong offset!"); \ static_assert(offsetof(UWBASDK, StartFullscreenTakeoverFlagsEventBP) == 0x0001B0, "Member 'UWBASDK::StartFullscreenTakeoverFlagsEventBP' has a wrong offset!"); \ static_assert(offsetof(UWBASDK, EndFullscreenTakeoverEventBP) == 0x0001D8, "Member 'UWBASDK::EndFullscreenTakeoverEventBP' has a wrong offset!"); \ static_assert(offsetof(UWBASDK, StartPartialTakeoverEventBP) == 0x000200, "Member 'UWBASDK::StartPartialTakeoverEventBP' has a wrong offset!"); \ static_assert(offsetof(UWBASDK, StartPartialTakeoverFlagsEventBP) == 0x000228, "Member 'UWBASDK::StartPartialTakeoverFlagsEventBP' has a wrong offset!"); \ static_assert(offsetof(UWBASDK, EndPartialTakeoverEventBP) == 0x000250, "Member 'UWBASDK::EndPartialTakeoverEventBP' has a wrong offset!"); \ static_assert(offsetof(UWBASDK, CreatePromotionTextureEventBP) == 0x000278, "Member 'UWBASDK::CreatePromotionTextureEventBP' has a wrong offset!"); \ static_assert(offsetof(UWBASDK, DestroyPromotionTextureEventBP) == 0x0002A0, "Member 'UWBASDK::DestroyPromotionTextureEventBP' has a wrong offset!"); \ static_assert(offsetof(UWBASDK, ErrorEventBP) == 0x0002C8, "Member 'UWBASDK::ErrorEventBP' has a wrong offset!"); \ static_assert(offsetof(UWBASDK, Vault) == 0x0002F0, "Member 'UWBASDK::Vault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBASDKSettings \ static_assert(alignof(UWBASDKSettings) == 0x000008, "Wrong alignment on UWBASDKSettings"); \ static_assert(sizeof(UWBASDKSettings) == 0x000098, "Wrong size on UWBASDKSettings"); \ static_assert(offsetof(UWBASDKSettings, DecryptionKey) == 0x000028, "Member 'UWBASDKSettings::DecryptionKey' has a wrong offset!"); \ static_assert(offsetof(UWBASDKSettings, KeyboardContinueKeys) == 0x000038, "Member 'UWBASDKSettings::KeyboardContinueKeys' has a wrong offset!"); \ static_assert(offsetof(UWBASDKSettings, GamepadContinueKeys) == 0x000048, "Member 'UWBASDKSettings::GamepadContinueKeys' has a wrong offset!"); \ static_assert(offsetof(UWBASDKSettings, KeyboardBuyKeys) == 0x000058, "Member 'UWBASDKSettings::KeyboardBuyKeys' has a wrong offset!"); \ static_assert(offsetof(UWBASDKSettings, GamepadBuyKeys) == 0x000068, "Member 'UWBASDKSettings::GamepadBuyKeys' has a wrong offset!"); \ static_assert(offsetof(UWBASDKSettings, KeyboardSecondaryKeys) == 0x000078, "Member 'UWBASDKSettings::KeyboardSecondaryKeys' has a wrong offset!"); \ static_assert(offsetof(UWBASDKSettings, GamepadSecondaryKeys) == 0x000088, "Member 'UWBASDKSettings::GamepadSecondaryKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBASDKVaultBase \ static_assert(alignof(UWBASDKVaultBase) == 0x000008, "Wrong alignment on UWBASDKVaultBase"); \ static_assert(sizeof(UWBASDKVaultBase) == 0x000040, "Wrong size on UWBASDKVaultBase"); \ #define DUMPER7_ASSERTS_UWBASDKVault \ static_assert(alignof(UWBASDKVault) == 0x000008, "Wrong alignment on UWBASDKVault"); \ static_assert(sizeof(UWBASDKVault) == 0x000090, "Wrong size on UWBASDKVault"); \ static_assert(offsetof(UWBASDKVault, InstallDate) == 0x000040, "Member 'UWBASDKVault::InstallDate' has a wrong offset!"); \ static_assert(offsetof(UWBASDKVault, PlayerId) == 0x000048, "Member 'UWBASDKVault::PlayerId' has a wrong offset!"); \ static_assert(offsetof(UWBASDKVault, HydraPublicId) == 0x000058, "Member 'UWBASDKVault::HydraPublicId' has a wrong offset!"); \ static_assert(offsetof(UWBASDKVault, PlayerNetworkPublicId) == 0x000068, "Member 'UWBASDKVault::PlayerNetworkPublicId' has a wrong offset!"); \ static_assert(offsetof(UWBASDKVault, DisplayName) == 0x000078, "Member 'UWBASDKVault::DisplayName' has a wrong offset!"); \ static_assert(offsetof(UWBASDKVault, AgeGate) == 0x000088, "Member 'UWBASDKVault::AgeGate' has a wrong offset!"); \ static_assert(offsetof(UWBASDKVault, AgeGateInitialized) == 0x000089, "Member 'UWBASDKVault::AgeGateInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBAPromotionsHistoryEntry \ static_assert(alignof(FWBAPromotionsHistoryEntry) == 0x000008, "Wrong alignment on FWBAPromotionsHistoryEntry"); \ static_assert(sizeof(FWBAPromotionsHistoryEntry) == 0x000020, "Wrong size on FWBAPromotionsHistoryEntry"); \ static_assert(offsetof(FWBAPromotionsHistoryEntry, UnitName) == 0x000000, "Member 'FWBAPromotionsHistoryEntry::UnitName' has a wrong offset!"); \ static_assert(offsetof(FWBAPromotionsHistoryEntry, Time) == 0x000010, "Member 'FWBAPromotionsHistoryEntry::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBAPromotionsHistory \ static_assert(alignof(UWBAPromotionsHistory) == 0x000008, "Wrong alignment on UWBAPromotionsHistory"); \ static_assert(sizeof(UWBAPromotionsHistory) == 0x0000E8, "Wrong size on UWBAPromotionsHistory"); \ static_assert(offsetof(UWBAPromotionsHistory, TouchpointHistory) == 0x000048, "Member 'UWBAPromotionsHistory::TouchpointHistory' has a wrong offset!"); \ static_assert(offsetof(UWBAPromotionsHistory, BannerTouchpointHistory) == 0x000098, "Member 'UWBAPromotionsHistory::BannerTouchpointHistory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimCurveCompressionCodec_ACL \ static_assert(alignof(UAnimCurveCompressionCodec_ACL) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_ACL"); \ static_assert(sizeof(UAnimCurveCompressionCodec_ACL) == 0x000028, "Wrong size on UAnimCurveCompressionCodec_ACL"); \ #define DUMPER7_ASSERTS_AnimationCompressionLibraryDatabase_GetVisualFidelity \ static_assert(alignof(AnimationCompressionLibraryDatabase_GetVisualFidelity) == 0x000008, "Wrong alignment on AnimationCompressionLibraryDatabase_GetVisualFidelity"); \ static_assert(sizeof(AnimationCompressionLibraryDatabase_GetVisualFidelity) == 0x000010, "Wrong size on AnimationCompressionLibraryDatabase_GetVisualFidelity"); \ static_assert(offsetof(AnimationCompressionLibraryDatabase_GetVisualFidelity, DatabaseAsset) == 0x000000, "Member 'AnimationCompressionLibraryDatabase_GetVisualFidelity::DatabaseAsset' has a wrong offset!"); \ static_assert(offsetof(AnimationCompressionLibraryDatabase_GetVisualFidelity, ReturnValue) == 0x000008, "Member 'AnimationCompressionLibraryDatabase_GetVisualFidelity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationCompressionLibraryDatabase_SetVisualFidelity \ static_assert(alignof(AnimationCompressionLibraryDatabase_SetVisualFidelity) == 0x000008, "Wrong alignment on AnimationCompressionLibraryDatabase_SetVisualFidelity"); \ static_assert(sizeof(AnimationCompressionLibraryDatabase_SetVisualFidelity) == 0x000030, "Wrong size on AnimationCompressionLibraryDatabase_SetVisualFidelity"); \ static_assert(offsetof(AnimationCompressionLibraryDatabase_SetVisualFidelity, WorldContextObject) == 0x000000, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AnimationCompressionLibraryDatabase_SetVisualFidelity, LatentInfo) == 0x000008, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::LatentInfo' has a wrong offset!"); \ static_assert(offsetof(AnimationCompressionLibraryDatabase_SetVisualFidelity, DatabaseAsset) == 0x000020, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::DatabaseAsset' has a wrong offset!"); \ static_assert(offsetof(AnimationCompressionLibraryDatabase_SetVisualFidelity, Result) == 0x000028, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::Result' has a wrong offset!"); \ static_assert(offsetof(AnimationCompressionLibraryDatabase_SetVisualFidelity, VisualFidelity) == 0x000029, "Member 'AnimationCompressionLibraryDatabase_SetVisualFidelity::VisualFidelity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationCompressionLibraryDatabase \ static_assert(alignof(UAnimationCompressionLibraryDatabase) == 0x000008, "Wrong alignment on UAnimationCompressionLibraryDatabase"); \ static_assert(sizeof(UAnimationCompressionLibraryDatabase) == 0x000128, "Wrong size on UAnimationCompressionLibraryDatabase"); \ static_assert(offsetof(UAnimationCompressionLibraryDatabase, CookedCompressedBytes) == 0x000028, "Member 'UAnimationCompressionLibraryDatabase::CookedCompressedBytes' has a wrong offset!"); \ static_assert(offsetof(UAnimationCompressionLibraryDatabase, CookedAnimSequenceMappings) == 0x000038, "Member 'UAnimationCompressionLibraryDatabase::CookedAnimSequenceMappings' has a wrong offset!"); \ static_assert(offsetof(UAnimationCompressionLibraryDatabase, MaxStreamRequestSizeKB) == 0x000120, "Member 'UAnimationCompressionLibraryDatabase::MaxStreamRequestSizeKB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACLBase \ static_assert(alignof(UAnimBoneCompressionCodec_ACLBase) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACLBase"); \ static_assert(sizeof(UAnimBoneCompressionCodec_ACLBase) == 0x000040, "Wrong size on UAnimBoneCompressionCodec_ACLBase"); \ static_assert(offsetof(UAnimBoneCompressionCodec_ACLBase, bStripBindPose) == 0x000038, "Member 'UAnimBoneCompressionCodec_ACLBase::bStripBindPose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACL \ static_assert(alignof(UAnimBoneCompressionCodec_ACL) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACL"); \ static_assert(sizeof(UAnimBoneCompressionCodec_ACL) == 0x000048, "Wrong size on UAnimBoneCompressionCodec_ACL"); \ static_assert(offsetof(UAnimBoneCompressionCodec_ACL, SafetyFallbackCodec) == 0x000040, "Member 'UAnimBoneCompressionCodec_ACL::SafetyFallbackCodec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACLCustom \ static_assert(alignof(UAnimBoneCompressionCodec_ACLCustom) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACLCustom"); \ static_assert(sizeof(UAnimBoneCompressionCodec_ACLCustom) == 0x000040, "Wrong size on UAnimBoneCompressionCodec_ACLCustom"); \ #define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACLDatabase \ static_assert(alignof(UAnimBoneCompressionCodec_ACLDatabase) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACLDatabase"); \ static_assert(sizeof(UAnimBoneCompressionCodec_ACLDatabase) == 0x000048, "Wrong size on UAnimBoneCompressionCodec_ACLDatabase"); \ static_assert(offsetof(UAnimBoneCompressionCodec_ACLDatabase, DatabaseAsset) == 0x000040, "Member 'UAnimBoneCompressionCodec_ACLDatabase::DatabaseAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACLSafe \ static_assert(alignof(UAnimBoneCompressionCodec_ACLSafe) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACLSafe"); \ static_assert(sizeof(UAnimBoneCompressionCodec_ACLSafe) == 0x000040, "Wrong size on UAnimBoneCompressionCodec_ACLSafe"); \ #define DUMPER7_ASSERTS_FGameplayProperty \ static_assert(alignof(FGameplayProperty) == 0x000008, "Wrong alignment on FGameplayProperty"); \ static_assert(sizeof(FGameplayProperty) == 0x000050, "Wrong size on FGameplayProperty"); \ static_assert(offsetof(FGameplayProperty, TypeName) == 0x000000, "Member 'FGameplayProperty::TypeName' has a wrong offset!"); \ static_assert(offsetof(FGameplayProperty, UpdateFunctionName) == 0x000008, "Member 'FGameplayProperty::UpdateFunctionName' has a wrong offset!"); \ static_assert(offsetof(FGameplayProperty, OnUpdatedCallback) == 0x000010, "Member 'FGameplayProperty::OnUpdatedCallback' has a wrong offset!"); \ static_assert(offsetof(FGameplayProperty, bSkipUpdateOnTick) == 0x000018, "Member 'FGameplayProperty::bSkipUpdateOnTick' has a wrong offset!"); \ static_assert(offsetof(FGameplayProperty, SupportedOnAddModFilters) == 0x000020, "Member 'FGameplayProperty::SupportedOnAddModFilters' has a wrong offset!"); \ static_assert(offsetof(FGameplayProperty, SupportedOnApplyModFilters) == 0x000030, "Member 'FGameplayProperty::SupportedOnApplyModFilters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayPropertyNumeric \ static_assert(alignof(FGameplayPropertyNumeric) == 0x000008, "Wrong alignment on FGameplayPropertyNumeric"); \ static_assert(sizeof(FGameplayPropertyNumeric) == 0x000050, "Wrong size on FGameplayPropertyNumeric"); \ #define DUMPER7_ASSERTS_FModEntry \ static_assert(alignof(FModEntry) == 0x000008, "Wrong alignment on FModEntry"); \ static_assert(sizeof(FModEntry) == 0x000030, "Wrong size on FModEntry"); \ static_assert(offsetof(FModEntry, Modifier) == 0x000000, "Member 'FModEntry::Modifier' has a wrong offset!"); \ static_assert(offsetof(FModEntry, InputValueProvider) == 0x000008, "Member 'FModEntry::InputValueProvider' has a wrong offset!"); \ static_assert(offsetof(FModEntry, OwnerModComponent) == 0x000010, "Member 'FModEntry::OwnerModComponent' has a wrong offset!"); \ static_assert(offsetof(FModEntry, Handle) == 0x000018, "Member 'FModEntry::Handle' has a wrong offset!"); \ static_assert(offsetof(FModEntry, CurrentLifeTime) == 0x000028, "Member 'FModEntry::CurrentLifeTime' has a wrong offset!"); \ static_assert(offsetof(FModEntry, bRemove) == 0x00002C, "Member 'FModEntry::bRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayProperty_Int \ static_assert(alignof(FGameplayProperty_Int) == 0x000008, "Wrong alignment on FGameplayProperty_Int"); \ static_assert(sizeof(FGameplayProperty_Int) == 0x000080, "Wrong size on FGameplayProperty_Int"); \ static_assert(offsetof(FGameplayProperty_Int, Current) == 0x000050, "Member 'FGameplayProperty_Int::Current' has a wrong offset!"); \ static_assert(offsetof(FGameplayProperty_Int, Base) == 0x000054, "Member 'FGameplayProperty_Int::Base' has a wrong offset!"); \ static_assert(offsetof(FGameplayProperty_Int, Min) == 0x000058, "Member 'FGameplayProperty_Int::Min' has a wrong offset!"); \ static_assert(offsetof(FGameplayProperty_Int, Max) == 0x00005C, "Member 'FGameplayProperty_Int::Max' has a wrong offset!"); \ static_assert(offsetof(FGameplayProperty_Int, RoundingType) == 0x000060, "Member 'FGameplayProperty_Int::RoundingType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayProperty_Float \ static_assert(alignof(FGameplayProperty_Float) == 0x000008, "Wrong alignment on FGameplayProperty_Float"); \ static_assert(sizeof(FGameplayProperty_Float) == 0x000090, "Wrong size on FGameplayProperty_Float"); \ static_assert(offsetof(FGameplayProperty_Float, Current) == 0x000050, "Member 'FGameplayProperty_Float::Current' has a wrong offset!"); \ static_assert(offsetof(FGameplayProperty_Float, Base) == 0x000054, "Member 'FGameplayProperty_Float::Base' has a wrong offset!"); \ static_assert(offsetof(FGameplayProperty_Float, Min) == 0x000058, "Member 'FGameplayProperty_Float::Min' has a wrong offset!"); \ static_assert(offsetof(FGameplayProperty_Float, Max) == 0x00005C, "Member 'FGameplayProperty_Float::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayPropertyEntry \ static_assert(alignof(FGameplayPropertyEntry) == 0x000008, "Wrong alignment on FGameplayPropertyEntry"); \ static_assert(sizeof(FGameplayPropertyEntry) == 0x000010, "Wrong size on FGameplayPropertyEntry"); \ #define DUMPER7_ASSERTS_FPropertyList \ static_assert(alignof(FPropertyList) == 0x000008, "Wrong alignment on FPropertyList"); \ static_assert(sizeof(FPropertyList) == 0x000018, "Wrong size on FPropertyList"); \ static_assert(offsetof(FPropertyList, Properties) == 0x000000, "Member 'FPropertyList::Properties' has a wrong offset!"); \ static_assert(offsetof(FPropertyList, bAutomaticallyAdded) == 0x000010, "Member 'FPropertyList::bAutomaticallyAdded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModSettingsNumeric \ static_assert(alignof(FModSettingsNumeric) == 0x000008, "Wrong alignment on FModSettingsNumeric"); \ static_assert(sizeof(FModSettingsNumeric) == 0x000118, "Wrong size on FModSettingsNumeric"); \ static_assert(offsetof(FModSettingsNumeric, CalculationType) == 0x000000, "Member 'FModSettingsNumeric::CalculationType' has a wrong offset!"); \ static_assert(offsetof(FModSettingsNumeric, TimeBasedEffect) == 0x000001, "Member 'FModSettingsNumeric::TimeBasedEffect' has a wrong offset!"); \ static_assert(offsetof(FModSettingsNumeric, ExternalInputEffect) == 0x000002, "Member 'FModSettingsNumeric::ExternalInputEffect' has a wrong offset!"); \ static_assert(offsetof(FModSettingsNumeric, TimeCurve) == 0x000008, "Member 'FModSettingsNumeric::TimeCurve' has a wrong offset!"); \ static_assert(offsetof(FModSettingsNumeric, InputCurve) == 0x000090, "Member 'FModSettingsNumeric::InputCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModIntSettings \ static_assert(alignof(FModIntSettings) == 0x000008, "Wrong alignment on FModIntSettings"); \ static_assert(sizeof(FModIntSettings) == 0x000120, "Wrong size on FModIntSettings"); \ static_assert(offsetof(FModIntSettings, FixedAmount) == 0x000118, "Member 'FModIntSettings::FixedAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModFloatSettings \ static_assert(alignof(FModFloatSettings) == 0x000008, "Wrong alignment on FModFloatSettings"); \ static_assert(sizeof(FModFloatSettings) == 0x000120, "Wrong size on FModFloatSettings"); \ static_assert(offsetof(FModFloatSettings, FixedAmount) == 0x000118, "Member 'FModFloatSettings::FixedAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayPropertySearchHelper \ static_assert(alignof(FGameplayPropertySearchHelper) == 0x000008, "Wrong alignment on FGameplayPropertySearchHelper"); \ static_assert(sizeof(FGameplayPropertySearchHelper) == 0x000050, "Wrong size on FGameplayPropertySearchHelper"); \ static_assert(offsetof(FGameplayPropertySearchHelper, OffsetInObject) == 0x000008, "Member 'FGameplayPropertySearchHelper::OffsetInObject' has a wrong offset!"); \ static_assert(offsetof(FGameplayPropertySearchHelper, Depth) == 0x00000C, "Member 'FGameplayPropertySearchHelper::Depth' has a wrong offset!"); \ static_assert(offsetof(FGameplayPropertySearchHelper, CachedInternalName) == 0x000010, "Member 'FGameplayPropertySearchHelper::CachedInternalName' has a wrong offset!"); \ static_assert(offsetof(FGameplayPropertySearchHelper, CachedDisplayName) == 0x000020, "Member 'FGameplayPropertySearchHelper::CachedDisplayName' has a wrong offset!"); \ static_assert(offsetof(FGameplayPropertySearchHelper, OwnerClass) == 0x000038, "Member 'FGameplayPropertySearchHelper::OwnerClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModTarget \ static_assert(alignof(FModTarget) == 0x000008, "Wrong alignment on FModTarget"); \ static_assert(sizeof(FModTarget) == 0x000020, "Wrong size on FModTarget"); \ static_assert(offsetof(FModTarget, bQueryBlueprints) == 0x000000, "Member 'FModTarget::bQueryBlueprints' has a wrong offset!"); \ static_assert(offsetof(FModTarget, Class) == 0x000008, "Member 'FModTarget::Class' has a wrong offset!"); \ static_assert(offsetof(FModTarget, PathToProperty) == 0x000010, "Member 'FModTarget::PathToProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSelectableName \ static_assert(alignof(FSelectableName) == 0x000004, "Wrong alignment on FSelectableName"); \ static_assert(sizeof(FSelectableName) == 0x000008, "Wrong size on FSelectableName"); \ static_assert(offsetof(FSelectableName, Name) == 0x000000, "Member 'FSelectableName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSelectableString \ static_assert(alignof(FSelectableString) == 0x000008, "Wrong alignment on FSelectableString"); \ static_assert(sizeof(FSelectableString) == 0x000010, "Wrong size on FSelectableString"); \ static_assert(offsetof(FSelectableString, String) == 0x000000, "Member 'FSelectableString::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter \ static_assert(alignof(UModFilter) == 0x000008, "Wrong alignment on UModFilter"); \ static_assert(sizeof(UModFilter) == 0x000030, "Wrong size on UModFilter"); \ #define DUMPER7_ASSERTS_GameplayModComponent_AddGroup \ static_assert(alignof(GameplayModComponent_AddGroup) == 0x000008, "Wrong alignment on GameplayModComponent_AddGroup"); \ static_assert(sizeof(GameplayModComponent_AddGroup) == 0x000008, "Wrong size on GameplayModComponent_AddGroup"); \ static_assert(offsetof(GameplayModComponent_AddGroup, InModGroup) == 0x000000, "Member 'GameplayModComponent_AddGroup::InModGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_AddGroupReplicated \ static_assert(alignof(GameplayModComponent_AddGroupReplicated) == 0x000008, "Wrong alignment on GameplayModComponent_AddGroupReplicated"); \ static_assert(sizeof(GameplayModComponent_AddGroupReplicated) == 0x000008, "Wrong size on GameplayModComponent_AddGroupReplicated"); \ static_assert(offsetof(GameplayModComponent_AddGroupReplicated, InModGroup) == 0x000000, "Member 'GameplayModComponent_AddGroupReplicated::InModGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_AddMod \ static_assert(alignof(GameplayModComponent_AddMod) == 0x000008, "Wrong alignment on GameplayModComponent_AddMod"); \ static_assert(sizeof(GameplayModComponent_AddMod) == 0x000008, "Wrong size on GameplayModComponent_AddMod"); \ static_assert(offsetof(GameplayModComponent_AddMod, InMod) == 0x000000, "Member 'GameplayModComponent_AddMod::InMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_AddModReplicated \ static_assert(alignof(GameplayModComponent_AddModReplicated) == 0x000008, "Wrong alignment on GameplayModComponent_AddModReplicated"); \ static_assert(sizeof(GameplayModComponent_AddModReplicated) == 0x000008, "Wrong size on GameplayModComponent_AddModReplicated"); \ static_assert(offsetof(GameplayModComponent_AddModReplicated, InMod) == 0x000000, "Member 'GameplayModComponent_AddModReplicated::InMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_AddTargetModdable \ static_assert(alignof(GameplayModComponent_AddTargetModdable) == 0x000008, "Wrong alignment on GameplayModComponent_AddTargetModdable"); \ static_assert(sizeof(GameplayModComponent_AddTargetModdable) == 0x000008, "Wrong size on GameplayModComponent_AddTargetModdable"); \ static_assert(offsetof(GameplayModComponent_AddTargetModdable, InTarget) == 0x000000, "Member 'GameplayModComponent_AddTargetModdable::InTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_ClientAddGroupManualReplication \ static_assert(alignof(GameplayModComponent_ClientAddGroupManualReplication) == 0x000008, "Wrong alignment on GameplayModComponent_ClientAddGroupManualReplication"); \ static_assert(sizeof(GameplayModComponent_ClientAddGroupManualReplication) == 0x000008, "Wrong size on GameplayModComponent_ClientAddGroupManualReplication"); \ static_assert(offsetof(GameplayModComponent_ClientAddGroupManualReplication, InModGroup) == 0x000000, "Member 'GameplayModComponent_ClientAddGroupManualReplication::InModGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_ClientAddModManualReplication \ static_assert(alignof(GameplayModComponent_ClientAddModManualReplication) == 0x000008, "Wrong alignment on GameplayModComponent_ClientAddModManualReplication"); \ static_assert(sizeof(GameplayModComponent_ClientAddModManualReplication) == 0x000008, "Wrong size on GameplayModComponent_ClientAddModManualReplication"); \ static_assert(offsetof(GameplayModComponent_ClientAddModManualReplication, InMod) == 0x000000, "Member 'GameplayModComponent_ClientAddModManualReplication::InMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_ClientRemoveGroupManualReplication \ static_assert(alignof(GameplayModComponent_ClientRemoveGroupManualReplication) == 0x000008, "Wrong alignment on GameplayModComponent_ClientRemoveGroupManualReplication"); \ static_assert(sizeof(GameplayModComponent_ClientRemoveGroupManualReplication) == 0x000008, "Wrong size on GameplayModComponent_ClientRemoveGroupManualReplication"); \ static_assert(offsetof(GameplayModComponent_ClientRemoveGroupManualReplication, InModGroup) == 0x000000, "Member 'GameplayModComponent_ClientRemoveGroupManualReplication::InModGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_ClientRemoveModManualReplication \ static_assert(alignof(GameplayModComponent_ClientRemoveModManualReplication) == 0x000008, "Wrong alignment on GameplayModComponent_ClientRemoveModManualReplication"); \ static_assert(sizeof(GameplayModComponent_ClientRemoveModManualReplication) == 0x000008, "Wrong size on GameplayModComponent_ClientRemoveModManualReplication"); \ static_assert(offsetof(GameplayModComponent_ClientRemoveModManualReplication, InMod) == 0x000000, "Member 'GameplayModComponent_ClientRemoveModManualReplication::InMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_DelayedRemoveMod \ static_assert(alignof(GameplayModComponent_DelayedRemoveMod) == 0x000008, "Wrong alignment on GameplayModComponent_DelayedRemoveMod"); \ static_assert(sizeof(GameplayModComponent_DelayedRemoveMod) == 0x000008, "Wrong size on GameplayModComponent_DelayedRemoveMod"); \ static_assert(offsetof(GameplayModComponent_DelayedRemoveMod, InMod) == 0x000000, "Member 'GameplayModComponent_DelayedRemoveMod::InMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_ExpungeTargetModdable \ static_assert(alignof(GameplayModComponent_ExpungeTargetModdable) == 0x000008, "Wrong alignment on GameplayModComponent_ExpungeTargetModdable"); \ static_assert(sizeof(GameplayModComponent_ExpungeTargetModdable) == 0x000008, "Wrong size on GameplayModComponent_ExpungeTargetModdable"); \ static_assert(offsetof(GameplayModComponent_ExpungeTargetModdable, InTarget) == 0x000000, "Member 'GameplayModComponent_ExpungeTargetModdable::InTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_RemoveGroup \ static_assert(alignof(GameplayModComponent_RemoveGroup) == 0x000008, "Wrong alignment on GameplayModComponent_RemoveGroup"); \ static_assert(sizeof(GameplayModComponent_RemoveGroup) == 0x000008, "Wrong size on GameplayModComponent_RemoveGroup"); \ static_assert(offsetof(GameplayModComponent_RemoveGroup, InModGroup) == 0x000000, "Member 'GameplayModComponent_RemoveGroup::InModGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_RemoveGroupReplicated \ static_assert(alignof(GameplayModComponent_RemoveGroupReplicated) == 0x000008, "Wrong alignment on GameplayModComponent_RemoveGroupReplicated"); \ static_assert(sizeof(GameplayModComponent_RemoveGroupReplicated) == 0x000008, "Wrong size on GameplayModComponent_RemoveGroupReplicated"); \ static_assert(offsetof(GameplayModComponent_RemoveGroupReplicated, InModGroup) == 0x000000, "Member 'GameplayModComponent_RemoveGroupReplicated::InModGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_RemoveMod \ static_assert(alignof(GameplayModComponent_RemoveMod) == 0x000008, "Wrong alignment on GameplayModComponent_RemoveMod"); \ static_assert(sizeof(GameplayModComponent_RemoveMod) == 0x000008, "Wrong size on GameplayModComponent_RemoveMod"); \ static_assert(offsetof(GameplayModComponent_RemoveMod, InMod) == 0x000000, "Member 'GameplayModComponent_RemoveMod::InMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_RemoveModReplicated \ static_assert(alignof(GameplayModComponent_RemoveModReplicated) == 0x000008, "Wrong alignment on GameplayModComponent_RemoveModReplicated"); \ static_assert(sizeof(GameplayModComponent_RemoveModReplicated) == 0x000008, "Wrong size on GameplayModComponent_RemoveModReplicated"); \ static_assert(offsetof(GameplayModComponent_RemoveModReplicated, InMod) == 0x000000, "Member 'GameplayModComponent_RemoveModReplicated::InMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_RemoveTargetModdable \ static_assert(alignof(GameplayModComponent_RemoveTargetModdable) == 0x000008, "Wrong alignment on GameplayModComponent_RemoveTargetModdable"); \ static_assert(sizeof(GameplayModComponent_RemoveTargetModdable) == 0x000008, "Wrong size on GameplayModComponent_RemoveTargetModdable"); \ static_assert(offsetof(GameplayModComponent_RemoveTargetModdable, InTarget) == 0x000000, "Member 'GameplayModComponent_RemoveTargetModdable::InTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_ServerAddGroup \ static_assert(alignof(GameplayModComponent_ServerAddGroup) == 0x000008, "Wrong alignment on GameplayModComponent_ServerAddGroup"); \ static_assert(sizeof(GameplayModComponent_ServerAddGroup) == 0x000008, "Wrong size on GameplayModComponent_ServerAddGroup"); \ static_assert(offsetof(GameplayModComponent_ServerAddGroup, InModGroup) == 0x000000, "Member 'GameplayModComponent_ServerAddGroup::InModGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_ServerAddMod \ static_assert(alignof(GameplayModComponent_ServerAddMod) == 0x000008, "Wrong alignment on GameplayModComponent_ServerAddMod"); \ static_assert(sizeof(GameplayModComponent_ServerAddMod) == 0x000008, "Wrong size on GameplayModComponent_ServerAddMod"); \ static_assert(offsetof(GameplayModComponent_ServerAddMod, InMod) == 0x000000, "Member 'GameplayModComponent_ServerAddMod::InMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_ServerRemoveGroup \ static_assert(alignof(GameplayModComponent_ServerRemoveGroup) == 0x000008, "Wrong alignment on GameplayModComponent_ServerRemoveGroup"); \ static_assert(sizeof(GameplayModComponent_ServerRemoveGroup) == 0x000008, "Wrong size on GameplayModComponent_ServerRemoveGroup"); \ static_assert(offsetof(GameplayModComponent_ServerRemoveGroup, InModGroup) == 0x000000, "Member 'GameplayModComponent_ServerRemoveGroup::InModGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_ServerRemoveMod \ static_assert(alignof(GameplayModComponent_ServerRemoveMod) == 0x000008, "Wrong alignment on GameplayModComponent_ServerRemoveMod"); \ static_assert(sizeof(GameplayModComponent_ServerRemoveMod) == 0x000008, "Wrong size on GameplayModComponent_ServerRemoveMod"); \ static_assert(offsetof(GameplayModComponent_ServerRemoveMod, InMod) == 0x000000, "Member 'GameplayModComponent_ServerRemoveMod::InMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_SetModBlackboardValue \ static_assert(alignof(GameplayModComponent_SetModBlackboardValue) == 0x000004, "Wrong alignment on GameplayModComponent_SetModBlackboardValue"); \ static_assert(sizeof(GameplayModComponent_SetModBlackboardValue) == 0x000010, "Wrong size on GameplayModComponent_SetModBlackboardValue"); \ static_assert(offsetof(GameplayModComponent_SetModBlackboardValue, Tag) == 0x000000, "Member 'GameplayModComponent_SetModBlackboardValue::Tag' has a wrong offset!"); \ static_assert(offsetof(GameplayModComponent_SetModBlackboardValue, Value) == 0x000008, "Member 'GameplayModComponent_SetModBlackboardValue::Value' has a wrong offset!"); \ static_assert(offsetof(GameplayModComponent_SetModBlackboardValue, bForceRecomputeProperties) == 0x00000C, "Member 'GameplayModComponent_SetModBlackboardValue::bForceRecomputeProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModComponent_GetModBlackboardValue \ static_assert(alignof(GameplayModComponent_GetModBlackboardValue) == 0x000004, "Wrong alignment on GameplayModComponent_GetModBlackboardValue"); \ static_assert(sizeof(GameplayModComponent_GetModBlackboardValue) == 0x000010, "Wrong size on GameplayModComponent_GetModBlackboardValue"); \ static_assert(offsetof(GameplayModComponent_GetModBlackboardValue, Tag) == 0x000000, "Member 'GameplayModComponent_GetModBlackboardValue::Tag' has a wrong offset!"); \ static_assert(offsetof(GameplayModComponent_GetModBlackboardValue, OutValue) == 0x000008, "Member 'GameplayModComponent_GetModBlackboardValue::OutValue' has a wrong offset!"); \ static_assert(offsetof(GameplayModComponent_GetModBlackboardValue, ReturnValue) == 0x00000C, "Member 'GameplayModComponent_GetModBlackboardValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayModComponent \ static_assert(alignof(UGameplayModComponent) == 0x000008, "Wrong alignment on UGameplayModComponent"); \ static_assert(sizeof(UGameplayModComponent) == 0x0001A0, "Wrong size on UGameplayModComponent"); \ static_assert(offsetof(UGameplayModComponent, ModEntries) == 0x0000D0, "Member 'UGameplayModComponent::ModEntries' has a wrong offset!"); \ static_assert(offsetof(UGameplayModComponent, LocalModEntries) == 0x0000E0, "Member 'UGameplayModComponent::LocalModEntries' has a wrong offset!"); \ static_assert(offsetof(UGameplayModComponent, UnreplicatedModEntries) == 0x0000F0, "Member 'UGameplayModComponent::UnreplicatedModEntries' has a wrong offset!"); \ static_assert(offsetof(UGameplayModComponent, ModdableObjectProperties) == 0x000100, "Member 'UGameplayModComponent::ModdableObjectProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayPropertyMod_OnModAdded_BP \ static_assert(alignof(GameplayPropertyMod_OnModAdded_BP) == 0x000008, "Wrong alignment on GameplayPropertyMod_OnModAdded_BP"); \ static_assert(sizeof(GameplayPropertyMod_OnModAdded_BP) == 0x000008, "Wrong size on GameplayPropertyMod_OnModAdded_BP"); \ static_assert(offsetof(GameplayPropertyMod_OnModAdded_BP, InTargetObject) == 0x000000, "Member 'GameplayPropertyMod_OnModAdded_BP::InTargetObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayPropertyMod_OnModApplied_BP \ static_assert(alignof(GameplayPropertyMod_OnModApplied_BP) == 0x000008, "Wrong alignment on GameplayPropertyMod_OnModApplied_BP"); \ static_assert(sizeof(GameplayPropertyMod_OnModApplied_BP) == 0x000010, "Wrong size on GameplayPropertyMod_OnModApplied_BP"); \ static_assert(offsetof(GameplayPropertyMod_OnModApplied_BP, InTargetObject) == 0x000000, "Member 'GameplayPropertyMod_OnModApplied_BP::InTargetObject' has a wrong offset!"); \ static_assert(offsetof(GameplayPropertyMod_OnModApplied_BP, bFirstTime) == 0x000008, "Member 'GameplayPropertyMod_OnModApplied_BP::bFirstTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayPropertyMod_OnModRemoved_BP \ static_assert(alignof(GameplayPropertyMod_OnModRemoved_BP) == 0x000008, "Wrong alignment on GameplayPropertyMod_OnModRemoved_BP"); \ static_assert(sizeof(GameplayPropertyMod_OnModRemoved_BP) == 0x000008, "Wrong size on GameplayPropertyMod_OnModRemoved_BP"); \ static_assert(offsetof(GameplayPropertyMod_OnModRemoved_BP, InTargetObject) == 0x000000, "Member 'GameplayPropertyMod_OnModRemoved_BP::InTargetObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayPropertyMod \ static_assert(alignof(UGameplayPropertyMod) == 0x000008, "Wrong alignment on UGameplayPropertyMod"); \ static_assert(sizeof(UGameplayPropertyMod) == 0x0000A0, "Wrong size on UGameplayPropertyMod"); \ static_assert(offsetof(UGameplayPropertyMod, ModTarget) == 0x000030, "Member 'UGameplayPropertyMod::ModTarget' has a wrong offset!"); \ static_assert(offsetof(UGameplayPropertyMod, bEvaluateInputOnAddOnly) == 0x000050, "Member 'UGameplayPropertyMod::bEvaluateInputOnAddOnly' has a wrong offset!"); \ static_assert(offsetof(UGameplayPropertyMod, ExternalInputSource) == 0x000051, "Member 'UGameplayPropertyMod::ExternalInputSource' has a wrong offset!"); \ static_assert(offsetof(UGameplayPropertyMod, ExternalInputFunction) == 0x000054, "Member 'UGameplayPropertyMod::ExternalInputFunction' has a wrong offset!"); \ static_assert(offsetof(UGameplayPropertyMod, ExternalInputTag) == 0x00005C, "Member 'UGameplayPropertyMod::ExternalInputTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayPropertyMod, LifeTime) == 0x000064, "Member 'UGameplayPropertyMod::LifeTime' has a wrong offset!"); \ static_assert(offsetof(UGameplayPropertyMod, bApplyOnceOnly) == 0x000068, "Member 'UGameplayPropertyMod::bApplyOnceOnly' has a wrong offset!"); \ static_assert(offsetof(UGameplayPropertyMod, bDelayedRemoveAfterUse) == 0x000069, "Member 'UGameplayPropertyMod::bDelayedRemoveAfterUse' has a wrong offset!"); \ static_assert(offsetof(UGameplayPropertyMod, bStackable) == 0x00006A, "Member 'UGameplayPropertyMod::bStackable' has a wrong offset!"); \ static_assert(offsetof(UGameplayPropertyMod, ModAddFilters) == 0x000070, "Member 'UGameplayPropertyMod::ModAddFilters' has a wrong offset!"); \ static_assert(offsetof(UGameplayPropertyMod, ModApplyFilters) == 0x000080, "Member 'UGameplayPropertyMod::ModApplyFilters' has a wrong offset!"); \ static_assert(offsetof(UGameplayPropertyMod, ModExtensions) == 0x000090, "Member 'UGameplayPropertyMod::ModExtensions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayPropertyModGroup_OnAdded \ static_assert(alignof(GameplayPropertyModGroup_OnAdded) == 0x000008, "Wrong alignment on GameplayPropertyModGroup_OnAdded"); \ static_assert(sizeof(GameplayPropertyModGroup_OnAdded) == 0x000008, "Wrong size on GameplayPropertyModGroup_OnAdded"); \ static_assert(offsetof(GameplayPropertyModGroup_OnAdded, TargetObject) == 0x000000, "Member 'GameplayPropertyModGroup_OnAdded::TargetObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayPropertyModGroup_OnRemoved \ static_assert(alignof(GameplayPropertyModGroup_OnRemoved) == 0x000008, "Wrong alignment on GameplayPropertyModGroup_OnRemoved"); \ static_assert(sizeof(GameplayPropertyModGroup_OnRemoved) == 0x000008, "Wrong size on GameplayPropertyModGroup_OnRemoved"); \ static_assert(offsetof(GameplayPropertyModGroup_OnRemoved, TargetObject) == 0x000000, "Member 'GameplayPropertyModGroup_OnRemoved::TargetObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayPropertyModGroup \ static_assert(alignof(UGameplayPropertyModGroup) == 0x000008, "Wrong alignment on UGameplayPropertyModGroup"); \ static_assert(sizeof(UGameplayPropertyModGroup) == 0x000040, "Wrong size on UGameplayPropertyModGroup"); \ static_assert(offsetof(UGameplayPropertyModGroup, Modifiers) == 0x000030, "Member 'UGameplayPropertyModGroup::Modifiers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayPropertyModNumeric \ static_assert(alignof(UGameplayPropertyModNumeric) == 0x000008, "Wrong alignment on UGameplayPropertyModNumeric"); \ static_assert(sizeof(UGameplayPropertyModNumeric) == 0x0002E0, "Wrong size on UGameplayPropertyModNumeric"); \ static_assert(offsetof(UGameplayPropertyModNumeric, FloatSettings) == 0x0000A0, "Member 'UGameplayPropertyModNumeric::FloatSettings' has a wrong offset!"); \ static_assert(offsetof(UGameplayPropertyModNumeric, IntSettings) == 0x0001C0, "Member 'UGameplayPropertyModNumeric::IntSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IModdable \ static_assert(alignof(IModdable) == 0x000001, "Wrong alignment on IModdable"); \ static_assert(sizeof(IModdable) == 0x000001, "Wrong size on IModdable"); \ #define DUMPER7_ASSERTS_ModdableCustomGather_GatherAssociatedModdables \ static_assert(alignof(ModdableCustomGather_GatherAssociatedModdables) == 0x000008, "Wrong alignment on ModdableCustomGather_GatherAssociatedModdables"); \ static_assert(sizeof(ModdableCustomGather_GatherAssociatedModdables) == 0x000010, "Wrong size on ModdableCustomGather_GatherAssociatedModdables"); \ static_assert(offsetof(ModdableCustomGather_GatherAssociatedModdables, ReturnValue) == 0x000000, "Member 'ModdableCustomGather_GatherAssociatedModdables::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IModdableCustomGather \ static_assert(alignof(IModdableCustomGather) == 0x000001, "Wrong alignment on IModdableCustomGather"); \ static_assert(sizeof(IModdableCustomGather) == 0x000001, "Wrong size on IModdableCustomGather"); \ #define DUMPER7_ASSERTS_UModExtension \ static_assert(alignof(UModExtension) == 0x000008, "Wrong alignment on UModExtension"); \ static_assert(sizeof(UModExtension) == 0x000028, "Wrong size on UModExtension"); \ #define DUMPER7_ASSERTS_AnselFunctionLibrary_ConstrainCameraByDistance \ static_assert(alignof(AnselFunctionLibrary_ConstrainCameraByDistance) == 0x000008, "Wrong alignment on AnselFunctionLibrary_ConstrainCameraByDistance"); \ static_assert(sizeof(AnselFunctionLibrary_ConstrainCameraByDistance) == 0x000040, "Wrong size on AnselFunctionLibrary_ConstrainCameraByDistance"); \ static_assert(offsetof(AnselFunctionLibrary_ConstrainCameraByDistance, WorldContextObject) == 0x000000, "Member 'AnselFunctionLibrary_ConstrainCameraByDistance::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AnselFunctionLibrary_ConstrainCameraByDistance, NewCameraLocation) == 0x000008, "Member 'AnselFunctionLibrary_ConstrainCameraByDistance::NewCameraLocation' has a wrong offset!"); \ static_assert(offsetof(AnselFunctionLibrary_ConstrainCameraByDistance, PreviousCameraLocation) == 0x000014, "Member 'AnselFunctionLibrary_ConstrainCameraByDistance::PreviousCameraLocation' has a wrong offset!"); \ static_assert(offsetof(AnselFunctionLibrary_ConstrainCameraByDistance, OriginalCameraLocation) == 0x000020, "Member 'AnselFunctionLibrary_ConstrainCameraByDistance::OriginalCameraLocation' has a wrong offset!"); \ static_assert(offsetof(AnselFunctionLibrary_ConstrainCameraByDistance, OutCameraLocation) == 0x00002C, "Member 'AnselFunctionLibrary_ConstrainCameraByDistance::OutCameraLocation' has a wrong offset!"); \ static_assert(offsetof(AnselFunctionLibrary_ConstrainCameraByDistance, MaxDistance) == 0x000038, "Member 'AnselFunctionLibrary_ConstrainCameraByDistance::MaxDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnselFunctionLibrary_ConstrainCameraByGeometry \ static_assert(alignof(AnselFunctionLibrary_ConstrainCameraByGeometry) == 0x000008, "Wrong alignment on AnselFunctionLibrary_ConstrainCameraByGeometry"); \ static_assert(sizeof(AnselFunctionLibrary_ConstrainCameraByGeometry) == 0x000038, "Wrong size on AnselFunctionLibrary_ConstrainCameraByGeometry"); \ static_assert(offsetof(AnselFunctionLibrary_ConstrainCameraByGeometry, WorldContextObject) == 0x000000, "Member 'AnselFunctionLibrary_ConstrainCameraByGeometry::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AnselFunctionLibrary_ConstrainCameraByGeometry, NewCameraLocation) == 0x000008, "Member 'AnselFunctionLibrary_ConstrainCameraByGeometry::NewCameraLocation' has a wrong offset!"); \ static_assert(offsetof(AnselFunctionLibrary_ConstrainCameraByGeometry, PreviousCameraLocation) == 0x000014, "Member 'AnselFunctionLibrary_ConstrainCameraByGeometry::PreviousCameraLocation' has a wrong offset!"); \ static_assert(offsetof(AnselFunctionLibrary_ConstrainCameraByGeometry, OriginalCameraLocation) == 0x000020, "Member 'AnselFunctionLibrary_ConstrainCameraByGeometry::OriginalCameraLocation' has a wrong offset!"); \ static_assert(offsetof(AnselFunctionLibrary_ConstrainCameraByGeometry, OutCameraLocation) == 0x00002C, "Member 'AnselFunctionLibrary_ConstrainCameraByGeometry::OutCameraLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnselFunctionLibrary_IsPhotographyAllowed \ static_assert(alignof(AnselFunctionLibrary_IsPhotographyAllowed) == 0x000001, "Wrong alignment on AnselFunctionLibrary_IsPhotographyAllowed"); \ static_assert(sizeof(AnselFunctionLibrary_IsPhotographyAllowed) == 0x000001, "Wrong size on AnselFunctionLibrary_IsPhotographyAllowed"); \ static_assert(offsetof(AnselFunctionLibrary_IsPhotographyAllowed, ReturnValue) == 0x000000, "Member 'AnselFunctionLibrary_IsPhotographyAllowed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnselFunctionLibrary_IsPhotographyAvailable \ static_assert(alignof(AnselFunctionLibrary_IsPhotographyAvailable) == 0x000001, "Wrong alignment on AnselFunctionLibrary_IsPhotographyAvailable"); \ static_assert(sizeof(AnselFunctionLibrary_IsPhotographyAvailable) == 0x000001, "Wrong size on AnselFunctionLibrary_IsPhotographyAvailable"); \ static_assert(offsetof(AnselFunctionLibrary_IsPhotographyAvailable, ReturnValue) == 0x000000, "Member 'AnselFunctionLibrary_IsPhotographyAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnselFunctionLibrary_SetAutoPause \ static_assert(alignof(AnselFunctionLibrary_SetAutoPause) == 0x000001, "Wrong alignment on AnselFunctionLibrary_SetAutoPause"); \ static_assert(sizeof(AnselFunctionLibrary_SetAutoPause) == 0x000001, "Wrong size on AnselFunctionLibrary_SetAutoPause"); \ static_assert(offsetof(AnselFunctionLibrary_SetAutoPause, bShouldAutoPause) == 0x000000, "Member 'AnselFunctionLibrary_SetAutoPause::bShouldAutoPause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnselFunctionLibrary_SetAutoPostprocess \ static_assert(alignof(AnselFunctionLibrary_SetAutoPostprocess) == 0x000001, "Wrong alignment on AnselFunctionLibrary_SetAutoPostprocess"); \ static_assert(sizeof(AnselFunctionLibrary_SetAutoPostprocess) == 0x000001, "Wrong size on AnselFunctionLibrary_SetAutoPostprocess"); \ static_assert(offsetof(AnselFunctionLibrary_SetAutoPostprocess, bShouldAutoPostprocess) == 0x000000, "Member 'AnselFunctionLibrary_SetAutoPostprocess::bShouldAutoPostprocess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnselFunctionLibrary_SetCameraConstraintCameraSize \ static_assert(alignof(AnselFunctionLibrary_SetCameraConstraintCameraSize) == 0x000004, "Wrong alignment on AnselFunctionLibrary_SetCameraConstraintCameraSize"); \ static_assert(sizeof(AnselFunctionLibrary_SetCameraConstraintCameraSize) == 0x000004, "Wrong size on AnselFunctionLibrary_SetCameraConstraintCameraSize"); \ static_assert(offsetof(AnselFunctionLibrary_SetCameraConstraintCameraSize, CameraSize) == 0x000000, "Member 'AnselFunctionLibrary_SetCameraConstraintCameraSize::CameraSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnselFunctionLibrary_SetCameraConstraintDistance \ static_assert(alignof(AnselFunctionLibrary_SetCameraConstraintDistance) == 0x000004, "Wrong alignment on AnselFunctionLibrary_SetCameraConstraintDistance"); \ static_assert(sizeof(AnselFunctionLibrary_SetCameraConstraintDistance) == 0x000004, "Wrong size on AnselFunctionLibrary_SetCameraConstraintDistance"); \ static_assert(offsetof(AnselFunctionLibrary_SetCameraConstraintDistance, MaxCameraDistance) == 0x000000, "Member 'AnselFunctionLibrary_SetCameraConstraintDistance::MaxCameraDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnselFunctionLibrary_SetCameraMovementSpeed \ static_assert(alignof(AnselFunctionLibrary_SetCameraMovementSpeed) == 0x000004, "Wrong alignment on AnselFunctionLibrary_SetCameraMovementSpeed"); \ static_assert(sizeof(AnselFunctionLibrary_SetCameraMovementSpeed) == 0x000004, "Wrong size on AnselFunctionLibrary_SetCameraMovementSpeed"); \ static_assert(offsetof(AnselFunctionLibrary_SetCameraMovementSpeed, TranslationSpeed) == 0x000000, "Member 'AnselFunctionLibrary_SetCameraMovementSpeed::TranslationSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnselFunctionLibrary_SetIsPhotographyAllowed \ static_assert(alignof(AnselFunctionLibrary_SetIsPhotographyAllowed) == 0x000001, "Wrong alignment on AnselFunctionLibrary_SetIsPhotographyAllowed"); \ static_assert(sizeof(AnselFunctionLibrary_SetIsPhotographyAllowed) == 0x000001, "Wrong size on AnselFunctionLibrary_SetIsPhotographyAllowed"); \ static_assert(offsetof(AnselFunctionLibrary_SetIsPhotographyAllowed, bIsPhotographyAllowed) == 0x000000, "Member 'AnselFunctionLibrary_SetIsPhotographyAllowed::bIsPhotographyAllowed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnselFunctionLibrary_SetSettleFrames \ static_assert(alignof(AnselFunctionLibrary_SetSettleFrames) == 0x000004, "Wrong alignment on AnselFunctionLibrary_SetSettleFrames"); \ static_assert(sizeof(AnselFunctionLibrary_SetSettleFrames) == 0x000004, "Wrong size on AnselFunctionLibrary_SetSettleFrames"); \ static_assert(offsetof(AnselFunctionLibrary_SetSettleFrames, NumSettleFrames) == 0x000000, "Member 'AnselFunctionLibrary_SetSettleFrames::NumSettleFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnselFunctionLibrary_SetUIControlVisibility \ static_assert(alignof(AnselFunctionLibrary_SetUIControlVisibility) == 0x000008, "Wrong alignment on AnselFunctionLibrary_SetUIControlVisibility"); \ static_assert(sizeof(AnselFunctionLibrary_SetUIControlVisibility) == 0x000010, "Wrong size on AnselFunctionLibrary_SetUIControlVisibility"); \ static_assert(offsetof(AnselFunctionLibrary_SetUIControlVisibility, WorldContextObject) == 0x000000, "Member 'AnselFunctionLibrary_SetUIControlVisibility::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AnselFunctionLibrary_SetUIControlVisibility, UIControlTarget) == 0x000008, "Member 'AnselFunctionLibrary_SetUIControlVisibility::UIControlTarget' has a wrong offset!"); \ static_assert(offsetof(AnselFunctionLibrary_SetUIControlVisibility, bIsVisible) == 0x000009, "Member 'AnselFunctionLibrary_SetUIControlVisibility::bIsVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnselFunctionLibrary_StartSession \ static_assert(alignof(AnselFunctionLibrary_StartSession) == 0x000008, "Wrong alignment on AnselFunctionLibrary_StartSession"); \ static_assert(sizeof(AnselFunctionLibrary_StartSession) == 0x000008, "Wrong size on AnselFunctionLibrary_StartSession"); \ static_assert(offsetof(AnselFunctionLibrary_StartSession, WorldContextObject) == 0x000000, "Member 'AnselFunctionLibrary_StartSession::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnselFunctionLibrary_StopSession \ static_assert(alignof(AnselFunctionLibrary_StopSession) == 0x000008, "Wrong alignment on AnselFunctionLibrary_StopSession"); \ static_assert(sizeof(AnselFunctionLibrary_StopSession) == 0x000008, "Wrong size on AnselFunctionLibrary_StopSession"); \ static_assert(offsetof(AnselFunctionLibrary_StopSession, WorldContextObject) == 0x000000, "Member 'AnselFunctionLibrary_StopSession::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnselFunctionLibrary \ static_assert(alignof(UAnselFunctionLibrary) == 0x000008, "Wrong alignment on UAnselFunctionLibrary"); \ static_assert(sizeof(UAnselFunctionLibrary) == 0x000028, "Wrong size on UAnselFunctionLibrary"); \ #define DUMPER7_ASSERTS_ABP_GOL_CombatGrunt_C_AnimGraph \ static_assert(alignof(ABP_GOL_CombatGrunt_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_GOL_CombatGrunt_C_AnimGraph"); \ static_assert(sizeof(ABP_GOL_CombatGrunt_C_AnimGraph) == 0x000020, "Wrong size on ABP_GOL_CombatGrunt_C_AnimGraph"); \ static_assert(offsetof(ABP_GOL_CombatGrunt_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_GOL_CombatGrunt_C_AnimGraph::InPose' has a wrong offset!"); \ static_assert(offsetof(ABP_GOL_CombatGrunt_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_GOL_CombatGrunt_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_GOL_CombatGrunt_C_ExecuteUbergraph_ABP_GOL_CombatGrunt \ static_assert(alignof(ABP_GOL_CombatGrunt_C_ExecuteUbergraph_ABP_GOL_CombatGrunt) == 0x000004, "Wrong alignment on ABP_GOL_CombatGrunt_C_ExecuteUbergraph_ABP_GOL_CombatGrunt"); \ static_assert(sizeof(ABP_GOL_CombatGrunt_C_ExecuteUbergraph_ABP_GOL_CombatGrunt) == 0x000004, "Wrong size on ABP_GOL_CombatGrunt_C_ExecuteUbergraph_ABP_GOL_CombatGrunt"); \ static_assert(offsetof(ABP_GOL_CombatGrunt_C_ExecuteUbergraph_ABP_GOL_CombatGrunt, EntryPoint) == 0x000000, "Member 'ABP_GOL_CombatGrunt_C_ExecuteUbergraph_ABP_GOL_CombatGrunt::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_GOL_CombatGrunt_C \ static_assert(alignof(UABP_GOL_CombatGrunt_C) == 0x000010, "Wrong alignment on UABP_GOL_CombatGrunt_C"); \ static_assert(sizeof(UABP_GOL_CombatGrunt_C) == 0x0008B0, "Wrong size on UABP_GOL_CombatGrunt_C"); \ static_assert(offsetof(UABP_GOL_CombatGrunt_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_GOL_CombatGrunt_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_GOL_CombatGrunt_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_GOL_CombatGrunt_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_GOL_CombatGrunt_C, AnimGraphNode_ComponentToLocalSpace) == 0x0002F8, "Member 'UABP_GOL_CombatGrunt_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_GOL_CombatGrunt_C, AnimGraphNode_LocalToComponentSpace) == 0x000318, "Member 'UABP_GOL_CombatGrunt_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_GOL_CombatGrunt_C, AnimGraphNode_LinkedInputPose) == 0x000338, "Member 'UABP_GOL_CombatGrunt_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ static_assert(offsetof(UABP_GOL_CombatGrunt_C, AnimGraphNode_BoneDrivenController_3) == 0x000450, "Member 'UABP_GOL_CombatGrunt_C::AnimGraphNode_BoneDrivenController_3' has a wrong offset!"); \ static_assert(offsetof(UABP_GOL_CombatGrunt_C, AnimGraphNode_BoneDrivenController_2) == 0x000568, "Member 'UABP_GOL_CombatGrunt_C::AnimGraphNode_BoneDrivenController_2' has a wrong offset!"); \ static_assert(offsetof(UABP_GOL_CombatGrunt_C, AnimGraphNode_BoneDrivenController_1) == 0x000680, "Member 'UABP_GOL_CombatGrunt_C::AnimGraphNode_BoneDrivenController_1' has a wrong offset!"); \ static_assert(offsetof(UABP_GOL_CombatGrunt_C, AnimGraphNode_BoneDrivenController) == 0x000798, "Member 'UABP_GOL_CombatGrunt_C::AnimGraphNode_BoneDrivenController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Protego_DW_C \ static_assert(alignof(ABP_Protego_DW_C) == 0x000008, "Wrong alignment on ABP_Protego_DW_C"); \ static_assert(sizeof(ABP_Protego_DW_C) == 0x000260, "Wrong size on ABP_Protego_DW_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_InvisibilityPotionWarn_C \ static_assert(alignof(ABP_SkinFX_InvisibilityPotionWarn_C) == 0x000008, "Wrong alignment on ABP_SkinFX_InvisibilityPotionWarn_C"); \ static_assert(sizeof(ABP_SkinFX_InvisibilityPotionWarn_C) == 0x0005D0, "Wrong size on ABP_SkinFX_InvisibilityPotionWarn_C"); \ #define DUMPER7_ASSERTS_FConsiderationWithDisplayName \ static_assert(alignof(FConsiderationWithDisplayName) == 0x000008, "Wrong alignment on FConsiderationWithDisplayName"); \ static_assert(sizeof(FConsiderationWithDisplayName) == 0x000018, "Wrong size on FConsiderationWithDisplayName"); \ static_assert(offsetof(FConsiderationWithDisplayName, DisplayName) == 0x000000, "Member 'FConsiderationWithDisplayName::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FConsiderationWithDisplayName, Consideration) == 0x000010, "Member 'FConsiderationWithDisplayName::Consideration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FScoreOverrideReturnConfiguration \ static_assert(alignof(FScoreOverrideReturnConfiguration) == 0x000004, "Wrong alignment on FScoreOverrideReturnConfiguration"); \ static_assert(sizeof(FScoreOverrideReturnConfiguration) == 0x000018, "Wrong size on FScoreOverrideReturnConfiguration"); \ static_assert(offsetof(FScoreOverrideReturnConfiguration, MultiplierToReturn) == 0x000000, "Member 'FScoreOverrideReturnConfiguration::MultiplierToReturn' has a wrong offset!"); \ static_assert(offsetof(FScoreOverrideReturnConfiguration, CustomMultiplier) == 0x000004, "Member 'FScoreOverrideReturnConfiguration::CustomMultiplier' has a wrong offset!"); \ static_assert(offsetof(FScoreOverrideReturnConfiguration, RankToReturn) == 0x000008, "Member 'FScoreOverrideReturnConfiguration::RankToReturn' has a wrong offset!"); \ static_assert(offsetof(FScoreOverrideReturnConfiguration, CustomRank) == 0x00000C, "Member 'FScoreOverrideReturnConfiguration::CustomRank' has a wrong offset!"); \ static_assert(offsetof(FScoreOverrideReturnConfiguration, BonusToReturn) == 0x000010, "Member 'FScoreOverrideReturnConfiguration::BonusToReturn' has a wrong offset!"); \ static_assert(offsetof(FScoreOverrideReturnConfiguration, CustomBonus) == 0x000014, "Member 'FScoreOverrideReturnConfiguration::CustomBonus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUtilityPlaceholder \ static_assert(alignof(FUtilityPlaceholder) == 0x000001, "Wrong alignment on FUtilityPlaceholder"); \ static_assert(sizeof(FUtilityPlaceholder) == 0x000001, "Wrong size on FUtilityPlaceholder"); \ #define DUMPER7_ASSERTS_UUtilityContext \ static_assert(alignof(UUtilityContext) == 0x000008, "Wrong alignment on UUtilityContext"); \ static_assert(sizeof(UUtilityContext) == 0x000118, "Wrong size on UUtilityContext"); \ static_assert(offsetof(UUtilityContext, SelfActor) == 0x000028, "Member 'UUtilityContext::SelfActor' has a wrong offset!"); \ static_assert(offsetof(UUtilityContext, SelfBehaviorTree) == 0x000030, "Member 'UUtilityContext::SelfBehaviorTree' has a wrong offset!"); \ static_assert(offsetof(UUtilityContext, SelfBlackboard) == 0x000038, "Member 'UUtilityContext::SelfBlackboard' has a wrong offset!"); \ static_assert(offsetof(UUtilityContext, OptionActor) == 0x000040, "Member 'UUtilityContext::OptionActor' has a wrong offset!"); \ static_assert(offsetof(UUtilityContext, OptionActors) == 0x000048, "Member 'UUtilityContext::OptionActors' has a wrong offset!"); \ static_assert(offsetof(UUtilityContext, PerceivedActors) == 0x000068, "Member 'UUtilityContext::PerceivedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQualifierConsideration \ static_assert(alignof(UQualifierConsideration) == 0x000008, "Wrong alignment on UQualifierConsideration"); \ static_assert(sizeof(UQualifierConsideration) == 0x000028, "Wrong size on UQualifierConsideration"); \ #define DUMPER7_ASSERTS_USelfTimeSinceActionStartConsideration \ static_assert(alignof(USelfTimeSinceActionStartConsideration) == 0x000008, "Wrong alignment on USelfTimeSinceActionStartConsideration"); \ static_assert(sizeof(USelfTimeSinceActionStartConsideration) == 0x000030, "Wrong size on USelfTimeSinceActionStartConsideration"); \ static_assert(offsetof(USelfTimeSinceActionStartConsideration, WindowOffset) == 0x000028, "Member 'USelfTimeSinceActionStartConsideration::WindowOffset' has a wrong offset!"); \ static_assert(offsetof(USelfTimeSinceActionStartConsideration, WindowSize) == 0x00002C, "Member 'USelfTimeSinceActionStartConsideration::WindowSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfTimeSinceNamedActionStartConsideration \ static_assert(alignof(USelfTimeSinceNamedActionStartConsideration) == 0x000008, "Wrong alignment on USelfTimeSinceNamedActionStartConsideration"); \ static_assert(sizeof(USelfTimeSinceNamedActionStartConsideration) == 0x000038, "Wrong size on USelfTimeSinceNamedActionStartConsideration"); \ static_assert(offsetof(USelfTimeSinceNamedActionStartConsideration, Action) == 0x000028, "Member 'USelfTimeSinceNamedActionStartConsideration::Action' has a wrong offset!"); \ static_assert(offsetof(USelfTimeSinceNamedActionStartConsideration, WindowOffset) == 0x000030, "Member 'USelfTimeSinceNamedActionStartConsideration::WindowOffset' has a wrong offset!"); \ static_assert(offsetof(USelfTimeSinceNamedActionStartConsideration, WindowSize) == 0x000034, "Member 'USelfTimeSinceNamedActionStartConsideration::WindowSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfTimeSinceActionEndConsideration \ static_assert(alignof(USelfTimeSinceActionEndConsideration) == 0x000008, "Wrong alignment on USelfTimeSinceActionEndConsideration"); \ static_assert(sizeof(USelfTimeSinceActionEndConsideration) == 0x000030, "Wrong size on USelfTimeSinceActionEndConsideration"); \ static_assert(offsetof(USelfTimeSinceActionEndConsideration, WindowOffset) == 0x000028, "Member 'USelfTimeSinceActionEndConsideration::WindowOffset' has a wrong offset!"); \ static_assert(offsetof(USelfTimeSinceActionEndConsideration, WindowSize) == 0x00002C, "Member 'USelfTimeSinceActionEndConsideration::WindowSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfTimeSinceNamedActionEndConsideration \ static_assert(alignof(USelfTimeSinceNamedActionEndConsideration) == 0x000008, "Wrong alignment on USelfTimeSinceNamedActionEndConsideration"); \ static_assert(sizeof(USelfTimeSinceNamedActionEndConsideration) == 0x000038, "Wrong size on USelfTimeSinceNamedActionEndConsideration"); \ static_assert(offsetof(USelfTimeSinceNamedActionEndConsideration, Action) == 0x000028, "Member 'USelfTimeSinceNamedActionEndConsideration::Action' has a wrong offset!"); \ static_assert(offsetof(USelfTimeSinceNamedActionEndConsideration, WindowOffset) == 0x000030, "Member 'USelfTimeSinceNamedActionEndConsideration::WindowOffset' has a wrong offset!"); \ static_assert(offsetof(USelfTimeSinceNamedActionEndConsideration, WindowSize) == 0x000034, "Member 'USelfTimeSinceNamedActionEndConsideration::WindowSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfOnlyAfterNamedActionEndConsideration \ static_assert(alignof(USelfOnlyAfterNamedActionEndConsideration) == 0x000008, "Wrong alignment on USelfOnlyAfterNamedActionEndConsideration"); \ static_assert(sizeof(USelfOnlyAfterNamedActionEndConsideration) == 0x000038, "Wrong size on USelfOnlyAfterNamedActionEndConsideration"); \ static_assert(offsetof(USelfOnlyAfterNamedActionEndConsideration, Action) == 0x000028, "Member 'USelfOnlyAfterNamedActionEndConsideration::Action' has a wrong offset!"); \ static_assert(offsetof(USelfOnlyAfterNamedActionEndConsideration, WindowSize) == 0x000030, "Member 'USelfOnlyAfterNamedActionEndConsideration::WindowSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorDistanceToSelfConsideration \ static_assert(alignof(UOptionActorDistanceToSelfConsideration) == 0x000008, "Wrong alignment on UOptionActorDistanceToSelfConsideration"); \ static_assert(sizeof(UOptionActorDistanceToSelfConsideration) == 0x000030, "Wrong size on UOptionActorDistanceToSelfConsideration"); \ static_assert(offsetof(UOptionActorDistanceToSelfConsideration, StartRangeOffset) == 0x000028, "Member 'UOptionActorDistanceToSelfConsideration::StartRangeOffset' has a wrong offset!"); \ static_assert(offsetof(UOptionActorDistanceToSelfConsideration, EndRangeOffset) == 0x00002C, "Member 'UOptionActorDistanceToSelfConsideration::EndRangeOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorSightDistanceConsideration \ static_assert(alignof(UOptionActorSightDistanceConsideration) == 0x000008, "Wrong alignment on UOptionActorSightDistanceConsideration"); \ static_assert(sizeof(UOptionActorSightDistanceConsideration) == 0x000030, "Wrong size on UOptionActorSightDistanceConsideration"); \ static_assert(offsetof(UOptionActorSightDistanceConsideration, bUseLoseSightDistance) == 0x000028, "Member 'UOptionActorSightDistanceConsideration::bUseLoseSightDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorMaxPerceptionDistanceConsideration \ static_assert(alignof(UOptionActorMaxPerceptionDistanceConsideration) == 0x000008, "Wrong alignment on UOptionActorMaxPerceptionDistanceConsideration"); \ static_assert(sizeof(UOptionActorMaxPerceptionDistanceConsideration) == 0x000028, "Wrong size on UOptionActorMaxPerceptionDistanceConsideration"); \ #define DUMPER7_ASSERTS_UOptionActorIsAClassConsideration \ static_assert(alignof(UOptionActorIsAClassConsideration) == 0x000008, "Wrong alignment on UOptionActorIsAClassConsideration"); \ static_assert(sizeof(UOptionActorIsAClassConsideration) == 0x000030, "Wrong size on UOptionActorIsAClassConsideration"); \ static_assert(offsetof(UOptionActorIsAClassConsideration, ActorClass) == 0x000028, "Member 'UOptionActorIsAClassConsideration::ActorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfActorIsAClassConsideration \ static_assert(alignof(USelfActorIsAClassConsideration) == 0x000008, "Wrong alignment on USelfActorIsAClassConsideration"); \ static_assert(sizeof(USelfActorIsAClassConsideration) == 0x000030, "Wrong size on USelfActorIsAClassConsideration"); \ static_assert(offsetof(USelfActorIsAClassConsideration, ActorClass) == 0x000028, "Member 'USelfActorIsAClassConsideration::ActorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfActoIsOverlappingOptionActorTrigger \ static_assert(alignof(USelfActoIsOverlappingOptionActorTrigger) == 0x000008, "Wrong alignment on USelfActoIsOverlappingOptionActorTrigger"); \ static_assert(sizeof(USelfActoIsOverlappingOptionActorTrigger) == 0x000038, "Wrong size on USelfActoIsOverlappingOptionActorTrigger"); \ static_assert(offsetof(USelfActoIsOverlappingOptionActorTrigger, TriggerName) == 0x000028, "Member 'USelfActoIsOverlappingOptionActorTrigger::TriggerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorHasActorTagConsideration \ static_assert(alignof(UOptionActorHasActorTagConsideration) == 0x000008, "Wrong alignment on UOptionActorHasActorTagConsideration"); \ static_assert(sizeof(UOptionActorHasActorTagConsideration) == 0x000030, "Wrong size on UOptionActorHasActorTagConsideration"); \ static_assert(offsetof(UOptionActorHasActorTagConsideration, TagName) == 0x000028, "Member 'UOptionActorHasActorTagConsideration::TagName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfActorHasActorTagConsideration \ static_assert(alignof(USelfActorHasActorTagConsideration) == 0x000008, "Wrong alignment on USelfActorHasActorTagConsideration"); \ static_assert(sizeof(USelfActorHasActorTagConsideration) == 0x000030, "Wrong size on USelfActorHasActorTagConsideration"); \ static_assert(offsetof(USelfActorHasActorTagConsideration, TagName) == 0x000028, "Member 'USelfActorHasActorTagConsideration::TagName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfActorHasActorComponent \ static_assert(alignof(USelfActorHasActorComponent) == 0x000008, "Wrong alignment on USelfActorHasActorComponent"); \ static_assert(sizeof(USelfActorHasActorComponent) == 0x000038, "Wrong size on USelfActorHasActorComponent"); \ static_assert(offsetof(USelfActorHasActorComponent, ActorComponentClass) == 0x000028, "Member 'USelfActorHasActorComponent::ActorComponentClass' has a wrong offset!"); \ static_assert(offsetof(USelfActorHasActorComponent, bInverseResult) == 0x000030, "Member 'USelfActorHasActorComponent::bInverseResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfBlackboardBool \ static_assert(alignof(USelfBlackboardBool) == 0x000008, "Wrong alignment on USelfBlackboardBool"); \ static_assert(sizeof(USelfBlackboardBool) == 0x000030, "Wrong size on USelfBlackboardBool"); \ static_assert(offsetof(USelfBlackboardBool, BlackboardKeyName) == 0x000028, "Member 'USelfBlackboardBool::BlackboardKeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorBlackboardBool \ static_assert(alignof(UOptionActorBlackboardBool) == 0x000008, "Wrong alignment on UOptionActorBlackboardBool"); \ static_assert(sizeof(UOptionActorBlackboardBool) == 0x000030, "Wrong size on UOptionActorBlackboardBool"); \ static_assert(offsetof(UOptionActorBlackboardBool, BlackboardKeyName) == 0x000028, "Member 'UOptionActorBlackboardBool::BlackboardKeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTComposite_UtilitySelector \ static_assert(alignof(UBTComposite_UtilitySelector) == 0x000008, "Wrong alignment on UBTComposite_UtilitySelector"); \ static_assert(sizeof(UBTComposite_UtilitySelector) == 0x0000F0, "Wrong size on UBTComposite_UtilitySelector"); \ static_assert(offsetof(UBTComposite_UtilitySelector, SelectionMethod) == 0x000098, "Member 'UBTComposite_UtilitySelector::SelectionMethod' has a wrong offset!"); \ static_assert(offsetof(UBTComposite_UtilitySelector, WeightThreshold) == 0x00009C, "Member 'UBTComposite_UtilitySelector::WeightThreshold' has a wrong offset!"); \ static_assert(offsetof(UBTComposite_UtilitySelector, bIgnoreRank) == 0x0000A0, "Member 'UBTComposite_UtilitySelector::bIgnoreRank' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_IsTrackedErrorReported_Base \ static_assert(alignof(UBTDecorator_IsTrackedErrorReported_Base) == 0x000008, "Wrong alignment on UBTDecorator_IsTrackedErrorReported_Base"); \ static_assert(sizeof(UBTDecorator_IsTrackedErrorReported_Base) == 0x000068, "Wrong size on UBTDecorator_IsTrackedErrorReported_Base"); \ #define DUMPER7_ASSERTS_UBTDecorator_IsTrackedErrorReported \ static_assert(alignof(UBTDecorator_IsTrackedErrorReported) == 0x000008, "Wrong alignment on UBTDecorator_IsTrackedErrorReported"); \ static_assert(sizeof(UBTDecorator_IsTrackedErrorReported) == 0x0000A8, "Wrong size on UBTDecorator_IsTrackedErrorReported"); \ static_assert(offsetof(UBTDecorator_IsTrackedErrorReported, bUseName) == 0x000068, "Member 'UBTDecorator_IsTrackedErrorReported::bUseName' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_IsTrackedErrorReported, ErrorName) == 0x00006C, "Member 'UBTDecorator_IsTrackedErrorReported::ErrorName' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_IsTrackedErrorReported, bUseAccessory) == 0x000074, "Member 'UBTDecorator_IsTrackedErrorReported::bUseAccessory' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_IsTrackedErrorReported, AccessoryActorKey) == 0x000078, "Member 'UBTDecorator_IsTrackedErrorReported::AccessoryActorKey' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_IsTrackedErrorReported, bUseType) == 0x0000A0, "Member 'UBTDecorator_IsTrackedErrorReported::bUseType' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_IsTrackedErrorReported, ErrorType) == 0x0000A1, "Member 'UBTDecorator_IsTrackedErrorReported::ErrorType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_UtilityQualifier \ static_assert(alignof(UBTDecorator_UtilityQualifier) == 0x000008, "Wrong alignment on UBTDecorator_UtilityQualifier"); \ static_assert(sizeof(UBTDecorator_UtilityQualifier) == 0x0000E0, "Wrong size on UBTDecorator_UtilityQualifier"); \ static_assert(offsetof(UBTDecorator_UtilityQualifier, ActionName) == 0x000070, "Member 'UBTDecorator_UtilityQualifier::ActionName' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_UtilityQualifier, Considerations) == 0x000078, "Member 'UBTDecorator_UtilityQualifier::Considerations' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_UtilityQualifier, QualifierOptions) == 0x000088, "Member 'UBTDecorator_UtilityQualifier::QualifierOptions' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_UtilityQualifier, OptionConsiderations) == 0x000090, "Member 'UBTDecorator_UtilityQualifier::OptionConsiderations' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_UtilityQualifier, QualifierTasks) == 0x0000A0, "Member 'UBTDecorator_UtilityQualifier::QualifierTasks' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_UtilityQualifier, bRestartTreeOnOptionChange) == 0x0000B0, "Member 'UBTDecorator_UtilityQualifier::bRestartTreeOnOptionChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_InvalidPathChecker_CanPath \ static_assert(alignof(BTService_InvalidPathChecker_CanPath) == 0x000008, "Wrong alignment on BTService_InvalidPathChecker_CanPath"); \ static_assert(sizeof(BTService_InvalidPathChecker_CanPath) == 0x000040, "Wrong size on BTService_InvalidPathChecker_CanPath"); \ static_assert(offsetof(BTService_InvalidPathChecker_CanPath, AIOwner) == 0x000000, "Member 'BTService_InvalidPathChecker_CanPath::AIOwner' has a wrong offset!"); \ static_assert(offsetof(BTService_InvalidPathChecker_CanPath, NavData) == 0x000008, "Member 'BTService_InvalidPathChecker_CanPath::NavData' has a wrong offset!"); \ static_assert(offsetof(BTService_InvalidPathChecker_CanPath, From) == 0x000010, "Member 'BTService_InvalidPathChecker_CanPath::From' has a wrong offset!"); \ static_assert(offsetof(BTService_InvalidPathChecker_CanPath, To) == 0x00001C, "Member 'BTService_InvalidPathChecker_CanPath::To' has a wrong offset!"); \ static_assert(offsetof(BTService_InvalidPathChecker_CanPath, QueryFilter) == 0x000028, "Member 'BTService_InvalidPathChecker_CanPath::QueryFilter' has a wrong offset!"); \ static_assert(offsetof(BTService_InvalidPathChecker_CanPath, bAllowPartial) == 0x000030, "Member 'BTService_InvalidPathChecker_CanPath::bAllowPartial' has a wrong offset!"); \ static_assert(offsetof(BTService_InvalidPathChecker_CanPath, ProjRadius) == 0x000034, "Member 'BTService_InvalidPathChecker_CanPath::ProjRadius' has a wrong offset!"); \ static_assert(offsetof(BTService_InvalidPathChecker_CanPath, ProjHeight) == 0x000038, "Member 'BTService_InvalidPathChecker_CanPath::ProjHeight' has a wrong offset!"); \ static_assert(offsetof(BTService_InvalidPathChecker_CanPath, ReturnValue) == 0x00003C, "Member 'BTService_InvalidPathChecker_CanPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_InvalidPathChecker \ static_assert(alignof(UBTService_InvalidPathChecker) == 0x000008, "Wrong alignment on UBTService_InvalidPathChecker"); \ static_assert(sizeof(UBTService_InvalidPathChecker) == 0x0000B8, "Wrong size on UBTService_InvalidPathChecker"); \ static_assert(offsetof(UBTService_InvalidPathChecker, MaxChecksPerTick) == 0x000070, "Member 'UBTService_InvalidPathChecker::MaxChecksPerTick' has a wrong offset!"); \ static_assert(offsetof(UBTService_InvalidPathChecker, MaxCacheRefreshTime_Empty) == 0x000074, "Member 'UBTService_InvalidPathChecker::MaxCacheRefreshTime_Empty' has a wrong offset!"); \ static_assert(offsetof(UBTService_InvalidPathChecker, MaxCacheRefreshTime_Valid) == 0x000078, "Member 'UBTService_InvalidPathChecker::MaxCacheRefreshTime_Valid' has a wrong offset!"); \ static_assert(offsetof(UBTService_InvalidPathChecker, FilterClass) == 0x000080, "Member 'UBTService_InvalidPathChecker::FilterClass' has a wrong offset!"); \ static_assert(offsetof(UBTService_InvalidPathChecker, bDisallowPartial) == 0x000088, "Member 'UBTService_InvalidPathChecker::bDisallowPartial' has a wrong offset!"); \ static_assert(offsetof(UBTService_InvalidPathChecker, ProjectionRadius) == 0x00008C, "Member 'UBTService_InvalidPathChecker::ProjectionRadius' has a wrong offset!"); \ static_assert(offsetof(UBTService_InvalidPathChecker, ProjectionHeight) == 0x000090, "Member 'UBTService_InvalidPathChecker::ProjectionHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_MissingNavmeshChecker_HasNavmesh \ static_assert(alignof(BTService_MissingNavmeshChecker_HasNavmesh) == 0x000008, "Wrong alignment on BTService_MissingNavmeshChecker_HasNavmesh"); \ static_assert(sizeof(BTService_MissingNavmeshChecker_HasNavmesh) == 0x000038, "Wrong size on BTService_MissingNavmeshChecker_HasNavmesh"); \ static_assert(offsetof(BTService_MissingNavmeshChecker_HasNavmesh, AIOwner) == 0x000000, "Member 'BTService_MissingNavmeshChecker_HasNavmesh::AIOwner' has a wrong offset!"); \ static_assert(offsetof(BTService_MissingNavmeshChecker_HasNavmesh, NavData) == 0x000008, "Member 'BTService_MissingNavmeshChecker_HasNavmesh::NavData' has a wrong offset!"); \ static_assert(offsetof(BTService_MissingNavmeshChecker_HasNavmesh, Location) == 0x000010, "Member 'BTService_MissingNavmeshChecker_HasNavmesh::Location' has a wrong offset!"); \ static_assert(offsetof(BTService_MissingNavmeshChecker_HasNavmesh, Extent) == 0x00001C, "Member 'BTService_MissingNavmeshChecker_HasNavmesh::Extent' has a wrong offset!"); \ static_assert(offsetof(BTService_MissingNavmeshChecker_HasNavmesh, OutLocation) == 0x000028, "Member 'BTService_MissingNavmeshChecker_HasNavmesh::OutLocation' has a wrong offset!"); \ static_assert(offsetof(BTService_MissingNavmeshChecker_HasNavmesh, ReturnValue) == 0x000034, "Member 'BTService_MissingNavmeshChecker_HasNavmesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_MissingNavmeshChecker \ static_assert(alignof(UBTService_MissingNavmeshChecker) == 0x000008, "Wrong alignment on UBTService_MissingNavmeshChecker"); \ static_assert(sizeof(UBTService_MissingNavmeshChecker) == 0x0000A8, "Wrong size on UBTService_MissingNavmeshChecker"); \ static_assert(offsetof(UBTService_MissingNavmeshChecker, ErrorName) == 0x000070, "Member 'UBTService_MissingNavmeshChecker::ErrorName' has a wrong offset!"); \ static_assert(offsetof(UBTService_MissingNavmeshChecker, HorzRadius) == 0x000078, "Member 'UBTService_MissingNavmeshChecker::HorzRadius' has a wrong offset!"); \ static_assert(offsetof(UBTService_MissingNavmeshChecker, VertRadius) == 0x00007C, "Member 'UBTService_MissingNavmeshChecker::VertRadius' has a wrong offset!"); \ static_assert(offsetof(UBTService_MissingNavmeshChecker, LastGoodNavLocKey) == 0x000080, "Member 'UBTService_MissingNavmeshChecker::LastGoodNavLocKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_UtilityEvaluate \ static_assert(alignof(UBTService_UtilityEvaluate) == 0x000008, "Wrong alignment on UBTService_UtilityEvaluate"); \ static_assert(sizeof(UBTService_UtilityEvaluate) == 0x000070, "Wrong size on UBTService_UtilityEvaluate"); \ #define DUMPER7_ASSERTS_UBTService_UtilityModify \ static_assert(alignof(UBTService_UtilityModify) == 0x000008, "Wrong alignment on UBTService_UtilityModify"); \ static_assert(sizeof(UBTService_UtilityModify) == 0x000078, "Wrong size on UBTService_UtilityModify"); \ static_assert(offsetof(UBTService_UtilityModify, bPauseUtilityEvaulation) == 0x000070, "Member 'UBTService_UtilityModify::bPauseUtilityEvaulation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_ReportTrackedError \ static_assert(alignof(UBTTask_ReportTrackedError) == 0x000008, "Wrong alignment on UBTTask_ReportTrackedError"); \ static_assert(sizeof(UBTTask_ReportTrackedError) == 0x0000C0, "Wrong size on UBTTask_ReportTrackedError"); \ static_assert(offsetof(UBTTask_ReportTrackedError, bUseCurrentActionAsError) == 0x000070, "Member 'UBTTask_ReportTrackedError::bUseCurrentActionAsError' has a wrong offset!"); \ static_assert(offsetof(UBTTask_ReportTrackedError, ErrorName) == 0x000074, "Member 'UBTTask_ReportTrackedError::ErrorName' has a wrong offset!"); \ static_assert(offsetof(UBTTask_ReportTrackedError, AccessoryKey) == 0x000080, "Member 'UBTTask_ReportTrackedError::AccessoryKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_ReportTrackedError, ErrorType) == 0x0000A8, "Member 'UBTTask_ReportTrackedError::ErrorType' has a wrong offset!"); \ static_assert(offsetof(UBTTask_ReportTrackedError, bWaitForReset) == 0x0000A9, "Member 'UBTTask_ReportTrackedError::bWaitForReset' has a wrong offset!"); \ static_assert(offsetof(UBTTask_ReportTrackedError, MinTimeout) == 0x0000AC, "Member 'UBTTask_ReportTrackedError::MinTimeout' has a wrong offset!"); \ static_assert(offsetof(UBTTask_ReportTrackedError, bUseRangeTimeout) == 0x0000B0, "Member 'UBTTask_ReportTrackedError::bUseRangeTimeout' has a wrong offset!"); \ static_assert(offsetof(UBTTask_ReportTrackedError, MaxTimeout) == 0x0000B4, "Member 'UBTTask_ReportTrackedError::MaxTimeout' has a wrong offset!"); \ static_assert(offsetof(UBTTask_ReportTrackedError, ReturnType) == 0x0000B8, "Member 'UBTTask_ReportTrackedError::ReturnType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_ResetTrackedError_Base \ static_assert(alignof(UBTTask_ResetTrackedError_Base) == 0x000008, "Wrong alignment on UBTTask_ResetTrackedError_Base"); \ static_assert(sizeof(UBTTask_ResetTrackedError_Base) == 0x000070, "Wrong size on UBTTask_ResetTrackedError_Base"); \ #define DUMPER7_ASSERTS_UBTTask_ResetTrackedError \ static_assert(alignof(UBTTask_ResetTrackedError) == 0x000008, "Wrong alignment on UBTTask_ResetTrackedError"); \ static_assert(sizeof(UBTTask_ResetTrackedError) == 0x0000B0, "Wrong size on UBTTask_ResetTrackedError"); \ static_assert(offsetof(UBTTask_ResetTrackedError, bUseName) == 0x000070, "Member 'UBTTask_ResetTrackedError::bUseName' has a wrong offset!"); \ static_assert(offsetof(UBTTask_ResetTrackedError, ErrorName) == 0x000074, "Member 'UBTTask_ResetTrackedError::ErrorName' has a wrong offset!"); \ static_assert(offsetof(UBTTask_ResetTrackedError, bUseAccessory) == 0x00007C, "Member 'UBTTask_ResetTrackedError::bUseAccessory' has a wrong offset!"); \ static_assert(offsetof(UBTTask_ResetTrackedError, AccessoryActorKey) == 0x000080, "Member 'UBTTask_ResetTrackedError::AccessoryActorKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_ResetTrackedError, bUseType) == 0x0000A8, "Member 'UBTTask_ResetTrackedError::bUseType' has a wrong offset!"); \ static_assert(offsetof(UBTTask_ResetTrackedError, ErrorType) == 0x0000A9, "Member 'UBTTask_ResetTrackedError::ErrorType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfCharacterMovementModeConsideration \ static_assert(alignof(USelfCharacterMovementModeConsideration) == 0x000008, "Wrong alignment on USelfCharacterMovementModeConsideration"); \ static_assert(sizeof(USelfCharacterMovementModeConsideration) == 0x000030, "Wrong size on USelfCharacterMovementModeConsideration"); \ static_assert(offsetof(USelfCharacterMovementModeConsideration, MovementMode) == 0x000028, "Member 'USelfCharacterMovementModeConsideration::MovementMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionLocationDistanceToSelfConsideration \ static_assert(alignof(UOptionLocationDistanceToSelfConsideration) == 0x000008, "Wrong alignment on UOptionLocationDistanceToSelfConsideration"); \ static_assert(sizeof(UOptionLocationDistanceToSelfConsideration) == 0x000030, "Wrong size on UOptionLocationDistanceToSelfConsideration"); \ static_assert(offsetof(UOptionLocationDistanceToSelfConsideration, StartRangeOffset) == 0x000028, "Member 'UOptionLocationDistanceToSelfConsideration::StartRangeOffset' has a wrong offset!"); \ static_assert(offsetof(UOptionLocationDistanceToSelfConsideration, EndRangeOffset) == 0x00002C, "Member 'UOptionLocationDistanceToSelfConsideration::EndRangeOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionLocationSightDistanceConsideration \ static_assert(alignof(UOptionLocationSightDistanceConsideration) == 0x000008, "Wrong alignment on UOptionLocationSightDistanceConsideration"); \ static_assert(sizeof(UOptionLocationSightDistanceConsideration) == 0x000028, "Wrong size on UOptionLocationSightDistanceConsideration"); \ #define DUMPER7_ASSERTS_UTuningConsideration \ static_assert(alignof(UTuningConsideration) == 0x000008, "Wrong alignment on UTuningConsideration"); \ static_assert(sizeof(UTuningConsideration) == 0x000038, "Wrong size on UTuningConsideration"); \ static_assert(offsetof(UTuningConsideration, Rank) == 0x000028, "Member 'UTuningConsideration::Rank' has a wrong offset!"); \ static_assert(offsetof(UTuningConsideration, Bonus) == 0x00002C, "Member 'UTuningConsideration::Bonus' has a wrong offset!"); \ static_assert(offsetof(UTuningConsideration, Multiplier) == 0x000030, "Member 'UTuningConsideration::Multiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainBonusAtMultiplierThresholdConsideration \ static_assert(alignof(UChainBonusAtMultiplierThresholdConsideration) == 0x000008, "Wrong alignment on UChainBonusAtMultiplierThresholdConsideration"); \ static_assert(sizeof(UChainBonusAtMultiplierThresholdConsideration) == 0x000038, "Wrong size on UChainBonusAtMultiplierThresholdConsideration"); \ static_assert(offsetof(UChainBonusAtMultiplierThresholdConsideration, Bonus) == 0x000028, "Member 'UChainBonusAtMultiplierThresholdConsideration::Bonus' has a wrong offset!"); \ static_assert(offsetof(UChainBonusAtMultiplierThresholdConsideration, MultiplierThreshold) == 0x00002C, "Member 'UChainBonusAtMultiplierThresholdConsideration::MultiplierThreshold' has a wrong offset!"); \ static_assert(offsetof(UChainBonusAtMultiplierThresholdConsideration, Consideration) == 0x000030, "Member 'UChainBonusAtMultiplierThresholdConsideration::Consideration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainOnlyWhenActiveConsideration \ static_assert(alignof(UChainOnlyWhenActiveConsideration) == 0x000008, "Wrong alignment on UChainOnlyWhenActiveConsideration"); \ static_assert(sizeof(UChainOnlyWhenActiveConsideration) == 0x000030, "Wrong size on UChainOnlyWhenActiveConsideration"); \ static_assert(offsetof(UChainOnlyWhenActiveConsideration, Consideration) == 0x000028, "Member 'UChainOnlyWhenActiveConsideration::Consideration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainOnlyWhenInactiveConsideration \ static_assert(alignof(UChainOnlyWhenInactiveConsideration) == 0x000008, "Wrong alignment on UChainOnlyWhenInactiveConsideration"); \ static_assert(sizeof(UChainOnlyWhenInactiveConsideration) == 0x000030, "Wrong size on UChainOnlyWhenInactiveConsideration"); \ static_assert(offsetof(UChainOnlyWhenInactiveConsideration, Consideration) == 0x000028, "Member 'UChainOnlyWhenInactiveConsideration::Consideration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainOnlyWhenNamedActionIsActiveConsideration \ static_assert(alignof(UChainOnlyWhenNamedActionIsActiveConsideration) == 0x000008, "Wrong alignment on UChainOnlyWhenNamedActionIsActiveConsideration"); \ static_assert(sizeof(UChainOnlyWhenNamedActionIsActiveConsideration) == 0x000038, "Wrong size on UChainOnlyWhenNamedActionIsActiveConsideration"); \ static_assert(offsetof(UChainOnlyWhenNamedActionIsActiveConsideration, NamedAction) == 0x000028, "Member 'UChainOnlyWhenNamedActionIsActiveConsideration::NamedAction' has a wrong offset!"); \ static_assert(offsetof(UChainOnlyWhenNamedActionIsActiveConsideration, Consideration) == 0x000030, "Member 'UChainOnlyWhenNamedActionIsActiveConsideration::Consideration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainOnlyWhenNamedActionIsInactiveConsideration \ static_assert(alignof(UChainOnlyWhenNamedActionIsInactiveConsideration) == 0x000008, "Wrong alignment on UChainOnlyWhenNamedActionIsInactiveConsideration"); \ static_assert(sizeof(UChainOnlyWhenNamedActionIsInactiveConsideration) == 0x000038, "Wrong size on UChainOnlyWhenNamedActionIsInactiveConsideration"); \ static_assert(offsetof(UChainOnlyWhenNamedActionIsInactiveConsideration, NamedAction) == 0x000028, "Member 'UChainOnlyWhenNamedActionIsInactiveConsideration::NamedAction' has a wrong offset!"); \ static_assert(offsetof(UChainOnlyWhenNamedActionIsInactiveConsideration, Consideration) == 0x000030, "Member 'UChainOnlyWhenNamedActionIsInactiveConsideration::Consideration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainActionActivityBranchConsideration \ static_assert(alignof(UChainActionActivityBranchConsideration) == 0x000008, "Wrong alignment on UChainActionActivityBranchConsideration"); \ static_assert(sizeof(UChainActionActivityBranchConsideration) == 0x000058, "Wrong size on UChainActionActivityBranchConsideration"); \ static_assert(offsetof(UChainActionActivityBranchConsideration, WhenActiveDescription) == 0x000028, "Member 'UChainActionActivityBranchConsideration::WhenActiveDescription' has a wrong offset!"); \ static_assert(offsetof(UChainActionActivityBranchConsideration, ConsiderationWhenActive) == 0x000038, "Member 'UChainActionActivityBranchConsideration::ConsiderationWhenActive' has a wrong offset!"); \ static_assert(offsetof(UChainActionActivityBranchConsideration, WhenInactiveDescription) == 0x000040, "Member 'UChainActionActivityBranchConsideration::WhenInactiveDescription' has a wrong offset!"); \ static_assert(offsetof(UChainActionActivityBranchConsideration, ConsiderationWhenInactive) == 0x000050, "Member 'UChainActionActivityBranchConsideration::ConsiderationWhenInactive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainNamedActionActivityBranchConsideration \ static_assert(alignof(UChainNamedActionActivityBranchConsideration) == 0x000008, "Wrong alignment on UChainNamedActionActivityBranchConsideration"); \ static_assert(sizeof(UChainNamedActionActivityBranchConsideration) == 0x000060, "Wrong size on UChainNamedActionActivityBranchConsideration"); \ static_assert(offsetof(UChainNamedActionActivityBranchConsideration, NamedAction) == 0x000028, "Member 'UChainNamedActionActivityBranchConsideration::NamedAction' has a wrong offset!"); \ static_assert(offsetof(UChainNamedActionActivityBranchConsideration, WhenActiveDescription) == 0x000030, "Member 'UChainNamedActionActivityBranchConsideration::WhenActiveDescription' has a wrong offset!"); \ static_assert(offsetof(UChainNamedActionActivityBranchConsideration, ConsiderationWhenActive) == 0x000040, "Member 'UChainNamedActionActivityBranchConsideration::ConsiderationWhenActive' has a wrong offset!"); \ static_assert(offsetof(UChainNamedActionActivityBranchConsideration, WhenInactiveDescription) == 0x000048, "Member 'UChainNamedActionActivityBranchConsideration::WhenInactiveDescription' has a wrong offset!"); \ static_assert(offsetof(UChainNamedActionActivityBranchConsideration, ConsiderationWhenInactive) == 0x000058, "Member 'UChainNamedActionActivityBranchConsideration::ConsiderationWhenInactive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainEliminateScoreBelowActiveInactiveThresholdConsideration \ static_assert(alignof(UChainEliminateScoreBelowActiveInactiveThresholdConsideration) == 0x000008, "Wrong alignment on UChainEliminateScoreBelowActiveInactiveThresholdConsideration"); \ static_assert(sizeof(UChainEliminateScoreBelowActiveInactiveThresholdConsideration) == 0x000038, "Wrong size on UChainEliminateScoreBelowActiveInactiveThresholdConsideration"); \ static_assert(offsetof(UChainEliminateScoreBelowActiveInactiveThresholdConsideration, ThesholdWhenActive) == 0x000028, "Member 'UChainEliminateScoreBelowActiveInactiveThresholdConsideration::ThesholdWhenActive' has a wrong offset!"); \ static_assert(offsetof(UChainEliminateScoreBelowActiveInactiveThresholdConsideration, ThesholdWhenInactive) == 0x00002C, "Member 'UChainEliminateScoreBelowActiveInactiveThresholdConsideration::ThesholdWhenInactive' has a wrong offset!"); \ static_assert(offsetof(UChainEliminateScoreBelowActiveInactiveThresholdConsideration, Consideration) == 0x000030, "Member 'UChainEliminateScoreBelowActiveInactiveThresholdConsideration::Consideration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainInvertMultiplierConsideration \ static_assert(alignof(UChainInvertMultiplierConsideration) == 0x000008, "Wrong alignment on UChainInvertMultiplierConsideration"); \ static_assert(sizeof(UChainInvertMultiplierConsideration) == 0x000030, "Wrong size on UChainInvertMultiplierConsideration"); \ static_assert(offsetof(UChainInvertMultiplierConsideration, Consideration) == 0x000028, "Member 'UChainInvertMultiplierConsideration::Consideration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainCurveMapMultiplierConsideration \ static_assert(alignof(UChainCurveMapMultiplierConsideration) == 0x000008, "Wrong alignment on UChainCurveMapMultiplierConsideration"); \ static_assert(sizeof(UChainCurveMapMultiplierConsideration) == 0x0000B8, "Wrong size on UChainCurveMapMultiplierConsideration"); \ static_assert(offsetof(UChainCurveMapMultiplierConsideration, Curve) == 0x000028, "Member 'UChainCurveMapMultiplierConsideration::Curve' has a wrong offset!"); \ static_assert(offsetof(UChainCurveMapMultiplierConsideration, Consideration) == 0x0000B0, "Member 'UChainCurveMapMultiplierConsideration::Consideration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainOverrideMultiplierConsideration \ static_assert(alignof(UChainOverrideMultiplierConsideration) == 0x000008, "Wrong alignment on UChainOverrideMultiplierConsideration"); \ static_assert(sizeof(UChainOverrideMultiplierConsideration) == 0x000038, "Wrong size on UChainOverrideMultiplierConsideration"); \ static_assert(offsetof(UChainOverrideMultiplierConsideration, MultiplierOverride) == 0x000028, "Member 'UChainOverrideMultiplierConsideration::MultiplierOverride' has a wrong offset!"); \ static_assert(offsetof(UChainOverrideMultiplierConsideration, Consideration) == 0x000030, "Member 'UChainOverrideMultiplierConsideration::Consideration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainMultiplierCompareScoreOverrideConsideration \ static_assert(alignof(UChainMultiplierCompareScoreOverrideConsideration) == 0x000008, "Wrong alignment on UChainMultiplierCompareScoreOverrideConsideration"); \ static_assert(sizeof(UChainMultiplierCompareScoreOverrideConsideration) == 0x000080, "Wrong size on UChainMultiplierCompareScoreOverrideConsideration"); \ static_assert(offsetof(UChainMultiplierCompareScoreOverrideConsideration, ConsiderationA) == 0x000028, "Member 'UChainMultiplierCompareScoreOverrideConsideration::ConsiderationA' has a wrong offset!"); \ static_assert(offsetof(UChainMultiplierCompareScoreOverrideConsideration, ConsiderationB) == 0x000030, "Member 'UChainMultiplierCompareScoreOverrideConsideration::ConsiderationB' has a wrong offset!"); \ static_assert(offsetof(UChainMultiplierCompareScoreOverrideConsideration, ALargerThanB) == 0x000038, "Member 'UChainMultiplierCompareScoreOverrideConsideration::ALargerThanB' has a wrong offset!"); \ static_assert(offsetof(UChainMultiplierCompareScoreOverrideConsideration, AEqualToB) == 0x000050, "Member 'UChainMultiplierCompareScoreOverrideConsideration::AEqualToB' has a wrong offset!"); \ static_assert(offsetof(UChainMultiplierCompareScoreOverrideConsideration, ASmallerThanB) == 0x000068, "Member 'UChainMultiplierCompareScoreOverrideConsideration::ASmallerThanB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainBranchOnMaxMultiplierConsideration \ static_assert(alignof(UChainBranchOnMaxMultiplierConsideration) == 0x000008, "Wrong alignment on UChainBranchOnMaxMultiplierConsideration"); \ static_assert(sizeof(UChainBranchOnMaxMultiplierConsideration) == 0x000038, "Wrong size on UChainBranchOnMaxMultiplierConsideration"); \ static_assert(offsetof(UChainBranchOnMaxMultiplierConsideration, ConsiderationA) == 0x000028, "Member 'UChainBranchOnMaxMultiplierConsideration::ConsiderationA' has a wrong offset!"); \ static_assert(offsetof(UChainBranchOnMaxMultiplierConsideration, ConsiderationB) == 0x000030, "Member 'UChainBranchOnMaxMultiplierConsideration::ConsiderationB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainPickMaxMultiplierConsideration \ static_assert(alignof(UChainPickMaxMultiplierConsideration) == 0x000008, "Wrong alignment on UChainPickMaxMultiplierConsideration"); \ static_assert(sizeof(UChainPickMaxMultiplierConsideration) == 0x000038, "Wrong size on UChainPickMaxMultiplierConsideration"); \ static_assert(offsetof(UChainPickMaxMultiplierConsideration, Considerations) == 0x000028, "Member 'UChainPickMaxMultiplierConsideration::Considerations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainCombineConsideration \ static_assert(alignof(UChainCombineConsideration) == 0x000008, "Wrong alignment on UChainCombineConsideration"); \ static_assert(sizeof(UChainCombineConsideration) == 0x000040, "Wrong size on UChainCombineConsideration"); \ static_assert(offsetof(UChainCombineConsideration, Considerations) == 0x000028, "Member 'UChainCombineConsideration::Considerations' has a wrong offset!"); \ static_assert(offsetof(UChainCombineConsideration, bCounterbalanceScoreDegradation) == 0x000038, "Member 'UChainCombineConsideration::bCounterbalanceScoreDegradation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainAtMultiplierThresholdConsideration \ static_assert(alignof(UChainAtMultiplierThresholdConsideration) == 0x000008, "Wrong alignment on UChainAtMultiplierThresholdConsideration"); \ static_assert(sizeof(UChainAtMultiplierThresholdConsideration) == 0x000040, "Wrong size on UChainAtMultiplierThresholdConsideration"); \ static_assert(offsetof(UChainAtMultiplierThresholdConsideration, MultiplierThreshold) == 0x000028, "Member 'UChainAtMultiplierThresholdConsideration::MultiplierThreshold' has a wrong offset!"); \ static_assert(offsetof(UChainAtMultiplierThresholdConsideration, TestConsideration) == 0x000030, "Member 'UChainAtMultiplierThresholdConsideration::TestConsideration' has a wrong offset!"); \ static_assert(offsetof(UChainAtMultiplierThresholdConsideration, ChainConsideration) == 0x000038, "Member 'UChainAtMultiplierThresholdConsideration::ChainConsideration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQualifierOptions \ static_assert(alignof(UQualifierOptions) == 0x000008, "Wrong alignment on UQualifierOptions"); \ static_assert(sizeof(UQualifierOptions) == 0x000028, "Wrong size on UQualifierOptions"); \ #define DUMPER7_ASSERTS_UBlackboardActorQualifierOptions \ static_assert(alignof(UBlackboardActorQualifierOptions) == 0x000008, "Wrong alignment on UBlackboardActorQualifierOptions"); \ static_assert(sizeof(UBlackboardActorQualifierOptions) == 0x000050, "Wrong size on UBlackboardActorQualifierOptions"); \ static_assert(offsetof(UBlackboardActorQualifierOptions, ActorKey) == 0x000028, "Member 'UBlackboardActorQualifierOptions::ActorKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPerceivedActorsQualifierOptions \ static_assert(alignof(UPerceivedActorsQualifierOptions) == 0x000008, "Wrong alignment on UPerceivedActorsQualifierOptions"); \ static_assert(sizeof(UPerceivedActorsQualifierOptions) == 0x000028, "Wrong size on UPerceivedActorsQualifierOptions"); \ #define DUMPER7_ASSERTS_UActorsofClassWithinRangeQualifierOptions \ static_assert(alignof(UActorsofClassWithinRangeQualifierOptions) == 0x000008, "Wrong alignment on UActorsofClassWithinRangeQualifierOptions"); \ static_assert(sizeof(UActorsofClassWithinRangeQualifierOptions) == 0x000038, "Wrong size on UActorsofClassWithinRangeQualifierOptions"); \ static_assert(offsetof(UActorsofClassWithinRangeQualifierOptions, Range) == 0x000028, "Member 'UActorsofClassWithinRangeQualifierOptions::Range' has a wrong offset!"); \ static_assert(offsetof(UActorsofClassWithinRangeQualifierOptions, ActorType) == 0x000030, "Member 'UActorsofClassWithinRangeQualifierOptions::ActorType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQualifierTask \ static_assert(alignof(UQualifierTask) == 0x000008, "Wrong alignment on UQualifierTask"); \ static_assert(sizeof(UQualifierTask) == 0x000028, "Wrong size on UQualifierTask"); \ #define DUMPER7_ASSERTS_UCopySelfActorLocationToBlackboardQualifierTask \ static_assert(alignof(UCopySelfActorLocationToBlackboardQualifierTask) == 0x000008, "Wrong alignment on UCopySelfActorLocationToBlackboardQualifierTask"); \ static_assert(sizeof(UCopySelfActorLocationToBlackboardQualifierTask) == 0x000050, "Wrong size on UCopySelfActorLocationToBlackboardQualifierTask"); \ static_assert(offsetof(UCopySelfActorLocationToBlackboardQualifierTask, OutputLocationKey) == 0x000028, "Member 'UCopySelfActorLocationToBlackboardQualifierTask::OutputLocationKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCopyOptionActorToBlackboardQualifierTask \ static_assert(alignof(UCopyOptionActorToBlackboardQualifierTask) == 0x000008, "Wrong alignment on UCopyOptionActorToBlackboardQualifierTask"); \ static_assert(sizeof(UCopyOptionActorToBlackboardQualifierTask) == 0x000050, "Wrong size on UCopyOptionActorToBlackboardQualifierTask"); \ static_assert(offsetof(UCopyOptionActorToBlackboardQualifierTask, OutputActorKey) == 0x000028, "Member 'UCopyOptionActorToBlackboardQualifierTask::OutputActorKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCopyOptionActorLocationToBlackboardQualifierTask \ static_assert(alignof(UCopyOptionActorLocationToBlackboardQualifierTask) == 0x000008, "Wrong alignment on UCopyOptionActorLocationToBlackboardQualifierTask"); \ static_assert(sizeof(UCopyOptionActorLocationToBlackboardQualifierTask) == 0x000050, "Wrong size on UCopyOptionActorLocationToBlackboardQualifierTask"); \ static_assert(offsetof(UCopyOptionActorLocationToBlackboardQualifierTask, OutputLocationKey) == 0x000028, "Member 'UCopyOptionActorLocationToBlackboardQualifierTask::OutputLocationKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCopyOptionLocationToBlackboardQualifierTask \ static_assert(alignof(UCopyOptionLocationToBlackboardQualifierTask) == 0x000008, "Wrong alignment on UCopyOptionLocationToBlackboardQualifierTask"); \ static_assert(sizeof(UCopyOptionLocationToBlackboardQualifierTask) == 0x000050, "Wrong size on UCopyOptionLocationToBlackboardQualifierTask"); \ static_assert(offsetof(UCopyOptionLocationToBlackboardQualifierTask, OutputLocationKey) == 0x000028, "Member 'UCopyOptionLocationToBlackboardQualifierTask::OutputLocationKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCopyBlackboardLocationToLocationQualifierTask \ static_assert(alignof(UCopyBlackboardLocationToLocationQualifierTask) == 0x000008, "Wrong alignment on UCopyBlackboardLocationToLocationQualifierTask"); \ static_assert(sizeof(UCopyBlackboardLocationToLocationQualifierTask) == 0x000078, "Wrong size on UCopyBlackboardLocationToLocationQualifierTask"); \ static_assert(offsetof(UCopyBlackboardLocationToLocationQualifierTask, FromLocationKey) == 0x000028, "Member 'UCopyBlackboardLocationToLocationQualifierTask::FromLocationKey' has a wrong offset!"); \ static_assert(offsetof(UCopyBlackboardLocationToLocationQualifierTask, ToLocationKey) == 0x000050, "Member 'UCopyBlackboardLocationToLocationQualifierTask::ToLocationKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCopyOptionActorChildLocationToBlackboardQualifierTask \ static_assert(alignof(UCopyOptionActorChildLocationToBlackboardQualifierTask) == 0x000008, "Wrong alignment on UCopyOptionActorChildLocationToBlackboardQualifierTask"); \ static_assert(sizeof(UCopyOptionActorChildLocationToBlackboardQualifierTask) == 0x000060, "Wrong size on UCopyOptionActorChildLocationToBlackboardQualifierTask"); \ static_assert(offsetof(UCopyOptionActorChildLocationToBlackboardQualifierTask, OutputLocationKey) == 0x000028, "Member 'UCopyOptionActorChildLocationToBlackboardQualifierTask::OutputLocationKey' has a wrong offset!"); \ static_assert(offsetof(UCopyOptionActorChildLocationToBlackboardQualifierTask, ChildName) == 0x000050, "Member 'UCopyOptionActorChildLocationToBlackboardQualifierTask::ChildName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfActorIsTrackedErrorReported_Base \ static_assert(alignof(USelfActorIsTrackedErrorReported_Base) == 0x000008, "Wrong alignment on USelfActorIsTrackedErrorReported_Base"); \ static_assert(sizeof(USelfActorIsTrackedErrorReported_Base) == 0x000030, "Wrong size on USelfActorIsTrackedErrorReported_Base"); \ static_assert(offsetof(USelfActorIsTrackedErrorReported_Base, bUnreported) == 0x000028, "Member 'USelfActorIsTrackedErrorReported_Base::bUnreported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfActorIsTrackedErrorReported \ static_assert(alignof(USelfActorIsTrackedErrorReported) == 0x000008, "Wrong alignment on USelfActorIsTrackedErrorReported"); \ static_assert(sizeof(USelfActorIsTrackedErrorReported) == 0x000040, "Wrong size on USelfActorIsTrackedErrorReported"); \ static_assert(offsetof(USelfActorIsTrackedErrorReported, bUseName) == 0x000030, "Member 'USelfActorIsTrackedErrorReported::bUseName' has a wrong offset!"); \ static_assert(offsetof(USelfActorIsTrackedErrorReported, ErrorName) == 0x000034, "Member 'USelfActorIsTrackedErrorReported::ErrorName' has a wrong offset!"); \ static_assert(offsetof(USelfActorIsTrackedErrorReported, bUseType) == 0x00003C, "Member 'USelfActorIsTrackedErrorReported::bUseType' has a wrong offset!"); \ static_assert(offsetof(USelfActorIsTrackedErrorReported, ErrorType) == 0x00003D, "Member 'USelfActorIsTrackedErrorReported::ErrorType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorIsTrackedErrorReported_Base \ static_assert(alignof(UOptionActorIsTrackedErrorReported_Base) == 0x000008, "Wrong alignment on UOptionActorIsTrackedErrorReported_Base"); \ static_assert(sizeof(UOptionActorIsTrackedErrorReported_Base) == 0x000030, "Wrong size on UOptionActorIsTrackedErrorReported_Base"); \ static_assert(offsetof(UOptionActorIsTrackedErrorReported_Base, bUnreported) == 0x000028, "Member 'UOptionActorIsTrackedErrorReported_Base::bUnreported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorIsTrackedErrorReported \ static_assert(alignof(UOptionActorIsTrackedErrorReported) == 0x000008, "Wrong alignment on UOptionActorIsTrackedErrorReported"); \ static_assert(sizeof(UOptionActorIsTrackedErrorReported) == 0x000040, "Wrong size on UOptionActorIsTrackedErrorReported"); \ static_assert(offsetof(UOptionActorIsTrackedErrorReported, bUseName) == 0x000030, "Member 'UOptionActorIsTrackedErrorReported::bUseName' has a wrong offset!"); \ static_assert(offsetof(UOptionActorIsTrackedErrorReported, ErrorName) == 0x000034, "Member 'UOptionActorIsTrackedErrorReported::ErrorName' has a wrong offset!"); \ static_assert(offsetof(UOptionActorIsTrackedErrorReported, bUseType) == 0x00003C, "Member 'UOptionActorIsTrackedErrorReported::bUseType' has a wrong offset!"); \ static_assert(offsetof(UOptionActorIsTrackedErrorReported, ErrorType) == 0x00003D, "Member 'UOptionActorIsTrackedErrorReported::ErrorType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUtilityContextProvider \ static_assert(alignof(IUtilityContextProvider) == 0x000001, "Wrong alignment on IUtilityContextProvider"); \ static_assert(sizeof(IUtilityContextProvider) == 0x000001, "Wrong size on IUtilityContextProvider"); \ #define DUMPER7_ASSERTS_IUtilityScoreProvider \ static_assert(alignof(IUtilityScoreProvider) == 0x000001, "Wrong alignment on IUtilityScoreProvider"); \ static_assert(sizeof(IUtilityScoreProvider) == 0x000001, "Wrong size on IUtilityScoreProvider"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_Get \ static_assert(alignof(UtilityTrackedErrorManager_Get) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_Get"); \ static_assert(sizeof(UtilityTrackedErrorManager_Get) == 0x000008, "Wrong size on UtilityTrackedErrorManager_Get"); \ static_assert(offsetof(UtilityTrackedErrorManager_Get, ReturnValue) == 0x000000, "Member 'UtilityTrackedErrorManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_ReportError \ static_assert(alignof(UtilityTrackedErrorManager_ReportError) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_ReportError"); \ static_assert(sizeof(UtilityTrackedErrorManager_ReportError) == 0x000020, "Wrong size on UtilityTrackedErrorManager_ReportError"); \ static_assert(offsetof(UtilityTrackedErrorManager_ReportError, InOwner) == 0x000000, "Member 'UtilityTrackedErrorManager_ReportError::InOwner' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_ReportError, InName) == 0x000008, "Member 'UtilityTrackedErrorManager_ReportError::InName' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_ReportError, InAccessory) == 0x000010, "Member 'UtilityTrackedErrorManager_ReportError::InAccessory' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_ReportError, InType) == 0x000018, "Member 'UtilityTrackedErrorManager_ReportError::InType' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_ReportError, InTimeToReset) == 0x00001C, "Member 'UtilityTrackedErrorManager_ReportError::InTimeToReset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_ResetError \ static_assert(alignof(UtilityTrackedErrorManager_ResetError) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_ResetError"); \ static_assert(sizeof(UtilityTrackedErrorManager_ResetError) == 0x000020, "Wrong size on UtilityTrackedErrorManager_ResetError"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError, InOwner) == 0x000000, "Member 'UtilityTrackedErrorManager_ResetError::InOwner' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError, InName) == 0x000008, "Member 'UtilityTrackedErrorManager_ResetError::InName' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError, InAccessory) == 0x000010, "Member 'UtilityTrackedErrorManager_ResetError::InAccessory' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError, InType) == 0x000018, "Member 'UtilityTrackedErrorManager_ResetError::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_ResetError_Accessory \ static_assert(alignof(UtilityTrackedErrorManager_ResetError_Accessory) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_ResetError_Accessory"); \ static_assert(sizeof(UtilityTrackedErrorManager_ResetError_Accessory) == 0x000010, "Wrong size on UtilityTrackedErrorManager_ResetError_Accessory"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError_Accessory, InOwner) == 0x000000, "Member 'UtilityTrackedErrorManager_ResetError_Accessory::InOwner' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError_Accessory, InAccessory) == 0x000008, "Member 'UtilityTrackedErrorManager_ResetError_Accessory::InAccessory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_ResetError_AccessoryType \ static_assert(alignof(UtilityTrackedErrorManager_ResetError_AccessoryType) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_ResetError_AccessoryType"); \ static_assert(sizeof(UtilityTrackedErrorManager_ResetError_AccessoryType) == 0x000018, "Wrong size on UtilityTrackedErrorManager_ResetError_AccessoryType"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError_AccessoryType, InOwner) == 0x000000, "Member 'UtilityTrackedErrorManager_ResetError_AccessoryType::InOwner' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError_AccessoryType, InAccessory) == 0x000008, "Member 'UtilityTrackedErrorManager_ResetError_AccessoryType::InAccessory' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError_AccessoryType, InType) == 0x000010, "Member 'UtilityTrackedErrorManager_ResetError_AccessoryType::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_ResetError_Name \ static_assert(alignof(UtilityTrackedErrorManager_ResetError_Name) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_ResetError_Name"); \ static_assert(sizeof(UtilityTrackedErrorManager_ResetError_Name) == 0x000010, "Wrong size on UtilityTrackedErrorManager_ResetError_Name"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError_Name, InOwner) == 0x000000, "Member 'UtilityTrackedErrorManager_ResetError_Name::InOwner' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError_Name, InName) == 0x000008, "Member 'UtilityTrackedErrorManager_ResetError_Name::InName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_ResetError_NameAccessory \ static_assert(alignof(UtilityTrackedErrorManager_ResetError_NameAccessory) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_ResetError_NameAccessory"); \ static_assert(sizeof(UtilityTrackedErrorManager_ResetError_NameAccessory) == 0x000018, "Wrong size on UtilityTrackedErrorManager_ResetError_NameAccessory"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError_NameAccessory, InOwner) == 0x000000, "Member 'UtilityTrackedErrorManager_ResetError_NameAccessory::InOwner' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError_NameAccessory, InName) == 0x000008, "Member 'UtilityTrackedErrorManager_ResetError_NameAccessory::InName' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError_NameAccessory, InAccessory) == 0x000010, "Member 'UtilityTrackedErrorManager_ResetError_NameAccessory::InAccessory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_ResetError_NameType \ static_assert(alignof(UtilityTrackedErrorManager_ResetError_NameType) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_ResetError_NameType"); \ static_assert(sizeof(UtilityTrackedErrorManager_ResetError_NameType) == 0x000018, "Wrong size on UtilityTrackedErrorManager_ResetError_NameType"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError_NameType, InOwner) == 0x000000, "Member 'UtilityTrackedErrorManager_ResetError_NameType::InOwner' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError_NameType, InName) == 0x000008, "Member 'UtilityTrackedErrorManager_ResetError_NameType::InName' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError_NameType, InType) == 0x000010, "Member 'UtilityTrackedErrorManager_ResetError_NameType::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_ResetError_Type \ static_assert(alignof(UtilityTrackedErrorManager_ResetError_Type) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_ResetError_Type"); \ static_assert(sizeof(UtilityTrackedErrorManager_ResetError_Type) == 0x000010, "Wrong size on UtilityTrackedErrorManager_ResetError_Type"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError_Type, InOwner) == 0x000000, "Member 'UtilityTrackedErrorManager_ResetError_Type::InOwner' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_ResetError_Type, InType) == 0x000008, "Member 'UtilityTrackedErrorManager_ResetError_Type::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_GetAccessories_NameType \ static_assert(alignof(UtilityTrackedErrorManager_GetAccessories_NameType) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_GetAccessories_NameType"); \ static_assert(sizeof(UtilityTrackedErrorManager_GetAccessories_NameType) == 0x000070, "Wrong size on UtilityTrackedErrorManager_GetAccessories_NameType"); \ static_assert(offsetof(UtilityTrackedErrorManager_GetAccessories_NameType, InOwner) == 0x000000, "Member 'UtilityTrackedErrorManager_GetAccessories_NameType::InOwner' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_GetAccessories_NameType, InName) == 0x000008, "Member 'UtilityTrackedErrorManager_GetAccessories_NameType::InName' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_GetAccessories_NameType, InType) == 0x000010, "Member 'UtilityTrackedErrorManager_GetAccessories_NameType::InType' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_GetAccessories_NameType, OutAccessories) == 0x000018, "Member 'UtilityTrackedErrorManager_GetAccessories_NameType::OutAccessories' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_GetAccessories_NameType, ReturnValue) == 0x000068, "Member 'UtilityTrackedErrorManager_GetAccessories_NameType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_GetAccessories_Type \ static_assert(alignof(UtilityTrackedErrorManager_GetAccessories_Type) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_GetAccessories_Type"); \ static_assert(sizeof(UtilityTrackedErrorManager_GetAccessories_Type) == 0x000068, "Wrong size on UtilityTrackedErrorManager_GetAccessories_Type"); \ static_assert(offsetof(UtilityTrackedErrorManager_GetAccessories_Type, InOwner) == 0x000000, "Member 'UtilityTrackedErrorManager_GetAccessories_Type::InOwner' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_GetAccessories_Type, InType) == 0x000008, "Member 'UtilityTrackedErrorManager_GetAccessories_Type::InType' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_GetAccessories_Type, OutAccessories) == 0x000010, "Member 'UtilityTrackedErrorManager_GetAccessories_Type::OutAccessories' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_GetAccessories_Type, ReturnValue) == 0x000060, "Member 'UtilityTrackedErrorManager_GetAccessories_Type::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_IsReportedError \ static_assert(alignof(UtilityTrackedErrorManager_IsReportedError) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_IsReportedError"); \ static_assert(sizeof(UtilityTrackedErrorManager_IsReportedError) == 0x000020, "Wrong size on UtilityTrackedErrorManager_IsReportedError"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError, InOwner) == 0x000000, "Member 'UtilityTrackedErrorManager_IsReportedError::InOwner' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError, InName) == 0x000008, "Member 'UtilityTrackedErrorManager_IsReportedError::InName' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError, InAccessory) == 0x000010, "Member 'UtilityTrackedErrorManager_IsReportedError::InAccessory' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError, InType) == 0x000018, "Member 'UtilityTrackedErrorManager_IsReportedError::InType' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError, ReturnValue) == 0x000019, "Member 'UtilityTrackedErrorManager_IsReportedError::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_IsReportedError_Accessory \ static_assert(alignof(UtilityTrackedErrorManager_IsReportedError_Accessory) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_IsReportedError_Accessory"); \ static_assert(sizeof(UtilityTrackedErrorManager_IsReportedError_Accessory) == 0x000018, "Wrong size on UtilityTrackedErrorManager_IsReportedError_Accessory"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_Accessory, InOwner) == 0x000000, "Member 'UtilityTrackedErrorManager_IsReportedError_Accessory::InOwner' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_Accessory, InAccessory) == 0x000008, "Member 'UtilityTrackedErrorManager_IsReportedError_Accessory::InAccessory' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_Accessory, ReturnValue) == 0x000010, "Member 'UtilityTrackedErrorManager_IsReportedError_Accessory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_IsReportedError_AccessoryType \ static_assert(alignof(UtilityTrackedErrorManager_IsReportedError_AccessoryType) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_IsReportedError_AccessoryType"); \ static_assert(sizeof(UtilityTrackedErrorManager_IsReportedError_AccessoryType) == 0x000018, "Wrong size on UtilityTrackedErrorManager_IsReportedError_AccessoryType"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_AccessoryType, InOwner) == 0x000000, "Member 'UtilityTrackedErrorManager_IsReportedError_AccessoryType::InOwner' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_AccessoryType, InAccessory) == 0x000008, "Member 'UtilityTrackedErrorManager_IsReportedError_AccessoryType::InAccessory' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_AccessoryType, InType) == 0x000010, "Member 'UtilityTrackedErrorManager_IsReportedError_AccessoryType::InType' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_AccessoryType, ReturnValue) == 0x000011, "Member 'UtilityTrackedErrorManager_IsReportedError_AccessoryType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_IsReportedError_Name \ static_assert(alignof(UtilityTrackedErrorManager_IsReportedError_Name) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_IsReportedError_Name"); \ static_assert(sizeof(UtilityTrackedErrorManager_IsReportedError_Name) == 0x000018, "Wrong size on UtilityTrackedErrorManager_IsReportedError_Name"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_Name, InOwner) == 0x000000, "Member 'UtilityTrackedErrorManager_IsReportedError_Name::InOwner' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_Name, InName) == 0x000008, "Member 'UtilityTrackedErrorManager_IsReportedError_Name::InName' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_Name, ReturnValue) == 0x000010, "Member 'UtilityTrackedErrorManager_IsReportedError_Name::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_IsReportedError_NameAccessory \ static_assert(alignof(UtilityTrackedErrorManager_IsReportedError_NameAccessory) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_IsReportedError_NameAccessory"); \ static_assert(sizeof(UtilityTrackedErrorManager_IsReportedError_NameAccessory) == 0x000020, "Wrong size on UtilityTrackedErrorManager_IsReportedError_NameAccessory"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_NameAccessory, InOwner) == 0x000000, "Member 'UtilityTrackedErrorManager_IsReportedError_NameAccessory::InOwner' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_NameAccessory, InName) == 0x000008, "Member 'UtilityTrackedErrorManager_IsReportedError_NameAccessory::InName' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_NameAccessory, InAccessory) == 0x000010, "Member 'UtilityTrackedErrorManager_IsReportedError_NameAccessory::InAccessory' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_NameAccessory, ReturnValue) == 0x000018, "Member 'UtilityTrackedErrorManager_IsReportedError_NameAccessory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_IsReportedError_NameType \ static_assert(alignof(UtilityTrackedErrorManager_IsReportedError_NameType) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_IsReportedError_NameType"); \ static_assert(sizeof(UtilityTrackedErrorManager_IsReportedError_NameType) == 0x000018, "Wrong size on UtilityTrackedErrorManager_IsReportedError_NameType"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_NameType, InOwner) == 0x000000, "Member 'UtilityTrackedErrorManager_IsReportedError_NameType::InOwner' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_NameType, InName) == 0x000008, "Member 'UtilityTrackedErrorManager_IsReportedError_NameType::InName' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_NameType, InType) == 0x000010, "Member 'UtilityTrackedErrorManager_IsReportedError_NameType::InType' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_NameType, ReturnValue) == 0x000011, "Member 'UtilityTrackedErrorManager_IsReportedError_NameType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UtilityTrackedErrorManager_IsReportedError_Type \ static_assert(alignof(UtilityTrackedErrorManager_IsReportedError_Type) == 0x000008, "Wrong alignment on UtilityTrackedErrorManager_IsReportedError_Type"); \ static_assert(sizeof(UtilityTrackedErrorManager_IsReportedError_Type) == 0x000010, "Wrong size on UtilityTrackedErrorManager_IsReportedError_Type"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_Type, InOwner) == 0x000000, "Member 'UtilityTrackedErrorManager_IsReportedError_Type::InOwner' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_Type, InType) == 0x000008, "Member 'UtilityTrackedErrorManager_IsReportedError_Type::InType' has a wrong offset!"); \ static_assert(offsetof(UtilityTrackedErrorManager_IsReportedError_Type, ReturnValue) == 0x000009, "Member 'UtilityTrackedErrorManager_IsReportedError_Type::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUtilityTrackedErrorManager \ static_assert(alignof(UUtilityTrackedErrorManager) == 0x000008, "Wrong alignment on UUtilityTrackedErrorManager"); \ static_assert(sizeof(UUtilityTrackedErrorManager) == 0x000120, "Wrong size on UUtilityTrackedErrorManager"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_StumbleDazed_StartLoop_C \ static_assert(alignof(UABL_NPC_RCT_StumbleDazed_StartLoop_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_StumbleDazed_StartLoop_C"); \ static_assert(sizeof(UABL_NPC_RCT_StumbleDazed_StartLoop_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_StumbleDazed_StartLoop_C"); \ #define DUMPER7_ASSERTS_BTT_MoveToOnFire_C_ExecuteUbergraph_BTT_MoveToOnFire \ static_assert(alignof(BTT_MoveToOnFire_C_ExecuteUbergraph_BTT_MoveToOnFire) == 0x000008, "Wrong alignment on BTT_MoveToOnFire_C_ExecuteUbergraph_BTT_MoveToOnFire"); \ static_assert(sizeof(BTT_MoveToOnFire_C_ExecuteUbergraph_BTT_MoveToOnFire) == 0x000028, "Wrong size on BTT_MoveToOnFire_C_ExecuteUbergraph_BTT_MoveToOnFire"); \ static_assert(offsetof(BTT_MoveToOnFire_C_ExecuteUbergraph_BTT_MoveToOnFire, EntryPoint) == 0x000000, "Member 'BTT_MoveToOnFire_C_ExecuteUbergraph_BTT_MoveToOnFire::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToOnFire_C_ExecuteUbergraph_BTT_MoveToOnFire, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_MoveToOnFire_C_ExecuteUbergraph_BTT_MoveToOnFire::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToOnFire_C_ExecuteUbergraph_BTT_MoveToOnFire, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BTT_MoveToOnFire_C_ExecuteUbergraph_BTT_MoveToOnFire::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToOnFire_C_ExecuteUbergraph_BTT_MoveToOnFire, K2Node_DynamicCast_AsEnemy_Character) == 0x000018, "Member 'BTT_MoveToOnFire_C_ExecuteUbergraph_BTT_MoveToOnFire::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToOnFire_C_ExecuteUbergraph_BTT_MoveToOnFire, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_MoveToOnFire_C_ExecuteUbergraph_BTT_MoveToOnFire::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToOnFire_C_ExecuteUbergraph_BTT_MoveToOnFire, CallFunc_MoveToOnFire_ReturnValue) == 0x000021, "Member 'BTT_MoveToOnFire_C_ExecuteUbergraph_BTT_MoveToOnFire::CallFunc_MoveToOnFire_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_MoveToOnFire_C_ReceiveTick \ static_assert(alignof(BTT_MoveToOnFire_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_MoveToOnFire_C_ReceiveTick"); \ static_assert(sizeof(BTT_MoveToOnFire_C_ReceiveTick) == 0x000010, "Wrong size on BTT_MoveToOnFire_C_ReceiveTick"); \ static_assert(offsetof(BTT_MoveToOnFire_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_MoveToOnFire_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToOnFire_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_MoveToOnFire_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_MoveToOnFire_C \ static_assert(alignof(UBTT_MoveToOnFire_C) == 0x000008, "Wrong alignment on UBTT_MoveToOnFire_C"); \ static_assert(sizeof(UBTT_MoveToOnFire_C) == 0x0000F8, "Wrong size on UBTT_MoveToOnFire_C"); \ static_assert(offsetof(UBTT_MoveToOnFire_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_MoveToOnFire_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToOnFire_C, Pawn) == 0x0000B0, "Member 'UBTT_MoveToOnFire_C::Pawn' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToOnFire_C, Controller) == 0x0000B8, "Member 'UBTT_MoveToOnFire_C::Controller' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToOnFire_C, LocationKeyName) == 0x0000C0, "Member 'UBTT_MoveToOnFire_C::LocationKeyName' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToOnFire_C, Mobility) == 0x0000C8, "Member 'UBTT_MoveToOnFire_C::Mobility' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToOnFire_C, OverrideMobility) == 0x0000C9, "Member 'UBTT_MoveToOnFire_C::OverrideMobility' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToOnFire_C, EnemyComp) == 0x0000D0, "Member 'UBTT_MoveToOnFire_C::EnemyComp' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToOnFire_C, BBComp) == 0x0000D8, "Member 'UBTT_MoveToOnFire_C::BBComp' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToOnFire_C, MoveStarted) == 0x0000E0, "Member 'UBTT_MoveToOnFire_C::MoveStarted' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToOnFire_C, MoveLoc) == 0x0000E4, "Member 'UBTT_MoveToOnFire_C::MoveLoc' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToOnFire_C, AtTargetDist) == 0x0000F0, "Member 'UBTT_MoveToOnFire_C::AtTargetDist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlowDataQueryResult \ static_assert(alignof(FFlowDataQueryResult) == 0x000004, "Wrong alignment on FFlowDataQueryResult"); \ static_assert(sizeof(FFlowDataQueryResult) == 0x00001C, "Wrong size on FFlowDataQueryResult"); \ static_assert(offsetof(FFlowDataQueryResult, Type) == 0x000000, "Member 'FFlowDataQueryResult::Type' has a wrong offset!"); \ static_assert(offsetof(FFlowDataQueryResult, Height) == 0x000004, "Member 'FFlowDataQueryResult::Height' has a wrong offset!"); \ static_assert(offsetof(FFlowDataQueryResult, normal) == 0x000008, "Member 'FFlowDataQueryResult::normal' has a wrong offset!"); \ static_assert(offsetof(FFlowDataQueryResult, WaterBodyActor) == 0x000014, "Member 'FFlowDataQueryResult::WaterBodyActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlowDynamicRippleRequest \ static_assert(alignof(FFlowDynamicRippleRequest) == 0x000008, "Wrong alignment on FFlowDynamicRippleRequest"); \ static_assert(sizeof(FFlowDynamicRippleRequest) == 0x000070, "Wrong size on FFlowDynamicRippleRequest"); \ static_assert(offsetof(FFlowDynamicRippleRequest, Radius) == 0x000000, "Member 'FFlowDynamicRippleRequest::Radius' has a wrong offset!"); \ static_assert(offsetof(FFlowDynamicRippleRequest, IntensityMultiplier) == 0x000004, "Member 'FFlowDynamicRippleRequest::IntensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(FFlowDynamicRippleRequest, AttachmentComponent) == 0x000008, "Member 'FFlowDynamicRippleRequest::AttachmentComponent' has a wrong offset!"); \ static_assert(offsetof(FFlowDynamicRippleRequest, MovementComponent) == 0x000010, "Member 'FFlowDynamicRippleRequest::MovementComponent' has a wrong offset!"); \ static_assert(offsetof(FFlowDynamicRippleRequest, WaterHeight) == 0x000018, "Member 'FFlowDynamicRippleRequest::WaterHeight' has a wrong offset!"); \ static_assert(offsetof(FFlowDynamicRippleRequest, bUseWaterHeight) == 0x00001C, "Member 'FFlowDynamicRippleRequest::bUseWaterHeight' has a wrong offset!"); \ static_assert(offsetof(FFlowDynamicRippleRequest, BonesToTrack) == 0x000020, "Member 'FFlowDynamicRippleRequest::BonesToTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlowWaveSystemSettingsData \ static_assert(alignof(FFlowWaveSystemSettingsData) == 0x000008, "Wrong alignment on FFlowWaveSystemSettingsData"); \ static_assert(sizeof(FFlowWaveSystemSettingsData) == 0x000038, "Wrong size on FFlowWaveSystemSettingsData"); \ static_assert(offsetof(FFlowWaveSystemSettingsData, MapNames) == 0x000000, "Member 'FFlowWaveSystemSettingsData::MapNames' has a wrong offset!"); \ static_assert(offsetof(FFlowWaveSystemSettingsData, FirstWaveCascadeSize) == 0x000010, "Member 'FFlowWaveSystemSettingsData::FirstWaveCascadeSize' has a wrong offset!"); \ static_assert(offsetof(FFlowWaveSystemSettingsData, WaveFoamCascadeIndex) == 0x000014, "Member 'FFlowWaveSystemSettingsData::WaveFoamCascadeIndex' has a wrong offset!"); \ static_assert(offsetof(FFlowWaveSystemSettingsData, WaveHeightBias) == 0x000018, "Member 'FFlowWaveSystemSettingsData::WaveHeightBias' has a wrong offset!"); \ static_assert(offsetof(FFlowWaveSystemSettingsData, WaterBleed) == 0x00001C, "Member 'FFlowWaveSystemSettingsData::WaterBleed' has a wrong offset!"); \ static_assert(offsetof(FFlowWaveSystemSettingsData, WaterlineFadeRate) == 0x000020, "Member 'FFlowWaveSystemSettingsData::WaterlineFadeRate' has a wrong offset!"); \ static_assert(offsetof(FFlowWaveSystemSettingsData, WetnessSoftening) == 0x000024, "Member 'FFlowWaveSystemSettingsData::WetnessSoftening' has a wrong offset!"); \ static_assert(offsetof(FFlowWaveSystemSettingsData, FoamFadeRate) == 0x000028, "Member 'FFlowWaveSystemSettingsData::FoamFadeRate' has a wrong offset!"); \ static_assert(offsetof(FFlowWaveSystemSettingsData, FoamCoverage) == 0x00002C, "Member 'FFlowWaveSystemSettingsData::FoamCoverage' has a wrong offset!"); \ static_assert(offsetof(FFlowWaveSystemSettingsData, FoamMultiplier) == 0x000030, "Member 'FFlowWaveSystemSettingsData::FoamMultiplier' has a wrong offset!"); \ static_assert(offsetof(FFlowWaveSystemSettingsData, FoamDeterminantBias) == 0x000034, "Member 'FFlowWaveSystemSettingsData::FoamDeterminantBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLakeAudioSamplePoint \ static_assert(alignof(FLakeAudioSamplePoint) == 0x000004, "Wrong alignment on FLakeAudioSamplePoint"); \ static_assert(sizeof(FLakeAudioSamplePoint) == 0x000024, "Wrong size on FLakeAudioSamplePoint"); \ static_assert(offsetof(FLakeAudioSamplePoint, Location) == 0x000000, "Member 'FLakeAudioSamplePoint::Location' has a wrong offset!"); \ static_assert(offsetof(FLakeAudioSamplePoint, GeometricDepth) == 0x00000C, "Member 'FLakeAudioSamplePoint::GeometricDepth' has a wrong offset!"); \ static_assert(offsetof(FLakeAudioSamplePoint, WaterDepth) == 0x000010, "Member 'FLakeAudioSamplePoint::WaterDepth' has a wrong offset!"); \ static_assert(offsetof(FLakeAudioSamplePoint, DistanceToCoast) == 0x000014, "Member 'FLakeAudioSamplePoint::DistanceToCoast' has a wrong offset!"); \ static_assert(offsetof(FLakeAudioSamplePoint, CoastDirection) == 0x000018, "Member 'FLakeAudioSamplePoint::CoastDirection' has a wrong offset!"); \ static_assert(offsetof(FLakeAudioSamplePoint, MaxWaveHeight) == 0x000020, "Member 'FLakeAudioSamplePoint::MaxWaveHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGerstnerWave \ static_assert(alignof(FGerstnerWave) == 0x000004, "Wrong alignment on FGerstnerWave"); \ static_assert(sizeof(FGerstnerWave) == 0x000018, "Wrong size on FGerstnerWave"); \ static_assert(offsetof(FGerstnerWave, Amplitude) == 0x000000, "Member 'FGerstnerWave::Amplitude' has a wrong offset!"); \ static_assert(offsetof(FGerstnerWave, Wavelength) == 0x000004, "Member 'FGerstnerWave::Wavelength' has a wrong offset!"); \ static_assert(offsetof(FGerstnerWave, Direction) == 0x000008, "Member 'FGerstnerWave::Direction' has a wrong offset!"); \ static_assert(offsetof(FGerstnerWave, Phase) == 0x000010, "Member 'FGerstnerWave::Phase' has a wrong offset!"); \ static_assert(offsetof(FGerstnerWave, GravityMultiplier) == 0x000014, "Member 'FGerstnerWave::GravityMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLakeParameters \ static_assert(alignof(FLakeParameters) == 0x000008, "Wrong alignment on FLakeParameters"); \ static_assert(sizeof(FLakeParameters) == 0x000040, "Wrong size on FLakeParameters"); \ static_assert(offsetof(FLakeParameters, WaterMaterials) == 0x000000, "Member 'FLakeParameters::WaterMaterials' has a wrong offset!"); \ static_assert(offsetof(FLakeParameters, WindWeight) == 0x000010, "Member 'FLakeParameters::WindWeight' has a wrong offset!"); \ static_assert(offsetof(FLakeParameters, bUseFixedWindVelocity) == 0x000014, "Member 'FLakeParameters::bUseFixedWindVelocity' has a wrong offset!"); \ static_assert(offsetof(FLakeParameters, FixedWindVelocity) == 0x000018, "Member 'FLakeParameters::FixedWindVelocity' has a wrong offset!"); \ static_assert(offsetof(FLakeParameters, WindCoastFalloffDistance) == 0x000020, "Member 'FLakeParameters::WindCoastFalloffDistance' has a wrong offset!"); \ static_assert(offsetof(FLakeParameters, Choppiness) == 0x000024, "Member 'FLakeParameters::Choppiness' has a wrong offset!"); \ static_assert(offsetof(FLakeParameters, WaveGravity) == 0x000028, "Member 'FLakeParameters::WaveGravity' has a wrong offset!"); \ static_assert(offsetof(FLakeParameters, ShallowWaterAttenuation) == 0x00002C, "Member 'FLakeParameters::ShallowWaterAttenuation' has a wrong offset!"); \ static_assert(offsetof(FLakeParameters, GerstnerWaves) == 0x000030, "Member 'FLakeParameters::GerstnerWaves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRiverAudioPoint \ static_assert(alignof(FRiverAudioPoint) == 0x000004, "Wrong alignment on FRiverAudioPoint"); \ static_assert(sizeof(FRiverAudioPoint) == 0x000010, "Wrong size on FRiverAudioPoint"); \ static_assert(offsetof(FRiverAudioPoint, Location) == 0x000000, "Member 'FRiverAudioPoint::Location' has a wrong offset!"); \ static_assert(offsetof(FRiverAudioPoint, SpeedOfFlow) == 0x00000C, "Member 'FRiverAudioPoint::SpeedOfFlow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWaterMeshAccelerationStructure \ static_assert(alignof(FWaterMeshAccelerationStructure) == 0x000008, "Wrong alignment on FWaterMeshAccelerationStructure"); \ static_assert(sizeof(FWaterMeshAccelerationStructure) == 0x000020, "Wrong size on FWaterMeshAccelerationStructure"); \ static_assert(offsetof(FWaterMeshAccelerationStructure, Data) == 0x000000, "Member 'FWaterMeshAccelerationStructure::Data' has a wrong offset!"); \ static_assert(offsetof(FWaterMeshAccelerationStructure, LakeLocation) == 0x000010, "Member 'FWaterMeshAccelerationStructure::LakeLocation' has a wrong offset!"); \ static_assert(offsetof(FWaterMeshAccelerationStructure, Extents) == 0x000018, "Member 'FWaterMeshAccelerationStructure::Extents' has a wrong offset!"); \ static_assert(offsetof(FWaterMeshAccelerationStructure, CellsInRow) == 0x00001C, "Member 'FWaterMeshAccelerationStructure::CellsInRow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlowQueryAPI_QueryWaterData \ static_assert(alignof(FlowQueryAPI_QueryWaterData) == 0x000008, "Wrong alignment on FlowQueryAPI_QueryWaterData"); \ static_assert(sizeof(FlowQueryAPI_QueryWaterData) == 0x000030, "Wrong size on FlowQueryAPI_QueryWaterData"); \ static_assert(offsetof(FlowQueryAPI_QueryWaterData, Requester) == 0x000000, "Member 'FlowQueryAPI_QueryWaterData::Requester' has a wrong offset!"); \ static_assert(offsetof(FlowQueryAPI_QueryWaterData, QueryPositions) == 0x000008, "Member 'FlowQueryAPI_QueryWaterData::QueryPositions' has a wrong offset!"); \ static_assert(offsetof(FlowQueryAPI_QueryWaterData, OutResults) == 0x000018, "Member 'FlowQueryAPI_QueryWaterData::OutResults' has a wrong offset!"); \ static_assert(offsetof(FlowQueryAPI_QueryWaterData, bComputeNormals) == 0x000028, "Member 'FlowQueryAPI_QueryWaterData::bComputeNormals' has a wrong offset!"); \ static_assert(offsetof(FlowQueryAPI_QueryWaterData, bTraceRay) == 0x000029, "Member 'FlowQueryAPI_QueryWaterData::bTraceRay' has a wrong offset!"); \ static_assert(offsetof(FlowQueryAPI_QueryWaterData, ReturnValue) == 0x00002A, "Member 'FlowQueryAPI_QueryWaterData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlowQueryAPI \ static_assert(alignof(UFlowQueryAPI) == 0x000008, "Wrong alignment on UFlowQueryAPI"); \ static_assert(sizeof(UFlowQueryAPI) == 0x000048, "Wrong size on UFlowQueryAPI"); \ #define DUMPER7_ASSERTS_UFlowRippleSystemSettings \ static_assert(alignof(UFlowRippleSystemSettings) == 0x000008, "Wrong alignment on UFlowRippleSystemSettings"); \ static_assert(sizeof(UFlowRippleSystemSettings) == 0x0000C0, "Wrong size on UFlowRippleSystemSettings"); \ static_assert(offsetof(UFlowRippleSystemSettings, WaveSpeed) == 0x000030, "Member 'UFlowRippleSystemSettings::WaveSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlowRippleSystemSettings, Damping) == 0x000034, "Member 'UFlowRippleSystemSettings::Damping' has a wrong offset!"); \ static_assert(offsetof(UFlowRippleSystemSettings, VelocityToIntensity) == 0x000038, "Member 'UFlowRippleSystemSettings::VelocityToIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlowRippleSubsystem_AddPersistentRippleSource \ static_assert(alignof(FlowRippleSubsystem_AddPersistentRippleSource) == 0x000008, "Wrong alignment on FlowRippleSubsystem_AddPersistentRippleSource"); \ static_assert(sizeof(FlowRippleSubsystem_AddPersistentRippleSource) == 0x000018, "Wrong size on FlowRippleSubsystem_AddPersistentRippleSource"); \ static_assert(offsetof(FlowRippleSubsystem_AddPersistentRippleSource, Requester) == 0x000000, "Member 'FlowRippleSubsystem_AddPersistentRippleSource::Requester' has a wrong offset!"); \ static_assert(offsetof(FlowRippleSubsystem_AddPersistentRippleSource, Intensity) == 0x000008, "Member 'FlowRippleSubsystem_AddPersistentRippleSource::Intensity' has a wrong offset!"); \ static_assert(offsetof(FlowRippleSubsystem_AddPersistentRippleSource, Radius) == 0x00000C, "Member 'FlowRippleSubsystem_AddPersistentRippleSource::Radius' has a wrong offset!"); \ static_assert(offsetof(FlowRippleSubsystem_AddPersistentRippleSource, OscillationFrequency) == 0x000010, "Member 'FlowRippleSubsystem_AddPersistentRippleSource::OscillationFrequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlowRippleSubsystem_AddRipple \ static_assert(alignof(FlowRippleSubsystem_AddRipple) == 0x000004, "Wrong alignment on FlowRippleSubsystem_AddRipple"); \ static_assert(sizeof(FlowRippleSubsystem_AddRipple) == 0x00001C, "Wrong size on FlowRippleSubsystem_AddRipple"); \ static_assert(offsetof(FlowRippleSubsystem_AddRipple, PositionWorld) == 0x000000, "Member 'FlowRippleSubsystem_AddRipple::PositionWorld' has a wrong offset!"); \ static_assert(offsetof(FlowRippleSubsystem_AddRipple, Intensity) == 0x00000C, "Member 'FlowRippleSubsystem_AddRipple::Intensity' has a wrong offset!"); \ static_assert(offsetof(FlowRippleSubsystem_AddRipple, Radius) == 0x000010, "Member 'FlowRippleSubsystem_AddRipple::Radius' has a wrong offset!"); \ static_assert(offsetof(FlowRippleSubsystem_AddRipple, LifeTime) == 0x000014, "Member 'FlowRippleSubsystem_AddRipple::LifeTime' has a wrong offset!"); \ static_assert(offsetof(FlowRippleSubsystem_AddRipple, ForceOverLifetime) == 0x000018, "Member 'FlowRippleSubsystem_AddRipple::ForceOverLifetime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlowRippleSubsystem_RegisterDynamicRippleSource \ static_assert(alignof(FlowRippleSubsystem_RegisterDynamicRippleSource) == 0x000008, "Wrong alignment on FlowRippleSubsystem_RegisterDynamicRippleSource"); \ static_assert(sizeof(FlowRippleSubsystem_RegisterDynamicRippleSource) == 0x000070, "Wrong size on FlowRippleSubsystem_RegisterDynamicRippleSource"); \ static_assert(offsetof(FlowRippleSubsystem_RegisterDynamicRippleSource, Request) == 0x000000, "Member 'FlowRippleSubsystem_RegisterDynamicRippleSource::Request' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlowRippleSubsystem_RemovePersistentRippleSource \ static_assert(alignof(FlowRippleSubsystem_RemovePersistentRippleSource) == 0x000008, "Wrong alignment on FlowRippleSubsystem_RemovePersistentRippleSource"); \ static_assert(sizeof(FlowRippleSubsystem_RemovePersistentRippleSource) == 0x000008, "Wrong size on FlowRippleSubsystem_RemovePersistentRippleSource"); \ static_assert(offsetof(FlowRippleSubsystem_RemovePersistentRippleSource, Requester) == 0x000000, "Member 'FlowRippleSubsystem_RemovePersistentRippleSource::Requester' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlowRippleSubsystem_UnregisterDynamicRippleSource \ static_assert(alignof(FlowRippleSubsystem_UnregisterDynamicRippleSource) == 0x000008, "Wrong alignment on FlowRippleSubsystem_UnregisterDynamicRippleSource"); \ static_assert(sizeof(FlowRippleSubsystem_UnregisterDynamicRippleSource) == 0x000008, "Wrong size on FlowRippleSubsystem_UnregisterDynamicRippleSource"); \ static_assert(offsetof(FlowRippleSubsystem_UnregisterDynamicRippleSource, Attachment) == 0x000000, "Member 'FlowRippleSubsystem_UnregisterDynamicRippleSource::Attachment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlowRippleSubsystem \ static_assert(alignof(UFlowRippleSubsystem) == 0x000008, "Wrong alignment on UFlowRippleSubsystem"); \ static_assert(sizeof(UFlowRippleSubsystem) == 0x000098, "Wrong size on UFlowRippleSubsystem"); \ static_assert(offsetof(UFlowRippleSubsystem, RenderTargetResource) == 0x000030, "Member 'UFlowRippleSubsystem::RenderTargetResource' has a wrong offset!"); \ static_assert(offsetof(UFlowRippleSubsystem, PlayerRenderTarget) == 0x000038, "Member 'UFlowRippleSubsystem::PlayerRenderTarget' has a wrong offset!"); \ static_assert(offsetof(UFlowRippleSubsystem, Settings) == 0x000040, "Member 'UFlowRippleSubsystem::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlowWaveSystemSettings \ static_assert(alignof(UFlowWaveSystemSettings) == 0x000008, "Wrong alignment on UFlowWaveSystemSettings"); \ static_assert(sizeof(UFlowWaveSystemSettings) == 0x000078, "Wrong size on UFlowWaveSystemSettings"); \ static_assert(offsetof(UFlowWaveSystemSettings, GlobalSettings) == 0x000030, "Member 'UFlowWaveSystemSettings::GlobalSettings' has a wrong offset!"); \ static_assert(offsetof(UFlowWaveSystemSettings, PerLevelSettings) == 0x000068, "Member 'UFlowWaveSystemSettings::PerLevelSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlowWaveSubsystem \ static_assert(alignof(UFlowWaveSubsystem) == 0x000008, "Wrong alignment on UFlowWaveSubsystem"); \ static_assert(sizeof(UFlowWaveSubsystem) == 0x000070, "Wrong size on UFlowWaveSubsystem"); \ static_assert(offsetof(UFlowWaveSubsystem, RegisteredLakes) == 0x000030, "Member 'UFlowWaveSubsystem::RegisteredLakes' has a wrong offset!"); \ static_assert(offsetof(UFlowWaveSubsystem, RenderTargetResourcesWaveDisps) == 0x000040, "Member 'UFlowWaveSubsystem::RenderTargetResourcesWaveDisps' has a wrong offset!"); \ static_assert(offsetof(UFlowWaveSubsystem, RenderTargetResourceWaveFoam) == 0x000048, "Member 'UFlowWaveSubsystem::RenderTargetResourceWaveFoam' has a wrong offset!"); \ static_assert(offsetof(UFlowWaveSubsystem, Settings) == 0x000058, "Member 'UFlowWaveSubsystem::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULakeAudioComponent \ static_assert(alignof(ULakeAudioComponent) == 0x000010, "Wrong alignment on ULakeAudioComponent"); \ static_assert(sizeof(ULakeAudioComponent) == 0x000640, "Wrong size on ULakeAudioComponent"); \ static_assert(offsetof(ULakeAudioComponent, MaxNumAudioPoints) == 0x000618, "Member 'ULakeAudioComponent::MaxNumAudioPoints' has a wrong offset!"); \ static_assert(offsetof(ULakeAudioComponent, PointSpacing) == 0x00061C, "Member 'ULakeAudioComponent::PointSpacing' has a wrong offset!"); \ static_assert(offsetof(ULakeAudioComponent, SamplePoints) == 0x000628, "Member 'ULakeAudioComponent::SamplePoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULakeParameterGeneratorBase \ static_assert(alignof(ULakeParameterGeneratorBase) == 0x000008, "Wrong alignment on ULakeParameterGeneratorBase"); \ static_assert(sizeof(ULakeParameterGeneratorBase) == 0x000028, "Wrong size on ULakeParameterGeneratorBase"); \ #define DUMPER7_ASSERTS_ULakeParameterGenerator \ static_assert(alignof(ULakeParameterGenerator) == 0x000008, "Wrong alignment on ULakeParameterGenerator"); \ static_assert(sizeof(ULakeParameterGenerator) == 0x000060, "Wrong size on ULakeParameterGenerator"); \ static_assert(offsetof(ULakeParameterGenerator, WaterMaterials) == 0x000028, "Member 'ULakeParameterGenerator::WaterMaterials' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterGenerator, WindWeight) == 0x000038, "Member 'ULakeParameterGenerator::WindWeight' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterGenerator, bUseFixedWindVelocity) == 0x00003C, "Member 'ULakeParameterGenerator::bUseFixedWindVelocity' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterGenerator, FixedWindVelocity) == 0x000040, "Member 'ULakeParameterGenerator::FixedWindVelocity' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterGenerator, WindCoastFalloffDistance) == 0x000048, "Member 'ULakeParameterGenerator::WindCoastFalloffDistance' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterGenerator, Choppiness) == 0x00004C, "Member 'ULakeParameterGenerator::Choppiness' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterGenerator, WaveGravity) == 0x000050, "Member 'ULakeParameterGenerator::WaveGravity' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterGenerator, RandomSeed) == 0x000054, "Member 'ULakeParameterGenerator::RandomSeed' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterGenerator, ShallowWaterAttenuation) == 0x000058, "Member 'ULakeParameterGenerator::ShallowWaterAttenuation' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterGenerator, WaveGravityVariance) == 0x00005C, "Member 'ULakeParameterGenerator::WaveGravityVariance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULakeParametersPreset \ static_assert(alignof(ULakeParametersPreset) == 0x000008, "Wrong alignment on ULakeParametersPreset"); \ static_assert(sizeof(ULakeParametersPreset) == 0x000038, "Wrong size on ULakeParametersPreset"); \ static_assert(offsetof(ULakeParametersPreset, ParametersGenerator) == 0x000030, "Member 'ULakeParametersPreset::ParametersGenerator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULakeParameterPresetGenerator \ static_assert(alignof(ULakeParameterPresetGenerator) == 0x000008, "Wrong alignment on ULakeParameterPresetGenerator"); \ static_assert(sizeof(ULakeParameterPresetGenerator) == 0x000030, "Wrong size on ULakeParameterPresetGenerator"); \ static_assert(offsetof(ULakeParameterPresetGenerator, Preset) == 0x000028, "Member 'ULakeParameterPresetGenerator::Preset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULakeParameterManualGenerator \ static_assert(alignof(ULakeParameterManualGenerator) == 0x000008, "Wrong alignment on ULakeParameterManualGenerator"); \ static_assert(sizeof(ULakeParameterManualGenerator) == 0x0000D0, "Wrong size on ULakeParameterManualGenerator"); \ static_assert(offsetof(ULakeParameterManualGenerator, OverallWeight) == 0x000060, "Member 'ULakeParameterManualGenerator::OverallWeight' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, ComponentsPerOctave) == 0x000064, "Member 'ULakeParameterManualGenerator::ComponentsPerOctave' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, WaveDirectionVariance) == 0x000068, "Member 'ULakeParameterManualGenerator::WaveDirectionVariance' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, bEnable000025) == 0x00006C, "Member 'ULakeParameterManualGenerator::bEnable000025' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, Power000025) == 0x000070, "Member 'ULakeParameterManualGenerator::Power000025' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, bEnable000050) == 0x000074, "Member 'ULakeParameterManualGenerator::bEnable000050' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, Power000050) == 0x000078, "Member 'ULakeParameterManualGenerator::Power000050' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, bEnable000100) == 0x00007C, "Member 'ULakeParameterManualGenerator::bEnable000100' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, Power000100) == 0x000080, "Member 'ULakeParameterManualGenerator::Power000100' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, bEnable000200) == 0x000084, "Member 'ULakeParameterManualGenerator::bEnable000200' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, Power000200) == 0x000088, "Member 'ULakeParameterManualGenerator::Power000200' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, bEnable000400) == 0x00008C, "Member 'ULakeParameterManualGenerator::bEnable000400' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, Power000400) == 0x000090, "Member 'ULakeParameterManualGenerator::Power000400' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, bEnable000800) == 0x000094, "Member 'ULakeParameterManualGenerator::bEnable000800' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, Power000800) == 0x000098, "Member 'ULakeParameterManualGenerator::Power000800' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, bEnable001600) == 0x00009C, "Member 'ULakeParameterManualGenerator::bEnable001600' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, Power001600) == 0x0000A0, "Member 'ULakeParameterManualGenerator::Power001600' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, bEnable003200) == 0x0000A4, "Member 'ULakeParameterManualGenerator::bEnable003200' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, Power003200) == 0x0000A8, "Member 'ULakeParameterManualGenerator::Power003200' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, bEnable006400) == 0x0000AC, "Member 'ULakeParameterManualGenerator::bEnable006400' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, Power006400) == 0x0000B0, "Member 'ULakeParameterManualGenerator::Power006400' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, bEnable012800) == 0x0000B4, "Member 'ULakeParameterManualGenerator::bEnable012800' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, Power012800) == 0x0000B8, "Member 'ULakeParameterManualGenerator::Power012800' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, bEnable025600) == 0x0000BC, "Member 'ULakeParameterManualGenerator::bEnable025600' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, Power025600) == 0x0000C0, "Member 'ULakeParameterManualGenerator::Power025600' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, bEnable051200) == 0x0000C4, "Member 'ULakeParameterManualGenerator::bEnable051200' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterManualGenerator, Power051200) == 0x0000C8, "Member 'ULakeParameterManualGenerator::Power051200' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULakeParameterSimpleGenerator \ static_assert(alignof(ULakeParameterSimpleGenerator) == 0x000008, "Wrong alignment on ULakeParameterSimpleGenerator"); \ static_assert(sizeof(ULakeParameterSimpleGenerator) == 0x000088, "Wrong size on ULakeParameterSimpleGenerator"); \ static_assert(offsetof(ULakeParameterSimpleGenerator, NumWaves) == 0x000060, "Member 'ULakeParameterSimpleGenerator::NumWaves' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterSimpleGenerator, Randomness) == 0x000064, "Member 'ULakeParameterSimpleGenerator::Randomness' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterSimpleGenerator, MinWavelength) == 0x000068, "Member 'ULakeParameterSimpleGenerator::MinWavelength' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterSimpleGenerator, MaxWavelength) == 0x00006C, "Member 'ULakeParameterSimpleGenerator::MaxWavelength' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterSimpleGenerator, WavelengthFalloff) == 0x000070, "Member 'ULakeParameterSimpleGenerator::WavelengthFalloff' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterSimpleGenerator, MinAmplitude) == 0x000074, "Member 'ULakeParameterSimpleGenerator::MinAmplitude' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterSimpleGenerator, MaxAmplitude) == 0x000078, "Member 'ULakeParameterSimpleGenerator::MaxAmplitude' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterSimpleGenerator, AmplitudeFalloff) == 0x00007C, "Member 'ULakeParameterSimpleGenerator::AmplitudeFalloff' has a wrong offset!"); \ static_assert(offsetof(ULakeParameterSimpleGenerator, DirectionAngularSpreadDeg) == 0x000080, "Member 'ULakeParameterSimpleGenerator::DirectionAngularSpreadDeg' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULakeComponent \ static_assert(alignof(ULakeComponent) == 0x000008, "Wrong alignment on ULakeComponent"); \ static_assert(sizeof(ULakeComponent) == 0x0001E0, "Wrong size on ULakeComponent"); \ static_assert(offsetof(ULakeComponent, ParametersGenerator) == 0x0000D0, "Member 'ULakeComponent::ParametersGenerator' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, Parameters) == 0x0000D8, "Member 'ULakeComponent::Parameters' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, LakeSize) == 0x000118, "Member 'ULakeComponent::LakeSize' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, TextureDirAndDistToCoast) == 0x000120, "Member 'ULakeComponent::TextureDirAndDistToCoast' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, TextureFlowAndWaterDepth) == 0x000128, "Member 'ULakeComponent::TextureFlowAndWaterDepth' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, LakeToolVersion) == 0x000130, "Member 'ULakeComponent::LakeToolVersion' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, ParentWaterBox) == 0x00016C, "Member 'ULakeComponent::ParentWaterBox' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, OverallWeight) == 0x000174, "Member 'ULakeComponent::OverallWeight' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, ComponentsPerOctave) == 0x000178, "Member 'ULakeComponent::ComponentsPerOctave' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, WaveDirectionVariance) == 0x00017C, "Member 'ULakeComponent::WaveDirectionVariance' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, bEnable000025) == 0x000180, "Member 'ULakeComponent::bEnable000025' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, Power000025) == 0x000184, "Member 'ULakeComponent::Power000025' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, bEnable000050) == 0x000188, "Member 'ULakeComponent::bEnable000050' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, Power000050) == 0x00018C, "Member 'ULakeComponent::Power000050' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, bEnable000100) == 0x000190, "Member 'ULakeComponent::bEnable000100' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, Power000100) == 0x000194, "Member 'ULakeComponent::Power000100' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, bEnable000200) == 0x000198, "Member 'ULakeComponent::bEnable000200' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, Power000200) == 0x00019C, "Member 'ULakeComponent::Power000200' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, bEnable000400) == 0x0001A0, "Member 'ULakeComponent::bEnable000400' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, Power000400) == 0x0001A4, "Member 'ULakeComponent::Power000400' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, bEnable000800) == 0x0001A8, "Member 'ULakeComponent::bEnable000800' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, Power000800) == 0x0001AC, "Member 'ULakeComponent::Power000800' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, bEnable001600) == 0x0001B0, "Member 'ULakeComponent::bEnable001600' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, Power001600) == 0x0001B4, "Member 'ULakeComponent::Power001600' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, bEnable003200) == 0x0001B8, "Member 'ULakeComponent::bEnable003200' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, Power003200) == 0x0001BC, "Member 'ULakeComponent::Power003200' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, bEnable006400) == 0x0001C0, "Member 'ULakeComponent::bEnable006400' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, Power006400) == 0x0001C4, "Member 'ULakeComponent::Power006400' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, bEnable012800) == 0x0001C8, "Member 'ULakeComponent::bEnable012800' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, Power012800) == 0x0001CC, "Member 'ULakeComponent::Power012800' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, bEnable025600) == 0x0001D0, "Member 'ULakeComponent::bEnable025600' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, Power025600) == 0x0001D4, "Member 'ULakeComponent::Power025600' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, bEnable051200) == 0x0001D8, "Member 'ULakeComponent::bEnable051200' has a wrong offset!"); \ static_assert(offsetof(ULakeComponent, Power051200) == 0x0001DC, "Member 'ULakeComponent::Power051200' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerRenderTargetCascade \ static_assert(alignof(UPlayerRenderTargetCascade) == 0x000008, "Wrong alignment on UPlayerRenderTargetCascade"); \ static_assert(sizeof(UPlayerRenderTargetCascade) == 0x000050, "Wrong size on UPlayerRenderTargetCascade"); \ #define DUMPER7_ASSERTS_UPlayerRenderTarget \ static_assert(alignof(UPlayerRenderTarget) == 0x000008, "Wrong alignment on UPlayerRenderTarget"); \ static_assert(sizeof(UPlayerRenderTarget) == 0x0000A8, "Wrong size on UPlayerRenderTarget"); \ static_assert(offsetof(UPlayerRenderTarget, Cascades) == 0x000028, "Member 'UPlayerRenderTarget::Cascades' has a wrong offset!"); \ static_assert(offsetof(UPlayerRenderTarget, RenderTarget) == 0x000038, "Member 'UPlayerRenderTarget::RenderTarget' has a wrong offset!"); \ static_assert(offsetof(UPlayerRenderTarget, RenderTargetAux) == 0x000040, "Member 'UPlayerRenderTarget::RenderTargetAux' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerRenderTargetSubsystem \ static_assert(alignof(UPlayerRenderTargetSubsystem) == 0x000008, "Wrong alignment on UPlayerRenderTargetSubsystem"); \ static_assert(sizeof(UPlayerRenderTargetSubsystem) == 0x000058, "Wrong size on UPlayerRenderTargetSubsystem"); \ static_assert(offsetof(UPlayerRenderTargetSubsystem, RenderTargets) == 0x000038, "Member 'UPlayerRenderTargetSubsystem::RenderTargets' has a wrong offset!"); \ static_assert(offsetof(UPlayerRenderTargetSubsystem, RenderTargetMaterialParams) == 0x000048, "Member 'UPlayerRenderTargetSubsystem::RenderTargetMaterialParams' has a wrong offset!"); \ static_assert(offsetof(UPlayerRenderTargetSubsystem, NiagaraParameterCollection) == 0x000050, "Member 'UPlayerRenderTargetSubsystem::NiagaraParameterCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URiverSectionAudioVisualizerComponent \ static_assert(alignof(URiverSectionAudioVisualizerComponent) == 0x000008, "Wrong alignment on URiverSectionAudioVisualizerComponent"); \ static_assert(sizeof(URiverSectionAudioVisualizerComponent) == 0x0000D0, "Wrong size on URiverSectionAudioVisualizerComponent"); \ #define DUMPER7_ASSERTS_ARiverSectionAudio \ static_assert(alignof(ARiverSectionAudio) == 0x000008, "Wrong alignment on ARiverSectionAudio"); \ static_assert(sizeof(ARiverSectionAudio) == 0x000280, "Wrong size on ARiverSectionAudio"); \ static_assert(offsetof(ARiverSectionAudio, bRelativeLocations) == 0x000248, "Member 'ARiverSectionAudio::bRelativeLocations' has a wrong offset!"); \ static_assert(offsetof(ARiverSectionAudio, AudioPoints) == 0x000250, "Member 'ARiverSectionAudio::AudioPoints' has a wrong offset!"); \ static_assert(offsetof(ARiverSectionAudio, AkComponent) == 0x000260, "Member 'ARiverSectionAudio::AkComponent' has a wrong offset!"); \ static_assert(offsetof(ARiverSectionAudio, ClosestAudioLocation) == 0x000268, "Member 'ARiverSectionAudio::ClosestAudioLocation' has a wrong offset!"); \ static_assert(offsetof(ARiverSectionAudio, ClosestIndex) == 0x000274, "Member 'ARiverSectionAudio::ClosestIndex' has a wrong offset!"); \ static_assert(offsetof(ARiverSectionAudio, CurrSpeedOfFlow) == 0x000278, "Member 'ARiverSectionAudio::CurrSpeedOfFlow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWaterCollisionComponent \ static_assert(alignof(UWaterCollisionComponent) == 0x000010, "Wrong alignment on UWaterCollisionComponent"); \ static_assert(sizeof(UWaterCollisionComponent) == 0x000520, "Wrong size on UWaterCollisionComponent"); \ #define DUMPER7_ASSERTS_WaterInteractionComponent_WakeUp \ static_assert(alignof(WaterInteractionComponent_WakeUp) == 0x000001, "Wrong alignment on WaterInteractionComponent_WakeUp"); \ static_assert(sizeof(WaterInteractionComponent_WakeUp) == 0x000001, "Wrong size on WaterInteractionComponent_WakeUp"); \ static_assert(offsetof(WaterInteractionComponent_WakeUp, bEnableForWater) == 0x000000, "Member 'WaterInteractionComponent_WakeUp::bEnableForWater' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWaterInteractionComponent \ static_assert(alignof(UWaterInteractionComponent) == 0x000008, "Wrong alignment on UWaterInteractionComponent"); \ static_assert(sizeof(UWaterInteractionComponent) == 0x000138, "Wrong size on UWaterInteractionComponent"); \ static_assert(offsetof(UWaterInteractionComponent, bCanRipple) == 0x0000D0, "Member 'UWaterInteractionComponent::bCanRipple' has a wrong offset!"); \ static_assert(offsetof(UWaterInteractionComponent, BonesToTrack) == 0x0000D8, "Member 'UWaterInteractionComponent::BonesToTrack' has a wrong offset!"); \ static_assert(offsetof(UWaterInteractionComponent, Radius) == 0x000128, "Member 'UWaterInteractionComponent::Radius' has a wrong offset!"); \ static_assert(offsetof(UWaterInteractionComponent, IntensityMultiplier) == 0x00012C, "Member 'UWaterInteractionComponent::IntensityMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URuntimeHierarchicalInstancedStaticMeshComponent \ static_assert(alignof(URuntimeHierarchicalInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on URuntimeHierarchicalInstancedStaticMeshComponent"); \ static_assert(sizeof(URuntimeHierarchicalInstancedStaticMeshComponent) == 0x0006C0, "Wrong size on URuntimeHierarchicalInstancedStaticMeshComponent"); \ #define DUMPER7_ASSERTS_UWaterTileMeshComponent \ static_assert(alignof(UWaterTileMeshComponent) == 0x000010, "Wrong alignment on UWaterTileMeshComponent"); \ static_assert(sizeof(UWaterTileMeshComponent) == 0x0002E0, "Wrong size on UWaterTileMeshComponent"); \ static_assert(offsetof(UWaterTileMeshComponent, SubtileMesh) == 0x000218, "Member 'UWaterTileMeshComponent::SubtileMesh' has a wrong offset!"); \ static_assert(offsetof(UWaterTileMeshComponent, LakeRelativeOffsetAndExtents) == 0x000220, "Member 'UWaterTileMeshComponent::LakeRelativeOffsetAndExtents' has a wrong offset!"); \ static_assert(offsetof(UWaterTileMeshComponent, LakeSize) == 0x000230, "Member 'UWaterTileMeshComponent::LakeSize' has a wrong offset!"); \ static_assert(offsetof(UWaterTileMeshComponent, TextureDirAndDistToCoast) == 0x000238, "Member 'UWaterTileMeshComponent::TextureDirAndDistToCoast' has a wrong offset!"); \ static_assert(offsetof(UWaterTileMeshComponent, TextureFlowAndWaterDepth) == 0x000240, "Member 'UWaterTileMeshComponent::TextureFlowAndWaterDepth' has a wrong offset!"); \ static_assert(offsetof(UWaterTileMeshComponent, AccelerationStructure) == 0x000288, "Member 'UWaterTileMeshComponent::AccelerationStructure' has a wrong offset!"); \ static_assert(offsetof(UWaterTileMeshComponent, HierarchicalInstancedTilesComponents) == 0x0002A8, "Member 'UWaterTileMeshComponent::HierarchicalInstancedTilesComponents' has a wrong offset!"); \ static_assert(offsetof(UWaterTileMeshComponent, InstancedTilesComponents) == 0x0002B8, "Member 'UWaterTileMeshComponent::InstancedTilesComponents' has a wrong offset!"); \ static_assert(offsetof(UWaterTileMeshComponent, WaterMaterialInstances) == 0x0002C8, "Member 'UWaterTileMeshComponent::WaterMaterialInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniToolDirectory \ static_assert(alignof(FHoudiniToolDirectory) == 0x000008, "Wrong alignment on FHoudiniToolDirectory"); \ static_assert(sizeof(FHoudiniToolDirectory) == 0x000030, "Wrong size on FHoudiniToolDirectory"); \ static_assert(offsetof(FHoudiniToolDirectory, Name) == 0x000000, "Member 'FHoudiniToolDirectory::Name' has a wrong offset!"); \ static_assert(offsetof(FHoudiniToolDirectory, Path) == 0x000010, "Member 'FHoudiniToolDirectory::Path' has a wrong offset!"); \ static_assert(offsetof(FHoudiniToolDirectory, ContentDirID) == 0x000020, "Member 'FHoudiniToolDirectory::ContentDirID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniAsset \ static_assert(alignof(UHoudiniAsset) == 0x000008, "Wrong alignment on UHoudiniAsset"); \ static_assert(sizeof(UHoudiniAsset) == 0x000058, "Wrong size on UHoudiniAsset"); \ static_assert(offsetof(UHoudiniAsset, AssetFileName) == 0x000028, "Member 'UHoudiniAsset::AssetFileName' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAsset, ThumbnailInfo) == 0x000038, "Member 'UHoudiniAsset::ThumbnailInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHoudiniAssetActor \ static_assert(alignof(AHoudiniAssetActor) == 0x000008, "Wrong alignment on AHoudiniAssetActor"); \ static_assert(sizeof(AHoudiniAssetActor) == 0x000258, "Wrong size on AHoudiniAssetActor"); \ static_assert(offsetof(AHoudiniAssetActor, HoudiniAssetComponent) == 0x000248, "Member 'AHoudiniAssetActor::HoudiniAssetComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniAssetComponent_GetAssetId \ static_assert(alignof(HoudiniAssetComponent_GetAssetId) == 0x000004, "Wrong alignment on HoudiniAssetComponent_GetAssetId"); \ static_assert(sizeof(HoudiniAssetComponent_GetAssetId) == 0x000004, "Wrong size on HoudiniAssetComponent_GetAssetId"); \ static_assert(offsetof(HoudiniAssetComponent_GetAssetId, ReturnValue) == 0x000000, "Member 'HoudiniAssetComponent_GetAssetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniAssetComponent \ static_assert(alignof(UHoudiniAssetComponent) == 0x000010, "Wrong alignment on UHoudiniAssetComponent"); \ static_assert(sizeof(UHoudiniAssetComponent) == 0x000C10, "Wrong size on UHoudiniAssetComponent"); \ static_assert(offsetof(UHoudiniAssetComponent, GeneratedPhysMaterial) == 0x000490, "Member 'UHoudiniAssetComponent::GeneratedPhysMaterial' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, DefaultBodyInstance) == 0x000498, "Member 'UHoudiniAssetComponent::DefaultBodyInstance' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, GeneratedCollisionTraceFlag) == 0x0005F0, "Member 'UHoudiniAssetComponent::GeneratedCollisionTraceFlag' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, GeneratedLightMapResolution) == 0x0005F4, "Member 'UHoudiniAssetComponent::GeneratedLightMapResolution' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, GeneratedLpvBiasMultiplier) == 0x0005F8, "Member 'UHoudiniAssetComponent::GeneratedLpvBiasMultiplier' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, GeneratedDistanceFieldResolutionScale) == 0x0005FC, "Member 'UHoudiniAssetComponent::GeneratedDistanceFieldResolutionScale' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, GeneratedWalkableSlopeOverride) == 0x000600, "Member 'UHoudiniAssetComponent::GeneratedWalkableSlopeOverride' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, GeneratedLightMapCoordinateIndex) == 0x000610, "Member 'UHoudiniAssetComponent::GeneratedLightMapCoordinateIndex' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, GeneratedStreamingDistanceMultiplier) == 0x000618, "Member 'UHoudiniAssetComponent::GeneratedStreamingDistanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, GeneratedFoliageDefaultSettings) == 0x000620, "Member 'UHoudiniAssetComponent::GeneratedFoliageDefaultSettings' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, GeneratedAssetUserData) == 0x000628, "Member 'UHoudiniAssetComponent::GeneratedAssetUserData' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, BakeFolder) == 0x000B00, "Member 'UHoudiniAssetComponent::BakeFolder' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, TempCookFolder) == 0x000B18, "Member 'UHoudiniAssetComponent::TempCookFolder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniAssetComponentMaterials \ static_assert(alignof(UHoudiniAssetComponentMaterials) == 0x000008, "Wrong alignment on UHoudiniAssetComponentMaterials"); \ static_assert(sizeof(UHoudiniAssetComponentMaterials) == 0x0000D0, "Wrong size on UHoudiniAssetComponentMaterials"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameter \ static_assert(alignof(UHoudiniAssetParameter) == 0x000008, "Wrong alignment on UHoudiniAssetParameter"); \ static_assert(sizeof(UHoudiniAssetParameter) == 0x0000A0, "Wrong size on UHoudiniAssetParameter"); \ #define DUMPER7_ASSERTS_UHoudiniAssetInput \ static_assert(alignof(UHoudiniAssetInput) == 0x000008, "Wrong alignment on UHoudiniAssetInput"); \ static_assert(sizeof(UHoudiniAssetInput) == 0x000220, "Wrong size on UHoudiniAssetInput"); \ #define DUMPER7_ASSERTS_UHoudiniAssetInstanceInput \ static_assert(alignof(UHoudiniAssetInstanceInput) == 0x000008, "Wrong alignment on UHoudiniAssetInstanceInput"); \ static_assert(sizeof(UHoudiniAssetInstanceInput) == 0x000180, "Wrong size on UHoudiniAssetInstanceInput"); \ #define DUMPER7_ASSERTS_UHoudiniAssetInstanceInputField \ static_assert(alignof(UHoudiniAssetInstanceInputField) == 0x000008, "Wrong alignment on UHoudiniAssetInstanceInputField"); \ static_assert(sizeof(UHoudiniAssetInstanceInputField) == 0x0001A0, "Wrong size on UHoudiniAssetInstanceInputField"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterButton \ static_assert(alignof(UHoudiniAssetParameterButton) == 0x000008, "Wrong alignment on UHoudiniAssetParameterButton"); \ static_assert(sizeof(UHoudiniAssetParameterButton) == 0x0000A0, "Wrong size on UHoudiniAssetParameterButton"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterChoice \ static_assert(alignof(UHoudiniAssetParameterChoice) == 0x000008, "Wrong alignment on UHoudiniAssetParameterChoice"); \ static_assert(sizeof(UHoudiniAssetParameterChoice) == 0x0000D8, "Wrong size on UHoudiniAssetParameterChoice"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterColor \ static_assert(alignof(UHoudiniAssetParameterColor) == 0x000008, "Wrong alignment on UHoudiniAssetParameterColor"); \ static_assert(sizeof(UHoudiniAssetParameterColor) == 0x0000B0, "Wrong size on UHoudiniAssetParameterColor"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterFile \ static_assert(alignof(UHoudiniAssetParameterFile) == 0x000008, "Wrong alignment on UHoudiniAssetParameterFile"); \ static_assert(sizeof(UHoudiniAssetParameterFile) == 0x0000C8, "Wrong size on UHoudiniAssetParameterFile"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterFloat \ static_assert(alignof(UHoudiniAssetParameterFloat) == 0x000008, "Wrong alignment on UHoudiniAssetParameterFloat"); \ static_assert(sizeof(UHoudiniAssetParameterFloat) == 0x0000D8, "Wrong size on UHoudiniAssetParameterFloat"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterFolder \ static_assert(alignof(UHoudiniAssetParameterFolder) == 0x000008, "Wrong alignment on UHoudiniAssetParameterFolder"); \ static_assert(sizeof(UHoudiniAssetParameterFolder) == 0x0000A0, "Wrong size on UHoudiniAssetParameterFolder"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterFolderList \ static_assert(alignof(UHoudiniAssetParameterFolderList) == 0x000008, "Wrong alignment on UHoudiniAssetParameterFolderList"); \ static_assert(sizeof(UHoudiniAssetParameterFolderList) == 0x0000A0, "Wrong size on UHoudiniAssetParameterFolderList"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterInt \ static_assert(alignof(UHoudiniAssetParameterInt) == 0x000008, "Wrong alignment on UHoudiniAssetParameterInt"); \ static_assert(sizeof(UHoudiniAssetParameterInt) == 0x0000D0, "Wrong size on UHoudiniAssetParameterInt"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterLabel \ static_assert(alignof(UHoudiniAssetParameterLabel) == 0x000008, "Wrong alignment on UHoudiniAssetParameterLabel"); \ static_assert(sizeof(UHoudiniAssetParameterLabel) == 0x0000A0, "Wrong size on UHoudiniAssetParameterLabel"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterMultiparm \ static_assert(alignof(UHoudiniAssetParameterMultiparm) == 0x000008, "Wrong alignment on UHoudiniAssetParameterMultiparm"); \ static_assert(sizeof(UHoudiniAssetParameterMultiparm) == 0x0000B0, "Wrong size on UHoudiniAssetParameterMultiparm"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterRampCurveFloat \ static_assert(alignof(UHoudiniAssetParameterRampCurveFloat) == 0x000008, "Wrong alignment on UHoudiniAssetParameterRampCurveFloat"); \ static_assert(sizeof(UHoudiniAssetParameterRampCurveFloat) == 0x0000C0, "Wrong size on UHoudiniAssetParameterRampCurveFloat"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterRampCurveColor \ static_assert(alignof(UHoudiniAssetParameterRampCurveColor) == 0x000008, "Wrong alignment on UHoudiniAssetParameterRampCurveColor"); \ static_assert(sizeof(UHoudiniAssetParameterRampCurveColor) == 0x000268, "Wrong size on UHoudiniAssetParameterRampCurveColor"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterRamp \ static_assert(alignof(UHoudiniAssetParameterRamp) == 0x000008, "Wrong alignment on UHoudiniAssetParameterRamp"); \ static_assert(sizeof(UHoudiniAssetParameterRamp) == 0x0000C8, "Wrong size on UHoudiniAssetParameterRamp"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterSeparator \ static_assert(alignof(UHoudiniAssetParameterSeparator) == 0x000008, "Wrong alignment on UHoudiniAssetParameterSeparator"); \ static_assert(sizeof(UHoudiniAssetParameterSeparator) == 0x0000A0, "Wrong size on UHoudiniAssetParameterSeparator"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterString \ static_assert(alignof(UHoudiniAssetParameterString) == 0x000008, "Wrong alignment on UHoudiniAssetParameterString"); \ static_assert(sizeof(UHoudiniAssetParameterString) == 0x0000B0, "Wrong size on UHoudiniAssetParameterString"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterToggle \ static_assert(alignof(UHoudiniAssetParameterToggle) == 0x000008, "Wrong alignment on UHoudiniAssetParameterToggle"); \ static_assert(sizeof(UHoudiniAssetParameterToggle) == 0x0000B0, "Wrong size on UHoudiniAssetParameterToggle"); \ #define DUMPER7_ASSERTS_UHoudiniAttributeDataComponent \ static_assert(alignof(UHoudiniAttributeDataComponent) == 0x000008, "Wrong alignment on UHoudiniAttributeDataComponent"); \ static_assert(sizeof(UHoudiniAttributeDataComponent) == 0x0000E0, "Wrong size on UHoudiniAttributeDataComponent"); \ #define DUMPER7_ASSERTS_UHoudiniEngineConvertBgeoCommandlet \ static_assert(alignof(UHoudiniEngineConvertBgeoCommandlet) == 0x000008, "Wrong alignment on UHoudiniEngineConvertBgeoCommandlet"); \ static_assert(sizeof(UHoudiniEngineConvertBgeoCommandlet) == 0x000080, "Wrong size on UHoudiniEngineConvertBgeoCommandlet"); \ #define DUMPER7_ASSERTS_UHoudiniEngineConvertBgeoDirCommandlet \ static_assert(alignof(UHoudiniEngineConvertBgeoDirCommandlet) == 0x000008, "Wrong alignment on UHoudiniEngineConvertBgeoDirCommandlet"); \ static_assert(sizeof(UHoudiniEngineConvertBgeoDirCommandlet) == 0x000080, "Wrong size on UHoudiniEngineConvertBgeoDirCommandlet"); \ #define DUMPER7_ASSERTS_UTestHoudiniParameterBuilder \ static_assert(alignof(UTestHoudiniParameterBuilder) == 0x000008, "Wrong alignment on UTestHoudiniParameterBuilder"); \ static_assert(sizeof(UTestHoudiniParameterBuilder) == 0x0000C8, "Wrong size on UTestHoudiniParameterBuilder"); \ #define DUMPER7_ASSERTS_UHoudiniHandleComponent \ static_assert(alignof(UHoudiniHandleComponent) == 0x000010, "Wrong alignment on UHoudiniHandleComponent"); \ static_assert(sizeof(UHoudiniHandleComponent) == 0x0002D0, "Wrong size on UHoudiniHandleComponent"); \ static_assert(offsetof(UHoudiniHandleComponent, HandleType) == 0x0002C8, "Member 'UHoudiniHandleComponent::HandleType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniInstancedActorComponent \ static_assert(alignof(UHoudiniInstancedActorComponent) == 0x000010, "Wrong alignment on UHoudiniInstancedActorComponent"); \ static_assert(sizeof(UHoudiniInstancedActorComponent) == 0x000230, "Wrong size on UHoudiniInstancedActorComponent"); \ static_assert(offsetof(UHoudiniInstancedActorComponent, InstancedAsset) == 0x000218, "Member 'UHoudiniInstancedActorComponent::InstancedAsset' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInstancedActorComponent, Instances) == 0x000220, "Member 'UHoudiniInstancedActorComponent::Instances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniMeshSplitInstancerComponent \ static_assert(alignof(UHoudiniMeshSplitInstancerComponent) == 0x000010, "Wrong alignment on UHoudiniMeshSplitInstancerComponent"); \ static_assert(sizeof(UHoudiniMeshSplitInstancerComponent) == 0x000240, "Wrong size on UHoudiniMeshSplitInstancerComponent"); \ static_assert(offsetof(UHoudiniMeshSplitInstancerComponent, Instances) == 0x000218, "Member 'UHoudiniMeshSplitInstancerComponent::Instances' has a wrong offset!"); \ static_assert(offsetof(UHoudiniMeshSplitInstancerComponent, OverrideMaterial) == 0x000228, "Member 'UHoudiniMeshSplitInstancerComponent::OverrideMaterial' has a wrong offset!"); \ static_assert(offsetof(UHoudiniMeshSplitInstancerComponent, InstancedMesh) == 0x000230, "Member 'UHoudiniMeshSplitInstancerComponent::InstancedMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniRuntimeSettings \ static_assert(alignof(UHoudiniRuntimeSettings) == 0x000008, "Wrong alignment on UHoudiniRuntimeSettings"); \ static_assert(sizeof(UHoudiniRuntimeSettings) == 0x0003C8, "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, bShowMultiAssetDialog) == 0x000060, "Member 'UHoudiniRuntimeSettings::bShowMultiAssetDialog' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bPauseCookingOnStart) == 0x000061, "Member 'UHoudiniRuntimeSettings::bPauseCookingOnStart' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bEnableCooking) == 0x000062, "Member 'UHoudiniRuntimeSettings::bEnableCooking' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bUploadTransformsToHoudiniEngine) == 0x000063, "Member 'UHoudiniRuntimeSettings::bUploadTransformsToHoudiniEngine' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bTransformChangeTriggersCooks) == 0x000064, "Member 'UHoudiniRuntimeSettings::bTransformChangeTriggersCooks' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bDisplaySlateCookingNotifications) == 0x000065, "Member 'UHoudiniRuntimeSettings::bDisplaySlateCookingNotifications' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bCookCurvesOnMouseRelease) == 0x000066, "Member 'UHoudiniRuntimeSettings::bCookCurvesOnMouseRelease' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, TemporaryCookFolder) == 0x000068, "Member 'UHoudiniRuntimeSettings::TemporaryCookFolder' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bTreatRampParametersAsMultiparms) == 0x000080, "Member 'UHoudiniRuntimeSettings::bTreatRampParametersAsMultiparms' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, CollisionGroupNamePrefix) == 0x000088, "Member 'UHoudiniRuntimeSettings::CollisionGroupNamePrefix' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, RenderedCollisionGroupNamePrefix) == 0x000098, "Member 'UHoudiniRuntimeSettings::RenderedCollisionGroupNamePrefix' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, UCXCollisionGroupNamePrefix) == 0x0000A8, "Member 'UHoudiniRuntimeSettings::UCXCollisionGroupNamePrefix' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, UCXRenderedCollisionGroupNamePrefix) == 0x0000B8, "Member 'UHoudiniRuntimeSettings::UCXRenderedCollisionGroupNamePrefix' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, SimpleCollisionGroupNamePrefix) == 0x0000C8, "Member 'UHoudiniRuntimeSettings::SimpleCollisionGroupNamePrefix' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, SimpleRenderedCollisionGroupNamePrefix) == 0x0000D8, "Member 'UHoudiniRuntimeSettings::SimpleRenderedCollisionGroupNamePrefix' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingAttributeMaterial) == 0x0000E8, "Member 'UHoudiniRuntimeSettings::MarshallingAttributeMaterial' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingAttributeMaterialHole) == 0x0000F8, "Member 'UHoudiniRuntimeSettings::MarshallingAttributeMaterialHole' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingAttributeInstanceOverride) == 0x000108, "Member 'UHoudiniRuntimeSettings::MarshallingAttributeInstanceOverride' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingAttributeFaceSmoothingMask) == 0x000118, "Member 'UHoudiniRuntimeSettings::MarshallingAttributeFaceSmoothingMask' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingAttributeLightmapResolution) == 0x000128, "Member 'UHoudiniRuntimeSettings::MarshallingAttributeLightmapResolution' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingAttributeGeneratedMeshName) == 0x000138, "Member 'UHoudiniRuntimeSettings::MarshallingAttributeGeneratedMeshName' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingAttributeInputMeshName) == 0x000148, "Member 'UHoudiniRuntimeSettings::MarshallingAttributeInputMeshName' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingAttributeInputSourceFile) == 0x000158, "Member 'UHoudiniRuntimeSettings::MarshallingAttributeInputSourceFile' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingSplineResolution) == 0x000168, "Member 'UHoudiniRuntimeSettings::MarshallingSplineResolution' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesUseDefaultUnrealScaling) == 0x00016C, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesUseDefaultUnrealScaling' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesUseFullResolution) == 0x00016D, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesUseFullResolution' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesForceMinMaxValues) == 0x00016E, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesForceMinMaxValues' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesForcedMinValue) == 0x000170, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesForcedMinValue' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesForcedMaxValue) == 0x000174, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesForcedMaxValue' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, GeneratedGeometryScaleFactor) == 0x000178, "Member 'UHoudiniRuntimeSettings::GeneratedGeometryScaleFactor' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, TransformScaleFactor) == 0x00017C, "Member 'UHoudiniRuntimeSettings::TransformScaleFactor' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, ImportAxis) == 0x000180, "Member 'UHoudiniRuntimeSettings::ImportAxis' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, PhysMaterial) == 0x000188, "Member 'UHoudiniRuntimeSettings::PhysMaterial' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, DefaultBodyInstance) == 0x000190, "Member 'UHoudiniRuntimeSettings::DefaultBodyInstance' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, CollisionTraceFlag) == 0x0002E8, "Member 'UHoudiniRuntimeSettings::CollisionTraceFlag' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, LightMapResolution) == 0x0002EC, "Member 'UHoudiniRuntimeSettings::LightMapResolution' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, LpvBiasMultiplier) == 0x0002F0, "Member 'UHoudiniRuntimeSettings::LpvBiasMultiplier' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, GeneratedDistanceFieldResolutionScale) == 0x0002F4, "Member 'UHoudiniRuntimeSettings::GeneratedDistanceFieldResolutionScale' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, WalkableSlopeOverride) == 0x0002F8, "Member 'UHoudiniRuntimeSettings::WalkableSlopeOverride' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, LightMapCoordinateIndex) == 0x000308, "Member 'UHoudiniRuntimeSettings::LightMapCoordinateIndex' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, StreamingDistanceMultiplier) == 0x000310, "Member 'UHoudiniRuntimeSettings::StreamingDistanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, FoliageDefaultSettings) == 0x000318, "Member 'UHoudiniRuntimeSettings::FoliageDefaultSettings' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, AssetUserData) == 0x000320, "Member 'UHoudiniRuntimeSettings::AssetUserData' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bUseFullPrecisionUVs) == 0x000330, "Member 'UHoudiniRuntimeSettings::bUseFullPrecisionUVs' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, SrcLightmapIndex) == 0x000334, "Member 'UHoudiniRuntimeSettings::SrcLightmapIndex' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, DstLightmapIndex) == 0x000338, "Member 'UHoudiniRuntimeSettings::DstLightmapIndex' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MinLightmapResolution) == 0x00033C, "Member 'UHoudiniRuntimeSettings::MinLightmapResolution' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bRemoveDegenerates) == 0x000340, "Member 'UHoudiniRuntimeSettings::bRemoveDegenerates' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, GenerateLightmapUVsFlag) == 0x000341, "Member 'UHoudiniRuntimeSettings::GenerateLightmapUVsFlag' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, RecomputeNormalsFlag) == 0x000342, "Member 'UHoudiniRuntimeSettings::RecomputeNormalsFlag' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, RecomputeTangentsFlag) == 0x000343, "Member 'UHoudiniRuntimeSettings::RecomputeTangentsFlag' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bUseMikkTSpace) == 0x000344, "Member 'UHoudiniRuntimeSettings::bUseMikkTSpace' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bBuildAdjacencyBuffer) == 0x000345, "Member 'UHoudiniRuntimeSettings::bBuildAdjacencyBuffer' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bUseCustomHoudiniLocation) == 0x000346, "Member 'UHoudiniRuntimeSettings::bUseCustomHoudiniLocation' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, CustomHoudiniLocation) == 0x000348, "Member 'UHoudiniRuntimeSettings::CustomHoudiniLocation' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bHidePlacementModeHoudiniTools) == 0x000358, "Member 'UHoudiniRuntimeSettings::bHidePlacementModeHoudiniTools' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, CustomHoudiniToolsLocation) == 0x000360, "Member 'UHoudiniRuntimeSettings::CustomHoudiniToolsLocation' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, CookingThreadStackSize) == 0x000370, "Member 'UHoudiniRuntimeSettings::CookingThreadStackSize' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, HoudiniEnvironmentFiles) == 0x000378, "Member 'UHoudiniRuntimeSettings::HoudiniEnvironmentFiles' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, OtlSearchPath) == 0x000388, "Member 'UHoudiniRuntimeSettings::OtlSearchPath' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, DsoSearchPath) == 0x000398, "Member 'UHoudiniRuntimeSettings::DsoSearchPath' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, ImageDsoSearchPath) == 0x0003A8, "Member 'UHoudiniRuntimeSettings::ImageDsoSearchPath' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, AudioDsoSearchPath) == 0x0003B8, "Member 'UHoudiniRuntimeSettings::AudioDsoSearchPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniSplineComponent \ static_assert(alignof(UHoudiniSplineComponent) == 0x000010, "Wrong alignment on UHoudiniSplineComponent"); \ static_assert(sizeof(UHoudiniSplineComponent) == 0x000320, "Wrong size on UHoudiniSplineComponent"); \ #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) == 0x000250, "Wrong size on AGeometryCacheActor"); \ static_assert(offsetof(AGeometryCacheActor, GeometryCacheComponent) == 0x000248, "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) == 0x000510, "Wrong size on UGeometryCacheComponent"); \ static_assert(offsetof(UGeometryCacheComponent, GeometryCache) == 0x0004A8, "Member 'UGeometryCacheComponent::GeometryCache' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, bRunning) == 0x0004B0, "Member 'UGeometryCacheComponent::bRunning' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, bLooping) == 0x0004B1, "Member 'UGeometryCacheComponent::bLooping' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, bExtrapolateFrames) == 0x0004B2, "Member 'UGeometryCacheComponent::bExtrapolateFrames' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, StartTimeOffset) == 0x0004B4, "Member 'UGeometryCacheComponent::StartTimeOffset' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, PlaybackSpeed) == 0x0004B8, "Member 'UGeometryCacheComponent::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, MotionVectorScale) == 0x0004BC, "Member 'UGeometryCacheComponent::MotionVectorScale' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, NumTracks) == 0x0004C0, "Member 'UGeometryCacheComponent::NumTracks' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, ElapsedTime) == 0x0004C4, "Member 'UGeometryCacheComponent::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, Duration) == 0x0004FC, "Member 'UGeometryCacheComponent::Duration' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, bManualTick) == 0x000500, "Member 'UGeometryCacheComponent::bManualTick' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, PrefetchSeconds) == 0x000504, "Member 'UGeometryCacheComponent::PrefetchSeconds' 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_BP_SceneAction_SetHUDElementVisibility_C_GetHUD \ static_assert(alignof(BP_SceneAction_SetHUDElementVisibility_C_GetHUD) == 0x000008, "Wrong alignment on BP_SceneAction_SetHUDElementVisibility_C_GetHUD"); \ static_assert(sizeof(BP_SceneAction_SetHUDElementVisibility_C_GetHUD) == 0x000028, "Wrong size on BP_SceneAction_SetHUDElementVisibility_C_GetHUD"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_GetHUD, PhoenixHUD) == 0x000000, "Member 'BP_SceneAction_SetHUDElementVisibility_C_GetHUD::PhoenixHUD' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_GetHUD, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_SceneAction_SetHUDElementVisibility_C_GetHUD::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_GetHUD, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'BP_SceneAction_SetHUDElementVisibility_C_GetHUD::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_GetHUD, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000018, "Member 'BP_SceneAction_SetHUDElementVisibility_C_GetHUD::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_GetHUD, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_SceneAction_SetHUDElementVisibility_C_GetHUD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_SetHUDElementVisibility_C_OnInstant \ static_assert(alignof(BP_SceneAction_SetHUDElementVisibility_C_OnInstant) == 0x000004, "Wrong alignment on BP_SceneAction_SetHUDElementVisibility_C_OnInstant"); \ static_assert(sizeof(BP_SceneAction_SetHUDElementVisibility_C_OnInstant) == 0x000008, "Wrong size on BP_SceneAction_SetHUDElementVisibility_C_OnInstant"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_OnInstant, Time) == 0x000000, "Member 'BP_SceneAction_SetHUDElementVisibility_C_OnInstant::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_OnInstant, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_SetHUDElementVisibility_C_OnInstant::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility \ static_assert(alignof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility) == 0x000008, "Wrong alignment on BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility"); \ static_assert(sizeof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility) == 0x000080, "Wrong size on BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, EntryPoint) == 0x000000, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, Temp_bool_Variable) == 0x000004, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, Temp_byte_Variable) == 0x000014, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, K2Node_Event_Time) == 0x000018, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, K2Node_Event_IsScrubbing) == 0x00001C, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, CallFunc_GetHUD_PhoenixHUD) == 0x000020, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::CallFunc_GetHUD_PhoenixHUD' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, K2Node_DynamicCast_AsBPI_Phoenix_Hud) == 0x000028, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::K2Node_DynamicCast_AsBPI_Phoenix_Hud' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, CallFunc_Map_Keys_Keys) == 0x000040, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, CallFunc_Map_Values_Values) == 0x000050, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, CallFunc_IsValid_ReturnValue) == 0x000079, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, Temp_byte_Variable_1) == 0x00007A, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility, K2Node_Select_Default) == 0x00007B, "Member 'BP_SceneAction_SetHUDElementVisibility_C_ExecuteUbergraph_BP_SceneAction_SetHUDElementVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_SetHUDElementVisibility_C_IsInstant \ static_assert(alignof(BP_SceneAction_SetHUDElementVisibility_C_IsInstant) == 0x000001, "Wrong alignment on BP_SceneAction_SetHUDElementVisibility_C_IsInstant"); \ static_assert(sizeof(BP_SceneAction_SetHUDElementVisibility_C_IsInstant) == 0x000001, "Wrong size on BP_SceneAction_SetHUDElementVisibility_C_IsInstant"); \ static_assert(offsetof(BP_SceneAction_SetHUDElementVisibility_C_IsInstant, ReturnValue) == 0x000000, "Member 'BP_SceneAction_SetHUDElementVisibility_C_IsInstant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SceneAction_SetHUDElementVisibility_C \ static_assert(alignof(UBP_SceneAction_SetHUDElementVisibility_C) == 0x000008, "Wrong alignment on UBP_SceneAction_SetHUDElementVisibility_C"); \ static_assert(sizeof(UBP_SceneAction_SetHUDElementVisibility_C) == 0x000100, "Wrong size on UBP_SceneAction_SetHUDElementVisibility_C"); \ static_assert(offsetof(UBP_SceneAction_SetHUDElementVisibility_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_SceneAction_SetHUDElementVisibility_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_SetHUDElementVisibility_C, HUD_Element_Visibility) == 0x0000B0, "Member 'UBP_SceneAction_SetHUDElementVisibility_C::HUD_Element_Visibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_Creature_HasTagOnTarget_C_PerformConditionCheck \ static_assert(alignof(BTD_Creature_HasTagOnTarget_C_PerformConditionCheck) == 0x000008, "Wrong alignment on BTD_Creature_HasTagOnTarget_C_PerformConditionCheck"); \ static_assert(sizeof(BTD_Creature_HasTagOnTarget_C_PerformConditionCheck) == 0x000020, "Wrong size on BTD_Creature_HasTagOnTarget_C_PerformConditionCheck"); \ static_assert(offsetof(BTD_Creature_HasTagOnTarget_C_PerformConditionCheck, OwnerActor) == 0x000000, "Member 'BTD_Creature_HasTagOnTarget_C_PerformConditionCheck::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_HasTagOnTarget_C_PerformConditionCheck, ReturnValue) == 0x000008, "Member 'BTD_Creature_HasTagOnTarget_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_HasTagOnTarget_C_PerformConditionCheck, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000010, "Member 'BTD_Creature_HasTagOnTarget_C_PerformConditionCheck::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_HasTagOnTarget_C_PerformConditionCheck, CallFunc_GetDoesActorTagExistFromOwner_ReturnValue) == 0x000018, "Member 'BTD_Creature_HasTagOnTarget_C_PerformConditionCheck::CallFunc_GetDoesActorTagExistFromOwner_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_Creature_HasTagOnTarget_C_PerformConditionCheckAI \ static_assert(alignof(BTD_Creature_HasTagOnTarget_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTD_Creature_HasTagOnTarget_C_PerformConditionCheckAI"); \ static_assert(sizeof(BTD_Creature_HasTagOnTarget_C_PerformConditionCheckAI) == 0x000028, "Wrong size on BTD_Creature_HasTagOnTarget_C_PerformConditionCheckAI"); \ static_assert(offsetof(BTD_Creature_HasTagOnTarget_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTD_Creature_HasTagOnTarget_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_HasTagOnTarget_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTD_Creature_HasTagOnTarget_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_HasTagOnTarget_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTD_Creature_HasTagOnTarget_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_HasTagOnTarget_C_PerformConditionCheckAI, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000018, "Member 'BTD_Creature_HasTagOnTarget_C_PerformConditionCheckAI::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_HasTagOnTarget_C_PerformConditionCheckAI, CallFunc_GetDoesActorTagExistFromOwner_ReturnValue) == 0x000020, "Member 'BTD_Creature_HasTagOnTarget_C_PerformConditionCheckAI::CallFunc_GetDoesActorTagExistFromOwner_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_Creature_HasTagOnTarget_C \ static_assert(alignof(UBTD_Creature_HasTagOnTarget_C) == 0x000008, "Wrong alignment on UBTD_Creature_HasTagOnTarget_C"); \ static_assert(sizeof(UBTD_Creature_HasTagOnTarget_C) == 0x0000D0, "Wrong size on UBTD_Creature_HasTagOnTarget_C"); \ static_assert(offsetof(UBTD_Creature_HasTagOnTarget_C, TagID) == 0x0000A0, "Member 'UBTD_Creature_HasTagOnTarget_C::TagID' has a wrong offset!"); \ static_assert(offsetof(UBTD_Creature_HasTagOnTarget_C, TargetActor) == 0x0000A8, "Member 'UBTD_Creature_HasTagOnTarget_C::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUMGConsolidatedAxisInputData \ static_assert(alignof(FUMGConsolidatedAxisInputData) == 0x000004, "Wrong alignment on FUMGConsolidatedAxisInputData"); \ static_assert(sizeof(FUMGConsolidatedAxisInputData) == 0x000030, "Wrong size on FUMGConsolidatedAxisInputData"); \ static_assert(offsetof(FUMGConsolidatedAxisInputData, bAnyAxisInputSinceLastTick) == 0x000000, "Member 'FUMGConsolidatedAxisInputData::bAnyAxisInputSinceLastTick' has a wrong offset!"); \ static_assert(offsetof(FUMGConsolidatedAxisInputData, LeftThumbstickAxisValues) == 0x000004, "Member 'FUMGConsolidatedAxisInputData::LeftThumbstickAxisValues' has a wrong offset!"); \ static_assert(offsetof(FUMGConsolidatedAxisInputData, RightThumbstickAxisValues) == 0x00000C, "Member 'FUMGConsolidatedAxisInputData::RightThumbstickAxisValues' has a wrong offset!"); \ static_assert(offsetof(FUMGConsolidatedAxisInputData, LeftTriggerAxisValue) == 0x000014, "Member 'FUMGConsolidatedAxisInputData::LeftTriggerAxisValue' has a wrong offset!"); \ static_assert(offsetof(FUMGConsolidatedAxisInputData, RightTriggerAxisValue) == 0x000018, "Member 'FUMGConsolidatedAxisInputData::RightTriggerAxisValue' has a wrong offset!"); \ static_assert(offsetof(FUMGConsolidatedAxisInputData, MouseWheelAxisValue) == 0x00001C, "Member 'FUMGConsolidatedAxisInputData::MouseWheelAxisValue' has a wrong offset!"); \ static_assert(offsetof(FUMGConsolidatedAxisInputData, MouseAxisValues) == 0x000020, "Member 'FUMGConsolidatedAxisInputData::MouseAxisValues' has a wrong offset!"); \ static_assert(offsetof(FUMGConsolidatedAxisInputData, TouchpadAxisValues) == 0x000028, "Member 'FUMGConsolidatedAxisInputData::TouchpadAxisValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUMGInputListener \ static_assert(alignof(FUMGInputListener) == 0x000008, "Wrong alignment on FUMGInputListener"); \ static_assert(sizeof(FUMGInputListener) == 0x000010, "Wrong size on FUMGInputListener"); \ static_assert(offsetof(FUMGInputListener, UIPriority) == 0x000000, "Member 'FUMGInputListener::UIPriority' has a wrong offset!"); \ static_assert(offsetof(FUMGInputListener, UMGFocusWidget) == 0x000008, "Member 'FUMGInputListener::UMGFocusWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUMGInputListenerStack \ static_assert(alignof(FUMGInputListenerStack) == 0x000008, "Wrong alignment on FUMGInputListenerStack"); \ static_assert(sizeof(FUMGInputListenerStack) == 0x000010, "Wrong size on FUMGInputListenerStack"); \ static_assert(offsetof(FUMGInputListenerStack, InputListenerStack) == 0x000000, "Member 'FUMGInputListenerStack::InputListenerStack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUMGInputActionInfo \ static_assert(alignof(FUMGInputActionInfo) == 0x000001, "Wrong alignment on FUMGInputActionInfo"); \ static_assert(sizeof(FUMGInputActionInfo) == 0x000002, "Wrong size on FUMGInputActionInfo"); \ static_assert(offsetof(FUMGInputActionInfo, InputAction) == 0x000000, "Member 'FUMGInputActionInfo::InputAction' has a wrong offset!"); \ static_assert(offsetof(FUMGInputActionInfo, InputEvent) == 0x000001, "Member 'FUMGInputActionInfo::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMGFocusManager \ static_assert(alignof(UUMGFocusManager) == 0x000008, "Wrong alignment on UUMGFocusManager"); \ static_assert(sizeof(UUMGFocusManager) == 0x000030, "Wrong size on UUMGFocusManager"); \ static_assert(offsetof(UUMGFocusManager, UMGInputManager) == 0x000028, "Member 'UUMGFocusManager::UMGInputManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGFocusWidget_BlueprintConsolidatedUMGInputAxis \ static_assert(alignof(UMGFocusWidget_BlueprintConsolidatedUMGInputAxis) == 0x000004, "Wrong alignment on UMGFocusWidget_BlueprintConsolidatedUMGInputAxis"); \ static_assert(sizeof(UMGFocusWidget_BlueprintConsolidatedUMGInputAxis) == 0x000030, "Wrong size on UMGFocusWidget_BlueprintConsolidatedUMGInputAxis"); \ static_assert(offsetof(UMGFocusWidget_BlueprintConsolidatedUMGInputAxis, AxisInputData) == 0x000000, "Member 'UMGFocusWidget_BlueprintConsolidatedUMGInputAxis::AxisInputData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGFocusWidget_BlueprintOnUMGInputAction \ static_assert(alignof(UMGFocusWidget_BlueprintOnUMGInputAction) == 0x000001, "Wrong alignment on UMGFocusWidget_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UMGFocusWidget_BlueprintOnUMGInputAction) == 0x000003, "Wrong size on UMGFocusWidget_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UMGFocusWidget_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UMGFocusWidget_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGFocusWidget_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UMGFocusWidget_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UMGFocusWidget_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UMGFocusWidget_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGFocusWidget_RegisterAllUMGInputActions \ static_assert(alignof(UMGFocusWidget_RegisterAllUMGInputActions) == 0x000001, "Wrong alignment on UMGFocusWidget_RegisterAllUMGInputActions"); \ static_assert(sizeof(UMGFocusWidget_RegisterAllUMGInputActions) == 0x000001, "Wrong size on UMGFocusWidget_RegisterAllUMGInputActions"); \ static_assert(offsetof(UMGFocusWidget_RegisterAllUMGInputActions, InputEvent) == 0x000000, "Member 'UMGFocusWidget_RegisterAllUMGInputActions::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGFocusWidget_RegisterUMGInputAction \ static_assert(alignof(UMGFocusWidget_RegisterUMGInputAction) == 0x000001, "Wrong alignment on UMGFocusWidget_RegisterUMGInputAction"); \ static_assert(sizeof(UMGFocusWidget_RegisterUMGInputAction) == 0x000002, "Wrong size on UMGFocusWidget_RegisterUMGInputAction"); \ static_assert(offsetof(UMGFocusWidget_RegisterUMGInputAction, InputAction) == 0x000000, "Member 'UMGFocusWidget_RegisterUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGFocusWidget_RegisterUMGInputAction, InputEvent) == 0x000001, "Member 'UMGFocusWidget_RegisterUMGInputAction::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGFocusWidget_RegisterUMGInputAxis \ static_assert(alignof(UMGFocusWidget_RegisterUMGInputAxis) == 0x000001, "Wrong alignment on UMGFocusWidget_RegisterUMGInputAxis"); \ static_assert(sizeof(UMGFocusWidget_RegisterUMGInputAxis) == 0x000001, "Wrong size on UMGFocusWidget_RegisterUMGInputAxis"); \ static_assert(offsetof(UMGFocusWidget_RegisterUMGInputAxis, InputAxis) == 0x000000, "Member 'UMGFocusWidget_RegisterUMGInputAxis::InputAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGFocusWidget_RegisterUMGTouchAction \ static_assert(alignof(UMGFocusWidget_RegisterUMGTouchAction) == 0x000001, "Wrong alignment on UMGFocusWidget_RegisterUMGTouchAction"); \ static_assert(sizeof(UMGFocusWidget_RegisterUMGTouchAction) == 0x000002, "Wrong size on UMGFocusWidget_RegisterUMGTouchAction"); \ static_assert(offsetof(UMGFocusWidget_RegisterUMGTouchAction, InputAction) == 0x000000, "Member 'UMGFocusWidget_RegisterUMGTouchAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGFocusWidget_RegisterUMGTouchAction, InputEvent) == 0x000001, "Member 'UMGFocusWidget_RegisterUMGTouchAction::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGFocusWidget_UnregisterAllUMGInputActions \ static_assert(alignof(UMGFocusWidget_UnregisterAllUMGInputActions) == 0x000001, "Wrong alignment on UMGFocusWidget_UnregisterAllUMGInputActions"); \ static_assert(sizeof(UMGFocusWidget_UnregisterAllUMGInputActions) == 0x000001, "Wrong size on UMGFocusWidget_UnregisterAllUMGInputActions"); \ static_assert(offsetof(UMGFocusWidget_UnregisterAllUMGInputActions, InputEvent) == 0x000000, "Member 'UMGFocusWidget_UnregisterAllUMGInputActions::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGFocusWidget_UnregisterUMGInputAction \ static_assert(alignof(UMGFocusWidget_UnregisterUMGInputAction) == 0x000001, "Wrong alignment on UMGFocusWidget_UnregisterUMGInputAction"); \ static_assert(sizeof(UMGFocusWidget_UnregisterUMGInputAction) == 0x000002, "Wrong size on UMGFocusWidget_UnregisterUMGInputAction"); \ static_assert(offsetof(UMGFocusWidget_UnregisterUMGInputAction, InputAction) == 0x000000, "Member 'UMGFocusWidget_UnregisterUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGFocusWidget_UnregisterUMGInputAction, InputEvent) == 0x000001, "Member 'UMGFocusWidget_UnregisterUMGInputAction::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGFocusWidget_UnregisterUMGInputAxis \ static_assert(alignof(UMGFocusWidget_UnregisterUMGInputAxis) == 0x000001, "Wrong alignment on UMGFocusWidget_UnregisterUMGInputAxis"); \ static_assert(sizeof(UMGFocusWidget_UnregisterUMGInputAxis) == 0x000001, "Wrong size on UMGFocusWidget_UnregisterUMGInputAxis"); \ static_assert(offsetof(UMGFocusWidget_UnregisterUMGInputAxis, InputAxis) == 0x000000, "Member 'UMGFocusWidget_UnregisterUMGInputAxis::InputAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGFocusWidget_UnregisterUMGTouchAction \ static_assert(alignof(UMGFocusWidget_UnregisterUMGTouchAction) == 0x000001, "Wrong alignment on UMGFocusWidget_UnregisterUMGTouchAction"); \ static_assert(sizeof(UMGFocusWidget_UnregisterUMGTouchAction) == 0x000002, "Wrong size on UMGFocusWidget_UnregisterUMGTouchAction"); \ static_assert(offsetof(UMGFocusWidget_UnregisterUMGTouchAction, InputAction) == 0x000000, "Member 'UMGFocusWidget_UnregisterUMGTouchAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGFocusWidget_UnregisterUMGTouchAction, InputEvent) == 0x000001, "Member 'UMGFocusWidget_UnregisterUMGTouchAction::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGFocusWidget_HasFocus \ static_assert(alignof(UMGFocusWidget_HasFocus) == 0x000001, "Wrong alignment on UMGFocusWidget_HasFocus"); \ static_assert(sizeof(UMGFocusWidget_HasFocus) == 0x000001, "Wrong size on UMGFocusWidget_HasFocus"); \ static_assert(offsetof(UMGFocusWidget_HasFocus, ReturnValue) == 0x000000, "Member 'UMGFocusWidget_HasFocus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMGFocusWidget \ static_assert(alignof(UUMGFocusWidget) == 0x000008, "Wrong alignment on UUMGFocusWidget"); \ static_assert(sizeof(UUMGFocusWidget) == 0x0002C8, "Wrong size on UUMGFocusWidget"); \ static_assert(offsetof(UUMGFocusWidget, FocusInputPriority) == 0x000268, "Member 'UUMGFocusWidget::FocusInputPriority' has a wrong offset!"); \ static_assert(offsetof(UUMGFocusWidget, FocusInputActions) == 0x000270, "Member 'UUMGFocusWidget::FocusInputActions' has a wrong offset!"); \ static_assert(offsetof(UUMGFocusWidget, FocusInputAxis) == 0x000280, "Member 'UUMGFocusWidget::FocusInputAxis' has a wrong offset!"); \ static_assert(offsetof(UUMGFocusWidget, ConsolidatedAxisInputData) == 0x000290, "Member 'UUMGFocusWidget::ConsolidatedAxisInputData' has a wrong offset!"); \ static_assert(offsetof(UUMGFocusWidget, bHasFocus) == 0x0002C0, "Member 'UUMGFocusWidget::bHasFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_CreateInputActionBinding \ static_assert(alignof(UMGInputManager_CreateInputActionBinding) == 0x000001, "Wrong alignment on UMGInputManager_CreateInputActionBinding"); \ static_assert(sizeof(UMGInputManager_CreateInputActionBinding) == 0x000002, "Wrong size on UMGInputManager_CreateInputActionBinding"); \ static_assert(offsetof(UMGInputManager_CreateInputActionBinding, InputAction) == 0x000000, "Member 'UMGInputManager_CreateInputActionBinding::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_CreateInputActionBinding, InputEvent) == 0x000001, "Member 'UMGInputManager_CreateInputActionBinding::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_CreateInputAxisBinding \ static_assert(alignof(UMGInputManager_CreateInputAxisBinding) == 0x000001, "Wrong alignment on UMGInputManager_CreateInputAxisBinding"); \ static_assert(sizeof(UMGInputManager_CreateInputAxisBinding) == 0x000001, "Wrong size on UMGInputManager_CreateInputAxisBinding"); \ static_assert(offsetof(UMGInputManager_CreateInputAxisBinding, InputAxis) == 0x000000, "Member 'UMGInputManager_CreateInputAxisBinding::InputAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_CreateTouchActionBinding \ static_assert(alignof(UMGInputManager_CreateTouchActionBinding) == 0x000001, "Wrong alignment on UMGInputManager_CreateTouchActionBinding"); \ static_assert(sizeof(UMGInputManager_CreateTouchActionBinding) == 0x000002, "Wrong size on UMGInputManager_CreateTouchActionBinding"); \ static_assert(offsetof(UMGInputManager_CreateTouchActionBinding, InputAction) == 0x000000, "Member 'UMGInputManager_CreateTouchActionBinding::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_CreateTouchActionBinding, InputEvent) == 0x000001, "Member 'UMGInputManager_CreateTouchActionBinding::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_GetInputActionEnumValueAsString \ static_assert(alignof(UMGInputManager_GetInputActionEnumValueAsString) == 0x000008, "Wrong alignment on UMGInputManager_GetInputActionEnumValueAsString"); \ static_assert(sizeof(UMGInputManager_GetInputActionEnumValueAsString) == 0x000018, "Wrong size on UMGInputManager_GetInputActionEnumValueAsString"); \ static_assert(offsetof(UMGInputManager_GetInputActionEnumValueAsString, InputAction) == 0x000000, "Member 'UMGInputManager_GetInputActionEnumValueAsString::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_GetInputActionEnumValueAsString, ReturnValue) == 0x000008, "Member 'UMGInputManager_GetInputActionEnumValueAsString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_GetInputAxisEnumValueAsString \ static_assert(alignof(UMGInputManager_GetInputAxisEnumValueAsString) == 0x000008, "Wrong alignment on UMGInputManager_GetInputAxisEnumValueAsString"); \ static_assert(sizeof(UMGInputManager_GetInputAxisEnumValueAsString) == 0x000018, "Wrong size on UMGInputManager_GetInputAxisEnumValueAsString"); \ static_assert(offsetof(UMGInputManager_GetInputAxisEnumValueAsString, InputAxis) == 0x000000, "Member 'UMGInputManager_GetInputAxisEnumValueAsString::InputAxis' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_GetInputAxisEnumValueAsString, ReturnValue) == 0x000008, "Member 'UMGInputManager_GetInputAxisEnumValueAsString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_OnInputAction \ static_assert(alignof(UMGInputManager_OnInputAction) == 0x000001, "Wrong alignment on UMGInputManager_OnInputAction"); \ static_assert(sizeof(UMGInputManager_OnInputAction) == 0x000002, "Wrong size on UMGInputManager_OnInputAction"); \ static_assert(offsetof(UMGInputManager_OnInputAction, InputAction) == 0x000000, "Member 'UMGInputManager_OnInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_OnInputAction, InputEvent) == 0x000001, "Member 'UMGInputManager_OnInputAction::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_OnInputAxis \ static_assert(alignof(UMGInputManager_OnInputAxis) == 0x000004, "Wrong alignment on UMGInputManager_OnInputAxis"); \ static_assert(sizeof(UMGInputManager_OnInputAxis) == 0x000008, "Wrong size on UMGInputManager_OnInputAxis"); \ static_assert(offsetof(UMGInputManager_OnInputAxis, InputAxis) == 0x000000, "Member 'UMGInputManager_OnInputAxis::InputAxis' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_OnInputAxis, AxisValue) == 0x000004, "Member 'UMGInputManager_OnInputAxis::AxisValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_OnTouchAction \ static_assert(alignof(UMGInputManager_OnTouchAction) == 0x000001, "Wrong alignment on UMGInputManager_OnTouchAction"); \ static_assert(sizeof(UMGInputManager_OnTouchAction) == 0x000002, "Wrong size on UMGInputManager_OnTouchAction"); \ static_assert(offsetof(UMGInputManager_OnTouchAction, InputAction) == 0x000000, "Member 'UMGInputManager_OnTouchAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_OnTouchAction, InputEvent) == 0x000001, "Member 'UMGInputManager_OnTouchAction::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_RegisterInputAction \ static_assert(alignof(UMGInputManager_RegisterInputAction) == 0x000001, "Wrong alignment on UMGInputManager_RegisterInputAction"); \ static_assert(sizeof(UMGInputManager_RegisterInputAction) == 0x000002, "Wrong size on UMGInputManager_RegisterInputAction"); \ static_assert(offsetof(UMGInputManager_RegisterInputAction, InputAction) == 0x000000, "Member 'UMGInputManager_RegisterInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_RegisterInputAction, InputEvent) == 0x000001, "Member 'UMGInputManager_RegisterInputAction::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_RegisterInputAxis \ static_assert(alignof(UMGInputManager_RegisterInputAxis) == 0x000001, "Wrong alignment on UMGInputManager_RegisterInputAxis"); \ static_assert(sizeof(UMGInputManager_RegisterInputAxis) == 0x000001, "Wrong size on UMGInputManager_RegisterInputAxis"); \ static_assert(offsetof(UMGInputManager_RegisterInputAxis, InputAxis) == 0x000000, "Member 'UMGInputManager_RegisterInputAxis::InputAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_RegisterInputTouch \ static_assert(alignof(UMGInputManager_RegisterInputTouch) == 0x000001, "Wrong alignment on UMGInputManager_RegisterInputTouch"); \ static_assert(sizeof(UMGInputManager_RegisterInputTouch) == 0x000002, "Wrong size on UMGInputManager_RegisterInputTouch"); \ static_assert(offsetof(UMGInputManager_RegisterInputTouch, InputAction) == 0x000000, "Member 'UMGInputManager_RegisterInputTouch::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_RegisterInputTouch, InputEvent) == 0x000001, "Member 'UMGInputManager_RegisterInputTouch::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_RegisterUMGInputAction \ static_assert(alignof(UMGInputManager_RegisterUMGInputAction) == 0x000008, "Wrong alignment on UMGInputManager_RegisterUMGInputAction"); \ static_assert(sizeof(UMGInputManager_RegisterUMGInputAction) == 0x000018, "Wrong size on UMGInputManager_RegisterUMGInputAction"); \ static_assert(offsetof(UMGInputManager_RegisterUMGInputAction, InputListener) == 0x000000, "Member 'UMGInputManager_RegisterUMGInputAction::InputListener' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_RegisterUMGInputAction, InputAction) == 0x000010, "Member 'UMGInputManager_RegisterUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_RegisterUMGInputAction, InputEvent) == 0x000011, "Member 'UMGInputManager_RegisterUMGInputAction::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_RegisterUMGInputAxis \ static_assert(alignof(UMGInputManager_RegisterUMGInputAxis) == 0x000008, "Wrong alignment on UMGInputManager_RegisterUMGInputAxis"); \ static_assert(sizeof(UMGInputManager_RegisterUMGInputAxis) == 0x000018, "Wrong size on UMGInputManager_RegisterUMGInputAxis"); \ static_assert(offsetof(UMGInputManager_RegisterUMGInputAxis, InputListener) == 0x000000, "Member 'UMGInputManager_RegisterUMGInputAxis::InputListener' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_RegisterUMGInputAxis, InputAxis) == 0x000010, "Member 'UMGInputManager_RegisterUMGInputAxis::InputAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_RegisterUMGTouch \ static_assert(alignof(UMGInputManager_RegisterUMGTouch) == 0x000008, "Wrong alignment on UMGInputManager_RegisterUMGTouch"); \ static_assert(sizeof(UMGInputManager_RegisterUMGTouch) == 0x000018, "Wrong size on UMGInputManager_RegisterUMGTouch"); \ static_assert(offsetof(UMGInputManager_RegisterUMGTouch, InputListener) == 0x000000, "Member 'UMGInputManager_RegisterUMGTouch::InputListener' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_RegisterUMGTouch, InputAction) == 0x000010, "Member 'UMGInputManager_RegisterUMGTouch::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_RegisterUMGTouch, InputEvent) == 0x000011, "Member 'UMGInputManager_RegisterUMGTouch::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_UnregisterInputAction \ static_assert(alignof(UMGInputManager_UnregisterInputAction) == 0x000001, "Wrong alignment on UMGInputManager_UnregisterInputAction"); \ static_assert(sizeof(UMGInputManager_UnregisterInputAction) == 0x000002, "Wrong size on UMGInputManager_UnregisterInputAction"); \ static_assert(offsetof(UMGInputManager_UnregisterInputAction, InputAction) == 0x000000, "Member 'UMGInputManager_UnregisterInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_UnregisterInputAction, InputEvent) == 0x000001, "Member 'UMGInputManager_UnregisterInputAction::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_UnregisterInputAxis \ static_assert(alignof(UMGInputManager_UnregisterInputAxis) == 0x000001, "Wrong alignment on UMGInputManager_UnregisterInputAxis"); \ static_assert(sizeof(UMGInputManager_UnregisterInputAxis) == 0x000001, "Wrong size on UMGInputManager_UnregisterInputAxis"); \ static_assert(offsetof(UMGInputManager_UnregisterInputAxis, InputAxis) == 0x000000, "Member 'UMGInputManager_UnregisterInputAxis::InputAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_UnregisterInputTouch \ static_assert(alignof(UMGInputManager_UnregisterInputTouch) == 0x000001, "Wrong alignment on UMGInputManager_UnregisterInputTouch"); \ static_assert(sizeof(UMGInputManager_UnregisterInputTouch) == 0x000002, "Wrong size on UMGInputManager_UnregisterInputTouch"); \ static_assert(offsetof(UMGInputManager_UnregisterInputTouch, InputAction) == 0x000000, "Member 'UMGInputManager_UnregisterInputTouch::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_UnregisterInputTouch, InputEvent) == 0x000001, "Member 'UMGInputManager_UnregisterInputTouch::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_UnregisterUMGInputAction \ static_assert(alignof(UMGInputManager_UnregisterUMGInputAction) == 0x000008, "Wrong alignment on UMGInputManager_UnregisterUMGInputAction"); \ static_assert(sizeof(UMGInputManager_UnregisterUMGInputAction) == 0x000018, "Wrong size on UMGInputManager_UnregisterUMGInputAction"); \ static_assert(offsetof(UMGInputManager_UnregisterUMGInputAction, InputListener) == 0x000000, "Member 'UMGInputManager_UnregisterUMGInputAction::InputListener' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_UnregisterUMGInputAction, InputAction) == 0x000010, "Member 'UMGInputManager_UnregisterUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_UnregisterUMGInputAction, InputEvent) == 0x000011, "Member 'UMGInputManager_UnregisterUMGInputAction::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_UnregisterUMGInputAxis \ static_assert(alignof(UMGInputManager_UnregisterUMGInputAxis) == 0x000008, "Wrong alignment on UMGInputManager_UnregisterUMGInputAxis"); \ static_assert(sizeof(UMGInputManager_UnregisterUMGInputAxis) == 0x000018, "Wrong size on UMGInputManager_UnregisterUMGInputAxis"); \ static_assert(offsetof(UMGInputManager_UnregisterUMGInputAxis, InputListener) == 0x000000, "Member 'UMGInputManager_UnregisterUMGInputAxis::InputListener' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_UnregisterUMGInputAxis, InputAxis) == 0x000010, "Member 'UMGInputManager_UnregisterUMGInputAxis::InputAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_UnregisterUMGInputListener \ static_assert(alignof(UMGInputManager_UnregisterUMGInputListener) == 0x000008, "Wrong alignment on UMGInputManager_UnregisterUMGInputListener"); \ static_assert(sizeof(UMGInputManager_UnregisterUMGInputListener) == 0x000010, "Wrong size on UMGInputManager_UnregisterUMGInputListener"); \ static_assert(offsetof(UMGInputManager_UnregisterUMGInputListener, InputListener) == 0x000000, "Member 'UMGInputManager_UnregisterUMGInputListener::InputListener' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGInputManager_UnregisterUMGTouch \ static_assert(alignof(UMGInputManager_UnregisterUMGTouch) == 0x000008, "Wrong alignment on UMGInputManager_UnregisterUMGTouch"); \ static_assert(sizeof(UMGInputManager_UnregisterUMGTouch) == 0x000018, "Wrong size on UMGInputManager_UnregisterUMGTouch"); \ static_assert(offsetof(UMGInputManager_UnregisterUMGTouch, InputListener) == 0x000000, "Member 'UMGInputManager_UnregisterUMGTouch::InputListener' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_UnregisterUMGTouch, InputAction) == 0x000010, "Member 'UMGInputManager_UnregisterUMGTouch::InputAction' has a wrong offset!"); \ static_assert(offsetof(UMGInputManager_UnregisterUMGTouch, InputEvent) == 0x000011, "Member 'UMGInputManager_UnregisterUMGTouch::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUMGInputManager \ static_assert(alignof(AUMGInputManager) == 0x000008, "Wrong alignment on AUMGInputManager"); \ static_assert(sizeof(AUMGInputManager) == 0x000430, "Wrong size on AUMGInputManager"); \ static_assert(offsetof(AUMGInputManager, ReferenceUMGInputAction) == 0x000248, "Member 'AUMGInputManager::ReferenceUMGInputAction' has a wrong offset!"); \ static_assert(offsetof(AUMGInputManager, ReferenceUMGInputAxis) == 0x000249, "Member 'AUMGInputManager::ReferenceUMGInputAxis' has a wrong offset!"); \ static_assert(offsetof(AUMGInputManager, UMGInputActionListeners) == 0x000340, "Member 'AUMGInputManager::UMGInputActionListeners' has a wrong offset!"); \ static_assert(offsetof(AUMGInputManager, UMGInputAxisListeners) == 0x000390, "Member 'AUMGInputManager::UMGInputAxisListeners' has a wrong offset!"); \ static_assert(offsetof(AUMGInputManager, UMGTouchListeners) == 0x0003E0, "Member 'AUMGInputManager::UMGTouchListeners' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container \ static_assert(alignof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container) == 0x000008, "Wrong alignment on BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container"); \ static_assert(sizeof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container) == 0x000238, "Wrong size on BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, EntryPoint) == 0x000000, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_HermesBindEvent_Handle) == 0x000028, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_HermesBindEvent_Handle_1) == 0x000038, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, K2Node_ComponentBoundEvent_i_caller) == 0x000048, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::K2Node_ComponentBoundEvent_i_caller' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_IsContainerEmpty_ReturnValue) == 0x000050, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_IsContainerEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, K2Node_CustomEvent_Caller_3) == 0x000058, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, K2Node_CustomEvent_Caller_2) == 0x000060, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000068, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000070, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_Add_VectorVector_ReturnValue) == 0x00007C, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000088, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_GetTimeSeconds_ReturnValue) == 0x000090, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000094, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_IsValid_ReturnValue_1) == 0x000099, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_GetTimeSeconds_ReturnValue_1) == 0x00009C, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_GetTimeSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000A0, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000A4, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0000A8, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_Conv_FloatToVector_ReturnValue) == 0x0000AC, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_GetForwardVector_ReturnValue) == 0x0000B8, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000C4, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_BreakVector_X) == 0x0000D4, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_BreakVector_Y) == 0x0000D8, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_BreakVector_Z) == 0x0000DC, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_HermesBindEvent_Handle_2) == 0x0000E0, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_GetRightVector_ReturnValue) == 0x0000F0, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_GetUpVector_ReturnValue) == 0x0000FC, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_BreakVector_X_1) == 0x000108, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_BreakVector_Y_1) == 0x00010C, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_BreakVector_Z_1) == 0x000110, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_BreakVector_X_2) == 0x000114, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_BreakVector_Y_2) == 0x000118, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_BreakVector_Z_2) == 0x00011C, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000120, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_MakeVector_ReturnValue) == 0x00012C, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_NegateRotator_ReturnValue) == 0x000138, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_NegateRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000144, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_GetTimeSeconds_ReturnValue_2) == 0x000150, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_GetTimeSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_SpawnBeacon_ReturnValue) == 0x000158, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_SpawnBeacon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_GetTimeSeconds_ReturnValue_3) == 0x000160, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_GetTimeSeconds_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000164, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000168, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_IsValid_ReturnValue_2) == 0x00016C, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_Conv_FloatToVector_ReturnValue_1) == 0x000170, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_Conv_FloatToVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x00017C, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_IsValid_ReturnValue_3) == 0x00017D, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_Conv_FloatToVector_ReturnValue_2) == 0x000180, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_Conv_FloatToVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, K2Node_CreateDelegate_OutputDelegate_3) == 0x00018C, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, K2Node_CustomEvent_Caller_1) == 0x0001A0, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_HermesBindEvent_Handle_3) == 0x0001A8, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, K2Node_CustomEvent_Caller) == 0x0001B8, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, K2Node_MakeStruct_CalloutInformation) == 0x0001C0, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::K2Node_MakeStruct_CalloutInformation' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000218, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000224, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_PostEventAtLocation_ReturnValue) == 0x000230, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000234, "Member 'BP_LootDrop_Container_C_ExecuteUbergraph_BP_LootDrop_Container::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LootDrop_Container_C_HideNonCinematicElements \ static_assert(alignof(BP_LootDrop_Container_C_HideNonCinematicElements) == 0x000008, "Wrong alignment on BP_LootDrop_Container_C_HideNonCinematicElements"); \ static_assert(sizeof(BP_LootDrop_Container_C_HideNonCinematicElements) == 0x000008, "Wrong size on BP_LootDrop_Container_C_HideNonCinematicElements"); \ static_assert(offsetof(BP_LootDrop_Container_C_HideNonCinematicElements, Caller) == 0x000000, "Member 'BP_LootDrop_Container_C_HideNonCinematicElements::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LootDrop_Container_C_ShowNonCinematicElements \ static_assert(alignof(BP_LootDrop_Container_C_ShowNonCinematicElements) == 0x000008, "Wrong alignment on BP_LootDrop_Container_C_ShowNonCinematicElements"); \ static_assert(sizeof(BP_LootDrop_Container_C_ShowNonCinematicElements) == 0x000008, "Wrong size on BP_LootDrop_Container_C_ShowNonCinematicElements"); \ static_assert(offsetof(BP_LootDrop_Container_C_ShowNonCinematicElements, Caller) == 0x000000, "Member 'BP_LootDrop_Container_C_ShowNonCinematicElements::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LootDrop_Container_C_NoLongerPerceived_Interact \ static_assert(alignof(BP_LootDrop_Container_C_NoLongerPerceived_Interact) == 0x000008, "Wrong alignment on BP_LootDrop_Container_C_NoLongerPerceived_Interact"); \ static_assert(sizeof(BP_LootDrop_Container_C_NoLongerPerceived_Interact) == 0x000008, "Wrong size on BP_LootDrop_Container_C_NoLongerPerceived_Interact"); \ static_assert(offsetof(BP_LootDrop_Container_C_NoLongerPerceived_Interact, Caller) == 0x000000, "Member 'BP_LootDrop_Container_C_NoLongerPerceived_Interact::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LootDrop_Container_C_Perceived_Interact \ static_assert(alignof(BP_LootDrop_Container_C_Perceived_Interact) == 0x000008, "Wrong alignment on BP_LootDrop_Container_C_Perceived_Interact"); \ static_assert(sizeof(BP_LootDrop_Container_C_Perceived_Interact) == 0x000008, "Wrong size on BP_LootDrop_Container_C_Perceived_Interact"); \ static_assert(offsetof(BP_LootDrop_Container_C_Perceived_Interact, Caller) == 0x000000, "Member 'BP_LootDrop_Container_C_Perceived_Interact::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LootDrop_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature \ static_assert(alignof(BP_LootDrop_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature) == 0x000008, "Wrong alignment on BP_LootDrop_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature"); \ static_assert(sizeof(BP_LootDrop_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature) == 0x000008, "Wrong size on BP_LootDrop_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature"); \ static_assert(offsetof(BP_LootDrop_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature, i_caller) == 0x000000, "Member 'BP_LootDrop_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LootDrop_Container_C_SpawnBeacon \ static_assert(alignof(BP_LootDrop_Container_C_SpawnBeacon) == 0x000008, "Wrong alignment on BP_LootDrop_Container_C_SpawnBeacon"); \ static_assert(sizeof(BP_LootDrop_Container_C_SpawnBeacon) == 0x000048, "Wrong size on BP_LootDrop_Container_C_SpawnBeacon"); \ static_assert(offsetof(BP_LootDrop_Container_C_SpawnBeacon, AttachToComponent) == 0x000000, "Member 'BP_LootDrop_Container_C_SpawnBeacon::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_SpawnBeacon, Location) == 0x000008, "Member 'BP_LootDrop_Container_C_SpawnBeacon::Location' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_SpawnBeacon, Rotation) == 0x000014, "Member 'BP_LootDrop_Container_C_SpawnBeacon::Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_SpawnBeacon, ReturnValue) == 0x000020, "Member 'BP_LootDrop_Container_C_SpawnBeacon::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_SpawnBeacon, Temp_name_Variable) == 0x000028, "Member 'BP_LootDrop_Container_C_SpawnBeacon::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_SpawnBeacon, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000030, "Member 'BP_LootDrop_Container_C_SpawnBeacon::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_SpawnBeacon, CallFunc_SpawnSystemAttached_ReturnValue_1) == 0x000038, "Member 'BP_LootDrop_Container_C_SpawnBeacon::CallFunc_SpawnSystemAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LootDrop_Container_C_SpawnBeacon, CallFunc_Array_Contains_ReturnValue) == 0x000040, "Member 'BP_LootDrop_Container_C_SpawnBeacon::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_LootDrop_Container_C \ static_assert(alignof(ABP_LootDrop_Container_C) == 0x000008, "Wrong alignment on ABP_LootDrop_Container_C"); \ static_assert(sizeof(ABP_LootDrop_Container_C) == 0x000308, "Wrong size on ABP_LootDrop_Container_C"); \ static_assert(offsetof(ABP_LootDrop_Container_C, UberGraphFrame) == 0x0002B0, "Member 'ABP_LootDrop_Container_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_LootDrop_Container_C, LootDrop) == 0x0002B8, "Member 'ABP_LootDrop_Container_C::LootDrop' has a wrong offset!"); \ static_assert(offsetof(ABP_LootDrop_Container_C, CognitionStimuliSource) == 0x0002C0, "Member 'ABP_LootDrop_Container_C::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ABP_LootDrop_Container_C, StaticMesh) == 0x0002C8, "Member 'ABP_LootDrop_Container_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_LootDrop_Container_C, NewVar_0) == 0x0002D0, "Member 'ABP_LootDrop_Container_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(ABP_LootDrop_Container_C, environment) == 0x0002D8, "Member 'ABP_LootDrop_Container_C::environment' has a wrong offset!"); \ static_assert(offsetof(ABP_LootDrop_Container_C, AutoSelectLoot) == 0x0002D9, "Member 'ABP_LootDrop_Container_C::AutoSelectLoot' has a wrong offset!"); \ static_assert(offsetof(ABP_LootDrop_Container_C, onBagEmpty) == 0x0002E0, "Member 'ABP_LootDrop_Container_C::onBagEmpty' has a wrong offset!"); \ static_assert(offsetof(ABP_LootDrop_Container_C, Beacon) == 0x0002F0, "Member 'ABP_LootDrop_Container_C::Beacon' has a wrong offset!"); \ static_assert(offsetof(ABP_LootDrop_Container_C, Collected) == 0x0002F8, "Member 'ABP_LootDrop_Container_C::Collected' has a wrong offset!"); \ static_assert(offsetof(ABP_LootDrop_Container_C, AllowBeacon) == 0x0002F9, "Member 'ABP_LootDrop_Container_C::AllowBeacon' has a wrong offset!"); \ static_assert(offsetof(ABP_LootDrop_Container_C, fxStartTime) == 0x0002FC, "Member 'ABP_LootDrop_Container_C::fxStartTime' has a wrong offset!"); \ static_assert(offsetof(ABP_LootDrop_Container_C, fxScaleInDuration) == 0x000300, "Member 'ABP_LootDrop_Container_C::fxScaleInDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_LootDrop_Container_C, fxScaleOutDuration) == 0x000304, "Member 'ABP_LootDrop_Container_C::fxScaleOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLinearizedSplinePoint \ static_assert(alignof(FLinearizedSplinePoint) == 0x000004, "Wrong alignment on FLinearizedSplinePoint"); \ static_assert(sizeof(FLinearizedSplinePoint) == 0x000014, "Wrong size on FLinearizedSplinePoint"); \ static_assert(offsetof(FLinearizedSplinePoint, Position) == 0x000000, "Member 'FLinearizedSplinePoint::Position' has a wrong offset!"); \ static_assert(offsetof(FLinearizedSplinePoint, Distance) == 0x00000C, "Member 'FLinearizedSplinePoint::Distance' has a wrong offset!"); \ static_assert(offsetof(FLinearizedSplinePoint, TangentOffset) == 0x000010, "Member 'FLinearizedSplinePoint::TangentOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLinearizedSpline \ static_assert(alignof(FLinearizedSpline) == 0x000008, "Wrong alignment on FLinearizedSpline"); \ static_assert(sizeof(FLinearizedSpline) == 0x000038, "Wrong size on FLinearizedSpline"); \ static_assert(offsetof(FLinearizedSpline, IsLooped) == 0x000000, "Member 'FLinearizedSpline::IsLooped' has a wrong offset!"); \ static_assert(offsetof(FLinearizedSpline, SplinePoints) == 0x000008, "Member 'FLinearizedSpline::SplinePoints' has a wrong offset!"); \ static_assert(offsetof(FLinearizedSpline, Length) == 0x000018, "Member 'FLinearizedSpline::Length' has a wrong offset!"); \ static_assert(offsetof(FLinearizedSpline, Bounds) == 0x00001C, "Member 'FLinearizedSpline::Bounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLinearizedPathBorderPoint \ static_assert(alignof(FLinearizedPathBorderPoint) == 0x000004, "Wrong alignment on FLinearizedPathBorderPoint"); \ static_assert(sizeof(FLinearizedPathBorderPoint) == 0x000010, "Wrong size on FLinearizedPathBorderPoint"); \ static_assert(offsetof(FLinearizedPathBorderPoint, Position) == 0x000000, "Member 'FLinearizedPathBorderPoint::Position' has a wrong offset!"); \ static_assert(offsetof(FLinearizedPathBorderPoint, FirstSplineIndex) == 0x000008, "Member 'FLinearizedPathBorderPoint::FirstSplineIndex' has a wrong offset!"); \ static_assert(offsetof(FLinearizedPathBorderPoint, LastSplineIndex) == 0x00000C, "Member 'FLinearizedPathBorderPoint::LastSplineIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLinearizedPathSplineAux \ static_assert(alignof(FLinearizedPathSplineAux) == 0x000004, "Wrong alignment on FLinearizedPathSplineAux"); \ static_assert(sizeof(FLinearizedPathSplineAux) == 0x000010, "Wrong size on FLinearizedPathSplineAux"); \ static_assert(offsetof(FLinearizedPathSplineAux, BorderIndex) == 0x000000, "Member 'FLinearizedPathSplineAux::BorderIndex' has a wrong offset!"); \ static_assert(offsetof(FLinearizedPathSplineAux, BorderExtent) == 0x000008, "Member 'FLinearizedPathSplineAux::BorderExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLinearizedPath \ static_assert(alignof(FLinearizedPath) == 0x000008, "Wrong alignment on FLinearizedPath"); \ static_assert(sizeof(FLinearizedPath) == 0x000068, "Wrong size on FLinearizedPath"); \ static_assert(offsetof(FLinearizedPath, PathPointAux) == 0x000038, "Member 'FLinearizedPath::PathPointAux' has a wrong offset!"); \ static_assert(offsetof(FLinearizedPath, NegBorderPoints) == 0x000048, "Member 'FLinearizedPath::NegBorderPoints' has a wrong offset!"); \ static_assert(offsetof(FLinearizedPath, PosBorderPoints) == 0x000058, "Member 'FLinearizedPath::PosBorderPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathEditControl \ static_assert(alignof(FPathEditControl) == 0x000001, "Wrong alignment on FPathEditControl"); \ static_assert(sizeof(FPathEditControl) == 0x000001, "Wrong size on FPathEditControl"); \ static_assert(offsetof(FPathEditControl, bMirrorExtent) == 0x000000, "Member 'FPathEditControl::bMirrorExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathExtent \ static_assert(alignof(FPathExtent) == 0x000004, "Wrong alignment on FPathExtent"); \ static_assert(sizeof(FPathExtent) == 0x000008, "Wrong size on FPathExtent"); \ static_assert(offsetof(FPathExtent, Neg) == 0x000000, "Member 'FPathExtent::Neg' has a wrong offset!"); \ static_assert(offsetof(FPathExtent, Pos) == 0x000004, "Member 'FPathExtent::Pos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPathComponent \ static_assert(alignof(UPathComponent) == 0x000010, "Wrong alignment on UPathComponent"); \ static_assert(sizeof(UPathComponent) == 0x000600, "Wrong size on UPathComponent"); \ static_assert(offsetof(UPathComponent, LinearizedPath) == 0x000578, "Member 'UPathComponent::LinearizedPath' has a wrong offset!"); \ static_assert(offsetof(UPathComponent, UUID) == 0x0005E0, "Member 'UPathComponent::UUID' has a wrong offset!"); \ static_assert(offsetof(UPathComponent, ControlPointMap) == 0x0005E8, "Member 'UPathComponent::ControlPointMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ButtSlideSlipAndFall_C \ static_assert(alignof(UABL_ButtSlideSlipAndFall_C) == 0x000008, "Wrong alignment on UABL_ButtSlideSlipAndFall_C"); \ static_assert(sizeof(UABL_ButtSlideSlipAndFall_C) == 0x0000C8, "Wrong size on UABL_ButtSlideSlipAndFall_C"); \ #define DUMPER7_ASSERTS_FPreviewAssetTypeData \ static_assert(alignof(FPreviewAssetTypeData) == 0x000004, "Wrong alignment on FPreviewAssetTypeData"); \ static_assert(sizeof(FPreviewAssetTypeData) == 0x000020, "Wrong size on FPreviewAssetTypeData"); \ static_assert(offsetof(FPreviewAssetTypeData, ActivateDelegate) == 0x000000, "Member 'FPreviewAssetTypeData::ActivateDelegate' has a wrong offset!"); \ static_assert(offsetof(FPreviewAssetTypeData, ResetDelegate) == 0x000010, "Member 'FPreviewAssetTypeData::ResetDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APSOCachingCameraActor \ static_assert(alignof(APSOCachingCameraActor) == 0x000008, "Wrong alignment on APSOCachingCameraActor"); \ static_assert(sizeof(APSOCachingCameraActor) == 0x0002D0, "Wrong size on APSOCachingCameraActor"); \ #define DUMPER7_ASSERTS_APSOCachingLevelController \ static_assert(alignof(APSOCachingLevelController) == 0x000008, "Wrong alignment on APSOCachingLevelController"); \ static_assert(sizeof(APSOCachingLevelController) == 0x0002E0, "Wrong size on APSOCachingLevelController"); \ static_assert(offsetof(APSOCachingLevelController, CameraRotationSpeed) == 0x000248, "Member 'APSOCachingLevelController::CameraRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(APSOCachingLevelController, PreviewedAssetTypes) == 0x000250, "Member 'APSOCachingLevelController::PreviewedAssetTypes' has a wrong offset!"); \ static_assert(offsetof(APSOCachingLevelController, AssetsToIgnore) == 0x000260, "Member 'APSOCachingLevelController::AssetsToIgnore' has a wrong offset!"); \ static_assert(offsetof(APSOCachingLevelController, PredefinedAssetsForPreview) == 0x0002B0, "Member 'APSOCachingLevelController::PredefinedAssetsForPreview' has a wrong offset!"); \ static_assert(offsetof(APSOCachingLevelController, DebugFastAssetsCount) == 0x0002C0, "Member 'APSOCachingLevelController::DebugFastAssetsCount' has a wrong offset!"); \ static_assert(offsetof(APSOCachingLevelController, Mode) == 0x0002C4, "Member 'APSOCachingLevelController::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PSOCachingPreviewActor_ActivateNiagaraSystemPreview \ static_assert(alignof(PSOCachingPreviewActor_ActivateNiagaraSystemPreview) == 0x000008, "Wrong alignment on PSOCachingPreviewActor_ActivateNiagaraSystemPreview"); \ static_assert(sizeof(PSOCachingPreviewActor_ActivateNiagaraSystemPreview) == 0x000010, "Wrong size on PSOCachingPreviewActor_ActivateNiagaraSystemPreview"); \ static_assert(offsetof(PSOCachingPreviewActor_ActivateNiagaraSystemPreview, Primitive) == 0x000000, "Member 'PSOCachingPreviewActor_ActivateNiagaraSystemPreview::Primitive' has a wrong offset!"); \ static_assert(offsetof(PSOCachingPreviewActor_ActivateNiagaraSystemPreview, Asset) == 0x000008, "Member 'PSOCachingPreviewActor_ActivateNiagaraSystemPreview::Asset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PSOCachingPreviewActor_ActivateStaticMeshPreview \ static_assert(alignof(PSOCachingPreviewActor_ActivateStaticMeshPreview) == 0x000008, "Wrong alignment on PSOCachingPreviewActor_ActivateStaticMeshPreview"); \ static_assert(sizeof(PSOCachingPreviewActor_ActivateStaticMeshPreview) == 0x000010, "Wrong size on PSOCachingPreviewActor_ActivateStaticMeshPreview"); \ static_assert(offsetof(PSOCachingPreviewActor_ActivateStaticMeshPreview, Primitive) == 0x000000, "Member 'PSOCachingPreviewActor_ActivateStaticMeshPreview::Primitive' has a wrong offset!"); \ static_assert(offsetof(PSOCachingPreviewActor_ActivateStaticMeshPreview, Asset) == 0x000008, "Member 'PSOCachingPreviewActor_ActivateStaticMeshPreview::Asset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PSOCachingPreviewActor_RegisterAssetTypePreviewComponent \ static_assert(alignof(PSOCachingPreviewActor_RegisterAssetTypePreviewComponent) == 0x000008, "Wrong alignment on PSOCachingPreviewActor_RegisterAssetTypePreviewComponent"); \ static_assert(sizeof(PSOCachingPreviewActor_RegisterAssetTypePreviewComponent) == 0x000010, "Wrong size on PSOCachingPreviewActor_RegisterAssetTypePreviewComponent"); \ static_assert(offsetof(PSOCachingPreviewActor_RegisterAssetTypePreviewComponent, AssetType) == 0x000000, "Member 'PSOCachingPreviewActor_RegisterAssetTypePreviewComponent::AssetType' has a wrong offset!"); \ static_assert(offsetof(PSOCachingPreviewActor_RegisterAssetTypePreviewComponent, InComponent) == 0x000008, "Member 'PSOCachingPreviewActor_RegisterAssetTypePreviewComponent::InComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PSOCachingPreviewActor_RegisterPreviewAssetTypeData \ static_assert(alignof(PSOCachingPreviewActor_RegisterPreviewAssetTypeData) == 0x000008, "Wrong alignment on PSOCachingPreviewActor_RegisterPreviewAssetTypeData"); \ static_assert(sizeof(PSOCachingPreviewActor_RegisterPreviewAssetTypeData) == 0x000028, "Wrong size on PSOCachingPreviewActor_RegisterPreviewAssetTypeData"); \ static_assert(offsetof(PSOCachingPreviewActor_RegisterPreviewAssetTypeData, AssetType) == 0x000000, "Member 'PSOCachingPreviewActor_RegisterPreviewAssetTypeData::AssetType' has a wrong offset!"); \ static_assert(offsetof(PSOCachingPreviewActor_RegisterPreviewAssetTypeData, AssetTypeData) == 0x000008, "Member 'PSOCachingPreviewActor_RegisterPreviewAssetTypeData::AssetTypeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PSOCachingPreviewActor_ResetNiagaraSystemPreview \ static_assert(alignof(PSOCachingPreviewActor_ResetNiagaraSystemPreview) == 0x000008, "Wrong alignment on PSOCachingPreviewActor_ResetNiagaraSystemPreview"); \ static_assert(sizeof(PSOCachingPreviewActor_ResetNiagaraSystemPreview) == 0x000008, "Wrong size on PSOCachingPreviewActor_ResetNiagaraSystemPreview"); \ static_assert(offsetof(PSOCachingPreviewActor_ResetNiagaraSystemPreview, Primitive) == 0x000000, "Member 'PSOCachingPreviewActor_ResetNiagaraSystemPreview::Primitive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PSOCachingPreviewActor_ResetStaticMeshPreview \ static_assert(alignof(PSOCachingPreviewActor_ResetStaticMeshPreview) == 0x000008, "Wrong alignment on PSOCachingPreviewActor_ResetStaticMeshPreview"); \ static_assert(sizeof(PSOCachingPreviewActor_ResetStaticMeshPreview) == 0x000008, "Wrong size on PSOCachingPreviewActor_ResetStaticMeshPreview"); \ static_assert(offsetof(PSOCachingPreviewActor_ResetStaticMeshPreview, Primitive) == 0x000000, "Member 'PSOCachingPreviewActor_ResetStaticMeshPreview::Primitive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PSOCachingPreviewActor_SetupManagedPrimitiveComponent \ static_assert(alignof(PSOCachingPreviewActor_SetupManagedPrimitiveComponent) == 0x000008, "Wrong alignment on PSOCachingPreviewActor_SetupManagedPrimitiveComponent"); \ static_assert(sizeof(PSOCachingPreviewActor_SetupManagedPrimitiveComponent) == 0x000008, "Wrong size on PSOCachingPreviewActor_SetupManagedPrimitiveComponent"); \ static_assert(offsetof(PSOCachingPreviewActor_SetupManagedPrimitiveComponent, InComponent) == 0x000000, "Member 'PSOCachingPreviewActor_SetupManagedPrimitiveComponent::InComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APSOCachingPreviewActor \ static_assert(alignof(APSOCachingPreviewActor) == 0x000008, "Wrong alignment on APSOCachingPreviewActor"); \ static_assert(sizeof(APSOCachingPreviewActor) == 0x000348, "Wrong size on APSOCachingPreviewActor"); \ static_assert(offsetof(APSOCachingPreviewActor, PreviewMode) == 0x000258, "Member 'APSOCachingPreviewActor::PreviewMode' has a wrong offset!"); \ static_assert(offsetof(APSOCachingPreviewActor, PreviewFramesCount) == 0x00025C, "Member 'APSOCachingPreviewActor::PreviewFramesCount' has a wrong offset!"); \ static_assert(offsetof(APSOCachingPreviewActor, PreviewTime) == 0x000260, "Member 'APSOCachingPreviewActor::PreviewTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup \ static_assert(alignof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup) == 0x000008, "Wrong alignment on BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup"); \ static_assert(sizeof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup) == 0x0001C8, "Wrong size on BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, EntryPoint) == 0x000000, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, Temp_object_Variable) == 0x000008, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_CustomEvent_Caller) == 0x000010, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_AsBP_Wand_Tool) == 0x000018, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_AsBP_Wand_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_MakeLiteralByte_ReturnValue) == 0x000021, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_SpawnEmitterAttached_ReturnValue) == 0x000028, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_SpawnEmitterAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_PostEventAtLocation_ReturnValue) == 0x000030, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_Add_VectorVector_ReturnValue) == 0x000034, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000040, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x00004C, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_GetAnimInstance_ReturnValue) == 0x000050, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_AsHerb) == 0x000058, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_AsHerb' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000068, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00007C, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000088, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000094, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000098, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0000A0, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_AsForagable) == 0x0000A8, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_AsForagable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_bSuccess_3) == 0x0000B0, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x0000B8, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_bSuccess_4) == 0x0000C8, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_IsRidingCreature_ReturnValue) == 0x0000C9, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_IsRidingCreature_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_ActorHasTag_ReturnValue) == 0x0000CA, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_GetActorOwner_ReturnValue) == 0x0000D0, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_GetActorOwner_ReturnValue_1) == 0x0000D8, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_AsAble_Character_Interface) == 0x0000E0, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_bSuccess_5) == 0x0000F0, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x0000F8, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_bSuccess_6) == 0x000108, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue) == 0x000109, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_1) == 0x00010A, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000110, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_bSuccess_7) == 0x000120, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000128, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_bSuccess_8) == 0x000138, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_GetWand_ReturnValue) == 0x000140, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_CreateDelegate_OutputDelegate) == 0x000148, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_IsCrouching_ReturnValue) == 0x000158, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_IsCrouching_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_HermesBindEvent_Handle) == 0x000160, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_Event_OwnerActor_1) == 0x000170, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000178, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_bSuccess_9) == 0x000188, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_GetFaceTargetTracker_ReturnValue) == 0x000190, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_GetFaceTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_Event_OwnerActor) == 0x000198, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_GetBlackboard_ReturnValue) == 0x0001A0, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_MakeLiteralName_ReturnValue) == 0x0001A8, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, CallFunc_GetValueAsObject_ReturnValue) == 0x0001B0, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_AsActor) == 0x0001B8, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup, K2Node_DynamicCast_bSuccess_10) == 0x0001C0, "Member 'BTT_Biped_Pickup_C_ExecuteUbergraph_BTT_Biped_Pickup::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Pickup_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Pickup_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Pickup_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Pickup_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Pickup_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Pickup_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Pickup_C_ExitTask \ static_assert(alignof(BTT_Biped_Pickup_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Pickup_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Pickup_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Pickup_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Pickup_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Pickup_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Pickup_C_WandDown \ static_assert(alignof(BTT_Biped_Pickup_C_WandDown) == 0x000008, "Wrong alignment on BTT_Biped_Pickup_C_WandDown"); \ static_assert(sizeof(BTT_Biped_Pickup_C_WandDown) == 0x000008, "Wrong size on BTT_Biped_Pickup_C_WandDown"); \ static_assert(offsetof(BTT_Biped_Pickup_C_WandDown, Caller) == 0x000000, "Member 'BTT_Biped_Pickup_C_WandDown::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Pickup_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_Pickup_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Pickup_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Pickup_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Pickup_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Pickup_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Pickup_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Pickup_C_IsRidingCreature \ static_assert(alignof(BTT_Biped_Pickup_C_IsRidingCreature) == 0x000008, "Wrong alignment on BTT_Biped_Pickup_C_IsRidingCreature"); \ static_assert(sizeof(BTT_Biped_Pickup_C_IsRidingCreature) == 0x000018, "Wrong size on BTT_Biped_Pickup_C_IsRidingCreature"); \ static_assert(offsetof(BTT_Biped_Pickup_C_IsRidingCreature, ReturnValue) == 0x000000, "Member 'BTT_Biped_Pickup_C_IsRidingCreature::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_IsRidingCreature, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_Biped_Pickup_C_IsRidingCreature::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_IsRidingCreature, CallFunc_GetContextOnActor_ReturnValue) == 0x000010, "Member 'BTT_Biped_Pickup_C_IsRidingCreature::CallFunc_GetContextOnActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Pickup_C_SwitchBehavior \ static_assert(alignof(BTT_Biped_Pickup_C_SwitchBehavior) == 0x000004, "Wrong alignment on BTT_Biped_Pickup_C_SwitchBehavior"); \ static_assert(sizeof(BTT_Biped_Pickup_C_SwitchBehavior) == 0x000020, "Wrong size on BTT_Biped_Pickup_C_SwitchBehavior"); \ static_assert(offsetof(BTT_Biped_Pickup_C_SwitchBehavior, Temp_bool_Variable) == 0x000000, "Member 'BTT_Biped_Pickup_C_SwitchBehavior::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_SwitchBehavior, Temp_struct_Variable) == 0x000004, "Member 'BTT_Biped_Pickup_C_SwitchBehavior::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_SwitchBehavior, Temp_struct_Variable_1) == 0x00000C, "Member 'BTT_Biped_Pickup_C_SwitchBehavior::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_SwitchBehavior, CallFunc_IsRidingCreature_ReturnValue) == 0x000014, "Member 'BTT_Biped_Pickup_C_SwitchBehavior::CallFunc_IsRidingCreature_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_SwitchBehavior, K2Node_Select_Default) == 0x000018, "Member 'BTT_Biped_Pickup_C_SwitchBehavior::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Pickup_C_IsCrouching \ static_assert(alignof(BTT_Biped_Pickup_C_IsCrouching) == 0x000008, "Wrong alignment on BTT_Biped_Pickup_C_IsCrouching"); \ static_assert(sizeof(BTT_Biped_Pickup_C_IsCrouching) == 0x000058, "Wrong size on BTT_Biped_Pickup_C_IsCrouching"); \ static_assert(offsetof(BTT_Biped_Pickup_C_IsCrouching, ReturnValue) == 0x000000, "Member 'BTT_Biped_Pickup_C_IsCrouching::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_IsCrouching, Temp_object_Variable) == 0x000008, "Member 'BTT_Biped_Pickup_C_IsCrouching::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_IsCrouching, CallFunc_GetAnimInstance_ReturnValue) == 0x000010, "Member 'BTT_Biped_Pickup_C_IsCrouching::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_IsCrouching, CallFunc_GetActorOwner_ReturnValue) == 0x000018, "Member 'BTT_Biped_Pickup_C_IsCrouching::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_IsCrouching, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000020, "Member 'BTT_Biped_Pickup_C_IsCrouching::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_IsCrouching, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_Pickup_C_IsCrouching::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_IsCrouching, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000030, "Member 'BTT_Biped_Pickup_C_IsCrouching::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_IsCrouching, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_Biped_Pickup_C_IsCrouching::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_IsCrouching, CallFunc_GetCurrentBasicMobilityMode_ReturnValue) == 0x000041, "Member 'BTT_Biped_Pickup_C_IsCrouching::CallFunc_GetCurrentBasicMobilityMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_IsCrouching, CallFunc_GetSkeletalMesh_ReturnValue) == 0x000048, "Member 'BTT_Biped_Pickup_C_IsCrouching::CallFunc_GetSkeletalMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_IsCrouching, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000050, "Member 'BTT_Biped_Pickup_C_IsCrouching::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Pickup_C_NotifyCollected \ static_assert(alignof(BTT_Biped_Pickup_C_NotifyCollected) == 0x000008, "Wrong alignment on BTT_Biped_Pickup_C_NotifyCollected"); \ static_assert(sizeof(BTT_Biped_Pickup_C_NotifyCollected) == 0x000040, "Wrong size on BTT_Biped_Pickup_C_NotifyCollected"); \ static_assert(offsetof(BTT_Biped_Pickup_C_NotifyCollected, CallFunc_MakeLiteralByte_ReturnValue) == 0x000000, "Member 'BTT_Biped_Pickup_C_NotifyCollected::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_NotifyCollected, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_Biped_Pickup_C_NotifyCollected::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_NotifyCollected, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000010, "Member 'BTT_Biped_Pickup_C_NotifyCollected::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_NotifyCollected, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_Pickup_C_NotifyCollected::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_NotifyCollected, CallFunc_GetActorOwner_ReturnValue_1) == 0x000028, "Member 'BTT_Biped_Pickup_C_NotifyCollected::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_NotifyCollected, K2Node_DynamicCast_AsHerb) == 0x000030, "Member 'BTT_Biped_Pickup_C_NotifyCollected::K2Node_DynamicCast_AsHerb' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Pickup_C_NotifyCollected, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_Pickup_C_NotifyCollected::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Pickup_C \ static_assert(alignof(UBTT_Biped_Pickup_C) == 0x000008, "Wrong alignment on UBTT_Biped_Pickup_C"); \ static_assert(sizeof(UBTT_Biped_Pickup_C) == 0x000180, "Wrong size on UBTT_Biped_Pickup_C"); \ static_assert(offsetof(UBTT_Biped_Pickup_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Pickup_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Pickup_C, PickupTarget) == 0x000158, "Member 'UBTT_Biped_Pickup_C::PickupTarget' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Pickup_C, PickupTargetLocation) == 0x000160, "Member 'UBTT_Biped_Pickup_C::PickupTargetLocation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Pickup_C, WandDownHandle) == 0x000170, "Member 'UBTT_Biped_Pickup_C::WandDownHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlEntity \ static_assert(alignof(FRemoteControlEntity) == 0x000008, "Wrong alignment on FRemoteControlEntity"); \ static_assert(sizeof(FRemoteControlEntity) == 0x000098, "Wrong size on FRemoteControlEntity"); \ static_assert(offsetof(FRemoteControlEntity, UserMetadata) == 0x000008, "Member 'FRemoteControlEntity::UserMetadata' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlEntity, Bindings) == 0x000058, "Member 'FRemoteControlEntity::Bindings' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlEntity, Owner) == 0x000068, "Member 'FRemoteControlEntity::Owner' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlEntity, Label) == 0x000070, "Member 'FRemoteControlEntity::Label' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlEntity, ID) == 0x000078, "Member 'FRemoteControlEntity::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlActor \ static_assert(alignof(FRemoteControlActor) == 0x000008, "Wrong alignment on FRemoteControlActor"); \ static_assert(sizeof(FRemoteControlActor) == 0x0000B0, "Wrong size on FRemoteControlActor"); \ static_assert(offsetof(FRemoteControlActor, Path) == 0x000098, "Member 'FRemoteControlActor::Path' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCEntityWrapper \ static_assert(alignof(FRCEntityWrapper) == 0x000008, "Wrong alignment on FRCEntityWrapper"); \ static_assert(sizeof(FRCEntityWrapper) == 0x000018, "Wrong size on FRCEntityWrapper"); \ #define DUMPER7_ASSERTS_FRCFieldPathSegment \ static_assert(alignof(FRCFieldPathSegment) == 0x000008, "Wrong alignment on FRCFieldPathSegment"); \ static_assert(sizeof(FRCFieldPathSegment) == 0x000050, "Wrong size on FRCFieldPathSegment"); \ static_assert(offsetof(FRCFieldPathSegment, Name) == 0x000000, "Member 'FRCFieldPathSegment::Name' has a wrong offset!"); \ static_assert(offsetof(FRCFieldPathSegment, ArrayIndex) == 0x000008, "Member 'FRCFieldPathSegment::ArrayIndex' has a wrong offset!"); \ static_assert(offsetof(FRCFieldPathSegment, ValuePropertyName) == 0x000010, "Member 'FRCFieldPathSegment::ValuePropertyName' has a wrong offset!"); \ static_assert(offsetof(FRCFieldPathSegment, MapKey) == 0x000020, "Member 'FRCFieldPathSegment::MapKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCFieldPathInfo \ static_assert(alignof(FRCFieldPathInfo) == 0x000008, "Wrong alignment on FRCFieldPathInfo"); \ static_assert(sizeof(FRCFieldPathInfo) == 0x000018, "Wrong size on FRCFieldPathInfo"); \ static_assert(offsetof(FRCFieldPathInfo, Segments) == 0x000000, "Member 'FRCFieldPathInfo::Segments' has a wrong offset!"); \ static_assert(offsetof(FRCFieldPathInfo, PathHash) == 0x000010, "Member 'FRCFieldPathInfo::PathHash' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlProtocolBinding \ static_assert(alignof(FRemoteControlProtocolBinding) == 0x000008, "Wrong alignment on FRemoteControlProtocolBinding"); \ static_assert(sizeof(FRemoteControlProtocolBinding) == 0x000040, "Wrong size on FRemoteControlProtocolBinding"); \ static_assert(offsetof(FRemoteControlProtocolBinding, ID) == 0x000000, "Member 'FRemoteControlProtocolBinding::ID' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlProtocolBinding, ProtocolName) == 0x000010, "Member 'FRemoteControlProtocolBinding::ProtocolName' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlProtocolBinding, PropertyId) == 0x000018, "Member 'FRemoteControlProtocolBinding::PropertyId' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlProtocolBinding, MappingPropertyName) == 0x000028, "Member 'FRemoteControlProtocolBinding::MappingPropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlField \ static_assert(alignof(FRemoteControlField) == 0x000008, "Wrong alignment on FRemoteControlField"); \ static_assert(sizeof(FRemoteControlField) == 0x000130, "Wrong size on FRemoteControlField"); \ static_assert(offsetof(FRemoteControlField, FieldType) == 0x000098, "Member 'FRemoteControlField::FieldType' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlField, FieldName) == 0x00009C, "Member 'FRemoteControlField::FieldName' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlField, FieldPathInfo) == 0x0000A8, "Member 'FRemoteControlField::FieldPathInfo' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlField, ProtocolBindings) == 0x0000C0, "Member 'FRemoteControlField::ProtocolBindings' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlField, OwnerClass) == 0x000110, "Member 'FRemoteControlField::OwnerClass' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlField, bIsEditorOnly) == 0x000128, "Member 'FRemoteControlField::bIsEditorOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlFunction \ static_assert(alignof(FRemoteControlFunction) == 0x000008, "Wrong alignment on FRemoteControlFunction"); \ static_assert(sizeof(FRemoteControlFunction) == 0x000168, "Wrong size on FRemoteControlFunction"); \ static_assert(offsetof(FRemoteControlFunction, bIsCallableInPackaged) == 0x000140, "Member 'FRemoteControlFunction::bIsCallableInPackaged' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlFunction, FunctionPath) == 0x000148, "Member 'FRemoteControlFunction::FunctionPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlProperty \ static_assert(alignof(FRemoteControlProperty) == 0x000008, "Wrong alignment on FRemoteControlProperty"); \ static_assert(sizeof(FRemoteControlProperty) == 0x000138, "Wrong size on FRemoteControlProperty"); \ static_assert(offsetof(FRemoteControlProperty, bIsEditableInPackaged) == 0x000130, "Member 'FRemoteControlProperty::bIsEditableInPackaged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCFieldMetadata \ static_assert(alignof(FRCFieldMetadata) == 0x000008, "Wrong alignment on FRCFieldMetadata"); \ static_assert(sizeof(FRCFieldMetadata) == 0x000008, "Wrong size on FRCFieldMetadata"); \ #define DUMPER7_ASSERTS_FRCMetadata_FVector \ static_assert(alignof(FRCMetadata_FVector) == 0x000008, "Wrong alignment on FRCMetadata_FVector"); \ static_assert(sizeof(FRCMetadata_FVector) == 0x000030, "Wrong size on FRCMetadata_FVector"); \ static_assert(offsetof(FRCMetadata_FVector, DefaultValue) == 0x000008, "Member 'FRCMetadata_FVector::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_FVector, MinimumValue) == 0x000014, "Member 'FRCMetadata_FVector::MinimumValue' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_FVector, MaximumValue) == 0x000020, "Member 'FRCMetadata_FVector::MaximumValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCMetadata_bool \ static_assert(alignof(FRCMetadata_bool) == 0x000008, "Wrong alignment on FRCMetadata_bool"); \ static_assert(sizeof(FRCMetadata_bool) == 0x000010, "Wrong size on FRCMetadata_bool"); \ static_assert(offsetof(FRCMetadata_bool, DefaultValue) == 0x000008, "Member 'FRCMetadata_bool::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCMetadata_UScriptStruct \ static_assert(alignof(FRCMetadata_UScriptStruct) == 0x000008, "Wrong alignment on FRCMetadata_UScriptStruct"); \ static_assert(sizeof(FRCMetadata_UScriptStruct) == 0x000030, "Wrong size on FRCMetadata_UScriptStruct"); \ static_assert(offsetof(FRCMetadata_UScriptStruct, DefaultValue) == 0x000008, "Member 'FRCMetadata_UScriptStruct::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCMetadata_UClass \ static_assert(alignof(FRCMetadata_UClass) == 0x000008, "Wrong alignment on FRCMetadata_UClass"); \ static_assert(sizeof(FRCMetadata_UClass) == 0x000030, "Wrong size on FRCMetadata_UClass"); \ static_assert(offsetof(FRCMetadata_UClass, DefaultValue) == 0x000008, "Member 'FRCMetadata_UClass::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCMetadata_UObject \ static_assert(alignof(FRCMetadata_UObject) == 0x000008, "Wrong alignment on FRCMetadata_UObject"); \ static_assert(sizeof(FRCMetadata_UObject) == 0x000030, "Wrong size on FRCMetadata_UObject"); \ static_assert(offsetof(FRCMetadata_UObject, DefaultValue) == 0x000008, "Member 'FRCMetadata_UObject::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCMetadata_FName \ static_assert(alignof(FRCMetadata_FName) == 0x000008, "Wrong alignment on FRCMetadata_FName"); \ static_assert(sizeof(FRCMetadata_FName) == 0x000010, "Wrong size on FRCMetadata_FName"); \ static_assert(offsetof(FRCMetadata_FName, DefaultValue) == 0x000008, "Member 'FRCMetadata_FName::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCMetadata_FString \ static_assert(alignof(FRCMetadata_FString) == 0x000008, "Wrong alignment on FRCMetadata_FString"); \ static_assert(sizeof(FRCMetadata_FString) == 0x000018, "Wrong size on FRCMetadata_FString"); \ static_assert(offsetof(FRCMetadata_FString, DefaultValue) == 0x000008, "Member 'FRCMetadata_FString::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCMetadata_double \ static_assert(alignof(FRCMetadata_double) == 0x000008, "Wrong alignment on FRCMetadata_double"); \ static_assert(sizeof(FRCMetadata_double) == 0x000020, "Wrong size on FRCMetadata_double"); \ static_assert(offsetof(FRCMetadata_double, Min) == 0x000008, "Member 'FRCMetadata_double::Min' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_double, Max) == 0x000010, "Member 'FRCMetadata_double::Max' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_double, DefaultValue) == 0x000018, "Member 'FRCMetadata_double::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCMetadata_float \ static_assert(alignof(FRCMetadata_float) == 0x000008, "Wrong alignment on FRCMetadata_float"); \ static_assert(sizeof(FRCMetadata_float) == 0x000018, "Wrong size on FRCMetadata_float"); \ static_assert(offsetof(FRCMetadata_float, Min) == 0x000008, "Member 'FRCMetadata_float::Min' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_float, Max) == 0x00000C, "Member 'FRCMetadata_float::Max' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_float, DefaultValue) == 0x000010, "Member 'FRCMetadata_float::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCMetadata_int64 \ static_assert(alignof(FRCMetadata_int64) == 0x000008, "Wrong alignment on FRCMetadata_int64"); \ static_assert(sizeof(FRCMetadata_int64) == 0x000020, "Wrong size on FRCMetadata_int64"); \ static_assert(offsetof(FRCMetadata_int64, Min) == 0x000008, "Member 'FRCMetadata_int64::Min' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_int64, Max) == 0x000010, "Member 'FRCMetadata_int64::Max' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_int64, DefaultValue) == 0x000018, "Member 'FRCMetadata_int64::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCMetadata_int32 \ static_assert(alignof(FRCMetadata_int32) == 0x000008, "Wrong alignment on FRCMetadata_int32"); \ static_assert(sizeof(FRCMetadata_int32) == 0x000018, "Wrong size on FRCMetadata_int32"); \ static_assert(offsetof(FRCMetadata_int32, Min) == 0x000008, "Member 'FRCMetadata_int32::Min' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_int32, Max) == 0x00000C, "Member 'FRCMetadata_int32::Max' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_int32, DefaultValue) == 0x000010, "Member 'FRCMetadata_int32::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCMetadata_int16 \ static_assert(alignof(FRCMetadata_int16) == 0x000008, "Wrong alignment on FRCMetadata_int16"); \ static_assert(sizeof(FRCMetadata_int16) == 0x000010, "Wrong size on FRCMetadata_int16"); \ static_assert(offsetof(FRCMetadata_int16, Min) == 0x000008, "Member 'FRCMetadata_int16::Min' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_int16, Max) == 0x00000A, "Member 'FRCMetadata_int16::Max' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_int16, DefaultValue) == 0x00000C, "Member 'FRCMetadata_int16::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCMetadata_int8 \ static_assert(alignof(FRCMetadata_int8) == 0x000008, "Wrong alignment on FRCMetadata_int8"); \ static_assert(sizeof(FRCMetadata_int8) == 0x000010, "Wrong size on FRCMetadata_int8"); \ static_assert(offsetof(FRCMetadata_int8, Min) == 0x000008, "Member 'FRCMetadata_int8::Min' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_int8, Max) == 0x000009, "Member 'FRCMetadata_int8::Max' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_int8, DefaultValue) == 0x00000A, "Member 'FRCMetadata_int8::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCMetadata_uint64 \ static_assert(alignof(FRCMetadata_uint64) == 0x000008, "Wrong alignment on FRCMetadata_uint64"); \ static_assert(sizeof(FRCMetadata_uint64) == 0x000020, "Wrong size on FRCMetadata_uint64"); \ static_assert(offsetof(FRCMetadata_uint64, Min) == 0x000008, "Member 'FRCMetadata_uint64::Min' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_uint64, Max) == 0x000010, "Member 'FRCMetadata_uint64::Max' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_uint64, DefaultValue) == 0x000018, "Member 'FRCMetadata_uint64::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCMetadata_uint32 \ static_assert(alignof(FRCMetadata_uint32) == 0x000008, "Wrong alignment on FRCMetadata_uint32"); \ static_assert(sizeof(FRCMetadata_uint32) == 0x000018, "Wrong size on FRCMetadata_uint32"); \ static_assert(offsetof(FRCMetadata_uint32, Min) == 0x000008, "Member 'FRCMetadata_uint32::Min' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_uint32, Max) == 0x00000C, "Member 'FRCMetadata_uint32::Max' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_uint32, DefaultValue) == 0x000010, "Member 'FRCMetadata_uint32::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCMetadata_uint16 \ static_assert(alignof(FRCMetadata_uint16) == 0x000008, "Wrong alignment on FRCMetadata_uint16"); \ static_assert(sizeof(FRCMetadata_uint16) == 0x000010, "Wrong size on FRCMetadata_uint16"); \ static_assert(offsetof(FRCMetadata_uint16, Min) == 0x000008, "Member 'FRCMetadata_uint16::Min' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_uint16, Max) == 0x00000A, "Member 'FRCMetadata_uint16::Max' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_uint16, DefaultValue) == 0x00000C, "Member 'FRCMetadata_uint16::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCMetadata_byte \ static_assert(alignof(FRCMetadata_byte) == 0x000008, "Wrong alignment on FRCMetadata_byte"); \ static_assert(sizeof(FRCMetadata_byte) == 0x000010, "Wrong size on FRCMetadata_byte"); \ static_assert(offsetof(FRCMetadata_byte, Min) == 0x000008, "Member 'FRCMetadata_byte::Min' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_byte, Max) == 0x000009, "Member 'FRCMetadata_byte::Max' has a wrong offset!"); \ static_assert(offsetof(FRCMetadata_byte, DefaultValue) == 0x00000A, "Member 'FRCMetadata_byte::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlOptionalExposeArgs \ static_assert(alignof(FRemoteControlOptionalExposeArgs) == 0x000008, "Wrong alignment on FRemoteControlOptionalExposeArgs"); \ static_assert(sizeof(FRemoteControlOptionalExposeArgs) == 0x000020, "Wrong size on FRemoteControlOptionalExposeArgs"); \ static_assert(offsetof(FRemoteControlOptionalExposeArgs, DisplayName) == 0x000000, "Member 'FRemoteControlOptionalExposeArgs::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlOptionalExposeArgs, GroupName) == 0x000010, "Member 'FRemoteControlOptionalExposeArgs::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlInterceptionFunctionParamStruct \ static_assert(alignof(FRemoteControlInterceptionFunctionParamStruct) == 0x000008, "Wrong alignment on FRemoteControlInterceptionFunctionParamStruct"); \ static_assert(sizeof(FRemoteControlInterceptionFunctionParamStruct) == 0x000028, "Wrong size on FRemoteControlInterceptionFunctionParamStruct"); \ static_assert(offsetof(FRemoteControlInterceptionFunctionParamStruct, Int32Value) == 0x000000, "Member 'FRemoteControlInterceptionFunctionParamStruct::Int32Value' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlInterceptionFunctionParamStruct, IntArray) == 0x000008, "Member 'FRemoteControlInterceptionFunctionParamStruct::IntArray' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlInterceptionFunctionParamStruct, IntString) == 0x000018, "Member 'FRemoteControlInterceptionFunctionParamStruct::IntString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlInterceptionTestStruct \ static_assert(alignof(FRemoteControlInterceptionTestStruct) == 0x000004, "Wrong alignment on FRemoteControlInterceptionTestStruct"); \ static_assert(sizeof(FRemoteControlInterceptionTestStruct) == 0x000004, "Wrong size on FRemoteControlInterceptionTestStruct"); \ static_assert(offsetof(FRemoteControlInterceptionTestStruct, Int32Value) == 0x000000, "Member 'FRemoteControlInterceptionTestStruct::Int32Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlTarget \ static_assert(alignof(FRemoteControlTarget) == 0x000008, "Wrong alignment on FRemoteControlTarget"); \ static_assert(sizeof(FRemoteControlTarget) == 0x0000C8, "Wrong size on FRemoteControlTarget"); \ static_assert(offsetof(FRemoteControlTarget, Class) == 0x000000, "Member 'FRemoteControlTarget::Class' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTarget, ExposedFunctions) == 0x000008, "Member 'FRemoteControlTarget::ExposedFunctions' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTarget, ExposedProperties) == 0x000058, "Member 'FRemoteControlTarget::ExposedProperties' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTarget, Alias) == 0x0000A8, "Member 'FRemoteControlTarget::Alias' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTarget, Bindings) == 0x0000B0, "Member 'FRemoteControlTarget::Bindings' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTarget, Owner) == 0x0000C0, "Member 'FRemoteControlTarget::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlPresetGroup \ static_assert(alignof(FRemoteControlPresetGroup) == 0x000008, "Wrong alignment on FRemoteControlPresetGroup"); \ static_assert(sizeof(FRemoteControlPresetGroup) == 0x000028, "Wrong size on FRemoteControlPresetGroup"); \ static_assert(offsetof(FRemoteControlPresetGroup, Name) == 0x000000, "Member 'FRemoteControlPresetGroup::Name' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlPresetGroup, ID) == 0x000008, "Member 'FRemoteControlPresetGroup::ID' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlPresetGroup, Fields) == 0x000018, "Member 'FRemoteControlPresetGroup::Fields' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlPresetLayout \ static_assert(alignof(FRemoteControlPresetLayout) == 0x000008, "Wrong alignment on FRemoteControlPresetLayout"); \ static_assert(sizeof(FRemoteControlPresetLayout) == 0x0000C0, "Wrong size on FRemoteControlPresetLayout"); \ static_assert(offsetof(FRemoteControlPresetLayout, Groups) == 0x000000, "Member 'FRemoteControlPresetLayout::Groups' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlPresetLayout, Owner) == 0x000010, "Member 'FRemoteControlPresetLayout::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCCachedFieldData \ static_assert(alignof(FRCCachedFieldData) == 0x000004, "Wrong alignment on FRCCachedFieldData"); \ static_assert(sizeof(FRCCachedFieldData) == 0x000018, "Wrong size on FRCCachedFieldData"); \ static_assert(offsetof(FRCCachedFieldData, LayoutGroupId) == 0x000000, "Member 'FRCCachedFieldData::LayoutGroupId' has a wrong offset!"); \ static_assert(offsetof(FRCCachedFieldData, OwnerObjectAlias) == 0x000010, "Member 'FRCCachedFieldData::OwnerObjectAlias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlTestStructInnerSimle \ static_assert(alignof(FRemoteControlTestStructInnerSimle) == 0x000004, "Wrong alignment on FRemoteControlTestStructInnerSimle"); \ static_assert(sizeof(FRemoteControlTestStructInnerSimle) == 0x000004, "Wrong size on FRemoteControlTestStructInnerSimle"); \ static_assert(offsetof(FRemoteControlTestStructInnerSimle, Int32Value) == 0x000000, "Member 'FRemoteControlTestStructInnerSimle::Int32Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlTestStructInner \ static_assert(alignof(FRemoteControlTestStructInner) == 0x000004, "Wrong alignment on FRemoteControlTestStructInner"); \ static_assert(sizeof(FRemoteControlTestStructInner) == 0x00001C, "Wrong size on FRemoteControlTestStructInner"); \ static_assert(offsetof(FRemoteControlTestStructInner, Int8Value) == 0x000000, "Member 'FRemoteControlTestStructInner::Int8Value' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTestStructInner, InnerSimle) == 0x000004, "Member 'FRemoteControlTestStructInner::InnerSimle' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTestStructInner, Int32Value) == 0x000008, "Member 'FRemoteControlTestStructInner::Int32Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlTestStructOuter \ static_assert(alignof(FRemoteControlTestStructOuter) == 0x000008, "Wrong alignment on FRemoteControlTestStructOuter"); \ static_assert(sizeof(FRemoteControlTestStructOuter) == 0x000078, "Wrong size on FRemoteControlTestStructOuter"); \ static_assert(offsetof(FRemoteControlTestStructOuter, Int8Value) == 0x000000, "Member 'FRemoteControlTestStructOuter::Int8Value' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTestStructOuter, StructInnerSet) == 0x000008, "Member 'FRemoteControlTestStructOuter::StructInnerSet' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTestStructOuter, Int32Value) == 0x000058, "Member 'FRemoteControlTestStructOuter::Int32Value' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTestStructOuter, RemoteControlTestStructInner) == 0x00005C, "Member 'FRemoteControlTestStructOuter::RemoteControlTestStructInner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlProtocolMapping \ static_assert(alignof(FRemoteControlProtocolMapping) == 0x000008, "Wrong alignment on FRemoteControlProtocolMapping"); \ static_assert(sizeof(FRemoteControlProtocolMapping) == 0x000078, "Wrong size on FRemoteControlProtocolMapping"); \ static_assert(offsetof(FRemoteControlProtocolMapping, ID) == 0x000000, "Member 'FRemoteControlProtocolMapping::ID' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlProtocolMapping, InterpolationRangePropertyData) == 0x000010, "Member 'FRemoteControlProtocolMapping::InterpolationRangePropertyData' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlProtocolMapping, InterpolationMappingPropertyData) == 0x000020, "Member 'FRemoteControlProtocolMapping::InterpolationMappingPropertyData' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlProtocolMapping, InterpolationRangePropertyDataCache) == 0x000030, "Member 'FRemoteControlProtocolMapping::InterpolationRangePropertyDataCache' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlProtocolMapping, InterpolationMappingPropertyDataCache) == 0x000040, "Member 'FRemoteControlProtocolMapping::InterpolationMappingPropertyDataCache' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlProtocolMapping, InterpolationMappingPropertyElementNum) == 0x000050, "Member 'FRemoteControlProtocolMapping::InterpolationMappingPropertyElementNum' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlProtocolMapping, BoundPropertyPath) == 0x000058, "Member 'FRemoteControlProtocolMapping::BoundPropertyPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlProtocolEntity \ static_assert(alignof(FRemoteControlProtocolEntity) == 0x000008, "Wrong alignment on FRemoteControlProtocolEntity"); \ static_assert(sizeof(FRemoteControlProtocolEntity) == 0x000080, "Wrong size on FRemoteControlProtocolEntity"); \ static_assert(offsetof(FRemoteControlProtocolEntity, Owner) == 0x000008, "Member 'FRemoteControlProtocolEntity::Owner' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlProtocolEntity, PropertyId) == 0x000010, "Member 'FRemoteControlProtocolEntity::PropertyId' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlProtocolEntity, Mappings) == 0x000028, "Member 'FRemoteControlProtocolEntity::Mappings' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlProtocolEntity, BindingStatus) == 0x000078, "Member 'FRemoteControlProtocolEntity::BindingStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlTestInnerStruct \ static_assert(alignof(FRemoteControlTestInnerStruct) == 0x000008, "Wrong alignment on FRemoteControlTestInnerStruct"); \ static_assert(sizeof(FRemoteControlTestInnerStruct) == 0x000028, "Wrong size on FRemoteControlTestInnerStruct"); \ static_assert(offsetof(FRemoteControlTestInnerStruct, Color) == 0x000000, "Member 'FRemoteControlTestInnerStruct::Color' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTestInnerStruct, FloatArray) == 0x000008, "Member 'FRemoteControlTestInnerStruct::FloatArray' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTestInnerStruct, ArrayOfVectors) == 0x000018, "Member 'FRemoteControlTestInnerStruct::ArrayOfVectors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlTestStruct \ static_assert(alignof(FRemoteControlTestStruct) == 0x000004, "Wrong alignment on FRemoteControlTestStruct"); \ static_assert(sizeof(FRemoteControlTestStruct) == 0x00002C, "Wrong size on FRemoteControlTestStruct"); \ static_assert(offsetof(FRemoteControlTestStruct, bSomeBool) == 0x000000, "Member 'FRemoteControlTestStruct::bSomeBool' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTestStruct, SomeUInt32) == 0x000004, "Member 'FRemoteControlTestStruct::SomeUInt32' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTestStruct, SomeFloat) == 0x000008, "Member 'FRemoteControlTestStruct::SomeFloat' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTestStruct, SomeVector) == 0x00000C, "Member 'FRemoteControlTestStruct::SomeVector' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTestStruct, SomeRotator) == 0x000018, "Member 'FRemoteControlTestStruct::SomeRotator' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTestStruct, SomeClampedInt) == 0x000024, "Member 'FRemoteControlTestStruct::SomeClampedInt' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlTestStruct, SomeClampedFloat) == 0x000028, "Member 'FRemoteControlTestStruct::SomeClampedFloat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URemoteControlBinding \ static_assert(alignof(URemoteControlBinding) == 0x000008, "Wrong alignment on URemoteControlBinding"); \ static_assert(sizeof(URemoteControlBinding) == 0x000038, "Wrong size on URemoteControlBinding"); \ static_assert(offsetof(URemoteControlBinding, Name_0) == 0x000028, "Member 'URemoteControlBinding::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URemoteControlLevelIndependantBinding \ static_assert(alignof(URemoteControlLevelIndependantBinding) == 0x000008, "Wrong alignment on URemoteControlLevelIndependantBinding"); \ static_assert(sizeof(URemoteControlLevelIndependantBinding) == 0x000060, "Wrong size on URemoteControlLevelIndependantBinding"); \ static_assert(offsetof(URemoteControlLevelIndependantBinding, BoundObject) == 0x000038, "Member 'URemoteControlLevelIndependantBinding::BoundObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URemoteControlLevelDependantBinding \ static_assert(alignof(URemoteControlLevelDependantBinding) == 0x000008, "Wrong alignment on URemoteControlLevelDependantBinding"); \ static_assert(sizeof(URemoteControlLevelDependantBinding) == 0x0000B0, "Wrong size on URemoteControlLevelDependantBinding"); \ static_assert(offsetof(URemoteControlLevelDependantBinding, BoundObjectMap) == 0x000038, "Member 'URemoteControlLevelDependantBinding::BoundObjectMap' has a wrong offset!"); \ static_assert(offsetof(URemoteControlLevelDependantBinding, LevelWithLastSuccessfulResolve) == 0x000088, "Member 'URemoteControlLevelDependantBinding::LevelWithLastSuccessfulResolve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URemoteControlExposeRegistry \ static_assert(alignof(URemoteControlExposeRegistry) == 0x000008, "Wrong alignment on URemoteControlExposeRegistry"); \ static_assert(sizeof(URemoteControlExposeRegistry) == 0x0000C8, "Wrong size on URemoteControlExposeRegistry"); \ static_assert(offsetof(URemoteControlExposeRegistry, ExposedEntities) == 0x000028, "Member 'URemoteControlExposeRegistry::ExposedEntities' has a wrong offset!"); \ static_assert(offsetof(URemoteControlExposeRegistry, LabelToIdCache) == 0x000078, "Member 'URemoteControlExposeRegistry::LabelToIdCache' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RemoteControlFunctionLibrary_ExposeActor \ static_assert(alignof(RemoteControlFunctionLibrary_ExposeActor) == 0x000008, "Wrong alignment on RemoteControlFunctionLibrary_ExposeActor"); \ static_assert(sizeof(RemoteControlFunctionLibrary_ExposeActor) == 0x000038, "Wrong size on RemoteControlFunctionLibrary_ExposeActor"); \ static_assert(offsetof(RemoteControlFunctionLibrary_ExposeActor, Preset) == 0x000000, "Member 'RemoteControlFunctionLibrary_ExposeActor::Preset' has a wrong offset!"); \ static_assert(offsetof(RemoteControlFunctionLibrary_ExposeActor, Actor) == 0x000008, "Member 'RemoteControlFunctionLibrary_ExposeActor::Actor' has a wrong offset!"); \ static_assert(offsetof(RemoteControlFunctionLibrary_ExposeActor, Args) == 0x000010, "Member 'RemoteControlFunctionLibrary_ExposeActor::Args' has a wrong offset!"); \ static_assert(offsetof(RemoteControlFunctionLibrary_ExposeActor, ReturnValue) == 0x000030, "Member 'RemoteControlFunctionLibrary_ExposeActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RemoteControlFunctionLibrary_ExposeFunction \ static_assert(alignof(RemoteControlFunctionLibrary_ExposeFunction) == 0x000008, "Wrong alignment on RemoteControlFunctionLibrary_ExposeFunction"); \ static_assert(sizeof(RemoteControlFunctionLibrary_ExposeFunction) == 0x000048, "Wrong size on RemoteControlFunctionLibrary_ExposeFunction"); \ static_assert(offsetof(RemoteControlFunctionLibrary_ExposeFunction, Preset) == 0x000000, "Member 'RemoteControlFunctionLibrary_ExposeFunction::Preset' has a wrong offset!"); \ static_assert(offsetof(RemoteControlFunctionLibrary_ExposeFunction, SourceObject) == 0x000008, "Member 'RemoteControlFunctionLibrary_ExposeFunction::SourceObject' has a wrong offset!"); \ static_assert(offsetof(RemoteControlFunctionLibrary_ExposeFunction, Function) == 0x000010, "Member 'RemoteControlFunctionLibrary_ExposeFunction::Function' has a wrong offset!"); \ static_assert(offsetof(RemoteControlFunctionLibrary_ExposeFunction, Args) == 0x000020, "Member 'RemoteControlFunctionLibrary_ExposeFunction::Args' has a wrong offset!"); \ static_assert(offsetof(RemoteControlFunctionLibrary_ExposeFunction, ReturnValue) == 0x000040, "Member 'RemoteControlFunctionLibrary_ExposeFunction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RemoteControlFunctionLibrary_ExposeProperty \ static_assert(alignof(RemoteControlFunctionLibrary_ExposeProperty) == 0x000008, "Wrong alignment on RemoteControlFunctionLibrary_ExposeProperty"); \ static_assert(sizeof(RemoteControlFunctionLibrary_ExposeProperty) == 0x000048, "Wrong size on RemoteControlFunctionLibrary_ExposeProperty"); \ static_assert(offsetof(RemoteControlFunctionLibrary_ExposeProperty, Preset) == 0x000000, "Member 'RemoteControlFunctionLibrary_ExposeProperty::Preset' has a wrong offset!"); \ static_assert(offsetof(RemoteControlFunctionLibrary_ExposeProperty, SourceObject) == 0x000008, "Member 'RemoteControlFunctionLibrary_ExposeProperty::SourceObject' has a wrong offset!"); \ static_assert(offsetof(RemoteControlFunctionLibrary_ExposeProperty, Property) == 0x000010, "Member 'RemoteControlFunctionLibrary_ExposeProperty::Property' has a wrong offset!"); \ static_assert(offsetof(RemoteControlFunctionLibrary_ExposeProperty, Args) == 0x000020, "Member 'RemoteControlFunctionLibrary_ExposeProperty::Args' has a wrong offset!"); \ static_assert(offsetof(RemoteControlFunctionLibrary_ExposeProperty, ReturnValue) == 0x000040, "Member 'RemoteControlFunctionLibrary_ExposeProperty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URemoteControlFunctionLibrary \ static_assert(alignof(URemoteControlFunctionLibrary) == 0x000008, "Wrong alignment on URemoteControlFunctionLibrary"); \ static_assert(sizeof(URemoteControlFunctionLibrary) == 0x000028, "Wrong size on URemoteControlFunctionLibrary"); \ #define DUMPER7_ASSERTS_RemoteControlInterceptionTestObject_TestFunction \ static_assert(alignof(RemoteControlInterceptionTestObject_TestFunction) == 0x000008, "Wrong alignment on RemoteControlInterceptionTestObject_TestFunction"); \ static_assert(sizeof(RemoteControlInterceptionTestObject_TestFunction) == 0x000058, "Wrong size on RemoteControlInterceptionTestObject_TestFunction"); \ static_assert(offsetof(RemoteControlInterceptionTestObject_TestFunction, InStruct) == 0x000000, "Member 'RemoteControlInterceptionTestObject_TestFunction::InStruct' has a wrong offset!"); \ static_assert(offsetof(RemoteControlInterceptionTestObject_TestFunction, InTestFactor) == 0x000028, "Member 'RemoteControlInterceptionTestObject_TestFunction::InTestFactor' has a wrong offset!"); \ static_assert(offsetof(RemoteControlInterceptionTestObject_TestFunction, ReturnValue) == 0x000030, "Member 'RemoteControlInterceptionTestObject_TestFunction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URemoteControlInterceptionTestObject \ static_assert(alignof(URemoteControlInterceptionTestObject) == 0x000008, "Wrong alignment on URemoteControlInterceptionTestObject"); \ static_assert(sizeof(URemoteControlInterceptionTestObject) == 0x000058, "Wrong size on URemoteControlInterceptionTestObject"); \ static_assert(offsetof(URemoteControlInterceptionTestObject, CustomStruct) == 0x000028, "Member 'URemoteControlInterceptionTestObject::CustomStruct' has a wrong offset!"); \ static_assert(offsetof(URemoteControlInterceptionTestObject, FunctionParamStruct) == 0x000030, "Member 'URemoteControlInterceptionTestObject::FunctionParamStruct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URemoteControlPreset \ static_assert(alignof(URemoteControlPreset) == 0x000008, "Wrong alignment on URemoteControlPreset"); \ static_assert(sizeof(URemoteControlPreset) == 0x0004E8, "Wrong size on URemoteControlPreset"); \ static_assert(offsetof(URemoteControlPreset, layout) == 0x000028, "Member 'URemoteControlPreset::layout' has a wrong offset!"); \ static_assert(offsetof(URemoteControlPreset, MetaData) == 0x0000E8, "Member 'URemoteControlPreset::MetaData' has a wrong offset!"); \ static_assert(offsetof(URemoteControlPreset, Bindings) == 0x000138, "Member 'URemoteControlPreset::Bindings' has a wrong offset!"); \ static_assert(offsetof(URemoteControlPreset, PresetId) == 0x000148, "Member 'URemoteControlPreset::PresetId' has a wrong offset!"); \ static_assert(offsetof(URemoteControlPreset, RemoteControlTargets) == 0x000158, "Member 'URemoteControlPreset::RemoteControlTargets' has a wrong offset!"); \ static_assert(offsetof(URemoteControlPreset, FieldCache) == 0x0001A8, "Member 'URemoteControlPreset::FieldCache' has a wrong offset!"); \ static_assert(offsetof(URemoteControlPreset, NameToGuidMap) == 0x0001F8, "Member 'URemoteControlPreset::NameToGuidMap' has a wrong offset!"); \ static_assert(offsetof(URemoteControlPreset, Registry) == 0x000248, "Member 'URemoteControlPreset::Registry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARemoteControlPresetActor \ static_assert(alignof(ARemoteControlPresetActor) == 0x000008, "Wrong alignment on ARemoteControlPresetActor"); \ static_assert(sizeof(ARemoteControlPresetActor) == 0x000258, "Wrong size on ARemoteControlPresetActor"); \ static_assert(offsetof(ARemoteControlPresetActor, Preset) == 0x000248, "Member 'ARemoteControlPresetActor::Preset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URemoteControlAPITestObject \ static_assert(alignof(URemoteControlAPITestObject) == 0x000008, "Wrong alignment on URemoteControlAPITestObject"); \ static_assert(sizeof(URemoteControlAPITestObject) == 0x000288, "Wrong size on URemoteControlAPITestObject"); \ static_assert(offsetof(URemoteControlAPITestObject, CStyleIntArray) == 0x000028, "Member 'URemoteControlAPITestObject::CStyleIntArray' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, IntArray) == 0x000038, "Member 'URemoteControlAPITestObject::IntArray' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, StructOuterArray) == 0x000048, "Member 'URemoteControlAPITestObject::StructOuterArray' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, IntSet) == 0x000058, "Member 'URemoteControlAPITestObject::IntSet' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, IntMap) == 0x0000A8, "Member 'URemoteControlAPITestObject::IntMap' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, StructOuterMap) == 0x0000F8, "Member 'URemoteControlAPITestObject::StructOuterMap' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, StringColorMap) == 0x000148, "Member 'URemoteControlAPITestObject::StringColorMap' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, ArrayOfVectors) == 0x000198, "Member 'URemoteControlAPITestObject::ArrayOfVectors' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, Int8Value) == 0x0001A8, "Member 'URemoteControlAPITestObject::Int8Value' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, Int16Value) == 0x0001AA, "Member 'URemoteControlAPITestObject::Int16Value' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, Int32Value) == 0x0001AC, "Member 'URemoteControlAPITestObject::Int32Value' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, FloatValue) == 0x0001B0, "Member 'URemoteControlAPITestObject::FloatValue' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, DoubleValue) == 0x0001B8, "Member 'URemoteControlAPITestObject::DoubleValue' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, RemoteControlTestStructOuter) == 0x0001C0, "Member 'URemoteControlAPITestObject::RemoteControlTestStructOuter' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, StringValue) == 0x000238, "Member 'URemoteControlAPITestObject::StringValue' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, NameValue) == 0x000248, "Member 'URemoteControlAPITestObject::NameValue' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, TextValue) == 0x000250, "Member 'URemoteControlAPITestObject::TextValue' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, bValue) == 0x000268, "Member 'URemoteControlAPITestObject::bValue' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, ByteValue) == 0x000269, "Member 'URemoteControlAPITestObject::ByteValue' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, RemoteControlEnumByteValue) == 0x00026A, "Member 'URemoteControlAPITestObject::RemoteControlEnumByteValue' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, RemoteControlEnumValue) == 0x00026B, "Member 'URemoteControlAPITestObject::RemoteControlEnumValue' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, VectorValue) == 0x00026C, "Member 'URemoteControlAPITestObject::VectorValue' has a wrong offset!"); \ static_assert(offsetof(URemoteControlAPITestObject, RotatorValue) == 0x000278, "Member 'URemoteControlAPITestObject::RotatorValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URemoteControlTestObject \ static_assert(alignof(URemoteControlTestObject) == 0x000008, "Wrong alignment on URemoteControlTestObject"); \ static_assert(sizeof(URemoteControlTestObject) == 0x000198, "Wrong size on URemoteControlTestObject"); \ static_assert(offsetof(URemoteControlTestObject, CStyleIntArray) == 0x000028, "Member 'URemoteControlTestObject::CStyleIntArray' has a wrong offset!"); \ static_assert(offsetof(URemoteControlTestObject, IntArray) == 0x000038, "Member 'URemoteControlTestObject::IntArray' has a wrong offset!"); \ static_assert(offsetof(URemoteControlTestObject, FloatArray) == 0x000048, "Member 'URemoteControlTestObject::FloatArray' has a wrong offset!"); \ static_assert(offsetof(URemoteControlTestObject, IntSet) == 0x000058, "Member 'URemoteControlTestObject::IntSet' has a wrong offset!"); \ static_assert(offsetof(URemoteControlTestObject, IntMap) == 0x0000A8, "Member 'URemoteControlTestObject::IntMap' has a wrong offset!"); \ static_assert(offsetof(URemoteControlTestObject, IntInnerStructMap) == 0x0000F8, "Member 'URemoteControlTestObject::IntInnerStructMap' has a wrong offset!"); \ static_assert(offsetof(URemoteControlTestObject, StringColorMap) == 0x000148, "Member 'URemoteControlTestObject::StringColorMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_GringottsEntry_01_C \ static_assert(alignof(ABP_GringottsEntry_01_C) == 0x000008, "Wrong alignment on ABP_GringottsEntry_01_C"); \ static_assert(sizeof(ABP_GringottsEntry_01_C) == 0x000A00, "Wrong size on ABP_GringottsEntry_01_C"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HW_Book) == 0x000248, "Member 'ABP_GringottsEntry_01_C::SM_HW_Book' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_Intro_Gringotts_FrontDesk_01) == 0x000250, "Member 'ABP_GringottsEntry_01_C::SM_Intro_Gringotts_FrontDesk_01' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, Plane) == 0x000258, "Member 'ABP_GringottsEntry_01_C::Plane' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, BP_Intro_Gringots_A3) == 0x000260, "Member 'ABP_GringottsEntry_01_C::BP_Intro_Gringots_A3' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, BP_Intro_Gringots_A2) == 0x000268, "Member 'ABP_GringottsEntry_01_C::BP_Intro_Gringots_A2' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, BP_Intro_Gringots_A1) == 0x000270, "Member 'ABP_GringottsEntry_01_C::BP_Intro_Gringots_A1' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, BP_Intro_Gringots_A) == 0x000278, "Member 'ABP_GringottsEntry_01_C::BP_Intro_Gringots_A' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, PointLight1) == 0x000280, "Member 'ABP_GringottsEntry_01_C::PointLight1' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, PointLight) == 0x000288, "Member 'ABP_GringottsEntry_01_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, probe_sunblocker_5) == 0x000290, "Member 'ABP_GringottsEntry_01_C::probe_sunblocker_5' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, probe_sunblocker_4) == 0x000298, "Member 'ABP_GringottsEntry_01_C::probe_sunblocker_4' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, probe_sunblocker_3) == 0x0002A0, "Member 'ABP_GringottsEntry_01_C::probe_sunblocker_3' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, probe_sunblocker_2) == 0x0002A8, "Member 'ABP_GringottsEntry_01_C::probe_sunblocker_2' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, probe_sunblocker_1) == 0x0002B0, "Member 'ABP_GringottsEntry_01_C::probe_sunblocker_1' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, probe_sunblocker) == 0x0002B8, "Member 'ABP_GringottsEntry_01_C::probe_sunblocker' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G68_StaticMeshComponent0) == 0x0002C0, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G68_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G67_StaticMeshComponent0) == 0x0002C8, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G67_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G66_StaticMeshComponent0) == 0x0002D0, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G66_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G65_StaticMeshComponent0) == 0x0002D8, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G65_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G36_StaticMeshComponent0) == 0x0002E0, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G36_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_Intro_Gringotts_LobbyChandelier_2_StaticMeshComponent0) == 0x0002E8, "Member 'ABP_GringottsEntry_01_C::SM_Intro_Gringotts_LobbyChandelier_2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_Intro_Gringotts_LobbyChandelier_01_StaticMeshComponent0) == 0x0002F0, "Member 'ABP_GringottsEntry_01_C::SM_Intro_Gringotts_LobbyChandelier_01_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_Intro_Gringotts_LobbyFloor_01_StaticMeshComponent0) == 0x0002F8, "Member 'ABP_GringottsEntry_01_C::SM_Intro_Gringotts_LobbyFloor_01_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CastleDun_GOB_SilverIngot_A13_StaticMeshComponent0) == 0x000300, "Member 'ABP_GringottsEntry_01_C::SM_CastleDun_GOB_SilverIngot_A13_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CastleDun_GOB_SilverIngot_A12_StaticMeshComponent0) == 0x000308, "Member 'ABP_GringottsEntry_01_C::SM_CastleDun_GOB_SilverIngot_A12_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CastleDun_GOB_SilverIngot_A11_StaticMeshComponent0) == 0x000310, "Member 'ABP_GringottsEntry_01_C::SM_CastleDun_GOB_SilverIngot_A11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CastleDun_GOB_SilverIngot_A10_StaticMeshComponent0) == 0x000318, "Member 'ABP_GringottsEntry_01_C::SM_CastleDun_GOB_SilverIngot_A10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CastleDun_GOB_SilverIngot_A9_StaticMeshComponent0) == 0x000320, "Member 'ABP_GringottsEntry_01_C::SM_CastleDun_GOB_SilverIngot_A9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CastleDun_GOB_SilverIngot_A8_StaticMeshComponent0) == 0x000328, "Member 'ABP_GringottsEntry_01_C::SM_CastleDun_GOB_SilverIngot_A8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CastleDun_GOB_SilverIngot_A7_StaticMeshComponent0) == 0x000330, "Member 'ABP_GringottsEntry_01_C::SM_CastleDun_GOB_SilverIngot_A7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CastleDun_GOB_SilverIngot_A6_StaticMeshComponent0) == 0x000338, "Member 'ABP_GringottsEntry_01_C::SM_CastleDun_GOB_SilverIngot_A6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CastleDun_GOB_SilverIngot_A5_StaticMeshComponent0) == 0x000340, "Member 'ABP_GringottsEntry_01_C::SM_CastleDun_GOB_SilverIngot_A5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CastleDun_GOB_SilverIngot_A4_StaticMeshComponent0) == 0x000348, "Member 'ABP_GringottsEntry_01_C::SM_CastleDun_GOB_SilverIngot_A4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CastleDun_GOB_SilverIngot_A3_StaticMeshComponent0) == 0x000350, "Member 'ABP_GringottsEntry_01_C::SM_CastleDun_GOB_SilverIngot_A3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CastleDun_GOB_SilverIngot_A2_StaticMeshComponent0) == 0x000358, "Member 'ABP_GringottsEntry_01_C::SM_CastleDun_GOB_SilverIngot_A2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CastleDun_GOB_SilverIngot_A_StaticMeshComponent0) == 0x000360, "Member 'ABP_GringottsEntry_01_C::SM_CastleDun_GOB_SilverIngot_A_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B34_StaticMeshComponent0) == 0x000368, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B34_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B33_StaticMeshComponent0) == 0x000370, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B33_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B32_StaticMeshComponent0) == 0x000378, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B32_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B31_StaticMeshComponent0) == 0x000380, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B31_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_F10_StaticMeshComponent0) == 0x000388, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_F10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_G13_StaticMeshComponent0) == 0x000390, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_G13_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B30_StaticMeshComponent0) == 0x000398, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B30_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B29_StaticMeshComponent0) == 0x0003A0, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B29_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B28_StaticMeshComponent0) == 0x0003A8, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B28_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_C_StaticMeshComponent0) == 0x0003B0, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_C_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B27_StaticMeshComponent0) == 0x0003B8, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B27_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_F9_StaticMeshComponent0) == 0x0003C0, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_F9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_A_StaticMeshComponent0) == 0x0003C8, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_A_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B26_StaticMeshComponent0) == 0x0003D0, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B26_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G64_StaticMeshComponent0) == 0x0003D8, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G64_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B25_StaticMeshComponent0) == 0x0003E0, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B25_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B24_StaticMeshComponent0) == 0x0003E8, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B24_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_G11_StaticMeshComponent0) == 0x0003F0, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_G11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G63_StaticMeshComponent0) == 0x0003F8, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G63_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G62_StaticMeshComponent0) == 0x000400, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G62_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G61_StaticMeshComponent0) == 0x000408, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G61_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G60_StaticMeshComponent0) == 0x000410, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G60_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G59_StaticMeshComponent0) == 0x000418, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G59_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GobMine_BrickWall_500Hx500W_MID_A2_StaticMeshComponent0) == 0x000420, "Member 'ABP_GringottsEntry_01_C::SM_GobMine_BrickWall_500Hx500W_MID_A2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G58_StaticMeshComponent0) == 0x000428, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G58_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G57_StaticMeshComponent0) == 0x000430, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G57_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G56_StaticMeshComponent0) == 0x000438, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G56_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G55_StaticMeshComponent0) == 0x000440, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G55_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G54_StaticMeshComponent0) == 0x000448, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G54_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G53_StaticMeshComponent0) == 0x000450, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G53_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G52_StaticMeshComponent0) == 0x000458, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G52_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G51_StaticMeshComponent0) == 0x000460, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G51_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A106_StaticMeshComponent0) == 0x000468, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A106_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A133_StaticMeshComponent0) == 0x000470, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A133_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_Single_C_394_StaticMeshComponent0) == 0x000478, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_Single_C_394_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A132_StaticMeshComponent0) == 0x000480, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A132_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A131_StaticMeshComponent0) == 0x000488, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A131_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_Single_C_393_StaticMeshComponent0) == 0x000490, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_Single_C_393_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A130_StaticMeshComponent0) == 0x000498, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A130_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A129_StaticMeshComponent0) == 0x0004A0, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A129_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_Single_C_392_StaticMeshComponent0) == 0x0004A8, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_Single_C_392_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A128_StaticMeshComponent0) == 0x0004B0, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A128_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A127_StaticMeshComponent0) == 0x0004B8, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A127_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_Single_C_391_StaticMeshComponent0) == 0x0004C0, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_Single_C_391_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A125_StaticMeshComponent0) == 0x0004C8, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A125_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A113_StaticMeshComponent0) == 0x0004D0, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A113_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_Single_C_390_StaticMeshComponent0) == 0x0004D8, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_Single_C_390_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A120_StaticMeshComponent0) == 0x0004E0, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A120_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G50_StaticMeshComponent0) == 0x0004E8, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G50_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_Intro_GringottsLobbyTrimCorner_StaticMeshComponent0) == 0x0004F0, "Member 'ABP_GringottsEntry_01_C::SM_Intro_GringottsLobbyTrimCorner_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G49_StaticMeshComponent0) == 0x0004F8, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G49_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GobMine_RailingKit_Cap_A7_StaticMeshComponent0) == 0x000500, "Member 'ABP_GringottsEntry_01_C::SM_GobMine_RailingKit_Cap_A7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_BP_Goblin_Railing_Straight534_StaticMeshComponent0) == 0x000508, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_BP_Goblin_Railing_Straight534_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G48_StaticMeshComponent0) == 0x000510, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G48_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_Big_A12_StaticMeshComponent0) == 0x000518, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_Big_A12_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_Big_A11_StaticMeshComponent0) == 0x000520, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_Big_A11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_Big_A10_StaticMeshComponent0) == 0x000528, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_Big_A10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_BP_Goblin_Railing_Straight539_StaticMeshComponent0) == 0x000530, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_BP_Goblin_Railing_Straight539_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_BP_Goblin_Railing_Straight538_StaticMeshComponent0) == 0x000538, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_BP_Goblin_Railing_Straight538_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_BP_Goblin_Railing_Straight537_StaticMeshComponent0) == 0x000540, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_BP_Goblin_Railing_Straight537_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A105_StaticMeshComponent0) == 0x000548, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A105_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A104_StaticMeshComponent0) == 0x000550, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A104_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A103_StaticMeshComponent0) == 0x000558, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A103_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A102_StaticMeshComponent0) == 0x000560, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A102_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G47_StaticMeshComponent0) == 0x000568, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G47_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G46_StaticMeshComponent0) == 0x000570, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G46_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G45_StaticMeshComponent0) == 0x000578, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G45_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G44_StaticMeshComponent0) == 0x000580, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G44_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_BP_Goblin_Railing_Straight537_StaticMeshComponent0) == 0x000588, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_BP_Goblin_Railing_Straight537_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A97_StaticMeshComponent0) == 0x000590, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A97_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A93_StaticMeshComponent0) == 0x000598, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A93_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A92_StaticMeshComponent0) == 0x0005A0, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A92_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A91_StaticMeshComponent0) == 0x0005A8, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A91_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A90_StaticMeshComponent0) == 0x0005B0, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A90_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A89_StaticMeshComponent0) == 0x0005B8, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A89_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GobMine_RailingKit_Cap_A5_StaticMeshComponent0) == 0x0005C0, "Member 'ABP_GringottsEntry_01_C::SM_GobMine_RailingKit_Cap_A5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_BP_Goblin_Railing_Straight532_StaticMeshComponent0) == 0x0005C8, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_BP_Goblin_Railing_Straight532_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_BP_Goblin_Railing_Straight536_StaticMeshComponent0) == 0x0005D0, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_BP_Goblin_Railing_Straight536_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_BP_Goblin_Railing_Straight535_StaticMeshComponent0) == 0x0005D8, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_BP_Goblin_Railing_Straight535_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_BP_Goblin_Railing_Straight534_StaticMeshComponent0) == 0x0005E0, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_BP_Goblin_Railing_Straight534_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_BP_Goblin_Railing_Straight533_StaticMeshComponent0) == 0x0005E8, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_BP_Goblin_Railing_Straight533_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A70_StaticMeshComponent0) == 0x0005F0, "Member 'ABP_GringottsEntry_01_C::StaticMeshActor_StaticMeshActor_SM_GobMine_Vic_Arch_BigCuvre_A70_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HW_GroundsQ_WingedBoarGate_A6_StaticMeshComponent0) == 0x0005F8, "Member 'ABP_GringottsEntry_01_C::SM_HW_GroundsQ_WingedBoarGate_A6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HW_GroundsQ_WingedBoarGate_A5_StaticMeshComponent0) == 0x000600, "Member 'ABP_GringottsEntry_01_C::SM_HW_GroundsQ_WingedBoarGate_A5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HW_GroundsQ_WingedBoarGate_A4_StaticMeshComponent0) == 0x000608, "Member 'ABP_GringottsEntry_01_C::SM_HW_GroundsQ_WingedBoarGate_A4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HW_GroundsQ_WingedBoarGate_A3_StaticMeshComponent0) == 0x000610, "Member 'ABP_GringottsEntry_01_C::SM_HW_GroundsQ_WingedBoarGate_A3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GringotsLobbyPillar12_StaticMeshComponent0) == 0x000618, "Member 'ABP_GringottsEntry_01_C::SM_GringotsLobbyPillar12_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GringotsLobbyPillar11_StaticMeshComponent0) == 0x000620, "Member 'ABP_GringottsEntry_01_C::SM_GringotsLobbyPillar11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GringotsLobbyPillar4_StaticMeshComponent0) == 0x000628, "Member 'ABP_GringottsEntry_01_C::SM_GringotsLobbyPillar4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_Intro_GringottsCircularTrim_3_StaticMeshComponent0) == 0x000630, "Member 'ABP_GringottsEntry_01_C::SM_Intro_GringottsCircularTrim_3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G43_StaticMeshComponent0) == 0x000638, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G43_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G42_StaticMeshComponent0) == 0x000640, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G42_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G41_StaticMeshComponent0) == 0x000648, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G41_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G40_StaticMeshComponent0) == 0x000650, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G40_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G39_StaticMeshComponent0) == 0x000658, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G39_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_K03_F8_StaticMeshComponent0) == 0x000660, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_K03_F8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_K03_F7_StaticMeshComponent0) == 0x000668, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_K03_F7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G38_StaticMeshComponent0) == 0x000670, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G38_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_K03_F6_StaticMeshComponent0) == 0x000678, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_K03_F6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_K03_F5_StaticMeshComponent0) == 0x000680, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_K03_F5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G37_StaticMeshComponent0) == 0x000688, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G37_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G35_StaticMeshComponent0) == 0x000690, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G35_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B23_StaticMeshComponent0) == 0x000698, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B23_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_G10_StaticMeshComponent0) == 0x0006A0, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_G10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B22_StaticMeshComponent0) == 0x0006A8, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B22_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B21_StaticMeshComponent0) == 0x0006B0, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B21_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_G9_StaticMeshComponent0) == 0x0006B8, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_G9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_F8_StaticMeshComponent0) == 0x0006C0, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_F8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B20_StaticMeshComponent0) == 0x0006C8, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B20_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_G8_StaticMeshComponent0) == 0x0006D0, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_G8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_F7_StaticMeshComponent0) == 0x0006D8, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_F7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B19_StaticMeshComponent0) == 0x0006E0, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B19_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B18_StaticMeshComponent0) == 0x0006E8, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B18_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B17_StaticMeshComponent0) == 0x0006F0, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B17_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_G7_StaticMeshComponent0) == 0x0006F8, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_G7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B16_StaticMeshComponent0) == 0x000700, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B16_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_F6_StaticMeshComponent0) == 0x000708, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_F6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G34_StaticMeshComponent0) == 0x000710, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G34_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G33_StaticMeshComponent0) == 0x000718, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G33_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G32_StaticMeshComponent0) == 0x000720, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G32_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G31_StaticMeshComponent0) == 0x000728, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G31_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G30_StaticMeshComponent0) == 0x000730, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G30_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G29_StaticMeshComponent0) == 0x000738, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G29_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G28_StaticMeshComponent0) == 0x000740, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G28_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G27_StaticMeshComponent0) == 0x000748, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G27_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G26_StaticMeshComponent0) == 0x000750, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G26_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G25_StaticMeshComponent0) == 0x000758, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G25_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B15_StaticMeshComponent0) == 0x000760, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B15_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B14_StaticMeshComponent0) == 0x000768, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B14_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_F5_StaticMeshComponent0) == 0x000770, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_F5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_G6_StaticMeshComponent0) == 0x000778, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_G6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B13_StaticMeshComponent0) == 0x000780, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B13_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B12_StaticMeshComponent0) == 0x000788, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B12_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_G5_StaticMeshComponent0) == 0x000790, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_G5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_G4_StaticMeshComponent0) == 0x000798, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_G4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_F4_StaticMeshComponent0) == 0x0007A0, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_F4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B11_StaticMeshComponent0) == 0x0007A8, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B10_StaticMeshComponent0) == 0x0007B0, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_G3_StaticMeshComponent0) == 0x0007B8, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_G3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_F3_StaticMeshComponent0) == 0x0007C0, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_F3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HW_SD_CR_RoundCeiling_Dome_StaticMeshComponent0) == 0x0007C8, "Member 'ABP_GringottsEntry_01_C::SM_HW_SD_CR_RoundCeiling_Dome_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HW_DADA_CharmsClass_Doorway_StaticMeshComponent0) == 0x0007D0, "Member 'ABP_GringottsEntry_01_C::SM_HW_DADA_CharmsClass_Doorway_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HW_CT_BulletinBoardWall_WoodPanel8_StaticMeshComponent0) == 0x0007D8, "Member 'ABP_GringottsEntry_01_C::SM_HW_CT_BulletinBoardWall_WoodPanel8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HW_CT_BulletinBoardWall_WoodPanel7_StaticMeshComponent0) == 0x0007E0, "Member 'ABP_GringottsEntry_01_C::SM_HW_CT_BulletinBoardWall_WoodPanel7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HW_CT_BulletinBoardWall_WoodPanel6_StaticMeshComponent0) == 0x0007E8, "Member 'ABP_GringottsEntry_01_C::SM_HW_CT_BulletinBoardWall_WoodPanel6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HW_CT_BulletinBoardWall_WoodPanel5_StaticMeshComponent0) == 0x0007F0, "Member 'ABP_GringottsEntry_01_C::SM_HW_CT_BulletinBoardWall_WoodPanel5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HW_CT_BulletinBoardWall_WoodPanel4_StaticMeshComponent0) == 0x0007F8, "Member 'ABP_GringottsEntry_01_C::SM_HW_CT_BulletinBoardWall_WoodPanel4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HW_CT_BulletinBoardWall_WoodPanel3_StaticMeshComponent0) == 0x000800, "Member 'ABP_GringottsEntry_01_C::SM_HW_CT_BulletinBoardWall_WoodPanel3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HW_CT_BulletinBoardWall_WoodPanel2_StaticMeshComponent0) == 0x000808, "Member 'ABP_GringottsEntry_01_C::SM_HW_CT_BulletinBoardWall_WoodPanel2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HW_CT_BulletinBoardWall_WoodPanel_StaticMeshComponent0) == 0x000810, "Member 'ABP_GringottsEntry_01_C::SM_HW_CT_BulletinBoardWall_WoodPanel_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GringotsLobbyouter_wall_02_StaticMeshComponent0) == 0x000818, "Member 'ABP_GringottsEntry_01_C::SM_GringotsLobbyouter_wall_02_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_Intro_GringottsCircularTrim_02_StaticMeshComponent0) == 0x000820, "Member 'ABP_GringottsEntry_01_C::SM_Intro_GringottsCircularTrim_02_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B9_StaticMeshComponent0) == 0x000828, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B8_StaticMeshComponent0) == 0x000830, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G24_StaticMeshComponent0) == 0x000838, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G24_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G23_StaticMeshComponent0) == 0x000840, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G23_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G22_StaticMeshComponent0) == 0x000848, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G22_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G21_StaticMeshComponent0) == 0x000850, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G21_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G20_StaticMeshComponent0) == 0x000858, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G20_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G19_StaticMeshComponent0) == 0x000860, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G19_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G18_StaticMeshComponent0) == 0x000868, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G18_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G17_StaticMeshComponent0) == 0x000870, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G17_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G16_StaticMeshComponent0) == 0x000878, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G16_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G15_StaticMeshComponent0) == 0x000880, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G15_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_K03_F4_StaticMeshComponent0) == 0x000888, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_K03_F4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GobMine_Vic_Arch_BigCuvre_B65_StaticMeshComponent0) == 0x000890, "Member 'ABP_GringottsEntry_01_C::SM_GobMine_Vic_Arch_BigCuvre_B65_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G14_StaticMeshComponent0) == 0x000898, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G14_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G13_StaticMeshComponent0) == 0x0008A0, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G13_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G12_StaticMeshComponent0) == 0x0008A8, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G12_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G11_StaticMeshComponent0) == 0x0008B0, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_K03_F3_StaticMeshComponent0) == 0x0008B8, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_K03_F3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_K03_F2_StaticMeshComponent0) == 0x0008C0, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_K03_F2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_K03_F_StaticMeshComponent0) == 0x0008C8, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_K03_F_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GobMine_Vic_Arch_BigCuvre_B64_StaticMeshComponent0) == 0x0008D0, "Member 'ABP_GringottsEntry_01_C::SM_GobMine_Vic_Arch_BigCuvre_B64_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GobMine_Vic_Arch_BigCuvre_B63_StaticMeshComponent0) == 0x0008D8, "Member 'ABP_GringottsEntry_01_C::SM_GobMine_Vic_Arch_BigCuvre_B63_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GobMine_Vic_Arch_BigCuvre_B62_StaticMeshComponent0) == 0x0008E0, "Member 'ABP_GringottsEntry_01_C::SM_GobMine_Vic_Arch_BigCuvre_B62_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GobMine_Vic_Arch_BigCuvre_B61_StaticMeshComponent0) == 0x0008E8, "Member 'ABP_GringottsEntry_01_C::SM_GobMine_Vic_Arch_BigCuvre_B61_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G10_StaticMeshComponent0) == 0x0008F0, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G9_StaticMeshComponent0) == 0x0008F8, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G8_StaticMeshComponent0) == 0x000900, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G7_StaticMeshComponent0) == 0x000908, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G6_StaticMeshComponent0) == 0x000910, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G5_StaticMeshComponent0) == 0x000918, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G4_StaticMeshComponent0) == 0x000920, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GobMine_Chariot_A_StaticMeshComponent0) == 0x000928, "Member 'ABP_GringottsEntry_01_C::SM_GobMine_Chariot_A_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B7_StaticMeshComponent0) == 0x000930, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B6_StaticMeshComponent0) == 0x000938, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B5_StaticMeshComponent0) == 0x000940, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B4_StaticMeshComponent0) == 0x000948, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B3_StaticMeshComponent0) == 0x000950, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_F2_StaticMeshComponent0) == 0x000958, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_F2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_G2_StaticMeshComponent0) == 0x000960, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_G2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B2_StaticMeshComponent0) == 0x000968, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_B_StaticMeshComponent0) == 0x000970, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_B_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_G_StaticMeshComponent0) == 0x000978, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_G_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_CavernDun_Stalactite_F_StaticMeshComponent0) == 0x000980, "Member 'ABP_GringottsEntry_01_C::SM_CavernDun_Stalactite_F_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GringotsLobbyPillar10_StaticMeshComponent0) == 0x000988, "Member 'ABP_GringottsEntry_01_C::SM_GringotsLobbyPillar10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GringotsLobbyPillar9_StaticMeshComponent0) == 0x000990, "Member 'ABP_GringottsEntry_01_C::SM_GringotsLobbyPillar9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GringotsLobbyPillar8_StaticMeshComponent0) == 0x000998, "Member 'ABP_GringottsEntry_01_C::SM_GringotsLobbyPillar8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GringotsLobbyPillar7_StaticMeshComponent0) == 0x0009A0, "Member 'ABP_GringottsEntry_01_C::SM_GringotsLobbyPillar7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GringotsLobbyPillar6_StaticMeshComponent0) == 0x0009A8, "Member 'ABP_GringottsEntry_01_C::SM_GringotsLobbyPillar6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GringotsLobbyPillar5_StaticMeshComponent0) == 0x0009B0, "Member 'ABP_GringottsEntry_01_C::SM_GringotsLobbyPillar5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GringotsLobbyPillar2_StaticMeshComponent0) == 0x0009B8, "Member 'ABP_GringottsEntry_01_C::SM_GringotsLobbyPillar2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_Intro_GringottsFloor_02_StaticMeshComponent0) == 0x0009C0, "Member 'ABP_GringottsEntry_01_C::SM_Intro_GringottsFloor_02_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_GringotsLobbyouter_wall_StaticMeshComponent0) == 0x0009C8, "Member 'ABP_GringottsEntry_01_C::SM_GringotsLobbyouter_wall_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_Intro_GringottsCircularTrim_StaticMeshComponent0) == 0x0009D0, "Member 'ABP_GringottsEntry_01_C::SM_Intro_GringottsCircularTrim_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_D_GM_RockWall_Smaler_07_G3_StaticMeshComponent0) == 0x0009D8, "Member 'ABP_GringottsEntry_01_C::SM_D_GM_RockWall_Smaler_07_G3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HM_Door_ROR_StaticMeshComponent0) == 0x0009E0, "Member 'ABP_GringottsEntry_01_C::SM_HM_Door_ROR_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HW_GroundsQ_WingedBoarGate_A2_StaticMeshComponent0) == 0x0009E8, "Member 'ABP_GringottsEntry_01_C::SM_HW_GroundsQ_WingedBoarGate_A2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SM_HW_GroundsQ_WingedBoarGate_A_StaticMeshComponent0) == 0x0009F0, "Member 'ABP_GringottsEntry_01_C::SM_HW_GroundsQ_WingedBoarGate_A_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_GringottsEntry_01_C, SharedRoot) == 0x0009F8, "Member 'ABP_GringottsEntry_01_C::SharedRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht \ static_assert(alignof(ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht) == 0x000008, "Wrong alignment on ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht"); \ static_assert(sizeof(ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht) == 0x000070, "Wrong size on ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht, EntryPoint) == 0x000000, "Member 'ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht, K2Node_Event_Context) == 0x000008, "Member 'ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroomBarrelRoll_Rht_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Rht::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroomBarrelRoll_Rht_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroomBarrelRoll_Rht_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroomBarrelRoll_Rht_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroomBarrelRoll_Rht_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroomBarrelRoll_Rht_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Rht_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroomBarrelRoll_Rht_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Rht_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroomBarrelRoll_Rht_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroomBarrelRoll_Rht_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroomBarrelRoll_Rht_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroomBarrelRoll_Rht_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroomBarrelRoll_Rht_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroomBarrelRoll_Rht_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Rht_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroomBarrelRoll_Rht_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroomBarrelRoll_Rht_C \ static_assert(alignof(UABL_HoverBroomBarrelRoll_Rht_C) == 0x000008, "Wrong alignment on UABL_HoverBroomBarrelRoll_Rht_C"); \ static_assert(sizeof(UABL_HoverBroomBarrelRoll_Rht_C) == 0x0000D0, "Wrong size on UABL_HoverBroomBarrelRoll_Rht_C"); \ static_assert(offsetof(UABL_HoverBroomBarrelRoll_Rht_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroomBarrelRoll_Rht_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectChorusSettings \ static_assert(alignof(FSourceEffectChorusSettings) == 0x000008, "Wrong alignment on FSourceEffectChorusSettings"); \ static_assert(sizeof(FSourceEffectChorusSettings) == 0x000078, "Wrong size on FSourceEffectChorusSettings"); \ static_assert(offsetof(FSourceEffectChorusSettings, Depth) == 0x000000, "Member 'FSourceEffectChorusSettings::Depth' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, Frequency) == 0x000004, "Member 'FSourceEffectChorusSettings::Frequency' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, Feedback) == 0x000008, "Member 'FSourceEffectChorusSettings::Feedback' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, WetLevel) == 0x00000C, "Member 'FSourceEffectChorusSettings::WetLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, DryLevel) == 0x000010, "Member 'FSourceEffectChorusSettings::DryLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, Spread) == 0x000014, "Member 'FSourceEffectChorusSettings::Spread' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, DepthModulation) == 0x000018, "Member 'FSourceEffectChorusSettings::DepthModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, FrequencyModulation) == 0x000028, "Member 'FSourceEffectChorusSettings::FrequencyModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, FeedbackModulation) == 0x000038, "Member 'FSourceEffectChorusSettings::FeedbackModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, WetModulation) == 0x000048, "Member 'FSourceEffectChorusSettings::WetModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, DryModulation) == 0x000058, "Member 'FSourceEffectChorusSettings::DryModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusSettings, SpreadModulation) == 0x000068, "Member 'FSourceEffectChorusSettings::SpreadModulation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSynth1PatchCable \ static_assert(alignof(FSynth1PatchCable) == 0x000004, "Wrong alignment on FSynth1PatchCable"); \ static_assert(sizeof(FSynth1PatchCable) == 0x000008, "Wrong size on FSynth1PatchCable"); \ static_assert(offsetof(FSynth1PatchCable, Depth) == 0x000000, "Member 'FSynth1PatchCable::Depth' has a wrong offset!"); \ static_assert(offsetof(FSynth1PatchCable, Destination) == 0x000004, "Member 'FSynth1PatchCable::Destination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEpicSynth1Patch \ static_assert(alignof(FEpicSynth1Patch) == 0x000008, "Wrong alignment on FEpicSynth1Patch"); \ static_assert(sizeof(FEpicSynth1Patch) == 0x000018, "Wrong size on FEpicSynth1Patch"); \ static_assert(offsetof(FEpicSynth1Patch, PatchSource) == 0x000000, "Member 'FEpicSynth1Patch::PatchSource' has a wrong offset!"); \ static_assert(offsetof(FEpicSynth1Patch, PatchCables) == 0x000008, "Member 'FEpicSynth1Patch::PatchCables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModularSynthPreset \ static_assert(alignof(FModularSynthPreset) == 0x000008, "Wrong alignment on FModularSynthPreset"); \ static_assert(sizeof(FModularSynthPreset) == 0x0000E0, "Wrong size on FModularSynthPreset"); \ static_assert(offsetof(FModularSynthPreset, Osc1Type) == 0x00000C, "Member 'FModularSynthPreset::Osc1Type' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc1Gain) == 0x000010, "Member 'FModularSynthPreset::Osc1Gain' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc1Octave) == 0x000014, "Member 'FModularSynthPreset::Osc1Octave' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc1Semitones) == 0x000018, "Member 'FModularSynthPreset::Osc1Semitones' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc1Cents) == 0x00001C, "Member 'FModularSynthPreset::Osc1Cents' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc1PulseWidth) == 0x000020, "Member 'FModularSynthPreset::Osc1PulseWidth' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc2Type) == 0x000024, "Member 'FModularSynthPreset::Osc2Type' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc2Gain) == 0x000028, "Member 'FModularSynthPreset::Osc2Gain' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc2Octave) == 0x00002C, "Member 'FModularSynthPreset::Osc2Octave' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc2Semitones) == 0x000030, "Member 'FModularSynthPreset::Osc2Semitones' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc2Cents) == 0x000034, "Member 'FModularSynthPreset::Osc2Cents' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Osc2PulseWidth) == 0x000038, "Member 'FModularSynthPreset::Osc2PulseWidth' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Portamento) == 0x00003C, "Member 'FModularSynthPreset::Portamento' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Spread) == 0x000044, "Member 'FModularSynthPreset::Spread' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Pan) == 0x000048, "Member 'FModularSynthPreset::Pan' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO1Frequency) == 0x00004C, "Member 'FModularSynthPreset::LFO1Frequency' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO1Gain) == 0x000050, "Member 'FModularSynthPreset::LFO1Gain' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO1Type) == 0x000054, "Member 'FModularSynthPreset::LFO1Type' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO1Mode) == 0x000055, "Member 'FModularSynthPreset::LFO1Mode' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO1PatchType) == 0x000056, "Member 'FModularSynthPreset::LFO1PatchType' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO2Frequency) == 0x000058, "Member 'FModularSynthPreset::LFO2Frequency' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO2Gain) == 0x00005C, "Member 'FModularSynthPreset::LFO2Gain' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO2Type) == 0x000060, "Member 'FModularSynthPreset::LFO2Type' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO2Mode) == 0x000061, "Member 'FModularSynthPreset::LFO2Mode' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, LFO2PatchType) == 0x000062, "Member 'FModularSynthPreset::LFO2PatchType' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, GainDb) == 0x000064, "Member 'FModularSynthPreset::GainDb' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, AttackTime) == 0x000068, "Member 'FModularSynthPreset::AttackTime' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, DecayTime) == 0x00006C, "Member 'FModularSynthPreset::DecayTime' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, SustainGain) == 0x000070, "Member 'FModularSynthPreset::SustainGain' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ReleaseTime) == 0x000074, "Member 'FModularSynthPreset::ReleaseTime' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ModEnvPatchType) == 0x000078, "Member 'FModularSynthPreset::ModEnvPatchType' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ModEnvBiasPatchType) == 0x000079, "Member 'FModularSynthPreset::ModEnvBiasPatchType' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeDepth) == 0x000080, "Member 'FModularSynthPreset::ModulationEnvelopeDepth' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeAttackTime) == 0x000084, "Member 'FModularSynthPreset::ModulationEnvelopeAttackTime' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeDecayTime) == 0x000088, "Member 'FModularSynthPreset::ModulationEnvelopeDecayTime' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeSustainGain) == 0x00008C, "Member 'FModularSynthPreset::ModulationEnvelopeSustainGain' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeReleaseTime) == 0x000090, "Member 'FModularSynthPreset::ModulationEnvelopeReleaseTime' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, FilterFrequency) == 0x000098, "Member 'FModularSynthPreset::FilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, FilterQ) == 0x00009C, "Member 'FModularSynthPreset::FilterQ' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, FilterType) == 0x0000A0, "Member 'FModularSynthPreset::FilterType' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, FilterAlgorithm) == 0x0000A1, "Member 'FModularSynthPreset::FilterAlgorithm' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, StereoDelayMode) == 0x0000A8, "Member 'FModularSynthPreset::StereoDelayMode' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, StereoDelayTime) == 0x0000AC, "Member 'FModularSynthPreset::StereoDelayTime' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, StereoDelayFeedback) == 0x0000B0, "Member 'FModularSynthPreset::StereoDelayFeedback' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, StereoDelayWetlevel) == 0x0000B4, "Member 'FModularSynthPreset::StereoDelayWetlevel' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, StereoDelayRatio) == 0x0000B8, "Member 'FModularSynthPreset::StereoDelayRatio' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ChorusDepth) == 0x0000C0, "Member 'FModularSynthPreset::ChorusDepth' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ChorusFeedback) == 0x0000C4, "Member 'FModularSynthPreset::ChorusFeedback' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, ChorusFrequency) == 0x0000C8, "Member 'FModularSynthPreset::ChorusFrequency' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPreset, Patches) == 0x0000D0, "Member 'FModularSynthPreset::Patches' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModularSynthPresetBankEntry \ static_assert(alignof(FModularSynthPresetBankEntry) == 0x000008, "Wrong alignment on FModularSynthPresetBankEntry"); \ static_assert(sizeof(FModularSynthPresetBankEntry) == 0x0000F0, "Wrong size on FModularSynthPresetBankEntry"); \ static_assert(offsetof(FModularSynthPresetBankEntry, PresetName) == 0x000000, "Member 'FModularSynthPresetBankEntry::PresetName' has a wrong offset!"); \ static_assert(offsetof(FModularSynthPresetBankEntry, Preset) == 0x000010, "Member 'FModularSynthPresetBankEntry::Preset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPatchId \ static_assert(alignof(FPatchId) == 0x000004, "Wrong alignment on FPatchId"); \ static_assert(sizeof(FPatchId) == 0x000004, "Wrong size on FPatchId"); \ static_assert(offsetof(FPatchId, ID) == 0x000000, "Member 'FPatchId::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectBitCrusherSettings \ static_assert(alignof(FSourceEffectBitCrusherSettings) == 0x000008, "Wrong alignment on FSourceEffectBitCrusherSettings"); \ static_assert(sizeof(FSourceEffectBitCrusherSettings) == 0x000030, "Wrong size on FSourceEffectBitCrusherSettings"); \ static_assert(offsetof(FSourceEffectBitCrusherSettings, CrushedSampleRate) == 0x000000, "Member 'FSourceEffectBitCrusherSettings::CrushedSampleRate' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectBitCrusherSettings, SampleRateModulation) == 0x000008, "Member 'FSourceEffectBitCrusherSettings::SampleRateModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectBitCrusherSettings, CrushedBits) == 0x000018, "Member 'FSourceEffectBitCrusherSettings::CrushedBits' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectBitCrusherSettings, BitModulation) == 0x000020, "Member 'FSourceEffectBitCrusherSettings::BitModulation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectBitCrusherBaseSettings \ static_assert(alignof(FSourceEffectBitCrusherBaseSettings) == 0x000004, "Wrong alignment on FSourceEffectBitCrusherBaseSettings"); \ static_assert(sizeof(FSourceEffectBitCrusherBaseSettings) == 0x000008, "Wrong size on FSourceEffectBitCrusherBaseSettings"); \ static_assert(offsetof(FSourceEffectBitCrusherBaseSettings, SampleRate) == 0x000000, "Member 'FSourceEffectBitCrusherBaseSettings::SampleRate' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectBitCrusherBaseSettings, BitDepth) == 0x000004, "Member 'FSourceEffectBitCrusherBaseSettings::BitDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectChorusBaseSettings \ static_assert(alignof(FSourceEffectChorusBaseSettings) == 0x000004, "Wrong alignment on FSourceEffectChorusBaseSettings"); \ static_assert(sizeof(FSourceEffectChorusBaseSettings) == 0x000018, "Wrong size on FSourceEffectChorusBaseSettings"); \ static_assert(offsetof(FSourceEffectChorusBaseSettings, Depth) == 0x000000, "Member 'FSourceEffectChorusBaseSettings::Depth' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusBaseSettings, Frequency) == 0x000004, "Member 'FSourceEffectChorusBaseSettings::Frequency' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusBaseSettings, Feedback) == 0x000008, "Member 'FSourceEffectChorusBaseSettings::Feedback' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusBaseSettings, WetLevel) == 0x00000C, "Member 'FSourceEffectChorusBaseSettings::WetLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusBaseSettings, DryLevel) == 0x000010, "Member 'FSourceEffectChorusBaseSettings::DryLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectChorusBaseSettings, Spread) == 0x000014, "Member 'FSourceEffectChorusBaseSettings::Spread' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectDynamicsProcessorSettings \ static_assert(alignof(FSourceEffectDynamicsProcessorSettings) == 0x000004, "Wrong alignment on FSourceEffectDynamicsProcessorSettings"); \ static_assert(sizeof(FSourceEffectDynamicsProcessorSettings) == 0x000028, "Wrong size on FSourceEffectDynamicsProcessorSettings"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, DynamicsProcessorType) == 0x000000, "Member 'FSourceEffectDynamicsProcessorSettings::DynamicsProcessorType' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, PeakMode) == 0x000001, "Member 'FSourceEffectDynamicsProcessorSettings::PeakMode' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, LookAheadMsec) == 0x000004, "Member 'FSourceEffectDynamicsProcessorSettings::LookAheadMsec' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, AttackTimeMsec) == 0x000008, "Member 'FSourceEffectDynamicsProcessorSettings::AttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, ReleaseTimeMsec) == 0x00000C, "Member 'FSourceEffectDynamicsProcessorSettings::ReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, ThresholdDb) == 0x000010, "Member 'FSourceEffectDynamicsProcessorSettings::ThresholdDb' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, Ratio) == 0x000014, "Member 'FSourceEffectDynamicsProcessorSettings::Ratio' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, KneeBandwidthDb) == 0x000018, "Member 'FSourceEffectDynamicsProcessorSettings::KneeBandwidthDb' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, InputGainDb) == 0x00001C, "Member 'FSourceEffectDynamicsProcessorSettings::InputGainDb' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectDynamicsProcessorSettings, OutputGainDb) == 0x000020, "Member 'FSourceEffectDynamicsProcessorSettings::OutputGainDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectEnvelopeFollowerSettings \ static_assert(alignof(FSourceEffectEnvelopeFollowerSettings) == 0x000004, "Wrong alignment on FSourceEffectEnvelopeFollowerSettings"); \ static_assert(sizeof(FSourceEffectEnvelopeFollowerSettings) == 0x00000C, "Wrong size on FSourceEffectEnvelopeFollowerSettings"); \ static_assert(offsetof(FSourceEffectEnvelopeFollowerSettings, AttackTime) == 0x000000, "Member 'FSourceEffectEnvelopeFollowerSettings::AttackTime' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectEnvelopeFollowerSettings, ReleaseTime) == 0x000004, "Member 'FSourceEffectEnvelopeFollowerSettings::ReleaseTime' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectEnvelopeFollowerSettings, PeakMode) == 0x000008, "Member 'FSourceEffectEnvelopeFollowerSettings::PeakMode' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectEnvelopeFollowerSettings, bIsAnalogMode) == 0x000009, "Member 'FSourceEffectEnvelopeFollowerSettings::bIsAnalogMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectEQBand \ static_assert(alignof(FSourceEffectEQBand) == 0x000004, "Wrong alignment on FSourceEffectEQBand"); \ static_assert(sizeof(FSourceEffectEQBand) == 0x000010, "Wrong size on FSourceEffectEQBand"); \ static_assert(offsetof(FSourceEffectEQBand, Frequency) == 0x000000, "Member 'FSourceEffectEQBand::Frequency' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectEQBand, Bandwidth) == 0x000004, "Member 'FSourceEffectEQBand::Bandwidth' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectEQBand, GainDb) == 0x000008, "Member 'FSourceEffectEQBand::GainDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectEQSettings \ static_assert(alignof(FSourceEffectEQSettings) == 0x000008, "Wrong alignment on FSourceEffectEQSettings"); \ static_assert(sizeof(FSourceEffectEQSettings) == 0x000010, "Wrong size on FSourceEffectEQSettings"); \ static_assert(offsetof(FSourceEffectEQSettings, EQBands) == 0x000000, "Member 'FSourceEffectEQSettings::EQBands' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectFilterAudioBusModulationSettings \ static_assert(alignof(FSourceEffectFilterAudioBusModulationSettings) == 0x000008, "Wrong alignment on FSourceEffectFilterAudioBusModulationSettings"); \ static_assert(sizeof(FSourceEffectFilterAudioBusModulationSettings) == 0x000028, "Wrong size on FSourceEffectFilterAudioBusModulationSettings"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, AudioBus) == 0x000000, "Member 'FSourceEffectFilterAudioBusModulationSettings::AudioBus' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, EnvelopeFollowerAttackTimeMsec) == 0x000008, "Member 'FSourceEffectFilterAudioBusModulationSettings::EnvelopeFollowerAttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, EnvelopeFollowerReleaseTimeMsec) == 0x00000C, "Member 'FSourceEffectFilterAudioBusModulationSettings::EnvelopeFollowerReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, EnvelopeGainMultiplier) == 0x000010, "Member 'FSourceEffectFilterAudioBusModulationSettings::EnvelopeGainMultiplier' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, FilterParam) == 0x000014, "Member 'FSourceEffectFilterAudioBusModulationSettings::FilterParam' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, MinFrequencyModulation) == 0x000018, "Member 'FSourceEffectFilterAudioBusModulationSettings::MinFrequencyModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, MaxFrequencyModulation) == 0x00001C, "Member 'FSourceEffectFilterAudioBusModulationSettings::MaxFrequencyModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, MinResonanceModulation) == 0x000020, "Member 'FSourceEffectFilterAudioBusModulationSettings::MinResonanceModulation' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterAudioBusModulationSettings, MaxResonanceModulation) == 0x000024, "Member 'FSourceEffectFilterAudioBusModulationSettings::MaxResonanceModulation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectFilterSettings \ static_assert(alignof(FSourceEffectFilterSettings) == 0x000008, "Wrong alignment on FSourceEffectFilterSettings"); \ static_assert(sizeof(FSourceEffectFilterSettings) == 0x000020, "Wrong size on FSourceEffectFilterSettings"); \ static_assert(offsetof(FSourceEffectFilterSettings, FilterCircuit) == 0x000000, "Member 'FSourceEffectFilterSettings::FilterCircuit' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterSettings, FilterType) == 0x000001, "Member 'FSourceEffectFilterSettings::FilterType' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterSettings, CutoffFrequency) == 0x000004, "Member 'FSourceEffectFilterSettings::CutoffFrequency' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterSettings, FilterQ) == 0x000008, "Member 'FSourceEffectFilterSettings::FilterQ' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFilterSettings, AudioBusModulation) == 0x000010, "Member 'FSourceEffectFilterSettings::AudioBusModulation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectFoldbackDistortionSettings \ static_assert(alignof(FSourceEffectFoldbackDistortionSettings) == 0x000004, "Wrong alignment on FSourceEffectFoldbackDistortionSettings"); \ static_assert(sizeof(FSourceEffectFoldbackDistortionSettings) == 0x00000C, "Wrong size on FSourceEffectFoldbackDistortionSettings"); \ static_assert(offsetof(FSourceEffectFoldbackDistortionSettings, InputGainDb) == 0x000000, "Member 'FSourceEffectFoldbackDistortionSettings::InputGainDb' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFoldbackDistortionSettings, ThresholdDb) == 0x000004, "Member 'FSourceEffectFoldbackDistortionSettings::ThresholdDb' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectFoldbackDistortionSettings, OutputGainDb) == 0x000008, "Member 'FSourceEffectFoldbackDistortionSettings::OutputGainDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectMidSideSpreaderSettings \ static_assert(alignof(FSourceEffectMidSideSpreaderSettings) == 0x000004, "Wrong alignment on FSourceEffectMidSideSpreaderSettings"); \ static_assert(sizeof(FSourceEffectMidSideSpreaderSettings) == 0x000008, "Wrong size on FSourceEffectMidSideSpreaderSettings"); \ static_assert(offsetof(FSourceEffectMidSideSpreaderSettings, SpreadAmount) == 0x000000, "Member 'FSourceEffectMidSideSpreaderSettings::SpreadAmount' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectMidSideSpreaderSettings, InputMode) == 0x000004, "Member 'FSourceEffectMidSideSpreaderSettings::InputMode' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectMidSideSpreaderSettings, OutputMode) == 0x000005, "Member 'FSourceEffectMidSideSpreaderSettings::OutputMode' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectMidSideSpreaderSettings, bEqualPower) == 0x000006, "Member 'FSourceEffectMidSideSpreaderSettings::bEqualPower' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectPannerSettings \ static_assert(alignof(FSourceEffectPannerSettings) == 0x000004, "Wrong alignment on FSourceEffectPannerSettings"); \ static_assert(sizeof(FSourceEffectPannerSettings) == 0x000008, "Wrong size on FSourceEffectPannerSettings"); \ static_assert(offsetof(FSourceEffectPannerSettings, Spread) == 0x000000, "Member 'FSourceEffectPannerSettings::Spread' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectPannerSettings, Pan) == 0x000004, "Member 'FSourceEffectPannerSettings::Pan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectPhaserSettings \ static_assert(alignof(FSourceEffectPhaserSettings) == 0x000004, "Wrong alignment on FSourceEffectPhaserSettings"); \ static_assert(sizeof(FSourceEffectPhaserSettings) == 0x000010, "Wrong size on FSourceEffectPhaserSettings"); \ static_assert(offsetof(FSourceEffectPhaserSettings, WetLevel) == 0x000000, "Member 'FSourceEffectPhaserSettings::WetLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectPhaserSettings, Frequency) == 0x000004, "Member 'FSourceEffectPhaserSettings::Frequency' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectPhaserSettings, Feedback) == 0x000008, "Member 'FSourceEffectPhaserSettings::Feedback' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectPhaserSettings, LFOType) == 0x00000C, "Member 'FSourceEffectPhaserSettings::LFOType' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectPhaserSettings, UseQuadraturePhase) == 0x00000D, "Member 'FSourceEffectPhaserSettings::UseQuadraturePhase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectRingModulationSettings \ static_assert(alignof(FSourceEffectRingModulationSettings) == 0x000008, "Wrong alignment on FSourceEffectRingModulationSettings"); \ static_assert(sizeof(FSourceEffectRingModulationSettings) == 0x000020, "Wrong size on FSourceEffectRingModulationSettings"); \ static_assert(offsetof(FSourceEffectRingModulationSettings, ModulatorType) == 0x000000, "Member 'FSourceEffectRingModulationSettings::ModulatorType' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectRingModulationSettings, Frequency) == 0x000004, "Member 'FSourceEffectRingModulationSettings::Frequency' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectRingModulationSettings, Depth) == 0x000008, "Member 'FSourceEffectRingModulationSettings::Depth' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectRingModulationSettings, DryLevel) == 0x00000C, "Member 'FSourceEffectRingModulationSettings::DryLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectRingModulationSettings, WetLevel) == 0x000010, "Member 'FSourceEffectRingModulationSettings::WetLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectRingModulationSettings, AudioBusModulator) == 0x000018, "Member 'FSourceEffectRingModulationSettings::AudioBusModulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectSimpleDelaySettings \ static_assert(alignof(FSourceEffectSimpleDelaySettings) == 0x000004, "Wrong alignment on FSourceEffectSimpleDelaySettings"); \ static_assert(sizeof(FSourceEffectSimpleDelaySettings) == 0x000018, "Wrong size on FSourceEffectSimpleDelaySettings"); \ static_assert(offsetof(FSourceEffectSimpleDelaySettings, SpeedOfSound) == 0x000000, "Member 'FSourceEffectSimpleDelaySettings::SpeedOfSound' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectSimpleDelaySettings, DelayAmount) == 0x000004, "Member 'FSourceEffectSimpleDelaySettings::DelayAmount' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectSimpleDelaySettings, DryAmount) == 0x000008, "Member 'FSourceEffectSimpleDelaySettings::DryAmount' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectSimpleDelaySettings, WetAmount) == 0x00000C, "Member 'FSourceEffectSimpleDelaySettings::WetAmount' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectSimpleDelaySettings, Feedback) == 0x000010, "Member 'FSourceEffectSimpleDelaySettings::Feedback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectStereoDelaySettings \ static_assert(alignof(FSourceEffectStereoDelaySettings) == 0x000004, "Wrong alignment on FSourceEffectStereoDelaySettings"); \ static_assert(sizeof(FSourceEffectStereoDelaySettings) == 0x000024, "Wrong size on FSourceEffectStereoDelaySettings"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, DelayMode) == 0x000000, "Member 'FSourceEffectStereoDelaySettings::DelayMode' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, DelayTimeMsec) == 0x000004, "Member 'FSourceEffectStereoDelaySettings::DelayTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, Feedback) == 0x000008, "Member 'FSourceEffectStereoDelaySettings::Feedback' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, DelayRatio) == 0x00000C, "Member 'FSourceEffectStereoDelaySettings::DelayRatio' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, WetLevel) == 0x000010, "Member 'FSourceEffectStereoDelaySettings::WetLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, DryLevel) == 0x000014, "Member 'FSourceEffectStereoDelaySettings::DryLevel' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, bFilterEnabled) == 0x000018, "Member 'FSourceEffectStereoDelaySettings::bFilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, FilterType) == 0x000019, "Member 'FSourceEffectStereoDelaySettings::FilterType' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, FilterFrequency) == 0x00001C, "Member 'FSourceEffectStereoDelaySettings::FilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectStereoDelaySettings, FilterQ) == 0x000020, "Member 'FSourceEffectStereoDelaySettings::FilterQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSourceEffectWaveShaperSettings \ static_assert(alignof(FSourceEffectWaveShaperSettings) == 0x000004, "Wrong alignment on FSourceEffectWaveShaperSettings"); \ static_assert(sizeof(FSourceEffectWaveShaperSettings) == 0x000008, "Wrong size on FSourceEffectWaveShaperSettings"); \ static_assert(offsetof(FSourceEffectWaveShaperSettings, Amount) == 0x000000, "Member 'FSourceEffectWaveShaperSettings::Amount' has a wrong offset!"); \ static_assert(offsetof(FSourceEffectWaveShaperSettings, OutputGainDb) == 0x000004, "Member 'FSourceEffectWaveShaperSettings::OutputGainDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectConvolutionReverbSettings \ static_assert(alignof(FSubmixEffectConvolutionReverbSettings) == 0x000008, "Wrong alignment on FSubmixEffectConvolutionReverbSettings"); \ static_assert(sizeof(FSubmixEffectConvolutionReverbSettings) == 0x000028, "Wrong size on FSubmixEffectConvolutionReverbSettings"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, NormalizationVolumeDb) == 0x000000, "Member 'FSubmixEffectConvolutionReverbSettings::NormalizationVolumeDb' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bBypass) == 0x000004, "Member 'FSubmixEffectConvolutionReverbSettings::bBypass' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bMixInputChannelFormatToImpulseResponseFormat) == 0x000005, "Member 'FSubmixEffectConvolutionReverbSettings::bMixInputChannelFormatToImpulseResponseFormat' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bMixReverbOutputToOutputChannelFormat) == 0x000006, "Member 'FSubmixEffectConvolutionReverbSettings::bMixReverbOutputToOutputChannelFormat' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, SurroundRearChannelBleedDb) == 0x000008, "Member 'FSubmixEffectConvolutionReverbSettings::SurroundRearChannelBleedDb' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bInvertRearChannelBleedPhase) == 0x00000C, "Member 'FSubmixEffectConvolutionReverbSettings::bInvertRearChannelBleedPhase' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bSurroundRearChannelFlip) == 0x00000D, "Member 'FSubmixEffectConvolutionReverbSettings::bSurroundRearChannelFlip' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, SurroundRearChannelBleedAmount) == 0x000010, "Member 'FSubmixEffectConvolutionReverbSettings::SurroundRearChannelBleedAmount' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, ImpulseResponse) == 0x000018, "Member 'FSubmixEffectConvolutionReverbSettings::ImpulseResponse' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, AllowHArdwareAcceleration) == 0x000020, "Member 'FSubmixEffectConvolutionReverbSettings::AllowHArdwareAcceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectDelaySettings \ static_assert(alignof(FSubmixEffectDelaySettings) == 0x000004, "Wrong alignment on FSubmixEffectDelaySettings"); \ static_assert(sizeof(FSubmixEffectDelaySettings) == 0x00000C, "Wrong size on FSubmixEffectDelaySettings"); \ static_assert(offsetof(FSubmixEffectDelaySettings, MaximumDelayLength) == 0x000000, "Member 'FSubmixEffectDelaySettings::MaximumDelayLength' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDelaySettings, InterpolationTime) == 0x000004, "Member 'FSubmixEffectDelaySettings::InterpolationTime' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectDelaySettings, DelayLength) == 0x000008, "Member 'FSubmixEffectDelaySettings::DelayLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectFilterSettings \ static_assert(alignof(FSubmixEffectFilterSettings) == 0x000004, "Wrong alignment on FSubmixEffectFilterSettings"); \ static_assert(sizeof(FSubmixEffectFilterSettings) == 0x00000C, "Wrong size on FSubmixEffectFilterSettings"); \ static_assert(offsetof(FSubmixEffectFilterSettings, FilterType) == 0x000000, "Member 'FSubmixEffectFilterSettings::FilterType' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectFilterSettings, FilterAlgorithm) == 0x000001, "Member 'FSubmixEffectFilterSettings::FilterAlgorithm' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectFilterSettings, FilterFrequency) == 0x000004, "Member 'FSubmixEffectFilterSettings::FilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectFilterSettings, FilterQ) == 0x000008, "Member 'FSubmixEffectFilterSettings::FilterQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectFlexiverbSettings \ static_assert(alignof(FSubmixEffectFlexiverbSettings) == 0x000004, "Wrong alignment on FSubmixEffectFlexiverbSettings"); \ static_assert(sizeof(FSubmixEffectFlexiverbSettings) == 0x000010, "Wrong size on FSubmixEffectFlexiverbSettings"); \ static_assert(offsetof(FSubmixEffectFlexiverbSettings, PreDelay) == 0x000000, "Member 'FSubmixEffectFlexiverbSettings::PreDelay' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectFlexiverbSettings, DecayTime) == 0x000004, "Member 'FSubmixEffectFlexiverbSettings::DecayTime' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectFlexiverbSettings, RoomDampening) == 0x000008, "Member 'FSubmixEffectFlexiverbSettings::RoomDampening' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectFlexiverbSettings, Complexity) == 0x00000C, "Member 'FSubmixEffectFlexiverbSettings::Complexity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicsBandSettings \ static_assert(alignof(FDynamicsBandSettings) == 0x000004, "Wrong alignment on FDynamicsBandSettings"); \ static_assert(sizeof(FDynamicsBandSettings) == 0x000020, "Wrong size on FDynamicsBandSettings"); \ static_assert(offsetof(FDynamicsBandSettings, CrossoverTopFrequency) == 0x000000, "Member 'FDynamicsBandSettings::CrossoverTopFrequency' has a wrong offset!"); \ static_assert(offsetof(FDynamicsBandSettings, AttackTimeMsec) == 0x000004, "Member 'FDynamicsBandSettings::AttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FDynamicsBandSettings, ReleaseTimeMsec) == 0x000008, "Member 'FDynamicsBandSettings::ReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FDynamicsBandSettings, ThresholdDb) == 0x00000C, "Member 'FDynamicsBandSettings::ThresholdDb' has a wrong offset!"); \ static_assert(offsetof(FDynamicsBandSettings, Ratio) == 0x000010, "Member 'FDynamicsBandSettings::Ratio' has a wrong offset!"); \ static_assert(offsetof(FDynamicsBandSettings, KneeBandwidthDb) == 0x000014, "Member 'FDynamicsBandSettings::KneeBandwidthDb' has a wrong offset!"); \ static_assert(offsetof(FDynamicsBandSettings, InputGainDb) == 0x000018, "Member 'FDynamicsBandSettings::InputGainDb' has a wrong offset!"); \ static_assert(offsetof(FDynamicsBandSettings, OutputGainDb) == 0x00001C, "Member 'FDynamicsBandSettings::OutputGainDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectMultibandCompressorSettings \ static_assert(alignof(FSubmixEffectMultibandCompressorSettings) == 0x000008, "Wrong alignment on FSubmixEffectMultibandCompressorSettings"); \ static_assert(sizeof(FSubmixEffectMultibandCompressorSettings) == 0x000020, "Wrong size on FSubmixEffectMultibandCompressorSettings"); \ static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, DynamicsProcessorType) == 0x000000, "Member 'FSubmixEffectMultibandCompressorSettings::DynamicsProcessorType' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, PeakMode) == 0x000001, "Member 'FSubmixEffectMultibandCompressorSettings::PeakMode' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, LookAheadMsec) == 0x000004, "Member 'FSubmixEffectMultibandCompressorSettings::LookAheadMsec' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bLinkChannels) == 0x000008, "Member 'FSubmixEffectMultibandCompressorSettings::bLinkChannels' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bAnalogMode) == 0x000009, "Member 'FSubmixEffectMultibandCompressorSettings::bAnalogMode' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, bFourPole) == 0x00000A, "Member 'FSubmixEffectMultibandCompressorSettings::bFourPole' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectMultibandCompressorSettings, Bands) == 0x000010, "Member 'FSubmixEffectMultibandCompressorSettings::Bands' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectStereoDelaySettings \ static_assert(alignof(FSubmixEffectStereoDelaySettings) == 0x000004, "Wrong alignment on FSubmixEffectStereoDelaySettings"); \ static_assert(sizeof(FSubmixEffectStereoDelaySettings) == 0x000024, "Wrong size on FSubmixEffectStereoDelaySettings"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, DelayMode) == 0x000000, "Member 'FSubmixEffectStereoDelaySettings::DelayMode' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, DelayTimeMsec) == 0x000004, "Member 'FSubmixEffectStereoDelaySettings::DelayTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, Feedback) == 0x000008, "Member 'FSubmixEffectStereoDelaySettings::Feedback' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, DelayRatio) == 0x00000C, "Member 'FSubmixEffectStereoDelaySettings::DelayRatio' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, WetLevel) == 0x000010, "Member 'FSubmixEffectStereoDelaySettings::WetLevel' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, DryLevel) == 0x000014, "Member 'FSubmixEffectStereoDelaySettings::DryLevel' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, bFilterEnabled) == 0x000018, "Member 'FSubmixEffectStereoDelaySettings::bFilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, FilterType) == 0x000019, "Member 'FSubmixEffectStereoDelaySettings::FilterType' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, FilterFrequency) == 0x00001C, "Member 'FSubmixEffectStereoDelaySettings::FilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectStereoDelaySettings, FilterQ) == 0x000020, "Member 'FSubmixEffectStereoDelaySettings::FilterQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTapDelayInfo \ static_assert(alignof(FTapDelayInfo) == 0x000004, "Wrong alignment on FTapDelayInfo"); \ static_assert(sizeof(FTapDelayInfo) == 0x000018, "Wrong size on FTapDelayInfo"); \ static_assert(offsetof(FTapDelayInfo, TapLineMode) == 0x000000, "Member 'FTapDelayInfo::TapLineMode' has a wrong offset!"); \ static_assert(offsetof(FTapDelayInfo, DelayLength) == 0x000004, "Member 'FTapDelayInfo::DelayLength' has a wrong offset!"); \ static_assert(offsetof(FTapDelayInfo, Gain) == 0x000008, "Member 'FTapDelayInfo::Gain' has a wrong offset!"); \ static_assert(offsetof(FTapDelayInfo, OutputChannel) == 0x00000C, "Member 'FTapDelayInfo::OutputChannel' has a wrong offset!"); \ static_assert(offsetof(FTapDelayInfo, PanInDegrees) == 0x000010, "Member 'FTapDelayInfo::PanInDegrees' has a wrong offset!"); \ static_assert(offsetof(FTapDelayInfo, TapId) == 0x000014, "Member 'FTapDelayInfo::TapId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubmixEffectTapDelaySettings \ static_assert(alignof(FSubmixEffectTapDelaySettings) == 0x000008, "Wrong alignment on FSubmixEffectTapDelaySettings"); \ static_assert(sizeof(FSubmixEffectTapDelaySettings) == 0x000018, "Wrong size on FSubmixEffectTapDelaySettings"); \ static_assert(offsetof(FSubmixEffectTapDelaySettings, MaximumDelayLength) == 0x000000, "Member 'FSubmixEffectTapDelaySettings::MaximumDelayLength' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectTapDelaySettings, InterpolationTime) == 0x000004, "Member 'FSubmixEffectTapDelaySettings::InterpolationTime' has a wrong offset!"); \ static_assert(offsetof(FSubmixEffectTapDelaySettings, Taps) == 0x000008, "Member 'FSubmixEffectTapDelaySettings::Taps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSynth2DSliderStyle \ static_assert(alignof(FSynth2DSliderStyle) == 0x000008, "Wrong alignment on FSynth2DSliderStyle"); \ static_assert(sizeof(FSynth2DSliderStyle) == 0x0002B8, "Wrong size on FSynth2DSliderStyle"); \ static_assert(offsetof(FSynth2DSliderStyle, NormalThumbImage) == 0x000008, "Member 'FSynth2DSliderStyle::NormalThumbImage' has a wrong offset!"); \ static_assert(offsetof(FSynth2DSliderStyle, DisabledThumbImage) == 0x000090, "Member 'FSynth2DSliderStyle::DisabledThumbImage' has a wrong offset!"); \ static_assert(offsetof(FSynth2DSliderStyle, NormalBarImage) == 0x000118, "Member 'FSynth2DSliderStyle::NormalBarImage' has a wrong offset!"); \ static_assert(offsetof(FSynth2DSliderStyle, DisabledBarImage) == 0x0001A0, "Member 'FSynth2DSliderStyle::DisabledBarImage' has a wrong offset!"); \ static_assert(offsetof(FSynth2DSliderStyle, BackgroundImage) == 0x000228, "Member 'FSynth2DSliderStyle::BackgroundImage' has a wrong offset!"); \ static_assert(offsetof(FSynth2DSliderStyle, BarThickness) == 0x0002B0, "Member 'FSynth2DSliderStyle::BarThickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSynthKnobStyle \ static_assert(alignof(FSynthKnobStyle) == 0x000008, "Wrong alignment on FSynthKnobStyle"); \ static_assert(sizeof(FSynthKnobStyle) == 0x000238, "Wrong size on FSynthKnobStyle"); \ static_assert(offsetof(FSynthKnobStyle, LargeKnob) == 0x000008, "Member 'FSynthKnobStyle::LargeKnob' has a wrong offset!"); \ static_assert(offsetof(FSynthKnobStyle, LargeKnobOverlay) == 0x000090, "Member 'FSynthKnobStyle::LargeKnobOverlay' has a wrong offset!"); \ static_assert(offsetof(FSynthKnobStyle, MediumKnob) == 0x000118, "Member 'FSynthKnobStyle::MediumKnob' has a wrong offset!"); \ static_assert(offsetof(FSynthKnobStyle, MediumKnobOverlay) == 0x0001A0, "Member 'FSynthKnobStyle::MediumKnobOverlay' has a wrong offset!"); \ static_assert(offsetof(FSynthKnobStyle, MinValueAngle) == 0x000228, "Member 'FSynthKnobStyle::MinValueAngle' has a wrong offset!"); \ static_assert(offsetof(FSynthKnobStyle, MaxValueAngle) == 0x00022C, "Member 'FSynthKnobStyle::MaxValueAngle' has a wrong offset!"); \ static_assert(offsetof(FSynthKnobStyle, KnobSize) == 0x000230, "Member 'FSynthKnobStyle::KnobSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSynthSlateStyle \ static_assert(alignof(FSynthSlateStyle) == 0x000008, "Wrong alignment on FSynthSlateStyle"); \ static_assert(sizeof(FSynthSlateStyle) == 0x000010, "Wrong size on FSynthSlateStyle"); \ static_assert(offsetof(FSynthSlateStyle, SizeType) == 0x000008, "Member 'FSynthSlateStyle::SizeType' has a wrong offset!"); \ static_assert(offsetof(FSynthSlateStyle, ColorStyle) == 0x000009, "Member 'FSynthSlateStyle::ColorStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvelopeFollowerListener \ static_assert(alignof(UEnvelopeFollowerListener) == 0x000008, "Wrong alignment on UEnvelopeFollowerListener"); \ static_assert(sizeof(UEnvelopeFollowerListener) == 0x0000F0, "Wrong size on UEnvelopeFollowerListener"); \ static_assert(offsetof(UEnvelopeFollowerListener, OnEnvelopeFollowerUpdate) == 0x0000D0, "Member 'UEnvelopeFollowerListener::OnEnvelopeFollowerUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModularSynthPresetBank \ static_assert(alignof(UModularSynthPresetBank) == 0x000008, "Wrong alignment on UModularSynthPresetBank"); \ static_assert(sizeof(UModularSynthPresetBank) == 0x000038, "Wrong size on UModularSynthPresetBank"); \ static_assert(offsetof(UModularSynthPresetBank, Presets) == 0x000028, "Member 'UModularSynthPresetBank::Presets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener \ static_assert(alignof(SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener) == 0x000008, "Wrong alignment on SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener"); \ static_assert(sizeof(SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener) == 0x000008, "Wrong size on SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener"); \ static_assert(offsetof(SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener, EnvelopeFollowerListener) == 0x000000, "Member 'SourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener::EnvelopeFollowerListener' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectEnvelopeFollowerPreset_SetSettings \ static_assert(alignof(SourceEffectEnvelopeFollowerPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectEnvelopeFollowerPreset_SetSettings"); \ static_assert(sizeof(SourceEffectEnvelopeFollowerPreset_SetSettings) == 0x00000C, "Wrong size on SourceEffectEnvelopeFollowerPreset_SetSettings"); \ static_assert(offsetof(SourceEffectEnvelopeFollowerPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectEnvelopeFollowerPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener \ static_assert(alignof(SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener) == 0x000008, "Wrong alignment on SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener"); \ static_assert(sizeof(SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener) == 0x000008, "Wrong size on SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener"); \ static_assert(offsetof(SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener, EnvelopeFollowerListener) == 0x000000, "Member 'SourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener::EnvelopeFollowerListener' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectEnvelopeFollowerPreset \ static_assert(alignof(USourceEffectEnvelopeFollowerPreset) == 0x000008, "Wrong alignment on USourceEffectEnvelopeFollowerPreset"); \ static_assert(sizeof(USourceEffectEnvelopeFollowerPreset) == 0x0000A8, "Wrong size on USourceEffectEnvelopeFollowerPreset"); \ static_assert(offsetof(USourceEffectEnvelopeFollowerPreset, Settings) == 0x00009C, "Member 'USourceEffectEnvelopeFollowerPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthLibrary_AddModularSynthPresetToBankAsset \ static_assert(alignof(ModularSynthLibrary_AddModularSynthPresetToBankAsset) == 0x000008, "Wrong alignment on ModularSynthLibrary_AddModularSynthPresetToBankAsset"); \ static_assert(sizeof(ModularSynthLibrary_AddModularSynthPresetToBankAsset) == 0x0000F8, "Wrong size on ModularSynthLibrary_AddModularSynthPresetToBankAsset"); \ static_assert(offsetof(ModularSynthLibrary_AddModularSynthPresetToBankAsset, InBank) == 0x000000, "Member 'ModularSynthLibrary_AddModularSynthPresetToBankAsset::InBank' has a wrong offset!"); \ static_assert(offsetof(ModularSynthLibrary_AddModularSynthPresetToBankAsset, Preset) == 0x000008, "Member 'ModularSynthLibrary_AddModularSynthPresetToBankAsset::Preset' has a wrong offset!"); \ static_assert(offsetof(ModularSynthLibrary_AddModularSynthPresetToBankAsset, PresetName) == 0x0000E8, "Member 'ModularSynthLibrary_AddModularSynthPresetToBankAsset::PresetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModularSynthLibrary \ static_assert(alignof(UModularSynthLibrary) == 0x000008, "Wrong alignment on UModularSynthLibrary"); \ static_assert(sizeof(UModularSynthLibrary) == 0x000028, "Wrong size on UModularSynthLibrary"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_CreatePatch \ static_assert(alignof(ModularSynthComponent_CreatePatch) == 0x000008, "Wrong alignment on ModularSynthComponent_CreatePatch"); \ static_assert(sizeof(ModularSynthComponent_CreatePatch) == 0x000020, "Wrong size on ModularSynthComponent_CreatePatch"); \ static_assert(offsetof(ModularSynthComponent_CreatePatch, PatchSource) == 0x000000, "Member 'ModularSynthComponent_CreatePatch::PatchSource' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_CreatePatch, PatchCables) == 0x000008, "Member 'ModularSynthComponent_CreatePatch::PatchCables' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_CreatePatch, bEnableByDefault) == 0x000018, "Member 'ModularSynthComponent_CreatePatch::bEnableByDefault' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_CreatePatch, ReturnValue) == 0x00001C, "Member 'ModularSynthComponent_CreatePatch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_NoteOff \ static_assert(alignof(ModularSynthComponent_NoteOff) == 0x000004, "Wrong alignment on ModularSynthComponent_NoteOff"); \ static_assert(sizeof(ModularSynthComponent_NoteOff) == 0x000008, "Wrong size on ModularSynthComponent_NoteOff"); \ static_assert(offsetof(ModularSynthComponent_NoteOff, Note) == 0x000000, "Member 'ModularSynthComponent_NoteOff::Note' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_NoteOff, bAllNotesOff) == 0x000004, "Member 'ModularSynthComponent_NoteOff::bAllNotesOff' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_NoteOff, bKillAllNotes) == 0x000005, "Member 'ModularSynthComponent_NoteOff::bKillAllNotes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_NoteOn \ static_assert(alignof(ModularSynthComponent_NoteOn) == 0x000004, "Wrong alignment on ModularSynthComponent_NoteOn"); \ static_assert(sizeof(ModularSynthComponent_NoteOn) == 0x00000C, "Wrong size on ModularSynthComponent_NoteOn"); \ static_assert(offsetof(ModularSynthComponent_NoteOn, Note) == 0x000000, "Member 'ModularSynthComponent_NoteOn::Note' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_NoteOn, Velocity) == 0x000004, "Member 'ModularSynthComponent_NoteOn::Velocity' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_NoteOn, Duration) == 0x000008, "Member 'ModularSynthComponent_NoteOn::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetAttackTime \ static_assert(alignof(ModularSynthComponent_SetAttackTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetAttackTime"); \ static_assert(sizeof(ModularSynthComponent_SetAttackTime) == 0x000004, "Wrong size on ModularSynthComponent_SetAttackTime"); \ static_assert(offsetof(ModularSynthComponent_SetAttackTime, AttackTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetAttackTime::AttackTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetChorusDepth \ static_assert(alignof(ModularSynthComponent_SetChorusDepth) == 0x000004, "Wrong alignment on ModularSynthComponent_SetChorusDepth"); \ static_assert(sizeof(ModularSynthComponent_SetChorusDepth) == 0x000004, "Wrong size on ModularSynthComponent_SetChorusDepth"); \ static_assert(offsetof(ModularSynthComponent_SetChorusDepth, Depth) == 0x000000, "Member 'ModularSynthComponent_SetChorusDepth::Depth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetChorusEnabled \ static_assert(alignof(ModularSynthComponent_SetChorusEnabled) == 0x000001, "Wrong alignment on ModularSynthComponent_SetChorusEnabled"); \ static_assert(sizeof(ModularSynthComponent_SetChorusEnabled) == 0x000001, "Wrong size on ModularSynthComponent_SetChorusEnabled"); \ static_assert(offsetof(ModularSynthComponent_SetChorusEnabled, EnableChorus) == 0x000000, "Member 'ModularSynthComponent_SetChorusEnabled::EnableChorus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetChorusFeedback \ static_assert(alignof(ModularSynthComponent_SetChorusFeedback) == 0x000004, "Wrong alignment on ModularSynthComponent_SetChorusFeedback"); \ static_assert(sizeof(ModularSynthComponent_SetChorusFeedback) == 0x000004, "Wrong size on ModularSynthComponent_SetChorusFeedback"); \ static_assert(offsetof(ModularSynthComponent_SetChorusFeedback, Feedback) == 0x000000, "Member 'ModularSynthComponent_SetChorusFeedback::Feedback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetChorusFrequency \ static_assert(alignof(ModularSynthComponent_SetChorusFrequency) == 0x000004, "Wrong alignment on ModularSynthComponent_SetChorusFrequency"); \ static_assert(sizeof(ModularSynthComponent_SetChorusFrequency) == 0x000004, "Wrong size on ModularSynthComponent_SetChorusFrequency"); \ static_assert(offsetof(ModularSynthComponent_SetChorusFrequency, Frequency) == 0x000000, "Member 'ModularSynthComponent_SetChorusFrequency::Frequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetDecayTime \ static_assert(alignof(ModularSynthComponent_SetDecayTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetDecayTime"); \ static_assert(sizeof(ModularSynthComponent_SetDecayTime) == 0x000004, "Wrong size on ModularSynthComponent_SetDecayTime"); \ static_assert(offsetof(ModularSynthComponent_SetDecayTime, DecayTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetDecayTime::DecayTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetEnableLegato \ static_assert(alignof(ModularSynthComponent_SetEnableLegato) == 0x000001, "Wrong alignment on ModularSynthComponent_SetEnableLegato"); \ static_assert(sizeof(ModularSynthComponent_SetEnableLegato) == 0x000001, "Wrong size on ModularSynthComponent_SetEnableLegato"); \ static_assert(offsetof(ModularSynthComponent_SetEnableLegato, LegatoEnabled) == 0x000000, "Member 'ModularSynthComponent_SetEnableLegato::LegatoEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetEnablePatch \ static_assert(alignof(ModularSynthComponent_SetEnablePatch) == 0x000004, "Wrong alignment on ModularSynthComponent_SetEnablePatch"); \ static_assert(sizeof(ModularSynthComponent_SetEnablePatch) == 0x000008, "Wrong size on ModularSynthComponent_SetEnablePatch"); \ static_assert(offsetof(ModularSynthComponent_SetEnablePatch, PatchId) == 0x000000, "Member 'ModularSynthComponent_SetEnablePatch::PatchId' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetEnablePatch, bIsEnabled) == 0x000004, "Member 'ModularSynthComponent_SetEnablePatch::bIsEnabled' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetEnablePatch, ReturnValue) == 0x000005, "Member 'ModularSynthComponent_SetEnablePatch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetEnablePolyphony \ static_assert(alignof(ModularSynthComponent_SetEnablePolyphony) == 0x000001, "Wrong alignment on ModularSynthComponent_SetEnablePolyphony"); \ static_assert(sizeof(ModularSynthComponent_SetEnablePolyphony) == 0x000001, "Wrong size on ModularSynthComponent_SetEnablePolyphony"); \ static_assert(offsetof(ModularSynthComponent_SetEnablePolyphony, bEnablePolyphony) == 0x000000, "Member 'ModularSynthComponent_SetEnablePolyphony::bEnablePolyphony' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetEnableRetrigger \ static_assert(alignof(ModularSynthComponent_SetEnableRetrigger) == 0x000001, "Wrong alignment on ModularSynthComponent_SetEnableRetrigger"); \ static_assert(sizeof(ModularSynthComponent_SetEnableRetrigger) == 0x000001, "Wrong size on ModularSynthComponent_SetEnableRetrigger"); \ static_assert(offsetof(ModularSynthComponent_SetEnableRetrigger, RetriggerEnabled) == 0x000000, "Member 'ModularSynthComponent_SetEnableRetrigger::RetriggerEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetEnableUnison \ static_assert(alignof(ModularSynthComponent_SetEnableUnison) == 0x000001, "Wrong alignment on ModularSynthComponent_SetEnableUnison"); \ static_assert(sizeof(ModularSynthComponent_SetEnableUnison) == 0x000001, "Wrong size on ModularSynthComponent_SetEnableUnison"); \ static_assert(offsetof(ModularSynthComponent_SetEnableUnison, EnableUnison) == 0x000000, "Member 'ModularSynthComponent_SetEnableUnison::EnableUnison' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterAlgorithm \ static_assert(alignof(ModularSynthComponent_SetFilterAlgorithm) == 0x000001, "Wrong alignment on ModularSynthComponent_SetFilterAlgorithm"); \ static_assert(sizeof(ModularSynthComponent_SetFilterAlgorithm) == 0x000001, "Wrong size on ModularSynthComponent_SetFilterAlgorithm"); \ static_assert(offsetof(ModularSynthComponent_SetFilterAlgorithm, FilterAlgorithm) == 0x000000, "Member 'ModularSynthComponent_SetFilterAlgorithm::FilterAlgorithm' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterFrequency \ static_assert(alignof(ModularSynthComponent_SetFilterFrequency) == 0x000004, "Wrong alignment on ModularSynthComponent_SetFilterFrequency"); \ static_assert(sizeof(ModularSynthComponent_SetFilterFrequency) == 0x000004, "Wrong size on ModularSynthComponent_SetFilterFrequency"); \ static_assert(offsetof(ModularSynthComponent_SetFilterFrequency, FilterFrequencyHz) == 0x000000, "Member 'ModularSynthComponent_SetFilterFrequency::FilterFrequencyHz' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterFrequencyMod \ static_assert(alignof(ModularSynthComponent_SetFilterFrequencyMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetFilterFrequencyMod"); \ static_assert(sizeof(ModularSynthComponent_SetFilterFrequencyMod) == 0x000004, "Wrong size on ModularSynthComponent_SetFilterFrequencyMod"); \ static_assert(offsetof(ModularSynthComponent_SetFilterFrequencyMod, FilterFrequencyHz) == 0x000000, "Member 'ModularSynthComponent_SetFilterFrequencyMod::FilterFrequencyHz' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterQ \ static_assert(alignof(ModularSynthComponent_SetFilterQ) == 0x000004, "Wrong alignment on ModularSynthComponent_SetFilterQ"); \ static_assert(sizeof(ModularSynthComponent_SetFilterQ) == 0x000004, "Wrong size on ModularSynthComponent_SetFilterQ"); \ static_assert(offsetof(ModularSynthComponent_SetFilterQ, FilterQ) == 0x000000, "Member 'ModularSynthComponent_SetFilterQ::FilterQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterQMod \ static_assert(alignof(ModularSynthComponent_SetFilterQMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetFilterQMod"); \ static_assert(sizeof(ModularSynthComponent_SetFilterQMod) == 0x000004, "Wrong size on ModularSynthComponent_SetFilterQMod"); \ static_assert(offsetof(ModularSynthComponent_SetFilterQMod, FilterQ) == 0x000000, "Member 'ModularSynthComponent_SetFilterQMod::FilterQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetFilterType \ static_assert(alignof(ModularSynthComponent_SetFilterType) == 0x000001, "Wrong alignment on ModularSynthComponent_SetFilterType"); \ static_assert(sizeof(ModularSynthComponent_SetFilterType) == 0x000001, "Wrong size on ModularSynthComponent_SetFilterType"); \ static_assert(offsetof(ModularSynthComponent_SetFilterType, FilterType) == 0x000000, "Member 'ModularSynthComponent_SetFilterType::FilterType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetGainDb \ static_assert(alignof(ModularSynthComponent_SetGainDb) == 0x000004, "Wrong alignment on ModularSynthComponent_SetGainDb"); \ static_assert(sizeof(ModularSynthComponent_SetGainDb) == 0x000004, "Wrong size on ModularSynthComponent_SetGainDb"); \ static_assert(offsetof(ModularSynthComponent_SetGainDb, GainDb) == 0x000000, "Member 'ModularSynthComponent_SetGainDb::GainDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOFrequency \ static_assert(alignof(ModularSynthComponent_SetLFOFrequency) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOFrequency"); \ static_assert(sizeof(ModularSynthComponent_SetLFOFrequency) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOFrequency"); \ static_assert(offsetof(ModularSynthComponent_SetLFOFrequency, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOFrequency::LFOIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetLFOFrequency, FrequencyHz) == 0x000004, "Member 'ModularSynthComponent_SetLFOFrequency::FrequencyHz' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOFrequencyMod \ static_assert(alignof(ModularSynthComponent_SetLFOFrequencyMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOFrequencyMod"); \ static_assert(sizeof(ModularSynthComponent_SetLFOFrequencyMod) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOFrequencyMod"); \ static_assert(offsetof(ModularSynthComponent_SetLFOFrequencyMod, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOFrequencyMod::LFOIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetLFOFrequencyMod, FrequencyModHz) == 0x000004, "Member 'ModularSynthComponent_SetLFOFrequencyMod::FrequencyModHz' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOGain \ static_assert(alignof(ModularSynthComponent_SetLFOGain) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOGain"); \ static_assert(sizeof(ModularSynthComponent_SetLFOGain) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOGain"); \ static_assert(offsetof(ModularSynthComponent_SetLFOGain, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOGain::LFOIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetLFOGain, Gain) == 0x000004, "Member 'ModularSynthComponent_SetLFOGain::Gain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOGainMod \ static_assert(alignof(ModularSynthComponent_SetLFOGainMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOGainMod"); \ static_assert(sizeof(ModularSynthComponent_SetLFOGainMod) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOGainMod"); \ static_assert(offsetof(ModularSynthComponent_SetLFOGainMod, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOGainMod::LFOIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetLFOGainMod, GainMod) == 0x000004, "Member 'ModularSynthComponent_SetLFOGainMod::GainMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOMode \ static_assert(alignof(ModularSynthComponent_SetLFOMode) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOMode"); \ static_assert(sizeof(ModularSynthComponent_SetLFOMode) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOMode"); \ static_assert(offsetof(ModularSynthComponent_SetLFOMode, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOMode::LFOIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetLFOMode, LFOMode) == 0x000004, "Member 'ModularSynthComponent_SetLFOMode::LFOMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOPatch \ static_assert(alignof(ModularSynthComponent_SetLFOPatch) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOPatch"); \ static_assert(sizeof(ModularSynthComponent_SetLFOPatch) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOPatch"); \ static_assert(offsetof(ModularSynthComponent_SetLFOPatch, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOPatch::LFOIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetLFOPatch, LFOPatchType) == 0x000004, "Member 'ModularSynthComponent_SetLFOPatch::LFOPatchType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetLFOType \ static_assert(alignof(ModularSynthComponent_SetLFOType) == 0x000004, "Wrong alignment on ModularSynthComponent_SetLFOType"); \ static_assert(sizeof(ModularSynthComponent_SetLFOType) == 0x000008, "Wrong size on ModularSynthComponent_SetLFOType"); \ static_assert(offsetof(ModularSynthComponent_SetLFOType, LFOIndex) == 0x000000, "Member 'ModularSynthComponent_SetLFOType::LFOIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetLFOType, LFOType) == 0x000004, "Member 'ModularSynthComponent_SetLFOType::LFOType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvAttackTime \ static_assert(alignof(ModularSynthComponent_SetModEnvAttackTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvAttackTime"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvAttackTime) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvAttackTime"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvAttackTime, AttackTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetModEnvAttackTime::AttackTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvBiasInvert \ static_assert(alignof(ModularSynthComponent_SetModEnvBiasInvert) == 0x000001, "Wrong alignment on ModularSynthComponent_SetModEnvBiasInvert"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvBiasInvert) == 0x000001, "Wrong size on ModularSynthComponent_SetModEnvBiasInvert"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvBiasInvert, bInvert) == 0x000000, "Member 'ModularSynthComponent_SetModEnvBiasInvert::bInvert' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvBiasPatch \ static_assert(alignof(ModularSynthComponent_SetModEnvBiasPatch) == 0x000001, "Wrong alignment on ModularSynthComponent_SetModEnvBiasPatch"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvBiasPatch) == 0x000001, "Wrong size on ModularSynthComponent_SetModEnvBiasPatch"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvBiasPatch, InPatchType) == 0x000000, "Member 'ModularSynthComponent_SetModEnvBiasPatch::InPatchType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvDecayTime \ static_assert(alignof(ModularSynthComponent_SetModEnvDecayTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvDecayTime"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvDecayTime) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvDecayTime"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvDecayTime, DecayTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetModEnvDecayTime::DecayTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvDepth \ static_assert(alignof(ModularSynthComponent_SetModEnvDepth) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvDepth"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvDepth) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvDepth"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvDepth, Depth) == 0x000000, "Member 'ModularSynthComponent_SetModEnvDepth::Depth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvInvert \ static_assert(alignof(ModularSynthComponent_SetModEnvInvert) == 0x000001, "Wrong alignment on ModularSynthComponent_SetModEnvInvert"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvInvert) == 0x000001, "Wrong size on ModularSynthComponent_SetModEnvInvert"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvInvert, bInvert) == 0x000000, "Member 'ModularSynthComponent_SetModEnvInvert::bInvert' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvPatch \ static_assert(alignof(ModularSynthComponent_SetModEnvPatch) == 0x000001, "Wrong alignment on ModularSynthComponent_SetModEnvPatch"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvPatch) == 0x000001, "Wrong size on ModularSynthComponent_SetModEnvPatch"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvPatch, InPatchType) == 0x000000, "Member 'ModularSynthComponent_SetModEnvPatch::InPatchType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvReleaseTime \ static_assert(alignof(ModularSynthComponent_SetModEnvReleaseTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvReleaseTime"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvReleaseTime) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvReleaseTime"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvReleaseTime, Release) == 0x000000, "Member 'ModularSynthComponent_SetModEnvReleaseTime::Release' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetModEnvSustainGain \ static_assert(alignof(ModularSynthComponent_SetModEnvSustainGain) == 0x000004, "Wrong alignment on ModularSynthComponent_SetModEnvSustainGain"); \ static_assert(sizeof(ModularSynthComponent_SetModEnvSustainGain) == 0x000004, "Wrong size on ModularSynthComponent_SetModEnvSustainGain"); \ static_assert(offsetof(ModularSynthComponent_SetModEnvSustainGain, SustainGain) == 0x000000, "Member 'ModularSynthComponent_SetModEnvSustainGain::SustainGain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscCents \ static_assert(alignof(ModularSynthComponent_SetOscCents) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscCents"); \ static_assert(sizeof(ModularSynthComponent_SetOscCents) == 0x000008, "Wrong size on ModularSynthComponent_SetOscCents"); \ static_assert(offsetof(ModularSynthComponent_SetOscCents, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscCents::OscIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetOscCents, Cents) == 0x000004, "Member 'ModularSynthComponent_SetOscCents::Cents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscFrequencyMod \ static_assert(alignof(ModularSynthComponent_SetOscFrequencyMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscFrequencyMod"); \ static_assert(sizeof(ModularSynthComponent_SetOscFrequencyMod) == 0x000008, "Wrong size on ModularSynthComponent_SetOscFrequencyMod"); \ static_assert(offsetof(ModularSynthComponent_SetOscFrequencyMod, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscFrequencyMod::OscIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetOscFrequencyMod, OscFreqMod) == 0x000004, "Member 'ModularSynthComponent_SetOscFrequencyMod::OscFreqMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscGain \ static_assert(alignof(ModularSynthComponent_SetOscGain) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscGain"); \ static_assert(sizeof(ModularSynthComponent_SetOscGain) == 0x000008, "Wrong size on ModularSynthComponent_SetOscGain"); \ static_assert(offsetof(ModularSynthComponent_SetOscGain, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscGain::OscIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetOscGain, OscGain) == 0x000004, "Member 'ModularSynthComponent_SetOscGain::OscGain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscGainMod \ static_assert(alignof(ModularSynthComponent_SetOscGainMod) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscGainMod"); \ static_assert(sizeof(ModularSynthComponent_SetOscGainMod) == 0x000008, "Wrong size on ModularSynthComponent_SetOscGainMod"); \ static_assert(offsetof(ModularSynthComponent_SetOscGainMod, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscGainMod::OscIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetOscGainMod, OscGainMod) == 0x000004, "Member 'ModularSynthComponent_SetOscGainMod::OscGainMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscOctave \ static_assert(alignof(ModularSynthComponent_SetOscOctave) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscOctave"); \ static_assert(sizeof(ModularSynthComponent_SetOscOctave) == 0x000008, "Wrong size on ModularSynthComponent_SetOscOctave"); \ static_assert(offsetof(ModularSynthComponent_SetOscOctave, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscOctave::OscIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetOscOctave, Octave) == 0x000004, "Member 'ModularSynthComponent_SetOscOctave::Octave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscPulsewidth \ static_assert(alignof(ModularSynthComponent_SetOscPulsewidth) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscPulsewidth"); \ static_assert(sizeof(ModularSynthComponent_SetOscPulsewidth) == 0x000008, "Wrong size on ModularSynthComponent_SetOscPulsewidth"); \ static_assert(offsetof(ModularSynthComponent_SetOscPulsewidth, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscPulsewidth::OscIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetOscPulsewidth, Pulsewidth) == 0x000004, "Member 'ModularSynthComponent_SetOscPulsewidth::Pulsewidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscSemitones \ static_assert(alignof(ModularSynthComponent_SetOscSemitones) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscSemitones"); \ static_assert(sizeof(ModularSynthComponent_SetOscSemitones) == 0x000008, "Wrong size on ModularSynthComponent_SetOscSemitones"); \ static_assert(offsetof(ModularSynthComponent_SetOscSemitones, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscSemitones::OscIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetOscSemitones, Semitones) == 0x000004, "Member 'ModularSynthComponent_SetOscSemitones::Semitones' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscSync \ static_assert(alignof(ModularSynthComponent_SetOscSync) == 0x000001, "Wrong alignment on ModularSynthComponent_SetOscSync"); \ static_assert(sizeof(ModularSynthComponent_SetOscSync) == 0x000001, "Wrong size on ModularSynthComponent_SetOscSync"); \ static_assert(offsetof(ModularSynthComponent_SetOscSync, bIsSynced) == 0x000000, "Member 'ModularSynthComponent_SetOscSync::bIsSynced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetOscType \ static_assert(alignof(ModularSynthComponent_SetOscType) == 0x000004, "Wrong alignment on ModularSynthComponent_SetOscType"); \ static_assert(sizeof(ModularSynthComponent_SetOscType) == 0x000008, "Wrong size on ModularSynthComponent_SetOscType"); \ static_assert(offsetof(ModularSynthComponent_SetOscType, OscIndex) == 0x000000, "Member 'ModularSynthComponent_SetOscType::OscIndex' has a wrong offset!"); \ static_assert(offsetof(ModularSynthComponent_SetOscType, OscType) == 0x000004, "Member 'ModularSynthComponent_SetOscType::OscType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetPan \ static_assert(alignof(ModularSynthComponent_SetPan) == 0x000004, "Wrong alignment on ModularSynthComponent_SetPan"); \ static_assert(sizeof(ModularSynthComponent_SetPan) == 0x000004, "Wrong size on ModularSynthComponent_SetPan"); \ static_assert(offsetof(ModularSynthComponent_SetPan, Pan) == 0x000000, "Member 'ModularSynthComponent_SetPan::Pan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetPitchBend \ static_assert(alignof(ModularSynthComponent_SetPitchBend) == 0x000004, "Wrong alignment on ModularSynthComponent_SetPitchBend"); \ static_assert(sizeof(ModularSynthComponent_SetPitchBend) == 0x000004, "Wrong size on ModularSynthComponent_SetPitchBend"); \ static_assert(offsetof(ModularSynthComponent_SetPitchBend, PitchBend) == 0x000000, "Member 'ModularSynthComponent_SetPitchBend::PitchBend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetPortamento \ static_assert(alignof(ModularSynthComponent_SetPortamento) == 0x000004, "Wrong alignment on ModularSynthComponent_SetPortamento"); \ static_assert(sizeof(ModularSynthComponent_SetPortamento) == 0x000004, "Wrong size on ModularSynthComponent_SetPortamento"); \ static_assert(offsetof(ModularSynthComponent_SetPortamento, Portamento) == 0x000000, "Member 'ModularSynthComponent_SetPortamento::Portamento' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetReleaseTime \ static_assert(alignof(ModularSynthComponent_SetReleaseTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetReleaseTime"); \ static_assert(sizeof(ModularSynthComponent_SetReleaseTime) == 0x000004, "Wrong size on ModularSynthComponent_SetReleaseTime"); \ static_assert(offsetof(ModularSynthComponent_SetReleaseTime, ReleaseTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetReleaseTime::ReleaseTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetSpread \ static_assert(alignof(ModularSynthComponent_SetSpread) == 0x000004, "Wrong alignment on ModularSynthComponent_SetSpread"); \ static_assert(sizeof(ModularSynthComponent_SetSpread) == 0x000004, "Wrong size on ModularSynthComponent_SetSpread"); \ static_assert(offsetof(ModularSynthComponent_SetSpread, Spread) == 0x000000, "Member 'ModularSynthComponent_SetSpread::Spread' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayFeedback \ static_assert(alignof(ModularSynthComponent_SetStereoDelayFeedback) == 0x000004, "Wrong alignment on ModularSynthComponent_SetStereoDelayFeedback"); \ static_assert(sizeof(ModularSynthComponent_SetStereoDelayFeedback) == 0x000004, "Wrong size on ModularSynthComponent_SetStereoDelayFeedback"); \ static_assert(offsetof(ModularSynthComponent_SetStereoDelayFeedback, DelayFeedback) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayFeedback::DelayFeedback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayIsEnabled \ static_assert(alignof(ModularSynthComponent_SetStereoDelayIsEnabled) == 0x000001, "Wrong alignment on ModularSynthComponent_SetStereoDelayIsEnabled"); \ static_assert(sizeof(ModularSynthComponent_SetStereoDelayIsEnabled) == 0x000001, "Wrong size on ModularSynthComponent_SetStereoDelayIsEnabled"); \ static_assert(offsetof(ModularSynthComponent_SetStereoDelayIsEnabled, StereoDelayEnabled) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayIsEnabled::StereoDelayEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayMode \ static_assert(alignof(ModularSynthComponent_SetStereoDelayMode) == 0x000001, "Wrong alignment on ModularSynthComponent_SetStereoDelayMode"); \ static_assert(sizeof(ModularSynthComponent_SetStereoDelayMode) == 0x000001, "Wrong size on ModularSynthComponent_SetStereoDelayMode"); \ static_assert(offsetof(ModularSynthComponent_SetStereoDelayMode, StereoDelayMode) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayMode::StereoDelayMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayRatio \ static_assert(alignof(ModularSynthComponent_SetStereoDelayRatio) == 0x000004, "Wrong alignment on ModularSynthComponent_SetStereoDelayRatio"); \ static_assert(sizeof(ModularSynthComponent_SetStereoDelayRatio) == 0x000004, "Wrong size on ModularSynthComponent_SetStereoDelayRatio"); \ static_assert(offsetof(ModularSynthComponent_SetStereoDelayRatio, DelayRatio) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayRatio::DelayRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayTime \ static_assert(alignof(ModularSynthComponent_SetStereoDelayTime) == 0x000004, "Wrong alignment on ModularSynthComponent_SetStereoDelayTime"); \ static_assert(sizeof(ModularSynthComponent_SetStereoDelayTime) == 0x000004, "Wrong size on ModularSynthComponent_SetStereoDelayTime"); \ static_assert(offsetof(ModularSynthComponent_SetStereoDelayTime, DelayTimeMsec) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayTime::DelayTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetStereoDelayWetlevel \ static_assert(alignof(ModularSynthComponent_SetStereoDelayWetlevel) == 0x000004, "Wrong alignment on ModularSynthComponent_SetStereoDelayWetlevel"); \ static_assert(sizeof(ModularSynthComponent_SetStereoDelayWetlevel) == 0x000004, "Wrong size on ModularSynthComponent_SetStereoDelayWetlevel"); \ static_assert(offsetof(ModularSynthComponent_SetStereoDelayWetlevel, DelayWetlevel) == 0x000000, "Member 'ModularSynthComponent_SetStereoDelayWetlevel::DelayWetlevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetSustainGain \ static_assert(alignof(ModularSynthComponent_SetSustainGain) == 0x000004, "Wrong alignment on ModularSynthComponent_SetSustainGain"); \ static_assert(sizeof(ModularSynthComponent_SetSustainGain) == 0x000004, "Wrong size on ModularSynthComponent_SetSustainGain"); \ static_assert(offsetof(ModularSynthComponent_SetSustainGain, SustainGain) == 0x000000, "Member 'ModularSynthComponent_SetSustainGain::SustainGain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModularSynthComponent_SetSynthPreset \ static_assert(alignof(ModularSynthComponent_SetSynthPreset) == 0x000008, "Wrong alignment on ModularSynthComponent_SetSynthPreset"); \ static_assert(sizeof(ModularSynthComponent_SetSynthPreset) == 0x0000E0, "Wrong size on ModularSynthComponent_SetSynthPreset"); \ static_assert(offsetof(ModularSynthComponent_SetSynthPreset, SynthPreset) == 0x000000, "Member 'ModularSynthComponent_SetSynthPreset::SynthPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModularSynthComponent \ static_assert(alignof(UModularSynthComponent) == 0x000010, "Wrong alignment on UModularSynthComponent"); \ static_assert(sizeof(UModularSynthComponent) == 0x000DA0, "Wrong size on UModularSynthComponent"); \ static_assert(offsetof(UModularSynthComponent, VoiceCount) == 0x0006E0, "Member 'UModularSynthComponent::VoiceCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetBitModulator \ static_assert(alignof(SourceEffectBitCrusherPreset_SetBitModulator) == 0x000008, "Wrong alignment on SourceEffectBitCrusherPreset_SetBitModulator"); \ static_assert(sizeof(SourceEffectBitCrusherPreset_SetBitModulator) == 0x000008, "Wrong size on SourceEffectBitCrusherPreset_SetBitModulator"); \ static_assert(offsetof(SourceEffectBitCrusherPreset_SetBitModulator, Modulator) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetBitModulator::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetBits \ static_assert(alignof(SourceEffectBitCrusherPreset_SetBits) == 0x000004, "Wrong alignment on SourceEffectBitCrusherPreset_SetBits"); \ static_assert(sizeof(SourceEffectBitCrusherPreset_SetBits) == 0x000004, "Wrong size on SourceEffectBitCrusherPreset_SetBits"); \ static_assert(offsetof(SourceEffectBitCrusherPreset_SetBits, Bits) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetBits::Bits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetModulationSettings \ static_assert(alignof(SourceEffectBitCrusherPreset_SetModulationSettings) == 0x000008, "Wrong alignment on SourceEffectBitCrusherPreset_SetModulationSettings"); \ static_assert(sizeof(SourceEffectBitCrusherPreset_SetModulationSettings) == 0x000030, "Wrong size on SourceEffectBitCrusherPreset_SetModulationSettings"); \ static_assert(offsetof(SourceEffectBitCrusherPreset_SetModulationSettings, ModulationSettings) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetModulationSettings::ModulationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetSampleRate \ static_assert(alignof(SourceEffectBitCrusherPreset_SetSampleRate) == 0x000004, "Wrong alignment on SourceEffectBitCrusherPreset_SetSampleRate"); \ static_assert(sizeof(SourceEffectBitCrusherPreset_SetSampleRate) == 0x000004, "Wrong size on SourceEffectBitCrusherPreset_SetSampleRate"); \ static_assert(offsetof(SourceEffectBitCrusherPreset_SetSampleRate, SampleRate) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetSampleRate::SampleRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetSampleRateModulator \ static_assert(alignof(SourceEffectBitCrusherPreset_SetSampleRateModulator) == 0x000008, "Wrong alignment on SourceEffectBitCrusherPreset_SetSampleRateModulator"); \ static_assert(sizeof(SourceEffectBitCrusherPreset_SetSampleRateModulator) == 0x000008, "Wrong size on SourceEffectBitCrusherPreset_SetSampleRateModulator"); \ static_assert(offsetof(SourceEffectBitCrusherPreset_SetSampleRateModulator, Modulator) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetSampleRateModulator::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetSettings \ static_assert(alignof(SourceEffectBitCrusherPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectBitCrusherPreset_SetSettings"); \ static_assert(sizeof(SourceEffectBitCrusherPreset_SetSettings) == 0x000008, "Wrong size on SourceEffectBitCrusherPreset_SetSettings"); \ static_assert(offsetof(SourceEffectBitCrusherPreset_SetSettings, Settings_0) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetSettings::Settings_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectBitCrusherPreset \ static_assert(alignof(USourceEffectBitCrusherPreset) == 0x000008, "Wrong alignment on USourceEffectBitCrusherPreset"); \ static_assert(sizeof(USourceEffectBitCrusherPreset) == 0x0000F0, "Wrong size on USourceEffectBitCrusherPreset"); \ static_assert(offsetof(USourceEffectBitCrusherPreset, Settings) == 0x0000C0, "Member 'USourceEffectBitCrusherPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetDepth \ static_assert(alignof(SourceEffectChorusPreset_SetDepth) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetDepth"); \ static_assert(sizeof(SourceEffectChorusPreset_SetDepth) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetDepth"); \ static_assert(offsetof(SourceEffectChorusPreset_SetDepth, Depth) == 0x000000, "Member 'SourceEffectChorusPreset_SetDepth::Depth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetDepthModulator \ static_assert(alignof(SourceEffectChorusPreset_SetDepthModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetDepthModulator"); \ static_assert(sizeof(SourceEffectChorusPreset_SetDepthModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetDepthModulator"); \ static_assert(offsetof(SourceEffectChorusPreset_SetDepthModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetDepthModulator::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetDry \ static_assert(alignof(SourceEffectChorusPreset_SetDry) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetDry"); \ static_assert(sizeof(SourceEffectChorusPreset_SetDry) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetDry"); \ static_assert(offsetof(SourceEffectChorusPreset_SetDry, DryAmount) == 0x000000, "Member 'SourceEffectChorusPreset_SetDry::DryAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetDryModulator \ static_assert(alignof(SourceEffectChorusPreset_SetDryModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetDryModulator"); \ static_assert(sizeof(SourceEffectChorusPreset_SetDryModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetDryModulator"); \ static_assert(offsetof(SourceEffectChorusPreset_SetDryModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetDryModulator::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetFeedback \ static_assert(alignof(SourceEffectChorusPreset_SetFeedback) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetFeedback"); \ static_assert(sizeof(SourceEffectChorusPreset_SetFeedback) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetFeedback"); \ static_assert(offsetof(SourceEffectChorusPreset_SetFeedback, Feedback) == 0x000000, "Member 'SourceEffectChorusPreset_SetFeedback::Feedback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetFeedbackModulator \ static_assert(alignof(SourceEffectChorusPreset_SetFeedbackModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetFeedbackModulator"); \ static_assert(sizeof(SourceEffectChorusPreset_SetFeedbackModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetFeedbackModulator"); \ static_assert(offsetof(SourceEffectChorusPreset_SetFeedbackModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetFeedbackModulator::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetFrequency \ static_assert(alignof(SourceEffectChorusPreset_SetFrequency) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetFrequency"); \ static_assert(sizeof(SourceEffectChorusPreset_SetFrequency) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetFrequency"); \ static_assert(offsetof(SourceEffectChorusPreset_SetFrequency, Frequency) == 0x000000, "Member 'SourceEffectChorusPreset_SetFrequency::Frequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetFrequencyModulator \ static_assert(alignof(SourceEffectChorusPreset_SetFrequencyModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetFrequencyModulator"); \ static_assert(sizeof(SourceEffectChorusPreset_SetFrequencyModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetFrequencyModulator"); \ static_assert(offsetof(SourceEffectChorusPreset_SetFrequencyModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetFrequencyModulator::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetModulationSettings \ static_assert(alignof(SourceEffectChorusPreset_SetModulationSettings) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetModulationSettings"); \ static_assert(sizeof(SourceEffectChorusPreset_SetModulationSettings) == 0x000078, "Wrong size on SourceEffectChorusPreset_SetModulationSettings"); \ static_assert(offsetof(SourceEffectChorusPreset_SetModulationSettings, ModulationSettings) == 0x000000, "Member 'SourceEffectChorusPreset_SetModulationSettings::ModulationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetSettings \ static_assert(alignof(SourceEffectChorusPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetSettings"); \ static_assert(sizeof(SourceEffectChorusPreset_SetSettings) == 0x000018, "Wrong size on SourceEffectChorusPreset_SetSettings"); \ static_assert(offsetof(SourceEffectChorusPreset_SetSettings, Settings_0) == 0x000000, "Member 'SourceEffectChorusPreset_SetSettings::Settings_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetSpread \ static_assert(alignof(SourceEffectChorusPreset_SetSpread) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetSpread"); \ static_assert(sizeof(SourceEffectChorusPreset_SetSpread) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetSpread"); \ static_assert(offsetof(SourceEffectChorusPreset_SetSpread, Spread) == 0x000000, "Member 'SourceEffectChorusPreset_SetSpread::Spread' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetSpreadModulator \ static_assert(alignof(SourceEffectChorusPreset_SetSpreadModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetSpreadModulator"); \ static_assert(sizeof(SourceEffectChorusPreset_SetSpreadModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetSpreadModulator"); \ static_assert(offsetof(SourceEffectChorusPreset_SetSpreadModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetSpreadModulator::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetWet \ static_assert(alignof(SourceEffectChorusPreset_SetWet) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetWet"); \ static_assert(sizeof(SourceEffectChorusPreset_SetWet) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetWet"); \ static_assert(offsetof(SourceEffectChorusPreset_SetWet, WetAmount) == 0x000000, "Member 'SourceEffectChorusPreset_SetWet::WetAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetWetModulator \ static_assert(alignof(SourceEffectChorusPreset_SetWetModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetWetModulator"); \ static_assert(sizeof(SourceEffectChorusPreset_SetWetModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetWetModulator"); \ static_assert(offsetof(SourceEffectChorusPreset_SetWetModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetWetModulator::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectChorusPreset \ static_assert(alignof(USourceEffectChorusPreset) == 0x000008, "Wrong alignment on USourceEffectChorusPreset"); \ static_assert(sizeof(USourceEffectChorusPreset) == 0x000180, "Wrong size on USourceEffectChorusPreset"); \ static_assert(offsetof(USourceEffectChorusPreset, Settings) == 0x000108, "Member 'USourceEffectChorusPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectDynamicsProcessorPreset_SetSettings \ static_assert(alignof(SourceEffectDynamicsProcessorPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectDynamicsProcessorPreset_SetSettings"); \ static_assert(sizeof(SourceEffectDynamicsProcessorPreset_SetSettings) == 0x000028, "Wrong size on SourceEffectDynamicsProcessorPreset_SetSettings"); \ static_assert(offsetof(SourceEffectDynamicsProcessorPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectDynamicsProcessorPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectDynamicsProcessorPreset \ static_assert(alignof(USourceEffectDynamicsProcessorPreset) == 0x000008, "Wrong alignment on USourceEffectDynamicsProcessorPreset"); \ static_assert(sizeof(USourceEffectDynamicsProcessorPreset) == 0x0000E0, "Wrong size on USourceEffectDynamicsProcessorPreset"); \ static_assert(offsetof(USourceEffectDynamicsProcessorPreset, Settings) == 0x0000B8, "Member 'USourceEffectDynamicsProcessorPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectEQPreset_SetSettings \ static_assert(alignof(SourceEffectEQPreset_SetSettings) == 0x000008, "Wrong alignment on SourceEffectEQPreset_SetSettings"); \ static_assert(sizeof(SourceEffectEQPreset_SetSettings) == 0x000010, "Wrong size on SourceEffectEQPreset_SetSettings"); \ static_assert(offsetof(SourceEffectEQPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectEQPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectEQPreset \ static_assert(alignof(USourceEffectEQPreset) == 0x000008, "Wrong alignment on USourceEffectEQPreset"); \ static_assert(sizeof(USourceEffectEQPreset) == 0x0000B0, "Wrong size on USourceEffectEQPreset"); \ static_assert(offsetof(USourceEffectEQPreset, Settings) == 0x0000A0, "Member 'USourceEffectEQPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectFilterPreset_SetSettings \ static_assert(alignof(SourceEffectFilterPreset_SetSettings) == 0x000008, "Wrong alignment on SourceEffectFilterPreset_SetSettings"); \ static_assert(sizeof(SourceEffectFilterPreset_SetSettings) == 0x000020, "Wrong size on SourceEffectFilterPreset_SetSettings"); \ static_assert(offsetof(SourceEffectFilterPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectFilterPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectFilterPreset \ static_assert(alignof(USourceEffectFilterPreset) == 0x000008, "Wrong alignment on USourceEffectFilterPreset"); \ static_assert(sizeof(USourceEffectFilterPreset) == 0x0000D0, "Wrong size on USourceEffectFilterPreset"); \ static_assert(offsetof(USourceEffectFilterPreset, Settings) == 0x0000B0, "Member 'USourceEffectFilterPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectFoldbackDistortionPreset_SetSettings \ static_assert(alignof(SourceEffectFoldbackDistortionPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectFoldbackDistortionPreset_SetSettings"); \ static_assert(sizeof(SourceEffectFoldbackDistortionPreset_SetSettings) == 0x00000C, "Wrong size on SourceEffectFoldbackDistortionPreset_SetSettings"); \ static_assert(offsetof(SourceEffectFoldbackDistortionPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectFoldbackDistortionPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectFoldbackDistortionPreset \ static_assert(alignof(USourceEffectFoldbackDistortionPreset) == 0x000008, "Wrong alignment on USourceEffectFoldbackDistortionPreset"); \ static_assert(sizeof(USourceEffectFoldbackDistortionPreset) == 0x0000A8, "Wrong size on USourceEffectFoldbackDistortionPreset"); \ static_assert(offsetof(USourceEffectFoldbackDistortionPreset, Settings) == 0x00009C, "Member 'USourceEffectFoldbackDistortionPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectMidSideSpreaderPreset_SetSettings \ static_assert(alignof(SourceEffectMidSideSpreaderPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectMidSideSpreaderPreset_SetSettings"); \ static_assert(sizeof(SourceEffectMidSideSpreaderPreset_SetSettings) == 0x000008, "Wrong size on SourceEffectMidSideSpreaderPreset_SetSettings"); \ static_assert(offsetof(SourceEffectMidSideSpreaderPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectMidSideSpreaderPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectMidSideSpreaderPreset \ static_assert(alignof(USourceEffectMidSideSpreaderPreset) == 0x000008, "Wrong alignment on USourceEffectMidSideSpreaderPreset"); \ static_assert(sizeof(USourceEffectMidSideSpreaderPreset) == 0x0000A0, "Wrong size on USourceEffectMidSideSpreaderPreset"); \ static_assert(offsetof(USourceEffectMidSideSpreaderPreset, Settings) == 0x000098, "Member 'USourceEffectMidSideSpreaderPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectPannerPreset_SetSettings \ static_assert(alignof(SourceEffectPannerPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectPannerPreset_SetSettings"); \ static_assert(sizeof(SourceEffectPannerPreset_SetSettings) == 0x000008, "Wrong size on SourceEffectPannerPreset_SetSettings"); \ static_assert(offsetof(SourceEffectPannerPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectPannerPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectPannerPreset \ static_assert(alignof(USourceEffectPannerPreset) == 0x000008, "Wrong alignment on USourceEffectPannerPreset"); \ static_assert(sizeof(USourceEffectPannerPreset) == 0x0000A0, "Wrong size on USourceEffectPannerPreset"); \ static_assert(offsetof(USourceEffectPannerPreset, Settings) == 0x000098, "Member 'USourceEffectPannerPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectPhaserPreset_SetSettings \ static_assert(alignof(SourceEffectPhaserPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectPhaserPreset_SetSettings"); \ static_assert(sizeof(SourceEffectPhaserPreset_SetSettings) == 0x000010, "Wrong size on SourceEffectPhaserPreset_SetSettings"); \ static_assert(offsetof(SourceEffectPhaserPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectPhaserPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectPhaserPreset \ static_assert(alignof(USourceEffectPhaserPreset) == 0x000008, "Wrong alignment on USourceEffectPhaserPreset"); \ static_assert(sizeof(USourceEffectPhaserPreset) == 0x0000B0, "Wrong size on USourceEffectPhaserPreset"); \ static_assert(offsetof(USourceEffectPhaserPreset, Settings) == 0x0000A0, "Member 'USourceEffectPhaserPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectRingModulationPreset_SetSettings \ static_assert(alignof(SourceEffectRingModulationPreset_SetSettings) == 0x000008, "Wrong alignment on SourceEffectRingModulationPreset_SetSettings"); \ static_assert(sizeof(SourceEffectRingModulationPreset_SetSettings) == 0x000020, "Wrong size on SourceEffectRingModulationPreset_SetSettings"); \ static_assert(offsetof(SourceEffectRingModulationPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectRingModulationPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectRingModulationPreset \ static_assert(alignof(USourceEffectRingModulationPreset) == 0x000008, "Wrong alignment on USourceEffectRingModulationPreset"); \ static_assert(sizeof(USourceEffectRingModulationPreset) == 0x0000D0, "Wrong size on USourceEffectRingModulationPreset"); \ static_assert(offsetof(USourceEffectRingModulationPreset, Settings) == 0x0000B0, "Member 'USourceEffectRingModulationPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectSimpleDelayPreset_SetSettings \ static_assert(alignof(SourceEffectSimpleDelayPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectSimpleDelayPreset_SetSettings"); \ static_assert(sizeof(SourceEffectSimpleDelayPreset_SetSettings) == 0x000018, "Wrong size on SourceEffectSimpleDelayPreset_SetSettings"); \ static_assert(offsetof(SourceEffectSimpleDelayPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectSimpleDelayPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectSimpleDelayPreset \ static_assert(alignof(USourceEffectSimpleDelayPreset) == 0x000008, "Wrong alignment on USourceEffectSimpleDelayPreset"); \ static_assert(sizeof(USourceEffectSimpleDelayPreset) == 0x0000C0, "Wrong size on USourceEffectSimpleDelayPreset"); \ static_assert(offsetof(USourceEffectSimpleDelayPreset, Settings) == 0x0000A8, "Member 'USourceEffectSimpleDelayPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectStereoDelayPreset_SetSettings \ static_assert(alignof(SourceEffectStereoDelayPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectStereoDelayPreset_SetSettings"); \ static_assert(sizeof(SourceEffectStereoDelayPreset_SetSettings) == 0x000024, "Wrong size on SourceEffectStereoDelayPreset_SetSettings"); \ static_assert(offsetof(SourceEffectStereoDelayPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectStereoDelayPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectStereoDelayPreset \ static_assert(alignof(USourceEffectStereoDelayPreset) == 0x000008, "Wrong alignment on USourceEffectStereoDelayPreset"); \ static_assert(sizeof(USourceEffectStereoDelayPreset) == 0x0000D8, "Wrong size on USourceEffectStereoDelayPreset"); \ static_assert(offsetof(USourceEffectStereoDelayPreset, Settings) == 0x0000B4, "Member 'USourceEffectStereoDelayPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SourceEffectWaveShaperPreset_SetSettings \ static_assert(alignof(SourceEffectWaveShaperPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectWaveShaperPreset_SetSettings"); \ static_assert(sizeof(SourceEffectWaveShaperPreset_SetSettings) == 0x000008, "Wrong size on SourceEffectWaveShaperPreset_SetSettings"); \ static_assert(offsetof(SourceEffectWaveShaperPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectWaveShaperPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USourceEffectWaveShaperPreset \ static_assert(alignof(USourceEffectWaveShaperPreset) == 0x000008, "Wrong alignment on USourceEffectWaveShaperPreset"); \ static_assert(sizeof(USourceEffectWaveShaperPreset) == 0x0000A0, "Wrong size on USourceEffectWaveShaperPreset"); \ static_assert(offsetof(USourceEffectWaveShaperPreset, Settings) == 0x000098, "Member 'USourceEffectWaveShaperPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioImpulseResponse \ static_assert(alignof(UAudioImpulseResponse) == 0x000008, "Wrong alignment on UAudioImpulseResponse"); \ static_assert(sizeof(UAudioImpulseResponse) == 0x000058, "Wrong size on UAudioImpulseResponse"); \ static_assert(offsetof(UAudioImpulseResponse, ImpulseResponse) == 0x000028, "Member 'UAudioImpulseResponse::ImpulseResponse' has a wrong offset!"); \ static_assert(offsetof(UAudioImpulseResponse, NumChannels) == 0x000038, "Member 'UAudioImpulseResponse::NumChannels' has a wrong offset!"); \ static_assert(offsetof(UAudioImpulseResponse, SampleRate) == 0x00003C, "Member 'UAudioImpulseResponse::SampleRate' has a wrong offset!"); \ static_assert(offsetof(UAudioImpulseResponse, NormalizationVolumeDb) == 0x000040, "Member 'UAudioImpulseResponse::NormalizationVolumeDb' has a wrong offset!"); \ static_assert(offsetof(UAudioImpulseResponse, bTrueStereo) == 0x000044, "Member 'UAudioImpulseResponse::bTrueStereo' has a wrong offset!"); \ static_assert(offsetof(UAudioImpulseResponse, IRData) == 0x000048, "Member 'UAudioImpulseResponse::IRData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectConvolutionReverbPreset_SetImpulseResponse \ static_assert(alignof(SubmixEffectConvolutionReverbPreset_SetImpulseResponse) == 0x000008, "Wrong alignment on SubmixEffectConvolutionReverbPreset_SetImpulseResponse"); \ static_assert(sizeof(SubmixEffectConvolutionReverbPreset_SetImpulseResponse) == 0x000008, "Wrong size on SubmixEffectConvolutionReverbPreset_SetImpulseResponse"); \ static_assert(offsetof(SubmixEffectConvolutionReverbPreset_SetImpulseResponse, InImpulseResponse) == 0x000000, "Member 'SubmixEffectConvolutionReverbPreset_SetImpulseResponse::InImpulseResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectConvolutionReverbPreset_SetSettings \ static_assert(alignof(SubmixEffectConvolutionReverbPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectConvolutionReverbPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectConvolutionReverbPreset_SetSettings) == 0x000028, "Wrong size on SubmixEffectConvolutionReverbPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectConvolutionReverbPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectConvolutionReverbPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectConvolutionReverbPreset \ static_assert(alignof(USubmixEffectConvolutionReverbPreset) == 0x000008, "Wrong alignment on USubmixEffectConvolutionReverbPreset"); \ static_assert(sizeof(USubmixEffectConvolutionReverbPreset) == 0x0000F0, "Wrong size on USubmixEffectConvolutionReverbPreset"); \ static_assert(offsetof(USubmixEffectConvolutionReverbPreset, ImpulseResponse) == 0x000068, "Member 'USubmixEffectConvolutionReverbPreset::ImpulseResponse' has a wrong offset!"); \ static_assert(offsetof(USubmixEffectConvolutionReverbPreset, Settings) == 0x000070, "Member 'USubmixEffectConvolutionReverbPreset::Settings' has a wrong offset!"); \ static_assert(offsetof(USubmixEffectConvolutionReverbPreset, BlockSize) == 0x000098, "Member 'USubmixEffectConvolutionReverbPreset::BlockSize' has a wrong offset!"); \ static_assert(offsetof(USubmixEffectConvolutionReverbPreset, bEnableHardwareAcceleration) == 0x000099, "Member 'USubmixEffectConvolutionReverbPreset::bEnableHardwareAcceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectDelayPreset_GetMaxDelayInMilliseconds \ static_assert(alignof(SubmixEffectDelayPreset_GetMaxDelayInMilliseconds) == 0x000004, "Wrong alignment on SubmixEffectDelayPreset_GetMaxDelayInMilliseconds"); \ static_assert(sizeof(SubmixEffectDelayPreset_GetMaxDelayInMilliseconds) == 0x000004, "Wrong size on SubmixEffectDelayPreset_GetMaxDelayInMilliseconds"); \ static_assert(offsetof(SubmixEffectDelayPreset_GetMaxDelayInMilliseconds, ReturnValue) == 0x000000, "Member 'SubmixEffectDelayPreset_GetMaxDelayInMilliseconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectDelayPreset_SetDelay \ static_assert(alignof(SubmixEffectDelayPreset_SetDelay) == 0x000004, "Wrong alignment on SubmixEffectDelayPreset_SetDelay"); \ static_assert(sizeof(SubmixEffectDelayPreset_SetDelay) == 0x000004, "Wrong size on SubmixEffectDelayPreset_SetDelay"); \ static_assert(offsetof(SubmixEffectDelayPreset_SetDelay, Length) == 0x000000, "Member 'SubmixEffectDelayPreset_SetDelay::Length' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectDelayPreset_SetInterpolationTime \ static_assert(alignof(SubmixEffectDelayPreset_SetInterpolationTime) == 0x000004, "Wrong alignment on SubmixEffectDelayPreset_SetInterpolationTime"); \ static_assert(sizeof(SubmixEffectDelayPreset_SetInterpolationTime) == 0x000004, "Wrong size on SubmixEffectDelayPreset_SetInterpolationTime"); \ static_assert(offsetof(SubmixEffectDelayPreset_SetInterpolationTime, Time) == 0x000000, "Member 'SubmixEffectDelayPreset_SetInterpolationTime::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectDelayPreset_SetSettings \ static_assert(alignof(SubmixEffectDelayPreset_SetSettings) == 0x000004, "Wrong alignment on SubmixEffectDelayPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectDelayPreset_SetSettings) == 0x00000C, "Wrong size on SubmixEffectDelayPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectDelayPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectDelayPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectDelayPreset \ static_assert(alignof(USubmixEffectDelayPreset) == 0x000008, "Wrong alignment on USubmixEffectDelayPreset"); \ static_assert(sizeof(USubmixEffectDelayPreset) == 0x0000B8, "Wrong size on USubmixEffectDelayPreset"); \ static_assert(offsetof(USubmixEffectDelayPreset, Settings) == 0x00009C, "Member 'USubmixEffectDelayPreset::Settings' has a wrong offset!"); \ static_assert(offsetof(USubmixEffectDelayPreset, DynamicSettings) == 0x0000A8, "Member 'USubmixEffectDelayPreset::DynamicSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterAlgorithm \ static_assert(alignof(SubmixEffectFilterPreset_SetFilterAlgorithm) == 0x000001, "Wrong alignment on SubmixEffectFilterPreset_SetFilterAlgorithm"); \ static_assert(sizeof(SubmixEffectFilterPreset_SetFilterAlgorithm) == 0x000001, "Wrong size on SubmixEffectFilterPreset_SetFilterAlgorithm"); \ static_assert(offsetof(SubmixEffectFilterPreset_SetFilterAlgorithm, InAlgorithm) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterAlgorithm::InAlgorithm' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterCutoffFrequency \ static_assert(alignof(SubmixEffectFilterPreset_SetFilterCutoffFrequency) == 0x000004, "Wrong alignment on SubmixEffectFilterPreset_SetFilterCutoffFrequency"); \ static_assert(sizeof(SubmixEffectFilterPreset_SetFilterCutoffFrequency) == 0x000004, "Wrong size on SubmixEffectFilterPreset_SetFilterCutoffFrequency"); \ static_assert(offsetof(SubmixEffectFilterPreset_SetFilterCutoffFrequency, InFrequency) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterCutoffFrequency::InFrequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod \ static_assert(alignof(SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod) == 0x000004, "Wrong alignment on SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod"); \ static_assert(sizeof(SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod) == 0x000004, "Wrong size on SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod"); \ static_assert(offsetof(SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod, InFrequency) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterCutoffFrequencyMod::InFrequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterQ \ static_assert(alignof(SubmixEffectFilterPreset_SetFilterQ) == 0x000004, "Wrong alignment on SubmixEffectFilterPreset_SetFilterQ"); \ static_assert(sizeof(SubmixEffectFilterPreset_SetFilterQ) == 0x000004, "Wrong size on SubmixEffectFilterPreset_SetFilterQ"); \ static_assert(offsetof(SubmixEffectFilterPreset_SetFilterQ, InQ) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterQ::InQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterQMod \ static_assert(alignof(SubmixEffectFilterPreset_SetFilterQMod) == 0x000004, "Wrong alignment on SubmixEffectFilterPreset_SetFilterQMod"); \ static_assert(sizeof(SubmixEffectFilterPreset_SetFilterQMod) == 0x000004, "Wrong size on SubmixEffectFilterPreset_SetFilterQMod"); \ static_assert(offsetof(SubmixEffectFilterPreset_SetFilterQMod, InQ) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterQMod::InQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetFilterType \ static_assert(alignof(SubmixEffectFilterPreset_SetFilterType) == 0x000001, "Wrong alignment on SubmixEffectFilterPreset_SetFilterType"); \ static_assert(sizeof(SubmixEffectFilterPreset_SetFilterType) == 0x000001, "Wrong size on SubmixEffectFilterPreset_SetFilterType"); \ static_assert(offsetof(SubmixEffectFilterPreset_SetFilterType, InType) == 0x000000, "Member 'SubmixEffectFilterPreset_SetFilterType::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectFilterPreset_SetSettings \ static_assert(alignof(SubmixEffectFilterPreset_SetSettings) == 0x000004, "Wrong alignment on SubmixEffectFilterPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectFilterPreset_SetSettings) == 0x00000C, "Wrong size on SubmixEffectFilterPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectFilterPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectFilterPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectFilterPreset \ static_assert(alignof(USubmixEffectFilterPreset) == 0x000008, "Wrong alignment on USubmixEffectFilterPreset"); \ static_assert(sizeof(USubmixEffectFilterPreset) == 0x0000A8, "Wrong size on USubmixEffectFilterPreset"); \ static_assert(offsetof(USubmixEffectFilterPreset, Settings) == 0x00009C, "Member 'USubmixEffectFilterPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectFlexiverbPreset_SetSettings \ static_assert(alignof(SubmixEffectFlexiverbPreset_SetSettings) == 0x000004, "Wrong alignment on SubmixEffectFlexiverbPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectFlexiverbPreset_SetSettings) == 0x000010, "Wrong size on SubmixEffectFlexiverbPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectFlexiverbPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectFlexiverbPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectFlexiverbPreset \ static_assert(alignof(USubmixEffectFlexiverbPreset) == 0x000008, "Wrong alignment on USubmixEffectFlexiverbPreset"); \ static_assert(sizeof(USubmixEffectFlexiverbPreset) == 0x0000B0, "Wrong size on USubmixEffectFlexiverbPreset"); \ static_assert(offsetof(USubmixEffectFlexiverbPreset, Settings) == 0x0000A0, "Member 'USubmixEffectFlexiverbPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectMultibandCompressorPreset_SetSettings \ static_assert(alignof(SubmixEffectMultibandCompressorPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectMultibandCompressorPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectMultibandCompressorPreset_SetSettings) == 0x000020, "Wrong size on SubmixEffectMultibandCompressorPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectMultibandCompressorPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectMultibandCompressorPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectMultibandCompressorPreset \ static_assert(alignof(USubmixEffectMultibandCompressorPreset) == 0x000008, "Wrong alignment on USubmixEffectMultibandCompressorPreset"); \ static_assert(sizeof(USubmixEffectMultibandCompressorPreset) == 0x0000D0, "Wrong size on USubmixEffectMultibandCompressorPreset"); \ static_assert(offsetof(USubmixEffectMultibandCompressorPreset, Settings) == 0x0000B0, "Member 'USubmixEffectMultibandCompressorPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectStereoDelayPreset_SetSettings \ static_assert(alignof(SubmixEffectStereoDelayPreset_SetSettings) == 0x000004, "Wrong alignment on SubmixEffectStereoDelayPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectStereoDelayPreset_SetSettings) == 0x000024, "Wrong size on SubmixEffectStereoDelayPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectStereoDelayPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectStereoDelayPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectStereoDelayPreset \ static_assert(alignof(USubmixEffectStereoDelayPreset) == 0x000008, "Wrong alignment on USubmixEffectStereoDelayPreset"); \ static_assert(sizeof(USubmixEffectStereoDelayPreset) == 0x0000D8, "Wrong size on USubmixEffectStereoDelayPreset"); \ static_assert(offsetof(USubmixEffectStereoDelayPreset, Settings) == 0x0000B4, "Member 'USubmixEffectStereoDelayPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_AddTap \ static_assert(alignof(SubmixEffectTapDelayPreset_AddTap) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_AddTap"); \ static_assert(sizeof(SubmixEffectTapDelayPreset_AddTap) == 0x000004, "Wrong size on SubmixEffectTapDelayPreset_AddTap"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_AddTap, TapId) == 0x000000, "Member 'SubmixEffectTapDelayPreset_AddTap::TapId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds \ static_assert(alignof(SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds"); \ static_assert(sizeof(SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds) == 0x000004, "Wrong size on SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds, ReturnValue) == 0x000000, "Member 'SubmixEffectTapDelayPreset_GetMaxDelayInMilliseconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_GetTap \ static_assert(alignof(SubmixEffectTapDelayPreset_GetTap) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_GetTap"); \ static_assert(sizeof(SubmixEffectTapDelayPreset_GetTap) == 0x00001C, "Wrong size on SubmixEffectTapDelayPreset_GetTap"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_GetTap, TapId) == 0x000000, "Member 'SubmixEffectTapDelayPreset_GetTap::TapId' has a wrong offset!"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_GetTap, TapInfo) == 0x000004, "Member 'SubmixEffectTapDelayPreset_GetTap::TapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_GetTapIds \ static_assert(alignof(SubmixEffectTapDelayPreset_GetTapIds) == 0x000008, "Wrong alignment on SubmixEffectTapDelayPreset_GetTapIds"); \ static_assert(sizeof(SubmixEffectTapDelayPreset_GetTapIds) == 0x000010, "Wrong size on SubmixEffectTapDelayPreset_GetTapIds"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_GetTapIds, TapIds) == 0x000000, "Member 'SubmixEffectTapDelayPreset_GetTapIds::TapIds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_RemoveTap \ static_assert(alignof(SubmixEffectTapDelayPreset_RemoveTap) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_RemoveTap"); \ static_assert(sizeof(SubmixEffectTapDelayPreset_RemoveTap) == 0x000004, "Wrong size on SubmixEffectTapDelayPreset_RemoveTap"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_RemoveTap, TapId) == 0x000000, "Member 'SubmixEffectTapDelayPreset_RemoveTap::TapId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_SetInterpolationTime \ static_assert(alignof(SubmixEffectTapDelayPreset_SetInterpolationTime) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_SetInterpolationTime"); \ static_assert(sizeof(SubmixEffectTapDelayPreset_SetInterpolationTime) == 0x000004, "Wrong size on SubmixEffectTapDelayPreset_SetInterpolationTime"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_SetInterpolationTime, Time) == 0x000000, "Member 'SubmixEffectTapDelayPreset_SetInterpolationTime::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_SetSettings \ static_assert(alignof(SubmixEffectTapDelayPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectTapDelayPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectTapDelayPreset_SetSettings) == 0x000018, "Wrong size on SubmixEffectTapDelayPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectTapDelayPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectTapDelayPreset_SetTap \ static_assert(alignof(SubmixEffectTapDelayPreset_SetTap) == 0x000004, "Wrong alignment on SubmixEffectTapDelayPreset_SetTap"); \ static_assert(sizeof(SubmixEffectTapDelayPreset_SetTap) == 0x00001C, "Wrong size on SubmixEffectTapDelayPreset_SetTap"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_SetTap, TapId) == 0x000000, "Member 'SubmixEffectTapDelayPreset_SetTap::TapId' has a wrong offset!"); \ static_assert(offsetof(SubmixEffectTapDelayPreset_SetTap, TapInfo) == 0x000004, "Member 'SubmixEffectTapDelayPreset_SetTap::TapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectTapDelayPreset \ static_assert(alignof(USubmixEffectTapDelayPreset) == 0x000008, "Wrong alignment on USubmixEffectTapDelayPreset"); \ static_assert(sizeof(USubmixEffectTapDelayPreset) == 0x0000D8, "Wrong size on USubmixEffectTapDelayPreset"); \ static_assert(offsetof(USubmixEffectTapDelayPreset, Settings) == 0x0000A8, "Member 'USubmixEffectTapDelayPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Synth2DSlider_SetIndentHandle \ static_assert(alignof(Synth2DSlider_SetIndentHandle) == 0x000001, "Wrong alignment on Synth2DSlider_SetIndentHandle"); \ static_assert(sizeof(Synth2DSlider_SetIndentHandle) == 0x000001, "Wrong size on Synth2DSlider_SetIndentHandle"); \ static_assert(offsetof(Synth2DSlider_SetIndentHandle, InValue) == 0x000000, "Member 'Synth2DSlider_SetIndentHandle::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Synth2DSlider_SetLocked \ static_assert(alignof(Synth2DSlider_SetLocked) == 0x000001, "Wrong alignment on Synth2DSlider_SetLocked"); \ static_assert(sizeof(Synth2DSlider_SetLocked) == 0x000001, "Wrong size on Synth2DSlider_SetLocked"); \ static_assert(offsetof(Synth2DSlider_SetLocked, InValue) == 0x000000, "Member 'Synth2DSlider_SetLocked::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Synth2DSlider_SetSliderHandleColor \ static_assert(alignof(Synth2DSlider_SetSliderHandleColor) == 0x000004, "Wrong alignment on Synth2DSlider_SetSliderHandleColor"); \ static_assert(sizeof(Synth2DSlider_SetSliderHandleColor) == 0x000010, "Wrong size on Synth2DSlider_SetSliderHandleColor"); \ static_assert(offsetof(Synth2DSlider_SetSliderHandleColor, InValue) == 0x000000, "Member 'Synth2DSlider_SetSliderHandleColor::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Synth2DSlider_SetStepSize \ static_assert(alignof(Synth2DSlider_SetStepSize) == 0x000004, "Wrong alignment on Synth2DSlider_SetStepSize"); \ static_assert(sizeof(Synth2DSlider_SetStepSize) == 0x000004, "Wrong size on Synth2DSlider_SetStepSize"); \ static_assert(offsetof(Synth2DSlider_SetStepSize, InValue) == 0x000000, "Member 'Synth2DSlider_SetStepSize::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Synth2DSlider_SetValue \ static_assert(alignof(Synth2DSlider_SetValue) == 0x000004, "Wrong alignment on Synth2DSlider_SetValue"); \ static_assert(sizeof(Synth2DSlider_SetValue) == 0x000008, "Wrong size on Synth2DSlider_SetValue"); \ static_assert(offsetof(Synth2DSlider_SetValue, InValue) == 0x000000, "Member 'Synth2DSlider_SetValue::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Synth2DSlider_GetValue \ static_assert(alignof(Synth2DSlider_GetValue) == 0x000004, "Wrong alignment on Synth2DSlider_GetValue"); \ static_assert(sizeof(Synth2DSlider_GetValue) == 0x000008, "Wrong size on Synth2DSlider_GetValue"); \ static_assert(offsetof(Synth2DSlider_GetValue, ReturnValue) == 0x000000, "Member 'Synth2DSlider_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USynth2DSlider \ static_assert(alignof(USynth2DSlider) == 0x000008, "Wrong alignment on USynth2DSlider"); \ static_assert(sizeof(USynth2DSlider) == 0x000478, "Wrong size on USynth2DSlider"); \ static_assert(offsetof(USynth2DSlider, ValueX) == 0x000108, "Member 'USynth2DSlider::ValueX' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, ValueY) == 0x00010C, "Member 'USynth2DSlider::ValueY' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, ValueXDelegate) == 0x000110, "Member 'USynth2DSlider::ValueXDelegate' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, ValueYDelegate) == 0x000120, "Member 'USynth2DSlider::ValueYDelegate' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, WidgetStyle) == 0x000130, "Member 'USynth2DSlider::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, SliderHandleColor) == 0x0003E8, "Member 'USynth2DSlider::SliderHandleColor' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, IndentHandle) == 0x0003F8, "Member 'USynth2DSlider::IndentHandle' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, Locked) == 0x0003F9, "Member 'USynth2DSlider::Locked' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, StepSize) == 0x0003FC, "Member 'USynth2DSlider::StepSize' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, IsFocusable) == 0x000400, "Member 'USynth2DSlider::IsFocusable' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, OnMouseCaptureBegin) == 0x000408, "Member 'USynth2DSlider::OnMouseCaptureBegin' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, OnMouseCaptureEnd) == 0x000418, "Member 'USynth2DSlider::OnMouseCaptureEnd' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, OnControllerCaptureBegin) == 0x000428, "Member 'USynth2DSlider::OnControllerCaptureBegin' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, OnControllerCaptureEnd) == 0x000438, "Member 'USynth2DSlider::OnControllerCaptureEnd' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, OnValueChangedX) == 0x000448, "Member 'USynth2DSlider::OnValueChangedX' has a wrong offset!"); \ static_assert(offsetof(USynth2DSlider, OnValueChangedY) == 0x000458, "Member 'USynth2DSlider::OnValueChangedY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_NoteOff \ static_assert(alignof(GranularSynth_NoteOff) == 0x000004, "Wrong alignment on GranularSynth_NoteOff"); \ static_assert(sizeof(GranularSynth_NoteOff) == 0x000008, "Wrong size on GranularSynth_NoteOff"); \ static_assert(offsetof(GranularSynth_NoteOff, Note) == 0x000000, "Member 'GranularSynth_NoteOff::Note' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_NoteOff, bKill) == 0x000004, "Member 'GranularSynth_NoteOff::bKill' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_NoteOn \ static_assert(alignof(GranularSynth_NoteOn) == 0x000004, "Wrong alignment on GranularSynth_NoteOn"); \ static_assert(sizeof(GranularSynth_NoteOn) == 0x00000C, "Wrong size on GranularSynth_NoteOn"); \ static_assert(offsetof(GranularSynth_NoteOn, Note) == 0x000000, "Member 'GranularSynth_NoteOn::Note' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_NoteOn, Velocity) == 0x000004, "Member 'GranularSynth_NoteOn::Velocity' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_NoteOn, Duration) == 0x000008, "Member 'GranularSynth_NoteOn::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetAttackTime \ static_assert(alignof(GranularSynth_SetAttackTime) == 0x000004, "Wrong alignment on GranularSynth_SetAttackTime"); \ static_assert(sizeof(GranularSynth_SetAttackTime) == 0x000004, "Wrong size on GranularSynth_SetAttackTime"); \ static_assert(offsetof(GranularSynth_SetAttackTime, AttackTimeMsec) == 0x000000, "Member 'GranularSynth_SetAttackTime::AttackTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetDecayTime \ static_assert(alignof(GranularSynth_SetDecayTime) == 0x000004, "Wrong alignment on GranularSynth_SetDecayTime"); \ static_assert(sizeof(GranularSynth_SetDecayTime) == 0x000004, "Wrong size on GranularSynth_SetDecayTime"); \ static_assert(offsetof(GranularSynth_SetDecayTime, DecayTimeMsec) == 0x000000, "Member 'GranularSynth_SetDecayTime::DecayTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetGrainDuration \ static_assert(alignof(GranularSynth_SetGrainDuration) == 0x000004, "Wrong alignment on GranularSynth_SetGrainDuration"); \ static_assert(sizeof(GranularSynth_SetGrainDuration) == 0x00000C, "Wrong size on GranularSynth_SetGrainDuration"); \ static_assert(offsetof(GranularSynth_SetGrainDuration, BaseDurationMsec) == 0x000000, "Member 'GranularSynth_SetGrainDuration::BaseDurationMsec' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_SetGrainDuration, DurationRange) == 0x000004, "Member 'GranularSynth_SetGrainDuration::DurationRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetGrainEnvelopeType \ static_assert(alignof(GranularSynth_SetGrainEnvelopeType) == 0x000001, "Wrong alignment on GranularSynth_SetGrainEnvelopeType"); \ static_assert(sizeof(GranularSynth_SetGrainEnvelopeType) == 0x000001, "Wrong size on GranularSynth_SetGrainEnvelopeType"); \ static_assert(offsetof(GranularSynth_SetGrainEnvelopeType, EnvelopeType) == 0x000000, "Member 'GranularSynth_SetGrainEnvelopeType::EnvelopeType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetGrainPan \ static_assert(alignof(GranularSynth_SetGrainPan) == 0x000004, "Wrong alignment on GranularSynth_SetGrainPan"); \ static_assert(sizeof(GranularSynth_SetGrainPan) == 0x00000C, "Wrong size on GranularSynth_SetGrainPan"); \ static_assert(offsetof(GranularSynth_SetGrainPan, BasePan) == 0x000000, "Member 'GranularSynth_SetGrainPan::BasePan' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_SetGrainPan, PanRange) == 0x000004, "Member 'GranularSynth_SetGrainPan::PanRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetGrainPitch \ static_assert(alignof(GranularSynth_SetGrainPitch) == 0x000004, "Wrong alignment on GranularSynth_SetGrainPitch"); \ static_assert(sizeof(GranularSynth_SetGrainPitch) == 0x00000C, "Wrong size on GranularSynth_SetGrainPitch"); \ static_assert(offsetof(GranularSynth_SetGrainPitch, BasePitch) == 0x000000, "Member 'GranularSynth_SetGrainPitch::BasePitch' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_SetGrainPitch, PitchRange) == 0x000004, "Member 'GranularSynth_SetGrainPitch::PitchRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetGrainProbability \ static_assert(alignof(GranularSynth_SetGrainProbability) == 0x000004, "Wrong alignment on GranularSynth_SetGrainProbability"); \ static_assert(sizeof(GranularSynth_SetGrainProbability) == 0x000004, "Wrong size on GranularSynth_SetGrainProbability"); \ static_assert(offsetof(GranularSynth_SetGrainProbability, InGrainProbability) == 0x000000, "Member 'GranularSynth_SetGrainProbability::InGrainProbability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetGrainsPerSecond \ static_assert(alignof(GranularSynth_SetGrainsPerSecond) == 0x000004, "Wrong alignment on GranularSynth_SetGrainsPerSecond"); \ static_assert(sizeof(GranularSynth_SetGrainsPerSecond) == 0x000004, "Wrong size on GranularSynth_SetGrainsPerSecond"); \ static_assert(offsetof(GranularSynth_SetGrainsPerSecond, InGrainsPerSecond) == 0x000000, "Member 'GranularSynth_SetGrainsPerSecond::InGrainsPerSecond' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetGrainVolume \ static_assert(alignof(GranularSynth_SetGrainVolume) == 0x000004, "Wrong alignment on GranularSynth_SetGrainVolume"); \ static_assert(sizeof(GranularSynth_SetGrainVolume) == 0x00000C, "Wrong size on GranularSynth_SetGrainVolume"); \ static_assert(offsetof(GranularSynth_SetGrainVolume, BaseVolume) == 0x000000, "Member 'GranularSynth_SetGrainVolume::BaseVolume' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_SetGrainVolume, VolumeRange) == 0x000004, "Member 'GranularSynth_SetGrainVolume::VolumeRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetPlaybackSpeed \ static_assert(alignof(GranularSynth_SetPlaybackSpeed) == 0x000004, "Wrong alignment on GranularSynth_SetPlaybackSpeed"); \ static_assert(sizeof(GranularSynth_SetPlaybackSpeed) == 0x000004, "Wrong size on GranularSynth_SetPlaybackSpeed"); \ static_assert(offsetof(GranularSynth_SetPlaybackSpeed, InPlayheadRate) == 0x000000, "Member 'GranularSynth_SetPlaybackSpeed::InPlayheadRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetPlayheadTime \ static_assert(alignof(GranularSynth_SetPlayheadTime) == 0x000004, "Wrong alignment on GranularSynth_SetPlayheadTime"); \ static_assert(sizeof(GranularSynth_SetPlayheadTime) == 0x00000C, "Wrong size on GranularSynth_SetPlayheadTime"); \ static_assert(offsetof(GranularSynth_SetPlayheadTime, InPositionSec) == 0x000000, "Member 'GranularSynth_SetPlayheadTime::InPositionSec' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_SetPlayheadTime, LerpTimeSec) == 0x000004, "Member 'GranularSynth_SetPlayheadTime::LerpTimeSec' has a wrong offset!"); \ static_assert(offsetof(GranularSynth_SetPlayheadTime, SeekType) == 0x000008, "Member 'GranularSynth_SetPlayheadTime::SeekType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetReleaseTimeMsec \ static_assert(alignof(GranularSynth_SetReleaseTimeMsec) == 0x000004, "Wrong alignment on GranularSynth_SetReleaseTimeMsec"); \ static_assert(sizeof(GranularSynth_SetReleaseTimeMsec) == 0x000004, "Wrong size on GranularSynth_SetReleaseTimeMsec"); \ static_assert(offsetof(GranularSynth_SetReleaseTimeMsec, ReleaseTimeMsec) == 0x000000, "Member 'GranularSynth_SetReleaseTimeMsec::ReleaseTimeMsec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetScrubMode \ static_assert(alignof(GranularSynth_SetScrubMode) == 0x000001, "Wrong alignment on GranularSynth_SetScrubMode"); \ static_assert(sizeof(GranularSynth_SetScrubMode) == 0x000001, "Wrong size on GranularSynth_SetScrubMode"); \ static_assert(offsetof(GranularSynth_SetScrubMode, bScrubMode) == 0x000000, "Member 'GranularSynth_SetScrubMode::bScrubMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetSoundWave \ static_assert(alignof(GranularSynth_SetSoundWave) == 0x000008, "Wrong alignment on GranularSynth_SetSoundWave"); \ static_assert(sizeof(GranularSynth_SetSoundWave) == 0x000008, "Wrong size on GranularSynth_SetSoundWave"); \ static_assert(offsetof(GranularSynth_SetSoundWave, InSoundWave) == 0x000000, "Member 'GranularSynth_SetSoundWave::InSoundWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_SetSustainGain \ static_assert(alignof(GranularSynth_SetSustainGain) == 0x000004, "Wrong alignment on GranularSynth_SetSustainGain"); \ static_assert(sizeof(GranularSynth_SetSustainGain) == 0x000004, "Wrong size on GranularSynth_SetSustainGain"); \ static_assert(offsetof(GranularSynth_SetSustainGain, SustainGain) == 0x000000, "Member 'GranularSynth_SetSustainGain::SustainGain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_GetCurrentPlayheadTime \ static_assert(alignof(GranularSynth_GetCurrentPlayheadTime) == 0x000004, "Wrong alignment on GranularSynth_GetCurrentPlayheadTime"); \ static_assert(sizeof(GranularSynth_GetCurrentPlayheadTime) == 0x000004, "Wrong size on GranularSynth_GetCurrentPlayheadTime"); \ static_assert(offsetof(GranularSynth_GetCurrentPlayheadTime, ReturnValue) == 0x000000, "Member 'GranularSynth_GetCurrentPlayheadTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_GetSampleDuration \ static_assert(alignof(GranularSynth_GetSampleDuration) == 0x000004, "Wrong alignment on GranularSynth_GetSampleDuration"); \ static_assert(sizeof(GranularSynth_GetSampleDuration) == 0x000004, "Wrong size on GranularSynth_GetSampleDuration"); \ static_assert(offsetof(GranularSynth_GetSampleDuration, ReturnValue) == 0x000000, "Member 'GranularSynth_GetSampleDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GranularSynth_IsLoaded \ static_assert(alignof(GranularSynth_IsLoaded) == 0x000001, "Wrong alignment on GranularSynth_IsLoaded"); \ static_assert(sizeof(GranularSynth_IsLoaded) == 0x000001, "Wrong size on GranularSynth_IsLoaded"); \ static_assert(offsetof(GranularSynth_IsLoaded, ReturnValue) == 0x000000, "Member 'GranularSynth_IsLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGranularSynth \ static_assert(alignof(UGranularSynth) == 0x000010, "Wrong alignment on UGranularSynth"); \ static_assert(sizeof(UGranularSynth) == 0x000AA0, "Wrong size on UGranularSynth"); \ static_assert(offsetof(UGranularSynth, GranulatedSoundWave) == 0x0006E0, "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) == 0x000E20, "Wrong size on USynthComponentMonoWaveTable"); \ static_assert(offsetof(USynthComponentMonoWaveTable, OnTableAltered) == 0x0006E0, "Member 'USynthComponentMonoWaveTable::OnTableAltered' has a wrong offset!"); \ static_assert(offsetof(USynthComponentMonoWaveTable, OnNumTablesChanged) == 0x0006F0, "Member 'USynthComponentMonoWaveTable::OnNumTablesChanged' has a wrong offset!"); \ static_assert(offsetof(USynthComponentMonoWaveTable, CurrentPreset) == 0x000700, "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) == 0x000700, "Wrong size on USynthComponentToneGenerator"); \ static_assert(offsetof(USynthComponentToneGenerator, Frequency) == 0x0006E0, "Member 'USynthComponentToneGenerator::Frequency' has a wrong offset!"); \ static_assert(offsetof(USynthComponentToneGenerator, Volume) == 0x0006E4, "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) == 0x000810, "Wrong size on USynthSamplePlayer"); \ static_assert(offsetof(USynthSamplePlayer, SoundWave) == 0x0006E0, "Member 'USynthSamplePlayer::SoundWave' has a wrong offset!"); \ static_assert(offsetof(USynthSamplePlayer, OnSampleLoaded) == 0x0006E8, "Member 'USynthSamplePlayer::OnSampleLoaded' has a wrong offset!"); \ static_assert(offsetof(USynthSamplePlayer, OnSamplePlaybackProgress) == 0x0006F8, "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_FRCPropertyContainerKey \ static_assert(alignof(FRCPropertyContainerKey) == 0x000004, "Wrong alignment on FRCPropertyContainerKey"); \ static_assert(sizeof(FRCPropertyContainerKey) == 0x000008, "Wrong size on FRCPropertyContainerKey"); \ static_assert(offsetof(FRCPropertyContainerKey, ValueTypeName) == 0x000000, "Member 'FRCPropertyContainerKey::ValueTypeName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URCPropertyContainerBase \ static_assert(alignof(URCPropertyContainerBase) == 0x000008, "Wrong alignment on URCPropertyContainerBase"); \ static_assert(sizeof(URCPropertyContainerBase) == 0x000050, "Wrong size on URCPropertyContainerBase"); \ #define DUMPER7_ASSERTS_URCPropertyContainerRegistry \ static_assert(alignof(URCPropertyContainerRegistry) == 0x000008, "Wrong alignment on URCPropertyContainerRegistry"); \ static_assert(sizeof(URCPropertyContainerRegistry) == 0x000080, "Wrong size on URCPropertyContainerRegistry"); \ static_assert(offsetof(URCPropertyContainerRegistry, CachedContainerClasses) == 0x000030, "Member 'URCPropertyContainerRegistry::CachedContainerClasses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPropertyContainerTestObject \ static_assert(alignof(UPropertyContainerTestObject) == 0x000008, "Wrong alignment on UPropertyContainerTestObject"); \ static_assert(sizeof(UPropertyContainerTestObject) == 0x0000A0, "Wrong size on UPropertyContainerTestObject"); \ static_assert(offsetof(UPropertyContainerTestObject, bSomeBool) == 0x000028, "Member 'UPropertyContainerTestObject::bSomeBool' has a wrong offset!"); \ static_assert(offsetof(UPropertyContainerTestObject, SomeUInt32) == 0x00002C, "Member 'UPropertyContainerTestObject::SomeUInt32' has a wrong offset!"); \ static_assert(offsetof(UPropertyContainerTestObject, SomeFloat) == 0x000030, "Member 'UPropertyContainerTestObject::SomeFloat' has a wrong offset!"); \ static_assert(offsetof(UPropertyContainerTestObject, SomeVector) == 0x000034, "Member 'UPropertyContainerTestObject::SomeVector' has a wrong offset!"); \ static_assert(offsetof(UPropertyContainerTestObject, SomeRotator) == 0x000040, "Member 'UPropertyContainerTestObject::SomeRotator' has a wrong offset!"); \ static_assert(offsetof(UPropertyContainerTestObject, SomeClampedInt) == 0x00004C, "Member 'UPropertyContainerTestObject::SomeClampedInt' has a wrong offset!"); \ static_assert(offsetof(UPropertyContainerTestObject, SomeClampedInt2) == 0x000050, "Member 'UPropertyContainerTestObject::SomeClampedInt2' has a wrong offset!"); \ static_assert(offsetof(UPropertyContainerTestObject, SomeUIClampedInt) == 0x000054, "Member 'UPropertyContainerTestObject::SomeUIClampedInt' has a wrong offset!"); \ static_assert(offsetof(UPropertyContainerTestObject, SomeClampedFloat) == 0x000058, "Member 'UPropertyContainerTestObject::SomeClampedFloat' has a wrong offset!"); \ static_assert(offsetof(UPropertyContainerTestObject, SomeUIClampedFloat) == 0x00005C, "Member 'UPropertyContainerTestObject::SomeUIClampedFloat' has a wrong offset!"); \ static_assert(offsetof(UPropertyContainerTestObject, SomeClampedFloat2) == 0x000060, "Member 'UPropertyContainerTestObject::SomeClampedFloat2' has a wrong offset!"); \ static_assert(offsetof(UPropertyContainerTestObject, SomeString) == 0x000068, "Member 'UPropertyContainerTestObject::SomeString' has a wrong offset!"); \ static_assert(offsetof(UPropertyContainerTestObject, SomeText) == 0x000078, "Member 'UPropertyContainerTestObject::SomeText' has a wrong offset!"); \ static_assert(offsetof(UPropertyContainerTestObject, SomeFloatArray) == 0x000090, "Member 'UPropertyContainerTestObject::SomeFloatArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URemoteControlSettings \ static_assert(alignof(URemoteControlSettings) == 0x000008, "Wrong alignment on URemoteControlSettings"); \ static_assert(sizeof(URemoteControlSettings) == 0x000058, "Wrong size on URemoteControlSettings"); \ static_assert(offsetof(URemoteControlSettings, bProtocolsGenerateTransactions) == 0x000038, "Member 'URemoteControlSettings::bProtocolsGenerateTransactions' has a wrong offset!"); \ static_assert(offsetof(URemoteControlSettings, RemoteControlWebInterfacePort) == 0x00003C, "Member 'URemoteControlSettings::RemoteControlWebInterfacePort' has a wrong offset!"); \ static_assert(offsetof(URemoteControlSettings, bForceWebAppBuildAtStartup) == 0x000040, "Member 'URemoteControlSettings::bForceWebAppBuildAtStartup' has a wrong offset!"); \ static_assert(offsetof(URemoteControlSettings, bAutoStartWebServer) == 0x000041, "Member 'URemoteControlSettings::bAutoStartWebServer' has a wrong offset!"); \ static_assert(offsetof(URemoteControlSettings, bAutoStartWebSocketServer) == 0x000042, "Member 'URemoteControlSettings::bAutoStartWebSocketServer' has a wrong offset!"); \ static_assert(offsetof(URemoteControlSettings, RemoteControlHttpServerPort) == 0x000044, "Member 'URemoteControlSettings::RemoteControlHttpServerPort' has a wrong offset!"); \ static_assert(offsetof(URemoteControlSettings, RemoteControlWebSocketServerPort) == 0x000048, "Member 'URemoteControlSettings::RemoteControlWebSocketServerPort' has a wrong offset!"); \ static_assert(offsetof(URemoteControlSettings, bDisplayInEditorOnlyWarnings) == 0x00004C, "Member 'URemoteControlSettings::bDisplayInEditorOnlyWarnings' has a wrong offset!"); \ static_assert(offsetof(URemoteControlSettings, TreeBindingSplitRatio) == 0x000050, "Member 'URemoteControlSettings::TreeBindingSplitRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWebSocketConnection \ static_assert(alignof(UWebSocketConnection) == 0x000008, "Wrong alignment on UWebSocketConnection"); \ static_assert(sizeof(UWebSocketConnection) == 0x001BB8, "Wrong size on UWebSocketConnection"); \ #define DUMPER7_ASSERTS_UWebSocketNetDriver \ static_assert(alignof(UWebSocketNetDriver) == 0x000008, "Wrong alignment on UWebSocketNetDriver"); \ static_assert(sizeof(UWebSocketNetDriver) == 0x000770, "Wrong size on UWebSocketNetDriver"); \ static_assert(offsetof(UWebSocketNetDriver, WebSocketPort) == 0x000760, "Member 'UWebSocketNetDriver::WebSocketPort' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SocialReasoning_C \ static_assert(alignof(ABP_SocialReasoning_C) == 0x000008, "Wrong alignment on ABP_SocialReasoning_C"); \ static_assert(sizeof(ABP_SocialReasoning_C) == 0x000540, "Wrong size on ABP_SocialReasoning_C"); \ static_assert(offsetof(ABP_SocialReasoning_C, StationArchitect) == 0x000530, "Member 'ABP_SocialReasoning_C::StationArchitect' has a wrong offset!"); \ static_assert(offsetof(ABP_SocialReasoning_C, DefaultSceneRoot) == 0x000538, "Member 'ABP_SocialReasoning_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGfeSDKCreateResponse \ static_assert(alignof(FGfeSDKCreateResponse) == 0x000008, "Wrong alignment on FGfeSDKCreateResponse"); \ static_assert(sizeof(FGfeSDKCreateResponse) == 0x000068, "Wrong size on FGfeSDKCreateResponse"); \ static_assert(offsetof(FGfeSDKCreateResponse, VersionMajor) == 0x000000, "Member 'FGfeSDKCreateResponse::VersionMajor' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKCreateResponse, VersionMinor) == 0x000002, "Member 'FGfeSDKCreateResponse::VersionMinor' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKCreateResponse, NVIDIAGfeVersion) == 0x000008, "Member 'FGfeSDKCreateResponse::NVIDIAGfeVersion' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKCreateResponse, ScopePermissions) == 0x000018, "Member 'FGfeSDKCreateResponse::ScopePermissions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGfeSDKHighlightVideoParams \ static_assert(alignof(FGfeSDKHighlightVideoParams) == 0x000008, "Wrong alignment on FGfeSDKHighlightVideoParams"); \ static_assert(sizeof(FGfeSDKHighlightVideoParams) == 0x000028, "Wrong size on FGfeSDKHighlightVideoParams"); \ static_assert(offsetof(FGfeSDKHighlightVideoParams, GroupId) == 0x000000, "Member 'FGfeSDKHighlightVideoParams::GroupId' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKHighlightVideoParams, HighlightId) == 0x000010, "Member 'FGfeSDKHighlightVideoParams::HighlightId' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKHighlightVideoParams, StartDelta) == 0x000020, "Member 'FGfeSDKHighlightVideoParams::StartDelta' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKHighlightVideoParams, EndDelta) == 0x000024, "Member 'FGfeSDKHighlightVideoParams::EndDelta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGfeSDKHighlightGroupView \ static_assert(alignof(FGfeSDKHighlightGroupView) == 0x000008, "Wrong alignment on FGfeSDKHighlightGroupView"); \ static_assert(sizeof(FGfeSDKHighlightGroupView) == 0x000018, "Wrong size on FGfeSDKHighlightGroupView"); \ static_assert(offsetof(FGfeSDKHighlightGroupView, GroupId) == 0x000000, "Member 'FGfeSDKHighlightGroupView::GroupId' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKHighlightGroupView, TagsFilter) == 0x000010, "Member 'FGfeSDKHighlightGroupView::TagsFilter' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKHighlightGroupView, SignificanceFilter) == 0x000011, "Member 'FGfeSDKHighlightGroupView::SignificanceFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGfeSDKHighlightSummaryParams \ static_assert(alignof(FGfeSDKHighlightSummaryParams) == 0x000008, "Wrong alignment on FGfeSDKHighlightSummaryParams"); \ static_assert(sizeof(FGfeSDKHighlightSummaryParams) == 0x000010, "Wrong size on FGfeSDKHighlightSummaryParams"); \ static_assert(offsetof(FGfeSDKHighlightSummaryParams, GroupViews) == 0x000000, "Member 'FGfeSDKHighlightSummaryParams::GroupViews' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGfeSDKHighlightScreenshotParams \ static_assert(alignof(FGfeSDKHighlightScreenshotParams) == 0x000008, "Wrong alignment on FGfeSDKHighlightScreenshotParams"); \ static_assert(sizeof(FGfeSDKHighlightScreenshotParams) == 0x000020, "Wrong size on FGfeSDKHighlightScreenshotParams"); \ static_assert(offsetof(FGfeSDKHighlightScreenshotParams, GroupId) == 0x000000, "Member 'FGfeSDKHighlightScreenshotParams::GroupId' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKHighlightScreenshotParams, HighlightId) == 0x000010, "Member 'FGfeSDKHighlightScreenshotParams::HighlightId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGfeSDKHighlightCloseGroupParams \ static_assert(alignof(FGfeSDKHighlightCloseGroupParams) == 0x000008, "Wrong alignment on FGfeSDKHighlightCloseGroupParams"); \ static_assert(sizeof(FGfeSDKHighlightCloseGroupParams) == 0x000018, "Wrong size on FGfeSDKHighlightCloseGroupParams"); \ static_assert(offsetof(FGfeSDKHighlightCloseGroupParams, GroupId) == 0x000000, "Member 'FGfeSDKHighlightCloseGroupParams::GroupId' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKHighlightCloseGroupParams, DestroyHighlights) == 0x000010, "Member 'FGfeSDKHighlightCloseGroupParams::DestroyHighlights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGfeSDKHighlightOpenGroupParams \ static_assert(alignof(FGfeSDKHighlightOpenGroupParams) == 0x000008, "Wrong alignment on FGfeSDKHighlightOpenGroupParams"); \ static_assert(sizeof(FGfeSDKHighlightOpenGroupParams) == 0x000060, "Wrong size on FGfeSDKHighlightOpenGroupParams"); \ static_assert(offsetof(FGfeSDKHighlightOpenGroupParams, GroupId) == 0x000000, "Member 'FGfeSDKHighlightOpenGroupParams::GroupId' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKHighlightOpenGroupParams, GroupDescriptionTranslationTable) == 0x000010, "Member 'FGfeSDKHighlightOpenGroupParams::GroupDescriptionTranslationTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGfeSDKPermissionsChangedData \ static_assert(alignof(FGfeSDKPermissionsChangedData) == 0x000008, "Wrong alignment on FGfeSDKPermissionsChangedData"); \ static_assert(sizeof(FGfeSDKPermissionsChangedData) == 0x000050, "Wrong size on FGfeSDKPermissionsChangedData"); \ static_assert(offsetof(FGfeSDKPermissionsChangedData, ScopePermissions) == 0x000000, "Member 'FGfeSDKPermissionsChangedData::ScopePermissions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGfeSDKRequestPermissionsParams \ static_assert(alignof(FGfeSDKRequestPermissionsParams) == 0x000008, "Wrong alignment on FGfeSDKRequestPermissionsParams"); \ static_assert(sizeof(FGfeSDKRequestPermissionsParams) == 0x000010, "Wrong size on FGfeSDKRequestPermissionsParams"); \ static_assert(offsetof(FGfeSDKRequestPermissionsParams, Scopes) == 0x000000, "Member 'FGfeSDKRequestPermissionsParams::Scopes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGfeSDKHighlightDefinition \ static_assert(alignof(FGfeSDKHighlightDefinition) == 0x000008, "Wrong alignment on FGfeSDKHighlightDefinition"); \ static_assert(sizeof(FGfeSDKHighlightDefinition) == 0x000068, "Wrong size on FGfeSDKHighlightDefinition"); \ static_assert(offsetof(FGfeSDKHighlightDefinition, ID) == 0x000000, "Member 'FGfeSDKHighlightDefinition::ID' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKHighlightDefinition, UserDefaultInterest) == 0x000010, "Member 'FGfeSDKHighlightDefinition::UserDefaultInterest' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKHighlightDefinition, HighlightTags) == 0x000011, "Member 'FGfeSDKHighlightDefinition::HighlightTags' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKHighlightDefinition, Significance) == 0x000012, "Member 'FGfeSDKHighlightDefinition::Significance' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKHighlightDefinition, NameTranslationTable) == 0x000018, "Member 'FGfeSDKHighlightDefinition::NameTranslationTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGfeSDKHighlightConfigParams \ static_assert(alignof(FGfeSDKHighlightConfigParams) == 0x000008, "Wrong alignment on FGfeSDKHighlightConfigParams"); \ static_assert(sizeof(FGfeSDKHighlightConfigParams) == 0x000020, "Wrong size on FGfeSDKHighlightConfigParams"); \ static_assert(offsetof(FGfeSDKHighlightConfigParams, HighlightDefinitions) == 0x000000, "Member 'FGfeSDKHighlightConfigParams::HighlightDefinitions' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKHighlightConfigParams, DefaultLocale) == 0x000010, "Member 'FGfeSDKHighlightConfigParams::DefaultLocale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGfeSDKCreateInputParams \ static_assert(alignof(FGfeSDKCreateInputParams) == 0x000008, "Wrong alignment on FGfeSDKCreateInputParams"); \ static_assert(sizeof(FGfeSDKCreateInputParams) == 0x000028, "Wrong size on FGfeSDKCreateInputParams"); \ static_assert(offsetof(FGfeSDKCreateInputParams, AppName) == 0x000000, "Member 'FGfeSDKCreateInputParams::AppName' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKCreateInputParams, RequiredScopes) == 0x000010, "Member 'FGfeSDKCreateInputParams::RequiredScopes' has a wrong offset!"); \ static_assert(offsetof(FGfeSDKCreateInputParams, PollForCallbacks) == 0x000020, "Member 'FGfeSDKCreateInputParams::PollForCallbacks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HighlightsFunctionLibrary_ChekIfHighlightsAvailable \ static_assert(alignof(HighlightsFunctionLibrary_ChekIfHighlightsAvailable) == 0x000008, "Wrong alignment on HighlightsFunctionLibrary_ChekIfHighlightsAvailable"); \ static_assert(sizeof(HighlightsFunctionLibrary_ChekIfHighlightsAvailable) == 0x000070, "Wrong size on HighlightsFunctionLibrary_ChekIfHighlightsAvailable"); \ static_assert(offsetof(HighlightsFunctionLibrary_ChekIfHighlightsAvailable, InitProperties) == 0x000000, "Member 'HighlightsFunctionLibrary_ChekIfHighlightsAvailable::InitProperties' has a wrong offset!"); \ static_assert(offsetof(HighlightsFunctionLibrary_ChekIfHighlightsAvailable, VideoGranted) == 0x000068, "Member 'HighlightsFunctionLibrary_ChekIfHighlightsAvailable::VideoGranted' has a wrong offset!"); \ static_assert(offsetof(HighlightsFunctionLibrary_ChekIfHighlightsAvailable, ScreenshotsGranted) == 0x000069, "Member 'HighlightsFunctionLibrary_ChekIfHighlightsAvailable::ScreenshotsGranted' has a wrong offset!"); \ static_assert(offsetof(HighlightsFunctionLibrary_ChekIfHighlightsAvailable, Video) == 0x00006A, "Member 'HighlightsFunctionLibrary_ChekIfHighlightsAvailable::Video' has a wrong offset!"); \ static_assert(offsetof(HighlightsFunctionLibrary_ChekIfHighlightsAvailable, screenshots) == 0x00006B, "Member 'HighlightsFunctionLibrary_ChekIfHighlightsAvailable::screenshots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHighlightsFunctionLibrary \ static_assert(alignof(UHighlightsFunctionLibrary) == 0x000008, "Wrong alignment on UHighlightsFunctionLibrary"); \ static_assert(sizeof(UHighlightsFunctionLibrary) == 0x000028, "Wrong size on UHighlightsFunctionLibrary"); \ #define DUMPER7_ASSERTS_InitHighlights_InitHighlights \ static_assert(alignof(InitHighlights_InitHighlights) == 0x000008, "Wrong alignment on InitHighlights_InitHighlights"); \ static_assert(sizeof(InitHighlights_InitHighlights) == 0x000028, "Wrong size on InitHighlights_InitHighlights"); \ static_assert(offsetof(InitHighlights_InitHighlights, WorldContextObject) == 0x000000, "Member 'InitHighlights_InitHighlights::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(InitHighlights_InitHighlights, InGameName) == 0x000008, "Member 'InitHighlights_InitHighlights::InGameName' has a wrong offset!"); \ static_assert(offsetof(InitHighlights_InitHighlights, Video) == 0x000018, "Member 'InitHighlights_InitHighlights::Video' has a wrong offset!"); \ static_assert(offsetof(InitHighlights_InitHighlights, screenshots) == 0x000019, "Member 'InitHighlights_InitHighlights::screenshots' has a wrong offset!"); \ static_assert(offsetof(InitHighlights_InitHighlights, ReturnValue) == 0x000020, "Member 'InitHighlights_InitHighlights::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInitHighlights \ static_assert(alignof(UInitHighlights) == 0x000008, "Wrong alignment on UInitHighlights"); \ static_assert(sizeof(UInitHighlights) == 0x000100, "Wrong size on UInitHighlights"); \ static_assert(offsetof(UInitHighlights, OnSuccess) == 0x000030, "Member 'UInitHighlights::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UInitHighlights, OnFailure) == 0x000040, "Member 'UInitHighlights::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HighlightsConfigureAsync_HighlightsConfigure \ static_assert(alignof(HighlightsConfigureAsync_HighlightsConfigure) == 0x000008, "Wrong alignment on HighlightsConfigureAsync_HighlightsConfigure"); \ static_assert(sizeof(HighlightsConfigureAsync_HighlightsConfigure) == 0x000030, "Wrong size on HighlightsConfigureAsync_HighlightsConfigure"); \ static_assert(offsetof(HighlightsConfigureAsync_HighlightsConfigure, WorldContextObject) == 0x000000, "Member 'HighlightsConfigureAsync_HighlightsConfigure::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(HighlightsConfigureAsync_HighlightsConfigure, ConfigParams) == 0x000008, "Member 'HighlightsConfigureAsync_HighlightsConfigure::ConfigParams' has a wrong offset!"); \ static_assert(offsetof(HighlightsConfigureAsync_HighlightsConfigure, ReturnValue) == 0x000028, "Member 'HighlightsConfigureAsync_HighlightsConfigure::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHighlightsConfigureAsync \ static_assert(alignof(UHighlightsConfigureAsync) == 0x000008, "Wrong alignment on UHighlightsConfigureAsync"); \ static_assert(sizeof(UHighlightsConfigureAsync) == 0x000078, "Wrong size on UHighlightsConfigureAsync"); \ static_assert(offsetof(UHighlightsConfigureAsync, OnSuccess) == 0x000030, "Member 'UHighlightsConfigureAsync::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UHighlightsConfigureAsync, OnFailure) == 0x000040, "Member 'UHighlightsConfigureAsync::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HighlightsOpenGroupAsync_HighlightsOpenGroup \ static_assert(alignof(HighlightsOpenGroupAsync_HighlightsOpenGroup) == 0x000008, "Wrong alignment on HighlightsOpenGroupAsync_HighlightsOpenGroup"); \ static_assert(sizeof(HighlightsOpenGroupAsync_HighlightsOpenGroup) == 0x000070, "Wrong size on HighlightsOpenGroupAsync_HighlightsOpenGroup"); \ static_assert(offsetof(HighlightsOpenGroupAsync_HighlightsOpenGroup, WorldContextObject) == 0x000000, "Member 'HighlightsOpenGroupAsync_HighlightsOpenGroup::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(HighlightsOpenGroupAsync_HighlightsOpenGroup, Params_0) == 0x000008, "Member 'HighlightsOpenGroupAsync_HighlightsOpenGroup::Params_0' has a wrong offset!"); \ static_assert(offsetof(HighlightsOpenGroupAsync_HighlightsOpenGroup, ReturnValue) == 0x000068, "Member 'HighlightsOpenGroupAsync_HighlightsOpenGroup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHighlightsOpenGroupAsync \ static_assert(alignof(UHighlightsOpenGroupAsync) == 0x000008, "Wrong alignment on UHighlightsOpenGroupAsync"); \ static_assert(sizeof(UHighlightsOpenGroupAsync) == 0x0000B8, "Wrong size on UHighlightsOpenGroupAsync"); \ static_assert(offsetof(UHighlightsOpenGroupAsync, OnSuccess) == 0x000030, "Member 'UHighlightsOpenGroupAsync::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UHighlightsOpenGroupAsync, OnFailure) == 0x000040, "Member 'UHighlightsOpenGroupAsync::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HighlightsCloseGroupAsync_HighlightsCloseGroup \ static_assert(alignof(HighlightsCloseGroupAsync_HighlightsCloseGroup) == 0x000008, "Wrong alignment on HighlightsCloseGroupAsync_HighlightsCloseGroup"); \ static_assert(sizeof(HighlightsCloseGroupAsync_HighlightsCloseGroup) == 0x000028, "Wrong size on HighlightsCloseGroupAsync_HighlightsCloseGroup"); \ static_assert(offsetof(HighlightsCloseGroupAsync_HighlightsCloseGroup, WorldContextObject) == 0x000000, "Member 'HighlightsCloseGroupAsync_HighlightsCloseGroup::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(HighlightsCloseGroupAsync_HighlightsCloseGroup, GroupId) == 0x000008, "Member 'HighlightsCloseGroupAsync_HighlightsCloseGroup::GroupId' has a wrong offset!"); \ static_assert(offsetof(HighlightsCloseGroupAsync_HighlightsCloseGroup, DestroyHighlights) == 0x000018, "Member 'HighlightsCloseGroupAsync_HighlightsCloseGroup::DestroyHighlights' has a wrong offset!"); \ static_assert(offsetof(HighlightsCloseGroupAsync_HighlightsCloseGroup, ReturnValue) == 0x000020, "Member 'HighlightsCloseGroupAsync_HighlightsCloseGroup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHighlightsCloseGroupAsync \ static_assert(alignof(UHighlightsCloseGroupAsync) == 0x000008, "Wrong alignment on UHighlightsCloseGroupAsync"); \ static_assert(sizeof(UHighlightsCloseGroupAsync) == 0x000070, "Wrong size on UHighlightsCloseGroupAsync"); \ static_assert(offsetof(UHighlightsCloseGroupAsync, OnSuccess) == 0x000030, "Member 'UHighlightsCloseGroupAsync::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UHighlightsCloseGroupAsync, OnFailure) == 0x000040, "Member 'UHighlightsCloseGroupAsync::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HighlightsSetScreenshotAsync_HighlightsSetScreenshot \ static_assert(alignof(HighlightsSetScreenshotAsync_HighlightsSetScreenshot) == 0x000008, "Wrong alignment on HighlightsSetScreenshotAsync_HighlightsSetScreenshot"); \ static_assert(sizeof(HighlightsSetScreenshotAsync_HighlightsSetScreenshot) == 0x000030, "Wrong size on HighlightsSetScreenshotAsync_HighlightsSetScreenshot"); \ static_assert(offsetof(HighlightsSetScreenshotAsync_HighlightsSetScreenshot, WorldContextObject) == 0x000000, "Member 'HighlightsSetScreenshotAsync_HighlightsSetScreenshot::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(HighlightsSetScreenshotAsync_HighlightsSetScreenshot, GroupId) == 0x000008, "Member 'HighlightsSetScreenshotAsync_HighlightsSetScreenshot::GroupId' has a wrong offset!"); \ static_assert(offsetof(HighlightsSetScreenshotAsync_HighlightsSetScreenshot, HighlightId) == 0x000018, "Member 'HighlightsSetScreenshotAsync_HighlightsSetScreenshot::HighlightId' has a wrong offset!"); \ static_assert(offsetof(HighlightsSetScreenshotAsync_HighlightsSetScreenshot, ReturnValue) == 0x000028, "Member 'HighlightsSetScreenshotAsync_HighlightsSetScreenshot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHighlightsSetScreenshotAsync \ static_assert(alignof(UHighlightsSetScreenshotAsync) == 0x000008, "Wrong alignment on UHighlightsSetScreenshotAsync"); \ static_assert(sizeof(UHighlightsSetScreenshotAsync) == 0x000078, "Wrong size on UHighlightsSetScreenshotAsync"); \ static_assert(offsetof(UHighlightsSetScreenshotAsync, OnSuccess) == 0x000030, "Member 'UHighlightsSetScreenshotAsync::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UHighlightsSetScreenshotAsync, OnFailure) == 0x000040, "Member 'UHighlightsSetScreenshotAsync::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HighlightsSetVideoAsync_HighlightsSetVideo \ static_assert(alignof(HighlightsSetVideoAsync_HighlightsSetVideo) == 0x000008, "Wrong alignment on HighlightsSetVideoAsync_HighlightsSetVideo"); \ static_assert(sizeof(HighlightsSetVideoAsync_HighlightsSetVideo) == 0x000038, "Wrong size on HighlightsSetVideoAsync_HighlightsSetVideo"); \ static_assert(offsetof(HighlightsSetVideoAsync_HighlightsSetVideo, WorldContextObject) == 0x000000, "Member 'HighlightsSetVideoAsync_HighlightsSetVideo::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(HighlightsSetVideoAsync_HighlightsSetVideo, GroupId) == 0x000008, "Member 'HighlightsSetVideoAsync_HighlightsSetVideo::GroupId' has a wrong offset!"); \ static_assert(offsetof(HighlightsSetVideoAsync_HighlightsSetVideo, HighlightId) == 0x000018, "Member 'HighlightsSetVideoAsync_HighlightsSetVideo::HighlightId' has a wrong offset!"); \ static_assert(offsetof(HighlightsSetVideoAsync_HighlightsSetVideo, StartDelta) == 0x000028, "Member 'HighlightsSetVideoAsync_HighlightsSetVideo::StartDelta' has a wrong offset!"); \ static_assert(offsetof(HighlightsSetVideoAsync_HighlightsSetVideo, EndDelta) == 0x00002C, "Member 'HighlightsSetVideoAsync_HighlightsSetVideo::EndDelta' has a wrong offset!"); \ static_assert(offsetof(HighlightsSetVideoAsync_HighlightsSetVideo, ReturnValue) == 0x000030, "Member 'HighlightsSetVideoAsync_HighlightsSetVideo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHighlightsSetVideoAsync \ static_assert(alignof(UHighlightsSetVideoAsync) == 0x000008, "Wrong alignment on UHighlightsSetVideoAsync"); \ static_assert(sizeof(UHighlightsSetVideoAsync) == 0x000080, "Wrong size on UHighlightsSetVideoAsync"); \ static_assert(offsetof(UHighlightsSetVideoAsync, OnSuccess) == 0x000030, "Member 'UHighlightsSetVideoAsync::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UHighlightsSetVideoAsync, OnFailure) == 0x000040, "Member 'UHighlightsSetVideoAsync::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HighlightsSummaryAsync_HighlightsOpenSummary \ static_assert(alignof(HighlightsSummaryAsync_HighlightsOpenSummary) == 0x000008, "Wrong alignment on HighlightsSummaryAsync_HighlightsOpenSummary"); \ static_assert(sizeof(HighlightsSummaryAsync_HighlightsOpenSummary) == 0x000020, "Wrong size on HighlightsSummaryAsync_HighlightsOpenSummary"); \ static_assert(offsetof(HighlightsSummaryAsync_HighlightsOpenSummary, WorldContextObject) == 0x000000, "Member 'HighlightsSummaryAsync_HighlightsOpenSummary::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(HighlightsSummaryAsync_HighlightsOpenSummary, Params_0) == 0x000008, "Member 'HighlightsSummaryAsync_HighlightsOpenSummary::Params_0' has a wrong offset!"); \ static_assert(offsetof(HighlightsSummaryAsync_HighlightsOpenSummary, ReturnValue) == 0x000018, "Member 'HighlightsSummaryAsync_HighlightsOpenSummary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHighlightsSummaryAsync \ static_assert(alignof(UHighlightsSummaryAsync) == 0x000008, "Wrong alignment on UHighlightsSummaryAsync"); \ static_assert(sizeof(UHighlightsSummaryAsync) == 0x000068, "Wrong size on UHighlightsSummaryAsync"); \ static_assert(offsetof(UHighlightsSummaryAsync, OnSuccess) == 0x000030, "Member 'UHighlightsSummaryAsync::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UHighlightsSummaryAsync, OnFailure) == 0x000040, "Member 'UHighlightsSummaryAsync::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HighlightsGetNumberAsync_HighlightsGetNumberOfHighlights \ static_assert(alignof(HighlightsGetNumberAsync_HighlightsGetNumberOfHighlights) == 0x000008, "Wrong alignment on HighlightsGetNumberAsync_HighlightsGetNumberOfHighlights"); \ static_assert(sizeof(HighlightsGetNumberAsync_HighlightsGetNumberOfHighlights) == 0x000028, "Wrong size on HighlightsGetNumberAsync_HighlightsGetNumberOfHighlights"); \ static_assert(offsetof(HighlightsGetNumberAsync_HighlightsGetNumberOfHighlights, WorldContextObject) == 0x000000, "Member 'HighlightsGetNumberAsync_HighlightsGetNumberOfHighlights::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(HighlightsGetNumberAsync_HighlightsGetNumberOfHighlights, GroupId) == 0x000008, "Member 'HighlightsGetNumberAsync_HighlightsGetNumberOfHighlights::GroupId' has a wrong offset!"); \ static_assert(offsetof(HighlightsGetNumberAsync_HighlightsGetNumberOfHighlights, TagFilter) == 0x000018, "Member 'HighlightsGetNumberAsync_HighlightsGetNumberOfHighlights::TagFilter' has a wrong offset!"); \ static_assert(offsetof(HighlightsGetNumberAsync_HighlightsGetNumberOfHighlights, SignificanceFilter) == 0x000019, "Member 'HighlightsGetNumberAsync_HighlightsGetNumberOfHighlights::SignificanceFilter' has a wrong offset!"); \ static_assert(offsetof(HighlightsGetNumberAsync_HighlightsGetNumberOfHighlights, ReturnValue) == 0x000020, "Member 'HighlightsGetNumberAsync_HighlightsGetNumberOfHighlights::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHighlightsGetNumberAsync \ static_assert(alignof(UHighlightsGetNumberAsync) == 0x000008, "Wrong alignment on UHighlightsGetNumberAsync"); \ static_assert(sizeof(UHighlightsGetNumberAsync) == 0x000070, "Wrong size on UHighlightsGetNumberAsync"); \ static_assert(offsetof(UHighlightsGetNumberAsync, OnSuccess) == 0x000030, "Member 'UHighlightsGetNumberAsync::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UHighlightsGetNumberAsync, OnFailure) == 0x000040, "Member 'UHighlightsGetNumberAsync::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RequestPermissionsAsync_GFERequestPermissions \ static_assert(alignof(RequestPermissionsAsync_GFERequestPermissions) == 0x000008, "Wrong alignment on RequestPermissionsAsync_GFERequestPermissions"); \ static_assert(sizeof(RequestPermissionsAsync_GFERequestPermissions) == 0x000018, "Wrong size on RequestPermissionsAsync_GFERequestPermissions"); \ static_assert(offsetof(RequestPermissionsAsync_GFERequestPermissions, WorldContextObject) == 0x000000, "Member 'RequestPermissionsAsync_GFERequestPermissions::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RequestPermissionsAsync_GFERequestPermissions, Video) == 0x000008, "Member 'RequestPermissionsAsync_GFERequestPermissions::Video' has a wrong offset!"); \ static_assert(offsetof(RequestPermissionsAsync_GFERequestPermissions, screenshots) == 0x000009, "Member 'RequestPermissionsAsync_GFERequestPermissions::screenshots' has a wrong offset!"); \ static_assert(offsetof(RequestPermissionsAsync_GFERequestPermissions, ReturnValue) == 0x000010, "Member 'RequestPermissionsAsync_GFERequestPermissions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URequestPermissionsAsync \ static_assert(alignof(URequestPermissionsAsync) == 0x000008, "Wrong alignment on URequestPermissionsAsync"); \ static_assert(sizeof(URequestPermissionsAsync) == 0x000068, "Wrong size on URequestPermissionsAsync"); \ static_assert(offsetof(URequestPermissionsAsync, OnSuccess) == 0x000030, "Member 'URequestPermissionsAsync::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(URequestPermissionsAsync, OnFailure) == 0x000040, "Member 'URequestPermissionsAsync::OnFailure' 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_UBP_MoveToRagdollCOM_Biped_C \ static_assert(alignof(UBP_MoveToRagdollCOM_Biped_C) == 0x000008, "Wrong alignment on UBP_MoveToRagdollCOM_Biped_C"); \ static_assert(sizeof(UBP_MoveToRagdollCOM_Biped_C) == 0x0001D8, "Wrong size on UBP_MoveToRagdollCOM_Biped_C"); \ #define DUMPER7_ASSERTS_UDLSSOverrideSettings \ static_assert(alignof(UDLSSOverrideSettings) == 0x000008, "Wrong alignment on UDLSSOverrideSettings"); \ static_assert(sizeof(UDLSSOverrideSettings) == 0x000030, "Wrong size on UDLSSOverrideSettings"); \ static_assert(offsetof(UDLSSOverrideSettings, EnableDLSSInEditorViewportsOverride) == 0x000028, "Member 'UDLSSOverrideSettings::EnableDLSSInEditorViewportsOverride' has a wrong offset!"); \ static_assert(offsetof(UDLSSOverrideSettings, EnableScreenpercentageManipulationInDLSSEditorViewportsOverride) == 0x000029, "Member 'UDLSSOverrideSettings::EnableScreenpercentageManipulationInDLSSEditorViewportsOverride' has a wrong offset!"); \ static_assert(offsetof(UDLSSOverrideSettings, EnableDLSSInPlayInEditorViewportsOverride) == 0x00002A, "Member 'UDLSSOverrideSettings::EnableDLSSInPlayInEditorViewportsOverride' has a wrong offset!"); \ static_assert(offsetof(UDLSSOverrideSettings, bShowDLSSIncompatiblePluginsToolsWarnings) == 0x00002B, "Member 'UDLSSOverrideSettings::bShowDLSSIncompatiblePluginsToolsWarnings' has a wrong offset!"); \ static_assert(offsetof(UDLSSOverrideSettings, ShowDLSSSDebugOnScreenMessages) == 0x00002C, "Member 'UDLSSOverrideSettings::ShowDLSSSDebugOnScreenMessages' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDLSSSettings \ static_assert(alignof(UDLSSSettings) == 0x000008, "Wrong alignment on UDLSSSettings"); \ static_assert(sizeof(UDLSSSettings) == 0x000060, "Wrong size on UDLSSSettings"); \ static_assert(offsetof(UDLSSSettings, bEnableDLSSD3D12) == 0x000028, "Member 'UDLSSSettings::bEnableDLSSD3D12' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bEnableDLSSD3D11) == 0x000029, "Member 'UDLSSSettings::bEnableDLSSD3D11' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bEnableDLSSVulkan) == 0x00002A, "Member 'UDLSSSettings::bEnableDLSSVulkan' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bEnableDLSSInEditorViewports) == 0x00002B, "Member 'UDLSSSettings::bEnableDLSSInEditorViewports' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bEnableScreenpercentageManipulationInDLSSEditorViewports) == 0x00002C, "Member 'UDLSSSettings::bEnableScreenpercentageManipulationInDLSSEditorViewports' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bEnableDLSSInPlayInEditorViewports) == 0x00002D, "Member 'UDLSSSettings::bEnableDLSSInPlayInEditorViewports' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bShowDLSSSDebugOnScreenMessages) == 0x00002E, "Member 'UDLSSSettings::bShowDLSSSDebugOnScreenMessages' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, GenericDLSSBinaryPath) == 0x000030, "Member 'UDLSSSettings::GenericDLSSBinaryPath' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bGenericDLSSBinaryExists) == 0x000040, "Member 'UDLSSSettings::bGenericDLSSBinaryExists' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, NVIDIANGXApplicationId) == 0x000044, "Member 'UDLSSSettings::NVIDIANGXApplicationId' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, CustomDLSSBinaryPath) == 0x000048, "Member 'UDLSSSettings::CustomDLSSBinaryPath' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bCustomDLSSBinaryExists) == 0x000058, "Member 'UDLSSSettings::bCustomDLSSBinaryExists' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, bAllowOTAUpdate) == 0x000059, "Member 'UDLSSSettings::bAllowOTAUpdate' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, DLAAPreset) == 0x00005A, "Member 'UDLSSSettings::DLAAPreset' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, DLSSQualityPreset) == 0x00005C, "Member 'UDLSSSettings::DLSSQualityPreset' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, DLSSBalancedPreset) == 0x00005D, "Member 'UDLSSSettings::DLSSBalancedPreset' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, DLSSPerformancePreset) == 0x00005E, "Member 'UDLSSSettings::DLSSPerformancePreset' has a wrong offset!"); \ static_assert(offsetof(UDLSSSettings, DLSSUltraPerformancePreset) == 0x00005F, "Member 'UDLSSSettings::DLSSUltraPerformancePreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapIconWidget_C_ExecuteUbergraph_UI_BP_MapIconWidget \ static_assert(alignof(UI_BP_MapIconWidget_C_ExecuteUbergraph_UI_BP_MapIconWidget) == 0x000008, "Wrong alignment on UI_BP_MapIconWidget_C_ExecuteUbergraph_UI_BP_MapIconWidget"); \ static_assert(sizeof(UI_BP_MapIconWidget_C_ExecuteUbergraph_UI_BP_MapIconWidget) == 0x000040, "Wrong size on UI_BP_MapIconWidget_C_ExecuteUbergraph_UI_BP_MapIconWidget"); \ static_assert(offsetof(UI_BP_MapIconWidget_C_ExecuteUbergraph_UI_BP_MapIconWidget, EntryPoint) == 0x000000, "Member 'UI_BP_MapIconWidget_C_ExecuteUbergraph_UI_BP_MapIconWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapIconWidget_C_ExecuteUbergraph_UI_BP_MapIconWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_MapIconWidget_C_ExecuteUbergraph_UI_BP_MapIconWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapIconWidget_C_ExecuteUbergraph_UI_BP_MapIconWidget, CallFunc_HermesBindInt_Handle) == 0x000018, "Member 'UI_BP_MapIconWidget_C_ExecuteUbergraph_UI_BP_MapIconWidget::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapIconWidget_C_ExecuteUbergraph_UI_BP_MapIconWidget, K2Node_Event_Texture) == 0x000028, "Member 'UI_BP_MapIconWidget_C_ExecuteUbergraph_UI_BP_MapIconWidget::K2Node_Event_Texture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapIconWidget_C_ExecuteUbergraph_UI_BP_MapIconWidget, K2Node_CustomEvent_Caller) == 0x000030, "Member 'UI_BP_MapIconWidget_C_ExecuteUbergraph_UI_BP_MapIconWidget::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapIconWidget_C_ExecuteUbergraph_UI_BP_MapIconWidget, K2Node_CustomEvent_Int) == 0x000038, "Member 'UI_BP_MapIconWidget_C_ExecuteUbergraph_UI_BP_MapIconWidget::K2Node_CustomEvent_Int' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapIconWidget_C_RegionIndexEvent \ static_assert(alignof(UI_BP_MapIconWidget_C_RegionIndexEvent) == 0x000008, "Wrong alignment on UI_BP_MapIconWidget_C_RegionIndexEvent"); \ static_assert(sizeof(UI_BP_MapIconWidget_C_RegionIndexEvent) == 0x000010, "Wrong size on UI_BP_MapIconWidget_C_RegionIndexEvent"); \ static_assert(offsetof(UI_BP_MapIconWidget_C_RegionIndexEvent, Caller) == 0x000000, "Member 'UI_BP_MapIconWidget_C_RegionIndexEvent::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapIconWidget_C_RegionIndexEvent, int_0) == 0x000008, "Member 'UI_BP_MapIconWidget_C_RegionIndexEvent::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapIconWidget_C_SetIcon \ static_assert(alignof(UI_BP_MapIconWidget_C_SetIcon) == 0x000008, "Wrong alignment on UI_BP_MapIconWidget_C_SetIcon"); \ static_assert(sizeof(UI_BP_MapIconWidget_C_SetIcon) == 0x000008, "Wrong size on UI_BP_MapIconWidget_C_SetIcon"); \ static_assert(offsetof(UI_BP_MapIconWidget_C_SetIcon, Texture) == 0x000000, "Member 'UI_BP_MapIconWidget_C_SetIcon::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapIconWidget_C_OnHoverMap \ static_assert(alignof(UI_BP_MapIconWidget_C_OnHoverMap) == 0x000008, "Wrong alignment on UI_BP_MapIconWidget_C_OnHoverMap"); \ static_assert(sizeof(UI_BP_MapIconWidget_C_OnHoverMap) == 0x000028, "Wrong size on UI_BP_MapIconWidget_C_OnHoverMap"); \ static_assert(offsetof(UI_BP_MapIconWidget_C_OnHoverMap, TitleSwitch) == 0x000000, "Member 'UI_BP_MapIconWidget_C_OnHoverMap::TitleSwitch' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapIconWidget_C_OnHoverMap, Title) == 0x000008, "Member 'UI_BP_MapIconWidget_C_OnHoverMap::Title' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapIconWidget_C_OnHoverMap, LegendStrings) == 0x000018, "Member 'UI_BP_MapIconWidget_C_OnHoverMap::LegendStrings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapIconWidget_C_OnHoverRegion \ static_assert(alignof(UI_BP_MapIconWidget_C_OnHoverRegion) == 0x000008, "Wrong alignment on UI_BP_MapIconWidget_C_OnHoverRegion"); \ static_assert(sizeof(UI_BP_MapIconWidget_C_OnHoverRegion) == 0x000020, "Wrong size on UI_BP_MapIconWidget_C_OnHoverRegion"); \ static_assert(offsetof(UI_BP_MapIconWidget_C_OnHoverRegion, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_MapIconWidget_C_OnHoverRegion::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapIconWidget_C_OnHoverRegion, CallFunc_PlayAnimation_ReturnValue_1) == 0x000008, "Member 'UI_BP_MapIconWidget_C_OnHoverRegion::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapIconWidget_C_OnHoverRegion, CallFunc_PlayAnimation_ReturnValue_2) == 0x000010, "Member 'UI_BP_MapIconWidget_C_OnHoverRegion::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapIconWidget_C_OnHoverRegion, CallFunc_PlayAnimation_ReturnValue_3) == 0x000018, "Member 'UI_BP_MapIconWidget_C_OnHoverRegion::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MapIconWidget_C \ static_assert(alignof(UUI_BP_MapIconWidget_C) == 0x000008, "Wrong alignment on UUI_BP_MapIconWidget_C"); \ static_assert(sizeof(UUI_BP_MapIconWidget_C) == 0x0002B8, "Wrong size on UUI_BP_MapIconWidget_C"); \ static_assert(offsetof(UUI_BP_MapIconWidget_C, UberGraphFrame) == 0x000288, "Member 'UUI_BP_MapIconWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapIconWidget_C, ShrinkRegion) == 0x000290, "Member 'UUI_BP_MapIconWidget_C::ShrinkRegion' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapIconWidget_C, FadeRegion) == 0x000298, "Member 'UUI_BP_MapIconWidget_C::FadeRegion' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapIconWidget_C, HoverRegion) == 0x0002A0, "Member 'UUI_BP_MapIconWidget_C::HoverRegion' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapIconWidget_C, TextShadow) == 0x0002A8, "Member 'UUI_BP_MapIconWidget_C::TextShadow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapIconWidget_C, RegionActive) == 0x0002B0, "Member 'UUI_BP_MapIconWidget_C::RegionActive' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapIconWidget_C, RegionFaded) == 0x0002B1, "Member 'UUI_BP_MapIconWidget_C::RegionFaded' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapIconWidget_C, RegionWasActive) == 0x0002B2, "Member 'UUI_BP_MapIconWidget_C::RegionWasActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_EnableDLAA \ static_assert(alignof(DLSSLibrary_EnableDLAA) == 0x000001, "Wrong alignment on DLSSLibrary_EnableDLAA"); \ static_assert(sizeof(DLSSLibrary_EnableDLAA) == 0x000001, "Wrong size on DLSSLibrary_EnableDLAA"); \ static_assert(offsetof(DLSSLibrary_EnableDLAA, bEnabled) == 0x000000, "Member 'DLSSLibrary_EnableDLAA::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_EnableDLSS \ static_assert(alignof(DLSSLibrary_EnableDLSS) == 0x000001, "Wrong alignment on DLSSLibrary_EnableDLSS"); \ static_assert(sizeof(DLSSLibrary_EnableDLSS) == 0x000001, "Wrong size on DLSSLibrary_EnableDLSS"); \ static_assert(offsetof(DLSSLibrary_EnableDLSS, bEnabled) == 0x000000, "Member 'DLSSLibrary_EnableDLSS::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_EnableDLSSRR \ static_assert(alignof(DLSSLibrary_EnableDLSSRR) == 0x000001, "Wrong alignment on DLSSLibrary_EnableDLSSRR"); \ static_assert(sizeof(DLSSLibrary_EnableDLSSRR) == 0x000001, "Wrong size on DLSSLibrary_EnableDLSSRR"); \ static_assert(offsetof(DLSSLibrary_EnableDLSSRR, bEnabled) == 0x000000, "Member 'DLSSLibrary_EnableDLSSRR::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_GetDefaultDLSSMode \ static_assert(alignof(DLSSLibrary_GetDefaultDLSSMode) == 0x000001, "Wrong alignment on DLSSLibrary_GetDefaultDLSSMode"); \ static_assert(sizeof(DLSSLibrary_GetDefaultDLSSMode) == 0x000001, "Wrong size on DLSSLibrary_GetDefaultDLSSMode"); \ static_assert(offsetof(DLSSLibrary_GetDefaultDLSSMode, ReturnValue) == 0x000000, "Member 'DLSSLibrary_GetDefaultDLSSMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSMinimumDriverVersion \ static_assert(alignof(DLSSLibrary_GetDLSSMinimumDriverVersion) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSMinimumDriverVersion"); \ static_assert(sizeof(DLSSLibrary_GetDLSSMinimumDriverVersion) == 0x000008, "Wrong size on DLSSLibrary_GetDLSSMinimumDriverVersion"); \ static_assert(offsetof(DLSSLibrary_GetDLSSMinimumDriverVersion, MinDriverVersionMajor) == 0x000000, "Member 'DLSSLibrary_GetDLSSMinimumDriverVersion::MinDriverVersionMajor' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSMinimumDriverVersion, MinDriverVersionMinor) == 0x000004, "Member 'DLSSLibrary_GetDLSSMinimumDriverVersion::MinDriverVersionMinor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSMode \ static_assert(alignof(DLSSLibrary_GetDLSSMode) == 0x000001, "Wrong alignment on DLSSLibrary_GetDLSSMode"); \ static_assert(sizeof(DLSSLibrary_GetDLSSMode) == 0x000001, "Wrong size on DLSSLibrary_GetDLSSMode"); \ static_assert(offsetof(DLSSLibrary_GetDLSSMode, ReturnValue) == 0x000000, "Member 'DLSSLibrary_GetDLSSMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSModeInformation \ static_assert(alignof(DLSSLibrary_GetDLSSModeInformation) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSModeInformation"); \ static_assert(sizeof(DLSSLibrary_GetDLSSModeInformation) == 0x000024, "Wrong size on DLSSLibrary_GetDLSSModeInformation"); \ static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, DLSSMode) == 0x000000, "Member 'DLSSLibrary_GetDLSSModeInformation::DLSSMode' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, ScreenResolution) == 0x000004, "Member 'DLSSLibrary_GetDLSSModeInformation::ScreenResolution' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, bIsSupported) == 0x00000C, "Member 'DLSSLibrary_GetDLSSModeInformation::bIsSupported' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, OptimalScreenPercentage) == 0x000010, "Member 'DLSSLibrary_GetDLSSModeInformation::OptimalScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, bIsFixedScreenPercentage) == 0x000014, "Member 'DLSSLibrary_GetDLSSModeInformation::bIsFixedScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, MinScreenPercentage) == 0x000018, "Member 'DLSSLibrary_GetDLSSModeInformation::MinScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, MaxScreenPercentage) == 0x00001C, "Member 'DLSSLibrary_GetDLSSModeInformation::MaxScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSModeInformation, OptimalSharpness) == 0x000020, "Member 'DLSSLibrary_GetDLSSModeInformation::OptimalSharpness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSRRMinimumDriverVersion \ static_assert(alignof(DLSSLibrary_GetDLSSRRMinimumDriverVersion) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSRRMinimumDriverVersion"); \ static_assert(sizeof(DLSSLibrary_GetDLSSRRMinimumDriverVersion) == 0x000008, "Wrong size on DLSSLibrary_GetDLSSRRMinimumDriverVersion"); \ static_assert(offsetof(DLSSLibrary_GetDLSSRRMinimumDriverVersion, MinDriverVersionMajor) == 0x000000, "Member 'DLSSLibrary_GetDLSSRRMinimumDriverVersion::MinDriverVersionMajor' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSRRMinimumDriverVersion, MinDriverVersionMinor) == 0x000004, "Member 'DLSSLibrary_GetDLSSRRMinimumDriverVersion::MinDriverVersionMinor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSScreenPercentageRange \ static_assert(alignof(DLSSLibrary_GetDLSSScreenPercentageRange) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSScreenPercentageRange"); \ static_assert(sizeof(DLSSLibrary_GetDLSSScreenPercentageRange) == 0x000008, "Wrong size on DLSSLibrary_GetDLSSScreenPercentageRange"); \ static_assert(offsetof(DLSSLibrary_GetDLSSScreenPercentageRange, MinScreenPercentage) == 0x000000, "Member 'DLSSLibrary_GetDLSSScreenPercentageRange::MinScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_GetDLSSScreenPercentageRange, MaxScreenPercentage) == 0x000004, "Member 'DLSSLibrary_GetDLSSScreenPercentageRange::MaxScreenPercentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_GetDLSSSharpness \ static_assert(alignof(DLSSLibrary_GetDLSSSharpness) == 0x000004, "Wrong alignment on DLSSLibrary_GetDLSSSharpness"); \ static_assert(sizeof(DLSSLibrary_GetDLSSSharpness) == 0x000004, "Wrong size on DLSSLibrary_GetDLSSSharpness"); \ static_assert(offsetof(DLSSLibrary_GetDLSSSharpness, ReturnValue) == 0x000000, "Member 'DLSSLibrary_GetDLSSSharpness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_GetSupportedDLSSModes \ static_assert(alignof(DLSSLibrary_GetSupportedDLSSModes) == 0x000008, "Wrong alignment on DLSSLibrary_GetSupportedDLSSModes"); \ static_assert(sizeof(DLSSLibrary_GetSupportedDLSSModes) == 0x000010, "Wrong size on DLSSLibrary_GetSupportedDLSSModes"); \ static_assert(offsetof(DLSSLibrary_GetSupportedDLSSModes, ReturnValue) == 0x000000, "Member 'DLSSLibrary_GetSupportedDLSSModes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_IsDLAAEnabled \ static_assert(alignof(DLSSLibrary_IsDLAAEnabled) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLAAEnabled"); \ static_assert(sizeof(DLSSLibrary_IsDLAAEnabled) == 0x000001, "Wrong size on DLSSLibrary_IsDLAAEnabled"); \ static_assert(offsetof(DLSSLibrary_IsDLAAEnabled, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLAAEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSEnabled \ static_assert(alignof(DLSSLibrary_IsDLSSEnabled) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSEnabled"); \ static_assert(sizeof(DLSSLibrary_IsDLSSEnabled) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSEnabled"); \ static_assert(offsetof(DLSSLibrary_IsDLSSEnabled, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSModeSupported \ static_assert(alignof(DLSSLibrary_IsDLSSModeSupported) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSModeSupported"); \ static_assert(sizeof(DLSSLibrary_IsDLSSModeSupported) == 0x000002, "Wrong size on DLSSLibrary_IsDLSSModeSupported"); \ static_assert(offsetof(DLSSLibrary_IsDLSSModeSupported, DLSSMode) == 0x000000, "Member 'DLSSLibrary_IsDLSSModeSupported::DLSSMode' has a wrong offset!"); \ static_assert(offsetof(DLSSLibrary_IsDLSSModeSupported, ReturnValue) == 0x000001, "Member 'DLSSLibrary_IsDLSSModeSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSRREnabled \ static_assert(alignof(DLSSLibrary_IsDLSSRREnabled) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSRREnabled"); \ static_assert(sizeof(DLSSLibrary_IsDLSSRREnabled) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSRREnabled"); \ static_assert(offsetof(DLSSLibrary_IsDLSSRREnabled, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSRREnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSRRSupported \ static_assert(alignof(DLSSLibrary_IsDLSSRRSupported) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSRRSupported"); \ static_assert(sizeof(DLSSLibrary_IsDLSSRRSupported) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSRRSupported"); \ static_assert(offsetof(DLSSLibrary_IsDLSSRRSupported, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSRRSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_IsDLSSSupported \ static_assert(alignof(DLSSLibrary_IsDLSSSupported) == 0x000001, "Wrong alignment on DLSSLibrary_IsDLSSSupported"); \ static_assert(sizeof(DLSSLibrary_IsDLSSSupported) == 0x000001, "Wrong size on DLSSLibrary_IsDLSSSupported"); \ static_assert(offsetof(DLSSLibrary_IsDLSSSupported, ReturnValue) == 0x000000, "Member 'DLSSLibrary_IsDLSSSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_QueryDLSSRRSupport \ static_assert(alignof(DLSSLibrary_QueryDLSSRRSupport) == 0x000001, "Wrong alignment on DLSSLibrary_QueryDLSSRRSupport"); \ static_assert(sizeof(DLSSLibrary_QueryDLSSRRSupport) == 0x000001, "Wrong size on DLSSLibrary_QueryDLSSRRSupport"); \ static_assert(offsetof(DLSSLibrary_QueryDLSSRRSupport, ReturnValue) == 0x000000, "Member 'DLSSLibrary_QueryDLSSRRSupport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_QueryDLSSSupport \ static_assert(alignof(DLSSLibrary_QueryDLSSSupport) == 0x000001, "Wrong alignment on DLSSLibrary_QueryDLSSSupport"); \ static_assert(sizeof(DLSSLibrary_QueryDLSSSupport) == 0x000001, "Wrong size on DLSSLibrary_QueryDLSSSupport"); \ static_assert(offsetof(DLSSLibrary_QueryDLSSSupport, ReturnValue) == 0x000000, "Member 'DLSSLibrary_QueryDLSSSupport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_SetDLSSMode \ static_assert(alignof(DLSSLibrary_SetDLSSMode) == 0x000001, "Wrong alignment on DLSSLibrary_SetDLSSMode"); \ static_assert(sizeof(DLSSLibrary_SetDLSSMode) == 0x000001, "Wrong size on DLSSLibrary_SetDLSSMode"); \ static_assert(offsetof(DLSSLibrary_SetDLSSMode, DLSSMode) == 0x000000, "Member 'DLSSLibrary_SetDLSSMode::DLSSMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DLSSLibrary_SetDLSSSharpness \ static_assert(alignof(DLSSLibrary_SetDLSSSharpness) == 0x000004, "Wrong alignment on DLSSLibrary_SetDLSSSharpness"); \ static_assert(sizeof(DLSSLibrary_SetDLSSSharpness) == 0x000004, "Wrong size on DLSSLibrary_SetDLSSSharpness"); \ static_assert(offsetof(DLSSLibrary_SetDLSSSharpness, Sharpness) == 0x000000, "Member 'DLSSLibrary_SetDLSSSharpness::Sharpness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDLSSLibrary \ static_assert(alignof(UDLSSLibrary) == 0x000008, "Wrong alignment on UDLSSLibrary"); \ static_assert(sizeof(UDLSSLibrary) == 0x000028, "Wrong size on UDLSSLibrary"); \ #define DUMPER7_ASSERTS_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_UInputBehavior \ static_assert(alignof(UInputBehavior) == 0x000008, "Wrong alignment on UInputBehavior"); \ static_assert(sizeof(UInputBehavior) == 0x000030, "Wrong size on UInputBehavior"); \ #define DUMPER7_ASSERTS_UAnyButtonInputBehavior \ static_assert(alignof(UAnyButtonInputBehavior) == 0x000008, "Wrong alignment on UAnyButtonInputBehavior"); \ static_assert(sizeof(UAnyButtonInputBehavior) == 0x000080, "Wrong size on UAnyButtonInputBehavior"); \ #define DUMPER7_ASSERTS_UMultiClickSequenceInputBehavior \ static_assert(alignof(UMultiClickSequenceInputBehavior) == 0x000008, "Wrong alignment on UMultiClickSequenceInputBehavior"); \ static_assert(sizeof(UMultiClickSequenceInputBehavior) == 0x000130, "Wrong size on UMultiClickSequenceInputBehavior"); \ #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_UInteractionMechanic \ static_assert(alignof(UInteractionMechanic) == 0x000008, "Wrong alignment on UInteractionMechanic"); \ static_assert(sizeof(UInteractionMechanic) == 0x000030, "Wrong size on UInteractionMechanic"); \ #define DUMPER7_ASSERTS_UInteractiveGizmoManager \ static_assert(alignof(UInteractiveGizmoManager) == 0x000008, "Wrong alignment on UInteractiveGizmoManager"); \ static_assert(sizeof(UInteractiveGizmoManager) == 0x0000B8, "Wrong size on UInteractiveGizmoManager"); \ static_assert(offsetof(UInteractiveGizmoManager, ActiveGizmos) == 0x000030, "Member 'UInteractiveGizmoManager::ActiveGizmos' has a wrong offset!"); \ static_assert(offsetof(UInteractiveGizmoManager, GizmoBuilders) == 0x000058, "Member 'UInteractiveGizmoManager::GizmoBuilders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoLambdaStateTarget \ static_assert(alignof(UGizmoLambdaStateTarget) == 0x000008, "Wrong alignment on UGizmoLambdaStateTarget"); \ static_assert(sizeof(UGizmoLambdaStateTarget) == 0x0000B0, "Wrong size on UGizmoLambdaStateTarget"); \ #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_IGizmoStateTarget \ static_assert(alignof(IGizmoStateTarget) == 0x000001, "Wrong alignment on IGizmoStateTarget"); \ static_assert(sizeof(IGizmoStateTarget) == 0x000001, "Wrong size on IGizmoStateTarget"); \ #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_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_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_AInternalToolFrameworkActor \ static_assert(alignof(AInternalToolFrameworkActor) == 0x000008, "Wrong alignment on AInternalToolFrameworkActor"); \ static_assert(sizeof(AInternalToolFrameworkActor) == 0x000248, "Wrong size on AInternalToolFrameworkActor"); \ #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_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_UMeshSurfacePointToolBuilder \ static_assert(alignof(UMeshSurfacePointToolBuilder) == 0x000008, "Wrong alignment on UMeshSurfacePointToolBuilder"); \ static_assert(sizeof(UMeshSurfacePointToolBuilder) == 0x000030, "Wrong size on UMeshSurfacePointToolBuilder"); \ #define DUMPER7_ASSERTS_UMeshSurfacePointTool \ static_assert(alignof(UMeshSurfacePointTool) == 0x000008, "Wrong alignment on UMeshSurfacePointTool"); \ static_assert(sizeof(UMeshSurfacePointTool) == 0x0000C0, "Wrong size on UMeshSurfacePointTool"); \ #define DUMPER7_ASSERTS_UBaseBrushTool \ static_assert(alignof(UBaseBrushTool) == 0x000008, "Wrong alignment on UBaseBrushTool"); \ static_assert(sizeof(UBaseBrushTool) == 0x0001B8, "Wrong size on UBaseBrushTool"); \ static_assert(offsetof(UBaseBrushTool, BrushProperties) == 0x0000C0, "Member 'UBaseBrushTool::BrushProperties' has a wrong offset!"); \ static_assert(offsetof(UBaseBrushTool, bInBrushStroke) == 0x0000C8, "Member 'UBaseBrushTool::bInBrushStroke' has a wrong offset!"); \ static_assert(offsetof(UBaseBrushTool, WorldToLocalScale) == 0x0000CC, "Member 'UBaseBrushTool::WorldToLocalScale' has a wrong offset!"); \ static_assert(offsetof(UBaseBrushTool, LastBrushStamp) == 0x0000D0, "Member 'UBaseBrushTool::LastBrushStamp' has a wrong offset!"); \ static_assert(offsetof(UBaseBrushTool, PropertyClass) == 0x000188, "Member 'UBaseBrushTool::PropertyClass' has a wrong offset!"); \ static_assert(offsetof(UBaseBrushTool, BrushStampIndicator) == 0x0001B0, "Member 'UBaseBrushTool::BrushStampIndicator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IToolFrameworkComponent \ static_assert(alignof(IToolFrameworkComponent) == 0x000001, "Wrong alignment on IToolFrameworkComponent"); \ static_assert(sizeof(IToolFrameworkComponent) == 0x000001, "Wrong size on IToolFrameworkComponent"); \ #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_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_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_UAxisAngleGizmoBuilder \ static_assert(alignof(UAxisAngleGizmoBuilder) == 0x000008, "Wrong alignment on UAxisAngleGizmoBuilder"); \ static_assert(sizeof(UAxisAngleGizmoBuilder) == 0x000028, "Wrong size on UAxisAngleGizmoBuilder"); \ #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_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_UClickDragToolBuilder \ static_assert(alignof(UClickDragToolBuilder) == 0x000008, "Wrong alignment on UClickDragToolBuilder"); \ static_assert(sizeof(UClickDragToolBuilder) == 0x000028, "Wrong size on UClickDragToolBuilder"); \ #define DUMPER7_ASSERTS_UClickDragTool \ static_assert(alignof(UClickDragTool) == 0x000008, "Wrong alignment on UClickDragTool"); \ static_assert(sizeof(UClickDragTool) == 0x000088, "Wrong size on UClickDragTool"); \ #define DUMPER7_ASSERTS_AGizmoActor \ static_assert(alignof(AGizmoActor) == 0x000008, "Wrong alignment on AGizmoActor"); \ static_assert(sizeof(AGizmoActor) == 0x000248, "Wrong size on AGizmoActor"); \ #define DUMPER7_ASSERTS_GizmoBaseComponent_UpdateHoverState \ static_assert(alignof(GizmoBaseComponent_UpdateHoverState) == 0x000001, "Wrong alignment on GizmoBaseComponent_UpdateHoverState"); \ static_assert(sizeof(GizmoBaseComponent_UpdateHoverState) == 0x000001, "Wrong size on GizmoBaseComponent_UpdateHoverState"); \ static_assert(offsetof(GizmoBaseComponent_UpdateHoverState, bHoveringIn) == 0x000000, "Member 'GizmoBaseComponent_UpdateHoverState::bHoveringIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GizmoBaseComponent_UpdateWorldLocalState \ static_assert(alignof(GizmoBaseComponent_UpdateWorldLocalState) == 0x000001, "Wrong alignment on GizmoBaseComponent_UpdateWorldLocalState"); \ static_assert(sizeof(GizmoBaseComponent_UpdateWorldLocalState) == 0x000001, "Wrong size on GizmoBaseComponent_UpdateWorldLocalState"); \ static_assert(offsetof(GizmoBaseComponent_UpdateWorldLocalState, bWorldIn) == 0x000000, "Member 'GizmoBaseComponent_UpdateWorldLocalState::bWorldIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoBaseComponent \ static_assert(alignof(UGizmoBaseComponent) == 0x000010, "Wrong alignment on UGizmoBaseComponent"); \ static_assert(sizeof(UGizmoBaseComponent) == 0x0004A0, "Wrong size on UGizmoBaseComponent"); \ static_assert(offsetof(UGizmoBaseComponent, Color) == 0x000480, "Member 'UGizmoBaseComponent::Color' has a wrong offset!"); \ static_assert(offsetof(UGizmoBaseComponent, HoverSizeMultiplier) == 0x000490, "Member 'UGizmoBaseComponent::HoverSizeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UGizmoBaseComponent, PixelHitDistanceThreshold) == 0x000494, "Member 'UGizmoBaseComponent::PixelHitDistanceThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoArrowComponent \ static_assert(alignof(UGizmoArrowComponent) == 0x000010, "Wrong alignment on UGizmoArrowComponent"); \ static_assert(sizeof(UGizmoArrowComponent) == 0x0004C0, "Wrong size on UGizmoArrowComponent"); \ static_assert(offsetof(UGizmoArrowComponent, Direction) == 0x0004A0, "Member 'UGizmoArrowComponent::Direction' has a wrong offset!"); \ static_assert(offsetof(UGizmoArrowComponent, Gap) == 0x0004AC, "Member 'UGizmoArrowComponent::Gap' has a wrong offset!"); \ static_assert(offsetof(UGizmoArrowComponent, Length) == 0x0004B0, "Member 'UGizmoArrowComponent::Length' has a wrong offset!"); \ static_assert(offsetof(UGizmoArrowComponent, Thickness) == 0x0004B4, "Member 'UGizmoArrowComponent::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoBoxComponent \ static_assert(alignof(UGizmoBoxComponent) == 0x000010, "Wrong alignment on UGizmoBoxComponent"); \ static_assert(sizeof(UGizmoBoxComponent) == 0x0004E0, "Wrong size on UGizmoBoxComponent"); \ static_assert(offsetof(UGizmoBoxComponent, Origin) == 0x0004A0, "Member 'UGizmoBoxComponent::Origin' has a wrong offset!"); \ static_assert(offsetof(UGizmoBoxComponent, Rotation) == 0x0004B0, "Member 'UGizmoBoxComponent::Rotation' has a wrong offset!"); \ static_assert(offsetof(UGizmoBoxComponent, Dimensions) == 0x0004C0, "Member 'UGizmoBoxComponent::Dimensions' has a wrong offset!"); \ static_assert(offsetof(UGizmoBoxComponent, LineThickness) == 0x0004CC, "Member 'UGizmoBoxComponent::LineThickness' has a wrong offset!"); \ static_assert(offsetof(UGizmoBoxComponent, bRemoveHiddenLines) == 0x0004D0, "Member 'UGizmoBoxComponent::bRemoveHiddenLines' has a wrong offset!"); \ static_assert(offsetof(UGizmoBoxComponent, bEnableAxisFlip) == 0x0004D1, "Member 'UGizmoBoxComponent::bEnableAxisFlip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoCircleComponent \ static_assert(alignof(UGizmoCircleComponent) == 0x000010, "Wrong alignment on UGizmoCircleComponent"); \ static_assert(sizeof(UGizmoCircleComponent) == 0x0004C0, "Wrong size on UGizmoCircleComponent"); \ static_assert(offsetof(UGizmoCircleComponent, normal) == 0x0004A0, "Member 'UGizmoCircleComponent::normal' has a wrong offset!"); \ static_assert(offsetof(UGizmoCircleComponent, Radius) == 0x0004AC, "Member 'UGizmoCircleComponent::Radius' has a wrong offset!"); \ static_assert(offsetof(UGizmoCircleComponent, Thickness) == 0x0004B0, "Member 'UGizmoCircleComponent::Thickness' has a wrong offset!"); \ static_assert(offsetof(UGizmoCircleComponent, NumSides) == 0x0004B4, "Member 'UGizmoCircleComponent::NumSides' has a wrong offset!"); \ static_assert(offsetof(UGizmoCircleComponent, bViewAligned) == 0x0004B8, "Member 'UGizmoCircleComponent::bViewAligned' has a wrong offset!"); \ static_assert(offsetof(UGizmoCircleComponent, bOnlyAllowFrontFacingHits) == 0x0004B9, "Member 'UGizmoCircleComponent::bOnlyAllowFrontFacingHits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GizmoTransformSource_SetTransform \ static_assert(alignof(GizmoTransformSource_SetTransform) == 0x000010, "Wrong alignment on GizmoTransformSource_SetTransform"); \ static_assert(sizeof(GizmoTransformSource_SetTransform) == 0x000030, "Wrong size on GizmoTransformSource_SetTransform"); \ static_assert(offsetof(GizmoTransformSource_SetTransform, NewTransform) == 0x000000, "Member 'GizmoTransformSource_SetTransform::NewTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GizmoTransformSource_GetTransform \ static_assert(alignof(GizmoTransformSource_GetTransform) == 0x000010, "Wrong alignment on GizmoTransformSource_GetTransform"); \ static_assert(sizeof(GizmoTransformSource_GetTransform) == 0x000030, "Wrong size on GizmoTransformSource_GetTransform"); \ static_assert(offsetof(GizmoTransformSource_GetTransform, ReturnValue) == 0x000000, "Member 'GizmoTransformSource_GetTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IGizmoTransformSource \ static_assert(alignof(IGizmoTransformSource) == 0x000001, "Wrong alignment on IGizmoTransformSource"); \ static_assert(sizeof(IGizmoTransformSource) == 0x000001, "Wrong size on IGizmoTransformSource"); \ #define DUMPER7_ASSERTS_GizmoAxisSource_GetDirection \ static_assert(alignof(GizmoAxisSource_GetDirection) == 0x000004, "Wrong alignment on GizmoAxisSource_GetDirection"); \ static_assert(sizeof(GizmoAxisSource_GetDirection) == 0x00000C, "Wrong size on GizmoAxisSource_GetDirection"); \ static_assert(offsetof(GizmoAxisSource_GetDirection, ReturnValue) == 0x000000, "Member 'GizmoAxisSource_GetDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GizmoAxisSource_GetOrigin \ static_assert(alignof(GizmoAxisSource_GetOrigin) == 0x000004, "Wrong alignment on GizmoAxisSource_GetOrigin"); \ static_assert(sizeof(GizmoAxisSource_GetOrigin) == 0x00000C, "Wrong size on GizmoAxisSource_GetOrigin"); \ static_assert(offsetof(GizmoAxisSource_GetOrigin, ReturnValue) == 0x000000, "Member 'GizmoAxisSource_GetOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GizmoAxisSource_GetTangentVectors \ static_assert(alignof(GizmoAxisSource_GetTangentVectors) == 0x000004, "Wrong alignment on GizmoAxisSource_GetTangentVectors"); \ static_assert(sizeof(GizmoAxisSource_GetTangentVectors) == 0x000018, "Wrong size on GizmoAxisSource_GetTangentVectors"); \ static_assert(offsetof(GizmoAxisSource_GetTangentVectors, TangentXOut) == 0x000000, "Member 'GizmoAxisSource_GetTangentVectors::TangentXOut' has a wrong offset!"); \ static_assert(offsetof(GizmoAxisSource_GetTangentVectors, TangentYOut) == 0x00000C, "Member 'GizmoAxisSource_GetTangentVectors::TangentYOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GizmoAxisSource_HasTangentVectors \ static_assert(alignof(GizmoAxisSource_HasTangentVectors) == 0x000001, "Wrong alignment on GizmoAxisSource_HasTangentVectors"); \ static_assert(sizeof(GizmoAxisSource_HasTangentVectors) == 0x000001, "Wrong size on GizmoAxisSource_HasTangentVectors"); \ static_assert(offsetof(GizmoAxisSource_HasTangentVectors, ReturnValue) == 0x000000, "Member 'GizmoAxisSource_HasTangentVectors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IGizmoAxisSource \ static_assert(alignof(IGizmoAxisSource) == 0x000001, "Wrong alignment on IGizmoAxisSource"); \ static_assert(sizeof(IGizmoAxisSource) == 0x000001, "Wrong size on IGizmoAxisSource"); \ #define DUMPER7_ASSERTS_GizmoClickTarget_UpdateHoverState \ static_assert(alignof(GizmoClickTarget_UpdateHoverState) == 0x000001, "Wrong alignment on GizmoClickTarget_UpdateHoverState"); \ static_assert(sizeof(GizmoClickTarget_UpdateHoverState) == 0x000001, "Wrong size on GizmoClickTarget_UpdateHoverState"); \ static_assert(offsetof(GizmoClickTarget_UpdateHoverState, bHovering) == 0x000000, "Member 'GizmoClickTarget_UpdateHoverState::bHovering' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IGizmoClickTarget \ static_assert(alignof(IGizmoClickTarget) == 0x000001, "Wrong alignment on IGizmoClickTarget"); \ static_assert(sizeof(IGizmoClickTarget) == 0x000001, "Wrong size on IGizmoClickTarget"); \ #define DUMPER7_ASSERTS_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) == 0x0004D0, "Wrong size on UGizmoLineHandleComponent"); \ static_assert(offsetof(UGizmoLineHandleComponent, normal) == 0x0004A0, "Member 'UGizmoLineHandleComponent::normal' has a wrong offset!"); \ static_assert(offsetof(UGizmoLineHandleComponent, HandleSize) == 0x0004AC, "Member 'UGizmoLineHandleComponent::HandleSize' has a wrong offset!"); \ static_assert(offsetof(UGizmoLineHandleComponent, Thickness) == 0x0004B0, "Member 'UGizmoLineHandleComponent::Thickness' has a wrong offset!"); \ static_assert(offsetof(UGizmoLineHandleComponent, Direction) == 0x0004B4, "Member 'UGizmoLineHandleComponent::Direction' has a wrong offset!"); \ static_assert(offsetof(UGizmoLineHandleComponent, Length) == 0x0004C0, "Member 'UGizmoLineHandleComponent::Length' has a wrong offset!"); \ static_assert(offsetof(UGizmoLineHandleComponent, bImageScale) == 0x0004C4, "Member 'UGizmoLineHandleComponent::bImageScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoRectangleComponent \ static_assert(alignof(UGizmoRectangleComponent) == 0x000010, "Wrong alignment on UGizmoRectangleComponent"); \ static_assert(sizeof(UGizmoRectangleComponent) == 0x0004D0, "Wrong size on UGizmoRectangleComponent"); \ static_assert(offsetof(UGizmoRectangleComponent, DirectionX) == 0x0004A0, "Member 'UGizmoRectangleComponent::DirectionX' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, DirectionY) == 0x0004AC, "Member 'UGizmoRectangleComponent::DirectionY' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, OffsetX) == 0x0004B8, "Member 'UGizmoRectangleComponent::OffsetX' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, OffsetY) == 0x0004BC, "Member 'UGizmoRectangleComponent::OffsetY' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, LengthX) == 0x0004C0, "Member 'UGizmoRectangleComponent::LengthX' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, LengthY) == 0x0004C4, "Member 'UGizmoRectangleComponent::LengthY' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, Thickness) == 0x0004C8, "Member 'UGizmoRectangleComponent::Thickness' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, SegmentFlags) == 0x0004CC, "Member 'UGizmoRectangleComponent::SegmentFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoLambdaHitTarget \ static_assert(alignof(UGizmoLambdaHitTarget) == 0x000008, "Wrong alignment on UGizmoLambdaHitTarget"); \ static_assert(sizeof(UGizmoLambdaHitTarget) == 0x0000B0, "Wrong size on UGizmoLambdaHitTarget"); \ #define DUMPER7_ASSERTS_UGizmoComponentHitTarget \ static_assert(alignof(UGizmoComponentHitTarget) == 0x000010, "Wrong alignment on UGizmoComponentHitTarget"); \ static_assert(sizeof(UGizmoComponentHitTarget) == 0x000080, "Wrong size on UGizmoComponentHitTarget"); \ static_assert(offsetof(UGizmoComponentHitTarget, Component) == 0x000030, "Member 'UGizmoComponentHitTarget::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_IToolContextTransactionProvider \ static_assert(alignof(IToolContextTransactionProvider) == 0x000001, "Wrong alignment on IToolContextTransactionProvider"); \ static_assert(sizeof(IToolContextTransactionProvider) == 0x000001, "Wrong size on IToolContextTransactionProvider"); \ #define DUMPER7_ASSERTS_UInteractiveToolManager \ static_assert(alignof(UInteractiveToolManager) == 0x000008, "Wrong alignment on UInteractiveToolManager"); \ static_assert(sizeof(UInteractiveToolManager) == 0x000138, "Wrong size on UInteractiveToolManager"); \ static_assert(offsetof(UInteractiveToolManager, ActiveLeftTool) == 0x000030, "Member 'UInteractiveToolManager::ActiveLeftTool' has a wrong offset!"); \ static_assert(offsetof(UInteractiveToolManager, ActiveRightTool) == 0x000038, "Member 'UInteractiveToolManager::ActiveRightTool' has a wrong offset!"); \ static_assert(offsetof(UInteractiveToolManager, ToolBuilders) == 0x000090, "Member 'UInteractiveToolManager::ToolBuilders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInteractiveToolsContext \ static_assert(alignof(UInteractiveToolsContext) == 0x000008, "Wrong alignment on UInteractiveToolsContext"); \ static_assert(sizeof(UInteractiveToolsContext) == 0x000098, "Wrong size on UInteractiveToolsContext"); \ static_assert(offsetof(UInteractiveToolsContext, InputRouter) == 0x000058, "Member 'UInteractiveToolsContext::InputRouter' has a wrong offset!"); \ static_assert(offsetof(UInteractiveToolsContext, ToolManager) == 0x000060, "Member 'UInteractiveToolsContext::ToolManager' has a wrong offset!"); \ static_assert(offsetof(UInteractiveToolsContext, GizmoManager) == 0x000068, "Member 'UInteractiveToolsContext::GizmoManager' has a wrong offset!"); \ static_assert(offsetof(UInteractiveToolsContext, ToolManagerClass) == 0x000070, "Member 'UInteractiveToolsContext::ToolManagerClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIntervalGizmoActor \ static_assert(alignof(AIntervalGizmoActor) == 0x000008, "Wrong alignment on AIntervalGizmoActor"); \ static_assert(sizeof(AIntervalGizmoActor) == 0x000260, "Wrong size on AIntervalGizmoActor"); \ static_assert(offsetof(AIntervalGizmoActor, UpIntervalComponent) == 0x000248, "Member 'AIntervalGizmoActor::UpIntervalComponent' has a wrong offset!"); \ static_assert(offsetof(AIntervalGizmoActor, DownIntervalComponent) == 0x000250, "Member 'AIntervalGizmoActor::DownIntervalComponent' has a wrong offset!"); \ static_assert(offsetof(AIntervalGizmoActor, ForwardIntervalComponent) == 0x000258, "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_UGizmoLocalFloatParameterSource \ static_assert(alignof(UGizmoLocalFloatParameterSource) == 0x000008, "Wrong alignment on UGizmoLocalFloatParameterSource"); \ static_assert(sizeof(UGizmoLocalFloatParameterSource) == 0x000058, "Wrong size on UGizmoLocalFloatParameterSource"); \ static_assert(offsetof(UGizmoLocalFloatParameterSource, Value) == 0x000048, "Member 'UGizmoLocalFloatParameterSource::Value' has a wrong offset!"); \ static_assert(offsetof(UGizmoLocalFloatParameterSource, LastChange) == 0x00004C, "Member 'UGizmoLocalFloatParameterSource::LastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoBaseVec2ParameterSource \ static_assert(alignof(UGizmoBaseVec2ParameterSource) == 0x000008, "Wrong alignment on UGizmoBaseVec2ParameterSource"); \ static_assert(sizeof(UGizmoBaseVec2ParameterSource) == 0x000048, "Wrong size on UGizmoBaseVec2ParameterSource"); \ #define DUMPER7_ASSERTS_UGizmoLocalVec2ParameterSource \ static_assert(alignof(UGizmoLocalVec2ParameterSource) == 0x000008, "Wrong alignment on UGizmoLocalVec2ParameterSource"); \ static_assert(sizeof(UGizmoLocalVec2ParameterSource) == 0x000060, "Wrong size on UGizmoLocalVec2ParameterSource"); \ static_assert(offsetof(UGizmoLocalVec2ParameterSource, Value) == 0x000048, "Member 'UGizmoLocalVec2ParameterSource::Value' has a wrong offset!"); \ static_assert(offsetof(UGizmoLocalVec2ParameterSource, LastChange) == 0x000050, "Member 'UGizmoLocalVec2ParameterSource::LastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoAxisTranslationParameterSource \ static_assert(alignof(UGizmoAxisTranslationParameterSource) == 0x000010, "Wrong alignment on UGizmoAxisTranslationParameterSource"); \ static_assert(sizeof(UGizmoAxisTranslationParameterSource) == 0x000110, "Wrong size on UGizmoAxisTranslationParameterSource"); \ static_assert(offsetof(UGizmoAxisTranslationParameterSource, AxisSource) == 0x000090, "Member 'UGizmoAxisTranslationParameterSource::AxisSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisTranslationParameterSource, TransformSource) == 0x0000A0, "Member 'UGizmoAxisTranslationParameterSource::TransformSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisTranslationParameterSource, Parameter) == 0x0000B0, "Member 'UGizmoAxisTranslationParameterSource::Parameter' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisTranslationParameterSource, LastChange) == 0x0000B4, "Member 'UGizmoAxisTranslationParameterSource::LastChange' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisTranslationParameterSource, CurTranslationAxis) == 0x0000BC, "Member 'UGizmoAxisTranslationParameterSource::CurTranslationAxis' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisTranslationParameterSource, CurTranslationOrigin) == 0x0000C8, "Member 'UGizmoAxisTranslationParameterSource::CurTranslationOrigin' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisTranslationParameterSource, InitialTransform) == 0x0000E0, "Member 'UGizmoAxisTranslationParameterSource::InitialTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoPlaneTranslationParameterSource \ static_assert(alignof(UGizmoPlaneTranslationParameterSource) == 0x000010, "Wrong alignment on UGizmoPlaneTranslationParameterSource"); \ static_assert(sizeof(UGizmoPlaneTranslationParameterSource) == 0x000130, "Wrong size on UGizmoPlaneTranslationParameterSource"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, AxisSource) == 0x000090, "Member 'UGizmoPlaneTranslationParameterSource::AxisSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, TransformSource) == 0x0000A0, "Member 'UGizmoPlaneTranslationParameterSource::TransformSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, Parameter) == 0x0000B0, "Member 'UGizmoPlaneTranslationParameterSource::Parameter' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, LastChange) == 0x0000B8, "Member 'UGizmoPlaneTranslationParameterSource::LastChange' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationOrigin) == 0x0000C8, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationOrigin' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationNormal) == 0x0000D4, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationNormal' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationAxisX) == 0x0000E0, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationAxisX' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationAxisY) == 0x0000EC, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationAxisY' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneTranslationParameterSource, InitialTransform) == 0x000100, "Member 'UGizmoPlaneTranslationParameterSource::InitialTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoAxisRotationParameterSource \ static_assert(alignof(UGizmoAxisRotationParameterSource) == 0x000010, "Wrong alignment on UGizmoAxisRotationParameterSource"); \ static_assert(sizeof(UGizmoAxisRotationParameterSource) == 0x000110, "Wrong size on UGizmoAxisRotationParameterSource"); \ static_assert(offsetof(UGizmoAxisRotationParameterSource, AxisSource) == 0x000090, "Member 'UGizmoAxisRotationParameterSource::AxisSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisRotationParameterSource, TransformSource) == 0x0000A0, "Member 'UGizmoAxisRotationParameterSource::TransformSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisRotationParameterSource, Angle) == 0x0000B0, "Member 'UGizmoAxisRotationParameterSource::Angle' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisRotationParameterSource, LastChange) == 0x0000B4, "Member 'UGizmoAxisRotationParameterSource::LastChange' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisRotationParameterSource, CurRotationAxis) == 0x0000BC, "Member 'UGizmoAxisRotationParameterSource::CurRotationAxis' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisRotationParameterSource, CurRotationOrigin) == 0x0000C8, "Member 'UGizmoAxisRotationParameterSource::CurRotationOrigin' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisRotationParameterSource, InitialTransform) == 0x0000E0, "Member 'UGizmoAxisRotationParameterSource::InitialTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoUniformScaleParameterSource \ static_assert(alignof(UGizmoUniformScaleParameterSource) == 0x000010, "Wrong alignment on UGizmoUniformScaleParameterSource"); \ static_assert(sizeof(UGizmoUniformScaleParameterSource) == 0x0000F0, "Wrong size on UGizmoUniformScaleParameterSource"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, AxisSource) == 0x000048, "Member 'UGizmoUniformScaleParameterSource::AxisSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, TransformSource) == 0x000058, "Member 'UGizmoUniformScaleParameterSource::TransformSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, ScaleMultiplier) == 0x000068, "Member 'UGizmoUniformScaleParameterSource::ScaleMultiplier' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, Parameter) == 0x00006C, "Member 'UGizmoUniformScaleParameterSource::Parameter' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, LastChange) == 0x000074, "Member 'UGizmoUniformScaleParameterSource::LastChange' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleOrigin) == 0x000084, "Member 'UGizmoUniformScaleParameterSource::CurScaleOrigin' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleNormal) == 0x000090, "Member 'UGizmoUniformScaleParameterSource::CurScaleNormal' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleAxisX) == 0x00009C, "Member 'UGizmoUniformScaleParameterSource::CurScaleAxisX' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, CurScaleAxisY) == 0x0000A8, "Member 'UGizmoUniformScaleParameterSource::CurScaleAxisY' has a wrong offset!"); \ static_assert(offsetof(UGizmoUniformScaleParameterSource, InitialTransform) == 0x0000C0, "Member 'UGizmoUniformScaleParameterSource::InitialTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoAxisScaleParameterSource \ static_assert(alignof(UGizmoAxisScaleParameterSource) == 0x000010, "Wrong alignment on UGizmoAxisScaleParameterSource"); \ static_assert(sizeof(UGizmoAxisScaleParameterSource) == 0x0000C0, "Wrong size on UGizmoAxisScaleParameterSource"); \ static_assert(offsetof(UGizmoAxisScaleParameterSource, AxisSource) == 0x000048, "Member 'UGizmoAxisScaleParameterSource::AxisSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisScaleParameterSource, TransformSource) == 0x000058, "Member 'UGizmoAxisScaleParameterSource::TransformSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisScaleParameterSource, ScaleMultiplier) == 0x000068, "Member 'UGizmoAxisScaleParameterSource::ScaleMultiplier' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisScaleParameterSource, Parameter) == 0x00006C, "Member 'UGizmoAxisScaleParameterSource::Parameter' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisScaleParameterSource, LastChange) == 0x000070, "Member 'UGizmoAxisScaleParameterSource::LastChange' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisScaleParameterSource, CurScaleAxis) == 0x000078, "Member 'UGizmoAxisScaleParameterSource::CurScaleAxis' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisScaleParameterSource, CurScaleOrigin) == 0x000084, "Member 'UGizmoAxisScaleParameterSource::CurScaleOrigin' has a wrong offset!"); \ static_assert(offsetof(UGizmoAxisScaleParameterSource, InitialTransform) == 0x000090, "Member 'UGizmoAxisScaleParameterSource::InitialTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoPlaneScaleParameterSource \ static_assert(alignof(UGizmoPlaneScaleParameterSource) == 0x000010, "Wrong alignment on UGizmoPlaneScaleParameterSource"); \ static_assert(sizeof(UGizmoPlaneScaleParameterSource) == 0x000130, "Wrong size on UGizmoPlaneScaleParameterSource"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, AxisSource) == 0x000090, "Member 'UGizmoPlaneScaleParameterSource::AxisSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, TransformSource) == 0x0000A0, "Member 'UGizmoPlaneScaleParameterSource::TransformSource' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, ScaleMultiplier) == 0x0000B0, "Member 'UGizmoPlaneScaleParameterSource::ScaleMultiplier' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, Parameter) == 0x0000B4, "Member 'UGizmoPlaneScaleParameterSource::Parameter' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, LastChange) == 0x0000BC, "Member 'UGizmoPlaneScaleParameterSource::LastChange' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleOrigin) == 0x0000CC, "Member 'UGizmoPlaneScaleParameterSource::CurScaleOrigin' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleNormal) == 0x0000D8, "Member 'UGizmoPlaneScaleParameterSource::CurScaleNormal' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleAxisX) == 0x0000E4, "Member 'UGizmoPlaneScaleParameterSource::CurScaleAxisX' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, CurScaleAxisY) == 0x0000F0, "Member 'UGizmoPlaneScaleParameterSource::CurScaleAxisY' has a wrong offset!"); \ static_assert(offsetof(UGizmoPlaneScaleParameterSource, InitialTransform) == 0x000100, "Member 'UGizmoPlaneScaleParameterSource::InitialTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlanePositionGizmoBuilder \ static_assert(alignof(UPlanePositionGizmoBuilder) == 0x000008, "Wrong alignment on UPlanePositionGizmoBuilder"); \ static_assert(sizeof(UPlanePositionGizmoBuilder) == 0x000028, "Wrong size on UPlanePositionGizmoBuilder"); \ #define DUMPER7_ASSERTS_UPlanePositionGizmo \ static_assert(alignof(UPlanePositionGizmo) == 0x000008, "Wrong alignment on UPlanePositionGizmo"); \ static_assert(sizeof(UPlanePositionGizmo) == 0x000100, "Wrong size on UPlanePositionGizmo"); \ static_assert(offsetof(UPlanePositionGizmo, AxisSource) == 0x000048, "Member 'UPlanePositionGizmo::AxisSource' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, ParameterSource) == 0x000058, "Member 'UPlanePositionGizmo::ParameterSource' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, HitTarget) == 0x000068, "Member 'UPlanePositionGizmo::HitTarget' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, StateTarget) == 0x000078, "Member 'UPlanePositionGizmo::StateTarget' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, bEnableSignedAxis) == 0x000088, "Member 'UPlanePositionGizmo::bEnableSignedAxis' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, bFlipX) == 0x000089, "Member 'UPlanePositionGizmo::bFlipX' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, bFlipY) == 0x00008A, "Member 'UPlanePositionGizmo::bFlipY' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, bInInteraction) == 0x00008B, "Member 'UPlanePositionGizmo::bInInteraction' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, InteractionOrigin) == 0x00008C, "Member 'UPlanePositionGizmo::InteractionOrigin' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, InteractionNormal) == 0x000098, "Member 'UPlanePositionGizmo::InteractionNormal' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, InteractionAxisX) == 0x0000A4, "Member 'UPlanePositionGizmo::InteractionAxisX' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, InteractionAxisY) == 0x0000B0, "Member 'UPlanePositionGizmo::InteractionAxisY' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, InteractionStartPoint) == 0x0000BC, "Member 'UPlanePositionGizmo::InteractionStartPoint' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, InteractionCurPoint) == 0x0000C8, "Member 'UPlanePositionGizmo::InteractionCurPoint' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, InteractionStartParameter) == 0x0000D4, "Member 'UPlanePositionGizmo::InteractionStartParameter' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, InteractionCurParameter) == 0x0000DC, "Member 'UPlanePositionGizmo::InteractionCurParameter' has a wrong offset!"); \ static_assert(offsetof(UPlanePositionGizmo, ParameterSigns) == 0x0000E4, "Member 'UPlanePositionGizmo::ParameterSigns' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelectionSet \ static_assert(alignof(USelectionSet) == 0x000008, "Wrong alignment on USelectionSet"); \ static_assert(sizeof(USelectionSet) == 0x000040, "Wrong size on USelectionSet"); \ #define DUMPER7_ASSERTS_UMeshSelectionSet \ static_assert(alignof(UMeshSelectionSet) == 0x000008, "Wrong alignment on UMeshSelectionSet"); \ static_assert(sizeof(UMeshSelectionSet) == 0x000080, "Wrong size on UMeshSelectionSet"); \ static_assert(offsetof(UMeshSelectionSet, Vertices) == 0x000040, "Member 'UMeshSelectionSet::Vertices' has a wrong offset!"); \ static_assert(offsetof(UMeshSelectionSet, Edges) == 0x000050, "Member 'UMeshSelectionSet::Edges' has a wrong offset!"); \ static_assert(offsetof(UMeshSelectionSet, Faces) == 0x000060, "Member 'UMeshSelectionSet::Faces' has a wrong offset!"); \ static_assert(offsetof(UMeshSelectionSet, Groups) == 0x000070, "Member 'UMeshSelectionSet::Groups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USingleClickInputBehavior \ static_assert(alignof(USingleClickInputBehavior) == 0x000008, "Wrong alignment on USingleClickInputBehavior"); \ static_assert(sizeof(USingleClickInputBehavior) == 0x000130, "Wrong size on USingleClickInputBehavior"); \ static_assert(offsetof(USingleClickInputBehavior, HitTestOnRelease) == 0x0000C0, "Member 'USingleClickInputBehavior::HitTestOnRelease' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USingleClickToolBuilder \ static_assert(alignof(USingleClickToolBuilder) == 0x000008, "Wrong alignment on USingleClickToolBuilder"); \ static_assert(sizeof(USingleClickToolBuilder) == 0x000028, "Wrong size on USingleClickToolBuilder"); \ #define DUMPER7_ASSERTS_UGizmoNilStateTarget \ static_assert(alignof(UGizmoNilStateTarget) == 0x000008, "Wrong alignment on UGizmoNilStateTarget"); \ static_assert(sizeof(UGizmoNilStateTarget) == 0x000030, "Wrong size on UGizmoNilStateTarget"); \ #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) == 0x0002C8, "Wrong size on ATransformGizmoActor"); \ static_assert(offsetof(ATransformGizmoActor, TranslateX) == 0x000248, "Member 'ATransformGizmoActor::TranslateX' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateY) == 0x000250, "Member 'ATransformGizmoActor::TranslateY' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateZ) == 0x000258, "Member 'ATransformGizmoActor::TranslateZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateYZ) == 0x000260, "Member 'ATransformGizmoActor::TranslateYZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateXZ) == 0x000268, "Member 'ATransformGizmoActor::TranslateXZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateXY) == 0x000270, "Member 'ATransformGizmoActor::TranslateXY' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, RotateX) == 0x000278, "Member 'ATransformGizmoActor::RotateX' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, RotateY) == 0x000280, "Member 'ATransformGizmoActor::RotateY' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, RotateZ) == 0x000288, "Member 'ATransformGizmoActor::RotateZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, UniformScale) == 0x000290, "Member 'ATransformGizmoActor::UniformScale' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, AxisScaleX) == 0x000298, "Member 'ATransformGizmoActor::AxisScaleX' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, AxisScaleY) == 0x0002A0, "Member 'ATransformGizmoActor::AxisScaleY' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, AxisScaleZ) == 0x0002A8, "Member 'ATransformGizmoActor::AxisScaleZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, PlaneScaleYZ) == 0x0002B0, "Member 'ATransformGizmoActor::PlaneScaleYZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, PlaneScaleXZ) == 0x0002B8, "Member 'ATransformGizmoActor::PlaneScaleXZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, PlaneScaleXY) == 0x0002C0, "Member 'ATransformGizmoActor::PlaneScaleXY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransformGizmoBuilder \ static_assert(alignof(UTransformGizmoBuilder) == 0x000008, "Wrong alignment on UTransformGizmoBuilder"); \ static_assert(sizeof(UTransformGizmoBuilder) == 0x0000C0, "Wrong size on UTransformGizmoBuilder"); \ #define DUMPER7_ASSERTS_UTransformGizmo \ static_assert(alignof(UTransformGizmo) == 0x000010, "Wrong alignment on UTransformGizmo"); \ static_assert(sizeof(UTransformGizmo) == 0x0001A0, "Wrong size on UTransformGizmo"); \ static_assert(offsetof(UTransformGizmo, ActiveTarget) == 0x000040, "Member 'UTransformGizmo::ActiveTarget' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, bSnapToWorldGrid) == 0x000048, "Member 'UTransformGizmo::bSnapToWorldGrid' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, bGridSizeIsExplicit) == 0x000049, "Member 'UTransformGizmo::bGridSizeIsExplicit' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, ExplicitGridSize) == 0x00004C, "Member 'UTransformGizmo::ExplicitGridSize' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, bRotationGridSizeIsExplicit) == 0x000058, "Member 'UTransformGizmo::bRotationGridSizeIsExplicit' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, ExplicitRotationGridSize) == 0x00005C, "Member 'UTransformGizmo::ExplicitRotationGridSize' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, bSnapToWorldRotGrid) == 0x000068, "Member 'UTransformGizmo::bSnapToWorldRotGrid' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, bUseContextCoordinateSystem) == 0x000069, "Member 'UTransformGizmo::bUseContextCoordinateSystem' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, CurrentCoordinateSystem) == 0x00006C, "Member 'UTransformGizmo::CurrentCoordinateSystem' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, ActiveComponents) == 0x000100, "Member 'UTransformGizmo::ActiveComponents' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, NonuniformScaleComponents) == 0x000110, "Member 'UTransformGizmo::NonuniformScaleComponents' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, ActiveGizmos) == 0x000120, "Member 'UTransformGizmo::ActiveGizmos' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, CameraAxisSource) == 0x000140, "Member 'UTransformGizmo::CameraAxisSource' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, AxisXSource) == 0x000148, "Member 'UTransformGizmo::AxisXSource' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, AxisYSource) == 0x000150, "Member 'UTransformGizmo::AxisYSource' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, AxisZSource) == 0x000158, "Member 'UTransformGizmo::AxisZSource' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, UnitAxisXSource) == 0x000160, "Member 'UTransformGizmo::UnitAxisXSource' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, UnitAxisYSource) == 0x000168, "Member 'UTransformGizmo::UnitAxisYSource' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, UnitAxisZSource) == 0x000170, "Member 'UTransformGizmo::UnitAxisZSource' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, StateTarget) == 0x000178, "Member 'UTransformGizmo::StateTarget' has a wrong offset!"); \ static_assert(offsetof(UTransformGizmo, ScaledTransformSource) == 0x000180, "Member 'UTransformGizmo::ScaledTransformSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransformProxy \ static_assert(alignof(UTransformProxy) == 0x000010, "Wrong alignment on UTransformProxy"); \ static_assert(sizeof(UTransformProxy) == 0x0000F0, "Wrong size on UTransformProxy"); \ static_assert(offsetof(UTransformProxy, bRotatePerObject) == 0x000070, "Member 'UTransformProxy::bRotatePerObject' has a wrong offset!"); \ static_assert(offsetof(UTransformProxy, bSetPivotMode) == 0x000071, "Member 'UTransformProxy::bSetPivotMode' has a wrong offset!"); \ static_assert(offsetof(UTransformProxy, SharedTransform) == 0x000090, "Member 'UTransformProxy::SharedTransform' has a wrong offset!"); \ static_assert(offsetof(UTransformProxy, InitialSharedTransform) == 0x0000C0, "Member 'UTransformProxy::InitialSharedTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoBaseTransformSource \ static_assert(alignof(UGizmoBaseTransformSource) == 0x000008, "Wrong alignment on UGizmoBaseTransformSource"); \ static_assert(sizeof(UGizmoBaseTransformSource) == 0x000048, "Wrong size on UGizmoBaseTransformSource"); \ #define DUMPER7_ASSERTS_UGizmoComponentWorldTransformSource \ static_assert(alignof(UGizmoComponentWorldTransformSource) == 0x000008, "Wrong alignment on UGizmoComponentWorldTransformSource"); \ static_assert(sizeof(UGizmoComponentWorldTransformSource) == 0x000058, "Wrong size on UGizmoComponentWorldTransformSource"); \ static_assert(offsetof(UGizmoComponentWorldTransformSource, Component) == 0x000048, "Member 'UGizmoComponentWorldTransformSource::Component' has a wrong offset!"); \ static_assert(offsetof(UGizmoComponentWorldTransformSource, bModifyComponentOnTransform) == 0x000050, "Member 'UGizmoComponentWorldTransformSource::bModifyComponentOnTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoScaledTransformSource \ static_assert(alignof(UGizmoScaledTransformSource) == 0x000010, "Wrong alignment on UGizmoScaledTransformSource"); \ static_assert(sizeof(UGizmoScaledTransformSource) == 0x0000E0, "Wrong size on UGizmoScaledTransformSource"); \ static_assert(offsetof(UGizmoScaledTransformSource, ChildTransformSource) == 0x000048, "Member 'UGizmoScaledTransformSource::ChildTransformSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoTransformProxyTransformSource \ static_assert(alignof(UGizmoTransformProxyTransformSource) == 0x000008, "Wrong alignment on UGizmoTransformProxyTransformSource"); \ static_assert(sizeof(UGizmoTransformProxyTransformSource) == 0x000050, "Wrong size on UGizmoTransformProxyTransformSource"); \ static_assert(offsetof(UGizmoTransformProxyTransformSource, Proxy) == 0x000048, "Member 'UGizmoTransformProxyTransformSource::Proxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance \ static_assert(alignof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance) == 0x000008, "Wrong alignment on BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance"); \ static_assert(sizeof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance) == 0x000060, "Wrong size on BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, EntryPoint) == 0x000000, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, K2Node_Event_OwnerController_1) == 0x000008, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, K2Node_Event_ControlledPawn_1) == 0x000010, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, K2Node_Event_OwnerController) == 0x000020, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, K2Node_Event_ControlledPawn) == 0x000028, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, K2Node_Event_DeltaSeconds) == 0x000030, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, K2Node_DynamicCast_AsCreature_Character) == 0x000038, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::K2Node_DynamicCast_AsCreature_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, CallFunc_IsValid_ReturnValue_1) == 0x000042, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, CallFunc_IsInCreatureAnimationTransition_ReturnValue) == 0x000043, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::CallFunc_IsInCreatureAnimationTransition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, CallFunc_Not_PreBool_ReturnValue) == 0x000044, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000045, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, CallFunc_BooleanAND_ReturnValue) == 0x000046, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, CallFunc_GetBlackboardValueAsObject_ReturnValue) == 0x000048, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::CallFunc_GetBlackboardValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, K2Node_DynamicCast_AsCreature_Character_1) == 0x000050, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::K2Node_DynamicCast_AsCreature_Character_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BTT_Creature_CopyStance_C_ExecuteUbergraph_BTT_Creature_CopyStance::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_CopyStance_C_ReceiveTickAI \ static_assert(alignof(BTT_Creature_CopyStance_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTT_Creature_CopyStance_C_ReceiveTickAI"); \ static_assert(sizeof(BTT_Creature_CopyStance_C_ReceiveTickAI) == 0x000018, "Wrong size on BTT_Creature_CopyStance_C_ReceiveTickAI"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTT_Creature_CopyStance_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_CopyStance_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTT_Creature_CopyStance_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_CopyStance_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_CopyStance_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_CopyStance_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_CopyStance_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_CopyStance_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_CopyStance_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_CopyStance_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_CopyStance_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_CopyStance_C \ static_assert(alignof(UBTT_Creature_CopyStance_C) == 0x000008, "Wrong alignment on UBTT_Creature_CopyStance_C"); \ static_assert(sizeof(UBTT_Creature_CopyStance_C) == 0x0000E0, "Wrong size on UBTT_Creature_CopyStance_C"); \ static_assert(offsetof(UBTT_Creature_CopyStance_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_CopyStance_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_CopyStance_C, DesiredStance) == 0x0000B0, "Member 'UBTT_Creature_CopyStance_C::DesiredStance' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_CopyStance_C, Wait) == 0x0000B1, "Member 'UBTT_Creature_CopyStance_C::Wait' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_CopyStance_C, TargetActor) == 0x0000B8, "Member 'UBTT_Creature_CopyStance_C::TargetActor' 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) == 0x0004F0, "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) == 0x000510, "Wrong size on ULineSetComponent"); \ static_assert(offsetof(ULineSetComponent, LineMaterial) == 0x0004A8, "Member 'ULineSetComponent::LineMaterial' has a wrong offset!"); \ static_assert(offsetof(ULineSetComponent, Bounds) == 0x0004B0, "Member 'ULineSetComponent::Bounds' has a wrong offset!"); \ static_assert(offsetof(ULineSetComponent, bBoundsDirty) == 0x0004CC, "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) == 0x000600, "Wrong size on UOctreeDynamicMeshComponent"); \ static_assert(offsetof(UOctreeDynamicMeshComponent, bExplicitShowWireframe) == 0x000508, "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) == 0x000510, "Wrong size on UPointSetComponent"); \ static_assert(offsetof(UPointSetComponent, PointMaterial) == 0x0004A8, "Member 'UPointSetComponent::PointMaterial' has a wrong offset!"); \ static_assert(offsetof(UPointSetComponent, Bounds) == 0x0004B0, "Member 'UPointSetComponent::Bounds' has a wrong offset!"); \ static_assert(offsetof(UPointSetComponent, bBoundsDirty) == 0x0004CC, "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) == 0x000248, "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) == 0x000248, "Wrong size on APreviewMeshActor"); \ #define DUMPER7_ASSERTS_USimpleDynamicMeshComponent \ static_assert(alignof(USimpleDynamicMeshComponent) == 0x000010, "Wrong alignment on USimpleDynamicMeshComponent"); \ static_assert(sizeof(USimpleDynamicMeshComponent) == 0x000640, "Wrong size on USimpleDynamicMeshComponent"); \ static_assert(offsetof(USimpleDynamicMeshComponent, TangentsType) == 0x0004F0, "Member 'USimpleDynamicMeshComponent::TangentsType' has a wrong offset!"); \ static_assert(offsetof(USimpleDynamicMeshComponent, bInvalidateProxyOnChange) == 0x0004F1, "Member 'USimpleDynamicMeshComponent::bInvalidateProxyOnChange' has a wrong offset!"); \ static_assert(offsetof(USimpleDynamicMeshComponent, bExplicitShowWireframe) == 0x000528, "Member 'USimpleDynamicMeshComponent::bExplicitShowWireframe' has a wrong offset!"); \ static_assert(offsetof(USimpleDynamicMeshComponent, bDrawOnTop) == 0x000570, "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) == 0x000590, "Wrong size on UTriangleSetComponent"); \ static_assert(offsetof(UTriangleSetComponent, Bounds) == 0x0004A8, "Member 'UTriangleSetComponent::Bounds' has a wrong offset!"); \ static_assert(offsetof(UTriangleSetComponent, bBoundsDirty) == 0x0004C4, "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_ABP_SkinFX_ApparateHouseElves_C \ static_assert(alignof(ABP_SkinFX_ApparateHouseElves_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ApparateHouseElves_C"); \ static_assert(sizeof(ABP_SkinFX_ApparateHouseElves_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ApparateHouseElves_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_DeathExplodeCinBeastMontage_C \ static_assert(alignof(ABP_SkinFX_DeathExplodeCinBeastMontage_C) == 0x000008, "Wrong alignment on ABP_SkinFX_DeathExplodeCinBeastMontage_C"); \ static_assert(sizeof(ABP_SkinFX_DeathExplodeCinBeastMontage_C) == 0x0005D0, "Wrong size on ABP_SkinFX_DeathExplodeCinBeastMontage_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_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_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_UAddPatchToolBuilder \ static_assert(alignof(UAddPatchToolBuilder) == 0x000008, "Wrong alignment on UAddPatchToolBuilder"); \ static_assert(sizeof(UAddPatchToolBuilder) == 0x000030, "Wrong size on UAddPatchToolBuilder"); \ #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_UDisplaceMeshToolBuilder \ static_assert(alignof(UDisplaceMeshToolBuilder) == 0x000008, "Wrong alignment on UDisplaceMeshToolBuilder"); \ static_assert(sizeof(UDisplaceMeshToolBuilder) == 0x000028, "Wrong size on UDisplaceMeshToolBuilder"); \ #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_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_UMeshSculptBrushOpProps \ static_assert(alignof(UMeshSculptBrushOpProps) == 0x000008, "Wrong alignment on UMeshSculptBrushOpProps"); \ static_assert(sizeof(UMeshSculptBrushOpProps) == 0x000060, "Wrong size on UMeshSculptBrushOpProps"); \ #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_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_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_UAddPrimitiveToolBuilder \ static_assert(alignof(UAddPrimitiveToolBuilder) == 0x000008, "Wrong alignment on UAddPrimitiveToolBuilder"); \ static_assert(sizeof(UAddPrimitiveToolBuilder) == 0x000038, "Wrong size on UAddPrimitiveToolBuilder"); \ #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_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_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_UEdgeLoopInsertionToolBuilder \ static_assert(alignof(UEdgeLoopInsertionToolBuilder) == 0x000008, "Wrong alignment on UEdgeLoopInsertionToolBuilder"); \ static_assert(sizeof(UEdgeLoopInsertionToolBuilder) == 0x000030, "Wrong size on UEdgeLoopInsertionToolBuilder"); \ #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_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_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_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_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_UEditMeshPolygonsToolBuilder \ static_assert(alignof(UEditMeshPolygonsToolBuilder) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolBuilder"); \ static_assert(sizeof(UEditMeshPolygonsToolBuilder) == 0x000038, "Wrong size on UEditMeshPolygonsToolBuilder"); \ #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_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_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_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_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_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_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_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_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_UAddBoxPrimitiveTool \ static_assert(alignof(UAddBoxPrimitiveTool) == 0x000008, "Wrong alignment on UAddBoxPrimitiveTool"); \ static_assert(sizeof(UAddBoxPrimitiveTool) == 0x0000F0, "Wrong size on UAddBoxPrimitiveTool"); \ #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_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_UAddConePrimitiveTool \ static_assert(alignof(UAddConePrimitiveTool) == 0x000008, "Wrong alignment on UAddConePrimitiveTool"); \ static_assert(sizeof(UAddConePrimitiveTool) == 0x0000F0, "Wrong size on UAddConePrimitiveTool"); \ #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_UAddDiscPrimitiveTool \ static_assert(alignof(UAddDiscPrimitiveTool) == 0x000008, "Wrong alignment on UAddDiscPrimitiveTool"); \ static_assert(sizeof(UAddDiscPrimitiveTool) == 0x0000F0, "Wrong size on UAddDiscPrimitiveTool"); \ #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_UMeshSelectionMeshEditActions \ static_assert(alignof(UMeshSelectionMeshEditActions) == 0x000008, "Wrong alignment on UMeshSelectionMeshEditActions"); \ static_assert(sizeof(UMeshSelectionMeshEditActions) == 0x000068, "Wrong size on UMeshSelectionMeshEditActions"); \ #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_UAddTorusPrimitiveTool \ static_assert(alignof(UAddTorusPrimitiveTool) == 0x000008, "Wrong alignment on UAddTorusPrimitiveTool"); \ static_assert(sizeof(UAddTorusPrimitiveTool) == 0x0000F0, "Wrong size on UAddTorusPrimitiveTool"); \ #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_UAddArrowPrimitiveTool \ static_assert(alignof(UAddArrowPrimitiveTool) == 0x000008, "Wrong alignment on UAddArrowPrimitiveTool"); \ static_assert(sizeof(UAddArrowPrimitiveTool) == 0x0000F0, "Wrong size on UAddArrowPrimitiveTool"); \ #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_UBaseSmoothBrushOpProps \ static_assert(alignof(UBaseSmoothBrushOpProps) == 0x000008, "Wrong alignment on UBaseSmoothBrushOpProps"); \ static_assert(sizeof(UBaseSmoothBrushOpProps) == 0x000060, "Wrong size on UBaseSmoothBrushOpProps"); \ #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_UAddSphericalBoxPrimitiveTool \ static_assert(alignof(UAddSphericalBoxPrimitiveTool) == 0x000008, "Wrong alignment on UAddSphericalBoxPrimitiveTool"); \ static_assert(sizeof(UAddSphericalBoxPrimitiveTool) == 0x0000F0, "Wrong size on UAddSphericalBoxPrimitiveTool"); \ #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_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_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_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_UTransformMeshesToolBuilder \ static_assert(alignof(UTransformMeshesToolBuilder) == 0x000008, "Wrong alignment on UTransformMeshesToolBuilder"); \ static_assert(sizeof(UTransformMeshesToolBuilder) == 0x000028, "Wrong size on UTransformMeshesToolBuilder"); \ #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_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_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_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_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_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_UBasePlaneBrushOpProps \ static_assert(alignof(UBasePlaneBrushOpProps) == 0x000008, "Wrong alignment on UBasePlaneBrushOpProps"); \ static_assert(sizeof(UBasePlaneBrushOpProps) == 0x000060, "Wrong size on UBasePlaneBrushOpProps"); \ #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_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_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_UBakeTransformToolBuilder \ static_assert(alignof(UBakeTransformToolBuilder) == 0x000008, "Wrong alignment on UBakeTransformToolBuilder"); \ static_assert(sizeof(UBakeTransformToolBuilder) == 0x000030, "Wrong size on UBakeTransformToolBuilder"); \ #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_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_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_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_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_UCombineMeshesToolBuilder \ static_assert(alignof(UCombineMeshesToolBuilder) == 0x000008, "Wrong alignment on UCombineMeshesToolBuilder"); \ static_assert(sizeof(UCombineMeshesToolBuilder) == 0x000038, "Wrong size on UCombineMeshesToolBuilder"); \ #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_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_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_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_UConvertToPolygonsToolBuilder \ static_assert(alignof(UConvertToPolygonsToolBuilder) == 0x000008, "Wrong alignment on UConvertToPolygonsToolBuilder"); \ static_assert(sizeof(UConvertToPolygonsToolBuilder) == 0x000028, "Wrong size on UConvertToPolygonsToolBuilder"); \ #define DUMPER7_ASSERTS_UConvertToPolygonsToolProperties \ static_assert(alignof(UConvertToPolygonsToolProperties) == 0x000008, "Wrong alignment on UConvertToPolygonsToolProperties"); \ static_assert(sizeof(UConvertToPolygonsToolProperties) == 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_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_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_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_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_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_UCSGMeshesToolBuilder \ static_assert(alignof(UCSGMeshesToolBuilder) == 0x000008, "Wrong alignment on UCSGMeshesToolBuilder"); \ static_assert(sizeof(UCSGMeshesToolBuilder) == 0x000030, "Wrong size on UCSGMeshesToolBuilder"); \ #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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_UOffsetMeshToolBuilder \ static_assert(alignof(UOffsetMeshToolBuilder) == 0x000008, "Wrong alignment on UOffsetMeshToolBuilder"); \ static_assert(sizeof(UOffsetMeshToolBuilder) == 0x000028, "Wrong size on UOffsetMeshToolBuilder"); \ #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_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_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_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_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_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_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_UExtractCollisionGeometryToolBuilder \ static_assert(alignof(UExtractCollisionGeometryToolBuilder) == 0x000008, "Wrong alignment on UExtractCollisionGeometryToolBuilder"); \ static_assert(sizeof(UExtractCollisionGeometryToolBuilder) == 0x000030, "Wrong size on UExtractCollisionGeometryToolBuilder"); \ #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_UGroupEdgeInsertionToolBuilder \ static_assert(alignof(UGroupEdgeInsertionToolBuilder) == 0x000008, "Wrong alignment on UGroupEdgeInsertionToolBuilder"); \ static_assert(sizeof(UGroupEdgeInsertionToolBuilder) == 0x000030, "Wrong size on UGroupEdgeInsertionToolBuilder"); \ #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_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_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_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_UHoleFillToolActions \ static_assert(alignof(UHoleFillToolActions) == 0x000008, "Wrong alignment on UHoleFillToolActions"); \ static_assert(sizeof(UHoleFillToolActions) == 0x000068, "Wrong size on UHoleFillToolActions"); \ #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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_UMeshSelectionToolBuilder \ static_assert(alignof(UMeshSelectionToolBuilder) == 0x000008, "Wrong alignment on UMeshSelectionToolBuilder"); \ static_assert(sizeof(UMeshSelectionToolBuilder) == 0x000038, "Wrong size on UMeshSelectionToolBuilder"); \ #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_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_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_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_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_UMeshSpaceDeformerToolBuilder \ static_assert(alignof(UMeshSpaceDeformerToolBuilder) == 0x000008, "Wrong alignment on UMeshSpaceDeformerToolBuilder"); \ static_assert(sizeof(UMeshSpaceDeformerToolBuilder) == 0x000030, "Wrong size on UMeshSpaceDeformerToolBuilder"); \ #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_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_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_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_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_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_UPhysicsInspectorToolBuilder \ static_assert(alignof(UPhysicsInspectorToolBuilder) == 0x000008, "Wrong alignment on UPhysicsInspectorToolBuilder"); \ static_assert(sizeof(UPhysicsInspectorToolBuilder) == 0x000028, "Wrong size on UPhysicsInspectorToolBuilder"); \ #define DUMPER7_ASSERTS_UPlaneCutToolBuilder \ static_assert(alignof(UPlaneCutToolBuilder) == 0x000008, "Wrong alignment on UPlaneCutToolBuilder"); \ static_assert(sizeof(UPlaneCutToolBuilder) == 0x000030, "Wrong size on UPlaneCutToolBuilder"); \ #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_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_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_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_URemoveOccludedTrianglesAdvancedProperties \ static_assert(alignof(URemoveOccludedTrianglesAdvancedProperties) == 0x000008, "Wrong alignment on URemoveOccludedTrianglesAdvancedProperties"); \ static_assert(sizeof(URemoveOccludedTrianglesAdvancedProperties) == 0x000068, "Wrong size on URemoveOccludedTrianglesAdvancedProperties"); \ #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_URevolveBoundaryOperatorFactory \ static_assert(alignof(URevolveBoundaryOperatorFactory) == 0x000008, "Wrong alignment on URevolveBoundaryOperatorFactory"); \ static_assert(sizeof(URevolveBoundaryOperatorFactory) == 0x000038, "Wrong size on URevolveBoundaryOperatorFactory"); \ static_assert(offsetof(URevolveBoundaryOperatorFactory, RevolveBoundaryTool) == 0x000030, "Member 'URevolveBoundaryOperatorFactory::RevolveBoundaryTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URevolveBoundaryToolProperties \ static_assert(alignof(URevolveBoundaryToolProperties) == 0x000008, "Wrong alignment on URevolveBoundaryToolProperties"); \ static_assert(sizeof(URevolveBoundaryToolProperties) == 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_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_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_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_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_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_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_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_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_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_FGoomBindingGroupInfo \ static_assert(alignof(FGoomBindingGroupInfo) == 0x000004, "Wrong alignment on FGoomBindingGroupInfo"); \ static_assert(sizeof(FGoomBindingGroupInfo) == 0x000010, "Wrong size on FGoomBindingGroupInfo"); \ static_assert(offsetof(FGoomBindingGroupInfo, RenRootCount) == 0x000000, "Member 'FGoomBindingGroupInfo::RenRootCount' has a wrong offset!"); \ static_assert(offsetof(FGoomBindingGroupInfo, RenLODCount) == 0x000004, "Member 'FGoomBindingGroupInfo::RenLODCount' has a wrong offset!"); \ static_assert(offsetof(FGoomBindingGroupInfo, SimRootCount) == 0x000008, "Member 'FGoomBindingGroupInfo::SimRootCount' has a wrong offset!"); \ static_assert(offsetof(FGoomBindingGroupInfo, SimLODCount) == 0x00000C, "Member 'FGoomBindingGroupInfo::SimLODCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroomAnimationInfo \ static_assert(alignof(FGroomAnimationInfo) == 0x000004, "Wrong alignment on FGroomAnimationInfo"); \ static_assert(sizeof(FGroomAnimationInfo) == 0x000020, "Wrong size on FGroomAnimationInfo"); \ static_assert(offsetof(FGroomAnimationInfo, NumFrames) == 0x000000, "Member 'FGroomAnimationInfo::NumFrames' has a wrong offset!"); \ static_assert(offsetof(FGroomAnimationInfo, SecondsPerFrame) == 0x000004, "Member 'FGroomAnimationInfo::SecondsPerFrame' has a wrong offset!"); \ static_assert(offsetof(FGroomAnimationInfo, Duration) == 0x000008, "Member 'FGroomAnimationInfo::Duration' has a wrong offset!"); \ static_assert(offsetof(FGroomAnimationInfo, StartTime) == 0x00000C, "Member 'FGroomAnimationInfo::StartTime' has a wrong offset!"); \ static_assert(offsetof(FGroomAnimationInfo, EndTime) == 0x000010, "Member 'FGroomAnimationInfo::EndTime' has a wrong offset!"); \ static_assert(offsetof(FGroomAnimationInfo, StartFrame) == 0x000014, "Member 'FGroomAnimationInfo::StartFrame' has a wrong offset!"); \ static_assert(offsetof(FGroomAnimationInfo, EndFrame) == 0x000018, "Member 'FGroomAnimationInfo::EndFrame' has a wrong offset!"); \ static_assert(offsetof(FGroomAnimationInfo, Attributes) == 0x00001C, "Member 'FGroomAnimationInfo::Attributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroomCacheInfo \ static_assert(alignof(FGroomCacheInfo) == 0x000004, "Wrong alignment on FGroomCacheInfo"); \ static_assert(sizeof(FGroomCacheInfo) == 0x000028, "Wrong size on FGroomCacheInfo"); \ static_assert(offsetof(FGroomCacheInfo, Version) == 0x000000, "Member 'FGroomCacheInfo::Version' has a wrong offset!"); \ static_assert(offsetof(FGroomCacheInfo, Type) == 0x000004, "Member 'FGroomCacheInfo::Type' has a wrong offset!"); \ static_assert(offsetof(FGroomCacheInfo, AnimationInfo) == 0x000008, "Member 'FGroomCacheInfo::AnimationInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroomCacheImportSettings \ static_assert(alignof(FGroomCacheImportSettings) == 0x000008, "Wrong alignment on FGroomCacheImportSettings"); \ static_assert(sizeof(FGroomCacheImportSettings) == 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_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_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_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_FMovieSceneGroomCacheParams \ static_assert(alignof(FMovieSceneGroomCacheParams) == 0x000008, "Wrong alignment on FMovieSceneGroomCacheParams"); \ static_assert(sizeof(FMovieSceneGroomCacheParams) == 0x000020, "Wrong size on FMovieSceneGroomCacheParams"); \ static_assert(offsetof(FMovieSceneGroomCacheParams, GroomCache) == 0x000000, "Member 'FMovieSceneGroomCacheParams::GroomCache' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGroomCacheParams, FirstLoopStartFrameOffset) == 0x000008, "Member 'FMovieSceneGroomCacheParams::FirstLoopStartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGroomCacheParams, StartFrameOffset) == 0x00000C, "Member 'FMovieSceneGroomCacheParams::StartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGroomCacheParams, EndFrameOffset) == 0x000010, "Member 'FMovieSceneGroomCacheParams::EndFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGroomCacheParams, PlayRate) == 0x000014, "Member 'FMovieSceneGroomCacheParams::PlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneGroomCacheSectionTemplateParameters \ static_assert(alignof(FMovieSceneGroomCacheSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneGroomCacheSectionTemplateParameters"); \ static_assert(sizeof(FMovieSceneGroomCacheSectionTemplateParameters) == 0x000028, "Wrong size on FMovieSceneGroomCacheSectionTemplateParameters"); \ static_assert(offsetof(FMovieSceneGroomCacheSectionTemplateParameters, SectionStartTime) == 0x000020, "Member 'FMovieSceneGroomCacheSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGroomCacheSectionTemplateParameters, SectionEndTime) == 0x000024, "Member 'FMovieSceneGroomCacheSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneGroomCacheSectionTemplate \ static_assert(alignof(FMovieSceneGroomCacheSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneGroomCacheSectionTemplate"); \ static_assert(sizeof(FMovieSceneGroomCacheSectionTemplate) == 0x000048, "Wrong size on FMovieSceneGroomCacheSectionTemplate"); \ static_assert(offsetof(FMovieSceneGroomCacheSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneGroomCacheSectionTemplate::Params' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000250, "Wrong size on AGroomActor"); \ static_assert(offsetof(AGroomActor, GroomComponent) == 0x000248, "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) == 0x0005D0, "Wrong size on UGroomComponent"); \ static_assert(offsetof(UGroomComponent, GroomAsset) == 0x0004B0, "Member 'UGroomComponent::GroomAsset' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, GroomCache) == 0x0004B8, "Member 'UGroomComponent::GroomCache' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, NiagaraComponents) == 0x0004C0, "Member 'UGroomComponent::NiagaraComponents' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, SourceSkeletalMesh) == 0x0004D0, "Member 'UGroomComponent::SourceSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, BindingAsset) == 0x0004D8, "Member 'UGroomComponent::BindingAsset' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, PhysicsAsset) == 0x0004E0, "Member 'UGroomComponent::PhysicsAsset' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, Strands_DebugMaterial) == 0x0004E8, "Member 'UGroomComponent::Strands_DebugMaterial' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, Strands_DefaultMaterial) == 0x0004F0, "Member 'UGroomComponent::Strands_DefaultMaterial' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, Cards_DefaultMaterial) == 0x0004F8, "Member 'UGroomComponent::Cards_DefaultMaterial' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, Meshes_DefaultMaterial) == 0x000500, "Member 'UGroomComponent::Meshes_DefaultMaterial' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, AngularSpringsSystem) == 0x000508, "Member 'UGroomComponent::AngularSpringsSystem' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, CosseratRodsSystem) == 0x000510, "Member 'UGroomComponent::CosseratRodsSystem' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, AttachmentName) == 0x000518, "Member 'UGroomComponent::AttachmentName' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, GroomGroupsDesc) == 0x000570, "Member 'UGroomComponent::GroomGroupsDesc' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, bRunning) == 0x000580, "Member 'UGroomComponent::bRunning' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, bLooping) == 0x000581, "Member 'UGroomComponent::bLooping' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, bManualTick) == 0x000582, "Member 'UGroomComponent::bManualTick' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, ElapsedTime) == 0x000584, "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_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_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_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_FCacheEventBase \ static_assert(alignof(FCacheEventBase) == 0x000008, "Wrong alignment on FCacheEventBase"); \ static_assert(sizeof(FCacheEventBase) == 0x000008, "Wrong size on FCacheEventBase"); \ #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_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_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_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) == 0x0002F0, "Wrong size on AChaosCacheManager"); \ static_assert(offsetof(AChaosCacheManager, CacheCollection) == 0x000248, "Member 'AChaosCacheManager::CacheCollection' has a wrong offset!"); \ static_assert(offsetof(AChaosCacheManager, CacheMode) == 0x000250, "Member 'AChaosCacheManager::CacheMode' has a wrong offset!"); \ static_assert(offsetof(AChaosCacheManager, StartMode) == 0x000251, "Member 'AChaosCacheManager::StartMode' has a wrong offset!"); \ static_assert(offsetof(AChaosCacheManager, StartTime) == 0x000254, "Member 'AChaosCacheManager::StartTime' has a wrong offset!"); \ static_assert(offsetof(AChaosCacheManager, ObservedComponents) == 0x000260, "Member 'AChaosCacheManager::ObservedComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AChaosCachePlayer \ static_assert(alignof(AChaosCachePlayer) == 0x000008, "Wrong alignment on AChaosCachePlayer"); \ static_assert(sizeof(AChaosCachePlayer) == 0x0002F0, "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_UUsdPrimTwin \ static_assert(alignof(UUsdPrimTwin) == 0x000008, "Wrong alignment on UUsdPrimTwin"); \ static_assert(sizeof(UUsdPrimTwin) == 0x0000D8, "Wrong size on UUsdPrimTwin"); \ static_assert(offsetof(UUsdPrimTwin, PrimPath) == 0x000040, "Member 'UUsdPrimTwin::PrimPath' has a wrong offset!"); \ static_assert(offsetof(UUsdPrimTwin, SpawnedActor) == 0x000050, "Member 'UUsdPrimTwin::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(UUsdPrimTwin, SceneComponent) == 0x000078, "Member 'UUsdPrimTwin::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(UUsdPrimTwin, Children) == 0x000080, "Member 'UUsdPrimTwin::Children' has a wrong offset!"); \ static_assert(offsetof(UUsdPrimTwin, Parent) == 0x0000D0, "Member 'UUsdPrimTwin::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UsdStageActor_GetGeneratedAssets \ static_assert(alignof(UsdStageActor_GetGeneratedAssets) == 0x000008, "Wrong alignment on UsdStageActor_GetGeneratedAssets"); \ static_assert(sizeof(UsdStageActor_GetGeneratedAssets) == 0x000020, "Wrong size on UsdStageActor_GetGeneratedAssets"); \ static_assert(offsetof(UsdStageActor_GetGeneratedAssets, PrimPath) == 0x000000, "Member 'UsdStageActor_GetGeneratedAssets::PrimPath' has a wrong offset!"); \ static_assert(offsetof(UsdStageActor_GetGeneratedAssets, ReturnValue) == 0x000010, "Member 'UsdStageActor_GetGeneratedAssets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UsdStageActor_GetGeneratedComponent \ static_assert(alignof(UsdStageActor_GetGeneratedComponent) == 0x000008, "Wrong alignment on UsdStageActor_GetGeneratedComponent"); \ static_assert(sizeof(UsdStageActor_GetGeneratedComponent) == 0x000018, "Wrong size on UsdStageActor_GetGeneratedComponent"); \ static_assert(offsetof(UsdStageActor_GetGeneratedComponent, PrimPath) == 0x000000, "Member 'UsdStageActor_GetGeneratedComponent::PrimPath' has a wrong offset!"); \ static_assert(offsetof(UsdStageActor_GetGeneratedComponent, ReturnValue) == 0x000010, "Member 'UsdStageActor_GetGeneratedComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UsdStageActor_GetSourcePrimPath \ static_assert(alignof(UsdStageActor_GetSourcePrimPath) == 0x000008, "Wrong alignment on UsdStageActor_GetSourcePrimPath"); \ static_assert(sizeof(UsdStageActor_GetSourcePrimPath) == 0x000018, "Wrong size on UsdStageActor_GetSourcePrimPath"); \ static_assert(offsetof(UsdStageActor_GetSourcePrimPath, Object) == 0x000000, "Member 'UsdStageActor_GetSourcePrimPath::Object' has a wrong offset!"); \ static_assert(offsetof(UsdStageActor_GetSourcePrimPath, ReturnValue) == 0x000008, "Member 'UsdStageActor_GetSourcePrimPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UsdStageActor_SetInitialLoadSet \ static_assert(alignof(UsdStageActor_SetInitialLoadSet) == 0x000001, "Wrong alignment on UsdStageActor_SetInitialLoadSet"); \ static_assert(sizeof(UsdStageActor_SetInitialLoadSet) == 0x000001, "Wrong size on UsdStageActor_SetInitialLoadSet"); \ static_assert(offsetof(UsdStageActor_SetInitialLoadSet, NewLoadSet) == 0x000000, "Member 'UsdStageActor_SetInitialLoadSet::NewLoadSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UsdStageActor_SetPurposesToLoad \ static_assert(alignof(UsdStageActor_SetPurposesToLoad) == 0x000004, "Wrong alignment on UsdStageActor_SetPurposesToLoad"); \ static_assert(sizeof(UsdStageActor_SetPurposesToLoad) == 0x000004, "Wrong size on UsdStageActor_SetPurposesToLoad"); \ static_assert(offsetof(UsdStageActor_SetPurposesToLoad, NewPurposesToLoad) == 0x000000, "Member 'UsdStageActor_SetPurposesToLoad::NewPurposesToLoad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UsdStageActor_SetRenderContext \ static_assert(alignof(UsdStageActor_SetRenderContext) == 0x000004, "Wrong alignment on UsdStageActor_SetRenderContext"); \ static_assert(sizeof(UsdStageActor_SetRenderContext) == 0x000008, "Wrong size on UsdStageActor_SetRenderContext"); \ static_assert(offsetof(UsdStageActor_SetRenderContext, NewRenderContext) == 0x000000, "Member 'UsdStageActor_SetRenderContext::NewRenderContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UsdStageActor_SetRootLayer \ static_assert(alignof(UsdStageActor_SetRootLayer) == 0x000008, "Wrong alignment on UsdStageActor_SetRootLayer"); \ static_assert(sizeof(UsdStageActor_SetRootLayer) == 0x000010, "Wrong size on UsdStageActor_SetRootLayer"); \ static_assert(offsetof(UsdStageActor_SetRootLayer, RootFilePath) == 0x000000, "Member 'UsdStageActor_SetRootLayer::RootFilePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UsdStageActor_SetTime \ static_assert(alignof(UsdStageActor_SetTime) == 0x000004, "Wrong alignment on UsdStageActor_SetTime"); \ static_assert(sizeof(UsdStageActor_SetTime) == 0x000004, "Wrong size on UsdStageActor_SetTime"); \ static_assert(offsetof(UsdStageActor_SetTime, InTime) == 0x000000, "Member 'UsdStageActor_SetTime::InTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UsdStageActor_GetTime \ static_assert(alignof(UsdStageActor_GetTime) == 0x000004, "Wrong alignment on UsdStageActor_GetTime"); \ static_assert(sizeof(UsdStageActor_GetTime) == 0x000004, "Wrong size on UsdStageActor_GetTime"); \ static_assert(offsetof(UsdStageActor_GetTime, ReturnValue) == 0x000000, "Member 'UsdStageActor_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUsdStageActor \ static_assert(alignof(AUsdStageActor) == 0x000008, "Wrong alignment on AUsdStageActor"); \ static_assert(sizeof(AUsdStageActor) == 0x000490, "Wrong size on AUsdStageActor"); \ static_assert(offsetof(AUsdStageActor, RootLayer) == 0x000248, "Member 'AUsdStageActor::RootLayer' has a wrong offset!"); \ static_assert(offsetof(AUsdStageActor, InitialLoadSet) == 0x000258, "Member 'AUsdStageActor::InitialLoadSet' has a wrong offset!"); \ static_assert(offsetof(AUsdStageActor, PurposesToLoad) == 0x00025C, "Member 'AUsdStageActor::PurposesToLoad' has a wrong offset!"); \ static_assert(offsetof(AUsdStageActor, RenderContext) == 0x000260, "Member 'AUsdStageActor::RenderContext' has a wrong offset!"); \ static_assert(offsetof(AUsdStageActor, SceneComponent) == 0x000268, "Member 'AUsdStageActor::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(AUsdStageActor, Time) == 0x000270, "Member 'AUsdStageActor::Time' has a wrong offset!"); \ static_assert(offsetof(AUsdStageActor, StartTimeCode) == 0x000274, "Member 'AUsdStageActor::StartTimeCode' has a wrong offset!"); \ static_assert(offsetof(AUsdStageActor, EndTimeCode) == 0x000278, "Member 'AUsdStageActor::EndTimeCode' has a wrong offset!"); \ static_assert(offsetof(AUsdStageActor, TimeCodesPerSecond) == 0x00027C, "Member 'AUsdStageActor::TimeCodesPerSecond' has a wrong offset!"); \ static_assert(offsetof(AUsdStageActor, LevelSequence) == 0x000280, "Member 'AUsdStageActor::LevelSequence' has a wrong offset!"); \ static_assert(offsetof(AUsdStageActor, RootUsdTwin) == 0x0002E8, "Member 'AUsdStageActor::RootUsdTwin' has a wrong offset!"); \ static_assert(offsetof(AUsdStageActor, PrimsToAnimate) == 0x0002F0, "Member 'AUsdStageActor::PrimsToAnimate' has a wrong offset!"); \ static_assert(offsetof(AUsdStageActor, ObjectsToWatch) == 0x000340, "Member 'AUsdStageActor::ObjectsToWatch' has a wrong offset!"); \ static_assert(offsetof(AUsdStageActor, AssetCache) == 0x000390, "Member 'AUsdStageActor::AssetCache' has a wrong offset!"); \ static_assert(offsetof(AUsdStageActor, Transactor) == 0x000398, "Member 'AUsdStageActor::Transactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUsdTransactor \ static_assert(alignof(UUsdTransactor) == 0x000008, "Wrong alignment on UUsdTransactor"); \ static_assert(sizeof(UUsdTransactor) == 0x000038, "Wrong size on UUsdTransactor"); \ #define DUMPER7_ASSERTS_UABL_HogwartsProtector_Attack_Reflection_C \ static_assert(alignof(UABL_HogwartsProtector_Attack_Reflection_C) == 0x000008, "Wrong alignment on UABL_HogwartsProtector_Attack_Reflection_C"); \ static_assert(sizeof(UABL_HogwartsProtector_Attack_Reflection_C) == 0x0000C8, "Wrong size on UABL_HogwartsProtector_Attack_Reflection_C"); \ #define DUMPER7_ASSERTS_FUsdStageOptions \ static_assert(alignof(FUsdStageOptions) == 0x000004, "Wrong alignment on FUsdStageOptions"); \ static_assert(sizeof(FUsdStageOptions) == 0x000008, "Wrong size on FUsdStageOptions"); \ static_assert(offsetof(FUsdStageOptions, MetersPerUnit) == 0x000000, "Member 'FUsdStageOptions::MetersPerUnit' has a wrong offset!"); \ static_assert(offsetof(FUsdStageOptions, UpAxis) == 0x000004, "Member 'FUsdStageOptions::UpAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUsdAssetCache \ static_assert(alignof(UUsdAssetCache) == 0x000008, "Wrong alignment on UUsdAssetCache"); \ static_assert(sizeof(UUsdAssetCache) == 0x0001E8, "Wrong size on UUsdAssetCache"); \ static_assert(offsetof(UUsdAssetCache, TransientStorage) == 0x000028, "Member 'UUsdAssetCache::TransientStorage' has a wrong offset!"); \ static_assert(offsetof(UUsdAssetCache, PersistentStorage) == 0x000078, "Member 'UUsdAssetCache::PersistentStorage' has a wrong offset!"); \ static_assert(offsetof(UUsdAssetCache, bAllowPersistentStorage) == 0x0000C8, "Member 'UUsdAssetCache::bAllowPersistentStorage' has a wrong offset!"); \ static_assert(offsetof(UUsdAssetCache, OwnedAssets) == 0x0000D0, "Member 'UUsdAssetCache::OwnedAssets' has a wrong offset!"); \ static_assert(offsetof(UUsdAssetCache, PrimPathToAssets) == 0x000120, "Member 'UUsdAssetCache::PrimPathToAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUsdAssetImportData \ static_assert(alignof(UUsdAssetImportData) == 0x000008, "Wrong alignment on UUsdAssetImportData"); \ static_assert(sizeof(UUsdAssetImportData) == 0x000040, "Wrong size on UUsdAssetImportData"); \ static_assert(offsetof(UUsdAssetImportData, PrimPath) == 0x000028, "Member 'UUsdAssetImportData::PrimPath' has a wrong offset!"); \ static_assert(offsetof(UUsdAssetImportData, ImportOptions) == 0x000038, "Member 'UUsdAssetImportData::ImportOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUsdProjectSettings \ static_assert(alignof(UUsdProjectSettings) == 0x000008, "Wrong alignment on UUsdProjectSettings"); \ static_assert(sizeof(UUsdProjectSettings) == 0x000048, "Wrong size on UUsdProjectSettings"); \ static_assert(offsetof(UUsdProjectSettings, AdditionalPluginDirectories) == 0x000038, "Member 'UUsdProjectSettings::AdditionalPluginDirectories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_EnemiesNearby_C_PerformConditionCheck \ static_assert(alignof(BTD_EnemiesNearby_C_PerformConditionCheck) == 0x000008, "Wrong alignment on BTD_EnemiesNearby_C_PerformConditionCheck"); \ static_assert(sizeof(BTD_EnemiesNearby_C_PerformConditionCheck) == 0x000040, "Wrong size on BTD_EnemiesNearby_C_PerformConditionCheck"); \ static_assert(offsetof(BTD_EnemiesNearby_C_PerformConditionCheck, OwnerActor) == 0x000000, "Member 'BTD_EnemiesNearby_C_PerformConditionCheck::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTD_EnemiesNearby_C_PerformConditionCheck, ReturnValue) == 0x000008, "Member 'BTD_EnemiesNearby_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_EnemiesNearby_C_PerformConditionCheck, K2Node_DynamicCast_AsCamera_Stack_Actor) == 0x000010, "Member 'BTD_EnemiesNearby_C_PerformConditionCheck::K2Node_DynamicCast_AsCamera_Stack_Actor' has a wrong offset!"); \ static_assert(offsetof(BTD_EnemiesNearby_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTD_EnemiesNearby_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTD_EnemiesNearby_C_PerformConditionCheck, CallFunc_AnyNPCAwareOfPlayer_ReturnValue) == 0x000019, "Member 'BTD_EnemiesNearby_C_PerformConditionCheck::CallFunc_AnyNPCAwareOfPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_EnemiesNearby_C_PerformConditionCheck, CallFunc_GetTarget_ReturnValue) == 0x000020, "Member 'BTD_EnemiesNearby_C_PerformConditionCheck::CallFunc_GetTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_EnemiesNearby_C_PerformConditionCheck, CallFunc_GetTargetActor_ReturnValue) == 0x000028, "Member 'BTD_EnemiesNearby_C_PerformConditionCheck::CallFunc_GetTargetActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_EnemiesNearby_C_PerformConditionCheck, K2Node_DynamicCast_AsBiped_Player) == 0x000030, "Member 'BTD_EnemiesNearby_C_PerformConditionCheck::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTD_EnemiesNearby_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTD_EnemiesNearby_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTD_EnemiesNearby_C_PerformConditionCheck, CallFunc_InCombatMode_ReturnValue) == 0x000039, "Member 'BTD_EnemiesNearby_C_PerformConditionCheck::CallFunc_InCombatMode_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_EnemiesNearby_C \ static_assert(alignof(UBTD_EnemiesNearby_C) == 0x000008, "Wrong alignment on UBTD_EnemiesNearby_C"); \ static_assert(sizeof(UBTD_EnemiesNearby_C) == 0x0000A0, "Wrong size on UBTD_EnemiesNearby_C"); \ #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_ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl \ static_assert(alignof(ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl) == 0x000008, "Wrong alignment on ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl"); \ static_assert(sizeof(ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl) == 0x000070, "Wrong size on ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl"); \ static_assert(offsetof(ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl, EntryPoint) == 0x000000, "Member 'ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl, K2Node_Event_Context) == 0x000008, "Member 'ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Loot_PickupCrawl_C_ExecuteUbergraph_ABL_Loot_PickupCrawl::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Loot_PickupCrawl_C_OnAbilityBranch \ static_assert(alignof(ABL_Loot_PickupCrawl_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Loot_PickupCrawl_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Loot_PickupCrawl_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Loot_PickupCrawl_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Loot_PickupCrawl_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Loot_PickupCrawl_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_PickupCrawl_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Loot_PickupCrawl_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Loot_PickupCrawl_C_OnAbilityStart \ static_assert(alignof(ABL_Loot_PickupCrawl_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Loot_PickupCrawl_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Loot_PickupCrawl_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Loot_PickupCrawl_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Loot_PickupCrawl_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Loot_PickupCrawl_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Loot_PickupCrawl_C \ static_assert(alignof(UABL_Loot_PickupCrawl_C) == 0x000008, "Wrong alignment on UABL_Loot_PickupCrawl_C"); \ static_assert(sizeof(UABL_Loot_PickupCrawl_C) == 0x0000D0, "Wrong size on UABL_Loot_PickupCrawl_C"); \ static_assert(offsetof(UABL_Loot_PickupCrawl_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Loot_PickupCrawl_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTemplateSequenceBindingOverrideData \ static_assert(alignof(FTemplateSequenceBindingOverrideData) == 0x000004, "Wrong alignment on FTemplateSequenceBindingOverrideData"); \ static_assert(sizeof(FTemplateSequenceBindingOverrideData) == 0x00000C, "Wrong size on FTemplateSequenceBindingOverrideData"); \ static_assert(offsetof(FTemplateSequenceBindingOverrideData, Object) == 0x000000, "Member 'FTemplateSequenceBindingOverrideData::Object' has a wrong offset!"); \ static_assert(offsetof(FTemplateSequenceBindingOverrideData, bOverridesDefault) == 0x000008, "Member 'FTemplateSequenceBindingOverrideData::bOverridesDefault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTemplateSectionPropertyScale \ static_assert(alignof(FTemplateSectionPropertyScale) == 0x000008, "Wrong alignment on FTemplateSectionPropertyScale"); \ static_assert(sizeof(FTemplateSectionPropertyScale) == 0x0000C8, "Wrong size on FTemplateSectionPropertyScale"); \ static_assert(offsetof(FTemplateSectionPropertyScale, ObjectBinding) == 0x000000, "Member 'FTemplateSectionPropertyScale::ObjectBinding' has a wrong offset!"); \ static_assert(offsetof(FTemplateSectionPropertyScale, PropertyBinding) == 0x000010, "Member 'FTemplateSectionPropertyScale::PropertyBinding' has a wrong offset!"); \ static_assert(offsetof(FTemplateSectionPropertyScale, PropertyScaleType) == 0x000024, "Member 'FTemplateSectionPropertyScale::PropertyScaleType' has a wrong offset!"); \ static_assert(offsetof(FTemplateSectionPropertyScale, FloatChannel) == 0x000028, "Member 'FTemplateSectionPropertyScale::FloatChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TemplateSequencePlayer_CreateTemplateSequencePlayer \ static_assert(alignof(TemplateSequencePlayer_CreateTemplateSequencePlayer) == 0x000008, "Wrong alignment on TemplateSequencePlayer_CreateTemplateSequencePlayer"); \ static_assert(sizeof(TemplateSequencePlayer_CreateTemplateSequencePlayer) == 0x000038, "Wrong size on TemplateSequencePlayer_CreateTemplateSequencePlayer"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, WorldContextObject) == 0x000000, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, TemplateSequence) == 0x000008, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::TemplateSequence' has a wrong offset!"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, Settings) == 0x000010, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::Settings' has a wrong offset!"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, OutActor) == 0x000028, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::OutActor' has a wrong offset!"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, ReturnValue) == 0x000030, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTemplateSequencePlayer \ static_assert(alignof(UTemplateSequencePlayer) == 0x000008, "Wrong alignment on UTemplateSequencePlayer"); \ static_assert(sizeof(UTemplateSequencePlayer) == 0x0004F0, "Wrong size on UTemplateSequencePlayer"); \ #define DUMPER7_ASSERTS_UTemplateSequence \ static_assert(alignof(UTemplateSequence) == 0x000008, "Wrong alignment on UTemplateSequence"); \ static_assert(sizeof(UTemplateSequence) == 0x000108, "Wrong size on UTemplateSequence"); \ static_assert(offsetof(UTemplateSequence, MovieScene) == 0x000060, "Member 'UTemplateSequence::MovieScene' has a wrong offset!"); \ static_assert(offsetof(UTemplateSequence, BoundActorClass) == 0x000068, "Member 'UTemplateSequence::BoundActorClass' has a wrong offset!"); \ static_assert(offsetof(UTemplateSequence, BoundPreviewActor) == 0x000090, "Member 'UTemplateSequence::BoundPreviewActor' has a wrong offset!"); \ static_assert(offsetof(UTemplateSequence, BoundActorComponents) == 0x0000B8, "Member 'UTemplateSequence::BoundActorComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraAnimationSequence \ static_assert(alignof(UCameraAnimationSequence) == 0x000008, "Wrong alignment on UCameraAnimationSequence"); \ static_assert(sizeof(UCameraAnimationSequence) == 0x000108, "Wrong size on UCameraAnimationSequence"); \ #define DUMPER7_ASSERTS_UTemplateSequenceSection \ static_assert(alignof(UTemplateSequenceSection) == 0x000008, "Wrong alignment on UTemplateSequenceSection"); \ static_assert(sizeof(UTemplateSequenceSection) == 0x000180, "Wrong size on UTemplateSequenceSection"); \ static_assert(offsetof(UTemplateSequenceSection, PropertyScales) == 0x000170, "Member 'UTemplateSequenceSection::PropertyScales' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USequenceCameraShakeCameraStandIn \ static_assert(alignof(USequenceCameraShakeCameraStandIn) == 0x000010, "Wrong alignment on USequenceCameraShakeCameraStandIn"); \ static_assert(sizeof(USequenceCameraShakeCameraStandIn) == 0x000700, "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) == 0x000630, "Member 'USequenceCameraShakeCameraStandIn::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, Filmback) == 0x000634, "Member 'USequenceCameraShakeCameraStandIn::Filmback' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, LensSettings) == 0x000640, "Member 'USequenceCameraShakeCameraStandIn::LensSettings' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, FocusSettings) == 0x000658, "Member 'USequenceCameraShakeCameraStandIn::FocusSettings' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, CurrentFocalLength) == 0x0006B0, "Member 'USequenceCameraShakeCameraStandIn::CurrentFocalLength' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, CurrentAperture) == 0x0006B4, "Member 'USequenceCameraShakeCameraStandIn::CurrentAperture' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, CurrentFocusDistance) == 0x0006B8, "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_UTemplateSequenceSystem \ static_assert(alignof(UTemplateSequenceSystem) == 0x000008, "Wrong alignment on UTemplateSequenceSystem"); \ static_assert(sizeof(UTemplateSequenceSystem) == 0x0000B0, "Wrong size on UTemplateSequenceSystem"); \ #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) == 0x0002A0, "Wrong size on ATemplateSequenceActor"); \ static_assert(offsetof(ATemplateSequenceActor, PlaybackSettings) == 0x000258, "Member 'ATemplateSequenceActor::PlaybackSettings' has a wrong offset!"); \ static_assert(offsetof(ATemplateSequenceActor, SequencePlayer) == 0x000270, "Member 'ATemplateSequenceActor::SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(ATemplateSequenceActor, TemplateSequence) == 0x000278, "Member 'ATemplateSequenceActor::TemplateSequence' has a wrong offset!"); \ static_assert(offsetof(ATemplateSequenceActor, BindingOverride) == 0x000290, "Member 'ATemplateSequenceActor::BindingOverride' has a wrong offset!"); \ #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_UImgMediaPlaybackComponent \ static_assert(alignof(UImgMediaPlaybackComponent) == 0x000008, "Wrong alignment on UImgMediaPlaybackComponent"); \ static_assert(sizeof(UImgMediaPlaybackComponent) == 0x0000F8, "Wrong size on UImgMediaPlaybackComponent"); \ static_assert(offsetof(UImgMediaPlaybackComponent, Width) == 0x0000D0, "Member 'UImgMediaPlaybackComponent::Width' has a wrong offset!"); \ static_assert(offsetof(UImgMediaPlaybackComponent, LODBias) == 0x0000D4, "Member 'UImgMediaPlaybackComponent::LODBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMasterOverlapThrottlerSettings \ static_assert(alignof(FMasterOverlapThrottlerSettings) == 0x000004, "Wrong alignment on FMasterOverlapThrottlerSettings"); \ static_assert(sizeof(FMasterOverlapThrottlerSettings) == 0x000010, "Wrong size on FMasterOverlapThrottlerSettings"); \ static_assert(offsetof(FMasterOverlapThrottlerSettings, NoOverlapEventsRadiusMeters) == 0x000000, "Member 'FMasterOverlapThrottlerSettings::NoOverlapEventsRadiusMeters' has a wrong offset!"); \ static_assert(offsetof(FMasterOverlapThrottlerSettings, ComparisonActor) == 0x000004, "Member 'FMasterOverlapThrottlerSettings::ComparisonActor' has a wrong offset!"); \ static_assert(offsetof(FMasterOverlapThrottlerSettings, bManageOverlapsEnabled) == 0x00000C, "Member 'FMasterOverlapThrottlerSettings::bManageOverlapsEnabled' has a wrong offset!"); \ static_assert(offsetof(FMasterOverlapThrottlerSettings, bManageCollisionEnabled) == 0x00000D, "Member 'FMasterOverlapThrottlerSettings::bManageCollisionEnabled' has a wrong offset!"); \ static_assert(offsetof(FMasterOverlapThrottlerSettings, bPhysicsCollisionsEnabled) == 0x00000E, "Member 'FMasterOverlapThrottlerSettings::bPhysicsCollisionsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMasterOverlapThrottlerTracker \ static_assert(alignof(FMasterOverlapThrottlerTracker) == 0x000004, "Wrong alignment on FMasterOverlapThrottlerTracker"); \ static_assert(sizeof(FMasterOverlapThrottlerTracker) == 0x00002C, "Wrong size on FMasterOverlapThrottlerTracker"); \ static_assert(offsetof(FMasterOverlapThrottlerTracker, Settings) == 0x000000, "Member 'FMasterOverlapThrottlerTracker::Settings' has a wrong offset!"); \ static_assert(offsetof(FMasterOverlapThrottlerTracker, LastLocationComparisonActor) == 0x000010, "Member 'FMasterOverlapThrottlerTracker::LastLocationComparisonActor' has a wrong offset!"); \ static_assert(offsetof(FMasterOverlapThrottlerTracker, LastLocationPrimitveComponent) == 0x00001C, "Member 'FMasterOverlapThrottlerTracker::LastLocationPrimitveComponent' has a wrong offset!"); \ static_assert(offsetof(FMasterOverlapThrottlerTracker, OriginalCollisionType) == 0x000029, "Member 'FMasterOverlapThrottlerTracker::OriginalCollisionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterOverlapThrottlerSingleton_AddManagedPrimitiveComponent \ static_assert(alignof(MasterOverlapThrottlerSingleton_AddManagedPrimitiveComponent) == 0x000008, "Wrong alignment on MasterOverlapThrottlerSingleton_AddManagedPrimitiveComponent"); \ static_assert(sizeof(MasterOverlapThrottlerSingleton_AddManagedPrimitiveComponent) == 0x000018, "Wrong size on MasterOverlapThrottlerSingleton_AddManagedPrimitiveComponent"); \ static_assert(offsetof(MasterOverlapThrottlerSingleton_AddManagedPrimitiveComponent, Component) == 0x000000, "Member 'MasterOverlapThrottlerSingleton_AddManagedPrimitiveComponent::Component' has a wrong offset!"); \ static_assert(offsetof(MasterOverlapThrottlerSingleton_AddManagedPrimitiveComponent, Settings) == 0x000008, "Member 'MasterOverlapThrottlerSingleton_AddManagedPrimitiveComponent::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterOverlapThrottlerSingleton_DisablePrimitiveComponentThrottling \ static_assert(alignof(MasterOverlapThrottlerSingleton_DisablePrimitiveComponentThrottling) == 0x000008, "Wrong alignment on MasterOverlapThrottlerSingleton_DisablePrimitiveComponentThrottling"); \ static_assert(sizeof(MasterOverlapThrottlerSingleton_DisablePrimitiveComponentThrottling) == 0x000008, "Wrong size on MasterOverlapThrottlerSingleton_DisablePrimitiveComponentThrottling"); \ static_assert(offsetof(MasterOverlapThrottlerSingleton_DisablePrimitiveComponentThrottling, Component) == 0x000000, "Member 'MasterOverlapThrottlerSingleton_DisablePrimitiveComponentThrottling::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterOverlapThrottlerSingleton_EnablePrimitiveComponentThrottling \ static_assert(alignof(MasterOverlapThrottlerSingleton_EnablePrimitiveComponentThrottling) == 0x000008, "Wrong alignment on MasterOverlapThrottlerSingleton_EnablePrimitiveComponentThrottling"); \ static_assert(sizeof(MasterOverlapThrottlerSingleton_EnablePrimitiveComponentThrottling) == 0x000010, "Wrong size on MasterOverlapThrottlerSingleton_EnablePrimitiveComponentThrottling"); \ static_assert(offsetof(MasterOverlapThrottlerSingleton_EnablePrimitiveComponentThrottling, Component) == 0x000000, "Member 'MasterOverlapThrottlerSingleton_EnablePrimitiveComponentThrottling::Component' has a wrong offset!"); \ static_assert(offsetof(MasterOverlapThrottlerSingleton_EnablePrimitiveComponentThrottling, bEnable) == 0x000008, "Member 'MasterOverlapThrottlerSingleton_EnablePrimitiveComponentThrottling::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterOverlapThrottlerSingleton_IsManagedPrimitiveComponent \ static_assert(alignof(MasterOverlapThrottlerSingleton_IsManagedPrimitiveComponent) == 0x000008, "Wrong alignment on MasterOverlapThrottlerSingleton_IsManagedPrimitiveComponent"); \ static_assert(sizeof(MasterOverlapThrottlerSingleton_IsManagedPrimitiveComponent) == 0x000010, "Wrong size on MasterOverlapThrottlerSingleton_IsManagedPrimitiveComponent"); \ static_assert(offsetof(MasterOverlapThrottlerSingleton_IsManagedPrimitiveComponent, Component) == 0x000000, "Member 'MasterOverlapThrottlerSingleton_IsManagedPrimitiveComponent::Component' has a wrong offset!"); \ static_assert(offsetof(MasterOverlapThrottlerSingleton_IsManagedPrimitiveComponent, bIsManaged) == 0x000008, "Member 'MasterOverlapThrottlerSingleton_IsManagedPrimitiveComponent::bIsManaged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterOverlapThrottlerSingleton_IsPrimitiveComponentThrottled \ static_assert(alignof(MasterOverlapThrottlerSingleton_IsPrimitiveComponentThrottled) == 0x000008, "Wrong alignment on MasterOverlapThrottlerSingleton_IsPrimitiveComponentThrottled"); \ static_assert(sizeof(MasterOverlapThrottlerSingleton_IsPrimitiveComponentThrottled) == 0x000010, "Wrong size on MasterOverlapThrottlerSingleton_IsPrimitiveComponentThrottled"); \ static_assert(offsetof(MasterOverlapThrottlerSingleton_IsPrimitiveComponentThrottled, Component) == 0x000000, "Member 'MasterOverlapThrottlerSingleton_IsPrimitiveComponentThrottled::Component' has a wrong offset!"); \ static_assert(offsetof(MasterOverlapThrottlerSingleton_IsPrimitiveComponentThrottled, bIsThrottled) == 0x000008, "Member 'MasterOverlapThrottlerSingleton_IsPrimitiveComponentThrottled::bIsThrottled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MasterOverlapThrottlerSingleton_RemoveManagedPrimitiveComponent \ static_assert(alignof(MasterOverlapThrottlerSingleton_RemoveManagedPrimitiveComponent) == 0x000008, "Wrong alignment on MasterOverlapThrottlerSingleton_RemoveManagedPrimitiveComponent"); \ static_assert(sizeof(MasterOverlapThrottlerSingleton_RemoveManagedPrimitiveComponent) == 0x000008, "Wrong size on MasterOverlapThrottlerSingleton_RemoveManagedPrimitiveComponent"); \ static_assert(offsetof(MasterOverlapThrottlerSingleton_RemoveManagedPrimitiveComponent, Component) == 0x000000, "Member 'MasterOverlapThrottlerSingleton_RemoveManagedPrimitiveComponent::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMasterOverlapThrottlerSingleton \ static_assert(alignof(AMasterOverlapThrottlerSingleton) == 0x000008, "Wrong alignment on AMasterOverlapThrottlerSingleton"); \ static_assert(sizeof(AMasterOverlapThrottlerSingleton) == 0x000298, "Wrong size on AMasterOverlapThrottlerSingleton"); \ static_assert(offsetof(AMasterOverlapThrottlerSingleton, ThrottlePrimitiveComponents) == 0x000248, "Member 'AMasterOverlapThrottlerSingleton::ThrottlePrimitiveComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeSSBlueprintLibrary_GetDefaultXeSSQualityMode \ static_assert(alignof(XeSSBlueprintLibrary_GetDefaultXeSSQualityMode) == 0x000004, "Wrong alignment on XeSSBlueprintLibrary_GetDefaultXeSSQualityMode"); \ static_assert(sizeof(XeSSBlueprintLibrary_GetDefaultXeSSQualityMode) == 0x00000C, "Wrong size on XeSSBlueprintLibrary_GetDefaultXeSSQualityMode"); \ static_assert(offsetof(XeSSBlueprintLibrary_GetDefaultXeSSQualityMode, ScreenResolution) == 0x000000, "Member 'XeSSBlueprintLibrary_GetDefaultXeSSQualityMode::ScreenResolution' has a wrong offset!"); \ static_assert(offsetof(XeSSBlueprintLibrary_GetDefaultXeSSQualityMode, ReturnValue) == 0x000008, "Member 'XeSSBlueprintLibrary_GetDefaultXeSSQualityMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeSSBlueprintLibrary_GetSupportedXeSSQualityModes \ static_assert(alignof(XeSSBlueprintLibrary_GetSupportedXeSSQualityModes) == 0x000008, "Wrong alignment on XeSSBlueprintLibrary_GetSupportedXeSSQualityModes"); \ static_assert(sizeof(XeSSBlueprintLibrary_GetSupportedXeSSQualityModes) == 0x000010, "Wrong size on XeSSBlueprintLibrary_GetSupportedXeSSQualityModes"); \ static_assert(offsetof(XeSSBlueprintLibrary_GetSupportedXeSSQualityModes, ReturnValue) == 0x000000, "Member 'XeSSBlueprintLibrary_GetSupportedXeSSQualityModes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeSSBlueprintLibrary_GetXeSSQualityMode \ static_assert(alignof(XeSSBlueprintLibrary_GetXeSSQualityMode) == 0x000001, "Wrong alignment on XeSSBlueprintLibrary_GetXeSSQualityMode"); \ static_assert(sizeof(XeSSBlueprintLibrary_GetXeSSQualityMode) == 0x000001, "Wrong size on XeSSBlueprintLibrary_GetXeSSQualityMode"); \ static_assert(offsetof(XeSSBlueprintLibrary_GetXeSSQualityMode, ReturnValue) == 0x000000, "Member 'XeSSBlueprintLibrary_GetXeSSQualityMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeSSBlueprintLibrary_GetXeSSQualityModeInformation \ static_assert(alignof(XeSSBlueprintLibrary_GetXeSSQualityModeInformation) == 0x000004, "Wrong alignment on XeSSBlueprintLibrary_GetXeSSQualityModeInformation"); \ static_assert(sizeof(XeSSBlueprintLibrary_GetXeSSQualityModeInformation) == 0x00000C, "Wrong size on XeSSBlueprintLibrary_GetXeSSQualityModeInformation"); \ static_assert(offsetof(XeSSBlueprintLibrary_GetXeSSQualityModeInformation, QualityMode) == 0x000000, "Member 'XeSSBlueprintLibrary_GetXeSSQualityModeInformation::QualityMode' has a wrong offset!"); \ static_assert(offsetof(XeSSBlueprintLibrary_GetXeSSQualityModeInformation, ScreenPercentage) == 0x000004, "Member 'XeSSBlueprintLibrary_GetXeSSQualityModeInformation::ScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(XeSSBlueprintLibrary_GetXeSSQualityModeInformation, ReturnValue) == 0x000008, "Member 'XeSSBlueprintLibrary_GetXeSSQualityModeInformation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeSSBlueprintLibrary_IsXeSSSupported \ static_assert(alignof(XeSSBlueprintLibrary_IsXeSSSupported) == 0x000001, "Wrong alignment on XeSSBlueprintLibrary_IsXeSSSupported"); \ static_assert(sizeof(XeSSBlueprintLibrary_IsXeSSSupported) == 0x000001, "Wrong size on XeSSBlueprintLibrary_IsXeSSSupported"); \ static_assert(offsetof(XeSSBlueprintLibrary_IsXeSSSupported, ReturnValue) == 0x000000, "Member 'XeSSBlueprintLibrary_IsXeSSSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeSSBlueprintLibrary_SetXeSSQualityMode \ static_assert(alignof(XeSSBlueprintLibrary_SetXeSSQualityMode) == 0x000001, "Wrong alignment on XeSSBlueprintLibrary_SetXeSSQualityMode"); \ static_assert(sizeof(XeSSBlueprintLibrary_SetXeSSQualityMode) == 0x000001, "Wrong size on XeSSBlueprintLibrary_SetXeSSQualityMode"); \ static_assert(offsetof(XeSSBlueprintLibrary_SetXeSSQualityMode, QualityMode) == 0x000000, "Member 'XeSSBlueprintLibrary_SetXeSSQualityMode::QualityMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UXeSSBlueprintLibrary \ static_assert(alignof(UXeSSBlueprintLibrary) == 0x000008, "Wrong alignment on UXeSSBlueprintLibrary"); \ static_assert(sizeof(UXeSSBlueprintLibrary) == 0x000028, "Wrong size on UXeSSBlueprintLibrary"); \ #define DUMPER7_ASSERTS_BTT_Creature_StoreInteractionTime_C_ExecuteUbergraph_BTT_Creature_StoreInteractionTime \ static_assert(alignof(BTT_Creature_StoreInteractionTime_C_ExecuteUbergraph_BTT_Creature_StoreInteractionTime) == 0x000008, "Wrong alignment on BTT_Creature_StoreInteractionTime_C_ExecuteUbergraph_BTT_Creature_StoreInteractionTime"); \ static_assert(sizeof(BTT_Creature_StoreInteractionTime_C_ExecuteUbergraph_BTT_Creature_StoreInteractionTime) == 0x000030, "Wrong size on BTT_Creature_StoreInteractionTime_C_ExecuteUbergraph_BTT_Creature_StoreInteractionTime"); \ static_assert(offsetof(BTT_Creature_StoreInteractionTime_C_ExecuteUbergraph_BTT_Creature_StoreInteractionTime, EntryPoint) == 0x000000, "Member 'BTT_Creature_StoreInteractionTime_C_ExecuteUbergraph_BTT_Creature_StoreInteractionTime::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_StoreInteractionTime_C_ExecuteUbergraph_BTT_Creature_StoreInteractionTime, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_Creature_StoreInteractionTime_C_ExecuteUbergraph_BTT_Creature_StoreInteractionTime::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_StoreInteractionTime_C_ExecuteUbergraph_BTT_Creature_StoreInteractionTime, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_Creature_StoreInteractionTime_C_ExecuteUbergraph_BTT_Creature_StoreInteractionTime::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_StoreInteractionTime_C_ExecuteUbergraph_BTT_Creature_StoreInteractionTime, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BTT_Creature_StoreInteractionTime_C_ExecuteUbergraph_BTT_Creature_StoreInteractionTime::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_StoreInteractionTime_C_ExecuteUbergraph_BTT_Creature_StoreInteractionTime, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BTT_Creature_StoreInteractionTime_C_ExecuteUbergraph_BTT_Creature_StoreInteractionTime::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_StoreInteractionTime_C_ExecuteUbergraph_BTT_Creature_StoreInteractionTime, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000028, "Member 'BTT_Creature_StoreInteractionTime_C_ExecuteUbergraph_BTT_Creature_StoreInteractionTime::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_StoreInteractionTime_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_StoreInteractionTime_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_StoreInteractionTime_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_StoreInteractionTime_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_StoreInteractionTime_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_StoreInteractionTime_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_StoreInteractionTime_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_StoreInteractionTime_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_StoreInteractionTime_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_StoreInteractionTime_C \ static_assert(alignof(UBTT_Creature_StoreInteractionTime_C) == 0x000008, "Wrong alignment on UBTT_Creature_StoreInteractionTime_C"); \ static_assert(sizeof(UBTT_Creature_StoreInteractionTime_C) == 0x0000D8, "Wrong size on UBTT_Creature_StoreInteractionTime_C"); \ static_assert(offsetof(UBTT_Creature_StoreInteractionTime_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_StoreInteractionTime_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_StoreInteractionTime_C, InteractionTarget) == 0x0000B0, "Member 'UBTT_Creature_StoreInteractionTime_C::InteractionTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetFlashIndicatorEnabled \ static_assert(alignof(XeLLBlueprintLibrary_GetFlashIndicatorEnabled) == 0x000001, "Wrong alignment on XeLLBlueprintLibrary_GetFlashIndicatorEnabled"); \ static_assert(sizeof(XeLLBlueprintLibrary_GetFlashIndicatorEnabled) == 0x000001, "Wrong size on XeLLBlueprintLibrary_GetFlashIndicatorEnabled"); \ static_assert(offsetof(XeLLBlueprintLibrary_GetFlashIndicatorEnabled, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetFlashIndicatorEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetGameLatencyInMs \ static_assert(alignof(XeLLBlueprintLibrary_GetGameLatencyInMs) == 0x000004, "Wrong alignment on XeLLBlueprintLibrary_GetGameLatencyInMs"); \ static_assert(sizeof(XeLLBlueprintLibrary_GetGameLatencyInMs) == 0x000004, "Wrong size on XeLLBlueprintLibrary_GetGameLatencyInMs"); \ static_assert(offsetof(XeLLBlueprintLibrary_GetGameLatencyInMs, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetGameLatencyInMs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetGameToRenderLatencyInMs \ static_assert(alignof(XeLLBlueprintLibrary_GetGameToRenderLatencyInMs) == 0x000004, "Wrong alignment on XeLLBlueprintLibrary_GetGameToRenderLatencyInMs"); \ static_assert(sizeof(XeLLBlueprintLibrary_GetGameToRenderLatencyInMs) == 0x000004, "Wrong size on XeLLBlueprintLibrary_GetGameToRenderLatencyInMs"); \ static_assert(offsetof(XeLLBlueprintLibrary_GetGameToRenderLatencyInMs, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetGameToRenderLatencyInMs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetInputLatencyInMs \ static_assert(alignof(XeLLBlueprintLibrary_GetInputLatencyInMs) == 0x000004, "Wrong alignment on XeLLBlueprintLibrary_GetInputLatencyInMs"); \ static_assert(sizeof(XeLLBlueprintLibrary_GetInputLatencyInMs) == 0x000004, "Wrong size on XeLLBlueprintLibrary_GetInputLatencyInMs"); \ static_assert(offsetof(XeLLBlueprintLibrary_GetInputLatencyInMs, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetInputLatencyInMs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetLatencyMarkEnabled \ static_assert(alignof(XeLLBlueprintLibrary_GetLatencyMarkEnabled) == 0x000001, "Wrong alignment on XeLLBlueprintLibrary_GetLatencyMarkEnabled"); \ static_assert(sizeof(XeLLBlueprintLibrary_GetLatencyMarkEnabled) == 0x000001, "Wrong size on XeLLBlueprintLibrary_GetLatencyMarkEnabled"); \ static_assert(offsetof(XeLLBlueprintLibrary_GetLatencyMarkEnabled, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetLatencyMarkEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetPresentLatencyInMs \ static_assert(alignof(XeLLBlueprintLibrary_GetPresentLatencyInMs) == 0x000004, "Wrong alignment on XeLLBlueprintLibrary_GetPresentLatencyInMs"); \ static_assert(sizeof(XeLLBlueprintLibrary_GetPresentLatencyInMs) == 0x000004, "Wrong size on XeLLBlueprintLibrary_GetPresentLatencyInMs"); \ static_assert(offsetof(XeLLBlueprintLibrary_GetPresentLatencyInMs, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetPresentLatencyInMs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetRenderLatencyInMs \ static_assert(alignof(XeLLBlueprintLibrary_GetRenderLatencyInMs) == 0x000004, "Wrong alignment on XeLLBlueprintLibrary_GetRenderLatencyInMs"); \ static_assert(sizeof(XeLLBlueprintLibrary_GetRenderLatencyInMs) == 0x000004, "Wrong size on XeLLBlueprintLibrary_GetRenderLatencyInMs"); \ static_assert(offsetof(XeLLBlueprintLibrary_GetRenderLatencyInMs, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetRenderLatencyInMs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetRenderSubmitLatencyInMs \ static_assert(alignof(XeLLBlueprintLibrary_GetRenderSubmitLatencyInMs) == 0x000004, "Wrong alignment on XeLLBlueprintLibrary_GetRenderSubmitLatencyInMs"); \ static_assert(sizeof(XeLLBlueprintLibrary_GetRenderSubmitLatencyInMs) == 0x000004, "Wrong size on XeLLBlueprintLibrary_GetRenderSubmitLatencyInMs"); \ static_assert(offsetof(XeLLBlueprintLibrary_GetRenderSubmitLatencyInMs, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetRenderSubmitLatencyInMs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetSimulationLatencyInMs \ static_assert(alignof(XeLLBlueprintLibrary_GetSimulationLatencyInMs) == 0x000004, "Wrong alignment on XeLLBlueprintLibrary_GetSimulationLatencyInMs"); \ static_assert(sizeof(XeLLBlueprintLibrary_GetSimulationLatencyInMs) == 0x000004, "Wrong size on XeLLBlueprintLibrary_GetSimulationLatencyInMs"); \ static_assert(offsetof(XeLLBlueprintLibrary_GetSimulationLatencyInMs, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetSimulationLatencyInMs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetSupportedXeLLModes \ static_assert(alignof(XeLLBlueprintLibrary_GetSupportedXeLLModes) == 0x000008, "Wrong alignment on XeLLBlueprintLibrary_GetSupportedXeLLModes"); \ static_assert(sizeof(XeLLBlueprintLibrary_GetSupportedXeLLModes) == 0x000010, "Wrong size on XeLLBlueprintLibrary_GetSupportedXeLLModes"); \ static_assert(offsetof(XeLLBlueprintLibrary_GetSupportedXeLLModes, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetSupportedXeLLModes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeLLBlueprintLibrary_GetXeLLMode \ static_assert(alignof(XeLLBlueprintLibrary_GetXeLLMode) == 0x000001, "Wrong alignment on XeLLBlueprintLibrary_GetXeLLMode"); \ static_assert(sizeof(XeLLBlueprintLibrary_GetXeLLMode) == 0x000001, "Wrong size on XeLLBlueprintLibrary_GetXeLLMode"); \ static_assert(offsetof(XeLLBlueprintLibrary_GetXeLLMode, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_GetXeLLMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeLLBlueprintLibrary_IsXeLLSupported \ static_assert(alignof(XeLLBlueprintLibrary_IsXeLLSupported) == 0x000001, "Wrong alignment on XeLLBlueprintLibrary_IsXeLLSupported"); \ static_assert(sizeof(XeLLBlueprintLibrary_IsXeLLSupported) == 0x000001, "Wrong size on XeLLBlueprintLibrary_IsXeLLSupported"); \ static_assert(offsetof(XeLLBlueprintLibrary_IsXeLLSupported, ReturnValue) == 0x000000, "Member 'XeLLBlueprintLibrary_IsXeLLSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeLLBlueprintLibrary_SetFlashIndicatorEnabled \ static_assert(alignof(XeLLBlueprintLibrary_SetFlashIndicatorEnabled) == 0x000001, "Wrong alignment on XeLLBlueprintLibrary_SetFlashIndicatorEnabled"); \ static_assert(sizeof(XeLLBlueprintLibrary_SetFlashIndicatorEnabled) == 0x000001, "Wrong size on XeLLBlueprintLibrary_SetFlashIndicatorEnabled"); \ static_assert(offsetof(XeLLBlueprintLibrary_SetFlashIndicatorEnabled, bEnabled) == 0x000000, "Member 'XeLLBlueprintLibrary_SetFlashIndicatorEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeLLBlueprintLibrary_SetXeLLMode \ static_assert(alignof(XeLLBlueprintLibrary_SetXeLLMode) == 0x000001, "Wrong alignment on XeLLBlueprintLibrary_SetXeLLMode"); \ static_assert(sizeof(XeLLBlueprintLibrary_SetXeLLMode) == 0x000001, "Wrong size on XeLLBlueprintLibrary_SetXeLLMode"); \ static_assert(offsetof(XeLLBlueprintLibrary_SetXeLLMode, Mode) == 0x000000, "Member 'XeLLBlueprintLibrary_SetXeLLMode::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UXeLLBlueprintLibrary \ static_assert(alignof(UXeLLBlueprintLibrary) == 0x000008, "Wrong alignment on UXeLLBlueprintLibrary"); \ static_assert(sizeof(UXeLLBlueprintLibrary) == 0x000028, "Wrong size on UXeLLBlueprintLibrary"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BumpSpin_Horiz_S_C_ExecuteUbergraph_ABL_NpcReact_BumpSpin_Horiz_S \ static_assert(alignof(ABL_NpcReact_BumpSpin_Horiz_S_C_ExecuteUbergraph_ABL_NpcReact_BumpSpin_Horiz_S) == 0x000008, "Wrong alignment on ABL_NpcReact_BumpSpin_Horiz_S_C_ExecuteUbergraph_ABL_NpcReact_BumpSpin_Horiz_S"); \ static_assert(sizeof(ABL_NpcReact_BumpSpin_Horiz_S_C_ExecuteUbergraph_ABL_NpcReact_BumpSpin_Horiz_S) == 0x000030, "Wrong size on ABL_NpcReact_BumpSpin_Horiz_S_C_ExecuteUbergraph_ABL_NpcReact_BumpSpin_Horiz_S"); \ static_assert(offsetof(ABL_NpcReact_BumpSpin_Horiz_S_C_ExecuteUbergraph_ABL_NpcReact_BumpSpin_Horiz_S, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_BumpSpin_Horiz_S_C_ExecuteUbergraph_ABL_NpcReact_BumpSpin_Horiz_S::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpSpin_Horiz_S_C_ExecuteUbergraph_ABL_NpcReact_BumpSpin_Horiz_S, K2Node_Event_Context) == 0x000008, "Member 'ABL_NpcReact_BumpSpin_Horiz_S_C_ExecuteUbergraph_ABL_NpcReact_BumpSpin_Horiz_S::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpSpin_Horiz_S_C_ExecuteUbergraph_ABL_NpcReact_BumpSpin_Horiz_S, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NpcReact_BumpSpin_Horiz_S_C_ExecuteUbergraph_ABL_NpcReact_BumpSpin_Horiz_S::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpSpin_Horiz_S_C_ExecuteUbergraph_ABL_NpcReact_BumpSpin_Horiz_S, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NpcReact_BumpSpin_Horiz_S_C_ExecuteUbergraph_ABL_NpcReact_BumpSpin_Horiz_S::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpSpin_Horiz_S_C_ExecuteUbergraph_ABL_NpcReact_BumpSpin_Horiz_S, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NpcReact_BumpSpin_Horiz_S_C_ExecuteUbergraph_ABL_NpcReact_BumpSpin_Horiz_S::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpSpin_Horiz_S_C_ExecuteUbergraph_ABL_NpcReact_BumpSpin_Horiz_S, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_NpcReact_BumpSpin_Horiz_S_C_ExecuteUbergraph_ABL_NpcReact_BumpSpin_Horiz_S::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityBranch \ static_assert(alignof(ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityEnd \ static_assert(alignof(ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_BumpSpin_Horiz_S_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_BumpSpin_Horiz_S_C \ static_assert(alignof(UABL_NpcReact_BumpSpin_Horiz_S_C) == 0x000008, "Wrong alignment on UABL_NpcReact_BumpSpin_Horiz_S_C"); \ static_assert(sizeof(UABL_NpcReact_BumpSpin_Horiz_S_C) == 0x0000F0, "Wrong size on UABL_NpcReact_BumpSpin_Horiz_S_C"); \ static_assert(offsetof(UABL_NpcReact_BumpSpin_Horiz_S_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_BumpSpin_Horiz_S_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NpcReact_BumpSpin_Horiz_S_C, TempCharRef) == 0x0000E8, "Member 'UABL_NpcReact_BumpSpin_Horiz_S_C::TempCharRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_WaterIgnoreVolume_C \ static_assert(alignof(ABP_WaterIgnoreVolume_C) == 0x000008, "Wrong alignment on ABP_WaterIgnoreVolume_C"); \ static_assert(sizeof(ABP_WaterIgnoreVolume_C) == 0x0002B8, "Wrong size on ABP_WaterIgnoreVolume_C"); \ #define DUMPER7_ASSERTS_XeFGBlueprintLibrary_GetSupportedXeFGModes \ static_assert(alignof(XeFGBlueprintLibrary_GetSupportedXeFGModes) == 0x000008, "Wrong alignment on XeFGBlueprintLibrary_GetSupportedXeFGModes"); \ static_assert(sizeof(XeFGBlueprintLibrary_GetSupportedXeFGModes) == 0x000010, "Wrong size on XeFGBlueprintLibrary_GetSupportedXeFGModes"); \ static_assert(offsetof(XeFGBlueprintLibrary_GetSupportedXeFGModes, ReturnValue) == 0x000000, "Member 'XeFGBlueprintLibrary_GetSupportedXeFGModes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeFGBlueprintLibrary_GetXeFGMode \ static_assert(alignof(XeFGBlueprintLibrary_GetXeFGMode) == 0x000001, "Wrong alignment on XeFGBlueprintLibrary_GetXeFGMode"); \ static_assert(sizeof(XeFGBlueprintLibrary_GetXeFGMode) == 0x000001, "Wrong size on XeFGBlueprintLibrary_GetXeFGMode"); \ static_assert(offsetof(XeFGBlueprintLibrary_GetXeFGMode, ReturnValue) == 0x000000, "Member 'XeFGBlueprintLibrary_GetXeFGMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG \ static_assert(alignof(XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG) == 0x000001, "Wrong alignment on XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG"); \ static_assert(sizeof(XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG) == 0x000001, "Wrong size on XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG"); \ static_assert(offsetof(XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG, ReturnValue) == 0x000000, "Member 'XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeFGBlueprintLibrary_IsXeFGSupported \ static_assert(alignof(XeFGBlueprintLibrary_IsXeFGSupported) == 0x000001, "Wrong alignment on XeFGBlueprintLibrary_IsXeFGSupported"); \ static_assert(sizeof(XeFGBlueprintLibrary_IsXeFGSupported) == 0x000001, "Wrong size on XeFGBlueprintLibrary_IsXeFGSupported"); \ static_assert(offsetof(XeFGBlueprintLibrary_IsXeFGSupported, ReturnValue) == 0x000000, "Member 'XeFGBlueprintLibrary_IsXeFGSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XeFGBlueprintLibrary_SetXeFGMode \ static_assert(alignof(XeFGBlueprintLibrary_SetXeFGMode) == 0x000001, "Wrong alignment on XeFGBlueprintLibrary_SetXeFGMode"); \ static_assert(sizeof(XeFGBlueprintLibrary_SetXeFGMode) == 0x000001, "Wrong size on XeFGBlueprintLibrary_SetXeFGMode"); \ static_assert(offsetof(XeFGBlueprintLibrary_SetXeFGMode, Mode) == 0x000000, "Member 'XeFGBlueprintLibrary_SetXeFGMode::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UXeFGBlueprintLibrary \ static_assert(alignof(UXeFGBlueprintLibrary) == 0x000008, "Wrong alignment on UXeFGBlueprintLibrary"); \ static_assert(sizeof(UXeFGBlueprintLibrary) == 0x000028, "Wrong size on UXeFGBlueprintLibrary"); \ #define DUMPER7_ASSERTS_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_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_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_FMoviePipelineCameraCutInfo \ static_assert(alignof(FMoviePipelineCameraCutInfo) == 0x000008, "Wrong alignment on FMoviePipelineCameraCutInfo"); \ static_assert(sizeof(FMoviePipelineCameraCutInfo) == 0x000098, "Wrong size on FMoviePipelineCameraCutInfo"); \ #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_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_UMoviePipelineCommandLineEncoder \ static_assert(alignof(UMoviePipelineCommandLineEncoder) == 0x000008, "Wrong alignment on UMoviePipelineCommandLineEncoder"); \ static_assert(sizeof(UMoviePipelineCommandLineEncoder) == 0x000088, "Wrong size on UMoviePipelineCommandLineEncoder"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoder, FileNameFormatOverride) == 0x000048, "Member 'UMoviePipelineCommandLineEncoder::FileNameFormatOverride' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoder, Quality) == 0x000058, "Member 'UMoviePipelineCommandLineEncoder::Quality' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoder, AdditionalCommandLineArgs) == 0x000060, "Member 'UMoviePipelineCommandLineEncoder::AdditionalCommandLineArgs' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoder, bDeleteSourceFiles) == 0x000070, "Member 'UMoviePipelineCommandLineEncoder::bDeleteSourceFiles' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoder, bSkipEncodeOnRenderCanceled) == 0x000071, "Member 'UMoviePipelineCommandLineEncoder::bSkipEncodeOnRenderCanceled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipeline_Initialize \ static_assert(alignof(MoviePipeline_Initialize) == 0x000008, "Wrong alignment on MoviePipeline_Initialize"); \ static_assert(sizeof(MoviePipeline_Initialize) == 0x000008, "Wrong size on MoviePipeline_Initialize"); \ static_assert(offsetof(MoviePipeline_Initialize, InJob) == 0x000000, "Member 'MoviePipeline_Initialize::InJob' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipeline_RequestShutdown \ static_assert(alignof(MoviePipeline_RequestShutdown) == 0x000001, "Wrong alignment on MoviePipeline_RequestShutdown"); \ static_assert(sizeof(MoviePipeline_RequestShutdown) == 0x000001, "Wrong size on MoviePipeline_RequestShutdown"); \ static_assert(offsetof(MoviePipeline_RequestShutdown, bIsError) == 0x000000, "Member 'MoviePipeline_RequestShutdown::bIsError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipeline_Shutdown \ static_assert(alignof(MoviePipeline_Shutdown) == 0x000001, "Wrong alignment on MoviePipeline_Shutdown"); \ static_assert(sizeof(MoviePipeline_Shutdown) == 0x000001, "Wrong size on MoviePipeline_Shutdown"); \ static_assert(offsetof(MoviePipeline_Shutdown, bError) == 0x000000, "Member 'MoviePipeline_Shutdown::bError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipeline_GetPipelineMasterConfig \ static_assert(alignof(MoviePipeline_GetPipelineMasterConfig) == 0x000008, "Wrong alignment on MoviePipeline_GetPipelineMasterConfig"); \ static_assert(sizeof(MoviePipeline_GetPipelineMasterConfig) == 0x000008, "Wrong size on MoviePipeline_GetPipelineMasterConfig"); \ static_assert(offsetof(MoviePipeline_GetPipelineMasterConfig, ReturnValue) == 0x000000, "Member 'MoviePipeline_GetPipelineMasterConfig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipeline_GetPreviewTexture \ static_assert(alignof(MoviePipeline_GetPreviewTexture) == 0x000008, "Wrong alignment on MoviePipeline_GetPreviewTexture"); \ static_assert(sizeof(MoviePipeline_GetPreviewTexture) == 0x000008, "Wrong size on MoviePipeline_GetPreviewTexture"); \ static_assert(offsetof(MoviePipeline_GetPreviewTexture, ReturnValue) == 0x000000, "Member 'MoviePipeline_GetPreviewTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipeline_IsShutdownRequested \ static_assert(alignof(MoviePipeline_IsShutdownRequested) == 0x000001, "Wrong alignment on MoviePipeline_IsShutdownRequested"); \ static_assert(sizeof(MoviePipeline_IsShutdownRequested) == 0x000001, "Wrong size on MoviePipeline_IsShutdownRequested"); \ static_assert(offsetof(MoviePipeline_IsShutdownRequested, ReturnValue) == 0x000000, "Member 'MoviePipeline_IsShutdownRequested::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipeline \ static_assert(alignof(UMoviePipeline) == 0x000008, "Wrong alignment on UMoviePipeline"); \ static_assert(sizeof(UMoviePipeline) == 0x0002E0, "Wrong size on UMoviePipeline"); \ static_assert(offsetof(UMoviePipeline, OnMoviePipelineFinishedDelegate) == 0x000028, "Member 'UMoviePipeline::OnMoviePipelineFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, OnMoviePipelineWorkFinishedDelegate) == 0x000038, "Member 'UMoviePipeline::OnMoviePipelineWorkFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, OnMoviePipelineShotWorkFinishedDelegate) == 0x000048, "Member 'UMoviePipeline::OnMoviePipelineShotWorkFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, CustomTimeStep) == 0x000058, "Member 'UMoviePipeline::CustomTimeStep' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, CachedPrevCustomTimeStep) == 0x000070, "Member 'UMoviePipeline::CachedPrevCustomTimeStep' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, TargetSequence) == 0x000078, "Member 'UMoviePipeline::TargetSequence' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, LevelSequenceActor) == 0x000080, "Member 'UMoviePipeline::LevelSequenceActor' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, DebugWidget) == 0x000088, "Member 'UMoviePipeline::DebugWidget' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, PreviewTexture) == 0x000090, "Member 'UMoviePipeline::PreviewTexture' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, DebugWidgetClass) == 0x0002A0, "Member 'UMoviePipeline::DebugWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, CurrentJob) == 0x0002A8, "Member 'UMoviePipeline::CurrentJob' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineCustomTimeStep \ static_assert(alignof(UMoviePipelineCustomTimeStep) == 0x000008, "Wrong alignment on UMoviePipelineCustomTimeStep"); \ static_assert(sizeof(UMoviePipelineCustomTimeStep) == 0x000030, "Wrong size on UMoviePipelineCustomTimeStep"); \ #define DUMPER7_ASSERTS_UMoviePipelineAntiAliasingSetting \ static_assert(alignof(UMoviePipelineAntiAliasingSetting) == 0x000008, "Wrong alignment on UMoviePipelineAntiAliasingSetting"); \ static_assert(sizeof(UMoviePipelineAntiAliasingSetting) == 0x000068, "Wrong size on UMoviePipelineAntiAliasingSetting"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, SpatialSampleCount) == 0x000048, "Member 'UMoviePipelineAntiAliasingSetting::SpatialSampleCount' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, TemporalSampleCount) == 0x00004C, "Member 'UMoviePipelineAntiAliasingSetting::TemporalSampleCount' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bOverrideAntiAliasing) == 0x000050, "Member 'UMoviePipelineAntiAliasingSetting::bOverrideAntiAliasing' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, AntiAliasingMethod) == 0x000051, "Member 'UMoviePipelineAntiAliasingSetting::AntiAliasingMethod' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, RenderWarmUpCount) == 0x000054, "Member 'UMoviePipelineAntiAliasingSetting::RenderWarmUpCount' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bUseCameraCutForWarmUp) == 0x000058, "Member 'UMoviePipelineAntiAliasingSetting::bUseCameraCutForWarmUp' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, EngineWarmUpCount) == 0x00005C, "Member 'UMoviePipelineAntiAliasingSetting::EngineWarmUpCount' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bRenderWarmUpFrames) == 0x000060, "Member 'UMoviePipelineAntiAliasingSetting::bRenderWarmUpFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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) == 0x0002E8, "Wrong size on AMoviePipelineGameMode"); \ #define DUMPER7_ASSERTS_UMoviePipelineGameOverrideSetting \ static_assert(alignof(UMoviePipelineGameOverrideSetting) == 0x000008, "Wrong alignment on UMoviePipelineGameOverrideSetting"); \ static_assert(sizeof(UMoviePipelineGameOverrideSetting) == 0x000118, "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) == 0x000268, "Wrong size on UMovieRenderDebugWidget"); \ #define DUMPER7_ASSERTS_UMoviePipelineBurnInSetting \ static_assert(alignof(UMoviePipelineBurnInSetting) == 0x000008, "Wrong alignment on UMoviePipelineBurnInSetting"); \ static_assert(sizeof(UMoviePipelineBurnInSetting) == 0x0000A0, "Wrong size on UMoviePipelineBurnInSetting"); \ static_assert(offsetof(UMoviePipelineBurnInSetting, BurnInClass) == 0x000048, "Member 'UMoviePipelineBurnInSetting::BurnInClass' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineBurnInSetting, bCompositeOntoFinalImage) == 0x000060, "Member 'UMoviePipelineBurnInSetting::bCompositeOntoFinalImage' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineBurnInSetting, RenderTarget) == 0x000090, "Member 'UMoviePipelineBurnInSetting::RenderTarget' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineBurnInSetting, BurnInWidgetInstance) == 0x000098, "Member 'UMoviePipelineBurnInSetting::BurnInWidgetInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBurnInWidget_OnOutputFrameStarted \ static_assert(alignof(MoviePipelineBurnInWidget_OnOutputFrameStarted) == 0x000008, "Wrong alignment on MoviePipelineBurnInWidget_OnOutputFrameStarted"); \ static_assert(sizeof(MoviePipelineBurnInWidget_OnOutputFrameStarted) == 0x000008, "Wrong size on MoviePipelineBurnInWidget_OnOutputFrameStarted"); \ static_assert(offsetof(MoviePipelineBurnInWidget_OnOutputFrameStarted, ForPipeline) == 0x000000, "Member 'MoviePipelineBurnInWidget_OnOutputFrameStarted::ForPipeline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineBurnInWidget \ static_assert(alignof(UMoviePipelineBurnInWidget) == 0x000008, "Wrong alignment on UMoviePipelineBurnInWidget"); \ static_assert(sizeof(UMoviePipelineBurnInWidget) == 0x000268, "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_UBP_RotateTowardSecondaryTarget_Mount_C \ static_assert(alignof(UBP_RotateTowardSecondaryTarget_Mount_C) == 0x000008, "Wrong alignment on UBP_RotateTowardSecondaryTarget_Mount_C"); \ static_assert(sizeof(UBP_RotateTowardSecondaryTarget_Mount_C) == 0x000210, "Wrong size on UBP_RotateTowardSecondaryTarget_Mount_C"); \ #define DUMPER7_ASSERTS_UABL_SwimChangeDirection180_C \ static_assert(alignof(UABL_SwimChangeDirection180_C) == 0x000008, "Wrong alignment on UABL_SwimChangeDirection180_C"); \ static_assert(sizeof(UABL_SwimChangeDirection180_C) == 0x0000C8, "Wrong size on UABL_SwimChangeDirection180_C"); \ #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_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_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_ABP_SkinFX_FlooTravel_C \ static_assert(alignof(ABP_SkinFX_FlooTravel_C) == 0x000008, "Wrong alignment on ABP_SkinFX_FlooTravel_C"); \ static_assert(sizeof(ABP_SkinFX_FlooTravel_C) == 0x0005D0, "Wrong size on ABP_SkinFX_FlooTravel_C"); \ #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_ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost \ static_assert(alignof(ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost) == 0x000008, "Wrong alignment on ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost"); \ static_assert(sizeof(ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost) == 0x000070, "Wrong size on ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost"); \ static_assert(offsetof(ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost, EntryPoint) == 0x000000, "Member 'ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost, K2Node_Event_Context) == 0x000008, "Member 'ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroomFly_Boost_C_ExecuteUbergraph_ABL_HoverBroomFly_Boost::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroomFly_Boost_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroomFly_Boost_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroomFly_Boost_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroomFly_Boost_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroomFly_Boost_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroomFly_Boost_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroomFly_Boost_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Boost_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroomFly_Boost_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroomFly_Boost_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroomFly_Boost_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroomFly_Boost_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroomFly_Boost_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroomFly_Boost_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroomFly_Boost_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroomFly_Boost_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroomFly_Boost_C \ static_assert(alignof(UABL_HoverBroomFly_Boost_C) == 0x000008, "Wrong alignment on UABL_HoverBroomFly_Boost_C"); \ static_assert(sizeof(UABL_HoverBroomFly_Boost_C) == 0x0000D0, "Wrong size on UABL_HoverBroomFly_Boost_C"); \ static_assert(offsetof(UABL_HoverBroomFly_Boost_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroomFly_Boost_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HYDRATextButton_C_Hovered \ static_assert(alignof(UI_BP_HYDRATextButton_C_Hovered) == 0x000001, "Wrong alignment on UI_BP_HYDRATextButton_C_Hovered"); \ static_assert(sizeof(UI_BP_HYDRATextButton_C_Hovered) == 0x000001, "Wrong size on UI_BP_HYDRATextButton_C_Hovered"); \ static_assert(offsetof(UI_BP_HYDRATextButton_C_Hovered, CurrentlyHovered) == 0x000000, "Member 'UI_BP_HYDRATextButton_C_Hovered::CurrentlyHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HYDRATextButton_C_SetButtonText \ static_assert(alignof(UI_BP_HYDRATextButton_C_SetButtonText) == 0x000008, "Wrong alignment on UI_BP_HYDRATextButton_C_SetButtonText"); \ static_assert(sizeof(UI_BP_HYDRATextButton_C_SetButtonText) == 0x000010, "Wrong size on UI_BP_HYDRATextButton_C_SetButtonText"); \ static_assert(offsetof(UI_BP_HYDRATextButton_C_SetButtonText, ButtonText_0) == 0x000000, "Member 'UI_BP_HYDRATextButton_C_SetButtonText::ButtonText_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HYDRATextButton_C_PreConstruct \ static_assert(alignof(UI_BP_HYDRATextButton_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_HYDRATextButton_C_PreConstruct"); \ static_assert(sizeof(UI_BP_HYDRATextButton_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_HYDRATextButton_C_PreConstruct"); \ static_assert(offsetof(UI_BP_HYDRATextButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_HYDRATextButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HYDRATextButton_C_ExecuteUbergraph_UI_BP_HYDRATextButton \ static_assert(alignof(UI_BP_HYDRATextButton_C_ExecuteUbergraph_UI_BP_HYDRATextButton) == 0x000008, "Wrong alignment on UI_BP_HYDRATextButton_C_ExecuteUbergraph_UI_BP_HYDRATextButton"); \ static_assert(sizeof(UI_BP_HYDRATextButton_C_ExecuteUbergraph_UI_BP_HYDRATextButton) == 0x000020, "Wrong size on UI_BP_HYDRATextButton_C_ExecuteUbergraph_UI_BP_HYDRATextButton"); \ static_assert(offsetof(UI_BP_HYDRATextButton_C_ExecuteUbergraph_UI_BP_HYDRATextButton, EntryPoint) == 0x000000, "Member 'UI_BP_HYDRATextButton_C_ExecuteUbergraph_UI_BP_HYDRATextButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HYDRATextButton_C_ExecuteUbergraph_UI_BP_HYDRATextButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_HYDRATextButton_C_ExecuteUbergraph_UI_BP_HYDRATextButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HYDRATextButton_C_ExecuteUbergraph_UI_BP_HYDRATextButton, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_HYDRATextButton_C_ExecuteUbergraph_UI_BP_HYDRATextButton::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HYDRATextButton_C_ExecuteUbergraph_UI_BP_HYDRATextButton, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00000C, "Member 'UI_BP_HYDRATextButton_C_ExecuteUbergraph_UI_BP_HYDRATextButton::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HYDRATextButton_C_ExecuteUbergraph_UI_BP_HYDRATextButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'UI_BP_HYDRATextButton_C_ExecuteUbergraph_UI_BP_HYDRATextButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HYDRATextButton_C_ExecuteUbergraph_UI_BP_HYDRATextButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'UI_BP_HYDRATextButton_C_ExecuteUbergraph_UI_BP_HYDRATextButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HYDRATextButton_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_HYDRATextButton_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_HYDRATextButton_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_HYDRATextButton_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_HYDRATextButton_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_HYDRATextButton_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_HYDRATextButton_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HYDRATextButton_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_HYDRATextButton_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HYDRATextButton_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_HYDRATextButton_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HYDRATextButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_HYDRATextButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HYDRATextButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_HYDRATextButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HYDRATextButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_HYDRATextButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HYDRATextButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_HYDRATextButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_HYDRATextButton_C \ static_assert(alignof(UUI_BP_HYDRATextButton_C) == 0x000008, "Wrong alignment on UUI_BP_HYDRATextButton_C"); \ static_assert(sizeof(UUI_BP_HYDRATextButton_C) == 0x000398, "Wrong size on UUI_BP_HYDRATextButton_C"); \ static_assert(offsetof(UUI_BP_HYDRATextButton_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_HYDRATextButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HYDRATextButton_C, OnHover) == 0x000330, "Member 'UUI_BP_HYDRATextButton_C::OnHover' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HYDRATextButton_C, BackGorund) == 0x000338, "Member 'UUI_BP_HYDRATextButton_C::BackGorund' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HYDRATextButton_C, FlareBack) == 0x000340, "Member 'UUI_BP_HYDRATextButton_C::FlareBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HYDRATextButton_C, TheButton) == 0x000348, "Member 'UUI_BP_HYDRATextButton_C::TheButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HYDRATextButton_C, TheText) == 0x000350, "Member 'UUI_BP_HYDRATextButton_C::TheText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HYDRATextButton_C, HYDRATextButtonClicked) == 0x000358, "Member 'UUI_BP_HYDRATextButton_C::HYDRATextButtonClicked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HYDRATextButton_C, HYDRATextButtonHovered) == 0x000368, "Member 'UUI_BP_HYDRATextButton_C::HYDRATextButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HYDRATextButton_C, HYDRATextButtonUnhovered) == 0x000378, "Member 'UUI_BP_HYDRATextButton_C::HYDRATextButtonUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HYDRATextButton_C, ButtonText) == 0x000388, "Member 'UUI_BP_HYDRATextButton_C::ButtonText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NISLibrary_GetDefaultNISMode \ static_assert(alignof(NISLibrary_GetDefaultNISMode) == 0x000001, "Wrong alignment on NISLibrary_GetDefaultNISMode"); \ static_assert(sizeof(NISLibrary_GetDefaultNISMode) == 0x000001, "Wrong size on NISLibrary_GetDefaultNISMode"); \ static_assert(offsetof(NISLibrary_GetDefaultNISMode, ReturnValue) == 0x000000, "Member 'NISLibrary_GetDefaultNISMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NISLibrary_GetNISRecommendedScreenPercentage \ static_assert(alignof(NISLibrary_GetNISRecommendedScreenPercentage) == 0x000004, "Wrong alignment on NISLibrary_GetNISRecommendedScreenPercentage"); \ static_assert(sizeof(NISLibrary_GetNISRecommendedScreenPercentage) == 0x000008, "Wrong size on NISLibrary_GetNISRecommendedScreenPercentage"); \ static_assert(offsetof(NISLibrary_GetNISRecommendedScreenPercentage, NISMode) == 0x000000, "Member 'NISLibrary_GetNISRecommendedScreenPercentage::NISMode' has a wrong offset!"); \ static_assert(offsetof(NISLibrary_GetNISRecommendedScreenPercentage, ReturnValue) == 0x000004, "Member 'NISLibrary_GetNISRecommendedScreenPercentage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NISLibrary_GetNISScreenPercentageRange \ static_assert(alignof(NISLibrary_GetNISScreenPercentageRange) == 0x000004, "Wrong alignment on NISLibrary_GetNISScreenPercentageRange"); \ static_assert(sizeof(NISLibrary_GetNISScreenPercentageRange) == 0x000008, "Wrong size on NISLibrary_GetNISScreenPercentageRange"); \ static_assert(offsetof(NISLibrary_GetNISScreenPercentageRange, MinScreenPercentage) == 0x000000, "Member 'NISLibrary_GetNISScreenPercentageRange::MinScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(NISLibrary_GetNISScreenPercentageRange, MaxScreenPercentage) == 0x000004, "Member 'NISLibrary_GetNISScreenPercentageRange::MaxScreenPercentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NISLibrary_GetSupportedNISModes \ static_assert(alignof(NISLibrary_GetSupportedNISModes) == 0x000008, "Wrong alignment on NISLibrary_GetSupportedNISModes"); \ static_assert(sizeof(NISLibrary_GetSupportedNISModes) == 0x000010, "Wrong size on NISLibrary_GetSupportedNISModes"); \ static_assert(offsetof(NISLibrary_GetSupportedNISModes, ReturnValue) == 0x000000, "Member 'NISLibrary_GetSupportedNISModes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NISLibrary_IsNISModeSupported \ static_assert(alignof(NISLibrary_IsNISModeSupported) == 0x000001, "Wrong alignment on NISLibrary_IsNISModeSupported"); \ static_assert(sizeof(NISLibrary_IsNISModeSupported) == 0x000002, "Wrong size on NISLibrary_IsNISModeSupported"); \ static_assert(offsetof(NISLibrary_IsNISModeSupported, NISMode) == 0x000000, "Member 'NISLibrary_IsNISModeSupported::NISMode' has a wrong offset!"); \ static_assert(offsetof(NISLibrary_IsNISModeSupported, ReturnValue) == 0x000001, "Member 'NISLibrary_IsNISModeSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NISLibrary_IsNISSupported \ static_assert(alignof(NISLibrary_IsNISSupported) == 0x000001, "Wrong alignment on NISLibrary_IsNISSupported"); \ static_assert(sizeof(NISLibrary_IsNISSupported) == 0x000001, "Wrong size on NISLibrary_IsNISSupported"); \ static_assert(offsetof(NISLibrary_IsNISSupported, ReturnValue) == 0x000000, "Member 'NISLibrary_IsNISSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NISLibrary_SetNISCustomScreenPercentage \ static_assert(alignof(NISLibrary_SetNISCustomScreenPercentage) == 0x000004, "Wrong alignment on NISLibrary_SetNISCustomScreenPercentage"); \ static_assert(sizeof(NISLibrary_SetNISCustomScreenPercentage) == 0x000004, "Wrong size on NISLibrary_SetNISCustomScreenPercentage"); \ static_assert(offsetof(NISLibrary_SetNISCustomScreenPercentage, CustomScreenPercentage) == 0x000000, "Member 'NISLibrary_SetNISCustomScreenPercentage::CustomScreenPercentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NISLibrary_SetNISMode \ static_assert(alignof(NISLibrary_SetNISMode) == 0x000001, "Wrong alignment on NISLibrary_SetNISMode"); \ static_assert(sizeof(NISLibrary_SetNISMode) == 0x000001, "Wrong size on NISLibrary_SetNISMode"); \ static_assert(offsetof(NISLibrary_SetNISMode, NISMode) == 0x000000, "Member 'NISLibrary_SetNISMode::NISMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NISLibrary_SetNISSharpness \ static_assert(alignof(NISLibrary_SetNISSharpness) == 0x000004, "Wrong alignment on NISLibrary_SetNISSharpness"); \ static_assert(sizeof(NISLibrary_SetNISSharpness) == 0x000004, "Wrong size on NISLibrary_SetNISSharpness"); \ static_assert(offsetof(NISLibrary_SetNISSharpness, Sharpness) == 0x000000, "Member 'NISLibrary_SetNISSharpness::Sharpness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNISLibrary \ static_assert(alignof(UNISLibrary) == 0x000008, "Wrong alignment on UNISLibrary"); \ static_assert(sizeof(UNISLibrary) == 0x000028, "Wrong size on UNISLibrary"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_LightningBoltInAirNoDeath_C \ static_assert(alignof(UABL_RCT_NPC_LightningBoltInAirNoDeath_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_LightningBoltInAirNoDeath_C"); \ static_assert(sizeof(UABL_RCT_NPC_LightningBoltInAirNoDeath_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_LightningBoltInAirNoDeath_C"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD \ static_assert(alignof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD) == 0x0003F8, "Wrong size on UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, EntryPoint) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_HermesBindEvent_Handle) == 0x000028, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CreateDelegate_OutputDelegate_2) == 0x000038, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CreateDelegate_OutputDelegate_3) == 0x000048, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_HermesBindAActor_Handle) == 0x000058, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_HermesBindAActor_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CreateDelegate_OutputDelegate_4) == 0x000068, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CreateDelegate_OutputDelegate_5) == 0x000078, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_Event_MyGeometry) == 0x000088, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_Event_InDeltaTime) == 0x0000C0, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_GetTimeElapsed_ReturnValue) == 0x0000C4, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_GetTimeElapsed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, Temp_int_Variable) == 0x0000C8, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_FTrunc_ReturnValue) == 0x0000CC, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_Fraction_ReturnValue) == 0x0000D0, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_Fraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_Multiply_IntFloat_ReturnValue) == 0x0000D4, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_IsValid_ReturnValue) == 0x0000D8, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_FTrunc_ReturnValue_1) == 0x0000DC, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_MakeTimespan_ReturnValue) == 0x0000E0, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_MakeTimespan_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_GetMaxBoostMeter_ReturnValue) == 0x0000E8, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_GetMaxBoostMeter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_GetTimespanTextWithMilliseconds_ReturnValue) == 0x0000F0, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_GetTimespanTextWithMilliseconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_IsInTurbo_ReturnValue) == 0x000108, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_IsInTurbo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_GetBoostMeterAmount_ReturnValue) == 0x00010C, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_GetBoostMeterAmount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000110, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_Event_OutroType_1) == 0x000114, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_Event_OutroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_Event_OutroDuration) == 0x000118, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_Event_OutroType) == 0x00011C, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CreateDelegate_OutputDelegate_6) == 0x000120, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_PlayAnimationForward_ReturnValue) == 0x000130, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000138, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_IsNewBestTime_ReturnValue) == 0x000140, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_IsNewBestTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, Temp_int_Variable_1) == 0x000144, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Caller_10) == 0x000148, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Caller_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Int_4) == 0x000150, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Int_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_Select_Default) == 0x000158, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_PlayAnimationForward_ReturnValue_2) == 0x000160, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_PlayAnimationForward_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Caller_9) == 0x000168, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Caller_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Int_3) == 0x000170, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Int_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Caller_8) == 0x000178, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Caller_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Int_2) == 0x000180, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Int_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Caller_7) == 0x000188, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Caller_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Int_1) == 0x000190, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Int_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_Add_IntInt_ReturnValue) == 0x000194, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_HermesBindEvent_Handle_1) == 0x000198, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_Conv_IntToText_ReturnValue) == 0x0001A8, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_HermesBindEvent_Handle_2) == 0x0001C0, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_HermesBindAActor_Handle_1) == 0x0001D0, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_HermesBindAActor_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_HermesBindInt_Handle) == 0x0001E0, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CreateDelegate_OutputDelegate_7) == 0x0001F0, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_HermesBindEvent_Handle_3) == 0x000200, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CreateDelegate_OutputDelegate_8) == 0x000210, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_HermesBindInt_Handle_1) == 0x000220, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_HermesBindInt_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Caller_6) == 0x000230, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Caller_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Int) == 0x000238, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Caller_5) == 0x000240, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Caller_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CreateDelegate_OutputDelegate_9) == 0x000248, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_HermesBindInt_Handle_2) == 0x000258, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_HermesBindInt_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Caller_4) == 0x000268, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Caller_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_PlayAnimationForward_ReturnValue_3) == 0x000270, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_PlayAnimationForward_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Caller_3) == 0x000278, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Caller_2) == 0x000280, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Actor_1) == 0x000288, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Actor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Caller_1) == 0x000290, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Actor) == 0x000298, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_AVATranslate_ReturnValue) == 0x0002A0, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_PlayAnimationForward_ReturnValue_4) == 0x0002B8, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_PlayAnimationForward_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CreateDelegate_OutputDelegate_10) == 0x0002C0, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002D0, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_HermesBindInt_Handle_3) == 0x0002D8, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_HermesBindInt_Handle_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CreateDelegate_OutputDelegate_11) == 0x0002E8, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_MakeStruct_FormatArgumentData) == 0x0002F8, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_HermesBindInt_Handle_4) == 0x000338, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_HermesBindInt_Handle_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_GetTotalPenaltyTime_ReturnValue) == 0x000348, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_GetTotalPenaltyTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_FTrunc_ReturnValue_2) == 0x00034C, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_MakeStruct_FormatArgumentData_1) == 0x000350, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_MakeArray_Array) == 0x000390, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_Format_ReturnValue) == 0x0003A0, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_GetPlayerBroom_ReturnValue) == 0x0003B8, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_GetPlayerBroom_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_Caller) == 0x0003C0, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_Get_ReturnValue) == 0x0003C8, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_ShowYesNoPopup_ReturnValue) == 0x0003D0, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_ShowYesNoPopup_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_ReadStat_ReturnValue) == 0x0003D8, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_ReadStat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_IsUnlocked_ReturnValue) == 0x0003DC, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0003DD, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_GetCurrentGameDifficulty_Difficulty) == 0x0003DE, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_GetCurrentGameDifficulty_Difficulty' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_GetCurrentGameDifficulty_ReturnValue) == 0x0003DF, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_GetCurrentGameDifficulty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_SwitchEnum_CmpSuccess) == 0x0003E0, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, CallFunc_IsRaceMissionActive_ReturnValue) == 0x0003E1, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::CallFunc_IsRaceMissionActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_PopupScreen) == 0x0003E8, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_PopupScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD, K2Node_CustomEvent_CompletionActionIndex) == 0x0003F0, "Member 'UI_BP_BroomRaceHUD_C_ExecuteUbergraph_UI_BP_BroomRaceHUD::K2Node_CustomEvent_CompletionActionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_PopupClosedEvent \ static_assert(alignof(UI_BP_BroomRaceHUD_C_PopupClosedEvent) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_PopupClosedEvent"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_PopupClosedEvent) == 0x000010, "Wrong size on UI_BP_BroomRaceHUD_C_PopupClosedEvent"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_PopupClosedEvent, PopupScreen) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_PopupClosedEvent::PopupScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_PopupClosedEvent, CompletionActionIndex) == 0x000008, "Member 'UI_BP_BroomRaceHUD_C_PopupClosedEvent::CompletionActionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_OnRaceAbandoned \ static_assert(alignof(UI_BP_BroomRaceHUD_C_OnRaceAbandoned) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_OnRaceAbandoned"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_OnRaceAbandoned) == 0x000008, "Wrong size on UI_BP_BroomRaceHUD_C_OnRaceAbandoned"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_OnRaceAbandoned, Caller) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_OnRaceAbandoned::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_BroomBoostEnd \ static_assert(alignof(UI_BP_BroomRaceHUD_C_BroomBoostEnd) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_BroomBoostEnd"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_BroomBoostEnd) == 0x000010, "Wrong size on UI_BP_BroomRaceHUD_C_BroomBoostEnd"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_BroomBoostEnd, Caller) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_BroomBoostEnd::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_BroomBoostEnd, Actor) == 0x000008, "Member 'UI_BP_BroomRaceHUD_C_BroomBoostEnd::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_BroomBoost \ static_assert(alignof(UI_BP_BroomRaceHUD_C_BroomBoost) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_BroomBoost"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_BroomBoost) == 0x000010, "Wrong size on UI_BP_BroomRaceHUD_C_BroomBoost"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_BroomBoost, Caller) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_BroomBoost::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_BroomBoost, Actor) == 0x000008, "Member 'UI_BP_BroomRaceHUD_C_BroomBoost::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_HighBoostGainEnd \ static_assert(alignof(UI_BP_BroomRaceHUD_C_HighBoostGainEnd) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_HighBoostGainEnd"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_HighBoostGainEnd) == 0x000008, "Wrong size on UI_BP_BroomRaceHUD_C_HighBoostGainEnd"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_HighBoostGainEnd, Caller) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_HighBoostGainEnd::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_HighBoostGainStart \ static_assert(alignof(UI_BP_BroomRaceHUD_C_HighBoostGainStart) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_HighBoostGainStart"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_HighBoostGainStart) == 0x000008, "Wrong size on UI_BP_BroomRaceHUD_C_HighBoostGainStart"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_HighBoostGainStart, Caller) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_HighBoostGainStart::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_OnRaceFinished \ static_assert(alignof(UI_BP_BroomRaceHUD_C_OnRaceFinished) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_OnRaceFinished"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_OnRaceFinished) == 0x000008, "Wrong size on UI_BP_BroomRaceHUD_C_OnRaceFinished"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_OnRaceFinished, Caller) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_OnRaceFinished::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_OnMissedGatePenalty \ static_assert(alignof(UI_BP_BroomRaceHUD_C_OnMissedGatePenalty) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_OnMissedGatePenalty"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_OnMissedGatePenalty) == 0x000010, "Wrong size on UI_BP_BroomRaceHUD_C_OnMissedGatePenalty"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_OnMissedGatePenalty, Caller) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_OnMissedGatePenalty::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_OnMissedGatePenalty, int_0) == 0x000008, "Member 'UI_BP_BroomRaceHUD_C_OnMissedGatePenalty::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_OnHitGate \ static_assert(alignof(UI_BP_BroomRaceHUD_C_OnHitGate) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_OnHitGate"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_OnHitGate) == 0x000010, "Wrong size on UI_BP_BroomRaceHUD_C_OnHitGate"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_OnHitGate, Caller) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_OnHitGate::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_OnHitGate, int_0) == 0x000008, "Member 'UI_BP_BroomRaceHUD_C_OnHitGate::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_OnRaceCountdownComplete \ static_assert(alignof(UI_BP_BroomRaceHUD_C_OnRaceCountdownComplete) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_OnRaceCountdownComplete"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_OnRaceCountdownComplete) == 0x000010, "Wrong size on UI_BP_BroomRaceHUD_C_OnRaceCountdownComplete"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_OnRaceCountdownComplete, Caller) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_OnRaceCountdownComplete::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_OnRaceCountdownComplete, int_0) == 0x000008, "Member 'UI_BP_BroomRaceHUD_C_OnRaceCountdownComplete::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_OnRaceCountdownUpdate \ static_assert(alignof(UI_BP_BroomRaceHUD_C_OnRaceCountdownUpdate) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_OnRaceCountdownUpdate"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_OnRaceCountdownUpdate) == 0x000010, "Wrong size on UI_BP_BroomRaceHUD_C_OnRaceCountdownUpdate"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_OnRaceCountdownUpdate, Caller) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_OnRaceCountdownUpdate::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_OnRaceCountdownUpdate, int_0) == 0x000008, "Member 'UI_BP_BroomRaceHUD_C_OnRaceCountdownUpdate::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_OnRaceCountdownBegin \ static_assert(alignof(UI_BP_BroomRaceHUD_C_OnRaceCountdownBegin) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_OnRaceCountdownBegin"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_OnRaceCountdownBegin) == 0x000010, "Wrong size on UI_BP_BroomRaceHUD_C_OnRaceCountdownBegin"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_OnRaceCountdownBegin, Caller) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_OnRaceCountdownBegin::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_OnRaceCountdownBegin, int_0) == 0x000008, "Member 'UI_BP_BroomRaceHUD_C_OnRaceCountdownBegin::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_OnOutroEnded \ static_assert(alignof(UI_BP_BroomRaceHUD_C_OnOutroEnded) == 0x000004, "Wrong alignment on UI_BP_BroomRaceHUD_C_OnOutroEnded"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_OnOutroEnded) == 0x000004, "Wrong size on UI_BP_BroomRaceHUD_C_OnOutroEnded"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_OnOutroEnded, OutroType_0) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_OnOutroEnded::OutroType_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_OnOutroStarted \ static_assert(alignof(UI_BP_BroomRaceHUD_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_BroomRaceHUD_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_BroomRaceHUD_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_OnOutroStarted, OutroType_0) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_OnOutroStarted::OutroType_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_BroomRaceHUD_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_Tick \ static_assert(alignof(UI_BP_BroomRaceHUD_C_Tick) == 0x000004, "Wrong alignment on UI_BP_BroomRaceHUD_C_Tick"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_Tick) == 0x00003C, "Wrong size on UI_BP_BroomRaceHUD_C_Tick"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_BroomRaceHUD_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_PlayCountdownAnim \ static_assert(alignof(UI_BP_BroomRaceHUD_C_PlayCountdownAnim) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_PlayCountdownAnim"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_PlayCountdownAnim) == 0x000028, "Wrong size on UI_BP_BroomRaceHUD_C_PlayCountdownAnim"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_PlayCountdownAnim, CountdownNum) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_PlayCountdownAnim::CountdownNum' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_PlayCountdownAnim, Temp_int_Variable) == 0x000004, "Member 'UI_BP_BroomRaceHUD_C_PlayCountdownAnim::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_PlayCountdownAnim, Temp_float_Variable) == 0x000008, "Member 'UI_BP_BroomRaceHUD_C_PlayCountdownAnim::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_PlayCountdownAnim, Temp_float_Variable_1) == 0x00000C, "Member 'UI_BP_BroomRaceHUD_C_PlayCountdownAnim::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_PlayCountdownAnim, Temp_float_Variable_2) == 0x000010, "Member 'UI_BP_BroomRaceHUD_C_PlayCountdownAnim::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_PlayCountdownAnim, Temp_float_Variable_3) == 0x000014, "Member 'UI_BP_BroomRaceHUD_C_PlayCountdownAnim::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_PlayCountdownAnim, K2Node_Select_Default) == 0x000018, "Member 'UI_BP_BroomRaceHUD_C_PlayCountdownAnim::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_PlayCountdownAnim, CallFunc_Add_FloatFloat_ReturnValue) == 0x00001C, "Member 'UI_BP_BroomRaceHUD_C_PlayCountdownAnim::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_PlayCountdownAnim, CallFunc_PlayAnimationTimeRange_ReturnValue) == 0x000020, "Member 'UI_BP_BroomRaceHUD_C_PlayCountdownAnim::CallFunc_PlayAnimationTimeRange_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_RaceComplete \ static_assert(alignof(UI_BP_BroomRaceHUD_C_RaceComplete) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_RaceComplete"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_RaceComplete) == 0x000198, "Wrong size on UI_BP_BroomRaceHUD_C_RaceComplete"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, Abandoned) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::Abandoned' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_GetTotalPenaltyTime_ReturnValue) == 0x000004, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_GetTotalPenaltyTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_FTrunc_ReturnValue) == 0x000048, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, K2Node_MakeArray_Array) == 0x000050, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_Fraction_ReturnValue) == 0x000060, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_Fraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_AVATranslate_ReturnValue) == 0x000068, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000080, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_Format_ReturnValue) == 0x000088, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_FTrunc_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_MakeTimespan_ReturnValue) == 0x0000A8, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_MakeTimespan_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_GetTimespanTextWithMilliseconds_ReturnValue) == 0x0000B0, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_GetTimespanTextWithMilliseconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000C8, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_GetTotalPenaltyTime_ReturnValue_1) == 0x0000D0, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_GetTotalPenaltyTime_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_GetTimeElapsed_ReturnValue) == 0x0000D4, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_GetTimeElapsed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000D8, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_FTrunc_ReturnValue_2) == 0x0000DC, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_Fraction_ReturnValue_1) == 0x0000E0, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_Fraction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x0000E4, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_FTrunc_ReturnValue_3) == 0x0000E8, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_FTrunc_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_GetTimeElapsed_ReturnValue_1) == 0x0000EC, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_GetTimeElapsed_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_MakeTimespan_ReturnValue_1) == 0x0000F0, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_MakeTimespan_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_FTrunc_ReturnValue_4) == 0x0000F8, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_FTrunc_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_GetTimespanTextWithMilliseconds_ReturnValue_1) == 0x000100, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_GetTimespanTextWithMilliseconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_Fraction_ReturnValue_2) == 0x000118, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_Fraction_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_Multiply_IntFloat_ReturnValue_2) == 0x00011C, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_Multiply_IntFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_FTrunc_ReturnValue_5) == 0x000120, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_FTrunc_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_MakeTimespan_ReturnValue_2) == 0x000128, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_MakeTimespan_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_GetTimespanTextWithMilliseconds_ReturnValue_2) == 0x000130, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_GetTimespanTextWithMilliseconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000148, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000150, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_IsRaceMissionActive_ReturnValue) == 0x000158, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_IsRaceMissionActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_IsNewBestTime_ReturnValue) == 0x000159, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_IsNewBestTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_GetBestRacer_Blueprint_OutBestTime) == 0x00015C, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_GetBestRacer_Blueprint_OutBestTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_GetBestRacer_Blueprint_ReturnValue) == 0x000160, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_GetBestRacer_Blueprint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_FTrunc_ReturnValue_6) == 0x000168, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_FTrunc_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_Fraction_ReturnValue_3) == 0x00016C, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_Fraction_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_Multiply_IntFloat_ReturnValue_3) == 0x000170, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_Multiply_IntFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_FTrunc_ReturnValue_7) == 0x000174, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_FTrunc_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_MakeTimespan_ReturnValue_3) == 0x000178, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_MakeTimespan_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_RaceComplete, CallFunc_GetTimespanTextWithMilliseconds_ReturnValue_3) == 0x000180, "Member 'UI_BP_BroomRaceHUD_C_RaceComplete::CallFunc_GetTimespanTextWithMilliseconds_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_BroomRaceHUD_C_BlueprintOnUMGInputAction) == 0x000001, "Wrong alignment on UI_BP_BroomRaceHUD_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_BlueprintOnUMGInputAction) == 0x000006, "Wrong size on UI_BP_BroomRaceHUD_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_BroomRaceHUD_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_BroomRaceHUD_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'UI_BP_BroomRaceHUD_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000004, "Member 'UI_BP_BroomRaceHUD_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'UI_BP_BroomRaceHUD_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_SetRaceInfo \ static_assert(alignof(UI_BP_BroomRaceHUD_C_SetRaceInfo) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_SetRaceInfo"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_SetRaceInfo) == 0x000078, "Wrong size on UI_BP_BroomRaceHUD_C_SetRaceInfo"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_SetRaceInfo, CallFunc_GetPlayerBroom_ReturnValue) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_SetRaceInfo::CallFunc_GetPlayerBroom_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_SetRaceInfo, CallFunc_IsRaceMissionActive_ReturnValue) == 0x000008, "Member 'UI_BP_BroomRaceHUD_C_SetRaceInfo::CallFunc_IsRaceMissionActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_SetRaceInfo, CallFunc_GetNumberOfGates_ReturnValue) == 0x00000C, "Member 'UI_BP_BroomRaceHUD_C_SetRaceInfo::CallFunc_GetNumberOfGates_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_SetRaceInfo, CallFunc_GetBestRacer_Blueprint_OutBestTime) == 0x000010, "Member 'UI_BP_BroomRaceHUD_C_SetRaceInfo::CallFunc_GetBestRacer_Blueprint_OutBestTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_SetRaceInfo, CallFunc_GetBestRacer_Blueprint_ReturnValue) == 0x000014, "Member 'UI_BP_BroomRaceHUD_C_SetRaceInfo::CallFunc_GetBestRacer_Blueprint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_SetRaceInfo, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'UI_BP_BroomRaceHUD_C_SetRaceInfo::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_SetRaceInfo, CallFunc_FTrunc_ReturnValue) == 0x000038, "Member 'UI_BP_BroomRaceHUD_C_SetRaceInfo::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_SetRaceInfo, CallFunc_Fraction_ReturnValue) == 0x00003C, "Member 'UI_BP_BroomRaceHUD_C_SetRaceInfo::CallFunc_Fraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_SetRaceInfo, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000040, "Member 'UI_BP_BroomRaceHUD_C_SetRaceInfo::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_SetRaceInfo, CallFunc_FTrunc_ReturnValue_1) == 0x000044, "Member 'UI_BP_BroomRaceHUD_C_SetRaceInfo::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_SetRaceInfo, CallFunc_Get_ReturnValue) == 0x000048, "Member 'UI_BP_BroomRaceHUD_C_SetRaceInfo::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_SetRaceInfo, CallFunc_MakeTimespan_ReturnValue) == 0x000050, "Member 'UI_BP_BroomRaceHUD_C_SetRaceInfo::CallFunc_MakeTimespan_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_SetRaceInfo, CallFunc_GetActiveRace_ReturnValue) == 0x000058, "Member 'UI_BP_BroomRaceHUD_C_SetRaceInfo::CallFunc_GetActiveRace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_SetRaceInfo, CallFunc_GetTimespanTextWithMilliseconds_ReturnValue) == 0x000060, "Member 'UI_BP_BroomRaceHUD_C_SetRaceInfo::CallFunc_GetTimespanTextWithMilliseconds_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_ClearRaceInfo \ static_assert(alignof(UI_BP_BroomRaceHUD_C_ClearRaceInfo) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_ClearRaceInfo"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_ClearRaceInfo) == 0x000018, "Wrong size on UI_BP_BroomRaceHUD_C_ClearRaceInfo"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ClearRaceInfo, CallFunc_Conv_IntToText_ReturnValue) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_ClearRaceInfo::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomRaceHUD_C_ClearHUD \ static_assert(alignof(UI_BP_BroomRaceHUD_C_ClearHUD) == 0x000008, "Wrong alignment on UI_BP_BroomRaceHUD_C_ClearHUD"); \ static_assert(sizeof(UI_BP_BroomRaceHUD_C_ClearHUD) == 0x000008, "Wrong size on UI_BP_BroomRaceHUD_C_ClearHUD"); \ static_assert(offsetof(UI_BP_BroomRaceHUD_C_ClearHUD, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'UI_BP_BroomRaceHUD_C_ClearHUD::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_BroomRaceHUD_C \ static_assert(alignof(UUI_BP_BroomRaceHUD_C) == 0x000008, "Wrong alignment on UUI_BP_BroomRaceHUD_C"); \ static_assert(sizeof(UUI_BP_BroomRaceHUD_C) == 0x000500, "Wrong size on UUI_BP_BroomRaceHUD_C"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_BroomRaceHUD_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, ShowTimeSummary) == 0x000330, "Member 'UUI_BP_BroomRaceHUD_C::ShowTimeSummary' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, ShowTimePenalty) == 0x000338, "Member 'UUI_BP_BroomRaceHUD_C::ShowTimePenalty' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, ShowGatesUI) == 0x000340, "Member 'UUI_BP_BroomRaceHUD_C::ShowGatesUI' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, EndOfRaceTransition) == 0x000348, "Member 'UUI_BP_BroomRaceHUD_C::EndOfRaceTransition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, BubbleCountdownOn) == 0x000350, "Member 'UUI_BP_BroomRaceHUD_C::BubbleCountdownOn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, BRResultsPopupOff) == 0x000358, "Member 'UUI_BP_BroomRaceHUD_C::BRResultsPopupOff' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, BRResultsPopupOn) == 0x000360, "Member 'UUI_BP_BroomRaceHUD_C::BRResultsPopupOn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, BestTimeResultsOff) == 0x000368, "Member 'UUI_BP_BroomRaceHUD_C::BestTimeResultsOff' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, BestTimeResultsOn) == 0x000370, "Member 'UUI_BP_BroomRaceHUD_C::BestTimeResultsOn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, BestTimeAmount) == 0x000378, "Member 'UUI_BP_BroomRaceHUD_C::BestTimeAmount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, BestTimeNumber) == 0x000380, "Member 'UUI_BP_BroomRaceHUD_C::BestTimeNumber' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, BestTimeResults) == 0x000388, "Member 'UUI_BP_BroomRaceHUD_C::BestTimeResults' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, BestTimeResultsPopup) == 0x000390, "Member 'UUI_BP_BroomRaceHUD_C::BestTimeResultsPopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, CountDownGroup) == 0x000398, "Member 'UUI_BP_BroomRaceHUD_C::CountDownGroup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, CurrentGates) == 0x0003A0, "Member 'UUI_BP_BroomRaceHUD_C::CurrentGates' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, EndOfRaceBG) == 0x0003A8, "Member 'UUI_BP_BroomRaceHUD_C::EndOfRaceBG' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, EndOfRaceTimePanel) == 0x0003B0, "Member 'UUI_BP_BroomRaceHUD_C::EndOfRaceTimePanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, ExitLegendPanel) == 0x0003B8, "Member 'UUI_BP_BroomRaceHUD_C::ExitLegendPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, PenaltyTimeHeader) == 0x0003C0, "Member 'UUI_BP_BroomRaceHUD_C::PenaltyTimeHeader' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, PenaltyTimeText) == 0x0003C8, "Member 'UUI_BP_BroomRaceHUD_C::PenaltyTimeText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, PhoenixImage_10) == 0x0003D0, "Member 'UUI_BP_BroomRaceHUD_C::PhoenixImage_10' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, PhoenixImage_251) == 0x0003D8, "Member 'UUI_BP_BroomRaceHUD_C::PhoenixImage_251' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, PlayerTime) == 0x0003E0, "Member 'UUI_BP_BroomRaceHUD_C::PlayerTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, PlayerTimeResult) == 0x0003E8, "Member 'UUI_BP_BroomRaceHUD_C::PlayerTimeResult' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, RawTimeText) == 0x0003F0, "Member 'UUI_BP_BroomRaceHUD_C::RawTimeText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, ResultsPopup) == 0x0003F8, "Member 'UUI_BP_BroomRaceHUD_C::ResultsPopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, TimePenaltyText) == 0x000400, "Member 'UUI_BP_BroomRaceHUD_C::TimePenaltyText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, TotalGates) == 0x000408, "Member 'UUI_BP_BroomRaceHUD_C::TotalGates' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, TotalTimeText) == 0x000410, "Member 'UUI_BP_BroomRaceHUD_C::TotalTimeText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, UI_BP_BroomHUD) == 0x000418, "Member 'UUI_BP_BroomRaceHUD_C::UI_BP_BroomHUD' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, UI_BP_LegendItem) == 0x000420, "Member 'UUI_BP_BroomRaceHUD_C::UI_BP_LegendItem' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, RaceObj) == 0x000428, "Member 'UUI_BP_BroomRaceHUD_C::RaceObj' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, BroomObj) == 0x000430, "Member 'UUI_BP_BroomRaceHUD_C::BroomObj' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, OutroType) == 0x000438, "Member 'UUI_BP_BroomRaceHUD_C::OutroType' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, MissedGates) == 0x00043C, "Member 'UUI_BP_BroomRaceHUD_C::MissedGates' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, IsRaceComplete) == 0x000440, "Member 'UUI_BP_BroomRaceHUD_C::IsRaceComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, OnCountdownBeginHandle) == 0x000448, "Member 'UUI_BP_BroomRaceHUD_C::OnCountdownBeginHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, CountdownUpdateHandle) == 0x000458, "Member 'UUI_BP_BroomRaceHUD_C::CountdownUpdateHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, CountdownCompleteHandle) == 0x000468, "Member 'UUI_BP_BroomRaceHUD_C::CountdownCompleteHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, GateHitHandle) == 0x000478, "Member 'UUI_BP_BroomRaceHUD_C::GateHitHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, MissedGateHandle) == 0x000488, "Member 'UUI_BP_BroomRaceHUD_C::MissedGateHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, RaceFinishedHandle) == 0x000498, "Member 'UUI_BP_BroomRaceHUD_C::RaceFinishedHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, BoostHandle) == 0x0004A8, "Member 'UUI_BP_BroomRaceHUD_C::BoostHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, BoostEndHandle) == 0x0004B8, "Member 'UUI_BP_BroomRaceHUD_C::BoostEndHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, BoostGainStartHandle) == 0x0004C8, "Member 'UUI_BP_BroomRaceHUD_C::BoostGainStartHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, BoostGainEndHandle) == 0x0004D8, "Member 'UUI_BP_BroomRaceHUD_C::BoostGainEndHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, RaceAbandonedHandle) == 0x0004E8, "Member 'UUI_BP_BroomRaceHUD_C::RaceAbandonedHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomRaceHUD_C, YesNoScreen) == 0x0004F8, "Member 'UUI_BP_BroomRaceHUD_C::YesNoScreen' has a wrong offset!"); \ #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_ABP_MirrorAnimation_C_AnimGraph \ static_assert(alignof(ABP_MirrorAnimation_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_MirrorAnimation_C_AnimGraph"); \ static_assert(sizeof(ABP_MirrorAnimation_C_AnimGraph) == 0x000010, "Wrong size on ABP_MirrorAnimation_C_AnimGraph"); \ static_assert(offsetof(ABP_MirrorAnimation_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_MirrorAnimation_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MirrorAnimation_C_ExecuteUbergraph_ABP_MirrorAnimation \ static_assert(alignof(ABP_MirrorAnimation_C_ExecuteUbergraph_ABP_MirrorAnimation) == 0x000004, "Wrong alignment on ABP_MirrorAnimation_C_ExecuteUbergraph_ABP_MirrorAnimation"); \ static_assert(sizeof(ABP_MirrorAnimation_C_ExecuteUbergraph_ABP_MirrorAnimation) == 0x000004, "Wrong size on ABP_MirrorAnimation_C_ExecuteUbergraph_ABP_MirrorAnimation"); \ static_assert(offsetof(ABP_MirrorAnimation_C_ExecuteUbergraph_ABP_MirrorAnimation, EntryPoint) == 0x000000, "Member 'ABP_MirrorAnimation_C_ExecuteUbergraph_ABP_MirrorAnimation::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_MirrorAnimation_C \ static_assert(alignof(UABP_MirrorAnimation_C) == 0x000010, "Wrong alignment on UABP_MirrorAnimation_C"); \ static_assert(sizeof(UABP_MirrorAnimation_C) == 0x000530, "Wrong size on UABP_MirrorAnimation_C"); \ static_assert(offsetof(UABP_MirrorAnimation_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_MirrorAnimation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_MirrorAnimation_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_MirrorAnimation_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_MirrorAnimation_C, AnimGraphNode_MirrorPoseFromMesh) == 0x0002F8, "Member 'UABP_MirrorAnimation_C::AnimGraphNode_MirrorPoseFromMesh' has a wrong offset!"); \ static_assert(offsetof(UABP_MirrorAnimation_C, SourceMeshComponent) == 0x000520, "Member 'UABP_MirrorAnimation_C::SourceMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_DeepFreeze_C \ static_assert(alignof(ABP_SkinFX_DeepFreeze_C) == 0x000008, "Wrong alignment on ABP_SkinFX_DeepFreeze_C"); \ static_assert(sizeof(ABP_SkinFX_DeepFreeze_C) == 0x0005D0, "Wrong size on ABP_SkinFX_DeepFreeze_C"); \ #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) == 0x0002A0, "Wrong size on ADatasmithAreaLightActor"); \ static_assert(offsetof(ADatasmithAreaLightActor, Mobility) == 0x000248, "Member 'ADatasmithAreaLightActor::Mobility' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, LightType) == 0x000249, "Member 'ADatasmithAreaLightActor::LightType' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, LightShape) == 0x00024A, "Member 'ADatasmithAreaLightActor::LightShape' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Dimensions) == 0x00024C, "Member 'ADatasmithAreaLightActor::Dimensions' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Intensity) == 0x000254, "Member 'ADatasmithAreaLightActor::Intensity' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, IntensityUnits) == 0x000258, "Member 'ADatasmithAreaLightActor::IntensityUnits' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Color) == 0x00025C, "Member 'ADatasmithAreaLightActor::Color' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Temperature) == 0x00026C, "Member 'ADatasmithAreaLightActor::Temperature' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, IESTexture) == 0x000270, "Member 'ADatasmithAreaLightActor::IESTexture' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, bUseIESBrightness) == 0x000278, "Member 'ADatasmithAreaLightActor::bUseIESBrightness' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, IESBrightnessScale) == 0x00027C, "Member 'ADatasmithAreaLightActor::IESBrightnessScale' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Rotation) == 0x000280, "Member 'ADatasmithAreaLightActor::Rotation' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, SourceRadius) == 0x00028C, "Member 'ADatasmithAreaLightActor::SourceRadius' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, SourceLength) == 0x000290, "Member 'ADatasmithAreaLightActor::SourceLength' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, AttenuationRadius) == 0x000294, "Member 'ADatasmithAreaLightActor::AttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, SpotlightInnerAngle) == 0x000298, "Member 'ADatasmithAreaLightActor::SpotlightInnerAngle' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, SpotlightOuterAngle) == 0x00029C, "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) == 0x000258, "Wrong size on ADatasmithImportedSequencesActor"); \ static_assert(offsetof(ADatasmithImportedSequencesActor, ImportedSequences) == 0x000248, "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) == 0x0002A0, "Wrong size on ADatasmithSceneActor"); \ static_assert(offsetof(ADatasmithSceneActor, Scene) == 0x000248, "Member 'ADatasmithSceneActor::Scene' has a wrong offset!"); \ static_assert(offsetof(ADatasmithSceneActor, RelatedActors) == 0x000250, "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_UBTService_CentaurCombatAdjustSpeed \ static_assert(alignof(UBTService_CentaurCombatAdjustSpeed) == 0x000008, "Wrong alignment on UBTService_CentaurCombatAdjustSpeed"); \ static_assert(sizeof(UBTService_CentaurCombatAdjustSpeed) == 0x0000A0, "Wrong size on UBTService_CentaurCombatAdjustSpeed"); \ static_assert(offsetof(UBTService_CentaurCombatAdjustSpeed, MoveToLocationKey) == 0x000070, "Member 'UBTService_CentaurCombatAdjustSpeed::MoveToLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CentaurCombatAdjustSpeed, JogSprintDistanceThreshold) == 0x000098, "Member 'UBTService_CentaurCombatAdjustSpeed::JogSprintDistanceThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Centaur_TestTargetLOS \ static_assert(alignof(UBTTask_Centaur_TestTargetLOS) == 0x000008, "Wrong alignment on UBTTask_Centaur_TestTargetLOS"); \ static_assert(sizeof(UBTTask_Centaur_TestTargetLOS) == 0x0000A8, "Wrong size on UBTTask_Centaur_TestTargetLOS"); \ static_assert(offsetof(UBTTask_Centaur_TestTargetLOS, TargetActorKey) == 0x000070, "Member 'UBTTask_Centaur_TestTargetLOS::TargetActorKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Centaur_TestTargetLOS, LineOfSightProbeChannel) == 0x000098, "Member 'UBTTask_Centaur_TestTargetLOS::LineOfSightProbeChannel' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Centaur_TestTargetLOS, LineOfSightProbeSize) == 0x00009C, "Member 'UBTTask_Centaur_TestTargetLOS::LineOfSightProbeSize' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Centaur_TestTargetLOS, bIgnoreEnemyHit) == 0x0000A0, "Member 'UBTTask_Centaur_TestTargetLOS::bIgnoreEnemyHit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfCentaurShouldRepositionConsideration \ static_assert(alignof(USelfCentaurShouldRepositionConsideration) == 0x000008, "Wrong alignment on USelfCentaurShouldRepositionConsideration"); \ static_assert(sizeof(USelfCentaurShouldRepositionConsideration) == 0x000028, "Wrong size on USelfCentaurShouldRepositionConsideration"); \ #define DUMPER7_ASSERTS_USelfCentaurShouldTurnRepositionConsideration \ static_assert(alignof(USelfCentaurShouldTurnRepositionConsideration) == 0x000008, "Wrong alignment on USelfCentaurShouldTurnRepositionConsideration"); \ static_assert(sizeof(USelfCentaurShouldTurnRepositionConsideration) == 0x000028, "Wrong size on USelfCentaurShouldTurnRepositionConsideration"); \ #define DUMPER7_ASSERTS_UOptionActorCentaurRepositionTurnTargetConsideration \ static_assert(alignof(UOptionActorCentaurRepositionTurnTargetConsideration) == 0x000008, "Wrong alignment on UOptionActorCentaurRepositionTurnTargetConsideration"); \ static_assert(sizeof(UOptionActorCentaurRepositionTurnTargetConsideration) == 0x000028, "Wrong size on UOptionActorCentaurRepositionTurnTargetConsideration"); \ #define DUMPER7_ASSERTS_UOptionActorCentaurAttackTargetConsideration \ static_assert(alignof(UOptionActorCentaurAttackTargetConsideration) == 0x000008, "Wrong alignment on UOptionActorCentaurAttackTargetConsideration"); \ static_assert(sizeof(UOptionActorCentaurAttackTargetConsideration) == 0x000030, "Wrong size on UOptionActorCentaurAttackTargetConsideration"); \ static_assert(offsetof(UOptionActorCentaurAttackTargetConsideration, AttackDescriptorName) == 0x000028, "Member 'UOptionActorCentaurAttackTargetConsideration::AttackDescriptorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMarkCentaurAttackActiveQualifierTask \ static_assert(alignof(UMarkCentaurAttackActiveQualifierTask) == 0x000008, "Wrong alignment on UMarkCentaurAttackActiveQualifierTask"); \ static_assert(sizeof(UMarkCentaurAttackActiveQualifierTask) == 0x000030, "Wrong size on UMarkCentaurAttackActiveQualifierTask"); \ static_assert(offsetof(UMarkCentaurAttackActiveQualifierTask, AttackDescriptorName) == 0x000028, "Member 'UMarkCentaurAttackActiveQualifierTask::AttackDescriptorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCentaurCopyCombatTargetsQualifierTask \ static_assert(alignof(UCentaurCopyCombatTargetsQualifierTask) == 0x000008, "Wrong alignment on UCentaurCopyCombatTargetsQualifierTask"); \ static_assert(sizeof(UCentaurCopyCombatTargetsQualifierTask) == 0x000030, "Wrong size on UCentaurCopyCombatTargetsQualifierTask"); \ static_assert(offsetof(UCentaurCopyCombatTargetsQualifierTask, WeightThreshold) == 0x000028, "Member 'UCentaurCopyCombatTargetsQualifierTask::WeightThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCentaurCombatTargetsQualifierOptions \ static_assert(alignof(UCentaurCombatTargetsQualifierOptions) == 0x000008, "Wrong alignment on UCentaurCombatTargetsQualifierOptions"); \ static_assert(sizeof(UCentaurCombatTargetsQualifierOptions) == 0x000028, "Wrong size on UCentaurCombatTargetsQualifierOptions"); \ #define DUMPER7_ASSERTS_USelfActorAttackPatternWeightConsideration \ static_assert(alignof(USelfActorAttackPatternWeightConsideration) == 0x000008, "Wrong alignment on USelfActorAttackPatternWeightConsideration"); \ static_assert(sizeof(USelfActorAttackPatternWeightConsideration) == 0x000030, "Wrong size on USelfActorAttackPatternWeightConsideration"); \ static_assert(offsetof(USelfActorAttackPatternWeightConsideration, AttackData) == 0x000028, "Member 'USelfActorAttackPatternWeightConsideration::AttackData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorIsAttackPatternAvailableConsideration \ static_assert(alignof(UOptionActorIsAttackPatternAvailableConsideration) == 0x000008, "Wrong alignment on UOptionActorIsAttackPatternAvailableConsideration"); \ static_assert(sizeof(UOptionActorIsAttackPatternAvailableConsideration) == 0x000030, "Wrong size on UOptionActorIsAttackPatternAvailableConsideration"); \ static_assert(offsetof(UOptionActorIsAttackPatternAvailableConsideration, AttackData) == 0x000028, "Member 'UOptionActorIsAttackPatternAvailableConsideration::AttackData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorIsAttackAvailableConsideration \ static_assert(alignof(UOptionActorIsAttackAvailableConsideration) == 0x000008, "Wrong alignment on UOptionActorIsAttackAvailableConsideration"); \ static_assert(sizeof(UOptionActorIsAttackAvailableConsideration) == 0x000030, "Wrong size on UOptionActorIsAttackAvailableConsideration"); \ static_assert(offsetof(UOptionActorIsAttackAvailableConsideration, AttackData) == 0x000028, "Member 'UOptionActorIsAttackAvailableConsideration::AttackData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfActorCreatureCombatStage \ static_assert(alignof(USelfActorCreatureCombatStage) == 0x000008, "Wrong alignment on USelfActorCreatureCombatStage"); \ static_assert(sizeof(USelfActorCreatureCombatStage) == 0x000030, "Wrong size on USelfActorCreatureCombatStage"); \ static_assert(offsetof(USelfActorCreatureCombatStage, Operation) == 0x000028, "Member 'USelfActorCreatureCombatStage::Operation' has a wrong offset!"); \ static_assert(offsetof(USelfActorCreatureCombatStage, StageIndex) == 0x00002C, "Member 'USelfActorCreatureCombatStage::StageIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorInteractionTypeConsideration \ static_assert(alignof(UOptionActorInteractionTypeConsideration) == 0x000008, "Wrong alignment on UOptionActorInteractionTypeConsideration"); \ static_assert(sizeof(UOptionActorInteractionTypeConsideration) == 0x000030, "Wrong size on UOptionActorInteractionTypeConsideration"); \ static_assert(offsetof(UOptionActorInteractionTypeConsideration, WantedInteraction) == 0x000028, "Member 'UOptionActorInteractionTypeConsideration::WantedInteraction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorContextAwareInteractionTypeConsideration \ static_assert(alignof(UOptionActorContextAwareInteractionTypeConsideration) == 0x000008, "Wrong alignment on UOptionActorContextAwareInteractionTypeConsideration"); \ static_assert(sizeof(UOptionActorContextAwareInteractionTypeConsideration) == 0x000038, "Wrong size on UOptionActorContextAwareInteractionTypeConsideration"); \ static_assert(offsetof(UOptionActorContextAwareInteractionTypeConsideration, WantedInteraction) == 0x000028, "Member 'UOptionActorContextAwareInteractionTypeConsideration::WantedInteraction' has a wrong offset!"); \ static_assert(offsetof(UOptionActorContextAwareInteractionTypeConsideration, bConsiderActorDistance) == 0x000030, "Member 'UOptionActorContextAwareInteractionTypeConsideration::bConsiderActorDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorIsPreferredToyConsideration \ static_assert(alignof(UOptionActorIsPreferredToyConsideration) == 0x000008, "Wrong alignment on UOptionActorIsPreferredToyConsideration"); \ static_assert(sizeof(UOptionActorIsPreferredToyConsideration) == 0x000030, "Wrong size on UOptionActorIsPreferredToyConsideration"); \ static_assert(offsetof(UOptionActorIsPreferredToyConsideration, BonusForPreferredToy) == 0x000028, "Member 'UOptionActorIsPreferredToyConsideration::BonusForPreferredToy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfIsHungryConsideration \ static_assert(alignof(USelfIsHungryConsideration) == 0x000008, "Wrong alignment on USelfIsHungryConsideration"); \ static_assert(sizeof(USelfIsHungryConsideration) == 0x000028, "Wrong size on USelfIsHungryConsideration"); \ #define DUMPER7_ASSERTS_USelfHappinessIsEnoughToPlayConsideration \ static_assert(alignof(USelfHappinessIsEnoughToPlayConsideration) == 0x000008, "Wrong alignment on USelfHappinessIsEnoughToPlayConsideration"); \ static_assert(sizeof(USelfHappinessIsEnoughToPlayConsideration) == 0x000028, "Wrong size on USelfHappinessIsEnoughToPlayConsideration"); \ #define DUMPER7_ASSERTS_USelfHappinessPercentageConsideration \ static_assert(alignof(USelfHappinessPercentageConsideration) == 0x000008, "Wrong alignment on USelfHappinessPercentageConsideration"); \ static_assert(sizeof(USelfHappinessPercentageConsideration) == 0x000028, "Wrong size on USelfHappinessPercentageConsideration"); \ #define DUMPER7_ASSERTS_USelfActorIsDatabaseNameConsideration \ static_assert(alignof(USelfActorIsDatabaseNameConsideration) == 0x000008, "Wrong alignment on USelfActorIsDatabaseNameConsideration"); \ static_assert(sizeof(USelfActorIsDatabaseNameConsideration) == 0x000030, "Wrong size on USelfActorIsDatabaseNameConsideration"); \ static_assert(offsetof(USelfActorIsDatabaseNameConsideration, DatabaseName) == 0x000028, "Member 'USelfActorIsDatabaseNameConsideration::DatabaseName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorIsDatabaseNameConsideration \ static_assert(alignof(UOptionActorIsDatabaseNameConsideration) == 0x000008, "Wrong alignment on UOptionActorIsDatabaseNameConsideration"); \ static_assert(sizeof(UOptionActorIsDatabaseNameConsideration) == 0x000030, "Wrong size on UOptionActorIsDatabaseNameConsideration"); \ static_assert(offsetof(UOptionActorIsDatabaseNameConsideration, DatabaseName) == 0x000028, "Member 'UOptionActorIsDatabaseNameConsideration::DatabaseName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorIsBuffedConsideration \ static_assert(alignof(UOptionActorIsBuffedConsideration) == 0x000008, "Wrong alignment on UOptionActorIsBuffedConsideration"); \ static_assert(sizeof(UOptionActorIsBuffedConsideration) == 0x000030, "Wrong size on UOptionActorIsBuffedConsideration"); \ static_assert(offsetof(UOptionActorIsBuffedConsideration, EffectIDDBValue) == 0x000028, "Member 'UOptionActorIsBuffedConsideration::EffectIDDBValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorIsPlayerWithActiveInventoryToolConsideration \ static_assert(alignof(UOptionActorIsPlayerWithActiveInventoryToolConsideration) == 0x000008, "Wrong alignment on UOptionActorIsPlayerWithActiveInventoryToolConsideration"); \ static_assert(sizeof(UOptionActorIsPlayerWithActiveInventoryToolConsideration) == 0x000030, "Wrong size on UOptionActorIsPlayerWithActiveInventoryToolConsideration"); \ static_assert(offsetof(UOptionActorIsPlayerWithActiveInventoryToolConsideration, ToolClass) == 0x000028, "Member 'UOptionActorIsPlayerWithActiveInventoryToolConsideration::ToolClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorIsPlayerWithActiveInventoryItemConsideration \ static_assert(alignof(UOptionActorIsPlayerWithActiveInventoryItemConsideration) == 0x000008, "Wrong alignment on UOptionActorIsPlayerWithActiveInventoryItemConsideration"); \ static_assert(sizeof(UOptionActorIsPlayerWithActiveInventoryItemConsideration) == 0x000030, "Wrong size on UOptionActorIsPlayerWithActiveInventoryItemConsideration"); \ static_assert(offsetof(UOptionActorIsPlayerWithActiveInventoryItemConsideration, ItemName) == 0x000028, "Member 'UOptionActorIsPlayerWithActiveInventoryItemConsideration::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorIsPlayerWithActiveInventoryItemCountConsideration \ static_assert(alignof(UOptionActorIsPlayerWithActiveInventoryItemCountConsideration) == 0x000008, "Wrong alignment on UOptionActorIsPlayerWithActiveInventoryItemCountConsideration"); \ static_assert(sizeof(UOptionActorIsPlayerWithActiveInventoryItemCountConsideration) == 0x000030, "Wrong size on UOptionActorIsPlayerWithActiveInventoryItemCountConsideration"); \ static_assert(offsetof(UOptionActorIsPlayerWithActiveInventoryItemCountConsideration, ItemCountMinimumScore) == 0x000028, "Member 'UOptionActorIsPlayerWithActiveInventoryItemCountConsideration::ItemCountMinimumScore' has a wrong offset!"); \ static_assert(offsetof(UOptionActorIsPlayerWithActiveInventoryItemCountConsideration, ItemCountMaximumScore) == 0x00002C, "Member 'UOptionActorIsPlayerWithActiveInventoryItemCountConsideration::ItemCountMaximumScore' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfCreatureTypeIsAlbinoConsideration \ static_assert(alignof(USelfCreatureTypeIsAlbinoConsideration) == 0x000008, "Wrong alignment on USelfCreatureTypeIsAlbinoConsideration"); \ static_assert(sizeof(USelfCreatureTypeIsAlbinoConsideration) == 0x000028, "Wrong size on USelfCreatureTypeIsAlbinoConsideration"); \ #define DUMPER7_ASSERTS_USelfLazinessConsideration \ static_assert(alignof(USelfLazinessConsideration) == 0x000008, "Wrong alignment on USelfLazinessConsideration"); \ static_assert(sizeof(USelfLazinessConsideration) == 0x000028, "Wrong size on USelfLazinessConsideration"); \ #define DUMPER7_ASSERTS_USelfGrazingConsideration \ static_assert(alignof(USelfGrazingConsideration) == 0x000008, "Wrong alignment on USelfGrazingConsideration"); \ static_assert(sizeof(USelfGrazingConsideration) == 0x000028, "Wrong size on USelfGrazingConsideration"); \ #define DUMPER7_ASSERTS_USelfNocturnalConsideration \ static_assert(alignof(USelfNocturnalConsideration) == 0x000008, "Wrong alignment on USelfNocturnalConsideration"); \ static_assert(sizeof(USelfNocturnalConsideration) == 0x000028, "Wrong size on USelfNocturnalConsideration"); \ #define DUMPER7_ASSERTS_USelfIsAwareConsideration \ static_assert(alignof(USelfIsAwareConsideration) == 0x000008, "Wrong alignment on USelfIsAwareConsideration"); \ static_assert(sizeof(USelfIsAwareConsideration) == 0x000028, "Wrong size on USelfIsAwareConsideration"); \ #define DUMPER7_ASSERTS_UOptionActorIsFeedingStationWithFeedAvailableConsideration \ static_assert(alignof(UOptionActorIsFeedingStationWithFeedAvailableConsideration) == 0x000008, "Wrong alignment on UOptionActorIsFeedingStationWithFeedAvailableConsideration"); \ static_assert(sizeof(UOptionActorIsFeedingStationWithFeedAvailableConsideration) == 0x000028, "Wrong size on UOptionActorIsFeedingStationWithFeedAvailableConsideration"); \ #define DUMPER7_ASSERTS_UOptionActorFeedingStationContentionConsideration \ static_assert(alignof(UOptionActorFeedingStationContentionConsideration) == 0x000008, "Wrong alignment on UOptionActorFeedingStationContentionConsideration"); \ static_assert(sizeof(UOptionActorFeedingStationContentionConsideration) == 0x000028, "Wrong size on UOptionActorFeedingStationContentionConsideration"); \ #define DUMPER7_ASSERTS_USelfIsOffspringConsideration \ static_assert(alignof(USelfIsOffspringConsideration) == 0x000008, "Wrong alignment on USelfIsOffspringConsideration"); \ static_assert(sizeof(USelfIsOffspringConsideration) == 0x000028, "Wrong size on USelfIsOffspringConsideration"); \ #define DUMPER7_ASSERTS_USelfIsAdultConsideration \ static_assert(alignof(USelfIsAdultConsideration) == 0x000008, "Wrong alignment on USelfIsAdultConsideration"); \ static_assert(sizeof(USelfIsAdultConsideration) == 0x000028, "Wrong size on USelfIsAdultConsideration"); \ #define DUMPER7_ASSERTS_UOptionActorIsOffspringFollowTargetConsideration \ static_assert(alignof(UOptionActorIsOffspringFollowTargetConsideration) == 0x000008, "Wrong alignment on UOptionActorIsOffspringFollowTargetConsideration"); \ static_assert(sizeof(UOptionActorIsOffspringFollowTargetConsideration) == 0x000028, "Wrong size on UOptionActorIsOffspringFollowTargetConsideration"); \ #define DUMPER7_ASSERTS_UOptionActorBonusForPreferedParentConsideration \ static_assert(alignof(UOptionActorBonusForPreferedParentConsideration) == 0x000008, "Wrong alignment on UOptionActorBonusForPreferedParentConsideration"); \ static_assert(sizeof(UOptionActorBonusForPreferedParentConsideration) == 0x000030, "Wrong size on UOptionActorBonusForPreferedParentConsideration"); \ static_assert(offsetof(UOptionActorBonusForPreferedParentConsideration, BonusForParent) == 0x000028, "Member 'UOptionActorBonusForPreferedParentConsideration::BonusForParent' has a wrong offset!"); \ static_assert(offsetof(UOptionActorBonusForPreferedParentConsideration, BonusForMother) == 0x00002C, "Member 'UOptionActorBonusForPreferedParentConsideration::BonusForMother' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfActorCloseToOffspring \ static_assert(alignof(USelfActorCloseToOffspring) == 0x000008, "Wrong alignment on USelfActorCloseToOffspring"); \ static_assert(sizeof(USelfActorCloseToOffspring) == 0x000030, "Wrong size on USelfActorCloseToOffspring"); \ static_assert(offsetof(USelfActorCloseToOffspring, MaximumDistance) == 0x000028, "Member 'USelfActorCloseToOffspring::MaximumDistance' has a wrong offset!"); \ static_assert(offsetof(USelfActorCloseToOffspring, bOnlyCheckOwnOffspring) == 0x00002C, "Member 'USelfActorCloseToOffspring::bOnlyCheckOwnOffspring' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorIsAliveConsideration \ static_assert(alignof(UOptionActorIsAliveConsideration) == 0x000008, "Wrong alignment on UOptionActorIsAliveConsideration"); \ static_assert(sizeof(UOptionActorIsAliveConsideration) == 0x000028, "Wrong size on UOptionActorIsAliveConsideration"); \ #define DUMPER7_ASSERTS_USelfShouldGrowUpConsideration \ static_assert(alignof(USelfShouldGrowUpConsideration) == 0x000008, "Wrong alignment on USelfShouldGrowUpConsideration"); \ static_assert(sizeof(USelfShouldGrowUpConsideration) == 0x000028, "Wrong size on USelfShouldGrowUpConsideration"); \ #define DUMPER7_ASSERTS_UOptionActorIsTaggedByGroupCoordinationConsideration \ static_assert(alignof(UOptionActorIsTaggedByGroupCoordinationConsideration) == 0x000008, "Wrong alignment on UOptionActorIsTaggedByGroupCoordinationConsideration"); \ static_assert(sizeof(UOptionActorIsTaggedByGroupCoordinationConsideration) == 0x000030, "Wrong size on UOptionActorIsTaggedByGroupCoordinationConsideration"); \ static_assert(offsetof(UOptionActorIsTaggedByGroupCoordinationConsideration, TagID) == 0x000028, "Member 'UOptionActorIsTaggedByGroupCoordinationConsideration::TagID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorIsTaggedBySelfActorConsideration \ static_assert(alignof(UOptionActorIsTaggedBySelfActorConsideration) == 0x000008, "Wrong alignment on UOptionActorIsTaggedBySelfActorConsideration"); \ static_assert(sizeof(UOptionActorIsTaggedBySelfActorConsideration) == 0x000030, "Wrong size on UOptionActorIsTaggedBySelfActorConsideration"); \ static_assert(offsetof(UOptionActorIsTaggedBySelfActorConsideration, TagID) == 0x000028, "Member 'UOptionActorIsTaggedBySelfActorConsideration::TagID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorHasTaggedSelfActorConsideration \ static_assert(alignof(UOptionActorHasTaggedSelfActorConsideration) == 0x000008, "Wrong alignment on UOptionActorHasTaggedSelfActorConsideration"); \ static_assert(sizeof(UOptionActorHasTaggedSelfActorConsideration) == 0x000030, "Wrong size on UOptionActorHasTaggedSelfActorConsideration"); \ static_assert(offsetof(UOptionActorHasTaggedSelfActorConsideration, TagID) == 0x000028, "Member 'UOptionActorHasTaggedSelfActorConsideration::TagID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorHasTaggedSelfActorInTimeWindowConsideration \ static_assert(alignof(UOptionActorHasTaggedSelfActorInTimeWindowConsideration) == 0x000008, "Wrong alignment on UOptionActorHasTaggedSelfActorInTimeWindowConsideration"); \ static_assert(sizeof(UOptionActorHasTaggedSelfActorInTimeWindowConsideration) == 0x000038, "Wrong size on UOptionActorHasTaggedSelfActorInTimeWindowConsideration"); \ static_assert(offsetof(UOptionActorHasTaggedSelfActorInTimeWindowConsideration, TagID) == 0x000028, "Member 'UOptionActorHasTaggedSelfActorInTimeWindowConsideration::TagID' has a wrong offset!"); \ static_assert(offsetof(UOptionActorHasTaggedSelfActorInTimeWindowConsideration, FalloffStart) == 0x000030, "Member 'UOptionActorHasTaggedSelfActorInTimeWindowConsideration::FalloffStart' has a wrong offset!"); \ static_assert(offsetof(UOptionActorHasTaggedSelfActorInTimeWindowConsideration, FalloffSize) == 0x000034, "Member 'UOptionActorHasTaggedSelfActorInTimeWindowConsideration::FalloffSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfActorIsTaggedByBlueprintActorConsideration \ static_assert(alignof(USelfActorIsTaggedByBlueprintActorConsideration) == 0x000008, "Wrong alignment on USelfActorIsTaggedByBlueprintActorConsideration"); \ static_assert(sizeof(USelfActorIsTaggedByBlueprintActorConsideration) == 0x000058, "Wrong size on USelfActorIsTaggedByBlueprintActorConsideration"); \ static_assert(offsetof(USelfActorIsTaggedByBlueprintActorConsideration, BlueprintActor) == 0x000028, "Member 'USelfActorIsTaggedByBlueprintActorConsideration::BlueprintActor' has a wrong offset!"); \ static_assert(offsetof(USelfActorIsTaggedByBlueprintActorConsideration, TagID) == 0x000050, "Member 'USelfActorIsTaggedByBlueprintActorConsideration::TagID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfIsTaggedByGroupCoordinationConsideration \ static_assert(alignof(USelfIsTaggedByGroupCoordinationConsideration) == 0x000008, "Wrong alignment on USelfIsTaggedByGroupCoordinationConsideration"); \ static_assert(sizeof(USelfIsTaggedByGroupCoordinationConsideration) == 0x000030, "Wrong size on USelfIsTaggedByGroupCoordinationConsideration"); \ static_assert(offsetof(USelfIsTaggedByGroupCoordinationConsideration, TagID) == 0x000028, "Member 'USelfIsTaggedByGroupCoordinationConsideration::TagID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorNumberOfTagsOfTypeGroupCoordinationConsideration \ static_assert(alignof(UOptionActorNumberOfTagsOfTypeGroupCoordinationConsideration) == 0x000008, "Wrong alignment on UOptionActorNumberOfTagsOfTypeGroupCoordinationConsideration"); \ static_assert(sizeof(UOptionActorNumberOfTagsOfTypeGroupCoordinationConsideration) == 0x000038, "Wrong size on UOptionActorNumberOfTagsOfTypeGroupCoordinationConsideration"); \ static_assert(offsetof(UOptionActorNumberOfTagsOfTypeGroupCoordinationConsideration, TagID) == 0x000028, "Member 'UOptionActorNumberOfTagsOfTypeGroupCoordinationConsideration::TagID' has a wrong offset!"); \ static_assert(offsetof(UOptionActorNumberOfTagsOfTypeGroupCoordinationConsideration, MaxNumberOfTags) == 0x000030, "Member 'UOptionActorNumberOfTagsOfTypeGroupCoordinationConsideration::MaxNumberOfTags' has a wrong offset!"); \ static_assert(offsetof(UOptionActorNumberOfTagsOfTypeGroupCoordinationConsideration, bIgnoreSelf) == 0x000034, "Member 'UOptionActorNumberOfTagsOfTypeGroupCoordinationConsideration::bIgnoreSelf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorLastInteractionTimeConsideration \ static_assert(alignof(UOptionActorLastInteractionTimeConsideration) == 0x000008, "Wrong alignment on UOptionActorLastInteractionTimeConsideration"); \ static_assert(sizeof(UOptionActorLastInteractionTimeConsideration) == 0x000030, "Wrong size on UOptionActorLastInteractionTimeConsideration"); \ static_assert(offsetof(UOptionActorLastInteractionTimeConsideration, WindowOffset) == 0x000028, "Member 'UOptionActorLastInteractionTimeConsideration::WindowOffset' has a wrong offset!"); \ static_assert(offsetof(UOptionActorLastInteractionTimeConsideration, WindowSize) == 0x00002C, "Member 'UOptionActorLastInteractionTimeConsideration::WindowSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorGreetTimeIntervalConsideration \ static_assert(alignof(UOptionActorGreetTimeIntervalConsideration) == 0x000008, "Wrong alignment on UOptionActorGreetTimeIntervalConsideration"); \ static_assert(sizeof(UOptionActorGreetTimeIntervalConsideration) == 0x000028, "Wrong size on UOptionActorGreetTimeIntervalConsideration"); \ #define DUMPER7_ASSERTS_UOptionActorIsCapturingSelfActorConsideration \ static_assert(alignof(UOptionActorIsCapturingSelfActorConsideration) == 0x000008, "Wrong alignment on UOptionActorIsCapturingSelfActorConsideration"); \ static_assert(sizeof(UOptionActorIsCapturingSelfActorConsideration) == 0x000028, "Wrong size on UOptionActorIsCapturingSelfActorConsideration"); \ #define DUMPER7_ASSERTS_USelfIsInConflictConsideration \ static_assert(alignof(USelfIsInConflictConsideration) == 0x000008, "Wrong alignment on USelfIsInConflictConsideration"); \ static_assert(sizeof(USelfIsInConflictConsideration) == 0x000028, "Wrong size on USelfIsInConflictConsideration"); \ #define DUMPER7_ASSERTS_UOptionActorIsConflictTargetForSelfActorConsideration \ static_assert(alignof(UOptionActorIsConflictTargetForSelfActorConsideration) == 0x000008, "Wrong alignment on UOptionActorIsConflictTargetForSelfActorConsideration"); \ static_assert(sizeof(UOptionActorIsConflictTargetForSelfActorConsideration) == 0x000028, "Wrong size on UOptionActorIsConflictTargetForSelfActorConsideration"); \ #define DUMPER7_ASSERTS_USelfCheckSpeciesTeamConsideration \ static_assert(alignof(USelfCheckSpeciesTeamConsideration) == 0x000008, "Wrong alignment on USelfCheckSpeciesTeamConsideration"); \ static_assert(sizeof(USelfCheckSpeciesTeamConsideration) == 0x000030, "Wrong size on USelfCheckSpeciesTeamConsideration"); \ static_assert(offsetof(USelfCheckSpeciesTeamConsideration, Team) == 0x000028, "Member 'USelfCheckSpeciesTeamConsideration::Team' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorCheckSpeciesTeamConsideration \ static_assert(alignof(UOptionActorCheckSpeciesTeamConsideration) == 0x000008, "Wrong alignment on UOptionActorCheckSpeciesTeamConsideration"); \ static_assert(sizeof(UOptionActorCheckSpeciesTeamConsideration) == 0x000030, "Wrong size on UOptionActorCheckSpeciesTeamConsideration"); \ static_assert(offsetof(UOptionActorCheckSpeciesTeamConsideration, Team) == 0x000028, "Member 'UOptionActorCheckSpeciesTeamConsideration::Team' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorCausedReactionOnSelfActorConsideration \ static_assert(alignof(UOptionActorCausedReactionOnSelfActorConsideration) == 0x000008, "Wrong alignment on UOptionActorCausedReactionOnSelfActorConsideration"); \ static_assert(sizeof(UOptionActorCausedReactionOnSelfActorConsideration) == 0x000030, "Wrong size on UOptionActorCausedReactionOnSelfActorConsideration"); \ static_assert(offsetof(UOptionActorCausedReactionOnSelfActorConsideration, TimeWindowOffset) == 0x000028, "Member 'UOptionActorCausedReactionOnSelfActorConsideration::TimeWindowOffset' has a wrong offset!"); \ static_assert(offsetof(UOptionActorCausedReactionOnSelfActorConsideration, TimeWindowSize) == 0x00002C, "Member 'UOptionActorCausedReactionOnSelfActorConsideration::TimeWindowSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfIsInteractionNeedMetConsideration \ static_assert(alignof(USelfIsInteractionNeedMetConsideration) == 0x000008, "Wrong alignment on USelfIsInteractionNeedMetConsideration"); \ static_assert(sizeof(USelfIsInteractionNeedMetConsideration) == 0x000028, "Wrong size on USelfIsInteractionNeedMetConsideration"); \ #define DUMPER7_ASSERTS_USelfCanStartByproductProductionConsideration \ static_assert(alignof(USelfCanStartByproductProductionConsideration) == 0x000008, "Wrong alignment on USelfCanStartByproductProductionConsideration"); \ static_assert(sizeof(USelfCanStartByproductProductionConsideration) == 0x000028, "Wrong size on USelfCanStartByproductProductionConsideration"); \ #define DUMPER7_ASSERTS_USelfIsByproductReadyConsideration \ static_assert(alignof(USelfIsByproductReadyConsideration) == 0x000008, "Wrong alignment on USelfIsByproductReadyConsideration"); \ static_assert(sizeof(USelfIsByproductReadyConsideration) == 0x000028, "Wrong size on USelfIsByproductReadyConsideration"); \ #define DUMPER7_ASSERTS_USelfIsCombatReadyConsideration \ static_assert(alignof(USelfIsCombatReadyConsideration) == 0x000008, "Wrong alignment on USelfIsCombatReadyConsideration"); \ static_assert(sizeof(USelfIsCombatReadyConsideration) == 0x000028, "Wrong size on USelfIsCombatReadyConsideration"); \ #define DUMPER7_ASSERTS_USelfCanFlyConsideration \ static_assert(alignof(USelfCanFlyConsideration) == 0x000008, "Wrong alignment on USelfCanFlyConsideration"); \ static_assert(sizeof(USelfCanFlyConsideration) == 0x000028, "Wrong size on USelfCanFlyConsideration"); \ #define DUMPER7_ASSERTS_USelfCanUsePerchesConsideration \ static_assert(alignof(USelfCanUsePerchesConsideration) == 0x000008, "Wrong alignment on USelfCanUsePerchesConsideration"); \ static_assert(sizeof(USelfCanUsePerchesConsideration) == 0x000028, "Wrong size on USelfCanUsePerchesConsideration"); \ #define DUMPER7_ASSERTS_USelfIsFlyingConsideration \ static_assert(alignof(USelfIsFlyingConsideration) == 0x000008, "Wrong alignment on USelfIsFlyingConsideration"); \ static_assert(sizeof(USelfIsFlyingConsideration) == 0x000028, "Wrong size on USelfIsFlyingConsideration"); \ #define DUMPER7_ASSERTS_UOptionActorIsFlyingConsideration \ static_assert(alignof(UOptionActorIsFlyingConsideration) == 0x000008, "Wrong alignment on UOptionActorIsFlyingConsideration"); \ static_assert(sizeof(UOptionActorIsFlyingConsideration) == 0x000028, "Wrong size on UOptionActorIsFlyingConsideration"); \ #define DUMPER7_ASSERTS_USelfIsPerchedConsideration \ static_assert(alignof(USelfIsPerchedConsideration) == 0x000008, "Wrong alignment on USelfIsPerchedConsideration"); \ static_assert(sizeof(USelfIsPerchedConsideration) == 0x000028, "Wrong size on USelfIsPerchedConsideration"); \ #define DUMPER7_ASSERTS_UOptionActorIsPerchedConsideration \ static_assert(alignof(UOptionActorIsPerchedConsideration) == 0x000008, "Wrong alignment on UOptionActorIsPerchedConsideration"); \ static_assert(sizeof(UOptionActorIsPerchedConsideration) == 0x000028, "Wrong size on UOptionActorIsPerchedConsideration"); \ #define DUMPER7_ASSERTS_USelfActionEnergyConsideration \ static_assert(alignof(USelfActionEnergyConsideration) == 0x000008, "Wrong alignment on USelfActionEnergyConsideration"); \ static_assert(sizeof(USelfActionEnergyConsideration) == 0x000028, "Wrong size on USelfActionEnergyConsideration"); \ #define DUMPER7_ASSERTS_USelfCanBeCapturedConsideration \ static_assert(alignof(USelfCanBeCapturedConsideration) == 0x000008, "Wrong alignment on USelfCanBeCapturedConsideration"); \ static_assert(sizeof(USelfCanBeCapturedConsideration) == 0x000028, "Wrong size on USelfCanBeCapturedConsideration"); \ #define DUMPER7_ASSERTS_USelfIsCapturedConsideration \ static_assert(alignof(USelfIsCapturedConsideration) == 0x000008, "Wrong alignment on USelfIsCapturedConsideration"); \ static_assert(sizeof(USelfIsCapturedConsideration) == 0x000028, "Wrong size on USelfIsCapturedConsideration"); \ #define DUMPER7_ASSERTS_USelfIsPregnantConsideration \ static_assert(alignof(USelfIsPregnantConsideration) == 0x000008, "Wrong alignment on USelfIsPregnantConsideration"); \ static_assert(sizeof(USelfIsPregnantConsideration) == 0x000028, "Wrong size on USelfIsPregnantConsideration"); \ #define DUMPER7_ASSERTS_USelfIsEggConsideration \ static_assert(alignof(USelfIsEggConsideration) == 0x000008, "Wrong alignment on USelfIsEggConsideration"); \ static_assert(sizeof(USelfIsEggConsideration) == 0x000028, "Wrong size on USelfIsEggConsideration"); \ #define DUMPER7_ASSERTS_USelfTeamConsideration \ static_assert(alignof(USelfTeamConsideration) == 0x000008, "Wrong alignment on USelfTeamConsideration"); \ static_assert(sizeof(USelfTeamConsideration) == 0x000030, "Wrong size on USelfTeamConsideration"); \ static_assert(offsetof(USelfTeamConsideration, Team) == 0x000028, "Member 'USelfTeamConsideration::Team' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfOnSurfaceConsideration \ static_assert(alignof(USelfOnSurfaceConsideration) == 0x000008, "Wrong alignment on USelfOnSurfaceConsideration"); \ static_assert(sizeof(USelfOnSurfaceConsideration) == 0x000030, "Wrong size on USelfOnSurfaceConsideration"); \ static_assert(offsetof(USelfOnSurfaceConsideration, DesiredSurface) == 0x000028, "Member 'USelfOnSurfaceConsideration::DesiredSurface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfOnGrazingSurfaceConsideration \ static_assert(alignof(USelfOnGrazingSurfaceConsideration) == 0x000008, "Wrong alignment on USelfOnGrazingSurfaceConsideration"); \ static_assert(sizeof(USelfOnGrazingSurfaceConsideration) == 0x000028, "Wrong size on USelfOnGrazingSurfaceConsideration"); \ #define DUMPER7_ASSERTS_USelfSurfaceMaxAngleConsideration \ static_assert(alignof(USelfSurfaceMaxAngleConsideration) == 0x000008, "Wrong alignment on USelfSurfaceMaxAngleConsideration"); \ static_assert(sizeof(USelfSurfaceMaxAngleConsideration) == 0x000030, "Wrong size on USelfSurfaceMaxAngleConsideration"); \ static_assert(offsetof(USelfSurfaceMaxAngleConsideration, MaxAngle) == 0x000028, "Member 'USelfSurfaceMaxAngleConsideration::MaxAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfPitchAngleConsideration \ static_assert(alignof(USelfPitchAngleConsideration) == 0x000008, "Wrong alignment on USelfPitchAngleConsideration"); \ static_assert(sizeof(USelfPitchAngleConsideration) == 0x000040, "Wrong size on USelfPitchAngleConsideration"); \ static_assert(offsetof(USelfPitchAngleConsideration, MaxAngle) == 0x000028, "Member 'USelfPitchAngleConsideration::MaxAngle' has a wrong offset!"); \ static_assert(offsetof(USelfPitchAngleConsideration, HeadBone) == 0x00002C, "Member 'USelfPitchAngleConsideration::HeadBone' has a wrong offset!"); \ static_assert(offsetof(USelfPitchAngleConsideration, PelvisBone) == 0x000034, "Member 'USelfPitchAngleConsideration::PelvisBone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorIsNurtureInteractGiverConsideration \ static_assert(alignof(UOptionActorIsNurtureInteractGiverConsideration) == 0x000008, "Wrong alignment on UOptionActorIsNurtureInteractGiverConsideration"); \ static_assert(sizeof(UOptionActorIsNurtureInteractGiverConsideration) == 0x000028, "Wrong size on UOptionActorIsNurtureInteractGiverConsideration"); \ #define DUMPER7_ASSERTS_UOptionActorWithinNurtureInteractRangeConsideration \ static_assert(alignof(UOptionActorWithinNurtureInteractRangeConsideration) == 0x000008, "Wrong alignment on UOptionActorWithinNurtureInteractRangeConsideration"); \ static_assert(sizeof(UOptionActorWithinNurtureInteractRangeConsideration) == 0x000030, "Wrong size on UOptionActorWithinNurtureInteractRangeConsideration"); \ static_assert(offsetof(UOptionActorWithinNurtureInteractRangeConsideration, NurtureInteractRange) == 0x000028, "Member 'UOptionActorWithinNurtureInteractRangeConsideration::NurtureInteractRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfHappinessLevel \ static_assert(alignof(USelfHappinessLevel) == 0x000008, "Wrong alignment on USelfHappinessLevel"); \ static_assert(sizeof(USelfHappinessLevel) == 0x000030, "Wrong size on USelfHappinessLevel"); \ static_assert(offsetof(USelfHappinessLevel, HappinessLevel) == 0x000028, "Member 'USelfHappinessLevel::HappinessLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfHerdingConsideration \ static_assert(alignof(USelfHerdingConsideration) == 0x000008, "Wrong alignment on USelfHerdingConsideration"); \ static_assert(sizeof(USelfHerdingConsideration) == 0x000028, "Wrong size on USelfHerdingConsideration"); \ #define DUMPER7_ASSERTS_USelfCanHerdSleepConsideration \ static_assert(alignof(USelfCanHerdSleepConsideration) == 0x000008, "Wrong alignment on USelfCanHerdSleepConsideration"); \ static_assert(sizeof(USelfCanHerdSleepConsideration) == 0x000028, "Wrong size on USelfCanHerdSleepConsideration"); \ #define DUMPER7_ASSERTS_USelfCanHerdFleeConsideration \ static_assert(alignof(USelfCanHerdFleeConsideration) == 0x000008, "Wrong alignment on USelfCanHerdFleeConsideration"); \ static_assert(sizeof(USelfCanHerdFleeConsideration) == 0x000028, "Wrong size on USelfCanHerdFleeConsideration"); \ #define DUMPER7_ASSERTS_UOptionActorSameSpeciesConsideration \ static_assert(alignof(UOptionActorSameSpeciesConsideration) == 0x000008, "Wrong alignment on UOptionActorSameSpeciesConsideration"); \ static_assert(sizeof(UOptionActorSameSpeciesConsideration) == 0x000028, "Wrong size on UOptionActorSameSpeciesConsideration"); \ #define DUMPER7_ASSERTS_UOptionActorLocationWithinAreaFlagsConsideration \ static_assert(alignof(UOptionActorLocationWithinAreaFlagsConsideration) == 0x000008, "Wrong alignment on UOptionActorLocationWithinAreaFlagsConsideration"); \ static_assert(sizeof(UOptionActorLocationWithinAreaFlagsConsideration) == 0x000030, "Wrong size on UOptionActorLocationWithinAreaFlagsConsideration"); \ static_assert(offsetof(UOptionActorLocationWithinAreaFlagsConsideration, AreaFlagSelection) == 0x000028, "Member 'UOptionActorLocationWithinAreaFlagsConsideration::AreaFlagSelection' has a wrong offset!"); \ static_assert(offsetof(UOptionActorLocationWithinAreaFlagsConsideration, CustomAreaFlags) == 0x00002C, "Member 'UOptionActorLocationWithinAreaFlagsConsideration::CustomAreaFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorInsideCreaturePenConsideration \ static_assert(alignof(UOptionActorInsideCreaturePenConsideration) == 0x000008, "Wrong alignment on UOptionActorInsideCreaturePenConsideration"); \ static_assert(sizeof(UOptionActorInsideCreaturePenConsideration) == 0x000028, "Wrong size on UOptionActorInsideCreaturePenConsideration"); \ #define DUMPER7_ASSERTS_UAnyPerchAvailableInRangeConsideration \ static_assert(alignof(UAnyPerchAvailableInRangeConsideration) == 0x000008, "Wrong alignment on UAnyPerchAvailableInRangeConsideration"); \ static_assert(sizeof(UAnyPerchAvailableInRangeConsideration) == 0x000028, "Wrong size on UAnyPerchAvailableInRangeConsideration"); \ #define DUMPER7_ASSERTS_USelfStationaryForNurtureInteractConsideration \ static_assert(alignof(USelfStationaryForNurtureInteractConsideration) == 0x000008, "Wrong alignment on USelfStationaryForNurtureInteractConsideration"); \ static_assert(sizeof(USelfStationaryForNurtureInteractConsideration) == 0x000028, "Wrong size on USelfStationaryForNurtureInteractConsideration"); \ #define DUMPER7_ASSERTS_USelfCreatureWantsNurturingConsideration \ static_assert(alignof(USelfCreatureWantsNurturingConsideration) == 0x000008, "Wrong alignment on USelfCreatureWantsNurturingConsideration"); \ static_assert(sizeof(USelfCreatureWantsNurturingConsideration) == 0x000028, "Wrong size on USelfCreatureWantsNurturingConsideration"); \ #define DUMPER7_ASSERTS_USelfCreatureCirclingConsideration \ static_assert(alignof(USelfCreatureCirclingConsideration) == 0x000008, "Wrong alignment on USelfCreatureCirclingConsideration"); \ static_assert(sizeof(USelfCreatureCirclingConsideration) == 0x000028, "Wrong size on USelfCreatureCirclingConsideration"); \ #define DUMPER7_ASSERTS_USelfCreaturePerchingConsideration \ static_assert(alignof(USelfCreaturePerchingConsideration) == 0x000008, "Wrong alignment on USelfCreaturePerchingConsideration"); \ static_assert(sizeof(USelfCreaturePerchingConsideration) == 0x000028, "Wrong size on USelfCreaturePerchingConsideration"); \ #define DUMPER7_ASSERTS_USelfCreatureFleeFlyingConsideration \ static_assert(alignof(USelfCreatureFleeFlyingConsideration) == 0x000008, "Wrong alignment on USelfCreatureFleeFlyingConsideration"); \ static_assert(sizeof(USelfCreatureFleeFlyingConsideration) == 0x000030, "Wrong size on USelfCreatureFleeFlyingConsideration"); \ static_assert(offsetof(USelfCreatureFleeFlyingConsideration, FleeFlyingOption) == 0x000028, "Member 'USelfCreatureFleeFlyingConsideration::FleeFlyingOption' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionActorCombatTetherConsideration \ static_assert(alignof(UOptionActorCombatTetherConsideration) == 0x000008, "Wrong alignment on UOptionActorCombatTetherConsideration"); \ static_assert(sizeof(UOptionActorCombatTetherConsideration) == 0x000028, "Wrong size on UOptionActorCombatTetherConsideration"); \ #define DUMPER7_ASSERTS_USelfActorWaterDepthConsideration \ static_assert(alignof(USelfActorWaterDepthConsideration) == 0x000008, "Wrong alignment on USelfActorWaterDepthConsideration"); \ static_assert(sizeof(USelfActorWaterDepthConsideration) == 0x000030, "Wrong size on USelfActorWaterDepthConsideration"); \ static_assert(offsetof(USelfActorWaterDepthConsideration, MinDepth) == 0x000028, "Member 'USelfActorWaterDepthConsideration::MinDepth' has a wrong offset!"); \ static_assert(offsetof(USelfActorWaterDepthConsideration, MaxDepth) == 0x00002C, "Member 'USelfActorWaterDepthConsideration::MaxDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfActorIsInWaterConsideration \ static_assert(alignof(USelfActorIsInWaterConsideration) == 0x000008, "Wrong alignment on USelfActorIsInWaterConsideration"); \ static_assert(sizeof(USelfActorIsInWaterConsideration) == 0x000028, "Wrong size on USelfActorIsInWaterConsideration"); \ #define DUMPER7_ASSERTS_USelfCreatureFlyOutOfWaterConsideration \ static_assert(alignof(USelfCreatureFlyOutOfWaterConsideration) == 0x000008, "Wrong alignment on USelfCreatureFlyOutOfWaterConsideration"); \ static_assert(sizeof(USelfCreatureFlyOutOfWaterConsideration) == 0x000028, "Wrong size on USelfCreatureFlyOutOfWaterConsideration"); \ #define DUMPER7_ASSERTS_USelfCreatureRelaxStanceConsideration \ static_assert(alignof(USelfCreatureRelaxStanceConsideration) == 0x000008, "Wrong alignment on USelfCreatureRelaxStanceConsideration"); \ static_assert(sizeof(USelfCreatureRelaxStanceConsideration) == 0x000030, "Wrong size on USelfCreatureRelaxStanceConsideration"); \ static_assert(offsetof(USelfCreatureRelaxStanceConsideration, Stance) == 0x000028, "Member 'USelfCreatureRelaxStanceConsideration::Stance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfActorIsOverlappingCreaturePenOptionActor \ static_assert(alignof(USelfActorIsOverlappingCreaturePenOptionActor) == 0x000008, "Wrong alignment on USelfActorIsOverlappingCreaturePenOptionActor"); \ static_assert(sizeof(USelfActorIsOverlappingCreaturePenOptionActor) == 0x000028, "Wrong size on USelfActorIsOverlappingCreaturePenOptionActor"); \ #define DUMPER7_ASSERTS_USelfCreatureGroomOrLookAroundConsideration \ static_assert(alignof(USelfCreatureGroomOrLookAroundConsideration) == 0x000008, "Wrong alignment on USelfCreatureGroomOrLookAroundConsideration"); \ static_assert(sizeof(USelfCreatureGroomOrLookAroundConsideration) == 0x000028, "Wrong size on USelfCreatureGroomOrLookAroundConsideration"); \ #define DUMPER7_ASSERTS_USelfCreatureGroomingConsideration \ static_assert(alignof(USelfCreatureGroomingConsideration) == 0x000008, "Wrong alignment on USelfCreatureGroomingConsideration"); \ static_assert(sizeof(USelfCreatureGroomingConsideration) == 0x000028, "Wrong size on USelfCreatureGroomingConsideration"); \ #define DUMPER7_ASSERTS_USelfCreatureCanForageConsideration \ static_assert(alignof(USelfCreatureCanForageConsideration) == 0x000008, "Wrong alignment on USelfCreatureCanForageConsideration"); \ static_assert(sizeof(USelfCreatureCanForageConsideration) == 0x000028, "Wrong size on USelfCreatureCanForageConsideration"); \ #define DUMPER7_ASSERTS_USelfCreatureIsBeingInspectedConsideration \ static_assert(alignof(USelfCreatureIsBeingInspectedConsideration) == 0x000008, "Wrong alignment on USelfCreatureIsBeingInspectedConsideration"); \ static_assert(sizeof(USelfCreatureIsBeingInspectedConsideration) == 0x000028, "Wrong size on USelfCreatureIsBeingInspectedConsideration"); \ #define DUMPER7_ASSERTS_UOptionActorIsPlayerCharacterConsideration \ static_assert(alignof(UOptionActorIsPlayerCharacterConsideration) == 0x000008, "Wrong alignment on UOptionActorIsPlayerCharacterConsideration"); \ static_assert(sizeof(UOptionActorIsPlayerCharacterConsideration) == 0x000028, "Wrong size on UOptionActorIsPlayerCharacterConsideration"); \ #define DUMPER7_ASSERTS_UOptionCharacterIsOverlappingSelfCreature \ static_assert(alignof(UOptionCharacterIsOverlappingSelfCreature) == 0x000008, "Wrong alignment on UOptionCharacterIsOverlappingSelfCreature"); \ static_assert(sizeof(UOptionCharacterIsOverlappingSelfCreature) == 0x000030, "Wrong size on UOptionCharacterIsOverlappingSelfCreature"); \ static_assert(offsetof(UOptionCharacterIsOverlappingSelfCreature, SelfCreatureCapsuleRadiusMultiplier) == 0x000028, "Member 'UOptionCharacterIsOverlappingSelfCreature::SelfCreatureCapsuleRadiusMultiplier' has a wrong offset!"); \ static_assert(offsetof(UOptionCharacterIsOverlappingSelfCreature, OptionCharacterCapsuleRadiusMultiplier) == 0x00002C, "Member 'UOptionCharacterIsOverlappingSelfCreature::OptionCharacterCapsuleRadiusMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransfigurationActorsQualifierOptions \ static_assert(alignof(UTransfigurationActorsQualifierOptions) == 0x000008, "Wrong alignment on UTransfigurationActorsQualifierOptions"); \ static_assert(sizeof(UTransfigurationActorsQualifierOptions) == 0x000028, "Wrong size on UTransfigurationActorsQualifierOptions"); \ #define DUMPER7_ASSERTS_UGroupCoordinatedTagLocationsQualifierOptions \ static_assert(alignof(UGroupCoordinatedTagLocationsQualifierOptions) == 0x000008, "Wrong alignment on UGroupCoordinatedTagLocationsQualifierOptions"); \ static_assert(sizeof(UGroupCoordinatedTagLocationsQualifierOptions) == 0x000060, "Wrong size on UGroupCoordinatedTagLocationsQualifierOptions"); \ static_assert(offsetof(UGroupCoordinatedTagLocationsQualifierOptions, TagID) == 0x000028, "Member 'UGroupCoordinatedTagLocationsQualifierOptions::TagID' has a wrong offset!"); \ static_assert(offsetof(UGroupCoordinatedTagLocationsQualifierOptions, SearchRadius) == 0x000030, "Member 'UGroupCoordinatedTagLocationsQualifierOptions::SearchRadius' has a wrong offset!"); \ static_assert(offsetof(UGroupCoordinatedTagLocationsQualifierOptions, SearchAreaCentreKey) == 0x000038, "Member 'UGroupCoordinatedTagLocationsQualifierOptions::SearchAreaCentreKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroupCoordinatedActorTagOwnersOptions \ static_assert(alignof(UGroupCoordinatedActorTagOwnersOptions) == 0x000008, "Wrong alignment on UGroupCoordinatedActorTagOwnersOptions"); \ static_assert(sizeof(UGroupCoordinatedActorTagOwnersOptions) == 0x000060, "Wrong size on UGroupCoordinatedActorTagOwnersOptions"); \ static_assert(offsetof(UGroupCoordinatedActorTagOwnersOptions, TagIDs) == 0x000028, "Member 'UGroupCoordinatedActorTagOwnersOptions::TagIDs' has a wrong offset!"); \ static_assert(offsetof(UGroupCoordinatedActorTagOwnersOptions, SubjectToCheck) == 0x000038, "Member 'UGroupCoordinatedActorTagOwnersOptions::SubjectToCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayWithLeapingToadstoolStatQualifierTask \ static_assert(alignof(UPlayWithLeapingToadstoolStatQualifierTask) == 0x000008, "Wrong alignment on UPlayWithLeapingToadstoolStatQualifierTask"); \ static_assert(sizeof(UPlayWithLeapingToadstoolStatQualifierTask) == 0x000028, "Wrong size on UPlayWithLeapingToadstoolStatQualifierTask"); \ #define DUMPER7_ASSERTS_UManageActionEnergyQualifierTask \ static_assert(alignof(UManageActionEnergyQualifierTask) == 0x000008, "Wrong alignment on UManageActionEnergyQualifierTask"); \ static_assert(sizeof(UManageActionEnergyQualifierTask) == 0x000030, "Wrong size on UManageActionEnergyQualifierTask"); \ static_assert(offsetof(UManageActionEnergyQualifierTask, EnergyBurnTime) == 0x000028, "Member 'UManageActionEnergyQualifierTask::EnergyBurnTime' has a wrong offset!"); \ static_assert(offsetof(UManageActionEnergyQualifierTask, EnergyResetTime) == 0x00002C, "Member 'UManageActionEnergyQualifierTask::EnergyResetTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldNightDayConsideration \ static_assert(alignof(UWorldNightDayConsideration) == 0x000008, "Wrong alignment on UWorldNightDayConsideration"); \ static_assert(sizeof(UWorldNightDayConsideration) == 0x000028, "Wrong size on UWorldNightDayConsideration"); \ #define DUMPER7_ASSERTS_UWorldMoonPhaseConsideration \ static_assert(alignof(UWorldMoonPhaseConsideration) == 0x000008, "Wrong alignment on UWorldMoonPhaseConsideration"); \ static_assert(sizeof(UWorldMoonPhaseConsideration) == 0x000030, "Wrong size on UWorldMoonPhaseConsideration"); \ static_assert(offsetof(UWorldMoonPhaseConsideration, DesiredMoonPhase) == 0x000028, "Member 'UWorldMoonPhaseConsideration::DesiredMoonPhase' 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) == 0x0002B0, "Wrong size on ALevelVariantSetsActor"); \ static_assert(offsetof(ALevelVariantSetsActor, LevelVariantSets) == 0x000248, "Member 'ALevelVariantSetsActor::LevelVariantSets' has a wrong offset!"); \ static_assert(offsetof(ALevelVariantSetsActor, DirectorInstances) == 0x000260, "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) == 0x000270, "Wrong size on ASwitchActor"); \ static_assert(offsetof(ASwitchActor, SceneComponent) == 0x000260, "Member 'ASwitchActor::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(ASwitchActor, LastSelectedOption) == 0x000268, "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_VFX_BP_AncMag_PostProcessFX_C_SetRedBlueLerp \ static_assert(alignof(VFX_BP_AncMag_PostProcessFX_C_SetRedBlueLerp) == 0x000004, "Wrong alignment on VFX_BP_AncMag_PostProcessFX_C_SetRedBlueLerp"); \ static_assert(sizeof(VFX_BP_AncMag_PostProcessFX_C_SetRedBlueLerp) == 0x000008, "Wrong size on VFX_BP_AncMag_PostProcessFX_C_SetRedBlueLerp"); \ static_assert(offsetof(VFX_BP_AncMag_PostProcessFX_C_SetRedBlueLerp, Alpha) == 0x000000, "Member 'VFX_BP_AncMag_PostProcessFX_C_SetRedBlueLerp::Alpha' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_AncMag_PostProcessFX_C_SetRedBlueLerp, CallFunc_FClamp_ReturnValue) == 0x000004, "Member 'VFX_BP_AncMag_PostProcessFX_C_SetRedBlueLerp::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_AncMag_PostProcessFX_C_SetBlendWeight \ static_assert(alignof(VFX_BP_AncMag_PostProcessFX_C_SetBlendWeight) == 0x000004, "Wrong alignment on VFX_BP_AncMag_PostProcessFX_C_SetBlendWeight"); \ static_assert(sizeof(VFX_BP_AncMag_PostProcessFX_C_SetBlendWeight) == 0x000008, "Wrong size on VFX_BP_AncMag_PostProcessFX_C_SetBlendWeight"); \ static_assert(offsetof(VFX_BP_AncMag_PostProcessFX_C_SetBlendWeight, BlendWeight) == 0x000000, "Member 'VFX_BP_AncMag_PostProcessFX_C_SetBlendWeight::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_AncMag_PostProcessFX_C_SetBlendWeight, CallFunc_FClamp_ReturnValue) == 0x000004, "Member 'VFX_BP_AncMag_PostProcessFX_C_SetBlendWeight::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVFX_BP_AncMag_PostProcessFX_C \ static_assert(alignof(AVFX_BP_AncMag_PostProcessFX_C) == 0x000008, "Wrong alignment on AVFX_BP_AncMag_PostProcessFX_C"); \ static_assert(sizeof(AVFX_BP_AncMag_PostProcessFX_C) == 0x000260, "Wrong size on AVFX_BP_AncMag_PostProcessFX_C"); \ static_assert(offsetof(AVFX_BP_AncMag_PostProcessFX_C, PostProcess) == 0x000248, "Member 'AVFX_BP_AncMag_PostProcessFX_C::PostProcess' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_PostProcessFX_C, DefaultSceneRoot) == 0x000250, "Member 'AVFX_BP_AncMag_PostProcessFX_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_PostProcessFX_C, CurrentWeight) == 0x000258, "Member 'AVFX_BP_AncMag_PostProcessFX_C::CurrentWeight' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_PostProcessFX_C, RedBlueAlpha) == 0x00025C, "Member 'AVFX_BP_AncMag_PostProcessFX_C::RedBlueAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop \ static_assert(alignof(ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop) == 0x000008, "Wrong alignment on ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop"); \ static_assert(sizeof(ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop) == 0x000070, "Wrong size on ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop"); \ static_assert(offsetof(ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop, EntryPoint) == 0x000000, "Member 'ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop, K2Node_Event_Context) == 0x000008, "Member 'ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroom_Stop_C_ExecuteUbergraph_ABL_HoverBroom_Stop::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_Stop_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroom_Stop_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroom_Stop_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroom_Stop_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroom_Stop_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroom_Stop_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroom_Stop_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Stop_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroom_Stop_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_Stop_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroom_Stop_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroom_Stop_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroom_Stop_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroom_Stop_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroom_Stop_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroom_Stop_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroom_Stop_C \ static_assert(alignof(UABL_HoverBroom_Stop_C) == 0x000008, "Wrong alignment on UABL_HoverBroom_Stop_C"); \ static_assert(sizeof(UABL_HoverBroom_Stop_C) == 0x0000D0, "Wrong size on UABL_HoverBroom_Stop_C"); \ static_assert(offsetof(UABL_HoverBroom_Stop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroom_Stop_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M \ static_assert(alignof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M) == 0x000008, "Wrong alignment on BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M"); \ static_assert(sizeof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M) == 0x000218, "Wrong size on BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, EntryPoint) == 0x000000, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, K2Node_Event_MunitionImpact) == 0x000008, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::K2Node_Event_MunitionImpact' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, K2Node_Event_HitResult) == 0x0000F8, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, K2Node_Event_bHit) == 0x000180, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, K2Node_Event_bBlocked) == 0x000181, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, K2Node_Event_bFailed) == 0x000182, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::K2Node_Event_bFailed' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_BreakHitResult_bBlockingHit) == 0x000183, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_BreakHitResult_bInitialOverlap) == 0x000184, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_BreakHitResult_Time) == 0x000188, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_BreakHitResult_Distance) == 0x00018C, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_BreakHitResult_Location) == 0x000190, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_BreakHitResult_ImpactPoint) == 0x00019C, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_BreakHitResult_Normal) == 0x0001A8, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_BreakHitResult_ImpactNormal) == 0x0001B4, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_BreakHitResult_PhysMat) == 0x0001C0, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_BreakHitResult_HitActor) == 0x0001C8, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_BreakHitResult_HitComponent) == 0x0001D0, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_BreakHitResult_HitBoneName) == 0x0001D8, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_BreakHitResult_HitItem) == 0x0001E0, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_BreakHitResult_ElementIndex) == 0x0001E4, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_BreakHitResult_FaceIndex) == 0x0001E8, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_BreakHitResult_TraceStart) == 0x0001EC, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_BreakHitResult_TraceEnd) == 0x0001F8, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, K2Node_DynamicCast_AsCharacter) == 0x000208, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, K2Node_DynamicCast_bSuccess) == 0x000210, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_SetOnFire_ReturnValue) == 0x000211, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_SetOnFire_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M, CallFunc_DoDamageOverTime_ReturnValue) == 0x000212, "Member 'BP_AOE_FieryExplosion_M_C_ExecuteUbergraph_BP_AOE_FieryExplosion_M::CallFunc_DoDamageOverTime_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AOE_FieryExplosion_M_C_OnHit \ static_assert(alignof(BP_AOE_FieryExplosion_M_C_OnHit) == 0x000008, "Wrong alignment on BP_AOE_FieryExplosion_M_C_OnHit"); \ static_assert(sizeof(BP_AOE_FieryExplosion_M_C_OnHit) == 0x000180, "Wrong size on BP_AOE_FieryExplosion_M_C_OnHit"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_OnHit, MunitionImpact) == 0x000000, "Member 'BP_AOE_FieryExplosion_M_C_OnHit::MunitionImpact' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_OnHit, HitResult) == 0x0000F0, "Member 'BP_AOE_FieryExplosion_M_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_OnHit, bHit) == 0x000178, "Member 'BP_AOE_FieryExplosion_M_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_OnHit, bBlocked) == 0x000179, "Member 'BP_AOE_FieryExplosion_M_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_M_C_OnHit, bFailed) == 0x00017A, "Member 'BP_AOE_FieryExplosion_M_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AOE_FieryExplosion_M_C \ static_assert(alignof(ABP_AOE_FieryExplosion_M_C) == 0x000008, "Wrong alignment on ABP_AOE_FieryExplosion_M_C"); \ static_assert(sizeof(ABP_AOE_FieryExplosion_M_C) == 0x000680, "Wrong size on ABP_AOE_FieryExplosion_M_C"); \ static_assert(offsetof(ABP_AOE_FieryExplosion_M_C, UberGraphFrame) == 0x000660, "Member 'ABP_AOE_FieryExplosion_M_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AOE_FieryExplosion_M_C, DefaultSceneRoot) == 0x000668, "Member 'ABP_AOE_FieryExplosion_M_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_AOE_FieryExplosion_M_C, Munition_Data_Assets) == 0x000670, "Member 'ABP_AOE_FieryExplosion_M_C::Munition_Data_Assets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FArtifactSettings \ static_assert(alignof(FArtifactSettings) == 0x000008, "Wrong alignment on FArtifactSettings"); \ static_assert(sizeof(FArtifactSettings) == 0x000070, "Wrong size on FArtifactSettings"); \ static_assert(offsetof(FArtifactSettings, ArtifactName) == 0x000000, "Member 'FArtifactSettings::ArtifactName' has a wrong offset!"); \ static_assert(offsetof(FArtifactSettings, ClientId) == 0x000010, "Member 'FArtifactSettings::ClientId' has a wrong offset!"); \ static_assert(offsetof(FArtifactSettings, ClientSecret) == 0x000020, "Member 'FArtifactSettings::ClientSecret' has a wrong offset!"); \ static_assert(offsetof(FArtifactSettings, productId) == 0x000030, "Member 'FArtifactSettings::productId' has a wrong offset!"); \ static_assert(offsetof(FArtifactSettings, SandboxId) == 0x000040, "Member 'FArtifactSettings::SandboxId' has a wrong offset!"); \ static_assert(offsetof(FArtifactSettings, DeploymentId) == 0x000050, "Member 'FArtifactSettings::DeploymentId' has a wrong offset!"); \ static_assert(offsetof(FArtifactSettings, EncryptionKey) == 0x000060, "Member 'FArtifactSettings::EncryptionKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOSArtifactSettings \ static_assert(alignof(UEOSArtifactSettings) == 0x000008, "Wrong alignment on UEOSArtifactSettings"); \ static_assert(sizeof(UEOSArtifactSettings) == 0x000030, "Wrong size on UEOSArtifactSettings"); \ #define DUMPER7_ASSERTS_UEOSSettings \ static_assert(alignof(UEOSSettings) == 0x000008, "Wrong alignment on UEOSSettings"); \ static_assert(sizeof(UEOSSettings) == 0x000080, "Wrong size on UEOSSettings"); \ static_assert(offsetof(UEOSSettings, CacheDir) == 0x000028, "Member 'UEOSSettings::CacheDir' has a wrong offset!"); \ static_assert(offsetof(UEOSSettings, DefaultArtifactName) == 0x000038, "Member 'UEOSSettings::DefaultArtifactName' has a wrong offset!"); \ static_assert(offsetof(UEOSSettings, TickBudgetInMilliseconds) == 0x000048, "Member 'UEOSSettings::TickBudgetInMilliseconds' has a wrong offset!"); \ static_assert(offsetof(UEOSSettings, bEnableOverlay) == 0x00004C, "Member 'UEOSSettings::bEnableOverlay' has a wrong offset!"); \ static_assert(offsetof(UEOSSettings, bEnableSocialOverlay) == 0x00004D, "Member 'UEOSSettings::bEnableSocialOverlay' has a wrong offset!"); \ static_assert(offsetof(UEOSSettings, bShouldEnforceBeingLaunchedByEGS) == 0x00004E, "Member 'UEOSSettings::bShouldEnforceBeingLaunchedByEGS' has a wrong offset!"); \ static_assert(offsetof(UEOSSettings, TitleStorageTags) == 0x000050, "Member 'UEOSSettings::TitleStorageTags' has a wrong offset!"); \ static_assert(offsetof(UEOSSettings, TitleStorageReadChunkLength) == 0x000060, "Member 'UEOSSettings::TitleStorageReadChunkLength' has a wrong offset!"); \ static_assert(offsetof(UEOSSettings, Artifacts) == 0x000068, "Member 'UEOSSettings::Artifacts' has a wrong offset!"); \ static_assert(offsetof(UEOSSettings, bUseEAS) == 0x000078, "Member 'UEOSSettings::bUseEAS' has a wrong offset!"); \ static_assert(offsetof(UEOSSettings, bUseEOSConnect) == 0x000079, "Member 'UEOSSettings::bUseEOSConnect' has a wrong offset!"); \ static_assert(offsetof(UEOSSettings, bMirrorStatsToEOS) == 0x00007A, "Member 'UEOSSettings::bMirrorStatsToEOS' has a wrong offset!"); \ static_assert(offsetof(UEOSSettings, bMirrorAchievementsToEOS) == 0x00007B, "Member 'UEOSSettings::bMirrorAchievementsToEOS' has a wrong offset!"); \ static_assert(offsetof(UEOSSettings, bUseEOSSessions) == 0x00007C, "Member 'UEOSSettings::bUseEOSSessions' has a wrong offset!"); \ static_assert(offsetof(UEOSSettings, bMirrorPresenceToEAS) == 0x00007D, "Member 'UEOSSettings::bMirrorPresenceToEAS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNetConnectionEOS \ static_assert(alignof(UNetConnectionEOS) == 0x000008, "Wrong alignment on UNetConnectionEOS"); \ static_assert(sizeof(UNetConnectionEOS) == 0x001C50, "Wrong size on UNetConnectionEOS"); \ #define DUMPER7_ASSERTS_UNetDriverEOS \ static_assert(alignof(UNetDriverEOS) == 0x000008, "Wrong alignment on UNetDriverEOS"); \ static_assert(sizeof(UNetDriverEOS) == 0x0007D8, "Wrong size on UNetDriverEOS"); \ static_assert(offsetof(UNetDriverEOS, bIsPassthrough) == 0x0007D0, "Member 'UNetDriverEOS::bIsPassthrough' has a wrong offset!"); \ static_assert(offsetof(UNetDriverEOS, bIsUsingP2PSockets) == 0x0007D1, "Member 'UNetDriverEOS::bIsUsingP2PSockets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncSpawnedActorDestroyWatcher_OnActorDestroy \ static_assert(alignof(AsyncSpawnedActorDestroyWatcher_OnActorDestroy) == 0x000008, "Wrong alignment on AsyncSpawnedActorDestroyWatcher_OnActorDestroy"); \ static_assert(sizeof(AsyncSpawnedActorDestroyWatcher_OnActorDestroy) == 0x000008, "Wrong size on AsyncSpawnedActorDestroyWatcher_OnActorDestroy"); \ static_assert(offsetof(AsyncSpawnedActorDestroyWatcher_OnActorDestroy, DestroyedActor) == 0x000000, "Member 'AsyncSpawnedActorDestroyWatcher_OnActorDestroy::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncSpawnedActorDestroyWatcher \ static_assert(alignof(UAsyncSpawnedActorDestroyWatcher) == 0x000008, "Wrong alignment on UAsyncSpawnedActorDestroyWatcher"); \ static_assert(sizeof(UAsyncSpawnedActorDestroyWatcher) == 0x000030, "Wrong size on UAsyncSpawnedActorDestroyWatcher"); \ #define DUMPER7_ASSERTS_FStreamlineVersion \ static_assert(alignof(FStreamlineVersion) == 0x000004, "Wrong alignment on FStreamlineVersion"); \ static_assert(sizeof(FStreamlineVersion) == 0x00000C, "Wrong size on FStreamlineVersion"); \ static_assert(offsetof(FStreamlineVersion, Major) == 0x000000, "Member 'FStreamlineVersion::Major' has a wrong offset!"); \ static_assert(offsetof(FStreamlineVersion, Minor) == 0x000004, "Member 'FStreamlineVersion::Minor' has a wrong offset!"); \ static_assert(offsetof(FStreamlineVersion, Build) == 0x000008, "Member 'FStreamlineVersion::Build' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStreamlineFeatureRequirements \ static_assert(alignof(FStreamlineFeatureRequirements) == 0x000004, "Wrong alignment on FStreamlineFeatureRequirements"); \ static_assert(sizeof(FStreamlineFeatureRequirements) == 0x000034, "Wrong size on FStreamlineFeatureRequirements"); \ static_assert(offsetof(FStreamlineFeatureRequirements, Support) == 0x000000, "Member 'FStreamlineFeatureRequirements::Support' has a wrong offset!"); \ static_assert(offsetof(FStreamlineFeatureRequirements, Requirements) == 0x000001, "Member 'FStreamlineFeatureRequirements::Requirements' has a wrong offset!"); \ static_assert(offsetof(FStreamlineFeatureRequirements, RequiredOperatingSystemVersion) == 0x000004, "Member 'FStreamlineFeatureRequirements::RequiredOperatingSystemVersion' has a wrong offset!"); \ static_assert(offsetof(FStreamlineFeatureRequirements, DetectedOperatingSystemVersion) == 0x000010, "Member 'FStreamlineFeatureRequirements::DetectedOperatingSystemVersion' has a wrong offset!"); \ static_assert(offsetof(FStreamlineFeatureRequirements, RequiredDriverVersion) == 0x00001C, "Member 'FStreamlineFeatureRequirements::RequiredDriverVersion' has a wrong offset!"); \ static_assert(offsetof(FStreamlineFeatureRequirements, DetectedDriverVersion) == 0x000028, "Member 'FStreamlineFeatureRequirements::DetectedDriverVersion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibrary_BreakStreamlineFeatureRequirements \ static_assert(alignof(StreamlineLibrary_BreakStreamlineFeatureRequirements) == 0x000001, "Wrong alignment on StreamlineLibrary_BreakStreamlineFeatureRequirements"); \ static_assert(sizeof(StreamlineLibrary_BreakStreamlineFeatureRequirements) == 0x000006, "Wrong size on StreamlineLibrary_BreakStreamlineFeatureRequirements"); \ static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, Requirements) == 0x000000, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::Requirements' has a wrong offset!"); \ static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, D3D11Supported) == 0x000001, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::D3D11Supported' has a wrong offset!"); \ static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, D3D12Supported) == 0x000002, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::D3D12Supported' has a wrong offset!"); \ static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, VulkanSupported) == 0x000003, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::VulkanSupported' has a wrong offset!"); \ static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, VSyncOffRequired) == 0x000004, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::VSyncOffRequired' has a wrong offset!"); \ static_assert(offsetof(StreamlineLibrary_BreakStreamlineFeatureRequirements, HardwareSchedulingRequired) == 0x000005, "Member 'StreamlineLibrary_BreakStreamlineFeatureRequirements::HardwareSchedulingRequired' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibrary_GetStreamlineFeatureInformation \ static_assert(alignof(StreamlineLibrary_GetStreamlineFeatureInformation) == 0x000004, "Wrong alignment on StreamlineLibrary_GetStreamlineFeatureInformation"); \ static_assert(sizeof(StreamlineLibrary_GetStreamlineFeatureInformation) == 0x000038, "Wrong size on StreamlineLibrary_GetStreamlineFeatureInformation"); \ static_assert(offsetof(StreamlineLibrary_GetStreamlineFeatureInformation, Feature) == 0x000000, "Member 'StreamlineLibrary_GetStreamlineFeatureInformation::Feature' has a wrong offset!"); \ static_assert(offsetof(StreamlineLibrary_GetStreamlineFeatureInformation, ReturnValue) == 0x000004, "Member 'StreamlineLibrary_GetStreamlineFeatureInformation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibrary_IsStreamlineFeatureSupported \ static_assert(alignof(StreamlineLibrary_IsStreamlineFeatureSupported) == 0x000001, "Wrong alignment on StreamlineLibrary_IsStreamlineFeatureSupported"); \ static_assert(sizeof(StreamlineLibrary_IsStreamlineFeatureSupported) == 0x000002, "Wrong size on StreamlineLibrary_IsStreamlineFeatureSupported"); \ static_assert(offsetof(StreamlineLibrary_IsStreamlineFeatureSupported, Feature) == 0x000000, "Member 'StreamlineLibrary_IsStreamlineFeatureSupported::Feature' has a wrong offset!"); \ static_assert(offsetof(StreamlineLibrary_IsStreamlineFeatureSupported, ReturnValue) == 0x000001, "Member 'StreamlineLibrary_IsStreamlineFeatureSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibrary_QueryStreamlineFeatureSupport \ static_assert(alignof(StreamlineLibrary_QueryStreamlineFeatureSupport) == 0x000001, "Wrong alignment on StreamlineLibrary_QueryStreamlineFeatureSupport"); \ static_assert(sizeof(StreamlineLibrary_QueryStreamlineFeatureSupport) == 0x000002, "Wrong size on StreamlineLibrary_QueryStreamlineFeatureSupport"); \ static_assert(offsetof(StreamlineLibrary_QueryStreamlineFeatureSupport, Feature) == 0x000000, "Member 'StreamlineLibrary_QueryStreamlineFeatureSupport::Feature' has a wrong offset!"); \ static_assert(offsetof(StreamlineLibrary_QueryStreamlineFeatureSupport, ReturnValue) == 0x000001, "Member 'StreamlineLibrary_QueryStreamlineFeatureSupport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStreamlineLibrary \ static_assert(alignof(UStreamlineLibrary) == 0x000008, "Wrong alignment on UStreamlineLibrary"); \ static_assert(sizeof(UStreamlineLibrary) == 0x000028, "Wrong size on UStreamlineLibrary"); \ #define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_GetDefaultDLSSGMode \ static_assert(alignof(StreamlineLibraryDLSSG_GetDefaultDLSSGMode) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_GetDefaultDLSSGMode"); \ static_assert(sizeof(StreamlineLibraryDLSSG_GetDefaultDLSSGMode) == 0x000001, "Wrong size on StreamlineLibraryDLSSG_GetDefaultDLSSGMode"); \ static_assert(offsetof(StreamlineLibraryDLSSG_GetDefaultDLSSGMode, ReturnValue) == 0x000000, "Member 'StreamlineLibraryDLSSG_GetDefaultDLSSGMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_GetDLSSGFrameTiming \ static_assert(alignof(StreamlineLibraryDLSSG_GetDLSSGFrameTiming) == 0x000004, "Wrong alignment on StreamlineLibraryDLSSG_GetDLSSGFrameTiming"); \ static_assert(sizeof(StreamlineLibraryDLSSG_GetDLSSGFrameTiming) == 0x000008, "Wrong size on StreamlineLibraryDLSSG_GetDLSSGFrameTiming"); \ static_assert(offsetof(StreamlineLibraryDLSSG_GetDLSSGFrameTiming, FrameRateInHertz) == 0x000000, "Member 'StreamlineLibraryDLSSG_GetDLSSGFrameTiming::FrameRateInHertz' has a wrong offset!"); \ static_assert(offsetof(StreamlineLibraryDLSSG_GetDLSSGFrameTiming, FramesPresented) == 0x000004, "Member 'StreamlineLibraryDLSSG_GetDLSSGFrameTiming::FramesPresented' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_GetDLSSGMode \ static_assert(alignof(StreamlineLibraryDLSSG_GetDLSSGMode) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_GetDLSSGMode"); \ static_assert(sizeof(StreamlineLibraryDLSSG_GetDLSSGMode) == 0x000001, "Wrong size on StreamlineLibraryDLSSG_GetDLSSGMode"); \ static_assert(offsetof(StreamlineLibraryDLSSG_GetDLSSGMode, ReturnValue) == 0x000000, "Member 'StreamlineLibraryDLSSG_GetDLSSGMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_GetSupportedDLSSGModes \ static_assert(alignof(StreamlineLibraryDLSSG_GetSupportedDLSSGModes) == 0x000008, "Wrong alignment on StreamlineLibraryDLSSG_GetSupportedDLSSGModes"); \ static_assert(sizeof(StreamlineLibraryDLSSG_GetSupportedDLSSGModes) == 0x000010, "Wrong size on StreamlineLibraryDLSSG_GetSupportedDLSSGModes"); \ static_assert(offsetof(StreamlineLibraryDLSSG_GetSupportedDLSSGModes, ReturnValue) == 0x000000, "Member 'StreamlineLibraryDLSSG_GetSupportedDLSSGModes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_IsDLSSGModeSupported \ static_assert(alignof(StreamlineLibraryDLSSG_IsDLSSGModeSupported) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_IsDLSSGModeSupported"); \ static_assert(sizeof(StreamlineLibraryDLSSG_IsDLSSGModeSupported) == 0x000002, "Wrong size on StreamlineLibraryDLSSG_IsDLSSGModeSupported"); \ static_assert(offsetof(StreamlineLibraryDLSSG_IsDLSSGModeSupported, DLSSGMode) == 0x000000, "Member 'StreamlineLibraryDLSSG_IsDLSSGModeSupported::DLSSGMode' has a wrong offset!"); \ static_assert(offsetof(StreamlineLibraryDLSSG_IsDLSSGModeSupported, ReturnValue) == 0x000001, "Member 'StreamlineLibraryDLSSG_IsDLSSGModeSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_IsDLSSGSupported \ static_assert(alignof(StreamlineLibraryDLSSG_IsDLSSGSupported) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_IsDLSSGSupported"); \ static_assert(sizeof(StreamlineLibraryDLSSG_IsDLSSGSupported) == 0x000001, "Wrong size on StreamlineLibraryDLSSG_IsDLSSGSupported"); \ static_assert(offsetof(StreamlineLibraryDLSSG_IsDLSSGSupported, ReturnValue) == 0x000000, "Member 'StreamlineLibraryDLSSG_IsDLSSGSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_QueryDLSSGSupport \ static_assert(alignof(StreamlineLibraryDLSSG_QueryDLSSGSupport) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_QueryDLSSGSupport"); \ static_assert(sizeof(StreamlineLibraryDLSSG_QueryDLSSGSupport) == 0x000001, "Wrong size on StreamlineLibraryDLSSG_QueryDLSSGSupport"); \ static_assert(offsetof(StreamlineLibraryDLSSG_QueryDLSSGSupport, ReturnValue) == 0x000000, "Member 'StreamlineLibraryDLSSG_QueryDLSSGSupport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibraryDLSSG_SetDLSSGMode \ static_assert(alignof(StreamlineLibraryDLSSG_SetDLSSGMode) == 0x000001, "Wrong alignment on StreamlineLibraryDLSSG_SetDLSSGMode"); \ static_assert(sizeof(StreamlineLibraryDLSSG_SetDLSSGMode) == 0x000001, "Wrong size on StreamlineLibraryDLSSG_SetDLSSGMode"); \ static_assert(offsetof(StreamlineLibraryDLSSG_SetDLSSGMode, DLSSGMode) == 0x000000, "Member 'StreamlineLibraryDLSSG_SetDLSSGMode::DLSSGMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStreamlineLibraryDLSSG \ static_assert(alignof(UStreamlineLibraryDLSSG) == 0x000008, "Wrong alignment on UStreamlineLibraryDLSSG"); \ static_assert(sizeof(UStreamlineLibraryDLSSG) == 0x000028, "Wrong size on UStreamlineLibraryDLSSG"); \ #define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetDefaultReflexMode \ static_assert(alignof(StreamlineLibraryReflex_GetDefaultReflexMode) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_GetDefaultReflexMode"); \ static_assert(sizeof(StreamlineLibraryReflex_GetDefaultReflexMode) == 0x000001, "Wrong size on StreamlineLibraryReflex_GetDefaultReflexMode"); \ static_assert(offsetof(StreamlineLibraryReflex_GetDefaultReflexMode, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetDefaultReflexMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetGameLatencyInMs \ static_assert(alignof(StreamlineLibraryReflex_GetGameLatencyInMs) == 0x000004, "Wrong alignment on StreamlineLibraryReflex_GetGameLatencyInMs"); \ static_assert(sizeof(StreamlineLibraryReflex_GetGameLatencyInMs) == 0x000004, "Wrong size on StreamlineLibraryReflex_GetGameLatencyInMs"); \ static_assert(offsetof(StreamlineLibraryReflex_GetGameLatencyInMs, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetGameLatencyInMs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetGameToRenderLatencyInMs \ static_assert(alignof(StreamlineLibraryReflex_GetGameToRenderLatencyInMs) == 0x000004, "Wrong alignment on StreamlineLibraryReflex_GetGameToRenderLatencyInMs"); \ static_assert(sizeof(StreamlineLibraryReflex_GetGameToRenderLatencyInMs) == 0x000004, "Wrong size on StreamlineLibraryReflex_GetGameToRenderLatencyInMs"); \ static_assert(offsetof(StreamlineLibraryReflex_GetGameToRenderLatencyInMs, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetGameToRenderLatencyInMs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetReflexMode \ static_assert(alignof(StreamlineLibraryReflex_GetReflexMode) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_GetReflexMode"); \ static_assert(sizeof(StreamlineLibraryReflex_GetReflexMode) == 0x000001, "Wrong size on StreamlineLibraryReflex_GetReflexMode"); \ static_assert(offsetof(StreamlineLibraryReflex_GetReflexMode, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetReflexMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetRenderLatencyInMs \ static_assert(alignof(StreamlineLibraryReflex_GetRenderLatencyInMs) == 0x000004, "Wrong alignment on StreamlineLibraryReflex_GetRenderLatencyInMs"); \ static_assert(sizeof(StreamlineLibraryReflex_GetRenderLatencyInMs) == 0x000004, "Wrong size on StreamlineLibraryReflex_GetRenderLatencyInMs"); \ static_assert(offsetof(StreamlineLibraryReflex_GetRenderLatencyInMs, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetRenderLatencyInMs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibraryReflex_IsReflexSupported \ static_assert(alignof(StreamlineLibraryReflex_IsReflexSupported) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_IsReflexSupported"); \ static_assert(sizeof(StreamlineLibraryReflex_IsReflexSupported) == 0x000001, "Wrong size on StreamlineLibraryReflex_IsReflexSupported"); \ static_assert(offsetof(StreamlineLibraryReflex_IsReflexSupported, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_IsReflexSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibraryReflex_QueryReflexSupport \ static_assert(alignof(StreamlineLibraryReflex_QueryReflexSupport) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_QueryReflexSupport"); \ static_assert(sizeof(StreamlineLibraryReflex_QueryReflexSupport) == 0x000001, "Wrong size on StreamlineLibraryReflex_QueryReflexSupport"); \ static_assert(offsetof(StreamlineLibraryReflex_QueryReflexSupport, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_QueryReflexSupport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamlineLibraryReflex_SetReflexMode \ static_assert(alignof(StreamlineLibraryReflex_SetReflexMode) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_SetReflexMode"); \ static_assert(sizeof(StreamlineLibraryReflex_SetReflexMode) == 0x000001, "Wrong size on StreamlineLibraryReflex_SetReflexMode"); \ static_assert(offsetof(StreamlineLibraryReflex_SetReflexMode, Mode) == 0x000000, "Member 'StreamlineLibraryReflex_SetReflexMode::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStreamlineLibraryReflex \ static_assert(alignof(UStreamlineLibraryReflex) == 0x000008, "Wrong alignment on UStreamlineLibraryReflex"); \ static_assert(sizeof(UStreamlineLibraryReflex) == 0x000028, "Wrong size on UStreamlineLibraryReflex"); \ #define DUMPER7_ASSERTS_UABL_SwimStop_C \ static_assert(alignof(UABL_SwimStop_C) == 0x000008, "Wrong alignment on UABL_SwimStop_C"); \ static_assert(sizeof(UABL_SwimStop_C) == 0x0000C8, "Wrong size on UABL_SwimStop_C"); \ #define DUMPER7_ASSERTS_UStreamlineOverrideSettings \ static_assert(alignof(UStreamlineOverrideSettings) == 0x000008, "Wrong alignment on UStreamlineOverrideSettings"); \ static_assert(sizeof(UStreamlineOverrideSettings) == 0x000030, "Wrong size on UStreamlineOverrideSettings"); \ static_assert(offsetof(UStreamlineOverrideSettings, EnableDLSSFGInPlayInEditorViewportsOverride) == 0x000028, "Member 'UStreamlineOverrideSettings::EnableDLSSFGInPlayInEditorViewportsOverride' has a wrong offset!"); \ static_assert(offsetof(UStreamlineOverrideSettings, LoadDebugOverlayOverride) == 0x000029, "Member 'UStreamlineOverrideSettings::LoadDebugOverlayOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStreamlineSettings \ static_assert(alignof(UStreamlineSettings) == 0x000008, "Wrong alignment on UStreamlineSettings"); \ static_assert(sizeof(UStreamlineSettings) == 0x000038, "Wrong size on UStreamlineSettings"); \ static_assert(offsetof(UStreamlineSettings, bEnableStreamlineD3D12) == 0x000028, "Member 'UStreamlineSettings::bEnableStreamlineD3D12' has a wrong offset!"); \ static_assert(offsetof(UStreamlineSettings, bEnableStreamlineD3D11) == 0x000029, "Member 'UStreamlineSettings::bEnableStreamlineD3D11' has a wrong offset!"); \ static_assert(offsetof(UStreamlineSettings, bEnableDLSSFGInPlayInEditorViewports) == 0x00002A, "Member 'UStreamlineSettings::bEnableDLSSFGInPlayInEditorViewports' has a wrong offset!"); \ static_assert(offsetof(UStreamlineSettings, bLoadDebugOverlay) == 0x00002B, "Member 'UStreamlineSettings::bLoadDebugOverlay' has a wrong offset!"); \ static_assert(offsetof(UStreamlineSettings, bAllowOTAUpdate) == 0x00002C, "Member 'UStreamlineSettings::bAllowOTAUpdate' has a wrong offset!"); \ static_assert(offsetof(UStreamlineSettings, NVIDIANGXApplicationId) == 0x000030, "Member 'UStreamlineSettings::NVIDIANGXApplicationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame \ static_assert(alignof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame) == 0x000008, "Wrong alignment on UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame"); \ static_assert(sizeof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame) == 0x000160, "Wrong size on UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, EntryPoint) == 0x000000, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000018, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000030, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000040, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, K2Node_CustomEvent_LoadedTexture_3) == 0x000048, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::K2Node_CustomEvent_LoadedTexture_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, K2Node_CustomEvent_CallbackParam_3) == 0x000050, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::K2Node_CustomEvent_CallbackParam_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000058, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, K2Node_Event_IsDesignTime) == 0x000078, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_PlayAnimation_ReturnValue) == 0x000080, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, K2Node_CustomEvent_LoadedTexture_2) == 0x000088, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::K2Node_CustomEvent_LoadedTexture_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, K2Node_CustomEvent_CallbackParam_2) == 0x000090, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::K2Node_CustomEvent_CallbackParam_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x000098, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A8, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, K2Node_MakeArray_Array) == 0x0000B8, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, K2Node_CustomEvent_LoadedTexture_1) == 0x0000C8, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::K2Node_CustomEvent_LoadedTexture_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, K2Node_CustomEvent_CallbackParam_1) == 0x0000D0, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::K2Node_CustomEvent_CallbackParam_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, K2Node_CreateDelegate_OutputDelegate) == 0x0000D8, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_GetDynamicMaterial_ReturnValue_2) == 0x0000E8, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_GetDynamicMaterial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_AsyncFindIconTexWithCallback_ReturnValue) == 0x0000F0, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_AsyncFindIconTexWithCallback_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, K2Node_CustomEvent_LoadedTexture) == 0x0000F8, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::K2Node_CustomEvent_LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, K2Node_CustomEvent_CallbackParam) == 0x000100, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::K2Node_CustomEvent_CallbackParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, K2Node_CreateDelegate_OutputDelegate_1) == 0x000108, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_GetDynamicMaterial_ReturnValue_3) == 0x000118, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_GetDynamicMaterial_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_AsyncFindIconTexWithCallback_ReturnValue_1) == 0x000120, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_AsyncFindIconTexWithCallback_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_PlayAnimation_ReturnValue_1) == 0x000128, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, K2Node_Event_OutroType_1) == 0x000130, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::K2Node_Event_OutroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, K2Node_Event_OutroDuration) == 0x000134, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_PlayAnimation_ReturnValue_2) == 0x000138, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, K2Node_Event_OutroType) == 0x000140, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, K2Node_Event_IntroType) == 0x000144, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, K2Node_Event_IntroDuration) == 0x000148, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_GetDynamicMaterial_ReturnValue_4) == 0x000150, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_GetDynamicMaterial_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame, CallFunc_GetDynamicMaterial_ReturnValue_5) == 0x000158, "Member 'UI_BP_Astronomy_minigame_C_ExecuteUbergraph_UI_BP_Astronomy_minigame::CallFunc_GetDynamicMaterial_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Astronomy_minigame_C_OnIntroStarted \ static_assert(alignof(UI_BP_Astronomy_minigame_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_Astronomy_minigame_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_Astronomy_minigame_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_Astronomy_minigame_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_Astronomy_minigame_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_Astronomy_minigame_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Astronomy_minigame_C_OnOutroEnded \ static_assert(alignof(UI_BP_Astronomy_minigame_C_OnOutroEnded) == 0x000004, "Wrong alignment on UI_BP_Astronomy_minigame_C_OnOutroEnded"); \ static_assert(sizeof(UI_BP_Astronomy_minigame_C_OnOutroEnded) == 0x000004, "Wrong size on UI_BP_Astronomy_minigame_C_OnOutroEnded"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_OnOutroEnded, OutroType) == 0x000000, "Member 'UI_BP_Astronomy_minigame_C_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Astronomy_minigame_C_OnOutroStarted \ static_assert(alignof(UI_BP_Astronomy_minigame_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_Astronomy_minigame_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_Astronomy_minigame_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_Astronomy_minigame_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_Astronomy_minigame_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_Astronomy_minigame_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Astronomy_minigame_C_ConstellationImageLoaded \ static_assert(alignof(UI_BP_Astronomy_minigame_C_ConstellationImageLoaded) == 0x000008, "Wrong alignment on UI_BP_Astronomy_minigame_C_ConstellationImageLoaded"); \ static_assert(sizeof(UI_BP_Astronomy_minigame_C_ConstellationImageLoaded) == 0x000010, "Wrong size on UI_BP_Astronomy_minigame_C_ConstellationImageLoaded"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ConstellationImageLoaded, LoadedTexture) == 0x000000, "Member 'UI_BP_Astronomy_minigame_C_ConstellationImageLoaded::LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ConstellationImageLoaded, CallbackParam) == 0x000008, "Member 'UI_BP_Astronomy_minigame_C_ConstellationImageLoaded::CallbackParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Astronomy_minigame_C_LinesTexLoaded \ static_assert(alignof(UI_BP_Astronomy_minigame_C_LinesTexLoaded) == 0x000008, "Wrong alignment on UI_BP_Astronomy_minigame_C_LinesTexLoaded"); \ static_assert(sizeof(UI_BP_Astronomy_minigame_C_LinesTexLoaded) == 0x000010, "Wrong size on UI_BP_Astronomy_minigame_C_LinesTexLoaded"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_LinesTexLoaded, LoadedTexture) == 0x000000, "Member 'UI_BP_Astronomy_minigame_C_LinesTexLoaded::LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_LinesTexLoaded, CallbackParam) == 0x000008, "Member 'UI_BP_Astronomy_minigame_C_LinesTexLoaded::CallbackParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Astronomy_minigame_C_ConstellationSfxTexLoaded \ static_assert(alignof(UI_BP_Astronomy_minigame_C_ConstellationSfxTexLoaded) == 0x000008, "Wrong alignment on UI_BP_Astronomy_minigame_C_ConstellationSfxTexLoaded"); \ static_assert(sizeof(UI_BP_Astronomy_minigame_C_ConstellationSfxTexLoaded) == 0x000010, "Wrong size on UI_BP_Astronomy_minigame_C_ConstellationSfxTexLoaded"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ConstellationSfxTexLoaded, LoadedTexture) == 0x000000, "Member 'UI_BP_Astronomy_minigame_C_ConstellationSfxTexLoaded::LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_ConstellationSfxTexLoaded, CallbackParam) == 0x000008, "Member 'UI_BP_Astronomy_minigame_C_ConstellationSfxTexLoaded::CallbackParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Astronomy_minigame_C_PreConstruct \ static_assert(alignof(UI_BP_Astronomy_minigame_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_Astronomy_minigame_C_PreConstruct"); \ static_assert(sizeof(UI_BP_Astronomy_minigame_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_Astronomy_minigame_C_PreConstruct"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_Astronomy_minigame_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Astronomy_minigame_C_LinesSfxTexLoaded \ static_assert(alignof(UI_BP_Astronomy_minigame_C_LinesSfxTexLoaded) == 0x000008, "Wrong alignment on UI_BP_Astronomy_minigame_C_LinesSfxTexLoaded"); \ static_assert(sizeof(UI_BP_Astronomy_minigame_C_LinesSfxTexLoaded) == 0x000010, "Wrong size on UI_BP_Astronomy_minigame_C_LinesSfxTexLoaded"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_LinesSfxTexLoaded, LoadedTexture) == 0x000000, "Member 'UI_BP_Astronomy_minigame_C_LinesSfxTexLoaded::LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_LinesSfxTexLoaded, CallbackParam) == 0x000008, "Member 'UI_BP_Astronomy_minigame_C_LinesSfxTexLoaded::CallbackParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Astronomy_minigame_C_RotateInnerRing \ static_assert(alignof(UI_BP_Astronomy_minigame_C_RotateInnerRing) == 0x000004, "Wrong alignment on UI_BP_Astronomy_minigame_C_RotateInnerRing"); \ static_assert(sizeof(UI_BP_Astronomy_minigame_C_RotateInnerRing) == 0x00000C, "Wrong size on UI_BP_Astronomy_minigame_C_RotateInnerRing"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_RotateInnerRing, Rotation) == 0x000000, "Member 'UI_BP_Astronomy_minigame_C_RotateInnerRing::Rotation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_RotateInnerRing, CallFunc_GetRenderTransformAngle_ReturnValue) == 0x000004, "Member 'UI_BP_Astronomy_minigame_C_RotateInnerRing::CallFunc_GetRenderTransformAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_RotateInnerRing, CallFunc_Add_FloatFloat_ReturnValue) == 0x000008, "Member 'UI_BP_Astronomy_minigame_C_RotateInnerRing::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Astronomy_minigame_C_RotateOuterRing \ static_assert(alignof(UI_BP_Astronomy_minigame_C_RotateOuterRing) == 0x000004, "Wrong alignment on UI_BP_Astronomy_minigame_C_RotateOuterRing"); \ static_assert(sizeof(UI_BP_Astronomy_minigame_C_RotateOuterRing) == 0x00000C, "Wrong size on UI_BP_Astronomy_minigame_C_RotateOuterRing"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_RotateOuterRing, Rotation) == 0x000000, "Member 'UI_BP_Astronomy_minigame_C_RotateOuterRing::Rotation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_RotateOuterRing, CallFunc_GetRenderTransformAngle_ReturnValue) == 0x000004, "Member 'UI_BP_Astronomy_minigame_C_RotateOuterRing::CallFunc_GetRenderTransformAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_RotateOuterRing, CallFunc_Add_FloatFloat_ReturnValue) == 0x000008, "Member 'UI_BP_Astronomy_minigame_C_RotateOuterRing::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Astronomy_minigame_C_RotateGlass \ static_assert(alignof(UI_BP_Astronomy_minigame_C_RotateGlass) == 0x000004, "Wrong alignment on UI_BP_Astronomy_minigame_C_RotateGlass"); \ static_assert(sizeof(UI_BP_Astronomy_minigame_C_RotateGlass) == 0x00000C, "Wrong size on UI_BP_Astronomy_minigame_C_RotateGlass"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_RotateGlass, Rotation) == 0x000000, "Member 'UI_BP_Astronomy_minigame_C_RotateGlass::Rotation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_RotateGlass, CallFunc_GetRenderTransformAngle_ReturnValue) == 0x000004, "Member 'UI_BP_Astronomy_minigame_C_RotateGlass::CallFunc_GetRenderTransformAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_RotateGlass, CallFunc_Add_FloatFloat_ReturnValue) == 0x000008, "Member 'UI_BP_Astronomy_minigame_C_RotateGlass::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Astronomy_minigame_C_LerpInnerRing_Step \ static_assert(alignof(UI_BP_Astronomy_minigame_C_LerpInnerRing_Step) == 0x000004, "Wrong alignment on UI_BP_Astronomy_minigame_C_LerpInnerRing_Step"); \ static_assert(sizeof(UI_BP_Astronomy_minigame_C_LerpInnerRing_Step) == 0x000008, "Wrong size on UI_BP_Astronomy_minigame_C_LerpInnerRing_Step"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_LerpInnerRing_Step, LerpProgress) == 0x000000, "Member 'UI_BP_Astronomy_minigame_C_LerpInnerRing_Step::LerpProgress' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_LerpInnerRing_Step, CallFunc_Lerp_ReturnValue) == 0x000004, "Member 'UI_BP_Astronomy_minigame_C_LerpInnerRing_Step::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Astronomy_minigame_C_LerpInnerRing_Start \ static_assert(alignof(UI_BP_Astronomy_minigame_C_LerpInnerRing_Start) == 0x000004, "Wrong alignment on UI_BP_Astronomy_minigame_C_LerpInnerRing_Start"); \ static_assert(sizeof(UI_BP_Astronomy_minigame_C_LerpInnerRing_Start) == 0x000004, "Wrong size on UI_BP_Astronomy_minigame_C_LerpInnerRing_Start"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_LerpInnerRing_Start, CallFunc_GetRenderTransformAngle_ReturnValue) == 0x000000, "Member 'UI_BP_Astronomy_minigame_C_LerpInnerRing_Start::CallFunc_GetRenderTransformAngle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Astronomy_minigame_C_LerpOuterRing_Step \ static_assert(alignof(UI_BP_Astronomy_minigame_C_LerpOuterRing_Step) == 0x000004, "Wrong alignment on UI_BP_Astronomy_minigame_C_LerpOuterRing_Step"); \ static_assert(sizeof(UI_BP_Astronomy_minigame_C_LerpOuterRing_Step) == 0x000008, "Wrong size on UI_BP_Astronomy_minigame_C_LerpOuterRing_Step"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_LerpOuterRing_Step, LerpProgress) == 0x000000, "Member 'UI_BP_Astronomy_minigame_C_LerpOuterRing_Step::LerpProgress' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_LerpOuterRing_Step, CallFunc_Lerp_ReturnValue) == 0x000004, "Member 'UI_BP_Astronomy_minigame_C_LerpOuterRing_Step::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Astronomy_minigame_C_LerpOuterRing_Start \ static_assert(alignof(UI_BP_Astronomy_minigame_C_LerpOuterRing_Start) == 0x000004, "Wrong alignment on UI_BP_Astronomy_minigame_C_LerpOuterRing_Start"); \ static_assert(sizeof(UI_BP_Astronomy_minigame_C_LerpOuterRing_Start) == 0x000014, "Wrong size on UI_BP_Astronomy_minigame_C_LerpOuterRing_Start"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_LerpOuterRing_Start, StartFOV) == 0x000000, "Member 'UI_BP_Astronomy_minigame_C_LerpOuterRing_Start::StartFOV' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_LerpOuterRing_Start, EndFOV) == 0x000004, "Member 'UI_BP_Astronomy_minigame_C_LerpOuterRing_Start::EndFOV' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_LerpOuterRing_Start, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'UI_BP_Astronomy_minigame_C_LerpOuterRing_Start::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_LerpOuterRing_Start, CallFunc_GetRenderTransformAngle_ReturnValue) == 0x00000C, "Member 'UI_BP_Astronomy_minigame_C_LerpOuterRing_Start::CallFunc_GetRenderTransformAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_LerpOuterRing_Start, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000010, "Member 'UI_BP_Astronomy_minigame_C_LerpOuterRing_Start::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Astronomy_minigame_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_Astronomy_minigame_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_Astronomy_minigame_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_Astronomy_minigame_C_GatherMenuReaderStrings) == 0x000048, "Wrong size on UI_BP_Astronomy_minigame_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_Astronomy_minigame_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_Astronomy_minigame_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_Astronomy_minigame_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_Astronomy_minigame_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Astronomy_minigame_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_Astronomy_minigame_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Astronomy_minigame_C \ static_assert(alignof(UUI_BP_Astronomy_minigame_C) == 0x000008, "Wrong alignment on UUI_BP_Astronomy_minigame_C"); \ static_assert(sizeof(UUI_BP_Astronomy_minigame_C) == 0x0003D0, "Wrong size on UUI_BP_Astronomy_minigame_C"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_Astronomy_minigame_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, OutroAnimation) == 0x000330, "Member 'UUI_BP_Astronomy_minigame_C::OutroAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, IntroAnimation) == 0x000338, "Member 'UUI_BP_Astronomy_minigame_C::IntroAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, SolvedAnimation) == 0x000340, "Member 'UUI_BP_Astronomy_minigame_C::SolvedAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, Constellation_Image) == 0x000348, "Member 'UUI_BP_Astronomy_minigame_C::Constellation_Image' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, Constellation_SFX) == 0x000350, "Member 'UUI_BP_Astronomy_minigame_C::Constellation_SFX' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, ConstellationNameText) == 0x000358, "Member 'UUI_BP_Astronomy_minigame_C::ConstellationNameText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, Glass) == 0x000360, "Member 'UUI_BP_Astronomy_minigame_C::Glass' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, Inner_Ring) == 0x000368, "Member 'UUI_BP_Astronomy_minigame_C::Inner_Ring' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, Legend_Horizontal_Screen) == 0x000370, "Member 'UUI_BP_Astronomy_minigame_C::Legend_Horizontal_Screen' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, Lines_Image) == 0x000378, "Member 'UUI_BP_Astronomy_minigame_C::Lines_Image' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, Lines_SFX) == 0x000380, "Member 'UUI_BP_Astronomy_minigame_C::Lines_SFX' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, Outer_Ring) == 0x000388, "Member 'UUI_BP_Astronomy_minigame_C::Outer_Ring' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, outside_Left) == 0x000390, "Member 'UUI_BP_Astronomy_minigame_C::outside_Left' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, outside_Right) == 0x000398, "Member 'UUI_BP_Astronomy_minigame_C::outside_Right' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, Constellation) == 0x0003A0, "Member 'UUI_BP_Astronomy_minigame_C::Constellation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, InnerLerpStart) == 0x0003A4, "Member 'UUI_BP_Astronomy_minigame_C::InnerLerpStart' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, OuterLerpStart) == 0x0003A8, "Member 'UUI_BP_Astronomy_minigame_C::OuterLerpStart' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, OuterLerpEnd) == 0x0003AC, "Member 'UUI_BP_Astronomy_minigame_C::OuterLerpEnd' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, DefaultLegendItemData) == 0x0003B0, "Member 'UUI_BP_Astronomy_minigame_C::DefaultLegendItemData' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Astronomy_minigame_C, CompletedLegendItemData) == 0x0003C0, "Member 'UUI_BP_Astronomy_minigame_C::CompletedLegendItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USqlBuildingLibrary \ static_assert(alignof(USqlBuildingLibrary) == 0x000008, "Wrong alignment on USqlBuildingLibrary"); \ static_assert(sizeof(USqlBuildingLibrary) == 0x000028, "Wrong size on USqlBuildingLibrary"); \ #define DUMPER7_ASSERTS_USqlModificationLibrary \ static_assert(alignof(USqlModificationLibrary) == 0x000008, "Wrong alignment on USqlModificationLibrary"); \ static_assert(sizeof(USqlModificationLibrary) == 0x000028, "Wrong size on USqlModificationLibrary"); \ #define DUMPER7_ASSERTS_USqlParsingLibrary \ static_assert(alignof(USqlParsingLibrary) == 0x000008, "Wrong alignment on USqlParsingLibrary"); \ static_assert(sizeof(USqlParsingLibrary) == 0x000028, "Wrong size on USqlParsingLibrary"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_CancelDownload \ static_assert(alignof(GooglePADFunctionLibrary_CancelDownload) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_CancelDownload"); \ static_assert(sizeof(GooglePADFunctionLibrary_CancelDownload) == 0x000018, "Wrong size on GooglePADFunctionLibrary_CancelDownload"); \ static_assert(offsetof(GooglePADFunctionLibrary_CancelDownload, AssetPacks) == 0x000000, "Member 'GooglePADFunctionLibrary_CancelDownload::AssetPacks' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_CancelDownload, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_CancelDownload::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetAssetPackLocation \ static_assert(alignof(GooglePADFunctionLibrary_GetAssetPackLocation) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_GetAssetPackLocation"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetAssetPackLocation) == 0x000018, "Wrong size on GooglePADFunctionLibrary_GetAssetPackLocation"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetAssetPackLocation, Name_0) == 0x000000, "Member 'GooglePADFunctionLibrary_GetAssetPackLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetAssetPackLocation, Location) == 0x000010, "Member 'GooglePADFunctionLibrary_GetAssetPackLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetAssetPackLocation, ReturnValue) == 0x000014, "Member 'GooglePADFunctionLibrary_GetAssetPackLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetAssetsPath \ static_assert(alignof(GooglePADFunctionLibrary_GetAssetsPath) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_GetAssetsPath"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetAssetsPath) == 0x000018, "Wrong size on GooglePADFunctionLibrary_GetAssetsPath"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetAssetsPath, Location) == 0x000000, "Member 'GooglePADFunctionLibrary_GetAssetsPath::Location' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetAssetsPath, ReturnValue) == 0x000008, "Member 'GooglePADFunctionLibrary_GetAssetsPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetBytesDownloaded \ static_assert(alignof(GooglePADFunctionLibrary_GetBytesDownloaded) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetBytesDownloaded"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetBytesDownloaded) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetBytesDownloaded"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetBytesDownloaded, State) == 0x000000, "Member 'GooglePADFunctionLibrary_GetBytesDownloaded::State' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetBytesDownloaded, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetBytesDownloaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetDownloadState \ static_assert(alignof(GooglePADFunctionLibrary_GetDownloadState) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_GetDownloadState"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetDownloadState) == 0x000018, "Wrong size on GooglePADFunctionLibrary_GetDownloadState"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadState, Name_0) == 0x000000, "Member 'GooglePADFunctionLibrary_GetDownloadState::Name_0' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadState, State) == 0x000010, "Member 'GooglePADFunctionLibrary_GetDownloadState::State' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadState, ReturnValue) == 0x000014, "Member 'GooglePADFunctionLibrary_GetDownloadState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetDownloadStatus \ static_assert(alignof(GooglePADFunctionLibrary_GetDownloadStatus) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetDownloadStatus"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetDownloadStatus) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetDownloadStatus"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadStatus, State) == 0x000000, "Member 'GooglePADFunctionLibrary_GetDownloadStatus::State' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadStatus, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetDownloadStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus \ static_assert(alignof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus) == 0x000001, "Wrong alignment on GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus) == 0x000002, "Wrong size on GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus, status) == 0x000000, "Member 'GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus::status' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus, ReturnValue) == 0x000001, "Member 'GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetStorageMethod \ static_assert(alignof(GooglePADFunctionLibrary_GetStorageMethod) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetStorageMethod"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetStorageMethod) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetStorageMethod"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetStorageMethod, Location) == 0x000000, "Member 'GooglePADFunctionLibrary_GetStorageMethod::Location' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetStorageMethod, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetStorageMethod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetTotalBytesToDownload \ static_assert(alignof(GooglePADFunctionLibrary_GetTotalBytesToDownload) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetTotalBytesToDownload"); \ static_assert(sizeof(GooglePADFunctionLibrary_GetTotalBytesToDownload) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetTotalBytesToDownload"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetTotalBytesToDownload, State) == 0x000000, "Member 'GooglePADFunctionLibrary_GetTotalBytesToDownload::State' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_GetTotalBytesToDownload, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetTotalBytesToDownload::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_ReleaseAssetPackLocation \ static_assert(alignof(GooglePADFunctionLibrary_ReleaseAssetPackLocation) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_ReleaseAssetPackLocation"); \ static_assert(sizeof(GooglePADFunctionLibrary_ReleaseAssetPackLocation) == 0x000004, "Wrong size on GooglePADFunctionLibrary_ReleaseAssetPackLocation"); \ static_assert(offsetof(GooglePADFunctionLibrary_ReleaseAssetPackLocation, Location) == 0x000000, "Member 'GooglePADFunctionLibrary_ReleaseAssetPackLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_ReleaseDownloadState \ static_assert(alignof(GooglePADFunctionLibrary_ReleaseDownloadState) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_ReleaseDownloadState"); \ static_assert(sizeof(GooglePADFunctionLibrary_ReleaseDownloadState) == 0x000004, "Wrong size on GooglePADFunctionLibrary_ReleaseDownloadState"); \ static_assert(offsetof(GooglePADFunctionLibrary_ReleaseDownloadState, State) == 0x000000, "Member 'GooglePADFunctionLibrary_ReleaseDownloadState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_RequestDownload \ static_assert(alignof(GooglePADFunctionLibrary_RequestDownload) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_RequestDownload"); \ static_assert(sizeof(GooglePADFunctionLibrary_RequestDownload) == 0x000018, "Wrong size on GooglePADFunctionLibrary_RequestDownload"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestDownload, AssetPacks) == 0x000000, "Member 'GooglePADFunctionLibrary_RequestDownload::AssetPacks' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestDownload, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_RequestDownload::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_RequestInfo \ static_assert(alignof(GooglePADFunctionLibrary_RequestInfo) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_RequestInfo"); \ static_assert(sizeof(GooglePADFunctionLibrary_RequestInfo) == 0x000018, "Wrong size on GooglePADFunctionLibrary_RequestInfo"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestInfo, AssetPacks) == 0x000000, "Member 'GooglePADFunctionLibrary_RequestInfo::AssetPacks' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestInfo, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_RequestInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_RequestRemoval \ static_assert(alignof(GooglePADFunctionLibrary_RequestRemoval) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_RequestRemoval"); \ static_assert(sizeof(GooglePADFunctionLibrary_RequestRemoval) == 0x000018, "Wrong size on GooglePADFunctionLibrary_RequestRemoval"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestRemoval, Name_0) == 0x000000, "Member 'GooglePADFunctionLibrary_RequestRemoval::Name_0' has a wrong offset!"); \ static_assert(offsetof(GooglePADFunctionLibrary_RequestRemoval, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_RequestRemoval::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GooglePADFunctionLibrary_ShowCellularDataConfirmation \ static_assert(alignof(GooglePADFunctionLibrary_ShowCellularDataConfirmation) == 0x000001, "Wrong alignment on GooglePADFunctionLibrary_ShowCellularDataConfirmation"); \ static_assert(sizeof(GooglePADFunctionLibrary_ShowCellularDataConfirmation) == 0x000001, "Wrong size on GooglePADFunctionLibrary_ShowCellularDataConfirmation"); \ static_assert(offsetof(GooglePADFunctionLibrary_ShowCellularDataConfirmation, ReturnValue) == 0x000000, "Member 'GooglePADFunctionLibrary_ShowCellularDataConfirmation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGooglePADFunctionLibrary \ static_assert(alignof(UGooglePADFunctionLibrary) == 0x000008, "Wrong alignment on UGooglePADFunctionLibrary"); \ static_assert(sizeof(UGooglePADFunctionLibrary) == 0x000028, "Wrong size on UGooglePADFunctionLibrary"); \ #define DUMPER7_ASSERTS_UFFXFSR3Settings \ static_assert(alignof(UFFXFSR3Settings) == 0x000008, "Wrong alignment on UFFXFSR3Settings"); \ static_assert(sizeof(UFFXFSR3Settings) == 0x0000D0, "Wrong size on UFFXFSR3Settings"); \ static_assert(offsetof(UFFXFSR3Settings, bEnabled) == 0x000038, "Member 'UFFXFSR3Settings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, bAutoExposure) == 0x000039, "Member 'UFFXFSR3Settings::bAutoExposure' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, bEnabledInEditorViewport) == 0x00003A, "Member 'UFFXFSR3Settings::bEnabledInEditorViewport' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, bUseSSRExperimentalDenoiser) == 0x00003B, "Member 'UFFXFSR3Settings::bUseSSRExperimentalDenoiser' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, bRHIBackend) == 0x00003C, "Member 'UFFXFSR3Settings::bRHIBackend' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, bD3D12Backend) == 0x00003D, "Member 'UFFXFSR3Settings::bD3D12Backend' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, bFrameGenEnabled) == 0x00003E, "Member 'UFFXFSR3Settings::bFrameGenEnabled' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, bCaptureDebugUI) == 0x00003F, "Member 'UFFXFSR3Settings::bCaptureDebugUI' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, bUpdateGlobalFrameTime) == 0x000040, "Member 'UFFXFSR3Settings::bUpdateGlobalFrameTime' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, bModifySlateDeltaTime) == 0x000041, "Member 'UFFXFSR3Settings::bModifySlateDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, UIMode) == 0x000044, "Member 'UFFXFSR3Settings::UIMode' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, bUseDistortionTexture) == 0x000048, "Member 'UFFXFSR3Settings::bUseDistortionTexture' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, bD3D12AsyncInterpolation) == 0x000049, "Member 'UFFXFSR3Settings::bD3D12AsyncInterpolation' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, bD3D12AsyncPresent) == 0x00004A, "Member 'UFFXFSR3Settings::bD3D12AsyncPresent' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, PaceMode) == 0x00004C, "Member 'UFFXFSR3Settings::PaceMode' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, QualityMode) == 0x000050, "Member 'UFFXFSR3Settings::QualityMode' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, HistoryFormat) == 0x000054, "Member 'UFFXFSR3Settings::HistoryFormat' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, DeDither) == 0x000058, "Member 'UFFXFSR3Settings::DeDither' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, Sharpness) == 0x00005C, "Member 'UFFXFSR3Settings::Sharpness' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, bAdjustMipBias) == 0x000060, "Member 'UFFXFSR3Settings::bAdjustMipBias' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, bForceVertexDeformationOutputsVelocity) == 0x000061, "Member 'UFFXFSR3Settings::bForceVertexDeformationOutputsVelocity' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, ForceLandscapeHISMMobility) == 0x000064, "Member 'UFFXFSR3Settings::ForceLandscapeHISMMobility' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, VelocityFactor) == 0x000068, "Member 'UFFXFSR3Settings::VelocityFactor' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, bReactiveMask) == 0x00006C, "Member 'UFFXFSR3Settings::bReactiveMask' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, ReflectionScale) == 0x000070, "Member 'UFFXFSR3Settings::ReflectionScale' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, ReflectionLuminanceBias) == 0x000074, "Member 'UFFXFSR3Settings::ReflectionLuminanceBias' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, RoughnessScale) == 0x000078, "Member 'UFFXFSR3Settings::RoughnessScale' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, RoughnessBias) == 0x00007C, "Member 'UFFXFSR3Settings::RoughnessBias' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, RoughnessMaxDistance) == 0x000080, "Member 'UFFXFSR3Settings::RoughnessMaxDistance' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, bReactiveMaskRoughnessForceMaxDistance) == 0x000084, "Member 'UFFXFSR3Settings::bReactiveMaskRoughnessForceMaxDistance' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, TranslucencyBias) == 0x000088, "Member 'UFFXFSR3Settings::TranslucencyBias' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, TranslucencyLuminanceBias) == 0x00008C, "Member 'UFFXFSR3Settings::TranslucencyLuminanceBias' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, TranslucencyMaxDistance) == 0x000090, "Member 'UFFXFSR3Settings::TranslucencyMaxDistance' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, ReactiveShadingModelID) == 0x000094, "Member 'UFFXFSR3Settings::ReactiveShadingModelID' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, ForceReactiveMaterialValue) == 0x000098, "Member 'UFFXFSR3Settings::ForceReactiveMaterialValue' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, ReactiveHistoryTranslucencyBias) == 0x00009C, "Member 'UFFXFSR3Settings::ReactiveHistoryTranslucencyBias' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, ReactiveHistoryTranslucencyLumaBias) == 0x0000A0, "Member 'UFFXFSR3Settings::ReactiveHistoryTranslucencyLumaBias' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, PreDOFTranslucencyScale) == 0x0000A4, "Member 'UFFXFSR3Settings::PreDOFTranslucencyScale' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, bPreDOFTranslucencyMax) == 0x0000A8, "Member 'UFFXFSR3Settings::bPreDOFTranslucencyMax' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, ReactiveMaskDeferredDecalScale) == 0x0000AC, "Member 'UFFXFSR3Settings::ReactiveMaskDeferredDecalScale' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, ReactiveHistoryDeferredDecalScale) == 0x0000B0, "Member 'UFFXFSR3Settings::ReactiveHistoryDeferredDecalScale' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, ReactiveMaskTAAResponsiveValue) == 0x0000B4, "Member 'UFFXFSR3Settings::ReactiveMaskTAAResponsiveValue' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, ReactiveHistoryTAAResponsiveValue) == 0x0000B8, "Member 'UFFXFSR3Settings::ReactiveHistoryTAAResponsiveValue' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, ReactiveMaskCustomStencilScale) == 0x0000BC, "Member 'UFFXFSR3Settings::ReactiveMaskCustomStencilScale' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, ReactiveHistoryCustomStencilScale) == 0x0000C0, "Member 'UFFXFSR3Settings::ReactiveHistoryCustomStencilScale' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, CustomStencilMask) == 0x0000C4, "Member 'UFFXFSR3Settings::CustomStencilMask' has a wrong offset!"); \ static_assert(offsetof(UFFXFSR3Settings, CustomStencilShift) == 0x0000C8, "Member 'UFFXFSR3Settings::CustomStencilShift' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Idle_FollowSpline_C \ static_assert(alignof(UABL_Enemy_Idle_FollowSpline_C) == 0x000008, "Wrong alignment on UABL_Enemy_Idle_FollowSpline_C"); \ static_assert(sizeof(UABL_Enemy_Idle_FollowSpline_C) == 0x0000C8, "Wrong size on UABL_Enemy_Idle_FollowSpline_C"); \ #define DUMPER7_ASSERTS_FLibraryProgressDataTransfer \ static_assert(alignof(FLibraryProgressDataTransfer) == 0x000008, "Wrong alignment on FLibraryProgressDataTransfer"); \ static_assert(sizeof(FLibraryProgressDataTransfer) == 0x000028, "Wrong size on FLibraryProgressDataTransfer"); \ static_assert(offsetof(FLibraryProgressDataTransfer, progress) == 0x000000, "Member 'FLibraryProgressDataTransfer::progress' has a wrong offset!"); \ static_assert(offsetof(FLibraryProgressDataTransfer, transferredBytes) == 0x000008, "Member 'FLibraryProgressDataTransfer::transferredBytes' has a wrong offset!"); \ static_assert(offsetof(FLibraryProgressDataTransfer, transferRateBytesPerSecond) == 0x000010, "Member 'FLibraryProgressDataTransfer::transferRateBytesPerSecond' has a wrong offset!"); \ static_assert(offsetof(FLibraryProgressDataTransfer, Filename) == 0x000018, "Member 'FLibraryProgressDataTransfer::Filename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLibraryProgress \ static_assert(alignof(FLibraryProgress) == 0x000008, "Wrong alignment on FLibraryProgress"); \ static_assert(sizeof(FLibraryProgress) == 0x000040, "Wrong size on FLibraryProgress"); \ static_assert(offsetof(FLibraryProgress, modId) == 0x000000, "Member 'FLibraryProgress::modId' has a wrong offset!"); \ static_assert(offsetof(FLibraryProgress, fileId) == 0x000008, "Member 'FLibraryProgress::fileId' has a wrong offset!"); \ static_assert(offsetof(FLibraryProgress, State) == 0x000010, "Member 'FLibraryProgress::State' has a wrong offset!"); \ static_assert(offsetof(FLibraryProgress, dataTransfer) == 0x000018, "Member 'FLibraryProgress::dataTransfer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFileHash \ static_assert(alignof(FFileHash) == 0x000008, "Wrong alignment on FFileHash"); \ static_assert(sizeof(FFileHash) == 0x000018, "Wrong size on FFileHash"); \ static_assert(offsetof(FFileHash, Value) == 0x000000, "Member 'FFileHash::Value' has a wrong offset!"); \ static_assert(offsetof(FFileHash, algo) == 0x000010, "Member 'FFileHash::algo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSortableGameVersion \ static_assert(alignof(FSortableGameVersion) == 0x000008, "Wrong alignment on FSortableGameVersion"); \ static_assert(sizeof(FSortableGameVersion) == 0x000040, "Wrong size on FSortableGameVersion"); \ static_assert(offsetof(FSortableGameVersion, gameVersionName) == 0x000000, "Member 'FSortableGameVersion::gameVersionName' has a wrong offset!"); \ static_assert(offsetof(FSortableGameVersion, gameVersionPadded) == 0x000010, "Member 'FSortableGameVersion::gameVersionPadded' has a wrong offset!"); \ static_assert(offsetof(FSortableGameVersion, GameVersion) == 0x000020, "Member 'FSortableGameVersion::GameVersion' has a wrong offset!"); \ static_assert(offsetof(FSortableGameVersion, gameVersionReleaseDate) == 0x000030, "Member 'FSortableGameVersion::gameVersionReleaseDate' has a wrong offset!"); \ static_assert(offsetof(FSortableGameVersion, gameVersionTypeId) == 0x000038, "Member 'FSortableGameVersion::gameVersionTypeId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFileDependency \ static_assert(alignof(FFileDependency) == 0x000008, "Wrong alignment on FFileDependency"); \ static_assert(sizeof(FFileDependency) == 0x000018, "Wrong size on FFileDependency"); \ static_assert(offsetof(FFileDependency, modId) == 0x000000, "Member 'FFileDependency::modId' has a wrong offset!"); \ static_assert(offsetof(FFileDependency, fileId) == 0x000008, "Member 'FFileDependency::fileId' has a wrong offset!"); \ static_assert(offsetof(FFileDependency, relationType) == 0x000010, "Member 'FFileDependency::relationType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFileModule \ static_assert(alignof(FFileModule) == 0x000008, "Wrong alignment on FFileModule"); \ static_assert(sizeof(FFileModule) == 0x000018, "Wrong size on FFileModule"); \ static_assert(offsetof(FFileModule, Name) == 0x000000, "Member 'FFileModule::Name' has a wrong offset!"); \ static_assert(offsetof(FFileModule, fingerprint) == 0x000010, "Member 'FFileModule::fingerprint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFileCookingInfo \ static_assert(alignof(FFileCookingInfo) == 0x000008, "Wrong alignment on FFileCookingInfo"); \ static_assert(sizeof(FFileCookingInfo) == 0x000010, "Wrong size on FFileCookingInfo"); \ static_assert(offsetof(FFileCookingInfo, CookerVersion) == 0x000000, "Member 'FFileCookingInfo::CookerVersion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFile \ static_assert(alignof(FFile) == 0x000008, "Wrong alignment on FFile"); \ static_assert(sizeof(FFile) == 0x000108, "Wrong size on FFile"); \ static_assert(offsetof(FFile, ID) == 0x000000, "Member 'FFile::ID' has a wrong offset!"); \ static_assert(offsetof(FFile, gameId) == 0x000008, "Member 'FFile::gameId' has a wrong offset!"); \ static_assert(offsetof(FFile, modId) == 0x000010, "Member 'FFile::modId' has a wrong offset!"); \ static_assert(offsetof(FFile, isAvailable) == 0x000018, "Member 'FFile::isAvailable' has a wrong offset!"); \ static_assert(offsetof(FFile, DisplayName) == 0x000020, "Member 'FFile::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FFile, Filename) == 0x000030, "Member 'FFile::Filename' has a wrong offset!"); \ static_assert(offsetof(FFile, releaseType) == 0x000040, "Member 'FFile::releaseType' has a wrong offset!"); \ static_assert(offsetof(FFile, fileStatus) == 0x000041, "Member 'FFile::fileStatus' has a wrong offset!"); \ static_assert(offsetof(FFile, hashes) == 0x000048, "Member 'FFile::hashes' has a wrong offset!"); \ static_assert(offsetof(FFile, fileDate) == 0x000058, "Member 'FFile::fileDate' has a wrong offset!"); \ static_assert(offsetof(FFile, fileLength) == 0x000060, "Member 'FFile::fileLength' has a wrong offset!"); \ static_assert(offsetof(FFile, fileSizeOnDisk) == 0x000068, "Member 'FFile::fileSizeOnDisk' has a wrong offset!"); \ static_assert(offsetof(FFile, downloadCount) == 0x000070, "Member 'FFile::downloadCount' has a wrong offset!"); \ static_assert(offsetof(FFile, downloadUrl) == 0x000078, "Member 'FFile::downloadUrl' has a wrong offset!"); \ static_assert(offsetof(FFile, gameVersions) == 0x000088, "Member 'FFile::gameVersions' has a wrong offset!"); \ static_assert(offsetof(FFile, sortableGameVersions) == 0x000098, "Member 'FFile::sortableGameVersions' has a wrong offset!"); \ static_assert(offsetof(FFile, dependencies) == 0x0000A8, "Member 'FFile::dependencies' has a wrong offset!"); \ static_assert(offsetof(FFile, ExposeAsAlternative) == 0x0000B8, "Member 'FFile::ExposeAsAlternative' has a wrong offset!"); \ static_assert(offsetof(FFile, parentProjectFileId) == 0x0000C0, "Member 'FFile::parentProjectFileId' has a wrong offset!"); \ static_assert(offsetof(FFile, alternateFileId) == 0x0000C8, "Member 'FFile::alternateFileId' has a wrong offset!"); \ static_assert(offsetof(FFile, isServerPack) == 0x0000D0, "Member 'FFile::isServerPack' has a wrong offset!"); \ static_assert(offsetof(FFile, serverPackFileId) == 0x0000D8, "Member 'FFile::serverPackFileId' has a wrong offset!"); \ static_assert(offsetof(FFile, fileFingerprint) == 0x0000E0, "Member 'FFile::fileFingerprint' has a wrong offset!"); \ static_assert(offsetof(FFile, modules) == 0x0000E8, "Member 'FFile::modules' has a wrong offset!"); \ static_assert(offsetof(FFile, cookingInfo) == 0x0000F8, "Member 'FFile::cookingInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModLinks \ static_assert(alignof(FModLinks) == 0x000008, "Wrong alignment on FModLinks"); \ static_assert(sizeof(FModLinks) == 0x000050, "Wrong size on FModLinks"); \ static_assert(offsetof(FModLinks, websiteUrl) == 0x000000, "Member 'FModLinks::websiteUrl' has a wrong offset!"); \ static_assert(offsetof(FModLinks, wikiUrl) == 0x000010, "Member 'FModLinks::wikiUrl' has a wrong offset!"); \ static_assert(offsetof(FModLinks, issuesUrl) == 0x000020, "Member 'FModLinks::issuesUrl' has a wrong offset!"); \ static_assert(offsetof(FModLinks, sourceUrl) == 0x000030, "Member 'FModLinks::sourceUrl' has a wrong offset!"); \ static_assert(offsetof(FModLinks, modManagementUrl) == 0x000040, "Member 'FModLinks::modManagementUrl' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCategory \ static_assert(alignof(FCategory) == 0x000008, "Wrong alignment on FCategory"); \ static_assert(sizeof(FCategory) == 0x000078, "Wrong size on FCategory"); \ static_assert(offsetof(FCategory, ID) == 0x000000, "Member 'FCategory::ID' has a wrong offset!"); \ static_assert(offsetof(FCategory, gameId) == 0x000008, "Member 'FCategory::gameId' has a wrong offset!"); \ static_assert(offsetof(FCategory, Name) == 0x000010, "Member 'FCategory::Name' has a wrong offset!"); \ static_assert(offsetof(FCategory, slug) == 0x000020, "Member 'FCategory::slug' has a wrong offset!"); \ static_assert(offsetof(FCategory, URL) == 0x000030, "Member 'FCategory::URL' has a wrong offset!"); \ static_assert(offsetof(FCategory, iconUrl) == 0x000040, "Member 'FCategory::iconUrl' has a wrong offset!"); \ static_assert(offsetof(FCategory, dateModified) == 0x000050, "Member 'FCategory::dateModified' has a wrong offset!"); \ static_assert(offsetof(FCategory, isClass) == 0x000058, "Member 'FCategory::isClass' has a wrong offset!"); \ static_assert(offsetof(FCategory, classId) == 0x000060, "Member 'FCategory::classId' has a wrong offset!"); \ static_assert(offsetof(FCategory, parentCategoryId) == 0x000068, "Member 'FCategory::parentCategoryId' has a wrong offset!"); \ static_assert(offsetof(FCategory, displayIndex) == 0x000070, "Member 'FCategory::displayIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModAuthor \ static_assert(alignof(FModAuthor) == 0x000008, "Wrong alignment on FModAuthor"); \ static_assert(sizeof(FModAuthor) == 0x000028, "Wrong size on FModAuthor"); \ static_assert(offsetof(FModAuthor, ID) == 0x000000, "Member 'FModAuthor::ID' has a wrong offset!"); \ static_assert(offsetof(FModAuthor, Name) == 0x000008, "Member 'FModAuthor::Name' has a wrong offset!"); \ static_assert(offsetof(FModAuthor, URL) == 0x000018, "Member 'FModAuthor::URL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModAsset \ static_assert(alignof(FModAsset) == 0x000008, "Wrong alignment on FModAsset"); \ static_assert(sizeof(FModAsset) == 0x000050, "Wrong size on FModAsset"); \ static_assert(offsetof(FModAsset, ID) == 0x000000, "Member 'FModAsset::ID' has a wrong offset!"); \ static_assert(offsetof(FModAsset, modId) == 0x000008, "Member 'FModAsset::modId' has a wrong offset!"); \ static_assert(offsetof(FModAsset, Title) == 0x000010, "Member 'FModAsset::Title' has a wrong offset!"); \ static_assert(offsetof(FModAsset, Description) == 0x000020, "Member 'FModAsset::Description' has a wrong offset!"); \ static_assert(offsetof(FModAsset, thumbnailUrl) == 0x000030, "Member 'FModAsset::thumbnailUrl' has a wrong offset!"); \ static_assert(offsetof(FModAsset, URL) == 0x000040, "Member 'FModAsset::URL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPremiumDetailsPlatformData \ static_assert(alignof(FPremiumDetailsPlatformData) == 0x000008, "Wrong alignment on FPremiumDetailsPlatformData"); \ static_assert(sizeof(FPremiumDetailsPlatformData) == 0x000010, "Wrong size on FPremiumDetailsPlatformData"); \ static_assert(offsetof(FPremiumDetailsPlatformData, productId) == 0x000000, "Member 'FPremiumDetailsPlatformData::productId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPremiumDetailsDiscount \ static_assert(alignof(FPremiumDetailsDiscount) == 0x000008, "Wrong alignment on FPremiumDetailsDiscount"); \ static_assert(sizeof(FPremiumDetailsDiscount) == 0x000020, "Wrong size on FPremiumDetailsDiscount"); \ static_assert(offsetof(FPremiumDetailsDiscount, discountPrice) == 0x000000, "Member 'FPremiumDetailsDiscount::discountPrice' has a wrong offset!"); \ static_assert(offsetof(FPremiumDetailsDiscount, percent) == 0x000004, "Member 'FPremiumDetailsDiscount::percent' has a wrong offset!"); \ static_assert(offsetof(FPremiumDetailsDiscount, endDate) == 0x000008, "Member 'FPremiumDetailsDiscount::endDate' has a wrong offset!"); \ static_assert(offsetof(FPremiumDetailsDiscount, platformData) == 0x000010, "Member 'FPremiumDetailsDiscount::platformData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPremiumDetails \ static_assert(alignof(FPremiumDetails) == 0x000008, "Wrong alignment on FPremiumDetails"); \ static_assert(sizeof(FPremiumDetails) == 0x000048, "Wrong size on FPremiumDetails"); \ static_assert(offsetof(FPremiumDetails, isPremium) == 0x000000, "Member 'FPremiumDetails::isPremium' has a wrong offset!"); \ static_assert(offsetof(FPremiumDetails, isFreemium) == 0x000001, "Member 'FPremiumDetails::isFreemium' has a wrong offset!"); \ static_assert(offsetof(FPremiumDetails, tierPrice) == 0x000004, "Member 'FPremiumDetails::tierPrice' has a wrong offset!"); \ static_assert(offsetof(FPremiumDetails, CurrencySymbol) == 0x000008, "Member 'FPremiumDetails::CurrencySymbol' has a wrong offset!"); \ static_assert(offsetof(FPremiumDetails, platformData) == 0x000018, "Member 'FPremiumDetails::platformData' has a wrong offset!"); \ static_assert(offsetof(FPremiumDetails, discountData) == 0x000028, "Member 'FPremiumDetails::discountData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFileIndex \ static_assert(alignof(FFileIndex) == 0x000008, "Wrong alignment on FFileIndex"); \ static_assert(sizeof(FFileIndex) == 0x000038, "Wrong size on FFileIndex"); \ static_assert(offsetof(FFileIndex, GameVersion) == 0x000000, "Member 'FFileIndex::GameVersion' has a wrong offset!"); \ static_assert(offsetof(FFileIndex, fileId) == 0x000010, "Member 'FFileIndex::fileId' has a wrong offset!"); \ static_assert(offsetof(FFileIndex, Filename) == 0x000018, "Member 'FFileIndex::Filename' has a wrong offset!"); \ static_assert(offsetof(FFileIndex, releaseType) == 0x000028, "Member 'FFileIndex::releaseType' has a wrong offset!"); \ static_assert(offsetof(FFileIndex, gameVersionTypeId) == 0x00002C, "Member 'FFileIndex::gameVersionTypeId' has a wrong offset!"); \ static_assert(offsetof(FFileIndex, modLoader) == 0x000030, "Member 'FFileIndex::modLoader' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRatingDetails \ static_assert(alignof(FRatingDetails) == 0x000008, "Wrong alignment on FRatingDetails"); \ static_assert(sizeof(FRatingDetails) == 0x000020, "Wrong size on FRatingDetails"); \ static_assert(offsetof(FRatingDetails, rating) == 0x000000, "Member 'FRatingDetails::rating' has a wrong offset!"); \ static_assert(offsetof(FRatingDetails, totalRatings) == 0x000008, "Member 'FRatingDetails::totalRatings' has a wrong offset!"); \ static_assert(offsetof(FRatingDetails, positiveRatings) == 0x000010, "Member 'FRatingDetails::positiveRatings' has a wrong offset!"); \ static_assert(offsetof(FRatingDetails, score) == 0x000018, "Member 'FRatingDetails::score' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreMod \ static_assert(alignof(FCFCoreMod) == 0x000008, "Wrong alignment on FCFCoreMod"); \ static_assert(sizeof(FCFCoreMod) == 0x0001F8, "Wrong size on FCFCoreMod"); \ static_assert(offsetof(FCFCoreMod, ID) == 0x000000, "Member 'FCFCoreMod::ID' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, gameId) == 0x000008, "Member 'FCFCoreMod::gameId' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, gamePopularityRank) == 0x000010, "Member 'FCFCoreMod::gamePopularityRank' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, Name) == 0x000018, "Member 'FCFCoreMod::Name' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, slug) == 0x000028, "Member 'FCFCoreMod::slug' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, links) == 0x000038, "Member 'FCFCoreMod::links' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, summary) == 0x000088, "Member 'FCFCoreMod::summary' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, status) == 0x000098, "Member 'FCFCoreMod::status' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, downloadCount) == 0x0000A0, "Member 'FCFCoreMod::downloadCount' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, isFeatured) == 0x0000A8, "Member 'FCFCoreMod::isFeatured' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, classId) == 0x0000AC, "Member 'FCFCoreMod::classId' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, primaryCategoryId) == 0x0000B0, "Member 'FCFCoreMod::primaryCategoryId' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, Categories) == 0x0000B8, "Member 'FCFCoreMod::Categories' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, authors) == 0x0000C8, "Member 'FCFCoreMod::authors' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, logo) == 0x0000D8, "Member 'FCFCoreMod::logo' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, screenshots) == 0x000128, "Member 'FCFCoreMod::screenshots' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, videos) == 0x000138, "Member 'FCFCoreMod::videos' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, mainFileId) == 0x000148, "Member 'FCFCoreMod::mainFileId' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, latestFiles) == 0x000150, "Member 'FCFCoreMod::latestFiles' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, latestFilesIndexes) == 0x000160, "Member 'FCFCoreMod::latestFilesIndexes' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, dateCreated) == 0x000170, "Member 'FCFCoreMod::dateCreated' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, dateModified) == 0x000178, "Member 'FCFCoreMod::dateModified' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, dateReleased) == 0x000180, "Member 'FCFCoreMod::dateReleased' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, allowModDistribution) == 0x000188, "Member 'FCFCoreMod::allowModDistribution' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, isAvailable) == 0x000189, "Member 'FCFCoreMod::isAvailable' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, RatingDetails) == 0x000190, "Member 'FCFCoreMod::RatingDetails' has a wrong offset!"); \ static_assert(offsetof(FCFCoreMod, PremiumDetails) == 0x0001B0, "Member 'FCFCoreMod::PremiumDetails' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstalledMod \ static_assert(alignof(FInstalledMod) == 0x000008, "Wrong alignment on FInstalledMod"); \ static_assert(sizeof(FInstalledMod) == 0x000440, "Wrong size on FInstalledMod"); \ static_assert(offsetof(FInstalledMod, dateInstalled) == 0x000000, "Member 'FInstalledMod::dateInstalled' has a wrong offset!"); \ static_assert(offsetof(FInstalledMod, dateUpdated) == 0x000008, "Member 'FInstalledMod::dateUpdated' has a wrong offset!"); \ static_assert(offsetof(FInstalledMod, status) == 0x000010, "Member 'FInstalledMod::status' has a wrong offset!"); \ static_assert(offsetof(FInstalledMod, pathOnDisk) == 0x000018, "Member 'FInstalledMod::pathOnDisk' has a wrong offset!"); \ static_assert(offsetof(FInstalledMod, Enabled) == 0x000028, "Member 'FInstalledMod::Enabled' has a wrong offset!"); \ static_assert(offsetof(FInstalledMod, details) == 0x000030, "Member 'FInstalledMod::details' has a wrong offset!"); \ static_assert(offsetof(FInstalledMod, installedFile) == 0x000228, "Member 'FInstalledMod::installedFile' has a wrong offset!"); \ static_assert(offsetof(FInstalledMod, latestUpdatedFile) == 0x000330, "Member 'FInstalledMod::latestUpdatedFile' has a wrong offset!"); \ static_assert(offsetof(FInstalledMod, dynamicContent) == 0x000438, "Member 'FInstalledMod::dynamicContent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstalledModArray \ static_assert(alignof(FInstalledModArray) == 0x000008, "Wrong alignment on FInstalledModArray"); \ static_assert(sizeof(FInstalledModArray) == 0x000010, "Wrong size on FInstalledModArray"); \ static_assert(offsetof(FInstalledModArray, installedMods) == 0x000000, "Member 'FInstalledModArray::installedMods' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreApiResponseError \ static_assert(alignof(FCFCoreApiResponseError) == 0x000008, "Wrong alignment on FCFCoreApiResponseError"); \ static_assert(sizeof(FCFCoreApiResponseError) == 0x000020, "Wrong size on FCFCoreApiResponseError"); \ static_assert(offsetof(FCFCoreApiResponseError, cancelled) == 0x000000, "Member 'FCFCoreApiResponseError::cancelled' has a wrong offset!"); \ static_assert(offsetof(FCFCoreApiResponseError, badRequest) == 0x000001, "Member 'FCFCoreApiResponseError::badRequest' has a wrong offset!"); \ static_assert(offsetof(FCFCoreApiResponseError, entityNotFound) == 0x000002, "Member 'FCFCoreApiResponseError::entityNotFound' has a wrong offset!"); \ static_assert(offsetof(FCFCoreApiResponseError, serverUnreachable) == 0x000003, "Member 'FCFCoreApiResponseError::serverUnreachable' has a wrong offset!"); \ static_assert(offsetof(FCFCoreApiResponseError, missingPriviliges) == 0x000004, "Member 'FCFCoreApiResponseError::missingPriviliges' has a wrong offset!"); \ static_assert(offsetof(FCFCoreApiResponseError, tokenExpired) == 0x000005, "Member 'FCFCoreApiResponseError::tokenExpired' has a wrong offset!"); \ static_assert(offsetof(FCFCoreApiResponseError, resourceExpired) == 0x000006, "Member 'FCFCoreApiResponseError::resourceExpired' has a wrong offset!"); \ static_assert(offsetof(FCFCoreApiResponseError, failedToParseServerResponse) == 0x000007, "Member 'FCFCoreApiResponseError::failedToParseServerResponse' has a wrong offset!"); \ static_assert(offsetof(FCFCoreApiResponseError, ErrorCode) == 0x000008, "Member 'FCFCoreApiResponseError::ErrorCode' has a wrong offset!"); \ static_assert(offsetof(FCFCoreApiResponseError, Description) == 0x000010, "Member 'FCFCoreApiResponseError::Description' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreError \ static_assert(alignof(FCFCoreError) == 0x000008, "Wrong alignment on FCFCoreError"); \ static_assert(sizeof(FCFCoreError) == 0x000038, "Wrong size on FCFCoreError"); \ static_assert(offsetof(FCFCoreError, isError) == 0x000000, "Member 'FCFCoreError::isError' has a wrong offset!"); \ static_assert(offsetof(FCFCoreError, code) == 0x000001, "Member 'FCFCoreError::code' has a wrong offset!"); \ static_assert(offsetof(FCFCoreError, apiError) == 0x000008, "Member 'FCFCoreError::apiError' has a wrong offset!"); \ static_assert(offsetof(FCFCoreError, Description) == 0x000028, "Member 'FCFCoreError::Description' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreApiRequestPagination \ static_assert(alignof(FCFCoreApiRequestPagination) == 0x000004, "Wrong alignment on FCFCoreApiRequestPagination"); \ static_assert(sizeof(FCFCoreApiRequestPagination) == 0x000008, "Wrong size on FCFCoreApiRequestPagination"); \ static_assert(offsetof(FCFCoreApiRequestPagination, Index) == 0x000000, "Member 'FCFCoreApiRequestPagination::Index' has a wrong offset!"); \ static_assert(offsetof(FCFCoreApiRequestPagination, pageSize) == 0x000004, "Member 'FCFCoreApiRequestPagination::pageSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameAssets \ static_assert(alignof(FGameAssets) == 0x000008, "Wrong alignment on FGameAssets"); \ static_assert(sizeof(FGameAssets) == 0x000030, "Wrong size on FGameAssets"); \ static_assert(offsetof(FGameAssets, iconUrl) == 0x000000, "Member 'FGameAssets::iconUrl' has a wrong offset!"); \ static_assert(offsetof(FGameAssets, tileUrl) == 0x000010, "Member 'FGameAssets::tileUrl' has a wrong offset!"); \ static_assert(offsetof(FGameAssets, coverUrl) == 0x000020, "Member 'FGameAssets::coverUrl' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGame \ static_assert(alignof(FGame) == 0x000008, "Wrong alignment on FGame"); \ static_assert(sizeof(FGame) == 0x000068, "Wrong size on FGame"); \ static_assert(offsetof(FGame, ID) == 0x000000, "Member 'FGame::ID' has a wrong offset!"); \ static_assert(offsetof(FGame, Name) == 0x000008, "Member 'FGame::Name' has a wrong offset!"); \ static_assert(offsetof(FGame, slug) == 0x000018, "Member 'FGame::slug' has a wrong offset!"); \ static_assert(offsetof(FGame, dateModified) == 0x000028, "Member 'FGame::dateModified' has a wrong offset!"); \ static_assert(offsetof(FGame, assets) == 0x000030, "Member 'FGame::assets' has a wrong offset!"); \ static_assert(offsetof(FGame, status) == 0x000060, "Member 'FGame::status' has a wrong offset!"); \ static_assert(offsetof(FGame, apiStatus) == 0x000061, "Member 'FGame::apiStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreApiResponsePagination \ static_assert(alignof(FCFCoreApiResponsePagination) == 0x000004, "Wrong alignment on FCFCoreApiResponsePagination"); \ static_assert(sizeof(FCFCoreApiResponsePagination) == 0x000010, "Wrong size on FCFCoreApiResponsePagination"); \ static_assert(offsetof(FCFCoreApiResponsePagination, Index) == 0x000000, "Member 'FCFCoreApiResponsePagination::Index' has a wrong offset!"); \ static_assert(offsetof(FCFCoreApiResponsePagination, pageSize) == 0x000004, "Member 'FCFCoreApiResponsePagination::pageSize' has a wrong offset!"); \ static_assert(offsetof(FCFCoreApiResponsePagination, resultCount) == 0x000008, "Member 'FCFCoreApiResponsePagination::resultCount' has a wrong offset!"); \ static_assert(offsetof(FCFCoreApiResponsePagination, totalCount) == 0x00000C, "Member 'FCFCoreApiResponsePagination::totalCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameVersionType \ static_assert(alignof(FGameVersionType) == 0x000008, "Wrong alignment on FGameVersionType"); \ static_assert(sizeof(FGameVersionType) == 0x000030, "Wrong size on FGameVersionType"); \ static_assert(offsetof(FGameVersionType, ID) == 0x000000, "Member 'FGameVersionType::ID' has a wrong offset!"); \ static_assert(offsetof(FGameVersionType, gameId) == 0x000008, "Member 'FGameVersionType::gameId' has a wrong offset!"); \ static_assert(offsetof(FGameVersionType, Name) == 0x000010, "Member 'FGameVersionType::Name' has a wrong offset!"); \ static_assert(offsetof(FGameVersionType, slug) == 0x000020, "Member 'FGameVersionType::slug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEntitlementCampaign \ static_assert(alignof(FEntitlementCampaign) == 0x000008, "Wrong alignment on FEntitlementCampaign"); \ static_assert(sizeof(FEntitlementCampaign) == 0x000048, "Wrong size on FEntitlementCampaign"); \ static_assert(offsetof(FEntitlementCampaign, ID) == 0x000000, "Member 'FEntitlementCampaign::ID' has a wrong offset!"); \ static_assert(offsetof(FEntitlementCampaign, gameId) == 0x000008, "Member 'FEntitlementCampaign::gameId' has a wrong offset!"); \ static_assert(offsetof(FEntitlementCampaign, Name) == 0x000010, "Member 'FEntitlementCampaign::Name' has a wrong offset!"); \ static_assert(offsetof(FEntitlementCampaign, createdAt) == 0x000020, "Member 'FEntitlementCampaign::createdAt' has a wrong offset!"); \ static_assert(offsetof(FEntitlementCampaign, expiresAt) == 0x000028, "Member 'FEntitlementCampaign::expiresAt' has a wrong offset!"); \ static_assert(offsetof(FEntitlementCampaign, Type) == 0x000030, "Member 'FEntitlementCampaign::Type' has a wrong offset!"); \ static_assert(offsetof(FEntitlementCampaign, isDeleted) == 0x000031, "Member 'FEntitlementCampaign::isDeleted' has a wrong offset!"); \ static_assert(offsetof(FEntitlementCampaign, codeLength) == 0x000034, "Member 'FEntitlementCampaign::codeLength' has a wrong offset!"); \ static_assert(offsetof(FEntitlementCampaign, extraData) == 0x000038, "Member 'FEntitlementCampaign::extraData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEntitlementsRedeemCodeResponse \ static_assert(alignof(FEntitlementsRedeemCodeResponse) == 0x000008, "Wrong alignment on FEntitlementsRedeemCodeResponse"); \ static_assert(sizeof(FEntitlementsRedeemCodeResponse) == 0x000048, "Wrong size on FEntitlementsRedeemCodeResponse"); \ static_assert(offsetof(FEntitlementsRedeemCodeResponse, Data) == 0x000000, "Member 'FEntitlementsRedeemCodeResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameVersionsByType \ static_assert(alignof(FGameVersionsByType) == 0x000008, "Wrong alignment on FGameVersionsByType"); \ static_assert(sizeof(FGameVersionsByType) == 0x000018, "Wrong size on FGameVersionsByType"); \ static_assert(offsetof(FGameVersionsByType, Type) == 0x000000, "Member 'FGameVersionsByType::Type' has a wrong offset!"); \ static_assert(offsetof(FGameVersionsByType, versions) == 0x000008, "Member 'FGameVersionsByType::versions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAssureServerModsUpdatedParams \ static_assert(alignof(FAssureServerModsUpdatedParams) == 0x000008, "Wrong alignment on FAssureServerModsUpdatedParams"); \ static_assert(sizeof(FAssureServerModsUpdatedParams) == 0x000020, "Wrong size on FAssureServerModsUpdatedParams"); \ static_assert(offsetof(FAssureServerModsUpdatedParams, modIds) == 0x000000, "Member 'FAssureServerModsUpdatedParams::modIds' has a wrong offset!"); \ static_assert(offsetof(FAssureServerModsUpdatedParams, devModIds) == 0x000010, "Member 'FAssureServerModsUpdatedParams::devModIds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModsUpdateProgress \ static_assert(alignof(FModsUpdateProgress) == 0x000001, "Wrong alignment on FModsUpdateProgress"); \ static_assert(sizeof(FModsUpdateProgress) == 0x000001, "Wrong size on FModsUpdateProgress"); \ static_assert(offsetof(FModsUpdateProgress, State) == 0x000000, "Member 'FModsUpdateProgress::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreSettingsThrottling \ static_assert(alignof(FCFCoreSettingsThrottling) == 0x000008, "Wrong alignment on FCFCoreSettingsThrottling"); \ static_assert(sizeof(FCFCoreSettingsThrottling) == 0x000008, "Wrong size on FCFCoreSettingsThrottling"); \ static_assert(offsetof(FCFCoreSettingsThrottling, diskWriteBytesPerSec) == 0x000000, "Member 'FCFCoreSettingsThrottling::diskWriteBytesPerSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTermsLink \ static_assert(alignof(FTermsLink) == 0x000008, "Wrong alignment on FTermsLink"); \ static_assert(sizeof(FTermsLink) == 0x000028, "Wrong size on FTermsLink"); \ static_assert(offsetof(FTermsLink, required) == 0x000000, "Member 'FTermsLink::required' has a wrong offset!"); \ static_assert(offsetof(FTermsLink, Text) == 0x000008, "Member 'FTermsLink::Text' has a wrong offset!"); \ static_assert(offsetof(FTermsLink, URL) == 0x000018, "Member 'FTermsLink::URL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTermsLinks \ static_assert(alignof(FTermsLinks) == 0x000008, "Wrong alignment on FTermsLinks"); \ static_assert(sizeof(FTermsLinks) == 0x000078, "Wrong size on FTermsLinks"); \ static_assert(offsetof(FTermsLinks, website) == 0x000000, "Member 'FTermsLinks::website' has a wrong offset!"); \ static_assert(offsetof(FTermsLinks, Terms) == 0x000028, "Member 'FTermsLinks::Terms' has a wrong offset!"); \ static_assert(offsetof(FTermsLinks, privacy) == 0x000050, "Member 'FTermsLinks::privacy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreSettingsAnalytics \ static_assert(alignof(FCFCoreSettingsAnalytics) == 0x000001, "Wrong alignment on FCFCoreSettingsAnalytics"); \ static_assert(sizeof(FCFCoreSettingsAnalytics) == 0x000002, "Wrong size on FCFCoreSettingsAnalytics"); \ static_assert(offsetof(FCFCoreSettingsAnalytics, performanceAndStability) == 0x000000, "Member 'FCFCoreSettingsAnalytics::performanceAndStability' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSettingsAnalytics, userEngagement) == 0x000001, "Member 'FCFCoreSettingsAnalytics::userEngagement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTermsButton \ static_assert(alignof(FTermsButton) == 0x000008, "Wrong alignment on FTermsButton"); \ static_assert(sizeof(FTermsButton) == 0x000010, "Wrong size on FTermsButton"); \ static_assert(offsetof(FTermsButton, Text) == 0x000000, "Member 'FTermsButton::Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTermsButtons \ static_assert(alignof(FTermsButtons) == 0x000008, "Wrong alignment on FTermsButtons"); \ static_assert(sizeof(FTermsButtons) == 0x000020, "Wrong size on FTermsButtons"); \ static_assert(offsetof(FTermsButtons, agree) == 0x000000, "Member 'FTermsButtons::agree' has a wrong offset!"); \ static_assert(offsetof(FTermsButtons, disagree) == 0x000010, "Member 'FTermsButtons::disagree' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectDownloadDomainEx \ static_assert(alignof(FDirectDownloadDomainEx) == 0x000008, "Wrong alignment on FDirectDownloadDomainEx"); \ static_assert(sizeof(FDirectDownloadDomainEx) == 0x000010, "Wrong size on FDirectDownloadDomainEx"); \ static_assert(offsetof(FDirectDownloadDomainEx, domain) == 0x000000, "Member 'FDirectDownloadDomainEx::domain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCookerVersion \ static_assert(alignof(FCookerVersion) == 0x000008, "Wrong alignment on FCookerVersion"); \ static_assert(sizeof(FCookerVersion) == 0x000010, "Wrong size on FCookerVersion"); \ static_assert(offsetof(FCookerVersion, Build) == 0x000000, "Member 'FCookerVersion::Build' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGenerateTempTokenResponse \ static_assert(alignof(FGenerateTempTokenResponse) == 0x000008, "Wrong alignment on FGenerateTempTokenResponse"); \ static_assert(sizeof(FGenerateTempTokenResponse) == 0x000010, "Wrong size on FGenerateTempTokenResponse"); \ static_assert(offsetof(FGenerateTempTokenResponse, Data) == 0x000000, "Member 'FGenerateTempTokenResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAuthToken \ static_assert(alignof(FAuthToken) == 0x000008, "Wrong alignment on FAuthToken"); \ static_assert(sizeof(FAuthToken) == 0x000010, "Wrong size on FAuthToken"); \ static_assert(offsetof(FAuthToken, Token) == 0x000000, "Member 'FAuthToken::Token' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUnblockModsRequest \ static_assert(alignof(FUnblockModsRequest) == 0x000008, "Wrong alignment on FUnblockModsRequest"); \ static_assert(sizeof(FUnblockModsRequest) == 0x000040, "Wrong size on FUnblockModsRequest"); \ static_assert(offsetof(FUnblockModsRequest, blockedAuthors) == 0x000000, "Member 'FUnblockModsRequest::blockedAuthors' has a wrong offset!"); \ static_assert(offsetof(FUnblockModsRequest, blockedMods) == 0x000010, "Member 'FUnblockModsRequest::blockedMods' has a wrong offset!"); \ static_assert(offsetof(FUnblockModsRequest, blockedServerMods) == 0x000020, "Member 'FUnblockModsRequest::blockedServerMods' has a wrong offset!"); \ static_assert(offsetof(FUnblockModsRequest, blockedServers) == 0x000030, "Member 'FUnblockModsRequest::blockedServers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCategoryArrayResponse \ static_assert(alignof(FCategoryArrayResponse) == 0x000008, "Wrong alignment on FCategoryArrayResponse"); \ static_assert(sizeof(FCategoryArrayResponse) == 0x000010, "Wrong size on FCategoryArrayResponse"); \ static_assert(offsetof(FCategoryArrayResponse, Data) == 0x000000, "Member 'FCategoryArrayResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGetModsByIdsRequestDto \ static_assert(alignof(FGetModsByIdsRequestDto) == 0x000008, "Wrong alignment on FGetModsByIdsRequestDto"); \ static_assert(sizeof(FGetModsByIdsRequestDto) == 0x000028, "Wrong size on FGetModsByIdsRequestDto"); \ static_assert(offsetof(FGetModsByIdsRequestDto, modIds) == 0x000000, "Member 'FGetModsByIdsRequestDto::modIds' has a wrong offset!"); \ static_assert(offsetof(FGetModsByIdsRequestDto, devModIds) == 0x000010, "Member 'FGetModsByIdsRequestDto::devModIds' has a wrong offset!"); \ static_assert(offsetof(FGetModsByIdsRequestDto, filterPcOnly) == 0x000020, "Member 'FGetModsByIdsRequestDto::filterPcOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModsHighlights \ static_assert(alignof(FModsHighlights) == 0x000008, "Wrong alignment on FModsHighlights"); \ static_assert(sizeof(FModsHighlights) == 0x000060, "Wrong size on FModsHighlights"); \ static_assert(offsetof(FModsHighlights, Categories) == 0x000000, "Member 'FModsHighlights::Categories' has a wrong offset!"); \ static_assert(offsetof(FModsHighlights, carousel) == 0x000010, "Member 'FModsHighlights::carousel' has a wrong offset!"); \ static_assert(offsetof(FModsHighlights, premium) == 0x000020, "Member 'FModsHighlights::premium' has a wrong offset!"); \ static_assert(offsetof(FModsHighlights, trending) == 0x000030, "Member 'FModsHighlights::trending' has a wrong offset!"); \ static_assert(offsetof(FModsHighlights, mostDownloaded) == 0x000040, "Member 'FModsHighlights::mostDownloaded' has a wrong offset!"); \ static_assert(offsetof(FModsHighlights, latest) == 0x000050, "Member 'FModsHighlights::latest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExternalAuthAdditionalInfoRequestDto \ static_assert(alignof(FExternalAuthAdditionalInfoRequestDto) == 0x000008, "Wrong alignment on FExternalAuthAdditionalInfoRequestDto"); \ static_assert(sizeof(FExternalAuthAdditionalInfoRequestDto) == 0x000020, "Wrong size on FExternalAuthAdditionalInfoRequestDto"); \ static_assert(offsetof(FExternalAuthAdditionalInfoRequestDto, eulaAcceptTime) == 0x000000, "Member 'FExternalAuthAdditionalInfoRequestDto::eulaAcceptTime' has a wrong offset!"); \ static_assert(offsetof(FExternalAuthAdditionalInfoRequestDto, environment) == 0x000010, "Member 'FExternalAuthAdditionalInfoRequestDto::environment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGetAuthTokenByExternalProviderRequestDto \ static_assert(alignof(FGetAuthTokenByExternalProviderRequestDto) == 0x000008, "Wrong alignment on FGetAuthTokenByExternalProviderRequestDto"); \ static_assert(sizeof(FGetAuthTokenByExternalProviderRequestDto) == 0x000040, "Wrong size on FGetAuthTokenByExternalProviderRequestDto"); \ static_assert(offsetof(FGetAuthTokenByExternalProviderRequestDto, Provider) == 0x000000, "Member 'FGetAuthTokenByExternalProviderRequestDto::Provider' has a wrong offset!"); \ static_assert(offsetof(FGetAuthTokenByExternalProviderRequestDto, Token) == 0x000010, "Member 'FGetAuthTokenByExternalProviderRequestDto::Token' has a wrong offset!"); \ static_assert(offsetof(FGetAuthTokenByExternalProviderRequestDto, additionalInfo) == 0x000020, "Member 'FGetAuthTokenByExternalProviderRequestDto::additionalInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FApiResponseErrorInternal \ static_assert(alignof(FApiResponseErrorInternal) == 0x000008, "Wrong alignment on FApiResponseErrorInternal"); \ static_assert(sizeof(FApiResponseErrorInternal) == 0x000018, "Wrong size on FApiResponseErrorInternal"); \ static_assert(offsetof(FApiResponseErrorInternal, statusCode) == 0x000000, "Member 'FApiResponseErrorInternal::statusCode' has a wrong offset!"); \ static_assert(offsetof(FApiResponseErrorInternal, ErrorCode) == 0x000004, "Member 'FApiResponseErrorInternal::ErrorCode' has a wrong offset!"); \ static_assert(offsetof(FApiResponseErrorInternal, Message) == 0x000008, "Member 'FApiResponseErrorInternal::Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCarouselItemDestination \ static_assert(alignof(FCarouselItemDestination) == 0x000008, "Wrong alignment on FCarouselItemDestination"); \ static_assert(sizeof(FCarouselItemDestination) == 0x000010, "Wrong size on FCarouselItemDestination"); \ static_assert(offsetof(FCarouselItemDestination, Type) == 0x000000, "Member 'FCarouselItemDestination::Type' has a wrong offset!"); \ static_assert(offsetof(FCarouselItemDestination, Value) == 0x000008, "Member 'FCarouselItemDestination::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCarouselItem \ static_assert(alignof(FCarouselItem) == 0x000008, "Wrong alignment on FCarouselItem"); \ static_assert(sizeof(FCarouselItem) == 0x000078, "Wrong size on FCarouselItem"); \ static_assert(offsetof(FCarouselItem, mainTitle) == 0x000000, "Member 'FCarouselItem::mainTitle' has a wrong offset!"); \ static_assert(offsetof(FCarouselItem, subTitle) == 0x000010, "Member 'FCarouselItem::subTitle' has a wrong offset!"); \ static_assert(offsetof(FCarouselItem, mainImageUrl) == 0x000020, "Member 'FCarouselItem::mainImageUrl' has a wrong offset!"); \ static_assert(offsetof(FCarouselItem, tileImageUrl) == 0x000030, "Member 'FCarouselItem::tileImageUrl' has a wrong offset!"); \ static_assert(offsetof(FCarouselItem, customTag) == 0x000040, "Member 'FCarouselItem::customTag' has a wrong offset!"); \ static_assert(offsetof(FCarouselItem, ctaText) == 0x000050, "Member 'FCarouselItem::ctaText' has a wrong offset!"); \ static_assert(offsetof(FCarouselItem, Destination) == 0x000060, "Member 'FCarouselItem::Destination' has a wrong offset!"); \ static_assert(offsetof(FCarouselItem, layout) == 0x000070, "Member 'FCarouselItem::layout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FThemePage \ static_assert(alignof(FThemePage) == 0x000008, "Wrong alignment on FThemePage"); \ static_assert(sizeof(FThemePage) == 0x000048, "Wrong size on FThemePage"); \ static_assert(offsetof(FThemePage, ID) == 0x000000, "Member 'FThemePage::ID' has a wrong offset!"); \ static_assert(offsetof(FThemePage, bannerUrl) == 0x000008, "Member 'FThemePage::bannerUrl' has a wrong offset!"); \ static_assert(offsetof(FThemePage, mainTitle) == 0x000018, "Member 'FThemePage::mainTitle' has a wrong offset!"); \ static_assert(offsetof(FThemePage, subTitle) == 0x000028, "Member 'FThemePage::subTitle' has a wrong offset!"); \ static_assert(offsetof(FThemePage, modIds) == 0x000038, "Member 'FThemePage::modIds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModsHighlightsV2 \ static_assert(alignof(FModsHighlightsV2) == 0x000008, "Wrong alignment on FModsHighlightsV2"); \ static_assert(sizeof(FModsHighlightsV2) == 0x000080, "Wrong size on FModsHighlightsV2"); \ static_assert(offsetof(FModsHighlightsV2, Categories) == 0x000000, "Member 'FModsHighlightsV2::Categories' has a wrong offset!"); \ static_assert(offsetof(FModsHighlightsV2, carousel) == 0x000010, "Member 'FModsHighlightsV2::carousel' has a wrong offset!"); \ static_assert(offsetof(FModsHighlightsV2, banners) == 0x000020, "Member 'FModsHighlightsV2::banners' has a wrong offset!"); \ static_assert(offsetof(FModsHighlightsV2, premium) == 0x000030, "Member 'FModsHighlightsV2::premium' has a wrong offset!"); \ static_assert(offsetof(FModsHighlightsV2, trending) == 0x000040, "Member 'FModsHighlightsV2::trending' has a wrong offset!"); \ static_assert(offsetof(FModsHighlightsV2, mostDownloaded) == 0x000050, "Member 'FModsHighlightsV2::mostDownloaded' has a wrong offset!"); \ static_assert(offsetof(FModsHighlightsV2, latest) == 0x000060, "Member 'FModsHighlightsV2::latest' has a wrong offset!"); \ static_assert(offsetof(FModsHighlightsV2, themePages) == 0x000070, "Member 'FModsHighlightsV2::themePages' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FReportingReason \ static_assert(alignof(FReportingReason) == 0x000008, "Wrong alignment on FReportingReason"); \ static_assert(sizeof(FReportingReason) == 0x000038, "Wrong size on FReportingReason"); \ static_assert(offsetof(FReportingReason, ID) == 0x000000, "Member 'FReportingReason::ID' has a wrong offset!"); \ static_assert(offsetof(FReportingReason, slug) == 0x000008, "Member 'FReportingReason::slug' has a wrong offset!"); \ static_assert(offsetof(FReportingReason, Name) == 0x000018, "Member 'FReportingReason::Name' has a wrong offset!"); \ static_assert(offsetof(FReportingReason, Description) == 0x000028, "Member 'FReportingReason::Description' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMePhasingData \ static_assert(alignof(FMePhasingData) == 0x000004, "Wrong alignment on FMePhasingData"); \ static_assert(sizeof(FMePhasingData) == 0x00000C, "Wrong size on FMePhasingData"); \ static_assert(offsetof(FMePhasingData, deltaDiffs) == 0x000000, "Member 'FMePhasingData::deltaDiffs' has a wrong offset!"); \ static_assert(offsetof(FMePhasingData, analyticsUserEngagement) == 0x000004, "Member 'FMePhasingData::analyticsUserEngagement' has a wrong offset!"); \ static_assert(offsetof(FMePhasingData, analyticsPerfAndStability) == 0x000008, "Member 'FMePhasingData::analyticsPerfAndStability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMe \ static_assert(alignof(FMe) == 0x000008, "Wrong alignment on FMe"); \ static_assert(sizeof(FMe) == 0x000068, "Wrong size on FMe"); \ static_assert(offsetof(FMe, ID) == 0x000000, "Member 'FMe::ID' has a wrong offset!"); \ static_assert(offsetof(FMe, DisplayName) == 0x000008, "Member 'FMe::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FMe, username) == 0x000018, "Member 'FMe::username' has a wrong offset!"); \ static_assert(offsetof(FMe, email) == 0x000028, "Member 'FMe::email' has a wrong offset!"); \ static_assert(offsetof(FMe, avatarUrl) == 0x000038, "Member 'FMe::avatarUrl' has a wrong offset!"); \ static_assert(offsetof(FMe, dateCreated) == 0x000048, "Member 'FMe::dateCreated' has a wrong offset!"); \ static_assert(offsetof(FMe, hasConnectedAccount) == 0x000050, "Member 'FMe::hasConnectedAccount' has a wrong offset!"); \ static_assert(offsetof(FMe, phasingData) == 0x000054, "Member 'FMe::phasingData' has a wrong offset!"); \ static_assert(offsetof(FMe, eulaLastAgreed) == 0x000060, "Member 'FMe::eulaLastAgreed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModBrowsingFunnelParams \ static_assert(alignof(FModBrowsingFunnelParams) == 0x000008, "Wrong alignment on FModBrowsingFunnelParams"); \ static_assert(sizeof(FModBrowsingFunnelParams) == 0x000058, "Wrong size on FModBrowsingFunnelParams"); \ static_assert(offsetof(FModBrowsingFunnelParams, pageName) == 0x000000, "Member 'FModBrowsingFunnelParams::pageName' has a wrong offset!"); \ static_assert(offsetof(FModBrowsingFunnelParams, pageComponent) == 0x000010, "Member 'FModBrowsingFunnelParams::pageComponent' has a wrong offset!"); \ static_assert(offsetof(FModBrowsingFunnelParams, shelfName) == 0x000020, "Member 'FModBrowsingFunnelParams::shelfName' has a wrong offset!"); \ static_assert(offsetof(FModBrowsingFunnelParams, modId) == 0x000030, "Member 'FModBrowsingFunnelParams::modId' has a wrong offset!"); \ static_assert(offsetof(FModBrowsingFunnelParams, pageId) == 0x000038, "Member 'FModBrowsingFunnelParams::pageId' has a wrong offset!"); \ static_assert(offsetof(FModBrowsingFunnelParams, itemPosition) == 0x000040, "Member 'FModBrowsingFunnelParams::itemPosition' has a wrong offset!"); \ static_assert(offsetof(FModBrowsingFunnelParams, actionType) == 0x000048, "Member 'FModBrowsingFunnelParams::actionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMyRatings \ static_assert(alignof(FMyRatings) == 0x000008, "Wrong alignment on FMyRatings"); \ static_assert(sizeof(FMyRatings) == 0x000020, "Wrong size on FMyRatings"); \ static_assert(offsetof(FMyRatings, upvotes) == 0x000000, "Member 'FMyRatings::upvotes' has a wrong offset!"); \ static_assert(offsetof(FMyRatings, downvotes) == 0x000010, "Member 'FMyRatings::downvotes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlockedDetails \ static_assert(alignof(FBlockedDetails) == 0x000008, "Wrong alignment on FBlockedDetails"); \ static_assert(sizeof(FBlockedDetails) == 0x000040, "Wrong size on FBlockedDetails"); \ static_assert(offsetof(FBlockedDetails, serverIds) == 0x000000, "Member 'FBlockedDetails::serverIds' has a wrong offset!"); \ static_assert(offsetof(FBlockedDetails, modIds) == 0x000010, "Member 'FBlockedDetails::modIds' has a wrong offset!"); \ static_assert(offsetof(FBlockedDetails, blockedUIModIds) == 0x000020, "Member 'FBlockedDetails::blockedUIModIds' has a wrong offset!"); \ static_assert(offsetof(FBlockedDetails, blockedUIAuthorIds) == 0x000030, "Member 'FBlockedDetails::blockedUIAuthorIds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPurchaseDetails \ static_assert(alignof(FPurchaseDetails) == 0x000008, "Wrong alignment on FPurchaseDetails"); \ static_assert(sizeof(FPurchaseDetails) == 0x000020, "Wrong size on FPurchaseDetails"); \ static_assert(offsetof(FPurchaseDetails, productId) == 0x000000, "Member 'FPurchaseDetails::productId' has a wrong offset!"); \ static_assert(offsetof(FPurchaseDetails, transactionId) == 0x000010, "Member 'FPurchaseDetails::transactionId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModsDirInfo \ static_assert(alignof(FModsDirInfo) == 0x000008, "Wrong alignment on FModsDirInfo"); \ static_assert(sizeof(FModsDirInfo) == 0x000020, "Wrong size on FModsDirInfo"); \ static_assert(offsetof(FModsDirInfo, pathOnDisk) == 0x000000, "Member 'FModsDirInfo::pathOnDisk' has a wrong offset!"); \ static_assert(offsetof(FModsDirInfo, totalDiskSizeInBytes) == 0x000010, "Member 'FModsDirInfo::totalDiskSizeInBytes' has a wrong offset!"); \ static_assert(offsetof(FModsDirInfo, freeDiskSizeInBytes) == 0x000018, "Member 'FModsDirInfo::freeDiskSizeInBytes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameVersionTypeArrayResponse \ static_assert(alignof(FGameVersionTypeArrayResponse) == 0x000008, "Wrong alignment on FGameVersionTypeArrayResponse"); \ static_assert(sizeof(FGameVersionTypeArrayResponse) == 0x000010, "Wrong size on FGameVersionTypeArrayResponse"); \ static_assert(offsetof(FGameVersionTypeArrayResponse, Data) == 0x000000, "Member 'FGameVersionTypeArrayResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTermsContent \ static_assert(alignof(FTermsContent) == 0x000008, "Wrong alignment on FTermsContent"); \ static_assert(sizeof(FTermsContent) == 0x0000C8, "Wrong size on FTermsContent"); \ static_assert(offsetof(FTermsContent, Language) == 0x000000, "Member 'FTermsContent::Language' has a wrong offset!"); \ static_assert(offsetof(FTermsContent, plainText) == 0x000010, "Member 'FTermsContent::plainText' has a wrong offset!"); \ static_assert(offsetof(FTermsContent, html) == 0x000020, "Member 'FTermsContent::html' has a wrong offset!"); \ static_assert(offsetof(FTermsContent, buttons) == 0x000030, "Member 'FTermsContent::buttons' has a wrong offset!"); \ static_assert(offsetof(FTermsContent, links) == 0x000050, "Member 'FTermsContent::links' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTerms \ static_assert(alignof(FTerms) == 0x000008, "Wrong alignment on FTerms"); \ static_assert(sizeof(FTerms) == 0x0000D0, "Wrong size on FTerms"); \ static_assert(offsetof(FTerms, updateDate) == 0x000000, "Member 'FTerms::updateDate' has a wrong offset!"); \ static_assert(offsetof(FTerms, content) == 0x000008, "Member 'FTerms::content' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModFileChunkedInfo \ static_assert(alignof(FModFileChunkedInfo) == 0x000008, "Wrong alignment on FModFileChunkedInfo"); \ static_assert(sizeof(FModFileChunkedInfo) == 0x000038, "Wrong size on FModFileChunkedInfo"); \ static_assert(offsetof(FModFileChunkedInfo, fileId) == 0x000000, "Member 'FModFileChunkedInfo::fileId' has a wrong offset!"); \ static_assert(offsetof(FModFileChunkedInfo, Directory) == 0x000008, "Member 'FModFileChunkedInfo::Directory' has a wrong offset!"); \ static_assert(offsetof(FModFileChunkedInfo, Filename) == 0x000018, "Member 'FModFileChunkedInfo::Filename' has a wrong offset!"); \ static_assert(offsetof(FModFileChunkedInfo, uploadId) == 0x000028, "Member 'FModFileChunkedInfo::uploadId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreateModFileChunkedResponse \ static_assert(alignof(FCreateModFileChunkedResponse) == 0x000008, "Wrong alignment on FCreateModFileChunkedResponse"); \ static_assert(sizeof(FCreateModFileChunkedResponse) == 0x000038, "Wrong size on FCreateModFileChunkedResponse"); \ static_assert(offsetof(FCreateModFileChunkedResponse, Data) == 0x000000, "Member 'FCreateModFileChunkedResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAuthTokenResponse \ static_assert(alignof(FAuthTokenResponse) == 0x000008, "Wrong alignment on FAuthTokenResponse"); \ static_assert(sizeof(FAuthTokenResponse) == 0x000010, "Wrong size on FAuthTokenResponse"); \ static_assert(offsetof(FAuthTokenResponse, Data) == 0x000000, "Member 'FAuthTokenResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSDKVersion \ static_assert(alignof(FSDKVersion) == 0x000004, "Wrong alignment on FSDKVersion"); \ static_assert(sizeof(FSDKVersion) == 0x000004, "Wrong size on FSDKVersion"); \ static_assert(offsetof(FSDKVersion, Build) == 0x000000, "Member 'FSDKVersion::Build' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSDKVersionResponse \ static_assert(alignof(FSDKVersionResponse) == 0x000004, "Wrong alignment on FSDKVersionResponse"); \ static_assert(sizeof(FSDKVersionResponse) == 0x000004, "Wrong size on FSDKVersionResponse"); \ static_assert(offsetof(FSDKVersionResponse, Data) == 0x000000, "Member 'FSDKVersionResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFileTransferProgress \ static_assert(alignof(FFileTransferProgress) == 0x000008, "Wrong alignment on FFileTransferProgress"); \ static_assert(sizeof(FFileTransferProgress) == 0x000018, "Wrong size on FFileTransferProgress"); \ static_assert(offsetof(FFileTransferProgress, progress) == 0x000000, "Member 'FFileTransferProgress::progress' has a wrong offset!"); \ static_assert(offsetof(FFileTransferProgress, transferredBytes) == 0x000008, "Member 'FFileTransferProgress::transferredBytes' has a wrong offset!"); \ static_assert(offsetof(FFileTransferProgress, bytesPerSecond) == 0x000010, "Member 'FFileTransferProgress::bytesPerSecond' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUploadedModFile \ static_assert(alignof(FUploadedModFile) == 0x000008, "Wrong alignment on FUploadedModFile"); \ static_assert(sizeof(FUploadedModFile) == 0x000028, "Wrong size on FUploadedModFile"); \ static_assert(offsetof(FUploadedModFile, fileId) == 0x000000, "Member 'FUploadedModFile::fileId' has a wrong offset!"); \ static_assert(offsetof(FUploadedModFile, Directory) == 0x000008, "Member 'FUploadedModFile::Directory' has a wrong offset!"); \ static_assert(offsetof(FUploadedModFile, Filename) == 0x000018, "Member 'FUploadedModFile::Filename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreFileSize \ static_assert(alignof(FCFCoreFileSize) == 0x000004, "Wrong alignment on FCFCoreFileSize"); \ static_assert(sizeof(FCFCoreFileSize) == 0x00000C, "Wrong size on FCFCoreFileSize"); \ static_assert(offsetof(FCFCoreFileSize, kb) == 0x000000, "Member 'FCFCoreFileSize::kb' has a wrong offset!"); \ static_assert(offsetof(FCFCoreFileSize, mb) == 0x000004, "Member 'FCFCoreFileSize::mb' has a wrong offset!"); \ static_assert(offsetof(FCFCoreFileSize, gb) == 0x000008, "Member 'FCFCoreFileSize::gb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreInitializationOptions \ static_assert(alignof(FCFCoreInitializationOptions) == 0x000008, "Wrong alignment on FCFCoreInitializationOptions"); \ static_assert(sizeof(FCFCoreInitializationOptions) == 0x000010, "Wrong size on FCFCoreInitializationOptions"); \ static_assert(offsetof(FCFCoreInitializationOptions, userContextId) == 0x000000, "Member 'FCFCoreInitializationOptions::userContextId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreSettingsPremiumMods \ static_assert(alignof(FCFCoreSettingsPremiumMods) == 0x000008, "Wrong alignment on FCFCoreSettingsPremiumMods"); \ static_assert(sizeof(FCFCoreSettingsPremiumMods) == 0x000010, "Wrong size on FCFCoreSettingsPremiumMods"); \ static_assert(offsetof(FCFCoreSettingsPremiumMods, publicKeyPem) == 0x000000, "Member 'FCFCoreSettingsPremiumMods::publicKeyPem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreSettingsLogger \ static_assert(alignof(FCFCoreSettingsLogger) == 0x000004, "Wrong alignment on FCFCoreSettingsLogger"); \ static_assert(sizeof(FCFCoreSettingsLogger) == 0x00000C, "Wrong size on FCFCoreSettingsLogger"); \ static_assert(offsetof(FCFCoreSettingsLogger, Enabled) == 0x000000, "Member 'FCFCoreSettingsLogger::Enabled' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSettingsLogger, History) == 0x000004, "Member 'FCFCoreSettingsLogger::History' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSettingsLogger, maxSizeInMB) == 0x000008, "Member 'FCFCoreSettingsLogger::maxSizeInMB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreSettings \ static_assert(alignof(FCFCoreSettings) == 0x000008, "Wrong alignment on FCFCoreSettings"); \ static_assert(sizeof(FCFCoreSettings) == 0x0000E0, "Wrong size on FCFCoreSettings"); \ static_assert(offsetof(FCFCoreSettings, defaultLanguage) == 0x000000, "Member 'FCFCoreSettings::defaultLanguage' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSettings, gameId) == 0x000010, "Member 'FCFCoreSettings::gameId' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSettings, apiKey) == 0x000018, "Member 'FCFCoreSettings::apiKey' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSettings, maxConcurrentInstallations) == 0x000028, "Member 'FCFCoreSettings::maxConcurrentInstallations' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSettings, modsDirectory) == 0x000030, "Member 'FCFCoreSettings::modsDirectory' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSettings, modsDirectoryMode) == 0x000040, "Member 'FCFCoreSettings::modsDirectoryMode' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSettings, userDataDirectory) == 0x000048, "Member 'FCFCoreSettings::userDataDirectory' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSettings, IsServer) == 0x000058, "Member 'FCFCoreSettings::IsServer' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSettings, isServerPcOnly) == 0x000059, "Member 'FCFCoreSettings::isServerPcOnly' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSettings, throttling) == 0x000060, "Member 'FCFCoreSettings::throttling' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSettings, premiumMods) == 0x000068, "Member 'FCFCoreSettings::premiumMods' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSettings, logger) == 0x000078, "Member 'FCFCoreSettings::logger' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSettings, dynamicContentCategoryIds) == 0x000088, "Member 'FCFCoreSettings::dynamicContentCategoryIds' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSettings, Analytics) == 0x0000D8, "Member 'FCFCoreSettings::Analytics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreateCookedModFileRequest \ static_assert(alignof(FCreateCookedModFileRequest) == 0x000008, "Wrong alignment on FCreateCookedModFileRequest"); \ static_assert(sizeof(FCreateCookedModFileRequest) == 0x000010, "Wrong size on FCreateCookedModFileRequest"); \ static_assert(offsetof(FCreateCookedModFileRequest, Platform) == 0x000000, "Member 'FCreateCookedModFileRequest::Platform' has a wrong offset!"); \ static_assert(offsetof(FCreateCookedModFileRequest, fileLength) == 0x000008, "Member 'FCreateCookedModFileRequest::fileLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModFileCookingOptions \ static_assert(alignof(FModFileCookingOptions) == 0x000008, "Wrong alignment on FModFileCookingOptions"); \ static_assert(sizeof(FModFileCookingOptions) == 0x000018, "Wrong size on FModFileCookingOptions"); \ static_assert(offsetof(FModFileCookingOptions, isSourceFile) == 0x000000, "Member 'FModFileCookingOptions::isSourceFile' has a wrong offset!"); \ static_assert(offsetof(FModFileCookingOptions, autoCookingType) == 0x000001, "Member 'FModFileCookingOptions::autoCookingType' has a wrong offset!"); \ static_assert(offsetof(FModFileCookingOptions, CookerVersion) == 0x000008, "Member 'FModFileCookingOptions::CookerVersion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreateModFileRequest \ static_assert(alignof(FCreateModFileRequest) == 0x000008, "Wrong alignment on FCreateModFileRequest"); \ static_assert(sizeof(FCreateModFileRequest) == 0x000070, "Wrong size on FCreateModFileRequest"); \ static_assert(offsetof(FCreateModFileRequest, changelogType) == 0x000000, "Member 'FCreateModFileRequest::changelogType' has a wrong offset!"); \ static_assert(offsetof(FCreateModFileRequest, changelog) == 0x000008, "Member 'FCreateModFileRequest::changelog' has a wrong offset!"); \ static_assert(offsetof(FCreateModFileRequest, Filename) == 0x000018, "Member 'FCreateModFileRequest::Filename' has a wrong offset!"); \ static_assert(offsetof(FCreateModFileRequest, DisplayName) == 0x000028, "Member 'FCreateModFileRequest::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FCreateModFileRequest, gameVersionIds) == 0x000038, "Member 'FCreateModFileRequest::gameVersionIds' has a wrong offset!"); \ static_assert(offsetof(FCreateModFileRequest, releaseType) == 0x000048, "Member 'FCreateModFileRequest::releaseType' has a wrong offset!"); \ static_assert(offsetof(FCreateModFileRequest, cookingOptions) == 0x000050, "Member 'FCreateModFileRequest::cookingOptions' has a wrong offset!"); \ static_assert(offsetof(FCreateModFileRequest, fileLength) == 0x000068, "Member 'FCreateModFileRequest::fileLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreateModFileResponse \ static_assert(alignof(FCreateModFileResponse) == 0x000008, "Wrong alignment on FCreateModFileResponse"); \ static_assert(sizeof(FCreateModFileResponse) == 0x000028, "Wrong size on FCreateModFileResponse"); \ static_assert(offsetof(FCreateModFileResponse, Data) == 0x000000, "Member 'FCreateModFileResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreateModRequest \ static_assert(alignof(FCreateModRequest) == 0x000008, "Wrong alignment on FCreateModRequest"); \ static_assert(sizeof(FCreateModRequest) == 0x000060, "Wrong size on FCreateModRequest"); \ static_assert(offsetof(FCreateModRequest, classId) == 0x000000, "Member 'FCreateModRequest::classId' has a wrong offset!"); \ static_assert(offsetof(FCreateModRequest, Name) == 0x000008, "Member 'FCreateModRequest::Name' has a wrong offset!"); \ static_assert(offsetof(FCreateModRequest, summary) == 0x000018, "Member 'FCreateModRequest::summary' has a wrong offset!"); \ static_assert(offsetof(FCreateModRequest, descriptionType) == 0x000028, "Member 'FCreateModRequest::descriptionType' has a wrong offset!"); \ static_assert(offsetof(FCreateModRequest, Description) == 0x000030, "Member 'FCreateModRequest::Description' has a wrong offset!"); \ static_assert(offsetof(FCreateModRequest, primaryCategoryId) == 0x000040, "Member 'FCreateModRequest::primaryCategoryId' has a wrong offset!"); \ static_assert(offsetof(FCreateModRequest, gameCategoryIds) == 0x000048, "Member 'FCreateModRequest::gameCategoryIds' has a wrong offset!"); \ static_assert(offsetof(FCreateModRequest, isExperimental) == 0x000058, "Member 'FCreateModRequest::isExperimental' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDirectDownloadDomainExResponse \ static_assert(alignof(FDirectDownloadDomainExResponse) == 0x000008, "Wrong alignment on FDirectDownloadDomainExResponse"); \ static_assert(sizeof(FDirectDownloadDomainExResponse) == 0x000010, "Wrong size on FDirectDownloadDomainExResponse"); \ static_assert(offsetof(FDirectDownloadDomainExResponse, Data) == 0x000000, "Member 'FDirectDownloadDomainExResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEntitlementsRedeemCodeRequest \ static_assert(alignof(FEntitlementsRedeemCodeRequest) == 0x000008, "Wrong alignment on FEntitlementsRedeemCodeRequest"); \ static_assert(sizeof(FEntitlementsRedeemCodeRequest) == 0x000010, "Wrong size on FEntitlementsRedeemCodeRequest"); \ static_assert(offsetof(FEntitlementsRedeemCodeRequest, code) == 0x000000, "Member 'FEntitlementsRedeemCodeRequest::code' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExternalAuthAdditionalInfo \ static_assert(alignof(FExternalAuthAdditionalInfo) == 0x000008, "Wrong alignment on FExternalAuthAdditionalInfo"); \ static_assert(sizeof(FExternalAuthAdditionalInfo) == 0x000018, "Wrong size on FExternalAuthAdditionalInfo"); \ static_assert(offsetof(FExternalAuthAdditionalInfo, eulaAcceptTime) == 0x000000, "Member 'FExternalAuthAdditionalInfo::eulaAcceptTime' has a wrong offset!"); \ static_assert(offsetof(FExternalAuthAdditionalInfo, environment) == 0x000008, "Member 'FExternalAuthAdditionalInfo::environment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFileArrayResponse \ static_assert(alignof(FFileArrayResponse) == 0x000008, "Wrong alignment on FFileArrayResponse"); \ static_assert(sizeof(FFileArrayResponse) == 0x000020, "Wrong size on FFileArrayResponse"); \ static_assert(offsetof(FFileArrayResponse, Data) == 0x000000, "Member 'FFileArrayResponse::Data' has a wrong offset!"); \ static_assert(offsetof(FFileArrayResponse, pagination) == 0x000010, "Member 'FFileArrayResponse::pagination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFileDeltaDiff \ static_assert(alignof(FFileDeltaDiff) == 0x000008, "Wrong alignment on FFileDeltaDiff"); \ static_assert(sizeof(FFileDeltaDiff) == 0x000090, "Wrong size on FFileDeltaDiff"); \ static_assert(offsetof(FFileDeltaDiff, ID) == 0x000000, "Member 'FFileDeltaDiff::ID' has a wrong offset!"); \ static_assert(offsetof(FFileDeltaDiff, gameId) == 0x000008, "Member 'FFileDeltaDiff::gameId' has a wrong offset!"); \ static_assert(offsetof(FFileDeltaDiff, modId) == 0x000010, "Member 'FFileDeltaDiff::modId' has a wrong offset!"); \ static_assert(offsetof(FFileDeltaDiff, oldFileId) == 0x000018, "Member 'FFileDeltaDiff::oldFileId' has a wrong offset!"); \ static_assert(offsetof(FFileDeltaDiff, newFileId) == 0x000020, "Member 'FFileDeltaDiff::newFileId' has a wrong offset!"); \ static_assert(offsetof(FFileDeltaDiff, status) == 0x000028, "Member 'FFileDeltaDiff::status' has a wrong offset!"); \ static_assert(offsetof(FFileDeltaDiff, downloadUrl) == 0x000030, "Member 'FFileDeltaDiff::downloadUrl' has a wrong offset!"); \ static_assert(offsetof(FFileDeltaDiff, Filename) == 0x000040, "Member 'FFileDeltaDiff::Filename' has a wrong offset!"); \ static_assert(offsetof(FFileDeltaDiff, dateCreated) == 0x000050, "Member 'FFileDeltaDiff::dateCreated' has a wrong offset!"); \ static_assert(offsetof(FFileDeltaDiff, dateModified) == 0x000058, "Member 'FFileDeltaDiff::dateModified' has a wrong offset!"); \ static_assert(offsetof(FFileDeltaDiff, fileLength) == 0x000060, "Member 'FFileDeltaDiff::fileLength' has a wrong offset!"); \ static_assert(offsetof(FFileDeltaDiff, fileSizeOnDisk) == 0x000068, "Member 'FFileDeltaDiff::fileSizeOnDisk' has a wrong offset!"); \ static_assert(offsetof(FFileDeltaDiff, hashes) == 0x000070, "Member 'FFileDeltaDiff::hashes' has a wrong offset!"); \ static_assert(offsetof(FFileDeltaDiff, extraJsonData) == 0x000080, "Member 'FFileDeltaDiff::extraJsonData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFileDeltaDiffExtraDataFileInfo \ static_assert(alignof(FFileDeltaDiffExtraDataFileInfo) == 0x000008, "Wrong alignment on FFileDeltaDiffExtraDataFileInfo"); \ static_assert(sizeof(FFileDeltaDiffExtraDataFileInfo) == 0x000030, "Wrong size on FFileDeltaDiffExtraDataFileInfo"); \ static_assert(offsetof(FFileDeltaDiffExtraDataFileInfo, Path) == 0x000000, "Member 'FFileDeltaDiffExtraDataFileInfo::Path' has a wrong offset!"); \ static_assert(offsetof(FFileDeltaDiffExtraDataFileInfo, patchFilename) == 0x000010, "Member 'FFileDeltaDiffExtraDataFileInfo::patchFilename' has a wrong offset!"); \ static_assert(offsetof(FFileDeltaDiffExtraDataFileInfo, originalFilename) == 0x000020, "Member 'FFileDeltaDiffExtraDataFileInfo::originalFilename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFileDeltaDiffExtraData \ static_assert(alignof(FFileDeltaDiffExtraData) == 0x000008, "Wrong alignment on FFileDeltaDiffExtraData"); \ static_assert(sizeof(FFileDeltaDiffExtraData) == 0x000018, "Wrong size on FFileDeltaDiffExtraData"); \ static_assert(offsetof(FFileDeltaDiffExtraData, Version) == 0x000000, "Member 'FFileDeltaDiffExtraData::Version' has a wrong offset!"); \ static_assert(offsetof(FFileDeltaDiffExtraData, files) == 0x000008, "Member 'FFileDeltaDiffExtraData::files' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFinalizePurchaseRequest \ static_assert(alignof(FFinalizePurchaseRequest) == 0x000008, "Wrong alignment on FFinalizePurchaseRequest"); \ static_assert(sizeof(FFinalizePurchaseRequest) == 0x000078, "Wrong size on FFinalizePurchaseRequest"); \ static_assert(offsetof(FFinalizePurchaseRequest, transactionId) == 0x000000, "Member 'FFinalizePurchaseRequest::transactionId' has a wrong offset!"); \ static_assert(offsetof(FFinalizePurchaseRequest, Provider) == 0x000010, "Member 'FFinalizePurchaseRequest::Provider' has a wrong offset!"); \ static_assert(offsetof(FFinalizePurchaseRequest, Token) == 0x000018, "Member 'FFinalizePurchaseRequest::Token' has a wrong offset!"); \ static_assert(offsetof(FFinalizePurchaseRequest, tracking) == 0x000028, "Member 'FFinalizePurchaseRequest::tracking' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGamePlaySessionParams \ static_assert(alignof(FGamePlaySessionParams) == 0x000008, "Wrong alignment on FGamePlaySessionParams"); \ static_assert(sizeof(FGamePlaySessionParams) == 0x000028, "Wrong size on FGamePlaySessionParams"); \ static_assert(offsetof(FGamePlaySessionParams, sessionLengthInSecs) == 0x000000, "Member 'FGamePlaySessionParams::sessionLengthInSecs' has a wrong offset!"); \ static_assert(offsetof(FGamePlaySessionParams, sessionType) == 0x000004, "Member 'FGamePlaySessionParams::sessionType' has a wrong offset!"); \ static_assert(offsetof(FGamePlaySessionParams, modIds) == 0x000008, "Member 'FGamePlaySessionParams::modIds' has a wrong offset!"); \ static_assert(offsetof(FGamePlaySessionParams, serverName) == 0x000018, "Member 'FGamePlaySessionParams::serverName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameResponse \ static_assert(alignof(FGameResponse) == 0x000008, "Wrong alignment on FGameResponse"); \ static_assert(sizeof(FGameResponse) == 0x000068, "Wrong size on FGameResponse"); \ static_assert(offsetof(FGameResponse, Data) == 0x000000, "Member 'FGameResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameVersionByTypeArrayResponse \ static_assert(alignof(FGameVersionByTypeArrayResponse) == 0x000008, "Wrong alignment on FGameVersionByTypeArrayResponse"); \ static_assert(sizeof(FGameVersionByTypeArrayResponse) == 0x000010, "Wrong size on FGameVersionByTypeArrayResponse"); \ static_assert(offsetof(FGameVersionByTypeArrayResponse, Data) == 0x000000, "Member 'FGameVersionByTypeArrayResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameVersionDetailed \ static_assert(alignof(FGameVersionDetailed) == 0x000008, "Wrong alignment on FGameVersionDetailed"); \ static_assert(sizeof(FGameVersionDetailed) == 0x000028, "Wrong size on FGameVersionDetailed"); \ static_assert(offsetof(FGameVersionDetailed, ID) == 0x000000, "Member 'FGameVersionDetailed::ID' has a wrong offset!"); \ static_assert(offsetof(FGameVersionDetailed, Name) == 0x000008, "Member 'FGameVersionDetailed::Name' has a wrong offset!"); \ static_assert(offsetof(FGameVersionDetailed, slug) == 0x000018, "Member 'FGameVersionDetailed::slug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameVersionsDetailedByType \ static_assert(alignof(FGameVersionsDetailedByType) == 0x000008, "Wrong alignment on FGameVersionsDetailedByType"); \ static_assert(sizeof(FGameVersionsDetailedByType) == 0x000018, "Wrong size on FGameVersionsDetailedByType"); \ static_assert(offsetof(FGameVersionsDetailedByType, Type) == 0x000000, "Member 'FGameVersionsDetailedByType::Type' has a wrong offset!"); \ static_assert(offsetof(FGameVersionsDetailedByType, versions) == 0x000008, "Member 'FGameVersionsDetailedByType::versions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameVersionsDetailedByTypeArrayResponse \ static_assert(alignof(FGameVersionsDetailedByTypeArrayResponse) == 0x000008, "Wrong alignment on FGameVersionsDetailedByTypeArrayResponse"); \ static_assert(sizeof(FGameVersionsDetailedByTypeArrayResponse) == 0x000010, "Wrong size on FGameVersionsDetailedByTypeArrayResponse"); \ static_assert(offsetof(FGameVersionsDetailedByTypeArrayResponse, Data) == 0x000000, "Member 'FGameVersionsDetailedByTypeArrayResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGenPremiumCheckoutUrlRequest \ static_assert(alignof(FGenPremiumCheckoutUrlRequest) == 0x000008, "Wrong alignment on FGenPremiumCheckoutUrlRequest"); \ static_assert(sizeof(FGenPremiumCheckoutUrlRequest) == 0x000060, "Wrong size on FGenPremiumCheckoutUrlRequest"); \ static_assert(offsetof(FGenPremiumCheckoutUrlRequest, modIds) == 0x000000, "Member 'FGenPremiumCheckoutUrlRequest::modIds' has a wrong offset!"); \ static_assert(offsetof(FGenPremiumCheckoutUrlRequest, tracking) == 0x000010, "Member 'FGenPremiumCheckoutUrlRequest::tracking' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeneratePremiumCheckoutUrlResponse \ static_assert(alignof(FGeneratePremiumCheckoutUrlResponse) == 0x000008, "Wrong alignment on FGeneratePremiumCheckoutUrlResponse"); \ static_assert(sizeof(FGeneratePremiumCheckoutUrlResponse) == 0x000010, "Wrong size on FGeneratePremiumCheckoutUrlResponse"); \ static_assert(offsetof(FGeneratePremiumCheckoutUrlResponse, Data) == 0x000000, "Member 'FGeneratePremiumCheckoutUrlResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGetAuthTokenRequestDto \ static_assert(alignof(FGetAuthTokenRequestDto) == 0x000008, "Wrong alignment on FGetAuthTokenRequestDto"); \ static_assert(sizeof(FGetAuthTokenRequestDto) == 0x000018, "Wrong size on FGetAuthTokenRequestDto"); \ static_assert(offsetof(FGetAuthTokenRequestDto, email) == 0x000000, "Member 'FGetAuthTokenRequestDto::email' has a wrong offset!"); \ static_assert(offsetof(FGetAuthTokenRequestDto, otp) == 0x000010, "Member 'FGetAuthTokenRequestDto::otp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGetBlockedDetailsResponse \ static_assert(alignof(FGetBlockedDetailsResponse) == 0x000008, "Wrong alignment on FGetBlockedDetailsResponse"); \ static_assert(sizeof(FGetBlockedDetailsResponse) == 0x000040, "Wrong size on FGetBlockedDetailsResponse"); \ static_assert(offsetof(FGetBlockedDetailsResponse, Data) == 0x000000, "Member 'FGetBlockedDetailsResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreGetCategoriesFilter \ static_assert(alignof(FCFCoreGetCategoriesFilter) == 0x000004, "Wrong alignment on FCFCoreGetCategoriesFilter"); \ static_assert(sizeof(FCFCoreGetCategoriesFilter) == 0x000008, "Wrong size on FCFCoreGetCategoriesFilter"); \ static_assert(offsetof(FCFCoreGetCategoriesFilter, classId) == 0x000000, "Member 'FCFCoreGetCategoriesFilter::classId' has a wrong offset!"); \ static_assert(offsetof(FCFCoreGetCategoriesFilter, classesOnly) == 0x000004, "Member 'FCFCoreGetCategoriesFilter::classesOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGetCookerSdkVersionResponse \ static_assert(alignof(FGetCookerSdkVersionResponse) == 0x000008, "Wrong alignment on FGetCookerSdkVersionResponse"); \ static_assert(sizeof(FGetCookerSdkVersionResponse) == 0x000010, "Wrong size on FGetCookerSdkVersionResponse"); \ static_assert(offsetof(FGetCookerSdkVersionResponse, Data) == 0x000000, "Member 'FGetCookerSdkVersionResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGetFilesByIdsRequestDto \ static_assert(alignof(FGetFilesByIdsRequestDto) == 0x000008, "Wrong alignment on FGetFilesByIdsRequestDto"); \ static_assert(sizeof(FGetFilesByIdsRequestDto) == 0x000010, "Wrong size on FGetFilesByIdsRequestDto"); \ static_assert(offsetof(FGetFilesByIdsRequestDto, fileIds) == 0x000000, "Member 'FGetFilesByIdsRequestDto::fileIds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreGetFilesFilter \ static_assert(alignof(FCFCoreGetFilesFilter) == 0x000008, "Wrong alignment on FCFCoreGetFilesFilter"); \ static_assert(sizeof(FCFCoreGetFilesFilter) == 0x000010, "Wrong size on FCFCoreGetFilesFilter"); \ static_assert(offsetof(FCFCoreGetFilesFilter, fileIds) == 0x000000, "Member 'FCFCoreGetFilesFilter::fileIds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGetModFileDeltaDiffResponse \ static_assert(alignof(FGetModFileDeltaDiffResponse) == 0x000008, "Wrong alignment on FGetModFileDeltaDiffResponse"); \ static_assert(sizeof(FGetModFileDeltaDiffResponse) == 0x000090, "Wrong size on FGetModFileDeltaDiffResponse"); \ static_assert(offsetof(FGetModFileDeltaDiffResponse, Data) == 0x000000, "Member 'FGetModFileDeltaDiffResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModFileDownloadUrl \ static_assert(alignof(FModFileDownloadUrl) == 0x000008, "Wrong alignment on FModFileDownloadUrl"); \ static_assert(sizeof(FModFileDownloadUrl) == 0x000020, "Wrong size on FModFileDownloadUrl"); \ static_assert(offsetof(FModFileDownloadUrl, URL) == 0x000000, "Member 'FModFileDownloadUrl::URL' has a wrong offset!"); \ static_assert(offsetof(FModFileDownloadUrl, securedParams) == 0x000010, "Member 'FModFileDownloadUrl::securedParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGetModFileDownloadUrlResponse \ static_assert(alignof(FGetModFileDownloadUrlResponse) == 0x000008, "Wrong alignment on FGetModFileDownloadUrlResponse"); \ static_assert(sizeof(FGetModFileDownloadUrlResponse) == 0x000030, "Wrong size on FGetModFileDownloadUrlResponse"); \ static_assert(offsetof(FGetModFileDownloadUrlResponse, Data) == 0x000000, "Member 'FGetModFileDownloadUrlResponse::Data' has a wrong offset!"); \ static_assert(offsetof(FGetModFileDownloadUrlResponse, sig) == 0x000020, "Member 'FGetModFileDownloadUrlResponse::sig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreGetModsFilter \ static_assert(alignof(FCFCoreGetModsFilter) == 0x000008, "Wrong alignment on FCFCoreGetModsFilter"); \ static_assert(sizeof(FCFCoreGetModsFilter) == 0x000028, "Wrong size on FCFCoreGetModsFilter"); \ static_assert(offsetof(FCFCoreGetModsFilter, modIds) == 0x000000, "Member 'FCFCoreGetModsFilter::modIds' has a wrong offset!"); \ static_assert(offsetof(FCFCoreGetModsFilter, devModIds) == 0x000010, "Member 'FCFCoreGetModsFilter::devModIds' has a wrong offset!"); \ static_assert(offsetof(FCFCoreGetModsFilter, filterPcOnly) == 0x000020, "Member 'FCFCoreGetModsFilter::filterPcOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreGetModsHighlightsFilters \ static_assert(alignof(FCFCoreGetModsHighlightsFilters) == 0x000001, "Wrong alignment on FCFCoreGetModsHighlightsFilters"); \ static_assert(sizeof(FCFCoreGetModsHighlightsFilters) == 0x000008, "Wrong size on FCFCoreGetModsHighlightsFilters"); \ static_assert(offsetof(FCFCoreGetModsHighlightsFilters, carousel) == 0x000000, "Member 'FCFCoreGetModsHighlightsFilters::carousel' has a wrong offset!"); \ static_assert(offsetof(FCFCoreGetModsHighlightsFilters, banners) == 0x000001, "Member 'FCFCoreGetModsHighlightsFilters::banners' has a wrong offset!"); \ static_assert(offsetof(FCFCoreGetModsHighlightsFilters, Categories) == 0x000002, "Member 'FCFCoreGetModsHighlightsFilters::Categories' has a wrong offset!"); \ static_assert(offsetof(FCFCoreGetModsHighlightsFilters, latest) == 0x000003, "Member 'FCFCoreGetModsHighlightsFilters::latest' has a wrong offset!"); \ static_assert(offsetof(FCFCoreGetModsHighlightsFilters, mostDownloaded) == 0x000004, "Member 'FCFCoreGetModsHighlightsFilters::mostDownloaded' has a wrong offset!"); \ static_assert(offsetof(FCFCoreGetModsHighlightsFilters, premium) == 0x000005, "Member 'FCFCoreGetModsHighlightsFilters::premium' has a wrong offset!"); \ static_assert(offsetof(FCFCoreGetModsHighlightsFilters, trending) == 0x000006, "Member 'FCFCoreGetModsHighlightsFilters::trending' has a wrong offset!"); \ static_assert(offsetof(FCFCoreGetModsHighlightsFilters, themePages) == 0x000007, "Member 'FCFCoreGetModsHighlightsFilters::themePages' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreGetModsHighlightsFilter \ static_assert(alignof(FCFCoreGetModsHighlightsFilter) == 0x000008, "Wrong alignment on FCFCoreGetModsHighlightsFilter"); \ static_assert(sizeof(FCFCoreGetModsHighlightsFilter) == 0x000018, "Wrong size on FCFCoreGetModsHighlightsFilter"); \ static_assert(offsetof(FCFCoreGetModsHighlightsFilter, excludedModIds) == 0x000000, "Member 'FCFCoreGetModsHighlightsFilter::excludedModIds' has a wrong offset!"); \ static_assert(offsetof(FCFCoreGetModsHighlightsFilter, filters) == 0x000010, "Member 'FCFCoreGetModsHighlightsFilter::filters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGetModsHighlightsRequestDto \ static_assert(alignof(FGetModsHighlightsRequestDto) == 0x000008, "Wrong alignment on FGetModsHighlightsRequestDto"); \ static_assert(sizeof(FGetModsHighlightsRequestDto) == 0x000020, "Wrong size on FGetModsHighlightsRequestDto"); \ static_assert(offsetof(FGetModsHighlightsRequestDto, gameId) == 0x000018, "Member 'FGetModsHighlightsRequestDto::gameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGetModsHighlightsResponse \ static_assert(alignof(FGetModsHighlightsResponse) == 0x000008, "Wrong alignment on FGetModsHighlightsResponse"); \ static_assert(sizeof(FGetModsHighlightsResponse) == 0x000060, "Wrong size on FGetModsHighlightsResponse"); \ static_assert(offsetof(FGetModsHighlightsResponse, Data) == 0x000000, "Member 'FGetModsHighlightsResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGetModsHighlightsV2Response \ static_assert(alignof(FGetModsHighlightsV2Response) == 0x000008, "Wrong alignment on FGetModsHighlightsV2Response"); \ static_assert(sizeof(FGetModsHighlightsV2Response) == 0x000080, "Wrong size on FGetModsHighlightsV2Response"); \ static_assert(offsetof(FGetModsHighlightsV2Response, Data) == 0x000000, "Member 'FGetModsHighlightsV2Response::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInitiatePurchaseRequest \ static_assert(alignof(FInitiatePurchaseRequest) == 0x000008, "Wrong alignment on FInitiatePurchaseRequest"); \ static_assert(sizeof(FInitiatePurchaseRequest) == 0x000020, "Wrong size on FInitiatePurchaseRequest"); \ static_assert(offsetof(FInitiatePurchaseRequest, modId) == 0x000000, "Member 'FInitiatePurchaseRequest::modId' has a wrong offset!"); \ static_assert(offsetof(FInitiatePurchaseRequest, Provider) == 0x000008, "Member 'FInitiatePurchaseRequest::Provider' has a wrong offset!"); \ static_assert(offsetof(FInitiatePurchaseRequest, Token) == 0x000010, "Member 'FInitiatePurchaseRequest::Token' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInitiatePurchaseResponse \ static_assert(alignof(FInitiatePurchaseResponse) == 0x000008, "Wrong alignment on FInitiatePurchaseResponse"); \ static_assert(sizeof(FInitiatePurchaseResponse) == 0x000020, "Wrong size on FInitiatePurchaseResponse"); \ static_assert(offsetof(FInitiatePurchaseResponse, Data) == 0x000000, "Member 'FInitiatePurchaseResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstallModAdditionalParams \ static_assert(alignof(FInstallModAdditionalParams) == 0x000008, "Wrong alignment on FInstallModAdditionalParams"); \ static_assert(sizeof(FInstallModAdditionalParams) == 0x000058, "Wrong size on FInstallModAdditionalParams"); \ static_assert(offsetof(FInstallModAdditionalParams, tracking) == 0x000000, "Member 'FInstallModAdditionalParams::tracking' has a wrong offset!"); \ static_assert(offsetof(FInstallModAdditionalParams, throttleDownloadKbps) == 0x000050, "Member 'FInstallModAdditionalParams::throttleDownloadKbps' has a wrong offset!"); \ static_assert(offsetof(FInstallModAdditionalParams, dynamicContent) == 0x000054, "Member 'FInstallModAdditionalParams::dynamicContent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInternalSettings \ static_assert(alignof(FInternalSettings) == 0x000008, "Wrong alignment on FInternalSettings"); \ static_assert(sizeof(FInternalSettings) == 0x000068, "Wrong size on FInternalSettings"); \ static_assert(offsetof(FInternalSettings, apiBaseUrl) == 0x000000, "Member 'FInternalSettings::apiBaseUrl' has a wrong offset!"); \ static_assert(offsetof(FInternalSettings, chunkedUploadServerUrl) == 0x000010, "Member 'FInternalSettings::chunkedUploadServerUrl' has a wrong offset!"); \ static_assert(offsetof(FInternalSettings, analyticsUrl) == 0x000020, "Member 'FInternalSettings::analyticsUrl' has a wrong offset!"); \ static_assert(offsetof(FInternalSettings, userAgent) == 0x000030, "Member 'FInternalSettings::userAgent' has a wrong offset!"); \ static_assert(offsetof(FInternalSettings, Platform) == 0x000040, "Member 'FInternalSettings::Platform' has a wrong offset!"); \ static_assert(offsetof(FInternalSettings, pluginVersion) == 0x000050, "Member 'FInternalSettings::pluginVersion' has a wrong offset!"); \ static_assert(offsetof(FInternalSettings, httpFileDownloadTimeoutSecs) == 0x000060, "Member 'FInternalSettings::httpFileDownloadTimeoutSecs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FJwtPayload \ static_assert(alignof(FJwtPayload) == 0x000008, "Wrong alignment on FJwtPayload"); \ static_assert(sizeof(FJwtPayload) == 0x000038, "Wrong size on FJwtPayload"); \ static_assert(offsetof(FJwtPayload, sub) == 0x000000, "Member 'FJwtPayload::sub' has a wrong offset!"); \ static_assert(offsetof(FJwtPayload, iat) == 0x000008, "Member 'FJwtPayload::iat' has a wrong offset!"); \ static_assert(offsetof(FJwtPayload, Exp) == 0x000010, "Member 'FJwtPayload::Exp' has a wrong offset!"); \ static_assert(offsetof(FJwtPayload, Scope) == 0x000018, "Member 'FJwtPayload::Scope' has a wrong offset!"); \ static_assert(offsetof(FJwtPayload, iss) == 0x000028, "Member 'FJwtPayload::iss' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMatchPlatformFilesFilter \ static_assert(alignof(FMatchPlatformFilesFilter) == 0x000008, "Wrong alignment on FMatchPlatformFilesFilter"); \ static_assert(sizeof(FMatchPlatformFilesFilter) == 0x000010, "Wrong size on FMatchPlatformFilesFilter"); \ static_assert(offsetof(FMatchPlatformFilesFilter, fileIds) == 0x000000, "Member 'FMatchPlatformFilesFilter::fileIds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeResponse \ static_assert(alignof(FMeResponse) == 0x000008, "Wrong alignment on FMeResponse"); \ static_assert(sizeof(FMeResponse) == 0x000068, "Wrong size on FMeResponse"); \ static_assert(offsetof(FMeResponse, Data) == 0x000000, "Member 'FMeResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModArrayResponse \ static_assert(alignof(FModArrayResponse) == 0x000008, "Wrong alignment on FModArrayResponse"); \ static_assert(sizeof(FModArrayResponse) == 0x000020, "Wrong size on FModArrayResponse"); \ static_assert(offsetof(FModArrayResponse, Data) == 0x000000, "Member 'FModArrayResponse::Data' has a wrong offset!"); \ static_assert(offsetof(FModArrayResponse, pagination) == 0x000010, "Member 'FModArrayResponse::pagination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModFileChunkMetadata \ static_assert(alignof(FModFileChunkMetadata) == 0x000008, "Wrong alignment on FModFileChunkMetadata"); \ static_assert(sizeof(FModFileChunkMetadata) == 0x000018, "Wrong size on FModFileChunkMetadata"); \ static_assert(offsetof(FModFileChunkMetadata, chunkedUploadId) == 0x000000, "Member 'FModFileChunkMetadata::chunkedUploadId' has a wrong offset!"); \ static_assert(offsetof(FModFileChunkMetadata, totalChunks) == 0x000010, "Member 'FModFileChunkMetadata::totalChunks' has a wrong offset!"); \ static_assert(offsetof(FModFileChunkMetadata, chunkIndex) == 0x000014, "Member 'FModFileChunkMetadata::chunkIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModIdArrayResponse \ static_assert(alignof(FModIdArrayResponse) == 0x000008, "Wrong alignment on FModIdArrayResponse"); \ static_assert(sizeof(FModIdArrayResponse) == 0x000020, "Wrong size on FModIdArrayResponse"); \ static_assert(offsetof(FModIdArrayResponse, Data) == 0x000000, "Member 'FModIdArrayResponse::Data' has a wrong offset!"); \ static_assert(offsetof(FModIdArrayResponse, sig) == 0x000010, "Member 'FModIdArrayResponse::sig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModInstallParams \ static_assert(alignof(FModInstallParams) == 0x000008, "Wrong alignment on FModInstallParams"); \ static_assert(sizeof(FModInstallParams) == 0x000010, "Wrong size on FModInstallParams"); \ static_assert(offsetof(FModInstallParams, modId) == 0x000000, "Member 'FModInstallParams::modId' has a wrong offset!"); \ static_assert(offsetof(FModInstallParams, isUpdate) == 0x000008, "Member 'FModInstallParams::isUpdate' has a wrong offset!"); \ static_assert(offsetof(FModInstallParams, Success) == 0x000009, "Member 'FModInstallParams::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModResponse \ static_assert(alignof(FModResponse) == 0x000008, "Wrong alignment on FModResponse"); \ static_assert(sizeof(FModResponse) == 0x0001F8, "Wrong size on FModResponse"); \ static_assert(offsetof(FModResponse, Data) == 0x000000, "Member 'FModResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMyRatingsResponse \ static_assert(alignof(FMyRatingsResponse) == 0x000008, "Wrong alignment on FMyRatingsResponse"); \ static_assert(sizeof(FMyRatingsResponse) == 0x000020, "Wrong size on FMyRatingsResponse"); \ static_assert(offsetof(FMyRatingsResponse, Data) == 0x000000, "Member 'FMyRatingsResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPremiumModsCheckRequestDto \ static_assert(alignof(FPremiumModsCheckRequestDto) == 0x000008, "Wrong alignment on FPremiumModsCheckRequestDto"); \ static_assert(sizeof(FPremiumModsCheckRequestDto) == 0x000010, "Wrong size on FPremiumModsCheckRequestDto"); \ static_assert(offsetof(FPremiumModsCheckRequestDto, modIds) == 0x000000, "Member 'FPremiumModsCheckRequestDto::modIds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPremiumModsCheckRequestResponse \ static_assert(alignof(FPremiumModsCheckRequestResponse) == 0x000008, "Wrong alignment on FPremiumModsCheckRequestResponse"); \ static_assert(sizeof(FPremiumModsCheckRequestResponse) == 0x000020, "Wrong size on FPremiumModsCheckRequestResponse"); \ static_assert(offsetof(FPremiumModsCheckRequestResponse, Data) == 0x000000, "Member 'FPremiumModsCheckRequestResponse::Data' has a wrong offset!"); \ static_assert(offsetof(FPremiumModsCheckRequestResponse, sig) == 0x000010, "Member 'FPremiumModsCheckRequestResponse::sig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FReportModRequestDto \ static_assert(alignof(FReportModRequestDto) == 0x000008, "Wrong alignment on FReportModRequestDto"); \ static_assert(sizeof(FReportModRequestDto) == 0x000018, "Wrong size on FReportModRequestDto"); \ static_assert(offsetof(FReportModRequestDto, reportReasonId) == 0x000000, "Member 'FReportModRequestDto::reportReasonId' has a wrong offset!"); \ static_assert(offsetof(FReportModRequestDto, reportText) == 0x000008, "Member 'FReportModRequestDto::reportText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FReportingReasonsResponse \ static_assert(alignof(FReportingReasonsResponse) == 0x000008, "Wrong alignment on FReportingReasonsResponse"); \ static_assert(sizeof(FReportingReasonsResponse) == 0x000010, "Wrong size on FReportingReasonsResponse"); \ static_assert(offsetof(FReportingReasonsResponse, Data) == 0x000000, "Member 'FReportingReasonsResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreSearchModsFilter \ static_assert(alignof(FCFCoreSearchModsFilter) == 0x000008, "Wrong alignment on FCFCoreSearchModsFilter"); \ static_assert(sizeof(FCFCoreSearchModsFilter) == 0x000048, "Wrong size on FCFCoreSearchModsFilter"); \ static_assert(offsetof(FCFCoreSearchModsFilter, classId) == 0x000000, "Member 'FCFCoreSearchModsFilter::classId' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSearchModsFilter, categoryId) == 0x000004, "Member 'FCFCoreSearchModsFilter::categoryId' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSearchModsFilter, GameVersion) == 0x000008, "Member 'FCFCoreSearchModsFilter::GameVersion' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSearchModsFilter, searchFilter) == 0x000018, "Member 'FCFCoreSearchModsFilter::searchFilter' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSearchModsFilter, sortField) == 0x000028, "Member 'FCFCoreSearchModsFilter::sortField' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSearchModsFilter, sortOrder) == 0x000029, "Member 'FCFCoreSearchModsFilter::sortOrder' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSearchModsFilter, modLoaderType) == 0x00002A, "Member 'FCFCoreSearchModsFilter::modLoaderType' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSearchModsFilter, gameVersionTypeId) == 0x00002C, "Member 'FCFCoreSearchModsFilter::gameVersionTypeId' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSearchModsFilter, authorId) == 0x000030, "Member 'FCFCoreSearchModsFilter::authorId' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSearchModsFilter, primaryAuthorId) == 0x000034, "Member 'FCFCoreSearchModsFilter::primaryAuthorId' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSearchModsFilter, premiumFilterType) == 0x000038, "Member 'FCFCoreSearchModsFilter::premiumFilterType' has a wrong offset!"); \ static_assert(offsetof(FCFCoreSearchModsFilter, modsSearchEnhancedFeatures) == 0x000040, "Member 'FCFCoreSearchModsFilter::modsSearchEnhancedFeatures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSendSecurityCodeRequestDto \ static_assert(alignof(FSendSecurityCodeRequestDto) == 0x000008, "Wrong alignment on FSendSecurityCodeRequestDto"); \ static_assert(sizeof(FSendSecurityCodeRequestDto) == 0x000010, "Wrong size on FSendSecurityCodeRequestDto"); \ static_assert(offsetof(FSendSecurityCodeRequestDto, email) == 0x000000, "Member 'FSendSecurityCodeRequestDto::email' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSharedContextInfo \ static_assert(alignof(FSharedContextInfo) == 0x000008, "Wrong alignment on FSharedContextInfo"); \ static_assert(sizeof(FSharedContextInfo) == 0x000010, "Wrong size on FSharedContextInfo"); \ static_assert(offsetof(FSharedContextInfo, machineId) == 0x000000, "Member 'FSharedContextInfo::machineId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStringResponse \ static_assert(alignof(FStringResponse) == 0x000008, "Wrong alignment on FStringResponse"); \ static_assert(sizeof(FStringResponse) == 0x000010, "Wrong size on FStringResponse"); \ static_assert(offsetof(FStringResponse, Data) == 0x000000, "Member 'FStringResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSubscribeRequest \ static_assert(alignof(FSubscribeRequest) == 0x000008, "Wrong alignment on FSubscribeRequest"); \ static_assert(sizeof(FSubscribeRequest) == 0x000008, "Wrong size on FSubscribeRequest"); \ static_assert(offsetof(FSubscribeRequest, modId) == 0x000000, "Member 'FSubscribeRequest::modId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTermsResponse \ static_assert(alignof(FTermsResponse) == 0x000008, "Wrong alignment on FTermsResponse"); \ static_assert(sizeof(FTermsResponse) == 0x0000D0, "Wrong size on FTermsResponse"); \ static_assert(offsetof(FTermsResponse, Data) == 0x000000, "Member 'FTermsResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUpdateModRequest \ static_assert(alignof(FUpdateModRequest) == 0x000008, "Wrong alignment on FUpdateModRequest"); \ static_assert(sizeof(FUpdateModRequest) == 0x000060, "Wrong size on FUpdateModRequest"); \ #define DUMPER7_ASSERTS_FUploadModFileChunkResponse \ static_assert(alignof(FUploadModFileChunkResponse) == 0x000001, "Wrong alignment on FUploadModFileChunkResponse"); \ static_assert(sizeof(FUploadModFileChunkResponse) == 0x000001, "Wrong size on FUploadModFileChunkResponse"); \ static_assert(offsetof(FUploadModFileChunkResponse, Data) == 0x000000, "Member 'FUploadModFileChunkResponse::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUserContextInfo \ static_assert(alignof(FUserContextInfo) == 0x000008, "Wrong alignment on FUserContextInfo"); \ static_assert(sizeof(FUserContextInfo) == 0x000010, "Wrong size on FUserContextInfo"); \ static_assert(offsetof(FUserContextInfo, AuthToken) == 0x000000, "Member 'FUserContextInfo::AuthToken' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreBPLibrary_BreakFileSize \ static_assert(alignof(CFCoreBPLibrary_BreakFileSize) == 0x000008, "Wrong alignment on CFCoreBPLibrary_BreakFileSize"); \ static_assert(sizeof(CFCoreBPLibrary_BreakFileSize) == 0x000018, "Wrong size on CFCoreBPLibrary_BreakFileSize"); \ static_assert(offsetof(CFCoreBPLibrary_BreakFileSize, Bytes) == 0x000000, "Member 'CFCoreBPLibrary_BreakFileSize::Bytes' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_BreakFileSize, ReturnValue) == 0x000008, "Member 'CFCoreBPLibrary_BreakFileSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreBPLibrary_ExtractIdFromExtraData \ static_assert(alignof(CFCoreBPLibrary_ExtractIdFromExtraData) == 0x000008, "Wrong alignment on CFCoreBPLibrary_ExtractIdFromExtraData"); \ static_assert(sizeof(CFCoreBPLibrary_ExtractIdFromExtraData) == 0x000028, "Wrong size on CFCoreBPLibrary_ExtractIdFromExtraData"); \ static_assert(offsetof(CFCoreBPLibrary_ExtractIdFromExtraData, InExtraData) == 0x000000, "Member 'CFCoreBPLibrary_ExtractIdFromExtraData::InExtraData' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_ExtractIdFromExtraData, InFieldName) == 0x000010, "Member 'CFCoreBPLibrary_ExtractIdFromExtraData::InFieldName' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_ExtractIdFromExtraData, ReturnValue) == 0x000020, "Member 'CFCoreBPLibrary_ExtractIdFromExtraData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreBPLibrary_FormatFileSize \ static_assert(alignof(CFCoreBPLibrary_FormatFileSize) == 0x000008, "Wrong alignment on CFCoreBPLibrary_FormatFileSize"); \ static_assert(sizeof(CFCoreBPLibrary_FormatFileSize) == 0x000018, "Wrong size on CFCoreBPLibrary_FormatFileSize"); \ static_assert(offsetof(CFCoreBPLibrary_FormatFileSize, Bytes) == 0x000000, "Member 'CFCoreBPLibrary_FormatFileSize::Bytes' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_FormatFileSize, ReturnValue) == 0x000008, "Member 'CFCoreBPLibrary_FormatFileSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreBPLibrary_MakeApiRequestPagination \ static_assert(alignof(CFCoreBPLibrary_MakeApiRequestPagination) == 0x000004, "Wrong alignment on CFCoreBPLibrary_MakeApiRequestPagination"); \ static_assert(sizeof(CFCoreBPLibrary_MakeApiRequestPagination) == 0x000010, "Wrong size on CFCoreBPLibrary_MakeApiRequestPagination"); \ static_assert(offsetof(CFCoreBPLibrary_MakeApiRequestPagination, Index_0) == 0x000000, "Member 'CFCoreBPLibrary_MakeApiRequestPagination::Index_0' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeApiRequestPagination, page_size) == 0x000004, "Member 'CFCoreBPLibrary_MakeApiRequestPagination::page_size' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeApiRequestPagination, ReturnValue) == 0x000008, "Member 'CFCoreBPLibrary_MakeApiRequestPagination::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreBPLibrary_MakeAssureServerModsUpdatedParams \ static_assert(alignof(CFCoreBPLibrary_MakeAssureServerModsUpdatedParams) == 0x000008, "Wrong alignment on CFCoreBPLibrary_MakeAssureServerModsUpdatedParams"); \ static_assert(sizeof(CFCoreBPLibrary_MakeAssureServerModsUpdatedParams) == 0x000040, "Wrong size on CFCoreBPLibrary_MakeAssureServerModsUpdatedParams"); \ static_assert(offsetof(CFCoreBPLibrary_MakeAssureServerModsUpdatedParams, modIds) == 0x000000, "Member 'CFCoreBPLibrary_MakeAssureServerModsUpdatedParams::modIds' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeAssureServerModsUpdatedParams, devModIds) == 0x000010, "Member 'CFCoreBPLibrary_MakeAssureServerModsUpdatedParams::devModIds' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeAssureServerModsUpdatedParams, ReturnValue) == 0x000020, "Member 'CFCoreBPLibrary_MakeAssureServerModsUpdatedParams::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreBPLibrary_MakeCreateModFileRequest \ static_assert(alignof(CFCoreBPLibrary_MakeCreateModFileRequest) == 0x000008, "Wrong alignment on CFCoreBPLibrary_MakeCreateModFileRequest"); \ static_assert(sizeof(CFCoreBPLibrary_MakeCreateModFileRequest) == 0x0000D8, "Wrong size on CFCoreBPLibrary_MakeCreateModFileRequest"); \ static_assert(offsetof(CFCoreBPLibrary_MakeCreateModFileRequest, changelog_type) == 0x000000, "Member 'CFCoreBPLibrary_MakeCreateModFileRequest::changelog_type' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeCreateModFileRequest, changelog) == 0x000008, "Member 'CFCoreBPLibrary_MakeCreateModFileRequest::changelog' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeCreateModFileRequest, Filename) == 0x000018, "Member 'CFCoreBPLibrary_MakeCreateModFileRequest::Filename' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeCreateModFileRequest, DisplayName) == 0x000028, "Member 'CFCoreBPLibrary_MakeCreateModFileRequest::DisplayName' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeCreateModFileRequest, gameVersionIds) == 0x000038, "Member 'CFCoreBPLibrary_MakeCreateModFileRequest::gameVersionIds' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeCreateModFileRequest, releaseType) == 0x000048, "Member 'CFCoreBPLibrary_MakeCreateModFileRequest::releaseType' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeCreateModFileRequest, cookingOptions) == 0x000050, "Member 'CFCoreBPLibrary_MakeCreateModFileRequest::cookingOptions' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeCreateModFileRequest, ReturnValue) == 0x000068, "Member 'CFCoreBPLibrary_MakeCreateModFileRequest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreBPLibrary_MakeCreateModRequest \ static_assert(alignof(CFCoreBPLibrary_MakeCreateModRequest) == 0x000008, "Wrong alignment on CFCoreBPLibrary_MakeCreateModRequest"); \ static_assert(sizeof(CFCoreBPLibrary_MakeCreateModRequest) == 0x0000C0, "Wrong size on CFCoreBPLibrary_MakeCreateModRequest"); \ static_assert(offsetof(CFCoreBPLibrary_MakeCreateModRequest, class_id) == 0x000000, "Member 'CFCoreBPLibrary_MakeCreateModRequest::class_id' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeCreateModRequest, Name_0) == 0x000008, "Member 'CFCoreBPLibrary_MakeCreateModRequest::Name_0' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeCreateModRequest, summary) == 0x000018, "Member 'CFCoreBPLibrary_MakeCreateModRequest::summary' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeCreateModRequest, description_type) == 0x000028, "Member 'CFCoreBPLibrary_MakeCreateModRequest::description_type' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeCreateModRequest, Description) == 0x000030, "Member 'CFCoreBPLibrary_MakeCreateModRequest::Description' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeCreateModRequest, primary_category_id) == 0x000040, "Member 'CFCoreBPLibrary_MakeCreateModRequest::primary_category_id' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeCreateModRequest, game_category_ids) == 0x000048, "Member 'CFCoreBPLibrary_MakeCreateModRequest::game_category_ids' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeCreateModRequest, is_experimental) == 0x000058, "Member 'CFCoreBPLibrary_MakeCreateModRequest::is_experimental' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeCreateModRequest, ReturnValue) == 0x000060, "Member 'CFCoreBPLibrary_MakeCreateModRequest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreBPLibrary_MakeExternalAuthAdditionalInfo \ static_assert(alignof(CFCoreBPLibrary_MakeExternalAuthAdditionalInfo) == 0x000008, "Wrong alignment on CFCoreBPLibrary_MakeExternalAuthAdditionalInfo"); \ static_assert(sizeof(CFCoreBPLibrary_MakeExternalAuthAdditionalInfo) == 0x000020, "Wrong size on CFCoreBPLibrary_MakeExternalAuthAdditionalInfo"); \ static_assert(offsetof(CFCoreBPLibrary_MakeExternalAuthAdditionalInfo, eulaAcceptTime) == 0x000000, "Member 'CFCoreBPLibrary_MakeExternalAuthAdditionalInfo::eulaAcceptTime' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeExternalAuthAdditionalInfo, ReturnValue) == 0x000008, "Member 'CFCoreBPLibrary_MakeExternalAuthAdditionalInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreBPLibrary_MakeGetCategoriesFilter \ static_assert(alignof(CFCoreBPLibrary_MakeGetCategoriesFilter) == 0x000004, "Wrong alignment on CFCoreBPLibrary_MakeGetCategoriesFilter"); \ static_assert(sizeof(CFCoreBPLibrary_MakeGetCategoriesFilter) == 0x00000C, "Wrong size on CFCoreBPLibrary_MakeGetCategoriesFilter"); \ static_assert(offsetof(CFCoreBPLibrary_MakeGetCategoriesFilter, class_id) == 0x000000, "Member 'CFCoreBPLibrary_MakeGetCategoriesFilter::class_id' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeGetCategoriesFilter, ReturnValue) == 0x000004, "Member 'CFCoreBPLibrary_MakeGetCategoriesFilter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreBPLibrary_MakeSearchModsFilter \ static_assert(alignof(CFCoreBPLibrary_MakeSearchModsFilter) == 0x000008, "Wrong alignment on CFCoreBPLibrary_MakeSearchModsFilter"); \ static_assert(sizeof(CFCoreBPLibrary_MakeSearchModsFilter) == 0x000080, "Wrong size on CFCoreBPLibrary_MakeSearchModsFilter"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSearchModsFilter, class_id) == 0x000000, "Member 'CFCoreBPLibrary_MakeSearchModsFilter::class_id' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSearchModsFilter, category_id) == 0x000004, "Member 'CFCoreBPLibrary_MakeSearchModsFilter::category_id' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSearchModsFilter, game_version) == 0x000008, "Member 'CFCoreBPLibrary_MakeSearchModsFilter::game_version' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSearchModsFilter, search_filter) == 0x000018, "Member 'CFCoreBPLibrary_MakeSearchModsFilter::search_filter' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSearchModsFilter, sort_field) == 0x000028, "Member 'CFCoreBPLibrary_MakeSearchModsFilter::sort_field' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSearchModsFilter, sort_order) == 0x000029, "Member 'CFCoreBPLibrary_MakeSearchModsFilter::sort_order' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSearchModsFilter, mod_loader_type) == 0x00002A, "Member 'CFCoreBPLibrary_MakeSearchModsFilter::mod_loader_type' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSearchModsFilter, game_version_type_id) == 0x00002C, "Member 'CFCoreBPLibrary_MakeSearchModsFilter::game_version_type_id' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSearchModsFilter, premiumFilter) == 0x000030, "Member 'CFCoreBPLibrary_MakeSearchModsFilter::premiumFilter' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSearchModsFilter, ReturnValue) == 0x000038, "Member 'CFCoreBPLibrary_MakeSearchModsFilter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreBPLibrary_MakeSettings \ static_assert(alignof(CFCoreBPLibrary_MakeSettings) == 0x000008, "Wrong alignment on CFCoreBPLibrary_MakeSettings"); \ static_assert(sizeof(CFCoreBPLibrary_MakeSettings) == 0x000130, "Wrong size on CFCoreBPLibrary_MakeSettings"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSettings, default_language) == 0x000000, "Member 'CFCoreBPLibrary_MakeSettings::default_language' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSettings, game_id) == 0x000010, "Member 'CFCoreBPLibrary_MakeSettings::game_id' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSettings, api_key) == 0x000018, "Member 'CFCoreBPLibrary_MakeSettings::api_key' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSettings, mods_directory) == 0x000028, "Member 'CFCoreBPLibrary_MakeSettings::mods_directory' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSettings, user_data_directory) == 0x000038, "Member 'CFCoreBPLibrary_MakeSettings::user_data_directory' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSettings, max_concurrent_installations) == 0x000048, "Member 'CFCoreBPLibrary_MakeSettings::max_concurrent_installations' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSettings, ReturnValue) == 0x000050, "Member 'CFCoreBPLibrary_MakeSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreBPLibrary_MakeSettingsFromProjectConfig \ static_assert(alignof(CFCoreBPLibrary_MakeSettingsFromProjectConfig) == 0x000008, "Wrong alignment on CFCoreBPLibrary_MakeSettingsFromProjectConfig"); \ static_assert(sizeof(CFCoreBPLibrary_MakeSettingsFromProjectConfig) == 0x0000E0, "Wrong size on CFCoreBPLibrary_MakeSettingsFromProjectConfig"); \ static_assert(offsetof(CFCoreBPLibrary_MakeSettingsFromProjectConfig, ReturnValue) == 0x000000, "Member 'CFCoreBPLibrary_MakeSettingsFromProjectConfig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreBPLibrary_MakeUpdateModRequest \ static_assert(alignof(CFCoreBPLibrary_MakeUpdateModRequest) == 0x000008, "Wrong alignment on CFCoreBPLibrary_MakeUpdateModRequest"); \ static_assert(sizeof(CFCoreBPLibrary_MakeUpdateModRequest) == 0x0000C0, "Wrong size on CFCoreBPLibrary_MakeUpdateModRequest"); \ static_assert(offsetof(CFCoreBPLibrary_MakeUpdateModRequest, class_id) == 0x000000, "Member 'CFCoreBPLibrary_MakeUpdateModRequest::class_id' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeUpdateModRequest, Name_0) == 0x000008, "Member 'CFCoreBPLibrary_MakeUpdateModRequest::Name_0' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeUpdateModRequest, summary) == 0x000018, "Member 'CFCoreBPLibrary_MakeUpdateModRequest::summary' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeUpdateModRequest, description_type) == 0x000028, "Member 'CFCoreBPLibrary_MakeUpdateModRequest::description_type' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeUpdateModRequest, Description) == 0x000030, "Member 'CFCoreBPLibrary_MakeUpdateModRequest::Description' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeUpdateModRequest, primary_category_id) == 0x000040, "Member 'CFCoreBPLibrary_MakeUpdateModRequest::primary_category_id' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeUpdateModRequest, game_category_ids) == 0x000048, "Member 'CFCoreBPLibrary_MakeUpdateModRequest::game_category_ids' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeUpdateModRequest, is_experimental) == 0x000058, "Member 'CFCoreBPLibrary_MakeUpdateModRequest::is_experimental' has a wrong offset!"); \ static_assert(offsetof(CFCoreBPLibrary_MakeUpdateModRequest, ReturnValue) == 0x000060, "Member 'CFCoreBPLibrary_MakeUpdateModRequest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCFCoreBPLibrary \ static_assert(alignof(UCFCoreBPLibrary) == 0x000008, "Wrong alignment on UCFCoreBPLibrary"); \ static_assert(sizeof(UCFCoreBPLibrary) == 0x000028, "Wrong size on UCFCoreBPLibrary"); \ #define DUMPER7_ASSERTS_UCFCoreEditorSettings \ static_assert(alignof(UCFCoreEditorSettings) == 0x000008, "Wrong alignment on UCFCoreEditorSettings"); \ static_assert(sizeof(UCFCoreEditorSettings) == 0x000108, "Wrong size on UCFCoreEditorSettings"); \ static_assert(offsetof(UCFCoreEditorSettings, defaultLanguage) == 0x000028, "Member 'UCFCoreEditorSettings::defaultLanguage' has a wrong offset!"); \ static_assert(offsetof(UCFCoreEditorSettings, gameId) == 0x000038, "Member 'UCFCoreEditorSettings::gameId' has a wrong offset!"); \ static_assert(offsetof(UCFCoreEditorSettings, apiKey) == 0x000040, "Member 'UCFCoreEditorSettings::apiKey' has a wrong offset!"); \ static_assert(offsetof(UCFCoreEditorSettings, maxConcurrentInstallations) == 0x000050, "Member 'UCFCoreEditorSettings::maxConcurrentInstallations' has a wrong offset!"); \ static_assert(offsetof(UCFCoreEditorSettings, modsDirectory) == 0x000058, "Member 'UCFCoreEditorSettings::modsDirectory' has a wrong offset!"); \ static_assert(offsetof(UCFCoreEditorSettings, modsDirectoryMode) == 0x000068, "Member 'UCFCoreEditorSettings::modsDirectoryMode' has a wrong offset!"); \ static_assert(offsetof(UCFCoreEditorSettings, userDataDirectory) == 0x000070, "Member 'UCFCoreEditorSettings::userDataDirectory' has a wrong offset!"); \ static_assert(offsetof(UCFCoreEditorSettings, IsServer) == 0x000080, "Member 'UCFCoreEditorSettings::IsServer' has a wrong offset!"); \ static_assert(offsetof(UCFCoreEditorSettings, isServerPcOnly) == 0x000081, "Member 'UCFCoreEditorSettings::isServerPcOnly' has a wrong offset!"); \ static_assert(offsetof(UCFCoreEditorSettings, throttling) == 0x000088, "Member 'UCFCoreEditorSettings::throttling' has a wrong offset!"); \ static_assert(offsetof(UCFCoreEditorSettings, premiumMods) == 0x000090, "Member 'UCFCoreEditorSettings::premiumMods' has a wrong offset!"); \ static_assert(offsetof(UCFCoreEditorSettings, logger) == 0x0000A0, "Member 'UCFCoreEditorSettings::logger' has a wrong offset!"); \ static_assert(offsetof(UCFCoreEditorSettings, dynamicContentCategoryIds) == 0x0000B0, "Member 'UCFCoreEditorSettings::dynamicContentCategoryIds' has a wrong offset!"); \ static_assert(offsetof(UCFCoreEditorSettings, Analytics) == 0x000100, "Member 'UCFCoreEditorSettings::Analytics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_AnalyticsSendGamePlaySession \ static_assert(alignof(CFCoreSubsystem_AnalyticsSendGamePlaySession) == 0x000008, "Wrong alignment on CFCoreSubsystem_AnalyticsSendGamePlaySession"); \ static_assert(sizeof(CFCoreSubsystem_AnalyticsSendGamePlaySession) == 0x000048, "Wrong size on CFCoreSubsystem_AnalyticsSendGamePlaySession"); \ static_assert(offsetof(CFCoreSubsystem_AnalyticsSendGamePlaySession, InParams) == 0x000000, "Member 'CFCoreSubsystem_AnalyticsSendGamePlaySession::InParams' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_AnalyticsSendGamePlaySession, OnSuccess) == 0x000028, "Member 'CFCoreSubsystem_AnalyticsSendGamePlaySession::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_AnalyticsSendGamePlaySession, OnError) == 0x000038, "Member 'CFCoreSubsystem_AnalyticsSendGamePlaySession::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_AnalyticsSendModBrowsingFunnelAction \ static_assert(alignof(CFCoreSubsystem_AnalyticsSendModBrowsingFunnelAction) == 0x000008, "Wrong alignment on CFCoreSubsystem_AnalyticsSendModBrowsingFunnelAction"); \ static_assert(sizeof(CFCoreSubsystem_AnalyticsSendModBrowsingFunnelAction) == 0x000078, "Wrong size on CFCoreSubsystem_AnalyticsSendModBrowsingFunnelAction"); \ static_assert(offsetof(CFCoreSubsystem_AnalyticsSendModBrowsingFunnelAction, InParams) == 0x000000, "Member 'CFCoreSubsystem_AnalyticsSendModBrowsingFunnelAction::InParams' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_AnalyticsSendModBrowsingFunnelAction, OnSuccess) == 0x000058, "Member 'CFCoreSubsystem_AnalyticsSendModBrowsingFunnelAction::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_AnalyticsSendModBrowsingFunnelAction, OnError) == 0x000068, "Member 'CFCoreSubsystem_AnalyticsSendModBrowsingFunnelAction::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_AnalyticsSendModBrowsingFunnelImpression \ static_assert(alignof(CFCoreSubsystem_AnalyticsSendModBrowsingFunnelImpression) == 0x000008, "Wrong alignment on CFCoreSubsystem_AnalyticsSendModBrowsingFunnelImpression"); \ static_assert(sizeof(CFCoreSubsystem_AnalyticsSendModBrowsingFunnelImpression) == 0x000078, "Wrong size on CFCoreSubsystem_AnalyticsSendModBrowsingFunnelImpression"); \ static_assert(offsetof(CFCoreSubsystem_AnalyticsSendModBrowsingFunnelImpression, InParams) == 0x000000, "Member 'CFCoreSubsystem_AnalyticsSendModBrowsingFunnelImpression::InParams' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_AnalyticsSendModBrowsingFunnelImpression, OnSuccess) == 0x000058, "Member 'CFCoreSubsystem_AnalyticsSendModBrowsingFunnelImpression::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_AnalyticsSendModBrowsingFunnelImpression, OnError) == 0x000068, "Member 'CFCoreSubsystem_AnalyticsSendModBrowsingFunnelImpression::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiEntitlementsRedeemCode \ static_assert(alignof(CFCoreSubsystem_ApiEntitlementsRedeemCode) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiEntitlementsRedeemCode"); \ static_assert(sizeof(CFCoreSubsystem_ApiEntitlementsRedeemCode) == 0x000030, "Wrong size on CFCoreSubsystem_ApiEntitlementsRedeemCode"); \ static_assert(offsetof(CFCoreSubsystem_ApiEntitlementsRedeemCode, InRequest) == 0x000000, "Member 'CFCoreSubsystem_ApiEntitlementsRedeemCode::InRequest' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiEntitlementsRedeemCode, OnSuccess) == 0x000010, "Member 'CFCoreSubsystem_ApiEntitlementsRedeemCode::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiEntitlementsRedeemCode, OnError) == 0x000020, "Member 'CFCoreSubsystem_ApiEntitlementsRedeemCode::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiFinalizePurchase \ static_assert(alignof(CFCoreSubsystem_ApiFinalizePurchase) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiFinalizePurchase"); \ static_assert(sizeof(CFCoreSubsystem_ApiFinalizePurchase) == 0x000098, "Wrong size on CFCoreSubsystem_ApiFinalizePurchase"); \ static_assert(offsetof(CFCoreSubsystem_ApiFinalizePurchase, Request) == 0x000000, "Member 'CFCoreSubsystem_ApiFinalizePurchase::Request' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiFinalizePurchase, OnSuccess) == 0x000078, "Member 'CFCoreSubsystem_ApiFinalizePurchase::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiFinalizePurchase, OnError) == 0x000088, "Member 'CFCoreSubsystem_ApiFinalizePurchase::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGeneratePremiumCheckoutUrl \ static_assert(alignof(CFCoreSubsystem_ApiGeneratePremiumCheckoutUrl) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiGeneratePremiumCheckoutUrl"); \ static_assert(sizeof(CFCoreSubsystem_ApiGeneratePremiumCheckoutUrl) == 0x000080, "Wrong size on CFCoreSubsystem_ApiGeneratePremiumCheckoutUrl"); \ static_assert(offsetof(CFCoreSubsystem_ApiGeneratePremiumCheckoutUrl, Request) == 0x000000, "Member 'CFCoreSubsystem_ApiGeneratePremiumCheckoutUrl::Request' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGeneratePremiumCheckoutUrl, OnSuccess) == 0x000060, "Member 'CFCoreSubsystem_ApiGeneratePremiumCheckoutUrl::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGeneratePremiumCheckoutUrl, OnError) == 0x000070, "Member 'CFCoreSubsystem_ApiGeneratePremiumCheckoutUrl::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGenerateTempToken \ static_assert(alignof(CFCoreSubsystem_ApiGenerateTempToken) == 0x000004, "Wrong alignment on CFCoreSubsystem_ApiGenerateTempToken"); \ static_assert(sizeof(CFCoreSubsystem_ApiGenerateTempToken) == 0x000020, "Wrong size on CFCoreSubsystem_ApiGenerateTempToken"); \ static_assert(offsetof(CFCoreSubsystem_ApiGenerateTempToken, on_result) == 0x000000, "Member 'CFCoreSubsystem_ApiGenerateTempToken::on_result' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGenerateTempToken, on_error) == 0x000010, "Member 'CFCoreSubsystem_ApiGenerateTempToken::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGetBlockedModsDetails \ static_assert(alignof(CFCoreSubsystem_ApiGetBlockedModsDetails) == 0x000004, "Wrong alignment on CFCoreSubsystem_ApiGetBlockedModsDetails"); \ static_assert(sizeof(CFCoreSubsystem_ApiGetBlockedModsDetails) == 0x000020, "Wrong size on CFCoreSubsystem_ApiGetBlockedModsDetails"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetBlockedModsDetails, on_result) == 0x000000, "Member 'CFCoreSubsystem_ApiGetBlockedModsDetails::on_result' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetBlockedModsDetails, on_error) == 0x000010, "Member 'CFCoreSubsystem_ApiGetBlockedModsDetails::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGetCategories \ static_assert(alignof(CFCoreSubsystem_ApiGetCategories) == 0x000004, "Wrong alignment on CFCoreSubsystem_ApiGetCategories"); \ static_assert(sizeof(CFCoreSubsystem_ApiGetCategories) == 0x000028, "Wrong size on CFCoreSubsystem_ApiGetCategories"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetCategories, Filter) == 0x000000, "Member 'CFCoreSubsystem_ApiGetCategories::Filter' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetCategories, on_results) == 0x000008, "Member 'CFCoreSubsystem_ApiGetCategories::on_results' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetCategories, on_error) == 0x000018, "Member 'CFCoreSubsystem_ApiGetCategories::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGetFiles \ static_assert(alignof(CFCoreSubsystem_ApiGetFiles) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiGetFiles"); \ static_assert(sizeof(CFCoreSubsystem_ApiGetFiles) == 0x000030, "Wrong size on CFCoreSubsystem_ApiGetFiles"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetFiles, fileIds) == 0x000000, "Member 'CFCoreSubsystem_ApiGetFiles::fileIds' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetFiles, OnResults) == 0x000010, "Member 'CFCoreSubsystem_ApiGetFiles::OnResults' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetFiles, OnError) == 0x000020, "Member 'CFCoreSubsystem_ApiGetFiles::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGetGame \ static_assert(alignof(CFCoreSubsystem_ApiGetGame) == 0x000004, "Wrong alignment on CFCoreSubsystem_ApiGetGame"); \ static_assert(sizeof(CFCoreSubsystem_ApiGetGame) == 0x000020, "Wrong size on CFCoreSubsystem_ApiGetGame"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetGame, on_game) == 0x000000, "Member 'CFCoreSubsystem_ApiGetGame::on_game' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetGame, on_error) == 0x000010, "Member 'CFCoreSubsystem_ApiGetGame::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGetMe \ static_assert(alignof(CFCoreSubsystem_ApiGetMe) == 0x000004, "Wrong alignment on CFCoreSubsystem_ApiGetMe"); \ static_assert(sizeof(CFCoreSubsystem_ApiGetMe) == 0x000020, "Wrong size on CFCoreSubsystem_ApiGetMe"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetMe, on_results) == 0x000000, "Member 'CFCoreSubsystem_ApiGetMe::on_results' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetMe, on_error) == 0x000010, "Member 'CFCoreSubsystem_ApiGetMe::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGetMod \ static_assert(alignof(CFCoreSubsystem_ApiGetMod) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiGetMod"); \ static_assert(sizeof(CFCoreSubsystem_ApiGetMod) == 0x000028, "Wrong size on CFCoreSubsystem_ApiGetMod"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetMod, modId) == 0x000000, "Member 'CFCoreSubsystem_ApiGetMod::modId' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetMod, on_mod) == 0x000008, "Member 'CFCoreSubsystem_ApiGetMod::on_mod' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetMod, on_error) == 0x000018, "Member 'CFCoreSubsystem_ApiGetMod::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGetModDescription \ static_assert(alignof(CFCoreSubsystem_ApiGetModDescription) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiGetModDescription"); \ static_assert(sizeof(CFCoreSubsystem_ApiGetModDescription) == 0x000028, "Wrong size on CFCoreSubsystem_ApiGetModDescription"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetModDescription, modId) == 0x000000, "Member 'CFCoreSubsystem_ApiGetModDescription::modId' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetModDescription, on_mod_desc) == 0x000008, "Member 'CFCoreSubsystem_ApiGetModDescription::on_mod_desc' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetModDescription, on_error) == 0x000018, "Member 'CFCoreSubsystem_ApiGetModDescription::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGetMods \ static_assert(alignof(CFCoreSubsystem_ApiGetMods) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiGetMods"); \ static_assert(sizeof(CFCoreSubsystem_ApiGetMods) == 0x000030, "Wrong size on CFCoreSubsystem_ApiGetMods"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetMods, modIds) == 0x000000, "Member 'CFCoreSubsystem_ApiGetMods::modIds' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetMods, on_results) == 0x000010, "Member 'CFCoreSubsystem_ApiGetMods::on_results' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetMods, on_error) == 0x000020, "Member 'CFCoreSubsystem_ApiGetMods::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGetModsHighlights \ static_assert(alignof(CFCoreSubsystem_ApiGetModsHighlights) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiGetModsHighlights"); \ static_assert(sizeof(CFCoreSubsystem_ApiGetModsHighlights) == 0x000038, "Wrong size on CFCoreSubsystem_ApiGetModsHighlights"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetModsHighlights, InFilter) == 0x000000, "Member 'CFCoreSubsystem_ApiGetModsHighlights::InFilter' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetModsHighlights, OnResults) == 0x000018, "Member 'CFCoreSubsystem_ApiGetModsHighlights::OnResults' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetModsHighlights, OnError) == 0x000028, "Member 'CFCoreSubsystem_ApiGetModsHighlights::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGetModsHighlightsV2 \ static_assert(alignof(CFCoreSubsystem_ApiGetModsHighlightsV2) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiGetModsHighlightsV2"); \ static_assert(sizeof(CFCoreSubsystem_ApiGetModsHighlightsV2) == 0x000038, "Wrong size on CFCoreSubsystem_ApiGetModsHighlightsV2"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetModsHighlightsV2, InFilter) == 0x000000, "Member 'CFCoreSubsystem_ApiGetModsHighlightsV2::InFilter' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetModsHighlightsV2, OnResults) == 0x000018, "Member 'CFCoreSubsystem_ApiGetModsHighlightsV2::OnResults' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetModsHighlightsV2, OnError) == 0x000028, "Member 'CFCoreSubsystem_ApiGetModsHighlightsV2::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGetModsSubscriptions \ static_assert(alignof(CFCoreSubsystem_ApiGetModsSubscriptions) == 0x000004, "Wrong alignment on CFCoreSubsystem_ApiGetModsSubscriptions"); \ static_assert(sizeof(CFCoreSubsystem_ApiGetModsSubscriptions) == 0x000028, "Wrong size on CFCoreSubsystem_ApiGetModsSubscriptions"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetModsSubscriptions, pagination) == 0x000000, "Member 'CFCoreSubsystem_ApiGetModsSubscriptions::pagination' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetModsSubscriptions, on_subscriptions) == 0x000008, "Member 'CFCoreSubsystem_ApiGetModsSubscriptions::on_subscriptions' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetModsSubscriptions, on_error) == 0x000018, "Member 'CFCoreSubsystem_ApiGetModsSubscriptions::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGetMyMods \ static_assert(alignof(CFCoreSubsystem_ApiGetMyMods) == 0x000004, "Wrong alignment on CFCoreSubsystem_ApiGetMyMods"); \ static_assert(sizeof(CFCoreSubsystem_ApiGetMyMods) == 0x000020, "Wrong size on CFCoreSubsystem_ApiGetMyMods"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetMyMods, on_results) == 0x000000, "Member 'CFCoreSubsystem_ApiGetMyMods::on_results' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetMyMods, on_error) == 0x000010, "Member 'CFCoreSubsystem_ApiGetMyMods::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGetMyRatings \ static_assert(alignof(CFCoreSubsystem_ApiGetMyRatings) == 0x000004, "Wrong alignment on CFCoreSubsystem_ApiGetMyRatings"); \ static_assert(sizeof(CFCoreSubsystem_ApiGetMyRatings) == 0x000020, "Wrong size on CFCoreSubsystem_ApiGetMyRatings"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetMyRatings, on_results) == 0x000000, "Member 'CFCoreSubsystem_ApiGetMyRatings::on_results' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetMyRatings, on_error) == 0x000010, "Member 'CFCoreSubsystem_ApiGetMyRatings::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGetReportingReasons \ static_assert(alignof(CFCoreSubsystem_ApiGetReportingReasons) == 0x000004, "Wrong alignment on CFCoreSubsystem_ApiGetReportingReasons"); \ static_assert(sizeof(CFCoreSubsystem_ApiGetReportingReasons) == 0x000020, "Wrong size on CFCoreSubsystem_ApiGetReportingReasons"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetReportingReasons, on_results) == 0x000000, "Member 'CFCoreSubsystem_ApiGetReportingReasons::on_results' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetReportingReasons, on_error) == 0x000010, "Member 'CFCoreSubsystem_ApiGetReportingReasons::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGetVersions \ static_assert(alignof(CFCoreSubsystem_ApiGetVersions) == 0x000004, "Wrong alignment on CFCoreSubsystem_ApiGetVersions"); \ static_assert(sizeof(CFCoreSubsystem_ApiGetVersions) == 0x000020, "Wrong size on CFCoreSubsystem_ApiGetVersions"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetVersions, on_results) == 0x000000, "Member 'CFCoreSubsystem_ApiGetVersions::on_results' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetVersions, on_error) == 0x000010, "Member 'CFCoreSubsystem_ApiGetVersions::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiGetVersionTypes \ static_assert(alignof(CFCoreSubsystem_ApiGetVersionTypes) == 0x000004, "Wrong alignment on CFCoreSubsystem_ApiGetVersionTypes"); \ static_assert(sizeof(CFCoreSubsystem_ApiGetVersionTypes) == 0x000020, "Wrong size on CFCoreSubsystem_ApiGetVersionTypes"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetVersionTypes, on_results) == 0x000000, "Member 'CFCoreSubsystem_ApiGetVersionTypes::on_results' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiGetVersionTypes, on_error) == 0x000010, "Member 'CFCoreSubsystem_ApiGetVersionTypes::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiInitiatePurchase \ static_assert(alignof(CFCoreSubsystem_ApiInitiatePurchase) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiInitiatePurchase"); \ static_assert(sizeof(CFCoreSubsystem_ApiInitiatePurchase) == 0x000040, "Wrong size on CFCoreSubsystem_ApiInitiatePurchase"); \ static_assert(offsetof(CFCoreSubsystem_ApiInitiatePurchase, Request) == 0x000000, "Member 'CFCoreSubsystem_ApiInitiatePurchase::Request' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiInitiatePurchase, OnSuccess) == 0x000020, "Member 'CFCoreSubsystem_ApiInitiatePurchase::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiInitiatePurchase, OnError) == 0x000030, "Member 'CFCoreSubsystem_ApiInitiatePurchase::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiMatchPlatformFiles \ static_assert(alignof(CFCoreSubsystem_ApiMatchPlatformFiles) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiMatchPlatformFiles"); \ static_assert(sizeof(CFCoreSubsystem_ApiMatchPlatformFiles) == 0x000030, "Wrong size on CFCoreSubsystem_ApiMatchPlatformFiles"); \ static_assert(offsetof(CFCoreSubsystem_ApiMatchPlatformFiles, Filter) == 0x000000, "Member 'CFCoreSubsystem_ApiMatchPlatformFiles::Filter' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiMatchPlatformFiles, OnResults) == 0x000010, "Member 'CFCoreSubsystem_ApiMatchPlatformFiles::OnResults' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiMatchPlatformFiles, OnError) == 0x000020, "Member 'CFCoreSubsystem_ApiMatchPlatformFiles::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiRemoveRating \ static_assert(alignof(CFCoreSubsystem_ApiRemoveRating) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiRemoveRating"); \ static_assert(sizeof(CFCoreSubsystem_ApiRemoveRating) == 0x000028, "Wrong size on CFCoreSubsystem_ApiRemoveRating"); \ static_assert(offsetof(CFCoreSubsystem_ApiRemoveRating, modId) == 0x000000, "Member 'CFCoreSubsystem_ApiRemoveRating::modId' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiRemoveRating, on_success) == 0x000008, "Member 'CFCoreSubsystem_ApiRemoveRating::on_success' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiRemoveRating, on_error) == 0x000018, "Member 'CFCoreSubsystem_ApiRemoveRating::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiReportMod \ static_assert(alignof(CFCoreSubsystem_ApiReportMod) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiReportMod"); \ static_assert(sizeof(CFCoreSubsystem_ApiReportMod) == 0x000040, "Wrong size on CFCoreSubsystem_ApiReportMod"); \ static_assert(offsetof(CFCoreSubsystem_ApiReportMod, modId) == 0x000000, "Member 'CFCoreSubsystem_ApiReportMod::modId' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiReportMod, reasonId) == 0x000008, "Member 'CFCoreSubsystem_ApiReportMod::reasonId' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiReportMod, Report) == 0x000010, "Member 'CFCoreSubsystem_ApiReportMod::Report' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiReportMod, on_reasons) == 0x000020, "Member 'CFCoreSubsystem_ApiReportMod::on_reasons' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiReportMod, on_error) == 0x000030, "Member 'CFCoreSubsystem_ApiReportMod::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiSearchMods \ static_assert(alignof(CFCoreSubsystem_ApiSearchMods) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiSearchMods"); \ static_assert(sizeof(CFCoreSubsystem_ApiSearchMods) == 0x000070, "Wrong size on CFCoreSubsystem_ApiSearchMods"); \ static_assert(offsetof(CFCoreSubsystem_ApiSearchMods, Filter) == 0x000000, "Member 'CFCoreSubsystem_ApiSearchMods::Filter' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiSearchMods, pagination) == 0x000048, "Member 'CFCoreSubsystem_ApiSearchMods::pagination' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiSearchMods, on_results) == 0x000050, "Member 'CFCoreSubsystem_ApiSearchMods::on_results' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiSearchMods, on_error) == 0x000060, "Member 'CFCoreSubsystem_ApiSearchMods::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiSubscribe \ static_assert(alignof(CFCoreSubsystem_ApiSubscribe) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiSubscribe"); \ static_assert(sizeof(CFCoreSubsystem_ApiSubscribe) == 0x000028, "Wrong size on CFCoreSubsystem_ApiSubscribe"); \ static_assert(offsetof(CFCoreSubsystem_ApiSubscribe, Request) == 0x000000, "Member 'CFCoreSubsystem_ApiSubscribe::Request' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiSubscribe, on_success) == 0x000008, "Member 'CFCoreSubsystem_ApiSubscribe::on_success' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiSubscribe, on_error) == 0x000018, "Member 'CFCoreSubsystem_ApiSubscribe::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiUnblockMods \ static_assert(alignof(CFCoreSubsystem_ApiUnblockMods) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiUnblockMods"); \ static_assert(sizeof(CFCoreSubsystem_ApiUnblockMods) == 0x000060, "Wrong size on CFCoreSubsystem_ApiUnblockMods"); \ static_assert(offsetof(CFCoreSubsystem_ApiUnblockMods, Request) == 0x000000, "Member 'CFCoreSubsystem_ApiUnblockMods::Request' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiUnblockMods, OnResult) == 0x000040, "Member 'CFCoreSubsystem_ApiUnblockMods::OnResult' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiUnblockMods, OnError) == 0x000050, "Member 'CFCoreSubsystem_ApiUnblockMods::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiUnsubscribe \ static_assert(alignof(CFCoreSubsystem_ApiUnsubscribe) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiUnsubscribe"); \ static_assert(sizeof(CFCoreSubsystem_ApiUnsubscribe) == 0x000028, "Wrong size on CFCoreSubsystem_ApiUnsubscribe"); \ static_assert(offsetof(CFCoreSubsystem_ApiUnsubscribe, Request) == 0x000000, "Member 'CFCoreSubsystem_ApiUnsubscribe::Request' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiUnsubscribe, on_success) == 0x000008, "Member 'CFCoreSubsystem_ApiUnsubscribe::on_success' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiUnsubscribe, on_error) == 0x000018, "Member 'CFCoreSubsystem_ApiUnsubscribe::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_ApiUpdateRating \ static_assert(alignof(CFCoreSubsystem_ApiUpdateRating) == 0x000008, "Wrong alignment on CFCoreSubsystem_ApiUpdateRating"); \ static_assert(sizeof(CFCoreSubsystem_ApiUpdateRating) == 0x000030, "Wrong size on CFCoreSubsystem_ApiUpdateRating"); \ static_assert(offsetof(CFCoreSubsystem_ApiUpdateRating, modId) == 0x000000, "Member 'CFCoreSubsystem_ApiUpdateRating::modId' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiUpdateRating, Direction) == 0x000008, "Member 'CFCoreSubsystem_ApiUpdateRating::Direction' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiUpdateRating, on_success) == 0x00000C, "Member 'CFCoreSubsystem_ApiUpdateRating::on_success' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_ApiUpdateRating, on_error) == 0x00001C, "Member 'CFCoreSubsystem_ApiUpdateRating::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_AssureClientModsUpdated \ static_assert(alignof(CFCoreSubsystem_AssureClientModsUpdated) == 0x000008, "Wrong alignment on CFCoreSubsystem_AssureClientModsUpdated"); \ static_assert(sizeof(CFCoreSubsystem_AssureClientModsUpdated) == 0x000040, "Wrong size on CFCoreSubsystem_AssureClientModsUpdated"); \ static_assert(offsetof(CFCoreSubsystem_AssureClientModsUpdated, ServerFileIds) == 0x000000, "Member 'CFCoreSubsystem_AssureClientModsUpdated::ServerFileIds' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_AssureClientModsUpdated, OnProgress) == 0x000010, "Member 'CFCoreSubsystem_AssureClientModsUpdated::OnProgress' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_AssureClientModsUpdated, OnUpdated) == 0x000020, "Member 'CFCoreSubsystem_AssureClientModsUpdated::OnUpdated' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_AssureClientModsUpdated, OnError) == 0x000030, "Member 'CFCoreSubsystem_AssureClientModsUpdated::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_AssureServerModsUpdated \ static_assert(alignof(CFCoreSubsystem_AssureServerModsUpdated) == 0x000008, "Wrong alignment on CFCoreSubsystem_AssureServerModsUpdated"); \ static_assert(sizeof(CFCoreSubsystem_AssureServerModsUpdated) == 0x000050, "Wrong size on CFCoreSubsystem_AssureServerModsUpdated"); \ static_assert(offsetof(CFCoreSubsystem_AssureServerModsUpdated, Params_0) == 0x000000, "Member 'CFCoreSubsystem_AssureServerModsUpdated::Params_0' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_AssureServerModsUpdated, OnProgress) == 0x000020, "Member 'CFCoreSubsystem_AssureServerModsUpdated::OnProgress' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_AssureServerModsUpdated, OnUpdated) == 0x000030, "Member 'CFCoreSubsystem_AssureServerModsUpdated::OnUpdated' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_AssureServerModsUpdated, OnError) == 0x000040, "Member 'CFCoreSubsystem_AssureServerModsUpdated::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_CancelInstallation \ static_assert(alignof(CFCoreSubsystem_CancelInstallation) == 0x000008, "Wrong alignment on CFCoreSubsystem_CancelInstallation"); \ static_assert(sizeof(CFCoreSubsystem_CancelInstallation) == 0x000028, "Wrong size on CFCoreSubsystem_CancelInstallation"); \ static_assert(offsetof(CFCoreSubsystem_CancelInstallation, mod_id) == 0x000000, "Member 'CFCoreSubsystem_CancelInstallation::mod_id' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CancelInstallation, on_success) == 0x000008, "Member 'CFCoreSubsystem_CancelInstallation::on_success' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CancelInstallation, on_error) == 0x000018, "Member 'CFCoreSubsystem_CancelInstallation::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_CreateCookedModFile \ static_assert(alignof(CFCoreSubsystem_CreateCookedModFile) == 0x000008, "Wrong alignment on CFCoreSubsystem_CreateCookedModFile"); \ static_assert(sizeof(CFCoreSubsystem_CreateCookedModFile) == 0x000070, "Wrong size on CFCoreSubsystem_CreateCookedModFile"); \ static_assert(offsetof(CFCoreSubsystem_CreateCookedModFile, modId) == 0x000000, "Member 'CFCoreSubsystem_CreateCookedModFile::modId' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CreateCookedModFile, SourceFileId) == 0x000008, "Member 'CFCoreSubsystem_CreateCookedModFile::SourceFileId' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CreateCookedModFile, CreateCookedModFileRequest) == 0x000010, "Member 'CFCoreSubsystem_CreateCookedModFile::CreateCookedModFileRequest' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CreateCookedModFile, LocalFilenameToUpload) == 0x000020, "Member 'CFCoreSubsystem_CreateCookedModFile::LocalFilenameToUpload' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CreateCookedModFile, OnCreateModFileRequestId) == 0x000030, "Member 'CFCoreSubsystem_CreateCookedModFile::OnCreateModFileRequestId' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CreateCookedModFile, OnProgress) == 0x000040, "Member 'CFCoreSubsystem_CreateCookedModFile::OnProgress' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CreateCookedModFile, OnSuccess) == 0x000050, "Member 'CFCoreSubsystem_CreateCookedModFile::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CreateCookedModFile, OnError) == 0x000060, "Member 'CFCoreSubsystem_CreateCookedModFile::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_CreateMod \ static_assert(alignof(CFCoreSubsystem_CreateMod) == 0x000008, "Wrong alignment on CFCoreSubsystem_CreateMod"); \ static_assert(sizeof(CFCoreSubsystem_CreateMod) == 0x000090, "Wrong size on CFCoreSubsystem_CreateMod"); \ static_assert(offsetof(CFCoreSubsystem_CreateMod, create_mod_request) == 0x000000, "Member 'CFCoreSubsystem_CreateMod::create_mod_request' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CreateMod, avatar_image_filename) == 0x000060, "Member 'CFCoreSubsystem_CreateMod::avatar_image_filename' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CreateMod, on_success) == 0x000070, "Member 'CFCoreSubsystem_CreateMod::on_success' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CreateMod, on_error) == 0x000080, "Member 'CFCoreSubsystem_CreateMod::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_CreateModFile \ static_assert(alignof(CFCoreSubsystem_CreateModFile) == 0x000008, "Wrong alignment on CFCoreSubsystem_CreateModFile"); \ static_assert(sizeof(CFCoreSubsystem_CreateModFile) == 0x0000C8, "Wrong size on CFCoreSubsystem_CreateModFile"); \ static_assert(offsetof(CFCoreSubsystem_CreateModFile, modId) == 0x000000, "Member 'CFCoreSubsystem_CreateModFile::modId' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CreateModFile, CreateModFileRequest) == 0x000008, "Member 'CFCoreSubsystem_CreateModFile::CreateModFileRequest' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CreateModFile, LocalFilenameToUpload) == 0x000078, "Member 'CFCoreSubsystem_CreateModFile::LocalFilenameToUpload' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CreateModFile, OnCreateModFileRequestId) == 0x000088, "Member 'CFCoreSubsystem_CreateModFile::OnCreateModFileRequestId' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CreateModFile, OnProgress) == 0x000098, "Member 'CFCoreSubsystem_CreateModFile::OnProgress' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CreateModFile, OnSuccess) == 0x0000A8, "Member 'CFCoreSubsystem_CreateModFile::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_CreateModFile, OnError) == 0x0000B8, "Member 'CFCoreSubsystem_CreateModFile::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_GenerateAuthToken \ static_assert(alignof(CFCoreSubsystem_GenerateAuthToken) == 0x000008, "Wrong alignment on CFCoreSubsystem_GenerateAuthToken"); \ static_assert(sizeof(CFCoreSubsystem_GenerateAuthToken) == 0x000038, "Wrong size on CFCoreSubsystem_GenerateAuthToken"); \ static_assert(offsetof(CFCoreSubsystem_GenerateAuthToken, email) == 0x000000, "Member 'CFCoreSubsystem_GenerateAuthToken::email' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_GenerateAuthToken, security_code) == 0x000010, "Member 'CFCoreSubsystem_GenerateAuthToken::security_code' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_GenerateAuthToken, on_success) == 0x000014, "Member 'CFCoreSubsystem_GenerateAuthToken::on_success' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_GenerateAuthToken, on_error) == 0x000024, "Member 'CFCoreSubsystem_GenerateAuthToken::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_GenerateAuthTokenByExternalProvider \ static_assert(alignof(CFCoreSubsystem_GenerateAuthTokenByExternalProvider) == 0x000008, "Wrong alignment on CFCoreSubsystem_GenerateAuthTokenByExternalProvider"); \ static_assert(sizeof(CFCoreSubsystem_GenerateAuthTokenByExternalProvider) == 0x000050, "Wrong size on CFCoreSubsystem_GenerateAuthTokenByExternalProvider"); \ static_assert(offsetof(CFCoreSubsystem_GenerateAuthTokenByExternalProvider, Provider) == 0x000000, "Member 'CFCoreSubsystem_GenerateAuthTokenByExternalProvider::Provider' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_GenerateAuthTokenByExternalProvider, external_token) == 0x000008, "Member 'CFCoreSubsystem_GenerateAuthTokenByExternalProvider::external_token' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_GenerateAuthTokenByExternalProvider, additional_info) == 0x000018, "Member 'CFCoreSubsystem_GenerateAuthTokenByExternalProvider::additional_info' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_GenerateAuthTokenByExternalProvider, on_success) == 0x000030, "Member 'CFCoreSubsystem_GenerateAuthTokenByExternalProvider::on_success' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_GenerateAuthTokenByExternalProvider, on_error) == 0x000040, "Member 'CFCoreSubsystem_GenerateAuthTokenByExternalProvider::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_GetAuthTerms \ static_assert(alignof(CFCoreSubsystem_GetAuthTerms) == 0x000004, "Wrong alignment on CFCoreSubsystem_GetAuthTerms"); \ static_assert(sizeof(CFCoreSubsystem_GetAuthTerms) == 0x000020, "Wrong size on CFCoreSubsystem_GetAuthTerms"); \ static_assert(offsetof(CFCoreSubsystem_GetAuthTerms, on_success) == 0x000000, "Member 'CFCoreSubsystem_GetAuthTerms::on_success' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_GetAuthTerms, on_error) == 0x000010, "Member 'CFCoreSubsystem_GetAuthTerms::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_GetCookerSdkVersion \ static_assert(alignof(CFCoreSubsystem_GetCookerSdkVersion) == 0x000004, "Wrong alignment on CFCoreSubsystem_GetCookerSdkVersion"); \ static_assert(sizeof(CFCoreSubsystem_GetCookerSdkVersion) == 0x000020, "Wrong size on CFCoreSubsystem_GetCookerSdkVersion"); \ static_assert(offsetof(CFCoreSubsystem_GetCookerSdkVersion, on_success) == 0x000000, "Member 'CFCoreSubsystem_GetCookerSdkVersion::on_success' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_GetCookerSdkVersion, on_error) == 0x000010, "Member 'CFCoreSubsystem_GetCookerSdkVersion::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_GetInstalledMods \ static_assert(alignof(CFCoreSubsystem_GetInstalledMods) == 0x000004, "Wrong alignment on CFCoreSubsystem_GetInstalledMods"); \ static_assert(sizeof(CFCoreSubsystem_GetInstalledMods) == 0x000020, "Wrong size on CFCoreSubsystem_GetInstalledMods"); \ static_assert(offsetof(CFCoreSubsystem_GetInstalledMods, on_installed_mods) == 0x000000, "Member 'CFCoreSubsystem_GetInstalledMods::on_installed_mods' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_GetInstalledMods, on_error) == 0x000010, "Member 'CFCoreSubsystem_GetInstalledMods::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_GetModsDirInfo \ static_assert(alignof(CFCoreSubsystem_GetModsDirInfo) == 0x000004, "Wrong alignment on CFCoreSubsystem_GetModsDirInfo"); \ static_assert(sizeof(CFCoreSubsystem_GetModsDirInfo) == 0x000020, "Wrong size on CFCoreSubsystem_GetModsDirInfo"); \ static_assert(offsetof(CFCoreSubsystem_GetModsDirInfo, OnModsDirInfo) == 0x000000, "Member 'CFCoreSubsystem_GetModsDirInfo::OnModsDirInfo' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_GetModsDirInfo, OnError) == 0x000010, "Member 'CFCoreSubsystem_GetModsDirInfo::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_GetMyPremiumMods \ static_assert(alignof(CFCoreSubsystem_GetMyPremiumMods) == 0x000004, "Wrong alignment on CFCoreSubsystem_GetMyPremiumMods"); \ static_assert(sizeof(CFCoreSubsystem_GetMyPremiumMods) == 0x000020, "Wrong size on CFCoreSubsystem_GetMyPremiumMods"); \ static_assert(offsetof(CFCoreSubsystem_GetMyPremiumMods, OnSuccess) == 0x000000, "Member 'CFCoreSubsystem_GetMyPremiumMods::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_GetMyPremiumMods, OnError) == 0x000010, "Member 'CFCoreSubsystem_GetMyPremiumMods::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_Initialize \ static_assert(alignof(CFCoreSubsystem_Initialize) == 0x000008, "Wrong alignment on CFCoreSubsystem_Initialize"); \ static_assert(sizeof(CFCoreSubsystem_Initialize) == 0x000110, "Wrong size on CFCoreSubsystem_Initialize"); \ static_assert(offsetof(CFCoreSubsystem_Initialize, Settings) == 0x000000, "Member 'CFCoreSubsystem_Initialize::Settings' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_Initialize, OPTIONS) == 0x0000E0, "Member 'CFCoreSubsystem_Initialize::OPTIONS' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_Initialize, OnInitialized) == 0x0000F0, "Member 'CFCoreSubsystem_Initialize::OnInitialized' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_Initialize, OnError) == 0x000100, "Member 'CFCoreSubsystem_Initialize::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_InstallMod \ static_assert(alignof(CFCoreSubsystem_InstallMod) == 0x000008, "Wrong alignment on CFCoreSubsystem_InstallMod"); \ static_assert(sizeof(CFCoreSubsystem_InstallMod) == 0x000228, "Wrong size on CFCoreSubsystem_InstallMod"); \ static_assert(offsetof(CFCoreSubsystem_InstallMod, mod) == 0x000000, "Member 'CFCoreSubsystem_InstallMod::mod' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_InstallMod, on_progress) == 0x0001F8, "Member 'CFCoreSubsystem_InstallMod::on_progress' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_InstallMod, on_installed) == 0x000208, "Member 'CFCoreSubsystem_InstallMod::on_installed' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_InstallMod, on_error) == 0x000218, "Member 'CFCoreSubsystem_InstallMod::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_InstallModExtended \ static_assert(alignof(CFCoreSubsystem_InstallModExtended) == 0x000008, "Wrong alignment on CFCoreSubsystem_InstallModExtended"); \ static_assert(sizeof(CFCoreSubsystem_InstallModExtended) == 0x000388, "Wrong size on CFCoreSubsystem_InstallModExtended"); \ static_assert(offsetof(CFCoreSubsystem_InstallModExtended, InMod) == 0x000000, "Member 'CFCoreSubsystem_InstallModExtended::InMod' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_InstallModExtended, InFile) == 0x0001F8, "Member 'CFCoreSubsystem_InstallModExtended::InFile' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_InstallModExtended, InAdditionalParams) == 0x000300, "Member 'CFCoreSubsystem_InstallModExtended::InAdditionalParams' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_InstallModExtended, OnProgress) == 0x000358, "Member 'CFCoreSubsystem_InstallModExtended::OnProgress' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_InstallModExtended, OnInstalled) == 0x000368, "Member 'CFCoreSubsystem_InstallModExtended::OnInstalled' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_InstallModExtended, OnError) == 0x000378, "Member 'CFCoreSubsystem_InstallModExtended::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_IsAuthenticated \ static_assert(alignof(CFCoreSubsystem_IsAuthenticated) == 0x000004, "Wrong alignment on CFCoreSubsystem_IsAuthenticated"); \ static_assert(sizeof(CFCoreSubsystem_IsAuthenticated) == 0x000010, "Wrong size on CFCoreSubsystem_IsAuthenticated"); \ static_assert(offsetof(CFCoreSubsystem_IsAuthenticated, on_is_auth) == 0x000000, "Member 'CFCoreSubsystem_IsAuthenticated::on_is_auth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_Logout \ static_assert(alignof(CFCoreSubsystem_Logout) == 0x000004, "Wrong alignment on CFCoreSubsystem_Logout"); \ static_assert(sizeof(CFCoreSubsystem_Logout) == 0x000020, "Wrong size on CFCoreSubsystem_Logout"); \ static_assert(offsetof(CFCoreSubsystem_Logout, on_success) == 0x000000, "Member 'CFCoreSubsystem_Logout::on_success' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_Logout, on_error) == 0x000010, "Member 'CFCoreSubsystem_Logout::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_OverridePublicKey \ static_assert(alignof(CFCoreSubsystem_OverridePublicKey) == 0x000008, "Wrong alignment on CFCoreSubsystem_OverridePublicKey"); \ static_assert(sizeof(CFCoreSubsystem_OverridePublicKey) == 0x000030, "Wrong size on CFCoreSubsystem_OverridePublicKey"); \ static_assert(offsetof(CFCoreSubsystem_OverridePublicKey, InPublicKeyPem) == 0x000000, "Member 'CFCoreSubsystem_OverridePublicKey::InPublicKeyPem' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_OverridePublicKey, OnSuccess) == 0x000010, "Member 'CFCoreSubsystem_OverridePublicKey::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_OverridePublicKey, OnError) == 0x000020, "Member 'CFCoreSubsystem_OverridePublicKey::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_PerformModsValidation \ static_assert(alignof(CFCoreSubsystem_PerformModsValidation) == 0x000008, "Wrong alignment on CFCoreSubsystem_PerformModsValidation"); \ static_assert(sizeof(CFCoreSubsystem_PerformModsValidation) == 0x000030, "Wrong size on CFCoreSubsystem_PerformModsValidation"); \ static_assert(offsetof(CFCoreSubsystem_PerformModsValidation, installed_mods) == 0x000000, "Member 'CFCoreSubsystem_PerformModsValidation::installed_mods' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_PerformModsValidation, on_success) == 0x000010, "Member 'CFCoreSubsystem_PerformModsValidation::on_success' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_PerformModsValidation, on_error) == 0x000020, "Member 'CFCoreSubsystem_PerformModsValidation::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_PremiumModsCheck \ static_assert(alignof(CFCoreSubsystem_PremiumModsCheck) == 0x000008, "Wrong alignment on CFCoreSubsystem_PremiumModsCheck"); \ static_assert(sizeof(CFCoreSubsystem_PremiumModsCheck) == 0x000030, "Wrong size on CFCoreSubsystem_PremiumModsCheck"); \ static_assert(offsetof(CFCoreSubsystem_PremiumModsCheck, InModIds) == 0x000000, "Member 'CFCoreSubsystem_PremiumModsCheck::InModIds' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_PremiumModsCheck, OnSuccess) == 0x000010, "Member 'CFCoreSubsystem_PremiumModsCheck::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_PremiumModsCheck, OnError) == 0x000020, "Member 'CFCoreSubsystem_PremiumModsCheck::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_SendSecurityCode \ static_assert(alignof(CFCoreSubsystem_SendSecurityCode) == 0x000008, "Wrong alignment on CFCoreSubsystem_SendSecurityCode"); \ static_assert(sizeof(CFCoreSubsystem_SendSecurityCode) == 0x000030, "Wrong size on CFCoreSubsystem_SendSecurityCode"); \ static_assert(offsetof(CFCoreSubsystem_SendSecurityCode, email) == 0x000000, "Member 'CFCoreSubsystem_SendSecurityCode::email' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_SendSecurityCode, on_success) == 0x000010, "Member 'CFCoreSubsystem_SendSecurityCode::on_success' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_SendSecurityCode, on_error) == 0x000020, "Member 'CFCoreSubsystem_SendSecurityCode::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_SynchronizeWithServer \ static_assert(alignof(CFCoreSubsystem_SynchronizeWithServer) == 0x000004, "Wrong alignment on CFCoreSubsystem_SynchronizeWithServer"); \ static_assert(sizeof(CFCoreSubsystem_SynchronizeWithServer) == 0x000020, "Wrong size on CFCoreSubsystem_SynchronizeWithServer"); \ static_assert(offsetof(CFCoreSubsystem_SynchronizeWithServer, on_success) == 0x000000, "Member 'CFCoreSubsystem_SynchronizeWithServer::on_success' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_SynchronizeWithServer, on_error) == 0x000010, "Member 'CFCoreSubsystem_SynchronizeWithServer::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_UninstallMod \ static_assert(alignof(CFCoreSubsystem_UninstallMod) == 0x000008, "Wrong alignment on CFCoreSubsystem_UninstallMod"); \ static_assert(sizeof(CFCoreSubsystem_UninstallMod) == 0x000028, "Wrong size on CFCoreSubsystem_UninstallMod"); \ static_assert(offsetof(CFCoreSubsystem_UninstallMod, mod_id) == 0x000000, "Member 'CFCoreSubsystem_UninstallMod::mod_id' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_UninstallMod, on_uninstalled) == 0x000008, "Member 'CFCoreSubsystem_UninstallMod::on_uninstalled' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_UninstallMod, on_error) == 0x000018, "Member 'CFCoreSubsystem_UninstallMod::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_Unitialize \ static_assert(alignof(CFCoreSubsystem_Unitialize) == 0x000004, "Wrong alignment on CFCoreSubsystem_Unitialize"); \ static_assert(sizeof(CFCoreSubsystem_Unitialize) == 0x000020, "Wrong size on CFCoreSubsystem_Unitialize"); \ static_assert(offsetof(CFCoreSubsystem_Unitialize, OnUninitialized) == 0x000000, "Member 'CFCoreSubsystem_Unitialize::OnUninitialized' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_Unitialize, OnError) == 0x000010, "Member 'CFCoreSubsystem_Unitialize::OnError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreSubsystem_UpdateMod \ static_assert(alignof(CFCoreSubsystem_UpdateMod) == 0x000008, "Wrong alignment on CFCoreSubsystem_UpdateMod"); \ static_assert(sizeof(CFCoreSubsystem_UpdateMod) == 0x000098, "Wrong size on CFCoreSubsystem_UpdateMod"); \ static_assert(offsetof(CFCoreSubsystem_UpdateMod, mod_id) == 0x000000, "Member 'CFCoreSubsystem_UpdateMod::mod_id' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_UpdateMod, update_mod_request) == 0x000008, "Member 'CFCoreSubsystem_UpdateMod::update_mod_request' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_UpdateMod, avatar_image_filename) == 0x000068, "Member 'CFCoreSubsystem_UpdateMod::avatar_image_filename' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_UpdateMod, on_success) == 0x000078, "Member 'CFCoreSubsystem_UpdateMod::on_success' has a wrong offset!"); \ static_assert(offsetof(CFCoreSubsystem_UpdateMod, on_error) == 0x000088, "Member 'CFCoreSubsystem_UpdateMod::on_error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCFCoreSubsystem \ static_assert(alignof(UCFCoreSubsystem) == 0x000008, "Wrong alignment on UCFCoreSubsystem"); \ static_assert(sizeof(UCFCoreSubsystem) == 0x000040, "Wrong size on UCFCoreSubsystem"); \ #define DUMPER7_ASSERTS_FScreenshotInfo \ static_assert(alignof(FScreenshotInfo) == 0x000008, "Wrong alignment on FScreenshotInfo"); \ static_assert(sizeof(FScreenshotInfo) == 0x000020, "Wrong size on FScreenshotInfo"); \ static_assert(offsetof(FScreenshotInfo, screenshots) == 0x000000, "Member 'FScreenshotInfo::screenshots' has a wrong offset!"); \ static_assert(offsetof(FScreenshotInfo, Descriptions) == 0x000010, "Member 'FScreenshotInfo::Descriptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstallProgressMod \ static_assert(alignof(FInstallProgressMod) == 0x000008, "Wrong alignment on FInstallProgressMod"); \ static_assert(sizeof(FInstallProgressMod) == 0x000518, "Wrong size on FInstallProgressMod"); \ static_assert(offsetof(FInstallProgressMod, mod) == 0x000000, "Member 'FInstallProgressMod::mod' has a wrong offset!"); \ static_assert(offsetof(FInstallProgressMod, progress) == 0x000440, "Member 'FInstallProgressMod::progress' has a wrong offset!"); \ static_assert(offsetof(FInstallProgressMod, installStatus) == 0x000481, "Member 'FInstallProgressMod::installStatus' has a wrong offset!"); \ static_assert(offsetof(FInstallProgressMod, DynamicImage) == 0x000488, "Member 'FInstallProgressMod::DynamicImage' has a wrong offset!"); \ static_assert(offsetof(FInstallProgressMod, ShowcaseImages) == 0x000490, "Member 'FInstallProgressMod::ShowcaseImages' has a wrong offset!"); \ static_assert(offsetof(FInstallProgressMod, Screenshots_Info) == 0x0004E0, "Member 'FInstallProgressMod::Screenshots_Info' has a wrong offset!"); \ static_assert(offsetof(FInstallProgressMod, Categories) == 0x000500, "Member 'FInstallProgressMod::Categories' has a wrong offset!"); \ static_assert(offsetof(FInstallProgressMod, ModSlotRef) == 0x000510, "Member 'FInstallProgressMod::ModSlotRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCFCoreThemeRowData \ static_assert(alignof(FCFCoreThemeRowData) == 0x000008, "Wrong alignment on FCFCoreThemeRowData"); \ static_assert(sizeof(FCFCoreThemeRowData) == 0x000100, "Wrong size on FCFCoreThemeRowData"); \ static_assert(offsetof(FCFCoreThemeRowData, RoundedMode) == 0x000008, "Member 'FCFCoreThemeRowData::RoundedMode' has a wrong offset!"); \ static_assert(offsetof(FCFCoreThemeRowData, MainFont) == 0x00000C, "Member 'FCFCoreThemeRowData::MainFont' has a wrong offset!"); \ static_assert(offsetof(FCFCoreThemeRowData, SecondaryFont) == 0x00001C, "Member 'FCFCoreThemeRowData::SecondaryFont' has a wrong offset!"); \ static_assert(offsetof(FCFCoreThemeRowData, BackgroundColor) == 0x00002C, "Member 'FCFCoreThemeRowData::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(FCFCoreThemeRowData, ClassUnderline) == 0x00003C, "Member 'FCFCoreThemeRowData::ClassUnderline' has a wrong offset!"); \ static_assert(offsetof(FCFCoreThemeRowData, Button_SignIn) == 0x00004C, "Member 'FCFCoreThemeRowData::Button_SignIn' has a wrong offset!"); \ static_assert(offsetof(FCFCoreThemeRowData, SideBar) == 0x00005C, "Member 'FCFCoreThemeRowData::SideBar' has a wrong offset!"); \ static_assert(offsetof(FCFCoreThemeRowData, Button_SideMenu) == 0x00006C, "Member 'FCFCoreThemeRowData::Button_SideMenu' has a wrong offset!"); \ static_assert(offsetof(FCFCoreThemeRowData, Search_SideMenu) == 0x00007C, "Member 'FCFCoreThemeRowData::Search_SideMenu' has a wrong offset!"); \ static_assert(offsetof(FCFCoreThemeRowData, ModWindow) == 0x00008C, "Member 'FCFCoreThemeRowData::ModWindow' has a wrong offset!"); \ static_assert(offsetof(FCFCoreThemeRowData, Button_Install) == 0x00009C, "Member 'FCFCoreThemeRowData::Button_Install' has a wrong offset!"); \ static_assert(offsetof(FCFCoreThemeRowData, Button_Uninstall) == 0x0000AC, "Member 'FCFCoreThemeRowData::Button_Uninstall' has a wrong offset!"); \ static_assert(offsetof(FCFCoreThemeRowData, Button_Update) == 0x0000BC, "Member 'FCFCoreThemeRowData::Button_Update' has a wrong offset!"); \ static_assert(offsetof(FCFCoreThemeRowData, ExamineBackground) == 0x0000CC, "Member 'FCFCoreThemeRowData::ExamineBackground' has a wrong offset!"); \ static_assert(offsetof(FCFCoreThemeRowData, InfoBackground) == 0x0000DC, "Member 'FCFCoreThemeRowData::InfoBackground' has a wrong offset!"); \ static_assert(offsetof(FCFCoreThemeRowData, NotificationBackground) == 0x0000EC, "Member 'FCFCoreThemeRowData::NotificationBackground' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModIdentification \ static_assert(alignof(FModIdentification) == 0x000008, "Wrong alignment on FModIdentification"); \ static_assert(sizeof(FModIdentification) == 0x000010, "Wrong size on FModIdentification"); \ static_assert(offsetof(FModIdentification, ID) == 0x000000, "Member 'FModIdentification::ID' has a wrong offset!"); \ static_assert(offsetof(FModIdentification, mainFileId) == 0x000008, "Member 'FModIdentification::mainFileId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BindButtonSystem_ControllerAction \ static_assert(alignof(BindButtonSystem_ControllerAction) == 0x000008, "Wrong alignment on BindButtonSystem_ControllerAction"); \ static_assert(sizeof(BindButtonSystem_ControllerAction) == 0x000018, "Wrong size on BindButtonSystem_ControllerAction"); \ static_assert(offsetof(BindButtonSystem_ControllerAction, Key) == 0x000000, "Member 'BindButtonSystem_ControllerAction::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BindButtonSystem_SetViewState \ static_assert(alignof(BindButtonSystem_SetViewState) == 0x000001, "Wrong alignment on BindButtonSystem_SetViewState"); \ static_assert(sizeof(BindButtonSystem_SetViewState) == 0x000001, "Wrong size on BindButtonSystem_SetViewState"); \ static_assert(offsetof(BindButtonSystem_SetViewState, NewState) == 0x000000, "Member 'BindButtonSystem_SetViewState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBindButtonSystem \ static_assert(alignof(UBindButtonSystem) == 0x000008, "Wrong alignment on UBindButtonSystem"); \ static_assert(sizeof(UBindButtonSystem) == 0x000058, "Wrong size on UBindButtonSystem"); \ static_assert(offsetof(UBindButtonSystem, ControllerButtonInViewState) == 0x000030, "Member 'UBindButtonSystem::ControllerButtonInViewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreRichTextBlockImageDecorator_SetImageToMap \ static_assert(alignof(CFCoreRichTextBlockImageDecorator_SetImageToMap) == 0x000008, "Wrong alignment on CFCoreRichTextBlockImageDecorator_SetImageToMap"); \ static_assert(sizeof(CFCoreRichTextBlockImageDecorator_SetImageToMap) == 0x000018, "Wrong size on CFCoreRichTextBlockImageDecorator_SetImageToMap"); \ static_assert(offsetof(CFCoreRichTextBlockImageDecorator_SetImageToMap, Image) == 0x000000, "Member 'CFCoreRichTextBlockImageDecorator_SetImageToMap::Image' has a wrong offset!"); \ static_assert(offsetof(CFCoreRichTextBlockImageDecorator_SetImageToMap, ImageURL) == 0x000008, "Member 'CFCoreRichTextBlockImageDecorator_SetImageToMap::ImageURL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCFCoreRichTextBlockImageDecorator \ static_assert(alignof(UCFCoreRichTextBlockImageDecorator) == 0x000008, "Wrong alignment on UCFCoreRichTextBlockImageDecorator"); \ static_assert(sizeof(UCFCoreRichTextBlockImageDecorator) == 0x000058, "Wrong size on UCFCoreRichTextBlockImageDecorator"); \ static_assert(offsetof(UCFCoreRichTextBlockImageDecorator, CoreRichText) == 0x000030, "Member 'UCFCoreRichTextBlockImageDecorator::CoreRichText' has a wrong offset!"); \ static_assert(offsetof(UCFCoreRichTextBlockImageDecorator, OnSuccess) == 0x000038, "Member 'UCFCoreRichTextBlockImageDecorator::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UCFCoreRichTextBlockImageDecorator, OnFail) == 0x000048, "Member 'UCFCoreRichTextBlockImageDecorator::OnFail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCFCoreButtonImage \ static_assert(alignof(UCFCoreButtonImage) == 0x000008, "Wrong alignment on UCFCoreButtonImage"); \ static_assert(sizeof(UCFCoreButtonImage) == 0x000328, "Wrong size on UCFCoreButtonImage"); \ static_assert(offsetof(UCFCoreButtonImage, UseDefaultBrushOnPC) == 0x000210, "Member 'UCFCoreButtonImage::UseDefaultBrushOnPC' has a wrong offset!"); \ static_assert(offsetof(UCFCoreButtonImage, PlayStationButtonImage) == 0x000218, "Member 'UCFCoreButtonImage::PlayStationButtonImage' has a wrong offset!"); \ static_assert(offsetof(UCFCoreButtonImage, XboxButtonImage) == 0x0002A0, "Member 'UCFCoreButtonImage::XboxButtonImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCFCoreRichTextBlockICodeBlockDecorator \ static_assert(alignof(UCFCoreRichTextBlockICodeBlockDecorator) == 0x000008, "Wrong alignment on UCFCoreRichTextBlockICodeBlockDecorator"); \ static_assert(sizeof(UCFCoreRichTextBlockICodeBlockDecorator) == 0x000028, "Wrong size on UCFCoreRichTextBlockICodeBlockDecorator"); \ #define DUMPER7_ASSERTS_UCFCoreGamepadCursorSettings \ static_assert(alignof(UCFCoreGamepadCursorSettings) == 0x000008, "Wrong alignment on UCFCoreGamepadCursorSettings"); \ static_assert(sizeof(UCFCoreGamepadCursorSettings) == 0x0000F8, "Wrong size on UCFCoreGamepadCursorSettings"); \ static_assert(offsetof(UCFCoreGamepadCursorSettings, AnalogCursorAccelerationCurve) == 0x000038, "Member 'UCFCoreGamepadCursorSettings::AnalogCursorAccelerationCurve' has a wrong offset!"); \ static_assert(offsetof(UCFCoreGamepadCursorSettings, MaxAnalogCursorSpeed) == 0x0000C0, "Member 'UCFCoreGamepadCursorSettings::MaxAnalogCursorSpeed' has a wrong offset!"); \ static_assert(offsetof(UCFCoreGamepadCursorSettings, MaxAnalogCursorSpeedWhenHovered) == 0x0000C4, "Member 'UCFCoreGamepadCursorSettings::MaxAnalogCursorSpeedWhenHovered' has a wrong offset!"); \ static_assert(offsetof(UCFCoreGamepadCursorSettings, AnalogCursorDragCoefficient) == 0x0000C8, "Member 'UCFCoreGamepadCursorSettings::AnalogCursorDragCoefficient' has a wrong offset!"); \ static_assert(offsetof(UCFCoreGamepadCursorSettings, AnalogCursorDragCoefficientWhenHovered) == 0x0000CC, "Member 'UCFCoreGamepadCursorSettings::AnalogCursorDragCoefficientWhenHovered' has a wrong offset!"); \ static_assert(offsetof(UCFCoreGamepadCursorSettings, MinAnalogCursorSpeed) == 0x0000D0, "Member 'UCFCoreGamepadCursorSettings::MinAnalogCursorSpeed' has a wrong offset!"); \ static_assert(offsetof(UCFCoreGamepadCursorSettings, AnalogCursorDeadZone) == 0x0000D4, "Member 'UCFCoreGamepadCursorSettings::AnalogCursorDeadZone' has a wrong offset!"); \ static_assert(offsetof(UCFCoreGamepadCursorSettings, AnalogCursorAccelerationMultiplier) == 0x0000D8, "Member 'UCFCoreGamepadCursorSettings::AnalogCursorAccelerationMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCFCoreGamepadCursorSettings, AnalogCursorSize) == 0x0000DC, "Member 'UCFCoreGamepadCursorSettings::AnalogCursorSize' has a wrong offset!"); \ static_assert(offsetof(UCFCoreGamepadCursorSettings, bUseEngineAnalogCursor) == 0x0000E0, "Member 'UCFCoreGamepadCursorSettings::bUseEngineAnalogCursor' has a wrong offset!"); \ static_assert(offsetof(UCFCoreGamepadCursorSettings, bAnalogCursorNoAcceleration) == 0x0000E1, "Member 'UCFCoreGamepadCursorSettings::bAnalogCursorNoAcceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreThemeSettings_CommitThemeData \ static_assert(alignof(CFCoreThemeSettings_CommitThemeData) == 0x000008, "Wrong alignment on CFCoreThemeSettings_CommitThemeData"); \ static_assert(sizeof(CFCoreThemeSettings_CommitThemeData) == 0x000118, "Wrong size on CFCoreThemeSettings_CommitThemeData"); \ static_assert(offsetof(CFCoreThemeSettings_CommitThemeData, themeDataTable) == 0x000000, "Member 'CFCoreThemeSettings_CommitThemeData::themeDataTable' has a wrong offset!"); \ static_assert(offsetof(CFCoreThemeSettings_CommitThemeData, themeName) == 0x000008, "Member 'CFCoreThemeSettings_CommitThemeData::themeName' has a wrong offset!"); \ static_assert(offsetof(CFCoreThemeSettings_CommitThemeData, Data) == 0x000018, "Member 'CFCoreThemeSettings_CommitThemeData::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCFCoreThemeSettings \ static_assert(alignof(UCFCoreThemeSettings) == 0x000008, "Wrong alignment on UCFCoreThemeSettings"); \ static_assert(sizeof(UCFCoreThemeSettings) == 0x000028, "Wrong size on UCFCoreThemeSettings"); \ #define DUMPER7_ASSERTS_CFCoreMathHelperFunctionLibrary_Int32_AddOne \ static_assert(alignof(CFCoreMathHelperFunctionLibrary_Int32_AddOne) == 0x000004, "Wrong alignment on CFCoreMathHelperFunctionLibrary_Int32_AddOne"); \ static_assert(sizeof(CFCoreMathHelperFunctionLibrary_Int32_AddOne) == 0x000008, "Wrong size on CFCoreMathHelperFunctionLibrary_Int32_AddOne"); \ static_assert(offsetof(CFCoreMathHelperFunctionLibrary_Int32_AddOne, Value) == 0x000000, "Member 'CFCoreMathHelperFunctionLibrary_Int32_AddOne::Value' has a wrong offset!"); \ static_assert(offsetof(CFCoreMathHelperFunctionLibrary_Int32_AddOne, ReturnValue) == 0x000004, "Member 'CFCoreMathHelperFunctionLibrary_Int32_AddOne::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreMathHelperFunctionLibrary_Int32_SubOne \ static_assert(alignof(CFCoreMathHelperFunctionLibrary_Int32_SubOne) == 0x000004, "Wrong alignment on CFCoreMathHelperFunctionLibrary_Int32_SubOne"); \ static_assert(sizeof(CFCoreMathHelperFunctionLibrary_Int32_SubOne) == 0x000008, "Wrong size on CFCoreMathHelperFunctionLibrary_Int32_SubOne"); \ static_assert(offsetof(CFCoreMathHelperFunctionLibrary_Int32_SubOne, Value) == 0x000000, "Member 'CFCoreMathHelperFunctionLibrary_Int32_SubOne::Value' has a wrong offset!"); \ static_assert(offsetof(CFCoreMathHelperFunctionLibrary_Int32_SubOne, ReturnValue) == 0x000004, "Member 'CFCoreMathHelperFunctionLibrary_Int32_SubOne::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreMathHelperFunctionLibrary_Int64_AddOne \ static_assert(alignof(CFCoreMathHelperFunctionLibrary_Int64_AddOne) == 0x000008, "Wrong alignment on CFCoreMathHelperFunctionLibrary_Int64_AddOne"); \ static_assert(sizeof(CFCoreMathHelperFunctionLibrary_Int64_AddOne) == 0x000010, "Wrong size on CFCoreMathHelperFunctionLibrary_Int64_AddOne"); \ static_assert(offsetof(CFCoreMathHelperFunctionLibrary_Int64_AddOne, Value) == 0x000000, "Member 'CFCoreMathHelperFunctionLibrary_Int64_AddOne::Value' has a wrong offset!"); \ static_assert(offsetof(CFCoreMathHelperFunctionLibrary_Int64_AddOne, ReturnValue) == 0x000008, "Member 'CFCoreMathHelperFunctionLibrary_Int64_AddOne::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreMathHelperFunctionLibrary_Int64_SubOne \ static_assert(alignof(CFCoreMathHelperFunctionLibrary_Int64_SubOne) == 0x000008, "Wrong alignment on CFCoreMathHelperFunctionLibrary_Int64_SubOne"); \ static_assert(sizeof(CFCoreMathHelperFunctionLibrary_Int64_SubOne) == 0x000010, "Wrong size on CFCoreMathHelperFunctionLibrary_Int64_SubOne"); \ static_assert(offsetof(CFCoreMathHelperFunctionLibrary_Int64_SubOne, Value) == 0x000000, "Member 'CFCoreMathHelperFunctionLibrary_Int64_SubOne::Value' has a wrong offset!"); \ static_assert(offsetof(CFCoreMathHelperFunctionLibrary_Int64_SubOne, ReturnValue) == 0x000008, "Member 'CFCoreMathHelperFunctionLibrary_Int64_SubOne::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCFCoreMathHelperFunctionLibrary \ static_assert(alignof(UCFCoreMathHelperFunctionLibrary) == 0x000008, "Wrong alignment on UCFCoreMathHelperFunctionLibrary"); \ static_assert(sizeof(UCFCoreMathHelperFunctionLibrary) == 0x000028, "Wrong size on UCFCoreMathHelperFunctionLibrary"); \ #define DUMPER7_ASSERTS_UCFCoreRichText \ static_assert(alignof(UCFCoreRichText) == 0x000008, "Wrong alignment on UCFCoreRichText"); \ static_assert(sizeof(UCFCoreRichText) == 0x0006E8, "Wrong size on UCFCoreRichText"); \ static_assert(offsetof(UCFCoreRichText, ImageMap) == 0x000678, "Member 'UCFCoreRichText::ImageMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUIBaseModel_OnEventReceived \ static_assert(alignof(CFCoreUIBaseModel_OnEventReceived) == 0x000008, "Wrong alignment on CFCoreUIBaseModel_OnEventReceived"); \ static_assert(sizeof(CFCoreUIBaseModel_OnEventReceived) == 0x000030, "Wrong size on CFCoreUIBaseModel_OnEventReceived"); \ static_assert(offsetof(CFCoreUIBaseModel_OnEventReceived, evt) == 0x000000, "Member 'CFCoreUIBaseModel_OnEventReceived::evt' has a wrong offset!"); \ static_assert(offsetof(CFCoreUIBaseModel_OnEventReceived, InModsList) == 0x000008, "Member 'CFCoreUIBaseModel_OnEventReceived::InModsList' has a wrong offset!"); \ static_assert(offsetof(CFCoreUIBaseModel_OnEventReceived, OutModsList) == 0x000018, "Member 'CFCoreUIBaseModel_OnEventReceived::OutModsList' has a wrong offset!"); \ static_assert(offsetof(CFCoreUIBaseModel_OnEventReceived, ReturnValue) == 0x000028, "Member 'CFCoreUIBaseModel_OnEventReceived::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUIBaseModel_OnEventReceived_Installed \ static_assert(alignof(CFCoreUIBaseModel_OnEventReceived_Installed) == 0x000008, "Wrong alignment on CFCoreUIBaseModel_OnEventReceived_Installed"); \ static_assert(sizeof(CFCoreUIBaseModel_OnEventReceived_Installed) == 0x000030, "Wrong size on CFCoreUIBaseModel_OnEventReceived_Installed"); \ static_assert(offsetof(CFCoreUIBaseModel_OnEventReceived_Installed, evt) == 0x000000, "Member 'CFCoreUIBaseModel_OnEventReceived_Installed::evt' has a wrong offset!"); \ static_assert(offsetof(CFCoreUIBaseModel_OnEventReceived_Installed, InModsList) == 0x000008, "Member 'CFCoreUIBaseModel_OnEventReceived_Installed::InModsList' has a wrong offset!"); \ static_assert(offsetof(CFCoreUIBaseModel_OnEventReceived_Installed, OutModsList) == 0x000018, "Member 'CFCoreUIBaseModel_OnEventReceived_Installed::OutModsList' has a wrong offset!"); \ static_assert(offsetof(CFCoreUIBaseModel_OnEventReceived_Installed, ReturnValue) == 0x000028, "Member 'CFCoreUIBaseModel_OnEventReceived_Installed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUIBaseModel_OnEventReceived_LibraryProgress \ static_assert(alignof(CFCoreUIBaseModel_OnEventReceived_LibraryProgress) == 0x000008, "Wrong alignment on CFCoreUIBaseModel_OnEventReceived_LibraryProgress"); \ static_assert(sizeof(CFCoreUIBaseModel_OnEventReceived_LibraryProgress) == 0x000060, "Wrong size on CFCoreUIBaseModel_OnEventReceived_LibraryProgress"); \ static_assert(offsetof(CFCoreUIBaseModel_OnEventReceived_LibraryProgress, evt) == 0x000000, "Member 'CFCoreUIBaseModel_OnEventReceived_LibraryProgress::evt' has a wrong offset!"); \ static_assert(offsetof(CFCoreUIBaseModel_OnEventReceived_LibraryProgress, progress) == 0x000008, "Member 'CFCoreUIBaseModel_OnEventReceived_LibraryProgress::progress' has a wrong offset!"); \ static_assert(offsetof(CFCoreUIBaseModel_OnEventReceived_LibraryProgress, OutModsList) == 0x000048, "Member 'CFCoreUIBaseModel_OnEventReceived_LibraryProgress::OutModsList' has a wrong offset!"); \ static_assert(offsetof(CFCoreUIBaseModel_OnEventReceived_LibraryProgress, ReturnValue) == 0x000058, "Member 'CFCoreUIBaseModel_OnEventReceived_LibraryProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICFCoreUIBaseModel \ static_assert(alignof(ICFCoreUIBaseModel) == 0x000001, "Wrong alignment on ICFCoreUIBaseModel"); \ static_assert(sizeof(ICFCoreUIBaseModel) == 0x000001, "Wrong size on ICFCoreUIBaseModel"); \ #define DUMPER7_ASSERTS_CFCoreUIBaseView_OnEventBroadcasted \ static_assert(alignof(CFCoreUIBaseView_OnEventBroadcasted) == 0x000008, "Wrong alignment on CFCoreUIBaseView_OnEventBroadcasted"); \ static_assert(sizeof(CFCoreUIBaseView_OnEventBroadcasted) == 0x000030, "Wrong size on CFCoreUIBaseView_OnEventBroadcasted"); \ static_assert(offsetof(CFCoreUIBaseView_OnEventBroadcasted, evt) == 0x000000, "Member 'CFCoreUIBaseView_OnEventBroadcasted::evt' has a wrong offset!"); \ static_assert(offsetof(CFCoreUIBaseView_OnEventBroadcasted, ModsList) == 0x000008, "Member 'CFCoreUIBaseView_OnEventBroadcasted::ModsList' has a wrong offset!"); \ static_assert(offsetof(CFCoreUIBaseView_OnEventBroadcasted, pagination) == 0x000018, "Member 'CFCoreUIBaseView_OnEventBroadcasted::pagination' has a wrong offset!"); \ static_assert(offsetof(CFCoreUIBaseView_OnEventBroadcasted, ReturnValue) == 0x000028, "Member 'CFCoreUIBaseView_OnEventBroadcasted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICFCoreUIBaseView \ static_assert(alignof(ICFCoreUIBaseView) == 0x000001, "Wrong alignment on ICFCoreUIBaseView"); \ static_assert(sizeof(ICFCoreUIBaseView) == 0x000001, "Wrong size on ICFCoreUIBaseView"); \ #define DUMPER7_ASSERTS_UCFCoreUIModel \ static_assert(alignof(UCFCoreUIModel) == 0x000008, "Wrong alignment on UCFCoreUIModel"); \ static_assert(sizeof(UCFCoreUIModel) == 0x000080, "Wrong size on UCFCoreUIModel"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_MakeFInstallProgressMod \ static_assert(alignof(CFCoreUISubsystem_MakeFInstallProgressMod) == 0x000008, "Wrong alignment on CFCoreUISubsystem_MakeFInstallProgressMod"); \ static_assert(sizeof(CFCoreUISubsystem_MakeFInstallProgressMod) == 0x000710, "Wrong size on CFCoreUISubsystem_MakeFInstallProgressMod"); \ static_assert(offsetof(CFCoreUISubsystem_MakeFInstallProgressMod, mod) == 0x000000, "Member 'CFCoreUISubsystem_MakeFInstallProgressMod::mod' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_MakeFInstallProgressMod, ReturnValue) == 0x0001F8, "Member 'CFCoreUISubsystem_MakeFInstallProgressMod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_MakeFInstallProgressModFromID \ static_assert(alignof(CFCoreUISubsystem_MakeFInstallProgressModFromID) == 0x000008, "Wrong alignment on CFCoreUISubsystem_MakeFInstallProgressModFromID"); \ static_assert(sizeof(CFCoreUISubsystem_MakeFInstallProgressModFromID) == 0x000520, "Wrong size on CFCoreUISubsystem_MakeFInstallProgressModFromID"); \ static_assert(offsetof(CFCoreUISubsystem_MakeFInstallProgressModFromID, ID) == 0x000000, "Member 'CFCoreUISubsystem_MakeFInstallProgressModFromID::ID' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_MakeFInstallProgressModFromID, ReturnValue) == 0x000008, "Member 'CFCoreUISubsystem_MakeFInstallProgressModFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_SetMod \ static_assert(alignof(CFCoreUISubsystem_SetMod) == 0x000008, "Wrong alignment on CFCoreUISubsystem_SetMod"); \ static_assert(sizeof(CFCoreUISubsystem_SetMod) == 0x000A78, "Wrong size on CFCoreUISubsystem_SetMod"); \ static_assert(offsetof(CFCoreUISubsystem_SetMod, mod) == 0x000000, "Member 'CFCoreUISubsystem_SetMod::mod' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_SetMod, InInstalledMod) == 0x0001F8, "Member 'CFCoreUISubsystem_SetMod::InInstalledMod' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_SetMod, OutInstalledMod) == 0x000638, "Member 'CFCoreUISubsystem_SetMod::OutInstalledMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_ApiGetModsById \ static_assert(alignof(CFCoreUISubsystem_ApiGetModsById) == 0x000008, "Wrong alignment on CFCoreUISubsystem_ApiGetModsById"); \ static_assert(sizeof(CFCoreUISubsystem_ApiGetModsById) == 0x000010, "Wrong size on CFCoreUISubsystem_ApiGetModsById"); \ static_assert(offsetof(CFCoreUISubsystem_ApiGetModsById, modIds) == 0x000000, "Member 'CFCoreUISubsystem_ApiGetModsById::modIds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_CancelModInstallation \ static_assert(alignof(CFCoreUISubsystem_CancelModInstallation) == 0x000008, "Wrong alignment on CFCoreUISubsystem_CancelModInstallation"); \ static_assert(sizeof(CFCoreUISubsystem_CancelModInstallation) == 0x0001F8, "Wrong size on CFCoreUISubsystem_CancelModInstallation"); \ static_assert(offsetof(CFCoreUISubsystem_CancelModInstallation, mod) == 0x000000, "Member 'CFCoreUISubsystem_CancelModInstallation::mod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_CanInstallMod \ static_assert(alignof(CFCoreUISubsystem_CanInstallMod) == 0x000008, "Wrong alignment on CFCoreUISubsystem_CanInstallMod"); \ static_assert(sizeof(CFCoreUISubsystem_CanInstallMod) == 0x000520, "Wrong size on CFCoreUISubsystem_CanInstallMod"); \ static_assert(offsetof(CFCoreUISubsystem_CanInstallMod, InstallProgressMod) == 0x000000, "Member 'CFCoreUISubsystem_CanInstallMod::InstallProgressMod' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_CanInstallMod, bIsUploadedByLocalPlayer) == 0x000518, "Member 'CFCoreUISubsystem_CanInstallMod::bIsUploadedByLocalPlayer' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_CanInstallMod, ReturnValue) == 0x000519, "Member 'CFCoreUISubsystem_CanInstallMod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_GetModById \ static_assert(alignof(CFCoreUISubsystem_GetModById) == 0x000008, "Wrong alignment on CFCoreUISubsystem_GetModById"); \ static_assert(sizeof(CFCoreUISubsystem_GetModById) == 0x000528, "Wrong size on CFCoreUISubsystem_GetModById"); \ static_assert(offsetof(CFCoreUISubsystem_GetModById, OutMod) == 0x000000, "Member 'CFCoreUISubsystem_GetModById::OutMod' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_GetModById, ID) == 0x000518, "Member 'CFCoreUISubsystem_GetModById::ID' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_GetModById, ReturnValue) == 0x000520, "Member 'CFCoreUISubsystem_GetModById::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_GetModNeedsUpdate \ static_assert(alignof(CFCoreUISubsystem_GetModNeedsUpdate) == 0x000008, "Wrong alignment on CFCoreUISubsystem_GetModNeedsUpdate"); \ static_assert(sizeof(CFCoreUISubsystem_GetModNeedsUpdate) == 0x000010, "Wrong size on CFCoreUISubsystem_GetModNeedsUpdate"); \ static_assert(offsetof(CFCoreUISubsystem_GetModNeedsUpdate, ID) == 0x000000, "Member 'CFCoreUISubsystem_GetModNeedsUpdate::ID' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_GetModNeedsUpdate, ReturnValue) == 0x000008, "Member 'CFCoreUISubsystem_GetModNeedsUpdate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_GetModSize \ static_assert(alignof(CFCoreUISubsystem_GetModSize) == 0x000008, "Wrong alignment on CFCoreUISubsystem_GetModSize"); \ static_assert(sizeof(CFCoreUISubsystem_GetModSize) == 0x000520, "Wrong size on CFCoreUISubsystem_GetModSize"); \ static_assert(offsetof(CFCoreUISubsystem_GetModSize, InstallProgressMod) == 0x000000, "Member 'CFCoreUISubsystem_GetModSize::InstallProgressMod' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_GetModSize, ReturnValue) == 0x000518, "Member 'CFCoreUISubsystem_GetModSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_InitializeModView \ static_assert(alignof(CFCoreUISubsystem_InitializeModView) == 0x000008, "Wrong alignment on CFCoreUISubsystem_InitializeModView"); \ static_assert(sizeof(CFCoreUISubsystem_InitializeModView) == 0x000208, "Wrong size on CFCoreUISubsystem_InitializeModView"); \ static_assert(offsetof(CFCoreUISubsystem_InitializeModView, View) == 0x000000, "Member 'CFCoreUISubsystem_InitializeModView::View' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_InitializeModView, mod) == 0x000008, "Member 'CFCoreUISubsystem_InitializeModView::mod' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_InitializeModView, ReturnValue) == 0x000200, "Member 'CFCoreUISubsystem_InitializeModView::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_InstallMod \ static_assert(alignof(CFCoreUISubsystem_InstallMod) == 0x000008, "Wrong alignment on CFCoreUISubsystem_InstallMod"); \ static_assert(sizeof(CFCoreUISubsystem_InstallMod) == 0x0001F8, "Wrong size on CFCoreUISubsystem_InstallMod"); \ static_assert(offsetof(CFCoreUISubsystem_InstallMod, mod) == 0x000000, "Member 'CFCoreUISubsystem_InstallMod::mod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_IsAnyModInstalling \ static_assert(alignof(CFCoreUISubsystem_IsAnyModInstalling) == 0x000001, "Wrong alignment on CFCoreUISubsystem_IsAnyModInstalling"); \ static_assert(sizeof(CFCoreUISubsystem_IsAnyModInstalling) == 0x000001, "Wrong size on CFCoreUISubsystem_IsAnyModInstalling"); \ static_assert(offsetof(CFCoreUISubsystem_IsAnyModInstalling, ReturnValue) == 0x000000, "Member 'CFCoreUISubsystem_IsAnyModInstalling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnCancelModInstallation \ static_assert(alignof(CFCoreUISubsystem_OnCancelModInstallation) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnCancelModInstallation"); \ static_assert(sizeof(CFCoreUISubsystem_OnCancelModInstallation) == 0x000038, "Wrong size on CFCoreUISubsystem_OnCancelModInstallation"); \ static_assert(offsetof(CFCoreUISubsystem_OnCancelModInstallation, Error) == 0x000000, "Member 'CFCoreUISubsystem_OnCancelModInstallation::Error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnFinishedInstalling \ static_assert(alignof(CFCoreUISubsystem_OnFinishedInstalling) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnFinishedInstalling"); \ static_assert(sizeof(CFCoreUISubsystem_OnFinishedInstalling) == 0x000440, "Wrong size on CFCoreUISubsystem_OnFinishedInstalling"); \ static_assert(offsetof(CFCoreUISubsystem_OnFinishedInstalling, InstalledMod) == 0x000000, "Member 'CFCoreUISubsystem_OnFinishedInstalling::InstalledMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnFinishedUpdating \ static_assert(alignof(CFCoreUISubsystem_OnFinishedUpdating) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnFinishedUpdating"); \ static_assert(sizeof(CFCoreUISubsystem_OnFinishedUpdating) == 0x000440, "Wrong size on CFCoreUISubsystem_OnFinishedUpdating"); \ static_assert(offsetof(CFCoreUISubsystem_OnFinishedUpdating, updatedMod) == 0x000000, "Member 'CFCoreUISubsystem_OnFinishedUpdating::updatedMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnGetCookerSdkVersionError \ static_assert(alignof(CFCoreUISubsystem_OnGetCookerSdkVersionError) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnGetCookerSdkVersionError"); \ static_assert(sizeof(CFCoreUISubsystem_OnGetCookerSdkVersionError) == 0x000038, "Wrong size on CFCoreUISubsystem_OnGetCookerSdkVersionError"); \ static_assert(offsetof(CFCoreUISubsystem_OnGetCookerSdkVersionError, Error) == 0x000000, "Member 'CFCoreUISubsystem_OnGetCookerSdkVersionError::Error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnGetInstalledMods \ static_assert(alignof(CFCoreUISubsystem_OnGetInstalledMods) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnGetInstalledMods"); \ static_assert(sizeof(CFCoreUISubsystem_OnGetInstalledMods) == 0x000010, "Wrong size on CFCoreUISubsystem_OnGetInstalledMods"); \ static_assert(offsetof(CFCoreUISubsystem_OnGetInstalledMods, installedMods) == 0x000000, "Member 'CFCoreUISubsystem_OnGetInstalledMods::installedMods' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnGetInstalledModsError \ static_assert(alignof(CFCoreUISubsystem_OnGetInstalledModsError) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnGetInstalledModsError"); \ static_assert(sizeof(CFCoreUISubsystem_OnGetInstalledModsError) == 0x000038, "Wrong size on CFCoreUISubsystem_OnGetInstalledModsError"); \ static_assert(offsetof(CFCoreUISubsystem_OnGetInstalledModsError, Error) == 0x000000, "Member 'CFCoreUISubsystem_OnGetInstalledModsError::Error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnGetModsByIds \ static_assert(alignof(CFCoreUISubsystem_OnGetModsByIds) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnGetModsByIds"); \ static_assert(sizeof(CFCoreUISubsystem_OnGetModsByIds) == 0x000010, "Wrong size on CFCoreUISubsystem_OnGetModsByIds"); \ static_assert(offsetof(CFCoreUISubsystem_OnGetModsByIds, mods) == 0x000000, "Member 'CFCoreUISubsystem_OnGetModsByIds::mods' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnGetMyRatingsError \ static_assert(alignof(CFCoreUISubsystem_OnGetMyRatingsError) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnGetMyRatingsError"); \ static_assert(sizeof(CFCoreUISubsystem_OnGetMyRatingsError) == 0x000038, "Wrong size on CFCoreUISubsystem_OnGetMyRatingsError"); \ static_assert(offsetof(CFCoreUISubsystem_OnGetMyRatingsError, Error) == 0x000000, "Member 'CFCoreUISubsystem_OnGetMyRatingsError::Error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnInstallProgress \ static_assert(alignof(CFCoreUISubsystem_OnInstallProgress) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnInstallProgress"); \ static_assert(sizeof(CFCoreUISubsystem_OnInstallProgress) == 0x000040, "Wrong size on CFCoreUISubsystem_OnInstallProgress"); \ static_assert(offsetof(CFCoreUISubsystem_OnInstallProgress, progress) == 0x000000, "Member 'CFCoreUISubsystem_OnInstallProgress::progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnModInstallError \ static_assert(alignof(CFCoreUISubsystem_OnModInstallError) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnModInstallError"); \ static_assert(sizeof(CFCoreUISubsystem_OnModInstallError) == 0x000038, "Wrong size on CFCoreUISubsystem_OnModInstallError"); \ static_assert(offsetof(CFCoreUISubsystem_OnModInstallError, Error) == 0x000000, "Member 'CFCoreUISubsystem_OnModInstallError::Error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnModUninstallError \ static_assert(alignof(CFCoreUISubsystem_OnModUninstallError) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnModUninstallError"); \ static_assert(sizeof(CFCoreUISubsystem_OnModUninstallError) == 0x000038, "Wrong size on CFCoreUISubsystem_OnModUninstallError"); \ static_assert(offsetof(CFCoreUISubsystem_OnModUninstallError, Error) == 0x000000, "Member 'CFCoreUISubsystem_OnModUninstallError::Error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnMyMods \ static_assert(alignof(CFCoreUISubsystem_OnMyMods) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnMyMods"); \ static_assert(sizeof(CFCoreUISubsystem_OnMyMods) == 0x000010, "Wrong size on CFCoreUISubsystem_OnMyMods"); \ static_assert(offsetof(CFCoreUISubsystem_OnMyMods, mods) == 0x000000, "Member 'CFCoreUISubsystem_OnMyMods::mods' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnMyModsError \ static_assert(alignof(CFCoreUISubsystem_OnMyModsError) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnMyModsError"); \ static_assert(sizeof(CFCoreUISubsystem_OnMyModsError) == 0x000038, "Wrong size on CFCoreUISubsystem_OnMyModsError"); \ static_assert(offsetof(CFCoreUISubsystem_OnMyModsError, Error) == 0x000000, "Member 'CFCoreUISubsystem_OnMyModsError::Error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnRatingsReceived \ static_assert(alignof(CFCoreUISubsystem_OnRatingsReceived) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnRatingsReceived"); \ static_assert(sizeof(CFCoreUISubsystem_OnRatingsReceived) == 0x000020, "Wrong size on CFCoreUISubsystem_OnRatingsReceived"); \ static_assert(offsetof(CFCoreUISubsystem_OnRatingsReceived, ratings) == 0x000000, "Member 'CFCoreUISubsystem_OnRatingsReceived::ratings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnSearchMods \ static_assert(alignof(CFCoreUISubsystem_OnSearchMods) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnSearchMods"); \ static_assert(sizeof(CFCoreUISubsystem_OnSearchMods) == 0x000020, "Wrong size on CFCoreUISubsystem_OnSearchMods"); \ static_assert(offsetof(CFCoreUISubsystem_OnSearchMods, mods) == 0x000000, "Member 'CFCoreUISubsystem_OnSearchMods::mods' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_OnSearchMods, pagination) == 0x000010, "Member 'CFCoreUISubsystem_OnSearchMods::pagination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnSearchModsError \ static_assert(alignof(CFCoreUISubsystem_OnSearchModsError) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnSearchModsError"); \ static_assert(sizeof(CFCoreUISubsystem_OnSearchModsError) == 0x000038, "Wrong size on CFCoreUISubsystem_OnSearchModsError"); \ static_assert(offsetof(CFCoreUISubsystem_OnSearchModsError, Error) == 0x000000, "Member 'CFCoreUISubsystem_OnSearchModsError::Error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnUninstall \ static_assert(alignof(CFCoreUISubsystem_OnUninstall) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnUninstall"); \ static_assert(sizeof(CFCoreUISubsystem_OnUninstall) == 0x000440, "Wrong size on CFCoreUISubsystem_OnUninstall"); \ static_assert(offsetof(CFCoreUISubsystem_OnUninstall, InstalledMod) == 0x000000, "Member 'CFCoreUISubsystem_OnUninstall::InstalledMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_OnUpdateModRatingError \ static_assert(alignof(CFCoreUISubsystem_OnUpdateModRatingError) == 0x000008, "Wrong alignment on CFCoreUISubsystem_OnUpdateModRatingError"); \ static_assert(sizeof(CFCoreUISubsystem_OnUpdateModRatingError) == 0x000038, "Wrong size on CFCoreUISubsystem_OnUpdateModRatingError"); \ static_assert(offsetof(CFCoreUISubsystem_OnUpdateModRatingError, Error) == 0x000000, "Member 'CFCoreUISubsystem_OnUpdateModRatingError::Error' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_PurchaseMod \ static_assert(alignof(CFCoreUISubsystem_PurchaseMod) == 0x000008, "Wrong alignment on CFCoreUISubsystem_PurchaseMod"); \ static_assert(sizeof(CFCoreUISubsystem_PurchaseMod) == 0x000008, "Wrong size on CFCoreUISubsystem_PurchaseMod"); \ static_assert(offsetof(CFCoreUISubsystem_PurchaseMod, modId) == 0x000000, "Member 'CFCoreUISubsystem_PurchaseMod::modId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_PurchaseMods \ static_assert(alignof(CFCoreUISubsystem_PurchaseMods) == 0x000008, "Wrong alignment on CFCoreUISubsystem_PurchaseMods"); \ static_assert(sizeof(CFCoreUISubsystem_PurchaseMods) == 0x000010, "Wrong size on CFCoreUISubsystem_PurchaseMods"); \ static_assert(offsetof(CFCoreUISubsystem_PurchaseMods, ModsId) == 0x000000, "Member 'CFCoreUISubsystem_PurchaseMods::ModsId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_RegisterErrorDelegate \ static_assert(alignof(CFCoreUISubsystem_RegisterErrorDelegate) == 0x000004, "Wrong alignment on CFCoreUISubsystem_RegisterErrorDelegate"); \ static_assert(sizeof(CFCoreUISubsystem_RegisterErrorDelegate) == 0x000010, "Wrong size on CFCoreUISubsystem_RegisterErrorDelegate"); \ static_assert(offsetof(CFCoreUISubsystem_RegisterErrorDelegate, errorDelegate) == 0x000000, "Member 'CFCoreUISubsystem_RegisterErrorDelegate::errorDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_RegisterModelClass \ static_assert(alignof(CFCoreUISubsystem_RegisterModelClass) == 0x000008, "Wrong alignment on CFCoreUISubsystem_RegisterModelClass"); \ static_assert(sizeof(CFCoreUISubsystem_RegisterModelClass) == 0x000010, "Wrong size on CFCoreUISubsystem_RegisterModelClass"); \ static_assert(offsetof(CFCoreUISubsystem_RegisterModelClass, modelClass) == 0x000000, "Member 'CFCoreUISubsystem_RegisterModelClass::modelClass' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_RegisterModelClass, ReturnValue) == 0x000008, "Member 'CFCoreUISubsystem_RegisterModelClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_RegisterPurchaseModDelegate \ static_assert(alignof(CFCoreUISubsystem_RegisterPurchaseModDelegate) == 0x000004, "Wrong alignment on CFCoreUISubsystem_RegisterPurchaseModDelegate"); \ static_assert(sizeof(CFCoreUISubsystem_RegisterPurchaseModDelegate) == 0x000010, "Wrong size on CFCoreUISubsystem_RegisterPurchaseModDelegate"); \ static_assert(offsetof(CFCoreUISubsystem_RegisterPurchaseModDelegate, PurchaseModDelegate) == 0x000000, "Member 'CFCoreUISubsystem_RegisterPurchaseModDelegate::PurchaseModDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_RegisterPurchaseModsDelegate \ static_assert(alignof(CFCoreUISubsystem_RegisterPurchaseModsDelegate) == 0x000004, "Wrong alignment on CFCoreUISubsystem_RegisterPurchaseModsDelegate"); \ static_assert(sizeof(CFCoreUISubsystem_RegisterPurchaseModsDelegate) == 0x000010, "Wrong size on CFCoreUISubsystem_RegisterPurchaseModsDelegate"); \ static_assert(offsetof(CFCoreUISubsystem_RegisterPurchaseModsDelegate, PurchaseModsDelegate) == 0x000000, "Member 'CFCoreUISubsystem_RegisterPurchaseModsDelegate::PurchaseModsDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_RegisterTryInstallModResultDelegate \ static_assert(alignof(CFCoreUISubsystem_RegisterTryInstallModResultDelegate) == 0x000004, "Wrong alignment on CFCoreUISubsystem_RegisterTryInstallModResultDelegate"); \ static_assert(sizeof(CFCoreUISubsystem_RegisterTryInstallModResultDelegate) == 0x000010, "Wrong size on CFCoreUISubsystem_RegisterTryInstallModResultDelegate"); \ static_assert(offsetof(CFCoreUISubsystem_RegisterTryInstallModResultDelegate, tryInstallModResultDelegate) == 0x000000, "Member 'CFCoreUISubsystem_RegisterTryInstallModResultDelegate::tryInstallModResultDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_SearchMods \ static_assert(alignof(CFCoreUISubsystem_SearchMods) == 0x000008, "Wrong alignment on CFCoreUISubsystem_SearchMods"); \ static_assert(sizeof(CFCoreUISubsystem_SearchMods) == 0x000050, "Wrong size on CFCoreUISubsystem_SearchMods"); \ static_assert(offsetof(CFCoreUISubsystem_SearchMods, Filter) == 0x000000, "Member 'CFCoreUISubsystem_SearchMods::Filter' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_SearchMods, pagination) == 0x000048, "Member 'CFCoreUISubsystem_SearchMods::pagination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_SubscribeViewToEvent \ static_assert(alignof(CFCoreUISubsystem_SubscribeViewToEvent) == 0x000008, "Wrong alignment on CFCoreUISubsystem_SubscribeViewToEvent"); \ static_assert(sizeof(CFCoreUISubsystem_SubscribeViewToEvent) == 0x000010, "Wrong size on CFCoreUISubsystem_SubscribeViewToEvent"); \ static_assert(offsetof(CFCoreUISubsystem_SubscribeViewToEvent, View) == 0x000000, "Member 'CFCoreUISubsystem_SubscribeViewToEvent::View' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_SubscribeViewToEvent, evt) == 0x000008, "Member 'CFCoreUISubsystem_SubscribeViewToEvent::evt' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_SubscribeViewToEvent, initializeView) == 0x000009, "Member 'CFCoreUISubsystem_SubscribeViewToEvent::initializeView' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_SubscribeViewToEvent, ReturnValue) == 0x00000A, "Member 'CFCoreUISubsystem_SubscribeViewToEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_SubscribeViewToEvents \ static_assert(alignof(CFCoreUISubsystem_SubscribeViewToEvents) == 0x000008, "Wrong alignment on CFCoreUISubsystem_SubscribeViewToEvents"); \ static_assert(sizeof(CFCoreUISubsystem_SubscribeViewToEvents) == 0x000020, "Wrong size on CFCoreUISubsystem_SubscribeViewToEvents"); \ static_assert(offsetof(CFCoreUISubsystem_SubscribeViewToEvents, View) == 0x000000, "Member 'CFCoreUISubsystem_SubscribeViewToEvents::View' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_SubscribeViewToEvents, evts) == 0x000008, "Member 'CFCoreUISubsystem_SubscribeViewToEvents::evts' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_SubscribeViewToEvents, initializeView) == 0x000018, "Member 'CFCoreUISubsystem_SubscribeViewToEvents::initializeView' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_SubscribeViewToEvents, ReturnValue) == 0x000019, "Member 'CFCoreUISubsystem_SubscribeViewToEvents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_TryInstallMod \ static_assert(alignof(CFCoreUISubsystem_TryInstallMod) == 0x000008, "Wrong alignment on CFCoreUISubsystem_TryInstallMod"); \ static_assert(sizeof(CFCoreUISubsystem_TryInstallMod) == 0x000520, "Wrong size on CFCoreUISubsystem_TryInstallMod"); \ static_assert(offsetof(CFCoreUISubsystem_TryInstallMod, InstallProgressMod) == 0x000000, "Member 'CFCoreUISubsystem_TryInstallMod::InstallProgressMod' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_TryInstallMod, bIsUploadedByLocalPlayer) == 0x000518, "Member 'CFCoreUISubsystem_TryInstallMod::bIsUploadedByLocalPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_UninstallMod \ static_assert(alignof(CFCoreUISubsystem_UninstallMod) == 0x000008, "Wrong alignment on CFCoreUISubsystem_UninstallMod"); \ static_assert(sizeof(CFCoreUISubsystem_UninstallMod) == 0x0001F8, "Wrong size on CFCoreUISubsystem_UninstallMod"); \ static_assert(offsetof(CFCoreUISubsystem_UninstallMod, mod) == 0x000000, "Member 'CFCoreUISubsystem_UninstallMod::mod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_UnregisterModelClass \ static_assert(alignof(CFCoreUISubsystem_UnregisterModelClass) == 0x000008, "Wrong alignment on CFCoreUISubsystem_UnregisterModelClass"); \ static_assert(sizeof(CFCoreUISubsystem_UnregisterModelClass) == 0x000010, "Wrong size on CFCoreUISubsystem_UnregisterModelClass"); \ static_assert(offsetof(CFCoreUISubsystem_UnregisterModelClass, modelClass) == 0x000000, "Member 'CFCoreUISubsystem_UnregisterModelClass::modelClass' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_UnregisterModelClass, ReturnValue) == 0x000008, "Member 'CFCoreUISubsystem_UnregisterModelClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_UnsubscribeViewFromEvent \ static_assert(alignof(CFCoreUISubsystem_UnsubscribeViewFromEvent) == 0x000008, "Wrong alignment on CFCoreUISubsystem_UnsubscribeViewFromEvent"); \ static_assert(sizeof(CFCoreUISubsystem_UnsubscribeViewFromEvent) == 0x000010, "Wrong size on CFCoreUISubsystem_UnsubscribeViewFromEvent"); \ static_assert(offsetof(CFCoreUISubsystem_UnsubscribeViewFromEvent, View) == 0x000000, "Member 'CFCoreUISubsystem_UnsubscribeViewFromEvent::View' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_UnsubscribeViewFromEvent, evt) == 0x000008, "Member 'CFCoreUISubsystem_UnsubscribeViewFromEvent::evt' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_UnsubscribeViewFromEvent, ReturnValue) == 0x000009, "Member 'CFCoreUISubsystem_UnsubscribeViewFromEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_UnsubscribeViewFromEvents \ static_assert(alignof(CFCoreUISubsystem_UnsubscribeViewFromEvents) == 0x000008, "Wrong alignment on CFCoreUISubsystem_UnsubscribeViewFromEvents"); \ static_assert(sizeof(CFCoreUISubsystem_UnsubscribeViewFromEvents) == 0x000018, "Wrong size on CFCoreUISubsystem_UnsubscribeViewFromEvents"); \ static_assert(offsetof(CFCoreUISubsystem_UnsubscribeViewFromEvents, View) == 0x000000, "Member 'CFCoreUISubsystem_UnsubscribeViewFromEvents::View' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_UnsubscribeViewFromEvents, evts) == 0x000008, "Member 'CFCoreUISubsystem_UnsubscribeViewFromEvents::evts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_UpdateAllModRatings \ static_assert(alignof(CFCoreUISubsystem_UpdateAllModRatings) == 0x000004, "Wrong alignment on CFCoreUISubsystem_UpdateAllModRatings"); \ static_assert(sizeof(CFCoreUISubsystem_UpdateAllModRatings) == 0x000010, "Wrong size on CFCoreUISubsystem_UpdateAllModRatings"); \ static_assert(offsetof(CFCoreUISubsystem_UpdateAllModRatings, ReceivedModsRatingsInit) == 0x000000, "Member 'CFCoreUISubsystem_UpdateAllModRatings::ReceivedModsRatingsInit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_UpdateMod \ static_assert(alignof(CFCoreUISubsystem_UpdateMod) == 0x000008, "Wrong alignment on CFCoreUISubsystem_UpdateMod"); \ static_assert(sizeof(CFCoreUISubsystem_UpdateMod) == 0x0001F8, "Wrong size on CFCoreUISubsystem_UpdateMod"); \ static_assert(offsetof(CFCoreUISubsystem_UpdateMod, mod) == 0x000000, "Member 'CFCoreUISubsystem_UpdateMod::mod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreUISubsystem_UpdateModRating \ static_assert(alignof(CFCoreUISubsystem_UpdateModRating) == 0x000008, "Wrong alignment on CFCoreUISubsystem_UpdateModRating"); \ static_assert(sizeof(CFCoreUISubsystem_UpdateModRating) == 0x000010, "Wrong size on CFCoreUISubsystem_UpdateModRating"); \ static_assert(offsetof(CFCoreUISubsystem_UpdateModRating, modId) == 0x000000, "Member 'CFCoreUISubsystem_UpdateModRating::modId' has a wrong offset!"); \ static_assert(offsetof(CFCoreUISubsystem_UpdateModRating, Vote) == 0x000008, "Member 'CFCoreUISubsystem_UpdateModRating::Vote' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCFCoreUISubsystem \ static_assert(alignof(UCFCoreUISubsystem) == 0x000008, "Wrong alignment on UCFCoreUISubsystem"); \ static_assert(sizeof(UCFCoreUISubsystem) == 0x000240, "Wrong size on UCFCoreUISubsystem"); \ static_assert(offsetof(UCFCoreUISubsystem, UIPurchaseModDelegate) == 0x000030, "Member 'UCFCoreUISubsystem::UIPurchaseModDelegate' has a wrong offset!"); \ static_assert(offsetof(UCFCoreUISubsystem, UIPurchaseModsDelegate) == 0x000040, "Member 'UCFCoreUISubsystem::UIPurchaseModsDelegate' has a wrong offset!"); \ static_assert(offsetof(UCFCoreUISubsystem, UserRatings) == 0x000050, "Member 'UCFCoreUISubsystem::UserRatings' has a wrong offset!"); \ static_assert(offsetof(UCFCoreUISubsystem, ModsRatingsInit) == 0x000070, "Member 'UCFCoreUISubsystem::ModsRatingsInit' has a wrong offset!"); \ static_assert(offsetof(UCFCoreUISubsystem, bRatingsInitialized) == 0x000080, "Member 'UCFCoreUISubsystem::bRatingsInitialized' has a wrong offset!"); \ static_assert(offsetof(UCFCoreUISubsystem, Models) == 0x000210, "Member 'UCFCoreUISubsystem::Models' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreVirtualCursorFunctionLibrary_DisableVirtualCursor \ static_assert(alignof(CFCoreVirtualCursorFunctionLibrary_DisableVirtualCursor) == 0x000008, "Wrong alignment on CFCoreVirtualCursorFunctionLibrary_DisableVirtualCursor"); \ static_assert(sizeof(CFCoreVirtualCursorFunctionLibrary_DisableVirtualCursor) == 0x000008, "Wrong size on CFCoreVirtualCursorFunctionLibrary_DisableVirtualCursor"); \ static_assert(offsetof(CFCoreVirtualCursorFunctionLibrary_DisableVirtualCursor, PC) == 0x000000, "Member 'CFCoreVirtualCursorFunctionLibrary_DisableVirtualCursor::PC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreVirtualCursorFunctionLibrary_EnableVirtualCursor \ static_assert(alignof(CFCoreVirtualCursorFunctionLibrary_EnableVirtualCursor) == 0x000008, "Wrong alignment on CFCoreVirtualCursorFunctionLibrary_EnableVirtualCursor"); \ static_assert(sizeof(CFCoreVirtualCursorFunctionLibrary_EnableVirtualCursor) == 0x000008, "Wrong size on CFCoreVirtualCursorFunctionLibrary_EnableVirtualCursor"); \ static_assert(offsetof(CFCoreVirtualCursorFunctionLibrary_EnableVirtualCursor, PC) == 0x000000, "Member 'CFCoreVirtualCursorFunctionLibrary_EnableVirtualCursor::PC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CFCoreVirtualCursorFunctionLibrary_IsCursorOverInteractableWidget \ static_assert(alignof(CFCoreVirtualCursorFunctionLibrary_IsCursorOverInteractableWidget) == 0x000001, "Wrong alignment on CFCoreVirtualCursorFunctionLibrary_IsCursorOverInteractableWidget"); \ static_assert(sizeof(CFCoreVirtualCursorFunctionLibrary_IsCursorOverInteractableWidget) == 0x000001, "Wrong size on CFCoreVirtualCursorFunctionLibrary_IsCursorOverInteractableWidget"); \ static_assert(offsetof(CFCoreVirtualCursorFunctionLibrary_IsCursorOverInteractableWidget, ReturnValue) == 0x000000, "Member 'CFCoreVirtualCursorFunctionLibrary_IsCursorOverInteractableWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCFCoreVirtualCursorFunctionLibrary \ static_assert(alignof(UCFCoreVirtualCursorFunctionLibrary) == 0x000008, "Wrong alignment on UCFCoreVirtualCursorFunctionLibrary"); \ static_assert(sizeof(UCFCoreVirtualCursorFunctionLibrary) == 0x000028, "Wrong size on UCFCoreVirtualCursorFunctionLibrary"); \ #define DUMPER7_ASSERTS_ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge \ static_assert(alignof(ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge) == 0x000008, "Wrong alignment on ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge"); \ static_assert(sizeof(ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge) == 0x000070, "Wrong size on ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge"); \ static_assert(offsetof(ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge, EntryPoint) == 0x000000, "Member 'ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge, K2Node_Event_Context) == 0x000008, "Member 'ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_TeeterOnEdge_C_ExecuteUbergraph_ABL_TeeterOnEdge::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_TeeterOnEdge_C_OnAbilityBranch \ static_assert(alignof(ABL_TeeterOnEdge_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_TeeterOnEdge_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_TeeterOnEdge_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_TeeterOnEdge_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_TeeterOnEdge_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_TeeterOnEdge_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_TeeterOnEdge_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_TeeterOnEdge_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_TeeterOnEdge_C_OnAbilityStart \ static_assert(alignof(ABL_TeeterOnEdge_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_TeeterOnEdge_C_OnAbilityStart"); \ static_assert(sizeof(ABL_TeeterOnEdge_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_TeeterOnEdge_C_OnAbilityStart"); \ static_assert(offsetof(ABL_TeeterOnEdge_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_TeeterOnEdge_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TeeterOnEdge_C \ static_assert(alignof(UABL_TeeterOnEdge_C) == 0x000008, "Wrong alignment on UABL_TeeterOnEdge_C"); \ static_assert(sizeof(UABL_TeeterOnEdge_C) == 0x0000D0, "Wrong size on UABL_TeeterOnEdge_C"); \ static_assert(offsetof(UABL_TeeterOnEdge_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_TeeterOnEdge_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel \ static_assert(alignof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel"); \ static_assert(sizeof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel) == 0x000110, "Wrong size on UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, EntryPoint) == 0x000000, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, CallFunc_HermesBindEvent_Handle) == 0x000018, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, CallFunc_GetHUD_ReturnValue) == 0x000038, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, K2Node_DynamicCast_AsUI_BPI_Subtitle_HUD) == 0x000040, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::K2Node_DynamicCast_AsUI_BPI_Subtitle_HUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, CallFunc_GetSubtitleHUD_SubtitleHUD) == 0x000058, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::CallFunc_GetSubtitleHUD_SubtitleHUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, K2Node_DynamicCast_AsUI_BPI_Subtitle_Interface) == 0x000060, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::K2Node_DynamicCast_AsUI_BPI_Subtitle_Interface' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, CallFunc_IsValid_ReturnValue_1) == 0x000071, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, CallFunc_GetSystemSubtitles_ReturnValue) == 0x000072, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::CallFunc_GetSystemSubtitles_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, K2Node_CustomEvent_Caller_1) == 0x000078, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, K2Node_CustomEvent_AudioDialogueLineData) == 0x000080, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::K2Node_CustomEvent_AudioDialogueLineData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000D0, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, CallFunc_HermesBindAudioDialogueLineStartedData_Handle) == 0x0000E0, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::CallFunc_HermesBindAudioDialogueLineStartedData_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000F0, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, CallFunc_GetCurrentActiveOption_SelectedOption) == 0x0000F8, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::CallFunc_GetCurrentActiveOption_SelectedOption' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, CallFunc_IsValid_ReturnValue_2) == 0x000100, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel, K2Node_CustomEvent_Caller) == 0x000108, "Member 'UI_BP_OptionPanel_C_ExecuteUbergraph_UI_BP_OptionPanel::K2Node_CustomEvent_Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_RefreshButtonCallouts \ static_assert(alignof(UI_BP_OptionPanel_C_RefreshButtonCallouts) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_RefreshButtonCallouts"); \ static_assert(sizeof(UI_BP_OptionPanel_C_RefreshButtonCallouts) == 0x000008, "Wrong size on UI_BP_OptionPanel_C_RefreshButtonCallouts"); \ static_assert(offsetof(UI_BP_OptionPanel_C_RefreshButtonCallouts, Caller) == 0x000000, "Member 'UI_BP_OptionPanel_C_RefreshButtonCallouts::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_AudioDialogueLineStartedData \ static_assert(alignof(UI_BP_OptionPanel_C_AudioDialogueLineStartedData) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_AudioDialogueLineStartedData"); \ static_assert(sizeof(UI_BP_OptionPanel_C_AudioDialogueLineStartedData) == 0x000058, "Wrong size on UI_BP_OptionPanel_C_AudioDialogueLineStartedData"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AudioDialogueLineStartedData, Caller) == 0x000000, "Member 'UI_BP_OptionPanel_C_AudioDialogueLineStartedData::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AudioDialogueLineStartedData, AudioDialogueLineData) == 0x000008, "Member 'UI_BP_OptionPanel_C_AudioDialogueLineStartedData::AudioDialogueLineData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_OnActionHandler \ static_assert(alignof(UI_BP_OptionPanel_C_OnActionHandler) == 0x000004, "Wrong alignment on UI_BP_OptionPanel_C_OnActionHandler"); \ static_assert(sizeof(UI_BP_OptionPanel_C_OnActionHandler) == 0x00000C, "Wrong size on UI_BP_OptionPanel_C_OnActionHandler"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OnActionHandler, Action) == 0x000000, "Member 'UI_BP_OptionPanel_C_OnActionHandler::Action' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OnActionHandler, K2Node_SwitchName_CmpSuccess) == 0x000008, "Member 'UI_BP_OptionPanel_C_OnActionHandler::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_BuildOptions \ static_assert(alignof(UI_BP_OptionPanel_C_BuildOptions) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_BuildOptions"); \ static_assert(sizeof(UI_BP_OptionPanel_C_BuildOptions) == 0x000140, "Wrong size on UI_BP_OptionPanel_C_BuildOptions"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, OPTIONS) == 0x000000, "Member 'UI_BP_OptionPanel_C_BuildOptions::OPTIONS' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, Button_Array) == 0x000010, "Member 'UI_BP_OptionPanel_C_BuildOptions::Button_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, TranslatedString) == 0x000020, "Member 'UI_BP_OptionPanel_C_BuildOptions::TranslatedString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, PreviouslyUsed) == 0x000030, "Member 'UI_BP_OptionPanel_C_BuildOptions::PreviouslyUsed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, ToolTipReason) == 0x000038, "Member 'UI_BP_OptionPanel_C_BuildOptions::ToolTipReason' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, Disabled) == 0x000048, "Member 'UI_BP_OptionPanel_C_BuildOptions::Disabled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, IconName) == 0x000050, "Member 'UI_BP_OptionPanel_C_BuildOptions::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, PreTranslatedButtonString) == 0x000060, "Member 'UI_BP_OptionPanel_C_BuildOptions::PreTranslatedButtonString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, K2Node_CreateDelegate_OutputDelegate) == 0x000070, "Member 'UI_BP_OptionPanel_C_BuildOptions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'UI_BP_OptionPanel_C_BuildOptions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000084, "Member 'UI_BP_OptionPanel_C_BuildOptions::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, CallFunc_Array_LastIndex_ReturnValue) == 0x000088, "Member 'UI_BP_OptionPanel_C_BuildOptions::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, K2Node_CreateDelegate_OutputDelegate_1) == 0x00008C, "Member 'UI_BP_OptionPanel_C_BuildOptions::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, CallFunc_Array_Length_ReturnValue_1) == 0x00009C, "Member 'UI_BP_OptionPanel_C_BuildOptions::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'UI_BP_OptionPanel_C_BuildOptions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'UI_BP_OptionPanel_C_BuildOptions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'UI_BP_OptionPanel_C_BuildOptions::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'UI_BP_OptionPanel_C_BuildOptions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000F8, "Member 'UI_BP_OptionPanel_C_BuildOptions::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, CallFunc_Add_IntInt_ReturnValue) == 0x000108, "Member 'UI_BP_OptionPanel_C_BuildOptions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, CallFunc_GetPlayerController_ReturnValue) == 0x000110, "Member 'UI_BP_OptionPanel_C_BuildOptions::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, CallFunc_ResolveOptionPanelChoice_ReturnValue) == 0x000118, "Member 'UI_BP_OptionPanel_C_BuildOptions::CallFunc_ResolveOptionPanelChoice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, CallFunc_Create_ReturnValue) == 0x000128, "Member 'UI_BP_OptionPanel_C_BuildOptions::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, CallFunc_Array_Add_ReturnValue) == 0x000130, "Member 'UI_BP_OptionPanel_C_BuildOptions::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BuildOptions, CallFunc_AddChild_ReturnValue) == 0x000138, "Member 'UI_BP_OptionPanel_C_BuildOptions::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_NextOption \ static_assert(alignof(UI_BP_OptionPanel_C_NextOption) == 0x000004, "Wrong alignment on UI_BP_OptionPanel_C_NextOption"); \ static_assert(sizeof(UI_BP_OptionPanel_C_NextOption) == 0x000010, "Wrong size on UI_BP_OptionPanel_C_NextOption"); \ static_assert(offsetof(UI_BP_OptionPanel_C_NextOption, CallFunc_PostEventAtLocation_ReturnValue) == 0x000000, "Member 'UI_BP_OptionPanel_C_NextOption::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_NextOption, CallFunc_SetCurrentActiveOption_OptionChanged) == 0x000004, "Member 'UI_BP_OptionPanel_C_NextOption::CallFunc_SetCurrentActiveOption_OptionChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_NextOption, CallFunc_Less_IntInt_ReturnValue) == 0x000005, "Member 'UI_BP_OptionPanel_C_NextOption::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_NextOption, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_OptionPanel_C_NextOption::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_NextOption, CallFunc_SetCurrentActiveOption_OptionChanged_1) == 0x00000C, "Member 'UI_BP_OptionPanel_C_NextOption::CallFunc_SetCurrentActiveOption_OptionChanged_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_PreviousOption \ static_assert(alignof(UI_BP_OptionPanel_C_PreviousOption) == 0x000004, "Wrong alignment on UI_BP_OptionPanel_C_PreviousOption"); \ static_assert(sizeof(UI_BP_OptionPanel_C_PreviousOption) == 0x000010, "Wrong size on UI_BP_OptionPanel_C_PreviousOption"); \ static_assert(offsetof(UI_BP_OptionPanel_C_PreviousOption, CallFunc_SetCurrentActiveOption_OptionChanged) == 0x000000, "Member 'UI_BP_OptionPanel_C_PreviousOption::CallFunc_SetCurrentActiveOption_OptionChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_PreviousOption, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_OptionPanel_C_PreviousOption::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_PreviousOption, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_OptionPanel_C_PreviousOption::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_PreviousOption, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_OptionPanel_C_PreviousOption::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_PreviousOption, CallFunc_SetCurrentActiveOption_OptionChanged_1) == 0x00000D, "Member 'UI_BP_OptionPanel_C_PreviousOption::CallFunc_SetCurrentActiveOption_OptionChanged_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_OptionSelected \ static_assert(alignof(UI_BP_OptionPanel_C_OptionSelected) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_OptionSelected"); \ static_assert(sizeof(UI_BP_OptionPanel_C_OptionSelected) == 0x000098, "Wrong size on UI_BP_OptionPanel_C_OptionSelected"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OptionSelected, SelectedIndex) == 0x000000, "Member 'UI_BP_OptionPanel_C_OptionSelected::SelectedIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OptionSelected, Temp_int_Array_Index_Variable) == 0x000004, "Member 'UI_BP_OptionPanel_C_OptionSelected::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OptionSelected, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_OptionPanel_C_OptionSelected::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OptionSelected, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'UI_BP_OptionPanel_C_OptionSelected::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OptionSelected, CallFunc_Array_Get_Item) == 0x000010, "Member 'UI_BP_OptionPanel_C_OptionSelected::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OptionSelected, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'UI_BP_OptionPanel_C_OptionSelected::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OptionSelected, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'UI_BP_OptionPanel_C_OptionSelected::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OptionSelected, CallFunc_PostEventAtLocation_ReturnValue) == 0x000060, "Member 'UI_BP_OptionPanel_C_OptionSelected::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OptionSelected, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'UI_BP_OptionPanel_C_OptionSelected::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OptionSelected, CallFunc_Not_PreBool_ReturnValue) == 0x000070, "Member 'UI_BP_OptionPanel_C_OptionSelected::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OptionSelected, CallFunc_PlayAnimation_ReturnValue) == 0x000078, "Member 'UI_BP_OptionPanel_C_OptionSelected::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OptionSelected, CallFunc_Array_Length_ReturnValue_1) == 0x000080, "Member 'UI_BP_OptionPanel_C_OptionSelected::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OptionSelected, CallFunc_PlayAnimation_ReturnValue_1) == 0x000088, "Member 'UI_BP_OptionPanel_C_OptionSelected::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OptionSelected, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'UI_BP_OptionPanel_C_OptionSelected::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_OnOptionHovered \ static_assert(alignof(UI_BP_OptionPanel_C_OnOptionHovered) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_OnOptionHovered"); \ static_assert(sizeof(UI_BP_OptionPanel_C_OnOptionHovered) == 0x000018, "Wrong size on UI_BP_OptionPanel_C_OnOptionHovered"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OnOptionHovered, Button) == 0x000000, "Member 'UI_BP_OptionPanel_C_OnOptionHovered::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OnOptionHovered, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_OptionPanel_C_OnOptionHovered::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OnOptionHovered, CallFunc_Array_Find_ReturnValue) == 0x00000C, "Member 'UI_BP_OptionPanel_C_OnOptionHovered::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OnOptionHovered, CallFunc_SetCurrentActiveOption_OptionChanged) == 0x000010, "Member 'UI_BP_OptionPanel_C_OnOptionHovered::CallFunc_SetCurrentActiveOption_OptionChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_Minimize \ static_assert(alignof(UI_BP_OptionPanel_C_Minimize) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_Minimize"); \ static_assert(sizeof(UI_BP_OptionPanel_C_Minimize) == 0x000058, "Wrong size on UI_BP_OptionPanel_C_Minimize"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Minimize, NoAnim) == 0x000000, "Member 'UI_BP_OptionPanel_C_Minimize::NoAnim' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Minimize, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_OptionPanel_C_Minimize::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Minimize, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'UI_BP_OptionPanel_C_Minimize::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Minimize, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'UI_BP_OptionPanel_C_Minimize::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Minimize, CallFunc_GetHUD_ReturnValue) == 0x000028, "Member 'UI_BP_OptionPanel_C_Minimize::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Minimize, K2Node_DynamicCast_AsUI_BPI_Subtitle_HUD) == 0x000030, "Member 'UI_BP_OptionPanel_C_Minimize::K2Node_DynamicCast_AsUI_BPI_Subtitle_HUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Minimize, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'UI_BP_OptionPanel_C_Minimize::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Minimize, CallFunc_GetSubtitleHUD_SubtitleHUD) == 0x000048, "Member 'UI_BP_OptionPanel_C_Minimize::CallFunc_GetSubtitleHUD_SubtitleHUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Minimize, CallFunc_PlayAnimation_ReturnValue) == 0x000050, "Member 'UI_BP_OptionPanel_C_Minimize::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_Maximize \ static_assert(alignof(UI_BP_OptionPanel_C_Maximize) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_Maximize"); \ static_assert(sizeof(UI_BP_OptionPanel_C_Maximize) == 0x000040, "Wrong size on UI_BP_OptionPanel_C_Maximize"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Maximize, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'UI_BP_OptionPanel_C_Maximize::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Maximize, CallFunc_GetHUD_ReturnValue) == 0x000008, "Member 'UI_BP_OptionPanel_C_Maximize::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Maximize, CallFunc_SetCurrentActiveOption_OptionChanged) == 0x000010, "Member 'UI_BP_OptionPanel_C_Maximize::CallFunc_SetCurrentActiveOption_OptionChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Maximize, K2Node_DynamicCast_AsUI_BPI_Subtitle_HUD) == 0x000018, "Member 'UI_BP_OptionPanel_C_Maximize::K2Node_DynamicCast_AsUI_BPI_Subtitle_HUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Maximize, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'UI_BP_OptionPanel_C_Maximize::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Maximize, CallFunc_GetSubtitleHUD_SubtitleHUD) == 0x000030, "Member 'UI_BP_OptionPanel_C_Maximize::CallFunc_GetSubtitleHUD_SubtitleHUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Maximize, CallFunc_PlayAnimation_ReturnValue) == 0x000038, "Member 'UI_BP_OptionPanel_C_Maximize::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_DialogueMode \ static_assert(alignof(UI_BP_OptionPanel_C_DialogueMode) == 0x000001, "Wrong alignment on UI_BP_OptionPanel_C_DialogueMode"); \ static_assert(sizeof(UI_BP_OptionPanel_C_DialogueMode) == 0x000002, "Wrong size on UI_BP_OptionPanel_C_DialogueMode"); \ static_assert(offsetof(UI_BP_OptionPanel_C_DialogueMode, DialogueMode_0) == 0x000000, "Member 'UI_BP_OptionPanel_C_DialogueMode::DialogueMode_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_DialogueMode, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'UI_BP_OptionPanel_C_DialogueMode::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_InitializeButtonLegend \ static_assert(alignof(UI_BP_OptionPanel_C_InitializeButtonLegend) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_InitializeButtonLegend"); \ static_assert(sizeof(UI_BP_OptionPanel_C_InitializeButtonLegend) == 0x000050, "Wrong size on UI_BP_OptionPanel_C_InitializeButtonLegend"); \ static_assert(offsetof(UI_BP_OptionPanel_C_InitializeButtonLegend, Button) == 0x000000, "Member 'UI_BP_OptionPanel_C_InitializeButtonLegend::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_InitializeButtonLegend, Text) == 0x000010, "Member 'UI_BP_OptionPanel_C_InitializeButtonLegend::Text' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_InitializeButtonLegend, K2Node_MakeStruct_LegendItemData) == 0x000020, "Member 'UI_BP_OptionPanel_C_InitializeButtonLegend::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_Translate_Cleanup \ static_assert(alignof(UI_BP_OptionPanel_C_Translate_Cleanup) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_Translate_Cleanup"); \ static_assert(sizeof(UI_BP_OptionPanel_C_Translate_Cleanup) == 0x0000D8, "Wrong size on UI_BP_OptionPanel_C_Translate_Cleanup"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Translate_Cleanup, Button) == 0x000000, "Member 'UI_BP_OptionPanel_C_Translate_Cleanup::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Translate_Cleanup, TranslatedButton) == 0x000010, "Member 'UI_BP_OptionPanel_C_Translate_Cleanup::TranslatedButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Translate_Cleanup, Debug_Button_String) == 0x000020, "Member 'UI_BP_OptionPanel_C_Translate_Cleanup::Debug_Button_String' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Translate_Cleanup, Translated_Button_String) == 0x000030, "Member 'UI_BP_OptionPanel_C_Translate_Cleanup::Translated_Button_String' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Translate_Cleanup, CallFunc_AVATranslate_ReturnValue) == 0x000040, "Member 'UI_BP_OptionPanel_C_Translate_Cleanup::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Translate_Cleanup, CallFunc_Contains_ReturnValue) == 0x000058, "Member 'UI_BP_OptionPanel_C_Translate_Cleanup::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Translate_Cleanup, CallFunc_Conv_TextToString_ReturnValue) == 0x000060, "Member 'UI_BP_OptionPanel_C_Translate_Cleanup::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Translate_Cleanup, CallFunc_AVATranslateSubtitle_ReturnValue) == 0x000070, "Member 'UI_BP_OptionPanel_C_Translate_Cleanup::CallFunc_AVATranslateSubtitle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Translate_Cleanup, CallFunc_Concat_StrStr_ReturnValue) == 0x000088, "Member 'UI_BP_OptionPanel_C_Translate_Cleanup::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Translate_Cleanup, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000098, "Member 'UI_BP_OptionPanel_C_Translate_Cleanup::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Translate_Cleanup, CallFunc_StartsWith_ReturnValue) == 0x0000A8, "Member 'UI_BP_OptionPanel_C_Translate_Cleanup::CallFunc_StartsWith_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Translate_Cleanup, CallFunc_Contains_ReturnValue_1) == 0x0000A9, "Member 'UI_BP_OptionPanel_C_Translate_Cleanup::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Translate_Cleanup, CallFunc_FindSubstring_ReturnValue) == 0x0000AC, "Member 'UI_BP_OptionPanel_C_Translate_Cleanup::CallFunc_FindSubstring_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Translate_Cleanup, CallFunc_BooleanAND_ReturnValue) == 0x0000B0, "Member 'UI_BP_OptionPanel_C_Translate_Cleanup::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Translate_Cleanup, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000B4, "Member 'UI_BP_OptionPanel_C_Translate_Cleanup::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Translate_Cleanup, CallFunc_GetSubstring_ReturnValue) == 0x0000B8, "Member 'UI_BP_OptionPanel_C_Translate_Cleanup::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_Translate_Cleanup, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000C8, "Member 'UI_BP_OptionPanel_C_Translate_Cleanup::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction) == 0x000038, "Wrong size on UI_BP_OptionPanel_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_1) == 0x000004, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, CallFunc_GetCurrentActiveOption_SelectedOption) == 0x000008, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::CallFunc_GetCurrentActiveOption_SelectedOption' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000011, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000014, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_2) == 0x000018, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000019, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000030, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000031, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000032, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000033, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000034, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000035, "Member 'UI_BP_OptionPanel_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_TranslateSubtitleText \ static_assert(alignof(UI_BP_OptionPanel_C_TranslateSubtitleText) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_TranslateSubtitleText"); \ static_assert(sizeof(UI_BP_OptionPanel_C_TranslateSubtitleText) == 0x0000E8, "Wrong size on UI_BP_OptionPanel_C_TranslateSubtitleText"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, SubtitleData) == 0x000000, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::SubtitleData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, TargetName) == 0x000050, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::TargetName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, TranslatedString) == 0x000058, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::TranslatedString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, CallFunc_NotEqual_NameName_ReturnValue) == 0x000068, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, CallFunc_GetDbId_ReturnValue) == 0x00006C, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, CallFunc_BooleanAND_ReturnValue) == 0x000074, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, K2Node_DynamicCast_AsUI_BPI_Subtitle_Interface) == 0x000078, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::K2Node_DynamicCast_AsUI_BPI_Subtitle_Interface' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, CallFunc_AVATranslateSubtitle_ReturnValue) == 0x000090, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::CallFunc_AVATranslateSubtitle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, CallFunc_Conv_TextToString_ReturnValue) == 0x0000A8, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, CallFunc_Len_ReturnValue) == 0x0000B8, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, CallFunc_FindSubstring_ReturnValue) == 0x0000BC, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::CallFunc_FindSubstring_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, CallFunc_Contains_ReturnValue) == 0x0000C0, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, CallFunc_Add_IntInt_ReturnValue) == 0x0000C4, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000C8, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, CallFunc_GetSubstring_ReturnValue) == 0x0000D0, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, CallFunc_Contains_ReturnValue_1) == 0x0000E0, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_TranslateSubtitleText, CallFunc_BooleanAND_ReturnValue_1) == 0x0000E1, "Member 'UI_BP_OptionPanel_C_TranslateSubtitleText::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_SetTargetName \ static_assert(alignof(UI_BP_OptionPanel_C_SetTargetName) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_SetTargetName"); \ static_assert(sizeof(UI_BP_OptionPanel_C_SetTargetName) == 0x000018, "Wrong size on UI_BP_OptionPanel_C_SetTargetName"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetTargetName, Character) == 0x000000, "Member 'UI_BP_OptionPanel_C_SetTargetName::Character' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetTargetName, CallFunc_Conv_NameToString_ReturnValue) == 0x000008, "Member 'UI_BP_OptionPanel_C_SetTargetName::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings \ static_assert(alignof(UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings"); \ static_assert(sizeof(UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings) == 0x0000A8, "Wrong size on UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings, outExtraScreenStrings) == 0x000000, "Member 'UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings::outExtraScreenStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings, ExtraStrings) == 0x000010, "Member 'UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings::ExtraStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings, Temp_int_Array_Index_Variable) == 0x000020, "Member 'UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings, CallFunc_Array_Get_Item) == 0x000030, "Member 'UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings, CallFunc_Concat_StrStr_ReturnValue) == 0x000080, "Member 'UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings, CallFunc_SelectString_ReturnValue) == 0x000090, "Member 'UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings, CallFunc_Array_Add_ReturnValue) == 0x0000A0, "Member 'UI_BP_OptionPanel_C_GatherMastermindExtraScreenStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_GetCurrentActiveOption \ static_assert(alignof(UI_BP_OptionPanel_C_GetCurrentActiveOption) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_GetCurrentActiveOption"); \ static_assert(sizeof(UI_BP_OptionPanel_C_GetCurrentActiveOption) == 0x000010, "Wrong size on UI_BP_OptionPanel_C_GetCurrentActiveOption"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GetCurrentActiveOption, SelectedOption) == 0x000000, "Member 'UI_BP_OptionPanel_C_GetCurrentActiveOption::SelectedOption' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GetCurrentActiveOption, CallFunc_Array_Get_Item) == 0x000008, "Member 'UI_BP_OptionPanel_C_GetCurrentActiveOption::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_SetCurrentActiveOption \ static_assert(alignof(UI_BP_OptionPanel_C_SetCurrentActiveOption) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_SetCurrentActiveOption"); \ static_assert(sizeof(UI_BP_OptionPanel_C_SetCurrentActiveOption) == 0x000020, "Wrong size on UI_BP_OptionPanel_C_SetCurrentActiveOption"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetCurrentActiveOption, NewCurrentIndex) == 0x000000, "Member 'UI_BP_OptionPanel_C_SetCurrentActiveOption::NewCurrentIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetCurrentActiveOption, OptionChanged) == 0x000004, "Member 'UI_BP_OptionPanel_C_SetCurrentActiveOption::OptionChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetCurrentActiveOption, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000005, "Member 'UI_BP_OptionPanel_C_SetCurrentActiveOption::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetCurrentActiveOption, CallFunc_Array_Get_Item) == 0x000008, "Member 'UI_BP_OptionPanel_C_SetCurrentActiveOption::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetCurrentActiveOption, CallFunc_Array_Get_Item_1) == 0x000010, "Member 'UI_BP_OptionPanel_C_SetCurrentActiveOption::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetCurrentActiveOption, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_OptionPanel_C_SetCurrentActiveOption::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetCurrentActiveOption, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'UI_BP_OptionPanel_C_SetCurrentActiveOption::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetCurrentActiveOption, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'UI_BP_OptionPanel_C_SetCurrentActiveOption::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_CalculateStartingCursorPos \ static_assert(alignof(UI_BP_OptionPanel_C_CalculateStartingCursorPos) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_CalculateStartingCursorPos"); \ static_assert(sizeof(UI_BP_OptionPanel_C_CalculateStartingCursorPos) == 0x0000A0, "Wrong size on UI_BP_OptionPanel_C_CalculateStartingCursorPos"); \ static_assert(offsetof(UI_BP_OptionPanel_C_CalculateStartingCursorPos, Temp_byte_Variable) == 0x000000, "Member 'UI_BP_OptionPanel_C_CalculateStartingCursorPos::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_CalculateStartingCursorPos, Temp_byte_Variable_1) == 0x000001, "Member 'UI_BP_OptionPanel_C_CalculateStartingCursorPos::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_CalculateStartingCursorPos, Temp_bool_Variable) == 0x000002, "Member 'UI_BP_OptionPanel_C_CalculateStartingCursorPos::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_CalculateStartingCursorPos, CallFunc_GetUIPlatformInputDevice_ReturnValue) == 0x000003, "Member 'UI_BP_OptionPanel_C_CalculateStartingCursorPos::CallFunc_GetUIPlatformInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_CalculateStartingCursorPos, CallFunc_GetUIManagerPure_ReturnValue) == 0x000008, "Member 'UI_BP_OptionPanel_C_CalculateStartingCursorPos::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_CalculateStartingCursorPos, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000010, "Member 'UI_BP_OptionPanel_C_CalculateStartingCursorPos::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_CalculateStartingCursorPos, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'UI_BP_OptionPanel_C_CalculateStartingCursorPos::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_CalculateStartingCursorPos, K2Node_Select_Default) == 0x000020, "Member 'UI_BP_OptionPanel_C_CalculateStartingCursorPos::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_CalculateStartingCursorPos, CallFunc_Array_Get_Item) == 0x000028, "Member 'UI_BP_OptionPanel_C_CalculateStartingCursorPos::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_CalculateStartingCursorPos, CallFunc_GetViewportSize_ReturnValue) == 0x000030, "Member 'UI_BP_OptionPanel_C_CalculateStartingCursorPos::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_CalculateStartingCursorPos, CallFunc_GetCachedGeometry_ReturnValue) == 0x000038, "Member 'UI_BP_OptionPanel_C_CalculateStartingCursorPos::CallFunc_GetCachedGeometry_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_CalculateStartingCursorPos, CallFunc_LocalToViewport_PixelPosition) == 0x000070, "Member 'UI_BP_OptionPanel_C_CalculateStartingCursorPos::CallFunc_LocalToViewport_PixelPosition' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_CalculateStartingCursorPos, CallFunc_LocalToViewport_ViewportPosition) == 0x000078, "Member 'UI_BP_OptionPanel_C_CalculateStartingCursorPos::CallFunc_LocalToViewport_ViewportPosition' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_CalculateStartingCursorPos, CallFunc_GetAbsoluteSize_ReturnValue) == 0x000080, "Member 'UI_BP_OptionPanel_C_CalculateStartingCursorPos::CallFunc_GetAbsoluteSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_CalculateStartingCursorPos, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000088, "Member 'UI_BP_OptionPanel_C_CalculateStartingCursorPos::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_CalculateStartingCursorPos, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000090, "Member 'UI_BP_OptionPanel_C_CalculateStartingCursorPos::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_CalculateStartingCursorPos, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x000098, "Member 'UI_BP_OptionPanel_C_CalculateStartingCursorPos::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker \ static_assert(alignof(UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker"); \ static_assert(sizeof(UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker) == 0x0000A8, "Wrong size on UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker, LastLineTextID) == 0x000000, "Member 'UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker::LastLineTextID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker, CallFunc_AVATranslateSubtitle_ReturnValue) == 0x000010, "Member 'UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker::CallFunc_AVATranslateSubtitle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker, CallFunc_Conv_TextToString_ReturnValue) == 0x000028, "Member 'UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker, CallFunc_AVATranslate_ReturnValue) == 0x000038, "Member 'UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000050, "Member 'UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'UI_BP_OptionPanel_C_SetLastLineTextWithSpeaker::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_AdjustConversationForViewportWidth \ static_assert(alignof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_AdjustConversationForViewportWidth"); \ static_assert(sizeof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth) == 0x000098, "Wrong size on UI_BP_OptionPanel_C_AdjustConversationForViewportWidth"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, FixedPadding) == 0x000000, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::FixedPadding' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, IdealWidth) == 0x000004, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::IdealWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, CurrentRatio) == 0x000008, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, CurrentWidth) == 0x00000C, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::CurrentWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, IdealRatio) == 0x000010, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, K2Node_MakeStruct_Margin) == 0x000014, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000028, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, K2Node_MakeStruct_Margin_1) == 0x000030, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000040, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue_1) == 0x000048, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000050, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, CallFunc_Add_FloatFloat_ReturnValue) == 0x000054, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000058, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, K2Node_MakeStruct_Margin_2) == 0x00005C, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, K2Node_MakeStruct_Margin_3) == 0x00006C, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, K2Node_MathExpression_ReturnValue) == 0x00007C, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000080, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, CallFunc_GetViewportSize_ReturnValue) == 0x000084, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, CallFunc_BreakVector2D_X) == 0x00008C, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, CallFunc_BreakVector2D_Y) == 0x000090, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_AdjustConversationForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000094, "Member 'UI_BP_OptionPanel_C_AdjustConversationForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_OnOptionButtonClicked \ static_assert(alignof(UI_BP_OptionPanel_C_OnOptionButtonClicked) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_OnOptionButtonClicked"); \ static_assert(sizeof(UI_BP_OptionPanel_C_OnOptionButtonClicked) == 0x000010, "Wrong size on UI_BP_OptionPanel_C_OnOptionButtonClicked"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OnOptionButtonClicked, OptionButton) == 0x000000, "Member 'UI_BP_OptionPanel_C_OnOptionButtonClicked::OptionButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_OnOptionButtonClicked, CallFunc_Array_Find_ReturnValue) == 0x000008, "Member 'UI_BP_OptionPanel_C_OnOptionButtonClicked::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OptionPanel_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_OptionPanel_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_OptionPanel_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_OptionPanel_C_GatherMenuReaderStrings) == 0x000058, "Wrong size on UI_BP_OptionPanel_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_OptionPanel_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_OptionPanel_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMenuReaderStrings, TempSelectedOption) == 0x000018, "Member 'UI_BP_OptionPanel_C_GatherMenuReaderStrings::TempSelectedOption' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000020, "Member 'UI_BP_OptionPanel_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000030, "Member 'UI_BP_OptionPanel_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item) == 0x000040, "Member 'UI_BP_OptionPanel_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OptionPanel_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000048, "Member 'UI_BP_OptionPanel_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_OptionPanel_C \ static_assert(alignof(UUI_BP_OptionPanel_C) == 0x000008, "Wrong alignment on UUI_BP_OptionPanel_C"); \ static_assert(sizeof(UUI_BP_OptionPanel_C) == 0x000498, "Wrong size on UUI_BP_OptionPanel_C"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, UberGraphFrame) == 0x000370, "Member 'UUI_BP_OptionPanel_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, BeginConversation) == 0x000378, "Member 'UUI_BP_OptionPanel_C::BeginConversation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, maximizeConversation) == 0x000380, "Member 'UUI_BP_OptionPanel_C::maximizeConversation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, minimizeConversation) == 0x000388, "Member 'UUI_BP_OptionPanel_C::minimizeConversation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, conversationBox) == 0x000390, "Member 'UUI_BP_OptionPanel_C::conversationBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, JustTheLegend) == 0x000398, "Member 'UUI_BP_OptionPanel_C::JustTheLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, lastLine) == 0x0003A0, "Member 'UUI_BP_OptionPanel_C::lastLine' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, lastLineBorder) == 0x0003A8, "Member 'UUI_BP_OptionPanel_C::lastLineBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, optionsBorder) == 0x0003B0, "Member 'UUI_BP_OptionPanel_C::optionsBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, optionsBox) == 0x0003B8, "Member 'UUI_BP_OptionPanel_C::optionsBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, OptionsPanel) == 0x0003C0, "Member 'UUI_BP_OptionPanel_C::OptionsPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, AbortInteraction) == 0x0003C8, "Member 'UUI_BP_OptionPanel_C::AbortInteraction' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, Cleanup) == 0x0003D8, "Member 'UUI_BP_OptionPanel_C::Cleanup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, AbortConversation) == 0x0003E8, "Member 'UUI_BP_OptionPanel_C::AbortConversation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, SelectionMade) == 0x0003F8, "Member 'UUI_BP_OptionPanel_C::SelectionMade' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, UI_Placement) == 0x000408, "Member 'UUI_BP_OptionPanel_C::UI_Placement' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, BasicToolTip) == 0x000410, "Member 'UUI_BP_OptionPanel_C::BasicToolTip' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, CurrentIndex) == 0x000418, "Member 'UUI_BP_OptionPanel_C::CurrentIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, maxOptionIndex) == 0x00041C, "Member 'UUI_BP_OptionPanel_C::maxOptionIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, OptionsArray) == 0x000420, "Member 'UUI_BP_OptionPanel_C::OptionsArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, Minimized) == 0x000430, "Member 'UUI_BP_OptionPanel_C::Minimized' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, ButtonDown) == 0x000431, "Member 'UUI_BP_OptionPanel_C::ButtonDown' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, SceneRigPlayer) == 0x000438, "Member 'UUI_BP_OptionPanel_C::SceneRigPlayer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, BCancelAllowed) == 0x000440, "Member 'UUI_BP_OptionPanel_C::BCancelAllowed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, PreventMoreSelections) == 0x000441, "Member 'UUI_BP_OptionPanel_C::PreventMoreSelections' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, SkipDelay) == 0x000442, "Member 'UUI_BP_OptionPanel_C::SkipDelay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, ButtonSize) == 0x000444, "Member 'UUI_BP_OptionPanel_C::ButtonSize' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, SubtitlePadding) == 0x00044C, "Member 'UUI_BP_OptionPanel_C::SubtitlePadding' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, SubtitlesEnabled) == 0x000450, "Member 'UUI_BP_OptionPanel_C::SubtitlesEnabled' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, ShowDialogueLine) == 0x000451, "Member 'UUI_BP_OptionPanel_C::ShowDialogueLine' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, TargetActorName) == 0x000454, "Member 'UUI_BP_OptionPanel_C::TargetActorName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, EmptyActions) == 0x00045C, "Member 'UUI_BP_OptionPanel_C::EmptyActions' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, CachedConversationOptions) == 0x000460, "Member 'UUI_BP_OptionPanel_C::CachedConversationOptions' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, RefreshButtonCalloutsHandle) == 0x000470, "Member 'UUI_BP_OptionPanel_C::RefreshButtonCalloutsHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, LastSpeakerID) == 0x000480, "Member 'UUI_BP_OptionPanel_C::LastSpeakerID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OptionPanel_C, AnimationPlaybackSpeed) == 0x000490, "Member 'UUI_BP_OptionPanel_C::AnimationPlaybackSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChromaSDKDeviceInfoType \ static_assert(alignof(FChromaSDKDeviceInfoType) == 0x000004, "Wrong alignment on FChromaSDKDeviceInfoType"); \ static_assert(sizeof(FChromaSDKDeviceInfoType) == 0x000008, "Wrong size on FChromaSDKDeviceInfoType"); \ static_assert(offsetof(FChromaSDKDeviceInfoType, DeviceType) == 0x000000, "Member 'FChromaSDKDeviceInfoType::DeviceType' has a wrong offset!"); \ static_assert(offsetof(FChromaSDKDeviceInfoType, Connected) == 0x000004, "Member 'FChromaSDKDeviceInfoType::Connected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChromaSDKDeviceFrameIndex \ static_assert(alignof(FChromaSDKDeviceFrameIndex) == 0x000008, "Wrong alignment on FChromaSDKDeviceFrameIndex"); \ static_assert(sizeof(FChromaSDKDeviceFrameIndex) == 0x000010, "Wrong size on FChromaSDKDeviceFrameIndex"); \ static_assert(offsetof(FChromaSDKDeviceFrameIndex, FrameIndex) == 0x000000, "Member 'FChromaSDKDeviceFrameIndex::FrameIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChromaSDKSceneEffect \ static_assert(alignof(FChromaSDKSceneEffect) == 0x000008, "Wrong alignment on FChromaSDKSceneEffect"); \ static_assert(sizeof(FChromaSDKSceneEffect) == 0x000038, "Wrong size on FChromaSDKSceneEffect"); \ static_assert(offsetof(FChromaSDKSceneEffect, Animation) == 0x000000, "Member 'FChromaSDKSceneEffect::Animation' has a wrong offset!"); \ static_assert(offsetof(FChromaSDKSceneEffect, State) == 0x000010, "Member 'FChromaSDKSceneEffect::State' has a wrong offset!"); \ static_assert(offsetof(FChromaSDKSceneEffect, PrimaryColor) == 0x000014, "Member 'FChromaSDKSceneEffect::PrimaryColor' has a wrong offset!"); \ static_assert(offsetof(FChromaSDKSceneEffect, SecondaryColor) == 0x000018, "Member 'FChromaSDKSceneEffect::SecondaryColor' has a wrong offset!"); \ static_assert(offsetof(FChromaSDKSceneEffect, Speed) == 0x00001C, "Member 'FChromaSDKSceneEffect::Speed' has a wrong offset!"); \ static_assert(offsetof(FChromaSDKSceneEffect, Blend) == 0x000020, "Member 'FChromaSDKSceneEffect::Blend' has a wrong offset!"); \ static_assert(offsetof(FChromaSDKSceneEffect, Mode) == 0x000021, "Member 'FChromaSDKSceneEffect::Mode' has a wrong offset!"); \ static_assert(offsetof(FChromaSDKSceneEffect, FrameIndex) == 0x000028, "Member 'FChromaSDKSceneEffect::FrameIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChromaSDKScene \ static_assert(alignof(FChromaSDKScene) == 0x000008, "Wrong alignment on FChromaSDKScene"); \ static_assert(sizeof(FChromaSDKScene) == 0x000010, "Wrong size on FChromaSDKScene"); \ static_assert(offsetof(FChromaSDKScene, Effects) == 0x000000, "Member 'FChromaSDKScene::Effects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChromaSDKAppInfoType \ static_assert(alignof(FChromaSDKAppInfoType) == 0x000008, "Wrong alignment on FChromaSDKAppInfoType"); \ static_assert(sizeof(FChromaSDKAppInfoType) == 0x000048, "Wrong size on FChromaSDKAppInfoType"); \ static_assert(offsetof(FChromaSDKAppInfoType, Title) == 0x000000, "Member 'FChromaSDKAppInfoType::Title' has a wrong offset!"); \ static_assert(offsetof(FChromaSDKAppInfoType, Description) == 0x000010, "Member 'FChromaSDKAppInfoType::Description' has a wrong offset!"); \ static_assert(offsetof(FChromaSDKAppInfoType, Author_Name) == 0x000020, "Member 'FChromaSDKAppInfoType::Author_Name' has a wrong offset!"); \ static_assert(offsetof(FChromaSDKAppInfoType, Author_Contact) == 0x000030, "Member 'FChromaSDKAppInfoType::Author_Contact' has a wrong offset!"); \ static_assert(offsetof(FChromaSDKAppInfoType, SupportedDevice) == 0x000040, "Member 'FChromaSDKAppInfoType::SupportedDevice' has a wrong offset!"); \ static_assert(offsetof(FChromaSDKAppInfoType, Category) == 0x000044, "Member 'FChromaSDKAppInfoType::Category' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChromaSDKColors \ static_assert(alignof(FChromaSDKColors) == 0x000008, "Wrong alignment on FChromaSDKColors"); \ static_assert(sizeof(FChromaSDKColors) == 0x000010, "Wrong size on FChromaSDKColors"); \ static_assert(offsetof(FChromaSDKColors, Colors) == 0x000000, "Member 'FChromaSDKColors::Colors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChromaSDKColorFrame2D \ static_assert(alignof(FChromaSDKColorFrame2D) == 0x000008, "Wrong alignment on FChromaSDKColorFrame2D"); \ static_assert(sizeof(FChromaSDKColorFrame2D) == 0x000018, "Wrong size on FChromaSDKColorFrame2D"); \ static_assert(offsetof(FChromaSDKColorFrame2D, Colors) == 0x000000, "Member 'FChromaSDKColorFrame2D::Colors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChromaSDKColorFrame1D \ static_assert(alignof(FChromaSDKColorFrame1D) == 0x000008, "Wrong alignment on FChromaSDKColorFrame1D"); \ static_assert(sizeof(FChromaSDKColorFrame1D) == 0x000018, "Wrong size on FChromaSDKColorFrame1D"); \ static_assert(offsetof(FChromaSDKColorFrame1D, Colors) == 0x000000, "Member 'FChromaSDKColorFrame1D::Colors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChromaSDKGuid \ static_assert(alignof(FChromaSDKGuid) == 0x000004, "Wrong alignment on FChromaSDKGuid"); \ static_assert(sizeof(FChromaSDKGuid) == 0x000010, "Wrong size on FChromaSDKGuid"); \ #define DUMPER7_ASSERTS_FChromaSDKEffectResult \ static_assert(alignof(FChromaSDKEffectResult) == 0x000004, "Wrong alignment on FChromaSDKEffectResult"); \ static_assert(sizeof(FChromaSDKEffectResult) == 0x000014, "Wrong size on FChromaSDKEffectResult"); \ static_assert(offsetof(FChromaSDKEffectResult, Result) == 0x000000, "Member 'FChromaSDKEffectResult::Result' has a wrong offset!"); \ static_assert(offsetof(FChromaSDKEffectResult, EffectId) == 0x000004, "Member 'FChromaSDKEffectResult::EffectId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroAllKeys \ static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeys) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroAllKeys"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeys) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroAllKeys"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeys, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeys::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeys, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeys::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeys, frameId) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeys::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFrames::targetAnimationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesName::targetAnimationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset \ static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset, Offset) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffset::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName \ static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName, Offset) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysAllFramesOffsetName::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName \ static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName, frameId) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroAllKeysName::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFrames::targetAnimationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesName::targetAnimationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset \ static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset, Offset) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffset::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName \ static_assert(alignof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName, Offset) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_AddNonZeroTargetAllKeysAllFramesOffsetName::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AppendAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_AppendAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_AppendAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_AppendAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_AppendAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AppendAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AppendAllFrames::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AppendAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_AppendAllFrames::targetAnimationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_AppendAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_AppendAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_AppendAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_AppendAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_AppendAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AppendAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_AppendAllFramesName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_AppendAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_AppendAllFramesName::targetAnimationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D \ static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D::device' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D, Colors) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D::Colors' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D, ReturnValue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom1D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D \ static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D::device' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D, Colors) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D::Colors' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D, ReturnValue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectCustom2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D \ static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D, Colors) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D::Colors' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectKeyboardCustom2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone \ static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone::device' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectNone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic \ static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic::device' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic, colorParam) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic::colorParam' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic, ReturnValue) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKCreateEffectStatic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect \ static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect, EffectId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect::EffectId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKDeleteEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKInit \ static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKInit) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKInit"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKInit) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKInit"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKInit, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKInit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKInitSDK \ static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKInitSDK) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKInitSDK"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKInitSDK) == 0x000050, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKInitSDK"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKInitSDK, appInfo) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKInitSDK::appInfo' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKInitSDK, ReturnValue) == 0x000048, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKInitSDK::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKSetEffect \ static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKSetEffect) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKSetEffect"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKSetEffect) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKSetEffect"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKSetEffect, EffectId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKSetEffect::EffectId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKSetEffect, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKSetEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ChromaSDKUnInit \ static_assert(alignof(ChromaSDKPluginBPLibrary_ChromaSDKUnInit) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ChromaSDKUnInit"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_ChromaSDKUnInit) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_ChromaSDKUnInit"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ChromaSDKUnInit, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ChromaSDKUnInit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ClearAnimationType \ static_assert(alignof(ChromaSDKPluginBPLibrary_ClearAnimationType) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_ClearAnimationType"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_ClearAnimationType) == 0x000001, "Wrong size on ChromaSDKPluginBPLibrary_ClearAnimationType"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ClearAnimationType, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ClearAnimationType::device' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CloseAnimation \ static_assert(alignof(ChromaSDKPluginBPLibrary_CloseAnimation) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CloseAnimation"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CloseAnimation) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_CloseAnimation"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CloseAnimation, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CloseAnimation::animationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CloseAnimationName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CloseAnimationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CloseAnimationName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CloseAnimationName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_CloseAnimationName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CloseAnimationName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CloseAnimationName::animationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyAllKeys \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyAllKeys) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyAllKeys"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyAllKeys) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_CopyAllKeys"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeys, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeys::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeys, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeys::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeys, frameId) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeys::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeysAllFrames::targetAnimationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeysAllFramesName::targetAnimationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyAllKeysName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyAllKeysName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyAllKeysName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyAllKeysName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_CopyAllKeysName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeysName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeysName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeysName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeysName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAllKeysName, frameId) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyAllKeysName::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyAnimation \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyAnimation) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyAnimation"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyAnimation) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CopyAnimation"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAnimation, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyAnimation::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAnimation, targetAnimationName) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyAnimation::targetAnimationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyAnimationName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyAnimationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyAnimationName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyAnimationName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_CopyAnimationName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAnimationName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyAnimationName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyAnimationName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyAnimationName::targetAnimationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyKeyColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyKeyColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyKeyColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyKeyColor) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_CopyKeyColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeyColor, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyKeyColor::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeyColor, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyKeyColor::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeyColor, FrameIndex) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyKeyColor::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeyColor, Key) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_CopyKeyColor::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyKeyColorName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyKeyColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyKeyColorName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyKeyColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_CopyKeyColorName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeyColorName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyKeyColorName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeyColorName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyKeyColorName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeyColorName, FrameIndex) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyKeyColorName::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeyColorName, Key) == 0x000024, "Member 'ChromaSDKPluginBPLibrary_CopyKeyColorName::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyKeysColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyKeysColor) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyKeysColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyKeysColor) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_CopyKeysColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColor, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColor::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColor, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColor::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColor, FrameIndex) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColor::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColor, Keys) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColor::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames, Keys) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorAllFrames::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName, Keys) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorAllFramesName::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyKeysColorName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyKeysColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyKeysColorName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyKeysColorName) == 0x000038, "Wrong size on ChromaSDKPluginBPLibrary_CopyKeysColorName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorName, FrameIndex) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorName::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyKeysColorName, Keys) == 0x000028, "Member 'ChromaSDKPluginBPLibrary_CopyKeysColorName::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys, frameId) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeys::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFrames::targetAnimationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesName::targetAnimationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset, Offset) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffset::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName, Offset) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysAllFramesOffsetName::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName, frameId) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysName::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset, frameId) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset, Offset) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffset::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName, frameId) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName, Offset) == 0x000024, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroAllKeysOffsetName::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor, FrameIndex) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor, Key) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeyColor::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName, FrameIndex) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName, Key) == 0x000024, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeyColorName::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor, FrameIndex) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor, Keys) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColor::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames, Keys) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFrames::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName, Keys) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorAllFramesName::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName) == 0x000038, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName, FrameIndex) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName, Keys) == 0x000028, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroKeysColorName::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys, frameId) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeys::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFrames::targetAnimationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesName::targetAnimationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset, Offset) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffset::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName, Offset) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysAllFramesOffsetName::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName, frameId) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_CopyNonZeroTargetAllKeysName::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFrames::targetAnimationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_CopyZeroTargetAllKeysAllFramesName::targetAnimationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CreateColors1D \ static_assert(alignof(ChromaSDKPluginBPLibrary_CreateColors1D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CreateColors1D"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CreateColors1D) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CreateColors1D"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateColors1D, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CreateColors1D::device' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateColors1D, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CreateColors1D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CreateColors2D \ static_assert(alignof(ChromaSDKPluginBPLibrary_CreateColors2D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CreateColors2D"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CreateColors2D) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CreateColors2D"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateColors2D, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CreateColors2D::device' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateColors2D, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CreateColors2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CreateRandomColors1D \ static_assert(alignof(ChromaSDKPluginBPLibrary_CreateRandomColors1D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CreateRandomColors1D"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CreateRandomColors1D) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CreateRandomColors1D"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateRandomColors1D, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CreateRandomColors1D::device' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateRandomColors1D, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CreateRandomColors1D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CreateRandomColors2D \ static_assert(alignof(ChromaSDKPluginBPLibrary_CreateRandomColors2D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CreateRandomColors2D"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CreateRandomColors2D) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CreateRandomColors2D"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateRandomColors2D, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CreateRandomColors2D::device' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateRandomColors2D, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CreateRandomColors2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D \ static_assert(alignof(ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D::device' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite1D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D \ static_assert(alignof(ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D::device' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_CreateRandomColorsBlackAndWhite2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_DuplicateFirstFrame \ static_assert(alignof(ChromaSDKPluginBPLibrary_DuplicateFirstFrame) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_DuplicateFirstFrame"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_DuplicateFirstFrame) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_DuplicateFirstFrame"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_DuplicateFirstFrame, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_DuplicateFirstFrame::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_DuplicateFirstFrame, frameCount) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_DuplicateFirstFrame::frameCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_DuplicateFirstFrameName \ static_assert(alignof(ChromaSDKPluginBPLibrary_DuplicateFirstFrameName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_DuplicateFirstFrameName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_DuplicateFirstFrameName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_DuplicateFirstFrameName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_DuplicateFirstFrameName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_DuplicateFirstFrameName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_DuplicateFirstFrameName, frameCount) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_DuplicateFirstFrameName::frameCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_DuplicateFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_DuplicateFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_DuplicateFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_DuplicateFrames) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_DuplicateFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_DuplicateFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_DuplicateFrames::animationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_DuplicateFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_DuplicateFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_DuplicateFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_DuplicateFramesName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_DuplicateFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_DuplicateFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_DuplicateFramesName::animationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_DuplicateMirrorFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_DuplicateMirrorFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_DuplicateMirrorFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_DuplicateMirrorFrames) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_DuplicateMirrorFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_DuplicateMirrorFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_DuplicateMirrorFrames::animationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_DuplicateMirrorFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_DuplicateMirrorFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_DuplicateMirrorFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_DuplicateMirrorFramesName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_DuplicateMirrorFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_DuplicateMirrorFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_DuplicateMirrorFramesName::animationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FadeEndFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_FadeEndFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FadeEndFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FadeEndFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_FadeEndFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FadeEndFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FadeEndFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FadeEndFrames, fade) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FadeEndFrames::fade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FadeEndFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FadeEndFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FadeEndFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FadeEndFramesName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FadeEndFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FadeEndFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FadeEndFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FadeEndFramesName, fade) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FadeEndFramesName::fade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FadeStartFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_FadeStartFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FadeStartFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FadeStartFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_FadeStartFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FadeStartFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FadeStartFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FadeStartFrames, fade) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FadeStartFrames::fade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FadeStartFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FadeStartFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FadeStartFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FadeStartFramesName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FadeStartFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FadeStartFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FadeStartFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FadeStartFramesName, fade) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FadeStartFramesName::fade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillColor) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FillColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillColor::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColor, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillColor::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColor, colorParam) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillColor::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillColorAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillColorAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillColorAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillColorAllFrames) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_FillColorAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFrames, colorParam) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFrames::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillColorAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillColorAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillColorAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillColorAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesName, colorParam) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillColorAllFramesRGB \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillColorAllFramesRGB"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGB) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_FillColorAllFramesRGB"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesRGB::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGB, Red) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesRGB::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGB, Green) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesRGB::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGB, Blue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesRGB::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName, Red) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName, Green) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName, Blue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillColorAllFramesRGBName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillColorName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillColorName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_FillColorName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillColorName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillColorName::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorName, colorParam) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillColorName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillColorRGB \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillColorRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillColorRGB"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillColorRGB) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_FillColorRGB"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillColorRGB::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGB, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillColorRGB::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGB, Red) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillColorRGB::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGB, Green) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillColorRGB::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGB, Blue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillColorRGB::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillColorRGBName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillColorRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillColorRGBName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillColorRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillColorRGBName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillColorRGBName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGBName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillColorRGBName::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGBName, Red) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillColorRGBName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGBName, Green) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillColorRGBName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillColorRGBName, Blue) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_FillColorRGBName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillNonZeroColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillNonZeroColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillNonZeroColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillNonZeroColor) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FillNonZeroColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColor::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColor, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColor::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColor, colorParam) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColor::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames, colorParam) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFrames::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName, colorParam) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB, Red) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB, Green) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB, Blue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGB::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName, Red) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName, Green) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName, Blue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorAllFramesRGBName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillNonZeroColorName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillNonZeroColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillNonZeroColorName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillNonZeroColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_FillNonZeroColorName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorName::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorName, colorParam) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillNonZeroColorRGB \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillNonZeroColorRGB"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGB) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_FillNonZeroColorRGB"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGB::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGB, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGB::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGB, Red) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGB::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGB, Green) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGB::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGB, Blue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGB::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName, Red) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName, Green) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName, Blue) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_FillNonZeroColorRGBName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillRandomColors \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillRandomColors) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillRandomColors"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillRandomColors) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_FillRandomColors"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColors, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillRandomColors::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColors, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillRandomColors::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillRandomColorsAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillRandomColorsAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillRandomColorsAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillRandomColorsAllFrames) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_FillRandomColorsAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsAllFrames::animationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillRandomColorsAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillRandomColorsAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillRandomColorsAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillRandomColorsAllFramesName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_FillRandomColorsAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsAllFramesName::animationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhite::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFrames) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFrames::animationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFramesName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteAllFramesName::animationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsBlackAndWhiteName::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillRandomColorsName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillRandomColorsName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillRandomColorsName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillRandomColorsName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FillRandomColorsName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillRandomColorsName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillRandomColorsName::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames, Threshold) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames::Threshold' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames, colorParam) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFrames::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName, Threshold) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName::Threshold' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName, colorParam) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB, Threshold) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB::Threshold' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB, Red) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB, Green) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB, Blue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGB::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName, Threshold) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName::Threshold' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName, Red) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName, Green) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName, Blue) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsAllFramesRGBName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB) == 0x000024, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, minThreshold) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::minThreshold' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, minRed) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::minRed' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, minGreen) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::minGreen' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, minBlue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::minBlue' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, maxThreshold) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::maxThreshold' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, maxRed) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::maxRed' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, maxGreen) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::maxGreen' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB, maxBlue) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGB::maxBlue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, minThreshold) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::minThreshold' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, minRed) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::minRed' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, minGreen) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::minGreen' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, minBlue) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::minBlue' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, maxThreshold) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::maxThreshold' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, maxRed) == 0x000024, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::maxRed' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, maxGreen) == 0x000028, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::maxGreen' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName, maxBlue) == 0x00002C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsMinMaxAllFramesRGBName::maxBlue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdColorsRGB \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdColorsRGB"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGB) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdColorsRGB"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGB::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGB, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGB::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGB, Threshold) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGB::Threshold' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGB, Red) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGB::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGB, Green) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGB::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGB, Blue) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGB::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName, Threshold) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName::Threshold' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName, Red) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName, Green) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName, Blue) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_FillThresholdColorsRGBName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB) == 0x00001C, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB, redThreshold) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB::redThreshold' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB, greenThreshold) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB::greenThreshold' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB, blueThreshold) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB::blueThreshold' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB, Red) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB, Green) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB, Blue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGB::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName, redThreshold) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName::redThreshold' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName, greenThreshold) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName::greenThreshold' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName, blueThreshold) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName::blueThreshold' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName, Red) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName, Green) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName, Blue) == 0x000024, "Member 'ChromaSDKPluginBPLibrary_FillThresholdRGBColorsAllFramesRGBName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillZeroColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillZeroColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillZeroColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillZeroColor) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_FillZeroColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillZeroColor::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColor, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillZeroColor::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColor, colorParam) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillZeroColor::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillZeroColorAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillZeroColorAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillZeroColorAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillZeroColorAllFrames) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_FillZeroColorAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFrames, colorParam) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFrames::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName, colorParam) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB, Red) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB, Green) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB, Blue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGB::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName, Red) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName, Green) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName, Blue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorAllFramesRGBName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillZeroColorName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillZeroColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillZeroColorName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillZeroColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_FillZeroColorName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorName::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorName, colorParam) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillZeroColorRGB \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillZeroColorRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_FillZeroColorRGB"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillZeroColorRGB) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_FillZeroColorRGB"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGB::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGB, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGB::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGB, Red) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGB::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGB, Green) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGB::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGB, Blue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGB::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_FillZeroColorRGBName \ static_assert(alignof(ChromaSDKPluginBPLibrary_FillZeroColorRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_FillZeroColorRGBName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_FillZeroColorRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_FillZeroColorRGBName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGBName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGBName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGBName::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGBName, Red) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGBName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGBName, Green) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGBName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_FillZeroColorRGBName, Blue) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_FillZeroColorRGBName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetAnimation \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetAnimation) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetAnimation"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetAnimation) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_GetAnimation"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimation, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetAnimation::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimation, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_GetAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetAnimationCount \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetAnimationCount) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetAnimationCount"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetAnimationCount) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_GetAnimationCount"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimationCount, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetAnimationCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetAnimationId \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetAnimationId) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetAnimationId"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetAnimationId) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_GetAnimationId"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimationId, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetAnimationId::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimationId, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_GetAnimationId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetAnimationIdByIndex \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetAnimationIdByIndex) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetAnimationIdByIndex"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetAnimationIdByIndex) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_GetAnimationIdByIndex"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimationIdByIndex, Index_0) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetAnimationIdByIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimationIdByIndex, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetAnimationIdByIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetAnimationName \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetAnimationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetAnimationName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetAnimationName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_GetAnimationName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimationName, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetAnimationName::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetAnimationName, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_GetAnimationName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetBGRInt \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetBGRInt) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetBGRInt"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetBGRInt) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_GetBGRInt"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetBGRInt, Red) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetBGRInt::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetBGRInt, Green) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetBGRInt::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetBGRInt, Blue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_GetBGRInt::Blue' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetBGRInt, ReturnValue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_GetBGRInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetCurrentFrame \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetCurrentFrame) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetCurrentFrame"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetCurrentFrame) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_GetCurrentFrame"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetCurrentFrame, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetCurrentFrame::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetCurrentFrame, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetCurrentFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetCurrentFrameName \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetCurrentFrameName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetCurrentFrameName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetCurrentFrameName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_GetCurrentFrameName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetCurrentFrameName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetCurrentFrameName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetCurrentFrameName, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_GetCurrentFrameName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetFrameCount \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetFrameCount) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetFrameCount"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetFrameCount) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_GetFrameCount"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetFrameCount, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetFrameCount::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetFrameCount, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetFrameCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetFrameCountName \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetFrameCountName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetFrameCountName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetFrameCountName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_GetFrameCountName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetFrameCountName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetFrameCountName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetFrameCountName, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_GetFrameCountName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetKeyboardKeyColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetKeyboardKeyColor) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetKeyboardKeyColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetKeyboardKeyColor) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_GetKeyboardKeyColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyboardKeyColor, Key) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetKeyboardKeyColor::Key' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyboardKeyColor, Colors) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_GetKeyboardKeyColor::Colors' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyboardKeyColor, ReturnValue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_GetKeyboardKeyColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetKeyboardRazerKey \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetKeyboardRazerKey) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetKeyboardRazerKey"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetKeyboardRazerKey) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_GetKeyboardRazerKey"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyboardRazerKey, Key) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetKeyboardRazerKey::Key' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyboardRazerKey, ReturnValue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_GetKeyboardRazerKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetKeyboardRzKey \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetKeyboardRzKey) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetKeyboardRzKey"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetKeyboardRzKey) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_GetKeyboardRzKey"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyboardRzKey, Key) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetKeyboardRzKey::Key' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyboardRzKey, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetKeyboardRzKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetKeyColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetKeyColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetKeyColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetKeyColor) == 0x00001C, "Wrong size on ChromaSDKPluginBPLibrary_GetKeyColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetKeyColor::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyColor, FrameIndex) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetKeyColor::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyColor, Key) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_GetKeyColor::Key' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyColor, ReturnValue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_GetKeyColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetKeyColorName \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetKeyColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetKeyColorName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetKeyColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_GetKeyColorName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetKeyColorName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyColorName, FrameIndex) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_GetKeyColorName::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyColorName, Key) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_GetKeyColorName::Key' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetKeyColorName, ReturnValue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_GetKeyColorName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetMaxColumn \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetMaxColumn) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetMaxColumn"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetMaxColumn) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_GetMaxColumn"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMaxColumn, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetMaxColumn::device' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMaxColumn, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetMaxColumn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetMaxLeds \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetMaxLeds) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetMaxLeds"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetMaxLeds) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_GetMaxLeds"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMaxLeds, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetMaxLeds::device' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMaxLeds, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetMaxLeds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetMaxRow \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetMaxRow) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetMaxRow"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetMaxRow) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_GetMaxRow"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMaxRow, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetMaxRow::device' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMaxRow, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetMaxRow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetMouseLedColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetMouseLedColor) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_GetMouseLedColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetMouseLedColor) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_GetMouseLedColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMouseLedColor, led) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetMouseLedColor::led' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMouseLedColor, Colors) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_GetMouseLedColor::Colors' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetMouseLedColor, ReturnValue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_GetMouseLedColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetPlayingAnimationCount \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetPlayingAnimationCount) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetPlayingAnimationCount"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetPlayingAnimationCount) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_GetPlayingAnimationCount"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetPlayingAnimationCount, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetPlayingAnimationCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetPlayingAnimationId \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetPlayingAnimationId) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetPlayingAnimationId"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetPlayingAnimationId) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_GetPlayingAnimationId"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetPlayingAnimationId, Index_0) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetPlayingAnimationId::Index_0' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetPlayingAnimationId, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetPlayingAnimationId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_GetRGB \ static_assert(alignof(ChromaSDKPluginBPLibrary_GetRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_GetRGB"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_GetRGB) == 0x00001C, "Wrong size on ChromaSDKPluginBPLibrary_GetRGB"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetRGB, Red) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_GetRGB::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetRGB, Green) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_GetRGB::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetRGB, Blue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_GetRGB::Blue' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_GetRGB, ReturnValue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_GetRGB::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_InsertDelay \ static_assert(alignof(ChromaSDKPluginBPLibrary_InsertDelay) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_InsertDelay"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_InsertDelay) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_InsertDelay"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertDelay, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_InsertDelay::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertDelay, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_InsertDelay::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertDelay, Delay) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_InsertDelay::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_InsertDelayName \ static_assert(alignof(ChromaSDKPluginBPLibrary_InsertDelayName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_InsertDelayName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_InsertDelayName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_InsertDelayName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertDelayName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_InsertDelayName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertDelayName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_InsertDelayName::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertDelayName, Delay) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_InsertDelayName::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_InsertFrame \ static_assert(alignof(ChromaSDKPluginBPLibrary_InsertFrame) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_InsertFrame"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_InsertFrame) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_InsertFrame"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertFrame, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_InsertFrame::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertFrame, sourceFrame) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_InsertFrame::sourceFrame' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertFrame, targetFrame) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_InsertFrame::targetFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_InsertFrameName \ static_assert(alignof(ChromaSDKPluginBPLibrary_InsertFrameName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_InsertFrameName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_InsertFrameName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_InsertFrameName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertFrameName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_InsertFrameName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertFrameName, sourceFrame) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_InsertFrameName::sourceFrame' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_InsertFrameName, targetFrame) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_InsertFrameName::targetFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_InvertColorsAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_InvertColorsAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_InvertColorsAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_InvertColorsAllFrames) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_InvertColorsAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_InvertColorsAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_InvertColorsAllFrames::animationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_InvertColorsAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_InvertColorsAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_InvertColorsAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_InvertColorsAllFramesName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_InvertColorsAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_InvertColorsAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_InvertColorsAllFramesName::animationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_IsActive \ static_assert(alignof(ChromaSDKPluginBPLibrary_IsActive) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_IsActive"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_IsActive) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_IsActive"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_IsActive, ACTIVE) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_IsActive::ACTIVE' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_IsActive, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_IsAnimationPlaying \ static_assert(alignof(ChromaSDKPluginBPLibrary_IsAnimationPlaying) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_IsAnimationPlaying"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_IsAnimationPlaying) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_IsAnimationPlaying"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_IsAnimationPlaying, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_IsAnimationPlaying::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_IsAnimationPlaying, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_IsAnimationPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_IsAnimationTypePlaying \ static_assert(alignof(ChromaSDKPluginBPLibrary_IsAnimationTypePlaying) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_IsAnimationTypePlaying"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_IsAnimationTypePlaying) == 0x000002, "Wrong size on ChromaSDKPluginBPLibrary_IsAnimationTypePlaying"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_IsAnimationTypePlaying, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_IsAnimationTypePlaying::device' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_IsAnimationTypePlaying, ReturnValue) == 0x000001, "Member 'ChromaSDKPluginBPLibrary_IsAnimationTypePlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_IsConnected \ static_assert(alignof(ChromaSDKPluginBPLibrary_IsConnected) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_IsConnected"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_IsConnected) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_IsConnected"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_IsConnected, deviceInfoType) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_IsConnected::deviceInfoType' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_IsConnected, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_IsConnected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_IsInitialized \ static_assert(alignof(ChromaSDKPluginBPLibrary_IsInitialized) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_IsInitialized"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_IsInitialized) == 0x000001, "Wrong size on ChromaSDKPluginBPLibrary_IsInitialized"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_IsInitialized, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_IsInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_IsPlatformWindows \ static_assert(alignof(ChromaSDKPluginBPLibrary_IsPlatformWindows) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_IsPlatformWindows"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_IsPlatformWindows) == 0x000001, "Wrong size on ChromaSDKPluginBPLibrary_IsPlatformWindows"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_IsPlatformWindows, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_IsPlatformWindows::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_Lerp \ static_assert(alignof(ChromaSDKPluginBPLibrary_Lerp) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_Lerp"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_Lerp) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_Lerp"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_Lerp, Start) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_Lerp::Start' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_Lerp, End) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_Lerp::End' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_Lerp, amt) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_Lerp::amt' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_Lerp, ReturnValue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_Lerp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_LerpColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_LerpColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_LerpColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_LerpColor) == 0x000034, "Wrong size on ChromaSDKPluginBPLibrary_LerpColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_LerpColor, colorParam1) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_LerpColor::colorParam1' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_LerpColor, colorParam2) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_LerpColor::colorParam2' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_LerpColor, T) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_LerpColor::T' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_LerpColor, ReturnValue) == 0x000024, "Member 'ChromaSDKPluginBPLibrary_LerpColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_LerpColorBGR \ static_assert(alignof(ChromaSDKPluginBPLibrary_LerpColorBGR) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_LerpColorBGR"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_LerpColorBGR) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_LerpColorBGR"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_LerpColorBGR, From) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_LerpColorBGR::From' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_LerpColorBGR, To) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_LerpColorBGR::To' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_LerpColorBGR, T) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_LerpColorBGR::T' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_LerpColorBGR, ReturnValue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_LerpColorBGR::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_LoadAnimation \ static_assert(alignof(ChromaSDKPluginBPLibrary_LoadAnimation) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_LoadAnimation"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_LoadAnimation) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_LoadAnimation"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_LoadAnimation, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_LoadAnimation::animationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_LoadAnimationName \ static_assert(alignof(ChromaSDKPluginBPLibrary_LoadAnimationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_LoadAnimationName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_LoadAnimationName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_LoadAnimationName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_LoadAnimationName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_LoadAnimationName::animationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MakeBlankFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_MakeBlankFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MakeBlankFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MakeBlankFrames) == 0x00001C, "Wrong size on ChromaSDKPluginBPLibrary_MakeBlankFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFrames, frameCount) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFrames::frameCount' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFrames, Duration) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFrames::Duration' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFrames, colorParam) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFrames::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MakeBlankFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_MakeBlankFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MakeBlankFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MakeBlankFramesName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_MakeBlankFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesName, frameCount) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesName::frameCount' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesName, Duration) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesName::Duration' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesName, colorParam) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MakeBlankFramesRandom \ static_assert(alignof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandom) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MakeBlankFramesRandom"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandom) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_MakeBlankFramesRandom"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandom, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandom::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandom, frameCount) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandom::frameCount' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandom, Duration) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandom::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite \ static_assert(alignof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite, frameCount) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite::frameCount' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite, Duration) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhite::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName \ static_assert(alignof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName, frameCount) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName::frameCount' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName, Duration) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomBlackAndWhiteName::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName \ static_assert(alignof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName, frameCount) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName::frameCount' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName, Duration) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRandomName::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MakeBlankFramesRGB \ static_assert(alignof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MakeBlankFramesRGB"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGB) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_MakeBlankFramesRGB"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGB::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGB, frameCount) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGB::frameCount' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGB, Duration) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGB::Duration' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGB, Red) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGB::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGB, Green) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGB::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGB, Blue) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGB::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName \ static_assert(alignof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName, frameCount) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName::frameCount' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName, Duration) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName::Duration' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName, Red) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName, Green) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName, Blue) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_MakeBlankFramesRGBName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames) == 0x000024, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames, colorParam1) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames::colorParam1' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames, colorParam2) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFrames::colorParam2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName, colorParam1) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName::colorParam1' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName, colorParam2) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_MultiplyColorLerpAllFramesName::colorParam2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensity \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensity) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensity"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensity) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensity"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensity, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensity::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensity, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensity::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensity, Intensity) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensity::Intensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames, Intensity) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFrames::Intensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName, Intensity) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesName::Intensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB, Red) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB, Green) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB, Blue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGB::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName, Red) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName, Green) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName, Blue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityAllFramesRGBName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityColor) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColor::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColor, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColor::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColor, colorParam) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColor::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames, colorParam) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFrames::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName, colorParam) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColorAllFramesName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityColorName \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityColorName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityColorName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColorName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColorName::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityColorName, colorParam) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityColorName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityName \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityName::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityName, Intensity) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityName::Intensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityRGB \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGB) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityRGB"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGB) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityRGB"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGB::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGB, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGB::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGB, Red) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGB::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGB, Green) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGB::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGB, Blue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGB::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName, Red) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName, Green) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName, Blue) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_MultiplyIntensityRGBName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames) == 0x000024, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames, colorParam1) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames::colorParam1' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames, colorParam2) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFrames::colorParam2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName, colorParam1) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName::colorParam1' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName, colorParam2) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_MultiplyNonZeroTargetColorLerpAllFramesName::colorParam2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames) == 0x000024, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames, colorParam1) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames::colorParam1' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames, colorParam2) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFrames::colorParam2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName, colorParam1) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName::colorParam1' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName, colorParam2) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_MultiplyTargetColorLerpAllFramesName::colorParam2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OffsetColors \ static_assert(alignof(ChromaSDKPluginBPLibrary_OffsetColors) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_OffsetColors"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_OffsetColors) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_OffsetColors"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColors, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OffsetColors::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColors, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_OffsetColors::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColors, Red) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_OffsetColors::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColors, Green) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_OffsetColors::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColors, Blue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_OffsetColors::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OffsetColorsAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_OffsetColorsAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_OffsetColorsAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_OffsetColorsAllFrames) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_OffsetColorsAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsAllFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsAllFrames, Red) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsAllFrames::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsAllFrames, Green) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsAllFrames::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsAllFrames, Blue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsAllFrames::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName, Red) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName, Green) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName, Blue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsAllFramesName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OffsetColorsName \ static_assert(alignof(ChromaSDKPluginBPLibrary_OffsetColorsName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_OffsetColorsName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_OffsetColorsName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_OffsetColorsName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsName::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsName, Red) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsName, Green) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetColorsName, Blue) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_OffsetColorsName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OffsetNonZeroColors \ static_assert(alignof(ChromaSDKPluginBPLibrary_OffsetNonZeroColors) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_OffsetNonZeroColors"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_OffsetNonZeroColors) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_OffsetNonZeroColors"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColors, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColors::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColors, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColors::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColors, Red) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColors::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColors, Green) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColors::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColors, Blue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColors::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames, Red) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames, Green) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames, Blue) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFrames::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName, Red) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName, Green) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName, Blue) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsAllFramesName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName \ static_assert(alignof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName, Red) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName, Green) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName, Blue) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_OffsetNonZeroColorsName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OpenAnimationFromMemory \ static_assert(alignof(ChromaSDKPluginBPLibrary_OpenAnimationFromMemory) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_OpenAnimationFromMemory"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_OpenAnimationFromMemory) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_OpenAnimationFromMemory"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OpenAnimationFromMemory, Data) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OpenAnimationFromMemory::Data' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OpenAnimationFromMemory, animationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_OpenAnimationFromMemory::animationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_OverrideFrameDurationName \ static_assert(alignof(ChromaSDKPluginBPLibrary_OverrideFrameDurationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_OverrideFrameDurationName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_OverrideFrameDurationName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_OverrideFrameDurationName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OverrideFrameDurationName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_OverrideFrameDurationName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_OverrideFrameDurationName, Duration) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_OverrideFrameDurationName::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_PlayAnimation \ static_assert(alignof(ChromaSDKPluginBPLibrary_PlayAnimation) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_PlayAnimation"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_PlayAnimation) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_PlayAnimation"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_PlayAnimation, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_PlayAnimation::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_PlayAnimation, loop) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_PlayAnimation::loop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_PlayAnimationComposite \ static_assert(alignof(ChromaSDKPluginBPLibrary_PlayAnimationComposite) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_PlayAnimationComposite"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_PlayAnimationComposite) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_PlayAnimationComposite"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_PlayAnimationComposite, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_PlayAnimationComposite::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_PlayAnimationComposite, loop) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_PlayAnimationComposite::loop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_PlayAnimationName \ static_assert(alignof(ChromaSDKPluginBPLibrary_PlayAnimationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_PlayAnimationName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_PlayAnimationName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_PlayAnimationName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_PlayAnimationName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_PlayAnimationName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_PlayAnimationName, loop) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_PlayAnimationName::loop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_PlayAnimations \ static_assert(alignof(ChromaSDKPluginBPLibrary_PlayAnimations) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_PlayAnimations"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_PlayAnimations) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_PlayAnimations"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_PlayAnimations, animationNames) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_PlayAnimations::animationNames' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_PlayAnimations, loop) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_PlayAnimations::loop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_PreviewFrame \ static_assert(alignof(ChromaSDKPluginBPLibrary_PreviewFrame) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_PreviewFrame"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_PreviewFrame) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_PreviewFrame"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_PreviewFrame, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_PreviewFrame::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_PreviewFrame, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_PreviewFrame::frameId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_PreviewFrame, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_PreviewFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_PreviewFrameName \ static_assert(alignof(ChromaSDKPluginBPLibrary_PreviewFrameName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_PreviewFrameName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_PreviewFrameName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_PreviewFrameName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_PreviewFrameName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_PreviewFrameName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_PreviewFrameName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_PreviewFrameName::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ReduceFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_ReduceFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ReduceFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_ReduceFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_ReduceFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ReduceFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ReduceFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ReduceFrames, N) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_ReduceFrames::N' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ReduceFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_ReduceFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_ReduceFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_ReduceFramesName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_ReduceFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ReduceFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ReduceFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ReduceFramesName, N) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_ReduceFramesName::N' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ReverseAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_ReverseAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ReverseAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_ReverseAllFrames) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_ReverseAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ReverseAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ReverseAllFrames::animationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ReverseAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_ReverseAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_ReverseAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_ReverseAllFramesName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_ReverseAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ReverseAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ReverseAllFramesName::animationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetChromaCustomColorAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetChromaCustomColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetChromaCustomColorAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetChromaCustomColorAllFramesName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_SetChromaCustomColorAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetChromaCustomColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetChromaCustomColorAllFramesName::animationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetChromaCustomFlagName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetChromaCustomFlagName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetChromaCustomFlagName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetChromaCustomFlagName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_SetChromaCustomFlagName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetChromaCustomFlagName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetChromaCustomFlagName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetChromaCustomFlagName, Flag) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetChromaCustomFlagName::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetCurrentFrame \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetCurrentFrame) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SetCurrentFrame"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetCurrentFrame) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_SetCurrentFrame"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetCurrentFrame, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetCurrentFrame::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetCurrentFrame, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetCurrentFrame::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetCurrentFrameName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetCurrentFrameName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetCurrentFrameName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetCurrentFrameName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_SetCurrentFrameName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetCurrentFrameName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetCurrentFrameName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetCurrentFrameName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetCurrentFrameName::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetEventName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetEventName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetEventName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetEventName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_SetEventName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetEventName, Name_0) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetEventName::Name_0' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetEventName, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetEventName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetIdleAnimationName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetIdleAnimationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetIdleAnimationName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetIdleAnimationName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_SetIdleAnimationName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetIdleAnimationName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetIdleAnimationName::animationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyboardKeyColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyboardKeyColor) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyboardKeyColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyboardKeyColor) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyboardKeyColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyboardKeyColor, Key) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyboardKeyColor::Key' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyboardKeyColor, colorParam) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetKeyboardKeyColor::colorParam' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyboardKeyColor, Colors) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeyboardKeyColor::Colors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyColor) == 0x00001C, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyColor::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColor, FrameIndex) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetKeyColor::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColor, Key) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeyColor::Key' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColor, colorParam) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_SetKeyColor::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyColorAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyColorAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyColorAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyColorAllFrames) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyColorAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorAllFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorAllFrames, Key) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorAllFrames::Key' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorAllFrames, colorParam) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorAllFrames::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName, Key) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName::Key' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName, colorParam) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorAllFramesName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyColorName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyColorName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyColorName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorName, FrameIndex) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorName::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorName, Key) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorName::Key' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyColorName, colorParam) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeyColorName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyNonZeroColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyNonZeroColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColor) == 0x00001C, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyNonZeroColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColor::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColor, FrameIndex) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColor::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColor, Key) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColor::Key' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColor, colorParam) == 0x00000C, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColor::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames, Key) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames::Key' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames, colorParam) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFrames::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName, Key) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName::Key' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName, colorParam) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorAllFramesName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName, FrameIndex) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName, Key) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName::Key' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName, colorParam) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeyNonZeroColorName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName, FrameIndex) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName, Row) == 0x000014, "Member 'ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName::Row' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName, Column) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName::Column' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName, colorParam) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_SetKeyRowColumnColorName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysColor) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysColor) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysColor::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColor, FrameIndex) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetKeysColor::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColor, Keys) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeysColor::Keys' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColor, colorParam) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysColor::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysColorAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysColorAllFrames) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysColorAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysColorAllFrames) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysColorAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFrames, Keys) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFrames::Keys' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFrames, colorParam) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFrames::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName, Keys) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName::Keys' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName, colorParam) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB, Keys) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB::Keys' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB, Red) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB, Green) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB, Blue) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGB::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName, Keys) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName::Keys' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName, Red) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName, Green) == 0x000024, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName, Blue) == 0x000028, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorAllFramesRGBName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysColorName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysColorName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysColorName) == 0x000038, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysColorName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorName, FrameIndex) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorName::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorName, Keys) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorName::Keys' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorName, colorParam) == 0x000028, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysColorRGB \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysColorRGB) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysColorRGB"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysColorRGB) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysColorRGB"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGB, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGB::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGB, FrameIndex) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGB::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGB, Keys) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGB::Keys' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGB, Red) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGB::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGB, Green) == 0x00001C, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGB::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGB, Blue) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGB::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysColorRGBName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysColorRGBName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysColorRGBName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysColorRGBName) == 0x000038, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysColorRGBName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGBName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGBName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGBName, FrameIndex) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGBName::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGBName, Keys) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGBName::Keys' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGBName, Red) == 0x000028, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGBName::Red' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGBName, Green) == 0x00002C, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGBName::Green' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysColorRGBName, Blue) == 0x000030, "Member 'ChromaSDKPluginBPLibrary_SetKeysColorRGBName::Blue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysNonZeroColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColor) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysNonZeroColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColor) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysNonZeroColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColor, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColor::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColor, FrameIndex) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColor::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColor, Keys) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColor::Keys' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColor, colorParam) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColor::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames, Keys) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames::Keys' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames, colorParam) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFrames::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName, Keys) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName::Keys' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName, colorParam) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorAllFramesName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName) == 0x000038, "Wrong size on ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName, FrameIndex) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName::FrameIndex' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName, Keys) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName::Keys' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName, colorParam) == 0x000028, "Member 'ChromaSDKPluginBPLibrary_SetKeysNonZeroColorName::colorParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetMouseLedColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetMouseLedColor) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SetMouseLedColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetMouseLedColor) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SetMouseLedColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetMouseLedColor, led) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetMouseLedColor::led' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetMouseLedColor, colorParam) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetMouseLedColor::colorParam' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetMouseLedColor, Colors) == 0x000018, "Member 'ChromaSDKPluginBPLibrary_SetMouseLedColor::Colors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetStaticColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetStaticColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SetStaticColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetStaticColor) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_SetStaticColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetStaticColor, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetStaticColor::device' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetStaticColor, Color) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SetStaticColor::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SetStaticColorAll \ static_assert(alignof(ChromaSDKPluginBPLibrary_SetStaticColorAll) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SetStaticColorAll"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SetStaticColorAll) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_SetStaticColorAll"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SetStaticColorAll, Color) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SetStaticColorAll::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StopAnimation \ static_assert(alignof(ChromaSDKPluginBPLibrary_StopAnimation) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StopAnimation"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_StopAnimation) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_StopAnimation"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StopAnimation, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StopAnimation::animationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StopAnimationComposite \ static_assert(alignof(ChromaSDKPluginBPLibrary_StopAnimationComposite) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StopAnimationComposite"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_StopAnimationComposite) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_StopAnimationComposite"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StopAnimationComposite, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StopAnimationComposite::animationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StopAnimations \ static_assert(alignof(ChromaSDKPluginBPLibrary_StopAnimations) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StopAnimations"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_StopAnimations) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_StopAnimations"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StopAnimations, animationNames) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StopAnimations::animationNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StopAnimationType \ static_assert(alignof(ChromaSDKPluginBPLibrary_StopAnimationType) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_StopAnimationType"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_StopAnimationType) == 0x000001, "Wrong size on ChromaSDKPluginBPLibrary_StopAnimationType"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StopAnimationType, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StopAnimationType::device' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamBroadcast \ static_assert(alignof(ChromaSDKPluginBPLibrary_StreamBroadcast) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamBroadcast"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamBroadcast) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_StreamBroadcast"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamBroadcast, streamId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamBroadcast::streamId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamBroadcast, streamKey) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_StreamBroadcast::streamKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamGetAuthShortcode \ static_assert(alignof(ChromaSDKPluginBPLibrary_StreamGetAuthShortcode) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamGetAuthShortcode"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamGetAuthShortcode) == 0x000030, "Wrong size on ChromaSDKPluginBPLibrary_StreamGetAuthShortcode"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetAuthShortcode, Platform) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamGetAuthShortcode::Platform' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetAuthShortcode, Title) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_StreamGetAuthShortcode::Title' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetAuthShortcode, ReturnValue) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_StreamGetAuthShortcode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamGetFocus \ static_assert(alignof(ChromaSDKPluginBPLibrary_StreamGetFocus) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamGetFocus"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamGetFocus) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_StreamGetFocus"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetFocus, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamGetFocus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamGetId \ static_assert(alignof(ChromaSDKPluginBPLibrary_StreamGetId) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamGetId"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamGetId) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_StreamGetId"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetId, shortcode) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamGetId::shortcode' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetId, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_StreamGetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamGetKey \ static_assert(alignof(ChromaSDKPluginBPLibrary_StreamGetKey) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamGetKey"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamGetKey) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_StreamGetKey"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetKey, shortcode) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamGetKey::shortcode' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetKey, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_StreamGetKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamGetStatus \ static_assert(alignof(ChromaSDKPluginBPLibrary_StreamGetStatus) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamGetStatus"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamGetStatus) == 0x000001, "Wrong size on ChromaSDKPluginBPLibrary_StreamGetStatus"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetStatus, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamGetStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamGetStatusString \ static_assert(alignof(ChromaSDKPluginBPLibrary_StreamGetStatusString) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamGetStatusString"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamGetStatusString) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_StreamGetStatusString"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetStatusString, status) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamGetStatusString::status' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamGetStatusString, ReturnValue) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_StreamGetStatusString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamReleaseShortcode \ static_assert(alignof(ChromaSDKPluginBPLibrary_StreamReleaseShortcode) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamReleaseShortcode"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamReleaseShortcode) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_StreamReleaseShortcode"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamReleaseShortcode, shortcode) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamReleaseShortcode::shortcode' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamReleaseShortcode, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_StreamReleaseShortcode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamSetFocus \ static_assert(alignof(ChromaSDKPluginBPLibrary_StreamSetFocus) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamSetFocus"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamSetFocus) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_StreamSetFocus"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamSetFocus, streamFocus) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamSetFocus::streamFocus' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamSetFocus, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_StreamSetFocus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_StreamWatch \ static_assert(alignof(ChromaSDKPluginBPLibrary_StreamWatch) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_StreamWatch"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_StreamWatch) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_StreamWatch"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamWatch, streamId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_StreamWatch::streamId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_StreamWatch, Timestamp) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_StreamWatch::Timestamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys \ static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys, frameId) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeys::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFrames::targetAnimationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesName::targetAnimationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset \ static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset, Offset) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffset::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName, Offset) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysAllFramesOffsetName::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName, frameId) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroAllKeysName::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFrames::targetAnimationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName) == 0x000020, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesName::targetAnimationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset \ static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset) == 0x00000C, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset, sourceAnimationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset::sourceAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset, targetAnimationId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset::targetAnimationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset, Offset) == 0x000008, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffset::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName \ static_assert(alignof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName) == 0x000028, "Wrong size on ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName, sourceAnimationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName::sourceAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName, targetAnimationName) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName::targetAnimationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName, Offset) == 0x000020, "Member 'ChromaSDKPluginBPLibrary_SubtractNonZeroTargetAllKeysAllFramesOffsetName::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_SupportsStreaming \ static_assert(alignof(ChromaSDKPluginBPLibrary_SupportsStreaming) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_SupportsStreaming"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_SupportsStreaming) == 0x000001, "Wrong size on ChromaSDKPluginBPLibrary_SupportsStreaming"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_SupportsStreaming, ReturnValue) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_SupportsStreaming::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ToBGR \ static_assert(alignof(ChromaSDKPluginBPLibrary_ToBGR) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ToBGR"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_ToBGR) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_ToBGR"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ToBGR, colorParam) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ToBGR::colorParam' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ToBGR, ReturnValue) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_ToBGR::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_ToLinearColor \ static_assert(alignof(ChromaSDKPluginBPLibrary_ToLinearColor) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_ToLinearColor"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_ToLinearColor) == 0x000014, "Wrong size on ChromaSDKPluginBPLibrary_ToLinearColor"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ToLinearColor, colorParam) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_ToLinearColor::colorParam' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_ToLinearColor, ReturnValue) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_ToLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_TrimEndFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_TrimEndFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_TrimEndFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_TrimEndFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_TrimEndFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimEndFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_TrimEndFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimEndFrames, lastFrameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_TrimEndFrames::lastFrameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_TrimEndFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_TrimEndFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_TrimEndFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_TrimEndFramesName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_TrimEndFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimEndFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_TrimEndFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimEndFramesName, lastFrameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_TrimEndFramesName::lastFrameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_TrimFrame \ static_assert(alignof(ChromaSDKPluginBPLibrary_TrimFrame) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_TrimFrame"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_TrimFrame) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_TrimFrame"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimFrame, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_TrimFrame::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimFrame, frameId) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_TrimFrame::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_TrimFrameName \ static_assert(alignof(ChromaSDKPluginBPLibrary_TrimFrameName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_TrimFrameName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_TrimFrameName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_TrimFrameName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimFrameName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_TrimFrameName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimFrameName, frameId) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_TrimFrameName::frameId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_TrimStartFrames \ static_assert(alignof(ChromaSDKPluginBPLibrary_TrimStartFrames) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_TrimStartFrames"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_TrimStartFrames) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_TrimStartFrames"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimStartFrames, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_TrimStartFrames::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimStartFrames, NumberOfFrames) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_TrimStartFrames::NumberOfFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_TrimStartFramesName \ static_assert(alignof(ChromaSDKPluginBPLibrary_TrimStartFramesName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_TrimStartFramesName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_TrimStartFramesName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_TrimStartFramesName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimStartFramesName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_TrimStartFramesName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_TrimStartFramesName, NumberOfFrames) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_TrimStartFramesName::NumberOfFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_UnloadAnimation \ static_assert(alignof(ChromaSDKPluginBPLibrary_UnloadAnimation) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_UnloadAnimation"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_UnloadAnimation) == 0x000004, "Wrong size on ChromaSDKPluginBPLibrary_UnloadAnimation"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_UnloadAnimation, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_UnloadAnimation::animationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_UnloadAnimationName \ static_assert(alignof(ChromaSDKPluginBPLibrary_UnloadAnimationName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_UnloadAnimationName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_UnloadAnimationName) == 0x000010, "Wrong size on ChromaSDKPluginBPLibrary_UnloadAnimationName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_UnloadAnimationName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_UnloadAnimationName::animationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_UseForwardChromaEvents \ static_assert(alignof(ChromaSDKPluginBPLibrary_UseForwardChromaEvents) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_UseForwardChromaEvents"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_UseForwardChromaEvents) == 0x000001, "Wrong size on ChromaSDKPluginBPLibrary_UseForwardChromaEvents"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_UseForwardChromaEvents, toggle) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_UseForwardChromaEvents::toggle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_UseIdleAnimation \ static_assert(alignof(ChromaSDKPluginBPLibrary_UseIdleAnimation) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_UseIdleAnimation"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_UseIdleAnimation) == 0x000002, "Wrong size on ChromaSDKPluginBPLibrary_UseIdleAnimation"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_UseIdleAnimation, device) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_UseIdleAnimation::device' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_UseIdleAnimation, Flag) == 0x000001, "Member 'ChromaSDKPluginBPLibrary_UseIdleAnimation::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_UseIdleAnimations \ static_assert(alignof(ChromaSDKPluginBPLibrary_UseIdleAnimations) == 0x000001, "Wrong alignment on ChromaSDKPluginBPLibrary_UseIdleAnimations"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_UseIdleAnimations) == 0x000001, "Wrong size on ChromaSDKPluginBPLibrary_UseIdleAnimations"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_UseIdleAnimations, Flag) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_UseIdleAnimations::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_UsePreloading \ static_assert(alignof(ChromaSDKPluginBPLibrary_UsePreloading) == 0x000004, "Wrong alignment on ChromaSDKPluginBPLibrary_UsePreloading"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_UsePreloading) == 0x000008, "Wrong size on ChromaSDKPluginBPLibrary_UsePreloading"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_UsePreloading, animationId) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_UsePreloading::animationId' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_UsePreloading, Flag) == 0x000004, "Member 'ChromaSDKPluginBPLibrary_UsePreloading::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChromaSDKPluginBPLibrary_UsePreloadingName \ static_assert(alignof(ChromaSDKPluginBPLibrary_UsePreloadingName) == 0x000008, "Wrong alignment on ChromaSDKPluginBPLibrary_UsePreloadingName"); \ static_assert(sizeof(ChromaSDKPluginBPLibrary_UsePreloadingName) == 0x000018, "Wrong size on ChromaSDKPluginBPLibrary_UsePreloadingName"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_UsePreloadingName, animationName) == 0x000000, "Member 'ChromaSDKPluginBPLibrary_UsePreloadingName::animationName' has a wrong offset!"); \ static_assert(offsetof(ChromaSDKPluginBPLibrary_UsePreloadingName, Flag) == 0x000010, "Member 'ChromaSDKPluginBPLibrary_UsePreloadingName::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChromaSDKPluginBPLibrary \ static_assert(alignof(UChromaSDKPluginBPLibrary) == 0x000008, "Wrong alignment on UChromaSDKPluginBPLibrary"); \ static_assert(sizeof(UChromaSDKPluginBPLibrary) == 0x000028, "Wrong size on UChromaSDKPluginBPLibrary"); \ #define DUMPER7_ASSERTS_FSpawnLocationGroup \ static_assert(alignof(FSpawnLocationGroup) == 0x000008, "Wrong alignment on FSpawnLocationGroup"); \ static_assert(sizeof(FSpawnLocationGroup) == 0x000050, "Wrong size on FSpawnLocationGroup"); \ static_assert(offsetof(FSpawnLocationGroup, SpawnLocations) == 0x000000, "Member 'FSpawnLocationGroup::SpawnLocations' has a wrong offset!"); \ static_assert(offsetof(FSpawnLocationGroup, ActorSelectionMode) == 0x000010, "Member 'FSpawnLocationGroup::ActorSelectionMode' has a wrong offset!"); \ static_assert(offsetof(FSpawnLocationGroup, ActorClassesToSpawn) == 0x000018, "Member 'FSpawnLocationGroup::ActorClassesToSpawn' has a wrong offset!"); \ static_assert(offsetof(FSpawnLocationGroup, MinActorCount) == 0x000028, "Member 'FSpawnLocationGroup::MinActorCount' has a wrong offset!"); \ static_assert(offsetof(FSpawnLocationGroup, MaxActorCount) == 0x00002C, "Member 'FSpawnLocationGroup::MaxActorCount' has a wrong offset!"); \ static_assert(offsetof(FSpawnLocationGroup, MinDelayBetweenSpawns) == 0x000030, "Member 'FSpawnLocationGroup::MinDelayBetweenSpawns' has a wrong offset!"); \ static_assert(offsetof(FSpawnLocationGroup, MaxDelayBetweenSpawns) == 0x000034, "Member 'FSpawnLocationGroup::MaxDelayBetweenSpawns' has a wrong offset!"); \ static_assert(offsetof(FSpawnLocationGroup, bForceSpawnOnFloor) == 0x000038, "Member 'FSpawnLocationGroup::bForceSpawnOnFloor' has a wrong offset!"); \ static_assert(offsetof(FSpawnLocationGroup, SpawnOnFloorTest) == 0x000039, "Member 'FSpawnLocationGroup::SpawnOnFloorTest' has a wrong offset!"); \ static_assert(offsetof(FSpawnLocationGroup, FloorSweepDistanceZ) == 0x00003C, "Member 'FSpawnLocationGroup::FloorSweepDistanceZ' has a wrong offset!"); \ static_assert(offsetof(FSpawnLocationGroup, bIsValid) == 0x000040, "Member 'FSpawnLocationGroup::bIsValid' has a wrong offset!"); \ static_assert(offsetof(FSpawnLocationGroup, bUsesDeterministicSpawning) == 0x000041, "Member 'FSpawnLocationGroup::bUsesDeterministicSpawning' has a wrong offset!"); \ static_assert(offsetof(FSpawnLocationGroup, RandomizerSeed) == 0x000044, "Member 'FSpawnLocationGroup::RandomizerSeed' has a wrong offset!"); \ static_assert(offsetof(FSpawnLocationGroup, Randomizer) == 0x000048, "Member 'FSpawnLocationGroup::Randomizer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpawnableActorData \ static_assert(alignof(FSpawnableActorData) == 0x000008, "Wrong alignment on FSpawnableActorData"); \ static_assert(sizeof(FSpawnableActorData) == 0x000040, "Wrong size on FSpawnableActorData"); \ static_assert(offsetof(FSpawnableActorData, ActorClass) == 0x000000, "Member 'FSpawnableActorData::ActorClass' has a wrong offset!"); \ static_assert(offsetof(FSpawnableActorData, ActorBounds) == 0x000008, "Member 'FSpawnableActorData::ActorBounds' has a wrong offset!"); \ static_assert(offsetof(FSpawnableActorData, bSpawnOnNavMesh) == 0x000024, "Member 'FSpawnableActorData::bSpawnOnNavMesh' has a wrong offset!"); \ static_assert(offsetof(FSpawnableActorData, bForceSpawnOnFloor) == 0x000025, "Member 'FSpawnableActorData::bForceSpawnOnFloor' has a wrong offset!"); \ static_assert(offsetof(FSpawnableActorData, SpawnOnFloorTest) == 0x000026, "Member 'FSpawnableActorData::SpawnOnFloorTest' has a wrong offset!"); \ static_assert(offsetof(FSpawnableActorData, FloorSweepDistanceZ) == 0x000028, "Member 'FSpawnableActorData::FloorSweepDistanceZ' has a wrong offset!"); \ static_assert(offsetof(FSpawnableActorData, NavSearchRadius) == 0x00002C, "Member 'FSpawnableActorData::NavSearchRadius' has a wrong offset!"); \ static_assert(offsetof(FSpawnableActorData, InitialRotation) == 0x000030, "Member 'FSpawnableActorData::InitialRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpawnProperties \ static_assert(alignof(FSpawnProperties) == 0x000008, "Wrong alignment on FSpawnProperties"); \ static_assert(sizeof(FSpawnProperties) == 0x000040, "Wrong size on FSpawnProperties"); \ static_assert(offsetof(FSpawnProperties, ActorSelectionMode) == 0x000000, "Member 'FSpawnProperties::ActorSelectionMode' has a wrong offset!"); \ static_assert(offsetof(FSpawnProperties, SpawnableActorData) == 0x000008, "Member 'FSpawnProperties::SpawnableActorData' has a wrong offset!"); \ static_assert(offsetof(FSpawnProperties, MinActorCount) == 0x000018, "Member 'FSpawnProperties::MinActorCount' has a wrong offset!"); \ static_assert(offsetof(FSpawnProperties, MaxActorCount) == 0x00001C, "Member 'FSpawnProperties::MaxActorCount' has a wrong offset!"); \ static_assert(offsetof(FSpawnProperties, MinDelayBetweenSpawns) == 0x000020, "Member 'FSpawnProperties::MinDelayBetweenSpawns' has a wrong offset!"); \ static_assert(offsetof(FSpawnProperties, MaxDelayBetweenSpawns) == 0x000024, "Member 'FSpawnProperties::MaxDelayBetweenSpawns' has a wrong offset!"); \ static_assert(offsetof(FSpawnProperties, bApplyAdditionalDelay) == 0x000028, "Member 'FSpawnProperties::bApplyAdditionalDelay' has a wrong offset!"); \ static_assert(offsetof(FSpawnProperties, AdditionalDelay) == 0x00002C, "Member 'FSpawnProperties::AdditionalDelay' has a wrong offset!"); \ static_assert(offsetof(FSpawnProperties, bAllowUseStoredValues) == 0x000030, "Member 'FSpawnProperties::bAllowUseStoredValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FObjectVisualizationInfo \ static_assert(alignof(FObjectVisualizationInfo) == 0x000004, "Wrong alignment on FObjectVisualizationInfo"); \ static_assert(sizeof(FObjectVisualizationInfo) == 0x00000C, "Wrong size on FObjectVisualizationInfo"); \ static_assert(offsetof(FObjectVisualizationInfo, bDrawObject) == 0x000000, "Member 'FObjectVisualizationInfo::bDrawObject' has a wrong offset!"); \ static_assert(offsetof(FObjectVisualizationInfo, ObjectActiveColor) == 0x000004, "Member 'FObjectVisualizationInfo::ObjectActiveColor' has a wrong offset!"); \ static_assert(offsetof(FObjectVisualizationInfo, ObjectInactiveColor) == 0x000008, "Member 'FObjectVisualizationInfo::ObjectInactiveColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpawnerComponent_EventOnActorSpawnedAtSpawnLocation \ static_assert(alignof(SpawnerComponent_EventOnActorSpawnedAtSpawnLocation) == 0x000008, "Wrong alignment on SpawnerComponent_EventOnActorSpawnedAtSpawnLocation"); \ static_assert(sizeof(SpawnerComponent_EventOnActorSpawnedAtSpawnLocation) == 0x000010, "Wrong size on SpawnerComponent_EventOnActorSpawnedAtSpawnLocation"); \ static_assert(offsetof(SpawnerComponent_EventOnActorSpawnedAtSpawnLocation, SpawnedActor) == 0x000000, "Member 'SpawnerComponent_EventOnActorSpawnedAtSpawnLocation::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(SpawnerComponent_EventOnActorSpawnedAtSpawnLocation, GroupName) == 0x000008, "Member 'SpawnerComponent_EventOnActorSpawnedAtSpawnLocation::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpawnerComponent_EventOnFinishedSpawningAtSpawnLocation \ static_assert(alignof(SpawnerComponent_EventOnFinishedSpawningAtSpawnLocation) == 0x000004, "Wrong alignment on SpawnerComponent_EventOnFinishedSpawningAtSpawnLocation"); \ static_assert(sizeof(SpawnerComponent_EventOnFinishedSpawningAtSpawnLocation) == 0x000008, "Wrong size on SpawnerComponent_EventOnFinishedSpawningAtSpawnLocation"); \ static_assert(offsetof(SpawnerComponent_EventOnFinishedSpawningAtSpawnLocation, GroupName) == 0x000000, "Member 'SpawnerComponent_EventOnFinishedSpawningAtSpawnLocation::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpawnerComponent_StartSpawning \ static_assert(alignof(SpawnerComponent_StartSpawning) == 0x000004, "Wrong alignment on SpawnerComponent_StartSpawning"); \ static_assert(sizeof(SpawnerComponent_StartSpawning) == 0x000008, "Wrong size on SpawnerComponent_StartSpawning"); \ static_assert(offsetof(SpawnerComponent_StartSpawning, GroupName) == 0x000000, "Member 'SpawnerComponent_StartSpawning::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpawnerComponent_StopSpawning \ static_assert(alignof(SpawnerComponent_StopSpawning) == 0x000004, "Wrong alignment on SpawnerComponent_StopSpawning"); \ static_assert(sizeof(SpawnerComponent_StopSpawning) == 0x000008, "Wrong size on SpawnerComponent_StopSpawning"); \ static_assert(offsetof(SpawnerComponent_StopSpawning, GroupName) == 0x000000, "Member 'SpawnerComponent_StopSpawning::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpawnerComponent_IsSpawning \ static_assert(alignof(SpawnerComponent_IsSpawning) == 0x000004, "Wrong alignment on SpawnerComponent_IsSpawning"); \ static_assert(sizeof(SpawnerComponent_IsSpawning) == 0x00000C, "Wrong size on SpawnerComponent_IsSpawning"); \ static_assert(offsetof(SpawnerComponent_IsSpawning, GroupName) == 0x000000, "Member 'SpawnerComponent_IsSpawning::GroupName' has a wrong offset!"); \ static_assert(offsetof(SpawnerComponent_IsSpawning, ReturnValue) == 0x000008, "Member 'SpawnerComponent_IsSpawning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawnerComponent \ static_assert(alignof(USpawnerComponent) == 0x000008, "Wrong alignment on USpawnerComponent"); \ static_assert(sizeof(USpawnerComponent) == 0x000140, "Wrong size on USpawnerComponent"); \ static_assert(offsetof(USpawnerComponent, SpawnLocationGroups) == 0x0000D0, "Member 'USpawnerComponent::SpawnLocationGroups' has a wrong offset!"); \ static_assert(offsetof(USpawnerComponent, OnActorSpawned) == 0x000120, "Member 'USpawnerComponent::OnActorSpawned' has a wrong offset!"); \ static_assert(offsetof(USpawnerComponent, OnFinishedSpawning) == 0x000130, "Member 'USpawnerComponent::OnFinishedSpawning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpawnLocation_SetSpawnCategorySelection \ static_assert(alignof(SpawnLocation_SetSpawnCategorySelection) == 0x000008, "Wrong alignment on SpawnLocation_SetSpawnCategorySelection"); \ static_assert(sizeof(SpawnLocation_SetSpawnCategorySelection) == 0x000010, "Wrong size on SpawnLocation_SetSpawnCategorySelection"); \ static_assert(offsetof(SpawnLocation_SetSpawnCategorySelection, InSpawnCatType) == 0x000000, "Member 'SpawnLocation_SetSpawnCategorySelection::InSpawnCatType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpawnLocation_StartSpawning \ static_assert(alignof(SpawnLocation_StartSpawning) == 0x000008, "Wrong alignment on SpawnLocation_StartSpawning"); \ static_assert(sizeof(SpawnLocation_StartSpawning) == 0x000048, "Wrong size on SpawnLocation_StartSpawning"); \ static_assert(offsetof(SpawnLocation_StartSpawning, SpawnProperiesIn) == 0x000000, "Member 'SpawnLocation_StartSpawning::SpawnProperiesIn' has a wrong offset!"); \ static_assert(offsetof(SpawnLocation_StartSpawning, GroupIn) == 0x000040, "Member 'SpawnLocation_StartSpawning::GroupIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpawnLocation_StartSpawningUsingProbability \ static_assert(alignof(SpawnLocation_StartSpawningUsingProbability) == 0x000008, "Wrong alignment on SpawnLocation_StartSpawningUsingProbability"); \ static_assert(sizeof(SpawnLocation_StartSpawningUsingProbability) == 0x000058, "Wrong size on SpawnLocation_StartSpawningUsingProbability"); \ static_assert(offsetof(SpawnLocation_StartSpawningUsingProbability, SpawnProperiesIn) == 0x000000, "Member 'SpawnLocation_StartSpawningUsingProbability::SpawnProperiesIn' has a wrong offset!"); \ static_assert(offsetof(SpawnLocation_StartSpawningUsingProbability, GroupIn) == 0x000040, "Member 'SpawnLocation_StartSpawningUsingProbability::GroupIn' has a wrong offset!"); \ static_assert(offsetof(SpawnLocation_StartSpawningUsingProbability, SpawnProbability) == 0x000048, "Member 'SpawnLocation_StartSpawningUsingProbability::SpawnProbability' has a wrong offset!"); \ static_assert(offsetof(SpawnLocation_StartSpawningUsingProbability, NumActorsPerClassIn) == 0x00004C, "Member 'SpawnLocation_StartSpawningUsingProbability::NumActorsPerClassIn' has a wrong offset!"); \ static_assert(offsetof(SpawnLocation_StartSpawningUsingProbability, InFirstActorGroupIndex) == 0x000050, "Member 'SpawnLocation_StartSpawningUsingProbability::InFirstActorGroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpawnLocation_StopSpawning \ static_assert(alignof(SpawnLocation_StopSpawning) == 0x000004, "Wrong alignment on SpawnLocation_StopSpawning"); \ static_assert(sizeof(SpawnLocation_StopSpawning) == 0x000008, "Wrong size on SpawnLocation_StopSpawning"); \ static_assert(offsetof(SpawnLocation_StopSpawning, GroupIn) == 0x000000, "Member 'SpawnLocation_StopSpawning::GroupIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpawnLocation_IsSpawning \ static_assert(alignof(SpawnLocation_IsSpawning) == 0x000004, "Wrong alignment on SpawnLocation_IsSpawning"); \ static_assert(sizeof(SpawnLocation_IsSpawning) == 0x00000C, "Wrong size on SpawnLocation_IsSpawning"); \ static_assert(offsetof(SpawnLocation_IsSpawning, GroupIn) == 0x000000, "Member 'SpawnLocation_IsSpawning::GroupIn' has a wrong offset!"); \ static_assert(offsetof(SpawnLocation_IsSpawning, ReturnValue) == 0x000008, "Member 'SpawnLocation_IsSpawning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpawnLocation \ static_assert(alignof(ASpawnLocation) == 0x000008, "Wrong alignment on ASpawnLocation"); \ static_assert(sizeof(ASpawnLocation) == 0x000450, "Wrong size on ASpawnLocation"); \ static_assert(offsetof(ASpawnLocation, OnActorSpawned) == 0x000248, "Member 'ASpawnLocation::OnActorSpawned' has a wrong offset!"); \ static_assert(offsetof(ASpawnLocation, OnFinishedSpawning) == 0x000258, "Member 'ASpawnLocation::OnFinishedSpawning' has a wrong offset!"); \ static_assert(offsetof(ASpawnLocation, SpawnCategoryType) == 0x000280, "Member 'ASpawnLocation::SpawnCategoryType' has a wrong offset!"); \ static_assert(offsetof(ASpawnLocation, AdditionalSpawnCategoryTypes) == 0x000308, "Member 'ASpawnLocation::AdditionalSpawnCategoryTypes' has a wrong offset!"); \ static_assert(offsetof(ASpawnLocation, Description) == 0x000318, "Member 'ASpawnLocation::Description' has a wrong offset!"); \ static_assert(offsetof(ASpawnLocation, SpawnVolumeType) == 0x000330, "Member 'ASpawnLocation::SpawnVolumeType' has a wrong offset!"); \ static_assert(offsetof(ASpawnLocation, SpawnVolume) == 0x000338, "Member 'ASpawnLocation::SpawnVolume' has a wrong offset!"); \ static_assert(offsetof(ASpawnLocation, bEnableScatterSampling) == 0x000340, "Member 'ASpawnLocation::bEnableScatterSampling' has a wrong offset!"); \ static_assert(offsetof(ASpawnLocation, bEnableRandomRotation) == 0x000341, "Member 'ASpawnLocation::bEnableRandomRotation' has a wrong offset!"); \ static_assert(offsetof(ASpawnLocation, bSpawnOnNavMesh) == 0x000342, "Member 'ASpawnLocation::bSpawnOnNavMesh' has a wrong offset!"); \ static_assert(offsetof(ASpawnLocation, bForceSpawnOnFloor) == 0x000343, "Member 'ASpawnLocation::bForceSpawnOnFloor' has a wrong offset!"); \ static_assert(offsetof(ASpawnLocation, GridCols) == 0x000344, "Member 'ASpawnLocation::GridCols' has a wrong offset!"); \ static_assert(offsetof(ASpawnLocation, GridRows) == 0x000348, "Member 'ASpawnLocation::GridRows' has a wrong offset!"); \ static_assert(offsetof(ASpawnLocation, ScatterVariance) == 0x00034C, "Member 'ASpawnLocation::ScatterVariance' has a wrong offset!"); \ static_assert(offsetof(ASpawnLocation, StoredVolumeLocation) == 0x000354, "Member 'ASpawnLocation::StoredVolumeLocation' has a wrong offset!"); \ static_assert(offsetof(ASpawnLocation, StoredVolumeBounds) == 0x000360, "Member 'ASpawnLocation::StoredVolumeBounds' has a wrong offset!"); \ static_assert(offsetof(ASpawnLocation, UpdateStoredPositionButton) == 0x000370, "Member 'ASpawnLocation::UpdateStoredPositionButton' has a wrong offset!"); \ static_assert(offsetof(ASpawnLocation, DebugTextVisualizer) == 0x000430, "Member 'ASpawnLocation::DebugTextVisualizer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_LoseAware_C \ static_assert(alignof(UABL_Enemy_LoseAware_C) == 0x000008, "Wrong alignment on UABL_Enemy_LoseAware_C"); \ static_assert(sizeof(UABL_Enemy_LoseAware_C) == 0x0000C8, "Wrong size on UABL_Enemy_LoseAware_C"); \ #define DUMPER7_ASSERTS_FPhotoModePose \ static_assert(alignof(FPhotoModePose) == 0x000008, "Wrong alignment on FPhotoModePose"); \ static_assert(sizeof(FPhotoModePose) == 0x000040, "Wrong size on FPhotoModePose"); \ static_assert(offsetof(FPhotoModePose, PoseName) == 0x000000, "Member 'FPhotoModePose::PoseName' has a wrong offset!"); \ static_assert(offsetof(FPhotoModePose, PoseAnimation) == 0x000010, "Member 'FPhotoModePose::PoseAnimation' has a wrong offset!"); \ static_assert(offsetof(FPhotoModePose, bShouldEquipWand) == 0x000038, "Member 'FPhotoModePose::bShouldEquipWand' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhotoModeLogo \ static_assert(alignof(FPhotoModeLogo) == 0x000008, "Wrong alignment on FPhotoModeLogo"); \ static_assert(sizeof(FPhotoModeLogo) == 0x000038, "Wrong size on FPhotoModeLogo"); \ static_assert(offsetof(FPhotoModeLogo, FLogoName) == 0x000000, "Member 'FPhotoModeLogo::FLogoName' has a wrong offset!"); \ static_assert(offsetof(FPhotoModeLogo, LogoImage) == 0x000010, "Member 'FPhotoModeLogo::LogoImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhotoModeFrame \ static_assert(alignof(FPhotoModeFrame) == 0x000008, "Wrong alignment on FPhotoModeFrame"); \ static_assert(sizeof(FPhotoModeFrame) == 0x000040, "Wrong size on FPhotoModeFrame"); \ static_assert(offsetof(FPhotoModeFrame, FrameName) == 0x000000, "Member 'FPhotoModeFrame::FrameName' has a wrong offset!"); \ static_assert(offsetof(FPhotoModeFrame, FrameImage) == 0x000010, "Member 'FPhotoModeFrame::FrameImage' has a wrong offset!"); \ static_assert(offsetof(FPhotoModeFrame, LogoVerticalPadding) == 0x000038, "Member 'FPhotoModeFrame::LogoVerticalPadding' has a wrong offset!"); \ static_assert(offsetof(FPhotoModeFrame, LogoHorizontalPadding) == 0x00003C, "Member 'FPhotoModeFrame::LogoHorizontalPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhotoModePostProcessEntry \ static_assert(alignof(FPhotoModePostProcessEntry) == 0x000008, "Wrong alignment on FPhotoModePostProcessEntry"); \ static_assert(sizeof(FPhotoModePostProcessEntry) == 0x000040, "Wrong size on FPhotoModePostProcessEntry"); \ static_assert(offsetof(FPhotoModePostProcessEntry, FilterName) == 0x000000, "Member 'FPhotoModePostProcessEntry::FilterName' has a wrong offset!"); \ static_assert(offsetof(FPhotoModePostProcessEntry, Filter) == 0x000010, "Member 'FPhotoModePostProcessEntry::Filter' has a wrong offset!"); \ static_assert(offsetof(FPhotoModePostProcessEntry, bShouldHideFilterStrengthSlider) == 0x000038, "Member 'FPhotoModePostProcessEntry::bShouldHideFilterStrengthSlider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorUserDollyZoomInput \ static_assert(alignof(UCameraStackBehaviorUserDollyZoomInput) == 0x000008, "Wrong alignment on UCameraStackBehaviorUserDollyZoomInput"); \ static_assert(sizeof(UCameraStackBehaviorUserDollyZoomInput) == 0x000268, "Wrong size on UCameraStackBehaviorUserDollyZoomInput"); \ static_assert(offsetof(UCameraStackBehaviorUserDollyZoomInput, ZoomSpeed) == 0x0001E8, "Member 'UCameraStackBehaviorUserDollyZoomInput::ZoomSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserDollyZoomInput, InputMappingCurve) == 0x0001F0, "Member 'UCameraStackBehaviorUserDollyZoomInput::InputMappingCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserDollyZoomInput, MinGamepadInputForAcceleration) == 0x0001F8, "Member 'UCameraStackBehaviorUserDollyZoomInput::MinGamepadInputForAcceleration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserDollyZoomInput, AccelerationSpeedFactor) == 0x0001FC, "Member 'UCameraStackBehaviorUserDollyZoomInput::AccelerationSpeedFactor' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserDollyZoomInput, AccelerationEaseSpeed) == 0x000200, "Member 'UCameraStackBehaviorUserDollyZoomInput::AccelerationEaseSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserDollyZoomInput, DecelerationEaseSpeed) == 0x000204, "Member 'UCameraStackBehaviorUserDollyZoomInput::DecelerationEaseSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserDollyZoomInput, FilterFrequency) == 0x000208, "Member 'UCameraStackBehaviorUserDollyZoomInput::FilterFrequency' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserDollyZoomInput, FilterDampingRatio) == 0x00020C, "Member 'UCameraStackBehaviorUserDollyZoomInput::FilterDampingRatio' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserDollyZoomInput, SensitivityOptionName) == 0x000210, "Member 'UCameraStackBehaviorUserDollyZoomInput::SensitivityOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserDollyZoomInput, AccelerationOptionName) == 0x000218, "Member 'UCameraStackBehaviorUserDollyZoomInput::AccelerationOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserDollyZoomInput, FilteringOptionName) == 0x000220, "Member 'UCameraStackBehaviorUserDollyZoomInput::FilteringOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserDollyZoomInput, SwitchRollAndZoomInputOptionName) == 0x000228, "Member 'UCameraStackBehaviorUserDollyZoomInput::SwitchRollAndZoomInputOptionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorUserFocusDistanceInput \ static_assert(alignof(UCameraStackBehaviorUserFocusDistanceInput) == 0x000008, "Wrong alignment on UCameraStackBehaviorUserFocusDistanceInput"); \ static_assert(sizeof(UCameraStackBehaviorUserFocusDistanceInput) == 0x000230, "Wrong size on UCameraStackBehaviorUserFocusDistanceInput"); \ static_assert(offsetof(UCameraStackBehaviorUserFocusDistanceInput, FocusDistanceSpeed) == 0x0001B8, "Member 'UCameraStackBehaviorUserFocusDistanceInput::FocusDistanceSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserFocusDistanceInput, InputMappingCurve) == 0x0001C0, "Member 'UCameraStackBehaviorUserFocusDistanceInput::InputMappingCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserFocusDistanceInput, MinGamepadInputForAcceleration) == 0x0001C8, "Member 'UCameraStackBehaviorUserFocusDistanceInput::MinGamepadInputForAcceleration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserFocusDistanceInput, AccelerationSpeedFactor) == 0x0001CC, "Member 'UCameraStackBehaviorUserFocusDistanceInput::AccelerationSpeedFactor' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserFocusDistanceInput, AccelerationEaseSpeed) == 0x0001D0, "Member 'UCameraStackBehaviorUserFocusDistanceInput::AccelerationEaseSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserFocusDistanceInput, DecelerationEaseSpeed) == 0x0001D4, "Member 'UCameraStackBehaviorUserFocusDistanceInput::DecelerationEaseSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserFocusDistanceInput, FilterFrequency) == 0x0001D8, "Member 'UCameraStackBehaviorUserFocusDistanceInput::FilterFrequency' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserFocusDistanceInput, FilterDampingRatio) == 0x0001DC, "Member 'UCameraStackBehaviorUserFocusDistanceInput::FilterDampingRatio' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserFocusDistanceInput, SensitivityOptionName) == 0x0001E0, "Member 'UCameraStackBehaviorUserFocusDistanceInput::SensitivityOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserFocusDistanceInput, AccelerationOptionName) == 0x0001E8, "Member 'UCameraStackBehaviorUserFocusDistanceInput::AccelerationOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserFocusDistanceInput, FilteringOptionName) == 0x0001F0, "Member 'UCameraStackBehaviorUserFocusDistanceInput::FilteringOptionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorUserMoveInput \ static_assert(alignof(UCameraStackBehaviorUserMoveInput) == 0x000008, "Wrong alignment on UCameraStackBehaviorUserMoveInput"); \ static_assert(sizeof(UCameraStackBehaviorUserMoveInput) == 0x0002C0, "Wrong size on UCameraStackBehaviorUserMoveInput"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, bMoveCameraBoomRelativeToArm) == 0x0001B8, "Member 'UCameraStackBehaviorUserMoveInput::bMoveCameraBoomRelativeToArm' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, DollyTruckSpeed) == 0x0001BC, "Member 'UCameraStackBehaviorUserMoveInput::DollyTruckSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, PedestalSpeed) == 0x0001C0, "Member 'UCameraStackBehaviorUserMoveInput::PedestalSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, bDollyInLocalSpace) == 0x0001C4, "Member 'UCameraStackBehaviorUserMoveInput::bDollyInLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, bTruckInLocalSpace) == 0x0001C5, "Member 'UCameraStackBehaviorUserMoveInput::bTruckInLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, bPedestalInLocalSpace) == 0x0001C6, "Member 'UCameraStackBehaviorUserMoveInput::bPedestalInLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, InputMappingCurve) == 0x0001C8, "Member 'UCameraStackBehaviorUserMoveInput::InputMappingCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, MinGamepadInputForAcceleration) == 0x0001D0, "Member 'UCameraStackBehaviorUserMoveInput::MinGamepadInputForAcceleration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, AccelerationSpeedFactor) == 0x0001D4, "Member 'UCameraStackBehaviorUserMoveInput::AccelerationSpeedFactor' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, AccelerationEaseSpeed) == 0x0001D8, "Member 'UCameraStackBehaviorUserMoveInput::AccelerationEaseSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, DecelerationEaseSpeed) == 0x0001DC, "Member 'UCameraStackBehaviorUserMoveInput::DecelerationEaseSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, FilterFrequency) == 0x0001E0, "Member 'UCameraStackBehaviorUserMoveInput::FilterFrequency' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, FilterDampingRatio) == 0x0001E4, "Member 'UCameraStackBehaviorUserMoveInput::FilterDampingRatio' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, SensitivityOptionName) == 0x0001E8, "Member 'UCameraStackBehaviorUserMoveInput::SensitivityOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, AccelerationOptionName) == 0x0001F0, "Member 'UCameraStackBehaviorUserMoveInput::AccelerationOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, PedestalSensitivityOptionName) == 0x0001F8, "Member 'UCameraStackBehaviorUserMoveInput::PedestalSensitivityOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, PedestalAccelerationOptionName) == 0x000200, "Member 'UCameraStackBehaviorUserMoveInput::PedestalAccelerationOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, FilteringOptionName) == 0x000208, "Member 'UCameraStackBehaviorUserMoveInput::FilteringOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, DollyInLocalSpaceOptionName) == 0x000210, "Member 'UCameraStackBehaviorUserMoveInput::DollyInLocalSpaceOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, TruckInLocalSpaceOptionName) == 0x000218, "Member 'UCameraStackBehaviorUserMoveInput::TruckInLocalSpaceOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserMoveInput, PedestalInLocalSpaceOptionName) == 0x000220, "Member 'UCameraStackBehaviorUserMoveInput::PedestalInLocalSpaceOptionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorUserRollInput \ static_assert(alignof(UCameraStackBehaviorUserRollInput) == 0x000008, "Wrong alignment on UCameraStackBehaviorUserRollInput"); \ static_assert(sizeof(UCameraStackBehaviorUserRollInput) == 0x000238, "Wrong size on UCameraStackBehaviorUserRollInput"); \ static_assert(offsetof(UCameraStackBehaviorUserRollInput, RollSpeed) == 0x0001B8, "Member 'UCameraStackBehaviorUserRollInput::RollSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserRollInput, InputMappingCurve) == 0x0001C0, "Member 'UCameraStackBehaviorUserRollInput::InputMappingCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserRollInput, MinGamepadInputForAcceleration) == 0x0001C8, "Member 'UCameraStackBehaviorUserRollInput::MinGamepadInputForAcceleration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserRollInput, AccelerationSpeedFactor) == 0x0001CC, "Member 'UCameraStackBehaviorUserRollInput::AccelerationSpeedFactor' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserRollInput, AccelerationEaseSpeed) == 0x0001D0, "Member 'UCameraStackBehaviorUserRollInput::AccelerationEaseSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserRollInput, DecelerationEaseSpeed) == 0x0001D4, "Member 'UCameraStackBehaviorUserRollInput::DecelerationEaseSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserRollInput, SensitivityOptionName) == 0x0001D8, "Member 'UCameraStackBehaviorUserRollInput::SensitivityOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserRollInput, AccelerationOptionName) == 0x0001E0, "Member 'UCameraStackBehaviorUserRollInput::AccelerationOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserRollInput, SwitchRollAndZoomInputOptionName) == 0x0001E8, "Member 'UCameraStackBehaviorUserRollInput::SwitchRollAndZoomInputOptionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorUserZoomInput \ static_assert(alignof(UCameraStackBehaviorUserZoomInput) == 0x000008, "Wrong alignment on UCameraStackBehaviorUserZoomInput"); \ static_assert(sizeof(UCameraStackBehaviorUserZoomInput) == 0x000238, "Wrong size on UCameraStackBehaviorUserZoomInput"); \ static_assert(offsetof(UCameraStackBehaviorUserZoomInput, ZoomSpeed) == 0x0001B8, "Member 'UCameraStackBehaviorUserZoomInput::ZoomSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserZoomInput, InputMappingCurve) == 0x0001C0, "Member 'UCameraStackBehaviorUserZoomInput::InputMappingCurve' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserZoomInput, MinGamepadInputForAcceleration) == 0x0001C8, "Member 'UCameraStackBehaviorUserZoomInput::MinGamepadInputForAcceleration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserZoomInput, AccelerationSpeedFactor) == 0x0001CC, "Member 'UCameraStackBehaviorUserZoomInput::AccelerationSpeedFactor' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserZoomInput, AccelerationEaseSpeed) == 0x0001D0, "Member 'UCameraStackBehaviorUserZoomInput::AccelerationEaseSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserZoomInput, DecelerationEaseSpeed) == 0x0001D4, "Member 'UCameraStackBehaviorUserZoomInput::DecelerationEaseSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserZoomInput, FilterFrequency) == 0x0001D8, "Member 'UCameraStackBehaviorUserZoomInput::FilterFrequency' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserZoomInput, FilterDampingRatio) == 0x0001DC, "Member 'UCameraStackBehaviorUserZoomInput::FilterDampingRatio' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserZoomInput, SensitivityOptionName) == 0x0001E0, "Member 'UCameraStackBehaviorUserZoomInput::SensitivityOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserZoomInput, AccelerationOptionName) == 0x0001E8, "Member 'UCameraStackBehaviorUserZoomInput::AccelerationOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserZoomInput, FilteringOptionName) == 0x0001F0, "Member 'UCameraStackBehaviorUserZoomInput::FilteringOptionName' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorUserZoomInput, SwitchRollAndZoomInputOptionName) == 0x0001F8, "Member 'UCameraStackBehaviorUserZoomInput::SwitchRollAndZoomInputOptionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackDirectorCamArmOriginLockOnTargetGetter \ static_assert(alignof(UCameraStackDirectorCamArmOriginLockOnTargetGetter) == 0x000008, "Wrong alignment on UCameraStackDirectorCamArmOriginLockOnTargetGetter"); \ static_assert(sizeof(UCameraStackDirectorCamArmOriginLockOnTargetGetter) == 0x0000B0, "Wrong size on UCameraStackDirectorCamArmOriginLockOnTargetGetter"); \ #define DUMPER7_ASSERTS_UCameraStackDirectorCamFocusDistanceLockOnTargetGetter \ static_assert(alignof(UCameraStackDirectorCamFocusDistanceLockOnTargetGetter) == 0x000008, "Wrong alignment on UCameraStackDirectorCamFocusDistanceLockOnTargetGetter"); \ static_assert(sizeof(UCameraStackDirectorCamFocusDistanceLockOnTargetGetter) == 0x0000B0, "Wrong size on UCameraStackDirectorCamFocusDistanceLockOnTargetGetter"); \ #define DUMPER7_ASSERTS_ADirectorCamController \ static_assert(alignof(ADirectorCamController) == 0x000008, "Wrong alignment on ADirectorCamController"); \ static_assert(sizeof(ADirectorCamController) == 0x0005B0, "Wrong size on ADirectorCamController"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_BP_OnAssetLoaded \ static_assert(alignof(DirectorCamPawn_BP_OnAssetLoaded) == 0x000008, "Wrong alignment on DirectorCamPawn_BP_OnAssetLoaded"); \ static_assert(sizeof(DirectorCamPawn_BP_OnAssetLoaded) == 0x000010, "Wrong size on DirectorCamPawn_BP_OnAssetLoaded"); \ static_assert(offsetof(DirectorCamPawn_BP_OnAssetLoaded, Asset) == 0x000000, "Member 'DirectorCamPawn_BP_OnAssetLoaded::Asset' has a wrong offset!"); \ static_assert(offsetof(DirectorCamPawn_BP_OnAssetLoaded, ID) == 0x000008, "Member 'DirectorCamPawn_BP_OnAssetLoaded::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_GetFOVRange \ static_assert(alignof(DirectorCamPawn_GetFOVRange) == 0x000004, "Wrong alignment on DirectorCamPawn_GetFOVRange"); \ static_assert(sizeof(DirectorCamPawn_GetFOVRange) == 0x000010, "Wrong size on DirectorCamPawn_GetFOVRange"); \ static_assert(offsetof(DirectorCamPawn_GetFOVRange, ReturnValue) == 0x000000, "Member 'DirectorCamPawn_GetFOVRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_LoadAsset \ static_assert(alignof(DirectorCamPawn_LoadAsset) == 0x000008, "Wrong alignment on DirectorCamPawn_LoadAsset"); \ static_assert(sizeof(DirectorCamPawn_LoadAsset) == 0x000038, "Wrong size on DirectorCamPawn_LoadAsset"); \ static_assert(offsetof(DirectorCamPawn_LoadAsset, Asset) == 0x000000, "Member 'DirectorCamPawn_LoadAsset::Asset' has a wrong offset!"); \ static_assert(offsetof(DirectorCamPawn_LoadAsset, ID) == 0x000028, "Member 'DirectorCamPawn_LoadAsset::ID' has a wrong offset!"); \ static_assert(offsetof(DirectorCamPawn_LoadAsset, bUseBlockingLoad) == 0x000030, "Member 'DirectorCamPawn_LoadAsset::bUseBlockingLoad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_SetFocalLength \ static_assert(alignof(DirectorCamPawn_SetFocalLength) == 0x000004, "Wrong alignment on DirectorCamPawn_SetFocalLength"); \ static_assert(sizeof(DirectorCamPawn_SetFocalLength) == 0x000004, "Wrong size on DirectorCamPawn_SetFocalLength"); \ static_assert(offsetof(DirectorCamPawn_SetFocalLength, InFocalLength) == 0x000000, "Member 'DirectorCamPawn_SetFocalLength::InFocalLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_SetFocusDistance \ static_assert(alignof(DirectorCamPawn_SetFocusDistance) == 0x000004, "Wrong alignment on DirectorCamPawn_SetFocusDistance"); \ static_assert(sizeof(DirectorCamPawn_SetFocusDistance) == 0x000004, "Wrong size on DirectorCamPawn_SetFocusDistance"); \ static_assert(offsetof(DirectorCamPawn_SetFocusDistance, InFocusDistance) == 0x000000, "Member 'DirectorCamPawn_SetFocusDistance::InFocusDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_SetFOV \ static_assert(alignof(DirectorCamPawn_SetFOV) == 0x000004, "Wrong alignment on DirectorCamPawn_SetFOV"); \ static_assert(sizeof(DirectorCamPawn_SetFOV) == 0x000004, "Wrong size on DirectorCamPawn_SetFOV"); \ static_assert(offsetof(DirectorCamPawn_SetFOV, InNewFOV) == 0x000000, "Member 'DirectorCamPawn_SetFOV::InNewFOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_SetHideNPC \ static_assert(alignof(DirectorCamPawn_SetHideNPC) == 0x000001, "Wrong alignment on DirectorCamPawn_SetHideNPC"); \ static_assert(sizeof(DirectorCamPawn_SetHideNPC) == 0x000001, "Wrong size on DirectorCamPawn_SetHideNPC"); \ static_assert(offsetof(DirectorCamPawn_SetHideNPC, bShouldHideNPC) == 0x000000, "Member 'DirectorCamPawn_SetHideNPC::bShouldHideNPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_SetHidePlayer \ static_assert(alignof(DirectorCamPawn_SetHidePlayer) == 0x000001, "Wrong alignment on DirectorCamPawn_SetHidePlayer"); \ static_assert(sizeof(DirectorCamPawn_SetHidePlayer) == 0x000001, "Wrong size on DirectorCamPawn_SetHidePlayer"); \ static_assert(offsetof(DirectorCamPawn_SetHidePlayer, bShouldHidePlayer) == 0x000000, "Member 'DirectorCamPawn_SetHidePlayer::bShouldHidePlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_SetPhotoModeDisplayContrastValue \ static_assert(alignof(DirectorCamPawn_SetPhotoModeDisplayContrastValue) == 0x000004, "Wrong alignment on DirectorCamPawn_SetPhotoModeDisplayContrastValue"); \ static_assert(sizeof(DirectorCamPawn_SetPhotoModeDisplayContrastValue) == 0x000004, "Wrong size on DirectorCamPawn_SetPhotoModeDisplayContrastValue"); \ static_assert(offsetof(DirectorCamPawn_SetPhotoModeDisplayContrastValue, NewValue) == 0x000000, "Member 'DirectorCamPawn_SetPhotoModeDisplayContrastValue::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_SetPhotoModeDisplaySaturationValue \ static_assert(alignof(DirectorCamPawn_SetPhotoModeDisplaySaturationValue) == 0x000004, "Wrong alignment on DirectorCamPawn_SetPhotoModeDisplaySaturationValue"); \ static_assert(sizeof(DirectorCamPawn_SetPhotoModeDisplaySaturationValue) == 0x000004, "Wrong size on DirectorCamPawn_SetPhotoModeDisplaySaturationValue"); \ static_assert(offsetof(DirectorCamPawn_SetPhotoModeDisplaySaturationValue, NewValue) == 0x000000, "Member 'DirectorCamPawn_SetPhotoModeDisplaySaturationValue::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_SetPhotoModeExtraExposureCompensationValue \ static_assert(alignof(DirectorCamPawn_SetPhotoModeExtraExposureCompensationValue) == 0x000004, "Wrong alignment on DirectorCamPawn_SetPhotoModeExtraExposureCompensationValue"); \ static_assert(sizeof(DirectorCamPawn_SetPhotoModeExtraExposureCompensationValue) == 0x000004, "Wrong size on DirectorCamPawn_SetPhotoModeExtraExposureCompensationValue"); \ static_assert(offsetof(DirectorCamPawn_SetPhotoModeExtraExposureCompensationValue, NewValue) == 0x000000, "Member 'DirectorCamPawn_SetPhotoModeExtraExposureCompensationValue::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_SetRoll \ static_assert(alignof(DirectorCamPawn_SetRoll) == 0x000004, "Wrong alignment on DirectorCamPawn_SetRoll"); \ static_assert(sizeof(DirectorCamPawn_SetRoll) == 0x000004, "Wrong size on DirectorCamPawn_SetRoll"); \ static_assert(offsetof(DirectorCamPawn_SetRoll, InNewRoll) == 0x000000, "Member 'DirectorCamPawn_SetRoll::InNewRoll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_SetUsePhotoMode \ static_assert(alignof(DirectorCamPawn_SetUsePhotoMode) == 0x000001, "Wrong alignment on DirectorCamPawn_SetUsePhotoMode"); \ static_assert(sizeof(DirectorCamPawn_SetUsePhotoMode) == 0x000001, "Wrong size on DirectorCamPawn_SetUsePhotoMode"); \ static_assert(offsetof(DirectorCamPawn_SetUsePhotoMode, InUsePhotoMode) == 0x000000, "Member 'DirectorCamPawn_SetUsePhotoMode::InUsePhotoMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_SetUsePhotoModeDisplayContrast \ static_assert(alignof(DirectorCamPawn_SetUsePhotoModeDisplayContrast) == 0x000001, "Wrong alignment on DirectorCamPawn_SetUsePhotoModeDisplayContrast"); \ static_assert(sizeof(DirectorCamPawn_SetUsePhotoModeDisplayContrast) == 0x000001, "Wrong size on DirectorCamPawn_SetUsePhotoModeDisplayContrast"); \ static_assert(offsetof(DirectorCamPawn_SetUsePhotoModeDisplayContrast, bUsePhotoModeValue) == 0x000000, "Member 'DirectorCamPawn_SetUsePhotoModeDisplayContrast::bUsePhotoModeValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_SetUsePhotoModeDisplaySaturation \ static_assert(alignof(DirectorCamPawn_SetUsePhotoModeDisplaySaturation) == 0x000001, "Wrong alignment on DirectorCamPawn_SetUsePhotoModeDisplaySaturation"); \ static_assert(sizeof(DirectorCamPawn_SetUsePhotoModeDisplaySaturation) == 0x000001, "Wrong size on DirectorCamPawn_SetUsePhotoModeDisplaySaturation"); \ static_assert(offsetof(DirectorCamPawn_SetUsePhotoModeDisplaySaturation, bUsePhotoModeValue) == 0x000000, "Member 'DirectorCamPawn_SetUsePhotoModeDisplaySaturation::bUsePhotoModeValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_SetUsePhotoModeExtraExposureCompensation \ static_assert(alignof(DirectorCamPawn_SetUsePhotoModeExtraExposureCompensation) == 0x000001, "Wrong alignment on DirectorCamPawn_SetUsePhotoModeExtraExposureCompensation"); \ static_assert(sizeof(DirectorCamPawn_SetUsePhotoModeExtraExposureCompensation) == 0x000001, "Wrong size on DirectorCamPawn_SetUsePhotoModeExtraExposureCompensation"); \ static_assert(offsetof(DirectorCamPawn_SetUsePhotoModeExtraExposureCompensation, bUsePhotoModeValue) == 0x000000, "Member 'DirectorCamPawn_SetUsePhotoModeExtraExposureCompensation::bUsePhotoModeValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_SetUsePhotoModePose \ static_assert(alignof(DirectorCamPawn_SetUsePhotoModePose) == 0x000008, "Wrong alignment on DirectorCamPawn_SetUsePhotoModePose"); \ static_assert(sizeof(DirectorCamPawn_SetUsePhotoModePose) == 0x000018, "Wrong size on DirectorCamPawn_SetUsePhotoModePose"); \ static_assert(offsetof(DirectorCamPawn_SetUsePhotoModePose, bUsePhotoModePose) == 0x000000, "Member 'DirectorCamPawn_SetUsePhotoModePose::bUsePhotoModePose' has a wrong offset!"); \ static_assert(offsetof(DirectorCamPawn_SetUsePhotoModePose, PoseAnimation) == 0x000008, "Member 'DirectorCamPawn_SetUsePhotoModePose::PoseAnimation' has a wrong offset!"); \ static_assert(offsetof(DirectorCamPawn_SetUsePhotoModePose, bEquipWandForPose) == 0x000010, "Member 'DirectorCamPawn_SetUsePhotoModePose::bEquipWandForPose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_GetFocalLength \ static_assert(alignof(DirectorCamPawn_GetFocalLength) == 0x000004, "Wrong alignment on DirectorCamPawn_GetFocalLength"); \ static_assert(sizeof(DirectorCamPawn_GetFocalLength) == 0x000004, "Wrong size on DirectorCamPawn_GetFocalLength"); \ static_assert(offsetof(DirectorCamPawn_GetFocalLength, ReturnValue) == 0x000000, "Member 'DirectorCamPawn_GetFocalLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_GetUsePhotoMode \ static_assert(alignof(DirectorCamPawn_GetUsePhotoMode) == 0x000001, "Wrong alignment on DirectorCamPawn_GetUsePhotoMode"); \ static_assert(sizeof(DirectorCamPawn_GetUsePhotoMode) == 0x000001, "Wrong size on DirectorCamPawn_GetUsePhotoMode"); \ static_assert(offsetof(DirectorCamPawn_GetUsePhotoMode, ReturnValue) == 0x000000, "Member 'DirectorCamPawn_GetUsePhotoMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_ShouldEnablePoseOption \ static_assert(alignof(DirectorCamPawn_ShouldEnablePoseOption) == 0x000001, "Wrong alignment on DirectorCamPawn_ShouldEnablePoseOption"); \ static_assert(sizeof(DirectorCamPawn_ShouldEnablePoseOption) == 0x000001, "Wrong size on DirectorCamPawn_ShouldEnablePoseOption"); \ static_assert(offsetof(DirectorCamPawn_ShouldEnablePoseOption, ReturnValue) == 0x000000, "Member 'DirectorCamPawn_ShouldEnablePoseOption::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_ShouldShowChromaticAberrationOption \ static_assert(alignof(DirectorCamPawn_ShouldShowChromaticAberrationOption) == 0x000001, "Wrong alignment on DirectorCamPawn_ShouldShowChromaticAberrationOption"); \ static_assert(sizeof(DirectorCamPawn_ShouldShowChromaticAberrationOption) == 0x000001, "Wrong size on DirectorCamPawn_ShouldShowChromaticAberrationOption"); \ static_assert(offsetof(DirectorCamPawn_ShouldShowChromaticAberrationOption, ReturnValue) == 0x000000, "Member 'DirectorCamPawn_ShouldShowChromaticAberrationOption::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectorCamPawn_ShouldShowFilmGrainOption \ static_assert(alignof(DirectorCamPawn_ShouldShowFilmGrainOption) == 0x000001, "Wrong alignment on DirectorCamPawn_ShouldShowFilmGrainOption"); \ static_assert(sizeof(DirectorCamPawn_ShouldShowFilmGrainOption) == 0x000001, "Wrong size on DirectorCamPawn_ShouldShowFilmGrainOption"); \ static_assert(offsetof(DirectorCamPawn_ShouldShowFilmGrainOption, ReturnValue) == 0x000000, "Member 'DirectorCamPawn_ShouldShowFilmGrainOption::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADirectorCamPawn \ static_assert(alignof(ADirectorCamPawn) == 0x000010, "Wrong alignment on ADirectorCamPawn"); \ static_assert(sizeof(ADirectorCamPawn) == 0x0003E0, "Wrong size on ADirectorCamPawn"); \ static_assert(offsetof(ADirectorCamPawn, MovementComponent) == 0x0002A8, "Member 'ADirectorCamPawn::MovementComponent' has a wrong offset!"); \ static_assert(offsetof(ADirectorCamPawn, CollisionComponent) == 0x0002B0, "Member 'ADirectorCamPawn::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(ADirectorCamPawn, CameraComponent) == 0x0002B8, "Member 'ADirectorCamPawn::CameraComponent' has a wrong offset!"); \ static_assert(offsetof(ADirectorCamPawn, bUsePhotoMode) == 0x0002C0, "Member 'ADirectorCamPawn::bUsePhotoMode' has a wrong offset!"); \ static_assert(offsetof(ADirectorCamPawn, PhotoModeConfig) == 0x0002C8, "Member 'ADirectorCamPawn::PhotoModeConfig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectorCamSettings \ static_assert(alignof(UDirectorCamSettings) == 0x000008, "Wrong alignment on UDirectorCamSettings"); \ static_assert(sizeof(UDirectorCamSettings) == 0x000078, "Wrong size on UDirectorCamSettings"); \ static_assert(offsetof(UDirectorCamSettings, PlayerControllerClass) == 0x000028, "Member 'UDirectorCamSettings::PlayerControllerClass' has a wrong offset!"); \ static_assert(offsetof(UDirectorCamSettings, PawnClass) == 0x000050, "Member 'UDirectorCamSettings::PawnClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhotoModeConfig \ static_assert(alignof(UPhotoModeConfig) == 0x000008, "Wrong alignment on UPhotoModeConfig"); \ static_assert(sizeof(UPhotoModeConfig) == 0x000080, "Wrong size on UPhotoModeConfig"); \ static_assert(offsetof(UPhotoModeConfig, PostProcessFilters) == 0x000030, "Member 'UPhotoModeConfig::PostProcessFilters' has a wrong offset!"); \ static_assert(offsetof(UPhotoModeConfig, Frames) == 0x000040, "Member 'UPhotoModeConfig::Frames' has a wrong offset!"); \ static_assert(offsetof(UPhotoModeConfig, Logos) == 0x000050, "Member 'UPhotoModeConfig::Logos' has a wrong offset!"); \ static_assert(offsetof(UPhotoModeConfig, MalePoses) == 0x000060, "Member 'UPhotoModeConfig::MalePoses' has a wrong offset!"); \ static_assert(offsetof(UPhotoModeConfig, FemalePoses) == 0x000070, "Member 'UPhotoModeConfig::FemalePoses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhotoModePostProcess \ static_assert(alignof(UPhotoModePostProcess) == 0x000010, "Wrong alignment on UPhotoModePostProcess"); \ static_assert(sizeof(UPhotoModePostProcess) == 0x000620, "Wrong size on UPhotoModePostProcess"); \ static_assert(offsetof(UPhotoModePostProcess, Settings) == 0x000030, "Member 'UPhotoModePostProcess::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSTR_TriggerVolumes_Niagara \ static_assert(alignof(FSTR_TriggerVolumes_Niagara) == 0x000008, "Wrong alignment on FSTR_TriggerVolumes_Niagara"); \ static_assert(sizeof(FSTR_TriggerVolumes_Niagara) == 0x000028, "Wrong size on FSTR_TriggerVolumes_Niagara"); \ static_assert(offsetof(FSTR_TriggerVolumes_Niagara, ParticleSystem_24_C16665F74028DE3281499F915AAC0CF6) == 0x000000, "Member 'FSTR_TriggerVolumes_Niagara::ParticleSystem_24_C16665F74028DE3281499F915AAC0CF6' has a wrong offset!"); \ static_assert(offsetof(FSTR_TriggerVolumes_Niagara, Useweathersystem_56_6D591FF442C8E0435494268560BBC8EF) == 0x000008, "Member 'FSTR_TriggerVolumes_Niagara::Useweathersystem_56_6D591FF442C8E0435494268560BBC8EF' has a wrong offset!"); \ static_assert(offsetof(FSTR_TriggerVolumes_Niagara, UseSpawnrate_21_770BB4544E84009300708BB17CD3443A) == 0x000009, "Member 'FSTR_TriggerVolumes_Niagara::UseSpawnrate_21_770BB4544E84009300708BB17CD3443A' has a wrong offset!"); \ static_assert(offsetof(FSTR_TriggerVolumes_Niagara, OverrideSpawnrate_36_5646BAA449F47A4C741009A7E63960C4) == 0x00000C, "Member 'FSTR_TriggerVolumes_Niagara::OverrideSpawnrate_36_5646BAA449F47A4C741009A7E63960C4' has a wrong offset!"); \ static_assert(offsetof(FSTR_TriggerVolumes_Niagara, UseParticleColor_23_5732CA26498E9E596596C9A77A49D668) == 0x000010, "Member 'FSTR_TriggerVolumes_Niagara::UseParticleColor_23_5732CA26498E9E596596C9A77A49D668' has a wrong offset!"); \ static_assert(offsetof(FSTR_TriggerVolumes_Niagara, OverrideParticleColor_37_9E086A924D96E9B027475BB6B2D03549) == 0x000014, "Member 'FSTR_TriggerVolumes_Niagara::OverrideParticleColor_37_9E086A924D96E9B027475BB6B2D03549' has a wrong offset!"); \ static_assert(offsetof(FSTR_TriggerVolumes_Niagara, SpriteSizeMultiplier_59_4DD0DB2E45AA56EC66D6628F7E873C71) == 0x000024, "Member 'FSTR_TriggerVolumes_Niagara::SpriteSizeMultiplier_59_4DD0DB2E45AA56EC66D6628F7E873C71' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDungeonName \ static_assert(alignof(FDungeonName) == 0x000008, "Wrong alignment on FDungeonName"); \ static_assert(sizeof(FDungeonName) == 0x000010, "Wrong size on FDungeonName"); \ static_assert(offsetof(FDungeonName, DungeonName) == 0x000000, "Member 'FDungeonName::DungeonName' has a wrong offset!"); \ static_assert(offsetof(FDungeonName, DataTable) == 0x000008, "Member 'FDungeonName::DataTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModDetails \ static_assert(alignof(FModDetails) == 0x000008, "Wrong alignment on FModDetails"); \ static_assert(sizeof(FModDetails) == 0x000050, "Wrong size on FModDetails"); \ static_assert(offsetof(FModDetails, Name) == 0x000000, "Member 'FModDetails::Name' has a wrong offset!"); \ static_assert(offsetof(FModDetails, ID) == 0x000010, "Member 'FModDetails::ID' has a wrong offset!"); \ static_assert(offsetof(FModDetails, CategoryName) == 0x000018, "Member 'FModDetails::CategoryName' has a wrong offset!"); \ static_assert(offsetof(FModDetails, categoryId) == 0x000028, "Member 'FModDetails::categoryId' has a wrong offset!"); \ static_assert(offsetof(FModDetails, AuthorName) == 0x000030, "Member 'FModDetails::AuthorName' has a wrong offset!"); \ static_assert(offsetof(FModDetails, authorId) == 0x000040, "Member 'FModDetails::authorId' has a wrong offset!"); \ static_assert(offsetof(FModDetails, isFeatured) == 0x000048, "Member 'FModDetails::isFeatured' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUIModConfig \ static_assert(alignof(FUIModConfig) == 0x000008, "Wrong alignment on FUIModConfig"); \ static_assert(sizeof(FUIModConfig) == 0x000010, "Wrong size on FUIModConfig"); \ static_assert(offsetof(FUIModConfig, modId) == 0x000000, "Member 'FUIModConfig::modId' has a wrong offset!"); \ static_assert(offsetof(FUIModConfig, bStaged) == 0x000008, "Member 'FUIModConfig::bStaged' has a wrong offset!"); \ static_assert(offsetof(FUIModConfig, Order) == 0x00000C, "Member 'FUIModConfig::Order' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADungeonEntrancePlacement \ static_assert(alignof(ADungeonEntrancePlacement) == 0x000008, "Wrong alignment on ADungeonEntrancePlacement"); \ static_assert(sizeof(ADungeonEntrancePlacement) == 0x000260, "Wrong size on ADungeonEntrancePlacement"); \ static_assert(offsetof(ADungeonEntrancePlacement, DungeonName) == 0x000248, "Member 'ADungeonEntrancePlacement::DungeonName' has a wrong offset!"); \ static_assert(offsetof(ADungeonEntrancePlacement, EntranceIndex) == 0x000258, "Member 'ADungeonEntrancePlacement::EntranceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_AnyModsUsedBP \ static_assert(alignof(GameModManagerSubsystem_AnyModsUsedBP) == 0x000001, "Wrong alignment on GameModManagerSubsystem_AnyModsUsedBP"); \ static_assert(sizeof(GameModManagerSubsystem_AnyModsUsedBP) == 0x000001, "Wrong size on GameModManagerSubsystem_AnyModsUsedBP"); \ static_assert(offsetof(GameModManagerSubsystem_AnyModsUsedBP, ReturnValue) == 0x000000, "Member 'GameModManagerSubsystem_AnyModsUsedBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_ApplyModConfig \ static_assert(alignof(GameModManagerSubsystem_ApplyModConfig) == 0x000008, "Wrong alignment on GameModManagerSubsystem_ApplyModConfig"); \ static_assert(sizeof(GameModManagerSubsystem_ApplyModConfig) == 0x000018, "Wrong size on GameModManagerSubsystem_ApplyModConfig"); \ static_assert(offsetof(GameModManagerSubsystem_ApplyModConfig, ModConfigs) == 0x000000, "Member 'GameModManagerSubsystem_ApplyModConfig::ModConfigs' has a wrong offset!"); \ static_assert(offsetof(GameModManagerSubsystem_ApplyModConfig, ReturnValue) == 0x000010, "Member 'GameModManagerSubsystem_ApplyModConfig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_DoesModConfigRequireRestart \ static_assert(alignof(GameModManagerSubsystem_DoesModConfigRequireRestart) == 0x000008, "Wrong alignment on GameModManagerSubsystem_DoesModConfigRequireRestart"); \ static_assert(sizeof(GameModManagerSubsystem_DoesModConfigRequireRestart) == 0x000018, "Wrong size on GameModManagerSubsystem_DoesModConfigRequireRestart"); \ static_assert(offsetof(GameModManagerSubsystem_DoesModConfigRequireRestart, SaveGameModIds) == 0x000000, "Member 'GameModManagerSubsystem_DoesModConfigRequireRestart::SaveGameModIds' has a wrong offset!"); \ static_assert(offsetof(GameModManagerSubsystem_DoesModConfigRequireRestart, ReturnValue) == 0x000010, "Member 'GameModManagerSubsystem_DoesModConfigRequireRestart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_GetInstalledModIds \ static_assert(alignof(GameModManagerSubsystem_GetInstalledModIds) == 0x000008, "Wrong alignment on GameModManagerSubsystem_GetInstalledModIds"); \ static_assert(sizeof(GameModManagerSubsystem_GetInstalledModIds) == 0x000018, "Wrong size on GameModManagerSubsystem_GetInstalledModIds"); \ static_assert(offsetof(GameModManagerSubsystem_GetInstalledModIds, modIds) == 0x000000, "Member 'GameModManagerSubsystem_GetInstalledModIds::modIds' has a wrong offset!"); \ static_assert(offsetof(GameModManagerSubsystem_GetInstalledModIds, ReturnValue) == 0x000010, "Member 'GameModManagerSubsystem_GetInstalledModIds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_GetModLoadOrders \ static_assert(alignof(GameModManagerSubsystem_GetModLoadOrders) == 0x000008, "Wrong alignment on GameModManagerSubsystem_GetModLoadOrders"); \ static_assert(sizeof(GameModManagerSubsystem_GetModLoadOrders) == 0x000050, "Wrong size on GameModManagerSubsystem_GetModLoadOrders"); \ static_assert(offsetof(GameModManagerSubsystem_GetModLoadOrders, ModOrders) == 0x000000, "Member 'GameModManagerSubsystem_GetModLoadOrders::ModOrders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_GetRequestedLoadCharacterId \ static_assert(alignof(GameModManagerSubsystem_GetRequestedLoadCharacterId) == 0x000004, "Wrong alignment on GameModManagerSubsystem_GetRequestedLoadCharacterId"); \ static_assert(sizeof(GameModManagerSubsystem_GetRequestedLoadCharacterId) == 0x000004, "Wrong size on GameModManagerSubsystem_GetRequestedLoadCharacterId"); \ static_assert(offsetof(GameModManagerSubsystem_GetRequestedLoadCharacterId, ReturnValue) == 0x000000, "Member 'GameModManagerSubsystem_GetRequestedLoadCharacterId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_GetRequestedLoadSaveSlot \ static_assert(alignof(GameModManagerSubsystem_GetRequestedLoadSaveSlot) == 0x000008, "Wrong alignment on GameModManagerSubsystem_GetRequestedLoadSaveSlot"); \ static_assert(sizeof(GameModManagerSubsystem_GetRequestedLoadSaveSlot) == 0x000010, "Wrong size on GameModManagerSubsystem_GetRequestedLoadSaveSlot"); \ static_assert(offsetof(GameModManagerSubsystem_GetRequestedLoadSaveSlot, ReturnValue) == 0x000000, "Member 'GameModManagerSubsystem_GetRequestedLoadSaveSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_GetRequestedNewCharacter \ static_assert(alignof(GameModManagerSubsystem_GetRequestedNewCharacter) == 0x000001, "Wrong alignment on GameModManagerSubsystem_GetRequestedNewCharacter"); \ static_assert(sizeof(GameModManagerSubsystem_GetRequestedNewCharacter) == 0x000001, "Wrong size on GameModManagerSubsystem_GetRequestedNewCharacter"); \ static_assert(offsetof(GameModManagerSubsystem_GetRequestedNewCharacter, ReturnValue) == 0x000000, "Member 'GameModManagerSubsystem_GetRequestedNewCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_GetRequestedNewModdedCharacter \ static_assert(alignof(GameModManagerSubsystem_GetRequestedNewModdedCharacter) == 0x000001, "Wrong alignment on GameModManagerSubsystem_GetRequestedNewModdedCharacter"); \ static_assert(sizeof(GameModManagerSubsystem_GetRequestedNewModdedCharacter) == 0x000001, "Wrong size on GameModManagerSubsystem_GetRequestedNewModdedCharacter"); \ static_assert(offsetof(GameModManagerSubsystem_GetRequestedNewModdedCharacter, ReturnValue) == 0x000000, "Member 'GameModManagerSubsystem_GetRequestedNewModdedCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_InstalledModIsValid \ static_assert(alignof(GameModManagerSubsystem_InstalledModIsValid) == 0x000008, "Wrong alignment on GameModManagerSubsystem_InstalledModIsValid"); \ static_assert(sizeof(GameModManagerSubsystem_InstalledModIsValid) == 0x000018, "Wrong size on GameModManagerSubsystem_InstalledModIsValid"); \ static_assert(offsetof(GameModManagerSubsystem_InstalledModIsValid, InstalledModRootDirectory) == 0x000000, "Member 'GameModManagerSubsystem_InstalledModIsValid::InstalledModRootDirectory' has a wrong offset!"); \ static_assert(offsetof(GameModManagerSubsystem_InstalledModIsValid, ReturnValue) == 0x000010, "Member 'GameModManagerSubsystem_InstalledModIsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_IsGameModSupportAvailable \ static_assert(alignof(GameModManagerSubsystem_IsGameModSupportAvailable) == 0x000001, "Wrong alignment on GameModManagerSubsystem_IsGameModSupportAvailable"); \ static_assert(sizeof(GameModManagerSubsystem_IsGameModSupportAvailable) == 0x000001, "Wrong size on GameModManagerSubsystem_IsGameModSupportAvailable"); \ static_assert(offsetof(GameModManagerSubsystem_IsGameModSupportAvailable, ReturnValue) == 0x000000, "Member 'GameModManagerSubsystem_IsGameModSupportAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_IsModStaged \ static_assert(alignof(GameModManagerSubsystem_IsModStaged) == 0x000008, "Wrong alignment on GameModManagerSubsystem_IsModStaged"); \ static_assert(sizeof(GameModManagerSubsystem_IsModStaged) == 0x000010, "Wrong size on GameModManagerSubsystem_IsModStaged"); \ static_assert(offsetof(GameModManagerSubsystem_IsModStaged, modId) == 0x000000, "Member 'GameModManagerSubsystem_IsModStaged::modId' has a wrong offset!"); \ static_assert(offsetof(GameModManagerSubsystem_IsModStaged, ReturnValue) == 0x000008, "Member 'GameModManagerSubsystem_IsModStaged::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_SetModLoadOrders \ static_assert(alignof(GameModManagerSubsystem_SetModLoadOrders) == 0x000008, "Wrong alignment on GameModManagerSubsystem_SetModLoadOrders"); \ static_assert(sizeof(GameModManagerSubsystem_SetModLoadOrders) == 0x000050, "Wrong size on GameModManagerSubsystem_SetModLoadOrders"); \ static_assert(offsetof(GameModManagerSubsystem_SetModLoadOrders, ModOrders) == 0x000000, "Member 'GameModManagerSubsystem_SetModLoadOrders::ModOrders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_SetRequestedLoadCharacterId \ static_assert(alignof(GameModManagerSubsystem_SetRequestedLoadCharacterId) == 0x000004, "Wrong alignment on GameModManagerSubsystem_SetRequestedLoadCharacterId"); \ static_assert(sizeof(GameModManagerSubsystem_SetRequestedLoadCharacterId) == 0x000004, "Wrong size on GameModManagerSubsystem_SetRequestedLoadCharacterId"); \ static_assert(offsetof(GameModManagerSubsystem_SetRequestedLoadCharacterId, CharacterID) == 0x000000, "Member 'GameModManagerSubsystem_SetRequestedLoadCharacterId::CharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_SetRequestedLoadSaveSlot \ static_assert(alignof(GameModManagerSubsystem_SetRequestedLoadSaveSlot) == 0x000008, "Wrong alignment on GameModManagerSubsystem_SetRequestedLoadSaveSlot"); \ static_assert(sizeof(GameModManagerSubsystem_SetRequestedLoadSaveSlot) == 0x000010, "Wrong size on GameModManagerSubsystem_SetRequestedLoadSaveSlot"); \ static_assert(offsetof(GameModManagerSubsystem_SetRequestedLoadSaveSlot, SlotToLoad) == 0x000000, "Member 'GameModManagerSubsystem_SetRequestedLoadSaveSlot::SlotToLoad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_SetRequestedNewCharacter \ static_assert(alignof(GameModManagerSubsystem_SetRequestedNewCharacter) == 0x000001, "Wrong alignment on GameModManagerSubsystem_SetRequestedNewCharacter"); \ static_assert(sizeof(GameModManagerSubsystem_SetRequestedNewCharacter) == 0x000001, "Wrong size on GameModManagerSubsystem_SetRequestedNewCharacter"); \ static_assert(offsetof(GameModManagerSubsystem_SetRequestedNewCharacter, bRequestNewCharacter) == 0x000000, "Member 'GameModManagerSubsystem_SetRequestedNewCharacter::bRequestNewCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_SetRequestedNewModdedCharacter \ static_assert(alignof(GameModManagerSubsystem_SetRequestedNewModdedCharacter) == 0x000001, "Wrong alignment on GameModManagerSubsystem_SetRequestedNewModdedCharacter"); \ static_assert(sizeof(GameModManagerSubsystem_SetRequestedNewModdedCharacter) == 0x000001, "Wrong size on GameModManagerSubsystem_SetRequestedNewModdedCharacter"); \ static_assert(offsetof(GameModManagerSubsystem_SetRequestedNewModdedCharacter, bRequestNewCharacter) == 0x000000, "Member 'GameModManagerSubsystem_SetRequestedNewModdedCharacter::bRequestNewCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_StageMod \ static_assert(alignof(GameModManagerSubsystem_StageMod) == 0x000008, "Wrong alignment on GameModManagerSubsystem_StageMod"); \ static_assert(sizeof(GameModManagerSubsystem_StageMod) == 0x000010, "Wrong size on GameModManagerSubsystem_StageMod"); \ static_assert(offsetof(GameModManagerSubsystem_StageMod, modId) == 0x000000, "Member 'GameModManagerSubsystem_StageMod::modId' has a wrong offset!"); \ static_assert(offsetof(GameModManagerSubsystem_StageMod, ReturnValue) == 0x000008, "Member 'GameModManagerSubsystem_StageMod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_UnstageAllMods \ static_assert(alignof(GameModManagerSubsystem_UnstageAllMods) == 0x000001, "Wrong alignment on GameModManagerSubsystem_UnstageAllMods"); \ static_assert(sizeof(GameModManagerSubsystem_UnstageAllMods) == 0x000001, "Wrong size on GameModManagerSubsystem_UnstageAllMods"); \ static_assert(offsetof(GameModManagerSubsystem_UnstageAllMods, ReturnValue) == 0x000000, "Member 'GameModManagerSubsystem_UnstageAllMods::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_UnstageMod \ static_assert(alignof(GameModManagerSubsystem_UnstageMod) == 0x000008, "Wrong alignment on GameModManagerSubsystem_UnstageMod"); \ static_assert(sizeof(GameModManagerSubsystem_UnstageMod) == 0x000010, "Wrong size on GameModManagerSubsystem_UnstageMod"); \ static_assert(offsetof(GameModManagerSubsystem_UnstageMod, modId) == 0x000000, "Member 'GameModManagerSubsystem_UnstageMod::modId' has a wrong offset!"); \ static_assert(offsetof(GameModManagerSubsystem_UnstageMod, ReturnValue) == 0x000008, "Member 'GameModManagerSubsystem_UnstageMod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_UpdateInstalledModCache \ static_assert(alignof(GameModManagerSubsystem_UpdateInstalledModCache) == 0x000004, "Wrong alignment on GameModManagerSubsystem_UpdateInstalledModCache"); \ static_assert(sizeof(GameModManagerSubsystem_UpdateInstalledModCache) == 0x000010, "Wrong size on GameModManagerSubsystem_UpdateInstalledModCache"); \ static_assert(offsetof(GameModManagerSubsystem_UpdateInstalledModCache, CompletionCallback) == 0x000000, "Member 'GameModManagerSubsystem_UpdateInstalledModCache::CompletionCallback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_OnStageComplete \ static_assert(alignof(GameModManagerSubsystem_OnStageComplete) == 0x000008, "Wrong alignment on GameModManagerSubsystem_OnStageComplete"); \ static_assert(sizeof(GameModManagerSubsystem_OnStageComplete) == 0x000010, "Wrong size on GameModManagerSubsystem_OnStageComplete"); \ static_assert(offsetof(GameModManagerSubsystem_OnStageComplete, bSuccess) == 0x000000, "Member 'GameModManagerSubsystem_OnStageComplete::bSuccess' has a wrong offset!"); \ static_assert(offsetof(GameModManagerSubsystem_OnStageComplete, modId) == 0x000008, "Member 'GameModManagerSubsystem_OnStageComplete::modId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameModManagerSubsystem_OnUnstageComplete \ static_assert(alignof(GameModManagerSubsystem_OnUnstageComplete) == 0x000008, "Wrong alignment on GameModManagerSubsystem_OnUnstageComplete"); \ static_assert(sizeof(GameModManagerSubsystem_OnUnstageComplete) == 0x000010, "Wrong size on GameModManagerSubsystem_OnUnstageComplete"); \ static_assert(offsetof(GameModManagerSubsystem_OnUnstageComplete, bSuccess) == 0x000000, "Member 'GameModManagerSubsystem_OnUnstageComplete::bSuccess' has a wrong offset!"); \ static_assert(offsetof(GameModManagerSubsystem_OnUnstageComplete, modId) == 0x000008, "Member 'GameModManagerSubsystem_OnUnstageComplete::modId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameModManagerSubsystem \ static_assert(alignof(UGameModManagerSubsystem) == 0x000008, "Wrong alignment on UGameModManagerSubsystem"); \ static_assert(sizeof(UGameModManagerSubsystem) == 0x000168, "Wrong size on UGameModManagerSubsystem"); \ static_assert(offsetof(UGameModManagerSubsystem, ActiveModPath) == 0x000030, "Member 'UGameModManagerSubsystem::ActiveModPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModStateSaveGame \ static_assert(alignof(UModStateSaveGame) == 0x000008, "Wrong alignment on UModStateSaveGame"); \ static_assert(sizeof(UModStateSaveGame) == 0x000040, "Wrong size on UModStateSaveGame"); \ static_assert(offsetof(UModStateSaveGame, LoadSlotName) == 0x000028, "Member 'UModStateSaveGame::LoadSlotName' has a wrong offset!"); \ static_assert(offsetof(UModStateSaveGame, LoadCharacterId) == 0x000038, "Member 'UModStateSaveGame::LoadCharacterId' has a wrong offset!"); \ static_assert(offsetof(UModStateSaveGame, bRequestedNewModdedCharacter) == 0x00003C, "Member 'UModStateSaveGame::bRequestedNewModdedCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDataTableExtension \ static_assert(alignof(FDataTableExtension) == 0x000008, "Wrong alignment on FDataTableExtension"); \ static_assert(sizeof(FDataTableExtension) == 0x000010, "Wrong size on FDataTableExtension"); \ static_assert(offsetof(FDataTableExtension, AdditionalData) == 0x000000, "Member 'FDataTableExtension::AdditionalData' has a wrong offset!"); \ static_assert(offsetof(FDataTableExtension, TableToAddTo) == 0x000008, "Member 'FDataTableExtension::TableToAddTo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemovableCharacterPieceSlotsMask \ static_assert(alignof(FRemovableCharacterPieceSlotsMask) == 0x000004, "Wrong alignment on FRemovableCharacterPieceSlotsMask"); \ static_assert(sizeof(FRemovableCharacterPieceSlotsMask) == 0x000004, "Wrong size on FRemovableCharacterPieceSlotsMask"); \ static_assert(offsetof(FRemovableCharacterPieceSlotsMask, BitMask) == 0x000000, "Member 'FRemovableCharacterPieceSlotsMask::BitMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUGCPackage \ static_assert(alignof(FUGCPackage) == 0x000008, "Wrong alignment on FUGCPackage"); \ static_assert(sizeof(FUGCPackage) == 0x000080, "Wrong size on FUGCPackage"); \ static_assert(offsetof(FUGCPackage, Name) == 0x000000, "Member 'FUGCPackage::Name' has a wrong offset!"); \ static_assert(offsetof(FUGCPackage, ContentDir) == 0x000010, "Member 'FUGCPackage::ContentDir' has a wrong offset!"); \ static_assert(offsetof(FUGCPackage, PackagePath) == 0x000020, "Member 'FUGCPackage::PackagePath' has a wrong offset!"); \ static_assert(offsetof(FUGCPackage, BaseDir) == 0x000030, "Member 'FUGCPackage::BaseDir' has a wrong offset!"); \ static_assert(offsetof(FUGCPackage, EngineVersion) == 0x000040, "Member 'FUGCPackage::EngineVersion' has a wrong offset!"); \ static_assert(offsetof(FUGCPackage, Author) == 0x000050, "Member 'FUGCPackage::Author' has a wrong offset!"); \ static_assert(offsetof(FUGCPackage, Description) == 0x000060, "Member 'FUGCPackage::Description' has a wrong offset!"); \ static_assert(offsetof(FUGCPackage, modId) == 0x000070, "Member 'FUGCPackage::modId' has a wrong offset!"); \ static_assert(offsetof(FUGCPackage, Version) == 0x000078, "Member 'FUGCPackage::Version' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGCBlueprintLibrary_GetChildWidgetByName \ static_assert(alignof(UGCBlueprintLibrary_GetChildWidgetByName) == 0x000008, "Wrong alignment on UGCBlueprintLibrary_GetChildWidgetByName"); \ static_assert(sizeof(UGCBlueprintLibrary_GetChildWidgetByName) == 0x000018, "Wrong size on UGCBlueprintLibrary_GetChildWidgetByName"); \ static_assert(offsetof(UGCBlueprintLibrary_GetChildWidgetByName, ParentWidget) == 0x000000, "Member 'UGCBlueprintLibrary_GetChildWidgetByName::ParentWidget' has a wrong offset!"); \ static_assert(offsetof(UGCBlueprintLibrary_GetChildWidgetByName, WidgetName) == 0x000008, "Member 'UGCBlueprintLibrary_GetChildWidgetByName::WidgetName' has a wrong offset!"); \ static_assert(offsetof(UGCBlueprintLibrary_GetChildWidgetByName, ReturnValue) == 0x000010, "Member 'UGCBlueprintLibrary_GetChildWidgetByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGCBlueprintLibrary_GetUGCDataTable \ static_assert(alignof(UGCBlueprintLibrary_GetUGCDataTable) == 0x000008, "Wrong alignment on UGCBlueprintLibrary_GetUGCDataTable"); \ static_assert(sizeof(UGCBlueprintLibrary_GetUGCDataTable) == 0x000010, "Wrong size on UGCBlueprintLibrary_GetUGCDataTable"); \ static_assert(offsetof(UGCBlueprintLibrary_GetUGCDataTable, BaseTable) == 0x000000, "Member 'UGCBlueprintLibrary_GetUGCDataTable::BaseTable' has a wrong offset!"); \ static_assert(offsetof(UGCBlueprintLibrary_GetUGCDataTable, ReturnValue) == 0x000008, "Member 'UGCBlueprintLibrary_GetUGCDataTable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGCBlueprintLibrary_GetUGCRegistry \ static_assert(alignof(UGCBlueprintLibrary_GetUGCRegistry) == 0x000008, "Wrong alignment on UGCBlueprintLibrary_GetUGCRegistry"); \ static_assert(sizeof(UGCBlueprintLibrary_GetUGCRegistry) == 0x000010, "Wrong size on UGCBlueprintLibrary_GetUGCRegistry"); \ static_assert(offsetof(UGCBlueprintLibrary_GetUGCRegistry, WorldContextObject) == 0x000000, "Member 'UGCBlueprintLibrary_GetUGCRegistry::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(UGCBlueprintLibrary_GetUGCRegistry, ReturnValue) == 0x000008, "Member 'UGCBlueprintLibrary_GetUGCRegistry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGCBlueprintLibrary_LayerCCDOverTarget \ static_assert(alignof(UGCBlueprintLibrary_LayerCCDOverTarget) == 0x000008, "Wrong alignment on UGCBlueprintLibrary_LayerCCDOverTarget"); \ static_assert(sizeof(UGCBlueprintLibrary_LayerCCDOverTarget) == 0x000018, "Wrong size on UGCBlueprintLibrary_LayerCCDOverTarget"); \ static_assert(offsetof(UGCBlueprintLibrary_LayerCCDOverTarget, NewCCD) == 0x000000, "Member 'UGCBlueprintLibrary_LayerCCDOverTarget::NewCCD' has a wrong offset!"); \ static_assert(offsetof(UGCBlueprintLibrary_LayerCCDOverTarget, TargetCCD) == 0x000008, "Member 'UGCBlueprintLibrary_LayerCCDOverTarget::TargetCCD' has a wrong offset!"); \ static_assert(offsetof(UGCBlueprintLibrary_LayerCCDOverTarget, SlotsToRemove) == 0x000010, "Member 'UGCBlueprintLibrary_LayerCCDOverTarget::SlotsToRemove' has a wrong offset!"); \ static_assert(offsetof(UGCBlueprintLibrary_LayerCCDOverTarget, bIncludeHead) == 0x000014, "Member 'UGCBlueprintLibrary_LayerCCDOverTarget::bIncludeHead' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUGCBlueprintLibrary \ static_assert(alignof(UUGCBlueprintLibrary) == 0x000008, "Wrong alignment on UUGCBlueprintLibrary"); \ static_assert(sizeof(UUGCBlueprintLibrary) == 0x000028, "Wrong size on UUGCBlueprintLibrary"); \ #define DUMPER7_ASSERTS_CVarModifier_GetAllowedCVarNames \ static_assert(alignof(CVarModifier_GetAllowedCVarNames) == 0x000008, "Wrong alignment on CVarModifier_GetAllowedCVarNames"); \ static_assert(sizeof(CVarModifier_GetAllowedCVarNames) == 0x000010, "Wrong size on CVarModifier_GetAllowedCVarNames"); \ static_assert(offsetof(CVarModifier_GetAllowedCVarNames, ReturnValue) == 0x000000, "Member 'CVarModifier_GetAllowedCVarNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCVarModifier \ static_assert(alignof(UCVarModifier) == 0x000008, "Wrong alignment on UCVarModifier"); \ static_assert(sizeof(UCVarModifier) == 0x000048, "Wrong size on UCVarModifier"); \ static_assert(offsetof(UCVarModifier, ConsoleVariableName) == 0x000028, "Member 'UCVarModifier::ConsoleVariableName' has a wrong offset!"); \ static_assert(offsetof(UCVarModifier, ConsoleVariableValue) == 0x000038, "Member 'UCVarModifier::ConsoleVariableValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGCRegistry_ApplyAllCVarModifiersInPackage \ static_assert(alignof(UGCRegistry_ApplyAllCVarModifiersInPackage) == 0x000008, "Wrong alignment on UGCRegistry_ApplyAllCVarModifiersInPackage"); \ static_assert(sizeof(UGCRegistry_ApplyAllCVarModifiersInPackage) == 0x000080, "Wrong size on UGCRegistry_ApplyAllCVarModifiersInPackage"); \ static_assert(offsetof(UGCRegistry_ApplyAllCVarModifiersInPackage, Package) == 0x000000, "Member 'UGCRegistry_ApplyAllCVarModifiersInPackage::Package' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGCRegistry_ApplyAllOverridesInPackage \ static_assert(alignof(UGCRegistry_ApplyAllOverridesInPackage) == 0x000008, "Wrong alignment on UGCRegistry_ApplyAllOverridesInPackage"); \ static_assert(sizeof(UGCRegistry_ApplyAllOverridesInPackage) == 0x000088, "Wrong size on UGCRegistry_ApplyAllOverridesInPackage"); \ static_assert(offsetof(UGCRegistry_ApplyAllOverridesInPackage, Package) == 0x000000, "Member 'UGCRegistry_ApplyAllOverridesInPackage::Package' has a wrong offset!"); \ static_assert(offsetof(UGCRegistry_ApplyAllOverridesInPackage, ReturnValue) == 0x000080, "Member 'UGCRegistry_ApplyAllOverridesInPackage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGCRegistry_GetModTableForBaseTable \ static_assert(alignof(UGCRegistry_GetModTableForBaseTable) == 0x000008, "Wrong alignment on UGCRegistry_GetModTableForBaseTable"); \ static_assert(sizeof(UGCRegistry_GetModTableForBaseTable) == 0x000010, "Wrong size on UGCRegistry_GetModTableForBaseTable"); \ static_assert(offsetof(UGCRegistry_GetModTableForBaseTable, BaseTable) == 0x000000, "Member 'UGCRegistry_GetModTableForBaseTable::BaseTable' has a wrong offset!"); \ static_assert(offsetof(UGCRegistry_GetModTableForBaseTable, ReturnValue) == 0x000008, "Member 'UGCRegistry_GetModTableForBaseTable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUGCRegistry \ static_assert(alignof(UUGCRegistry) == 0x000008, "Wrong alignment on UUGCRegistry"); \ static_assert(sizeof(UUGCRegistry) == 0x000190, "Wrong size on UUGCRegistry"); \ static_assert(offsetof(UUGCRegistry, UGCPackages) == 0x000028, "Member 'UUGCRegistry::UGCPackages' has a wrong offset!"); \ static_assert(offsetof(UUGCRegistry, RegisteredMutators) == 0x000040, "Member 'UUGCRegistry::RegisteredMutators' has a wrong offset!"); \ static_assert(offsetof(UUGCRegistry, RegisteredModifiedCCDs) == 0x000050, "Member 'UUGCRegistry::RegisteredModifiedCCDs' has a wrong offset!"); \ static_assert(offsetof(UUGCRegistry, ModdedTables) == 0x0000A0, "Member 'UUGCRegistry::ModdedTables' has a wrong offset!"); \ static_assert(offsetof(UUGCRegistry, GearAppearanceIDsToModNameMap) == 0x0000F0, "Member 'UUGCRegistry::GearAppearanceIDsToModNameMap' has a wrong offset!"); \ static_assert(offsetof(UUGCRegistry, CustomizableCharacterDefNamesToModNameMap) == 0x000140, "Member 'UUGCRegistry::CustomizableCharacterDefNamesToModNameMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMakeReplaceableActorComponent \ static_assert(alignof(UMakeReplaceableActorComponent) == 0x000008, "Wrong alignment on UMakeReplaceableActorComponent"); \ static_assert(sizeof(UMakeReplaceableActorComponent) == 0x0000D8, "Wrong size on UMakeReplaceableActorComponent"); \ static_assert(offsetof(UMakeReplaceableActorComponent, CompatibleReplacement) == 0x0000D0, "Member 'UMakeReplaceableActorComponent::CompatibleReplacement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModCompositeDataTable \ static_assert(alignof(UModCompositeDataTable) == 0x000008, "Wrong alignment on UModCompositeDataTable"); \ static_assert(sizeof(UModCompositeDataTable) == 0x0000F0, "Wrong size on UModCompositeDataTable"); \ static_assert(offsetof(UModCompositeDataTable, BaseParentTable) == 0x0000E8, "Member 'UModCompositeDataTable::BaseParentTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModMutator_ReceiveActorSpawnedNotification \ static_assert(alignof(ModMutator_ReceiveActorSpawnedNotification) == 0x000008, "Wrong alignment on ModMutator_ReceiveActorSpawnedNotification"); \ static_assert(sizeof(ModMutator_ReceiveActorSpawnedNotification) == 0x000008, "Wrong size on ModMutator_ReceiveActorSpawnedNotification"); \ static_assert(offsetof(ModMutator_ReceiveActorSpawnedNotification, SpawnedActor) == 0x000000, "Member 'ModMutator_ReceiveActorSpawnedNotification::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModMutator_ReceiveCustomCharacterDefModificationNotification \ static_assert(alignof(ModMutator_ReceiveCustomCharacterDefModificationNotification) == 0x000008, "Wrong alignment on ModMutator_ReceiveCustomCharacterDefModificationNotification"); \ static_assert(sizeof(ModMutator_ReceiveCustomCharacterDefModificationNotification) == 0x000008, "Wrong size on ModMutator_ReceiveCustomCharacterDefModificationNotification"); \ static_assert(offsetof(ModMutator_ReceiveCustomCharacterDefModificationNotification, CCD) == 0x000000, "Member 'ModMutator_ReceiveCustomCharacterDefModificationNotification::CCD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModMutator_ReceiveCustomCharacterDefOverrideNotification \ static_assert(alignof(ModMutator_ReceiveCustomCharacterDefOverrideNotification) == 0x000008, "Wrong alignment on ModMutator_ReceiveCustomCharacterDefOverrideNotification"); \ static_assert(sizeof(ModMutator_ReceiveCustomCharacterDefOverrideNotification) == 0x000030, "Wrong size on ModMutator_ReceiveCustomCharacterDefOverrideNotification"); \ static_assert(offsetof(ModMutator_ReceiveCustomCharacterDefOverrideNotification, OriginalPath) == 0x000000, "Member 'ModMutator_ReceiveCustomCharacterDefOverrideNotification::OriginalPath' has a wrong offset!"); \ static_assert(offsetof(ModMutator_ReceiveCustomCharacterDefOverrideNotification, NewPath) == 0x000018, "Member 'ModMutator_ReceiveCustomCharacterDefOverrideNotification::NewPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModMutator_ReceiveWidgetCreatedNotification \ static_assert(alignof(ModMutator_ReceiveWidgetCreatedNotification) == 0x000008, "Wrong alignment on ModMutator_ReceiveWidgetCreatedNotification"); \ static_assert(sizeof(ModMutator_ReceiveWidgetCreatedNotification) == 0x000010, "Wrong size on ModMutator_ReceiveWidgetCreatedNotification"); \ static_assert(offsetof(ModMutator_ReceiveWidgetCreatedNotification, NewWidget) == 0x000000, "Member 'ModMutator_ReceiveWidgetCreatedNotification::NewWidget' has a wrong offset!"); \ static_assert(offsetof(ModMutator_ReceiveWidgetCreatedNotification, OwningPlayer) == 0x000008, "Member 'ModMutator_ReceiveWidgetCreatedNotification::OwningPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModMutator_ReceiveWidgetCreatedNotification_Internal \ static_assert(alignof(ModMutator_ReceiveWidgetCreatedNotification_Internal) == 0x000008, "Wrong alignment on ModMutator_ReceiveWidgetCreatedNotification_Internal"); \ static_assert(sizeof(ModMutator_ReceiveWidgetCreatedNotification_Internal) == 0x000008, "Wrong size on ModMutator_ReceiveWidgetCreatedNotification_Internal"); \ static_assert(offsetof(ModMutator_ReceiveWidgetCreatedNotification_Internal, NewWidget) == 0x000000, "Member 'ModMutator_ReceiveWidgetCreatedNotification_Internal::NewWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModMutator_RequestActorOverride \ static_assert(alignof(ModMutator_RequestActorOverride) == 0x000008, "Wrong alignment on ModMutator_RequestActorOverride"); \ static_assert(sizeof(ModMutator_RequestActorOverride) == 0x000010, "Wrong size on ModMutator_RequestActorOverride"); \ static_assert(offsetof(ModMutator_RequestActorOverride, OriginalActorType) == 0x000000, "Member 'ModMutator_RequestActorOverride::OriginalActorType' has a wrong offset!"); \ static_assert(offsetof(ModMutator_RequestActorOverride, NewWidgetType) == 0x000008, "Member 'ModMutator_RequestActorOverride::NewWidgetType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModMutator_RequestWidgetOverride \ static_assert(alignof(ModMutator_RequestWidgetOverride) == 0x000008, "Wrong alignment on ModMutator_RequestWidgetOverride"); \ static_assert(sizeof(ModMutator_RequestWidgetOverride) == 0x000010, "Wrong size on ModMutator_RequestWidgetOverride"); \ static_assert(offsetof(ModMutator_RequestWidgetOverride, OriginalWidgetType) == 0x000000, "Member 'ModMutator_RequestWidgetOverride::OriginalWidgetType' has a wrong offset!"); \ static_assert(offsetof(ModMutator_RequestWidgetOverride, NewWidgetType) == 0x000008, "Member 'ModMutator_RequestWidgetOverride::NewWidgetType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModMutator \ static_assert(alignof(UModMutator) == 0x000008, "Wrong alignment on UModMutator"); \ static_assert(sizeof(UModMutator) == 0x000140, "Wrong size on UModMutator"); \ static_assert(offsetof(UModMutator, DataTableExtensions) == 0x0000D0, "Member 'UModMutator::DataTableExtensions' has a wrong offset!"); \ static_assert(offsetof(UModMutator, WidgetsToOverride) == 0x0000E0, "Member 'UModMutator::WidgetsToOverride' has a wrong offset!"); \ static_assert(offsetof(UModMutator, WidgetTypesForCreationNotification) == 0x0000F0, "Member 'UModMutator::WidgetTypesForCreationNotification' has a wrong offset!"); \ static_assert(offsetof(UModMutator, ActorTypesToOverride) == 0x000100, "Member 'UModMutator::ActorTypesToOverride' has a wrong offset!"); \ static_assert(offsetof(UModMutator, ActorTypesForSpawnNotifications) == 0x000110, "Member 'UModMutator::ActorTypesForSpawnNotifications' has a wrong offset!"); \ static_assert(offsetof(UModMutator, CustomCharDefsToModify) == 0x000120, "Member 'UModMutator::CustomCharDefsToModify' has a wrong offset!"); \ static_assert(offsetof(UModMutator, CustomCharDefsToOverride) == 0x000130, "Member 'UModMutator::CustomCharDefsToOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UReplacementActorComponent \ static_assert(alignof(UReplacementActorComponent) == 0x000008, "Wrong alignment on UReplacementActorComponent"); \ static_assert(sizeof(UReplacementActorComponent) == 0x0000E0, "Wrong size on UReplacementActorComponent"); \ static_assert(offsetof(UReplacementActorComponent, ActorClassesToReplace) == 0x0000D0, "Member 'UReplacementActorComponent::ActorClassesToReplace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUGCBaseGameInstance \ static_assert(alignof(UUGCBaseGameInstance) == 0x000008, "Wrong alignment on UUGCBaseGameInstance"); \ static_assert(sizeof(UUGCBaseGameInstance) == 0x0001B0, "Wrong size on UUGCBaseGameInstance"); \ static_assert(offsetof(UUGCBaseGameInstance, UGCRegistry) == 0x0001A8, "Member 'UUGCBaseGameInstance::UGCRegistry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerWalkSpeedAction_C_OnEnterInterval \ static_assert(alignof(BP_PlayerWalkSpeedAction_C_OnEnterInterval) == 0x000004, "Wrong alignment on BP_PlayerWalkSpeedAction_C_OnEnterInterval"); \ static_assert(sizeof(BP_PlayerWalkSpeedAction_C_OnEnterInterval) == 0x000008, "Wrong size on BP_PlayerWalkSpeedAction_C_OnEnterInterval"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_OnEnterInterval, Time) == 0x000000, "Member 'BP_PlayerWalkSpeedAction_C_OnEnterInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_OnEnterInterval, IsScrubbing) == 0x000004, "Member 'BP_PlayerWalkSpeedAction_C_OnEnterInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerWalkSpeedAction_C_OnExitInterval \ static_assert(alignof(BP_PlayerWalkSpeedAction_C_OnExitInterval) == 0x000004, "Wrong alignment on BP_PlayerWalkSpeedAction_C_OnExitInterval"); \ static_assert(sizeof(BP_PlayerWalkSpeedAction_C_OnExitInterval) == 0x000008, "Wrong size on BP_PlayerWalkSpeedAction_C_OnExitInterval"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_OnExitInterval, Time) == 0x000000, "Member 'BP_PlayerWalkSpeedAction_C_OnExitInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_OnExitInterval, cancelled) == 0x000004, "Member 'BP_PlayerWalkSpeedAction_C_OnExitInterval::cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_OnExitInterval, IsScrubbing) == 0x000005, "Member 'BP_PlayerWalkSpeedAction_C_OnExitInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction \ static_assert(alignof(BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction) == 0x000008, "Wrong alignment on BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction"); \ static_assert(sizeof(BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction) == 0x000048, "Wrong size on BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction, EntryPoint) == 0x000000, "Member 'BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction, K2Node_Event_Time_1) == 0x000004, "Member 'BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction::K2Node_Event_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction, K2Node_Event_IsScrubbing_1) == 0x000008, "Member 'BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction::K2Node_Event_IsScrubbing_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction, K2Node_Event_Time) == 0x00000C, "Member 'BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction, K2Node_Event_Cancelled) == 0x000010, "Member 'BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction::K2Node_Event_Cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction, K2Node_Event_IsScrubbing) == 0x000011, "Member 'BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction, CallFunc_GetActionObjectBP_ReturnValue) == 0x000018, "Member 'BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction::CallFunc_GetActionObjectBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction, K2Node_DynamicCast_AsBiped_Player) == 0x000020, "Member 'BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction, CallFunc_GetActionObjectBP_ReturnValue_1) == 0x000030, "Member 'BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction::CallFunc_GetActionObjectBP_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction, K2Node_DynamicCast_AsBiped_Player_1) == 0x000038, "Member 'BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_PlayerWalkSpeedAction_C_ExecuteUbergraph_BP_PlayerWalkSpeedAction::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerWalkSpeedAction_C_GetActionColor \ static_assert(alignof(BP_PlayerWalkSpeedAction_C_GetActionColor) == 0x000004, "Wrong alignment on BP_PlayerWalkSpeedAction_C_GetActionColor"); \ static_assert(sizeof(BP_PlayerWalkSpeedAction_C_GetActionColor) == 0x000024, "Wrong size on BP_PlayerWalkSpeedAction_C_GetActionColor"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_GetActionColor, ReturnValue) == 0x000000, "Member 'BP_PlayerWalkSpeedAction_C_GetActionColor::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_GetActionColor, K2Node_MakeStruct_Color) == 0x000010, "Member 'BP_PlayerWalkSpeedAction_C_GetActionColor::K2Node_MakeStruct_Color' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerWalkSpeedAction_C_GetActionColor, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x000014, "Member 'BP_PlayerWalkSpeedAction_C_GetActionColor::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_PlayerWalkSpeedAction_C \ static_assert(alignof(UBP_PlayerWalkSpeedAction_C) == 0x000008, "Wrong alignment on UBP_PlayerWalkSpeedAction_C"); \ static_assert(sizeof(UBP_PlayerWalkSpeedAction_C) == 0x0000B8, "Wrong size on UBP_PlayerWalkSpeedAction_C"); \ static_assert(offsetof(UBP_PlayerWalkSpeedAction_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_PlayerWalkSpeedAction_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_PlayerWalkSpeedAction_C, Speed) == 0x0000B0, "Member 'UBP_PlayerWalkSpeedAction_C::Speed' has a wrong offset!"); \ static_assert(offsetof(UBP_PlayerWalkSpeedAction_C, SpeedModifier) == 0x0000B1, "Member 'UBP_PlayerWalkSpeedAction_C::SpeedModifier' has a wrong offset!"); \ static_assert(offsetof(UBP_PlayerWalkSpeedAction_C, bRevertWhenDone) == 0x0000B2, "Member 'UBP_PlayerWalkSpeedAction_C::bRevertWhenDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNLegalDocumentConsent \ static_assert(alignof(FWBPNLegalDocumentConsent) == 0x000008, "Wrong alignment on FWBPNLegalDocumentConsent"); \ static_assert(sizeof(FWBPNLegalDocumentConsent) == 0x000028, "Wrong size on FWBPNLegalDocumentConsent"); \ static_assert(offsetof(FWBPNLegalDocumentConsent, m_platform) == 0x000000, "Member 'FWBPNLegalDocumentConsent::m_platform' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalDocumentConsent, m_documentId) == 0x000008, "Member 'FWBPNLegalDocumentConsent::m_documentId' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalDocumentConsent, m_createdAt) == 0x000018, "Member 'FWBPNLegalDocumentConsent::m_createdAt' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalDocumentConsent, m_updatedAt) == 0x000020, "Member 'FWBPNLegalDocumentConsent::m_updatedAt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNLegalDocumentsConsentedToResponseData \ static_assert(alignof(FWBPNLegalDocumentsConsentedToResponseData) == 0x000008, "Wrong alignment on FWBPNLegalDocumentsConsentedToResponseData"); \ static_assert(sizeof(FWBPNLegalDocumentsConsentedToResponseData) == 0x000010, "Wrong size on FWBPNLegalDocumentsConsentedToResponseData"); \ static_assert(offsetof(FWBPNLegalDocumentsConsentedToResponseData, m_consents) == 0x000000, "Member 'FWBPNLegalDocumentsConsentedToResponseData::m_consents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNLocalizedField \ static_assert(alignof(FWBPNLocalizedField) == 0x000008, "Wrong alignment on FWBPNLocalizedField"); \ static_assert(sizeof(FWBPNLocalizedField) == 0x000080, "Wrong size on FWBPNLocalizedField"); \ static_assert(offsetof(FWBPNLocalizedField, m_default) == 0x000000, "Member 'FWBPNLocalizedField::m_default' has a wrong offset!"); \ static_assert(offsetof(FWBPNLocalizedField, m_rendered) == 0x000010, "Member 'FWBPNLocalizedField::m_rendered' has a wrong offset!"); \ static_assert(offsetof(FWBPNLocalizedField, m_slug) == 0x000020, "Member 'FWBPNLocalizedField::m_slug' has a wrong offset!"); \ static_assert(offsetof(FWBPNLocalizedField, m_localizations) == 0x000030, "Member 'FWBPNLocalizedField::m_localizations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNLegalDocument \ static_assert(alignof(FWBPNLegalDocument) == 0x000008, "Wrong alignment on FWBPNLegalDocument"); \ static_assert(sizeof(FWBPNLegalDocument) == 0x0001C0, "Wrong size on FWBPNLegalDocument"); \ static_assert(offsetof(FWBPNLegalDocument, m_id) == 0x000000, "Member 'FWBPNLegalDocument::m_id' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalDocument, m_regions) == 0x000010, "Member 'FWBPNLegalDocument::m_regions' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalDocument, m_effectiveAt) == 0x000020, "Member 'FWBPNLegalDocument::m_effectiveAt' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalDocument, m_content) == 0x000028, "Member 'FWBPNLegalDocument::m_content' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalDocument, m_contentURL) == 0x0000A8, "Member 'FWBPNLegalDocument::m_contentURL' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalDocument, m_name) == 0x000128, "Member 'FWBPNLegalDocument::m_name' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalDocument, m_type) == 0x0001A8, "Member 'FWBPNLegalDocument::m_type' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalDocument, m_platform) == 0x0001A9, "Member 'FWBPNLegalDocument::m_platform' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalDocument, m_createdAt) == 0x0001B0, "Member 'FWBPNLegalDocument::m_createdAt' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalDocument, m_updatedAt) == 0x0001B8, "Member 'FWBPNLegalDocument::m_updatedAt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNLegalDocumentComplianceResponseData \ static_assert(alignof(FWBPNLegalDocumentComplianceResponseData) == 0x000008, "Wrong alignment on FWBPNLegalDocumentComplianceResponseData"); \ static_assert(sizeof(FWBPNLegalDocumentComplianceResponseData) == 0x000010, "Wrong size on FWBPNLegalDocumentComplianceResponseData"); \ static_assert(offsetof(FWBPNLegalDocumentComplianceResponseData, m_documents) == 0x000000, "Member 'FWBPNLegalDocumentComplianceResponseData::m_documents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNLegalTrackingConsentResponseData \ static_assert(alignof(FWBPNLegalTrackingConsentResponseData) == 0x000008, "Wrong alignment on FWBPNLegalTrackingConsentResponseData"); \ static_assert(sizeof(FWBPNLegalTrackingConsentResponseData) == 0x000020, "Wrong size on FWBPNLegalTrackingConsentResponseData"); \ static_assert(offsetof(FWBPNLegalTrackingConsentResponseData, m_allowPerformanceTracking) == 0x000000, "Member 'FWBPNLegalTrackingConsentResponseData::m_allowPerformanceTracking' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalTrackingConsentResponseData, m_allowFunctionalTracking) == 0x000001, "Member 'FWBPNLegalTrackingConsentResponseData::m_allowFunctionalTracking' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalTrackingConsentResponseData, m_allowTargetingTracking) == 0x000002, "Member 'FWBPNLegalTrackingConsentResponseData::m_allowTargetingTracking' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalTrackingConsentResponseData, m_consentedAt) == 0x000008, "Member 'FWBPNLegalTrackingConsentResponseData::m_consentedAt' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalTrackingConsentResponseData, m_createdAt) == 0x000010, "Member 'FWBPNLegalTrackingConsentResponseData::m_createdAt' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalTrackingConsentResponseData, m_updatedAt) == 0x000018, "Member 'FWBPNLegalTrackingConsentResponseData::m_updatedAt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNTerritory \ static_assert(alignof(FWBPNTerritory) == 0x000008, "Wrong alignment on FWBPNTerritory"); \ static_assert(sizeof(FWBPNTerritory) == 0x000028, "Wrong size on FWBPNTerritory"); \ static_assert(offsetof(FWBPNTerritory, m_code) == 0x000000, "Member 'FWBPNTerritory::m_code' has a wrong offset!"); \ static_assert(offsetof(FWBPNTerritory, m_name) == 0x000010, "Member 'FWBPNTerritory::m_name' has a wrong offset!"); \ static_assert(offsetof(FWBPNTerritory, m_childAgeGate) == 0x000020, "Member 'FWBPNTerritory::m_childAgeGate' has a wrong offset!"); \ static_assert(offsetof(FWBPNTerritory, m_adultAgeGate) == 0x000024, "Member 'FWBPNTerritory::m_adultAgeGate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNCountry \ static_assert(alignof(FWBPNCountry) == 0x000008, "Wrong alignment on FWBPNCountry"); \ static_assert(sizeof(FWBPNCountry) == 0x000110, "Wrong size on FWBPNCountry"); \ static_assert(offsetof(FWBPNCountry, m_code) == 0x000000, "Member 'FWBPNCountry::m_code' has a wrong offset!"); \ static_assert(offsetof(FWBPNCountry, m_name) == 0x000010, "Member 'FWBPNCountry::m_name' has a wrong offset!"); \ static_assert(offsetof(FWBPNCountry, m_localeName) == 0x000020, "Member 'FWBPNCountry::m_localeName' has a wrong offset!"); \ static_assert(offsetof(FWBPNCountry, m_region) == 0x0000A0, "Member 'FWBPNCountry::m_region' has a wrong offset!"); \ static_assert(offsetof(FWBPNCountry, m_embargoed) == 0x0000F0, "Member 'FWBPNCountry::m_embargoed' has a wrong offset!"); \ static_assert(offsetof(FWBPNCountry, m_childAgeGate) == 0x0000F4, "Member 'FWBPNCountry::m_childAgeGate' has a wrong offset!"); \ static_assert(offsetof(FWBPNCountry, m_adultAgeGate) == 0x0000F8, "Member 'FWBPNCountry::m_adultAgeGate' has a wrong offset!"); \ static_assert(offsetof(FWBPNCountry, m_territories) == 0x000100, "Member 'FWBPNCountry::m_territories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNLegalLocalization \ static_assert(alignof(FWBPNLegalLocalization) == 0x000008, "Wrong alignment on FWBPNLegalLocalization"); \ static_assert(sizeof(FWBPNLegalLocalization) == 0x000030, "Wrong size on FWBPNLegalLocalization"); \ static_assert(offsetof(FWBPNLegalLocalization, m_slug) == 0x000000, "Member 'FWBPNLegalLocalization::m_slug' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalLocalization, m_gameSlug) == 0x000010, "Member 'FWBPNLegalLocalization::m_gameSlug' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalLocalization, m_strings) == 0x000020, "Member 'FWBPNLegalLocalization::m_strings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNLegalConfiguration \ static_assert(alignof(FWBPNLegalConfiguration) == 0x000008, "Wrong alignment on FWBPNLegalConfiguration"); \ static_assert(sizeof(FWBPNLegalConfiguration) == 0x000050, "Wrong size on FWBPNLegalConfiguration"); \ static_assert(offsetof(FWBPNLegalConfiguration, m_countries) == 0x000000, "Member 'FWBPNLegalConfiguration::m_countries' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalConfiguration, m_documentViewPriority) == 0x000010, "Member 'FWBPNLegalConfiguration::m_documentViewPriority' has a wrong offset!"); \ static_assert(offsetof(FWBPNLegalConfiguration, m_localization) == 0x000020, "Member 'FWBPNLegalConfiguration::m_localization' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNGeolocationResponseData \ static_assert(alignof(FWBPNGeolocationResponseData) == 0x000008, "Wrong alignment on FWBPNGeolocationResponseData"); \ static_assert(sizeof(FWBPNGeolocationResponseData) == 0x000030, "Wrong size on FWBPNGeolocationResponseData"); \ static_assert(offsetof(FWBPNGeolocationResponseData, m_timezone) == 0x000000, "Member 'FWBPNGeolocationResponseData::m_timezone' has a wrong offset!"); \ static_assert(offsetof(FWBPNGeolocationResponseData, m_countryCode) == 0x000010, "Member 'FWBPNGeolocationResponseData::m_countryCode' has a wrong offset!"); \ static_assert(offsetof(FWBPNGeolocationResponseData, m_territory) == 0x000020, "Member 'FWBPNGeolocationResponseData::m_territory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNAvatarDetails \ static_assert(alignof(FWBPNAvatarDetails) == 0x000008, "Wrong alignment on FWBPNAvatarDetails"); \ static_assert(sizeof(FWBPNAvatarDetails) == 0x000020, "Wrong size on FWBPNAvatarDetails"); \ static_assert(offsetof(FWBPNAvatarDetails, m_name) == 0x000000, "Member 'FWBPNAvatarDetails::m_name' has a wrong offset!"); \ static_assert(offsetof(FWBPNAvatarDetails, m_imageUrl) == 0x000010, "Member 'FWBPNAvatarDetails::m_imageUrl' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNAccountDisplayDetails \ static_assert(alignof(FWBPNAccountDisplayDetails) == 0x000008, "Wrong alignment on FWBPNAccountDisplayDetails"); \ static_assert(sizeof(FWBPNAccountDisplayDetails) == 0x000048, "Wrong size on FWBPNAccountDisplayDetails"); \ static_assert(offsetof(FWBPNAccountDisplayDetails, m_username) == 0x000000, "Member 'FWBPNAccountDisplayDetails::m_username' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccountDisplayDetails, m_accountId) == 0x000010, "Member 'FWBPNAccountDisplayDetails::m_accountId' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccountDisplayDetails, m_avatar) == 0x000020, "Member 'FWBPNAccountDisplayDetails::m_avatar' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccountDisplayDetails, m_presenceState) == 0x000040, "Member 'FWBPNAccountDisplayDetails::m_presenceState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNAccountContactDetails \ static_assert(alignof(FWBPNAccountContactDetails) == 0x000008, "Wrong alignment on FWBPNAccountContactDetails"); \ static_assert(sizeof(FWBPNAccountContactDetails) == 0x000070, "Wrong size on FWBPNAccountContactDetails"); \ static_assert(offsetof(FWBPNAccountContactDetails, m_ownerId) == 0x000000, "Member 'FWBPNAccountContactDetails::m_ownerId' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccountContactDetails, m_contactId) == 0x000010, "Member 'FWBPNAccountContactDetails::m_contactId' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccountContactDetails, m_blocked) == 0x000020, "Member 'FWBPNAccountContactDetails::m_blocked' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccountContactDetails, m_account) == 0x000028, "Member 'FWBPNAccountContactDetails::m_account' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNCheckAgeResponseData \ static_assert(alignof(FWBPNCheckAgeResponseData) == 0x000001, "Wrong alignment on FWBPNCheckAgeResponseData"); \ static_assert(sizeof(FWBPNCheckAgeResponseData) == 0x000001, "Wrong size on FWBPNCheckAgeResponseData"); \ static_assert(offsetof(FWBPNCheckAgeResponseData, m_passed) == 0x000000, "Member 'FWBPNCheckAgeResponseData::m_passed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNLocationData \ static_assert(alignof(FWBPNLocationData) == 0x000008, "Wrong alignment on FWBPNLocationData"); \ static_assert(sizeof(FWBPNLocationData) == 0x000020, "Wrong size on FWBPNLocationData"); \ static_assert(offsetof(FWBPNLocationData, m_country) == 0x000000, "Member 'FWBPNLocationData::m_country' has a wrong offset!"); \ static_assert(offsetof(FWBPNLocationData, m_territory) == 0x000010, "Member 'FWBPNLocationData::m_territory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNGetAgeCategoryResponseData \ static_assert(alignof(FWBPNGetAgeCategoryResponseData) == 0x000008, "Wrong alignment on FWBPNGetAgeCategoryResponseData"); \ static_assert(sizeof(FWBPNGetAgeCategoryResponseData) == 0x000028, "Wrong size on FWBPNGetAgeCategoryResponseData"); \ static_assert(offsetof(FWBPNGetAgeCategoryResponseData, m_ageCategory) == 0x000000, "Member 'FWBPNGetAgeCategoryResponseData::m_ageCategory' has a wrong offset!"); \ static_assert(offsetof(FWBPNGetAgeCategoryResponseData, m_location) == 0x000008, "Member 'FWBPNGetAgeCategoryResponseData::m_location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNAccountLookupData \ static_assert(alignof(FWBPNAccountLookupData) == 0x000008, "Wrong alignment on FWBPNAccountLookupData"); \ static_assert(sizeof(FWBPNAccountLookupData) == 0x000040, "Wrong size on FWBPNAccountLookupData"); \ static_assert(offsetof(FWBPNAccountLookupData, m_publicId) == 0x000000, "Member 'FWBPNAccountLookupData::m_publicId' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccountLookupData, m_username) == 0x000010, "Member 'FWBPNAccountLookupData::m_username' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccountLookupData, m_avatar) == 0x000020, "Member 'FWBPNAccountLookupData::m_avatar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNThirdPartyLink \ static_assert(alignof(FWBPNThirdPartyLink) == 0x000008, "Wrong alignment on FWBPNThirdPartyLink"); \ static_assert(sizeof(FWBPNThirdPartyLink) == 0x000030, "Wrong size on FWBPNThirdPartyLink"); \ static_assert(offsetof(FWBPNThirdPartyLink, m_createdAt) == 0x000000, "Member 'FWBPNThirdPartyLink::m_createdAt' has a wrong offset!"); \ static_assert(offsetof(FWBPNThirdPartyLink, m_updatedAt) == 0x000008, "Member 'FWBPNThirdPartyLink::m_updatedAt' has a wrong offset!"); \ static_assert(offsetof(FWBPNThirdPartyLink, m_authId) == 0x000010, "Member 'FWBPNThirdPartyLink::m_authId' has a wrong offset!"); \ static_assert(offsetof(FWBPNThirdPartyLink, m_lastSeenUsername) == 0x000020, "Member 'FWBPNThirdPartyLink::m_lastSeenUsername' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNLocation \ static_assert(alignof(FWBPNLocation) == 0x000008, "Wrong alignment on FWBPNLocation"); \ static_assert(sizeof(FWBPNLocation) == 0x000018, "Wrong size on FWBPNLocation"); \ static_assert(offsetof(FWBPNLocation, m_locationType) == 0x000000, "Member 'FWBPNLocation::m_locationType' has a wrong offset!"); \ static_assert(offsetof(FWBPNLocation, m_locationValue) == 0x000008, "Member 'FWBPNLocation::m_locationValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNAge \ static_assert(alignof(FWBPNAge) == 0x000008, "Wrong alignment on FWBPNAge"); \ static_assert(sizeof(FWBPNAge) == 0x000018, "Wrong size on FWBPNAge"); \ static_assert(offsetof(FWBPNAge, m_ageType) == 0x000000, "Member 'FWBPNAge::m_ageType' has a wrong offset!"); \ static_assert(offsetof(FWBPNAge, m_ageValue) == 0x000008, "Member 'FWBPNAge::m_ageValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNAgeInformation \ static_assert(alignof(FWBPNAgeInformation) == 0x000008, "Wrong alignment on FWBPNAgeInformation"); \ static_assert(sizeof(FWBPNAgeInformation) == 0x000058, "Wrong size on FWBPNAgeInformation"); \ static_assert(offsetof(FWBPNAgeInformation, m_location) == 0x000000, "Member 'FWBPNAgeInformation::m_location' has a wrong offset!"); \ static_assert(offsetof(FWBPNAgeInformation, m_age) == 0x000018, "Member 'FWBPNAgeInformation::m_age' has a wrong offset!"); \ static_assert(offsetof(FWBPNAgeInformation, m_updatedAt) == 0x000030, "Member 'FWBPNAgeInformation::m_updatedAt' has a wrong offset!"); \ static_assert(offsetof(FWBPNAgeInformation, m_country) == 0x000038, "Member 'FWBPNAgeInformation::m_country' has a wrong offset!"); \ static_assert(offsetof(FWBPNAgeInformation, m_territory) == 0x000048, "Member 'FWBPNAgeInformation::m_territory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNGameLinkPlatformInfo \ static_assert(alignof(FWBPNGameLinkPlatformInfo) == 0x000008, "Wrong alignment on FWBPNGameLinkPlatformInfo"); \ static_assert(sizeof(FWBPNGameLinkPlatformInfo) == 0x000008, "Wrong size on FWBPNGameLinkPlatformInfo"); \ static_assert(offsetof(FWBPNGameLinkPlatformInfo, m_accessTime) == 0x000000, "Member 'FWBPNGameLinkPlatformInfo::m_accessTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNGameLink \ static_assert(alignof(FWBPNGameLink) == 0x000008, "Wrong alignment on FWBPNGameLink"); \ static_assert(sizeof(FWBPNGameLink) == 0x0000F0, "Wrong size on FWBPNGameLink"); \ static_assert(offsetof(FWBPNGameLink, m_gameSlug) == 0x000000, "Member 'FWBPNGameLink::m_gameSlug' has a wrong offset!"); \ static_assert(offsetof(FWBPNGameLink, m_id) == 0x000010, "Member 'FWBPNGameLink::m_id' has a wrong offset!"); \ static_assert(offsetof(FWBPNGameLink, m_lastSeenPlatform) == 0x000020, "Member 'FWBPNGameLink::m_lastSeenPlatform' has a wrong offset!"); \ static_assert(offsetof(FWBPNGameLink, m_lastGameLogin) == 0x000028, "Member 'FWBPNGameLink::m_lastGameLogin' has a wrong offset!"); \ static_assert(offsetof(FWBPNGameLink, m_lastAccessed) == 0x000030, "Member 'FWBPNGameLink::m_lastAccessed' has a wrong offset!"); \ static_assert(offsetof(FWBPNGameLink, m_ageInformation) == 0x000038, "Member 'FWBPNGameLink::m_ageInformation' has a wrong offset!"); \ static_assert(offsetof(FWBPNGameLink, m_ageCategory) == 0x000090, "Member 'FWBPNGameLink::m_ageCategory' has a wrong offset!"); \ static_assert(offsetof(FWBPNGameLink, m_allPlatforms) == 0x000098, "Member 'FWBPNGameLink::m_allPlatforms' has a wrong offset!"); \ static_assert(offsetof(FWBPNGameLink, m_isMyGameLink) == 0x0000E8, "Member 'FWBPNGameLink::m_isMyGameLink' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNAccount \ static_assert(alignof(FWBPNAccount) == 0x000008, "Wrong alignment on FWBPNAccount"); \ static_assert(sizeof(FWBPNAccount) == 0x000238, "Wrong size on FWBPNAccount"); \ static_assert(offsetof(FWBPNAccount, m_id) == 0x000000, "Member 'FWBPNAccount::m_id' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccount, m_createdAt) == 0x000010, "Member 'FWBPNAccount::m_createdAt' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccount, m_updatedAt) == 0x000018, "Member 'FWBPNAccount::m_updatedAt' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccount, m_publicId) == 0x000020, "Member 'FWBPNAccount::m_publicId' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccount, m_isComplete) == 0x000030, "Member 'FWBPNAccount::m_isComplete' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccount, m_username) == 0x000038, "Member 'FWBPNAccount::m_username' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccount, m_locale) == 0x000048, "Member 'FWBPNAccount::m_locale' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccount, m_avatar) == 0x000058, "Member 'FWBPNAccount::m_avatar' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccount, m_lastLogin) == 0x000078, "Member 'FWBPNAccount::m_lastLogin' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccount, m_ageCategory) == 0x000080, "Member 'FWBPNAccount::m_ageCategory' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccount, m_wizardingWorldLink) == 0x000088, "Member 'FWBPNAccount::m_wizardingWorldLink' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccount, m_curseForgeLink) == 0x0000B8, "Member 'FWBPNAccount::m_curseForgeLink' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccount, m_gameLinks) == 0x0000E8, "Member 'FWBPNAccount::m_gameLinks' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccount, m_myGameLink) == 0x000138, "Member 'FWBPNAccount::m_myGameLink' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccount, m_email) == 0x000228, "Member 'FWBPNAccount::m_email' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNData \ static_assert(alignof(FWBPNData) == 0x000001, "Wrong alignment on FWBPNData"); \ static_assert(sizeof(FWBPNData) == 0x000001, "Wrong size on FWBPNData"); \ static_assert(offsetof(FWBPNData, m_isLoggedIn) == 0x000000, "Member 'FWBPNData::m_isLoggedIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNFriendInvitationDetails \ static_assert(alignof(FWBPNFriendInvitationDetails) == 0x000008, "Wrong alignment on FWBPNFriendInvitationDetails"); \ static_assert(sizeof(FWBPNFriendInvitationDetails) == 0x000080, "Wrong size on FWBPNFriendInvitationDetails"); \ static_assert(offsetof(FWBPNFriendInvitationDetails, m_id) == 0x000000, "Member 'FWBPNFriendInvitationDetails::m_id' has a wrong offset!"); \ static_assert(offsetof(FWBPNFriendInvitationDetails, m_sentFrom) == 0x000010, "Member 'FWBPNFriendInvitationDetails::m_sentFrom' has a wrong offset!"); \ static_assert(offsetof(FWBPNFriendInvitationDetails, m_sentTo) == 0x000020, "Member 'FWBPNFriendInvitationDetails::m_sentTo' has a wrong offset!"); \ static_assert(offsetof(FWBPNFriendInvitationDetails, m_state) == 0x000030, "Member 'FWBPNFriendInvitationDetails::m_state' has a wrong offset!"); \ static_assert(offsetof(FWBPNFriendInvitationDetails, m_account) == 0x000038, "Member 'FWBPNFriendInvitationDetails::m_account' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNPaginatedFriendInvitations \ static_assert(alignof(FWBPNPaginatedFriendInvitations) == 0x000008, "Wrong alignment on FWBPNPaginatedFriendInvitations"); \ static_assert(sizeof(FWBPNPaginatedFriendInvitations) == 0x000020, "Wrong size on FWBPNPaginatedFriendInvitations"); \ static_assert(offsetof(FWBPNPaginatedFriendInvitations, m_total) == 0x000000, "Member 'FWBPNPaginatedFriendInvitations::m_total' has a wrong offset!"); \ static_assert(offsetof(FWBPNPaginatedFriendInvitations, m_page) == 0x000004, "Member 'FWBPNPaginatedFriendInvitations::m_page' has a wrong offset!"); \ static_assert(offsetof(FWBPNPaginatedFriendInvitations, m_pageSize) == 0x000008, "Member 'FWBPNPaginatedFriendInvitations::m_pageSize' has a wrong offset!"); \ static_assert(offsetof(FWBPNPaginatedFriendInvitations, m_invitations) == 0x000010, "Member 'FWBPNPaginatedFriendInvitations::m_invitations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNFriendInvitation \ static_assert(alignof(FWBPNFriendInvitation) == 0x000008, "Wrong alignment on FWBPNFriendInvitation"); \ static_assert(sizeof(FWBPNFriendInvitation) == 0x000048, "Wrong size on FWBPNFriendInvitation"); \ static_assert(offsetof(FWBPNFriendInvitation, m_id) == 0x000000, "Member 'FWBPNFriendInvitation::m_id' has a wrong offset!"); \ static_assert(offsetof(FWBPNFriendInvitation, m_createdAt) == 0x000010, "Member 'FWBPNFriendInvitation::m_createdAt' has a wrong offset!"); \ static_assert(offsetof(FWBPNFriendInvitation, m_updatedAt) == 0x000018, "Member 'FWBPNFriendInvitation::m_updatedAt' has a wrong offset!"); \ static_assert(offsetof(FWBPNFriendInvitation, m_sentFrom) == 0x000020, "Member 'FWBPNFriendInvitation::m_sentFrom' has a wrong offset!"); \ static_assert(offsetof(FWBPNFriendInvitation, m_sentTo) == 0x000030, "Member 'FWBPNFriendInvitation::m_sentTo' has a wrong offset!"); \ static_assert(offsetof(FWBPNFriendInvitation, m_state) == 0x000040, "Member 'FWBPNFriendInvitation::m_state' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNFriendDetails \ static_assert(alignof(FWBPNFriendDetails) == 0x000008, "Wrong alignment on FWBPNFriendDetails"); \ static_assert(sizeof(FWBPNFriendDetails) == 0x000050, "Wrong size on FWBPNFriendDetails"); \ static_assert(offsetof(FWBPNFriendDetails, m_account) == 0x000000, "Member 'FWBPNFriendDetails::m_account' has a wrong offset!"); \ static_assert(offsetof(FWBPNFriendDetails, m_createdAt) == 0x000048, "Member 'FWBPNFriendDetails::m_createdAt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNPaginatedFriendDetails \ static_assert(alignof(FWBPNPaginatedFriendDetails) == 0x000008, "Wrong alignment on FWBPNPaginatedFriendDetails"); \ static_assert(sizeof(FWBPNPaginatedFriendDetails) == 0x000020, "Wrong size on FWBPNPaginatedFriendDetails"); \ static_assert(offsetof(FWBPNPaginatedFriendDetails, m_total) == 0x000000, "Member 'FWBPNPaginatedFriendDetails::m_total' has a wrong offset!"); \ static_assert(offsetof(FWBPNPaginatedFriendDetails, m_page) == 0x000004, "Member 'FWBPNPaginatedFriendDetails::m_page' has a wrong offset!"); \ static_assert(offsetof(FWBPNPaginatedFriendDetails, m_pageSize) == 0x000008, "Member 'FWBPNPaginatedFriendDetails::m_pageSize' has a wrong offset!"); \ static_assert(offsetof(FWBPNPaginatedFriendDetails, m_friends) == 0x000010, "Member 'FWBPNPaginatedFriendDetails::m_friends' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNGenerateDeviceLinkCodeResponse \ static_assert(alignof(FWBPNGenerateDeviceLinkCodeResponse) == 0x000008, "Wrong alignment on FWBPNGenerateDeviceLinkCodeResponse"); \ static_assert(sizeof(FWBPNGenerateDeviceLinkCodeResponse) == 0x000030, "Wrong size on FWBPNGenerateDeviceLinkCodeResponse"); \ static_assert(offsetof(FWBPNGenerateDeviceLinkCodeResponse, m_url) == 0x000000, "Member 'FWBPNGenerateDeviceLinkCodeResponse::m_url' has a wrong offset!"); \ static_assert(offsetof(FWBPNGenerateDeviceLinkCodeResponse, m_code) == 0x000010, "Member 'FWBPNGenerateDeviceLinkCodeResponse::m_code' has a wrong offset!"); \ static_assert(offsetof(FWBPNGenerateDeviceLinkCodeResponse, m_pollInterval) == 0x000020, "Member 'FWBPNGenerateDeviceLinkCodeResponse::m_pollInterval' has a wrong offset!"); \ static_assert(offsetof(FWBPNGenerateDeviceLinkCodeResponse, m_expiresAt) == 0x000028, "Member 'FWBPNGenerateDeviceLinkCodeResponse::m_expiresAt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNGenerateDeviceAuthorizationTokenResponse \ static_assert(alignof(FWBPNGenerateDeviceAuthorizationTokenResponse) == 0x000008, "Wrong alignment on FWBPNGenerateDeviceAuthorizationTokenResponse"); \ static_assert(sizeof(FWBPNGenerateDeviceAuthorizationTokenResponse) == 0x000040, "Wrong size on FWBPNGenerateDeviceAuthorizationTokenResponse"); \ static_assert(offsetof(FWBPNGenerateDeviceAuthorizationTokenResponse, m_url) == 0x000000, "Member 'FWBPNGenerateDeviceAuthorizationTokenResponse::m_url' has a wrong offset!"); \ static_assert(offsetof(FWBPNGenerateDeviceAuthorizationTokenResponse, m_code) == 0x000010, "Member 'FWBPNGenerateDeviceAuthorizationTokenResponse::m_code' has a wrong offset!"); \ static_assert(offsetof(FWBPNGenerateDeviceAuthorizationTokenResponse, m_deviceToken) == 0x000020, "Member 'FWBPNGenerateDeviceAuthorizationTokenResponse::m_deviceToken' has a wrong offset!"); \ static_assert(offsetof(FWBPNGenerateDeviceAuthorizationTokenResponse, m_pollInterval) == 0x000030, "Member 'FWBPNGenerateDeviceAuthorizationTokenResponse::m_pollInterval' has a wrong offset!"); \ static_assert(offsetof(FWBPNGenerateDeviceAuthorizationTokenResponse, m_expiresAt) == 0x000038, "Member 'FWBPNGenerateDeviceAuthorizationTokenResponse::m_expiresAt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNLoginResponse \ static_assert(alignof(FWBPNLoginResponse) == 0x000008, "Wrong alignment on FWBPNLoginResponse"); \ static_assert(sizeof(FWBPNLoginResponse) == 0x0002F0, "Wrong size on FWBPNLoginResponse"); \ static_assert(offsetof(FWBPNLoginResponse, m_accessToken) == 0x000000, "Member 'FWBPNLoginResponse::m_accessToken' has a wrong offset!"); \ static_assert(offsetof(FWBPNLoginResponse, m_expiresIn) == 0x000010, "Member 'FWBPNLoginResponse::m_expiresIn' has a wrong offset!"); \ static_assert(offsetof(FWBPNLoginResponse, m_mfaRequired) == 0x000014, "Member 'FWBPNLoginResponse::m_mfaRequired' has a wrong offset!"); \ static_assert(offsetof(FWBPNLoginResponse, m_refreshToken) == 0x000018, "Member 'FWBPNLoginResponse::m_refreshToken' has a wrong offset!"); \ static_assert(offsetof(FWBPNLoginResponse, m_refreshExpiresIn) == 0x000028, "Member 'FWBPNLoginResponse::m_refreshExpiresIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNRealtimeServerInfo \ static_assert(alignof(FWBPNRealtimeServerInfo) == 0x000008, "Wrong alignment on FWBPNRealtimeServerInfo"); \ static_assert(sizeof(FWBPNRealtimeServerInfo) == 0x000040, "Wrong size on FWBPNRealtimeServerInfo"); \ static_assert(offsetof(FWBPNRealtimeServerInfo, Name) == 0x000000, "Member 'FWBPNRealtimeServerInfo::Name' has a wrong offset!"); \ static_assert(offsetof(FWBPNRealtimeServerInfo, ws) == 0x000010, "Member 'FWBPNRealtimeServerInfo::ws' has a wrong offset!"); \ static_assert(offsetof(FWBPNRealtimeServerInfo, wss) == 0x000020, "Member 'FWBPNRealtimeServerInfo::wss' has a wrong offset!"); \ static_assert(offsetof(FWBPNRealtimeServerInfo, udp) == 0x000030, "Member 'FWBPNRealtimeServerInfo::udp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNRealtimeClusterInfo \ static_assert(alignof(FWBPNRealtimeClusterInfo) == 0x000008, "Wrong alignment on FWBPNRealtimeClusterInfo"); \ static_assert(sizeof(FWBPNRealtimeClusterInfo) == 0x000020, "Wrong size on FWBPNRealtimeClusterInfo"); \ static_assert(offsetof(FWBPNRealtimeClusterInfo, Name) == 0x000000, "Member 'FWBPNRealtimeClusterInfo::Name' has a wrong offset!"); \ static_assert(offsetof(FWBPNRealtimeClusterInfo, servers) == 0x000010, "Member 'FWBPNRealtimeClusterInfo::servers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNRealtimeData \ static_assert(alignof(FWBPNRealtimeData) == 0x000008, "Wrong alignment on FWBPNRealtimeData"); \ static_assert(sizeof(FWBPNRealtimeData) == 0x000078, "Wrong size on FWBPNRealtimeData"); \ static_assert(offsetof(FWBPNRealtimeData, m_enabled) == 0x000000, "Member 'FWBPNRealtimeData::m_enabled' has a wrong offset!"); \ static_assert(offsetof(FWBPNRealtimeData, m_clusters) == 0x000008, "Member 'FWBPNRealtimeData::m_clusters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNSdkData \ static_assert(alignof(FWBPNSdkData) == 0x000008, "Wrong alignment on FWBPNSdkData"); \ static_assert(sizeof(FWBPNSdkData) == 0x000078, "Wrong size on FWBPNSdkData"); \ static_assert(offsetof(FWBPNSdkData, m_realtime) == 0x000000, "Member 'FWBPNSdkData::m_realtime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNRealtimeNotification \ static_assert(alignof(FWBPNRealtimeNotification) == 0x000008, "Wrong alignment on FWBPNRealtimeNotification"); \ static_assert(sizeof(FWBPNRealtimeNotification) == 0x000018, "Wrong size on FWBPNRealtimeNotification"); \ static_assert(offsetof(FWBPNRealtimeNotification, m_cmd) == 0x000008, "Member 'FWBPNRealtimeNotification::m_cmd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNFriendDeletedNotification \ static_assert(alignof(FWBPNFriendDeletedNotification) == 0x000008, "Wrong alignment on FWBPNFriendDeletedNotification"); \ static_assert(sizeof(FWBPNFriendDeletedNotification) == 0x000028, "Wrong size on FWBPNFriendDeletedNotification"); \ static_assert(offsetof(FWBPNFriendDeletedNotification, m_friendId) == 0x000018, "Member 'FWBPNFriendDeletedNotification::m_friendId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNFriendInvitationStateChangedNotification \ static_assert(alignof(FWBPNFriendInvitationStateChangedNotification) == 0x000008, "Wrong alignment on FWBPNFriendInvitationStateChangedNotification"); \ static_assert(sizeof(FWBPNFriendInvitationStateChangedNotification) == 0x000078, "Wrong size on FWBPNFriendInvitationStateChangedNotification"); \ static_assert(offsetof(FWBPNFriendInvitationStateChangedNotification, m_invitationId) == 0x000018, "Member 'FWBPNFriendInvitationStateChangedNotification::m_invitationId' has a wrong offset!"); \ static_assert(offsetof(FWBPNFriendInvitationStateChangedNotification, m_state) == 0x000028, "Member 'FWBPNFriendInvitationStateChangedNotification::m_state' has a wrong offset!"); \ static_assert(offsetof(FWBPNFriendInvitationStateChangedNotification, m_friend) == 0x000030, "Member 'FWBPNFriendInvitationStateChangedNotification::m_friend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNFriendInvitationCreatedNotification \ static_assert(alignof(FWBPNFriendInvitationCreatedNotification) == 0x000008, "Wrong alignment on FWBPNFriendInvitationCreatedNotification"); \ static_assert(sizeof(FWBPNFriendInvitationCreatedNotification) == 0x000070, "Wrong size on FWBPNFriendInvitationCreatedNotification"); \ static_assert(offsetof(FWBPNFriendInvitationCreatedNotification, m_invitationId) == 0x000018, "Member 'FWBPNFriendInvitationCreatedNotification::m_invitationId' has a wrong offset!"); \ static_assert(offsetof(FWBPNFriendInvitationCreatedNotification, m_friend) == 0x000028, "Member 'FWBPNFriendInvitationCreatedNotification::m_friend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNPresenceChangedNotification \ static_assert(alignof(FWBPNPresenceChangedNotification) == 0x000008, "Wrong alignment on FWBPNPresenceChangedNotification"); \ static_assert(sizeof(FWBPNPresenceChangedNotification) == 0x000030, "Wrong size on FWBPNPresenceChangedNotification"); \ static_assert(offsetof(FWBPNPresenceChangedNotification, m_friendId) == 0x000018, "Member 'FWBPNPresenceChangedNotification::m_friendId' has a wrong offset!"); \ static_assert(offsetof(FWBPNPresenceChangedNotification, m_presence) == 0x000028, "Member 'FWBPNPresenceChangedNotification::m_presence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNCurseForgeSilentAuthTokenResponse \ static_assert(alignof(FWBPNCurseForgeSilentAuthTokenResponse) == 0x000008, "Wrong alignment on FWBPNCurseForgeSilentAuthTokenResponse"); \ static_assert(sizeof(FWBPNCurseForgeSilentAuthTokenResponse) == 0x000010, "Wrong size on FWBPNCurseForgeSilentAuthTokenResponse"); \ static_assert(offsetof(FWBPNCurseForgeSilentAuthTokenResponse, m_token) == 0x000000, "Member 'FWBPNCurseForgeSilentAuthTokenResponse::m_token' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNWizardingWorldLinkAttributeData \ static_assert(alignof(FWBPNWizardingWorldLinkAttributeData) == 0x000008, "Wrong alignment on FWBPNWizardingWorldLinkAttributeData"); \ static_assert(sizeof(FWBPNWizardingWorldLinkAttributeData) == 0x000040, "Wrong size on FWBPNWizardingWorldLinkAttributeData"); \ static_assert(offsetof(FWBPNWizardingWorldLinkAttributeData, m_keyname) == 0x000000, "Member 'FWBPNWizardingWorldLinkAttributeData::m_keyname' has a wrong offset!"); \ static_assert(offsetof(FWBPNWizardingWorldLinkAttributeData, m_value) == 0x000010, "Member 'FWBPNWizardingWorldLinkAttributeData::m_value' has a wrong offset!"); \ static_assert(offsetof(FWBPNWizardingWorldLinkAttributeData, m_iss) == 0x000020, "Member 'FWBPNWizardingWorldLinkAttributeData::m_iss' has a wrong offset!"); \ static_assert(offsetof(FWBPNWizardingWorldLinkAttributeData, m_issuerKeynameHash) == 0x000030, "Member 'FWBPNWizardingWorldLinkAttributeData::m_issuerKeynameHash' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNWizardingWorldLinkData \ static_assert(alignof(FWBPNWizardingWorldLinkData) == 0x000008, "Wrong alignment on FWBPNWizardingWorldLinkData"); \ static_assert(sizeof(FWBPNWizardingWorldLinkData) == 0x000050, "Wrong size on FWBPNWizardingWorldLinkData"); \ static_assert(offsetof(FWBPNWizardingWorldLinkData, m_Source) == 0x000000, "Member 'FWBPNWizardingWorldLinkData::m_Source' has a wrong offset!"); \ static_assert(offsetof(FWBPNWizardingWorldLinkData, m_iss) == 0x000010, "Member 'FWBPNWizardingWorldLinkData::m_iss' has a wrong offset!"); \ static_assert(offsetof(FWBPNWizardingWorldLinkData, m_groupHash) == 0x000020, "Member 'FWBPNWizardingWorldLinkData::m_groupHash' has a wrong offset!"); \ static_assert(offsetof(FWBPNWizardingWorldLinkData, m_groupLink) == 0x000030, "Member 'FWBPNWizardingWorldLinkData::m_groupLink' has a wrong offset!"); \ static_assert(offsetof(FWBPNWizardingWorldLinkData, m_attributes) == 0x000040, "Member 'FWBPNWizardingWorldLinkData::m_attributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNWizardingWorldAttributeData \ static_assert(alignof(FWBPNWizardingWorldAttributeData) == 0x000008, "Wrong alignment on FWBPNWizardingWorldAttributeData"); \ static_assert(sizeof(FWBPNWizardingWorldAttributeData) == 0x000030, "Wrong size on FWBPNWizardingWorldAttributeData"); \ static_assert(offsetof(FWBPNWizardingWorldAttributeData, m_keyname) == 0x000000, "Member 'FWBPNWizardingWorldAttributeData::m_keyname' has a wrong offset!"); \ static_assert(offsetof(FWBPNWizardingWorldAttributeData, m_value) == 0x000010, "Member 'FWBPNWizardingWorldAttributeData::m_value' has a wrong offset!"); \ static_assert(offsetof(FWBPNWizardingWorldAttributeData, m_issuer) == 0x000020, "Member 'FWBPNWizardingWorldAttributeData::m_issuer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNWizardingWorldAttributeListData \ static_assert(alignof(FWBPNWizardingWorldAttributeListData) == 0x000008, "Wrong alignment on FWBPNWizardingWorldAttributeListData"); \ static_assert(sizeof(FWBPNWizardingWorldAttributeListData) == 0x000010, "Wrong size on FWBPNWizardingWorldAttributeListData"); \ static_assert(offsetof(FWBPNWizardingWorldAttributeListData, m_attributes) == 0x000000, "Member 'FWBPNWizardingWorldAttributeListData::m_attributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNWizardingWorldLinkedAccountData \ static_assert(alignof(FWBPNWizardingWorldLinkedAccountData) == 0x000008, "Wrong alignment on FWBPNWizardingWorldLinkedAccountData"); \ static_assert(sizeof(FWBPNWizardingWorldLinkedAccountData) == 0x000048, "Wrong size on FWBPNWizardingWorldLinkedAccountData"); \ static_assert(offsetof(FWBPNWizardingWorldLinkedAccountData, m_Source) == 0x000000, "Member 'FWBPNWizardingWorldLinkedAccountData::m_Source' has a wrong offset!"); \ static_assert(offsetof(FWBPNWizardingWorldLinkedAccountData, m_iss) == 0x000010, "Member 'FWBPNWizardingWorldLinkedAccountData::m_iss' has a wrong offset!"); \ static_assert(offsetof(FWBPNWizardingWorldLinkedAccountData, m_isParent) == 0x000020, "Member 'FWBPNWizardingWorldLinkedAccountData::m_isParent' has a wrong offset!"); \ static_assert(offsetof(FWBPNWizardingWorldLinkedAccountData, m_groupHash) == 0x000028, "Member 'FWBPNWizardingWorldLinkedAccountData::m_groupHash' has a wrong offset!"); \ static_assert(offsetof(FWBPNWizardingWorldLinkedAccountData, m_groupLink) == 0x000038, "Member 'FWBPNWizardingWorldLinkedAccountData::m_groupLink' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNWizardingWorldData \ static_assert(alignof(FWBPNWizardingWorldData) == 0x000008, "Wrong alignment on FWBPNWizardingWorldData"); \ static_assert(sizeof(FWBPNWizardingWorldData) == 0x000050, "Wrong size on FWBPNWizardingWorldData"); \ static_assert(offsetof(FWBPNWizardingWorldData, m_sourceUserId) == 0x000000, "Member 'FWBPNWizardingWorldData::m_sourceUserId' has a wrong offset!"); \ static_assert(offsetof(FWBPNWizardingWorldData, m_Source) == 0x000010, "Member 'FWBPNWizardingWorldData::m_Source' has a wrong offset!"); \ static_assert(offsetof(FWBPNWizardingWorldData, m_issuer) == 0x000020, "Member 'FWBPNWizardingWorldData::m_issuer' has a wrong offset!"); \ static_assert(offsetof(FWBPNWizardingWorldData, m_groupHash) == 0x000030, "Member 'FWBPNWizardingWorldData::m_groupHash' has a wrong offset!"); \ static_assert(offsetof(FWBPNWizardingWorldData, m_linkedAccounts) == 0x000040, "Member 'FWBPNWizardingWorldData::m_linkedAccounts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBPNClient \ static_assert(alignof(UWBPNClient) == 0x000008, "Wrong alignment on UWBPNClient"); \ static_assert(sizeof(UWBPNClient) == 0x000298, "Wrong size on UWBPNClient"); \ #define DUMPER7_ASSERTS_FMastermindMessage \ static_assert(alignof(FMastermindMessage) == 0x000008, "Wrong alignment on FMastermindMessage"); \ static_assert(sizeof(FMastermindMessage) == 0x000008, "Wrong size on FMastermindMessage"); \ #define DUMPER7_ASSERTS_FMastermindCommandResult \ static_assert(alignof(FMastermindCommandResult) == 0x000008, "Wrong alignment on FMastermindCommandResult"); \ static_assert(sizeof(FMastermindCommandResult) == 0x000040, "Wrong size on FMastermindCommandResult"); \ static_assert(offsetof(FMastermindCommandResult, bIsSuccess) == 0x000008, "Member 'FMastermindCommandResult::bIsSuccess' has a wrong offset!"); \ static_assert(offsetof(FMastermindCommandResult, ErrorMessage) == 0x000010, "Member 'FMastermindCommandResult::ErrorMessage' has a wrong offset!"); \ static_assert(offsetof(FMastermindCommandResult, TestSuccess) == 0x000020, "Member 'FMastermindCommandResult::TestSuccess' has a wrong offset!"); \ static_assert(offsetof(FMastermindCommandResult, Data) == 0x000028, "Member 'FMastermindCommandResult::Data' has a wrong offset!"); \ static_assert(offsetof(FMastermindCommandResult, Artifacts) == 0x000030, "Member 'FMastermindCommandResult::Artifacts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMastermindProgressUpdate \ static_assert(alignof(FMastermindProgressUpdate) == 0x000008, "Wrong alignment on FMastermindProgressUpdate"); \ static_assert(sizeof(FMastermindProgressUpdate) == 0x000018, "Wrong size on FMastermindProgressUpdate"); \ static_assert(offsetof(FMastermindProgressUpdate, Message) == 0x000008, "Member 'FMastermindProgressUpdate::Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMastermindTestResult \ static_assert(alignof(FMastermindTestResult) == 0x000008, "Wrong alignment on FMastermindTestResult"); \ static_assert(sizeof(FMastermindTestResult) == 0x000020, "Wrong size on FMastermindTestResult"); \ static_assert(offsetof(FMastermindTestResult, bIsSuccess) == 0x000000, "Member 'FMastermindTestResult::bIsSuccess' has a wrong offset!"); \ static_assert(offsetof(FMastermindTestResult, TestName) == 0x000008, "Member 'FMastermindTestResult::TestName' has a wrong offset!"); \ static_assert(offsetof(FMastermindTestResult, Timestamp) == 0x000018, "Member 'FMastermindTestResult::Timestamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMastermindTestResultMessage \ static_assert(alignof(FMastermindTestResultMessage) == 0x000008, "Wrong alignment on FMastermindTestResultMessage"); \ static_assert(sizeof(FMastermindTestResultMessage) == 0x000018, "Wrong size on FMastermindTestResultMessage"); \ static_assert(offsetof(FMastermindTestResultMessage, TestResults) == 0x000008, "Member 'FMastermindTestResultMessage::TestResults' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindActorComponent_SendMastermindMessage \ static_assert(alignof(MastermindActorComponent_SendMastermindMessage) == 0x000008, "Wrong alignment on MastermindActorComponent_SendMastermindMessage"); \ static_assert(sizeof(MastermindActorComponent_SendMastermindMessage) == 0x000040, "Wrong size on MastermindActorComponent_SendMastermindMessage"); \ static_assert(offsetof(MastermindActorComponent_SendMastermindMessage, InMastermindMessage) == 0x000000, "Member 'MastermindActorComponent_SendMastermindMessage::InMastermindMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindActorComponent_ClientSendMastermindMessage \ static_assert(alignof(MastermindActorComponent_ClientSendMastermindMessage) == 0x000008, "Wrong alignment on MastermindActorComponent_ClientSendMastermindMessage"); \ static_assert(sizeof(MastermindActorComponent_ClientSendMastermindMessage) == 0x000040, "Wrong size on MastermindActorComponent_ClientSendMastermindMessage"); \ static_assert(offsetof(MastermindActorComponent_ClientSendMastermindMessage, InMastermindMessage) == 0x000000, "Member 'MastermindActorComponent_ClientSendMastermindMessage::InMastermindMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindActorComponent_LookInDirection \ static_assert(alignof(MastermindActorComponent_LookInDirection) == 0x000008, "Wrong alignment on MastermindActorComponent_LookInDirection"); \ static_assert(sizeof(MastermindActorComponent_LookInDirection) == 0x000050, "Wrong size on MastermindActorComponent_LookInDirection"); \ static_assert(offsetof(MastermindActorComponent_LookInDirection, InPitch) == 0x000000, "Member 'MastermindActorComponent_LookInDirection::InPitch' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_LookInDirection, InYaw) == 0x000004, "Member 'MastermindActorComponent_LookInDirection::InYaw' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_LookInDirection, InRoll) == 0x000008, "Member 'MastermindActorComponent_LookInDirection::InRoll' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_LookInDirection, ReturnValue) == 0x000010, "Member 'MastermindActorComponent_LookInDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindActorComponent_NativeLookInDirection \ static_assert(alignof(MastermindActorComponent_NativeLookInDirection) == 0x000008, "Wrong alignment on MastermindActorComponent_NativeLookInDirection"); \ static_assert(sizeof(MastermindActorComponent_NativeLookInDirection) == 0x000050, "Wrong size on MastermindActorComponent_NativeLookInDirection"); \ static_assert(offsetof(MastermindActorComponent_NativeLookInDirection, InPitch) == 0x000000, "Member 'MastermindActorComponent_NativeLookInDirection::InPitch' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_NativeLookInDirection, InYaw) == 0x000004, "Member 'MastermindActorComponent_NativeLookInDirection::InYaw' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_NativeLookInDirection, InRoll) == 0x000008, "Member 'MastermindActorComponent_NativeLookInDirection::InRoll' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_NativeLookInDirection, ReturnValue) == 0x000010, "Member 'MastermindActorComponent_NativeLookInDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindActorComponent_NativeTeleportPlayerPawn \ static_assert(alignof(MastermindActorComponent_NativeTeleportPlayerPawn) == 0x000008, "Wrong alignment on MastermindActorComponent_NativeTeleportPlayerPawn"); \ static_assert(sizeof(MastermindActorComponent_NativeTeleportPlayerPawn) == 0x000050, "Wrong size on MastermindActorComponent_NativeTeleportPlayerPawn"); \ static_assert(offsetof(MastermindActorComponent_NativeTeleportPlayerPawn, InX) == 0x000000, "Member 'MastermindActorComponent_NativeTeleportPlayerPawn::InX' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_NativeTeleportPlayerPawn, InY) == 0x000004, "Member 'MastermindActorComponent_NativeTeleportPlayerPawn::InY' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_NativeTeleportPlayerPawn, InZ) == 0x000008, "Member 'MastermindActorComponent_NativeTeleportPlayerPawn::InZ' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_NativeTeleportPlayerPawn, ReturnValue) == 0x000010, "Member 'MastermindActorComponent_NativeTeleportPlayerPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindActorComponent_QALookInDirection \ static_assert(alignof(MastermindActorComponent_QALookInDirection) == 0x000004, "Wrong alignment on MastermindActorComponent_QALookInDirection"); \ static_assert(sizeof(MastermindActorComponent_QALookInDirection) == 0x00000C, "Wrong size on MastermindActorComponent_QALookInDirection"); \ static_assert(offsetof(MastermindActorComponent_QALookInDirection, InPitch) == 0x000000, "Member 'MastermindActorComponent_QALookInDirection::InPitch' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_QALookInDirection, InYaw) == 0x000004, "Member 'MastermindActorComponent_QALookInDirection::InYaw' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_QALookInDirection, InRoll) == 0x000008, "Member 'MastermindActorComponent_QALookInDirection::InRoll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindActorComponent_QATeleport \ static_assert(alignof(MastermindActorComponent_QATeleport) == 0x000004, "Wrong alignment on MastermindActorComponent_QATeleport"); \ static_assert(sizeof(MastermindActorComponent_QATeleport) == 0x00000C, "Wrong size on MastermindActorComponent_QATeleport"); \ static_assert(offsetof(MastermindActorComponent_QATeleport, InX) == 0x000000, "Member 'MastermindActorComponent_QATeleport::InX' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_QATeleport, InY) == 0x000004, "Member 'MastermindActorComponent_QATeleport::InY' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_QATeleport, InZ) == 0x000008, "Member 'MastermindActorComponent_QATeleport::InZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindActorComponent_ServerLookInDirection \ static_assert(alignof(MastermindActorComponent_ServerLookInDirection) == 0x000004, "Wrong alignment on MastermindActorComponent_ServerLookInDirection"); \ static_assert(sizeof(MastermindActorComponent_ServerLookInDirection) == 0x00000C, "Wrong size on MastermindActorComponent_ServerLookInDirection"); \ static_assert(offsetof(MastermindActorComponent_ServerLookInDirection, InPitch) == 0x000000, "Member 'MastermindActorComponent_ServerLookInDirection::InPitch' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_ServerLookInDirection, InYaw) == 0x000004, "Member 'MastermindActorComponent_ServerLookInDirection::InYaw' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_ServerLookInDirection, InRoll) == 0x000008, "Member 'MastermindActorComponent_ServerLookInDirection::InRoll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindActorComponent_ServerTeleport \ static_assert(alignof(MastermindActorComponent_ServerTeleport) == 0x000004, "Wrong alignment on MastermindActorComponent_ServerTeleport"); \ static_assert(sizeof(MastermindActorComponent_ServerTeleport) == 0x00000C, "Wrong size on MastermindActorComponent_ServerTeleport"); \ static_assert(offsetof(MastermindActorComponent_ServerTeleport, InX) == 0x000000, "Member 'MastermindActorComponent_ServerTeleport::InX' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_ServerTeleport, InY) == 0x000004, "Member 'MastermindActorComponent_ServerTeleport::InY' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_ServerTeleport, InZ) == 0x000008, "Member 'MastermindActorComponent_ServerTeleport::InZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindActorComponent_TeleportPlayerPawn \ static_assert(alignof(MastermindActorComponent_TeleportPlayerPawn) == 0x000008, "Wrong alignment on MastermindActorComponent_TeleportPlayerPawn"); \ static_assert(sizeof(MastermindActorComponent_TeleportPlayerPawn) == 0x000050, "Wrong size on MastermindActorComponent_TeleportPlayerPawn"); \ static_assert(offsetof(MastermindActorComponent_TeleportPlayerPawn, InX) == 0x000000, "Member 'MastermindActorComponent_TeleportPlayerPawn::InX' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_TeleportPlayerPawn, InY) == 0x000004, "Member 'MastermindActorComponent_TeleportPlayerPawn::InY' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_TeleportPlayerPawn, InZ) == 0x000008, "Member 'MastermindActorComponent_TeleportPlayerPawn::InZ' has a wrong offset!"); \ static_assert(offsetof(MastermindActorComponent_TeleportPlayerPawn, ReturnValue) == 0x000010, "Member 'MastermindActorComponent_TeleportPlayerPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindActorComponent_GetOwniningPlayerController \ static_assert(alignof(MastermindActorComponent_GetOwniningPlayerController) == 0x000008, "Wrong alignment on MastermindActorComponent_GetOwniningPlayerController"); \ static_assert(sizeof(MastermindActorComponent_GetOwniningPlayerController) == 0x000008, "Wrong size on MastermindActorComponent_GetOwniningPlayerController"); \ static_assert(offsetof(MastermindActorComponent_GetOwniningPlayerController, ReturnValue) == 0x000000, "Member 'MastermindActorComponent_GetOwniningPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMastermindActorComponent \ static_assert(alignof(UMastermindActorComponent) == 0x000008, "Wrong alignment on UMastermindActorComponent"); \ static_assert(sizeof(UMastermindActorComponent) == 0x0000D8, "Wrong size on UMastermindActorComponent"); \ #define DUMPER7_ASSERTS_MastermindBPLibrary_CreateMastermindCommandResult \ static_assert(alignof(MastermindBPLibrary_CreateMastermindCommandResult) == 0x000008, "Wrong alignment on MastermindBPLibrary_CreateMastermindCommandResult"); \ static_assert(sizeof(MastermindBPLibrary_CreateMastermindCommandResult) == 0x000078, "Wrong size on MastermindBPLibrary_CreateMastermindCommandResult"); \ static_assert(offsetof(MastermindBPLibrary_CreateMastermindCommandResult, InWorldContextObject) == 0x000000, "Member 'MastermindBPLibrary_CreateMastermindCommandResult::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_CreateMastermindCommandResult, InMessage) == 0x000008, "Member 'MastermindBPLibrary_CreateMastermindCommandResult::InMessage' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_CreateMastermindCommandResult, bInIsSuccess) == 0x000018, "Member 'MastermindBPLibrary_CreateMastermindCommandResult::bInIsSuccess' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_CreateMastermindCommandResult, InTestSuccess) == 0x000019, "Member 'MastermindBPLibrary_CreateMastermindCommandResult::InTestSuccess' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_CreateMastermindCommandResult, InArtifacts) == 0x000020, "Member 'MastermindBPLibrary_CreateMastermindCommandResult::InArtifacts' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_CreateMastermindCommandResult, InData) == 0x000030, "Member 'MastermindBPLibrary_CreateMastermindCommandResult::InData' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_CreateMastermindCommandResult, ReturnValue) == 0x000038, "Member 'MastermindBPLibrary_CreateMastermindCommandResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindBPLibrary_CreateMastermindProgressUpdate \ static_assert(alignof(MastermindBPLibrary_CreateMastermindProgressUpdate) == 0x000008, "Wrong alignment on MastermindBPLibrary_CreateMastermindProgressUpdate"); \ static_assert(sizeof(MastermindBPLibrary_CreateMastermindProgressUpdate) == 0x000030, "Wrong size on MastermindBPLibrary_CreateMastermindProgressUpdate"); \ static_assert(offsetof(MastermindBPLibrary_CreateMastermindProgressUpdate, InWorldContextObject) == 0x000000, "Member 'MastermindBPLibrary_CreateMastermindProgressUpdate::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_CreateMastermindProgressUpdate, InMessage) == 0x000008, "Member 'MastermindBPLibrary_CreateMastermindProgressUpdate::InMessage' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_CreateMastermindProgressUpdate, ReturnValue) == 0x000018, "Member 'MastermindBPLibrary_CreateMastermindProgressUpdate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindBPLibrary_CreateMastermindTestResult \ static_assert(alignof(MastermindBPLibrary_CreateMastermindTestResult) == 0x000008, "Wrong alignment on MastermindBPLibrary_CreateMastermindTestResult"); \ static_assert(sizeof(MastermindBPLibrary_CreateMastermindTestResult) == 0x000040, "Wrong size on MastermindBPLibrary_CreateMastermindTestResult"); \ static_assert(offsetof(MastermindBPLibrary_CreateMastermindTestResult, InWorldContextObject) == 0x000000, "Member 'MastermindBPLibrary_CreateMastermindTestResult::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_CreateMastermindTestResult, InName) == 0x000008, "Member 'MastermindBPLibrary_CreateMastermindTestResult::InName' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_CreateMastermindTestResult, bInIsSuccess) == 0x000018, "Member 'MastermindBPLibrary_CreateMastermindTestResult::bInIsSuccess' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_CreateMastermindTestResult, ReturnValue) == 0x000020, "Member 'MastermindBPLibrary_CreateMastermindTestResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindBPLibrary_MastermindSendCommandResultMessage \ static_assert(alignof(MastermindBPLibrary_MastermindSendCommandResultMessage) == 0x000008, "Wrong alignment on MastermindBPLibrary_MastermindSendCommandResultMessage"); \ static_assert(sizeof(MastermindBPLibrary_MastermindSendCommandResultMessage) == 0x000048, "Wrong size on MastermindBPLibrary_MastermindSendCommandResultMessage"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendCommandResultMessage, InWorldContextObject) == 0x000000, "Member 'MastermindBPLibrary_MastermindSendCommandResultMessage::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendCommandResultMessage, InResult) == 0x000008, "Member 'MastermindBPLibrary_MastermindSendCommandResultMessage::InResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindBPLibrary_MastermindSendProgressUpdate \ static_assert(alignof(MastermindBPLibrary_MastermindSendProgressUpdate) == 0x000008, "Wrong alignment on MastermindBPLibrary_MastermindSendProgressUpdate"); \ static_assert(sizeof(MastermindBPLibrary_MastermindSendProgressUpdate) == 0x000018, "Wrong size on MastermindBPLibrary_MastermindSendProgressUpdate"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendProgressUpdate, InWorldContextObject) == 0x000000, "Member 'MastermindBPLibrary_MastermindSendProgressUpdate::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendProgressUpdate, InMessage) == 0x000008, "Member 'MastermindBPLibrary_MastermindSendProgressUpdate::InMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindBPLibrary_MastermindSendProgressUpdateMessage \ static_assert(alignof(MastermindBPLibrary_MastermindSendProgressUpdateMessage) == 0x000008, "Wrong alignment on MastermindBPLibrary_MastermindSendProgressUpdateMessage"); \ static_assert(sizeof(MastermindBPLibrary_MastermindSendProgressUpdateMessage) == 0x000020, "Wrong size on MastermindBPLibrary_MastermindSendProgressUpdateMessage"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendProgressUpdateMessage, InWorldContextObject) == 0x000000, "Member 'MastermindBPLibrary_MastermindSendProgressUpdateMessage::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendProgressUpdateMessage, InUpdate) == 0x000008, "Member 'MastermindBPLibrary_MastermindSendProgressUpdateMessage::InUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindBPLibrary_MastermindSendStepResult \ static_assert(alignof(MastermindBPLibrary_MastermindSendStepResult) == 0x000008, "Wrong alignment on MastermindBPLibrary_MastermindSendStepResult"); \ static_assert(sizeof(MastermindBPLibrary_MastermindSendStepResult) == 0x000038, "Wrong size on MastermindBPLibrary_MastermindSendStepResult"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendStepResult, InWorldContextObject) == 0x000000, "Member 'MastermindBPLibrary_MastermindSendStepResult::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendStepResult, InMessage) == 0x000008, "Member 'MastermindBPLibrary_MastermindSendStepResult::InMessage' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendStepResult, bInIsSuccess) == 0x000018, "Member 'MastermindBPLibrary_MastermindSendStepResult::bInIsSuccess' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendStepResult, InTestSuccess) == 0x000019, "Member 'MastermindBPLibrary_MastermindSendStepResult::InTestSuccess' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendStepResult, InArtifacts) == 0x000020, "Member 'MastermindBPLibrary_MastermindSendStepResult::InArtifacts' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendStepResult, InData) == 0x000030, "Member 'MastermindBPLibrary_MastermindSendStepResult::InData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindBPLibrary_MastermindSendTestResult \ static_assert(alignof(MastermindBPLibrary_MastermindSendTestResult) == 0x000008, "Wrong alignment on MastermindBPLibrary_MastermindSendTestResult"); \ static_assert(sizeof(MastermindBPLibrary_MastermindSendTestResult) == 0x000020, "Wrong size on MastermindBPLibrary_MastermindSendTestResult"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendTestResult, InWorldContextObject) == 0x000000, "Member 'MastermindBPLibrary_MastermindSendTestResult::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendTestResult, InName) == 0x000008, "Member 'MastermindBPLibrary_MastermindSendTestResult::InName' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendTestResult, bInIsSuccess) == 0x000018, "Member 'MastermindBPLibrary_MastermindSendTestResult::bInIsSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindBPLibrary_MastermindSendTestResultMessage \ static_assert(alignof(MastermindBPLibrary_MastermindSendTestResultMessage) == 0x000008, "Wrong alignment on MastermindBPLibrary_MastermindSendTestResultMessage"); \ static_assert(sizeof(MastermindBPLibrary_MastermindSendTestResultMessage) == 0x000020, "Wrong size on MastermindBPLibrary_MastermindSendTestResultMessage"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendTestResultMessage, InWorldContextObject) == 0x000000, "Member 'MastermindBPLibrary_MastermindSendTestResultMessage::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendTestResultMessage, InResult) == 0x000008, "Member 'MastermindBPLibrary_MastermindSendTestResultMessage::InResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindBPLibrary_MastermindSendTestResults \ static_assert(alignof(MastermindBPLibrary_MastermindSendTestResults) == 0x000008, "Wrong alignment on MastermindBPLibrary_MastermindSendTestResults"); \ static_assert(sizeof(MastermindBPLibrary_MastermindSendTestResults) == 0x000018, "Wrong size on MastermindBPLibrary_MastermindSendTestResults"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendTestResults, InWorldContextObject) == 0x000000, "Member 'MastermindBPLibrary_MastermindSendTestResults::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_MastermindSendTestResults, InTestResults) == 0x000008, "Member 'MastermindBPLibrary_MastermindSendTestResults::InTestResults' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindBPLibrary_SimulateAxis \ static_assert(alignof(MastermindBPLibrary_SimulateAxis) == 0x000008, "Wrong alignment on MastermindBPLibrary_SimulateAxis"); \ static_assert(sizeof(MastermindBPLibrary_SimulateAxis) == 0x000028, "Wrong size on MastermindBPLibrary_SimulateAxis"); \ static_assert(offsetof(MastermindBPLibrary_SimulateAxis, InWorldContextObject) == 0x000000, "Member 'MastermindBPLibrary_SimulateAxis::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_SimulateAxis, InInputKey) == 0x000008, "Member 'MastermindBPLibrary_SimulateAxis::InInputKey' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_SimulateAxis, InDelta) == 0x000020, "Member 'MastermindBPLibrary_SimulateAxis::InDelta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindBPLibrary_SimulateInput \ static_assert(alignof(MastermindBPLibrary_SimulateInput) == 0x000008, "Wrong alignment on MastermindBPLibrary_SimulateInput"); \ static_assert(sizeof(MastermindBPLibrary_SimulateInput) == 0x000028, "Wrong size on MastermindBPLibrary_SimulateInput"); \ static_assert(offsetof(MastermindBPLibrary_SimulateInput, InWorldContextObject) == 0x000000, "Member 'MastermindBPLibrary_SimulateInput::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_SimulateInput, InInputKey) == 0x000008, "Member 'MastermindBPLibrary_SimulateInput::InInputKey' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_SimulateInput, InInputEvent) == 0x000020, "Member 'MastermindBPLibrary_SimulateInput::InInputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindBPLibrary_SimulateTappedInput \ static_assert(alignof(MastermindBPLibrary_SimulateTappedInput) == 0x000008, "Wrong alignment on MastermindBPLibrary_SimulateTappedInput"); \ static_assert(sizeof(MastermindBPLibrary_SimulateTappedInput) == 0x000020, "Wrong size on MastermindBPLibrary_SimulateTappedInput"); \ static_assert(offsetof(MastermindBPLibrary_SimulateTappedInput, InWorldContextObject) == 0x000000, "Member 'MastermindBPLibrary_SimulateTappedInput::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MastermindBPLibrary_SimulateTappedInput, InInputKey) == 0x000008, "Member 'MastermindBPLibrary_SimulateTappedInput::InInputKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMastermindBPLibrary \ static_assert(alignof(UMastermindBPLibrary) == 0x000008, "Wrong alignment on UMastermindBPLibrary"); \ static_assert(sizeof(UMastermindBPLibrary) == 0x000028, "Wrong size on UMastermindBPLibrary"); \ #define DUMPER7_ASSERTS_MastermindDebugCommandManager_SendMastermindMessage \ static_assert(alignof(MastermindDebugCommandManager_SendMastermindMessage) == 0x000008, "Wrong alignment on MastermindDebugCommandManager_SendMastermindMessage"); \ static_assert(sizeof(MastermindDebugCommandManager_SendMastermindMessage) == 0x000008, "Wrong size on MastermindDebugCommandManager_SendMastermindMessage"); \ static_assert(offsetof(MastermindDebugCommandManager_SendMastermindMessage, InMastermindMessage) == 0x000000, "Member 'MastermindDebugCommandManager_SendMastermindMessage::InMastermindMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindDebugCommandManager_DoMMC \ static_assert(alignof(MastermindDebugCommandManager_DoMMC) == 0x000008, "Wrong alignment on MastermindDebugCommandManager_DoMMC"); \ static_assert(sizeof(MastermindDebugCommandManager_DoMMC) == 0x000018, "Wrong size on MastermindDebugCommandManager_DoMMC"); \ static_assert(offsetof(MastermindDebugCommandManager_DoMMC, InCommand) == 0x000000, "Member 'MastermindDebugCommandManager_DoMMC::InCommand' has a wrong offset!"); \ static_assert(offsetof(MastermindDebugCommandManager_DoMMC, InPlayerIndex) == 0x000010, "Member 'MastermindDebugCommandManager_DoMMC::InPlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindDebugCommandManager_MMC \ static_assert(alignof(MastermindDebugCommandManager_MMC) == 0x000008, "Wrong alignment on MastermindDebugCommandManager_MMC"); \ static_assert(sizeof(MastermindDebugCommandManager_MMC) == 0x000010, "Wrong size on MastermindDebugCommandManager_MMC"); \ static_assert(offsetof(MastermindDebugCommandManager_MMC, InCommand) == 0x000000, "Member 'MastermindDebugCommandManager_MMC::InCommand' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindDebugCommandManager_PMMC \ static_assert(alignof(MastermindDebugCommandManager_PMMC) == 0x000008, "Wrong alignment on MastermindDebugCommandManager_PMMC"); \ static_assert(sizeof(MastermindDebugCommandManager_PMMC) == 0x000018, "Wrong size on MastermindDebugCommandManager_PMMC"); \ static_assert(offsetof(MastermindDebugCommandManager_PMMC, InPlayerIndex) == 0x000000, "Member 'MastermindDebugCommandManager_PMMC::InPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(MastermindDebugCommandManager_PMMC, InCommand) == 0x000008, "Member 'MastermindDebugCommandManager_PMMC::InCommand' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindDebugCommandManager_QAAppendToFile \ static_assert(alignof(MastermindDebugCommandManager_QAAppendToFile) == 0x000008, "Wrong alignment on MastermindDebugCommandManager_QAAppendToFile"); \ static_assert(sizeof(MastermindDebugCommandManager_QAAppendToFile) == 0x000020, "Wrong size on MastermindDebugCommandManager_QAAppendToFile"); \ static_assert(offsetof(MastermindDebugCommandManager_QAAppendToFile, inString) == 0x000000, "Member 'MastermindDebugCommandManager_QAAppendToFile::inString' has a wrong offset!"); \ static_assert(offsetof(MastermindDebugCommandManager_QAAppendToFile, InFilename) == 0x000010, "Member 'MastermindDebugCommandManager_QAAppendToFile::InFilename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindDebugCommandManager_QAAssertCheck \ static_assert(alignof(MastermindDebugCommandManager_QAAssertCheck) == 0x000001, "Wrong alignment on MastermindDebugCommandManager_QAAssertCheck"); \ static_assert(sizeof(MastermindDebugCommandManager_QAAssertCheck) == 0x000001, "Wrong size on MastermindDebugCommandManager_QAAssertCheck"); \ static_assert(offsetof(MastermindDebugCommandManager_QAAssertCheck, bInIsSuccess) == 0x000000, "Member 'MastermindDebugCommandManager_QAAssertCheck::bInIsSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindDebugCommandManager_QAAssertEnsure \ static_assert(alignof(MastermindDebugCommandManager_QAAssertEnsure) == 0x000001, "Wrong alignment on MastermindDebugCommandManager_QAAssertEnsure"); \ static_assert(sizeof(MastermindDebugCommandManager_QAAssertEnsure) == 0x000001, "Wrong size on MastermindDebugCommandManager_QAAssertEnsure"); \ static_assert(offsetof(MastermindDebugCommandManager_QAAssertEnsure, bInIsSuccess) == 0x000000, "Member 'MastermindDebugCommandManager_QAAssertEnsure::bInIsSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindDebugCommandManager_QAAssertVerify \ static_assert(alignof(MastermindDebugCommandManager_QAAssertVerify) == 0x000001, "Wrong alignment on MastermindDebugCommandManager_QAAssertVerify"); \ static_assert(sizeof(MastermindDebugCommandManager_QAAssertVerify) == 0x000001, "Wrong size on MastermindDebugCommandManager_QAAssertVerify"); \ static_assert(offsetof(MastermindDebugCommandManager_QAAssertVerify, bInIsSuccess) == 0x000000, "Member 'MastermindDebugCommandManager_QAAssertVerify::bInIsSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindDebugCommandManager_QAConsoleCommand \ static_assert(alignof(MastermindDebugCommandManager_QAConsoleCommand) == 0x000008, "Wrong alignment on MastermindDebugCommandManager_QAConsoleCommand"); \ static_assert(sizeof(MastermindDebugCommandManager_QAConsoleCommand) == 0x000010, "Wrong size on MastermindDebugCommandManager_QAConsoleCommand"); \ static_assert(offsetof(MastermindDebugCommandManager_QAConsoleCommand, InCommand) == 0x000000, "Member 'MastermindDebugCommandManager_QAConsoleCommand::InCommand' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindDebugCommandManager_QACreateArtifact \ static_assert(alignof(MastermindDebugCommandManager_QACreateArtifact) == 0x000008, "Wrong alignment on MastermindDebugCommandManager_QACreateArtifact"); \ static_assert(sizeof(MastermindDebugCommandManager_QACreateArtifact) == 0x000020, "Wrong size on MastermindDebugCommandManager_QACreateArtifact"); \ static_assert(offsetof(MastermindDebugCommandManager_QACreateArtifact, InData) == 0x000000, "Member 'MastermindDebugCommandManager_QACreateArtifact::InData' has a wrong offset!"); \ static_assert(offsetof(MastermindDebugCommandManager_QACreateArtifact, InFilename) == 0x000010, "Member 'MastermindDebugCommandManager_QACreateArtifact::InFilename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindDebugCommandManager_QACreateArtifactFolder \ static_assert(alignof(MastermindDebugCommandManager_QACreateArtifactFolder) == 0x000008, "Wrong alignment on MastermindDebugCommandManager_QACreateArtifactFolder"); \ static_assert(sizeof(MastermindDebugCommandManager_QACreateArtifactFolder) == 0x000028, "Wrong size on MastermindDebugCommandManager_QACreateArtifactFolder"); \ static_assert(offsetof(MastermindDebugCommandManager_QACreateArtifactFolder, InData) == 0x000000, "Member 'MastermindDebugCommandManager_QACreateArtifactFolder::InData' has a wrong offset!"); \ static_assert(offsetof(MastermindDebugCommandManager_QACreateArtifactFolder, InFilename) == 0x000010, "Member 'MastermindDebugCommandManager_QACreateArtifactFolder::InFilename' has a wrong offset!"); \ static_assert(offsetof(MastermindDebugCommandManager_QACreateArtifactFolder, InNumArtifacts) == 0x000020, "Member 'MastermindDebugCommandManager_QACreateArtifactFolder::InNumArtifacts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindDebugCommandManager_QADelayedConsoleCommand \ static_assert(alignof(MastermindDebugCommandManager_QADelayedConsoleCommand) == 0x000008, "Wrong alignment on MastermindDebugCommandManager_QADelayedConsoleCommand"); \ static_assert(sizeof(MastermindDebugCommandManager_QADelayedConsoleCommand) == 0x000018, "Wrong size on MastermindDebugCommandManager_QADelayedConsoleCommand"); \ static_assert(offsetof(MastermindDebugCommandManager_QADelayedConsoleCommand, InCommand) == 0x000000, "Member 'MastermindDebugCommandManager_QADelayedConsoleCommand::InCommand' has a wrong offset!"); \ static_assert(offsetof(MastermindDebugCommandManager_QADelayedConsoleCommand, InDelayTime) == 0x000010, "Member 'MastermindDebugCommandManager_QADelayedConsoleCommand::InDelayTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindDebugCommandManager_QATakeScreenshot \ static_assert(alignof(MastermindDebugCommandManager_QATakeScreenshot) == 0x000008, "Wrong alignment on MastermindDebugCommandManager_QATakeScreenshot"); \ static_assert(sizeof(MastermindDebugCommandManager_QATakeScreenshot) == 0x000010, "Wrong size on MastermindDebugCommandManager_QATakeScreenshot"); \ static_assert(offsetof(MastermindDebugCommandManager_QATakeScreenshot, InFilename) == 0x000000, "Member 'MastermindDebugCommandManager_QATakeScreenshot::InFilename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindDebugCommandManager_SetBuild \ static_assert(alignof(MastermindDebugCommandManager_SetBuild) == 0x000008, "Wrong alignment on MastermindDebugCommandManager_SetBuild"); \ static_assert(sizeof(MastermindDebugCommandManager_SetBuild) == 0x000010, "Wrong size on MastermindDebugCommandManager_SetBuild"); \ static_assert(offsetof(MastermindDebugCommandManager_SetBuild, InBuild) == 0x000000, "Member 'MastermindDebugCommandManager_SetBuild::InBuild' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindDebugCommandManager_SetSessionId \ static_assert(alignof(MastermindDebugCommandManager_SetSessionId) == 0x000008, "Wrong alignment on MastermindDebugCommandManager_SetSessionId"); \ static_assert(sizeof(MastermindDebugCommandManager_SetSessionId) == 0x000010, "Wrong size on MastermindDebugCommandManager_SetSessionId"); \ static_assert(offsetof(MastermindDebugCommandManager_SetSessionId, InSessionId) == 0x000000, "Member 'MastermindDebugCommandManager_SetSessionId::InSessionId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindDebugCommandManager_IsGameReady \ static_assert(alignof(MastermindDebugCommandManager_IsGameReady) == 0x000001, "Wrong alignment on MastermindDebugCommandManager_IsGameReady"); \ static_assert(sizeof(MastermindDebugCommandManager_IsGameReady) == 0x000001, "Wrong size on MastermindDebugCommandManager_IsGameReady"); \ static_assert(offsetof(MastermindDebugCommandManager_IsGameReady, ReturnValue) == 0x000000, "Member 'MastermindDebugCommandManager_IsGameReady::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindDebugCommandManager_NativeIsGameReady \ static_assert(alignof(MastermindDebugCommandManager_NativeIsGameReady) == 0x000001, "Wrong alignment on MastermindDebugCommandManager_NativeIsGameReady"); \ static_assert(sizeof(MastermindDebugCommandManager_NativeIsGameReady) == 0x000001, "Wrong size on MastermindDebugCommandManager_NativeIsGameReady"); \ static_assert(offsetof(MastermindDebugCommandManager_NativeIsGameReady, ReturnValue) == 0x000000, "Member 'MastermindDebugCommandManager_NativeIsGameReady::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMastermindDebugCommandManager \ static_assert(alignof(UMastermindDebugCommandManager) == 0x000008, "Wrong alignment on UMastermindDebugCommandManager"); \ static_assert(sizeof(UMastermindDebugCommandManager) == 0x000060, "Wrong size on UMastermindDebugCommandManager"); \ #define DUMPER7_ASSERTS_MastermindFileHelper_GetArtifactAbsolutePath \ static_assert(alignof(MastermindFileHelper_GetArtifactAbsolutePath) == 0x000008, "Wrong alignment on MastermindFileHelper_GetArtifactAbsolutePath"); \ static_assert(sizeof(MastermindFileHelper_GetArtifactAbsolutePath) == 0x000028, "Wrong size on MastermindFileHelper_GetArtifactAbsolutePath"); \ static_assert(offsetof(MastermindFileHelper_GetArtifactAbsolutePath, InPath) == 0x000000, "Member 'MastermindFileHelper_GetArtifactAbsolutePath::InPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetArtifactAbsolutePath, OutPath) == 0x000010, "Member 'MastermindFileHelper_GetArtifactAbsolutePath::OutPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetArtifactAbsolutePath, ReturnValue) == 0x000020, "Member 'MastermindFileHelper_GetArtifactAbsolutePath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindFileHelper_GetAutomationArtifactPath \ static_assert(alignof(MastermindFileHelper_GetAutomationArtifactPath) == 0x000008, "Wrong alignment on MastermindFileHelper_GetAutomationArtifactPath"); \ static_assert(sizeof(MastermindFileHelper_GetAutomationArtifactPath) == 0x000028, "Wrong size on MastermindFileHelper_GetAutomationArtifactPath"); \ static_assert(offsetof(MastermindFileHelper_GetAutomationArtifactPath, InPath) == 0x000000, "Member 'MastermindFileHelper_GetAutomationArtifactPath::InPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetAutomationArtifactPath, OutPath) == 0x000010, "Member 'MastermindFileHelper_GetAutomationArtifactPath::OutPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetAutomationArtifactPath, ReturnValue) == 0x000020, "Member 'MastermindFileHelper_GetAutomationArtifactPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindFileHelper_GetAutomationLogArtifactPath \ static_assert(alignof(MastermindFileHelper_GetAutomationLogArtifactPath) == 0x000008, "Wrong alignment on MastermindFileHelper_GetAutomationLogArtifactPath"); \ static_assert(sizeof(MastermindFileHelper_GetAutomationLogArtifactPath) == 0x000028, "Wrong size on MastermindFileHelper_GetAutomationLogArtifactPath"); \ static_assert(offsetof(MastermindFileHelper_GetAutomationLogArtifactPath, InPath) == 0x000000, "Member 'MastermindFileHelper_GetAutomationLogArtifactPath::InPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetAutomationLogArtifactPath, OutPath) == 0x000010, "Member 'MastermindFileHelper_GetAutomationLogArtifactPath::OutPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetAutomationLogArtifactPath, ReturnValue) == 0x000020, "Member 'MastermindFileHelper_GetAutomationLogArtifactPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindFileHelper_GetAutomationTransientArtifactPath \ static_assert(alignof(MastermindFileHelper_GetAutomationTransientArtifactPath) == 0x000008, "Wrong alignment on MastermindFileHelper_GetAutomationTransientArtifactPath"); \ static_assert(sizeof(MastermindFileHelper_GetAutomationTransientArtifactPath) == 0x000028, "Wrong size on MastermindFileHelper_GetAutomationTransientArtifactPath"); \ static_assert(offsetof(MastermindFileHelper_GetAutomationTransientArtifactPath, InPath) == 0x000000, "Member 'MastermindFileHelper_GetAutomationTransientArtifactPath::InPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetAutomationTransientArtifactPath, OutPath) == 0x000010, "Member 'MastermindFileHelper_GetAutomationTransientArtifactPath::OutPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetAutomationTransientArtifactPath, ReturnValue) == 0x000020, "Member 'MastermindFileHelper_GetAutomationTransientArtifactPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindFileHelper_GetBugItArtifactPath \ static_assert(alignof(MastermindFileHelper_GetBugItArtifactPath) == 0x000008, "Wrong alignment on MastermindFileHelper_GetBugItArtifactPath"); \ static_assert(sizeof(MastermindFileHelper_GetBugItArtifactPath) == 0x000028, "Wrong size on MastermindFileHelper_GetBugItArtifactPath"); \ static_assert(offsetof(MastermindFileHelper_GetBugItArtifactPath, InPath) == 0x000000, "Member 'MastermindFileHelper_GetBugItArtifactPath::InPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetBugItArtifactPath, OutPath) == 0x000010, "Member 'MastermindFileHelper_GetBugItArtifactPath::OutPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetBugItArtifactPath, ReturnValue) == 0x000020, "Member 'MastermindFileHelper_GetBugItArtifactPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindFileHelper_GetProfilingArtifactPath \ static_assert(alignof(MastermindFileHelper_GetProfilingArtifactPath) == 0x000008, "Wrong alignment on MastermindFileHelper_GetProfilingArtifactPath"); \ static_assert(sizeof(MastermindFileHelper_GetProfilingArtifactPath) == 0x000028, "Wrong size on MastermindFileHelper_GetProfilingArtifactPath"); \ static_assert(offsetof(MastermindFileHelper_GetProfilingArtifactPath, InPath) == 0x000000, "Member 'MastermindFileHelper_GetProfilingArtifactPath::InPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetProfilingArtifactPath, OutPath) == 0x000010, "Member 'MastermindFileHelper_GetProfilingArtifactPath::OutPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetProfilingArtifactPath, ReturnValue) == 0x000020, "Member 'MastermindFileHelper_GetProfilingArtifactPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindFileHelper_GetProjectLogArtifactPath \ static_assert(alignof(MastermindFileHelper_GetProjectLogArtifactPath) == 0x000008, "Wrong alignment on MastermindFileHelper_GetProjectLogArtifactPath"); \ static_assert(sizeof(MastermindFileHelper_GetProjectLogArtifactPath) == 0x000028, "Wrong size on MastermindFileHelper_GetProjectLogArtifactPath"); \ static_assert(offsetof(MastermindFileHelper_GetProjectLogArtifactPath, InPath) == 0x000000, "Member 'MastermindFileHelper_GetProjectLogArtifactPath::InPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetProjectLogArtifactPath, OutPath) == 0x000010, "Member 'MastermindFileHelper_GetProjectLogArtifactPath::OutPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetProjectLogArtifactPath, ReturnValue) == 0x000020, "Member 'MastermindFileHelper_GetProjectLogArtifactPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindFileHelper_GetScreenshotArtifactPath \ static_assert(alignof(MastermindFileHelper_GetScreenshotArtifactPath) == 0x000008, "Wrong alignment on MastermindFileHelper_GetScreenshotArtifactPath"); \ static_assert(sizeof(MastermindFileHelper_GetScreenshotArtifactPath) == 0x000028, "Wrong size on MastermindFileHelper_GetScreenshotArtifactPath"); \ static_assert(offsetof(MastermindFileHelper_GetScreenshotArtifactPath, InPath) == 0x000000, "Member 'MastermindFileHelper_GetScreenshotArtifactPath::InPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetScreenshotArtifactPath, OutPath) == 0x000010, "Member 'MastermindFileHelper_GetScreenshotArtifactPath::OutPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetScreenshotArtifactPath, ReturnValue) == 0x000020, "Member 'MastermindFileHelper_GetScreenshotArtifactPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindFileHelper_GetVideoCaptureArtifactPath \ static_assert(alignof(MastermindFileHelper_GetVideoCaptureArtifactPath) == 0x000008, "Wrong alignment on MastermindFileHelper_GetVideoCaptureArtifactPath"); \ static_assert(sizeof(MastermindFileHelper_GetVideoCaptureArtifactPath) == 0x000028, "Wrong size on MastermindFileHelper_GetVideoCaptureArtifactPath"); \ static_assert(offsetof(MastermindFileHelper_GetVideoCaptureArtifactPath, InPath) == 0x000000, "Member 'MastermindFileHelper_GetVideoCaptureArtifactPath::InPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetVideoCaptureArtifactPath, OutPath) == 0x000010, "Member 'MastermindFileHelper_GetVideoCaptureArtifactPath::OutPath' has a wrong offset!"); \ static_assert(offsetof(MastermindFileHelper_GetVideoCaptureArtifactPath, ReturnValue) == 0x000020, "Member 'MastermindFileHelper_GetVideoCaptureArtifactPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMastermindFileHelper \ static_assert(alignof(UMastermindFileHelper) == 0x000008, "Wrong alignment on UMastermindFileHelper"); \ static_assert(sizeof(UMastermindFileHelper) == 0x000028, "Wrong size on UMastermindFileHelper"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_GetBooleanFieldOrDefault \ static_assert(alignof(MastermindJsonObject_GetBooleanFieldOrDefault) == 0x000008, "Wrong alignment on MastermindJsonObject_GetBooleanFieldOrDefault"); \ static_assert(sizeof(MastermindJsonObject_GetBooleanFieldOrDefault) == 0x000018, "Wrong size on MastermindJsonObject_GetBooleanFieldOrDefault"); \ static_assert(offsetof(MastermindJsonObject_GetBooleanFieldOrDefault, InKey) == 0x000000, "Member 'MastermindJsonObject_GetBooleanFieldOrDefault::InKey' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_GetBooleanFieldOrDefault, bOutHasField) == 0x000010, "Member 'MastermindJsonObject_GetBooleanFieldOrDefault::bOutHasField' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_GetBooleanFieldOrDefault, ReturnValue) == 0x000011, "Member 'MastermindJsonObject_GetBooleanFieldOrDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_GetBooleanListFieldOrDefault \ static_assert(alignof(MastermindJsonObject_GetBooleanListFieldOrDefault) == 0x000008, "Wrong alignment on MastermindJsonObject_GetBooleanListFieldOrDefault"); \ static_assert(sizeof(MastermindJsonObject_GetBooleanListFieldOrDefault) == 0x000028, "Wrong size on MastermindJsonObject_GetBooleanListFieldOrDefault"); \ static_assert(offsetof(MastermindJsonObject_GetBooleanListFieldOrDefault, InKey) == 0x000000, "Member 'MastermindJsonObject_GetBooleanListFieldOrDefault::InKey' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_GetBooleanListFieldOrDefault, bOutHasField) == 0x000010, "Member 'MastermindJsonObject_GetBooleanListFieldOrDefault::bOutHasField' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_GetBooleanListFieldOrDefault, ReturnValue) == 0x000018, "Member 'MastermindJsonObject_GetBooleanListFieldOrDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_GetNumberFieldOrDefault \ static_assert(alignof(MastermindJsonObject_GetNumberFieldOrDefault) == 0x000008, "Wrong alignment on MastermindJsonObject_GetNumberFieldOrDefault"); \ static_assert(sizeof(MastermindJsonObject_GetNumberFieldOrDefault) == 0x000018, "Wrong size on MastermindJsonObject_GetNumberFieldOrDefault"); \ static_assert(offsetof(MastermindJsonObject_GetNumberFieldOrDefault, InKey) == 0x000000, "Member 'MastermindJsonObject_GetNumberFieldOrDefault::InKey' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_GetNumberFieldOrDefault, bOutHasField) == 0x000010, "Member 'MastermindJsonObject_GetNumberFieldOrDefault::bOutHasField' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_GetNumberFieldOrDefault, ReturnValue) == 0x000014, "Member 'MastermindJsonObject_GetNumberFieldOrDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_GetNumberListFieldOrDefault \ static_assert(alignof(MastermindJsonObject_GetNumberListFieldOrDefault) == 0x000008, "Wrong alignment on MastermindJsonObject_GetNumberListFieldOrDefault"); \ static_assert(sizeof(MastermindJsonObject_GetNumberListFieldOrDefault) == 0x000028, "Wrong size on MastermindJsonObject_GetNumberListFieldOrDefault"); \ static_assert(offsetof(MastermindJsonObject_GetNumberListFieldOrDefault, InKey) == 0x000000, "Member 'MastermindJsonObject_GetNumberListFieldOrDefault::InKey' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_GetNumberListFieldOrDefault, bOutHasField) == 0x000010, "Member 'MastermindJsonObject_GetNumberListFieldOrDefault::bOutHasField' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_GetNumberListFieldOrDefault, ReturnValue) == 0x000018, "Member 'MastermindJsonObject_GetNumberListFieldOrDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_GetObjectFieldOrDefault \ static_assert(alignof(MastermindJsonObject_GetObjectFieldOrDefault) == 0x000008, "Wrong alignment on MastermindJsonObject_GetObjectFieldOrDefault"); \ static_assert(sizeof(MastermindJsonObject_GetObjectFieldOrDefault) == 0x000020, "Wrong size on MastermindJsonObject_GetObjectFieldOrDefault"); \ static_assert(offsetof(MastermindJsonObject_GetObjectFieldOrDefault, InKey) == 0x000000, "Member 'MastermindJsonObject_GetObjectFieldOrDefault::InKey' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_GetObjectFieldOrDefault, bOutHasField) == 0x000010, "Member 'MastermindJsonObject_GetObjectFieldOrDefault::bOutHasField' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_GetObjectFieldOrDefault, ReturnValue) == 0x000018, "Member 'MastermindJsonObject_GetObjectFieldOrDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_GetObjectListFieldOrDefault \ static_assert(alignof(MastermindJsonObject_GetObjectListFieldOrDefault) == 0x000008, "Wrong alignment on MastermindJsonObject_GetObjectListFieldOrDefault"); \ static_assert(sizeof(MastermindJsonObject_GetObjectListFieldOrDefault) == 0x000028, "Wrong size on MastermindJsonObject_GetObjectListFieldOrDefault"); \ static_assert(offsetof(MastermindJsonObject_GetObjectListFieldOrDefault, InKey) == 0x000000, "Member 'MastermindJsonObject_GetObjectListFieldOrDefault::InKey' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_GetObjectListFieldOrDefault, bOutHasField) == 0x000010, "Member 'MastermindJsonObject_GetObjectListFieldOrDefault::bOutHasField' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_GetObjectListFieldOrDefault, ReturnValue) == 0x000018, "Member 'MastermindJsonObject_GetObjectListFieldOrDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_GetStringFieldOrDefault \ static_assert(alignof(MastermindJsonObject_GetStringFieldOrDefault) == 0x000008, "Wrong alignment on MastermindJsonObject_GetStringFieldOrDefault"); \ static_assert(sizeof(MastermindJsonObject_GetStringFieldOrDefault) == 0x000028, "Wrong size on MastermindJsonObject_GetStringFieldOrDefault"); \ static_assert(offsetof(MastermindJsonObject_GetStringFieldOrDefault, InKey) == 0x000000, "Member 'MastermindJsonObject_GetStringFieldOrDefault::InKey' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_GetStringFieldOrDefault, bOutHasField) == 0x000010, "Member 'MastermindJsonObject_GetStringFieldOrDefault::bOutHasField' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_GetStringFieldOrDefault, ReturnValue) == 0x000018, "Member 'MastermindJsonObject_GetStringFieldOrDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_GetStringListFieldOrDefault \ static_assert(alignof(MastermindJsonObject_GetStringListFieldOrDefault) == 0x000008, "Wrong alignment on MastermindJsonObject_GetStringListFieldOrDefault"); \ static_assert(sizeof(MastermindJsonObject_GetStringListFieldOrDefault) == 0x000028, "Wrong size on MastermindJsonObject_GetStringListFieldOrDefault"); \ static_assert(offsetof(MastermindJsonObject_GetStringListFieldOrDefault, InKey) == 0x000000, "Member 'MastermindJsonObject_GetStringListFieldOrDefault::InKey' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_GetStringListFieldOrDefault, bOutHasField) == 0x000010, "Member 'MastermindJsonObject_GetStringListFieldOrDefault::bOutHasField' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_GetStringListFieldOrDefault, ReturnValue) == 0x000018, "Member 'MastermindJsonObject_GetStringListFieldOrDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_SetBooleanField \ static_assert(alignof(MastermindJsonObject_SetBooleanField) == 0x000008, "Wrong alignment on MastermindJsonObject_SetBooleanField"); \ static_assert(sizeof(MastermindJsonObject_SetBooleanField) == 0x000018, "Wrong size on MastermindJsonObject_SetBooleanField"); \ static_assert(offsetof(MastermindJsonObject_SetBooleanField, InKey) == 0x000000, "Member 'MastermindJsonObject_SetBooleanField::InKey' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_SetBooleanField, InValue) == 0x000010, "Member 'MastermindJsonObject_SetBooleanField::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_SetBooleanListField \ static_assert(alignof(MastermindJsonObject_SetBooleanListField) == 0x000008, "Wrong alignment on MastermindJsonObject_SetBooleanListField"); \ static_assert(sizeof(MastermindJsonObject_SetBooleanListField) == 0x000020, "Wrong size on MastermindJsonObject_SetBooleanListField"); \ static_assert(offsetof(MastermindJsonObject_SetBooleanListField, InKey) == 0x000000, "Member 'MastermindJsonObject_SetBooleanListField::InKey' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_SetBooleanListField, InValues) == 0x000010, "Member 'MastermindJsonObject_SetBooleanListField::InValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_SetNullField \ static_assert(alignof(MastermindJsonObject_SetNullField) == 0x000008, "Wrong alignment on MastermindJsonObject_SetNullField"); \ static_assert(sizeof(MastermindJsonObject_SetNullField) == 0x000010, "Wrong size on MastermindJsonObject_SetNullField"); \ static_assert(offsetof(MastermindJsonObject_SetNullField, InKey) == 0x000000, "Member 'MastermindJsonObject_SetNullField::InKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_SetNumberField \ static_assert(alignof(MastermindJsonObject_SetNumberField) == 0x000008, "Wrong alignment on MastermindJsonObject_SetNumberField"); \ static_assert(sizeof(MastermindJsonObject_SetNumberField) == 0x000018, "Wrong size on MastermindJsonObject_SetNumberField"); \ static_assert(offsetof(MastermindJsonObject_SetNumberField, InKey) == 0x000000, "Member 'MastermindJsonObject_SetNumberField::InKey' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_SetNumberField, InValue) == 0x000010, "Member 'MastermindJsonObject_SetNumberField::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_SetNumberListField \ static_assert(alignof(MastermindJsonObject_SetNumberListField) == 0x000008, "Wrong alignment on MastermindJsonObject_SetNumberListField"); \ static_assert(sizeof(MastermindJsonObject_SetNumberListField) == 0x000020, "Wrong size on MastermindJsonObject_SetNumberListField"); \ static_assert(offsetof(MastermindJsonObject_SetNumberListField, InKey) == 0x000000, "Member 'MastermindJsonObject_SetNumberListField::InKey' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_SetNumberListField, InValues) == 0x000010, "Member 'MastermindJsonObject_SetNumberListField::InValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_SetObjectField \ static_assert(alignof(MastermindJsonObject_SetObjectField) == 0x000008, "Wrong alignment on MastermindJsonObject_SetObjectField"); \ static_assert(sizeof(MastermindJsonObject_SetObjectField) == 0x000018, "Wrong size on MastermindJsonObject_SetObjectField"); \ static_assert(offsetof(MastermindJsonObject_SetObjectField, InKey) == 0x000000, "Member 'MastermindJsonObject_SetObjectField::InKey' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_SetObjectField, InValue) == 0x000010, "Member 'MastermindJsonObject_SetObjectField::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_SetObjectListField \ static_assert(alignof(MastermindJsonObject_SetObjectListField) == 0x000008, "Wrong alignment on MastermindJsonObject_SetObjectListField"); \ static_assert(sizeof(MastermindJsonObject_SetObjectListField) == 0x000020, "Wrong size on MastermindJsonObject_SetObjectListField"); \ static_assert(offsetof(MastermindJsonObject_SetObjectListField, InKey) == 0x000000, "Member 'MastermindJsonObject_SetObjectListField::InKey' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_SetObjectListField, InValues) == 0x000010, "Member 'MastermindJsonObject_SetObjectListField::InValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_SetStringField \ static_assert(alignof(MastermindJsonObject_SetStringField) == 0x000008, "Wrong alignment on MastermindJsonObject_SetStringField"); \ static_assert(sizeof(MastermindJsonObject_SetStringField) == 0x000020, "Wrong size on MastermindJsonObject_SetStringField"); \ static_assert(offsetof(MastermindJsonObject_SetStringField, InKey) == 0x000000, "Member 'MastermindJsonObject_SetStringField::InKey' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_SetStringField, InValue) == 0x000010, "Member 'MastermindJsonObject_SetStringField::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_SetStringListField \ static_assert(alignof(MastermindJsonObject_SetStringListField) == 0x000008, "Wrong alignment on MastermindJsonObject_SetStringListField"); \ static_assert(sizeof(MastermindJsonObject_SetStringListField) == 0x000020, "Wrong size on MastermindJsonObject_SetStringListField"); \ static_assert(offsetof(MastermindJsonObject_SetStringListField, InKey) == 0x000000, "Member 'MastermindJsonObject_SetStringListField::InKey' has a wrong offset!"); \ static_assert(offsetof(MastermindJsonObject_SetStringListField, InValues) == 0x000010, "Member 'MastermindJsonObject_SetStringListField::InValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_ToJsonString \ static_assert(alignof(MastermindJsonObject_ToJsonString) == 0x000008, "Wrong alignment on MastermindJsonObject_ToJsonString"); \ static_assert(sizeof(MastermindJsonObject_ToJsonString) == 0x000010, "Wrong size on MastermindJsonObject_ToJsonString"); \ static_assert(offsetof(MastermindJsonObject_ToJsonString, ReturnValue) == 0x000000, "Member 'MastermindJsonObject_ToJsonString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MastermindJsonObject_HasAnyFields \ static_assert(alignof(MastermindJsonObject_HasAnyFields) == 0x000001, "Wrong alignment on MastermindJsonObject_HasAnyFields"); \ static_assert(sizeof(MastermindJsonObject_HasAnyFields) == 0x000001, "Wrong size on MastermindJsonObject_HasAnyFields"); \ static_assert(offsetof(MastermindJsonObject_HasAnyFields, ReturnValue) == 0x000000, "Member 'MastermindJsonObject_HasAnyFields::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMastermindJsonObject \ static_assert(alignof(UMastermindJsonObject) == 0x000008, "Wrong alignment on UMastermindJsonObject"); \ static_assert(sizeof(UMastermindJsonObject) == 0x000078, "Wrong size on UMastermindJsonObject"); \ #define DUMPER7_ASSERTS_UMastermindSettings \ static_assert(alignof(UMastermindSettings) == 0x000008, "Wrong alignment on UMastermindSettings"); \ static_assert(sizeof(UMastermindSettings) == 0x0000A8, "Wrong size on UMastermindSettings"); \ static_assert(offsetof(UMastermindSettings, MastermindDebugCommandManagerClass) == 0x000038, "Member 'UMastermindSettings::MastermindDebugCommandManagerClass' has a wrong offset!"); \ static_assert(offsetof(UMastermindSettings, MastermindTickInterval) == 0x000060, "Member 'UMastermindSettings::MastermindTickInterval' has a wrong offset!"); \ static_assert(offsetof(UMastermindSettings, MastermindActorComponentClass) == 0x000068, "Member 'UMastermindSettings::MastermindActorComponentClass' has a wrong offset!"); \ static_assert(offsetof(UMastermindSettings, bIsActivatedByDefault) == 0x000090, "Member 'UMastermindSettings::bIsActivatedByDefault' has a wrong offset!"); \ static_assert(offsetof(UMastermindSettings, MastermindTCPPort) == 0x000094, "Member 'UMastermindSettings::MastermindTCPPort' has a wrong offset!"); \ static_assert(offsetof(UMastermindSettings, MaxClientConnections) == 0x000098, "Member 'UMastermindSettings::MaxClientConnections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Stealth_Sprint_C_ExecuteUbergraph_ABL_Stealth_Sprint \ static_assert(alignof(ABL_Stealth_Sprint_C_ExecuteUbergraph_ABL_Stealth_Sprint) == 0x000008, "Wrong alignment on ABL_Stealth_Sprint_C_ExecuteUbergraph_ABL_Stealth_Sprint"); \ static_assert(sizeof(ABL_Stealth_Sprint_C_ExecuteUbergraph_ABL_Stealth_Sprint) == 0x000018, "Wrong size on ABL_Stealth_Sprint_C_ExecuteUbergraph_ABL_Stealth_Sprint"); \ static_assert(offsetof(ABL_Stealth_Sprint_C_ExecuteUbergraph_ABL_Stealth_Sprint, EntryPoint) == 0x000000, "Member 'ABL_Stealth_Sprint_C_ExecuteUbergraph_ABL_Stealth_Sprint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Sprint_C_ExecuteUbergraph_ABL_Stealth_Sprint, K2Node_Event_Context) == 0x000008, "Member 'ABL_Stealth_Sprint_C_ExecuteUbergraph_ABL_Stealth_Sprint::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Sprint_C_ExecuteUbergraph_ABL_Stealth_Sprint, K2Node_Event_Context_1) == 0x000010, "Member 'ABL_Stealth_Sprint_C_ExecuteUbergraph_ABL_Stealth_Sprint::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Stealth_Sprint_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Stealth_Sprint_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Stealth_Sprint_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Stealth_Sprint_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Stealth_Sprint_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Stealth_Sprint_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Stealth_Sprint_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Stealth_Sprint_C_OnAbilityEnd \ static_assert(alignof(ABL_Stealth_Sprint_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_Stealth_Sprint_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_Stealth_Sprint_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_Stealth_Sprint_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_Stealth_Sprint_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_Stealth_Sprint_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Stealth_Sprint_C \ static_assert(alignof(UABL_Stealth_Sprint_C) == 0x000008, "Wrong alignment on UABL_Stealth_Sprint_C"); \ static_assert(sizeof(UABL_Stealth_Sprint_C) == 0x0000D0, "Wrong size on UABL_Stealth_Sprint_C"); \ static_assert(offsetof(UABL_Stealth_Sprint_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Stealth_Sprint_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URecordMovieWin64 \ static_assert(alignof(URecordMovieWin64) == 0x000008, "Wrong alignment on URecordMovieWin64"); \ static_assert(sizeof(URecordMovieWin64) == 0x000110, "Wrong size on URecordMovieWin64"); \ #define DUMPER7_ASSERTS_ULevelTransformsDataAsset \ static_assert(alignof(ULevelTransformsDataAsset) == 0x000008, "Wrong alignment on ULevelTransformsDataAsset"); \ static_assert(sizeof(ULevelTransformsDataAsset) == 0x000220, "Wrong size on ULevelTransformsDataAsset"); \ static_assert(offsetof(ULevelTransformsDataAsset, LevelsTransforms) == 0x000030, "Member 'ULevelTransformsDataAsset::LevelsTransforms' has a wrong offset!"); \ static_assert(offsetof(ULevelTransformsDataAsset, Transform) == 0x000080, "Member 'ULevelTransformsDataAsset::Transform' has a wrong offset!"); \ static_assert(offsetof(ULevelTransformsDataAsset, LevelsWithStreamingVolumes) == 0x000090, "Member 'ULevelTransformsDataAsset::LevelsWithStreamingVolumes' has a wrong offset!"); \ static_assert(offsetof(ULevelTransformsDataAsset, ForcedStreamingBehaviorType) == 0x0000E0, "Member 'ULevelTransformsDataAsset::ForcedStreamingBehaviorType' has a wrong offset!"); \ static_assert(offsetof(ULevelTransformsDataAsset, ForceExcludeLevels) == 0x000130, "Member 'ULevelTransformsDataAsset::ForceExcludeLevels' has a wrong offset!"); \ static_assert(offsetof(ULevelTransformsDataAsset, AdditionalPersistentLevels) == 0x000180, "Member 'ULevelTransformsDataAsset::AdditionalPersistentLevels' has a wrong offset!"); \ static_assert(offsetof(ULevelTransformsDataAsset, NamedWorldRegions) == 0x0001D0, "Member 'ULevelTransformsDataAsset::NamedWorldRegions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APackagesStatsFetchLevelController \ static_assert(alignof(APackagesStatsFetchLevelController) == 0x000008, "Wrong alignment on APackagesStatsFetchLevelController"); \ static_assert(sizeof(APackagesStatsFetchLevelController) == 0x000300, "Wrong size on APackagesStatsFetchLevelController"); \ static_assert(offsetof(APackagesStatsFetchLevelController, PackageStatsCaptureSettings) == 0x000248, "Member 'APackagesStatsFetchLevelController::PackageStatsCaptureSettings' has a wrong offset!"); \ static_assert(offsetof(APackagesStatsFetchLevelController, WorldStructureGenerator) == 0x0002E0, "Member 'APackagesStatsFetchLevelController::WorldStructureGenerator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPackageStatsCaptureSettings \ static_assert(alignof(UPackageStatsCaptureSettings) == 0x000008, "Wrong alignment on UPackageStatsCaptureSettings"); \ static_assert(sizeof(UPackageStatsCaptureSettings) == 0x000040, "Wrong size on UPackageStatsCaptureSettings"); \ static_assert(offsetof(UPackageStatsCaptureSettings, RawPackages) == 0x000030, "Member 'UPackageStatsCaptureSettings::RawPackages' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASCT_LevelController \ static_assert(alignof(ASCT_LevelController) == 0x000008, "Wrong alignment on ASCT_LevelController"); \ static_assert(sizeof(ASCT_LevelController) == 0x0002E8, "Wrong size on ASCT_LevelController"); \ static_assert(offsetof(ASCT_LevelController, LevelToAnalyzePtr) == 0x000248, "Member 'ASCT_LevelController::LevelToAnalyzePtr' has a wrong offset!"); \ static_assert(offsetof(ASCT_LevelController, ConstLevelsToStream) == 0x000270, "Member 'ASCT_LevelController::ConstLevelsToStream' has a wrong offset!"); \ static_assert(offsetof(ASCT_LevelController, bUseBlockingStreaming) == 0x000280, "Member 'ASCT_LevelController::bUseBlockingStreaming' has a wrong offset!"); \ static_assert(offsetof(ASCT_LevelController, bRunLevelMiners) == 0x000281, "Member 'ASCT_LevelController::bRunLevelMiners' has a wrong offset!"); \ static_assert(offsetof(ASCT_LevelController, MinerNamesToRun) == 0x000288, "Member 'ASCT_LevelController::MinerNamesToRun' has a wrong offset!"); \ static_assert(offsetof(ASCT_LevelController, bFlushAsyncThreadBeforeStreaming) == 0x000298, "Member 'ASCT_LevelController::bFlushAsyncThreadBeforeStreaming' has a wrong offset!"); \ static_assert(offsetof(ASCT_LevelController, bStreamLevelsIndependently) == 0x000299, "Member 'ASCT_LevelController::bStreamLevelsIndependently' has a wrong offset!"); \ static_assert(offsetof(ASCT_LevelController, bUnloadLevelsPriorExit) == 0x00029A, "Member 'ASCT_LevelController::bUnloadLevelsPriorExit' has a wrong offset!"); \ static_assert(offsetof(ASCT_LevelController, bExitAtEnd) == 0x00029B, "Member 'ASCT_LevelController::bExitAtEnd' has a wrong offset!"); \ static_assert(offsetof(ASCT_LevelController, StreamingEvents) == 0x0002C8, "Member 'ASCT_LevelController::StreamingEvents' has a wrong offset!"); \ static_assert(offsetof(ASCT_LevelController, LevelToAnalyze) == 0x0002D8, "Member 'ASCT_LevelController::LevelToAnalyze' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USCT_StreamingEventWrapper \ static_assert(alignof(USCT_StreamingEventWrapper) == 0x000008, "Wrong alignment on USCT_StreamingEventWrapper"); \ static_assert(sizeof(USCT_StreamingEventWrapper) == 0x000050, "Wrong size on USCT_StreamingEventWrapper"); \ static_assert(offsetof(USCT_StreamingEventWrapper, LevelController) == 0x000028, "Member 'USCT_StreamingEventWrapper::LevelController' has a wrong offset!"); \ static_assert(offsetof(USCT_StreamingEventWrapper, LevelStreaming) == 0x000030, "Member 'USCT_StreamingEventWrapper::LevelStreaming' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStreamingComplexityToolContext \ static_assert(alignof(UStreamingComplexityToolContext) == 0x000008, "Wrong alignment on UStreamingComplexityToolContext"); \ static_assert(sizeof(UStreamingComplexityToolContext) == 0x000078, "Wrong size on UStreamingComplexityToolContext"); \ static_assert(offsetof(UStreamingComplexityToolContext, Levels) == 0x000028, "Member 'UStreamingComplexityToolContext::Levels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldStructureDescGenerator \ static_assert(alignof(UWorldStructureDescGenerator) == 0x000008, "Wrong alignment on UWorldStructureDescGenerator"); \ static_assert(sizeof(UWorldStructureDescGenerator) == 0x0001D8, "Wrong size on UWorldStructureDescGenerator"); \ static_assert(offsetof(UWorldStructureDescGenerator, PendingParses) == 0x0001C8, "Member 'UWorldStructureDescGenerator::PendingParses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_AlertFace_C_OnGetBranchAbility \ static_assert(alignof(ABL_Enemy_AlertFace_C_OnGetBranchAbility) == 0x000008, "Wrong alignment on ABL_Enemy_AlertFace_C_OnGetBranchAbility"); \ static_assert(sizeof(ABL_Enemy_AlertFace_C_OnGetBranchAbility) == 0x000030, "Wrong size on ABL_Enemy_AlertFace_C_OnGetBranchAbility"); \ static_assert(offsetof(ABL_Enemy_AlertFace_C_OnGetBranchAbility, Context) == 0x000000, "Member 'ABL_Enemy_AlertFace_C_OnGetBranchAbility::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_AlertFace_C_OnGetBranchAbility, EventName) == 0x000008, "Member 'ABL_Enemy_AlertFace_C_OnGetBranchAbility::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_AlertFace_C_OnGetBranchAbility, ReturnValue) == 0x000010, "Member 'ABL_Enemy_AlertFace_C_OnGetBranchAbility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_AlertFace_C_OnGetBranchAbility, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Enemy_AlertFace_C_OnGetBranchAbility::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_AlertFace_C_OnGetBranchAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'ABL_Enemy_AlertFace_C_OnGetBranchAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_AlertFace_C_OnGetBranchAbility, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'ABL_Enemy_AlertFace_C_OnGetBranchAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_AlertFace_C \ static_assert(alignof(UABL_Enemy_AlertFace_C) == 0x000008, "Wrong alignment on UABL_Enemy_AlertFace_C"); \ static_assert(sizeof(UABL_Enemy_AlertFace_C) == 0x0000D0, "Wrong size on UABL_Enemy_AlertFace_C"); \ static_assert(offsetof(UABL_Enemy_AlertFace_C, NewVar_0) == 0x0000C8, "Member 'UABL_Enemy_AlertFace_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorSequenceObjectReference \ static_assert(alignof(FActorSequenceObjectReference) == 0x000008, "Wrong alignment on FActorSequenceObjectReference"); \ static_assert(sizeof(FActorSequenceObjectReference) == 0x000028, "Wrong size on FActorSequenceObjectReference"); \ static_assert(offsetof(FActorSequenceObjectReference, Type) == 0x000000, "Member 'FActorSequenceObjectReference::Type' has a wrong offset!"); \ static_assert(offsetof(FActorSequenceObjectReference, ActorId) == 0x000004, "Member 'FActorSequenceObjectReference::ActorId' has a wrong offset!"); \ static_assert(offsetof(FActorSequenceObjectReference, PathToComponent) == 0x000018, "Member 'FActorSequenceObjectReference::PathToComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorSequenceObjectReferences \ static_assert(alignof(FActorSequenceObjectReferences) == 0x000008, "Wrong alignment on FActorSequenceObjectReferences"); \ static_assert(sizeof(FActorSequenceObjectReferences) == 0x000010, "Wrong size on FActorSequenceObjectReferences"); \ static_assert(offsetof(FActorSequenceObjectReferences, Array) == 0x000000, "Member 'FActorSequenceObjectReferences::Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorSequenceObjectReferenceMap \ static_assert(alignof(FActorSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FActorSequenceObjectReferenceMap"); \ static_assert(sizeof(FActorSequenceObjectReferenceMap) == 0x000020, "Wrong size on FActorSequenceObjectReferenceMap"); \ static_assert(offsetof(FActorSequenceObjectReferenceMap, BindingIds) == 0x000000, "Member 'FActorSequenceObjectReferenceMap::BindingIds' has a wrong offset!"); \ static_assert(offsetof(FActorSequenceObjectReferenceMap, References) == 0x000010, "Member 'FActorSequenceObjectReferenceMap::References' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorSequence \ static_assert(alignof(UActorSequence) == 0x000008, "Wrong alignment on UActorSequence"); \ static_assert(sizeof(UActorSequence) == 0x000088, "Wrong size on UActorSequence"); \ static_assert(offsetof(UActorSequence, MovieScene) == 0x000060, "Member 'UActorSequence::MovieScene' has a wrong offset!"); \ static_assert(offsetof(UActorSequence, ObjectReferences) == 0x000068, "Member 'UActorSequence::ObjectReferences' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorSequenceComponent \ static_assert(alignof(UActorSequenceComponent) == 0x000008, "Wrong alignment on UActorSequenceComponent"); \ static_assert(sizeof(UActorSequenceComponent) == 0x0000F8, "Wrong size on UActorSequenceComponent"); \ static_assert(offsetof(UActorSequenceComponent, PlaybackSettings) == 0x0000D0, "Member 'UActorSequenceComponent::PlaybackSettings' has a wrong offset!"); \ static_assert(offsetof(UActorSequenceComponent, Sequence) == 0x0000E8, "Member 'UActorSequenceComponent::Sequence' has a wrong offset!"); \ static_assert(offsetof(UActorSequenceComponent, SequencePlayer) == 0x0000F0, "Member 'UActorSequenceComponent::SequencePlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorSequencePlayer \ static_assert(alignof(UActorSequencePlayer) == 0x000008, "Wrong alignment on UActorSequencePlayer"); \ static_assert(sizeof(UActorSequencePlayer) == 0x0004E8, "Wrong size on UActorSequencePlayer"); \ #define DUMPER7_ASSERTS_UTickFunctionDependencyManager \ static_assert(alignof(UTickFunctionDependencyManager) == 0x000008, "Wrong alignment on UTickFunctionDependencyManager"); \ static_assert(sizeof(UTickFunctionDependencyManager) == 0x000090, "Wrong size on UTickFunctionDependencyManager"); \ #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_UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification \ static_assert(alignof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification) == 0x000008, "Wrong alignment on UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification"); \ static_assert(sizeof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification) == 0x0000C0, "Wrong size on UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, EntryPoint) == 0x000000, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, K2Node_CustomEvent_ChallengeId) == 0x000014, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::K2Node_CustomEvent_ChallengeId' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, K2Node_CustomEvent_ChallengeCategory) == 0x00001C, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::K2Node_CustomEvent_ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, K2Node_CustomEvent_TotalRequired) == 0x000024, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::K2Node_CustomEvent_TotalRequired' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, K2Node_MakeStruct_ChallengeNotificationData) == 0x000028, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::K2Node_MakeStruct_ChallengeNotificationData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000040, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, K2Node_CustomEvent_LoadedTexture) == 0x000048, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::K2Node_CustomEvent_LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, K2Node_CustomEvent_CallbackParam) == 0x000050, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::K2Node_CustomEvent_CallbackParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, CallFunc_PlayAnimation_ReturnValue) == 0x000058, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, CallFunc_GetUIManagerPure_ReturnValue) == 0x000060, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, K2Node_CustomEvent_Caller) == 0x000070, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, CallFunc_Greater_IntInt_ReturnValue) == 0x00007C, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, CallFunc_Conv_NameToString_ReturnValue) == 0x000080, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, K2Node_CreateDelegate_OutputDelegate_1) == 0x000090, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, CallFunc_PostEventAtLocation_ReturnValue) == 0x0000A0, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, CallFunc_HermesBindEvent_Handle) == 0x0000A8, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0000B8, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification, CallFunc_AsyncFindIconTexWithCallback_ReturnValue) == 0x0000BC, "Member 'UI_BP_SpecialChallengeNotification_C_ExecuteUbergraph_UI_BP_SpecialChallengeNotification::CallFunc_AsyncFindIconTexWithCallback_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SpecialChallengeNotification_C_OnShowNotification \ static_assert(alignof(UI_BP_SpecialChallengeNotification_C_OnShowNotification) == 0x000008, "Wrong alignment on UI_BP_SpecialChallengeNotification_C_OnShowNotification"); \ static_assert(sizeof(UI_BP_SpecialChallengeNotification_C_OnShowNotification) == 0x000008, "Wrong size on UI_BP_SpecialChallengeNotification_C_OnShowNotification"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_OnShowNotification, Caller) == 0x000000, "Member 'UI_BP_SpecialChallengeNotification_C_OnShowNotification::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SpecialChallengeNotification_C_IconLoaded \ static_assert(alignof(UI_BP_SpecialChallengeNotification_C_IconLoaded) == 0x000008, "Wrong alignment on UI_BP_SpecialChallengeNotification_C_IconLoaded"); \ static_assert(sizeof(UI_BP_SpecialChallengeNotification_C_IconLoaded) == 0x000010, "Wrong size on UI_BP_SpecialChallengeNotification_C_IconLoaded"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_IconLoaded, LoadedTexture) == 0x000000, "Member 'UI_BP_SpecialChallengeNotification_C_IconLoaded::LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_IconLoaded, CallbackParam) == 0x000008, "Member 'UI_BP_SpecialChallengeNotification_C_IconLoaded::CallbackParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SpecialChallengeNotification_C_RequestChallengeUnlock \ static_assert(alignof(UI_BP_SpecialChallengeNotification_C_RequestChallengeUnlock) == 0x000004, "Wrong alignment on UI_BP_SpecialChallengeNotification_C_RequestChallengeUnlock"); \ static_assert(sizeof(UI_BP_SpecialChallengeNotification_C_RequestChallengeUnlock) == 0x000014, "Wrong size on UI_BP_SpecialChallengeNotification_C_RequestChallengeUnlock"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_RequestChallengeUnlock, ChallengeID) == 0x000000, "Member 'UI_BP_SpecialChallengeNotification_C_RequestChallengeUnlock::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_RequestChallengeUnlock, ChallengeCategory) == 0x000008, "Member 'UI_BP_SpecialChallengeNotification_C_RequestChallengeUnlock::ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_RequestChallengeUnlock, TotalRequired) == 0x000010, "Member 'UI_BP_SpecialChallengeNotification_C_RequestChallengeUnlock::TotalRequired' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SpecialChallengeNotification_C_HideChallengeUnlock \ static_assert(alignof(UI_BP_SpecialChallengeNotification_C_HideChallengeUnlock) == 0x000008, "Wrong alignment on UI_BP_SpecialChallengeNotification_C_HideChallengeUnlock"); \ static_assert(sizeof(UI_BP_SpecialChallengeNotification_C_HideChallengeUnlock) == 0x000008, "Wrong size on UI_BP_SpecialChallengeNotification_C_HideChallengeUnlock"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_HideChallengeUnlock, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_SpecialChallengeNotification_C_HideChallengeUnlock::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SpecialChallengeNotification_C_ClearNotification \ static_assert(alignof(UI_BP_SpecialChallengeNotification_C_ClearNotification) == 0x000008, "Wrong alignment on UI_BP_SpecialChallengeNotification_C_ClearNotification"); \ static_assert(sizeof(UI_BP_SpecialChallengeNotification_C_ClearNotification) == 0x000008, "Wrong size on UI_BP_SpecialChallengeNotification_C_ClearNotification"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_ClearNotification, CallFunc_GetUIManagerPure_ReturnValue) == 0x000000, "Member 'UI_BP_SpecialChallengeNotification_C_ClearNotification::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText \ static_assert(alignof(UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText) == 0x000008, "Wrong alignment on UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText"); \ static_assert(sizeof(UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText) == 0x0000A0, "Wrong size on UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText, ChallengeID) == 0x000000, "Member 'UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText, TotalRequired) == 0x000008, "Member 'UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText::TotalRequired' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText, CallFunc_Conv_NameToString_ReturnValue) == 0x000050, "Member 'UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText, K2Node_MakeArray_Array) == 0x000060, "Member 'UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText, CallFunc_AVATranslate_ReturnValue) == 0x000070, "Member 'UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText, CallFunc_Format_ReturnValue) == 0x000088, "Member 'UI_BP_SpecialChallengeNotification_C_SetChallengeDisplayText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_SpecialChallengeNotification_C \ static_assert(alignof(UUI_BP_SpecialChallengeNotification_C) == 0x000008, "Wrong alignment on UUI_BP_SpecialChallengeNotification_C"); \ static_assert(sizeof(UUI_BP_SpecialChallengeNotification_C) == 0x000350, "Wrong size on UUI_BP_SpecialChallengeNotification_C"); \ static_assert(offsetof(UUI_BP_SpecialChallengeNotification_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_SpecialChallengeNotification_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialChallengeNotification_C, HideChallengeUnlock_Anim) == 0x0002F0, "Member 'UUI_BP_SpecialChallengeNotification_C::HideChallengeUnlock_Anim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialChallengeNotification_C, ShowChallengeUnlock_Anim) == 0x0002F8, "Member 'UUI_BP_SpecialChallengeNotification_C::ShowChallengeUnlock_Anim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialChallengeNotification_C, challengeIcon) == 0x000300, "Member 'UUI_BP_SpecialChallengeNotification_C::challengeIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialChallengeNotification_C, CompleteMissionName) == 0x000308, "Member 'UUI_BP_SpecialChallengeNotification_C::CompleteMissionName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialChallengeNotification_C, pulseCloud) == 0x000310, "Member 'UUI_BP_SpecialChallengeNotification_C::pulseCloud' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialChallengeNotification_C, pulseRing) == 0x000318, "Member 'UUI_BP_SpecialChallengeNotification_C::pulseRing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialChallengeNotification_C, shieldSparks_1) == 0x000320, "Member 'UUI_BP_SpecialChallengeNotification_C::shieldSparks_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialChallengeNotification_C, Duration) == 0x000328, "Member 'UUI_BP_SpecialChallengeNotification_C::Duration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialChallengeNotification_C, NotificationData) == 0x000330, "Member 'UUI_BP_SpecialChallengeNotification_C::NotificationData' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialChallengeNotification_C, ChallengeName) == 0x000340, "Member 'UUI_BP_SpecialChallengeNotification_C::ChallengeName' 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_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) == 0x000D10, "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) == 0x000690, "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_UTestCameraShake \ static_assert(alignof(UTestCameraShake) == 0x000010, "Wrong alignment on UTestCameraShake"); \ static_assert(sizeof(UTestCameraShake) == 0x0000B0, "Wrong size on UTestCameraShake"); \ #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_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_UMatineeCameraShakePattern \ static_assert(alignof(UMatineeCameraShakePattern) == 0x000008, "Wrong alignment on UMatineeCameraShakePattern"); \ static_assert(sizeof(UMatineeCameraShakePattern) == 0x000028, "Wrong size on UMatineeCameraShakePattern"); \ #define DUMPER7_ASSERTS_UMovieSceneMatineeCameraShakeEvaluator \ static_assert(alignof(UMovieSceneMatineeCameraShakeEvaluator) == 0x000008, "Wrong alignment on UMovieSceneMatineeCameraShakeEvaluator"); \ static_assert(sizeof(UMovieSceneMatineeCameraShakeEvaluator) == 0x000028, "Wrong size on UMovieSceneMatineeCameraShakeEvaluator"); \ #define DUMPER7_ASSERTS_MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake \ static_assert(alignof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake) == 0x000008, "Wrong alignment on MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake"); \ static_assert(sizeof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake) == 0x000010, "Wrong size on MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake"); \ static_assert(offsetof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake, CameraShake) == 0x000000, "Member 'MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake::CameraShake' has a wrong offset!"); \ static_assert(offsetof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake, ReturnValue) == 0x000008, "Member 'MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMatineeCameraShakeFunctionLibrary \ static_assert(alignof(UMatineeCameraShakeFunctionLibrary) == 0x000008, "Wrong alignment on UMatineeCameraShakeFunctionLibrary"); \ static_assert(sizeof(UMatineeCameraShakeFunctionLibrary) == 0x000028, "Wrong size on UMatineeCameraShakeFunctionLibrary"); \ #define DUMPER7_ASSERTS_UPerlinNoiseCameraShakePattern \ static_assert(alignof(UPerlinNoiseCameraShakePattern) == 0x000008, "Wrong alignment on UPerlinNoiseCameraShakePattern"); \ static_assert(sizeof(UPerlinNoiseCameraShakePattern) == 0x0000B8, "Wrong size on UPerlinNoiseCameraShakePattern"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, LocationAmplitudeMultiplier) == 0x000038, "Member 'UPerlinNoiseCameraShakePattern::LocationAmplitudeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, LocationFrequencyMultiplier) == 0x00003C, "Member 'UPerlinNoiseCameraShakePattern::LocationFrequencyMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, X) == 0x000040, "Member 'UPerlinNoiseCameraShakePattern::X' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, Y) == 0x000048, "Member 'UPerlinNoiseCameraShakePattern::Y' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, Z) == 0x000050, "Member 'UPerlinNoiseCameraShakePattern::Z' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, RotationAmplitudeMultiplier) == 0x000058, "Member 'UPerlinNoiseCameraShakePattern::RotationAmplitudeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, RotationFrequencyMultiplier) == 0x00005C, "Member 'UPerlinNoiseCameraShakePattern::RotationFrequencyMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, Pitch) == 0x000060, "Member 'UPerlinNoiseCameraShakePattern::Pitch' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, Yaw) == 0x000068, "Member 'UPerlinNoiseCameraShakePattern::Yaw' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, Roll) == 0x000070, "Member 'UPerlinNoiseCameraShakePattern::Roll' has a wrong offset!"); \ static_assert(offsetof(UPerlinNoiseCameraShakePattern, FOV) == 0x000078, "Member 'UPerlinNoiseCameraShakePattern::FOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWaveOscillatorCameraShakePattern \ static_assert(alignof(UWaveOscillatorCameraShakePattern) == 0x000008, "Wrong alignment on UWaveOscillatorCameraShakePattern"); \ static_assert(sizeof(UWaveOscillatorCameraShakePattern) == 0x0000D8, "Wrong size on UWaveOscillatorCameraShakePattern"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, LocationAmplitudeMultiplier) == 0x000038, "Member 'UWaveOscillatorCameraShakePattern::LocationAmplitudeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, LocationFrequencyMultiplier) == 0x00003C, "Member 'UWaveOscillatorCameraShakePattern::LocationFrequencyMultiplier' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, X) == 0x000040, "Member 'UWaveOscillatorCameraShakePattern::X' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, Y) == 0x00004C, "Member 'UWaveOscillatorCameraShakePattern::Y' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, Z) == 0x000058, "Member 'UWaveOscillatorCameraShakePattern::Z' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, RotationAmplitudeMultiplier) == 0x000064, "Member 'UWaveOscillatorCameraShakePattern::RotationAmplitudeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, RotationFrequencyMultiplier) == 0x000068, "Member 'UWaveOscillatorCameraShakePattern::RotationFrequencyMultiplier' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, Pitch) == 0x00006C, "Member 'UWaveOscillatorCameraShakePattern::Pitch' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, Yaw) == 0x000078, "Member 'UWaveOscillatorCameraShakePattern::Yaw' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, Roll) == 0x000084, "Member 'UWaveOscillatorCameraShakePattern::Roll' has a wrong offset!"); \ static_assert(offsetof(UWaveOscillatorCameraShakePattern, FOV) == 0x000090, "Member 'UWaveOscillatorCameraShakePattern::FOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim \ static_assert(alignof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim) == 0x000010, "Wrong alignment on BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim"); \ static_assert(sizeof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim) == 0x000290, "Wrong size on BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, EntryPoint) == 0x000000, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_GetActorOwner_ReturnValue_1) == 0x000010, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000018, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000030, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000041, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_BreakTransform_Location) == 0x000044, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_BreakTransform_Rotation) == 0x000050, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_BreakTransform_Scale) == 0x00005C, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_K2_TeleportTo_ReturnValue) == 0x000068, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_K2_TeleportTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_CustomEvent_Caller) == 0x000070, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000078, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_AsBiped_Character) == 0x000080, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_AsBiped_Character' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_GetPlayerController_ReturnValue) == 0x000090, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_GetHUD_ReturnValue) == 0x000098, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000A0, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_AsPhoenix_HUD) == 0x0000A8, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_bSuccess_3) == 0x0000B0, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_AsBPI_Phoenix_Hud) == 0x0000B8, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_AsBPI_Phoenix_Hud' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_bSuccess_4) == 0x0000C8, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_SwitchEnum_CmpSuccess) == 0x0000C9, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000D0, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_GetHUD_ReturnValue_1) == 0x0000D8, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_AsPhoenix_HUD_1) == 0x0000E0, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_AsPhoenix_HUD_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_bSuccess_5) == 0x0000E8, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_AsBPI_Phoenix_Hud_1) == 0x0000F0, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_AsBPI_Phoenix_Hud_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_bSuccess_6) == 0x000100, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_CreateDelegate_OutputDelegate) == 0x000104, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000114, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_CreateDelegate_OutputDelegate_1) == 0x000118, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_GetAnimInstance_ReturnValue) == 0x000128, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x000130, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000138, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_bSuccess_7) == 0x000148, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000150, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_bSuccess_8) == 0x000160, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000168, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_bSuccess_9) == 0x000178, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000180, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_Event_OwnerActor_1) == 0x000188, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_AsBiped_Character_1) == 0x000190, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_AsBiped_Character_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_bSuccess_10) == 0x000198, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_MakeLiteralByte_ReturnValue) == 0x000199, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x00019C, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_GetAnimInstance_ReturnValue_2) == 0x0001A0, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_BTCustomActionEvent_VariantMapHandle_4) == 0x0001A8, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_BTCustomActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x0001B0, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_bSuccess_11) == 0x0001C0, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_GetVariantFloat_FromHandle_bFound) == 0x0001C1, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_GetVariantFloat_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_GetVariantFloat_FromHandle_ReturnValue) == 0x0001C4, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_GetVariantFloat_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_GetVariantFTransform_FromHandle_bFound) == 0x0001C8, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_GetVariantFTransform_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_GetVariantFTransform_FromHandle_ReturnValue) == 0x0001D0, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_GetVariantFTransform_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_BTCustomActionEvent_VariantMapHandle_5) == 0x000200, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_BTCustomActionEvent_VariantMapHandle_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000204, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_GetActorOwner_ReturnValue_2) == 0x000208, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_AsBiped_Character_2) == 0x000210, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_AsBiped_Character_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_bSuccess_12) == 0x000218, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_Event_OwnerActor) == 0x000220, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x000228, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_bSuccess_13) == 0x000238, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000239, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000240, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_bSuccess_14) == 0x000250, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_AsBiped_Character_3) == 0x000258, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_AsBiped_Character_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, K2Node_DynamicCast_bSuccess_15) == 0x000260, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x000264, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_HermesBindEvent_Handle) == 0x000268, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_GetActorOwner_ReturnValue_3) == 0x000278, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_GetActorOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim, CallFunc_HermesBindEvent_Handle_1) == 0x000280, "Member 'BTS_Biped_Swim_C_ExecuteUbergraph_BTS_Biped_Swim::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Swim_C_ServiceBegin \ static_assert(alignof(BTS_Biped_Swim_C_ServiceBegin) == 0x000008, "Wrong alignment on BTS_Biped_Swim_C_ServiceBegin"); \ static_assert(sizeof(BTS_Biped_Swim_C_ServiceBegin) == 0x000008, "Wrong size on BTS_Biped_Swim_C_ServiceBegin"); \ static_assert(offsetof(BTS_Biped_Swim_C_ServiceBegin, OwnerActor) == 0x000000, "Member 'BTS_Biped_Swim_C_ServiceBegin::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Swim_C_ServiceEnd \ static_assert(alignof(BTS_Biped_Swim_C_ServiceEnd) == 0x000008, "Wrong alignment on BTS_Biped_Swim_C_ServiceEnd"); \ static_assert(sizeof(BTS_Biped_Swim_C_ServiceEnd) == 0x000008, "Wrong size on BTS_Biped_Swim_C_ServiceEnd"); \ static_assert(offsetof(BTS_Biped_Swim_C_ServiceEnd, OwnerActor) == 0x000000, "Member 'BTS_Biped_Swim_C_ServiceEnd::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Swim_C_MovementModeChanged \ static_assert(alignof(BTS_Biped_Swim_C_MovementModeChanged) == 0x000008, "Wrong alignment on BTS_Biped_Swim_C_MovementModeChanged"); \ static_assert(sizeof(BTS_Biped_Swim_C_MovementModeChanged) == 0x000008, "Wrong size on BTS_Biped_Swim_C_MovementModeChanged"); \ static_assert(offsetof(BTS_Biped_Swim_C_MovementModeChanged, Caller) == 0x000000, "Member 'BTS_Biped_Swim_C_MovementModeChanged::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Swim_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTS_Biped_Swim_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTS_Biped_Swim_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTS_Biped_Swim_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTS_Biped_Swim_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTS_Biped_Swim_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_Swim_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Swim_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTS_Biped_Swim_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTS_Biped_Swim_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTS_Biped_Swim_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTS_Biped_Swim_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTS_Biped_Swim_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_Swim_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Swim_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTS_Biped_Swim_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTS_Biped_Swim_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTS_Biped_Swim_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTS_Biped_Swim_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTS_Biped_Swim_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_Swim_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Swim_C_CustActionEvt_Teleport_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTS_Biped_Swim_C_CustActionEvt_Teleport_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTS_Biped_Swim_C_CustActionEvt_Teleport_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTS_Biped_Swim_C_CustActionEvt_Teleport_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTS_Biped_Swim_C_CustActionEvt_Teleport_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTS_Biped_Swim_C_CustActionEvt_Teleport_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_Swim_C_CustActionEvt_Teleport_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Swim_C_CustActionEvt_SwimDive_K2Node_BTCustomActionEvent_4 \ static_assert(alignof(BTS_Biped_Swim_C_CustActionEvt_SwimDive_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong alignment on BTS_Biped_Swim_C_CustActionEvt_SwimDive_K2Node_BTCustomActionEvent_4"); \ static_assert(sizeof(BTS_Biped_Swim_C_CustActionEvt_SwimDive_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong size on BTS_Biped_Swim_C_CustActionEvt_SwimDive_K2Node_BTCustomActionEvent_4"); \ static_assert(offsetof(BTS_Biped_Swim_C_CustActionEvt_SwimDive_K2Node_BTCustomActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_Swim_C_CustActionEvt_SwimDive_K2Node_BTCustomActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Swim_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_5 \ static_assert(alignof(BTS_Biped_Swim_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong alignment on BTS_Biped_Swim_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_5"); \ static_assert(sizeof(BTS_Biped_Swim_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong size on BTS_Biped_Swim_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_5"); \ static_assert(offsetof(BTS_Biped_Swim_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_5, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_Swim_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_5::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Swim_C_PlaySwimAbility \ static_assert(alignof(BTS_Biped_Swim_C_PlaySwimAbility) == 0x000008, "Wrong alignment on BTS_Biped_Swim_C_PlaySwimAbility"); \ static_assert(sizeof(BTS_Biped_Swim_C_PlaySwimAbility) == 0x000058, "Wrong size on BTS_Biped_Swim_C_PlaySwimAbility"); \ static_assert(offsetof(BTS_Biped_Swim_C_PlaySwimAbility, SwimAbility) == 0x000000, "Member 'BTS_Biped_Swim_C_PlaySwimAbility::SwimAbility' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_PlaySwimAbility, CallFunc_MakeLiteralName_ReturnValue) == 0x000008, "Member 'BTS_Biped_Swim_C_PlaySwimAbility::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_PlaySwimAbility, CallFunc_GetActorOwner_ReturnValue) == 0x000010, "Member 'BTS_Biped_Swim_C_PlaySwimAbility::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_PlaySwimAbility, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000018, "Member 'BTS_Biped_Swim_C_PlaySwimAbility::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_PlaySwimAbility, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000020, "Member 'BTS_Biped_Swim_C_PlaySwimAbility::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_PlaySwimAbility, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTS_Biped_Swim_C_PlaySwimAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_PlaySwimAbility, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000031, "Member 'BTS_Biped_Swim_C_PlaySwimAbility::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_PlaySwimAbility, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000034, "Member 'BTS_Biped_Swim_C_PlaySwimAbility::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_PlaySwimAbility, CallFunc_GetValueAsClass_ReturnValue) == 0x000040, "Member 'BTS_Biped_Swim_C_PlaySwimAbility::CallFunc_GetValueAsClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_PlaySwimAbility, K2Node_ClassDynamicCast_AsAbl_Ability) == 0x000048, "Member 'BTS_Biped_Swim_C_PlaySwimAbility::K2Node_ClassDynamicCast_AsAbl_Ability' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Swim_C_PlaySwimAbility, K2Node_ClassDynamicCast_bSuccess) == 0x000050, "Member 'BTS_Biped_Swim_C_PlaySwimAbility::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Biped_Swim_C \ static_assert(alignof(UBTS_Biped_Swim_C) == 0x000010, "Wrong alignment on UBTS_Biped_Swim_C"); \ static_assert(sizeof(UBTS_Biped_Swim_C) == 0x000150, "Wrong size on UBTS_Biped_Swim_C"); \ static_assert(offsetof(UBTS_Biped_Swim_C, UberGraphFrame) == 0x0000F8, "Member 'UBTS_Biped_Swim_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_Swim_C, TargetTransform) == 0x000100, "Member 'UBTS_Biped_Swim_C::TargetTransform' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_Swim_C, RiseDelay) == 0x000130, "Member 'UBTS_Biped_Swim_C::RiseDelay' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_Swim_C, MovementModeChangedHandle) == 0x000138, "Member 'UBTS_Biped_Swim_C::MovementModeChangedHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_InputToYaw_HippogriffFlight_Hover_C \ static_assert(alignof(UBP_InputToYaw_HippogriffFlight_Hover_C) == 0x000008, "Wrong alignment on UBP_InputToYaw_HippogriffFlight_Hover_C"); \ static_assert(sizeof(UBP_InputToYaw_HippogriffFlight_Hover_C) == 0x000200, "Wrong size on UBP_InputToYaw_HippogriffFlight_Hover_C"); \ #define DUMPER7_ASSERTS_FTickAnimationSharingFunction \ static_assert(alignof(FTickAnimationSharingFunction) == 0x000008, "Wrong alignment on FTickAnimationSharingFunction"); \ static_assert(sizeof(FTickAnimationSharingFunction) == 0x000048, "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) == 0x000120, "Wrong size on UAnimSharingInstance"); \ static_assert(offsetof(UAnimSharingInstance, RegisteredActors) == 0x000028, "Member 'UAnimSharingInstance::RegisteredActors' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingInstance, StateProcessor) == 0x000088, "Member 'UAnimSharingInstance::StateProcessor' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingInstance, UsedAnimationSequences) == 0x0000C8, "Member 'UAnimSharingInstance::UsedAnimationSequences' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingInstance, StateEnum) == 0x0000E8, "Member 'UAnimSharingInstance::StateEnum' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingInstance, SharingActor) == 0x0000F0, "Member 'UAnimSharingInstance::SharingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationSharingManager_AnimationSharingEnabled \ static_assert(alignof(AnimationSharingManager_AnimationSharingEnabled) == 0x000001, "Wrong alignment on AnimationSharingManager_AnimationSharingEnabled"); \ static_assert(sizeof(AnimationSharingManager_AnimationSharingEnabled) == 0x000001, "Wrong size on AnimationSharingManager_AnimationSharingEnabled"); \ static_assert(offsetof(AnimationSharingManager_AnimationSharingEnabled, ReturnValue) == 0x000000, "Member 'AnimationSharingManager_AnimationSharingEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationSharingManager_CreateAnimationSharingManager \ static_assert(alignof(AnimationSharingManager_CreateAnimationSharingManager) == 0x000008, "Wrong alignment on AnimationSharingManager_CreateAnimationSharingManager"); \ static_assert(sizeof(AnimationSharingManager_CreateAnimationSharingManager) == 0x000018, "Wrong size on AnimationSharingManager_CreateAnimationSharingManager"); \ static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, WorldContextObject) == 0x000000, "Member 'AnimationSharingManager_CreateAnimationSharingManager::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, Setup) == 0x000008, "Member 'AnimationSharingManager_CreateAnimationSharingManager::Setup' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, ReturnValue) == 0x000010, "Member 'AnimationSharingManager_CreateAnimationSharingManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationSharingManager_GetAnimationSharingManager \ static_assert(alignof(AnimationSharingManager_GetAnimationSharingManager) == 0x000008, "Wrong alignment on AnimationSharingManager_GetAnimationSharingManager"); \ static_assert(sizeof(AnimationSharingManager_GetAnimationSharingManager) == 0x000010, "Wrong size on AnimationSharingManager_GetAnimationSharingManager"); \ static_assert(offsetof(AnimationSharingManager_GetAnimationSharingManager, WorldContextObject) == 0x000000, "Member 'AnimationSharingManager_GetAnimationSharingManager::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingManager_GetAnimationSharingManager, ReturnValue) == 0x000008, "Member 'AnimationSharingManager_GetAnimationSharingManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationSharingManager_RegisterActorWithSkeletonBP \ static_assert(alignof(AnimationSharingManager_RegisterActorWithSkeletonBP) == 0x000008, "Wrong alignment on AnimationSharingManager_RegisterActorWithSkeletonBP"); \ static_assert(sizeof(AnimationSharingManager_RegisterActorWithSkeletonBP) == 0x000010, "Wrong size on AnimationSharingManager_RegisterActorWithSkeletonBP"); \ static_assert(offsetof(AnimationSharingManager_RegisterActorWithSkeletonBP, InActor) == 0x000000, "Member 'AnimationSharingManager_RegisterActorWithSkeletonBP::InActor' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingManager_RegisterActorWithSkeletonBP, SharingSkeleton) == 0x000008, "Member 'AnimationSharingManager_RegisterActorWithSkeletonBP::SharingSkeleton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationSharingManager \ static_assert(alignof(UAnimationSharingManager) == 0x000008, "Wrong alignment on UAnimationSharingManager"); \ static_assert(sizeof(UAnimationSharingManager) == 0x0000C0, "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!"); \ static_assert(offsetof(UAnimationSharingManager, InitializationSetup) == 0x0000B8, "Member 'UAnimationSharingManager::InitializationSetup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationSharingSetup \ static_assert(alignof(UAnimationSharingSetup) == 0x000008, "Wrong alignment on UAnimationSharingSetup"); \ static_assert(sizeof(UAnimationSharingSetup) == 0x000048, "Wrong size on UAnimationSharingSetup"); \ static_assert(offsetof(UAnimationSharingSetup, SkeletonSetups) == 0x000028, "Member 'UAnimationSharingSetup::SkeletonSetups' has a wrong offset!"); \ static_assert(offsetof(UAnimationSharingSetup, ScalabilitySettings) == 0x000038, "Member 'UAnimationSharingSetup::ScalabilitySettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationSharingStateProcessor_GetAnimationStateEnum \ static_assert(alignof(AnimationSharingStateProcessor_GetAnimationStateEnum) == 0x000008, "Wrong alignment on AnimationSharingStateProcessor_GetAnimationStateEnum"); \ static_assert(sizeof(AnimationSharingStateProcessor_GetAnimationStateEnum) == 0x000008, "Wrong size on AnimationSharingStateProcessor_GetAnimationStateEnum"); \ static_assert(offsetof(AnimationSharingStateProcessor_GetAnimationStateEnum, ReturnValue) == 0x000000, "Member 'AnimationSharingStateProcessor_GetAnimationStateEnum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationSharingStateProcessor_ProcessActorState \ static_assert(alignof(AnimationSharingStateProcessor_ProcessActorState) == 0x000008, "Wrong alignment on AnimationSharingStateProcessor_ProcessActorState"); \ static_assert(sizeof(AnimationSharingStateProcessor_ProcessActorState) == 0x000018, "Wrong size on AnimationSharingStateProcessor_ProcessActorState"); \ static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, OutState) == 0x000000, "Member 'AnimationSharingStateProcessor_ProcessActorState::OutState' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, InActor) == 0x000008, "Member 'AnimationSharingStateProcessor_ProcessActorState::InActor' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, CurrentState) == 0x000010, "Member 'AnimationSharingStateProcessor_ProcessActorState::CurrentState' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, OnDemandState) == 0x000011, "Member 'AnimationSharingStateProcessor_ProcessActorState::OnDemandState' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, bShouldProcess) == 0x000012, "Member 'AnimationSharingStateProcessor_ProcessActorState::bShouldProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationSharingStateProcessor \ static_assert(alignof(UAnimationSharingStateProcessor) == 0x000008, "Wrong alignment on UAnimationSharingStateProcessor"); \ static_assert(sizeof(UAnimationSharingStateProcessor) == 0x000050, "Wrong size on UAnimationSharingStateProcessor"); \ static_assert(offsetof(UAnimationSharingStateProcessor, AnimationStateEnum) == 0x000028, "Member 'UAnimationSharingStateProcessor::AnimationStateEnum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USignificanceManager \ static_assert(alignof(USignificanceManager) == 0x000008, "Wrong alignment on USignificanceManager"); \ static_assert(sizeof(USignificanceManager) == 0x000120, "Wrong size on USignificanceManager"); \ static_assert(offsetof(USignificanceManager, SignificanceManagerClassName) == 0x000108, "Member 'USignificanceManager::SignificanceManagerClassName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMyPluginStruct \ static_assert(alignof(FMyPluginStruct) == 0x000008, "Wrong alignment on FMyPluginStruct"); \ static_assert(sizeof(FMyPluginStruct) == 0x000010, "Wrong size on FMyPluginStruct"); \ static_assert(offsetof(FMyPluginStruct, TestString) == 0x000000, "Member 'FMyPluginStruct::TestString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMyPluginObject \ static_assert(alignof(UMyPluginObject) == 0x000008, "Wrong alignment on UMyPluginObject"); \ static_assert(sizeof(UMyPluginObject) == 0x000038, "Wrong size on UMyPluginObject"); \ static_assert(offsetof(UMyPluginObject, MyStruct) == 0x000028, "Member 'UMyPluginObject::MyStruct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWInstrumentedProfilerCategoryAvailability \ static_assert(alignof(FWInstrumentedProfilerCategoryAvailability) == 0x000004, "Wrong alignment on FWInstrumentedProfilerCategoryAvailability"); \ static_assert(sizeof(FWInstrumentedProfilerCategoryAvailability) == 0x000008, "Wrong size on FWInstrumentedProfilerCategoryAvailability"); \ static_assert(offsetof(FWInstrumentedProfilerCategoryAvailability, Category) == 0x000000, "Member 'FWInstrumentedProfilerCategoryAvailability::Category' has a wrong offset!"); \ static_assert(offsetof(FWInstrumentedProfilerCategoryAvailability, Availability) == 0x000004, "Member 'FWInstrumentedProfilerCategoryAvailability::Availability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWExternalProfilersSettings \ static_assert(alignof(UWExternalProfilersSettings) == 0x000008, "Wrong alignment on UWExternalProfilersSettings"); \ static_assert(sizeof(UWExternalProfilersSettings) == 0x000040, "Wrong size on UWExternalProfilersSettings"); \ static_assert(offsetof(UWExternalProfilersSettings, AutomatedResume) == 0x000028, "Member 'UWExternalProfilersSettings::AutomatedResume' has a wrong offset!"); \ static_assert(offsetof(UWExternalProfilersSettings, Categories) == 0x000030, "Member 'UWExternalProfilersSettings::Categories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWTelemetrySettings \ static_assert(alignof(UWTelemetrySettings) == 0x000008, "Wrong alignment on UWTelemetrySettings"); \ static_assert(sizeof(UWTelemetrySettings) == 0x000068, "Wrong size on UWTelemetrySettings"); \ static_assert(offsetof(UWTelemetrySettings, AutomatedResume) == 0x000028, "Member 'UWTelemetrySettings::AutomatedResume' has a wrong offset!"); \ static_assert(offsetof(UWTelemetrySettings, bEnableTelemetry) == 0x00002C, "Member 'UWTelemetrySettings::bEnableTelemetry' has a wrong offset!"); \ static_assert(offsetof(UWTelemetrySettings, TelemetrySizeInKB) == 0x000030, "Member 'UWTelemetrySettings::TelemetrySizeInKB' has a wrong offset!"); \ static_assert(offsetof(UWTelemetrySettings, ConnectionAddress) == 0x000038, "Member 'UWTelemetrySettings::ConnectionAddress' has a wrong offset!"); \ static_assert(offsetof(UWTelemetrySettings, Categories) == 0x000048, "Member 'UWTelemetrySettings::Categories' has a wrong offset!"); \ static_assert(offsetof(UWTelemetrySettings, bBreakOnMismatchedZone) == 0x000058, "Member 'UWTelemetrySettings::bBreakOnMismatchedZone' has a wrong offset!"); \ static_assert(offsetof(UWTelemetrySettings, TelemetryMaxThreadCount) == 0x00005C, "Member 'UWTelemetrySettings::TelemetryMaxThreadCount' has a wrong offset!"); \ static_assert(offsetof(UWTelemetrySettings, TelemetryMaxTimeSpanTrackCount) == 0x000060, "Member 'UWTelemetrySettings::TelemetryMaxTimeSpanTrackCount' has a wrong offset!"); \ static_assert(offsetof(UWTelemetrySettings, bEnableContextSwitches) == 0x000064, "Member 'UWTelemetrySettings::bEnableContextSwitches' has a wrong offset!"); \ static_assert(offsetof(UWTelemetrySettings, bEnableMessages) == 0x000065, "Member 'UWTelemetrySettings::bEnableMessages' has a wrong offset!"); \ static_assert(offsetof(UWTelemetrySettings, bEnableOutputDebugInfo) == 0x000066, "Member 'UWTelemetrySettings::bEnableOutputDebugInfo' has a wrong offset!"); \ static_assert(offsetof(UWTelemetrySettings, bBreakOnWarning) == 0x000067, "Member 'UWTelemetrySettings::bBreakOnWarning' 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) == 0x0007A0, "Wrong size on USynthComponentMoto"); \ static_assert(offsetof(USynthComponentMoto, MotoSynthPreset) == 0x0006E0, "Member 'USynthComponentMoto::MotoSynthPreset' has a wrong offset!"); \ static_assert(offsetof(USynthComponentMoto, RPM) == 0x0006E8, "Member 'USynthComponentMoto::RPM' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMediaCaptureDevice \ static_assert(alignof(FMediaCaptureDevice) == 0x000008, "Wrong alignment on FMediaCaptureDevice"); \ static_assert(sizeof(FMediaCaptureDevice) == 0x000028, "Wrong size on FMediaCaptureDevice"); \ static_assert(offsetof(FMediaCaptureDevice, DisplayName) == 0x000000, "Member 'FMediaCaptureDevice::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FMediaCaptureDevice, URL) == 0x000018, "Member 'FMediaCaptureDevice::URL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMediaSoundComponentSpectralData \ static_assert(alignof(FMediaSoundComponentSpectralData) == 0x000004, "Wrong alignment on FMediaSoundComponentSpectralData"); \ static_assert(sizeof(FMediaSoundComponentSpectralData) == 0x000008, "Wrong size on FMediaSoundComponentSpectralData"); \ static_assert(offsetof(FMediaSoundComponentSpectralData, FrequencyHz) == 0x000000, "Member 'FMediaSoundComponentSpectralData::FrequencyHz' has a wrong offset!"); \ static_assert(offsetof(FMediaSoundComponentSpectralData, Magnitude) == 0x000004, "Member 'FMediaSoundComponentSpectralData::Magnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_Add \ static_assert(alignof(MediaPlaylist_Add) == 0x000008, "Wrong alignment on MediaPlaylist_Add"); \ static_assert(sizeof(MediaPlaylist_Add) == 0x000010, "Wrong size on MediaPlaylist_Add"); \ static_assert(offsetof(MediaPlaylist_Add, MediaSource) == 0x000000, "Member 'MediaPlaylist_Add::MediaSource' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_Add, ReturnValue) == 0x000008, "Member 'MediaPlaylist_Add::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_AddFile \ static_assert(alignof(MediaPlaylist_AddFile) == 0x000008, "Wrong alignment on MediaPlaylist_AddFile"); \ static_assert(sizeof(MediaPlaylist_AddFile) == 0x000018, "Wrong size on MediaPlaylist_AddFile"); \ static_assert(offsetof(MediaPlaylist_AddFile, FilePath) == 0x000000, "Member 'MediaPlaylist_AddFile::FilePath' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_AddFile, ReturnValue) == 0x000010, "Member 'MediaPlaylist_AddFile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_AddUrl \ static_assert(alignof(MediaPlaylist_AddUrl) == 0x000008, "Wrong alignment on MediaPlaylist_AddUrl"); \ static_assert(sizeof(MediaPlaylist_AddUrl) == 0x000018, "Wrong size on MediaPlaylist_AddUrl"); \ static_assert(offsetof(MediaPlaylist_AddUrl, URL) == 0x000000, "Member 'MediaPlaylist_AddUrl::URL' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_AddUrl, ReturnValue) == 0x000010, "Member 'MediaPlaylist_AddUrl::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_Get \ static_assert(alignof(MediaPlaylist_Get) == 0x000008, "Wrong alignment on MediaPlaylist_Get"); \ static_assert(sizeof(MediaPlaylist_Get) == 0x000010, "Wrong size on MediaPlaylist_Get"); \ static_assert(offsetof(MediaPlaylist_Get, Index_0) == 0x000000, "Member 'MediaPlaylist_Get::Index_0' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_Get, ReturnValue) == 0x000008, "Member 'MediaPlaylist_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_GetNext \ static_assert(alignof(MediaPlaylist_GetNext) == 0x000008, "Wrong alignment on MediaPlaylist_GetNext"); \ static_assert(sizeof(MediaPlaylist_GetNext) == 0x000010, "Wrong size on MediaPlaylist_GetNext"); \ static_assert(offsetof(MediaPlaylist_GetNext, InOutIndex) == 0x000000, "Member 'MediaPlaylist_GetNext::InOutIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_GetNext, ReturnValue) == 0x000008, "Member 'MediaPlaylist_GetNext::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_GetPrevious \ static_assert(alignof(MediaPlaylist_GetPrevious) == 0x000008, "Wrong alignment on MediaPlaylist_GetPrevious"); \ static_assert(sizeof(MediaPlaylist_GetPrevious) == 0x000010, "Wrong size on MediaPlaylist_GetPrevious"); \ static_assert(offsetof(MediaPlaylist_GetPrevious, InOutIndex) == 0x000000, "Member 'MediaPlaylist_GetPrevious::InOutIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_GetPrevious, ReturnValue) == 0x000008, "Member 'MediaPlaylist_GetPrevious::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_GetRandom \ static_assert(alignof(MediaPlaylist_GetRandom) == 0x000008, "Wrong alignment on MediaPlaylist_GetRandom"); \ static_assert(sizeof(MediaPlaylist_GetRandom) == 0x000010, "Wrong size on MediaPlaylist_GetRandom"); \ static_assert(offsetof(MediaPlaylist_GetRandom, OutIndex) == 0x000000, "Member 'MediaPlaylist_GetRandom::OutIndex' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_GetRandom, ReturnValue) == 0x000008, "Member 'MediaPlaylist_GetRandom::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_Insert \ static_assert(alignof(MediaPlaylist_Insert) == 0x000008, "Wrong alignment on MediaPlaylist_Insert"); \ static_assert(sizeof(MediaPlaylist_Insert) == 0x000010, "Wrong size on MediaPlaylist_Insert"); \ static_assert(offsetof(MediaPlaylist_Insert, MediaSource) == 0x000000, "Member 'MediaPlaylist_Insert::MediaSource' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_Insert, Index_0) == 0x000008, "Member 'MediaPlaylist_Insert::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_Num \ static_assert(alignof(MediaPlaylist_Num) == 0x000004, "Wrong alignment on MediaPlaylist_Num"); \ static_assert(sizeof(MediaPlaylist_Num) == 0x000004, "Wrong size on MediaPlaylist_Num"); \ static_assert(offsetof(MediaPlaylist_Num, ReturnValue) == 0x000000, "Member 'MediaPlaylist_Num::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_Remove \ static_assert(alignof(MediaPlaylist_Remove) == 0x000008, "Wrong alignment on MediaPlaylist_Remove"); \ static_assert(sizeof(MediaPlaylist_Remove) == 0x000010, "Wrong size on MediaPlaylist_Remove"); \ static_assert(offsetof(MediaPlaylist_Remove, MediaSource) == 0x000000, "Member 'MediaPlaylist_Remove::MediaSource' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_Remove, ReturnValue) == 0x000008, "Member 'MediaPlaylist_Remove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_RemoveAt \ static_assert(alignof(MediaPlaylist_RemoveAt) == 0x000004, "Wrong alignment on MediaPlaylist_RemoveAt"); \ static_assert(sizeof(MediaPlaylist_RemoveAt) == 0x000008, "Wrong size on MediaPlaylist_RemoveAt"); \ static_assert(offsetof(MediaPlaylist_RemoveAt, Index_0) == 0x000000, "Member 'MediaPlaylist_RemoveAt::Index_0' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_RemoveAt, ReturnValue) == 0x000004, "Member 'MediaPlaylist_RemoveAt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaPlaylist_Replace \ static_assert(alignof(MediaPlaylist_Replace) == 0x000008, "Wrong alignment on MediaPlaylist_Replace"); \ static_assert(sizeof(MediaPlaylist_Replace) == 0x000018, "Wrong size on MediaPlaylist_Replace"); \ static_assert(offsetof(MediaPlaylist_Replace, Index_0) == 0x000000, "Member 'MediaPlaylist_Replace::Index_0' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_Replace, Replacement) == 0x000008, "Member 'MediaPlaylist_Replace::Replacement' has a wrong offset!"); \ static_assert(offsetof(MediaPlaylist_Replace, ReturnValue) == 0x000010, "Member 'MediaPlaylist_Replace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMediaPlaylist \ static_assert(alignof(UMediaPlaylist) == 0x000008, "Wrong alignment on UMediaPlaylist"); \ static_assert(sizeof(UMediaPlaylist) == 0x000038, "Wrong size on UMediaPlaylist"); \ static_assert(offsetof(UMediaPlaylist, Items) == 0x000028, "Member 'UMediaPlaylist::Items' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaSource_SetMediaOptionBool \ static_assert(alignof(MediaSource_SetMediaOptionBool) == 0x000004, "Wrong alignment on MediaSource_SetMediaOptionBool"); \ static_assert(sizeof(MediaSource_SetMediaOptionBool) == 0x00000C, "Wrong size on MediaSource_SetMediaOptionBool"); \ static_assert(offsetof(MediaSource_SetMediaOptionBool, Key) == 0x000000, "Member 'MediaSource_SetMediaOptionBool::Key' has a wrong offset!"); \ static_assert(offsetof(MediaSource_SetMediaOptionBool, Value) == 0x000008, "Member 'MediaSource_SetMediaOptionBool::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaSource_SetMediaOptionFloat \ static_assert(alignof(MediaSource_SetMediaOptionFloat) == 0x000004, "Wrong alignment on MediaSource_SetMediaOptionFloat"); \ static_assert(sizeof(MediaSource_SetMediaOptionFloat) == 0x00000C, "Wrong size on MediaSource_SetMediaOptionFloat"); \ static_assert(offsetof(MediaSource_SetMediaOptionFloat, Key) == 0x000000, "Member 'MediaSource_SetMediaOptionFloat::Key' has a wrong offset!"); \ static_assert(offsetof(MediaSource_SetMediaOptionFloat, Value) == 0x000008, "Member 'MediaSource_SetMediaOptionFloat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaSource_SetMediaOptionInt64 \ static_assert(alignof(MediaSource_SetMediaOptionInt64) == 0x000008, "Wrong alignment on MediaSource_SetMediaOptionInt64"); \ static_assert(sizeof(MediaSource_SetMediaOptionInt64) == 0x000010, "Wrong size on MediaSource_SetMediaOptionInt64"); \ static_assert(offsetof(MediaSource_SetMediaOptionInt64, Key) == 0x000000, "Member 'MediaSource_SetMediaOptionInt64::Key' has a wrong offset!"); \ static_assert(offsetof(MediaSource_SetMediaOptionInt64, Value) == 0x000008, "Member 'MediaSource_SetMediaOptionInt64::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaSource_SetMediaOptionString \ static_assert(alignof(MediaSource_SetMediaOptionString) == 0x000008, "Wrong alignment on MediaSource_SetMediaOptionString"); \ static_assert(sizeof(MediaSource_SetMediaOptionString) == 0x000018, "Wrong size on MediaSource_SetMediaOptionString"); \ static_assert(offsetof(MediaSource_SetMediaOptionString, Key) == 0x000000, "Member 'MediaSource_SetMediaOptionString::Key' has a wrong offset!"); \ static_assert(offsetof(MediaSource_SetMediaOptionString, Value) == 0x000008, "Member 'MediaSource_SetMediaOptionString::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaSource_GetUrl \ static_assert(alignof(MediaSource_GetUrl) == 0x000008, "Wrong alignment on MediaSource_GetUrl"); \ static_assert(sizeof(MediaSource_GetUrl) == 0x000010, "Wrong size on MediaSource_GetUrl"); \ static_assert(offsetof(MediaSource_GetUrl, ReturnValue) == 0x000000, "Member 'MediaSource_GetUrl::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaSource_Validate \ static_assert(alignof(MediaSource_Validate) == 0x000001, "Wrong alignment on MediaSource_Validate"); \ static_assert(sizeof(MediaSource_Validate) == 0x000001, "Wrong size on MediaSource_Validate"); \ static_assert(offsetof(MediaSource_Validate, ReturnValue) == 0x000000, "Member 'MediaSource_Validate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMediaSource \ static_assert(alignof(UMediaSource) == 0x000008, "Wrong alignment on UMediaSource"); \ static_assert(sizeof(UMediaSource) == 0x000080, "Wrong size on UMediaSource"); \ #define DUMPER7_ASSERTS_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) == 0x0000D0, "Wrong size on UFileMediaSource"); \ static_assert(offsetof(UFileMediaSource, FilePath) == 0x000088, "Member 'UFileMediaSource::FilePath' has a wrong offset!"); \ static_assert(offsetof(UFileMediaSource, FilePathAlternative) == 0x000098, "Member 'UFileMediaSource::FilePathAlternative' has a wrong offset!"); \ static_assert(offsetof(UFileMediaSource, PrecacheFile) == 0x0000A8, "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) == 0x0000E0, "Wrong size on UMediaComponent"); \ static_assert(offsetof(UMediaComponent, MediaTexture) == 0x0000D0, "Member 'UMediaComponent::MediaTexture' has a wrong offset!"); \ static_assert(offsetof(UMediaComponent, MediaPlayer) == 0x0000D8, "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_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) == 0x000840, "Wrong size on UMediaSoundComponent"); \ static_assert(offsetof(UMediaSoundComponent, Channels) == 0x0006E0, "Member 'UMediaSoundComponent::Channels' has a wrong offset!"); \ static_assert(offsetof(UMediaSoundComponent, DynamicRateAdjustment) == 0x0006E4, "Member 'UMediaSoundComponent::DynamicRateAdjustment' has a wrong offset!"); \ static_assert(offsetof(UMediaSoundComponent, RateAdjustmentFactor) == 0x0006E8, "Member 'UMediaSoundComponent::RateAdjustmentFactor' has a wrong offset!"); \ static_assert(offsetof(UMediaSoundComponent, RateAdjustmentRange) == 0x0006EC, "Member 'UMediaSoundComponent::RateAdjustmentRange' has a wrong offset!"); \ static_assert(offsetof(UMediaSoundComponent, MediaPlayer) == 0x000700, "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_ABP_OL_VFX_SlaveToSpline_C \ static_assert(alignof(ABP_OL_VFX_SlaveToSpline_C) == 0x000008, "Wrong alignment on ABP_OL_VFX_SlaveToSpline_C"); \ static_assert(sizeof(ABP_OL_VFX_SlaveToSpline_C) == 0x000260, "Wrong size on ABP_OL_VFX_SlaveToSpline_C"); \ #define DUMPER7_ASSERTS_VFX_BP_Detected_ScreenFX_C_ExecuteUbergraph_VFX_BP_Detected_ScreenFX \ static_assert(alignof(VFX_BP_Detected_ScreenFX_C_ExecuteUbergraph_VFX_BP_Detected_ScreenFX) == 0x000004, "Wrong alignment on VFX_BP_Detected_ScreenFX_C_ExecuteUbergraph_VFX_BP_Detected_ScreenFX"); \ static_assert(sizeof(VFX_BP_Detected_ScreenFX_C_ExecuteUbergraph_VFX_BP_Detected_ScreenFX) == 0x000008, "Wrong size on VFX_BP_Detected_ScreenFX_C_ExecuteUbergraph_VFX_BP_Detected_ScreenFX"); \ static_assert(offsetof(VFX_BP_Detected_ScreenFX_C_ExecuteUbergraph_VFX_BP_Detected_ScreenFX, EntryPoint) == 0x000000, "Member 'VFX_BP_Detected_ScreenFX_C_ExecuteUbergraph_VFX_BP_Detected_ScreenFX::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Detected_ScreenFX_C_ExecuteUbergraph_VFX_BP_Detected_ScreenFX, CallFunc_IsPlayerInIntrusionArea_ReturnValue) == 0x000004, "Member 'VFX_BP_Detected_ScreenFX_C_ExecuteUbergraph_VFX_BP_Detected_ScreenFX::CallFunc_IsPlayerInIntrusionArea_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVFX_BP_Detected_ScreenFX_C \ static_assert(alignof(AVFX_BP_Detected_ScreenFX_C) == 0x000008, "Wrong alignment on AVFX_BP_Detected_ScreenFX_C"); \ static_assert(sizeof(AVFX_BP_Detected_ScreenFX_C) == 0x0002A0, "Wrong size on AVFX_BP_Detected_ScreenFX_C"); \ static_assert(offsetof(AVFX_BP_Detected_ScreenFX_C, UberGraphFrame) == 0x000248, "Member 'AVFX_BP_Detected_ScreenFX_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Detected_ScreenFX_C, Radial_Blur_SC_PostProcess) == 0x000250, "Member 'AVFX_BP_Detected_ScreenFX_C::Radial_Blur_SC_PostProcess' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Detected_ScreenFX_C, Contrast_PostProcess) == 0x000258, "Member 'AVFX_BP_Detected_ScreenFX_C::Contrast_PostProcess' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Detected_ScreenFX_C, DefaultSceneRoot) == 0x000260, "Member 'AVFX_BP_Detected_ScreenFX_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Detected_ScreenFX_C, Camera_Timeline_Blur_Amount_C41BD6754AC3946F7F8B5B883B518082) == 0x000268, "Member 'AVFX_BP_Detected_ScreenFX_C::Camera_Timeline_Blur_Amount_C41BD6754AC3946F7F8B5B883B518082' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Detected_ScreenFX_C, Camera_Timeline_Contrast_C41BD6754AC3946F7F8B5B883B518082) == 0x00026C, "Member 'AVFX_BP_Detected_ScreenFX_C::Camera_Timeline_Contrast_C41BD6754AC3946F7F8B5B883B518082' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Detected_ScreenFX_C, Camera_Timeline__Direction_C41BD6754AC3946F7F8B5B883B518082) == 0x000270, "Member 'AVFX_BP_Detected_ScreenFX_C::Camera_Timeline__Direction_C41BD6754AC3946F7F8B5B883B518082' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Detected_ScreenFX_C, Camera_Timeline) == 0x000278, "Member 'AVFX_BP_Detected_ScreenFX_C::Camera_Timeline' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Detected_ScreenFX_C, Flash) == 0x000280, "Member 'AVFX_BP_Detected_ScreenFX_C::Flash' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Detected_ScreenFX_C, Flash_UI) == 0x000288, "Member 'AVFX_BP_Detected_ScreenFX_C::Flash_UI' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Detected_ScreenFX_C, NewVar_0) == 0x000298, "Member 'AVFX_BP_Detected_ScreenFX_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImgMediaSource_AddGlobalCamera \ static_assert(alignof(ImgMediaSource_AddGlobalCamera) == 0x000008, "Wrong alignment on ImgMediaSource_AddGlobalCamera"); \ static_assert(sizeof(ImgMediaSource_AddGlobalCamera) == 0x000008, "Wrong size on ImgMediaSource_AddGlobalCamera"); \ static_assert(offsetof(ImgMediaSource_AddGlobalCamera, InActor) == 0x000000, "Member 'ImgMediaSource_AddGlobalCamera::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImgMediaSource_AddTargetObject \ static_assert(alignof(ImgMediaSource_AddTargetObject) == 0x000008, "Wrong alignment on ImgMediaSource_AddTargetObject"); \ static_assert(sizeof(ImgMediaSource_AddTargetObject) == 0x000010, "Wrong size on ImgMediaSource_AddTargetObject"); \ static_assert(offsetof(ImgMediaSource_AddTargetObject, InActor) == 0x000000, "Member 'ImgMediaSource_AddTargetObject::InActor' has a wrong offset!"); \ static_assert(offsetof(ImgMediaSource_AddTargetObject, Width) == 0x000008, "Member 'ImgMediaSource_AddTargetObject::Width' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImgMediaSource_RemoveGlobalCamera \ static_assert(alignof(ImgMediaSource_RemoveGlobalCamera) == 0x000008, "Wrong alignment on ImgMediaSource_RemoveGlobalCamera"); \ static_assert(sizeof(ImgMediaSource_RemoveGlobalCamera) == 0x000008, "Wrong size on ImgMediaSource_RemoveGlobalCamera"); \ static_assert(offsetof(ImgMediaSource_RemoveGlobalCamera, InActor) == 0x000000, "Member 'ImgMediaSource_RemoveGlobalCamera::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImgMediaSource_RemoveTargetObject \ static_assert(alignof(ImgMediaSource_RemoveTargetObject) == 0x000008, "Wrong alignment on ImgMediaSource_RemoveTargetObject"); \ static_assert(sizeof(ImgMediaSource_RemoveTargetObject) == 0x000008, "Wrong size on ImgMediaSource_RemoveTargetObject"); \ static_assert(offsetof(ImgMediaSource_RemoveTargetObject, InActor) == 0x000000, "Member 'ImgMediaSource_RemoveTargetObject::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImgMediaSource_SetMipLevelDistance \ static_assert(alignof(ImgMediaSource_SetMipLevelDistance) == 0x000004, "Wrong alignment on ImgMediaSource_SetMipLevelDistance"); \ static_assert(sizeof(ImgMediaSource_SetMipLevelDistance) == 0x000004, "Wrong size on ImgMediaSource_SetMipLevelDistance"); \ static_assert(offsetof(ImgMediaSource_SetMipLevelDistance, Distance) == 0x000000, "Member 'ImgMediaSource_SetMipLevelDistance::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImgMediaSource_SetSequencePath \ static_assert(alignof(ImgMediaSource_SetSequencePath) == 0x000008, "Wrong alignment on ImgMediaSource_SetSequencePath"); \ static_assert(sizeof(ImgMediaSource_SetSequencePath) == 0x000010, "Wrong size on ImgMediaSource_SetSequencePath"); \ static_assert(offsetof(ImgMediaSource_SetSequencePath, Path) == 0x000000, "Member 'ImgMediaSource_SetSequencePath::Path' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImgMediaSource_GetProxies \ static_assert(alignof(ImgMediaSource_GetProxies) == 0x000008, "Wrong alignment on ImgMediaSource_GetProxies"); \ static_assert(sizeof(ImgMediaSource_GetProxies) == 0x000010, "Wrong size on ImgMediaSource_GetProxies"); \ static_assert(offsetof(ImgMediaSource_GetProxies, OutProxies) == 0x000000, "Member 'ImgMediaSource_GetProxies::OutProxies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImgMediaSource_GetSequencePath \ static_assert(alignof(ImgMediaSource_GetSequencePath) == 0x000008, "Wrong alignment on ImgMediaSource_GetSequencePath"); \ static_assert(sizeof(ImgMediaSource_GetSequencePath) == 0x000010, "Wrong size on ImgMediaSource_GetSequencePath"); \ static_assert(offsetof(ImgMediaSource_GetSequencePath, ReturnValue) == 0x000000, "Member 'ImgMediaSource_GetSequencePath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UImgMediaSource \ static_assert(alignof(UImgMediaSource) == 0x000008, "Wrong alignment on UImgMediaSource"); \ static_assert(sizeof(UImgMediaSource) == 0x0000C8, "Wrong size on UImgMediaSource"); \ static_assert(offsetof(UImgMediaSource, IsPathRelativeToProjectRoot) == 0x000088, "Member 'UImgMediaSource::IsPathRelativeToProjectRoot' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSource, FrameRateOverride) == 0x00008C, "Member 'UImgMediaSource::FrameRateOverride' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSource, ProxyOverride) == 0x000098, "Member 'UImgMediaSource::ProxyOverride' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSource, SequencePath) == 0x0000A8, "Member 'UImgMediaSource::SequencePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_DeathWipe_C \ static_assert(alignof(ABP_SkinFX_DeathWipe_C) == 0x000008, "Wrong alignment on ABP_SkinFX_DeathWipe_C"); \ static_assert(sizeof(ABP_SkinFX_DeathWipe_C) == 0x0005D0, "Wrong size on ABP_SkinFX_DeathWipe_C"); \ #define DUMPER7_ASSERTS_UImgMediaSettings \ static_assert(alignof(UImgMediaSettings) == 0x000008, "Wrong alignment on UImgMediaSettings"); \ static_assert(sizeof(UImgMediaSettings) == 0x000068, "Wrong size on UImgMediaSettings"); \ static_assert(offsetof(UImgMediaSettings, DefaultFrameRate) == 0x000028, "Member 'UImgMediaSettings::DefaultFrameRate' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, CacheBehindPercentage) == 0x000030, "Member 'UImgMediaSettings::CacheBehindPercentage' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, CacheSizeGB) == 0x000034, "Member 'UImgMediaSettings::CacheSizeGB' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, CacheThreads) == 0x000038, "Member 'UImgMediaSettings::CacheThreads' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, CacheThreadStackSizeKB) == 0x00003C, "Member 'UImgMediaSettings::CacheThreadStackSizeKB' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, GlobalCacheSizeGB) == 0x000040, "Member 'UImgMediaSettings::GlobalCacheSizeGB' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, UseGlobalCache) == 0x000044, "Member 'UImgMediaSettings::UseGlobalCache' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, ExrDecoderThreads) == 0x000048, "Member 'UImgMediaSettings::ExrDecoderThreads' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, DefaultProxy) == 0x000050, "Member 'UImgMediaSettings::DefaultProxy' has a wrong offset!"); \ static_assert(offsetof(UImgMediaSettings, UseDefaultProxy) == 0x000060, "Member 'UImgMediaSettings::UseDefaultProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Jog2Walk_C \ static_assert(alignof(UABL_Jog2Walk_C) == 0x000008, "Wrong alignment on UABL_Jog2Walk_C"); \ static_assert(sizeof(UABL_Jog2Walk_C) == 0x0000C8, "Wrong size on UABL_Jog2Walk_C"); \ #define DUMPER7_ASSERTS_FMovieSceneMediaPlayerPropertySectionTemplate \ static_assert(alignof(FMovieSceneMediaPlayerPropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneMediaPlayerPropertySectionTemplate"); \ static_assert(sizeof(FMovieSceneMediaPlayerPropertySectionTemplate) == 0x000048, "Wrong size on FMovieSceneMediaPlayerPropertySectionTemplate"); \ static_assert(offsetof(FMovieSceneMediaPlayerPropertySectionTemplate, MediaSource) == 0x000038, "Member 'FMovieSceneMediaPlayerPropertySectionTemplate::MediaSource' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaPlayerPropertySectionTemplate, SectionStartFrame) == 0x000040, "Member 'FMovieSceneMediaPlayerPropertySectionTemplate::SectionStartFrame' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaPlayerPropertySectionTemplate, bLoop) == 0x000044, "Member 'FMovieSceneMediaPlayerPropertySectionTemplate::bLoop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneMediaSectionParams \ static_assert(alignof(FMovieSceneMediaSectionParams) == 0x000008, "Wrong alignment on FMovieSceneMediaSectionParams"); \ static_assert(sizeof(FMovieSceneMediaSectionParams) == 0x000030, "Wrong size on FMovieSceneMediaSectionParams"); \ static_assert(offsetof(FMovieSceneMediaSectionParams, MediaSoundComponent) == 0x000000, "Member 'FMovieSceneMediaSectionParams::MediaSoundComponent' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaSectionParams, MediaSource) == 0x000008, "Member 'FMovieSceneMediaSectionParams::MediaSource' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaSectionParams, MediaTexture) == 0x000010, "Member 'FMovieSceneMediaSectionParams::MediaTexture' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaSectionParams, MediaPlayer) == 0x000018, "Member 'FMovieSceneMediaSectionParams::MediaPlayer' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaSectionParams, SectionStartFrame) == 0x000020, "Member 'FMovieSceneMediaSectionParams::SectionStartFrame' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaSectionParams, SectionEndFrame) == 0x000024, "Member 'FMovieSceneMediaSectionParams::SectionEndFrame' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaSectionParams, bLooping) == 0x000028, "Member 'FMovieSceneMediaSectionParams::bLooping' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneMediaSectionParams, StartFrameOffset) == 0x00002C, "Member 'FMovieSceneMediaSectionParams::StartFrameOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneMediaSectionTemplate \ static_assert(alignof(FMovieSceneMediaSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneMediaSectionTemplate"); \ static_assert(sizeof(FMovieSceneMediaSectionTemplate) == 0x000050, "Wrong size on FMovieSceneMediaSectionTemplate"); \ static_assert(offsetof(FMovieSceneMediaSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneMediaSectionTemplate::Params' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneMediaPlayerPropertySection \ static_assert(alignof(UMovieSceneMediaPlayerPropertySection) == 0x000008, "Wrong alignment on UMovieSceneMediaPlayerPropertySection"); \ static_assert(sizeof(UMovieSceneMediaPlayerPropertySection) == 0x0000F8, "Wrong size on UMovieSceneMediaPlayerPropertySection"); \ static_assert(offsetof(UMovieSceneMediaPlayerPropertySection, MediaSource) == 0x0000E8, "Member 'UMovieSceneMediaPlayerPropertySection::MediaSource' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMediaPlayerPropertySection, bLoop) == 0x0000F0, "Member 'UMovieSceneMediaPlayerPropertySection::bLoop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneMediaPlayerPropertyTrack \ static_assert(alignof(UMovieSceneMediaPlayerPropertyTrack) == 0x000008, "Wrong alignment on UMovieSceneMediaPlayerPropertyTrack"); \ static_assert(sizeof(UMovieSceneMediaPlayerPropertyTrack) == 0x0000C8, "Wrong size on UMovieSceneMediaPlayerPropertyTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneMediaSection \ static_assert(alignof(UMovieSceneMediaSection) == 0x000008, "Wrong alignment on UMovieSceneMediaSection"); \ static_assert(sizeof(UMovieSceneMediaSection) == 0x000118, "Wrong size on UMovieSceneMediaSection"); \ static_assert(offsetof(UMovieSceneMediaSection, MediaSource) == 0x0000E8, "Member 'UMovieSceneMediaSection::MediaSource' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMediaSection, bLooping) == 0x0000F0, "Member 'UMovieSceneMediaSection::bLooping' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMediaSection, StartFrameOffset) == 0x0000F4, "Member 'UMovieSceneMediaSection::StartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMediaSection, MediaTexture) == 0x0000F8, "Member 'UMovieSceneMediaSection::MediaTexture' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMediaSection, MediaSoundComponent) == 0x000100, "Member 'UMovieSceneMediaSection::MediaSoundComponent' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMediaSection, bUseExternalMediaPlayer) == 0x000108, "Member 'UMovieSceneMediaSection::bUseExternalMediaPlayer' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMediaSection, ExternalMediaPlayer) == 0x000110, "Member 'UMovieSceneMediaSection::ExternalMediaPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneMediaTrack \ static_assert(alignof(UMovieSceneMediaTrack) == 0x000008, "Wrong alignment on UMovieSceneMediaTrack"); \ static_assert(sizeof(UMovieSceneMediaTrack) == 0x0000A8, "Wrong size on UMovieSceneMediaTrack"); \ static_assert(offsetof(UMovieSceneMediaTrack, MediaSections) == 0x000098, "Member 'UMovieSceneMediaTrack::MediaSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWmfMediaSettings \ static_assert(alignof(UWmfMediaSettings) == 0x000008, "Wrong alignment on UWmfMediaSettings"); \ static_assert(sizeof(UWmfMediaSettings) == 0x000030, "Wrong size on UWmfMediaSettings"); \ static_assert(offsetof(UWmfMediaSettings, AllowNonStandardCodecs) == 0x000028, "Member 'UWmfMediaSettings::AllowNonStandardCodecs' has a wrong offset!"); \ static_assert(offsetof(UWmfMediaSettings, LowLatency) == 0x000029, "Member 'UWmfMediaSettings::LowLatency' has a wrong offset!"); \ static_assert(offsetof(UWmfMediaSettings, NativeAudioOut) == 0x00002A, "Member 'UWmfMediaSettings::NativeAudioOut' has a wrong offset!"); \ static_assert(offsetof(UWmfMediaSettings, HardwareAcceleratedVideoDecoding) == 0x00002B, "Member 'UWmfMediaSettings::HardwareAcceleratedVideoDecoding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_InventoryCreatureToolTipContent_C \ static_assert(alignof(UUI_BP_InventoryCreatureToolTipContent_C) == 0x000008, "Wrong alignment on UUI_BP_InventoryCreatureToolTipContent_C"); \ static_assert(sizeof(UUI_BP_InventoryCreatureToolTipContent_C) == 0x000268, "Wrong size on UUI_BP_InventoryCreatureToolTipContent_C"); \ #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) == 0x000248, "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) == 0x0002A0, "Wrong size on UARComponent"); \ static_assert(offsetof(UARComponent, NativeID) == 0x000218, "Member 'UARComponent::NativeID' has a wrong offset!"); \ static_assert(offsetof(UARComponent, bUseDefaultReplication) == 0x000258, "Member 'UARComponent::bUseDefaultReplication' has a wrong offset!"); \ static_assert(offsetof(UARComponent, DefaultMeshMaterial) == 0x000260, "Member 'UARComponent::DefaultMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(UARComponent, DefaultWireframeMeshMaterial) == 0x000268, "Member 'UARComponent::DefaultWireframeMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(UARComponent, MRMeshComponent) == 0x000270, "Member 'UARComponent::MRMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UARComponent, MyTrackedGeometry) == 0x000278, "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) == 0x000320, "Wrong size on UARPlaneComponent"); \ static_assert(offsetof(UARPlaneComponent, ReplicatedPayload) == 0x0002A0, "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) == 0x0002A0, "Wrong size on UARPointComponent"); \ static_assert(offsetof(UARPointComponent, ReplicatedPayload) == 0x000298, "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) == 0x000300, "Wrong size on UARFaceComponent"); \ static_assert(offsetof(UARFaceComponent, TransformSetting) == 0x000298, "Member 'UARFaceComponent::TransformSetting' has a wrong offset!"); \ static_assert(offsetof(UARFaceComponent, bUpdateVertexNormal) == 0x000299, "Member 'UARFaceComponent::bUpdateVertexNormal' has a wrong offset!"); \ static_assert(offsetof(UARFaceComponent, bFaceOutOfScreen) == 0x00029A, "Member 'UARFaceComponent::bFaceOutOfScreen' has a wrong offset!"); \ static_assert(offsetof(UARFaceComponent, ReplicatedPayload) == 0x0002A0, "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) == 0x000300, "Wrong size on UARImageComponent"); \ static_assert(offsetof(UARImageComponent, ReplicatedPayload) == 0x0002A0, "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) == 0x000310, "Wrong size on UARQRCodeComponent"); \ static_assert(offsetof(UARQRCodeComponent, ReplicatedPayload) == 0x0002A0, "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) == 0x0002E0, "Wrong size on UARPoseComponent"); \ static_assert(offsetof(UARPoseComponent, ReplicatedPayload) == 0x0002A0, "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) == 0x0002D0, "Wrong size on UAREnvironmentProbeComponent"); \ static_assert(offsetof(UAREnvironmentProbeComponent, ReplicatedPayload) == 0x0002A0, "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) == 0x0002D0, "Wrong size on UARObjectComponent"); \ static_assert(offsetof(UARObjectComponent, ReplicatedPayload) == 0x0002A0, "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) == 0x000300, "Wrong size on UARMeshComponent"); \ static_assert(offsetof(UARMeshComponent, ReplicatedPayload) == 0x0002A0, "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) == 0x000310, "Wrong size on UARGeoAnchorComponent"); \ static_assert(offsetof(UARGeoAnchorComponent, ReplicatedPayload) == 0x0002A0, "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) == 0x000250, "Wrong size on UARLifeCycleComponent"); \ static_assert(offsetof(UARLifeCycleComponent, OnARActorSpawnedDelegate) == 0x000218, "Member 'UARLifeCycleComponent::OnARActorSpawnedDelegate' has a wrong offset!"); \ static_assert(offsetof(UARLifeCycleComponent, OnARActorToBeDestroyedDelegate) == 0x000228, "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) == 0x000248, "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) == 0x000398, "Wrong size on AARSharedWorldGameMode"); \ static_assert(offsetof(AARSharedWorldGameMode, BufferSizePerChunk) == 0x000330, "Member 'AARSharedWorldGameMode::BufferSizePerChunk' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AARSharedWorldGameState \ static_assert(alignof(AARSharedWorldGameState) == 0x000008, "Wrong alignment on AARSharedWorldGameState"); \ static_assert(sizeof(AARSharedWorldGameState) == 0x0002F0, "Wrong size on AARSharedWorldGameState"); \ static_assert(offsetof(AARSharedWorldGameState, PreviewImageData) == 0x0002B8, "Member 'AARSharedWorldGameState::PreviewImageData' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, ARWorldData) == 0x0002C8, "Member 'AARSharedWorldGameState::ARWorldData' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, PreviewImageBytesTotal) == 0x0002D8, "Member 'AARSharedWorldGameState::PreviewImageBytesTotal' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, ARWorldBytesTotal) == 0x0002DC, "Member 'AARSharedWorldGameState::ARWorldBytesTotal' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, PreviewImageBytesDelivered) == 0x0002E0, "Member 'AARSharedWorldGameState::PreviewImageBytesDelivered' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, ARWorldBytesDelivered) == 0x0002E4, "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) == 0x0005B8, "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) == 0x000268, "Wrong size on AARSkyLight"); \ static_assert(offsetof(AARSkyLight, CaptureProbe) == 0x000258, "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) == 0x000220, "Wrong size on UARTrackableNotifyComponent"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedGeometry) == 0x0000D0, "Member 'UARTrackableNotifyComponent::OnAddTrackedGeometry' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedGeometry) == 0x0000E0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedGeometry' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedGeometry) == 0x0000F0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedGeometry' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedPlane) == 0x000100, "Member 'UARTrackableNotifyComponent::OnAddTrackedPlane' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedPlane) == 0x000110, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedPlane' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedPlane) == 0x000120, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedPlane' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedPoint) == 0x000130, "Member 'UARTrackableNotifyComponent::OnAddTrackedPoint' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedPoint) == 0x000140, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedPoint' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedPoint) == 0x000150, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedPoint' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedImage) == 0x000160, "Member 'UARTrackableNotifyComponent::OnAddTrackedImage' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedImage) == 0x000170, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedImage' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedImage) == 0x000180, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedImage' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedFace) == 0x000190, "Member 'UARTrackableNotifyComponent::OnAddTrackedFace' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedFace) == 0x0001A0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedFace' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedFace) == 0x0001B0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedFace' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedEnvProbe) == 0x0001C0, "Member 'UARTrackableNotifyComponent::OnAddTrackedEnvProbe' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedEnvProbe) == 0x0001D0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedEnvProbe' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedEnvProbe) == 0x0001E0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedEnvProbe' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedObject) == 0x0001F0, "Member 'UARTrackableNotifyComponent::OnAddTrackedObject' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedObject) == 0x000200, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedObject' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedObject) == 0x000210, "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_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_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_UABL_WandCast_ProtegoReady_C \ static_assert(alignof(UABL_WandCast_ProtegoReady_C) == 0x000008, "Wrong alignment on UABL_WandCast_ProtegoReady_C"); \ static_assert(sizeof(UABL_WandCast_ProtegoReady_C) == 0x0000D0, "Wrong size on UABL_WandCast_ProtegoReady_C"); \ #define DUMPER7_ASSERTS_FAudioCaptureDeviceInfo \ static_assert(alignof(FAudioCaptureDeviceInfo) == 0x000004, "Wrong alignment on FAudioCaptureDeviceInfo"); \ static_assert(sizeof(FAudioCaptureDeviceInfo) == 0x000010, "Wrong size on FAudioCaptureDeviceInfo"); \ static_assert(offsetof(FAudioCaptureDeviceInfo, DeviceName) == 0x000000, "Member 'FAudioCaptureDeviceInfo::DeviceName' has a wrong offset!"); \ static_assert(offsetof(FAudioCaptureDeviceInfo, NumInputChannels) == 0x000008, "Member 'FAudioCaptureDeviceInfo::NumInputChannels' has a wrong offset!"); \ static_assert(offsetof(FAudioCaptureDeviceInfo, SampleRate) == 0x00000C, "Member 'FAudioCaptureDeviceInfo::SampleRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioCapture_GetAudioCaptureDeviceInfo \ static_assert(alignof(AudioCapture_GetAudioCaptureDeviceInfo) == 0x000004, "Wrong alignment on AudioCapture_GetAudioCaptureDeviceInfo"); \ static_assert(sizeof(AudioCapture_GetAudioCaptureDeviceInfo) == 0x000014, "Wrong size on AudioCapture_GetAudioCaptureDeviceInfo"); \ static_assert(offsetof(AudioCapture_GetAudioCaptureDeviceInfo, OutInfo) == 0x000000, "Member 'AudioCapture_GetAudioCaptureDeviceInfo::OutInfo' has a wrong offset!"); \ static_assert(offsetof(AudioCapture_GetAudioCaptureDeviceInfo, ReturnValue) == 0x000010, "Member 'AudioCapture_GetAudioCaptureDeviceInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioCapture_IsCapturingAudio \ static_assert(alignof(AudioCapture_IsCapturingAudio) == 0x000001, "Wrong alignment on AudioCapture_IsCapturingAudio"); \ static_assert(sizeof(AudioCapture_IsCapturingAudio) == 0x000001, "Wrong size on AudioCapture_IsCapturingAudio"); \ static_assert(offsetof(AudioCapture_IsCapturingAudio, ReturnValue) == 0x000000, "Member 'AudioCapture_IsCapturingAudio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioCapture \ static_assert(alignof(UAudioCapture) == 0x000008, "Wrong alignment on UAudioCapture"); \ static_assert(sizeof(UAudioCapture) == 0x0000B0, "Wrong size on UAudioCapture"); \ #define DUMPER7_ASSERTS_AudioCaptureFunctionLibrary_CreateAudioCapture \ static_assert(alignof(AudioCaptureFunctionLibrary_CreateAudioCapture) == 0x000008, "Wrong alignment on AudioCaptureFunctionLibrary_CreateAudioCapture"); \ static_assert(sizeof(AudioCaptureFunctionLibrary_CreateAudioCapture) == 0x000008, "Wrong size on AudioCaptureFunctionLibrary_CreateAudioCapture"); \ static_assert(offsetof(AudioCaptureFunctionLibrary_CreateAudioCapture, ReturnValue) == 0x000000, "Member 'AudioCaptureFunctionLibrary_CreateAudioCapture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioCaptureFunctionLibrary \ static_assert(alignof(UAudioCaptureFunctionLibrary) == 0x000008, "Wrong alignment on UAudioCaptureFunctionLibrary"); \ static_assert(sizeof(UAudioCaptureFunctionLibrary) == 0x000028, "Wrong size on UAudioCaptureFunctionLibrary"); \ #define DUMPER7_ASSERTS_UAudioCaptureComponent \ static_assert(alignof(UAudioCaptureComponent) == 0x000010, "Wrong alignment on UAudioCaptureComponent"); \ static_assert(sizeof(UAudioCaptureComponent) == 0x0007A0, "Wrong size on UAudioCaptureComponent"); \ static_assert(offsetof(UAudioCaptureComponent, JitterLatencyFrames) == 0x0006E0, "Member 'UAudioCaptureComponent::JitterLatencyFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_OppugnoIndicator_C \ static_assert(alignof(ABP_OppugnoIndicator_C) == 0x000008, "Wrong alignment on ABP_OppugnoIndicator_C"); \ static_assert(sizeof(ABP_OppugnoIndicator_C) == 0x000270, "Wrong size on ABP_OppugnoIndicator_C"); \ #define DUMPER7_ASSERTS_ACableActor \ static_assert(alignof(ACableActor) == 0x000008, "Wrong alignment on ACableActor"); \ static_assert(sizeof(ACableActor) == 0x000250, "Wrong size on ACableActor"); \ static_assert(offsetof(ACableActor, CableComponent) == 0x000248, "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) == 0x000540, "Wrong size on UCableComponent"); \ static_assert(offsetof(UCableComponent, bAttachStart) == 0x0004A8, "Member 'UCableComponent::bAttachStart' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bAttachEnd) == 0x0004A9, "Member 'UCableComponent::bAttachEnd' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, AttachEndTo) == 0x0004B0, "Member 'UCableComponent::AttachEndTo' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, AttachEndToSocketName) == 0x0004D8, "Member 'UCableComponent::AttachEndToSocketName' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, EndLocation) == 0x0004E0, "Member 'UCableComponent::EndLocation' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, CableLength) == 0x0004EC, "Member 'UCableComponent::CableLength' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, NumSegments) == 0x0004F0, "Member 'UCableComponent::NumSegments' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, SubstepTime) == 0x0004F4, "Member 'UCableComponent::SubstepTime' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, SolverIterations) == 0x0004F8, "Member 'UCableComponent::SolverIterations' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bEnableStiffness) == 0x0004FC, "Member 'UCableComponent::bEnableStiffness' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bUseSubstepping) == 0x0004FD, "Member 'UCableComponent::bUseSubstepping' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bSkipCableUpdateWhenNotVisible) == 0x0004FE, "Member 'UCableComponent::bSkipCableUpdateWhenNotVisible' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bSkipCableUpdateWhenNotOwnerRecentlyRendered) == 0x0004FF, "Member 'UCableComponent::bSkipCableUpdateWhenNotOwnerRecentlyRendered' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bEnableCollision) == 0x000500, "Member 'UCableComponent::bEnableCollision' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, CollisionFriction) == 0x000504, "Member 'UCableComponent::CollisionFriction' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, CableForce) == 0x000508, "Member 'UCableComponent::CableForce' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, CableGravityScale) == 0x000514, "Member 'UCableComponent::CableGravityScale' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, CableWidth) == 0x000518, "Member 'UCableComponent::CableWidth' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, NumSides) == 0x00051C, "Member 'UCableComponent::NumSides' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, TileMaterial) == 0x000520, "Member 'UCableComponent::TileMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomMeshTriangle \ static_assert(alignof(FCustomMeshTriangle) == 0x000004, "Wrong alignment on FCustomMeshTriangle"); \ static_assert(sizeof(FCustomMeshTriangle) == 0x000024, "Wrong size on FCustomMeshTriangle"); \ static_assert(offsetof(FCustomMeshTriangle, Vertex0) == 0x000000, "Member 'FCustomMeshTriangle::Vertex0' has a wrong offset!"); \ static_assert(offsetof(FCustomMeshTriangle, Vertex1) == 0x00000C, "Member 'FCustomMeshTriangle::Vertex1' has a wrong offset!"); \ static_assert(offsetof(FCustomMeshTriangle, Vertex2) == 0x000018, "Member 'FCustomMeshTriangle::Vertex2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomMeshComponent_AddCustomMeshTriangles \ static_assert(alignof(CustomMeshComponent_AddCustomMeshTriangles) == 0x000008, "Wrong alignment on CustomMeshComponent_AddCustomMeshTriangles"); \ static_assert(sizeof(CustomMeshComponent_AddCustomMeshTriangles) == 0x000010, "Wrong size on CustomMeshComponent_AddCustomMeshTriangles"); \ static_assert(offsetof(CustomMeshComponent_AddCustomMeshTriangles, Triangles) == 0x000000, "Member 'CustomMeshComponent_AddCustomMeshTriangles::Triangles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomMeshComponent_SetCustomMeshTriangles \ static_assert(alignof(CustomMeshComponent_SetCustomMeshTriangles) == 0x000008, "Wrong alignment on CustomMeshComponent_SetCustomMeshTriangles"); \ static_assert(sizeof(CustomMeshComponent_SetCustomMeshTriangles) == 0x000018, "Wrong size on CustomMeshComponent_SetCustomMeshTriangles"); \ static_assert(offsetof(CustomMeshComponent_SetCustomMeshTriangles, Triangles) == 0x000000, "Member 'CustomMeshComponent_SetCustomMeshTriangles::Triangles' has a wrong offset!"); \ static_assert(offsetof(CustomMeshComponent_SetCustomMeshTriangles, ReturnValue) == 0x000010, "Member 'CustomMeshComponent_SetCustomMeshTriangles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCustomMeshComponent \ static_assert(alignof(UCustomMeshComponent) == 0x000010, "Wrong alignment on UCustomMeshComponent"); \ static_assert(sizeof(UCustomMeshComponent) == 0x0004C0, "Wrong size on UCustomMeshComponent"); \ #define DUMPER7_ASSERTS_UABL_WandCast_LightCombo5_1_C \ static_assert(alignof(UABL_WandCast_LightCombo5_1_C) == 0x000008, "Wrong alignment on UABL_WandCast_LightCombo5_1_C"); \ static_assert(sizeof(UABL_WandCast_LightCombo5_1_C) == 0x0000D0, "Wrong size on UABL_WandCast_LightCombo5_1_C"); \ #define DUMPER7_ASSERTS_UI_BPI_LegendPopout_C_I_SetButtonLegend \ static_assert(alignof(UI_BPI_LegendPopout_C_I_SetButtonLegend) == 0x000008, "Wrong alignment on UI_BPI_LegendPopout_C_I_SetButtonLegend"); \ static_assert(sizeof(UI_BPI_LegendPopout_C_I_SetButtonLegend) == 0x000010, "Wrong size on UI_BPI_LegendPopout_C_I_SetButtonLegend"); \ static_assert(offsetof(UI_BPI_LegendPopout_C_I_SetButtonLegend, LegendArray) == 0x000000, "Member 'UI_BPI_LegendPopout_C_I_SetButtonLegend::LegendArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_LegendPopout_C \ static_assert(alignof(IUI_BPI_LegendPopout_C) == 0x000001, "Wrong alignment on IUI_BPI_LegendPopout_C"); \ static_assert(sizeof(IUI_BPI_LegendPopout_C) == 0x000001, "Wrong size on IUI_BPI_LegendPopout_C"); \ #define DUMPER7_ASSERTS_USoundfieldEndpointSettingsBase \ static_assert(alignof(USoundfieldEndpointSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEndpointSettingsBase"); \ static_assert(sizeof(USoundfieldEndpointSettingsBase) == 0x000028, "Wrong size on USoundfieldEndpointSettingsBase"); \ #define DUMPER7_ASSERTS_USoundfieldEncodingSettingsBase \ static_assert(alignof(USoundfieldEncodingSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEncodingSettingsBase"); \ static_assert(sizeof(USoundfieldEncodingSettingsBase) == 0x000028, "Wrong size on USoundfieldEncodingSettingsBase"); \ #define DUMPER7_ASSERTS_UAudioEndpointSettingsBase \ static_assert(alignof(UAudioEndpointSettingsBase) == 0x000008, "Wrong alignment on UAudioEndpointSettingsBase"); \ static_assert(sizeof(UAudioEndpointSettingsBase) == 0x000028, "Wrong size on UAudioEndpointSettingsBase"); \ #define DUMPER7_ASSERTS_UDummyEndpointSettings \ static_assert(alignof(UDummyEndpointSettings) == 0x000008, "Wrong alignment on UDummyEndpointSettings"); \ static_assert(sizeof(UDummyEndpointSettings) == 0x000028, "Wrong size on UDummyEndpointSettings"); \ #define DUMPER7_ASSERTS_USpatializationPluginSourceSettingsBase \ static_assert(alignof(USpatializationPluginSourceSettingsBase) == 0x000008, "Wrong alignment on USpatializationPluginSourceSettingsBase"); \ static_assert(sizeof(USpatializationPluginSourceSettingsBase) == 0x000028, "Wrong size on USpatializationPluginSourceSettingsBase"); \ #define DUMPER7_ASSERTS_UOcclusionPluginSourceSettingsBase \ static_assert(alignof(UOcclusionPluginSourceSettingsBase) == 0x000008, "Wrong alignment on UOcclusionPluginSourceSettingsBase"); \ static_assert(sizeof(UOcclusionPluginSourceSettingsBase) == 0x000028, "Wrong size on UOcclusionPluginSourceSettingsBase"); \ #define DUMPER7_ASSERTS_UReverbPluginSourceSettingsBase \ static_assert(alignof(UReverbPluginSourceSettingsBase) == 0x000008, "Wrong alignment on UReverbPluginSourceSettingsBase"); \ static_assert(sizeof(UReverbPluginSourceSettingsBase) == 0x000028, "Wrong size on UReverbPluginSourceSettingsBase"); \ #define DUMPER7_ASSERTS_USoundModulatorBase \ static_assert(alignof(USoundModulatorBase) == 0x000008, "Wrong alignment on USoundModulatorBase"); \ static_assert(sizeof(USoundModulatorBase) == 0x000028, "Wrong size on USoundModulatorBase"); \ #define DUMPER7_ASSERTS_USoundfieldEffectSettingsBase \ static_assert(alignof(USoundfieldEffectSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEffectSettingsBase"); \ static_assert(sizeof(USoundfieldEffectSettingsBase) == 0x000028, "Wrong size on USoundfieldEffectSettingsBase"); \ #define DUMPER7_ASSERTS_USoundfieldEffectBase \ static_assert(alignof(USoundfieldEffectBase) == 0x000008, "Wrong alignment on USoundfieldEffectBase"); \ static_assert(sizeof(USoundfieldEffectBase) == 0x000030, "Wrong size on USoundfieldEffectBase"); \ static_assert(offsetof(USoundfieldEffectBase, Settings) == 0x000028, "Member 'USoundfieldEffectBase::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_UpdateFXPP \ static_assert(alignof(DA_Lumos_BP_C_UpdateFXPP) == 0x000004, "Wrong alignment on DA_Lumos_BP_C_UpdateFXPP"); \ static_assert(sizeof(DA_Lumos_BP_C_UpdateFXPP) == 0x000008, "Wrong size on DA_Lumos_BP_C_UpdateFXPP"); \ static_assert(offsetof(DA_Lumos_BP_C_UpdateFXPP, BlendWeight) == 0x000000, "Member 'DA_Lumos_BP_C_UpdateFXPP::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_UpdateFXPP, CallFunc_FClamp_ReturnValue) == 0x000004, "Member 'DA_Lumos_BP_C_UpdateFXPP::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_SetupFXPP \ static_assert(alignof(DA_Lumos_BP_C_SetupFXPP) == 0x000001, "Wrong alignment on DA_Lumos_BP_C_SetupFXPP"); \ static_assert(sizeof(DA_Lumos_BP_C_SetupFXPP) == 0x000004, "Wrong size on DA_Lumos_BP_C_SetupFXPP"); \ static_assert(offsetof(DA_Lumos_BP_C_SetupFXPP, Reset_Blend_Weight) == 0x000000, "Member 'DA_Lumos_BP_C_SetupFXPP::Reset_Blend_Weight' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetupFXPP, CallFunc_LumosScalabilitySetupPostProcessingComponent_bEnablePostProcessing) == 0x000001, "Member 'DA_Lumos_BP_C_SetupFXPP::CallFunc_LumosScalabilitySetupPostProcessingComponent_bEnablePostProcessing' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetupFXPP, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'DA_Lumos_BP_C_SetupFXPP::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetupFXPP, CallFunc_BooleanAND_ReturnValue_1) == 0x000003, "Member 'DA_Lumos_BP_C_SetupFXPP::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_SetLightsVisibility \ static_assert(alignof(DA_Lumos_BP_C_SetLightsVisibility) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_SetLightsVisibility"); \ static_assert(sizeof(DA_Lumos_BP_C_SetLightsVisibility) == 0x000020, "Wrong size on DA_Lumos_BP_C_SetLightsVisibility"); \ static_assert(offsetof(DA_Lumos_BP_C_SetLightsVisibility, Visible) == 0x000000, "Member 'DA_Lumos_BP_C_SetLightsVisibility::Visible' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetLightsVisibility, CallFunc_Get_Secondary_Light_Secondary_Light) == 0x000008, "Member 'DA_Lumos_BP_C_SetLightsVisibility::CallFunc_Get_Secondary_Light_Secondary_Light' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetLightsVisibility, CallFunc_Get_Secondary_Light_Is_Valid_Light) == 0x000010, "Member 'DA_Lumos_BP_C_SetLightsVisibility::CallFunc_Get_Secondary_Light_Is_Valid_Light' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetLightsVisibility, CallFunc_Get_Main_Light_Main_Light) == 0x000018, "Member 'DA_Lumos_BP_C_SetLightsVisibility::CallFunc_Get_Main_Light_Main_Light' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_Get_Secondary_Light \ static_assert(alignof(DA_Lumos_BP_C_Get_Secondary_Light) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_Get_Secondary_Light"); \ static_assert(sizeof(DA_Lumos_BP_C_Get_Secondary_Light) == 0x000040, "Wrong size on DA_Lumos_BP_C_Get_Secondary_Light"); \ static_assert(offsetof(DA_Lumos_BP_C_Get_Secondary_Light, Secondary_Light) == 0x000000, "Member 'DA_Lumos_BP_C_Get_Secondary_Light::Secondary_Light' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Get_Secondary_Light, Is_Valid_Light) == 0x000008, "Member 'DA_Lumos_BP_C_Get_Secondary_Light::Is_Valid_Light' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Get_Secondary_Light, NewLocalVar_0) == 0x000010, "Member 'DA_Lumos_BP_C_Get_Secondary_Light::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Get_Secondary_Light, Temp_byte_Variable) == 0x000018, "Member 'DA_Lumos_BP_C_Get_Secondary_Light::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Get_Secondary_Light, Temp_object_Variable) == 0x000020, "Member 'DA_Lumos_BP_C_Get_Secondary_Light::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Get_Secondary_Light, Temp_object_Variable_1) == 0x000028, "Member 'DA_Lumos_BP_C_Get_Secondary_Light::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Get_Secondary_Light, K2Node_Select_Default) == 0x000030, "Member 'DA_Lumos_BP_C_Get_Secondary_Light::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Get_Secondary_Light, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'DA_Lumos_BP_C_Get_Secondary_Light::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_Deregister_Adaptation \ static_assert(alignof(DA_Lumos_BP_C_Deregister_Adaptation) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_Deregister_Adaptation"); \ static_assert(sizeof(DA_Lumos_BP_C_Deregister_Adaptation) == 0x000020, "Wrong size on DA_Lumos_BP_C_Deregister_Adaptation"); \ static_assert(offsetof(DA_Lumos_BP_C_Deregister_Adaptation, Temp_int_Array_Index_Variable) == 0x000000, "Member 'DA_Lumos_BP_C_Deregister_Adaptation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Deregister_Adaptation, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'DA_Lumos_BP_C_Deregister_Adaptation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Deregister_Adaptation, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'DA_Lumos_BP_C_Deregister_Adaptation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Deregister_Adaptation, CallFunc_Array_Get_Item) == 0x000010, "Member 'DA_Lumos_BP_C_Deregister_Adaptation::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Deregister_Adaptation, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'DA_Lumos_BP_C_Deregister_Adaptation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Deregister_Adaptation, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'DA_Lumos_BP_C_Deregister_Adaptation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_Get_Main_Light \ static_assert(alignof(DA_Lumos_BP_C_Get_Main_Light) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_Get_Main_Light"); \ static_assert(sizeof(DA_Lumos_BP_C_Get_Main_Light) == 0x000020, "Wrong size on DA_Lumos_BP_C_Get_Main_Light"); \ static_assert(offsetof(DA_Lumos_BP_C_Get_Main_Light, Main_Light) == 0x000000, "Member 'DA_Lumos_BP_C_Get_Main_Light::Main_Light' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Get_Main_Light, NewLocalVar_0) == 0x000008, "Member 'DA_Lumos_BP_C_Get_Main_Light::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Get_Main_Light, Temp_byte_Variable) == 0x000010, "Member 'DA_Lumos_BP_C_Get_Main_Light::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Get_Main_Light, K2Node_Select_Default) == 0x000018, "Member 'DA_Lumos_BP_C_Get_Main_Light::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_SelectLightingScenario \ static_assert(alignof(DA_Lumos_BP_C_SelectLightingScenario) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_SelectLightingScenario"); \ static_assert(sizeof(DA_Lumos_BP_C_SelectLightingScenario) == 0x000028, "Wrong size on DA_Lumos_BP_C_SelectLightingScenario"); \ static_assert(offsetof(DA_Lumos_BP_C_SelectLightingScenario, Scenario) == 0x000000, "Member 'DA_Lumos_BP_C_SelectLightingScenario::Scenario' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SelectLightingScenario, Main_Light) == 0x000008, "Member 'DA_Lumos_BP_C_SelectLightingScenario::Main_Light' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SelectLightingScenario, NewLocalVar_0) == 0x000010, "Member 'DA_Lumos_BP_C_SelectLightingScenario::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SelectLightingScenario, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'DA_Lumos_BP_C_SelectLightingScenario::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SelectLightingScenario, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000019, "Member 'DA_Lumos_BP_C_SelectLightingScenario::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SelectLightingScenario, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00001A, "Member 'DA_Lumos_BP_C_SelectLightingScenario::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SelectLightingScenario, CallFunc_Get_Main_Light_Main_Light) == 0x000020, "Member 'DA_Lumos_BP_C_SelectLightingScenario::CallFunc_Get_Main_Light_Main_Light' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_ScalabilityChanged \ static_assert(alignof(DA_Lumos_BP_C_ScalabilityChanged) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_ScalabilityChanged"); \ static_assert(sizeof(DA_Lumos_BP_C_ScalabilityChanged) == 0x000028, "Wrong size on DA_Lumos_BP_C_ScalabilityChanged"); \ static_assert(offsetof(DA_Lumos_BP_C_ScalabilityChanged, CallFunc_Get_Main_Light_Main_Light) == 0x000000, "Member 'DA_Lumos_BP_C_ScalabilityChanged::CallFunc_Get_Main_Light_Main_Light' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ScalabilityChanged, CallFunc_GetScalabilityMeshStatesComponent_ReturnValue) == 0x000008, "Member 'DA_Lumos_BP_C_ScalabilityChanged::CallFunc_GetScalabilityMeshStatesComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ScalabilityChanged, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'DA_Lumos_BP_C_ScalabilityChanged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ScalabilityChanged, CallFunc_ComputeLightRadii_LightAttenuationRadius) == 0x000014, "Member 'DA_Lumos_BP_C_ScalabilityChanged::CallFunc_ComputeLightRadii_LightAttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ScalabilityChanged, CallFunc_ComputeLightRadii_InnerCutoutRadius) == 0x000018, "Member 'DA_Lumos_BP_C_ScalabilityChanged::CallFunc_ComputeLightRadii_InnerCutoutRadius' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ScalabilityChanged, CallFunc_ComputeLightRadii_OuterCutoutRadius) == 0x00001C, "Member 'DA_Lumos_BP_C_ScalabilityChanged::CallFunc_ComputeLightRadii_OuterCutoutRadius' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ScalabilityChanged, CallFunc_ComputeLightRadii_DecalFullRadius) == 0x000020, "Member 'DA_Lumos_BP_C_ScalabilityChanged::CallFunc_ComputeLightRadii_DecalFullRadius' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ScalabilityChanged, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000024, "Member 'DA_Lumos_BP_C_ScalabilityChanged::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_GetCaster \ static_assert(alignof(DA_Lumos_BP_C_GetCaster) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_GetCaster"); \ static_assert(sizeof(DA_Lumos_BP_C_GetCaster) == 0x000038, "Wrong size on DA_Lumos_BP_C_GetCaster"); \ static_assert(offsetof(DA_Lumos_BP_C_GetCaster, Caster) == 0x000000, "Member 'DA_Lumos_BP_C_GetCaster::Caster' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_GetCaster, Caster_Is_Player) == 0x000008, "Member 'DA_Lumos_BP_C_GetCaster::Caster_Is_Player' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_GetCaster, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'DA_Lumos_BP_C_GetCaster::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_GetCaster, K2Node_DynamicCast_AsSpell_Tool) == 0x000018, "Member 'DA_Lumos_BP_C_GetCaster::K2Node_DynamicCast_AsSpell_Tool' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_GetCaster, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'DA_Lumos_BP_C_GetCaster::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_GetCaster, CallFunc_GetCharacterActor_ReturnValue) == 0x000028, "Member 'DA_Lumos_BP_C_GetCaster::CallFunc_GetCharacterActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_GetCaster, CallFunc_IsToolUsedByPlayer_ReturnValue) == 0x000030, "Member 'DA_Lumos_BP_C_GetCaster::CallFunc_IsToolUsedByPlayer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_UpdatePlayerOwner \ static_assert(alignof(DA_Lumos_BP_C_UpdatePlayerOwner) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_UpdatePlayerOwner"); \ static_assert(sizeof(DA_Lumos_BP_C_UpdatePlayerOwner) == 0x000018, "Wrong size on DA_Lumos_BP_C_UpdatePlayerOwner"); \ static_assert(offsetof(DA_Lumos_BP_C_UpdatePlayerOwner, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'DA_Lumos_BP_C_UpdatePlayerOwner::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_UpdatePlayerOwner, K2Node_DynamicCast_AsSpell_Tool) == 0x000008, "Member 'DA_Lumos_BP_C_UpdatePlayerOwner::K2Node_DynamicCast_AsSpell_Tool' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_UpdatePlayerOwner, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'DA_Lumos_BP_C_UpdatePlayerOwner::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_UpdatePlayerOwner, CallFunc_IsToolUsedByPlayer_ReturnValue) == 0x000011, "Member 'DA_Lumos_BP_C_UpdatePlayerOwner::CallFunc_IsToolUsedByPlayer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_UpdateLightLerpVolumes \ static_assert(alignof(DA_Lumos_BP_C_UpdateLightLerpVolumes) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_UpdateLightLerpVolumes"); \ static_assert(sizeof(DA_Lumos_BP_C_UpdateLightLerpVolumes) == 0x000030, "Wrong size on DA_Lumos_BP_C_UpdateLightLerpVolumes"); \ static_assert(offsetof(DA_Lumos_BP_C_UpdateLightLerpVolumes, LocalLerpEvaluator) == 0x000000, "Member 'DA_Lumos_BP_C_UpdateLightLerpVolumes::LocalLerpEvaluator' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_UpdateLightLerpVolumes, CallFunc_Get_Main_Light_Main_Light) == 0x000008, "Member 'DA_Lumos_BP_C_UpdateLightLerpVolumes::CallFunc_Get_Main_Light_Main_Light' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_UpdateLightLerpVolumes, CallFunc_Get_Secondary_Light_Secondary_Light) == 0x000010, "Member 'DA_Lumos_BP_C_UpdateLightLerpVolumes::CallFunc_Get_Secondary_Light_Secondary_Light' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_UpdateLightLerpVolumes, CallFunc_Get_Secondary_Light_Is_Valid_Light) == 0x000018, "Member 'DA_Lumos_BP_C_UpdateLightLerpVolumes::CallFunc_Get_Secondary_Light_Is_Valid_Light' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_UpdateLightLerpVolumes, CallFunc_IsVisible_ReturnValue) == 0x000019, "Member 'DA_Lumos_BP_C_UpdateLightLerpVolumes::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_UpdateLightLerpVolumes, CallFunc_GetLocalScalar_VariableValue) == 0x00001C, "Member 'DA_Lumos_BP_C_UpdateLightLerpVolumes::CallFunc_GetLocalScalar_VariableValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_UpdateLightLerpVolumes, CallFunc_GetLocalScalar_ReturnValue) == 0x000020, "Member 'DA_Lumos_BP_C_UpdateLightLerpVolumes::CallFunc_GetLocalScalar_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_UpdateLightLerpVolumes, CallFunc_GetLocalScalar_VariableValue_1) == 0x000024, "Member 'DA_Lumos_BP_C_UpdateLightLerpVolumes::CallFunc_GetLocalScalar_VariableValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_UpdateLightLerpVolumes, CallFunc_GetLocalScalar_ReturnValue_1) == 0x000028, "Member 'DA_Lumos_BP_C_UpdateLightLerpVolumes::CallFunc_GetLocalScalar_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_UpdateLightLerpVolumes, CallFunc_EV100ToUnreal_UnrealExposure) == 0x00002C, "Member 'DA_Lumos_BP_C_UpdateLightLerpVolumes::CallFunc_EV100ToUnreal_UnrealExposure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_DebugStuff \ static_assert(alignof(DA_Lumos_BP_C_DebugStuff) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_DebugStuff"); \ static_assert(sizeof(DA_Lumos_BP_C_DebugStuff) == 0x0001A8, "Wrong size on DA_Lumos_BP_C_DebugStuff"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, Title) == 0x000000, "Member 'DA_Lumos_BP_C_DebugStuff::Title' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, DebugLevel) == 0x000010, "Member 'DA_Lumos_BP_C_DebugStuff::DebugLevel' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, Temp_int_Array_Index_Variable) == 0x000028, "Member 'DA_Lumos_BP_C_DebugStuff::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000030, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'DA_Lumos_BP_C_DebugStuff::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_MakeLiteralName_ReturnValue) == 0x000048, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Get_Main_Light_Main_Light) == 0x000050, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Get_Main_Light_Main_Light' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Array_Get_Item) == 0x000058, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_GetUnitsConversionFactor_ReturnValue) == 0x000060, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_GetUnitsConversionFactor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_IsVisible_ReturnValue) == 0x000064, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000068, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00006C, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Conv_FloatToString_ReturnValue) == 0x000070, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000080, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000090, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A0, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000B0, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0000C0, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x0000C8, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Conv_FloatToString_ReturnValue_3) == 0x0000D8, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Conv_FloatToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Array_Length_ReturnValue) == 0x0000E8, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_GetLumosDebug_ReturnValue) == 0x0000EC, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_GetLumosDebug_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Greater_IntInt_ReturnValue) == 0x0000F1, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0000F4, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_SelectString_ReturnValue) == 0x0000F8, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Conv_FloatToString_ReturnValue_4) == 0x000108, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Conv_FloatToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000118, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000128, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000138, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000148, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000158, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Concat_StrStr_ReturnValue_10) == 0x000168, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Concat_StrStr_ReturnValue_11) == 0x000178, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_SelectString_ReturnValue_1) == 0x000188, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_SelectString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_DebugStuff, CallFunc_Concat_StrStr_ReturnValue_12) == 0x000198, "Member 'DA_Lumos_BP_C_DebugStuff::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_SetupLightScenario \ static_assert(alignof(DA_Lumos_BP_C_SetupLightScenario) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_SetupLightScenario"); \ static_assert(sizeof(DA_Lumos_BP_C_SetupLightScenario) == 0x000050, "Wrong size on DA_Lumos_BP_C_SetupLightScenario"); \ static_assert(offsetof(DA_Lumos_BP_C_SetupLightScenario, CallFunc_GetCaster_Caster) == 0x000000, "Member 'DA_Lumos_BP_C_SetupLightScenario::CallFunc_GetCaster_Caster' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetupLightScenario, CallFunc_GetCaster_Caster_Is_Player) == 0x000008, "Member 'DA_Lumos_BP_C_SetupLightScenario::CallFunc_GetCaster_Caster_Is_Player' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetupLightScenario, CallFunc_LightAdaptationRegisterWithIntensity_AdaptationComponent) == 0x000010, "Member 'DA_Lumos_BP_C_SetupLightScenario::CallFunc_LightAdaptationRegisterWithIntensity_AdaptationComponent' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetupLightScenario, CallFunc_Array_Add_ReturnValue) == 0x000018, "Member 'DA_Lumos_BP_C_SetupLightScenario::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetupLightScenario, CallFunc_FMax_ReturnValue) == 0x00001C, "Member 'DA_Lumos_BP_C_SetupLightScenario::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetupLightScenario, CallFunc_ComputeLightRadii_LightAttenuationRadius) == 0x000020, "Member 'DA_Lumos_BP_C_SetupLightScenario::CallFunc_ComputeLightRadii_LightAttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetupLightScenario, CallFunc_ComputeLightRadii_InnerCutoutRadius) == 0x000024, "Member 'DA_Lumos_BP_C_SetupLightScenario::CallFunc_ComputeLightRadii_InnerCutoutRadius' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetupLightScenario, CallFunc_ComputeLightRadii_OuterCutoutRadius) == 0x000028, "Member 'DA_Lumos_BP_C_SetupLightScenario::CallFunc_ComputeLightRadii_OuterCutoutRadius' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetupLightScenario, CallFunc_ComputeLightRadii_DecalFullRadius) == 0x00002C, "Member 'DA_Lumos_BP_C_SetupLightScenario::CallFunc_ComputeLightRadii_DecalFullRadius' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetupLightScenario, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000030, "Member 'DA_Lumos_BP_C_SetupLightScenario::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetupLightScenario, CallFunc_SelectLightingScenario_Main_Light) == 0x000038, "Member 'DA_Lumos_BP_C_SetupLightScenario::CallFunc_SelectLightingScenario_Main_Light' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetupLightScenario, CallFunc_LightAdaptationRegisterWithIntensity_AdaptationComponent_1) == 0x000040, "Member 'DA_Lumos_BP_C_SetupLightScenario::CallFunc_LightAdaptationRegisterWithIntensity_AdaptationComponent_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_SetupLightScenario, CallFunc_Array_Add_ReturnValue_1) == 0x000048, "Member 'DA_Lumos_BP_C_SetupLightScenario::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_Apply_Fading_Intensity \ static_assert(alignof(DA_Lumos_BP_C_Apply_Fading_Intensity) == 0x000004, "Wrong alignment on DA_Lumos_BP_C_Apply_Fading_Intensity"); \ static_assert(sizeof(DA_Lumos_BP_C_Apply_Fading_Intensity) == 0x000008, "Wrong size on DA_Lumos_BP_C_Apply_Fading_Intensity"); \ static_assert(offsetof(DA_Lumos_BP_C_Apply_Fading_Intensity, Fade_Alpha) == 0x000000, "Member 'DA_Lumos_BP_C_Apply_Fading_Intensity::Fade_Alpha' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Apply_Fading_Intensity, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'DA_Lumos_BP_C_Apply_Fading_Intensity::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_BuildIgnoreActorList \ static_assert(alignof(DA_Lumos_BP_C_BuildIgnoreActorList) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_BuildIgnoreActorList"); \ static_assert(sizeof(DA_Lumos_BP_C_BuildIgnoreActorList) == 0x000038, "Wrong size on DA_Lumos_BP_C_BuildIgnoreActorList"); \ static_assert(offsetof(DA_Lumos_BP_C_BuildIgnoreActorList, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'DA_Lumos_BP_C_BuildIgnoreActorList::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BuildIgnoreActorList, K2Node_DynamicCast_AsSpell_Tool) == 0x000008, "Member 'DA_Lumos_BP_C_BuildIgnoreActorList::K2Node_DynamicCast_AsSpell_Tool' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BuildIgnoreActorList, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'DA_Lumos_BP_C_BuildIgnoreActorList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BuildIgnoreActorList, CallFunc_Array_Add_ReturnValue) == 0x000014, "Member 'DA_Lumos_BP_C_BuildIgnoreActorList::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BuildIgnoreActorList, CallFunc_GetWand_ReturnValue) == 0x000018, "Member 'DA_Lumos_BP_C_BuildIgnoreActorList::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BuildIgnoreActorList, CallFunc_GetOwner_ReturnValue_1) == 0x000020, "Member 'DA_Lumos_BP_C_BuildIgnoreActorList::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BuildIgnoreActorList, CallFunc_Array_Add_ReturnValue_1) == 0x000028, "Member 'DA_Lumos_BP_C_BuildIgnoreActorList::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BuildIgnoreActorList, CallFunc_Array_Add_ReturnValue_2) == 0x00002C, "Member 'DA_Lumos_BP_C_BuildIgnoreActorList::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BuildIgnoreActorList, CallFunc_Array_Add_ReturnValue_3) == 0x000030, "Member 'DA_Lumos_BP_C_BuildIgnoreActorList::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BuildIgnoreActorList, CallFunc_IsValid_ReturnValue) == 0x000034, "Member 'DA_Lumos_BP_C_BuildIgnoreActorList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_Apply_Light_Intensity \ static_assert(alignof(DA_Lumos_BP_C_Apply_Light_Intensity) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_Apply_Light_Intensity"); \ static_assert(sizeof(DA_Lumos_BP_C_Apply_Light_Intensity) == 0x000030, "Wrong size on DA_Lumos_BP_C_Apply_Light_Intensity"); \ static_assert(offsetof(DA_Lumos_BP_C_Apply_Light_Intensity, CallFunc_GetLumosFlicker_IntensityMultiplier) == 0x000000, "Member 'DA_Lumos_BP_C_Apply_Light_Intensity::CallFunc_GetLumosFlicker_IntensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Apply_Light_Intensity, CallFunc_Get_Secondary_Light_Secondary_Light) == 0x000008, "Member 'DA_Lumos_BP_C_Apply_Light_Intensity::CallFunc_Get_Secondary_Light_Secondary_Light' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Apply_Light_Intensity, CallFunc_Get_Secondary_Light_Is_Valid_Light) == 0x000010, "Member 'DA_Lumos_BP_C_Apply_Light_Intensity::CallFunc_Get_Secondary_Light_Is_Valid_Light' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Apply_Light_Intensity, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'DA_Lumos_BP_C_Apply_Light_Intensity::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Apply_Light_Intensity, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000018, "Member 'DA_Lumos_BP_C_Apply_Light_Intensity::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Apply_Light_Intensity, CallFunc_Get_Main_Light_Main_Light) == 0x000020, "Member 'DA_Lumos_BP_C_Apply_Light_Intensity::CallFunc_Get_Main_Light_Main_Light' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Apply_Light_Intensity, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000028, "Member 'DA_Lumos_BP_C_Apply_Light_Intensity::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_Apply_Light_Intensity, CallFunc_FMax_ReturnValue) == 0x00002C, "Member 'DA_Lumos_BP_C_Apply_Light_Intensity::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_StartOverrideCharacterShadows \ static_assert(alignof(DA_Lumos_BP_C_StartOverrideCharacterShadows) == 0x000004, "Wrong alignment on DA_Lumos_BP_C_StartOverrideCharacterShadows"); \ static_assert(sizeof(DA_Lumos_BP_C_StartOverrideCharacterShadows) == 0x000084, "Wrong size on DA_Lumos_BP_C_StartOverrideCharacterShadows"); \ static_assert(offsetof(DA_Lumos_BP_C_StartOverrideCharacterShadows, CallFunc_IsRaytracedShadowsEnabledInGame_ReturnValue) == 0x000000, "Member 'DA_Lumos_BP_C_StartOverrideCharacterShadows::CallFunc_IsRaytracedShadowsEnabledInGame_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_StartOverrideCharacterShadows, CallFunc_GetBaseCharacterLightingFeatures_CharacterLightingFeaturesSettings) == 0x000004, "Member 'DA_Lumos_BP_C_StartOverrideCharacterShadows::CallFunc_GetBaseCharacterLightingFeatures_CharacterLightingFeaturesSettings' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_StartOverrideCharacterShadows, K2Node_MakeStruct_CharacterLightingFeaturesSettings) == 0x000044, "Member 'DA_Lumos_BP_C_StartOverrideCharacterShadows::K2Node_MakeStruct_CharacterLightingFeaturesSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'DA_Lumos_BP_C_BndEvt__LightSphere_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_ReceiveTick \ static_assert(alignof(DA_Lumos_BP_C_ReceiveTick) == 0x000004, "Wrong alignment on DA_Lumos_BP_C_ReceiveTick"); \ static_assert(sizeof(DA_Lumos_BP_C_ReceiveTick) == 0x000004, "Wrong size on DA_Lumos_BP_C_ReceiveTick"); \ static_assert(offsetof(DA_Lumos_BP_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'DA_Lumos_BP_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'DA_Lumos_BP_C_BndEvt__NearbySphere_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_LocalLerpEval \ static_assert(alignof(DA_Lumos_BP_C_LocalLerpEval) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_LocalLerpEval"); \ static_assert(sizeof(DA_Lumos_BP_C_LocalLerpEval) == 0x000008, "Wrong size on DA_Lumos_BP_C_LocalLerpEval"); \ static_assert(offsetof(DA_Lumos_BP_C_LocalLerpEval, LerpVolumesLocalEvaluationComponent) == 0x000000, "Member 'DA_Lumos_BP_C_LocalLerpEval::LerpVolumesLocalEvaluationComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_LumosScalabilitySettingsAssetChanged \ static_assert(alignof(DA_Lumos_BP_C_LumosScalabilitySettingsAssetChanged) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_LumosScalabilitySettingsAssetChanged"); \ static_assert(sizeof(DA_Lumos_BP_C_LumosScalabilitySettingsAssetChanged) == 0x000008, "Wrong size on DA_Lumos_BP_C_LumosScalabilitySettingsAssetChanged"); \ static_assert(offsetof(DA_Lumos_BP_C_LumosScalabilitySettingsAssetChanged, Caller) == 0x000000, "Member 'DA_Lumos_BP_C_LumosScalabilitySettingsAssetChanged::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_LumosFadeOut \ static_assert(alignof(DA_Lumos_BP_C_LumosFadeOut) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_LumosFadeOut"); \ static_assert(sizeof(DA_Lumos_BP_C_LumosFadeOut) == 0x000010, "Wrong size on DA_Lumos_BP_C_LumosFadeOut"); \ static_assert(offsetof(DA_Lumos_BP_C_LumosFadeOut, Caller) == 0x000000, "Member 'DA_Lumos_BP_C_LumosFadeOut::Caller' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_LumosFadeOut, int_0) == 0x000008, "Member 'DA_Lumos_BP_C_LumosFadeOut::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP \ static_assert(alignof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP"); \ static_assert(sizeof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP) == 0x0004E8, "Wrong size on DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, EntryPoint) == 0x000000, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, Temp_int_Array_Index_Variable) == 0x000004, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, Temp_bool_True_if_break_was_hit_Variable) == 0x000008, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_OverlappedComponent_3) == 0x000010, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_OverlappedComponent_3' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_OtherActor_3) == 0x000018, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_OtherActor_3' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_OtherComp_3) == 0x000020, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_OtherComp_3' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_OtherBodyIndex_3) == 0x000028, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_OtherBodyIndex_3' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x00002C, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_SweepResult_1) == 0x000030, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_OverlappedComponent_2) == 0x0000B8, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_OverlappedComponent_2' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_OtherActor_2) == 0x0000C0, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_OtherComp_2) == 0x0000C8, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_OtherBodyIndex_2) == 0x0000D0, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_OtherBodyIndex_2' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_AsLight_Interface) == 0x0000D8, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_AsLight_Interface' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_AsLight_Interface_1) == 0x0000F0, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_AsLight_Interface_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_bSuccess_1) == 0x000100, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_DisableLightInteraction_ReturnValue) == 0x000101, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_DisableLightInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_AsLight_Interface_2) == 0x000108, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_AsLight_Interface_2' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_bSuccess_2) == 0x000118, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_DisableLightInteraction_ReturnValue_1) == 0x000119, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_DisableLightInteraction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_AsLight_Interface_3) == 0x000120, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_AsLight_Interface_3' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_bSuccess_3) == 0x000130, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_DoesImplementInterface_ReturnValue) == 0x000131, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_AsLight_Interface_4) == 0x000138, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_AsLight_Interface_4' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_bSuccess_4) == 0x000148, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_DisableLightRaytrace_ReturnValue) == 0x000149, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_DisableLightRaytrace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_AsLight_Interface_5) == 0x000150, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_AsLight_Interface_5' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_bSuccess_5) == 0x000160, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_DoesImplementInterface_ReturnValue_1) == 0x000161, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_DoesImplementInterface_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000168, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000170, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000178, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000180, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_bFromSweep) == 0x000184, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_SweepResult) == 0x000188, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_AsLight_Interface_6) == 0x000210, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_AsLight_Interface_6' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_bSuccess_6) == 0x000220, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_DoesImplementInterface_ReturnValue_2) == 0x000221, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_DoesImplementInterface_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_CreateDelegate_OutputDelegate) == 0x000224, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Array_Contains_ReturnValue) == 0x000234, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_HermesBindInt_Handle) == 0x000238, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_GetOwner_ReturnValue) == 0x000248, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_Event_DeltaSeconds) == 0x000250, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_AsLumos_Spell_Tool) == 0x000258, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_AsLumos_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_bSuccess_7) == 0x000260, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Array_Add_ReturnValue) == 0x000264, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Array_Find_ReturnValue) == 0x000268, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_CreateDelegate_OutputDelegate_1) == 0x00026C, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00027C, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Array_Length_ReturnValue) == 0x000288, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Greater_IntInt_ReturnValue) == 0x00028C, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_CreateDelegate_OutputDelegate_2) == 0x000290, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Array_Get_Item) == 0x0002A0, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Array_Get_Item_1) == 0x0002A8, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Array_Length_ReturnValue_1) == 0x0002B0, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_AsLight_Interface_7) == 0x0002B8, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_AsLight_Interface_7' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_bSuccess_8) == 0x0002C8, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_AsLight_Interface_8) == 0x0002D0, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_AsLight_Interface_8' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_bSuccess_9) == 0x0002E0, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_GetActorBounds_Origin) == 0x0002E4, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_GetActorBounds_BoxExtent) == 0x0002F0, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_LineTraceSingle_OutHit) == 0x0002FC, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_LineTraceSingle_ReturnValue) == 0x000384, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BreakHitResult_bBlockingHit) == 0x000385, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BreakHitResult_bInitialOverlap) == 0x000386, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BreakHitResult_Time) == 0x000388, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BreakHitResult_Distance) == 0x00038C, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BreakHitResult_Location) == 0x000390, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BreakHitResult_ImpactPoint) == 0x00039C, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BreakHitResult_Normal) == 0x0003A8, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BreakHitResult_ImpactNormal) == 0x0003B4, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BreakHitResult_PhysMat) == 0x0003C0, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BreakHitResult_HitActor) == 0x0003C8, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BreakHitResult_HitComponent) == 0x0003D0, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BreakHitResult_HitBoneName) == 0x0003D8, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BreakHitResult_HitItem) == 0x0003E0, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BreakHitResult_ElementIndex) == 0x0003E4, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BreakHitResult_FaceIndex) == 0x0003E8, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BreakHitResult_TraceStart) == 0x0003EC, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BreakHitResult_TraceEnd) == 0x0003F8, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_GetDisplayName_ReturnValue) == 0x000408, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000418, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Concat_StrStr_ReturnValue) == 0x000420, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000430, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BooleanOR_ReturnValue) == 0x000431, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Array_Add_ReturnValue_1) == 0x000434, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Array_Get_Item_2) == 0x000438, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Array_Get_Item_3) == 0x000439, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BooleanAND_ReturnValue) == 0x00043A, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000440, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_OtherActor) == 0x000448, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_OtherComp) == 0x000450, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000458, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_AsLight_Interface_9) == 0x000460, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_AsLight_Interface_9' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_bSuccess_10) == 0x000470, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_DoesImplementInterface_ReturnValue_3) == 0x000471, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_DoesImplementInterface_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Array_Contains_ReturnValue_1) == 0x000472, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, Temp_bool_Variable) == 0x000473, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Array_Add_ReturnValue_2) == 0x000474, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_CustomEvent_LerpVolumesLocalEvaluationComponent) == 0x000478, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_CustomEvent_LerpVolumesLocalEvaluationComponent' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_CustomEvent_Caller_1) == 0x000480, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_HermesBindEvent_Handle) == 0x000488, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_CustomEvent_Caller) == 0x000498, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_CustomEvent_Int) == 0x0004A0, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, Temp_int_Loop_Counter_Variable) == 0x0004A4, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Add_IntInt_ReturnValue) == 0x0004A8, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0004AC, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Less_IntInt_ReturnValue) == 0x0004B0, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_BooleanAND_ReturnValue_1) == 0x0004B1, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Add_IntInt_ReturnValue_1) == 0x0004B4, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_GetLumosDebug_ReturnValue) == 0x0004B8, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_GetLumosDebug_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_Array_AddUnique_ReturnValue) == 0x0004BC, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0004C0, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_GetOwner_ReturnValue_1) == 0x0004C8, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, CallFunc_MakeLiteralName_ReturnValue) == 0x0004D0, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_AsLumos_Spell_Tool_1) == 0x0004D8, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_AsLumos_Spell_Tool_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP, K2Node_DynamicCast_bSuccess_11) == 0x0004E0, "Member 'DA_Lumos_BP_C_ExecuteUbergraph_DA_Lumos_BP::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DA_Lumos_BP_C_ComputeLightRadii \ static_assert(alignof(DA_Lumos_BP_C_ComputeLightRadii) == 0x000008, "Wrong alignment on DA_Lumos_BP_C_ComputeLightRadii"); \ static_assert(sizeof(DA_Lumos_BP_C_ComputeLightRadii) == 0x000078, "Wrong size on DA_Lumos_BP_C_ComputeLightRadii"); \ static_assert(offsetof(DA_Lumos_BP_C_ComputeLightRadii, Scalability_Settings) == 0x000000, "Member 'DA_Lumos_BP_C_ComputeLightRadii::Scalability_Settings' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ComputeLightRadii, LightAttenuationRadius) == 0x000048, "Member 'DA_Lumos_BP_C_ComputeLightRadii::LightAttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ComputeLightRadii, InnerCutoutRadius) == 0x00004C, "Member 'DA_Lumos_BP_C_ComputeLightRadii::InnerCutoutRadius' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ComputeLightRadii, OuterCutoutRadius) == 0x000050, "Member 'DA_Lumos_BP_C_ComputeLightRadii::OuterCutoutRadius' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ComputeLightRadii, DecalFullRadius) == 0x000054, "Member 'DA_Lumos_BP_C_ComputeLightRadii::DecalFullRadius' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ComputeLightRadii, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000058, "Member 'DA_Lumos_BP_C_ComputeLightRadii::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ComputeLightRadii, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00005C, "Member 'DA_Lumos_BP_C_ComputeLightRadii::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ComputeLightRadii, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000060, "Member 'DA_Lumos_BP_C_ComputeLightRadii::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ComputeLightRadii, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000064, "Member 'DA_Lumos_BP_C_ComputeLightRadii::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ComputeLightRadii, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000068, "Member 'DA_Lumos_BP_C_ComputeLightRadii::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ComputeLightRadii, CallFunc_Add_FloatFloat_ReturnValue) == 0x00006C, "Member 'DA_Lumos_BP_C_ComputeLightRadii::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ComputeLightRadii, CallFunc_BooleanAND_ReturnValue) == 0x000070, "Member 'DA_Lumos_BP_C_ComputeLightRadii::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(DA_Lumos_BP_C_ComputeLightRadii, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000074, "Member 'DA_Lumos_BP_C_ComputeLightRadii::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADA_Lumos_BP_C \ static_assert(alignof(ADA_Lumos_BP_C) == 0x000008, "Wrong alignment on ADA_Lumos_BP_C"); \ static_assert(sizeof(ADA_Lumos_BP_C) == 0x0005A8, "Wrong size on ADA_Lumos_BP_C"); \ static_assert(offsetof(ADA_Lumos_BP_C, UberGraphFrame) == 0x000350, "Member 'ADA_Lumos_BP_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, CheapSpotLight1) == 0x000358, "Member 'ADA_Lumos_BP_C::CheapSpotLight1' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, SpotLightBackfill) == 0x000360, "Member 'ADA_Lumos_BP_C::SpotLightBackfill' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, PointAtActorTargetBackfill) == 0x000368, "Member 'ADA_Lumos_BP_C::PointAtActorTargetBackfill' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, SpotLightMain) == 0x000370, "Member 'ADA_Lumos_BP_C::SpotLightMain' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, PointAtActorTargetForward) == 0x000378, "Member 'ADA_Lumos_BP_C::PointAtActorTargetForward' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, CheapSpotLight) == 0x000380, "Member 'ADA_Lumos_BP_C::CheapSpotLight' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, CheapSpotLightOrientToAbsolute) == 0x000388, "Member 'ADA_Lumos_BP_C::CheapSpotLightOrientToAbsolute' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, SandersScenario) == 0x000390, "Member 'ADA_Lumos_BP_C::SandersScenario' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, LerpVolumesLocalEvaluation) == 0x000398, "Member 'ADA_Lumos_BP_C::LerpVolumesLocalEvaluation' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, FillDecalPointLight) == 0x0003A0, "Member 'ADA_Lumos_BP_C::FillDecalPointLight' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, LumosPostProcessFX) == 0x0003A8, "Member 'ADA_Lumos_BP_C::LumosPostProcessFX' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, LumosPostProcessExposureSpeed) == 0x0003B0, "Member 'ADA_Lumos_BP_C::LumosPostProcessExposureSpeed' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, N_LensFlare) == 0x0003B8, "Member 'ADA_Lumos_BP_C::N_LensFlare' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, PointLight) == 0x0003C0, "Member 'ADA_Lumos_BP_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, LightSphere) == 0x0003C8, "Member 'ADA_Lumos_BP_C::LightSphere' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, NearbySphere) == 0x0003D0, "Member 'ADA_Lumos_BP_C::NearbySphere' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, TrickSceneComponent) == 0x0003D8, "Member 'ADA_Lumos_BP_C::TrickSceneComponent' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, DefaultSceneRoot) == 0x0003E0, "Member 'ADA_Lumos_BP_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, Timeline_1_Intensity_A945C3874911EA125A6585B91130FFB0) == 0x0003E8, "Member 'ADA_Lumos_BP_C::Timeline_1_Intensity_A945C3874911EA125A6585B91130FFB0' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, Timeline_1__Direction_A945C3874911EA125A6585B91130FFB0) == 0x0003EC, "Member 'ADA_Lumos_BP_C::Timeline_1__Direction_A945C3874911EA125A6585B91130FFB0' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, Timeline_1) == 0x0003F0, "Member 'ADA_Lumos_BP_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, Timeline_0_Intensity_DE9D388C4AF833C1084549ACDE135179) == 0x0003F8, "Member 'ADA_Lumos_BP_C::Timeline_0_Intensity_DE9D388C4AF833C1084549ACDE135179' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, Timeline_0__Direction_DE9D388C4AF833C1084549ACDE135179) == 0x0003FC, "Member 'ADA_Lumos_BP_C::Timeline_0__Direction_DE9D388C4AF833C1084549ACDE135179' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, Timeline_0) == 0x000400, "Member 'ADA_Lumos_BP_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, IgnoreActorList) == 0x000408, "Member 'ADA_Lumos_BP_C::IgnoreActorList' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, OverlappingActors) == 0x000418, "Member 'ADA_Lumos_BP_C::OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, OverlappingBools) == 0x000428, "Member 'ADA_Lumos_BP_C::OverlappingBools' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, DisableTraceBools) == 0x000438, "Member 'ADA_Lumos_BP_C::DisableTraceBools' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, LightRadius) == 0x000448, "Member 'ADA_Lumos_BP_C::LightRadius' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, LightMinDistance) == 0x00044C, "Member 'ADA_Lumos_BP_C::LightMinDistance' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, Exposure_Adaptation) == 0x000450, "Member 'ADA_Lumos_BP_C::Exposure_Adaptation' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, Lens_Flare_Alpha_Factor) == 0x0004B0, "Member 'ADA_Lumos_BP_C::Lens_Flare_Alpha_Factor' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, CharacterLightingFeatures) == 0x0004B4, "Member 'ADA_Lumos_BP_C::CharacterLightingFeatures' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, LightIntensity) == 0x0004F4, "Member 'ADA_Lumos_BP_C::LightIntensity' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, isFading) == 0x0004F8, "Member 'ADA_Lumos_BP_C::isFading' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, FadingLightIntensityMod) == 0x0004FC, "Member 'ADA_Lumos_BP_C::FadingLightIntensityMod' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, Lerp_Volumes_EV_Adjust) == 0x000500, "Member 'ADA_Lumos_BP_C::Lerp_Volumes_EV_Adjust' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, LerpVolumesLightIntensityMod) == 0x000508, "Member 'ADA_Lumos_BP_C::LerpVolumesLightIntensityMod' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, VolumetricScatteringIntensity) == 0x00050C, "Member 'ADA_Lumos_BP_C::VolumetricScatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, DebugLight) == 0x000510, "Member 'ADA_Lumos_BP_C::DebugLight' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, Lerp_Volumes_Volumetric_Scattering) == 0x000514, "Member 'ADA_Lumos_BP_C::Lerp_Volumes_Volumetric_Scattering' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, PlayerOwner) == 0x00051C, "Member 'ADA_Lumos_BP_C::PlayerOwner' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, Lighting_Scenario) == 0x00051D, "Member 'ADA_Lumos_BP_C::Lighting_Scenario' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, Exposure_Adaptation_Secondary) == 0x000520, "Member 'ADA_Lumos_BP_C::Exposure_Adaptation_Secondary' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, AdaptationComponents) == 0x000580, "Member 'ADA_Lumos_BP_C::AdaptationComponents' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, StenciledActors) == 0x000590, "Member 'ADA_Lumos_BP_C::StenciledActors' has a wrong offset!"); \ static_assert(offsetof(ADA_Lumos_BP_C, DoOverlapTick) == 0x0005A0, "Member 'ADA_Lumos_BP_C::DoOverlapTick' 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_FHealthThreshold \ static_assert(alignof(FHealthThreshold) == 0x000008, "Wrong alignment on FHealthThreshold"); \ static_assert(sizeof(FHealthThreshold) == 0x000038, "Wrong size on FHealthThreshold"); \ static_assert(offsetof(FHealthThreshold, HealthValue) == 0x000000, "Member 'FHealthThreshold::HealthValue' has a wrong offset!"); \ static_assert(offsetof(FHealthThreshold, bHealthValueIsPercent) == 0x000004, "Member 'FHealthThreshold::bHealthValueIsPercent' has a wrong offset!"); \ static_assert(offsetof(FHealthThreshold, bDamageStop) == 0x000005, "Member 'FHealthThreshold::bDamageStop' has a wrong offset!"); \ static_assert(offsetof(FHealthThreshold, DamageStopTime) == 0x000008, "Member 'FHealthThreshold::DamageStopTime' has a wrong offset!"); \ static_assert(offsetof(FHealthThreshold, bShowInUI) == 0x00000C, "Member 'FHealthThreshold::bShowInUI' has a wrong offset!"); \ static_assert(offsetof(FHealthThreshold, ImpactTagContainer) == 0x000010, "Member 'FHealthThreshold::ImpactTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAdditionalProjectiles \ static_assert(alignof(FAdditionalProjectiles) == 0x000008, "Wrong alignment on FAdditionalProjectiles"); \ static_assert(sizeof(FAdditionalProjectiles) == 0x000010, "Wrong size on FAdditionalProjectiles"); \ static_assert(offsetof(FAdditionalProjectiles, MunitionActor) == 0x000000, "Member 'FAdditionalProjectiles::MunitionActor' has a wrong offset!"); \ static_assert(offsetof(FAdditionalProjectiles, Delay) == 0x000008, "Member 'FAdditionalProjectiles::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FItemFilter \ static_assert(alignof(FItemFilter) == 0x000008, "Wrong alignment on FItemFilter"); \ static_assert(sizeof(FItemFilter) == 0x000018, "Wrong size on FItemFilter"); \ static_assert(offsetof(FItemFilter, bMatchesWholeWord) == 0x000000, "Member 'FItemFilter::bMatchesWholeWord' has a wrong offset!"); \ static_assert(offsetof(FItemFilter, Filter) == 0x000008, "Member 'FItemFilter::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVendorTransactionInfo \ static_assert(alignof(FVendorTransactionInfo) == 0x000004, "Wrong alignment on FVendorTransactionInfo"); \ static_assert(sizeof(FVendorTransactionInfo) == 0x000014, "Wrong size on FVendorTransactionInfo"); \ static_assert(offsetof(FVendorTransactionInfo, ItemName) == 0x000000, "Member 'FVendorTransactionInfo::ItemName' has a wrong offset!"); \ static_assert(offsetof(FVendorTransactionInfo, ItemGroup) == 0x000008, "Member 'FVendorTransactionInfo::ItemGroup' has a wrong offset!"); \ static_assert(offsetof(FVendorTransactionInfo, bIsBuying) == 0x000010, "Member 'FVendorTransactionInfo::bIsBuying' has a wrong offset!"); \ static_assert(offsetof(FVendorTransactionInfo, bIsStolen) == 0x000011, "Member 'FVendorTransactionInfo::bIsStolen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVegetationInteractionVelocityTracker \ static_assert(alignof(FVegetationInteractionVelocityTracker) == 0x000004, "Wrong alignment on FVegetationInteractionVelocityTracker"); \ static_assert(sizeof(FVegetationInteractionVelocityTracker) == 0x000030, "Wrong size on FVegetationInteractionVelocityTracker"); \ static_assert(offsetof(FVegetationInteractionVelocityTracker, VelocityDirection) == 0x000000, "Member 'FVegetationInteractionVelocityTracker::VelocityDirection' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionVelocityTracker, Speed) == 0x00000C, "Member 'FVegetationInteractionVelocityTracker::Speed' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionVelocityTracker, AngularVelocity) == 0x000010, "Member 'FVegetationInteractionVelocityTracker::AngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionVelocityTracker, LastPosition) == 0x000014, "Member 'FVegetationInteractionVelocityTracker::LastPosition' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionVelocityTracker, LastForward) == 0x000020, "Member 'FVegetationInteractionVelocityTracker::LastForward' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionVelocityTracker, bInitialized) == 0x00002C, "Member 'FVegetationInteractionVelocityTracker::bInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTaskData \ static_assert(alignof(FTaskData) == 0x000008, "Wrong alignment on FTaskData"); \ static_assert(sizeof(FTaskData) == 0x000020, "Wrong size on FTaskData"); \ static_assert(offsetof(FTaskData, DisplayName) == 0x000000, "Member 'FTaskData::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FTaskData, IsComplete) == 0x000010, "Member 'FTaskData::IsComplete' has a wrong offset!"); \ static_assert(offsetof(FTaskData, RuntimeValue1) == 0x000014, "Member 'FTaskData::RuntimeValue1' has a wrong offset!"); \ static_assert(offsetof(FTaskData, RuntimeValue2) == 0x000018, "Member 'FTaskData::RuntimeValue2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMissionRewardData \ static_assert(alignof(FMissionRewardData) == 0x000008, "Wrong alignment on FMissionRewardData"); \ static_assert(sizeof(FMissionRewardData) == 0x000028, "Wrong size on FMissionRewardData"); \ static_assert(offsetof(FMissionRewardData, ItemId) == 0x000000, "Member 'FMissionRewardData::ItemId' has a wrong offset!"); \ static_assert(offsetof(FMissionRewardData, ItemCategory) == 0x000010, "Member 'FMissionRewardData::ItemCategory' has a wrong offset!"); \ static_assert(offsetof(FMissionRewardData, Quantity) == 0x000020, "Member 'FMissionRewardData::Quantity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProgressLockRewardEntry \ static_assert(alignof(FProgressLockRewardEntry) == 0x000004, "Wrong alignment on FProgressLockRewardEntry"); \ static_assert(sizeof(FProgressLockRewardEntry) == 0x00000C, "Wrong size on FProgressLockRewardEntry"); \ static_assert(offsetof(FProgressLockRewardEntry, RewardType) == 0x000000, "Member 'FProgressLockRewardEntry::RewardType' has a wrong offset!"); \ static_assert(offsetof(FProgressLockRewardEntry, RewardName) == 0x000004, "Member 'FProgressLockRewardEntry::RewardName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMissionLogData \ static_assert(alignof(FMissionLogData) == 0x000008, "Wrong alignment on FMissionLogData"); \ static_assert(sizeof(FMissionLogData) == 0x0000A8, "Wrong size on FMissionLogData"); \ static_assert(offsetof(FMissionLogData, MissionID) == 0x000000, "Member 'FMissionLogData::MissionID' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, MissionLevel) == 0x000008, "Member 'FMissionLogData::MissionLevel' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, SuggestedMissionLevel) == 0x00000C, "Member 'FMissionLogData::SuggestedMissionLevel' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, PrereqLockID1) == 0x000010, "Member 'FMissionLogData::PrereqLockID1' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, PrereqLockID2) == 0x000020, "Member 'FMissionLogData::PrereqLockID2' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, MissionTitle) == 0x000030, "Member 'FMissionLogData::MissionTitle' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, QuestJournal) == 0x000040, "Member 'FMissionLogData::QuestJournal' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, StepJournal) == 0x000050, "Member 'FMissionLogData::StepJournal' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, TaskStates) == 0x000060, "Member 'FMissionLogData::TaskStates' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, RewardIDs) == 0x000070, "Member 'FMissionLogData::RewardIDs' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, RewardData) == 0x000080, "Member 'FMissionLogData::RewardData' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, MissionLine) == 0x000090, "Member 'FMissionLogData::MissionLine' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, IsSpine) == 0x000091, "Member 'FMissionLogData::IsSpine' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, IsHomework) == 0x000092, "Member 'FMissionLogData::IsHomework' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, IsRelationship) == 0x000093, "Member 'FMissionLogData::IsRelationship' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, IsExclusive) == 0x000094, "Member 'FMissionLogData::IsExclusive' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, IsTrackable) == 0x000095, "Member 'FMissionLogData::IsTrackable' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, IsComplete) == 0x000096, "Member 'FMissionLogData::IsComplete' has a wrong offset!"); \ static_assert(offsetof(FMissionLogData, ProgressLockRewards) == 0x000098, "Member 'FMissionLogData::ProgressLockRewards' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMissionTabData \ static_assert(alignof(FMissionTabData) == 0x000008, "Wrong alignment on FMissionTabData"); \ static_assert(sizeof(FMissionTabData) == 0x000040, "Wrong size on FMissionTabData"); \ static_assert(offsetof(FMissionTabData, MissionType) == 0x000000, "Member 'FMissionTabData::MissionType' has a wrong offset!"); \ static_assert(offsetof(FMissionTabData, MissionData) == 0x000008, "Member 'FMissionTabData::MissionData' has a wrong offset!"); \ static_assert(offsetof(FMissionTabData, TitleText) == 0x000018, "Member 'FMissionTabData::TitleText' has a wrong offset!"); \ static_assert(offsetof(FMissionTabData, NoMissionText) == 0x000028, "Member 'FMissionTabData::NoMissionText' has a wrong offset!"); \ static_assert(offsetof(FMissionTabData, ShowTotals) == 0x000038, "Member 'FMissionTabData::ShowTotals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoolClothInteractorValue \ static_assert(alignof(FBoolClothInteractorValue) == 0x000001, "Wrong alignment on FBoolClothInteractorValue"); \ static_assert(sizeof(FBoolClothInteractorValue) == 0x000002, "Wrong size on FBoolClothInteractorValue"); \ static_assert(offsetof(FBoolClothInteractorValue, Type) == 0x000000, "Member 'FBoolClothInteractorValue::Type' has a wrong offset!"); \ static_assert(offsetof(FBoolClothInteractorValue, Value) == 0x000001, "Member 'FBoolClothInteractorValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpellForce \ static_assert(alignof(FSpellForce) == 0x000004, "Wrong alignment on FSpellForce"); \ static_assert(sizeof(FSpellForce) == 0x000018, "Wrong size on FSpellForce"); \ static_assert(offsetof(FSpellForce, m_forceVector) == 0x000000, "Member 'FSpellForce::m_forceVector' has a wrong offset!"); \ static_assert(offsetof(FSpellForce, m_appliedLocation) == 0x00000C, "Member 'FSpellForce::m_appliedLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIdentityLightTemplateSettings \ static_assert(alignof(FIdentityLightTemplateSettings) == 0x000004, "Wrong alignment on FIdentityLightTemplateSettings"); \ static_assert(sizeof(FIdentityLightTemplateSettings) == 0x000028, "Wrong size on FIdentityLightTemplateSettings"); \ static_assert(offsetof(FIdentityLightTemplateSettings, Intensity) == 0x000004, "Member 'FIdentityLightTemplateSettings::Intensity' has a wrong offset!"); \ static_assert(offsetof(FIdentityLightTemplateSettings, LightColor) == 0x000008, "Member 'FIdentityLightTemplateSettings::LightColor' has a wrong offset!"); \ static_assert(offsetof(FIdentityLightTemplateSettings, LightTemperature) == 0x000018, "Member 'FIdentityLightTemplateSettings::LightTemperature' has a wrong offset!"); \ static_assert(offsetof(FIdentityLightTemplateSettings, AttenuationRadius) == 0x00001C, "Member 'FIdentityLightTemplateSettings::AttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(FIdentityLightTemplateSettings, IndirectLightingIntensity) == 0x000020, "Member 'FIdentityLightTemplateSettings::IndirectLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(FIdentityLightTemplateSettings, VolumetricScatteringIntensity) == 0x000024, "Member 'FIdentityLightTemplateSettings::VolumetricScatteringIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleCapsule \ static_assert(alignof(FSimpleCapsule) == 0x000004, "Wrong alignment on FSimpleCapsule"); \ static_assert(sizeof(FSimpleCapsule) == 0x000020, "Wrong size on FSimpleCapsule"); \ static_assert(offsetof(FSimpleCapsule, Origin) == 0x000000, "Member 'FSimpleCapsule::Origin' has a wrong offset!"); \ static_assert(offsetof(FSimpleCapsule, UnitAxis) == 0x00000C, "Member 'FSimpleCapsule::UnitAxis' has a wrong offset!"); \ static_assert(offsetof(FSimpleCapsule, Radius) == 0x000018, "Member 'FSimpleCapsule::Radius' has a wrong offset!"); \ static_assert(offsetof(FSimpleCapsule, Height) == 0x00001C, "Member 'FSimpleCapsule::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleCapsuleSurfacePointNormal \ static_assert(alignof(FSimpleCapsuleSurfacePointNormal) == 0x000004, "Wrong alignment on FSimpleCapsuleSurfacePointNormal"); \ static_assert(sizeof(FSimpleCapsuleSurfacePointNormal) == 0x000038, "Wrong size on FSimpleCapsuleSurfacePointNormal"); \ static_assert(offsetof(FSimpleCapsuleSurfacePointNormal, Point) == 0x000020, "Member 'FSimpleCapsuleSurfacePointNormal::Point' has a wrong offset!"); \ static_assert(offsetof(FSimpleCapsuleSurfacePointNormal, normal) == 0x00002C, "Member 'FSimpleCapsuleSurfacePointNormal::normal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogueConversationReference \ static_assert(alignof(FDialogueConversationReference) == 0x000008, "Wrong alignment on FDialogueConversationReference"); \ static_assert(sizeof(FDialogueConversationReference) == 0x000010, "Wrong size on FDialogueConversationReference"); \ static_assert(offsetof(FDialogueConversationReference, EventID) == 0x000000, "Member 'FDialogueConversationReference::EventID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDOVInstanceData \ static_assert(alignof(FDOVInstanceData) == 0x000001, "Wrong alignment on FDOVInstanceData"); \ static_assert(sizeof(FDOVInstanceData) == 0x000001, "Wrong size on FDOVInstanceData"); \ #define DUMPER7_ASSERTS_FSavedMaterialsForMesh \ static_assert(alignof(FSavedMaterialsForMesh) == 0x000008, "Wrong alignment on FSavedMaterialsForMesh"); \ static_assert(sizeof(FSavedMaterialsForMesh) == 0x000010, "Wrong size on FSavedMaterialsForMesh"); \ static_assert(offsetof(FSavedMaterialsForMesh, SavedMaterialArray) == 0x000000, "Member 'FSavedMaterialsForMesh::SavedMaterialArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInventoryResult \ static_assert(alignof(FInventoryResult) == 0x000008, "Wrong alignment on FInventoryResult"); \ static_assert(sizeof(FInventoryResult) == 0x000088, "Wrong size on FInventoryResult"); \ static_assert(offsetof(FInventoryResult, CharacterID) == 0x000000, "Member 'FInventoryResult::CharacterID' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, ItemName) == 0x000008, "Member 'FInventoryResult::ItemName' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, ItemType) == 0x000010, "Member 'FInventoryResult::ItemType' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, Variation) == 0x000018, "Member 'FInventoryResult::Variation' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, HolderID) == 0x000020, "Member 'FInventoryResult::HolderID' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, Count) == 0x000028, "Member 'FInventoryResult::Count' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, Stolen) == 0x00002C, "Member 'FInventoryResult::Stolen' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, EconomyValue) == 0x000030, "Member 'FInventoryResult::EconomyValue' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, SellPrice) == 0x000034, "Member 'FInventoryResult::SellPrice' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, SlotNumber) == 0x000038, "Member 'FInventoryResult::SlotNumber' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, MaxInventoryStack) == 0x00003C, "Member 'FInventoryResult::MaxInventoryStack' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, Droppable) == 0x000040, "Member 'FInventoryResult::Droppable' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, UniqueItem) == 0x000041, "Member 'FInventoryResult::UniqueItem' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, KeepOnReset) == 0x000042, "Member 'FInventoryResult::KeepOnReset' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, Reason) == 0x000043, "Member 'FInventoryResult::Reason' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, Delta) == 0x000044, "Member 'FInventoryResult::Delta' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, OtherCharacterID) == 0x000048, "Member 'FInventoryResult::OtherCharacterID' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, OtherActor) == 0x000050, "Member 'FInventoryResult::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, Consumable) == 0x000058, "Member 'FInventoryResult::Consumable' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, UsableFromInventory) == 0x000059, "Member 'FInventoryResult::UsableFromInventory' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, Sellable) == 0x00005A, "Member 'FInventoryResult::Sellable' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, UpdateTime) == 0x000060, "Member 'FInventoryResult::UpdateTime' has a wrong offset!"); \ static_assert(offsetof(FInventoryResult, UIDisplayMethod) == 0x000068, "Member 'FInventoryResult::UIDisplayMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedInventory \ static_assert(alignof(FCachedInventory) == 0x000008, "Wrong alignment on FCachedInventory"); \ static_assert(sizeof(FCachedInventory) == 0x000010, "Wrong size on FCachedInventory"); \ static_assert(offsetof(FCachedInventory, CachedInventory) == 0x000000, "Member 'FCachedInventory::CachedInventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmingVelocityTracker \ static_assert(alignof(FGroundSwarmingVelocityTracker) == 0x000004, "Wrong alignment on FGroundSwarmingVelocityTracker"); \ static_assert(sizeof(FGroundSwarmingVelocityTracker) == 0x000010, "Wrong size on FGroundSwarmingVelocityTracker"); \ static_assert(offsetof(FGroundSwarmingVelocityTracker, LastPosition) == 0x000000, "Member 'FGroundSwarmingVelocityTracker::LastPosition' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingVelocityTracker, bLastPositionValid) == 0x00000C, "Member 'FGroundSwarmingVelocityTracker::bLastPositionValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuadrupedSpineBoneChain \ static_assert(alignof(FQuadrupedSpineBoneChain) == 0x000008, "Wrong alignment on FQuadrupedSpineBoneChain"); \ static_assert(sizeof(FQuadrupedSpineBoneChain) == 0x000038, "Wrong size on FQuadrupedSpineBoneChain"); \ static_assert(offsetof(FQuadrupedSpineBoneChain, Type) == 0x000000, "Member 'FQuadrupedSpineBoneChain::Type' has a wrong offset!"); \ static_assert(offsetof(FQuadrupedSpineBoneChain, StartBone) == 0x000004, "Member 'FQuadrupedSpineBoneChain::StartBone' has a wrong offset!"); \ static_assert(offsetof(FQuadrupedSpineBoneChain, EndBone) == 0x000014, "Member 'FQuadrupedSpineBoneChain::EndBone' has a wrong offset!"); \ static_assert(offsetof(FQuadrupedSpineBoneChain, weight) == 0x000024, "Member 'FQuadrupedSpineBoneChain::weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDamageResult \ static_assert(alignof(FDamageResult) == 0x000008, "Wrong alignment on FDamageResult"); \ static_assert(sizeof(FDamageResult) == 0x000058, "Wrong size on FDamageResult"); \ static_assert(offsetof(FDamageResult, Victim) == 0x000000, "Member 'FDamageResult::Victim' has a wrong offset!"); \ static_assert(offsetof(FDamageResult, Instigator) == 0x000008, "Member 'FDamageResult::Instigator' has a wrong offset!"); \ static_assert(offsetof(FDamageResult, SpellTool) == 0x000010, "Member 'FDamageResult::SpellTool' has a wrong offset!"); \ static_assert(offsetof(FDamageResult, MunitionAsset) == 0x000018, "Member 'FDamageResult::MunitionAsset' has a wrong offset!"); \ static_assert(offsetof(FDamageResult, ImpactTagContainer) == 0x000020, "Member 'FDamageResult::ImpactTagContainer' has a wrong offset!"); \ static_assert(offsetof(FDamageResult, DamageAmount) == 0x000040, "Member 'FDamageResult::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(FDamageResult, BaseDamageAmount) == 0x000044, "Member 'FDamageResult::BaseDamageAmount' has a wrong offset!"); \ static_assert(offsetof(FDamageResult, RemainingHealth) == 0x000048, "Member 'FDamageResult::RemainingHealth' has a wrong offset!"); \ static_assert(offsetof(FDamageResult, bNearDeathKneeling) == 0x00004C, "Member 'FDamageResult::bNearDeathKneeling' has a wrong offset!"); \ static_assert(offsetof(FDamageResult, bDeadlyAttack) == 0x00004D, "Member 'FDamageResult::bDeadlyAttack' has a wrong offset!"); \ static_assert(offsetof(FDamageResult, bCursedDamage) == 0x00004E, "Member 'FDamageResult::bCursedDamage' has a wrong offset!"); \ static_assert(offsetof(FDamageResult, bDeflection) == 0x00004F, "Member 'FDamageResult::bDeflection' has a wrong offset!"); \ static_assert(offsetof(FDamageResult, bPerfectDeflection) == 0x000050, "Member 'FDamageResult::bPerfectDeflection' has a wrong offset!"); \ static_assert(offsetof(FDamageResult, bFinisher) == 0x000051, "Member 'FDamageResult::bFinisher' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRipApartFinisherData \ static_assert(alignof(FRipApartFinisherData) == 0x000008, "Wrong alignment on FRipApartFinisherData"); \ static_assert(sizeof(FRipApartFinisherData) == 0x000010, "Wrong size on FRipApartFinisherData"); \ static_assert(offsetof(FRipApartFinisherData, BodyMesh) == 0x000000, "Member 'FRipApartFinisherData::BodyMesh' has a wrong offset!"); \ static_assert(offsetof(FRipApartFinisherData, LegMesh) == 0x000008, "Member 'FRipApartFinisherData::LegMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQueryFinishedData \ static_assert(alignof(FQueryFinishedData) == 0x000008, "Wrong alignment on FQueryFinishedData"); \ static_assert(sizeof(FQueryFinishedData) == 0x000010, "Wrong size on FQueryFinishedData"); \ #define DUMPER7_ASSERTS_FImpulseToTargetTaskEntry \ static_assert(alignof(FImpulseToTargetTaskEntry) == 0x000004, "Wrong alignment on FImpulseToTargetTaskEntry"); \ static_assert(sizeof(FImpulseToTargetTaskEntry) == 0x000008, "Wrong size on FImpulseToTargetTaskEntry"); \ #define DUMPER7_ASSERTS_FEnemy_Idle \ static_assert(alignof(FEnemy_Idle) == 0x000008, "Wrong alignment on FEnemy_Idle"); \ static_assert(sizeof(FEnemy_Idle) == 0x000060, "Wrong size on FEnemy_Idle"); \ static_assert(offsetof(FEnemy_Idle, ContextMatch) == 0x000000, "Member 'FEnemy_Idle::ContextMatch' has a wrong offset!"); \ static_assert(offsetof(FEnemy_Idle, SupportedContexts) == 0x000004, "Member 'FEnemy_Idle::SupportedContexts' has a wrong offset!"); \ static_assert(offsetof(FEnemy_Idle, SupportedWeapons) == 0x000008, "Member 'FEnemy_Idle::SupportedWeapons' has a wrong offset!"); \ static_assert(offsetof(FEnemy_Idle, MinAngle) == 0x00000C, "Member 'FEnemy_Idle::MinAngle' has a wrong offset!"); \ static_assert(offsetof(FEnemy_Idle, MaxAngle) == 0x000010, "Member 'FEnemy_Idle::MaxAngle' has a wrong offset!"); \ static_assert(offsetof(FEnemy_Idle, IATagContainer) == 0x000018, "Member 'FEnemy_Idle::IATagContainer' has a wrong offset!"); \ static_assert(offsetof(FEnemy_Idle, TagContainer) == 0x000038, "Member 'FEnemy_Idle::TagContainer' has a wrong offset!"); \ static_assert(offsetof(FEnemy_Idle, AASupportedDirections) == 0x000058, "Member 'FEnemy_Idle::AASupportedDirections' has a wrong offset!"); \ static_assert(offsetof(FEnemy_Idle, Chance) == 0x00005C, "Member 'FEnemy_Idle::Chance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_IdleBreak \ static_assert(alignof(FEnemy_IdleBreak) == 0x000008, "Wrong alignment on FEnemy_IdleBreak"); \ static_assert(sizeof(FEnemy_IdleBreak) == 0x000060, "Wrong size on FEnemy_IdleBreak"); \ static_assert(offsetof(FEnemy_IdleBreak, Data) == 0x000000, "Member 'FEnemy_IdleBreak::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRecipeIngredientDefinition \ static_assert(alignof(FRecipeIngredientDefinition) == 0x000004, "Wrong alignment on FRecipeIngredientDefinition"); \ static_assert(sizeof(FRecipeIngredientDefinition) == 0x00000C, "Wrong size on FRecipeIngredientDefinition"); \ static_assert(offsetof(FRecipeIngredientDefinition, IngredientName) == 0x000000, "Member 'FRecipeIngredientDefinition::IngredientName' has a wrong offset!"); \ static_assert(offsetof(FRecipeIngredientDefinition, Quantity) == 0x000008, "Member 'FRecipeIngredientDefinition::Quantity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRecipeIngredient \ static_assert(alignof(FRecipeIngredient) == 0x000004, "Wrong alignment on FRecipeIngredient"); \ static_assert(sizeof(FRecipeIngredient) == 0x000010, "Wrong size on FRecipeIngredient"); \ static_assert(offsetof(FRecipeIngredient, RecipeDefinition) == 0x000000, "Member 'FRecipeIngredient::RecipeDefinition' has a wrong offset!"); \ static_assert(offsetof(FRecipeIngredient, CurrentlyOwnedQuantity) == 0x00000C, "Member 'FRecipeIngredient::CurrentlyOwnedQuantity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBrewingRecipe \ static_assert(alignof(FBrewingRecipe) == 0x000008, "Wrong alignment on FBrewingRecipe"); \ static_assert(sizeof(FBrewingRecipe) == 0x000040, "Wrong size on FBrewingRecipe"); \ static_assert(offsetof(FBrewingRecipe, PotionID) == 0x000000, "Member 'FBrewingRecipe::PotionID' has a wrong offset!"); \ static_assert(offsetof(FBrewingRecipe, UICategory) == 0x000008, "Member 'FBrewingRecipe::UICategory' has a wrong offset!"); \ static_assert(offsetof(FBrewingRecipe, SortingIndex) == 0x000010, "Member 'FBrewingRecipe::SortingIndex' has a wrong offset!"); \ static_assert(offsetof(FBrewingRecipe, Yield) == 0x000014, "Member 'FBrewingRecipe::Yield' has a wrong offset!"); \ static_assert(offsetof(FBrewingRecipe, Ingredients) == 0x000018, "Member 'FBrewingRecipe::Ingredients' has a wrong offset!"); \ static_assert(offsetof(FBrewingRecipe, TimeToBrew) == 0x000028, "Member 'FBrewingRecipe::TimeToBrew' has a wrong offset!"); \ static_assert(offsetof(FBrewingRecipe, LockId) == 0x000030, "Member 'FBrewingRecipe::LockId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActiveAbility \ static_assert(alignof(FActiveAbility) == 0x000008, "Wrong alignment on FActiveAbility"); \ static_assert(sizeof(FActiveAbility) == 0x000018, "Wrong size on FActiveAbility"); \ static_assert(offsetof(FActiveAbility, Ability) == 0x000000, "Member 'FActiveAbility::Ability' has a wrong offset!"); \ static_assert(offsetof(FActiveAbility, Template) == 0x000008, "Member 'FActiveAbility::Template' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_MobilityTurnAssistStateData \ static_assert(alignof(FNPC_MobilityTurnAssistStateData) == 0x000004, "Wrong alignment on FNPC_MobilityTurnAssistStateData"); \ static_assert(sizeof(FNPC_MobilityTurnAssistStateData) == 0x000008, "Wrong size on FNPC_MobilityTurnAssistStateData"); \ static_assert(offsetof(FNPC_MobilityTurnAssistStateData, MoveTurnTo) == 0x000000, "Member 'FNPC_MobilityTurnAssistStateData::MoveTurnTo' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityTurnAssistStateData, MoveStartTurnTo) == 0x000001, "Member 'FNPC_MobilityTurnAssistStateData::MoveStartTurnTo' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityTurnAssistStateData, MoveStopTurnTo) == 0x000002, "Member 'FNPC_MobilityTurnAssistStateData::MoveStopTurnTo' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityTurnAssistStateData, MoveStartMode) == 0x000003, "Member 'FNPC_MobilityTurnAssistStateData::MoveStartMode' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityTurnAssistStateData, MoveStartDelayedStartTime) == 0x000004, "Member 'FNPC_MobilityTurnAssistStateData::MoveStartDelayedStartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlockPersonalityDistribution \ static_assert(alignof(FFlockPersonalityDistribution) == 0x000004, "Wrong alignment on FFlockPersonalityDistribution"); \ static_assert(sizeof(FFlockPersonalityDistribution) == 0x000008, "Wrong size on FFlockPersonalityDistribution"); \ static_assert(offsetof(FFlockPersonalityDistribution, Percentage) == 0x000000, "Member 'FFlockPersonalityDistribution::Percentage' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalityDistribution, bAllowStacking) == 0x000004, "Member 'FFlockPersonalityDistribution::bAllowStacking' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlockPersonalityLagger \ static_assert(alignof(FFlockPersonalityLagger) == 0x000008, "Wrong alignment on FFlockPersonalityLagger"); \ static_assert(sizeof(FFlockPersonalityLagger) == 0x000020, "Wrong size on FFlockPersonalityLagger"); \ static_assert(offsetof(FFlockPersonalityLagger, Distribution) == 0x000000, "Member 'FFlockPersonalityLagger::Distribution' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalityLagger, MinFactor) == 0x000008, "Member 'FFlockPersonalityLagger::MinFactor' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalityLagger, MaxFactor) == 0x00000C, "Member 'FFlockPersonalityLagger::MaxFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAccessibilityAudioCueData \ static_assert(alignof(FAccessibilityAudioCueData) == 0x000004, "Wrong alignment on FAccessibilityAudioCueData"); \ static_assert(sizeof(FAccessibilityAudioCueData) == 0x000008, "Wrong size on FAccessibilityAudioCueData"); \ #define DUMPER7_ASSERTS_FEnemy_TicketData \ static_assert(alignof(FEnemy_TicketData) == 0x000004, "Wrong alignment on FEnemy_TicketData"); \ static_assert(sizeof(FEnemy_TicketData) == 0x000008, "Wrong size on FEnemy_TicketData"); \ static_assert(offsetof(FEnemy_TicketData, NumTickets) == 0x000000, "Member 'FEnemy_TicketData::NumTickets' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TicketData, NumAttackedAddTickets) == 0x000004, "Member 'FEnemy_TicketData::NumAttackedAddTickets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogueSequenceReference \ static_assert(alignof(FDialogueSequenceReference) == 0x000008, "Wrong alignment on FDialogueSequenceReference"); \ static_assert(sizeof(FDialogueSequenceReference) == 0x000020, "Wrong size on FDialogueSequenceReference"); \ static_assert(offsetof(FDialogueSequenceReference, EventID) == 0x000000, "Member 'FDialogueSequenceReference::EventID' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceReference, SequenceID) == 0x000010, "Member 'FDialogueSequenceReference::SequenceID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAudioDialogueLineData \ static_assert(alignof(FAudioDialogueLineData) == 0x000008, "Wrong alignment on FAudioDialogueLineData"); \ static_assert(sizeof(FAudioDialogueLineData) == 0x000050, "Wrong size on FAudioDialogueLineData"); \ static_assert(offsetof(FAudioDialogueLineData, lineID) == 0x000000, "Member 'FAudioDialogueLineData::lineID' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueLineData, LocDirectKey) == 0x000010, "Member 'FAudioDialogueLineData::LocDirectKey' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueLineData, DurationSeconds) == 0x000020, "Member 'FAudioDialogueLineData::DurationSeconds' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueLineData, DialogueHandle) == 0x000024, "Member 'FAudioDialogueLineData::DialogueHandle' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueLineData, SpeakingActor) == 0x000028, "Member 'FAudioDialogueLineData::SpeakingActor' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueLineData, VoiceName) == 0x000030, "Member 'FAudioDialogueLineData::VoiceName' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueLineData, bIsFromConversation) == 0x000040, "Member 'FAudioDialogueLineData::bIsFromConversation' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueLineData, bIsEmote) == 0x000041, "Member 'FAudioDialogueLineData::bIsEmote' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueLineData, bForceSubtitle) == 0x000042, "Member 'FAudioDialogueLineData::bForceSubtitle' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueLineData, bSuppressSubtitle) == 0x000043, "Member 'FAudioDialogueLineData::bSuppressSubtitle' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueLineData, bSuppressSubtitleCharacterName) == 0x000044, "Member 'FAudioDialogueLineData::bSuppressSubtitleCharacterName' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueLineData, EmotionHint) == 0x000045, "Member 'FAudioDialogueLineData::EmotionHint' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueLineData, SocialSemanticEmotionHint) == 0x000046, "Member 'FAudioDialogueLineData::SocialSemanticEmotionHint' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueLineData, AudioPriority) == 0x000047, "Member 'FAudioDialogueLineData::AudioPriority' has a wrong offset!"); \ static_assert(offsetof(FAudioDialogueLineData, bNonSpatialized) == 0x000048, "Member 'FAudioDialogueLineData::bNonSpatialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiFXHandle \ static_assert(alignof(FMultiFXHandle) == 0x000008, "Wrong alignment on FMultiFXHandle"); \ static_assert(sizeof(FMultiFXHandle) == 0x000008, "Wrong size on FMultiFXHandle"); \ static_assert(offsetof(FMultiFXHandle, Handle) == 0x000000, "Member 'FMultiFXHandle::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiFXPlusHandles \ static_assert(alignof(FMultiFXPlusHandles) == 0x000008, "Wrong alignment on FMultiFXPlusHandles"); \ static_assert(sizeof(FMultiFXPlusHandles) == 0x000010, "Wrong size on FMultiFXPlusHandles"); \ static_assert(offsetof(FMultiFXPlusHandles, FXHandleArray) == 0x000000, "Member 'FMultiFXPlusHandles::FXHandleArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHitBySpellData \ static_assert(alignof(FHitBySpellData) == 0x000008, "Wrong alignment on FHitBySpellData"); \ static_assert(sizeof(FHitBySpellData) == 0x000048, "Wrong size on FHitBySpellData"); \ static_assert(offsetof(FHitBySpellData, Victim) == 0x000000, "Member 'FHitBySpellData::Victim' has a wrong offset!"); \ static_assert(offsetof(FHitBySpellData, Instigator) == 0x000008, "Member 'FHitBySpellData::Instigator' has a wrong offset!"); \ static_assert(offsetof(FHitBySpellData, ImpactLocation) == 0x000010, "Member 'FHitBySpellData::ImpactLocation' has a wrong offset!"); \ static_assert(offsetof(FHitBySpellData, SpellType) == 0x00001C, "Member 'FHitBySpellData::SpellType' has a wrong offset!"); \ static_assert(offsetof(FHitBySpellData, ImpactTagContainer) == 0x000028, "Member 'FHitBySpellData::ImpactTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAblTransformMultiChildTask \ static_assert(alignof(FAblTransformMultiChildTask) == 0x000010, "Wrong alignment on FAblTransformMultiChildTask"); \ static_assert(sizeof(FAblTransformMultiChildTask) == 0x000090, "Wrong size on FAblTransformMultiChildTask"); \ static_assert(offsetof(FAblTransformMultiChildTask, ChildName) == 0x000000, "Member 'FAblTransformMultiChildTask::ChildName' has a wrong offset!"); \ static_assert(offsetof(FAblTransformMultiChildTask, InitTransform) == 0x000010, "Member 'FAblTransformMultiChildTask::InitTransform' has a wrong offset!"); \ static_assert(offsetof(FAblTransformMultiChildTask, DeltaTransform) == 0x000040, "Member 'FAblTransformMultiChildTask::DeltaTransform' has a wrong offset!"); \ static_assert(offsetof(FAblTransformMultiChildTask, DeltaTranslate) == 0x000070, "Member 'FAblTransformMultiChildTask::DeltaTranslate' has a wrong offset!"); \ static_assert(offsetof(FAblTransformMultiChildTask, DeltaRotate) == 0x000078, "Member 'FAblTransformMultiChildTask::DeltaRotate' has a wrong offset!"); \ static_assert(offsetof(FAblTransformMultiChildTask, DeltaScale) == 0x000080, "Member 'FAblTransformMultiChildTask::DeltaScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreatureSurfaceList \ static_assert(alignof(FCreatureSurfaceList) == 0x000008, "Wrong alignment on FCreatureSurfaceList"); \ static_assert(sizeof(FCreatureSurfaceList) == 0x000030, "Wrong size on FCreatureSurfaceList"); \ static_assert(offsetof(FCreatureSurfaceList, ParticleSystem) == 0x000000, "Member 'FCreatureSurfaceList::ParticleSystem' has a wrong offset!"); \ static_assert(offsetof(FCreatureSurfaceList, LocalParticleScale) == 0x000008, "Member 'FCreatureSurfaceList::LocalParticleScale' has a wrong offset!"); \ static_assert(offsetof(FCreatureSurfaceList, ParticleKickupDirection) == 0x00000C, "Member 'FCreatureSurfaceList::ParticleKickupDirection' has a wrong offset!"); \ static_assert(offsetof(FCreatureSurfaceList, UseDecal) == 0x000010, "Member 'FCreatureSurfaceList::UseDecal' has a wrong offset!"); \ static_assert(offsetof(FCreatureSurfaceList, Decal) == 0x000018, "Member 'FCreatureSurfaceList::Decal' has a wrong offset!"); \ static_assert(offsetof(FCreatureSurfaceList, DecalRandomSize) == 0x000020, "Member 'FCreatureSurfaceList::DecalRandomSize' has a wrong offset!"); \ static_assert(offsetof(FCreatureSurfaceList, DirectionalDecal) == 0x000028, "Member 'FCreatureSurfaceList::DirectionalDecal' has a wrong offset!"); \ static_assert(offsetof(FCreatureSurfaceList, DecalFrameCount) == 0x00002C, "Member 'FCreatureSurfaceList::DecalFrameCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreatureParticleSurfaceList \ static_assert(alignof(FCreatureParticleSurfaceList) == 0x000008, "Wrong alignment on FCreatureParticleSurfaceList"); \ static_assert(sizeof(FCreatureParticleSurfaceList) == 0x000090, "Wrong size on FCreatureParticleSurfaceList"); \ static_assert(offsetof(FCreatureParticleSurfaceList, Large) == 0x000000, "Member 'FCreatureParticleSurfaceList::Large' has a wrong offset!"); \ static_assert(offsetof(FCreatureParticleSurfaceList, Medium) == 0x000030, "Member 'FCreatureParticleSurfaceList::Medium' has a wrong offset!"); \ static_assert(offsetof(FCreatureParticleSurfaceList, Small) == 0x000060, "Member 'FCreatureParticleSurfaceList::Small' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTurnDirectionNavMeshCheckSettings \ static_assert(alignof(FTurnDirectionNavMeshCheckSettings) == 0x000008, "Wrong alignment on FTurnDirectionNavMeshCheckSettings"); \ static_assert(sizeof(FTurnDirectionNavMeshCheckSettings) == 0x000038, "Wrong size on FTurnDirectionNavMeshCheckSettings"); \ static_assert(offsetof(FTurnDirectionNavMeshCheckSettings, bDoNavMeshCheck) == 0x000000, "Member 'FTurnDirectionNavMeshCheckSettings::bDoNavMeshCheck' has a wrong offset!"); \ static_assert(offsetof(FTurnDirectionNavMeshCheckSettings, bForceSuccessIfMount) == 0x000001, "Member 'FTurnDirectionNavMeshCheckSettings::bForceSuccessIfMount' has a wrong offset!"); \ static_assert(offsetof(FTurnDirectionNavMeshCheckSettings, TurnDirection) == 0x000002, "Member 'FTurnDirectionNavMeshCheckSettings::TurnDirection' has a wrong offset!"); \ static_assert(offsetof(FTurnDirectionNavMeshCheckSettings, bIncActorRadius) == 0x000003, "Member 'FTurnDirectionNavMeshCheckSettings::bIncActorRadius' has a wrong offset!"); \ static_assert(offsetof(FTurnDirectionNavMeshCheckSettings, TurnDiameterScalar) == 0x000004, "Member 'FTurnDirectionNavMeshCheckSettings::TurnDiameterScalar' has a wrong offset!"); \ static_assert(offsetof(FTurnDirectionNavMeshCheckSettings, TurnLengthScalar) == 0x000008, "Member 'FTurnDirectionNavMeshCheckSettings::TurnLengthScalar' has a wrong offset!"); \ static_assert(offsetof(FTurnDirectionNavMeshCheckSettings, BoxExtentsZ) == 0x00000C, "Member 'FTurnDirectionNavMeshCheckSettings::BoxExtentsZ' has a wrong offset!"); \ static_assert(offsetof(FTurnDirectionNavMeshCheckSettings, bDebugDrawing) == 0x000010, "Member 'FTurnDirectionNavMeshCheckSettings::bDebugDrawing' has a wrong offset!"); \ static_assert(offsetof(FTurnDirectionNavMeshCheckSettings, TagsIfNavMeshCheckFails) == 0x000018, "Member 'FTurnDirectionNavMeshCheckSettings::TagsIfNavMeshCheckFails' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBeaconDistanceRule \ static_assert(alignof(FBeaconDistanceRule) == 0x000004, "Wrong alignment on FBeaconDistanceRule"); \ static_assert(sizeof(FBeaconDistanceRule) == 0x000018, "Wrong size on FBeaconDistanceRule"); \ #define DUMPER7_ASSERTS_FClothMountTargets \ static_assert(alignof(FClothMountTargets) == 0x000008, "Wrong alignment on FClothMountTargets"); \ static_assert(sizeof(FClothMountTargets) == 0x000018, "Wrong size on FClothMountTargets"); \ static_assert(offsetof(FClothMountTargets, RightClothTargetTransform) == 0x000000, "Member 'FClothMountTargets::RightClothTargetTransform' has a wrong offset!"); \ static_assert(offsetof(FClothMountTargets, HipsClothTargetTransform) == 0x000008, "Member 'FClothMountTargets::HipsClothTargetTransform' has a wrong offset!"); \ static_assert(offsetof(FClothMountTargets, LeftClothTargetTransform) == 0x000010, "Member 'FClothMountTargets::LeftClothTargetTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransformationStyleTableRow \ static_assert(alignof(FTransformationStyleTableRow) == 0x000008, "Wrong alignment on FTransformationStyleTableRow"); \ static_assert(sizeof(FTransformationStyleTableRow) == 0x000030, "Wrong size on FTransformationStyleTableRow"); \ static_assert(offsetof(FTransformationStyleTableRow, EffectClass) == 0x000008, "Member 'FTransformationStyleTableRow::EffectClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProtegoEffectsData \ static_assert(alignof(FProtegoEffectsData) == 0x000008, "Wrong alignment on FProtegoEffectsData"); \ static_assert(sizeof(FProtegoEffectsData) == 0x000098, "Wrong size on FProtegoEffectsData"); \ static_assert(offsetof(FProtegoEffectsData, ShieldTypes) == 0x000000, "Member 'FProtegoEffectsData::ShieldTypes' has a wrong offset!"); \ static_assert(offsetof(FProtegoEffectsData, ShieldActivateFX2) == 0x000010, "Member 'FProtegoEffectsData::ShieldActivateFX2' has a wrong offset!"); \ static_assert(offsetof(FProtegoEffectsData, ShieldLoopFX2) == 0x000020, "Member 'FProtegoEffectsData::ShieldLoopFX2' has a wrong offset!"); \ static_assert(offsetof(FProtegoEffectsData, ShieldIntensityFX2) == 0x000030, "Member 'FProtegoEffectsData::ShieldIntensityFX2' has a wrong offset!"); \ static_assert(offsetof(FProtegoEffectsData, ShieldDeactivateFX2) == 0x000040, "Member 'FProtegoEffectsData::ShieldDeactivateFX2' has a wrong offset!"); \ static_assert(offsetof(FProtegoEffectsData, ShieldWandLoopFX2) == 0x000050, "Member 'FProtegoEffectsData::ShieldWandLoopFX2' has a wrong offset!"); \ static_assert(offsetof(FProtegoEffectsData, ShieldHitFX2) == 0x000060, "Member 'FProtegoEffectsData::ShieldHitFX2' has a wrong offset!"); \ static_assert(offsetof(FProtegoEffectsData, ShieldFailedFX2) == 0x000070, "Member 'FProtegoEffectsData::ShieldFailedFX2' has a wrong offset!"); \ static_assert(offsetof(FProtegoEffectsData, EffectRampInCurve) == 0x000080, "Member 'FProtegoEffectsData::EffectRampInCurve' has a wrong offset!"); \ static_assert(offsetof(FProtegoEffectsData, ShieldSkinEffectName) == 0x000088, "Member 'FProtegoEffectsData::ShieldSkinEffectName' has a wrong offset!"); \ static_assert(offsetof(FProtegoEffectsData, ProtegoShieldFxDelay) == 0x000090, "Member 'FProtegoEffectsData::ProtegoShieldFxDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLockManagerLock \ static_assert(alignof(FLockManagerLock) == 0x000004, "Wrong alignment on FLockManagerLock"); \ static_assert(sizeof(FLockManagerLock) == 0x00000C, "Wrong size on FLockManagerLock"); \ static_assert(offsetof(FLockManagerLock, LockId) == 0x000000, "Member 'FLockManagerLock::LockId' has a wrong offset!"); \ static_assert(offsetof(FLockManagerLock, LockState) == 0x000008, "Member 'FLockManagerLock::LockState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputCheckpoint \ static_assert(alignof(FInputCheckpoint) == 0x000004, "Wrong alignment on FInputCheckpoint"); \ static_assert(sizeof(FInputCheckpoint) == 0x000018, "Wrong size on FInputCheckpoint"); \ static_assert(offsetof(FInputCheckpoint, InputAction) == 0x000000, "Member 'FInputCheckpoint::InputAction' has a wrong offset!"); \ static_assert(offsetof(FInputCheckpoint, InputWindow) == 0x000004, "Member 'FInputCheckpoint::InputWindow' has a wrong offset!"); \ static_assert(offsetof(FInputCheckpoint, PathSplineIndex) == 0x00000C, "Member 'FInputCheckpoint::PathSplineIndex' has a wrong offset!"); \ static_assert(offsetof(FInputCheckpoint, Location) == 0x000010, "Member 'FInputCheckpoint::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapDungeonSaveData \ static_assert(alignof(FMapDungeonSaveData) == 0x000008, "Wrong alignment on FMapDungeonSaveData"); \ static_assert(sizeof(FMapDungeonSaveData) == 0x004020, "Wrong size on FMapDungeonSaveData"); \ static_assert(offsetof(FMapDungeonSaveData, DungeonName) == 0x000000, "Member 'FMapDungeonSaveData::DungeonName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_ParryTimeToImpactData \ static_assert(alignof(FEnemy_ParryTimeToImpactData) == 0x000008, "Wrong alignment on FEnemy_ParryTimeToImpactData"); \ static_assert(sizeof(FEnemy_ParryTimeToImpactData) == 0x000030, "Wrong size on FEnemy_ParryTimeToImpactData"); \ static_assert(offsetof(FEnemy_ParryTimeToImpactData, TimeToImpact) == 0x000000, "Member 'FEnemy_ParryTimeToImpactData::TimeToImpact' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryTimeToImpactData, WindowID) == 0x000004, "Member 'FEnemy_ParryTimeToImpactData::WindowID' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryTimeToImpactData, MunitionTagContainer) == 0x000008, "Member 'FEnemy_ParryTimeToImpactData::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryTimeToImpactData, bUnblockable) == 0x000028, "Member 'FEnemy_ParryTimeToImpactData::bUnblockable' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryTimeToImpactData, bPerfect) == 0x000029, "Member 'FEnemy_ParryTimeToImpactData::bPerfect' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryTimeToImpactData, CounterType) == 0x00002A, "Member 'FEnemy_ParryTimeToImpactData::CounterType' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryTimeToImpactData, ResponseType) == 0x00002B, "Member 'FEnemy_ParryTimeToImpactData::ResponseType' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryTimeToImpactData, CounterStepDirection) == 0x00002C, "Member 'FEnemy_ParryTimeToImpactData::CounterStepDirection' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryTimeToImpactData, CounterStyle) == 0x00002D, "Member 'FEnemy_ParryTimeToImpactData::CounterStyle' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryTimeToImpactData, DodgeStyle) == 0x00002E, "Member 'FEnemy_ParryTimeToImpactData::DodgeStyle' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryTimeToImpactData, ButtonPressed) == 0x00002F, "Member 'FEnemy_ParryTimeToImpactData::ButtonPressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticConversationRegistration \ static_assert(alignof(FStaticConversationRegistration) == 0x000008, "Wrong alignment on FStaticConversationRegistration"); \ static_assert(sizeof(FStaticConversationRegistration) == 0x000028, "Wrong size on FStaticConversationRegistration"); \ static_assert(offsetof(FStaticConversationRegistration, ConversationType) == 0x000000, "Member 'FStaticConversationRegistration::ConversationType' has a wrong offset!"); \ static_assert(offsetof(FStaticConversationRegistration, ArticyConversation) == 0x000008, "Member 'FStaticConversationRegistration::ArticyConversation' has a wrong offset!"); \ static_assert(offsetof(FStaticConversationRegistration, StoryGraph) == 0x000018, "Member 'FStaticConversationRegistration::StoryGraph' has a wrong offset!"); \ static_assert(offsetof(FStaticConversationRegistration, EnsureVendorConversationWhenGreetingPlayed) == 0x000020, "Member 'FStaticConversationRegistration::EnsureVendorConversationWhenGreetingPlayed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticConversationRegistrationPerUser \ static_assert(alignof(FStaticConversationRegistrationPerUser) == 0x000008, "Wrong alignment on FStaticConversationRegistrationPerUser"); \ static_assert(sizeof(FStaticConversationRegistrationPerUser) == 0x000030, "Wrong size on FStaticConversationRegistrationPerUser"); \ static_assert(offsetof(FStaticConversationRegistrationPerUser, CharacterID) == 0x000000, "Member 'FStaticConversationRegistrationPerUser::CharacterID' has a wrong offset!"); \ static_assert(offsetof(FStaticConversationRegistrationPerUser, Registrations) == 0x000010, "Member 'FStaticConversationRegistrationPerUser::Registrations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_MobilitySpeedData \ static_assert(alignof(FNPC_MobilitySpeedData) == 0x000008, "Wrong alignment on FNPC_MobilitySpeedData"); \ static_assert(sizeof(FNPC_MobilitySpeedData) == 0x000008, "Wrong size on FNPC_MobilitySpeedData"); \ static_assert(offsetof(FNPC_MobilitySpeedData, SpeedChoice) == 0x000000, "Member 'FNPC_MobilitySpeedData::SpeedChoice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_TurnAssistData \ static_assert(alignof(FNPC_TurnAssistData) == 0x000004, "Wrong alignment on FNPC_TurnAssistData"); \ static_assert(sizeof(FNPC_TurnAssistData) == 0x000008, "Wrong size on FNPC_TurnAssistData"); \ static_assert(offsetof(FNPC_TurnAssistData, YawSpringHalfLife) == 0x000000, "Member 'FNPC_TurnAssistData::YawSpringHalfLife' has a wrong offset!"); \ static_assert(offsetof(FNPC_TurnAssistData, YawSpringMaxTurningAngle) == 0x000004, "Member 'FNPC_TurnAssistData::YawSpringMaxTurningAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_TurnAssistDataContainer \ static_assert(alignof(FNPC_TurnAssistDataContainer) == 0x000004, "Wrong alignment on FNPC_TurnAssistDataContainer"); \ static_assert(sizeof(FNPC_TurnAssistDataContainer) == 0x00000C, "Wrong size on FNPC_TurnAssistDataContainer"); \ static_assert(offsetof(FNPC_TurnAssistDataContainer, Mode) == 0x000000, "Member 'FNPC_TurnAssistDataContainer::Mode' has a wrong offset!"); \ static_assert(offsetof(FNPC_TurnAssistDataContainer, Data) == 0x000004, "Member 'FNPC_TurnAssistDataContainer::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_MobilityMovementData \ static_assert(alignof(FNPC_MobilityMovementData) == 0x000004, "Wrong alignment on FNPC_MobilityMovementData"); \ static_assert(sizeof(FNPC_MobilityMovementData) == 0x000008, "Wrong size on FNPC_MobilityMovementData"); \ static_assert(offsetof(FNPC_MobilityMovementData, bUseAcceleration) == 0x000000, "Member 'FNPC_MobilityMovementData::bUseAcceleration' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityMovementData, bOrientToMovement) == 0x000001, "Member 'FNPC_MobilityMovementData::bOrientToMovement' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityMovementData, TurnRate) == 0x000004, "Member 'FNPC_MobilityMovementData::TurnRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_MobilityAbilityData \ static_assert(alignof(FNPC_MobilityAbilityData) == 0x000008, "Wrong alignment on FNPC_MobilityAbilityData"); \ static_assert(sizeof(FNPC_MobilityAbilityData) == 0x000030, "Wrong size on FNPC_MobilityAbilityData"); \ static_assert(offsetof(FNPC_MobilityAbilityData, bSupported) == 0x000000, "Member 'FNPC_MobilityAbilityData::bSupported' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityAbilityData, AbilityPtr) == 0x000008, "Member 'FNPC_MobilityAbilityData::AbilityPtr' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityAbilityData, AATags) == 0x000010, "Member 'FNPC_MobilityAbilityData::AATags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_MobilityAnimSpeedData \ static_assert(alignof(FNPC_MobilityAnimSpeedData) == 0x000004, "Wrong alignment on FNPC_MobilityAnimSpeedData"); \ static_assert(sizeof(FNPC_MobilityAnimSpeedData) == 0x000008, "Wrong size on FNPC_MobilityAnimSpeedData"); \ static_assert(offsetof(FNPC_MobilityAnimSpeedData, AnimSpeedMin) == 0x000000, "Member 'FNPC_MobilityAnimSpeedData::AnimSpeedMin' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityAnimSpeedData, AnimSpeedMax) == 0x000004, "Member 'FNPC_MobilityAnimSpeedData::AnimSpeedMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_MobilityAnimBlendSpaceData \ static_assert(alignof(FNPC_MobilityAnimBlendSpaceData) == 0x000004, "Wrong alignment on FNPC_MobilityAnimBlendSpaceData"); \ static_assert(sizeof(FNPC_MobilityAnimBlendSpaceData) == 0x000008, "Wrong size on FNPC_MobilityAnimBlendSpaceData"); \ static_assert(offsetof(FNPC_MobilityAnimBlendSpaceData, XInterpSpeed) == 0x000000, "Member 'FNPC_MobilityAnimBlendSpaceData::XInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityAnimBlendSpaceData, YInterpSpeed) == 0x000004, "Member 'FNPC_MobilityAnimBlendSpaceData::YInterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_MobilityAnimData \ static_assert(alignof(FNPC_MobilityAnimData) == 0x000008, "Wrong alignment on FNPC_MobilityAnimData"); \ static_assert(sizeof(FNPC_MobilityAnimData) == 0x0000E0, "Wrong size on FNPC_MobilityAnimData"); \ static_assert(offsetof(FNPC_MobilityAnimData, IdleAbilityPtr) == 0x000000, "Member 'FNPC_MobilityAnimData::IdleAbilityPtr' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityAnimData, MoveAbilityPtr) == 0x000008, "Member 'FNPC_MobilityAnimData::MoveAbilityPtr' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityAnimData, MoveTags) == 0x000010, "Member 'FNPC_MobilityAnimData::MoveTags' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityAnimData, MoveStart) == 0x000030, "Member 'FNPC_MobilityAnimData::MoveStart' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityAnimData, MoveStop) == 0x000060, "Member 'FNPC_MobilityAnimData::MoveStop' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityAnimData, MovePivot) == 0x000090, "Member 'FNPC_MobilityAnimData::MovePivot' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityAnimData, AnimSpeedData) == 0x0000C0, "Member 'FNPC_MobilityAnimData::AnimSpeedData' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityAnimData, BlendSpaceData) == 0x0000D0, "Member 'FNPC_MobilityAnimData::BlendSpaceData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_MobilityDistanceData \ static_assert(alignof(FNPC_MobilityDistanceData) == 0x000004, "Wrong alignment on FNPC_MobilityDistanceData"); \ static_assert(sizeof(FNPC_MobilityDistanceData) == 0x000008, "Wrong size on FNPC_MobilityDistanceData"); \ static_assert(offsetof(FNPC_MobilityDistanceData, DistanceMin) == 0x000000, "Member 'FNPC_MobilityDistanceData::DistanceMin' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityDistanceData, DistanceMax) == 0x000004, "Member 'FNPC_MobilityDistanceData::DistanceMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_MobilityData \ static_assert(alignof(FNPC_MobilityData) == 0x000008, "Wrong alignment on FNPC_MobilityData"); \ static_assert(sizeof(FNPC_MobilityData) == 0x0000B0, "Wrong size on FNPC_MobilityData"); \ static_assert(offsetof(FNPC_MobilityData, bApplySpeed) == 0x000000, "Member 'FNPC_MobilityData::bApplySpeed' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, SpeedMin) == 0x000004, "Member 'FNPC_MobilityData::SpeedMin' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, SpeedMax) == 0x000008, "Member 'FNPC_MobilityData::SpeedMax' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, MaxTravelDist) == 0x00000C, "Member 'FNPC_MobilityData::MaxTravelDist' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, EnergyCost) == 0x000010, "Member 'FNPC_MobilityData::EnergyCost' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, SpeedData) == 0x000018, "Member 'FNPC_MobilityData::SpeedData' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, MoveDistThreshold) == 0x000028, "Member 'FNPC_MobilityData::MoveDistThreshold' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, DestinationTolerance) == 0x00002C, "Member 'FNPC_MobilityData::DestinationTolerance' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, MoveMaxHeadingChangeAngle) == 0x000030, "Member 'FNPC_MobilityData::MoveMaxHeadingChangeAngle' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, MoveToWaypointOffScreen) == 0x000034, "Member 'FNPC_MobilityData::MoveToWaypointOffScreen' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, bMoveStopOnOverlap) == 0x000035, "Member 'FNPC_MobilityData::bMoveStopOnOverlap' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, bDoLOSCheck) == 0x000036, "Member 'FNPC_MobilityData::bDoLOSCheck' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, LOSCollisionInterval) == 0x000038, "Member 'FNPC_MobilityData::LOSCollisionInterval' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, LOSCollisionDist) == 0x00003C, "Member 'FNPC_MobilityData::LOSCollisionDist' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, bUseCorridorCheck) == 0x000040, "Member 'FNPC_MobilityData::bUseCorridorCheck' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, bDoRunPastCheck) == 0x000041, "Member 'FNPC_MobilityData::bDoRunPastCheck' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, bDoWaypointAwayCheck) == 0x000042, "Member 'FNPC_MobilityData::bDoWaypointAwayCheck' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, bDoProgressTowardsCheck) == 0x000043, "Member 'FNPC_MobilityData::bDoProgressTowardsCheck' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, bDoDestinationAwayCheck) == 0x000044, "Member 'FNPC_MobilityData::bDoDestinationAwayCheck' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, bAbruptDestinationChangeCheck) == 0x000045, "Member 'FNPC_MobilityData::bAbruptDestinationChangeCheck' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, AbruptDestinationChangeAngle) == 0x000048, "Member 'FNPC_MobilityData::AbruptDestinationChangeAngle' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, PathSpec) == 0x00004C, "Member 'FNPC_MobilityData::PathSpec' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, AnimData) == 0x000050, "Member 'FNPC_MobilityData::AnimData' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, DistanceData) == 0x000060, "Member 'FNPC_MobilityData::DistanceData' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, TurnAssistData) == 0x000070, "Member 'FNPC_MobilityData::TurnAssistData' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, TurnAssistDataContainer) == 0x000080, "Member 'FNPC_MobilityData::TurnAssistDataContainer' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, TurnAssistStateData) == 0x000090, "Member 'FNPC_MobilityData::TurnAssistStateData' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityData, MovementData) == 0x0000A0, "Member 'FNPC_MobilityData::MovementData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_MobilityDataContainer \ static_assert(alignof(FNPC_MobilityDataContainer) == 0x000008, "Wrong alignment on FNPC_MobilityDataContainer"); \ static_assert(sizeof(FNPC_MobilityDataContainer) == 0x0000B8, "Wrong size on FNPC_MobilityDataContainer"); \ static_assert(offsetof(FNPC_MobilityDataContainer, Mode) == 0x000000, "Member 'FNPC_MobilityDataContainer::Mode' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityDataContainer, Data) == 0x000008, "Member 'FNPC_MobilityDataContainer::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_ParryWindowBeginData \ static_assert(alignof(FEnemy_ParryWindowBeginData) == 0x000004, "Wrong alignment on FEnemy_ParryWindowBeginData"); \ static_assert(sizeof(FEnemy_ParryWindowBeginData) == 0x000014, "Wrong size on FEnemy_ParryWindowBeginData"); \ #define DUMPER7_ASSERTS_FScheduleEntry \ static_assert(alignof(FScheduleEntry) == 0x000008, "Wrong alignment on FScheduleEntry"); \ static_assert(sizeof(FScheduleEntry) == 0x0000F8, "Wrong size on FScheduleEntry"); \ static_assert(offsetof(FScheduleEntry, StartTime) == 0x000000, "Member 'FScheduleEntry::StartTime' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, EndTime) == 0x000004, "Member 'FScheduleEntry::EndTime' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, DaysMask) == 0x000008, "Member 'FScheduleEntry::DaysMask' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, flags) == 0x00000C, "Member 'FScheduleEntry::flags' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, Activity) == 0x000010, "Member 'FScheduleEntry::Activity' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, ActivityType) == 0x000020, "Member 'FScheduleEntry::ActivityType' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, Location) == 0x000028, "Member 'FScheduleEntry::Location' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, StationKey) == 0x000038, "Member 'FScheduleEntry::StationKey' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, LocationKey) == 0x000048, "Member 'FScheduleEntry::LocationKey' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, Station) == 0x000058, "Member 'FScheduleEntry::Station' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, StartTimeInMinutes) == 0x000060, "Member 'FScheduleEntry::StartTimeInMinutes' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, EndTimeInMinutes) == 0x000064, "Member 'FScheduleEntry::EndTimeInMinutes' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, DurationMinutes) == 0x000068, "Member 'FScheduleEntry::DurationMinutes' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, StartDate) == 0x000070, "Member 'FScheduleEntry::StartDate' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, endDate) == 0x000078, "Member 'FScheduleEntry::endDate' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, PathLength) == 0x000080, "Member 'FScheduleEntry::PathLength' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, PathLengthAB) == 0x000084, "Member 'FScheduleEntry::PathLengthAB' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, MoveSpeed) == 0x000088, "Member 'FScheduleEntry::MoveSpeed' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, TimeAvailableSeconds) == 0x00008C, "Member 'FScheduleEntry::TimeAvailableSeconds' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, TimeRequiredSeconds) == 0x000090, "Member 'FScheduleEntry::TimeRequiredSeconds' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, Priority) == 0x000094, "Member 'FScheduleEntry::Priority' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, TravelTimeFactor) == 0x000098, "Member 'FScheduleEntry::TravelTimeFactor' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, OutfitTypeID) == 0x00009C, "Member 'FScheduleEntry::OutfitTypeID' has a wrong offset!"); \ static_assert(offsetof(FScheduleEntry, DistanceTraveled) == 0x0000A4, "Member 'FScheduleEntry::DistanceTraveled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMappedTimedParticleEffect \ static_assert(alignof(FMappedTimedParticleEffect) == 0x000008, "Wrong alignment on FMappedTimedParticleEffect"); \ static_assert(sizeof(FMappedTimedParticleEffect) == 0x000028, "Wrong size on FMappedTimedParticleEffect"); \ static_assert(offsetof(FMappedTimedParticleEffect, PSTemplate) == 0x000000, "Member 'FMappedTimedParticleEffect::PSTemplate' has a wrong offset!"); \ static_assert(offsetof(FMappedTimedParticleEffect, LocationOffset) == 0x000008, "Member 'FMappedTimedParticleEffect::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(FMappedTimedParticleEffect, RotationOffset) == 0x000014, "Member 'FMappedTimedParticleEffect::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(FMappedTimedParticleEffect, bDestroyAtEnd) == 0x000020, "Member 'FMappedTimedParticleEffect::bDestroyAtEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGearName \ static_assert(alignof(FGearName) == 0x000008, "Wrong alignment on FGearName"); \ static_assert(sizeof(FGearName) == 0x000010, "Wrong size on FGearName"); \ static_assert(offsetof(FGearName, Name) == 0x000008, "Member 'FGearName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGearHeadSlotName \ static_assert(alignof(FGearHeadSlotName) == 0x000008, "Wrong alignment on FGearHeadSlotName"); \ static_assert(sizeof(FGearHeadSlotName) == 0x000010, "Wrong size on FGearHeadSlotName"); \ #define DUMPER7_ASSERTS_FEnemy_ParryWindowEndData \ static_assert(alignof(FEnemy_ParryWindowEndData) == 0x000004, "Wrong alignment on FEnemy_ParryWindowEndData"); \ static_assert(sizeof(FEnemy_ParryWindowEndData) == 0x000008, "Wrong size on FEnemy_ParryWindowEndData"); \ #define DUMPER7_ASSERTS_FPostProcessingMIDColorCurve \ static_assert(alignof(FPostProcessingMIDColorCurve) == 0x000008, "Wrong alignment on FPostProcessingMIDColorCurve"); \ static_assert(sizeof(FPostProcessingMIDColorCurve) == 0x000220, "Wrong size on FPostProcessingMIDColorCurve"); \ static_assert(offsetof(FPostProcessingMIDColorCurve, Parameter) == 0x000000, "Member 'FPostProcessingMIDColorCurve::Parameter' has a wrong offset!"); \ static_assert(offsetof(FPostProcessingMIDColorCurve, Blendable) == 0x000008, "Member 'FPostProcessingMIDColorCurve::Blendable' has a wrong offset!"); \ static_assert(offsetof(FPostProcessingMIDColorCurve, Curve) == 0x000010, "Member 'FPostProcessingMIDColorCurve::Curve' has a wrong offset!"); \ static_assert(offsetof(FPostProcessingMIDColorCurve, bKillWhenDone) == 0x000218, "Member 'FPostProcessingMIDColorCurve::bKillWhenDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpellUnlockMiniGamePathSegment \ static_assert(alignof(FSpellUnlockMiniGamePathSegment) == 0x000004, "Wrong alignment on FSpellUnlockMiniGamePathSegment"); \ static_assert(sizeof(FSpellUnlockMiniGamePathSegment) == 0x000010, "Wrong size on FSpellUnlockMiniGamePathSegment"); \ static_assert(offsetof(FSpellUnlockMiniGamePathSegment, StartPoint) == 0x000000, "Member 'FSpellUnlockMiniGamePathSegment::StartPoint' has a wrong offset!"); \ static_assert(offsetof(FSpellUnlockMiniGamePathSegment, EndPoint) == 0x000008, "Member 'FSpellUnlockMiniGamePathSegment::EndPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpellUnlockMiniGamePath \ static_assert(alignof(FSpellUnlockMiniGamePath) == 0x000008, "Wrong alignment on FSpellUnlockMiniGamePath"); \ static_assert(sizeof(FSpellUnlockMiniGamePath) == 0x000010, "Wrong size on FSpellUnlockMiniGamePath"); \ static_assert(offsetof(FSpellUnlockMiniGamePath, PathSegments) == 0x000000, "Member 'FSpellUnlockMiniGamePath::PathSegments' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayTagContainerWrapper \ static_assert(alignof(FGameplayTagContainerWrapper) == 0x000008, "Wrong alignment on FGameplayTagContainerWrapper"); \ static_assert(sizeof(FGameplayTagContainerWrapper) == 0x000020, "Wrong size on FGameplayTagContainerWrapper"); \ static_assert(offsetof(FGameplayTagContainerWrapper, m_gameplayTagContainer) == 0x000000, "Member 'FGameplayTagContainerWrapper::m_gameplayTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldEventTimeSpan \ static_assert(alignof(FWorldEventTimeSpan) == 0x000004, "Wrong alignment on FWorldEventTimeSpan"); \ static_assert(sizeof(FWorldEventTimeSpan) == 0x000010, "Wrong size on FWorldEventTimeSpan"); \ static_assert(offsetof(FWorldEventTimeSpan, Days) == 0x000000, "Member 'FWorldEventTimeSpan::Days' has a wrong offset!"); \ static_assert(offsetof(FWorldEventTimeSpan, Hours) == 0x000004, "Member 'FWorldEventTimeSpan::Hours' has a wrong offset!"); \ static_assert(offsetof(FWorldEventTimeSpan, Minutes) == 0x000008, "Member 'FWorldEventTimeSpan::Minutes' has a wrong offset!"); \ static_assert(offsetof(FWorldEventTimeSpan, Seconds) == 0x00000C, "Member 'FWorldEventTimeSpan::Seconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGoalStatus \ static_assert(alignof(FGoalStatus) == 0x000001, "Wrong alignment on FGoalStatus"); \ static_assert(sizeof(FGoalStatus) == 0x000004, "Wrong size on FGoalStatus"); \ static_assert(offsetof(FGoalStatus, GoalIsActive) == 0x000000, "Member 'FGoalStatus::GoalIsActive' has a wrong offset!"); \ static_assert(offsetof(FGoalStatus, SiteIsActive) == 0x000001, "Member 'FGoalStatus::SiteIsActive' has a wrong offset!"); \ static_assert(offsetof(FGoalStatus, StationIsActive) == 0x000002, "Member 'FGoalStatus::StationIsActive' has a wrong offset!"); \ static_assert(offsetof(FGoalStatus, status) == 0x000003, "Member 'FGoalStatus::status' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIsmDesInstance \ static_assert(alignof(FIsmDesInstance) == 0x000010, "Wrong alignment on FIsmDesInstance"); \ static_assert(sizeof(FIsmDesInstance) == 0x000110, "Wrong size on FIsmDesInstance"); \ static_assert(offsetof(FIsmDesInstance, DA) == 0x000070, "Member 'FIsmDesInstance::DA' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAvatarFullbodyPreset \ static_assert(alignof(FAvatarFullbodyPreset) == 0x000008, "Wrong alignment on FAvatarFullbodyPreset"); \ static_assert(sizeof(FAvatarFullbodyPreset) == 0x000068, "Wrong size on FAvatarFullbodyPreset"); \ static_assert(offsetof(FAvatarFullbodyPreset, Gender) == 0x000008, "Member 'FAvatarFullbodyPreset::Gender' has a wrong offset!"); \ static_assert(offsetof(FAvatarFullbodyPreset, AvatarPresetDefinitions) == 0x000010, "Member 'FAvatarFullbodyPreset::AvatarPresetDefinitions' has a wrong offset!"); \ static_assert(offsetof(FAvatarFullbodyPreset, DisplayInEditor) == 0x000060, "Member 'FAvatarFullbodyPreset::DisplayInEditor' has a wrong offset!"); \ static_assert(offsetof(FAvatarFullbodyPreset, sortOrder) == 0x000064, "Member 'FAvatarFullbodyPreset::sortOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransfigurationResource \ static_assert(alignof(FTransfigurationResource) == 0x000004, "Wrong alignment on FTransfigurationResource"); \ static_assert(sizeof(FTransfigurationResource) == 0x00000C, "Wrong size on FTransfigurationResource"); \ static_assert(offsetof(FTransfigurationResource, ItemId) == 0x000000, "Member 'FTransfigurationResource::ItemId' has a wrong offset!"); \ static_assert(offsetof(FTransfigurationResource, Count) == 0x000008, "Member 'FTransfigurationResource::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatabaseName \ static_assert(alignof(FDatabaseName) == 0x000004, "Wrong alignment on FDatabaseName"); \ static_assert(sizeof(FDatabaseName) == 0x000010, "Wrong size on FDatabaseName"); \ static_assert(offsetof(FDatabaseName, DBSubType) == 0x000000, "Member 'FDatabaseName::DBSubType' has a wrong offset!"); \ static_assert(offsetof(FDatabaseName, DBName) == 0x000008, "Member 'FDatabaseName::DBName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemyAIAttackDistData \ static_assert(alignof(FEnemyAIAttackDistData) == 0x000004, "Wrong alignment on FEnemyAIAttackDistData"); \ static_assert(sizeof(FEnemyAIAttackDistData) == 0x000010, "Wrong size on FEnemyAIAttackDistData"); \ static_assert(offsetof(FEnemyAIAttackDistData, bAttackDesperationEnable) == 0x000000, "Member 'FEnemyAIAttackDistData::bAttackDesperationEnable' has a wrong offset!"); \ static_assert(offsetof(FEnemyAIAttackDistData, AttackDesperationMinRange) == 0x000004, "Member 'FEnemyAIAttackDistData::AttackDesperationMinRange' has a wrong offset!"); \ static_assert(offsetof(FEnemyAIAttackDistData, AttackDesperationMaxRange) == 0x000008, "Member 'FEnemyAIAttackDistData::AttackDesperationMaxRange' has a wrong offset!"); \ static_assert(offsetof(FEnemyAIAttackDistData, AttackDesperationNotInRangeTime) == 0x00000C, "Member 'FEnemyAIAttackDistData::AttackDesperationNotInRangeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FComboSplitData \ static_assert(alignof(FComboSplitData) == 0x000008, "Wrong alignment on FComboSplitData"); \ static_assert(sizeof(FComboSplitData) == 0x000038, "Wrong size on FComboSplitData"); \ static_assert(offsetof(FComboSplitData, SplitFrame) == 0x000000, "Member 'FComboSplitData::SplitFrame' has a wrong offset!"); \ static_assert(offsetof(FComboSplitData, TimeOutFrame) == 0x000004, "Member 'FComboSplitData::TimeOutFrame' has a wrong offset!"); \ static_assert(offsetof(FComboSplitData, SplitToAbilityBeforeFrame) == 0x000008, "Member 'FComboSplitData::SplitToAbilityBeforeFrame' has a wrong offset!"); \ static_assert(offsetof(FComboSplitData, SplitToAbilityAfterFrame) == 0x000010, "Member 'FComboSplitData::SplitToAbilityAfterFrame' has a wrong offset!"); \ static_assert(offsetof(FComboSplitData, PerksRequiredForPauseCombo) == 0x000018, "Member 'FComboSplitData::PerksRequiredForPauseCombo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_SpellOverrides \ static_assert(alignof(FEnemy_SpellOverrides) == 0x000008, "Wrong alignment on FEnemy_SpellOverrides"); \ static_assert(sizeof(FEnemy_SpellOverrides) == 0x000028, "Wrong size on FEnemy_SpellOverrides"); \ static_assert(offsetof(FEnemy_SpellOverrides, RequiredTagContainer) == 0x000000, "Member 'FEnemy_SpellOverrides::RequiredTagContainer' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpellOverrides, OverrideSpellToolRecord) == 0x000020, "Member 'FEnemy_SpellOverrides::OverrideSpellToolRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFrontEndLevels \ static_assert(alignof(FFrontEndLevels) == 0x000008, "Wrong alignment on FFrontEndLevels"); \ static_assert(sizeof(FFrontEndLevels) == 0x000038, "Wrong size on FFrontEndLevels"); \ static_assert(offsetof(FFrontEndLevels, LevelName) == 0x000008, "Member 'FFrontEndLevels::LevelName' has a wrong offset!"); \ static_assert(offsetof(FFrontEndLevels, Path) == 0x000020, "Member 'FFrontEndLevels::Path' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransfigSlotPool \ static_assert(alignof(FTransfigSlotPool) == 0x000008, "Wrong alignment on FTransfigSlotPool"); \ static_assert(sizeof(FTransfigSlotPool) == 0x000068, "Wrong size on FTransfigSlotPool"); \ static_assert(offsetof(FTransfigSlotPool, SlotID) == 0x000000, "Member 'FTransfigSlotPool::SlotID' has a wrong offset!"); \ static_assert(offsetof(FTransfigSlotPool, BaseSlots) == 0x000008, "Member 'FTransfigSlotPool::BaseSlots' has a wrong offset!"); \ static_assert(offsetof(FTransfigSlotPool, MaximumSlots) == 0x00000C, "Member 'FTransfigSlotPool::MaximumSlots' has a wrong offset!"); \ static_assert(offsetof(FTransfigSlotPool, SlotsUnlocked) == 0x000010, "Member 'FTransfigSlotPool::SlotsUnlocked' has a wrong offset!"); \ static_assert(offsetof(FTransfigSlotPool, SlotsOccupied) == 0x000018, "Member 'FTransfigSlotPool::SlotsOccupied' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStorySetupData \ static_assert(alignof(FStorySetupData) == 0x000004, "Wrong alignment on FStorySetupData"); \ static_assert(sizeof(FStorySetupData) == 0x000010, "Wrong size on FStorySetupData"); \ static_assert(offsetof(FStorySetupData, SocialAction) == 0x000000, "Member 'FStorySetupData::SocialAction' has a wrong offset!"); \ static_assert(offsetof(FStorySetupData, ConnectionIndex) == 0x000008, "Member 'FStorySetupData::ConnectionIndex' has a wrong offset!"); \ static_assert(offsetof(FStorySetupData, TargetConnectionsBitmask) == 0x00000C, "Member 'FStorySetupData::TargetConnectionsBitmask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStationQueryData \ static_assert(alignof(FStationQueryData) == 0x000004, "Wrong alignment on FStationQueryData"); \ static_assert(sizeof(FStationQueryData) == 0x000020, "Wrong size on FStationQueryData"); \ static_assert(offsetof(FStationQueryData, StationComponent) == 0x000010, "Member 'FStationQueryData::StationComponent' has a wrong offset!"); \ static_assert(offsetof(FStationQueryData, ConnectionsBitmask) == 0x000018, "Member 'FStationQueryData::ConnectionsBitmask' has a wrong offset!"); \ static_assert(offsetof(FStationQueryData, StationValid) == 0x00001C, "Member 'FStationQueryData::StationValid' has a wrong offset!"); \ static_assert(offsetof(FStationQueryData, StationInteractionStatus) == 0x00001D, "Member 'FStationQueryData::StationInteractionStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSocialResponse \ static_assert(alignof(FSocialResponse) == 0x000008, "Wrong alignment on FSocialResponse"); \ static_assert(sizeof(FSocialResponse) == 0x000038, "Wrong size on FSocialResponse"); \ static_assert(offsetof(FSocialResponse, Accepted) == 0x000000, "Member 'FSocialResponse::Accepted' has a wrong offset!"); \ static_assert(offsetof(FSocialResponse, Context) == 0x000001, "Member 'FSocialResponse::Context' has a wrong offset!"); \ static_assert(offsetof(FSocialResponse, Reason) == 0x000008, "Member 'FSocialResponse::Reason' has a wrong offset!"); \ static_assert(offsetof(FSocialResponse, StationToUse) == 0x000018, "Member 'FSocialResponse::StationToUse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_UnblockableData \ static_assert(alignof(FEnemy_UnblockableData) == 0x000001, "Wrong alignment on FEnemy_UnblockableData"); \ static_assert(sizeof(FEnemy_UnblockableData) == 0x000002, "Wrong size on FEnemy_UnblockableData"); \ static_assert(offsetof(FEnemy_UnblockableData, bUnblockableByPlayer) == 0x000000, "Member 'FEnemy_UnblockableData::bUnblockableByPlayer' has a wrong offset!"); \ static_assert(offsetof(FEnemy_UnblockableData, UnblockableLByNPCLevel) == 0x000001, "Member 'FEnemy_UnblockableData::UnblockableLByNPCLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoneSwarmGenerationParameters \ static_assert(alignof(FBoneSwarmGenerationParameters) == 0x000008, "Wrong alignment on FBoneSwarmGenerationParameters"); \ static_assert(sizeof(FBoneSwarmGenerationParameters) == 0x000010, "Wrong size on FBoneSwarmGenerationParameters"); \ static_assert(offsetof(FBoneSwarmGenerationParameters, Members) == 0x000000, "Member 'FBoneSwarmGenerationParameters::Members' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmGenerationParameters, MemberMesh) == 0x000008, "Member 'FBoneSwarmGenerationParameters::MemberMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBehaviorTreeDataTable \ static_assert(alignof(FBehaviorTreeDataTable) == 0x000008, "Wrong alignment on FBehaviorTreeDataTable"); \ static_assert(sizeof(FBehaviorTreeDataTable) == 0x000018, "Wrong size on FBehaviorTreeDataTable"); \ static_assert(offsetof(FBehaviorTreeDataTable, GameplayTag) == 0x000008, "Member 'FBehaviorTreeDataTable::GameplayTag' has a wrong offset!"); \ static_assert(offsetof(FBehaviorTreeDataTable, BehaviorTreePtr) == 0x000010, "Member 'FBehaviorTreeDataTable::BehaviorTreePtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMissionID \ static_assert(alignof(FMissionID) == 0x000004, "Wrong alignment on FMissionID"); \ static_assert(sizeof(FMissionID) == 0x000008, "Wrong size on FMissionID"); \ static_assert(offsetof(FMissionID, Name) == 0x000000, "Member 'FMissionID::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpawnZoneScoreData \ static_assert(alignof(FSpawnZoneScoreData) == 0x000008, "Wrong alignment on FSpawnZoneScoreData"); \ static_assert(sizeof(FSpawnZoneScoreData) == 0x000038, "Wrong size on FSpawnZoneScoreData"); \ #define DUMPER7_ASSERTS_FAvatarPreset \ static_assert(alignof(FAvatarPreset) == 0x000008, "Wrong alignment on FAvatarPreset"); \ static_assert(sizeof(FAvatarPreset) == 0x000040, "Wrong size on FAvatarPreset"); \ static_assert(offsetof(FAvatarPreset, PresetType) == 0x000008, "Member 'FAvatarPreset::PresetType' has a wrong offset!"); \ static_assert(offsetof(FAvatarPreset, Gender) == 0x000009, "Member 'FAvatarPreset::Gender' has a wrong offset!"); \ static_assert(offsetof(FAvatarPreset, AvatarPresetDefinition) == 0x000010, "Member 'FAvatarPreset::AvatarPresetDefinition' has a wrong offset!"); \ static_assert(offsetof(FAvatarPreset, DisplayInEditor) == 0x000038, "Member 'FAvatarPreset::DisplayInEditor' has a wrong offset!"); \ static_assert(offsetof(FAvatarPreset, sortOrder) == 0x00003C, "Member 'FAvatarPreset::sortOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAttackCollisionTaskEntry \ static_assert(alignof(FAttackCollisionTaskEntry) == 0x000004, "Wrong alignment on FAttackCollisionTaskEntry"); \ static_assert(sizeof(FAttackCollisionTaskEntry) == 0x000008, "Wrong size on FAttackCollisionTaskEntry"); \ #define DUMPER7_ASSERTS_FNPC_SelectionState \ static_assert(alignof(FNPC_SelectionState) == 0x000004, "Wrong alignment on FNPC_SelectionState"); \ static_assert(sizeof(FNPC_SelectionState) == 0x000008, "Wrong size on FNPC_SelectionState"); \ static_assert(offsetof(FNPC_SelectionState, StateType) == 0x000000, "Member 'FNPC_SelectionState::StateType' has a wrong offset!"); \ static_assert(offsetof(FNPC_SelectionState, StateEnabled) == 0x000001, "Member 'FNPC_SelectionState::StateEnabled' has a wrong offset!"); \ static_assert(offsetof(FNPC_SelectionState, StateValue) == 0x000004, "Member 'FNPC_SelectionState::StateValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCalculateTarget \ static_assert(alignof(FCalculateTarget) == 0x000008, "Wrong alignment on FCalculateTarget"); \ static_assert(sizeof(FCalculateTarget) == 0x000010, "Wrong size on FCalculateTarget"); \ #define DUMPER7_ASSERTS_FCastSpellTaskEntry \ static_assert(alignof(FCastSpellTaskEntry) == 0x000004, "Wrong alignment on FCastSpellTaskEntry"); \ static_assert(sizeof(FCastSpellTaskEntry) == 0x000008, "Wrong size on FCastSpellTaskEntry"); \ #define DUMPER7_ASSERTS_FSpellLoadOut \ static_assert(alignof(FSpellLoadOut) == 0x000008, "Wrong alignment on FSpellLoadOut"); \ static_assert(sizeof(FSpellLoadOut) == 0x000010, "Wrong size on FSpellLoadOut"); \ static_assert(offsetof(FSpellLoadOut, SpellToolRecords) == 0x000000, "Member 'FSpellLoadOut::SpellToolRecords' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpellLoadOutData \ static_assert(alignof(FSpellLoadOutData) == 0x000008, "Wrong alignment on FSpellLoadOutData"); \ static_assert(sizeof(FSpellLoadOutData) == 0x000030, "Wrong size on FSpellLoadOutData"); \ static_assert(offsetof(FSpellLoadOutData, SpellLoadouts) == 0x000010, "Member 'FSpellLoadOutData::SpellLoadouts' has a wrong offset!"); \ static_assert(offsetof(FSpellLoadOutData, SpellFinishers) == 0x000020, "Member 'FSpellLoadOutData::SpellFinishers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLowLatencyModeInfo \ static_assert(alignof(FLowLatencyModeInfo) == 0x000008, "Wrong alignment on FLowLatencyModeInfo"); \ static_assert(sizeof(FLowLatencyModeInfo) == 0x000018, "Wrong size on FLowLatencyModeInfo"); \ static_assert(offsetof(FLowLatencyModeInfo, Mode) == 0x000000, "Member 'FLowLatencyModeInfo::Mode' has a wrong offset!"); \ static_assert(offsetof(FLowLatencyModeInfo, LocStr) == 0x000008, "Member 'FLowLatencyModeInfo::LocStr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAlignToVelocity \ static_assert(alignof(FAlignToVelocity) == 0x000004, "Wrong alignment on FAlignToVelocity"); \ static_assert(sizeof(FAlignToVelocity) == 0x000010, "Wrong size on FAlignToVelocity"); \ static_assert(offsetof(FAlignToVelocity, bInstantAlign) == 0x000000, "Member 'FAlignToVelocity::bInstantAlign' has a wrong offset!"); \ static_assert(offsetof(FAlignToVelocity, AlignmentSpeed) == 0x000004, "Member 'FAlignToVelocity::AlignmentSpeed' has a wrong offset!"); \ static_assert(offsetof(FAlignToVelocity, AlignmentSpeedScaleVelocity) == 0x000008, "Member 'FAlignToVelocity::AlignmentSpeedScaleVelocity' has a wrong offset!"); \ static_assert(offsetof(FAlignToVelocity, bScaleAlignToVelocity) == 0x00000C, "Member 'FAlignToVelocity::bScaleAlignToVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpellCooldownData \ static_assert(alignof(FSpellCooldownData) == 0x000004, "Wrong alignment on FSpellCooldownData"); \ static_assert(sizeof(FSpellCooldownData) == 0x000010, "Wrong size on FSpellCooldownData"); \ #define DUMPER7_ASSERTS_FSimpleTopologyVoxelArrayDebug \ static_assert(alignof(FSimpleTopologyVoxelArrayDebug) == 0x000004, "Wrong alignment on FSimpleTopologyVoxelArrayDebug"); \ static_assert(sizeof(FSimpleTopologyVoxelArrayDebug) == 0x00000C, "Wrong size on FSimpleTopologyVoxelArrayDebug"); \ static_assert(offsetof(FSimpleTopologyVoxelArrayDebug, bShowEmptySpace) == 0x000000, "Member 'FSimpleTopologyVoxelArrayDebug::bShowEmptySpace' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyVoxelArrayDebug, bShowSurfaceVoxels) == 0x000001, "Member 'FSimpleTopologyVoxelArrayDebug::bShowSurfaceVoxels' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyVoxelArrayDebug, bShowSurfaceNormals) == 0x000002, "Member 'FSimpleTopologyVoxelArrayDebug::bShowSurfaceNormals' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyVoxelArrayDebug, bShowPointCenterOffset) == 0x000003, "Member 'FSimpleTopologyVoxelArrayDebug::bShowPointCenterOffset' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyVoxelArrayDebug, bShowSurfacePlanes) == 0x000004, "Member 'FSimpleTopologyVoxelArrayDebug::bShowSurfacePlanes' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyVoxelArrayDebug, bShowInterior) == 0x000005, "Member 'FSimpleTopologyVoxelArrayDebug::bShowInterior' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyVoxelArrayDebug, bShowPendingCompute) == 0x000006, "Member 'FSimpleTopologyVoxelArrayDebug::bShowPendingCompute' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyVoxelArrayDebug, PlaneOffset) == 0x000008, "Member 'FSimpleTopologyVoxelArrayDebug::PlaneOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmVoxelCollisionDebugParameters \ static_assert(alignof(FGroundSwarmVoxelCollisionDebugParameters) == 0x000004, "Wrong alignment on FGroundSwarmVoxelCollisionDebugParameters"); \ static_assert(sizeof(FGroundSwarmVoxelCollisionDebugParameters) == 0x000034, "Wrong size on FGroundSwarmVoxelCollisionDebugParameters"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionDebugParameters, bShowVoxels) == 0x000000, "Member 'FGroundSwarmVoxelCollisionDebugParameters::bShowVoxels' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionDebugParameters, ShowVoxels) == 0x000004, "Member 'FGroundSwarmVoxelCollisionDebugParameters::ShowVoxels' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionDebugParameters, bShowCollisions) == 0x000010, "Member 'FGroundSwarmVoxelCollisionDebugParameters::bShowCollisions' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionDebugParameters, TimeFactor) == 0x000014, "Member 'FGroundSwarmVoxelCollisionDebugParameters::TimeFactor' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionDebugParameters, ShowPreCacheLandingsTime) == 0x000018, "Member 'FGroundSwarmVoxelCollisionDebugParameters::ShowPreCacheLandingsTime' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionDebugParameters, StartCollisionInstance) == 0x00001C, "Member 'FGroundSwarmVoxelCollisionDebugParameters::StartCollisionInstance' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionDebugParameters, bLockCollisionInstance) == 0x000020, "Member 'FGroundSwarmVoxelCollisionDebugParameters::bLockCollisionInstance' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionDebugParameters, StopTimeCollisionCount) == 0x000024, "Member 'FGroundSwarmVoxelCollisionDebugParameters::StopTimeCollisionCount' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionDebugParameters, CollisionTimeFilter) == 0x000028, "Member 'FGroundSwarmVoxelCollisionDebugParameters::CollisionTimeFilter' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionDebugParameters, bSlowTimeOnCollisions) == 0x00002C, "Member 'FGroundSwarmVoxelCollisionDebugParameters::bSlowTimeOnCollisions' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionDebugParameters, ForceLinesReset) == 0x000030, "Member 'FGroundSwarmVoxelCollisionDebugParameters::ForceLinesReset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExplodingSkeletonInitialDelay \ static_assert(alignof(FExplodingSkeletonInitialDelay) == 0x000004, "Wrong alignment on FExplodingSkeletonInitialDelay"); \ static_assert(sizeof(FExplodingSkeletonInitialDelay) == 0x00000C, "Wrong size on FExplodingSkeletonInitialDelay"); \ static_assert(offsetof(FExplodingSkeletonInitialDelay, BaseInitialDelay) == 0x000000, "Member 'FExplodingSkeletonInitialDelay::BaseInitialDelay' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonInitialDelay, InitialDelayAtMinHeight) == 0x000004, "Member 'FExplodingSkeletonInitialDelay::InitialDelayAtMinHeight' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonInitialDelay, InitialDelayAtMaxHeight) == 0x000008, "Member 'FExplodingSkeletonInitialDelay::InitialDelayAtMaxHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FValueComparison \ static_assert(alignof(FValueComparison) == 0x000004, "Wrong alignment on FValueComparison"); \ static_assert(sizeof(FValueComparison) == 0x000008, "Wrong size on FValueComparison"); \ static_assert(offsetof(FValueComparison, ComparisonOperator) == 0x000000, "Member 'FValueComparison::ComparisonOperator' has a wrong offset!"); \ static_assert(offsetof(FValueComparison, ComparisonValue) == 0x000004, "Member 'FValueComparison::ComparisonValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGearItemID \ static_assert(alignof(FGearItemID) == 0x000004, "Wrong alignment on FGearItemID"); \ static_assert(sizeof(FGearItemID) == 0x000014, "Wrong size on FGearItemID"); \ static_assert(offsetof(FGearItemID, GearID) == 0x000000, "Member 'FGearItemID::GearID' has a wrong offset!"); \ static_assert(offsetof(FGearItemID, GearVariation) == 0x000008, "Member 'FGearItemID::GearVariation' has a wrong offset!"); \ static_assert(offsetof(FGearItemID, IsEquipped) == 0x000010, "Member 'FGearItemID::IsEquipped' has a wrong offset!"); \ static_assert(offsetof(FGearItemID, GearItemSlot) == 0x000011, "Member 'FGearItemID::GearItemSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGearItem \ static_assert(alignof(FGearItem) == 0x000008, "Wrong alignment on FGearItem"); \ static_assert(sizeof(FGearItem) == 0x000058, "Wrong size on FGearItem"); \ static_assert(offsetof(FGearItem, GearItemID) == 0x000000, "Member 'FGearItem::GearItemID' has a wrong offset!"); \ static_assert(offsetof(FGearItem, SlotID) == 0x000014, "Member 'FGearItem::SlotID' has a wrong offset!"); \ static_assert(offsetof(FGearItem, GearLevel) == 0x000018, "Member 'FGearItem::GearLevel' has a wrong offset!"); \ static_assert(offsetof(FGearItem, OffenseStat) == 0x00001C, "Member 'FGearItem::OffenseStat' has a wrong offset!"); \ static_assert(offsetof(FGearItem, DefenseStat) == 0x000020, "Member 'FGearItem::DefenseStat' has a wrong offset!"); \ static_assert(offsetof(FGearItem, CooldownStat) == 0x000024, "Member 'FGearItem::CooldownStat' has a wrong offset!"); \ static_assert(offsetof(FGearItem, bHoodUp) == 0x000028, "Member 'FGearItem::bHoodUp' has a wrong offset!"); \ static_assert(offsetof(FGearItem, GeneralAbilityNames) == 0x000030, "Member 'FGearItem::GeneralAbilityNames' has a wrong offset!"); \ static_assert(offsetof(FGearItem, AbilityInstanceIDs) == 0x000040, "Member 'FGearItem::AbilityInstanceIDs' has a wrong offset!"); \ static_assert(offsetof(FGearItem, IsIdentified) == 0x000050, "Member 'FGearItem::IsIdentified' has a wrong offset!"); \ static_assert(offsetof(FGearItem, StatUpgrades) == 0x000054, "Member 'FGearItem::StatUpgrades' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransformationOverlandData \ static_assert(alignof(FTransformationOverlandData) == 0x000008, "Wrong alignment on FTransformationOverlandData"); \ static_assert(sizeof(FTransformationOverlandData) == 0x000108, "Wrong size on FTransformationOverlandData"); \ static_assert(offsetof(FTransformationOverlandData, HideFX2) == 0x000000, "Member 'FTransformationOverlandData::HideFX2' has a wrong offset!"); \ static_assert(offsetof(FTransformationOverlandData, SpawnFX2) == 0x000010, "Member 'FTransformationOverlandData::SpawnFX2' has a wrong offset!"); \ static_assert(offsetof(FTransformationOverlandData, UnspawnFX2) == 0x000020, "Member 'FTransformationOverlandData::UnspawnFX2' has a wrong offset!"); \ static_assert(offsetof(FTransformationOverlandData, RestoreFX2) == 0x000030, "Member 'FTransformationOverlandData::RestoreFX2' has a wrong offset!"); \ static_assert(offsetof(FTransformationOverlandData, RestoreMunitionTagContainer) == 0x000040, "Member 'FTransformationOverlandData::RestoreMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(FTransformationOverlandData, RestoreMunitionDataAsset) == 0x000060, "Member 'FTransformationOverlandData::RestoreMunitionDataAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMailEntry \ static_assert(alignof(FMailEntry) == 0x000008, "Wrong alignment on FMailEntry"); \ static_assert(sizeof(FMailEntry) == 0x000058, "Wrong size on FMailEntry"); \ static_assert(offsetof(FMailEntry, m_sender) == 0x000000, "Member 'FMailEntry::m_sender' has a wrong offset!"); \ static_assert(offsetof(FMailEntry, m_mailKey) == 0x000008, "Member 'FMailEntry::m_mailKey' has a wrong offset!"); \ static_assert(offsetof(FMailEntry, m_bShouldAutoPlay) == 0x000018, "Member 'FMailEntry::m_bShouldAutoPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FObjectSpawnTime \ static_assert(alignof(FObjectSpawnTime) == 0x000004, "Wrong alignment on FObjectSpawnTime"); \ static_assert(sizeof(FObjectSpawnTime) == 0x00000C, "Wrong size on FObjectSpawnTime"); \ static_assert(offsetof(FObjectSpawnTime, Spawn24Hour) == 0x000000, "Member 'FObjectSpawnTime::Spawn24Hour' has a wrong offset!"); \ static_assert(offsetof(FObjectSpawnTime, SpawnMinute) == 0x000004, "Member 'FObjectSpawnTime::SpawnMinute' has a wrong offset!"); \ static_assert(offsetof(FObjectSpawnTime, SpawnSecond) == 0x000008, "Member 'FObjectSpawnTime::SpawnSecond' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FForcedConversation \ static_assert(alignof(FForcedConversation) == 0x000008, "Wrong alignment on FForcedConversation"); \ static_assert(sizeof(FForcedConversation) == 0x000010, "Wrong size on FForcedConversation"); \ static_assert(offsetof(FForcedConversation, Initiator) == 0x000000, "Member 'FForcedConversation::Initiator' has a wrong offset!"); \ static_assert(offsetof(FForcedConversation, ConversationID) == 0x000008, "Member 'FForcedConversation::ConversationID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpellMgrLoadOut \ static_assert(alignof(FSpellMgrLoadOut) == 0x000008, "Wrong alignment on FSpellMgrLoadOut"); \ static_assert(sizeof(FSpellMgrLoadOut) == 0x000018, "Wrong size on FSpellMgrLoadOut"); \ static_assert(offsetof(FSpellMgrLoadOut, SpellNames) == 0x000000, "Member 'FSpellMgrLoadOut::SpellNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAvaDialogueTrackSectionData \ static_assert(alignof(FAvaDialogueTrackSectionData) == 0x000008, "Wrong alignment on FAvaDialogueTrackSectionData"); \ static_assert(sizeof(FAvaDialogueTrackSectionData) == 0x000070, "Wrong size on FAvaDialogueTrackSectionData"); \ static_assert(offsetof(FAvaDialogueTrackSectionData, Event) == 0x000000, "Member 'FAvaDialogueTrackSectionData::Event' has a wrong offset!"); \ static_assert(offsetof(FAvaDialogueTrackSectionData, EventName) == 0x000008, "Member 'FAvaDialogueTrackSectionData::EventName' has a wrong offset!"); \ static_assert(offsetof(FAvaDialogueTrackSectionData, RequiredParameters) == 0x000018, "Member 'FAvaDialogueTrackSectionData::RequiredParameters' has a wrong offset!"); \ static_assert(offsetof(FAvaDialogueTrackSectionData, StopWhenAttachedToDestroyed) == 0x000068, "Member 'FAvaDialogueTrackSectionData::StopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(FAvaDialogueTrackSectionData, flags) == 0x000069, "Member 'FAvaDialogueTrackSectionData::flags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAvaDialogueTrackTemplateData \ static_assert(alignof(FAvaDialogueTrackTemplateData) == 0x000008, "Wrong alignment on FAvaDialogueTrackTemplateData"); \ static_assert(sizeof(FAvaDialogueTrackTemplateData) == 0x000070, "Wrong size on FAvaDialogueTrackTemplateData"); \ #define DUMPER7_ASSERTS_FAvaDialogueTrackTemplate \ static_assert(alignof(FAvaDialogueTrackTemplate) == 0x000008, "Wrong alignment on FAvaDialogueTrackTemplate"); \ static_assert(sizeof(FAvaDialogueTrackTemplate) == 0x000090, "Wrong size on FAvaDialogueTrackTemplate"); \ static_assert(offsetof(FAvaDialogueTrackTemplate, TemplateData) == 0x000020, "Member 'FAvaDialogueTrackTemplate::TemplateData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputActionHoldInfo \ static_assert(alignof(FInputActionHoldInfo) == 0x000001, "Wrong alignment on FInputActionHoldInfo"); \ static_assert(sizeof(FInputActionHoldInfo) == 0x000002, "Wrong size on FInputActionHoldInfo"); \ static_assert(offsetof(FInputActionHoldInfo, InputAction) == 0x000000, "Member 'FInputActionHoldInfo::InputAction' has a wrong offset!"); \ static_assert(offsetof(FInputActionHoldInfo, bMustHold) == 0x000001, "Member 'FInputActionHoldInfo::bMustHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUIMailInfo \ static_assert(alignof(FUIMailInfo) == 0x000008, "Wrong alignment on FUIMailInfo"); \ static_assert(sizeof(FUIMailInfo) == 0x000058, "Wrong size on FUIMailInfo"); \ static_assert(offsetof(FUIMailInfo, MailKey) == 0x000000, "Member 'FUIMailInfo::MailKey' has a wrong offset!"); \ static_assert(offsetof(FUIMailInfo, SenderName) == 0x000010, "Member 'FUIMailInfo::SenderName' has a wrong offset!"); \ static_assert(offsetof(FUIMailInfo, IsRead) == 0x000020, "Member 'FUIMailInfo::IsRead' has a wrong offset!"); \ static_assert(offsetof(FUIMailInfo, SendDate) == 0x000028, "Member 'FUIMailInfo::SendDate' has a wrong offset!"); \ static_assert(offsetof(FUIMailInfo, AttachedContainerSize) == 0x000038, "Member 'FUIMailInfo::AttachedContainerSize' has a wrong offset!"); \ static_assert(offsetof(FUIMailInfo, AttachedContainerID) == 0x000040, "Member 'FUIMailInfo::AttachedContainerID' has a wrong offset!"); \ static_assert(offsetof(FUIMailInfo, CanArchive) == 0x000050, "Member 'FUIMailInfo::CanArchive' has a wrong offset!"); \ static_assert(offsetof(FUIMailInfo, CanDelete) == 0x000051, "Member 'FUIMailInfo::CanDelete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPeopleInformation \ static_assert(alignof(FPeopleInformation) == 0x000004, "Wrong alignment on FPeopleInformation"); \ static_assert(sizeof(FPeopleInformation) == 0x000014, "Wrong size on FPeopleInformation"); \ static_assert(offsetof(FPeopleInformation, PersonName) == 0x000000, "Member 'FPeopleInformation::PersonName' has a wrong offset!"); \ static_assert(offsetof(FPeopleInformation, SubtypeID) == 0x000008, "Member 'FPeopleInformation::SubtypeID' has a wrong offset!"); \ static_assert(offsetof(FPeopleInformation, HouseID) == 0x000010, "Member 'FPeopleInformation::HouseID' has a wrong offset!"); \ static_assert(offsetof(FPeopleInformation, SocialCap) == 0x000011, "Member 'FPeopleInformation::SocialCap' has a wrong offset!"); \ static_assert(offsetof(FPeopleInformation, CurrentKnowledgeLevel) == 0x000012, "Member 'FPeopleInformation::CurrentKnowledgeLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIGameEvent \ static_assert(alignof(FAIGameEvent) == 0x000008, "Wrong alignment on FAIGameEvent"); \ static_assert(sizeof(FAIGameEvent) == 0x000090, "Wrong size on FAIGameEvent"); \ static_assert(offsetof(FAIGameEvent, Location) == 0x000000, "Member 'FAIGameEvent::Location' has a wrong offset!"); \ static_assert(offsetof(FAIGameEvent, Intensity) == 0x00000C, "Member 'FAIGameEvent::Intensity' has a wrong offset!"); \ static_assert(offsetof(FAIGameEvent, Duration) == 0x000010, "Member 'FAIGameEvent::Duration' has a wrong offset!"); \ static_assert(offsetof(FAIGameEvent, Range) == 0x000014, "Member 'FAIGameEvent::Range' has a wrong offset!"); \ static_assert(offsetof(FAIGameEvent, Falloff) == 0x000018, "Member 'FAIGameEvent::Falloff' has a wrong offset!"); \ static_assert(offsetof(FAIGameEvent, Instigator) == 0x00001C, "Member 'FAIGameEvent::Instigator' has a wrong offset!"); \ static_assert(offsetof(FAIGameEvent, Targets) == 0x000028, "Member 'FAIGameEvent::Targets' has a wrong offset!"); \ static_assert(offsetof(FAIGameEvent, TagContainer) == 0x000038, "Member 'FAIGameEvent::TagContainer' has a wrong offset!"); \ static_assert(offsetof(FAIGameEvent, Name) == 0x000058, "Member 'FAIGameEvent::Name' has a wrong offset!"); \ static_assert(offsetof(FAIGameEvent, bTrackBackToInstigator) == 0x000060, "Member 'FAIGameEvent::bTrackBackToInstigator' has a wrong offset!"); \ static_assert(offsetof(FAIGameEvent, TraceBackStepSize) == 0x000064, "Member 'FAIGameEvent::TraceBackStepSize' has a wrong offset!"); \ static_assert(offsetof(FAIGameEvent, TraceBackRadius) == 0x000068, "Member 'FAIGameEvent::TraceBackRadius' has a wrong offset!"); \ static_assert(offsetof(FAIGameEvent, EligibleActorsForEvent) == 0x000070, "Member 'FAIGameEvent::EligibleActorsForEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFactInformation \ static_assert(alignof(FFactInformation) == 0x000008, "Wrong alignment on FFactInformation"); \ static_assert(sizeof(FFactInformation) == 0x000030, "Wrong size on FFactInformation"); \ static_assert(offsetof(FFactInformation, FactName) == 0x000000, "Member 'FFactInformation::FactName' has a wrong offset!"); \ static_assert(offsetof(FFactInformation, FactType) == 0x000008, "Member 'FFactInformation::FactType' has a wrong offset!"); \ static_assert(offsetof(FFactInformation, FactCategory) == 0x000018, "Member 'FFactInformation::FactCategory' has a wrong offset!"); \ static_assert(offsetof(FFactInformation, HasFactSheet) == 0x000028, "Member 'FFactInformation::HasFactSheet' has a wrong offset!"); \ static_assert(offsetof(FFactInformation, CurrentKnowledgeLevel) == 0x000029, "Member 'FFactInformation::CurrentKnowledgeLevel' has a wrong offset!"); \ static_assert(offsetof(FFactInformation, NeededKnowledgeLevel) == 0x00002A, "Member 'FFactInformation::NeededKnowledgeLevel' has a wrong offset!"); \ static_assert(offsetof(FFactInformation, SecretFactLocked) == 0x00002B, "Member 'FFactInformation::SecretFactLocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreatureCombatDataWrapper \ static_assert(alignof(FCreatureCombatDataWrapper) == 0x000008, "Wrong alignment on FCreatureCombatDataWrapper"); \ static_assert(sizeof(FCreatureCombatDataWrapper) == 0x000028, "Wrong size on FCreatureCombatDataWrapper"); \ static_assert(offsetof(FCreatureCombatDataWrapper, CombatData) == 0x000000, "Member 'FCreatureCombatDataWrapper::CombatData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemyMoveTaskEntry \ static_assert(alignof(FEnemyMoveTaskEntry) == 0x000010, "Wrong alignment on FEnemyMoveTaskEntry"); \ static_assert(sizeof(FEnemyMoveTaskEntry) == 0x000090, "Wrong size on FEnemyMoveTaskEntry"); \ #define DUMPER7_ASSERTS_FImpactEffectData \ static_assert(alignof(FImpactEffectData) == 0x000008, "Wrong alignment on FImpactEffectData"); \ static_assert(sizeof(FImpactEffectData) == 0x000018, "Wrong size on FImpactEffectData"); \ static_assert(offsetof(FImpactEffectData, FX2) == 0x000000, "Member 'FImpactEffectData::FX2' has a wrong offset!"); \ static_assert(offsetof(FImpactEffectData, ChainedType) == 0x000010, "Member 'FImpactEffectData::ChainedType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStatList \ static_assert(alignof(FStatList) == 0x000004, "Wrong alignment on FStatList"); \ static_assert(sizeof(FStatList) == 0x000008, "Wrong size on FStatList"); \ static_assert(offsetof(FStatList, Name) == 0x000000, "Member 'FStatList::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIconWidgetLog \ static_assert(alignof(FIconWidgetLog) == 0x000008, "Wrong alignment on FIconWidgetLog"); \ static_assert(sizeof(FIconWidgetLog) == 0x000030, "Wrong size on FIconWidgetLog"); \ #define DUMPER7_ASSERTS_FLegendItemData \ static_assert(alignof(FLegendItemData) == 0x000008, "Wrong alignment on FLegendItemData"); \ static_assert(sizeof(FLegendItemData) == 0x000030, "Wrong size on FLegendItemData"); \ static_assert(offsetof(FLegendItemData, ButtonString) == 0x000000, "Member 'FLegendItemData::ButtonString' has a wrong offset!"); \ static_assert(offsetof(FLegendItemData, CompletionButton) == 0x000010, "Member 'FLegendItemData::CompletionButton' has a wrong offset!"); \ static_assert(offsetof(FLegendItemData, TextString) == 0x000018, "Member 'FLegendItemData::TextString' has a wrong offset!"); \ static_assert(offsetof(FLegendItemData, TextStringIsLocalized) == 0x000028, "Member 'FLegendItemData::TextStringIsLocalized' has a wrong offset!"); \ static_assert(offsetof(FLegendItemData, PressAndHold) == 0x000029, "Member 'FLegendItemData::PressAndHold' has a wrong offset!"); \ static_assert(offsetof(FLegendItemData, HoldDuration) == 0x00002C, "Member 'FLegendItemData::HoldDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTagPlacementOrder \ static_assert(alignof(FTagPlacementOrder) == 0x000008, "Wrong alignment on FTagPlacementOrder"); \ static_assert(sizeof(FTagPlacementOrder) == 0x000038, "Wrong size on FTagPlacementOrder"); \ static_assert(offsetof(FTagPlacementOrder, TagID) == 0x000000, "Member 'FTagPlacementOrder::TagID' has a wrong offset!"); \ static_assert(offsetof(FTagPlacementOrder, ActorBlackboardKey) == 0x000008, "Member 'FTagPlacementOrder::ActorBlackboardKey' has a wrong offset!"); \ static_assert(offsetof(FTagPlacementOrder, LifeTime) == 0x000030, "Member 'FTagPlacementOrder::LifeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNpcActorTimer \ static_assert(alignof(FNpcActorTimer) == 0x000010, "Wrong alignment on FNpcActorTimer"); \ static_assert(sizeof(FNpcActorTimer) == 0x000070, "Wrong size on FNpcActorTimer"); \ #define DUMPER7_ASSERTS_FEncounterDuelTechniqueOverride \ static_assert(alignof(FEncounterDuelTechniqueOverride) == 0x000004, "Wrong alignment on FEncounterDuelTechniqueOverride"); \ static_assert(sizeof(FEncounterDuelTechniqueOverride) == 0x00000C, "Wrong size on FEncounterDuelTechniqueOverride"); \ static_assert(offsetof(FEncounterDuelTechniqueOverride, ID) == 0x000000, "Member 'FEncounterDuelTechniqueOverride::ID' has a wrong offset!"); \ static_assert(offsetof(FEncounterDuelTechniqueOverride, OverrideType) == 0x000008, "Member 'FEncounterDuelTechniqueOverride::OverrideType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimatedCreditEntry \ static_assert(alignof(FAnimatedCreditEntry) == 0x000008, "Wrong alignment on FAnimatedCreditEntry"); \ static_assert(sizeof(FAnimatedCreditEntry) == 0x000010, "Wrong size on FAnimatedCreditEntry"); \ static_assert(offsetof(FAnimatedCreditEntry, EntryWidget) == 0x000000, "Member 'FAnimatedCreditEntry::EntryWidget' has a wrong offset!"); \ static_assert(offsetof(FAnimatedCreditEntry, EntryStartTime) == 0x000008, "Member 'FAnimatedCreditEntry::EntryStartTime' has a wrong offset!"); \ static_assert(offsetof(FAnimatedCreditEntry, EntryEndTime) == 0x00000C, "Member 'FAnimatedCreditEntry::EntryEndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpawnedStudent \ static_assert(alignof(FSpawnedStudent) == 0x000008, "Wrong alignment on FSpawnedStudent"); \ static_assert(sizeof(FSpawnedStudent) == 0x000050, "Wrong size on FSpawnedStudent"); \ static_assert(offsetof(FSpawnedStudent, BroomSpline) == 0x000000, "Member 'FSpawnedStudent::BroomSpline' has a wrong offset!"); \ static_assert(offsetof(FSpawnedStudent, PhysicsData) == 0x000008, "Member 'FSpawnedStudent::PhysicsData' has a wrong offset!"); \ static_assert(offsetof(FSpawnedStudent, ScheduledEntity) == 0x000010, "Member 'FSpawnedStudent::ScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(FSpawnedStudent, FlyingBroom) == 0x000038, "Member 'FSpawnedStudent::FlyingBroom' has a wrong offset!"); \ static_assert(offsetof(FSpawnedStudent, MaxSpeed) == 0x000040, "Member 'FSpawnedStudent::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FSpawnedStudent, SpawnState) == 0x000044, "Member 'FSpawnedStudent::SpawnState' has a wrong offset!"); \ static_assert(offsetof(FSpawnedStudent, SpawnedFlyingBroom) == 0x000048, "Member 'FSpawnedStudent::SpawnedFlyingBroom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmingFocus \ static_assert(alignof(FGroundSwarmingFocus) == 0x000010, "Wrong alignment on FGroundSwarmingFocus"); \ static_assert(sizeof(FGroundSwarmingFocus) == 0x0000A0, "Wrong size on FGroundSwarmingFocus"); \ static_assert(offsetof(FGroundSwarmingFocus, Type) == 0x000000, "Member 'FGroundSwarmingFocus::Type' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingFocus, TypeHint) == 0x000001, "Member 'FGroundSwarmingFocus::TypeHint' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingFocus, Point) == 0x000004, "Member 'FGroundSwarmingFocus::Point' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingFocus, Orientation) == 0x000010, "Member 'FGroundSwarmingFocus::Orientation' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingFocus, Extents) == 0x00001C, "Member 'FGroundSwarmingFocus::Extents' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingFocus, Actor) == 0x000028, "Member 'FGroundSwarmingFocus::Actor' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingFocus, SceneComponent) == 0x000030, "Member 'FGroundSwarmingFocus::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingFocus, CurrentBounds) == 0x000038, "Member 'FGroundSwarmingFocus::CurrentBounds' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingFocus, CurrentPosition) == 0x000054, "Member 'FGroundSwarmingFocus::CurrentPosition' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingFocus, CurrentVelocity) == 0x000060, "Member 'FGroundSwarmingFocus::CurrentVelocity' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingFocus, CurrentOrientation) == 0x000070, "Member 'FGroundSwarmingFocus::CurrentOrientation' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingFocus, VelocityTracker) == 0x000080, "Member 'FGroundSwarmingFocus::VelocityTracker' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingFocus, bBoundsIncludeNonColliding) == 0x000090, "Member 'FGroundSwarmingFocus::bBoundsIncludeNonColliding' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingFocus, bCacheBounds) == 0x000091, "Member 'FGroundSwarmingFocus::bCacheBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmingExternalForce \ static_assert(alignof(FGroundSwarmingExternalForce) == 0x000010, "Wrong alignment on FGroundSwarmingExternalForce"); \ static_assert(sizeof(FGroundSwarmingExternalForce) == 0x0000D0, "Wrong size on FGroundSwarmingExternalForce"); \ static_assert(offsetof(FGroundSwarmingExternalForce, Type) == 0x000000, "Member 'FGroundSwarmingExternalForce::Type' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingExternalForce, Origin) == 0x000010, "Member 'FGroundSwarmingExternalForce::Origin' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingExternalForce, InnerForce) == 0x0000B0, "Member 'FGroundSwarmingExternalForce::InnerForce' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingExternalForce, InnerRadius) == 0x0000B4, "Member 'FGroundSwarmingExternalForce::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingExternalForce, OuterForce) == 0x0000B8, "Member 'FGroundSwarmingExternalForce::OuterForce' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingExternalForce, OuterRadius) == 0x0000BC, "Member 'FGroundSwarmingExternalForce::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingExternalForce, CurlNoiseXYScaling) == 0x0000C0, "Member 'FGroundSwarmingExternalForce::CurlNoiseXYScaling' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingExternalForce, CurlNoiseEpsilon) == 0x0000C4, "Member 'FGroundSwarmingExternalForce::CurlNoiseEpsilon' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingExternalForce, bOuterForceUnbounded) == 0x0000C8, "Member 'FGroundSwarmingExternalForce::bOuterForceUnbounded' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingExternalForce, bUseXYDistance) == 0x0000C9, "Member 'FGroundSwarmingExternalForce::bUseXYDistance' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingExternalForce, bSurfaceOnly) == 0x0000CA, "Member 'FGroundSwarmingExternalForce::bSurfaceOnly' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingExternalForce, bEnabled) == 0x0000CB, "Member 'FGroundSwarmingExternalForce::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmingExternalForces \ static_assert(alignof(FGroundSwarmingExternalForces) == 0x000008, "Wrong alignment on FGroundSwarmingExternalForces"); \ static_assert(sizeof(FGroundSwarmingExternalForces) == 0x000010, "Wrong size on FGroundSwarmingExternalForces"); \ static_assert(offsetof(FGroundSwarmingExternalForces, ExternalForces) == 0x000000, "Member 'FGroundSwarmingExternalForces::ExternalForces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmSimulationFollowInfo \ static_assert(alignof(FGroundSwarmSimulationFollowInfo) == 0x000004, "Wrong alignment on FGroundSwarmSimulationFollowInfo"); \ static_assert(sizeof(FGroundSwarmSimulationFollowInfo) == 0x00001C, "Wrong size on FGroundSwarmSimulationFollowInfo"); \ static_assert(offsetof(FGroundSwarmSimulationFollowInfo, Position) == 0x000000, "Member 'FGroundSwarmSimulationFollowInfo::Position' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmSimulationFollowInfo, Velocity) == 0x00000C, "Member 'FGroundSwarmSimulationFollowInfo::Velocity' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmSimulationFollowInfo, ForceFactor) == 0x000018, "Member 'FGroundSwarmSimulationFollowInfo::ForceFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmingForceModifier \ static_assert(alignof(FGroundSwarmingForceModifier) == 0x000010, "Wrong alignment on FGroundSwarmingForceModifier"); \ static_assert(sizeof(FGroundSwarmingForceModifier) == 0x0000D0, "Wrong size on FGroundSwarmingForceModifier"); \ static_assert(offsetof(FGroundSwarmingForceModifier, Type) == 0x000000, "Member 'FGroundSwarmingForceModifier::Type' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingForceModifier, Origin) == 0x000010, "Member 'FGroundSwarmingForceModifier::Origin' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingForceModifier, InnerRadius) == 0x0000B0, "Member 'FGroundSwarmingForceModifier::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingForceModifier, InnerMultiplier) == 0x0000B4, "Member 'FGroundSwarmingForceModifier::InnerMultiplier' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingForceModifier, OuterRadius) == 0x0000B8, "Member 'FGroundSwarmingForceModifier::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingForceModifier, OuterMultiplier) == 0x0000BC, "Member 'FGroundSwarmingForceModifier::OuterMultiplier' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingForceModifier, bUseXYDistance) == 0x0000C0, "Member 'FGroundSwarmingForceModifier::bUseXYDistance' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingForceModifier, bEnabled) == 0x0000C1, "Member 'FGroundSwarmingForceModifier::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmingForceModifiers \ static_assert(alignof(FGroundSwarmingForceModifiers) == 0x000008, "Wrong alignment on FGroundSwarmingForceModifiers"); \ static_assert(sizeof(FGroundSwarmingForceModifiers) == 0x000010, "Wrong size on FGroundSwarmingForceModifiers"); \ static_assert(offsetof(FGroundSwarmingForceModifiers, ForceModifiers) == 0x000000, "Member 'FGroundSwarmingForceModifiers::ForceModifiers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSwarmMemberDesiredDeathState \ static_assert(alignof(FSwarmMemberDesiredDeathState) == 0x000004, "Wrong alignment on FSwarmMemberDesiredDeathState"); \ static_assert(sizeof(FSwarmMemberDesiredDeathState) == 0x000034, "Wrong size on FSwarmMemberDesiredDeathState"); \ static_assert(offsetof(FSwarmMemberDesiredDeathState, State) == 0x000000, "Member 'FSwarmMemberDesiredDeathState::State' has a wrong offset!"); \ static_assert(offsetof(FSwarmMemberDesiredDeathState, DeathLeapImpulse) == 0x000004, "Member 'FSwarmMemberDesiredDeathState::DeathLeapImpulse' has a wrong offset!"); \ static_assert(offsetof(FSwarmMemberDesiredDeathState, DeathLeapImpulseVariancePercent) == 0x000010, "Member 'FSwarmMemberDesiredDeathState::DeathLeapImpulseVariancePercent' has a wrong offset!"); \ static_assert(offsetof(FSwarmMemberDesiredDeathState, DeathLeapCheckForActorCollision) == 0x000014, "Member 'FSwarmMemberDesiredDeathState::DeathLeapCheckForActorCollision' has a wrong offset!"); \ static_assert(offsetof(FSwarmMemberDesiredDeathState, DeathLeapAlignTowardsCenter) == 0x000018, "Member 'FSwarmMemberDesiredDeathState::DeathLeapAlignTowardsCenter' has a wrong offset!"); \ static_assert(offsetof(FSwarmMemberDesiredDeathState, bDeathLeapAlignTowardsCenter) == 0x000024, "Member 'FSwarmMemberDesiredDeathState::bDeathLeapAlignTowardsCenter' has a wrong offset!"); \ static_assert(offsetof(FSwarmMemberDesiredDeathState, StateTimeout) == 0x000028, "Member 'FSwarmMemberDesiredDeathState::StateTimeout' has a wrong offset!"); \ static_assert(offsetof(FSwarmMemberDesiredDeathState, bStateTimeout) == 0x00002C, "Member 'FSwarmMemberDesiredDeathState::bStateTimeout' has a wrong offset!"); \ static_assert(offsetof(FSwarmMemberDesiredDeathState, Instigator) == 0x000030, "Member 'FSwarmMemberDesiredDeathState::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmingDeathVolume \ static_assert(alignof(FGroundSwarmingDeathVolume) == 0x000010, "Wrong alignment on FGroundSwarmingDeathVolume"); \ static_assert(sizeof(FGroundSwarmingDeathVolume) == 0x000110, "Wrong size on FGroundSwarmingDeathVolume"); \ static_assert(offsetof(FGroundSwarmingDeathVolume, Origin) == 0x000000, "Member 'FGroundSwarmingDeathVolume::Origin' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingDeathVolume, HalfExtent) == 0x0000A0, "Member 'FGroundSwarmingDeathVolume::HalfExtent' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingDeathVolume, KillEvent) == 0x0000AC, "Member 'FGroundSwarmingDeathVolume::KillEvent' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingDeathVolume, DesiredDeathState) == 0x0000B0, "Member 'FGroundSwarmingDeathVolume::DesiredDeathState' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingDeathVolume, bAutoBounds) == 0x0000E4, "Member 'FGroundSwarmingDeathVolume::bAutoBounds' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingDeathVolume, AutoBoundsScaleXY) == 0x0000E8, "Member 'FGroundSwarmingDeathVolume::AutoBoundsScaleXY' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingDeathVolume, bTestXYOnly) == 0x0000EC, "Member 'FGroundSwarmingDeathVolume::bTestXYOnly' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingDeathVolume, bEnabled) == 0x0000ED, "Member 'FGroundSwarmingDeathVolume::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingDeathVolume, AABB) == 0x0000F0, "Member 'FGroundSwarmingDeathVolume::AABB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmingDeathVolumes \ static_assert(alignof(FGroundSwarmingDeathVolumes) == 0x000008, "Wrong alignment on FGroundSwarmingDeathVolumes"); \ static_assert(sizeof(FGroundSwarmingDeathVolumes) == 0x000010, "Wrong size on FGroundSwarmingDeathVolumes"); \ static_assert(offsetof(FGroundSwarmingDeathVolumes, DeathVolumes) == 0x000000, "Member 'FGroundSwarmingDeathVolumes::DeathVolumes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmExternals \ static_assert(alignof(FGroundSwarmExternals) == 0x000010, "Wrong alignment on FGroundSwarmExternals"); \ static_assert(sizeof(FGroundSwarmExternals) == 0x0000F0, "Wrong size on FGroundSwarmExternals"); \ static_assert(offsetof(FGroundSwarmExternals, Follow) == 0x000000, "Member 'FGroundSwarmExternals::Follow' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmExternals, ExternalForces) == 0x0000A0, "Member 'FGroundSwarmExternals::ExternalForces' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmExternals, ForceModifiers) == 0x0000B0, "Member 'FGroundSwarmExternals::ForceModifiers' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmExternals, DeathVolumes) == 0x0000C0, "Member 'FGroundSwarmExternals::DeathVolumes' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmExternals, FollowInfo) == 0x0000D0, "Member 'FGroundSwarmExternals::FollowInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicObjectGroupInfo \ static_assert(alignof(FDynamicObjectGroupInfo) == 0x000008, "Wrong alignment on FDynamicObjectGroupInfo"); \ static_assert(sizeof(FDynamicObjectGroupInfo) == 0x000528, "Wrong size on FDynamicObjectGroupInfo"); \ static_assert(offsetof(FDynamicObjectGroupInfo, SpawnCategoryType) == 0x000000, "Member 'FDynamicObjectGroupInfo::SpawnCategoryType' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, TagRestriction) == 0x000088, "Member 'FDynamicObjectGroupInfo::TagRestriction' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, bIsPersistent) == 0x000090, "Member 'FDynamicObjectGroupInfo::bIsPersistent' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, bSpawnRagdollIfDead) == 0x000091, "Member 'FDynamicObjectGroupInfo::bSpawnRagdollIfDead' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, bSpawnAllDead) == 0x000092, "Member 'FDynamicObjectGroupInfo::bSpawnAllDead' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, bSpawnBlind) == 0x000093, "Member 'FDynamicObjectGroupInfo::bSpawnBlind' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, bSpawnInjured) == 0x000094, "Member 'FDynamicObjectGroupInfo::bSpawnInjured' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, SpawnLocations) == 0x000098, "Member 'FDynamicObjectGroupInfo::SpawnLocations' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, MinActorCount) == 0x0000A8, "Member 'FDynamicObjectGroupInfo::MinActorCount' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, MaxActorCount) == 0x0000AC, "Member 'FDynamicObjectGroupInfo::MaxActorCount' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, OverrideMinActorCount) == 0x0000B0, "Member 'FDynamicObjectGroupInfo::OverrideMinActorCount' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, OverrideMaxActorCount) == 0x0000B4, "Member 'FDynamicObjectGroupInfo::OverrideMaxActorCount' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, MinDelayBetweenSpawns) == 0x0000B8, "Member 'FDynamicObjectGroupInfo::MinDelayBetweenSpawns' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, MaxDelayBetweenSpawns) == 0x0000BC, "Member 'FDynamicObjectGroupInfo::MaxDelayBetweenSpawns' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, SpawnProbability) == 0x0000C0, "Member 'FDynamicObjectGroupInfo::SpawnProbability' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, bApplyDelayOnFirstSpawn) == 0x0000C4, "Member 'FDynamicObjectGroupInfo::bApplyDelayOnFirstSpawn' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, bApplyDelayWhenCulling) == 0x0000C5, "Member 'FDynamicObjectGroupInfo::bApplyDelayWhenCulling' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, SpawnOnlyOneOfTheGroup) == 0x0000C6, "Member 'FDynamicObjectGroupInfo::SpawnOnlyOneOfTheGroup' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, bForceSpawnOnFloor) == 0x0000C7, "Member 'FDynamicObjectGroupInfo::bForceSpawnOnFloor' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, bSpawnOnNavMesh) == 0x0000C8, "Member 'FDynamicObjectGroupInfo::bSpawnOnNavMesh' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, CollisionHandlingMethod) == 0x0000C9, "Member 'FDynamicObjectGroupInfo::CollisionHandlingMethod' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, bUseScatterSpawn) == 0x0000CA, "Member 'FDynamicObjectGroupInfo::bUseScatterSpawn' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, FloorSweepDistanceZ) == 0x0000CC, "Member 'FDynamicObjectGroupInfo::FloorSweepDistanceZ' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, RadiusForNavCheck) == 0x0000D0, "Member 'FDynamicObjectGroupInfo::RadiusForNavCheck' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, SpawnTimeout) == 0x0000D4, "Member 'FDynamicObjectGroupInfo::SpawnTimeout' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, GatherDataRetryMax) == 0x0000D8, "Member 'FDynamicObjectGroupInfo::GatherDataRetryMax' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, GatherDataTimout) == 0x0000DC, "Member 'FDynamicObjectGroupInfo::GatherDataTimout' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, bAllowSyncGatherOnTimout) == 0x0000E0, "Member 'FDynamicObjectGroupInfo::bAllowSyncGatherOnTimout' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, SpawnTypeOverride) == 0x0000E1, "Member 'FDynamicObjectGroupInfo::SpawnTypeOverride' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, SpawnStateOverride) == 0x0000E2, "Member 'FDynamicObjectGroupInfo::SpawnStateOverride' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, bAllowLookOverride) == 0x0000E3, "Member 'FDynamicObjectGroupInfo::bAllowLookOverride' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, SpawnLookOverride) == 0x0000E8, "Member 'FDynamicObjectGroupInfo::SpawnLookOverride' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, bAllowVoiceOverride) == 0x000170, "Member 'FDynamicObjectGroupInfo::bAllowVoiceOverride' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, SpawnVoiceOverride) == 0x000178, "Member 'FDynamicObjectGroupInfo::SpawnVoiceOverride' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, HealthBarType) == 0x000200, "Member 'FDynamicObjectGroupInfo::HealthBarType' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, PerformTaskTrigger) == 0x000208, "Member 'FDynamicObjectGroupInfo::PerformTaskTrigger' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, StartPerformTaskWhenSpawned) == 0x000210, "Member 'FDynamicObjectGroupInfo::StartPerformTaskWhenSpawned' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, StartPerformTaskWhenResurrected) == 0x000211, "Member 'FDynamicObjectGroupInfo::StartPerformTaskWhenResurrected' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, LoopPerformTask) == 0x000212, "Member 'FDynamicObjectGroupInfo::LoopPerformTask' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, ForceSEMode) == 0x000213, "Member 'FDynamicObjectGroupInfo::ForceSEMode' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, ActiveInstances) == 0x000238, "Member 'FDynamicObjectGroupInfo::ActiveInstances' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, AliveInstances) == 0x000248, "Member 'FDynamicObjectGroupInfo::AliveInstances' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, EntityInstances) == 0x000258, "Member 'FDynamicObjectGroupInfo::EntityInstances' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, SpawnedActorCount) == 0x000278, "Member 'FDynamicObjectGroupInfo::SpawnedActorCount' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, Randomizer) == 0x00027C, "Member 'FDynamicObjectGroupInfo::Randomizer' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectGroupInfo, PersistentObjectIDs) == 0x000288, "Member 'FDynamicObjectGroupInfo::PersistentObjectIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpellLevelData \ static_assert(alignof(FSpellLevelData) == 0x000001, "Wrong alignment on FSpellLevelData"); \ static_assert(sizeof(FSpellLevelData) == 0x000001, "Wrong size on FSpellLevelData"); \ static_assert(offsetof(FSpellLevelData, SpellLevel) == 0x000000, "Member 'FSpellLevelData::SpellLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlipendoLevelData \ static_assert(alignof(FFlipendoLevelData) == 0x000004, "Wrong alignment on FFlipendoLevelData"); \ static_assert(sizeof(FFlipendoLevelData) == 0x000020, "Wrong size on FFlipendoLevelData"); \ static_assert(offsetof(FFlipendoLevelData, TapBasePhysicsImpulseXY) == 0x000004, "Member 'FFlipendoLevelData::TapBasePhysicsImpulseXY' has a wrong offset!"); \ static_assert(offsetof(FFlipendoLevelData, TapBasePhysicsImpulseZ) == 0x000008, "Member 'FFlipendoLevelData::TapBasePhysicsImpulseZ' has a wrong offset!"); \ static_assert(offsetof(FFlipendoLevelData, TapBaseAngularVelocity) == 0x00000C, "Member 'FFlipendoLevelData::TapBaseAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FFlipendoLevelData, TapMassScaledPhysicsImpulseXY) == 0x000010, "Member 'FFlipendoLevelData::TapMassScaledPhysicsImpulseXY' has a wrong offset!"); \ static_assert(offsetof(FFlipendoLevelData, TapMassScaledPhysicsImpulseZ) == 0x000014, "Member 'FFlipendoLevelData::TapMassScaledPhysicsImpulseZ' has a wrong offset!"); \ static_assert(offsetof(FFlipendoLevelData, TapMassScaleAngularVelocity) == 0x000018, "Member 'FFlipendoLevelData::TapMassScaleAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FFlipendoLevelData, TapMaxVelocity) == 0x00001C, "Member 'FFlipendoLevelData::TapMaxVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreditEntry \ static_assert(alignof(FCreditEntry) == 0x000008, "Wrong alignment on FCreditEntry"); \ static_assert(sizeof(FCreditEntry) == 0x000028, "Wrong size on FCreditEntry"); \ static_assert(offsetof(FCreditEntry, EntryType) == 0x000008, "Member 'FCreditEntry::EntryType' has a wrong offset!"); \ static_assert(offsetof(FCreditEntry, DurationFactor) == 0x00000C, "Member 'FCreditEntry::DurationFactor' has a wrong offset!"); \ static_assert(offsetof(FCreditEntry, Text) == 0x000010, "Member 'FCreditEntry::Text' has a wrong offset!"); \ static_assert(offsetof(FCreditEntry, Translated) == 0x000020, "Member 'FCreditEntry::Translated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSavedMeshSettings2 \ static_assert(alignof(FSavedMeshSettings2) == 0x000004, "Wrong alignment on FSavedMeshSettings2"); \ static_assert(sizeof(FSavedMeshSettings2) == 0x000028, "Wrong size on FSavedMeshSettings2"); \ #define DUMPER7_ASSERTS_FEnemy_AttackDecision \ static_assert(alignof(FEnemy_AttackDecision) == 0x000001, "Wrong alignment on FEnemy_AttackDecision"); \ static_assert(sizeof(FEnemy_AttackDecision) == 0x000003, "Wrong size on FEnemy_AttackDecision"); \ #define DUMPER7_ASSERTS_FImperiusData \ static_assert(alignof(FImperiusData) == 0x000008, "Wrong alignment on FImperiusData"); \ static_assert(sizeof(FImperiusData) == 0x000018, "Wrong size on FImperiusData"); \ static_assert(offsetof(FImperiusData, FX2) == 0x000000, "Member 'FImperiusData::FX2' has a wrong offset!"); \ static_assert(offsetof(FImperiusData, mod) == 0x000010, "Member 'FImperiusData::mod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpellUpgradeParameters \ static_assert(alignof(FSpellUpgradeParameters) == 0x000004, "Wrong alignment on FSpellUpgradeParameters"); \ static_assert(sizeof(FSpellUpgradeParameters) == 0x000060, "Wrong size on FSpellUpgradeParameters"); \ static_assert(offsetof(FSpellUpgradeParameters, Range) == 0x000000, "Member 'FSpellUpgradeParameters::Range' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, CooldownTime) == 0x000004, "Member 'FSpellUpgradeParameters::CooldownTime' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, NonCombatCooldownMultiplier) == 0x000008, "Member 'FSpellUpgradeParameters::NonCombatCooldownMultiplier' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, DamageObject) == 0x00000C, "Member 'FSpellUpgradeParameters::DamageObject' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, DamageCharacter) == 0x000010, "Member 'FSpellUpgradeParameters::DamageCharacter' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, PhysicsImpulseSuccess) == 0x000014, "Member 'FSpellUpgradeParameters::PhysicsImpulseSuccess' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, PhysicsImpulseFailed) == 0x000018, "Member 'FSpellUpgradeParameters::PhysicsImpulseFailed' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, Duration) == 0x00001C, "Member 'FSpellUpgradeParameters::Duration' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, DurationCharacter) == 0x000020, "Member 'FSpellUpgradeParameters::DurationCharacter' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, DurationCreature) == 0x000024, "Member 'FSpellUpgradeParameters::DurationCreature' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, DurationPlayer) == 0x000028, "Member 'FSpellUpgradeParameters::DurationPlayer' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, ChargeTime) == 0x00002C, "Member 'FSpellUpgradeParameters::ChargeTime' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, ChargedMaxTime) == 0x000030, "Member 'FSpellUpgradeParameters::ChargedMaxTime' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, ChannelingMinTime) == 0x000034, "Member 'FSpellUpgradeParameters::ChannelingMinTime' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, CastNoiseIntensity) == 0x000038, "Member 'FSpellUpgradeParameters::CastNoiseIntensity' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, CastNoiseRadius) == 0x00003C, "Member 'FSpellUpgradeParameters::CastNoiseRadius' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, ImpactNoiseIntensity) == 0x000040, "Member 'FSpellUpgradeParameters::ImpactNoiseIntensity' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, ImpactNoiseRadius) == 0x000044, "Member 'FSpellUpgradeParameters::ImpactNoiseRadius' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, ProjectileSpeed) == 0x000048, "Member 'FSpellUpgradeParameters::ProjectileSpeed' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, ProjectileGravity) == 0x00004C, "Member 'FSpellUpgradeParameters::ProjectileGravity' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, LimitedCountObject) == 0x000050, "Member 'FSpellUpgradeParameters::LimitedCountObject' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, LimitedCountCharacter) == 0x000054, "Member 'FSpellUpgradeParameters::LimitedCountCharacter' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, ImpactType) == 0x000058, "Member 'FSpellUpgradeParameters::ImpactType' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, SizeLimit) == 0x000059, "Member 'FSpellUpgradeParameters::SizeLimit' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, EnemyShieldBreaker) == 0x00005A, "Member 'FSpellUpgradeParameters::EnemyShieldBreaker' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeParameters, Affect) == 0x00005B, "Member 'FSpellUpgradeParameters::Affect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimStateTaskEntry \ static_assert(alignof(FAnimStateTaskEntry) == 0x000004, "Wrong alignment on FAnimStateTaskEntry"); \ static_assert(sizeof(FAnimStateTaskEntry) == 0x000008, "Wrong size on FAnimStateTaskEntry"); \ #define DUMPER7_ASSERTS_FMapFXEntry \ static_assert(alignof(FMapFXEntry) == 0x000004, "Wrong alignment on FMapFXEntry"); \ static_assert(sizeof(FMapFXEntry) == 0x000020, "Wrong size on FMapFXEntry"); \ static_assert(offsetof(FMapFXEntry, FXName) == 0x000000, "Member 'FMapFXEntry::FXName' has a wrong offset!"); \ static_assert(offsetof(FMapFXEntry, FXPath) == 0x000008, "Member 'FMapFXEntry::FXPath' has a wrong offset!"); \ static_assert(offsetof(FMapFXEntry, Scale) == 0x000010, "Member 'FMapFXEntry::Scale' has a wrong offset!"); \ static_assert(offsetof(FMapFXEntry, Looped) == 0x00001C, "Member 'FMapFXEntry::Looped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapFXData \ static_assert(alignof(FMapFXData) == 0x000008, "Wrong alignment on FMapFXData"); \ static_assert(sizeof(FMapFXData) == 0x000010, "Wrong size on FMapFXData"); \ static_assert(offsetof(FMapFXData, Effects) == 0x000000, "Member 'FMapFXData::Effects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshStateLightingFeatures \ static_assert(alignof(FMeshStateLightingFeatures) == 0x000001, "Wrong alignment on FMeshStateLightingFeatures"); \ static_assert(sizeof(FMeshStateLightingFeatures) == 0x000001, "Wrong size on FMeshStateLightingFeatures"); \ #define DUMPER7_ASSERTS_FDebugPathItem \ static_assert(alignof(FDebugPathItem) == 0x000008, "Wrong alignment on FDebugPathItem"); \ static_assert(sizeof(FDebugPathItem) == 0x000080, "Wrong size on FDebugPathItem"); \ #define DUMPER7_ASSERTS_FSpellUnlockMiniGameData \ static_assert(alignof(FSpellUnlockMiniGameData) == 0x000008, "Wrong alignment on FSpellUnlockMiniGameData"); \ static_assert(sizeof(FSpellUnlockMiniGameData) == 0x0000F8, "Wrong size on FSpellUnlockMiniGameData"); \ static_assert(offsetof(FSpellUnlockMiniGameData, GameName) == 0x000008, "Member 'FSpellUnlockMiniGameData::GameName' has a wrong offset!"); \ static_assert(offsetof(FSpellUnlockMiniGameData, SpellMask) == 0x000010, "Member 'FSpellUnlockMiniGameData::SpellMask' has a wrong offset!"); \ static_assert(offsetof(FSpellUnlockMiniGameData, SpellTexture) == 0x000038, "Member 'FSpellUnlockMiniGameData::SpellTexture' has a wrong offset!"); \ static_assert(offsetof(FSpellUnlockMiniGameData, StoryDelay) == 0x000060, "Member 'FSpellUnlockMiniGameData::StoryDelay' has a wrong offset!"); \ static_assert(offsetof(FSpellUnlockMiniGameData, EasyDelay) == 0x000064, "Member 'FSpellUnlockMiniGameData::EasyDelay' has a wrong offset!"); \ static_assert(offsetof(FSpellUnlockMiniGameData, NormalDelay) == 0x000068, "Member 'FSpellUnlockMiniGameData::NormalDelay' has a wrong offset!"); \ static_assert(offsetof(FSpellUnlockMiniGameData, HardDelay) == 0x00006C, "Member 'FSpellUnlockMiniGameData::HardDelay' has a wrong offset!"); \ static_assert(offsetof(FSpellUnlockMiniGameData, SpellIcon) == 0x000070, "Member 'FSpellUnlockMiniGameData::SpellIcon' has a wrong offset!"); \ static_assert(offsetof(FSpellUnlockMiniGameData, SpellIconGlow) == 0x000098, "Member 'FSpellUnlockMiniGameData::SpellIconGlow' has a wrong offset!"); \ static_assert(offsetof(FSpellUnlockMiniGameData, CurvePath) == 0x0000C0, "Member 'FSpellUnlockMiniGameData::CurvePath' has a wrong offset!"); \ static_assert(offsetof(FSpellUnlockMiniGameData, FinalCheckpoint) == 0x0000D0, "Member 'FSpellUnlockMiniGameData::FinalCheckpoint' has a wrong offset!"); \ static_assert(offsetof(FSpellUnlockMiniGameData, InputCheckpoints) == 0x0000E8, "Member 'FSpellUnlockMiniGameData::InputCheckpoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldEventPersistenceInfo \ static_assert(alignof(FWorldEventPersistenceInfo) == 0x000004, "Wrong alignment on FWorldEventPersistenceInfo"); \ static_assert(sizeof(FWorldEventPersistenceInfo) == 0x000008, "Wrong size on FWorldEventPersistenceInfo"); \ static_assert(offsetof(FWorldEventPersistenceInfo, Stages) == 0x000000, "Member 'FWorldEventPersistenceInfo::Stages' has a wrong offset!"); \ static_assert(offsetof(FWorldEventPersistenceInfo, bRepeatOnComplete) == 0x000004, "Member 'FWorldEventPersistenceInfo::bRepeatOnComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldEventDataRow \ static_assert(alignof(FWorldEventDataRow) == 0x000008, "Wrong alignment on FWorldEventDataRow"); \ static_assert(sizeof(FWorldEventDataRow) == 0x000108, "Wrong size on FWorldEventDataRow"); \ static_assert(offsetof(FWorldEventDataRow, WorldEventName) == 0x000008, "Member 'FWorldEventDataRow::WorldEventName' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, ProductionStatus) == 0x000010, "Member 'FWorldEventDataRow::ProductionStatus' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, EventDescription) == 0x000018, "Member 'FWorldEventDataRow::EventDescription' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, WorldEvent) == 0x000028, "Member 'FWorldEventDataRow::WorldEvent' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, NumberOfAllowedActiveInstances) == 0x000040, "Member 'FWorldEventDataRow::NumberOfAllowedActiveInstances' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, bPersistentEvent) == 0x000044, "Member 'FWorldEventDataRow::bPersistentEvent' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, PersistenceInfo) == 0x000048, "Member 'FWorldEventDataRow::PersistenceInfo' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, bRepeatable) == 0x000050, "Member 'FWorldEventDataRow::bRepeatable' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, bCanSpawnAtLocationWithActivity) == 0x000051, "Member 'FWorldEventDataRow::bCanSpawnAtLocationWithActivity' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, EventCooldownTime) == 0x000060, "Member 'FWorldEventDataRow::EventCooldownTime' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, bOverrideLocatorCooldown) == 0x000070, "Member 'FWorldEventDataRow::bOverrideLocatorCooldown' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, LocatorCooldownOverride) == 0x000074, "Member 'FWorldEventDataRow::LocatorCooldownOverride' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, bIgnoreStreamoutVolume) == 0x000084, "Member 'FWorldEventDataRow::bIgnoreStreamoutVolume' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, bTestMinimumDistanceFromAnotherWorldEvent) == 0x000085, "Member 'FWorldEventDataRow::bTestMinimumDistanceFromAnotherWorldEvent' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, MinimumDistanceFromAnotherWorldEvent) == 0x000088, "Member 'FWorldEventDataRow::MinimumDistanceFromAnotherWorldEvent' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, PercentChanceOfBeingSelected) == 0x00008C, "Member 'FWorldEventDataRow::PercentChanceOfBeingSelected' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, LocationRequiredDescriptors) == 0x000090, "Member 'FWorldEventDataRow::LocationRequiredDescriptors' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, LocationDeniedDescriptors) == 0x0000B0, "Member 'FWorldEventDataRow::LocationDeniedDescriptors' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, StartTriggerTag) == 0x0000D0, "Member 'FWorldEventDataRow::StartTriggerTag' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, PreviewData) == 0x0000D8, "Member 'FWorldEventDataRow::PreviewData' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, PreviewLevel) == 0x0000E0, "Member 'FWorldEventDataRow::PreviewLevel' has a wrong offset!"); \ static_assert(offsetof(FWorldEventDataRow, Conditions) == 0x0000F8, "Member 'FWorldEventDataRow::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDesiredLocationData \ static_assert(alignof(FDesiredLocationData) == 0x000008, "Wrong alignment on FDesiredLocationData"); \ static_assert(sizeof(FDesiredLocationData) == 0x000018, "Wrong size on FDesiredLocationData"); \ static_assert(offsetof(FDesiredLocationData, DesiredLocation) == 0x000000, "Member 'FDesiredLocationData::DesiredLocation' has a wrong offset!"); \ static_assert(offsetof(FDesiredLocationData, bLocationAvailable) == 0x000010, "Member 'FDesiredLocationData::bLocationAvailable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlyingStairStatus \ static_assert(alignof(FFlyingStairStatus) == 0x000008, "Wrong alignment on FFlyingStairStatus"); \ static_assert(sizeof(FFlyingStairStatus) == 0x000018, "Wrong size on FFlyingStairStatus"); \ #define DUMPER7_ASSERTS_FSimpleTopologyParams \ static_assert(alignof(FSimpleTopologyParams) == 0x000004, "Wrong alignment on FSimpleTopologyParams"); \ static_assert(sizeof(FSimpleTopologyParams) == 0x000018, "Wrong size on FSimpleTopologyParams"); \ static_assert(offsetof(FSimpleTopologyParams, Center) == 0x000000, "Member 'FSimpleTopologyParams::Center' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyParams, VoxelSize) == 0x00000C, "Member 'FSimpleTopologyParams::VoxelSize' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyParams, SweepDistanceZ) == 0x000010, "Member 'FSimpleTopologyParams::SweepDistanceZ' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyParams, bUseBoxSweeps) == 0x000014, "Member 'FSimpleTopologyParams::bUseBoxSweeps' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyParams, bSolidsOnly) == 0x000015, "Member 'FSimpleTopologyParams::bSolidsOnly' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyParams, bTraceComplex) == 0x000016, "Member 'FSimpleTopologyParams::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyParams, bForceSynchronous) == 0x000017, "Member 'FSimpleTopologyParams::bForceSynchronous' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleTopologyVoxelIndex \ static_assert(alignof(FSimpleTopologyVoxelIndex) == 0x000004, "Wrong alignment on FSimpleTopologyVoxelIndex"); \ static_assert(sizeof(FSimpleTopologyVoxelIndex) == 0x00000C, "Wrong size on FSimpleTopologyVoxelIndex"); \ static_assert(offsetof(FSimpleTopologyVoxelIndex, X) == 0x000000, "Member 'FSimpleTopologyVoxelIndex::X' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyVoxelIndex, Y) == 0x000004, "Member 'FSimpleTopologyVoxelIndex::Y' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyVoxelIndex, Z) == 0x000008, "Member 'FSimpleTopologyVoxelIndex::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleTopologyVoxelArray \ static_assert(alignof(FSimpleTopologyVoxelArray) == 0x000008, "Wrong alignment on FSimpleTopologyVoxelArray"); \ static_assert(sizeof(FSimpleTopologyVoxelArray) == 0x0000A8, "Wrong size on FSimpleTopologyVoxelArray"); \ static_assert(offsetof(FSimpleTopologyVoxelArray, Topology) == 0x000000, "Member 'FSimpleTopologyVoxelArray::Topology' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyVoxelArray, InvVoxelSize) == 0x000018, "Member 'FSimpleTopologyVoxelArray::InvVoxelSize' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyVoxelArray, MinVoxelIndex) == 0x00001C, "Member 'FSimpleTopologyVoxelArray::MinVoxelIndex' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyVoxelArray, MaxVoxelIndex) == 0x000028, "Member 'FSimpleTopologyVoxelArray::MaxVoxelIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAvatarPresetIconInfo \ static_assert(alignof(FAvatarPresetIconInfo) == 0x000010, "Wrong alignment on FAvatarPresetIconInfo"); \ static_assert(sizeof(FAvatarPresetIconInfo) == 0x000050, "Wrong size on FAvatarPresetIconInfo"); \ static_assert(offsetof(FAvatarPresetIconInfo, CameraTransform) == 0x000000, "Member 'FAvatarPresetIconInfo::CameraTransform' has a wrong offset!"); \ static_assert(offsetof(FAvatarPresetIconInfo, bUseIdle) == 0x000030, "Member 'FAvatarPresetIconInfo::bUseIdle' has a wrong offset!"); \ static_assert(offsetof(FAvatarPresetIconInfo, IdleFrame) == 0x000034, "Member 'FAvatarPresetIconInfo::IdleFrame' has a wrong offset!"); \ static_assert(offsetof(FAvatarPresetIconInfo, IconWidth) == 0x000038, "Member 'FAvatarPresetIconInfo::IconWidth' has a wrong offset!"); \ static_assert(offsetof(FAvatarPresetIconInfo, IconHeight) == 0x00003C, "Member 'FAvatarPresetIconInfo::IconHeight' has a wrong offset!"); \ static_assert(offsetof(FAvatarPresetIconInfo, MeshesToHide) == 0x000040, "Member 'FAvatarPresetIconInfo::MeshesToHide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuadrupedSpineRebase \ static_assert(alignof(FQuadrupedSpineRebase) == 0x000010, "Wrong alignment on FQuadrupedSpineRebase"); \ static_assert(sizeof(FQuadrupedSpineRebase) == 0x0000A0, "Wrong size on FQuadrupedSpineRebase"); \ static_assert(offsetof(FQuadrupedSpineRebase, ParentBone) == 0x000000, "Member 'FQuadrupedSpineRebase::ParentBone' has a wrong offset!"); \ static_assert(offsetof(FQuadrupedSpineRebase, RebaseBones) == 0x000010, "Member 'FQuadrupedSpineRebase::RebaseBones' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnableCCDInfo \ static_assert(alignof(FEnableCCDInfo) == 0x000008, "Wrong alignment on FEnableCCDInfo"); \ static_assert(sizeof(FEnableCCDInfo) == 0x000018, "Wrong size on FEnableCCDInfo"); \ #define DUMPER7_ASSERTS_FAnimDoneTaskEntry \ static_assert(alignof(FAnimDoneTaskEntry) == 0x000004, "Wrong alignment on FAnimDoneTaskEntry"); \ static_assert(sizeof(FAnimDoneTaskEntry) == 0x000008, "Wrong size on FAnimDoneTaskEntry"); \ #define DUMPER7_ASSERTS_FCreatureVariation \ static_assert(alignof(FCreatureVariation) == 0x000008, "Wrong alignment on FCreatureVariation"); \ static_assert(sizeof(FCreatureVariation) == 0x000080, "Wrong size on FCreatureVariation"); \ static_assert(offsetof(FCreatureVariation, VariationName) == 0x000000, "Member 'FCreatureVariation::VariationName' has a wrong offset!"); \ static_assert(offsetof(FCreatureVariation, MaterialSlotsMap) == 0x000008, "Member 'FCreatureVariation::MaterialSlotsMap' has a wrong offset!"); \ static_assert(offsetof(FCreatureVariation, AudioAsset) == 0x000058, "Member 'FCreatureVariation::AudioAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreatureFemaleVariationSettings \ static_assert(alignof(FCreatureFemaleVariationSettings) == 0x000008, "Wrong alignment on FCreatureFemaleVariationSettings"); \ static_assert(sizeof(FCreatureFemaleVariationSettings) == 0x0000E8, "Wrong size on FCreatureFemaleVariationSettings"); \ static_assert(offsetof(FCreatureFemaleVariationSettings, bSwapMeshForFemale) == 0x000000, "Member 'FCreatureFemaleVariationSettings::bSwapMeshForFemale' has a wrong offset!"); \ static_assert(offsetof(FCreatureFemaleVariationSettings, FemaleSkeletalMesh) == 0x000008, "Member 'FCreatureFemaleVariationSettings::FemaleSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(FCreatureFemaleVariationSettings, AudioAsset) == 0x000030, "Member 'FCreatureFemaleVariationSettings::AudioAsset' has a wrong offset!"); \ static_assert(offsetof(FCreatureFemaleVariationSettings, MaterialSwap) == 0x000058, "Member 'FCreatureFemaleVariationSettings::MaterialSwap' has a wrong offset!"); \ static_assert(offsetof(FCreatureFemaleVariationSettings, ColorVariations) == 0x0000D8, "Member 'FCreatureFemaleVariationSettings::ColorVariations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLedgeAssistTaskEntry \ static_assert(alignof(FLedgeAssistTaskEntry) == 0x000004, "Wrong alignment on FLedgeAssistTaskEntry"); \ static_assert(sizeof(FLedgeAssistTaskEntry) == 0x000014, "Wrong size on FLedgeAssistTaskEntry"); \ #define DUMPER7_ASSERTS_FParticleSystemTrigger \ static_assert(alignof(FParticleSystemTrigger) == 0x000008, "Wrong alignment on FParticleSystemTrigger"); \ static_assert(sizeof(FParticleSystemTrigger) == 0x000038, "Wrong size on FParticleSystemTrigger"); \ static_assert(offsetof(FParticleSystemTrigger, ParticleSystem) == 0x000000, "Member 'FParticleSystemTrigger::ParticleSystem' has a wrong offset!"); \ static_assert(offsetof(FParticleSystemTrigger, UseSpawnRate) == 0x000028, "Member 'FParticleSystemTrigger::UseSpawnRate' has a wrong offset!"); \ static_assert(offsetof(FParticleSystemTrigger, Spawnrate) == 0x00002C, "Member 'FParticleSystemTrigger::Spawnrate' has a wrong offset!"); \ static_assert(offsetof(FParticleSystemTrigger, UseParticleColor) == 0x000030, "Member 'FParticleSystemTrigger::UseParticleColor' has a wrong offset!"); \ static_assert(offsetof(FParticleSystemTrigger, ParticleColor) == 0x000034, "Member 'FParticleSystemTrigger::ParticleColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraSystemTrigger \ static_assert(alignof(FNiagaraSystemTrigger) == 0x000008, "Wrong alignment on FNiagaraSystemTrigger"); \ static_assert(sizeof(FNiagaraSystemTrigger) == 0x000038, "Wrong size on FNiagaraSystemTrigger"); \ static_assert(offsetof(FNiagaraSystemTrigger, ParticleSystem) == 0x000000, "Member 'FNiagaraSystemTrigger::ParticleSystem' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemTrigger, UseSpawnRate) == 0x000028, "Member 'FNiagaraSystemTrigger::UseSpawnRate' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemTrigger, Spawnrate) == 0x00002C, "Member 'FNiagaraSystemTrigger::Spawnrate' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemTrigger, UseParticleColor) == 0x000030, "Member 'FNiagaraSystemTrigger::UseParticleColor' has a wrong offset!"); \ static_assert(offsetof(FNiagaraSystemTrigger, ParticleColor) == 0x000034, "Member 'FNiagaraSystemTrigger::ParticleColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FParticleSystemsData \ static_assert(alignof(FParticleSystemsData) == 0x000008, "Wrong alignment on FParticleSystemsData"); \ static_assert(sizeof(FParticleSystemsData) == 0x000020, "Wrong size on FParticleSystemsData"); \ static_assert(offsetof(FParticleSystemsData, ParticleSystems) == 0x000000, "Member 'FParticleSystemsData::ParticleSystems' has a wrong offset!"); \ static_assert(offsetof(FParticleSystemsData, NiagaraSystems) == 0x000010, "Member 'FParticleSystemsData::NiagaraSystems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraProperties \ static_assert(alignof(FCameraProperties) == 0x000004, "Wrong alignment on FCameraProperties"); \ static_assert(sizeof(FCameraProperties) == 0x000040, "Wrong size on FCameraProperties"); \ static_assert(offsetof(FCameraProperties, MinDistance) == 0x000000, "Member 'FCameraProperties::MinDistance' has a wrong offset!"); \ static_assert(offsetof(FCameraProperties, MaxDistance) == 0x000004, "Member 'FCameraProperties::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(FCameraProperties, MinPitch) == 0x000008, "Member 'FCameraProperties::MinPitch' has a wrong offset!"); \ static_assert(offsetof(FCameraProperties, MaxPitch) == 0x00000C, "Member 'FCameraProperties::MaxPitch' has a wrong offset!"); \ static_assert(offsetof(FCameraProperties, minYaw) == 0x000010, "Member 'FCameraProperties::minYaw' has a wrong offset!"); \ static_assert(offsetof(FCameraProperties, MaxYaw) == 0x000014, "Member 'FCameraProperties::MaxYaw' has a wrong offset!"); \ static_assert(offsetof(FCameraProperties, minRoll) == 0x000018, "Member 'FCameraProperties::minRoll' has a wrong offset!"); \ static_assert(offsetof(FCameraProperties, MaxRoll) == 0x00001C, "Member 'FCameraProperties::MaxRoll' has a wrong offset!"); \ static_assert(offsetof(FCameraProperties, minFOV) == 0x000020, "Member 'FCameraProperties::minFOV' has a wrong offset!"); \ static_assert(offsetof(FCameraProperties, maxFOV) == 0x000024, "Member 'FCameraProperties::maxFOV' has a wrong offset!"); \ static_assert(offsetof(FCameraProperties, BlendInTime) == 0x000028, "Member 'FCameraProperties::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(FCameraProperties, BlendOutTime) == 0x00002C, "Member 'FCameraProperties::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(FCameraProperties, horizontalOffset) == 0x000030, "Member 'FCameraProperties::horizontalOffset' has a wrong offset!"); \ static_assert(offsetof(FCameraProperties, verticalOffset) == 0x000034, "Member 'FCameraProperties::verticalOffset' has a wrong offset!"); \ static_assert(offsetof(FCameraProperties, weight) == 0x000038, "Member 'FCameraProperties::weight' has a wrong offset!"); \ static_assert(offsetof(FCameraProperties, bSetToDefaultOnExit) == 0x00003C, "Member 'FCameraProperties::bSetToDefaultOnExit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreature_GroupCoordination_LocationTag \ static_assert(alignof(FCreature_GroupCoordination_LocationTag) == 0x000004, "Wrong alignment on FCreature_GroupCoordination_LocationTag"); \ static_assert(sizeof(FCreature_GroupCoordination_LocationTag) == 0x000024, "Wrong size on FCreature_GroupCoordination_LocationTag"); \ #define DUMPER7_ASSERTS_FAblMultiFxChildTask \ static_assert(alignof(FAblMultiFxChildTask) == 0x000008, "Wrong alignment on FAblMultiFxChildTask"); \ static_assert(sizeof(FAblMultiFxChildTask) == 0x000030, "Wrong size on FAblMultiFxChildTask"); \ static_assert(offsetof(FAblMultiFxChildTask, ChildName) == 0x000000, "Member 'FAblMultiFxChildTask::ChildName' has a wrong offset!"); \ static_assert(offsetof(FAblMultiFxChildTask, MultiFXHandleName) == 0x000008, "Member 'FAblMultiFxChildTask::MultiFXHandleName' has a wrong offset!"); \ static_assert(offsetof(FAblMultiFxChildTask, FX) == 0x000010, "Member 'FAblMultiFxChildTask::FX' has a wrong offset!"); \ static_assert(offsetof(FAblMultiFxChildTask, LocationOffset) == 0x000020, "Member 'FAblMultiFxChildTask::LocationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshArrayHolder \ static_assert(alignof(FMeshArrayHolder) == 0x000008, "Wrong alignment on FMeshArrayHolder"); \ static_assert(sizeof(FMeshArrayHolder) == 0x000010, "Wrong size on FMeshArrayHolder"); \ static_assert(offsetof(FMeshArrayHolder, Meshes) == 0x000000, "Member 'FMeshArrayHolder::Meshes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreatureCombatStageSpecifier \ static_assert(alignof(FCreatureCombatStageSpecifier) == 0x000004, "Wrong alignment on FCreatureCombatStageSpecifier"); \ static_assert(sizeof(FCreatureCombatStageSpecifier) == 0x00000C, "Wrong size on FCreatureCombatStageSpecifier"); \ static_assert(offsetof(FCreatureCombatStageSpecifier, HealthPercent) == 0x000000, "Member 'FCreatureCombatStageSpecifier::HealthPercent' has a wrong offset!"); \ static_assert(offsetof(FCreatureCombatStageSpecifier, MaxNumChainedAttacks) == 0x000004, "Member 'FCreatureCombatStageSpecifier::MaxNumChainedAttacks' has a wrong offset!"); \ static_assert(offsetof(FCreatureCombatStageSpecifier, NumBehaviorCyclesBeforeReposition) == 0x000008, "Member 'FCreatureCombatStageSpecifier::NumBehaviorCyclesBeforeReposition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAblSuperSlamCurveData \ static_assert(alignof(FAblSuperSlamCurveData) == 0x000008, "Wrong alignment on FAblSuperSlamCurveData"); \ static_assert(sizeof(FAblSuperSlamCurveData) == 0x000018, "Wrong size on FAblSuperSlamCurveData"); \ static_assert(offsetof(FAblSuperSlamCurveData, BoneName) == 0x000000, "Member 'FAblSuperSlamCurveData::BoneName' has a wrong offset!"); \ static_assert(offsetof(FAblSuperSlamCurveData, Curve) == 0x000008, "Member 'FAblSuperSlamCurveData::Curve' has a wrong offset!"); \ static_assert(offsetof(FAblSuperSlamCurveData, bInvertX) == 0x000010, "Member 'FAblSuperSlamCurveData::bInvertX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_MobilityTransition \ static_assert(alignof(FNPC_MobilityTransition) == 0x000008, "Wrong alignment on FNPC_MobilityTransition"); \ static_assert(sizeof(FNPC_MobilityTransition) == 0x000010, "Wrong size on FNPC_MobilityTransition"); \ static_assert(offsetof(FNPC_MobilityTransition, FromMobility) == 0x000000, "Member 'FNPC_MobilityTransition::FromMobility' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityTransition, ToMobility) == 0x000001, "Member 'FNPC_MobilityTransition::ToMobility' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityTransition, AbilityPtr) == 0x000008, "Member 'FNPC_MobilityTransition::AbilityPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTurnAssistTaskEntry \ static_assert(alignof(FTurnAssistTaskEntry) == 0x000004, "Wrong alignment on FTurnAssistTaskEntry"); \ static_assert(sizeof(FTurnAssistTaskEntry) == 0x000014, "Wrong size on FTurnAssistTaskEntry"); \ #define DUMPER7_ASSERTS_FCreatureGaitMotionData \ static_assert(alignof(FCreatureGaitMotionData) == 0x000004, "Wrong alignment on FCreatureGaitMotionData"); \ static_assert(sizeof(FCreatureGaitMotionData) == 0x000010, "Wrong size on FCreatureGaitMotionData"); \ static_assert(offsetof(FCreatureGaitMotionData, StoppingDistance) == 0x000000, "Member 'FCreatureGaitMotionData::StoppingDistance' has a wrong offset!"); \ static_assert(offsetof(FCreatureGaitMotionData, TurnRadius) == 0x000004, "Member 'FCreatureGaitMotionData::TurnRadius' has a wrong offset!"); \ static_assert(offsetof(FCreatureGaitMotionData, TurnRadius180) == 0x000008, "Member 'FCreatureGaitMotionData::TurnRadius180' has a wrong offset!"); \ static_assert(offsetof(FCreatureGaitMotionData, TurnLength180) == 0x00000C, "Member 'FCreatureGaitMotionData::TurnLength180' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FContextArray \ static_assert(alignof(FContextArray) == 0x000008, "Wrong alignment on FContextArray"); \ static_assert(sizeof(FContextArray) == 0x000010, "Wrong size on FContextArray"); \ static_assert(offsetof(FContextArray, Contexts) == 0x000000, "Member 'FContextArray::Contexts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFrameToContexts \ static_assert(alignof(FFrameToContexts) == 0x000008, "Wrong alignment on FFrameToContexts"); \ static_assert(sizeof(FFrameToContexts) == 0x000050, "Wrong size on FFrameToContexts"); \ static_assert(offsetof(FFrameToContexts, FrameToContextsMap) == 0x000000, "Member 'FFrameToContexts::FrameToContextsMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOverlapActorSortEntry \ static_assert(alignof(FOverlapActorSortEntry) == 0x000008, "Wrong alignment on FOverlapActorSortEntry"); \ static_assert(sizeof(FOverlapActorSortEntry) == 0x000028, "Wrong size on FOverlapActorSortEntry"); \ static_assert(offsetof(FOverlapActorSortEntry, OverlapActor) == 0x000000, "Member 'FOverlapActorSortEntry::OverlapActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreatureSpawnOverrides \ static_assert(alignof(FCreatureSpawnOverrides) == 0x000008, "Wrong alignment on FCreatureSpawnOverrides"); \ static_assert(sizeof(FCreatureSpawnOverrides) == 0x000080, "Wrong size on FCreatureSpawnOverrides"); \ static_assert(offsetof(FCreatureSpawnOverrides, StartState) == 0x000000, "Member 'FCreatureSpawnOverrides::StartState' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, StartPathNode) == 0x000008, "Member 'FCreatureSpawnOverrides::StartPathNode' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, Cage) == 0x000010, "Member 'FCreatureSpawnOverrides::Cage' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, CageAnimation) == 0x000018, "Member 'FCreatureSpawnOverrides::CageAnimation' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bOverride_Team) == 0x000019, "Member 'FCreatureSpawnOverrides::bOverride_Team' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, Team) == 0x000020, "Member 'FCreatureSpawnOverrides::Team' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bOverride_Gender) == 0x000030, "Member 'FCreatureSpawnOverrides::bOverride_Gender' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bGenderIsMaleOverride) == 0x000031, "Member 'FCreatureSpawnOverrides::bGenderIsMaleOverride' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bIsProtectedFromSpells) == 0x000032, "Member 'FCreatureSpawnOverrides::bIsProtectedFromSpells' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bIsUncapturable) == 0x000033, "Member 'FCreatureSpawnOverrides::bIsUncapturable' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, AllowedVariations) == 0x000038, "Member 'FCreatureSpawnOverrides::AllowedVariations' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, NurturingSpaceOverride) == 0x000048, "Member 'FCreatureSpawnOverrides::NurturingSpaceOverride' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bOverride_ShouldTAKWhenWild) == 0x000050, "Member 'FCreatureSpawnOverrides::bOverride_ShouldTAKWhenWild' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bShouldTAKWhenWildOverride) == 0x000051, "Member 'FCreatureSpawnOverrides::bShouldTAKWhenWildOverride' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bSpawnFlying) == 0x000052, "Member 'FCreatureSpawnOverrides::bSpawnFlying' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bSpawnPerched) == 0x000053, "Member 'FCreatureSpawnOverrides::bSpawnPerched' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bPlaySpawnFX) == 0x000054, "Member 'FCreatureSpawnOverrides::bPlaySpawnFX' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bFadeOnSpawn) == 0x000055, "Member 'FCreatureSpawnOverrides::bFadeOnSpawn' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bOverride_FadeWhenFleeing) == 0x000056, "Member 'FCreatureSpawnOverrides::bOverride_FadeWhenFleeing' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bFadeWhenFleeingOverride) == 0x000057, "Member 'FCreatureSpawnOverrides::bFadeWhenFleeingOverride' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, PerceptionVolumes) == 0x000058, "Member 'FCreatureSpawnOverrides::PerceptionVolumes' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, TetherVolume) == 0x000068, "Member 'FCreatureSpawnOverrides::TetherVolume' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bOverride_IsFleeConstrainedByTether) == 0x000070, "Member 'FCreatureSpawnOverrides::bOverride_IsFleeConstrainedByTether' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bIsFleeConstrainedByTether) == 0x000071, "Member 'FCreatureSpawnOverrides::bIsFleeConstrainedByTether' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bOverride_IsPerchingConstrainedByTether) == 0x000072, "Member 'FCreatureSpawnOverrides::bOverride_IsPerchingConstrainedByTether' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bIsPerchingConstrainedByTether) == 0x000073, "Member 'FCreatureSpawnOverrides::bIsPerchingConstrainedByTether' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bOverride_MaximumFleeMovementSpeed) == 0x000074, "Member 'FCreatureSpawnOverrides::bOverride_MaximumFleeMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, MaximumFleeMovementSpeed) == 0x000075, "Member 'FCreatureSpawnOverrides::MaximumFleeMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, bOverride_CombatMaxDistanceFromTether) == 0x000076, "Member 'FCreatureSpawnOverrides::bOverride_CombatMaxDistanceFromTether' has a wrong offset!"); \ static_assert(offsetof(FCreatureSpawnOverrides, CombatMaxDistanceFromTether) == 0x000078, "Member 'FCreatureSpawnOverrides::CombatMaxDistanceFromTether' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAccioRestoreData \ static_assert(alignof(FAccioRestoreData) == 0x000004, "Wrong alignment on FAccioRestoreData"); \ static_assert(sizeof(FAccioRestoreData) == 0x000008, "Wrong size on FAccioRestoreData"); \ #define DUMPER7_ASSERTS_FNPC_DynamicBehaviorTree \ static_assert(alignof(FNPC_DynamicBehaviorTree) == 0x000008, "Wrong alignment on FNPC_DynamicBehaviorTree"); \ static_assert(sizeof(FNPC_DynamicBehaviorTree) == 0x000010, "Wrong size on FNPC_DynamicBehaviorTree"); \ static_assert(offsetof(FNPC_DynamicBehaviorTree, Tag) == 0x000000, "Member 'FNPC_DynamicBehaviorTree::Tag' has a wrong offset!"); \ static_assert(offsetof(FNPC_DynamicBehaviorTree, BehaviorTree) == 0x000008, "Member 'FNPC_DynamicBehaviorTree::BehaviorTree' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_LosingTarget \ static_assert(alignof(FNPC_LosingTarget) == 0x000008, "Wrong alignment on FNPC_LosingTarget"); \ static_assert(sizeof(FNPC_LosingTarget) == 0x000018, "Wrong size on FNPC_LosingTarget"); \ static_assert(offsetof(FNPC_LosingTarget, State) == 0x000000, "Member 'FNPC_LosingTarget::State' has a wrong offset!"); \ static_assert(offsetof(FNPC_LosingTarget, DynamicBehaviorTree) == 0x000008, "Member 'FNPC_LosingTarget::DynamicBehaviorTree' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAccioDampingSphere \ static_assert(alignof(FAccioDampingSphere) == 0x000004, "Wrong alignment on FAccioDampingSphere"); \ static_assert(sizeof(FAccioDampingSphere) == 0x00000C, "Wrong size on FAccioDampingSphere"); \ static_assert(offsetof(FAccioDampingSphere, Radius) == 0x000000, "Member 'FAccioDampingSphere::Radius' has a wrong offset!"); \ static_assert(offsetof(FAccioDampingSphere, LinearDamping) == 0x000004, "Member 'FAccioDampingSphere::LinearDamping' has a wrong offset!"); \ static_assert(offsetof(FAccioDampingSphere, AngularDamping) == 0x000008, "Member 'FAccioDampingSphere::AngularDamping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreatureMaleVariationSettings \ static_assert(alignof(FCreatureMaleVariationSettings) == 0x000008, "Wrong alignment on FCreatureMaleVariationSettings"); \ static_assert(sizeof(FCreatureMaleVariationSettings) == 0x000060, "Wrong size on FCreatureMaleVariationSettings"); \ static_assert(offsetof(FCreatureMaleVariationSettings, MaleSkeletalMesh) == 0x000000, "Member 'FCreatureMaleVariationSettings::MaleSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(FCreatureMaleVariationSettings, AudioAsset) == 0x000028, "Member 'FCreatureMaleVariationSettings::AudioAsset' has a wrong offset!"); \ static_assert(offsetof(FCreatureMaleVariationSettings, ColorVariations) == 0x000050, "Member 'FCreatureMaleVariationSettings::ColorVariations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAccioLevelData \ static_assert(alignof(FAccioLevelData) == 0x000008, "Wrong alignment on FAccioLevelData"); \ static_assert(sizeof(FAccioLevelData) == 0x000040, "Wrong size on FAccioLevelData"); \ static_assert(offsetof(FAccioLevelData, BasePhysicsImpulseCurve) == 0x000008, "Member 'FAccioLevelData::BasePhysicsImpulseCurve' has a wrong offset!"); \ static_assert(offsetof(FAccioLevelData, MassScaledPhysicsImpulseCurve) == 0x000010, "Member 'FAccioLevelData::MassScaledPhysicsImpulseCurve' has a wrong offset!"); \ static_assert(offsetof(FAccioLevelData, InitialBasePhysicsImpulse) == 0x000018, "Member 'FAccioLevelData::InitialBasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(FAccioLevelData, InitialMassScaledBasePhysicsImpulse) == 0x00001C, "Member 'FAccioLevelData::InitialMassScaledBasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(FAccioLevelData, InitialImpulseDuration) == 0x000020, "Member 'FAccioLevelData::InitialImpulseDuration' has a wrong offset!"); \ static_assert(offsetof(FAccioLevelData, CharacterBasePhysicsImpulse) == 0x000024, "Member 'FAccioLevelData::CharacterBasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(FAccioLevelData, CharacterMassScaledPhysicsImpulse) == 0x000028, "Member 'FAccioLevelData::CharacterMassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(FAccioLevelData, MaxVelocity) == 0x00002C, "Member 'FAccioLevelData::MaxVelocity' has a wrong offset!"); \ static_assert(offsetof(FAccioLevelData, AccioCharacterKnockbackAtDistance) == 0x000030, "Member 'FAccioLevelData::AccioCharacterKnockbackAtDistance' has a wrong offset!"); \ static_assert(offsetof(FAccioLevelData, AdditionalFailedRadius) == 0x000034, "Member 'FAccioLevelData::AdditionalFailedRadius' has a wrong offset!"); \ static_assert(offsetof(FAccioLevelData, NonMovableDamage) == 0x000038, "Member 'FAccioLevelData::NonMovableDamage' has a wrong offset!"); \ static_assert(offsetof(FAccioLevelData, NonMovableAdditionalForce) == 0x00003C, "Member 'FAccioLevelData::NonMovableAdditionalForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreatureTakeoffMotionData \ static_assert(alignof(FCreatureTakeoffMotionData) == 0x000008, "Wrong alignment on FCreatureTakeoffMotionData"); \ static_assert(sizeof(FCreatureTakeoffMotionData) == 0x000038, "Wrong size on FCreatureTakeoffMotionData"); \ static_assert(offsetof(FCreatureTakeoffMotionData, AnimationTags) == 0x000000, "Member 'FCreatureTakeoffMotionData::AnimationTags' has a wrong offset!"); \ static_assert(offsetof(FCreatureTakeoffMotionData, bRequiresNavTest) == 0x000020, "Member 'FCreatureTakeoffMotionData::bRequiresNavTest' has a wrong offset!"); \ static_assert(offsetof(FCreatureTakeoffMotionData, TestHeadingAngleRange) == 0x000024, "Member 'FCreatureTakeoffMotionData::TestHeadingAngleRange' has a wrong offset!"); \ static_assert(offsetof(FCreatureTakeoffMotionData, TestGroundDistance) == 0x00002C, "Member 'FCreatureTakeoffMotionData::TestGroundDistance' has a wrong offset!"); \ static_assert(offsetof(FCreatureTakeoffMotionData, TestStraightLinePathDistance) == 0x000030, "Member 'FCreatureTakeoffMotionData::TestStraightLinePathDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAchievementChallenge \ static_assert(alignof(FAchievementChallenge) == 0x000008, "Wrong alignment on FAchievementChallenge"); \ static_assert(sizeof(FAchievementChallenge) == 0x000030, "Wrong size on FAchievementChallenge"); \ static_assert(offsetof(FAchievementChallenge, AchievementChallengeID) == 0x000000, "Member 'FAchievementChallenge::AchievementChallengeID' has a wrong offset!"); \ static_assert(offsetof(FAchievementChallenge, TotalOccurances) == 0x000008, "Member 'FAchievementChallenge::TotalOccurances' has a wrong offset!"); \ static_assert(offsetof(FAchievementChallenge, TotalInstances) == 0x00000C, "Member 'FAchievementChallenge::TotalInstances' has a wrong offset!"); \ static_assert(offsetof(FAchievementChallenge, Levels) == 0x000010, "Member 'FAchievementChallenge::Levels' has a wrong offset!"); \ static_assert(offsetof(FAchievementChallenge, CompletedLevels) == 0x000014, "Member 'FAchievementChallenge::CompletedLevels' has a wrong offset!"); \ static_assert(offsetof(FAchievementChallenge, Members) == 0x000018, "Member 'FAchievementChallenge::Members' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAchievementCategory \ static_assert(alignof(FAchievementCategory) == 0x000008, "Wrong alignment on FAchievementCategory"); \ static_assert(sizeof(FAchievementCategory) == 0x000018, "Wrong size on FAchievementCategory"); \ static_assert(offsetof(FAchievementCategory, categoryId) == 0x000000, "Member 'FAchievementCategory::categoryId' has a wrong offset!"); \ static_assert(offsetof(FAchievementCategory, Challenges) == 0x000008, "Member 'FAchievementCategory::Challenges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_ScalingParams \ static_assert(alignof(FNPC_ScalingParams) == 0x000004, "Wrong alignment on FNPC_ScalingParams"); \ static_assert(sizeof(FNPC_ScalingParams) == 0x00004C, "Wrong size on FNPC_ScalingParams"); \ #define DUMPER7_ASSERTS_FMountCognitionSenseParams \ static_assert(alignof(FMountCognitionSenseParams) == 0x000004, "Wrong alignment on FMountCognitionSenseParams"); \ static_assert(sizeof(FMountCognitionSenseParams) == 0x000018, "Wrong size on FMountCognitionSenseParams"); \ static_assert(offsetof(FMountCognitionSenseParams, InteractionRange) == 0x000000, "Member 'FMountCognitionSenseParams::InteractionRange' has a wrong offset!"); \ static_assert(offsetof(FMountCognitionSenseParams, InteractSenseNearHeightDown) == 0x000004, "Member 'FMountCognitionSenseParams::InteractSenseNearHeightDown' has a wrong offset!"); \ static_assert(offsetof(FMountCognitionSenseParams, InteractSenseFarHeightDown) == 0x000008, "Member 'FMountCognitionSenseParams::InteractSenseFarHeightDown' has a wrong offset!"); \ static_assert(offsetof(FMountCognitionSenseParams, FootprintRadius) == 0x00000C, "Member 'FMountCognitionSenseParams::FootprintRadius' has a wrong offset!"); \ static_assert(offsetof(FMountCognitionSenseParams, AutoTargetSenseNearHeightDown) == 0x000010, "Member 'FMountCognitionSenseParams::AutoTargetSenseNearHeightDown' has a wrong offset!"); \ static_assert(offsetof(FMountCognitionSenseParams, AutoTargetSenseFarHeightDown) == 0x000014, "Member 'FMountCognitionSenseParams::AutoTargetSenseFarHeightDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAchievementReward \ static_assert(alignof(FAchievementReward) == 0x000004, "Wrong alignment on FAchievementReward"); \ static_assert(sizeof(FAchievementReward) == 0x000020, "Wrong size on FAchievementReward"); \ static_assert(offsetof(FAchievementReward, RewardType) == 0x000000, "Member 'FAchievementReward::RewardType' has a wrong offset!"); \ static_assert(offsetof(FAchievementReward, RewardInt) == 0x000008, "Member 'FAchievementReward::RewardInt' has a wrong offset!"); \ static_assert(offsetof(FAchievementReward, RewardText) == 0x00000C, "Member 'FAchievementReward::RewardText' has a wrong offset!"); \ static_assert(offsetof(FAchievementReward, IsHidden) == 0x000014, "Member 'FAchievementReward::IsHidden' has a wrong offset!"); \ static_assert(offsetof(FAchievementReward, Delayed) == 0x000015, "Member 'FAchievementReward::Delayed' has a wrong offset!"); \ static_assert(offsetof(FAchievementReward, RewardCategory) == 0x000018, "Member 'FAchievementReward::RewardCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FKnowledgeAchievementResult \ static_assert(alignof(FKnowledgeAchievementResult) == 0x000008, "Wrong alignment on FKnowledgeAchievementResult"); \ static_assert(sizeof(FKnowledgeAchievementResult) == 0x000040, "Wrong size on FKnowledgeAchievementResult"); \ static_assert(offsetof(FKnowledgeAchievementResult, AchievementID) == 0x000000, "Member 'FKnowledgeAchievementResult::AchievementID' has a wrong offset!"); \ static_assert(offsetof(FKnowledgeAchievementResult, Occurances) == 0x000008, "Member 'FKnowledgeAchievementResult::Occurances' has a wrong offset!"); \ static_assert(offsetof(FKnowledgeAchievementResult, Timespan) == 0x000010, "Member 'FKnowledgeAchievementResult::Timespan' has a wrong offset!"); \ static_assert(offsetof(FKnowledgeAchievementResult, IsComplete) == 0x000018, "Member 'FKnowledgeAchievementResult::IsComplete' has a wrong offset!"); \ static_assert(offsetof(FKnowledgeAchievementResult, Instances) == 0x00001C, "Member 'FKnowledgeAchievementResult::Instances' has a wrong offset!"); \ static_assert(offsetof(FKnowledgeAchievementResult, isAvailable) == 0x000020, "Member 'FKnowledgeAchievementResult::isAvailable' has a wrong offset!"); \ static_assert(offsetof(FKnowledgeAchievementResult, Rewards) == 0x000028, "Member 'FKnowledgeAchievementResult::Rewards' has a wrong offset!"); \ static_assert(offsetof(FKnowledgeAchievementResult, ChallengeCategory) == 0x000038, "Member 'FKnowledgeAchievementResult::ChallengeCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVCSlot \ static_assert(alignof(FVCSlot) == 0x000008, "Wrong alignment on FVCSlot"); \ static_assert(sizeof(FVCSlot) == 0x000058, "Wrong size on FVCSlot"); \ static_assert(offsetof(FVCSlot, ID) == 0x000000, "Member 'FVCSlot::ID' has a wrong offset!"); \ static_assert(offsetof(FVCSlot, Type) == 0x000010, "Member 'FVCSlot::Type' has a wrong offset!"); \ static_assert(offsetof(FVCSlot, Quantity) == 0x000014, "Member 'FVCSlot::Quantity' has a wrong offset!"); \ static_assert(offsetof(FVCSlot, QuantityHigh) == 0x000018, "Member 'FVCSlot::QuantityHigh' has a wrong offset!"); \ static_assert(offsetof(FVCSlot, Quality) == 0x000020, "Member 'FVCSlot::Quality' has a wrong offset!"); \ static_assert(offsetof(FVCSlot, QualityHigh) == 0x000030, "Member 'FVCSlot::QualityHigh' has a wrong offset!"); \ static_assert(offsetof(FVCSlot, ItemIsUnique) == 0x000040, "Member 'FVCSlot::ItemIsUnique' has a wrong offset!"); \ static_assert(offsetof(FVCSlot, ItemRandomWeight) == 0x000044, "Member 'FVCSlot::ItemRandomWeight' has a wrong offset!"); \ static_assert(offsetof(FVCSlot, ItemWeightAdjust) == 0x000048, "Member 'FVCSlot::ItemWeightAdjust' has a wrong offset!"); \ static_assert(offsetof(FVCSlot, bShowInCurriculumRewards) == 0x00004C, "Member 'FVCSlot::bShowInCurriculumRewards' has a wrong offset!"); \ static_assert(offsetof(FVCSlot, ItemType) == 0x000050, "Member 'FVCSlot::ItemType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorByStat \ static_assert(alignof(FActorByStat) == 0x000008, "Wrong alignment on FActorByStat"); \ static_assert(sizeof(FActorByStat) == 0x000010, "Wrong size on FActorByStat"); \ static_assert(offsetof(FActorByStat, StatValue) == 0x000000, "Member 'FActorByStat::StatValue' has a wrong offset!"); \ static_assert(offsetof(FActorByStat, Actor) == 0x000008, "Member 'FActorByStat::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_CameraInfo \ static_assert(alignof(FNPC_CameraInfo) == 0x000004, "Wrong alignment on FNPC_CameraInfo"); \ static_assert(sizeof(FNPC_CameraInfo) == 0x000024, "Wrong size on FNPC_CameraInfo"); \ #define DUMPER7_ASSERTS_FAIMagicEvent \ static_assert(alignof(FAIMagicEvent) == 0x000008, "Wrong alignment on FAIMagicEvent"); \ static_assert(sizeof(FAIMagicEvent) == 0x000030, "Wrong size on FAIMagicEvent"); \ static_assert(offsetof(FAIMagicEvent, MagicLocation) == 0x000004, "Member 'FAIMagicEvent::MagicLocation' has a wrong offset!"); \ static_assert(offsetof(FAIMagicEvent, Power) == 0x000010, "Member 'FAIMagicEvent::Power' has a wrong offset!"); \ static_assert(offsetof(FAIMagicEvent, MaxRange) == 0x000014, "Member 'FAIMagicEvent::MaxRange' has a wrong offset!"); \ static_assert(offsetof(FAIMagicEvent, Instigator) == 0x000018, "Member 'FAIMagicEvent::Instigator' has a wrong offset!"); \ static_assert(offsetof(FAIMagicEvent, Tag) == 0x000020, "Member 'FAIMagicEvent::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActionEnergyData \ static_assert(alignof(FActionEnergyData) == 0x000004, "Wrong alignment on FActionEnergyData"); \ static_assert(sizeof(FActionEnergyData) == 0x00000C, "Wrong size on FActionEnergyData"); \ #define DUMPER7_ASSERTS_FNPC_StimulusEvent \ static_assert(alignof(FNPC_StimulusEvent) == 0x000008, "Wrong alignment on FNPC_StimulusEvent"); \ static_assert(sizeof(FNPC_StimulusEvent) == 0x000038, "Wrong size on FNPC_StimulusEvent"); \ static_assert(offsetof(FNPC_StimulusEvent, Broadcaster) == 0x000028, "Member 'FNPC_StimulusEvent::Broadcaster' has a wrong offset!"); \ static_assert(offsetof(FNPC_StimulusEvent, Enemy) == 0x000030, "Member 'FNPC_StimulusEvent::Enemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_CrimeSceneSense_LOS \ static_assert(alignof(FNPC_CrimeSceneSense_LOS) == 0x000004, "Wrong alignment on FNPC_CrimeSceneSense_LOS"); \ static_assert(sizeof(FNPC_CrimeSceneSense_LOS) == 0x00000C, "Wrong size on FNPC_CrimeSceneSense_LOS"); \ static_assert(offsetof(FNPC_CrimeSceneSense_LOS, bLOS) == 0x000000, "Member 'FNPC_CrimeSceneSense_LOS::bLOS' has a wrong offset!"); \ static_assert(offsetof(FNPC_CrimeSceneSense_LOS, LOSInterval) == 0x000004, "Member 'FNPC_CrimeSceneSense_LOS::LOSInterval' has a wrong offset!"); \ static_assert(offsetof(FNPC_CrimeSceneSense_LOS, LOSMinDist) == 0x000008, "Member 'FNPC_CrimeSceneSense_LOS::LOSMinDist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_CrimeSceneSense_FOV \ static_assert(alignof(FNPC_CrimeSceneSense_FOV) == 0x000004, "Wrong alignment on FNPC_CrimeSceneSense_FOV"); \ static_assert(sizeof(FNPC_CrimeSceneSense_FOV) == 0x000010, "Wrong size on FNPC_CrimeSceneSense_FOV"); \ static_assert(offsetof(FNPC_CrimeSceneSense_FOV, FOV) == 0x000000, "Member 'FNPC_CrimeSceneSense_FOV::FOV' has a wrong offset!"); \ static_assert(offsetof(FNPC_CrimeSceneSense_FOV, FOVDistance) == 0x000004, "Member 'FNPC_CrimeSceneSense_FOV::FOVDistance' has a wrong offset!"); \ static_assert(offsetof(FNPC_CrimeSceneSense_FOV, FOVHeight) == 0x000008, "Member 'FNPC_CrimeSceneSense_FOV::FOVHeight' has a wrong offset!"); \ static_assert(offsetof(FNPC_CrimeSceneSense_FOV, FOVFalloffScale) == 0x00000C, "Member 'FNPC_CrimeSceneSense_FOV::FOVFalloffScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_CrimeSceneSense_Hearing \ static_assert(alignof(FNPC_CrimeSceneSense_Hearing) == 0x000004, "Wrong alignment on FNPC_CrimeSceneSense_Hearing"); \ static_assert(sizeof(FNPC_CrimeSceneSense_Hearing) == 0x000004, "Wrong size on FNPC_CrimeSceneSense_Hearing"); \ static_assert(offsetof(FNPC_CrimeSceneSense_Hearing, HearingRadius) == 0x000000, "Member 'FNPC_CrimeSceneSense_Hearing::HearingRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_CrimeSceneSense \ static_assert(alignof(FNPC_CrimeSceneSense) == 0x000004, "Wrong alignment on FNPC_CrimeSceneSense"); \ static_assert(sizeof(FNPC_CrimeSceneSense) == 0x000030, "Wrong size on FNPC_CrimeSceneSense"); \ static_assert(offsetof(FNPC_CrimeSceneSense, PerceiveRadius) == 0x000000, "Member 'FNPC_CrimeSceneSense::PerceiveRadius' has a wrong offset!"); \ static_assert(offsetof(FNPC_CrimeSceneSense, LoseRadius) == 0x000004, "Member 'FNPC_CrimeSceneSense::LoseRadius' has a wrong offset!"); \ static_assert(offsetof(FNPC_CrimeSceneSense, HeightDifference) == 0x000008, "Member 'FNPC_CrimeSceneSense::HeightDifference' has a wrong offset!"); \ static_assert(offsetof(FNPC_CrimeSceneSense, EvaluateInterval) == 0x00000C, "Member 'FNPC_CrimeSceneSense::EvaluateInterval' has a wrong offset!"); \ static_assert(offsetof(FNPC_CrimeSceneSense, LOS) == 0x000010, "Member 'FNPC_CrimeSceneSense::LOS' has a wrong offset!"); \ static_assert(offsetof(FNPC_CrimeSceneSense, FOV) == 0x00001C, "Member 'FNPC_CrimeSceneSense::FOV' has a wrong offset!"); \ static_assert(offsetof(FNPC_CrimeSceneSense, Hearing) == 0x00002C, "Member 'FNPC_CrimeSceneSense::Hearing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreatureLookAtBehavior \ static_assert(alignof(FCreatureLookAtBehavior) == 0x000008, "Wrong alignment on FCreatureLookAtBehavior"); \ static_assert(sizeof(FCreatureLookAtBehavior) == 0x000090, "Wrong size on FCreatureLookAtBehavior"); \ static_assert(offsetof(FCreatureLookAtBehavior, TargetTrackerTargetID) == 0x000000, "Member 'FCreatureLookAtBehavior::TargetTrackerTargetID' has a wrong offset!"); \ static_assert(offsetof(FCreatureLookAtBehavior, TargetEvaluationMaxLOD) == 0x000004, "Member 'FCreatureLookAtBehavior::TargetEvaluationMaxLOD' has a wrong offset!"); \ static_assert(offsetof(FCreatureLookAtBehavior, TargetEvaluationInterval) == 0x000008, "Member 'FCreatureLookAtBehavior::TargetEvaluationInterval' has a wrong offset!"); \ static_assert(offsetof(FCreatureLookAtBehavior, TargetEvaluationConfig) == 0x000010, "Member 'FCreatureLookAtBehavior::TargetEvaluationConfig' has a wrong offset!"); \ static_assert(offsetof(FCreatureLookAtBehavior, LookAroundMinTime) == 0x000018, "Member 'FCreatureLookAtBehavior::LookAroundMinTime' has a wrong offset!"); \ static_assert(offsetof(FCreatureLookAtBehavior, LookAroundMaxTime) == 0x00001C, "Member 'FCreatureLookAtBehavior::LookAroundMaxTime' has a wrong offset!"); \ static_assert(offsetof(FCreatureLookAtBehavior, LookAroundMaxPitchUp) == 0x000020, "Member 'FCreatureLookAtBehavior::LookAroundMaxPitchUp' has a wrong offset!"); \ static_assert(offsetof(FCreatureLookAtBehavior, LookAroundMaxPitchDown) == 0x000024, "Member 'FCreatureLookAtBehavior::LookAroundMaxPitchDown' has a wrong offset!"); \ static_assert(offsetof(FCreatureLookAtBehavior, LookAroundMinYaw) == 0x000028, "Member 'FCreatureLookAtBehavior::LookAroundMinYaw' has a wrong offset!"); \ static_assert(offsetof(FCreatureLookAtBehavior, LookAroundMaxYaw) == 0x00002C, "Member 'FCreatureLookAtBehavior::LookAroundMaxYaw' has a wrong offset!"); \ static_assert(offsetof(FCreatureLookAtBehavior, LookAroundMinDistance) == 0x000030, "Member 'FCreatureLookAtBehavior::LookAroundMinDistance' has a wrong offset!"); \ static_assert(offsetof(FCreatureLookAtBehavior, LookAroundMaxDistance) == 0x000034, "Member 'FCreatureLookAtBehavior::LookAroundMaxDistance' has a wrong offset!"); \ static_assert(offsetof(FCreatureLookAtBehavior, OwnerCreature) == 0x000088, "Member 'FCreatureLookAtBehavior::OwnerCreature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLumosScalabilitySettings \ static_assert(alignof(FLumosScalabilitySettings) == 0x000008, "Wrong alignment on FLumosScalabilitySettings"); \ static_assert(sizeof(FLumosScalabilitySettings) == 0x000048, "Wrong size on FLumosScalabilitySettings"); \ static_assert(offsetof(FLumosScalabilitySettings, Lighting) == 0x000000, "Member 'FLumosScalabilitySettings::Lighting' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, LightRadiusFactor) == 0x000004, "Member 'FLumosScalabilitySettings::LightRadiusFactor' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, EmissiveDecalRatio) == 0x000008, "Member 'FLumosScalabilitySettings::EmissiveDecalRatio' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, CastShadowsThreshold) == 0x00000C, "Member 'FLumosScalabilitySettings::CastShadowsThreshold' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, bRenderAsSimpleLight) == 0x00000D, "Member 'FLumosScalabilitySettings::bRenderAsSimpleLight' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, bSkipSimpleLightDemotion) == 0x00000E, "Member 'FLumosScalabilitySettings::bSkipSimpleLightDemotion' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, bProjectDynamicShadows) == 0x00000F, "Member 'FLumosScalabilitySettings::bProjectDynamicShadows' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, bCastStaticShadows) == 0x000010, "Member 'FLumosScalabilitySettings::bCastStaticShadows' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, bCastDynamicShadows) == 0x000011, "Member 'FLumosScalabilitySettings::bCastDynamicShadows' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, bCastVolumetricShadow) == 0x000012, "Member 'FLumosScalabilitySettings::bCastVolumetricShadow' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, bCastTranslucentShadows) == 0x000013, "Member 'FLumosScalabilitySettings::bCastTranslucentShadows' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, bAffectVolumetricLighting) == 0x000014, "Member 'FLumosScalabilitySettings::bAffectVolumetricLighting' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, bCastRaytracedShadow) == 0x000015, "Member 'FLumosScalabilitySettings::bCastRaytracedShadow' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, bWbDoNotCacheShadows) == 0x000016, "Member 'FLumosScalabilitySettings::bWbDoNotCacheShadows' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, bMovableOnly) == 0x000017, "Member 'FLumosScalabilitySettings::bMovableOnly' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, ContactShadows) == 0x000018, "Member 'FLumosScalabilitySettings::ContactShadows' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, ContactShadowLength) == 0x00001C, "Member 'FLumosScalabilitySettings::ContactShadowLength' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, PostProcessing) == 0x000020, "Member 'FLumosScalabilitySettings::PostProcessing' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, MinDistance) == 0x000028, "Member 'FLumosScalabilitySettings::MinDistance' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, OuterConeAngle) == 0x00002C, "Member 'FLumosScalabilitySettings::OuterConeAngle' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, CasterMeshStates) == 0x000030, "Member 'FLumosScalabilitySettings::CasterMeshStates' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, bCasterMeshStatesIncludeChildren) == 0x000040, "Member 'FLumosScalabilitySettings::bCasterMeshStatesIncludeChildren' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, bUsePostProcessing) == 0x000041, "Member 'FLumosScalabilitySettings::bUsePostProcessing' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, bOverride_MinDistance) == 0x000042, "Member 'FLumosScalabilitySettings::bOverride_MinDistance' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettings, bOverride_OuterConeAngle) == 0x000043, "Member 'FLumosScalabilitySettings::bOverride_OuterConeAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAmbientPaintingBudgeterPayload \ static_assert(alignof(FAmbientPaintingBudgeterPayload) == 0x000008, "Wrong alignment on FAmbientPaintingBudgeterPayload"); \ static_assert(sizeof(FAmbientPaintingBudgeterPayload) == 0x000010, "Wrong size on FAmbientPaintingBudgeterPayload"); \ #define DUMPER7_ASSERTS_FMapNavMeshData \ static_assert(alignof(FMapNavMeshData) == 0x000008, "Wrong alignment on FMapNavMeshData"); \ static_assert(sizeof(FMapNavMeshData) == 0x000040, "Wrong size on FMapNavMeshData"); \ #define DUMPER7_ASSERTS_FAmbientPaintingsLibraryDT \ static_assert(alignof(FAmbientPaintingsLibraryDT) == 0x000008, "Wrong alignment on FAmbientPaintingsLibraryDT"); \ static_assert(sizeof(FAmbientPaintingsLibraryDT) == 0x000028, "Wrong size on FAmbientPaintingsLibraryDT"); \ static_assert(offsetof(FAmbientPaintingsLibraryDT, AtlasMediaSource) == 0x000008, "Member 'FAmbientPaintingsLibraryDT::AtlasMediaSource' has a wrong offset!"); \ static_assert(offsetof(FAmbientPaintingsLibraryDT, AtlasDataTable) == 0x000010, "Member 'FAmbientPaintingsLibraryDT::AtlasDataTable' has a wrong offset!"); \ static_assert(offsetof(FAmbientPaintingsLibraryDT, Poster) == 0x000018, "Member 'FAmbientPaintingsLibraryDT::Poster' has a wrong offset!"); \ static_assert(offsetof(FAmbientPaintingsLibraryDT, Width) == 0x000020, "Member 'FAmbientPaintingsLibraryDT::Width' has a wrong offset!"); \ static_assert(offsetof(FAmbientPaintingsLibraryDT, Count) == 0x000024, "Member 'FAmbientPaintingsLibraryDT::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieAtlasData \ static_assert(alignof(FMovieAtlasData) == 0x000008, "Wrong alignment on FMovieAtlasData"); \ static_assert(sizeof(FMovieAtlasData) == 0x000018, "Wrong size on FMovieAtlasData"); \ static_assert(offsetof(FMovieAtlasData, Index) == 0x000008, "Member 'FMovieAtlasData::Index' has a wrong offset!"); \ static_assert(offsetof(FMovieAtlasData, Width) == 0x00000C, "Member 'FMovieAtlasData::Width' has a wrong offset!"); \ static_assert(offsetof(FMovieAtlasData, Height) == 0x000010, "Member 'FMovieAtlasData::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoneSwarmerInitialConditions \ static_assert(alignof(FBoneSwarmerInitialConditions) == 0x000004, "Wrong alignment on FBoneSwarmerInitialConditions"); \ static_assert(sizeof(FBoneSwarmerInitialConditions) == 0x000054, "Wrong size on FBoneSwarmerInitialConditions"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, ProjectionType) == 0x000000, "Member 'FBoneSwarmerInitialConditions::ProjectionType' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, BaseProjectionDirection) == 0x000004, "Member 'FBoneSwarmerInitialConditions::BaseProjectionDirection' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, MinConeHalfAngle) == 0x000010, "Member 'FBoneSwarmerInitialConditions::MinConeHalfAngle' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, MaxConeHalfAngle) == 0x000014, "Member 'FBoneSwarmerInitialConditions::MaxConeHalfAngle' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, MotionType) == 0x000018, "Member 'FBoneSwarmerInitialConditions::MotionType' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, MinRotationSpeed) == 0x00001C, "Member 'FBoneSwarmerInitialConditions::MinRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, MaxRotationSpeed) == 0x000020, "Member 'FBoneSwarmerInitialConditions::MaxRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, MinTranslationPeriod) == 0x000024, "Member 'FBoneSwarmerInitialConditions::MinTranslationPeriod' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, MaxTranslationPeriod) == 0x000028, "Member 'FBoneSwarmerInitialConditions::MaxTranslationPeriod' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, MinTranslationExtent) == 0x00002C, "Member 'FBoneSwarmerInitialConditions::MinTranslationExtent' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, MaxTranslationExtent) == 0x000030, "Member 'FBoneSwarmerInitialConditions::MaxTranslationExtent' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, MinCrawlingSpeed) == 0x000034, "Member 'FBoneSwarmerInitialConditions::MinCrawlingSpeed' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, MaxCrawlingSpeed) == 0x000038, "Member 'FBoneSwarmerInitialConditions::MaxCrawlingSpeed' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, ShowType) == 0x00003C, "Member 'FBoneSwarmerInitialConditions::ShowType' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, MinHiddenTime) == 0x000040, "Member 'FBoneSwarmerInitialConditions::MinHiddenTime' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, MaxHiddenTime) == 0x000044, "Member 'FBoneSwarmerInitialConditions::MaxHiddenTime' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, Offset) == 0x000048, "Member 'FBoneSwarmerInitialConditions::Offset' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, Scale) == 0x00004C, "Member 'FBoneSwarmerInitialConditions::Scale' has a wrong offset!"); \ static_assert(offsetof(FBoneSwarmerInitialConditions, RandomizeScalePercent) == 0x000050, "Member 'FBoneSwarmerInitialConditions::RandomizeScalePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationClip_SharedRandomEntry \ static_assert(alignof(FAnimationClip_SharedRandomEntry) == 0x000008, "Wrong alignment on FAnimationClip_SharedRandomEntry"); \ static_assert(sizeof(FAnimationClip_SharedRandomEntry) == 0x000010, "Wrong size on FAnimationClip_SharedRandomEntry"); \ static_assert(offsetof(FAnimationClip_SharedRandomEntry, ClipProvider) == 0x000000, "Member 'FAnimationClip_SharedRandomEntry::ClipProvider' has a wrong offset!"); \ static_assert(offsetof(FAnimationClip_SharedRandomEntry, weight) == 0x000008, "Member 'FAnimationClip_SharedRandomEntry::weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMappedParticleEffect \ static_assert(alignof(FMappedParticleEffect) == 0x000010, "Wrong alignment on FMappedParticleEffect"); \ static_assert(sizeof(FMappedParticleEffect) == 0x000040, "Wrong size on FMappedParticleEffect"); \ static_assert(offsetof(FMappedParticleEffect, PSTemplate) == 0x000000, "Member 'FMappedParticleEffect::PSTemplate' has a wrong offset!"); \ static_assert(offsetof(FMappedParticleEffect, LocationOffset) == 0x000008, "Member 'FMappedParticleEffect::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(FMappedParticleEffect, RotationOffset) == 0x000014, "Member 'FMappedParticleEffect::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(FMappedParticleEffect, Scale) == 0x000020, "Member 'FMappedParticleEffect::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapBeaconPoint \ static_assert(alignof(FMapBeaconPoint) == 0x000010, "Wrong alignment on FMapBeaconPoint"); \ static_assert(sizeof(FMapBeaconPoint) == 0x000050, "Wrong size on FMapBeaconPoint"); \ #define DUMPER7_ASSERTS_FAnimNotify_RiderDialogue_DialogueReferenceList \ static_assert(alignof(FAnimNotify_RiderDialogue_DialogueReferenceList) == 0x000008, "Wrong alignment on FAnimNotify_RiderDialogue_DialogueReferenceList"); \ static_assert(sizeof(FAnimNotify_RiderDialogue_DialogueReferenceList) == 0x000010, "Wrong size on FAnimNotify_RiderDialogue_DialogueReferenceList"); \ static_assert(offsetof(FAnimNotify_RiderDialogue_DialogueReferenceList, DialogueEventReferences) == 0x000000, "Member 'FAnimNotify_RiderDialogue_DialogueReferenceList::DialogueEventReferences' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCollectionItem \ static_assert(alignof(FCollectionItem) == 0x000008, "Wrong alignment on FCollectionItem"); \ static_assert(sizeof(FCollectionItem) == 0x000028, "Wrong size on FCollectionItem"); \ static_assert(offsetof(FCollectionItem, ItemId) == 0x000000, "Member 'FCollectionItem::ItemId' has a wrong offset!"); \ static_assert(offsetof(FCollectionItem, ItemState) == 0x000008, "Member 'FCollectionItem::ItemState' has a wrong offset!"); \ static_assert(offsetof(FCollectionItem, UpdateTime) == 0x000010, "Member 'FCollectionItem::UpdateTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCollectionSubcategory \ static_assert(alignof(FCollectionSubcategory) == 0x000008, "Wrong alignment on FCollectionSubcategory"); \ static_assert(sizeof(FCollectionSubcategory) == 0x000058, "Wrong size on FCollectionSubcategory"); \ static_assert(offsetof(FCollectionSubcategory, SubcategoryID) == 0x000000, "Member 'FCollectionSubcategory::SubcategoryID' has a wrong offset!"); \ static_assert(offsetof(FCollectionSubcategory, CollectionItems) == 0x000008, "Member 'FCollectionSubcategory::CollectionItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpawnActorPhysical_InstanceData \ static_assert(alignof(FSpawnActorPhysical_InstanceData) == 0x000004, "Wrong alignment on FSpawnActorPhysical_InstanceData"); \ static_assert(sizeof(FSpawnActorPhysical_InstanceData) == 0x000008, "Wrong size on FSpawnActorPhysical_InstanceData"); \ #define DUMPER7_ASSERTS_FUIMenuTransitionLog \ static_assert(alignof(FUIMenuTransitionLog) == 0x000008, "Wrong alignment on FUIMenuTransitionLog"); \ static_assert(sizeof(FUIMenuTransitionLog) == 0x000020, "Wrong size on FUIMenuTransitionLog"); \ #define DUMPER7_ASSERTS_FApparitionLevelData \ static_assert(alignof(FApparitionLevelData) == 0x000004, "Wrong alignment on FApparitionLevelData"); \ static_assert(sizeof(FApparitionLevelData) == 0x000008, "Wrong size on FApparitionLevelData"); \ static_assert(offsetof(FApparitionLevelData, TapDistance) == 0x000004, "Member 'FApparitionLevelData::TapDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStreamingPlaceholderLockState \ static_assert(alignof(FStreamingPlaceholderLockState) == 0x000008, "Wrong alignment on FStreamingPlaceholderLockState"); \ static_assert(sizeof(FStreamingPlaceholderLockState) == 0x0000B0, "Wrong size on FStreamingPlaceholderLockState"); \ static_assert(offsetof(FStreamingPlaceholderLockState, Lock) == 0x000000, "Member 'FStreamingPlaceholderLockState::Lock' has a wrong offset!"); \ static_assert(offsetof(FStreamingPlaceholderLockState, Actor) == 0x000088, "Member 'FStreamingPlaceholderLockState::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapIconModelAnimation \ static_assert(alignof(FMapIconModelAnimation) == 0x000008, "Wrong alignment on FMapIconModelAnimation"); \ static_assert(sizeof(FMapIconModelAnimation) == 0x000050, "Wrong size on FMapIconModelAnimation"); \ #define DUMPER7_ASSERTS_FArrestoData \ static_assert(alignof(FArrestoData) == 0x000008, "Wrong alignment on FArrestoData"); \ static_assert(sizeof(FArrestoData) == 0x000040, "Wrong size on FArrestoData"); \ static_assert(offsetof(FArrestoData, FX2) == 0x000000, "Member 'FArrestoData::FX2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FArrestoMomentumLevelData \ static_assert(alignof(FArrestoMomentumLevelData) == 0x000001, "Wrong alignment on FArrestoMomentumLevelData"); \ static_assert(sizeof(FArrestoMomentumLevelData) == 0x000001, "Wrong size on FArrestoMomentumLevelData"); \ #define DUMPER7_ASSERTS_FInstancedTrailMemberScale \ static_assert(alignof(FInstancedTrailMemberScale) == 0x000008, "Wrong alignment on FInstancedTrailMemberScale"); \ static_assert(sizeof(FInstancedTrailMemberScale) == 0x000098, "Wrong size on FInstancedTrailMemberScale"); \ static_assert(offsetof(FInstancedTrailMemberScale, Scale) == 0x000000, "Member 'FInstancedTrailMemberScale::Scale' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberScale, RandomizePercent) == 0x000004, "Member 'FInstancedTrailMemberScale::RandomizePercent' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberScale, Curve) == 0x000008, "Member 'FInstancedTrailMemberScale::Curve' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberScale, bScaleCurve) == 0x000090, "Member 'FInstancedTrailMemberScale::bScaleCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAbilityFunction \ static_assert(alignof(FAbilityFunction) == 0x000004, "Wrong alignment on FAbilityFunction"); \ static_assert(sizeof(FAbilityFunction) == 0x00000C, "Wrong size on FAbilityFunction"); \ static_assert(offsetof(FAbilityFunction, GameplayTag) == 0x000000, "Member 'FAbilityFunction::GameplayTag' has a wrong offset!"); \ static_assert(offsetof(FAbilityFunction, Upgrade) == 0x000008, "Member 'FAbilityFunction::Upgrade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAstronomyMiniGameSolveState \ static_assert(alignof(FAstronomyMiniGameSolveState) == 0x000004, "Wrong alignment on FAstronomyMiniGameSolveState"); \ static_assert(sizeof(FAstronomyMiniGameSolveState) == 0x000010, "Wrong size on FAstronomyMiniGameSolveState"); \ static_assert(offsetof(FAstronomyMiniGameSolveState, FOV) == 0x000000, "Member 'FAstronomyMiniGameSolveState::FOV' has a wrong offset!"); \ static_assert(offsetof(FAstronomyMiniGameSolveState, Rotator) == 0x000004, "Member 'FAstronomyMiniGameSolveState::Rotator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAstronomyMiniGameSolutionEntry \ static_assert(alignof(FAstronomyMiniGameSolutionEntry) == 0x000008, "Wrong alignment on FAstronomyMiniGameSolutionEntry"); \ static_assert(sizeof(FAstronomyMiniGameSolutionEntry) == 0x000030, "Wrong size on FAstronomyMiniGameSolutionEntry"); \ static_assert(offsetof(FAstronomyMiniGameSolutionEntry, FOV) == 0x000008, "Member 'FAstronomyMiniGameSolutionEntry::FOV' has a wrong offset!"); \ static_assert(offsetof(FAstronomyMiniGameSolutionEntry, Rotator) == 0x00000C, "Member 'FAstronomyMiniGameSolutionEntry::Rotator' has a wrong offset!"); \ static_assert(offsetof(FAstronomyMiniGameSolutionEntry, minFOV) == 0x000018, "Member 'FAstronomyMiniGameSolutionEntry::minFOV' has a wrong offset!"); \ static_assert(offsetof(FAstronomyMiniGameSolutionEntry, maxFOV) == 0x00001C, "Member 'FAstronomyMiniGameSolutionEntry::maxFOV' has a wrong offset!"); \ static_assert(offsetof(FAstronomyMiniGameSolutionEntry, Log) == 0x000020, "Member 'FAstronomyMiniGameSolutionEntry::Log' has a wrong offset!"); \ static_assert(offsetof(FAstronomyMiniGameSolutionEntry, FOVTolerance) == 0x000024, "Member 'FAstronomyMiniGameSolutionEntry::FOVTolerance' has a wrong offset!"); \ static_assert(offsetof(FAstronomyMiniGameSolutionEntry, RotationTolerance) == 0x000028, "Member 'FAstronomyMiniGameSolutionEntry::RotationTolerance' has a wrong offset!"); \ static_assert(offsetof(FAstronomyMiniGameSolutionEntry, HighlightIntensityMod) == 0x00002C, "Member 'FAstronomyMiniGameSolutionEntry::HighlightIntensityMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStationStoryAnimationContent \ static_assert(alignof(FStationStoryAnimationContent) == 0x000008, "Wrong alignment on FStationStoryAnimationContent"); \ static_assert(sizeof(FStationStoryAnimationContent) == 0x000018, "Wrong size on FStationStoryAnimationContent"); \ static_assert(offsetof(FStationStoryAnimationContent, Animation) == 0x000000, "Member 'FStationStoryAnimationContent::Animation' has a wrong offset!"); \ static_assert(offsetof(FStationStoryAnimationContent, weight) == 0x000010, "Member 'FStationStoryAnimationContent::weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAudioMultiSourceAudioEvent \ static_assert(alignof(FAudioMultiSourceAudioEvent) == 0x000008, "Wrong alignment on FAudioMultiSourceAudioEvent"); \ static_assert(sizeof(FAudioMultiSourceAudioEvent) == 0x000018, "Wrong size on FAudioMultiSourceAudioEvent"); \ static_assert(offsetof(FAudioMultiSourceAudioEvent, AkAudioEvent) == 0x000000, "Member 'FAudioMultiSourceAudioEvent::AkAudioEvent' has a wrong offset!"); \ static_assert(offsetof(FAudioMultiSourceAudioEvent, EventName) == 0x000008, "Member 'FAudioMultiSourceAudioEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstallFeature \ static_assert(alignof(FInstallFeature) == 0x000008, "Wrong alignment on FInstallFeature"); \ static_assert(sizeof(FInstallFeature) == 0x000028, "Wrong size on FInstallFeature"); \ static_assert(offsetof(FInstallFeature, FeatureId) == 0x000000, "Member 'FInstallFeature::FeatureId' has a wrong offset!"); \ static_assert(offsetof(FInstallFeature, bIsLanguagePack) == 0x000001, "Member 'FInstallFeature::bIsLanguagePack' has a wrong offset!"); \ static_assert(offsetof(FInstallFeature, FeatureTag) == 0x000008, "Member 'FInstallFeature::FeatureTag' has a wrong offset!"); \ static_assert(offsetof(FInstallFeature, ChunkIds) == 0x000018, "Member 'FInstallFeature::ChunkIds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogueLineReference \ static_assert(alignof(FDialogueLineReference) == 0x000004, "Wrong alignment on FDialogueLineReference"); \ static_assert(sizeof(FDialogueLineReference) == 0x000010, "Wrong size on FDialogueLineReference"); \ static_assert(offsetof(FDialogueLineReference, EventID) == 0x000000, "Member 'FDialogueLineReference::EventID' has a wrong offset!"); \ static_assert(offsetof(FDialogueLineReference, DialogueLineID) == 0x000008, "Member 'FDialogueLineReference::DialogueLineID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightComponentStatesSaveData \ static_assert(alignof(FLightComponentStatesSaveData) == 0x000008, "Wrong alignment on FLightComponentStatesSaveData"); \ static_assert(sizeof(FLightComponentStatesSaveData) == 0x000010, "Wrong size on FLightComponentStatesSaveData"); \ static_assert(offsetof(FLightComponentStatesSaveData, Data) == 0x000000, "Member 'FLightComponentStatesSaveData::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAvadaKedavraLevelData \ static_assert(alignof(FAvadaKedavraLevelData) == 0x000001, "Wrong alignment on FAvadaKedavraLevelData"); \ static_assert(sizeof(FAvadaKedavraLevelData) == 0x000001, "Wrong size on FAvadaKedavraLevelData"); \ #define DUMPER7_ASSERTS_FInstancedMeshPositionalSource \ static_assert(alignof(FInstancedMeshPositionalSource) == 0x000008, "Wrong alignment on FInstancedMeshPositionalSource"); \ static_assert(sizeof(FInstancedMeshPositionalSource) == 0x000010, "Wrong size on FInstancedMeshPositionalSource"); \ static_assert(offsetof(FInstancedMeshPositionalSource, Instance) == 0x000000, "Member 'FInstancedMeshPositionalSource::Instance' has a wrong offset!"); \ static_assert(offsetof(FInstancedMeshPositionalSource, SoundComponent) == 0x000008, "Member 'FInstancedMeshPositionalSource::SoundComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNewItem \ static_assert(alignof(FNewItem) == 0x000008, "Wrong alignment on FNewItem"); \ static_assert(sizeof(FNewItem) == 0x000018, "Wrong size on FNewItem"); \ #define DUMPER7_ASSERTS_FAvatarPresetPieceInfo \ static_assert(alignof(FAvatarPresetPieceInfo) == 0x000008, "Wrong alignment on FAvatarPresetPieceInfo"); \ static_assert(sizeof(FAvatarPresetPieceInfo) == 0x000020, "Wrong size on FAvatarPresetPieceInfo"); \ static_assert(offsetof(FAvatarPresetPieceInfo, MeshName) == 0x000000, "Member 'FAvatarPresetPieceInfo::MeshName' has a wrong offset!"); \ static_assert(offsetof(FAvatarPresetPieceInfo, bMeshSettable) == 0x000008, "Member 'FAvatarPresetPieceInfo::bMeshSettable' has a wrong offset!"); \ static_assert(offsetof(FAvatarPresetPieceInfo, Parameters) == 0x000010, "Member 'FAvatarPresetPieceInfo::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAvatarPresetInfo \ static_assert(alignof(FAvatarPresetInfo) == 0x000010, "Wrong alignment on FAvatarPresetInfo"); \ static_assert(sizeof(FAvatarPresetInfo) == 0x0000C0, "Wrong size on FAvatarPresetInfo"); \ static_assert(offsetof(FAvatarPresetInfo, Meshes) == 0x000008, "Member 'FAvatarPresetInfo::Meshes' has a wrong offset!"); \ static_assert(offsetof(FAvatarPresetInfo, bIsColor) == 0x000018, "Member 'FAvatarPresetInfo::bIsColor' has a wrong offset!"); \ static_assert(offsetof(FAvatarPresetInfo, MaleIconInfo) == 0x000020, "Member 'FAvatarPresetInfo::MaleIconInfo' has a wrong offset!"); \ static_assert(offsetof(FAvatarPresetInfo, FemaleIconInfo) == 0x000070, "Member 'FAvatarPresetInfo::FemaleIconInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstancedTrailMemberSpin \ static_assert(alignof(FInstancedTrailMemberSpin) == 0x000004, "Wrong alignment on FInstancedTrailMemberSpin"); \ static_assert(sizeof(FInstancedTrailMemberSpin) == 0x000034, "Wrong size on FInstancedTrailMemberSpin"); \ static_assert(offsetof(FInstancedTrailMemberSpin, RotationsMin) == 0x000000, "Member 'FInstancedTrailMemberSpin::RotationsMin' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberSpin, RotationsMax) == 0x000004, "Member 'FInstancedTrailMemberSpin::RotationsMax' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberSpin, RotationConstraint) == 0x000008, "Member 'FInstancedTrailMemberSpin::RotationConstraint' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberSpin, Speed) == 0x00000C, "Member 'FInstancedTrailMemberSpin::Speed' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberSpin, Friction) == 0x000010, "Member 'FInstancedTrailMemberSpin::Friction' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberSpin, bFlipFlopSpeed) == 0x000014, "Member 'FInstancedTrailMemberSpin::bFlipFlopSpeed' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberSpin, Axis) == 0x000018, "Member 'FInstancedTrailMemberSpin::Axis' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberSpin, RandomizeAxisConeHalfAngle) == 0x000024, "Member 'FInstancedTrailMemberSpin::RandomizeAxisConeHalfAngle' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberSpin, MinDelay) == 0x000028, "Member 'FInstancedTrailMemberSpin::MinDelay' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberSpin, MaxDelay) == 0x00002C, "Member 'FInstancedTrailMemberSpin::MaxDelay' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberSpin, ChanceOfNoRotations) == 0x000030, "Member 'FInstancedTrailMemberSpin::ChanceOfNoRotations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransfigSlotPoolExpansion \ static_assert(alignof(FTransfigSlotPoolExpansion) == 0x000004, "Wrong alignment on FTransfigSlotPoolExpansion"); \ static_assert(sizeof(FTransfigSlotPoolExpansion) == 0x000014, "Wrong size on FTransfigSlotPoolExpansion"); \ static_assert(offsetof(FTransfigSlotPoolExpansion, LockId) == 0x000000, "Member 'FTransfigSlotPoolExpansion::LockId' has a wrong offset!"); \ static_assert(offsetof(FTransfigSlotPoolExpansion, SlotID) == 0x000008, "Member 'FTransfigSlotPoolExpansion::SlotID' has a wrong offset!"); \ static_assert(offsetof(FTransfigSlotPoolExpansion, SlotAmount) == 0x000010, "Member 'FTransfigSlotPoolExpansion::SlotAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAvatarPresetColorInfo \ static_assert(alignof(FAvatarPresetColorInfo) == 0x000008, "Wrong alignment on FAvatarPresetColorInfo"); \ static_assert(sizeof(FAvatarPresetColorInfo) == 0x000018, "Wrong size on FAvatarPresetColorInfo"); \ static_assert(offsetof(FAvatarPresetColorInfo, Color) == 0x000008, "Member 'FAvatarPresetColorInfo::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHouseGear \ static_assert(alignof(FHouseGear) == 0x000008, "Wrong alignment on FHouseGear"); \ static_assert(sizeof(FHouseGear) == 0x000040, "Wrong size on FHouseGear"); \ static_assert(offsetof(FHouseGear, Gryffindor) == 0x000000, "Member 'FHouseGear::Gryffindor' has a wrong offset!"); \ static_assert(offsetof(FHouseGear, Hufflepuff) == 0x000010, "Member 'FHouseGear::Hufflepuff' has a wrong offset!"); \ static_assert(offsetof(FHouseGear, Ravenclaw) == 0x000020, "Member 'FHouseGear::Ravenclaw' has a wrong offset!"); \ static_assert(offsetof(FHouseGear, Slytherin) == 0x000030, "Member 'FHouseGear::Slytherin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInteractiveObjectLinkData \ static_assert(alignof(FInteractiveObjectLinkData) == 0x000008, "Wrong alignment on FInteractiveObjectLinkData"); \ static_assert(sizeof(FInteractiveObjectLinkData) == 0x000020, "Wrong size on FInteractiveObjectLinkData"); \ static_assert(offsetof(FInteractiveObjectLinkData, m_startState) == 0x000000, "Member 'FInteractiveObjectLinkData::m_startState' has a wrong offset!"); \ static_assert(offsetof(FInteractiveObjectLinkData, m_endState) == 0x000001, "Member 'FInteractiveObjectLinkData::m_endState' has a wrong offset!"); \ static_assert(offsetof(FInteractiveObjectLinkData, m_action) == 0x000002, "Member 'FInteractiveObjectLinkData::m_action' has a wrong offset!"); \ static_assert(offsetof(FInteractiveObjectLinkData, m_message) == 0x000008, "Member 'FInteractiveObjectLinkData::m_message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLayerInfoWeight \ static_assert(alignof(FLayerInfoWeight) == 0x000008, "Wrong alignment on FLayerInfoWeight"); \ static_assert(sizeof(FLayerInfoWeight) == 0x000018, "Wrong size on FLayerInfoWeight"); \ static_assert(offsetof(FLayerInfoWeight, Name) == 0x000000, "Member 'FLayerInfoWeight::Name' has a wrong offset!"); \ static_assert(offsetof(FLayerInfoWeight, weight) == 0x000010, "Member 'FLayerInfoWeight::weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFullbodyAvatarPreset \ static_assert(alignof(FFullbodyAvatarPreset) == 0x000004, "Wrong alignment on FFullbodyAvatarPreset"); \ static_assert(sizeof(FFullbodyAvatarPreset) == 0x000008, "Wrong size on FFullbodyAvatarPreset"); \ static_assert(offsetof(FFullbodyAvatarPreset, ID) == 0x000000, "Member 'FFullbodyAvatarPreset::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHumanCharacterId \ static_assert(alignof(FHumanCharacterId) == 0x000004, "Wrong alignment on FHumanCharacterId"); \ static_assert(sizeof(FHumanCharacterId) == 0x000008, "Wrong size on FHumanCharacterId"); \ static_assert(offsetof(FHumanCharacterId, ID) == 0x000000, "Member 'FHumanCharacterId::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGenderVoice \ static_assert(alignof(FGenderVoice) == 0x000004, "Wrong alignment on FGenderVoice"); \ static_assert(sizeof(FGenderVoice) == 0x000008, "Wrong size on FGenderVoice"); \ static_assert(offsetof(FGenderVoice, Name) == 0x000000, "Member 'FGenderVoice::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlyingBroomImpulseData \ static_assert(alignof(FFlyingBroomImpulseData) == 0x000004, "Wrong alignment on FFlyingBroomImpulseData"); \ static_assert(sizeof(FFlyingBroomImpulseData) == 0x00001C, "Wrong size on FFlyingBroomImpulseData"); \ static_assert(offsetof(FFlyingBroomImpulseData, Impulse) == 0x000000, "Member 'FFlyingBroomImpulseData::Impulse' has a wrong offset!"); \ static_assert(offsetof(FFlyingBroomImpulseData, StartImpulse) == 0x000004, "Member 'FFlyingBroomImpulseData::StartImpulse' has a wrong offset!"); \ static_assert(offsetof(FFlyingBroomImpulseData, MaxSpeed) == 0x000008, "Member 'FFlyingBroomImpulseData::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FFlyingBroomImpulseData, MinDamping) == 0x00000C, "Member 'FFlyingBroomImpulseData::MinDamping' has a wrong offset!"); \ static_assert(offsetof(FFlyingBroomImpulseData, MaxDamping) == 0x000010, "Member 'FFlyingBroomImpulseData::MaxDamping' has a wrong offset!"); \ static_assert(offsetof(FFlyingBroomImpulseData, DampingWhenNotMoving) == 0x000014, "Member 'FFlyingBroomImpulseData::DampingWhenNotMoving' has a wrong offset!"); \ static_assert(offsetof(FFlyingBroomImpulseData, bEnable) == 0x000018, "Member 'FFlyingBroomImpulseData::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCastSpellData \ static_assert(alignof(FCastSpellData) == 0x000008, "Wrong alignment on FCastSpellData"); \ static_assert(sizeof(FCastSpellData) == 0x000048, "Wrong size on FCastSpellData"); \ static_assert(offsetof(FCastSpellData, TargetActor) == 0x000018, "Member 'FCastSpellData::TargetActor' has a wrong offset!"); \ static_assert(offsetof(FCastSpellData, Instigator) == 0x000020, "Member 'FCastSpellData::Instigator' has a wrong offset!"); \ static_assert(offsetof(FCastSpellData, SpellToolRecord) == 0x000028, "Member 'FCastSpellData::SpellToolRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicNavComponentInfo \ static_assert(alignof(FDynamicNavComponentInfo) == 0x000004, "Wrong alignment on FDynamicNavComponentInfo"); \ static_assert(sizeof(FDynamicNavComponentInfo) == 0x000008, "Wrong size on FDynamicNavComponentInfo"); \ static_assert(offsetof(FDynamicNavComponentInfo, NavigationPrimitiveName) == 0x000000, "Member 'FDynamicNavComponentInfo::NavigationPrimitiveName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBWorldTransitionEntry \ static_assert(alignof(FBWorldTransitionEntry) == 0x000008, "Wrong alignment on FBWorldTransitionEntry"); \ static_assert(sizeof(FBWorldTransitionEntry) == 0x000050, "Wrong size on FBWorldTransitionEntry"); \ static_assert(offsetof(FBWorldTransitionEntry, WorldName) == 0x000000, "Member 'FBWorldTransitionEntry::WorldName' has a wrong offset!"); \ static_assert(offsetof(FBWorldTransitionEntry, Index) == 0x000008, "Member 'FBWorldTransitionEntry::Index' has a wrong offset!"); \ static_assert(offsetof(FBWorldTransitionEntry, Position) == 0x000014, "Member 'FBWorldTransitionEntry::Position' has a wrong offset!"); \ static_assert(offsetof(FBWorldTransitionEntry, ZRot) == 0x000020, "Member 'FBWorldTransitionEntry::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_BipedAnimInstanceData_Struct \ static_assert(alignof(FS_BipedAnimInstanceData_Struct) == 0x000001, "Wrong alignment on FS_BipedAnimInstanceData_Struct"); \ static_assert(sizeof(FS_BipedAnimInstanceData_Struct) == 0x000001, "Wrong size on FS_BipedAnimInstanceData_Struct"); \ #define DUMPER7_ASSERTS_FForceRenderSettingsCommand \ static_assert(alignof(FForceRenderSettingsCommand) == 0x000004, "Wrong alignment on FForceRenderSettingsCommand"); \ static_assert(sizeof(FForceRenderSettingsCommand) == 0x000018, "Wrong size on FForceRenderSettingsCommand"); \ static_assert(offsetof(FForceRenderSettingsCommand, Scope) == 0x000000, "Member 'FForceRenderSettingsCommand::Scope' has a wrong offset!"); \ static_assert(offsetof(FForceRenderSettingsCommand, Command) == 0x000004, "Member 'FForceRenderSettingsCommand::Command' has a wrong offset!"); \ static_assert(offsetof(FForceRenderSettingsCommand, Value) == 0x00000C, "Member 'FForceRenderSettingsCommand::Value' has a wrong offset!"); \ static_assert(offsetof(FForceRenderSettingsCommand, bDisable) == 0x000014, "Member 'FForceRenderSettingsCommand::bDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInventoryLoadout \ static_assert(alignof(FInventoryLoadout) == 0x000008, "Wrong alignment on FInventoryLoadout"); \ static_assert(sizeof(FInventoryLoadout) == 0x000018, "Wrong size on FInventoryLoadout"); \ static_assert(offsetof(FInventoryLoadout, InventoryItemArray) == 0x000000, "Member 'FInventoryLoadout::InventoryItemArray' has a wrong offset!"); \ static_assert(offsetof(FInventoryLoadout, ActiveItemIndex) == 0x000010, "Member 'FInventoryLoadout::ActiveItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogLineRule_CameraFixup \ static_assert(alignof(FDialogLineRule_CameraFixup) == 0x000008, "Wrong alignment on FDialogLineRule_CameraFixup"); \ static_assert(sizeof(FDialogLineRule_CameraFixup) == 0x000048, "Wrong size on FDialogLineRule_CameraFixup"); \ static_assert(offsetof(FDialogLineRule_CameraFixup, Tags) == 0x000000, "Member 'FDialogLineRule_CameraFixup::Tags' has a wrong offset!"); \ static_assert(offsetof(FDialogLineRule_CameraFixup, Layer) == 0x000020, "Member 'FDialogLineRule_CameraFixup::Layer' has a wrong offset!"); \ static_assert(offsetof(FDialogLineRule_CameraFixup, Operations) == 0x000028, "Member 'FDialogLineRule_CameraFixup::Operations' has a wrong offset!"); \ static_assert(offsetof(FDialogLineRule_CameraFixup, ActorActions) == 0x000038, "Member 'FDialogLineRule_CameraFixup::ActorActions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpellCooldownAmendInfo \ static_assert(alignof(FSpellCooldownAmendInfo) == 0x000004, "Wrong alignment on FSpellCooldownAmendInfo"); \ static_assert(sizeof(FSpellCooldownAmendInfo) == 0x000020, "Wrong size on FSpellCooldownAmendInfo"); \ static_assert(offsetof(FSpellCooldownAmendInfo, SpellName) == 0x000000, "Member 'FSpellCooldownAmendInfo::SpellName' has a wrong offset!"); \ static_assert(offsetof(FSpellCooldownAmendInfo, SpellGroup) == 0x000008, "Member 'FSpellCooldownAmendInfo::SpellGroup' has a wrong offset!"); \ static_assert(offsetof(FSpellCooldownAmendInfo, CooldownTime) == 0x000010, "Member 'FSpellCooldownAmendInfo::CooldownTime' has a wrong offset!"); \ static_assert(offsetof(FSpellCooldownAmendInfo, CooldownAmount) == 0x000014, "Member 'FSpellCooldownAmendInfo::CooldownAmount' has a wrong offset!"); \ static_assert(offsetof(FSpellCooldownAmendInfo, CooldownDelta) == 0x000018, "Member 'FSpellCooldownAmendInfo::CooldownDelta' has a wrong offset!"); \ static_assert(offsetof(FSpellCooldownAmendInfo, bIsInCombat) == 0x00001C, "Member 'FSpellCooldownAmendInfo::bIsInCombat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FObjectStateData \ static_assert(alignof(FObjectStateData) == 0x000008, "Wrong alignment on FObjectStateData"); \ static_assert(sizeof(FObjectStateData) == 0x000098, "Wrong size on FObjectStateData"); \ static_assert(offsetof(FObjectStateData, HitSfx) == 0x000060, "Member 'FObjectStateData::HitSfx' has a wrong offset!"); \ static_assert(offsetof(FObjectStateData, m_baseHealth) == 0x000068, "Member 'FObjectStateData::m_baseHealth' has a wrong offset!"); \ static_assert(offsetof(FObjectStateData, m_minDamageThreshold) == 0x00006C, "Member 'FObjectStateData::m_minDamageThreshold' has a wrong offset!"); \ static_assert(offsetof(FObjectStateData, OverrideMass) == 0x000070, "Member 'FObjectStateData::OverrideMass' has a wrong offset!"); \ static_assert(offsetof(FObjectStateData, MinOptimumAvatarDistance) == 0x000074, "Member 'FObjectStateData::MinOptimumAvatarDistance' has a wrong offset!"); \ static_assert(offsetof(FObjectStateData, MaxOptimumAvatarDistance) == 0x000078, "Member 'FObjectStateData::MaxOptimumAvatarDistance' has a wrong offset!"); \ static_assert(offsetof(FObjectStateData, WidgetType) == 0x000080, "Member 'FObjectStateData::WidgetType' has a wrong offset!"); \ static_assert(offsetof(FObjectStateData, PriorityLaunchTarget) == 0x000081, "Member 'FObjectStateData::PriorityLaunchTarget' has a wrong offset!"); \ static_assert(offsetof(FObjectStateData, ImpactTypeOverride) == 0x000083, "Member 'FObjectStateData::ImpactTypeOverride' has a wrong offset!"); \ static_assert(offsetof(FObjectStateData, BaseSizeClass) == 0x000084, "Member 'FObjectStateData::BaseSizeClass' has a wrong offset!"); \ static_assert(offsetof(FObjectStateData, StencilEffectOverrides) == 0x000088, "Member 'FObjectStateData::StencilEffectOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterStateData \ static_assert(alignof(FCharacterStateData) == 0x000008, "Wrong alignment on FCharacterStateData"); \ static_assert(sizeof(FCharacterStateData) == 0x000280, "Wrong size on FCharacterStateData"); \ static_assert(offsetof(FCharacterStateData, RagdollHitSfx) == 0x000098, "Member 'FCharacterStateData::RagdollHitSfx' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateData, BonySkeleton) == 0x0000A0, "Member 'FCharacterStateData::BonySkeleton' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateData, GameEventRadius) == 0x0000C0, "Member 'FCharacterStateData::GameEventRadius' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateData, RegenerationRate) == 0x0000C4, "Member 'FCharacterStateData::RegenerationRate' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateData, CapsuleUnderWaterPercReq) == 0x0000C8, "Member 'FCharacterStateData::CapsuleUnderWaterPercReq' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateData, CapsuleUnderWaterPercReqStop) == 0x0000CC, "Member 'FCharacterStateData::CapsuleUnderWaterPercReqStop' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateData, DeathRecoverInvulnerableTime) == 0x0000D4, "Member 'FCharacterStateData::DeathRecoverInvulnerableTime' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateData, ImperiusInstigatorPtr) == 0x0000E0, "Member 'FCharacterStateData::ImperiusInstigatorPtr' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateData, HealthThresholdArray) == 0x0000F0, "Member 'FCharacterStateData::HealthThresholdArray' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateData, CriticalHealthPercent) == 0x000100, "Member 'FCharacterStateData::CriticalHealthPercent' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateData, ReplicaHealthPercent) == 0x000104, "Member 'FCharacterStateData::ReplicaHealthPercent' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateData, OverrideLootDropContainer) == 0x000108, "Member 'FCharacterStateData::OverrideLootDropContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemapScalarRange \ static_assert(alignof(FRemapScalarRange) == 0x000004, "Wrong alignment on FRemapScalarRange"); \ static_assert(sizeof(FRemapScalarRange) == 0x000010, "Wrong size on FRemapScalarRange"); \ static_assert(offsetof(FRemapScalarRange, InputRange) == 0x000000, "Member 'FRemapScalarRange::InputRange' has a wrong offset!"); \ static_assert(offsetof(FRemapScalarRange, OutputRange) == 0x000008, "Member 'FRemapScalarRange::OutputRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBipedStateData \ static_assert(alignof(FBipedStateData) == 0x000008, "Wrong alignment on FBipedStateData"); \ static_assert(sizeof(FBipedStateData) == 0x000280, "Wrong size on FBipedStateData"); \ #define DUMPER7_ASSERTS_FBoneParticleTrackerEntry \ static_assert(alignof(FBoneParticleTrackerEntry) == 0x000004, "Wrong alignment on FBoneParticleTrackerEntry"); \ static_assert(sizeof(FBoneParticleTrackerEntry) == 0x000018, "Wrong size on FBoneParticleTrackerEntry"); \ static_assert(offsetof(FBoneParticleTrackerEntry, ParentComponent) == 0x000000, "Member 'FBoneParticleTrackerEntry::ParentComponent' has a wrong offset!"); \ static_assert(offsetof(FBoneParticleTrackerEntry, ParticleSystem) == 0x000008, "Member 'FBoneParticleTrackerEntry::ParticleSystem' has a wrong offset!"); \ static_assert(offsetof(FBoneParticleTrackerEntry, AttachBone) == 0x000010, "Member 'FBoneParticleTrackerEntry::AttachBone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoneParticleTracker \ static_assert(alignof(FBoneParticleTracker) == 0x000008, "Wrong alignment on FBoneParticleTracker"); \ static_assert(sizeof(FBoneParticleTracker) == 0x000010, "Wrong size on FBoneParticleTracker"); \ static_assert(offsetof(FBoneParticleTracker, Entries) == 0x000000, "Member 'FBoneParticleTracker::Entries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBonySkeletonTimer \ static_assert(alignof(FBonySkeletonTimer) == 0x000004, "Wrong alignment on FBonySkeletonTimer"); \ static_assert(sizeof(FBonySkeletonTimer) == 0x000008, "Wrong size on FBonySkeletonTimer"); \ static_assert(offsetof(FBonySkeletonTimer, Timeout) == 0x000000, "Member 'FBonySkeletonTimer::Timeout' has a wrong offset!"); \ static_assert(offsetof(FBonySkeletonTimer, bEnabled) == 0x000004, "Member 'FBonySkeletonTimer::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FBonySkeletonTimer, bTripped) == 0x000005, "Member 'FBonySkeletonTimer::bTripped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBonySkeletonAudioEvent \ static_assert(alignof(FBonySkeletonAudioEvent) == 0x000008, "Wrong alignment on FBonySkeletonAudioEvent"); \ static_assert(sizeof(FBonySkeletonAudioEvent) == 0x000010, "Wrong size on FBonySkeletonAudioEvent"); \ static_assert(offsetof(FBonySkeletonAudioEvent, Timer) == 0x000000, "Member 'FBonySkeletonAudioEvent::Timer' has a wrong offset!"); \ static_assert(offsetof(FBonySkeletonAudioEvent, Event) == 0x000008, "Member 'FBonySkeletonAudioEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBonySkeletonTimerProfile \ static_assert(alignof(FBonySkeletonTimerProfile) == 0x000008, "Wrong alignment on FBonySkeletonTimerProfile"); \ static_assert(sizeof(FBonySkeletonTimerProfile) == 0x000058, "Wrong size on FBonySkeletonTimerProfile"); \ static_assert(offsetof(FBonySkeletonTimerProfile, ProfileName) == 0x000000, "Member 'FBonySkeletonTimerProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(FBonySkeletonTimerProfile, ShowSkeletonTimer) == 0x000008, "Member 'FBonySkeletonTimerProfile::ShowSkeletonTimer' has a wrong offset!"); \ static_assert(offsetof(FBonySkeletonTimerProfile, HideNonSkeletonTimer) == 0x000010, "Member 'FBonySkeletonTimerProfile::HideNonSkeletonTimer' has a wrong offset!"); \ static_assert(offsetof(FBonySkeletonTimerProfile, ParticleStartTimer) == 0x000018, "Member 'FBonySkeletonTimerProfile::ParticleStartTimer' has a wrong offset!"); \ static_assert(offsetof(FBonySkeletonTimerProfile, Particle) == 0x000020, "Member 'FBonySkeletonTimerProfile::Particle' has a wrong offset!"); \ static_assert(offsetof(FBonySkeletonTimerProfile, ParticleFXBones) == 0x000028, "Member 'FBonySkeletonTimerProfile::ParticleFXBones' has a wrong offset!"); \ static_assert(offsetof(FBonySkeletonTimerProfile, SkinFXStartTimer) == 0x000038, "Member 'FBonySkeletonTimerProfile::SkinFXStartTimer' has a wrong offset!"); \ static_assert(offsetof(FBonySkeletonTimerProfile, SkinFXEffect) == 0x000040, "Member 'FBonySkeletonTimerProfile::SkinFXEffect' has a wrong offset!"); \ static_assert(offsetof(FBonySkeletonTimerProfile, AudioEvents) == 0x000048, "Member 'FBonySkeletonTimerProfile::AudioEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBonySkeletonTimerProfiles \ static_assert(alignof(FBonySkeletonTimerProfiles) == 0x000008, "Wrong alignment on FBonySkeletonTimerProfiles"); \ static_assert(sizeof(FBonySkeletonTimerProfiles) == 0x000068, "Wrong size on FBonySkeletonTimerProfiles"); \ static_assert(offsetof(FBonySkeletonTimerProfiles, DefaultProfile) == 0x000000, "Member 'FBonySkeletonTimerProfiles::DefaultProfile' has a wrong offset!"); \ static_assert(offsetof(FBonySkeletonTimerProfiles, Profiles) == 0x000058, "Member 'FBonySkeletonTimerProfiles::Profiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGearTraitRecipeDefinition \ static_assert(alignof(FGearTraitRecipeDefinition) == 0x000008, "Wrong alignment on FGearTraitRecipeDefinition"); \ static_assert(sizeof(FGearTraitRecipeDefinition) == 0x000030, "Wrong size on FGearTraitRecipeDefinition"); \ static_assert(offsetof(FGearTraitRecipeDefinition, TraitID) == 0x000000, "Member 'FGearTraitRecipeDefinition::TraitID' has a wrong offset!"); \ static_assert(offsetof(FGearTraitRecipeDefinition, LockId) == 0x000008, "Member 'FGearTraitRecipeDefinition::LockId' has a wrong offset!"); \ static_assert(offsetof(FGearTraitRecipeDefinition, Ingredients) == 0x000018, "Member 'FGearTraitRecipeDefinition::Ingredients' has a wrong offset!"); \ static_assert(offsetof(FGearTraitRecipeDefinition, RarityTier) == 0x000028, "Member 'FGearTraitRecipeDefinition::RarityTier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootSlot \ static_assert(alignof(FLootSlot) == 0x000008, "Wrong alignment on FLootSlot"); \ static_assert(sizeof(FLootSlot) == 0x000038, "Wrong size on FLootSlot"); \ static_assert(offsetof(FLootSlot, ID) == 0x000000, "Member 'FLootSlot::ID' has a wrong offset!"); \ static_assert(offsetof(FLootSlot, Quantity) == 0x000010, "Member 'FLootSlot::Quantity' has a wrong offset!"); \ static_assert(offsetof(FLootSlot, Quality) == 0x000018, "Member 'FLootSlot::Quality' has a wrong offset!"); \ static_assert(offsetof(FLootSlot, ItemIsUnique) == 0x000028, "Member 'FLootSlot::ItemIsUnique' has a wrong offset!"); \ static_assert(offsetof(FLootSlot, Slot) == 0x00002C, "Member 'FLootSlot::Slot' has a wrong offset!"); \ static_assert(offsetof(FLootSlot, Stolen) == 0x000030, "Member 'FLootSlot::Stolen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootContainer \ static_assert(alignof(FLootContainer) == 0x000008, "Wrong alignment on FLootContainer"); \ static_assert(sizeof(FLootContainer) == 0x000020, "Wrong size on FLootContainer"); \ static_assert(offsetof(FLootContainer, UniqueContainerID) == 0x000000, "Member 'FLootContainer::UniqueContainerID' has a wrong offset!"); \ static_assert(offsetof(FLootContainer, Slots) == 0x000010, "Member 'FLootContainer::Slots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTrainNavRenderSplines \ static_assert(alignof(FTrainNavRenderSplines) == 0x000008, "Wrong alignment on FTrainNavRenderSplines"); \ static_assert(sizeof(FTrainNavRenderSplines) == 0x000030, "Wrong size on FTrainNavRenderSplines"); \ static_assert(offsetof(FTrainNavRenderSplines, RenderSpline) == 0x000000, "Member 'FTrainNavRenderSplines::RenderSpline' has a wrong offset!"); \ static_assert(offsetof(FTrainNavRenderSplines, Directon) == 0x000028, "Member 'FTrainNavRenderSplines::Directon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDBLocationReference \ static_assert(alignof(FDBLocationReference) == 0x000008, "Wrong alignment on FDBLocationReference"); \ static_assert(sizeof(FDBLocationReference) == 0x000010, "Wrong size on FDBLocationReference"); \ static_assert(offsetof(FDBLocationReference, LocationName) == 0x000000, "Member 'FDBLocationReference::LocationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBroomRiderActionContainer \ static_assert(alignof(FBroomRiderActionContainer) == 0x000008, "Wrong alignment on FBroomRiderActionContainer"); \ static_assert(sizeof(FBroomRiderActionContainer) == 0x000008, "Wrong size on FBroomRiderActionContainer"); \ static_assert(offsetof(FBroomRiderActionContainer, Action) == 0x000000, "Member 'FBroomRiderActionContainer::Action' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightTemplateSettings \ static_assert(alignof(FLightTemplateSettings) == 0x000004, "Wrong alignment on FLightTemplateSettings"); \ static_assert(sizeof(FLightTemplateSettings) == 0x000028, "Wrong size on FLightTemplateSettings"); \ static_assert(offsetof(FLightTemplateSettings, Intensity) == 0x000000, "Member 'FLightTemplateSettings::Intensity' has a wrong offset!"); \ static_assert(offsetof(FLightTemplateSettings, LightColor) == 0x000004, "Member 'FLightTemplateSettings::LightColor' has a wrong offset!"); \ static_assert(offsetof(FLightTemplateSettings, LightTemperature) == 0x000014, "Member 'FLightTemplateSettings::LightTemperature' has a wrong offset!"); \ static_assert(offsetof(FLightTemplateSettings, AttenuationRadius) == 0x000018, "Member 'FLightTemplateSettings::AttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(FLightTemplateSettings, IndirectLightingIntensity) == 0x00001C, "Member 'FLightTemplateSettings::IndirectLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightTemplateSettings, VolumetricScatteringIntensity) == 0x000020, "Member 'FLightTemplateSettings::VolumetricScatteringIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAddedInstanceInfo \ static_assert(alignof(FAddedInstanceInfo) == 0x000008, "Wrong alignment on FAddedInstanceInfo"); \ static_assert(sizeof(FAddedInstanceInfo) == 0x000068, "Wrong size on FAddedInstanceInfo"); \ #define DUMPER7_ASSERTS_FAttackStateInfo \ static_assert(alignof(FAttackStateInfo) == 0x000001, "Wrong alignment on FAttackStateInfo"); \ static_assert(sizeof(FAttackStateInfo) == 0x000002, "Wrong size on FAttackStateInfo"); \ static_assert(offsetof(FAttackStateInfo, bUnblockable) == 0x000000, "Member 'FAttackStateInfo::bUnblockable' has a wrong offset!"); \ static_assert(offsetof(FAttackStateInfo, AttackThreatState) == 0x000001, "Member 'FAttackStateInfo::AttackThreatState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraHeightRenderSettingsCullVolume \ static_assert(alignof(FCameraHeightRenderSettingsCullVolume) == 0x000008, "Wrong alignment on FCameraHeightRenderSettingsCullVolume"); \ static_assert(sizeof(FCameraHeightRenderSettingsCullVolume) == 0x000010, "Wrong size on FCameraHeightRenderSettingsCullVolume"); \ static_assert(offsetof(FCameraHeightRenderSettingsCullVolume, CullDistanceVolume) == 0x000000, "Member 'FCameraHeightRenderSettingsCullVolume::CullDistanceVolume' has a wrong offset!"); \ static_assert(offsetof(FCameraHeightRenderSettingsCullVolume, ApplyAtBlendPercent) == 0x000008, "Member 'FCameraHeightRenderSettingsCullVolume::ApplyAtBlendPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogueLineRule_PickCameraItem \ static_assert(alignof(FDialogueLineRule_PickCameraItem) == 0x000008, "Wrong alignment on FDialogueLineRule_PickCameraItem"); \ static_assert(sizeof(FDialogueLineRule_PickCameraItem) == 0x000010, "Wrong size on FDialogueLineRule_PickCameraItem"); \ static_assert(offsetof(FDialogueLineRule_PickCameraItem, Camera) == 0x000000, "Member 'FDialogueLineRule_PickCameraItem::Camera' has a wrong offset!"); \ static_assert(offsetof(FDialogueLineRule_PickCameraItem, weight) == 0x000008, "Member 'FDialogueLineRule_PickCameraItem::weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCartSetup \ static_assert(alignof(FCartSetup) == 0x000008, "Wrong alignment on FCartSetup"); \ static_assert(sizeof(FCartSetup) == 0x000208, "Wrong size on FCartSetup"); \ static_assert(offsetof(FCartSetup, Spline) == 0x000000, "Member 'FCartSetup::Spline' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, FrontLeftWheel) == 0x000028, "Member 'FCartSetup::FrontLeftWheel' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, FrontRightWheel) == 0x000050, "Member 'FCartSetup::FrontRightWheel' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, BackLeftWheel) == 0x000078, "Member 'FCartSetup::BackLeftWheel' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, BackRightWheel) == 0x0000A0, "Member 'FCartSetup::BackRightWheel' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, FrontSteering) == 0x0000C8, "Member 'FCartSetup::FrontSteering' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, FrontAxel) == 0x0000F0, "Member 'FCartSetup::FrontAxel' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, BackAxel) == 0x000118, "Member 'FCartSetup::BackAxel' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, CartBodyActor) == 0x000140, "Member 'FCartSetup::CartBodyActor' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, TailgateActor) == 0x000168, "Member 'FCartSetup::TailgateActor' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, FrontWheelsParent) == 0x000190, "Member 'FCartSetup::FrontWheelsParent' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, BackWheelsParent) == 0x0001B8, "Member 'FCartSetup::BackWheelsParent' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, SlowCartTriggerBox) == 0x0001E0, "Member 'FCartSetup::SlowCartTriggerBox' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, StopCartTriggerBox) == 0x0001E8, "Member 'FCartSetup::StopCartTriggerBox' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, TailGateTimeline) == 0x0001F0, "Member 'FCartSetup::TailGateTimeline' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, FrontWheelCircumference) == 0x0001F8, "Member 'FCartSetup::FrontWheelCircumference' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, BackWheelCircumference) == 0x0001FC, "Member 'FCartSetup::BackWheelCircumference' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, CartLength) == 0x000200, "Member 'FCartSetup::CartLength' has a wrong offset!"); \ static_assert(offsetof(FCartSetup, MaxSpeed) == 0x000204, "Member 'FCartSetup::MaxSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCentaurAttackDescriptor \ static_assert(alignof(FCentaurAttackDescriptor) == 0x000004, "Wrong alignment on FCentaurAttackDescriptor"); \ static_assert(sizeof(FCentaurAttackDescriptor) == 0x000030, "Wrong size on FCentaurAttackDescriptor"); \ static_assert(offsetof(FCentaurAttackDescriptor, AttackWeight) == 0x000000, "Member 'FCentaurAttackDescriptor::AttackWeight' has a wrong offset!"); \ static_assert(offsetof(FCentaurAttackDescriptor, TargetRange) == 0x000004, "Member 'FCentaurAttackDescriptor::TargetRange' has a wrong offset!"); \ static_assert(offsetof(FCentaurAttackDescriptor, HeadingToTargetRange) == 0x00000C, "Member 'FCentaurAttackDescriptor::HeadingToTargetRange' has a wrong offset!"); \ static_assert(offsetof(FCentaurAttackDescriptor, AttackCooldownRange) == 0x000014, "Member 'FCentaurAttackDescriptor::AttackCooldownRange' has a wrong offset!"); \ static_assert(offsetof(FCentaurAttackDescriptor, GroupAttackCooldownRange) == 0x00001C, "Member 'FCentaurAttackDescriptor::GroupAttackCooldownRange' has a wrong offset!"); \ static_assert(offsetof(FCentaurAttackDescriptor, GroupAttackTagName) == 0x000024, "Member 'FCentaurAttackDescriptor::GroupAttackTagName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStationValidationError \ static_assert(alignof(FStationValidationError) == 0x000008, "Wrong alignment on FStationValidationError"); \ static_assert(sizeof(FStationValidationError) == 0x000020, "Wrong size on FStationValidationError"); \ static_assert(offsetof(FStationValidationError, ShortMessage) == 0x000000, "Member 'FStationValidationError::ShortMessage' has a wrong offset!"); \ static_assert(offsetof(FStationValidationError, LongMessage) == 0x000010, "Member 'FStationValidationError::LongMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCentaurRepositionDescriptor \ static_assert(alignof(FCentaurRepositionDescriptor) == 0x000004, "Wrong alignment on FCentaurRepositionDescriptor"); \ static_assert(sizeof(FCentaurRepositionDescriptor) == 0x000020, "Wrong size on FCentaurRepositionDescriptor"); \ static_assert(offsetof(FCentaurRepositionDescriptor, RepositionToTargetRange) == 0x000000, "Member 'FCentaurRepositionDescriptor::RepositionToTargetRange' has a wrong offset!"); \ static_assert(offsetof(FCentaurRepositionDescriptor, HoldPositionTargetRange) == 0x000008, "Member 'FCentaurRepositionDescriptor::HoldPositionTargetRange' has a wrong offset!"); \ static_assert(offsetof(FCentaurRepositionDescriptor, IdealTargetRange) == 0x000010, "Member 'FCentaurRepositionDescriptor::IdealTargetRange' has a wrong offset!"); \ static_assert(offsetof(FCentaurRepositionDescriptor, HeadingToTargetRange) == 0x000014, "Member 'FCentaurRepositionDescriptor::HeadingToTargetRange' has a wrong offset!"); \ static_assert(offsetof(FCentaurRepositionDescriptor, RepositionTimeout) == 0x00001C, "Member 'FCentaurRepositionDescriptor::RepositionTimeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterBoneProjectionResults \ static_assert(alignof(FCharacterBoneProjectionResults) == 0x000004, "Wrong alignment on FCharacterBoneProjectionResults"); \ static_assert(sizeof(FCharacterBoneProjectionResults) == 0x000054, "Wrong size on FCharacterBoneProjectionResults"); \ static_assert(offsetof(FCharacterBoneProjectionResults, ActiveProjections) == 0x000000, "Member 'FCharacterBoneProjectionResults::ActiveProjections' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionResults, ActorCenter) == 0x000004, "Member 'FCharacterBoneProjectionResults::ActorCenter' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionResults, ActorExtent) == 0x000010, "Member 'FCharacterBoneProjectionResults::ActorExtent' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionResults, ProjectionsCenter) == 0x00001C, "Member 'FCharacterBoneProjectionResults::ProjectionsCenter' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionResults, ProjectionsExtent) == 0x000028, "Member 'FCharacterBoneProjectionResults::ProjectionsExtent' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionResults, TotalProjectionsCenter) == 0x000034, "Member 'FCharacterBoneProjectionResults::TotalProjectionsCenter' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionResults, TotalProjectionsExtent) == 0x000040, "Member 'FCharacterBoneProjectionResults::TotalProjectionsExtent' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionResults, ActorRadius) == 0x00004C, "Member 'FCharacterBoneProjectionResults::ActorRadius' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionResults, bTotalProjectionsValid) == 0x000050, "Member 'FCharacterBoneProjectionResults::bTotalProjectionsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLODViewerInfos \ static_assert(alignof(FLODViewerInfos) == 0x000004, "Wrong alignment on FLODViewerInfos"); \ static_assert(sizeof(FLODViewerInfos) == 0x000008, "Wrong size on FLODViewerInfos"); \ static_assert(offsetof(FLODViewerInfos, ScreenSize) == 0x000000, "Member 'FLODViewerInfos::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(FLODViewerInfos, Hysteresis) == 0x000004, "Member 'FLODViewerInfos::Hysteresis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterBoneProjectionParams \ static_assert(alignof(FCharacterBoneProjectionParams) == 0x000004, "Wrong alignment on FCharacterBoneProjectionParams"); \ static_assert(sizeof(FCharacterBoneProjectionParams) == 0x000004, "Wrong size on FCharacterBoneProjectionParams"); \ static_assert(offsetof(FCharacterBoneProjectionParams, FrameStagger) == 0x000000, "Member 'FCharacterBoneProjectionParams::FrameStagger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstancedTrailPlacement \ static_assert(alignof(FInstancedTrailPlacement) == 0x000004, "Wrong alignment on FInstancedTrailPlacement"); \ static_assert(sizeof(FInstancedTrailPlacement) == 0x000044, "Wrong size on FInstancedTrailPlacement"); \ static_assert(offsetof(FInstancedTrailPlacement, InitialRotation) == 0x000000, "Member 'FInstancedTrailPlacement::InitialRotation' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailPlacement, bInitialRotation) == 0x00000C, "Member 'FInstancedTrailPlacement::bInitialRotation' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailPlacement, RandomRotationDegrees) == 0x000010, "Member 'FInstancedTrailPlacement::RandomRotationDegrees' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailPlacement, bRandomRotation) == 0x000014, "Member 'FInstancedTrailPlacement::bRandomRotation' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailPlacement, UpDown) == 0x000018, "Member 'FInstancedTrailPlacement::UpDown' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailPlacement, bUpDown) == 0x00001C, "Member 'FInstancedTrailPlacement::bUpDown' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailPlacement, LeftRight) == 0x000020, "Member 'FInstancedTrailPlacement::LeftRight' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailPlacement, bLeftRight) == 0x000024, "Member 'FInstancedTrailPlacement::bLeftRight' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailPlacement, ForeAft) == 0x000028, "Member 'FInstancedTrailPlacement::ForeAft' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailPlacement, bForeAft) == 0x00002C, "Member 'FInstancedTrailPlacement::bForeAft' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailPlacement, DirRotation) == 0x000030, "Member 'FInstancedTrailPlacement::DirRotation' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailPlacement, bDirRotation) == 0x000034, "Member 'FInstancedTrailPlacement::bDirRotation' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailPlacement, bOnGround) == 0x000035, "Member 'FInstancedTrailPlacement::bOnGround' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailPlacement, OnGroundTraceDepth) == 0x000038, "Member 'FInstancedTrailPlacement::OnGroundTraceDepth' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailPlacement, OnGroundZTweak) == 0x00003C, "Member 'FInstancedTrailPlacement::OnGroundZTweak' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailPlacement, OnGroundZTweakRandomizePercent) == 0x000040, "Member 'FInstancedTrailPlacement::OnGroundZTweakRandomizePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstancedTrailMemberSpawnLerp \ static_assert(alignof(FInstancedTrailMemberSpawnLerp) == 0x000008, "Wrong alignment on FInstancedTrailMemberSpawnLerp"); \ static_assert(sizeof(FInstancedTrailMemberSpawnLerp) == 0x0000A0, "Wrong size on FInstancedTrailMemberSpawnLerp"); \ static_assert(offsetof(FInstancedTrailMemberSpawnLerp, Curve) == 0x000000, "Member 'FInstancedTrailMemberSpawnLerp::Curve' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberSpawnLerp, RotateAxis) == 0x000088, "Member 'FInstancedTrailMemberSpawnLerp::RotateAxis' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberSpawnLerp, bRotateAxis) == 0x000094, "Member 'FInstancedTrailMemberSpawnLerp::bRotateAxis' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberSpawnLerp, RotateDegrees) == 0x000098, "Member 'FInstancedTrailMemberSpawnLerp::RotateDegrees' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstancedTrailMemberVelocity \ static_assert(alignof(FInstancedTrailMemberVelocity) == 0x000004, "Wrong alignment on FInstancedTrailMemberVelocity"); \ static_assert(sizeof(FInstancedTrailMemberVelocity) == 0x000020, "Wrong size on FInstancedTrailMemberVelocity"); \ static_assert(offsetof(FInstancedTrailMemberVelocity, Inherit) == 0x000000, "Member 'FInstancedTrailMemberVelocity::Inherit' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberVelocity, Damping) == 0x000004, "Member 'FInstancedTrailMemberVelocity::Damping' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberVelocity, RandomInheritConeHalfAngle) == 0x000008, "Member 'FInstancedTrailMemberVelocity::RandomInheritConeHalfAngle' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberVelocity, LocalVelocity) == 0x00000C, "Member 'FInstancedTrailMemberVelocity::LocalVelocity' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberVelocity, bLocalVelocity) == 0x000018, "Member 'FInstancedTrailMemberVelocity::bLocalVelocity' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberVelocity, LocalVelocityConeHalfAngle) == 0x00001C, "Member 'FInstancedTrailMemberVelocity::LocalVelocityConeHalfAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstancedTrailMemberBehavior \ static_assert(alignof(FInstancedTrailMemberBehavior) == 0x000008, "Wrong alignment on FInstancedTrailMemberBehavior"); \ static_assert(sizeof(FInstancedTrailMemberBehavior) == 0x0001E0, "Wrong size on FInstancedTrailMemberBehavior"); \ static_assert(offsetof(FInstancedTrailMemberBehavior, Placement) == 0x000000, "Member 'FInstancedTrailMemberBehavior::Placement' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberBehavior, Scale) == 0x000048, "Member 'FInstancedTrailMemberBehavior::Scale' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberBehavior, SpawnLerp) == 0x0000E0, "Member 'FInstancedTrailMemberBehavior::SpawnLerp' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberBehavior, bUseSpawnLerp) == 0x000180, "Member 'FInstancedTrailMemberBehavior::bUseSpawnLerp' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberBehavior, Spin) == 0x000184, "Member 'FInstancedTrailMemberBehavior::Spin' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberBehavior, bUseSpin) == 0x0001B8, "Member 'FInstancedTrailMemberBehavior::bUseSpin' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberBehavior, Velocity) == 0x0001BC, "Member 'FInstancedTrailMemberBehavior::Velocity' has a wrong offset!"); \ static_assert(offsetof(FInstancedTrailMemberBehavior, bUseVelocity) == 0x0001DC, "Member 'FInstancedTrailMemberBehavior::bUseVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterBoneProjectionState \ static_assert(alignof(FCharacterBoneProjectionState) == 0x000010, "Wrong alignment on FCharacterBoneProjectionState"); \ static_assert(sizeof(FCharacterBoneProjectionState) == 0x0000A0, "Wrong size on FCharacterBoneProjectionState"); \ static_assert(offsetof(FCharacterBoneProjectionState, Direction) == 0x000000, "Member 'FCharacterBoneProjectionState::Direction' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, PerpAxis) == 0x00000C, "Member 'FCharacterBoneProjectionState::PerpAxis' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, InWorldPosition) == 0x000018, "Member 'FCharacterBoneProjectionState::InWorldPosition' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, InWorldRotator) == 0x000030, "Member 'FCharacterBoneProjectionState::InWorldRotator' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, InWorldUp) == 0x000040, "Member 'FCharacterBoneProjectionState::InWorldUp' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, OnBone) == 0x00004C, "Member 'FCharacterBoneProjectionState::OnBone' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, InBonePosition) == 0x000054, "Member 'FCharacterBoneProjectionState::InBonePosition' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, InBoneRotator) == 0x000060, "Member 'FCharacterBoneProjectionState::InBoneRotator' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, Age) == 0x000070, "Member 'FCharacterBoneProjectionState::Age' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, Forward) == 0x000074, "Member 'FCharacterBoneProjectionState::Forward' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, bForwardValid) == 0x000080, "Member 'FCharacterBoneProjectionState::bForwardValid' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, MovementCohesionPoint) == 0x000084, "Member 'FCharacterBoneProjectionState::MovementCohesionPoint' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, bMovementCohesionPoint) == 0x000090, "Member 'FCharacterBoneProjectionState::bMovementCohesionPoint' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, bProjectionDirty) == 0x000091, "Member 'FCharacterBoneProjectionState::bProjectionDirty' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, bProjectionValid) == 0x000092, "Member 'FCharacterBoneProjectionState::bProjectionValid' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, bHidden) == 0x000093, "Member 'FCharacterBoneProjectionState::bHidden' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, bAutoShow) == 0x000094, "Member 'FCharacterBoneProjectionState::bAutoShow' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, bRenderedVisible) == 0x000095, "Member 'FCharacterBoneProjectionState::bRenderedVisible' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionState, bRenderTransformDirty) == 0x000096, "Member 'FCharacterBoneProjectionState::bRenderTransformDirty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterBoneProjectionMotion \ static_assert(alignof(FCharacterBoneProjectionMotion) == 0x000004, "Wrong alignment on FCharacterBoneProjectionMotion"); \ static_assert(sizeof(FCharacterBoneProjectionMotion) == 0x000014, "Wrong size on FCharacterBoneProjectionMotion"); \ static_assert(offsetof(FCharacterBoneProjectionMotion, MotionType) == 0x000000, "Member 'FCharacterBoneProjectionMotion::MotionType' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionMotion, RotationSpeedDegreesPerSecond) == 0x000004, "Member 'FCharacterBoneProjectionMotion::RotationSpeedDegreesPerSecond' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionMotion, TranslationPeriod) == 0x000008, "Member 'FCharacterBoneProjectionMotion::TranslationPeriod' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionMotion, MaxExtent) == 0x00000C, "Member 'FCharacterBoneProjectionMotion::MaxExtent' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjectionMotion, CrawlingSpeed) == 0x000010, "Member 'FCharacterBoneProjectionMotion::CrawlingSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterBoneProjection \ static_assert(alignof(FCharacterBoneProjection) == 0x000004, "Wrong alignment on FCharacterBoneProjection"); \ static_assert(sizeof(FCharacterBoneProjection) == 0x000040, "Wrong size on FCharacterBoneProjection"); \ static_assert(offsetof(FCharacterBoneProjection, ProjectionDirection) == 0x000000, "Member 'FCharacterBoneProjection::ProjectionDirection' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjection, ProjectionPerpAxis) == 0x00000C, "Member 'FCharacterBoneProjection::ProjectionPerpAxis' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjection, ProjectionCenter) == 0x000018, "Member 'FCharacterBoneProjection::ProjectionCenter' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjection, ProjectionOffset) == 0x000020, "Member 'FCharacterBoneProjection::ProjectionOffset' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjection, Motion) == 0x000024, "Member 'FCharacterBoneProjection::Motion' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjection, Scale) == 0x000038, "Member 'FCharacterBoneProjection::Scale' has a wrong offset!"); \ static_assert(offsetof(FCharacterBoneProjection, HiddenDelay) == 0x00003C, "Member 'FCharacterBoneProjection::HiddenDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootPick \ static_assert(alignof(FLootPick) == 0x000008, "Wrong alignment on FLootPick"); \ static_assert(sizeof(FLootPick) == 0x000020, "Wrong size on FLootPick"); \ static_assert(offsetof(FLootPick, ContainerID) == 0x000000, "Member 'FLootPick::ContainerID' has a wrong offset!"); \ static_assert(offsetof(FLootPick, ContainerWeightMin) == 0x000010, "Member 'FLootPick::ContainerWeightMin' has a wrong offset!"); \ static_assert(offsetof(FLootPick, ContainerWeightMax) == 0x000014, "Member 'FLootPick::ContainerWeightMax' has a wrong offset!"); \ static_assert(offsetof(FLootPick, ContainerWeightBase) == 0x000018, "Member 'FLootPick::ContainerWeightBase' has a wrong offset!"); \ static_assert(offsetof(FLootPick, ItemRollCount) == 0x00001C, "Member 'FLootPick::ItemRollCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FISMIndices \ static_assert(alignof(FISMIndices) == 0x000008, "Wrong alignment on FISMIndices"); \ static_assert(sizeof(FISMIndices) == 0x000028, "Wrong size on FISMIndices"); \ #define DUMPER7_ASSERTS_FSimpleBoneInfo \ static_assert(alignof(FSimpleBoneInfo) == 0x000010, "Wrong alignment on FSimpleBoneInfo"); \ static_assert(sizeof(FSimpleBoneInfo) == 0x0000D0, "Wrong size on FSimpleBoneInfo"); \ static_assert(offsetof(FSimpleBoneInfo, BoneComponent) == 0x0000B0, "Member 'FSimpleBoneInfo::BoneComponent' has a wrong offset!"); \ static_assert(offsetof(FSimpleBoneInfo, NameNoneComponent) == 0x0000B8, "Member 'FSimpleBoneInfo::NameNoneComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleBoneInfoCache \ static_assert(alignof(FSimpleBoneInfoCache) == 0x000008, "Wrong alignment on FSimpleBoneInfoCache"); \ static_assert(sizeof(FSimpleBoneInfoCache) == 0x000060, "Wrong size on FSimpleBoneInfoCache"); \ static_assert(offsetof(FSimpleBoneInfoCache, BoneCache) == 0x000010, "Member 'FSimpleBoneInfoCache::BoneCache' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterName \ static_assert(alignof(FCharacterName) == 0x000004, "Wrong alignment on FCharacterName"); \ static_assert(sizeof(FCharacterName) == 0x000008, "Wrong size on FCharacterName"); \ static_assert(offsetof(FCharacterName, CharacterName) == 0x000000, "Member 'FCharacterName::CharacterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMiniMapIconBackgrounds \ static_assert(alignof(FMiniMapIconBackgrounds) == 0x000008, "Wrong alignment on FMiniMapIconBackgrounds"); \ static_assert(sizeof(FMiniMapIconBackgrounds) == 0x000038, "Wrong size on FMiniMapIconBackgrounds"); \ static_assert(offsetof(FMiniMapIconBackgrounds, IconName) == 0x000008, "Member 'FMiniMapIconBackgrounds::IconName' has a wrong offset!"); \ static_assert(offsetof(FMiniMapIconBackgrounds, IconBackgroundLayer2) == 0x000018, "Member 'FMiniMapIconBackgrounds::IconBackgroundLayer2' has a wrong offset!"); \ static_assert(offsetof(FMiniMapIconBackgrounds, IconBackgroundLayer3) == 0x000028, "Member 'FMiniMapIconBackgrounds::IconBackgroundLayer3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterStateHUDStyle \ static_assert(alignof(FCharacterStateHUDStyle) == 0x000008, "Wrong alignment on FCharacterStateHUDStyle"); \ static_assert(sizeof(FCharacterStateHUDStyle) == 0x002C80, "Wrong size on FCharacterStateHUDStyle"); \ static_assert(offsetof(FCharacterStateHUDStyle, CurrentActorTextStyle) == 0x000008, "Member 'FCharacterStateHUDStyle::CurrentActorTextStyle' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateHUDStyle, FootPlantTextStyle) == 0x000278, "Member 'FCharacterStateHUDStyle::FootPlantTextStyle' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateHUDStyle, ChannelTextStyle) == 0x0004E8, "Member 'FCharacterStateHUDStyle::ChannelTextStyle' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateHUDStyle, AbilityTextStyle) == 0x000758, "Member 'FCharacterStateHUDStyle::AbilityTextStyle' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateHUDStyle, AnimationTextStyle) == 0x0009C8, "Member 'FCharacterStateHUDStyle::AnimationTextStyle' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateHUDStyle, AnimationBlendTextStyle) == 0x000C38, "Member 'FCharacterStateHUDStyle::AnimationBlendTextStyle' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateHUDStyle, BlendInputTextStyle) == 0x000EA8, "Member 'FCharacterStateHUDStyle::BlendInputTextStyle' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateHUDStyle, PlayRateTextStyle) == 0x001118, "Member 'FCharacterStateHUDStyle::PlayRateTextStyle' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateHUDStyle, AdditiveTextStyle) == 0x001388, "Member 'FCharacterStateHUDStyle::AdditiveTextStyle' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateHUDStyle, BlendWeightTextStyle) == 0x0015F8, "Member 'FCharacterStateHUDStyle::BlendWeightTextStyle' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateHUDStyle, RootMotionTextStyle) == 0x001868, "Member 'FCharacterStateHUDStyle::RootMotionTextStyle' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateHUDStyle, AssetLengthTextStyle) == 0x001AD8, "Member 'FCharacterStateHUDStyle::AssetLengthTextStyle' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateHUDStyle, GameplayTagTextStyle) == 0x001D48, "Member 'FCharacterStateHUDStyle::GameplayTagTextStyle' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateHUDStyle, ActorTagTextStyle) == 0x001FB8, "Member 'FCharacterStateHUDStyle::ActorTagTextStyle' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateHUDStyle, TreeRowStyle) == 0x002228, "Member 'FCharacterStateHUDStyle::TreeRowStyle' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateHUDStyle, HUDMargin) == 0x0029F0, "Member 'FCharacterStateHUDStyle::HUDMargin' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateHUDStyle, TreeMargin) == 0x002A00, "Member 'FCharacterStateHUDStyle::TreeMargin' has a wrong offset!"); \ static_assert(offsetof(FCharacterStateHUDStyle, AnimationInfoTextStyle) == 0x002A10, "Member 'FCharacterStateHUDStyle::AnimationInfoTextStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCinematicBatchRow \ static_assert(alignof(FCinematicBatchRow) == 0x000008, "Wrong alignment on FCinematicBatchRow"); \ static_assert(sizeof(FCinematicBatchRow) == 0x000038, "Wrong size on FCinematicBatchRow"); \ static_assert(offsetof(FCinematicBatchRow, CinematicBatch) == 0x000008, "Member 'FCinematicBatchRow::CinematicBatch' has a wrong offset!"); \ static_assert(offsetof(FCinematicBatchRow, bEnabled) == 0x000030, "Member 'FCinematicBatchRow::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGearBackSlotName \ static_assert(alignof(FGearBackSlotName) == 0x000008, "Wrong alignment on FGearBackSlotName"); \ static_assert(sizeof(FGearBackSlotName) == 0x000010, "Wrong size on FGearBackSlotName"); \ #define DUMPER7_ASSERTS_FGearNeckSlotName \ static_assert(alignof(FGearNeckSlotName) == 0x000008, "Wrong alignment on FGearNeckSlotName"); \ static_assert(sizeof(FGearNeckSlotName) == 0x000010, "Wrong size on FGearNeckSlotName"); \ #define DUMPER7_ASSERTS_FGearOutfitSlotName \ static_assert(alignof(FGearOutfitSlotName) == 0x000008, "Wrong alignment on FGearOutfitSlotName"); \ static_assert(sizeof(FGearOutfitSlotName) == 0x000010, "Wrong size on FGearOutfitSlotName"); \ #define DUMPER7_ASSERTS_FGearHandSlotName \ static_assert(alignof(FGearHandSlotName) == 0x000008, "Wrong alignment on FGearHandSlotName"); \ static_assert(sizeof(FGearHandSlotName) == 0x000010, "Wrong size on FGearHandSlotName"); \ #define DUMPER7_ASSERTS_FAvatarHouse \ static_assert(alignof(FAvatarHouse) == 0x000004, "Wrong alignment on FAvatarHouse"); \ static_assert(sizeof(FAvatarHouse) == 0x000008, "Wrong size on FAvatarHouse"); \ static_assert(offsetof(FAvatarHouse, Name) == 0x000000, "Member 'FAvatarHouse::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCinematicAvatarSettings \ static_assert(alignof(FCinematicAvatarSettings) == 0x000008, "Wrong alignment on FCinematicAvatarSettings"); \ static_assert(sizeof(FCinematicAvatarSettings) == 0x000070, "Wrong size on FCinematicAvatarSettings"); \ static_assert(offsetof(FCinematicAvatarSettings, Character) == 0x000000, "Member 'FCinematicAvatarSettings::Character' has a wrong offset!"); \ static_assert(offsetof(FCinematicAvatarSettings, FullBodyPreset) == 0x000008, "Member 'FCinematicAvatarSettings::FullBodyPreset' has a wrong offset!"); \ static_assert(offsetof(FCinematicAvatarSettings, GenderVoice) == 0x000010, "Member 'FCinematicAvatarSettings::GenderVoice' has a wrong offset!"); \ static_assert(offsetof(FCinematicAvatarSettings, HeadGear) == 0x000018, "Member 'FCinematicAvatarSettings::HeadGear' has a wrong offset!"); \ static_assert(offsetof(FCinematicAvatarSettings, OutfitGear) == 0x000028, "Member 'FCinematicAvatarSettings::OutfitGear' has a wrong offset!"); \ static_assert(offsetof(FCinematicAvatarSettings, BackGear) == 0x000038, "Member 'FCinematicAvatarSettings::BackGear' has a wrong offset!"); \ static_assert(offsetof(FCinematicAvatarSettings, NeckGear) == 0x000048, "Member 'FCinematicAvatarSettings::NeckGear' has a wrong offset!"); \ static_assert(offsetof(FCinematicAvatarSettings, HandGear) == 0x000058, "Member 'FCinematicAvatarSettings::HandGear' has a wrong offset!"); \ static_assert(offsetof(FCinematicAvatarSettings, House) == 0x000068, "Member 'FCinematicAvatarSettings::House' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCinematicRenderJob \ static_assert(alignof(FCinematicRenderJob) == 0x000008, "Wrong alignment on FCinematicRenderJob"); \ static_assert(sizeof(FCinematicRenderJob) == 0x0000B0, "Wrong size on FCinematicRenderJob"); \ static_assert(offsetof(FCinematicRenderJob, Suffix) == 0x000000, "Member 'FCinematicRenderJob::Suffix' has a wrong offset!"); \ static_assert(offsetof(FCinematicRenderJob, AvatarOverrides) == 0x000010, "Member 'FCinematicRenderJob::AvatarOverrides' has a wrong offset!"); \ static_assert(offsetof(FCinematicRenderJob, TimeOfDayOverride) == 0x000080, "Member 'FCinematicRenderJob::TimeOfDayOverride' has a wrong offset!"); \ static_assert(offsetof(FCinematicRenderJob, WeatherOverride) == 0x000090, "Member 'FCinematicRenderJob::WeatherOverride' has a wrong offset!"); \ static_assert(offsetof(FCinematicRenderJob, Overlay) == 0x0000A0, "Member 'FCinematicRenderJob::Overlay' has a wrong offset!"); \ static_assert(offsetof(FCinematicRenderJob, bIsDisabled) == 0x0000A8, "Member 'FCinematicRenderJob::bIsDisabled' has a wrong offset!"); \ static_assert(offsetof(FCinematicRenderJob, bAddToShotgun) == 0x0000A9, "Member 'FCinematicRenderJob::bAddToShotgun' has a wrong offset!"); \ static_assert(offsetof(FCinematicRenderJob, bUseViewmodeUnlit) == 0x0000AA, "Member 'FCinematicRenderJob::bUseViewmodeUnlit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMiniMapTentsData \ static_assert(alignof(FMiniMapTentsData) == 0x000004, "Wrong alignment on FMiniMapTentsData"); \ static_assert(sizeof(FMiniMapTentsData) == 0x000004, "Wrong size on FMiniMapTentsData"); \ static_assert(offsetof(FMiniMapTentsData, CurrentLevel) == 0x000000, "Member 'FMiniMapTentsData::CurrentLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMiniMapHogwartsData \ static_assert(alignof(FMiniMapHogwartsData) == 0x000001, "Wrong alignment on FMiniMapHogwartsData"); \ static_assert(sizeof(FMiniMapHogwartsData) == 0x000001, "Wrong size on FMiniMapHogwartsData"); \ #define DUMPER7_ASSERTS_FCinematicId \ static_assert(alignof(FCinematicId) == 0x000004, "Wrong alignment on FCinematicId"); \ static_assert(sizeof(FCinematicId) == 0x000008, "Wrong size on FCinematicId"); \ static_assert(offsetof(FCinematicId, ID) == 0x000000, "Member 'FCinematicId::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRegionBannerData \ static_assert(alignof(FRegionBannerData) == 0x000004, "Wrong alignment on FRegionBannerData"); \ static_assert(sizeof(FRegionBannerData) == 0x000014, "Wrong size on FRegionBannerData"); \ static_assert(offsetof(FRegionBannerData, DisplayName) == 0x000000, "Member 'FRegionBannerData::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FRegionBannerData, bShowBanner) == 0x000008, "Member 'FRegionBannerData::bShowBanner' has a wrong offset!"); \ static_assert(offsetof(FRegionBannerData, bDoZoom) == 0x000009, "Member 'FRegionBannerData::bDoZoom' has a wrong offset!"); \ static_assert(offsetof(FRegionBannerData, MiniMapZoomTarget) == 0x00000C, "Member 'FRegionBannerData::MiniMapZoomTarget' has a wrong offset!"); \ static_assert(offsetof(FRegionBannerData, MiniMapZoomTime) == 0x000010, "Member 'FRegionBannerData::MiniMapZoomTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVector2DClothInteractorValue \ static_assert(alignof(FVector2DClothInteractorValue) == 0x000004, "Wrong alignment on FVector2DClothInteractorValue"); \ static_assert(sizeof(FVector2DClothInteractorValue) == 0x00000C, "Wrong size on FVector2DClothInteractorValue"); \ static_assert(offsetof(FVector2DClothInteractorValue, Type) == 0x000000, "Member 'FVector2DClothInteractorValue::Type' has a wrong offset!"); \ static_assert(offsetof(FVector2DClothInteractorValue, Value) == 0x000004, "Member 'FVector2DClothInteractorValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUIColorDataTable \ static_assert(alignof(FUIColorDataTable) == 0x000008, "Wrong alignment on FUIColorDataTable"); \ static_assert(sizeof(FUIColorDataTable) == 0x000088, "Wrong size on FUIColorDataTable"); \ static_assert(offsetof(FUIColorDataTable, NormalVision) == 0x000008, "Member 'FUIColorDataTable::NormalVision' has a wrong offset!"); \ static_assert(offsetof(FUIColorDataTable, Protanopia) == 0x000018, "Member 'FUIColorDataTable::Protanopia' has a wrong offset!"); \ static_assert(offsetof(FUIColorDataTable, Deuteranopia) == 0x000028, "Member 'FUIColorDataTable::Deuteranopia' has a wrong offset!"); \ static_assert(offsetof(FUIColorDataTable, Tritanopia) == 0x000038, "Member 'FUIColorDataTable::Tritanopia' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVectorClothInteractorValue \ static_assert(alignof(FVectorClothInteractorValue) == 0x000004, "Wrong alignment on FVectorClothInteractorValue"); \ static_assert(sizeof(FVectorClothInteractorValue) == 0x000010, "Wrong size on FVectorClothInteractorValue"); \ static_assert(offsetof(FVectorClothInteractorValue, Type) == 0x000000, "Member 'FVectorClothInteractorValue::Type' has a wrong offset!"); \ static_assert(offsetof(FVectorClothInteractorValue, Value) == 0x000004, "Member 'FVectorClothInteractorValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIntClothInteractorValue \ static_assert(alignof(FIntClothInteractorValue) == 0x000004, "Wrong alignment on FIntClothInteractorValue"); \ static_assert(sizeof(FIntClothInteractorValue) == 0x000008, "Wrong size on FIntClothInteractorValue"); \ static_assert(offsetof(FIntClothInteractorValue, Type) == 0x000000, "Member 'FIntClothInteractorValue::Type' has a wrong offset!"); \ static_assert(offsetof(FIntClothInteractorValue, Value) == 0x000004, "Member 'FIntClothInteractorValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEBC_BoneRadiusVelocity \ static_assert(alignof(FEBC_BoneRadiusVelocity) == 0x000004, "Wrong alignment on FEBC_BoneRadiusVelocity"); \ static_assert(sizeof(FEBC_BoneRadiusVelocity) == 0x000018, "Wrong size on FEBC_BoneRadiusVelocity"); \ static_assert(offsetof(FEBC_BoneRadiusVelocity, Bone) == 0x000000, "Member 'FEBC_BoneRadiusVelocity::Bone' has a wrong offset!"); \ static_assert(offsetof(FEBC_BoneRadiusVelocity, orbitRadius) == 0x000008, "Member 'FEBC_BoneRadiusVelocity::orbitRadius' has a wrong offset!"); \ static_assert(offsetof(FEBC_BoneRadiusVelocity, orbitVelocity) == 0x00000C, "Member 'FEBC_BoneRadiusVelocity::orbitVelocity' has a wrong offset!"); \ static_assert(offsetof(FEBC_BoneRadiusVelocity, LinearVelocity) == 0x000010, "Member 'FEBC_BoneRadiusVelocity::LinearVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVanishmentEvent \ static_assert(alignof(FVanishmentEvent) == 0x000008, "Wrong alignment on FVanishmentEvent"); \ static_assert(sizeof(FVanishmentEvent) == 0x000020, "Wrong size on FVanishmentEvent"); \ static_assert(offsetof(FVanishmentEvent, SurfaceTag) == 0x000000, "Member 'FVanishmentEvent::SurfaceTag' has a wrong offset!"); \ static_assert(offsetof(FVanishmentEvent, EventType) == 0x000008, "Member 'FVanishmentEvent::EventType' has a wrong offset!"); \ static_assert(offsetof(FVanishmentEvent, DesiredDurationSeconds) == 0x00000C, "Member 'FVanishmentEvent::DesiredDurationSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFloatClothInteractorValue \ static_assert(alignof(FFloatClothInteractorValue) == 0x000004, "Wrong alignment on FFloatClothInteractorValue"); \ static_assert(sizeof(FFloatClothInteractorValue) == 0x000008, "Wrong size on FFloatClothInteractorValue"); \ static_assert(offsetof(FFloatClothInteractorValue, Type) == 0x000000, "Member 'FFloatClothInteractorValue::Type' has a wrong offset!"); \ static_assert(offsetof(FFloatClothInteractorValue, Value) == 0x000004, "Member 'FFloatClothInteractorValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCombatCursedData \ static_assert(alignof(FCombatCursedData) == 0x000008, "Wrong alignment on FCombatCursedData"); \ static_assert(sizeof(FCombatCursedData) == 0x000020, "Wrong size on FCombatCursedData"); \ static_assert(offsetof(FCombatCursedData, ActivateFX2) == 0x000000, "Member 'FCombatCursedData::ActivateFX2' has a wrong offset!"); \ static_assert(offsetof(FCombatCursedData, FlairFX2) == 0x000010, "Member 'FCombatCursedData::FlairFX2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCombatParryInfo \ static_assert(alignof(FCombatParryInfo) == 0x000008, "Wrong alignment on FCombatParryInfo"); \ static_assert(sizeof(FCombatParryInfo) == 0x000020, "Wrong size on FCombatParryInfo"); \ #define DUMPER7_ASSERTS_FAccessibilityAudioCueIconTable \ static_assert(alignof(FAccessibilityAudioCueIconTable) == 0x000008, "Wrong alignment on FAccessibilityAudioCueIconTable"); \ static_assert(sizeof(FAccessibilityAudioCueIconTable) == 0x000068, "Wrong size on FAccessibilityAudioCueIconTable"); \ static_assert(offsetof(FAccessibilityAudioCueIconTable, CueName) == 0x000008, "Member 'FAccessibilityAudioCueIconTable::CueName' has a wrong offset!"); \ static_assert(offsetof(FAccessibilityAudioCueIconTable, IconName) == 0x000010, "Member 'FAccessibilityAudioCueIconTable::IconName' has a wrong offset!"); \ static_assert(offsetof(FAccessibilityAudioCueIconTable, LifeTime) == 0x000018, "Member 'FAccessibilityAudioCueIconTable::LifeTime' has a wrong offset!"); \ static_assert(offsetof(FAccessibilityAudioCueIconTable, ShouldFade) == 0x00001C, "Member 'FAccessibilityAudioCueIconTable::ShouldFade' has a wrong offset!"); \ static_assert(offsetof(FAccessibilityAudioCueIconTable, FadeTime) == 0x000020, "Member 'FAccessibilityAudioCueIconTable::FadeTime' has a wrong offset!"); \ static_assert(offsetof(FAccessibilityAudioCueIconTable, Colour) == 0x000028, "Member 'FAccessibilityAudioCueIconTable::Colour' has a wrong offset!"); \ static_assert(offsetof(FAccessibilityAudioCueIconTable, Scale) == 0x000038, "Member 'FAccessibilityAudioCueIconTable::Scale' has a wrong offset!"); \ static_assert(offsetof(FAccessibilityAudioCueIconTable, ShouldRotate) == 0x00003C, "Member 'FAccessibilityAudioCueIconTable::ShouldRotate' has a wrong offset!"); \ static_assert(offsetof(FAccessibilityAudioCueIconTable, DefaultRotation) == 0x000040, "Member 'FAccessibilityAudioCueIconTable::DefaultRotation' has a wrong offset!"); \ static_assert(offsetof(FAccessibilityAudioCueIconTable, MaxInstances) == 0x000044, "Member 'FAccessibilityAudioCueIconTable::MaxInstances' has a wrong offset!"); \ static_assert(offsetof(FAccessibilityAudioCueIconTable, MaxVisibleInstances) == 0x000048, "Member 'FAccessibilityAudioCueIconTable::MaxVisibleInstances' has a wrong offset!"); \ static_assert(offsetof(FAccessibilityAudioCueIconTable, MaxInstancesPerActor) == 0x00004C, "Member 'FAccessibilityAudioCueIconTable::MaxInstancesPerActor' has a wrong offset!"); \ static_assert(offsetof(FAccessibilityAudioCueIconTable, Priority) == 0x000050, "Member 'FAccessibilityAudioCueIconTable::Priority' has a wrong offset!"); \ static_assert(offsetof(FAccessibilityAudioCueIconTable, Range) == 0x000054, "Member 'FAccessibilityAudioCueIconTable::Range' has a wrong offset!"); \ static_assert(offsetof(FAccessibilityAudioCueIconTable, ClampDistance) == 0x000058, "Member 'FAccessibilityAudioCueIconTable::ClampDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompanionSettingData \ static_assert(alignof(FCompanionSettingData) == 0x000008, "Wrong alignment on FCompanionSettingData"); \ static_assert(sizeof(FCompanionSettingData) == 0x000080, "Wrong size on FCompanionSettingData"); \ static_assert(offsetof(FCompanionSettingData, CompanionFarDistance) == 0x000000, "Member 'FCompanionSettingData::CompanionFarDistance' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, CompanionTeleportDistance) == 0x000004, "Member 'FCompanionSettingData::CompanionTeleportDistance' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, CompanionIdealFollowDistance) == 0x000008, "Member 'FCompanionSettingData::CompanionIdealFollowDistance' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, CompanionIdealFollowBufferDistance) == 0x00000C, "Member 'FCompanionSettingData::CompanionIdealFollowBufferDistance' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, bUsePlayerMovement) == 0x000010, "Member 'FCompanionSettingData::bUsePlayerMovement' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, MovementDelay) == 0x000014, "Member 'FCompanionSettingData::MovementDelay' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, BypassMovementDelayTimerDistance) == 0x000018, "Member 'FCompanionSettingData::BypassMovementDelayTimerDistance' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, bCanSlowWalk) == 0x000020, "Member 'FCompanionSettingData::bCanSlowWalk' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, StartSlowWalkingProximityRadius) == 0x000024, "Member 'FCompanionSettingData::StartSlowWalkingProximityRadius' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, bCanWalk) == 0x00002C, "Member 'FCompanionSettingData::bCanWalk' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, StartWalkingProximityRadius) == 0x000030, "Member 'FCompanionSettingData::StartWalkingProximityRadius' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, bCanJog) == 0x000038, "Member 'FCompanionSettingData::bCanJog' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, StartJoggingProximityRadius) == 0x00003C, "Member 'FCompanionSettingData::StartJoggingProximityRadius' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, bCanSprint) == 0x000044, "Member 'FCompanionSettingData::bCanSprint' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, StartSprintingProximityRadius) == 0x000048, "Member 'FCompanionSettingData::StartSprintingProximityRadius' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, MaxCompanionCombatDistance) == 0x00004C, "Member 'FCompanionSettingData::MaxCompanionCombatDistance' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, CompanionSpellCooldownMultipliers) == 0x000050, "Member 'FCompanionSettingData::CompanionSpellCooldownMultipliers' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, PlayerLowHealthPercentage) == 0x000060, "Member 'FCompanionSettingData::PlayerLowHealthPercentage' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, MaxCompanionHealingDistance) == 0x000064, "Member 'FCompanionSettingData::MaxCompanionHealingDistance' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, PlayerHealingCooldownTime) == 0x000068, "Member 'FCompanionSettingData::PlayerHealingCooldownTime' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, PlayerDownUndetectedTime) == 0x00006C, "Member 'FCompanionSettingData::PlayerDownUndetectedTime' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, UseDisillusionment) == 0x000070, "Member 'FCompanionSettingData::UseDisillusionment' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, DisillusionmentCooldownTime) == 0x000074, "Member 'FCompanionSettingData::DisillusionmentCooldownTime' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, LumosCooldownTime) == 0x000078, "Member 'FCompanionSettingData::LumosCooldownTime' has a wrong offset!"); \ static_assert(offsetof(FCompanionSettingData, MaximumVoiceoverRange) == 0x00007C, "Member 'FCompanionSettingData::MaximumVoiceoverRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_ParryWindowSetupData \ static_assert(alignof(FEnemy_ParryWindowSetupData) == 0x000008, "Wrong alignment on FEnemy_ParryWindowSetupData"); \ static_assert(sizeof(FEnemy_ParryWindowSetupData) == 0x000030, "Wrong size on FEnemy_ParryWindowSetupData"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, bShowUI) == 0x000000, "Member 'FEnemy_ParryWindowSetupData::bShowUI' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, bPersistPastImpact) == 0x000001, "Member 'FEnemy_ParryWindowSetupData::bPersistPastImpact' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, bDilateLeadIn) == 0x000002, "Member 'FEnemy_ParryWindowSetupData::bDilateLeadIn' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, bDilateRelease) == 0x000003, "Member 'FEnemy_ParryWindowSetupData::bDilateRelease' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, bTargetIsPlayer) == 0x000004, "Member 'FEnemy_ParryWindowSetupData::bTargetIsPlayer' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, bTargetIsOnMount) == 0x000005, "Member 'FEnemy_ParryWindowSetupData::bTargetIsOnMount' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, TargetPtr) == 0x000008, "Member 'FEnemy_ParryWindowSetupData::TargetPtr' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, LeadIn) == 0x000010, "Member 'FEnemy_ParryWindowSetupData::LeadIn' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, ToRelease) == 0x000014, "Member 'FEnemy_ParryWindowSetupData::ToRelease' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, bUnblockable) == 0x000018, "Member 'FEnemy_ParryWindowSetupData::bUnblockable' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, Perfect) == 0x00001C, "Member 'FEnemy_ParryWindowSetupData::Perfect' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, AbortDistance) == 0x000020, "Member 'FEnemy_ParryWindowSetupData::AbortDistance' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, CounterType) == 0x000024, "Member 'FEnemy_ParryWindowSetupData::CounterType' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, ResponseType) == 0x000025, "Member 'FEnemy_ParryWindowSetupData::ResponseType' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, CounterStepDirection) == 0x000026, "Member 'FEnemy_ParryWindowSetupData::CounterStepDirection' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, CounterStyle) == 0x000027, "Member 'FEnemy_ParryWindowSetupData::CounterStyle' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, DodgeStyle) == 0x000028, "Member 'FEnemy_ParryWindowSetupData::DodgeStyle' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryWindowSetupData, bManuallyLaunchedProjectile) == 0x000029, "Member 'FEnemy_ParryWindowSetupData::bManuallyLaunchedProjectile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSanctuaryMiniMapUnlocks \ static_assert(alignof(FSanctuaryMiniMapUnlocks) == 0x000008, "Wrong alignment on FSanctuaryMiniMapUnlocks"); \ static_assert(sizeof(FSanctuaryMiniMapUnlocks) == 0x000010, "Wrong size on FSanctuaryMiniMapUnlocks"); \ #define DUMPER7_ASSERTS_FCompanionIdentityBuff \ static_assert(alignof(FCompanionIdentityBuff) == 0x000004, "Wrong alignment on FCompanionIdentityBuff"); \ static_assert(sizeof(FCompanionIdentityBuff) == 0x000008, "Wrong size on FCompanionIdentityBuff"); \ static_assert(offsetof(FCompanionIdentityBuff, AbilityName) == 0x000000, "Member 'FCompanionIdentityBuff::AbilityName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompanionVolumeEntry \ static_assert(alignof(FCompanionVolumeEntry) == 0x000008, "Wrong alignment on FCompanionVolumeEntry"); \ static_assert(sizeof(FCompanionVolumeEntry) == 0x000028, "Wrong size on FCompanionVolumeEntry"); \ static_assert(offsetof(FCompanionVolumeEntry, Volume) == 0x000000, "Member 'FCompanionVolumeEntry::Volume' has a wrong offset!"); \ static_assert(offsetof(FCompanionVolumeEntry, Pawn) == 0x000008, "Member 'FCompanionVolumeEntry::Pawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpellData \ static_assert(alignof(FSpellData) == 0x000008, "Wrong alignment on FSpellData"); \ static_assert(sizeof(FSpellData) == 0x0000E0, "Wrong size on FSpellData"); \ static_assert(offsetof(FSpellData, SpellName) == 0x000008, "Member 'FSpellData::SpellName' has a wrong offset!"); \ static_assert(offsetof(FSpellData, Instigator) == 0x000010, "Member 'FSpellData::Instigator' has a wrong offset!"); \ static_assert(offsetof(FSpellData, Hit) == 0x000018, "Member 'FSpellData::Hit' has a wrong offset!"); \ static_assert(offsetof(FSpellData, ImpactDirection) == 0x0000A0, "Member 'FSpellData::ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(FSpellData, ImpactLocation) == 0x0000AC, "Member 'FSpellData::ImpactLocation' has a wrong offset!"); \ static_assert(offsetof(FSpellData, Velocity) == 0x0000B8, "Member 'FSpellData::Velocity' has a wrong offset!"); \ static_assert(offsetof(FSpellData, Destination) == 0x0000C4, "Member 'FSpellData::Destination' has a wrong offset!"); \ static_assert(offsetof(FSpellData, DestinationActor) == 0x0000D0, "Member 'FSpellData::DestinationActor' has a wrong offset!"); \ static_assert(offsetof(FSpellData, Duration) == 0x0000D8, "Member 'FSpellData::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompanionVolumeSettings \ static_assert(alignof(FCompanionVolumeSettings) == 0x000004, "Wrong alignment on FCompanionVolumeSettings"); \ static_assert(sizeof(FCompanionVolumeSettings) == 0x000014, "Wrong size on FCompanionVolumeSettings"); \ static_assert(offsetof(FCompanionVolumeSettings, IdealDistanceFromPlayer) == 0x000000, "Member 'FCompanionVolumeSettings::IdealDistanceFromPlayer' has a wrong offset!"); \ static_assert(offsetof(FCompanionVolumeSettings, bDisableInteractions) == 0x000004, "Member 'FCompanionVolumeSettings::bDisableInteractions' has a wrong offset!"); \ static_assert(offsetof(FCompanionVolumeSettings, movementDelayTimer) == 0x000008, "Member 'FCompanionVolumeSettings::movementDelayTimer' has a wrong offset!"); \ static_assert(offsetof(FCompanionVolumeSettings, BufferDistance) == 0x00000C, "Member 'FCompanionVolumeSettings::BufferDistance' has a wrong offset!"); \ static_assert(offsetof(FCompanionVolumeSettings, ReachDistance) == 0x000010, "Member 'FCompanionVolumeSettings::ReachDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompanionFollowParams \ static_assert(alignof(FCompanionFollowParams) == 0x000004, "Wrong alignment on FCompanionFollowParams"); \ static_assert(sizeof(FCompanionFollowParams) == 0x000020, "Wrong size on FCompanionFollowParams"); \ static_assert(offsetof(FCompanionFollowParams, FollowLocation) == 0x000000, "Member 'FCompanionFollowParams::FollowLocation' has a wrong offset!"); \ static_assert(offsetof(FCompanionFollowParams, ReachDistance) == 0x00000C, "Member 'FCompanionFollowParams::ReachDistance' has a wrong offset!"); \ static_assert(offsetof(FCompanionFollowParams, BufferDistance) == 0x000010, "Member 'FCompanionFollowParams::BufferDistance' has a wrong offset!"); \ static_assert(offsetof(FCompanionFollowParams, bShouldUseTimer) == 0x000014, "Member 'FCompanionFollowParams::bShouldUseTimer' has a wrong offset!"); \ static_assert(offsetof(FCompanionFollowParams, movementDelayTimer) == 0x000018, "Member 'FCompanionFollowParams::movementDelayTimer' has a wrong offset!"); \ static_assert(offsetof(FCompanionFollowParams, BypassMovementDelayTimerDistance) == 0x00001C, "Member 'FCompanionFollowParams::BypassMovementDelayTimerDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemyStateData \ static_assert(alignof(FEnemyStateData) == 0x000008, "Wrong alignment on FEnemyStateData"); \ static_assert(sizeof(FEnemyStateData) == 0x0002A0, "Wrong size on FEnemyStateData"); \ static_assert(offsetof(FEnemyStateData, FriendlyFireTypeList) == 0x000280, "Member 'FEnemyStateData::FriendlyFireTypeList' has a wrong offset!"); \ static_assert(offsetof(FEnemyStateData, InAirVulnerabilityHeightRequirement) == 0x000294, "Member 'FEnemyStateData::InAirVulnerabilityHeightRequirement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpellMunitionInfo \ static_assert(alignof(FSpellMunitionInfo) == 0x000008, "Wrong alignment on FSpellMunitionInfo"); \ static_assert(sizeof(FSpellMunitionInfo) == 0x000138, "Wrong size on FSpellMunitionInfo"); \ #define DUMPER7_ASSERTS_FMapFXItem \ static_assert(alignof(FMapFXItem) == 0x000008, "Wrong alignment on FMapFXItem"); \ static_assert(sizeof(FMapFXItem) == 0x000040, "Wrong size on FMapFXItem"); \ static_assert(offsetof(FMapFXItem, NiagaraSystem) == 0x000000, "Member 'FMapFXItem::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(FMapFXItem, Path) == 0x000008, "Member 'FMapFXItem::Path' has a wrong offset!"); \ static_assert(offsetof(FMapFXItem, Name) == 0x000018, "Member 'FMapFXItem::Name' has a wrong offset!"); \ static_assert(offsetof(FMapFXItem, Looped) == 0x000028, "Member 'FMapFXItem::Looped' has a wrong offset!"); \ static_assert(offsetof(FMapFXItem, Scale) == 0x00002C, "Member 'FMapFXItem::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConfundoData \ static_assert(alignof(FConfundoData) == 0x000008, "Wrong alignment on FConfundoData"); \ static_assert(sizeof(FConfundoData) == 0x000018, "Wrong size on FConfundoData"); \ static_assert(offsetof(FConfundoData, FX2) == 0x000008, "Member 'FConfundoData::FX2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConjuredHistoryItem \ static_assert(alignof(FConjuredHistoryItem) == 0x000008, "Wrong alignment on FConjuredHistoryItem"); \ static_assert(sizeof(FConjuredHistoryItem) == 0x000010, "Wrong size on FConjuredHistoryItem"); \ static_assert(offsetof(FConjuredHistoryItem, Actors) == 0x000000, "Member 'FConjuredHistoryItem::Actors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConjurationSurfaceMeshBuildParams \ static_assert(alignof(FConjurationSurfaceMeshBuildParams) == 0x000004, "Wrong alignment on FConjurationSurfaceMeshBuildParams"); \ static_assert(sizeof(FConjurationSurfaceMeshBuildParams) == 0x000014, "Wrong size on FConjurationSurfaceMeshBuildParams"); \ static_assert(offsetof(FConjurationSurfaceMeshBuildParams, MaxAngle) == 0x000000, "Member 'FConjurationSurfaceMeshBuildParams::MaxAngle' has a wrong offset!"); \ static_assert(offsetof(FConjurationSurfaceMeshBuildParams, MaxClimb) == 0x000004, "Member 'FConjurationSurfaceMeshBuildParams::MaxClimb' has a wrong offset!"); \ static_assert(offsetof(FConjurationSurfaceMeshBuildParams, Radius) == 0x000008, "Member 'FConjurationSurfaceMeshBuildParams::Radius' has a wrong offset!"); \ static_assert(offsetof(FConjurationSurfaceMeshBuildParams, BorderSize) == 0x00000C, "Member 'FConjurationSurfaceMeshBuildParams::BorderSize' has a wrong offset!"); \ static_assert(offsetof(FConjurationSurfaceMeshBuildParams, MinArea) == 0x000010, "Member 'FConjurationSurfaceMeshBuildParams::MinArea' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticVendorEntry \ static_assert(alignof(FStaticVendorEntry) == 0x000008, "Wrong alignment on FStaticVendorEntry"); \ static_assert(sizeof(FStaticVendorEntry) == 0x000028, "Wrong size on FStaticVendorEntry"); \ static_assert(offsetof(FStaticVendorEntry, CharacterID) == 0x000000, "Member 'FStaticVendorEntry::CharacterID' has a wrong offset!"); \ static_assert(offsetof(FStaticVendorEntry, EnableBeacon) == 0x000010, "Member 'FStaticVendorEntry::EnableBeacon' has a wrong offset!"); \ static_assert(offsetof(FStaticVendorEntry, VendorStoryGraph) == 0x000018, "Member 'FStaticVendorEntry::VendorStoryGraph' has a wrong offset!"); \ static_assert(offsetof(FStaticVendorEntry, ConversationPresetOverride) == 0x000020, "Member 'FStaticVendorEntry::ConversationPresetOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExplodingSkeletonPieceFXBase \ static_assert(alignof(FExplodingSkeletonPieceFXBase) == 0x000008, "Wrong alignment on FExplodingSkeletonPieceFXBase"); \ static_assert(sizeof(FExplodingSkeletonPieceFXBase) == 0x000010, "Wrong size on FExplodingSkeletonPieceFXBase"); \ static_assert(offsetof(FExplodingSkeletonPieceFXBase, NiagaraVFX) == 0x000000, "Member 'FExplodingSkeletonPieceFXBase::NiagaraVFX' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonPieceFXBase, OpacityParameter) == 0x000008, "Member 'FExplodingSkeletonPieceFXBase::OpacityParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExplodingSkeletonPieceFXFade \ static_assert(alignof(FExplodingSkeletonPieceFXFade) == 0x000008, "Wrong alignment on FExplodingSkeletonPieceFXFade"); \ static_assert(sizeof(FExplodingSkeletonPieceFXFade) == 0x000018, "Wrong size on FExplodingSkeletonPieceFXFade"); \ static_assert(offsetof(FExplodingSkeletonPieceFXFade, bWaitForSystemToFinish) == 0x000010, "Member 'FExplodingSkeletonPieceFXFade::bWaitForSystemToFinish' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAccessibilityAudioCueEventPacket \ static_assert(alignof(FAccessibilityAudioCueEventPacket) == 0x000008, "Wrong alignment on FAccessibilityAudioCueEventPacket"); \ static_assert(sizeof(FAccessibilityAudioCueEventPacket) == 0x000010, "Wrong size on FAccessibilityAudioCueEventPacket"); \ #define DUMPER7_ASSERTS_FConversationRegistration \ static_assert(alignof(FConversationRegistration) == 0x000010, "Wrong alignment on FConversationRegistration"); \ static_assert(sizeof(FConversationRegistration) == 0x000170, "Wrong size on FConversationRegistration"); \ #define DUMPER7_ASSERTS_FCreatureCombatAttackImpactData \ static_assert(alignof(FCreatureCombatAttackImpactData) == 0x000010, "Wrong alignment on FCreatureCombatAttackImpactData"); \ static_assert(sizeof(FCreatureCombatAttackImpactData) == 0x000070, "Wrong size on FCreatureCombatAttackImpactData"); \ static_assert(offsetof(FCreatureCombatAttackImpactData, AttackData) == 0x000000, "Member 'FCreatureCombatAttackImpactData::AttackData' has a wrong offset!"); \ static_assert(offsetof(FCreatureCombatAttackImpactData, AnimationArchitectGameplayTags) == 0x000008, "Member 'FCreatureCombatAttackImpactData::AnimationArchitectGameplayTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FItemProperties \ static_assert(alignof(FItemProperties) == 0x000004, "Wrong alignment on FItemProperties"); \ static_assert(sizeof(FItemProperties) == 0x00006C, "Wrong size on FItemProperties"); \ static_assert(offsetof(FItemProperties, ItemId) == 0x000000, "Member 'FItemProperties::ItemId' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, EconomyValue) == 0x000008, "Member 'FItemProperties::EconomyValue' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, SellPrice) == 0x00000C, "Member 'FItemProperties::SellPrice' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, Inventoryable) == 0x000010, "Member 'FItemProperties::Inventoryable' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, Persistent) == 0x000011, "Member 'FItemProperties::Persistent' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, Consumable) == 0x000012, "Member 'FItemProperties::Consumable' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, bTriggerAbilityOnConsume) == 0x000013, "Member 'FItemProperties::bTriggerAbilityOnConsume' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, Giftable) == 0x000014, "Member 'FItemProperties::Giftable' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, Sellable) == 0x000015, "Member 'FItemProperties::Sellable' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, Dropable) == 0x000016, "Member 'FItemProperties::Dropable' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, MaxInventoryStack) == 0x000018, "Member 'FItemProperties::MaxInventoryStack' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, ItemUsageType) == 0x00001C, "Member 'FItemProperties::ItemUsageType' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, ItemUsageObjectID) == 0x000024, "Member 'FItemProperties::ItemUsageObjectID' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, LockId) == 0x00002C, "Member 'FItemProperties::LockId' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, OnUseLockID) == 0x000034, "Member 'FItemProperties::OnUseLockID' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, RarityTier) == 0x00003C, "Member 'FItemProperties::RarityTier' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, PrerequisiteLockID) == 0x000044, "Member 'FItemProperties::PrerequisiteLockID' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, PrerequisiteLockID2) == 0x00004C, "Member 'FItemProperties::PrerequisiteLockID2' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, ItemType) == 0x000054, "Member 'FItemProperties::ItemType' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, UsableFromInventory) == 0x00005C, "Member 'FItemProperties::UsableFromInventory' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, ItemLevel) == 0x000060, "Member 'FItemProperties::ItemLevel' has a wrong offset!"); \ static_assert(offsetof(FItemProperties, StorageLocation) == 0x000064, "Member 'FItemProperties::StorageLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreatureCombatAttackParryData \ static_assert(alignof(FCreatureCombatAttackParryData) == 0x000004, "Wrong alignment on FCreatureCombatAttackParryData"); \ static_assert(sizeof(FCreatureCombatAttackParryData) == 0x00001C, "Wrong size on FCreatureCombatAttackParryData"); \ static_assert(offsetof(FCreatureCombatAttackParryData, bUnblockableByPlayer) == 0x000000, "Member 'FCreatureCombatAttackParryData::bUnblockableByPlayer' has a wrong offset!"); \ static_assert(offsetof(FCreatureCombatAttackParryData, UnblockableByNPC) == 0x000001, "Member 'FCreatureCombatAttackParryData::UnblockableByNPC' has a wrong offset!"); \ static_assert(offsetof(FCreatureCombatAttackParryData, ParryLeadIn) == 0x000004, "Member 'FCreatureCombatAttackParryData::ParryLeadIn' has a wrong offset!"); \ static_assert(offsetof(FCreatureCombatAttackParryData, ParryToRelease) == 0x000008, "Member 'FCreatureCombatAttackParryData::ParryToRelease' has a wrong offset!"); \ static_assert(offsetof(FCreatureCombatAttackParryData, ParryPerfectBegin) == 0x00000C, "Member 'FCreatureCombatAttackParryData::ParryPerfectBegin' has a wrong offset!"); \ static_assert(offsetof(FCreatureCombatAttackParryData, ParryCounterType) == 0x000010, "Member 'FCreatureCombatAttackParryData::ParryCounterType' has a wrong offset!"); \ static_assert(offsetof(FCreatureCombatAttackParryData, ParryResponseType) == 0x000011, "Member 'FCreatureCombatAttackParryData::ParryResponseType' has a wrong offset!"); \ static_assert(offsetof(FCreatureCombatAttackParryData, ParryCounterStepDirection) == 0x000012, "Member 'FCreatureCombatAttackParryData::ParryCounterStepDirection' has a wrong offset!"); \ static_assert(offsetof(FCreatureCombatAttackParryData, ParryCounterStyle) == 0x000013, "Member 'FCreatureCombatAttackParryData::ParryCounterStyle' has a wrong offset!"); \ static_assert(offsetof(FCreatureCombatAttackParryData, ParryDodgeStyle) == 0x000014, "Member 'FCreatureCombatAttackParryData::ParryDodgeStyle' has a wrong offset!"); \ static_assert(offsetof(FCreatureCombatAttackParryData, ParryAbortDistance) == 0x000018, "Member 'FCreatureCombatAttackParryData::ParryAbortDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FKnowledgeGainInfo \ static_assert(alignof(FKnowledgeGainInfo) == 0x000004, "Wrong alignment on FKnowledgeGainInfo"); \ static_assert(sizeof(FKnowledgeGainInfo) == 0x000028, "Wrong size on FKnowledgeGainInfo"); \ #define DUMPER7_ASSERTS_FCreature_GroupCoordination_ActorTag \ static_assert(alignof(FCreature_GroupCoordination_ActorTag) == 0x000004, "Wrong alignment on FCreature_GroupCoordination_ActorTag"); \ static_assert(sizeof(FCreature_GroupCoordination_ActorTag) == 0x000020, "Wrong size on FCreature_GroupCoordination_ActorTag"); \ #define DUMPER7_ASSERTS_FCreatureLandingMotionData \ static_assert(alignof(FCreatureLandingMotionData) == 0x000004, "Wrong alignment on FCreatureLandingMotionData"); \ static_assert(sizeof(FCreatureLandingMotionData) == 0x000018, "Wrong size on FCreatureLandingMotionData"); \ static_assert(offsetof(FCreatureLandingMotionData, TouchdownTime) == 0x000000, "Member 'FCreatureLandingMotionData::TouchdownTime' has a wrong offset!"); \ static_assert(offsetof(FCreatureLandingMotionData, PreTouchdownSpeed) == 0x000004, "Member 'FCreatureLandingMotionData::PreTouchdownSpeed' has a wrong offset!"); \ static_assert(offsetof(FCreatureLandingMotionData, PostTouchdownSpeed) == 0x000008, "Member 'FCreatureLandingMotionData::PostTouchdownSpeed' has a wrong offset!"); \ static_assert(offsetof(FCreatureLandingMotionData, PostTouchdownTravelDistance) == 0x00000C, "Member 'FCreatureLandingMotionData::PostTouchdownTravelDistance' has a wrong offset!"); \ static_assert(offsetof(FCreatureLandingMotionData, DecelerationDelayTime) == 0x000010, "Member 'FCreatureLandingMotionData::DecelerationDelayTime' has a wrong offset!"); \ static_assert(offsetof(FCreatureLandingMotionData, PreferenceFactor) == 0x000014, "Member 'FCreatureLandingMotionData::PreferenceFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FKnowledgeAuthority \ static_assert(alignof(FKnowledgeAuthority) == 0x000004, "Wrong alignment on FKnowledgeAuthority"); \ static_assert(sizeof(FKnowledgeAuthority) == 0x000018, "Wrong size on FKnowledgeAuthority"); \ static_assert(offsetof(FKnowledgeAuthority, SubjectID) == 0x000000, "Member 'FKnowledgeAuthority::SubjectID' has a wrong offset!"); \ static_assert(offsetof(FKnowledgeAuthority, AuthorityID) == 0x000008, "Member 'FKnowledgeAuthority::AuthorityID' has a wrong offset!"); \ static_assert(offsetof(FKnowledgeAuthority, Level) == 0x000010, "Member 'FKnowledgeAuthority::Level' has a wrong offset!"); \ static_assert(offsetof(FKnowledgeAuthority, SocialCapital) == 0x000014, "Member 'FKnowledgeAuthority::SocialCapital' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMountLandingData \ static_assert(alignof(FMountLandingData) == 0x000004, "Wrong alignment on FMountLandingData"); \ static_assert(sizeof(FMountLandingData) == 0x00000C, "Wrong size on FMountLandingData"); \ static_assert(offsetof(FMountLandingData, TouchdownTime) == 0x000000, "Member 'FMountLandingData::TouchdownTime' has a wrong offset!"); \ static_assert(offsetof(FMountLandingData, PreTouchdownSpeed) == 0x000004, "Member 'FMountLandingData::PreTouchdownSpeed' has a wrong offset!"); \ static_assert(offsetof(FMountLandingData, PostTouchdownSpeed) == 0x000008, "Member 'FMountLandingData::PostTouchdownSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleTopologyPointNormal \ static_assert(alignof(FSimpleTopologyPointNormal) == 0x000004, "Wrong alignment on FSimpleTopologyPointNormal"); \ static_assert(sizeof(FSimpleTopologyPointNormal) == 0x000018, "Wrong size on FSimpleTopologyPointNormal"); \ static_assert(offsetof(FSimpleTopologyPointNormal, Point) == 0x000000, "Member 'FSimpleTopologyPointNormal::Point' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyPointNormal, normal) == 0x00000C, "Member 'FSimpleTopologyPointNormal::normal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLayerInfoWeightData \ static_assert(alignof(FLayerInfoWeightData) == 0x000008, "Wrong alignment on FLayerInfoWeightData"); \ static_assert(sizeof(FLayerInfoWeightData) == 0x000018, "Wrong size on FLayerInfoWeightData"); \ #define DUMPER7_ASSERTS_FSplinePointEvents \ static_assert(alignof(FSplinePointEvents) == 0x000008, "Wrong alignment on FSplinePointEvents"); \ static_assert(sizeof(FSplinePointEvents) == 0x000018, "Wrong size on FSplinePointEvents"); \ static_assert(offsetof(FSplinePointEvents, SplinePointIndex) == 0x000000, "Member 'FSplinePointEvents::SplinePointIndex' has a wrong offset!"); \ static_assert(offsetof(FSplinePointEvents, Events) == 0x000008, "Member 'FSplinePointEvents::Events' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreatureMeshVariation \ static_assert(alignof(FCreatureMeshVariation) == 0x000008, "Wrong alignment on FCreatureMeshVariation"); \ static_assert(sizeof(FCreatureMeshVariation) == 0x000058, "Wrong size on FCreatureMeshVariation"); \ static_assert(offsetof(FCreatureMeshVariation, VariationName) == 0x000000, "Member 'FCreatureMeshVariation::VariationName' has a wrong offset!"); \ static_assert(offsetof(FCreatureMeshVariation, SkeletalMesh) == 0x000008, "Member 'FCreatureMeshVariation::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(FCreatureMeshVariation, AudioAsset) == 0x000030, "Member 'FCreatureMeshVariation::AudioAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapLocItem \ static_assert(alignof(FMapLocItem) == 0x000008, "Wrong alignment on FMapLocItem"); \ static_assert(sizeof(FMapLocItem) == 0x000028, "Wrong size on FMapLocItem"); \ static_assert(offsetof(FMapLocItem, MapAction) == 0x000000, "Member 'FMapLocItem::MapAction' has a wrong offset!"); \ static_assert(offsetof(FMapLocItem, ButtonKey) == 0x000008, "Member 'FMapLocItem::ButtonKey' has a wrong offset!"); \ static_assert(offsetof(FMapLocItem, LocKey) == 0x000018, "Member 'FMapLocItem::LocKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapLocTable \ static_assert(alignof(FMapLocTable) == 0x000008, "Wrong alignment on FMapLocTable"); \ static_assert(sizeof(FMapLocTable) == 0x000018, "Wrong size on FMapLocTable"); \ static_assert(offsetof(FMapLocTable, MapActions) == 0x000008, "Member 'FMapLocTable::MapActions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreatureMountSpawnLocationHandler \ static_assert(alignof(FCreatureMountSpawnLocationHandler) == 0x000010, "Wrong alignment on FCreatureMountSpawnLocationHandler"); \ static_assert(sizeof(FCreatureMountSpawnLocationHandler) == 0x0000A0, "Wrong size on FCreatureMountSpawnLocationHandler"); \ static_assert(offsetof(FCreatureMountSpawnLocationHandler, MountBoxSize) == 0x000000, "Member 'FCreatureMountSpawnLocationHandler::MountBoxSize' has a wrong offset!"); \ static_assert(offsetof(FCreatureMountSpawnLocationHandler, FastMountBoxSizeX) == 0x00000C, "Member 'FCreatureMountSpawnLocationHandler::FastMountBoxSizeX' has a wrong offset!"); \ static_assert(offsetof(FCreatureMountSpawnLocationHandler, MinMaxFloorOffset) == 0x000010, "Member 'FCreatureMountSpawnLocationHandler::MinMaxFloorOffset' has a wrong offset!"); \ static_assert(offsetof(FCreatureMountSpawnLocationHandler, RadiusBuffer) == 0x000018, "Member 'FCreatureMountSpawnLocationHandler::RadiusBuffer' has a wrong offset!"); \ static_assert(offsetof(FCreatureMountSpawnLocationHandler, SweepStepSize) == 0x00001C, "Member 'FCreatureMountSpawnLocationHandler::SweepStepSize' has a wrong offset!"); \ static_assert(offsetof(FCreatureMountSpawnLocationHandler, StepCountPerUpdate) == 0x000020, "Member 'FCreatureMountSpawnLocationHandler::StepCountPerUpdate' has a wrong offset!"); \ static_assert(offsetof(FCreatureMountSpawnLocationHandler, StepInc) == 0x000024, "Member 'FCreatureMountSpawnLocationHandler::StepInc' has a wrong offset!"); \ static_assert(offsetof(FCreatureMountSpawnLocationHandler, StepStart) == 0x000028, "Member 'FCreatureMountSpawnLocationHandler::StepStart' has a wrong offset!"); \ static_assert(offsetof(FCreatureMountSpawnLocationHandler, StepEnd) == 0x00002C, "Member 'FCreatureMountSpawnLocationHandler::StepEnd' has a wrong offset!"); \ static_assert(offsetof(FCreatureMountSpawnLocationHandler, bSpawnAtRiderZ) == 0x000030, "Member 'FCreatureMountSpawnLocationHandler::bSpawnAtRiderZ' has a wrong offset!"); \ static_assert(offsetof(FCreatureMountSpawnLocationHandler, bDrawDebug) == 0x000031, "Member 'FCreatureMountSpawnLocationHandler::bDrawDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNoMountZoneAvoidanceParams \ static_assert(alignof(FNoMountZoneAvoidanceParams) == 0x000004, "Wrong alignment on FNoMountZoneAvoidanceParams"); \ static_assert(sizeof(FNoMountZoneAvoidanceParams) == 0x00001C, "Wrong size on FNoMountZoneAvoidanceParams"); \ static_assert(offsetof(FNoMountZoneAvoidanceParams, FrontTraceLengthGrounded) == 0x000000, "Member 'FNoMountZoneAvoidanceParams::FrontTraceLengthGrounded' has a wrong offset!"); \ static_assert(offsetof(FNoMountZoneAvoidanceParams, FrontTraceLengthGrounded_Jog) == 0x000004, "Member 'FNoMountZoneAvoidanceParams::FrontTraceLengthGrounded_Jog' has a wrong offset!"); \ static_assert(offsetof(FNoMountZoneAvoidanceParams, FrontTraceLengthGrounded_Sprint) == 0x000008, "Member 'FNoMountZoneAvoidanceParams::FrontTraceLengthGrounded_Sprint' has a wrong offset!"); \ static_assert(offsetof(FNoMountZoneAvoidanceParams, FrontTraceLengthGrounded_Charge) == 0x00000C, "Member 'FNoMountZoneAvoidanceParams::FrontTraceLengthGrounded_Charge' has a wrong offset!"); \ static_assert(offsetof(FNoMountZoneAvoidanceParams, FrontTraceLengthFlying) == 0x000010, "Member 'FNoMountZoneAvoidanceParams::FrontTraceLengthFlying' has a wrong offset!"); \ static_assert(offsetof(FNoMountZoneAvoidanceParams, FrontTraceLengthFlying_Slow) == 0x000014, "Member 'FNoMountZoneAvoidanceParams::FrontTraceLengthFlying_Slow' has a wrong offset!"); \ static_assert(offsetof(FNoMountZoneAvoidanceParams, FrontTraceLengthFlying_Fast) == 0x000018, "Member 'FNoMountZoneAvoidanceParams::FrontTraceLengthFlying_Fast' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapBeaconStateSaveData \ static_assert(alignof(FMapBeaconStateSaveData) == 0x000008, "Wrong alignment on FMapBeaconStateSaveData"); \ static_assert(sizeof(FMapBeaconStateSaveData) == 0x000050, "Wrong size on FMapBeaconStateSaveData"); \ static_assert(offsetof(FMapBeaconStateSaveData, BeaconStateMap) == 0x000000, "Member 'FMapBeaconStateSaveData::BeaconStateMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreatureActivityThreshold \ static_assert(alignof(FCreatureActivityThreshold) == 0x000004, "Wrong alignment on FCreatureActivityThreshold"); \ static_assert(sizeof(FCreatureActivityThreshold) == 0x000010, "Wrong size on FCreatureActivityThreshold"); \ static_assert(offsetof(FCreatureActivityThreshold, ActivityName) == 0x000000, "Member 'FCreatureActivityThreshold::ActivityName' has a wrong offset!"); \ static_assert(offsetof(FCreatureActivityThreshold, HappinessPercentageThreshold) == 0x000008, "Member 'FCreatureActivityThreshold::HappinessPercentageThreshold' has a wrong offset!"); \ static_assert(offsetof(FCreatureActivityThreshold, bUnlocked) == 0x00000C, "Member 'FCreatureActivityThreshold::bUnlocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSocialActionInfo \ static_assert(alignof(FSocialActionInfo) == 0x000004, "Wrong alignment on FSocialActionInfo"); \ static_assert(sizeof(FSocialActionInfo) == 0x000028, "Wrong size on FSocialActionInfo"); \ static_assert(offsetof(FSocialActionInfo, ActionName) == 0x000000, "Member 'FSocialActionInfo::ActionName' has a wrong offset!"); \ static_assert(offsetof(FSocialActionInfo, ActionTime) == 0x000008, "Member 'FSocialActionInfo::ActionTime' has a wrong offset!"); \ static_assert(offsetof(FSocialActionInfo, ActionData) == 0x00000C, "Member 'FSocialActionInfo::ActionData' has a wrong offset!"); \ static_assert(offsetof(FSocialActionInfo, ObserverType) == 0x000014, "Member 'FSocialActionInfo::ObserverType' has a wrong offset!"); \ static_assert(offsetof(FSocialActionInfo, SocialSemantic) == 0x00001C, "Member 'FSocialActionInfo::SocialSemantic' has a wrong offset!"); \ static_assert(offsetof(FSocialActionInfo, SocialActionDynamicRowID) == 0x000024, "Member 'FSocialActionInfo::SocialActionDynamicRowID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDOTData \ static_assert(alignof(FDOTData) == 0x000008, "Wrong alignment on FDOTData"); \ static_assert(sizeof(FDOTData) == 0x000060, "Wrong size on FDOTData"); \ static_assert(offsetof(FDOTData, Type) == 0x000010, "Member 'FDOTData::Type' has a wrong offset!"); \ static_assert(offsetof(FDOTData, MunitionTagContainer) == 0x000018, "Member 'FDOTData::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(FDOTData, MunitionDataAssetArray) == 0x000038, "Member 'FDOTData::MunitionDataAssetArray' has a wrong offset!"); \ static_assert(offsetof(FDOTData, FX2) == 0x000048, "Member 'FDOTData::FX2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWBPNAccountDetails \ static_assert(alignof(FWBPNAccountDetails) == 0x000008, "Wrong alignment on FWBPNAccountDetails"); \ static_assert(sizeof(FWBPNAccountDetails) == 0x000040, "Wrong size on FWBPNAccountDetails"); \ static_assert(offsetof(FWBPNAccountDetails, WBPNUsername) == 0x000000, "Member 'FWBPNAccountDetails::WBPNUsername' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccountDetails, WBPNEmail) == 0x000010, "Member 'FWBPNAccountDetails::WBPNEmail' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccountDetails, CFUsername) == 0x000020, "Member 'FWBPNAccountDetails::CFUsername' has a wrong offset!"); \ static_assert(offsetof(FWBPNAccountDetails, WWIDHouse) == 0x000030, "Member 'FWBPNAccountDetails::WWIDHouse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCrucioData \ static_assert(alignof(FCrucioData) == 0x000008, "Wrong alignment on FCrucioData"); \ static_assert(sizeof(FCrucioData) == 0x000078, "Wrong size on FCrucioData"); \ #define DUMPER7_ASSERTS_FCachedColovariaComponentInfo \ static_assert(alignof(FCachedColovariaComponentInfo) == 0x000008, "Wrong alignment on FCachedColovariaComponentInfo"); \ static_assert(sizeof(FCachedColovariaComponentInfo) == 0x000010, "Wrong size on FCachedColovariaComponentInfo"); \ static_assert(offsetof(FCachedColovariaComponentInfo, ActorComponentName) == 0x000000, "Member 'FCachedColovariaComponentInfo::ActorComponentName' has a wrong offset!"); \ static_assert(offsetof(FCachedColovariaComponentInfo, PrimitiveComponent) == 0x000008, "Member 'FCachedColovariaComponentInfo::PrimitiveComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapTierData \ static_assert(alignof(FMapTierData) == 0x000004, "Wrong alignment on FMapTierData"); \ static_assert(sizeof(FMapTierData) == 0x000044, "Wrong size on FMapTierData"); \ #define DUMPER7_ASSERTS_FCrackFillerPostProcessSettings \ static_assert(alignof(FCrackFillerPostProcessSettings) == 0x000004, "Wrong alignment on FCrackFillerPostProcessSettings"); \ static_assert(sizeof(FCrackFillerPostProcessSettings) == 0x00001C, "Wrong size on FCrackFillerPostProcessSettings"); \ static_assert(offsetof(FCrackFillerPostProcessSettings, CutoffColor) == 0x000000, "Member 'FCrackFillerPostProcessSettings::CutoffColor' has a wrong offset!"); \ static_assert(offsetof(FCrackFillerPostProcessSettings, CutoffDistance) == 0x000010, "Member 'FCrackFillerPostProcessSettings::CutoffDistance' has a wrong offset!"); \ static_assert(offsetof(FCrackFillerPostProcessSettings, SkyHoleSize) == 0x000014, "Member 'FCrackFillerPostProcessSettings::SkyHoleSize' has a wrong offset!"); \ static_assert(offsetof(FCrackFillerPostProcessSettings, SkyHoleHardness) == 0x000018, "Member 'FCrackFillerPostProcessSettings::SkyHoleHardness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCurriculumKnowledgeRequirement \ static_assert(alignof(FCurriculumKnowledgeRequirement) == 0x000008, "Wrong alignment on FCurriculumKnowledgeRequirement"); \ static_assert(sizeof(FCurriculumKnowledgeRequirement) == 0x000018, "Wrong size on FCurriculumKnowledgeRequirement"); \ static_assert(offsetof(FCurriculumKnowledgeRequirement, KnowledgeCardName) == 0x000000, "Member 'FCurriculumKnowledgeRequirement::KnowledgeCardName' has a wrong offset!"); \ static_assert(offsetof(FCurriculumKnowledgeRequirement, RequiredLevel) == 0x000010, "Member 'FCurriculumKnowledgeRequirement::RequiredLevel' has a wrong offset!"); \ static_assert(offsetof(FCurriculumKnowledgeRequirement, CurrentLevel) == 0x000014, "Member 'FCurriculumKnowledgeRequirement::CurrentLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSplineSceneRig \ static_assert(alignof(FSplineSceneRig) == 0x000010, "Wrong alignment on FSplineSceneRig"); \ static_assert(sizeof(FSplineSceneRig) == 0x000070, "Wrong size on FSplineSceneRig"); \ static_assert(offsetof(FSplineSceneRig, MainParallelSceneRigActor) == 0x000000, "Member 'FSplineSceneRig::MainParallelSceneRigActor' has a wrong offset!"); \ static_assert(offsetof(FSplineSceneRig, InterruptParallelSceneRigActor) == 0x000008, "Member 'FSplineSceneRig::InterruptParallelSceneRigActor' has a wrong offset!"); \ static_assert(offsetof(FSplineSceneRig, ResumeParallelSceneRigActor) == 0x000010, "Member 'FSplineSceneRig::ResumeParallelSceneRigActor' has a wrong offset!"); \ static_assert(offsetof(FSplineSceneRig, MainParallelModDialogueData) == 0x000018, "Member 'FSplineSceneRig::MainParallelModDialogueData' has a wrong offset!"); \ static_assert(offsetof(FSplineSceneRig, InterruptParallelModDialogueData) == 0x000020, "Member 'FSplineSceneRig::InterruptParallelModDialogueData' has a wrong offset!"); \ static_assert(offsetof(FSplineSceneRig, LocalTransform) == 0x000030, "Member 'FSplineSceneRig::LocalTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCurriculumRequirements_Updated \ static_assert(alignof(FCurriculumRequirements_Updated) == 0x000008, "Wrong alignment on FCurriculumRequirements_Updated"); \ static_assert(sizeof(FCurriculumRequirements_Updated) == 0x000050, "Wrong size on FCurriculumRequirements_Updated"); \ static_assert(offsetof(FCurriculumRequirements_Updated, TurnInType) == 0x000000, "Member 'FCurriculumRequirements_Updated::TurnInType' has a wrong offset!"); \ static_assert(offsetof(FCurriculumRequirements_Updated, TurnInID) == 0x000008, "Member 'FCurriculumRequirements_Updated::TurnInID' has a wrong offset!"); \ static_assert(offsetof(FCurriculumRequirements_Updated, TurnInNPC) == 0x000018, "Member 'FCurriculumRequirements_Updated::TurnInNPC' has a wrong offset!"); \ static_assert(offsetof(FCurriculumRequirements_Updated, Quantity) == 0x000028, "Member 'FCurriculumRequirements_Updated::Quantity' has a wrong offset!"); \ static_assert(offsetof(FCurriculumRequirements_Updated, Tier) == 0x00002C, "Member 'FCurriculumRequirements_Updated::Tier' has a wrong offset!"); \ static_assert(offsetof(FCurriculumRequirements_Updated, Detail) == 0x000030, "Member 'FCurriculumRequirements_Updated::Detail' has a wrong offset!"); \ static_assert(offsetof(FCurriculumRequirements_Updated, RelatedItems) == 0x000040, "Member 'FCurriculumRequirements_Updated::RelatedItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCurriculum_YearData_Updated \ static_assert(alignof(FCurriculum_YearData_Updated) == 0x000008, "Wrong alignment on FCurriculum_YearData_Updated"); \ static_assert(sizeof(FCurriculum_YearData_Updated) == 0x000030, "Wrong size on FCurriculum_YearData_Updated"); \ static_assert(offsetof(FCurriculum_YearData_Updated, UncompletedTurnIns) == 0x000000, "Member 'FCurriculum_YearData_Updated::UncompletedTurnIns' has a wrong offset!"); \ static_assert(offsetof(FCurriculum_YearData_Updated, CompletedTurnIns) == 0x000010, "Member 'FCurriculum_YearData_Updated::CompletedTurnIns' has a wrong offset!"); \ static_assert(offsetof(FCurriculum_YearData_Updated, YearRewards) == 0x000020, "Member 'FCurriculum_YearData_Updated::YearRewards' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialPropertyOverrideData \ static_assert(alignof(FMaterialPropertyOverrideData) == 0x000008, "Wrong alignment on FMaterialPropertyOverrideData"); \ static_assert(sizeof(FMaterialPropertyOverrideData) == 0x0000B0, "Wrong size on FMaterialPropertyOverrideData"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideObjectPropertyType) == 0x000000, "Member 'FMaterialPropertyOverrideData::bOverrideObjectPropertyType' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, ObjectPropertyType) == 0x000001, "Member 'FMaterialPropertyOverrideData::ObjectPropertyType' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideWaterproof) == 0x000002, "Member 'FMaterialPropertyOverrideData::bOverrideWaterproof' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideImmuneToFireDamage) == 0x000004, "Member 'FMaterialPropertyOverrideData::bOverrideImmuneToFireDamage' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideDamagableWhenCharred) == 0x000006, "Member 'FMaterialPropertyOverrideData::bOverrideDamagableWhenCharred' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideDestroyWhenCharred) == 0x000008, "Member 'FMaterialPropertyOverrideData::bOverrideDestroyWhenCharred' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideFireDamagePerSecond) == 0x00000A, "Member 'FMaterialPropertyOverrideData::bOverrideFireDamagePerSecond' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, FireDamagePerSecond) == 0x00000C, "Member 'FMaterialPropertyOverrideData::FireDamagePerSecond' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideBurnRate) == 0x000010, "Member 'FMaterialPropertyOverrideData::bOverrideBurnRate' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, BurnRate) == 0x000014, "Member 'FMaterialPropertyOverrideData::BurnRate' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideCharacterDurationScale) == 0x000018, "Member 'FMaterialPropertyOverrideData::bOverrideCharacterDurationScale' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, CharacterDurationScale) == 0x00001C, "Member 'FMaterialPropertyOverrideData::CharacterDurationScale' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideBurnRingWidth) == 0x000020, "Member 'FMaterialPropertyOverrideData::bOverrideBurnRingWidth' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, BurnRingWidth) == 0x000024, "Member 'FMaterialPropertyOverrideData::BurnRingWidth' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideFireJumpDistance) == 0x000028, "Member 'FMaterialPropertyOverrideData::bOverrideFireJumpDistance' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, FireJumpDistance) == 0x00002C, "Member 'FMaterialPropertyOverrideData::FireJumpDistance' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideCharredPercent) == 0x000030, "Member 'FMaterialPropertyOverrideData::bOverrideCharredPercent' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, CharredPercent) == 0x000034, "Member 'FMaterialPropertyOverrideData::CharredPercent' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverridOverlayBurn) == 0x000038, "Member 'FMaterialPropertyOverrideData::bOverridOverlayBurn' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideBurnMaterial) == 0x00003A, "Member 'FMaterialPropertyOverrideData::bOverrideBurnMaterial' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, BurnMaterial) == 0x000040, "Member 'FMaterialPropertyOverrideData::BurnMaterial' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideCharredMaterial) == 0x000048, "Member 'FMaterialPropertyOverrideData::bOverrideCharredMaterial' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, CharredMaterial) == 0x000050, "Member 'FMaterialPropertyOverrideData::CharredMaterial' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideCharredDamageMultiplier) == 0x000058, "Member 'FMaterialPropertyOverrideData::bOverrideCharredDamageMultiplier' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, CharredDamageMultiplier) == 0x00005C, "Member 'FMaterialPropertyOverrideData::CharredDamageMultiplier' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideFireParticleSpawnRateScale) == 0x000060, "Member 'FMaterialPropertyOverrideData::bOverrideFireParticleSpawnRateScale' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, FireParticleSpawnRateScale) == 0x000064, "Member 'FMaterialPropertyOverrideData::FireParticleSpawnRateScale' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideFireStartSfx) == 0x000068, "Member 'FMaterialPropertyOverrideData::bOverrideFireStartSfx' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, FireStartSfx) == 0x000070, "Member 'FMaterialPropertyOverrideData::FireStartSfx' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideFireLoopSfx) == 0x000078, "Member 'FMaterialPropertyOverrideData::bOverrideFireLoopSfx' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, FireLoopSfx) == 0x000080, "Member 'FMaterialPropertyOverrideData::FireLoopSfx' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideFireEndSfx) == 0x000088, "Member 'FMaterialPropertyOverrideData::bOverrideFireEndSfx' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, FireEndSfx) == 0x000090, "Member 'FMaterialPropertyOverrideData::FireEndSfx' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideFreezable) == 0x000098, "Member 'FMaterialPropertyOverrideData::bOverrideFreezable' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideDamagableWhenFrozen) == 0x00009A, "Member 'FMaterialPropertyOverrideData::bOverrideDamagableWhenFrozen' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideIcePhysicalMaterial) == 0x00009C, "Member 'FMaterialPropertyOverrideData::bOverrideIcePhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, IcePhysicalMaterial) == 0x0000A0, "Member 'FMaterialPropertyOverrideData::IcePhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, bOverrideFrozenDamageMultiplier) == 0x0000A8, "Member 'FMaterialPropertyOverrideData::bOverrideFrozenDamageMultiplier' has a wrong offset!"); \ static_assert(offsetof(FMaterialPropertyOverrideData, FrozenDamageMultiplier) == 0x0000AC, "Member 'FMaterialPropertyOverrideData::FrozenDamageMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWetMaterial \ static_assert(alignof(FWetMaterial) == 0x000004, "Wrong alignment on FWetMaterial"); \ static_assert(sizeof(FWetMaterial) == 0x000010, "Wrong size on FWetMaterial"); \ static_assert(offsetof(FWetMaterial, MaterialInstanceDynamic) == 0x000000, "Member 'FWetMaterial::MaterialInstanceDynamic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTurnInItem \ static_assert(alignof(FTurnInItem) == 0x000008, "Wrong alignment on FTurnInItem"); \ static_assert(sizeof(FTurnInItem) == 0x000018, "Wrong size on FTurnInItem"); \ static_assert(offsetof(FTurnInItem, ObjectID) == 0x000000, "Member 'FTurnInItem::ObjectID' has a wrong offset!"); \ static_assert(offsetof(FTurnInItem, Quantity) == 0x000010, "Member 'FTurnInItem::Quantity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiBase \ static_assert(alignof(FMultiBase) == 0x000008, "Wrong alignment on FMultiBase"); \ static_assert(sizeof(FMultiBase) == 0x000008, "Wrong size on FMultiBase"); \ #define DUMPER7_ASSERTS_FMultiVfx \ static_assert(alignof(FMultiVfx) == 0x000008, "Wrong alignment on FMultiVfx"); \ static_assert(sizeof(FMultiVfx) == 0x000018, "Wrong size on FMultiVfx"); \ static_assert(offsetof(FMultiVfx, VFX) == 0x000008, "Member 'FMultiVfx::VFX' has a wrong offset!"); \ static_assert(offsetof(FMultiVfx, NiagaraVFX) == 0x000010, "Member 'FMultiVfx::NiagaraVFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDamageInfo \ static_assert(alignof(FDamageInfo) == 0x000008, "Wrong alignment on FDamageInfo"); \ static_assert(sizeof(FDamageInfo) == 0x0001C8, "Wrong size on FDamageInfo"); \ static_assert(offsetof(FDamageInfo, Amount) == 0x000000, "Member 'FDamageInfo::Amount' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, bIsCritical) == 0x000004, "Member 'FDamageInfo::bIsCritical' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, HitResult) == 0x000008, "Member 'FDamageInfo::HitResult' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, MunitionTagContainer) == 0x000090, "Member 'FDamageInfo::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, MunitionDataAssets) == 0x0000B0, "Member 'FDamageInfo::MunitionDataAssets' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, TargetActor) == 0x0000C0, "Member 'FDamageInfo::TargetActor' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, DestinationActor) == 0x0000C8, "Member 'FDamageInfo::DestinationActor' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, TargetComp) == 0x0000D0, "Member 'FDamageInfo::TargetComp' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, Instigator) == 0x0000D8, "Member 'FDamageInfo::Instigator' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, Munition) == 0x0000E0, "Member 'FDamageInfo::Munition' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, Velocity) == 0x0000E8, "Member 'FDamageInfo::Velocity' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, ImpactDirection) == 0x0000F4, "Member 'FDamageInfo::ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, ImpactNormal) == 0x000100, "Member 'FDamageInfo::ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, ImpactPoint) == 0x00010C, "Member 'FDamageInfo::ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, SourcePoint) == 0x000118, "Member 'FDamageInfo::SourcePoint' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, DestinationPoint) == 0x000124, "Member 'FDamageInfo::DestinationPoint' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, ImpactType) == 0x000130, "Member 'FDamageInfo::ImpactType' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, bIgnoreDamageThreshold) == 0x000131, "Member 'FDamageInfo::bIgnoreDamageThreshold' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, bImpactOnFire) == 0x000132, "Member 'FDamageInfo::bImpactOnFire' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, bSkipImpactSound) == 0x000133, "Member 'FDamageInfo::bSkipImpactSound' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, bPlayerShieldBreaker) == 0x000134, "Member 'FDamageInfo::bPlayerShieldBreaker' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, EnemyShieldBreaker) == 0x000135, "Member 'FDamageInfo::EnemyShieldBreaker' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, bCursedDamage) == 0x000136, "Member 'FDamageInfo::bCursedDamage' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, bCollisionDamage) == 0x000137, "Member 'FDamageInfo::bCollisionDamage' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, bDeadlyAttack) == 0x000138, "Member 'FDamageInfo::bDeadlyAttack' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, bFinisher) == 0x000139, "Member 'FDamageInfo::bFinisher' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, bAlwaysKillTarget) == 0x00013A, "Member 'FDamageInfo::bAlwaysKillTarget' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, bNoReaction) == 0x00013B, "Member 'FDamageInfo::bNoReaction' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, bOnlyCalculateDamage) == 0x00013C, "Member 'FDamageInfo::bOnlyCalculateDamage' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, bNonLethal) == 0x00013D, "Member 'FDamageInfo::bNonLethal' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, bDOT) == 0x00013E, "Member 'FDamageInfo::bDOT' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, bPhysicsCollision) == 0x00013F, "Member 'FDamageInfo::bPhysicsCollision' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, bRestoreBroken) == 0x000140, "Member 'FDamageInfo::bRestoreBroken' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, bApplyEvenWhenBlocking) == 0x000141, "Member 'FDamageInfo::bApplyEvenWhenBlocking' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, DestructionForce) == 0x000144, "Member 'FDamageInfo::DestructionForce' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, RadialDestructionForce) == 0x000148, "Member 'FDamageInfo::RadialDestructionForce' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, Force) == 0x00014C, "Member 'FDamageInfo::Force' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, DestroyPieceVFXRadius) == 0x000150, "Member 'FDamageInfo::DestroyPieceVFXRadius' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, Duration) == 0x000154, "Member 'FDamageInfo::Duration' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, DestroyPieceVFX) == 0x000158, "Member 'FDamageInfo::DestroyPieceVFX' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, SpellTool) == 0x000170, "Member 'FDamageInfo::SpellTool' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, BoneName) == 0x000178, "Member 'FDamageInfo::BoneName' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, OutReactionData) == 0x000180, "Member 'FDamageInfo::OutReactionData' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, CharacterDamage) == 0x000188, "Member 'FDamageInfo::CharacterDamage' has a wrong offset!"); \ static_assert(offsetof(FDamageInfo, FallDamagePercent) == 0x00018C, "Member 'FDamageInfo::FallDamagePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_IdleParams \ static_assert(alignof(FEnemy_IdleParams) == 0x000008, "Wrong alignment on FEnemy_IdleParams"); \ static_assert(sizeof(FEnemy_IdleParams) == 0x000030, "Wrong size on FEnemy_IdleParams"); \ #define DUMPER7_ASSERTS_FHerbStaticMeshMapStruct \ static_assert(alignof(FHerbStaticMeshMapStruct) == 0x000008, "Wrong alignment on FHerbStaticMeshMapStruct"); \ static_assert(sizeof(FHerbStaticMeshMapStruct) == 0x000030, "Wrong size on FHerbStaticMeshMapStruct"); \ static_assert(offsetof(FHerbStaticMeshMapStruct, StaticMesh) == 0x000008, "Member 'FHerbStaticMeshMapStruct::StaticMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_TicketScoreData \ static_assert(alignof(FEnemy_TicketScoreData) == 0x000004, "Wrong alignment on FEnemy_TicketScoreData"); \ static_assert(sizeof(FEnemy_TicketScoreData) == 0x000034, "Wrong size on FEnemy_TicketScoreData"); \ #define DUMPER7_ASSERTS_FDatabaseLockList \ static_assert(alignof(FDatabaseLockList) == 0x000004, "Wrong alignment on FDatabaseLockList"); \ static_assert(sizeof(FDatabaseLockList) == 0x000008, "Wrong size on FDatabaseLockList"); \ static_assert(offsetof(FDatabaseLockList, Name) == 0x000000, "Member 'FDatabaseLockList::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpellUpgradeState \ static_assert(alignof(FSpellUpgradeState) == 0x000004, "Wrong alignment on FSpellUpgradeState"); \ static_assert(sizeof(FSpellUpgradeState) == 0x000084, "Wrong size on FSpellUpgradeState"); \ static_assert(offsetof(FSpellUpgradeState, SpellName) == 0x000000, "Member 'FSpellUpgradeState::SpellName' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeState, SpellCategory) == 0x000008, "Member 'FSpellUpgradeState::SpellCategory' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeState, GroupName) == 0x00000C, "Member 'FSpellUpgradeState::GroupName' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeState, CurriculumAssociation) == 0x000014, "Member 'FSpellUpgradeState::CurriculumAssociation' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeState, SpellUpgradeParameters) == 0x00001C, "Member 'FSpellUpgradeState::SpellUpgradeParameters' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeState, NurtureOnly) == 0x000080, "Member 'FSpellUpgradeState::NurtureOnly' has a wrong offset!"); \ static_assert(offsetof(FSpellUpgradeState, AllowInUI) == 0x000081, "Member 'FSpellUpgradeState::AllowInUI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatabaseMissionList \ static_assert(alignof(FDatabaseMissionList) == 0x000004, "Wrong alignment on FDatabaseMissionList"); \ static_assert(sizeof(FDatabaseMissionList) == 0x000008, "Wrong size on FDatabaseMissionList"); \ static_assert(offsetof(FDatabaseMissionList, Name) == 0x000000, "Member 'FDatabaseMissionList::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapDebugPaneItem \ static_assert(alignof(FMapDebugPaneItem) == 0x000008, "Wrong alignment on FMapDebugPaneItem"); \ static_assert(sizeof(FMapDebugPaneItem) == 0x000010, "Wrong size on FMapDebugPaneItem"); \ static_assert(offsetof(FMapDebugPaneItem, TextBlock) == 0x000000, "Member 'FMapDebugPaneItem::TextBlock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapDebugPane \ static_assert(alignof(FMapDebugPane) == 0x000008, "Wrong alignment on FMapDebugPane"); \ static_assert(sizeof(FMapDebugPane) == 0x000070, "Wrong size on FMapDebugPane"); \ static_assert(offsetof(FMapDebugPane, CanvasPanel) == 0x000058, "Member 'FMapDebugPane::CanvasPanel' has a wrong offset!"); \ static_assert(offsetof(FMapDebugPane, TextBlocks) == 0x000060, "Member 'FMapDebugPane::TextBlocks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFastTravelTestEntry \ static_assert(alignof(FFastTravelTestEntry) == 0x000008, "Wrong alignment on FFastTravelTestEntry"); \ static_assert(sizeof(FFastTravelTestEntry) == 0x000020, "Wrong size on FFastTravelTestEntry"); \ static_assert(offsetof(FFastTravelTestEntry, Name) == 0x000000, "Member 'FFastTravelTestEntry::Name' has a wrong offset!"); \ static_assert(offsetof(FFastTravelTestEntry, Locations) == 0x000010, "Member 'FFastTravelTestEntry::Locations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDeflectionData \ static_assert(alignof(FDeflectionData) == 0x000008, "Wrong alignment on FDeflectionData"); \ static_assert(sizeof(FDeflectionData) == 0x000018, "Wrong size on FDeflectionData"); \ static_assert(offsetof(FDeflectionData, DeflectedFX2) == 0x000000, "Member 'FDeflectionData::DeflectedFX2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDevilsSnareLumosReact \ static_assert(alignof(FDevilsSnareLumosReact) == 0x000004, "Wrong alignment on FDevilsSnareLumosReact"); \ static_assert(sizeof(FDevilsSnareLumosReact) == 0x000008, "Wrong size on FDevilsSnareLumosReact"); \ static_assert(offsetof(FDevilsSnareLumosReact, Distance) == 0x000000, "Member 'FDevilsSnareLumosReact::Distance' has a wrong offset!"); \ static_assert(offsetof(FDevilsSnareLumosReact, RecoilPercent) == 0x000004, "Member 'FDevilsSnareLumosReact::RecoilPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_MobilityAbilityData \ static_assert(alignof(FEnemy_MobilityAbilityData) == 0x000008, "Wrong alignment on FEnemy_MobilityAbilityData"); \ static_assert(sizeof(FEnemy_MobilityAbilityData) == 0x000020, "Wrong size on FEnemy_MobilityAbilityData"); \ static_assert(offsetof(FEnemy_MobilityAbilityData, MoveAbilityPtr) == 0x000000, "Member 'FEnemy_MobilityAbilityData::MoveAbilityPtr' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MobilityAbilityData, AnimSpeedMin) == 0x000008, "Member 'FEnemy_MobilityAbilityData::AnimSpeedMin' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MobilityAbilityData, AnimSpeedMax) == 0x00000C, "Member 'FEnemy_MobilityAbilityData::AnimSpeedMax' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MobilityAbilityData, TurnAssistCurve) == 0x000010, "Member 'FEnemy_MobilityAbilityData::TurnAssistCurve' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MobilityAbilityData, TurnAssistTimeMultiplier) == 0x000018, "Member 'FEnemy_MobilityAbilityData::TurnAssistTimeMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDevilsSnareInfo \ static_assert(alignof(FDevilsSnareInfo) == 0x000008, "Wrong alignment on FDevilsSnareInfo"); \ static_assert(sizeof(FDevilsSnareInfo) == 0x000028, "Wrong size on FDevilsSnareInfo"); \ static_assert(offsetof(FDevilsSnareInfo, StaticMesh) == 0x000000, "Member 'FDevilsSnareInfo::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FDevilsSnareInfo, Material) == 0x000008, "Member 'FDevilsSnareInfo::Material' has a wrong offset!"); \ static_assert(offsetof(FDevilsSnareInfo, OffsetForAreaOfEffectVolume) == 0x000010, "Member 'FDevilsSnareInfo::OffsetForAreaOfEffectVolume' has a wrong offset!"); \ static_assert(offsetof(FDevilsSnareInfo, IncreaseExtentsForAreaOfEffectVolume) == 0x00001C, "Member 'FDevilsSnareInfo::IncreaseExtentsForAreaOfEffectVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_CombatPositioningParams \ static_assert(alignof(FEnemy_CombatPositioningParams) == 0x000008, "Wrong alignment on FEnemy_CombatPositioningParams"); \ static_assert(sizeof(FEnemy_CombatPositioningParams) == 0x000078, "Wrong size on FEnemy_CombatPositioningParams"); \ #define DUMPER7_ASSERTS_FDialogueSequenceRuleInstance \ static_assert(alignof(FDialogueSequenceRuleInstance) == 0x000008, "Wrong alignment on FDialogueSequenceRuleInstance"); \ static_assert(sizeof(FDialogueSequenceRuleInstance) == 0x000268, "Wrong size on FDialogueSequenceRuleInstance"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, DSNode) == 0x000020, "Member 'FDialogueSequenceRuleInstance::DSNode' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, CalledFromEditor) == 0x000028, "Member 'FDialogueSequenceRuleInstance::CalledFromEditor' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, StopWhenAttachedToDestroyed) == 0x000029, "Member 'FDialogueSequenceRuleInstance::StopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, CreateTransformActions) == 0x00002A, "Member 'FDialogueSequenceRuleInstance::CreateTransformActions' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, CreateChracterOptions) == 0x00002B, "Member 'FDialogueSequenceRuleInstance::CreateChracterOptions' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, AudioDialogueFlags) == 0x00002C, "Member 'FDialogueSequenceRuleInstance::AudioDialogueFlags' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, CameraProxyActor) == 0x000030, "Member 'FDialogueSequenceRuleInstance::CameraProxyActor' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, CameraActor) == 0x000038, "Member 'FDialogueSequenceRuleInstance::CameraActor' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, CastIDs) == 0x000040, "Member 'FDialogueSequenceRuleInstance::CastIDs' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, CastActors) == 0x000050, "Member 'FDialogueSequenceRuleInstance::CastActors' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, IDToElement) == 0x000060, "Member 'FDialogueSequenceRuleInstance::IDToElement' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, ActorToElement) == 0x0000B0, "Member 'FDialogueSequenceRuleInstance::ActorToElement' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, IDToActor) == 0x000100, "Member 'FDialogueSequenceRuleInstance::IDToActor' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, ActorToID) == 0x000150, "Member 'FDialogueSequenceRuleInstance::ActorToID' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, LineRuleStates) == 0x0001A0, "Member 'FDialogueSequenceRuleInstance::LineRuleStates' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, CameraAnimationActionHistory) == 0x000228, "Member 'FDialogueSequenceRuleInstance::CameraAnimationActionHistory' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, CameraFixupActionHistory) == 0x000238, "Member 'FDialogueSequenceRuleInstance::CameraFixupActionHistory' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, CameraTransformActionHistory) == 0x000248, "Member 'FDialogueSequenceRuleInstance::CameraTransformActionHistory' has a wrong offset!"); \ static_assert(offsetof(FDialogueSequenceRuleInstance, CameraActionHistory) == 0x000258, "Member 'FDialogueSequenceRuleInstance::CameraActionHistory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDisillusionmentData \ static_assert(alignof(FDisillusionmentData) == 0x000008, "Wrong alignment on FDisillusionmentData"); \ static_assert(sizeof(FDisillusionmentData) == 0x000028, "Wrong size on FDisillusionmentData"); \ static_assert(offsetof(FDisillusionmentData, EffectMat) == 0x000000, "Member 'FDisillusionmentData::EffectMat' has a wrong offset!"); \ static_assert(offsetof(FDisillusionmentData, DisillusionmentFX2) == 0x000008, "Member 'FDisillusionmentData::DisillusionmentFX2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDuelTechniqueDefinition \ static_assert(alignof(FDuelTechniqueDefinition) == 0x000008, "Wrong alignment on FDuelTechniqueDefinition"); \ static_assert(sizeof(FDuelTechniqueDefinition) == 0x000190, "Wrong size on FDuelTechniqueDefinition"); \ #define DUMPER7_ASSERTS_FEnemy_WeaponAttackOverlapData \ static_assert(alignof(FEnemy_WeaponAttackOverlapData) == 0x000008, "Wrong alignment on FEnemy_WeaponAttackOverlapData"); \ static_assert(sizeof(FEnemy_WeaponAttackOverlapData) == 0x0000B0, "Wrong size on FEnemy_WeaponAttackOverlapData"); \ static_assert(offsetof(FEnemy_WeaponAttackOverlapData, Victim) == 0x000000, "Member 'FEnemy_WeaponAttackOverlapData::Victim' has a wrong offset!"); \ static_assert(offsetof(FEnemy_WeaponAttackOverlapData, Owner) == 0x000008, "Member 'FEnemy_WeaponAttackOverlapData::Owner' has a wrong offset!"); \ static_assert(offsetof(FEnemy_WeaponAttackOverlapData, HitResult) == 0x000010, "Member 'FEnemy_WeaponAttackOverlapData::HitResult' has a wrong offset!"); \ static_assert(offsetof(FEnemy_WeaponAttackOverlapData, NormalImpulse) == 0x000098, "Member 'FEnemy_WeaponAttackOverlapData::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(FEnemy_WeaponAttackOverlapData, ImpactLoc) == 0x0000A4, "Member 'FEnemy_WeaponAttackOverlapData::ImpactLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDuelTechniqueEncounterState \ static_assert(alignof(FDuelTechniqueEncounterState) == 0x000008, "Wrong alignment on FDuelTechniqueEncounterState"); \ static_assert(sizeof(FDuelTechniqueEncounterState) == 0x000010, "Wrong size on FDuelTechniqueEncounterState"); \ static_assert(offsetof(FDuelTechniqueEncounterState, Items) == 0x000000, "Member 'FDuelTechniqueEncounterState::Items' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDuelTechnique_UIData \ static_assert(alignof(FDuelTechnique_UIData) == 0x000008, "Wrong alignment on FDuelTechnique_UIData"); \ static_assert(sizeof(FDuelTechnique_UIData) == 0x000020, "Wrong size on FDuelTechnique_UIData"); \ static_assert(offsetof(FDuelTechnique_UIData, TechniqueDesc) == 0x000000, "Member 'FDuelTechnique_UIData::TechniqueDesc' has a wrong offset!"); \ static_assert(offsetof(FDuelTechnique_UIData, Value) == 0x000010, "Member 'FDuelTechnique_UIData::Value' has a wrong offset!"); \ static_assert(offsetof(FDuelTechnique_UIData, ValueIsCount) == 0x000014, "Member 'FDuelTechnique_UIData::ValueIsCount' has a wrong offset!"); \ static_assert(offsetof(FDuelTechnique_UIData, TechniqueID) == 0x000018, "Member 'FDuelTechnique_UIData::TechniqueID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCullDistanceMinMax \ static_assert(alignof(FCullDistanceMinMax) == 0x000004, "Wrong alignment on FCullDistanceMinMax"); \ static_assert(sizeof(FCullDistanceMinMax) == 0x000008, "Wrong size on FCullDistanceMinMax"); \ static_assert(offsetof(FCullDistanceMinMax, Min) == 0x000000, "Member 'FCullDistanceMinMax::Min' has a wrong offset!"); \ static_assert(offsetof(FCullDistanceMinMax, Max) == 0x000004, "Member 'FCullDistanceMinMax::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAddedFoliageInstancesData \ static_assert(alignof(FAddedFoliageInstancesData) == 0x000004, "Wrong alignment on FAddedFoliageInstancesData"); \ static_assert(sizeof(FAddedFoliageInstancesData) == 0x000008, "Wrong size on FAddedFoliageInstancesData"); \ static_assert(offsetof(FAddedFoliageInstancesData, WorldFoliageDataIndex) == 0x000000, "Member 'FAddedFoliageInstancesData::WorldFoliageDataIndex' has a wrong offset!"); \ static_assert(offsetof(FAddedFoliageInstancesData, FoliageTransformsIndex) == 0x000004, "Member 'FAddedFoliageInstancesData::FoliageTransformsIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAddedFoliageInstancesDataList \ static_assert(alignof(FAddedFoliageInstancesDataList) == 0x000008, "Wrong alignment on FAddedFoliageInstancesDataList"); \ static_assert(sizeof(FAddedFoliageInstancesDataList) == 0x000010, "Wrong size on FAddedFoliageInstancesDataList"); \ static_assert(offsetof(FAddedFoliageInstancesDataList, Data) == 0x000000, "Member 'FAddedFoliageInstancesDataList::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmBurrowingParameters \ static_assert(alignof(FGroundSwarmBurrowingParameters) == 0x000004, "Wrong alignment on FGroundSwarmBurrowingParameters"); \ static_assert(sizeof(FGroundSwarmBurrowingParameters) == 0x000030, "Wrong size on FGroundSwarmBurrowingParameters"); \ static_assert(offsetof(FGroundSwarmBurrowingParameters, BurrowingMinDelay) == 0x000000, "Member 'FGroundSwarmBurrowingParameters::BurrowingMinDelay' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmBurrowingParameters, BurrowingMaxDelay) == 0x000004, "Member 'FGroundSwarmBurrowingParameters::BurrowingMaxDelay' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmBurrowingParameters, BurrowingForce) == 0x000008, "Member 'FGroundSwarmBurrowingParameters::BurrowingForce' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmBurrowingParameters, BurrowingMaxSpeed) == 0x00000C, "Member 'FGroundSwarmBurrowingParameters::BurrowingMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmBurrowingParameters, SwarmForceFactor) == 0x000010, "Member 'FGroundSwarmBurrowingParameters::SwarmForceFactor' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmBurrowingParameters, SurfaceVelocityDampening) == 0x000014, "Member 'FGroundSwarmBurrowingParameters::SurfaceVelocityDampening' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmBurrowingParameters, BurrowingDeathTimeout) == 0x000018, "Member 'FGroundSwarmBurrowingParameters::BurrowingDeathTimeout' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmBurrowingParameters, DeathLeapTimeout) == 0x00001C, "Member 'FGroundSwarmBurrowingParameters::DeathLeapTimeout' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmBurrowingParameters, DeathLeapImpulse) == 0x000020, "Member 'FGroundSwarmBurrowingParameters::DeathLeapImpulse' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmBurrowingParameters, DeathLeapThresholdAngleDegrees) == 0x000024, "Member 'FGroundSwarmBurrowingParameters::DeathLeapThresholdAngleDegrees' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmBurrowingParameters, FreefallingDeathDuration) == 0x000028, "Member 'FGroundSwarmBurrowingParameters::FreefallingDeathDuration' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmBurrowingParameters, bAlignToVelocity) == 0x00002C, "Member 'FGroundSwarmBurrowingParameters::bAlignToVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemyAIAttackDistTableData \ static_assert(alignof(FEnemyAIAttackDistTableData) == 0x000008, "Wrong alignment on FEnemyAIAttackDistTableData"); \ static_assert(sizeof(FEnemyAIAttackDistTableData) == 0x000028, "Wrong size on FEnemyAIAttackDistTableData"); \ static_assert(offsetof(FEnemyAIAttackDistTableData, m_stateType) == 0x000008, "Member 'FEnemyAIAttackDistTableData::m_stateType' has a wrong offset!"); \ static_assert(offsetof(FEnemyAIAttackDistTableData, m_state) == 0x000009, "Member 'FEnemyAIAttackDistTableData::m_state' has a wrong offset!"); \ static_assert(offsetof(FEnemyAIAttackDistTableData, AttackMinRange) == 0x00000C, "Member 'FEnemyAIAttackDistTableData::AttackMinRange' has a wrong offset!"); \ static_assert(offsetof(FEnemyAIAttackDistTableData, ApproachMinRange) == 0x000010, "Member 'FEnemyAIAttackDistTableData::ApproachMinRange' has a wrong offset!"); \ static_assert(offsetof(FEnemyAIAttackDistTableData, ApproachMaxRange) == 0x000014, "Member 'FEnemyAIAttackDistTableData::ApproachMaxRange' has a wrong offset!"); \ static_assert(offsetof(FEnemyAIAttackDistTableData, AttackMaxRange) == 0x000018, "Member 'FEnemyAIAttackDistTableData::AttackMaxRange' has a wrong offset!"); \ static_assert(offsetof(FEnemyAIAttackDistTableData, ApproachTolerance) == 0x00001C, "Member 'FEnemyAIAttackDistTableData::ApproachTolerance' has a wrong offset!"); \ static_assert(offsetof(FEnemyAIAttackDistTableData, AttackRangeTolerance) == 0x000020, "Member 'FEnemyAIAttackDistTableData::AttackRangeTolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldFoliageData \ static_assert(alignof(FWorldFoliageData) == 0x000008, "Wrong alignment on FWorldFoliageData"); \ static_assert(sizeof(FWorldFoliageData) == 0x0000F0, "Wrong size on FWorldFoliageData"); \ static_assert(offsetof(FWorldFoliageData, Level) == 0x000000, "Member 'FWorldFoliageData::Level' has a wrong offset!"); \ static_assert(offsetof(FWorldFoliageData, LevelBoundsLocation) == 0x000028, "Member 'FWorldFoliageData::LevelBoundsLocation' has a wrong offset!"); \ static_assert(offsetof(FWorldFoliageData, LevelBoundsMinMax) == 0x000034, "Member 'FWorldFoliageData::LevelBoundsMinMax' has a wrong offset!"); \ static_assert(offsetof(FWorldFoliageData, LevelBoundsRadius) == 0x000050, "Member 'FWorldFoliageData::LevelBoundsRadius' has a wrong offset!"); \ static_assert(offsetof(FWorldFoliageData, FoliageTransforms) == 0x000070, "Member 'FWorldFoliageData::FoliageTransforms' has a wrong offset!"); \ static_assert(offsetof(FWorldFoliageData, ComponentAssignedTo) == 0x000080, "Member 'FWorldFoliageData::ComponentAssignedTo' has a wrong offset!"); \ static_assert(offsetof(FWorldFoliageData, AddedInstancesIndex) == 0x000090, "Member 'FWorldFoliageData::AddedInstancesIndex' has a wrong offset!"); \ static_assert(offsetof(FWorldFoliageData, TypeIndex) == 0x0000A0, "Member 'FWorldFoliageData::TypeIndex' has a wrong offset!"); \ static_assert(offsetof(FWorldFoliageData, LevelName) == 0x0000B0, "Member 'FWorldFoliageData::LevelName' has a wrong offset!"); \ static_assert(offsetof(FWorldFoliageData, NumInstances) == 0x0000C0, "Member 'FWorldFoliageData::NumInstances' has a wrong offset!"); \ static_assert(offsetof(FWorldFoliageData, NumAddedInstances) == 0x0000C4, "Member 'FWorldFoliageData::NumAddedInstances' has a wrong offset!"); \ static_assert(offsetof(FWorldFoliageData, bNeedsUpdate) == 0x0000C8, "Member 'FWorldFoliageData::bNeedsUpdate' has a wrong offset!"); \ static_assert(offsetof(FWorldFoliageData, CurrentState) == 0x0000C9, "Member 'FWorldFoliageData::CurrentState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FObjectHabitatFoliageType \ static_assert(alignof(FObjectHabitatFoliageType) == 0x000008, "Wrong alignment on FObjectHabitatFoliageType"); \ static_assert(sizeof(FObjectHabitatFoliageType) == 0x000010, "Wrong size on FObjectHabitatFoliageType"); \ static_assert(offsetof(FObjectHabitatFoliageType, FoliageType) == 0x000000, "Member 'FObjectHabitatFoliageType::FoliageType' has a wrong offset!"); \ static_assert(offsetof(FObjectHabitatFoliageType, MinFoliageDensity) == 0x000008, "Member 'FObjectHabitatFoliageType::MinFoliageDensity' has a wrong offset!"); \ static_assert(offsetof(FObjectHabitatFoliageType, bRequired) == 0x00000C, "Member 'FObjectHabitatFoliageType::bRequired' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmGenerationParameters \ static_assert(alignof(FGroundSwarmGenerationParameters) == 0x000008, "Wrong alignment on FGroundSwarmGenerationParameters"); \ static_assert(sizeof(FGroundSwarmGenerationParameters) == 0x000010, "Wrong size on FGroundSwarmGenerationParameters"); \ static_assert(offsetof(FGroundSwarmGenerationParameters, Members) == 0x000000, "Member 'FGroundSwarmGenerationParameters::Members' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmGenerationParameters, MemberMesh) == 0x000008, "Member 'FGroundSwarmGenerationParameters::MemberMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpringFollowComponentSettings \ static_assert(alignof(FSpringFollowComponentSettings) == 0x000004, "Wrong alignment on FSpringFollowComponentSettings"); \ static_assert(sizeof(FSpringFollowComponentSettings) == 0x000024, "Wrong size on FSpringFollowComponentSettings"); \ static_assert(offsetof(FSpringFollowComponentSettings, AttachedMass) == 0x000000, "Member 'FSpringFollowComponentSettings::AttachedMass' has a wrong offset!"); \ static_assert(offsetof(FSpringFollowComponentSettings, RadialConstraintMeters) == 0x000004, "Member 'FSpringFollowComponentSettings::RadialConstraintMeters' has a wrong offset!"); \ static_assert(offsetof(FSpringFollowComponentSettings, RadialMinimumtMeters) == 0x000008, "Member 'FSpringFollowComponentSettings::RadialMinimumtMeters' has a wrong offset!"); \ static_assert(offsetof(FSpringFollowComponentSettings, SpringK) == 0x00000C, "Member 'FSpringFollowComponentSettings::SpringK' has a wrong offset!"); \ static_assert(offsetof(FSpringFollowComponentSettings, SpringB) == 0x000010, "Member 'FSpringFollowComponentSettings::SpringB' has a wrong offset!"); \ static_assert(offsetof(FSpringFollowComponentSettings, Damping) == 0x000014, "Member 'FSpringFollowComponentSettings::Damping' has a wrong offset!"); \ static_assert(offsetof(FSpringFollowComponentSettings, RadialDamping) == 0x000018, "Member 'FSpringFollowComponentSettings::RadialDamping' has a wrong offset!"); \ static_assert(offsetof(FSpringFollowComponentSettings, GravityFactor) == 0x00001C, "Member 'FSpringFollowComponentSettings::GravityFactor' has a wrong offset!"); \ static_assert(offsetof(FSpringFollowComponentSettings, SwirlForce) == 0x000020, "Member 'FSpringFollowComponentSettings::SwirlForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FObjectFallbackData \ static_assert(alignof(FObjectFallbackData) == 0x000004, "Wrong alignment on FObjectFallbackData"); \ static_assert(sizeof(FObjectFallbackData) == 0x000010, "Wrong size on FObjectFallbackData"); \ #define DUMPER7_ASSERTS_FEnemy_TicketParams \ static_assert(alignof(FEnemy_TicketParams) == 0x000008, "Wrong alignment on FEnemy_TicketParams"); \ static_assert(sizeof(FEnemy_TicketParams) == 0x000010, "Wrong size on FEnemy_TicketParams"); \ #define DUMPER7_ASSERTS_FObjectTrackerData \ static_assert(alignof(FObjectTrackerData) == 0x000008, "Wrong alignment on FObjectTrackerData"); \ static_assert(sizeof(FObjectTrackerData) == 0x000020, "Wrong size on FObjectTrackerData"); \ static_assert(offsetof(FObjectTrackerData, AssetType) == 0x000000, "Member 'FObjectTrackerData::AssetType' has a wrong offset!"); \ static_assert(offsetof(FObjectTrackerData, ChildObjects) == 0x000010, "Member 'FObjectTrackerData::ChildObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFactSheetResult \ static_assert(alignof(FFactSheetResult) == 0x000008, "Wrong alignment on FFactSheetResult"); \ static_assert(sizeof(FFactSheetResult) == 0x000038, "Wrong size on FFactSheetResult"); \ static_assert(offsetof(FFactSheetResult, RegistryId) == 0x000000, "Member 'FFactSheetResult::RegistryId' has a wrong offset!"); \ static_assert(offsetof(FFactSheetResult, HouseID) == 0x000008, "Member 'FFactSheetResult::HouseID' has a wrong offset!"); \ static_assert(offsetof(FFactSheetResult, FlavorID) == 0x000010, "Member 'FFactSheetResult::FlavorID' has a wrong offset!"); \ static_assert(offsetof(FFactSheetResult, FactSheetType) == 0x000018, "Member 'FFactSheetResult::FactSheetType' has a wrong offset!"); \ static_assert(offsetof(FFactSheetResult, SubjectKnowledgeLevel) == 0x000020, "Member 'FFactSheetResult::SubjectKnowledgeLevel' has a wrong offset!"); \ static_assert(offsetof(FFactSheetResult, SubjectKnowledgeLevelAmount) == 0x000024, "Member 'FFactSheetResult::SubjectKnowledgeLevelAmount' has a wrong offset!"); \ static_assert(offsetof(FFactSheetResult, Facts) == 0x000028, "Member 'FFactSheetResult::Facts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpellToolPreloadData \ static_assert(alignof(FSpellToolPreloadData) == 0x000004, "Wrong alignment on FSpellToolPreloadData"); \ static_assert(sizeof(FSpellToolPreloadData) == 0x000018, "Wrong size on FSpellToolPreloadData"); \ #define DUMPER7_ASSERTS_FNPC_JumpSplineData \ static_assert(alignof(FNPC_JumpSplineData) == 0x000008, "Wrong alignment on FNPC_JumpSplineData"); \ static_assert(sizeof(FNPC_JumpSplineData) == 0x000040, "Wrong size on FNPC_JumpSplineData"); \ static_assert(offsetof(FNPC_JumpSplineData, SplinePtr) == 0x000000, "Member 'FNPC_JumpSplineData::SplinePtr' has a wrong offset!"); \ static_assert(offsetof(FNPC_JumpSplineData, bLimitMinMaxSpeed) == 0x000008, "Member 'FNPC_JumpSplineData::bLimitMinMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FNPC_JumpSplineData, MinSpeed) == 0x00000C, "Member 'FNPC_JumpSplineData::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FNPC_JumpSplineData, MaxSpeed) == 0x000010, "Member 'FNPC_JumpSplineData::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FNPC_JumpSplineData, SpeedScale) == 0x000014, "Member 'FNPC_JumpSplineData::SpeedScale' has a wrong offset!"); \ static_assert(offsetof(FNPC_JumpSplineData, GravityScalePostApex) == 0x000018, "Member 'FNPC_JumpSplineData::GravityScalePostApex' has a wrong offset!"); \ static_assert(offsetof(FNPC_JumpSplineData, GravityScalePostApexInterpRate) == 0x00001C, "Member 'FNPC_JumpSplineData::GravityScalePostApexInterpRate' has a wrong offset!"); \ static_assert(offsetof(FNPC_JumpSplineData, bOverrideStartSpeed) == 0x000020, "Member 'FNPC_JumpSplineData::bOverrideStartSpeed' has a wrong offset!"); \ static_assert(offsetof(FNPC_JumpSplineData, OverrideStartSpeed) == 0x000024, "Member 'FNPC_JumpSplineData::OverrideStartSpeed' has a wrong offset!"); \ static_assert(offsetof(FNPC_JumpSplineData, bOverrideGravity) == 0x000028, "Member 'FNPC_JumpSplineData::bOverrideGravity' has a wrong offset!"); \ static_assert(offsetof(FNPC_JumpSplineData, OverrideGravity) == 0x00002C, "Member 'FNPC_JumpSplineData::OverrideGravity' has a wrong offset!"); \ static_assert(offsetof(FNPC_JumpSplineData, RotateToFaceRate) == 0x000030, "Member 'FNPC_JumpSplineData::RotateToFaceRate' has a wrong offset!"); \ static_assert(offsetof(FNPC_JumpSplineData, InterpToSplineInitialRate) == 0x000034, "Member 'FNPC_JumpSplineData::InterpToSplineInitialRate' has a wrong offset!"); \ static_assert(offsetof(FNPC_JumpSplineData, InterpToSplineRate) == 0x000038, "Member 'FNPC_JumpSplineData::InterpToSplineRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_SpawmParams \ static_assert(alignof(FEnemy_SpawmParams) == 0x000001, "Wrong alignment on FEnemy_SpawmParams"); \ static_assert(sizeof(FEnemy_SpawmParams) == 0x000001, "Wrong size on FEnemy_SpawmParams"); \ #define DUMPER7_ASSERTS_FEnemy_JumpSplineSpawn \ static_assert(alignof(FEnemy_JumpSplineSpawn) == 0x000008, "Wrong alignment on FEnemy_JumpSplineSpawn"); \ static_assert(sizeof(FEnemy_JumpSplineSpawn) == 0x000090, "Wrong size on FEnemy_JumpSplineSpawn"); \ static_assert(offsetof(FEnemy_JumpSplineSpawn, bFreezeUntilReleased) == 0x000000, "Member 'FEnemy_JumpSplineSpawn::bFreezeUntilReleased' has a wrong offset!"); \ static_assert(offsetof(FEnemy_JumpSplineSpawn, FreezeAATagContainer) == 0x000008, "Member 'FEnemy_JumpSplineSpawn::FreezeAATagContainer' has a wrong offset!"); \ static_assert(offsetof(FEnemy_JumpSplineSpawn, FreezeAnimOffset) == 0x000028, "Member 'FEnemy_JumpSplineSpawn::FreezeAnimOffset' has a wrong offset!"); \ static_assert(offsetof(FEnemy_JumpSplineSpawn, JumpSplineParams) == 0x000030, "Member 'FEnemy_JumpSplineSpawn::JumpSplineParams' has a wrong offset!"); \ static_assert(offsetof(FEnemy_JumpSplineSpawn, JumpSplineAATagContainer) == 0x000070, "Member 'FEnemy_JumpSplineSpawn::JumpSplineAATagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_ShowUI \ static_assert(alignof(FNPC_ShowUI) == 0x000004, "Wrong alignment on FNPC_ShowUI"); \ static_assert(sizeof(FNPC_ShowUI) == 0x00000C, "Wrong size on FNPC_ShowUI"); \ static_assert(offsetof(FNPC_ShowUI, bShowName) == 0x000000, "Member 'FNPC_ShowUI::bShowName' has a wrong offset!"); \ static_assert(offsetof(FNPC_ShowUI, bShowHealthBar) == 0x000001, "Member 'FNPC_ShowUI::bShowHealthBar' has a wrong offset!"); \ static_assert(offsetof(FNPC_ShowUI, bShowBadge) == 0x000002, "Member 'FNPC_ShowUI::bShowBadge' has a wrong offset!"); \ static_assert(offsetof(FNPC_ShowUI, bShowCallout) == 0x000003, "Member 'FNPC_ShowUI::bShowCallout' has a wrong offset!"); \ static_assert(offsetof(FNPC_ShowUI, bShowDamage) == 0x000004, "Member 'FNPC_ShowUI::bShowDamage' has a wrong offset!"); \ static_assert(offsetof(FNPC_ShowUI, bShowPerceptionIndicator) == 0x000005, "Member 'FNPC_ShowUI::bShowPerceptionIndicator' has a wrong offset!"); \ static_assert(offsetof(FNPC_ShowUI, ShowPerceptionIndicatorMode) == 0x000006, "Member 'FNPC_ShowUI::ShowPerceptionIndicatorMode' has a wrong offset!"); \ static_assert(offsetof(FNPC_ShowUI, ShowMiniMapPerceptionCone) == 0x000008, "Member 'FNPC_ShowUI::ShowMiniMapPerceptionCone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_OptimizationSettings \ static_assert(alignof(FNPC_OptimizationSettings) == 0x000004, "Wrong alignment on FNPC_OptimizationSettings"); \ static_assert(sizeof(FNPC_OptimizationSettings) == 0x000028, "Wrong size on FNPC_OptimizationSettings"); \ static_assert(offsetof(FNPC_OptimizationSettings, NonCAnimationTickDist) == 0x000000, "Member 'FNPC_OptimizationSettings::NonCAnimationTickDist' has a wrong offset!"); \ static_assert(offsetof(FNPC_OptimizationSettings, CAnimationTickDist) == 0x000004, "Member 'FNPC_OptimizationSettings::CAnimationTickDist' has a wrong offset!"); \ static_assert(offsetof(FNPC_OptimizationSettings, NonCShutdownDist) == 0x000008, "Member 'FNPC_OptimizationSettings::NonCShutdownDist' has a wrong offset!"); \ static_assert(offsetof(FNPC_OptimizationSettings, CShutdownMinDist) == 0x00000C, "Member 'FNPC_OptimizationSettings::CShutdownMinDist' has a wrong offset!"); \ static_assert(offsetof(FNPC_OptimizationSettings, CShutdownDist) == 0x000010, "Member 'FNPC_OptimizationSettings::CShutdownDist' has a wrong offset!"); \ static_assert(offsetof(FNPC_OptimizationSettings, NonCRenderedShutdown) == 0x000014, "Member 'FNPC_OptimizationSettings::NonCRenderedShutdown' has a wrong offset!"); \ static_assert(offsetof(FNPC_OptimizationSettings, CNotRenderedShutdownNear) == 0x000018, "Member 'FNPC_OptimizationSettings::CNotRenderedShutdownNear' has a wrong offset!"); \ static_assert(offsetof(FNPC_OptimizationSettings, CNotRenderedShutdownFar) == 0x00001C, "Member 'FNPC_OptimizationSettings::CNotRenderedShutdownFar' has a wrong offset!"); \ static_assert(offsetof(FNPC_OptimizationSettings, ShutdownMaxDist) == 0x000020, "Member 'FNPC_OptimizationSettings::ShutdownMaxDist' has a wrong offset!"); \ static_assert(offsetof(FNPC_OptimizationSettings, RenderMaxDist) == 0x000024, "Member 'FNPC_OptimizationSettings::RenderMaxDist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_SpawnFreeze \ static_assert(alignof(FEnemy_SpawnFreeze) == 0x000008, "Wrong alignment on FEnemy_SpawnFreeze"); \ static_assert(sizeof(FEnemy_SpawnFreeze) == 0x000028, "Wrong size on FEnemy_SpawnFreeze"); \ static_assert(offsetof(FEnemy_SpawnFreeze, AATagContainer) == 0x000000, "Member 'FEnemy_SpawnFreeze::AATagContainer' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFreeze, AnimOffset) == 0x000020, "Member 'FEnemy_SpawnFreeze::AnimOffset' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFreeze, bBranchOnRelease) == 0x000024, "Member 'FEnemy_SpawnFreeze::bBranchOnRelease' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_InflictedDamageOverTime \ static_assert(alignof(FEnemy_InflictedDamageOverTime) == 0x000004, "Wrong alignment on FEnemy_InflictedDamageOverTime"); \ static_assert(sizeof(FEnemy_InflictedDamageOverTime) == 0x000010, "Wrong size on FEnemy_InflictedDamageOverTime"); \ static_assert(offsetof(FEnemy_InflictedDamageOverTime, FromTime) == 0x000000, "Member 'FEnemy_InflictedDamageOverTime::FromTime' has a wrong offset!"); \ static_assert(offsetof(FEnemy_InflictedDamageOverTime, ToTime) == 0x000004, "Member 'FEnemy_InflictedDamageOverTime::ToTime' has a wrong offset!"); \ static_assert(offsetof(FEnemy_InflictedDamageOverTime, FromNPCDamageMult) == 0x000008, "Member 'FEnemy_InflictedDamageOverTime::FromNPCDamageMult' has a wrong offset!"); \ static_assert(offsetof(FEnemy_InflictedDamageOverTime, FromPlayerDamageMult) == 0x00000C, "Member 'FEnemy_InflictedDamageOverTime::FromPlayerDamageMult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_InflictedDamageOverTimeData \ static_assert(alignof(FEnemy_InflictedDamageOverTimeData) == 0x000008, "Wrong alignment on FEnemy_InflictedDamageOverTimeData"); \ static_assert(sizeof(FEnemy_InflictedDamageOverTimeData) == 0x000010, "Wrong size on FEnemy_InflictedDamageOverTimeData"); \ static_assert(offsetof(FEnemy_InflictedDamageOverTimeData, InflictedDamageOverTimeList) == 0x000000, "Member 'FEnemy_InflictedDamageOverTimeData::InflictedDamageOverTimeList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_SpawnFollowSpline \ static_assert(alignof(FEnemy_SpawnFollowSpline) == 0x000008, "Wrong alignment on FEnemy_SpawnFollowSpline"); \ static_assert(sizeof(FEnemy_SpawnFollowSpline) == 0x0000A8, "Wrong size on FEnemy_SpawnFollowSpline"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, SplinePtr) == 0x000000, "Member 'FEnemy_SpawnFollowSpline::SplinePtr' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, bUseLerpedSplineNormals) == 0x000008, "Member 'FEnemy_SpawnFollowSpline::bUseLerpedSplineNormals' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, SplineLocalOffset) == 0x00000C, "Member 'FEnemy_SpawnFollowSpline::SplineLocalOffset' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, MinSpeed) == 0x000018, "Member 'FEnemy_SpawnFollowSpline::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, MaxSpeed) == 0x00001C, "Member 'FEnemy_SpawnFollowSpline::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, MoveScale) == 0x000020, "Member 'FEnemy_SpawnFollowSpline::MoveScale' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, Acceleration) == 0x000024, "Member 'FEnemy_SpawnFollowSpline::Acceleration' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, Deceleration) == 0x000028, "Member 'FEnemy_SpawnFollowSpline::Deceleration' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, speedRampDist) == 0x00002C, "Member 'FEnemy_SpawnFollowSpline::speedRampDist' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, speedRampAccel) == 0x000030, "Member 'FEnemy_SpawnFollowSpline::speedRampAccel' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, StartDirection) == 0x000034, "Member 'FEnemy_SpawnFollowSpline::StartDirection' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, Mobility) == 0x000035, "Member 'FEnemy_SpawnFollowSpline::Mobility' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, StartDist) == 0x000038, "Member 'FEnemy_SpawnFollowSpline::StartDist' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, StartSplineDelay) == 0x00003C, "Member 'FEnemy_SpawnFollowSpline::StartSplineDelay' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, StartSplineDeviation) == 0x000040, "Member 'FEnemy_SpawnFollowSpline::StartSplineDeviation' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, bWaitToStart) == 0x000044, "Member 'FEnemy_SpawnFollowSpline::bWaitToStart' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, SplineInterval) == 0x000048, "Member 'FEnemy_SpawnFollowSpline::SplineInterval' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, SplineIntervalDeviation) == 0x00004C, "Member 'FEnemy_SpawnFollowSpline::SplineIntervalDeviation' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, SplineIdleChance) == 0x000050, "Member 'FEnemy_SpawnFollowSpline::SplineIdleChance' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, IdleMinInterval) == 0x000054, "Member 'FEnemy_SpawnFollowSpline::IdleMinInterval' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, ScurryState) == 0x000058, "Member 'FEnemy_SpawnFollowSpline::ScurryState' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, ScurryProximityRadius) == 0x00005C, "Member 'FEnemy_SpawnFollowSpline::ScurryProximityRadius' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, ScurryCheckInterval) == 0x000060, "Member 'FEnemy_SpawnFollowSpline::ScurryCheckInterval' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, ScurryCheckIntervalDeviation) == 0x000064, "Member 'FEnemy_SpawnFollowSpline::ScurryCheckIntervalDeviation' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, ScurryChance) == 0x000068, "Member 'FEnemy_SpawnFollowSpline::ScurryChance' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, ScurryMinSpeed) == 0x00006C, "Member 'FEnemy_SpawnFollowSpline::ScurryMinSpeed' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, ScurryMaxSpeed) == 0x000070, "Member 'FEnemy_SpawnFollowSpline::ScurryMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, ScurryInterval) == 0x000074, "Member 'FEnemy_SpawnFollowSpline::ScurryInterval' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, ScurryIntervalDeviation) == 0x000078, "Member 'FEnemy_SpawnFollowSpline::ScurryIntervalDeviation' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, EndAction) == 0x00007C, "Member 'FEnemy_SpawnFollowSpline::EndAction' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, bOnDieLeaveBehindBody) == 0x00007D, "Member 'FEnemy_SpawnFollowSpline::bOnDieLeaveBehindBody' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, bAttemptAOEWhenReachingEnd) == 0x00007E, "Member 'FEnemy_SpawnFollowSpline::bAttemptAOEWhenReachingEnd' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, EndTimout) == 0x000080, "Member 'FEnemy_SpawnFollowSpline::EndTimout' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, EndState) == 0x000084, "Member 'FEnemy_SpawnFollowSpline::EndState' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, bPerceptionEnabled) == 0x000085, "Member 'FEnemy_SpawnFollowSpline::bPerceptionEnabled' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, bOnPerceptionEndBypassAlert) == 0x000086, "Member 'FEnemy_SpawnFollowSpline::bOnPerceptionEndBypassAlert' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, bPerceptionEnabledOnNavMesh) == 0x000087, "Member 'FEnemy_SpawnFollowSpline::bPerceptionEnabledOnNavMesh' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, bPerceptionEnableRequireDistance) == 0x000088, "Member 'FEnemy_SpawnFollowSpline::bPerceptionEnableRequireDistance' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, PerceptionEnableMaxDistance) == 0x00008C, "Member 'FEnemy_SpawnFollowSpline::PerceptionEnableMaxDistance' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, bOverrideShowUI) == 0x000090, "Member 'FEnemy_SpawnFollowSpline::bOverrideShowUI' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, ShowUI) == 0x000094, "Member 'FEnemy_SpawnFollowSpline::ShowUI' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, bTargetable) == 0x0000A0, "Member 'FEnemy_SpawnFollowSpline::bTargetable' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, bPerceivable) == 0x0000A1, "Member 'FEnemy_SpawnFollowSpline::bPerceivable' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, bStealthKillable) == 0x0000A2, "Member 'FEnemy_SpawnFollowSpline::bStealthKillable' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnFollowSpline, bCollidable) == 0x0000A3, "Member 'FEnemy_SpawnFollowSpline::bCollidable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_AttackGroup \ static_assert(alignof(FEnemy_AttackGroup) == 0x000008, "Wrong alignment on FEnemy_AttackGroup"); \ static_assert(sizeof(FEnemy_AttackGroup) == 0x000030, "Wrong size on FEnemy_AttackGroup"); \ static_assert(offsetof(FEnemy_AttackGroup, Tag) == 0x000000, "Member 'FEnemy_AttackGroup::Tag' has a wrong offset!"); \ static_assert(offsetof(FEnemy_AttackGroup, MaxAttacking) == 0x000008, "Member 'FEnemy_AttackGroup::MaxAttacking' has a wrong offset!"); \ static_assert(offsetof(FEnemy_AttackGroup, StandbyVolumeList) == 0x000010, "Member 'FEnemy_AttackGroup::StandbyVolumeList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_SpawnAsleep \ static_assert(alignof(FEnemy_SpawnAsleep) == 0x000008, "Wrong alignment on FEnemy_SpawnAsleep"); \ static_assert(sizeof(FEnemy_SpawnAsleep) == 0x000038, "Wrong size on FEnemy_SpawnAsleep"); \ static_assert(offsetof(FEnemy_SpawnAsleep, WakeupVolumeList) == 0x000000, "Member 'FEnemy_SpawnAsleep::WakeupVolumeList' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnAsleep, AATagContainer) == 0x000010, "Member 'FEnemy_SpawnAsleep::AATagContainer' has a wrong offset!"); \ static_assert(offsetof(FEnemy_SpawnAsleep, AnimOffset) == 0x000030, "Member 'FEnemy_SpawnAsleep::AnimOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_TargetPriority \ static_assert(alignof(FEnemy_TargetPriority) == 0x000004, "Wrong alignment on FEnemy_TargetPriority"); \ static_assert(sizeof(FEnemy_TargetPriority) == 0x00000C, "Wrong size on FEnemy_TargetPriority"); \ static_assert(offsetof(FEnemy_TargetPriority, TargetSubTypeID) == 0x000000, "Member 'FEnemy_TargetPriority::TargetSubTypeID' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetPriority, PriorityMult) == 0x000008, "Member 'FEnemy_TargetPriority::PriorityMult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_TargetSelectionData \ static_assert(alignof(FEnemy_TargetSelectionData) == 0x000008, "Wrong alignment on FEnemy_TargetSelectionData"); \ static_assert(sizeof(FEnemy_TargetSelectionData) == 0x000018, "Wrong size on FEnemy_TargetSelectionData"); \ static_assert(offsetof(FEnemy_TargetSelectionData, TargetSelectionScoreSet) == 0x000000, "Member 'FEnemy_TargetSelectionData::TargetSelectionScoreSet' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSelectionData, TargetPriorityList) == 0x000008, "Member 'FEnemy_TargetSelectionData::TargetPriorityList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_CharacterParams \ static_assert(alignof(FEnemy_CharacterParams) == 0x000008, "Wrong alignment on FEnemy_CharacterParams"); \ static_assert(sizeof(FEnemy_CharacterParams) == 0x0004A8, "Wrong size on FEnemy_CharacterParams"); \ static_assert(offsetof(FEnemy_CharacterParams, SpawnType) == 0x000000, "Member 'FEnemy_CharacterParams::SpawnType' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, SpawnInLocation) == 0x000008, "Member 'FEnemy_CharacterParams::SpawnInLocation' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, SpawnIgnoreActors) == 0x000018, "Member 'FEnemy_CharacterParams::SpawnIgnoreActors' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, State) == 0x000028, "Member 'FEnemy_CharacterParams::State' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, StationaryTimer) == 0x00002C, "Member 'FEnemy_CharacterParams::StationaryTimer' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bOverrideShowUI) == 0x000030, "Member 'FEnemy_CharacterParams::bOverrideShowUI' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, ShowUI) == 0x000034, "Member 'FEnemy_CharacterParams::ShowUI' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, AllowBeacon) == 0x000040, "Member 'FEnemy_CharacterParams::AllowBeacon' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, SpawnFreezeParams) == 0x000048, "Member 'FEnemy_CharacterParams::SpawnFreezeParams' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, SpawnSplineParams) == 0x000058, "Member 'FEnemy_CharacterParams::SpawnSplineParams' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, SpawnSmokeSplineParams) == 0x000068, "Member 'FEnemy_CharacterParams::SpawnSmokeSplineParams' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, AttackGroupParams) == 0x000078, "Member 'FEnemy_CharacterParams::AttackGroupParams' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, SpawnAsleepParams) == 0x000088, "Member 'FEnemy_CharacterParams::SpawnAsleepParams' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, SpawnJumpSplineParams) == 0x000098, "Member 'FEnemy_CharacterParams::SpawnJumpSplineParams' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, PathNodePtr) == 0x0000A8, "Member 'FEnemy_CharacterParams::PathNodePtr' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, OverridePathSpec) == 0x0000B0, "Member 'FEnemy_CharacterParams::OverridePathSpec' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bShutdownOptimizationAllowed) == 0x0000B1, "Member 'FEnemy_CharacterParams::bShutdownOptimizationAllowed' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bOverrideOptimizationSettings) == 0x0000B2, "Member 'FEnemy_CharacterParams::bOverrideOptimizationSettings' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, OverrideOptimizationSettings) == 0x0000B4, "Member 'FEnemy_CharacterParams::OverrideOptimizationSettings' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bNotDamageableUntilDistanceEnabled) == 0x0000DC, "Member 'FEnemy_CharacterParams::bNotDamageableUntilDistanceEnabled' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, NotDamageableUntilDistance) == 0x0000E0, "Member 'FEnemy_CharacterParams::NotDamageableUntilDistance' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, RequiredGameContext) == 0x0000E4, "Member 'FEnemy_CharacterParams::RequiredGameContext' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bPerceptionEnable) == 0x0000E5, "Member 'FEnemy_CharacterParams::bPerceptionEnable' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, PerceptionEnableTimer) == 0x0000E8, "Member 'FEnemy_CharacterParams::PerceptionEnableTimer' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bPerceptionDisabledUntilAttacked) == 0x0000EC, "Member 'FEnemy_CharacterParams::bPerceptionDisabledUntilAttacked' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bOnPlayerTeamUntilAttacked) == 0x0000ED, "Member 'FEnemy_CharacterParams::bOnPlayerTeamUntilAttacked' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bPlayerOnlyPerception) == 0x0000EE, "Member 'FEnemy_CharacterParams::bPlayerOnlyPerception' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bForcePlayerPerception) == 0x0000EF, "Member 'FEnemy_CharacterParams::bForcePlayerPerception' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bAllowForceWhenInDisillusionment) == 0x0000F0, "Member 'FEnemy_CharacterParams::bAllowForceWhenInDisillusionment' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bExcludePlayerPerception) == 0x0000F1, "Member 'FEnemy_CharacterParams::bExcludePlayerPerception' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bReinforcementPlayerPerception) == 0x0000F2, "Member 'FEnemy_CharacterParams::bReinforcementPlayerPerception' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, ForcePerceptionDistance) == 0x0000F4, "Member 'FEnemy_CharacterParams::ForcePerceptionDistance' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, ForcePerceptionTimeout) == 0x0000F8, "Member 'FEnemy_CharacterParams::ForcePerceptionTimeout' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bExcludeFromPlayerRelTracking) == 0x0000FC, "Member 'FEnemy_CharacterParams::bExcludeFromPlayerRelTracking' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bPlayCameraCutOnDeath) == 0x0000FD, "Member 'FEnemy_CharacterParams::bPlayCameraCutOnDeath' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, OverrideTargetSenseAsset) == 0x000100, "Member 'FEnemy_CharacterParams::OverrideTargetSenseAsset' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, TargetAwareStateRateScale) == 0x000108, "Member 'FEnemy_CharacterParams::TargetAwareStateRateScale' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bTargetAwareStateInstantAggro) == 0x00010C, "Member 'FEnemy_CharacterParams::bTargetAwareStateInstantAggro' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bOverrideAlertUIRate) == 0x00010D, "Member 'FEnemy_CharacterParams::bOverrideAlertUIRate' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, AlertUIRate) == 0x000110, "Member 'FEnemy_CharacterParams::AlertUIRate' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bAggroBehaviorEnabled) == 0x000114, "Member 'FEnemy_CharacterParams::bAggroBehaviorEnabled' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bLootDropEnable) == 0x000115, "Member 'FEnemy_CharacterParams::bLootDropEnable' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bPerceiveVolumeIgnoreWhenAware) == 0x000116, "Member 'FEnemy_CharacterParams::bPerceiveVolumeIgnoreWhenAware' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, PerceiveVolumeList) == 0x000118, "Member 'FEnemy_CharacterParams::PerceiveVolumeList' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, ForceTargetVolumeList) == 0x000128, "Member 'FEnemy_CharacterParams::ForceTargetVolumeList' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bForceVolumeRequireLOS) == 0x000138, "Member 'FEnemy_CharacterParams::bForceVolumeRequireLOS' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bForceVolumeRequireDistance) == 0x000139, "Member 'FEnemy_CharacterParams::bForceVolumeRequireDistance' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, ForceVolumeMaxDistance) == 0x00013C, "Member 'FEnemy_CharacterParams::ForceVolumeMaxDistance' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, ForceTargetExcludeVolumeList) == 0x000140, "Member 'FEnemy_CharacterParams::ForceTargetExcludeVolumeList' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, TeamateShareVolumeList) == 0x000150, "Member 'FEnemy_CharacterParams::TeamateShareVolumeList' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, StayInVolumeList) == 0x000160, "Member 'FEnemy_CharacterParams::StayInVolumeList' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bCanRemoveStayInVolumes) == 0x000170, "Member 'FEnemy_CharacterParams::bCanRemoveStayInVolumes' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, StayInRadius) == 0x000174, "Member 'FEnemy_CharacterParams::StayInRadius' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, StayInVolumeTeleportTimeout) == 0x000178, "Member 'FEnemy_CharacterParams::StayInVolumeTeleportTimeout' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bStayInVolumeOffNavTeleport) == 0x00017C, "Member 'FEnemy_CharacterParams::bStayInVolumeOffNavTeleport' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, ThrottleVolumeList) == 0x000180, "Member 'FEnemy_CharacterParams::ThrottleVolumeList' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bOnlyKillIfNotInAnyAliveVolume) == 0x000190, "Member 'FEnemy_CharacterParams::bOnlyKillIfNotInAnyAliveVolume' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, AliveVolumeList) == 0x000198, "Member 'FEnemy_CharacterParams::AliveVolumeList' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, KillVolumeList) == 0x0001A8, "Member 'FEnemy_CharacterParams::KillVolumeList' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, WanderTetherType) == 0x0001B8, "Member 'FEnemy_CharacterParams::WanderTetherType' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, WanderTetherDist) == 0x0001BC, "Member 'FEnemy_CharacterParams::WanderTetherDist' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, WanderTetherLoc) == 0x0001C0, "Member 'FEnemy_CharacterParams::WanderTetherLoc' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bDisableApparateToMove) == 0x0001CC, "Member 'FEnemy_CharacterParams::bDisableApparateToMove' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bDisableApparateIfUnreachableLoc) == 0x0001CD, "Member 'FEnemy_CharacterParams::bDisableApparateIfUnreachableLoc' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bFacePlayerOnSpawn) == 0x0001CE, "Member 'FEnemy_CharacterParams::bFacePlayerOnSpawn' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, LevelScaleMinOverride) == 0x0001D0, "Member 'FEnemy_CharacterParams::LevelScaleMinOverride' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, LevelScaleMaxOverride) == 0x0001D4, "Member 'FEnemy_CharacterParams::LevelScaleMaxOverride' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, LevelOffsetOverride) == 0x0001D8, "Member 'FEnemy_CharacterParams::LevelOffsetOverride' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, PerPlatformLevelOffsetOverride) == 0x0001DC, "Member 'FEnemy_CharacterParams::PerPlatformLevelOffsetOverride' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bSpawnActorDead) == 0x0001E0, "Member 'FEnemy_CharacterParams::bSpawnActorDead' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bAllowsDeadSpawn) == 0x0001E1, "Member 'FEnemy_CharacterParams::bAllowsDeadSpawn' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bSpawnActorInjured) == 0x0001E2, "Member 'FEnemy_CharacterParams::bSpawnActorInjured' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bPlayCharacterVOonSpawn) == 0x0001E3, "Member 'FEnemy_CharacterParams::bPlayCharacterVOonSpawn' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, ResetTime) == 0x0001E4, "Member 'FEnemy_CharacterParams::ResetTime' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, DisengageState) == 0x0001E8, "Member 'FEnemy_CharacterParams::DisengageState' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bOverrideDeathEffects) == 0x0001E9, "Member 'FEnemy_CharacterParams::bOverrideDeathEffects' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bDestroyOnDeath) == 0x0001EA, "Member 'FEnemy_CharacterParams::bDestroyOnDeath' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bDoDeathCamOnDeath) == 0x0001EB, "Member 'FEnemy_CharacterParams::bDoDeathCamOnDeath' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bDoBulletTimeOnDeath) == 0x0001EC, "Member 'FEnemy_CharacterParams::bDoBulletTimeOnDeath' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bDissolveOnDeath) == 0x0001ED, "Member 'FEnemy_CharacterParams::bDissolveOnDeath' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bFadeOnDeath) == 0x0001EE, "Member 'FEnemy_CharacterParams::bFadeOnDeath' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, ExcludeAttackList) == 0x0001F0, "Member 'FEnemy_CharacterParams::ExcludeAttackList' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, RangeScale) == 0x000200, "Member 'FEnemy_CharacterParams::RangeScale' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, DoDamageScale) == 0x000204, "Member 'FEnemy_CharacterParams::DoDamageScale' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, DoDamageVsPlayerScale) == 0x000208, "Member 'FEnemy_CharacterParams::DoDamageVsPlayerScale' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bUseAttackTicketOverride) == 0x00020C, "Member 'FEnemy_CharacterParams::bUseAttackTicketOverride' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, GlobalAttackTicketOverride) == 0x000210, "Member 'FEnemy_CharacterParams::GlobalAttackTicketOverride' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bNumTicketsOverride) == 0x000220, "Member 'FEnemy_CharacterParams::bNumTicketsOverride' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, NumTickets) == 0x000224, "Member 'FEnemy_CharacterParams::NumTickets' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bTicketCooldownOverride) == 0x000228, "Member 'FEnemy_CharacterParams::bTicketCooldownOverride' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, TicketCooldown) == 0x00022C, "Member 'FEnemy_CharacterParams::TicketCooldown' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bAttackWithoutRestrictions) == 0x000230, "Member 'FEnemy_CharacterParams::bAttackWithoutRestrictions' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bAlwaysMyTurn) == 0x000231, "Member 'FEnemy_CharacterParams::bAlwaysMyTurn' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bNoAttackExecuteCooldown) == 0x000232, "Member 'FEnemy_CharacterParams::bNoAttackExecuteCooldown' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bNoAttackSelectCooldown) == 0x000233, "Member 'FEnemy_CharacterParams::bNoAttackSelectCooldown' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, InflictedDamageOverTimeData) == 0x000238, "Member 'FEnemy_CharacterParams::InflictedDamageOverTimeData' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, TargetSelectionData) == 0x000248, "Member 'FEnemy_CharacterParams::TargetSelectionData' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, bPriorityWeightOverride) == 0x000260, "Member 'FEnemy_CharacterParams::bPriorityWeightOverride' has a wrong offset!"); \ static_assert(offsetof(FEnemy_CharacterParams, PriorityWeight) == 0x000264, "Member 'FEnemy_CharacterParams::PriorityWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicObjectLoadInfo \ static_assert(alignof(FDynamicObjectLoadInfo) == 0x000010, "Wrong alignment on FDynamicObjectLoadInfo"); \ static_assert(sizeof(FDynamicObjectLoadInfo) == 0x0005E0, "Wrong size on FDynamicObjectLoadInfo"); \ static_assert(offsetof(FDynamicObjectLoadInfo, bIsPersistent) == 0x000000, "Member 'FDynamicObjectLoadInfo::bIsPersistent' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectLoadInfo, bFindValidPostion) == 0x000001, "Member 'FDynamicObjectLoadInfo::bFindValidPostion' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectLoadInfo, bIsQuestRelevant) == 0x000002, "Member 'FDynamicObjectLoadInfo::bIsQuestRelevant' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectLoadInfo, InTransform) == 0x000010, "Member 'FDynamicObjectLoadInfo::InTransform' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectLoadInfo, EnemyParams) == 0x000040, "Member 'FDynamicObjectLoadInfo::EnemyParams' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectLoadInfo, CreatureSpawnOverrides) == 0x0004E8, "Member 'FDynamicObjectLoadInfo::CreatureSpawnOverrides' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectLoadInfo, SearchRadius) == 0x000568, "Member 'FDynamicObjectLoadInfo::SearchRadius' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectLoadInfo, ParentID) == 0x00056C, "Member 'FDynamicObjectLoadInfo::ParentID' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectLoadInfo, ObjectID) == 0x000570, "Member 'FDynamicObjectLoadInfo::ObjectID' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectLoadInfo, TeamAssignment) == 0x000578, "Member 'FDynamicObjectLoadInfo::TeamAssignment' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectLoadInfo, LootGroupOverride) == 0x000588, "Member 'FDynamicObjectLoadInfo::LootGroupOverride' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectLoadInfo, ScheduleFilter) == 0x000598, "Member 'FDynamicObjectLoadInfo::ScheduleFilter' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectLoadInfo, ScheduleTable) == 0x0005A8, "Member 'FDynamicObjectLoadInfo::ScheduleTable' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectLoadInfo, WorldID) == 0x0005B8, "Member 'FDynamicObjectLoadInfo::WorldID' has a wrong offset!"); \ static_assert(offsetof(FDynamicObjectLoadInfo, LevelOverride) == 0x0005C8, "Member 'FDynamicObjectLoadInfo::LevelOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUIHUDElementLog \ static_assert(alignof(FUIHUDElementLog) == 0x000008, "Wrong alignment on FUIHUDElementLog"); \ static_assert(sizeof(FUIHUDElementLog) == 0x000030, "Wrong size on FUIHUDElementLog"); \ #define DUMPER7_ASSERTS_FEnemyAIWeaponSocketData \ static_assert(alignof(FEnemyAIWeaponSocketData) == 0x000008, "Wrong alignment on FEnemyAIWeaponSocketData"); \ static_assert(sizeof(FEnemyAIWeaponSocketData) == 0x000030, "Wrong size on FEnemyAIWeaponSocketData"); \ static_assert(offsetof(FEnemyAIWeaponSocketData, Weapon) == 0x000008, "Member 'FEnemyAIWeaponSocketData::Weapon' has a wrong offset!"); \ static_assert(offsetof(FEnemyAIWeaponSocketData, SocketName) == 0x000010, "Member 'FEnemyAIWeaponSocketData::SocketName' has a wrong offset!"); \ static_assert(offsetof(FEnemyAIWeaponSocketData, Offset) == 0x000018, "Member 'FEnemyAIWeaponSocketData::Offset' has a wrong offset!"); \ static_assert(offsetof(FEnemyAIWeaponSocketData, RotationOffset) == 0x000024, "Member 'FEnemyAIWeaponSocketData::RotationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_AttackTicketParams \ static_assert(alignof(FEnemy_AttackTicketParams) == 0x000008, "Wrong alignment on FEnemy_AttackTicketParams"); \ static_assert(sizeof(FEnemy_AttackTicketParams) == 0x0000B0, "Wrong size on FEnemy_AttackTicketParams"); \ #define DUMPER7_ASSERTS_FSlaveToSplineSlave \ static_assert(alignof(FSlaveToSplineSlave) == 0x000008, "Wrong alignment on FSlaveToSplineSlave"); \ static_assert(sizeof(FSlaveToSplineSlave) == 0x000020, "Wrong size on FSlaveToSplineSlave"); \ static_assert(offsetof(FSlaveToSplineSlave, Slave) == 0x000000, "Member 'FSlaveToSplineSlave::Slave' has a wrong offset!"); \ static_assert(offsetof(FSlaveToSplineSlave, Mode) == 0x000008, "Member 'FSlaveToSplineSlave::Mode' has a wrong offset!"); \ static_assert(offsetof(FSlaveToSplineSlave, DurationFactor) == 0x00000C, "Member 'FSlaveToSplineSlave::DurationFactor' has a wrong offset!"); \ static_assert(offsetof(FSlaveToSplineSlave, SplineT) == 0x000010, "Member 'FSlaveToSplineSlave::SplineT' has a wrong offset!"); \ static_assert(offsetof(FSlaveToSplineSlave, SplineTReset) == 0x000014, "Member 'FSlaveToSplineSlave::SplineTReset' has a wrong offset!"); \ static_assert(offsetof(FSlaveToSplineSlave, bUseConstantVelocity) == 0x000018, "Member 'FSlaveToSplineSlave::bUseConstantVelocity' has a wrong offset!"); \ static_assert(offsetof(FSlaveToSplineSlave, bPositionOnly) == 0x000019, "Member 'FSlaveToSplineSlave::bPositionOnly' has a wrong offset!"); \ static_assert(offsetof(FSlaveToSplineSlave, bIncludeScale) == 0x00001A, "Member 'FSlaveToSplineSlave::bIncludeScale' has a wrong offset!"); \ static_assert(offsetof(FSlaveToSplineSlave, bReverseDirection) == 0x00001B, "Member 'FSlaveToSplineSlave::bReverseDirection' has a wrong offset!"); \ static_assert(offsetof(FSlaveToSplineSlave, bDisableCollision) == 0x00001C, "Member 'FSlaveToSplineSlave::bDisableCollision' has a wrong offset!"); \ static_assert(offsetof(FSlaveToSplineSlave, bFollowEnabled) == 0x00001D, "Member 'FSlaveToSplineSlave::bFollowEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExplodingSkeletonPieceTimers \ static_assert(alignof(FExplodingSkeletonPieceTimers) == 0x000004, "Wrong alignment on FExplodingSkeletonPieceTimers"); \ static_assert(sizeof(FExplodingSkeletonPieceTimers) == 0x000018, "Wrong size on FExplodingSkeletonPieceTimers"); \ static_assert(offsetof(FExplodingSkeletonPieceTimers, ActivationDelayMinMax) == 0x000000, "Member 'FExplodingSkeletonPieceTimers::ActivationDelayMinMax' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonPieceTimers, TimeoutMinMax) == 0x000008, "Member 'FExplodingSkeletonPieceTimers::TimeoutMinMax' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonPieceTimers, FadeOutMinMax) == 0x000010, "Member 'FExplodingSkeletonPieceTimers::FadeOutMinMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExplodingSkeletonPieceFX \ static_assert(alignof(FExplodingSkeletonPieceFX) == 0x000008, "Wrong alignment on FExplodingSkeletonPieceFX"); \ static_assert(sizeof(FExplodingSkeletonPieceFX) == 0x000018, "Wrong size on FExplodingSkeletonPieceFX"); \ static_assert(offsetof(FExplodingSkeletonPieceFX, bWaitForActivation) == 0x000010, "Member 'FExplodingSkeletonPieceFX::bWaitForActivation' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonPieceFX, bKillOnStartFade) == 0x000011, "Member 'FExplodingSkeletonPieceFX::bKillOnStartFade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExplodingSkeletonBoneMesh \ static_assert(alignof(FExplodingSkeletonBoneMesh) == 0x000008, "Wrong alignment on FExplodingSkeletonBoneMesh"); \ static_assert(sizeof(FExplodingSkeletonBoneMesh) == 0x000080, "Wrong size on FExplodingSkeletonBoneMesh"); \ static_assert(offsetof(FExplodingSkeletonBoneMesh, Mesh) == 0x000000, "Member 'FExplodingSkeletonBoneMesh::Mesh' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonBoneMesh, Offset) == 0x000008, "Member 'FExplodingSkeletonBoneMesh::Offset' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonBoneMesh, Rotation) == 0x000014, "Member 'FExplodingSkeletonBoneMesh::Rotation' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonBoneMesh, Scale) == 0x000020, "Member 'FExplodingSkeletonBoneMesh::Scale' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonBoneMesh, Timers) == 0x00002C, "Member 'FExplodingSkeletonBoneMesh::Timers' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonBoneMesh, FX) == 0x000048, "Member 'FExplodingSkeletonBoneMesh::FX' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonBoneMesh, FadeFX) == 0x000060, "Member 'FExplodingSkeletonBoneMesh::FadeFX' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonBoneMesh, bMeshInCharacterSpace) == 0x000078, "Member 'FExplodingSkeletonBoneMesh::bMeshInCharacterSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExplodingSkeletonBoneMeshSetup \ static_assert(alignof(FExplodingSkeletonBoneMeshSetup) == 0x000008, "Wrong alignment on FExplodingSkeletonBoneMeshSetup"); \ static_assert(sizeof(FExplodingSkeletonBoneMeshSetup) == 0x000018, "Wrong size on FExplodingSkeletonBoneMeshSetup"); \ static_assert(offsetof(FExplodingSkeletonBoneMeshSetup, AttachTo) == 0x000000, "Member 'FExplodingSkeletonBoneMeshSetup::AttachTo' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonBoneMeshSetup, Meshes) == 0x000008, "Member 'FExplodingSkeletonBoneMeshSetup::Meshes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExplodingSkeletonSetupTimers \ static_assert(alignof(FExplodingSkeletonSetupTimers) == 0x000004, "Wrong alignment on FExplodingSkeletonSetupTimers"); \ static_assert(sizeof(FExplodingSkeletonSetupTimers) == 0x000008, "Wrong size on FExplodingSkeletonSetupTimers"); \ static_assert(offsetof(FExplodingSkeletonSetupTimers, ActivationDelay) == 0x000000, "Member 'FExplodingSkeletonSetupTimers::ActivationDelay' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonSetupTimers, CollisionDelay) == 0x000004, "Member 'FExplodingSkeletonSetupTimers::CollisionDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExplodingSkeletonGenericMeshSetup \ static_assert(alignof(FExplodingSkeletonGenericMeshSetup) == 0x000008, "Wrong alignment on FExplodingSkeletonGenericMeshSetup"); \ static_assert(sizeof(FExplodingSkeletonGenericMeshSetup) == 0x000068, "Wrong size on FExplodingSkeletonGenericMeshSetup"); \ static_assert(offsetof(FExplodingSkeletonGenericMeshSetup, Mesh) == 0x000000, "Member 'FExplodingSkeletonGenericMeshSetup::Mesh' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonGenericMeshSetup, ScaleMinMax) == 0x000008, "Member 'FExplodingSkeletonGenericMeshSetup::ScaleMinMax' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonGenericMeshSetup, MinInstances) == 0x000010, "Member 'FExplodingSkeletonGenericMeshSetup::MinInstances' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonGenericMeshSetup, MaxInstances) == 0x000014, "Member 'FExplodingSkeletonGenericMeshSetup::MaxInstances' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonGenericMeshSetup, Timers) == 0x000018, "Member 'FExplodingSkeletonGenericMeshSetup::Timers' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonGenericMeshSetup, FX) == 0x000030, "Member 'FExplodingSkeletonGenericMeshSetup::FX' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonGenericMeshSetup, PercentageWithFX) == 0x000048, "Member 'FExplodingSkeletonGenericMeshSetup::PercentageWithFX' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonGenericMeshSetup, FadeFX) == 0x000050, "Member 'FExplodingSkeletonGenericMeshSetup::FadeFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExplodingSkeletonSetup \ static_assert(alignof(FExplodingSkeletonSetup) == 0x000008, "Wrong alignment on FExplodingSkeletonSetup"); \ static_assert(sizeof(FExplodingSkeletonSetup) == 0x000030, "Wrong size on FExplodingSkeletonSetup"); \ static_assert(offsetof(FExplodingSkeletonSetup, Attached) == 0x000000, "Member 'FExplodingSkeletonSetup::Attached' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonSetup, AttachedBaseTimers) == 0x000010, "Member 'FExplodingSkeletonSetup::AttachedBaseTimers' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonSetup, Generic) == 0x000018, "Member 'FExplodingSkeletonSetup::Generic' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonSetup, GenericBaseTimers) == 0x000028, "Member 'FExplodingSkeletonSetup::GenericBaseTimers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMissionName \ static_assert(alignof(FMissionName) == 0x000004, "Wrong alignment on FMissionName"); \ static_assert(sizeof(FMissionName) == 0x000008, "Wrong size on FMissionName"); \ static_assert(offsetof(FMissionName, MissionName) == 0x000000, "Member 'FMissionName::MissionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapDungeonSubdivisionTable \ static_assert(alignof(FMapDungeonSubdivisionTable) == 0x000008, "Wrong alignment on FMapDungeonSubdivisionTable"); \ static_assert(sizeof(FMapDungeonSubdivisionTable) == 0x000050, "Wrong size on FMapDungeonSubdivisionTable"); \ static_assert(offsetof(FMapDungeonSubdivisionTable, DungeonName) == 0x000008, "Member 'FMapDungeonSubdivisionTable::DungeonName' has a wrong offset!"); \ static_assert(offsetof(FMapDungeonSubdivisionTable, OwnerName) == 0x000018, "Member 'FMapDungeonSubdivisionTable::OwnerName' has a wrong offset!"); \ static_assert(offsetof(FMapDungeonSubdivisionTable, PerceptionRadius) == 0x000028, "Member 'FMapDungeonSubdivisionTable::PerceptionRadius' has a wrong offset!"); \ static_assert(offsetof(FMapDungeonSubdivisionTable, ZoomFactor) == 0x00002C, "Member 'FMapDungeonSubdivisionTable::ZoomFactor' has a wrong offset!"); \ static_assert(offsetof(FMapDungeonSubdivisionTable, MissionLock) == 0x000030, "Member 'FMapDungeonSubdivisionTable::MissionLock' has a wrong offset!"); \ static_assert(offsetof(FMapDungeonSubdivisionTable, MissionStepLock) == 0x000038, "Member 'FMapDungeonSubdivisionTable::MissionStepLock' has a wrong offset!"); \ static_assert(offsetof(FMapDungeonSubdivisionTable, OpenAfterMission) == 0x000048, "Member 'FMapDungeonSubdivisionTable::OpenAfterMission' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_ParryFiredEventData \ static_assert(alignof(FEnemy_ParryFiredEventData) == 0x000004, "Wrong alignment on FEnemy_ParryFiredEventData"); \ static_assert(sizeof(FEnemy_ParryFiredEventData) == 0x00000C, "Wrong size on FEnemy_ParryFiredEventData"); \ static_assert(offsetof(FEnemy_ParryFiredEventData, WindowID) == 0x000000, "Member 'FEnemy_ParryFiredEventData::WindowID' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryFiredEventData, ParryType) == 0x000004, "Member 'FEnemy_ParryFiredEventData::ParryType' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryFiredEventData, TimeToImpact) == 0x000008, "Member 'FEnemy_ParryFiredEventData::TimeToImpact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCategoryLocations \ static_assert(alignof(FCategoryLocations) == 0x000008, "Wrong alignment on FCategoryLocations"); \ static_assert(sizeof(FCategoryLocations) == 0x000030, "Wrong size on FCategoryLocations"); \ static_assert(offsetof(FCategoryLocations, Randomizer) == 0x000014, "Member 'FCategoryLocations::Randomizer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicObjectSpawnData \ static_assert(alignof(FDynamicObjectSpawnData) == 0x000010, "Wrong alignment on FDynamicObjectSpawnData"); \ static_assert(sizeof(FDynamicObjectSpawnData) == 0x000080, "Wrong size on FDynamicObjectSpawnData"); \ #define DUMPER7_ASSERTS_FDynamicObjectLoadData \ static_assert(alignof(FDynamicObjectLoadData) == 0x000008, "Wrong alignment on FDynamicObjectLoadData"); \ static_assert(sizeof(FDynamicObjectLoadData) == 0x000038, "Wrong size on FDynamicObjectLoadData"); \ static_assert(offsetof(FDynamicObjectLoadData, m_onLoadCompleteDelegate) == 0x000028, "Member 'FDynamicObjectLoadData::m_onLoadCompleteDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFastTravelLocationName \ static_assert(alignof(FFastTravelLocationName) == 0x000004, "Wrong alignment on FFastTravelLocationName"); \ static_assert(sizeof(FFastTravelLocationName) == 0x000008, "Wrong size on FFastTravelLocationName"); \ static_assert(offsetof(FFastTravelLocationName, Name) == 0x000000, "Member 'FFastTravelLocationName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathLocationData \ static_assert(alignof(FPathLocationData) == 0x000008, "Wrong alignment on FPathLocationData"); \ static_assert(sizeof(FPathLocationData) == 0x000038, "Wrong size on FPathLocationData"); \ static_assert(offsetof(FPathLocationData, Room) == 0x000000, "Member 'FPathLocationData::Room' has a wrong offset!"); \ static_assert(offsetof(FPathLocationData, Floor) == 0x000008, "Member 'FPathLocationData::Floor' has a wrong offset!"); \ static_assert(offsetof(FPathLocationData, Stair) == 0x000010, "Member 'FPathLocationData::Stair' has a wrong offset!"); \ static_assert(offsetof(FPathLocationData, Primary) == 0x000018, "Member 'FPathLocationData::Primary' has a wrong offset!"); \ static_assert(offsetof(FPathLocationData, PrimaryStructureLocationActor) == 0x000020, "Member 'FPathLocationData::PrimaryStructureLocationActor' has a wrong offset!"); \ static_assert(offsetof(FPathLocationData, PathPoint) == 0x000028, "Member 'FPathLocationData::PathPoint' has a wrong offset!"); \ static_assert(offsetof(FPathLocationData, bISinglePrimaryLocation) == 0x000034, "Member 'FPathLocationData::bISinglePrimaryLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEditorToolIconInfo \ static_assert(alignof(FEditorToolIconInfo) == 0x000008, "Wrong alignment on FEditorToolIconInfo"); \ static_assert(sizeof(FEditorToolIconInfo) == 0x000068, "Wrong size on FEditorToolIconInfo"); \ static_assert(offsetof(FEditorToolIconInfo, Icon) == 0x000008, "Member 'FEditorToolIconInfo::Icon' has a wrong offset!"); \ static_assert(offsetof(FEditorToolIconInfo, ClassUsedBy) == 0x000030, "Member 'FEditorToolIconInfo::ClassUsedBy' has a wrong offset!"); \ static_assert(offsetof(FEditorToolIconInfo, Description) == 0x000058, "Member 'FEditorToolIconInfo::Description' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExplodingSkeletonImpulse \ static_assert(alignof(FExplodingSkeletonImpulse) == 0x000004, "Wrong alignment on FExplodingSkeletonImpulse"); \ static_assert(sizeof(FExplodingSkeletonImpulse) == 0x000028, "Wrong size on FExplodingSkeletonImpulse"); \ static_assert(offsetof(FExplodingSkeletonImpulse, ImpulseOrigin) == 0x000000, "Member 'FExplodingSkeletonImpulse::ImpulseOrigin' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonImpulse, LinearImpulse) == 0x00000C, "Member 'FExplodingSkeletonImpulse::LinearImpulse' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonImpulse, bUseLinearImpulseOrigin) == 0x000018, "Member 'FExplodingSkeletonImpulse::bUseLinearImpulseOrigin' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonImpulse, RadialImpulseRadius) == 0x00001C, "Member 'FExplodingSkeletonImpulse::RadialImpulseRadius' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonImpulse, RadialImpulseStrength) == 0x000020, "Member 'FExplodingSkeletonImpulse::RadialImpulseStrength' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonImpulse, bRadialImpulseFalloff) == 0x000024, "Member 'FExplodingSkeletonImpulse::bRadialImpulseFalloff' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonImpulse, bUseSkeletalCentroidAsImpulseOrigin) == 0x000025, "Member 'FExplodingSkeletonImpulse::bUseSkeletalCentroidAsImpulseOrigin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpawnInfoGroup \ static_assert(alignof(FSpawnInfoGroup) == 0x000008, "Wrong alignment on FSpawnInfoGroup"); \ static_assert(sizeof(FSpawnInfoGroup) == 0x000048, "Wrong size on FSpawnInfoGroup"); \ static_assert(offsetof(FSpawnInfoGroup, SpawnType) == 0x000000, "Member 'FSpawnInfoGroup::SpawnType' has a wrong offset!"); \ static_assert(offsetof(FSpawnInfoGroup, SpawnLocations) == 0x000008, "Member 'FSpawnInfoGroup::SpawnLocations' has a wrong offset!"); \ static_assert(offsetof(FSpawnInfoGroup, MinDelayBetweenSpawns) == 0x000018, "Member 'FSpawnInfoGroup::MinDelayBetweenSpawns' has a wrong offset!"); \ static_assert(offsetof(FSpawnInfoGroup, MaxDelayBetweenSpawns) == 0x00001C, "Member 'FSpawnInfoGroup::MaxDelayBetweenSpawns' has a wrong offset!"); \ static_assert(offsetof(FSpawnInfoGroup, ActiveInstances) == 0x000020, "Member 'FSpawnInfoGroup::ActiveInstances' has a wrong offset!"); \ static_assert(offsetof(FSpawnInfoGroup, InstanceCount) == 0x000030, "Member 'FSpawnInfoGroup::InstanceCount' has a wrong offset!"); \ static_assert(offsetof(FSpawnInfoGroup, TargetCount) == 0x000034, "Member 'FSpawnInfoGroup::TargetCount' has a wrong offset!"); \ static_assert(offsetof(FSpawnInfoGroup, SpawnState) == 0x000038, "Member 'FSpawnInfoGroup::SpawnState' has a wrong offset!"); \ static_assert(offsetof(FSpawnInfoGroup, TimerHandle) == 0x000040, "Member 'FSpawnInfoGroup::TimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEncounterGroupInfo \ static_assert(alignof(FEncounterGroupInfo) == 0x000008, "Wrong alignment on FEncounterGroupInfo"); \ static_assert(sizeof(FEncounterGroupInfo) == 0x000028, "Wrong size on FEncounterGroupInfo"); \ static_assert(offsetof(FEncounterGroupInfo, bIsPersistent) == 0x000000, "Member 'FEncounterGroupInfo::bIsPersistent' has a wrong offset!"); \ static_assert(offsetof(FEncounterGroupInfo, EncounterSpawnLocations) == 0x000008, "Member 'FEncounterGroupInfo::EncounterSpawnLocations' has a wrong offset!"); \ static_assert(offsetof(FEncounterGroupInfo, SpawnProbability) == 0x000018, "Member 'FEncounterGroupInfo::SpawnProbability' has a wrong offset!"); \ static_assert(offsetof(FEncounterGroupInfo, bForceSpawnOnFloor) == 0x00001C, "Member 'FEncounterGroupInfo::bForceSpawnOnFloor' has a wrong offset!"); \ static_assert(offsetof(FEncounterGroupInfo, bUseScatterSpawn) == 0x00001D, "Member 'FEncounterGroupInfo::bUseScatterSpawn' has a wrong offset!"); \ static_assert(offsetof(FEncounterGroupInfo, bSpawnOnNavMesh) == 0x00001E, "Member 'FEncounterGroupInfo::bSpawnOnNavMesh' has a wrong offset!"); \ static_assert(offsetof(FEncounterGroupInfo, RadiusForNavCheck) == 0x000020, "Member 'FEncounterGroupInfo::RadiusForNavCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTutorialLayoutData \ static_assert(alignof(FTutorialLayoutData) == 0x000004, "Wrong alignment on FTutorialLayoutData"); \ static_assert(sizeof(FTutorialLayoutData) == 0x000010, "Wrong size on FTutorialLayoutData"); \ static_assert(offsetof(FTutorialLayoutData, Position) == 0x000000, "Member 'FTutorialLayoutData::Position' has a wrong offset!"); \ static_assert(offsetof(FTutorialLayoutData, Alignment) == 0x000008, "Member 'FTutorialLayoutData::Alignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNewTutorialInfo \ static_assert(alignof(FNewTutorialInfo) == 0x000008, "Wrong alignment on FNewTutorialInfo"); \ static_assert(sizeof(FNewTutorialInfo) == 0x000110, "Wrong size on FNewTutorialInfo"); \ static_assert(offsetof(FNewTutorialInfo, Alias) == 0x000000, "Member 'FNewTutorialInfo::Alias' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, Title) == 0x000008, "Member 'FNewTutorialInfo::Title' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, Body) == 0x000018, "Member 'FNewTutorialInfo::Body' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, BodyPC) == 0x000028, "Member 'FNewTutorialInfo::BodyPC' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, RuntimeText) == 0x000038, "Member 'FNewTutorialInfo::RuntimeText' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, ShouldShowCursor) == 0x000048, "Member 'FNewTutorialInfo::ShouldShowCursor' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, ShouldHideCursorOnRemove) == 0x000049, "Member 'FNewTutorialInfo::ShouldHideCursorOnRemove' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, PlaySoundEffectOnCompletion) == 0x00004A, "Member 'FNewTutorialInfo::PlaySoundEffectOnCompletion' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, Modal) == 0x00004B, "Member 'FNewTutorialInfo::Modal' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, TransparencyType) == 0x00004C, "Member 'FNewTutorialInfo::TransparencyType' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, ImageName) == 0x000050, "Member 'FNewTutorialInfo::ImageName' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, LegendItems) == 0x000060, "Member 'FNewTutorialInfo::LegendItems' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, PausesTheGame) == 0x000070, "Member 'FNewTutorialInfo::PausesTheGame' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, ApplyBlur) == 0x000071, "Member 'FNewTutorialInfo::ApplyBlur' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, ExpiryTimer) == 0x000074, "Member 'FNewTutorialInfo::ExpiryTimer' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, ExpiryTimerStartsAutomatically) == 0x000078, "Member 'FNewTutorialInfo::ExpiryTimerStartsAutomatically' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, ForceCompleteOnExpiry) == 0x000079, "Member 'FNewTutorialInfo::ForceCompleteOnExpiry' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, AllowNonModalInput) == 0x00007A, "Member 'FNewTutorialInfo::AllowNonModalInput' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, TimeDilationFactor) == 0x00007C, "Member 'FNewTutorialInfo::TimeDilationFactor' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, ExclusiveMechanics) == 0x000080, "Member 'FNewTutorialInfo::ExclusiveMechanics' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, Position) == 0x000090, "Member 'FNewTutorialInfo::Position' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, PositionData) == 0x000094, "Member 'FNewTutorialInfo::PositionData' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, PreDelay) == 0x0000A4, "Member 'FNewTutorialInfo::PreDelay' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, PostDelay) == 0x0000A8, "Member 'FNewTutorialInfo::PostDelay' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, WaitOnHermesMessage) == 0x0000AC, "Member 'FNewTutorialInfo::WaitOnHermesMessage' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, CompletionButton) == 0x0000B4, "Member 'FNewTutorialInfo::CompletionButton' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, MustHoldCompletionButton) == 0x0000B5, "Member 'FNewTutorialInfo::MustHoldCompletionButton' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, VisibleOverMenu) == 0x0000B6, "Member 'FNewTutorialInfo::VisibleOverMenu' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, OpenPauseMenuOnComplete) == 0x0000B7, "Member 'FNewTutorialInfo::OpenPauseMenuOnComplete' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, PauseMenuPage) == 0x0000B8, "Member 'FNewTutorialInfo::PauseMenuPage' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, PauseMenuLockToPage) == 0x0000C0, "Member 'FNewTutorialInfo::PauseMenuLockToPage' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, HermesMessagesOnStepCompletion) == 0x0000C8, "Member 'FNewTutorialInfo::HermesMessagesOnStepCompletion' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, ContextOverrides) == 0x0000D8, "Member 'FNewTutorialInfo::ContextOverrides' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, GameVarOverrides) == 0x0000E8, "Member 'FNewTutorialInfo::GameVarOverrides' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialInfo, Video) == 0x0000F8, "Member 'FNewTutorialInfo::Video' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapIconCacheDataTable \ static_assert(alignof(FMapIconCacheDataTable) == 0x000008, "Wrong alignment on FMapIconCacheDataTable"); \ static_assert(sizeof(FMapIconCacheDataTable) == 0x000018, "Wrong size on FMapIconCacheDataTable"); \ static_assert(offsetof(FMapIconCacheDataTable, Icons) == 0x000008, "Member 'FMapIconCacheDataTable::Icons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDOVScheduleData \ static_assert(alignof(FDOVScheduleData) == 0x000008, "Wrong alignment on FDOVScheduleData"); \ static_assert(sizeof(FDOVScheduleData) == 0x000040, "Wrong size on FDOVScheduleData"); \ static_assert(offsetof(FDOVScheduleData, ScheduleActivity) == 0x000000, "Member 'FDOVScheduleData::ScheduleActivity' has a wrong offset!"); \ static_assert(offsetof(FDOVScheduleData, ScheduleLocation) == 0x000010, "Member 'FDOVScheduleData::ScheduleLocation' has a wrong offset!"); \ static_assert(offsetof(FDOVScheduleData, StartTime) == 0x000020, "Member 'FDOVScheduleData::StartTime' has a wrong offset!"); \ static_assert(offsetof(FDOVScheduleData, EndTime) == 0x000030, "Member 'FDOVScheduleData::EndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_ParryWindowData \ static_assert(alignof(FEnemy_ParryWindowData) == 0x000008, "Wrong alignment on FEnemy_ParryWindowData"); \ static_assert(sizeof(FEnemy_ParryWindowData) == 0x000110, "Wrong size on FEnemy_ParryWindowData"); \ #define DUMPER7_ASSERTS_FEffectInstance \ static_assert(alignof(FEffectInstance) == 0x000008, "Wrong alignment on FEffectInstance"); \ static_assert(sizeof(FEffectInstance) == 0x000028, "Wrong size on FEffectInstance"); \ static_assert(offsetof(FEffectInstance, Object) == 0x000000, "Member 'FEffectInstance::Object' has a wrong offset!"); \ static_assert(offsetof(FEffectInstance, Owner) == 0x000008, "Member 'FEffectInstance::Owner' has a wrong offset!"); \ static_assert(offsetof(FEffectInstance, StateEffect) == 0x000010, "Member 'FEffectInstance::StateEffect' has a wrong offset!"); \ static_assert(offsetof(FEffectInstance, EffectCount) == 0x000018, "Member 'FEffectInstance::EffectCount' has a wrong offset!"); \ static_assert(offsetof(FEffectInstance, Name) == 0x00001C, "Member 'FEffectInstance::Name' has a wrong offset!"); \ static_assert(offsetof(FEffectInstance, bCharacter) == 0x000024, "Member 'FEffectInstance::bCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEncounterData \ static_assert(alignof(FEncounterData) == 0x000008, "Wrong alignment on FEncounterData"); \ static_assert(sizeof(FEncounterData) == 0x0001F0, "Wrong size on FEncounterData"); \ #define DUMPER7_ASSERTS_FEncounterScoreData \ static_assert(alignof(FEncounterScoreData) == 0x000004, "Wrong alignment on FEncounterScoreData"); \ static_assert(sizeof(FEncounterScoreData) == 0x000010, "Wrong size on FEncounterScoreData"); \ #define DUMPER7_ASSERTS_FExplodingSkeletonGenericMeshSetupInstance \ static_assert(alignof(FExplodingSkeletonGenericMeshSetupInstance) == 0x000008, "Wrong alignment on FExplodingSkeletonGenericMeshSetupInstance"); \ static_assert(sizeof(FExplodingSkeletonGenericMeshSetupInstance) == 0x000070, "Wrong size on FExplodingSkeletonGenericMeshSetupInstance"); \ static_assert(offsetof(FExplodingSkeletonGenericMeshSetupInstance, Instances) == 0x000068, "Member 'FExplodingSkeletonGenericMeshSetupInstance::Instances' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonGenericMeshSetupInstance, WithFX) == 0x00006C, "Member 'FExplodingSkeletonGenericMeshSetupInstance::WithFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpawnZoneFilterData \ static_assert(alignof(FSpawnZoneFilterData) == 0x000008, "Wrong alignment on FSpawnZoneFilterData"); \ static_assert(sizeof(FSpawnZoneFilterData) == 0x000050, "Wrong size on FSpawnZoneFilterData"); \ #define DUMPER7_ASSERTS_FEncounterFilterData \ static_assert(alignof(FEncounterFilterData) == 0x000008, "Wrong alignment on FEncounterFilterData"); \ static_assert(sizeof(FEncounterFilterData) == 0x000048, "Wrong size on FEncounterFilterData"); \ #define DUMPER7_ASSERTS_FReportData \ static_assert(alignof(FReportData) == 0x000008, "Wrong alignment on FReportData"); \ static_assert(sizeof(FReportData) == 0x000088, "Wrong size on FReportData"); \ #define DUMPER7_ASSERTS_FEnemy_AttackSpecificData \ static_assert(alignof(FEnemy_AttackSpecificData) == 0x000001, "Wrong alignment on FEnemy_AttackSpecificData"); \ static_assert(sizeof(FEnemy_AttackSpecificData) == 0x000001, "Wrong size on FEnemy_AttackSpecificData"); \ #define DUMPER7_ASSERTS_FEnemy_BallisticData \ static_assert(alignof(FEnemy_BallisticData) == 0x000004, "Wrong alignment on FEnemy_BallisticData"); \ static_assert(sizeof(FEnemy_BallisticData) == 0x000010, "Wrong size on FEnemy_BallisticData"); \ static_assert(offsetof(FEnemy_BallisticData, OverrideGravity) == 0x000004, "Member 'FEnemy_BallisticData::OverrideGravity' has a wrong offset!"); \ static_assert(offsetof(FEnemy_BallisticData, ArcParam) == 0x000008, "Member 'FEnemy_BallisticData::ArcParam' has a wrong offset!"); \ static_assert(offsetof(FEnemy_BallisticData, DilateMult) == 0x00000C, "Member 'FEnemy_BallisticData::DilateMult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConjurationBudget \ static_assert(alignof(FConjurationBudget) == 0x000004, "Wrong alignment on FConjurationBudget"); \ static_assert(sizeof(FConjurationBudget) == 0x00000C, "Wrong size on FConjurationBudget"); \ #define DUMPER7_ASSERTS_FReportRow \ static_assert(alignof(FReportRow) == 0x000008, "Wrong alignment on FReportRow"); \ static_assert(sizeof(FReportRow) == 0x000058, "Wrong size on FReportRow"); \ #define DUMPER7_ASSERTS_FExplodingSkeletonPieceVFXTracker \ static_assert(alignof(FExplodingSkeletonPieceVFXTracker) == 0x000008, "Wrong alignment on FExplodingSkeletonPieceVFXTracker"); \ static_assert(sizeof(FExplodingSkeletonPieceVFXTracker) == 0x000010, "Wrong size on FExplodingSkeletonPieceVFXTracker"); \ static_assert(offsetof(FExplodingSkeletonPieceVFXTracker, FXComponent) == 0x000000, "Member 'FExplodingSkeletonPieceVFXTracker::FXComponent' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonPieceVFXTracker, bStarted) == 0x000008, "Member 'FExplodingSkeletonPieceVFXTracker::bStarted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FReportBlockData \ static_assert(alignof(FReportBlockData) == 0x000004, "Wrong alignment on FReportBlockData"); \ static_assert(sizeof(FReportBlockData) == 0x00000C, "Wrong size on FReportBlockData"); \ #define DUMPER7_ASSERTS_FFrameGenerationModeInfo \ static_assert(alignof(FFrameGenerationModeInfo) == 0x000008, "Wrong alignment on FFrameGenerationModeInfo"); \ static_assert(sizeof(FFrameGenerationModeInfo) == 0x000018, "Wrong size on FFrameGenerationModeInfo"); \ static_assert(offsetof(FFrameGenerationModeInfo, Mode) == 0x000000, "Member 'FFrameGenerationModeInfo::Mode' has a wrong offset!"); \ static_assert(offsetof(FFrameGenerationModeInfo, NumFramesInterpolated) == 0x000004, "Member 'FFrameGenerationModeInfo::NumFramesInterpolated' has a wrong offset!"); \ static_assert(offsetof(FFrameGenerationModeInfo, LocStr) == 0x000008, "Member 'FFrameGenerationModeInfo::LocStr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FReportHeaderData \ static_assert(alignof(FReportHeaderData) == 0x000008, "Wrong alignment on FReportHeaderData"); \ static_assert(sizeof(FReportHeaderData) == 0x000038, "Wrong size on FReportHeaderData"); \ #define DUMPER7_ASSERTS_FEncounterHandInstanceData \ static_assert(alignof(FEncounterHandInstanceData) == 0x000001, "Wrong alignment on FEncounterHandInstanceData"); \ static_assert(sizeof(FEncounterHandInstanceData) == 0x000001, "Wrong size on FEncounterHandInstanceData"); \ #define DUMPER7_ASSERTS_FEnemy_AudioParams \ static_assert(alignof(FEnemy_AudioParams) == 0x000004, "Wrong alignment on FEnemy_AudioParams"); \ static_assert(sizeof(FEnemy_AudioParams) == 0x000004, "Wrong size on FEnemy_AudioParams"); \ #define DUMPER7_ASSERTS_FEncounterExclusionData \ static_assert(alignof(FEncounterExclusionData) == 0x000001, "Wrong alignment on FEncounterExclusionData"); \ static_assert(sizeof(FEncounterExclusionData) == 0x000001, "Wrong size on FEncounterExclusionData"); \ #define DUMPER7_ASSERTS_FFlockCollisionParameters \ static_assert(alignof(FFlockCollisionParameters) == 0x000004, "Wrong alignment on FFlockCollisionParameters"); \ static_assert(sizeof(FFlockCollisionParameters) == 0x000014, "Wrong size on FFlockCollisionParameters"); \ static_assert(offsetof(FFlockCollisionParameters, Radius) == 0x000000, "Member 'FFlockCollisionParameters::Radius' has a wrong offset!"); \ static_assert(offsetof(FFlockCollisionParameters, PercentageWithCollision) == 0x000004, "Member 'FFlockCollisionParameters::PercentageWithCollision' has a wrong offset!"); \ static_assert(offsetof(FFlockCollisionParameters, CollisionsTestsPerFrame) == 0x000008, "Member 'FFlockCollisionParameters::CollisionsTestsPerFrame' has a wrong offset!"); \ static_assert(offsetof(FFlockCollisionParameters, StartupDelay) == 0x00000C, "Member 'FFlockCollisionParameters::StartupDelay' has a wrong offset!"); \ static_assert(offsetof(FFlockCollisionParameters, bTraceComplex) == 0x000010, "Member 'FFlockCollisionParameters::bTraceComplex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEncounterInclusionData \ static_assert(alignof(FEncounterInclusionData) == 0x000001, "Wrong alignment on FEncounterInclusionData"); \ static_assert(sizeof(FEncounterInclusionData) == 0x000001, "Wrong size on FEncounterInclusionData"); \ #define DUMPER7_ASSERTS_FUIFieldGuideShutdownLog \ static_assert(alignof(FUIFieldGuideShutdownLog) == 0x000008, "Wrong alignment on FUIFieldGuideShutdownLog"); \ static_assert(sizeof(FUIFieldGuideShutdownLog) == 0x000028, "Wrong size on FUIFieldGuideShutdownLog"); \ #define DUMPER7_ASSERTS_FEncounterInstanceData \ static_assert(alignof(FEncounterInstanceData) == 0x000001, "Wrong alignment on FEncounterInstanceData"); \ static_assert(sizeof(FEncounterInstanceData) == 0x000001, "Wrong size on FEncounterInstanceData"); \ #define DUMPER7_ASSERTS_FSpawnLocationInstanceData \ static_assert(alignof(FSpawnLocationInstanceData) == 0x000001, "Wrong alignment on FSpawnLocationInstanceData"); \ static_assert(sizeof(FSpawnLocationInstanceData) == 0x000001, "Wrong size on FSpawnLocationInstanceData"); \ #define DUMPER7_ASSERTS_FEnemy_AccuracyParams \ static_assert(alignof(FEnemy_AccuracyParams) == 0x000008, "Wrong alignment on FEnemy_AccuracyParams"); \ static_assert(sizeof(FEnemy_AccuracyParams) == 0x000020, "Wrong size on FEnemy_AccuracyParams"); \ #define DUMPER7_ASSERTS_FEncounterVolumeInstanceData \ static_assert(alignof(FEncounterVolumeInstanceData) == 0x000001, "Wrong alignment on FEncounterVolumeInstanceData"); \ static_assert(sizeof(FEncounterVolumeInstanceData) == 0x000001, "Wrong size on FEncounterVolumeInstanceData"); \ #define DUMPER7_ASSERTS_FStupidShaderGroup \ static_assert(alignof(FStupidShaderGroup) == 0x000001, "Wrong alignment on FStupidShaderGroup"); \ static_assert(sizeof(FStupidShaderGroup) == 0x000001, "Wrong size on FStupidShaderGroup"); \ #define DUMPER7_ASSERTS_FLocationCreatorData \ static_assert(alignof(FLocationCreatorData) == 0x000008, "Wrong alignment on FLocationCreatorData"); \ static_assert(sizeof(FLocationCreatorData) == 0x0000B0, "Wrong size on FLocationCreatorData"); \ static_assert(offsetof(FLocationCreatorData, LocationID) == 0x000000, "Member 'FLocationCreatorData::LocationID' has a wrong offset!"); \ static_assert(offsetof(FLocationCreatorData, LocationSchedule) == 0x000088, "Member 'FLocationCreatorData::LocationSchedule' has a wrong offset!"); \ static_assert(offsetof(FLocationCreatorData, LocationStation) == 0x000098, "Member 'FLocationCreatorData::LocationStation' has a wrong offset!"); \ static_assert(offsetof(FLocationCreatorData, LocationSpawners) == 0x0000A0, "Member 'FLocationCreatorData::LocationSpawners' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWandLinkUIMiniGame_ButtonMashDifficultyLevels \ static_assert(alignof(FWandLinkUIMiniGame_ButtonMashDifficultyLevels) == 0x000004, "Wrong alignment on FWandLinkUIMiniGame_ButtonMashDifficultyLevels"); \ static_assert(sizeof(FWandLinkUIMiniGame_ButtonMashDifficultyLevels) == 0x000018, "Wrong size on FWandLinkUIMiniGame_ButtonMashDifficultyLevels"); \ static_assert(offsetof(FWandLinkUIMiniGame_ButtonMashDifficultyLevels, AntagonistAttackSpeed) == 0x000000, "Member 'FWandLinkUIMiniGame_ButtonMashDifficultyLevels::AntagonistAttackSpeed' has a wrong offset!"); \ static_assert(offsetof(FWandLinkUIMiniGame_ButtonMashDifficultyLevels, AntagonistStartingSurgeToPct) == 0x000004, "Member 'FWandLinkUIMiniGame_ButtonMashDifficultyLevels::AntagonistStartingSurgeToPct' has a wrong offset!"); \ static_assert(offsetof(FWandLinkUIMiniGame_ButtonMashDifficultyLevels, ProtagonistMashInterpToSpeed) == 0x000008, "Member 'FWandLinkUIMiniGame_ButtonMashDifficultyLevels::ProtagonistMashInterpToSpeed' has a wrong offset!"); \ static_assert(offsetof(FWandLinkUIMiniGame_ButtonMashDifficultyLevels, ProtagonistNoMashInterpToZero) == 0x00000C, "Member 'FWandLinkUIMiniGame_ButtonMashDifficultyLevels::ProtagonistNoMashInterpToZero' has a wrong offset!"); \ static_assert(offsetof(FWandLinkUIMiniGame_ButtonMashDifficultyLevels, ProtagonistAttackSpeed) == 0x000010, "Member 'FWandLinkUIMiniGame_ButtonMashDifficultyLevels::ProtagonistAttackSpeed' has a wrong offset!"); \ static_assert(offsetof(FWandLinkUIMiniGame_ButtonMashDifficultyLevels, ProtagonistWinConditionPct) == 0x000014, "Member 'FWandLinkUIMiniGame_ButtonMashDifficultyLevels::ProtagonistWinConditionPct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEncounterHandInfo \ static_assert(alignof(FEncounterHandInfo) == 0x000008, "Wrong alignment on FEncounterHandInfo"); \ static_assert(sizeof(FEncounterHandInfo) == 0x0000B8, "Wrong size on FEncounterHandInfo"); \ #define DUMPER7_ASSERTS_FFlockPersonalityWanderer \ static_assert(alignof(FFlockPersonalityWanderer) == 0x000008, "Wrong alignment on FFlockPersonalityWanderer"); \ static_assert(sizeof(FFlockPersonalityWanderer) == 0x000028, "Wrong size on FFlockPersonalityWanderer"); \ static_assert(offsetof(FFlockPersonalityWanderer, Distribution) == 0x000000, "Member 'FFlockPersonalityWanderer::Distribution' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalityWanderer, Frequency) == 0x000008, "Member 'FFlockPersonalityWanderer::Frequency' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalityWanderer, MinFactor) == 0x00000C, "Member 'FFlockPersonalityWanderer::MinFactor' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalityWanderer, MaxFactor) == 0x000010, "Member 'FFlockPersonalityWanderer::MaxFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlockPersonalitySpacer \ static_assert(alignof(FFlockPersonalitySpacer) == 0x000008, "Wrong alignment on FFlockPersonalitySpacer"); \ static_assert(sizeof(FFlockPersonalitySpacer) == 0x000020, "Wrong size on FFlockPersonalitySpacer"); \ static_assert(offsetof(FFlockPersonalitySpacer, Distribution) == 0x000000, "Member 'FFlockPersonalitySpacer::Distribution' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalitySpacer, MinFactor) == 0x000008, "Member 'FFlockPersonalitySpacer::MinFactor' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalitySpacer, MaxFactor) == 0x00000C, "Member 'FFlockPersonalitySpacer::MaxFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlockPersonalitySpooker \ static_assert(alignof(FFlockPersonalitySpooker) == 0x000008, "Wrong alignment on FFlockPersonalitySpooker"); \ static_assert(sizeof(FFlockPersonalitySpooker) == 0x000038, "Wrong size on FFlockPersonalitySpooker"); \ static_assert(offsetof(FFlockPersonalitySpooker, Distribution) == 0x000000, "Member 'FFlockPersonalitySpooker::Distribution' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalitySpooker, MinCalmTime) == 0x000008, "Member 'FFlockPersonalitySpooker::MinCalmTime' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalitySpooker, MaxCalmTime) == 0x00000C, "Member 'FFlockPersonalitySpooker::MaxCalmTime' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalitySpooker, MinSpookDuration) == 0x000010, "Member 'FFlockPersonalitySpooker::MinSpookDuration' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalitySpooker, MaxSpookDuration) == 0x000014, "Member 'FFlockPersonalitySpooker::MaxSpookDuration' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalitySpooker, SpookForce) == 0x000018, "Member 'FFlockPersonalitySpooker::SpookForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlockPersonalitySpinner \ static_assert(alignof(FFlockPersonalitySpinner) == 0x000008, "Wrong alignment on FFlockPersonalitySpinner"); \ static_assert(sizeof(FFlockPersonalitySpinner) == 0x000038, "Wrong size on FFlockPersonalitySpinner"); \ static_assert(offsetof(FFlockPersonalitySpinner, Distribution) == 0x000000, "Member 'FFlockPersonalitySpinner::Distribution' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalitySpinner, MinWaitTime) == 0x000008, "Member 'FFlockPersonalitySpinner::MinWaitTime' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalitySpinner, MaxWaitTime) == 0x00000C, "Member 'FFlockPersonalitySpinner::MaxWaitTime' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalitySpinner, MinSpinDuration) == 0x000010, "Member 'FFlockPersonalitySpinner::MinSpinDuration' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalitySpinner, MaxSpinDuration) == 0x000014, "Member 'FFlockPersonalitySpinner::MaxSpinDuration' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalitySpinner, Axis) == 0x000018, "Member 'FFlockPersonalitySpinner::Axis' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalitySpinner, SpinSpeed) == 0x00001C, "Member 'FFlockPersonalitySpinner::SpinSpeed' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalitySpinner, bInWorld) == 0x000020, "Member 'FFlockPersonalitySpinner::bInWorld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlockPersonalityAnimate \ static_assert(alignof(FFlockPersonalityAnimate) == 0x000008, "Wrong alignment on FFlockPersonalityAnimate"); \ static_assert(sizeof(FFlockPersonalityAnimate) == 0x000038, "Wrong size on FFlockPersonalityAnimate"); \ static_assert(offsetof(FFlockPersonalityAnimate, Distribution) == 0x000000, "Member 'FFlockPersonalityAnimate::Distribution' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalityAnimate, Animations) == 0x000008, "Member 'FFlockPersonalityAnimate::Animations' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalityAnimate, MinPlaybackRate) == 0x000018, "Member 'FFlockPersonalityAnimate::MinPlaybackRate' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalityAnimate, MaxPlaybackRate) == 0x00001C, "Member 'FFlockPersonalityAnimate::MaxPlaybackRate' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalityAnimate, bLoop) == 0x000020, "Member 'FFlockPersonalityAnimate::bLoop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlockPersonalities \ static_assert(alignof(FFlockPersonalities) == 0x000008, "Wrong alignment on FFlockPersonalities"); \ static_assert(sizeof(FFlockPersonalities) == 0x000180, "Wrong size on FFlockPersonalities"); \ static_assert(offsetof(FFlockPersonalities, Wanderers) == 0x000000, "Member 'FFlockPersonalities::Wanderers' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalities, bWanderers) == 0x000028, "Member 'FFlockPersonalities::bWanderers' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalities, Laggers) == 0x000030, "Member 'FFlockPersonalities::Laggers' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalities, bLaggers) == 0x000050, "Member 'FFlockPersonalities::bLaggers' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalities, Spacers) == 0x000058, "Member 'FFlockPersonalities::Spacers' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalities, bSpacers) == 0x000078, "Member 'FFlockPersonalities::bSpacers' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalities, Spookers) == 0x000080, "Member 'FFlockPersonalities::Spookers' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalities, bSpookers) == 0x0000B8, "Member 'FFlockPersonalities::bSpookers' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalities, Spinners) == 0x0000C0, "Member 'FFlockPersonalities::Spinners' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalities, bSpinners) == 0x0000F8, "Member 'FFlockPersonalities::bSpinners' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalities, AlternateSpinners) == 0x000100, "Member 'FFlockPersonalities::AlternateSpinners' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalities, bAlternateSpinners) == 0x000138, "Member 'FFlockPersonalities::bAlternateSpinners' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalities, Animates) == 0x000140, "Member 'FFlockPersonalities::Animates' has a wrong offset!"); \ static_assert(offsetof(FFlockPersonalities, bAnimates) == 0x000178, "Member 'FFlockPersonalities::bAnimates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_ApparateActorData \ static_assert(alignof(FEnemy_ApparateActorData) == 0x000008, "Wrong alignment on FEnemy_ApparateActorData"); \ static_assert(sizeof(FEnemy_ApparateActorData) == 0x000040, "Wrong size on FEnemy_ApparateActorData"); \ static_assert(offsetof(FEnemy_ApparateActorData, Destination) == 0x000000, "Member 'FEnemy_ApparateActorData::Destination' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateActorData, StartLoc) == 0x00000C, "Member 'FEnemy_ApparateActorData::StartLoc' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateActorData, Speed) == 0x000018, "Member 'FEnemy_ApparateActorData::Speed' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateActorData, Movement) == 0x00001C, "Member 'FEnemy_ApparateActorData::Movement' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateActorData, Target) == 0x000020, "Member 'FEnemy_ApparateActorData::Target' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateActorData, RangeToTarget) == 0x000028, "Member 'FEnemy_ApparateActorData::RangeToTarget' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateActorData, OffsetZDist) == 0x00002C, "Member 'FEnemy_ApparateActorData::OffsetZDist' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateActorData, CapsuleRadius) == 0x000030, "Member 'FEnemy_ApparateActorData::CapsuleRadius' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateActorData, CapsuleHalfHeight) == 0x000034, "Member 'FEnemy_ApparateActorData::CapsuleHalfHeight' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateActorData, MaxTime) == 0x000038, "Member 'FEnemy_ApparateActorData::MaxTime' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateActorData, bUseTravelTimeout) == 0x00003C, "Member 'FEnemy_ApparateActorData::bUseTravelTimeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_AttackRange_DistanceData \ static_assert(alignof(FEnemy_AttackRange_DistanceData) == 0x000008, "Wrong alignment on FEnemy_AttackRange_DistanceData"); \ static_assert(sizeof(FEnemy_AttackRange_DistanceData) == 0x000018, "Wrong size on FEnemy_AttackRange_DistanceData"); \ static_assert(offsetof(FEnemy_AttackRange_DistanceData, EnemyMoveState) == 0x000008, "Member 'FEnemy_AttackRange_DistanceData::EnemyMoveState' has a wrong offset!"); \ static_assert(offsetof(FEnemy_AttackRange_DistanceData, MinDistance) == 0x00000C, "Member 'FEnemy_AttackRange_DistanceData::MinDistance' has a wrong offset!"); \ static_assert(offsetof(FEnemy_AttackRange_DistanceData, MaxDistance) == 0x000010, "Member 'FEnemy_AttackRange_DistanceData::MaxDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFertilizerEffect \ static_assert(alignof(FFertilizerEffect) == 0x000004, "Wrong alignment on FFertilizerEffect"); \ static_assert(sizeof(FFertilizerEffect) == 0x000004, "Wrong size on FFertilizerEffect"); \ static_assert(offsetof(FFertilizerEffect, ExtraYield) == 0x000000, "Member 'FFertilizerEffect::ExtraYield' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_TargetSense_LOS \ static_assert(alignof(FEnemy_TargetSense_LOS) == 0x000004, "Wrong alignment on FEnemy_TargetSense_LOS"); \ static_assert(sizeof(FEnemy_TargetSense_LOS) == 0x00001C, "Wrong size on FEnemy_TargetSense_LOS"); \ static_assert(offsetof(FEnemy_TargetSense_LOS, LOSInterval) == 0x000000, "Member 'FEnemy_TargetSense_LOS::LOSInterval' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_LOS, LOSMinDist) == 0x000004, "Member 'FEnemy_TargetSense_LOS::LOSMinDist' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_LOS, LOSUnawareInterval) == 0x000008, "Member 'FEnemy_TargetSense_LOS::LOSUnawareInterval' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_LOS, LOSAwareInterval) == 0x00000C, "Member 'FEnemy_TargetSense_LOS::LOSAwareInterval' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_LOS, LOSAlertInterval) == 0x000010, "Member 'FEnemy_TargetSense_LOS::LOSAlertInterval' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_LOS, LOSAggroInterval) == 0x000014, "Member 'FEnemy_TargetSense_LOS::LOSAggroInterval' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_LOS, LOSTeammateInterval) == 0x000018, "Member 'FEnemy_TargetSense_LOS::LOSTeammateInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_TargetSense_FOVParams \ static_assert(alignof(FEnemy_TargetSense_FOVParams) == 0x000004, "Wrong alignment on FEnemy_TargetSense_FOVParams"); \ static_assert(sizeof(FEnemy_TargetSense_FOVParams) == 0x000030, "Wrong size on FEnemy_TargetSense_FOVParams"); \ static_assert(offsetof(FEnemy_TargetSense_FOVParams, FOV) == 0x000000, "Member 'FEnemy_TargetSense_FOVParams::FOV' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_FOVParams, Distance) == 0x000004, "Member 'FEnemy_TargetSense_FOVParams::Distance' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_FOVParams, Height) == 0x000008, "Member 'FEnemy_TargetSense_FOVParams::Height' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_FOVParams, MinHeight) == 0x00000C, "Member 'FEnemy_TargetSense_FOVParams::MinHeight' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_FOVParams, NegativeHeight) == 0x000010, "Member 'FEnemy_TargetSense_FOVParams::NegativeHeight' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_FOVParams, NegativeMinHeight) == 0x000014, "Member 'FEnemy_TargetSense_FOVParams::NegativeMinHeight' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_FOVParams, FalloffScale) == 0x000018, "Member 'FEnemy_TargetSense_FOVParams::FalloffScale' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_FOVParams, HearingRadius) == 0x00001C, "Member 'FEnemy_TargetSense_FOVParams::HearingRadius' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_FOVParams, DistanceInstant) == 0x000020, "Member 'FEnemy_TargetSense_FOVParams::DistanceInstant' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_FOVParams, HearingRadiusInstant) == 0x000024, "Member 'FEnemy_TargetSense_FOVParams::HearingRadiusInstant' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_FOVParams, DistanceAdd) == 0x000028, "Member 'FEnemy_TargetSense_FOVParams::DistanceAdd' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_FOVParams, HearingRadiusAdd) == 0x00002C, "Member 'FEnemy_TargetSense_FOVParams::HearingRadiusAdd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_TargetSense_FOVSet \ static_assert(alignof(FEnemy_TargetSense_FOVSet) == 0x000004, "Wrong alignment on FEnemy_TargetSense_FOVSet"); \ static_assert(sizeof(FEnemy_TargetSense_FOVSet) == 0x000094, "Wrong size on FEnemy_TargetSense_FOVSet"); \ static_assert(offsetof(FEnemy_TargetSense_FOVSet, Aware) == 0x000000, "Member 'FEnemy_TargetSense_FOVSet::Aware' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_FOVSet, Alert) == 0x000030, "Member 'FEnemy_TargetSense_FOVSet::Alert' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_FOVSet, Attack) == 0x000060, "Member 'FEnemy_TargetSense_FOVSet::Attack' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_FOVSet, DisallowTimeWhenApplied) == 0x000090, "Member 'FEnemy_TargetSense_FOVSet::DisallowTimeWhenApplied' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_TargetSense_FOV \ static_assert(alignof(FEnemy_TargetSense_FOV) == 0x000004, "Wrong alignment on FEnemy_TargetSense_FOV"); \ static_assert(sizeof(FEnemy_TargetSense_FOV) == 0x0001BC, "Wrong size on FEnemy_TargetSense_FOV"); \ static_assert(offsetof(FEnemy_TargetSense_FOV, Standard) == 0x000000, "Member 'FEnemy_TargetSense_FOV::Standard' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_FOV, Disillusionment) == 0x000094, "Member 'FEnemy_TargetSense_FOV::Disillusionment' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_FOV, Invisible) == 0x000128, "Member 'FEnemy_TargetSense_FOV::Invisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_TargetSense_DisillusionmentScale \ static_assert(alignof(FEnemy_TargetSense_DisillusionmentScale) == 0x000004, "Wrong alignment on FEnemy_TargetSense_DisillusionmentScale"); \ static_assert(sizeof(FEnemy_TargetSense_DisillusionmentScale) == 0x000004, "Wrong size on FEnemy_TargetSense_DisillusionmentScale"); \ static_assert(offsetof(FEnemy_TargetSense_DisillusionmentScale, MoreEffectiveScale) == 0x000000, "Member 'FEnemy_TargetSense_DisillusionmentScale::MoreEffectiveScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_TargetSense_Remember \ static_assert(alignof(FEnemy_TargetSense_Remember) == 0x000004, "Wrong alignment on FEnemy_TargetSense_Remember"); \ static_assert(sizeof(FEnemy_TargetSense_Remember) == 0x000010, "Wrong size on FEnemy_TargetSense_Remember"); \ static_assert(offsetof(FEnemy_TargetSense_Remember, MinTime) == 0x000000, "Member 'FEnemy_TargetSense_Remember::MinTime' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_Remember, RememberMaxDistance) == 0x000004, "Member 'FEnemy_TargetSense_Remember::RememberMaxDistance' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_Remember, LOSTime) == 0x000008, "Member 'FEnemy_TargetSense_Remember::LOSTime' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_Remember, FOVAndHearingTime) == 0x00000C, "Member 'FEnemy_TargetSense_Remember::FOVAndHearingTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_TargetSense_TAS \ static_assert(alignof(FEnemy_TargetSense_TAS) == 0x000008, "Wrong alignment on FEnemy_TargetSense_TAS"); \ static_assert(sizeof(FEnemy_TargetSense_TAS) == 0x000028, "Wrong size on FEnemy_TargetSense_TAS"); \ static_assert(offsetof(FEnemy_TargetSense_TAS, EventMaintainTime) == 0x000000, "Member 'FEnemy_TargetSense_TAS::EventMaintainTime' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_TAS, EventAwareAlertValue) == 0x000004, "Member 'FEnemy_TargetSense_TAS::EventAwareAlertValue' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_TAS, EnterAwareDistCurve) == 0x000008, "Member 'FEnemy_TargetSense_TAS::EnterAwareDistCurve' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_TAS, EnterAlertDistCurve) == 0x000010, "Member 'FEnemy_TargetSense_TAS::EnterAlertDistCurve' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_TAS, ExitAwareDistCurve) == 0x000018, "Member 'FEnemy_TargetSense_TAS::ExitAwareDistCurve' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense_TAS, ExitAlertDistCurve) == 0x000020, "Member 'FEnemy_TargetSense_TAS::ExitAlertDistCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_TargetSense \ static_assert(alignof(FEnemy_TargetSense) == 0x000008, "Wrong alignment on FEnemy_TargetSense"); \ static_assert(sizeof(FEnemy_TargetSense) == 0x000238, "Wrong size on FEnemy_TargetSense"); \ static_assert(offsetof(FEnemy_TargetSense, bOverrideLOS) == 0x000000, "Member 'FEnemy_TargetSense::bOverrideLOS' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense, LOS) == 0x000004, "Member 'FEnemy_TargetSense::LOS' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense, bOverrideFOV) == 0x000020, "Member 'FEnemy_TargetSense::bOverrideFOV' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense, FOV) == 0x000024, "Member 'FEnemy_TargetSense::FOV' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense, DisillusionmentScale) == 0x0001E0, "Member 'FEnemy_TargetSense::DisillusionmentScale' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense, bOverrideRemember) == 0x0001E4, "Member 'FEnemy_TargetSense::bOverrideRemember' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense, Remember) == 0x0001E8, "Member 'FEnemy_TargetSense::Remember' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense, bOverrideTAS) == 0x0001F8, "Member 'FEnemy_TargetSense::bOverrideTAS' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense, TAS) == 0x000200, "Member 'FEnemy_TargetSense::TAS' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense, bOverrideEvaluateDist) == 0x000228, "Member 'FEnemy_TargetSense::bOverrideEvaluateDist' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense, EvaluateDist) == 0x00022C, "Member 'FEnemy_TargetSense::EvaluateDist' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TargetSense, StealthShowBlipDist) == 0x000230, "Member 'FEnemy_TargetSense::StealthShowBlipDist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FObjectHandles \ static_assert(alignof(FObjectHandles) == 0x000008, "Wrong alignment on FObjectHandles"); \ static_assert(sizeof(FObjectHandles) == 0x000010, "Wrong size on FObjectHandles"); \ #define DUMPER7_ASSERTS_FAwareStateInfo \ static_assert(alignof(FAwareStateInfo) == 0x000004, "Wrong alignment on FAwareStateInfo"); \ static_assert(sizeof(FAwareStateInfo) == 0x000008, "Wrong size on FAwareStateInfo"); \ static_assert(offsetof(FAwareStateInfo, AwareState) == 0x000000, "Member 'FAwareStateInfo::AwareState' has a wrong offset!"); \ static_assert(offsetof(FAwareStateInfo, AlertPercent) == 0x000004, "Member 'FAwareStateInfo::AlertPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStupidShaderEntry \ static_assert(alignof(FStupidShaderEntry) == 0x000008, "Wrong alignment on FStupidShaderEntry"); \ static_assert(sizeof(FStupidShaderEntry) == 0x0000B0, "Wrong size on FStupidShaderEntry"); \ static_assert(offsetof(FStupidShaderEntry, Source) == 0x000000, "Member 'FStupidShaderEntry::Source' has a wrong offset!"); \ static_assert(offsetof(FStupidShaderEntry, Platform) == 0x000008, "Member 'FStupidShaderEntry::Platform' has a wrong offset!"); \ static_assert(offsetof(FStupidShaderEntry, Output) == 0x000010, "Member 'FStupidShaderEntry::Output' has a wrong offset!"); \ static_assert(offsetof(FStupidShaderEntry, Type) == 0x000018, "Member 'FStupidShaderEntry::Type' has a wrong offset!"); \ static_assert(offsetof(FStupidShaderEntry, Permutation) == 0x000028, "Member 'FStupidShaderEntry::Permutation' has a wrong offset!"); \ static_assert(offsetof(FStupidShaderEntry, Group) == 0x000038, "Member 'FStupidShaderEntry::Group' has a wrong offset!"); \ static_assert(offsetof(FStupidShaderEntry, SpecialType) == 0x000040, "Member 'FStupidShaderEntry::SpecialType' has a wrong offset!"); \ static_assert(offsetof(FStupidShaderEntry, OutputHash) == 0x000048, "Member 'FStupidShaderEntry::OutputHash' has a wrong offset!"); \ static_assert(offsetof(FStupidShaderEntry, OPTIONS) == 0x000050, "Member 'FStupidShaderEntry::OPTIONS' has a wrong offset!"); \ static_assert(offsetof(FStupidShaderEntry, NiagaraContainer) == 0x0000A0, "Member 'FStupidShaderEntry::NiagaraContainer' has a wrong offset!"); \ static_assert(offsetof(FStupidShaderEntry, bResolveNiagaraSource) == 0x0000A8, "Member 'FStupidShaderEntry::bResolveNiagaraSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlyingBroomBoostStat \ static_assert(alignof(FFlyingBroomBoostStat) == 0x000004, "Wrong alignment on FFlyingBroomBoostStat"); \ static_assert(sizeof(FFlyingBroomBoostStat) == 0x00000C, "Wrong size on FFlyingBroomBoostStat"); \ static_assert(offsetof(FFlyingBroomBoostStat, HeightFromGround) == 0x000000, "Member 'FFlyingBroomBoostStat::HeightFromGround' has a wrong offset!"); \ static_assert(offsetof(FFlyingBroomBoostStat, RechargeRate) == 0x000004, "Member 'FFlyingBroomBoostStat::RechargeRate' has a wrong offset!"); \ static_assert(offsetof(FFlyingBroomBoostStat, DecayRate) == 0x000008, "Member 'FFlyingBroomBoostStat::DecayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSocialCapitalMovement \ static_assert(alignof(FSocialCapitalMovement) == 0x000008, "Wrong alignment on FSocialCapitalMovement"); \ static_assert(sizeof(FSocialCapitalMovement) == 0x000018, "Wrong size on FSocialCapitalMovement"); \ static_assert(offsetof(FSocialCapitalMovement, IsValid) == 0x000000, "Member 'FSocialCapitalMovement::IsValid' has a wrong offset!"); \ static_assert(offsetof(FSocialCapitalMovement, Magnitude) == 0x000004, "Member 'FSocialCapitalMovement::Magnitude' has a wrong offset!"); \ static_assert(offsetof(FSocialCapitalMovement, Reason) == 0x000008, "Member 'FSocialCapitalMovement::Reason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialParameterDefinition \ static_assert(alignof(FMaterialParameterDefinition) == 0x000008, "Wrong alignment on FMaterialParameterDefinition"); \ static_assert(sizeof(FMaterialParameterDefinition) == 0x0000F0, "Wrong size on FMaterialParameterDefinition"); \ static_assert(offsetof(FMaterialParameterDefinition, ScalarOverrides) == 0x000000, "Member 'FMaterialParameterDefinition::ScalarOverrides' has a wrong offset!"); \ static_assert(offsetof(FMaterialParameterDefinition, VectorOverrides) == 0x000050, "Member 'FMaterialParameterDefinition::VectorOverrides' has a wrong offset!"); \ static_assert(offsetof(FMaterialParameterDefinition, TextureOverrides) == 0x0000A0, "Member 'FMaterialParameterDefinition::TextureOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGearCharacterPieceDefinition \ static_assert(alignof(FGearCharacterPieceDefinition) == 0x000008, "Wrong alignment on FGearCharacterPieceDefinition"); \ static_assert(sizeof(FGearCharacterPieceDefinition) == 0x000148, "Wrong size on FGearCharacterPieceDefinition"); \ static_assert(offsetof(FGearCharacterPieceDefinition, CharacterPiece) == 0x000000, "Member 'FGearCharacterPieceDefinition::CharacterPiece' has a wrong offset!"); \ static_assert(offsetof(FGearCharacterPieceDefinition, MaterialParams) == 0x000008, "Member 'FGearCharacterPieceDefinition::MaterialParams' has a wrong offset!"); \ static_assert(offsetof(FGearCharacterPieceDefinition, HouseMaterialParams) == 0x0000F8, "Member 'FGearCharacterPieceDefinition::HouseMaterialParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlockMemberInitialConditions \ static_assert(alignof(FFlockMemberInitialConditions) == 0x000004, "Wrong alignment on FFlockMemberInitialConditions"); \ static_assert(sizeof(FFlockMemberInitialConditions) == 0x00002C, "Wrong size on FFlockMemberInitialConditions"); \ static_assert(offsetof(FFlockMemberInitialConditions, PositionMin) == 0x000000, "Member 'FFlockMemberInitialConditions::PositionMin' has a wrong offset!"); \ static_assert(offsetof(FFlockMemberInitialConditions, PositionMax) == 0x000004, "Member 'FFlockMemberInitialConditions::PositionMax' has a wrong offset!"); \ static_assert(offsetof(FFlockMemberInitialConditions, SpeedMin) == 0x000008, "Member 'FFlockMemberInitialConditions::SpeedMin' has a wrong offset!"); \ static_assert(offsetof(FFlockMemberInitialConditions, SpeedMax) == 0x00000C, "Member 'FFlockMemberInitialConditions::SpeedMax' has a wrong offset!"); \ static_assert(offsetof(FFlockMemberInitialConditions, StartingUp) == 0x000010, "Member 'FFlockMemberInitialConditions::StartingUp' has a wrong offset!"); \ static_assert(offsetof(FFlockMemberInitialConditions, RandomRotationMin) == 0x00001C, "Member 'FFlockMemberInitialConditions::RandomRotationMin' has a wrong offset!"); \ static_assert(offsetof(FFlockMemberInitialConditions, RandomRotationMax) == 0x000020, "Member 'FFlockMemberInitialConditions::RandomRotationMax' has a wrong offset!"); \ static_assert(offsetof(FFlockMemberInitialConditions, Scale) == 0x000024, "Member 'FFlockMemberInitialConditions::Scale' has a wrong offset!"); \ static_assert(offsetof(FFlockMemberInitialConditions, RandomizeScalePercent) == 0x000028, "Member 'FFlockMemberInitialConditions::RandomizeScalePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_SpawnSpidersUpdateData \ static_assert(alignof(FEnemy_SpawnSpidersUpdateData) == 0x000008, "Wrong alignment on FEnemy_SpawnSpidersUpdateData"); \ static_assert(sizeof(FEnemy_SpawnSpidersUpdateData) == 0x000048, "Wrong size on FEnemy_SpawnSpidersUpdateData"); \ #define DUMPER7_ASSERTS_FEnemy_SplineSpawnActorData \ static_assert(alignof(FEnemy_SplineSpawnActorData) == 0x000010, "Wrong alignment on FEnemy_SplineSpawnActorData"); \ static_assert(sizeof(FEnemy_SplineSpawnActorData) == 0x0000D0, "Wrong size on FEnemy_SplineSpawnActorData"); \ #define DUMPER7_ASSERTS_FEnemy_Ticket_CooldownTableData \ static_assert(alignof(FEnemy_Ticket_CooldownTableData) == 0x000008, "Wrong alignment on FEnemy_Ticket_CooldownTableData"); \ static_assert(sizeof(FEnemy_Ticket_CooldownTableData) == 0x000018, "Wrong size on FEnemy_Ticket_CooldownTableData"); \ static_assert(offsetof(FEnemy_Ticket_CooldownTableData, Tag) == 0x000008, "Member 'FEnemy_Ticket_CooldownTableData::Tag' has a wrong offset!"); \ static_assert(offsetof(FEnemy_Ticket_CooldownTableData, Time) == 0x000010, "Member 'FEnemy_Ticket_CooldownTableData::Time' has a wrong offset!"); \ static_assert(offsetof(FEnemy_Ticket_CooldownTableData, Deviation) == 0x000014, "Member 'FEnemy_Ticket_CooldownTableData::Deviation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogLineRule_CameraAnimation \ static_assert(alignof(FDialogLineRule_CameraAnimation) == 0x000008, "Wrong alignment on FDialogLineRule_CameraAnimation"); \ static_assert(sizeof(FDialogLineRule_CameraAnimation) == 0x000028, "Wrong size on FDialogLineRule_CameraAnimation"); \ static_assert(offsetof(FDialogLineRule_CameraAnimation, Tags) == 0x000000, "Member 'FDialogLineRule_CameraAnimation::Tags' has a wrong offset!"); \ static_assert(offsetof(FDialogLineRule_CameraAnimation, Layer) == 0x000020, "Member 'FDialogLineRule_CameraAnimation::Layer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogLineRule_CameraCharacter \ static_assert(alignof(FDialogLineRule_CameraCharacter) == 0x000008, "Wrong alignment on FDialogLineRule_CameraCharacter"); \ static_assert(sizeof(FDialogLineRule_CameraCharacter) == 0x0000A0, "Wrong size on FDialogLineRule_CameraCharacter"); \ static_assert(offsetof(FDialogLineRule_CameraCharacter, Actor) == 0x000000, "Member 'FDialogLineRule_CameraCharacter::Actor' has a wrong offset!"); \ static_assert(offsetof(FDialogLineRule_CameraCharacter, Animations) == 0x000010, "Member 'FDialogLineRule_CameraCharacter::Animations' has a wrong offset!"); \ static_assert(offsetof(FDialogLineRule_CameraCharacter, CameraFixup) == 0x000020, "Member 'FDialogLineRule_CameraCharacter::CameraFixup' has a wrong offset!"); \ static_assert(offsetof(FDialogLineRule_CameraCharacter, Placement) == 0x000068, "Member 'FDialogLineRule_CameraCharacter::Placement' has a wrong offset!"); \ static_assert(offsetof(FDialogLineRule_CameraCharacter, PlacementTransform) == 0x000078, "Member 'FDialogLineRule_CameraCharacter::PlacementTransform' has a wrong offset!"); \ static_assert(offsetof(FDialogLineRule_CameraCharacter, PlacementLayer) == 0x000080, "Member 'FDialogLineRule_CameraCharacter::PlacementLayer' has a wrong offset!"); \ static_assert(offsetof(FDialogLineRule_CameraCharacter, OffsetFromDialogueLine) == 0x000088, "Member 'FDialogLineRule_CameraCharacter::OffsetFromDialogueLine' has a wrong offset!"); \ static_assert(offsetof(FDialogLineRule_CameraCharacter, SwitchCameraLengthThreshold) == 0x00008C, "Member 'FDialogLineRule_CameraCharacter::SwitchCameraLengthThreshold' has a wrong offset!"); \ static_assert(offsetof(FDialogLineRule_CameraCharacter, UseWhenSpeaking) == 0x000090, "Member 'FDialogLineRule_CameraCharacter::UseWhenSpeaking' has a wrong offset!"); \ static_assert(offsetof(FDialogLineRule_CameraCharacter, UseAtEnd) == 0x000091, "Member 'FDialogLineRule_CameraCharacter::UseAtEnd' has a wrong offset!"); \ static_assert(offsetof(FDialogLineRule_CameraCharacter, OffsetFromEnd) == 0x000094, "Member 'FDialogLineRule_CameraCharacter::OffsetFromEnd' has a wrong offset!"); \ static_assert(offsetof(FDialogLineRule_CameraCharacter, MinimumPreviousCameraLength) == 0x000098, "Member 'FDialogLineRule_CameraCharacter::MinimumPreviousCameraLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_AttackLocUpdateData \ static_assert(alignof(FEnemy_AttackLocUpdateData) == 0x000004, "Wrong alignment on FEnemy_AttackLocUpdateData"); \ static_assert(sizeof(FEnemy_AttackLocUpdateData) == 0x000004, "Wrong size on FEnemy_AttackLocUpdateData"); \ static_assert(offsetof(FEnemy_AttackLocUpdateData, UpdateInterval) == 0x000000, "Member 'FEnemy_AttackLocUpdateData::UpdateInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFrozenData \ static_assert(alignof(FFrozenData) == 0x000008, "Wrong alignment on FFrozenData"); \ static_assert(sizeof(FFrozenData) == 0x000038, "Wrong size on FFrozenData"); \ static_assert(offsetof(FFrozenData, FX2) == 0x000000, "Member 'FFrozenData::FX2' has a wrong offset!"); \ static_assert(offsetof(FFrozenData, ImpactLocation) == 0x000010, "Member 'FFrozenData::ImpactLocation' has a wrong offset!"); \ static_assert(offsetof(FFrozenData, ImpactNormal) == 0x00001C, "Member 'FFrozenData::ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(FFrozenData, TalentAOEMunition) == 0x000028, "Member 'FFrozenData::TalentAOEMunition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_TurnInPlaceUberData \ static_assert(alignof(FEnemy_TurnInPlaceUberData) == 0x000008, "Wrong alignment on FEnemy_TurnInPlaceUberData"); \ static_assert(sizeof(FEnemy_TurnInPlaceUberData) == 0x000028, "Wrong size on FEnemy_TurnInPlaceUberData"); \ static_assert(offsetof(FEnemy_TurnInPlaceUberData, GameContext) == 0x000000, "Member 'FEnemy_TurnInPlaceUberData::GameContext' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TurnInPlaceUberData, bSupported) == 0x000001, "Member 'FEnemy_TurnInPlaceUberData::bSupported' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TurnInPlaceUberData, AATags) == 0x000008, "Member 'FEnemy_TurnInPlaceUberData::AATags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_TurnInPlaceData \ static_assert(alignof(FEnemy_TurnInPlaceData) == 0x000008, "Wrong alignment on FEnemy_TurnInPlaceData"); \ static_assert(sizeof(FEnemy_TurnInPlaceData) == 0x000038, "Wrong size on FEnemy_TurnInPlaceData"); \ static_assert(offsetof(FEnemy_TurnInPlaceData, Cooldown) == 0x000000, "Member 'FEnemy_TurnInPlaceData::Cooldown' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TurnInPlaceData, IgnoreCooldownAngle) == 0x000004, "Member 'FEnemy_TurnInPlaceData::IgnoreCooldownAngle' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TurnInPlaceData, StartAngleTolerance) == 0x000008, "Member 'FEnemy_TurnInPlaceData::StartAngleTolerance' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TurnInPlaceData, bFixedBlendspaceAngle) == 0x00000C, "Member 'FEnemy_TurnInPlaceData::bFixedBlendspaceAngle' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TurnInPlaceData, SupportedBlendspaceAngles) == 0x000010, "Member 'FEnemy_TurnInPlaceData::SupportedBlendspaceAngles' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TurnInPlaceData, StartMode) == 0x000014, "Member 'FEnemy_TurnInPlaceData::StartMode' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TurnInPlaceData, DelayedStartTime) == 0x000018, "Member 'FEnemy_TurnInPlaceData::DelayedStartTime' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TurnInPlaceData, ContextList) == 0x000020, "Member 'FEnemy_TurnInPlaceData::ContextList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_MeleeAttackOverlapData \ static_assert(alignof(FEnemy_MeleeAttackOverlapData) == 0x000008, "Wrong alignment on FEnemy_MeleeAttackOverlapData"); \ static_assert(sizeof(FEnemy_MeleeAttackOverlapData) == 0x0000A8, "Wrong size on FEnemy_MeleeAttackOverlapData"); \ static_assert(offsetof(FEnemy_MeleeAttackOverlapData, Victim) == 0x000000, "Member 'FEnemy_MeleeAttackOverlapData::Victim' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MeleeAttackOverlapData, Owner) == 0x000008, "Member 'FEnemy_MeleeAttackOverlapData::Owner' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MeleeAttackOverlapData, HitResult) == 0x000010, "Member 'FEnemy_MeleeAttackOverlapData::HitResult' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MeleeAttackOverlapData, NormalImpulse) == 0x000098, "Member 'FEnemy_MeleeAttackOverlapData::NormalImpulse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEventLocationResult \ static_assert(alignof(FEventLocationResult) == 0x000008, "Wrong alignment on FEventLocationResult"); \ static_assert(sizeof(FEventLocationResult) == 0x000030, "Wrong size on FEventLocationResult"); \ static_assert(offsetof(FEventLocationResult, Position) == 0x000000, "Member 'FEventLocationResult::Position' has a wrong offset!"); \ static_assert(offsetof(FEventLocationResult, ZRotation) == 0x00000C, "Member 'FEventLocationResult::ZRotation' has a wrong offset!"); \ static_assert(offsetof(FEventLocationResult, LocationName) == 0x000010, "Member 'FEventLocationResult::LocationName' has a wrong offset!"); \ static_assert(offsetof(FEventLocationResult, Guid) == 0x000020, "Member 'FEventLocationResult::Guid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWidgetType \ static_assert(alignof(FWidgetType) == 0x000008, "Wrong alignment on FWidgetType"); \ static_assert(sizeof(FWidgetType) == 0x000010, "Wrong size on FWidgetType"); \ static_assert(offsetof(FWidgetType, Widget) == 0x000008, "Member 'FWidgetType::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_EnergyData \ static_assert(alignof(FEnemy_EnergyData) == 0x000004, "Wrong alignment on FEnemy_EnergyData"); \ static_assert(sizeof(FEnemy_EnergyData) == 0x000018, "Wrong size on FEnemy_EnergyData"); \ static_assert(offsetof(FEnemy_EnergyData, GameContext) == 0x000000, "Member 'FEnemy_EnergyData::GameContext' has a wrong offset!"); \ static_assert(offsetof(FEnemy_EnergyData, DrainRateScale) == 0x000004, "Member 'FEnemy_EnergyData::DrainRateScale' has a wrong offset!"); \ static_assert(offsetof(FEnemy_EnergyData, Max) == 0x000008, "Member 'FEnemy_EnergyData::Max' has a wrong offset!"); \ static_assert(offsetof(FEnemy_EnergyData, MaxDeviation) == 0x00000C, "Member 'FEnemy_EnergyData::MaxDeviation' has a wrong offset!"); \ static_assert(offsetof(FEnemy_EnergyData, RefillRate) == 0x000010, "Member 'FEnemy_EnergyData::RefillRate' has a wrong offset!"); \ static_assert(offsetof(FEnemy_EnergyData, RefillRateScale) == 0x000014, "Member 'FEnemy_EnergyData::RefillRateScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_AccuracyData \ static_assert(alignof(FEnemy_AccuracyData) == 0x000008, "Wrong alignment on FEnemy_AccuracyData"); \ static_assert(sizeof(FEnemy_AccuracyData) == 0x000030, "Wrong size on FEnemy_AccuracyData"); \ static_assert(offsetof(FEnemy_AccuracyData, MissThreshold) == 0x000000, "Member 'FEnemy_AccuracyData::MissThreshold' has a wrong offset!"); \ static_assert(offsetof(FEnemy_AccuracyData, MissOffset) == 0x000004, "Member 'FEnemy_AccuracyData::MissOffset' has a wrong offset!"); \ static_assert(offsetof(FEnemy_AccuracyData, NotTargettedMissAdjust) == 0x000008, "Member 'FEnemy_AccuracyData::NotTargettedMissAdjust' has a wrong offset!"); \ static_assert(offsetof(FEnemy_AccuracyData, RunningAwayMissAdjust) == 0x00000C, "Member 'FEnemy_AccuracyData::RunningAwayMissAdjust' has a wrong offset!"); \ static_assert(offsetof(FEnemy_AccuracyData, DistFromPlayerCurve) == 0x000010, "Member 'FEnemy_AccuracyData::DistFromPlayerCurve' has a wrong offset!"); \ static_assert(offsetof(FEnemy_AccuracyData, TimeOffscreenCurve) == 0x000018, "Member 'FEnemy_AccuracyData::TimeOffscreenCurve' has a wrong offset!"); \ static_assert(offsetof(FEnemy_AccuracyData, TimeSinceAttackedCurve) == 0x000020, "Member 'FEnemy_AccuracyData::TimeSinceAttackedCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_ApparateData \ static_assert(alignof(FEnemy_ApparateData) == 0x000004, "Wrong alignment on FEnemy_ApparateData"); \ static_assert(sizeof(FEnemy_ApparateData) == 0x00001C, "Wrong size on FEnemy_ApparateData"); \ static_assert(offsetof(FEnemy_ApparateData, MinAngle) == 0x000000, "Member 'FEnemy_ApparateData::MinAngle' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateData, MaxAngle) == 0x000004, "Member 'FEnemy_ApparateData::MaxAngle' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateData, AngleIsABS) == 0x000008, "Member 'FEnemy_ApparateData::AngleIsABS' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateData, MinDist) == 0x00000C, "Member 'FEnemy_ApparateData::MinDist' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateData, Chance) == 0x000010, "Member 'FEnemy_ApparateData::Chance' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateData, SuccessCooldown) == 0x000014, "Member 'FEnemy_ApparateData::SuccessCooldown' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateData, FailedCooldown) == 0x000018, "Member 'FEnemy_ApparateData::FailedCooldown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_AttackSelectInfo \ static_assert(alignof(FNPC_AttackSelectInfo) == 0x000001, "Wrong alignment on FNPC_AttackSelectInfo"); \ static_assert(sizeof(FNPC_AttackSelectInfo) == 0x000002, "Wrong size on FNPC_AttackSelectInfo"); \ #define DUMPER7_ASSERTS_FLootDropChanceAmendInfo \ static_assert(alignof(FLootDropChanceAmendInfo) == 0x000004, "Wrong alignment on FLootDropChanceAmendInfo"); \ static_assert(sizeof(FLootDropChanceAmendInfo) == 0x000014, "Wrong size on FLootDropChanceAmendInfo"); \ static_assert(offsetof(FLootDropChanceAmendInfo, ItemId) == 0x000000, "Member 'FLootDropChanceAmendInfo::ItemId' has a wrong offset!"); \ static_assert(offsetof(FLootDropChanceAmendInfo, ItemType) == 0x000008, "Member 'FLootDropChanceAmendInfo::ItemType' has a wrong offset!"); \ static_assert(offsetof(FLootDropChanceAmendInfo, PercentChance) == 0x000010, "Member 'FLootDropChanceAmendInfo::PercentChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_TASForceTargetData \ static_assert(alignof(FNPC_TASForceTargetData) == 0x000004, "Wrong alignment on FNPC_TASForceTargetData"); \ static_assert(sizeof(FNPC_TASForceTargetData) == 0x000014, "Wrong size on FNPC_TASForceTargetData"); \ #define DUMPER7_ASSERTS_FGearUI \ static_assert(alignof(FGearUI) == 0x000008, "Wrong alignment on FGearUI"); \ static_assert(sizeof(FGearUI) == 0x000018, "Wrong size on FGearUI"); \ static_assert(offsetof(FGearUI, SourceID) == 0x000000, "Member 'FGearUI::SourceID' has a wrong offset!"); \ static_assert(offsetof(FGearUI, Descriptions) == 0x000008, "Member 'FGearUI::Descriptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_MoveStopData \ static_assert(alignof(FEnemy_MoveStopData) == 0x000004, "Wrong alignment on FEnemy_MoveStopData"); \ static_assert(sizeof(FEnemy_MoveStopData) == 0x00000C, "Wrong size on FEnemy_MoveStopData"); \ static_assert(offsetof(FEnemy_MoveStopData, AttackLocSource) == 0x000000, "Member 'FEnemy_MoveStopData::AttackLocSource' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MoveStopData, MaxHeadingChange) == 0x000004, "Member 'FEnemy_MoveStopData::MaxHeadingChange' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MoveStopData, MaxDistanceChange) == 0x000008, "Member 'FEnemy_MoveStopData::MaxDistanceChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_IdleData \ static_assert(alignof(FEnemy_IdleData) == 0x000008, "Wrong alignment on FEnemy_IdleData"); \ static_assert(sizeof(FEnemy_IdleData) == 0x000060, "Wrong size on FEnemy_IdleData"); \ static_assert(offsetof(FEnemy_IdleData, bEnable) == 0x000000, "Member 'FEnemy_IdleData::bEnable' has a wrong offset!"); \ static_assert(offsetof(FEnemy_IdleData, AtLocationRadius) == 0x000004, "Member 'FEnemy_IdleData::AtLocationRadius' has a wrong offset!"); \ static_assert(offsetof(FEnemy_IdleData, SuccessCooldown) == 0x000008, "Member 'FEnemy_IdleData::SuccessCooldown' has a wrong offset!"); \ static_assert(offsetof(FEnemy_IdleData, SuccessCooldownDeviation) == 0x00000C, "Member 'FEnemy_IdleData::SuccessCooldownDeviation' has a wrong offset!"); \ static_assert(offsetof(FEnemy_IdleData, FailedCooldown) == 0x000010, "Member 'FEnemy_IdleData::FailedCooldown' has a wrong offset!"); \ static_assert(offsetof(FEnemy_IdleData, FailedCooldownDeviation) == 0x000014, "Member 'FEnemy_IdleData::FailedCooldownDeviation' has a wrong offset!"); \ static_assert(offsetof(FEnemy_IdleData, AbortMaxAngle) == 0x000018, "Member 'FEnemy_IdleData::AbortMaxAngle' has a wrong offset!"); \ static_assert(offsetof(FEnemy_IdleData, AbortMinDist) == 0x00001C, "Member 'FEnemy_IdleData::AbortMinDist' has a wrong offset!"); \ static_assert(offsetof(FEnemy_IdleData, AbortChanceIfTicketAvailable) == 0x000020, "Member 'FEnemy_IdleData::AbortChanceIfTicketAvailable' has a wrong offset!"); \ static_assert(offsetof(FEnemy_IdleData, Tag) == 0x000024, "Member 'FEnemy_IdleData::Tag' has a wrong offset!"); \ static_assert(offsetof(FEnemy_IdleData, CombatTags) == 0x000030, "Member 'FEnemy_IdleData::CombatTags' has a wrong offset!"); \ static_assert(offsetof(FEnemy_IdleData, IATag) == 0x000050, "Member 'FEnemy_IdleData::IATag' has a wrong offset!"); \ static_assert(offsetof(FEnemy_IdleData, IAAsset) == 0x000058, "Member 'FEnemy_IdleData::IAAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootWeight \ static_assert(alignof(FLootWeight) == 0x000004, "Wrong alignment on FLootWeight"); \ static_assert(sizeof(FLootWeight) == 0x00000C, "Wrong size on FLootWeight"); \ static_assert(offsetof(FLootWeight, WeightMin) == 0x000000, "Member 'FLootWeight::WeightMin' has a wrong offset!"); \ static_assert(offsetof(FLootWeight, WeightMax) == 0x000004, "Member 'FLootWeight::WeightMax' has a wrong offset!"); \ static_assert(offsetof(FLootWeight, ItemIndex) == 0x000008, "Member 'FLootWeight::ItemIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_ShuffleData \ static_assert(alignof(FEnemy_ShuffleData) == 0x000008, "Wrong alignment on FEnemy_ShuffleData"); \ static_assert(sizeof(FEnemy_ShuffleData) == 0x000068, "Wrong size on FEnemy_ShuffleData"); \ static_assert(offsetof(FEnemy_ShuffleData, ReentryCooldown) == 0x000060, "Member 'FEnemy_ShuffleData::ReentryCooldown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUISpellState \ static_assert(alignof(FUISpellState) == 0x000004, "Wrong alignment on FUISpellState"); \ static_assert(sizeof(FUISpellState) == 0x000014, "Wrong size on FUISpellState"); \ static_assert(offsetof(FUISpellState, SpellName) == 0x000000, "Member 'FUISpellState::SpellName' has a wrong offset!"); \ static_assert(offsetof(FUISpellState, AllowInUI) == 0x000008, "Member 'FUISpellState::AllowInUI' has a wrong offset!"); \ static_assert(offsetof(FUISpellState, LockName) == 0x00000C, "Member 'FUISpellState::LockName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_TombProtector_MeteorPieceData \ static_assert(alignof(FEnemy_TombProtector_MeteorPieceData) == 0x000004, "Wrong alignment on FEnemy_TombProtector_MeteorPieceData"); \ static_assert(sizeof(FEnemy_TombProtector_MeteorPieceData) == 0x000038, "Wrong size on FEnemy_TombProtector_MeteorPieceData"); \ static_assert(offsetof(FEnemy_TombProtector_MeteorPieceData, MeteorPtr) == 0x000000, "Member 'FEnemy_TombProtector_MeteorPieceData::MeteorPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FForbiddenAreaSpecificNPC \ static_assert(alignof(FForbiddenAreaSpecificNPC) == 0x000008, "Wrong alignment on FForbiddenAreaSpecificNPC"); \ static_assert(sizeof(FForbiddenAreaSpecificNPC) == 0x000088, "Wrong size on FForbiddenAreaSpecificNPC"); \ static_assert(offsetof(FForbiddenAreaSpecificNPC, DbCharacterID) == 0x000000, "Member 'FForbiddenAreaSpecificNPC::DbCharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpawnMeteorData \ static_assert(alignof(FSpawnMeteorData) == 0x000004, "Wrong alignment on FSpawnMeteorData"); \ static_assert(sizeof(FSpawnMeteorData) == 0x00002C, "Wrong size on FSpawnMeteorData"); \ #define DUMPER7_ASSERTS_FTutorialInfo \ static_assert(alignof(FTutorialInfo) == 0x000008, "Wrong alignment on FTutorialInfo"); \ static_assert(sizeof(FTutorialInfo) == 0x0000A0, "Wrong size on FTutorialInfo"); \ static_assert(offsetof(FTutorialInfo, Title) == 0x000000, "Member 'FTutorialInfo::Title' has a wrong offset!"); \ static_assert(offsetof(FTutorialInfo, Body) == 0x000010, "Member 'FTutorialInfo::Body' has a wrong offset!"); \ static_assert(offsetof(FTutorialInfo, BodyPC) == 0x000020, "Member 'FTutorialInfo::BodyPC' has a wrong offset!"); \ static_assert(offsetof(FTutorialInfo, ImageName) == 0x000030, "Member 'FTutorialInfo::ImageName' has a wrong offset!"); \ static_assert(offsetof(FTutorialInfo, ButtonLegend) == 0x000040, "Member 'FTutorialInfo::ButtonLegend' has a wrong offset!"); \ static_assert(offsetof(FTutorialInfo, Modal) == 0x000050, "Member 'FTutorialInfo::Modal' has a wrong offset!"); \ static_assert(offsetof(FTutorialInfo, NonModalPosition) == 0x000051, "Member 'FTutorialInfo::NonModalPosition' has a wrong offset!"); \ static_assert(offsetof(FTutorialInfo, DisplayTime) == 0x000054, "Member 'FTutorialInfo::DisplayTime' has a wrong offset!"); \ static_assert(offsetof(FTutorialInfo, MonitoredAction) == 0x000058, "Member 'FTutorialInfo::MonitoredAction' has a wrong offset!"); \ static_assert(offsetof(FTutorialInfo, PressOrRelease) == 0x000060, "Member 'FTutorialInfo::PressOrRelease' has a wrong offset!"); \ static_assert(offsetof(FTutorialInfo, OptInMessage) == 0x000068, "Member 'FTutorialInfo::OptInMessage' has a wrong offset!"); \ static_assert(offsetof(FTutorialInfo, WaitForTaskCompleteMessage) == 0x000078, "Member 'FTutorialInfo::WaitForTaskCompleteMessage' has a wrong offset!"); \ static_assert(offsetof(FTutorialInfo, ContextOverrides) == 0x000080, "Member 'FTutorialInfo::ContextOverrides' has a wrong offset!"); \ static_assert(offsetof(FTutorialInfo, DismissalEventName) == 0x000090, "Member 'FTutorialInfo::DismissalEventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTutorialSequence \ static_assert(alignof(FTutorialSequence) == 0x000008, "Wrong alignment on FTutorialSequence"); \ static_assert(sizeof(FTutorialSequence) == 0x000050, "Wrong size on FTutorialSequence"); \ static_assert(offsetof(FTutorialSequence, TutorialName) == 0x000008, "Member 'FTutorialSequence::TutorialName' has a wrong offset!"); \ static_assert(offsetof(FTutorialSequence, TutorialSequence) == 0x000010, "Member 'FTutorialSequence::TutorialSequence' has a wrong offset!"); \ static_assert(offsetof(FTutorialSequence, CleanupMessage) == 0x000020, "Member 'FTutorialSequence::CleanupMessage' has a wrong offset!"); \ static_assert(offsetof(FTutorialSequence, KnowledgeCategory) == 0x000030, "Member 'FTutorialSequence::KnowledgeCategory' has a wrong offset!"); \ static_assert(offsetof(FTutorialSequence, KnowledgeUnlock) == 0x000040, "Member 'FTutorialSequence::KnowledgeUnlock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_DistractionEvent \ static_assert(alignof(FEnemy_DistractionEvent) == 0x000004, "Wrong alignment on FEnemy_DistractionEvent"); \ static_assert(sizeof(FEnemy_DistractionEvent) == 0x000018, "Wrong size on FEnemy_DistractionEvent"); \ #define DUMPER7_ASSERTS_FEnemyVulnerableData \ static_assert(alignof(FEnemyVulnerableData) == 0x000004, "Wrong alignment on FEnemyVulnerableData"); \ static_assert(sizeof(FEnemyVulnerableData) == 0x000028, "Wrong size on FEnemyVulnerableData"); \ static_assert(offsetof(FEnemyVulnerableData, WeaponTag) == 0x000000, "Member 'FEnemyVulnerableData::WeaponTag' has a wrong offset!"); \ static_assert(offsetof(FEnemyVulnerableData, ProtegoWhenVulnerable) == 0x000008, "Member 'FEnemyVulnerableData::ProtegoWhenVulnerable' has a wrong offset!"); \ static_assert(offsetof(FEnemyVulnerableData, ChanceToEvade) == 0x00000C, "Member 'FEnemyVulnerableData::ChanceToEvade' has a wrong offset!"); \ static_assert(offsetof(FEnemyVulnerableData, ChanceToProtego) == 0x000010, "Member 'FEnemyVulnerableData::ChanceToProtego' has a wrong offset!"); \ static_assert(offsetof(FEnemyVulnerableData, ProtegoDeflectedAttack) == 0x000014, "Member 'FEnemyVulnerableData::ProtegoDeflectedAttack' has a wrong offset!"); \ static_assert(offsetof(FEnemyVulnerableData, BlockAttack) == 0x000018, "Member 'FEnemyVulnerableData::BlockAttack' has a wrong offset!"); \ static_assert(offsetof(FEnemyVulnerableData, DeflectBackAttack) == 0x00001C, "Member 'FEnemyVulnerableData::DeflectBackAttack' has a wrong offset!"); \ static_assert(offsetof(FEnemyVulnerableData, DeflectToTarget) == 0x000020, "Member 'FEnemyVulnerableData::DeflectToTarget' has a wrong offset!"); \ static_assert(offsetof(FEnemyVulnerableData, DamageModifier) == 0x000024, "Member 'FEnemyVulnerableData::DamageModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmingCurlNoiseParameters \ static_assert(alignof(FGroundSwarmingCurlNoiseParameters) == 0x000004, "Wrong alignment on FGroundSwarmingCurlNoiseParameters"); \ static_assert(sizeof(FGroundSwarmingCurlNoiseParameters) == 0x000018, "Wrong size on FGroundSwarmingCurlNoiseParameters"); \ static_assert(offsetof(FGroundSwarmingCurlNoiseParameters, Mode) == 0x000000, "Member 'FGroundSwarmingCurlNoiseParameters::Mode' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingCurlNoiseParameters, Scale) == 0x000004, "Member 'FGroundSwarmingCurlNoiseParameters::Scale' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingCurlNoiseParameters, SampleRate) == 0x000008, "Member 'FGroundSwarmingCurlNoiseParameters::SampleRate' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingCurlNoiseParameters, Force) == 0x00000C, "Member 'FGroundSwarmingCurlNoiseParameters::Force' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingCurlNoiseParameters, ForceVariancePercent) == 0x000010, "Member 'FGroundSwarmingCurlNoiseParameters::ForceVariancePercent' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingCurlNoiseParameters, Epsilon) == 0x000014, "Member 'FGroundSwarmingCurlNoiseParameters::Epsilon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmingParameters \ static_assert(alignof(FGroundSwarmingParameters) == 0x000008, "Wrong alignment on FGroundSwarmingParameters"); \ static_assert(sizeof(FGroundSwarmingParameters) == 0x000050, "Wrong size on FGroundSwarmingParameters"); \ static_assert(offsetof(FGroundSwarmingParameters, GravityFactor) == 0x000000, "Member 'FGroundSwarmingParameters::GravityFactor' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingParameters, Follow) == 0x000004, "Member 'FGroundSwarmingParameters::Follow' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingParameters, Separation) == 0x000008, "Member 'FGroundSwarmingParameters::Separation' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingParameters, SeparationDistance) == 0x00000C, "Member 'FGroundSwarmingParameters::SeparationDistance' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingParameters, Alignment) == 0x000010, "Member 'FGroundSwarmingParameters::Alignment' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingParameters, Cohesion) == 0x000014, "Member 'FGroundSwarmingParameters::Cohesion' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingParameters, FollowLag) == 0x000018, "Member 'FGroundSwarmingParameters::FollowLag' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingParameters, MaxSpeed) == 0x00001C, "Member 'FGroundSwarmingParameters::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingParameters, CurlNoise) == 0x000020, "Member 'FGroundSwarmingParameters::CurlNoise' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingParameters, CurlNoiseScale) == 0x000038, "Member 'FGroundSwarmingParameters::CurlNoiseScale' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingParameters, MemberSfxLoop) == 0x000040, "Member 'FGroundSwarmingParameters::MemberSfxLoop' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingParameters, MaxMembersWithSFXLoop) == 0x000048, "Member 'FGroundSwarmingParameters::MaxMembersWithSFXLoop' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingParameters, bAlignToVelocity) == 0x00004C, "Member 'FGroundSwarmingParameters::bAlignToVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpellMgrLoadOutData \ static_assert(alignof(FSpellMgrLoadOutData) == 0x000008, "Wrong alignment on FSpellMgrLoadOutData"); \ static_assert(sizeof(FSpellMgrLoadOutData) == 0x000020, "Wrong size on FSpellMgrLoadOutData"); \ #define DUMPER7_ASSERTS_FEnemyEvadeData \ static_assert(alignof(FEnemyEvadeData) == 0x000008, "Wrong alignment on FEnemyEvadeData"); \ static_assert(sizeof(FEnemyEvadeData) == 0x000030, "Wrong size on FEnemyEvadeData"); \ static_assert(offsetof(FEnemyEvadeData, EvadeType) == 0x000000, "Member 'FEnemyEvadeData::EvadeType' has a wrong offset!"); \ static_assert(offsetof(FEnemyEvadeData, EvadeAbilityPtr) == 0x000008, "Member 'FEnemyEvadeData::EvadeAbilityPtr' has a wrong offset!"); \ static_assert(offsetof(FEnemyEvadeData, InteractionArchitectAssetPtr) == 0x000010, "Member 'FEnemyEvadeData::InteractionArchitectAssetPtr' has a wrong offset!"); \ static_assert(offsetof(FEnemyEvadeData, EvadeChance) == 0x000018, "Member 'FEnemyEvadeData::EvadeChance' has a wrong offset!"); \ static_assert(offsetof(FEnemyEvadeData, EvadeSuccessCooldown) == 0x00001C, "Member 'FEnemyEvadeData::EvadeSuccessCooldown' has a wrong offset!"); \ static_assert(offsetof(FEnemyEvadeData, EvadeFailedCooldown) == 0x000020, "Member 'FEnemyEvadeData::EvadeFailedCooldown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemyGameEventData \ static_assert(alignof(FEnemyGameEventData) == 0x000008, "Wrong alignment on FEnemyGameEventData"); \ static_assert(sizeof(FEnemyGameEventData) == 0x000038, "Wrong size on FEnemyGameEventData"); \ static_assert(offsetof(FEnemyGameEventData, GameEventTag) == 0x000000, "Member 'FEnemyGameEventData::GameEventTag' has a wrong offset!"); \ static_assert(offsetof(FEnemyGameEventData, TargetAbilityPtr) == 0x000008, "Member 'FEnemyGameEventData::TargetAbilityPtr' has a wrong offset!"); \ static_assert(offsetof(FEnemyGameEventData, TargetTurnState) == 0x000010, "Member 'FEnemyGameEventData::TargetTurnState' has a wrong offset!"); \ static_assert(offsetof(FEnemyGameEventData, TargetIAAssetPtr) == 0x000018, "Member 'FEnemyGameEventData::TargetIAAssetPtr' has a wrong offset!"); \ static_assert(offsetof(FEnemyGameEventData, ObserverAbilityPtr) == 0x000020, "Member 'FEnemyGameEventData::ObserverAbilityPtr' has a wrong offset!"); \ static_assert(offsetof(FEnemyGameEventData, ObserverTurnState) == 0x000028, "Member 'FEnemyGameEventData::ObserverTurnState' has a wrong offset!"); \ static_assert(offsetof(FEnemyGameEventData, ObserverIAAssetPtr) == 0x000030, "Member 'FEnemyGameEventData::ObserverIAAssetPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWandLinkStage \ static_assert(alignof(FWandLinkStage) == 0x000008, "Wrong alignment on FWandLinkStage"); \ static_assert(sizeof(FWandLinkStage) == 0x000008, "Wrong size on FWandLinkStage"); \ static_assert(offsetof(FWandLinkStage, WandLinkUIMiniGame) == 0x000000, "Member 'FWandLinkStage::WandLinkUIMiniGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_AlertPointOfInterestData \ static_assert(alignof(FEnemy_AlertPointOfInterestData) == 0x000004, "Wrong alignment on FEnemy_AlertPointOfInterestData"); \ static_assert(sizeof(FEnemy_AlertPointOfInterestData) == 0x000030, "Wrong size on FEnemy_AlertPointOfInterestData"); \ #define DUMPER7_ASSERTS_FEnemy_Attacked \ static_assert(alignof(FEnemy_Attacked) == 0x000004, "Wrong alignment on FEnemy_Attacked"); \ static_assert(sizeof(FEnemy_Attacked) == 0x00000C, "Wrong size on FEnemy_Attacked"); \ #define DUMPER7_ASSERTS_FGroundSwarmerInitialState \ static_assert(alignof(FGroundSwarmerInitialState) == 0x000010, "Wrong alignment on FGroundSwarmerInitialState"); \ static_assert(sizeof(FGroundSwarmerInitialState) == 0x000030, "Wrong size on FGroundSwarmerInitialState"); \ static_assert(offsetof(FGroundSwarmerInitialState, Rotation) == 0x000000, "Member 'FGroundSwarmerInitialState::Rotation' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmerInitialState, Position) == 0x000010, "Member 'FGroundSwarmerInitialState::Position' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmerInitialState, Velocity) == 0x00001C, "Member 'FGroundSwarmerInitialState::Velocity' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmerInitialState, Scale) == 0x000028, "Member 'FGroundSwarmerInitialState::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_AttackedBy \ static_assert(alignof(FEnemy_AttackedBy) == 0x000004, "Wrong alignment on FEnemy_AttackedBy"); \ static_assert(sizeof(FEnemy_AttackedBy) == 0x00000C, "Wrong size on FEnemy_AttackedBy"); \ #define DUMPER7_ASSERTS_FEnemy_MobilityMovementData \ static_assert(alignof(FEnemy_MobilityMovementData) == 0x000004, "Wrong alignment on FEnemy_MobilityMovementData"); \ static_assert(sizeof(FEnemy_MobilityMovementData) == 0x00000C, "Wrong size on FEnemy_MobilityMovementData"); \ static_assert(offsetof(FEnemy_MobilityMovementData, bUseAcceleration) == 0x000000, "Member 'FEnemy_MobilityMovementData::bUseAcceleration' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MobilityMovementData, bOrientToMovement) == 0x000001, "Member 'FEnemy_MobilityMovementData::bOrientToMovement' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MobilityMovementData, bRestoreTurnRate) == 0x000002, "Member 'FEnemy_MobilityMovementData::bRestoreTurnRate' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MobilityMovementData, TurnRate) == 0x000004, "Member 'FEnemy_MobilityMovementData::TurnRate' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MobilityMovementData, bResetDirection) == 0x000008, "Member 'FEnemy_MobilityMovementData::bResetDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_MobilityData \ static_assert(alignof(FEnemy_MobilityData) == 0x000008, "Wrong alignment on FEnemy_MobilityData"); \ static_assert(sizeof(FEnemy_MobilityData) == 0x000040, "Wrong size on FEnemy_MobilityData"); \ static_assert(offsetof(FEnemy_MobilityData, SpeedMin) == 0x000000, "Member 'FEnemy_MobilityData::SpeedMin' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MobilityData, SpeedMax) == 0x000004, "Member 'FEnemy_MobilityData::SpeedMax' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MobilityData, MoveDistThreshold) == 0x000008, "Member 'FEnemy_MobilityData::MoveDistThreshold' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MobilityData, Movement) == 0x00000C, "Member 'FEnemy_MobilityData::Movement' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MobilityData, MobilityModeState) == 0x000018, "Member 'FEnemy_MobilityData::MobilityModeState' has a wrong offset!"); \ static_assert(offsetof(FEnemy_MobilityData, AbilityData) == 0x000020, "Member 'FEnemy_MobilityData::AbilityData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_DistanceMobilityData \ static_assert(alignof(FEnemy_DistanceMobilityData) == 0x000008, "Wrong alignment on FEnemy_DistanceMobilityData"); \ static_assert(sizeof(FEnemy_DistanceMobilityData) == 0x000048, "Wrong size on FEnemy_DistanceMobilityData"); \ static_assert(offsetof(FEnemy_DistanceMobilityData, DistanceMin) == 0x000040, "Member 'FEnemy_DistanceMobilityData::DistanceMin' has a wrong offset!"); \ static_assert(offsetof(FEnemy_DistanceMobilityData, DistanceMax) == 0x000044, "Member 'FEnemy_DistanceMobilityData::DistanceMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_AttackedMunitionData \ static_assert(alignof(FEnemy_AttackedMunitionData) == 0x000001, "Wrong alignment on FEnemy_AttackedMunitionData"); \ static_assert(sizeof(FEnemy_AttackedMunitionData) == 0x000002, "Wrong size on FEnemy_AttackedMunitionData"); \ #define DUMPER7_ASSERTS_FEnemyAwarenessAmendInfo \ static_assert(alignof(FEnemyAwarenessAmendInfo) == 0x000004, "Wrong alignment on FEnemyAwarenessAmendInfo"); \ static_assert(sizeof(FEnemyAwarenessAmendInfo) == 0x000008, "Wrong size on FEnemyAwarenessAmendInfo"); \ static_assert(offsetof(FEnemyAwarenessAmendInfo, AwareState) == 0x000000, "Member 'FEnemyAwarenessAmendInfo::AwareState' has a wrong offset!"); \ static_assert(offsetof(FEnemyAwarenessAmendInfo, DistFromPlayer) == 0x000004, "Member 'FEnemyAwarenessAmendInfo::DistFromPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlayerTargetAwareStateData \ static_assert(alignof(FPlayerTargetAwareStateData) == 0x000001, "Wrong alignment on FPlayerTargetAwareStateData"); \ static_assert(sizeof(FPlayerTargetAwareStateData) == 0x000003, "Wrong size on FPlayerTargetAwareStateData"); \ #define DUMPER7_ASSERTS_FSeedInfo \ static_assert(alignof(FSeedInfo) == 0x000004, "Wrong alignment on FSeedInfo"); \ static_assert(sizeof(FSeedInfo) == 0x000030, "Wrong size on FSeedInfo"); \ static_assert(offsetof(FSeedInfo, PlantID) == 0x000000, "Member 'FSeedInfo::PlantID' has a wrong offset!"); \ static_assert(offsetof(FSeedInfo, Seed_ItemID) == 0x000008, "Member 'FSeedInfo::Seed_ItemID' has a wrong offset!"); \ static_assert(offsetof(FSeedInfo, LockId) == 0x000010, "Member 'FSeedInfo::LockId' has a wrong offset!"); \ static_assert(offsetof(FSeedInfo, bUnlocked) == 0x000018, "Member 'FSeedInfo::bUnlocked' has a wrong offset!"); \ static_assert(offsetof(FSeedInfo, PlotSize) == 0x00001C, "Member 'FSeedInfo::PlotSize' has a wrong offset!"); \ static_assert(offsetof(FSeedInfo, bIsMultiHarvestable) == 0x000024, "Member 'FSeedInfo::bIsMultiHarvestable' has a wrong offset!"); \ static_assert(offsetof(FSeedInfo, GrowthTimeSec) == 0x000028, "Member 'FSeedInfo::GrowthTimeSec' has a wrong offset!"); \ static_assert(offsetof(FSeedInfo, SortingIndex) == 0x00002C, "Member 'FSeedInfo::SortingIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_AttackThreatData \ static_assert(alignof(FEnemy_AttackThreatData) == 0x000008, "Wrong alignment on FEnemy_AttackThreatData"); \ static_assert(sizeof(FEnemy_AttackThreatData) == 0x000058, "Wrong size on FEnemy_AttackThreatData"); \ #define DUMPER7_ASSERTS_FProceduralGeometry \ static_assert(alignof(FProceduralGeometry) == 0x000008, "Wrong alignment on FProceduralGeometry"); \ static_assert(sizeof(FProceduralGeometry) == 0x000068, "Wrong size on FProceduralGeometry"); \ #define DUMPER7_ASSERTS_FEnemy_RetaliateData \ static_assert(alignof(FEnemy_RetaliateData) == 0x000004, "Wrong alignment on FEnemy_RetaliateData"); \ static_assert(sizeof(FEnemy_RetaliateData) == 0x000008, "Wrong size on FEnemy_RetaliateData"); \ #define DUMPER7_ASSERTS_FEnemy_Alert \ static_assert(alignof(FEnemy_Alert) == 0x000008, "Wrong alignment on FEnemy_Alert"); \ static_assert(sizeof(FEnemy_Alert) == 0x000060, "Wrong size on FEnemy_Alert"); \ static_assert(offsetof(FEnemy_Alert, Data) == 0x000000, "Member 'FEnemy_Alert::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_Taunt \ static_assert(alignof(FEnemy_Taunt) == 0x000008, "Wrong alignment on FEnemy_Taunt"); \ static_assert(sizeof(FEnemy_Taunt) == 0x000060, "Wrong size on FEnemy_Taunt"); \ static_assert(offsetof(FEnemy_Taunt, Data) == 0x000000, "Member 'FEnemy_Taunt::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_Shuffle \ static_assert(alignof(FEnemy_Shuffle) == 0x000008, "Wrong alignment on FEnemy_Shuffle"); \ static_assert(sizeof(FEnemy_Shuffle) == 0x000068, "Wrong size on FEnemy_Shuffle"); \ static_assert(offsetof(FEnemy_Shuffle, SupportedDirections) == 0x000000, "Member 'FEnemy_Shuffle::SupportedDirections' has a wrong offset!"); \ static_assert(offsetof(FEnemy_Shuffle, Data) == 0x000008, "Member 'FEnemy_Shuffle::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlockingParameters \ static_assert(alignof(FFlockingParameters) == 0x000004, "Wrong alignment on FFlockingParameters"); \ static_assert(sizeof(FFlockingParameters) == 0x000068, "Wrong size on FFlockingParameters"); \ static_assert(offsetof(FFlockingParameters, Follow) == 0x000000, "Member 'FFlockingParameters::Follow' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, FollowLag) == 0x000004, "Member 'FFlockingParameters::FollowLag' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, AwayDamping) == 0x000008, "Member 'FFlockingParameters::AwayDamping' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, MinFollowDistance) == 0x00000C, "Member 'FFlockingParameters::MinFollowDistance' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, MaxFollowDistance) == 0x000010, "Member 'FFlockingParameters::MaxFollowDistance' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, bEnforceMaxFollowDistance) == 0x000014, "Member 'FFlockingParameters::bEnforceMaxFollowDistance' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, Separation) == 0x000018, "Member 'FFlockingParameters::Separation' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, SeparationDistance) == 0x00001C, "Member 'FFlockingParameters::SeparationDistance' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, Clusters) == 0x000020, "Member 'FFlockingParameters::Clusters' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, Alignment) == 0x000024, "Member 'FFlockingParameters::Alignment' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, Cohesion) == 0x000028, "Member 'FFlockingParameters::Cohesion' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, bEnforceMaxSpeed) == 0x00002C, "Member 'FFlockingParameters::bEnforceMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, MaxSpeed) == 0x000030, "Member 'FFlockingParameters::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, VelocityDamping) == 0x000034, "Member 'FFlockingParameters::VelocityDamping' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, AlignSettings) == 0x000038, "Member 'FFlockingParameters::AlignSettings' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, bAlign) == 0x000048, "Member 'FFlockingParameters::bAlign' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, LocalSpace) == 0x00004C, "Member 'FFlockingParameters::LocalSpace' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, bUseDynamicLeader) == 0x000050, "Member 'FFlockingParameters::bUseDynamicLeader' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, SwitchDynamicLeaderTimeMin) == 0x000054, "Member 'FFlockingParameters::SwitchDynamicLeaderTimeMin' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, SwitchDynamicLeaderTimeMax) == 0x000058, "Member 'FFlockingParameters::SwitchDynamicLeaderTimeMax' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, StrengthMod) == 0x00005C, "Member 'FFlockingParameters::StrengthMod' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, NumericMaxBounds) == 0x000060, "Member 'FFlockingParameters::NumericMaxBounds' has a wrong offset!"); \ static_assert(offsetof(FFlockingParameters, NumericSpeedLimit) == 0x000064, "Member 'FFlockingParameters::NumericSpeedLimit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmingTargetTracker \ static_assert(alignof(FGroundSwarmingTargetTracker) == 0x000008, "Wrong alignment on FGroundSwarmingTargetTracker"); \ static_assert(sizeof(FGroundSwarmingTargetTracker) == 0x000018, "Wrong size on FGroundSwarmingTargetTracker"); \ static_assert(offsetof(FGroundSwarmingTargetTracker, Target) == 0x000000, "Member 'FGroundSwarmingTargetTracker::Target' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingTargetTracker, Hits) == 0x000008, "Member 'FGroundSwarmingTargetTracker::Hits' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingTargetTracker, ThresholdMetDelayTimer) == 0x00000C, "Member 'FGroundSwarmingTargetTracker::ThresholdMetDelayTimer' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingTargetTracker, bSignalledThresholdResult) == 0x000010, "Member 'FGroundSwarmingTargetTracker::bSignalledThresholdResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_NextMoveWait \ static_assert(alignof(FEnemy_NextMoveWait) == 0x000004, "Wrong alignment on FEnemy_NextMoveWait"); \ static_assert(sizeof(FEnemy_NextMoveWait) == 0x000008, "Wrong size on FEnemy_NextMoveWait"); \ static_assert(offsetof(FEnemy_NextMoveWait, State) == 0x000000, "Member 'FEnemy_NextMoveWait::State' has a wrong offset!"); \ static_assert(offsetof(FEnemy_NextMoveWait, Time) == 0x000004, "Member 'FEnemy_NextMoveWait::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_NextDecisionWait \ static_assert(alignof(FEnemy_NextDecisionWait) == 0x000004, "Wrong alignment on FEnemy_NextDecisionWait"); \ static_assert(sizeof(FEnemy_NextDecisionWait) == 0x000008, "Wrong size on FEnemy_NextDecisionWait"); \ static_assert(offsetof(FEnemy_NextDecisionWait, State) == 0x000000, "Member 'FEnemy_NextDecisionWait::State' has a wrong offset!"); \ static_assert(offsetof(FEnemy_NextDecisionWait, Time) == 0x000004, "Member 'FEnemy_NextDecisionWait::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemyAIChosenAttackData \ static_assert(alignof(FEnemyAIChosenAttackData) == 0x000008, "Wrong alignment on FEnemyAIChosenAttackData"); \ static_assert(sizeof(FEnemyAIChosenAttackData) == 0x000078, "Wrong size on FEnemyAIChosenAttackData"); \ #define DUMPER7_ASSERTS_FFlockingParametersAdjustable \ static_assert(alignof(FFlockingParametersAdjustable) == 0x000004, "Wrong alignment on FFlockingParametersAdjustable"); \ static_assert(sizeof(FFlockingParametersAdjustable) == 0x00005C, "Wrong size on FFlockingParametersAdjustable"); \ static_assert(offsetof(FFlockingParametersAdjustable, Follow) == 0x000000, "Member 'FFlockingParametersAdjustable::Follow' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, FollowLag) == 0x000004, "Member 'FFlockingParametersAdjustable::FollowLag' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, AwayDamping) == 0x000008, "Member 'FFlockingParametersAdjustable::AwayDamping' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, MinFollowDistance) == 0x00000C, "Member 'FFlockingParametersAdjustable::MinFollowDistance' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, MaxFollowDistance) == 0x000010, "Member 'FFlockingParametersAdjustable::MaxFollowDistance' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, bEnforceMaxFollowDistance) == 0x000014, "Member 'FFlockingParametersAdjustable::bEnforceMaxFollowDistance' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, Separation) == 0x000018, "Member 'FFlockingParametersAdjustable::Separation' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, SeparationDistance) == 0x00001C, "Member 'FFlockingParametersAdjustable::SeparationDistance' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, Alignment) == 0x000020, "Member 'FFlockingParametersAdjustable::Alignment' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, Cohesion) == 0x000024, "Member 'FFlockingParametersAdjustable::Cohesion' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, bEnforceMaxSpeed) == 0x000028, "Member 'FFlockingParametersAdjustable::bEnforceMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, MaxSpeed) == 0x00002C, "Member 'FFlockingParametersAdjustable::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, VelocityDamping) == 0x000030, "Member 'FFlockingParametersAdjustable::VelocityDamping' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, AlignSettings) == 0x000034, "Member 'FFlockingParametersAdjustable::AlignSettings' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, bAlign) == 0x000044, "Member 'FFlockingParametersAdjustable::bAlign' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, LocalSpace) == 0x000048, "Member 'FFlockingParametersAdjustable::LocalSpace' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, bUseDynamicLeader) == 0x00004C, "Member 'FFlockingParametersAdjustable::bUseDynamicLeader' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, SwitchDynamicLeaderTimeMin) == 0x000050, "Member 'FFlockingParametersAdjustable::SwitchDynamicLeaderTimeMin' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, SwitchDynamicLeaderTimeMax) == 0x000054, "Member 'FFlockingParametersAdjustable::SwitchDynamicLeaderTimeMax' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustable, StrengthMod) == 0x000058, "Member 'FFlockingParametersAdjustable::StrengthMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlockingParametersAdjustableBlend \ static_assert(alignof(FFlockingParametersAdjustableBlend) == 0x000004, "Wrong alignment on FFlockingParametersAdjustableBlend"); \ static_assert(sizeof(FFlockingParametersAdjustableBlend) == 0x0000C0, "Wrong size on FFlockingParametersAdjustableBlend"); \ static_assert(offsetof(FFlockingParametersAdjustableBlend, Start) == 0x000000, "Member 'FFlockingParametersAdjustableBlend::Start' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustableBlend, End) == 0x00005C, "Member 'FFlockingParametersAdjustableBlend::End' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustableBlend, BlendTimeSeconds) == 0x0000B8, "Member 'FFlockingParametersAdjustableBlend::BlendTimeSeconds' has a wrong offset!"); \ static_assert(offsetof(FFlockingParametersAdjustableBlend, Age) == 0x0000BC, "Member 'FFlockingParametersAdjustableBlend::Age' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_AttackRangeData \ static_assert(alignof(FEnemy_AttackRangeData) == 0x000004, "Wrong alignment on FEnemy_AttackRangeData"); \ static_assert(sizeof(FEnemy_AttackRangeData) == 0x00000C, "Wrong size on FEnemy_AttackRangeData"); \ static_assert(offsetof(FEnemy_AttackRangeData, RangeMin) == 0x000000, "Member 'FEnemy_AttackRangeData::RangeMin' has a wrong offset!"); \ static_assert(offsetof(FEnemy_AttackRangeData, RangeMax) == 0x000004, "Member 'FEnemy_AttackRangeData::RangeMax' has a wrong offset!"); \ static_assert(offsetof(FEnemy_AttackRangeData, RangeProbability) == 0x000008, "Member 'FEnemy_AttackRangeData::RangeProbability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_ApparateToData \ static_assert(alignof(FEnemy_ApparateToData) == 0x000008, "Wrong alignment on FEnemy_ApparateToData"); \ static_assert(sizeof(FEnemy_ApparateToData) == 0x000028, "Wrong size on FEnemy_ApparateToData"); \ static_assert(offsetof(FEnemy_ApparateToData, ApparateAbilityPtr) == 0x000008, "Member 'FEnemy_ApparateToData::ApparateAbilityPtr' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateToData, ApparateMode) == 0x000010, "Member 'FEnemy_ApparateToData::ApparateMode' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateToData, RangeMin) == 0x000014, "Member 'FEnemy_ApparateToData::RangeMin' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateToData, RangeMax) == 0x000018, "Member 'FEnemy_ApparateToData::RangeMax' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateToData, DistTolerance) == 0x00001C, "Member 'FEnemy_ApparateToData::DistTolerance' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateToData, TravelSpeed) == 0x000020, "Member 'FEnemy_ApparateToData::TravelSpeed' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ApparateToData, OffsetZDist) == 0x000024, "Member 'FEnemy_ApparateToData::OffsetZDist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_RunToData \ static_assert(alignof(FEnemy_RunToData) == 0x000008, "Wrong alignment on FEnemy_RunToData"); \ static_assert(sizeof(FEnemy_RunToData) == 0x000048, "Wrong size on FEnemy_RunToData"); \ static_assert(offsetof(FEnemy_RunToData, RunToRangeMin) == 0x000004, "Member 'FEnemy_RunToData::RunToRangeMin' has a wrong offset!"); \ static_assert(offsetof(FEnemy_RunToData, RunToRangeMax) == 0x000008, "Member 'FEnemy_RunToData::RunToRangeMax' has a wrong offset!"); \ static_assert(offsetof(FEnemy_RunToData, RunMinDist) == 0x00000C, "Member 'FEnemy_RunToData::RunMinDist' has a wrong offset!"); \ static_assert(offsetof(FEnemy_RunToData, DistTolerance) == 0x000010, "Member 'FEnemy_RunToData::DistTolerance' has a wrong offset!"); \ static_assert(offsetof(FEnemy_RunToData, Timeout) == 0x000014, "Member 'FEnemy_RunToData::Timeout' has a wrong offset!"); \ static_assert(offsetof(FEnemy_RunToData, AbortDist) == 0x000018, "Member 'FEnemy_RunToData::AbortDist' has a wrong offset!"); \ static_assert(offsetof(FEnemy_RunToData, PreMoveStartAbility) == 0x000020, "Member 'FEnemy_RunToData::PreMoveStartAbility' has a wrong offset!"); \ static_assert(offsetof(FEnemy_RunToData, MobilityData) == 0x000028, "Member 'FEnemy_RunToData::MobilityData' has a wrong offset!"); \ static_assert(offsetof(FEnemy_RunToData, ParryRunToType) == 0x000038, "Member 'FEnemy_RunToData::ParryRunToType' has a wrong offset!"); \ static_assert(offsetof(FEnemy_RunToData, ParryRunToSpeedEstimate) == 0x00003C, "Member 'FEnemy_RunToData::ParryRunToSpeedEstimate' has a wrong offset!"); \ static_assert(offsetof(FEnemy_RunToData, ParryRunToUseVelocityInAttackTimeOfImpact) == 0x000040, "Member 'FEnemy_RunToData::ParryRunToUseVelocityInAttackTimeOfImpact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInfirmaryStudentStatus \ static_assert(alignof(FInfirmaryStudentStatus) == 0x000008, "Wrong alignment on FInfirmaryStudentStatus"); \ static_assert(sizeof(FInfirmaryStudentStatus) == 0x000018, "Wrong size on FInfirmaryStudentStatus"); \ #define DUMPER7_ASSERTS_FSpawnActorData \ static_assert(alignof(FSpawnActorData) == 0x000010, "Wrong alignment on FSpawnActorData"); \ static_assert(sizeof(FSpawnActorData) == 0x000050, "Wrong size on FSpawnActorData"); \ #define DUMPER7_ASSERTS_FGroundSwarmingCurlNoiseForce \ static_assert(alignof(FGroundSwarmingCurlNoiseForce) == 0x000004, "Wrong alignment on FGroundSwarmingCurlNoiseForce"); \ static_assert(sizeof(FGroundSwarmingCurlNoiseForce) == 0x000010, "Wrong size on FGroundSwarmingCurlNoiseForce"); \ static_assert(offsetof(FGroundSwarmingCurlNoiseForce, Force) == 0x000000, "Member 'FGroundSwarmingCurlNoiseForce::Force' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmingCurlNoiseForce, Timeout) == 0x00000C, "Member 'FGroundSwarmingCurlNoiseForce::Timeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVegetationInteractionCameraFade \ static_assert(alignof(FVegetationInteractionCameraFade) == 0x000008, "Wrong alignment on FVegetationInteractionCameraFade"); \ static_assert(sizeof(FVegetationInteractionCameraFade) == 0x000038, "Wrong size on FVegetationInteractionCameraFade"); \ static_assert(offsetof(FVegetationInteractionCameraFade, CapsuleInnerRadiusAtCamera) == 0x000008, "Member 'FVegetationInteractionCameraFade::CapsuleInnerRadiusAtCamera' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionCameraFade, CapsuleOuterRadiusAtCamera) == 0x00000C, "Member 'FVegetationInteractionCameraFade::CapsuleOuterRadiusAtCamera' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionCameraFade, CapsuleInnerRadiusAtTarget) == 0x000010, "Member 'FVegetationInteractionCameraFade::CapsuleInnerRadiusAtTarget' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionCameraFade, CapsuleOuterRadiusAtTarget) == 0x000014, "Member 'FVegetationInteractionCameraFade::CapsuleOuterRadiusAtTarget' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionCameraFade, FadeFalloffPower) == 0x000018, "Member 'FVegetationInteractionCameraFade::FadeFalloffPower' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionCameraFade, AspectRatio) == 0x00001C, "Member 'FVegetationInteractionCameraFade::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionCameraFade, Strength) == 0x000020, "Member 'FVegetationInteractionCameraFade::Strength' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionCameraFade, MinimumVegetationHeight) == 0x000024, "Member 'FVegetationInteractionCameraFade::MinimumVegetationHeight' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionCameraFade, PlayerZOffset) == 0x000028, "Member 'FVegetationInteractionCameraFade::PlayerZOffset' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionCameraFade, TargetZOffset) == 0x00002C, "Member 'FVegetationInteractionCameraFade::TargetZOffset' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionCameraFade, TargetRelativeDistanceMeters) == 0x000030, "Member 'FVegetationInteractionCameraFade::TargetRelativeDistanceMeters' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionCameraFade, PlayerTargetLerp) == 0x000034, "Member 'FVegetationInteractionCameraFade::PlayerTargetLerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_FlourishData \ static_assert(alignof(FEnemy_FlourishData) == 0x000008, "Wrong alignment on FEnemy_FlourishData"); \ static_assert(sizeof(FEnemy_FlourishData) == 0x000030, "Wrong size on FEnemy_FlourishData"); \ static_assert(offsetof(FEnemy_FlourishData, TagContainer) == 0x000008, "Member 'FEnemy_FlourishData::TagContainer' has a wrong offset!"); \ static_assert(offsetof(FEnemy_FlourishData, MinDistToTarget) == 0x000028, "Member 'FEnemy_FlourishData::MinDistToTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_EnemyIDParams \ static_assert(alignof(FEnemy_EnemyIDParams) == 0x000008, "Wrong alignment on FEnemy_EnemyIDParams"); \ static_assert(sizeof(FEnemy_EnemyIDParams) == 0x000190, "Wrong size on FEnemy_EnemyIDParams"); \ #define DUMPER7_ASSERTS_FEnemy_InteractionParams \ static_assert(alignof(FEnemy_InteractionParams) == 0x000004, "Wrong alignment on FEnemy_InteractionParams"); \ static_assert(sizeof(FEnemy_InteractionParams) == 0x000008, "Wrong size on FEnemy_InteractionParams"); \ #define DUMPER7_ASSERTS_FEnemy_DamageParams \ static_assert(alignof(FEnemy_DamageParams) == 0x000008, "Wrong alignment on FEnemy_DamageParams"); \ static_assert(sizeof(FEnemy_DamageParams) == 0x000018, "Wrong size on FEnemy_DamageParams"); \ #define DUMPER7_ASSERTS_FEnemy_AggressivenessParams \ static_assert(alignof(FEnemy_AggressivenessParams) == 0x000008, "Wrong alignment on FEnemy_AggressivenessParams"); \ static_assert(sizeof(FEnemy_AggressivenessParams) == 0x000058, "Wrong size on FEnemy_AggressivenessParams"); \ #define DUMPER7_ASSERTS_FEnemy_AgilityParams \ static_assert(alignof(FEnemy_AgilityParams) == 0x000008, "Wrong alignment on FEnemy_AgilityParams"); \ static_assert(sizeof(FEnemy_AgilityParams) == 0x000038, "Wrong size on FEnemy_AgilityParams"); \ #define DUMPER7_ASSERTS_FEnemy_AttackParams \ static_assert(alignof(FEnemy_AttackParams) == 0x000008, "Wrong alignment on FEnemy_AttackParams"); \ static_assert(sizeof(FEnemy_AttackParams) == 0x000018, "Wrong size on FEnemy_AttackParams"); \ #define DUMPER7_ASSERTS_FEnemy_AttackIDData \ static_assert(alignof(FEnemy_AttackIDData) == 0x000008, "Wrong alignment on FEnemy_AttackIDData"); \ static_assert(sizeof(FEnemy_AttackIDData) == 0x000090, "Wrong size on FEnemy_AttackIDData"); \ static_assert(offsetof(FEnemy_AttackIDData, Level) == 0x000000, "Member 'FEnemy_AttackIDData::Level' has a wrong offset!"); \ static_assert(offsetof(FEnemy_AttackIDData, EnemyDatabaseIDs) == 0x000008, "Member 'FEnemy_AttackIDData::EnemyDatabaseIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemyAIAttackDistTableDataContainer \ static_assert(alignof(FEnemyAIAttackDistTableDataContainer) == 0x000008, "Wrong alignment on FEnemyAIAttackDistTableDataContainer"); \ static_assert(sizeof(FEnemyAIAttackDistTableDataContainer) == 0x000030, "Wrong size on FEnemyAIAttackDistTableDataContainer"); \ static_assert(offsetof(FEnemyAIAttackDistTableDataContainer, State) == 0x000000, "Member 'FEnemyAIAttackDistTableDataContainer::State' has a wrong offset!"); \ static_assert(offsetof(FEnemyAIAttackDistTableDataContainer, Data) == 0x000008, "Member 'FEnemyAIAttackDistTableDataContainer::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_TauntWeaponData \ static_assert(alignof(FEnemy_TauntWeaponData) == 0x000008, "Wrong alignment on FEnemy_TauntWeaponData"); \ static_assert(sizeof(FEnemy_TauntWeaponData) == 0x000020, "Wrong size on FEnemy_TauntWeaponData"); \ static_assert(offsetof(FEnemy_TauntWeaponData, RequiredWeaponList) == 0x000000, "Member 'FEnemy_TauntWeaponData::RequiredWeaponList' has a wrong offset!"); \ static_assert(offsetof(FEnemy_TauntWeaponData, RequiredShieldList) == 0x000010, "Member 'FEnemy_TauntWeaponData::RequiredShieldList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpawnStoredWeaponStr \ static_assert(alignof(FSpawnStoredWeaponStr) == 0x000008, "Wrong alignment on FSpawnStoredWeaponStr"); \ static_assert(sizeof(FSpawnStoredWeaponStr) == 0x000010, "Wrong size on FSpawnStoredWeaponStr"); \ static_assert(offsetof(FSpawnStoredWeaponStr, weaponClassType) == 0x000000, "Member 'FSpawnStoredWeaponStr::weaponClassType' has a wrong offset!"); \ static_assert(offsetof(FSpawnStoredWeaponStr, bForceSpawn) == 0x000008, "Member 'FSpawnStoredWeaponStr::bForceSpawn' has a wrong offset!"); \ static_assert(offsetof(FSpawnStoredWeaponStr, bSkipSpawnStored) == 0x000009, "Member 'FSpawnStoredWeaponStr::bSkipSpawnStored' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_WeaponAttackData \ static_assert(alignof(FEnemy_WeaponAttackData) == 0x000008, "Wrong alignment on FEnemy_WeaponAttackData"); \ static_assert(sizeof(FEnemy_WeaponAttackData) == 0x000030, "Wrong size on FEnemy_WeaponAttackData"); \ static_assert(offsetof(FEnemy_WeaponAttackData, RequiredList) == 0x000000, "Member 'FEnemy_WeaponAttackData::RequiredList' has a wrong offset!"); \ static_assert(offsetof(FEnemy_WeaponAttackData, TransientWeapon) == 0x000010, "Member 'FEnemy_WeaponAttackData::TransientWeapon' has a wrong offset!"); \ static_assert(offsetof(FEnemy_WeaponAttackData, TransientWeaponSocket) == 0x000018, "Member 'FEnemy_WeaponAttackData::TransientWeaponSocket' has a wrong offset!"); \ static_assert(offsetof(FEnemy_WeaponAttackData, EquipedSelectScale) == 0x000020, "Member 'FEnemy_WeaponAttackData::EquipedSelectScale' has a wrong offset!"); \ static_assert(offsetof(FEnemy_WeaponAttackData, StoredSelectScale) == 0x000024, "Member 'FEnemy_WeaponAttackData::StoredSelectScale' has a wrong offset!"); \ static_assert(offsetof(FEnemy_WeaponAttackData, SeekSelectScale) == 0x000028, "Member 'FEnemy_WeaponAttackData::SeekSelectScale' has a wrong offset!"); \ static_assert(offsetof(FEnemy_WeaponAttackData, bDeferredEquip) == 0x00002C, "Member 'FEnemy_WeaponAttackData::bDeferredEquip' has a wrong offset!"); \ static_assert(offsetof(FEnemy_WeaponAttackData, bDoNotUseWeaponForAttack) == 0x00002D, "Member 'FEnemy_WeaponAttackData::bDoNotUseWeaponForAttack' has a wrong offset!"); \ static_assert(offsetof(FEnemy_WeaponAttackData, bDestroyTransientWeaponOnDeactivate) == 0x00002E, "Member 'FEnemy_WeaponAttackData::bDestroyTransientWeaponOnDeactivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_ParryData \ static_assert(alignof(FEnemy_ParryData) == 0x000008, "Wrong alignment on FEnemy_ParryData"); \ static_assert(sizeof(FEnemy_ParryData) == 0x0000C0, "Wrong size on FEnemy_ParryData"); \ #define DUMPER7_ASSERTS_FEnemy_ParriedWindowData \ static_assert(alignof(FEnemy_ParriedWindowData) == 0x000004, "Wrong alignment on FEnemy_ParriedWindowData"); \ static_assert(sizeof(FEnemy_ParriedWindowData) == 0x000034, "Wrong size on FEnemy_ParriedWindowData"); \ #define DUMPER7_ASSERTS_FEnemy_ParryReleaseStartEventData \ static_assert(alignof(FEnemy_ParryReleaseStartEventData) == 0x000004, "Wrong alignment on FEnemy_ParryReleaseStartEventData"); \ static_assert(sizeof(FEnemy_ParryReleaseStartEventData) == 0x000008, "Wrong size on FEnemy_ParryReleaseStartEventData"); \ static_assert(offsetof(FEnemy_ParryReleaseStartEventData, WindowID) == 0x000000, "Member 'FEnemy_ParryReleaseStartEventData::WindowID' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryReleaseStartEventData, TimeToImpact) == 0x000004, "Member 'FEnemy_ParryReleaseStartEventData::TimeToImpact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_ParryWindowGetTimeToImpactData \ static_assert(alignof(FEnemy_ParryWindowGetTimeToImpactData) == 0x000004, "Wrong alignment on FEnemy_ParryWindowGetTimeToImpactData"); \ static_assert(sizeof(FEnemy_ParryWindowGetTimeToImpactData) == 0x000020, "Wrong size on FEnemy_ParryWindowGetTimeToImpactData"); \ #define DUMPER7_ASSERTS_FExplodingSkeletonPieceTracker \ static_assert(alignof(FExplodingSkeletonPieceTracker) == 0x000008, "Wrong alignment on FExplodingSkeletonPieceTracker"); \ static_assert(sizeof(FExplodingSkeletonPieceTracker) == 0x000070, "Wrong size on FExplodingSkeletonPieceTracker"); \ static_assert(offsetof(FExplodingSkeletonPieceTracker, Piece) == 0x000000, "Member 'FExplodingSkeletonPieceTracker::Piece' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonPieceTracker, FX) == 0x000008, "Member 'FExplodingSkeletonPieceTracker::FX' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonPieceTracker, FadeFX) == 0x000020, "Member 'FExplodingSkeletonPieceTracker::FadeFX' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonPieceTracker, FXTracker) == 0x000038, "Member 'FExplodingSkeletonPieceTracker::FXTracker' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonPieceTracker, FadeFXTracker) == 0x000048, "Member 'FExplodingSkeletonPieceTracker::FadeFXTracker' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonPieceTracker, ActivationDelay) == 0x000058, "Member 'FExplodingSkeletonPieceTracker::ActivationDelay' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonPieceTracker, CollisionDelay) == 0x00005C, "Member 'FExplodingSkeletonPieceTracker::CollisionDelay' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonPieceTracker, Timeout) == 0x000060, "Member 'FExplodingSkeletonPieceTracker::Timeout' has a wrong offset!"); \ static_assert(offsetof(FExplodingSkeletonPieceTracker, FadeOut) == 0x000064, "Member 'FExplodingSkeletonPieceTracker::FadeOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTravelLocation \ static_assert(alignof(FTravelLocation) == 0x000008, "Wrong alignment on FTravelLocation"); \ static_assert(sizeof(FTravelLocation) == 0x000048, "Wrong size on FTravelLocation"); \ static_assert(offsetof(FTravelLocation, LocationID) == 0x000000, "Member 'FTravelLocation::LocationID' has a wrong offset!"); \ static_assert(offsetof(FTravelLocation, DropInLocaton) == 0x000010, "Member 'FTravelLocation::DropInLocaton' has a wrong offset!"); \ static_assert(offsetof(FTravelLocation, BeaconLocation) == 0x00001C, "Member 'FTravelLocation::BeaconLocation' has a wrong offset!"); \ static_assert(offsetof(FTravelLocation, DropInYaw) == 0x000028, "Member 'FTravelLocation::DropInYaw' has a wrong offset!"); \ static_assert(offsetof(FTravelLocation, WorldName) == 0x000030, "Member 'FTravelLocation::WorldName' has a wrong offset!"); \ static_assert(offsetof(FTravelLocation, bIsSaveLocation) == 0x000040, "Member 'FTravelLocation::bIsSaveLocation' has a wrong offset!"); \ static_assert(offsetof(FTravelLocation, bIsFloo) == 0x000041, "Member 'FTravelLocation::bIsFloo' has a wrong offset!"); \ static_assert(offsetof(FTravelLocation, bIsBuiltNightly) == 0x000042, "Member 'FTravelLocation::bIsBuiltNightly' has a wrong offset!"); \ static_assert(offsetof(FTravelLocation, bShowOnMap) == 0x000043, "Member 'FTravelLocation::bShowOnMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlockingFadeParameters \ static_assert(alignof(FFlockingFadeParameters) == 0x000004, "Wrong alignment on FFlockingFadeParameters"); \ static_assert(sizeof(FFlockingFadeParameters) == 0x000034, "Wrong size on FFlockingFadeParameters"); \ static_assert(offsetof(FFlockingFadeParameters, AutoStartFade) == 0x000000, "Member 'FFlockingFadeParameters::AutoStartFade' has a wrong offset!"); \ static_assert(offsetof(FFlockingFadeParameters, bAutoStartFade) == 0x000004, "Member 'FFlockingFadeParameters::bAutoStartFade' has a wrong offset!"); \ static_assert(offsetof(FFlockingFadeParameters, FadeEnable) == 0x000008, "Member 'FFlockingFadeParameters::FadeEnable' has a wrong offset!"); \ static_assert(offsetof(FFlockingFadeParameters, FadeDrawSphereCenter) == 0x000010, "Member 'FFlockingFadeParameters::FadeDrawSphereCenter' has a wrong offset!"); \ static_assert(offsetof(FFlockingFadeParameters, FadeDrawSphereRadius) == 0x000018, "Member 'FFlockingFadeParameters::FadeDrawSphereRadius' has a wrong offset!"); \ static_assert(offsetof(FFlockingFadeParameters, FadeDrawTransition) == 0x000020, "Member 'FFlockingFadeParameters::FadeDrawTransition' has a wrong offset!"); \ static_assert(offsetof(FFlockingFadeParameters, TransitionWidth) == 0x000028, "Member 'FFlockingFadeParameters::TransitionWidth' has a wrong offset!"); \ static_assert(offsetof(FFlockingFadeParameters, RadiusTimeConstant) == 0x00002C, "Member 'FFlockingFadeParameters::RadiusTimeConstant' has a wrong offset!"); \ static_assert(offsetof(FFlockingFadeParameters, bDynamicBounds) == 0x000030, "Member 'FFlockingFadeParameters::bDynamicBounds' has a wrong offset!"); \ static_assert(offsetof(FFlockingFadeParameters, bKillActorWhenDone) == 0x000031, "Member 'FFlockingFadeParameters::bKillActorWhenDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlockGenerationParameters \ static_assert(alignof(FFlockGenerationParameters) == 0x000010, "Wrong alignment on FFlockGenerationParameters"); \ static_assert(sizeof(FFlockGenerationParameters) == 0x000070, "Wrong size on FFlockGenerationParameters"); \ static_assert(offsetof(FFlockGenerationParameters, Members) == 0x000000, "Member 'FFlockGenerationParameters::Members' has a wrong offset!"); \ static_assert(offsetof(FFlockGenerationParameters, MemberMesh) == 0x000008, "Member 'FFlockGenerationParameters::MemberMesh' has a wrong offset!"); \ static_assert(offsetof(FFlockGenerationParameters, MemberSkeletalMesh) == 0x000010, "Member 'FFlockGenerationParameters::MemberSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(FFlockGenerationParameters, bSkeletalMesh) == 0x000018, "Member 'FFlockGenerationParameters::bSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(FFlockGenerationParameters, MemberParticleSystem) == 0x000020, "Member 'FFlockGenerationParameters::MemberParticleSystem' has a wrong offset!"); \ static_assert(offsetof(FFlockGenerationParameters, MemberParticleSystemTransform) == 0x000030, "Member 'FFlockGenerationParameters::MemberParticleSystemTransform' has a wrong offset!"); \ static_assert(offsetof(FFlockGenerationParameters, PercentageWithParticleSystems) == 0x000060, "Member 'FFlockGenerationParameters::PercentageWithParticleSystems' has a wrong offset!"); \ static_assert(offsetof(FFlockGenerationParameters, bAllowSkeletalMesh) == 0x000064, "Member 'FFlockGenerationParameters::bAllowSkeletalMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlockMemberInitialState \ static_assert(alignof(FFlockMemberInitialState) == 0x000010, "Wrong alignment on FFlockMemberInitialState"); \ static_assert(sizeof(FFlockMemberInitialState) == 0x000030, "Wrong size on FFlockMemberInitialState"); \ static_assert(offsetof(FFlockMemberInitialState, Rotation) == 0x000000, "Member 'FFlockMemberInitialState::Rotation' has a wrong offset!"); \ static_assert(offsetof(FFlockMemberInitialState, Position) == 0x000010, "Member 'FFlockMemberInitialState::Position' has a wrong offset!"); \ static_assert(offsetof(FFlockMemberInitialState, Velocity) == 0x00001C, "Member 'FFlockMemberInitialState::Velocity' has a wrong offset!"); \ static_assert(offsetof(FFlockMemberInitialState, Scale) == 0x000028, "Member 'FFlockMemberInitialState::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFlockingSpeedMap \ static_assert(alignof(FFlockingSpeedMap) == 0x000004, "Wrong alignment on FFlockingSpeedMap"); \ static_assert(sizeof(FFlockingSpeedMap) == 0x000010, "Wrong size on FFlockingSpeedMap"); \ static_assert(offsetof(FFlockingSpeedMap, MinSpeedMS) == 0x000000, "Member 'FFlockingSpeedMap::MinSpeedMS' has a wrong offset!"); \ static_assert(offsetof(FFlockingSpeedMap, MaxSpeedMS) == 0x000004, "Member 'FFlockingSpeedMap::MaxSpeedMS' has a wrong offset!"); \ static_assert(offsetof(FFlockingSpeedMap, OutputLow) == 0x000008, "Member 'FFlockingSpeedMap::OutputLow' has a wrong offset!"); \ static_assert(offsetof(FFlockingSpeedMap, OutputHigh) == 0x00000C, "Member 'FFlockingSpeedMap::OutputHigh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAttachedActorInfo \ static_assert(alignof(FAttachedActorInfo) == 0x000008, "Wrong alignment on FAttachedActorInfo"); \ static_assert(sizeof(FAttachedActorInfo) == 0x000018, "Wrong size on FAttachedActorInfo"); \ #define DUMPER7_ASSERTS_FGlaciusPrimData \ static_assert(alignof(FGlaciusPrimData) == 0x000004, "Wrong alignment on FGlaciusPrimData"); \ static_assert(sizeof(FGlaciusPrimData) == 0x000010, "Wrong size on FGlaciusPrimData"); \ #define DUMPER7_ASSERTS_FGearStatRecipeData \ static_assert(alignof(FGearStatRecipeData) == 0x000008, "Wrong alignment on FGearStatRecipeData"); \ static_assert(sizeof(FGearStatRecipeData) == 0x000020, "Wrong size on FGearStatRecipeData"); \ static_assert(offsetof(FGearStatRecipeData, StatType) == 0x000000, "Member 'FGearStatRecipeData::StatType' has a wrong offset!"); \ static_assert(offsetof(FGearStatRecipeData, Upgrade) == 0x000004, "Member 'FGearStatRecipeData::Upgrade' has a wrong offset!"); \ static_assert(offsetof(FGearStatRecipeData, Ingredients) == 0x000008, "Member 'FGearStatRecipeData::Ingredients' has a wrong offset!"); \ static_assert(offsetof(FGearStatRecipeData, bHasAllIngredients) == 0x000018, "Member 'FGearStatRecipeData::bHasAllIngredients' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGearTraitRecipeData \ static_assert(alignof(FGearTraitRecipeData) == 0x000008, "Wrong alignment on FGearTraitRecipeData"); \ static_assert(sizeof(FGearTraitRecipeData) == 0x000048, "Wrong size on FGearTraitRecipeData"); \ static_assert(offsetof(FGearTraitRecipeData, RecipeDefinition) == 0x000000, "Member 'FGearTraitRecipeData::RecipeDefinition' has a wrong offset!"); \ static_assert(offsetof(FGearTraitRecipeData, bIsUnlocked) == 0x000030, "Member 'FGearTraitRecipeData::bIsUnlocked' has a wrong offset!"); \ static_assert(offsetof(FGearTraitRecipeData, bHasAllIngredients) == 0x000031, "Member 'FGearTraitRecipeData::bHasAllIngredients' has a wrong offset!"); \ static_assert(offsetof(FGearTraitRecipeData, Ingredients) == 0x000038, "Member 'FGearTraitRecipeData::Ingredients' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGearFaceSlotName \ static_assert(alignof(FGearFaceSlotName) == 0x000008, "Wrong alignment on FGearFaceSlotName"); \ static_assert(sizeof(FGearFaceSlotName) == 0x000010, "Wrong size on FGearFaceSlotName"); \ #define DUMPER7_ASSERTS_FGroundSwarmVoxelCollisionParameters \ static_assert(alignof(FGroundSwarmVoxelCollisionParameters) == 0x000004, "Wrong alignment on FGroundSwarmVoxelCollisionParameters"); \ static_assert(sizeof(FGroundSwarmVoxelCollisionParameters) == 0x000034, "Wrong size on FGroundSwarmVoxelCollisionParameters"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionParameters, InitialGroundScanHeight) == 0x000000, "Member 'FGroundSwarmVoxelCollisionParameters::InitialGroundScanHeight' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionParameters, PreCacheMaxCollisionsFrame) == 0x000004, "Member 'FGroundSwarmVoxelCollisionParameters::PreCacheMaxCollisionsFrame' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionParameters, Radius) == 0x000008, "Member 'FGroundSwarmVoxelCollisionParameters::Radius' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionParameters, SurfaceOffset) == 0x00000C, "Member 'FGroundSwarmVoxelCollisionParameters::SurfaceOffset' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionParameters, MaxTimeStep) == 0x000010, "Member 'FGroundSwarmVoxelCollisionParameters::MaxTimeStep' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionParameters, Elasticity) == 0x000014, "Member 'FGroundSwarmVoxelCollisionParameters::Elasticity' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionParameters, ElasticityVariancePercent) == 0x000018, "Member 'FGroundSwarmVoxelCollisionParameters::ElasticityVariancePercent' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionParameters, StickyThreshold) == 0x00001C, "Member 'FGroundSwarmVoxelCollisionParameters::StickyThreshold' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionParameters, BounceNoiseAmountDegrees) == 0x000020, "Member 'FGroundSwarmVoxelCollisionParameters::BounceNoiseAmountDegrees' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionParameters, FreefallTimeout) == 0x000024, "Member 'FGroundSwarmVoxelCollisionParameters::FreefallTimeout' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionParameters, DeadRecycleDelayMin) == 0x000028, "Member 'FGroundSwarmVoxelCollisionParameters::DeadRecycleDelayMin' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionParameters, DeadRecycleDelayMax) == 0x00002C, "Member 'FGroundSwarmVoxelCollisionParameters::DeadRecycleDelayMax' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmVoxelCollisionParameters, RespawnVelocityVariance) == 0x000030, "Member 'FGroundSwarmVoxelCollisionParameters::RespawnVelocityVariance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmerInitialConditions \ static_assert(alignof(FGroundSwarmerInitialConditions) == 0x000004, "Wrong alignment on FGroundSwarmerInitialConditions"); \ static_assert(sizeof(FGroundSwarmerInitialConditions) == 0x00003C, "Wrong size on FGroundSwarmerInitialConditions"); \ static_assert(offsetof(FGroundSwarmerInitialConditions, XYPositionMin) == 0x000000, "Member 'FGroundSwarmerInitialConditions::XYPositionMin' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmerInitialConditions, XYPositionMax) == 0x000004, "Member 'FGroundSwarmerInitialConditions::XYPositionMax' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmerInitialConditions, ZPositionMin) == 0x000008, "Member 'FGroundSwarmerInitialConditions::ZPositionMin' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmerInitialConditions, ZPositionMax) == 0x00000C, "Member 'FGroundSwarmerInitialConditions::ZPositionMax' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmerInitialConditions, XYVelocityMin) == 0x000010, "Member 'FGroundSwarmerInitialConditions::XYVelocityMin' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmerInitialConditions, XYVelocityMax) == 0x000014, "Member 'FGroundSwarmerInitialConditions::XYVelocityMax' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmerInitialConditions, ZVelocityMin) == 0x000018, "Member 'FGroundSwarmerInitialConditions::ZVelocityMin' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmerInitialConditions, ZVelocityMax) == 0x00001C, "Member 'FGroundSwarmerInitialConditions::ZVelocityMax' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmerInitialConditions, StartingUp) == 0x000020, "Member 'FGroundSwarmerInitialConditions::StartingUp' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmerInitialConditions, RandomRotationMin) == 0x00002C, "Member 'FGroundSwarmerInitialConditions::RandomRotationMin' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmerInitialConditions, RandomRotationMax) == 0x000030, "Member 'FGroundSwarmerInitialConditions::RandomRotationMax' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmerInitialConditions, Scale) == 0x000034, "Member 'FGroundSwarmerInitialConditions::Scale' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmerInitialConditions, RandomizeScalePercent) == 0x000038, "Member 'FGroundSwarmerInitialConditions::RandomizeScalePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroundSwarmInitialShapeSettings \ static_assert(alignof(FGroundSwarmInitialShapeSettings) == 0x000004, "Wrong alignment on FGroundSwarmInitialShapeSettings"); \ static_assert(sizeof(FGroundSwarmInitialShapeSettings) == 0x00000C, "Wrong size on FGroundSwarmInitialShapeSettings"); \ static_assert(offsetof(FGroundSwarmInitialShapeSettings, RandomConeHalfAngle) == 0x000000, "Member 'FGroundSwarmInitialShapeSettings::RandomConeHalfAngle' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmInitialShapeSettings, Offset) == 0x000004, "Member 'FGroundSwarmInitialShapeSettings::Offset' has a wrong offset!"); \ static_assert(offsetof(FGroundSwarmInitialShapeSettings, bRefreshOnBeginPlay) == 0x000008, "Member 'FGroundSwarmInitialShapeSettings::bRefreshOnBeginPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGuideSplineTrajectory \ static_assert(alignof(FGuideSplineTrajectory) == 0x000008, "Wrong alignment on FGuideSplineTrajectory"); \ static_assert(sizeof(FGuideSplineTrajectory) == 0x0000D8, "Wrong size on FGuideSplineTrajectory"); \ static_assert(offsetof(FGuideSplineTrajectory, TargetPositionSpeed) == 0x000000, "Member 'FGuideSplineTrajectory::TargetPositionSpeed' has a wrong offset!"); \ static_assert(offsetof(FGuideSplineTrajectory, SimDT) == 0x000004, "Member 'FGuideSplineTrajectory::SimDT' has a wrong offset!"); \ static_assert(offsetof(FGuideSplineTrajectory, TargetHalfLife) == 0x000008, "Member 'FGuideSplineTrajectory::TargetHalfLife' has a wrong offset!"); \ static_assert(offsetof(FGuideSplineTrajectory, TrajectoryHalfLife) == 0x00000C, "Member 'FGuideSplineTrajectory::TrajectoryHalfLife' has a wrong offset!"); \ static_assert(offsetof(FGuideSplineTrajectory, TrajectoryDampingFactor) == 0x000010, "Member 'FGuideSplineTrajectory::TrajectoryDampingFactor' has a wrong offset!"); \ static_assert(offsetof(FGuideSplineTrajectory, TrajectorySpeed) == 0x000014, "Member 'FGuideSplineTrajectory::TrajectorySpeed' has a wrong offset!"); \ static_assert(offsetof(FGuideSplineTrajectory, TrajectorySpeedInitialAccelerationHalfLife) == 0x000018, "Member 'FGuideSplineTrajectory::TrajectorySpeedInitialAccelerationHalfLife' has a wrong offset!"); \ static_assert(offsetof(FGuideSplineTrajectory, TrajectorySpeedFinalDecelerationHalfLife) == 0x00001C, "Member 'FGuideSplineTrajectory::TrajectorySpeedFinalDecelerationHalfLife' has a wrong offset!"); \ static_assert(offsetof(FGuideSplineTrajectory, StartingBurstTime) == 0x000020, "Member 'FGuideSplineTrajectory::StartingBurstTime' has a wrong offset!"); \ static_assert(offsetof(FGuideSplineTrajectory, StartingBurstTrajectorySpeed) == 0x000024, "Member 'FGuideSplineTrajectory::StartingBurstTrajectorySpeed' has a wrong offset!"); \ static_assert(offsetof(FGuideSplineTrajectory, ResimulationMergeDistanceThreshold) == 0x000028, "Member 'FGuideSplineTrajectory::ResimulationMergeDistanceThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlantDefinition \ static_assert(alignof(FPlantDefinition) == 0x000004, "Wrong alignment on FPlantDefinition"); \ static_assert(sizeof(FPlantDefinition) == 0x000044, "Wrong size on FPlantDefinition"); \ static_assert(offsetof(FPlantDefinition, PlantID) == 0x000000, "Member 'FPlantDefinition::PlantID' has a wrong offset!"); \ static_assert(offsetof(FPlantDefinition, Tier) == 0x000008, "Member 'FPlantDefinition::Tier' has a wrong offset!"); \ static_assert(offsetof(FPlantDefinition, Seed_ItemID) == 0x00000C, "Member 'FPlantDefinition::Seed_ItemID' has a wrong offset!"); \ static_assert(offsetof(FPlantDefinition, LockId) == 0x000014, "Member 'FPlantDefinition::LockId' has a wrong offset!"); \ static_assert(offsetof(FPlantDefinition, ByproductID) == 0x00001C, "Member 'FPlantDefinition::ByproductID' has a wrong offset!"); \ static_assert(offsetof(FPlantDefinition, PlotSize) == 0x000024, "Member 'FPlantDefinition::PlotSize' has a wrong offset!"); \ static_assert(offsetof(FPlantDefinition, GrowthTimeSec) == 0x00002C, "Member 'FPlantDefinition::GrowthTimeSec' has a wrong offset!"); \ static_assert(offsetof(FPlantDefinition, bIsMultiHarvestable) == 0x000030, "Member 'FPlantDefinition::bIsMultiHarvestable' has a wrong offset!"); \ static_assert(offsetof(FPlantDefinition, RegrowthTimeSec) == 0x000034, "Member 'FPlantDefinition::RegrowthTimeSec' has a wrong offset!"); \ static_assert(offsetof(FPlantDefinition, Yield_Planted) == 0x000038, "Member 'FPlantDefinition::Yield_Planted' has a wrong offset!"); \ static_assert(offsetof(FPlantDefinition, Yield_Foraged) == 0x00003C, "Member 'FPlantDefinition::Yield_Foraged' has a wrong offset!"); \ static_assert(offsetof(FPlantDefinition, SortingIndex) == 0x000040, "Member 'FPlantDefinition::SortingIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBurningMaterial \ static_assert(alignof(FBurningMaterial) == 0x000008, "Wrong alignment on FBurningMaterial"); \ static_assert(sizeof(FBurningMaterial) == 0x000018, "Wrong size on FBurningMaterial"); \ static_assert(offsetof(FBurningMaterial, MaterialInstanceDynamic) == 0x000000, "Member 'FBurningMaterial::MaterialInstanceDynamic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstancedMeshPositionalSources \ static_assert(alignof(FInstancedMeshPositionalSources) == 0x000008, "Wrong alignment on FInstancedMeshPositionalSources"); \ static_assert(sizeof(FInstancedMeshPositionalSources) == 0x000010, "Wrong size on FInstancedMeshPositionalSources"); \ static_assert(offsetof(FInstancedMeshPositionalSources, Sources) == 0x000000, "Member 'FInstancedMeshPositionalSources::Sources' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstancedTrailMember \ static_assert(alignof(FInstancedTrailMember) == 0x000010, "Wrong alignment on FInstancedTrailMember"); \ static_assert(sizeof(FInstancedTrailMember) == 0x0000C0, "Wrong size on FInstancedTrailMember"); \ #define DUMPER7_ASSERTS_FUseItemAbilityInfo \ static_assert(alignof(FUseItemAbilityInfo) == 0x000004, "Wrong alignment on FUseItemAbilityInfo"); \ static_assert(sizeof(FUseItemAbilityInfo) == 0x000010, "Wrong size on FUseItemAbilityInfo"); \ static_assert(offsetof(FUseItemAbilityInfo, ItemName) == 0x000000, "Member 'FUseItemAbilityInfo::ItemName' has a wrong offset!"); \ static_assert(offsetof(FUseItemAbilityInfo, AbilityName) == 0x000008, "Member 'FUseItemAbilityInfo::AbilityName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInventoryFilter \ static_assert(alignof(FInventoryFilter) == 0x000008, "Wrong alignment on FInventoryFilter"); \ static_assert(sizeof(FInventoryFilter) == 0x000030, "Wrong size on FInventoryFilter"); \ static_assert(offsetof(FInventoryFilter, Value) == 0x000000, "Member 'FInventoryFilter::Value' has a wrong offset!"); \ static_assert(offsetof(FInventoryFilter, ColumnName) == 0x000010, "Member 'FInventoryFilter::ColumnName' has a wrong offset!"); \ static_assert(offsetof(FInventoryFilter, TableName) == 0x000020, "Member 'FInventoryFilter::TableName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVendorBroomPreviewActor \ static_assert(alignof(FVendorBroomPreviewActor) == 0x000008, "Wrong alignment on FVendorBroomPreviewActor"); \ static_assert(sizeof(FVendorBroomPreviewActor) == 0x000030, "Wrong size on FVendorBroomPreviewActor"); \ static_assert(offsetof(FVendorBroomPreviewActor, BroomPreviewClass) == 0x000008, "Member 'FVendorBroomPreviewActor::BroomPreviewClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FItemStaticMeshMapStruct \ static_assert(alignof(FItemStaticMeshMapStruct) == 0x000008, "Wrong alignment on FItemStaticMeshMapStruct"); \ static_assert(sizeof(FItemStaticMeshMapStruct) == 0x000010, "Wrong size on FItemStaticMeshMapStruct"); \ static_assert(offsetof(FItemStaticMeshMapStruct, StaticMesh) == 0x000008, "Member 'FItemStaticMeshMapStruct::StaticMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInventoryHolder \ static_assert(alignof(FInventoryHolder) == 0x000008, "Wrong alignment on FInventoryHolder"); \ static_assert(sizeof(FInventoryHolder) == 0x000018, "Wrong size on FInventoryHolder"); \ static_assert(offsetof(FInventoryHolder, HolderID) == 0x000000, "Member 'FInventoryHolder::HolderID' has a wrong offset!"); \ static_assert(offsetof(FInventoryHolder, InventoryResults) == 0x000008, "Member 'FInventoryHolder::InventoryResults' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FItemName \ static_assert(alignof(FItemName) == 0x000004, "Wrong alignment on FItemName"); \ static_assert(sizeof(FItemName) == 0x000008, "Wrong size on FItemName"); \ static_assert(offsetof(FItemName, Name) == 0x000000, "Member 'FItemName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCollectionCategory \ static_assert(alignof(FCollectionCategory) == 0x000008, "Wrong alignment on FCollectionCategory"); \ static_assert(sizeof(FCollectionCategory) == 0x000058, "Wrong size on FCollectionCategory"); \ static_assert(offsetof(FCollectionCategory, categoryId) == 0x000000, "Member 'FCollectionCategory::categoryId' has a wrong offset!"); \ static_assert(offsetof(FCollectionCategory, Subcategories) == 0x000008, "Member 'FCollectionCategory::Subcategories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOdcLadderInfo \ static_assert(alignof(FOdcLadderInfo) == 0x000004, "Wrong alignment on FOdcLadderInfo"); \ static_assert(sizeof(FOdcLadderInfo) == 0x000028, "Wrong size on FOdcLadderInfo"); \ static_assert(offsetof(FOdcLadderInfo, LadderHeight) == 0x000000, "Member 'FOdcLadderInfo::LadderHeight' has a wrong offset!"); \ static_assert(offsetof(FOdcLadderInfo, LadderMeshHeight) == 0x000004, "Member 'FOdcLadderInfo::LadderMeshHeight' has a wrong offset!"); \ static_assert(offsetof(FOdcLadderInfo, bOverrideBottomLinkEnd) == 0x000008, "Member 'FOdcLadderInfo::bOverrideBottomLinkEnd' has a wrong offset!"); \ static_assert(offsetof(FOdcLadderInfo, BottomLinkEnd) == 0x00000C, "Member 'FOdcLadderInfo::BottomLinkEnd' has a wrong offset!"); \ static_assert(offsetof(FOdcLadderInfo, bOverrideTopLinkEnd) == 0x000018, "Member 'FOdcLadderInfo::bOverrideTopLinkEnd' has a wrong offset!"); \ static_assert(offsetof(FOdcLadderInfo, TopLinkEnd) == 0x00001C, "Member 'FOdcLadderInfo::TopLinkEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSocialDebug \ static_assert(alignof(FSocialDebug) == 0x000008, "Wrong alignment on FSocialDebug"); \ static_assert(sizeof(FSocialDebug) == 0x000010, "Wrong size on FSocialDebug"); \ static_assert(offsetof(FSocialDebug, DebugStrings) == 0x000000, "Member 'FSocialDebug::DebugStrings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLayerInfoData \ static_assert(alignof(FLayerInfoData) == 0x000008, "Wrong alignment on FLayerInfoData"); \ static_assert(sizeof(FLayerInfoData) == 0x000028, "Wrong size on FLayerInfoData"); \ #define DUMPER7_ASSERTS_FLeviosoData \ static_assert(alignof(FLeviosoData) == 0x000008, "Wrong alignment on FLeviosoData"); \ static_assert(sizeof(FLeviosoData) == 0x000090, "Wrong size on FLeviosoData"); \ static_assert(offsetof(FLeviosoData, FX2) == 0x000000, "Member 'FLeviosoData::FX2' has a wrong offset!"); \ static_assert(offsetof(FLeviosoData, HoverTargetOffset) == 0x000050, "Member 'FLeviosoData::HoverTargetOffset' has a wrong offset!"); \ static_assert(offsetof(FLeviosoData, HoverTargetRotation) == 0x000058, "Member 'FLeviosoData::HoverTargetRotation' has a wrong offset!"); \ static_assert(offsetof(FLeviosoData, DataAssetArray) == 0x000060, "Member 'FLeviosoData::DataAssetArray' has a wrong offset!"); \ static_assert(offsetof(FLeviosoData, MunitionTagContainer) == 0x000070, "Member 'FLeviosoData::MunitionTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightComponentStates \ static_assert(alignof(FLightComponentStates) == 0x000008, "Wrong alignment on FLightComponentStates"); \ static_assert(sizeof(FLightComponentStates) == 0x000010, "Wrong size on FLightComponentStates"); \ static_assert(offsetof(FLightComponentStates, States) == 0x000000, "Member 'FLightComponentStates::States' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshOffset \ static_assert(alignof(FMeshOffset) == 0x000004, "Wrong alignment on FMeshOffset"); \ static_assert(sizeof(FMeshOffset) == 0x000010, "Wrong size on FMeshOffset"); \ static_assert(offsetof(FMeshOffset, Position) == 0x000000, "Member 'FMeshOffset::Position' has a wrong offset!"); \ static_assert(offsetof(FMeshOffset, Yaw) == 0x00000C, "Member 'FMeshOffset::Yaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLODViewerMeshBox \ static_assert(alignof(FLODViewerMeshBox) == 0x000008, "Wrong alignment on FLODViewerMeshBox"); \ static_assert(sizeof(FLODViewerMeshBox) == 0x000028, "Wrong size on FLODViewerMeshBox"); \ static_assert(offsetof(FLODViewerMeshBox, MeshName) == 0x000000, "Member 'FLODViewerMeshBox::MeshName' has a wrong offset!"); \ static_assert(offsetof(FLODViewerMeshBox, Min) == 0x000010, "Member 'FLODViewerMeshBox::Min' has a wrong offset!"); \ static_assert(offsetof(FLODViewerMeshBox, Max) == 0x00001C, "Member 'FLODViewerMeshBox::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLumosScalabilitySettingsQuality \ static_assert(alignof(FLumosScalabilitySettingsQuality) == 0x000008, "Wrong alignment on FLumosScalabilitySettingsQuality"); \ static_assert(sizeof(FLumosScalabilitySettingsQuality) == 0x000028, "Wrong size on FLumosScalabilitySettingsQuality"); \ static_assert(offsetof(FLumosScalabilitySettingsQuality, Low) == 0x000000, "Member 'FLumosScalabilitySettingsQuality::Low' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettingsQuality, Medium) == 0x000008, "Member 'FLumosScalabilitySettingsQuality::Medium' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettingsQuality, High) == 0x000010, "Member 'FLumosScalabilitySettingsQuality::High' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettingsQuality, Epic) == 0x000018, "Member 'FLumosScalabilitySettingsQuality::Epic' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettingsQuality, Cinematic) == 0x000020, "Member 'FLumosScalabilitySettingsQuality::Cinematic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavSlideInfo \ static_assert(alignof(FNavSlideInfo) == 0x000004, "Wrong alignment on FNavSlideInfo"); \ static_assert(sizeof(FNavSlideInfo) == 0x000018, "Wrong size on FNavSlideInfo"); \ static_assert(offsetof(FNavSlideInfo, BottomLinkEnd) == 0x000000, "Member 'FNavSlideInfo::BottomLinkEnd' has a wrong offset!"); \ static_assert(offsetof(FNavSlideInfo, TopLinkEnd) == 0x00000C, "Member 'FNavSlideInfo::TopLinkEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLumosScalabilitySettingsMatch \ static_assert(alignof(FLumosScalabilitySettingsMatch) == 0x000008, "Wrong alignment on FLumosScalabilitySettingsMatch"); \ static_assert(sizeof(FLumosScalabilitySettingsMatch) == 0x000018, "Wrong size on FLumosScalabilitySettingsMatch"); \ static_assert(offsetof(FLumosScalabilitySettingsMatch, World) == 0x000000, "Member 'FLumosScalabilitySettingsMatch::World' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettingsMatch, Caster) == 0x000008, "Member 'FLumosScalabilitySettingsMatch::Caster' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettingsMatch, bIsPlayer) == 0x000010, "Member 'FLumosScalabilitySettingsMatch::bIsPlayer' has a wrong offset!"); \ static_assert(offsetof(FLumosScalabilitySettingsMatch, PlatformLevel) == 0x000011, "Member 'FLumosScalabilitySettingsMatch::PlatformLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLumosLevelData \ static_assert(alignof(FLumosLevelData) == 0x000004, "Wrong alignment on FLumosLevelData"); \ static_assert(sizeof(FLumosLevelData) == 0x000010, "Wrong size on FLumosLevelData"); \ static_assert(offsetof(FLumosLevelData, Radius) == 0x000004, "Member 'FLumosLevelData::Radius' has a wrong offset!"); \ static_assert(offsetof(FLumosLevelData, Intensity) == 0x000008, "Member 'FLumosLevelData::Intensity' has a wrong offset!"); \ static_assert(offsetof(FLumosLevelData, MinDistance) == 0x00000C, "Member 'FLumosLevelData::MinDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapLevelData \ static_assert(alignof(FMapLevelData) == 0x000010, "Wrong alignment on FMapLevelData"); \ static_assert(sizeof(FMapLevelData) == 0x000050, "Wrong size on FMapLevelData"); \ #define DUMPER7_ASSERTS_FMiniMapNameAndTexture \ static_assert(alignof(FMiniMapNameAndTexture) == 0x000008, "Wrong alignment on FMiniMapNameAndTexture"); \ static_assert(sizeof(FMiniMapNameAndTexture) == 0x000048, "Wrong size on FMiniMapNameAndTexture"); \ #define DUMPER7_ASSERTS_FMapIconChooserDehighlight \ static_assert(alignof(FMapIconChooserDehighlight) == 0x000008, "Wrong alignment on FMapIconChooserDehighlight"); \ static_assert(sizeof(FMapIconChooserDehighlight) == 0x000020, "Wrong size on FMapIconChooserDehighlight"); \ #define DUMPER7_ASSERTS_FMapIconChooserData \ static_assert(alignof(FMapIconChooserData) == 0x000004, "Wrong alignment on FMapIconChooserData"); \ static_assert(sizeof(FMapIconChooserData) == 0x000028, "Wrong size on FMapIconChooserData"); \ #define DUMPER7_ASSERTS_FMapRegionEnemyLevel \ static_assert(alignof(FMapRegionEnemyLevel) == 0x000004, "Wrong alignment on FMapRegionEnemyLevel"); \ static_assert(sizeof(FMapRegionEnemyLevel) == 0x000008, "Wrong size on FMapRegionEnemyLevel"); \ #define DUMPER7_ASSERTS_FMapTriangle \ static_assert(alignof(FMapTriangle) == 0x000010, "Wrong alignment on FMapTriangle"); \ static_assert(sizeof(FMapTriangle) == 0x000070, "Wrong size on FMapTriangle"); \ static_assert(offsetof(FMapTriangle, Index) == 0x000000, "Member 'FMapTriangle::Index' has a wrong offset!"); \ static_assert(offsetof(FMapTriangle, Indices) == 0x000004, "Member 'FMapTriangle::Indices' has a wrong offset!"); \ static_assert(offsetof(FMapTriangle, Vertex) == 0x000010, "Member 'FMapTriangle::Vertex' has a wrong offset!"); \ static_assert(offsetof(FMapTriangle, LayerIndex) == 0x000034, "Member 'FMapTriangle::LayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapBoundingBox \ static_assert(alignof(FMapBoundingBox) == 0x000004, "Wrong alignment on FMapBoundingBox"); \ static_assert(sizeof(FMapBoundingBox) == 0x000018, "Wrong size on FMapBoundingBox"); \ static_assert(offsetof(FMapBoundingBox, Min) == 0x000000, "Member 'FMapBoundingBox::Min' has a wrong offset!"); \ static_assert(offsetof(FMapBoundingBox, Max) == 0x00000C, "Member 'FMapBoundingBox::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTextureUtilEdgetableTup \ static_assert(alignof(FTextureUtilEdgetableTup) == 0x000004, "Wrong alignment on FTextureUtilEdgetableTup"); \ static_assert(sizeof(FTextureUtilEdgetableTup) == 0x002EE4, "Wrong size on FTextureUtilEdgetableTup"); \ #define DUMPER7_ASSERTS_FMapBoundingBox2D \ static_assert(alignof(FMapBoundingBox2D) == 0x000004, "Wrong alignment on FMapBoundingBox2D"); \ static_assert(sizeof(FMapBoundingBox2D) == 0x000010, "Wrong size on FMapBoundingBox2D"); \ #define DUMPER7_ASSERTS_FHoverDataEvent \ static_assert(alignof(FHoverDataEvent) == 0x000004, "Wrong alignment on FHoverDataEvent"); \ static_assert(sizeof(FHoverDataEvent) == 0x000010, "Wrong size on FHoverDataEvent"); \ static_assert(offsetof(FHoverDataEvent, isWayMarker) == 0x000001, "Member 'FHoverDataEvent::isWayMarker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRegionPopuplData \ static_assert(alignof(FRegionPopuplData) == 0x000008, "Wrong alignment on FRegionPopuplData"); \ static_assert(sizeof(FRegionPopuplData) == 0x000030, "Wrong size on FRegionPopuplData"); \ static_assert(offsetof(FRegionPopuplData, IconName) == 0x000000, "Member 'FRegionPopuplData::IconName' has a wrong offset!"); \ static_assert(offsetof(FRegionPopuplData, ItemName) == 0x000010, "Member 'FRegionPopuplData::ItemName' has a wrong offset!"); \ static_assert(offsetof(FRegionPopuplData, Type) == 0x000020, "Member 'FRegionPopuplData::Type' has a wrong offset!"); \ static_assert(offsetof(FRegionPopuplData, Total) == 0x000024, "Member 'FRegionPopuplData::Total' has a wrong offset!"); \ static_assert(offsetof(FRegionPopuplData, TotalFinished) == 0x000028, "Member 'FRegionPopuplData::TotalFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapToolTipData \ static_assert(alignof(FMapToolTipData) == 0x000008, "Wrong alignment on FMapToolTipData"); \ static_assert(sizeof(FMapToolTipData) == 0x0001B8, "Wrong size on FMapToolTipData"); \ static_assert(offsetof(FMapToolTipData, InitialIconPosition) == 0x000000, "Member 'FMapToolTipData::InitialIconPosition' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, BeaconInfo) == 0x000010, "Member 'FMapToolTipData::BeaconInfo' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, CursorWidget) == 0x000018, "Member 'FMapToolTipData::CursorWidget' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, Title) == 0x000020, "Member 'FMapToolTipData::Title' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, Region) == 0x000030, "Member 'FMapToolTipData::Region' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, Description) == 0x000040, "Member 'FMapToolTipData::Description' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, Legend) == 0x000050, "Member 'FMapToolTipData::Legend' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, MissionData) == 0x000068, "Member 'FMapToolTipData::MissionData' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, LevelRequirement) == 0x000110, "Member 'FMapToolTipData::LevelRequirement' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, MissionRewards) == 0x000118, "Member 'FMapToolTipData::MissionRewards' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, Type) == 0x000128, "Member 'FMapToolTipData::Type' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, Distance) == 0x00012C, "Member 'FMapToolTipData::Distance' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, ShouldShowDistance) == 0x000130, "Member 'FMapToolTipData::ShouldShowDistance' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, ZoomType) == 0x000131, "Member 'FMapToolTipData::ZoomType' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, AvailableMissionsTitle) == 0x000138, "Member 'FMapToolTipData::AvailableMissionsTitle' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, ShouldShowAvailableMissions) == 0x000148, "Member 'FMapToolTipData::ShouldShowAvailableMissions' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, AvailableMissionNames) == 0x000150, "Member 'FMapToolTipData::AvailableMissionNames' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, AvailableMissionIcons) == 0x000160, "Member 'FMapToolTipData::AvailableMissionIcons' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, AvailableMissionColors) == 0x000170, "Member 'FMapToolTipData::AvailableMissionColors' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, CollectionStats) == 0x000180, "Member 'FMapToolTipData::CollectionStats' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, EnemyLevelString) == 0x000190, "Member 'FMapToolTipData::EnemyLevelString' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, EnemyLevelMin) == 0x0001A0, "Member 'FMapToolTipData::EnemyLevelMin' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, EnemyLevelMax) == 0x0001A4, "Member 'FMapToolTipData::EnemyLevelMax' has a wrong offset!"); \ static_assert(offsetof(FMapToolTipData, ButtonLegends) == 0x0001A8, "Member 'FMapToolTipData::ButtonLegends' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStoryGraph_Conversation_CameraFilter \ static_assert(alignof(FStoryGraph_Conversation_CameraFilter) == 0x000008, "Wrong alignment on FStoryGraph_Conversation_CameraFilter"); \ static_assert(sizeof(FStoryGraph_Conversation_CameraFilter) == 0x000028, "Wrong size on FStoryGraph_Conversation_CameraFilter"); \ static_assert(offsetof(FStoryGraph_Conversation_CameraFilter, ConversationCameraFilterType) == 0x000000, "Member 'FStoryGraph_Conversation_CameraFilter::ConversationCameraFilterType' has a wrong offset!"); \ static_assert(offsetof(FStoryGraph_Conversation_CameraFilter, EnableCameraNames) == 0x000008, "Member 'FStoryGraph_Conversation_CameraFilter::EnableCameraNames' has a wrong offset!"); \ static_assert(offsetof(FStoryGraph_Conversation_CameraFilter, DisableCameraNames) == 0x000018, "Member 'FStoryGraph_Conversation_CameraFilter::DisableCameraNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapScreenMouseButton \ static_assert(alignof(FMapScreenMouseButton) == 0x000004, "Wrong alignment on FMapScreenMouseButton"); \ static_assert(sizeof(FMapScreenMouseButton) == 0x00000C, "Wrong size on FMapScreenMouseButton"); \ static_assert(offsetof(FMapScreenMouseButton, Pressed) == 0x000000, "Member 'FMapScreenMouseButton::Pressed' has a wrong offset!"); \ static_assert(offsetof(FMapScreenMouseButton, Released) == 0x000001, "Member 'FMapScreenMouseButton::Released' has a wrong offset!"); \ static_assert(offsetof(FMapScreenMouseButton, PressedTime) == 0x000004, "Member 'FMapScreenMouseButton::PressedTime' has a wrong offset!"); \ static_assert(offsetof(FMapScreenMouseButton, Clicked) == 0x000008, "Member 'FMapScreenMouseButton::Clicked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapDungeonSubdivisionData \ static_assert(alignof(FMapDungeonSubdivisionData) == 0x000008, "Wrong alignment on FMapDungeonSubdivisionData"); \ static_assert(sizeof(FMapDungeonSubdivisionData) == 0x000018, "Wrong size on FMapDungeonSubdivisionData"); \ static_assert(offsetof(FMapDungeonSubdivisionData, PerceptionRadius) == 0x000000, "Member 'FMapDungeonSubdivisionData::PerceptionRadius' has a wrong offset!"); \ static_assert(offsetof(FMapDungeonSubdivisionData, ZoomFactor) == 0x000004, "Member 'FMapDungeonSubdivisionData::ZoomFactor' has a wrong offset!"); \ static_assert(offsetof(FMapDungeonSubdivisionData, Owner) == 0x000008, "Member 'FMapDungeonSubdivisionData::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapFXChainEntry \ static_assert(alignof(FMapFXChainEntry) == 0x000010, "Wrong alignment on FMapFXChainEntry"); \ static_assert(sizeof(FMapFXChainEntry) == 0x0000D0, "Wrong size on FMapFXChainEntry"); \ static_assert(offsetof(FMapFXChainEntry, Name) == 0x000000, "Member 'FMapFXChainEntry::Name' has a wrong offset!"); \ static_assert(offsetof(FMapFXChainEntry, Delay) == 0x000010, "Member 'FMapFXChainEntry::Delay' has a wrong offset!"); \ static_assert(offsetof(FMapFXChainEntry, FXData) == 0x000018, "Member 'FMapFXChainEntry::FXData' has a wrong offset!"); \ static_assert(offsetof(FMapFXChainEntry, TimerHandle) == 0x000058, "Member 'FMapFXChainEntry::TimerHandle' has a wrong offset!"); \ static_assert(offsetof(FMapFXChainEntry, Transform) == 0x000060, "Member 'FMapFXChainEntry::Transform' has a wrong offset!"); \ static_assert(offsetof(FMapFXChainEntry, Scale) == 0x000090, "Member 'FMapFXChainEntry::Scale' has a wrong offset!"); \ static_assert(offsetof(FMapFXChainEntry, SFXName) == 0x0000A0, "Member 'FMapFXChainEntry::SFXName' has a wrong offset!"); \ static_assert(offsetof(FMapFXChainEntry, AutoActivate) == 0x0000B0, "Member 'FMapFXChainEntry::AutoActivate' has a wrong offset!"); \ static_assert(offsetof(FMapFXChainEntry, AutoDestroy) == 0x0000B1, "Member 'FMapFXChainEntry::AutoDestroy' has a wrong offset!"); \ static_assert(offsetof(FMapFXChainEntry, NiagaraComponent) == 0x0000B8, "Member 'FMapFXChainEntry::NiagaraComponent' has a wrong offset!"); \ static_assert(offsetof(FMapFXChainEntry, Priority) == 0x0000C0, "Member 'FMapFXChainEntry::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapWithinRegion \ static_assert(alignof(FMapWithinRegion) == 0x000008, "Wrong alignment on FMapWithinRegion"); \ static_assert(sizeof(FMapWithinRegion) == 0x000030, "Wrong size on FMapWithinRegion"); \ static_assert(offsetof(FMapWithinRegion, Region) == 0x000000, "Member 'FMapWithinRegion::Region' has a wrong offset!"); \ static_assert(offsetof(FMapWithinRegion, SubRegion) == 0x000008, "Member 'FMapWithinRegion::SubRegion' has a wrong offset!"); \ static_assert(offsetof(FMapWithinRegion, LevelRegion) == 0x000010, "Member 'FMapWithinRegion::LevelRegion' has a wrong offset!"); \ static_assert(offsetof(FMapWithinRegion, InnerLevelRegion) == 0x000018, "Member 'FMapWithinRegion::InnerLevelRegion' has a wrong offset!"); \ static_assert(offsetof(FMapWithinRegion, RegionName) == 0x000020, "Member 'FMapWithinRegion::RegionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDungeonMissionGate \ static_assert(alignof(FDungeonMissionGate) == 0x000008, "Wrong alignment on FDungeonMissionGate"); \ static_assert(sizeof(FDungeonMissionGate) == 0x000020, "Wrong size on FDungeonMissionGate"); \ #define DUMPER7_ASSERTS_FMapDungeonSaveDataBlob \ static_assert(alignof(FMapDungeonSaveDataBlob) == 0x000008, "Wrong alignment on FMapDungeonSaveDataBlob"); \ static_assert(sizeof(FMapDungeonSaveDataBlob) == 0x000010, "Wrong size on FMapDungeonSaveDataBlob"); \ static_assert(offsetof(FMapDungeonSaveDataBlob, DungeonFOWDataListData) == 0x000000, "Member 'FMapDungeonSaveDataBlob::DungeonFOWDataListData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapOptions \ static_assert(alignof(FMapOptions) == 0x000004, "Wrong alignment on FMapOptions"); \ static_assert(sizeof(FMapOptions) == 0x000010, "Wrong size on FMapOptions"); \ #define DUMPER7_ASSERTS_FMiniMapOptions \ static_assert(alignof(FMiniMapOptions) == 0x000004, "Wrong alignment on FMiniMapOptions"); \ static_assert(sizeof(FMiniMapOptions) == 0x000010, "Wrong size on FMiniMapOptions"); \ #define DUMPER7_ASSERTS_FMarkupData \ static_assert(alignof(FMarkupData) == 0x000004, "Wrong alignment on FMarkupData"); \ static_assert(sizeof(FMarkupData) == 0x000008, "Wrong size on FMarkupData"); \ #define DUMPER7_ASSERTS_FMapFXDataTable \ static_assert(alignof(FMapFXDataTable) == 0x000008, "Wrong alignment on FMapFXDataTable"); \ static_assert(sizeof(FMapFXDataTable) == 0x000048, "Wrong size on FMapFXDataTable"); \ static_assert(offsetof(FMapFXDataTable, Overland) == 0x000008, "Member 'FMapFXDataTable::Overland' has a wrong offset!"); \ static_assert(offsetof(FMapFXDataTable, Hogwarts) == 0x000018, "Member 'FMapFXDataTable::Hogwarts' has a wrong offset!"); \ static_assert(offsetof(FMapFXDataTable, Hogsmeade) == 0x000028, "Member 'FMapFXDataTable::Hogsmeade' has a wrong offset!"); \ static_assert(offsetof(FMapFXDataTable, Dungeon) == 0x000038, "Member 'FMapFXDataTable::Dungeon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHogwartsDBIcon \ static_assert(alignof(FHogwartsDBIcon) == 0x000008, "Wrong alignment on FHogwartsDBIcon"); \ static_assert(sizeof(FHogwartsDBIcon) == 0x000070, "Wrong size on FHogwartsDBIcon"); \ #define DUMPER7_ASSERTS_FHogwartsRegion \ static_assert(alignof(FHogwartsRegion) == 0x000008, "Wrong alignment on FHogwartsRegion"); \ static_assert(sizeof(FHogwartsRegion) == 0x000030, "Wrong size on FHogwartsRegion"); \ static_assert(offsetof(FHogwartsRegion, Region) == 0x000000, "Member 'FHogwartsRegion::Region' has a wrong offset!"); \ static_assert(offsetof(FHogwartsRegion, RegionsIcons) == 0x000008, "Member 'FHogwartsRegion::RegionsIcons' has a wrong offset!"); \ static_assert(offsetof(FHogwartsRegion, RequiredLock1) == 0x000018, "Member 'FHogwartsRegion::RequiredLock1' has a wrong offset!"); \ static_assert(offsetof(FHogwartsRegion, AlertBeacon) == 0x000020, "Member 'FHogwartsRegion::AlertBeacon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedStationPath \ static_assert(alignof(FCachedStationPath) == 0x000008, "Wrong alignment on FCachedStationPath"); \ static_assert(sizeof(FCachedStationPath) == 0x000018, "Wrong size on FCachedStationPath"); \ static_assert(offsetof(FCachedStationPath, PathPoints) == 0x000000, "Member 'FCachedStationPath::PathPoints' has a wrong offset!"); \ static_assert(offsetof(FCachedStationPath, PathLength) == 0x000010, "Member 'FCachedStationPath::PathLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHogwartsRegionHoveredHiddenIcons \ static_assert(alignof(FHogwartsRegionHoveredHiddenIcons) == 0x000004, "Wrong alignment on FHogwartsRegionHoveredHiddenIcons"); \ static_assert(sizeof(FHogwartsRegionHoveredHiddenIcons) == 0x000014, "Wrong size on FHogwartsRegionHoveredHiddenIcons"); \ #define DUMPER7_ASSERTS_FLocationGroup \ static_assert(alignof(FLocationGroup) == 0x000008, "Wrong alignment on FLocationGroup"); \ static_assert(sizeof(FLocationGroup) == 0x000010, "Wrong size on FLocationGroup"); \ static_assert(offsetof(FLocationGroup, Locations) == 0x000000, "Member 'FLocationGroup::Locations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapIconAnimationsDataTable \ static_assert(alignof(FMapIconAnimationsDataTable) == 0x000008, "Wrong alignment on FMapIconAnimationsDataTable"); \ static_assert(sizeof(FMapIconAnimationsDataTable) == 0x000048, "Wrong size on FMapIconAnimationsDataTable"); \ static_assert(offsetof(FMapIconAnimationsDataTable, AnimationTime) == 0x000008, "Member 'FMapIconAnimationsDataTable::AnimationTime' has a wrong offset!"); \ static_assert(offsetof(FMapIconAnimationsDataTable, LoopType) == 0x00000C, "Member 'FMapIconAnimationsDataTable::LoopType' has a wrong offset!"); \ static_assert(offsetof(FMapIconAnimationsDataTable, Binding) == 0x00000D, "Member 'FMapIconAnimationsDataTable::Binding' has a wrong offset!"); \ static_assert(offsetof(FMapIconAnimationsDataTable, SetType) == 0x00000E, "Member 'FMapIconAnimationsDataTable::SetType' has a wrong offset!"); \ static_assert(offsetof(FMapIconAnimationsDataTable, LoopDelay) == 0x000010, "Member 'FMapIconAnimationsDataTable::LoopDelay' has a wrong offset!"); \ static_assert(offsetof(FMapIconAnimationsDataTable, LerpToColor) == 0x000014, "Member 'FMapIconAnimationsDataTable::LerpToColor' has a wrong offset!"); \ static_assert(offsetof(FMapIconAnimationsDataTable, TargetColor) == 0x000018, "Member 'FMapIconAnimationsDataTable::TargetColor' has a wrong offset!"); \ static_assert(offsetof(FMapIconAnimationsDataTable, OverlandScale) == 0x000028, "Member 'FMapIconAnimationsDataTable::OverlandScale' has a wrong offset!"); \ static_assert(offsetof(FMapIconAnimationsDataTable, HogsmeadeScale) == 0x00002C, "Member 'FMapIconAnimationsDataTable::HogsmeadeScale' has a wrong offset!"); \ static_assert(offsetof(FMapIconAnimationsDataTable, HogwartsScale) == 0x000030, "Member 'FMapIconAnimationsDataTable::HogwartsScale' has a wrong offset!"); \ static_assert(offsetof(FMapIconAnimationsDataTable, ScalingMultiplier) == 0x000034, "Member 'FMapIconAnimationsDataTable::ScalingMultiplier' has a wrong offset!"); \ static_assert(offsetof(FMapIconAnimationsDataTable, AnimationKeys) == 0x000038, "Member 'FMapIconAnimationsDataTable::AnimationKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapIconColors \ static_assert(alignof(FMapIconColors) == 0x000008, "Wrong alignment on FMapIconColors"); \ static_assert(sizeof(FMapIconColors) == 0x000108, "Wrong size on FMapIconColors"); \ static_assert(offsetof(FMapIconColors, UndiscoveredIconColor) == 0x000008, "Member 'FMapIconColors::UndiscoveredIconColor' has a wrong offset!"); \ static_assert(offsetof(FMapIconColors, DiscoveredIconColor) == 0x000018, "Member 'FMapIconColors::DiscoveredIconColor' has a wrong offset!"); \ static_assert(offsetof(FMapIconColors, DiscoveredIncompleteIconColor) == 0x000028, "Member 'FMapIconColors::DiscoveredIncompleteIconColor' has a wrong offset!"); \ static_assert(offsetof(FMapIconColors, CompletedIconColor) == 0x000038, "Member 'FMapIconColors::CompletedIconColor' has a wrong offset!"); \ static_assert(offsetof(FMapIconColors, LockedIconColor) == 0x000048, "Member 'FMapIconColors::LockedIconColor' has a wrong offset!"); \ static_assert(offsetof(FMapIconColors, UnlockedIconColor) == 0x000058, "Member 'FMapIconColors::UnlockedIconColor' has a wrong offset!"); \ static_assert(offsetof(FMapIconColors, TrackedIconColor) == 0x000068, "Member 'FMapIconColors::TrackedIconColor' has a wrong offset!"); \ static_assert(offsetof(FMapIconColors, TrackedWaypointIconColor) == 0x000078, "Member 'FMapIconColors::TrackedWaypointIconColor' has a wrong offset!"); \ static_assert(offsetof(FMapIconColors, MainLineMissionIconColor) == 0x000088, "Member 'FMapIconColors::MainLineMissionIconColor' has a wrong offset!"); \ static_assert(offsetof(FMapIconColors, ClosestFastTravelIconColor) == 0x000098, "Member 'FMapIconColors::ClosestFastTravelIconColor' has a wrong offset!"); \ static_assert(offsetof(FMapIconColors, MissionLevelNotHighEnough) == 0x0000A8, "Member 'FMapIconColors::MissionLevelNotHighEnough' has a wrong offset!"); \ static_assert(offsetof(FMapIconColors, AuthorityFigureColor) == 0x0000B8, "Member 'FMapIconColors::AuthorityFigureColor' has a wrong offset!"); \ static_assert(offsetof(FMapIconColors, EnemyColor) == 0x0000C8, "Member 'FMapIconColors::EnemyColor' has a wrong offset!"); \ static_assert(offsetof(FMapIconColors, HiddenByFogOfWar) == 0x0000D8, "Member 'FMapIconColors::HiddenByFogOfWar' has a wrong offset!"); \ static_assert(offsetof(FMapIconColors, FastTravelLocked) == 0x0000E8, "Member 'FMapIconColors::FastTravelLocked' has a wrong offset!"); \ static_assert(offsetof(FMapIconColors, FastTravelUnlocked) == 0x0000F8, "Member 'FMapIconColors::FastTravelUnlocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapIconEntry \ static_assert(alignof(FMapIconEntry) == 0x000004, "Wrong alignment on FMapIconEntry"); \ static_assert(sizeof(FMapIconEntry) == 0x000074, "Wrong size on FMapIconEntry"); \ #define DUMPER7_ASSERTS_FCompassIconStyle \ static_assert(alignof(FCompassIconStyle) == 0x000008, "Wrong alignment on FCompassIconStyle"); \ static_assert(sizeof(FCompassIconStyle) == 0x000068, "Wrong size on FCompassIconStyle"); \ static_assert(offsetof(FCompassIconStyle, IconBaseScale) == 0x000008, "Member 'FCompassIconStyle::IconBaseScale' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, IconElevationOffsetUp) == 0x00000C, "Member 'FCompassIconStyle::IconElevationOffsetUp' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, IconElevationOffsetDown) == 0x000014, "Member 'FCompassIconStyle::IconElevationOffsetDown' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, IconElevationScale) == 0x00001C, "Member 'FCompassIconStyle::IconElevationScale' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, MapIconName) == 0x000020, "Member 'FCompassIconStyle::MapIconName' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, MinimapIconName) == 0x000030, "Member 'FCompassIconStyle::MinimapIconName' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, HasAlternateTexture) == 0x000040, "Member 'FCompassIconStyle::HasAlternateTexture' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, ShowOnMinimap) == 0x000041, "Member 'FCompassIconStyle::ShowOnMinimap' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, ShowOnHUD) == 0x000042, "Member 'FCompassIconStyle::ShowOnHUD' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, LockToHUD) == 0x000043, "Member 'FCompassIconStyle::LockToHUD' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, HudViewDistHogwarts) == 0x000044, "Member 'FCompassIconStyle::HudViewDistHogwarts' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, HudViewDistOverland) == 0x000048, "Member 'FCompassIconStyle::HudViewDistOverland' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, HudMinViewDist) == 0x00004C, "Member 'FCompassIconStyle::HudMinViewDist' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, BroomRevelio) == 0x000050, "Member 'FCompassIconStyle::BroomRevelio' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, ShowHudDistanceNums) == 0x000051, "Member 'FCompassIconStyle::ShowHudDistanceNums' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, ShouldClearOnComplete) == 0x000052, "Member 'FCompassIconStyle::ShouldClearOnComplete' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, ReplayableOnComplete) == 0x000053, "Member 'FCompassIconStyle::ReplayableOnComplete' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, HasCompleteTexture) == 0x000054, "Member 'FCompassIconStyle::HasCompleteTexture' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, NeedsGlint) == 0x000055, "Member 'FCompassIconStyle::NeedsGlint' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, MaxDistance) == 0x000058, "Member 'FCompassIconStyle::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, MinDistance) == 0x00005C, "Member 'FCompassIconStyle::MinDistance' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, Priority) == 0x000060, "Member 'FCompassIconStyle::Priority' has a wrong offset!"); \ static_assert(offsetof(FCompassIconStyle, ShowPulsingIcon) == 0x000064, "Member 'FCompassIconStyle::ShowPulsingIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapLocDataItem \ static_assert(alignof(FMapLocDataItem) == 0x000008, "Wrong alignment on FMapLocDataItem"); \ static_assert(sizeof(FMapLocDataItem) == 0x000020, "Wrong size on FMapLocDataItem"); \ static_assert(offsetof(FMapLocDataItem, ButtonKey) == 0x000000, "Member 'FMapLocDataItem::ButtonKey' has a wrong offset!"); \ static_assert(offsetof(FMapLocDataItem, LocKey) == 0x000010, "Member 'FMapLocDataItem::LocKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRegionNamesDataTable \ static_assert(alignof(FRegionNamesDataTable) == 0x000008, "Wrong alignment on FRegionNamesDataTable"); \ static_assert(sizeof(FRegionNamesDataTable) == 0x000028, "Wrong size on FRegionNamesDataTable"); \ static_assert(offsetof(FRegionNamesDataTable, RegionType) == 0x000008, "Member 'FRegionNamesDataTable::RegionType' has a wrong offset!"); \ static_assert(offsetof(FRegionNamesDataTable, RegionLocName) == 0x000010, "Member 'FRegionNamesDataTable::RegionLocName' has a wrong offset!"); \ static_assert(offsetof(FRegionNamesDataTable, EnemyLevelMin) == 0x000020, "Member 'FRegionNamesDataTable::EnemyLevelMin' has a wrong offset!"); \ static_assert(offsetof(FRegionNamesDataTable, EnemyLevelMax) == 0x000024, "Member 'FRegionNamesDataTable::EnemyLevelMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapWaypointInfo \ static_assert(alignof(FMapWaypointInfo) == 0x000008, "Wrong alignment on FMapWaypointInfo"); \ static_assert(sizeof(FMapWaypointInfo) == 0x000038, "Wrong size on FMapWaypointInfo"); \ #define DUMPER7_ASSERTS_FMapIconListContainer \ static_assert(alignof(FMapIconListContainer) == 0x000008, "Wrong alignment on FMapIconListContainer"); \ static_assert(sizeof(FMapIconListContainer) == 0x000010, "Wrong size on FMapIconListContainer"); \ static_assert(offsetof(FMapIconListContainer, IconList) == 0x000000, "Member 'FMapIconListContainer::IconList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMapTierDescription \ static_assert(alignof(FMapTierDescription) == 0x000004, "Wrong alignment on FMapTierDescription"); \ static_assert(sizeof(FMapTierDescription) == 0x00000C, "Wrong size on FMapTierDescription"); \ static_assert(offsetof(FMapTierDescription, Dot) == 0x000000, "Member 'FMapTierDescription::Dot' has a wrong offset!"); \ static_assert(offsetof(FMapTierDescription, Icon) == 0x000001, "Member 'FMapTierDescription::Icon' has a wrong offset!"); \ static_assert(offsetof(FMapTierDescription, Name) == 0x000002, "Member 'FMapTierDescription::Name' has a wrong offset!"); \ static_assert(offsetof(FMapTierDescription, Scale) == 0x000004, "Member 'FMapTierDescription::Scale' has a wrong offset!"); \ static_assert(offsetof(FMapTierDescription, ShowOverFogOfWar) == 0x000008, "Member 'FMapTierDescription::ShowOverFogOfWar' has a wrong offset!"); \ static_assert(offsetof(FMapTierDescription, AllowHoverOverFogOfWar) == 0x000009, "Member 'FMapTierDescription::AllowHoverOverFogOfWar' has a wrong offset!"); \ static_assert(offsetof(FMapTierDescription, AllowHover) == 0x00000A, "Member 'FMapTierDescription::AllowHover' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTierDataTable \ static_assert(alignof(FTierDataTable) == 0x000008, "Wrong alignment on FTierDataTable"); \ static_assert(sizeof(FTierDataTable) == 0x000058, "Wrong size on FTierDataTable"); \ static_assert(offsetof(FTierDataTable, BeaconType) == 0x000008, "Member 'FTierDataTable::BeaconType' has a wrong offset!"); \ static_assert(offsetof(FTierDataTable, BeaconState) == 0x000009, "Member 'FTierDataTable::BeaconState' has a wrong offset!"); \ static_assert(offsetof(FTierDataTable, CanFastTravel) == 0x00000A, "Member 'FTierDataTable::CanFastTravel' has a wrong offset!"); \ static_assert(offsetof(FTierDataTable, Tier1) == 0x00000C, "Member 'FTierDataTable::Tier1' has a wrong offset!"); \ static_assert(offsetof(FTierDataTable, Tier2) == 0x000018, "Member 'FTierDataTable::Tier2' has a wrong offset!"); \ static_assert(offsetof(FTierDataTable, Tier3) == 0x000024, "Member 'FTierDataTable::Tier3' has a wrong offset!"); \ static_assert(offsetof(FTierDataTable, Tier4) == 0x000030, "Member 'FTierDataTable::Tier4' has a wrong offset!"); \ static_assert(offsetof(FTierDataTable, Tier5) == 0x00003C, "Member 'FTierDataTable::Tier5' has a wrong offset!"); \ static_assert(offsetof(FTierDataTable, IconScale) == 0x000048, "Member 'FTierDataTable::IconScale' has a wrong offset!"); \ static_assert(offsetof(FTierDataTable, IconZoomScaleFactor) == 0x00004C, "Member 'FTierDataTable::IconZoomScaleFactor' has a wrong offset!"); \ static_assert(offsetof(FTierDataTable, IconPriority) == 0x000050, "Member 'FTierDataTable::IconPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialParameterSetter \ static_assert(alignof(FMaterialParameterSetter) == 0x000008, "Wrong alignment on FMaterialParameterSetter"); \ static_assert(sizeof(FMaterialParameterSetter) == 0x000098, "Wrong size on FMaterialParameterSetter"); \ static_assert(offsetof(FMaterialParameterSetter, ParameterName) == 0x000000, "Member 'FMaterialParameterSetter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FMaterialParameterSetter, ParameterValue) == 0x000008, "Member 'FMaterialParameterSetter::ParameterValue' has a wrong offset!"); \ static_assert(offsetof(FMaterialParameterSetter, BlendIn) == 0x000010, "Member 'FMaterialParameterSetter::BlendIn' has a wrong offset!"); \ static_assert(offsetof(FMaterialParameterSetter, BlendOut) == 0x000040, "Member 'FMaterialParameterSetter::BlendOut' has a wrong offset!"); \ static_assert(offsetof(FMaterialParameterSetter, DynamicMaterials) == 0x000070, "Member 'FMaterialParameterSetter::DynamicMaterials' has a wrong offset!"); \ static_assert(offsetof(FMaterialParameterSetter, PreviousValues) == 0x000080, "Member 'FMaterialParameterSetter::PreviousValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialDefaultParameters \ static_assert(alignof(FMaterialDefaultParameters) == 0x000008, "Wrong alignment on FMaterialDefaultParameters"); \ static_assert(sizeof(FMaterialDefaultParameters) == 0x0000F0, "Wrong size on FMaterialDefaultParameters"); \ static_assert(offsetof(FMaterialDefaultParameters, Scalars) == 0x000000, "Member 'FMaterialDefaultParameters::Scalars' has a wrong offset!"); \ static_assert(offsetof(FMaterialDefaultParameters, Vectors) == 0x000050, "Member 'FMaterialDefaultParameters::Vectors' has a wrong offset!"); \ static_assert(offsetof(FMaterialDefaultParameters, Textures) == 0x0000A0, "Member 'FMaterialDefaultParameters::Textures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMinimapHogwartsLevels \ static_assert(alignof(FMinimapHogwartsLevels) == 0x000004, "Wrong alignment on FMinimapHogwartsLevels"); \ static_assert(sizeof(FMinimapHogwartsLevels) == 0x00001C, "Wrong size on FMinimapHogwartsLevels"); \ static_assert(offsetof(FMinimapHogwartsLevels, Z1) == 0x000000, "Member 'FMinimapHogwartsLevels::Z1' has a wrong offset!"); \ static_assert(offsetof(FMinimapHogwartsLevels, Z2) == 0x000004, "Member 'FMinimapHogwartsLevels::Z2' has a wrong offset!"); \ static_assert(offsetof(FMinimapHogwartsLevels, Z3) == 0x000008, "Member 'FMinimapHogwartsLevels::Z3' has a wrong offset!"); \ static_assert(offsetof(FMinimapHogwartsLevels, Z4) == 0x00000C, "Member 'FMinimapHogwartsLevels::Z4' has a wrong offset!"); \ static_assert(offsetof(FMinimapHogwartsLevels, Z5) == 0x000010, "Member 'FMinimapHogwartsLevels::Z5' has a wrong offset!"); \ static_assert(offsetof(FMinimapHogwartsLevels, Z6) == 0x000014, "Member 'FMinimapHogwartsLevels::Z6' has a wrong offset!"); \ static_assert(offsetof(FMinimapHogwartsLevels, Average) == 0x000018, "Member 'FMinimapHogwartsLevels::Average' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMinimapHogwartsLevelData \ static_assert(alignof(FMinimapHogwartsLevelData) == 0x000008, "Wrong alignment on FMinimapHogwartsLevelData"); \ static_assert(sizeof(FMinimapHogwartsLevelData) == 0x000010, "Wrong size on FMinimapHogwartsLevelData"); \ static_assert(offsetof(FMinimapHogwartsLevelData, BottomZValue) == 0x000008, "Member 'FMinimapHogwartsLevelData::BottomZValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMiniMapIconOutlines \ static_assert(alignof(FMiniMapIconOutlines) == 0x000008, "Wrong alignment on FMiniMapIconOutlines"); \ static_assert(sizeof(FMiniMapIconOutlines) == 0x000028, "Wrong size on FMiniMapIconOutlines"); \ static_assert(offsetof(FMiniMapIconOutlines, IconName) == 0x000008, "Member 'FMiniMapIconOutlines::IconName' has a wrong offset!"); \ static_assert(offsetof(FMiniMapIconOutlines, OutlineName) == 0x000018, "Member 'FMiniMapIconOutlines::OutlineName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMinimapWidgetLog \ static_assert(alignof(FMinimapWidgetLog) == 0x000008, "Wrong alignment on FMinimapWidgetLog"); \ static_assert(sizeof(FMinimapWidgetLog) == 0x000048, "Wrong size on FMinimapWidgetLog"); \ #define DUMPER7_ASSERTS_FMiniMapSanctuarySaveData \ static_assert(alignof(FMiniMapSanctuarySaveData) == 0x000008, "Wrong alignment on FMiniMapSanctuarySaveData"); \ static_assert(sizeof(FMiniMapSanctuarySaveData) == 0x000018, "Wrong size on FMiniMapSanctuarySaveData"); \ static_assert(offsetof(FMiniMapSanctuarySaveData, CurrentMapType) == 0x000010, "Member 'FMiniMapSanctuarySaveData::CurrentMapType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMiniMapSaveDataBlob \ static_assert(alignof(FMiniMapSaveDataBlob) == 0x000008, "Wrong alignment on FMiniMapSaveDataBlob"); \ static_assert(sizeof(FMiniMapSaveDataBlob) == 0x000050, "Wrong size on FMiniMapSaveDataBlob"); \ static_assert(offsetof(FMiniMapSaveDataBlob, Sanctuary) == 0x000008, "Member 'FMiniMapSaveDataBlob::Sanctuary' has a wrong offset!"); \ static_assert(offsetof(FMiniMapSaveDataBlob, Tents) == 0x000024, "Member 'FMiniMapSaveDataBlob::Tents' has a wrong offset!"); \ static_assert(offsetof(FMiniMapSaveDataBlob, IsInTent) == 0x00002B, "Member 'FMiniMapSaveDataBlob::IsInTent' has a wrong offset!"); \ static_assert(offsetof(FMiniMapSaveDataBlob, LastTentName) == 0x000030, "Member 'FMiniMapSaveDataBlob::LastTentName' has a wrong offset!"); \ static_assert(offsetof(FMiniMapSaveDataBlob, LastOverlandLocation) == 0x000040, "Member 'FMiniMapSaveDataBlob::LastOverlandLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMiniMapDungeonData \ static_assert(alignof(FMiniMapDungeonData) == 0x000001, "Wrong alignment on FMiniMapDungeonData"); \ static_assert(sizeof(FMiniMapDungeonData) == 0x000001, "Wrong size on FMiniMapDungeonData"); \ #define DUMPER7_ASSERTS_FTransfigurationUnlockSource \ static_assert(alignof(FTransfigurationUnlockSource) == 0x000008, "Wrong alignment on FTransfigurationUnlockSource"); \ static_assert(sizeof(FTransfigurationUnlockSource) == 0x000050, "Wrong size on FTransfigurationUnlockSource"); \ static_assert(offsetof(FTransfigurationUnlockSource, Type) == 0x000000, "Member 'FTransfigurationUnlockSource::Type' has a wrong offset!"); \ static_assert(offsetof(FTransfigurationUnlockSource, VendorID) == 0x000004, "Member 'FTransfigurationUnlockSource::VendorID' has a wrong offset!"); \ static_assert(offsetof(FTransfigurationUnlockSource, VendorLocationID) == 0x00000C, "Member 'FTransfigurationUnlockSource::VendorLocationID' has a wrong offset!"); \ static_assert(offsetof(FTransfigurationUnlockSource, MissionTitleTextKey) == 0x000018, "Member 'FTransfigurationUnlockSource::MissionTitleTextKey' has a wrong offset!"); \ static_assert(offsetof(FTransfigurationUnlockSource, ChallengeTitleText) == 0x000028, "Member 'FTransfigurationUnlockSource::ChallengeTitleText' has a wrong offset!"); \ static_assert(offsetof(FTransfigurationUnlockSource, Discipline) == 0x000040, "Member 'FTransfigurationUnlockSource::Discipline' has a wrong offset!"); \ static_assert(offsetof(FTransfigurationUnlockSource, CurriculumYear) == 0x000044, "Member 'FTransfigurationUnlockSource::CurriculumYear' has a wrong offset!"); \ static_assert(offsetof(FTransfigurationUnlockSource, productId) == 0x000048, "Member 'FTransfigurationUnlockSource::productId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMiniMapHogsmeadeData \ static_assert(alignof(FMiniMapHogsmeadeData) == 0x000001, "Wrong alignment on FMiniMapHogsmeadeData"); \ static_assert(sizeof(FMiniMapHogsmeadeData) == 0x000001, "Wrong size on FMiniMapHogsmeadeData"); \ #define DUMPER7_ASSERTS_FMiniMapTutorialSaveData \ static_assert(alignof(FMiniMapTutorialSaveData) == 0x000001, "Wrong alignment on FMiniMapTutorialSaveData"); \ static_assert(sizeof(FMiniMapTutorialSaveData) == 0x000001, "Wrong size on FMiniMapTutorialSaveData"); \ #define DUMPER7_ASSERTS_FMiniMapOverlandSaveData \ static_assert(alignof(FMiniMapOverlandSaveData) == 0x000001, "Wrong alignment on FMiniMapOverlandSaveData"); \ static_assert(sizeof(FMiniMapOverlandSaveData) == 0x000001, "Wrong size on FMiniMapOverlandSaveData"); \ #define DUMPER7_ASSERTS_FStockSlot \ static_assert(alignof(FStockSlot) == 0x000008, "Wrong alignment on FStockSlot"); \ static_assert(sizeof(FStockSlot) == 0x000028, "Wrong size on FStockSlot"); \ static_assert(offsetof(FStockSlot, ID) == 0x000000, "Member 'FStockSlot::ID' has a wrong offset!"); \ static_assert(offsetof(FStockSlot, Quantity) == 0x000010, "Member 'FStockSlot::Quantity' has a wrong offset!"); \ static_assert(offsetof(FStockSlot, Quality) == 0x000018, "Member 'FStockSlot::Quality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMinimapIntrusionArea \ static_assert(alignof(FMinimapIntrusionArea) == 0x000008, "Wrong alignment on FMinimapIntrusionArea"); \ static_assert(sizeof(FMinimapIntrusionArea) == 0x000048, "Wrong size on FMinimapIntrusionArea"); \ #define DUMPER7_ASSERTS_FRegionHeightData \ static_assert(alignof(FRegionHeightData) == 0x000004, "Wrong alignment on FRegionHeightData"); \ static_assert(sizeof(FRegionHeightData) == 0x000008, "Wrong size on FRegionHeightData"); \ static_assert(offsetof(FRegionHeightData, RegionHeight) == 0x000000, "Member 'FRegionHeightData::RegionHeight' has a wrong offset!"); \ static_assert(offsetof(FRegionHeightData, bAllowBuffer) == 0x000004, "Member 'FRegionHeightData::bAllowBuffer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiVfxSfx \ static_assert(alignof(FMultiVfxSfx) == 0x000008, "Wrong alignment on FMultiVfxSfx"); \ static_assert(sizeof(FMultiVfxSfx) == 0x000028, "Wrong size on FMultiVfxSfx"); \ static_assert(offsetof(FMultiVfxSfx, SFX) == 0x000018, "Member 'FMultiVfxSfx::SFX' has a wrong offset!"); \ static_assert(offsetof(FMultiVfxSfx, EndSfx) == 0x000020, "Member 'FMultiVfxSfx::EndSfx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiFX \ static_assert(alignof(FMultiFX) == 0x000008, "Wrong alignment on FMultiFX"); \ static_assert(sizeof(FMultiFX) == 0x000030, "Wrong size on FMultiFX"); \ static_assert(offsetof(FMultiFX, SkinFX) == 0x000028, "Member 'FMultiFX::SkinFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiFXPlus \ static_assert(alignof(FMultiFXPlus) == 0x000008, "Wrong alignment on FMultiFXPlus"); \ static_assert(sizeof(FMultiFXPlus) == 0x000070, "Wrong size on FMultiFXPlus"); \ static_assert(offsetof(FMultiFXPlus, PlacementMode) == 0x000030, "Member 'FMultiFXPlus::PlacementMode' has a wrong offset!"); \ static_assert(offsetof(FMultiFXPlus, MaxBoneFX) == 0x000034, "Member 'FMultiFXPlus::MaxBoneFX' has a wrong offset!"); \ static_assert(offsetof(FMultiFXPlus, AttachBoneList) == 0x000038, "Member 'FMultiFXPlus::AttachBoneList' has a wrong offset!"); \ static_assert(offsetof(FMultiFXPlus, VfxOffset) == 0x000048, "Member 'FMultiFXPlus::VfxOffset' has a wrong offset!"); \ static_assert(offsetof(FMultiFXPlus, VfxScale) == 0x000054, "Member 'FMultiFXPlus::VfxScale' has a wrong offset!"); \ static_assert(offsetof(FMultiFXPlus, DurationLimit) == 0x000060, "Member 'FMultiFXPlus::DurationLimit' has a wrong offset!"); \ static_assert(offsetof(FMultiFXPlus, SecondsBetweenSpawns) == 0x000064, "Member 'FMultiFXPlus::SecondsBetweenSpawns' has a wrong offset!"); \ static_assert(offsetof(FMultiFXPlus, RepeatMode) == 0x000069, "Member 'FMultiFXPlus::RepeatMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiSfx \ static_assert(alignof(FMultiSfx) == 0x000008, "Wrong alignment on FMultiSfx"); \ static_assert(sizeof(FMultiSfx) == 0x000018, "Wrong size on FMultiSfx"); \ static_assert(offsetof(FMultiSfx, SFX) == 0x000008, "Member 'FMultiSfx::SFX' has a wrong offset!"); \ static_assert(offsetof(FMultiSfx, EndSfx) == 0x000010, "Member 'FMultiSfx::EndSfx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiFXData \ static_assert(alignof(FMultiFXData) == 0x000008, "Wrong alignment on FMultiFXData"); \ static_assert(sizeof(FMultiFXData) == 0x000048, "Wrong size on FMultiFXData"); \ #define DUMPER7_ASSERTS_FMultiFX2_FootprintInfo \ static_assert(alignof(FMultiFX2_FootprintInfo) == 0x000008, "Wrong alignment on FMultiFX2_FootprintInfo"); \ static_assert(sizeof(FMultiFX2_FootprintInfo) == 0x000040, "Wrong size on FMultiFX2_FootprintInfo"); \ static_assert(offsetof(FMultiFX2_FootprintInfo, Material) == 0x000000, "Member 'FMultiFX2_FootprintInfo::Material' has a wrong offset!"); \ static_assert(offsetof(FMultiFX2_FootprintInfo, DecalRandomSizeMin) == 0x000008, "Member 'FMultiFX2_FootprintInfo::DecalRandomSizeMin' has a wrong offset!"); \ static_assert(offsetof(FMultiFX2_FootprintInfo, DecalRandomSizeMax) == 0x000014, "Member 'FMultiFX2_FootprintInfo::DecalRandomSizeMax' has a wrong offset!"); \ static_assert(offsetof(FMultiFX2_FootprintInfo, DirectionalDecal) == 0x000020, "Member 'FMultiFX2_FootprintInfo::DirectionalDecal' has a wrong offset!"); \ static_assert(offsetof(FMultiFX2_FootprintInfo, FlipLeftFoot) == 0x000021, "Member 'FMultiFX2_FootprintInfo::FlipLeftFoot' has a wrong offset!"); \ static_assert(offsetof(FMultiFX2_FootprintInfo, DecalFrameCount) == 0x000024, "Member 'FMultiFX2_FootprintInfo::DecalFrameCount' has a wrong offset!"); \ static_assert(offsetof(FMultiFX2_FootprintInfo, FadeInDelay) == 0x000028, "Member 'FMultiFX2_FootprintInfo::FadeInDelay' has a wrong offset!"); \ static_assert(offsetof(FMultiFX2_FootprintInfo, FadeInTime) == 0x00002C, "Member 'FMultiFX2_FootprintInfo::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(FMultiFX2_FootprintInfo, LifeSpan) == 0x000030, "Member 'FMultiFX2_FootprintInfo::LifeSpan' has a wrong offset!"); \ static_assert(offsetof(FMultiFX2_FootprintInfo, FadeTime) == 0x000034, "Member 'FMultiFX2_FootprintInfo::FadeTime' has a wrong offset!"); \ static_assert(offsetof(FMultiFX2_FootprintInfo, bRenderAfterWeather) == 0x000038, "Member 'FMultiFX2_FootprintInfo::bRenderAfterWeather' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiFX2_SkinFxImpactOptions \ static_assert(alignof(FMultiFX2_SkinFxImpactOptions) == 0x000001, "Wrong alignment on FMultiFX2_SkinFxImpactOptions"); \ static_assert(sizeof(FMultiFX2_SkinFxImpactOptions) == 0x000001, "Wrong size on FMultiFX2_SkinFxImpactOptions"); \ #define DUMPER7_ASSERTS_FBoneListSpawnInfo \ static_assert(alignof(FBoneListSpawnInfo) == 0x000008, "Wrong alignment on FBoneListSpawnInfo"); \ static_assert(sizeof(FBoneListSpawnInfo) == 0x000010, "Wrong size on FBoneListSpawnInfo"); \ static_assert(offsetof(FBoneListSpawnInfo, BoneList) == 0x000000, "Member 'FBoneListSpawnInfo::BoneList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTesselatedPlaneParams \ static_assert(alignof(FTesselatedPlaneParams) == 0x000004, "Wrong alignment on FTesselatedPlaneParams"); \ static_assert(sizeof(FTesselatedPlaneParams) == 0x00002C, "Wrong size on FTesselatedPlaneParams"); \ static_assert(offsetof(FTesselatedPlaneParams, XSize) == 0x000000, "Member 'FTesselatedPlaneParams::XSize' has a wrong offset!"); \ static_assert(offsetof(FTesselatedPlaneParams, YSize) == 0x000004, "Member 'FTesselatedPlaneParams::YSize' has a wrong offset!"); \ static_assert(offsetof(FTesselatedPlaneParams, VertSpacing) == 0x000008, "Member 'FTesselatedPlaneParams::VertSpacing' has a wrong offset!"); \ static_assert(offsetof(FTesselatedPlaneParams, DefaultZ) == 0x00000C, "Member 'FTesselatedPlaneParams::DefaultZ' has a wrong offset!"); \ static_assert(offsetof(FTesselatedPlaneParams, UVTiling) == 0x000010, "Member 'FTesselatedPlaneParams::UVTiling' has a wrong offset!"); \ static_assert(offsetof(FTesselatedPlaneParams, bUseUVs) == 0x000014, "Member 'FTesselatedPlaneParams::bUseUVs' has a wrong offset!"); \ static_assert(offsetof(FTesselatedPlaneParams, bHasCollision) == 0x000015, "Member 'FTesselatedPlaneParams::bHasCollision' has a wrong offset!"); \ static_assert(offsetof(FTesselatedPlaneParams, VertexColor) == 0x000018, "Member 'FTesselatedPlaneParams::VertexColor' has a wrong offset!"); \ static_assert(offsetof(FTesselatedPlaneParams, bUseVertexColors) == 0x000028, "Member 'FTesselatedPlaneParams::bUseVertexColors' has a wrong offset!"); \ static_assert(offsetof(FTesselatedPlaneParams, bCreateNormals) == 0x000029, "Member 'FTesselatedPlaneParams::bCreateNormals' has a wrong offset!"); \ static_assert(offsetof(FTesselatedPlaneParams, bCreateTangents) == 0x00002A, "Member 'FTesselatedPlaneParams::bCreateTangents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFXPoke \ static_assert(alignof(FFXPoke) == 0x000008, "Wrong alignment on FFXPoke"); \ static_assert(sizeof(FFXPoke) == 0x000008, "Wrong size on FFXPoke"); \ #define DUMPER7_ASSERTS_FUnavailableIconInfo \ static_assert(alignof(FUnavailableIconInfo) == 0x000004, "Wrong alignment on FUnavailableIconInfo"); \ static_assert(sizeof(FUnavailableIconInfo) == 0x000018, "Wrong size on FUnavailableIconInfo"); \ static_assert(offsetof(FUnavailableIconInfo, IconAssetName) == 0x000000, "Member 'FUnavailableIconInfo::IconAssetName' has a wrong offset!"); \ static_assert(offsetof(FUnavailableIconInfo, LockId) == 0x000008, "Member 'FUnavailableIconInfo::LockId' has a wrong offset!"); \ static_assert(offsetof(FUnavailableIconInfo, DescTextKey) == 0x000010, "Member 'FUnavailableIconInfo::DescTextKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPokeNiagaraFXParameter \ static_assert(alignof(FPokeNiagaraFXParameter) == 0x000008, "Wrong alignment on FPokeNiagaraFXParameter"); \ static_assert(sizeof(FPokeNiagaraFXParameter) == 0x000010, "Wrong size on FPokeNiagaraFXParameter"); \ static_assert(offsetof(FPokeNiagaraFXParameter, Parameter) == 0x000008, "Member 'FPokeNiagaraFXParameter::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPokeNiagaraFXFloat \ static_assert(alignof(FPokeNiagaraFXFloat) == 0x000008, "Wrong alignment on FPokeNiagaraFXFloat"); \ static_assert(sizeof(FPokeNiagaraFXFloat) == 0x000018, "Wrong size on FPokeNiagaraFXFloat"); \ static_assert(offsetof(FPokeNiagaraFXFloat, Value) == 0x000010, "Member 'FPokeNiagaraFXFloat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPokeNiagaraFXColor \ static_assert(alignof(FPokeNiagaraFXColor) == 0x000008, "Wrong alignment on FPokeNiagaraFXColor"); \ static_assert(sizeof(FPokeNiagaraFXColor) == 0x000020, "Wrong size on FPokeNiagaraFXColor"); \ static_assert(offsetof(FPokeNiagaraFXColor, Color) == 0x000010, "Member 'FPokeNiagaraFXColor::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPokeNiagaraFXVector \ static_assert(alignof(FPokeNiagaraFXVector) == 0x000008, "Wrong alignment on FPokeNiagaraFXVector"); \ static_assert(sizeof(FPokeNiagaraFXVector) == 0x000020, "Wrong size on FPokeNiagaraFXVector"); \ static_assert(offsetof(FPokeNiagaraFXVector, Vector) == 0x000010, "Member 'FPokeNiagaraFXVector::Vector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPokeNiagaraFXVector4 \ static_assert(alignof(FPokeNiagaraFXVector4) == 0x000010, "Wrong alignment on FPokeNiagaraFXVector4"); \ static_assert(sizeof(FPokeNiagaraFXVector4) == 0x000020, "Wrong size on FPokeNiagaraFXVector4"); \ static_assert(offsetof(FPokeNiagaraFXVector4, Vector) == 0x000010, "Member 'FPokeNiagaraFXVector4::Vector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPokeNiagaraFXQuat \ static_assert(alignof(FPokeNiagaraFXQuat) == 0x000008, "Wrong alignment on FPokeNiagaraFXQuat"); \ static_assert(sizeof(FPokeNiagaraFXQuat) == 0x000020, "Wrong size on FPokeNiagaraFXQuat"); \ static_assert(offsetof(FPokeNiagaraFXQuat, Rotator) == 0x000010, "Member 'FPokeNiagaraFXQuat::Rotator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPokeNiagaraFXInt \ static_assert(alignof(FPokeNiagaraFXInt) == 0x000008, "Wrong alignment on FPokeNiagaraFXInt"); \ static_assert(sizeof(FPokeNiagaraFXInt) == 0x000018, "Wrong size on FPokeNiagaraFXInt"); \ static_assert(offsetof(FPokeNiagaraFXInt, Value) == 0x000010, "Member 'FPokeNiagaraFXInt::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPokeNiagaraFXBool \ static_assert(alignof(FPokeNiagaraFXBool) == 0x000008, "Wrong alignment on FPokeNiagaraFXBool"); \ static_assert(sizeof(FPokeNiagaraFXBool) == 0x000018, "Wrong size on FPokeNiagaraFXBool"); \ static_assert(offsetof(FPokeNiagaraFXBool, bValue) == 0x000010, "Member 'FPokeNiagaraFXBool::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFXPokeNiagara \ static_assert(alignof(FFXPokeNiagara) == 0x000008, "Wrong alignment on FFXPokeNiagara"); \ static_assert(sizeof(FFXPokeNiagara) == 0x000078, "Wrong size on FFXPokeNiagara"); \ static_assert(offsetof(FFXPokeNiagara, Floats) == 0x000008, "Member 'FFXPokeNiagara::Floats' has a wrong offset!"); \ static_assert(offsetof(FFXPokeNiagara, Colors) == 0x000018, "Member 'FFXPokeNiagara::Colors' has a wrong offset!"); \ static_assert(offsetof(FFXPokeNiagara, Vectors) == 0x000028, "Member 'FFXPokeNiagara::Vectors' has a wrong offset!"); \ static_assert(offsetof(FFXPokeNiagara, Vector4s) == 0x000038, "Member 'FFXPokeNiagara::Vector4s' has a wrong offset!"); \ static_assert(offsetof(FFXPokeNiagara, Quats) == 0x000048, "Member 'FFXPokeNiagara::Quats' has a wrong offset!"); \ static_assert(offsetof(FFXPokeNiagara, Ints) == 0x000058, "Member 'FFXPokeNiagara::Ints' has a wrong offset!"); \ static_assert(offsetof(FFXPokeNiagara, Bools) == 0x000068, "Member 'FFXPokeNiagara::Bools' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FImpactLevelData \ static_assert(alignof(FImpactLevelData) == 0x000008, "Wrong alignment on FImpactLevelData"); \ static_assert(sizeof(FImpactLevelData) == 0x000090, "Wrong size on FImpactLevelData"); \ static_assert(offsetof(FImpactLevelData, MunitionActor) == 0x000008, "Member 'FImpactLevelData::MunitionActor' has a wrong offset!"); \ static_assert(offsetof(FImpactLevelData, HitActorFX2) == 0x000010, "Member 'FImpactLevelData::HitActorFX2' has a wrong offset!"); \ static_assert(offsetof(FImpactLevelData, HitTerrainFX2) == 0x000020, "Member 'FImpactLevelData::HitTerrainFX2' has a wrong offset!"); \ static_assert(offsetof(FImpactLevelData, HitBlockedFX2) == 0x000030, "Member 'FImpactLevelData::HitBlockedFX2' has a wrong offset!"); \ static_assert(offsetof(FImpactLevelData, HitDeflectedFX2) == 0x000040, "Member 'FImpactLevelData::HitDeflectedFX2' has a wrong offset!"); \ static_assert(offsetof(FImpactLevelData, DeflectedMunitionFX2) == 0x000050, "Member 'FImpactLevelData::DeflectedMunitionFX2' has a wrong offset!"); \ static_assert(offsetof(FImpactLevelData, FizzleOutFX2) == 0x000060, "Member 'FImpactLevelData::FizzleOutFX2' has a wrong offset!"); \ static_assert(offsetof(FImpactLevelData, PostPerfectProtegoFX2) == 0x000070, "Member 'FImpactLevelData::PostPerfectProtegoFX2' has a wrong offset!"); \ static_assert(offsetof(FImpactLevelData, AffectTargetFX2) == 0x000080, "Member 'FImpactLevelData::AffectTargetFX2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAccessibilityAudioCueEvent \ static_assert(alignof(FAccessibilityAudioCueEvent) == 0x000008, "Wrong alignment on FAccessibilityAudioCueEvent"); \ static_assert(sizeof(FAccessibilityAudioCueEvent) == 0x000030, "Wrong size on FAccessibilityAudioCueEvent"); \ static_assert(offsetof(FAccessibilityAudioCueEvent, Icons) == 0x000000, "Member 'FAccessibilityAudioCueEvent::Icons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPostProcessingFXCurve \ static_assert(alignof(FPostProcessingFXCurve) == 0x000008, "Wrong alignment on FPostProcessingFXCurve"); \ static_assert(sizeof(FPostProcessingFXCurve) == 0x000098, "Wrong size on FPostProcessingFXCurve"); \ static_assert(offsetof(FPostProcessingFXCurve, Parameter) == 0x000000, "Member 'FPostProcessingFXCurve::Parameter' has a wrong offset!"); \ static_assert(offsetof(FPostProcessingFXCurve, Curve) == 0x000008, "Member 'FPostProcessingFXCurve::Curve' has a wrong offset!"); \ static_assert(offsetof(FPostProcessingFXCurve, bKillWhenDone) == 0x000090, "Member 'FPostProcessingFXCurve::bKillWhenDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPostProcessingVarScalarCurveWithKill \ static_assert(alignof(FPostProcessingVarScalarCurveWithKill) == 0x000008, "Wrong alignment on FPostProcessingVarScalarCurveWithKill"); \ static_assert(sizeof(FPostProcessingVarScalarCurveWithKill) == 0x0000A0, "Wrong size on FPostProcessingVarScalarCurveWithKill"); \ static_assert(offsetof(FPostProcessingVarScalarCurveWithKill, bKillWhenDone) == 0x000098, "Member 'FPostProcessingVarScalarCurveWithKill::bKillWhenDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPostProcessingVarColorCurveWithKill \ static_assert(alignof(FPostProcessingVarColorCurveWithKill) == 0x000008, "Wrong alignment on FPostProcessingVarColorCurveWithKill"); \ static_assert(sizeof(FPostProcessingVarColorCurveWithKill) == 0x000220, "Wrong size on FPostProcessingVarColorCurveWithKill"); \ static_assert(offsetof(FPostProcessingVarColorCurveWithKill, bKillWhenDone) == 0x000218, "Member 'FPostProcessingVarColorCurveWithKill::bKillWhenDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPostProcessingMIDScalarCurve \ static_assert(alignof(FPostProcessingMIDScalarCurve) == 0x000008, "Wrong alignment on FPostProcessingMIDScalarCurve"); \ static_assert(sizeof(FPostProcessingMIDScalarCurve) == 0x0000A0, "Wrong size on FPostProcessingMIDScalarCurve"); \ static_assert(offsetof(FPostProcessingMIDScalarCurve, Parameter) == 0x000000, "Member 'FPostProcessingMIDScalarCurve::Parameter' has a wrong offset!"); \ static_assert(offsetof(FPostProcessingMIDScalarCurve, Blendable) == 0x000008, "Member 'FPostProcessingMIDScalarCurve::Blendable' has a wrong offset!"); \ static_assert(offsetof(FPostProcessingMIDScalarCurve, Curve) == 0x000010, "Member 'FPostProcessingMIDScalarCurve::Curve' has a wrong offset!"); \ static_assert(offsetof(FPostProcessingMIDScalarCurve, bKillWhenDone) == 0x000098, "Member 'FPostProcessingMIDScalarCurve::bKillWhenDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPostProcessingFXCurveSet \ static_assert(alignof(FPostProcessingFXCurveSet) == 0x000008, "Wrong alignment on FPostProcessingFXCurveSet"); \ static_assert(sizeof(FPostProcessingFXCurveSet) == 0x000050, "Wrong size on FPostProcessingFXCurveSet"); \ static_assert(offsetof(FPostProcessingFXCurveSet, BlendCurves) == 0x000000, "Member 'FPostProcessingFXCurveSet::BlendCurves' has a wrong offset!"); \ static_assert(offsetof(FPostProcessingFXCurveSet, PostProcessingScalarCurves) == 0x000010, "Member 'FPostProcessingFXCurveSet::PostProcessingScalarCurves' has a wrong offset!"); \ static_assert(offsetof(FPostProcessingFXCurveSet, PostProcessingColorCurves) == 0x000020, "Member 'FPostProcessingFXCurveSet::PostProcessingColorCurves' has a wrong offset!"); \ static_assert(offsetof(FPostProcessingFXCurveSet, BlendableMaterialScalarCurves) == 0x000030, "Member 'FPostProcessingFXCurveSet::BlendableMaterialScalarCurves' has a wrong offset!"); \ static_assert(offsetof(FPostProcessingFXCurveSet, BlendableMaterialColorCurves) == 0x000040, "Member 'FPostProcessingFXCurveSet::BlendableMaterialColorCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAmendSocapDetails \ static_assert(alignof(FAmendSocapDetails) == 0x000004, "Wrong alignment on FAmendSocapDetails"); \ static_assert(sizeof(FAmendSocapDetails) == 0x000028, "Wrong size on FAmendSocapDetails"); \ static_assert(offsetof(FAmendSocapDetails, socialActionName) == 0x000000, "Member 'FAmendSocapDetails::socialActionName' has a wrong offset!"); \ static_assert(offsetof(FAmendSocapDetails, currentSocap) == 0x000008, "Member 'FAmendSocapDetails::currentSocap' has a wrong offset!"); \ static_assert(offsetof(FAmendSocapDetails, currentSocapStatus) == 0x00000C, "Member 'FAmendSocapDetails::currentSocapStatus' has a wrong offset!"); \ static_assert(offsetof(FAmendSocapDetails, currentSocapStatusPercent) == 0x000014, "Member 'FAmendSocapDetails::currentSocapStatusPercent' has a wrong offset!"); \ static_assert(offsetof(FAmendSocapDetails, deltaSocap) == 0x000018, "Member 'FAmendSocapDetails::deltaSocap' has a wrong offset!"); \ static_assert(offsetof(FAmendSocapDetails, socapReason) == 0x00001C, "Member 'FAmendSocapDetails::socapReason' has a wrong offset!"); \ static_assert(offsetof(FAmendSocapDetails, Magnitude) == 0x000024, "Member 'FAmendSocapDetails::Magnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUpdateNiagaraSkinFXColorCurve \ static_assert(alignof(FUpdateNiagaraSkinFXColorCurve) == 0x000008, "Wrong alignment on FUpdateNiagaraSkinFXColorCurve"); \ static_assert(sizeof(FUpdateNiagaraSkinFXColorCurve) == 0x000220, "Wrong size on FUpdateNiagaraSkinFXColorCurve"); \ static_assert(offsetof(FUpdateNiagaraSkinFXColorCurve, NiagaraParameter) == 0x000000, "Member 'FUpdateNiagaraSkinFXColorCurve::NiagaraParameter' has a wrong offset!"); \ static_assert(offsetof(FUpdateNiagaraSkinFXColorCurve, SkinFXParameter) == 0x000008, "Member 'FUpdateNiagaraSkinFXColorCurve::SkinFXParameter' has a wrong offset!"); \ static_assert(offsetof(FUpdateNiagaraSkinFXColorCurve, Curve) == 0x000010, "Member 'FUpdateNiagaraSkinFXColorCurve::Curve' has a wrong offset!"); \ static_assert(offsetof(FUpdateNiagaraSkinFXColorCurve, bKillWhenDone) == 0x000218, "Member 'FUpdateNiagaraSkinFXColorCurve::bKillWhenDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUpdateNiagaraSkinFXFloatCurve \ static_assert(alignof(FUpdateNiagaraSkinFXFloatCurve) == 0x000008, "Wrong alignment on FUpdateNiagaraSkinFXFloatCurve"); \ static_assert(sizeof(FUpdateNiagaraSkinFXFloatCurve) == 0x0000A0, "Wrong size on FUpdateNiagaraSkinFXFloatCurve"); \ static_assert(offsetof(FUpdateNiagaraSkinFXFloatCurve, NiagaraParameter) == 0x000000, "Member 'FUpdateNiagaraSkinFXFloatCurve::NiagaraParameter' has a wrong offset!"); \ static_assert(offsetof(FUpdateNiagaraSkinFXFloatCurve, SkinFXParameter) == 0x000008, "Member 'FUpdateNiagaraSkinFXFloatCurve::SkinFXParameter' has a wrong offset!"); \ static_assert(offsetof(FUpdateNiagaraSkinFXFloatCurve, Curve) == 0x000010, "Member 'FUpdateNiagaraSkinFXFloatCurve::Curve' has a wrong offset!"); \ static_assert(offsetof(FUpdateNiagaraSkinFXFloatCurve, bKillWhenDone) == 0x000098, "Member 'FUpdateNiagaraSkinFXFloatCurve::bKillWhenDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUpdateNiagaraFXColorCurve \ static_assert(alignof(FUpdateNiagaraFXColorCurve) == 0x000008, "Wrong alignment on FUpdateNiagaraFXColorCurve"); \ static_assert(sizeof(FUpdateNiagaraFXColorCurve) == 0x000218, "Wrong size on FUpdateNiagaraFXColorCurve"); \ static_assert(offsetof(FUpdateNiagaraFXColorCurve, Parameter) == 0x000000, "Member 'FUpdateNiagaraFXColorCurve::Parameter' has a wrong offset!"); \ static_assert(offsetof(FUpdateNiagaraFXColorCurve, Curve) == 0x000008, "Member 'FUpdateNiagaraFXColorCurve::Curve' has a wrong offset!"); \ static_assert(offsetof(FUpdateNiagaraFXColorCurve, bKillWhenDone) == 0x000210, "Member 'FUpdateNiagaraFXColorCurve::bKillWhenDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUpdateNiagaraFXFloatCurve \ static_assert(alignof(FUpdateNiagaraFXFloatCurve) == 0x000008, "Wrong alignment on FUpdateNiagaraFXFloatCurve"); \ static_assert(sizeof(FUpdateNiagaraFXFloatCurve) == 0x000098, "Wrong size on FUpdateNiagaraFXFloatCurve"); \ static_assert(offsetof(FUpdateNiagaraFXFloatCurve, Parameter) == 0x000000, "Member 'FUpdateNiagaraFXFloatCurve::Parameter' has a wrong offset!"); \ static_assert(offsetof(FUpdateNiagaraFXFloatCurve, Curve) == 0x000008, "Member 'FUpdateNiagaraFXFloatCurve::Curve' has a wrong offset!"); \ static_assert(offsetof(FUpdateNiagaraFXFloatCurve, bKillWhenDone) == 0x000090, "Member 'FUpdateNiagaraFXFloatCurve::bKillWhenDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFXUpdateInfo \ static_assert(alignof(FFXUpdateInfo) == 0x000008, "Wrong alignment on FFXUpdateInfo"); \ static_assert(sizeof(FFXUpdateInfo) == 0x000010, "Wrong size on FFXUpdateInfo"); \ #define DUMPER7_ASSERTS_FNiagaraPoserParticleState \ static_assert(alignof(FNiagaraPoserParticleState) == 0x000008, "Wrong alignment on FNiagaraPoserParticleState"); \ static_assert(sizeof(FNiagaraPoserParticleState) == 0x000030, "Wrong size on FNiagaraPoserParticleState"); \ static_assert(offsetof(FNiagaraPoserParticleState, Positions) == 0x000000, "Member 'FNiagaraPoserParticleState::Positions' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPoserParticleState, Orientations) == 0x000010, "Member 'FNiagaraPoserParticleState::Orientations' has a wrong offset!"); \ static_assert(offsetof(FNiagaraPoserParticleState, Scales) == 0x000020, "Member 'FNiagaraPoserParticleState::Scales' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagraPoserParticleQuery \ static_assert(alignof(FNiagraPoserParticleQuery) == 0x000004, "Wrong alignment on FNiagraPoserParticleQuery"); \ static_assert(sizeof(FNiagraPoserParticleQuery) == 0x00001C, "Wrong size on FNiagraPoserParticleQuery"); \ static_assert(offsetof(FNiagraPoserParticleQuery, Position) == 0x000000, "Member 'FNiagraPoserParticleQuery::Position' has a wrong offset!"); \ static_assert(offsetof(FNiagraPoserParticleQuery, Orientation) == 0x000008, "Member 'FNiagraPoserParticleQuery::Orientation' has a wrong offset!"); \ static_assert(offsetof(FNiagraPoserParticleQuery, Scale3D) == 0x000010, "Member 'FNiagraPoserParticleQuery::Scale3D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagraPoserSetup \ static_assert(alignof(FNiagraPoserSetup) == 0x000008, "Wrong alignment on FNiagraPoserSetup"); \ static_assert(sizeof(FNiagraPoserSetup) == 0x000068, "Wrong size on FNiagraPoserSetup"); \ static_assert(offsetof(FNiagraPoserSetup, SkeletalMesh) == 0x000000, "Member 'FNiagraPoserSetup::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(FNiagraPoserSetup, OnlyAnimateBones) == 0x000008, "Member 'FNiagraPoserSetup::OnlyAnimateBones' has a wrong offset!"); \ static_assert(offsetof(FNiagraPoserSetup, DoNotAnimateBones) == 0x000018, "Member 'FNiagraPoserSetup::DoNotAnimateBones' has a wrong offset!"); \ static_assert(offsetof(FNiagraPoserSetup, NiagaraSystem) == 0x000028, "Member 'FNiagraPoserSetup::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(FNiagraPoserSetup, UseSpecificEmitter) == 0x000030, "Member 'FNiagraPoserSetup::UseSpecificEmitter' has a wrong offset!"); \ static_assert(offsetof(FNiagraPoserSetup, ParticleQuery) == 0x000040, "Member 'FNiagraPoserSetup::ParticleQuery' has a wrong offset!"); \ static_assert(offsetof(FNiagraPoserSetup, InitialDelay) == 0x00005C, "Member 'FNiagraPoserSetup::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(FNiagraPoserSetup, LerpTime) == 0x000060, "Member 'FNiagraPoserSetup::LerpTime' has a wrong offset!"); \ static_assert(offsetof(FNiagraPoserSetup, bApplyAlphabetically) == 0x000064, "Member 'FNiagraPoserSetup::bApplyAlphabetically' has a wrong offset!"); \ static_assert(offsetof(FNiagraPoserSetup, bHideUndrivenBones) == 0x000065, "Member 'FNiagraPoserSetup::bHideUndrivenBones' has a wrong offset!"); \ static_assert(offsetof(FNiagraPoserSetup, bOnlyAnimateBones) == 0x000066, "Member 'FNiagraPoserSetup::bOnlyAnimateBones' has a wrong offset!"); \ static_assert(offsetof(FNiagraPoserSetup, bDoNotAnimateBones) == 0x000067, "Member 'FNiagraPoserSetup::bDoNotAnimateBones' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagraPoserBone \ static_assert(alignof(FNiagraPoserBone) == 0x000010, "Wrong alignment on FNiagraPoserBone"); \ static_assert(sizeof(FNiagraPoserBone) == 0x000050, "Wrong size on FNiagraPoserBone"); \ static_assert(offsetof(FNiagraPoserBone, Name) == 0x000000, "Member 'FNiagraPoserBone::Name' has a wrong offset!"); \ static_assert(offsetof(FNiagraPoserBone, Index) == 0x000008, "Member 'FNiagraPoserBone::Index' has a wrong offset!"); \ static_assert(offsetof(FNiagraPoserBone, InitialTransform) == 0x000010, "Member 'FNiagraPoserBone::InitialTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChallengeNotificationData \ static_assert(alignof(FChallengeNotificationData) == 0x000004, "Wrong alignment on FChallengeNotificationData"); \ static_assert(sizeof(FChallengeNotificationData) == 0x000018, "Wrong size on FChallengeNotificationData"); \ static_assert(offsetof(FChallengeNotificationData, ChallengeID) == 0x000000, "Member 'FChallengeNotificationData::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(FChallengeNotificationData, ChallengeCategory) == 0x000008, "Member 'FChallengeNotificationData::ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(FChallengeNotificationData, Completed) == 0x000010, "Member 'FChallengeNotificationData::Completed' has a wrong offset!"); \ static_assert(offsetof(FChallengeNotificationData, Total) == 0x000014, "Member 'FChallengeNotificationData::Total' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCollectionNotificationData \ static_assert(alignof(FCollectionNotificationData) == 0x000004, "Wrong alignment on FCollectionNotificationData"); \ static_assert(sizeof(FCollectionNotificationData) == 0x000010, "Wrong size on FCollectionNotificationData"); \ static_assert(offsetof(FCollectionNotificationData, CollectionID) == 0x000000, "Member 'FCollectionNotificationData::CollectionID' has a wrong offset!"); \ static_assert(offsetof(FCollectionNotificationData, CollectionCategory) == 0x000008, "Member 'FCollectionNotificationData::CollectionCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPickupNotificationData \ static_assert(alignof(FPickupNotificationData) == 0x000008, "Wrong alignment on FPickupNotificationData"); \ static_assert(sizeof(FPickupNotificationData) == 0x000060, "Wrong size on FPickupNotificationData"); \ static_assert(offsetof(FPickupNotificationData, ItemName) == 0x000000, "Member 'FPickupNotificationData::ItemName' has a wrong offset!"); \ static_assert(offsetof(FPickupNotificationData, DisplayName) == 0x000010, "Member 'FPickupNotificationData::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FPickupNotificationData, IsNameTranslatable) == 0x000020, "Member 'FPickupNotificationData::IsNameTranslatable' has a wrong offset!"); \ static_assert(offsetof(FPickupNotificationData, ItemIcon) == 0x000028, "Member 'FPickupNotificationData::ItemIcon' has a wrong offset!"); \ static_assert(offsetof(FPickupNotificationData, ItemCount) == 0x000038, "Member 'FPickupNotificationData::ItemCount' has a wrong offset!"); \ static_assert(offsetof(FPickupNotificationData, HeaderText) == 0x000040, "Member 'FPickupNotificationData::HeaderText' has a wrong offset!"); \ static_assert(offsetof(FPickupNotificationData, SpecialCollection) == 0x000050, "Member 'FPickupNotificationData::SpecialCollection' has a wrong offset!"); \ static_assert(offsetof(FPickupNotificationData, ItemVariation) == 0x000054, "Member 'FPickupNotificationData::ItemVariation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGenericNotificationData \ static_assert(alignof(FGenericNotificationData) == 0x000008, "Wrong alignment on FGenericNotificationData"); \ static_assert(sizeof(FGenericNotificationData) == 0x000030, "Wrong size on FGenericNotificationData"); \ static_assert(offsetof(FGenericNotificationData, HeaderText) == 0x000000, "Member 'FGenericNotificationData::HeaderText' has a wrong offset!"); \ static_assert(offsetof(FGenericNotificationData, SubheaderText) == 0x000010, "Member 'FGenericNotificationData::SubheaderText' has a wrong offset!"); \ static_assert(offsetof(FGenericNotificationData, IconName) == 0x000020, "Member 'FGenericNotificationData::IconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVaultRangeSet \ static_assert(alignof(FVaultRangeSet) == 0x000008, "Wrong alignment on FVaultRangeSet"); \ static_assert(sizeof(FVaultRangeSet) == 0x000020, "Wrong size on FVaultRangeSet"); \ static_assert(offsetof(FVaultRangeSet, VaultAbility) == 0x000000, "Member 'FVaultRangeSet::VaultAbility' has a wrong offset!"); \ static_assert(offsetof(FVaultRangeSet, LowerLimit) == 0x000008, "Member 'FVaultRangeSet::LowerLimit' has a wrong offset!"); \ static_assert(offsetof(FVaultRangeSet, HigherLimit) == 0x00000C, "Member 'FVaultRangeSet::HigherLimit' has a wrong offset!"); \ static_assert(offsetof(FVaultRangeSet, bUsePreAlignment) == 0x000010, "Member 'FVaultRangeSet::bUsePreAlignment' has a wrong offset!"); \ static_assert(offsetof(FVaultRangeSet, RelativeAlignmentLocation) == 0x000014, "Member 'FVaultRangeSet::RelativeAlignmentLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVaultSettings \ static_assert(alignof(FVaultSettings) == 0x000008, "Wrong alignment on FVaultSettings"); \ static_assert(sizeof(FVaultSettings) == 0x000020, "Wrong size on FVaultSettings"); \ static_assert(offsetof(FVaultSettings, bForceReachingVaultLinkEndLocation) == 0x000000, "Member 'FVaultSettings::bForceReachingVaultLinkEndLocation' has a wrong offset!"); \ static_assert(offsetof(FVaultSettings, bSnapRotationBeforeVault) == 0x000001, "Member 'FVaultSettings::bSnapRotationBeforeVault' has a wrong offset!"); \ static_assert(offsetof(FVaultSettings, VaultAbility) == 0x000008, "Member 'FVaultSettings::VaultAbility' has a wrong offset!"); \ static_assert(offsetof(FVaultSettings, VaultVariations) == 0x000010, "Member 'FVaultSettings::VaultVariations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlideSettings \ static_assert(alignof(FSlideSettings) == 0x000008, "Wrong alignment on FSlideSettings"); \ static_assert(sizeof(FSlideSettings) == 0x000040, "Wrong size on FSlideSettings"); \ static_assert(offsetof(FSlideSettings, SlideReactionMunition) == 0x000000, "Member 'FSlideSettings::SlideReactionMunition' has a wrong offset!"); \ static_assert(offsetof(FSlideSettings, SlideReactionTag) == 0x000008, "Member 'FSlideSettings::SlideReactionTag' has a wrong offset!"); \ static_assert(offsetof(FSlideSettings, SlideReactionAbility) == 0x000028, "Member 'FSlideSettings::SlideReactionAbility' has a wrong offset!"); \ static_assert(offsetof(FSlideSettings, SweepUpOffset) == 0x000030, "Member 'FSlideSettings::SweepUpOffset' has a wrong offset!"); \ static_assert(offsetof(FSlideSettings, SweepRadius) == 0x000034, "Member 'FSlideSettings::SweepRadius' has a wrong offset!"); \ static_assert(offsetof(FSlideSettings, SweepFallbackDist) == 0x000038, "Member 'FSlideSettings::SweepFallbackDist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSMeshWidgetParticleEmitterProperties \ static_assert(alignof(FSMeshWidgetParticleEmitterProperties) == 0x000004, "Wrong alignment on FSMeshWidgetParticleEmitterProperties"); \ static_assert(sizeof(FSMeshWidgetParticleEmitterProperties) == 0x000048, "Wrong size on FSMeshWidgetParticleEmitterProperties"); \ static_assert(offsetof(FSMeshWidgetParticleEmitterProperties, EmitterType) == 0x000000, "Member 'FSMeshWidgetParticleEmitterProperties::EmitterType' has a wrong offset!"); \ static_assert(offsetof(FSMeshWidgetParticleEmitterProperties, RunOnStart) == 0x000001, "Member 'FSMeshWidgetParticleEmitterProperties::RunOnStart' has a wrong offset!"); \ static_assert(offsetof(FSMeshWidgetParticleEmitterProperties, FixToWidgetGeometry) == 0x000002, "Member 'FSMeshWidgetParticleEmitterProperties::FixToWidgetGeometry' has a wrong offset!"); \ static_assert(offsetof(FSMeshWidgetParticleEmitterProperties, ParticlesPerSecond) == 0x000004, "Member 'FSMeshWidgetParticleEmitterProperties::ParticlesPerSecond' has a wrong offset!"); \ static_assert(offsetof(FSMeshWidgetParticleEmitterProperties, MinEmissionAngle) == 0x000008, "Member 'FSMeshWidgetParticleEmitterProperties::MinEmissionAngle' has a wrong offset!"); \ static_assert(offsetof(FSMeshWidgetParticleEmitterProperties, MaxEmissionAngle) == 0x00000C, "Member 'FSMeshWidgetParticleEmitterProperties::MaxEmissionAngle' has a wrong offset!"); \ static_assert(offsetof(FSMeshWidgetParticleEmitterProperties, MinLifeTime) == 0x000010, "Member 'FSMeshWidgetParticleEmitterProperties::MinLifeTime' has a wrong offset!"); \ static_assert(offsetof(FSMeshWidgetParticleEmitterProperties, MaxLifeTime) == 0x000014, "Member 'FSMeshWidgetParticleEmitterProperties::MaxLifeTime' has a wrong offset!"); \ static_assert(offsetof(FSMeshWidgetParticleEmitterProperties, MinSpeed) == 0x000018, "Member 'FSMeshWidgetParticleEmitterProperties::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FSMeshWidgetParticleEmitterProperties, MaxSpeed) == 0x00001C, "Member 'FSMeshWidgetParticleEmitterProperties::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FSMeshWidgetParticleEmitterProperties, StartScale) == 0x000020, "Member 'FSMeshWidgetParticleEmitterProperties::StartScale' has a wrong offset!"); \ static_assert(offsetof(FSMeshWidgetParticleEmitterProperties, EndScale) == 0x000024, "Member 'FSMeshWidgetParticleEmitterProperties::EndScale' has a wrong offset!"); \ static_assert(offsetof(FSMeshWidgetParticleEmitterProperties, Force) == 0x000028, "Member 'FSMeshWidgetParticleEmitterProperties::Force' has a wrong offset!"); \ static_assert(offsetof(FSMeshWidgetParticleEmitterProperties, RandomForceMin) == 0x000030, "Member 'FSMeshWidgetParticleEmitterProperties::RandomForceMin' has a wrong offset!"); \ static_assert(offsetof(FSMeshWidgetParticleEmitterProperties, RandomForceMax) == 0x000038, "Member 'FSMeshWidgetParticleEmitterProperties::RandomForceMax' has a wrong offset!"); \ static_assert(offsetof(FSMeshWidgetParticleEmitterProperties, RandomForceRateOfChange) == 0x000040, "Member 'FSMeshWidgetParticleEmitterProperties::RandomForceRateOfChange' has a wrong offset!"); \ static_assert(offsetof(FSMeshWidgetParticleEmitterProperties, RandomForceScaleOfChange) == 0x000044, "Member 'FSMeshWidgetParticleEmitterProperties::RandomForceScaleOfChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClimbLadderSet \ static_assert(alignof(FClimbLadderSet) == 0x000008, "Wrong alignment on FClimbLadderSet"); \ static_assert(sizeof(FClimbLadderSet) == 0x000018, "Wrong size on FClimbLadderSet"); \ static_assert(offsetof(FClimbLadderSet, OverrideClimbAbility) == 0x000000, "Member 'FClimbLadderSet::OverrideClimbAbility' has a wrong offset!"); \ static_assert(offsetof(FClimbLadderSet, bUsePreAlignment) == 0x000008, "Member 'FClimbLadderSet::bUsePreAlignment' has a wrong offset!"); \ static_assert(offsetof(FClimbLadderSet, RelativeAlignmentLocation) == 0x00000C, "Member 'FClimbLadderSet::RelativeAlignmentLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLadderSettings \ static_assert(alignof(FLadderSettings) == 0x000008, "Wrong alignment on FLadderSettings"); \ static_assert(sizeof(FLadderSettings) == 0x0000A8, "Wrong size on FLadderSettings"); \ static_assert(offsetof(FLadderSettings, LadderAbility) == 0x000000, "Member 'FLadderSettings::LadderAbility' has a wrong offset!"); \ static_assert(offsetof(FLadderSettings, bForceReachingClimbLinkEndLocation) == 0x000008, "Member 'FLadderSettings::bForceReachingClimbLinkEndLocation' has a wrong offset!"); \ static_assert(offsetof(FLadderSettings, bSnapRotationBeforeClimb) == 0x000009, "Member 'FLadderSettings::bSnapRotationBeforeClimb' has a wrong offset!"); \ static_assert(offsetof(FLadderSettings, DefaultHorizontalOffset) == 0x00000C, "Member 'FLadderSettings::DefaultHorizontalOffset' has a wrong offset!"); \ static_assert(offsetof(FLadderSettings, TopDismountTolerance) == 0x000010, "Member 'FLadderSettings::TopDismountTolerance' has a wrong offset!"); \ static_assert(offsetof(FLadderSettings, BottomDismountTolerance) == 0x000014, "Member 'FLadderSettings::BottomDismountTolerance' has a wrong offset!"); \ static_assert(offsetof(FLadderSettings, MountBottom) == 0x000018, "Member 'FLadderSettings::MountBottom' has a wrong offset!"); \ static_assert(offsetof(FLadderSettings, MountTop) == 0x000030, "Member 'FLadderSettings::MountTop' has a wrong offset!"); \ static_assert(offsetof(FLadderSettings, DismountTop) == 0x000048, "Member 'FLadderSettings::DismountTop' has a wrong offset!"); \ static_assert(offsetof(FLadderSettings, DismountBottom) == 0x000060, "Member 'FLadderSettings::DismountBottom' has a wrong offset!"); \ static_assert(offsetof(FLadderSettings, ClimbUp) == 0x000078, "Member 'FLadderSettings::ClimbUp' has a wrong offset!"); \ static_assert(offsetof(FLadderSettings, ClimbDown) == 0x000090, "Member 'FLadderSettings::ClimbDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClimbRangeSet \ static_assert(alignof(FClimbRangeSet) == 0x000008, "Wrong alignment on FClimbRangeSet"); \ static_assert(sizeof(FClimbRangeSet) == 0x000020, "Wrong size on FClimbRangeSet"); \ static_assert(offsetof(FClimbRangeSet, ClimbAbility) == 0x000000, "Member 'FClimbRangeSet::ClimbAbility' has a wrong offset!"); \ static_assert(offsetof(FClimbRangeSet, LowerLimit) == 0x000008, "Member 'FClimbRangeSet::LowerLimit' has a wrong offset!"); \ static_assert(offsetof(FClimbRangeSet, HigherLimit) == 0x00000C, "Member 'FClimbRangeSet::HigherLimit' has a wrong offset!"); \ static_assert(offsetof(FClimbRangeSet, bUsePreAlignment) == 0x000010, "Member 'FClimbRangeSet::bUsePreAlignment' has a wrong offset!"); \ static_assert(offsetof(FClimbRangeSet, RelativeAlignmentLocation) == 0x000014, "Member 'FClimbRangeSet::RelativeAlignmentLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClimbSettings \ static_assert(alignof(FClimbSettings) == 0x000008, "Wrong alignment on FClimbSettings"); \ static_assert(sizeof(FClimbSettings) == 0x000030, "Wrong size on FClimbSettings"); \ static_assert(offsetof(FClimbSettings, bForceReachingClimbLinkEndLocation) == 0x000000, "Member 'FClimbSettings::bForceReachingClimbLinkEndLocation' has a wrong offset!"); \ static_assert(offsetof(FClimbSettings, bSnapRotationBeforeClimb) == 0x000001, "Member 'FClimbSettings::bSnapRotationBeforeClimb' has a wrong offset!"); \ static_assert(offsetof(FClimbSettings, ClimbAbility) == 0x000008, "Member 'FClimbSettings::ClimbAbility' has a wrong offset!"); \ static_assert(offsetof(FClimbSettings, JumpToClimbAbility) == 0x000010, "Member 'FClimbSettings::JumpToClimbAbility' has a wrong offset!"); \ static_assert(offsetof(FClimbSettings, SwimClimbAbility) == 0x000018, "Member 'FClimbSettings::SwimClimbAbility' has a wrong offset!"); \ static_assert(offsetof(FClimbSettings, ClimbVariations) == 0x000020, "Member 'FClimbSettings::ClimbVariations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFadingState \ static_assert(alignof(FFadingState) == 0x000004, "Wrong alignment on FFadingState"); \ static_assert(sizeof(FFadingState) == 0x000008, "Wrong size on FFadingState"); \ #define DUMPER7_ASSERTS_FWingardiumRestoreData \ static_assert(alignof(FWingardiumRestoreData) == 0x000004, "Wrong alignment on FWingardiumRestoreData"); \ static_assert(sizeof(FWingardiumRestoreData) == 0x000014, "Wrong size on FWingardiumRestoreData"); \ #define DUMPER7_ASSERTS_FSuspendHermesData \ static_assert(alignof(FSuspendHermesData) == 0x000001, "Wrong alignment on FSuspendHermesData"); \ static_assert(sizeof(FSuspendHermesData) == 0x000002, "Wrong size on FSuspendHermesData"); \ #define DUMPER7_ASSERTS_FNPC_TargetPerceptionParams \ static_assert(alignof(FNPC_TargetPerceptionParams) == 0x000004, "Wrong alignment on FNPC_TargetPerceptionParams"); \ static_assert(sizeof(FNPC_TargetPerceptionParams) == 0x00003C, "Wrong size on FNPC_TargetPerceptionParams"); \ static_assert(offsetof(FNPC_TargetPerceptionParams, bPlayerOnly) == 0x000000, "Member 'FNPC_TargetPerceptionParams::bPlayerOnly' has a wrong offset!"); \ static_assert(offsetof(FNPC_TargetPerceptionParams, bTargetsFromTeammates) == 0x000001, "Member 'FNPC_TargetPerceptionParams::bTargetsFromTeammates' has a wrong offset!"); \ static_assert(offsetof(FNPC_TargetPerceptionParams, CrimeSceneTeamName) == 0x000004, "Member 'FNPC_TargetPerceptionParams::CrimeSceneTeamName' has a wrong offset!"); \ static_assert(offsetof(FNPC_TargetPerceptionParams, AttackTeamName) == 0x00000C, "Member 'FNPC_TargetPerceptionParams::AttackTeamName' has a wrong offset!"); \ static_assert(offsetof(FNPC_TargetPerceptionParams, NotifyTeamName) == 0x000014, "Member 'FNPC_TargetPerceptionParams::NotifyTeamName' has a wrong offset!"); \ static_assert(offsetof(FNPC_TargetPerceptionParams, bResultSuccess) == 0x00001C, "Member 'FNPC_TargetPerceptionParams::bResultSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_PathSpec \ static_assert(alignof(FNPC_PathSpec) == 0x000008, "Wrong alignment on FNPC_PathSpec"); \ static_assert(sizeof(FNPC_PathSpec) == 0x000058, "Wrong size on FNPC_PathSpec"); \ static_assert(offsetof(FNPC_PathSpec, Type) == 0x000000, "Member 'FNPC_PathSpec::Type' has a wrong offset!"); \ static_assert(offsetof(FNPC_PathSpec, PathSpec) == 0x000008, "Member 'FNPC_PathSpec::PathSpec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_SpellReactionInfo \ static_assert(alignof(FNPC_SpellReactionInfo) == 0x000001, "Wrong alignment on FNPC_SpellReactionInfo"); \ static_assert(sizeof(FNPC_SpellReactionInfo) == 0x000008, "Wrong size on FNPC_SpellReactionInfo"); \ #define DUMPER7_ASSERTS_FEnemy_AlertData \ static_assert(alignof(FEnemy_AlertData) == 0x000004, "Wrong alignment on FEnemy_AlertData"); \ static_assert(sizeof(FEnemy_AlertData) == 0x000008, "Wrong size on FEnemy_AlertData"); \ #define DUMPER7_ASSERTS_FNPC_NavPath \ static_assert(alignof(FNPC_NavPath) == 0x000008, "Wrong alignment on FNPC_NavPath"); \ static_assert(sizeof(FNPC_NavPath) == 0x000020, "Wrong size on FNPC_NavPath"); \ static_assert(offsetof(FNPC_NavPath, bPathGenerated) == 0x000000, "Member 'FNPC_NavPath::bPathGenerated' has a wrong offset!"); \ static_assert(offsetof(FNPC_NavPath, Points) == 0x000008, "Member 'FNPC_NavPath::Points' has a wrong offset!"); \ static_assert(offsetof(FNPC_NavPath, bPathIsPartial) == 0x000018, "Member 'FNPC_NavPath::bPathIsPartial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_LimitAttackOnTargetData \ static_assert(alignof(FEnemy_LimitAttackOnTargetData) == 0x000004, "Wrong alignment on FEnemy_LimitAttackOnTargetData"); \ static_assert(sizeof(FEnemy_LimitAttackOnTargetData) == 0x000008, "Wrong size on FEnemy_LimitAttackOnTargetData"); \ static_assert(offsetof(FEnemy_LimitAttackOnTargetData, TimeToFireEnd) == 0x000000, "Member 'FEnemy_LimitAttackOnTargetData::TimeToFireEnd' has a wrong offset!"); \ static_assert(offsetof(FEnemy_LimitAttackOnTargetData, StartTimeout) == 0x000004, "Member 'FEnemy_LimitAttackOnTargetData::StartTimeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_ParryParamData \ static_assert(alignof(FEnemy_ParryParamData) == 0x000004, "Wrong alignment on FEnemy_ParryParamData"); \ static_assert(sizeof(FEnemy_ParryParamData) == 0x000010, "Wrong size on FEnemy_ParryParamData"); \ static_assert(offsetof(FEnemy_ParryParamData, bWindowOpenUntilImpact) == 0x000000, "Member 'FEnemy_ParryParamData::bWindowOpenUntilImpact' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryParamData, WindowLength) == 0x000004, "Member 'FEnemy_ParryParamData::WindowLength' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryParamData, LeadInSkipLength) == 0x000008, "Member 'FEnemy_ParryParamData::LeadInSkipLength' has a wrong offset!"); \ static_assert(offsetof(FEnemy_ParryParamData, bCanSuspendRelease) == 0x00000C, "Member 'FEnemy_ParryParamData::bCanSuspendRelease' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTextureUtilBucket \ static_assert(alignof(FTextureUtilBucket) == 0x000004, "Wrong alignment on FTextureUtilBucket"); \ static_assert(sizeof(FTextureUtilBucket) == 0x00000C, "Wrong size on FTextureUtilBucket"); \ #define DUMPER7_ASSERTS_FNPC_GameStateMobilityData \ static_assert(alignof(FNPC_GameStateMobilityData) == 0x000004, "Wrong alignment on FNPC_GameStateMobilityData"); \ static_assert(sizeof(FNPC_GameStateMobilityData) == 0x00000C, "Wrong size on FNPC_GameStateMobilityData"); \ static_assert(offsetof(FNPC_GameStateMobilityData, State) == 0x000000, "Member 'FNPC_GameStateMobilityData::State' has a wrong offset!"); \ static_assert(offsetof(FNPC_GameStateMobilityData, Mobility) == 0x000001, "Member 'FNPC_GameStateMobilityData::Mobility' has a wrong offset!"); \ static_assert(offsetof(FNPC_GameStateMobilityData, bOverrideSpeed) == 0x000002, "Member 'FNPC_GameStateMobilityData::bOverrideSpeed' has a wrong offset!"); \ static_assert(offsetof(FNPC_GameStateMobilityData, MinSpeed) == 0x000004, "Member 'FNPC_GameStateMobilityData::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FNPC_GameStateMobilityData, MaxSpeed) == 0x000008, "Member 'FNPC_GameStateMobilityData::MaxSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_HouseElfData \ static_assert(alignof(FNPC_HouseElfData) == 0x000008, "Wrong alignment on FNPC_HouseElfData"); \ static_assert(sizeof(FNPC_HouseElfData) == 0x000028, "Wrong size on FNPC_HouseElfData"); \ static_assert(offsetof(FNPC_HouseElfData, HidingAbility) == 0x000000, "Member 'FNPC_HouseElfData::HidingAbility' has a wrong offset!"); \ static_assert(offsetof(FNPC_HouseElfData, SightedAbility) == 0x000008, "Member 'FNPC_HouseElfData::SightedAbility' has a wrong offset!"); \ static_assert(offsetof(FNPC_HouseElfData, FleeAbility) == 0x000010, "Member 'FNPC_HouseElfData::FleeAbility' has a wrong offset!"); \ static_assert(offsetof(FNPC_HouseElfData, BefriendAbility) == 0x000018, "Member 'FNPC_HouseElfData::BefriendAbility' has a wrong offset!"); \ static_assert(offsetof(FNPC_HouseElfData, ScaredTime) == 0x000020, "Member 'FNPC_HouseElfData::ScaredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFinisherData \ static_assert(alignof(FFinisherData) == 0x000008, "Wrong alignment on FFinisherData"); \ static_assert(sizeof(FFinisherData) == 0x000050, "Wrong size on FFinisherData"); \ static_assert(offsetof(FFinisherData, AvatarAbility) == 0x000000, "Member 'FFinisherData::AvatarAbility' has a wrong offset!"); \ static_assert(offsetof(FFinisherData, MunitionTags) == 0x000028, "Member 'FFinisherData::MunitionTags' has a wrong offset!"); \ static_assert(offsetof(FFinisherData, weight) == 0x000048, "Member 'FFinisherData::weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFinisherRequirementData \ static_assert(alignof(FFinisherRequirementData) == 0x000008, "Wrong alignment on FFinisherRequirementData"); \ static_assert(sizeof(FFinisherRequirementData) == 0x000060, "Wrong size on FFinisherRequirementData"); \ static_assert(offsetof(FFinisherRequirementData, KillAbilities) == 0x000000, "Member 'FFinisherRequirementData::KillAbilities' has a wrong offset!"); \ static_assert(offsetof(FFinisherRequirementData, NoKillAbilities) == 0x000010, "Member 'FFinisherRequirementData::NoKillAbilities' has a wrong offset!"); \ static_assert(offsetof(FFinisherRequirementData, MultiVFXAbilities) == 0x000020, "Member 'FFinisherRequirementData::MultiVFXAbilities' has a wrong offset!"); \ static_assert(offsetof(FFinisherRequirementData, bRequireMinDistance) == 0x000030, "Member 'FFinisherRequirementData::bRequireMinDistance' has a wrong offset!"); \ static_assert(offsetof(FFinisherRequirementData, MinDistance) == 0x000034, "Member 'FFinisherRequirementData::MinDistance' has a wrong offset!"); \ static_assert(offsetof(FFinisherRequirementData, bRequireMaxDistance) == 0x000038, "Member 'FFinisherRequirementData::bRequireMaxDistance' has a wrong offset!"); \ static_assert(offsetof(FFinisherRequirementData, MaxDistance) == 0x00003C, "Member 'FFinisherRequirementData::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(FFinisherRequirementData, bMustBeOnGround) == 0x000040, "Member 'FFinisherRequirementData::bMustBeOnGround' has a wrong offset!"); \ static_assert(offsetof(FFinisherRequirementData, bMustBeInAir) == 0x000041, "Member 'FFinisherRequirementData::bMustBeInAir' has a wrong offset!"); \ static_assert(offsetof(FFinisherRequirementData, bMustBeArmed) == 0x000042, "Member 'FFinisherRequirementData::bMustBeArmed' has a wrong offset!"); \ static_assert(offsetof(FFinisherRequirementData, RequiredSpellUnlocks) == 0x000048, "Member 'FFinisherRequirementData::RequiredSpellUnlocks' has a wrong offset!"); \ static_assert(offsetof(FFinisherRequirementData, FinisherFilterTag) == 0x000058, "Member 'FFinisherRequirementData::FinisherFilterTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_AbilityTaskMovementEntry \ static_assert(alignof(FNPC_AbilityTaskMovementEntry) == 0x000004, "Wrong alignment on FNPC_AbilityTaskMovementEntry"); \ static_assert(sizeof(FNPC_AbilityTaskMovementEntry) == 0x000024, "Wrong size on FNPC_AbilityTaskMovementEntry"); \ #define DUMPER7_ASSERTS_FNPC_PerceptionChoiceOverride \ static_assert(alignof(FNPC_PerceptionChoiceOverride) == 0x000004, "Wrong alignment on FNPC_PerceptionChoiceOverride"); \ static_assert(sizeof(FNPC_PerceptionChoiceOverride) == 0x000008, "Wrong size on FNPC_PerceptionChoiceOverride"); \ #define DUMPER7_ASSERTS_FEnemyAIBehaviorTreeDataTable \ static_assert(alignof(FEnemyAIBehaviorTreeDataTable) == 0x000008, "Wrong alignment on FEnemyAIBehaviorTreeDataTable"); \ static_assert(sizeof(FEnemyAIBehaviorTreeDataTable) == 0x000018, "Wrong size on FEnemyAIBehaviorTreeDataTable"); \ static_assert(offsetof(FEnemyAIBehaviorTreeDataTable, GameplayTag) == 0x000008, "Member 'FEnemyAIBehaviorTreeDataTable::GameplayTag' has a wrong offset!"); \ static_assert(offsetof(FEnemyAIBehaviorTreeDataTable, BehaviorTreePtr) == 0x000010, "Member 'FEnemyAIBehaviorTreeDataTable::BehaviorTreePtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_LOSTraceParams \ static_assert(alignof(FNPC_LOSTraceParams) == 0x000004, "Wrong alignment on FNPC_LOSTraceParams"); \ static_assert(sizeof(FNPC_LOSTraceParams) == 0x000024, "Wrong size on FNPC_LOSTraceParams"); \ static_assert(offsetof(FNPC_LOSTraceParams, TargetAway) == 0x000000, "Member 'FNPC_LOSTraceParams::TargetAway' has a wrong offset!"); \ static_assert(offsetof(FNPC_LOSTraceParams, TargetUp) == 0x000004, "Member 'FNPC_LOSTraceParams::TargetUp' has a wrong offset!"); \ static_assert(offsetof(FNPC_LOSTraceParams, TargetSwimmingUp) == 0x000008, "Member 'FNPC_LOSTraceParams::TargetSwimmingUp' has a wrong offset!"); \ static_assert(offsetof(FNPC_LOSTraceParams, TargetHalfCapsuleScale) == 0x00000C, "Member 'FNPC_LOSTraceParams::TargetHalfCapsuleScale' has a wrong offset!"); \ static_assert(offsetof(FNPC_LOSTraceParams, PerceiverUp) == 0x000010, "Member 'FNPC_LOSTraceParams::PerceiverUp' has a wrong offset!"); \ static_assert(offsetof(FNPC_LOSTraceParams, PerceiverSwimmingUp) == 0x000014, "Member 'FNPC_LOSTraceParams::PerceiverSwimmingUp' has a wrong offset!"); \ static_assert(offsetof(FNPC_LOSTraceParams, PerceiverHalfCapsuleScale) == 0x000018, "Member 'FNPC_LOSTraceParams::PerceiverHalfCapsuleScale' has a wrong offset!"); \ static_assert(offsetof(FNPC_LOSTraceParams, Radius) == 0x00001C, "Member 'FNPC_LOSTraceParams::Radius' has a wrong offset!"); \ static_assert(offsetof(FNPC_LOSTraceParams, NPC2NPCUp) == 0x000020, "Member 'FNPC_LOSTraceParams::NPC2NPCUp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_PerceptionEvent \ static_assert(alignof(FNPC_PerceptionEvent) == 0x000008, "Wrong alignment on FNPC_PerceptionEvent"); \ static_assert(sizeof(FNPC_PerceptionEvent) == 0x0000F8, "Wrong size on FNPC_PerceptionEvent"); \ #define DUMPER7_ASSERTS_FNPC_SecondaryTargetData \ static_assert(alignof(FNPC_SecondaryTargetData) == 0x000004, "Wrong alignment on FNPC_SecondaryTargetData"); \ static_assert(sizeof(FNPC_SecondaryTargetData) == 0x000010, "Wrong size on FNPC_SecondaryTargetData"); \ #define DUMPER7_ASSERTS_FNPC_ActionParams \ static_assert(alignof(FNPC_ActionParams) == 0x000008, "Wrong alignment on FNPC_ActionParams"); \ static_assert(sizeof(FNPC_ActionParams) == 0x000038, "Wrong size on FNPC_ActionParams"); \ static_assert(offsetof(FNPC_ActionParams, ActorPtr) == 0x000000, "Member 'FNPC_ActionParams::ActorPtr' has a wrong offset!"); \ static_assert(offsetof(FNPC_ActionParams, Loc) == 0x000008, "Member 'FNPC_ActionParams::Loc' has a wrong offset!"); \ static_assert(offsetof(FNPC_ActionParams, TagContainer) == 0x000018, "Member 'FNPC_ActionParams::TagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_SpawnData \ static_assert(alignof(FNPC_SpawnData) == 0x000008, "Wrong alignment on FNPC_SpawnData"); \ static_assert(sizeof(FNPC_SpawnData) == 0x000058, "Wrong size on FNPC_SpawnData"); \ static_assert(offsetof(FNPC_SpawnData, Type) == 0x000000, "Member 'FNPC_SpawnData::Type' has a wrong offset!"); \ static_assert(offsetof(FNPC_SpawnData, bHideOnSpawnStart) == 0x000001, "Member 'FNPC_SpawnData::bHideOnSpawnStart' has a wrong offset!"); \ static_assert(offsetof(FNPC_SpawnData, bUnhideOnSpawnStartDelay) == 0x000004, "Member 'FNPC_SpawnData::bUnhideOnSpawnStartDelay' has a wrong offset!"); \ static_assert(offsetof(FNPC_SpawnData, bApplyForceOnSpawn) == 0x000008, "Member 'FNPC_SpawnData::bApplyForceOnSpawn' has a wrong offset!"); \ static_assert(offsetof(FNPC_SpawnData, bTurnToTargetOnSpawn) == 0x000009, "Member 'FNPC_SpawnData::bTurnToTargetOnSpawn' has a wrong offset!"); \ static_assert(offsetof(FNPC_SpawnData, IATags) == 0x000010, "Member 'FNPC_SpawnData::IATags' has a wrong offset!"); \ static_assert(offsetof(FNPC_SpawnData, AATags) == 0x000030, "Member 'FNPC_SpawnData::AATags' has a wrong offset!"); \ static_assert(offsetof(FNPC_SpawnData, SpawnBehaviorTree) == 0x000050, "Member 'FNPC_SpawnData::SpawnBehaviorTree' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_SpawnLocationMap \ static_assert(alignof(FNPC_SpawnLocationMap) == 0x000008, "Wrong alignment on FNPC_SpawnLocationMap"); \ static_assert(sizeof(FNPC_SpawnLocationMap) == 0x000018, "Wrong size on FNPC_SpawnLocationMap"); \ static_assert(offsetof(FNPC_SpawnLocationMap, Location) == 0x000000, "Member 'FNPC_SpawnLocationMap::Location' has a wrong offset!"); \ static_assert(offsetof(FNPC_SpawnLocationMap, Type) == 0x000010, "Member 'FNPC_SpawnLocationMap::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_MobilityUberData \ static_assert(alignof(FNPC_MobilityUberData) == 0x000008, "Wrong alignment on FNPC_MobilityUberData"); \ static_assert(sizeof(FNPC_MobilityUberData) == 0x000030, "Wrong size on FNPC_MobilityUberData"); \ static_assert(offsetof(FNPC_MobilityUberData, Mode) == 0x000000, "Member 'FNPC_MobilityUberData::Mode' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityUberData, MobilityChoice) == 0x000008, "Member 'FNPC_MobilityUberData::MobilityChoice' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityUberData, GameContext) == 0x000010, "Member 'FNPC_MobilityUberData::GameContext' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityUberData, StairsSlopeState) == 0x000011, "Member 'FNPC_MobilityUberData::StairsSlopeState' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityUberData, FireContext) == 0x000012, "Member 'FNPC_MobilityUberData::FireContext' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityUberData, GameState) == 0x000013, "Member 'FNPC_MobilityUberData::GameState' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityUberData, GameSubState) == 0x000014, "Member 'FNPC_MobilityUberData::GameSubState' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityUberData, GameAttackState) == 0x000015, "Member 'FNPC_MobilityUberData::GameAttackState' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityUberData, Priority) == 0x000018, "Member 'FNPC_MobilityUberData::Priority' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityUberData, bOverrideSpeed) == 0x00001C, "Member 'FNPC_MobilityUberData::bOverrideSpeed' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityUberData, MinSpeed) == 0x000020, "Member 'FNPC_MobilityUberData::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityUberData, MaxSpeed) == 0x000024, "Member 'FNPC_MobilityUberData::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FNPC_MobilityUberData, SpeedChoice) == 0x000028, "Member 'FNPC_MobilityUberData::SpeedChoice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_PerceptionInfo \ static_assert(alignof(FNPC_PerceptionInfo) == 0x000004, "Wrong alignment on FNPC_PerceptionInfo"); \ static_assert(sizeof(FNPC_PerceptionInfo) == 0x000030, "Wrong size on FNPC_PerceptionInfo"); \ #define DUMPER7_ASSERTS_FVendorInfo \ static_assert(alignof(FVendorInfo) == 0x000004, "Wrong alignment on FVendorInfo"); \ static_assert(sizeof(FVendorInfo) == 0x000010, "Wrong size on FVendorInfo"); \ static_assert(offsetof(FVendorInfo, VendorID) == 0x000000, "Member 'FVendorInfo::VendorID' has a wrong offset!"); \ static_assert(offsetof(FVendorInfo, VendorLocationID) == 0x000008, "Member 'FVendorInfo::VendorLocationID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_AbilityChannel \ static_assert(alignof(FNPC_AbilityChannel) == 0x000008, "Wrong alignment on FNPC_AbilityChannel"); \ static_assert(sizeof(FNPC_AbilityChannel) == 0x000040, "Wrong size on FNPC_AbilityChannel"); \ static_assert(offsetof(FNPC_AbilityChannel, Channel) == 0x000000, "Member 'FNPC_AbilityChannel::Channel' has a wrong offset!"); \ static_assert(offsetof(FNPC_AbilityChannel, bEnable) == 0x000001, "Member 'FNPC_AbilityChannel::bEnable' has a wrong offset!"); \ static_assert(offsetof(FNPC_AbilityChannel, OnState) == 0x000004, "Member 'FNPC_AbilityChannel::OnState' has a wrong offset!"); \ static_assert(offsetof(FNPC_AbilityChannel, OnAnims) == 0x000008, "Member 'FNPC_AbilityChannel::OnAnims' has a wrong offset!"); \ static_assert(offsetof(FNPC_AbilityChannel, OnContext) == 0x00000C, "Member 'FNPC_AbilityChannel::OnContext' has a wrong offset!"); \ static_assert(offsetof(FNPC_AbilityChannel, TagContainer) == 0x000010, "Member 'FNPC_AbilityChannel::TagContainer' has a wrong offset!"); \ static_assert(offsetof(FNPC_AbilityChannel, ChannelAbilityPtr) == 0x000030, "Member 'FNPC_AbilityChannel::ChannelAbilityPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_AbilityChannelMap \ static_assert(alignof(FNPC_AbilityChannelMap) == 0x000004, "Wrong alignment on FNPC_AbilityChannelMap"); \ static_assert(sizeof(FNPC_AbilityChannelMap) == 0x00000C, "Wrong size on FNPC_AbilityChannelMap"); \ static_assert(offsetof(FNPC_AbilityChannelMap, Name) == 0x000000, "Member 'FNPC_AbilityChannelMap::Name' has a wrong offset!"); \ static_assert(offsetof(FNPC_AbilityChannelMap, Channel) == 0x000008, "Member 'FNPC_AbilityChannelMap::Channel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMyGenericSQLResultMap \ static_assert(alignof(FMyGenericSQLResultMap) == 0x000008, "Wrong alignment on FMyGenericSQLResultMap"); \ static_assert(sizeof(FMyGenericSQLResultMap) == 0x000050, "Wrong size on FMyGenericSQLResultMap"); \ #define DUMPER7_ASSERTS_FNPC_PerceptionChoiceParams \ static_assert(alignof(FNPC_PerceptionChoiceParams) == 0x000008, "Wrong alignment on FNPC_PerceptionChoiceParams"); \ static_assert(sizeof(FNPC_PerceptionChoiceParams) == 0x000040, "Wrong size on FNPC_PerceptionChoiceParams"); \ #define DUMPER7_ASSERTS_FSpellDataAssetMappingTableRow \ static_assert(alignof(FSpellDataAssetMappingTableRow) == 0x000008, "Wrong alignment on FSpellDataAssetMappingTableRow"); \ static_assert(sizeof(FSpellDataAssetMappingTableRow) == 0x000030, "Wrong size on FSpellDataAssetMappingTableRow"); \ static_assert(offsetof(FSpellDataAssetMappingTableRow, SpellAttackDataAsset) == 0x000008, "Member 'FSpellDataAssetMappingTableRow::SpellAttackDataAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBossFightData \ static_assert(alignof(FBossFightData) == 0x000004, "Wrong alignment on FBossFightData"); \ static_assert(sizeof(FBossFightData) == 0x000024, "Wrong size on FBossFightData"); \ static_assert(offsetof(FBossFightData, BossFightName) == 0x000000, "Member 'FBossFightData::BossFightName' has a wrong offset!"); \ static_assert(offsetof(FBossFightData, BossFightState) == 0x000008, "Member 'FBossFightData::BossFightState' has a wrong offset!"); \ static_assert(offsetof(FBossFightData, BossCharacterPtr) == 0x00000C, "Member 'FBossFightData::BossCharacterPtr' has a wrong offset!"); \ static_assert(offsetof(FBossFightData, StartTime) == 0x000014, "Member 'FBossFightData::StartTime' has a wrong offset!"); \ static_assert(offsetof(FBossFightData, EndTime) == 0x000018, "Member 'FBossFightData::EndTime' has a wrong offset!"); \ static_assert(offsetof(FBossFightData, ElapsedTime) == 0x00001C, "Member 'FBossFightData::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(FBossFightData, BossFightStarted) == 0x000020, "Member 'FBossFightData::BossFightStarted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_PlayerInfo \ static_assert(alignof(FNPC_PlayerInfo) == 0x000004, "Wrong alignment on FNPC_PlayerInfo"); \ static_assert(sizeof(FNPC_PlayerInfo) == 0x000018, "Wrong size on FNPC_PlayerInfo"); \ #define DUMPER7_ASSERTS_FNPC_NavInfo \ static_assert(alignof(FNPC_NavInfo) == 0x000004, "Wrong alignment on FNPC_NavInfo"); \ static_assert(sizeof(FNPC_NavInfo) == 0x00000C, "Wrong size on FNPC_NavInfo"); \ #define DUMPER7_ASSERTS_FNPC_SharedAlertPointOfInterest \ static_assert(alignof(FNPC_SharedAlertPointOfInterest) == 0x000008, "Wrong alignment on FNPC_SharedAlertPointOfInterest"); \ static_assert(sizeof(FNPC_SharedAlertPointOfInterest) == 0x000020, "Wrong size on FNPC_SharedAlertPointOfInterest"); \ #define DUMPER7_ASSERTS_FNPCSenseListenerData \ static_assert(alignof(FNPCSenseListenerData) == 0x000008, "Wrong alignment on FNPCSenseListenerData"); \ static_assert(sizeof(FNPCSenseListenerData) == 0x000050, "Wrong size on FNPCSenseListenerData"); \ #define DUMPER7_ASSERTS_FGreetingQueryData \ static_assert(alignof(FGreetingQueryData) == 0x000004, "Wrong alignment on FGreetingQueryData"); \ static_assert(sizeof(FGreetingQueryData) == 0x000020, "Wrong size on FGreetingQueryData"); \ static_assert(offsetof(FGreetingQueryData, IsValid) == 0x000000, "Member 'FGreetingQueryData::IsValid' has a wrong offset!"); \ static_assert(offsetof(FGreetingQueryData, TargetReasoner) == 0x000004, "Member 'FGreetingQueryData::TargetReasoner' has a wrong offset!"); \ static_assert(offsetof(FGreetingQueryData, SocialAction) == 0x00000C, "Member 'FGreetingQueryData::SocialAction' has a wrong offset!"); \ static_assert(offsetof(FGreetingQueryData, SocialActionResponse) == 0x000014, "Member 'FGreetingQueryData::SocialActionResponse' has a wrong offset!"); \ static_assert(offsetof(FGreetingQueryData, SocialActionResponseMagnitude) == 0x00001C, "Member 'FGreetingQueryData::SocialActionResponseMagnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlayer_FootfallData \ static_assert(alignof(FPlayer_FootfallData) == 0x000008, "Wrong alignment on FPlayer_FootfallData"); \ static_assert(sizeof(FPlayer_FootfallData) == 0x000038, "Wrong size on FPlayer_FootfallData"); \ static_assert(offsetof(FPlayer_FootfallData, PingDistance) == 0x000014, "Member 'FPlayer_FootfallData::PingDistance' has a wrong offset!"); \ static_assert(offsetof(FPlayer_FootfallData, MinSpeed) == 0x000018, "Member 'FPlayer_FootfallData::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FPlayer_FootfallData, MaxSpeed) == 0x00001C, "Member 'FPlayer_FootfallData::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FPlayer_FootfallData, MinRange) == 0x000020, "Member 'FPlayer_FootfallData::MinRange' has a wrong offset!"); \ static_assert(offsetof(FPlayer_FootfallData, MaxRange) == 0x000024, "Member 'FPlayer_FootfallData::MaxRange' has a wrong offset!"); \ static_assert(offsetof(FPlayer_FootfallData, Intensity) == 0x000028, "Member 'FPlayer_FootfallData::Intensity' has a wrong offset!"); \ static_assert(offsetof(FPlayer_FootfallData, MinDisillusionmentRange) == 0x00002C, "Member 'FPlayer_FootfallData::MinDisillusionmentRange' has a wrong offset!"); \ static_assert(offsetof(FPlayer_FootfallData, MaxDisillusionmentRange) == 0x000030, "Member 'FPlayer_FootfallData::MaxDisillusionmentRange' has a wrong offset!"); \ static_assert(offsetof(FPlayer_FootfallData, DisillusionmentIntensity) == 0x000034, "Member 'FPlayer_FootfallData::DisillusionmentIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUDSObjectIDsStruct \ static_assert(alignof(FUDSObjectIDsStruct) == 0x000008, "Wrong alignment on FUDSObjectIDsStruct"); \ static_assert(sizeof(FUDSObjectIDsStruct) == 0x000010, "Wrong size on FUDSObjectIDsStruct"); \ static_assert(offsetof(FUDSObjectIDsStruct, m_UDSObjectIndex) == 0x000008, "Member 'FUDSObjectIDsStruct::m_UDSObjectIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPostDeath_Params \ static_assert(alignof(FPostDeath_Params) == 0x000004, "Wrong alignment on FPostDeath_Params"); \ static_assert(sizeof(FPostDeath_Params) == 0x000018, "Wrong size on FPostDeath_Params"); \ static_assert(offsetof(FPostDeath_Params, CleanUpEffect) == 0x000000, "Member 'FPostDeath_Params::CleanUpEffect' has a wrong offset!"); \ static_assert(offsetof(FPostDeath_Params, CleanUpMode) == 0x000001, "Member 'FPostDeath_Params::CleanUpMode' has a wrong offset!"); \ static_assert(offsetof(FPostDeath_Params, SortingMode) == 0x000002, "Member 'FPostDeath_Params::SortingMode' has a wrong offset!"); \ static_assert(offsetof(FPostDeath_Params, BatchSize) == 0x000004, "Member 'FPostDeath_Params::BatchSize' has a wrong offset!"); \ static_assert(offsetof(FPostDeath_Params, MaxAllowedDeadNPCs) == 0x000008, "Member 'FPostDeath_Params::MaxAllowedDeadNPCs' has a wrong offset!"); \ static_assert(offsetof(FPostDeath_Params, MinAllowedDeadNPCs) == 0x00000C, "Member 'FPostDeath_Params::MinAllowedDeadNPCs' has a wrong offset!"); \ static_assert(offsetof(FPostDeath_Params, TimeBetweenBatches) == 0x000010, "Member 'FPostDeath_Params::TimeBetweenBatches' has a wrong offset!"); \ static_assert(offsetof(FPostDeath_Params, TimerModeDelay) == 0x000014, "Member 'FPostDeath_Params::TimerModeDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnemy_ParryDBData \ static_assert(alignof(FEnemy_ParryDBData) == 0x000008, "Wrong alignment on FEnemy_ParryDBData"); \ static_assert(sizeof(FEnemy_ParryDBData) == 0x000030, "Wrong size on FEnemy_ParryDBData"); \ #define DUMPER7_ASSERTS_FNPC_PlayerRelTargetTrackingData \ static_assert(alignof(FNPC_PlayerRelTargetTrackingData) == 0x000004, "Wrong alignment on FNPC_PlayerRelTargetTrackingData"); \ static_assert(sizeof(FNPC_PlayerRelTargetTrackingData) == 0x000014, "Wrong size on FNPC_PlayerRelTargetTrackingData"); \ #define DUMPER7_ASSERTS_FNPC_GlobalNPCData \ static_assert(alignof(FNPC_GlobalNPCData) == 0x000008, "Wrong alignment on FNPC_GlobalNPCData"); \ static_assert(sizeof(FNPC_GlobalNPCData) == 0x0001B8, "Wrong size on FNPC_GlobalNPCData"); \ #define DUMPER7_ASSERTS_FEnemy_ParryNPCData \ static_assert(alignof(FEnemy_ParryNPCData) == 0x000008, "Wrong alignment on FEnemy_ParryNPCData"); \ static_assert(sizeof(FEnemy_ParryNPCData) == 0x000190, "Wrong size on FEnemy_ParryNPCData"); \ #define DUMPER7_ASSERTS_FNPC_ShutdownData \ static_assert(alignof(FNPC_ShutdownData) == 0x000004, "Wrong alignment on FNPC_ShutdownData"); \ static_assert(sizeof(FNPC_ShutdownData) == 0x000014, "Wrong size on FNPC_ShutdownData"); \ #define DUMPER7_ASSERTS_FNPC_GlobalTargetData \ static_assert(alignof(FNPC_GlobalTargetData) == 0x000008, "Wrong alignment on FNPC_GlobalTargetData"); \ static_assert(sizeof(FNPC_GlobalTargetData) == 0x000228, "Wrong size on FNPC_GlobalTargetData"); \ #define DUMPER7_ASSERTS_FNPC_PerceptionEventData \ static_assert(alignof(FNPC_PerceptionEventData) == 0x000008, "Wrong alignment on FNPC_PerceptionEventData"); \ static_assert(sizeof(FNPC_PerceptionEventData) == 0x000030, "Wrong size on FNPC_PerceptionEventData"); \ #define DUMPER7_ASSERTS_FDifficultyScaleData \ static_assert(alignof(FDifficultyScaleData) == 0x000008, "Wrong alignment on FDifficultyScaleData"); \ static_assert(sizeof(FDifficultyScaleData) == 0x000040, "Wrong size on FDifficultyScaleData"); \ #define DUMPER7_ASSERTS_FNPC_PerceivedUniqueTargetActorData \ static_assert(alignof(FNPC_PerceivedUniqueTargetActorData) == 0x000004, "Wrong alignment on FNPC_PerceivedUniqueTargetActorData"); \ static_assert(sizeof(FNPC_PerceivedUniqueTargetActorData) == 0x00000C, "Wrong size on FNPC_PerceivedUniqueTargetActorData"); \ #define DUMPER7_ASSERTS_FNPC_PerceivedTargetActorData \ static_assert(alignof(FNPC_PerceivedTargetActorData) == 0x000008, "Wrong alignment on FNPC_PerceivedTargetActorData"); \ static_assert(sizeof(FNPC_PerceivedTargetActorData) == 0x000018, "Wrong size on FNPC_PerceivedTargetActorData"); \ #define DUMPER7_ASSERTS_FNPC_TargetSelectionWeightsSet \ static_assert(alignof(FNPC_TargetSelectionWeightsSet) == 0x000008, "Wrong alignment on FNPC_TargetSelectionWeightsSet"); \ static_assert(sizeof(FNPC_TargetSelectionWeightsSet) == 0x000010, "Wrong size on FNPC_TargetSelectionWeightsSet"); \ #define DUMPER7_ASSERTS_FNPC_TargetSelectionWeightData \ static_assert(alignof(FNPC_TargetSelectionWeightData) == 0x000008, "Wrong alignment on FNPC_TargetSelectionWeightData"); \ static_assert(sizeof(FNPC_TargetSelectionWeightData) == 0x000100, "Wrong size on FNPC_TargetSelectionWeightData"); \ static_assert(offsetof(FNPC_TargetSelectionWeightData, WeightDataMap) == 0x000008, "Member 'FNPC_TargetSelectionWeightData::WeightDataMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPCAttackConditionValue \ static_assert(alignof(FNPCAttackConditionValue) == 0x000004, "Wrong alignment on FNPCAttackConditionValue"); \ static_assert(sizeof(FNPCAttackConditionValue) == 0x000008, "Wrong size on FNPCAttackConditionValue"); \ static_assert(offsetof(FNPCAttackConditionValue, WeightType) == 0x000000, "Member 'FNPCAttackConditionValue::WeightType' has a wrong offset!"); \ static_assert(offsetof(FNPCAttackConditionValue, WeightValue) == 0x000004, "Member 'FNPCAttackConditionValue::WeightValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPCAttackConditionalData \ static_assert(alignof(FNPCAttackConditionalData) == 0x000008, "Wrong alignment on FNPCAttackConditionalData"); \ static_assert(sizeof(FNPCAttackConditionalData) == 0x000068, "Wrong size on FNPCAttackConditionalData"); \ static_assert(offsetof(FNPCAttackConditionalData, ConditionName) == 0x000000, "Member 'FNPCAttackConditionalData::ConditionName' has a wrong offset!"); \ static_assert(offsetof(FNPCAttackConditionalData, ConditionType) == 0x000010, "Member 'FNPCAttackConditionalData::ConditionType' has a wrong offset!"); \ static_assert(offsetof(FNPCAttackConditionalData, EffectValues) == 0x000018, "Member 'FNPCAttackConditionalData::EffectValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_CombatThreatLevelData \ static_assert(alignof(FNPC_CombatThreatLevelData) == 0x000008, "Wrong alignment on FNPC_CombatThreatLevelData"); \ static_assert(sizeof(FNPC_CombatThreatLevelData) == 0x000020, "Wrong size on FNPC_CombatThreatLevelData"); \ #define DUMPER7_ASSERTS_FChildSpawnData \ static_assert(alignof(FChildSpawnData) == 0x000008, "Wrong alignment on FChildSpawnData"); \ static_assert(sizeof(FChildSpawnData) == 0x000018, "Wrong size on FChildSpawnData"); \ static_assert(offsetof(FChildSpawnData, ParentActor) == 0x000000, "Member 'FChildSpawnData::ParentActor' has a wrong offset!"); \ static_assert(offsetof(FChildSpawnData, SpawnChildren) == 0x000008, "Member 'FChildSpawnData::SpawnChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAssetTrackerData \ static_assert(alignof(FAssetTrackerData) == 0x000008, "Wrong alignment on FAssetTrackerData"); \ static_assert(sizeof(FAssetTrackerData) == 0x000078, "Wrong size on FAssetTrackerData"); \ static_assert(offsetof(FAssetTrackerData, AssetType) == 0x000000, "Member 'FAssetTrackerData::AssetType' has a wrong offset!"); \ static_assert(offsetof(FAssetTrackerData, MaxChildrenInWorld) == 0x000010, "Member 'FAssetTrackerData::MaxChildrenInWorld' has a wrong offset!"); \ static_assert(offsetof(FAssetTrackerData, CurrentChildCount) == 0x000014, "Member 'FAssetTrackerData::CurrentChildCount' has a wrong offset!"); \ static_assert(offsetof(FAssetTrackerData, ChildSpawnData) == 0x000018, "Member 'FAssetTrackerData::ChildSpawnData' has a wrong offset!"); \ static_assert(offsetof(FAssetTrackerData, ObjectCountChangedDelegate) == 0x000068, "Member 'FAssetTrackerData::ObjectCountChangedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSocialCallout \ static_assert(alignof(FSocialCallout) == 0x000008, "Wrong alignment on FSocialCallout"); \ static_assert(sizeof(FSocialCallout) == 0x000030, "Wrong size on FSocialCallout"); \ static_assert(offsetof(FSocialCallout, IsFresh) == 0x000000, "Member 'FSocialCallout::IsFresh' has a wrong offset!"); \ static_assert(offsetof(FSocialCallout, SocialDebug) == 0x000008, "Member 'FSocialCallout::SocialDebug' has a wrong offset!"); \ static_assert(offsetof(FSocialCallout, SocialCapitalMovement) == 0x000018, "Member 'FSocialCallout::SocialCapitalMovement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPCPersistentData \ static_assert(alignof(FNPCPersistentData) == 0x000010, "Wrong alignment on FNPCPersistentData"); \ static_assert(sizeof(FNPCPersistentData) == 0x000050, "Wrong size on FNPCPersistentData"); \ #define DUMPER7_ASSERTS_FTutorialLog \ static_assert(alignof(FTutorialLog) == 0x000008, "Wrong alignment on FTutorialLog"); \ static_assert(sizeof(FTutorialLog) == 0x000018, "Wrong size on FTutorialLog"); \ #define DUMPER7_ASSERTS_FNpcTimer \ static_assert(alignof(FNpcTimer) == 0x000010, "Wrong alignment on FNpcTimer"); \ static_assert(sizeof(FNpcTimer) == 0x000060, "Wrong size on FNpcTimer"); \ static_assert(offsetof(FNpcTimer, TimeStart) == 0x000000, "Member 'FNpcTimer::TimeStart' has a wrong offset!"); \ static_assert(offsetof(FNpcTimer, TimeStop) == 0x000004, "Member 'FNpcTimer::TimeStop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiFXWrapper \ static_assert(alignof(FMultiFXWrapper) == 0x000008, "Wrong alignment on FMultiFXWrapper"); \ static_assert(sizeof(FMultiFXWrapper) == 0x000038, "Wrong size on FMultiFXWrapper"); \ static_assert(offsetof(FMultiFXWrapper, MultiFXHandleName) == 0x000000, "Member 'FMultiFXWrapper::MultiFXHandleName' has a wrong offset!"); \ static_assert(offsetof(FMultiFXWrapper, FX) == 0x000008, "Member 'FMultiFXWrapper::FX' has a wrong offset!"); \ static_assert(offsetof(FMultiFXWrapper, Location) == 0x000018, "Member 'FMultiFXWrapper::Location' has a wrong offset!"); \ static_assert(offsetof(FMultiFXWrapper, AttachPointName) == 0x000024, "Member 'FMultiFXWrapper::AttachPointName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNpcFxTimer \ static_assert(alignof(FNpcFxTimer) == 0x000010, "Wrong alignment on FNpcFxTimer"); \ static_assert(sizeof(FNpcFxTimer) == 0x000150, "Wrong size on FNpcFxTimer"); \ static_assert(offsetof(FNpcFxTimer, TimeStart) == 0x000000, "Member 'FNpcFxTimer::TimeStart' has a wrong offset!"); \ static_assert(offsetof(FNpcFxTimer, TimeStop) == 0x000004, "Member 'FNpcFxTimer::TimeStop' has a wrong offset!"); \ static_assert(offsetof(FNpcFxTimer, MaterialParameterSetter) == 0x000008, "Member 'FNpcFxTimer::MaterialParameterSetter' has a wrong offset!"); \ static_assert(offsetof(FNpcFxTimer, MultiFX) == 0x0000A0, "Member 'FNpcFxTimer::MultiFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNpcTimers \ static_assert(alignof(FNpcTimers) == 0x000008, "Wrong alignment on FNpcTimers"); \ static_assert(sizeof(FNpcTimers) == 0x0000F0, "Wrong size on FNpcTimers"); \ static_assert(offsetof(FNpcTimers, NpcTimers) == 0x000000, "Member 'FNpcTimers::NpcTimers' has a wrong offset!"); \ static_assert(offsetof(FNpcTimers, NpcFxTimers) == 0x000050, "Member 'FNpcTimers::NpcFxTimers' has a wrong offset!"); \ static_assert(offsetof(FNpcTimers, NpcActorTimers) == 0x0000A0, "Member 'FNpcTimers::NpcActorTimers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSocketPreview \ static_assert(alignof(FSocketPreview) == 0x000008, "Wrong alignment on FSocketPreview"); \ static_assert(sizeof(FSocketPreview) == 0x000020, "Wrong size on FSocketPreview"); \ static_assert(offsetof(FSocketPreview, SocketDescriptorTag) == 0x000000, "Member 'FSocketPreview::SocketDescriptorTag' has a wrong offset!"); \ static_assert(offsetof(FSocketPreview, PreviewActor) == 0x000008, "Member 'FSocketPreview::PreviewActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRepairData \ static_assert(alignof(FRepairData) == 0x000008, "Wrong alignment on FRepairData"); \ static_assert(sizeof(FRepairData) == 0x000238, "Wrong size on FRepairData"); \ static_assert(offsetof(FRepairData, DestructibleGeometryCollection) == 0x000000, "Member 'FRepairData::DestructibleGeometryCollection' has a wrong offset!"); \ static_assert(offsetof(FRepairData, BaseMesh) == 0x000008, "Member 'FRepairData::BaseMesh' has a wrong offset!"); \ static_assert(offsetof(FRepairData, BaseCollisionProfileName) == 0x000010, "Member 'FRepairData::BaseCollisionProfileName' has a wrong offset!"); \ static_assert(offsetof(FRepairData, DeathFX2) == 0x000018, "Member 'FRepairData::DeathFX2' has a wrong offset!"); \ static_assert(offsetof(FRepairData, DamagableInPiecesFX2) == 0x000028, "Member 'FRepairData::DamagableInPiecesFX2' has a wrong offset!"); \ static_assert(offsetof(FRepairData, DeathNoiseSize) == 0x000038, "Member 'FRepairData::DeathNoiseSize' has a wrong offset!"); \ static_assert(offsetof(FRepairData, bFadeOutEntireGC) == 0x000039, "Member 'FRepairData::bFadeOutEntireGC' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkFadeOutDelay) == 0x00003C, "Member 'FRepairData::ChunkFadeOutDelay' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkFadeVisiblePct) == 0x000040, "Member 'FRepairData::ChunkFadeVisiblePct' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkFadeVisibleMax) == 0x000044, "Member 'FRepairData::ChunkFadeVisibleMax' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkFadeVisibleMin) == 0x000048, "Member 'FRepairData::ChunkFadeVisibleMin' has a wrong offset!"); \ static_assert(offsetof(FRepairData, MaxClusterLevel) == 0x00004C, "Member 'FRepairData::MaxClusterLevel' has a wrong offset!"); \ static_assert(offsetof(FRepairData, DisableMeshBreak) == 0x000050, "Member 'FRepairData::DisableMeshBreak' has a wrong offset!"); \ static_assert(offsetof(FRepairData, AnchorFieldOffset) == 0x000054, "Member 'FRepairData::AnchorFieldOffset' has a wrong offset!"); \ static_assert(offsetof(FRepairData, AnchorFieldSize) == 0x000060, "Member 'FRepairData::AnchorFieldSize' has a wrong offset!"); \ static_assert(offsetof(FRepairData, DestroyFromCenterMultiplier) == 0x00006C, "Member 'FRepairData::DestroyFromCenterMultiplier' has a wrong offset!"); \ static_assert(offsetof(FRepairData, DestroyObjectRadius) == 0x000070, "Member 'FRepairData::DestroyObjectRadius' has a wrong offset!"); \ static_assert(offsetof(FRepairData, DestroyObjectStrain) == 0x000074, "Member 'FRepairData::DestroyObjectStrain' has a wrong offset!"); \ static_assert(offsetof(FRepairData, DestroyLinearForce) == 0x000078, "Member 'FRepairData::DestroyLinearForce' has a wrong offset!"); \ static_assert(offsetof(FRepairData, DestroyLinearForceMultiplier) == 0x00007C, "Member 'FRepairData::DestroyLinearForceMultiplier' has a wrong offset!"); \ static_assert(offsetof(FRepairData, DestroyAngularForceMultiplier) == 0x000080, "Member 'FRepairData::DestroyAngularForceMultiplier' has a wrong offset!"); \ static_assert(offsetof(FRepairData, DestroyRadialForce) == 0x000084, "Member 'FRepairData::DestroyRadialForce' has a wrong offset!"); \ static_assert(offsetof(FRepairData, DestroyObjectFieldSystemClass) == 0x000088, "Member 'FRepairData::DestroyObjectFieldSystemClass' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkCollisionProfileName) == 0x000090, "Member 'FRepairData::ChunkCollisionProfileName' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkPhysicalMaterial) == 0x000098, "Member 'FRepairData::ChunkPhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkTrailFX2) == 0x0000A0, "Member 'FRepairData::ChunkTrailFX2' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkTrailParticleSystem) == 0x0000B0, "Member 'FRepairData::ChunkTrailParticleSystem' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkTrailNiagaraVfx) == 0x0000B8, "Member 'FRepairData::ChunkTrailNiagaraVfx' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkFadeParticleSystem) == 0x0000C0, "Member 'FRepairData::ChunkFadeParticleSystem' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkFadeNiagaraVfx) == 0x0000C8, "Member 'FRepairData::ChunkFadeNiagaraVfx' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkImpactParticleSystem) == 0x0000D0, "Member 'FRepairData::ChunkImpactParticleSystem' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkImpactNiagaraVfx) == 0x0000D8, "Member 'FRepairData::ChunkImpactNiagaraVfx' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkImpactDelay) == 0x0000E0, "Member 'FRepairData::ChunkImpactDelay' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkImpactMinimumImpulse) == 0x0000E4, "Member 'FRepairData::ChunkImpactMinimumImpulse' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkImpactMinimumVolume) == 0x0000E8, "Member 'FRepairData::ChunkImpactMinimumVolume' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkFadeOutParams) == 0x0000F0, "Member 'FRepairData::ChunkFadeOutParams' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ChunkFadeInParams) == 0x000180, "Member 'FRepairData::ChunkFadeInParams' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ReparoDataArray) == 0x000210, "Member 'FRepairData::ReparoDataArray' has a wrong offset!"); \ static_assert(offsetof(FRepairData, RepairSfx) == 0x000220, "Member 'FRepairData::RepairSfx' has a wrong offset!"); \ static_assert(offsetof(FRepairData, ReparoDataPtr) == 0x000228, "Member 'FRepairData::ReparoDataPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDbId \ static_assert(alignof(FDbId) == 0x000004, "Wrong alignment on FDbId"); \ static_assert(sizeof(FDbId) == 0x000060, "Wrong size on FDbId"); \ #define DUMPER7_ASSERTS_FObjectSizeClassStruct \ static_assert(alignof(FObjectSizeClassStruct) == 0x000008, "Wrong alignment on FObjectSizeClassStruct"); \ static_assert(sizeof(FObjectSizeClassStruct) == 0x000020, "Wrong size on FObjectSizeClassStruct"); \ static_assert(offsetof(FObjectSizeClassStruct, Width) == 0x000008, "Member 'FObjectSizeClassStruct::Width' has a wrong offset!"); \ static_assert(offsetof(FObjectSizeClassStruct, DamagePerSecondMultiplier) == 0x00000C, "Member 'FObjectSizeClassStruct::DamagePerSecondMultiplier' has a wrong offset!"); \ static_assert(offsetof(FObjectSizeClassStruct, OnFireDestroyedAOE) == 0x000010, "Member 'FObjectSizeClassStruct::OnFireDestroyedAOE' has a wrong offset!"); \ static_assert(offsetof(FObjectSizeClassStruct, OnFireDestroyedDamage) == 0x000018, "Member 'FObjectSizeClassStruct::OnFireDestroyedDamage' has a wrong offset!"); \ static_assert(offsetof(FObjectSizeClassStruct, ObjectNoiseSize) == 0x00001C, "Member 'FObjectSizeClassStruct::ObjectNoiseSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMarkupKeyValue \ static_assert(alignof(FMarkupKeyValue) == 0x000004, "Wrong alignment on FMarkupKeyValue"); \ static_assert(sizeof(FMarkupKeyValue) == 0x000008, "Wrong size on FMarkupKeyValue"); \ static_assert(offsetof(FMarkupKeyValue, Key) == 0x000000, "Member 'FMarkupKeyValue::Key' has a wrong offset!"); \ static_assert(offsetof(FMarkupKeyValue, Value) == 0x000004, "Member 'FMarkupKeyValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCooldownPickupImpulse \ static_assert(alignof(FCooldownPickupImpulse) == 0x000004, "Wrong alignment on FCooldownPickupImpulse"); \ static_assert(sizeof(FCooldownPickupImpulse) == 0x000018, "Wrong size on FCooldownPickupImpulse"); \ static_assert(offsetof(FCooldownPickupImpulse, Min) == 0x000000, "Member 'FCooldownPickupImpulse::Min' has a wrong offset!"); \ static_assert(offsetof(FCooldownPickupImpulse, Max) == 0x00000C, "Member 'FCooldownPickupImpulse::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCooldownPickupData \ static_assert(alignof(FCooldownPickupData) == 0x000008, "Wrong alignment on FCooldownPickupData"); \ static_assert(sizeof(FCooldownPickupData) == 0x000068, "Wrong size on FCooldownPickupData"); \ static_assert(offsetof(FCooldownPickupData, CooldownPickupActor) == 0x000000, "Member 'FCooldownPickupData::CooldownPickupActor' has a wrong offset!"); \ static_assert(offsetof(FCooldownPickupData, weight) == 0x000008, "Member 'FCooldownPickupData::weight' has a wrong offset!"); \ static_assert(offsetof(FCooldownPickupData, CooldownRecoveryMap) == 0x000010, "Member 'FCooldownPickupData::CooldownRecoveryMap' has a wrong offset!"); \ static_assert(offsetof(FCooldownPickupData, FocusGain) == 0x000060, "Member 'FCooldownPickupData::FocusGain' has a wrong offset!"); \ static_assert(offsetof(FCooldownPickupData, HealthGainPercent) == 0x000064, "Member 'FCooldownPickupData::HealthGainPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSocapAmendInfo \ static_assert(alignof(FSocapAmendInfo) == 0x000008, "Wrong alignment on FSocapAmendInfo"); \ static_assert(sizeof(FSocapAmendInfo) == 0x000030, "Wrong size on FSocapAmendInfo"); \ static_assert(offsetof(FSocapAmendInfo, MyActor) == 0x000000, "Member 'FSocapAmendInfo::MyActor' has a wrong offset!"); \ static_assert(offsetof(FSocapAmendInfo, MyActorName) == 0x000008, "Member 'FSocapAmendInfo::MyActorName' has a wrong offset!"); \ static_assert(offsetof(FSocapAmendInfo, MyActorSubtype) == 0x000018, "Member 'FSocapAmendInfo::MyActorSubtype' has a wrong offset!"); \ static_assert(offsetof(FSocapAmendInfo, Delta) == 0x000020, "Member 'FSocapAmendInfo::Delta' has a wrong offset!"); \ static_assert(offsetof(FSocapAmendInfo, Action) == 0x000024, "Member 'FSocapAmendInfo::Action' has a wrong offset!"); \ static_assert(offsetof(FSocapAmendInfo, Reason) == 0x000025, "Member 'FSocapAmendInfo::Reason' has a wrong offset!"); \ static_assert(offsetof(FSocapAmendInfo, Semantic) == 0x000026, "Member 'FSocapAmendInfo::Semantic' has a wrong offset!"); \ static_assert(offsetof(FSocapAmendInfo, StatusNameHint) == 0x000028, "Member 'FSocapAmendInfo::StatusNameHint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHealingFX \ static_assert(alignof(FHealingFX) == 0x000008, "Wrong alignment on FHealingFX"); \ static_assert(sizeof(FHealingFX) == 0x000018, "Wrong size on FHealingFX"); \ static_assert(offsetof(FHealingFX, HealingThreshold) == 0x000000, "Member 'FHealingFX::HealingThreshold' has a wrong offset!"); \ static_assert(offsetof(FHealingFX, FX2) == 0x000008, "Member 'FHealingFX::FX2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleMonitorInformation \ static_assert(alignof(FSimpleMonitorInformation) == 0x000008, "Wrong alignment on FSimpleMonitorInformation"); \ static_assert(sizeof(FSimpleMonitorInformation) == 0x000028, "Wrong size on FSimpleMonitorInformation"); \ static_assert(offsetof(FSimpleMonitorInformation, MonitorName) == 0x000000, "Member 'FSimpleMonitorInformation::MonitorName' has a wrong offset!"); \ static_assert(offsetof(FSimpleMonitorInformation, MonitorIndex) == 0x000010, "Member 'FSimpleMonitorInformation::MonitorIndex' has a wrong offset!"); \ static_assert(offsetof(FSimpleMonitorInformation, bIsPrimary) == 0x000014, "Member 'FSimpleMonitorInformation::bIsPrimary' has a wrong offset!"); \ static_assert(offsetof(FSimpleMonitorInformation, NativeWidth) == 0x000018, "Member 'FSimpleMonitorInformation::NativeWidth' has a wrong offset!"); \ static_assert(offsetof(FSimpleMonitorInformation, NativeHeight) == 0x00001C, "Member 'FSimpleMonitorInformation::NativeHeight' has a wrong offset!"); \ static_assert(offsetof(FSimpleMonitorInformation, VirtualPosition) == 0x000020, "Member 'FSimpleMonitorInformation::VirtualPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicsReactionGroup \ static_assert(alignof(FPhysicsReactionGroup) == 0x000008, "Wrong alignment on FPhysicsReactionGroup"); \ static_assert(sizeof(FPhysicsReactionGroup) == 0x000030, "Wrong size on FPhysicsReactionGroup"); \ static_assert(offsetof(FPhysicsReactionGroup, MinDamageThreshold) == 0x000000, "Member 'FPhysicsReactionGroup::MinDamageThreshold' has a wrong offset!"); \ static_assert(offsetof(FPhysicsReactionGroup, MunitionDataLevelAsset) == 0x000008, "Member 'FPhysicsReactionGroup::MunitionDataLevelAsset' has a wrong offset!"); \ static_assert(offsetof(FPhysicsReactionGroup, ImpactStrengthTag) == 0x000010, "Member 'FPhysicsReactionGroup::ImpactStrengthTag' has a wrong offset!"); \ static_assert(offsetof(FPhysicsReactionGroup, CharacterDamage) == 0x000018, "Member 'FPhysicsReactionGroup::CharacterDamage' has a wrong offset!"); \ static_assert(offsetof(FPhysicsReactionGroup, NoiseSize) == 0x00001C, "Member 'FPhysicsReactionGroup::NoiseSize' has a wrong offset!"); \ static_assert(offsetof(FPhysicsReactionGroup, CollisionFX2) == 0x000020, "Member 'FPhysicsReactionGroup::CollisionFX2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRecentDamage \ static_assert(alignof(FRecentDamage) == 0x000004, "Wrong alignment on FRecentDamage"); \ static_assert(sizeof(FRecentDamage) == 0x000018, "Wrong size on FRecentDamage"); \ #define DUMPER7_ASSERTS_FOriginalInfo \ static_assert(alignof(FOriginalInfo) == 0x000010, "Wrong alignment on FOriginalInfo"); \ static_assert(sizeof(FOriginalInfo) == 0x000050, "Wrong size on FOriginalInfo"); \ #define DUMPER7_ASSERTS_FOriginalPrimInfo \ static_assert(alignof(FOriginalPrimInfo) == 0x000010, "Wrong alignment on FOriginalPrimInfo"); \ static_assert(sizeof(FOriginalPrimInfo) == 0x000040, "Wrong size on FOriginalPrimInfo"); \ #define DUMPER7_ASSERTS_FObjectStateCollisionPair \ static_assert(alignof(FObjectStateCollisionPair) == 0x000008, "Wrong alignment on FObjectStateCollisionPair"); \ static_assert(sizeof(FObjectStateCollisionPair) == 0x000018, "Wrong size on FObjectStateCollisionPair"); \ #define DUMPER7_ASSERTS_FOppugnoLevelData \ static_assert(alignof(FOppugnoLevelData) == 0x000008, "Wrong alignment on FOppugnoLevelData"); \ static_assert(sizeof(FOppugnoLevelData) == 0x0004E0, "Wrong size on FOppugnoLevelData"); \ static_assert(offsetof(FOppugnoLevelData, MassLimit) == 0x000004, "Member 'FOppugnoLevelData::MassLimit' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, ObjectLimit) == 0x000008, "Member 'FOppugnoLevelData::ObjectLimit' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, bOnlyAffectGroup) == 0x00000C, "Member 'FOppugnoLevelData::bOnlyAffectGroup' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, OppugnoRadius) == 0x000010, "Member 'FOppugnoLevelData::OppugnoRadius' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, PullBasePhysicsImpulse) == 0x000014, "Member 'FOppugnoLevelData::PullBasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, PullMassScaledPhysicsImpulse) == 0x000018, "Member 'FOppugnoLevelData::PullMassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, PullMaxVelocity) == 0x00001C, "Member 'FOppugnoLevelData::PullMaxVelocity' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, PullTargetRadius) == 0x000020, "Member 'FOppugnoLevelData::PullTargetRadius' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, HoldOffset) == 0x000024, "Member 'FOppugnoLevelData::HoldOffset' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, HoldBasePhysicsImpulse) == 0x000030, "Member 'FOppugnoLevelData::HoldBasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, HoldMassScaledPhysicsImpulse) == 0x000034, "Member 'FOppugnoLevelData::HoldMassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, HoldMaxVelocity) == 0x000038, "Member 'FOppugnoLevelData::HoldMaxVelocity' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, HoldTargetRadius) == 0x00003C, "Member 'FOppugnoLevelData::HoldTargetRadius' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, HoldImpulseScale) == 0x000040, "Member 'FOppugnoLevelData::HoldImpulseScale' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, HoldRotationRate) == 0x000044, "Member 'FOppugnoLevelData::HoldRotationRate' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, HoldNearDistanceScale) == 0x000050, "Member 'FOppugnoLevelData::HoldNearDistanceScale' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, ThrowBasePhysicsImpulse) == 0x000054, "Member 'FOppugnoLevelData::ThrowBasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, ThrowMassScaledPhysicsImpulse) == 0x000058, "Member 'FOppugnoLevelData::ThrowMassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, ThrowTorque) == 0x00005C, "Member 'FOppugnoLevelData::ThrowTorque' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, ThrowMaxVelocity) == 0x000068, "Member 'FOppugnoLevelData::ThrowMaxVelocity' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, ThrowAngle) == 0x00006C, "Member 'FOppugnoLevelData::ThrowAngle' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, HoldRelativeLocation) == 0x000070, "Member 'FOppugnoLevelData::HoldRelativeLocation' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, TimeToPull) == 0x00007C, "Member 'FOppugnoLevelData::TimeToPull' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, TimeToThrow) == 0x000080, "Member 'FOppugnoLevelData::TimeToThrow' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, PullPrimaryCurve) == 0x000088, "Member 'FOppugnoLevelData::PullPrimaryCurve' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, PullPerpendicularCurve) == 0x000110, "Member 'FOppugnoLevelData::PullPerpendicularCurve' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, PullPerpendicularInputRange) == 0x000198, "Member 'FOppugnoLevelData::PullPerpendicularInputRange' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, PullPerpendicularOutputRange) == 0x0001A0, "Member 'FOppugnoLevelData::PullPerpendicularOutputRange' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, PullPerpendicularRotationAngle) == 0x0001A8, "Member 'FOppugnoLevelData::PullPerpendicularRotationAngle' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, PullOvershootCurve) == 0x0001B0, "Member 'FOppugnoLevelData::PullOvershootCurve' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, PullThrowCurve) == 0x000238, "Member 'FOppugnoLevelData::PullThrowCurve' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, PullRollCurve) == 0x0002C0, "Member 'FOppugnoLevelData::PullRollCurve' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, PullPitchCurve) == 0x000348, "Member 'FOppugnoLevelData::PullPitchCurve' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, PullYawCurve) == 0x0003D0, "Member 'FOppugnoLevelData::PullYawCurve' has a wrong offset!"); \ static_assert(offsetof(FOppugnoLevelData, ThrowPitchCurve) == 0x000458, "Member 'FOppugnoLevelData::ThrowPitchCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathPointTags \ static_assert(alignof(FPathPointTags) == 0x000008, "Wrong alignment on FPathPointTags"); \ static_assert(sizeof(FPathPointTags) == 0x000010, "Wrong size on FPathPointTags"); \ static_assert(offsetof(FPathPointTags, Tags) == 0x000000, "Member 'FPathPointTags::Tags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIdentityParticleSystemsData \ static_assert(alignof(FIdentityParticleSystemsData) == 0x000008, "Wrong alignment on FIdentityParticleSystemsData"); \ static_assert(sizeof(FIdentityParticleSystemsData) == 0x000050, "Wrong size on FIdentityParticleSystemsData"); \ static_assert(offsetof(FIdentityParticleSystemsData, IdentityOverrides) == 0x000000, "Member 'FIdentityParticleSystemsData::IdentityOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathCollectorPath \ static_assert(alignof(FPathCollectorPath) == 0x000008, "Wrong alignment on FPathCollectorPath"); \ static_assert(sizeof(FPathCollectorPath) == 0x000070, "Wrong size on FPathCollectorPath"); \ static_assert(offsetof(FPathCollectorPath, Path) == 0x000000, "Member 'FPathCollectorPath::Path' has a wrong offset!"); \ static_assert(offsetof(FPathCollectorPath, Priority) == 0x000010, "Member 'FPathCollectorPath::Priority' has a wrong offset!"); \ static_assert(offsetof(FPathCollectorPath, Distance) == 0x000014, "Member 'FPathCollectorPath::Distance' has a wrong offset!"); \ static_assert(offsetof(FPathCollectorPath, Name) == 0x000018, "Member 'FPathCollectorPath::Name' has a wrong offset!"); \ static_assert(offsetof(FPathCollectorPath, Start) == 0x000028, "Member 'FPathCollectorPath::Start' has a wrong offset!"); \ static_assert(offsetof(FPathCollectorPath, Location) == 0x000034, "Member 'FPathCollectorPath::Location' has a wrong offset!"); \ static_assert(offsetof(FPathCollectorPath, IconName) == 0x000040, "Member 'FPathCollectorPath::IconName' has a wrong offset!"); \ static_assert(offsetof(FPathCollectorPath, bIsMission) == 0x000050, "Member 'FPathCollectorPath::bIsMission' has a wrong offset!"); \ static_assert(offsetof(FPathCollectorPath, MissionID) == 0x000054, "Member 'FPathCollectorPath::MissionID' has a wrong offset!"); \ static_assert(offsetof(FPathCollectorPath, CharacterID) == 0x00005C, "Member 'FPathCollectorPath::CharacterID' has a wrong offset!"); \ static_assert(offsetof(FPathCollectorPath, bTintIt) == 0x000064, "Member 'FPathCollectorPath::bTintIt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDebugMapPoint \ static_assert(alignof(FDebugMapPoint) == 0x000004, "Wrong alignment on FDebugMapPoint"); \ static_assert(sizeof(FDebugMapPoint) == 0x00001C, "Wrong size on FDebugMapPoint"); \ static_assert(offsetof(FDebugMapPoint, Color) == 0x000000, "Member 'FDebugMapPoint::Color' has a wrong offset!"); \ static_assert(offsetof(FDebugMapPoint, Location) == 0x000010, "Member 'FDebugMapPoint::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDebugMapLine \ static_assert(alignof(FDebugMapLine) == 0x000008, "Wrong alignment on FDebugMapLine"); \ static_assert(sizeof(FDebugMapLine) == 0x000010, "Wrong size on FDebugMapLine"); \ static_assert(offsetof(FDebugMapLine, Points) == 0x000000, "Member 'FDebugMapLine::Points' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDebugMapData \ static_assert(alignof(FDebugMapData) == 0x000008, "Wrong alignment on FDebugMapData"); \ static_assert(sizeof(FDebugMapData) == 0x000050, "Wrong size on FDebugMapData"); \ static_assert(offsetof(FDebugMapData, DrawLines) == 0x000008, "Member 'FDebugMapData::DrawLines' has a wrong offset!"); \ static_assert(offsetof(FDebugMapData, drawPoints) == 0x000018, "Member 'FDebugMapData::drawPoints' has a wrong offset!"); \ static_assert(offsetof(FDebugMapData, Offset) == 0x000028, "Member 'FDebugMapData::Offset' has a wrong offset!"); \ static_assert(offsetof(FDebugMapData, Width) == 0x000034, "Member 'FDebugMapData::Width' has a wrong offset!"); \ static_assert(offsetof(FDebugMapData, Scale) == 0x000038, "Member 'FDebugMapData::Scale' has a wrong offset!"); \ static_assert(offsetof(FDebugMapData, meshActors) == 0x000040, "Member 'FDebugMapData::meshActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAsyncPathData \ static_assert(alignof(FAsyncPathData) == 0x000008, "Wrong alignment on FAsyncPathData"); \ static_assert(sizeof(FAsyncPathData) == 0x000048, "Wrong size on FAsyncPathData"); \ #define DUMPER7_ASSERTS_FPathDestinationLocation \ static_assert(alignof(FPathDestinationLocation) == 0x000004, "Wrong alignment on FPathDestinationLocation"); \ static_assert(sizeof(FPathDestinationLocation) == 0x000014, "Wrong size on FPathDestinationLocation"); \ #define DUMPER7_ASSERTS_FDebugHelper \ static_assert(alignof(FDebugHelper) == 0x000008, "Wrong alignment on FDebugHelper"); \ static_assert(sizeof(FDebugHelper) == 0x000010, "Wrong size on FDebugHelper"); \ #define DUMPER7_ASSERTS_FMapLocationHint \ static_assert(alignof(FMapLocationHint) == 0x000008, "Wrong alignment on FMapLocationHint"); \ static_assert(sizeof(FMapLocationHint) == 0x000018, "Wrong size on FMapLocationHint"); \ #define DUMPER7_ASSERTS_FAIPerformTaskContainer \ static_assert(alignof(FAIPerformTaskContainer) == 0x000010, "Wrong alignment on FAIPerformTaskContainer"); \ static_assert(sizeof(FAIPerformTaskContainer) == 0x000040, "Wrong size on FAIPerformTaskContainer"); \ static_assert(offsetof(FAIPerformTaskContainer, TaskData) == 0x000000, "Member 'FAIPerformTaskContainer::TaskData' has a wrong offset!"); \ static_assert(offsetof(FAIPerformTaskContainer, WidgetTransform) == 0x000010, "Member 'FAIPerformTaskContainer::WidgetTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPerkInfoFX \ static_assert(alignof(FPerkInfoFX) == 0x000008, "Wrong alignment on FPerkInfoFX"); \ static_assert(sizeof(FPerkInfoFX) == 0x000030, "Wrong size on FPerkInfoFX"); \ static_assert(offsetof(FPerkInfoFX, PerkFX) == 0x000000, "Member 'FPerkInfoFX::PerkFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPerkTreeEntry \ static_assert(alignof(FPerkTreeEntry) == 0x000008, "Wrong alignment on FPerkTreeEntry"); \ static_assert(sizeof(FPerkTreeEntry) == 0x000070, "Wrong size on FPerkTreeEntry"); \ static_assert(offsetof(FPerkTreeEntry, ID) == 0x000000, "Member 'FPerkTreeEntry::ID' has a wrong offset!"); \ static_assert(offsetof(FPerkTreeEntry, PerkCategory) == 0x000010, "Member 'FPerkTreeEntry::PerkCategory' has a wrong offset!"); \ static_assert(offsetof(FPerkTreeEntry, LevelRequirement) == 0x000020, "Member 'FPerkTreeEntry::LevelRequirement' has a wrong offset!"); \ static_assert(offsetof(FPerkTreeEntry, Row) == 0x000024, "Member 'FPerkTreeEntry::Row' has a wrong offset!"); \ static_assert(offsetof(FPerkTreeEntry, Column) == 0x000028, "Member 'FPerkTreeEntry::Column' has a wrong offset!"); \ static_assert(offsetof(FPerkTreeEntry, LockId) == 0x00002C, "Member 'FPerkTreeEntry::LockId' has a wrong offset!"); \ static_assert(offsetof(FPerkTreeEntry, LockID2) == 0x000034, "Member 'FPerkTreeEntry::LockID2' has a wrong offset!"); \ static_assert(offsetof(FPerkTreeEntry, AbilityID) == 0x00003C, "Member 'FPerkTreeEntry::AbilityID' has a wrong offset!"); \ static_assert(offsetof(FPerkTreeEntry, State) == 0x000044, "Member 'FPerkTreeEntry::State' has a wrong offset!"); \ static_assert(offsetof(FPerkTreeEntry, CurrentLevel) == 0x000048, "Member 'FPerkTreeEntry::CurrentLevel' has a wrong offset!"); \ static_assert(offsetof(FPerkTreeEntry, MaxLevel) == 0x00004C, "Member 'FPerkTreeEntry::MaxLevel' has a wrong offset!"); \ static_assert(offsetof(FPerkTreeEntry, NextUpgrade) == 0x000050, "Member 'FPerkTreeEntry::NextUpgrade' has a wrong offset!"); \ static_assert(offsetof(FPerkTreeEntry, IsUpgrade) == 0x000060, "Member 'FPerkTreeEntry::IsUpgrade' has a wrong offset!"); \ static_assert(offsetof(FPerkTreeEntry, TotalEffectiveLevel) == 0x000064, "Member 'FPerkTreeEntry::TotalEffectiveLevel' has a wrong offset!"); \ static_assert(offsetof(FPerkTreeEntry, PrerequisitePerkID) == 0x000068, "Member 'FPerkTreeEntry::PrerequisitePerkID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPetrificusData \ static_assert(alignof(FPetrificusData) == 0x000008, "Wrong alignment on FPetrificusData"); \ static_assert(sizeof(FPetrificusData) == 0x000010, "Wrong size on FPetrificusData"); \ static_assert(offsetof(FPetrificusData, FX2) == 0x000000, "Member 'FPetrificusData::FX2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpellCastData \ static_assert(alignof(FSpellCastData) == 0x000008, "Wrong alignment on FSpellCastData"); \ static_assert(sizeof(FSpellCastData) == 0x000018, "Wrong size on FSpellCastData"); \ static_assert(offsetof(FSpellCastData, Target) == 0x000000, "Member 'FSpellCastData::Target' has a wrong offset!"); \ static_assert(offsetof(FSpellCastData, Instigator) == 0x000008, "Member 'FSpellCastData::Instigator' has a wrong offset!"); \ static_assert(offsetof(FSpellCastData, SpellType) == 0x000010, "Member 'FSpellCastData::SpellType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStoryEAVandAMB \ static_assert(alignof(FStoryEAVandAMB) == 0x000008, "Wrong alignment on FStoryEAVandAMB"); \ static_assert(sizeof(FStoryEAVandAMB) == 0x0000A0, "Wrong size on FStoryEAVandAMB"); \ #define DUMPER7_ASSERTS_FPhoenixCameraSettingsData \ static_assert(alignof(FPhoenixCameraSettingsData) == 0x000004, "Wrong alignment on FPhoenixCameraSettingsData"); \ static_assert(sizeof(FPhoenixCameraSettingsData) == 0x000088, "Wrong size on FPhoenixCameraSettingsData"); \ static_assert(offsetof(FPhoenixCameraSettingsData, FieldOfViewOffset) == 0x000000, "Member 'FPhoenixCameraSettingsData::FieldOfViewOffset' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, InputSensitivityDefault) == 0x000004, "Member 'FPhoenixCameraSettingsData::InputSensitivityDefault' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, InputSensitivityAiming) == 0x000008, "Member 'FPhoenixCameraSettingsData::InputSensitivityAiming' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, InputAccelerationDefault) == 0x00000C, "Member 'FPhoenixCameraSettingsData::InputAccelerationDefault' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, InputAccelerationAiming) == 0x000010, "Member 'FPhoenixCameraSettingsData::InputAccelerationAiming' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, AimAssistStrength) == 0x000014, "Member 'FPhoenixCameraSettingsData::AimAssistStrength' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, GamepadDeadzone) == 0x000018, "Member 'FPhoenixCameraSettingsData::GamepadDeadzone' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, bGamepadSouthpaw) == 0x00001C, "Member 'FPhoenixCameraSettingsData::bGamepadSouthpaw' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, bGamepadAimingSwitch) == 0x00001D, "Member 'FPhoenixCameraSettingsData::bGamepadAimingSwitch' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, bInvertX) == 0x00001E, "Member 'FPhoenixCameraSettingsData::bInvertX' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, bInvertY) == 0x00001F, "Member 'FPhoenixCameraSettingsData::bInvertY' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, bInvertFlightY) == 0x000020, "Member 'FPhoenixCameraSettingsData::bInvertFlightY' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, bToggleAim) == 0x000021, "Member 'FPhoenixCameraSettingsData::bToggleAim' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, FollowSpeed) == 0x000024, "Member 'FPhoenixCameraSettingsData::FollowSpeed' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, CameraShake) == 0x000028, "Member 'FPhoenixCameraSettingsData::CameraShake' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, bCineCameraShake) == 0x00002C, "Member 'FPhoenixCameraSettingsData::bCineCameraShake' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, bDepthOfField) == 0x00002D, "Member 'FPhoenixCameraSettingsData::bDepthOfField' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, bChromaticAberration) == 0x00002E, "Member 'FPhoenixCameraSettingsData::bChromaticAberration' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, bFilmGrain) == 0x00002F, "Member 'FPhoenixCameraSettingsData::bFilmGrain' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, bMotionBlur) == 0x000030, "Member 'FPhoenixCameraSettingsData::bMotionBlur' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, MotionBlurAmount) == 0x000034, "Member 'FPhoenixCameraSettingsData::MotionBlurAmount' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_RotationInputSensitivity) == 0x000038, "Member 'FPhoenixCameraSettingsData::DirectorCam_RotationInputSensitivity' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_RotationInputAcceleration) == 0x00003C, "Member 'FPhoenixCameraSettingsData::DirectorCam_RotationInputAcceleration' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_RollInputSensitivity) == 0x000040, "Member 'FPhoenixCameraSettingsData::DirectorCam_RollInputSensitivity' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_RollInputAcceleration) == 0x000044, "Member 'FPhoenixCameraSettingsData::DirectorCam_RollInputAcceleration' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_RotationFiltering) == 0x000048, "Member 'FPhoenixCameraSettingsData::DirectorCam_RotationFiltering' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_MoveInputSensitivity) == 0x00004C, "Member 'FPhoenixCameraSettingsData::DirectorCam_MoveInputSensitivity' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_MoveInputAcceleration) == 0x000050, "Member 'FPhoenixCameraSettingsData::DirectorCam_MoveInputAcceleration' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_PedestalInputSensitivity) == 0x000054, "Member 'FPhoenixCameraSettingsData::DirectorCam_PedestalInputSensitivity' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_PedestalInputAcceleration) == 0x000058, "Member 'FPhoenixCameraSettingsData::DirectorCam_PedestalInputAcceleration' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_MoveFiltering) == 0x00005C, "Member 'FPhoenixCameraSettingsData::DirectorCam_MoveFiltering' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_ZoomInputSensitivity) == 0x000060, "Member 'FPhoenixCameraSettingsData::DirectorCam_ZoomInputSensitivity' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_ZoomInputAcceleration) == 0x000064, "Member 'FPhoenixCameraSettingsData::DirectorCam_ZoomInputAcceleration' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_ZoomFiltering) == 0x000068, "Member 'FPhoenixCameraSettingsData::DirectorCam_ZoomFiltering' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_FocusDistanceInputSensitivity) == 0x00006C, "Member 'FPhoenixCameraSettingsData::DirectorCam_FocusDistanceInputSensitivity' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_FocusDistanceInputAcceleration) == 0x000070, "Member 'FPhoenixCameraSettingsData::DirectorCam_FocusDistanceInputAcceleration' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_FocusDistanceFiltering) == 0x000074, "Member 'FPhoenixCameraSettingsData::DirectorCam_FocusDistanceFiltering' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_Aperture) == 0x000078, "Member 'FPhoenixCameraSettingsData::DirectorCam_Aperture' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_AmbientIntensity) == 0x00007C, "Member 'FPhoenixCameraSettingsData::DirectorCam_AmbientIntensity' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, DirectorCam_AmbientFrequency) == 0x000080, "Member 'FPhoenixCameraSettingsData::DirectorCam_AmbientFrequency' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, bDirectorCam_DollyInLocalSpace) == 0x000084, "Member 'FPhoenixCameraSettingsData::bDirectorCam_DollyInLocalSpace' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, bDirectorCam_TruckInLocalSpace) == 0x000085, "Member 'FPhoenixCameraSettingsData::bDirectorCam_TruckInLocalSpace' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, bDirectorCam_PedestalInLocalSpace) == 0x000086, "Member 'FPhoenixCameraSettingsData::bDirectorCam_PedestalInLocalSpace' has a wrong offset!"); \ static_assert(offsetof(FPhoenixCameraSettingsData, bDirectorCam_SwitchRollAndZoomInput) == 0x000087, "Member 'FPhoenixCameraSettingsData::bDirectorCam_SwitchRollAndZoomInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSettingsSourceFile \ static_assert(alignof(FSettingsSourceFile) == 0x000008, "Wrong alignment on FSettingsSourceFile"); \ static_assert(sizeof(FSettingsSourceFile) == 0x000018, "Wrong size on FSettingsSourceFile"); \ #define DUMPER7_ASSERTS_FPhoenixButtonStruct \ static_assert(alignof(FPhoenixButtonStruct) == 0x000008, "Wrong alignment on FPhoenixButtonStruct"); \ static_assert(sizeof(FPhoenixButtonStruct) == 0x000028, "Wrong size on FPhoenixButtonStruct"); \ #define DUMPER7_ASSERTS_FConversationOption \ static_assert(alignof(FConversationOption) == 0x000008, "Wrong alignment on FConversationOption"); \ static_assert(sizeof(FConversationOption) == 0x000048, "Wrong size on FConversationOption"); \ static_assert(offsetof(FConversationOption, Text_ID) == 0x000000, "Member 'FConversationOption::Text_ID' has a wrong offset!"); \ static_assert(offsetof(FConversationOption, Icon_ID) == 0x000010, "Member 'FConversationOption::Icon_ID' has a wrong offset!"); \ static_assert(offsetof(FConversationOption, MenuNode_ID) == 0x000020, "Member 'FConversationOption::MenuNode_ID' has a wrong offset!"); \ static_assert(offsetof(FConversationOption, Disabled) == 0x000024, "Member 'FConversationOption::Disabled' has a wrong offset!"); \ static_assert(offsetof(FConversationOption, Reason_Tooltip) == 0x000025, "Member 'FConversationOption::Reason_Tooltip' has a wrong offset!"); \ static_assert(offsetof(FConversationOption, ReasonName) == 0x000028, "Member 'FConversationOption::ReasonName' has a wrong offset!"); \ static_assert(offsetof(FConversationOption, PreviouslyUsed) == 0x000030, "Member 'FConversationOption::PreviouslyUsed' has a wrong offset!"); \ static_assert(offsetof(FConversationOption, Conversation_ID) == 0x000038, "Member 'FConversationOption::Conversation_ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExperienceChange \ static_assert(alignof(FExperienceChange) == 0x000004, "Wrong alignment on FExperienceChange"); \ static_assert(sizeof(FExperienceChange) == 0x000020, "Wrong size on FExperienceChange"); \ static_assert(offsetof(FExperienceChange, ExperiencePoints) == 0x000000, "Member 'FExperienceChange::ExperiencePoints' has a wrong offset!"); \ static_assert(offsetof(FExperienceChange, ExperienceLevelStartPoints) == 0x000004, "Member 'FExperienceChange::ExperienceLevelStartPoints' has a wrong offset!"); \ static_assert(offsetof(FExperienceChange, ExperienceLevelEndPoints) == 0x000008, "Member 'FExperienceChange::ExperienceLevelEndPoints' has a wrong offset!"); \ static_assert(offsetof(FExperienceChange, ExperienceLevel) == 0x00000C, "Member 'FExperienceChange::ExperienceLevel' has a wrong offset!"); \ static_assert(offsetof(FExperienceChange, ExperienceLevelChanged) == 0x000010, "Member 'FExperienceChange::ExperienceLevelChanged' has a wrong offset!"); \ static_assert(offsetof(FExperienceChange, PreviousExperiencePoints) == 0x000014, "Member 'FExperienceChange::PreviousExperiencePoints' has a wrong offset!"); \ static_assert(offsetof(FExperienceChange, PreviousExperienceLevelStartPoint) == 0x000018, "Member 'FExperienceChange::PreviousExperienceLevelStartPoint' has a wrong offset!"); \ static_assert(offsetof(FExperienceChange, PreviousExperienceLevelEndPoints) == 0x00001C, "Member 'FExperienceChange::PreviousExperienceLevelEndPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiplePoiTest \ static_assert(alignof(FMultiplePoiTest) == 0x000008, "Wrong alignment on FMultiplePoiTest"); \ static_assert(sizeof(FMultiplePoiTest) == 0x000020, "Wrong size on FMultiplePoiTest"); \ static_assert(offsetof(FMultiplePoiTest, TestName) == 0x000000, "Member 'FMultiplePoiTest::TestName' has a wrong offset!"); \ static_assert(offsetof(FMultiplePoiTest, MapName) == 0x000010, "Member 'FMultiplePoiTest::MapName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNotificationCategoryData \ static_assert(alignof(FNotificationCategoryData) == 0x000008, "Wrong alignment on FNotificationCategoryData"); \ static_assert(sizeof(FNotificationCategoryData) == 0x0000A0, "Wrong size on FNotificationCategoryData"); \ #define DUMPER7_ASSERTS_FNotificationRequest \ static_assert(alignof(FNotificationRequest) == 0x000008, "Wrong alignment on FNotificationRequest"); \ static_assert(sizeof(FNotificationRequest) == 0x000020, "Wrong size on FNotificationRequest"); \ #define DUMPER7_ASSERTS_FSlidingData \ static_assert(alignof(FSlidingData) == 0x000008, "Wrong alignment on FSlidingData"); \ static_assert(sizeof(FSlidingData) == 0x000010, "Wrong size on FSlidingData"); \ #define DUMPER7_ASSERTS_FImpactCameraShakeData \ static_assert(alignof(FImpactCameraShakeData) == 0x000008, "Wrong alignment on FImpactCameraShakeData"); \ static_assert(sizeof(FImpactCameraShakeData) == 0x000020, "Wrong size on FImpactCameraShakeData"); \ static_assert(offsetof(FImpactCameraShakeData, CameraShake) == 0x000000, "Member 'FImpactCameraShakeData::CameraShake' has a wrong offset!"); \ static_assert(offsetof(FImpactCameraShakeData, InnerRadius) == 0x000008, "Member 'FImpactCameraShakeData::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(FImpactCameraShakeData, OuterRadius) == 0x00000C, "Member 'FImpactCameraShakeData::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(FImpactCameraShakeData, Falloff) == 0x000010, "Member 'FImpactCameraShakeData::Falloff' has a wrong offset!"); \ static_assert(offsetof(FImpactCameraShakeData, ForceFeedbackEffect) == 0x000018, "Member 'FImpactCameraShakeData::ForceFeedbackEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhoenixScalabilityPlatforms \ static_assert(alignof(FPhoenixScalabilityPlatforms) == 0x000004, "Wrong alignment on FPhoenixScalabilityPlatforms"); \ static_assert(sizeof(FPhoenixScalabilityPlatforms) == 0x000004, "Wrong size on FPhoenixScalabilityPlatforms"); \ static_assert(offsetof(FPhoenixScalabilityPlatforms, Platforms) == 0x000000, "Member 'FPhoenixScalabilityPlatforms::Platforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinFXEventTriggerHermesMessage \ static_assert(alignof(FSkinFXEventTriggerHermesMessage) == 0x000008, "Wrong alignment on FSkinFXEventTriggerHermesMessage"); \ static_assert(sizeof(FSkinFXEventTriggerHermesMessage) == 0x000018, "Wrong size on FSkinFXEventTriggerHermesMessage"); \ static_assert(offsetof(FSkinFXEventTriggerHermesMessage, SkinFXComponent) == 0x000000, "Member 'FSkinFXEventTriggerHermesMessage::SkinFXComponent' has a wrong offset!"); \ static_assert(offsetof(FSkinFXEventTriggerHermesMessage, SkinFXEffectName) == 0x000008, "Member 'FSkinFXEventTriggerHermesMessage::SkinFXEffectName' has a wrong offset!"); \ static_assert(offsetof(FSkinFXEventTriggerHermesMessage, SkinFXEvent) == 0x000010, "Member 'FSkinFXEventTriggerHermesMessage::SkinFXEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhoenixScalabilityLevels \ static_assert(alignof(FPhoenixScalabilityLevels) == 0x000004, "Wrong alignment on FPhoenixScalabilityLevels"); \ static_assert(sizeof(FPhoenixScalabilityLevels) == 0x000004, "Wrong size on FPhoenixScalabilityLevels"); \ static_assert(offsetof(FPhoenixScalabilityLevels, Levels) == 0x000000, "Member 'FPhoenixScalabilityLevels::Levels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDbAssetMapTestStruct \ static_assert(alignof(FDbAssetMapTestStruct) == 0x000008, "Wrong alignment on FDbAssetMapTestStruct"); \ static_assert(sizeof(FDbAssetMapTestStruct) == 0x000030, "Wrong size on FDbAssetMapTestStruct"); \ static_assert(offsetof(FDbAssetMapTestStruct, m_actorClass) == 0x000008, "Member 'FDbAssetMapTestStruct::m_actorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDialogueLineAndAudioFlags \ static_assert(alignof(FDialogueLineAndAudioFlags) == 0x000004, "Wrong alignment on FDialogueLineAndAudioFlags"); \ static_assert(sizeof(FDialogueLineAndAudioFlags) == 0x000018, "Wrong size on FDialogueLineAndAudioFlags"); \ static_assert(offsetof(FDialogueLineAndAudioFlags, DialogueLineReference) == 0x000000, "Member 'FDialogueLineAndAudioFlags::DialogueLineReference' has a wrong offset!"); \ static_assert(offsetof(FDialogueLineAndAudioFlags, AudioDialogueFlags) == 0x000010, "Member 'FDialogueLineAndAudioFlags::AudioDialogueFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterNameAndIsLocalPlayer \ static_assert(alignof(FCharacterNameAndIsLocalPlayer) == 0x000008, "Wrong alignment on FCharacterNameAndIsLocalPlayer"); \ static_assert(sizeof(FCharacterNameAndIsLocalPlayer) == 0x000020, "Wrong size on FCharacterNameAndIsLocalPlayer"); \ static_assert(offsetof(FCharacterNameAndIsLocalPlayer, CharacterName) == 0x000000, "Member 'FCharacterNameAndIsLocalPlayer::CharacterName' has a wrong offset!"); \ static_assert(offsetof(FCharacterNameAndIsLocalPlayer, LocalPlayer) == 0x000008, "Member 'FCharacterNameAndIsLocalPlayer::LocalPlayer' has a wrong offset!"); \ static_assert(offsetof(FCharacterNameAndIsLocalPlayer, ActorProvider) == 0x000010, "Member 'FCharacterNameAndIsLocalPlayer::ActorProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicalResponseEventData \ static_assert(alignof(FPhysicalResponseEventData) == 0x000008, "Wrong alignment on FPhysicalResponseEventData"); \ static_assert(sizeof(FPhysicalResponseEventData) == 0x000028, "Wrong size on FPhysicalResponseEventData"); \ static_assert(offsetof(FPhysicalResponseEventData, OwningActor) == 0x000000, "Member 'FPhysicalResponseEventData::OwningActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicsSimLevelRow \ static_assert(alignof(FPhysicsSimLevelRow) == 0x000008, "Wrong alignment on FPhysicsSimLevelRow"); \ static_assert(sizeof(FPhysicsSimLevelRow) == 0x000058, "Wrong size on FPhysicsSimLevelRow"); \ static_assert(offsetof(FPhysicsSimLevelRow, Type) == 0x000008, "Member 'FPhysicsSimLevelRow::Type' has a wrong offset!"); \ static_assert(offsetof(FPhysicsSimLevelRow, Level) == 0x000010, "Member 'FPhysicsSimLevelRow::Level' has a wrong offset!"); \ static_assert(offsetof(FPhysicsSimLevelRow, Location) == 0x000038, "Member 'FPhysicsSimLevelRow::Location' has a wrong offset!"); \ static_assert(offsetof(FPhysicsSimLevelRow, Rotation) == 0x000044, "Member 'FPhysicsSimLevelRow::Rotation' has a wrong offset!"); \ static_assert(offsetof(FPhysicsSimLevelRow, bIsPlayerControlled) == 0x000050, "Member 'FPhysicsSimLevelRow::bIsPlayerControlled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlayerMountAreaSettingsDataRow \ static_assert(alignof(FPlayerMountAreaSettingsDataRow) == 0x000008, "Wrong alignment on FPlayerMountAreaSettingsDataRow"); \ static_assert(sizeof(FPlayerMountAreaSettingsDataRow) == 0x000020, "Wrong size on FPlayerMountAreaSettingsDataRow"); \ static_assert(offsetof(FPlayerMountAreaSettingsDataRow, AllowedRegion) == 0x000008, "Member 'FPlayerMountAreaSettingsDataRow::AllowedRegion' has a wrong offset!"); \ static_assert(offsetof(FPlayerMountAreaSettingsDataRow, DungeonLevelOverride) == 0x000010, "Member 'FPlayerMountAreaSettingsDataRow::DungeonLevelOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlayerTemplateNameToDataAsset \ static_assert(alignof(FPlayerTemplateNameToDataAsset) == 0x000008, "Wrong alignment on FPlayerTemplateNameToDataAsset"); \ static_assert(sizeof(FPlayerTemplateNameToDataAsset) == 0x000010, "Wrong size on FPlayerTemplateNameToDataAsset"); \ static_assert(offsetof(FPlayerTemplateNameToDataAsset, PlayerTemplateDataAsset) == 0x000008, "Member 'FPlayerTemplateNameToDataAsset::PlayerTemplateDataAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLockChange \ static_assert(alignof(FLockChange) == 0x000004, "Wrong alignment on FLockChange"); \ static_assert(sizeof(FLockChange) == 0x00000C, "Wrong size on FLockChange"); \ static_assert(offsetof(FLockChange, LockId) == 0x000000, "Member 'FLockChange::LockId' has a wrong offset!"); \ static_assert(offsetof(FLockChange, newLockState) == 0x000008, "Member 'FLockChange::newLockState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpellDiamondInput \ static_assert(alignof(FSpellDiamondInput) == 0x000004, "Wrong alignment on FSpellDiamondInput"); \ static_assert(sizeof(FSpellDiamondInput) == 0x000020, "Wrong size on FSpellDiamondInput"); \ static_assert(offsetof(FSpellDiamondInput, Slot1) == 0x000000, "Member 'FSpellDiamondInput::Slot1' has a wrong offset!"); \ static_assert(offsetof(FSpellDiamondInput, Slot2) == 0x000008, "Member 'FSpellDiamondInput::Slot2' has a wrong offset!"); \ static_assert(offsetof(FSpellDiamondInput, Slot3) == 0x000010, "Member 'FSpellDiamondInput::Slot3' has a wrong offset!"); \ static_assert(offsetof(FSpellDiamondInput, Slot4) == 0x000018, "Member 'FSpellDiamondInput::Slot4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FItemInput \ static_assert(alignof(FItemInput) == 0x000004, "Wrong alignment on FItemInput"); \ static_assert(sizeof(FItemInput) == 0x00000C, "Wrong size on FItemInput"); \ static_assert(offsetof(FItemInput, ItemId) == 0x000000, "Member 'FItemInput::ItemId' has a wrong offset!"); \ static_assert(offsetof(FItemInput, ItemQuantity) == 0x000008, "Member 'FItemInput::ItemQuantity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOrientToSlerp \ static_assert(alignof(FOrientToSlerp) == 0x000004, "Wrong alignment on FOrientToSlerp"); \ static_assert(sizeof(FOrientToSlerp) == 0x00000C, "Wrong size on FOrientToSlerp"); \ static_assert(offsetof(FOrientToSlerp, Type) == 0x000000, "Member 'FOrientToSlerp::Type' has a wrong offset!"); \ static_assert(offsetof(FOrientToSlerp, Speed) == 0x000004, "Member 'FOrientToSlerp::Speed' has a wrong offset!"); \ static_assert(offsetof(FOrientToSlerp, Filter) == 0x000008, "Member 'FOrientToSlerp::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMastermindTutorialInfo \ static_assert(alignof(FMastermindTutorialInfo) == 0x000008, "Wrong alignment on FMastermindTutorialInfo"); \ static_assert(sizeof(FMastermindTutorialInfo) == 0x000068, "Wrong size on FMastermindTutorialInfo"); \ static_assert(offsetof(FMastermindTutorialInfo, bIsPlayingIntro) == 0x000000, "Member 'FMastermindTutorialInfo::bIsPlayingIntro' has a wrong offset!"); \ static_assert(offsetof(FMastermindTutorialInfo, bIsPlayingOutro) == 0x000001, "Member 'FMastermindTutorialInfo::bIsPlayingOutro' has a wrong offset!"); \ static_assert(offsetof(FMastermindTutorialInfo, TutorialName) == 0x000004, "Member 'FMastermindTutorialInfo::TutorialName' has a wrong offset!"); \ static_assert(offsetof(FMastermindTutorialInfo, TutorialStepAlias) == 0x00000C, "Member 'FMastermindTutorialInfo::TutorialStepAlias' has a wrong offset!"); \ static_assert(offsetof(FMastermindTutorialInfo, bIsModal) == 0x000014, "Member 'FMastermindTutorialInfo::bIsModal' has a wrong offset!"); \ static_assert(offsetof(FMastermindTutorialInfo, bExpectsInput) == 0x000015, "Member 'FMastermindTutorialInfo::bExpectsInput' has a wrong offset!"); \ static_assert(offsetof(FMastermindTutorialInfo, CompletionButton) == 0x000016, "Member 'FMastermindTutorialInfo::CompletionButton' has a wrong offset!"); \ static_assert(offsetof(FMastermindTutorialInfo, MustHoldCompletionButton) == 0x000017, "Member 'FMastermindTutorialInfo::MustHoldCompletionButton' has a wrong offset!"); \ static_assert(offsetof(FMastermindTutorialInfo, CompletionButtons) == 0x000018, "Member 'FMastermindTutorialInfo::CompletionButtons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPointOfInterest \ static_assert(alignof(FPointOfInterest) == 0x000008, "Wrong alignment on FPointOfInterest"); \ static_assert(sizeof(FPointOfInterest) == 0x000028, "Wrong size on FPointOfInterest"); \ static_assert(offsetof(FPointOfInterest, PointOfInterestId) == 0x000000, "Member 'FPointOfInterest::PointOfInterestId' has a wrong offset!"); \ static_assert(offsetof(FPointOfInterest, Location) == 0x000010, "Member 'FPointOfInterest::Location' has a wrong offset!"); \ static_assert(offsetof(FPointOfInterest, DiscoverDistance) == 0x00001C, "Member 'FPointOfInterest::DiscoverDistance' has a wrong offset!"); \ static_assert(offsetof(FPointOfInterest, State) == 0x000020, "Member 'FPointOfInterest::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTickTrackerData \ static_assert(alignof(FTickTrackerData) == 0x000008, "Wrong alignment on FTickTrackerData"); \ static_assert(sizeof(FTickTrackerData) == 0x000038, "Wrong size on FTickTrackerData"); \ #define DUMPER7_ASSERTS_FMastermindPopupInfo \ static_assert(alignof(FMastermindPopupInfo) == 0x000008, "Wrong alignment on FMastermindPopupInfo"); \ static_assert(sizeof(FMastermindPopupInfo) == 0x000020, "Wrong size on FMastermindPopupInfo"); \ static_assert(offsetof(FMastermindPopupInfo, bIsPlayingIntro) == 0x000000, "Member 'FMastermindPopupInfo::bIsPlayingIntro' has a wrong offset!"); \ static_assert(offsetof(FMastermindPopupInfo, bIsPlayingOutro) == 0x000001, "Member 'FMastermindPopupInfo::bIsPlayingOutro' has a wrong offset!"); \ static_assert(offsetof(FMastermindPopupInfo, CompletionActions) == 0x000008, "Member 'FMastermindPopupInfo::CompletionActions' has a wrong offset!"); \ static_assert(offsetof(FMastermindPopupInfo, bIsWaitPopup) == 0x000018, "Member 'FMastermindPopupInfo::bIsWaitPopup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPortraitPaintingEntity \ static_assert(alignof(FPortraitPaintingEntity) == 0x000008, "Wrong alignment on FPortraitPaintingEntity"); \ static_assert(sizeof(FPortraitPaintingEntity) == 0x000028, "Wrong size on FPortraitPaintingEntity"); \ static_assert(offsetof(FPortraitPaintingEntity, EntityName) == 0x000000, "Member 'FPortraitPaintingEntity::EntityName' has a wrong offset!"); \ static_assert(offsetof(FPortraitPaintingEntity, EntityActor) == 0x000010, "Member 'FPortraitPaintingEntity::EntityActor' has a wrong offset!"); \ static_assert(offsetof(FPortraitPaintingEntity, EntityComponent) == 0x000018, "Member 'FPortraitPaintingEntity::EntityComponent' has a wrong offset!"); \ static_assert(offsetof(FPortraitPaintingEntity, Source) == 0x000020, "Member 'FPortraitPaintingEntity::Source' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPortraitPaintingEntities \ static_assert(alignof(FPortraitPaintingEntities) == 0x000008, "Wrong alignment on FPortraitPaintingEntities"); \ static_assert(sizeof(FPortraitPaintingEntities) == 0x000010, "Wrong size on FPortraitPaintingEntities"); \ static_assert(offsetof(FPortraitPaintingEntities, Entities) == 0x000000, "Member 'FPortraitPaintingEntities::Entities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPortraitPaintingComponentState \ static_assert(alignof(FPortraitPaintingComponentState) == 0x000004, "Wrong alignment on FPortraitPaintingComponentState"); \ static_assert(sizeof(FPortraitPaintingComponentState) == 0x000008, "Wrong size on FPortraitPaintingComponentState"); \ static_assert(offsetof(FPortraitPaintingComponentState, BoundsScale) == 0x000000, "Member 'FPortraitPaintingComponentState::BoundsScale' has a wrong offset!"); \ static_assert(offsetof(FPortraitPaintingComponentState, CollisionEnabled) == 0x000004, "Member 'FPortraitPaintingComponentState::CollisionEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPortraitPaintingComponentStates \ static_assert(alignof(FPortraitPaintingComponentStates) == 0x000008, "Wrong alignment on FPortraitPaintingComponentStates"); \ static_assert(sizeof(FPortraitPaintingComponentStates) == 0x000050, "Wrong size on FPortraitPaintingComponentStates"); \ static_assert(offsetof(FPortraitPaintingComponentStates, States) == 0x000000, "Member 'FPortraitPaintingComponentStates::States' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProtegoLevelData \ static_assert(alignof(FProtegoLevelData) == 0x000004, "Wrong alignment on FProtegoLevelData"); \ static_assert(sizeof(FProtegoLevelData) == 0x00002C, "Wrong size on FProtegoLevelData"); \ static_assert(offsetof(FProtegoLevelData, PerfectTime) == 0x000004, "Member 'FProtegoLevelData::PerfectTime' has a wrong offset!"); \ static_assert(offsetof(FProtegoLevelData, DisarmPercent) == 0x000008, "Member 'FProtegoLevelData::DisarmPercent' has a wrong offset!"); \ static_assert(offsetof(FProtegoLevelData, DisarmForce) == 0x00000C, "Member 'FProtegoLevelData::DisarmForce' has a wrong offset!"); \ static_assert(offsetof(FProtegoLevelData, PerfectAOERadius) == 0x000010, "Member 'FProtegoLevelData::PerfectAOERadius' has a wrong offset!"); \ static_assert(offsetof(FProtegoLevelData, PerfectCharacterBasePhysicsImpulse) == 0x000014, "Member 'FProtegoLevelData::PerfectCharacterBasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(FProtegoLevelData, PerfectCharacterMassScaledPhysicsImpulse) == 0x000018, "Member 'FProtegoLevelData::PerfectCharacterMassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(FProtegoLevelData, PerfectCharacterMaxVelocity) == 0x00001C, "Member 'FProtegoLevelData::PerfectCharacterMaxVelocity' has a wrong offset!"); \ static_assert(offsetof(FProtegoLevelData, NormalCharacterBasePhysicsImpulse) == 0x000020, "Member 'FProtegoLevelData::NormalCharacterBasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(FProtegoLevelData, NormalCharacterMassScaledPhysicsImpulse) == 0x000024, "Member 'FProtegoLevelData::NormalCharacterMassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(FProtegoLevelData, NormalCharacterMaxVelocity) == 0x000028, "Member 'FProtegoLevelData::NormalCharacterMaxVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQActionItemLayout \ static_assert(alignof(FQActionItemLayout) == 0x000008, "Wrong alignment on FQActionItemLayout"); \ static_assert(sizeof(FQActionItemLayout) == 0x000018, "Wrong size on FQActionItemLayout"); \ #define DUMPER7_ASSERTS_FQActionGroup \ static_assert(alignof(FQActionGroup) == 0x000008, "Wrong alignment on FQActionGroup"); \ static_assert(sizeof(FQActionGroup) == 0x000018, "Wrong size on FQActionGroup"); \ #define DUMPER7_ASSERTS_FQActionItemMacro \ static_assert(alignof(FQActionItemMacro) == 0x000008, "Wrong alignment on FQActionItemMacro"); \ static_assert(sizeof(FQActionItemMacro) == 0x000018, "Wrong size on FQActionItemMacro"); \ #define DUMPER7_ASSERTS_FGraphicsAdapterDesc \ static_assert(alignof(FGraphicsAdapterDesc) == 0x000008, "Wrong alignment on FGraphicsAdapterDesc"); \ static_assert(sizeof(FGraphicsAdapterDesc) == 0x000018, "Wrong size on FGraphicsAdapterDesc"); \ static_assert(offsetof(FGraphicsAdapterDesc, Name) == 0x000000, "Member 'FGraphicsAdapterDesc::Name' has a wrong offset!"); \ static_assert(offsetof(FGraphicsAdapterDesc, LUIDLow) == 0x000010, "Member 'FGraphicsAdapterDesc::LUIDLow' has a wrong offset!"); \ static_assert(offsetof(FGraphicsAdapterDesc, LUIDHigh) == 0x000014, "Member 'FGraphicsAdapterDesc::LUIDHigh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQActionItem \ static_assert(alignof(FQActionItem) == 0x000004, "Wrong alignment on FQActionItem"); \ static_assert(sizeof(FQActionItem) == 0x00000C, "Wrong size on FQActionItem"); \ #define DUMPER7_ASSERTS_FQInventoryActionItem \ static_assert(alignof(FQInventoryActionItem) == 0x000004, "Wrong alignment on FQInventoryActionItem"); \ static_assert(sizeof(FQInventoryActionItem) == 0x000020, "Wrong size on FQInventoryActionItem"); \ #define DUMPER7_ASSERTS_FQAWorldOverrideData \ static_assert(alignof(FQAWorldOverrideData) == 0x000008, "Wrong alignment on FQAWorldOverrideData"); \ static_assert(sizeof(FQAWorldOverrideData) == 0x000038, "Wrong size on FQAWorldOverrideData"); \ #define DUMPER7_ASSERTS_FItemChange \ static_assert(alignof(FItemChange) == 0x000008, "Wrong alignment on FItemChange"); \ static_assert(sizeof(FItemChange) == 0x000020, "Wrong size on FItemChange"); \ #define DUMPER7_ASSERTS_FRacerTime \ static_assert(alignof(FRacerTime) == 0x000004, "Wrong alignment on FRacerTime"); \ static_assert(sizeof(FRacerTime) == 0x00000C, "Wrong size on FRacerTime"); \ static_assert(offsetof(FRacerTime, RacerName) == 0x000000, "Member 'FRacerTime::RacerName' has a wrong offset!"); \ static_assert(offsetof(FRacerTime, RaceTime) == 0x000008, "Member 'FRacerTime::RaceTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRarityColors \ static_assert(alignof(FRarityColors) == 0x000008, "Wrong alignment on FRarityColors"); \ static_assert(sizeof(FRarityColors) == 0x000048, "Wrong size on FRarityColors"); \ static_assert(offsetof(FRarityColors, Outline) == 0x000008, "Member 'FRarityColors::Outline' has a wrong offset!"); \ static_assert(offsetof(FRarityColors, Glow) == 0x000018, "Member 'FRarityColors::Glow' has a wrong offset!"); \ static_assert(offsetof(FRarityColors, Back) == 0x000028, "Member 'FRarityColors::Back' has a wrong offset!"); \ static_assert(offsetof(FRarityColors, Text) == 0x000038, "Member 'FRarityColors::Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRevealData \ static_assert(alignof(FRevealData) == 0x000008, "Wrong alignment on FRevealData"); \ static_assert(sizeof(FRevealData) == 0x000028, "Wrong size on FRevealData"); \ static_assert(offsetof(FRevealData, FX2) == 0x000000, "Member 'FRevealData::FX2' has a wrong offset!"); \ static_assert(offsetof(FRevealData, GlobalFX2) == 0x000010, "Member 'FRevealData::GlobalFX2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRPGTimeTriggers \ static_assert(alignof(FRPGTimeTriggers) == 0x000008, "Wrong alignment on FRPGTimeTriggers"); \ static_assert(sizeof(FRPGTimeTriggers) == 0x000038, "Wrong size on FRPGTimeTriggers"); \ static_assert(offsetof(FRPGTimeTriggers, bUseRatioOfLifetime) == 0x000000, "Member 'FRPGTimeTriggers::bUseRatioOfLifetime' has a wrong offset!"); \ static_assert(offsetof(FRPGTimeTriggers, Unit) == 0x000001, "Member 'FRPGTimeTriggers::Unit' has a wrong offset!"); \ static_assert(offsetof(FRPGTimeTriggers, StartTime) == 0x000004, "Member 'FRPGTimeTriggers::StartTime' has a wrong offset!"); \ static_assert(offsetof(FRPGTimeTriggers, StopTime) == 0x000008, "Member 'FRPGTimeTriggers::StopTime' has a wrong offset!"); \ static_assert(offsetof(FRPGTimeTriggers, RetriggerBehaviour) == 0x00000C, "Member 'FRPGTimeTriggers::RetriggerBehaviour' has a wrong offset!"); \ static_assert(offsetof(FRPGTimeTriggers, TriggerEffect) == 0x000010, "Member 'FRPGTimeTriggers::TriggerEffect' has a wrong offset!"); \ static_assert(offsetof(FRPGTimeTriggers, bIsActive) == 0x000018, "Member 'FRPGTimeTriggers::bIsActive' has a wrong offset!"); \ static_assert(offsetof(FRPGTimeTriggers, bWasActive) == 0x000019, "Member 'FRPGTimeTriggers::bWasActive' has a wrong offset!"); \ static_assert(offsetof(FRPGTimeTriggers, bUseIngameSimulationTime) == 0x00001A, "Member 'FRPGTimeTriggers::bUseIngameSimulationTime' has a wrong offset!"); \ static_assert(offsetof(FRPGTimeTriggers, StartTimeStamp) == 0x000020, "Member 'FRPGTimeTriggers::StartTimeStamp' has a wrong offset!"); \ static_assert(offsetof(FRPGTimeTriggers, StopTimeStamp) == 0x000028, "Member 'FRPGTimeTriggers::StopTimeStamp' has a wrong offset!"); \ static_assert(offsetof(FRPGTimeTriggers, bRepeating) == 0x000030, "Member 'FRPGTimeTriggers::bRepeating' has a wrong offset!"); \ static_assert(offsetof(FRPGTimeTriggers, LoopPauseTime) == 0x000034, "Member 'FRPGTimeTriggers::LoopPauseTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStupidShaderSpecialType \ static_assert(alignof(FStupidShaderSpecialType) == 0x000001, "Wrong alignment on FStupidShaderSpecialType"); \ static_assert(sizeof(FStupidShaderSpecialType) == 0x000001, "Wrong size on FStupidShaderSpecialType"); \ #define DUMPER7_ASSERTS_FRPGUIInfo \ static_assert(alignof(FRPGUIInfo) == 0x000004, "Wrong alignment on FRPGUIInfo"); \ static_assert(sizeof(FRPGUIInfo) == 0x000010, "Wrong size on FRPGUIInfo"); \ static_assert(offsetof(FRPGUIInfo, SourceID) == 0x000000, "Member 'FRPGUIInfo::SourceID' has a wrong offset!"); \ static_assert(offsetof(FRPGUIInfo, SlotID) == 0x000008, "Member 'FRPGUIInfo::SlotID' has a wrong offset!"); \ static_assert(offsetof(FRPGUIInfo, bShowInHUD) == 0x00000C, "Member 'FRPGUIInfo::bShowInHUD' has a wrong offset!"); \ static_assert(offsetof(FRPGUIInfo, bShowInMenu) == 0x00000D, "Member 'FRPGUIInfo::bShowInMenu' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRPGHitTracker \ static_assert(alignof(FRPGHitTracker) == 0x000008, "Wrong alignment on FRPGHitTracker"); \ static_assert(sizeof(FRPGHitTracker) == 0x000018, "Wrong size on FRPGHitTracker"); \ static_assert(offsetof(FRPGHitTracker, Target) == 0x000000, "Member 'FRPGHitTracker::Target' has a wrong offset!"); \ static_assert(offsetof(FRPGHitTracker, Timestamp) == 0x000008, "Member 'FRPGHitTracker::Timestamp' has a wrong offset!"); \ static_assert(offsetof(FRPGHitTracker, Spell) == 0x000010, "Member 'FRPGHitTracker::Spell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSocialReasoningComparison \ static_assert(alignof(FSocialReasoningComparison) == 0x000001, "Wrong alignment on FSocialReasoningComparison"); \ static_assert(sizeof(FSocialReasoningComparison) == 0x000001, "Wrong size on FSocialReasoningComparison"); \ static_assert(offsetof(FSocialReasoningComparison, ComparedToReasoning) == 0x000000, "Member 'FSocialReasoningComparison::ComparedToReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSocialSemanticsComparison \ static_assert(alignof(FSocialSemanticsComparison) == 0x000004, "Wrong alignment on FSocialSemanticsComparison"); \ static_assert(sizeof(FSocialSemanticsComparison) == 0x000008, "Wrong size on FSocialSemanticsComparison"); \ static_assert(offsetof(FSocialSemanticsComparison, SocialSemantic) == 0x000000, "Member 'FSocialSemanticsComparison::SocialSemantic' has a wrong offset!"); \ static_assert(offsetof(FSocialSemanticsComparison, ComparisonOperator) == 0x000001, "Member 'FSocialSemanticsComparison::ComparisonOperator' has a wrong offset!"); \ static_assert(offsetof(FSocialSemanticsComparison, ComparisonValue) == 0x000004, "Member 'FSocialSemanticsComparison::ComparisonValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigRule_RuleAsset \ static_assert(alignof(FSceneRigRule_RuleAsset) == 0x000008, "Wrong alignment on FSceneRigRule_RuleAsset"); \ static_assert(sizeof(FSceneRigRule_RuleAsset) == 0x000040, "Wrong size on FSceneRigRule_RuleAsset"); \ static_assert(offsetof(FSceneRigRule_RuleAsset, SpecificActor) == 0x000008, "Member 'FSceneRigRule_RuleAsset::SpecificActor' has a wrong offset!"); \ static_assert(offsetof(FSceneRigRule_RuleAsset, Tags) == 0x000018, "Member 'FSceneRigRule_RuleAsset::Tags' has a wrong offset!"); \ static_assert(offsetof(FSceneRigRule_RuleAsset, Rule) == 0x000038, "Member 'FSceneRigRule_RuleAsset::Rule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSanctuaryBonusStatus \ static_assert(alignof(FSanctuaryBonusStatus) == 0x000008, "Wrong alignment on FSanctuaryBonusStatus"); \ static_assert(sizeof(FSanctuaryBonusStatus) == 0x000020, "Wrong size on FSanctuaryBonusStatus"); \ static_assert(offsetof(FSanctuaryBonusStatus, BonusID) == 0x000000, "Member 'FSanctuaryBonusStatus::BonusID' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryBonusStatus, UnlockTextKey) == 0x000008, "Member 'FSanctuaryBonusStatus::UnlockTextKey' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryBonusStatus, Value) == 0x000018, "Member 'FSanctuaryBonusStatus::Value' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryBonusStatus, bIsMaxedOut) == 0x00001C, "Member 'FSanctuaryBonusStatus::bIsMaxedOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSanctuaryIdentityDayNightSettings \ static_assert(alignof(FSanctuaryIdentityDayNightSettings) == 0x000008, "Wrong alignment on FSanctuaryIdentityDayNightSettings"); \ static_assert(sizeof(FSanctuaryIdentityDayNightSettings) == 0x000020, "Wrong size on FSanctuaryIdentityDayNightSettings"); \ static_assert(offsetof(FSanctuaryIdentityDayNightSettings, TimeSources) == 0x000000, "Member 'FSanctuaryIdentityDayNightSettings::TimeSources' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryIdentityDayNightSettings, EphemerisProgram) == 0x000010, "Member 'FSanctuaryIdentityDayNightSettings::EphemerisProgram' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSanctuaryIdentityGlobalLightingSettings \ static_assert(alignof(FSanctuaryIdentityGlobalLightingSettings) == 0x000008, "Wrong alignment on FSanctuaryIdentityGlobalLightingSettings"); \ static_assert(sizeof(FSanctuaryIdentityGlobalLightingSettings) == 0x000008, "Wrong size on FSanctuaryIdentityGlobalLightingSettings"); \ static_assert(offsetof(FSanctuaryIdentityGlobalLightingSettings, GlobalLightingBlendable) == 0x000000, "Member 'FSanctuaryIdentityGlobalLightingSettings::GlobalLightingBlendable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSanctuaryIdentityRenderSettings \ static_assert(alignof(FSanctuaryIdentityRenderSettings) == 0x000004, "Wrong alignment on FSanctuaryIdentityRenderSettings"); \ static_assert(sizeof(FSanctuaryIdentityRenderSettings) == 0x000068, "Wrong size on FSanctuaryIdentityRenderSettings"); \ static_assert(offsetof(FSanctuaryIdentityRenderSettings, Exposure) == 0x000004, "Member 'FSanctuaryIdentityRenderSettings::Exposure' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryIdentityRenderSettings, ColorGrading) == 0x00000C, "Member 'FSanctuaryIdentityRenderSettings::ColorGrading' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryIdentityRenderSettings, Film) == 0x000014, "Member 'FSanctuaryIdentityRenderSettings::Film' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryIdentityRenderSettings, LensFX) == 0x00001C, "Member 'FSanctuaryIdentityRenderSettings::LensFX' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryIdentityRenderSettings, Bloom) == 0x000024, "Member 'FSanctuaryIdentityRenderSettings::Bloom' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryIdentityRenderSettings, MotionBlur) == 0x00002C, "Member 'FSanctuaryIdentityRenderSettings::MotionBlur' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryIdentityRenderSettings, DepthOfField) == 0x000034, "Member 'FSanctuaryIdentityRenderSettings::DepthOfField' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryIdentityRenderSettings, Ambient) == 0x00003C, "Member 'FSanctuaryIdentityRenderSettings::Ambient' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryIdentityRenderSettings, ScreenSpaceReflections) == 0x000044, "Member 'FSanctuaryIdentityRenderSettings::ScreenSpaceReflections' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryIdentityRenderSettings, EmissiveAdaptation) == 0x00004C, "Member 'FSanctuaryIdentityRenderSettings::EmissiveAdaptation' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryIdentityRenderSettings, ExposureTweak) == 0x000054, "Member 'FSanctuaryIdentityRenderSettings::ExposureTweak' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryIdentityRenderSettings, DistanceFog) == 0x000058, "Member 'FSanctuaryIdentityRenderSettings::DistanceFog' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryIdentityRenderSettings, CharacterLightRigAdjustments) == 0x000060, "Member 'FSanctuaryIdentityRenderSettings::CharacterLightRigAdjustments' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSanctuaryIdentitySettings \ static_assert(alignof(FSanctuaryIdentitySettings) == 0x000010, "Wrong alignment on FSanctuaryIdentitySettings"); \ static_assert(sizeof(FSanctuaryIdentitySettings) == 0x000680, "Wrong size on FSanctuaryIdentitySettings"); \ static_assert(offsetof(FSanctuaryIdentitySettings, DayNightSettings) == 0x000000, "Member 'FSanctuaryIdentitySettings::DayNightSettings' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryIdentitySettings, GlobalLightingSettings) == 0x000020, "Member 'FSanctuaryIdentitySettings::GlobalLightingSettings' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryIdentitySettings, RenderSettings) == 0x000028, "Member 'FSanctuaryIdentitySettings::RenderSettings' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryIdentitySettings, PostProcessSettings) == 0x000090, "Member 'FSanctuaryIdentitySettings::PostProcessSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSanctuaryPortalIdentityMaterialOverrideSettings \ static_assert(alignof(FSanctuaryPortalIdentityMaterialOverrideSettings) == 0x000004, "Wrong alignment on FSanctuaryPortalIdentityMaterialOverrideSettings"); \ static_assert(sizeof(FSanctuaryPortalIdentityMaterialOverrideSettings) == 0x000020, "Wrong size on FSanctuaryPortalIdentityMaterialOverrideSettings"); \ static_assert(offsetof(FSanctuaryPortalIdentityMaterialOverrideSettings, Desaturation) == 0x000004, "Member 'FSanctuaryPortalIdentityMaterialOverrideSettings::Desaturation' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryPortalIdentityMaterialOverrideSettings, Brightness) == 0x000008, "Member 'FSanctuaryPortalIdentityMaterialOverrideSettings::Brightness' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryPortalIdentityMaterialOverrideSettings, Contrast) == 0x00000C, "Member 'FSanctuaryPortalIdentityMaterialOverrideSettings::Contrast' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryPortalIdentityMaterialOverrideSettings, Tint) == 0x000010, "Member 'FSanctuaryPortalIdentityMaterialOverrideSettings::Tint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSanctuaryPortalMaterialSettings \ static_assert(alignof(FSanctuaryPortalMaterialSettings) == 0x000004, "Wrong alignment on FSanctuaryPortalMaterialSettings"); \ static_assert(sizeof(FSanctuaryPortalMaterialSettings) == 0x00001C, "Wrong size on FSanctuaryPortalMaterialSettings"); \ static_assert(offsetof(FSanctuaryPortalMaterialSettings, Desaturation) == 0x000000, "Member 'FSanctuaryPortalMaterialSettings::Desaturation' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryPortalMaterialSettings, Brightness) == 0x000004, "Member 'FSanctuaryPortalMaterialSettings::Brightness' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryPortalMaterialSettings, Contrast) == 0x000008, "Member 'FSanctuaryPortalMaterialSettings::Contrast' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryPortalMaterialSettings, Tint) == 0x00000C, "Member 'FSanctuaryPortalMaterialSettings::Tint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSanctuaryStreamingZoneDefinition \ static_assert(alignof(FSanctuaryStreamingZoneDefinition) == 0x000008, "Wrong alignment on FSanctuaryStreamingZoneDefinition"); \ static_assert(sizeof(FSanctuaryStreamingZoneDefinition) == 0x0000E0, "Wrong size on FSanctuaryStreamingZoneDefinition"); \ static_assert(offsetof(FSanctuaryStreamingZoneDefinition, ZoneName) == 0x000000, "Member 'FSanctuaryStreamingZoneDefinition::ZoneName' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryStreamingZoneDefinition, MinimumLoad) == 0x000008, "Member 'FSanctuaryStreamingZoneDefinition::MinimumLoad' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryStreamingZoneDefinition, ParallelLoad) == 0x000018, "Member 'FSanctuaryStreamingZoneDefinition::ParallelLoad' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryStreamingZoneDefinition, bStayVisibleWhenIslandIsHidden) == 0x000028, "Member 'FSanctuaryStreamingZoneDefinition::bStayVisibleWhenIslandIsHidden' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryStreamingZoneDefinition, Lock) == 0x000030, "Member 'FSanctuaryStreamingZoneDefinition::Lock' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryStreamingZoneDefinition, Locks) == 0x0000B8, "Member 'FSanctuaryStreamingZoneDefinition::Locks' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryStreamingZoneDefinition, bMustBeLockedToLoadZone) == 0x0000C8, "Member 'FSanctuaryStreamingZoneDefinition::bMustBeLockedToLoadZone' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryStreamingZoneDefinition, ChildZones) == 0x0000D0, "Member 'FSanctuaryStreamingZoneDefinition::ChildZones' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSanctuaryStreamingIslandDefinition \ static_assert(alignof(FSanctuaryStreamingIslandDefinition) == 0x000008, "Wrong alignment on FSanctuaryStreamingIslandDefinition"); \ static_assert(sizeof(FSanctuaryStreamingIslandDefinition) == 0x000068, "Wrong size on FSanctuaryStreamingIslandDefinition"); \ static_assert(offsetof(FSanctuaryStreamingIslandDefinition, IslandName) == 0x000000, "Member 'FSanctuaryStreamingIslandDefinition::IslandName' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryStreamingIslandDefinition, Zones) == 0x000008, "Member 'FSanctuaryStreamingIslandDefinition::Zones' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryStreamingIslandDefinition, LightingScenario) == 0x000018, "Member 'FSanctuaryStreamingIslandDefinition::LightingScenario' has a wrong offset!"); \ static_assert(offsetof(FSanctuaryStreamingIslandDefinition, OctreeScenario) == 0x000040, "Member 'FSanctuaryStreamingIslandDefinition::OctreeScenario' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSanctuaryExpansionDefinition \ static_assert(alignof(FSanctuaryExpansionDefinition) == 0x000004, "Wrong alignment on FSanctuaryExpansionDefinition"); \ static_assert(sizeof(FSanctuaryExpansionDefinition) == 0x000008, "Wrong size on FSanctuaryExpansionDefinition"); \ static_assert(offsetof(FSanctuaryExpansionDefinition, ExpansionLockID) == 0x000000, "Member 'FSanctuaryExpansionDefinition::ExpansionLockID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPointLightDescription \ static_assert(alignof(FPointLightDescription) == 0x000004, "Wrong alignment on FPointLightDescription"); \ static_assert(sizeof(FPointLightDescription) == 0x000014, "Wrong size on FPointLightDescription"); \ static_assert(offsetof(FPointLightDescription, bUseInverseSquaredFalloff) == 0x000000, "Member 'FPointLightDescription::bUseInverseSquaredFalloff' has a wrong offset!"); \ static_assert(offsetof(FPointLightDescription, LightFalloffExponent) == 0x000004, "Member 'FPointLightDescription::LightFalloffExponent' has a wrong offset!"); \ static_assert(offsetof(FPointLightDescription, SourceRadius) == 0x000008, "Member 'FPointLightDescription::SourceRadius' has a wrong offset!"); \ static_assert(offsetof(FPointLightDescription, SoftSourceRadius) == 0x00000C, "Member 'FPointLightDescription::SoftSourceRadius' has a wrong offset!"); \ static_assert(offsetof(FPointLightDescription, SourceLength) == 0x000010, "Member 'FPointLightDescription::SourceLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBasicLightShadowDescription \ static_assert(alignof(FBasicLightShadowDescription) == 0x000004, "Wrong alignment on FBasicLightShadowDescription"); \ static_assert(sizeof(FBasicLightShadowDescription) == 0x00001C, "Wrong size on FBasicLightShadowDescription"); \ static_assert(offsetof(FBasicLightShadowDescription, ShadowResolutionScale) == 0x000004, "Member 'FBasicLightShadowDescription::ShadowResolutionScale' has a wrong offset!"); \ static_assert(offsetof(FBasicLightShadowDescription, ShadowBias) == 0x000008, "Member 'FBasicLightShadowDescription::ShadowBias' has a wrong offset!"); \ static_assert(offsetof(FBasicLightShadowDescription, ShadowSlopeBias) == 0x00000C, "Member 'FBasicLightShadowDescription::ShadowSlopeBias' has a wrong offset!"); \ static_assert(offsetof(FBasicLightShadowDescription, ShadowSharpen) == 0x000010, "Member 'FBasicLightShadowDescription::ShadowSharpen' has a wrong offset!"); \ static_assert(offsetof(FBasicLightShadowDescription, ContactShadowLength) == 0x000014, "Member 'FBasicLightShadowDescription::ContactShadowLength' has a wrong offset!"); \ static_assert(offsetof(FBasicLightShadowDescription, NearShadowClippingDistance) == 0x000018, "Member 'FBasicLightShadowDescription::NearShadowClippingDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBasicLightBloomDescription \ static_assert(alignof(FBasicLightBloomDescription) == 0x000004, "Wrong alignment on FBasicLightBloomDescription"); \ static_assert(sizeof(FBasicLightBloomDescription) == 0x00000C, "Wrong size on FBasicLightBloomDescription"); \ static_assert(offsetof(FBasicLightBloomDescription, BloomScale) == 0x000000, "Member 'FBasicLightBloomDescription::BloomScale' has a wrong offset!"); \ static_assert(offsetof(FBasicLightBloomDescription, BloomThreshold) == 0x000004, "Member 'FBasicLightBloomDescription::BloomThreshold' has a wrong offset!"); \ static_assert(offsetof(FBasicLightBloomDescription, BloomTint) == 0x000008, "Member 'FBasicLightBloomDescription::BloomTint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBasicLightDescription \ static_assert(alignof(FBasicLightDescription) == 0x000004, "Wrong alignment on FBasicLightDescription"); \ static_assert(sizeof(FBasicLightDescription) == 0x00004C, "Wrong size on FBasicLightDescription"); \ static_assert(offsetof(FBasicLightDescription, IntensityUnits) == 0x000000, "Member 'FBasicLightDescription::IntensityUnits' has a wrong offset!"); \ static_assert(offsetof(FBasicLightDescription, Intensity) == 0x000004, "Member 'FBasicLightDescription::Intensity' has a wrong offset!"); \ static_assert(offsetof(FBasicLightDescription, AttenuationRadius) == 0x000008, "Member 'FBasicLightDescription::AttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(FBasicLightDescription, LightColor) == 0x00000C, "Member 'FBasicLightDescription::LightColor' has a wrong offset!"); \ static_assert(offsetof(FBasicLightDescription, Temperature) == 0x000010, "Member 'FBasicLightDescription::Temperature' has a wrong offset!"); \ static_assert(offsetof(FBasicLightDescription, VolumetricScatteringIntensity) == 0x000014, "Member 'FBasicLightDescription::VolumetricScatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(FBasicLightDescription, SpecularScale) == 0x000018, "Member 'FBasicLightDescription::SpecularScale' has a wrong offset!"); \ static_assert(offsetof(FBasicLightDescription, Shadows) == 0x00001C, "Member 'FBasicLightDescription::Shadows' has a wrong offset!"); \ static_assert(offsetof(FBasicLightDescription, LightingChannels) == 0x000038, "Member 'FBasicLightDescription::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(FBasicLightDescription, Bloom) == 0x00003C, "Member 'FBasicLightDescription::Bloom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpotLightDescription \ static_assert(alignof(FSpotLightDescription) == 0x000004, "Wrong alignment on FSpotLightDescription"); \ static_assert(sizeof(FSpotLightDescription) == 0x00001C, "Wrong size on FSpotLightDescription"); \ static_assert(offsetof(FSpotLightDescription, InnerConeAngle) == 0x000000, "Member 'FSpotLightDescription::InnerConeAngle' has a wrong offset!"); \ static_assert(offsetof(FSpotLightDescription, OuterConeAngle) == 0x000004, "Member 'FSpotLightDescription::OuterConeAngle' has a wrong offset!"); \ static_assert(offsetof(FSpotLightDescription, bUseInverseSquaredFalloff) == 0x000008, "Member 'FSpotLightDescription::bUseInverseSquaredFalloff' has a wrong offset!"); \ static_assert(offsetof(FSpotLightDescription, LightFalloffExponent) == 0x00000C, "Member 'FSpotLightDescription::LightFalloffExponent' has a wrong offset!"); \ static_assert(offsetof(FSpotLightDescription, SourceRadius) == 0x000010, "Member 'FSpotLightDescription::SourceRadius' has a wrong offset!"); \ static_assert(offsetof(FSpotLightDescription, SoftSourceRadius) == 0x000014, "Member 'FSpotLightDescription::SoftSourceRadius' has a wrong offset!"); \ static_assert(offsetof(FSpotLightDescription, SourceLength) == 0x000018, "Member 'FSpotLightDescription::SourceLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRectLightDescription \ static_assert(alignof(FRectLightDescription) == 0x000008, "Wrong alignment on FRectLightDescription"); \ static_assert(sizeof(FRectLightDescription) == 0x000018, "Wrong size on FRectLightDescription"); \ static_assert(offsetof(FRectLightDescription, SourceWidth) == 0x000000, "Member 'FRectLightDescription::SourceWidth' has a wrong offset!"); \ static_assert(offsetof(FRectLightDescription, SourceHeight) == 0x000004, "Member 'FRectLightDescription::SourceHeight' has a wrong offset!"); \ static_assert(offsetof(FRectLightDescription, BarnDoorAngle) == 0x000008, "Member 'FRectLightDescription::BarnDoorAngle' has a wrong offset!"); \ static_assert(offsetof(FRectLightDescription, BarnDoorLength) == 0x00000C, "Member 'FRectLightDescription::BarnDoorLength' has a wrong offset!"); \ static_assert(offsetof(FRectLightDescription, SourceTexture) == 0x000010, "Member 'FRectLightDescription::SourceTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiLightDescription \ static_assert(alignof(FMultiLightDescription) == 0x000008, "Wrong alignment on FMultiLightDescription"); \ static_assert(sizeof(FMultiLightDescription) == 0x000098, "Wrong size on FMultiLightDescription"); \ static_assert(offsetof(FMultiLightDescription, Type) == 0x000000, "Member 'FMultiLightDescription::Type' has a wrong offset!"); \ static_assert(offsetof(FMultiLightDescription, Common) == 0x000004, "Member 'FMultiLightDescription::Common' has a wrong offset!"); \ static_assert(offsetof(FMultiLightDescription, Point) == 0x000050, "Member 'FMultiLightDescription::Point' has a wrong offset!"); \ static_assert(offsetof(FMultiLightDescription, Spot) == 0x000064, "Member 'FMultiLightDescription::Spot' has a wrong offset!"); \ static_assert(offsetof(FMultiLightDescription, Rect) == 0x000080, "Member 'FMultiLightDescription::Rect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVegetationInteractionSettings \ static_assert(alignof(FVegetationInteractionSettings) == 0x000004, "Wrong alignment on FVegetationInteractionSettings"); \ static_assert(sizeof(FVegetationInteractionSettings) == 0x000024, "Wrong size on FVegetationInteractionSettings"); \ static_assert(offsetof(FVegetationInteractionSettings, Offset) == 0x000000, "Member 'FVegetationInteractionSettings::Offset' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSettings, InnerRadius) == 0x00000C, "Member 'FVegetationInteractionSettings::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSettings, OuterRadius) == 0x000010, "Member 'FVegetationInteractionSettings::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSettings, ForceScalingMultiplierMin) == 0x000014, "Member 'FVegetationInteractionSettings::ForceScalingMultiplierMin' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSettings, ForceScalingMultiplierMax) == 0x000018, "Member 'FVegetationInteractionSettings::ForceScalingMultiplierMax' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSettings, MaxAngleMultiplierMin) == 0x00001C, "Member 'FVegetationInteractionSettings::MaxAngleMultiplierMin' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSettings, MaxAngleMultiplierMax) == 0x000020, "Member 'FVegetationInteractionSettings::MaxAngleMultiplierMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneActionConsoleVariable \ static_assert(alignof(FSceneActionConsoleVariable) == 0x000004, "Wrong alignment on FSceneActionConsoleVariable"); \ static_assert(sizeof(FSceneActionConsoleVariable) == 0x000010, "Wrong size on FSceneActionConsoleVariable"); \ static_assert(offsetof(FSceneActionConsoleVariable, Variable) == 0x000000, "Member 'FSceneActionConsoleVariable::Variable' has a wrong offset!"); \ static_assert(offsetof(FSceneActionConsoleVariable, Value) == 0x000008, "Member 'FSceneActionConsoleVariable::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneActionConsoleCommand \ static_assert(alignof(FSceneActionConsoleCommand) == 0x000004, "Wrong alignment on FSceneActionConsoleCommand"); \ static_assert(sizeof(FSceneActionConsoleCommand) == 0x000018, "Wrong size on FSceneActionConsoleCommand"); \ static_assert(offsetof(FSceneActionConsoleCommand, Command) == 0x000000, "Member 'FSceneActionConsoleCommand::Command' has a wrong offset!"); \ static_assert(offsetof(FSceneActionConsoleCommand, ValueOnEnter) == 0x000008, "Member 'FSceneActionConsoleCommand::ValueOnEnter' has a wrong offset!"); \ static_assert(offsetof(FSceneActionConsoleCommand, ValueOnExit) == 0x000010, "Member 'FSceneActionConsoleCommand::ValueOnExit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderingCutBits \ static_assert(alignof(FRenderingCutBits) == 0x000004, "Wrong alignment on FRenderingCutBits"); \ static_assert(sizeof(FRenderingCutBits) == 0x000008, "Wrong size on FRenderingCutBits"); \ static_assert(offsetof(FRenderingCutBits, RenderingCuts) == 0x000000, "Member 'FRenderingCutBits::RenderingCuts' has a wrong offset!"); \ static_assert(offsetof(FRenderingCutBits, Frames) == 0x000004, "Member 'FRenderingCutBits::Frames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHermesMessageAdvancedDynamicPayload \ static_assert(alignof(FHermesMessageAdvancedDynamicPayload) == 0x000004, "Wrong alignment on FHermesMessageAdvancedDynamicPayload"); \ static_assert(sizeof(FHermesMessageAdvancedDynamicPayload) == 0x000018, "Wrong size on FHermesMessageAdvancedDynamicPayload"); \ static_assert(offsetof(FHermesMessageAdvancedDynamicPayload, Type) == 0x000000, "Member 'FHermesMessageAdvancedDynamicPayload::Type' has a wrong offset!"); \ static_assert(offsetof(FHermesMessageAdvancedDynamicPayload, Name) == 0x000004, "Member 'FHermesMessageAdvancedDynamicPayload::Name' has a wrong offset!"); \ static_assert(offsetof(FHermesMessageAdvancedDynamicPayload, Boolean) == 0x00000C, "Member 'FHermesMessageAdvancedDynamicPayload::Boolean' has a wrong offset!"); \ static_assert(offsetof(FHermesMessageAdvancedDynamicPayload, Integer) == 0x000010, "Member 'FHermesMessageAdvancedDynamicPayload::Integer' has a wrong offset!"); \ static_assert(offsetof(FHermesMessageAdvancedDynamicPayload, Scalar) == 0x000014, "Member 'FHermesMessageAdvancedDynamicPayload::Scalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOnSpellHitInfo \ static_assert(alignof(FOnSpellHitInfo) == 0x000008, "Wrong alignment on FOnSpellHitInfo"); \ static_assert(sizeof(FOnSpellHitInfo) == 0x000010, "Wrong size on FOnSpellHitInfo"); \ #define DUMPER7_ASSERTS_FMaterialSwapKeyBundlePreload \ static_assert(alignof(FMaterialSwapKeyBundlePreload) == 0x000001, "Wrong alignment on FMaterialSwapKeyBundlePreload"); \ static_assert(sizeof(FMaterialSwapKeyBundlePreload) == 0x000003, "Wrong size on FMaterialSwapKeyBundlePreload"); \ static_assert(offsetof(FMaterialSwapKeyBundlePreload, Priority) == 0x000000, "Member 'FMaterialSwapKeyBundlePreload::Priority' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapKeyBundlePreload, bAttachedChildren) == 0x000001, "Member 'FMaterialSwapKeyBundlePreload::bAttachedChildren' has a wrong offset!"); \ static_assert(offsetof(FMaterialSwapKeyBundlePreload, bComponentChildren) == 0x000002, "Member 'FMaterialSwapKeyBundlePreload::bComponentChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneActionMaterialSwapParameter \ static_assert(alignof(FSceneActionMaterialSwapParameter) == 0x000008, "Wrong alignment on FSceneActionMaterialSwapParameter"); \ static_assert(sizeof(FSceneActionMaterialSwapParameter) == 0x000010, "Wrong size on FSceneActionMaterialSwapParameter"); \ static_assert(offsetof(FSceneActionMaterialSwapParameter, Parameter) == 0x000008, "Member 'FSceneActionMaterialSwapParameter::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneActionMaterialSwapParameterColor \ static_assert(alignof(FSceneActionMaterialSwapParameterColor) == 0x000008, "Wrong alignment on FSceneActionMaterialSwapParameterColor"); \ static_assert(sizeof(FSceneActionMaterialSwapParameterColor) == 0x000018, "Wrong size on FSceneActionMaterialSwapParameterColor"); \ static_assert(offsetof(FSceneActionMaterialSwapParameterColor, Value) == 0x000010, "Member 'FSceneActionMaterialSwapParameterColor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneActionMaterialSwapParameterVector \ static_assert(alignof(FSceneActionMaterialSwapParameterVector) == 0x000008, "Wrong alignment on FSceneActionMaterialSwapParameterVector"); \ static_assert(sizeof(FSceneActionMaterialSwapParameterVector) == 0x000018, "Wrong size on FSceneActionMaterialSwapParameterVector"); \ static_assert(offsetof(FSceneActionMaterialSwapParameterVector, Value) == 0x000010, "Member 'FSceneActionMaterialSwapParameterVector::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneActionMaterialSwapParameterScalar \ static_assert(alignof(FSceneActionMaterialSwapParameterScalar) == 0x000008, "Wrong alignment on FSceneActionMaterialSwapParameterScalar"); \ static_assert(sizeof(FSceneActionMaterialSwapParameterScalar) == 0x000018, "Wrong size on FSceneActionMaterialSwapParameterScalar"); \ static_assert(offsetof(FSceneActionMaterialSwapParameterScalar, Value) == 0x000010, "Member 'FSceneActionMaterialSwapParameterScalar::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneActionSkinFXProviderParameter \ static_assert(alignof(FSceneActionSkinFXProviderParameter) == 0x000008, "Wrong alignment on FSceneActionSkinFXProviderParameter"); \ static_assert(sizeof(FSceneActionSkinFXProviderParameter) == 0x000010, "Wrong size on FSceneActionSkinFXProviderParameter"); \ static_assert(offsetof(FSceneActionSkinFXProviderParameter, Parameter) == 0x000008, "Member 'FSceneActionSkinFXProviderParameter::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneActionSkinFXProviderParameterScalar \ static_assert(alignof(FSceneActionSkinFXProviderParameterScalar) == 0x000008, "Wrong alignment on FSceneActionSkinFXProviderParameterScalar"); \ static_assert(sizeof(FSceneActionSkinFXProviderParameterScalar) == 0x000018, "Wrong size on FSceneActionSkinFXProviderParameterScalar"); \ static_assert(offsetof(FSceneActionSkinFXProviderParameterScalar, Value) == 0x000010, "Member 'FSceneActionSkinFXProviderParameterScalar::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneActionSkinFXProviderParameterVector \ static_assert(alignof(FSceneActionSkinFXProviderParameterVector) == 0x000008, "Wrong alignment on FSceneActionSkinFXProviderParameterVector"); \ static_assert(sizeof(FSceneActionSkinFXProviderParameterVector) == 0x000018, "Wrong size on FSceneActionSkinFXProviderParameterVector"); \ static_assert(offsetof(FSceneActionSkinFXProviderParameterVector, Value) == 0x000010, "Member 'FSceneActionSkinFXProviderParameterVector::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneActionSkinFXProviderParameterColor \ static_assert(alignof(FSceneActionSkinFXProviderParameterColor) == 0x000008, "Wrong alignment on FSceneActionSkinFXProviderParameterColor"); \ static_assert(sizeof(FSceneActionSkinFXProviderParameterColor) == 0x000018, "Wrong size on FSceneActionSkinFXProviderParameterColor"); \ static_assert(offsetof(FSceneActionSkinFXProviderParameterColor, Value) == 0x000010, "Member 'FSceneActionSkinFXProviderParameterColor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneActionSkinFXProviderParameters \ static_assert(alignof(FSceneActionSkinFXProviderParameters) == 0x000008, "Wrong alignment on FSceneActionSkinFXProviderParameters"); \ static_assert(sizeof(FSceneActionSkinFXProviderParameters) == 0x000030, "Wrong size on FSceneActionSkinFXProviderParameters"); \ static_assert(offsetof(FSceneActionSkinFXProviderParameters, Scalars) == 0x000000, "Member 'FSceneActionSkinFXProviderParameters::Scalars' has a wrong offset!"); \ static_assert(offsetof(FSceneActionSkinFXProviderParameters, Vectors) == 0x000010, "Member 'FSceneActionSkinFXProviderParameters::Vectors' has a wrong offset!"); \ static_assert(offsetof(FSceneActionSkinFXProviderParameters, Colors) == 0x000020, "Member 'FSceneActionSkinFXProviderParameters::Colors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkyStateSmoothInOut \ static_assert(alignof(FSkyStateSmoothInOut) == 0x000004, "Wrong alignment on FSkyStateSmoothInOut"); \ static_assert(sizeof(FSkyStateSmoothInOut) == 0x000008, "Wrong size on FSkyStateSmoothInOut"); \ static_assert(offsetof(FSkyStateSmoothInOut, SmoothInTime) == 0x000000, "Member 'FSkyStateSmoothInOut::SmoothInTime' has a wrong offset!"); \ static_assert(offsetof(FSkyStateSmoothInOut, SmoothOutTime) == 0x000004, "Member 'FSkyStateSmoothInOut::SmoothOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigParameterBinding_AkAudioEvent \ static_assert(alignof(FSceneRigParameterBinding_AkAudioEvent) == 0x000008, "Wrong alignment on FSceneRigParameterBinding_AkAudioEvent"); \ static_assert(sizeof(FSceneRigParameterBinding_AkAudioEvent) == 0x000008, "Wrong size on FSceneRigParameterBinding_AkAudioEvent"); \ static_assert(offsetof(FSceneRigParameterBinding_AkAudioEvent, Reference) == 0x000000, "Member 'FSceneRigParameterBinding_AkAudioEvent::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigAkAudioEventTrackSectionData \ static_assert(alignof(FSceneRigAkAudioEventTrackSectionData) == 0x000008, "Wrong alignment on FSceneRigAkAudioEventTrackSectionData"); \ static_assert(sizeof(FSceneRigAkAudioEventTrackSectionData) == 0x000020, "Wrong size on FSceneRigAkAudioEventTrackSectionData"); \ static_assert(offsetof(FSceneRigAkAudioEventTrackSectionData, Event) == 0x000000, "Member 'FSceneRigAkAudioEventTrackSectionData::Event' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAkAudioEventTrackSectionData, RetriggerEvent) == 0x000008, "Member 'FSceneRigAkAudioEventTrackSectionData::RetriggerEvent' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAkAudioEventTrackSectionData, StopAtSectionEnd) == 0x000009, "Member 'FSceneRigAkAudioEventTrackSectionData::StopAtSectionEnd' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAkAudioEventTrackSectionData, MaxSourceDuration) == 0x00000C, "Member 'FSceneRigAkAudioEventTrackSectionData::MaxSourceDuration' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAkAudioEventTrackSectionData, EventName) == 0x000010, "Member 'FSceneRigAkAudioEventTrackSectionData::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActionParameter_AkAudioEvent \ static_assert(alignof(FActionParameter_AkAudioEvent) == 0x000008, "Wrong alignment on FActionParameter_AkAudioEvent"); \ static_assert(sizeof(FActionParameter_AkAudioEvent) == 0x000028, "Wrong size on FActionParameter_AkAudioEvent"); \ static_assert(offsetof(FActionParameter_AkAudioEvent, BoundParameter) == 0x000000, "Member 'FActionParameter_AkAudioEvent::BoundParameter' has a wrong offset!"); \ static_assert(offsetof(FActionParameter_AkAudioEvent, DefaultEvent) == 0x000008, "Member 'FActionParameter_AkAudioEvent::DefaultEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigParameterBinding_AkAudioRTPC \ static_assert(alignof(FSceneRigParameterBinding_AkAudioRTPC) == 0x000008, "Wrong alignment on FSceneRigParameterBinding_AkAudioRTPC"); \ static_assert(sizeof(FSceneRigParameterBinding_AkAudioRTPC) == 0x000008, "Wrong size on FSceneRigParameterBinding_AkAudioRTPC"); \ static_assert(offsetof(FSceneRigParameterBinding_AkAudioRTPC, Reference) == 0x000000, "Member 'FSceneRigParameterBinding_AkAudioRTPC::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigAkAudioRTPCTrackSectionData \ static_assert(alignof(FSceneRigAkAudioRTPCTrackSectionData) == 0x000008, "Wrong alignment on FSceneRigAkAudioRTPCTrackSectionData"); \ static_assert(sizeof(FSceneRigAkAudioRTPCTrackSectionData) == 0x000018, "Wrong size on FSceneRigAkAudioRTPCTrackSectionData"); \ static_assert(offsetof(FSceneRigAkAudioRTPCTrackSectionData, RTPCName) == 0x000000, "Member 'FSceneRigAkAudioRTPCTrackSectionData::RTPCName' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAkAudioRTPCTrackSectionData, RTPCValue) == 0x000010, "Member 'FSceneRigAkAudioRTPCTrackSectionData::RTPCValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActionParameter_AkAudioRTPC \ static_assert(alignof(FActionParameter_AkAudioRTPC) == 0x000008, "Wrong alignment on FActionParameter_AkAudioRTPC"); \ static_assert(sizeof(FActionParameter_AkAudioRTPC) == 0x000020, "Wrong size on FActionParameter_AkAudioRTPC"); \ static_assert(offsetof(FActionParameter_AkAudioRTPC, BoundParameter) == 0x000000, "Member 'FActionParameter_AkAudioRTPC::BoundParameter' has a wrong offset!"); \ static_assert(offsetof(FActionParameter_AkAudioRTPC, DefaultRTPC) == 0x000008, "Member 'FActionParameter_AkAudioRTPC::DefaultRTPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigParameterBinding_AkAudioState \ static_assert(alignof(FSceneRigParameterBinding_AkAudioState) == 0x000008, "Wrong alignment on FSceneRigParameterBinding_AkAudioState"); \ static_assert(sizeof(FSceneRigParameterBinding_AkAudioState) == 0x000008, "Wrong size on FSceneRigParameterBinding_AkAudioState"); \ static_assert(offsetof(FSceneRigParameterBinding_AkAudioState, Reference) == 0x000000, "Member 'FSceneRigParameterBinding_AkAudioState::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigAkAudioStateTrackSectionData \ static_assert(alignof(FSceneRigAkAudioStateTrackSectionData) == 0x000004, "Wrong alignment on FSceneRigAkAudioStateTrackSectionData"); \ static_assert(sizeof(FSceneRigAkAudioStateTrackSectionData) == 0x000010, "Wrong size on FSceneRigAkAudioStateTrackSectionData"); \ static_assert(offsetof(FSceneRigAkAudioStateTrackSectionData, stateGroup) == 0x000000, "Member 'FSceneRigAkAudioStateTrackSectionData::stateGroup' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAkAudioStateTrackSectionData, State) == 0x000008, "Member 'FSceneRigAkAudioStateTrackSectionData::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActionParameter_AkAudioState \ static_assert(alignof(FActionParameter_AkAudioState) == 0x000008, "Wrong alignment on FActionParameter_AkAudioState"); \ static_assert(sizeof(FActionParameter_AkAudioState) == 0x000018, "Wrong size on FActionParameter_AkAudioState"); \ static_assert(offsetof(FActionParameter_AkAudioState, BoundParameter) == 0x000000, "Member 'FActionParameter_AkAudioState::BoundParameter' has a wrong offset!"); \ static_assert(offsetof(FActionParameter_AkAudioState, DefaultState) == 0x000008, "Member 'FActionParameter_AkAudioState::DefaultState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigParameterBinding_AvaAudioMusic \ static_assert(alignof(FSceneRigParameterBinding_AvaAudioMusic) == 0x000008, "Wrong alignment on FSceneRigParameterBinding_AvaAudioMusic"); \ static_assert(sizeof(FSceneRigParameterBinding_AvaAudioMusic) == 0x000008, "Wrong size on FSceneRigParameterBinding_AvaAudioMusic"); \ static_assert(offsetof(FSceneRigParameterBinding_AvaAudioMusic, Reference) == 0x000000, "Member 'FSceneRigParameterBinding_AvaAudioMusic::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigAvaAudioMusicTrackSectionData \ static_assert(alignof(FSceneRigAvaAudioMusicTrackSectionData) == 0x000008, "Wrong alignment on FSceneRigAvaAudioMusicTrackSectionData"); \ static_assert(sizeof(FSceneRigAvaAudioMusicTrackSectionData) == 0x000018, "Wrong size on FSceneRigAvaAudioMusicTrackSectionData"); \ static_assert(offsetof(FSceneRigAvaAudioMusicTrackSectionData, EventName) == 0x000000, "Member 'FSceneRigAvaAudioMusicTrackSectionData::EventName' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAvaAudioMusicTrackSectionData, Priority) == 0x000010, "Member 'FSceneRigAvaAudioMusicTrackSectionData::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActionParameter_AvaAudioMusic \ static_assert(alignof(FActionParameter_AvaAudioMusic) == 0x000008, "Wrong alignment on FActionParameter_AvaAudioMusic"); \ static_assert(sizeof(FActionParameter_AvaAudioMusic) == 0x000020, "Wrong size on FActionParameter_AvaAudioMusic"); \ static_assert(offsetof(FActionParameter_AvaAudioMusic, BoundParameter) == 0x000000, "Member 'FActionParameter_AvaAudioMusic::BoundParameter' has a wrong offset!"); \ static_assert(offsetof(FActionParameter_AvaAudioMusic, DefaultEvent) == 0x000008, "Member 'FActionParameter_AvaAudioMusic::DefaultEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigParameterBinding_AvaAudioState \ static_assert(alignof(FSceneRigParameterBinding_AvaAudioState) == 0x000008, "Wrong alignment on FSceneRigParameterBinding_AvaAudioState"); \ static_assert(sizeof(FSceneRigParameterBinding_AvaAudioState) == 0x000008, "Wrong size on FSceneRigParameterBinding_AvaAudioState"); \ static_assert(offsetof(FSceneRigParameterBinding_AvaAudioState, Reference) == 0x000000, "Member 'FSceneRigParameterBinding_AvaAudioState::Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigAvaAudioStateTrackSectionData \ static_assert(alignof(FSceneRigAvaAudioStateTrackSectionData) == 0x000004, "Wrong alignment on FSceneRigAvaAudioStateTrackSectionData"); \ static_assert(sizeof(FSceneRigAvaAudioStateTrackSectionData) == 0x000014, "Wrong size on FSceneRigAvaAudioStateTrackSectionData"); \ static_assert(offsetof(FSceneRigAvaAudioStateTrackSectionData, stateGroup) == 0x000000, "Member 'FSceneRigAvaAudioStateTrackSectionData::stateGroup' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAvaAudioStateTrackSectionData, State) == 0x000008, "Member 'FSceneRigAvaAudioStateTrackSectionData::State' has a wrong offset!"); \ static_assert(offsetof(FSceneRigAvaAudioStateTrackSectionData, Priority) == 0x000010, "Member 'FSceneRigAvaAudioStateTrackSectionData::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActionParameter_AvaAudioState \ static_assert(alignof(FActionParameter_AvaAudioState) == 0x000008, "Wrong alignment on FActionParameter_AvaAudioState"); \ static_assert(sizeof(FActionParameter_AvaAudioState) == 0x000020, "Wrong size on FActionParameter_AvaAudioState"); \ static_assert(offsetof(FActionParameter_AvaAudioState, BoundParameter) == 0x000000, "Member 'FActionParameter_AvaAudioState::BoundParameter' has a wrong offset!"); \ static_assert(offsetof(FActionParameter_AvaAudioState, DefaultState) == 0x000008, "Member 'FActionParameter_AvaAudioState::DefaultState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneRigSocketEntry \ static_assert(alignof(FSceneRigSocketEntry) == 0x000008, "Wrong alignment on FSceneRigSocketEntry"); \ static_assert(sizeof(FSceneRigSocketEntry) == 0x000010, "Wrong size on FSceneRigSocketEntry"); \ static_assert(offsetof(FSceneRigSocketEntry, SocketName) == 0x000000, "Member 'FSceneRigSocketEntry::SocketName' has a wrong offset!"); \ static_assert(offsetof(FSceneRigSocketEntry, SceneRigProvider) == 0x000008, "Member 'FSceneRigSocketEntry::SceneRigProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRequestedGoal \ static_assert(alignof(FRequestedGoal) == 0x000008, "Wrong alignment on FRequestedGoal"); \ static_assert(sizeof(FRequestedGoal) == 0x000068, "Wrong size on FRequestedGoal"); \ #define DUMPER7_ASSERTS_FActivityStruct \ static_assert(alignof(FActivityStruct) == 0x000008, "Wrong alignment on FActivityStruct"); \ static_assert(sizeof(FActivityStruct) == 0x000028, "Wrong size on FActivityStruct"); \ static_assert(offsetof(FActivityStruct, StartTime) == 0x000000, "Member 'FActivityStruct::StartTime' has a wrong offset!"); \ static_assert(offsetof(FActivityStruct, EndTime) == 0x000004, "Member 'FActivityStruct::EndTime' has a wrong offset!"); \ static_assert(offsetof(FActivityStruct, ActivityID) == 0x000008, "Member 'FActivityStruct::ActivityID' has a wrong offset!"); \ static_assert(offsetof(FActivityStruct, ActivityTypeID) == 0x000018, "Member 'FActivityStruct::ActivityTypeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMastermindScreenInfo \ static_assert(alignof(FMastermindScreenInfo) == 0x000008, "Wrong alignment on FMastermindScreenInfo"); \ static_assert(sizeof(FMastermindScreenInfo) == 0x000028, "Wrong size on FMastermindScreenInfo"); \ static_assert(offsetof(FMastermindScreenInfo, ScreenName) == 0x000000, "Member 'FMastermindScreenInfo::ScreenName' has a wrong offset!"); \ static_assert(offsetof(FMastermindScreenInfo, ExtraScreenStrings) == 0x000010, "Member 'FMastermindScreenInfo::ExtraScreenStrings' has a wrong offset!"); \ static_assert(offsetof(FMastermindScreenInfo, bIsPlayingIntro) == 0x000020, "Member 'FMastermindScreenInfo::bIsPlayingIntro' has a wrong offset!"); \ static_assert(offsetof(FMastermindScreenInfo, bIsPlayingOutro) == 0x000021, "Member 'FMastermindScreenInfo::bIsPlayingOutro' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FShadowSprintImpulseData \ static_assert(alignof(FShadowSprintImpulseData) == 0x000004, "Wrong alignment on FShadowSprintImpulseData"); \ static_assert(sizeof(FShadowSprintImpulseData) == 0x000014, "Wrong size on FShadowSprintImpulseData"); \ static_assert(offsetof(FShadowSprintImpulseData, Impulse) == 0x000000, "Member 'FShadowSprintImpulseData::Impulse' has a wrong offset!"); \ static_assert(offsetof(FShadowSprintImpulseData, MaxSpeed) == 0x000004, "Member 'FShadowSprintImpulseData::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(FShadowSprintImpulseData, MinDamping) == 0x000008, "Member 'FShadowSprintImpulseData::MinDamping' has a wrong offset!"); \ static_assert(offsetof(FShadowSprintImpulseData, MaxDamping) == 0x00000C, "Member 'FShadowSprintImpulseData::MaxDamping' has a wrong offset!"); \ static_assert(offsetof(FShadowSprintImpulseData, DampingWhenNotMoving) == 0x000010, "Member 'FShadowSprintImpulseData::DampingWhenNotMoving' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCapsuleBoundingSphere \ static_assert(alignof(FCapsuleBoundingSphere) == 0x000004, "Wrong alignment on FCapsuleBoundingSphere"); \ static_assert(sizeof(FCapsuleBoundingSphere) == 0x000014, "Wrong size on FCapsuleBoundingSphere"); \ static_assert(offsetof(FCapsuleBoundingSphere, Center) == 0x000000, "Member 'FCapsuleBoundingSphere::Center' has a wrong offset!"); \ static_assert(offsetof(FCapsuleBoundingSphere, Radius) == 0x00000C, "Member 'FCapsuleBoundingSphere::Radius' has a wrong offset!"); \ static_assert(offsetof(FCapsuleBoundingSphere, bValid) == 0x000010, "Member 'FCapsuleBoundingSphere::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleCapsuleSkeleton \ static_assert(alignof(FSimpleCapsuleSkeleton) == 0x000008, "Wrong alignment on FSimpleCapsuleSkeleton"); \ static_assert(sizeof(FSimpleCapsuleSkeleton) == 0x000080, "Wrong size on FSimpleCapsuleSkeleton"); \ static_assert(offsetof(FSimpleCapsuleSkeleton, Capsules) == 0x000008, "Member 'FSimpleCapsuleSkeleton::Capsules' has a wrong offset!"); \ static_assert(offsetof(FSimpleCapsuleSkeleton, BoneKeys) == 0x000058, "Member 'FSimpleCapsuleSkeleton::BoneKeys' has a wrong offset!"); \ static_assert(offsetof(FSimpleCapsuleSkeleton, Bounds) == 0x000068, "Member 'FSimpleCapsuleSkeleton::Bounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedColovariaMaterialArray \ static_assert(alignof(FCachedColovariaMaterialArray) == 0x000008, "Wrong alignment on FCachedColovariaMaterialArray"); \ static_assert(sizeof(FCachedColovariaMaterialArray) == 0x000010, "Wrong size on FCachedColovariaMaterialArray"); \ static_assert(offsetof(FCachedColovariaMaterialArray, Materials) == 0x000000, "Member 'FCachedColovariaMaterialArray::Materials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleCapsuleSkeletonWithBones \ static_assert(alignof(FSimpleCapsuleSkeletonWithBones) == 0x000008, "Wrong alignment on FSimpleCapsuleSkeletonWithBones"); \ static_assert(sizeof(FSimpleCapsuleSkeletonWithBones) == 0x0000D0, "Wrong size on FSimpleCapsuleSkeletonWithBones"); \ static_assert(offsetof(FSimpleCapsuleSkeletonWithBones, Bones) == 0x000080, "Member 'FSimpleCapsuleSkeletonWithBones::Bones' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCollisionLineSegment \ static_assert(alignof(FCollisionLineSegment) == 0x000004, "Wrong alignment on FCollisionLineSegment"); \ static_assert(sizeof(FCollisionLineSegment) == 0x000020, "Wrong size on FCollisionLineSegment"); \ static_assert(offsetof(FCollisionLineSegment, Origin) == 0x000000, "Member 'FCollisionLineSegment::Origin' has a wrong offset!"); \ static_assert(offsetof(FCollisionLineSegment, Dir) == 0x00000C, "Member 'FCollisionLineSegment::Dir' has a wrong offset!"); \ static_assert(offsetof(FCollisionLineSegment, Length) == 0x000018, "Member 'FCollisionLineSegment::Length' has a wrong offset!"); \ static_assert(offsetof(FCollisionLineSegment, ClosestIntersectionT) == 0x00001C, "Member 'FCollisionLineSegment::ClosestIntersectionT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVegetationInteractionSource \ static_assert(alignof(FVegetationInteractionSource) == 0x000008, "Wrong alignment on FVegetationInteractionSource"); \ static_assert(sizeof(FVegetationInteractionSource) == 0x000090, "Wrong size on FVegetationInteractionSource"); \ static_assert(offsetof(FVegetationInteractionSource, Priority) == 0x000000, "Member 'FVegetationInteractionSource::Priority' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSource, Bounds) == 0x000004, "Member 'FVegetationInteractionSource::Bounds' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSource, WorldPosition) == 0x000020, "Member 'FVegetationInteractionSource::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSource, InnerRadius) == 0x00002C, "Member 'FVegetationInteractionSource::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSource, OuterRadius) == 0x000030, "Member 'FVegetationInteractionSource::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSource, ForceScalingMultiplier) == 0x000034, "Member 'FVegetationInteractionSource::ForceScalingMultiplier' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSource, MaxAngleMultiplier) == 0x000038, "Member 'FVegetationInteractionSource::MaxAngleMultiplier' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSource, CameraFade) == 0x000040, "Member 'FVegetationInteractionSource::CameraFade' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSource, CameraFadeTarget) == 0x000078, "Member 'FVegetationInteractionSource::CameraFadeTarget' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSource, CameraFadeBaseZ) == 0x000084, "Member 'FVegetationInteractionSource::CameraFadeBaseZ' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSource, CameraDistanceSquared) == 0x000088, "Member 'FVegetationInteractionSource::CameraDistanceSquared' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSource, bOnCamera) == 0x00008C, "Member 'FVegetationInteractionSource::bOnCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCapsuleBoundingSphereGroup \ static_assert(alignof(FCapsuleBoundingSphereGroup) == 0x000008, "Wrong alignment on FCapsuleBoundingSphereGroup"); \ static_assert(sizeof(FCapsuleBoundingSphereGroup) == 0x000010, "Wrong size on FCapsuleBoundingSphereGroup"); \ static_assert(offsetof(FCapsuleBoundingSphereGroup, Spheres) == 0x000000, "Member 'FCapsuleBoundingSphereGroup::Spheres' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleTopologyVoxelLineTraceResult \ static_assert(alignof(FSimpleTopologyVoxelLineTraceResult) == 0x000008, "Wrong alignment on FSimpleTopologyVoxelLineTraceResult"); \ static_assert(sizeof(FSimpleTopologyVoxelLineTraceResult) == 0x000068, "Wrong size on FSimpleTopologyVoxelLineTraceResult"); \ #define DUMPER7_ASSERTS_FSimpleTopologyVoxelSweptTraceResult \ static_assert(alignof(FSimpleTopologyVoxelSweptTraceResult) == 0x000008, "Wrong alignment on FSimpleTopologyVoxelSweptTraceResult"); \ static_assert(sizeof(FSimpleTopologyVoxelSweptTraceResult) == 0x000050, "Wrong size on FSimpleTopologyVoxelSweptTraceResult"); \ #define DUMPER7_ASSERTS_FSimpleTopologyVoxel \ static_assert(alignof(FSimpleTopologyVoxel) == 0x000004, "Wrong alignment on FSimpleTopologyVoxel"); \ static_assert(sizeof(FSimpleTopologyVoxel) == 0x00001C, "Wrong size on FSimpleTopologyVoxel"); \ static_assert(offsetof(FSimpleTopologyVoxel, Plane) == 0x000000, "Member 'FSimpleTopologyVoxel::Plane' has a wrong offset!"); \ static_assert(offsetof(FSimpleTopologyVoxel, Type) == 0x000018, "Member 'FSimpleTopologyVoxel::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActiveSpellInfo \ static_assert(alignof(FActiveSpellInfo) == 0x000004, "Wrong alignment on FActiveSpellInfo"); \ static_assert(sizeof(FActiveSpellInfo) == 0x000018, "Wrong size on FActiveSpellInfo"); \ #define DUMPER7_ASSERTS_FSwarmer \ static_assert(alignof(FSwarmer) == 0x000008, "Wrong alignment on FSwarmer"); \ static_assert(sizeof(FSwarmer) == 0x000028, "Wrong size on FSwarmer"); \ static_assert(offsetof(FSwarmer, Mesh) == 0x000000, "Member 'FSwarmer::Mesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedStation \ static_assert(alignof(FCachedStation) == 0x000008, "Wrong alignment on FCachedStation"); \ static_assert(sizeof(FCachedStation) == 0x000068, "Wrong size on FCachedStation"); \ static_assert(offsetof(FCachedStation, Location) == 0x000000, "Member 'FCachedStation::Location' has a wrong offset!"); \ static_assert(offsetof(FCachedStation, ParentLocation) == 0x00000C, "Member 'FCachedStation::ParentLocation' has a wrong offset!"); \ static_assert(offsetof(FCachedStation, PathsToOtherLocations) == 0x000018, "Member 'FCachedStation::PathsToOtherLocations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStoryEAVandAMBParticipant \ static_assert(alignof(FStoryEAVandAMBParticipant) == 0x000008, "Wrong alignment on FStoryEAVandAMBParticipant"); \ static_assert(sizeof(FStoryEAVandAMBParticipant) == 0x000028, "Wrong size on FStoryEAVandAMBParticipant"); \ #define DUMPER7_ASSERTS_FSocialConversationData \ static_assert(alignof(FSocialConversationData) == 0x000004, "Wrong alignment on FSocialConversationData"); \ static_assert(sizeof(FSocialConversationData) == 0x000018, "Wrong size on FSocialConversationData"); \ static_assert(offsetof(FSocialConversationData, ConversationLine) == 0x000000, "Member 'FSocialConversationData::ConversationLine' has a wrong offset!"); \ static_assert(offsetof(FSocialConversationData, ConversationType) == 0x000008, "Member 'FSocialConversationData::ConversationType' has a wrong offset!"); \ static_assert(offsetof(FSocialConversationData, DisplayStatus) == 0x000010, "Member 'FSocialConversationData::DisplayStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransfigurationAutomation \ static_assert(alignof(FTransfigurationAutomation) == 0x000001, "Wrong alignment on FTransfigurationAutomation"); \ static_assert(sizeof(FTransfigurationAutomation) == 0x000001, "Wrong size on FTransfigurationAutomation"); \ #define DUMPER7_ASSERTS_FTransfigurationMovementStyleTableRow \ static_assert(alignof(FTransfigurationMovementStyleTableRow) == 0x000008, "Wrong alignment on FTransfigurationMovementStyleTableRow"); \ static_assert(sizeof(FTransfigurationMovementStyleTableRow) == 0x000030, "Wrong size on FTransfigurationMovementStyleTableRow"); \ static_assert(offsetof(FTransfigurationMovementStyleTableRow, EffectClass) == 0x000008, "Member 'FTransfigurationMovementStyleTableRow::EffectClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLockableTransfigurationItem \ static_assert(alignof(FLockableTransfigurationItem) == 0x000008, "Wrong alignment on FLockableTransfigurationItem"); \ static_assert(sizeof(FLockableTransfigurationItem) == 0x000070, "Wrong size on FLockableTransfigurationItem"); \ static_assert(offsetof(FLockableTransfigurationItem, ItemName) == 0x000000, "Member 'FLockableTransfigurationItem::ItemName' has a wrong offset!"); \ static_assert(offsetof(FLockableTransfigurationItem, bIsUnlocked) == 0x000008, "Member 'FLockableTransfigurationItem::bIsUnlocked' has a wrong offset!"); \ static_assert(offsetof(FLockableTransfigurationItem, UnlockSource) == 0x000010, "Member 'FLockableTransfigurationItem::UnlockSource' has a wrong offset!"); \ static_assert(offsetof(FLockableTransfigurationItem, bHasTransformationOptions) == 0x000060, "Member 'FLockableTransfigurationItem::bHasTransformationOptions' has a wrong offset!"); \ static_assert(offsetof(FLockableTransfigurationItem, bHasColorOptions) == 0x000061, "Member 'FLockableTransfigurationItem::bHasColorOptions' has a wrong offset!"); \ static_assert(offsetof(FLockableTransfigurationItem, SortingIndex) == 0x000064, "Member 'FLockableTransfigurationItem::SortingIndex' has a wrong offset!"); \ static_assert(offsetof(FLockableTransfigurationItem, bIsPrefab) == 0x000068, "Member 'FLockableTransfigurationItem::bIsPrefab' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNewTutorialSequence \ static_assert(alignof(FNewTutorialSequence) == 0x000008, "Wrong alignment on FNewTutorialSequence"); \ static_assert(sizeof(FNewTutorialSequence) == 0x000078, "Wrong size on FNewTutorialSequence"); \ static_assert(offsetof(FNewTutorialSequence, TutorialName) == 0x000008, "Member 'FNewTutorialSequence::TutorialName' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, Persistence) == 0x000010, "Member 'FNewTutorialSequence::Persistence' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, WaitForNotificationsToClear) == 0x000011, "Member 'FNewTutorialSequence::WaitForNotificationsToClear' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, MissionBannerNotification) == 0x000012, "Member 'FNewTutorialSequence::MissionBannerNotification' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, LevelUpNotification) == 0x000013, "Member 'FNewTutorialSequence::LevelUpNotification' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, MissionStepNotification) == 0x000014, "Member 'FNewTutorialSequence::MissionStepNotification' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, OwlMailNotification) == 0x000015, "Member 'FNewTutorialSequence::OwlMailNotification' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, KnowledgeNotification) == 0x000016, "Member 'FNewTutorialSequence::KnowledgeNotification' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, XPNotification) == 0x000017, "Member 'FNewTutorialSequence::XPNotification' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, SpellNotification) == 0x000018, "Member 'FNewTutorialSequence::SpellNotification' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, ConversationActive) == 0x000019, "Member 'FNewTutorialSequence::ConversationActive' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, VendorScreenActive) == 0x00001A, "Member 'FNewTutorialSequence::VendorScreenActive' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, FieldGuideToastActive) == 0x00001B, "Member 'FNewTutorialSequence::FieldGuideToastActive' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, ShouldKeepCheckingForExitCondition) == 0x00001C, "Member 'FNewTutorialSequence::ShouldKeepCheckingForExitCondition' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, HermesMessagesOnTutorialStart) == 0x000020, "Member 'FNewTutorialSequence::HermesMessagesOnTutorialStart' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, TutorialSequence) == 0x000030, "Member 'FNewTutorialSequence::TutorialSequence' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, HermesMessagesOnTutorialCompletion) == 0x000040, "Member 'FNewTutorialSequence::HermesMessagesOnTutorialCompletion' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, KnowledgeCategories) == 0x000050, "Member 'FNewTutorialSequence::KnowledgeCategories' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, KnowledgeUnlocks) == 0x000060, "Member 'FNewTutorialSequence::KnowledgeUnlocks' has a wrong offset!"); \ static_assert(offsetof(FNewTutorialSequence, CanReplayTutorial) == 0x000070, "Member 'FNewTutorialSequence::CanReplayTutorial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTutorialStateInfo \ static_assert(alignof(FTutorialStateInfo) == 0x000004, "Wrong alignment on FTutorialStateInfo"); \ static_assert(sizeof(FTutorialStateInfo) == 0x000018, "Wrong size on FTutorialStateInfo"); \ #define DUMPER7_ASSERTS_FTutorialAfterNotificationEntry \ static_assert(alignof(FTutorialAfterNotificationEntry) == 0x000004, "Wrong alignment on FTutorialAfterNotificationEntry"); \ static_assert(sizeof(FTutorialAfterNotificationEntry) == 0x000018, "Wrong size on FTutorialAfterNotificationEntry"); \ #define DUMPER7_ASSERTS_FMenuReaderVoice \ static_assert(alignof(FMenuReaderVoice) == 0x000008, "Wrong alignment on FMenuReaderVoice"); \ static_assert(sizeof(FMenuReaderVoice) == 0x000030, "Wrong size on FMenuReaderVoice"); \ static_assert(offsetof(FMenuReaderVoice, VoiceID) == 0x000000, "Member 'FMenuReaderVoice::VoiceID' has a wrong offset!"); \ static_assert(offsetof(FMenuReaderVoice, Description) == 0x000010, "Member 'FMenuReaderVoice::Description' has a wrong offset!"); \ static_assert(offsetof(FMenuReaderVoice, Gender) == 0x000020, "Member 'FMenuReaderVoice::Gender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOnlineOfferStruct \ static_assert(alignof(FOnlineOfferStruct) == 0x000008, "Wrong alignment on FOnlineOfferStruct"); \ static_assert(sizeof(FOnlineOfferStruct) == 0x0000C0, "Wrong size on FOnlineOfferStruct"); \ static_assert(offsetof(FOnlineOfferStruct, OfferId) == 0x000000, "Member 'FOnlineOfferStruct::OfferId' has a wrong offset!"); \ static_assert(offsetof(FOnlineOfferStruct, Title) == 0x000010, "Member 'FOnlineOfferStruct::Title' has a wrong offset!"); \ static_assert(offsetof(FOnlineOfferStruct, Description) == 0x000028, "Member 'FOnlineOfferStruct::Description' has a wrong offset!"); \ static_assert(offsetof(FOnlineOfferStruct, LongDescription) == 0x000040, "Member 'FOnlineOfferStruct::LongDescription' has a wrong offset!"); \ static_assert(offsetof(FOnlineOfferStruct, RegularPriceText) == 0x000058, "Member 'FOnlineOfferStruct::RegularPriceText' has a wrong offset!"); \ static_assert(offsetof(FOnlineOfferStruct, RegularPrice) == 0x000070, "Member 'FOnlineOfferStruct::RegularPrice' has a wrong offset!"); \ static_assert(offsetof(FOnlineOfferStruct, PriceText) == 0x000078, "Member 'FOnlineOfferStruct::PriceText' has a wrong offset!"); \ static_assert(offsetof(FOnlineOfferStruct, NumericPrice) == 0x000090, "Member 'FOnlineOfferStruct::NumericPrice' has a wrong offset!"); \ static_assert(offsetof(FOnlineOfferStruct, CurrencyCode) == 0x000098, "Member 'FOnlineOfferStruct::CurrencyCode' has a wrong offset!"); \ static_assert(offsetof(FOnlineOfferStruct, ReleaseDate) == 0x0000A8, "Member 'FOnlineOfferStruct::ReleaseDate' has a wrong offset!"); \ static_assert(offsetof(FOnlineOfferStruct, ExpirationDate) == 0x0000B0, "Member 'FOnlineOfferStruct::ExpirationDate' has a wrong offset!"); \ static_assert(offsetof(FOnlineOfferStruct, DiscountType) == 0x0000B8, "Member 'FOnlineOfferStruct::DiscountType' has a wrong offset!"); \ static_assert(offsetof(FOnlineOfferStruct, Purchasable) == 0x0000B9, "Member 'FOnlineOfferStruct::Purchasable' has a wrong offset!"); \ static_assert(offsetof(FOnlineOfferStruct, Owned) == 0x0000BA, "Member 'FOnlineOfferStruct::Owned' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVanishmentStyleTableRow \ static_assert(alignof(FVanishmentStyleTableRow) == 0x000008, "Wrong alignment on FVanishmentStyleTableRow"); \ static_assert(sizeof(FVanishmentStyleTableRow) == 0x000030, "Wrong size on FVanishmentStyleTableRow"); \ static_assert(offsetof(FVanishmentStyleTableRow, EffectClass) == 0x000008, "Member 'FVanishmentStyleTableRow::EffectClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVegetationInteractionSpringMassTracker \ static_assert(alignof(FVegetationInteractionSpringMassTracker) == 0x000004, "Wrong alignment on FVegetationInteractionSpringMassTracker"); \ static_assert(sizeof(FVegetationInteractionSpringMassTracker) == 0x000008, "Wrong size on FVegetationInteractionSpringMassTracker"); \ static_assert(offsetof(FVegetationInteractionSpringMassTracker, SpringMass) == 0x000000, "Member 'FVegetationInteractionSpringMassTracker::SpringMass' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSpringMassTracker, SpringMassVelocity) == 0x000004, "Member 'FVegetationInteractionSpringMassTracker::SpringMassVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVegetationInteractionSpringMassSettings \ static_assert(alignof(FVegetationInteractionSpringMassSettings) == 0x000004, "Wrong alignment on FVegetationInteractionSpringMassSettings"); \ static_assert(sizeof(FVegetationInteractionSpringMassSettings) == 0x000018, "Wrong size on FVegetationInteractionSpringMassSettings"); \ static_assert(offsetof(FVegetationInteractionSpringMassSettings, MaxVelocityMS) == 0x000000, "Member 'FVegetationInteractionSpringMassSettings::MaxVelocityMS' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSpringMassSettings, RotationalVelocityDegreesSec) == 0x000004, "Member 'FVegetationInteractionSpringMassSettings::RotationalVelocityDegreesSec' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSpringMassSettings, FirstOrderDamping) == 0x000008, "Member 'FVegetationInteractionSpringMassSettings::FirstOrderDamping' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSpringMassSettings, SecondOrderDamping) == 0x00000C, "Member 'FVegetationInteractionSpringMassSettings::SecondOrderDamping' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSpringMassSettings, SecondOrderNaturalFrequency) == 0x000010, "Member 'FVegetationInteractionSpringMassSettings::SecondOrderNaturalFrequency' has a wrong offset!"); \ static_assert(offsetof(FVegetationInteractionSpringMassSettings, SecondOrderStrength) == 0x000014, "Member 'FVegetationInteractionSpringMassSettings::SecondOrderStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStockPick \ static_assert(alignof(FStockPick) == 0x000008, "Wrong alignment on FStockPick"); \ static_assert(sizeof(FStockPick) == 0x000020, "Wrong size on FStockPick"); \ static_assert(offsetof(FStockPick, ContainerID) == 0x000000, "Member 'FStockPick::ContainerID' has a wrong offset!"); \ static_assert(offsetof(FStockPick, LowWeight) == 0x000010, "Member 'FStockPick::LowWeight' has a wrong offset!"); \ static_assert(offsetof(FStockPick, HighWeight) == 0x000014, "Member 'FStockPick::HighWeight' has a wrong offset!"); \ static_assert(offsetof(FStockPick, BaseWeight) == 0x000018, "Member 'FStockPick::BaseWeight' has a wrong offset!"); \ static_assert(offsetof(FStockPick, MinItems) == 0x00001C, "Member 'FStockPick::MinItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_NPCFollowSpline \ static_assert(alignof(UAblBlendSpaceParameterGetter_NPCFollowSpline) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_NPCFollowSpline"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_NPCFollowSpline) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_NPCFollowSpline"); \ #define DUMPER7_ASSERTS_Ability_Character_Interface_PlayCustomAbility \ static_assert(alignof(Ability_Character_Interface_PlayCustomAbility) == 0x000008, "Wrong alignment on Ability_Character_Interface_PlayCustomAbility"); \ static_assert(sizeof(Ability_Character_Interface_PlayCustomAbility) == 0x000010, "Wrong size on Ability_Character_Interface_PlayCustomAbility"); \ static_assert(offsetof(Ability_Character_Interface_PlayCustomAbility, InAbility) == 0x000000, "Member 'Ability_Character_Interface_PlayCustomAbility::InAbility' has a wrong offset!"); \ static_assert(offsetof(Ability_Character_Interface_PlayCustomAbility, bPreventReactions) == 0x000008, "Member 'Ability_Character_Interface_PlayCustomAbility::bPreventReactions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAbility_Character_Interface \ static_assert(alignof(IAbility_Character_Interface) == 0x000001, "Wrong alignment on IAbility_Character_Interface"); \ static_assert(sizeof(IAbility_Character_Interface) == 0x000001, "Wrong size on IAbility_Character_Interface"); \ #define DUMPER7_ASSERTS_UCentaurCombatTargetsEnvQueryContext \ static_assert(alignof(UCentaurCombatTargetsEnvQueryContext) == 0x000008, "Wrong alignment on UCentaurCombatTargetsEnvQueryContext"); \ static_assert(sizeof(UCentaurCombatTargetsEnvQueryContext) == 0x000028, "Wrong size on UCentaurCombatTargetsEnvQueryContext"); \ #define DUMPER7_ASSERTS_UablAbilityDoneTaskScratchPad \ static_assert(alignof(UablAbilityDoneTaskScratchPad) == 0x000008, "Wrong alignment on UablAbilityDoneTaskScratchPad"); \ static_assert(sizeof(UablAbilityDoneTaskScratchPad) == 0x000058, "Wrong size on UablAbilityDoneTaskScratchPad"); \ static_assert(offsetof(UablAbilityDoneTaskScratchPad, bDone) == 0x000050, "Member 'UablAbilityDoneTaskScratchPad::bDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelLocation_Activate \ static_assert(alignof(FastTravelLocation_Activate) == 0x000001, "Wrong alignment on FastTravelLocation_Activate"); \ static_assert(sizeof(FastTravelLocation_Activate) == 0x000001, "Wrong size on FastTravelLocation_Activate"); \ static_assert(offsetof(FastTravelLocation_Activate, ACTIVE) == 0x000000, "Member 'FastTravelLocation_Activate::ACTIVE' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelLocation_AdjustBeaconWorldLocation \ static_assert(alignof(FastTravelLocation_AdjustBeaconWorldLocation) == 0x000008, "Wrong alignment on FastTravelLocation_AdjustBeaconWorldLocation"); \ static_assert(sizeof(FastTravelLocation_AdjustBeaconWorldLocation) == 0x000020, "Wrong size on FastTravelLocation_AdjustBeaconWorldLocation"); \ static_assert(offsetof(FastTravelLocation_AdjustBeaconWorldLocation, Name_0) == 0x000000, "Member 'FastTravelLocation_AdjustBeaconWorldLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(FastTravelLocation_AdjustBeaconWorldLocation, WorldLocation) == 0x000010, "Member 'FastTravelLocation_AdjustBeaconWorldLocation::WorldLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelLocation_AdjustCogTargetPoint \ static_assert(alignof(FastTravelLocation_AdjustCogTargetPoint) == 0x000004, "Wrong alignment on FastTravelLocation_AdjustCogTargetPoint"); \ static_assert(sizeof(FastTravelLocation_AdjustCogTargetPoint) == 0x00000C, "Wrong size on FastTravelLocation_AdjustCogTargetPoint"); \ static_assert(offsetof(FastTravelLocation_AdjustCogTargetPoint, Location) == 0x000000, "Member 'FastTravelLocation_AdjustCogTargetPoint::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelLocation_GetAvailable \ static_assert(alignof(FastTravelLocation_GetAvailable) == 0x000001, "Wrong alignment on FastTravelLocation_GetAvailable"); \ static_assert(sizeof(FastTravelLocation_GetAvailable) == 0x000001, "Wrong size on FastTravelLocation_GetAvailable"); \ static_assert(offsetof(FastTravelLocation_GetAvailable, ReturnValue) == 0x000000, "Member 'FastTravelLocation_GetAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelLocation_GetInteractLocationBP \ static_assert(alignof(FastTravelLocation_GetInteractLocationBP) == 0x000004, "Wrong alignment on FastTravelLocation_GetInteractLocationBP"); \ static_assert(sizeof(FastTravelLocation_GetInteractLocationBP) == 0x00000C, "Wrong size on FastTravelLocation_GetInteractLocationBP"); \ static_assert(offsetof(FastTravelLocation_GetInteractLocationBP, WorldLocation) == 0x000000, "Member 'FastTravelLocation_GetInteractLocationBP::WorldLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelLocation_Handle_SetAvailable \ static_assert(alignof(FastTravelLocation_Handle_SetAvailable) == 0x000001, "Wrong alignment on FastTravelLocation_Handle_SetAvailable"); \ static_assert(sizeof(FastTravelLocation_Handle_SetAvailable) == 0x000001, "Wrong size on FastTravelLocation_Handle_SetAvailable"); \ static_assert(offsetof(FastTravelLocation_Handle_SetAvailable, availableIn) == 0x000000, "Member 'FastTravelLocation_Handle_SetAvailable::availableIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelLocation_SetAvailable \ static_assert(alignof(FastTravelLocation_SetAvailable) == 0x000001, "Wrong alignment on FastTravelLocation_SetAvailable"); \ static_assert(sizeof(FastTravelLocation_SetAvailable) == 0x000001, "Wrong size on FastTravelLocation_SetAvailable"); \ static_assert(offsetof(FastTravelLocation_SetAvailable, availableIn) == 0x000000, "Member 'FastTravelLocation_SetAvailable::availableIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFastTravelLocation \ static_assert(alignof(AFastTravelLocation) == 0x000008, "Wrong alignment on AFastTravelLocation"); \ static_assert(sizeof(AFastTravelLocation) == 0x000378, "Wrong size on AFastTravelLocation"); \ static_assert(offsetof(AFastTravelLocation, LocationIdName) == 0x000250, "Member 'AFastTravelLocation::LocationIdName' has a wrong offset!"); \ static_assert(offsetof(AFastTravelLocation, RegionId) == 0x000260, "Member 'AFastTravelLocation::RegionId' has a wrong offset!"); \ static_assert(offsetof(AFastTravelLocation, bIsSaveLocation) == 0x0002E8, "Member 'AFastTravelLocation::bIsSaveLocation' has a wrong offset!"); \ static_assert(offsetof(AFastTravelLocation, HUDOffset) == 0x0002EC, "Member 'AFastTravelLocation::HUDOffset' has a wrong offset!"); \ static_assert(offsetof(AFastTravelLocation, AddButton) == 0x0002F8, "Member 'AFastTravelLocation::AddButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablAnimStateTaskScratchPad \ static_assert(alignof(UablAnimStateTaskScratchPad) == 0x000008, "Wrong alignment on UablAnimStateTaskScratchPad"); \ static_assert(sizeof(UablAnimStateTaskScratchPad) == 0x000028, "Wrong size on UablAnimStateTaskScratchPad"); \ #define DUMPER7_ASSERTS_UablAbilityDoneTask \ static_assert(alignof(UablAbilityDoneTask) == 0x000008, "Wrong alignment on UablAbilityDoneTask"); \ static_assert(sizeof(UablAbilityDoneTask) == 0x0000A0, "Wrong size on UablAbilityDoneTask"); \ static_assert(offsetof(UablAbilityDoneTask, NextAbility) == 0x000070, "Member 'UablAbilityDoneTask::NextAbility' has a wrong offset!"); \ static_assert(offsetof(UablAbilityDoneTask, bDelayBranchIfNextIsIdle) == 0x000071, "Member 'UablAbilityDoneTask::bDelayBranchIfNextIsIdle' has a wrong offset!"); \ static_assert(offsetof(UablAbilityDoneTask, DelayBranchStates) == 0x000078, "Member 'UablAbilityDoneTask::DelayBranchStates' has a wrong offset!"); \ static_assert(offsetof(UablAbilityDoneTask, Conditions) == 0x000088, "Member 'UablAbilityDoneTask::Conditions' has a wrong offset!"); \ static_assert(offsetof(UablAbilityDoneTask, bMustPassAllConditions) == 0x000098, "Member 'UablAbilityDoneTask::bMustPassAllConditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_WandCastTranslation \ static_assert(alignof(URootMotionModifierProperties_WandCastTranslation) == 0x000008, "Wrong alignment on URootMotionModifierProperties_WandCastTranslation"); \ static_assert(sizeof(URootMotionModifierProperties_WandCastTranslation) == 0x000030, "Wrong size on URootMotionModifierProperties_WandCastTranslation"); \ #define DUMPER7_ASSERTS_UAblAddLinearImpulseBaseTask \ static_assert(alignof(UAblAddLinearImpulseBaseTask) == 0x000008, "Wrong alignment on UAblAddLinearImpulseBaseTask"); \ static_assert(sizeof(UAblAddLinearImpulseBaseTask) == 0x000070, "Wrong size on UAblAddLinearImpulseBaseTask"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_Rotation \ static_assert(alignof(UAblBlendSpaceParameterGetter_Rotation) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_Rotation"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_Rotation) == 0x000030, "Wrong size on UAblBlendSpaceParameterGetter_Rotation"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Rotation, bUseAttachParent) == 0x000028, "Member 'UAblBlendSpaceParameterGetter_Rotation::bUseAttachParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_Creature_ShouldExitCage \ static_assert(alignof(UBTService_Creature_ShouldExitCage) == 0x000008, "Wrong alignment on UBTService_Creature_ShouldExitCage"); \ static_assert(sizeof(UBTService_Creature_ShouldExitCage) == 0x0000E8, "Wrong size on UBTService_Creature_ShouldExitCage"); \ static_assert(offsetof(UBTService_Creature_ShouldExitCage, CageBlackboardKey) == 0x000070, "Member 'UBTService_Creature_ShouldExitCage::CageBlackboardKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_ShouldExitCage, ShouldExitBlackboardKey) == 0x000098, "Member 'UBTService_Creature_ShouldExitCage::ShouldExitBlackboardKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_ShouldExitCage, TargetBlackboardKey) == 0x0000C0, "Member 'UBTService_Creature_ShouldExitCage::TargetBlackboardKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerInteractibleItemsFilter \ static_assert(alignof(UFXAutoTriggerInteractibleItemsFilter) == 0x000008, "Wrong alignment on UFXAutoTriggerInteractibleItemsFilter"); \ static_assert(sizeof(UFXAutoTriggerInteractibleItemsFilter) == 0x000028, "Wrong size on UFXAutoTriggerInteractibleItemsFilter"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerInteractibleItemsFilterCurrentTarget \ static_assert(alignof(UFXAutoTriggerInteractibleItemsFilterCurrentTarget) == 0x000008, "Wrong alignment on UFXAutoTriggerInteractibleItemsFilterCurrentTarget"); \ static_assert(sizeof(UFXAutoTriggerInteractibleItemsFilterCurrentTarget) == 0x000028, "Wrong size on UFXAutoTriggerInteractibleItemsFilterCurrentTarget"); \ #define DUMPER7_ASSERTS_UAblAddLinearImpulseTask \ static_assert(alignof(UAblAddLinearImpulseTask) == 0x000008, "Wrong alignment on UAblAddLinearImpulseTask"); \ static_assert(sizeof(UAblAddLinearImpulseTask) == 0x000090, "Wrong size on UAblAddLinearImpulseTask"); \ static_assert(offsetof(UAblAddLinearImpulseTask, ImpulseDirection) == 0x000070, "Member 'UAblAddLinearImpulseTask::ImpulseDirection' has a wrong offset!"); \ static_assert(offsetof(UAblAddLinearImpulseTask, ImpulseDamping) == 0x00007C, "Member 'UAblAddLinearImpulseTask::ImpulseDamping' has a wrong offset!"); \ static_assert(offsetof(UAblAddLinearImpulseTask, ImpulseStrengthMin) == 0x000080, "Member 'UAblAddLinearImpulseTask::ImpulseStrengthMin' has a wrong offset!"); \ static_assert(offsetof(UAblAddLinearImpulseTask, ImpulseStrengthMax) == 0x000084, "Member 'UAblAddLinearImpulseTask::ImpulseStrengthMax' has a wrong offset!"); \ static_assert(offsetof(UAblAddLinearImpulseTask, DirectionType) == 0x000088, "Member 'UAblAddLinearImpulseTask::DirectionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleNightDay \ static_assert(alignof(UWorldFXRuleNightDay) == 0x000008, "Wrong alignment on UWorldFXRuleNightDay"); \ static_assert(sizeof(UWorldFXRuleNightDay) == 0x000028, "Wrong size on UWorldFXRuleNightDay"); \ #define DUMPER7_ASSERTS_UAblAvaMotionWarpSyncPointUpdaterScratchpad \ static_assert(alignof(UAblAvaMotionWarpSyncPointUpdaterScratchpad) == 0x000008, "Wrong alignment on UAblAvaMotionWarpSyncPointUpdaterScratchpad"); \ static_assert(sizeof(UAblAvaMotionWarpSyncPointUpdaterScratchpad) == 0x000028, "Wrong size on UAblAvaMotionWarpSyncPointUpdaterScratchpad"); \ #define DUMPER7_ASSERTS_UBTDecorator_MovementMode \ static_assert(alignof(UBTDecorator_MovementMode) == 0x000008, "Wrong alignment on UBTDecorator_MovementMode"); \ static_assert(sizeof(UBTDecorator_MovementMode) == 0x0000B8, "Wrong size on UBTDecorator_MovementMode"); \ static_assert(offsetof(UBTDecorator_MovementMode, MovementModes) == 0x000068, "Member 'UBTDecorator_MovementMode::MovementModes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_BlueprintVar \ static_assert(alignof(USceneAction_BlueprintVar) == 0x000008, "Wrong alignment on USceneAction_BlueprintVar"); \ static_assert(sizeof(USceneAction_BlueprintVar) == 0x0000B0, "Wrong size on USceneAction_BlueprintVar"); \ static_assert(offsetof(USceneAction_BlueprintVar, BlueprintVariables) == 0x0000A0, "Member 'USceneAction_BlueprintVar::BlueprintVariables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Base \ static_assert(alignof(UModFilter_DealDamage_Base) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Base"); \ static_assert(sizeof(UModFilter_DealDamage_Base) == 0x000030, "Wrong size on UModFilter_DealDamage_Base"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_IsAOE \ static_assert(alignof(UModFilter_DealDamage_IsAOE) == 0x000008, "Wrong alignment on UModFilter_DealDamage_IsAOE"); \ static_assert(sizeof(UModFilter_DealDamage_IsAOE) == 0x000030, "Wrong size on UModFilter_DealDamage_IsAOE"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_MoveStop \ static_assert(alignof(UAblBlendSpaceParameterGetter_MoveStop) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_MoveStop"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_MoveStop) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_MoveStop"); \ #define DUMPER7_ASSERTS_UAblAvaMotionWarpSyncPointUpdater \ static_assert(alignof(UAblAvaMotionWarpSyncPointUpdater) == 0x000008, "Wrong alignment on UAblAvaMotionWarpSyncPointUpdater"); \ static_assert(sizeof(UAblAvaMotionWarpSyncPointUpdater) == 0x000028, "Wrong size on UAblAvaMotionWarpSyncPointUpdater"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CentaurCombat_RepositionRange \ static_assert(alignof(UAIDataProvider_CentaurCombat_RepositionRange) == 0x000008, "Wrong alignment on UAIDataProvider_CentaurCombat_RepositionRange"); \ static_assert(sizeof(UAIDataProvider_CentaurCombat_RepositionRange) == 0x000048, "Wrong size on UAIDataProvider_CentaurCombat_RepositionRange"); \ static_assert(offsetof(UAIDataProvider_CentaurCombat_RepositionRange, RangeType) == 0x000040, "Member 'UAIDataProvider_CentaurCombat_RepositionRange::RangeType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_SplineLock \ static_assert(alignof(URootMotionModifierProperties_SplineLock) == 0x000008, "Wrong alignment on URootMotionModifierProperties_SplineLock"); \ static_assert(sizeof(URootMotionModifierProperties_SplineLock) == 0x000048, "Wrong size on URootMotionModifierProperties_SplineLock"); \ static_assert(offsetof(URootMotionModifierProperties_SplineLock, MaxOffset) == 0x000030, "Member 'URootMotionModifierProperties_SplineLock::MaxOffset' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_SplineLock, bAllowReverseDirection) == 0x000034, "Member 'URootMotionModifierProperties_SplineLock::bAllowReverseDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_SplineLock, bAllowOrientReverseDirection) == 0x000035, "Member 'URootMotionModifierProperties_SplineLock::bAllowOrientReverseDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_SplineLock, bLimitToEndPoints) == 0x000036, "Member 'URootMotionModifierProperties_SplineLock::bLimitToEndPoints' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_SplineLock, OffsetInterpType) == 0x000037, "Member 'URootMotionModifierProperties_SplineLock::OffsetInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_SplineLock, OffsetInterpSpeed) == 0x000038, "Member 'URootMotionModifierProperties_SplineLock::OffsetInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_SplineLock, bLockIn2D) == 0x00003C, "Member 'URootMotionModifierProperties_SplineLock::bLockIn2D' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_SplineLock, bZeroOutRootMotionNotInSplineDirection) == 0x00003D, "Member 'URootMotionModifierProperties_SplineLock::bZeroOutRootMotionNotInSplineDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_SplineLock, bOrientToSplineDirection) == 0x00003E, "Member 'URootMotionModifierProperties_SplineLock::bOrientToSplineDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_SplineLock, RotationInterpType) == 0x00003F, "Member 'URootMotionModifierProperties_SplineLock::RotationInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_SplineLock, RotationInterpSpeed) == 0x000040, "Member 'URootMotionModifierProperties_SplineLock::RotationInterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAddOrUpdateAvaMotionWarpSyncPointScratchpad \ static_assert(alignof(UAblAddOrUpdateAvaMotionWarpSyncPointScratchpad) == 0x000008, "Wrong alignment on UAblAddOrUpdateAvaMotionWarpSyncPointScratchpad"); \ static_assert(sizeof(UAblAddOrUpdateAvaMotionWarpSyncPointScratchpad) == 0x000040, "Wrong size on UAblAddOrUpdateAvaMotionWarpSyncPointScratchpad"); \ static_assert(offsetof(UAblAddOrUpdateAvaMotionWarpSyncPointScratchpad, MovementComponents) == 0x000028, "Member 'UAblAddOrUpdateAvaMotionWarpSyncPointScratchpad::MovementComponents' has a wrong offset!"); \ static_assert(offsetof(UAblAddOrUpdateAvaMotionWarpSyncPointScratchpad, UpdaterScratchpad) == 0x000038, "Member 'UAblAddOrUpdateAvaMotionWarpSyncPointScratchpad::UpdaterScratchpad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ClothOptions \ static_assert(alignof(USceneAction_ClothOptions) == 0x000008, "Wrong alignment on USceneAction_ClothOptions"); \ static_assert(sizeof(USceneAction_ClothOptions) == 0x0001C0, "Wrong size on USceneAction_ClothOptions"); \ static_assert(offsetof(USceneAction_ClothOptions, bPiecesListIsInclusive) == 0x0000A0, "Member 'USceneAction_ClothOptions::bPiecesListIsInclusive' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, PiecesList) == 0x0000A8, "Member 'USceneAction_ClothOptions::PiecesList' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, ClothingAssetList) == 0x0000B8, "Member 'USceneAction_ClothOptions::ClothingAssetList' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, IterationCount) == 0x000108, "Member 'USceneAction_ClothOptions::IterationCount' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, MaxIterationCount) == 0x000110, "Member 'USceneAction_ClothOptions::MaxIterationCount' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, SubdivisionCount) == 0x000118, "Member 'USceneAction_ClothOptions::SubdivisionCount' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, TeleportDistanceThreshold) == 0x000120, "Member 'USceneAction_ClothOptions::TeleportDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, TeleportRotationThreshold) == 0x000128, "Member 'USceneAction_ClothOptions::TeleportRotationThreshold' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, ClothBlendWeight) == 0x000130, "Member 'USceneAction_ClothOptions::ClothBlendWeight' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, ClothMaxDistanceScale) == 0x000138, "Member 'USceneAction_ClothOptions::ClothMaxDistanceScale' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, EdgeStiffness) == 0x000140, "Member 'USceneAction_ClothOptions::EdgeStiffness' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, BendingStiffness) == 0x000148, "Member 'USceneAction_ClothOptions::BendingStiffness' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, AreaStiffness) == 0x000150, "Member 'USceneAction_ClothOptions::AreaStiffness' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, TetherStiffness) == 0x000158, "Member 'USceneAction_ClothOptions::TetherStiffness' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, DampingCoefficient) == 0x000160, "Member 'USceneAction_ClothOptions::DampingCoefficient' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, DragCoefficient) == 0x000168, "Member 'USceneAction_ClothOptions::DragCoefficient' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, LiftCoefficient) == 0x000170, "Member 'USceneAction_ClothOptions::LiftCoefficient' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, AdditionalWindVelocity) == 0x000178, "Member 'USceneAction_ClothOptions::AdditionalWindVelocity' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, GravityScale) == 0x000180, "Member 'USceneAction_ClothOptions::GravityScale' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, GravityOverride) == 0x000188, "Member 'USceneAction_ClothOptions::GravityOverride' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, AnimDriveStiffness) == 0x000190, "Member 'USceneAction_ClothOptions::AnimDriveStiffness' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, AnimDriveDamping) == 0x000198, "Member 'USceneAction_ClothOptions::AnimDriveDamping' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, WindVelocityScale) == 0x0001A0, "Member 'USceneAction_ClothOptions::WindVelocityScale' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, LinearVelocityScale) == 0x0001A8, "Member 'USceneAction_ClothOptions::LinearVelocityScale' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, AngularVelocityScale) == 0x0001B0, "Member 'USceneAction_ClothOptions::AngularVelocityScale' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothOptions, FictitiousAngularScale) == 0x0001B8, "Member 'USceneAction_ClothOptions::FictitiousAngularScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimRateGetter_SyncAnimationPosition \ static_assert(alignof(UAblAnimRateGetter_SyncAnimationPosition) == 0x000008, "Wrong alignment on UAblAnimRateGetter_SyncAnimationPosition"); \ static_assert(sizeof(UAblAnimRateGetter_SyncAnimationPosition) == 0x0000C0, "Wrong size on UAblAnimRateGetter_SyncAnimationPosition"); \ static_assert(offsetof(UAblAnimRateGetter_SyncAnimationPosition, DeltaToPlayRate) == 0x000028, "Member 'UAblAnimRateGetter_SyncAnimationPosition::DeltaToPlayRate' has a wrong offset!"); \ static_assert(offsetof(UAblAnimRateGetter_SyncAnimationPosition, MinimumPlayRate) == 0x0000B0, "Member 'UAblAnimRateGetter_SyncAnimationPosition::MinimumPlayRate' has a wrong offset!"); \ static_assert(offsetof(UAblAnimRateGetter_SyncAnimationPosition, MaximumPlayRate) == 0x0000B4, "Member 'UAblAnimRateGetter_SyncAnimationPosition::MaximumPlayRate' has a wrong offset!"); \ static_assert(offsetof(UAblAnimRateGetter_SyncAnimationPosition, RequiredAbility) == 0x0000B8, "Member 'UAblAnimRateGetter_SyncAnimationPosition::RequiredAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAddOrUpdateAvaMotionWarpSyncPointTask \ static_assert(alignof(UAblAddOrUpdateAvaMotionWarpSyncPointTask) == 0x000008, "Wrong alignment on UAblAddOrUpdateAvaMotionWarpSyncPointTask"); \ static_assert(sizeof(UAblAddOrUpdateAvaMotionWarpSyncPointTask) == 0x000088, "Wrong size on UAblAddOrUpdateAvaMotionWarpSyncPointTask"); \ static_assert(offsetof(UAblAddOrUpdateAvaMotionWarpSyncPointTask, SyncPointName) == 0x000070, "Member 'UAblAddOrUpdateAvaMotionWarpSyncPointTask::SyncPointName' has a wrong offset!"); \ static_assert(offsetof(UAblAddOrUpdateAvaMotionWarpSyncPointTask, SyncPointUpdater) == 0x000078, "Member 'UAblAddOrUpdateAvaMotionWarpSyncPointTask::SyncPointUpdater' has a wrong offset!"); \ static_assert(offsetof(UAblAddOrUpdateAvaMotionWarpSyncPointTask, bUpdateSyncPointOnTick) == 0x000080, "Member 'UAblAddOrUpdateAvaMotionWarpSyncPointTask::bUpdateSyncPointOnTick' has a wrong offset!"); \ static_assert(offsetof(UAblAddOrUpdateAvaMotionWarpSyncPointTask, bRemoveSyncPointOnEndOfTask) == 0x000081, "Member 'UAblAddOrUpdateAvaMotionWarpSyncPointTask::bRemoveSyncPointOnEndOfTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACharacterStateHUD \ static_assert(alignof(ACharacterStateHUD) == 0x000008, "Wrong alignment on ACharacterStateHUD"); \ static_assert(sizeof(ACharacterStateHUD) == 0x000338, "Wrong size on ACharacterStateHUD"); \ #define DUMPER7_ASSERTS_UAblAdjustCamTask \ static_assert(alignof(UAblAdjustCamTask) == 0x000008, "Wrong alignment on UAblAdjustCamTask"); \ static_assert(sizeof(UAblAdjustCamTask) == 0x000070, "Wrong size on UAblAdjustCamTask"); \ #define DUMPER7_ASSERTS_PhoenixUserWidget_InterruptMenuReader \ static_assert(alignof(PhoenixUserWidget_InterruptMenuReader) == 0x000008, "Wrong alignment on PhoenixUserWidget_InterruptMenuReader"); \ static_assert(sizeof(PhoenixUserWidget_InterruptMenuReader) == 0x000010, "Wrong size on PhoenixUserWidget_InterruptMenuReader"); \ static_assert(offsetof(PhoenixUserWidget_InterruptMenuReader, InterruptType) == 0x000000, "Member 'PhoenixUserWidget_InterruptMenuReader::InterruptType' has a wrong offset!"); \ static_assert(offsetof(PhoenixUserWidget_InterruptMenuReader, InterruptOwnerFilter) == 0x000008, "Member 'PhoenixUserWidget_InterruptMenuReader::InterruptOwnerFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixUserWidget_OnIntroEnded \ static_assert(alignof(PhoenixUserWidget_OnIntroEnded) == 0x000004, "Wrong alignment on PhoenixUserWidget_OnIntroEnded"); \ static_assert(sizeof(PhoenixUserWidget_OnIntroEnded) == 0x000004, "Wrong size on PhoenixUserWidget_OnIntroEnded"); \ static_assert(offsetof(PhoenixUserWidget_OnIntroEnded, IntroType) == 0x000000, "Member 'PhoenixUserWidget_OnIntroEnded::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixUserWidget_OnIntroStarted \ static_assert(alignof(PhoenixUserWidget_OnIntroStarted) == 0x000004, "Wrong alignment on PhoenixUserWidget_OnIntroStarted"); \ static_assert(sizeof(PhoenixUserWidget_OnIntroStarted) == 0x000008, "Wrong size on PhoenixUserWidget_OnIntroStarted"); \ static_assert(offsetof(PhoenixUserWidget_OnIntroStarted, IntroType) == 0x000000, "Member 'PhoenixUserWidget_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(PhoenixUserWidget_OnIntroStarted, IntroDuration) == 0x000004, "Member 'PhoenixUserWidget_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixUserWidget_OnOutroEnded \ static_assert(alignof(PhoenixUserWidget_OnOutroEnded) == 0x000004, "Wrong alignment on PhoenixUserWidget_OnOutroEnded"); \ static_assert(sizeof(PhoenixUserWidget_OnOutroEnded) == 0x000004, "Wrong size on PhoenixUserWidget_OnOutroEnded"); \ static_assert(offsetof(PhoenixUserWidget_OnOutroEnded, OutroType) == 0x000000, "Member 'PhoenixUserWidget_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixUserWidget_OnOutroStarted \ static_assert(alignof(PhoenixUserWidget_OnOutroStarted) == 0x000004, "Wrong alignment on PhoenixUserWidget_OnOutroStarted"); \ static_assert(sizeof(PhoenixUserWidget_OnOutroStarted) == 0x000008, "Wrong size on PhoenixUserWidget_OnOutroStarted"); \ static_assert(offsetof(PhoenixUserWidget_OnOutroStarted, OutroType) == 0x000000, "Member 'PhoenixUserWidget_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(PhoenixUserWidget_OnOutroStarted, OutroDuration) == 0x000004, "Member 'PhoenixUserWidget_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixUserWidget_OverrideInitialIntroType \ static_assert(alignof(PhoenixUserWidget_OverrideInitialIntroType) == 0x000004, "Wrong alignment on PhoenixUserWidget_OverrideInitialIntroType"); \ static_assert(sizeof(PhoenixUserWidget_OverrideInitialIntroType) == 0x000004, "Wrong size on PhoenixUserWidget_OverrideInitialIntroType"); \ static_assert(offsetof(PhoenixUserWidget_OverrideInitialIntroType, IntroType) == 0x000000, "Member 'PhoenixUserWidget_OverrideInitialIntroType::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixUserWidget_ReadMenu \ static_assert(alignof(PhoenixUserWidget_ReadMenu) == 0x000008, "Wrong alignment on PhoenixUserWidget_ReadMenu"); \ static_assert(sizeof(PhoenixUserWidget_ReadMenu) == 0x000010, "Wrong size on PhoenixUserWidget_ReadMenu"); \ static_assert(offsetof(PhoenixUserWidget_ReadMenu, DepthLevel) == 0x000000, "Member 'PhoenixUserWidget_ReadMenu::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(PhoenixUserWidget_ReadMenu, InterruptType) == 0x000004, "Member 'PhoenixUserWidget_ReadMenu::InterruptType' has a wrong offset!"); \ static_assert(offsetof(PhoenixUserWidget_ReadMenu, InterruptOwnerFilter) == 0x000008, "Member 'PhoenixUserWidget_ReadMenu::InterruptOwnerFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixUserWidget_TriggerCustomIntro \ static_assert(alignof(PhoenixUserWidget_TriggerCustomIntro) == 0x000004, "Wrong alignment on PhoenixUserWidget_TriggerCustomIntro"); \ static_assert(sizeof(PhoenixUserWidget_TriggerCustomIntro) == 0x000008, "Wrong size on PhoenixUserWidget_TriggerCustomIntro"); \ static_assert(offsetof(PhoenixUserWidget_TriggerCustomIntro, IntroType) == 0x000000, "Member 'PhoenixUserWidget_TriggerCustomIntro::IntroType' has a wrong offset!"); \ static_assert(offsetof(PhoenixUserWidget_TriggerCustomIntro, IntroDuration) == 0x000004, "Member 'PhoenixUserWidget_TriggerCustomIntro::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixUserWidget_TriggerCustomOutro \ static_assert(alignof(PhoenixUserWidget_TriggerCustomOutro) == 0x000004, "Wrong alignment on PhoenixUserWidget_TriggerCustomOutro"); \ static_assert(sizeof(PhoenixUserWidget_TriggerCustomOutro) == 0x000008, "Wrong size on PhoenixUserWidget_TriggerCustomOutro"); \ static_assert(offsetof(PhoenixUserWidget_TriggerCustomOutro, OutroType) == 0x000000, "Member 'PhoenixUserWidget_TriggerCustomOutro::OutroType' has a wrong offset!"); \ static_assert(offsetof(PhoenixUserWidget_TriggerCustomOutro, OutroDuration) == 0x000004, "Member 'PhoenixUserWidget_TriggerCustomOutro::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixUserWidget_TriggerIntro \ static_assert(alignof(PhoenixUserWidget_TriggerIntro) == 0x000004, "Wrong alignment on PhoenixUserWidget_TriggerIntro"); \ static_assert(sizeof(PhoenixUserWidget_TriggerIntro) == 0x000004, "Wrong size on PhoenixUserWidget_TriggerIntro"); \ static_assert(offsetof(PhoenixUserWidget_TriggerIntro, IntroType) == 0x000000, "Member 'PhoenixUserWidget_TriggerIntro::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixUserWidget_TriggerOutro \ static_assert(alignof(PhoenixUserWidget_TriggerOutro) == 0x000004, "Wrong alignment on PhoenixUserWidget_TriggerOutro"); \ static_assert(sizeof(PhoenixUserWidget_TriggerOutro) == 0x000004, "Wrong size on PhoenixUserWidget_TriggerOutro"); \ static_assert(offsetof(PhoenixUserWidget_TriggerOutro, OutroType) == 0x000000, "Member 'PhoenixUserWidget_TriggerOutro::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixUserWidget_GatherMenuReaderStrings \ static_assert(alignof(PhoenixUserWidget_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on PhoenixUserWidget_GatherMenuReaderStrings"); \ static_assert(sizeof(PhoenixUserWidget_GatherMenuReaderStrings) == 0x000018, "Wrong size on PhoenixUserWidget_GatherMenuReaderStrings"); \ static_assert(offsetof(PhoenixUserWidget_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'PhoenixUserWidget_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(PhoenixUserWidget_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'PhoenixUserWidget_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixUserWidget_GetCurrentTransitionProgress \ static_assert(alignof(PhoenixUserWidget_GetCurrentTransitionProgress) == 0x000004, "Wrong alignment on PhoenixUserWidget_GetCurrentTransitionProgress"); \ static_assert(sizeof(PhoenixUserWidget_GetCurrentTransitionProgress) == 0x000004, "Wrong size on PhoenixUserWidget_GetCurrentTransitionProgress"); \ static_assert(offsetof(PhoenixUserWidget_GetCurrentTransitionProgress, ReturnValue) == 0x000000, "Member 'PhoenixUserWidget_GetCurrentTransitionProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixUserWidget_GetCurrentTransitionType \ static_assert(alignof(PhoenixUserWidget_GetCurrentTransitionType) == 0x000004, "Wrong alignment on PhoenixUserWidget_GetCurrentTransitionType"); \ static_assert(sizeof(PhoenixUserWidget_GetCurrentTransitionType) == 0x000004, "Wrong size on PhoenixUserWidget_GetCurrentTransitionType"); \ static_assert(offsetof(PhoenixUserWidget_GetCurrentTransitionType, ReturnValue) == 0x000000, "Member 'PhoenixUserWidget_GetCurrentTransitionType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixUserWidget_IsCurrentTransitionAnIntro \ static_assert(alignof(PhoenixUserWidget_IsCurrentTransitionAnIntro) == 0x000001, "Wrong alignment on PhoenixUserWidget_IsCurrentTransitionAnIntro"); \ static_assert(sizeof(PhoenixUserWidget_IsCurrentTransitionAnIntro) == 0x000001, "Wrong size on PhoenixUserWidget_IsCurrentTransitionAnIntro"); \ static_assert(offsetof(PhoenixUserWidget_IsCurrentTransitionAnIntro, ReturnValue) == 0x000000, "Member 'PhoenixUserWidget_IsCurrentTransitionAnIntro::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixUserWidget_IsTransitionInProgress \ static_assert(alignof(PhoenixUserWidget_IsTransitionInProgress) == 0x000001, "Wrong alignment on PhoenixUserWidget_IsTransitionInProgress"); \ static_assert(sizeof(PhoenixUserWidget_IsTransitionInProgress) == 0x000001, "Wrong size on PhoenixUserWidget_IsTransitionInProgress"); \ static_assert(offsetof(PhoenixUserWidget_IsTransitionInProgress, ReturnValue) == 0x000000, "Member 'PhoenixUserWidget_IsTransitionInProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixUserWidget \ static_assert(alignof(UPhoenixUserWidget) == 0x000008, "Wrong alignment on UPhoenixUserWidget"); \ static_assert(sizeof(UPhoenixUserWidget) == 0x000328, "Wrong size on UPhoenixUserWidget"); \ static_assert(offsetof(UPhoenixUserWidget, IntroStartedEvent) == 0x0002C8, "Member 'UPhoenixUserWidget::IntroStartedEvent' has a wrong offset!"); \ static_assert(offsetof(UPhoenixUserWidget, IntroEndedEvent) == 0x0002D8, "Member 'UPhoenixUserWidget::IntroEndedEvent' has a wrong offset!"); \ static_assert(offsetof(UPhoenixUserWidget, OutroStartedEvent) == 0x0002E8, "Member 'UPhoenixUserWidget::OutroStartedEvent' has a wrong offset!"); \ static_assert(offsetof(UPhoenixUserWidget, OutroEndedEvent) == 0x0002F8, "Member 'UPhoenixUserWidget::OutroEndedEvent' has a wrong offset!"); \ static_assert(offsetof(UPhoenixUserWidget, DefaultIntroDuration) == 0x000308, "Member 'UPhoenixUserWidget::DefaultIntroDuration' has a wrong offset!"); \ static_assert(offsetof(UPhoenixUserWidget, DefaultOutroDuration) == 0x00030C, "Member 'UPhoenixUserWidget::DefaultOutroDuration' has a wrong offset!"); \ static_assert(offsetof(UPhoenixUserWidget, InterruptMenuReaderOnDestruct) == 0x000310, "Member 'UPhoenixUserWidget::InterruptMenuReaderOnDestruct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_AddExtraContent \ static_assert(alignof(IconButtonWidget_AddExtraContent) == 0x000008, "Wrong alignment on IconButtonWidget_AddExtraContent"); \ static_assert(sizeof(IconButtonWidget_AddExtraContent) == 0x000010, "Wrong size on IconButtonWidget_AddExtraContent"); \ static_assert(offsetof(IconButtonWidget_AddExtraContent, NewContent) == 0x000000, "Member 'IconButtonWidget_AddExtraContent::NewContent' has a wrong offset!"); \ static_assert(offsetof(IconButtonWidget_AddExtraContent, ReturnValue) == 0x000008, "Member 'IconButtonWidget_AddExtraContent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_GetExtraContent \ static_assert(alignof(IconButtonWidget_GetExtraContent) == 0x000008, "Wrong alignment on IconButtonWidget_GetExtraContent"); \ static_assert(sizeof(IconButtonWidget_GetExtraContent) == 0x000008, "Wrong size on IconButtonWidget_GetExtraContent"); \ static_assert(offsetof(IconButtonWidget_GetExtraContent, ReturnValue) == 0x000000, "Member 'IconButtonWidget_GetExtraContent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_GetFactsheetItemDesc \ static_assert(alignof(IconButtonWidget_GetFactsheetItemDesc) == 0x000008, "Wrong alignment on IconButtonWidget_GetFactsheetItemDesc"); \ static_assert(sizeof(IconButtonWidget_GetFactsheetItemDesc) == 0x000010, "Wrong size on IconButtonWidget_GetFactsheetItemDesc"); \ static_assert(offsetof(IconButtonWidget_GetFactsheetItemDesc, ReturnValue) == 0x000000, "Member 'IconButtonWidget_GetFactsheetItemDesc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_GetFactsheetItemName \ static_assert(alignof(IconButtonWidget_GetFactsheetItemName) == 0x000008, "Wrong alignment on IconButtonWidget_GetFactsheetItemName"); \ static_assert(sizeof(IconButtonWidget_GetFactsheetItemName) == 0x000010, "Wrong size on IconButtonWidget_GetFactsheetItemName"); \ static_assert(offsetof(IconButtonWidget_GetFactsheetItemName, ReturnValue) == 0x000000, "Member 'IconButtonWidget_GetFactsheetItemName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_GetFactsheetItemType \ static_assert(alignof(IconButtonWidget_GetFactsheetItemType) == 0x000001, "Wrong alignment on IconButtonWidget_GetFactsheetItemType"); \ static_assert(sizeof(IconButtonWidget_GetFactsheetItemType) == 0x000001, "Wrong size on IconButtonWidget_GetFactsheetItemType"); \ static_assert(offsetof(IconButtonWidget_GetFactsheetItemType, ReturnValue) == 0x000000, "Member 'IconButtonWidget_GetFactsheetItemType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_HandleDisabled \ static_assert(alignof(IconButtonWidget_HandleDisabled) == 0x000001, "Wrong alignment on IconButtonWidget_HandleDisabled"); \ static_assert(sizeof(IconButtonWidget_HandleDisabled) == 0x000001, "Wrong size on IconButtonWidget_HandleDisabled"); \ static_assert(offsetof(IconButtonWidget_HandleDisabled, ReturnValue) == 0x000000, "Member 'IconButtonWidget_HandleDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_HandleEnabled \ static_assert(alignof(IconButtonWidget_HandleEnabled) == 0x000001, "Wrong alignment on IconButtonWidget_HandleEnabled"); \ static_assert(sizeof(IconButtonWidget_HandleEnabled) == 0x000001, "Wrong size on IconButtonWidget_HandleEnabled"); \ static_assert(offsetof(IconButtonWidget_HandleEnabled, ReturnValue) == 0x000000, "Member 'IconButtonWidget_HandleEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_HandleMissing \ static_assert(alignof(IconButtonWidget_HandleMissing) == 0x000001, "Wrong alignment on IconButtonWidget_HandleMissing"); \ static_assert(sizeof(IconButtonWidget_HandleMissing) == 0x000001, "Wrong size on IconButtonWidget_HandleMissing"); \ static_assert(offsetof(IconButtonWidget_HandleMissing, ReturnValue) == 0x000000, "Member 'IconButtonWidget_HandleMissing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_HandleNonExistent \ static_assert(alignof(IconButtonWidget_HandleNonExistent) == 0x000001, "Wrong alignment on IconButtonWidget_HandleNonExistent"); \ static_assert(sizeof(IconButtonWidget_HandleNonExistent) == 0x000001, "Wrong size on IconButtonWidget_HandleNonExistent"); \ static_assert(offsetof(IconButtonWidget_HandleNonExistent, ReturnValue) == 0x000000, "Member 'IconButtonWidget_HandleNonExistent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_HighlightButton \ static_assert(alignof(IconButtonWidget_HighlightButton) == 0x000001, "Wrong alignment on IconButtonWidget_HighlightButton"); \ static_assert(sizeof(IconButtonWidget_HighlightButton) == 0x000001, "Wrong size on IconButtonWidget_HighlightButton"); \ static_assert(offsetof(IconButtonWidget_HighlightButton, isHighlighted) == 0x000000, "Member 'IconButtonWidget_HighlightButton::isHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_OnImageLoaded \ static_assert(alignof(IconButtonWidget_OnImageLoaded) == 0x000008, "Wrong alignment on IconButtonWidget_OnImageLoaded"); \ static_assert(sizeof(IconButtonWidget_OnImageLoaded) == 0x000010, "Wrong size on IconButtonWidget_OnImageLoaded"); \ static_assert(offsetof(IconButtonWidget_OnImageLoaded, LoadedTexture) == 0x000000, "Member 'IconButtonWidget_OnImageLoaded::LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(IconButtonWidget_OnImageLoaded, CallbackParam) == 0x000008, "Member 'IconButtonWidget_OnImageLoaded::CallbackParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_OnSelectionChanged \ static_assert(alignof(IconButtonWidget_OnSelectionChanged) == 0x000001, "Wrong alignment on IconButtonWidget_OnSelectionChanged"); \ static_assert(sizeof(IconButtonWidget_OnSelectionChanged) == 0x000001, "Wrong size on IconButtonWidget_OnSelectionChanged"); \ static_assert(offsetof(IconButtonWidget_OnSelectionChanged, selected) == 0x000000, "Member 'IconButtonWidget_OnSelectionChanged::selected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_RemoveExtraContent \ static_assert(alignof(IconButtonWidget_RemoveExtraContent) == 0x000001, "Wrong alignment on IconButtonWidget_RemoveExtraContent"); \ static_assert(sizeof(IconButtonWidget_RemoveExtraContent) == 0x000001, "Wrong size on IconButtonWidget_RemoveExtraContent"); \ static_assert(offsetof(IconButtonWidget_RemoveExtraContent, ReturnValue) == 0x000000, "Member 'IconButtonWidget_RemoveExtraContent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_SetButtonIcons \ static_assert(alignof(IconButtonWidget_SetButtonIcons) == 0x000008, "Wrong alignment on IconButtonWidget_SetButtonIcons"); \ static_assert(sizeof(IconButtonWidget_SetButtonIcons) == 0x000018, "Wrong size on IconButtonWidget_SetButtonIcons"); \ static_assert(offsetof(IconButtonWidget_SetButtonIcons, BackgroundImage) == 0x000000, "Member 'IconButtonWidget_SetButtonIcons::BackgroundImage' has a wrong offset!"); \ static_assert(offsetof(IconButtonWidget_SetButtonIcons, ReturnValue) == 0x000010, "Member 'IconButtonWidget_SetButtonIcons::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_SetButtonSize \ static_assert(alignof(IconButtonWidget_SetButtonSize) == 0x000004, "Wrong alignment on IconButtonWidget_SetButtonSize"); \ static_assert(sizeof(IconButtonWidget_SetButtonSize) == 0x000008, "Wrong size on IconButtonWidget_SetButtonSize"); \ static_assert(offsetof(IconButtonWidget_SetButtonSize, NewSize) == 0x000000, "Member 'IconButtonWidget_SetButtonSize::NewSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_SetButtonState \ static_assert(alignof(IconButtonWidget_SetButtonState) == 0x000001, "Wrong alignment on IconButtonWidget_SetButtonState"); \ static_assert(sizeof(IconButtonWidget_SetButtonState) == 0x000001, "Wrong size on IconButtonWidget_SetButtonState"); \ static_assert(offsetof(IconButtonWidget_SetButtonState, NewState) == 0x000000, "Member 'IconButtonWidget_SetButtonState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_SetButtonStatus \ static_assert(alignof(IconButtonWidget_SetButtonStatus) == 0x000008, "Wrong alignment on IconButtonWidget_SetButtonStatus"); \ static_assert(sizeof(IconButtonWidget_SetButtonStatus) == 0x000030, "Wrong size on IconButtonWidget_SetButtonStatus"); \ static_assert(offsetof(IconButtonWidget_SetButtonStatus, StateImage) == 0x000000, "Member 'IconButtonWidget_SetButtonStatus::StateImage' has a wrong offset!"); \ static_assert(offsetof(IconButtonWidget_SetButtonStatus, StateImageVisible) == 0x000010, "Member 'IconButtonWidget_SetButtonStatus::StateImageVisible' has a wrong offset!"); \ static_assert(offsetof(IconButtonWidget_SetButtonStatus, StateHexBack) == 0x000018, "Member 'IconButtonWidget_SetButtonStatus::StateHexBack' has a wrong offset!"); \ static_assert(offsetof(IconButtonWidget_SetButtonStatus, StateEnabled) == 0x000028, "Member 'IconButtonWidget_SetButtonStatus::StateEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_SetFactsheetItemType \ static_assert(alignof(IconButtonWidget_SetFactsheetItemType) == 0x000001, "Wrong alignment on IconButtonWidget_SetFactsheetItemType"); \ static_assert(sizeof(IconButtonWidget_SetFactsheetItemType) == 0x000001, "Wrong size on IconButtonWidget_SetFactsheetItemType"); \ static_assert(offsetof(IconButtonWidget_SetFactsheetItemType, Type) == 0x000000, "Member 'IconButtonWidget_SetFactsheetItemType::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_SetHexBack \ static_assert(alignof(IconButtonWidget_SetHexBack) == 0x000008, "Wrong alignment on IconButtonWidget_SetHexBack"); \ static_assert(sizeof(IconButtonWidget_SetHexBack) == 0x000010, "Wrong size on IconButtonWidget_SetHexBack"); \ static_assert(offsetof(IconButtonWidget_SetHexBack, ImageName) == 0x000000, "Member 'IconButtonWidget_SetHexBack::ImageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_SetImage \ static_assert(alignof(IconButtonWidget_SetImage) == 0x000008, "Wrong alignment on IconButtonWidget_SetImage"); \ static_assert(sizeof(IconButtonWidget_SetImage) == 0x000018, "Wrong size on IconButtonWidget_SetImage"); \ static_assert(offsetof(IconButtonWidget_SetImage, ImageName) == 0x000000, "Member 'IconButtonWidget_SetImage::ImageName' has a wrong offset!"); \ static_assert(offsetof(IconButtonWidget_SetImage, MatchSize) == 0x000010, "Member 'IconButtonWidget_SetImage::MatchSize' has a wrong offset!"); \ static_assert(offsetof(IconButtonWidget_SetImage, OptionalPriority) == 0x000011, "Member 'IconButtonWidget_SetImage::OptionalPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_SetIsNew \ static_assert(alignof(IconButtonWidget_SetIsNew) == 0x000001, "Wrong alignment on IconButtonWidget_SetIsNew"); \ static_assert(sizeof(IconButtonWidget_SetIsNew) == 0x000001, "Wrong size on IconButtonWidget_SetIsNew"); \ static_assert(offsetof(IconButtonWidget_SetIsNew, bIsNew) == 0x000000, "Member 'IconButtonWidget_SetIsNew::bIsNew' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_SetIsTutorialHighlighted \ static_assert(alignof(IconButtonWidget_SetIsTutorialHighlighted) == 0x000001, "Wrong alignment on IconButtonWidget_SetIsTutorialHighlighted"); \ static_assert(sizeof(IconButtonWidget_SetIsTutorialHighlighted) == 0x000001, "Wrong size on IconButtonWidget_SetIsTutorialHighlighted"); \ static_assert(offsetof(IconButtonWidget_SetIsTutorialHighlighted, bIsTutorialHighlighted) == 0x000000, "Member 'IconButtonWidget_SetIsTutorialHighlighted::bIsTutorialHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_SetState \ static_assert(alignof(IconButtonWidget_SetState) == 0x000001, "Wrong alignment on IconButtonWidget_SetState"); \ static_assert(sizeof(IconButtonWidget_SetState) == 0x000002, "Wrong size on IconButtonWidget_SetState"); \ static_assert(offsetof(IconButtonWidget_SetState, IsActive) == 0x000000, "Member 'IconButtonWidget_SetState::IsActive' has a wrong offset!"); \ static_assert(offsetof(IconButtonWidget_SetState, ReturnValue) == 0x000001, "Member 'IconButtonWidget_SetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconButtonWidget_TryResolveImage \ static_assert(alignof(IconButtonWidget_TryResolveImage) == 0x000001, "Wrong alignment on IconButtonWidget_TryResolveImage"); \ static_assert(sizeof(IconButtonWidget_TryResolveImage) == 0x000002, "Wrong size on IconButtonWidget_TryResolveImage"); \ static_assert(offsetof(IconButtonWidget_TryResolveImage, bAsyncLoadIfFail) == 0x000000, "Member 'IconButtonWidget_TryResolveImage::bAsyncLoadIfFail' has a wrong offset!"); \ static_assert(offsetof(IconButtonWidget_TryResolveImage, OptionalPriority) == 0x000001, "Member 'IconButtonWidget_TryResolveImage::OptionalPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIconButtonWidget \ static_assert(alignof(UIconButtonWidget) == 0x000008, "Wrong alignment on UIconButtonWidget"); \ static_assert(sizeof(UIconButtonWidget) == 0x0004A8, "Wrong size on UIconButtonWidget"); \ static_assert(offsetof(UIconButtonWidget, IconScale) == 0x000328, "Member 'UIconButtonWidget::IconScale' has a wrong offset!"); \ static_assert(offsetof(UIconButtonWidget, IconName) == 0x000330, "Member 'UIconButtonWidget::IconName' has a wrong offset!"); \ static_assert(offsetof(UIconButtonWidget, BackgroundIconName) == 0x000340, "Member 'UIconButtonWidget::BackgroundIconName' has a wrong offset!"); \ static_assert(offsetof(UIconButtonWidget, IconButtonState) == 0x000350, "Member 'UIconButtonWidget::IconButtonState' has a wrong offset!"); \ static_assert(offsetof(UIconButtonWidget, DataField) == 0x000354, "Member 'UIconButtonWidget::DataField' has a wrong offset!"); \ static_assert(offsetof(UIconButtonWidget, DataField2) == 0x00035C, "Member 'UIconButtonWidget::DataField2' has a wrong offset!"); \ static_assert(offsetof(UIconButtonWidget, size) == 0x000364, "Member 'UIconButtonWidget::size' has a wrong offset!"); \ static_assert(offsetof(UIconButtonWidget, TheButton) == 0x000370, "Member 'UIconButtonWidget::TheButton' has a wrong offset!"); \ static_assert(offsetof(UIconButtonWidget, TheImage) == 0x000378, "Member 'UIconButtonWidget::TheImage' has a wrong offset!"); \ static_assert(offsetof(UIconButtonWidget, hexBack) == 0x000380, "Member 'UIconButtonWidget::hexBack' has a wrong offset!"); \ static_assert(offsetof(UIconButtonWidget, OnIconButtonClick) == 0x000388, "Member 'UIconButtonWidget::OnIconButtonClick' has a wrong offset!"); \ static_assert(offsetof(UIconButtonWidget, OnIconButtonHover) == 0x000398, "Member 'UIconButtonWidget::OnIconButtonHover' has a wrong offset!"); \ static_assert(offsetof(UIconButtonWidget, OnIconButtonUnhover) == 0x0003A8, "Member 'UIconButtonWidget::OnIconButtonUnhover' has a wrong offset!"); \ static_assert(offsetof(UIconButtonWidget, OnIconButtonPress) == 0x0003B8, "Member 'UIconButtonWidget::OnIconButtonPress' has a wrong offset!"); \ static_assert(offsetof(UIconButtonWidget, OnIconButtonRelease) == 0x0003C8, "Member 'UIconButtonWidget::OnIconButtonRelease' has a wrong offset!"); \ static_assert(offsetof(UIconButtonWidget, OnImageLoadComplete) == 0x0003D8, "Member 'UIconButtonWidget::OnImageLoadComplete' has a wrong offset!"); \ static_assert(offsetof(UIconButtonWidget, LastRequestedImageName) == 0x000490, "Member 'UIconButtonWidget::LastRequestedImageName' has a wrong offset!"); \ static_assert(offsetof(UIconButtonWidget, LastRequestedMatchSize) == 0x0004A0, "Member 'UIconButtonWidget::LastRequestedMatchSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldGuideButtonBase_GetLockedState \ static_assert(alignof(FieldGuideButtonBase_GetLockedState) == 0x000001, "Wrong alignment on FieldGuideButtonBase_GetLockedState"); \ static_assert(sizeof(FieldGuideButtonBase_GetLockedState) == 0x000001, "Wrong size on FieldGuideButtonBase_GetLockedState"); \ static_assert(offsetof(FieldGuideButtonBase_GetLockedState, ReturnValue) == 0x000000, "Member 'FieldGuideButtonBase_GetLockedState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldGuideButtonBase_LockButton \ static_assert(alignof(FieldGuideButtonBase_LockButton) == 0x000001, "Wrong alignment on FieldGuideButtonBase_LockButton"); \ static_assert(sizeof(FieldGuideButtonBase_LockButton) == 0x000001, "Wrong size on FieldGuideButtonBase_LockButton"); \ static_assert(offsetof(FieldGuideButtonBase_LockButton, ShouldLock) == 0x000000, "Member 'FieldGuideButtonBase_LockButton::ShouldLock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldGuideButtonBase_OnSetItemIndicatorVisibility \ static_assert(alignof(FieldGuideButtonBase_OnSetItemIndicatorVisibility) == 0x000001, "Wrong alignment on FieldGuideButtonBase_OnSetItemIndicatorVisibility"); \ static_assert(sizeof(FieldGuideButtonBase_OnSetItemIndicatorVisibility) == 0x000001, "Wrong size on FieldGuideButtonBase_OnSetItemIndicatorVisibility"); \ static_assert(offsetof(FieldGuideButtonBase_OnSetItemIndicatorVisibility, InVisibility) == 0x000000, "Member 'FieldGuideButtonBase_OnSetItemIndicatorVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldGuideButtonBase_SetLockedState \ static_assert(alignof(FieldGuideButtonBase_SetLockedState) == 0x000001, "Wrong alignment on FieldGuideButtonBase_SetLockedState"); \ static_assert(sizeof(FieldGuideButtonBase_SetLockedState) == 0x000001, "Wrong size on FieldGuideButtonBase_SetLockedState"); \ static_assert(offsetof(FieldGuideButtonBase_SetLockedState, IsLocked) == 0x000000, "Member 'FieldGuideButtonBase_SetLockedState::IsLocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFieldGuideButtonBase \ static_assert(alignof(UFieldGuideButtonBase) == 0x000008, "Wrong alignment on UFieldGuideButtonBase"); \ static_assert(sizeof(UFieldGuideButtonBase) == 0x0004B0, "Wrong size on UFieldGuideButtonBase"); \ static_assert(offsetof(UFieldGuideButtonBase, MenuTab) == 0x0004A8, "Member 'UFieldGuideButtonBase::MenuTab' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFieldGuideButton_Challenges \ static_assert(alignof(UFieldGuideButton_Challenges) == 0x000008, "Wrong alignment on UFieldGuideButton_Challenges"); \ static_assert(sizeof(UFieldGuideButton_Challenges) == 0x0004B8, "Wrong size on UFieldGuideButton_Challenges"); \ static_assert(offsetof(UFieldGuideButton_Challenges, NewItemCategory) == 0x0004B0, "Member 'UFieldGuideButton_Challenges::NewItemCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAppendToBaseChooser_PoseMatching \ static_assert(alignof(UAblAppendToBaseChooser_PoseMatching) == 0x000008, "Wrong alignment on UAblAppendToBaseChooser_PoseMatching"); \ static_assert(sizeof(UAblAppendToBaseChooser_PoseMatching) == 0x000038, "Wrong size on UAblAppendToBaseChooser_PoseMatching"); \ static_assert(offsetof(UAblAppendToBaseChooser_PoseMatching, AnimationArchitectTags) == 0x000028, "Member 'UAblAppendToBaseChooser_PoseMatching::AnimationArchitectTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_WaitForever \ static_assert(alignof(UBTT_WaitForever) == 0x000008, "Wrong alignment on UBTT_WaitForever"); \ static_assert(sizeof(UBTT_WaitForever) == 0x000070, "Wrong size on UBTT_WaitForever"); \ #define DUMPER7_ASSERTS_USceneAction_LightCullingSettings \ static_assert(alignof(USceneAction_LightCullingSettings) == 0x000008, "Wrong alignment on USceneAction_LightCullingSettings"); \ static_assert(sizeof(USceneAction_LightCullingSettings) == 0x000090, "Wrong size on USceneAction_LightCullingSettings"); \ static_assert(offsetof(USceneAction_LightCullingSettings, Settings) == 0x000088, "Member 'USceneAction_LightCullingSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAkEventLookupTask \ static_assert(alignof(UAblAkEventLookupTask) == 0x000008, "Wrong alignment on UAblAkEventLookupTask"); \ static_assert(sizeof(UAblAkEventLookupTask) == 0x0000A0, "Wrong size on UAblAkEventLookupTask"); \ static_assert(offsetof(UAblAkEventLookupTask, LookupTags) == 0x000070, "Member 'UAblAkEventLookupTask::LookupTags' has a wrong offset!"); \ static_assert(offsetof(UAblAkEventLookupTask, bFollow) == 0x000090, "Member 'UAblAkEventLookupTask::bFollow' has a wrong offset!"); \ static_assert(offsetof(UAblAkEventLookupTask, SocketName) == 0x000094, "Member 'UAblAkEventLookupTask::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetAnimFootStateTask \ static_assert(alignof(UAblSetAnimFootStateTask) == 0x000008, "Wrong alignment on UAblSetAnimFootStateTask"); \ static_assert(sizeof(UAblSetAnimFootStateTask) == 0x000078, "Wrong size on UAblSetAnimFootStateTask"); \ static_assert(offsetof(UAblSetAnimFootStateTask, FootState) == 0x000070, "Member 'UAblSetAnimFootStateTask::FootState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablAkSetMurmurationRTPCTask \ static_assert(alignof(UablAkSetMurmurationRTPCTask) == 0x000008, "Wrong alignment on UablAkSetMurmurationRTPCTask"); \ static_assert(sizeof(UablAkSetMurmurationRTPCTask) == 0x0000A0, "Wrong size on UablAkSetMurmurationRTPCTask"); \ static_assert(offsetof(UablAkSetMurmurationRTPCTask, RTPC_Step) == 0x000070, "Member 'UablAkSetMurmurationRTPCTask::RTPC_Step' has a wrong offset!"); \ static_assert(offsetof(UablAkSetMurmurationRTPCTask, RTPC_Name) == 0x000078, "Member 'UablAkSetMurmurationRTPCTask::RTPC_Name' has a wrong offset!"); \ static_assert(offsetof(UablAkSetMurmurationRTPCTask, OnStartEventName) == 0x000088, "Member 'UablAkSetMurmurationRTPCTask::OnStartEventName' has a wrong offset!"); \ static_assert(offsetof(UablAkSetMurmurationRTPCTask, OnEndEventName) == 0x000090, "Member 'UablAkSetMurmurationRTPCTask::OnEndEventName' has a wrong offset!"); \ static_assert(offsetof(UablAkSetMurmurationRTPCTask, bPlayerOnly) == 0x000098, "Member 'UablAkSetMurmurationRTPCTask::bPlayerOnly' has a wrong offset!"); \ static_assert(offsetof(UablAkSetMurmurationRTPCTask, bDecay) == 0x000099, "Member 'UablAkSetMurmurationRTPCTask::bDecay' has a wrong offset!"); \ static_assert(offsetof(UablAkSetMurmurationRTPCTask, RTPC_ValueType) == 0x00009A, "Member 'UablAkSetMurmurationRTPCTask::RTPC_ValueType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimTransitionInOverriderer_Enemy \ static_assert(alignof(UAblAnimTransitionInOverriderer_Enemy) == 0x000008, "Wrong alignment on UAblAnimTransitionInOverriderer_Enemy"); \ static_assert(sizeof(UAblAnimTransitionInOverriderer_Enemy) == 0x000028, "Wrong size on UAblAnimTransitionInOverriderer_Enemy"); \ #define DUMPER7_ASSERTS_UBTService_ScopedTag \ static_assert(alignof(UBTService_ScopedTag) == 0x000008, "Wrong alignment on UBTService_ScopedTag"); \ static_assert(sizeof(UBTService_ScopedTag) == 0x000080, "Wrong size on UBTService_ScopedTag"); \ static_assert(offsetof(UBTService_ScopedTag, TagName) == 0x000070, "Member 'UBTService_ScopedTag::TagName' has a wrong offset!"); \ static_assert(offsetof(UBTService_ScopedTag, bAddUnique) == 0x000078, "Member 'UBTService_ScopedTag::bAddUnique' has a wrong offset!"); \ static_assert(offsetof(UBTService_ScopedTag, bRemoveAll) == 0x000079, "Member 'UBTService_ScopedTag::bRemoveAll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_InteractCognition \ static_assert(alignof(USceneActionState_InteractCognition) == 0x000008, "Wrong alignment on USceneActionState_InteractCognition"); \ static_assert(sizeof(USceneActionState_InteractCognition) == 0x0000A0, "Wrong size on USceneActionState_InteractCognition"); \ static_assert(offsetof(USceneActionState_InteractCognition, OwnedCognitionComponent) == 0x000070, "Member 'USceneActionState_InteractCognition::OwnedCognitionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablAllowWalkOffLedgesTaskScratchPad \ static_assert(alignof(UablAllowWalkOffLedgesTaskScratchPad) == 0x000008, "Wrong alignment on UablAllowWalkOffLedgesTaskScratchPad"); \ static_assert(sizeof(UablAllowWalkOffLedgesTaskScratchPad) == 0x000028, "Wrong size on UablAllowWalkOffLedgesTaskScratchPad"); \ #define DUMPER7_ASSERTS_UablAllowWalkOffLedgesTask \ static_assert(alignof(UablAllowWalkOffLedgesTask) == 0x000008, "Wrong alignment on UablAllowWalkOffLedgesTask"); \ static_assert(sizeof(UablAllowWalkOffLedgesTask) == 0x000078, "Wrong size on UablAllowWalkOffLedgesTask"); \ static_assert(offsetof(UablAllowWalkOffLedgesTask, bAllowWalkOffLedges) == 0x000070, "Member 'UablAllowWalkOffLedgesTask::bAllowWalkOffLedges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimRateGetter_StealthMoveFwdLoop \ static_assert(alignof(UAblAnimRateGetter_StealthMoveFwdLoop) == 0x000008, "Wrong alignment on UAblAnimRateGetter_StealthMoveFwdLoop"); \ static_assert(sizeof(UAblAnimRateGetter_StealthMoveFwdLoop) == 0x000030, "Wrong size on UAblAnimRateGetter_StealthMoveFwdLoop"); \ static_assert(offsetof(UAblAnimRateGetter_StealthMoveFwdLoop, MinWadingAnimRate) == 0x000028, "Member 'UAblAnimRateGetter_StealthMoveFwdLoop::MinWadingAnimRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationAssetChooser_CreatureSlot \ static_assert(alignof(UAblAnimationAssetChooser_CreatureSlot) == 0x000008, "Wrong alignment on UAblAnimationAssetChooser_CreatureSlot"); \ static_assert(sizeof(UAblAnimationAssetChooser_CreatureSlot) == 0x000048, "Wrong size on UAblAnimationAssetChooser_CreatureSlot"); \ #define DUMPER7_ASSERTS_ICharacterShutdownProvider_Interface \ static_assert(alignof(ICharacterShutdownProvider_Interface) == 0x000001, "Wrong alignment on ICharacterShutdownProvider_Interface"); \ static_assert(sizeof(ICharacterShutdownProvider_Interface) == 0x000001, "Wrong size on ICharacterShutdownProvider_Interface"); \ #define DUMPER7_ASSERTS_UTurnAdjust_TargetDirectionGetter \ static_assert(alignof(UTurnAdjust_TargetDirectionGetter) == 0x000008, "Wrong alignment on UTurnAdjust_TargetDirectionGetter"); \ static_assert(sizeof(UTurnAdjust_TargetDirectionGetter) == 0x000028, "Wrong size on UTurnAdjust_TargetDirectionGetter"); \ #define DUMPER7_ASSERTS_UTurnAdjust_ClimbingLadderDirectionGetter \ static_assert(alignof(UTurnAdjust_ClimbingLadderDirectionGetter) == 0x000008, "Wrong alignment on UTurnAdjust_ClimbingLadderDirectionGetter"); \ static_assert(sizeof(UTurnAdjust_ClimbingLadderDirectionGetter) == 0x000028, "Wrong size on UTurnAdjust_ClimbingLadderDirectionGetter"); \ #define DUMPER7_ASSERTS_UAblAnimationAssetChooser_WorldEvent \ static_assert(alignof(UAblAnimationAssetChooser_WorldEvent) == 0x000008, "Wrong alignment on UAblAnimationAssetChooser_WorldEvent"); \ static_assert(sizeof(UAblAnimationAssetChooser_WorldEvent) == 0x000048, "Wrong size on UAblAnimationAssetChooser_WorldEvent"); \ #define DUMPER7_ASSERTS_UAblAppendToBaseChooser_NpcReactMunitionCheck \ static_assert(alignof(UAblAppendToBaseChooser_NpcReactMunitionCheck) == 0x000008, "Wrong alignment on UAblAppendToBaseChooser_NpcReactMunitionCheck"); \ static_assert(sizeof(UAblAppendToBaseChooser_NpcReactMunitionCheck) == 0x000078, "Wrong size on UAblAppendToBaseChooser_NpcReactMunitionCheck"); \ static_assert(offsetof(UAblAppendToBaseChooser_NpcReactMunitionCheck, MunitionAssetsToFind) == 0x000028, "Member 'UAblAppendToBaseChooser_NpcReactMunitionCheck::MunitionAssetsToFind' has a wrong offset!"); \ static_assert(offsetof(UAblAppendToBaseChooser_NpcReactMunitionCheck, MunitionTagsToFind) == 0x000038, "Member 'UAblAppendToBaseChooser_NpcReactMunitionCheck::MunitionTagsToFind' has a wrong offset!"); \ static_assert(offsetof(UAblAppendToBaseChooser_NpcReactMunitionCheck, AnimationTagsToAppend) == 0x000058, "Member 'UAblAppendToBaseChooser_NpcReactMunitionCheck::AnimationTagsToAppend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlightAnimationComponent \ static_assert(alignof(UFlightAnimationComponent) == 0x000008, "Wrong alignment on UFlightAnimationComponent"); \ static_assert(sizeof(UFlightAnimationComponent) == 0x000130, "Wrong size on UFlightAnimationComponent"); \ static_assert(offsetof(UFlightAnimationComponent, RootBone) == 0x0000D0, "Member 'UFlightAnimationComponent::RootBone' has a wrong offset!"); \ static_assert(offsetof(UFlightAnimationComponent, NeckBone) == 0x0000E0, "Member 'UFlightAnimationComponent::NeckBone' has a wrong offset!"); \ static_assert(offsetof(UFlightAnimationComponent, MinLiftSpeedPercent) == 0x0000F0, "Member 'UFlightAnimationComponent::MinLiftSpeedPercent' has a wrong offset!"); \ static_assert(offsetof(UFlightAnimationComponent, MaxLiftSpeedPercent) == 0x0000F4, "Member 'UFlightAnimationComponent::MaxLiftSpeedPercent' has a wrong offset!"); \ static_assert(offsetof(UFlightAnimationComponent, MaxLiftAngle) == 0x0000F8, "Member 'UFlightAnimationComponent::MaxLiftAngle' has a wrong offset!"); \ static_assert(offsetof(UFlightAnimationComponent, MaxNeckRollAngle) == 0x0000FC, "Member 'UFlightAnimationComponent::MaxNeckRollAngle' has a wrong offset!"); \ static_assert(offsetof(UFlightAnimationComponent, MinAccelerationPercent) == 0x000100, "Member 'UFlightAnimationComponent::MinAccelerationPercent' has a wrong offset!"); \ static_assert(offsetof(UFlightAnimationComponent, MaxAnimRate) == 0x000104, "Member 'UFlightAnimationComponent::MaxAnimRate' has a wrong offset!"); \ static_assert(offsetof(UFlightAnimationComponent, MaxAccelerationPercent) == 0x000108, "Member 'UFlightAnimationComponent::MaxAccelerationPercent' has a wrong offset!"); \ static_assert(offsetof(UFlightAnimationComponent, MinVelocityPercent) == 0x00010C, "Member 'UFlightAnimationComponent::MinVelocityPercent' has a wrong offset!"); \ static_assert(offsetof(UFlightAnimationComponent, MaxGlideTime) == 0x000110, "Member 'UFlightAnimationComponent::MaxGlideTime' has a wrong offset!"); \ static_assert(offsetof(UFlightAnimationComponent, MinGlideResetTime) == 0x000114, "Member 'UFlightAnimationComponent::MinGlideResetTime' has a wrong offset!"); \ static_assert(offsetof(UFlightAnimationComponent, GlideTimeDescentSpeedThreshold) == 0x000118, "Member 'UFlightAnimationComponent::GlideTimeDescentSpeedThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPC_PerceptionChoice \ static_assert(alignof(UNPC_PerceptionChoice) == 0x000008, "Wrong alignment on UNPC_PerceptionChoice"); \ static_assert(sizeof(UNPC_PerceptionChoice) == 0x000028, "Wrong size on UNPC_PerceptionChoice"); \ #define DUMPER7_ASSERTS_UEnemy_PerceptionChoice \ static_assert(alignof(UEnemy_PerceptionChoice) == 0x000008, "Wrong alignment on UEnemy_PerceptionChoice"); \ static_assert(sizeof(UEnemy_PerceptionChoice) == 0x000028, "Wrong size on UEnemy_PerceptionChoice"); \ #define DUMPER7_ASSERTS_UCompanion_PerceptionChoice \ static_assert(alignof(UCompanion_PerceptionChoice) == 0x000008, "Wrong alignment on UCompanion_PerceptionChoice"); \ static_assert(sizeof(UCompanion_PerceptionChoice) == 0x000028, "Wrong size on UCompanion_PerceptionChoice"); \ #define DUMPER7_ASSERTS_UAblAnimationModifier_Flight \ static_assert(alignof(UAblAnimationModifier_Flight) == 0x000008, "Wrong alignment on UAblAnimationModifier_Flight"); \ static_assert(sizeof(UAblAnimationModifier_Flight) == 0x000028, "Wrong size on UAblAnimationModifier_Flight"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarLerpVolumeActor \ static_assert(alignof(UFXAutoTriggerScalarLerpVolumeActor) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarLerpVolumeActor"); \ static_assert(sizeof(UFXAutoTriggerScalarLerpVolumeActor) == 0x000030, "Wrong size on UFXAutoTriggerScalarLerpVolumeActor"); \ static_assert(offsetof(UFXAutoTriggerScalarLerpVolumeActor, LerpVolumesScalar) == 0x000028, "Member 'UFXAutoTriggerScalarLerpVolumeActor::LerpVolumesScalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_Creature_Stance \ static_assert(alignof(UBTDecorator_Creature_Stance) == 0x000008, "Wrong alignment on UBTDecorator_Creature_Stance"); \ static_assert(sizeof(UBTDecorator_Creature_Stance) == 0x0000C0, "Wrong size on UBTDecorator_Creature_Stance"); \ static_assert(offsetof(UBTDecorator_Creature_Stance, Stances) == 0x000068, "Member 'UBTDecorator_Creature_Stance::Stances' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Creature_Stance, bAllowStanceTransition) == 0x0000B8, "Member 'UBTDecorator_Creature_Stance::bAllowStanceTransition' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Creature_Stance, bAllowIdleVariation) == 0x0000B9, "Member 'UBTDecorator_Creature_Stance::bAllowIdleVariation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablAttackHitboxTask \ static_assert(alignof(UablAttackHitboxTask) == 0x000008, "Wrong alignment on UablAttackHitboxTask"); \ static_assert(sizeof(UablAttackHitboxTask) == 0x0000D8, "Wrong size on UablAttackHitboxTask"); \ static_assert(offsetof(UablAttackHitboxTask, MunitionType) == 0x000070, "Member 'UablAttackHitboxTask::MunitionType' has a wrong offset!"); \ static_assert(offsetof(UablAttackHitboxTask, MunitionImpactType) == 0x000078, "Member 'UablAttackHitboxTask::MunitionImpactType' has a wrong offset!"); \ static_assert(offsetof(UablAttackHitboxTask, MunitionTagContainer) == 0x000080, "Member 'UablAttackHitboxTask::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(UablAttackHitboxTask, MunitionDataAsset) == 0x0000A0, "Member 'UablAttackHitboxTask::MunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(UablAttackHitboxTask, HitboxLocation) == 0x0000A8, "Member 'UablAttackHitboxTask::HitboxLocation' has a wrong offset!"); \ static_assert(offsetof(UablAttackHitboxTask, bAttachToSocket) == 0x0000D0, "Member 'UablAttackHitboxTask::bAttachToSocket' has a wrong offset!"); \ static_assert(offsetof(UablAttackHitboxTask, bNotifyParrySystem) == 0x0000D1, "Member 'UablAttackHitboxTask::bNotifyParrySystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationModifier_MountRider \ static_assert(alignof(UAblAnimationModifier_MountRider) == 0x000008, "Wrong alignment on UAblAnimationModifier_MountRider"); \ static_assert(sizeof(UAblAnimationModifier_MountRider) == 0x000028, "Wrong size on UAblAnimationModifier_MountRider"); \ #define DUMPER7_ASSERTS_UablWandCastComboNextTask \ static_assert(alignof(UablWandCastComboNextTask) == 0x000008, "Wrong alignment on UablWandCastComboNextTask"); \ static_assert(sizeof(UablWandCastComboNextTask) == 0x0000B8, "Wrong size on UablWandCastComboNextTask"); \ static_assert(offsetof(UablWandCastComboNextTask, ComboType) == 0x000070, "Member 'UablWandCastComboNextTask::ComboType' has a wrong offset!"); \ static_assert(offsetof(UablWandCastComboNextTask, NextComboAbility) == 0x000078, "Member 'UablWandCastComboNextTask::NextComboAbility' has a wrong offset!"); \ static_assert(offsetof(UablWandCastComboNextTask, PerksRequiredForPauseCombo) == 0x000080, "Member 'UablWandCastComboNextTask::PerksRequiredForPauseCombo' has a wrong offset!"); \ static_assert(offsetof(UablWandCastComboNextTask, PauseComboAbility) == 0x0000A0, "Member 'UablWandCastComboNextTask::PauseComboAbility' has a wrong offset!"); \ static_assert(offsetof(UablWandCastComboNextTask, FinisherAtFrame) == 0x0000A8, "Member 'UablWandCastComboNextTask::FinisherAtFrame' has a wrong offset!"); \ static_assert(offsetof(UablWandCastComboNextTask, ResetAtFrame) == 0x0000AC, "Member 'UablWandCastComboNextTask::ResetAtFrame' has a wrong offset!"); \ static_assert(offsetof(UablWandCastComboNextTask, NextLightComboAbility) == 0x0000B0, "Member 'UablWandCastComboNextTask::NextLightComboAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimMetaDataNPCStrafe \ static_assert(alignof(UAnimMetaDataNPCStrafe) == 0x000008, "Wrong alignment on UAnimMetaDataNPCStrafe"); \ static_assert(sizeof(UAnimMetaDataNPCStrafe) == 0x0000B0, "Wrong size on UAnimMetaDataNPCStrafe"); \ static_assert(offsetof(UAnimMetaDataNPCStrafe, BlendInputToHipRotationCurve) == 0x000028, "Member 'UAnimMetaDataNPCStrafe::BlendInputToHipRotationCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAppendToBaseChooser_WeaponState \ static_assert(alignof(UAblAppendToBaseChooser_WeaponState) == 0x000008, "Wrong alignment on UAblAppendToBaseChooser_WeaponState"); \ static_assert(sizeof(UAblAppendToBaseChooser_WeaponState) == 0x000028, "Wrong size on UAblAppendToBaseChooser_WeaponState"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_Helper_GetBTTBipedTalkSceneRig \ static_assert(alignof(BTT_Biped_Talk_Helper_GetBTTBipedTalkSceneRig) == 0x000008, "Wrong alignment on BTT_Biped_Talk_Helper_GetBTTBipedTalkSceneRig"); \ static_assert(sizeof(BTT_Biped_Talk_Helper_GetBTTBipedTalkSceneRig) == 0x000008, "Wrong size on BTT_Biped_Talk_Helper_GetBTTBipedTalkSceneRig"); \ static_assert(offsetof(BTT_Biped_Talk_Helper_GetBTTBipedTalkSceneRig, ReturnValue) == 0x000000, "Member 'BTT_Biped_Talk_Helper_GetBTTBipedTalkSceneRig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Talk_Helper \ static_assert(alignof(UBTT_Biped_Talk_Helper) == 0x000008, "Wrong alignment on UBTT_Biped_Talk_Helper"); \ static_assert(sizeof(UBTT_Biped_Talk_Helper) == 0x000028, "Wrong size on UBTT_Biped_Talk_Helper"); \ #define DUMPER7_ASSERTS_UAblAnimationModifier_NPCStrafe \ static_assert(alignof(UAblAnimationModifier_NPCStrafe) == 0x000008, "Wrong alignment on UAblAnimationModifier_NPCStrafe"); \ static_assert(sizeof(UAblAnimationModifier_NPCStrafe) == 0x000028, "Wrong size on UAblAnimationModifier_NPCStrafe"); \ #define DUMPER7_ASSERTS_UAblAnimationModifier_ParryAdvance \ static_assert(alignof(UAblAnimationModifier_ParryAdvance) == 0x000008, "Wrong alignment on UAblAnimationModifier_ParryAdvance"); \ static_assert(sizeof(UAblAnimationModifier_ParryAdvance) == 0x000028, "Wrong size on UAblAnimationModifier_ParryAdvance"); \ #define DUMPER7_ASSERTS_USceneAction_ClothCollision \ static_assert(alignof(USceneAction_ClothCollision) == 0x000008, "Wrong alignment on USceneAction_ClothCollision"); \ static_assert(sizeof(USceneAction_ClothCollision) == 0x0000B0, "Wrong size on USceneAction_ClothCollision"); \ static_assert(offsetof(USceneAction_ClothCollision, CollisionActor) == 0x0000A0, "Member 'USceneAction_ClothCollision::CollisionActor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothCollision, PhysicsAsset) == 0x0000A8, "Member 'USceneAction_ClothCollision::PhysicsAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAppendToBaseChooser_InAir \ static_assert(alignof(UAblAppendToBaseChooser_InAir) == 0x000008, "Wrong alignment on UAblAppendToBaseChooser_InAir"); \ static_assert(sizeof(UAblAppendToBaseChooser_InAir) == 0x000030, "Wrong size on UAblAppendToBaseChooser_InAir"); \ #define DUMPER7_ASSERTS_QuadrupedSpineComponent_GetInterpTimeAtSpeed \ static_assert(alignof(QuadrupedSpineComponent_GetInterpTimeAtSpeed) == 0x000008, "Wrong alignment on QuadrupedSpineComponent_GetInterpTimeAtSpeed"); \ static_assert(sizeof(QuadrupedSpineComponent_GetInterpTimeAtSpeed) == 0x000010, "Wrong size on QuadrupedSpineComponent_GetInterpTimeAtSpeed"); \ static_assert(offsetof(QuadrupedSpineComponent_GetInterpTimeAtSpeed, InSpineComponent) == 0x000000, "Member 'QuadrupedSpineComponent_GetInterpTimeAtSpeed::InSpineComponent' has a wrong offset!"); \ static_assert(offsetof(QuadrupedSpineComponent_GetInterpTimeAtSpeed, InNormalizedSpeed) == 0x000008, "Member 'QuadrupedSpineComponent_GetInterpTimeAtSpeed::InNormalizedSpeed' has a wrong offset!"); \ static_assert(offsetof(QuadrupedSpineComponent_GetInterpTimeAtSpeed, ReturnValue) == 0x00000C, "Member 'QuadrupedSpineComponent_GetInterpTimeAtSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQuadrupedSpineComponent \ static_assert(alignof(UQuadrupedSpineComponent) == 0x000010, "Wrong alignment on UQuadrupedSpineComponent"); \ static_assert(sizeof(UQuadrupedSpineComponent) == 0x0003C0, "Wrong size on UQuadrupedSpineComponent"); \ static_assert(offsetof(UQuadrupedSpineComponent, bAffectPose) == 0x0000D0, "Member 'UQuadrupedSpineComponent::bAffectPose' has a wrong offset!"); \ static_assert(offsetof(UQuadrupedSpineComponent, NeckChain) == 0x0000D8, "Member 'UQuadrupedSpineComponent::NeckChain' has a wrong offset!"); \ static_assert(offsetof(UQuadrupedSpineComponent, SpineChain) == 0x000110, "Member 'UQuadrupedSpineComponent::SpineChain' has a wrong offset!"); \ static_assert(offsetof(UQuadrupedSpineComponent, TailChain) == 0x000148, "Member 'UQuadrupedSpineComponent::TailChain' has a wrong offset!"); \ static_assert(offsetof(UQuadrupedSpineComponent, RebaseBones) == 0x000180, "Member 'UQuadrupedSpineComponent::RebaseBones' has a wrong offset!"); \ static_assert(offsetof(UQuadrupedSpineComponent, SpineInterpTime) == 0x000190, "Member 'UQuadrupedSpineComponent::SpineInterpTime' has a wrong offset!"); \ static_assert(offsetof(UQuadrupedSpineComponent, SpeedToSpineInterpTimeMultiplier) == 0x000198, "Member 'UQuadrupedSpineComponent::SpeedToSpineInterpTimeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UQuadrupedSpineComponent, SpeedToTurnRateMultiplier) == 0x000220, "Member 'UQuadrupedSpineComponent::SpeedToTurnRateMultiplier' has a wrong offset!"); \ static_assert(offsetof(UQuadrupedSpineComponent, TurningFactor) == 0x0002A8, "Member 'UQuadrupedSpineComponent::TurningFactor' has a wrong offset!"); \ static_assert(offsetof(UQuadrupedSpineComponent, SpeedToTurningFactor) == 0x0002B0, "Member 'UQuadrupedSpineComponent::SpeedToTurningFactor' has a wrong offset!"); \ static_assert(offsetof(UQuadrupedSpineComponent, BlendDurationIntoRootMotionAnim) == 0x000338, "Member 'UQuadrupedSpineComponent::BlendDurationIntoRootMotionAnim' has a wrong offset!"); \ static_assert(offsetof(UQuadrupedSpineComponent, BlendDurationOutOfRootMotionAnim) == 0x00033C, "Member 'UQuadrupedSpineComponent::BlendDurationOutOfRootMotionAnim' has a wrong offset!"); \ static_assert(offsetof(UQuadrupedSpineComponent, RootMotionAngleRemainingToStartBlendingIntoBent) == 0x000340, "Member 'UQuadrupedSpineComponent::RootMotionAngleRemainingToStartBlendingIntoBent' has a wrong offset!"); \ static_assert(offsetof(UQuadrupedSpineComponent, RootMotionModifier) == 0x000350, "Member 'UQuadrupedSpineComponent::RootMotionModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblZeroVelocity \ static_assert(alignof(UAblZeroVelocity) == 0x000008, "Wrong alignment on UAblZeroVelocity"); \ static_assert(sizeof(UAblZeroVelocity) == 0x000078, "Wrong size on UAblZeroVelocity"); \ static_assert(offsetof(UAblZeroVelocity, bZeroLinearVelocity) == 0x000070, "Member 'UAblZeroVelocity::bZeroLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(UAblZeroVelocity, bZeroAngularVelocity) == 0x000071, "Member 'UAblZeroVelocity::bZeroAngularVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_QuadrupedSpine \ static_assert(alignof(URootMotionModifier_QuadrupedSpine) == 0x000008, "Wrong alignment on URootMotionModifier_QuadrupedSpine"); \ static_assert(sizeof(URootMotionModifier_QuadrupedSpine) == 0x000060, "Wrong size on URootMotionModifier_QuadrupedSpine"); \ #define DUMPER7_ASSERTS_USceneActionState_AkAudioState \ static_assert(alignof(USceneActionState_AkAudioState) == 0x000008, "Wrong alignment on USceneActionState_AkAudioState"); \ static_assert(sizeof(USceneActionState_AkAudioState) == 0x000060, "Wrong size on USceneActionState_AkAudioState"); \ static_assert(offsetof(USceneActionState_AkAudioState, AkAudioStateData) == 0x000050, "Member 'USceneActionState_AkAudioState::AkAudioStateData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablAttackCollisionTask \ static_assert(alignof(UablAttackCollisionTask) == 0x000008, "Wrong alignment on UablAttackCollisionTask"); \ static_assert(sizeof(UablAttackCollisionTask) == 0x000078, "Wrong size on UablAttackCollisionTask"); \ static_assert(offsetof(UablAttackCollisionTask, CollisionType) == 0x000070, "Member 'UablAttackCollisionTask::CollisionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_QuadrupedSpine \ static_assert(alignof(URootMotionModifierProperties_QuadrupedSpine) == 0x000008, "Wrong alignment on URootMotionModifierProperties_QuadrupedSpine"); \ static_assert(sizeof(URootMotionModifierProperties_QuadrupedSpine) == 0x000030, "Wrong size on URootMotionModifierProperties_QuadrupedSpine"); \ #define DUMPER7_ASSERTS_InventoryItemTool_ComputeVelocityToTarget \ static_assert(alignof(InventoryItemTool_ComputeVelocityToTarget) == 0x000008, "Wrong alignment on InventoryItemTool_ComputeVelocityToTarget"); \ static_assert(sizeof(InventoryItemTool_ComputeVelocityToTarget) == 0x000020, "Wrong size on InventoryItemTool_ComputeVelocityToTarget"); \ static_assert(offsetof(InventoryItemTool_ComputeVelocityToTarget, ProjectileActor) == 0x000000, "Member 'InventoryItemTool_ComputeVelocityToTarget::ProjectileActor' has a wrong offset!"); \ static_assert(offsetof(InventoryItemTool_ComputeVelocityToTarget, Time) == 0x000008, "Member 'InventoryItemTool_ComputeVelocityToTarget::Time' has a wrong offset!"); \ static_assert(offsetof(InventoryItemTool_ComputeVelocityToTarget, MinSpeed) == 0x00000C, "Member 'InventoryItemTool_ComputeVelocityToTarget::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(InventoryItemTool_ComputeVelocityToTarget, MaxSpeed) == 0x000010, "Member 'InventoryItemTool_ComputeVelocityToTarget::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(InventoryItemTool_ComputeVelocityToTarget, ReturnValue) == 0x000014, "Member 'InventoryItemTool_ComputeVelocityToTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryItemTool_ConsumeItem \ static_assert(alignof(InventoryItemTool_ConsumeItem) == 0x000001, "Wrong alignment on InventoryItemTool_ConsumeItem"); \ static_assert(sizeof(InventoryItemTool_ConsumeItem) == 0x000001, "Wrong size on InventoryItemTool_ConsumeItem"); \ static_assert(offsetof(InventoryItemTool_ConsumeItem, ReturnValue) == 0x000000, "Member 'InventoryItemTool_ConsumeItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryItemTool_GetLeftArmState \ static_assert(alignof(InventoryItemTool_GetLeftArmState) == 0x000004, "Wrong alignment on InventoryItemTool_GetLeftArmState"); \ static_assert(sizeof(InventoryItemTool_GetLeftArmState) == 0x00000C, "Wrong size on InventoryItemTool_GetLeftArmState"); \ static_assert(offsetof(InventoryItemTool_GetLeftArmState, Mechanic) == 0x000000, "Member 'InventoryItemTool_GetLeftArmState::Mechanic' has a wrong offset!"); \ static_assert(offsetof(InventoryItemTool_GetLeftArmState, ReturnValue) == 0x000008, "Member 'InventoryItemTool_GetLeftArmState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryItemTool_ItemEvent \ static_assert(alignof(InventoryItemTool_ItemEvent) == 0x000004, "Wrong alignment on InventoryItemTool_ItemEvent"); \ static_assert(sizeof(InventoryItemTool_ItemEvent) == 0x000008, "Wrong size on InventoryItemTool_ItemEvent"); \ static_assert(offsetof(InventoryItemTool_ItemEvent, EventName) == 0x000000, "Member 'InventoryItemTool_ItemEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryItemTool_ItemHasCustomAnimation \ static_assert(alignof(InventoryItemTool_ItemHasCustomAnimation) == 0x000001, "Wrong alignment on InventoryItemTool_ItemHasCustomAnimation"); \ static_assert(sizeof(InventoryItemTool_ItemHasCustomAnimation) == 0x000001, "Wrong size on InventoryItemTool_ItemHasCustomAnimation"); \ static_assert(offsetof(InventoryItemTool_ItemHasCustomAnimation, ReturnValue) == 0x000000, "Member 'InventoryItemTool_ItemHasCustomAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryItemTool_OnHidden \ static_assert(alignof(InventoryItemTool_OnHidden) == 0x000001, "Wrong alignment on InventoryItemTool_OnHidden"); \ static_assert(sizeof(InventoryItemTool_OnHidden) == 0x000001, "Wrong size on InventoryItemTool_OnHidden"); \ static_assert(offsetof(InventoryItemTool_OnHidden, bFlag) == 0x000000, "Member 'InventoryItemTool_OnHidden::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryItemTool_SetSpeedBasedOnDistance \ static_assert(alignof(InventoryItemTool_SetSpeedBasedOnDistance) == 0x000008, "Wrong alignment on InventoryItemTool_SetSpeedBasedOnDistance"); \ static_assert(sizeof(InventoryItemTool_SetSpeedBasedOnDistance) == 0x000018, "Wrong size on InventoryItemTool_SetSpeedBasedOnDistance"); \ static_assert(offsetof(InventoryItemTool_SetSpeedBasedOnDistance, Munition) == 0x000000, "Member 'InventoryItemTool_SetSpeedBasedOnDistance::Munition' has a wrong offset!"); \ static_assert(offsetof(InventoryItemTool_SetSpeedBasedOnDistance, Time) == 0x000008, "Member 'InventoryItemTool_SetSpeedBasedOnDistance::Time' has a wrong offset!"); \ static_assert(offsetof(InventoryItemTool_SetSpeedBasedOnDistance, MinSpeed) == 0x00000C, "Member 'InventoryItemTool_SetSpeedBasedOnDistance::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(InventoryItemTool_SetSpeedBasedOnDistance, MaxSpeed) == 0x000010, "Member 'InventoryItemTool_SetSpeedBasedOnDistance::MaxSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryItemTool_SpawnInventoryObject \ static_assert(alignof(InventoryItemTool_SpawnInventoryObject) == 0x000001, "Wrong alignment on InventoryItemTool_SpawnInventoryObject"); \ static_assert(sizeof(InventoryItemTool_SpawnInventoryObject) == 0x000001, "Wrong size on InventoryItemTool_SpawnInventoryObject"); \ static_assert(offsetof(InventoryItemTool_SpawnInventoryObject, bFlag) == 0x000000, "Member 'InventoryItemTool_SpawnInventoryObject::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryItemTool_SpawnMunition \ static_assert(alignof(InventoryItemTool_SpawnMunition) == 0x000008, "Wrong alignment on InventoryItemTool_SpawnMunition"); \ static_assert(sizeof(InventoryItemTool_SpawnMunition) == 0x000020, "Wrong size on InventoryItemTool_SpawnMunition"); \ static_assert(offsetof(InventoryItemTool_SpawnMunition, MunitionClass) == 0x000000, "Member 'InventoryItemTool_SpawnMunition::MunitionClass' has a wrong offset!"); \ static_assert(offsetof(InventoryItemTool_SpawnMunition, SourceLocation) == 0x000008, "Member 'InventoryItemTool_SpawnMunition::SourceLocation' has a wrong offset!"); \ static_assert(offsetof(InventoryItemTool_SpawnMunition, ReturnValue) == 0x000018, "Member 'InventoryItemTool_SpawnMunition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryItemTool_GetCharacter \ static_assert(alignof(InventoryItemTool_GetCharacter) == 0x000008, "Wrong alignment on InventoryItemTool_GetCharacter"); \ static_assert(sizeof(InventoryItemTool_GetCharacter) == 0x000008, "Wrong size on InventoryItemTool_GetCharacter"); \ static_assert(offsetof(InventoryItemTool_GetCharacter, ReturnValue) == 0x000000, "Member 'InventoryItemTool_GetCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryItemTool_GetInventoryItemToolRecord \ static_assert(alignof(InventoryItemTool_GetInventoryItemToolRecord) == 0x000008, "Wrong alignment on InventoryItemTool_GetInventoryItemToolRecord"); \ static_assert(sizeof(InventoryItemTool_GetInventoryItemToolRecord) == 0x000008, "Wrong size on InventoryItemTool_GetInventoryItemToolRecord"); \ static_assert(offsetof(InventoryItemTool_GetInventoryItemToolRecord, ReturnValue) == 0x000000, "Member 'InventoryItemTool_GetInventoryItemToolRecord::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AInventoryItemTool \ static_assert(alignof(AInventoryItemTool) == 0x000008, "Wrong alignment on AInventoryItemTool"); \ static_assert(sizeof(AInventoryItemTool) == 0x000430, "Wrong size on AInventoryItemTool"); \ static_assert(offsetof(AInventoryItemTool, InventoryResult) == 0x0002E0, "Member 'AInventoryItemTool::InventoryResult' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, ItemProperties) == 0x000368, "Member 'AInventoryItemTool::ItemProperties' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, bTriggerAbilityOnConsume) == 0x0003D4, "Member 'AInventoryItemTool::bTriggerAbilityOnConsume' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, CustomAbilityName) == 0x0003D8, "Member 'AInventoryItemTool::CustomAbilityName' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, UseItemAbility) == 0x0003E0, "Member 'AInventoryItemTool::UseItemAbility' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, EquipItemAbility) == 0x0003E8, "Member 'AInventoryItemTool::EquipItemAbility' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, HoldItemAbility) == 0x0003F0, "Member 'AInventoryItemTool::HoldItemAbility' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, HandOnlyItemAbility) == 0x0003F8, "Member 'AInventoryItemTool::HandOnlyItemAbility' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, LeftArmState) == 0x000400, "Member 'AInventoryItemTool::LeftArmState' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, RightArmState) == 0x000401, "Member 'AInventoryItemTool::RightArmState' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, HeadTrackingState) == 0x000402, "Member 'AInventoryItemTool::HeadTrackingState' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, bDisableRiderHandIK) == 0x000403, "Member 'AInventoryItemTool::bDisableRiderHandIK' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, MinUsageTime) == 0x000404, "Member 'AInventoryItemTool::MinUsageTime' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, MaxUsageTime) == 0x000408, "Member 'AInventoryItemTool::MaxUsageTime' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, UnEquipTimer) == 0x00040C, "Member 'AInventoryItemTool::UnEquipTimer' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, bStartUnequipTimerOnConsume) == 0x000410, "Member 'AInventoryItemTool::bStartUnequipTimerOnConsume' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, bAllowUseWhenCountIsZero) == 0x000411, "Member 'AInventoryItemTool::bAllowUseWhenCountIsZero' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, bIgnoresTargets) == 0x000412, "Member 'AInventoryItemTool::bIgnoresTargets' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, bHideWhenDepleted) == 0x000413, "Member 'AInventoryItemTool::bHideWhenDepleted' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, ContextToSet) == 0x000414, "Member 'AInventoryItemTool::ContextToSet' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, bUseItemOnEndSelection) == 0x00041C, "Member 'AInventoryItemTool::bUseItemOnEndSelection' has a wrong offset!"); \ static_assert(offsetof(AInventoryItemTool, bHasCustomAnimation) == 0x00041D, "Member 'AInventoryItemTool::bHasCustomAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AConsumablePotionItemTool \ static_assert(alignof(AConsumablePotionItemTool) == 0x000008, "Wrong alignment on AConsumablePotionItemTool"); \ static_assert(sizeof(AConsumablePotionItemTool) == 0x000488, "Wrong size on AConsumablePotionItemTool"); \ static_assert(offsetof(AConsumablePotionItemTool, PotionMesh) == 0x000430, "Member 'AConsumablePotionItemTool::PotionMesh' has a wrong offset!"); \ static_assert(offsetof(AConsumablePotionItemTool, LiquidParticleSystem) == 0x000438, "Member 'AConsumablePotionItemTool::LiquidParticleSystem' has a wrong offset!"); \ static_assert(offsetof(AConsumablePotionItemTool, LiquidDrainTime) == 0x000440, "Member 'AConsumablePotionItemTool::LiquidDrainTime' has a wrong offset!"); \ static_assert(offsetof(AConsumablePotionItemTool, PotionConsumeVFX) == 0x000448, "Member 'AConsumablePotionItemTool::PotionConsumeVFX' has a wrong offset!"); \ static_assert(offsetof(AConsumablePotionItemTool, NiagaraPotionConsumeVFX) == 0x000450, "Member 'AConsumablePotionItemTool::NiagaraPotionConsumeVFX' has a wrong offset!"); \ static_assert(offsetof(AConsumablePotionItemTool, VFXBoneAttachmentName) == 0x000458, "Member 'AConsumablePotionItemTool::VFXBoneAttachmentName' has a wrong offset!"); \ static_assert(offsetof(AConsumablePotionItemTool, PotionConsumeNiagaraComponent) == 0x000460, "Member 'AConsumablePotionItemTool::PotionConsumeNiagaraComponent' has a wrong offset!"); \ static_assert(offsetof(AConsumablePotionItemTool, PotionBottlePhysicsClass) == 0x000468, "Member 'AConsumablePotionItemTool::PotionBottlePhysicsClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimMetaDataQuadrupedSpine \ static_assert(alignof(UAnimMetaDataQuadrupedSpine) == 0x000008, "Wrong alignment on UAnimMetaDataQuadrupedSpine"); \ static_assert(sizeof(UAnimMetaDataQuadrupedSpine) == 0x000250, "Wrong size on UAnimMetaDataQuadrupedSpine"); \ static_assert(offsetof(UAnimMetaDataQuadrupedSpine, bEnableSpineBending) == 0x000028, "Member 'UAnimMetaDataQuadrupedSpine::bEnableSpineBending' has a wrong offset!"); \ static_assert(offsetof(UAnimMetaDataQuadrupedSpine, SpineStartCurve) == 0x000030, "Member 'UAnimMetaDataQuadrupedSpine::SpineStartCurve' has a wrong offset!"); \ static_assert(offsetof(UAnimMetaDataQuadrupedSpine, SpineEndCurve) == 0x0000B8, "Member 'UAnimMetaDataQuadrupedSpine::SpineEndCurve' has a wrong offset!"); \ static_assert(offsetof(UAnimMetaDataQuadrupedSpine, TurnRateStartCurve) == 0x000140, "Member 'UAnimMetaDataQuadrupedSpine::TurnRateStartCurve' has a wrong offset!"); \ static_assert(offsetof(UAnimMetaDataQuadrupedSpine, TurnRateEndCurve) == 0x0001C8, "Member 'UAnimMetaDataQuadrupedSpine::TurnRateEndCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolGameLogicRequirement \ static_assert(alignof(UFXAutoTriggerBoolGameLogicRequirement) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolGameLogicRequirement"); \ static_assert(sizeof(UFXAutoTriggerBoolGameLogicRequirement) == 0x000030, "Wrong size on UFXAutoTriggerBoolGameLogicRequirement"); \ static_assert(offsetof(UFXAutoTriggerBoolGameLogicRequirement, Requirement) == 0x000028, "Member 'UFXAutoTriggerBoolGameLogicRequirement::Requirement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDCustomLoopCount \ static_assert(alignof(UBTDCustomLoopCount) == 0x000008, "Wrong alignment on UBTDCustomLoopCount"); \ static_assert(sizeof(UBTDCustomLoopCount) == 0x000028, "Wrong size on UBTDCustomLoopCount"); \ #define DUMPER7_ASSERTS_UBTDCustomLoopCount_CreatureIdle_NumRestCycles \ static_assert(alignof(UBTDCustomLoopCount_CreatureIdle_NumRestCycles) == 0x000008, "Wrong alignment on UBTDCustomLoopCount_CreatureIdle_NumRestCycles"); \ static_assert(sizeof(UBTDCustomLoopCount_CreatureIdle_NumRestCycles) == 0x000028, "Wrong size on UBTDCustomLoopCount_CreatureIdle_NumRestCycles"); \ #define DUMPER7_ASSERTS_AblBlendSpaceParameterGetter_BodyLean_OnTeleport \ static_assert(alignof(AblBlendSpaceParameterGetter_BodyLean_OnTeleport) == 0x000008, "Wrong alignment on AblBlendSpaceParameterGetter_BodyLean_OnTeleport"); \ static_assert(sizeof(AblBlendSpaceParameterGetter_BodyLean_OnTeleport) == 0x000020, "Wrong size on AblBlendSpaceParameterGetter_BodyLean_OnTeleport"); \ static_assert(offsetof(AblBlendSpaceParameterGetter_BodyLean_OnTeleport, Character) == 0x000000, "Member 'AblBlendSpaceParameterGetter_BodyLean_OnTeleport::Character' has a wrong offset!"); \ static_assert(offsetof(AblBlendSpaceParameterGetter_BodyLean_OnTeleport, AmountDisplaced) == 0x000008, "Member 'AblBlendSpaceParameterGetter_BodyLean_OnTeleport::AmountDisplaced' has a wrong offset!"); \ static_assert(offsetof(AblBlendSpaceParameterGetter_BodyLean_OnTeleport, AmountRotated) == 0x000014, "Member 'AblBlendSpaceParameterGetter_BodyLean_OnTeleport::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_BodyLean \ static_assert(alignof(UAblBlendSpaceParameterGetter_BodyLean) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_BodyLean"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_BodyLean) == 0x000058, "Wrong size on UAblBlendSpaceParameterGetter_BodyLean"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_BodyLean, SpeedRange) == 0x000028, "Member 'UAblBlendSpaceParameterGetter_BodyLean::SpeedRange' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_BodyLean, BlendSpaceMaxRange) == 0x000030, "Member 'UAblBlendSpaceParameterGetter_BodyLean::BlendSpaceMaxRange' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_BodyLean, InterpSpeedRange) == 0x000038, "Member 'UAblBlendSpaceParameterGetter_BodyLean::InterpSpeedRange' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_BodyLean, bUseSpringInterp) == 0x000040, "Member 'UAblBlendSpaceParameterGetter_BodyLean::bUseSpringInterp' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_BodyLean, SpringHalflife) == 0x000044, "Member 'UAblBlendSpaceParameterGetter_BodyLean::SpringHalflife' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyStateOverrideCelestialPointOfInterestAlignToTransform \ static_assert(alignof(USkyStateOverrideCelestialPointOfInterestAlignToTransform) == 0x000008, "Wrong alignment on USkyStateOverrideCelestialPointOfInterestAlignToTransform"); \ static_assert(sizeof(USkyStateOverrideCelestialPointOfInterestAlignToTransform) == 0x000058, "Wrong size on USkyStateOverrideCelestialPointOfInterestAlignToTransform"); \ static_assert(offsetof(USkyStateOverrideCelestialPointOfInterestAlignToTransform, OrientTo) == 0x000050, "Member 'USkyStateOverrideCelestialPointOfInterestAlignToTransform::OrientTo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationModifier_QuadrupedSpine \ static_assert(alignof(UAblAnimationModifier_QuadrupedSpine) == 0x000008, "Wrong alignment on UAblAnimationModifier_QuadrupedSpine"); \ static_assert(sizeof(UAblAnimationModifier_QuadrupedSpine) == 0x000028, "Wrong size on UAblAnimationModifier_QuadrupedSpine"); \ #define DUMPER7_ASSERTS_SpellTool_BreaksShield \ static_assert(alignof(SpellTool_BreaksShield) == 0x000008, "Wrong alignment on SpellTool_BreaksShield"); \ static_assert(sizeof(SpellTool_BreaksShield) == 0x000030, "Wrong size on SpellTool_BreaksShield"); \ static_assert(offsetof(SpellTool_BreaksShield, Target) == 0x000000, "Member 'SpellTool_BreaksShield::Target' has a wrong offset!"); \ static_assert(offsetof(SpellTool_BreaksShield, InTagContainer) == 0x000008, "Member 'SpellTool_BreaksShield::InTagContainer' has a wrong offset!"); \ static_assert(offsetof(SpellTool_BreaksShield, ReturnValue) == 0x000028, "Member 'SpellTool_BreaksShield::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_ReassignBeamTarget \ static_assert(alignof(SpellTool_ReassignBeamTarget) == 0x000008, "Wrong alignment on SpellTool_ReassignBeamTarget"); \ static_assert(sizeof(SpellTool_ReassignBeamTarget) == 0x000010, "Wrong size on SpellTool_ReassignBeamTarget"); \ static_assert(offsetof(SpellTool_ReassignBeamTarget, CurrentActor) == 0x000000, "Member 'SpellTool_ReassignBeamTarget::CurrentActor' has a wrong offset!"); \ static_assert(offsetof(SpellTool_ReassignBeamTarget, NewComponent) == 0x000008, "Member 'SpellTool_ReassignBeamTarget::NewComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_CalculateCharacterDamage \ static_assert(alignof(SpellTool_CalculateCharacterDamage) == 0x000008, "Wrong alignment on SpellTool_CalculateCharacterDamage"); \ static_assert(sizeof(SpellTool_CalculateCharacterDamage) == 0x000010, "Wrong size on SpellTool_CalculateCharacterDamage"); \ static_assert(offsetof(SpellTool_CalculateCharacterDamage, InTarget) == 0x000000, "Member 'SpellTool_CalculateCharacterDamage::InTarget' has a wrong offset!"); \ static_assert(offsetof(SpellTool_CalculateCharacterDamage, OutWillKillTarget) == 0x000008, "Member 'SpellTool_CalculateCharacterDamage::OutWillKillTarget' has a wrong offset!"); \ static_assert(offsetof(SpellTool_CalculateCharacterDamage, ReturnValue) == 0x00000C, "Member 'SpellTool_CalculateCharacterDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_CreateImpactComponent \ static_assert(alignof(SpellTool_CreateImpactComponent) == 0x000008, "Wrong alignment on SpellTool_CreateImpactComponent"); \ static_assert(sizeof(SpellTool_CreateImpactComponent) == 0x000100, "Wrong size on SpellTool_CreateImpactComponent"); \ static_assert(offsetof(SpellTool_CreateImpactComponent, InTargetActor) == 0x000000, "Member 'SpellTool_CreateImpactComponent::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(SpellTool_CreateImpactComponent, InMunitionImpactData) == 0x000008, "Member 'SpellTool_CreateImpactComponent::InMunitionImpactData' has a wrong offset!"); \ static_assert(offsetof(SpellTool_CreateImpactComponent, ReturnValue) == 0x0000F8, "Member 'SpellTool_CreateImpactComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_EndToggleSpell \ static_assert(alignof(SpellTool_EndToggleSpell) == 0x000001, "Wrong alignment on SpellTool_EndToggleSpell"); \ static_assert(sizeof(SpellTool_EndToggleSpell) == 0x000001, "Wrong size on SpellTool_EndToggleSpell"); \ static_assert(offsetof(SpellTool_EndToggleSpell, bForcedExternally) == 0x000000, "Member 'SpellTool_EndToggleSpell::bForcedExternally' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_FireOnHitBySpell \ static_assert(alignof(SpellTool_FireOnHitBySpell) == 0x000008, "Wrong alignment on SpellTool_FireOnHitBySpell"); \ static_assert(sizeof(SpellTool_FireOnHitBySpell) == 0x0000C8, "Wrong size on SpellTool_FireOnHitBySpell"); \ static_assert(offsetof(SpellTool_FireOnHitBySpell, InTargetActor) == 0x000000, "Member 'SpellTool_FireOnHitBySpell::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(SpellTool_FireOnHitBySpell, InInstigator) == 0x000008, "Member 'SpellTool_FireOnHitBySpell::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellTool_FireOnHitBySpell, InMunitionTagContainer) == 0x000010, "Member 'SpellTool_FireOnHitBySpell::InMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(SpellTool_FireOnHitBySpell, HitResult) == 0x000030, "Member 'SpellTool_FireOnHitBySpell::HitResult' has a wrong offset!"); \ static_assert(offsetof(SpellTool_FireOnHitBySpell, ImpactDirection) == 0x0000B8, "Member 'SpellTool_FireOnHitBySpell::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_GetExecutionClassFromKeyWord \ static_assert(alignof(SpellTool_GetExecutionClassFromKeyWord) == 0x000008, "Wrong alignment on SpellTool_GetExecutionClassFromKeyWord"); \ static_assert(sizeof(SpellTool_GetExecutionClassFromKeyWord) == 0x000010, "Wrong size on SpellTool_GetExecutionClassFromKeyWord"); \ static_assert(offsetof(SpellTool_GetExecutionClassFromKeyWord, KeyWord) == 0x000000, "Member 'SpellTool_GetExecutionClassFromKeyWord::KeyWord' has a wrong offset!"); \ static_assert(offsetof(SpellTool_GetExecutionClassFromKeyWord, ReturnValue) == 0x000008, "Member 'SpellTool_GetExecutionClassFromKeyWord::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_OnAffectTarget \ static_assert(alignof(SpellTool_OnAffectTarget) == 0x000008, "Wrong alignment on SpellTool_OnAffectTarget"); \ static_assert(sizeof(SpellTool_OnAffectTarget) == 0x000018, "Wrong size on SpellTool_OnAffectTarget"); \ static_assert(offsetof(SpellTool_OnAffectTarget, Target) == 0x000000, "Member 'SpellTool_OnAffectTarget::Target' has a wrong offset!"); \ static_assert(offsetof(SpellTool_OnAffectTarget, Component) == 0x000008, "Member 'SpellTool_OnAffectTarget::Component' has a wrong offset!"); \ static_assert(offsetof(SpellTool_OnAffectTarget, bInTargetAffected) == 0x000010, "Member 'SpellTool_OnAffectTarget::bInTargetAffected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_OnCanAffectTarget \ static_assert(alignof(SpellTool_OnCanAffectTarget) == 0x000008, "Wrong alignment on SpellTool_OnCanAffectTarget"); \ static_assert(sizeof(SpellTool_OnCanAffectTarget) == 0x000010, "Wrong size on SpellTool_OnCanAffectTarget"); \ static_assert(offsetof(SpellTool_OnCanAffectTarget, Target) == 0x000000, "Member 'SpellTool_OnCanAffectTarget::Target' has a wrong offset!"); \ static_assert(offsetof(SpellTool_OnCanAffectTarget, bInCanAffectTarget) == 0x000008, "Member 'SpellTool_OnCanAffectTarget::bInCanAffectTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_OnCastSpell \ static_assert(alignof(SpellTool_OnCastSpell) == 0x000008, "Wrong alignment on SpellTool_OnCastSpell"); \ static_assert(sizeof(SpellTool_OnCastSpell) == 0x000020, "Wrong size on SpellTool_OnCastSpell"); \ static_assert(offsetof(SpellTool_OnCastSpell, Target) == 0x000000, "Member 'SpellTool_OnCastSpell::Target' has a wrong offset!"); \ static_assert(offsetof(SpellTool_OnCastSpell, Location) == 0x000008, "Member 'SpellTool_OnCastSpell::Location' has a wrong offset!"); \ static_assert(offsetof(SpellTool_OnCastSpell, MuzzleLocation) == 0x000014, "Member 'SpellTool_OnCastSpell::MuzzleLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_OnMunitionDestroyed \ static_assert(alignof(SpellTool_OnMunitionDestroyed) == 0x000008, "Wrong alignment on SpellTool_OnMunitionDestroyed"); \ static_assert(sizeof(SpellTool_OnMunitionDestroyed) == 0x000008, "Wrong size on SpellTool_OnMunitionDestroyed"); \ static_assert(offsetof(SpellTool_OnMunitionDestroyed, InMunitionInstance) == 0x000000, "Member 'SpellTool_OnMunitionDestroyed::InMunitionInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_OnMunitionFired \ static_assert(alignof(SpellTool_OnMunitionFired) == 0x000008, "Wrong alignment on SpellTool_OnMunitionFired"); \ static_assert(sizeof(SpellTool_OnMunitionFired) == 0x000040, "Wrong size on SpellTool_OnMunitionFired"); \ static_assert(offsetof(SpellTool_OnMunitionFired, Target) == 0x000000, "Member 'SpellTool_OnMunitionFired::Target' has a wrong offset!"); \ static_assert(offsetof(SpellTool_OnMunitionFired, TargetLocation) == 0x000008, "Member 'SpellTool_OnMunitionFired::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(SpellTool_OnMunitionFired, BaseMunition) == 0x000018, "Member 'SpellTool_OnMunitionFired::BaseMunition' has a wrong offset!"); \ static_assert(offsetof(SpellTool_OnMunitionFired, InMunitionTagContainer) == 0x000020, "Member 'SpellTool_OnMunitionFired::InMunitionTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_OnMunitionImpact \ static_assert(alignof(SpellTool_OnMunitionImpact) == 0x000008, "Wrong alignment on SpellTool_OnMunitionImpact"); \ static_assert(sizeof(SpellTool_OnMunitionImpact) == 0x0000F8, "Wrong size on SpellTool_OnMunitionImpact"); \ static_assert(offsetof(SpellTool_OnMunitionImpact, MunitionInstance) == 0x000000, "Member 'SpellTool_OnMunitionImpact::MunitionInstance' has a wrong offset!"); \ static_assert(offsetof(SpellTool_OnMunitionImpact, MunitionImpactData) == 0x000008, "Member 'SpellTool_OnMunitionImpact::MunitionImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_OnMunitionImpactDamage \ static_assert(alignof(SpellTool_OnMunitionImpactDamage) == 0x000008, "Wrong alignment on SpellTool_OnMunitionImpactDamage"); \ static_assert(sizeof(SpellTool_OnMunitionImpactDamage) == 0x0000F8, "Wrong size on SpellTool_OnMunitionImpactDamage"); \ static_assert(offsetof(SpellTool_OnMunitionImpactDamage, MunitionInstance) == 0x000000, "Member 'SpellTool_OnMunitionImpactDamage::MunitionInstance' has a wrong offset!"); \ static_assert(offsetof(SpellTool_OnMunitionImpactDamage, MunitionImpactData) == 0x000008, "Member 'SpellTool_OnMunitionImpactDamage::MunitionImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_OnMunitionOverlap \ static_assert(alignof(SpellTool_OnMunitionOverlap) == 0x000008, "Wrong alignment on SpellTool_OnMunitionOverlap"); \ static_assert(sizeof(SpellTool_OnMunitionOverlap) == 0x0000F8, "Wrong size on SpellTool_OnMunitionOverlap"); \ static_assert(offsetof(SpellTool_OnMunitionOverlap, MunitionInstance) == 0x000000, "Member 'SpellTool_OnMunitionOverlap::MunitionInstance' has a wrong offset!"); \ static_assert(offsetof(SpellTool_OnMunitionOverlap, MunitionImpactData) == 0x000008, "Member 'SpellTool_OnMunitionOverlap::MunitionImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_OnProtegoBlocked \ static_assert(alignof(SpellTool_OnProtegoBlocked) == 0x000008, "Wrong alignment on SpellTool_OnProtegoBlocked"); \ static_assert(sizeof(SpellTool_OnProtegoBlocked) == 0x0000A8, "Wrong size on SpellTool_OnProtegoBlocked"); \ static_assert(offsetof(SpellTool_OnProtegoBlocked, InMunitionInstance) == 0x000000, "Member 'SpellTool_OnProtegoBlocked::InMunitionInstance' has a wrong offset!"); \ static_assert(offsetof(SpellTool_OnProtegoBlocked, Target) == 0x000008, "Member 'SpellTool_OnProtegoBlocked::Target' has a wrong offset!"); \ static_assert(offsetof(SpellTool_OnProtegoBlocked, Hit) == 0x000010, "Member 'SpellTool_OnProtegoBlocked::Hit' has a wrong offset!"); \ static_assert(offsetof(SpellTool_OnProtegoBlocked, ImpactDirection) == 0x000098, "Member 'SpellTool_OnProtegoBlocked::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_OwnerHasStartedCasting \ static_assert(alignof(SpellTool_OwnerHasStartedCasting) == 0x000004, "Wrong alignment on SpellTool_OwnerHasStartedCasting"); \ static_assert(sizeof(SpellTool_OwnerHasStartedCasting) == 0x000008, "Wrong size on SpellTool_OwnerHasStartedCasting"); \ static_assert(offsetof(SpellTool_OwnerHasStartedCasting, WandCastName) == 0x000000, "Member 'SpellTool_OwnerHasStartedCasting::WandCastName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_PlayHitActorFX \ static_assert(alignof(SpellTool_PlayHitActorFX) == 0x000004, "Wrong alignment on SpellTool_PlayHitActorFX"); \ static_assert(sizeof(SpellTool_PlayHitActorFX) == 0x000088, "Wrong size on SpellTool_PlayHitActorFX"); \ static_assert(offsetof(SpellTool_PlayHitActorFX, HitResult) == 0x000000, "Member 'SpellTool_PlayHitActorFX::HitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_ReactionEnd \ static_assert(alignof(SpellTool_ReactionEnd) == 0x000008, "Wrong alignment on SpellTool_ReactionEnd"); \ static_assert(sizeof(SpellTool_ReactionEnd) == 0x000010, "Wrong size on SpellTool_ReactionEnd"); \ static_assert(offsetof(SpellTool_ReactionEnd, InReactionData) == 0x000000, "Member 'SpellTool_ReactionEnd::InReactionData' has a wrong offset!"); \ static_assert(offsetof(SpellTool_ReactionEnd, ReactionComponent) == 0x000008, "Member 'SpellTool_ReactionEnd::ReactionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_ReactionStart \ static_assert(alignof(SpellTool_ReactionStart) == 0x000008, "Wrong alignment on SpellTool_ReactionStart"); \ static_assert(sizeof(SpellTool_ReactionStart) == 0x000010, "Wrong size on SpellTool_ReactionStart"); \ static_assert(offsetof(SpellTool_ReactionStart, InReactionData) == 0x000000, "Member 'SpellTool_ReactionStart::InReactionData' has a wrong offset!"); \ static_assert(offsetof(SpellTool_ReactionStart, ReactionComponent) == 0x000008, "Member 'SpellTool_ReactionStart::ReactionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_SetAffectImmuneToSpells \ static_assert(alignof(SpellTool_SetAffectImmuneToSpells) == 0x000001, "Wrong alignment on SpellTool_SetAffectImmuneToSpells"); \ static_assert(sizeof(SpellTool_SetAffectImmuneToSpells) == 0x000001, "Wrong size on SpellTool_SetAffectImmuneToSpells"); \ static_assert(offsetof(SpellTool_SetAffectImmuneToSpells, bAffectImmune) == 0x000000, "Member 'SpellTool_SetAffectImmuneToSpells::bAffectImmune' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_SetDestinationActor \ static_assert(alignof(SpellTool_SetDestinationActor) == 0x000008, "Wrong alignment on SpellTool_SetDestinationActor"); \ static_assert(sizeof(SpellTool_SetDestinationActor) == 0x000008, "Wrong size on SpellTool_SetDestinationActor"); \ static_assert(offsetof(SpellTool_SetDestinationActor, InActor) == 0x000000, "Member 'SpellTool_SetDestinationActor::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_SetIgnoreActors \ static_assert(alignof(SpellTool_SetIgnoreActors) == 0x000008, "Wrong alignment on SpellTool_SetIgnoreActors"); \ static_assert(sizeof(SpellTool_SetIgnoreActors) == 0x000010, "Wrong size on SpellTool_SetIgnoreActors"); \ static_assert(offsetof(SpellTool_SetIgnoreActors, i_Ignores) == 0x000000, "Member 'SpellTool_SetIgnoreActors::i_Ignores' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_Start \ static_assert(alignof(SpellTool_Start) == 0x000001, "Wrong alignment on SpellTool_Start"); \ static_assert(sizeof(SpellTool_Start) == 0x000001, "Wrong size on SpellTool_Start"); \ static_assert(offsetof(SpellTool_Start, ReturnValue) == 0x000000, "Member 'SpellTool_Start::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_StartCooldown \ static_assert(alignof(SpellTool_StartCooldown) == 0x000008, "Wrong alignment on SpellTool_StartCooldown"); \ static_assert(sizeof(SpellTool_StartCooldown) == 0x000008, "Wrong size on SpellTool_StartCooldown"); \ static_assert(offsetof(SpellTool_StartCooldown, TargetedActor) == 0x000000, "Member 'SpellTool_StartCooldown::TargetedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_TriggerReleased \ static_assert(alignof(SpellTool_TriggerReleased) == 0x000001, "Wrong alignment on SpellTool_TriggerReleased"); \ static_assert(sizeof(SpellTool_TriggerReleased) == 0x000002, "Wrong size on SpellTool_TriggerReleased"); \ static_assert(offsetof(SpellTool_TriggerReleased, bForce) == 0x000000, "Member 'SpellTool_TriggerReleased::bForce' has a wrong offset!"); \ static_assert(offsetof(SpellTool_TriggerReleased, bFromStop) == 0x000001, "Member 'SpellTool_TriggerReleased::bFromStop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_GetActiveMunition \ static_assert(alignof(SpellTool_GetActiveMunition) == 0x000008, "Wrong alignment on SpellTool_GetActiveMunition"); \ static_assert(sizeof(SpellTool_GetActiveMunition) == 0x000008, "Wrong size on SpellTool_GetActiveMunition"); \ static_assert(offsetof(SpellTool_GetActiveMunition, ReturnValue) == 0x000000, "Member 'SpellTool_GetActiveMunition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_GetActiveTarget \ static_assert(alignof(SpellTool_GetActiveTarget) == 0x000008, "Wrong alignment on SpellTool_GetActiveTarget"); \ static_assert(sizeof(SpellTool_GetActiveTarget) == 0x000008, "Wrong size on SpellTool_GetActiveTarget"); \ static_assert(offsetof(SpellTool_GetActiveTarget, ReturnValue) == 0x000000, "Member 'SpellTool_GetActiveTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_GetCharacter \ static_assert(alignof(SpellTool_GetCharacter) == 0x000008, "Wrong alignment on SpellTool_GetCharacter"); \ static_assert(sizeof(SpellTool_GetCharacter) == 0x000008, "Wrong size on SpellTool_GetCharacter"); \ static_assert(offsetof(SpellTool_GetCharacter, ReturnValue) == 0x000000, "Member 'SpellTool_GetCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_GetCharacterActor \ static_assert(alignof(SpellTool_GetCharacterActor) == 0x000008, "Wrong alignment on SpellTool_GetCharacterActor"); \ static_assert(sizeof(SpellTool_GetCharacterActor) == 0x000008, "Wrong size on SpellTool_GetCharacterActor"); \ static_assert(offsetof(SpellTool_GetCharacterActor, ReturnValue) == 0x000000, "Member 'SpellTool_GetCharacterActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_GetDuration \ static_assert(alignof(SpellTool_GetDuration) == 0x000004, "Wrong alignment on SpellTool_GetDuration"); \ static_assert(sizeof(SpellTool_GetDuration) == 0x000008, "Wrong size on SpellTool_GetDuration"); \ static_assert(offsetof(SpellTool_GetDuration, bTargetIsACharacter) == 0x000000, "Member 'SpellTool_GetDuration::bTargetIsACharacter' has a wrong offset!"); \ static_assert(offsetof(SpellTool_GetDuration, ReturnValue) == 0x000004, "Member 'SpellTool_GetDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_GetImpactType \ static_assert(alignof(SpellTool_GetImpactType) == 0x000001, "Wrong alignment on SpellTool_GetImpactType"); \ static_assert(sizeof(SpellTool_GetImpactType) == 0x000001, "Wrong size on SpellTool_GetImpactType"); \ static_assert(offsetof(SpellTool_GetImpactType, ReturnValue) == 0x000000, "Member 'SpellTool_GetImpactType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_GetMaxRange \ static_assert(alignof(SpellTool_GetMaxRange) == 0x000004, "Wrong alignment on SpellTool_GetMaxRange"); \ static_assert(sizeof(SpellTool_GetMaxRange) == 0x000004, "Wrong size on SpellTool_GetMaxRange"); \ static_assert(offsetof(SpellTool_GetMaxRange, ReturnValue) == 0x000000, "Member 'SpellTool_GetMaxRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_GetMunitionActor \ static_assert(alignof(SpellTool_GetMunitionActor) == 0x000008, "Wrong alignment on SpellTool_GetMunitionActor"); \ static_assert(sizeof(SpellTool_GetMunitionActor) == 0x000008, "Wrong size on SpellTool_GetMunitionActor"); \ static_assert(offsetof(SpellTool_GetMunitionActor, ReturnValue) == 0x000000, "Member 'SpellTool_GetMunitionActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_GetMuzzleLocation \ static_assert(alignof(SpellTool_GetMuzzleLocation) == 0x000004, "Wrong alignment on SpellTool_GetMuzzleLocation"); \ static_assert(sizeof(SpellTool_GetMuzzleLocation) == 0x00000C, "Wrong size on SpellTool_GetMuzzleLocation"); \ static_assert(offsetof(SpellTool_GetMuzzleLocation, ReturnValue) == 0x000000, "Member 'SpellTool_GetMuzzleLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_GetProjectileSpeed \ static_assert(alignof(SpellTool_GetProjectileSpeed) == 0x000004, "Wrong alignment on SpellTool_GetProjectileSpeed"); \ static_assert(sizeof(SpellTool_GetProjectileSpeed) == 0x000004, "Wrong size on SpellTool_GetProjectileSpeed"); \ static_assert(offsetof(SpellTool_GetProjectileSpeed, ReturnValue) == 0x000000, "Member 'SpellTool_GetProjectileSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_GetSourceActor \ static_assert(alignof(SpellTool_GetSourceActor) == 0x000008, "Wrong alignment on SpellTool_GetSourceActor"); \ static_assert(sizeof(SpellTool_GetSourceActor) == 0x000008, "Wrong size on SpellTool_GetSourceActor"); \ static_assert(offsetof(SpellTool_GetSourceActor, ReturnValue) == 0x000000, "Member 'SpellTool_GetSourceActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_GetSpellCategory \ static_assert(alignof(SpellTool_GetSpellCategory) == 0x000001, "Wrong alignment on SpellTool_GetSpellCategory"); \ static_assert(sizeof(SpellTool_GetSpellCategory) == 0x000001, "Wrong size on SpellTool_GetSpellCategory"); \ static_assert(offsetof(SpellTool_GetSpellCategory, ReturnValue) == 0x000000, "Member 'SpellTool_GetSpellCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_GetSpellToolRecord \ static_assert(alignof(SpellTool_GetSpellToolRecord) == 0x000008, "Wrong alignment on SpellTool_GetSpellToolRecord"); \ static_assert(sizeof(SpellTool_GetSpellToolRecord) == 0x000008, "Wrong size on SpellTool_GetSpellToolRecord"); \ static_assert(offsetof(SpellTool_GetSpellToolRecord, ReturnValue) == 0x000000, "Member 'SpellTool_GetSpellToolRecord::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_GetSpellType \ static_assert(alignof(SpellTool_GetSpellType) == 0x000004, "Wrong alignment on SpellTool_GetSpellType"); \ static_assert(sizeof(SpellTool_GetSpellType) == 0x000008, "Wrong size on SpellTool_GetSpellType"); \ static_assert(offsetof(SpellTool_GetSpellType, ReturnValue) == 0x000000, "Member 'SpellTool_GetSpellType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_GetWand \ static_assert(alignof(SpellTool_GetWand) == 0x000008, "Wrong alignment on SpellTool_GetWand"); \ static_assert(sizeof(SpellTool_GetWand) == 0x000008, "Wrong size on SpellTool_GetWand"); \ static_assert(offsetof(SpellTool_GetWand, ReturnValue) == 0x000000, "Member 'SpellTool_GetWand::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_HasUpgrade \ static_assert(alignof(SpellTool_HasUpgrade) == 0x000001, "Wrong alignment on SpellTool_HasUpgrade"); \ static_assert(sizeof(SpellTool_HasUpgrade) == 0x000002, "Wrong size on SpellTool_HasUpgrade"); \ static_assert(offsetof(SpellTool_HasUpgrade, Upgrade) == 0x000000, "Member 'SpellTool_HasUpgrade::Upgrade' has a wrong offset!"); \ static_assert(offsetof(SpellTool_HasUpgrade, ReturnValue) == 0x000001, "Member 'SpellTool_HasUpgrade::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_HasUpgradedMechanics \ static_assert(alignof(SpellTool_HasUpgradedMechanics) == 0x000001, "Wrong alignment on SpellTool_HasUpgradedMechanics"); \ static_assert(sizeof(SpellTool_HasUpgradedMechanics) == 0x000001, "Wrong size on SpellTool_HasUpgradedMechanics"); \ static_assert(offsetof(SpellTool_HasUpgradedMechanics, ReturnValue) == 0x000000, "Member 'SpellTool_HasUpgradedMechanics::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_IsBeastCaptureSpell \ static_assert(alignof(SpellTool_IsBeastCaptureSpell) == 0x000001, "Wrong alignment on SpellTool_IsBeastCaptureSpell"); \ static_assert(sizeof(SpellTool_IsBeastCaptureSpell) == 0x000001, "Wrong size on SpellTool_IsBeastCaptureSpell"); \ static_assert(offsetof(SpellTool_IsBeastCaptureSpell, ReturnValue) == 0x000000, "Member 'SpellTool_IsBeastCaptureSpell::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_IsChanneling \ static_assert(alignof(SpellTool_IsChanneling) == 0x000001, "Wrong alignment on SpellTool_IsChanneling"); \ static_assert(sizeof(SpellTool_IsChanneling) == 0x000001, "Wrong size on SpellTool_IsChanneling"); \ static_assert(offsetof(SpellTool_IsChanneling, ReturnValue) == 0x000000, "Member 'SpellTool_IsChanneling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_IsStarted_K2 \ static_assert(alignof(SpellTool_IsStarted_K2) == 0x000001, "Wrong alignment on SpellTool_IsStarted_K2"); \ static_assert(sizeof(SpellTool_IsStarted_K2) == 0x000001, "Wrong size on SpellTool_IsStarted_K2"); \ static_assert(offsetof(SpellTool_IsStarted_K2, ReturnValue) == 0x000000, "Member 'SpellTool_IsStarted_K2::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_IsStopped \ static_assert(alignof(SpellTool_IsStopped) == 0x000001, "Wrong alignment on SpellTool_IsStopped"); \ static_assert(sizeof(SpellTool_IsStopped) == 0x000001, "Wrong size on SpellTool_IsStopped"); \ static_assert(offsetof(SpellTool_IsStopped, ReturnValue) == 0x000000, "Member 'SpellTool_IsStopped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellTool_IsToolUsedByPlayer \ static_assert(alignof(SpellTool_IsToolUsedByPlayer) == 0x000001, "Wrong alignment on SpellTool_IsToolUsedByPlayer"); \ static_assert(sizeof(SpellTool_IsToolUsedByPlayer) == 0x000001, "Wrong size on SpellTool_IsToolUsedByPlayer"); \ static_assert(offsetof(SpellTool_IsToolUsedByPlayer, ReturnValue) == 0x000000, "Member 'SpellTool_IsToolUsedByPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpellTool \ static_assert(alignof(ASpellTool) == 0x000008, "Wrong alignment on ASpellTool"); \ static_assert(sizeof(ASpellTool) == 0x0007F0, "Wrong size on ASpellTool"); \ static_assert(offsetof(ASpellTool, SpellStartAction) == 0x0002E0, "Member 'ASpellTool::SpellStartAction' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, SpellStopAction) == 0x0002EC, "Member 'ASpellTool::SpellStopAction' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, ExecutionClassMap) == 0x0002F8, "Member 'ASpellTool::ExecutionClassMap' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, bHeavyCast) == 0x000348, "Member 'ASpellTool::bHeavyCast' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, LeftArmState) == 0x000349, "Member 'ASpellTool::LeftArmState' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, RightArmState) == 0x00034A, "Member 'ASpellTool::RightArmState' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, PrepMuzzleFX2) == 0x000350, "Member 'ASpellTool::PrepMuzzleFX2' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, PrepMuzzleMotionFX) == 0x000360, "Member 'ASpellTool::PrepMuzzleMotionFX' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, bKillPrepFXWhenMuzzleFXStart) == 0x000368, "Member 'ASpellTool::bKillPrepFXWhenMuzzleFXStart' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, MuzzleFX2) == 0x000370, "Member 'ASpellTool::MuzzleFX2' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, MuzzleMotionFX) == 0x000380, "Member 'ASpellTool::MuzzleMotionFX' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, EndMuzzleMotionFX) == 0x000388, "Member 'ASpellTool::EndMuzzleMotionFX' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, ProjectileFiredFX2) == 0x000390, "Member 'ASpellTool::ProjectileFiredFX2' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, ProjectileFiredFX2EndsWithMunition) == 0x0003A0, "Member 'ASpellTool::ProjectileFiredFX2EndsWithMunition' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, ProjectileMotionFX) == 0x0003A8, "Member 'ASpellTool::ProjectileMotionFX' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, ProjectileSfx) == 0x0003B0, "Member 'ASpellTool::ProjectileSfx' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, ImpactLevelDataArray) == 0x0003B8, "Member 'ASpellTool::ImpactLevelDataArray' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, PlaceDecal) == 0x0003C8, "Member 'ASpellTool::PlaceDecal' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, DecalMaterial) == 0x0003D0, "Member 'ASpellTool::DecalMaterial' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, DecalSize) == 0x0003D8, "Member 'ASpellTool::DecalSize' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, DecalFadeInDelay) == 0x0003E4, "Member 'ASpellTool::DecalFadeInDelay' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, DecalFadeInTime) == 0x0003E8, "Member 'ASpellTool::DecalFadeInTime' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, DecalLifeSpan) == 0x0003EC, "Member 'ASpellTool::DecalLifeSpan' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, DecalFadeTime) == 0x0003F0, "Member 'ASpellTool::DecalFadeTime' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, DecalRandomOrientation) == 0x0003F4, "Member 'ASpellTool::DecalRandomOrientation' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, Decal3D) == 0x0003F8, "Member 'ASpellTool::Decal3D' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, Decal3DRandomOrientation) == 0x000400, "Member 'ASpellTool::Decal3DRandomOrientation' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, DestroyedPieceFX2) == 0x000408, "Member 'ASpellTool::DestroyedPieceFX2' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, DestroyedPieceFXRadius) == 0x000418, "Member 'ASpellTool::DestroyedPieceFXRadius' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, GameEventLocation) == 0x00041C, "Member 'ASpellTool::GameEventLocation' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, GameEventTagContainer) == 0x000420, "Member 'ASpellTool::GameEventTagContainer' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, GameEventIntensity) == 0x000440, "Member 'ASpellTool::GameEventIntensity' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, GameEventDuration) == 0x000444, "Member 'ASpellTool::GameEventDuration' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, GameEventRange) == 0x000448, "Member 'ASpellTool::GameEventRange' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, GameEventFalloff) == 0x00044C, "Member 'ASpellTool::GameEventFalloff' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, DatabaseName) == 0x000450, "Member 'ASpellTool::DatabaseName' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, MunitionTagContainer) == 0x000458, "Member 'ASpellTool::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, MunitionDataAsset) == 0x000478, "Member 'ASpellTool::MunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, EndMunitionTagContainer) == 0x000480, "Member 'ASpellTool::EndMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, AttackState) == 0x0004A0, "Member 'ASpellTool::AttackState' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, SpellImpactComponent) == 0x0004A8, "Member 'ASpellTool::SpellImpactComponent' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, GameplayStateTags) == 0x0004B0, "Member 'ASpellTool::GameplayStateTags' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, StateEffectFX2) == 0x0004D0, "Member 'ASpellTool::StateEffectFX2' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, TerminatePreviousEffects) == 0x0004E0, "Member 'ASpellTool::TerminatePreviousEffects' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, bEnableCCDOnTarget) == 0x0004F0, "Member 'ASpellTool::bEnableCCDOnTarget' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, PreSpawnMunitionDelay) == 0x0004F4, "Member 'ASpellTool::PreSpawnMunitionDelay' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, bActivateAllPerks) == 0x0004F8, "Member 'ASpellTool::bActivateAllPerks' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, AbilityFunctions) == 0x000500, "Member 'ASpellTool::AbilityFunctions' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, bAoe) == 0x000510, "Member 'ASpellTool::bAoe' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, bAOEAtTargetLocation) == 0x000511, "Member 'ASpellTool::bAOEAtTargetLocation' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, bAffectTeammates) == 0x000512, "Member 'ASpellTool::bAffectTeammates' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, bOnlyAffectsMovable) == 0x000513, "Member 'ASpellTool::bOnlyAffectsMovable' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, bCanAffectBroken) == 0x000514, "Member 'ASpellTool::bCanAffectBroken' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, bCanAffectPlayer) == 0x000515, "Member 'ASpellTool::bCanAffectPlayer' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, bSetWandCastTargetTrackers) == 0x000516, "Member 'ASpellTool::bSetWandCastTargetTrackers' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, DeflectMunitionActors) == 0x000518, "Member 'ASpellTool::DeflectMunitionActors' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, SpawnAllDeflectMunitionActors) == 0x000528, "Member 'ASpellTool::SpawnAllDeflectMunitionActors' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, LastMunitionFired) == 0x00052C, "Member 'ASpellTool::LastMunitionFired' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, bPlayersUseImprovedTargeting) == 0x000534, "Member 'ASpellTool::bPlayersUseImprovedTargeting' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, SpellActiveTriggerEffect) == 0x000538, "Member 'ASpellTool::SpellActiveTriggerEffect' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, PrepLEDEffect) == 0x000540, "Member 'ASpellTool::PrepLEDEffect' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, StartLEDEffect) == 0x000548, "Member 'ASpellTool::StartLEDEffect' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, EndLEDEffect) == 0x000550, "Member 'ASpellTool::EndLEDEffect' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, OverrideSourceActor) == 0x000578, "Member 'ASpellTool::OverrideSourceActor' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, OverrideTargetActor) == 0x000580, "Member 'ASpellTool::OverrideTargetActor' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, OverrideTargetComponent) == 0x000588, "Member 'ASpellTool::OverrideTargetComponent' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, OverrideCharacter) == 0x000590, "Member 'ASpellTool::OverrideCharacter' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, CachedMunitionArray) == 0x000598, "Member 'ASpellTool::CachedMunitionArray' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, LevelDataAsset) == 0x000640, "Member 'ASpellTool::LevelDataAsset' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, ImpactComponent) == 0x0006E0, "Member 'ASpellTool::ImpactComponent' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, pSpellActiveTriggerEffect) == 0x0007C0, "Member 'ASpellTool::pSpellActiveTriggerEffect' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, bAffectsRightTrigger) == 0x0007C8, "Member 'ASpellTool::bAffectsRightTrigger' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, bAffectsLeftTrigger) == 0x0007C9, "Member 'ASpellTool::bAffectsLeftTrigger' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, pPrepLEDEffect) == 0x0007D0, "Member 'ASpellTool::pPrepLEDEffect' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, pStartLEDEffect) == 0x0007D8, "Member 'ASpellTool::pStartLEDEffect' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, pEndLEDEffect) == 0x0007E0, "Member 'ASpellTool::pEndLEDEffect' has a wrong offset!"); \ static_assert(offsetof(ASpellTool, ProjectileAkComponent) == 0x0007E8, "Member 'ASpellTool::ProjectileAkComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChannelingSpellTool_HasMinChannelingTimeBeenMet \ static_assert(alignof(ChannelingSpellTool_HasMinChannelingTimeBeenMet) == 0x000001, "Wrong alignment on ChannelingSpellTool_HasMinChannelingTimeBeenMet"); \ static_assert(sizeof(ChannelingSpellTool_HasMinChannelingTimeBeenMet) == 0x000001, "Wrong size on ChannelingSpellTool_HasMinChannelingTimeBeenMet"); \ static_assert(offsetof(ChannelingSpellTool_HasMinChannelingTimeBeenMet, ReturnValue) == 0x000000, "Member 'ChannelingSpellTool_HasMinChannelingTimeBeenMet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChannelingSpellTool_OnActivateCharged \ static_assert(alignof(ChannelingSpellTool_OnActivateCharged) == 0x000008, "Wrong alignment on ChannelingSpellTool_OnActivateCharged"); \ static_assert(sizeof(ChannelingSpellTool_OnActivateCharged) == 0x000008, "Wrong size on ChannelingSpellTool_OnActivateCharged"); \ static_assert(offsetof(ChannelingSpellTool_OnActivateCharged, Target) == 0x000000, "Member 'ChannelingSpellTool_OnActivateCharged::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChannelingSpellTool_OnActivateTap \ static_assert(alignof(ChannelingSpellTool_OnActivateTap) == 0x000008, "Wrong alignment on ChannelingSpellTool_OnActivateTap"); \ static_assert(sizeof(ChannelingSpellTool_OnActivateTap) == 0x000008, "Wrong size on ChannelingSpellTool_OnActivateTap"); \ static_assert(offsetof(ChannelingSpellTool_OnActivateTap, Target) == 0x000000, "Member 'ChannelingSpellTool_OnActivateTap::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AChannelingSpellTool \ static_assert(alignof(AChannelingSpellTool) == 0x000008, "Wrong alignment on AChannelingSpellTool"); \ static_assert(sizeof(AChannelingSpellTool) == 0x000960, "Wrong size on AChannelingSpellTool"); \ static_assert(offsetof(AChannelingSpellTool, FlourishAction) == 0x0007F0, "Member 'AChannelingSpellTool::FlourishAction' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, ChannelingAction) == 0x0007FC, "Member 'AChannelingSpellTool::ChannelingAction' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, TapActivateFX2) == 0x000808, "Member 'AChannelingSpellTool::TapActivateFX2' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, ChargingFX2) == 0x000818, "Member 'AChannelingSpellTool::ChargingFX2' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, ChargedFX2) == 0x000828, "Member 'AChannelingSpellTool::ChargedFX2' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, ChargedActivateFX2) == 0x000838, "Member 'AChannelingSpellTool::ChargedActivateFX2' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, RibbonFX2) == 0x000848, "Member 'AChannelingSpellTool::RibbonFX2' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, ChargeVersionAvailable) == 0x000858, "Member 'AChannelingSpellTool::ChargeVersionAvailable' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, ChargingMuzzleFX2) == 0x000860, "Member 'AChannelingSpellTool::ChargingMuzzleFX2' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, ChargedMuzzleFX2) == 0x000870, "Member 'AChannelingSpellTool::ChargedMuzzleFX2' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, EndMuzzleFX2) == 0x000880, "Member 'AChannelingSpellTool::EndMuzzleFX2' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, DUMMY) == 0x000890, "Member 'AChannelingSpellTool::DUMMY' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, BeamFX2) == 0x000898, "Member 'AChannelingSpellTool::BeamFX2' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, bSetTargetTrackers) == 0x0008A8, "Member 'AChannelingSpellTool::bSetTargetTrackers' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, Dummy2) == 0x0008A9, "Member 'AChannelingSpellTool::Dummy2' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, ChargedMunitionTagContainer) == 0x0008B0, "Member 'AChannelingSpellTool::ChargedMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, ChargedMunitionDataAsset) == 0x0008D0, "Member 'AChannelingSpellTool::ChargedMunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, BeamTarget) == 0x0008D8, "Member 'AChannelingSpellTool::BeamTarget' has a wrong offset!"); \ static_assert(offsetof(AChannelingSpellTool, BeamTargetActor) == 0x0008E8, "Member 'AChannelingSpellTool::BeamTargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_ResetQuadrupedSpineDirection \ static_assert(alignof(UAnimNotify_ResetQuadrupedSpineDirection) == 0x000008, "Wrong alignment on UAnimNotify_ResetQuadrupedSpineDirection"); \ static_assert(sizeof(UAnimNotify_ResetQuadrupedSpineDirection) == 0x000038, "Wrong size on UAnimNotify_ResetQuadrupedSpineDirection"); \ #define DUMPER7_ASSERTS_BroomSplineRecorderComponent_IsRecording \ static_assert(alignof(BroomSplineRecorderComponent_IsRecording) == 0x000001, "Wrong alignment on BroomSplineRecorderComponent_IsRecording"); \ static_assert(sizeof(BroomSplineRecorderComponent_IsRecording) == 0x000001, "Wrong size on BroomSplineRecorderComponent_IsRecording"); \ static_assert(offsetof(BroomSplineRecorderComponent_IsRecording, ReturnValue) == 0x000000, "Member 'BroomSplineRecorderComponent_IsRecording::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BroomSplineRecorderComponent_SaveSplineToEditor \ static_assert(alignof(BroomSplineRecorderComponent_SaveSplineToEditor) == 0x000008, "Wrong alignment on BroomSplineRecorderComponent_SaveSplineToEditor"); \ static_assert(sizeof(BroomSplineRecorderComponent_SaveSplineToEditor) == 0x000008, "Wrong size on BroomSplineRecorderComponent_SaveSplineToEditor"); \ static_assert(offsetof(BroomSplineRecorderComponent_SaveSplineToEditor, SplineToSave) == 0x000000, "Member 'BroomSplineRecorderComponent_SaveSplineToEditor::SplineToSave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBroomSplineRecorderComponent \ static_assert(alignof(UBroomSplineRecorderComponent) == 0x000010, "Wrong alignment on UBroomSplineRecorderComponent"); \ static_assert(sizeof(UBroomSplineRecorderComponent) == 0x000270, "Wrong size on UBroomSplineRecorderComponent"); \ static_assert(offsetof(UBroomSplineRecorderComponent, BroomSplineRecordDelegate) == 0x000218, "Member 'UBroomSplineRecorderComponent::BroomSplineRecordDelegate' has a wrong offset!"); \ static_assert(offsetof(UBroomSplineRecorderComponent, BroomSplinePlaybackDelegate) == 0x000228, "Member 'UBroomSplineRecorderComponent::BroomSplinePlaybackDelegate' has a wrong offset!"); \ static_assert(offsetof(UBroomSplineRecorderComponent, BroomSplineStopPlaybackDelegate) == 0x000238, "Member 'UBroomSplineRecorderComponent::BroomSplineStopPlaybackDelegate' has a wrong offset!"); \ static_assert(offsetof(UBroomSplineRecorderComponent, SplineToPlay) == 0x000248, "Member 'UBroomSplineRecorderComponent::SplineToPlay' has a wrong offset!"); \ static_assert(offsetof(UBroomSplineRecorderComponent, SplineToStop) == 0x000258, "Member 'UBroomSplineRecorderComponent::SplineToStop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBallisticBounceBackTask \ static_assert(alignof(UAblBallisticBounceBackTask) == 0x000008, "Wrong alignment on UAblBallisticBounceBackTask"); \ static_assert(sizeof(UAblBallisticBounceBackTask) == 0x000080, "Wrong size on UAblBallisticBounceBackTask"); \ static_assert(offsetof(UAblBallisticBounceBackTask, Speed) == 0x000070, "Member 'UAblBallisticBounceBackTask::Speed' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticBounceBackTask, Gravity) == 0x000074, "Member 'UAblBallisticBounceBackTask::Gravity' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticBounceBackTask, ChooseRandomDirection) == 0x000078, "Member 'UAblBallisticBounceBackTask::ChooseRandomDirection' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticBounceBackTask, MaxAngle) == 0x00007C, "Member 'UAblBallisticBounceBackTask::MaxAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_SkinFX \ static_assert(alignof(USceneActionState_SkinFX) == 0x000008, "Wrong alignment on USceneActionState_SkinFX"); \ static_assert(sizeof(USceneActionState_SkinFX) == 0x000098, "Wrong size on USceneActionState_SkinFX"); \ static_assert(offsetof(USceneActionState_SkinFX, MaterialBundle) == 0x000070, "Member 'USceneActionState_SkinFX::MaterialBundle' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_SkinFX, SkinFX) == 0x000078, "Member 'USceneActionState_SkinFX::SkinFX' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_SkinFX, FXName) == 0x000080, "Member 'USceneActionState_SkinFX::FXName' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_SkinFX, bHaveSetSkinFXBlueprintVariables) == 0x000088, "Member 'USceneActionState_SkinFX::bHaveSetSkinFXBlueprintVariables' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_SkinFX, bNeedsNiagaraOverride) == 0x000089, "Member 'USceneActionState_SkinFX::bNeedsNiagaraOverride' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_SkinFX, NiagaraOverrideLoaded) == 0x000090, "Member 'USceneActionState_SkinFX::NiagaraOverrideLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_MoveQuadrupedSpine \ static_assert(alignof(UAblBlendSpaceParameterGetter_MoveQuadrupedSpine) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_MoveQuadrupedSpine"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_MoveQuadrupedSpine) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_MoveQuadrupedSpine"); \ #define DUMPER7_ASSERTS_UAblBranchConditionQuadrupedSpineAngle \ static_assert(alignof(UAblBranchConditionQuadrupedSpineAngle) == 0x000008, "Wrong alignment on UAblBranchConditionQuadrupedSpineAngle"); \ static_assert(sizeof(UAblBranchConditionQuadrupedSpineAngle) == 0x000038, "Wrong size on UAblBranchConditionQuadrupedSpineAngle"); \ static_assert(offsetof(UAblBranchConditionQuadrupedSpineAngle, AngleRange) == 0x000030, "Member 'UAblBranchConditionQuadrupedSpineAngle::AngleRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblApplyTransformMultiChildTask \ static_assert(alignof(UAblApplyTransformMultiChildTask) == 0x000008, "Wrong alignment on UAblApplyTransformMultiChildTask"); \ static_assert(sizeof(UAblApplyTransformMultiChildTask) == 0x000100, "Wrong size on UAblApplyTransformMultiChildTask"); \ static_assert(offsetof(UAblApplyTransformMultiChildTask, AttachPointName) == 0x000070, "Member 'UAblApplyTransformMultiChildTask::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(UAblApplyTransformMultiChildTask, TaskConditions) == 0x000078, "Member 'UAblApplyTransformMultiChildTask::TaskConditions' has a wrong offset!"); \ static_assert(offsetof(UAblApplyTransformMultiChildTask, ChildTasks) == 0x000088, "Member 'UAblApplyTransformMultiChildTask::ChildTasks' has a wrong offset!"); \ static_assert(offsetof(UAblApplyTransformMultiChildTask, BlendIn) == 0x000098, "Member 'UAblApplyTransformMultiChildTask::BlendIn' has a wrong offset!"); \ static_assert(offsetof(UAblApplyTransformMultiChildTask, RestoreValueOnEnd) == 0x0000C8, "Member 'UAblApplyTransformMultiChildTask::RestoreValueOnEnd' has a wrong offset!"); \ static_assert(offsetof(UAblApplyTransformMultiChildTask, BlendOut) == 0x0000D0, "Member 'UAblApplyTransformMultiChildTask::BlendOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationModifier_WandCastAim \ static_assert(alignof(UAblAnimationModifier_WandCastAim) == 0x000008, "Wrong alignment on UAblAnimationModifier_WandCastAim"); \ static_assert(sizeof(UAblAnimationModifier_WandCastAim) == 0x000058, "Wrong size on UAblAnimationModifier_WandCastAim"); \ static_assert(offsetof(UAblAnimationModifier_WandCastAim, ShoulderBone) == 0x000028, "Member 'UAblAnimationModifier_WandCastAim::ShoulderBone' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationModifier_WandCastAim, BoneName) == 0x000038, "Member 'UAblAnimationModifier_WandCastAim::BoneName' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationModifier_WandCastAim, EventName) == 0x000040, "Member 'UAblAnimationModifier_WandCastAim::EventName' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationModifier_WandCastAim, DefaultInterpTime) == 0x000048, "Member 'UAblAnimationModifier_WandCastAim::DefaultInterpTime' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationModifier_WandCastAim, bLoop) == 0x00004C, "Member 'UAblAnimationModifier_WandCastAim::bLoop' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationModifier_WandCastAim, bAlwaysUseCurrentAimInfo) == 0x00004D, "Member 'UAblAnimationModifier_WandCastAim::bAlwaysUseCurrentAimInfo' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationModifier_WandCastAim, AimYawInterpSpeed) == 0x000050, "Member 'UAblAnimationModifier_WandCastAim::AimYawInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationModifier_WandCastAim, AimPitchInterpSpeed) == 0x000054, "Member 'UAblAnimationModifier_WandCastAim::AimPitchInterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionTeleportVolume_OnBeginOverlap \ static_assert(alignof(CompanionTeleportVolume_OnBeginOverlap) == 0x000008, "Wrong alignment on CompanionTeleportVolume_OnBeginOverlap"); \ static_assert(sizeof(CompanionTeleportVolume_OnBeginOverlap) == 0x000010, "Wrong size on CompanionTeleportVolume_OnBeginOverlap"); \ static_assert(offsetof(CompanionTeleportVolume_OnBeginOverlap, SelfActor) == 0x000000, "Member 'CompanionTeleportVolume_OnBeginOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(CompanionTeleportVolume_OnBeginOverlap, OtherActor) == 0x000008, "Member 'CompanionTeleportVolume_OnBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionTeleportVolume_OnEndOverlap \ static_assert(alignof(CompanionTeleportVolume_OnEndOverlap) == 0x000008, "Wrong alignment on CompanionTeleportVolume_OnEndOverlap"); \ static_assert(sizeof(CompanionTeleportVolume_OnEndOverlap) == 0x000010, "Wrong size on CompanionTeleportVolume_OnEndOverlap"); \ static_assert(offsetof(CompanionTeleportVolume_OnEndOverlap, SelfActor) == 0x000000, "Member 'CompanionTeleportVolume_OnEndOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(CompanionTeleportVolume_OnEndOverlap, OtherActor) == 0x000008, "Member 'CompanionTeleportVolume_OnEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionTeleportVolume_SetActive \ static_assert(alignof(CompanionTeleportVolume_SetActive) == 0x000001, "Wrong alignment on CompanionTeleportVolume_SetActive"); \ static_assert(sizeof(CompanionTeleportVolume_SetActive) == 0x000001, "Wrong size on CompanionTeleportVolume_SetActive"); \ static_assert(offsetof(CompanionTeleportVolume_SetActive, bActive) == 0x000000, "Member 'CompanionTeleportVolume_SetActive::bActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionTeleportVolume_SetTemporarilyActive \ static_assert(alignof(CompanionTeleportVolume_SetTemporarilyActive) == 0x000004, "Wrong alignment on CompanionTeleportVolume_SetTemporarilyActive"); \ static_assert(sizeof(CompanionTeleportVolume_SetTemporarilyActive) == 0x000008, "Wrong size on CompanionTeleportVolume_SetTemporarilyActive"); \ static_assert(offsetof(CompanionTeleportVolume_SetTemporarilyActive, bActive) == 0x000000, "Member 'CompanionTeleportVolume_SetTemporarilyActive::bActive' has a wrong offset!"); \ static_assert(offsetof(CompanionTeleportVolume_SetTemporarilyActive, Timeout) == 0x000004, "Member 'CompanionTeleportVolume_SetTemporarilyActive::Timeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACompanionTeleportVolume \ static_assert(alignof(ACompanionTeleportVolume) == 0x000008, "Wrong alignment on ACompanionTeleportVolume"); \ static_assert(sizeof(ACompanionTeleportVolume) == 0x000298, "Wrong size on ACompanionTeleportVolume"); \ static_assert(offsetof(ACompanionTeleportVolume, CollisionComponent) == 0x000248, "Member 'ACompanionTeleportVolume::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(ACompanionTeleportVolume, bIsAlwaysActive) == 0x00026C, "Member 'ACompanionTeleportVolume::bIsAlwaysActive' has a wrong offset!"); \ static_assert(offsetof(ACompanionTeleportVolume, bTriggerOnEnter) == 0x00026D, "Member 'ACompanionTeleportVolume::bTriggerOnEnter' has a wrong offset!"); \ static_assert(offsetof(ACompanionTeleportVolume, Locators) == 0x000288, "Member 'ACompanionTeleportVolume::Locators' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablSpawnMunitionTaskScratchPad \ static_assert(alignof(UablSpawnMunitionTaskScratchPad) == 0x000008, "Wrong alignment on UablSpawnMunitionTaskScratchPad"); \ static_assert(sizeof(UablSpawnMunitionTaskScratchPad) == 0x000028, "Wrong size on UablSpawnMunitionTaskScratchPad"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_AimModeTurnToFace \ static_assert(alignof(UAblAnimationTagChooser_AimModeTurnToFace) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_AimModeTurnToFace"); \ static_assert(sizeof(UAblAnimationTagChooser_AimModeTurnToFace) == 0x000068, "Wrong size on UAblAnimationTagChooser_AimModeTurnToFace"); \ static_assert(offsetof(UAblAnimationTagChooser_AimModeTurnToFace, FootPositionWeight) == 0x000050, "Member 'UAblAnimationTagChooser_AimModeTurnToFace::FootPositionWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_AimModeTurnToFace, FootVelocityWeight) == 0x00005C, "Member 'UAblAnimationTagChooser_AimModeTurnToFace::FootVelocityWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_Array \ static_assert(alignof(UAblAnimationTagChooser_Array) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_Array"); \ static_assert(sizeof(UAblAnimationTagChooser_Array) == 0x000060, "Wrong size on UAblAnimationTagChooser_Array"); \ static_assert(offsetof(UAblAnimationTagChooser_Array, TagChooserArray) == 0x000050, "Member 'UAblAnimationTagChooser_Array::TagChooserArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_OnScreenSpecial \ static_assert(alignof(UCogGroupEvaluation_OnScreenSpecial) == 0x000008, "Wrong alignment on UCogGroupEvaluation_OnScreenSpecial"); \ static_assert(sizeof(UCogGroupEvaluation_OnScreenSpecial) == 0x000038, "Wrong size on UCogGroupEvaluation_OnScreenSpecial"); \ #define DUMPER7_ASSERTS_USkinFXAutoTriggerDriverSocialSemantic \ static_assert(alignof(USkinFXAutoTriggerDriverSocialSemantic) == 0x000008, "Wrong alignment on USkinFXAutoTriggerDriverSocialSemantic"); \ static_assert(sizeof(USkinFXAutoTriggerDriverSocialSemantic) == 0x000098, "Wrong size on USkinFXAutoTriggerDriverSocialSemantic"); \ static_assert(offsetof(USkinFXAutoTriggerDriverSocialSemantic, SemanticID) == 0x000030, "Member 'USkinFXAutoTriggerDriverSocialSemantic::SemanticID' has a wrong offset!"); \ static_assert(offsetof(USkinFXAutoTriggerDriverSocialSemantic, SemanticInputStrength) == 0x000034, "Member 'USkinFXAutoTriggerDriverSocialSemantic::SemanticInputStrength' has a wrong offset!"); \ static_assert(offsetof(USkinFXAutoTriggerDriverSocialSemantic, OutputStrength) == 0x00003C, "Member 'USkinFXAutoTriggerDriverSocialSemantic::OutputStrength' has a wrong offset!"); \ static_assert(offsetof(USkinFXAutoTriggerDriverSocialSemantic, SkinFXStrengthParameter) == 0x000044, "Member 'USkinFXAutoTriggerDriverSocialSemantic::SkinFXStrengthParameter' has a wrong offset!"); \ static_assert(offsetof(USkinFXAutoTriggerDriverSocialSemantic, bZeroNonZero) == 0x00004C, "Member 'USkinFXAutoTriggerDriverSocialSemantic::bZeroNonZero' has a wrong offset!"); \ static_assert(offsetof(USkinFXAutoTriggerDriverSocialSemantic, EffectInfo) == 0x000050, "Member 'USkinFXAutoTriggerDriverSocialSemantic::EffectInfo' has a wrong offset!"); \ static_assert(offsetof(USkinFXAutoTriggerDriverSocialSemantic, Priority) == 0x000090, "Member 'USkinFXAutoTriggerDriverSocialSemantic::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_CapturedCreatureType \ static_assert(alignof(UAblAnimationTagChooser_CapturedCreatureType) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_CapturedCreatureType"); \ static_assert(sizeof(UAblAnimationTagChooser_CapturedCreatureType) == 0x000050, "Wrong size on UAblAnimationTagChooser_CapturedCreatureType"); \ #define DUMPER7_ASSERTS_Floo_GetAvailable \ static_assert(alignof(Floo_GetAvailable) == 0x000001, "Wrong alignment on Floo_GetAvailable"); \ static_assert(sizeof(Floo_GetAvailable) == 0x000001, "Wrong size on Floo_GetAvailable"); \ static_assert(offsetof(Floo_GetAvailable, ReturnValue) == 0x000000, "Member 'Floo_GetAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_GetFlooName \ static_assert(alignof(Floo_GetFlooName) == 0x000008, "Wrong alignment on Floo_GetFlooName"); \ static_assert(sizeof(Floo_GetFlooName) == 0x000010, "Wrong size on Floo_GetFlooName"); \ static_assert(offsetof(Floo_GetFlooName, ReturnValue) == 0x000000, "Member 'Floo_GetFlooName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_Handle_PlayerCanceledFloo \ static_assert(alignof(Floo_Handle_PlayerCanceledFloo) == 0x000008, "Wrong alignment on Floo_Handle_PlayerCanceledFloo"); \ static_assert(sizeof(Floo_Handle_PlayerCanceledFloo) == 0x000008, "Wrong size on Floo_Handle_PlayerCanceledFloo"); \ static_assert(offsetof(Floo_Handle_PlayerCanceledFloo, ActorUsingFloo) == 0x000000, "Member 'Floo_Handle_PlayerCanceledFloo::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_Handle_PlayerDroppedFlooPowder \ static_assert(alignof(Floo_Handle_PlayerDroppedFlooPowder) == 0x000008, "Wrong alignment on Floo_Handle_PlayerDroppedFlooPowder"); \ static_assert(sizeof(Floo_Handle_PlayerDroppedFlooPowder) == 0x000008, "Wrong size on Floo_Handle_PlayerDroppedFlooPowder"); \ static_assert(offsetof(Floo_Handle_PlayerDroppedFlooPowder, ActorUsingFloo) == 0x000000, "Member 'Floo_Handle_PlayerDroppedFlooPowder::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_Handle_PlayerEnteredFloo \ static_assert(alignof(Floo_Handle_PlayerEnteredFloo) == 0x000008, "Wrong alignment on Floo_Handle_PlayerEnteredFloo"); \ static_assert(sizeof(Floo_Handle_PlayerEnteredFloo) == 0x000008, "Wrong size on Floo_Handle_PlayerEnteredFloo"); \ static_assert(offsetof(Floo_Handle_PlayerEnteredFloo, ActorUsingFloo) == 0x000000, "Member 'Floo_Handle_PlayerEnteredFloo::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_Handle_PlayerEnteringFloo \ static_assert(alignof(Floo_Handle_PlayerEnteringFloo) == 0x000008, "Wrong alignment on Floo_Handle_PlayerEnteringFloo"); \ static_assert(sizeof(Floo_Handle_PlayerEnteringFloo) == 0x000008, "Wrong size on Floo_Handle_PlayerEnteringFloo"); \ static_assert(offsetof(Floo_Handle_PlayerEnteringFloo, ActorUsingFloo) == 0x000000, "Member 'Floo_Handle_PlayerEnteringFloo::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_Handle_PlayerExitedFloo \ static_assert(alignof(Floo_Handle_PlayerExitedFloo) == 0x000008, "Wrong alignment on Floo_Handle_PlayerExitedFloo"); \ static_assert(sizeof(Floo_Handle_PlayerExitedFloo) == 0x000008, "Wrong size on Floo_Handle_PlayerExitedFloo"); \ static_assert(offsetof(Floo_Handle_PlayerExitedFloo, ActorUsingFloo) == 0x000000, "Member 'Floo_Handle_PlayerExitedFloo::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_Handle_PlayerExitingFloo \ static_assert(alignof(Floo_Handle_PlayerExitingFloo) == 0x000008, "Wrong alignment on Floo_Handle_PlayerExitingFloo"); \ static_assert(sizeof(Floo_Handle_PlayerExitingFloo) == 0x000008, "Wrong size on Floo_Handle_PlayerExitingFloo"); \ static_assert(offsetof(Floo_Handle_PlayerExitingFloo, ActorUsingFloo) == 0x000000, "Member 'Floo_Handle_PlayerExitingFloo::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_Handle_PlayerSelectedFloo \ static_assert(alignof(Floo_Handle_PlayerSelectedFloo) == 0x000008, "Wrong alignment on Floo_Handle_PlayerSelectedFloo"); \ static_assert(sizeof(Floo_Handle_PlayerSelectedFloo) == 0x000008, "Wrong size on Floo_Handle_PlayerSelectedFloo"); \ static_assert(offsetof(Floo_Handle_PlayerSelectedFloo, ActorUsingFloo) == 0x000000, "Member 'Floo_Handle_PlayerSelectedFloo::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_Handle_SetAvailable \ static_assert(alignof(Floo_Handle_SetAvailable) == 0x000001, "Wrong alignment on Floo_Handle_SetAvailable"); \ static_assert(sizeof(Floo_Handle_SetAvailable) == 0x000001, "Wrong size on Floo_Handle_SetAvailable"); \ static_assert(offsetof(Floo_Handle_SetAvailable, availableIn) == 0x000000, "Member 'Floo_Handle_SetAvailable::availableIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_Interact \ static_assert(alignof(Floo_Interact) == 0x000008, "Wrong alignment on Floo_Interact"); \ static_assert(sizeof(Floo_Interact) == 0x000008, "Wrong size on Floo_Interact"); \ static_assert(offsetof(Floo_Interact, AvaService) == 0x000000, "Member 'Floo_Interact::AvaService' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_IsForcedDestination \ static_assert(alignof(Floo_IsForcedDestination) == 0x000001, "Wrong alignment on Floo_IsForcedDestination"); \ static_assert(sizeof(Floo_IsForcedDestination) == 0x000001, "Wrong size on Floo_IsForcedDestination"); \ static_assert(offsetof(Floo_IsForcedDestination, ReturnValue) == 0x000000, "Member 'Floo_IsForcedDestination::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_PlayerCanceledFloo \ static_assert(alignof(Floo_PlayerCanceledFloo) == 0x000008, "Wrong alignment on Floo_PlayerCanceledFloo"); \ static_assert(sizeof(Floo_PlayerCanceledFloo) == 0x000008, "Wrong size on Floo_PlayerCanceledFloo"); \ static_assert(offsetof(Floo_PlayerCanceledFloo, ActorUsingFloo) == 0x000000, "Member 'Floo_PlayerCanceledFloo::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_PlayerDroppedFlooPowder \ static_assert(alignof(Floo_PlayerDroppedFlooPowder) == 0x000008, "Wrong alignment on Floo_PlayerDroppedFlooPowder"); \ static_assert(sizeof(Floo_PlayerDroppedFlooPowder) == 0x000008, "Wrong size on Floo_PlayerDroppedFlooPowder"); \ static_assert(offsetof(Floo_PlayerDroppedFlooPowder, ActorUsingFloo) == 0x000000, "Member 'Floo_PlayerDroppedFlooPowder::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_PlayerEnteredFloo \ static_assert(alignof(Floo_PlayerEnteredFloo) == 0x000008, "Wrong alignment on Floo_PlayerEnteredFloo"); \ static_assert(sizeof(Floo_PlayerEnteredFloo) == 0x000008, "Wrong size on Floo_PlayerEnteredFloo"); \ static_assert(offsetof(Floo_PlayerEnteredFloo, ActorUsingFloo) == 0x000000, "Member 'Floo_PlayerEnteredFloo::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_PlayerEnteringFloo \ static_assert(alignof(Floo_PlayerEnteringFloo) == 0x000008, "Wrong alignment on Floo_PlayerEnteringFloo"); \ static_assert(sizeof(Floo_PlayerEnteringFloo) == 0x000008, "Wrong size on Floo_PlayerEnteringFloo"); \ static_assert(offsetof(Floo_PlayerEnteringFloo, ActorUsingFloo) == 0x000000, "Member 'Floo_PlayerEnteringFloo::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_PlayerExitedFloo \ static_assert(alignof(Floo_PlayerExitedFloo) == 0x000008, "Wrong alignment on Floo_PlayerExitedFloo"); \ static_assert(sizeof(Floo_PlayerExitedFloo) == 0x000008, "Wrong size on Floo_PlayerExitedFloo"); \ static_assert(offsetof(Floo_PlayerExitedFloo, ActorUsingFloo) == 0x000000, "Member 'Floo_PlayerExitedFloo::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_PlayerExitingFloo \ static_assert(alignof(Floo_PlayerExitingFloo) == 0x000008, "Wrong alignment on Floo_PlayerExitingFloo"); \ static_assert(sizeof(Floo_PlayerExitingFloo) == 0x000008, "Wrong size on Floo_PlayerExitingFloo"); \ static_assert(offsetof(Floo_PlayerExitingFloo, ActorUsingFloo) == 0x000000, "Member 'Floo_PlayerExitingFloo::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_PlayerSelectedFloo \ static_assert(alignof(Floo_PlayerSelectedFloo) == 0x000008, "Wrong alignment on Floo_PlayerSelectedFloo"); \ static_assert(sizeof(Floo_PlayerSelectedFloo) == 0x000008, "Wrong size on Floo_PlayerSelectedFloo"); \ static_assert(offsetof(Floo_PlayerSelectedFloo, ActorUsingFloo) == 0x000000, "Member 'Floo_PlayerSelectedFloo::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_SetAvailable \ static_assert(alignof(Floo_SetAvailable) == 0x000001, "Wrong alignment on Floo_SetAvailable"); \ static_assert(sizeof(Floo_SetAvailable) == 0x000001, "Wrong size on Floo_SetAvailable"); \ static_assert(offsetof(Floo_SetAvailable, availableIn) == 0x000000, "Member 'Floo_SetAvailable::availableIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Floo_ShowAvatar \ static_assert(alignof(Floo_ShowAvatar) == 0x000001, "Wrong alignment on Floo_ShowAvatar"); \ static_assert(sizeof(Floo_ShowAvatar) == 0x000001, "Wrong size on Floo_ShowAvatar"); \ static_assert(offsetof(Floo_ShowAvatar, bTF) == 0x000000, "Member 'Floo_ShowAvatar::bTF' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFloo \ static_assert(alignof(AFloo) == 0x000008, "Wrong alignment on AFloo"); \ static_assert(sizeof(AFloo) == 0x000400, "Wrong size on AFloo"); \ static_assert(offsetof(AFloo, Name_0) == 0x000258, "Member 'AFloo::Name_0' has a wrong offset!"); \ static_assert(offsetof(AFloo, RegionId) == 0x000268, "Member 'AFloo::RegionId' has a wrong offset!"); \ static_assert(offsetof(AFloo, ForcedDestination) == 0x0002F0, "Member 'AFloo::ForcedDestination' has a wrong offset!"); \ static_assert(offsetof(AFloo, EnterCrouched) == 0x000378, "Member 'AFloo::EnterCrouched' has a wrong offset!"); \ static_assert(offsetof(AFloo, EnterDistance) == 0x00037C, "Member 'AFloo::EnterDistance' has a wrong offset!"); \ static_assert(offsetof(AFloo, AddButton) == 0x000380, "Member 'AFloo::AddButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_IsCursed \ static_assert(alignof(UModFilter_DealDamage_Target_IsCursed) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_IsCursed"); \ static_assert(sizeof(UModFilter_DealDamage_Target_IsCursed) == 0x000030, "Wrong size on UModFilter_DealDamage_Target_IsCursed"); \ #define DUMPER7_ASSERTS_BaseStateComponent_AddMarkup \ static_assert(alignof(BaseStateComponent_AddMarkup) == 0x000004, "Wrong alignment on BaseStateComponent_AddMarkup"); \ static_assert(sizeof(BaseStateComponent_AddMarkup) == 0x000008, "Wrong size on BaseStateComponent_AddMarkup"); \ static_assert(offsetof(BaseStateComponent_AddMarkup, i_Markup) == 0x000000, "Member 'BaseStateComponent_AddMarkup::i_Markup' has a wrong offset!"); \ static_assert(offsetof(BaseStateComponent_AddMarkup, i_Value) == 0x000004, "Member 'BaseStateComponent_AddMarkup::i_Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseStateComponent_SetDestructibleGeometryCollection \ static_assert(alignof(BaseStateComponent_SetDestructibleGeometryCollection) == 0x000008, "Wrong alignment on BaseStateComponent_SetDestructibleGeometryCollection"); \ static_assert(sizeof(BaseStateComponent_SetDestructibleGeometryCollection) == 0x000008, "Wrong size on BaseStateComponent_SetDestructibleGeometryCollection"); \ static_assert(offsetof(BaseStateComponent_SetDestructibleGeometryCollection, GeometryCollection) == 0x000000, "Member 'BaseStateComponent_SetDestructibleGeometryCollection::GeometryCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseStateComponent_SetRepairBaseMesh \ static_assert(alignof(BaseStateComponent_SetRepairBaseMesh) == 0x000008, "Wrong alignment on BaseStateComponent_SetRepairBaseMesh"); \ static_assert(sizeof(BaseStateComponent_SetRepairBaseMesh) == 0x000008, "Wrong size on BaseStateComponent_SetRepairBaseMesh"); \ static_assert(offsetof(BaseStateComponent_SetRepairBaseMesh, Mesh) == 0x000000, "Member 'BaseStateComponent_SetRepairBaseMesh::Mesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseStateComponent_GetRepairBaseMesh \ static_assert(alignof(BaseStateComponent_GetRepairBaseMesh) == 0x000008, "Wrong alignment on BaseStateComponent_GetRepairBaseMesh"); \ static_assert(sizeof(BaseStateComponent_GetRepairBaseMesh) == 0x000008, "Wrong size on BaseStateComponent_GetRepairBaseMesh"); \ static_assert(offsetof(BaseStateComponent_GetRepairBaseMesh, ReturnValue) == 0x000000, "Member 'BaseStateComponent_GetRepairBaseMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseStateComponent \ static_assert(alignof(UBaseStateComponent) == 0x000008, "Wrong alignment on UBaseStateComponent"); \ static_assert(sizeof(UBaseStateComponent) == 0x0005A8, "Wrong size on UBaseStateComponent"); \ static_assert(offsetof(UBaseStateComponent, MaterialPropertyData) == 0x0000D0, "Member 'UBaseStateComponent::MaterialPropertyData' has a wrong offset!"); \ static_assert(offsetof(UBaseStateComponent, bOverrideMaterialProperties) == 0x0000D8, "Member 'UBaseStateComponent::bOverrideMaterialProperties' has a wrong offset!"); \ static_assert(offsetof(UBaseStateComponent, MaterialPropertyOverrideData) == 0x0000E0, "Member 'UBaseStateComponent::MaterialPropertyOverrideData' has a wrong offset!"); \ static_assert(offsetof(UBaseStateComponent, RepairData) == 0x000190, "Member 'UBaseStateComponent::RepairData' has a wrong offset!"); \ static_assert(offsetof(UBaseStateComponent, OverrideRepairLocation) == 0x0003C8, "Member 'UBaseStateComponent::OverrideRepairLocation' has a wrong offset!"); \ static_assert(offsetof(UBaseStateComponent, MarkupMap) == 0x0003D0, "Member 'UBaseStateComponent::MarkupMap' has a wrong offset!"); \ static_assert(offsetof(UBaseStateComponent, ImmunityTagContainer) == 0x000420, "Member 'UBaseStateComponent::ImmunityTagContainer' has a wrong offset!"); \ static_assert(offsetof(UBaseStateComponent, ImmuneUnlessCriticalTagContainer) == 0x000440, "Member 'UBaseStateComponent::ImmuneUnlessCriticalTagContainer' has a wrong offset!"); \ static_assert(offsetof(UBaseStateComponent, bImmuneToEverythingExcept) == 0x000460, "Member 'UBaseStateComponent::bImmuneToEverythingExcept' has a wrong offset!"); \ static_assert(offsetof(UBaseStateComponent, ImmuneToEverythingExceptTagContainer) == 0x000468, "Member 'UBaseStateComponent::ImmuneToEverythingExceptTagContainer' has a wrong offset!"); \ static_assert(offsetof(UBaseStateComponent, m_DbIdInfo) == 0x000488, "Member 'UBaseStateComponent::m_DbIdInfo' has a wrong offset!"); \ static_assert(offsetof(UBaseStateComponent, DynamicNavigationComponentNames) == 0x000588, "Member 'UBaseStateComponent::DynamicNavigationComponentNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BipedStateComponent_SetTeamName \ static_assert(alignof(BipedStateComponent_SetTeamName) == 0x000004, "Wrong alignment on BipedStateComponent_SetTeamName"); \ static_assert(sizeof(BipedStateComponent_SetTeamName) == 0x000008, "Wrong size on BipedStateComponent_SetTeamName"); \ static_assert(offsetof(BipedStateComponent_SetTeamName, InTeamName) == 0x000000, "Member 'BipedStateComponent_SetTeamName::InTeamName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BipedStateComponent_GetTeamName \ static_assert(alignof(BipedStateComponent_GetTeamName) == 0x000004, "Wrong alignment on BipedStateComponent_GetTeamName"); \ static_assert(sizeof(BipedStateComponent_GetTeamName) == 0x000008, "Wrong size on BipedStateComponent_GetTeamName"); \ static_assert(offsetof(BipedStateComponent_GetTeamName, ReturnValue) == 0x000000, "Member 'BipedStateComponent_GetTeamName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBipedStateComponent \ static_assert(alignof(UBipedStateComponent) == 0x000008, "Wrong alignment on UBipedStateComponent"); \ static_assert(sizeof(UBipedStateComponent) == 0x0008B8, "Wrong size on UBipedStateComponent"); \ static_assert(offsetof(UBipedStateComponent, BipedStateData) == 0x0005A8, "Member 'UBipedStateComponent::BipedStateData' has a wrong offset!"); \ static_assert(offsetof(UBipedStateComponent, TeamAsset) == 0x000828, "Member 'UBipedStateComponent::TeamAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_EnemyMoveStart \ static_assert(alignof(UAblBlendSpaceParameterGetter_EnemyMoveStart) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_EnemyMoveStart"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_EnemyMoveStart) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_EnemyMoveStart"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_ClimbLadder \ static_assert(alignof(UAblAnimationTagChooser_ClimbLadder) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_ClimbLadder"); \ static_assert(sizeof(UAblAnimationTagChooser_ClimbLadder) == 0x000058, "Wrong size on UAblAnimationTagChooser_ClimbLadder"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerCognitionStimuliTest \ static_assert(alignof(UFXAutoTriggerCognitionStimuliTest) == 0x000008, "Wrong alignment on UFXAutoTriggerCognitionStimuliTest"); \ static_assert(sizeof(UFXAutoTriggerCognitionStimuliTest) == 0x000028, "Wrong size on UFXAutoTriggerCognitionStimuliTest"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerCognitionStimuliTestNotGrayedOut \ static_assert(alignof(UFXAutoTriggerCognitionStimuliTestNotGrayedOut) == 0x000008, "Wrong alignment on UFXAutoTriggerCognitionStimuliTestNotGrayedOut"); \ static_assert(sizeof(UFXAutoTriggerCognitionStimuliTestNotGrayedOut) == 0x000028, "Wrong size on UFXAutoTriggerCognitionStimuliTestNotGrayedOut"); \ #define DUMPER7_ASSERTS_UAblStartPositionGetter_AnimNotify \ static_assert(alignof(UAblStartPositionGetter_AnimNotify) == 0x000008, "Wrong alignment on UAblStartPositionGetter_AnimNotify"); \ static_assert(sizeof(UAblStartPositionGetter_AnimNotify) == 0x000030, "Wrong size on UAblStartPositionGetter_AnimNotify"); \ static_assert(offsetof(UAblStartPositionGetter_AnimNotify, AnimNotifyEventName) == 0x000028, "Member 'UAblStartPositionGetter_AnimNotify::AnimNotifyEventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_CreatureAnimationVariation \ static_assert(alignof(UAblAnimationTagChooser_CreatureAnimationVariation) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_CreatureAnimationVariation"); \ static_assert(sizeof(UAblAnimationTagChooser_CreatureAnimationVariation) == 0x000050, "Wrong size on UAblAnimationTagChooser_CreatureAnimationVariation"); \ #define DUMPER7_ASSERTS_ACreaturePerch \ static_assert(alignof(ACreaturePerch) == 0x000008, "Wrong alignment on ACreaturePerch"); \ static_assert(sizeof(ACreaturePerch) == 0x000258, "Wrong size on ACreaturePerch"); \ static_assert(offsetof(ACreaturePerch, bIsBidirectional) == 0x000248, "Member 'ACreaturePerch::bIsBidirectional' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAmbientGhost_Character \ static_assert(alignof(AAmbientGhost_Character) == 0x000010, "Wrong alignment on AAmbientGhost_Character"); \ static_assert(sizeof(AAmbientGhost_Character) == 0x000540, "Wrong size on AAmbientGhost_Character"); \ static_assert(offsetof(AAmbientGhost_Character, SplineComponent) == 0x0004F0, "Member 'AAmbientGhost_Character::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(AAmbientGhost_Character, DistanceAlongSpline) == 0x0004F8, "Member 'AAmbientGhost_Character::DistanceAlongSpline' has a wrong offset!"); \ static_assert(offsetof(AAmbientGhost_Character, TravelDirection) == 0x0004FC, "Member 'AAmbientGhost_Character::TravelDirection' has a wrong offset!"); \ static_assert(offsetof(AAmbientGhost_Character, TravelSpeed) == 0x000500, "Member 'AAmbientGhost_Character::TravelSpeed' has a wrong offset!"); \ static_assert(offsetof(AAmbientGhost_Character, YawSpeed) == 0x000504, "Member 'AAmbientGhost_Character::YawSpeed' has a wrong offset!"); \ static_assert(offsetof(AAmbientGhost_Character, TurnToFacePlayerSpeed) == 0x000508, "Member 'AAmbientGhost_Character::TurnToFacePlayerSpeed' has a wrong offset!"); \ static_assert(offsetof(AAmbientGhost_Character, DistanceAtWhichGhostFacesPlayer) == 0x00050C, "Member 'AAmbientGhost_Character::DistanceAtWhichGhostFacesPlayer' has a wrong offset!"); \ static_assert(offsetof(AAmbientGhost_Character, VerticalDistanceAtWhichGhostFacesPlayer) == 0x000510, "Member 'AAmbientGhost_Character::VerticalDistanceAtWhichGhostFacesPlayer' has a wrong offset!"); \ static_assert(offsetof(AAmbientGhost_Character, OuterRadius) == 0x000514, "Member 'AAmbientGhost_Character::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(AAmbientGhost_Character, OuterRadiusVerticalDistance) == 0x000518, "Member 'AAmbientGhost_Character::OuterRadiusVerticalDistance' has a wrong offset!"); \ static_assert(offsetof(AAmbientGhost_Character, InnerRadius) == 0x00051C, "Member 'AAmbientGhost_Character::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(AAmbientGhost_Character, InnerRadiusVerticalDistance) == 0x000520, "Member 'AAmbientGhost_Character::InnerRadiusVerticalDistance' has a wrong offset!"); \ static_assert(offsetof(AAmbientGhost_Character, AmbientGhostAnimInstance) == 0x000524, "Member 'AAmbientGhost_Character::AmbientGhostAnimInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_CreatureCurrentStance \ static_assert(alignof(UAblAnimationTagChooser_CreatureCurrentStance) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_CreatureCurrentStance"); \ static_assert(sizeof(UAblAnimationTagChooser_CreatureCurrentStance) == 0x000050, "Wrong size on UAblAnimationTagChooser_CreatureCurrentStance"); \ #define DUMPER7_ASSERTS_UWorldFXRuleCameraPlayer \ static_assert(alignof(UWorldFXRuleCameraPlayer) == 0x000008, "Wrong alignment on UWorldFXRuleCameraPlayer"); \ static_assert(sizeof(UWorldFXRuleCameraPlayer) == 0x000028, "Wrong size on UWorldFXRuleCameraPlayer"); \ #define DUMPER7_ASSERTS_UWorldFXRuleCameraPlayerAttached \ static_assert(alignof(UWorldFXRuleCameraPlayerAttached) == 0x000008, "Wrong alignment on UWorldFXRuleCameraPlayerAttached"); \ static_assert(sizeof(UWorldFXRuleCameraPlayerAttached) == 0x000060, "Wrong size on UWorldFXRuleCameraPlayerAttached"); \ static_assert(offsetof(UWorldFXRuleCameraPlayerAttached, UniqueAttachTag) == 0x000028, "Member 'UWorldFXRuleCameraPlayerAttached::UniqueAttachTag' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleCameraPlayerAttached, AttachName) == 0x000030, "Member 'UWorldFXRuleCameraPlayerAttached::AttachName' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleCameraPlayerAttached, Position) == 0x000038, "Member 'UWorldFXRuleCameraPlayerAttached::Position' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleCameraPlayerAttached, Rotator) == 0x000044, "Member 'UWorldFXRuleCameraPlayerAttached::Rotator' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleCameraPlayerAttached, Scale) == 0x000050, "Member 'UWorldFXRuleCameraPlayerAttached::Scale' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleCameraPlayerAttached, bUseLocalOffset) == 0x00005C, "Member 'UWorldFXRuleCameraPlayerAttached::bUseLocalOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleSpawnOnCameraWithinDistance \ static_assert(alignof(UWorldFXRuleSpawnOnCameraWithinDistance) == 0x000008, "Wrong alignment on UWorldFXRuleSpawnOnCameraWithinDistance"); \ static_assert(sizeof(UWorldFXRuleSpawnOnCameraWithinDistance) == 0x000068, "Wrong size on UWorldFXRuleSpawnOnCameraWithinDistance"); \ static_assert(offsetof(UWorldFXRuleSpawnOnCameraWithinDistance, Distance) == 0x000060, "Member 'UWorldFXRuleSpawnOnCameraWithinDistance::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_CreatureBecomeAwareStance \ static_assert(alignof(UAblAnimationTagChooser_CreatureBecomeAwareStance) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_CreatureBecomeAwareStance"); \ static_assert(sizeof(UAblAnimationTagChooser_CreatureBecomeAwareStance) == 0x000050, "Wrong size on UAblAnimationTagChooser_CreatureBecomeAwareStance"); \ #define DUMPER7_ASSERTS_CreatureNurturingVolumeBase_OnBeginOverlap \ static_assert(alignof(CreatureNurturingVolumeBase_OnBeginOverlap) == 0x000008, "Wrong alignment on CreatureNurturingVolumeBase_OnBeginOverlap"); \ static_assert(sizeof(CreatureNurturingVolumeBase_OnBeginOverlap) == 0x000010, "Wrong size on CreatureNurturingVolumeBase_OnBeginOverlap"); \ static_assert(offsetof(CreatureNurturingVolumeBase_OnBeginOverlap, SelfActor) == 0x000000, "Member 'CreatureNurturingVolumeBase_OnBeginOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(CreatureNurturingVolumeBase_OnBeginOverlap, OtherActor) == 0x000008, "Member 'CreatureNurturingVolumeBase_OnBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureNurturingVolumeBase_OnEndOverlap \ static_assert(alignof(CreatureNurturingVolumeBase_OnEndOverlap) == 0x000008, "Wrong alignment on CreatureNurturingVolumeBase_OnEndOverlap"); \ static_assert(sizeof(CreatureNurturingVolumeBase_OnEndOverlap) == 0x000010, "Wrong size on CreatureNurturingVolumeBase_OnEndOverlap"); \ static_assert(offsetof(CreatureNurturingVolumeBase_OnEndOverlap, SelfActor) == 0x000000, "Member 'CreatureNurturingVolumeBase_OnEndOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(CreatureNurturingVolumeBase_OnEndOverlap, OtherActor) == 0x000008, "Member 'CreatureNurturingVolumeBase_OnEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACreatureNurturingVolumeBase \ static_assert(alignof(ACreatureNurturingVolumeBase) == 0x000008, "Wrong alignment on ACreatureNurturingVolumeBase"); \ static_assert(sizeof(ACreatureNurturingVolumeBase) == 0x000258, "Wrong size on ACreatureNurturingVolumeBase"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_CreatureLastAnimNotify \ static_assert(alignof(UAblAnimationTagChooser_CreatureLastAnimNotify) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_CreatureLastAnimNotify"); \ static_assert(sizeof(UAblAnimationTagChooser_CreatureLastAnimNotify) == 0x000060, "Wrong size on UAblAnimationTagChooser_CreatureLastAnimNotify"); \ static_assert(offsetof(UAblAnimationTagChooser_CreatureLastAnimNotify, Names) == 0x000050, "Member 'UAblAnimationTagChooser_CreatureLastAnimNotify::Names' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_OnScreenAggro \ static_assert(alignof(UCogGroupEvaluation_OnScreenAggro) == 0x000008, "Wrong alignment on UCogGroupEvaluation_OnScreenAggro"); \ static_assert(sizeof(UCogGroupEvaluation_OnScreenAggro) == 0x000038, "Wrong size on UCogGroupEvaluation_OnScreenAggro"); \ static_assert(offsetof(UCogGroupEvaluation_OnScreenAggro, ScreenBorder) == 0x000030, "Member 'UCogGroupEvaluation_OnScreenAggro::ScreenBorder' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_OnScreenAggro, OffscreenMultiplier) == 0x000034, "Member 'UCogGroupEvaluation_OnScreenAggro::OffscreenMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASimpleTopologyTestActor \ static_assert(alignof(ASimpleTopologyTestActor) == 0x000008, "Wrong alignment on ASimpleTopologyTestActor"); \ static_assert(sizeof(ASimpleTopologyTestActor) == 0x000308, "Wrong size on ASimpleTopologyTestActor"); \ static_assert(offsetof(ASimpleTopologyTestActor, Topology) == 0x000248, "Member 'ASimpleTopologyTestActor::Topology' has a wrong offset!"); \ static_assert(offsetof(ASimpleTopologyTestActor, VoxelArray) == 0x000260, "Member 'ASimpleTopologyTestActor::VoxelArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMatchAnimationPositionCharacterGetter \ static_assert(alignof(UMatchAnimationPositionCharacterGetter) == 0x000008, "Wrong alignment on UMatchAnimationPositionCharacterGetter"); \ static_assert(sizeof(UMatchAnimationPositionCharacterGetter) == 0x000028, "Wrong size on UMatchAnimationPositionCharacterGetter"); \ #define DUMPER7_ASSERTS_UMatchAnimationPositionAttachParentGetter \ static_assert(alignof(UMatchAnimationPositionAttachParentGetter) == 0x000008, "Wrong alignment on UMatchAnimationPositionAttachParentGetter"); \ static_assert(sizeof(UMatchAnimationPositionAttachParentGetter) == 0x000028, "Wrong size on UMatchAnimationPositionAttachParentGetter"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_CreatureTakeoff \ static_assert(alignof(UAblAnimationTagChooser_CreatureTakeoff) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_CreatureTakeoff"); \ static_assert(sizeof(UAblAnimationTagChooser_CreatureTakeoff) == 0x000050, "Wrong size on UAblAnimationTagChooser_CreatureTakeoff"); \ #define DUMPER7_ASSERTS_UBTDecorator_Creature_CanGraze \ static_assert(alignof(UBTDecorator_Creature_CanGraze) == 0x000008, "Wrong alignment on UBTDecorator_Creature_CanGraze"); \ static_assert(sizeof(UBTDecorator_Creature_CanGraze) == 0x000068, "Wrong size on UBTDecorator_Creature_CanGraze"); \ #define DUMPER7_ASSERTS_APhoenixBudgetedActor \ static_assert(alignof(APhoenixBudgetedActor) == 0x000008, "Wrong alignment on APhoenixBudgetedActor"); \ static_assert(sizeof(APhoenixBudgetedActor) == 0x000268, "Wrong size on APhoenixBudgetedActor"); \ static_assert(offsetof(APhoenixBudgetedActor, DefaultSignificanceBias) == 0x000260, "Member 'APhoenixBudgetedActor::DefaultSignificanceBias' has a wrong offset!"); \ static_assert(offsetof(APhoenixBudgetedActor, bAllowRegistrationWithSignificanceManager) == 0x000261, "Member 'APhoenixBudgetedActor::bAllowRegistrationWithSignificanceManager' has a wrong offset!"); \ static_assert(offsetof(APhoenixBudgetedActor, bAllowRegistrationWithLODBudgeter) == 0x000262, "Member 'APhoenixBudgetedActor::bAllowRegistrationWithLODBudgeter' has a wrong offset!"); \ static_assert(offsetof(APhoenixBudgetedActor, bAllowRegistrationWithClothBudgeter) == 0x000263, "Member 'APhoenixBudgetedActor::bAllowRegistrationWithClothBudgeter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AInteractiveObjectActor \ static_assert(alignof(AInteractiveObjectActor) == 0x000008, "Wrong alignment on AInteractiveObjectActor"); \ static_assert(sizeof(AInteractiveObjectActor) == 0x000298, "Wrong size on AInteractiveObjectActor"); \ static_assert(offsetof(AInteractiveObjectActor, ObjectState) == 0x000270, "Member 'AInteractiveObjectActor::ObjectState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATransfigurationObjectBase \ static_assert(alignof(ATransfigurationObjectBase) == 0x000008, "Wrong alignment on ATransfigurationObjectBase"); \ static_assert(sizeof(ATransfigurationObjectBase) == 0x0002A8, "Wrong size on ATransfigurationObjectBase"); \ static_assert(offsetof(ATransfigurationObjectBase, CogSourceComponent) == 0x000298, "Member 'ATransfigurationObjectBase::CogSourceComponent' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationObjectBase, bIsPreviewActor) == 0x0002A0, "Member 'ATransfigurationObjectBase::bIsPreviewActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryDesk_ApplyMaterialsToPaper \ static_assert(alignof(SanctuaryDesk_ApplyMaterialsToPaper) == 0x000008, "Wrong alignment on SanctuaryDesk_ApplyMaterialsToPaper"); \ static_assert(sizeof(SanctuaryDesk_ApplyMaterialsToPaper) == 0x000008, "Wrong size on SanctuaryDesk_ApplyMaterialsToPaper"); \ static_assert(offsetof(SanctuaryDesk_ApplyMaterialsToPaper, InPaperComponent) == 0x000000, "Member 'SanctuaryDesk_ApplyMaterialsToPaper::InPaperComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryDesk_ClearPage \ static_assert(alignof(SanctuaryDesk_ClearPage) == 0x000001, "Wrong alignment on SanctuaryDesk_ClearPage"); \ static_assert(sizeof(SanctuaryDesk_ClearPage) == 0x000001, "Wrong size on SanctuaryDesk_ClearPage"); \ static_assert(offsetof(SanctuaryDesk_ClearPage, bFrontSide) == 0x000000, "Member 'SanctuaryDesk_ClearPage::bFrontSide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASanctuaryDesk \ static_assert(alignof(ASanctuaryDesk) == 0x000008, "Wrong alignment on ASanctuaryDesk"); \ static_assert(sizeof(ASanctuaryDesk) == 0x0002E0, "Wrong size on ASanctuaryDesk"); \ static_assert(offsetof(ASanctuaryDesk, InkWritingMaterial) == 0x0002A8, "Member 'ASanctuaryDesk::InkWritingMaterial' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryDesk, InkWritingBackSideMaterial) == 0x0002B0, "Member 'ASanctuaryDesk::InkWritingBackSideMaterial' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryDesk, InkWritingCurve) == 0x0002B8, "Member 'ASanctuaryDesk::InkWritingCurve' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryDesk, FrontMaterialInstance) == 0x0002C0, "Member 'ASanctuaryDesk::FrontMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryDesk, BackMaterialInstance) == 0x0002C8, "Member 'ASanctuaryDesk::BackMaterialInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_EnemyMovePivot \ static_assert(alignof(UAblBlendSpaceParameterGetter_EnemyMovePivot) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_EnemyMovePivot"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_EnemyMovePivot) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_EnemyMovePivot"); \ #define DUMPER7_ASSERTS_UAmbientPaintingBudgeter \ static_assert(alignof(UAmbientPaintingBudgeter) == 0x000008, "Wrong alignment on UAmbientPaintingBudgeter"); \ static_assert(sizeof(UAmbientPaintingBudgeter) == 0x0000B8, "Wrong size on UAmbientPaintingBudgeter"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_TurnDirection \ static_assert(alignof(UAblAnimationTagChooser_TurnDirection) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_TurnDirection"); \ static_assert(sizeof(UAblAnimationTagChooser_TurnDirection) == 0x000068, "Wrong size on UAblAnimationTagChooser_TurnDirection"); \ static_assert(offsetof(UAblAnimationTagChooser_TurnDirection, AngleRanges) == 0x000050, "Member 'UAblAnimationTagChooser_TurnDirection::AngleRanges' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_TurnDirection, TargetDirectionGetter) == 0x000060, "Member 'UAblAnimationTagChooser_TurnDirection::TargetDirectionGetter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupBestTargetProcess_TrackTargetIsInAttackAwareness \ static_assert(alignof(UCogGroupBestTargetProcess_TrackTargetIsInAttackAwareness) == 0x000008, "Wrong alignment on UCogGroupBestTargetProcess_TrackTargetIsInAttackAwareness"); \ static_assert(sizeof(UCogGroupBestTargetProcess_TrackTargetIsInAttackAwareness) == 0x000028, "Wrong size on UCogGroupBestTargetProcess_TrackTargetIsInAttackAwareness"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_CreatureTurnDirectionWithNavCheck \ static_assert(alignof(UAblAnimationTagChooser_CreatureTurnDirectionWithNavCheck) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_CreatureTurnDirectionWithNavCheck"); \ static_assert(sizeof(UAblAnimationTagChooser_CreatureTurnDirectionWithNavCheck) == 0x000078, "Wrong size on UAblAnimationTagChooser_CreatureTurnDirectionWithNavCheck"); \ static_assert(offsetof(UAblAnimationTagChooser_CreatureTurnDirectionWithNavCheck, NavMeshCheckSettings) == 0x000068, "Member 'UAblAnimationTagChooser_CreatureTurnDirectionWithNavCheck::NavMeshCheckSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlyingBroom_AnimInstance \ static_assert(alignof(UFlyingBroom_AnimInstance) == 0x000010, "Wrong alignment on UFlyingBroom_AnimInstance"); \ static_assert(sizeof(UFlyingBroom_AnimInstance) == 0x0002D0, "Wrong size on UFlyingBroom_AnimInstance"); \ static_assert(offsetof(UFlyingBroom_AnimInstance, Turn) == 0x0002B8, "Member 'UFlyingBroom_AnimInstance::Turn' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroom_AnimInstance, Lift) == 0x0002BC, "Member 'UFlyingBroom_AnimInstance::Lift' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroom_AnimInstance, Speed) == 0x0002C0, "Member 'UFlyingBroom_AnimInstance::Speed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroom_AnimInstance, bIsFlying) == 0x0002C4, "Member 'UFlyingBroom_AnimInstance::bIsFlying' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroom_AnimInstance, bBarrelRollLeft) == 0x0002C5, "Member 'UFlyingBroom_AnimInstance::bBarrelRollLeft' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroom_AnimInstance, bBarrelRollRight) == 0x0002C6, "Member 'UFlyingBroom_AnimInstance::bBarrelRollRight' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroom_AnimInstance, bIsStrafing) == 0x0002C7, "Member 'UFlyingBroom_AnimInstance::bIsStrafing' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroom_AnimInstance, bHasHitUnknown) == 0x0002C8, "Member 'UFlyingBroom_AnimInstance::bHasHitUnknown' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroom_AnimInstance, bIsThrowingQuaffle) == 0x0002C9, "Member 'UFlyingBroom_AnimInstance::bIsThrowingQuaffle' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroom_AnimInstance, bHasHitCharacterOnBroom) == 0x0002CA, "Member 'UFlyingBroom_AnimInstance::bHasHitCharacterOnBroom' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroom_AnimInstance, bHasHitCreature) == 0x0002CB, "Member 'UFlyingBroom_AnimInstance::bHasHitCreature' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroom_AnimInstance, bHasHitCharacter) == 0x0002CC, "Member 'UFlyingBroom_AnimInstance::bHasHitCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABoilerPipe \ static_assert(alignof(ABoilerPipe) == 0x000008, "Wrong alignment on ABoilerPipe"); \ static_assert(sizeof(ABoilerPipe) == 0x000248, "Wrong size on ABoilerPipe"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_Fall \ static_assert(alignof(UAblBlendSpaceParameterGetter_Fall) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_Fall"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_Fall) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_Fall"); \ #define DUMPER7_ASSERTS_USceneActionState_PerformTaskFinishCurrentTask \ static_assert(alignof(USceneActionState_PerformTaskFinishCurrentTask) == 0x000008, "Wrong alignment on USceneActionState_PerformTaskFinishCurrentTask"); \ static_assert(sizeof(USceneActionState_PerformTaskFinishCurrentTask) == 0x000050, "Wrong size on USceneActionState_PerformTaskFinishCurrentTask"); \ #define DUMPER7_ASSERTS_UTurnDirectionTagChooser_TargetDirectionGetter \ static_assert(alignof(UTurnDirectionTagChooser_TargetDirectionGetter) == 0x000008, "Wrong alignment on UTurnDirectionTagChooser_TargetDirectionGetter"); \ static_assert(sizeof(UTurnDirectionTagChooser_TargetDirectionGetter) == 0x000028, "Wrong size on UTurnDirectionTagChooser_TargetDirectionGetter"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerInteractibleItemsFilterIsStateFromList \ static_assert(alignof(UFXAutoTriggerInteractibleItemsFilterIsStateFromList) == 0x000008, "Wrong alignment on UFXAutoTriggerInteractibleItemsFilterIsStateFromList"); \ static_assert(sizeof(UFXAutoTriggerInteractibleItemsFilterIsStateFromList) == 0x000038, "Wrong size on UFXAutoTriggerInteractibleItemsFilterIsStateFromList"); \ static_assert(offsetof(UFXAutoTriggerInteractibleItemsFilterIsStateFromList, States) == 0x000028, "Member 'UFXAutoTriggerInteractibleItemsFilterIsStateFromList::States' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblStartPositionGetter_PhaseMatch \ static_assert(alignof(UAblStartPositionGetter_PhaseMatch) == 0x000008, "Wrong alignment on UAblStartPositionGetter_PhaseMatch"); \ static_assert(sizeof(UAblStartPositionGetter_PhaseMatch) == 0x000028, "Wrong size on UAblStartPositionGetter_PhaseMatch"); \ #define DUMPER7_ASSERTS_UTurnDirectionTagChooser_QuadrupedSpineAngleGetter \ static_assert(alignof(UTurnDirectionTagChooser_QuadrupedSpineAngleGetter) == 0x000008, "Wrong alignment on UTurnDirectionTagChooser_QuadrupedSpineAngleGetter"); \ static_assert(sizeof(UTurnDirectionTagChooser_QuadrupedSpineAngleGetter) == 0x000028, "Wrong size on UTurnDirectionTagChooser_QuadrupedSpineAngleGetter"); \ #define DUMPER7_ASSERTS_CreatureState_CanCreatureBreed \ static_assert(alignof(CreatureState_CanCreatureBreed) == 0x000008, "Wrong alignment on CreatureState_CanCreatureBreed"); \ static_assert(sizeof(CreatureState_CanCreatureBreed) == 0x000018, "Wrong size on CreatureState_CanCreatureBreed"); \ static_assert(offsetof(CreatureState_CanCreatureBreed, ErrorMessage) == 0x000000, "Member 'CreatureState_CanCreatureBreed::ErrorMessage' has a wrong offset!"); \ static_assert(offsetof(CreatureState_CanCreatureBreed, ReturnValue) == 0x000010, "Member 'CreatureState_CanCreatureBreed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetBirthDateTime \ static_assert(alignof(CreatureState_GetBirthDateTime) == 0x000008, "Wrong alignment on CreatureState_GetBirthDateTime"); \ static_assert(sizeof(CreatureState_GetBirthDateTime) == 0x000008, "Wrong size on CreatureState_GetBirthDateTime"); \ static_assert(offsetof(CreatureState_GetBirthDateTime, ReturnValue) == 0x000000, "Member 'CreatureState_GetBirthDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_OnHarvestByproduct \ static_assert(alignof(CreatureState_OnHarvestByproduct) == 0x000004, "Wrong alignment on CreatureState_OnHarvestByproduct"); \ static_assert(sizeof(CreatureState_OnHarvestByproduct) == 0x000008, "Wrong size on CreatureState_OnHarvestByproduct"); \ static_assert(offsetof(CreatureState_OnHarvestByproduct, CollectorID) == 0x000000, "Member 'CreatureState_OnHarvestByproduct::CollectorID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_SetCanReturnToWild \ static_assert(alignof(CreatureState_SetCanReturnToWild) == 0x000001, "Wrong alignment on CreatureState_SetCanReturnToWild"); \ static_assert(sizeof(CreatureState_SetCanReturnToWild) == 0x000001, "Wrong size on CreatureState_SetCanReturnToWild"); \ static_assert(offsetof(CreatureState_SetCanReturnToWild, bInCanReturnToWild) == 0x000000, "Member 'CreatureState_SetCanReturnToWild::bInCanReturnToWild' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_SetIsUncapturable \ static_assert(alignof(CreatureState_SetIsUncapturable) == 0x000001, "Wrong alignment on CreatureState_SetIsUncapturable"); \ static_assert(sizeof(CreatureState_SetIsUncapturable) == 0x000001, "Wrong size on CreatureState_SetIsUncapturable"); \ static_assert(offsetof(CreatureState_SetIsUncapturable, bInIsUncapturable) == 0x000000, "Member 'CreatureState_SetIsUncapturable::bInIsUncapturable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_AreAllNeedsMet \ static_assert(alignof(CreatureState_AreAllNeedsMet) == 0x000001, "Wrong alignment on CreatureState_AreAllNeedsMet"); \ static_assert(sizeof(CreatureState_AreAllNeedsMet) == 0x000001, "Wrong size on CreatureState_AreAllNeedsMet"); \ static_assert(offsetof(CreatureState_AreAllNeedsMet, ReturnValue) == 0x000000, "Member 'CreatureState_AreAllNeedsMet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_CanStartActivity \ static_assert(alignof(CreatureState_CanStartActivity) == 0x000001, "Wrong alignment on CreatureState_CanStartActivity"); \ static_assert(sizeof(CreatureState_CanStartActivity) == 0x000001, "Wrong size on CreatureState_CanStartActivity"); \ static_assert(offsetof(CreatureState_CanStartActivity, ReturnValue) == 0x000000, "Member 'CreatureState_CanStartActivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetActivityThresholds \ static_assert(alignof(CreatureState_GetActivityThresholds) == 0x000008, "Wrong alignment on CreatureState_GetActivityThresholds"); \ static_assert(sizeof(CreatureState_GetActivityThresholds) == 0x000010, "Wrong size on CreatureState_GetActivityThresholds"); \ static_assert(offsetof(CreatureState_GetActivityThresholds, ReturnValue) == 0x000000, "Member 'CreatureState_GetActivityThresholds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetAdultIconString \ static_assert(alignof(CreatureState_GetAdultIconString) == 0x000008, "Wrong alignment on CreatureState_GetAdultIconString"); \ static_assert(sizeof(CreatureState_GetAdultIconString) == 0x000010, "Wrong size on CreatureState_GetAdultIconString"); \ static_assert(offsetof(CreatureState_GetAdultIconString, ReturnValue) == 0x000000, "Member 'CreatureState_GetAdultIconString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetBreedingGeneration \ static_assert(alignof(CreatureState_GetBreedingGeneration) == 0x000004, "Wrong alignment on CreatureState_GetBreedingGeneration"); \ static_assert(sizeof(CreatureState_GetBreedingGeneration) == 0x000004, "Wrong size on CreatureState_GetBreedingGeneration"); \ static_assert(offsetof(CreatureState_GetBreedingGeneration, ReturnValue) == 0x000000, "Member 'CreatureState_GetBreedingGeneration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetByproductCooldownProgress \ static_assert(alignof(CreatureState_GetByproductCooldownProgress) == 0x000004, "Wrong alignment on CreatureState_GetByproductCooldownProgress"); \ static_assert(sizeof(CreatureState_GetByproductCooldownProgress) == 0x000004, "Wrong size on CreatureState_GetByproductCooldownProgress"); \ static_assert(offsetof(CreatureState_GetByproductCooldownProgress, ReturnValue) == 0x000000, "Member 'CreatureState_GetByproductCooldownProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetByproductCooldownTimeLeft \ static_assert(alignof(CreatureState_GetByproductCooldownTimeLeft) == 0x000008, "Wrong alignment on CreatureState_GetByproductCooldownTimeLeft"); \ static_assert(sizeof(CreatureState_GetByproductCooldownTimeLeft) == 0x000008, "Wrong size on CreatureState_GetByproductCooldownTimeLeft"); \ static_assert(offsetof(CreatureState_GetByproductCooldownTimeLeft, ReturnValue) == 0x000000, "Member 'CreatureState_GetByproductCooldownTimeLeft::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetCanRename \ static_assert(alignof(CreatureState_GetCanRename) == 0x000001, "Wrong alignment on CreatureState_GetCanRename"); \ static_assert(sizeof(CreatureState_GetCanRename) == 0x000001, "Wrong size on CreatureState_GetCanRename"); \ static_assert(offsetof(CreatureState_GetCanRename, ReturnValue) == 0x000000, "Member 'CreatureState_GetCanRename::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetCanReturnToWild \ static_assert(alignof(CreatureState_GetCanReturnToWild) == 0x000001, "Wrong alignment on CreatureState_GetCanReturnToWild"); \ static_assert(sizeof(CreatureState_GetCanReturnToWild) == 0x000001, "Wrong size on CreatureState_GetCanReturnToWild"); \ static_assert(offsetof(CreatureState_GetCanReturnToWild, ReturnValue) == 0x000000, "Member 'CreatureState_GetCanReturnToWild::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetColorVariation \ static_assert(alignof(CreatureState_GetColorVariation) == 0x000004, "Wrong alignment on CreatureState_GetColorVariation"); \ static_assert(sizeof(CreatureState_GetColorVariation) == 0x000008, "Wrong size on CreatureState_GetColorVariation"); \ static_assert(offsetof(CreatureState_GetColorVariation, ReturnValue) == 0x000000, "Member 'CreatureState_GetColorVariation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetCreatureDisplayName \ static_assert(alignof(CreatureState_GetCreatureDisplayName) == 0x000008, "Wrong alignment on CreatureState_GetCreatureDisplayName"); \ static_assert(sizeof(CreatureState_GetCreatureDisplayName) == 0x000018, "Wrong size on CreatureState_GetCreatureDisplayName"); \ static_assert(offsetof(CreatureState_GetCreatureDisplayName, OutName) == 0x000000, "Member 'CreatureState_GetCreatureDisplayName::OutName' has a wrong offset!"); \ static_assert(offsetof(CreatureState_GetCreatureDisplayName, OutIsLocalizationKey) == 0x000010, "Member 'CreatureState_GetCreatureDisplayName::OutIsLocalizationKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetCreatureName \ static_assert(alignof(CreatureState_GetCreatureName) == 0x000008, "Wrong alignment on CreatureState_GetCreatureName"); \ static_assert(sizeof(CreatureState_GetCreatureName) == 0x000010, "Wrong size on CreatureState_GetCreatureName"); \ static_assert(offsetof(CreatureState_GetCreatureName, ReturnValue) == 0x000000, "Member 'CreatureState_GetCreatureName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetCreatureUID \ static_assert(alignof(CreatureState_GetCreatureUID) == 0x000004, "Wrong alignment on CreatureState_GetCreatureUID"); \ static_assert(sizeof(CreatureState_GetCreatureUID) == 0x000004, "Wrong size on CreatureState_GetCreatureUID"); \ static_assert(offsetof(CreatureState_GetCreatureUID, ReturnValue) == 0x000000, "Member 'CreatureState_GetCreatureUID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetDefinition \ static_assert(alignof(CreatureState_GetDefinition) == 0x000008, "Wrong alignment on CreatureState_GetDefinition"); \ static_assert(sizeof(CreatureState_GetDefinition) == 0x000008, "Wrong size on CreatureState_GetDefinition"); \ static_assert(offsetof(CreatureState_GetDefinition, ReturnValue) == 0x000000, "Member 'CreatureState_GetDefinition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetFatherUID \ static_assert(alignof(CreatureState_GetFatherUID) == 0x000004, "Wrong alignment on CreatureState_GetFatherUID"); \ static_assert(sizeof(CreatureState_GetFatherUID) == 0x000004, "Wrong size on CreatureState_GetFatherUID"); \ static_assert(offsetof(CreatureState_GetFatherUID, ReturnValue) == 0x000000, "Member 'CreatureState_GetFatherUID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetGestationTimeRemaining \ static_assert(alignof(CreatureState_GetGestationTimeRemaining) == 0x000008, "Wrong alignment on CreatureState_GetGestationTimeRemaining"); \ static_assert(sizeof(CreatureState_GetGestationTimeRemaining) == 0x000008, "Wrong size on CreatureState_GetGestationTimeRemaining"); \ static_assert(offsetof(CreatureState_GetGestationTimeRemaining, ReturnValue) == 0x000000, "Member 'CreatureState_GetGestationTimeRemaining::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetHappiness \ static_assert(alignof(CreatureState_GetHappiness) == 0x000004, "Wrong alignment on CreatureState_GetHappiness"); \ static_assert(sizeof(CreatureState_GetHappiness) == 0x000004, "Wrong size on CreatureState_GetHappiness"); \ static_assert(offsetof(CreatureState_GetHappiness, ReturnValue) == 0x000000, "Member 'CreatureState_GetHappiness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetHappinessCap \ static_assert(alignof(CreatureState_GetHappinessCap) == 0x000004, "Wrong alignment on CreatureState_GetHappinessCap"); \ static_assert(sizeof(CreatureState_GetHappinessCap) == 0x000004, "Wrong size on CreatureState_GetHappinessCap"); \ static_assert(offsetof(CreatureState_GetHappinessCap, ReturnValue) == 0x000000, "Member 'CreatureState_GetHappinessCap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetHatchingTimeRemaining \ static_assert(alignof(CreatureState_GetHatchingTimeRemaining) == 0x000008, "Wrong alignment on CreatureState_GetHatchingTimeRemaining"); \ static_assert(sizeof(CreatureState_GetHatchingTimeRemaining) == 0x000008, "Wrong size on CreatureState_GetHatchingTimeRemaining"); \ static_assert(offsetof(CreatureState_GetHatchingTimeRemaining, ReturnValue) == 0x000000, "Member 'CreatureState_GetHatchingTimeRemaining::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetIconString \ static_assert(alignof(CreatureState_GetIconString) == 0x000008, "Wrong alignment on CreatureState_GetIconString"); \ static_assert(sizeof(CreatureState_GetIconString) == 0x000010, "Wrong size on CreatureState_GetIconString"); \ static_assert(offsetof(CreatureState_GetIconString, ReturnValue) == 0x000000, "Member 'CreatureState_GetIconString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetIncubationStartDateTime \ static_assert(alignof(CreatureState_GetIncubationStartDateTime) == 0x000008, "Wrong alignment on CreatureState_GetIncubationStartDateTime"); \ static_assert(sizeof(CreatureState_GetIncubationStartDateTime) == 0x000008, "Wrong size on CreatureState_GetIncubationStartDateTime"); \ static_assert(offsetof(CreatureState_GetIncubationStartDateTime, ReturnValue) == 0x000000, "Member 'CreatureState_GetIncubationStartDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetIsByproductHarvestableByPlayer \ static_assert(alignof(CreatureState_GetIsByproductHarvestableByPlayer) == 0x000008, "Wrong alignment on CreatureState_GetIsByproductHarvestableByPlayer"); \ static_assert(sizeof(CreatureState_GetIsByproductHarvestableByPlayer) == 0x000018, "Wrong size on CreatureState_GetIsByproductHarvestableByPlayer"); \ static_assert(offsetof(CreatureState_GetIsByproductHarvestableByPlayer, OutErrorKey) == 0x000000, "Member 'CreatureState_GetIsByproductHarvestableByPlayer::OutErrorKey' has a wrong offset!"); \ static_assert(offsetof(CreatureState_GetIsByproductHarvestableByPlayer, ReturnValue) == 0x000010, "Member 'CreatureState_GetIsByproductHarvestableByPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetIsByproductReady \ static_assert(alignof(CreatureState_GetIsByproductReady) == 0x000001, "Wrong alignment on CreatureState_GetIsByproductReady"); \ static_assert(sizeof(CreatureState_GetIsByproductReady) == 0x000001, "Wrong size on CreatureState_GetIsByproductReady"); \ static_assert(offsetof(CreatureState_GetIsByproductReady, ReturnValue) == 0x000000, "Member 'CreatureState_GetIsByproductReady::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetIsMale \ static_assert(alignof(CreatureState_GetIsMale) == 0x000001, "Wrong alignment on CreatureState_GetIsMale"); \ static_assert(sizeof(CreatureState_GetIsMale) == 0x000001, "Wrong size on CreatureState_GetIsMale"); \ static_assert(offsetof(CreatureState_GetIsMale, ReturnValue) == 0x000000, "Member 'CreatureState_GetIsMale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetIsMount \ static_assert(alignof(CreatureState_GetIsMount) == 0x000001, "Wrong alignment on CreatureState_GetIsMount"); \ static_assert(sizeof(CreatureState_GetIsMount) == 0x000001, "Wrong size on CreatureState_GetIsMount"); \ static_assert(offsetof(CreatureState_GetIsMount, ReturnValue) == 0x000000, "Member 'CreatureState_GetIsMount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetIsUncapturable \ static_assert(alignof(CreatureState_GetIsUncapturable) == 0x000001, "Wrong alignment on CreatureState_GetIsUncapturable"); \ static_assert(sizeof(CreatureState_GetIsUncapturable) == 0x000001, "Wrong size on CreatureState_GetIsUncapturable"); \ static_assert(offsetof(CreatureState_GetIsUncapturable, ReturnValue) == 0x000000, "Member 'CreatureState_GetIsUncapturable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetMotherUID \ static_assert(alignof(CreatureState_GetMotherUID) == 0x000004, "Wrong alignment on CreatureState_GetMotherUID"); \ static_assert(sizeof(CreatureState_GetMotherUID) == 0x000004, "Wrong size on CreatureState_GetMotherUID"); \ static_assert(offsetof(CreatureState_GetMotherUID, ReturnValue) == 0x000000, "Member 'CreatureState_GetMotherUID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetNurturingSpaceID \ static_assert(alignof(CreatureState_GetNurturingSpaceID) == 0x000004, "Wrong alignment on CreatureState_GetNurturingSpaceID"); \ static_assert(sizeof(CreatureState_GetNurturingSpaceID) == 0x000008, "Wrong size on CreatureState_GetNurturingSpaceID"); \ static_assert(offsetof(CreatureState_GetNurturingSpaceID, ReturnValue) == 0x000000, "Member 'CreatureState_GetNurturingSpaceID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetPenUID \ static_assert(alignof(CreatureState_GetPenUID) == 0x000004, "Wrong alignment on CreatureState_GetPenUID"); \ static_assert(sizeof(CreatureState_GetPenUID) == 0x000004, "Wrong size on CreatureState_GetPenUID"); \ static_assert(offsetof(CreatureState_GetPenUID, ReturnValue) == 0x000000, "Member 'CreatureState_GetPenUID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetPregnancyStartDateTime \ static_assert(alignof(CreatureState_GetPregnancyStartDateTime) == 0x000008, "Wrong alignment on CreatureState_GetPregnancyStartDateTime"); \ static_assert(sizeof(CreatureState_GetPregnancyStartDateTime) == 0x000008, "Wrong size on CreatureState_GetPregnancyStartDateTime"); \ static_assert(offsetof(CreatureState_GetPregnancyStartDateTime, ReturnValue) == 0x000000, "Member 'CreatureState_GetPregnancyStartDateTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetPregnancyState \ static_assert(alignof(CreatureState_GetPregnancyState) == 0x000001, "Wrong alignment on CreatureState_GetPregnancyState"); \ static_assert(sizeof(CreatureState_GetPregnancyState) == 0x000001, "Wrong size on CreatureState_GetPregnancyState"); \ static_assert(offsetof(CreatureState_GetPregnancyState, ReturnValue) == 0x000000, "Member 'CreatureState_GetPregnancyState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetScaleVariation \ static_assert(alignof(CreatureState_GetScaleVariation) == 0x000004, "Wrong alignment on CreatureState_GetScaleVariation"); \ static_assert(sizeof(CreatureState_GetScaleVariation) == 0x000004, "Wrong size on CreatureState_GetScaleVariation"); \ static_assert(offsetof(CreatureState_GetScaleVariation, ReturnValue) == 0x000000, "Member 'CreatureState_GetScaleVariation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetTimeLeftToGrowUp \ static_assert(alignof(CreatureState_GetTimeLeftToGrowUp) == 0x000008, "Wrong alignment on CreatureState_GetTimeLeftToGrowUp"); \ static_assert(sizeof(CreatureState_GetTimeLeftToGrowUp) == 0x000008, "Wrong size on CreatureState_GetTimeLeftToGrowUp"); \ static_assert(offsetof(CreatureState_GetTimeLeftToGrowUp, ReturnValue) == 0x000000, "Member 'CreatureState_GetTimeLeftToGrowUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetTranslatedCreatureDisplayName \ static_assert(alignof(CreatureState_GetTranslatedCreatureDisplayName) == 0x000008, "Wrong alignment on CreatureState_GetTranslatedCreatureDisplayName"); \ static_assert(sizeof(CreatureState_GetTranslatedCreatureDisplayName) == 0x000018, "Wrong size on CreatureState_GetTranslatedCreatureDisplayName"); \ static_assert(offsetof(CreatureState_GetTranslatedCreatureDisplayName, ReturnValue) == 0x000000, "Member 'CreatureState_GetTranslatedCreatureDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetTypeID \ static_assert(alignof(CreatureState_GetTypeID) == 0x000004, "Wrong alignment on CreatureState_GetTypeID"); \ static_assert(sizeof(CreatureState_GetTypeID) == 0x000008, "Wrong size on CreatureState_GetTypeID"); \ static_assert(offsetof(CreatureState_GetTypeID, ReturnValue) == 0x000000, "Member 'CreatureState_GetTypeID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_GetUnbornChildState \ static_assert(alignof(CreatureState_GetUnbornChildState) == 0x000008, "Wrong alignment on CreatureState_GetUnbornChildState"); \ static_assert(sizeof(CreatureState_GetUnbornChildState) == 0x000008, "Wrong size on CreatureState_GetUnbornChildState"); \ static_assert(offsetof(CreatureState_GetUnbornChildState, ReturnValue) == 0x000000, "Member 'CreatureState_GetUnbornChildState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_IsAlbino \ static_assert(alignof(CreatureState_IsAlbino) == 0x000001, "Wrong alignment on CreatureState_IsAlbino"); \ static_assert(sizeof(CreatureState_IsAlbino) == 0x000001, "Wrong size on CreatureState_IsAlbino"); \ static_assert(offsetof(CreatureState_IsAlbino, ReturnValue) == 0x000000, "Member 'CreatureState_IsAlbino::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_IsByproductOnCooldown \ static_assert(alignof(CreatureState_IsByproductOnCooldown) == 0x000001, "Wrong alignment on CreatureState_IsByproductOnCooldown"); \ static_assert(sizeof(CreatureState_IsByproductOnCooldown) == 0x000001, "Wrong size on CreatureState_IsByproductOnCooldown"); \ static_assert(offsetof(CreatureState_IsByproductOnCooldown, ReturnValue) == 0x000000, "Member 'CreatureState_IsByproductOnCooldown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_IsCreatureCaptured \ static_assert(alignof(CreatureState_IsCreatureCaptured) == 0x000001, "Wrong alignment on CreatureState_IsCreatureCaptured"); \ static_assert(sizeof(CreatureState_IsCreatureCaptured) == 0x000001, "Wrong size on CreatureState_IsCreatureCaptured"); \ static_assert(offsetof(CreatureState_IsCreatureCaptured, ReturnValue) == 0x000000, "Member 'CreatureState_IsCreatureCaptured::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_IsEgg \ static_assert(alignof(CreatureState_IsEgg) == 0x000001, "Wrong alignment on CreatureState_IsEgg"); \ static_assert(sizeof(CreatureState_IsEgg) == 0x000001, "Wrong size on CreatureState_IsEgg"); \ static_assert(offsetof(CreatureState_IsEgg, ReturnValue) == 0x000000, "Member 'CreatureState_IsEgg::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_IsHappyEnoughToPlayWithToy \ static_assert(alignof(CreatureState_IsHappyEnoughToPlayWithToy) == 0x000001, "Wrong alignment on CreatureState_IsHappyEnoughToPlayWithToy"); \ static_assert(sizeof(CreatureState_IsHappyEnoughToPlayWithToy) == 0x000001, "Wrong size on CreatureState_IsHappyEnoughToPlayWithToy"); \ static_assert(offsetof(CreatureState_IsHappyEnoughToPlayWithToy, ReturnValue) == 0x000000, "Member 'CreatureState_IsHappyEnoughToPlayWithToy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_IsInConflict \ static_assert(alignof(CreatureState_IsInConflict) == 0x000001, "Wrong alignment on CreatureState_IsInConflict"); \ static_assert(sizeof(CreatureState_IsInConflict) == 0x000001, "Wrong size on CreatureState_IsInConflict"); \ static_assert(offsetof(CreatureState_IsInConflict, ReturnValue) == 0x000000, "Member 'CreatureState_IsInConflict::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_IsIncubating \ static_assert(alignof(CreatureState_IsIncubating) == 0x000001, "Wrong alignment on CreatureState_IsIncubating"); \ static_assert(sizeof(CreatureState_IsIncubating) == 0x000001, "Wrong size on CreatureState_IsIncubating"); \ static_assert(offsetof(CreatureState_IsIncubating, ReturnValue) == 0x000000, "Member 'CreatureState_IsIncubating::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_IsInSanctuary \ static_assert(alignof(CreatureState_IsInSanctuary) == 0x000001, "Wrong alignment on CreatureState_IsInSanctuary"); \ static_assert(sizeof(CreatureState_IsInSanctuary) == 0x000001, "Wrong size on CreatureState_IsInSanctuary"); \ static_assert(offsetof(CreatureState_IsInSanctuary, ReturnValue) == 0x000000, "Member 'CreatureState_IsInSanctuary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_IsNeedMet \ static_assert(alignof(CreatureState_IsNeedMet) == 0x000001, "Wrong alignment on CreatureState_IsNeedMet"); \ static_assert(sizeof(CreatureState_IsNeedMet) == 0x000002, "Wrong size on CreatureState_IsNeedMet"); \ static_assert(offsetof(CreatureState_IsNeedMet, CreatureNeed) == 0x000000, "Member 'CreatureState_IsNeedMet::CreatureNeed' has a wrong offset!"); \ static_assert(offsetof(CreatureState_IsNeedMet, ReturnValue) == 0x000001, "Member 'CreatureState_IsNeedMet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_IsPregnant \ static_assert(alignof(CreatureState_IsPregnant) == 0x000001, "Wrong alignment on CreatureState_IsPregnant"); \ static_assert(sizeof(CreatureState_IsPregnant) == 0x000001, "Wrong size on CreatureState_IsPregnant"); \ static_assert(offsetof(CreatureState_IsPregnant, ReturnValue) == 0x000000, "Member 'CreatureState_IsPregnant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureState_IsUnbornCreature \ static_assert(alignof(CreatureState_IsUnbornCreature) == 0x000001, "Wrong alignment on CreatureState_IsUnbornCreature"); \ static_assert(sizeof(CreatureState_IsUnbornCreature) == 0x000001, "Wrong size on CreatureState_IsUnbornCreature"); \ static_assert(offsetof(CreatureState_IsUnbornCreature, ReturnValue) == 0x000000, "Member 'CreatureState_IsUnbornCreature::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureState \ static_assert(alignof(UCreatureState) == 0x000008, "Wrong alignment on UCreatureState"); \ static_assert(sizeof(UCreatureState) == 0x000148, "Wrong size on UCreatureState"); \ static_assert(offsetof(UCreatureState, ByproductCooldownEndedDelegate) == 0x000048, "Member 'UCreatureState::ByproductCooldownEndedDelegate' has a wrong offset!"); \ static_assert(offsetof(UCreatureState, ByproductHarvestedDelegate) == 0x000058, "Member 'UCreatureState::ByproductHarvestedDelegate' has a wrong offset!"); \ static_assert(offsetof(UCreatureState, NeedsChangedDelegate) == 0x000068, "Member 'UCreatureState::NeedsChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UCreatureState, HappinessChangedDelegate) == 0x000078, "Member 'UCreatureState::HappinessChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UCreatureState, PregnancyStateChangedDelegate) == 0x000088, "Member 'UCreatureState::PregnancyStateChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UCreatureState, CreatureActorSpawnedDelegate) == 0x000098, "Member 'UCreatureState::CreatureActorSpawnedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBiped_MovementComponent \ static_assert(alignof(UBiped_MovementComponent) == 0x000010, "Wrong alignment on UBiped_MovementComponent"); \ static_assert(sizeof(UBiped_MovementComponent) == 0x001050, "Wrong size on UBiped_MovementComponent"); \ static_assert(offsetof(UBiped_MovementComponent, ClothCollisionPhysicsAsset) == 0x000FA8, "Member 'UBiped_MovementComponent::ClothCollisionPhysicsAsset' has a wrong offset!"); \ static_assert(offsetof(UBiped_MovementComponent, bEnableStickyLedges) == 0x000FB0, "Member 'UBiped_MovementComponent::bEnableStickyLedges' has a wrong offset!"); \ static_assert(offsetof(UBiped_MovementComponent, MaxSpeedForStickyLedges) == 0x000FB4, "Member 'UBiped_MovementComponent::MaxSpeedForStickyLedges' has a wrong offset!"); \ static_assert(offsetof(UBiped_MovementComponent, bAllowLanding) == 0x001030, "Member 'UBiped_MovementComponent::bAllowLanding' has a wrong offset!"); \ static_assert(offsetof(UBiped_MovementComponent, DefaultWalkableFloorAngle) == 0x001034, "Member 'UBiped_MovementComponent::DefaultWalkableFloorAngle' has a wrong offset!"); \ static_assert(offsetof(UBiped_MovementComponent, FallingWalkableFloorAngle) == 0x001038, "Member 'UBiped_MovementComponent::FallingWalkableFloorAngle' has a wrong offset!"); \ static_assert(offsetof(UBiped_MovementComponent, MaxFloorAngleForMovement) == 0x00103C, "Member 'UBiped_MovementComponent::MaxFloorAngleForMovement' has a wrong offset!"); \ static_assert(offsetof(UBiped_MovementComponent, CollidingCloths) == 0x001040, "Member 'UBiped_MovementComponent::CollidingCloths' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_EnemyMoveTurn \ static_assert(alignof(UAblBlendSpaceParameterGetter_EnemyMoveTurn) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_EnemyMoveTurn"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_EnemyMoveTurn) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_EnemyMoveTurn"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerCustomCompaninonBuilder \ static_assert(alignof(UFXAutoTriggerCustomCompaninonBuilder) == 0x000008, "Wrong alignment on UFXAutoTriggerCustomCompaninonBuilder"); \ static_assert(sizeof(UFXAutoTriggerCustomCompaninonBuilder) == 0x000028, "Wrong size on UFXAutoTriggerCustomCompaninonBuilder"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerCustomCompaninonBuilderNPC \ static_assert(alignof(UFXAutoTriggerCustomCompaninonBuilderNPC) == 0x000008, "Wrong alignment on UFXAutoTriggerCustomCompaninonBuilderNPC"); \ static_assert(sizeof(UFXAutoTriggerCustomCompaninonBuilderNPC) == 0x0000E8, "Wrong size on UFXAutoTriggerCustomCompaninonBuilderNPC"); \ static_assert(offsetof(UFXAutoTriggerCustomCompaninonBuilderNPC, ActorType) == 0x000028, "Member 'UFXAutoTriggerCustomCompaninonBuilderNPC::ActorType' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerCustomCompaninonBuilderNPC, Rule) == 0x000050, "Member 'UFXAutoTriggerCustomCompaninonBuilderNPC::Rule' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerCustomCompaninonBuilderNPC, NPCKey) == 0x000058, "Member 'UFXAutoTriggerCustomCompaninonBuilderNPC::NPCKey' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerCustomCompaninonBuilderNPC, NPCKeyName) == 0x0000E0, "Member 'UFXAutoTriggerCustomCompaninonBuilderNPC::NPCKeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_PauseForVanishment \ static_assert(alignof(USceneAction_PauseForVanishment) == 0x000008, "Wrong alignment on USceneAction_PauseForVanishment"); \ static_assert(sizeof(USceneAction_PauseForVanishment) == 0x000088, "Wrong size on USceneAction_PauseForVanishment"); \ #define DUMPER7_ASSERTS_AncientGate_AncientGateSetup \ static_assert(alignof(AncientGate_AncientGateSetup) == 0x000008, "Wrong alignment on AncientGate_AncientGateSetup"); \ static_assert(sizeof(AncientGate_AncientGateSetup) == 0x000038, "Wrong size on AncientGate_AncientGateSetup"); \ static_assert(offsetof(AncientGate_AncientGateSetup, i_ArrowComponent) == 0x000000, "Member 'AncientGate_AncientGateSetup::i_ArrowComponent' has a wrong offset!"); \ static_assert(offsetof(AncientGate_AncientGateSetup, i_LeftPoint) == 0x000008, "Member 'AncientGate_AncientGateSetup::i_LeftPoint' has a wrong offset!"); \ static_assert(offsetof(AncientGate_AncientGateSetup, i_RightPoint) == 0x000010, "Member 'AncientGate_AncientGateSetup::i_RightPoint' has a wrong offset!"); \ static_assert(offsetof(AncientGate_AncientGateSetup, i_RedColor) == 0x000018, "Member 'AncientGate_AncientGateSetup::i_RedColor' has a wrong offset!"); \ static_assert(offsetof(AncientGate_AncientGateSetup, i_BlueColor) == 0x000028, "Member 'AncientGate_AncientGateSetup::i_BlueColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_COLCheck_C \ static_assert(alignof(AncientGate_COLCheck_C) == 0x000008, "Wrong alignment on AncientGate_COLCheck_C"); \ static_assert(sizeof(AncientGate_COLCheck_C) == 0x000088, "Wrong size on AncientGate_COLCheck_C"); \ static_assert(offsetof(AncientGate_COLCheck_C, World) == 0x000000, "Member 'AncientGate_COLCheck_C::World' has a wrong offset!"); \ static_assert(offsetof(AncientGate_COLCheck_C, Primary) == 0x000008, "Member 'AncientGate_COLCheck_C::Primary' has a wrong offset!"); \ static_assert(offsetof(AncientGate_COLCheck_C, Dir) == 0x000018, "Member 'AncientGate_COLCheck_C::Dir' has a wrong offset!"); \ static_assert(offsetof(AncientGate_COLCheck_C, Secondary) == 0x000020, "Member 'AncientGate_COLCheck_C::Secondary' has a wrong offset!"); \ static_assert(offsetof(AncientGate_COLCheck_C, TickCount) == 0x000030, "Member 'AncientGate_COLCheck_C::TickCount' has a wrong offset!"); \ static_assert(offsetof(AncientGate_COLCheck_C, PassThruCheck) == 0x000038, "Member 'AncientGate_COLCheck_C::PassThruCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_COLDirectionParse \ static_assert(alignof(AncientGate_COLDirectionParse) == 0x000008, "Wrong alignment on AncientGate_COLDirectionParse"); \ static_assert(sizeof(AncientGate_COLDirectionParse) == 0x000010, "Wrong size on AncientGate_COLDirectionParse"); \ static_assert(offsetof(AncientGate_COLDirectionParse, World) == 0x000000, "Member 'AncientGate_COLDirectionParse::World' has a wrong offset!"); \ static_assert(offsetof(AncientGate_COLDirectionParse, Dir) == 0x000008, "Member 'AncientGate_COLDirectionParse::Dir' has a wrong offset!"); \ static_assert(offsetof(AncientGate_COLDirectionParse, ReturnValue) == 0x000009, "Member 'AncientGate_COLDirectionParse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_COLThroughGate \ static_assert(alignof(AncientGate_COLThroughGate) == 0x000008, "Wrong alignment on AncientGate_COLThroughGate"); \ static_assert(sizeof(AncientGate_COLThroughGate) == 0x000020, "Wrong size on AncientGate_COLThroughGate"); \ static_assert(offsetof(AncientGate_COLThroughGate, World) == 0x000000, "Member 'AncientGate_COLThroughGate::World' has a wrong offset!"); \ static_assert(offsetof(AncientGate_COLThroughGate, Dir) == 0x000008, "Member 'AncientGate_COLThroughGate::Dir' has a wrong offset!"); \ static_assert(offsetof(AncientGate_COLThroughGate, Current) == 0x000010, "Member 'AncientGate_COLThroughGate::Current' has a wrong offset!"); \ static_assert(offsetof(AncientGate_COLThroughGate, ReturnValue) == 0x000018, "Member 'AncientGate_COLThroughGate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_FacingAtMaterialChange \ static_assert(alignof(AncientGate_FacingAtMaterialChange) == 0x000008, "Wrong alignment on AncientGate_FacingAtMaterialChange"); \ static_assert(sizeof(AncientGate_FacingAtMaterialChange) == 0x0000A0, "Wrong size on AncientGate_FacingAtMaterialChange"); \ static_assert(offsetof(AncientGate_FacingAtMaterialChange, BlueMats) == 0x000000, "Member 'AncientGate_FacingAtMaterialChange::BlueMats' has a wrong offset!"); \ static_assert(offsetof(AncientGate_FacingAtMaterialChange, RedMats) == 0x000050, "Member 'AncientGate_FacingAtMaterialChange::RedMats' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_FacingAwayMaterialChange \ static_assert(alignof(AncientGate_FacingAwayMaterialChange) == 0x000008, "Wrong alignment on AncientGate_FacingAwayMaterialChange"); \ static_assert(sizeof(AncientGate_FacingAwayMaterialChange) == 0x0000A8, "Wrong size on AncientGate_FacingAwayMaterialChange"); \ static_assert(offsetof(AncientGate_FacingAwayMaterialChange, IsRed) == 0x000000, "Member 'AncientGate_FacingAwayMaterialChange::IsRed' has a wrong offset!"); \ static_assert(offsetof(AncientGate_FacingAwayMaterialChange, BlueMats) == 0x000008, "Member 'AncientGate_FacingAwayMaterialChange::BlueMats' has a wrong offset!"); \ static_assert(offsetof(AncientGate_FacingAwayMaterialChange, RedMats) == 0x000058, "Member 'AncientGate_FacingAwayMaterialChange::RedMats' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_GetPropertiesForTick \ static_assert(alignof(AncientGate_GetPropertiesForTick) == 0x000008, "Wrong alignment on AncientGate_GetPropertiesForTick"); \ static_assert(sizeof(AncientGate_GetPropertiesForTick) == 0x000130, "Wrong size on AncientGate_GetPropertiesForTick"); \ static_assert(offsetof(AncientGate_GetPropertiesForTick, PassThroughCheck) == 0x000000, "Member 'AncientGate_GetPropertiesForTick::PassThroughCheck' has a wrong offset!"); \ static_assert(offsetof(AncientGate_GetPropertiesForTick, RedBaseFogs) == 0x000050, "Member 'AncientGate_GetPropertiesForTick::RedBaseFogs' has a wrong offset!"); \ static_assert(offsetof(AncientGate_GetPropertiesForTick, BlueBaseFogs) == 0x000060, "Member 'AncientGate_GetPropertiesForTick::BlueBaseFogs' has a wrong offset!"); \ static_assert(offsetof(AncientGate_GetPropertiesForTick, BlueMats) == 0x000070, "Member 'AncientGate_GetPropertiesForTick::BlueMats' has a wrong offset!"); \ static_assert(offsetof(AncientGate_GetPropertiesForTick, RedMats) == 0x0000C0, "Member 'AncientGate_GetPropertiesForTick::RedMats' has a wrong offset!"); \ static_assert(offsetof(AncientGate_GetPropertiesForTick, RedTargets) == 0x000110, "Member 'AncientGate_GetPropertiesForTick::RedTargets' has a wrong offset!"); \ static_assert(offsetof(AncientGate_GetPropertiesForTick, BlueTargets) == 0x000120, "Member 'AncientGate_GetPropertiesForTick::BlueTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_InitialMaterialSetup \ static_assert(alignof(AncientGate_InitialMaterialSetup) == 0x000008, "Wrong alignment on AncientGate_InitialMaterialSetup"); \ static_assert(sizeof(AncientGate_InitialMaterialSetup) == 0x0000E0, "Wrong size on AncientGate_InitialMaterialSetup"); \ static_assert(offsetof(AncientGate_InitialMaterialSetup, i_RedTarget) == 0x000000, "Member 'AncientGate_InitialMaterialSetup::i_RedTarget' has a wrong offset!"); \ static_assert(offsetof(AncientGate_InitialMaterialSetup, i_BlueTarget) == 0x000010, "Member 'AncientGate_InitialMaterialSetup::i_BlueTarget' has a wrong offset!"); \ static_assert(offsetof(AncientGate_InitialMaterialSetup, i_RedMaterials) == 0x000020, "Member 'AncientGate_InitialMaterialSetup::i_RedMaterials' has a wrong offset!"); \ static_assert(offsetof(AncientGate_InitialMaterialSetup, i_BlueMaterials) == 0x000070, "Member 'AncientGate_InitialMaterialSetup::i_BlueMaterials' has a wrong offset!"); \ static_assert(offsetof(AncientGate_InitialMaterialSetup, i_RedColor) == 0x0000C0, "Member 'AncientGate_InitialMaterialSetup::i_RedColor' has a wrong offset!"); \ static_assert(offsetof(AncientGate_InitialMaterialSetup, i_BlueColor) == 0x0000D0, "Member 'AncientGate_InitialMaterialSetup::i_BlueColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_LookingAtGate \ static_assert(alignof(AncientGate_LookingAtGate) == 0x000008, "Wrong alignment on AncientGate_LookingAtGate"); \ static_assert(sizeof(AncientGate_LookingAtGate) == 0x000010, "Wrong size on AncientGate_LookingAtGate"); \ static_assert(offsetof(AncientGate_LookingAtGate, World) == 0x000000, "Member 'AncientGate_LookingAtGate::World' has a wrong offset!"); \ static_assert(offsetof(AncientGate_LookingAtGate, ReturnValue) == 0x000008, "Member 'AncientGate_LookingAtGate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_MaterialCutoutFlip \ static_assert(alignof(AncientGate_MaterialCutoutFlip) == 0x000008, "Wrong alignment on AncientGate_MaterialCutoutFlip"); \ static_assert(sizeof(AncientGate_MaterialCutoutFlip) == 0x0000B0, "Wrong size on AncientGate_MaterialCutoutFlip"); \ static_assert(offsetof(AncientGate_MaterialCutoutFlip, i_RedMaterials) == 0x000000, "Member 'AncientGate_MaterialCutoutFlip::i_RedMaterials' has a wrong offset!"); \ static_assert(offsetof(AncientGate_MaterialCutoutFlip, i_BlueMaterials) == 0x000050, "Member 'AncientGate_MaterialCutoutFlip::i_BlueMaterials' has a wrong offset!"); \ static_assert(offsetof(AncientGate_MaterialCutoutFlip, i_Collection) == 0x0000A0, "Member 'AncientGate_MaterialCutoutFlip::i_Collection' has a wrong offset!"); \ static_assert(offsetof(AncientGate_MaterialCutoutFlip, bIsRedSide) == 0x0000A8, "Member 'AncientGate_MaterialCutoutFlip::bIsRedSide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_MaterialSetup \ static_assert(alignof(AncientGate_MaterialSetup) == 0x000008, "Wrong alignment on AncientGate_MaterialSetup"); \ static_assert(sizeof(AncientGate_MaterialSetup) == 0x000070, "Wrong size on AncientGate_MaterialSetup"); \ static_assert(offsetof(AncientGate_MaterialSetup, i_Target) == 0x000000, "Member 'AncientGate_MaterialSetup::i_Target' has a wrong offset!"); \ static_assert(offsetof(AncientGate_MaterialSetup, i_Materials) == 0x000010, "Member 'AncientGate_MaterialSetup::i_Materials' has a wrong offset!"); \ static_assert(offsetof(AncientGate_MaterialSetup, i_Color) == 0x000060, "Member 'AncientGate_MaterialSetup::i_Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_Recall \ static_assert(alignof(AncientGate_Recall) == 0x000008, "Wrong alignment on AncientGate_Recall"); \ static_assert(sizeof(AncientGate_Recall) == 0x000010, "Wrong size on AncientGate_Recall"); \ static_assert(offsetof(AncientGate_Recall, Who) == 0x000000, "Member 'AncientGate_Recall::Who' has a wrong offset!"); \ static_assert(offsetof(AncientGate_Recall, Pedestal) == 0x000008, "Member 'AncientGate_Recall::Pedestal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_SetActorCollision \ static_assert(alignof(AncientGate_SetActorCollision) == 0x000008, "Wrong alignment on AncientGate_SetActorCollision"); \ static_assert(sizeof(AncientGate_SetActorCollision) == 0x000060, "Wrong size on AncientGate_SetActorCollision"); \ static_assert(offsetof(AncientGate_SetActorCollision, i_Actor) == 0x000000, "Member 'AncientGate_SetActorCollision::i_Actor' has a wrong offset!"); \ static_assert(offsetof(AncientGate_SetActorCollision, i_Response) == 0x000008, "Member 'AncientGate_SetActorCollision::i_Response' has a wrong offset!"); \ static_assert(offsetof(AncientGate_SetActorCollision, i_PassThroughCheck) == 0x000010, "Member 'AncientGate_SetActorCollision::i_PassThroughCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_SetAllCollisions \ static_assert(alignof(AncientGate_SetAllCollisions) == 0x000008, "Wrong alignment on AncientGate_SetAllCollisions"); \ static_assert(sizeof(AncientGate_SetAllCollisions) == 0x000078, "Wrong size on AncientGate_SetAllCollisions"); \ static_assert(offsetof(AncientGate_SetAllCollisions, i_RedTarget) == 0x000000, "Member 'AncientGate_SetAllCollisions::i_RedTarget' has a wrong offset!"); \ static_assert(offsetof(AncientGate_SetAllCollisions, i_BlueTarget) == 0x000010, "Member 'AncientGate_SetAllCollisions::i_BlueTarget' has a wrong offset!"); \ static_assert(offsetof(AncientGate_SetAllCollisions, i_PassThroughCheck) == 0x000020, "Member 'AncientGate_SetAllCollisions::i_PassThroughCheck' has a wrong offset!"); \ static_assert(offsetof(AncientGate_SetAllCollisions, bIsRed) == 0x000070, "Member 'AncientGate_SetAllCollisions::bIsRed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_SetCollision_C \ static_assert(alignof(AncientGate_SetCollision_C) == 0x000008, "Wrong alignment on AncientGate_SetCollision_C"); \ static_assert(sizeof(AncientGate_SetCollision_C) == 0x000060, "Wrong size on AncientGate_SetCollision_C"); \ static_assert(offsetof(AncientGate_SetCollision_C, Actor) == 0x000000, "Member 'AncientGate_SetCollision_C::Actor' has a wrong offset!"); \ static_assert(offsetof(AncientGate_SetCollision_C, Response) == 0x000008, "Member 'AncientGate_SetCollision_C::Response' has a wrong offset!"); \ static_assert(offsetof(AncientGate_SetCollision_C, PassThruCheck) == 0x000010, "Member 'AncientGate_SetCollision_C::PassThruCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_SetMaterialParamsThroughGate \ static_assert(alignof(AncientGate_SetMaterialParamsThroughGate) == 0x000008, "Wrong alignment on AncientGate_SetMaterialParamsThroughGate"); \ static_assert(sizeof(AncientGate_SetMaterialParamsThroughGate) == 0x000010, "Wrong size on AncientGate_SetMaterialParamsThroughGate"); \ static_assert(offsetof(AncientGate_SetMaterialParamsThroughGate, World) == 0x000000, "Member 'AncientGate_SetMaterialParamsThroughGate::World' has a wrong offset!"); \ static_assert(offsetof(AncientGate_SetMaterialParamsThroughGate, Collection) == 0x000008, "Member 'AncientGate_SetMaterialParamsThroughGate::Collection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_SetScalarParameterOnAll \ static_assert(alignof(AncientGate_SetScalarParameterOnAll) == 0x000008, "Wrong alignment on AncientGate_SetScalarParameterOnAll"); \ static_assert(sizeof(AncientGate_SetScalarParameterOnAll) == 0x000020, "Wrong size on AncientGate_SetScalarParameterOnAll"); \ static_assert(offsetof(AncientGate_SetScalarParameterOnAll, Mats) == 0x000000, "Member 'AncientGate_SetScalarParameterOnAll::Mats' has a wrong offset!"); \ static_assert(offsetof(AncientGate_SetScalarParameterOnAll, ParameterName) == 0x000010, "Member 'AncientGate_SetScalarParameterOnAll::ParameterName' has a wrong offset!"); \ static_assert(offsetof(AncientGate_SetScalarParameterOnAll, Value) == 0x000018, "Member 'AncientGate_SetScalarParameterOnAll::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_SimpleCollisionToggle \ static_assert(alignof(AncientGate_SimpleCollisionToggle) == 0x000008, "Wrong alignment on AncientGate_SimpleCollisionToggle"); \ static_assert(sizeof(AncientGate_SimpleCollisionToggle) == 0x000078, "Wrong size on AncientGate_SimpleCollisionToggle"); \ static_assert(offsetof(AncientGate_SimpleCollisionToggle, IsRed) == 0x000000, "Member 'AncientGate_SimpleCollisionToggle::IsRed' has a wrong offset!"); \ static_assert(offsetof(AncientGate_SimpleCollisionToggle, RedTargets) == 0x000008, "Member 'AncientGate_SimpleCollisionToggle::RedTargets' has a wrong offset!"); \ static_assert(offsetof(AncientGate_SimpleCollisionToggle, BlueTargets) == 0x000018, "Member 'AncientGate_SimpleCollisionToggle::BlueTargets' has a wrong offset!"); \ static_assert(offsetof(AncientGate_SimpleCollisionToggle, PassThruCheck) == 0x000028, "Member 'AncientGate_SimpleCollisionToggle::PassThruCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGate_UpdateBaseFog_C \ static_assert(alignof(AncientGate_UpdateBaseFog_C) == 0x000008, "Wrong alignment on AncientGate_UpdateBaseFog_C"); \ static_assert(sizeof(AncientGate_UpdateBaseFog_C) == 0x000028, "Wrong size on AncientGate_UpdateBaseFog_C"); \ static_assert(offsetof(AncientGate_UpdateBaseFog_C, World) == 0x000000, "Member 'AncientGate_UpdateBaseFog_C::World' has a wrong offset!"); \ static_assert(offsetof(AncientGate_UpdateBaseFog_C, RedBaseFogs) == 0x000008, "Member 'AncientGate_UpdateBaseFog_C::RedBaseFogs' has a wrong offset!"); \ static_assert(offsetof(AncientGate_UpdateBaseFog_C, BlueBaseFogs) == 0x000018, "Member 'AncientGate_UpdateBaseFog_C::BlueBaseFogs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAncientGate \ static_assert(alignof(AAncientGate) == 0x000008, "Wrong alignment on AAncientGate"); \ static_assert(sizeof(AAncientGate) == 0x000338, "Wrong size on AAncientGate"); \ static_assert(offsetof(AAncientGate, m_CurrentLeft) == 0x000248, "Member 'AAncientGate::m_CurrentLeft' has a wrong offset!"); \ static_assert(offsetof(AAncientGate, m_CurrentRight) == 0x000250, "Member 'AAncientGate::m_CurrentRight' has a wrong offset!"); \ static_assert(offsetof(AAncientGate, m_Collection) == 0x000258, "Member 'AAncientGate::m_Collection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_CrouchTurnMoveStart \ static_assert(alignof(UAblAnimationTagChooser_CrouchTurnMoveStart) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_CrouchTurnMoveStart"); \ static_assert(sizeof(UAblAnimationTagChooser_CrouchTurnMoveStart) == 0x000070, "Wrong size on UAblAnimationTagChooser_CrouchTurnMoveStart"); \ static_assert(offsetof(UAblAnimationTagChooser_CrouchTurnMoveStart, bMotionMatching) == 0x000050, "Member 'UAblAnimationTagChooser_CrouchTurnMoveStart::bMotionMatching' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_CrouchTurnMoveStart, FootPositionWeight) == 0x000054, "Member 'UAblAnimationTagChooser_CrouchTurnMoveStart::FootPositionWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_CrouchTurnMoveStart, FootVelocityWeight) == 0x000060, "Member 'UAblAnimationTagChooser_CrouchTurnMoveStart::FootVelocityWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_CrouchTurnMoveStop \ static_assert(alignof(UAblAnimationTagChooser_CrouchTurnMoveStop) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_CrouchTurnMoveStop"); \ static_assert(sizeof(UAblAnimationTagChooser_CrouchTurnMoveStop) == 0x000068, "Wrong size on UAblAnimationTagChooser_CrouchTurnMoveStop"); \ static_assert(offsetof(UAblAnimationTagChooser_CrouchTurnMoveStop, FootPositionWeight) == 0x000050, "Member 'UAblAnimationTagChooser_CrouchTurnMoveStop::FootPositionWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_CrouchTurnMoveStop, FootVelocityWeight) == 0x00005C, "Member 'UAblAnimationTagChooser_CrouchTurnMoveStop::FootVelocityWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreaturePerchComponent \ static_assert(alignof(UCreaturePerchComponent) == 0x000010, "Wrong alignment on UCreaturePerchComponent"); \ static_assert(sizeof(UCreaturePerchComponent) == 0x0004B0, "Wrong size on UCreaturePerchComponent"); \ static_assert(offsetof(UCreaturePerchComponent, bIsBidirectional) == 0x000498, "Member 'UCreaturePerchComponent::bIsBidirectional' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_CombatLean \ static_assert(alignof(UAblBlendSpaceParameterGetter_CombatLean) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_CombatLean"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_CombatLean) == 0x000030, "Wrong size on UAblBlendSpaceParameterGetter_CombatLean"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_CombatLean, MinValue) == 0x000028, "Member 'UAblBlendSpaceParameterGetter_CombatLean::MinValue' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_CombatLean, MaxValue) == 0x00002C, "Member 'UAblBlendSpaceParameterGetter_CombatLean::MaxValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_DeathlyHallows \ static_assert(alignof(UAblAnimationTagChooser_DeathlyHallows) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_DeathlyHallows"); \ static_assert(sizeof(UAblAnimationTagChooser_DeathlyHallows) == 0x000098, "Wrong size on UAblAnimationTagChooser_DeathlyHallows"); \ static_assert(offsetof(UAblAnimationTagChooser_DeathlyHallows, BaseTags) == 0x000050, "Member 'UAblAnimationTagChooser_DeathlyHallows::BaseTags' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_DeathlyHallows, LeftFootTag) == 0x000070, "Member 'UAblAnimationTagChooser_DeathlyHallows::LeftFootTag' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_DeathlyHallows, RightFootTag) == 0x000078, "Member 'UAblAnimationTagChooser_DeathlyHallows::RightFootTag' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_DeathlyHallows, StoneTag) == 0x000080, "Member 'UAblAnimationTagChooser_DeathlyHallows::StoneTag' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_DeathlyHallows, WandTag) == 0x000088, "Member 'UAblAnimationTagChooser_DeathlyHallows::WandTag' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_DeathlyHallows, CloakTag) == 0x000090, "Member 'UAblAnimationTagChooser_DeathlyHallows::CloakTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_NPCMobilityTurnAssist \ static_assert(alignof(URootMotionModifierProperties_NPCMobilityTurnAssist) == 0x000008, "Wrong alignment on URootMotionModifierProperties_NPCMobilityTurnAssist"); \ static_assert(sizeof(URootMotionModifierProperties_NPCMobilityTurnAssist) == 0x000038, "Wrong size on URootMotionModifierProperties_NPCMobilityTurnAssist"); \ static_assert(offsetof(URootMotionModifierProperties_NPCMobilityTurnAssist, TurnAssistMode) == 0x000030, "Member 'URootMotionModifierProperties_NPCMobilityTurnAssist::TurnAssistMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_DirectionalTurns \ static_assert(alignof(UAblAnimationTagChooser_DirectionalTurns) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_DirectionalTurns"); \ static_assert(sizeof(UAblAnimationTagChooser_DirectionalTurns) == 0x000050, "Wrong size on UAblAnimationTagChooser_DirectionalTurns"); \ #define DUMPER7_ASSERTS_UMapFXBase \ static_assert(alignof(UMapFXBase) == 0x000008, "Wrong alignment on UMapFXBase"); \ static_assert(sizeof(UMapFXBase) == 0x000030, "Wrong size on UMapFXBase"); \ #define DUMPER7_ASSERTS_UBTDCustomLoopCount_CreatureCombat_NumBehaviorCyclesBeforeReposition \ static_assert(alignof(UBTDCustomLoopCount_CreatureCombat_NumBehaviorCyclesBeforeReposition) == 0x000008, "Wrong alignment on UBTDCustomLoopCount_CreatureCombat_NumBehaviorCyclesBeforeReposition"); \ static_assert(sizeof(UBTDCustomLoopCount_CreatureCombat_NumBehaviorCyclesBeforeReposition) == 0x000028, "Wrong size on UBTDCustomLoopCount_CreatureCombat_NumBehaviorCyclesBeforeReposition"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_EnemyTurnToPlayer \ static_assert(alignof(UAblBlendSpaceParameterGetter_EnemyTurnToPlayer) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_EnemyTurnToPlayer"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_EnemyTurnToPlayer) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_EnemyTurnToPlayer"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_DirectionBased \ static_assert(alignof(UAblAnimationTagChooser_DirectionBased) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_DirectionBased"); \ static_assert(sizeof(UAblAnimationTagChooser_DirectionBased) == 0x000060, "Wrong size on UAblAnimationTagChooser_DirectionBased"); \ static_assert(offsetof(UAblAnimationTagChooser_DirectionBased, NumAngles) == 0x000050, "Member 'UAblAnimationTagChooser_DirectionBased::NumAngles' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_DirectionBased, bWrapAngles) == 0x000054, "Member 'UAblAnimationTagChooser_DirectionBased::bWrapAngles' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_DirectionBased, bSetFixedToDesiredDirection) == 0x000055, "Member 'UAblAnimationTagChooser_DirectionBased::bSetFixedToDesiredDirection' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_DirectionBased, bLeftFootAtEndOfList) == 0x000056, "Member 'UAblAnimationTagChooser_DirectionBased::bLeftFootAtEndOfList' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_DirectionBased, NumSpeeds) == 0x000058, "Member 'UAblAnimationTagChooser_DirectionBased::NumSpeeds' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_DirectionBased, bUseFootPlacement) == 0x00005C, "Member 'UAblAnimationTagChooser_DirectionBased::bUseFootPlacement' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_DirectionBased, DirectionType) == 0x00005D, "Member 'UAblAnimationTagChooser_DirectionBased::DirectionType' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_DirectionBased, bDebugDraw) == 0x00005E, "Member 'UAblAnimationTagChooser_DirectionBased::bDebugDraw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainPlayerAimBlend \ static_assert(alignof(URenderSettingsCustomBlendDomainPlayerAimBlend) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainPlayerAimBlend"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainPlayerAimBlend) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainPlayerAimBlend"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_DodgeDuck \ static_assert(alignof(UAblAnimationTagChooser_DodgeDuck) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_DodgeDuck"); \ static_assert(sizeof(UAblAnimationTagChooser_DodgeDuck) == 0x000050, "Wrong size on UAblAnimationTagChooser_DodgeDuck"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateLightingFeatures \ static_assert(alignof(UMaterialSwapMeshStateLightingFeatures) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateLightingFeatures"); \ static_assert(sizeof(UMaterialSwapMeshStateLightingFeatures) == 0x000030, "Wrong size on UMaterialSwapMeshStateLightingFeatures"); \ static_assert(offsetof(UMaterialSwapMeshStateLightingFeatures, LightingFeatures) == 0x000028, "Member 'UMaterialSwapMeshStateLightingFeatures::LightingFeatures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Spell_IsDeadlyAttack \ static_assert(alignof(UModFilter_DealDamage_Spell_IsDeadlyAttack) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Spell_IsDeadlyAttack"); \ static_assert(sizeof(UModFilter_DealDamage_Spell_IsDeadlyAttack) == 0x000030, "Wrong size on UModFilter_DealDamage_Spell_IsDeadlyAttack"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_Move \ static_assert(alignof(UAblBlendSpaceParameterGetter_Move) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_Move"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_Move) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_Move"); \ #define DUMPER7_ASSERTS_UBTService_Creature_ReservePerch \ static_assert(alignof(UBTService_Creature_ReservePerch) == 0x000008, "Wrong alignment on UBTService_Creature_ReservePerch"); \ static_assert(sizeof(UBTService_Creature_ReservePerch) == 0x000070, "Wrong size on UBTService_Creature_ReservePerch"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_DodgeRoll \ static_assert(alignof(UAblAnimationTagChooser_DodgeRoll) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_DodgeRoll"); \ static_assert(sizeof(UAblAnimationTagChooser_DodgeRoll) == 0x000050, "Wrong size on UAblAnimationTagChooser_DodgeRoll"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_ScaleZToPlayer \ static_assert(alignof(URootMotionModifierProperties_ScaleZToPlayer) == 0x000008, "Wrong alignment on URootMotionModifierProperties_ScaleZToPlayer"); \ static_assert(sizeof(URootMotionModifierProperties_ScaleZToPlayer) == 0x000040, "Wrong size on URootMotionModifierProperties_ScaleZToPlayer"); \ static_assert(offsetof(URootMotionModifierProperties_ScaleZToPlayer, SkeletalMesh) == 0x000030, "Member 'URootMotionModifierProperties_ScaleZToPlayer::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_ScaleZToPlayer, BoneName) == 0x000038, "Member 'URootMotionModifierProperties_ScaleZToPlayer::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_Enemy \ static_assert(alignof(UAblAnimationTagChooser_Enemy) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_Enemy"); \ static_assert(sizeof(UAblAnimationTagChooser_Enemy) == 0x000058, "Wrong size on UAblAnimationTagChooser_Enemy"); \ static_assert(offsetof(UAblAnimationTagChooser_Enemy, TagContainer) == 0x000050, "Member 'UAblAnimationTagChooser_Enemy::TagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObjectStateDataContainerBase \ static_assert(alignof(UObjectStateDataContainerBase) == 0x000008, "Wrong alignment on UObjectStateDataContainerBase"); \ static_assert(sizeof(UObjectStateDataContainerBase) == 0x000028, "Wrong size on UObjectStateDataContainerBase"); \ #define DUMPER7_ASSERTS_UBipedStateDataContainer \ static_assert(alignof(UBipedStateDataContainer) == 0x000008, "Wrong alignment on UBipedStateDataContainer"); \ static_assert(sizeof(UBipedStateDataContainer) == 0x0002A8, "Wrong size on UBipedStateDataContainer"); \ static_assert(offsetof(UBipedStateDataContainer, Data) == 0x000028, "Member 'UBipedStateDataContainer::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_Hitch \ static_assert(alignof(UAblBlendSpaceParameterGetter_Hitch) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_Hitch"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_Hitch) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_Hitch"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerCognitionStimuliTestNot \ static_assert(alignof(UFXAutoTriggerCognitionStimuliTestNot) == 0x000008, "Wrong alignment on UFXAutoTriggerCognitionStimuliTestNot"); \ static_assert(sizeof(UFXAutoTriggerCognitionStimuliTestNot) == 0x000030, "Wrong size on UFXAutoTriggerCognitionStimuliTestNot"); \ static_assert(offsetof(UFXAutoTriggerCognitionStimuliTestNot, Test) == 0x000028, "Member 'UFXAutoTriggerCognitionStimuliTestNot::Test' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_EnemyContainer \ static_assert(alignof(UAblAnimationTagChooser_EnemyContainer) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_EnemyContainer"); \ static_assert(sizeof(UAblAnimationTagChooser_EnemyContainer) == 0x0000C8, "Wrong size on UAblAnimationTagChooser_EnemyContainer"); \ static_assert(offsetof(UAblAnimationTagChooser_EnemyContainer, ContainerSource) == 0x000050, "Member 'UAblAnimationTagChooser_EnemyContainer::ContainerSource' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_EnemyContainer, AttackTagContainer) == 0x000058, "Member 'UAblAnimationTagChooser_EnemyContainer::AttackTagContainer' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_EnemyContainer, bAddWeaponTags) == 0x000078, "Member 'UAblAnimationTagChooser_EnemyContainer::bAddWeaponTags' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_EnemyContainer, bAddWeaponsTagsIfMatchAttackType) == 0x000079, "Member 'UAblAnimationTagChooser_EnemyContainer::bAddWeaponsTagsIfMatchAttackType' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_EnemyContainer, WeaponTagsAttackTagContainer) == 0x000080, "Member 'UAblAnimationTagChooser_EnemyContainer::WeaponTagsAttackTagContainer' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_EnemyContainer, bAddDirectionalTags) == 0x0000A0, "Member 'UAblAnimationTagChooser_EnemyContainer::bAddDirectionalTags' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_EnemyContainer, bAddDirectionalTagsIfMatchAttackType) == 0x0000A1, "Member 'UAblAnimationTagChooser_EnemyContainer::bAddDirectionalTagsIfMatchAttackType' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_EnemyContainer, DirectionalTagsAttackTagContainer) == 0x0000A8, "Member 'UAblAnimationTagChooser_EnemyContainer::DirectionalTagsAttackTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldEventCondition \ static_assert(alignof(UWorldEventCondition) == 0x000008, "Wrong alignment on UWorldEventCondition"); \ static_assert(sizeof(UWorldEventCondition) == 0x000038, "Wrong size on UWorldEventCondition"); \ static_assert(offsetof(UWorldEventCondition, bNotValid) == 0x000030, "Member 'UWorldEventCondition::bNotValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldEventCondition_Mission \ static_assert(alignof(UWorldEventCondition_Mission) == 0x000008, "Wrong alignment on UWorldEventCondition_Mission"); \ static_assert(sizeof(UWorldEventCondition_Mission) == 0x000050, "Wrong size on UWorldEventCondition_Mission"); \ static_assert(offsetof(UWorldEventCondition_Mission, MissionName) == 0x000038, "Member 'UWorldEventCondition_Mission::MissionName' has a wrong offset!"); \ static_assert(offsetof(UWorldEventCondition_Mission, MissionStatusToCheck) == 0x000040, "Member 'UWorldEventCondition_Mission::MissionStatusToCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_EnemyAlert \ static_assert(alignof(UAblAnimationTagChooser_EnemyAlert) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_EnemyAlert"); \ static_assert(sizeof(UAblAnimationTagChooser_EnemyAlert) == 0x0000D0, "Wrong size on UAblAnimationTagChooser_EnemyAlert"); \ static_assert(offsetof(UAblAnimationTagChooser_EnemyAlert, AlertState) == 0x0000C8, "Member 'UAblAnimationTagChooser_EnemyAlert::AlertState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_CreatureCombatSubtreeAvailable \ static_assert(alignof(UBTDecorator_CreatureCombatSubtreeAvailable) == 0x000008, "Wrong alignment on UBTDecorator_CreatureCombatSubtreeAvailable"); \ static_assert(sizeof(UBTDecorator_CreatureCombatSubtreeAvailable) == 0x000070, "Wrong size on UBTDecorator_CreatureCombatSubtreeAvailable"); \ static_assert(offsetof(UBTDecorator_CreatureCombatSubtreeAvailable, CombatData) == 0x000068, "Member 'UBTDecorator_CreatureCombatSubtreeAvailable::CombatData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RuneJunctionSwitch_RuneHitBySpell \ static_assert(alignof(RuneJunctionSwitch_RuneHitBySpell) == 0x000008, "Wrong alignment on RuneJunctionSwitch_RuneHitBySpell"); \ static_assert(sizeof(RuneJunctionSwitch_RuneHitBySpell) == 0x000008, "Wrong size on RuneJunctionSwitch_RuneHitBySpell"); \ static_assert(offsetof(RuneJunctionSwitch_RuneHitBySpell, RuneSwitch) == 0x000000, "Member 'RuneJunctionSwitch_RuneHitBySpell::RuneSwitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARuneJunctionSwitch \ static_assert(alignof(ARuneJunctionSwitch) == 0x000008, "Wrong alignment on ARuneJunctionSwitch"); \ static_assert(sizeof(ARuneJunctionSwitch) == 0x000250, "Wrong size on ARuneJunctionSwitch"); \ static_assert(offsetof(ARuneJunctionSwitch, bIsUnderHeat) == 0x000248, "Member 'ARuneJunctionSwitch::bIsUnderHeat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Spell_IsDada \ static_assert(alignof(UModFilter_DealDamage_Spell_IsDada) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Spell_IsDada"); \ static_assert(sizeof(UModFilter_DealDamage_Spell_IsDada) == 0x000030, "Wrong size on UModFilter_DealDamage_Spell_IsDada"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_EnemyShuffle \ static_assert(alignof(UAblBlendSpaceParameterGetter_EnemyShuffle) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_EnemyShuffle"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_EnemyShuffle) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_EnemyShuffle"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_EnemyAttack \ static_assert(alignof(UAblAnimationTagChooser_EnemyAttack) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_EnemyAttack"); \ static_assert(sizeof(UAblAnimationTagChooser_EnemyAttack) == 0x0000C8, "Wrong size on UAblAnimationTagChooser_EnemyAttack"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainPlayerRequirement \ static_assert(alignof(URenderSettingsCustomBlendDomainPlayerRequirement) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainPlayerRequirement"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainPlayerRequirement) == 0x000030, "Wrong size on URenderSettingsCustomBlendDomainPlayerRequirement"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainPlayerRequirement, PlayerRequirement) == 0x000028, "Member 'URenderSettingsCustomBlendDomainPlayerRequirement::PlayerRequirement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_Slide \ static_assert(alignof(URootMotionModifierProperties_Slide) == 0x000008, "Wrong alignment on URootMotionModifierProperties_Slide"); \ static_assert(sizeof(URootMotionModifierProperties_Slide) == 0x000048, "Wrong size on URootMotionModifierProperties_Slide"); \ static_assert(offsetof(URootMotionModifierProperties_Slide, DesiredSlopeSpeed) == 0x000030, "Member 'URootMotionModifierProperties_Slide::DesiredSlopeSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Slide, SlopeVelocityInterpType) == 0x000034, "Member 'URootMotionModifierProperties_Slide::SlopeVelocityInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Slide, SlopeVelocityInterpSpeed) == 0x000038, "Member 'URootMotionModifierProperties_Slide::SlopeVelocityInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Slide, ToFlatGroundInterpType) == 0x00003C, "Member 'URootMotionModifierProperties_Slide::ToFlatGroundInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Slide, ToFlatGroundInterpSpeed) == 0x000040, "Member 'URootMotionModifierProperties_Slide::ToFlatGroundInterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_EnemyCounterAttack \ static_assert(alignof(UAblAnimationTagChooser_EnemyCounterAttack) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_EnemyCounterAttack"); \ static_assert(sizeof(UAblAnimationTagChooser_EnemyCounterAttack) == 0x000080, "Wrong size on UAblAnimationTagChooser_EnemyCounterAttack"); \ static_assert(offsetof(UAblAnimationTagChooser_EnemyCounterAttack, CounterTagContainer) == 0x000050, "Member 'UAblAnimationTagChooser_EnemyCounterAttack::CounterTagContainer' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_EnemyCounterAttack, RequiredList) == 0x000070, "Member 'UAblAnimationTagChooser_EnemyCounterAttack::RequiredList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_CharacterCaptureFocus \ static_assert(alignof(USceneActionState_CharacterCaptureFocus) == 0x000008, "Wrong alignment on USceneActionState_CharacterCaptureFocus"); \ static_assert(sizeof(USceneActionState_CharacterCaptureFocus) == 0x000070, "Wrong size on USceneActionState_CharacterCaptureFocus"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_LumosHold \ static_assert(alignof(UAblBlendSpaceParameterGetter_LumosHold) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_LumosHold"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_LumosHold) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_LumosHold"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_EnemyDirectionBased \ static_assert(alignof(UAblAnimationTagChooser_EnemyDirectionBased) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_EnemyDirectionBased"); \ static_assert(sizeof(UAblAnimationTagChooser_EnemyDirectionBased) == 0x000058, "Wrong size on UAblAnimationTagChooser_EnemyDirectionBased"); \ static_assert(offsetof(UAblAnimationTagChooser_EnemyDirectionBased, bCloseBackAngle) == 0x000050, "Member 'UAblAnimationTagChooser_EnemyDirectionBased::bCloseBackAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CastingSlotWidget_SetImage \ static_assert(alignof(CastingSlotWidget_SetImage) == 0x000008, "Wrong alignment on CastingSlotWidget_SetImage"); \ static_assert(sizeof(CastingSlotWidget_SetImage) == 0x000010, "Wrong size on CastingSlotWidget_SetImage"); \ static_assert(offsetof(CastingSlotWidget_SetImage, ImageName) == 0x000000, "Member 'CastingSlotWidget_SetImage::ImageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCastingSlotWidget \ static_assert(alignof(UCastingSlotWidget) == 0x000008, "Wrong alignment on UCastingSlotWidget"); \ static_assert(sizeof(UCastingSlotWidget) == 0x000280, "Wrong size on UCastingSlotWidget"); \ static_assert(offsetof(UCastingSlotWidget, SpellDirection) == 0x000268, "Member 'UCastingSlotWidget::SpellDirection' has a wrong offset!"); \ static_assert(offsetof(UCastingSlotWidget, SpellIconName) == 0x000270, "Member 'UCastingSlotWidget::SpellIconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAppendToBaseChooser_EnemyDirectionToTarget \ static_assert(alignof(UAblAppendToBaseChooser_EnemyDirectionToTarget) == 0x000008, "Wrong alignment on UAblAppendToBaseChooser_EnemyDirectionToTarget"); \ static_assert(sizeof(UAblAppendToBaseChooser_EnemyDirectionToTarget) == 0x000038, "Wrong size on UAblAppendToBaseChooser_EnemyDirectionToTarget"); \ static_assert(offsetof(UAblAppendToBaseChooser_EnemyDirectionToTarget, MinFrontAngle) == 0x000028, "Member 'UAblAppendToBaseChooser_EnemyDirectionToTarget::MinFrontAngle' has a wrong offset!"); \ static_assert(offsetof(UAblAppendToBaseChooser_EnemyDirectionToTarget, MaxFrontAngle) == 0x00002C, "Member 'UAblAppendToBaseChooser_EnemyDirectionToTarget::MaxFrontAngle' has a wrong offset!"); \ static_assert(offsetof(UAblAppendToBaseChooser_EnemyDirectionToTarget, MinLeftAngle) == 0x000030, "Member 'UAblAppendToBaseChooser_EnemyDirectionToTarget::MinLeftAngle' has a wrong offset!"); \ static_assert(offsetof(UAblAppendToBaseChooser_EnemyDirectionToTarget, MaxRightAngle) == 0x000034, "Member 'UAblAppendToBaseChooser_EnemyDirectionToTarget::MaxRightAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FadeOutAsyncAction_FadeOut \ static_assert(alignof(FadeOutAsyncAction_FadeOut) == 0x000008, "Wrong alignment on FadeOutAsyncAction_FadeOut"); \ static_assert(sizeof(FadeOutAsyncAction_FadeOut) == 0x000010, "Wrong size on FadeOutAsyncAction_FadeOut"); \ static_assert(offsetof(FadeOutAsyncAction_FadeOut, Duration) == 0x000000, "Member 'FadeOutAsyncAction_FadeOut::Duration' has a wrong offset!"); \ static_assert(offsetof(FadeOutAsyncAction_FadeOut, ReturnValue) == 0x000008, "Member 'FadeOutAsyncAction_FadeOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFadeOutAsyncAction \ static_assert(alignof(UFadeOutAsyncAction) == 0x000008, "Wrong alignment on UFadeOutAsyncAction"); \ static_assert(sizeof(UFadeOutAsyncAction) == 0x000048, "Wrong size on UFadeOutAsyncAction"); \ static_assert(offsetof(UFadeOutAsyncAction, Complete) == 0x000030, "Member 'UFadeOutAsyncAction::Complete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_ProceduralLocomotion \ static_assert(alignof(UAblBlendSpaceParameterGetter_ProceduralLocomotion) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_ProceduralLocomotion"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_ProceduralLocomotion) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_ProceduralLocomotion"); \ #define DUMPER7_ASSERTS_USceneActionState_HermesMessage \ static_assert(alignof(USceneActionState_HermesMessage) == 0x000008, "Wrong alignment on USceneActionState_HermesMessage"); \ static_assert(sizeof(USceneActionState_HermesMessage) == 0x000070, "Wrong size on USceneActionState_HermesMessage"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_EnemyIdle \ static_assert(alignof(UAblAnimationTagChooser_EnemyIdle) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_EnemyIdle"); \ static_assert(sizeof(UAblAnimationTagChooser_EnemyIdle) == 0x000050, "Wrong size on UAblAnimationTagChooser_EnemyIdle"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_Strafe \ static_assert(alignof(URootMotionModifierProperties_Strafe) == 0x000008, "Wrong alignment on URootMotionModifierProperties_Strafe"); \ static_assert(sizeof(URootMotionModifierProperties_Strafe) == 0x000038, "Wrong size on URootMotionModifierProperties_Strafe"); \ static_assert(offsetof(URootMotionModifierProperties_Strafe, Acceleration) == 0x000030, "Member 'URootMotionModifierProperties_Strafe::Acceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_EnemyMove \ static_assert(alignof(UAblAnimationTagChooser_EnemyMove) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_EnemyMove"); \ static_assert(sizeof(UAblAnimationTagChooser_EnemyMove) == 0x000058, "Wrong size on UAblAnimationTagChooser_EnemyMove"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_MoveFwdLoop \ static_assert(alignof(UAblBlendSpaceParameterGetter_MoveFwdLoop) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_MoveFwdLoop"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_MoveFwdLoop) == 0x000038, "Wrong size on UAblBlendSpaceParameterGetter_MoveFwdLoop"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_MoveFwdLoop, InterpSpeed) == 0x000028, "Member 'UAblBlendSpaceParameterGetter_MoveFwdLoop::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_MoveFwdLoop, WadingInterpSpeed) == 0x00002C, "Member 'UAblBlendSpaceParameterGetter_MoveFwdLoop::WadingInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_MoveFwdLoop, InterpType) == 0x000030, "Member 'UAblBlendSpaceParameterGetter_MoveFwdLoop::InterpType' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_MoveFwdLoop, bBlendInputOnTransitionOut) == 0x000031, "Member 'UAblBlendSpaceParameterGetter_MoveFwdLoop::bBlendInputOnTransitionOut' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_MoveFwdLoop, bUseVelocity) == 0x000032, "Member 'UAblBlendSpaceParameterGetter_MoveFwdLoop::bUseVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_Creature_DisableShutdown \ static_assert(alignof(UBTService_Creature_DisableShutdown) == 0x000008, "Wrong alignment on UBTService_Creature_DisableShutdown"); \ static_assert(sizeof(UBTService_Creature_DisableShutdown) == 0x000070, "Wrong size on UBTService_Creature_DisableShutdown"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerCognitionStimuliTestAnyCalloutAction \ static_assert(alignof(UFXAutoTriggerCognitionStimuliTestAnyCalloutAction) == 0x000008, "Wrong alignment on UFXAutoTriggerCognitionStimuliTestAnyCalloutAction"); \ static_assert(sizeof(UFXAutoTriggerCognitionStimuliTestAnyCalloutAction) == 0x000038, "Wrong size on UFXAutoTriggerCognitionStimuliTestAnyCalloutAction"); \ static_assert(offsetof(UFXAutoTriggerCognitionStimuliTestAnyCalloutAction, CalloutActions) == 0x000028, "Member 'UFXAutoTriggerCognitionStimuliTestAnyCalloutAction::CalloutActions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_GameAiOptions \ static_assert(alignof(USceneActionState_GameAiOptions) == 0x000008, "Wrong alignment on USceneActionState_GameAiOptions"); \ static_assert(sizeof(USceneActionState_GameAiOptions) == 0x000050, "Wrong size on USceneActionState_GameAiOptions"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_EnemyMovePivot \ static_assert(alignof(UAblAnimationTagChooser_EnemyMovePivot) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_EnemyMovePivot"); \ static_assert(sizeof(UAblAnimationTagChooser_EnemyMovePivot) == 0x000058, "Wrong size on UAblAnimationTagChooser_EnemyMovePivot"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_EnemyMoveStart \ static_assert(alignof(UAblAnimationTagChooser_EnemyMoveStart) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_EnemyMoveStart"); \ static_assert(sizeof(UAblAnimationTagChooser_EnemyMoveStart) == 0x000058, "Wrong size on UAblAnimationTagChooser_EnemyMoveStart"); \ #define DUMPER7_ASSERTS_AMapPathSpline \ static_assert(alignof(AMapPathSpline) == 0x000008, "Wrong alignment on AMapPathSpline"); \ static_assert(sizeof(AMapPathSpline) == 0x000248, "Wrong size on AMapPathSpline"); \ #define DUMPER7_ASSERTS_UBTDCustomLoopCount_BlackboardInt \ static_assert(alignof(UBTDCustomLoopCount_BlackboardInt) == 0x000008, "Wrong alignment on UBTDCustomLoopCount_BlackboardInt"); \ static_assert(sizeof(UBTDCustomLoopCount_BlackboardInt) == 0x000050, "Wrong size on UBTDCustomLoopCount_BlackboardInt"); \ static_assert(offsetof(UBTDCustomLoopCount_BlackboardInt, BlackboardKey) == 0x000028, "Member 'UBTDCustomLoopCount_BlackboardInt::BlackboardKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_JumpLand2Move \ static_assert(alignof(UAblBlendSpaceParameterGetter_JumpLand2Move) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_JumpLand2Move"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_JumpLand2Move) == 0x000030, "Wrong size on UAblBlendSpaceParameterGetter_JumpLand2Move"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_JumpLand2Move, ClampDesiredAngle) == 0x000028, "Member 'UAblBlendSpaceParameterGetter_JumpLand2Move::ClampDesiredAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_EnemyMoveStop \ static_assert(alignof(UAblAnimationTagChooser_EnemyMoveStop) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_EnemyMoveStop"); \ static_assert(sizeof(UAblAnimationTagChooser_EnemyMoveStop) == 0x000058, "Wrong size on UAblAnimationTagChooser_EnemyMoveStop"); \ #define DUMPER7_ASSERTS_WorldEventActor_CheckCondition \ static_assert(alignof(WorldEventActor_CheckCondition) == 0x000008, "Wrong alignment on WorldEventActor_CheckCondition"); \ static_assert(sizeof(WorldEventActor_CheckCondition) == 0x000010, "Wrong size on WorldEventActor_CheckCondition"); \ static_assert(offsetof(WorldEventActor_CheckCondition, Conditon) == 0x000000, "Member 'WorldEventActor_CheckCondition::Conditon' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_CheckCondition, ReturnValue) == 0x000008, "Member 'WorldEventActor_CheckCondition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_DisableCharacter \ static_assert(alignof(WorldEventActor_DisableCharacter) == 0x000008, "Wrong alignment on WorldEventActor_DisableCharacter"); \ static_assert(sizeof(WorldEventActor_DisableCharacter) == 0x000008, "Wrong size on WorldEventActor_DisableCharacter"); \ static_assert(offsetof(WorldEventActor_DisableCharacter, Character) == 0x000000, "Member 'WorldEventActor_DisableCharacter::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_DisableChildActorComponent \ static_assert(alignof(WorldEventActor_DisableChildActorComponent) == 0x000008, "Wrong alignment on WorldEventActor_DisableChildActorComponent"); \ static_assert(sizeof(WorldEventActor_DisableChildActorComponent) == 0x000008, "Wrong size on WorldEventActor_DisableChildActorComponent"); \ static_assert(offsetof(WorldEventActor_DisableChildActorComponent, ChildActorComponent) == 0x000000, "Member 'WorldEventActor_DisableChildActorComponent::ChildActorComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_EnableCharacter \ static_assert(alignof(WorldEventActor_EnableCharacter) == 0x000008, "Wrong alignment on WorldEventActor_EnableCharacter"); \ static_assert(sizeof(WorldEventActor_EnableCharacter) == 0x000008, "Wrong size on WorldEventActor_EnableCharacter"); \ static_assert(offsetof(WorldEventActor_EnableCharacter, Character) == 0x000000, "Member 'WorldEventActor_EnableCharacter::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_EnableChildActorComponent \ static_assert(alignof(WorldEventActor_EnableChildActorComponent) == 0x000008, "Wrong alignment on WorldEventActor_EnableChildActorComponent"); \ static_assert(sizeof(WorldEventActor_EnableChildActorComponent) == 0x000008, "Wrong size on WorldEventActor_EnableChildActorComponent"); \ static_assert(offsetof(WorldEventActor_EnableChildActorComponent, ChildActorComponent) == 0x000000, "Member 'WorldEventActor_EnableChildActorComponent::ChildActorComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_EnableConversationSense \ static_assert(alignof(WorldEventActor_EnableConversationSense) == 0x000008, "Wrong alignment on WorldEventActor_EnableConversationSense"); \ static_assert(sizeof(WorldEventActor_EnableConversationSense) == 0x000010, "Wrong size on WorldEventActor_EnableConversationSense"); \ static_assert(offsetof(WorldEventActor_EnableConversationSense, SE) == 0x000000, "Member 'WorldEventActor_EnableConversationSense::SE' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_EnableConversationSense, bEnable) == 0x000008, "Member 'WorldEventActor_EnableConversationSense::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_FindStudentOnFreeTime \ static_assert(alignof(WorldEventActor_FindStudentOnFreeTime) == 0x000008, "Wrong alignment on WorldEventActor_FindStudentOnFreeTime"); \ static_assert(sizeof(WorldEventActor_FindStudentOnFreeTime) == 0x000030, "Wrong size on WorldEventActor_FindStudentOnFreeTime"); \ static_assert(offsetof(WorldEventActor_FindStudentOnFreeTime, InLocation) == 0x000000, "Member 'WorldEventActor_FindStudentOnFreeTime::InLocation' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_FindStudentOnFreeTime, InRadius) == 0x00000C, "Member 'WorldEventActor_FindStudentOnFreeTime::InRadius' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_FindStudentOnFreeTime, InAllowFindHobos) == 0x000010, "Member 'WorldEventActor_FindStudentOnFreeTime::InAllowFindHobos' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_FindStudentOnFreeTime, OutActor) == 0x000018, "Member 'WorldEventActor_FindStudentOnFreeTime::OutActor' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_FindStudentOnFreeTime, OutScheduledEntity) == 0x000020, "Member 'WorldEventActor_FindStudentOnFreeTime::OutScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_FindStudentOnFreeTime, ReturnValue) == 0x000028, "Member 'WorldEventActor_FindStudentOnFreeTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_GetLocationBasedStudentHouse \ static_assert(alignof(WorldEventActor_GetLocationBasedStudentHouse) == 0x000001, "Wrong alignment on WorldEventActor_GetLocationBasedStudentHouse"); \ static_assert(sizeof(WorldEventActor_GetLocationBasedStudentHouse) == 0x000001, "Wrong size on WorldEventActor_GetLocationBasedStudentHouse"); \ static_assert(offsetof(WorldEventActor_GetLocationBasedStudentHouse, ReturnValue) == 0x000000, "Member 'WorldEventActor_GetLocationBasedStudentHouse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_GetNextUncompleteStage \ static_assert(alignof(WorldEventActor_GetNextUncompleteStage) == 0x000004, "Wrong alignment on WorldEventActor_GetNextUncompleteStage"); \ static_assert(sizeof(WorldEventActor_GetNextUncompleteStage) == 0x000004, "Wrong size on WorldEventActor_GetNextUncompleteStage"); \ static_assert(offsetof(WorldEventActor_GetNextUncompleteStage, ReturnValue) == 0x000000, "Member 'WorldEventActor_GetNextUncompleteStage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_GetNumOfWorldEventHobos \ static_assert(alignof(WorldEventActor_GetNumOfWorldEventHobos) == 0x000004, "Wrong alignment on WorldEventActor_GetNumOfWorldEventHobos"); \ static_assert(sizeof(WorldEventActor_GetNumOfWorldEventHobos) == 0x000004, "Wrong size on WorldEventActor_GetNumOfWorldEventHobos"); \ static_assert(offsetof(WorldEventActor_GetNumOfWorldEventHobos, ReturnValue) == 0x000000, "Member 'WorldEventActor_GetNumOfWorldEventHobos::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_GetRandomLoot \ static_assert(alignof(WorldEventActor_GetRandomLoot) == 0x000008, "Wrong alignment on WorldEventActor_GetRandomLoot"); \ static_assert(sizeof(WorldEventActor_GetRandomLoot) == 0x000020, "Wrong size on WorldEventActor_GetRandomLoot"); \ static_assert(offsetof(WorldEventActor_GetRandomLoot, Category) == 0x000000, "Member 'WorldEventActor_GetRandomLoot::Category' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_GetRandomLoot, ReturnValue) == 0x000010, "Member 'WorldEventActor_GetRandomLoot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_GetWorldEventLocatorActor \ static_assert(alignof(WorldEventActor_GetWorldEventLocatorActor) == 0x000008, "Wrong alignment on WorldEventActor_GetWorldEventLocatorActor"); \ static_assert(sizeof(WorldEventActor_GetWorldEventLocatorActor) == 0x000008, "Wrong size on WorldEventActor_GetWorldEventLocatorActor"); \ static_assert(offsetof(WorldEventActor_GetWorldEventLocatorActor, ReturnValue) == 0x000000, "Member 'WorldEventActor_GetWorldEventLocatorActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_HitResult \ static_assert(alignof(WorldEventActor_HitResult) == 0x000008, "Wrong alignment on WorldEventActor_HitResult"); \ static_assert(sizeof(WorldEventActor_HitResult) == 0x0000A8, "Wrong size on WorldEventActor_HitResult"); \ static_assert(offsetof(WorldEventActor_HitResult, OverlappedComponent) == 0x000000, "Member 'WorldEventActor_HitResult::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_HitResult, OtherActor) == 0x000008, "Member 'WorldEventActor_HitResult::OtherActor' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_HitResult, OtherComp) == 0x000010, "Member 'WorldEventActor_HitResult::OtherComp' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_HitResult, OtherBodyIndex) == 0x000018, "Member 'WorldEventActor_HitResult::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_HitResult, bFromSweep) == 0x00001C, "Member 'WorldEventActor_HitResult::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_HitResult, SweepResult) == 0x000020, "Member 'WorldEventActor_HitResult::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_InsertDynamicActivityOnSE \ static_assert(alignof(WorldEventActor_InsertDynamicActivityOnSE) == 0x000008, "Wrong alignment on WorldEventActor_InsertDynamicActivityOnSE"); \ static_assert(sizeof(WorldEventActor_InsertDynamicActivityOnSE) == 0x000030, "Wrong size on WorldEventActor_InsertDynamicActivityOnSE"); \ static_assert(offsetof(WorldEventActor_InsertDynamicActivityOnSE, ScheduledEntity) == 0x000000, "Member 'WorldEventActor_InsertDynamicActivityOnSE::ScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_InsertDynamicActivityOnSE, ActivityID) == 0x000008, "Member 'WorldEventActor_InsertDynamicActivityOnSE::ActivityID' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_InsertDynamicActivityOnSE, LocationID) == 0x000018, "Member 'WorldEventActor_InsertDynamicActivityOnSE::LocationID' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_InsertDynamicActivityOnSE, ReturnValue) == 0x000028, "Member 'WorldEventActor_InsertDynamicActivityOnSE::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_IsStageCompleted \ static_assert(alignof(WorldEventActor_IsStageCompleted) == 0x000004, "Wrong alignment on WorldEventActor_IsStageCompleted"); \ static_assert(sizeof(WorldEventActor_IsStageCompleted) == 0x000008, "Wrong size on WorldEventActor_IsStageCompleted"); \ static_assert(offsetof(WorldEventActor_IsStageCompleted, Stage) == 0x000000, "Member 'WorldEventActor_IsStageCompleted::Stage' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_IsStageCompleted, ReturnValue) == 0x000004, "Member 'WorldEventActor_IsStageCompleted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_MarkStageAsCompleted \ static_assert(alignof(WorldEventActor_MarkStageAsCompleted) == 0x000004, "Wrong alignment on WorldEventActor_MarkStageAsCompleted"); \ static_assert(sizeof(WorldEventActor_MarkStageAsCompleted) == 0x000004, "Wrong size on WorldEventActor_MarkStageAsCompleted"); \ static_assert(offsetof(WorldEventActor_MarkStageAsCompleted, Stage) == 0x000000, "Member 'WorldEventActor_MarkStageAsCompleted::Stage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_MarkStageAsIncomplete \ static_assert(alignof(WorldEventActor_MarkStageAsIncomplete) == 0x000004, "Wrong alignment on WorldEventActor_MarkStageAsIncomplete"); \ static_assert(sizeof(WorldEventActor_MarkStageAsIncomplete) == 0x000004, "Wrong size on WorldEventActor_MarkStageAsIncomplete"); \ static_assert(offsetof(WorldEventActor_MarkStageAsIncomplete, Stage) == 0x000000, "Member 'WorldEventActor_MarkStageAsIncomplete::Stage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_OnStartTriggerOverlapped \ static_assert(alignof(WorldEventActor_OnStartTriggerOverlapped) == 0x000008, "Wrong alignment on WorldEventActor_OnStartTriggerOverlapped"); \ static_assert(sizeof(WorldEventActor_OnStartTriggerOverlapped) == 0x000008, "Wrong size on WorldEventActor_OnStartTriggerOverlapped"); \ static_assert(offsetof(WorldEventActor_OnStartTriggerOverlapped, Socket) == 0x000000, "Member 'WorldEventActor_OnStartTriggerOverlapped::Socket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_PlayGhostStory \ static_assert(alignof(WorldEventActor_PlayGhostStory) == 0x000008, "Wrong alignment on WorldEventActor_PlayGhostStory"); \ static_assert(sizeof(WorldEventActor_PlayGhostStory) == 0x000018, "Wrong size on WorldEventActor_PlayGhostStory"); \ static_assert(offsetof(WorldEventActor_PlayGhostStory, InScheduledEntity) == 0x000000, "Member 'WorldEventActor_PlayGhostStory::InScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_PlayGhostStory, Story) == 0x000008, "Member 'WorldEventActor_PlayGhostStory::Story' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_PlayGhostStory, Emotion) == 0x000010, "Member 'WorldEventActor_PlayGhostStory::Emotion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_ReleaseAllHobos \ static_assert(alignof(WorldEventActor_ReleaseAllHobos) == 0x000001, "Wrong alignment on WorldEventActor_ReleaseAllHobos"); \ static_assert(sizeof(WorldEventActor_ReleaseAllHobos) == 0x000001, "Wrong size on WorldEventActor_ReleaseAllHobos"); \ static_assert(offsetof(WorldEventActor_ReleaseAllHobos, InDestroyImmediate) == 0x000000, "Member 'WorldEventActor_ReleaseAllHobos::InDestroyImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_ReleaseHobo \ static_assert(alignof(WorldEventActor_ReleaseHobo) == 0x000008, "Wrong alignment on WorldEventActor_ReleaseHobo"); \ static_assert(sizeof(WorldEventActor_ReleaseHobo) == 0x000010, "Wrong size on WorldEventActor_ReleaseHobo"); \ static_assert(offsetof(WorldEventActor_ReleaseHobo, InScheduledEntity) == 0x000000, "Member 'WorldEventActor_ReleaseHobo::InScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_ReleaseHobo, InDestroyImmediate) == 0x000008, "Member 'WorldEventActor_ReleaseHobo::InDestroyImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_ReleaseTemporaryAnimationFromCharacter \ static_assert(alignof(WorldEventActor_ReleaseTemporaryAnimationFromCharacter) == 0x000008, "Wrong alignment on WorldEventActor_ReleaseTemporaryAnimationFromCharacter"); \ static_assert(sizeof(WorldEventActor_ReleaseTemporaryAnimationFromCharacter) == 0x000010, "Wrong size on WorldEventActor_ReleaseTemporaryAnimationFromCharacter"); \ static_assert(offsetof(WorldEventActor_ReleaseTemporaryAnimationFromCharacter, Character) == 0x000000, "Member 'WorldEventActor_ReleaseTemporaryAnimationFromCharacter::Character' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_ReleaseTemporaryAnimationFromCharacter, ReturnValue) == 0x000008, "Member 'WorldEventActor_ReleaseTemporaryAnimationFromCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_RemoveDynamicActivityFromSE \ static_assert(alignof(WorldEventActor_RemoveDynamicActivityFromSE) == 0x000008, "Wrong alignment on WorldEventActor_RemoveDynamicActivityFromSE"); \ static_assert(sizeof(WorldEventActor_RemoveDynamicActivityFromSE) == 0x000020, "Wrong size on WorldEventActor_RemoveDynamicActivityFromSE"); \ static_assert(offsetof(WorldEventActor_RemoveDynamicActivityFromSE, ScheduledEntity) == 0x000000, "Member 'WorldEventActor_RemoveDynamicActivityFromSE::ScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_RemoveDynamicActivityFromSE, ActivityID) == 0x000008, "Member 'WorldEventActor_RemoveDynamicActivityFromSE::ActivityID' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_RemoveDynamicActivityFromSE, ReturnValue) == 0x000018, "Member 'WorldEventActor_RemoveDynamicActivityFromSE::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_RequestCustomHobo \ static_assert(alignof(WorldEventActor_RequestCustomHobo) == 0x000008, "Wrong alignment on WorldEventActor_RequestCustomHobo"); \ static_assert(sizeof(WorldEventActor_RequestCustomHobo) == 0x000028, "Wrong size on WorldEventActor_RequestCustomHobo"); \ static_assert(offsetof(WorldEventActor_RequestCustomHobo, HoboName) == 0x000000, "Member 'WorldEventActor_RequestCustomHobo::HoboName' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_RequestCustomHobo, InLocation) == 0x000010, "Member 'WorldEventActor_RequestCustomHobo::InLocation' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_RequestCustomHobo, InIsMale) == 0x00001C, "Member 'WorldEventActor_RequestCustomHobo::InIsMale' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_RequestCustomHobo, ReturnValue) == 0x000020, "Member 'WorldEventActor_RequestCustomHobo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_RequestHobo \ static_assert(alignof(WorldEventActor_RequestHobo) == 0x000008, "Wrong alignment on WorldEventActor_RequestHobo"); \ static_assert(sizeof(WorldEventActor_RequestHobo) == 0x000028, "Wrong size on WorldEventActor_RequestHobo"); \ static_assert(offsetof(WorldEventActor_RequestHobo, InLocation) == 0x000000, "Member 'WorldEventActor_RequestHobo::InLocation' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_RequestHobo, HoboType) == 0x00000C, "Member 'WorldEventActor_RequestHobo::HoboType' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_RequestHobo, InHouse) == 0x00000D, "Member 'WorldEventActor_RequestHobo::InHouse' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_RequestHobo, InGender) == 0x00000E, "Member 'WorldEventActor_RequestHobo::InGender' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_RequestHobo, ValidVoiceIDs) == 0x000010, "Member 'WorldEventActor_RequestHobo::ValidVoiceIDs' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_RequestHobo, ReturnValue) == 0x000020, "Member 'WorldEventActor_RequestHobo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_SetSpecificAnimationOnCharacter \ static_assert(alignof(WorldEventActor_SetSpecificAnimationOnCharacter) == 0x000008, "Wrong alignment on WorldEventActor_SetSpecificAnimationOnCharacter"); \ static_assert(sizeof(WorldEventActor_SetSpecificAnimationOnCharacter) == 0x000018, "Wrong size on WorldEventActor_SetSpecificAnimationOnCharacter"); \ static_assert(offsetof(WorldEventActor_SetSpecificAnimationOnCharacter, Character) == 0x000000, "Member 'WorldEventActor_SetSpecificAnimationOnCharacter::Character' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_SetSpecificAnimationOnCharacter, AnimationArchitectAsset) == 0x000008, "Member 'WorldEventActor_SetSpecificAnimationOnCharacter::AnimationArchitectAsset' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_SetSpecificAnimationOnCharacter, ReturnValue) == 0x000010, "Member 'WorldEventActor_SetSpecificAnimationOnCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventActor_SetTemporaryAnimationOnCharacter \ static_assert(alignof(WorldEventActor_SetTemporaryAnimationOnCharacter) == 0x000008, "Wrong alignment on WorldEventActor_SetTemporaryAnimationOnCharacter"); \ static_assert(sizeof(WorldEventActor_SetTemporaryAnimationOnCharacter) == 0x000010, "Wrong size on WorldEventActor_SetTemporaryAnimationOnCharacter"); \ static_assert(offsetof(WorldEventActor_SetTemporaryAnimationOnCharacter, Character) == 0x000000, "Member 'WorldEventActor_SetTemporaryAnimationOnCharacter::Character' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_SetTemporaryAnimationOnCharacter, AnimationIndex) == 0x000008, "Member 'WorldEventActor_SetTemporaryAnimationOnCharacter::AnimationIndex' has a wrong offset!"); \ static_assert(offsetof(WorldEventActor_SetTemporaryAnimationOnCharacter, ReturnValue) == 0x00000C, "Member 'WorldEventActor_SetTemporaryAnimationOnCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWorldEventActor \ static_assert(alignof(AWorldEventActor) == 0x000008, "Wrong alignment on AWorldEventActor"); \ static_assert(sizeof(AWorldEventActor) == 0x000280, "Wrong size on AWorldEventActor"); \ static_assert(offsetof(AWorldEventActor, Participants) == 0x000250, "Member 'AWorldEventActor::Participants' has a wrong offset!"); \ static_assert(offsetof(AWorldEventActor, AnimationArcitectComponent) == 0x000260, "Member 'AWorldEventActor::AnimationArcitectComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTaskConditionScratchpad_HitBySpell \ static_assert(alignof(UAblTaskConditionScratchpad_HitBySpell) == 0x000008, "Wrong alignment on UAblTaskConditionScratchpad_HitBySpell"); \ static_assert(sizeof(UAblTaskConditionScratchpad_HitBySpell) == 0x000048, "Wrong size on UAblTaskConditionScratchpad_HitBySpell"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_EnemyMoveType \ static_assert(alignof(UAblAnimationTagChooser_EnemyMoveType) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_EnemyMoveType"); \ static_assert(sizeof(UAblAnimationTagChooser_EnemyMoveType) == 0x000050, "Wrong size on UAblAnimationTagChooser_EnemyMoveType"); \ #define DUMPER7_ASSERTS_MunitionType_AOESpell_OnHit \ static_assert(alignof(MunitionType_AOESpell_OnHit) == 0x000004, "Wrong alignment on MunitionType_AOESpell_OnHit"); \ static_assert(sizeof(MunitionType_AOESpell_OnHit) == 0x00008C, "Wrong size on MunitionType_AOESpell_OnHit"); \ static_assert(offsetof(MunitionType_AOESpell_OnHit, HitResult) == 0x000000, "Member 'MunitionType_AOESpell_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(MunitionType_AOESpell_OnHit, bDestroyed) == 0x000088, "Member 'MunitionType_AOESpell_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(MunitionType_AOESpell_OnHit, bHit) == 0x000089, "Member 'MunitionType_AOESpell_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(MunitionType_AOESpell_OnHit, bBlocked) == 0x00008A, "Member 'MunitionType_AOESpell_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(MunitionType_AOESpell_OnHit, bFailed) == 0x00008B, "Member 'MunitionType_AOESpell_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_AOESpell_GetSpellTool \ static_assert(alignof(MunitionType_AOESpell_GetSpellTool) == 0x000008, "Wrong alignment on MunitionType_AOESpell_GetSpellTool"); \ static_assert(sizeof(MunitionType_AOESpell_GetSpellTool) == 0x000008, "Wrong size on MunitionType_AOESpell_GetSpellTool"); \ static_assert(offsetof(MunitionType_AOESpell_GetSpellTool, ReturnValue) == 0x000000, "Member 'MunitionType_AOESpell_GetSpellTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMunitionType_AOESpell \ static_assert(alignof(AMunitionType_AOESpell) == 0x000008, "Wrong alignment on AMunitionType_AOESpell"); \ static_assert(sizeof(AMunitionType_AOESpell) == 0x0004C8, "Wrong size on AMunitionType_AOESpell"); \ static_assert(offsetof(AMunitionType_AOESpell, m_hitVictimInterval) == 0x000368, "Member 'AMunitionType_AOESpell::m_hitVictimInterval' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOESpell, m_damageType) == 0x000370, "Member 'AMunitionType_AOESpell::m_damageType' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOESpell, m_explosionFX) == 0x000378, "Member 'AMunitionType_AOESpell::m_explosionFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOESpell, m_explosionSfx) == 0x000380, "Member 'AMunitionType_AOESpell::m_explosionSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOESpell, PhysicsImpulse) == 0x000388, "Member 'AMunitionType_AOESpell::PhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOESpell, bPlayAtBottomOfInstigator) == 0x00038C, "Member 'AMunitionType_AOESpell::bPlayAtBottomOfInstigator' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOESpell, m_stopAtCollision) == 0x00038D, "Member 'AMunitionType_AOESpell::m_stopAtCollision' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOESpell, bHitAllBrokenPieces) == 0x00038E, "Member 'AMunitionType_AOESpell::bHitAllBrokenPieces' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOESpell, m_delayedDeathTime) == 0x000390, "Member 'AMunitionType_AOESpell::m_delayedDeathTime' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOESpell, bBreakBlockFX) == 0x000394, "Member 'AMunitionType_AOESpell::bBreakBlockFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOESpell, PerceptionNoiseEventLoudness) == 0x000398, "Member 'AMunitionType_AOESpell::PerceptionNoiseEventLoudness' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOESpell, PerceptionNoiseEventMaxRange) == 0x00039C, "Member 'AMunitionType_AOESpell::PerceptionNoiseEventMaxRange' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOESpell, RadiusPercentAtTime) == 0x0003A0, "Member 'AMunitionType_AOESpell::RadiusPercentAtTime' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOESpell, SpellTool) == 0x0003A8, "Member 'AMunitionType_AOESpell::SpellTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DrainingDraughtEffect_GetBestAvailableOrb \ static_assert(alignof(DrainingDraughtEffect_GetBestAvailableOrb) == 0x000008, "Wrong alignment on DrainingDraughtEffect_GetBestAvailableOrb"); \ static_assert(sizeof(DrainingDraughtEffect_GetBestAvailableOrb) == 0x000010, "Wrong size on DrainingDraughtEffect_GetBestAvailableOrb"); \ static_assert(offsetof(DrainingDraughtEffect_GetBestAvailableOrb, Target) == 0x000000, "Member 'DrainingDraughtEffect_GetBestAvailableOrb::Target' has a wrong offset!"); \ static_assert(offsetof(DrainingDraughtEffect_GetBestAvailableOrb, ReturnValue) == 0x000008, "Member 'DrainingDraughtEffect_GetBestAvailableOrb::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DrainingDraughtEffect_OnOverlapBeginCloudSphere \ static_assert(alignof(DrainingDraughtEffect_OnOverlapBeginCloudSphere) == 0x000008, "Wrong alignment on DrainingDraughtEffect_OnOverlapBeginCloudSphere"); \ static_assert(sizeof(DrainingDraughtEffect_OnOverlapBeginCloudSphere) == 0x0000A8, "Wrong size on DrainingDraughtEffect_OnOverlapBeginCloudSphere"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapBeginCloudSphere, OverlappedComponent) == 0x000000, "Member 'DrainingDraughtEffect_OnOverlapBeginCloudSphere::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapBeginCloudSphere, OtherActor) == 0x000008, "Member 'DrainingDraughtEffect_OnOverlapBeginCloudSphere::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapBeginCloudSphere, OtherComp) == 0x000010, "Member 'DrainingDraughtEffect_OnOverlapBeginCloudSphere::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapBeginCloudSphere, OtherBodyIndex) == 0x000018, "Member 'DrainingDraughtEffect_OnOverlapBeginCloudSphere::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapBeginCloudSphere, bFromSweep) == 0x00001C, "Member 'DrainingDraughtEffect_OnOverlapBeginCloudSphere::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapBeginCloudSphere, SweepResult) == 0x000020, "Member 'DrainingDraughtEffect_OnOverlapBeginCloudSphere::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DrainingDraughtEffect_OnOverlapBeginSeekSphere \ static_assert(alignof(DrainingDraughtEffect_OnOverlapBeginSeekSphere) == 0x000008, "Wrong alignment on DrainingDraughtEffect_OnOverlapBeginSeekSphere"); \ static_assert(sizeof(DrainingDraughtEffect_OnOverlapBeginSeekSphere) == 0x0000A8, "Wrong size on DrainingDraughtEffect_OnOverlapBeginSeekSphere"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapBeginSeekSphere, OverlappedComponent) == 0x000000, "Member 'DrainingDraughtEffect_OnOverlapBeginSeekSphere::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapBeginSeekSphere, OtherActor) == 0x000008, "Member 'DrainingDraughtEffect_OnOverlapBeginSeekSphere::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapBeginSeekSphere, OtherComp) == 0x000010, "Member 'DrainingDraughtEffect_OnOverlapBeginSeekSphere::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapBeginSeekSphere, OtherBodyIndex) == 0x000018, "Member 'DrainingDraughtEffect_OnOverlapBeginSeekSphere::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapBeginSeekSphere, bFromSweep) == 0x00001C, "Member 'DrainingDraughtEffect_OnOverlapBeginSeekSphere::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapBeginSeekSphere, SweepResult) == 0x000020, "Member 'DrainingDraughtEffect_OnOverlapBeginSeekSphere::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DrainingDraughtEffect_OnOverlapEndCloudSphere \ static_assert(alignof(DrainingDraughtEffect_OnOverlapEndCloudSphere) == 0x000008, "Wrong alignment on DrainingDraughtEffect_OnOverlapEndCloudSphere"); \ static_assert(sizeof(DrainingDraughtEffect_OnOverlapEndCloudSphere) == 0x000020, "Wrong size on DrainingDraughtEffect_OnOverlapEndCloudSphere"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapEndCloudSphere, OverlappedComponent) == 0x000000, "Member 'DrainingDraughtEffect_OnOverlapEndCloudSphere::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapEndCloudSphere, OtherActor) == 0x000008, "Member 'DrainingDraughtEffect_OnOverlapEndCloudSphere::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapEndCloudSphere, OtherComp) == 0x000010, "Member 'DrainingDraughtEffect_OnOverlapEndCloudSphere::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapEndCloudSphere, OtherBodyIndex) == 0x000018, "Member 'DrainingDraughtEffect_OnOverlapEndCloudSphere::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DrainingDraughtEffect_OnOverlapEndSeekSphere \ static_assert(alignof(DrainingDraughtEffect_OnOverlapEndSeekSphere) == 0x000008, "Wrong alignment on DrainingDraughtEffect_OnOverlapEndSeekSphere"); \ static_assert(sizeof(DrainingDraughtEffect_OnOverlapEndSeekSphere) == 0x000020, "Wrong size on DrainingDraughtEffect_OnOverlapEndSeekSphere"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapEndSeekSphere, OverlappedComponent) == 0x000000, "Member 'DrainingDraughtEffect_OnOverlapEndSeekSphere::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapEndSeekSphere, OtherActor) == 0x000008, "Member 'DrainingDraughtEffect_OnOverlapEndSeekSphere::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapEndSeekSphere, OtherComp) == 0x000010, "Member 'DrainingDraughtEffect_OnOverlapEndSeekSphere::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DrainingDraughtEffect_OnOverlapEndSeekSphere, OtherBodyIndex) == 0x000018, "Member 'DrainingDraughtEffect_OnOverlapEndSeekSphere::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DrainingDraughtEffect_SetNumberOrbs \ static_assert(alignof(DrainingDraughtEffect_SetNumberOrbs) == 0x000004, "Wrong alignment on DrainingDraughtEffect_SetNumberOrbs"); \ static_assert(sizeof(DrainingDraughtEffect_SetNumberOrbs) == 0x000004, "Wrong size on DrainingDraughtEffect_SetNumberOrbs"); \ static_assert(offsetof(DrainingDraughtEffect_SetNumberOrbs, NumOrbs) == 0x000000, "Member 'DrainingDraughtEffect_SetNumberOrbs::NumOrbs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DrainingDraughtEffect_Tick \ static_assert(alignof(DrainingDraughtEffect_Tick) == 0x000004, "Wrong alignment on DrainingDraughtEffect_Tick"); \ static_assert(sizeof(DrainingDraughtEffect_Tick) == 0x000004, "Wrong size on DrainingDraughtEffect_Tick"); \ static_assert(offsetof(DrainingDraughtEffect_Tick, DeltaSeconds) == 0x000000, "Member 'DrainingDraughtEffect_Tick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADrainingDraughtEffect \ static_assert(alignof(ADrainingDraughtEffect) == 0x000008, "Wrong alignment on ADrainingDraughtEffect"); \ static_assert(sizeof(ADrainingDraughtEffect) == 0x000578, "Wrong size on ADrainingDraughtEffect"); \ static_assert(offsetof(ADrainingDraughtEffect, m_CloudRadius) == 0x0004C8, "Member 'ADrainingDraughtEffect::m_CloudRadius' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_AOEDamage) == 0x0004CC, "Member 'ADrainingDraughtEffect::m_AOEDamage' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_AOEDamageRate) == 0x0004D0, "Member 'ADrainingDraughtEffect::m_AOEDamageRate' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_SeekRadius) == 0x0004D4, "Member 'ADrainingDraughtEffect::m_SeekRadius' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_SeekTime) == 0x0004D8, "Member 'ADrainingDraughtEffect::m_SeekTime' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_OrbDistance) == 0x0004DC, "Member 'ADrainingDraughtEffect::m_OrbDistance' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_OrbGroundDist) == 0x0004E0, "Member 'ADrainingDraughtEffect::m_OrbGroundDist' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_OrbRotationRate) == 0x0004E4, "Member 'ADrainingDraughtEffect::m_OrbRotationRate' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_NumOrbs) == 0x0004E8, "Member 'ADrainingDraughtEffect::m_NumOrbs' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_OrbDamage) == 0x0004EC, "Member 'ADrainingDraughtEffect::m_OrbDamage' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_bTimingBasedOnOrbAmt) == 0x0004F0, "Member 'ADrainingDraughtEffect::m_bTimingBasedOnOrbAmt' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_BufferTime) == 0x0004F4, "Member 'ADrainingDraughtEffect::m_BufferTime' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_OrbIncreaseAmt) == 0x0004F8, "Member 'ADrainingDraughtEffect::m_OrbIncreaseAmt' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_AOEInteractionArchitectMunitionAssets) == 0x000500, "Member 'ADrainingDraughtEffect::m_AOEInteractionArchitectMunitionAssets' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_AOEInteractionArchitectMunitionTags) == 0x000510, "Member 'ADrainingDraughtEffect::m_AOEInteractionArchitectMunitionTags' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_OrbMunition) == 0x000530, "Member 'ADrainingDraughtEffect::m_OrbMunition' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_OrbSeekSphere) == 0x000538, "Member 'ADrainingDraughtEffect::m_OrbSeekSphere' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_CloudDamageSphere) == 0x000540, "Member 'ADrainingDraughtEffect::m_CloudDamageSphere' has a wrong offset!"); \ static_assert(offsetof(ADrainingDraughtEffect, m_ActiveOrbs) == 0x000548, "Member 'ADrainingDraughtEffect::m_ActiveOrbs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionEdgeState \ static_assert(alignof(UAblBranchConditionEdgeState) == 0x000008, "Wrong alignment on UAblBranchConditionEdgeState"); \ static_assert(sizeof(UAblBranchConditionEdgeState) == 0x000040, "Wrong size on UAblBranchConditionEdgeState"); \ static_assert(offsetof(UAblBranchConditionEdgeState, EdgeStates) == 0x000030, "Member 'UAblBranchConditionEdgeState::EdgeStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPC_AbilityTaskScratchPad \ static_assert(alignof(UNPC_AbilityTaskScratchPad) == 0x000008, "Wrong alignment on UNPC_AbilityTaskScratchPad"); \ static_assert(sizeof(UNPC_AbilityTaskScratchPad) == 0x0000A0, "Wrong size on UNPC_AbilityTaskScratchPad"); \ static_assert(offsetof(UNPC_AbilityTaskScratchPad, MoveData) == 0x000028, "Member 'UNPC_AbilityTaskScratchPad::MoveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_EnemyShuffle \ static_assert(alignof(UAblAnimationTagChooser_EnemyShuffle) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_EnemyShuffle"); \ static_assert(sizeof(UAblAnimationTagChooser_EnemyShuffle) == 0x000058, "Wrong size on UAblAnimationTagChooser_EnemyShuffle"); \ #define DUMPER7_ASSERTS_TabPageWidget_GoToPage \ static_assert(alignof(TabPageWidget_GoToPage) == 0x000008, "Wrong alignment on TabPageWidget_GoToPage"); \ static_assert(sizeof(TabPageWidget_GoToPage) == 0x000010, "Wrong size on TabPageWidget_GoToPage"); \ static_assert(offsetof(TabPageWidget_GoToPage, DestinationStack) == 0x000000, "Member 'TabPageWidget_GoToPage::DestinationStack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TabPageWidget_HandleInput \ static_assert(alignof(TabPageWidget_HandleInput) == 0x000008, "Wrong alignment on TabPageWidget_HandleInput"); \ static_assert(sizeof(TabPageWidget_HandleInput) == 0x000020, "Wrong size on TabPageWidget_HandleInput"); \ static_assert(offsetof(TabPageWidget_HandleInput, Input) == 0x000000, "Member 'TabPageWidget_HandleInput::Input' has a wrong offset!"); \ static_assert(offsetof(TabPageWidget_HandleInput, ReturnValue) == 0x000018, "Member 'TabPageWidget_HandleInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TabPageWidget_OnLegendItemHoldEnd \ static_assert(alignof(TabPageWidget_OnLegendItemHoldEnd) == 0x000008, "Wrong alignment on TabPageWidget_OnLegendItemHoldEnd"); \ static_assert(sizeof(TabPageWidget_OnLegendItemHoldEnd) == 0x000010, "Wrong size on TabPageWidget_OnLegendItemHoldEnd"); \ static_assert(offsetof(TabPageWidget_OnLegendItemHoldEnd, LegendItem) == 0x000000, "Member 'TabPageWidget_OnLegendItemHoldEnd::LegendItem' has a wrong offset!"); \ static_assert(offsetof(TabPageWidget_OnLegendItemHoldEnd, HoldWasCompleted) == 0x000008, "Member 'TabPageWidget_OnLegendItemHoldEnd::HoldWasCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TabPageWidget_SetTabParentWidget \ static_assert(alignof(TabPageWidget_SetTabParentWidget) == 0x000008, "Wrong alignment on TabPageWidget_SetTabParentWidget"); \ static_assert(sizeof(TabPageWidget_SetTabParentWidget) == 0x000008, "Wrong size on TabPageWidget_SetTabParentWidget"); \ static_assert(offsetof(TabPageWidget_SetTabParentWidget, InTabParentWidget) == 0x000000, "Member 'TabPageWidget_SetTabParentWidget::InTabParentWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTabPageWidget \ static_assert(alignof(UTabPageWidget) == 0x000008, "Wrong alignment on UTabPageWidget"); \ static_assert(sizeof(UTabPageWidget) == 0x0003C8, "Wrong size on UTabPageWidget"); \ static_assert(offsetof(UTabPageWidget, Source) == 0x000328, "Member 'UTabPageWidget::Source' has a wrong offset!"); \ static_assert(offsetof(UTabPageWidget, Destination) == 0x000338, "Member 'UTabPageWidget::Destination' has a wrong offset!"); \ static_assert(offsetof(UTabPageWidget, ParallaxRate) == 0x000348, "Member 'UTabPageWidget::ParallaxRate' has a wrong offset!"); \ static_assert(offsetof(UTabPageWidget, MenuLegend) == 0x000350, "Member 'UTabPageWidget::MenuLegend' has a wrong offset!"); \ static_assert(offsetof(UTabPageWidget, TabParentWidget) == 0x000360, "Member 'UTabPageWidget::TabParentWidget' has a wrong offset!"); \ static_assert(offsetof(UTabPageWidget, OnAutosaveRequested) == 0x000368, "Member 'UTabPageWidget::OnAutosaveRequested' has a wrong offset!"); \ static_assert(offsetof(UTabPageWidget, OnMenuReadLegendRequested) == 0x000378, "Member 'UTabPageWidget::OnMenuReadLegendRequested' has a wrong offset!"); \ static_assert(offsetof(UTabPageWidget, OnNewLegendRequested) == 0x000388, "Member 'UTabPageWidget::OnNewLegendRequested' has a wrong offset!"); \ static_assert(offsetof(UTabPageWidget, OnNewTabRequested) == 0x000398, "Member 'UTabPageWidget::OnNewTabRequested' has a wrong offset!"); \ static_assert(offsetof(UTabPageWidget, OnLegendInputHeldChanged) == 0x0003A8, "Member 'UTabPageWidget::OnLegendInputHeldChanged' has a wrong offset!"); \ static_assert(offsetof(UTabPageWidget, OnExitMenuRequested) == 0x0003B8, "Member 'UTabPageWidget::OnExitMenuRequested' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CollectionsScreen_GetUsedInRecipesForCollectionItem \ static_assert(alignof(CollectionsScreen_GetUsedInRecipesForCollectionItem) == 0x000008, "Wrong alignment on CollectionsScreen_GetUsedInRecipesForCollectionItem"); \ static_assert(sizeof(CollectionsScreen_GetUsedInRecipesForCollectionItem) == 0x000028, "Wrong size on CollectionsScreen_GetUsedInRecipesForCollectionItem"); \ static_assert(offsetof(CollectionsScreen_GetUsedInRecipesForCollectionItem, CollectionItem) == 0x000000, "Member 'CollectionsScreen_GetUsedInRecipesForCollectionItem::CollectionItem' has a wrong offset!"); \ static_assert(offsetof(CollectionsScreen_GetUsedInRecipesForCollectionItem, CollectionCategory) == 0x000008, "Member 'CollectionsScreen_GetUsedInRecipesForCollectionItem::CollectionCategory' has a wrong offset!"); \ static_assert(offsetof(CollectionsScreen_GetUsedInRecipesForCollectionItem, IncludeLocked) == 0x000010, "Member 'CollectionsScreen_GetUsedInRecipesForCollectionItem::IncludeLocked' has a wrong offset!"); \ static_assert(offsetof(CollectionsScreen_GetUsedInRecipesForCollectionItem, ReturnValue) == 0x000018, "Member 'CollectionsScreen_GetUsedInRecipesForCollectionItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCollectionsScreen \ static_assert(alignof(UCollectionsScreen) == 0x000008, "Wrong alignment on UCollectionsScreen"); \ static_assert(sizeof(UCollectionsScreen) == 0x000418, "Wrong size on UCollectionsScreen"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_EnemyTaunt \ static_assert(alignof(UAblAnimationTagChooser_EnemyTaunt) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_EnemyTaunt"); \ static_assert(sizeof(UAblAnimationTagChooser_EnemyTaunt) == 0x000050, "Wrong size on UAblAnimationTagChooser_EnemyTaunt"); \ #define DUMPER7_ASSERTS_ForegeableSpawnerManager_Get \ static_assert(alignof(ForegeableSpawnerManager_Get) == 0x000008, "Wrong alignment on ForegeableSpawnerManager_Get"); \ static_assert(sizeof(ForegeableSpawnerManager_Get) == 0x000008, "Wrong size on ForegeableSpawnerManager_Get"); \ static_assert(offsetof(ForegeableSpawnerManager_Get, ReturnValue) == 0x000000, "Member 'ForegeableSpawnerManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForegeableSpawnerManager_InDungeon \ static_assert(alignof(ForegeableSpawnerManager_InDungeon) == 0x000001, "Wrong alignment on ForegeableSpawnerManager_InDungeon"); \ static_assert(sizeof(ForegeableSpawnerManager_InDungeon) == 0x000001, "Wrong size on ForegeableSpawnerManager_InDungeon"); \ static_assert(offsetof(ForegeableSpawnerManager_InDungeon, ReturnValue) == 0x000000, "Member 'ForegeableSpawnerManager_InDungeon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForegeableSpawnerManager_OnBreakableDestroyed \ static_assert(alignof(ForegeableSpawnerManager_OnBreakableDestroyed) == 0x000008, "Wrong alignment on ForegeableSpawnerManager_OnBreakableDestroyed"); \ static_assert(sizeof(ForegeableSpawnerManager_OnBreakableDestroyed) == 0x000008, "Wrong size on ForegeableSpawnerManager_OnBreakableDestroyed"); \ static_assert(offsetof(ForegeableSpawnerManager_OnBreakableDestroyed, Actor) == 0x000000, "Member 'ForegeableSpawnerManager_OnBreakableDestroyed::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForegeableSpawnerManager_OnForageableCollected \ static_assert(alignof(ForegeableSpawnerManager_OnForageableCollected) == 0x000008, "Wrong alignment on ForegeableSpawnerManager_OnForageableCollected"); \ static_assert(sizeof(ForegeableSpawnerManager_OnForageableCollected) == 0x000008, "Wrong size on ForegeableSpawnerManager_OnForageableCollected"); \ static_assert(offsetof(ForegeableSpawnerManager_OnForageableCollected, Actor) == 0x000000, "Member 'ForegeableSpawnerManager_OnForageableCollected::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForegeableSpawnerManager_RegisterInstance \ static_assert(alignof(ForegeableSpawnerManager_RegisterInstance) == 0x000008, "Wrong alignment on ForegeableSpawnerManager_RegisterInstance"); \ static_assert(sizeof(ForegeableSpawnerManager_RegisterInstance) == 0x000010, "Wrong size on ForegeableSpawnerManager_RegisterInstance"); \ static_assert(offsetof(ForegeableSpawnerManager_RegisterInstance, Instance) == 0x000000, "Member 'ForegeableSpawnerManager_RegisterInstance::Instance' has a wrong offset!"); \ static_assert(offsetof(ForegeableSpawnerManager_RegisterInstance, bShouldSetInitialState) == 0x000008, "Member 'ForegeableSpawnerManager_RegisterInstance::bShouldSetInitialState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForegeableSpawnerManager_UnregisterInstance \ static_assert(alignof(ForegeableSpawnerManager_UnregisterInstance) == 0x000008, "Wrong alignment on ForegeableSpawnerManager_UnregisterInstance"); \ static_assert(sizeof(ForegeableSpawnerManager_UnregisterInstance) == 0x000008, "Wrong size on ForegeableSpawnerManager_UnregisterInstance"); \ static_assert(offsetof(ForegeableSpawnerManager_UnregisterInstance, Instance) == 0x000000, "Member 'ForegeableSpawnerManager_UnregisterInstance::Instance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UForegeableSpawnerManager \ static_assert(alignof(UForegeableSpawnerManager) == 0x000008, "Wrong alignment on UForegeableSpawnerManager"); \ static_assert(sizeof(UForegeableSpawnerManager) == 0x0000B8, "Wrong size on UForegeableSpawnerManager"); \ static_assert(offsetof(UForegeableSpawnerManager, Pool) == 0x000040, "Member 'UForegeableSpawnerManager::Pool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_Strafe \ static_assert(alignof(UAblBlendSpaceParameterGetter_Strafe) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_Strafe"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_Strafe) == 0x000030, "Wrong size on UAblBlendSpaceParameterGetter_Strafe"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Strafe, SpeedInterpSpeed) == 0x000028, "Member 'UAblBlendSpaceParameterGetter_Strafe::SpeedInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Strafe, AngleInterpSpeed) == 0x00002C, "Member 'UAblBlendSpaceParameterGetter_Strafe::AngleInterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBuildNavDataCommandlet \ static_assert(alignof(UBuildNavDataCommandlet) == 0x000008, "Wrong alignment on UBuildNavDataCommandlet"); \ static_assert(sizeof(UBuildNavDataCommandlet) == 0x000080, "Wrong size on UBuildNavDataCommandlet"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_EnemyTurnInPlace \ static_assert(alignof(UAblAnimationTagChooser_EnemyTurnInPlace) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_EnemyTurnInPlace"); \ static_assert(sizeof(UAblAnimationTagChooser_EnemyTurnInPlace) == 0x000050, "Wrong size on UAblAnimationTagChooser_EnemyTurnInPlace"); \ #define DUMPER7_ASSERTS_AblTaskConditionScratchpad_OppugnoProxy_OnActiveSpellToolChanged \ static_assert(alignof(AblTaskConditionScratchpad_OppugnoProxy_OnActiveSpellToolChanged) == 0x000008, "Wrong alignment on AblTaskConditionScratchpad_OppugnoProxy_OnActiveSpellToolChanged"); \ static_assert(sizeof(AblTaskConditionScratchpad_OppugnoProxy_OnActiveSpellToolChanged) == 0x000010, "Wrong size on AblTaskConditionScratchpad_OppugnoProxy_OnActiveSpellToolChanged"); \ static_assert(offsetof(AblTaskConditionScratchpad_OppugnoProxy_OnActiveSpellToolChanged, ActivatedSpell) == 0x000000, "Member 'AblTaskConditionScratchpad_OppugnoProxy_OnActiveSpellToolChanged::ActivatedSpell' has a wrong offset!"); \ static_assert(offsetof(AblTaskConditionScratchpad_OppugnoProxy_OnActiveSpellToolChanged, DeactivatedSpell) == 0x000008, "Member 'AblTaskConditionScratchpad_OppugnoProxy_OnActiveSpellToolChanged::DeactivatedSpell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTaskConditionScratchpad_OppugnoProxy \ static_assert(alignof(UAblTaskConditionScratchpad_OppugnoProxy) == 0x000008, "Wrong alignment on UAblTaskConditionScratchpad_OppugnoProxy"); \ static_assert(sizeof(UAblTaskConditionScratchpad_OppugnoProxy) == 0x000078, "Wrong size on UAblTaskConditionScratchpad_OppugnoProxy"); \ static_assert(offsetof(UAblTaskConditionScratchpad_OppugnoProxy, instancedProxy) == 0x000030, "Member 'UAblTaskConditionScratchpad_OppugnoProxy::instancedProxy' has a wrong offset!"); \ static_assert(offsetof(UAblTaskConditionScratchpad_OppugnoProxy, EnemyOwner) == 0x000048, "Member 'UAblTaskConditionScratchpad_OppugnoProxy::EnemyOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_EnemyType \ static_assert(alignof(UAblAnimationTagChooser_EnemyType) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_EnemyType"); \ static_assert(sizeof(UAblAnimationTagChooser_EnemyType) == 0x000050, "Wrong size on UAblAnimationTagChooser_EnemyType"); \ #define DUMPER7_ASSERTS_UAblBranchConditionCanFly \ static_assert(alignof(UAblBranchConditionCanFly) == 0x000008, "Wrong alignment on UAblBranchConditionCanFly"); \ static_assert(sizeof(UAblBranchConditionCanFly) == 0x000030, "Wrong size on UAblBranchConditionCanFly"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_SetStance \ static_assert(alignof(UBTTask_Creature_SetStance) == 0x000008, "Wrong alignment on UBTTask_Creature_SetStance"); \ static_assert(sizeof(UBTTask_Creature_SetStance) == 0x000078, "Wrong size on UBTTask_Creature_SetStance"); \ static_assert(offsetof(UBTTask_Creature_SetStance, Stance) == 0x000070, "Member 'UBTTask_Creature_SetStance::Stance' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_SetStance, bWait) == 0x000071, "Member 'UBTTask_Creature_SetStance::bWait' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_EnemyWeapon \ static_assert(alignof(UAblAnimationTagChooser_EnemyWeapon) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_EnemyWeapon"); \ static_assert(sizeof(UAblAnimationTagChooser_EnemyWeapon) == 0x000058, "Wrong size on UAblAnimationTagChooser_EnemyWeapon"); \ static_assert(offsetof(UAblAnimationTagChooser_EnemyWeapon, WeaponSource) == 0x000050, "Member 'UAblAnimationTagChooser_EnemyWeapon::WeaponSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_FallLandStudent \ static_assert(alignof(UAblAnimationTagChooser_FallLandStudent) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_FallLandStudent"); \ static_assert(sizeof(UAblAnimationTagChooser_FallLandStudent) == 0x000050, "Wrong size on UAblAnimationTagChooser_FallLandStudent"); \ #define DUMPER7_ASSERTS_USceneAction_EmissiveAdaptationBase \ static_assert(alignof(USceneAction_EmissiveAdaptationBase) == 0x000008, "Wrong alignment on USceneAction_EmissiveAdaptationBase"); \ static_assert(sizeof(USceneAction_EmissiveAdaptationBase) == 0x0000D8, "Wrong size on USceneAction_EmissiveAdaptationBase"); \ static_assert(offsetof(USceneAction_EmissiveAdaptationBase, FeatherInTime) == 0x000090, "Member 'USceneAction_EmissiveAdaptationBase::FeatherInTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_EmissiveAdaptationBase, FeatherOutTime) == 0x000094, "Member 'USceneAction_EmissiveAdaptationBase::FeatherOutTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_EmissiveAdaptationBase, BlendDomain) == 0x000098, "Member 'USceneAction_EmissiveAdaptationBase::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(USceneAction_EmissiveAdaptationBase, Priority) == 0x0000D0, "Member 'USceneAction_EmissiveAdaptationBase::Priority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_EmissiveAdaptationBase, bEnabled) == 0x0000D4, "Member 'USceneAction_EmissiveAdaptationBase::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_EmissiveAdaptationExtras \ static_assert(alignof(USceneAction_EmissiveAdaptationExtras) == 0x000008, "Wrong alignment on USceneAction_EmissiveAdaptationExtras"); \ static_assert(sizeof(USceneAction_EmissiveAdaptationExtras) == 0x000118, "Wrong size on USceneAction_EmissiveAdaptationExtras"); \ static_assert(offsetof(USceneAction_EmissiveAdaptationExtras, EmissiveAdaptationExtras) == 0x0000D8, "Member 'USceneAction_EmissiveAdaptationExtras::EmissiveAdaptationExtras' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionDesiredDirectionDelta \ static_assert(alignof(UAblBranchConditionDesiredDirectionDelta) == 0x000008, "Wrong alignment on UAblBranchConditionDesiredDirectionDelta"); \ static_assert(sizeof(UAblBranchConditionDesiredDirectionDelta) == 0x000048, "Wrong size on UAblBranchConditionDesiredDirectionDelta"); \ static_assert(offsetof(UAblBranchConditionDesiredDirectionDelta, UseSourceDirection) == 0x000030, "Member 'UAblBranchConditionDesiredDirectionDelta::UseSourceDirection' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionDesiredDirectionDelta, UseTracker) == 0x000031, "Member 'UAblBranchConditionDesiredDirectionDelta::UseTracker' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionDesiredDirectionDelta, BufferSampleTime) == 0x000034, "Member 'UAblBranchConditionDesiredDirectionDelta::BufferSampleTime' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionDesiredDirectionDelta, bAbsoulteValue) == 0x000038, "Member 'UAblBranchConditionDesiredDirectionDelta::bAbsoulteValue' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionDesiredDirectionDelta, UseOperator) == 0x000039, "Member 'UAblBranchConditionDesiredDirectionDelta::UseOperator' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionDesiredDirectionDelta, AngleRange) == 0x00003C, "Member 'UAblBranchConditionDesiredDirectionDelta::AngleRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_FeedPelletsToolReleaseType \ static_assert(alignof(UAblAnimationTagChooser_FeedPelletsToolReleaseType) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_FeedPelletsToolReleaseType"); \ static_assert(sizeof(UAblAnimationTagChooser_FeedPelletsToolReleaseType) == 0x000050, "Wrong size on UAblAnimationTagChooser_FeedPelletsToolReleaseType"); \ #define DUMPER7_ASSERTS_UCogTargetAimSceneComponent \ static_assert(alignof(UCogTargetAimSceneComponent) == 0x000010, "Wrong alignment on UCogTargetAimSceneComponent"); \ static_assert(sizeof(UCogTargetAimSceneComponent) == 0x000250, "Wrong size on UCogTargetAimSceneComponent"); \ static_assert(offsetof(UCogTargetAimSceneComponent, Timer) == 0x000230, "Member 'UCogTargetAimSceneComponent::Timer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablToggleIKDriversTask \ static_assert(alignof(UablToggleIKDriversTask) == 0x000008, "Wrong alignment on UablToggleIKDriversTask"); \ static_assert(sizeof(UablToggleIKDriversTask) == 0x000080, "Wrong size on UablToggleIKDriversTask"); \ static_assert(offsetof(UablToggleIKDriversTask, IKPriority) == 0x000070, "Member 'UablToggleIKDriversTask::IKPriority' has a wrong offset!"); \ static_assert(offsetof(UablToggleIKDriversTask, bEnableIK) == 0x000071, "Member 'UablToggleIKDriversTask::bEnableIK' has a wrong offset!"); \ static_assert(offsetof(UablToggleIKDriversTask, bEnableFloorContact) == 0x000072, "Member 'UablToggleIKDriversTask::bEnableFloorContact' has a wrong offset!"); \ static_assert(offsetof(UablToggleIKDriversTask, bEnableLookat) == 0x000073, "Member 'UablToggleIKDriversTask::bEnableLookat' has a wrong offset!"); \ static_assert(offsetof(UablToggleIKDriversTask, bEnablePoseFixup) == 0x000074, "Member 'UablToggleIKDriversTask::bEnablePoseFixup' has a wrong offset!"); \ static_assert(offsetof(UablToggleIKDriversTask, BlendInDuration) == 0x000078, "Member 'UablToggleIKDriversTask::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UablToggleIKDriversTask, BlendOutDuration) == 0x00007C, "Member 'UablToggleIKDriversTask::BlendOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_FlipendoFlourish \ static_assert(alignof(UAblAnimationTagChooser_FlipendoFlourish) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_FlipendoFlourish"); \ static_assert(sizeof(UAblAnimationTagChooser_FlipendoFlourish) == 0x000050, "Wrong size on UAblAnimationTagChooser_FlipendoFlourish"); \ #define DUMPER7_ASSERTS_UDuelTechnique \ static_assert(alignof(UDuelTechnique) == 0x000008, "Wrong alignment on UDuelTechnique"); \ static_assert(sizeof(UDuelTechnique) == 0x000048, "Wrong size on UDuelTechnique"); \ static_assert(offsetof(UDuelTechnique, ParentController) == 0x000030, "Member 'UDuelTechnique::ParentController' has a wrong offset!"); \ static_assert(offsetof(UDuelTechnique, State) == 0x000040, "Member 'UDuelTechnique::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDuelTechnique_Damage \ static_assert(alignof(UDuelTechnique_Damage) == 0x000008, "Wrong alignment on UDuelTechnique_Damage"); \ static_assert(sizeof(UDuelTechnique_Damage) == 0x000058, "Wrong size on UDuelTechnique_Damage"); \ #define DUMPER7_ASSERTS_USceneAction_FastTravel \ static_assert(alignof(USceneAction_FastTravel) == 0x000008, "Wrong alignment on USceneAction_FastTravel"); \ static_assert(sizeof(USceneAction_FastTravel) == 0x0000A8, "Wrong size on USceneAction_FastTravel"); \ static_assert(offsetof(USceneAction_FastTravel, Location) == 0x0000A0, "Member 'USceneAction_FastTravel::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_Sprint \ static_assert(alignof(UAblBlendSpaceParameterGetter_Sprint) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_Sprint"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_Sprint) == 0x000050, "Wrong size on UAblBlendSpaceParameterGetter_Sprint"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Sprint, MaxAngle) == 0x000028, "Member 'UAblBlendSpaceParameterGetter_Sprint::MaxAngle' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Sprint, AngleRatioNearZeroTolerance) == 0x00002C, "Member 'UAblBlendSpaceParameterGetter_Sprint::AngleRatioNearZeroTolerance' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Sprint, XInterpInSpeed) == 0x000030, "Member 'UAblBlendSpaceParameterGetter_Sprint::XInterpInSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Sprint, XInterpInType) == 0x000034, "Member 'UAblBlendSpaceParameterGetter_Sprint::XInterpInType' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Sprint, XInterpOutSpeed) == 0x000038, "Member 'UAblBlendSpaceParameterGetter_Sprint::XInterpOutSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Sprint, XInterpOutType) == 0x00003C, "Member 'UAblBlendSpaceParameterGetter_Sprint::XInterpOutType' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Sprint, MinSlope) == 0x000040, "Member 'UAblBlendSpaceParameterGetter_Sprint::MinSlope' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Sprint, MaxSlope) == 0x000044, "Member 'UAblBlendSpaceParameterGetter_Sprint::MaxSlope' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Sprint, bBlendInputOnTransitionOut) == 0x000048, "Member 'UAblBlendSpaceParameterGetter_Sprint::bBlendInputOnTransitionOut' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Sprint, bUseVelocity) == 0x000049, "Member 'UAblBlendSpaceParameterGetter_Sprint::bUseVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_FootMatch \ static_assert(alignof(UAblAnimationTagChooser_FootMatch) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_FootMatch"); \ static_assert(sizeof(UAblAnimationTagChooser_FootMatch) == 0x000078, "Wrong size on UAblAnimationTagChooser_FootMatch"); \ static_assert(offsetof(UAblAnimationTagChooser_FootMatch, MinTimeIntoMotion) == 0x000050, "Member 'UAblAnimationTagChooser_FootMatch::MinTimeIntoMotion' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_FootMatch, TimeIntoMotion) == 0x000054, "Member 'UAblAnimationTagChooser_FootMatch::TimeIntoMotion' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_FootMatch, SourceTimeOffset) == 0x000058, "Member 'UAblAnimationTagChooser_FootMatch::SourceTimeOffset' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_FootMatch, FootPositionWeight) == 0x00005C, "Member 'UAblAnimationTagChooser_FootMatch::FootPositionWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_FootMatch, FootVelocityWeight) == 0x000068, "Member 'UAblAnimationTagChooser_FootMatch::FootVelocityWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CombatVolumeGroup_TryStartEncounter \ static_assert(alignof(CombatVolumeGroup_TryStartEncounter) == 0x000001, "Wrong alignment on CombatVolumeGroup_TryStartEncounter"); \ static_assert(sizeof(CombatVolumeGroup_TryStartEncounter) == 0x000001, "Wrong size on CombatVolumeGroup_TryStartEncounter"); \ static_assert(offsetof(CombatVolumeGroup_TryStartEncounter, ReturnValue) == 0x000000, "Member 'CombatVolumeGroup_TryStartEncounter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CombatVolumeGroup_GetVolumes \ static_assert(alignof(CombatVolumeGroup_GetVolumes) == 0x000008, "Wrong alignment on CombatVolumeGroup_GetVolumes"); \ static_assert(sizeof(CombatVolumeGroup_GetVolumes) == 0x000050, "Wrong size on CombatVolumeGroup_GetVolumes"); \ static_assert(offsetof(CombatVolumeGroup_GetVolumes, ReturnValue) == 0x000000, "Member 'CombatVolumeGroup_GetVolumes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CombatVolumeGroup_IsActiveForCurrentEncounter \ static_assert(alignof(CombatVolumeGroup_IsActiveForCurrentEncounter) == 0x000001, "Wrong alignment on CombatVolumeGroup_IsActiveForCurrentEncounter"); \ static_assert(sizeof(CombatVolumeGroup_IsActiveForCurrentEncounter) == 0x000001, "Wrong size on CombatVolumeGroup_IsActiveForCurrentEncounter"); \ static_assert(offsetof(CombatVolumeGroup_IsActiveForCurrentEncounter, ReturnValue) == 0x000000, "Member 'CombatVolumeGroup_IsActiveForCurrentEncounter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCombatVolumeGroup \ static_assert(alignof(UCombatVolumeGroup) == 0x000008, "Wrong alignment on UCombatVolumeGroup"); \ static_assert(sizeof(UCombatVolumeGroup) == 0x000138, "Wrong size on UCombatVolumeGroup"); \ static_assert(offsetof(UCombatVolumeGroup, EncounterStartedEvent) == 0x000030, "Member 'UCombatVolumeGroup::EncounterStartedEvent' has a wrong offset!"); \ static_assert(offsetof(UCombatVolumeGroup, EncounterEndedEvent) == 0x000040, "Member 'UCombatVolumeGroup::EncounterEndedEvent' has a wrong offset!"); \ static_assert(offsetof(UCombatVolumeGroup, CombatVolumeGroupDeathDelegate) == 0x000050, "Member 'UCombatVolumeGroup::CombatVolumeGroupDeathDelegate' has a wrong offset!"); \ static_assert(offsetof(UCombatVolumeGroup, CombatVolumeGroupActorSpawnedDelegate) == 0x000060, "Member 'UCombatVolumeGroup::CombatVolumeGroupActorSpawnedDelegate' has a wrong offset!"); \ static_assert(offsetof(UCombatVolumeGroup, CombatVolumeGroupDestroyedEvent) == 0x000070, "Member 'UCombatVolumeGroup::CombatVolumeGroupDestroyedEvent' has a wrong offset!"); \ static_assert(offsetof(UCombatVolumeGroup, VolumesInGroup) == 0x000080, "Member 'UCombatVolumeGroup::VolumesInGroup' has a wrong offset!"); \ static_assert(offsetof(UCombatVolumeGroup, bEnableDuelTechniques) == 0x0000D0, "Member 'UCombatVolumeGroup::bEnableDuelTechniques' has a wrong offset!"); \ static_assert(offsetof(UCombatVolumeGroup, DuelTechniqueOverrides) == 0x0000D8, "Member 'UCombatVolumeGroup::DuelTechniqueOverrides' has a wrong offset!"); \ static_assert(offsetof(UCombatVolumeGroup, DOVsAggregated) == 0x0000E8, "Member 'UCombatVolumeGroup::DOVsAggregated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPC_QBUpdateDataAsset \ static_assert(alignof(UNPC_QBUpdateDataAsset) == 0x000008, "Wrong alignment on UNPC_QBUpdateDataAsset"); \ static_assert(sizeof(UNPC_QBUpdateDataAsset) == 0x000080, "Wrong size on UNPC_QBUpdateDataAsset"); \ static_assert(offsetof(UNPC_QBUpdateDataAsset, UpdateClassMap) == 0x000030, "Member 'UNPC_QBUpdateDataAsset::UpdateClassMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_GaitSpeed \ static_assert(alignof(UAblAnimationTagChooser_GaitSpeed) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_GaitSpeed"); \ static_assert(sizeof(UAblAnimationTagChooser_GaitSpeed) == 0x0000A8, "Wrong size on UAblAnimationTagChooser_GaitSpeed"); \ static_assert(offsetof(UAblAnimationTagChooser_GaitSpeed, GaitTags) == 0x000050, "Member 'UAblAnimationTagChooser_GaitSpeed::GaitTags' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_GaitSpeed, SpeedType) == 0x0000A0, "Member 'UAblAnimationTagChooser_GaitSpeed::SpeedType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerPrerequisiteInLevel \ static_assert(alignof(UFXAutoTriggerPrerequisiteInLevel) == 0x000008, "Wrong alignment on UFXAutoTriggerPrerequisiteInLevel"); \ static_assert(sizeof(UFXAutoTriggerPrerequisiteInLevel) == 0x000030, "Wrong size on UFXAutoTriggerPrerequisiteInLevel"); \ static_assert(offsetof(UFXAutoTriggerPrerequisiteInLevel, Level) == 0x000028, "Member 'UFXAutoTriggerPrerequisiteInLevel::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendWeightMultiplierGetter_FallBlend \ static_assert(alignof(UAblBlendWeightMultiplierGetter_FallBlend) == 0x000008, "Wrong alignment on UAblBlendWeightMultiplierGetter_FallBlend"); \ static_assert(sizeof(UAblBlendWeightMultiplierGetter_FallBlend) == 0x000030, "Wrong size on UAblBlendWeightMultiplierGetter_FallBlend"); \ static_assert(offsetof(UAblBlendWeightMultiplierGetter_FallBlend, BlendSpeed) == 0x000028, "Member 'UAblBlendWeightMultiplierGetter_FallBlend::BlendSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupActorAction \ static_assert(alignof(UCameraFixupActorAction) == 0x000008, "Wrong alignment on UCameraFixupActorAction"); \ static_assert(sizeof(UCameraFixupActorAction) == 0x000040, "Wrong size on UCameraFixupActorAction"); \ static_assert(offsetof(UCameraFixupActorAction, Actor) == 0x000028, "Member 'UCameraFixupActorAction::Actor' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupActorAction, Enabled) == 0x000038, "Member 'UCameraFixupActorAction::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupVisibilityActorAction \ static_assert(alignof(UCameraFixupVisibilityActorAction) == 0x000008, "Wrong alignment on UCameraFixupVisibilityActorAction"); \ static_assert(sizeof(UCameraFixupVisibilityActorAction) == 0x000048, "Wrong size on UCameraFixupVisibilityActorAction"); \ static_assert(offsetof(UCameraFixupVisibilityActorAction, Priority) == 0x000040, "Member 'UCameraFixupVisibilityActorAction::Priority' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupVisibilityActorAction, ShouldBeHidden) == 0x000041, "Member 'UCameraFixupVisibilityActorAction::ShouldBeHidden' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupVisibilityActorAction, IncludeChildActors) == 0x000042, "Member 'UCameraFixupVisibilityActorAction::IncludeChildActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStationStoryPropAttachment \ static_assert(alignof(UStationStoryPropAttachment) == 0x000008, "Wrong alignment on UStationStoryPropAttachment"); \ static_assert(sizeof(UStationStoryPropAttachment) == 0x000028, "Wrong size on UStationStoryPropAttachment"); \ #define DUMPER7_ASSERTS_UStationStoryProp_AttachToStation \ static_assert(alignof(UStationStoryProp_AttachToStation) == 0x000008, "Wrong alignment on UStationStoryProp_AttachToStation"); \ static_assert(sizeof(UStationStoryProp_AttachToStation) == 0x000030, "Wrong size on UStationStoryProp_AttachToStation"); \ static_assert(offsetof(UStationStoryProp_AttachToStation, StationSocket) == 0x000028, "Member 'UStationStoryProp_AttachToStation::StationSocket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_RenderSettings \ static_assert(alignof(USceneActionState_RenderSettings) == 0x000010, "Wrong alignment on USceneActionState_RenderSettings"); \ static_assert(sizeof(USceneActionState_RenderSettings) == 0x000660, "Wrong size on USceneActionState_RenderSettings"); \ static_assert(offsetof(USceneActionState_RenderSettings, EnginePostProcessSettings) == 0x000060, "Member 'USceneActionState_RenderSettings::EnginePostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_RenderSettings, InsertedPriortiy) == 0x000650, "Member 'USceneActionState_RenderSettings::InsertedPriortiy' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_RenderSettings, CurrentBlend) == 0x000654, "Member 'USceneActionState_RenderSettings::CurrentBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_Getup \ static_assert(alignof(UAblAnimationTagChooser_Getup) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_Getup"); \ static_assert(sizeof(UAblAnimationTagChooser_Getup) == 0x000060, "Wrong size on UAblAnimationTagChooser_Getup"); \ static_assert(offsetof(UAblAnimationTagChooser_Getup, AngleRanges) == 0x000050, "Member 'UAblAnimationTagChooser_Getup::AngleRanges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_GetClosestConnection \ static_assert(alignof(StationComponent_GetClosestConnection) == 0x000008, "Wrong alignment on StationComponent_GetClosestConnection"); \ static_assert(sizeof(StationComponent_GetClosestConnection) == 0x000010, "Wrong size on StationComponent_GetClosestConnection"); \ static_assert(offsetof(StationComponent_GetClosestConnection, PlayerPawn) == 0x000000, "Member 'StationComponent_GetClosestConnection::PlayerPawn' has a wrong offset!"); \ static_assert(offsetof(StationComponent_GetClosestConnection, ReturnValue) == 0x000008, "Member 'StationComponent_GetClosestConnection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_GetConnectionStartTransform \ static_assert(alignof(StationComponent_GetConnectionStartTransform) == 0x000010, "Wrong alignment on StationComponent_GetConnectionStartTransform"); \ static_assert(sizeof(StationComponent_GetConnectionStartTransform) == 0x000040, "Wrong size on StationComponent_GetConnectionStartTransform"); \ static_assert(offsetof(StationComponent_GetConnectionStartTransform, InIndex) == 0x000000, "Member 'StationComponent_GetConnectionStartTransform::InIndex' has a wrong offset!"); \ static_assert(offsetof(StationComponent_GetConnectionStartTransform, ReturnValue) == 0x000010, "Member 'StationComponent_GetConnectionStartTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_GetCurrentInteraction \ static_assert(alignof(StationComponent_GetCurrentInteraction) == 0x000004, "Wrong alignment on StationComponent_GetCurrentInteraction"); \ static_assert(sizeof(StationComponent_GetCurrentInteraction) == 0x000008, "Wrong size on StationComponent_GetCurrentInteraction"); \ static_assert(offsetof(StationComponent_GetCurrentInteraction, InInteractionID) == 0x000000, "Member 'StationComponent_GetCurrentInteraction::InInteractionID' has a wrong offset!"); \ static_assert(offsetof(StationComponent_GetCurrentInteraction, ReturnValue) == 0x000004, "Member 'StationComponent_GetCurrentInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_GetInteractionText \ static_assert(alignof(StationComponent_GetInteractionText) == 0x000001, "Wrong alignment on StationComponent_GetInteractionText"); \ static_assert(sizeof(StationComponent_GetInteractionText) == 0x000001, "Wrong size on StationComponent_GetInteractionText"); \ static_assert(offsetof(StationComponent_GetInteractionText, ReturnValue) == 0x000000, "Member 'StationComponent_GetInteractionText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_GetMeshComponent \ static_assert(alignof(StationComponent_GetMeshComponent) == 0x000008, "Wrong alignment on StationComponent_GetMeshComponent"); \ static_assert(sizeof(StationComponent_GetMeshComponent) == 0x000008, "Wrong size on StationComponent_GetMeshComponent"); \ static_assert(offsetof(StationComponent_GetMeshComponent, ReturnValue) == 0x000000, "Member 'StationComponent_GetMeshComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_GetMeshName \ static_assert(alignof(StationComponent_GetMeshName) == 0x000008, "Wrong alignment on StationComponent_GetMeshName"); \ static_assert(sizeof(StationComponent_GetMeshName) == 0x000010, "Wrong size on StationComponent_GetMeshName"); \ static_assert(offsetof(StationComponent_GetMeshName, ReturnValue) == 0x000000, "Member 'StationComponent_GetMeshName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_GetNumConnections \ static_assert(alignof(StationComponent_GetNumConnections) == 0x000004, "Wrong alignment on StationComponent_GetNumConnections"); \ static_assert(sizeof(StationComponent_GetNumConnections) == 0x000004, "Wrong size on StationComponent_GetNumConnections"); \ static_assert(offsetof(StationComponent_GetNumConnections, ReturnValue) == 0x000000, "Member 'StationComponent_GetNumConnections::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_GetPropType \ static_assert(alignof(StationComponent_GetPropType) == 0x000001, "Wrong alignment on StationComponent_GetPropType"); \ static_assert(sizeof(StationComponent_GetPropType) == 0x000001, "Wrong size on StationComponent_GetPropType"); \ static_assert(offsetof(StationComponent_GetPropType, ReturnValue) == 0x000000, "Member 'StationComponent_GetPropType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_GetSocketTransform \ static_assert(alignof(StationComponent_GetSocketTransform) == 0x000010, "Wrong alignment on StationComponent_GetSocketTransform"); \ static_assert(sizeof(StationComponent_GetSocketTransform) == 0x000040, "Wrong size on StationComponent_GetSocketTransform"); \ static_assert(offsetof(StationComponent_GetSocketTransform, InSocketName) == 0x000000, "Member 'StationComponent_GetSocketTransform::InSocketName' has a wrong offset!"); \ static_assert(offsetof(StationComponent_GetSocketTransform, ReturnValue) == 0x000010, "Member 'StationComponent_GetSocketTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_GetStationUsers \ static_assert(alignof(StationComponent_GetStationUsers) == 0x000008, "Wrong alignment on StationComponent_GetStationUsers"); \ static_assert(sizeof(StationComponent_GetStationUsers) == 0x000018, "Wrong size on StationComponent_GetStationUsers"); \ static_assert(offsetof(StationComponent_GetStationUsers, outStationUsers) == 0x000000, "Member 'StationComponent_GetStationUsers::outStationUsers' has a wrong offset!"); \ static_assert(offsetof(StationComponent_GetStationUsers, ReturnValue) == 0x000010, "Member 'StationComponent_GetStationUsers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_InitializeStationInteraction \ static_assert(alignof(StationComponent_InitializeStationInteraction) == 0x000008, "Wrong alignment on StationComponent_InitializeStationInteraction"); \ static_assert(sizeof(StationComponent_InitializeStationInteraction) == 0x000040, "Wrong size on StationComponent_InitializeStationInteraction"); \ static_assert(offsetof(StationComponent_InitializeStationInteraction, InObject) == 0x000000, "Member 'StationComponent_InitializeStationInteraction::InObject' has a wrong offset!"); \ static_assert(offsetof(StationComponent_InitializeStationInteraction, InDesiredInteraction) == 0x000008, "Member 'StationComponent_InitializeStationInteraction::InDesiredInteraction' has a wrong offset!"); \ static_assert(offsetof(StationComponent_InitializeStationInteraction, InStationData) == 0x00000C, "Member 'StationComponent_InitializeStationInteraction::InStationData' has a wrong offset!"); \ static_assert(offsetof(StationComponent_InitializeStationInteraction, InDeferred) == 0x00002C, "Member 'StationComponent_InitializeStationInteraction::InDeferred' has a wrong offset!"); \ static_assert(offsetof(StationComponent_InitializeStationInteraction, InWantCallback) == 0x00002D, "Member 'StationComponent_InitializeStationInteraction::InWantCallback' has a wrong offset!"); \ static_assert(offsetof(StationComponent_InitializeStationInteraction, InTimeRequest) == 0x000030, "Member 'StationComponent_InitializeStationInteraction::InTimeRequest' has a wrong offset!"); \ static_assert(offsetof(StationComponent_InitializeStationInteraction, InJustGettingOptions) == 0x000034, "Member 'StationComponent_InitializeStationInteraction::InJustGettingOptions' has a wrong offset!"); \ static_assert(offsetof(StationComponent_InitializeStationInteraction, ReturnValue) == 0x000038, "Member 'StationComponent_InitializeStationInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_IsABed \ static_assert(alignof(StationComponent_IsABed) == 0x000001, "Wrong alignment on StationComponent_IsABed"); \ static_assert(sizeof(StationComponent_IsABed) == 0x000001, "Wrong size on StationComponent_IsABed"); \ static_assert(offsetof(StationComponent_IsABed, ReturnValue) == 0x000000, "Member 'StationComponent_IsABed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_IsABookShelf \ static_assert(alignof(StationComponent_IsABookShelf) == 0x000001, "Wrong alignment on StationComponent_IsABookShelf"); \ static_assert(sizeof(StationComponent_IsABookShelf) == 0x000001, "Wrong size on StationComponent_IsABookShelf"); \ static_assert(offsetof(StationComponent_IsABookShelf, ReturnValue) == 0x000000, "Member 'StationComponent_IsABookShelf::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_IsAChair \ static_assert(alignof(StationComponent_IsAChair) == 0x000001, "Wrong alignment on StationComponent_IsAChair"); \ static_assert(sizeof(StationComponent_IsAChair) == 0x000001, "Wrong size on StationComponent_IsAChair"); \ static_assert(offsetof(StationComponent_IsAChair, ReturnValue) == 0x000000, "Member 'StationComponent_IsAChair::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_IsStationActive \ static_assert(alignof(StationComponent_IsStationActive) == 0x000001, "Wrong alignment on StationComponent_IsStationActive"); \ static_assert(sizeof(StationComponent_IsStationActive) == 0x000001, "Wrong size on StationComponent_IsStationActive"); \ static_assert(offsetof(StationComponent_IsStationActive, ReturnValue) == 0x000000, "Member 'StationComponent_IsStationActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_IsStationBreakable \ static_assert(alignof(StationComponent_IsStationBreakable) == 0x000001, "Wrong alignment on StationComponent_IsStationBreakable"); \ static_assert(sizeof(StationComponent_IsStationBreakable) == 0x000001, "Wrong size on StationComponent_IsStationBreakable"); \ static_assert(offsetof(StationComponent_IsStationBreakable, ReturnValue) == 0x000000, "Member 'StationComponent_IsStationBreakable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_RequestAssetPreload \ static_assert(alignof(StationComponent_RequestAssetPreload) == 0x000001, "Wrong alignment on StationComponent_RequestAssetPreload"); \ static_assert(sizeof(StationComponent_RequestAssetPreload) == 0x000001, "Wrong size on StationComponent_RequestAssetPreload"); \ static_assert(offsetof(StationComponent_RequestAssetPreload, ReturnValue) == 0x000000, "Member 'StationComponent_RequestAssetPreload::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_SetPropSelection \ static_assert(alignof(StationComponent_SetPropSelection) == 0x000008, "Wrong alignment on StationComponent_SetPropSelection"); \ static_assert(sizeof(StationComponent_SetPropSelection) == 0x000010, "Wrong size on StationComponent_SetPropSelection"); \ static_assert(offsetof(StationComponent_SetPropSelection, DesiredProp) == 0x000000, "Member 'StationComponent_SetPropSelection::DesiredProp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_SetStationActive \ static_assert(alignof(StationComponent_SetStationActive) == 0x000001, "Wrong alignment on StationComponent_SetStationActive"); \ static_assert(sizeof(StationComponent_SetStationActive) == 0x000001, "Wrong size on StationComponent_SetStationActive"); \ static_assert(offsetof(StationComponent_SetStationActive, Inactive) == 0x000000, "Member 'StationComponent_SetStationActive::Inactive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_ValidateStation \ static_assert(alignof(StationComponent_ValidateStation) == 0x000008, "Wrong alignment on StationComponent_ValidateStation"); \ static_assert(sizeof(StationComponent_ValidateStation) == 0x000010, "Wrong size on StationComponent_ValidateStation"); \ static_assert(offsetof(StationComponent_ValidateStation, OutErrors) == 0x000000, "Member 'StationComponent_ValidateStation::OutErrors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationComponent_WillParticipateInSit \ static_assert(alignof(StationComponent_WillParticipateInSit) == 0x000001, "Wrong alignment on StationComponent_WillParticipateInSit"); \ static_assert(sizeof(StationComponent_WillParticipateInSit) == 0x000001, "Wrong size on StationComponent_WillParticipateInSit"); \ static_assert(offsetof(StationComponent_WillParticipateInSit, ReturnValue) == 0x000000, "Member 'StationComponent_WillParticipateInSit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStationComponent \ static_assert(alignof(UStationComponent) == 0x000008, "Wrong alignment on UStationComponent"); \ static_assert(sizeof(UStationComponent) == 0x000730, "Wrong size on UStationComponent"); \ static_assert(offsetof(UStationComponent, IsDeprecated) == 0x0000D8, "Member 'UStationComponent::IsDeprecated' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, m_Version) == 0x0000DC, "Member 'UStationComponent::m_Version' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, m_IsActive) == 0x0000E0, "Member 'UStationComponent::m_IsActive' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, Type) == 0x0000E1, "Member 'UStationComponent::Type' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, SpawnedStationType) == 0x0000E2, "Member 'UStationComponent::SpawnedStationType' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, m_DbLocationID) == 0x0000E8, "Member 'UStationComponent::m_DbLocationID' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, m_DbStudentID) == 0x000170, "Member 'UStationComponent::m_DbStudentID' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, StationInfo) == 0x0001F8, "Member 'UStationComponent::StationInfo' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, StationPropInfo) == 0x0002D0, "Member 'UStationComponent::StationPropInfo' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, PropStaticMesh) == 0x000358, "Member 'UStationComponent::PropStaticMesh' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, PropSkeletalMesh) == 0x000360, "Member 'UStationComponent::PropSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, CollisionType) == 0x000368, "Member 'UStationComponent::CollisionType' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, bDisallowSpellReactions) == 0x0003F0, "Member 'UStationComponent::bDisallowSpellReactions' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, m_DbParentLocationID) == 0x0003F8, "Member 'UStationComponent::m_DbParentLocationID' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, bGeneratePathing) == 0x000480, "Member 'UStationComponent::bGeneratePathing' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, AnimationPickingRange) == 0x000484, "Member 'UStationComponent::AnimationPickingRange' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, StitchingActivateRadius) == 0x000488, "Member 'UStationComponent::StitchingActivateRadius' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, StoryTeller) == 0x000490, "Member 'UStationComponent::StoryTeller' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, SetupFlags) == 0x000498, "Member 'UStationComponent::SetupFlags' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, EavesdropStation) == 0x000499, "Member 'UStationComponent::EavesdropStation' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, AllowT4s) == 0x00049A, "Member 'UStationComponent::AllowT4s' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, T4AnimSharingSetupMaleFemale) == 0x0004A0, "Member 'UStationComponent::T4AnimSharingSetupMaleFemale' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, AllowStitching) == 0x0004B0, "Member 'UStationComponent::AllowStitching' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, bEnableIKFloorContact) == 0x0004B1, "Member 'UStationComponent::bEnableIKFloorContact' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, PIP) == 0x0004B2, "Member 'UStationComponent::PIP' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, SetupHouseAndGender) == 0x0004B3, "Member 'UStationComponent::SetupHouseAndGender' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, ProhibitedSubTypes) == 0x0004B8, "Member 'UStationComponent::ProhibitedSubTypes' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, ExclusiveSubTypes) == 0x0004C8, "Member 'UStationComponent::ExclusiveSubTypes' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, EnterExitAnimations) == 0x0004D8, "Member 'UStationComponent::EnterExitAnimations' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, SnapConnectionsToTerrain) == 0x0004E1, "Member 'UStationComponent::SnapConnectionsToTerrain' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, CreateDynamicObstacle) == 0x0004E2, "Member 'UStationComponent::CreateDynamicObstacle' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, m_DbReferenceNPCID) == 0x0004E8, "Member 'UStationComponent::m_DbReferenceNPCID' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, InteractionText) == 0x000570, "Member 'UStationComponent::InteractionText' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, IsVisible) == 0x000571, "Member 'UStationComponent::IsVisible' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, VolumeType) == 0x000572, "Member 'UStationComponent::VolumeType' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, Volume) == 0x000578, "Member 'UStationComponent::Volume' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, PatrolStationPriority) == 0x000580, "Member 'UStationComponent::PatrolStationPriority' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, PatrolStationTime) == 0x000584, "Member 'UStationComponent::PatrolStationTime' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, LimitPatrolToSingleUsePerCycle) == 0x000588, "Member 'UStationComponent::LimitPatrolToSingleUsePerCycle' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, bProhibitAutoLocationSetting) == 0x000589, "Member 'UStationComponent::bProhibitAutoLocationSetting' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, PlayerInVicinityVolumeExtents) == 0x00058C, "Member 'UStationComponent::PlayerInVicinityVolumeExtents' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, PlayerInVicinityVolume) == 0x0005C0, "Member 'UStationComponent::PlayerInVicinityVolume' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, PropMeshFullPath) == 0x0005D8, "Member 'UStationComponent::PropMeshFullPath' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, MeshComponent) == 0x0005E8, "Member 'UStationComponent::MeshComponent' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, EnterDelay) == 0x0005F0, "Member 'UStationComponent::EnterDelay' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, EnterBlendIn) == 0x0005F4, "Member 'UStationComponent::EnterBlendIn' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, ExitDelay) == 0x0005F8, "Member 'UStationComponent::ExitDelay' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, ExitBlendOut) == 0x0005FC, "Member 'UStationComponent::ExitBlendOut' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, MaxAnimDriveStiffness) == 0x000600, "Member 'UStationComponent::MaxAnimDriveStiffness' has a wrong offset!"); \ static_assert(offsetof(UStationComponent, ForceParticipateInSit) == 0x000604, "Member 'UStationComponent::ForceParticipateInSit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTurnAdjust_ToBlackboardLocationGetter \ static_assert(alignof(UTurnAdjust_ToBlackboardLocationGetter) == 0x000008, "Wrong alignment on UTurnAdjust_ToBlackboardLocationGetter"); \ static_assert(sizeof(UTurnAdjust_ToBlackboardLocationGetter) == 0x000030, "Wrong size on UTurnAdjust_ToBlackboardLocationGetter"); \ static_assert(offsetof(UTurnAdjust_ToBlackboardLocationGetter, BlackboardKeyName) == 0x000028, "Member 'UTurnAdjust_ToBlackboardLocationGetter::BlackboardKeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_HandMatch \ static_assert(alignof(UAblAnimationTagChooser_HandMatch) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_HandMatch"); \ static_assert(sizeof(UAblAnimationTagChooser_HandMatch) == 0x000068, "Wrong size on UAblAnimationTagChooser_HandMatch"); \ static_assert(offsetof(UAblAnimationTagChooser_HandMatch, HandsPositionWeight) == 0x000050, "Member 'UAblAnimationTagChooser_HandMatch::HandsPositionWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_HandMatch, HandsVelocityWeight) == 0x00005C, "Member 'UAblAnimationTagChooser_HandMatch::HandsVelocityWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_MoveStrafe \ static_assert(alignof(UAblBlendSpaceParameterGetter_MoveStrafe) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_MoveStrafe"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_MoveStrafe) == 0x000038, "Wrong size on UAblBlendSpaceParameterGetter_MoveStrafe"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_MoveStrafe, MagnitudeInterpSpeed) == 0x000028, "Member 'UAblBlendSpaceParameterGetter_MoveStrafe::MagnitudeInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_MoveStrafe, AngleInterpSpeed) == 0x00002C, "Member 'UAblBlendSpaceParameterGetter_MoveStrafe::AngleInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_MoveStrafe, bBlendInputOnTransitionOut) == 0x000030, "Member 'UAblBlendSpaceParameterGetter_MoveStrafe::bBlendInputOnTransitionOut' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_MoveStrafe, bUseVelocity) == 0x000031, "Member 'UAblBlendSpaceParameterGetter_MoveStrafe::bUseVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_StrafeMoveStop \ static_assert(alignof(UAblBlendSpaceParameterGetter_StrafeMoveStop) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_StrafeMoveStop"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_StrafeMoveStop) == 0x000048, "Wrong size on UAblBlendSpaceParameterGetter_StrafeMoveStop"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_StrafeMoveStop, bUseWorldSpeedTracker) == 0x000038, "Member 'UAblBlendSpaceParameterGetter_StrafeMoveStop::bUseWorldSpeedTracker' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_StrafeMoveStop, bOverrideWalkSpeed) == 0x000039, "Member 'UAblBlendSpaceParameterGetter_StrafeMoveStop::bOverrideWalkSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_StrafeMoveStop, WalkSpeedOverride) == 0x00003C, "Member 'UAblBlendSpaceParameterGetter_StrafeMoveStop::WalkSpeedOverride' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_StrafeMoveStop, bOverrideJogSpeed) == 0x000040, "Member 'UAblBlendSpaceParameterGetter_StrafeMoveStop::bOverrideJogSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_StrafeMoveStop, JogSpeedOverride) == 0x000044, "Member 'UAblBlendSpaceParameterGetter_StrafeMoveStop::JogSpeedOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_SetBlackboardValue \ static_assert(alignof(UBTTask_SetBlackboardValue) == 0x000008, "Wrong alignment on UBTTask_SetBlackboardValue"); \ static_assert(sizeof(UBTTask_SetBlackboardValue) == 0x000098, "Wrong size on UBTTask_SetBlackboardValue"); \ static_assert(offsetof(UBTTask_SetBlackboardValue, Key) == 0x000070, "Member 'UBTTask_SetBlackboardValue::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_SetBlackboardFloat \ static_assert(alignof(UBTTask_SetBlackboardFloat) == 0x000008, "Wrong alignment on UBTTask_SetBlackboardFloat"); \ static_assert(sizeof(UBTTask_SetBlackboardFloat) == 0x0000A0, "Wrong size on UBTTask_SetBlackboardFloat"); \ static_assert(offsetof(UBTTask_SetBlackboardFloat, Value) == 0x000098, "Member 'UBTTask_SetBlackboardFloat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ConsoleRenderingVar \ static_assert(alignof(USceneAction_ConsoleRenderingVar) == 0x000008, "Wrong alignment on USceneAction_ConsoleRenderingVar"); \ static_assert(sizeof(USceneAction_ConsoleRenderingVar) == 0x000088, "Wrong size on USceneAction_ConsoleRenderingVar"); \ #define DUMPER7_ASSERTS_USceneAction_RenderThreadLightCullingDisable \ static_assert(alignof(USceneAction_RenderThreadLightCullingDisable) == 0x000008, "Wrong alignment on USceneAction_RenderThreadLightCullingDisable"); \ static_assert(sizeof(USceneAction_RenderThreadLightCullingDisable) == 0x000088, "Wrong size on USceneAction_RenderThreadLightCullingDisable"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_Idle \ static_assert(alignof(UAblAnimationTagChooser_Idle) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_Idle"); \ static_assert(sizeof(UAblAnimationTagChooser_Idle) == 0x000050, "Wrong size on UAblAnimationTagChooser_Idle"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_IdleBreak \ static_assert(alignof(UAblAnimationTagChooser_IdleBreak) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_IdleBreak"); \ static_assert(sizeof(UAblAnimationTagChooser_IdleBreak) == 0x000098, "Wrong size on UAblAnimationTagChooser_IdleBreak"); \ static_assert(offsetof(UAblAnimationTagChooser_IdleBreak, BaseTags) == 0x000050, "Member 'UAblAnimationTagChooser_IdleBreak::BaseTags' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_IdleBreak, bFootMatch) == 0x000070, "Member 'UAblAnimationTagChooser_IdleBreak::bFootMatch' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_IdleBreak, LeftFootTag) == 0x000074, "Member 'UAblAnimationTagChooser_IdleBreak::LeftFootTag' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_IdleBreak, RightFootTag) == 0x00007C, "Member 'UAblAnimationTagChooser_IdleBreak::RightFootTag' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_IdleBreak, bIndoorOutdoorMatch) == 0x000084, "Member 'UAblAnimationTagChooser_IdleBreak::bIndoorOutdoorMatch' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_IdleBreak, OutdoorsTag) == 0x000088, "Member 'UAblAnimationTagChooser_IdleBreak::OutdoorsTag' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_IdleBreak, IndoorsTag) == 0x000090, "Member 'UAblAnimationTagChooser_IdleBreak::IndoorsTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_Slide \ static_assert(alignof(UAblBlendSpaceParameterGetter_Slide) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_Slide"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_Slide) == 0x000050, "Wrong size on UAblBlendSpaceParameterGetter_Slide"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Slide, NonStickMax) == 0x000028, "Member 'UAblBlendSpaceParameterGetter_Slide::NonStickMax' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Slide, DeadZone) == 0x00002C, "Member 'UAblBlendSpaceParameterGetter_Slide::DeadZone' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Slide, XInterpType) == 0x000030, "Member 'UAblBlendSpaceParameterGetter_Slide::XInterpType' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Slide, XInterpSpeed) == 0x000034, "Member 'UAblBlendSpaceParameterGetter_Slide::XInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Slide, XFastInterpType) == 0x000038, "Member 'UAblBlendSpaceParameterGetter_Slide::XFastInterpType' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Slide, XFastInterpSpeed) == 0x00003C, "Member 'UAblBlendSpaceParameterGetter_Slide::XFastInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Slide, YInterpType) == 0x000040, "Member 'UAblBlendSpaceParameterGetter_Slide::YInterpType' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Slide, YInterpSpeed) == 0x000044, "Member 'UAblBlendSpaceParameterGetter_Slide::YInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Slide, bSlipAndFall) == 0x000048, "Member 'UAblBlendSpaceParameterGetter_Slide::bSlipAndFall' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Slide, bReverseDirection) == 0x000049, "Member 'UAblBlendSpaceParameterGetter_Slide::bReverseDirection' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Slide, bGetBlendParamsFromLast) == 0x00004A, "Member 'UAblBlendSpaceParameterGetter_Slide::bGetBlendParamsFromLast' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_IdleTurnToFace \ static_assert(alignof(UAblAnimationTagChooser_IdleTurnToFace) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_IdleTurnToFace"); \ static_assert(sizeof(UAblAnimationTagChooser_IdleTurnToFace) == 0x000050, "Wrong size on UAblAnimationTagChooser_IdleTurnToFace"); \ #define DUMPER7_ASSERTS_CombatParryWidget_CombatParryInfoTimerFinished \ static_assert(alignof(CombatParryWidget_CombatParryInfoTimerFinished) == 0x000008, "Wrong alignment on CombatParryWidget_CombatParryInfoTimerFinished"); \ static_assert(sizeof(CombatParryWidget_CombatParryInfoTimerFinished) == 0x000010, "Wrong size on CombatParryWidget_CombatParryInfoTimerFinished"); \ static_assert(offsetof(CombatParryWidget_CombatParryInfoTimerFinished, Caller) == 0x000000, "Member 'CombatParryWidget_CombatParryInfoTimerFinished::Caller' has a wrong offset!"); \ static_assert(offsetof(CombatParryWidget_CombatParryInfoTimerFinished, WindowID) == 0x000008, "Member 'CombatParryWidget_CombatParryInfoTimerFinished::WindowID' has a wrong offset!"); \ static_assert(offsetof(CombatParryWidget_CombatParryInfoTimerFinished, ParryType) == 0x00000C, "Member 'CombatParryWidget_CombatParryInfoTimerFinished::ParryType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CombatParryWidget_OnDifficultyChanged \ static_assert(alignof(CombatParryWidget_OnDifficultyChanged) == 0x000001, "Wrong alignment on CombatParryWidget_OnDifficultyChanged"); \ static_assert(sizeof(CombatParryWidget_OnDifficultyChanged) == 0x000001, "Wrong size on CombatParryWidget_OnDifficultyChanged"); \ static_assert(offsetof(CombatParryWidget_OnDifficultyChanged, NewDifficulty) == 0x000000, "Member 'CombatParryWidget_OnDifficultyChanged::NewDifficulty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCombatParryWidget \ static_assert(alignof(UCombatParryWidget) == 0x000008, "Wrong alignment on UCombatParryWidget"); \ static_assert(sizeof(UCombatParryWidget) == 0x000370, "Wrong size on UCombatParryWidget"); \ static_assert(offsetof(UCombatParryWidget, CombatParryButtonCallout0) == 0x000328, "Member 'UCombatParryWidget::CombatParryButtonCallout0' has a wrong offset!"); \ static_assert(offsetof(UCombatParryWidget, CombatParryButtonCallout1) == 0x000330, "Member 'UCombatParryWidget::CombatParryButtonCallout1' has a wrong offset!"); \ static_assert(offsetof(UCombatParryWidget, CombatParryButtonCallout2) == 0x000338, "Member 'UCombatParryWidget::CombatParryButtonCallout2' has a wrong offset!"); \ static_assert(offsetof(UCombatParryWidget, CombatParryButtonCalloutForOutro) == 0x000340, "Member 'UCombatParryWidget::CombatParryButtonCalloutForOutro' has a wrong offset!"); \ static_assert(offsetof(UCombatParryWidget, CombatParryInfos) == 0x000348, "Member 'UCombatParryWidget::CombatParryInfos' has a wrong offset!"); \ static_assert(offsetof(UCombatParryWidget, CombatParryButtonCallouts) == 0x000358, "Member 'UCombatParryWidget::CombatParryButtonCallouts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDuelTechnique_CustomEvent \ static_assert(alignof(UDuelTechnique_CustomEvent) == 0x000008, "Wrong alignment on UDuelTechnique_CustomEvent"); \ static_assert(sizeof(UDuelTechnique_CustomEvent) == 0x000050, "Wrong size on UDuelTechnique_CustomEvent"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureNewHerdLocationRange \ static_assert(alignof(UAIDataProvider_CreatureNewHerdLocationRange) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureNewHerdLocationRange"); \ static_assert(sizeof(UAIDataProvider_CreatureNewHerdLocationRange) == 0x000048, "Wrong size on UAIDataProvider_CreatureNewHerdLocationRange"); \ static_assert(offsetof(UAIDataProvider_CreatureNewHerdLocationRange, RangeType) == 0x000040, "Member 'UAIDataProvider_CreatureNewHerdLocationRange::RangeType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_Jump \ static_assert(alignof(UAblAnimationTagChooser_Jump) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_Jump"); \ static_assert(sizeof(UAblAnimationTagChooser_Jump) == 0x000070, "Wrong size on UAblAnimationTagChooser_Jump"); \ static_assert(offsetof(UAblAnimationTagChooser_Jump, FootMatchTimeRange) == 0x000050, "Member 'UAblAnimationTagChooser_Jump::FootMatchTimeRange' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_Jump, FootPositionWeight) == 0x000058, "Member 'UAblAnimationTagChooser_Jump::FootPositionWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_Jump, FootVelocityWeight) == 0x000064, "Member 'UAblAnimationTagChooser_Jump::FootVelocityWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDuelTechnique_SpellEffect \ static_assert(alignof(UDuelTechnique_SpellEffect) == 0x000008, "Wrong alignment on UDuelTechnique_SpellEffect"); \ static_assert(sizeof(UDuelTechnique_SpellEffect) == 0x000050, "Wrong size on UDuelTechnique_SpellEffect"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_SwimMove1D \ static_assert(alignof(UAblBlendSpaceParameterGetter_SwimMove1D) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_SwimMove1D"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_SwimMove1D) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_SwimMove1D"); \ #define DUMPER7_ASSERTS_UNPC_SystemSettings \ static_assert(alignof(UNPC_SystemSettings) == 0x000008, "Wrong alignment on UNPC_SystemSettings"); \ static_assert(sizeof(UNPC_SystemSettings) == 0x000088, "Wrong size on UNPC_SystemSettings"); \ static_assert(offsetof(UNPC_SystemSettings, Settings) == 0x000038, "Member 'UNPC_SystemSettings::Settings' has a wrong offset!"); \ static_assert(offsetof(UNPC_SystemSettings, PlayerRelTargetProximityDist) == 0x000060, "Member 'UNPC_SystemSettings::PlayerRelTargetProximityDist' has a wrong offset!"); \ static_assert(offsetof(UNPC_SystemSettings, PlayerRelTargetTrackingChangeTime) == 0x000064, "Member 'UNPC_SystemSettings::PlayerRelTargetTrackingChangeTime' has a wrong offset!"); \ static_assert(offsetof(UNPC_SystemSettings, TeleportMoveGlobalTimer) == 0x000068, "Member 'UNPC_SystemSettings::TeleportMoveGlobalTimer' has a wrong offset!"); \ static_assert(offsetof(UNPC_SystemSettings, TeleportMoveStuckTimer) == 0x00006C, "Member 'UNPC_SystemSettings::TeleportMoveStuckTimer' has a wrong offset!"); \ static_assert(offsetof(UNPC_SystemSettings, TooCloseCounterAttackGlobalTimer) == 0x000070, "Member 'UNPC_SystemSettings::TooCloseCounterAttackGlobalTimer' has a wrong offset!"); \ static_assert(offsetof(UNPC_SystemSettings, TooCloseCounterAttackConsiderationTimer) == 0x000074, "Member 'UNPC_SystemSettings::TooCloseCounterAttackConsiderationTimer' has a wrong offset!"); \ static_assert(offsetof(UNPC_SystemSettings, CombatQBUpdateBudget) == 0x000078, "Member 'UNPC_SystemSettings::CombatQBUpdateBudget' has a wrong offset!"); \ static_assert(offsetof(UNPC_SystemSettings, PlayerSpawnRadius) == 0x00007C, "Member 'UNPC_SystemSettings::PlayerSpawnRadius' has a wrong offset!"); \ static_assert(offsetof(UNPC_SystemSettings, MaxEnemySpawnCount) == 0x000080, "Member 'UNPC_SystemSettings::MaxEnemySpawnCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_Jump_New \ static_assert(alignof(UAblAnimationTagChooser_Jump_New) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_Jump_New"); \ static_assert(sizeof(UAblAnimationTagChooser_Jump_New) == 0x000070, "Wrong size on UAblAnimationTagChooser_Jump_New"); \ static_assert(offsetof(UAblAnimationTagChooser_Jump_New, FootMatchTimeRange) == 0x000050, "Member 'UAblAnimationTagChooser_Jump_New::FootMatchTimeRange' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_Jump_New, FootPositionWeight) == 0x000058, "Member 'UAblAnimationTagChooser_Jump_New::FootPositionWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_Jump_New, FootVelocityWeight) == 0x000064, "Member 'UAblAnimationTagChooser_Jump_New::FootVelocityWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureVariationDataAsset \ static_assert(alignof(UCreatureVariationDataAsset) == 0x000008, "Wrong alignment on UCreatureVariationDataAsset"); \ static_assert(sizeof(UCreatureVariationDataAsset) == 0x000198, "Wrong size on UCreatureVariationDataAsset"); \ static_assert(offsetof(UCreatureVariationDataAsset, bUseMeshVariations) == 0x000030, "Member 'UCreatureVariationDataAsset::bUseMeshVariations' has a wrong offset!"); \ static_assert(offsetof(UCreatureVariationDataAsset, MeshVariationSettings) == 0x000038, "Member 'UCreatureVariationDataAsset::MeshVariationSettings' has a wrong offset!"); \ static_assert(offsetof(UCreatureVariationDataAsset, bSwapMaterialsForFemale) == 0x000048, "Member 'UCreatureVariationDataAsset::bSwapMaterialsForFemale' has a wrong offset!"); \ static_assert(offsetof(UCreatureVariationDataAsset, MaleVariationSettings) == 0x000050, "Member 'UCreatureVariationDataAsset::MaleVariationSettings' has a wrong offset!"); \ static_assert(offsetof(UCreatureVariationDataAsset, FemaleVariationSettings) == 0x0000B0, "Member 'UCreatureVariationDataAsset::FemaleVariationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_Jump_Student \ static_assert(alignof(UAblAnimationTagChooser_Jump_Student) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_Jump_Student"); \ static_assert(sizeof(UAblAnimationTagChooser_Jump_Student) == 0x000050, "Wrong size on UAblAnimationTagChooser_Jump_Student"); \ #define DUMPER7_ASSERTS_USkinFXParameterDriverAutoTriggerBoolEndEffect \ static_assert(alignof(USkinFXParameterDriverAutoTriggerBoolEndEffect) == 0x000008, "Wrong alignment on USkinFXParameterDriverAutoTriggerBoolEndEffect"); \ static_assert(sizeof(USkinFXParameterDriverAutoTriggerBoolEndEffect) == 0x000038, "Wrong size on USkinFXParameterDriverAutoTriggerBoolEndEffect"); \ static_assert(offsetof(USkinFXParameterDriverAutoTriggerBoolEndEffect, AutoTriggerBool) == 0x000028, "Member 'USkinFXParameterDriverAutoTriggerBoolEndEffect::AutoTriggerBool' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterDriverAutoTriggerBoolEndEffect, EndStyle) == 0x000030, "Member 'USkinFXParameterDriverAutoTriggerBoolEndEffect::EndStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchClimbingLadderStateCondition \ static_assert(alignof(UAblBranchClimbingLadderStateCondition) == 0x000008, "Wrong alignment on UAblBranchClimbingLadderStateCondition"); \ static_assert(sizeof(UAblBranchClimbingLadderStateCondition) == 0x000040, "Wrong size on UAblBranchClimbingLadderStateCondition"); \ static_assert(offsetof(UAblBranchClimbingLadderStateCondition, LadderStates) == 0x000030, "Member 'UAblBranchClimbingLadderStateCondition::LadderStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblMountRiderAbleEventTask \ static_assert(alignof(UAblMountRiderAbleEventTask) == 0x000008, "Wrong alignment on UAblMountRiderAbleEventTask"); \ static_assert(sizeof(UAblMountRiderAbleEventTask) == 0x000078, "Wrong size on UAblMountRiderAbleEventTask"); \ static_assert(offsetof(UAblMountRiderAbleEventTask, EventName) == 0x000070, "Member 'UAblMountRiderAbleEventTask::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_CopyBlackboardValue \ static_assert(alignof(UBTTask_CopyBlackboardValue) == 0x000008, "Wrong alignment on UBTTask_CopyBlackboardValue"); \ static_assert(sizeof(UBTTask_CopyBlackboardValue) == 0x0000C0, "Wrong size on UBTTask_CopyBlackboardValue"); \ static_assert(offsetof(UBTTask_CopyBlackboardValue, FromKey) == 0x000070, "Member 'UBTTask_CopyBlackboardValue::FromKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_CopyBlackboardValue, ToKey) == 0x000098, "Member 'UBTTask_CopyBlackboardValue::ToKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_CopyBlackboardActor \ static_assert(alignof(UBTTask_CopyBlackboardActor) == 0x000008, "Wrong alignment on UBTTask_CopyBlackboardActor"); \ static_assert(sizeof(UBTTask_CopyBlackboardActor) == 0x0000C0, "Wrong size on UBTTask_CopyBlackboardActor"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_MountGait \ static_assert(alignof(UAblAnimationTagChooser_MountGait) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_MountGait"); \ static_assert(sizeof(UAblAnimationTagChooser_MountGait) == 0x0000A0, "Wrong size on UAblAnimationTagChooser_MountGait"); \ static_assert(offsetof(UAblAnimationTagChooser_MountGait, GaitToTagsMap) == 0x000050, "Member 'UAblAnimationTagChooser_MountGait::GaitToTagsMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureScaledCapsuleRadius \ static_assert(alignof(UAIDataProvider_CreatureScaledCapsuleRadius) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureScaledCapsuleRadius"); \ static_assert(sizeof(UAIDataProvider_CreatureScaledCapsuleRadius) == 0x000048, "Wrong size on UAIDataProvider_CreatureScaledCapsuleRadius"); \ static_assert(offsetof(UAIDataProvider_CreatureScaledCapsuleRadius, Multiplier) == 0x000040, "Member 'UAIDataProvider_CreatureScaledCapsuleRadius::Multiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_MountLadder \ static_assert(alignof(UAblAnimationTagChooser_MountLadder) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_MountLadder"); \ static_assert(sizeof(UAblAnimationTagChooser_MountLadder) == 0x000050, "Wrong size on UAblAnimationTagChooser_MountLadder"); \ #define DUMPER7_ASSERTS_UAblBranchAllowSprintOnStairsCondition \ static_assert(alignof(UAblBranchAllowSprintOnStairsCondition) == 0x000008, "Wrong alignment on UAblBranchAllowSprintOnStairsCondition"); \ static_assert(sizeof(UAblBranchAllowSprintOnStairsCondition) == 0x000030, "Wrong size on UAblBranchAllowSprintOnStairsCondition"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_MountType \ static_assert(alignof(UAblAnimationTagChooser_MountType) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_MountType"); \ static_assert(sizeof(UAblAnimationTagChooser_MountType) == 0x000050, "Wrong size on UAblAnimationTagChooser_MountType"); \ #define DUMPER7_ASSERTS_NPC_Volume_GetActive \ static_assert(alignof(NPC_Volume_GetActive) == 0x000001, "Wrong alignment on NPC_Volume_GetActive"); \ static_assert(sizeof(NPC_Volume_GetActive) == 0x000001, "Wrong size on NPC_Volume_GetActive"); \ static_assert(offsetof(NPC_Volume_GetActive, ReturnValue) == 0x000000, "Member 'NPC_Volume_GetActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Volume_OnBeginOverlap \ static_assert(alignof(NPC_Volume_OnBeginOverlap) == 0x000008, "Wrong alignment on NPC_Volume_OnBeginOverlap"); \ static_assert(sizeof(NPC_Volume_OnBeginOverlap) == 0x000010, "Wrong size on NPC_Volume_OnBeginOverlap"); \ static_assert(offsetof(NPC_Volume_OnBeginOverlap, SelfActor) == 0x000000, "Member 'NPC_Volume_OnBeginOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(NPC_Volume_OnBeginOverlap, OtherActor) == 0x000008, "Member 'NPC_Volume_OnBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Volume_OnEndOverlap \ static_assert(alignof(NPC_Volume_OnEndOverlap) == 0x000008, "Wrong alignment on NPC_Volume_OnEndOverlap"); \ static_assert(sizeof(NPC_Volume_OnEndOverlap) == 0x000010, "Wrong size on NPC_Volume_OnEndOverlap"); \ static_assert(offsetof(NPC_Volume_OnEndOverlap, SelfActor) == 0x000000, "Member 'NPC_Volume_OnEndOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(NPC_Volume_OnEndOverlap, OtherActor) == 0x000008, "Member 'NPC_Volume_OnEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Volume_SetActive \ static_assert(alignof(NPC_Volume_SetActive) == 0x000001, "Wrong alignment on NPC_Volume_SetActive"); \ static_assert(sizeof(NPC_Volume_SetActive) == 0x000001, "Wrong size on NPC_Volume_SetActive"); \ static_assert(offsetof(NPC_Volume_SetActive, bInActive) == 0x000000, "Member 'NPC_Volume_SetActive::bInActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANPC_Volume \ static_assert(alignof(ANPC_Volume) == 0x000008, "Wrong alignment on ANPC_Volume"); \ static_assert(sizeof(ANPC_Volume) == 0x0002A8, "Wrong size on ANPC_Volume"); \ static_assert(offsetof(ANPC_Volume, CollisionComponent) == 0x000248, "Member 'ANPC_Volume::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(ANPC_Volume, EnteredList) == 0x000250, "Member 'ANPC_Volume::EnteredList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_MoveJump \ static_assert(alignof(UAblAnimationTagChooser_MoveJump) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_MoveJump"); \ static_assert(sizeof(UAblAnimationTagChooser_MoveJump) == 0x000070, "Wrong size on UAblAnimationTagChooser_MoveJump"); \ static_assert(offsetof(UAblAnimationTagChooser_MoveJump, FootMatchTimeRange) == 0x000050, "Member 'UAblAnimationTagChooser_MoveJump::FootMatchTimeRange' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_MoveJump, FootPositionWeight) == 0x000058, "Member 'UAblAnimationTagChooser_MoveJump::FootPositionWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_MoveJump, FootVelocityWeight) == 0x000064, "Member 'UAblAnimationTagChooser_MoveJump::FootVelocityWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_FacialEmotions \ static_assert(alignof(USceneAction_FacialEmotions) == 0x000008, "Wrong alignment on USceneAction_FacialEmotions"); \ static_assert(sizeof(USceneAction_FacialEmotions) == 0x0000A8, "Wrong size on USceneAction_FacialEmotions"); \ static_assert(offsetof(USceneAction_FacialEmotions, Emotion) == 0x0000A0, "Member 'USceneAction_FacialEmotions::Emotion' has a wrong offset!"); \ static_assert(offsetof(USceneAction_FacialEmotions, Priority) == 0x0000A1, "Member 'USceneAction_FacialEmotions::Priority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_FacialEmotions, BlendInTime) == 0x0000A4, "Member 'USceneAction_FacialEmotions::BlendInTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_StrafeUpperBody \ static_assert(alignof(UAblBlendSpaceParameterGetter_StrafeUpperBody) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_StrafeUpperBody"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_StrafeUpperBody) == 0x000040, "Wrong size on UAblBlendSpaceParameterGetter_StrafeUpperBody"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_StrafeUpperBody, HipBoneName) == 0x000028, "Member 'UAblBlendSpaceParameterGetter_StrafeUpperBody::HipBoneName' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_StrafeUpperBody, HipForwardLocal) == 0x000030, "Member 'UAblBlendSpaceParameterGetter_StrafeUpperBody::HipForwardLocal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_MoveJumpLand \ static_assert(alignof(UAblAnimationTagChooser_MoveJumpLand) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_MoveJumpLand"); \ static_assert(sizeof(UAblAnimationTagChooser_MoveJumpLand) == 0x000070, "Wrong size on UAblAnimationTagChooser_MoveJumpLand"); \ static_assert(offsetof(UAblAnimationTagChooser_MoveJumpLand, FootMatchTimeRange) == 0x000050, "Member 'UAblAnimationTagChooser_MoveJumpLand::FootMatchTimeRange' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_MoveJumpLand, FootPositionWeight) == 0x000058, "Member 'UAblAnimationTagChooser_MoveJumpLand::FootPositionWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_MoveJumpLand, FootVelocityWeight) == 0x000064, "Member 'UAblAnimationTagChooser_MoveJumpLand::FootVelocityWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreature_MountLandingDynamics \ static_assert(alignof(UCreature_MountLandingDynamics) == 0x000008, "Wrong alignment on UCreature_MountLandingDynamics"); \ static_assert(sizeof(UCreature_MountLandingDynamics) == 0x000088, "Wrong size on UCreature_MountLandingDynamics"); \ static_assert(offsetof(UCreature_MountLandingDynamics, LandingDataMap) == 0x000030, "Member 'UCreature_MountLandingDynamics::LandingDataMap' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountLandingDynamics, LandingMaxAcceleration) == 0x000080, "Member 'UCreature_MountLandingDynamics::LandingMaxAcceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDuelTechnique_Reaction \ static_assert(alignof(UDuelTechnique_Reaction) == 0x000008, "Wrong alignment on UDuelTechnique_Reaction"); \ static_assert(sizeof(UDuelTechnique_Reaction) == 0x000050, "Wrong size on UDuelTechnique_Reaction"); \ #define DUMPER7_ASSERTS_USceneAction_ConsoleBase \ static_assert(alignof(USceneAction_ConsoleBase) == 0x000008, "Wrong alignment on USceneAction_ConsoleBase"); \ static_assert(sizeof(USceneAction_ConsoleBase) == 0x000088, "Wrong size on USceneAction_ConsoleBase"); \ #define DUMPER7_ASSERTS_USceneAction_ConsoleVariableScalarCurve \ static_assert(alignof(USceneAction_ConsoleVariableScalarCurve) == 0x000008, "Wrong alignment on USceneAction_ConsoleVariableScalarCurve"); \ static_assert(sizeof(USceneAction_ConsoleVariableScalarCurve) == 0x000120, "Wrong size on USceneAction_ConsoleVariableScalarCurve"); \ static_assert(offsetof(USceneAction_ConsoleVariableScalarCurve, Variable) == 0x000088, "Member 'USceneAction_ConsoleVariableScalarCurve::Variable' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ConsoleVariableScalarCurve, Curve) == 0x000090, "Member 'USceneAction_ConsoleVariableScalarCurve::Curve' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ConsoleVariableScalarCurve, bStretchToDuration) == 0x000118, "Member 'USceneAction_ConsoleVariableScalarCurve::bStretchToDuration' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ConsoleVariableScalarCurve, bInShippingToo) == 0x000119, "Member 'USceneAction_ConsoleVariableScalarCurve::bInShippingToo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblMountFlightAnimStateTask \ static_assert(alignof(UAblMountFlightAnimStateTask) == 0x000008, "Wrong alignment on UAblMountFlightAnimStateTask"); \ static_assert(sizeof(UAblMountFlightAnimStateTask) == 0x000078, "Wrong size on UAblMountFlightAnimStateTask"); \ static_assert(offsetof(UAblMountFlightAnimStateTask, MountFlyingGait) == 0x000070, "Member 'UAblMountFlightAnimStateTask::MountFlyingGait' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureCombat_AttackCommitTime \ static_assert(alignof(UAIDataProvider_CreatureCombat_AttackCommitTime) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureCombat_AttackCommitTime"); \ static_assert(sizeof(UAIDataProvider_CreatureCombat_AttackCommitTime) == 0x000048, "Wrong size on UAIDataProvider_CreatureCombat_AttackCommitTime"); \ static_assert(offsetof(UAIDataProvider_CreatureCombat_AttackCommitTime, CombatData) == 0x000040, "Member 'UAIDataProvider_CreatureCombat_AttackCommitTime::CombatData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_MovingOverEdge \ static_assert(alignof(UAblAnimationTagChooser_MovingOverEdge) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_MovingOverEdge"); \ static_assert(sizeof(UAblAnimationTagChooser_MovingOverEdge) == 0x000070, "Wrong size on UAblAnimationTagChooser_MovingOverEdge"); \ static_assert(offsetof(UAblAnimationTagChooser_MovingOverEdge, TimeIntoMotion) == 0x000050, "Member 'UAblAnimationTagChooser_MovingOverEdge::TimeIntoMotion' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_MovingOverEdge, FootPositionWeight) == 0x000054, "Member 'UAblAnimationTagChooser_MovingOverEdge::FootPositionWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_MovingOverEdge, FootVelocityWeight) == 0x000060, "Member 'UAblAnimationTagChooser_MovingOverEdge::FootVelocityWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDuelTechniqueState \ static_assert(alignof(UDuelTechniqueState) == 0x000008, "Wrong alignment on UDuelTechniqueState"); \ static_assert(sizeof(UDuelTechniqueState) == 0x000168, "Wrong size on UDuelTechniqueState"); \ #define DUMPER7_ASSERTS_USceneActionState_ConsoleVariableScalarCurve \ static_assert(alignof(USceneActionState_ConsoleVariableScalarCurve) == 0x000008, "Wrong alignment on USceneActionState_ConsoleVariableScalarCurve"); \ static_assert(sizeof(USceneActionState_ConsoleVariableScalarCurve) == 0x000080, "Wrong size on USceneActionState_ConsoleVariableScalarCurve"); \ #define DUMPER7_ASSERTS_UAblBranchBlackboardBoolCondition \ static_assert(alignof(UAblBranchBlackboardBoolCondition) == 0x000008, "Wrong alignment on UAblBranchBlackboardBoolCondition"); \ static_assert(sizeof(UAblBranchBlackboardBoolCondition) == 0x000038, "Wrong size on UAblBranchBlackboardBoolCondition"); \ static_assert(offsetof(UAblBranchBlackboardBoolCondition, BlackboardKeyName) == 0x000030, "Member 'UAblBranchBlackboardBoolCondition::BlackboardKeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_NPCImpactDirection \ static_assert(alignof(UAblAnimationTagChooser_NPCImpactDirection) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_NPCImpactDirection"); \ static_assert(sizeof(UAblAnimationTagChooser_NPCImpactDirection) == 0x000088, "Wrong size on UAblAnimationTagChooser_NPCImpactDirection"); \ static_assert(offsetof(UAblAnimationTagChooser_NPCImpactDirection, ReactionAnimationTag) == 0x000050, "Member 'UAblAnimationTagChooser_NPCImpactDirection::ReactionAnimationTag' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_NPCImpactDirection, ReactFrontTag) == 0x000058, "Member 'UAblAnimationTagChooser_NPCImpactDirection::ReactFrontTag' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_NPCImpactDirection, ReactBackTag) == 0x000060, "Member 'UAblAnimationTagChooser_NPCImpactDirection::ReactBackTag' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_NPCImpactDirection, ReactRightTag) == 0x000068, "Member 'UAblAnimationTagChooser_NPCImpactDirection::ReactRightTag' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_NPCImpactDirection, ReactLeftTag) == 0x000070, "Member 'UAblAnimationTagChooser_NPCImpactDirection::ReactLeftTag' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_NPCImpactDirection, ReactUpTag) == 0x000078, "Member 'UAblAnimationTagChooser_NPCImpactDirection::ReactUpTag' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_NPCImpactDirection, ReactDownTag) == 0x000080, "Member 'UAblAnimationTagChooser_NPCImpactDirection::ReactDownTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeed_FloatToCreature \ static_assert(alignof(CreatureFeed_FloatToCreature) == 0x000004, "Wrong alignment on CreatureFeed_FloatToCreature"); \ static_assert(sizeof(CreatureFeed_FloatToCreature) == 0x00000C, "Wrong size on CreatureFeed_FloatToCreature"); \ static_assert(offsetof(CreatureFeed_FloatToCreature, ReleaseVelocity) == 0x000000, "Member 'CreatureFeed_FloatToCreature::ReleaseVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeed_InitializeRelease \ static_assert(alignof(CreatureFeed_InitializeRelease) == 0x000008, "Wrong alignment on CreatureFeed_InitializeRelease"); \ static_assert(sizeof(CreatureFeed_InitializeRelease) == 0x000008, "Wrong size on CreatureFeed_InitializeRelease"); \ static_assert(offsetof(CreatureFeed_InitializeRelease, SelectedCreature_0) == 0x000000, "Member 'CreatureFeed_InitializeRelease::SelectedCreature_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACreatureFeed \ static_assert(alignof(ACreatureFeed) == 0x000008, "Wrong alignment on ACreatureFeed"); \ static_assert(sizeof(ACreatureFeed) == 0x000288, "Wrong size on ACreatureFeed"); \ static_assert(offsetof(ACreatureFeed, StartFeedAnimDistance) == 0x000248, "Member 'ACreatureFeed::StartFeedAnimDistance' has a wrong offset!"); \ static_assert(offsetof(ACreatureFeed, bUsePelletStartingScaleInAnim) == 0x00024C, "Member 'ACreatureFeed::bUsePelletStartingScaleInAnim' has a wrong offset!"); \ static_assert(offsetof(ACreatureFeed, MaxWaitTime) == 0x000250, "Member 'ACreatureFeed::MaxWaitTime' has a wrong offset!"); \ static_assert(offsetof(ACreatureFeed, FeedFloatingComponent) == 0x000258, "Member 'ACreatureFeed::FeedFloatingComponent' has a wrong offset!"); \ static_assert(offsetof(ACreatureFeed, SelectedCreature) == 0x000268, "Member 'ACreatureFeed::SelectedCreature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_AnyNPCAttackingPlayer \ static_assert(alignof(NPC_System_AnyNPCAttackingPlayer) == 0x000001, "Wrong alignment on NPC_System_AnyNPCAttackingPlayer"); \ static_assert(sizeof(NPC_System_AnyNPCAttackingPlayer) == 0x000001, "Wrong size on NPC_System_AnyNPCAttackingPlayer"); \ static_assert(offsetof(NPC_System_AnyNPCAttackingPlayer, ReturnValue) == 0x000000, "Member 'NPC_System_AnyNPCAttackingPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_AnyNPCAwareOfPlayer \ static_assert(alignof(NPC_System_AnyNPCAwareOfPlayer) == 0x000001, "Wrong alignment on NPC_System_AnyNPCAwareOfPlayer"); \ static_assert(sizeof(NPC_System_AnyNPCAwareOfPlayer) == 0x000001, "Wrong size on NPC_System_AnyNPCAwareOfPlayer"); \ static_assert(offsetof(NPC_System_AnyNPCAwareOfPlayer, ReturnValue) == 0x000000, "Member 'NPC_System_AnyNPCAwareOfPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_AnyNPCLOSPlayer \ static_assert(alignof(NPC_System_AnyNPCLOSPlayer) == 0x000001, "Wrong alignment on NPC_System_AnyNPCLOSPlayer"); \ static_assert(sizeof(NPC_System_AnyNPCLOSPlayer) == 0x000001, "Wrong size on NPC_System_AnyNPCLOSPlayer"); \ static_assert(offsetof(NPC_System_AnyNPCLOSPlayer, ReturnValue) == 0x000000, "Member 'NPC_System_AnyNPCLOSPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_CanPerceivePlayerStatic \ static_assert(alignof(NPC_System_CanPerceivePlayerStatic) == 0x000001, "Wrong alignment on NPC_System_CanPerceivePlayerStatic"); \ static_assert(sizeof(NPC_System_CanPerceivePlayerStatic) == 0x000001, "Wrong size on NPC_System_CanPerceivePlayerStatic"); \ static_assert(offsetof(NPC_System_CanPerceivePlayerStatic, ReturnValue) == 0x000000, "Member 'NPC_System_CanPerceivePlayerStatic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_Get \ static_assert(alignof(NPC_System_Get) == 0x000008, "Wrong alignment on NPC_System_Get"); \ static_assert(sizeof(NPC_System_Get) == 0x000008, "Wrong size on NPC_System_Get"); \ static_assert(offsetof(NPC_System_Get, ReturnValue) == 0x000000, "Member 'NPC_System_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_GetBossFightName \ static_assert(alignof(NPC_System_GetBossFightName) == 0x000004, "Wrong alignment on NPC_System_GetBossFightName"); \ static_assert(sizeof(NPC_System_GetBossFightName) == 0x000010, "Wrong size on NPC_System_GetBossFightName"); \ static_assert(offsetof(NPC_System_GetBossFightName, BossDbId) == 0x000000, "Member 'NPC_System_GetBossFightName::BossDbId' has a wrong offset!"); \ static_assert(offsetof(NPC_System_GetBossFightName, ReturnValue) == 0x000008, "Member 'NPC_System_GetBossFightName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_KillNPC \ static_assert(alignof(NPC_System_KillNPC) == 0x000008, "Wrong alignment on NPC_System_KillNPC"); \ static_assert(sizeof(NPC_System_KillNPC) == 0x000008, "Wrong size on NPC_System_KillNPC"); \ static_assert(offsetof(NPC_System_KillNPC, InActorPtr) == 0x000000, "Member 'NPC_System_KillNPC::InActorPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_ParryLaunchedProjectileEnd \ static_assert(alignof(NPC_System_ParryLaunchedProjectileEnd) == 0x000004, "Wrong alignment on NPC_System_ParryLaunchedProjectileEnd"); \ static_assert(sizeof(NPC_System_ParryLaunchedProjectileEnd) == 0x000004, "Wrong size on NPC_System_ParryLaunchedProjectileEnd"); \ static_assert(offsetof(NPC_System_ParryLaunchedProjectileEnd, InWindowID) == 0x000000, "Member 'NPC_System_ParryLaunchedProjectileEnd::InWindowID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_ParryLaunchedProjectileNotifyMunitionCreated \ static_assert(alignof(NPC_System_ParryLaunchedProjectileNotifyMunitionCreated) == 0x000008, "Wrong alignment on NPC_System_ParryLaunchedProjectileNotifyMunitionCreated"); \ static_assert(sizeof(NPC_System_ParryLaunchedProjectileNotifyMunitionCreated) == 0x000020, "Wrong size on NPC_System_ParryLaunchedProjectileNotifyMunitionCreated"); \ static_assert(offsetof(NPC_System_ParryLaunchedProjectileNotifyMunitionCreated, InWindowID) == 0x000000, "Member 'NPC_System_ParryLaunchedProjectileNotifyMunitionCreated::InWindowID' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ParryLaunchedProjectileNotifyMunitionCreated, InOwnerPtr) == 0x000008, "Member 'NPC_System_ParryLaunchedProjectileNotifyMunitionCreated::InOwnerPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ParryLaunchedProjectileNotifyMunitionCreated, InTargetPtr) == 0x000010, "Member 'NPC_System_ParryLaunchedProjectileNotifyMunitionCreated::InTargetPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ParryLaunchedProjectileNotifyMunitionCreated, InMunitionPtr) == 0x000018, "Member 'NPC_System_ParryLaunchedProjectileNotifyMunitionCreated::InMunitionPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_ParryLaunchedProjectileStart \ static_assert(alignof(NPC_System_ParryLaunchedProjectileStart) == 0x000008, "Wrong alignment on NPC_System_ParryLaunchedProjectileStart"); \ static_assert(sizeof(NPC_System_ParryLaunchedProjectileStart) == 0x000050, "Wrong size on NPC_System_ParryLaunchedProjectileStart"); \ static_assert(offsetof(NPC_System_ParryLaunchedProjectileStart, InSetupData) == 0x000000, "Member 'NPC_System_ParryLaunchedProjectileStart::InSetupData' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ParryLaunchedProjectileStart, InOwner) == 0x000030, "Member 'NPC_System_ParryLaunchedProjectileStart::InOwner' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ParryLaunchedProjectileStart, InProjectile) == 0x000038, "Member 'NPC_System_ParryLaunchedProjectileStart::InProjectile' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ParryLaunchedProjectileStart, InVelocityMag) == 0x000040, "Member 'NPC_System_ParryLaunchedProjectileStart::InVelocityMag' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ParryLaunchedProjectileStart, InPostParryVelocityMag) == 0x000044, "Member 'NPC_System_ParryLaunchedProjectileStart::InPostParryVelocityMag' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ParryLaunchedProjectileStart, ReturnValue) == 0x000048, "Member 'NPC_System_ParryLaunchedProjectileStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_ReportGameEvent \ static_assert(alignof(NPC_System_ReportGameEvent) == 0x000008, "Wrong alignment on NPC_System_ReportGameEvent"); \ static_assert(sizeof(NPC_System_ReportGameEvent) == 0x000060, "Wrong size on NPC_System_ReportGameEvent"); \ static_assert(offsetof(NPC_System_ReportGameEvent, TagContainer) == 0x000000, "Member 'NPC_System_ReportGameEvent::TagContainer' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ReportGameEvent, Location) == 0x000020, "Member 'NPC_System_ReportGameEvent::Location' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ReportGameEvent, Intensity) == 0x00002C, "Member 'NPC_System_ReportGameEvent::Intensity' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ReportGameEvent, Duration) == 0x000030, "Member 'NPC_System_ReportGameEvent::Duration' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ReportGameEvent, Range) == 0x000034, "Member 'NPC_System_ReportGameEvent::Range' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ReportGameEvent, Falloff) == 0x000038, "Member 'NPC_System_ReportGameEvent::Falloff' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ReportGameEvent, Instigator) == 0x000040, "Member 'NPC_System_ReportGameEvent::Instigator' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ReportGameEvent, bTrackBackToInstigator) == 0x000048, "Member 'NPC_System_ReportGameEvent::bTrackBackToInstigator' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ReportGameEvent, Target) == 0x000050, "Member 'NPC_System_ReportGameEvent::Target' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ReportGameEvent, Name_0) == 0x000058, "Member 'NPC_System_ReportGameEvent::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_SendHermesMessageToDOVActors \ static_assert(alignof(NPC_System_SendHermesMessageToDOVActors) == 0x000008, "Wrong alignment on NPC_System_SendHermesMessageToDOVActors"); \ static_assert(sizeof(NPC_System_SendHermesMessageToDOVActors) == 0x000010, "Wrong size on NPC_System_SendHermesMessageToDOVActors"); \ static_assert(offsetof(NPC_System_SendHermesMessageToDOVActors, InDOVPtr) == 0x000000, "Member 'NPC_System_SendHermesMessageToDOVActors::InDOVPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_System_SendHermesMessageToDOVActors, InMessage) == 0x000008, "Member 'NPC_System_SendHermesMessageToDOVActors::InMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_SetCanPerceivePlayerStatic \ static_assert(alignof(NPC_System_SetCanPerceivePlayerStatic) == 0x000001, "Wrong alignment on NPC_System_SetCanPerceivePlayerStatic"); \ static_assert(sizeof(NPC_System_SetCanPerceivePlayerStatic) == 0x000001, "Wrong size on NPC_System_SetCanPerceivePlayerStatic"); \ static_assert(offsetof(NPC_System_SetCanPerceivePlayerStatic, bCanPerceive) == 0x000000, "Member 'NPC_System_SetCanPerceivePlayerStatic::bCanPerceive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_AddNonNPC \ static_assert(alignof(NPC_System_AddNonNPC) == 0x000008, "Wrong alignment on NPC_System_AddNonNPC"); \ static_assert(sizeof(NPC_System_AddNonNPC) == 0x000008, "Wrong size on NPC_System_AddNonNPC"); \ static_assert(offsetof(NPC_System_AddNonNPC, NonNPCPtr) == 0x000000, "Member 'NPC_System_AddNonNPC::NonNPCPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_AddToManager \ static_assert(alignof(NPC_System_AddToManager) == 0x000008, "Wrong alignment on NPC_System_AddToManager"); \ static_assert(sizeof(NPC_System_AddToManager) == 0x000008, "Wrong size on NPC_System_AddToManager"); \ static_assert(offsetof(NPC_System_AddToManager, InActorPtr) == 0x000000, "Member 'NPC_System_AddToManager::InActorPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_AdvanceBossFight \ static_assert(alignof(NPC_System_AdvanceBossFight) == 0x000004, "Wrong alignment on NPC_System_AdvanceBossFight"); \ static_assert(sizeof(NPC_System_AdvanceBossFight) == 0x000008, "Wrong size on NPC_System_AdvanceBossFight"); \ static_assert(offsetof(NPC_System_AdvanceBossFight, InBossFightName) == 0x000000, "Member 'NPC_System_AdvanceBossFight::InBossFightName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_AdvanceBossFightManual \ static_assert(alignof(NPC_System_AdvanceBossFightManual) == 0x000004, "Wrong alignment on NPC_System_AdvanceBossFightManual"); \ static_assert(sizeof(NPC_System_AdvanceBossFightManual) == 0x000008, "Wrong size on NPC_System_AdvanceBossFightManual"); \ static_assert(offsetof(NPC_System_AdvanceBossFightManual, InBossFightName) == 0x000000, "Member 'NPC_System_AdvanceBossFightManual::InBossFightName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_AdvanceBossFightSystem \ static_assert(alignof(NPC_System_AdvanceBossFightSystem) == 0x000004, "Wrong alignment on NPC_System_AdvanceBossFightSystem"); \ static_assert(sizeof(NPC_System_AdvanceBossFightSystem) == 0x000008, "Wrong size on NPC_System_AdvanceBossFightSystem"); \ static_assert(offsetof(NPC_System_AdvanceBossFightSystem, InBossFightName) == 0x000000, "Member 'NPC_System_AdvanceBossFightSystem::InBossFightName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_ChangeManager \ static_assert(alignof(NPC_System_ChangeManager) == 0x000008, "Wrong alignment on NPC_System_ChangeManager"); \ static_assert(sizeof(NPC_System_ChangeManager) == 0x000010, "Wrong size on NPC_System_ChangeManager"); \ static_assert(offsetof(NPC_System_ChangeManager, InActorPtr) == 0x000000, "Member 'NPC_System_ChangeManager::InActorPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_System_ChangeManager, InNewTag) == 0x000008, "Member 'NPC_System_ChangeManager::InNewTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_EnableCombat \ static_assert(alignof(NPC_System_EnableCombat) == 0x000008, "Wrong alignment on NPC_System_EnableCombat"); \ static_assert(sizeof(NPC_System_EnableCombat) == 0x000010, "Wrong size on NPC_System_EnableCombat"); \ static_assert(offsetof(NPC_System_EnableCombat, InActorPtr) == 0x000000, "Member 'NPC_System_EnableCombat::InActorPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_System_EnableCombat, bEnable) == 0x000008, "Member 'NPC_System_EnableCombat::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_EnableTargetPerception \ static_assert(alignof(NPC_System_EnableTargetPerception) == 0x000008, "Wrong alignment on NPC_System_EnableTargetPerception"); \ static_assert(sizeof(NPC_System_EnableTargetPerception) == 0x000010, "Wrong size on NPC_System_EnableTargetPerception"); \ static_assert(offsetof(NPC_System_EnableTargetPerception, InActorPtr) == 0x000000, "Member 'NPC_System_EnableTargetPerception::InActorPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_System_EnableTargetPerception, bEnable) == 0x000008, "Member 'NPC_System_EnableTargetPerception::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_EndBossFight \ static_assert(alignof(NPC_System_EndBossFight) == 0x000004, "Wrong alignment on NPC_System_EndBossFight"); \ static_assert(sizeof(NPC_System_EndBossFight) == 0x000008, "Wrong size on NPC_System_EndBossFight"); \ static_assert(offsetof(NPC_System_EndBossFight, InBossFightName) == 0x000000, "Member 'NPC_System_EndBossFight::InBossFightName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_GetBossFightCharacter \ static_assert(alignof(NPC_System_GetBossFightCharacter) == 0x000008, "Wrong alignment on NPC_System_GetBossFightCharacter"); \ static_assert(sizeof(NPC_System_GetBossFightCharacter) == 0x000010, "Wrong size on NPC_System_GetBossFightCharacter"); \ static_assert(offsetof(NPC_System_GetBossFightCharacter, InBossFightName) == 0x000000, "Member 'NPC_System_GetBossFightCharacter::InBossFightName' has a wrong offset!"); \ static_assert(offsetof(NPC_System_GetBossFightCharacter, ReturnValue) == 0x000008, "Member 'NPC_System_GetBossFightCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_GetBossFightData \ static_assert(alignof(NPC_System_GetBossFightData) == 0x000004, "Wrong alignment on NPC_System_GetBossFightData"); \ static_assert(sizeof(NPC_System_GetBossFightData) == 0x00002C, "Wrong size on NPC_System_GetBossFightData"); \ static_assert(offsetof(NPC_System_GetBossFightData, InBossFightName) == 0x000000, "Member 'NPC_System_GetBossFightData::InBossFightName' has a wrong offset!"); \ static_assert(offsetof(NPC_System_GetBossFightData, ReturnValue) == 0x000008, "Member 'NPC_System_GetBossFightData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_GetBossFightNameFromBossCharacter \ static_assert(alignof(NPC_System_GetBossFightNameFromBossCharacter) == 0x000008, "Wrong alignment on NPC_System_GetBossFightNameFromBossCharacter"); \ static_assert(sizeof(NPC_System_GetBossFightNameFromBossCharacter) == 0x000010, "Wrong size on NPC_System_GetBossFightNameFromBossCharacter"); \ static_assert(offsetof(NPC_System_GetBossFightNameFromBossCharacter, BossActor) == 0x000000, "Member 'NPC_System_GetBossFightNameFromBossCharacter::BossActor' has a wrong offset!"); \ static_assert(offsetof(NPC_System_GetBossFightNameFromBossCharacter, ReturnValue) == 0x000008, "Member 'NPC_System_GetBossFightNameFromBossCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_GetBossFightState \ static_assert(alignof(NPC_System_GetBossFightState) == 0x000004, "Wrong alignment on NPC_System_GetBossFightState"); \ static_assert(sizeof(NPC_System_GetBossFightState) == 0x00000C, "Wrong size on NPC_System_GetBossFightState"); \ static_assert(offsetof(NPC_System_GetBossFightState, InBossFightName) == 0x000000, "Member 'NPC_System_GetBossFightState::InBossFightName' has a wrong offset!"); \ static_assert(offsetof(NPC_System_GetBossFightState, ReturnValue) == 0x000008, "Member 'NPC_System_GetBossFightState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_GetNPCsByTypeWithinRadius \ static_assert(alignof(NPC_System_GetNPCsByTypeWithinRadius) == 0x000008, "Wrong alignment on NPC_System_GetNPCsByTypeWithinRadius"); \ static_assert(sizeof(NPC_System_GetNPCsByTypeWithinRadius) == 0x000028, "Wrong size on NPC_System_GetNPCsByTypeWithinRadius"); \ static_assert(offsetof(NPC_System_GetNPCsByTypeWithinRadius, ManagerType) == 0x000000, "Member 'NPC_System_GetNPCsByTypeWithinRadius::ManagerType' has a wrong offset!"); \ static_assert(offsetof(NPC_System_GetNPCsByTypeWithinRadius, SourceLocation) == 0x000004, "Member 'NPC_System_GetNPCsByTypeWithinRadius::SourceLocation' has a wrong offset!"); \ static_assert(offsetof(NPC_System_GetNPCsByTypeWithinRadius, Radius) == 0x000010, "Member 'NPC_System_GetNPCsByTypeWithinRadius::Radius' has a wrong offset!"); \ static_assert(offsetof(NPC_System_GetNPCsByTypeWithinRadius, FoundNPCs) == 0x000018, "Member 'NPC_System_GetNPCsByTypeWithinRadius::FoundNPCs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_GetObjectTracker \ static_assert(alignof(NPC_System_GetObjectTracker) == 0x000008, "Wrong alignment on NPC_System_GetObjectTracker"); \ static_assert(sizeof(NPC_System_GetObjectTracker) == 0x000088, "Wrong size on NPC_System_GetObjectTracker"); \ static_assert(offsetof(NPC_System_GetObjectTracker, ObjectName) == 0x000000, "Member 'NPC_System_GetObjectTracker::ObjectName' has a wrong offset!"); \ static_assert(offsetof(NPC_System_GetObjectTracker, ReturnValue) == 0x000010, "Member 'NPC_System_GetObjectTracker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_GetTrackedChildren \ static_assert(alignof(NPC_System_GetTrackedChildren) == 0x000008, "Wrong alignment on NPC_System_GetTrackedChildren"); \ static_assert(sizeof(NPC_System_GetTrackedChildren) == 0x000018, "Wrong size on NPC_System_GetTrackedChildren"); \ static_assert(offsetof(NPC_System_GetTrackedChildren, ParentObject) == 0x000000, "Member 'NPC_System_GetTrackedChildren::ParentObject' has a wrong offset!"); \ static_assert(offsetof(NPC_System_GetTrackedChildren, FoundChildren) == 0x000008, "Member 'NPC_System_GetTrackedChildren::FoundChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_IsBossFightActive \ static_assert(alignof(NPC_System_IsBossFightActive) == 0x000001, "Wrong alignment on NPC_System_IsBossFightActive"); \ static_assert(sizeof(NPC_System_IsBossFightActive) == 0x000001, "Wrong size on NPC_System_IsBossFightActive"); \ static_assert(offsetof(NPC_System_IsBossFightActive, ReturnValue) == 0x000000, "Member 'NPC_System_IsBossFightActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_IsPlayerInCombat \ static_assert(alignof(NPC_System_IsPlayerInCombat) == 0x000001, "Wrong alignment on NPC_System_IsPlayerInCombat"); \ static_assert(sizeof(NPC_System_IsPlayerInCombat) == 0x000001, "Wrong size on NPC_System_IsPlayerInCombat"); \ static_assert(offsetof(NPC_System_IsPlayerInCombat, ReturnValue) == 0x000000, "Member 'NPC_System_IsPlayerInCombat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_KilledEvent \ static_assert(alignof(NPC_System_KilledEvent) == 0x000008, "Wrong alignment on NPC_System_KilledEvent"); \ static_assert(sizeof(NPC_System_KilledEvent) == 0x000018, "Wrong size on NPC_System_KilledEvent"); \ static_assert(offsetof(NPC_System_KilledEvent, EnemyPtr) == 0x000000, "Member 'NPC_System_KilledEvent::EnemyPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_System_KilledEvent, KilledByPtr) == 0x000008, "Member 'NPC_System_KilledEvent::KilledByPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_System_KilledEvent, bKilledByPlayer) == 0x000010, "Member 'NPC_System_KilledEvent::bKilledByPlayer' has a wrong offset!"); \ static_assert(offsetof(NPC_System_KilledEvent, bPlayCameraCut) == 0x000011, "Member 'NPC_System_KilledEvent::bPlayCameraCut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_OnBossDeadEvent \ static_assert(alignof(NPC_System_OnBossDeadEvent) == 0x000008, "Wrong alignment on NPC_System_OnBossDeadEvent"); \ static_assert(sizeof(NPC_System_OnBossDeadEvent) == 0x000008, "Wrong size on NPC_System_OnBossDeadEvent"); \ static_assert(offsetof(NPC_System_OnBossDeadEvent, DeadActor) == 0x000000, "Member 'NPC_System_OnBossDeadEvent::DeadActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_PostDeath_CleanupCallback \ static_assert(alignof(NPC_System_PostDeath_CleanupCallback) == 0x000008, "Wrong alignment on NPC_System_PostDeath_CleanupCallback"); \ static_assert(sizeof(NPC_System_PostDeath_CleanupCallback) == 0x000008, "Wrong size on NPC_System_PostDeath_CleanupCallback"); \ static_assert(offsetof(NPC_System_PostDeath_CleanupCallback, InNPCCharacter) == 0x000000, "Member 'NPC_System_PostDeath_CleanupCallback::InNPCCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_RemoveFromManager \ static_assert(alignof(NPC_System_RemoveFromManager) == 0x000008, "Wrong alignment on NPC_System_RemoveFromManager"); \ static_assert(sizeof(NPC_System_RemoveFromManager) == 0x000008, "Wrong size on NPC_System_RemoveFromManager"); \ static_assert(offsetof(NPC_System_RemoveFromManager, InActorPtr) == 0x000000, "Member 'NPC_System_RemoveFromManager::InActorPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_RemoveNonNPC \ static_assert(alignof(NPC_System_RemoveNonNPC) == 0x000008, "Wrong alignment on NPC_System_RemoveNonNPC"); \ static_assert(sizeof(NPC_System_RemoveNonNPC) == 0x000008, "Wrong size on NPC_System_RemoveNonNPC"); \ static_assert(offsetof(NPC_System_RemoveNonNPC, NonNPCPtr) == 0x000000, "Member 'NPC_System_RemoveNonNPC::NonNPCPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_RemoveObject \ static_assert(alignof(NPC_System_RemoveObject) == 0x000008, "Wrong alignment on NPC_System_RemoveObject"); \ static_assert(sizeof(NPC_System_RemoveObject) == 0x000008, "Wrong size on NPC_System_RemoveObject"); \ static_assert(offsetof(NPC_System_RemoveObject, ChildObject) == 0x000000, "Member 'NPC_System_RemoveObject::ChildObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_SetBossFightCharacter \ static_assert(alignof(NPC_System_SetBossFightCharacter) == 0x000008, "Wrong alignment on NPC_System_SetBossFightCharacter"); \ static_assert(sizeof(NPC_System_SetBossFightCharacter) == 0x000010, "Wrong size on NPC_System_SetBossFightCharacter"); \ static_assert(offsetof(NPC_System_SetBossFightCharacter, InBossFightName) == 0x000000, "Member 'NPC_System_SetBossFightCharacter::InBossFightName' has a wrong offset!"); \ static_assert(offsetof(NPC_System_SetBossFightCharacter, InBossCharacterPtr) == 0x000008, "Member 'NPC_System_SetBossFightCharacter::InBossCharacterPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_SetBossFightState \ static_assert(alignof(NPC_System_SetBossFightState) == 0x000004, "Wrong alignment on NPC_System_SetBossFightState"); \ static_assert(sizeof(NPC_System_SetBossFightState) == 0x00000C, "Wrong size on NPC_System_SetBossFightState"); \ static_assert(offsetof(NPC_System_SetBossFightState, InBossFightName) == 0x000000, "Member 'NPC_System_SetBossFightState::InBossFightName' has a wrong offset!"); \ static_assert(offsetof(NPC_System_SetBossFightState, InBossState) == 0x000008, "Member 'NPC_System_SetBossFightState::InBossState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_SetLoadoutConfigurationContext \ static_assert(alignof(NPC_System_SetLoadoutConfigurationContext) == 0x000008, "Wrong alignment on NPC_System_SetLoadoutConfigurationContext"); \ static_assert(sizeof(NPC_System_SetLoadoutConfigurationContext) == 0x000010, "Wrong size on NPC_System_SetLoadoutConfigurationContext"); \ static_assert(offsetof(NPC_System_SetLoadoutConfigurationContext, InContext) == 0x000000, "Member 'NPC_System_SetLoadoutConfigurationContext::InContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_SetOverrideThreatLevel \ static_assert(alignof(NPC_System_SetOverrideThreatLevel) == 0x000001, "Wrong alignment on NPC_System_SetOverrideThreatLevel"); \ static_assert(sizeof(NPC_System_SetOverrideThreatLevel) == 0x000001, "Wrong size on NPC_System_SetOverrideThreatLevel"); \ static_assert(offsetof(NPC_System_SetOverrideThreatLevel, InThreatLevel) == 0x000000, "Member 'NPC_System_SetOverrideThreatLevel::InThreatLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_SetToDead \ static_assert(alignof(NPC_System_SetToDead) == 0x000008, "Wrong alignment on NPC_System_SetToDead"); \ static_assert(sizeof(NPC_System_SetToDead) == 0x000008, "Wrong size on NPC_System_SetToDead"); \ static_assert(offsetof(NPC_System_SetToDead, InActorPtr) == 0x000000, "Member 'NPC_System_SetToDead::InActorPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_StartBossFight \ static_assert(alignof(NPC_System_StartBossFight) == 0x000004, "Wrong alignment on NPC_System_StartBossFight"); \ static_assert(sizeof(NPC_System_StartBossFight) == 0x000008, "Wrong size on NPC_System_StartBossFight"); \ static_assert(offsetof(NPC_System_StartBossFight, InBossFightName) == 0x000000, "Member 'NPC_System_StartBossFight::InBossFightName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_StartWandLinkEvent \ static_assert(alignof(NPC_System_StartWandLinkEvent) == 0x000008, "Wrong alignment on NPC_System_StartWandLinkEvent"); \ static_assert(sizeof(NPC_System_StartWandLinkEvent) == 0x000028, "Wrong size on NPC_System_StartWandLinkEvent"); \ static_assert(offsetof(NPC_System_StartWandLinkEvent, TargetActor) == 0x000000, "Member 'NPC_System_StartWandLinkEvent::TargetActor' has a wrong offset!"); \ static_assert(offsetof(NPC_System_StartWandLinkEvent, ExcludeListAlways) == 0x000008, "Member 'NPC_System_StartWandLinkEvent::ExcludeListAlways' has a wrong offset!"); \ static_assert(offsetof(NPC_System_StartWandLinkEvent, ExcludeListOnce) == 0x000018, "Member 'NPC_System_StartWandLinkEvent::ExcludeListOnce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_TrackerCallback \ static_assert(alignof(NPC_System_TrackerCallback) == 0x000008, "Wrong alignment on NPC_System_TrackerCallback"); \ static_assert(sizeof(NPC_System_TrackerCallback) == 0x000008, "Wrong size on NPC_System_TrackerCallback"); \ static_assert(offsetof(NPC_System_TrackerCallback, ChildObject) == 0x000000, "Member 'NPC_System_TrackerCallback::ChildObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_TrackObject \ static_assert(alignof(NPC_System_TrackObject) == 0x000008, "Wrong alignment on NPC_System_TrackObject"); \ static_assert(sizeof(NPC_System_TrackObject) == 0x000020, "Wrong size on NPC_System_TrackObject"); \ static_assert(offsetof(NPC_System_TrackObject, ObjectName) == 0x000000, "Member 'NPC_System_TrackObject::ObjectName' has a wrong offset!"); \ static_assert(offsetof(NPC_System_TrackObject, ParentObject) == 0x000010, "Member 'NPC_System_TrackObject::ParentObject' has a wrong offset!"); \ static_assert(offsetof(NPC_System_TrackObject, ChildObject) == 0x000018, "Member 'NPC_System_TrackObject::ChildObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_System_GetClosest \ static_assert(alignof(NPC_System_GetClosest) == 0x000008, "Wrong alignment on NPC_System_GetClosest"); \ static_assert(sizeof(NPC_System_GetClosest) == 0x000010, "Wrong size on NPC_System_GetClosest"); \ static_assert(offsetof(NPC_System_GetClosest, NPCPtr) == 0x000000, "Member 'NPC_System_GetClosest::NPCPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_System_GetClosest, ReturnValue) == 0x000008, "Member 'NPC_System_GetClosest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPC_System \ static_assert(alignof(UNPC_System) == 0x000008, "Wrong alignment on UNPC_System"); \ static_assert(sizeof(UNPC_System) == 0x000A78, "Wrong size on UNPC_System"); \ static_assert(offsetof(UNPC_System, CombatBeginsEvent) == 0x000030, "Member 'UNPC_System::CombatBeginsEvent' has a wrong offset!"); \ static_assert(offsetof(UNPC_System, CombatEndsEvent) == 0x000040, "Member 'UNPC_System::CombatEndsEvent' has a wrong offset!"); \ static_assert(offsetof(UNPC_System, BossFightChangedEvent) == 0x000050, "Member 'UNPC_System::BossFightChangedEvent' has a wrong offset!"); \ static_assert(offsetof(UNPC_System, BossFightStartEvent) == 0x000060, "Member 'UNPC_System::BossFightStartEvent' has a wrong offset!"); \ static_assert(offsetof(UNPC_System, BossFightEndEvent) == 0x000070, "Member 'UNPC_System::BossFightEndEvent' has a wrong offset!"); \ static_assert(offsetof(UNPC_System, DifficultyScaleDataMap) == 0x000080, "Member 'UNPC_System::DifficultyScaleDataMap' has a wrong offset!"); \ static_assert(offsetof(UNPC_System, BossFightTracker) == 0x0000D0, "Member 'UNPC_System::BossFightTracker' has a wrong offset!"); \ static_assert(offsetof(UNPC_System, SpawnTracker) == 0x000120, "Member 'UNPC_System::SpawnTracker' has a wrong offset!"); \ static_assert(offsetof(UNPC_System, NPCManagerMap) == 0x0003C8, "Member 'UNPC_System::NPCManagerMap' has a wrong offset!"); \ static_assert(offsetof(UNPC_System, WeaponManager) == 0x000418, "Member 'UNPC_System::WeaponManager' has a wrong offset!"); \ static_assert(offsetof(UNPC_System, HighestEnemyChangedEvent) == 0x000420, "Member 'UNPC_System::HighestEnemyChangedEvent' has a wrong offset!"); \ static_assert(offsetof(UNPC_System, RemoveFromManagerEvent) == 0x000430, "Member 'UNPC_System::RemoveFromManagerEvent' has a wrong offset!"); \ static_assert(offsetof(UNPC_System, AddToManagerEvent) == 0x000440, "Member 'UNPC_System::AddToManagerEvent' has a wrong offset!"); \ static_assert(offsetof(UNPC_System, NonNPCList) == 0x000450, "Member 'UNPC_System::NonNPCList' has a wrong offset!"); \ static_assert(offsetof(UNPC_System, PostDeath_PendingNPCs) == 0x000788, "Member 'UNPC_System::PostDeath_PendingNPCs' has a wrong offset!"); \ static_assert(offsetof(UNPC_System, PostDeath_ManagedNPCs) == 0x000798, "Member 'UNPC_System::PostDeath_ManagedNPCs' has a wrong offset!"); \ static_assert(offsetof(UNPC_System, PostDeath_Params) == 0x000868, "Member 'UNPC_System::PostDeath_Params' has a wrong offset!"); \ static_assert(offsetof(UNPC_System, NpcSystemTimers) == 0x000988, "Member 'UNPC_System::NpcSystemTimers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_Phase \ static_assert(alignof(UAblAnimationTagChooser_Phase) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_Phase"); \ static_assert(sizeof(UAblAnimationTagChooser_Phase) == 0x000050, "Wrong size on UAblAnimationTagChooser_Phase"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolStencilEffectActive \ static_assert(alignof(UFXAutoTriggerBoolStencilEffectActive) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolStencilEffectActive"); \ static_assert(sizeof(UFXAutoTriggerBoolStencilEffectActive) == 0x000030, "Wrong size on UFXAutoTriggerBoolStencilEffectActive"); \ static_assert(offsetof(UFXAutoTriggerBoolStencilEffectActive, Effect) == 0x000028, "Member 'UFXAutoTriggerBoolStencilEffectActive::Effect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionEnemyInSight \ static_assert(alignof(UAblBranchConditionEnemyInSight) == 0x000008, "Wrong alignment on UAblBranchConditionEnemyInSight"); \ static_assert(sizeof(UAblBranchConditionEnemyInSight) == 0x000030, "Wrong size on UAblBranchConditionEnemyInSight"); \ #define DUMPER7_ASSERTS_UablNamedEventTask \ static_assert(alignof(UablNamedEventTask) == 0x000008, "Wrong alignment on UablNamedEventTask"); \ static_assert(sizeof(UablNamedEventTask) == 0x000078, "Wrong size on UablNamedEventTask"); \ static_assert(offsetof(UablNamedEventTask, Event) == 0x000070, "Member 'UablNamedEventTask::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_FindCirclingLocation \ static_assert(alignof(UBTTask_Creature_FindCirclingLocation) == 0x000008, "Wrong alignment on UBTTask_Creature_FindCirclingLocation"); \ static_assert(sizeof(UBTTask_Creature_FindCirclingLocation) == 0x000160, "Wrong size on UBTTask_Creature_FindCirclingLocation"); \ static_assert(offsetof(UBTTask_Creature_FindCirclingLocation, SearchRootLocationKey) == 0x000070, "Member 'UBTTask_Creature_FindCirclingLocation::SearchRootLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindCirclingLocation, ParameterizedMinSearchRadius) == 0x000098, "Member 'UBTTask_Creature_FindCirclingLocation::ParameterizedMinSearchRadius' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindCirclingLocation, ParameterizedMaxSearchRadius) == 0x0000D0, "Member 'UBTTask_Creature_FindCirclingLocation::ParameterizedMaxSearchRadius' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindCirclingLocation, CircleCenterLocationKey) == 0x000108, "Member 'UBTTask_Creature_FindCirclingLocation::CircleCenterLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindCirclingLocation, CircleRadiusKey) == 0x000130, "Member 'UBTTask_Creature_FindCirclingLocation::CircleRadiusKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindCirclingLocation, SearchTicks) == 0x000158, "Member 'UBTTask_Creature_FindCirclingLocation::SearchTicks' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindCirclingLocation, SearchTriesPerTick) == 0x00015C, "Member 'UBTTask_Creature_FindCirclingLocation::SearchTriesPerTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryNodeState_HermesMessage \ static_assert(alignof(UStoryNodeState_HermesMessage) == 0x000008, "Wrong alignment on UStoryNodeState_HermesMessage"); \ static_assert(sizeof(UStoryNodeState_HermesMessage) == 0x000040, "Wrong size on UStoryNodeState_HermesMessage"); \ #define DUMPER7_ASSERTS_SceneRig_Bink_PlayBink \ static_assert(alignof(SceneRig_Bink_PlayBink) == 0x000008, "Wrong alignment on SceneRig_Bink_PlayBink"); \ static_assert(sizeof(SceneRig_Bink_PlayBink) == 0x000018, "Wrong size on SceneRig_Bink_PlayBink"); \ static_assert(offsetof(SceneRig_Bink_PlayBink, FileMediaSource) == 0x000000, "Member 'SceneRig_Bink_PlayBink::FileMediaSource' has a wrong offset!"); \ static_assert(offsetof(SceneRig_Bink_PlayBink, Subtitles) == 0x000008, "Member 'SceneRig_Bink_PlayBink::Subtitles' has a wrong offset!"); \ static_assert(offsetof(SceneRig_Bink_PlayBink, ReturnValue) == 0x000010, "Member 'SceneRig_Bink_PlayBink::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRig_Bink \ static_assert(alignof(USceneRig_Bink) == 0x000008, "Wrong alignment on USceneRig_Bink"); \ static_assert(sizeof(USceneRig_Bink) == 0x000238, "Wrong size on USceneRig_Bink"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_PhysicalReactionGetupPose \ static_assert(alignof(UAblAnimationTagChooser_PhysicalReactionGetupPose) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_PhysicalReactionGetupPose"); \ static_assert(sizeof(UAblAnimationTagChooser_PhysicalReactionGetupPose) == 0x000050, "Wrong size on UAblAnimationTagChooser_PhysicalReactionGetupPose"); \ #define DUMPER7_ASSERTS_UAblMountTransitionAdjustTask \ static_assert(alignof(UAblMountTransitionAdjustTask) == 0x000008, "Wrong alignment on UAblMountTransitionAdjustTask"); \ static_assert(sizeof(UAblMountTransitionAdjustTask) == 0x000120, "Wrong size on UAblMountTransitionAdjustTask"); \ static_assert(offsetof(UAblMountTransitionAdjustTask, CreatureMountSocketName) == 0x000070, "Member 'UAblMountTransitionAdjustTask::CreatureMountSocketName' has a wrong offset!"); \ static_assert(offsetof(UAblMountTransitionAdjustTask, CreatureTransitionBoneName) == 0x000078, "Member 'UAblMountTransitionAdjustTask::CreatureTransitionBoneName' has a wrong offset!"); \ static_assert(offsetof(UAblMountTransitionAdjustTask, CreatureAttachSocketName) == 0x000080, "Member 'UAblMountTransitionAdjustTask::CreatureAttachSocketName' has a wrong offset!"); \ static_assert(offsetof(UAblMountTransitionAdjustTask, AttachBlendTime) == 0x000088, "Member 'UAblMountTransitionAdjustTask::AttachBlendTime' has a wrong offset!"); \ static_assert(offsetof(UAblMountTransitionAdjustTask, MaxInterpolateFactor) == 0x00008C, "Member 'UAblMountTransitionAdjustTask::MaxInterpolateFactor' has a wrong offset!"); \ static_assert(offsetof(UAblMountTransitionAdjustTask, InterpolateWeightCurve) == 0x000090, "Member 'UAblMountTransitionAdjustTask::InterpolateWeightCurve' has a wrong offset!"); \ static_assert(offsetof(UAblMountTransitionAdjustTask, bDrawDebug) == 0x000118, "Member 'UAblMountTransitionAdjustTask::bDrawDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_AddActorTag \ static_assert(alignof(UBTTask_AddActorTag) == 0x000008, "Wrong alignment on UBTTask_AddActorTag"); \ static_assert(sizeof(UBTTask_AddActorTag) == 0x000080, "Wrong size on UBTTask_AddActorTag"); \ static_assert(offsetof(UBTTask_AddActorTag, TagName) == 0x000070, "Member 'UBTTask_AddActorTag::TagName' has a wrong offset!"); \ static_assert(offsetof(UBTTask_AddActorTag, bAddUnique) == 0x000078, "Member 'UBTTask_AddActorTag::bAddUnique' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForceRenderSettings_IsEditor \ static_assert(alignof(ForceRenderSettings_IsEditor) == 0x000001, "Wrong alignment on ForceRenderSettings_IsEditor"); \ static_assert(sizeof(ForceRenderSettings_IsEditor) == 0x000001, "Wrong size on ForceRenderSettings_IsEditor"); \ static_assert(offsetof(ForceRenderSettings_IsEditor, ReturnValue) == 0x000000, "Member 'ForceRenderSettings_IsEditor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForceRenderSettings_Apply \ static_assert(alignof(ForceRenderSettings_Apply) == 0x000001, "Wrong alignment on ForceRenderSettings_Apply"); \ static_assert(sizeof(ForceRenderSettings_Apply) == 0x000001, "Wrong size on ForceRenderSettings_Apply"); \ static_assert(offsetof(ForceRenderSettings_Apply, Phase) == 0x000000, "Member 'ForceRenderSettings_Apply::Phase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForceRenderSettings_IsPlayInEditor \ static_assert(alignof(ForceRenderSettings_IsPlayInEditor) == 0x000001, "Wrong alignment on ForceRenderSettings_IsPlayInEditor"); \ static_assert(sizeof(ForceRenderSettings_IsPlayInEditor) == 0x000001, "Wrong size on ForceRenderSettings_IsPlayInEditor"); \ static_assert(offsetof(ForceRenderSettings_IsPlayInEditor, ReturnValue) == 0x000000, "Member 'ForceRenderSettings_IsPlayInEditor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AForceRenderSettings \ static_assert(alignof(AForceRenderSettings) == 0x000008, "Wrong alignment on AForceRenderSettings"); \ static_assert(sizeof(AForceRenderSettings) == 0x000260, "Wrong size on AForceRenderSettings"); \ static_assert(offsetof(AForceRenderSettings, Commands) == 0x000248, "Member 'AForceRenderSettings::Commands' has a wrong offset!"); \ static_assert(offsetof(AForceRenderSettings, bDisableAll) == 0x000258, "Member 'AForceRenderSettings::bDisableAll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryGraph_Conversation \ static_assert(alignof(UStoryGraph_Conversation) == 0x000008, "Wrong alignment on UStoryGraph_Conversation"); \ static_assert(sizeof(UStoryGraph_Conversation) == 0x000130, "Wrong size on UStoryGraph_Conversation"); \ static_assert(offsetof(UStoryGraph_Conversation, ArticyImport) == 0x0000A0, "Member 'UStoryGraph_Conversation::ArticyImport' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, ArticyConversation) == 0x0000A8, "Member 'UStoryGraph_Conversation::ArticyConversation' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, AmbientSceneRig) == 0x0000B8, "Member 'UStoryGraph_Conversation::AmbientSceneRig' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, DefaultConversationSR) == 0x0000C0, "Member 'UStoryGraph_Conversation::DefaultConversationSR' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, LookupAssets) == 0x0000C8, "Member 'UStoryGraph_Conversation::LookupAssets' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, bEnableInitialFadeOut) == 0x0000D8, "Member 'UStoryGraph_Conversation::bEnableInitialFadeOut' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, bEnableInitialFadeIn) == 0x0000D9, "Member 'UStoryGraph_Conversation::bEnableInitialFadeIn' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, bEnableFinalFadeOut) == 0x0000DA, "Member 'UStoryGraph_Conversation::bEnableFinalFadeOut' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, bEnableFinalFadeIn) == 0x0000DB, "Member 'UStoryGraph_Conversation::bEnableFinalFadeIn' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, ConversationPreset) == 0x0000E0, "Member 'UStoryGraph_Conversation::ConversationPreset' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, NpcStart) == 0x0000E8, "Member 'UStoryGraph_Conversation::NpcStart' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, PlayerFinish) == 0x0000F0, "Member 'UStoryGraph_Conversation::PlayerFinish' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, CameraFilters) == 0x0000F8, "Member 'UStoryGraph_Conversation::CameraFilters' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, bEnableImpliedFacialEmotions) == 0x000108, "Member 'UStoryGraph_Conversation::bEnableImpliedFacialEmotions' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, SynchronizationMethod) == 0x000109, "Member 'UStoryGraph_Conversation::SynchronizationMethod' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, bEnableLightRig) == 0x00010A, "Member 'UStoryGraph_Conversation::bEnableLightRig' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, bUsesSkyColors) == 0x00010B, "Member 'UStoryGraph_Conversation::bUsesSkyColors' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, KeyLightColorTemperature) == 0x00010C, "Member 'UStoryGraph_Conversation::KeyLightColorTemperature' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, RimLightColorTemperature) == 0x000110, "Member 'UStoryGraph_Conversation::RimLightColorTemperature' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, FillLightColorTemperature) == 0x000114, "Member 'UStoryGraph_Conversation::FillLightColorTemperature' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, KeyLightIntensity) == 0x000118, "Member 'UStoryGraph_Conversation::KeyLightIntensity' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, RimLightIntensity) == 0x00011C, "Member 'UStoryGraph_Conversation::RimLightIntensity' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, FillLightIntensity) == 0x000120, "Member 'UStoryGraph_Conversation::FillLightIntensity' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, LastBuiltEventHash) == 0x000124, "Member 'UStoryGraph_Conversation::LastBuiltEventHash' has a wrong offset!"); \ static_assert(offsetof(UStoryGraph_Conversation, RebuildEdStoryGraph) == 0x000128, "Member 'UStoryGraph_Conversation::RebuildEdStoryGraph' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_Pivot \ static_assert(alignof(UAblAnimationTagChooser_Pivot) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_Pivot"); \ static_assert(sizeof(UAblAnimationTagChooser_Pivot) == 0x000050, "Wrong size on UAblAnimationTagChooser_Pivot"); \ #define DUMPER7_ASSERTS_USceneRigStory \ static_assert(alignof(USceneRigStory) == 0x000008, "Wrong alignment on USceneRigStory"); \ static_assert(sizeof(USceneRigStory) == 0x000138, "Wrong size on USceneRigStory"); \ static_assert(offsetof(USceneRigStory, StorySceneRig) == 0x000058, "Member 'USceneRigStory::StorySceneRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStationStory \ static_assert(alignof(UStationStory) == 0x000008, "Wrong alignment on UStationStory"); \ static_assert(sizeof(UStationStory) == 0x000158, "Wrong size on UStationStory"); \ static_assert(offsetof(UStationStory, AnimationSetProvider) == 0x000150, "Member 'UStationStory::AnimationSetProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablBranchCondition_Broom \ static_assert(alignof(UablBranchCondition_Broom) == 0x000008, "Wrong alignment on UablBranchCondition_Broom"); \ static_assert(sizeof(UablBranchCondition_Broom) == 0x000038, "Wrong size on UablBranchCondition_Broom"); \ static_assert(offsetof(UablBranchCondition_Broom, FlyingBroomCheckState) == 0x000030, "Member 'UablBranchCondition_Broom::FlyingBroomCheckState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_CopyActorLocation \ static_assert(alignof(UBTTask_CopyActorLocation) == 0x000008, "Wrong alignment on UBTTask_CopyActorLocation"); \ static_assert(sizeof(UBTTask_CopyActorLocation) == 0x0000C0, "Wrong size on UBTTask_CopyActorLocation"); \ static_assert(offsetof(UBTTask_CopyActorLocation, ActorKey) == 0x000070, "Member 'UBTTask_CopyActorLocation::ActorKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_CopyActorLocation, LocationKey) == 0x000098, "Member 'UBTTask_CopyActorLocation::LocationKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameter_AkAudioState \ static_assert(alignof(USceneRigParameter_AkAudioState) == 0x000008, "Wrong alignment on USceneRigParameter_AkAudioState"); \ static_assert(sizeof(USceneRigParameter_AkAudioState) == 0x000048, "Wrong size on USceneRigParameter_AkAudioState"); \ static_assert(offsetof(USceneRigParameter_AkAudioState, Value) == 0x000038, "Member 'USceneRigParameter_AkAudioState::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANPC_Spline \ static_assert(alignof(ANPC_Spline) == 0x000008, "Wrong alignment on ANPC_Spline"); \ static_assert(sizeof(ANPC_Spline) == 0x000268, "Wrong size on ANPC_Spline"); \ static_assert(offsetof(ANPC_Spline, bDrawUpArrows) == 0x000248, "Member 'ANPC_Spline::bDrawUpArrows' has a wrong offset!"); \ static_assert(offsetof(ANPC_Spline, SplineComponent) == 0x000250, "Member 'ANPC_Spline::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(ANPC_Spline, PointUpArrows) == 0x000258, "Member 'ANPC_Spline::PointUpArrows' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANPC_SplineNavLink \ static_assert(alignof(ANPC_SplineNavLink) == 0x000008, "Wrong alignment on ANPC_SplineNavLink"); \ static_assert(sizeof(ANPC_SplineNavLink) == 0x0002B0, "Wrong size on ANPC_SplineNavLink"); \ static_assert(offsetof(ANPC_SplineNavLink, NavLinkComponent) == 0x000268, "Member 'ANPC_SplineNavLink::NavLinkComponent' has a wrong offset!"); \ static_assert(offsetof(ANPC_SplineNavLink, JSData) == 0x000270, "Member 'ANPC_SplineNavLink::JSData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_Protego \ static_assert(alignof(UAblAnimationTagChooser_Protego) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_Protego"); \ static_assert(sizeof(UAblAnimationTagChooser_Protego) == 0x000050, "Wrong size on UAblAnimationTagChooser_Protego"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_ProtegoParry \ static_assert(alignof(UAblAnimationTagChooser_ProtegoParry) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_ProtegoParry"); \ static_assert(sizeof(UAblAnimationTagChooser_ProtegoParry) == 0x000050, "Wrong size on UAblAnimationTagChooser_ProtegoParry"); \ #define DUMPER7_ASSERTS_UAblBranchConditionAnimSpeed \ static_assert(alignof(UAblBranchConditionAnimSpeed) == 0x000008, "Wrong alignment on UAblBranchConditionAnimSpeed"); \ static_assert(sizeof(UAblBranchConditionAnimSpeed) == 0x000038, "Wrong size on UAblBranchConditionAnimSpeed"); \ static_assert(offsetof(UAblBranchConditionAnimSpeed, AnimSpeedType) == 0x000030, "Member 'UAblBranchConditionAnimSpeed::AnimSpeedType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblMotionWarpWindowFinder \ static_assert(alignof(UAblMotionWarpWindowFinder) == 0x000008, "Wrong alignment on UAblMotionWarpWindowFinder"); \ static_assert(sizeof(UAblMotionWarpWindowFinder) == 0x000040, "Wrong size on UAblMotionWarpWindowFinder"); \ static_assert(offsetof(UAblMotionWarpWindowFinder, AblAbilityComponent) == 0x000038, "Member 'UAblMotionWarpWindowFinder::AblAbilityComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_ProtegoRetaliate \ static_assert(alignof(UAblAnimationTagChooser_ProtegoRetaliate) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_ProtegoRetaliate"); \ static_assert(sizeof(UAblAnimationTagChooser_ProtegoRetaliate) == 0x000060, "Wrong size on UAblAnimationTagChooser_ProtegoRetaliate"); \ static_assert(offsetof(UAblAnimationTagChooser_ProtegoRetaliate, SpellToEquip) == 0x000050, "Member 'UAblAnimationTagChooser_ProtegoRetaliate::SpellToEquip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureCage_Interface_GetWalkoutTarget \ static_assert(alignof(CreatureCage_Interface_GetWalkoutTarget) == 0x000008, "Wrong alignment on CreatureCage_Interface_GetWalkoutTarget"); \ static_assert(sizeof(CreatureCage_Interface_GetWalkoutTarget) == 0x000008, "Wrong size on CreatureCage_Interface_GetWalkoutTarget"); \ static_assert(offsetof(CreatureCage_Interface_GetWalkoutTarget, ReturnValue) == 0x000000, "Member 'CreatureCage_Interface_GetWalkoutTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureCage_Interface_IsCageOpen \ static_assert(alignof(CreatureCage_Interface_IsCageOpen) == 0x000001, "Wrong alignment on CreatureCage_Interface_IsCageOpen"); \ static_assert(sizeof(CreatureCage_Interface_IsCageOpen) == 0x000001, "Wrong size on CreatureCage_Interface_IsCageOpen"); \ static_assert(offsetof(CreatureCage_Interface_IsCageOpen, ReturnValue) == 0x000000, "Member 'CreatureCage_Interface_IsCageOpen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICreatureCage_Interface \ static_assert(alignof(ICreatureCage_Interface) == 0x000001, "Wrong alignment on ICreatureCage_Interface"); \ static_assert(sizeof(ICreatureCage_Interface) == 0x000001, "Wrong size on ICreatureCage_Interface"); \ #define DUMPER7_ASSERTS_UDuelTechniqueStat \ static_assert(alignof(UDuelTechniqueStat) == 0x000008, "Wrong alignment on UDuelTechniqueStat"); \ static_assert(sizeof(UDuelTechniqueStat) == 0x000038, "Wrong size on UDuelTechniqueStat"); \ #define DUMPER7_ASSERTS_AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeFromName \ static_assert(alignof(AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeFromName) == 0x000004, "Wrong alignment on AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeFromName"); \ static_assert(sizeof(AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeFromName) == 0x00000C, "Wrong size on AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeFromName"); \ static_assert(offsetof(AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeFromName, strName) == 0x000000, "Member 'AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeFromName::strName' has a wrong offset!"); \ static_assert(offsetof(AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeFromName, ReturnValue) == 0x000008, "Member 'AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeNameFromID \ static_assert(alignof(AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeNameFromID) == 0x000004, "Wrong alignment on AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeNameFromID"); \ static_assert(sizeof(AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeNameFromID) == 0x00000C, "Wrong size on AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeNameFromID"); \ static_assert(offsetof(AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeNameFromID, inID) == 0x000000, "Member 'AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeNameFromID, ReturnValue) == 0x000004, "Member 'AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementRuleTypeNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeFromName \ static_assert(alignof(AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeFromName) == 0x000004, "Wrong alignment on AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeFromName"); \ static_assert(sizeof(AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeFromName) == 0x00000C, "Wrong size on AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeFromName"); \ static_assert(offsetof(AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeFromName, strName) == 0x000000, "Member 'AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeFromName::strName' has a wrong offset!"); \ static_assert(offsetof(AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeFromName, ReturnValue) == 0x000008, "Member 'AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeNameFromID \ static_assert(alignof(AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeNameFromID) == 0x000004, "Wrong alignment on AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeNameFromID"); \ static_assert(sizeof(AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeNameFromID) == 0x00000C, "Wrong size on AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeNameFromID"); \ static_assert(offsetof(AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeNameFromID, inID) == 0x000000, "Member 'AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeNameFromID, ReturnValue) == 0x000004, "Member 'AcknowledgementEnumsBlueprintLibrary_GetEAcknowledgementSpeakerTypeNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAcknowledgementEnumsBlueprintLibrary \ static_assert(alignof(UAcknowledgementEnumsBlueprintLibrary) == 0x000008, "Wrong alignment on UAcknowledgementEnumsBlueprintLibrary"); \ static_assert(sizeof(UAcknowledgementEnumsBlueprintLibrary) == 0x000028, "Wrong size on UAcknowledgementEnumsBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_RagdollBehavior \ static_assert(alignof(UAblAnimationTagChooser_RagdollBehavior) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_RagdollBehavior"); \ static_assert(sizeof(UAblAnimationTagChooser_RagdollBehavior) == 0x000050, "Wrong size on UAblAnimationTagChooser_RagdollBehavior"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_AimWand \ static_assert(alignof(UAblBlendSpaceParameterGetter_AimWand) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_AimWand"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_AimWand) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_AimWand"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_Random \ static_assert(alignof(UAblAnimationTagChooser_Random) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_Random"); \ static_assert(sizeof(UAblAnimationTagChooser_Random) == 0x000050, "Wrong size on UAblAnimationTagChooser_Random"); \ #define DUMPER7_ASSERTS_AConjurationGroundPlacementAreaActor \ static_assert(alignof(AConjurationGroundPlacementAreaActor) == 0x000008, "Wrong alignment on AConjurationGroundPlacementAreaActor"); \ static_assert(sizeof(AConjurationGroundPlacementAreaActor) == 0x000250, "Wrong size on AConjurationGroundPlacementAreaActor"); \ static_assert(offsetof(AConjurationGroundPlacementAreaActor, GroundPlacementAreaComponent) == 0x000248, "Member 'AConjurationGroundPlacementAreaActor::GroundPlacementAreaComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_SlideRecovery \ static_assert(alignof(UAblAnimationTagChooser_SlideRecovery) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_SlideRecovery"); \ static_assert(sizeof(UAblAnimationTagChooser_SlideRecovery) == 0x000050, "Wrong size on UAblAnimationTagChooser_SlideRecovery"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolGameLogicPropositional \ static_assert(alignof(UFXAutoTriggerBoolGameLogicPropositional) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolGameLogicPropositional"); \ static_assert(sizeof(UFXAutoTriggerBoolGameLogicPropositional) == 0x000030, "Wrong size on UFXAutoTriggerBoolGameLogicPropositional"); \ static_assert(offsetof(UFXAutoTriggerBoolGameLogicPropositional, Propositional) == 0x000028, "Member 'UFXAutoTriggerBoolGameLogicPropositional::Propositional' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAmbulatoryGroundDetectionScratchpad \ static_assert(alignof(UAblAmbulatoryGroundDetectionScratchpad) == 0x000008, "Wrong alignment on UAblAmbulatoryGroundDetectionScratchpad"); \ static_assert(sizeof(UAblAmbulatoryGroundDetectionScratchpad) == 0x000038, "Wrong size on UAblAmbulatoryGroundDetectionScratchpad"); \ static_assert(offsetof(UAblAmbulatoryGroundDetectionScratchpad, MovementComp) == 0x000030, "Member 'UAblAmbulatoryGroundDetectionScratchpad::MovementComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_CameraBase \ static_assert(alignof(UBTService_CameraBase) == 0x000008, "Wrong alignment on UBTService_CameraBase"); \ static_assert(sizeof(UBTService_CameraBase) == 0x000070, "Wrong size on UBTService_CameraBase"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_StairsAndSlopes \ static_assert(alignof(UAblAnimationTagChooser_StairsAndSlopes) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_StairsAndSlopes"); \ static_assert(sizeof(UAblAnimationTagChooser_StairsAndSlopes) == 0x000058, "Wrong size on UAblAnimationTagChooser_StairsAndSlopes"); \ static_assert(offsetof(UAblAnimationTagChooser_StairsAndSlopes, StairsDirection) == 0x000050, "Member 'UAblAnimationTagChooser_StairsAndSlopes::StairsDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionItemWidget_CollectItemData \ static_assert(alignof(ActionItemWidget_CollectItemData) == 0x000008, "Wrong alignment on ActionItemWidget_CollectItemData"); \ static_assert(sizeof(ActionItemWidget_CollectItemData) == 0x000010, "Wrong size on ActionItemWidget_CollectItemData"); \ static_assert(offsetof(ActionItemWidget_CollectItemData, LoadoutIndex) == 0x000000, "Member 'ActionItemWidget_CollectItemData::LoadoutIndex' has a wrong offset!"); \ static_assert(offsetof(ActionItemWidget_CollectItemData, ItemIndex) == 0x000004, "Member 'ActionItemWidget_CollectItemData::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(ActionItemWidget_CollectItemData, ItemIcon) == 0x000008, "Member 'ActionItemWidget_CollectItemData::ItemIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActionItemWidget \ static_assert(alignof(UActionItemWidget) == 0x000008, "Wrong alignment on UActionItemWidget"); \ static_assert(sizeof(UActionItemWidget) == 0x000268, "Wrong size on UActionItemWidget"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_StealthTurnMoveStart \ static_assert(alignof(UAblAnimationTagChooser_StealthTurnMoveStart) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_StealthTurnMoveStart"); \ static_assert(sizeof(UAblAnimationTagChooser_StealthTurnMoveStart) == 0x000068, "Wrong size on UAblAnimationTagChooser_StealthTurnMoveStart"); \ static_assert(offsetof(UAblAnimationTagChooser_StealthTurnMoveStart, FootPositionWeight) == 0x000050, "Member 'UAblAnimationTagChooser_StealthTurnMoveStart::FootPositionWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_StealthTurnMoveStart, FootVelocityWeight) == 0x00005C, "Member 'UAblAnimationTagChooser_StealthTurnMoveStart::FootVelocityWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_CastAnticipationPose \ static_assert(alignof(UAblBlendSpaceParameterGetter_CastAnticipationPose) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_CastAnticipationPose"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_CastAnticipationPose) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_CastAnticipationPose"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_StealthTurnMoveStop \ static_assert(alignof(UAblAnimationTagChooser_StealthTurnMoveStop) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_StealthTurnMoveStop"); \ static_assert(sizeof(UAblAnimationTagChooser_StealthTurnMoveStop) == 0x000068, "Wrong size on UAblAnimationTagChooser_StealthTurnMoveStop"); \ static_assert(offsetof(UAblAnimationTagChooser_StealthTurnMoveStop, FootPositionWeight) == 0x000050, "Member 'UAblAnimationTagChooser_StealthTurnMoveStop::FootPositionWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_StealthTurnMoveStop, FootVelocityWeight) == 0x00005C, "Member 'UAblAnimationTagChooser_StealthTurnMoveStop::FootVelocityWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_StepBack \ static_assert(alignof(UAblAnimationTagChooser_StepBack) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_StepBack"); \ static_assert(sizeof(UAblAnimationTagChooser_StepBack) == 0x000068, "Wrong size on UAblAnimationTagChooser_StepBack"); \ static_assert(offsetof(UAblAnimationTagChooser_StepBack, FootPositionWeight) == 0x000050, "Member 'UAblAnimationTagChooser_StepBack::FootPositionWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_StepBack, FootVelocityWeight) == 0x00005C, "Member 'UAblAnimationTagChooser_StepBack::FootVelocityWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_AkAudioRTPC \ static_assert(alignof(USceneActionState_AkAudioRTPC) == 0x000008, "Wrong alignment on USceneActionState_AkAudioRTPC"); \ static_assert(sizeof(USceneActionState_AkAudioRTPC) == 0x000090, "Wrong size on USceneActionState_AkAudioRTPC"); \ static_assert(offsetof(USceneActionState_AkAudioRTPC, AkAudioRTPCData) == 0x000078, "Member 'USceneActionState_AkAudioRTPC::AkAudioRTPCData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBallisticTask \ static_assert(alignof(UAblBallisticTask) == 0x000008, "Wrong alignment on UAblBallisticTask"); \ static_assert(sizeof(UAblBallisticTask) == 0x0000A8, "Wrong size on UAblBallisticTask"); \ static_assert(offsetof(UAblBallisticTask, DestSource) == 0x000070, "Member 'UAblBallisticTask::DestSource' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticTask, Destination) == 0x000074, "Member 'UAblBallisticTask::Destination' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticTask, OverrideGravity) == 0x000080, "Member 'UAblBallisticTask::OverrideGravity' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticTask, ArcParamMin) == 0x000084, "Member 'UAblBallisticTask::ArcParamMin' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticTask, ArcParamMax) == 0x000088, "Member 'UAblBallisticTask::ArcParamMax' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticTask, TimeMult) == 0x00008C, "Member 'UAblBallisticTask::TimeMult' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticTask, TargetOffset) == 0x000090, "Member 'UAblBallisticTask::TargetOffset' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticTask, Distance) == 0x00009C, "Member 'UAblBallisticTask::Distance' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticTask, MaxDistance) == 0x0000A0, "Member 'UAblBallisticTask::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticTask, bIgnoreNonStatic) == 0x0000A4, "Member 'UAblBallisticTask::bIgnoreNonStatic' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticTask, bCollateralDamage) == 0x0000A5, "Member 'UAblBallisticTask::bCollateralDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_Strafe \ static_assert(alignof(UAblAnimationTagChooser_Strafe) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_Strafe"); \ static_assert(sizeof(UAblAnimationTagChooser_Strafe) == 0x000050, "Wrong size on UAblAnimationTagChooser_Strafe"); \ #define DUMPER7_ASSERTS_UConjurationBoundsComponent \ static_assert(alignof(UConjurationBoundsComponent) == 0x000010, "Wrong alignment on UConjurationBoundsComponent"); \ static_assert(sizeof(UConjurationBoundsComponent) == 0x0004B0, "Wrong size on UConjurationBoundsComponent"); \ #define DUMPER7_ASSERTS_Screen_GetZOrderOffsetForScreenType \ static_assert(alignof(Screen_GetZOrderOffsetForScreenType) == 0x000004, "Wrong alignment on Screen_GetZOrderOffsetForScreenType"); \ static_assert(sizeof(Screen_GetZOrderOffsetForScreenType) == 0x000008, "Wrong size on Screen_GetZOrderOffsetForScreenType"); \ static_assert(offsetof(Screen_GetZOrderOffsetForScreenType, InScreenType) == 0x000000, "Member 'Screen_GetZOrderOffsetForScreenType::InScreenType' has a wrong offset!"); \ static_assert(offsetof(Screen_GetZOrderOffsetForScreenType, ReturnValue) == 0x000004, "Member 'Screen_GetZOrderOffsetForScreenType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Screen_GatherMastermindExtraScreenStrings \ static_assert(alignof(Screen_GatherMastermindExtraScreenStrings) == 0x000008, "Wrong alignment on Screen_GatherMastermindExtraScreenStrings"); \ static_assert(sizeof(Screen_GatherMastermindExtraScreenStrings) == 0x000010, "Wrong size on Screen_GatherMastermindExtraScreenStrings"); \ static_assert(offsetof(Screen_GatherMastermindExtraScreenStrings, outExtraScreenStrings) == 0x000000, "Member 'Screen_GatherMastermindExtraScreenStrings::outExtraScreenStrings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Screen_OnScreenOutroComplete \ static_assert(alignof(Screen_OnScreenOutroComplete) == 0x000008, "Wrong alignment on Screen_OnScreenOutroComplete"); \ static_assert(sizeof(Screen_OnScreenOutroComplete) == 0x000010, "Wrong size on Screen_OnScreenOutroComplete"); \ static_assert(offsetof(Screen_OnScreenOutroComplete, PhoenixWidget) == 0x000000, "Member 'Screen_OnScreenOutroComplete::PhoenixWidget' has a wrong offset!"); \ static_assert(offsetof(Screen_OnScreenOutroComplete, OutroType) == 0x000008, "Member 'Screen_OnScreenOutroComplete::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Screen_ScreenRegisterAllUMGInputActions \ static_assert(alignof(Screen_ScreenRegisterAllUMGInputActions) == 0x000001, "Wrong alignment on Screen_ScreenRegisterAllUMGInputActions"); \ static_assert(sizeof(Screen_ScreenRegisterAllUMGInputActions) == 0x000001, "Wrong size on Screen_ScreenRegisterAllUMGInputActions"); \ static_assert(offsetof(Screen_ScreenRegisterAllUMGInputActions, InputEvent) == 0x000000, "Member 'Screen_ScreenRegisterAllUMGInputActions::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Screen_ScreenUnregisterAllUMGInputActions \ static_assert(alignof(Screen_ScreenUnregisterAllUMGInputActions) == 0x000001, "Wrong alignment on Screen_ScreenUnregisterAllUMGInputActions"); \ static_assert(sizeof(Screen_ScreenUnregisterAllUMGInputActions) == 0x000001, "Wrong size on Screen_ScreenUnregisterAllUMGInputActions"); \ static_assert(offsetof(Screen_ScreenUnregisterAllUMGInputActions, InputEvent) == 0x000000, "Member 'Screen_ScreenUnregisterAllUMGInputActions::InputEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Screen_IsInputEnabled \ static_assert(alignof(Screen_IsInputEnabled) == 0x000001, "Wrong alignment on Screen_IsInputEnabled"); \ static_assert(sizeof(Screen_IsInputEnabled) == 0x000001, "Wrong size on Screen_IsInputEnabled"); \ static_assert(offsetof(Screen_IsInputEnabled, ReturnValue) == 0x000000, "Member 'Screen_IsInputEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScreen \ static_assert(alignof(UScreen) == 0x000008, "Wrong alignment on UScreen"); \ static_assert(sizeof(UScreen) == 0x000370, "Wrong size on UScreen"); \ static_assert(offsetof(UScreen, ScreenType) == 0x000328, "Member 'UScreen::ScreenType' has a wrong offset!"); \ static_assert(offsetof(UScreen, PopupPriority) == 0x000329, "Member 'UScreen::PopupPriority' has a wrong offset!"); \ static_assert(offsetof(UScreen, ShouldShowCursor) == 0x00032A, "Member 'UScreen::ShouldShowCursor' has a wrong offset!"); \ static_assert(offsetof(UScreen, ShouldHideCursorOnRemove) == 0x00032B, "Member 'UScreen::ShouldHideCursorOnRemove' has a wrong offset!"); \ static_assert(offsetof(UScreen, CursorPositionOverride) == 0x00032C, "Member 'UScreen::CursorPositionOverride' has a wrong offset!"); \ static_assert(offsetof(UScreen, HandleBackButton) == 0x000334, "Member 'UScreen::HandleBackButton' has a wrong offset!"); \ static_assert(offsetof(UScreen, MouseLockMode) == 0x000335, "Member 'UScreen::MouseLockMode' has a wrong offset!"); \ static_assert(offsetof(UScreen, bAutoAcquireUMGFocus) == 0x000336, "Member 'UScreen::bAutoAcquireUMGFocus' has a wrong offset!"); \ static_assert(offsetof(UScreen, IgnoredFocusInputActions) == 0x000338, "Member 'UScreen::IgnoredFocusInputActions' has a wrong offset!"); \ static_assert(offsetof(UScreen, IgnoredFocusInputAxis) == 0x000348, "Member 'UScreen::IgnoredFocusInputAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActionSelectionBase \ static_assert(alignof(UActionSelectionBase) == 0x000008, "Wrong alignment on UActionSelectionBase"); \ static_assert(sizeof(UActionSelectionBase) == 0x000370, "Wrong size on UActionSelectionBase"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_StrafeMoveLoop \ static_assert(alignof(UAblAnimationTagChooser_StrafeMoveLoop) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_StrafeMoveLoop"); \ static_assert(sizeof(UAblAnimationTagChooser_StrafeMoveLoop) == 0x000050, "Wrong size on UAblAnimationTagChooser_StrafeMoveLoop"); \ #define DUMPER7_ASSERTS_USceneActionState_AvaAudioMusic \ static_assert(alignof(USceneActionState_AvaAudioMusic) == 0x000008, "Wrong alignment on USceneActionState_AvaAudioMusic"); \ static_assert(sizeof(USceneActionState_AvaAudioMusic) == 0x000088, "Wrong size on USceneActionState_AvaAudioMusic"); \ static_assert(offsetof(USceneActionState_AvaAudioMusic, AvaAudioMusicData) == 0x000070, "Member 'USceneActionState_AvaAudioMusic::AvaAudioMusicData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionVelocity \ static_assert(alignof(UAblBranchConditionVelocity) == 0x000008, "Wrong alignment on UAblBranchConditionVelocity"); \ static_assert(sizeof(UAblBranchConditionVelocity) == 0x000038, "Wrong size on UAblBranchConditionVelocity"); \ static_assert(offsetof(UAblBranchConditionVelocity, bMinSpeed) == 0x000030, "Member 'UAblBranchConditionVelocity::bMinSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionVelocity, MinSpeed) == 0x000034, "Member 'UAblBranchConditionVelocity::MinSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_StrafeMoveStartStop \ static_assert(alignof(UAblAnimationTagChooser_StrafeMoveStartStop) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_StrafeMoveStartStop"); \ static_assert(sizeof(UAblAnimationTagChooser_StrafeMoveStartStop) == 0x000078, "Wrong size on UAblAnimationTagChooser_StrafeMoveStartStop"); \ static_assert(offsetof(UAblAnimationTagChooser_StrafeMoveStartStop, FootPositionWeight) == 0x000050, "Member 'UAblAnimationTagChooser_StrafeMoveStartStop::FootPositionWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_StrafeMoveStartStop, FootVelocityWeight) == 0x00005C, "Member 'UAblAnimationTagChooser_StrafeMoveStartStop::FootVelocityWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_StrafeMoveStartStop, FootMatchSearchTime) == 0x000068, "Member 'UAblAnimationTagChooser_StrafeMoveStartStop::FootMatchSearchTime' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_StrafeMoveStartStop, bStopping) == 0x00006C, "Member 'UAblAnimationTagChooser_StrafeMoveStartStop::bStopping' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_StrafeMoveStartStop, StickFlickTime) == 0x000070, "Member 'UAblAnimationTagChooser_StrafeMoveStartStop::StickFlickTime' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_StrafeMoveStartStop, ShuffleStepInterpTime) == 0x000074, "Member 'UAblAnimationTagChooser_StrafeMoveStartStop::ShuffleStepInterpTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AConjurationSurfaceMeshActor \ static_assert(alignof(AConjurationSurfaceMeshActor) == 0x000008, "Wrong alignment on AConjurationSurfaceMeshActor"); \ static_assert(sizeof(AConjurationSurfaceMeshActor) == 0x000390, "Wrong size on AConjurationSurfaceMeshActor"); \ static_assert(offsetof(AConjurationSurfaceMeshActor, VolumeComponent) == 0x000248, "Member 'AConjurationSurfaceMeshActor::VolumeComponent' has a wrong offset!"); \ static_assert(offsetof(AConjurationSurfaceMeshActor, SurfaceMeshComponent) == 0x000250, "Member 'AConjurationSurfaceMeshActor::SurfaceMeshComponent' has a wrong offset!"); \ static_assert(offsetof(AConjurationSurfaceMeshActor, SurfaceTag) == 0x000258, "Member 'AConjurationSurfaceMeshActor::SurfaceTag' has a wrong offset!"); \ static_assert(offsetof(AConjurationSurfaceMeshActor, BuildParams) == 0x000260, "Member 'AConjurationSurfaceMeshActor::BuildParams' has a wrong offset!"); \ static_assert(offsetof(AConjurationSurfaceMeshActor, RequiredLockID) == 0x000278, "Member 'AConjurationSurfaceMeshActor::RequiredLockID' has a wrong offset!"); \ static_assert(offsetof(AConjurationSurfaceMeshActor, ProhibitedLockID) == 0x000300, "Member 'AConjurationSurfaceMeshActor::ProhibitedLockID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_Swim \ static_assert(alignof(UAblAnimationTagChooser_Swim) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_Swim"); \ static_assert(sizeof(UAblAnimationTagChooser_Swim) == 0x000050, "Wrong size on UAblAnimationTagChooser_Swim"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolPlayerAiming \ static_assert(alignof(UFXAutoTriggerBoolPlayerAiming) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolPlayerAiming"); \ static_assert(sizeof(UFXAutoTriggerBoolPlayerAiming) == 0x000028, "Wrong size on UFXAutoTriggerBoolPlayerAiming"); \ #define DUMPER7_ASSERTS_UAblBranchConditionTimerScratchpad \ static_assert(alignof(UAblBranchConditionTimerScratchpad) == 0x000008, "Wrong alignment on UAblBranchConditionTimerScratchpad"); \ static_assert(sizeof(UAblBranchConditionTimerScratchpad) == 0x000038, "Wrong size on UAblBranchConditionTimerScratchpad"); \ #define DUMPER7_ASSERTS_UBTService_Creature_AwareState \ static_assert(alignof(UBTService_Creature_AwareState) == 0x000008, "Wrong alignment on UBTService_Creature_AwareState"); \ static_assert(sizeof(UBTService_Creature_AwareState) == 0x0000A8, "Wrong size on UBTService_Creature_AwareState"); \ static_assert(offsetof(UBTService_Creature_AwareState, SelectedAwareState) == 0x000070, "Member 'UBTService_Creature_AwareState::SelectedAwareState' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_AwareState, TargetActorKey) == 0x000078, "Member 'UBTService_Creature_AwareState::TargetActorKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_AwareState, bObserveBlackboardValue) == 0x0000A0, "Member 'UBTService_Creature_AwareState::bObserveBlackboardValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_SuspendEnemies \ static_assert(alignof(USceneActionState_SuspendEnemies) == 0x000008, "Wrong alignment on USceneActionState_SuspendEnemies"); \ static_assert(sizeof(USceneActionState_SuspendEnemies) == 0x000050, "Wrong size on USceneActionState_SuspendEnemies"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_ThrowItem \ static_assert(alignof(UAblAnimationTagChooser_ThrowItem) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_ThrowItem"); \ static_assert(sizeof(UAblAnimationTagChooser_ThrowItem) == 0x000058, "Wrong size on UAblAnimationTagChooser_ThrowItem"); \ static_assert(offsetof(UAblAnimationTagChooser_ThrowItem, ThrowLongDistance) == 0x000050, "Member 'UAblAnimationTagChooser_ThrowItem::ThrowLongDistance' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_ThrowItem, ThrowMedDistance) == 0x000054, "Member 'UAblAnimationTagChooser_ThrowItem::ThrowMedDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_ByStat \ static_assert(alignof(UActor_ByStat) == 0x000008, "Wrong alignment on UActor_ByStat"); \ static_assert(sizeof(UActor_ByStat) == 0x000058, "Wrong size on UActor_ByStat"); \ static_assert(offsetof(UActor_ByStat, Stat) == 0x000040, "Member 'UActor_ByStat::Stat' has a wrong offset!"); \ static_assert(offsetof(UActor_ByStat, Actors) == 0x000048, "Member 'UActor_ByStat::Actors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTurnDirectionTagChooser_DesiredDirectionGetter \ static_assert(alignof(UTurnDirectionTagChooser_DesiredDirectionGetter) == 0x000008, "Wrong alignment on UTurnDirectionTagChooser_DesiredDirectionGetter"); \ static_assert(sizeof(UTurnDirectionTagChooser_DesiredDirectionGetter) == 0x000028, "Wrong size on UTurnDirectionTagChooser_DesiredDirectionGetter"); \ #define DUMPER7_ASSERTS_UBTDecorator_HasActorTag \ static_assert(alignof(UBTDecorator_HasActorTag) == 0x000008, "Wrong alignment on UBTDecorator_HasActorTag"); \ static_assert(sizeof(UBTDecorator_HasActorTag) == 0x000070, "Wrong size on UBTDecorator_HasActorTag"); \ static_assert(offsetof(UBTDecorator_HasActorTag, TagName) == 0x000068, "Member 'UBTDecorator_HasActorTag::TagName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionMovementModeScratchpad \ static_assert(alignof(UAblBranchConditionMovementModeScratchpad) == 0x000008, "Wrong alignment on UAblBranchConditionMovementModeScratchpad"); \ static_assert(sizeof(UAblBranchConditionMovementModeScratchpad) == 0x000040, "Wrong size on UAblBranchConditionMovementModeScratchpad"); \ static_assert(offsetof(UAblBranchConditionMovementModeScratchpad, MovementComp) == 0x000030, "Member 'UAblBranchConditionMovementModeScratchpad::MovementComp' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionMovementModeScratchpad, TimeInMode) == 0x000038, "Member 'UAblBranchConditionMovementModeScratchpad::TimeInMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_StencilFXBase \ static_assert(alignof(USceneAction_StencilFXBase) == 0x000008, "Wrong alignment on USceneAction_StencilFXBase"); \ static_assert(sizeof(USceneAction_StencilFXBase) == 0x000088, "Wrong size on USceneAction_StencilFXBase"); \ #define DUMPER7_ASSERTS_USceneAction_StencilFXEnableInterface \ static_assert(alignof(USceneAction_StencilFXEnableInterface) == 0x000008, "Wrong alignment on USceneAction_StencilFXEnableInterface"); \ static_assert(sizeof(USceneAction_StencilFXEnableInterface) == 0x000088, "Wrong size on USceneAction_StencilFXEnableInterface"); \ #define DUMPER7_ASSERTS_USceneAction_StencilFXGroups \ static_assert(alignof(USceneAction_StencilFXGroups) == 0x000008, "Wrong alignment on USceneAction_StencilFXGroups"); \ static_assert(sizeof(USceneAction_StencilFXGroups) == 0x0000A0, "Wrong size on USceneAction_StencilFXGroups"); \ static_assert(offsetof(USceneAction_StencilFXGroups, Groups) == 0x000088, "Member 'USceneAction_StencilFXGroups::Groups' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StencilFXGroups, bExclusive) == 0x000098, "Member 'USceneAction_StencilFXGroups::bExclusive' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StencilFXGroups, bEnableStencilManager) == 0x000099, "Member 'USceneAction_StencilFXGroups::bEnableStencilManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTurnDirectionTagChooser_DesiredWorldDirectionGetter \ static_assert(alignof(UTurnDirectionTagChooser_DesiredWorldDirectionGetter) == 0x000008, "Wrong alignment on UTurnDirectionTagChooser_DesiredWorldDirectionGetter"); \ static_assert(sizeof(UTurnDirectionTagChooser_DesiredWorldDirectionGetter) == 0x000028, "Wrong size on UTurnDirectionTagChooser_DesiredWorldDirectionGetter"); \ #define DUMPER7_ASSERTS_UTurnDirectionTagChooser_BlackboardDirectionGetter \ static_assert(alignof(UTurnDirectionTagChooser_BlackboardDirectionGetter) == 0x000008, "Wrong alignment on UTurnDirectionTagChooser_BlackboardDirectionGetter"); \ static_assert(sizeof(UTurnDirectionTagChooser_BlackboardDirectionGetter) == 0x000030, "Wrong size on UTurnDirectionTagChooser_BlackboardDirectionGetter"); \ static_assert(offsetof(UTurnDirectionTagChooser_BlackboardDirectionGetter, BlackboardKeyName) == 0x000028, "Member 'UTurnDirectionTagChooser_BlackboardDirectionGetter::BlackboardKeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionEnemyReachTarget \ static_assert(alignof(UAblBranchConditionEnemyReachTarget) == 0x000008, "Wrong alignment on UAblBranchConditionEnemyReachTarget"); \ static_assert(sizeof(UAblBranchConditionEnemyReachTarget) == 0x000038, "Wrong size on UAblBranchConditionEnemyReachTarget"); \ static_assert(offsetof(UAblBranchConditionEnemyReachTarget, bOnlyTriggerOnGroundMatch) == 0x000030, "Member 'UAblBranchConditionEnemyReachTarget::bOnlyTriggerOnGroundMatch' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionEnemyReachTarget, bOnGroundRequirement) == 0x000031, "Member 'UAblBranchConditionEnemyReachTarget::bOnGroundRequirement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_TurnMoveStart \ static_assert(alignof(UAblAnimationTagChooser_TurnMoveStart) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_TurnMoveStart"); \ static_assert(sizeof(UAblAnimationTagChooser_TurnMoveStart) == 0x000070, "Wrong size on UAblAnimationTagChooser_TurnMoveStart"); \ static_assert(offsetof(UAblAnimationTagChooser_TurnMoveStart, FootPositionWeight) == 0x000050, "Member 'UAblAnimationTagChooser_TurnMoveStart::FootPositionWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_TurnMoveStart, FootVelocityWeight) == 0x00005C, "Member 'UAblAnimationTagChooser_TurnMoveStart::FootVelocityWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_TurnMoveStart, ShortStartTime) == 0x000068, "Member 'UAblAnimationTagChooser_TurnMoveStart::ShortStartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_ConfirmTransfiguration \ static_assert(alignof(TransfigurationSpellToolBase_ConfirmTransfiguration) == 0x000001, "Wrong alignment on TransfigurationSpellToolBase_ConfirmTransfiguration"); \ static_assert(sizeof(TransfigurationSpellToolBase_ConfirmTransfiguration) == 0x000001, "Wrong size on TransfigurationSpellToolBase_ConfirmTransfiguration"); \ static_assert(offsetof(TransfigurationSpellToolBase_ConfirmTransfiguration, ReturnValue) == 0x000000, "Member 'TransfigurationSpellToolBase_ConfirmTransfiguration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_NextTransformation \ static_assert(alignof(TransfigurationSpellToolBase_NextTransformation) == 0x000001, "Wrong alignment on TransfigurationSpellToolBase_NextTransformation"); \ static_assert(sizeof(TransfigurationSpellToolBase_NextTransformation) == 0x000001, "Wrong size on TransfigurationSpellToolBase_NextTransformation"); \ static_assert(offsetof(TransfigurationSpellToolBase_NextTransformation, ReturnValue) == 0x000000, "Member 'TransfigurationSpellToolBase_NextTransformation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_PrevTransformation \ static_assert(alignof(TransfigurationSpellToolBase_PrevTransformation) == 0x000001, "Wrong alignment on TransfigurationSpellToolBase_PrevTransformation"); \ static_assert(sizeof(TransfigurationSpellToolBase_PrevTransformation) == 0x000001, "Wrong size on TransfigurationSpellToolBase_PrevTransformation"); \ static_assert(offsetof(TransfigurationSpellToolBase_PrevTransformation, ReturnValue) == 0x000000, "Member 'TransfigurationSpellToolBase_PrevTransformation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_SetTransformComponentRef \ static_assert(alignof(TransfigurationSpellToolBase_SetTransformComponentRef) == 0x000008, "Wrong alignment on TransfigurationSpellToolBase_SetTransformComponentRef"); \ static_assert(sizeof(TransfigurationSpellToolBase_SetTransformComponentRef) == 0x000008, "Wrong size on TransfigurationSpellToolBase_SetTransformComponentRef"); \ static_assert(offsetof(TransfigurationSpellToolBase_SetTransformComponentRef, TC) == 0x000000, "Member 'TransfigurationSpellToolBase_SetTransformComponentRef::TC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_AreResourceRequirementsMet \ static_assert(alignof(TransfigurationSpellToolBase_AreResourceRequirementsMet) == 0x000001, "Wrong alignment on TransfigurationSpellToolBase_AreResourceRequirementsMet"); \ static_assert(sizeof(TransfigurationSpellToolBase_AreResourceRequirementsMet) == 0x000001, "Wrong size on TransfigurationSpellToolBase_AreResourceRequirementsMet"); \ static_assert(offsetof(TransfigurationSpellToolBase_AreResourceRequirementsMet, ReturnValue) == 0x000000, "Member 'TransfigurationSpellToolBase_AreResourceRequirementsMet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_CanPlaceItem \ static_assert(alignof(TransfigurationSpellToolBase_CanPlaceItem) == 0x000001, "Wrong alignment on TransfigurationSpellToolBase_CanPlaceItem"); \ static_assert(sizeof(TransfigurationSpellToolBase_CanPlaceItem) == 0x000001, "Wrong size on TransfigurationSpellToolBase_CanPlaceItem"); \ static_assert(offsetof(TransfigurationSpellToolBase_CanPlaceItem, ReturnValue) == 0x000000, "Member 'TransfigurationSpellToolBase_CanPlaceItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_ConsumesSanctuaryContextResources \ static_assert(alignof(TransfigurationSpellToolBase_ConsumesSanctuaryContextResources) == 0x000001, "Wrong alignment on TransfigurationSpellToolBase_ConsumesSanctuaryContextResources"); \ static_assert(sizeof(TransfigurationSpellToolBase_ConsumesSanctuaryContextResources) == 0x000001, "Wrong size on TransfigurationSpellToolBase_ConsumesSanctuaryContextResources"); \ static_assert(offsetof(TransfigurationSpellToolBase_ConsumesSanctuaryContextResources, ReturnValue) == 0x000000, "Member 'TransfigurationSpellToolBase_ConsumesSanctuaryContextResources::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_DoesObjectSupportSnapping \ static_assert(alignof(TransfigurationSpellToolBase_DoesObjectSupportSnapping) == 0x000001, "Wrong alignment on TransfigurationSpellToolBase_DoesObjectSupportSnapping"); \ static_assert(sizeof(TransfigurationSpellToolBase_DoesObjectSupportSnapping) == 0x000001, "Wrong size on TransfigurationSpellToolBase_DoesObjectSupportSnapping"); \ static_assert(offsetof(TransfigurationSpellToolBase_DoesObjectSupportSnapping, ReturnValue) == 0x000000, "Member 'TransfigurationSpellToolBase_DoesObjectSupportSnapping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_GetHoldingDurationBeforeTransfigurationTimerStart \ static_assert(alignof(TransfigurationSpellToolBase_GetHoldingDurationBeforeTransfigurationTimerStart) == 0x000004, "Wrong alignment on TransfigurationSpellToolBase_GetHoldingDurationBeforeTransfigurationTimerStart"); \ static_assert(sizeof(TransfigurationSpellToolBase_GetHoldingDurationBeforeTransfigurationTimerStart) == 0x000004, "Wrong size on TransfigurationSpellToolBase_GetHoldingDurationBeforeTransfigurationTimerStart"); \ static_assert(offsetof(TransfigurationSpellToolBase_GetHoldingDurationBeforeTransfigurationTimerStart, ReturnValue) == 0x000000, "Member 'TransfigurationSpellToolBase_GetHoldingDurationBeforeTransfigurationTimerStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_GetPlacementError \ static_assert(alignof(TransfigurationSpellToolBase_GetPlacementError) == 0x000001, "Wrong alignment on TransfigurationSpellToolBase_GetPlacementError"); \ static_assert(sizeof(TransfigurationSpellToolBase_GetPlacementError) == 0x000001, "Wrong size on TransfigurationSpellToolBase_GetPlacementError"); \ static_assert(offsetof(TransfigurationSpellToolBase_GetPlacementError, ReturnValue) == 0x000000, "Member 'TransfigurationSpellToolBase_GetPlacementError::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_GetPreviewActor \ static_assert(alignof(TransfigurationSpellToolBase_GetPreviewActor) == 0x000008, "Wrong alignment on TransfigurationSpellToolBase_GetPreviewActor"); \ static_assert(sizeof(TransfigurationSpellToolBase_GetPreviewActor) == 0x000008, "Wrong size on TransfigurationSpellToolBase_GetPreviewActor"); \ static_assert(offsetof(TransfigurationSpellToolBase_GetPreviewActor, ReturnValue) == 0x000000, "Member 'TransfigurationSpellToolBase_GetPreviewActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_GetRequiredResources \ static_assert(alignof(TransfigurationSpellToolBase_GetRequiredResources) == 0x000008, "Wrong alignment on TransfigurationSpellToolBase_GetRequiredResources"); \ static_assert(sizeof(TransfigurationSpellToolBase_GetRequiredResources) == 0x000010, "Wrong size on TransfigurationSpellToolBase_GetRequiredResources"); \ static_assert(offsetof(TransfigurationSpellToolBase_GetRequiredResources, ReturnValue) == 0x000000, "Member 'TransfigurationSpellToolBase_GetRequiredResources::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_GetTransfigurationDuration \ static_assert(alignof(TransfigurationSpellToolBase_GetTransfigurationDuration) == 0x000004, "Wrong alignment on TransfigurationSpellToolBase_GetTransfigurationDuration"); \ static_assert(sizeof(TransfigurationSpellToolBase_GetTransfigurationDuration) == 0x000004, "Wrong size on TransfigurationSpellToolBase_GetTransfigurationDuration"); \ static_assert(offsetof(TransfigurationSpellToolBase_GetTransfigurationDuration, ReturnValue) == 0x000000, "Member 'TransfigurationSpellToolBase_GetTransfigurationDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_HasColorOptions \ static_assert(alignof(TransfigurationSpellToolBase_HasColorOptions) == 0x000001, "Wrong alignment on TransfigurationSpellToolBase_HasColorOptions"); \ static_assert(sizeof(TransfigurationSpellToolBase_HasColorOptions) == 0x000001, "Wrong size on TransfigurationSpellToolBase_HasColorOptions"); \ static_assert(offsetof(TransfigurationSpellToolBase_HasColorOptions, ReturnValue) == 0x000000, "Member 'TransfigurationSpellToolBase_HasColorOptions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_HasTransformationOptions \ static_assert(alignof(TransfigurationSpellToolBase_HasTransformationOptions) == 0x000001, "Wrong alignment on TransfigurationSpellToolBase_HasTransformationOptions"); \ static_assert(sizeof(TransfigurationSpellToolBase_HasTransformationOptions) == 0x000001, "Wrong size on TransfigurationSpellToolBase_HasTransformationOptions"); \ static_assert(offsetof(TransfigurationSpellToolBase_HasTransformationOptions, ReturnValue) == 0x000000, "Member 'TransfigurationSpellToolBase_HasTransformationOptions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_IsObjectRotatable \ static_assert(alignof(TransfigurationSpellToolBase_IsObjectRotatable) == 0x000001, "Wrong alignment on TransfigurationSpellToolBase_IsObjectRotatable"); \ static_assert(sizeof(TransfigurationSpellToolBase_IsObjectRotatable) == 0x000001, "Wrong size on TransfigurationSpellToolBase_IsObjectRotatable"); \ static_assert(offsetof(TransfigurationSpellToolBase_IsObjectRotatable, ReturnValue) == 0x000000, "Member 'TransfigurationSpellToolBase_IsObjectRotatable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_IsObjectScalable \ static_assert(alignof(TransfigurationSpellToolBase_IsObjectScalable) == 0x000001, "Wrong alignment on TransfigurationSpellToolBase_IsObjectScalable"); \ static_assert(sizeof(TransfigurationSpellToolBase_IsObjectScalable) == 0x000001, "Wrong size on TransfigurationSpellToolBase_IsObjectScalable"); \ static_assert(offsetof(TransfigurationSpellToolBase_IsObjectScalable, ReturnValue) == 0x000000, "Member 'TransfigurationSpellToolBase_IsObjectScalable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSpellToolBase_IsObjectStationary \ static_assert(alignof(TransfigurationSpellToolBase_IsObjectStationary) == 0x000001, "Wrong alignment on TransfigurationSpellToolBase_IsObjectStationary"); \ static_assert(sizeof(TransfigurationSpellToolBase_IsObjectStationary) == 0x000001, "Wrong size on TransfigurationSpellToolBase_IsObjectStationary"); \ static_assert(offsetof(TransfigurationSpellToolBase_IsObjectStationary, ReturnValue) == 0x000000, "Member 'TransfigurationSpellToolBase_IsObjectStationary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATransfigurationSpellToolBase \ static_assert(alignof(ATransfigurationSpellToolBase) == 0x000008, "Wrong alignment on ATransfigurationSpellToolBase"); \ static_assert(sizeof(ATransfigurationSpellToolBase) == 0x000AB0, "Wrong size on ATransfigurationSpellToolBase"); \ static_assert(offsetof(ATransfigurationSpellToolBase, TransfigurationAction) == 0x000960, "Member 'ATransfigurationSpellToolBase::TransfigurationAction' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationSpellToolBase, ObjectCategoryName) == 0x000988, "Member 'ATransfigurationSpellToolBase::ObjectCategoryName' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationSpellToolBase, TransformationOptions) == 0x000990, "Member 'ATransfigurationSpellToolBase::TransformationOptions' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationSpellToolBase, SelectedTransformationOption) == 0x0009A0, "Member 'ATransfigurationSpellToolBase::SelectedTransformationOption' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationSpellToolBase, ColorOptions) == 0x000A10, "Member 'ATransfigurationSpellToolBase::ColorOptions' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationSpellToolBase, SelectedColorOption) == 0x000A20, "Member 'ATransfigurationSpellToolBase::SelectedColorOption' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationSpellToolBase, CategoryBreadcrumbs) == 0x000A90, "Member 'ATransfigurationSpellToolBase::CategoryBreadcrumbs' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationSpellToolBase, TwirlDirection) == 0x000AA0, "Member 'ATransfigurationSpellToolBase::TwirlDirection' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationSpellToolBase, HoldingDurationBeforeTransfigurationTimerStart) == 0x000AA8, "Member 'ATransfigurationSpellToolBase::HoldingDurationBeforeTransfigurationTimerStart' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationSpellToolBase, bWaitForCharacterAnimations) == 0x000AAC, "Member 'ATransfigurationSpellToolBase::bWaitForCharacterAnimations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationSpellTool_CancelHoldConjuring \ static_assert(alignof(ConjurationSpellTool_CancelHoldConjuring) == 0x000004, "Wrong alignment on ConjurationSpellTool_CancelHoldConjuring"); \ static_assert(sizeof(ConjurationSpellTool_CancelHoldConjuring) == 0x000004, "Wrong size on ConjurationSpellTool_CancelHoldConjuring"); \ static_assert(offsetof(ConjurationSpellTool_CancelHoldConjuring, TimeRatio) == 0x000000, "Member 'ConjurationSpellTool_CancelHoldConjuring::TimeRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationSpellTool_GetItemList \ static_assert(alignof(ConjurationSpellTool_GetItemList) == 0x000008, "Wrong alignment on ConjurationSpellTool_GetItemList"); \ static_assert(sizeof(ConjurationSpellTool_GetItemList) == 0x000010, "Wrong size on ConjurationSpellTool_GetItemList"); \ static_assert(offsetof(ConjurationSpellTool_GetItemList, ReturnValue) == 0x000000, "Member 'ConjurationSpellTool_GetItemList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationSpellTool_GetSubCategories \ static_assert(alignof(ConjurationSpellTool_GetSubCategories) == 0x000008, "Wrong alignment on ConjurationSpellTool_GetSubCategories"); \ static_assert(sizeof(ConjurationSpellTool_GetSubCategories) == 0x000018, "Wrong size on ConjurationSpellTool_GetSubCategories"); \ static_assert(offsetof(ConjurationSpellTool_GetSubCategories, CategoryName) == 0x000000, "Member 'ConjurationSpellTool_GetSubCategories::CategoryName' has a wrong offset!"); \ static_assert(offsetof(ConjurationSpellTool_GetSubCategories, ReturnValue) == 0x000008, "Member 'ConjurationSpellTool_GetSubCategories::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationSpellTool_SetCategory \ static_assert(alignof(ConjurationSpellTool_SetCategory) == 0x000004, "Wrong alignment on ConjurationSpellTool_SetCategory"); \ static_assert(sizeof(ConjurationSpellTool_SetCategory) == 0x000008, "Wrong size on ConjurationSpellTool_SetCategory"); \ static_assert(offsetof(ConjurationSpellTool_SetCategory, categoryId) == 0x000000, "Member 'ConjurationSpellTool_SetCategory::categoryId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationSpellTool_ShowItemPreview \ static_assert(alignof(ConjurationSpellTool_ShowItemPreview) == 0x000004, "Wrong alignment on ConjurationSpellTool_ShowItemPreview"); \ static_assert(sizeof(ConjurationSpellTool_ShowItemPreview) == 0x000010, "Wrong size on ConjurationSpellTool_ShowItemPreview"); \ static_assert(offsetof(ConjurationSpellTool_ShowItemPreview, InItemID) == 0x000000, "Member 'ConjurationSpellTool_ShowItemPreview::InItemID' has a wrong offset!"); \ static_assert(offsetof(ConjurationSpellTool_ShowItemPreview, InColorID) == 0x000008, "Member 'ConjurationSpellTool_ShowItemPreview::InColorID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationSpellTool_UpdateHoldConjuring \ static_assert(alignof(ConjurationSpellTool_UpdateHoldConjuring) == 0x000004, "Wrong alignment on ConjurationSpellTool_UpdateHoldConjuring"); \ static_assert(sizeof(ConjurationSpellTool_UpdateHoldConjuring) == 0x000004, "Wrong size on ConjurationSpellTool_UpdateHoldConjuring"); \ static_assert(offsetof(ConjurationSpellTool_UpdateHoldConjuring, TimeRatio) == 0x000000, "Member 'ConjurationSpellTool_UpdateHoldConjuring::TimeRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationSpellTool_CanUndoLastItem \ static_assert(alignof(ConjurationSpellTool_CanUndoLastItem) == 0x000001, "Wrong alignment on ConjurationSpellTool_CanUndoLastItem"); \ static_assert(sizeof(ConjurationSpellTool_CanUndoLastItem) == 0x000001, "Wrong size on ConjurationSpellTool_CanUndoLastItem"); \ static_assert(offsetof(ConjurationSpellTool_CanUndoLastItem, ReturnValue) == 0x000000, "Member 'ConjurationSpellTool_CanUndoLastItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationSpellTool_GetCategoryTextKey \ static_assert(alignof(ConjurationSpellTool_GetCategoryTextKey) == 0x000008, "Wrong alignment on ConjurationSpellTool_GetCategoryTextKey"); \ static_assert(sizeof(ConjurationSpellTool_GetCategoryTextKey) == 0x000010, "Wrong size on ConjurationSpellTool_GetCategoryTextKey"); \ static_assert(offsetof(ConjurationSpellTool_GetCategoryTextKey, ReturnValue) == 0x000000, "Member 'ConjurationSpellTool_GetCategoryTextKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationSpellTool_GetCurrentCategory \ static_assert(alignof(ConjurationSpellTool_GetCurrentCategory) == 0x000004, "Wrong alignment on ConjurationSpellTool_GetCurrentCategory"); \ static_assert(sizeof(ConjurationSpellTool_GetCurrentCategory) == 0x000008, "Wrong size on ConjurationSpellTool_GetCurrentCategory"); \ static_assert(offsetof(ConjurationSpellTool_GetCurrentCategory, ReturnValue) == 0x000000, "Member 'ConjurationSpellTool_GetCurrentCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationSpellTool_GetItemData \ static_assert(alignof(ConjurationSpellTool_GetItemData) == 0x000008, "Wrong alignment on ConjurationSpellTool_GetItemData"); \ static_assert(sizeof(ConjurationSpellTool_GetItemData) == 0x000078, "Wrong size on ConjurationSpellTool_GetItemData"); \ static_assert(offsetof(ConjurationSpellTool_GetItemData, ItemOrCategoryName) == 0x000000, "Member 'ConjurationSpellTool_GetItemData::ItemOrCategoryName' has a wrong offset!"); \ static_assert(offsetof(ConjurationSpellTool_GetItemData, ReturnValue) == 0x000008, "Member 'ConjurationSpellTool_GetItemData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AConjurationSpellTool \ static_assert(alignof(AConjurationSpellTool) == 0x000010, "Wrong alignment on AConjurationSpellTool"); \ static_assert(sizeof(AConjurationSpellTool) == 0x000B70, "Wrong size on AConjurationSpellTool"); \ static_assert(offsetof(AConjurationSpellTool, SelectedCategory) == 0x000AB0, "Member 'AConjurationSpellTool::SelectedCategory' has a wrong offset!"); \ static_assert(offsetof(AConjurationSpellTool, SelectedSubcategory) == 0x000AB4, "Member 'AConjurationSpellTool::SelectedSubcategory' has a wrong offset!"); \ static_assert(offsetof(AConjurationSpellTool, SelectedIcon) == 0x000AB8, "Member 'AConjurationSpellTool::SelectedIcon' has a wrong offset!"); \ static_assert(offsetof(AConjurationSpellTool, CurrentItemID) == 0x000ABC, "Member 'AConjurationSpellTool::CurrentItemID' has a wrong offset!"); \ static_assert(offsetof(AConjurationSpellTool, LastConjuredItems) == 0x000B00, "Member 'AConjurationSpellTool::LastConjuredItems' has a wrong offset!"); \ static_assert(offsetof(AConjurationSpellTool, MovementThresholdToSpawnNextPreview) == 0x000B38, "Member 'AConjurationSpellTool::MovementThresholdToSpawnNextPreview' has a wrong offset!"); \ static_assert(offsetof(AConjurationSpellTool, AngleThresholdToSpawnNextPreview) == 0x000B3C, "Member 'AConjurationSpellTool::AngleThresholdToSpawnNextPreview' has a wrong offset!"); \ static_assert(offsetof(AConjurationSpellTool, MinConjurationDuration) == 0x000B40, "Member 'AConjurationSpellTool::MinConjurationDuration' has a wrong offset!"); \ static_assert(offsetof(AConjurationSpellTool, MaxConjurationDuration) == 0x000B44, "Member 'AConjurationSpellTool::MaxConjurationDuration' has a wrong offset!"); \ static_assert(offsetof(AConjurationSpellTool, MaxNumItemsForConjurationDurationMax) == 0x000B48, "Member 'AConjurationSpellTool::MaxNumItemsForConjurationDurationMax' has a wrong offset!"); \ static_assert(offsetof(AConjurationSpellTool, bUseDefaultVanishmentForSingleObjectUndo) == 0x000B4C, "Member 'AConjurationSpellTool::bUseDefaultVanishmentForSingleObjectUndo' has a wrong offset!"); \ static_assert(offsetof(AConjurationSpellTool, UndoPreviewActorClass) == 0x000B50, "Member 'AConjurationSpellTool::UndoPreviewActorClass' has a wrong offset!"); \ static_assert(offsetof(AConjurationSpellTool, MinSecondsBetweenUndoVanishments) == 0x000B58, "Member 'AConjurationSpellTool::MinSecondsBetweenUndoVanishments' has a wrong offset!"); \ static_assert(offsetof(AConjurationSpellTool, TransformationStyles) == 0x000B60, "Member 'AConjurationSpellTool::TransformationStyles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSuperSlamScratchpad \ static_assert(alignof(UAblSuperSlamScratchpad) == 0x000010, "Wrong alignment on UAblSuperSlamScratchpad"); \ static_assert(sizeof(UAblSuperSlamScratchpad) == 0x000130, "Wrong size on UAblSuperSlamScratchpad"); \ static_assert(offsetof(UAblSuperSlamScratchpad, PhysicsConstraintActor) == 0x000110, "Member 'UAblSuperSlamScratchpad::PhysicsConstraintActor' has a wrong offset!"); \ static_assert(offsetof(UAblSuperSlamScratchpad, SkeletalMeshComp) == 0x000118, "Member 'UAblSuperSlamScratchpad::SkeletalMeshComp' has a wrong offset!"); \ static_assert(offsetof(UAblSuperSlamScratchpad, RagdollControlComp) == 0x000120, "Member 'UAblSuperSlamScratchpad::RagdollControlComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_TurnMoveStop \ static_assert(alignof(UAblAnimationTagChooser_TurnMoveStop) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_TurnMoveStop"); \ static_assert(sizeof(UAblAnimationTagChooser_TurnMoveStop) == 0x000088, "Wrong size on UAblAnimationTagChooser_TurnMoveStop"); \ static_assert(offsetof(UAblAnimationTagChooser_TurnMoveStop, FootPositionWeight) == 0x000050, "Member 'UAblAnimationTagChooser_TurnMoveStop::FootPositionWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_TurnMoveStop, FootVelocityWeight) == 0x00005C, "Member 'UAblAnimationTagChooser_TurnMoveStop::FootVelocityWeight' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_TurnMoveStop, StickFlickTime) == 0x000068, "Member 'UAblAnimationTagChooser_TurnMoveStop::StickFlickTime' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_TurnMoveStop, ShortStopTime) == 0x00006C, "Member 'UAblAnimationTagChooser_TurnMoveStop::ShortStopTime' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_TurnMoveStop, ShuffleStepInterpTime) == 0x000070, "Member 'UAblAnimationTagChooser_TurnMoveStop::ShuffleStepInterpTime' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_TurnMoveStop, PivotStopTime) == 0x000074, "Member 'UAblAnimationTagChooser_TurnMoveStop::PivotStopTime' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_TurnMoveStop, StartStopTime) == 0x000078, "Member 'UAblAnimationTagChooser_TurnMoveStop::StartStopTime' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_TurnMoveStop, NoRootStopTime) == 0x00007C, "Member 'UAblAnimationTagChooser_TurnMoveStop::NoRootStopTime' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_TurnMoveStop, bEnableFwdStart2Stop) == 0x000080, "Member 'UAblAnimationTagChooser_TurnMoveStop::bEnableFwdStart2Stop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionRPGTag \ static_assert(alignof(UAblBranchConditionRPGTag) == 0x000008, "Wrong alignment on UAblBranchConditionRPGTag"); \ static_assert(sizeof(UAblBranchConditionRPGTag) == 0x000038, "Wrong size on UAblBranchConditionRPGTag"); \ static_assert(offsetof(UAblBranchConditionRPGTag, RPGTag) == 0x000028, "Member 'UAblBranchConditionRPGTag::RPGTag' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionRPGTag, bInverse) == 0x000030, "Member 'UAblBranchConditionRPGTag::bInverse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_WandCast \ static_assert(alignof(UAblAnimationTagChooser_WandCast) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_WandCast"); \ static_assert(sizeof(UAblAnimationTagChooser_WandCast) == 0x000080, "Wrong size on UAblAnimationTagChooser_WandCast"); \ static_assert(offsetof(UAblAnimationTagChooser_WandCast, TooCloseToEnemyTag) == 0x000050, "Member 'UAblAnimationTagChooser_WandCast::TooCloseToEnemyTag' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_WandCast, SpinMoveBlendTime) == 0x000070, "Member 'UAblAnimationTagChooser_WandCast::SpinMoveBlendTime' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_WandCast, MeleeMoveBlendTime) == 0x000074, "Member 'UAblAnimationTagChooser_WandCast::MeleeMoveBlendTime' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_WandCast, WandCastCommand) == 0x000078, "Member 'UAblAnimationTagChooser_WandCast::WandCastCommand' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_WandCast, bSampleYawRemainingFromCurve) == 0x000079, "Member 'UAblAnimationTagChooser_WandCast::bSampleYawRemainingFromCurve' has a wrong offset!"); \ static_assert(offsetof(UAblAnimationTagChooser_WandCast, YawRemainingSampleEndTime) == 0x00007C, "Member 'UAblAnimationTagChooser_WandCast::YawRemainingSampleEndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_LockOn_LOS \ static_assert(alignof(UCogGroupEvaluation_LockOn_LOS) == 0x000008, "Wrong alignment on UCogGroupEvaluation_LockOn_LOS"); \ static_assert(sizeof(UCogGroupEvaluation_LockOn_LOS) == 0x000030, "Wrong size on UCogGroupEvaluation_LockOn_LOS"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_Wave \ static_assert(alignof(UAblAnimationTagChooser_Wave) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_Wave"); \ static_assert(sizeof(UAblAnimationTagChooser_Wave) == 0x000050, "Wrong size on UAblAnimationTagChooser_Wave"); \ #define DUMPER7_ASSERTS_AFlyingKeyCabinet \ static_assert(alignof(AFlyingKeyCabinet) == 0x000008, "Wrong alignment on AFlyingKeyCabinet"); \ static_assert(sizeof(AFlyingKeyCabinet) == 0x000248, "Wrong size on AFlyingKeyCabinet"); \ #define DUMPER7_ASSERTS_UAblCreatureNavLinkCondition \ static_assert(alignof(UAblCreatureNavLinkCondition) == 0x000008, "Wrong alignment on UAblCreatureNavLinkCondition"); \ static_assert(sizeof(UAblCreatureNavLinkCondition) == 0x000038, "Wrong size on UAblCreatureNavLinkCondition"); \ static_assert(offsetof(UAblCreatureNavLinkCondition, LinkType) == 0x000030, "Member 'UAblCreatureNavLinkCondition::LinkType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_SetGaitSpeed \ static_assert(alignof(UBTTask_Creature_SetGaitSpeed) == 0x000008, "Wrong alignment on UBTTask_Creature_SetGaitSpeed"); \ static_assert(sizeof(UBTTask_Creature_SetGaitSpeed) == 0x000078, "Wrong size on UBTTask_Creature_SetGaitSpeed"); \ static_assert(offsetof(UBTTask_Creature_SetGaitSpeed, bSetGait) == 0x000070, "Member 'UBTTask_Creature_SetGaitSpeed::bSetGait' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_SetGaitSpeed, Gait) == 0x000071, "Member 'UBTTask_Creature_SetGaitSpeed::Gait' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_SetGaitSpeed, bSetPathEndMode) == 0x000072, "Member 'UBTTask_Creature_SetGaitSpeed::bSetPathEndMode' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_SetGaitSpeed, PathEndMode) == 0x000073, "Member 'UBTTask_Creature_SetGaitSpeed::PathEndMode' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_SetGaitSpeed, bSetStoppingMode) == 0x000074, "Member 'UBTTask_Creature_SetGaitSpeed::bSetStoppingMode' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_SetGaitSpeed, StoppingMode) == 0x000075, "Member 'UBTTask_Creature_SetGaitSpeed::StoppingMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimationTagChooser_WeaponVariant \ static_assert(alignof(UAblAnimationTagChooser_WeaponVariant) == 0x000008, "Wrong alignment on UAblAnimationTagChooser_WeaponVariant"); \ static_assert(sizeof(UAblAnimationTagChooser_WeaponVariant) == 0x000050, "Wrong size on UAblAnimationTagChooser_WeaponVariant"); \ #define DUMPER7_ASSERTS_UAblSuperSlamTask \ static_assert(alignof(UAblSuperSlamTask) == 0x000008, "Wrong alignment on UAblSuperSlamTask"); \ static_assert(sizeof(UAblSuperSlamTask) == 0x000090, "Wrong size on UAblSuperSlamTask"); \ static_assert(offsetof(UAblSuperSlamTask, Curves) == 0x000070, "Member 'UAblSuperSlamTask::Curves' has a wrong offset!"); \ static_assert(offsetof(UAblSuperSlamTask, HitFx) == 0x000080, "Member 'UAblSuperSlamTask::HitFx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablAnimDoneTaskScratchPad \ static_assert(alignof(UablAnimDoneTaskScratchPad) == 0x000008, "Wrong alignment on UablAnimDoneTaskScratchPad"); \ static_assert(sizeof(UablAnimDoneTaskScratchPad) == 0x000030, "Wrong size on UablAnimDoneTaskScratchPad"); \ static_assert(offsetof(UablAnimDoneTaskScratchPad, ElapsedTime) == 0x000028, "Member 'UablAnimDoneTaskScratchPad::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionVelocityScratchpad \ static_assert(alignof(UAblBranchConditionVelocityScratchpad) == 0x000008, "Wrong alignment on UAblBranchConditionVelocityScratchpad"); \ static_assert(sizeof(UAblBranchConditionVelocityScratchpad) == 0x000030, "Wrong size on UAblBranchConditionVelocityScratchpad"); \ #define DUMPER7_ASSERTS_UBTService_CameraInput \ static_assert(alignof(UBTService_CameraInput) == 0x000008, "Wrong alignment on UBTService_CameraInput"); \ static_assert(sizeof(UBTService_CameraInput) == 0x0001C0, "Wrong size on UBTService_CameraInput"); \ static_assert(offsetof(UBTService_CameraInput, LookingKey) == 0x000078, "Member 'UBTService_CameraInput::LookingKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraInput, TargetingKey) == 0x0000A8, "Member 'UBTService_CameraInput::TargetingKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraInput, ResettingKey) == 0x0000D8, "Member 'UBTService_CameraInput::ResettingKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraInput, LastInputKey) == 0x000108, "Member 'UBTService_CameraInput::LastInputKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraInput, LastInputTypes) == 0x000130, "Member 'UBTService_CameraInput::LastInputTypes' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraInput, TransfigIsContextSetKey) == 0x000188, "Member 'UBTService_CameraInput::TransfigIsContextSetKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraInput, TransfigIsContextSetType) == 0x0001B0, "Member 'UBTService_CameraInput::TransfigIsContextSetType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablAnimDoneTask \ static_assert(alignof(UablAnimDoneTask) == 0x000008, "Wrong alignment on UablAnimDoneTask"); \ static_assert(sizeof(UablAnimDoneTask) == 0x000078, "Wrong size on UablAnimDoneTask"); \ static_assert(offsetof(UablAnimDoneTask, State) == 0x000070, "Member 'UablAnimDoneTask::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRulePlayerGameLogic \ static_assert(alignof(UWorldFXRulePlayerGameLogic) == 0x000008, "Wrong alignment on UWorldFXRulePlayerGameLogic"); \ static_assert(sizeof(UWorldFXRulePlayerGameLogic) == 0x000028, "Wrong size on UWorldFXRulePlayerGameLogic"); \ #define DUMPER7_ASSERTS_UWorldFXRulePlayerResult \ static_assert(alignof(UWorldFXRulePlayerResult) == 0x000008, "Wrong alignment on UWorldFXRulePlayerResult"); \ static_assert(sizeof(UWorldFXRulePlayerResult) == 0x000030, "Wrong size on UWorldFXRulePlayerResult"); \ static_assert(offsetof(UWorldFXRulePlayerResult, PlayerResult) == 0x000028, "Member 'UWorldFXRulePlayerResult::PlayerResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablAnimEndCallback_Enemy \ static_assert(alignof(UablAnimEndCallback_Enemy) == 0x000008, "Wrong alignment on UablAnimEndCallback_Enemy"); \ static_assert(sizeof(UablAnimEndCallback_Enemy) == 0x000028, "Wrong size on UablAnimEndCallback_Enemy"); \ #define DUMPER7_ASSERTS_USceneAction_AnimateLightColorIntensity \ static_assert(alignof(USceneAction_AnimateLightColorIntensity) == 0x000008, "Wrong alignment on USceneAction_AnimateLightColorIntensity"); \ static_assert(sizeof(USceneAction_AnimateLightColorIntensity) == 0x0000A8, "Wrong size on USceneAction_AnimateLightColorIntensity"); \ static_assert(offsetof(USceneAction_AnimateLightColorIntensity, bRestoreLights) == 0x0000A0, "Member 'USceneAction_AnimateLightColorIntensity::bRestoreLights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_AnimateLightColorAndIntensity \ static_assert(alignof(USceneAction_AnimateLightColorAndIntensity) == 0x000008, "Wrong alignment on USceneAction_AnimateLightColorAndIntensity"); \ static_assert(sizeof(USceneAction_AnimateLightColorAndIntensity) == 0x000340, "Wrong size on USceneAction_AnimateLightColorAndIntensity"); \ static_assert(offsetof(USceneAction_AnimateLightColorAndIntensity, Color) == 0x0000A8, "Member 'USceneAction_AnimateLightColorAndIntensity::Color' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AnimateLightColorAndIntensity, Intensity) == 0x0002B0, "Member 'USceneAction_AnimateLightColorAndIntensity::Intensity' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AnimateLightColorAndIntensity, ColorBlend) == 0x000338, "Member 'USceneAction_AnimateLightColorAndIntensity::ColorBlend' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AnimateLightColorAndIntensity, IntensityBlend) == 0x000339, "Member 'USceneAction_AnimateLightColorAndIntensity::IntensityBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNoMovementBranchTaskScratchpad \ static_assert(alignof(UAblNoMovementBranchTaskScratchpad) == 0x000008, "Wrong alignment on UAblNoMovementBranchTaskScratchpad"); \ static_assert(sizeof(UAblNoMovementBranchTaskScratchpad) == 0x000060, "Wrong size on UAblNoMovementBranchTaskScratchpad"); \ #define DUMPER7_ASSERTS_UablAnimEventTaskScratchPad \ static_assert(alignof(UablAnimEventTaskScratchPad) == 0x000008, "Wrong alignment on UablAnimEventTaskScratchPad"); \ static_assert(sizeof(UablAnimEventTaskScratchPad) == 0x000040, "Wrong size on UablAnimEventTaskScratchPad"); \ static_assert(offsetof(UablAnimEventTaskScratchPad, TaskConditionScratchpads) == 0x000028, "Member 'UablAnimEventTaskScratchPad::TaskConditionScratchpads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSuspendEnemies \ static_assert(alignof(UAblSuspendEnemies) == 0x000008, "Wrong alignment on UAblSuspendEnemies"); \ static_assert(sizeof(UAblSuspendEnemies) == 0x000078, "Wrong size on UAblSuspendEnemies"); \ static_assert(offsetof(UAblSuspendEnemies, bDisableSuspendHideForCombatPlants) == 0x000070, "Member 'UAblSuspendEnemies::bDisableSuspendHideForCombatPlants' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablAnimEventTask \ static_assert(alignof(UablAnimEventTask) == 0x000008, "Wrong alignment on UablAnimEventTask"); \ static_assert(sizeof(UablAnimEventTask) == 0x000090, "Wrong size on UablAnimEventTask"); \ static_assert(offsetof(UablAnimEventTask, Event) == 0x000070, "Member 'UablAnimEventTask::Event' has a wrong offset!"); \ static_assert(offsetof(UablAnimEventTask, EndEvent) == 0x000071, "Member 'UablAnimEventTask::EndEvent' has a wrong offset!"); \ static_assert(offsetof(UablAnimEventTask, MinIntervalSeconds) == 0x000074, "Member 'UablAnimEventTask::MinIntervalSeconds' has a wrong offset!"); \ static_assert(offsetof(UablAnimEventTask, Conditions) == 0x000078, "Member 'UablAnimEventTask::Conditions' has a wrong offset!"); \ static_assert(offsetof(UablAnimEventTask, bMustPassAllConditions) == 0x000088, "Member 'UablAnimEventTask::bMustPassAllConditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_EmissiveAdaptationExtrasSingleBase \ static_assert(alignof(USceneAction_EmissiveAdaptationExtrasSingleBase) == 0x000008, "Wrong alignment on USceneAction_EmissiveAdaptationExtrasSingleBase"); \ static_assert(sizeof(USceneAction_EmissiveAdaptationExtrasSingleBase) == 0x0000D8, "Wrong size on USceneAction_EmissiveAdaptationExtrasSingleBase"); \ #define DUMPER7_ASSERTS_UablBranchCreatureIsMountCondition \ static_assert(alignof(UablBranchCreatureIsMountCondition) == 0x000008, "Wrong alignment on UablBranchCreatureIsMountCondition"); \ static_assert(sizeof(UablBranchCreatureIsMountCondition) == 0x000030, "Wrong size on UablBranchCreatureIsMountCondition"); \ #define DUMPER7_ASSERTS_UAblAnimRateGetter_Flight \ static_assert(alignof(UAblAnimRateGetter_Flight) == 0x000008, "Wrong alignment on UAblAnimRateGetter_Flight"); \ static_assert(sizeof(UAblAnimRateGetter_Flight) == 0x000028, "Wrong size on UAblAnimRateGetter_Flight"); \ #define DUMPER7_ASSERTS_UCogGroupPerceiverPoint_GamepadMouseHybrid \ static_assert(alignof(UCogGroupPerceiverPoint_GamepadMouseHybrid) == 0x000008, "Wrong alignment on UCogGroupPerceiverPoint_GamepadMouseHybrid"); \ static_assert(sizeof(UCogGroupPerceiverPoint_GamepadMouseHybrid) == 0x000028, "Wrong size on UCogGroupPerceiverPoint_GamepadMouseHybrid"); \ #define DUMPER7_ASSERTS_UAblAnimRateGetter_IdleTurnInPlace \ static_assert(alignof(UAblAnimRateGetter_IdleTurnInPlace) == 0x000008, "Wrong alignment on UAblAnimRateGetter_IdleTurnInPlace"); \ static_assert(sizeof(UAblAnimRateGetter_IdleTurnInPlace) == 0x000028, "Wrong size on UAblAnimRateGetter_IdleTurnInPlace"); \ #define DUMPER7_ASSERTS_UFoliageRemoverBoundsComponent \ static_assert(alignof(UFoliageRemoverBoundsComponent) == 0x000010, "Wrong alignment on UFoliageRemoverBoundsComponent"); \ static_assert(sizeof(UFoliageRemoverBoundsComponent) == 0x0004B0, "Wrong size on UFoliageRemoverBoundsComponent"); \ static_assert(offsetof(UFoliageRemoverBoundsComponent, CanBeActivated) == 0x0004A8, "Member 'UFoliageRemoverBoundsComponent::CanBeActivated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionFlightIsGliding \ static_assert(alignof(UAblBranchConditionFlightIsGliding) == 0x000008, "Wrong alignment on UAblBranchConditionFlightIsGliding"); \ static_assert(sizeof(UAblBranchConditionFlightIsGliding) == 0x000030, "Wrong size on UAblBranchConditionFlightIsGliding"); \ #define DUMPER7_ASSERTS_USceneActionState_PostProcessing \ static_assert(alignof(USceneActionState_PostProcessing) == 0x000010, "Wrong alignment on USceneActionState_PostProcessing"); \ static_assert(sizeof(USceneActionState_PostProcessing) == 0x000660, "Wrong size on USceneActionState_PostProcessing"); \ static_assert(offsetof(USceneActionState_PostProcessing, PostProcessSettings) == 0x000060, "Member 'USceneActionState_PostProcessing::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_PostProcessing, CurrentBlend) == 0x000650, "Member 'USceneActionState_PostProcessing::CurrentBlend' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_PostProcessing, InsertedPriority) == 0x000654, "Member 'USceneActionState_PostProcessing::InsertedPriority' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_PostProcessing, bInserted) == 0x000658, "Member 'USceneActionState_PostProcessing::bInserted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimRateGetter_MoveFwdLoop \ static_assert(alignof(UAblAnimRateGetter_MoveFwdLoop) == 0x000008, "Wrong alignment on UAblAnimRateGetter_MoveFwdLoop"); \ static_assert(sizeof(UAblAnimRateGetter_MoveFwdLoop) == 0x000028, "Wrong size on UAblAnimRateGetter_MoveFwdLoop"); \ #define DUMPER7_ASSERTS_AblTaskConditionScratchpad_DamageOverTime_OnDoT_End \ static_assert(alignof(AblTaskConditionScratchpad_DamageOverTime_OnDoT_End) == 0x000008, "Wrong alignment on AblTaskConditionScratchpad_DamageOverTime_OnDoT_End"); \ static_assert(sizeof(AblTaskConditionScratchpad_DamageOverTime_OnDoT_End) == 0x000008, "Wrong size on AblTaskConditionScratchpad_DamageOverTime_OnDoT_End"); \ static_assert(offsetof(AblTaskConditionScratchpad_DamageOverTime_OnDoT_End, ActorComp) == 0x000000, "Member 'AblTaskConditionScratchpad_DamageOverTime_OnDoT_End::ActorComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTaskConditionScratchpad_DamageOverTime \ static_assert(alignof(UAblTaskConditionScratchpad_DamageOverTime) == 0x000008, "Wrong alignment on UAblTaskConditionScratchpad_DamageOverTime"); \ static_assert(sizeof(UAblTaskConditionScratchpad_DamageOverTime) == 0x000040, "Wrong size on UAblTaskConditionScratchpad_DamageOverTime"); \ #define DUMPER7_ASSERTS_UAblAnimRateGetter_OpenDoor \ static_assert(alignof(UAblAnimRateGetter_OpenDoor) == 0x000008, "Wrong alignment on UAblAnimRateGetter_OpenDoor"); \ static_assert(sizeof(UAblAnimRateGetter_OpenDoor) == 0x000030, "Wrong size on UAblAnimRateGetter_OpenDoor"); \ static_assert(offsetof(UAblAnimRateGetter_OpenDoor, MinPlayRate) == 0x000028, "Member 'UAblAnimRateGetter_OpenDoor::MinPlayRate' has a wrong offset!"); \ static_assert(offsetof(UAblAnimRateGetter_OpenDoor, MaxPlayRate) == 0x00002C, "Member 'UAblAnimRateGetter_OpenDoor::MaxPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchCreatureStance \ static_assert(alignof(UAblBranchCreatureStance) == 0x000008, "Wrong alignment on UAblBranchCreatureStance"); \ static_assert(sizeof(UAblBranchCreatureStance) == 0x000048, "Wrong size on UAblBranchCreatureStance"); \ static_assert(offsetof(UAblBranchCreatureStance, bUseCurrentStance) == 0x000030, "Member 'UAblBranchCreatureStance::bUseCurrentStance' has a wrong offset!"); \ static_assert(offsetof(UAblBranchCreatureStance, CreatureStances) == 0x000038, "Member 'UAblBranchCreatureStance::CreatureStances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_RandomizeForageBehaviorLoops \ static_assert(alignof(UBTTask_Creature_RandomizeForageBehaviorLoops) == 0x000008, "Wrong alignment on UBTTask_Creature_RandomizeForageBehaviorLoops"); \ static_assert(sizeof(UBTTask_Creature_RandomizeForageBehaviorLoops) == 0x000070, "Wrong size on UBTTask_Creature_RandomizeForageBehaviorLoops"); \ #define DUMPER7_ASSERTS_USceneAction_PlayerReset \ static_assert(alignof(USceneAction_PlayerReset) == 0x000008, "Wrong alignment on USceneAction_PlayerReset"); \ static_assert(sizeof(USceneAction_PlayerReset) == 0x0000A0, "Wrong size on USceneAction_PlayerReset"); \ static_assert(offsetof(USceneAction_PlayerReset, TeleportTransform) == 0x000088, "Member 'USceneAction_PlayerReset::TeleportTransform' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayerReset, CameraResetType) == 0x000090, "Member 'USceneAction_PlayerReset::CameraResetType' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayerReset, CameraResetLookAtLocation) == 0x000098, "Member 'USceneAction_PlayerReset::CameraResetLookAtLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimRateGetter_Protego \ static_assert(alignof(UAblAnimRateGetter_Protego) == 0x000008, "Wrong alignment on UAblAnimRateGetter_Protego"); \ static_assert(sizeof(UAblAnimRateGetter_Protego) == 0x000030, "Wrong size on UAblAnimRateGetter_Protego"); \ static_assert(offsetof(UAblAnimRateGetter_Protego, ImpactFrame) == 0x000028, "Member 'UAblAnimRateGetter_Protego::ImpactFrame' has a wrong offset!"); \ static_assert(offsetof(UAblAnimRateGetter_Protego, MaxMultiplier) == 0x00002C, "Member 'UAblAnimRateGetter_Protego::MaxMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAnimRateGetter_RagdollBehavior \ static_assert(alignof(UAblAnimRateGetter_RagdollBehavior) == 0x000008, "Wrong alignment on UAblAnimRateGetter_RagdollBehavior"); \ static_assert(sizeof(UAblAnimRateGetter_RagdollBehavior) == 0x000028, "Wrong size on UAblAnimRateGetter_RagdollBehavior"); \ #define DUMPER7_ASSERTS_UAblBranchCreatureContinueInteraction \ static_assert(alignof(UAblBranchCreatureContinueInteraction) == 0x000008, "Wrong alignment on UAblBranchCreatureContinueInteraction"); \ static_assert(sizeof(UAblBranchCreatureContinueInteraction) == 0x000030, "Wrong size on UAblBranchCreatureContinueInteraction"); \ #define DUMPER7_ASSERTS_UAblAnimRateGetter_SpeedAdjust \ static_assert(alignof(UAblAnimRateGetter_SpeedAdjust) == 0x000008, "Wrong alignment on UAblAnimRateGetter_SpeedAdjust"); \ static_assert(sizeof(UAblAnimRateGetter_SpeedAdjust) == 0x000040, "Wrong size on UAblAnimRateGetter_SpeedAdjust"); \ static_assert(offsetof(UAblAnimRateGetter_SpeedAdjust, AngleRange) == 0x000028, "Member 'UAblAnimRateGetter_SpeedAdjust::AngleRange' has a wrong offset!"); \ static_assert(offsetof(UAblAnimRateGetter_SpeedAdjust, AnimRateRange) == 0x000030, "Member 'UAblAnimRateGetter_SpeedAdjust::AnimRateRange' has a wrong offset!"); \ static_assert(offsetof(UAblAnimRateGetter_SpeedAdjust, StairsJogMultiplier) == 0x000038, "Member 'UAblAnimRateGetter_SpeedAdjust::StairsJogMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupFocusDirection_CameraWithPitchOffset \ static_assert(alignof(UCogGroupFocusDirection_CameraWithPitchOffset) == 0x000008, "Wrong alignment on UCogGroupFocusDirection_CameraWithPitchOffset"); \ static_assert(sizeof(UCogGroupFocusDirection_CameraWithPitchOffset) == 0x000028, "Wrong size on UCogGroupFocusDirection_CameraWithPitchOffset"); \ #define DUMPER7_ASSERTS_UablPhysicalBodyBlendTaskScratchPad \ static_assert(alignof(UablPhysicalBodyBlendTaskScratchPad) == 0x000008, "Wrong alignment on UablPhysicalBodyBlendTaskScratchPad"); \ static_assert(sizeof(UablPhysicalBodyBlendTaskScratchPad) == 0x000030, "Wrong size on UablPhysicalBodyBlendTaskScratchPad"); \ #define DUMPER7_ASSERTS_UAblAnimRateGetter_Strafe \ static_assert(alignof(UAblAnimRateGetter_Strafe) == 0x000008, "Wrong alignment on UAblAnimRateGetter_Strafe"); \ static_assert(sizeof(UAblAnimRateGetter_Strafe) == 0x000028, "Wrong size on UAblAnimRateGetter_Strafe"); \ #define DUMPER7_ASSERTS_UAblAnimRateGetter_WandCast \ static_assert(alignof(UAblAnimRateGetter_WandCast) == 0x000008, "Wrong alignment on UAblAnimRateGetter_WandCast"); \ static_assert(sizeof(UAblAnimRateGetter_WandCast) == 0x000030, "Wrong size on UAblAnimRateGetter_WandCast"); \ static_assert(offsetof(UAblAnimRateGetter_WandCast, FireWandFrame) == 0x000028, "Member 'UAblAnimRateGetter_WandCast::FireWandFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_QBUpdateData \ static_assert(alignof(UEnemy_QBUpdateData) == 0x000008, "Wrong alignment on UEnemy_QBUpdateData"); \ static_assert(sizeof(UEnemy_QBUpdateData) == 0x000030, "Wrong size on UEnemy_QBUpdateData"); \ #define DUMPER7_ASSERTS_UEnemy_Close_QBUpdateData \ static_assert(alignof(UEnemy_Close_QBUpdateData) == 0x000008, "Wrong alignment on UEnemy_Close_QBUpdateData"); \ static_assert(sizeof(UEnemy_Close_QBUpdateData) == 0x000040, "Wrong size on UEnemy_Close_QBUpdateData"); \ static_assert(offsetof(UEnemy_Close_QBUpdateData, StartDistance) == 0x000030, "Member 'UEnemy_Close_QBUpdateData::StartDistance' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Close_QBUpdateData, EndDistance) == 0x000034, "Member 'UEnemy_Close_QBUpdateData::EndDistance' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Close_QBUpdateData, bStopWhenEnding) == 0x000038, "Member 'UEnemy_Close_QBUpdateData::bStopWhenEnding' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Close_QBUpdateData, bOutCanCloseIfInRange) == 0x000039, "Member 'UEnemy_Close_QBUpdateData::bOutCanCloseIfInRange' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Close_QBUpdateData, Timeout) == 0x00003C, "Member 'UEnemy_Close_QBUpdateData::Timeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPhysicalReactionCOMVelocityTask \ static_assert(alignof(UAblPhysicalReactionCOMVelocityTask) == 0x000008, "Wrong alignment on UAblPhysicalReactionCOMVelocityTask"); \ static_assert(sizeof(UAblPhysicalReactionCOMVelocityTask) == 0x000080, "Wrong size on UAblPhysicalReactionCOMVelocityTask"); \ static_assert(offsetof(UAblPhysicalReactionCOMVelocityTask, VelocitySource) == 0x000070, "Member 'UAblPhysicalReactionCOMVelocityTask::VelocitySource' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalReactionCOMVelocityTask, Magnitude) == 0x000074, "Member 'UAblPhysicalReactionCOMVelocityTask::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalReactionCOMVelocityTask, Angle) == 0x000078, "Member 'UAblPhysicalReactionCOMVelocityTask::Angle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablAnimStateTask \ static_assert(alignof(UablAnimStateTask) == 0x000008, "Wrong alignment on UablAnimStateTask"); \ static_assert(sizeof(UablAnimStateTask) == 0x000078, "Wrong size on UablAnimStateTask"); \ static_assert(offsetof(UablAnimStateTask, State) == 0x000070, "Member 'UablAnimStateTask::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDSIntentManager_HandleNavigationPathUpdated \ static_assert(alignof(UDSIntentManager_HandleNavigationPathUpdated) == 0x000008, "Wrong alignment on UDSIntentManager_HandleNavigationPathUpdated"); \ static_assert(sizeof(UDSIntentManager_HandleNavigationPathUpdated) == 0x000010, "Wrong size on UDSIntentManager_HandleNavigationPathUpdated"); \ static_assert(offsetof(UDSIntentManager_HandleNavigationPathUpdated, NewPath) == 0x000000, "Member 'UDSIntentManager_HandleNavigationPathUpdated::NewPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUDSIntentManager \ static_assert(alignof(UUDSIntentManager) == 0x000008, "Wrong alignment on UUDSIntentManager"); \ static_assert(sizeof(UUDSIntentManager) == 0x0000C0, "Wrong size on UUDSIntentManager"); \ static_assert(offsetof(UUDSIntentManager, UDSActivityManager) == 0x000028, "Member 'UUDSIntentManager::UDSActivityManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAppendToBaseChooser_FlipFlop \ static_assert(alignof(UAblAppendToBaseChooser_FlipFlop) == 0x000008, "Wrong alignment on UAblAppendToBaseChooser_FlipFlop"); \ static_assert(sizeof(UAblAppendToBaseChooser_FlipFlop) == 0x000068, "Wrong size on UAblAppendToBaseChooser_FlipFlop"); \ static_assert(offsetof(UAblAppendToBaseChooser_FlipFlop, FirstTags) == 0x000028, "Member 'UAblAppendToBaseChooser_FlipFlop::FirstTags' has a wrong offset!"); \ static_assert(offsetof(UAblAppendToBaseChooser_FlipFlop, SecondTags) == 0x000048, "Member 'UAblAppendToBaseChooser_FlipFlop::SecondTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlayMultiFxAssetBaseTask \ static_assert(alignof(UAblPlayMultiFxAssetBaseTask) == 0x000008, "Wrong alignment on UAblPlayMultiFxAssetBaseTask"); \ static_assert(sizeof(UAblPlayMultiFxAssetBaseTask) == 0x0000A0, "Wrong size on UAblPlayMultiFxAssetBaseTask"); \ static_assert(offsetof(UAblPlayMultiFxAssetBaseTask, Location) == 0x000070, "Member 'UAblPlayMultiFxAssetBaseTask::Location' has a wrong offset!"); \ static_assert(offsetof(UAblPlayMultiFxAssetBaseTask, Rotation) == 0x00007C, "Member 'UAblPlayMultiFxAssetBaseTask::Rotation' has a wrong offset!"); \ static_assert(offsetof(UAblPlayMultiFxAssetBaseTask, AttachPointName) == 0x000088, "Member 'UAblPlayMultiFxAssetBaseTask::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(UAblPlayMultiFxAssetBaseTask, TaskConditions) == 0x000090, "Member 'UAblPlayMultiFxAssetBaseTask::TaskConditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAppendToBaseChooser_NpcImpactDirection \ static_assert(alignof(UAblAppendToBaseChooser_NpcImpactDirection) == 0x000008, "Wrong alignment on UAblAppendToBaseChooser_NpcImpactDirection"); \ static_assert(sizeof(UAblAppendToBaseChooser_NpcImpactDirection) == 0x000030, "Wrong size on UAblAppendToBaseChooser_NpcImpactDirection"); \ static_assert(offsetof(UAblAppendToBaseChooser_NpcImpactDirection, bAllowForwardBackwardOnly) == 0x000028, "Member 'UAblAppendToBaseChooser_NpcImpactDirection::bAllowForwardBackwardOnly' has a wrong offset!"); \ static_assert(offsetof(UAblAppendToBaseChooser_NpcImpactDirection, bAllowLeftRightOnly) == 0x000029, "Member 'UAblAppendToBaseChooser_NpcImpactDirection::bAllowLeftRightOnly' has a wrong offset!"); \ static_assert(offsetof(UAblAppendToBaseChooser_NpcImpactDirection, bInverse) == 0x00002A, "Member 'UAblAppendToBaseChooser_NpcImpactDirection::bInverse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAppendToBaseChooser_NpcReactVelocityDirection \ static_assert(alignof(UAblAppendToBaseChooser_NpcReactVelocityDirection) == 0x000008, "Wrong alignment on UAblAppendToBaseChooser_NpcReactVelocityDirection"); \ static_assert(sizeof(UAblAppendToBaseChooser_NpcReactVelocityDirection) == 0x000030, "Wrong size on UAblAppendToBaseChooser_NpcReactVelocityDirection"); \ static_assert(offsetof(UAblAppendToBaseChooser_NpcReactVelocityDirection, bAllowForwardBackwardOnly) == 0x000028, "Member 'UAblAppendToBaseChooser_NpcReactVelocityDirection::bAllowForwardBackwardOnly' has a wrong offset!"); \ static_assert(offsetof(UAblAppendToBaseChooser_NpcReactVelocityDirection, bAllowLeftRightOnly) == 0x000029, "Member 'UAblAppendToBaseChooser_NpcReactVelocityDirection::bAllowLeftRightOnly' has a wrong offset!"); \ static_assert(offsetof(UAblAppendToBaseChooser_NpcReactVelocityDirection, bInverse) == 0x00002A, "Member 'UAblAppendToBaseChooser_NpcReactVelocityDirection::bInverse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_PathFollowingComponent_FindLinkOnCurrentPath \ static_assert(alignof(NPC_PathFollowingComponent_FindLinkOnCurrentPath) == 0x000004, "Wrong alignment on NPC_PathFollowingComponent_FindLinkOnCurrentPath"); \ static_assert(sizeof(NPC_PathFollowingComponent_FindLinkOnCurrentPath) == 0x000018, "Wrong size on NPC_PathFollowingComponent_FindLinkOnCurrentPath"); \ static_assert(offsetof(NPC_PathFollowingComponent_FindLinkOnCurrentPath, OutPos) == 0x000000, "Member 'NPC_PathFollowingComponent_FindLinkOnCurrentPath::OutPos' has a wrong offset!"); \ static_assert(offsetof(NPC_PathFollowingComponent_FindLinkOnCurrentPath, MinLookaheadDistance) == 0x00000C, "Member 'NPC_PathFollowingComponent_FindLinkOnCurrentPath::MinLookaheadDistance' has a wrong offset!"); \ static_assert(offsetof(NPC_PathFollowingComponent_FindLinkOnCurrentPath, LookAheadTime) == 0x000010, "Member 'NPC_PathFollowingComponent_FindLinkOnCurrentPath::LookAheadTime' has a wrong offset!"); \ static_assert(offsetof(NPC_PathFollowingComponent_FindLinkOnCurrentPath, ReturnValue) == 0x000014, "Member 'NPC_PathFollowingComponent_FindLinkOnCurrentPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPC_PathFollowingComponent \ static_assert(alignof(UNPC_PathFollowingComponent) == 0x000008, "Wrong alignment on UNPC_PathFollowingComponent"); \ static_assert(sizeof(UNPC_PathFollowingComponent) == 0x000398, "Wrong size on UNPC_PathFollowingComponent"); \ static_assert(offsetof(UNPC_PathFollowingComponent, CharacterMoveComp) == 0x000270, "Member 'UNPC_PathFollowingComponent::CharacterMoveComp' has a wrong offset!"); \ static_assert(offsetof(UNPC_PathFollowingComponent, NPCComponent) == 0x000278, "Member 'UNPC_PathFollowingComponent::NPCComponent' has a wrong offset!"); \ static_assert(offsetof(UNPC_PathFollowingComponent, bCanPausePathFollowingWhenBlocked) == 0x000280, "Member 'UNPC_PathFollowingComponent::bCanPausePathFollowingWhenBlocked' has a wrong offset!"); \ static_assert(offsetof(UNPC_PathFollowingComponent, RepulsorRadiusMultiplier) == 0x000284, "Member 'UNPC_PathFollowingComponent::RepulsorRadiusMultiplier' has a wrong offset!"); \ static_assert(offsetof(UNPC_PathFollowingComponent, RepulsorRadiusCushionMultiplier) == 0x000288, "Member 'UNPC_PathFollowingComponent::RepulsorRadiusCushionMultiplier' has a wrong offset!"); \ static_assert(offsetof(UNPC_PathFollowingComponent, RepulsorDetectionRadiusMultiplier) == 0x00028C, "Member 'UNPC_PathFollowingComponent::RepulsorDetectionRadiusMultiplier' has a wrong offset!"); \ static_assert(offsetof(UNPC_PathFollowingComponent, ResolveBlockedAllowableAngle) == 0x000290, "Member 'UNPC_PathFollowingComponent::ResolveBlockedAllowableAngle' has a wrong offset!"); \ static_assert(offsetof(UNPC_PathFollowingComponent, DirectionFilterRate) == 0x000294, "Member 'UNPC_PathFollowingComponent::DirectionFilterRate' has a wrong offset!"); \ static_assert(offsetof(UNPC_PathFollowingComponent, DirectionFilterRateMin) == 0x000298, "Member 'UNPC_PathFollowingComponent::DirectionFilterRateMin' has a wrong offset!"); \ static_assert(offsetof(UNPC_PathFollowingComponent, DirectionFilterRateMax) == 0x00029C, "Member 'UNPC_PathFollowingComponent::DirectionFilterRateMax' has a wrong offset!"); \ static_assert(offsetof(UNPC_PathFollowingComponent, DirectionAvoidanceInterval) == 0x0002A0, "Member 'UNPC_PathFollowingComponent::DirectionAvoidanceInterval' has a wrong offset!"); \ static_assert(offsetof(UNPC_PathFollowingComponent, AvoidanceSlowdownScale) == 0x0002A4, "Member 'UNPC_PathFollowingComponent::AvoidanceSlowdownScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIPathFollowingComponent_HandleComponentActivated \ static_assert(alignof(EnemyAIPathFollowingComponent_HandleComponentActivated) == 0x000008, "Wrong alignment on EnemyAIPathFollowingComponent_HandleComponentActivated"); \ static_assert(sizeof(EnemyAIPathFollowingComponent_HandleComponentActivated) == 0x000010, "Wrong size on EnemyAIPathFollowingComponent_HandleComponentActivated"); \ static_assert(offsetof(EnemyAIPathFollowingComponent_HandleComponentActivated, InComponent) == 0x000000, "Member 'EnemyAIPathFollowingComponent_HandleComponentActivated::InComponent' has a wrong offset!"); \ static_assert(offsetof(EnemyAIPathFollowingComponent_HandleComponentActivated, InSuccess) == 0x000008, "Member 'EnemyAIPathFollowingComponent_HandleComponentActivated::InSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIPathFollowingComponent_HandleComponentDeactivated \ static_assert(alignof(EnemyAIPathFollowingComponent_HandleComponentDeactivated) == 0x000008, "Wrong alignment on EnemyAIPathFollowingComponent_HandleComponentDeactivated"); \ static_assert(sizeof(EnemyAIPathFollowingComponent_HandleComponentDeactivated) == 0x000008, "Wrong size on EnemyAIPathFollowingComponent_HandleComponentDeactivated"); \ static_assert(offsetof(EnemyAIPathFollowingComponent_HandleComponentDeactivated, InComponent) == 0x000000, "Member 'EnemyAIPathFollowingComponent_HandleComponentDeactivated::InComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyAIPathFollowingComponent \ static_assert(alignof(UEnemyAIPathFollowingComponent) == 0x000008, "Wrong alignment on UEnemyAIPathFollowingComponent"); \ static_assert(sizeof(UEnemyAIPathFollowingComponent) == 0x000438, "Wrong size on UEnemyAIPathFollowingComponent"); \ static_assert(offsetof(UEnemyAIPathFollowingComponent, PawnPtr) == 0x000400, "Member 'UEnemyAIPathFollowingComponent::PawnPtr' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIPathFollowingComponent, CharacterMoveCompPtr) == 0x000408, "Member 'UEnemyAIPathFollowingComponent::CharacterMoveCompPtr' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIPathFollowingComponent, EnemyCompPtr) == 0x000410, "Member 'UEnemyAIPathFollowingComponent::EnemyCompPtr' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIPathFollowingComponent, ControllerPtr) == 0x000418, "Member 'UEnemyAIPathFollowingComponent::ControllerPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlayMultiFxAssetTask \ static_assert(alignof(UAblPlayMultiFxAssetTask) == 0x000008, "Wrong alignment on UAblPlayMultiFxAssetTask"); \ static_assert(sizeof(UAblPlayMultiFxAssetTask) == 0x0000A8, "Wrong size on UAblPlayMultiFxAssetTask"); \ static_assert(offsetof(UAblPlayMultiFxAssetTask, FXAsset) == 0x0000A0, "Member 'UAblPlayMultiFxAssetTask::FXAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAppendToBaseChooser_TrollSwing \ static_assert(alignof(UAblAppendToBaseChooser_TrollSwing) == 0x000008, "Wrong alignment on UAblAppendToBaseChooser_TrollSwing"); \ static_assert(sizeof(UAblAppendToBaseChooser_TrollSwing) == 0x000058, "Wrong size on UAblAppendToBaseChooser_TrollSwing"); \ static_assert(offsetof(UAblAppendToBaseChooser_TrollSwing, ForehandTag) == 0x000028, "Member 'UAblAppendToBaseChooser_TrollSwing::ForehandTag' has a wrong offset!"); \ static_assert(offsetof(UAblAppendToBaseChooser_TrollSwing, BackhandTag) == 0x000030, "Member 'UAblAppendToBaseChooser_TrollSwing::BackhandTag' has a wrong offset!"); \ static_assert(offsetof(UAblAppendToBaseChooser_TrollSwing, SplitTag) == 0x000038, "Member 'UAblAppendToBaseChooser_TrollSwing::SplitTag' has a wrong offset!"); \ static_assert(offsetof(UAblAppendToBaseChooser_TrollSwing, FromRunTag) == 0x000040, "Member 'UAblAppendToBaseChooser_TrollSwing::FromRunTag' has a wrong offset!"); \ static_assert(offsetof(UAblAppendToBaseChooser_TrollSwing, StepBackTag) == 0x000048, "Member 'UAblAppendToBaseChooser_TrollSwing::StepBackTag' has a wrong offset!"); \ static_assert(offsetof(UAblAppendToBaseChooser_TrollSwing, StepBackDistance) == 0x000050, "Member 'UAblAppendToBaseChooser_TrollSwing::StepBackDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTransformMultiChildScratchpad \ static_assert(alignof(UAblTransformMultiChildScratchpad) == 0x000008, "Wrong alignment on UAblTransformMultiChildScratchpad"); \ static_assert(sizeof(UAblTransformMultiChildScratchpad) == 0x0000B0, "Wrong size on UAblTransformMultiChildScratchpad"); \ static_assert(offsetof(UAblTransformMultiChildScratchpad, TaskConditionScratchpads) == 0x000028, "Member 'UAblTransformMultiChildScratchpad::TaskConditionScratchpads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablAttackCollisionTaskScratchPad \ static_assert(alignof(UablAttackCollisionTaskScratchPad) == 0x000008, "Wrong alignment on UablAttackCollisionTaskScratchPad"); \ static_assert(sizeof(UablAttackCollisionTaskScratchPad) == 0x000030, "Wrong size on UablAttackCollisionTaskScratchPad"); \ static_assert(offsetof(UablAttackCollisionTaskScratchPad, ElapsedTime) == 0x000028, "Member 'UablAttackCollisionTaskScratchPad::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetCharacterTagsTaskScratchPad \ static_assert(alignof(UAblSetCharacterTagsTaskScratchPad) == 0x000008, "Wrong alignment on UAblSetCharacterTagsTaskScratchPad"); \ static_assert(sizeof(UAblSetCharacterTagsTaskScratchPad) == 0x000040, "Wrong size on UAblSetCharacterTagsTaskScratchPad"); \ static_assert(offsetof(UAblSetCharacterTagsTaskScratchPad, TaskConditionScratchpads) == 0x000028, "Member 'UAblSetCharacterTagsTaskScratchPad::TaskConditionScratchpads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablAttackHitboxTaskScratchPad \ static_assert(alignof(UablAttackHitboxTaskScratchPad) == 0x000008, "Wrong alignment on UablAttackHitboxTaskScratchPad"); \ static_assert(sizeof(UablAttackHitboxTaskScratchPad) == 0x000030, "Wrong size on UablAttackHitboxTaskScratchPad"); \ static_assert(offsetof(UablAttackHitboxTaskScratchPad, MunitionInstance) == 0x000028, "Member 'UablAttackHitboxTaskScratchPad::MunitionInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPC_Update \ static_assert(alignof(UNPC_Update) == 0x000008, "Wrong alignment on UNPC_Update"); \ static_assert(sizeof(UNPC_Update) == 0x000040, "Wrong size on UNPC_Update"); \ #define DUMPER7_ASSERTS_UNPC_QBUpdate \ static_assert(alignof(UNPC_QBUpdate) == 0x000008, "Wrong alignment on UNPC_QBUpdate"); \ static_assert(sizeof(UNPC_QBUpdate) == 0x000040, "Wrong size on UNPC_QBUpdate"); \ #define DUMPER7_ASSERTS_UEnemy_QBUpdate \ static_assert(alignof(UEnemy_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_QBUpdate"); \ static_assert(sizeof(UEnemy_QBUpdate) == 0x000050, "Wrong size on UEnemy_QBUpdate"); \ #define DUMPER7_ASSERTS_UEnemy_SeekWeapon_QBUpdate \ static_assert(alignof(UEnemy_SeekWeapon_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_SeekWeapon_QBUpdate"); \ static_assert(sizeof(UEnemy_SeekWeapon_QBUpdate) == 0x000050, "Wrong size on UEnemy_SeekWeapon_QBUpdate"); \ #define DUMPER7_ASSERTS_UAblNpcStartReactionTask \ static_assert(alignof(UAblNpcStartReactionTask) == 0x000008, "Wrong alignment on UAblNpcStartReactionTask"); \ static_assert(sizeof(UAblNpcStartReactionTask) == 0x000108, "Wrong size on UAblNpcStartReactionTask"); \ static_assert(offsetof(UAblNpcStartReactionTask, ReactionAbility) == 0x000070, "Member 'UAblNpcStartReactionTask::ReactionAbility' has a wrong offset!"); \ static_assert(offsetof(UAblNpcStartReactionTask, TaskConditions) == 0x000078, "Member 'UAblNpcStartReactionTask::TaskConditions' has a wrong offset!"); \ static_assert(offsetof(UAblNpcStartReactionTask, bStartReactionOnlyOnce) == 0x000088, "Member 'UAblNpcStartReactionTask::bStartReactionOnlyOnce' has a wrong offset!"); \ static_assert(offsetof(UAblNpcStartReactionTask, bMustPassAllConditions) == 0x000089, "Member 'UAblNpcStartReactionTask::bMustPassAllConditions' has a wrong offset!"); \ static_assert(offsetof(UAblNpcStartReactionTask, bUseCurrentReactionData) == 0x00008A, "Member 'UAblNpcStartReactionTask::bUseCurrentReactionData' has a wrong offset!"); \ static_assert(offsetof(UAblNpcStartReactionTask, ReactionParams) == 0x000090, "Member 'UAblNpcStartReactionTask::ReactionParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBallisticBounceBackTaskScratchPad \ static_assert(alignof(UAblBallisticBounceBackTaskScratchPad) == 0x000008, "Wrong alignment on UAblBallisticBounceBackTaskScratchPad"); \ static_assert(sizeof(UAblBallisticBounceBackTaskScratchPad) == 0x000038, "Wrong size on UAblBallisticBounceBackTaskScratchPad"); \ static_assert(offsetof(UAblBallisticBounceBackTaskScratchPad, VectorAwayFromAttacked) == 0x000028, "Member 'UAblBallisticBounceBackTaskScratchPad::VectorAwayFromAttacked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseObjectCopyComponent_SetExistingTemplateActorHidden \ static_assert(alignof(BaseObjectCopyComponent_SetExistingTemplateActorHidden) == 0x000001, "Wrong alignment on BaseObjectCopyComponent_SetExistingTemplateActorHidden"); \ static_assert(sizeof(BaseObjectCopyComponent_SetExistingTemplateActorHidden) == 0x000001, "Wrong size on BaseObjectCopyComponent_SetExistingTemplateActorHidden"); \ static_assert(offsetof(BaseObjectCopyComponent_SetExistingTemplateActorHidden, bIsHidden) == 0x000000, "Member 'BaseObjectCopyComponent_SetExistingTemplateActorHidden::bIsHidden' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseObjectCopyComponent \ static_assert(alignof(UBaseObjectCopyComponent) == 0x000010, "Wrong alignment on UBaseObjectCopyComponent"); \ static_assert(sizeof(UBaseObjectCopyComponent) == 0x000250, "Wrong size on UBaseObjectCopyComponent"); \ static_assert(offsetof(UBaseObjectCopyComponent, ComponentName) == 0x000218, "Member 'UBaseObjectCopyComponent::ComponentName' has a wrong offset!"); \ static_assert(offsetof(UBaseObjectCopyComponent, ExcludedComponentNames) == 0x000220, "Member 'UBaseObjectCopyComponent::ExcludedComponentNames' has a wrong offset!"); \ static_assert(offsetof(UBaseObjectCopyComponent, bHideObjectWhileAlive) == 0x000230, "Member 'UBaseObjectCopyComponent::bHideObjectWhileAlive' has a wrong offset!"); \ static_assert(offsetof(UBaseObjectCopyComponent, CopiedComponents) == 0x000238, "Member 'UBaseObjectCopyComponent::CopiedComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransfigurationObjectCopyComponent \ static_assert(alignof(UTransfigurationObjectCopyComponent) == 0x000010, "Wrong alignment on UTransfigurationObjectCopyComponent"); \ static_assert(sizeof(UTransfigurationObjectCopyComponent) == 0x000250, "Wrong size on UTransfigurationObjectCopyComponent"); \ static_assert(offsetof(UTransfigurationObjectCopyComponent, UID) == 0x000248, "Member 'UTransfigurationObjectCopyComponent::UID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBallisticFromReactionVelocityTask \ static_assert(alignof(UAblBallisticFromReactionVelocityTask) == 0x000008, "Wrong alignment on UAblBallisticFromReactionVelocityTask"); \ static_assert(sizeof(UAblBallisticFromReactionVelocityTask) == 0x000070, "Wrong size on UAblBallisticFromReactionVelocityTask"); \ #define DUMPER7_ASSERTS_UAblNpcTargetingModifierTask \ static_assert(alignof(UAblNpcTargetingModifierTask) == 0x000008, "Wrong alignment on UAblNpcTargetingModifierTask"); \ static_assert(sizeof(UAblNpcTargetingModifierTask) == 0x000088, "Wrong size on UAblNpcTargetingModifierTask"); \ static_assert(offsetof(UAblNpcTargetingModifierTask, bModifyTargetingModifierAtTaskStart) == 0x000070, "Member 'UAblNpcTargetingModifierTask::bModifyTargetingModifierAtTaskStart' has a wrong offset!"); \ static_assert(offsetof(UAblNpcTargetingModifierTask, TargetingModifierAtTaskStart) == 0x000074, "Member 'UAblNpcTargetingModifierTask::TargetingModifierAtTaskStart' has a wrong offset!"); \ static_assert(offsetof(UAblNpcTargetingModifierTask, bModifyTargetingModifierAtTaskEnd) == 0x000078, "Member 'UAblNpcTargetingModifierTask::bModifyTargetingModifierAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblNpcTargetingModifierTask, TargetingModifierAtTaskEnd) == 0x00007C, "Member 'UAblNpcTargetingModifierTask::TargetingModifierAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblNpcTargetingModifierTask, bRestoreTargetingModifierAtTaskEnd) == 0x000080, "Member 'UAblNpcTargetingModifierTask::bRestoreTargetingModifierAtTaskEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBallisticToTargetTask \ static_assert(alignof(UAblBallisticToTargetTask) == 0x000008, "Wrong alignment on UAblBallisticToTargetTask"); \ static_assert(sizeof(UAblBallisticToTargetTask) == 0x0000A8, "Wrong size on UAblBallisticToTargetTask"); \ static_assert(offsetof(UAblBallisticToTargetTask, Speed) == 0x000070, "Member 'UAblBallisticToTargetTask::Speed' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticToTargetTask, OverrideGravity) == 0x000074, "Member 'UAblBallisticToTargetTask::OverrideGravity' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticToTargetTask, ArcParam) == 0x000078, "Member 'UAblBallisticToTargetTask::ArcParam' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticToTargetTask, TimeMult) == 0x00007C, "Member 'UAblBallisticToTargetTask::TimeMult' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticToTargetTask, TargetOffset) == 0x000080, "Member 'UAblBallisticToTargetTask::TargetOffset' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticToTargetTask, MaxDistance) == 0x00008C, "Member 'UAblBallisticToTargetTask::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticToTargetTask, bBounce) == 0x000090, "Member 'UAblBallisticToTargetTask::bBounce' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticToTargetTask, bIgnoreNonStatic) == 0x000091, "Member 'UAblBallisticToTargetTask::bIgnoreNonStatic' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticToTargetTask, bCollateralDamage) == 0x000092, "Member 'UAblBallisticToTargetTask::bCollateralDamage' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticToTargetTask, fRandomAngleDeviationMin) == 0x000094, "Member 'UAblBallisticToTargetTask::fRandomAngleDeviationMin' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticToTargetTask, fRandomAngleDeviationMax) == 0x000098, "Member 'UAblBallisticToTargetTask::fRandomAngleDeviationMax' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticToTargetTask, fRandomDistanceDeviationMin) == 0x00009C, "Member 'UAblBallisticToTargetTask::fRandomDistanceDeviationMin' has a wrong offset!"); \ static_assert(offsetof(UAblBallisticToTargetTask, fRandomDistanceDeviationMax) == 0x0000A0, "Member 'UAblBallisticToTargetTask::fRandomDistanceDeviationMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_AttackAnticipation \ static_assert(alignof(UAblBlendSpaceParameterGetter_AttackAnticipation) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_AttackAnticipation"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_AttackAnticipation) == 0x000038, "Wrong size on UAblBlendSpaceParameterGetter_AttackAnticipation"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_AttackAnticipation, DeadZoneAngle) == 0x000028, "Member 'UAblBlendSpaceParameterGetter_AttackAnticipation::DeadZoneAngle' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_AttackAnticipation, ClampDesiredAngle) == 0x00002C, "Member 'UAblBlendSpaceParameterGetter_AttackAnticipation::ClampDesiredAngle' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_AttackAnticipation, ToExtremesSpeed) == 0x000030, "Member 'UAblBlendSpaceParameterGetter_AttackAnticipation::ToExtremesSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_AttackAnticipation, ToZeroSpeed) == 0x000034, "Member 'UAblBlendSpaceParameterGetter_AttackAnticipation::ToZeroSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_TicketUpdate \ static_assert(alignof(UEnemy_TicketUpdate) == 0x000008, "Wrong alignment on UEnemy_TicketUpdate"); \ static_assert(sizeof(UEnemy_TicketUpdate) == 0x000050, "Wrong size on UEnemy_TicketUpdate"); \ #define DUMPER7_ASSERTS_UAblRootMotionModifiersEventListenerTask \ static_assert(alignof(UAblRootMotionModifiersEventListenerTask) == 0x000008, "Wrong alignment on UAblRootMotionModifiersEventListenerTask"); \ static_assert(sizeof(UAblRootMotionModifiersEventListenerTask) == 0x000090, "Wrong size on UAblRootMotionModifiersEventListenerTask"); \ static_assert(offsetof(UAblRootMotionModifiersEventListenerTask, RootMotionModifiers) == 0x000080, "Member 'UAblRootMotionModifiersEventListenerTask::RootMotionModifiers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_BodyLean2D \ static_assert(alignof(UAblBlendSpaceParameterGetter_BodyLean2D) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_BodyLean2D"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_BodyLean2D) == 0x000050, "Wrong size on UAblBlendSpaceParameterGetter_BodyLean2D"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_BodyLean2D, MinMaxForwardAcceleration) == 0x000028, "Member 'UAblBlendSpaceParameterGetter_BodyLean2D::MinMaxForwardAcceleration' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_BodyLean2D, MinMaxSideAcceleration) == 0x00002C, "Member 'UAblBlendSpaceParameterGetter_BodyLean2D::MinMaxSideAcceleration' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_BodyLean2D, InterpAlphaX) == 0x000030, "Member 'UAblBlendSpaceParameterGetter_BodyLean2D::InterpAlphaX' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_BodyLean2D, InterpAlphaY) == 0x000034, "Member 'UAblBlendSpaceParameterGetter_BodyLean2D::InterpAlphaY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_CenterOfMass \ static_assert(alignof(UAblBlendSpaceParameterGetter_CenterOfMass) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_CenterOfMass"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_CenterOfMass) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_CenterOfMass"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_EnemyMove \ static_assert(alignof(UAblBlendSpaceParameterGetter_EnemyMove) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_EnemyMove"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_EnemyMove) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_EnemyMove"); \ #define DUMPER7_ASSERTS_UAblNPC_TargetableToggleTask \ static_assert(alignof(UAblNPC_TargetableToggleTask) == 0x000008, "Wrong alignment on UAblNPC_TargetableToggleTask"); \ static_assert(sizeof(UAblNPC_TargetableToggleTask) == 0x000078, "Wrong size on UAblNPC_TargetableToggleTask"); \ static_assert(offsetof(UAblNPC_TargetableToggleTask, bRegisterAsTargetableAtStart) == 0x000070, "Member 'UAblNPC_TargetableToggleTask::bRegisterAsTargetableAtStart' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_TargetableToggleTask, bRegisterAsTargetableAtEnd) == 0x000071, "Member 'UAblNPC_TargetableToggleTask::bRegisterAsTargetableAtEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Spell_IsHeavy \ static_assert(alignof(UModFilter_DealDamage_Spell_IsHeavy) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Spell_IsHeavy"); \ static_assert(sizeof(UModFilter_DealDamage_Spell_IsHeavy) == 0x000030, "Wrong size on UModFilter_DealDamage_Spell_IsHeavy"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_EnemyMoveSlopeLoop \ static_assert(alignof(UAblBlendSpaceParameterGetter_EnemyMoveSlopeLoop) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_EnemyMoveSlopeLoop"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_EnemyMoveSlopeLoop) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_EnemyMoveSlopeLoop"); \ #define DUMPER7_ASSERTS_UDynamicObjectInfo \ static_assert(alignof(UDynamicObjectInfo) == 0x000008, "Wrong alignment on UDynamicObjectInfo"); \ static_assert(sizeof(UDynamicObjectInfo) == 0x0000F0, "Wrong size on UDynamicObjectInfo"); \ static_assert(offsetof(UDynamicObjectInfo, ClassToSpawn) == 0x000028, "Member 'UDynamicObjectInfo::ClassToSpawn' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, MaxInstances) == 0x000030, "Member 'UDynamicObjectInfo::MaxInstances' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, ActiveInstanceCount) == 0x000034, "Member 'UDynamicObjectInfo::ActiveInstanceCount' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, MaxGeneratedSpawners) == 0x000038, "Member 'UDynamicObjectInfo::MaxGeneratedSpawners' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, bCreateDefaultSpawner) == 0x00003C, "Member 'UDynamicObjectInfo::bCreateDefaultSpawner' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, ObjectSpawnChance) == 0x000040, "Member 'UDynamicObjectInfo::ObjectSpawnChance' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, MinPerSpawn) == 0x000044, "Member 'UDynamicObjectInfo::MinPerSpawn' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, MaxPerSpawn) == 0x000048, "Member 'UDynamicObjectInfo::MaxPerSpawn' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, SpawnVariance) == 0x00004C, "Member 'UDynamicObjectInfo::SpawnVariance' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, InstanceSpawnChance) == 0x000050, "Member 'UDynamicObjectInfo::InstanceSpawnChance' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, SpawnRadius) == 0x000054, "Member 'UDynamicObjectInfo::SpawnRadius' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, SpawnRotation) == 0x000058, "Member 'UDynamicObjectInfo::SpawnRotation' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, bUseRandomYawRotation) == 0x000064, "Member 'UDynamicObjectInfo::bUseRandomYawRotation' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, bSpawnOnGround) == 0x000065, "Member 'UDynamicObjectInfo::bSpawnOnGround' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, bSharedActorCount) == 0x000066, "Member 'UDynamicObjectInfo::bSharedActorCount' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, MinDelayBetweenSpawns) == 0x000068, "Member 'UDynamicObjectInfo::MinDelayBetweenSpawns' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, MaxDelayBetweenSpawns) == 0x00006C, "Member 'UDynamicObjectInfo::MaxDelayBetweenSpawns' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, bUseSpawningLimits) == 0x000070, "Member 'UDynamicObjectInfo::bUseSpawningLimits' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, SpawnStartTimeOfDay) == 0x000074, "Member 'UDynamicObjectInfo::SpawnStartTimeOfDay' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, SpawnStopTimeOfDay) == 0x000080, "Member 'UDynamicObjectInfo::SpawnStopTimeOfDay' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, bReverseTimeCheck) == 0x00008C, "Member 'UDynamicObjectInfo::bReverseTimeCheck' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, SpawnStartDayOfYear) == 0x000090, "Member 'UDynamicObjectInfo::SpawnStartDayOfYear' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, SpawnStopDayOfYear) == 0x000094, "Member 'UDynamicObjectInfo::SpawnStopDayOfYear' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, SpawnDaysAllowed) == 0x000098, "Member 'UDynamicObjectInfo::SpawnDaysAllowed' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, SpawnMonthsAllowed) == 0x00009C, "Member 'UDynamicObjectInfo::SpawnMonthsAllowed' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, SpawnSeasonsAllowed) == 0x0000A0, "Member 'UDynamicObjectInfo::SpawnSeasonsAllowed' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, SpawnSpecialEventEnum) == 0x0000A4, "Member 'UDynamicObjectInfo::SpawnSpecialEventEnum' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, SpawnOffset) == 0x0000A8, "Member 'UDynamicObjectInfo::SpawnOffset' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, MinAltitude) == 0x0000AC, "Member 'UDynamicObjectInfo::MinAltitude' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, MaxAltitude) == 0x0000B0, "Member 'UDynamicObjectInfo::MaxAltitude' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, HabitatFoliage) == 0x0000B8, "Member 'UDynamicObjectInfo::HabitatFoliage' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, MinFoliageDensity) == 0x0000C8, "Member 'UDynamicObjectInfo::MinFoliageDensity' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, bFoliageRequired) == 0x0000CC, "Member 'UDynamicObjectInfo::bFoliageRequired' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, bAllowNoFoliage) == 0x0000CD, "Member 'UDynamicObjectInfo::bAllowNoFoliage' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, MaxGroundAngle) == 0x0000D0, "Member 'UDynamicObjectInfo::MaxGroundAngle' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, MaxAngleIterations) == 0x0000D4, "Member 'UDynamicObjectInfo::MaxAngleIterations' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, MaxRuntimeSlopeRetries) == 0x0000D8, "Member 'UDynamicObjectInfo::MaxRuntimeSlopeRetries' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, bVisualiseSpawners) == 0x0000DC, "Member 'UDynamicObjectInfo::bVisualiseSpawners' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, ObjectSpawnerActiveColor) == 0x0000E0, "Member 'UDynamicObjectInfo::ObjectSpawnerActiveColor' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, ObjectSpawnerInactiveColor) == 0x0000E4, "Member 'UDynamicObjectInfo::ObjectSpawnerInactiveColor' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectInfo, bVisualiseSlopeRejects) == 0x0000E8, "Member 'UDynamicObjectInfo::bVisualiseSlopeRejects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_EnemyMoveStop \ static_assert(alignof(UAblBlendSpaceParameterGetter_EnemyMoveStop) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_EnemyMoveStop"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_EnemyMoveStop) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_EnemyMoveStop"); \ #define DUMPER7_ASSERTS_UAblNpcAbilityBranchScratchpad \ static_assert(alignof(UAblNpcAbilityBranchScratchpad) == 0x000008, "Wrong alignment on UAblNpcAbilityBranchScratchpad"); \ static_assert(sizeof(UAblNpcAbilityBranchScratchpad) == 0x000048, "Wrong size on UAblNpcAbilityBranchScratchpad"); \ #define DUMPER7_ASSERTS_USwapStickWatcher \ static_assert(alignof(USwapStickWatcher) == 0x000008, "Wrong alignment on USwapStickWatcher"); \ static_assert(sizeof(USwapStickWatcher) == 0x000140, "Wrong size on USwapStickWatcher"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_IsSpider \ static_assert(alignof(UModFilter_DealDamage_Target_IsSpider) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_IsSpider"); \ static_assert(sizeof(UModFilter_DealDamage_Target_IsSpider) == 0x000030, "Wrong size on UModFilter_DealDamage_Target_IsSpider"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_EnemyProtego \ static_assert(alignof(UAblBlendSpaceParameterGetter_EnemyProtego) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_EnemyProtego"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_EnemyProtego) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_EnemyProtego"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_EnemyTurnInPlace \ static_assert(alignof(UAblBlendSpaceParameterGetter_EnemyTurnInPlace) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_EnemyTurnInPlace"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_EnemyTurnInPlace) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_EnemyTurnInPlace"); \ #define DUMPER7_ASSERTS_UAblNpcCapsuleScalingScratchpad \ static_assert(alignof(UAblNpcCapsuleScalingScratchpad) == 0x000008, "Wrong alignment on UAblNpcCapsuleScalingScratchpad"); \ static_assert(sizeof(UAblNpcCapsuleScalingScratchpad) == 0x000090, "Wrong size on UAblNpcCapsuleScalingScratchpad"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_EnemyTurnToTarget \ static_assert(alignof(UAblBlendSpaceParameterGetter_EnemyTurnToTarget) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_EnemyTurnToTarget"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_EnemyTurnToTarget) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_EnemyTurnToTarget"); \ #define DUMPER7_ASSERTS_AEmissiveAdaptation \ static_assert(alignof(AEmissiveAdaptation) == 0x000008, "Wrong alignment on AEmissiveAdaptation"); \ static_assert(sizeof(AEmissiveAdaptation) == 0x000248, "Wrong size on AEmissiveAdaptation"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_FlyingBroom \ static_assert(alignof(UAblBlendSpaceParameterGetter_FlyingBroom) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_FlyingBroom"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_FlyingBroom) == 0x000030, "Wrong size on UAblBlendSpaceParameterGetter_FlyingBroom"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_FlyingBroom, bUseUpAndDown) == 0x000028, "Member 'UAblBlendSpaceParameterGetter_FlyingBroom::bUseUpAndDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcCollisionBranchTask \ static_assert(alignof(UAblNpcCollisionBranchTask) == 0x000008, "Wrong alignment on UAblNpcCollisionBranchTask"); \ static_assert(sizeof(UAblNpcCollisionBranchTask) == 0x000118, "Wrong size on UAblNpcCollisionBranchTask"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerCognitionStimuliTestCalloutAction \ static_assert(alignof(UFXAutoTriggerCognitionStimuliTestCalloutAction) == 0x000008, "Wrong alignment on UFXAutoTriggerCognitionStimuliTestCalloutAction"); \ static_assert(sizeof(UFXAutoTriggerCognitionStimuliTestCalloutAction) == 0x000030, "Wrong size on UFXAutoTriggerCognitionStimuliTestCalloutAction"); \ static_assert(offsetof(UFXAutoTriggerCognitionStimuliTestCalloutAction, CalloutAction) == 0x000028, "Member 'UFXAutoTriggerCognitionStimuliTestCalloutAction::CalloutAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_Jump \ static_assert(alignof(UAblBlendSpaceParameterGetter_Jump) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_Jump"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_Jump) == 0x000030, "Wrong size on UAblBlendSpaceParameterGetter_Jump"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_Jump, ClampDesiredAngle) == 0x000028, "Member 'UAblBlendSpaceParameterGetter_Jump::ClampDesiredAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblObjectArchitectTagChooser \ static_assert(alignof(UAblObjectArchitectTagChooser) == 0x000008, "Wrong alignment on UAblObjectArchitectTagChooser"); \ static_assert(sizeof(UAblObjectArchitectTagChooser) == 0x000028, "Wrong size on UAblObjectArchitectTagChooser"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_Loot \ static_assert(alignof(UAblBlendSpaceParameterGetter_Loot) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_Loot"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_Loot) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_Loot"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Instigator_IsImperiusControlled \ static_assert(alignof(UModFilter_DealDamage_Instigator_IsImperiusControlled) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Instigator_IsImperiusControlled"); \ static_assert(sizeof(UModFilter_DealDamage_Instigator_IsImperiusControlled) == 0x000030, "Wrong size on UModFilter_DealDamage_Instigator_IsImperiusControlled"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_MountRiderHeadTurn \ static_assert(alignof(UAblBlendSpaceParameterGetter_MountRiderHeadTurn) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_MountRiderHeadTurn"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_MountRiderHeadTurn) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_MountRiderHeadTurn"); \ #define DUMPER7_ASSERTS_UEnemy_InstanceQBUpdateData \ static_assert(alignof(UEnemy_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_InstanceQBUpdateData) == 0x000030, "Wrong size on UEnemy_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_UEnemy_TombProtector_InstanceQBUpdateData \ static_assert(alignof(UEnemy_TombProtector_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_TombProtector_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_TombProtector_InstanceQBUpdateData) == 0x000080, "Wrong size on UEnemy_TombProtector_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_UAblBranchConditionIsDazed \ static_assert(alignof(UAblBranchConditionIsDazed) == 0x000008, "Wrong alignment on UAblBranchConditionIsDazed"); \ static_assert(sizeof(UAblBranchConditionIsDazed) == 0x000030, "Wrong size on UAblBranchConditionIsDazed"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_MoveFlinchLoop \ static_assert(alignof(UAblBlendSpaceParameterGetter_MoveFlinchLoop) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_MoveFlinchLoop"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_MoveFlinchLoop) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_MoveFlinchLoop"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerInteractibleItemsFilterOr \ static_assert(alignof(UFXAutoTriggerInteractibleItemsFilterOr) == 0x000008, "Wrong alignment on UFXAutoTriggerInteractibleItemsFilterOr"); \ static_assert(sizeof(UFXAutoTriggerInteractibleItemsFilterOr) == 0x000038, "Wrong size on UFXAutoTriggerInteractibleItemsFilterOr"); \ static_assert(offsetof(UFXAutoTriggerInteractibleItemsFilterOr, filters) == 0x000028, "Member 'UFXAutoTriggerInteractibleItemsFilterOr::filters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFireOnceSpellTool \ static_assert(alignof(AFireOnceSpellTool) == 0x000008, "Wrong alignment on AFireOnceSpellTool"); \ static_assert(sizeof(AFireOnceSpellTool) == 0x000870, "Wrong size on AFireOnceSpellTool"); \ static_assert(offsetof(AFireOnceSpellTool, AdditionalProjectiles) == 0x0007F0, "Member 'AFireOnceSpellTool::AdditionalProjectiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATransformationOverlandSpellTool \ static_assert(alignof(ATransformationOverlandSpellTool) == 0x000008, "Wrong alignment on ATransformationOverlandSpellTool"); \ static_assert(sizeof(ATransformationOverlandSpellTool) == 0x000A30, "Wrong size on ATransformationOverlandSpellTool"); \ static_assert(offsetof(ATransformationOverlandSpellTool, SpawnDelay) == 0x000870, "Member 'ATransformationOverlandSpellTool::SpawnDelay' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, SpawnUpdateCount) == 0x000874, "Member 'ATransformationOverlandSpellTool::SpawnUpdateCount' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, StartEffectDelay) == 0x000878, "Member 'ATransformationOverlandSpellTool::StartEffectDelay' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, HideDelay) == 0x00087C, "Member 'ATransformationOverlandSpellTool::HideDelay' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, RestoreDelay) == 0x000880, "Member 'ATransformationOverlandSpellTool::RestoreDelay' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, SpawnHeightAdj) == 0x000884, "Member 'ATransformationOverlandSpellTool::SpawnHeightAdj' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, SpawnAngularVelocity) == 0x000888, "Member 'ATransformationOverlandSpellTool::SpawnAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, CharacterSpawnAngularVelocity) == 0x000894, "Member 'ATransformationOverlandSpellTool::CharacterSpawnAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, PlayerSpawnAngularVelocity) == 0x0008A0, "Member 'ATransformationOverlandSpellTool::PlayerSpawnAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, SpawnLinearVelocity) == 0x0008AC, "Member 'ATransformationOverlandSpellTool::SpawnLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, CharacterSpawnLinearVelocity) == 0x0008B8, "Member 'ATransformationOverlandSpellTool::CharacterSpawnLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, RestoreAngularVelocity) == 0x0008C4, "Member 'ATransformationOverlandSpellTool::RestoreAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, CharacterRestoreAngularVelocity) == 0x0008D0, "Member 'ATransformationOverlandSpellTool::CharacterRestoreAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, PlayerRestoreAngularVelocity) == 0x0008DC, "Member 'ATransformationOverlandSpellTool::PlayerRestoreAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, RestoreLinearVelocity) == 0x0008E8, "Member 'ATransformationOverlandSpellTool::RestoreLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, CharacterRestoreLinearVelocity) == 0x0008F4, "Member 'ATransformationOverlandSpellTool::CharacterRestoreLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, SpawnFacingCaster) == 0x000900, "Member 'ATransformationOverlandSpellTool::SpawnFacingCaster' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, HideFX2) == 0x000908, "Member 'ATransformationOverlandSpellTool::HideFX2' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, SpawnFX2) == 0x000918, "Member 'ATransformationOverlandSpellTool::SpawnFX2' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, UnspawnFX2) == 0x000928, "Member 'ATransformationOverlandSpellTool::UnspawnFX2' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, RestoreFX2) == 0x000938, "Member 'ATransformationOverlandSpellTool::RestoreFX2' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, RestoreMunitionTagContainer) == 0x000948, "Member 'ATransformationOverlandSpellTool::RestoreMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(ATransformationOverlandSpellTool, RestoreMunitionDataAsset) == 0x000968, "Member 'ATransformationOverlandSpellTool::RestoreMunitionDataAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Spell_IsFinisher \ static_assert(alignof(UModFilter_DealDamage_Spell_IsFinisher) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Spell_IsFinisher"); \ static_assert(sizeof(UModFilter_DealDamage_Spell_IsFinisher) == 0x000030, "Wrong size on UModFilter_DealDamage_Spell_IsFinisher"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_MoveStart \ static_assert(alignof(UAblBlendSpaceParameterGetter_MoveStart) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_MoveStart"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_MoveStart) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_MoveStart"); \ #define DUMPER7_ASSERTS_UAblBranchConditionObjectState_New \ static_assert(alignof(UAblBranchConditionObjectState_New) == 0x000008, "Wrong alignment on UAblBranchConditionObjectState_New"); \ static_assert(sizeof(UAblBranchConditionObjectState_New) == 0x000060, "Wrong size on UAblBranchConditionObjectState_New"); \ static_assert(offsetof(UAblBranchConditionObjectState_New, bCheckDeathState) == 0x000028, "Member 'UAblBranchConditionObjectState_New::bCheckDeathState' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionObjectState_New, ObjectStateBranchCondition) == 0x000029, "Member 'UAblBranchConditionObjectState_New::ObjectStateBranchCondition' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionObjectState_New, bCheckDatabaseId) == 0x00002A, "Member 'UAblBranchConditionObjectState_New::bCheckDatabaseId' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionObjectState_New, DatabaseIds) == 0x000030, "Member 'UAblBranchConditionObjectState_New::DatabaseIds' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionObjectState_New, bCheckSubtypeId) == 0x000040, "Member 'UAblBranchConditionObjectState_New::bCheckSubtypeId' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionObjectState_New, SubtypeIds) == 0x000048, "Member 'UAblBranchConditionObjectState_New::SubtypeIds' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionObjectState_New, bInWater) == 0x000058, "Member 'UAblBranchConditionObjectState_New::bInWater' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionObjectState_New, bNotInWater) == 0x000059, "Member 'UAblBranchConditionObjectState_New::bNotInWater' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionObjectState_New, bInvert) == 0x00005A, "Member 'UAblBranchConditionObjectState_New::bInvert' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_NpcHitch \ static_assert(alignof(UAblBlendSpaceParameterGetter_NpcHitch) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_NpcHitch"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_NpcHitch) == 0x000030, "Wrong size on UAblBlendSpaceParameterGetter_NpcHitch"); \ #define DUMPER7_ASSERTS_UEnemyAIAttackBaseData \ static_assert(alignof(UEnemyAIAttackBaseData) == 0x000008, "Wrong alignment on UEnemyAIAttackBaseData"); \ static_assert(sizeof(UEnemyAIAttackBaseData) == 0x000068, "Wrong size on UEnemyAIAttackBaseData"); \ static_assert(offsetof(UEnemyAIAttackBaseData, MaxMoveAngle) == 0x000030, "Member 'UEnemyAIAttackBaseData::MaxMoveAngle' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackBaseData, bOverrideMobilityMoveThreshold) == 0x000034, "Member 'UEnemyAIAttackBaseData::bOverrideMobilityMoveThreshold' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackBaseData, MoveDistThreshold) == 0x000038, "Member 'UEnemyAIAttackBaseData::MoveDistThreshold' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackBaseData, MoveDistThresholdNoMansLandScale) == 0x00003C, "Member 'UEnemyAIAttackBaseData::MoveDistThresholdNoMansLandScale' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackBaseData, MoveDistThresholdNoMansLandScaleCloser) == 0x000040, "Member 'UEnemyAIAttackBaseData::MoveDistThresholdNoMansLandScaleCloser' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackBaseData, ApproachDataList) == 0x000048, "Member 'UEnemyAIAttackBaseData::ApproachDataList' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackBaseData, AttackData) == 0x000058, "Member 'UEnemyAIAttackBaseData::AttackData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyAIAttackData \ static_assert(alignof(UEnemyAIAttackData) == 0x000008, "Wrong alignment on UEnemyAIAttackData"); \ static_assert(sizeof(UEnemyAIAttackData) == 0x000490, "Wrong size on UEnemyAIAttackData"); \ static_assert(offsetof(UEnemyAIAttackData, bAttackDisable) == 0x000068, "Member 'UEnemyAIAttackData::bAttackDisable' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, InstanceOverrideKey) == 0x000070, "Member 'UEnemyAIAttackData::InstanceOverrideKey' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, AttackType) == 0x0000F8, "Member 'UEnemyAIAttackData::AttackType' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, ParryMunitionType) == 0x0000F9, "Member 'UEnemyAIAttackData::ParryMunitionType' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, AttackTypeTag) == 0x0000FC, "Member 'UEnemyAIAttackData::AttackTypeTag' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bTicketRequired) == 0x000104, "Member 'UEnemyAIAttackData::bTicketRequired' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, AttackTicket) == 0x000108, "Member 'UEnemyAIAttackData::AttackTicket' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, TicketTimeoutOverride) == 0x000190, "Member 'UEnemyAIAttackData::TicketTimeoutOverride' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, AttackAbilityPtr) == 0x000198, "Member 'UEnemyAIAttackData::AttackAbilityPtr' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, extraData) == 0x0001A0, "Member 'UEnemyAIAttackData::extraData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, SpellToolRecord) == 0x0001A8, "Member 'UEnemyAIAttackData::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, FireSocket) == 0x0001B0, "Member 'UEnemyAIAttackData::FireSocket' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, MunitionDataAsset) == 0x0001B8, "Member 'UEnemyAIAttackData::MunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, MunitionTagContainer) == 0x0001C0, "Member 'UEnemyAIAttackData::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, AttackBehaviorTree) == 0x0001E0, "Member 'UEnemyAIAttackData::AttackBehaviorTree' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, AttackSplitBehaviorTree) == 0x0001E8, "Member 'UEnemyAIAttackData::AttackSplitBehaviorTree' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, AttackCounterBehaviorTree) == 0x0001F0, "Member 'UEnemyAIAttackData::AttackCounterBehaviorTree' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, AttackCounterBehaviorAction) == 0x0001F8, "Member 'UEnemyAIAttackData::AttackCounterBehaviorAction' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, m_damage) == 0x0001FC, "Member 'UEnemyAIAttackData::m_damage' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bUnblockable) == 0x000200, "Member 'UEnemyAIAttackData::bUnblockable' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bCanDamageEvenAfterDodge) == 0x000201, "Member 'UEnemyAIAttackData::bCanDamageEvenAfterDodge' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, DotMunitionTagContainer) == 0x000208, "Member 'UEnemyAIAttackData::DotMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, DotMultiFx) == 0x000228, "Member 'UEnemyAIAttackData::DotMultiFx' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, DotDamageTickRate) == 0x000238, "Member 'UEnemyAIAttackData::DotDamageTickRate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, EnergyCost) == 0x00023C, "Member 'UEnemyAIAttackData::EnergyCost' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bCanAttackWhenEnergyDrained) == 0x000240, "Member 'UEnemyAIAttackData::bCanAttackWhenEnergyDrained' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bCannotAttackWhenTargetParrying) == 0x000241, "Member 'UEnemyAIAttackData::bCannotAttackWhenTargetParrying' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bContinueMoveWhenAttackStarts) == 0x000242, "Member 'UEnemyAIAttackData::bContinueMoveWhenAttackStarts' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, NumSubAttacks) == 0x000244, "Member 'UEnemyAIAttackData::NumSubAttacks' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, DistanceScale) == 0x000248, "Member 'UEnemyAIAttackData::DistanceScale' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bCanWorldScale) == 0x00024C, "Member 'UEnemyAIAttackData::bCanWorldScale' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bCanPerceptionPointVolumeScale) == 0x00024D, "Member 'UEnemyAIAttackData::bCanPerceptionPointVolumeScale' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, GameAttackState) == 0x00024E, "Member 'UEnemyAIAttackData::GameAttackState' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, SpellOverrideTagContainer) == 0x000250, "Member 'UEnemyAIAttackData::SpellOverrideTagContainer' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bPairedWeapons) == 0x000270, "Member 'UEnemyAIAttackData::bPairedWeapons' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, AttackChoice) == 0x000278, "Member 'UEnemyAIAttackData::AttackChoice' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, SelectTier) == 0x000280, "Member 'UEnemyAIAttackData::SelectTier' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, OffNavSelectTier) == 0x000281, "Member 'UEnemyAIAttackData::OffNavSelectTier' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bRequirePathForPosAndAttack) == 0x000282, "Member 'UEnemyAIAttackData::bRequirePathForPosAndAttack' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bRequireStraightLinePathForAttack) == 0x000283, "Member 'UEnemyAIAttackData::bRequireStraightLinePathForAttack' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bRequireStayInVolume) == 0x000284, "Member 'UEnemyAIAttackData::bRequireStayInVolume' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, ProbabilityScale) == 0x000288, "Member 'UEnemyAIAttackData::ProbabilityScale' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bImmediateAttackOnly) == 0x00028C, "Member 'UEnemyAIAttackData::bImmediateAttackOnly' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bCanChooseBetterAttack) == 0x00028D, "Member 'UEnemyAIAttackData::bCanChooseBetterAttack' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, CanChooseBetterAttackMovementMinTime) == 0x000290, "Member 'UEnemyAIAttackData::CanChooseBetterAttackMovementMinTime' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bHeightDeltaRequirement) == 0x000294, "Member 'UEnemyAIAttackData::bHeightDeltaRequirement' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, HeightRequirement) == 0x000298, "Member 'UEnemyAIAttackData::HeightRequirement' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bChooseAgainOnceInRange) == 0x00029C, "Member 'UEnemyAIAttackData::bChooseAgainOnceInRange' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, InRangeChooseAgainList) == 0x0002A0, "Member 'UEnemyAIAttackData::InRangeChooseAgainList' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bCanChooseFromSplit) == 0x0002B0, "Member 'UEnemyAIAttackData::bCanChooseFromSplit' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bCanOnlyChooseFromSplit) == 0x0002B1, "Member 'UEnemyAIAttackData::bCanOnlyChooseFromSplit' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bCounterAttackAddContextTag) == 0x0002B2, "Member 'UEnemyAIAttackData::bCounterAttackAddContextTag' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, RequiredTagContainer) == 0x0002B8, "Member 'UEnemyAIAttackData::RequiredTagContainer' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, ExcludeTagContainer) == 0x0002D8, "Member 'UEnemyAIAttackData::ExcludeTagContainer' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, RequiredGameContext) == 0x0002F8, "Member 'UEnemyAIAttackData::RequiredGameContext' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, ExcludeGameContext) == 0x0002F9, "Member 'UEnemyAIAttackData::ExcludeGameContext' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, ExcludeGameContextList) == 0x000300, "Member 'UEnemyAIAttackData::ExcludeGameContextList' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, RequiredTargetGameContext) == 0x000310, "Member 'UEnemyAIAttackData::RequiredTargetGameContext' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, ExcludeTargetGameContext) == 0x000311, "Member 'UEnemyAIAttackData::ExcludeTargetGameContext' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, ExcludeTargetGameContextList) == 0x000318, "Member 'UEnemyAIAttackData::ExcludeTargetGameContextList' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, RandomWeight) == 0x000328, "Member 'UEnemyAIAttackData::RandomWeight' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, SelectWeight) == 0x00032C, "Member 'UEnemyAIAttackData::SelectWeight' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bAttackExcludeWeight) == 0x000330, "Member 'UEnemyAIAttackData::bAttackExcludeWeight' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, SelectCooldownType) == 0x000331, "Member 'UEnemyAIAttackData::SelectCooldownType' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, SelectCooldown) == 0x000334, "Member 'UEnemyAIAttackData::SelectCooldown' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, SelectCooldownDeviation) == 0x000338, "Member 'UEnemyAIAttackData::SelectCooldownDeviation' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, SelectCooldownIncrement) == 0x00033C, "Member 'UEnemyAIAttackData::SelectCooldownIncrement' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, SelectCooldownIncrementThreshold) == 0x000340, "Member 'UEnemyAIAttackData::SelectCooldownIncrementThreshold' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, SelectCooldownIncrementThresholdDeviation) == 0x000344, "Member 'UEnemyAIAttackData::SelectCooldownIncrementThresholdDeviation' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, SelectCooldownAttacks) == 0x000348, "Member 'UEnemyAIAttackData::SelectCooldownAttacks' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, SelectGroupCooldown) == 0x000358, "Member 'UEnemyAIAttackData::SelectGroupCooldown' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, MinTeammates) == 0x00035C, "Member 'UEnemyAIAttackData::MinTeammates' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, MaxTeammates) == 0x000360, "Member 'UEnemyAIAttackData::MaxTeammates' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, WeaponData) == 0x000368, "Member 'UEnemyAIAttackData::WeaponData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, SelectionRangeData) == 0x000398, "Member 'UEnemyAIAttackData::SelectionRangeData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, BuffType) == 0x0003A8, "Member 'UEnemyAIAttackData::BuffType' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, BuffRadius) == 0x0003AC, "Member 'UEnemyAIAttackData::BuffRadius' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, NeedBuffRatio) == 0x0003B0, "Member 'UEnemyAIAttackData::NeedBuffRatio' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bRequireGround) == 0x0003B4, "Member 'UEnemyAIAttackData::bRequireGround' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, MinAttackAngle) == 0x0003B8, "Member 'UEnemyAIAttackData::MinAttackAngle' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, m_attackIfTooClose) == 0x0003BC, "Member 'UEnemyAIAttackData::m_attackIfTooClose' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bCanApproach) == 0x0003BD, "Member 'UEnemyAIAttackData::bCanApproach' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bCanRetreat) == 0x0003BE, "Member 'UEnemyAIAttackData::bCanRetreat' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bCanMoveIfInRange) == 0x0003BF, "Member 'UEnemyAIAttackData::bCanMoveIfInRange' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bCanWaitIfNotInRange) == 0x0003C0, "Member 'UEnemyAIAttackData::bCanWaitIfNotInRange' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, LimitAttackOnTarget) == 0x0003C1, "Member 'UEnemyAIAttackData::LimitAttackOnTarget' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bStopReqPriorToAttack) == 0x0003C2, "Member 'UEnemyAIAttackData::bStopReqPriorToAttack' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bExecutionRequiresLoS) == 0x0003C3, "Member 'UEnemyAIAttackData::bExecutionRequiresLoS' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bRequireTeamateLOSForPos) == 0x0003C4, "Member 'UEnemyAIAttackData::bRequireTeamateLOSForPos' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, MinRangedHeightDelta) == 0x0003C8, "Member 'UEnemyAIAttackData::MinRangedHeightDelta' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, MinMeleeHeightDelta) == 0x0003CC, "Member 'UEnemyAIAttackData::MinMeleeHeightDelta' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, MinBallisticHeightDelta) == 0x0003D0, "Member 'UEnemyAIAttackData::MinBallisticHeightDelta' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bRequireCorridorCheck) == 0x0003D4, "Member 'UEnemyAIAttackData::bRequireCorridorCheck' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, RequireLOSCorridorHalfWidth) == 0x0003D8, "Member 'UEnemyAIAttackData::RequireLOSCorridorHalfWidth' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, RangedCorridorHalfWidth) == 0x0003DC, "Member 'UEnemyAIAttackData::RangedCorridorHalfWidth' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, RequireCorridorDist) == 0x0003E0, "Member 'UEnemyAIAttackData::RequireCorridorDist' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, RequireCorridorStartDist) == 0x0003E4, "Member 'UEnemyAIAttackData::RequireCorridorStartDist' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, RequireCorridorStopDist) == 0x0003E8, "Member 'UEnemyAIAttackData::RequireCorridorStopDist' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, Timeout) == 0x0003EC, "Member 'UEnemyAIAttackData::Timeout' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, TimeoutDelta) == 0x0003F0, "Member 'UEnemyAIAttackData::TimeoutDelta' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, AbortDeltaPlus) == 0x0003F4, "Member 'UEnemyAIAttackData::AbortDeltaPlus' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, AbortDeltaMinus) == 0x0003F8, "Member 'UEnemyAIAttackData::AbortDeltaMinus' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bCanAttackWhileTargetIsReacting) == 0x0003FC, "Member 'UEnemyAIAttackData::bCanAttackWhileTargetIsReacting' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bFlourishSplit) == 0x0003FD, "Member 'UEnemyAIAttackData::bFlourishSplit' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, FlourishData) == 0x000400, "Member 'UEnemyAIAttackData::FlourishData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, RunToData) == 0x000410, "Member 'UEnemyAIAttackData::RunToData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, ApparateToData) == 0x000420, "Member 'UEnemyAIAttackData::ApparateToData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, BallisticDataList) == 0x000430, "Member 'UEnemyAIAttackData::BallisticDataList' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, PossibleSplits) == 0x000440, "Member 'UEnemyAIAttackData::PossibleSplits' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bHoldTicketOnSplit) == 0x000450, "Member 'UEnemyAIAttackData::bHoldTicketOnSplit' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bRetreatSplit) == 0x000451, "Member 'UEnemyAIAttackData::bRetreatSplit' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bRetreat) == 0x000452, "Member 'UEnemyAIAttackData::bRetreat' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, RetreatMinDistFromTarget) == 0x000454, "Member 'UEnemyAIAttackData::RetreatMinDistFromTarget' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, RetreatMinTravelDist) == 0x000458, "Member 'UEnemyAIAttackData::RetreatMinTravelDist' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, RetreatThreshold) == 0x00045C, "Member 'UEnemyAIAttackData::RetreatThreshold' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, HitActorFX2) == 0x000460, "Member 'UEnemyAIAttackData::HitActorFX2' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, BlockedActorFX2) == 0x000470, "Member 'UEnemyAIAttackData::BlockedActorFX2' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bIgnoreAttackWithTransientWeaponIfHasWeapon) == 0x000480, "Member 'UEnemyAIAttackData::bIgnoreAttackWithTransientWeaponIfHasWeapon' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIAttackData, bCanReposition) == 0x000481, "Member 'UEnemyAIAttackData::bCanReposition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblOpportunityWindowTagTaskScratchPad \ static_assert(alignof(UAblOpportunityWindowTagTaskScratchPad) == 0x000008, "Wrong alignment on UAblOpportunityWindowTagTaskScratchPad"); \ static_assert(sizeof(UAblOpportunityWindowTagTaskScratchPad) == 0x000068, "Wrong size on UAblOpportunityWindowTagTaskScratchPad"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_RailTravelStatue \ static_assert(alignof(UAblBlendSpaceParameterGetter_RailTravelStatue) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_RailTravelStatue"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_RailTravelStatue) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_RailTravelStatue"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerInteractibleItemsFilterNotOSIHidden \ static_assert(alignof(UFXAutoTriggerInteractibleItemsFilterNotOSIHidden) == 0x000008, "Wrong alignment on UFXAutoTriggerInteractibleItemsFilterNotOSIHidden"); \ static_assert(sizeof(UFXAutoTriggerInteractibleItemsFilterNotOSIHidden) == 0x000028, "Wrong size on UFXAutoTriggerInteractibleItemsFilterNotOSIHidden"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_SEMove \ static_assert(alignof(UAblBlendSpaceParameterGetter_SEMove) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_SEMove"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_SEMove) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_SEMove"); \ #define DUMPER7_ASSERTS_URootMotionModifier_Interact \ static_assert(alignof(URootMotionModifier_Interact) == 0x000008, "Wrong alignment on URootMotionModifier_Interact"); \ static_assert(sizeof(URootMotionModifier_Interact) == 0x000080, "Wrong size on URootMotionModifier_Interact"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_Speed \ static_assert(alignof(UAblBlendSpaceParameterGetter_Speed) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_Speed"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_Speed) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_Speed"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_StairsAndSlopes \ static_assert(alignof(UAblBlendSpaceParameterGetter_StairsAndSlopes) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_StairsAndSlopes"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_StairsAndSlopes) == 0x000038, "Wrong size on UAblBlendSpaceParameterGetter_StairsAndSlopes"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_StairsAndSlopes, StairsDirection) == 0x000028, "Member 'UAblBlendSpaceParameterGetter_StairsAndSlopes::StairsDirection' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_StairsAndSlopes, MinSlope) == 0x00002C, "Member 'UAblBlendSpaceParameterGetter_StairsAndSlopes::MinSlope' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_StairsAndSlopes, MaxSlope) == 0x000030, "Member 'UAblBlendSpaceParameterGetter_StairsAndSlopes::MaxSlope' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_StairsAndSlopes, bBlendInputOnTransitionOut) == 0x000034, "Member 'UAblBlendSpaceParameterGetter_StairsAndSlopes::bBlendInputOnTransitionOut' has a wrong offset!"); \ static_assert(offsetof(UAblBlendSpaceParameterGetter_StairsAndSlopes, bUseVelocity) == 0x000035, "Member 'UAblBlendSpaceParameterGetter_StairsAndSlopes::bUseVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Stations \ static_assert(alignof(UEnvQueryTest_Stations) == 0x000008, "Wrong alignment on UEnvQueryTest_Stations"); \ static_assert(sizeof(UEnvQueryTest_Stations) == 0x000200, "Wrong size on UEnvQueryTest_Stations"); \ static_assert(offsetof(UEnvQueryTest_Stations, bScoreInOrder) == 0x0001F8, "Member 'UEnvQueryTest_Stations::bScoreInOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_InterpToStop \ static_assert(alignof(URootMotionModifier_InterpToStop) == 0x000008, "Wrong alignment on URootMotionModifier_InterpToStop"); \ static_assert(sizeof(URootMotionModifier_InterpToStop) == 0x000068, "Wrong size on URootMotionModifier_InterpToStop"); \ static_assert(offsetof(URootMotionModifier_InterpToStop, StartSpeed) == 0x000050, "Member 'URootMotionModifier_InterpToStop::StartSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_InterpToStop, CurrentSpeed) == 0x000054, "Member 'URootMotionModifier_InterpToStop::CurrentSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_InterpToStop, InterpTime) == 0x000058, "Member 'URootMotionModifier_InterpToStop::InterpTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_StrafeMoveStart \ static_assert(alignof(UAblBlendSpaceParameterGetter_StrafeMoveStart) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_StrafeMoveStart"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_StrafeMoveStart) == 0x000038, "Wrong size on UAblBlendSpaceParameterGetter_StrafeMoveStart"); \ #define DUMPER7_ASSERTS_WetInterface_IncreaseWetness \ static_assert(alignof(WetInterface_IncreaseWetness) == 0x000008, "Wrong alignment on WetInterface_IncreaseWetness"); \ static_assert(sizeof(WetInterface_IncreaseWetness) == 0x000020, "Wrong size on WetInterface_IncreaseWetness"); \ static_assert(offsetof(WetInterface_IncreaseWetness, Instigator) == 0x000000, "Member 'WetInterface_IncreaseWetness::Instigator' has a wrong offset!"); \ static_assert(offsetof(WetInterface_IncreaseWetness, increaseAmount) == 0x000008, "Member 'WetInterface_IncreaseWetness::increaseAmount' has a wrong offset!"); \ static_assert(offsetof(WetInterface_IncreaseWetness, Location) == 0x00000C, "Member 'WetInterface_IncreaseWetness::Location' has a wrong offset!"); \ static_assert(offsetof(WetInterface_IncreaseWetness, ReturnValue) == 0x000018, "Member 'WetInterface_IncreaseWetness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WetInterface_OnAttemptToApplyWetness \ static_assert(alignof(WetInterface_OnAttemptToApplyWetness) == 0x000004, "Wrong alignment on WetInterface_OnAttemptToApplyWetness"); \ static_assert(sizeof(WetInterface_OnAttemptToApplyWetness) == 0x000010, "Wrong size on WetInterface_OnAttemptToApplyWetness"); \ static_assert(offsetof(WetInterface_OnAttemptToApplyWetness, Amount) == 0x000000, "Member 'WetInterface_OnAttemptToApplyWetness::Amount' has a wrong offset!"); \ static_assert(offsetof(WetInterface_OnAttemptToApplyWetness, Location) == 0x000004, "Member 'WetInterface_OnAttemptToApplyWetness::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WetInterface_OnDecreaseWetness \ static_assert(alignof(WetInterface_OnDecreaseWetness) == 0x000004, "Wrong alignment on WetInterface_OnDecreaseWetness"); \ static_assert(sizeof(WetInterface_OnDecreaseWetness) == 0x000004, "Wrong size on WetInterface_OnDecreaseWetness"); \ static_assert(offsetof(WetInterface_OnDecreaseWetness, decreaseAmount) == 0x000000, "Member 'WetInterface_OnDecreaseWetness::decreaseAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WetInterface_OnDry \ static_assert(alignof(WetInterface_OnDry) == 0x000008, "Wrong alignment on WetInterface_OnDry"); \ static_assert(sizeof(WetInterface_OnDry) == 0x000008, "Wrong size on WetInterface_OnDry"); \ static_assert(offsetof(WetInterface_OnDry, Instigator) == 0x000000, "Member 'WetInterface_OnDry::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WetInterface_StartWetness \ static_assert(alignof(WetInterface_StartWetness) == 0x000008, "Wrong alignment on WetInterface_StartWetness"); \ static_assert(sizeof(WetInterface_StartWetness) == 0x000020, "Wrong size on WetInterface_StartWetness"); \ static_assert(offsetof(WetInterface_StartWetness, Instigator) == 0x000000, "Member 'WetInterface_StartWetness::Instigator' has a wrong offset!"); \ static_assert(offsetof(WetInterface_StartWetness, Amount) == 0x000008, "Member 'WetInterface_StartWetness::Amount' has a wrong offset!"); \ static_assert(offsetof(WetInterface_StartWetness, Location) == 0x00000C, "Member 'WetInterface_StartWetness::Location' has a wrong offset!"); \ static_assert(offsetof(WetInterface_StartWetness, ReturnValue) == 0x000018, "Member 'WetInterface_StartWetness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IWetInterface \ static_assert(alignof(IWetInterface) == 0x000001, "Wrong alignment on IWetInterface"); \ static_assert(sizeof(IWetInterface) == 0x000001, "Wrong size on IWetInterface"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_StrafePivot \ static_assert(alignof(UAblBlendSpaceParameterGetter_StrafePivot) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_StrafePivot"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_StrafePivot) == 0x000038, "Wrong size on UAblBlendSpaceParameterGetter_StrafePivot"); \ #define DUMPER7_ASSERTS_URootMotionModifier_JumpNudge \ static_assert(alignof(URootMotionModifier_JumpNudge) == 0x000008, "Wrong alignment on URootMotionModifier_JumpNudge"); \ static_assert(sizeof(URootMotionModifier_JumpNudge) == 0x000098, "Wrong size on URootMotionModifier_JumpNudge"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_StrafeUpperBodyTurn \ static_assert(alignof(UAblBlendSpaceParameterGetter_StrafeUpperBodyTurn) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_StrafeUpperBodyTurn"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_StrafeUpperBodyTurn) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_StrafeUpperBodyTurn"); \ #define DUMPER7_ASSERTS_UAblBlendSpaceParameterGetter_VelocityZ \ static_assert(alignof(UAblBlendSpaceParameterGetter_VelocityZ) == 0x000008, "Wrong alignment on UAblBlendSpaceParameterGetter_VelocityZ"); \ static_assert(sizeof(UAblBlendSpaceParameterGetter_VelocityZ) == 0x000028, "Wrong size on UAblBlendSpaceParameterGetter_VelocityZ"); \ #define DUMPER7_ASSERTS_AExpelliarmusSpellTool \ static_assert(alignof(AExpelliarmusSpellTool) == 0x000008, "Wrong alignment on AExpelliarmusSpellTool"); \ static_assert(sizeof(AExpelliarmusSpellTool) == 0x0008C0, "Wrong size on AExpelliarmusSpellTool"); \ static_assert(offsetof(AExpelliarmusSpellTool, ScaleDisarmForce) == 0x000870, "Member 'AExpelliarmusSpellTool::ScaleDisarmForce' has a wrong offset!"); \ static_assert(offsetof(AExpelliarmusSpellTool, SpecialDisarmTag) == 0x000874, "Member 'AExpelliarmusSpellTool::SpecialDisarmTag' has a wrong offset!"); \ static_assert(offsetof(AExpelliarmusSpellTool, TalentProjectileDistance) == 0x00087C, "Member 'AExpelliarmusSpellTool::TalentProjectileDistance' has a wrong offset!"); \ static_assert(offsetof(AExpelliarmusSpellTool, TalentProjectileIgnoreNearDistance) == 0x000880, "Member 'AExpelliarmusSpellTool::TalentProjectileIgnoreNearDistance' has a wrong offset!"); \ static_assert(offsetof(AExpelliarmusSpellTool, TalentProjectileDelay) == 0x000884, "Member 'AExpelliarmusSpellTool::TalentProjectileDelay' has a wrong offset!"); \ static_assert(offsetof(AExpelliarmusSpellTool, TalentProjectileDamage) == 0x000888, "Member 'AExpelliarmusSpellTool::TalentProjectileDamage' has a wrong offset!"); \ static_assert(offsetof(AExpelliarmusSpellTool, TalentProjectileTargetHalfAngleXY) == 0x00088C, "Member 'AExpelliarmusSpellTool::TalentProjectileTargetHalfAngleXY' has a wrong offset!"); \ static_assert(offsetof(AExpelliarmusSpellTool, TalentProjectileMunition) == 0x000890, "Member 'AExpelliarmusSpellTool::TalentProjectileMunition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_Multiplier \ static_assert(alignof(URootMotionModifier_Multiplier) == 0x000008, "Wrong alignment on URootMotionModifier_Multiplier"); \ static_assert(sizeof(URootMotionModifier_Multiplier) == 0x000050, "Wrong size on URootMotionModifier_Multiplier"); \ #define DUMPER7_ASSERTS_UAblBranchActorTagCondition \ static_assert(alignof(UAblBranchActorTagCondition) == 0x000008, "Wrong alignment on UAblBranchActorTagCondition"); \ static_assert(sizeof(UAblBranchActorTagCondition) == 0x000038, "Wrong size on UAblBranchActorTagCondition"); \ static_assert(offsetof(UAblBranchActorTagCondition, TagName) == 0x000030, "Member 'UAblBranchActorTagCondition::TagName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionAnimMechanic \ static_assert(alignof(UAblBranchConditionAnimMechanic) == 0x000008, "Wrong alignment on UAblBranchConditionAnimMechanic"); \ static_assert(sizeof(UAblBranchConditionAnimMechanic) == 0x000038, "Wrong size on UAblBranchConditionAnimMechanic"); \ static_assert(offsetof(UAblBranchConditionAnimMechanic, AnimMechanicType) == 0x000030, "Member 'UAblBranchConditionAnimMechanic::AnimMechanicType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioHighLevelHelpers_DEBUG_IsAvatarInSiteVolume \ static_assert(alignof(AvaAudioHighLevelHelpers_DEBUG_IsAvatarInSiteVolume) == 0x000008, "Wrong alignment on AvaAudioHighLevelHelpers_DEBUG_IsAvatarInSiteVolume"); \ static_assert(sizeof(AvaAudioHighLevelHelpers_DEBUG_IsAvatarInSiteVolume) == 0x000018, "Wrong size on AvaAudioHighLevelHelpers_DEBUG_IsAvatarInSiteVolume"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_DEBUG_IsAvatarInSiteVolume, SiteName) == 0x000000, "Member 'AvaAudioHighLevelHelpers_DEBUG_IsAvatarInSiteVolume::SiteName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_DEBUG_IsAvatarInSiteVolume, ReturnValue) == 0x000010, "Member 'AvaAudioHighLevelHelpers_DEBUG_IsAvatarInSiteVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioHighLevelHelpers_PlayGreetingForPlayerChatStarted \ static_assert(alignof(AvaAudioHighLevelHelpers_PlayGreetingForPlayerChatStarted) == 0x000008, "Wrong alignment on AvaAudioHighLevelHelpers_PlayGreetingForPlayerChatStarted"); \ static_assert(sizeof(AvaAudioHighLevelHelpers_PlayGreetingForPlayerChatStarted) == 0x000018, "Wrong size on AvaAudioHighLevelHelpers_PlayGreetingForPlayerChatStarted"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_PlayGreetingForPlayerChatStarted, Actor) == 0x000000, "Member 'AvaAudioHighLevelHelpers_PlayGreetingForPlayerChatStarted::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_PlayGreetingForPlayerChatStarted, AudioConversationName) == 0x000008, "Member 'AvaAudioHighLevelHelpers_PlayGreetingForPlayerChatStarted::AudioConversationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioHighLevelHelpers_RegisterExclusiveMissionDialogue \ static_assert(alignof(AvaAudioHighLevelHelpers_RegisterExclusiveMissionDialogue) == 0x000008, "Wrong alignment on AvaAudioHighLevelHelpers_RegisterExclusiveMissionDialogue"); \ static_assert(sizeof(AvaAudioHighLevelHelpers_RegisterExclusiveMissionDialogue) == 0x000020, "Wrong size on AvaAudioHighLevelHelpers_RegisterExclusiveMissionDialogue"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_RegisterExclusiveMissionDialogue, CharacterID) == 0x000000, "Member 'AvaAudioHighLevelHelpers_RegisterExclusiveMissionDialogue::CharacterID' has a wrong offset!"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_RegisterExclusiveMissionDialogue, ExclusiveEventNamePattern) == 0x000008, "Member 'AvaAudioHighLevelHelpers_RegisterExclusiveMissionDialogue::ExclusiveEventNamePattern' has a wrong offset!"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_RegisterExclusiveMissionDialogue, FromMissionID) == 0x000018, "Member 'AvaAudioHighLevelHelpers_RegisterExclusiveMissionDialogue::FromMissionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioHighLevelHelpers_RegisterForcedACKWitness \ static_assert(alignof(AvaAudioHighLevelHelpers_RegisterForcedACKWitness) == 0x000004, "Wrong alignment on AvaAudioHighLevelHelpers_RegisterForcedACKWitness"); \ static_assert(sizeof(AvaAudioHighLevelHelpers_RegisterForcedACKWitness) == 0x000008, "Wrong size on AvaAudioHighLevelHelpers_RegisterForcedACKWitness"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_RegisterForcedACKWitness, CharacterID) == 0x000000, "Member 'AvaAudioHighLevelHelpers_RegisterForcedACKWitness::CharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioHighLevelHelpers_RestoreAudioFromPortraitTransform \ static_assert(alignof(AvaAudioHighLevelHelpers_RestoreAudioFromPortraitTransform) == 0x000008, "Wrong alignment on AvaAudioHighLevelHelpers_RestoreAudioFromPortraitTransform"); \ static_assert(sizeof(AvaAudioHighLevelHelpers_RestoreAudioFromPortraitTransform) == 0x000010, "Wrong size on AvaAudioHighLevelHelpers_RestoreAudioFromPortraitTransform"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_RestoreAudioFromPortraitTransform, Actor) == 0x000000, "Member 'AvaAudioHighLevelHelpers_RestoreAudioFromPortraitTransform::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_RestoreAudioFromPortraitTransform, ReturnValue) == 0x000008, "Member 'AvaAudioHighLevelHelpers_RestoreAudioFromPortraitTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioHighLevelHelpers_SetAudioToPortraitTransform \ static_assert(alignof(AvaAudioHighLevelHelpers_SetAudioToPortraitTransform) == 0x000010, "Wrong alignment on AvaAudioHighLevelHelpers_SetAudioToPortraitTransform"); \ static_assert(sizeof(AvaAudioHighLevelHelpers_SetAudioToPortraitTransform) == 0x000050, "Wrong size on AvaAudioHighLevelHelpers_SetAudioToPortraitTransform"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_SetAudioToPortraitTransform, Actor) == 0x000000, "Member 'AvaAudioHighLevelHelpers_SetAudioToPortraitTransform::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_SetAudioToPortraitTransform, Transform) == 0x000010, "Member 'AvaAudioHighLevelHelpers_SetAudioToPortraitTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_SetAudioToPortraitTransform, ReturnValue) == 0x000040, "Member 'AvaAudioHighLevelHelpers_SetAudioToPortraitTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioHighLevelHelpers_UnregisterExclusiveMissionDialogue \ static_assert(alignof(AvaAudioHighLevelHelpers_UnregisterExclusiveMissionDialogue) == 0x000008, "Wrong alignment on AvaAudioHighLevelHelpers_UnregisterExclusiveMissionDialogue"); \ static_assert(sizeof(AvaAudioHighLevelHelpers_UnregisterExclusiveMissionDialogue) == 0x000020, "Wrong size on AvaAudioHighLevelHelpers_UnregisterExclusiveMissionDialogue"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_UnregisterExclusiveMissionDialogue, CharacterID) == 0x000000, "Member 'AvaAudioHighLevelHelpers_UnregisterExclusiveMissionDialogue::CharacterID' has a wrong offset!"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_UnregisterExclusiveMissionDialogue, ExclusiveEventNamePattern) == 0x000008, "Member 'AvaAudioHighLevelHelpers_UnregisterExclusiveMissionDialogue::ExclusiveEventNamePattern' has a wrong offset!"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_UnregisterExclusiveMissionDialogue, FromMissionID) == 0x000018, "Member 'AvaAudioHighLevelHelpers_UnregisterExclusiveMissionDialogue::FromMissionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioHighLevelHelpers_UnregisterForcedACKWitness \ static_assert(alignof(AvaAudioHighLevelHelpers_UnregisterForcedACKWitness) == 0x000004, "Wrong alignment on AvaAudioHighLevelHelpers_UnregisterForcedACKWitness"); \ static_assert(sizeof(AvaAudioHighLevelHelpers_UnregisterForcedACKWitness) == 0x00000C, "Wrong size on AvaAudioHighLevelHelpers_UnregisterForcedACKWitness"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_UnregisterForcedACKWitness, CharacterID) == 0x000000, "Member 'AvaAudioHighLevelHelpers_UnregisterForcedACKWitness::CharacterID' has a wrong offset!"); \ static_assert(offsetof(AvaAudioHighLevelHelpers_UnregisterForcedACKWitness, bUnregisterAll) == 0x000008, "Member 'AvaAudioHighLevelHelpers_UnregisterForcedACKWitness::bUnregisterAll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaAudioHighLevelHelpers \ static_assert(alignof(UAvaAudioHighLevelHelpers) == 0x000008, "Wrong alignment on UAvaAudioHighLevelHelpers"); \ static_assert(sizeof(UAvaAudioHighLevelHelpers) == 0x000028, "Wrong size on UAvaAudioHighLevelHelpers"); \ #define DUMPER7_ASSERTS_UAblPlayPostAkEventScratchPad \ static_assert(alignof(UAblPlayPostAkEventScratchPad) == 0x000008, "Wrong alignment on UAblPlayPostAkEventScratchPad"); \ static_assert(sizeof(UAblPlayPostAkEventScratchPad) == 0x000028, "Wrong size on UAblPlayPostAkEventScratchPad"); \ #define DUMPER7_ASSERTS_UAblBranchConditionBasicMobilityMode \ static_assert(alignof(UAblBranchConditionBasicMobilityMode) == 0x000008, "Wrong alignment on UAblBranchConditionBasicMobilityMode"); \ static_assert(sizeof(UAblBranchConditionBasicMobilityMode) == 0x000038, "Wrong size on UAblBranchConditionBasicMobilityMode"); \ static_assert(offsetof(UAblBranchConditionBasicMobilityMode, BasicMobilityMode) == 0x000030, "Member 'UAblBranchConditionBasicMobilityMode::BasicMobilityMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionBroomIdleBreak \ static_assert(alignof(UAblBranchConditionBroomIdleBreak) == 0x000008, "Wrong alignment on UAblBranchConditionBroomIdleBreak"); \ static_assert(sizeof(UAblBranchConditionBroomIdleBreak) == 0x000030, "Wrong size on UAblBranchConditionBroomIdleBreak"); \ #define DUMPER7_ASSERTS_UEnemy_AttackExtraData \ static_assert(alignof(UEnemy_AttackExtraData) == 0x000008, "Wrong alignment on UEnemy_AttackExtraData"); \ static_assert(sizeof(UEnemy_AttackExtraData) == 0x000028, "Wrong size on UEnemy_AttackExtraData"); \ #define DUMPER7_ASSERTS_UReplicateSelf_AttackExtraData \ static_assert(alignof(UReplicateSelf_AttackExtraData) == 0x000008, "Wrong alignment on UReplicateSelf_AttackExtraData"); \ static_assert(sizeof(UReplicateSelf_AttackExtraData) == 0x000098, "Wrong size on UReplicateSelf_AttackExtraData"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, SpawnObjectName) == 0x000028, "Member 'UReplicateSelf_AttackExtraData::SpawnObjectName' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, SpawnType) == 0x000038, "Member 'UReplicateSelf_AttackExtraData::SpawnType' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, MinSpawn) == 0x00003C, "Member 'UReplicateSelf_AttackExtraData::MinSpawn' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, MaxSpawn) == 0x000040, "Member 'UReplicateSelf_AttackExtraData::MaxSpawn' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, GlobalMaxSpawn) == 0x000044, "Member 'UReplicateSelf_AttackExtraData::GlobalMaxSpawn' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, SpawnRadius) == 0x000048, "Member 'UReplicateSelf_AttackExtraData::SpawnRadius' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, halfAngle) == 0x00004C, "Member 'UReplicateSelf_AttackExtraData::halfAngle' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, SpawnSpeedMultiplier) == 0x000050, "Member 'UReplicateSelf_AttackExtraData::SpawnSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, BuffTeamWaitTime) == 0x000054, "Member 'UReplicateSelf_AttackExtraData::BuffTeamWaitTime' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, bForceThisAttack) == 0x000058, "Member 'UReplicateSelf_AttackExtraData::bForceThisAttack' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, bFadeReplicaOnDeath) == 0x000059, "Member 'UReplicateSelf_AttackExtraData::bFadeReplicaOnDeath' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, FadeDelay) == 0x00005C, "Member 'UReplicateSelf_AttackExtraData::FadeDelay' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, FadeDuration) == 0x000060, "Member 'UReplicateSelf_AttackExtraData::FadeDuration' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, ReplicaHealthOverride) == 0x000064, "Member 'UReplicateSelf_AttackExtraData::ReplicaHealthOverride' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, AttackExclusionTag) == 0x000068, "Member 'UReplicateSelf_AttackExtraData::AttackExclusionTag' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, bStaggerAttack) == 0x000070, "Member 'UReplicateSelf_AttackExtraData::bStaggerAttack' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, MinStaggerTime) == 0x000074, "Member 'UReplicateSelf_AttackExtraData::MinStaggerTime' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, MaxStaggerTime) == 0x000078, "Member 'UReplicateSelf_AttackExtraData::MaxStaggerTime' has a wrong offset!"); \ static_assert(offsetof(UReplicateSelf_AttackExtraData, bKillChildrenOnDeath) == 0x00007C, "Member 'UReplicateSelf_AttackExtraData::bKillChildrenOnDeath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPushAwayFromInstigatorScratchpad \ static_assert(alignof(UAblPushAwayFromInstigatorScratchpad) == 0x000008, "Wrong alignment on UAblPushAwayFromInstigatorScratchpad"); \ static_assert(sizeof(UAblPushAwayFromInstigatorScratchpad) == 0x000038, "Wrong size on UAblPushAwayFromInstigatorScratchpad"); \ #define DUMPER7_ASSERTS_UAblBranchConditionCognitionTarget \ static_assert(alignof(UAblBranchConditionCognitionTarget) == 0x000008, "Wrong alignment on UAblBranchConditionCognitionTarget"); \ static_assert(sizeof(UAblBranchConditionCognitionTarget) == 0x000040, "Wrong size on UAblBranchConditionCognitionTarget"); \ static_assert(offsetof(UAblBranchConditionCognitionTarget, CognitionSense) == 0x000030, "Member 'UAblBranchConditionCognitionTarget::CognitionSense' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionCognitionTarget, MatchActorType) == 0x000038, "Member 'UAblBranchConditionCognitionTarget::MatchActorType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_AddTextTickerNotification \ static_assert(alignof(UIManager_AddTextTickerNotification) == 0x000008, "Wrong alignment on UIManager_AddTextTickerNotification"); \ static_assert(sizeof(UIManager_AddTextTickerNotification) == 0x000010, "Wrong size on UIManager_AddTextTickerNotification"); \ static_assert(offsetof(UIManager_AddTextTickerNotification, NotificationText) == 0x000000, "Member 'UIManager_AddTextTickerNotification::NotificationText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_CorrectInputAxisKeyIfNeeded \ static_assert(alignof(UIManager_CorrectInputAxisKeyIfNeeded) == 0x000008, "Wrong alignment on UIManager_CorrectInputAxisKeyIfNeeded"); \ static_assert(sizeof(UIManager_CorrectInputAxisKeyIfNeeded) == 0x000070, "Wrong size on UIManager_CorrectInputAxisKeyIfNeeded"); \ static_assert(offsetof(UIManager_CorrectInputAxisKeyIfNeeded, InInputAxisMapping) == 0x000000, "Member 'UIManager_CorrectInputAxisKeyIfNeeded::InInputAxisMapping' has a wrong offset!"); \ static_assert(offsetof(UIManager_CorrectInputAxisKeyIfNeeded, OutInputAxisMapping) == 0x000038, "Member 'UIManager_CorrectInputAxisKeyIfNeeded::OutInputAxisMapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_CreateAsyncWidget \ static_assert(alignof(UIManager_CreateAsyncWidget) == 0x000008, "Wrong alignment on UIManager_CreateAsyncWidget"); \ static_assert(sizeof(UIManager_CreateAsyncWidget) == 0x000040, "Wrong size on UIManager_CreateAsyncWidget"); \ static_assert(offsetof(UIManager_CreateAsyncWidget, ObjectPtr) == 0x000000, "Member 'UIManager_CreateAsyncWidget::ObjectPtr' has a wrong offset!"); \ static_assert(offsetof(UIManager_CreateAsyncWidget, AsyncLoadCallback) == 0x000028, "Member 'UIManager_CreateAsyncWidget::AsyncLoadCallback' has a wrong offset!"); \ static_assert(offsetof(UIManager_CreateAsyncWidget, AddToViewport) == 0x000038, "Member 'UIManager_CreateAsyncWidget::AddToViewport' has a wrong offset!"); \ static_assert(offsetof(UIManager_CreateAsyncWidget, ReturnValue) == 0x000039, "Member 'UIManager_CreateAsyncWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_Get \ static_assert(alignof(UIManager_Get) == 0x000008, "Wrong alignment on UIManager_Get"); \ static_assert(sizeof(UIManager_Get) == 0x000008, "Wrong size on UIManager_Get"); \ static_assert(offsetof(UIManager_Get, ReturnValue) == 0x000000, "Member 'UIManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetActionMappingByName \ static_assert(alignof(UIManager_GetActionMappingByName) == 0x000008, "Wrong alignment on UIManager_GetActionMappingByName"); \ static_assert(sizeof(UIManager_GetActionMappingByName) == 0x000020, "Wrong size on UIManager_GetActionMappingByName"); \ static_assert(offsetof(UIManager_GetActionMappingByName, ActionName) == 0x000000, "Member 'UIManager_GetActionMappingByName::ActionName' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetActionMappingByName, OutMappings) == 0x000008, "Member 'UIManager_GetActionMappingByName::OutMappings' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetActionMappingByName, bTranspose) == 0x000018, "Member 'UIManager_GetActionMappingByName::bTranspose' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetActionMappingByName, bMouseAndKeyboardOnly) == 0x000019, "Member 'UIManager_GetActionMappingByName::bMouseAndKeyboardOnly' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetActionMappingByName, bIncludeUnbound) == 0x00001A, "Member 'UIManager_GetActionMappingByName::bIncludeUnbound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetAvailableVoices \ static_assert(alignof(UIManager_GetAvailableVoices) == 0x000008, "Wrong alignment on UIManager_GetAvailableVoices"); \ static_assert(sizeof(UIManager_GetAvailableVoices) == 0x000010, "Wrong size on UIManager_GetAvailableVoices"); \ static_assert(offsetof(UIManager_GetAvailableVoices, ReturnValue) == 0x000000, "Member 'UIManager_GetAvailableVoices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetAxisMappingByName \ static_assert(alignof(UIManager_GetAxisMappingByName) == 0x000008, "Wrong alignment on UIManager_GetAxisMappingByName"); \ static_assert(sizeof(UIManager_GetAxisMappingByName) == 0x000020, "Wrong size on UIManager_GetAxisMappingByName"); \ static_assert(offsetof(UIManager_GetAxisMappingByName, AxisName) == 0x000000, "Member 'UIManager_GetAxisMappingByName::AxisName' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetAxisMappingByName, OutMappings) == 0x000008, "Member 'UIManager_GetAxisMappingByName::OutMappings' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetAxisMappingByName, bTranspose) == 0x000018, "Member 'UIManager_GetAxisMappingByName::bTranspose' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetAxisMappingByName, bMouseAndKeyboardOnly) == 0x000019, "Member 'UIManager_GetAxisMappingByName::bMouseAndKeyboardOnly' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetAxisMappingByName, bIncludeUnbound) == 0x00001A, "Member 'UIManager_GetAxisMappingByName::bIncludeUnbound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetCursorWidget \ static_assert(alignof(UIManager_GetCursorWidget) == 0x000008, "Wrong alignment on UIManager_GetCursorWidget"); \ static_assert(sizeof(UIManager_GetCursorWidget) == 0x000008, "Wrong size on UIManager_GetCursorWidget"); \ static_assert(offsetof(UIManager_GetCursorWidget, ReturnValue) == 0x000000, "Member 'UIManager_GetCursorWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetFactsheetMode \ static_assert(alignof(UIManager_GetFactsheetMode) == 0x000001, "Wrong alignment on UIManager_GetFactsheetMode"); \ static_assert(sizeof(UIManager_GetFactsheetMode) == 0x000001, "Wrong size on UIManager_GetFactsheetMode"); \ static_assert(offsetof(UIManager_GetFactsheetMode, ReturnValue) == 0x000000, "Member 'UIManager_GetFactsheetMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetGroupMappingNames \ static_assert(alignof(UIManager_GetGroupMappingNames) == 0x000008, "Wrong alignment on UIManager_GetGroupMappingNames"); \ static_assert(sizeof(UIManager_GetGroupMappingNames) == 0x000020, "Wrong size on UIManager_GetGroupMappingNames"); \ static_assert(offsetof(UIManager_GetGroupMappingNames, GroupName) == 0x000000, "Member 'UIManager_GetGroupMappingNames::GroupName' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetGroupMappingNames, bAction) == 0x000008, "Member 'UIManager_GetGroupMappingNames::bAction' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetGroupMappingNames, bAxis) == 0x000009, "Member 'UIManager_GetGroupMappingNames::bAxis' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetGroupMappingNames, bSort) == 0x00000A, "Member 'UIManager_GetGroupMappingNames::bSort' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetGroupMappingNames, ReturnValue) == 0x000010, "Member 'UIManager_GetGroupMappingNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetKeyIdsFromActionId \ static_assert(alignof(UIManager_GetKeyIdsFromActionId) == 0x000008, "Wrong alignment on UIManager_GetKeyIdsFromActionId"); \ static_assert(sizeof(UIManager_GetKeyIdsFromActionId) == 0x000028, "Wrong size on UIManager_GetKeyIdsFromActionId"); \ static_assert(offsetof(UIManager_GetKeyIdsFromActionId, ActionId) == 0x000000, "Member 'UIManager_GetKeyIdsFromActionId::ActionId' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetKeyIdsFromActionId, OutKeyIds) == 0x000010, "Member 'UIManager_GetKeyIdsFromActionId::OutKeyIds' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetKeyIdsFromActionId, Transpose) == 0x000020, "Member 'UIManager_GetKeyIdsFromActionId::Transpose' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetKeyIdsFromActionId, ForceGamepadKeys) == 0x000021, "Member 'UIManager_GetKeyIdsFromActionId::ForceGamepadKeys' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetKeyIdsFromActionId, ForceMouseKeyboardKeys) == 0x000022, "Member 'UIManager_GetKeyIdsFromActionId::ForceMouseKeyboardKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetMKBActionPairByName \ static_assert(alignof(UIManager_GetMKBActionPairByName) == 0x000008, "Wrong alignment on UIManager_GetMKBActionPairByName"); \ static_assert(sizeof(UIManager_GetMKBActionPairByName) == 0x000080, "Wrong size on UIManager_GetMKBActionPairByName"); \ static_assert(offsetof(UIManager_GetMKBActionPairByName, ActionName) == 0x000000, "Member 'UIManager_GetMKBActionPairByName::ActionName' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMKBActionPairByName, OutPrimary) == 0x000008, "Member 'UIManager_GetMKBActionPairByName::OutPrimary' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMKBActionPairByName, OutAlternative) == 0x000040, "Member 'UIManager_GetMKBActionPairByName::OutAlternative' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMKBActionPairByName, bTranspose) == 0x000078, "Member 'UIManager_GetMKBActionPairByName::bTranspose' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMKBActionPairByName, ReturnValue) == 0x000079, "Member 'UIManager_GetMKBActionPairByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetMKBAxisPairsByName \ static_assert(alignof(UIManager_GetMKBAxisPairsByName) == 0x000008, "Wrong alignment on UIManager_GetMKBAxisPairsByName"); \ static_assert(sizeof(UIManager_GetMKBAxisPairsByName) == 0x0000F0, "Wrong size on UIManager_GetMKBAxisPairsByName"); \ static_assert(offsetof(UIManager_GetMKBAxisPairsByName, AxisName) == 0x000000, "Member 'UIManager_GetMKBAxisPairsByName::AxisName' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMKBAxisPairsByName, OutPositivePrimary) == 0x000008, "Member 'UIManager_GetMKBAxisPairsByName::OutPositivePrimary' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMKBAxisPairsByName, OutPositiveAlternative) == 0x000040, "Member 'UIManager_GetMKBAxisPairsByName::OutPositiveAlternative' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMKBAxisPairsByName, OutNegativePrimary) == 0x000078, "Member 'UIManager_GetMKBAxisPairsByName::OutNegativePrimary' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMKBAxisPairsByName, OutNegativeAlternative) == 0x0000B0, "Member 'UIManager_GetMKBAxisPairsByName::OutNegativeAlternative' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMKBAxisPairsByName, bTranspose) == 0x0000E8, "Member 'UIManager_GetMKBAxisPairsByName::bTranspose' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMKBAxisPairsByName, ReturnValue) == 0x0000E9, "Member 'UIManager_GetMKBAxisPairsByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetMutatedMKBAxisMappingsByName \ static_assert(alignof(UIManager_GetMutatedMKBAxisMappingsByName) == 0x000008, "Wrong alignment on UIManager_GetMutatedMKBAxisMappingsByName"); \ static_assert(sizeof(UIManager_GetMutatedMKBAxisMappingsByName) == 0x000170, "Wrong size on UIManager_GetMutatedMKBAxisMappingsByName"); \ static_assert(offsetof(UIManager_GetMutatedMKBAxisMappingsByName, AxisName) == 0x000000, "Member 'UIManager_GetMutatedMKBAxisMappingsByName::AxisName' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMutatedMKBAxisMappingsByName, ForbiddenKeys) == 0x000008, "Member 'UIManager_GetMutatedMKBAxisMappingsByName::ForbiddenKeys' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMutatedMKBAxisMappingsByName, OutPosMain) == 0x000018, "Member 'UIManager_GetMutatedMKBAxisMappingsByName::OutPosMain' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMutatedMKBAxisMappingsByName, OutFakePosMain) == 0x000050, "Member 'UIManager_GetMutatedMKBAxisMappingsByName::OutFakePosMain' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMutatedMKBAxisMappingsByName, OutPosAlt) == 0x000088, "Member 'UIManager_GetMutatedMKBAxisMappingsByName::OutPosAlt' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMutatedMKBAxisMappingsByName, OutNegMain) == 0x0000C0, "Member 'UIManager_GetMutatedMKBAxisMappingsByName::OutNegMain' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMutatedMKBAxisMappingsByName, OutFakeNegMain) == 0x0000F8, "Member 'UIManager_GetMutatedMKBAxisMappingsByName::OutFakeNegMain' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMutatedMKBAxisMappingsByName, OutNegAlt) == 0x000130, "Member 'UIManager_GetMutatedMKBAxisMappingsByName::OutNegAlt' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMutatedMKBAxisMappingsByName, bTranspose) == 0x000168, "Member 'UIManager_GetMutatedMKBAxisMappingsByName::bTranspose' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMutatedMKBAxisMappingsByName, ReturnValue) == 0x000169, "Member 'UIManager_GetMutatedMKBAxisMappingsByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetPCInputGroupHeaders \ static_assert(alignof(UIManager_GetPCInputGroupHeaders) == 0x000008, "Wrong alignment on UIManager_GetPCInputGroupHeaders"); \ static_assert(sizeof(UIManager_GetPCInputGroupHeaders) == 0x000018, "Wrong size on UIManager_GetPCInputGroupHeaders"); \ static_assert(offsetof(UIManager_GetPCInputGroupHeaders, bAction) == 0x000000, "Member 'UIManager_GetPCInputGroupHeaders::bAction' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetPCInputGroupHeaders, bAxis) == 0x000001, "Member 'UIManager_GetPCInputGroupHeaders::bAxis' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetPCInputGroupHeaders, ReturnValue) == 0x000008, "Member 'UIManager_GetPCInputGroupHeaders::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetUIManagerPure \ static_assert(alignof(UIManager_GetUIManagerPure) == 0x000008, "Wrong alignment on UIManager_GetUIManagerPure"); \ static_assert(sizeof(UIManager_GetUIManagerPure) == 0x000008, "Wrong size on UIManager_GetUIManagerPure"); \ static_assert(offsetof(UIManager_GetUIManagerPure, ReturnValue) == 0x000000, "Member 'UIManager_GetUIManagerPure::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetUIPlatformInputDevice \ static_assert(alignof(UIManager_GetUIPlatformInputDevice) == 0x000001, "Wrong alignment on UIManager_GetUIPlatformInputDevice"); \ static_assert(sizeof(UIManager_GetUIPlatformInputDevice) == 0x000001, "Wrong size on UIManager_GetUIPlatformInputDevice"); \ static_assert(offsetof(UIManager_GetUIPlatformInputDevice, ReturnValue) == 0x000000, "Member 'UIManager_GetUIPlatformInputDevice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsActionKeyValid \ static_assert(alignof(UIManager_IsActionKeyValid) == 0x000008, "Wrong alignment on UIManager_IsActionKeyValid"); \ static_assert(sizeof(UIManager_IsActionKeyValid) == 0x000040, "Wrong size on UIManager_IsActionKeyValid"); \ static_assert(offsetof(UIManager_IsActionKeyValid, InActionMapping) == 0x000000, "Member 'UIManager_IsActionKeyValid::InActionMapping' has a wrong offset!"); \ static_assert(offsetof(UIManager_IsActionKeyValid, ReturnValue) == 0x000038, "Member 'UIManager_IsActionKeyValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsAxisKeyValid \ static_assert(alignof(UIManager_IsAxisKeyValid) == 0x000008, "Wrong alignment on UIManager_IsAxisKeyValid"); \ static_assert(sizeof(UIManager_IsAxisKeyValid) == 0x000040, "Wrong size on UIManager_IsAxisKeyValid"); \ static_assert(offsetof(UIManager_IsAxisKeyValid, InAxisMapping) == 0x000000, "Member 'UIManager_IsAxisKeyValid::InAxisMapping' has a wrong offset!"); \ static_assert(offsetof(UIManager_IsAxisKeyValid, ReturnValue) == 0x000038, "Member 'UIManager_IsAxisKeyValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsGamepadTypeConnected \ static_assert(alignof(UIManager_IsGamepadTypeConnected) == 0x000001, "Wrong alignment on UIManager_IsGamepadTypeConnected"); \ static_assert(sizeof(UIManager_IsGamepadTypeConnected) == 0x000002, "Wrong size on UIManager_IsGamepadTypeConnected"); \ static_assert(offsetof(UIManager_IsGamepadTypeConnected, GamepadType) == 0x000000, "Member 'UIManager_IsGamepadTypeConnected::GamepadType' has a wrong offset!"); \ static_assert(offsetof(UIManager_IsGamepadTypeConnected, ReturnValue) == 0x000001, "Member 'UIManager_IsGamepadTypeConnected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsMenuReaderBusy \ static_assert(alignof(UIManager_IsMenuReaderBusy) == 0x000001, "Wrong alignment on UIManager_IsMenuReaderBusy"); \ static_assert(sizeof(UIManager_IsMenuReaderBusy) == 0x000001, "Wrong size on UIManager_IsMenuReaderBusy"); \ static_assert(offsetof(UIManager_IsMenuReaderBusy, ReturnValue) == 0x000000, "Member 'UIManager_IsMenuReaderBusy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsMenuReaderCurrentLanguageSupported \ static_assert(alignof(UIManager_IsMenuReaderCurrentLanguageSupported) == 0x000001, "Wrong alignment on UIManager_IsMenuReaderCurrentLanguageSupported"); \ static_assert(sizeof(UIManager_IsMenuReaderCurrentLanguageSupported) == 0x000001, "Wrong size on UIManager_IsMenuReaderCurrentLanguageSupported"); \ static_assert(offsetof(UIManager_IsMenuReaderCurrentLanguageSupported, ReturnValue) == 0x000000, "Member 'UIManager_IsMenuReaderCurrentLanguageSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsMenuReaderEnabled \ static_assert(alignof(UIManager_IsMenuReaderEnabled) == 0x000001, "Wrong alignment on UIManager_IsMenuReaderEnabled"); \ static_assert(sizeof(UIManager_IsMenuReaderEnabled) == 0x000001, "Wrong size on UIManager_IsMenuReaderEnabled"); \ static_assert(offsetof(UIManager_IsMenuReaderEnabled, ReturnValue) == 0x000000, "Member 'UIManager_IsMenuReaderEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsMenuReaderSupported \ static_assert(alignof(UIManager_IsMenuReaderSupported) == 0x000001, "Wrong alignment on UIManager_IsMenuReaderSupported"); \ static_assert(sizeof(UIManager_IsMenuReaderSupported) == 0x000001, "Wrong size on UIManager_IsMenuReaderSupported"); \ static_assert(offsetof(UIManager_IsMenuReaderSupported, ReturnValue) == 0x000000, "Member 'UIManager_IsMenuReaderSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsStudentLocatorBeaconActive \ static_assert(alignof(UIManager_IsStudentLocatorBeaconActive) == 0x000008, "Wrong alignment on UIManager_IsStudentLocatorBeaconActive"); \ static_assert(sizeof(UIManager_IsStudentLocatorBeaconActive) == 0x000018, "Wrong size on UIManager_IsStudentLocatorBeaconActive"); \ static_assert(offsetof(UIManager_IsStudentLocatorBeaconActive, StudentName) == 0x000000, "Member 'UIManager_IsStudentLocatorBeaconActive::StudentName' has a wrong offset!"); \ static_assert(offsetof(UIManager_IsStudentLocatorBeaconActive, ReturnValue) == 0x000010, "Member 'UIManager_IsStudentLocatorBeaconActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsUsingPS4Controller \ static_assert(alignof(UIManager_IsUsingPS4Controller) == 0x000001, "Wrong alignment on UIManager_IsUsingPS4Controller"); \ static_assert(sizeof(UIManager_IsUsingPS4Controller) == 0x000001, "Wrong size on UIManager_IsUsingPS4Controller"); \ static_assert(offsetof(UIManager_IsUsingPS4Controller, ReturnValue) == 0x000000, "Member 'UIManager_IsUsingPS4Controller::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsUsingPS5Controller \ static_assert(alignof(UIManager_IsUsingPS5Controller) == 0x000001, "Wrong alignment on UIManager_IsUsingPS5Controller"); \ static_assert(sizeof(UIManager_IsUsingPS5Controller) == 0x000001, "Wrong size on UIManager_IsUsingPS5Controller"); \ static_assert(offsetof(UIManager_IsUsingPS5Controller, ReturnValue) == 0x000000, "Member 'UIManager_IsUsingPS5Controller::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsUsingSteamController \ static_assert(alignof(UIManager_IsUsingSteamController) == 0x000001, "Wrong alignment on UIManager_IsUsingSteamController"); \ static_assert(sizeof(UIManager_IsUsingSteamController) == 0x000001, "Wrong size on UIManager_IsUsingSteamController"); \ static_assert(offsetof(UIManager_IsUsingSteamController, ReturnValue) == 0x000000, "Member 'UIManager_IsUsingSteamController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsUsingSwitchController \ static_assert(alignof(UIManager_IsUsingSwitchController) == 0x000001, "Wrong alignment on UIManager_IsUsingSwitchController"); \ static_assert(sizeof(UIManager_IsUsingSwitchController) == 0x000001, "Wrong size on UIManager_IsUsingSwitchController"); \ static_assert(offsetof(UIManager_IsUsingSwitchController, ReturnValue) == 0x000000, "Member 'UIManager_IsUsingSwitchController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsUsingXboxOneController \ static_assert(alignof(UIManager_IsUsingXboxOneController) == 0x000001, "Wrong alignment on UIManager_IsUsingXboxOneController"); \ static_assert(sizeof(UIManager_IsUsingXboxOneController) == 0x000001, "Wrong size on UIManager_IsUsingXboxOneController"); \ static_assert(offsetof(UIManager_IsUsingXboxOneController, ReturnValue) == 0x000000, "Member 'UIManager_IsUsingXboxOneController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_PhoenixKeyExists \ static_assert(alignof(UIManager_PhoenixKeyExists) == 0x000008, "Wrong alignment on UIManager_PhoenixKeyExists"); \ static_assert(sizeof(UIManager_PhoenixKeyExists) == 0x000018, "Wrong size on UIManager_PhoenixKeyExists"); \ static_assert(offsetof(UIManager_PhoenixKeyExists, Key) == 0x000000, "Member 'UIManager_PhoenixKeyExists::Key' has a wrong offset!"); \ static_assert(offsetof(UIManager_PhoenixKeyExists, ReturnValue) == 0x000010, "Member 'UIManager_PhoenixKeyExists::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_PhoenixTranslate \ static_assert(alignof(UIManager_PhoenixTranslate) == 0x000008, "Wrong alignment on UIManager_PhoenixTranslate"); \ static_assert(sizeof(UIManager_PhoenixTranslate) == 0x000030, "Wrong size on UIManager_PhoenixTranslate"); \ static_assert(offsetof(UIManager_PhoenixTranslate, Key) == 0x000000, "Member 'UIManager_PhoenixTranslate::Key' has a wrong offset!"); \ static_assert(offsetof(UIManager_PhoenixTranslate, DebugLogText) == 0x000010, "Member 'UIManager_PhoenixTranslate::DebugLogText' has a wrong offset!"); \ static_assert(offsetof(UIManager_PhoenixTranslate, ReturnValue) == 0x000020, "Member 'UIManager_PhoenixTranslate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_ResolveOptionPanelChoice \ static_assert(alignof(UIManager_ResolveOptionPanelChoice) == 0x000008, "Wrong alignment on UIManager_ResolveOptionPanelChoice"); \ static_assert(sizeof(UIManager_ResolveOptionPanelChoice) == 0x000020, "Wrong size on UIManager_ResolveOptionPanelChoice"); \ static_assert(offsetof(UIManager_ResolveOptionPanelChoice, DialogueLine) == 0x000000, "Member 'UIManager_ResolveOptionPanelChoice::DialogueLine' has a wrong offset!"); \ static_assert(offsetof(UIManager_ResolveOptionPanelChoice, ReturnValue) == 0x000010, "Member 'UIManager_ResolveOptionPanelChoice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SaveInputConfig \ static_assert(alignof(UIManager_SaveInputConfig) == 0x000001, "Wrong alignment on UIManager_SaveInputConfig"); \ static_assert(sizeof(UIManager_SaveInputConfig) == 0x000001, "Wrong size on UIManager_SaveInputConfig"); \ static_assert(offsetof(UIManager_SaveInputConfig, ReturnValue) == 0x000000, "Member 'UIManager_SaveInputConfig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetCursorWidget \ static_assert(alignof(UIManager_SetCursorWidget) == 0x000008, "Wrong alignment on UIManager_SetCursorWidget"); \ static_assert(sizeof(UIManager_SetCursorWidget) == 0x000008, "Wrong size on UIManager_SetCursorWidget"); \ static_assert(offsetof(UIManager_SetCursorWidget, NewCursor) == 0x000000, "Member 'UIManager_SetCursorWidget::NewCursor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetFactsheetMode \ static_assert(alignof(UIManager_SetFactsheetMode) == 0x000001, "Wrong alignment on UIManager_SetFactsheetMode"); \ static_assert(sizeof(UIManager_SetFactsheetMode) == 0x000001, "Wrong size on UIManager_SetFactsheetMode"); \ static_assert(offsetof(UIManager_SetFactsheetMode, NewFactsheetMode) == 0x000000, "Member 'UIManager_SetFactsheetMode::NewFactsheetMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetLocatorBeacon \ static_assert(alignof(UIManager_SetLocatorBeacon) == 0x000008, "Wrong alignment on UIManager_SetLocatorBeacon"); \ static_assert(sizeof(UIManager_SetLocatorBeacon) == 0x000038, "Wrong size on UIManager_SetLocatorBeacon"); \ static_assert(offsetof(UIManager_SetLocatorBeacon, StudentName) == 0x000000, "Member 'UIManager_SetLocatorBeacon::StudentName' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetLocatorBeacon, Location) == 0x000010, "Member 'UIManager_SetLocatorBeacon::Location' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetLocatorBeacon, BeaconIconName) == 0x000020, "Member 'UIManager_SetLocatorBeacon::BeaconIconName' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetLocatorBeacon, ReturnValue) == 0x000030, "Member 'UIManager_SetLocatorBeacon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetLocatorBeaconUsingDBDungeonEntrances \ static_assert(alignof(UIManager_SetLocatorBeaconUsingDBDungeonEntrances) == 0x000008, "Wrong alignment on UIManager_SetLocatorBeaconUsingDBDungeonEntrances"); \ static_assert(sizeof(UIManager_SetLocatorBeaconUsingDBDungeonEntrances) == 0x000018, "Wrong size on UIManager_SetLocatorBeaconUsingDBDungeonEntrances"); \ static_assert(offsetof(UIManager_SetLocatorBeaconUsingDBDungeonEntrances, LocationID) == 0x000000, "Member 'UIManager_SetLocatorBeaconUsingDBDungeonEntrances::LocationID' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetLocatorBeaconUsingDBDungeonEntrances, ReturnValue) == 0x000010, "Member 'UIManager_SetLocatorBeaconUsingDBDungeonEntrances::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetLocatorBeaconUsingDBLocation \ static_assert(alignof(UIManager_SetLocatorBeaconUsingDBLocation) == 0x000008, "Wrong alignment on UIManager_SetLocatorBeaconUsingDBLocation"); \ static_assert(sizeof(UIManager_SetLocatorBeaconUsingDBLocation) == 0x000018, "Wrong size on UIManager_SetLocatorBeaconUsingDBLocation"); \ static_assert(offsetof(UIManager_SetLocatorBeaconUsingDBLocation, LocationID) == 0x000000, "Member 'UIManager_SetLocatorBeaconUsingDBLocation::LocationID' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetLocatorBeaconUsingDBLocation, ReturnValue) == 0x000010, "Member 'UIManager_SetLocatorBeaconUsingDBLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetLocatorBeaconUsingType \ static_assert(alignof(UIManager_SetLocatorBeaconUsingType) == 0x000008, "Wrong alignment on UIManager_SetLocatorBeaconUsingType"); \ static_assert(sizeof(UIManager_SetLocatorBeaconUsingType) == 0x000028, "Wrong size on UIManager_SetLocatorBeaconUsingType"); \ static_assert(offsetof(UIManager_SetLocatorBeaconUsingType, Type) == 0x000000, "Member 'UIManager_SetLocatorBeaconUsingType::Type' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetLocatorBeaconUsingType, NameOrLocation) == 0x000010, "Member 'UIManager_SetLocatorBeaconUsingType::NameOrLocation' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetLocatorBeaconUsingType, ReturnValue) == 0x000020, "Member 'UIManager_SetLocatorBeaconUsingType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetMenuReaderEnabled \ static_assert(alignof(UIManager_SetMenuReaderEnabled) == 0x000001, "Wrong alignment on UIManager_SetMenuReaderEnabled"); \ static_assert(sizeof(UIManager_SetMenuReaderEnabled) == 0x000002, "Wrong size on UIManager_SetMenuReaderEnabled"); \ static_assert(offsetof(UIManager_SetMenuReaderEnabled, bEnabled) == 0x000000, "Member 'UIManager_SetMenuReaderEnabled::bEnabled' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetMenuReaderEnabled, ReturnValue) == 0x000001, "Member 'UIManager_SetMenuReaderEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetMenuReaderVoice \ static_assert(alignof(UIManager_SetMenuReaderVoice) == 0x000008, "Wrong alignment on UIManager_SetMenuReaderVoice"); \ static_assert(sizeof(UIManager_SetMenuReaderVoice) == 0x000038, "Wrong size on UIManager_SetMenuReaderVoice"); \ static_assert(offsetof(UIManager_SetMenuReaderVoice, InVoice) == 0x000000, "Member 'UIManager_SetMenuReaderVoice::InVoice' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetMenuReaderVoice, ReturnValue) == 0x000030, "Member 'UIManager_SetMenuReaderVoice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetMenuReaderVolume \ static_assert(alignof(UIManager_SetMenuReaderVolume) == 0x000004, "Wrong alignment on UIManager_SetMenuReaderVolume"); \ static_assert(sizeof(UIManager_SetMenuReaderVolume) == 0x000008, "Wrong size on UIManager_SetMenuReaderVolume"); \ static_assert(offsetof(UIManager_SetMenuReaderVolume, InVolume) == 0x000000, "Member 'UIManager_SetMenuReaderVolume::InVolume' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetMenuReaderVolume, ReturnValue) == 0x000004, "Member 'UIManager_SetMenuReaderVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetMKBAction \ static_assert(alignof(UIManager_SetMKBAction) == 0x000008, "Wrong alignment on UIManager_SetMKBAction"); \ static_assert(sizeof(UIManager_SetMKBAction) == 0x000040, "Wrong size on UIManager_SetMKBAction"); \ static_assert(offsetof(UIManager_SetMKBAction, InActionMapping) == 0x000000, "Member 'UIManager_SetMKBAction::InActionMapping' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetMKBAction, bIsPrimary) == 0x000038, "Member 'UIManager_SetMKBAction::bIsPrimary' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetMKBAction, bForceRebuildKeymaps) == 0x000039, "Member 'UIManager_SetMKBAction::bForceRebuildKeymaps' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetMKBAction, bTranspose) == 0x00003A, "Member 'UIManager_SetMKBAction::bTranspose' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetMKBAction, ReturnValue) == 0x00003B, "Member 'UIManager_SetMKBAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetMKBAxis \ static_assert(alignof(UIManager_SetMKBAxis) == 0x000008, "Wrong alignment on UIManager_SetMKBAxis"); \ static_assert(sizeof(UIManager_SetMKBAxis) == 0x000040, "Wrong size on UIManager_SetMKBAxis"); \ static_assert(offsetof(UIManager_SetMKBAxis, InAxisMapping) == 0x000000, "Member 'UIManager_SetMKBAxis::InAxisMapping' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetMKBAxis, bIsPrimary) == 0x000038, "Member 'UIManager_SetMKBAxis::bIsPrimary' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetMKBAxis, bForceRebuildKeymaps) == 0x000039, "Member 'UIManager_SetMKBAxis::bForceRebuildKeymaps' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetMKBAxis, bTranspose) == 0x00003A, "Member 'UIManager_SetMKBAxis::bTranspose' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetMKBAxis, ReturnValue) == 0x00003B, "Member 'UIManager_SetMKBAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetStudentLocatorBeacon \ static_assert(alignof(UIManager_SetStudentLocatorBeacon) == 0x000008, "Wrong alignment on UIManager_SetStudentLocatorBeacon"); \ static_assert(sizeof(UIManager_SetStudentLocatorBeacon) == 0x000018, "Wrong size on UIManager_SetStudentLocatorBeacon"); \ static_assert(offsetof(UIManager_SetStudentLocatorBeacon, StudentName) == 0x000000, "Member 'UIManager_SetStudentLocatorBeacon::StudentName' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetStudentLocatorBeacon, ReturnValue) == 0x000010, "Member 'UIManager_SetStudentLocatorBeacon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetUIDisplayMode \ static_assert(alignof(UIManager_SetUIDisplayMode) == 0x000001, "Wrong alignment on UIManager_SetUIDisplayMode"); \ static_assert(sizeof(UIManager_SetUIDisplayMode) == 0x000001, "Wrong size on UIManager_SetUIDisplayMode"); \ static_assert(offsetof(UIManager_SetUIDisplayMode, DisplayMode) == 0x000000, "Member 'UIManager_SetUIDisplayMode::DisplayMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_TransposeActionFromQWERTY \ static_assert(alignof(UIManager_TransposeActionFromQWERTY) == 0x000008, "Wrong alignment on UIManager_TransposeActionFromQWERTY"); \ static_assert(sizeof(UIManager_TransposeActionFromQWERTY) == 0x000020, "Wrong size on UIManager_TransposeActionFromQWERTY"); \ static_assert(offsetof(UIManager_TransposeActionFromQWERTY, ActionMappings) == 0x000000, "Member 'UIManager_TransposeActionFromQWERTY::ActionMappings' has a wrong offset!"); \ static_assert(offsetof(UIManager_TransposeActionFromQWERTY, ReturnValue) == 0x000010, "Member 'UIManager_TransposeActionFromQWERTY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_TransposeActionToQWERTY \ static_assert(alignof(UIManager_TransposeActionToQWERTY) == 0x000008, "Wrong alignment on UIManager_TransposeActionToQWERTY"); \ static_assert(sizeof(UIManager_TransposeActionToQWERTY) == 0x000020, "Wrong size on UIManager_TransposeActionToQWERTY"); \ static_assert(offsetof(UIManager_TransposeActionToQWERTY, ActionMappings) == 0x000000, "Member 'UIManager_TransposeActionToQWERTY::ActionMappings' has a wrong offset!"); \ static_assert(offsetof(UIManager_TransposeActionToQWERTY, ReturnValue) == 0x000010, "Member 'UIManager_TransposeActionToQWERTY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_TransposeAxisFromQWERTY \ static_assert(alignof(UIManager_TransposeAxisFromQWERTY) == 0x000008, "Wrong alignment on UIManager_TransposeAxisFromQWERTY"); \ static_assert(sizeof(UIManager_TransposeAxisFromQWERTY) == 0x000020, "Wrong size on UIManager_TransposeAxisFromQWERTY"); \ static_assert(offsetof(UIManager_TransposeAxisFromQWERTY, AxisMappings) == 0x000000, "Member 'UIManager_TransposeAxisFromQWERTY::AxisMappings' has a wrong offset!"); \ static_assert(offsetof(UIManager_TransposeAxisFromQWERTY, ReturnValue) == 0x000010, "Member 'UIManager_TransposeAxisFromQWERTY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_TransposeAxisToQWERTY \ static_assert(alignof(UIManager_TransposeAxisToQWERTY) == 0x000008, "Wrong alignment on UIManager_TransposeAxisToQWERTY"); \ static_assert(sizeof(UIManager_TransposeAxisToQWERTY) == 0x000020, "Wrong size on UIManager_TransposeAxisToQWERTY"); \ static_assert(offsetof(UIManager_TransposeAxisToQWERTY, AxisMappings) == 0x000000, "Member 'UIManager_TransposeAxisToQWERTY::AxisMappings' has a wrong offset!"); \ static_assert(offsetof(UIManager_TransposeAxisToQWERTY, ReturnValue) == 0x000010, "Member 'UIManager_TransposeAxisToQWERTY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_UnbindMKBAction \ static_assert(alignof(UIManager_UnbindMKBAction) == 0x000008, "Wrong alignment on UIManager_UnbindMKBAction"); \ static_assert(sizeof(UIManager_UnbindMKBAction) == 0x000040, "Wrong size on UIManager_UnbindMKBAction"); \ static_assert(offsetof(UIManager_UnbindMKBAction, InActionMapping) == 0x000000, "Member 'UIManager_UnbindMKBAction::InActionMapping' has a wrong offset!"); \ static_assert(offsetof(UIManager_UnbindMKBAction, bForceRebuildKeymaps) == 0x000038, "Member 'UIManager_UnbindMKBAction::bForceRebuildKeymaps' has a wrong offset!"); \ static_assert(offsetof(UIManager_UnbindMKBAction, bTranspose) == 0x000039, "Member 'UIManager_UnbindMKBAction::bTranspose' has a wrong offset!"); \ static_assert(offsetof(UIManager_UnbindMKBAction, ReturnValue) == 0x00003A, "Member 'UIManager_UnbindMKBAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_UnbindMKBAxis \ static_assert(alignof(UIManager_UnbindMKBAxis) == 0x000008, "Wrong alignment on UIManager_UnbindMKBAxis"); \ static_assert(sizeof(UIManager_UnbindMKBAxis) == 0x000040, "Wrong size on UIManager_UnbindMKBAxis"); \ static_assert(offsetof(UIManager_UnbindMKBAxis, InAxisMapping) == 0x000000, "Member 'UIManager_UnbindMKBAxis::InAxisMapping' has a wrong offset!"); \ static_assert(offsetof(UIManager_UnbindMKBAxis, bForceRebuildKeymaps) == 0x000038, "Member 'UIManager_UnbindMKBAxis::bForceRebuildKeymaps' has a wrong offset!"); \ static_assert(offsetof(UIManager_UnbindMKBAxis, bTranspose) == 0x000039, "Member 'UIManager_UnbindMKBAxis::bTranspose' has a wrong offset!"); \ static_assert(offsetof(UIManager_UnbindMKBAxis, ReturnValue) == 0x00003A, "Member 'UIManager_UnbindMKBAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_UpdateFSKnownItemsDetailMap \ static_assert(alignof(UIManager_UpdateFSKnownItemsDetailMap) == 0x000008, "Wrong alignment on UIManager_UpdateFSKnownItemsDetailMap"); \ static_assert(sizeof(UIManager_UpdateFSKnownItemsDetailMap) == 0x000028, "Wrong size on UIManager_UpdateFSKnownItemsDetailMap"); \ static_assert(offsetof(UIManager_UpdateFSKnownItemsDetailMap, FactItem) == 0x000000, "Member 'UIManager_UpdateFSKnownItemsDetailMap::FactItem' has a wrong offset!"); \ static_assert(offsetof(UIManager_UpdateFSKnownItemsDetailMap, FactAttribute) == 0x000010, "Member 'UIManager_UpdateFSKnownItemsDetailMap::FactAttribute' has a wrong offset!"); \ static_assert(offsetof(UIManager_UpdateFSKnownItemsDetailMap, FactState) == 0x000020, "Member 'UIManager_UpdateFSKnownItemsDetailMap::FactState' has a wrong offset!"); \ static_assert(offsetof(UIManager_UpdateFSKnownItemsDetailMap, ReturnValue) == 0x000021, "Member 'UIManager_UpdateFSKnownItemsDetailMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_ValidateMenuReaderVoice \ static_assert(alignof(UIManager_ValidateMenuReaderVoice) == 0x000008, "Wrong alignment on UIManager_ValidateMenuReaderVoice"); \ static_assert(sizeof(UIManager_ValidateMenuReaderVoice) == 0x000060, "Wrong size on UIManager_ValidateMenuReaderVoice"); \ static_assert(offsetof(UIManager_ValidateMenuReaderVoice, InVoice) == 0x000000, "Member 'UIManager_ValidateMenuReaderVoice::InVoice' has a wrong offset!"); \ static_assert(offsetof(UIManager_ValidateMenuReaderVoice, ReturnValue) == 0x000030, "Member 'UIManager_ValidateMenuReaderVoice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_AddNavPathPoints \ static_assert(alignof(UIManager_AddNavPathPoints) == 0x000008, "Wrong alignment on UIManager_AddNavPathPoints"); \ static_assert(sizeof(UIManager_AddNavPathPoints) == 0x000018, "Wrong size on UIManager_AddNavPathPoints"); \ static_assert(offsetof(UIManager_AddNavPathPoints, PathPoints) == 0x000000, "Member 'UIManager_AddNavPathPoints::PathPoints' has a wrong offset!"); \ static_assert(offsetof(UIManager_AddNavPathPoints, Width) == 0x000010, "Member 'UIManager_AddNavPathPoints::Width' has a wrong offset!"); \ static_assert(offsetof(UIManager_AddNavPathPoints, Height) == 0x000014, "Member 'UIManager_AddNavPathPoints::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_AddNewIndicatorItem \ static_assert(alignof(UIManager_AddNewIndicatorItem) == 0x000004, "Wrong alignment on UIManager_AddNewIndicatorItem"); \ static_assert(sizeof(UIManager_AddNewIndicatorItem) == 0x000010, "Wrong size on UIManager_AddNewIndicatorItem"); \ static_assert(offsetof(UIManager_AddNewIndicatorItem, CategoryName) == 0x000000, "Member 'UIManager_AddNewIndicatorItem::CategoryName' has a wrong offset!"); \ static_assert(offsetof(UIManager_AddNewIndicatorItem, ItemName) == 0x000008, "Member 'UIManager_AddNewIndicatorItem::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_AddPathEnd \ static_assert(alignof(UIManager_AddPathEnd) == 0x000004, "Wrong alignment on UIManager_AddPathEnd"); \ static_assert(sizeof(UIManager_AddPathEnd) == 0x000014, "Wrong size on UIManager_AddPathEnd"); \ static_assert(offsetof(UIManager_AddPathEnd, End) == 0x000000, "Member 'UIManager_AddPathEnd::End' has a wrong offset!"); \ static_assert(offsetof(UIManager_AddPathEnd, Width) == 0x00000C, "Member 'UIManager_AddPathEnd::Width' has a wrong offset!"); \ static_assert(offsetof(UIManager_AddPathEnd, Height) == 0x000010, "Member 'UIManager_AddPathEnd::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_AddPathPoints \ static_assert(alignof(UIManager_AddPathPoints) == 0x000008, "Wrong alignment on UIManager_AddPathPoints"); \ static_assert(sizeof(UIManager_AddPathPoints) == 0x000018, "Wrong size on UIManager_AddPathPoints"); \ static_assert(offsetof(UIManager_AddPathPoints, PathPoints) == 0x000000, "Member 'UIManager_AddPathPoints::PathPoints' has a wrong offset!"); \ static_assert(offsetof(UIManager_AddPathPoints, Width) == 0x000010, "Member 'UIManager_AddPathPoints::Width' has a wrong offset!"); \ static_assert(offsetof(UIManager_AddPathPoints, Height) == 0x000014, "Member 'UIManager_AddPathPoints::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_AddPathStartEnd \ static_assert(alignof(UIManager_AddPathStartEnd) == 0x000004, "Wrong alignment on UIManager_AddPathStartEnd"); \ static_assert(sizeof(UIManager_AddPathStartEnd) == 0x000020, "Wrong size on UIManager_AddPathStartEnd"); \ static_assert(offsetof(UIManager_AddPathStartEnd, Start) == 0x000000, "Member 'UIManager_AddPathStartEnd::Start' has a wrong offset!"); \ static_assert(offsetof(UIManager_AddPathStartEnd, End) == 0x00000C, "Member 'UIManager_AddPathStartEnd::End' has a wrong offset!"); \ static_assert(offsetof(UIManager_AddPathStartEnd, Width) == 0x000018, "Member 'UIManager_AddPathStartEnd::Width' has a wrong offset!"); \ static_assert(offsetof(UIManager_AddPathStartEnd, Height) == 0x00001C, "Member 'UIManager_AddPathStartEnd::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_AdvanceTime \ static_assert(alignof(UIManager_AdvanceTime) == 0x000008, "Wrong alignment on UIManager_AdvanceTime"); \ static_assert(sizeof(UIManager_AdvanceTime) == 0x000008, "Wrong size on UIManager_AdvanceTime"); \ static_assert(offsetof(UIManager_AdvanceTime, DeltaTimeAdvance) == 0x000000, "Member 'UIManager_AdvanceTime::DeltaTimeAdvance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_AlertComponentWidget \ static_assert(alignof(UIManager_AlertComponentWidget) == 0x000008, "Wrong alignment on UIManager_AlertComponentWidget"); \ static_assert(sizeof(UIManager_AlertComponentWidget) == 0x000010, "Wrong size on UIManager_AlertComponentWidget"); \ static_assert(offsetof(UIManager_AlertComponentWidget, Target) == 0x000000, "Member 'UIManager_AlertComponentWidget::Target' has a wrong offset!"); \ static_assert(offsetof(UIManager_AlertComponentWidget, WidgetType) == 0x000008, "Member 'UIManager_AlertComponentWidget::WidgetType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_AppendNavPointsUsingActors \ static_assert(alignof(UIManager_AppendNavPointsUsingActors) == 0x000008, "Wrong alignment on UIManager_AppendNavPointsUsingActors"); \ static_assert(sizeof(UIManager_AppendNavPointsUsingActors) == 0x000010, "Wrong size on UIManager_AppendNavPointsUsingActors"); \ static_assert(offsetof(UIManager_AppendNavPointsUsingActors, Actors) == 0x000000, "Member 'UIManager_AppendNavPointsUsingActors::Actors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_BuildNavPointsUsingActors \ static_assert(alignof(UIManager_BuildNavPointsUsingActors) == 0x000008, "Wrong alignment on UIManager_BuildNavPointsUsingActors"); \ static_assert(sizeof(UIManager_BuildNavPointsUsingActors) == 0x000018, "Wrong size on UIManager_BuildNavPointsUsingActors"); \ static_assert(offsetof(UIManager_BuildNavPointsUsingActors, Actors) == 0x000000, "Member 'UIManager_BuildNavPointsUsingActors::Actors' has a wrong offset!"); \ static_assert(offsetof(UIManager_BuildNavPointsUsingActors, Width) == 0x000010, "Member 'UIManager_BuildNavPointsUsingActors::Width' has a wrong offset!"); \ static_assert(offsetof(UIManager_BuildNavPointsUsingActors, Height) == 0x000014, "Member 'UIManager_BuildNavPointsUsingActors::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_CanBackOutOfAvatarCreator \ static_assert(alignof(UIManager_CanBackOutOfAvatarCreator) == 0x000001, "Wrong alignment on UIManager_CanBackOutOfAvatarCreator"); \ static_assert(sizeof(UIManager_CanBackOutOfAvatarCreator) == 0x000001, "Wrong size on UIManager_CanBackOutOfAvatarCreator"); \ static_assert(offsetof(UIManager_CanBackOutOfAvatarCreator, ReturnValue) == 0x000000, "Member 'UIManager_CanBackOutOfAvatarCreator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_CanPlayIntroNormally \ static_assert(alignof(UIManager_CanPlayIntroNormally) == 0x000001, "Wrong alignment on UIManager_CanPlayIntroNormally"); \ static_assert(sizeof(UIManager_CanPlayIntroNormally) == 0x000001, "Wrong size on UIManager_CanPlayIntroNormally"); \ static_assert(offsetof(UIManager_CanPlayIntroNormally, ReturnValue) == 0x000000, "Member 'UIManager_CanPlayIntroNormally::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_ChallengeResultsScreenLoaded \ static_assert(alignof(UIManager_ChallengeResultsScreenLoaded) == 0x000008, "Wrong alignment on UIManager_ChallengeResultsScreenLoaded"); \ static_assert(sizeof(UIManager_ChallengeResultsScreenLoaded) == 0x000008, "Wrong size on UIManager_ChallengeResultsScreenLoaded"); \ static_assert(offsetof(UIManager_ChallengeResultsScreenLoaded, Screen) == 0x000000, "Member 'UIManager_ChallengeResultsScreenLoaded::Screen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_ClearNewIndicatorCategory \ static_assert(alignof(UIManager_ClearNewIndicatorCategory) == 0x000004, "Wrong alignment on UIManager_ClearNewIndicatorCategory"); \ static_assert(sizeof(UIManager_ClearNewIndicatorCategory) == 0x000008, "Wrong size on UIManager_ClearNewIndicatorCategory"); \ static_assert(offsetof(UIManager_ClearNewIndicatorCategory, CategoryName) == 0x000000, "Member 'UIManager_ClearNewIndicatorCategory::CategoryName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_ClearNewIndicatorItem \ static_assert(alignof(UIManager_ClearNewIndicatorItem) == 0x000004, "Wrong alignment on UIManager_ClearNewIndicatorItem"); \ static_assert(sizeof(UIManager_ClearNewIndicatorItem) == 0x000010, "Wrong size on UIManager_ClearNewIndicatorItem"); \ static_assert(offsetof(UIManager_ClearNewIndicatorItem, CategoryName) == 0x000000, "Member 'UIManager_ClearNewIndicatorItem::CategoryName' has a wrong offset!"); \ static_assert(offsetof(UIManager_ClearNewIndicatorItem, ItemName) == 0x000008, "Member 'UIManager_ClearNewIndicatorItem::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_CreateGameOverScreen \ static_assert(alignof(UIManager_CreateGameOverScreen) == 0x000001, "Wrong alignment on UIManager_CreateGameOverScreen"); \ static_assert(sizeof(UIManager_CreateGameOverScreen) == 0x000001, "Wrong size on UIManager_CreateGameOverScreen"); \ static_assert(offsetof(UIManager_CreateGameOverScreen, Reason) == 0x000000, "Member 'UIManager_CreateGameOverScreen::Reason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_CreateHUDLog \ static_assert(alignof(UIManager_CreateHUDLog) == 0x000008, "Wrong alignment on UIManager_CreateHUDLog"); \ static_assert(sizeof(UIManager_CreateHUDLog) == 0x000028, "Wrong size on UIManager_CreateHUDLog"); \ static_assert(offsetof(UIManager_CreateHUDLog, pShow) == 0x000000, "Member 'UIManager_CreateHUDLog::pShow' has a wrong offset!"); \ static_assert(offsetof(UIManager_CreateHUDLog, Group) == 0x000008, "Member 'UIManager_CreateHUDLog::Group' has a wrong offset!"); \ static_assert(offsetof(UIManager_CreateHUDLog, pContext) == 0x000018, "Member 'UIManager_CreateHUDLog::pContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_DebugTriggerChallengeCompleteNotification \ static_assert(alignof(UIManager_DebugTriggerChallengeCompleteNotification) == 0x000004, "Wrong alignment on UIManager_DebugTriggerChallengeCompleteNotification"); \ static_assert(sizeof(UIManager_DebugTriggerChallengeCompleteNotification) == 0x00001C, "Wrong size on UIManager_DebugTriggerChallengeCompleteNotification"); \ static_assert(offsetof(UIManager_DebugTriggerChallengeCompleteNotification, ChallengeID) == 0x000000, "Member 'UIManager_DebugTriggerChallengeCompleteNotification::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UIManager_DebugTriggerChallengeCompleteNotification, ChallengeCategory) == 0x000008, "Member 'UIManager_DebugTriggerChallengeCompleteNotification::ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UIManager_DebugTriggerChallengeCompleteNotification, CompletedLevel) == 0x000010, "Member 'UIManager_DebugTriggerChallengeCompleteNotification::CompletedLevel' has a wrong offset!"); \ static_assert(offsetof(UIManager_DebugTriggerChallengeCompleteNotification, TotalLevels) == 0x000014, "Member 'UIManager_DebugTriggerChallengeCompleteNotification::TotalLevels' has a wrong offset!"); \ static_assert(offsetof(UIManager_DebugTriggerChallengeCompleteNotification, TotalInstancesForLevel) == 0x000018, "Member 'UIManager_DebugTriggerChallengeCompleteNotification::TotalInstancesForLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_DebugTriggerChallengeUnlockedNotification \ static_assert(alignof(UIManager_DebugTriggerChallengeUnlockedNotification) == 0x000004, "Wrong alignment on UIManager_DebugTriggerChallengeUnlockedNotification"); \ static_assert(sizeof(UIManager_DebugTriggerChallengeUnlockedNotification) == 0x000014, "Wrong size on UIManager_DebugTriggerChallengeUnlockedNotification"); \ static_assert(offsetof(UIManager_DebugTriggerChallengeUnlockedNotification, ChallengeID) == 0x000000, "Member 'UIManager_DebugTriggerChallengeUnlockedNotification::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UIManager_DebugTriggerChallengeUnlockedNotification, ChallengeCategory) == 0x000008, "Member 'UIManager_DebugTriggerChallengeUnlockedNotification::ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UIManager_DebugTriggerChallengeUnlockedNotification, TotalRequired) == 0x000010, "Member 'UIManager_DebugTriggerChallengeUnlockedNotification::TotalRequired' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_DebugTriggerChallengeUpdatedNotification \ static_assert(alignof(UIManager_DebugTriggerChallengeUpdatedNotification) == 0x000004, "Wrong alignment on UIManager_DebugTriggerChallengeUpdatedNotification"); \ static_assert(sizeof(UIManager_DebugTriggerChallengeUpdatedNotification) == 0x000018, "Wrong size on UIManager_DebugTriggerChallengeUpdatedNotification"); \ static_assert(offsetof(UIManager_DebugTriggerChallengeUpdatedNotification, ChallengeID) == 0x000000, "Member 'UIManager_DebugTriggerChallengeUpdatedNotification::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UIManager_DebugTriggerChallengeUpdatedNotification, ChallengeCategory) == 0x000008, "Member 'UIManager_DebugTriggerChallengeUpdatedNotification::ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UIManager_DebugTriggerChallengeUpdatedNotification, CompletedAmt) == 0x000010, "Member 'UIManager_DebugTriggerChallengeUpdatedNotification::CompletedAmt' has a wrong offset!"); \ static_assert(offsetof(UIManager_DebugTriggerChallengeUpdatedNotification, TotalRequired) == 0x000014, "Member 'UIManager_DebugTriggerChallengeUpdatedNotification::TotalRequired' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_DebugTriggerCollectionKnownNotification \ static_assert(alignof(UIManager_DebugTriggerCollectionKnownNotification) == 0x000004, "Wrong alignment on UIManager_DebugTriggerCollectionKnownNotification"); \ static_assert(sizeof(UIManager_DebugTriggerCollectionKnownNotification) == 0x000010, "Wrong size on UIManager_DebugTriggerCollectionKnownNotification"); \ static_assert(offsetof(UIManager_DebugTriggerCollectionKnownNotification, CollectionID) == 0x000000, "Member 'UIManager_DebugTriggerCollectionKnownNotification::CollectionID' has a wrong offset!"); \ static_assert(offsetof(UIManager_DebugTriggerCollectionKnownNotification, CollectionCategory) == 0x000008, "Member 'UIManager_DebugTriggerCollectionKnownNotification::CollectionCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_DebugTriggerCollectionObtainedNotification \ static_assert(alignof(UIManager_DebugTriggerCollectionObtainedNotification) == 0x000004, "Wrong alignment on UIManager_DebugTriggerCollectionObtainedNotification"); \ static_assert(sizeof(UIManager_DebugTriggerCollectionObtainedNotification) == 0x000010, "Wrong size on UIManager_DebugTriggerCollectionObtainedNotification"); \ static_assert(offsetof(UIManager_DebugTriggerCollectionObtainedNotification, CollectionID) == 0x000000, "Member 'UIManager_DebugTriggerCollectionObtainedNotification::CollectionID' has a wrong offset!"); \ static_assert(offsetof(UIManager_DebugTriggerCollectionObtainedNotification, CollectionCategory) == 0x000008, "Member 'UIManager_DebugTriggerCollectionObtainedNotification::CollectionCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_DoesRightTriggerCastStupefy \ static_assert(alignof(UIManager_DoesRightTriggerCastStupefy) == 0x000001, "Wrong alignment on UIManager_DoesRightTriggerCastStupefy"); \ static_assert(sizeof(UIManager_DoesRightTriggerCastStupefy) == 0x000001, "Wrong size on UIManager_DoesRightTriggerCastStupefy"); \ static_assert(offsetof(UIManager_DoesRightTriggerCastStupefy, ReturnValue) == 0x000000, "Member 'UIManager_DoesRightTriggerCastStupefy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_ExitFieldGuideWithReason \ static_assert(alignof(UIManager_ExitFieldGuideWithReason) == 0x000008, "Wrong alignment on UIManager_ExitFieldGuideWithReason"); \ static_assert(sizeof(UIManager_ExitFieldGuideWithReason) == 0x000028, "Wrong size on UIManager_ExitFieldGuideWithReason"); \ static_assert(offsetof(UIManager_ExitFieldGuideWithReason, ExitReason) == 0x000000, "Member 'UIManager_ExitFieldGuideWithReason::ExitReason' has a wrong offset!"); \ static_assert(offsetof(UIManager_ExitFieldGuideWithReason, SkipFadeScreen) == 0x000001, "Member 'UIManager_ExitFieldGuideWithReason::SkipFadeScreen' has a wrong offset!"); \ static_assert(offsetof(UIManager_ExitFieldGuideWithReason, CharacterID) == 0x000004, "Member 'UIManager_ExitFieldGuideWithReason::CharacterID' has a wrong offset!"); \ static_assert(offsetof(UIManager_ExitFieldGuideWithReason, Filename) == 0x000008, "Member 'UIManager_ExitFieldGuideWithReason::Filename' has a wrong offset!"); \ static_assert(offsetof(UIManager_ExitFieldGuideWithReason, FastTravelName) == 0x000018, "Member 'UIManager_ExitFieldGuideWithReason::FastTravelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_FadeIn \ static_assert(alignof(UIManager_FadeIn) == 0x000004, "Wrong alignment on UIManager_FadeIn"); \ static_assert(sizeof(UIManager_FadeIn) == 0x000004, "Wrong size on UIManager_FadeIn"); \ static_assert(offsetof(UIManager_FadeIn, Duration) == 0x000000, "Member 'UIManager_FadeIn::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_FadeOut \ static_assert(alignof(UIManager_FadeOut) == 0x000004, "Wrong alignment on UIManager_FadeOut"); \ static_assert(sizeof(UIManager_FadeOut) == 0x000004, "Wrong size on UIManager_FadeOut"); \ static_assert(offsetof(UIManager_FadeOut, Duration) == 0x000000, "Member 'UIManager_FadeOut::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_FadeOutFromPhotoMode \ static_assert(alignof(UIManager_FadeOutFromPhotoMode) == 0x000004, "Wrong alignment on UIManager_FadeOutFromPhotoMode"); \ static_assert(sizeof(UIManager_FadeOutFromPhotoMode) == 0x000008, "Wrong size on UIManager_FadeOutFromPhotoMode"); \ static_assert(offsetof(UIManager_FadeOutFromPhotoMode, Duration) == 0x000000, "Member 'UIManager_FadeOutFromPhotoMode::Duration' has a wrong offset!"); \ static_assert(offsetof(UIManager_FadeOutFromPhotoMode, InSeason) == 0x000004, "Member 'UIManager_FadeOutFromPhotoMode::InSeason' has a wrong offset!"); \ static_assert(offsetof(UIManager_FadeOutFromPhotoMode, bBackToFieldGuide) == 0x000005, "Member 'UIManager_FadeOutFromPhotoMode::bBackToFieldGuide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_FadeOutToColor \ static_assert(alignof(UIManager_FadeOutToColor) == 0x000004, "Wrong alignment on UIManager_FadeOutToColor"); \ static_assert(sizeof(UIManager_FadeOutToColor) == 0x000014, "Wrong size on UIManager_FadeOutToColor"); \ static_assert(offsetof(UIManager_FadeOutToColor, Duration) == 0x000000, "Member 'UIManager_FadeOutToColor::Duration' has a wrong offset!"); \ static_assert(offsetof(UIManager_FadeOutToColor, TargetColor) == 0x000004, "Member 'UIManager_FadeOutToColor::TargetColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_FieldGuideMenuStart \ static_assert(alignof(UIManager_FieldGuideMenuStart) == 0x000001, "Wrong alignment on UIManager_FieldGuideMenuStart"); \ static_assert(sizeof(UIManager_FieldGuideMenuStart) == 0x000001, "Wrong size on UIManager_FieldGuideMenuStart"); \ static_assert(offsetof(UIManager_FieldGuideMenuStart, PrePauseSeason) == 0x000000, "Member 'UIManager_FieldGuideMenuStart::PrePauseSeason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_ForceFGBookAssetsToBeResident \ static_assert(alignof(UIManager_ForceFGBookAssetsToBeResident) == 0x000008, "Wrong alignment on UIManager_ForceFGBookAssetsToBeResident"); \ static_assert(sizeof(UIManager_ForceFGBookAssetsToBeResident) == 0x000008, "Wrong size on UIManager_ForceFGBookAssetsToBeResident"); \ static_assert(offsetof(UIManager_ForceFGBookAssetsToBeResident, BookSK) == 0x000000, "Member 'UIManager_ForceFGBookAssetsToBeResident::BookSK' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GameOverScreenLoaded \ static_assert(alignof(UIManager_GameOverScreenLoaded) == 0x000008, "Wrong alignment on UIManager_GameOverScreenLoaded"); \ static_assert(sizeof(UIManager_GameOverScreenLoaded) == 0x000008, "Wrong size on UIManager_GameOverScreenLoaded"); \ static_assert(offsetof(UIManager_GameOverScreenLoaded, Screen) == 0x000000, "Member 'UIManager_GameOverScreenLoaded::Screen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetActiveBuffData \ static_assert(alignof(UIManager_GetActiveBuffData) == 0x000008, "Wrong alignment on UIManager_GetActiveBuffData"); \ static_assert(sizeof(UIManager_GetActiveBuffData) == 0x000010, "Wrong size on UIManager_GetActiveBuffData"); \ static_assert(offsetof(UIManager_GetActiveBuffData, ReturnValue) == 0x000000, "Member 'UIManager_GetActiveBuffData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetBuildNumber \ static_assert(alignof(UIManager_GetBuildNumber) == 0x000008, "Wrong alignment on UIManager_GetBuildNumber"); \ static_assert(sizeof(UIManager_GetBuildNumber) == 0x000010, "Wrong size on UIManager_GetBuildNumber"); \ static_assert(offsetof(UIManager_GetBuildNumber, ReturnValue) == 0x000000, "Member 'UIManager_GetBuildNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetCallOutComponentTarget \ static_assert(alignof(UIManager_GetCallOutComponentTarget) == 0x000008, "Wrong alignment on UIManager_GetCallOutComponentTarget"); \ static_assert(sizeof(UIManager_GetCallOutComponentTarget) == 0x000010, "Wrong size on UIManager_GetCallOutComponentTarget"); \ static_assert(offsetof(UIManager_GetCallOutComponentTarget, Target) == 0x000000, "Member 'UIManager_GetCallOutComponentTarget::Target' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetCallOutComponentTarget, ReturnValue) == 0x000008, "Member 'UIManager_GetCallOutComponentTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetCompanionSelectionScreen \ static_assert(alignof(UIManager_GetCompanionSelectionScreen) == 0x000008, "Wrong alignment on UIManager_GetCompanionSelectionScreen"); \ static_assert(sizeof(UIManager_GetCompanionSelectionScreen) == 0x000008, "Wrong size on UIManager_GetCompanionSelectionScreen"); \ static_assert(offsetof(UIManager_GetCompanionSelectionScreen, ReturnValue) == 0x000000, "Member 'UIManager_GetCompanionSelectionScreen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetCurrentWorld \ static_assert(alignof(UIManager_GetCurrentWorld) == 0x000008, "Wrong alignment on UIManager_GetCurrentWorld"); \ static_assert(sizeof(UIManager_GetCurrentWorld) == 0x000008, "Wrong size on UIManager_GetCurrentWorld"); \ static_assert(offsetof(UIManager_GetCurrentWorld, ReturnValue) == 0x000000, "Member 'UIManager_GetCurrentWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetDisplayedUserTag \ static_assert(alignof(UIManager_GetDisplayedUserTag) == 0x000008, "Wrong alignment on UIManager_GetDisplayedUserTag"); \ static_assert(sizeof(UIManager_GetDisplayedUserTag) == 0x000010, "Wrong size on UIManager_GetDisplayedUserTag"); \ static_assert(offsetof(UIManager_GetDisplayedUserTag, ReturnValue) == 0x000000, "Member 'UIManager_GetDisplayedUserTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetDungeonMap \ static_assert(alignof(UIManager_GetDungeonMap) == 0x000008, "Wrong alignment on UIManager_GetDungeonMap"); \ static_assert(sizeof(UIManager_GetDungeonMap) == 0x000008, "Wrong size on UIManager_GetDungeonMap"); \ static_assert(offsetof(UIManager_GetDungeonMap, ReturnValue) == 0x000000, "Member 'UIManager_GetDungeonMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetFieldGuideWidget \ static_assert(alignof(UIManager_GetFieldGuideWidget) == 0x000008, "Wrong alignment on UIManager_GetFieldGuideWidget"); \ static_assert(sizeof(UIManager_GetFieldGuideWidget) == 0x000008, "Wrong size on UIManager_GetFieldGuideWidget"); \ static_assert(offsetof(UIManager_GetFieldGuideWidget, ReturnValue) == 0x000000, "Member 'UIManager_GetFieldGuideWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetHasCurtainWidget \ static_assert(alignof(UIManager_GetHasCurtainWidget) == 0x000001, "Wrong alignment on UIManager_GetHasCurtainWidget"); \ static_assert(sizeof(UIManager_GetHasCurtainWidget) == 0x000001, "Wrong size on UIManager_GetHasCurtainWidget"); \ static_assert(offsetof(UIManager_GetHasCurtainWidget, ReturnValue) == 0x000000, "Member 'UIManager_GetHasCurtainWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetHiddenMenuTabs \ static_assert(alignof(UIManager_GetHiddenMenuTabs) == 0x000008, "Wrong alignment on UIManager_GetHiddenMenuTabs"); \ static_assert(sizeof(UIManager_GetHiddenMenuTabs) == 0x000010, "Wrong size on UIManager_GetHiddenMenuTabs"); \ static_assert(offsetof(UIManager_GetHiddenMenuTabs, ReturnValue) == 0x000000, "Member 'UIManager_GetHiddenMenuTabs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetHogsmeadeMap \ static_assert(alignof(UIManager_GetHogsmeadeMap) == 0x000008, "Wrong alignment on UIManager_GetHogsmeadeMap"); \ static_assert(sizeof(UIManager_GetHogsmeadeMap) == 0x000008, "Wrong size on UIManager_GetHogsmeadeMap"); \ static_assert(offsetof(UIManager_GetHogsmeadeMap, ReturnValue) == 0x000000, "Member 'UIManager_GetHogsmeadeMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetHogwartsMap \ static_assert(alignof(UIManager_GetHogwartsMap) == 0x000008, "Wrong alignment on UIManager_GetHogwartsMap"); \ static_assert(sizeof(UIManager_GetHogwartsMap) == 0x000008, "Wrong size on UIManager_GetHogwartsMap"); \ static_assert(offsetof(UIManager_GetHogwartsMap, ReturnValue) == 0x000000, "Member 'UIManager_GetHogwartsMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetIconDataTable \ static_assert(alignof(UIManager_GetIconDataTable) == 0x000008, "Wrong alignment on UIManager_GetIconDataTable"); \ static_assert(sizeof(UIManager_GetIconDataTable) == 0x000008, "Wrong size on UIManager_GetIconDataTable"); \ static_assert(offsetof(UIManager_GetIconDataTable, ReturnValue) == 0x000000, "Member 'UIManager_GetIconDataTable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetInGameMenuWidget \ static_assert(alignof(UIManager_GetInGameMenuWidget) == 0x000008, "Wrong alignment on UIManager_GetInGameMenuWidget"); \ static_assert(sizeof(UIManager_GetInGameMenuWidget) == 0x000008, "Wrong size on UIManager_GetInGameMenuWidget"); \ static_assert(offsetof(UIManager_GetInGameMenuWidget, ReturnValue) == 0x000000, "Member 'UIManager_GetInGameMenuWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetInMenuTransition \ static_assert(alignof(UIManager_GetInMenuTransition) == 0x000001, "Wrong alignment on UIManager_GetInMenuTransition"); \ static_assert(sizeof(UIManager_GetInMenuTransition) == 0x000001, "Wrong size on UIManager_GetInMenuTransition"); \ static_assert(offsetof(UIManager_GetInMenuTransition, ReturnValue) == 0x000000, "Member 'UIManager_GetInMenuTransition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetIsInitialized \ static_assert(alignof(UIManager_GetIsInitialized) == 0x000001, "Wrong alignment on UIManager_GetIsInitialized"); \ static_assert(sizeof(UIManager_GetIsInitialized) == 0x000001, "Wrong size on UIManager_GetIsInitialized"); \ static_assert(offsetof(UIManager_GetIsInitialized, ReturnValue) == 0x000000, "Member 'UIManager_GetIsInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetIsRichPaperShowing \ static_assert(alignof(UIManager_GetIsRichPaperShowing) == 0x000001, "Wrong alignment on UIManager_GetIsRichPaperShowing"); \ static_assert(sizeof(UIManager_GetIsRichPaperShowing) == 0x000001, "Wrong size on UIManager_GetIsRichPaperShowing"); \ static_assert(offsetof(UIManager_GetIsRichPaperShowing, ReturnValue) == 0x000000, "Member 'UIManager_GetIsRichPaperShowing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetIsUIShown \ static_assert(alignof(UIManager_GetIsUIShown) == 0x000001, "Wrong alignment on UIManager_GetIsUIShown"); \ static_assert(sizeof(UIManager_GetIsUIShown) == 0x000001, "Wrong size on UIManager_GetIsUIShown"); \ static_assert(offsetof(UIManager_GetIsUIShown, ReturnValue) == 0x000000, "Member 'UIManager_GetIsUIShown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetIsVirtualCursorShowing \ static_assert(alignof(UIManager_GetIsVirtualCursorShowing) == 0x000001, "Wrong alignment on UIManager_GetIsVirtualCursorShowing"); \ static_assert(sizeof(UIManager_GetIsVirtualCursorShowing) == 0x000001, "Wrong size on UIManager_GetIsVirtualCursorShowing"); \ static_assert(offsetof(UIManager_GetIsVirtualCursorShowing, ReturnValue) == 0x000000, "Member 'UIManager_GetIsVirtualCursorShowing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetMapSubSystem \ static_assert(alignof(UIManager_GetMapSubSystem) == 0x000008, "Wrong alignment on UIManager_GetMapSubSystem"); \ static_assert(sizeof(UIManager_GetMapSubSystem) == 0x000008, "Wrong size on UIManager_GetMapSubSystem"); \ static_assert(offsetof(UIManager_GetMapSubSystem, ReturnValue) == 0x000000, "Member 'UIManager_GetMapSubSystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetMastermindPopupInfo \ static_assert(alignof(UIManager_GetMastermindPopupInfo) == 0x000008, "Wrong alignment on UIManager_GetMastermindPopupInfo"); \ static_assert(sizeof(UIManager_GetMastermindPopupInfo) == 0x000028, "Wrong size on UIManager_GetMastermindPopupInfo"); \ static_assert(offsetof(UIManager_GetMastermindPopupInfo, outMastermindPopupInfo) == 0x000000, "Member 'UIManager_GetMastermindPopupInfo::outMastermindPopupInfo' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMastermindPopupInfo, ReturnValue) == 0x000020, "Member 'UIManager_GetMastermindPopupInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetMastermindScreenInfo \ static_assert(alignof(UIManager_GetMastermindScreenInfo) == 0x000008, "Wrong alignment on UIManager_GetMastermindScreenInfo"); \ static_assert(sizeof(UIManager_GetMastermindScreenInfo) == 0x000030, "Wrong size on UIManager_GetMastermindScreenInfo"); \ static_assert(offsetof(UIManager_GetMastermindScreenInfo, outMastermindScreenInfo) == 0x000000, "Member 'UIManager_GetMastermindScreenInfo::outMastermindScreenInfo' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMastermindScreenInfo, ReturnValue) == 0x000028, "Member 'UIManager_GetMastermindScreenInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetMastermindTutorialInfo \ static_assert(alignof(UIManager_GetMastermindTutorialInfo) == 0x000008, "Wrong alignment on UIManager_GetMastermindTutorialInfo"); \ static_assert(sizeof(UIManager_GetMastermindTutorialInfo) == 0x000070, "Wrong size on UIManager_GetMastermindTutorialInfo"); \ static_assert(offsetof(UIManager_GetMastermindTutorialInfo, outMastermindTutorialInfo) == 0x000000, "Member 'UIManager_GetMastermindTutorialInfo::outMastermindTutorialInfo' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetMastermindTutorialInfo, ReturnValue) == 0x000068, "Member 'UIManager_GetMastermindTutorialInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetNewFactCount \ static_assert(alignof(UIManager_GetNewFactCount) == 0x000004, "Wrong alignment on UIManager_GetNewFactCount"); \ static_assert(sizeof(UIManager_GetNewFactCount) == 0x000004, "Wrong size on UIManager_GetNewFactCount"); \ static_assert(offsetof(UIManager_GetNewFactCount, ReturnValue) == 0x000000, "Member 'UIManager_GetNewFactCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetNewIndicatorCategory \ static_assert(alignof(UIManager_GetNewIndicatorCategory) == 0x000008, "Wrong alignment on UIManager_GetNewIndicatorCategory"); \ static_assert(sizeof(UIManager_GetNewIndicatorCategory) == 0x000018, "Wrong size on UIManager_GetNewIndicatorCategory"); \ static_assert(offsetof(UIManager_GetNewIndicatorCategory, CategoryName) == 0x000000, "Member 'UIManager_GetNewIndicatorCategory::CategoryName' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetNewIndicatorCategory, NewIndicatorItems) == 0x000008, "Member 'UIManager_GetNewIndicatorCategory::NewIndicatorItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetOverlandMap \ static_assert(alignof(UIManager_GetOverlandMap) == 0x000008, "Wrong alignment on UIManager_GetOverlandMap"); \ static_assert(sizeof(UIManager_GetOverlandMap) == 0x000008, "Wrong size on UIManager_GetOverlandMap"); \ static_assert(offsetof(UIManager_GetOverlandMap, ReturnValue) == 0x000000, "Member 'UIManager_GetOverlandMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetPlayerChosenWandInfo \ static_assert(alignof(UIManager_GetPlayerChosenWandInfo) == 0x000008, "Wrong alignment on UIManager_GetPlayerChosenWandInfo"); \ static_assert(sizeof(UIManager_GetPlayerChosenWandInfo) == 0x000058, "Wrong size on UIManager_GetPlayerChosenWandInfo"); \ static_assert(offsetof(UIManager_GetPlayerChosenWandInfo, WandStyle) == 0x000000, "Member 'UIManager_GetPlayerChosenWandInfo::WandStyle' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetPlayerChosenWandInfo, WandWood) == 0x000010, "Member 'UIManager_GetPlayerChosenWandInfo::WandWood' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetPlayerChosenWandInfo, WandCore) == 0x000020, "Member 'UIManager_GetPlayerChosenWandInfo::WandCore' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetPlayerChosenWandInfo, WandLength) == 0x000030, "Member 'UIManager_GetPlayerChosenWandInfo::WandLength' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetPlayerChosenWandInfo, WandFlex) == 0x000040, "Member 'UIManager_GetPlayerChosenWandInfo::WandFlex' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetPlayerChosenWandInfo, ReturnValue) == 0x000050, "Member 'UIManager_GetPlayerChosenWandInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetPlayerFirstAndLastName \ static_assert(alignof(UIManager_GetPlayerFirstAndLastName) == 0x000008, "Wrong alignment on UIManager_GetPlayerFirstAndLastName"); \ static_assert(sizeof(UIManager_GetPlayerFirstAndLastName) == 0x000020, "Wrong size on UIManager_GetPlayerFirstAndLastName"); \ static_assert(offsetof(UIManager_GetPlayerFirstAndLastName, PlayerFirstName) == 0x000000, "Member 'UIManager_GetPlayerFirstAndLastName::PlayerFirstName' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetPlayerFirstAndLastName, PlayerLastName) == 0x000010, "Member 'UIManager_GetPlayerFirstAndLastName::PlayerLastName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetPlayerGender \ static_assert(alignof(UIManager_GetPlayerGender) == 0x000008, "Wrong alignment on UIManager_GetPlayerGender"); \ static_assert(sizeof(UIManager_GetPlayerGender) == 0x000010, "Wrong size on UIManager_GetPlayerGender"); \ static_assert(offsetof(UIManager_GetPlayerGender, ReturnValue) == 0x000000, "Member 'UIManager_GetPlayerGender::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetPlayerHouse \ static_assert(alignof(UIManager_GetPlayerHouse) == 0x000008, "Wrong alignment on UIManager_GetPlayerHouse"); \ static_assert(sizeof(UIManager_GetPlayerHouse) == 0x000010, "Wrong size on UIManager_GetPlayerHouse"); \ static_assert(offsetof(UIManager_GetPlayerHouse, ReturnValue) == 0x000000, "Member 'UIManager_GetPlayerHouse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetPlayerHouseEnum \ static_assert(alignof(UIManager_GetPlayerHouseEnum) == 0x000001, "Wrong alignment on UIManager_GetPlayerHouseEnum"); \ static_assert(sizeof(UIManager_GetPlayerHouseEnum) == 0x000001, "Wrong size on UIManager_GetPlayerHouseEnum"); \ static_assert(offsetof(UIManager_GetPlayerHouseEnum, ReturnValue) == 0x000000, "Member 'UIManager_GetPlayerHouseEnum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetPlayerName \ static_assert(alignof(UIManager_GetPlayerName) == 0x000008, "Wrong alignment on UIManager_GetPlayerName"); \ static_assert(sizeof(UIManager_GetPlayerName) == 0x000010, "Wrong size on UIManager_GetPlayerName"); \ static_assert(offsetof(UIManager_GetPlayerName, ReturnValue) == 0x000000, "Member 'UIManager_GetPlayerName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetPlayerPawn \ static_assert(alignof(UIManager_GetPlayerPawn) == 0x000008, "Wrong alignment on UIManager_GetPlayerPawn"); \ static_assert(sizeof(UIManager_GetPlayerPawn) == 0x000008, "Wrong size on UIManager_GetPlayerPawn"); \ static_assert(offsetof(UIManager_GetPlayerPawn, ReturnValue) == 0x000000, "Member 'UIManager_GetPlayerPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetPlayerYear \ static_assert(alignof(UIManager_GetPlayerYear) == 0x000004, "Wrong alignment on UIManager_GetPlayerYear"); \ static_assert(sizeof(UIManager_GetPlayerYear) == 0x000008, "Wrong size on UIManager_GetPlayerYear"); \ static_assert(offsetof(UIManager_GetPlayerYear, Discipline) == 0x000000, "Member 'UIManager_GetPlayerYear::Discipline' has a wrong offset!"); \ static_assert(offsetof(UIManager_GetPlayerYear, ReturnValue) == 0x000004, "Member 'UIManager_GetPlayerYear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetPSOProgress \ static_assert(alignof(UIManager_GetPSOProgress) == 0x000004, "Wrong alignment on UIManager_GetPSOProgress"); \ static_assert(sizeof(UIManager_GetPSOProgress) == 0x000004, "Wrong size on UIManager_GetPSOProgress"); \ static_assert(offsetof(UIManager_GetPSOProgress, ReturnValue) == 0x000000, "Member 'UIManager_GetPSOProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetScreenFadeWidget \ static_assert(alignof(UIManager_GetScreenFadeWidget) == 0x000008, "Wrong alignment on UIManager_GetScreenFadeWidget"); \ static_assert(sizeof(UIManager_GetScreenFadeWidget) == 0x000008, "Wrong size on UIManager_GetScreenFadeWidget"); \ static_assert(offsetof(UIManager_GetScreenFadeWidget, ReturnValue) == 0x000000, "Member 'UIManager_GetScreenFadeWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetShouldShowButtonGraphics \ static_assert(alignof(UIManager_GetShouldShowButtonGraphics) == 0x000001, "Wrong alignment on UIManager_GetShouldShowButtonGraphics"); \ static_assert(sizeof(UIManager_GetShouldShowButtonGraphics) == 0x000001, "Wrong size on UIManager_GetShouldShowButtonGraphics"); \ static_assert(offsetof(UIManager_GetShouldShowButtonGraphics, ReturnValue) == 0x000000, "Member 'UIManager_GetShouldShowButtonGraphics::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetSortingHatRecommendedHouse \ static_assert(alignof(UIManager_GetSortingHatRecommendedHouse) == 0x000001, "Wrong alignment on UIManager_GetSortingHatRecommendedHouse"); \ static_assert(sizeof(UIManager_GetSortingHatRecommendedHouse) == 0x000001, "Wrong size on UIManager_GetSortingHatRecommendedHouse"); \ static_assert(offsetof(UIManager_GetSortingHatRecommendedHouse, ReturnValue) == 0x000000, "Member 'UIManager_GetSortingHatRecommendedHouse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetTempPauseLock \ static_assert(alignof(UIManager_GetTempPauseLock) == 0x000001, "Wrong alignment on UIManager_GetTempPauseLock"); \ static_assert(sizeof(UIManager_GetTempPauseLock) == 0x000001, "Wrong size on UIManager_GetTempPauseLock"); \ static_assert(offsetof(UIManager_GetTempPauseLock, ReturnValue) == 0x000000, "Member 'UIManager_GetTempPauseLock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetToMapFromBackButton \ static_assert(alignof(UIManager_GetToMapFromBackButton) == 0x000001, "Wrong alignment on UIManager_GetToMapFromBackButton"); \ static_assert(sizeof(UIManager_GetToMapFromBackButton) == 0x000001, "Wrong size on UIManager_GetToMapFromBackButton"); \ static_assert(offsetof(UIManager_GetToMapFromBackButton, ReturnValue) == 0x000000, "Member 'UIManager_GetToMapFromBackButton::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetVendorWorldPreviewActor \ static_assert(alignof(UIManager_GetVendorWorldPreviewActor) == 0x000008, "Wrong alignment on UIManager_GetVendorWorldPreviewActor"); \ static_assert(sizeof(UIManager_GetVendorWorldPreviewActor) == 0x000008, "Wrong size on UIManager_GetVendorWorldPreviewActor"); \ static_assert(offsetof(UIManager_GetVendorWorldPreviewActor, ReturnValue) == 0x000000, "Member 'UIManager_GetVendorWorldPreviewActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_HandleMapLocationChanged \ static_assert(alignof(UIManager_HandleMapLocationChanged) == 0x000008, "Wrong alignment on UIManager_HandleMapLocationChanged"); \ static_assert(sizeof(UIManager_HandleMapLocationChanged) == 0x000018, "Wrong size on UIManager_HandleMapLocationChanged"); \ static_assert(offsetof(UIManager_HandleMapLocationChanged, Caller) == 0x000000, "Member 'UIManager_HandleMapLocationChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(UIManager_HandleMapLocationChanged, CurrentMapLocationName) == 0x000008, "Member 'UIManager_HandleMapLocationChanged::CurrentMapLocationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IconTextureLoadedCallback \ static_assert(alignof(UIManager_IconTextureLoadedCallback) == 0x000008, "Wrong alignment on UIManager_IconTextureLoadedCallback"); \ static_assert(sizeof(UIManager_IconTextureLoadedCallback) == 0x000010, "Wrong size on UIManager_IconTextureLoadedCallback"); \ static_assert(offsetof(UIManager_IconTextureLoadedCallback, Texture) == 0x000000, "Member 'UIManager_IconTextureLoadedCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(UIManager_IconTextureLoadedCallback, Param) == 0x000008, "Member 'UIManager_IconTextureLoadedCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_InDarkArtsChallenge \ static_assert(alignof(UIManager_InDarkArtsChallenge) == 0x000001, "Wrong alignment on UIManager_InDarkArtsChallenge"); \ static_assert(sizeof(UIManager_InDarkArtsChallenge) == 0x000001, "Wrong size on UIManager_InDarkArtsChallenge"); \ static_assert(offsetof(UIManager_InDarkArtsChallenge, ReturnValue) == 0x000000, "Member 'UIManager_InDarkArtsChallenge::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_InFieldGuideMenuTransition \ static_assert(alignof(UIManager_InFieldGuideMenuTransition) == 0x000001, "Wrong alignment on UIManager_InFieldGuideMenuTransition"); \ static_assert(sizeof(UIManager_InFieldGuideMenuTransition) == 0x000001, "Wrong size on UIManager_InFieldGuideMenuTransition"); \ static_assert(offsetof(UIManager_InFieldGuideMenuTransition, ReturnValue) == 0x000000, "Member 'UIManager_InFieldGuideMenuTransition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_InPauseMode \ static_assert(alignof(UIManager_InPauseMode) == 0x000001, "Wrong alignment on UIManager_InPauseMode"); \ static_assert(sizeof(UIManager_InPauseMode) == 0x000001, "Wrong size on UIManager_InPauseMode"); \ static_assert(offsetof(UIManager_InPauseMode, ReturnValue) == 0x000000, "Member 'UIManager_InPauseMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_InteractComponentWidget \ static_assert(alignof(UIManager_InteractComponentWidget) == 0x000008, "Wrong alignment on UIManager_InteractComponentWidget"); \ static_assert(sizeof(UIManager_InteractComponentWidget) == 0x000008, "Wrong size on UIManager_InteractComponentWidget"); \ static_assert(offsetof(UIManager_InteractComponentWidget, Target) == 0x000000, "Member 'UIManager_InteractComponentWidget::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsAsyncScreenLoadInProgress \ static_assert(alignof(UIManager_IsAsyncScreenLoadInProgress) == 0x000001, "Wrong alignment on UIManager_IsAsyncScreenLoadInProgress"); \ static_assert(sizeof(UIManager_IsAsyncScreenLoadInProgress) == 0x000001, "Wrong size on UIManager_IsAsyncScreenLoadInProgress"); \ static_assert(offsetof(UIManager_IsAsyncScreenLoadInProgress, ReturnValue) == 0x000000, "Member 'UIManager_IsAsyncScreenLoadInProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsDirectlyEnteringSubMenu \ static_assert(alignof(UIManager_IsDirectlyEnteringSubMenu) == 0x000001, "Wrong alignment on UIManager_IsDirectlyEnteringSubMenu"); \ static_assert(sizeof(UIManager_IsDirectlyEnteringSubMenu) == 0x000001, "Wrong size on UIManager_IsDirectlyEnteringSubMenu"); \ static_assert(offsetof(UIManager_IsDirectlyEnteringSubMenu, ReturnValue) == 0x000000, "Member 'UIManager_IsDirectlyEnteringSubMenu::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsFaded \ static_assert(alignof(UIManager_IsFaded) == 0x000001, "Wrong alignment on UIManager_IsFaded"); \ static_assert(sizeof(UIManager_IsFaded) == 0x000001, "Wrong size on UIManager_IsFaded"); \ static_assert(offsetof(UIManager_IsFaded, ReturnValue) == 0x000000, "Member 'UIManager_IsFaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsItemNew \ static_assert(alignof(UIManager_IsItemNew) == 0x000004, "Wrong alignment on UIManager_IsItemNew"); \ static_assert(sizeof(UIManager_IsItemNew) == 0x000014, "Wrong size on UIManager_IsItemNew"); \ static_assert(offsetof(UIManager_IsItemNew, CategoryName) == 0x000000, "Member 'UIManager_IsItemNew::CategoryName' has a wrong offset!"); \ static_assert(offsetof(UIManager_IsItemNew, ItemName) == 0x000008, "Member 'UIManager_IsItemNew::ItemName' has a wrong offset!"); \ static_assert(offsetof(UIManager_IsItemNew, ReturnValue) == 0x000010, "Member 'UIManager_IsItemNew::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsMenuTabHidden \ static_assert(alignof(UIManager_IsMenuTabHidden) == 0x000001, "Wrong alignment on UIManager_IsMenuTabHidden"); \ static_assert(sizeof(UIManager_IsMenuTabHidden) == 0x000002, "Wrong size on UIManager_IsMenuTabHidden"); \ static_assert(offsetof(UIManager_IsMenuTabHidden, MenuTab) == 0x000000, "Member 'UIManager_IsMenuTabHidden::MenuTab' has a wrong offset!"); \ static_assert(offsetof(UIManager_IsMenuTabHidden, ReturnValue) == 0x000001, "Member 'UIManager_IsMenuTabHidden::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsNabSackAlreadyEquipped \ static_assert(alignof(UIManager_IsNabSackAlreadyEquipped) == 0x000001, "Wrong alignment on UIManager_IsNabSackAlreadyEquipped"); \ static_assert(sizeof(UIManager_IsNabSackAlreadyEquipped) == 0x000001, "Wrong size on UIManager_IsNabSackAlreadyEquipped"); \ static_assert(offsetof(UIManager_IsNabSackAlreadyEquipped, ReturnValue) == 0x000000, "Member 'UIManager_IsNabSackAlreadyEquipped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsPopupReady \ static_assert(alignof(UIManager_IsPopupReady) == 0x000001, "Wrong alignment on UIManager_IsPopupReady"); \ static_assert(sizeof(UIManager_IsPopupReady) == 0x000001, "Wrong size on UIManager_IsPopupReady"); \ static_assert(offsetof(UIManager_IsPopupReady, ReturnValue) == 0x000000, "Member 'UIManager_IsPopupReady::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsPromoReady \ static_assert(alignof(UIManager_IsPromoReady) == 0x000008, "Wrong alignment on UIManager_IsPromoReady"); \ static_assert(sizeof(UIManager_IsPromoReady) == 0x000018, "Wrong size on UIManager_IsPromoReady"); \ static_assert(offsetof(UIManager_IsPromoReady, PromotionName) == 0x000000, "Member 'UIManager_IsPromoReady::PromotionName' has a wrong offset!"); \ static_assert(offsetof(UIManager_IsPromoReady, ReturnValue) == 0x000010, "Member 'UIManager_IsPromoReady::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsVendorInteract \ static_assert(alignof(UIManager_IsVendorInteract) == 0x000004, "Wrong alignment on UIManager_IsVendorInteract"); \ static_assert(sizeof(UIManager_IsVendorInteract) == 0x00000C, "Wrong size on UIManager_IsVendorInteract"); \ static_assert(offsetof(UIManager_IsVendorInteract, Target) == 0x000000, "Member 'UIManager_IsVendorInteract::Target' has a wrong offset!"); \ static_assert(offsetof(UIManager_IsVendorInteract, ReturnValue) == 0x000008, "Member 'UIManager_IsVendorInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsWaitingForFade \ static_assert(alignof(UIManager_IsWaitingForFade) == 0x000001, "Wrong alignment on UIManager_IsWaitingForFade"); \ static_assert(sizeof(UIManager_IsWaitingForFade) == 0x000001, "Wrong size on UIManager_IsWaitingForFade"); \ static_assert(offsetof(UIManager_IsWaitingForFade, ReturnValue) == 0x000000, "Member 'UIManager_IsWaitingForFade::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_LogFieldGuide \ static_assert(alignof(UIManager_LogFieldGuide) == 0x000008, "Wrong alignment on UIManager_LogFieldGuide"); \ static_assert(sizeof(UIManager_LogFieldGuide) == 0x000020, "Wrong size on UIManager_LogFieldGuide"); \ static_assert(offsetof(UIManager_LogFieldGuide, OperationFrom) == 0x000000, "Member 'UIManager_LogFieldGuide::OperationFrom' has a wrong offset!"); \ static_assert(offsetof(UIManager_LogFieldGuide, Context) == 0x000010, "Member 'UIManager_LogFieldGuide::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_MissionFailScreenLoaded \ static_assert(alignof(UIManager_MissionFailScreenLoaded) == 0x000008, "Wrong alignment on UIManager_MissionFailScreenLoaded"); \ static_assert(sizeof(UIManager_MissionFailScreenLoaded) == 0x000008, "Wrong size on UIManager_MissionFailScreenLoaded"); \ static_assert(offsetof(UIManager_MissionFailScreenLoaded, Screen) == 0x000000, "Member 'UIManager_MissionFailScreenLoaded::Screen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_MoviePlaybackFinished \ static_assert(alignof(UIManager_MoviePlaybackFinished) == 0x000008, "Wrong alignment on UIManager_MoviePlaybackFinished"); \ static_assert(sizeof(UIManager_MoviePlaybackFinished) == 0x000008, "Wrong size on UIManager_MoviePlaybackFinished"); \ static_assert(offsetof(UIManager_MoviePlaybackFinished, Caller) == 0x000000, "Member 'UIManager_MoviePlaybackFinished::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_OnCompanionLevelLoad \ static_assert(alignof(UIManager_OnCompanionLevelLoad) == 0x000008, "Wrong alignment on UIManager_OnCompanionLevelLoad"); \ static_assert(sizeof(UIManager_OnCompanionLevelLoad) == 0x000008, "Wrong size on UIManager_OnCompanionLevelLoad"); \ static_assert(offsetof(UIManager_OnCompanionLevelLoad, Level) == 0x000000, "Member 'UIManager_OnCompanionLevelLoad::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_OnCompanionLevelShow \ static_assert(alignof(UIManager_OnCompanionLevelShow) == 0x000008, "Wrong alignment on UIManager_OnCompanionLevelShow"); \ static_assert(sizeof(UIManager_OnCompanionLevelShow) == 0x000008, "Wrong size on UIManager_OnCompanionLevelShow"); \ static_assert(offsetof(UIManager_OnCompanionLevelShow, Level) == 0x000000, "Member 'UIManager_OnCompanionLevelShow::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_OnCompanionLevelUnload \ static_assert(alignof(UIManager_OnCompanionLevelUnload) == 0x000008, "Wrong alignment on UIManager_OnCompanionLevelUnload"); \ static_assert(sizeof(UIManager_OnCompanionLevelUnload) == 0x000008, "Wrong size on UIManager_OnCompanionLevelUnload"); \ static_assert(offsetof(UIManager_OnCompanionLevelUnload, Level) == 0x000000, "Member 'UIManager_OnCompanionLevelUnload::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_OnDualShockFirmwareUpgradePopupClosed \ static_assert(alignof(UIManager_OnDualShockFirmwareUpgradePopupClosed) == 0x000008, "Wrong alignment on UIManager_OnDualShockFirmwareUpgradePopupClosed"); \ static_assert(sizeof(UIManager_OnDualShockFirmwareUpgradePopupClosed) == 0x000010, "Wrong size on UIManager_OnDualShockFirmwareUpgradePopupClosed"); \ static_assert(offsetof(UIManager_OnDualShockFirmwareUpgradePopupClosed, PopupScreen) == 0x000000, "Member 'UIManager_OnDualShockFirmwareUpgradePopupClosed::PopupScreen' has a wrong offset!"); \ static_assert(offsetof(UIManager_OnDualShockFirmwareUpgradePopupClosed, CompletionActionIndex) == 0x000008, "Member 'UIManager_OnDualShockFirmwareUpgradePopupClosed::CompletionActionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_OnFieldGuideLoad \ static_assert(alignof(UIManager_OnFieldGuideLoad) == 0x000008, "Wrong alignment on UIManager_OnFieldGuideLoad"); \ static_assert(sizeof(UIManager_OnFieldGuideLoad) == 0x000008, "Wrong size on UIManager_OnFieldGuideLoad"); \ static_assert(offsetof(UIManager_OnFieldGuideLoad, Level) == 0x000000, "Member 'UIManager_OnFieldGuideLoad::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_OnFieldGuideShow \ static_assert(alignof(UIManager_OnFieldGuideShow) == 0x000008, "Wrong alignment on UIManager_OnFieldGuideShow"); \ static_assert(sizeof(UIManager_OnFieldGuideShow) == 0x000008, "Wrong size on UIManager_OnFieldGuideShow"); \ static_assert(offsetof(UIManager_OnFieldGuideShow, Level) == 0x000000, "Member 'UIManager_OnFieldGuideShow::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_OnFieldGuideUnload \ static_assert(alignof(UIManager_OnFieldGuideUnload) == 0x000008, "Wrong alignment on UIManager_OnFieldGuideUnload"); \ static_assert(sizeof(UIManager_OnFieldGuideUnload) == 0x000008, "Wrong size on UIManager_OnFieldGuideUnload"); \ static_assert(offsetof(UIManager_OnFieldGuideUnload, Level) == 0x000000, "Member 'UIManager_OnFieldGuideUnload::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_OnInputDeviceChanged \ static_assert(alignof(UIManager_OnInputDeviceChanged) == 0x000008, "Wrong alignment on UIManager_OnInputDeviceChanged"); \ static_assert(sizeof(UIManager_OnInputDeviceChanged) == 0x000020, "Wrong size on UIManager_OnInputDeviceChanged"); \ static_assert(offsetof(UIManager_OnInputDeviceChanged, UsedInputDevice) == 0x000000, "Member 'UIManager_OnInputDeviceChanged::UsedInputDevice' has a wrong offset!"); \ static_assert(offsetof(UIManager_OnInputDeviceChanged, InputPressed) == 0x000008, "Member 'UIManager_OnInputDeviceChanged::InputPressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_OnShowBannerPromotion \ static_assert(alignof(UIManager_OnShowBannerPromotion) == 0x000008, "Wrong alignment on UIManager_OnShowBannerPromotion"); \ static_assert(sizeof(UIManager_OnShowBannerPromotion) == 0x000008, "Wrong size on UIManager_OnShowBannerPromotion"); \ static_assert(offsetof(UIManager_OnShowBannerPromotion, InParentWidget) == 0x000000, "Member 'UIManager_OnShowBannerPromotion::InParentWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_OnShowPromotion \ static_assert(alignof(UIManager_OnShowPromotion) == 0x000008, "Wrong alignment on UIManager_OnShowPromotion"); \ static_assert(sizeof(UIManager_OnShowPromotion) == 0x000010, "Wrong size on UIManager_OnShowPromotion"); \ static_assert(offsetof(UIManager_OnShowPromotion, PromotionName) == 0x000000, "Member 'UIManager_OnShowPromotion::PromotionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_OnStatChanged \ static_assert(alignof(UIManager_OnStatChanged) == 0x000004, "Wrong alignment on UIManager_OnStatChanged"); \ static_assert(sizeof(UIManager_OnStatChanged) == 0x000010, "Wrong size on UIManager_OnStatChanged"); \ static_assert(offsetof(UIManager_OnStatChanged, StatID) == 0x000000, "Member 'UIManager_OnStatChanged::StatID' has a wrong offset!"); \ static_assert(offsetof(UIManager_OnStatChanged, Value) == 0x000008, "Member 'UIManager_OnStatChanged::Value' has a wrong offset!"); \ static_assert(offsetof(UIManager_OnStatChanged, Delta) == 0x00000C, "Member 'UIManager_OnStatChanged::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_OnVendorLevelLoad \ static_assert(alignof(UIManager_OnVendorLevelLoad) == 0x000008, "Wrong alignment on UIManager_OnVendorLevelLoad"); \ static_assert(sizeof(UIManager_OnVendorLevelLoad) == 0x000008, "Wrong size on UIManager_OnVendorLevelLoad"); \ static_assert(offsetof(UIManager_OnVendorLevelLoad, Level) == 0x000000, "Member 'UIManager_OnVendorLevelLoad::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_OnVendorLevelShow \ static_assert(alignof(UIManager_OnVendorLevelShow) == 0x000008, "Wrong alignment on UIManager_OnVendorLevelShow"); \ static_assert(sizeof(UIManager_OnVendorLevelShow) == 0x000008, "Wrong size on UIManager_OnVendorLevelShow"); \ static_assert(offsetof(UIManager_OnVendorLevelShow, Level) == 0x000000, "Member 'UIManager_OnVendorLevelShow::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_OnVendorLevelUnload \ static_assert(alignof(UIManager_OnVendorLevelUnload) == 0x000008, "Wrong alignment on UIManager_OnVendorLevelUnload"); \ static_assert(sizeof(UIManager_OnVendorLevelUnload) == 0x000008, "Wrong size on UIManager_OnVendorLevelUnload"); \ static_assert(offsetof(UIManager_OnVendorLevelUnload, Level) == 0x000000, "Member 'UIManager_OnVendorLevelUnload::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_PromoBannerStatus \ static_assert(alignof(UIManager_PromoBannerStatus) == 0x000008, "Wrong alignment on UIManager_PromoBannerStatus"); \ static_assert(sizeof(UIManager_PromoBannerStatus) == 0x000018, "Wrong size on UIManager_PromoBannerStatus"); \ static_assert(offsetof(UIManager_PromoBannerStatus, PromotionName) == 0x000000, "Member 'UIManager_PromoBannerStatus::PromotionName' has a wrong offset!"); \ static_assert(offsetof(UIManager_PromoBannerStatus, ReturnValue) == 0x000010, "Member 'UIManager_PromoBannerStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_RemoveAlertComponentWidget \ static_assert(alignof(UIManager_RemoveAlertComponentWidget) == 0x000008, "Wrong alignment on UIManager_RemoveAlertComponentWidget"); \ static_assert(sizeof(UIManager_RemoveAlertComponentWidget) == 0x000010, "Wrong size on UIManager_RemoveAlertComponentWidget"); \ static_assert(offsetof(UIManager_RemoveAlertComponentWidget, Target) == 0x000000, "Member 'UIManager_RemoveAlertComponentWidget::Target' has a wrong offset!"); \ static_assert(offsetof(UIManager_RemoveAlertComponentWidget, WidgetType) == 0x000008, "Member 'UIManager_RemoveAlertComponentWidget::WidgetType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_RemoveInteractComponentWidget \ static_assert(alignof(UIManager_RemoveInteractComponentWidget) == 0x000008, "Wrong alignment on UIManager_RemoveInteractComponentWidget"); \ static_assert(sizeof(UIManager_RemoveInteractComponentWidget) == 0x000008, "Wrong size on UIManager_RemoveInteractComponentWidget"); \ static_assert(offsetof(UIManager_RemoveInteractComponentWidget, Target) == 0x000000, "Member 'UIManager_RemoveInteractComponentWidget::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_RemoveTargetComponentWidget \ static_assert(alignof(UIManager_RemoveTargetComponentWidget) == 0x000008, "Wrong alignment on UIManager_RemoveTargetComponentWidget"); \ static_assert(sizeof(UIManager_RemoveTargetComponentWidget) == 0x000010, "Wrong size on UIManager_RemoveTargetComponentWidget"); \ static_assert(offsetof(UIManager_RemoveTargetComponentWidget, Target) == 0x000000, "Member 'UIManager_RemoveTargetComponentWidget::Target' has a wrong offset!"); \ static_assert(offsetof(UIManager_RemoveTargetComponentWidget, TargetDied) == 0x000008, "Member 'UIManager_RemoveTargetComponentWidget::TargetDied' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_RequestGameAndSystemPause \ static_assert(alignof(UIManager_RequestGameAndSystemPause) == 0x000004, "Wrong alignment on UIManager_RequestGameAndSystemPause"); \ static_assert(sizeof(UIManager_RequestGameAndSystemPause) == 0x000010, "Wrong size on UIManager_RequestGameAndSystemPause"); \ static_assert(offsetof(UIManager_RequestGameAndSystemPause, bPause) == 0x000000, "Member 'UIManager_RequestGameAndSystemPause::bPause' has a wrong offset!"); \ static_assert(offsetof(UIManager_RequestGameAndSystemPause, RequesterName) == 0x000004, "Member 'UIManager_RequestGameAndSystemPause::RequesterName' has a wrong offset!"); \ static_assert(offsetof(UIManager_RequestGameAndSystemPause, bShouldBumpPauseMenuUp) == 0x00000C, "Member 'UIManager_RequestGameAndSystemPause::bShouldBumpPauseMenuUp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_RevelioPageScreenLoaded \ static_assert(alignof(UIManager_RevelioPageScreenLoaded) == 0x000008, "Wrong alignment on UIManager_RevelioPageScreenLoaded"); \ static_assert(sizeof(UIManager_RevelioPageScreenLoaded) == 0x000008, "Wrong size on UIManager_RevelioPageScreenLoaded"); \ static_assert(offsetof(UIManager_RevelioPageScreenLoaded, Screen) == 0x000000, "Member 'UIManager_RevelioPageScreenLoaded::Screen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetActiveMenu \ static_assert(alignof(UIManager_SetActiveMenu) == 0x000004, "Wrong alignment on UIManager_SetActiveMenu"); \ static_assert(sizeof(UIManager_SetActiveMenu) == 0x00000C, "Wrong size on UIManager_SetActiveMenu"); \ static_assert(offsetof(UIManager_SetActiveMenu, MenuToLoad) == 0x000000, "Member 'UIManager_SetActiveMenu::MenuToLoad' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetActiveMenu, LoadToSubPage) == 0x000008, "Member 'UIManager_SetActiveMenu::LoadToSubPage' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetActiveMenu, LockToMenu) == 0x000009, "Member 'UIManager_SetActiveMenu::LockToMenu' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetAndShowHintMessage \ static_assert(alignof(UIManager_SetAndShowHintMessage) == 0x000008, "Wrong alignment on UIManager_SetAndShowHintMessage"); \ static_assert(sizeof(UIManager_SetAndShowHintMessage) == 0x000018, "Wrong size on UIManager_SetAndShowHintMessage"); \ static_assert(offsetof(UIManager_SetAndShowHintMessage, HintKey) == 0x000000, "Member 'UIManager_SetAndShowHintMessage::HintKey' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetAndShowHintMessage, HintPosition) == 0x000010, "Member 'UIManager_SetAndShowHintMessage::HintPosition' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetAndShowHintMessage, bIgnoreShowTutorialElementsFlag) == 0x000011, "Member 'UIManager_SetAndShowHintMessage::bIgnoreShowTutorialElementsFlag' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetAndShowHintMessage, MaxDuration) == 0x000014, "Member 'UIManager_SetAndShowHintMessage::MaxDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetAsyncScreenLoadInProgress \ static_assert(alignof(UIManager_SetAsyncScreenLoadInProgress) == 0x000001, "Wrong alignment on UIManager_SetAsyncScreenLoadInProgress"); \ static_assert(sizeof(UIManager_SetAsyncScreenLoadInProgress) == 0x000001, "Wrong size on UIManager_SetAsyncScreenLoadInProgress"); \ static_assert(offsetof(UIManager_SetAsyncScreenLoadInProgress, InProgress) == 0x000000, "Member 'UIManager_SetAsyncScreenLoadInProgress::InProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetCanBackOutOfAvatarCreator \ static_assert(alignof(UIManager_SetCanBackOutOfAvatarCreator) == 0x000001, "Wrong alignment on UIManager_SetCanBackOutOfAvatarCreator"); \ static_assert(sizeof(UIManager_SetCanBackOutOfAvatarCreator) == 0x000001, "Wrong size on UIManager_SetCanBackOutOfAvatarCreator"); \ static_assert(offsetof(UIManager_SetCanBackOutOfAvatarCreator, bCanBackOut) == 0x000000, "Member 'UIManager_SetCanBackOutOfAvatarCreator::bCanBackOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetCastStupefyWithRightTrigger \ static_assert(alignof(UIManager_SetCastStupefyWithRightTrigger) == 0x000001, "Wrong alignment on UIManager_SetCastStupefyWithRightTrigger"); \ static_assert(sizeof(UIManager_SetCastStupefyWithRightTrigger) == 0x000001, "Wrong size on UIManager_SetCastStupefyWithRightTrigger"); \ static_assert(offsetof(UIManager_SetCastStupefyWithRightTrigger, UseRT) == 0x000000, "Member 'UIManager_SetCastStupefyWithRightTrigger::UseRT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetCompanionSelectionScreen \ static_assert(alignof(UIManager_SetCompanionSelectionScreen) == 0x000008, "Wrong alignment on UIManager_SetCompanionSelectionScreen"); \ static_assert(sizeof(UIManager_SetCompanionSelectionScreen) == 0x000008, "Wrong size on UIManager_SetCompanionSelectionScreen"); \ static_assert(offsetof(UIManager_SetCompanionSelectionScreen, InScreen) == 0x000000, "Member 'UIManager_SetCompanionSelectionScreen::InScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetDebugLoadingScreen \ static_assert(alignof(UIManager_SetDebugLoadingScreen) == 0x000001, "Wrong alignment on UIManager_SetDebugLoadingScreen"); \ static_assert(sizeof(UIManager_SetDebugLoadingScreen) == 0x000001, "Wrong size on UIManager_SetDebugLoadingScreen"); \ static_assert(offsetof(UIManager_SetDebugLoadingScreen, bDebug) == 0x000000, "Member 'UIManager_SetDebugLoadingScreen::bDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetHiddenMenuTabs \ static_assert(alignof(UIManager_SetHiddenMenuTabs) == 0x000008, "Wrong alignment on UIManager_SetHiddenMenuTabs"); \ static_assert(sizeof(UIManager_SetHiddenMenuTabs) == 0x000010, "Wrong size on UIManager_SetHiddenMenuTabs"); \ static_assert(offsetof(UIManager_SetHiddenMenuTabs, PagesToHide) == 0x000000, "Member 'UIManager_SetHiddenMenuTabs::PagesToHide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetInDarkArtsChallenge \ static_assert(alignof(UIManager_SetInDarkArtsChallenge) == 0x000001, "Wrong alignment on UIManager_SetInDarkArtsChallenge"); \ static_assert(sizeof(UIManager_SetInDarkArtsChallenge) == 0x000001, "Wrong size on UIManager_SetInDarkArtsChallenge"); \ static_assert(offsetof(UIManager_SetInDarkArtsChallenge, InDA) == 0x000000, "Member 'UIManager_SetInDarkArtsChallenge::InDA' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetInFrontendLevel \ static_assert(alignof(UIManager_SetInFrontendLevel) == 0x000001, "Wrong alignment on UIManager_SetInFrontendLevel"); \ static_assert(sizeof(UIManager_SetInFrontendLevel) == 0x000001, "Wrong size on UIManager_SetInFrontendLevel"); \ static_assert(offsetof(UIManager_SetInFrontendLevel, bInFrontend) == 0x000000, "Member 'UIManager_SetInFrontendLevel::bInFrontend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetInMenuTransition \ static_assert(alignof(UIManager_SetInMenuTransition) == 0x000008, "Wrong alignment on UIManager_SetInMenuTransition"); \ static_assert(sizeof(UIManager_SetInMenuTransition) == 0x000018, "Wrong size on UIManager_SetInMenuTransition"); \ static_assert(offsetof(UIManager_SetInMenuTransition, pInMenuTransition) == 0x000000, "Member 'UIManager_SetInMenuTransition::pInMenuTransition' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetInMenuTransition, pContext) == 0x000008, "Member 'UIManager_SetInMenuTransition::pContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetInMenuTransitionWithDelay \ static_assert(alignof(UIManager_SetInMenuTransitionWithDelay) == 0x000008, "Wrong alignment on UIManager_SetInMenuTransitionWithDelay"); \ static_assert(sizeof(UIManager_SetInMenuTransitionWithDelay) == 0x000018, "Wrong size on UIManager_SetInMenuTransitionWithDelay"); \ static_assert(offsetof(UIManager_SetInMenuTransitionWithDelay, pInMenuTransition) == 0x000000, "Member 'UIManager_SetInMenuTransitionWithDelay::pInMenuTransition' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetInMenuTransitionWithDelay, Delay) == 0x000004, "Member 'UIManager_SetInMenuTransitionWithDelay::Delay' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetInMenuTransitionWithDelay, pContext) == 0x000008, "Member 'UIManager_SetInMenuTransitionWithDelay::pContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetInPreGameplayState \ static_assert(alignof(UIManager_SetInPreGameplayState) == 0x000001, "Wrong alignment on UIManager_SetInPreGameplayState"); \ static_assert(sizeof(UIManager_SetInPreGameplayState) == 0x000001, "Wrong size on UIManager_SetInPreGameplayState"); \ static_assert(offsetof(UIManager_SetInPreGameplayState, InPreGameplayState) == 0x000000, "Member 'UIManager_SetInPreGameplayState::InPreGameplayState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetIsRichPaperShowing \ static_assert(alignof(UIManager_SetIsRichPaperShowing) == 0x000001, "Wrong alignment on UIManager_SetIsRichPaperShowing"); \ static_assert(sizeof(UIManager_SetIsRichPaperShowing) == 0x000001, "Wrong size on UIManager_SetIsRichPaperShowing"); \ static_assert(offsetof(UIManager_SetIsRichPaperShowing, Showing) == 0x000000, "Member 'UIManager_SetIsRichPaperShowing::Showing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetLoadingSaveGame \ static_assert(alignof(UIManager_SetLoadingSaveGame) == 0x000001, "Wrong alignment on UIManager_SetLoadingSaveGame"); \ static_assert(sizeof(UIManager_SetLoadingSaveGame) == 0x000001, "Wrong size on UIManager_SetLoadingSaveGame"); \ static_assert(offsetof(UIManager_SetLoadingSaveGame, pLoadingSaveGame) == 0x000000, "Member 'UIManager_SetLoadingSaveGame::pLoadingSaveGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetLocationName \ static_assert(alignof(UIManager_SetLocationName) == 0x000004, "Wrong alignment on UIManager_SetLocationName"); \ static_assert(sizeof(UIManager_SetLocationName) == 0x00000C, "Wrong size on UIManager_SetLocationName"); \ static_assert(offsetof(UIManager_SetLocationName, LocationName) == 0x000000, "Member 'UIManager_SetLocationName::LocationName' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetLocationName, ShowNotification) == 0x000008, "Member 'UIManager_SetLocationName::ShowNotification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetManualFade \ static_assert(alignof(UIManager_SetManualFade) == 0x000004, "Wrong alignment on UIManager_SetManualFade"); \ static_assert(sizeof(UIManager_SetManualFade) == 0x000004, "Wrong size on UIManager_SetManualFade"); \ static_assert(offsetof(UIManager_SetManualFade, Opacity) == 0x000000, "Member 'UIManager_SetManualFade::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetPlayerChosenWandInfo \ static_assert(alignof(UIManager_SetPlayerChosenWandInfo) == 0x000008, "Wrong alignment on UIManager_SetPlayerChosenWandInfo"); \ static_assert(sizeof(UIManager_SetPlayerChosenWandInfo) == 0x000058, "Wrong size on UIManager_SetPlayerChosenWandInfo"); \ static_assert(offsetof(UIManager_SetPlayerChosenWandInfo, WandStyle) == 0x000000, "Member 'UIManager_SetPlayerChosenWandInfo::WandStyle' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetPlayerChosenWandInfo, WandWood) == 0x000010, "Member 'UIManager_SetPlayerChosenWandInfo::WandWood' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetPlayerChosenWandInfo, WandCore) == 0x000020, "Member 'UIManager_SetPlayerChosenWandInfo::WandCore' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetPlayerChosenWandInfo, WandLength) == 0x000030, "Member 'UIManager_SetPlayerChosenWandInfo::WandLength' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetPlayerChosenWandInfo, WandFlex) == 0x000040, "Member 'UIManager_SetPlayerChosenWandInfo::WandFlex' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetPlayerChosenWandInfo, ReturnValue) == 0x000050, "Member 'UIManager_SetPlayerChosenWandInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetPlayerFirstAndLastName \ static_assert(alignof(UIManager_SetPlayerFirstAndLastName) == 0x000008, "Wrong alignment on UIManager_SetPlayerFirstAndLastName"); \ static_assert(sizeof(UIManager_SetPlayerFirstAndLastName) == 0x000028, "Wrong size on UIManager_SetPlayerFirstAndLastName"); \ static_assert(offsetof(UIManager_SetPlayerFirstAndLastName, PlayerFirstName) == 0x000000, "Member 'UIManager_SetPlayerFirstAndLastName::PlayerFirstName' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetPlayerFirstAndLastName, PlayerLastName) == 0x000010, "Member 'UIManager_SetPlayerFirstAndLastName::PlayerLastName' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetPlayerFirstAndLastName, ReturnValue) == 0x000020, "Member 'UIManager_SetPlayerFirstAndLastName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetPlayerGender \ static_assert(alignof(UIManager_SetPlayerGender) == 0x000008, "Wrong alignment on UIManager_SetPlayerGender"); \ static_assert(sizeof(UIManager_SetPlayerGender) == 0x000018, "Wrong size on UIManager_SetPlayerGender"); \ static_assert(offsetof(UIManager_SetPlayerGender, Gender) == 0x000000, "Member 'UIManager_SetPlayerGender::Gender' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetPlayerGender, ReturnValue) == 0x000010, "Member 'UIManager_SetPlayerGender::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetPlayerHouse \ static_assert(alignof(UIManager_SetPlayerHouse) == 0x000008, "Wrong alignment on UIManager_SetPlayerHouse"); \ static_assert(sizeof(UIManager_SetPlayerHouse) == 0x000018, "Wrong size on UIManager_SetPlayerHouse"); \ static_assert(offsetof(UIManager_SetPlayerHouse, HouseName) == 0x000000, "Member 'UIManager_SetPlayerHouse::HouseName' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetPlayerHouse, ReturnValue) == 0x000010, "Member 'UIManager_SetPlayerHouse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetPlayerHouseEnum \ static_assert(alignof(UIManager_SetPlayerHouseEnum) == 0x000001, "Wrong alignment on UIManager_SetPlayerHouseEnum"); \ static_assert(sizeof(UIManager_SetPlayerHouseEnum) == 0x000002, "Wrong size on UIManager_SetPlayerHouseEnum"); \ static_assert(offsetof(UIManager_SetPlayerHouseEnum, House) == 0x000000, "Member 'UIManager_SetPlayerHouseEnum::House' has a wrong offset!"); \ static_assert(offsetof(UIManager_SetPlayerHouseEnum, ReturnValue) == 0x000001, "Member 'UIManager_SetPlayerHouseEnum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetPlayerInventorySortPreference \ static_assert(alignof(UIManager_SetPlayerInventorySortPreference) == 0x000008, "Wrong alignment on UIManager_SetPlayerInventorySortPreference"); \ static_assert(sizeof(UIManager_SetPlayerInventorySortPreference) == 0x000010, "Wrong size on UIManager_SetPlayerInventorySortPreference"); \ static_assert(offsetof(UIManager_SetPlayerInventorySortPreference, Preference) == 0x000000, "Member 'UIManager_SetPlayerInventorySortPreference::Preference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetPlayerPawn \ static_assert(alignof(UIManager_SetPlayerPawn) == 0x000008, "Wrong alignment on UIManager_SetPlayerPawn"); \ static_assert(sizeof(UIManager_SetPlayerPawn) == 0x000008, "Wrong size on UIManager_SetPlayerPawn"); \ static_assert(offsetof(UIManager_SetPlayerPawn, Pawn) == 0x000000, "Member 'UIManager_SetPlayerPawn::Pawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetTempPauseLock \ static_assert(alignof(UIManager_SetTempPauseLock) == 0x000001, "Wrong alignment on UIManager_SetTempPauseLock"); \ static_assert(sizeof(UIManager_SetTempPauseLock) == 0x000001, "Wrong size on UIManager_SetTempPauseLock"); \ static_assert(offsetof(UIManager_SetTempPauseLock, pTempPauseLock) == 0x000000, "Member 'UIManager_SetTempPauseLock::pTempPauseLock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_SetToMapFromBackButton \ static_assert(alignof(UIManager_SetToMapFromBackButton) == 0x000001, "Wrong alignment on UIManager_SetToMapFromBackButton"); \ static_assert(sizeof(UIManager_SetToMapFromBackButton) == 0x000001, "Wrong size on UIManager_SetToMapFromBackButton"); \ static_assert(offsetof(UIManager_SetToMapFromBackButton, pToMapFromBackButton) == 0x000000, "Member 'UIManager_SetToMapFromBackButton::pToMapFromBackButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_ShowFloatingGamepadTextInput \ static_assert(alignof(UIManager_ShowFloatingGamepadTextInput) == 0x000004, "Wrong alignment on UIManager_ShowFloatingGamepadTextInput"); \ static_assert(sizeof(UIManager_ShowFloatingGamepadTextInput) == 0x000014, "Wrong size on UIManager_ShowFloatingGamepadTextInput"); \ static_assert(offsetof(UIManager_ShowFloatingGamepadTextInput, InCallback) == 0x000000, "Member 'UIManager_ShowFloatingGamepadTextInput::InCallback' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowFloatingGamepadTextInput, ShowOnTop) == 0x000010, "Member 'UIManager_ShowFloatingGamepadTextInput::ShowOnTop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_ShowGenericPopup \ static_assert(alignof(UIManager_ShowGenericPopup) == 0x000008, "Wrong alignment on UIManager_ShowGenericPopup"); \ static_assert(sizeof(UIManager_ShowGenericPopup) == 0x000060, "Wrong size on UIManager_ShowGenericPopup"); \ static_assert(offsetof(UIManager_ShowGenericPopup, TitleString) == 0x000000, "Member 'UIManager_ShowGenericPopup::TitleString' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowGenericPopup, DescriptionString) == 0x000010, "Member 'UIManager_ShowGenericPopup::DescriptionString' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowGenericPopup, LegendItems) == 0x000020, "Member 'UIManager_ShowGenericPopup::LegendItems' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowGenericPopup, CompletionActions) == 0x000030, "Member 'UIManager_ShowGenericPopup::CompletionActions' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowGenericPopup, bUsesWaitIndicator) == 0x000040, "Member 'UIManager_ShowGenericPopup::bUsesWaitIndicator' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowGenericPopup, IsDescTranslated) == 0x000041, "Member 'UIManager_ShowGenericPopup::IsDescTranslated' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowGenericPopup, bPausesTheGame) == 0x000042, "Member 'UIManager_ShowGenericPopup::bPausesTheGame' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowGenericPopup, ContentWidget) == 0x000048, "Member 'UIManager_ShowGenericPopup::ContentWidget' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowGenericPopup, PopupPriority) == 0x000050, "Member 'UIManager_ShowGenericPopup::PopupPriority' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowGenericPopup, bAutoCloseOnButtonPress) == 0x000051, "Member 'UIManager_ShowGenericPopup::bAutoCloseOnButtonPress' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowGenericPopup, ZOrder) == 0x000054, "Member 'UIManager_ShowGenericPopup::ZOrder' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowGenericPopup, ReturnValue) == 0x000058, "Member 'UIManager_ShowGenericPopup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_ShowOkCancelPopup \ static_assert(alignof(UIManager_ShowOkCancelPopup) == 0x000008, "Wrong alignment on UIManager_ShowOkCancelPopup"); \ static_assert(sizeof(UIManager_ShowOkCancelPopup) == 0x000040, "Wrong size on UIManager_ShowOkCancelPopup"); \ static_assert(offsetof(UIManager_ShowOkCancelPopup, TitleString) == 0x000000, "Member 'UIManager_ShowOkCancelPopup::TitleString' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowOkCancelPopup, DescriptionString) == 0x000010, "Member 'UIManager_ShowOkCancelPopup::DescriptionString' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowOkCancelPopup, IsDescTranslated) == 0x000020, "Member 'UIManager_ShowOkCancelPopup::IsDescTranslated' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowOkCancelPopup, bPausesTheGame) == 0x000021, "Member 'UIManager_ShowOkCancelPopup::bPausesTheGame' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowOkCancelPopup, ContentWidget) == 0x000028, "Member 'UIManager_ShowOkCancelPopup::ContentWidget' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowOkCancelPopup, PopupPriority) == 0x000030, "Member 'UIManager_ShowOkCancelPopup::PopupPriority' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowOkCancelPopup, bAutoCloseOnButtonPress) == 0x000031, "Member 'UIManager_ShowOkCancelPopup::bAutoCloseOnButtonPress' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowOkCancelPopup, ReturnValue) == 0x000038, "Member 'UIManager_ShowOkCancelPopup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_ShowOkPopup \ static_assert(alignof(UIManager_ShowOkPopup) == 0x000008, "Wrong alignment on UIManager_ShowOkPopup"); \ static_assert(sizeof(UIManager_ShowOkPopup) == 0x000040, "Wrong size on UIManager_ShowOkPopup"); \ static_assert(offsetof(UIManager_ShowOkPopup, TitleString) == 0x000000, "Member 'UIManager_ShowOkPopup::TitleString' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowOkPopup, DescriptionString) == 0x000010, "Member 'UIManager_ShowOkPopup::DescriptionString' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowOkPopup, IsDescTranslated) == 0x000020, "Member 'UIManager_ShowOkPopup::IsDescTranslated' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowOkPopup, bPausesTheGame) == 0x000021, "Member 'UIManager_ShowOkPopup::bPausesTheGame' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowOkPopup, ContentWidget) == 0x000028, "Member 'UIManager_ShowOkPopup::ContentWidget' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowOkPopup, PopupPriority) == 0x000030, "Member 'UIManager_ShowOkPopup::PopupPriority' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowOkPopup, bAutoCloseOnButtonPress) == 0x000031, "Member 'UIManager_ShowOkPopup::bAutoCloseOnButtonPress' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowOkPopup, ZOrder) == 0x000034, "Member 'UIManager_ShowOkPopup::ZOrder' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowOkPopup, ReturnValue) == 0x000038, "Member 'UIManager_ShowOkPopup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_ShowPleaseWaitPopup \ static_assert(alignof(UIManager_ShowPleaseWaitPopup) == 0x000008, "Wrong alignment on UIManager_ShowPleaseWaitPopup"); \ static_assert(sizeof(UIManager_ShowPleaseWaitPopup) == 0x000040, "Wrong size on UIManager_ShowPleaseWaitPopup"); \ static_assert(offsetof(UIManager_ShowPleaseWaitPopup, TitleString) == 0x000000, "Member 'UIManager_ShowPleaseWaitPopup::TitleString' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowPleaseWaitPopup, DescriptionString) == 0x000010, "Member 'UIManager_ShowPleaseWaitPopup::DescriptionString' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowPleaseWaitPopup, IsDescTranslated) == 0x000020, "Member 'UIManager_ShowPleaseWaitPopup::IsDescTranslated' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowPleaseWaitPopup, bPausesTheGame) == 0x000021, "Member 'UIManager_ShowPleaseWaitPopup::bPausesTheGame' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowPleaseWaitPopup, ContentWidget) == 0x000028, "Member 'UIManager_ShowPleaseWaitPopup::ContentWidget' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowPleaseWaitPopup, PopupPriority) == 0x000030, "Member 'UIManager_ShowPleaseWaitPopup::PopupPriority' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowPleaseWaitPopup, bAutoCloseOnButtonPress) == 0x000031, "Member 'UIManager_ShowPleaseWaitPopup::bAutoCloseOnButtonPress' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowPleaseWaitPopup, ReturnValue) == 0x000038, "Member 'UIManager_ShowPleaseWaitPopup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_ShowVirtualCursor \ static_assert(alignof(UIManager_ShowVirtualCursor) == 0x000008, "Wrong alignment on UIManager_ShowVirtualCursor"); \ static_assert(sizeof(UIManager_ShowVirtualCursor) == 0x000028, "Wrong size on UIManager_ShowVirtualCursor"); \ static_assert(offsetof(UIManager_ShowVirtualCursor, Controller) == 0x000000, "Member 'UIManager_ShowVirtualCursor::Controller' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowVirtualCursor, Enable) == 0x000008, "Member 'UIManager_ShowVirtualCursor::Enable' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowVirtualCursor, Position) == 0x00000C, "Member 'UIManager_ShowVirtualCursor::Position' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowVirtualCursor, Context) == 0x000018, "Member 'UIManager_ShowVirtualCursor::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_ShowYesNoPopup \ static_assert(alignof(UIManager_ShowYesNoPopup) == 0x000008, "Wrong alignment on UIManager_ShowYesNoPopup"); \ static_assert(sizeof(UIManager_ShowYesNoPopup) == 0x000040, "Wrong size on UIManager_ShowYesNoPopup"); \ static_assert(offsetof(UIManager_ShowYesNoPopup, TitleString) == 0x000000, "Member 'UIManager_ShowYesNoPopup::TitleString' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowYesNoPopup, DescriptionString) == 0x000010, "Member 'UIManager_ShowYesNoPopup::DescriptionString' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowYesNoPopup, IsDescTranslated) == 0x000020, "Member 'UIManager_ShowYesNoPopup::IsDescTranslated' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowYesNoPopup, bPausesTheGame) == 0x000021, "Member 'UIManager_ShowYesNoPopup::bPausesTheGame' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowYesNoPopup, ContentWidget) == 0x000028, "Member 'UIManager_ShowYesNoPopup::ContentWidget' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowYesNoPopup, PopupPriority) == 0x000030, "Member 'UIManager_ShowYesNoPopup::PopupPriority' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowYesNoPopup, bAutoCloseOnButtonPress) == 0x000031, "Member 'UIManager_ShowYesNoPopup::bAutoCloseOnButtonPress' has a wrong offset!"); \ static_assert(offsetof(UIManager_ShowYesNoPopup, ReturnValue) == 0x000038, "Member 'UIManager_ShowYesNoPopup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_TargetComponentWidget \ static_assert(alignof(UIManager_TargetComponentWidget) == 0x000008, "Wrong alignment on UIManager_TargetComponentWidget"); \ static_assert(sizeof(UIManager_TargetComponentWidget) == 0x000008, "Wrong size on UIManager_TargetComponentWidget"); \ static_assert(offsetof(UIManager_TargetComponentWidget, Target) == 0x000000, "Member 'UIManager_TargetComponentWidget::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_TargetWidgetSetup \ static_assert(alignof(UIManager_TargetWidgetSetup) == 0x000008, "Wrong alignment on UIManager_TargetWidgetSetup"); \ static_assert(sizeof(UIManager_TargetWidgetSetup) == 0x000010, "Wrong size on UIManager_TargetWidgetSetup"); \ static_assert(offsetof(UIManager_TargetWidgetSetup, Target) == 0x000000, "Member 'UIManager_TargetWidgetSetup::Target' has a wrong offset!"); \ static_assert(offsetof(UIManager_TargetWidgetSetup, ReturnValue) == 0x000008, "Member 'UIManager_TargetWidgetSetup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_ToggleHUD \ static_assert(alignof(UIManager_ToggleHUD) == 0x000001, "Wrong alignment on UIManager_ToggleHUD"); \ static_assert(sizeof(UIManager_ToggleHUD) == 0x000002, "Wrong size on UIManager_ToggleHUD"); \ static_assert(offsetof(UIManager_ToggleHUD, Enable) == 0x000000, "Member 'UIManager_ToggleHUD::Enable' has a wrong offset!"); \ static_assert(offsetof(UIManager_ToggleHUD, AllowSelectiveTicking) == 0x000001, "Member 'UIManager_ToggleHUD::AllowSelectiveTicking' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_ToggleMenuTab \ static_assert(alignof(UIManager_ToggleMenuTab) == 0x000001, "Wrong alignment on UIManager_ToggleMenuTab"); \ static_assert(sizeof(UIManager_ToggleMenuTab) == 0x000002, "Wrong size on UIManager_ToggleMenuTab"); \ static_assert(offsetof(UIManager_ToggleMenuTab, MenuPage) == 0x000000, "Member 'UIManager_ToggleMenuTab::MenuPage' has a wrong offset!"); \ static_assert(offsetof(UIManager_ToggleMenuTab, ShouldShow) == 0x000001, "Member 'UIManager_ToggleMenuTab::ShouldShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_TriggerGamepadTextInput \ static_assert(alignof(UIManager_TriggerGamepadTextInput) == 0x000008, "Wrong alignment on UIManager_TriggerGamepadTextInput"); \ static_assert(sizeof(UIManager_TriggerGamepadTextInput) == 0x000040, "Wrong size on UIManager_TriggerGamepadTextInput"); \ static_assert(offsetof(UIManager_TriggerGamepadTextInput, InCallback) == 0x000000, "Member 'UIManager_TriggerGamepadTextInput::InCallback' has a wrong offset!"); \ static_assert(offsetof(UIManager_TriggerGamepadTextInput, InTextDescription) == 0x000010, "Member 'UIManager_TriggerGamepadTextInput::InTextDescription' has a wrong offset!"); \ static_assert(offsetof(UIManager_TriggerGamepadTextInput, InMaxCharacters) == 0x000028, "Member 'UIManager_TriggerGamepadTextInput::InMaxCharacters' has a wrong offset!"); \ static_assert(offsetof(UIManager_TriggerGamepadTextInput, InDefaultText) == 0x000030, "Member 'UIManager_TriggerGamepadTextInput::InDefaultText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_UpdateHintGameLogic \ static_assert(alignof(UIManager_UpdateHintGameLogic) == 0x000004, "Wrong alignment on UIManager_UpdateHintGameLogic"); \ static_assert(sizeof(UIManager_UpdateHintGameLogic) == 0x00000C, "Wrong size on UIManager_UpdateHintGameLogic"); \ static_assert(offsetof(UIManager_UpdateHintGameLogic, GameLogicVar) == 0x000000, "Member 'UIManager_UpdateHintGameLogic::GameLogicVar' has a wrong offset!"); \ static_assert(offsetof(UIManager_UpdateHintGameLogic, SetOn) == 0x000008, "Member 'UIManager_UpdateHintGameLogic::SetOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_WidgetClassLoaded \ static_assert(alignof(UIManager_WidgetClassLoaded) == 0x000008, "Wrong alignment on UIManager_WidgetClassLoaded"); \ static_assert(sizeof(UIManager_WidgetClassLoaded) == 0x000008, "Wrong size on UIManager_WidgetClassLoaded"); \ static_assert(offsetof(UIManager_WidgetClassLoaded, Widget) == 0x000000, "Member 'UIManager_WidgetClassLoaded::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetLastUsedInputDevice \ static_assert(alignof(UIManager_GetLastUsedInputDevice) == 0x000001, "Wrong alignment on UIManager_GetLastUsedInputDevice"); \ static_assert(sizeof(UIManager_GetLastUsedInputDevice) == 0x000001, "Wrong size on UIManager_GetLastUsedInputDevice"); \ static_assert(offsetof(UIManager_GetLastUsedInputDevice, ReturnValue) == 0x000000, "Member 'UIManager_GetLastUsedInputDevice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_GetPlayerInventorySortPreference \ static_assert(alignof(UIManager_GetPlayerInventorySortPreference) == 0x000008, "Wrong alignment on UIManager_GetPlayerInventorySortPreference"); \ static_assert(sizeof(UIManager_GetPlayerInventorySortPreference) == 0x000010, "Wrong size on UIManager_GetPlayerInventorySortPreference"); \ static_assert(offsetof(UIManager_GetPlayerInventorySortPreference, ReturnValue) == 0x000000, "Member 'UIManager_GetPlayerInventorySortPreference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsDebugLoadingScreen \ static_assert(alignof(UIManager_IsDebugLoadingScreen) == 0x000001, "Wrong alignment on UIManager_IsDebugLoadingScreen"); \ static_assert(sizeof(UIManager_IsDebugLoadingScreen) == 0x000001, "Wrong size on UIManager_IsDebugLoadingScreen"); \ static_assert(offsetof(UIManager_IsDebugLoadingScreen, ReturnValue) == 0x000000, "Member 'UIManager_IsDebugLoadingScreen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsInFrontendLevel \ static_assert(alignof(UIManager_IsInFrontendLevel) == 0x000001, "Wrong alignment on UIManager_IsInFrontendLevel"); \ static_assert(sizeof(UIManager_IsInFrontendLevel) == 0x000001, "Wrong size on UIManager_IsInFrontendLevel"); \ static_assert(offsetof(UIManager_IsInFrontendLevel, ReturnValue) == 0x000000, "Member 'UIManager_IsInFrontendLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsInPreGameplayState \ static_assert(alignof(UIManager_IsInPreGameplayState) == 0x000001, "Wrong alignment on UIManager_IsInPreGameplayState"); \ static_assert(sizeof(UIManager_IsInPreGameplayState) == 0x000001, "Wrong size on UIManager_IsInPreGameplayState"); \ static_assert(offsetof(UIManager_IsInPreGameplayState, ReturnValue) == 0x000000, "Member 'UIManager_IsInPreGameplayState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsPauseRequestedBy \ static_assert(alignof(UIManager_IsPauseRequestedBy) == 0x000004, "Wrong alignment on UIManager_IsPauseRequestedBy"); \ static_assert(sizeof(UIManager_IsPauseRequestedBy) == 0x00000C, "Wrong size on UIManager_IsPauseRequestedBy"); \ static_assert(offsetof(UIManager_IsPauseRequestedBy, RequesterName) == 0x000000, "Member 'UIManager_IsPauseRequestedBy::RequesterName' has a wrong offset!"); \ static_assert(offsetof(UIManager_IsPauseRequestedBy, ReturnValue) == 0x000008, "Member 'UIManager_IsPauseRequestedBy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsSteamInBigPictureMode \ static_assert(alignof(UIManager_IsSteamInBigPictureMode) == 0x000001, "Wrong alignment on UIManager_IsSteamInBigPictureMode"); \ static_assert(sizeof(UIManager_IsSteamInBigPictureMode) == 0x000001, "Wrong size on UIManager_IsSteamInBigPictureMode"); \ static_assert(offsetof(UIManager_IsSteamInBigPictureMode, ReturnValue) == 0x000000, "Member 'UIManager_IsSteamInBigPictureMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIManager_IsSteamRunningOnSteamDeck \ static_assert(alignof(UIManager_IsSteamRunningOnSteamDeck) == 0x000001, "Wrong alignment on UIManager_IsSteamRunningOnSteamDeck"); \ static_assert(sizeof(UIManager_IsSteamRunningOnSteamDeck) == 0x000001, "Wrong size on UIManager_IsSteamRunningOnSteamDeck"); \ static_assert(offsetof(UIManager_IsSteamRunningOnSteamDeck, ReturnValue) == 0x000000, "Member 'UIManager_IsSteamRunningOnSteamDeck::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUIManager \ static_assert(alignof(UUIManager) == 0x000010, "Wrong alignment on UUIManager"); \ static_assert(sizeof(UUIManager) == 0x0007D0, "Wrong size on UUIManager"); \ static_assert(offsetof(UUIManager, TargetUITable) == 0x000088, "Member 'UUIManager::TargetUITable' has a wrong offset!"); \ static_assert(offsetof(UUIManager, NotificationManager) == 0x000090, "Member 'UUIManager::NotificationManager' has a wrong offset!"); \ static_assert(offsetof(UUIManager, TutorialSystem) == 0x000098, "Member 'UUIManager::TutorialSystem' has a wrong offset!"); \ static_assert(offsetof(UUIManager, ErrorTexture) == 0x0000A0, "Member 'UUIManager::ErrorTexture' has a wrong offset!"); \ static_assert(offsetof(UUIManager, LoadingTexture) == 0x0000A8, "Member 'UUIManager::LoadingTexture' has a wrong offset!"); \ static_assert(offsetof(UUIManager, UIDisplayMode) == 0x000108, "Member 'UUIManager::UIDisplayMode' has a wrong offset!"); \ static_assert(offsetof(UUIManager, CompendiumCategory) == 0x00010C, "Member 'UUIManager::CompendiumCategory' has a wrong offset!"); \ static_assert(offsetof(UUIManager, CompendiumItemName) == 0x000118, "Member 'UUIManager::CompendiumItemName' has a wrong offset!"); \ static_assert(offsetof(UUIManager, LastVisitedMenuPage) == 0x000128, "Member 'UUIManager::LastVisitedMenuPage' has a wrong offset!"); \ static_assert(offsetof(UUIManager, GlobalParallaxMultiplier) == 0x000138, "Member 'UUIManager::GlobalParallaxMultiplier' has a wrong offset!"); \ static_assert(offsetof(UUIManager, NextExpGainDelay) == 0x00013C, "Member 'UUIManager::NextExpGainDelay' has a wrong offset!"); \ static_assert(offsetof(UUIManager, LastLocationName) == 0x000140, "Member 'UUIManager::LastLocationName' has a wrong offset!"); \ static_assert(offsetof(UUIManager, DefaultGenderRig) == 0x000148, "Member 'UUIManager::DefaultGenderRig' has a wrong offset!"); \ static_assert(offsetof(UUIManager, DefaultMalePreset) == 0x00014C, "Member 'UUIManager::DefaultMalePreset' has a wrong offset!"); \ static_assert(offsetof(UUIManager, DefaultFemalePreset) == 0x000154, "Member 'UUIManager::DefaultFemalePreset' has a wrong offset!"); \ static_assert(offsetof(UUIManager, LastChosenPresetData) == 0x000160, "Member 'UUIManager::LastChosenPresetData' has a wrong offset!"); \ static_assert(offsetof(UUIManager, PauseWorld) == 0x0001B0, "Member 'UUIManager::PauseWorld' has a wrong offset!"); \ static_assert(offsetof(UUIManager, FieldGuideWorld) == 0x0001B8, "Member 'UUIManager::FieldGuideWorld' has a wrong offset!"); \ static_assert(offsetof(UUIManager, VendorWorld) == 0x0001C8, "Member 'UUIManager::VendorWorld' has a wrong offset!"); \ static_assert(offsetof(UUIManager, CompanionWorld) == 0x0001D0, "Member 'UUIManager::CompanionWorld' has a wrong offset!"); \ static_assert(offsetof(UUIManager, CompanionSelectScreen) == 0x0001D8, "Member 'UUIManager::CompanionSelectScreen' has a wrong offset!"); \ static_assert(offsetof(UUIManager, GamePlayerController) == 0x0001E0, "Member 'UUIManager::GamePlayerController' has a wrong offset!"); \ static_assert(offsetof(UUIManager, OnLoadScreenDismissed) == 0x0001E8, "Member 'UUIManager::OnLoadScreenDismissed' has a wrong offset!"); \ static_assert(offsetof(UUIManager, OnPauseMenuClosed) == 0x0001F8, "Member 'UUIManager::OnPauseMenuClosed' has a wrong offset!"); \ static_assert(offsetof(UUIManager, CastStupefyWithRightTrigger) == 0x000218, "Member 'UUIManager::CastStupefyWithRightTrigger' has a wrong offset!"); \ static_assert(offsetof(UUIManager, OverlandMap) == 0x000288, "Member 'UUIManager::OverlandMap' has a wrong offset!"); \ static_assert(offsetof(UUIManager, IconDataTable) == 0x0003A0, "Member 'UUIManager::IconDataTable' has a wrong offset!"); \ static_assert(offsetof(UUIManager, BaseIconDataTable) == 0x0003A8, "Member 'UUIManager::BaseIconDataTable' has a wrong offset!"); \ static_assert(offsetof(UUIManager, InteractWidget) == 0x0003C0, "Member 'UUIManager::InteractWidget' has a wrong offset!"); \ static_assert(offsetof(UUIManager, PauseRequesters) == 0x0003C8, "Member 'UUIManager::PauseRequesters' has a wrong offset!"); \ static_assert(offsetof(UUIManager, mUIScreenFadeClass) == 0x0003D8, "Member 'UUIManager::mUIScreenFadeClass' has a wrong offset!"); \ static_assert(offsetof(UUIManager, HiddenMenuPages) == 0x0003E8, "Member 'UUIManager::HiddenMenuPages' has a wrong offset!"); \ static_assert(offsetof(UUIManager, DungeonMap) == 0x000460, "Member 'UUIManager::DungeonMap' has a wrong offset!"); \ static_assert(offsetof(UUIManager, HogwartsMap) == 0x000468, "Member 'UUIManager::HogwartsMap' has a wrong offset!"); \ static_assert(offsetof(UUIManager, HogsmeadeMap) == 0x000470, "Member 'UUIManager::HogsmeadeMap' has a wrong offset!"); \ static_assert(offsetof(UUIManager, InGameMenuWidgetClass) == 0x000480, "Member 'UUIManager::InGameMenuWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UUIManager, FieldGuideWidgetClass) == 0x000488, "Member 'UUIManager::FieldGuideWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UUIManager, InGameMenuWidget) == 0x000490, "Member 'UUIManager::InGameMenuWidget' has a wrong offset!"); \ static_assert(offsetof(UUIManager, FieldGuideWidget) == 0x000498, "Member 'UUIManager::FieldGuideWidget' has a wrong offset!"); \ static_assert(offsetof(UUIManager, PopupScreenClass) == 0x0004A8, "Member 'UUIManager::PopupScreenClass' has a wrong offset!"); \ static_assert(offsetof(UUIManager, bIsRichPaperShowing) == 0x0004B7, "Member 'UUIManager::bIsRichPaperShowing' has a wrong offset!"); \ static_assert(offsetof(UUIManager, PathActor) == 0x0004B8, "Member 'UUIManager::PathActor' has a wrong offset!"); \ static_assert(offsetof(UUIManager, PauseMenuLEDColor) == 0x0004D0, "Member 'UUIManager::PauseMenuLEDColor' has a wrong offset!"); \ static_assert(offsetof(UUIManager, InputManager) == 0x000578, "Member 'UUIManager::InputManager' has a wrong offset!"); \ static_assert(offsetof(UUIManager, AlwaysLoadedTextures) == 0x0005B8, "Member 'UUIManager::AlwaysLoadedTextures' has a wrong offset!"); \ static_assert(offsetof(UUIManager, m_pScreenFadeWidget) == 0x0005C8, "Member 'UUIManager::m_pScreenFadeWidget' has a wrong offset!"); \ static_assert(offsetof(UUIManager, MissionFailedScreen) == 0x0005E0, "Member 'UUIManager::MissionFailedScreen' has a wrong offset!"); \ static_assert(offsetof(UUIManager, CompanionBeaconInfo) == 0x000670, "Member 'UUIManager::CompanionBeaconInfo' has a wrong offset!"); \ static_assert(offsetof(UUIManager, OnPSOUpdate) == 0x000698, "Member 'UUIManager::OnPSOUpdate' has a wrong offset!"); \ static_assert(offsetof(UUIManager, ReadyToShowDSFirmwareUpgrade) == 0x000771, "Member 'UUIManager::ReadyToShowDSFirmwareUpgrade' has a wrong offset!"); \ static_assert(offsetof(UUIManager, IsPromoLocked) == 0x000772, "Member 'UUIManager::IsPromoLocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAvaAudioLocationActor \ static_assert(alignof(AAvaAudioLocationActor) == 0x000008, "Wrong alignment on AAvaAudioLocationActor"); \ static_assert(sizeof(AAvaAudioLocationActor) == 0x000248, "Wrong size on AAvaAudioLocationActor"); \ #define DUMPER7_ASSERTS_UablBranchCondition_BroomCollide \ static_assert(alignof(UablBranchCondition_BroomCollide) == 0x000008, "Wrong alignment on UablBranchCondition_BroomCollide"); \ static_assert(sizeof(UablBranchCondition_BroomCollide) == 0x000038, "Wrong size on UablBranchCondition_BroomCollide"); \ static_assert(offsetof(UablBranchCondition_BroomCollide, FlyingBroomCheckHitObject) == 0x000030, "Member 'UablBranchCondition_BroomCollide::FlyingBroomCheckHitObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ConsoleVariables \ static_assert(alignof(USceneAction_ConsoleVariables) == 0x000008, "Wrong alignment on USceneAction_ConsoleVariables"); \ static_assert(sizeof(USceneAction_ConsoleVariables) == 0x0000A0, "Wrong size on USceneAction_ConsoleVariables"); \ static_assert(offsetof(USceneAction_ConsoleVariables, Variables) == 0x000088, "Member 'USceneAction_ConsoleVariables::Variables' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ConsoleVariables, bInShippingToo) == 0x000098, "Member 'USceneAction_ConsoleVariables::bInShippingToo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablBranchCondition_CautionMode \ static_assert(alignof(UablBranchCondition_CautionMode) == 0x000008, "Wrong alignment on UablBranchCondition_CautionMode"); \ static_assert(sizeof(UablBranchCondition_CautionMode) == 0x000030, "Wrong size on UablBranchCondition_CautionMode"); \ #define DUMPER7_ASSERTS_UAblMovementModeTaskScratchPad \ static_assert(alignof(UAblMovementModeTaskScratchPad) == 0x000008, "Wrong alignment on UAblMovementModeTaskScratchPad"); \ static_assert(sizeof(UAblMovementModeTaskScratchPad) == 0x000030, "Wrong size on UAblMovementModeTaskScratchPad"); \ static_assert(offsetof(UAblMovementModeTaskScratchPad, OriginalMovementMode) == 0x000028, "Member 'UAblMovementModeTaskScratchPad::OriginalMovementMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeComponentBase_IsStateForced \ static_assert(alignof(AvaStreamingVolumeComponentBase_IsStateForced) == 0x000001, "Wrong alignment on AvaStreamingVolumeComponentBase_IsStateForced"); \ static_assert(sizeof(AvaStreamingVolumeComponentBase_IsStateForced) == 0x000001, "Wrong size on AvaStreamingVolumeComponentBase_IsStateForced"); \ static_assert(offsetof(AvaStreamingVolumeComponentBase_IsStateForced, ReturnValue) == 0x000000, "Member 'AvaStreamingVolumeComponentBase_IsStateForced::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeComponentBase_SetForcedStateStatus \ static_assert(alignof(AvaStreamingVolumeComponentBase_SetForcedStateStatus) == 0x000001, "Wrong alignment on AvaStreamingVolumeComponentBase_SetForcedStateStatus"); \ static_assert(sizeof(AvaStreamingVolumeComponentBase_SetForcedStateStatus) == 0x000001, "Wrong size on AvaStreamingVolumeComponentBase_SetForcedStateStatus"); \ static_assert(offsetof(AvaStreamingVolumeComponentBase_SetForcedStateStatus, bForced) == 0x000000, "Member 'AvaStreamingVolumeComponentBase_SetForcedStateStatus::bForced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaStreamingVolumeComponentBase \ static_assert(alignof(UAvaStreamingVolumeComponentBase) == 0x000010, "Wrong alignment on UAvaStreamingVolumeComponentBase"); \ static_assert(sizeof(UAvaStreamingVolumeComponentBase) == 0x000260, "Wrong size on UAvaStreamingVolumeComponentBase"); \ static_assert(offsetof(UAvaStreamingVolumeComponentBase, bForcedState) == 0x000218, "Member 'UAvaStreamingVolumeComponentBase::bForcedState' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponentBase, bHidesWithTiles) == 0x000219, "Member 'UAvaStreamingVolumeComponentBase::bHidesWithTiles' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponentBase, bShouldAffectTileStreaming) == 0x00021A, "Member 'UAvaStreamingVolumeComponentBase::bShouldAffectTileStreaming' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponentBase, bPauseTileStreaming) == 0x00021B, "Member 'UAvaStreamingVolumeComponentBase::bPauseTileStreaming' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponentBase, bSupportsDitheredLODTransition) == 0x00021C, "Member 'UAvaStreamingVolumeComponentBase::bSupportsDitheredLODTransition' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponentBase, TileRenderingMaxLod) == 0x000220, "Member 'UAvaStreamingVolumeComponentBase::TileRenderingMaxLod' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponentBase, AdditionalBoundsRadius) == 0x000224, "Member 'UAvaStreamingVolumeComponentBase::AdditionalBoundsRadius' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponentBase, bPreventExteriorRendering) == 0x000228, "Member 'UAvaStreamingVolumeComponentBase::bPreventExteriorRendering' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponentBase, bIgnoreShellVolumes) == 0x000229, "Member 'UAvaStreamingVolumeComponentBase::bIgnoreShellVolumes' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponentBase, bIsDoorPreloadVolume) == 0x00022A, "Member 'UAvaStreamingVolumeComponentBase::bIsDoorPreloadVolume' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponentBase, bActiveWithFastTravelDoors) == 0x00022B, "Member 'UAvaStreamingVolumeComponentBase::bActiveWithFastTravelDoors' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponentBase, VolumeLoadIdentifier) == 0x00022C, "Member 'UAvaStreamingVolumeComponentBase::VolumeLoadIdentifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingLevelVolumeComponentBase_GetLevelLoc \ static_assert(alignof(AvaStreamingLevelVolumeComponentBase_GetLevelLoc) == 0x000004, "Wrong alignment on AvaStreamingLevelVolumeComponentBase_GetLevelLoc"); \ static_assert(sizeof(AvaStreamingLevelVolumeComponentBase_GetLevelLoc) == 0x00000C, "Wrong size on AvaStreamingLevelVolumeComponentBase_GetLevelLoc"); \ static_assert(offsetof(AvaStreamingLevelVolumeComponentBase_GetLevelLoc, ReturnValue) == 0x000000, "Member 'AvaStreamingLevelVolumeComponentBase_GetLevelLoc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingLevelVolumeComponentBase_GetLevelRot \ static_assert(alignof(AvaStreamingLevelVolumeComponentBase_GetLevelRot) == 0x000004, "Wrong alignment on AvaStreamingLevelVolumeComponentBase_GetLevelRot"); \ static_assert(sizeof(AvaStreamingLevelVolumeComponentBase_GetLevelRot) == 0x00000C, "Wrong size on AvaStreamingLevelVolumeComponentBase_GetLevelRot"); \ static_assert(offsetof(AvaStreamingLevelVolumeComponentBase_GetLevelRot, ReturnValue) == 0x000000, "Member 'AvaStreamingLevelVolumeComponentBase_GetLevelRot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaStreamingLevelVolumeComponentBase \ static_assert(alignof(UAvaStreamingLevelVolumeComponentBase) == 0x000010, "Wrong alignment on UAvaStreamingLevelVolumeComponentBase"); \ static_assert(sizeof(UAvaStreamingLevelVolumeComponentBase) == 0x000290, "Wrong size on UAvaStreamingLevelVolumeComponentBase"); \ static_assert(offsetof(UAvaStreamingLevelVolumeComponentBase, LevelToStream) == 0x000258, "Member 'UAvaStreamingLevelVolumeComponentBase::LevelToStream' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingLevelVolumeComponentBase, LevelPlacementActor) == 0x000280, "Member 'UAvaStreamingLevelVolumeComponentBase::LevelPlacementActor' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingLevelVolumeComponentBase, LoadedLevel) == 0x000288, "Member 'UAvaStreamingLevelVolumeComponentBase::LoadedLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeComponent_CommitLodLevel \ static_assert(alignof(AvaStreamingVolumeComponent_CommitLodLevel) == 0x000008, "Wrong alignment on AvaStreamingVolumeComponent_CommitLodLevel"); \ static_assert(sizeof(AvaStreamingVolumeComponent_CommitLodLevel) == 0x000010, "Wrong size on AvaStreamingVolumeComponent_CommitLodLevel"); \ static_assert(offsetof(AvaStreamingVolumeComponent_CommitLodLevel, InLodTime) == 0x000000, "Member 'AvaStreamingVolumeComponent_CommitLodLevel::InLodTime' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingVolumeComponent_CommitLodLevel, ReturnValue) == 0x000008, "Member 'AvaStreamingVolumeComponent_CommitLodLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeComponent_GetLoadedLevel \ static_assert(alignof(AvaStreamingVolumeComponent_GetLoadedLevel) == 0x000008, "Wrong alignment on AvaStreamingVolumeComponent_GetLoadedLevel"); \ static_assert(sizeof(AvaStreamingVolumeComponent_GetLoadedLevel) == 0x000008, "Wrong size on AvaStreamingVolumeComponent_GetLoadedLevel"); \ static_assert(offsetof(AvaStreamingVolumeComponent_GetLoadedLevel, ReturnValue) == 0x000000, "Member 'AvaStreamingVolumeComponent_GetLoadedLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeComponent_GetLODDistances \ static_assert(alignof(AvaStreamingVolumeComponent_GetLODDistances) == 0x000008, "Wrong alignment on AvaStreamingVolumeComponent_GetLODDistances"); \ static_assert(sizeof(AvaStreamingVolumeComponent_GetLODDistances) == 0x000010, "Wrong size on AvaStreamingVolumeComponent_GetLODDistances"); \ static_assert(offsetof(AvaStreamingVolumeComponent_GetLODDistances, ReturnValue) == 0x000000, "Member 'AvaStreamingVolumeComponent_GetLODDistances::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeComponent_GetLodLevel \ static_assert(alignof(AvaStreamingVolumeComponent_GetLodLevel) == 0x000004, "Wrong alignment on AvaStreamingVolumeComponent_GetLodLevel"); \ static_assert(sizeof(AvaStreamingVolumeComponent_GetLodLevel) == 0x000004, "Wrong size on AvaStreamingVolumeComponent_GetLodLevel"); \ static_assert(offsetof(AvaStreamingVolumeComponent_GetLodLevel, ReturnValue) == 0x000000, "Member 'AvaStreamingVolumeComponent_GetLodLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeComponent_GetLodTime \ static_assert(alignof(AvaStreamingVolumeComponent_GetLodTime) == 0x000008, "Wrong alignment on AvaStreamingVolumeComponent_GetLodTime"); \ static_assert(sizeof(AvaStreamingVolumeComponent_GetLodTime) == 0x000008, "Wrong size on AvaStreamingVolumeComponent_GetLodTime"); \ static_assert(offsetof(AvaStreamingVolumeComponent_GetLodTime, ReturnValue) == 0x000000, "Member 'AvaStreamingVolumeComponent_GetLodTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeComponent_GetProposedLodLevel \ static_assert(alignof(AvaStreamingVolumeComponent_GetProposedLodLevel) == 0x000004, "Wrong alignment on AvaStreamingVolumeComponent_GetProposedLodLevel"); \ static_assert(sizeof(AvaStreamingVolumeComponent_GetProposedLodLevel) == 0x000004, "Wrong size on AvaStreamingVolumeComponent_GetProposedLodLevel"); \ static_assert(offsetof(AvaStreamingVolumeComponent_GetProposedLodLevel, ReturnValue) == 0x000000, "Member 'AvaStreamingVolumeComponent_GetProposedLodLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeComponent_GetShouldBeLoaded \ static_assert(alignof(AvaStreamingVolumeComponent_GetShouldBeLoaded) == 0x000001, "Wrong alignment on AvaStreamingVolumeComponent_GetShouldBeLoaded"); \ static_assert(sizeof(AvaStreamingVolumeComponent_GetShouldBeLoaded) == 0x000001, "Wrong size on AvaStreamingVolumeComponent_GetShouldBeLoaded"); \ static_assert(offsetof(AvaStreamingVolumeComponent_GetShouldBeLoaded, ReturnValue) == 0x000000, "Member 'AvaStreamingVolumeComponent_GetShouldBeLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeComponent_GetShouldBeVisible \ static_assert(alignof(AvaStreamingVolumeComponent_GetShouldBeVisible) == 0x000001, "Wrong alignment on AvaStreamingVolumeComponent_GetShouldBeVisible"); \ static_assert(sizeof(AvaStreamingVolumeComponent_GetShouldBeVisible) == 0x000001, "Wrong size on AvaStreamingVolumeComponent_GetShouldBeVisible"); \ static_assert(offsetof(AvaStreamingVolumeComponent_GetShouldBeVisible, ReturnValue) == 0x000000, "Member 'AvaStreamingVolumeComponent_GetShouldBeVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeComponent_ProposeLodLevel \ static_assert(alignof(AvaStreamingVolumeComponent_ProposeLodLevel) == 0x000004, "Wrong alignment on AvaStreamingVolumeComponent_ProposeLodLevel"); \ static_assert(sizeof(AvaStreamingVolumeComponent_ProposeLodLevel) == 0x00000C, "Wrong size on AvaStreamingVolumeComponent_ProposeLodLevel"); \ static_assert(offsetof(AvaStreamingVolumeComponent_ProposeLodLevel, InLodLevel) == 0x000000, "Member 'AvaStreamingVolumeComponent_ProposeLodLevel::InLodLevel' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingVolumeComponent_ProposeLodLevel, InBorderDist) == 0x000004, "Member 'AvaStreamingVolumeComponent_ProposeLodLevel::InBorderDist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeComponent_SetLodLevel \ static_assert(alignof(AvaStreamingVolumeComponent_SetLodLevel) == 0x000004, "Wrong alignment on AvaStreamingVolumeComponent_SetLodLevel"); \ static_assert(sizeof(AvaStreamingVolumeComponent_SetLodLevel) == 0x000004, "Wrong size on AvaStreamingVolumeComponent_SetLodLevel"); \ static_assert(offsetof(AvaStreamingVolumeComponent_SetLodLevel, InLodLevel) == 0x000000, "Member 'AvaStreamingVolumeComponent_SetLodLevel::InLodLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeComponent_SetLodTime \ static_assert(alignof(AvaStreamingVolumeComponent_SetLodTime) == 0x000008, "Wrong alignment on AvaStreamingVolumeComponent_SetLodTime"); \ static_assert(sizeof(AvaStreamingVolumeComponent_SetLodTime) == 0x000008, "Wrong size on AvaStreamingVolumeComponent_SetLodTime"); \ static_assert(offsetof(AvaStreamingVolumeComponent_SetLodTime, InLodTime) == 0x000000, "Member 'AvaStreamingVolumeComponent_SetLodTime::InLodTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeComponent_SetShouldBeLoaded \ static_assert(alignof(AvaStreamingVolumeComponent_SetShouldBeLoaded) == 0x000001, "Wrong alignment on AvaStreamingVolumeComponent_SetShouldBeLoaded"); \ static_assert(sizeof(AvaStreamingVolumeComponent_SetShouldBeLoaded) == 0x000001, "Wrong size on AvaStreamingVolumeComponent_SetShouldBeLoaded"); \ static_assert(offsetof(AvaStreamingVolumeComponent_SetShouldBeLoaded, InShouldBeLoaded) == 0x000000, "Member 'AvaStreamingVolumeComponent_SetShouldBeLoaded::InShouldBeLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeComponent_SetShouldBeVisible \ static_assert(alignof(AvaStreamingVolumeComponent_SetShouldBeVisible) == 0x000001, "Wrong alignment on AvaStreamingVolumeComponent_SetShouldBeVisible"); \ static_assert(sizeof(AvaStreamingVolumeComponent_SetShouldBeVisible) == 0x000001, "Wrong size on AvaStreamingVolumeComponent_SetShouldBeVisible"); \ static_assert(offsetof(AvaStreamingVolumeComponent_SetShouldBeVisible, InShouldBeVisible) == 0x000000, "Member 'AvaStreamingVolumeComponent_SetShouldBeVisible::InShouldBeVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaStreamingVolumeComponent \ static_assert(alignof(UAvaStreamingVolumeComponent) == 0x000010, "Wrong alignment on UAvaStreamingVolumeComponent"); \ static_assert(sizeof(UAvaStreamingVolumeComponent) == 0x0003D0, "Wrong size on UAvaStreamingVolumeComponent"); \ static_assert(offsetof(UAvaStreamingVolumeComponent, bIsExterior) == 0x000290, "Member 'UAvaStreamingVolumeComponent::bIsExterior' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponent, bExemptFromInteriorExteriorCulling) == 0x000291, "Member 'UAvaStreamingVolumeComponent::bExemptFromInteriorExteriorCulling' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponent, DependentLevelsToStream) == 0x000298, "Member 'UAvaStreamingVolumeComponent::DependentLevelsToStream' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponent, LevelLODDistances) == 0x0002A8, "Member 'UAvaStreamingVolumeComponent::LevelLODDistances' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponent, bShouldDitherLODTransitions) == 0x0002B8, "Member 'UAvaStreamingVolumeComponent::bShouldDitherLODTransitions' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponent, DependentLevelAdditionalBoundsRadius) == 0x0002BC, "Member 'UAvaStreamingVolumeComponent::DependentLevelAdditionalBoundsRadius' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponent, bSwapsPrecomputedVisibility) == 0x0002C0, "Member 'UAvaStreamingVolumeComponent::bSwapsPrecomputedVisibility' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponent, DependentSpringLevelsToStream) == 0x0002C8, "Member 'UAvaStreamingVolumeComponent::DependentSpringLevelsToStream' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponent, DependentSummerLevelsToStream) == 0x0002D8, "Member 'UAvaStreamingVolumeComponent::DependentSummerLevelsToStream' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponent, DependentFallLevelsToStream) == 0x0002E8, "Member 'UAvaStreamingVolumeComponent::DependentFallLevelsToStream' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponent, DependentWinterLevelsToStream) == 0x0002F8, "Member 'UAvaStreamingVolumeComponent::DependentWinterLevelsToStream' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponent, LevelLodToStream0) == 0x000308, "Member 'UAvaStreamingVolumeComponent::LevelLodToStream0' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponent, LevelLodToStream1) == 0x000330, "Member 'UAvaStreamingVolumeComponent::LevelLodToStream1' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponent, LevelLodToStream2) == 0x000358, "Member 'UAvaStreamingVolumeComponent::LevelLodToStream2' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponent, LodLevel) == 0x000380, "Member 'UAvaStreamingVolumeComponent::LodLevel' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponent, LoadedDependentLevels) == 0x000398, "Member 'UAvaStreamingVolumeComponent::LoadedDependentLevels' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingVolumeComponent, LoadedDependentSeasonLevels) == 0x0003A8, "Member 'UAvaStreamingVolumeComponent::LoadedDependentSeasonLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblHasRagdollBehaviorBranchCondition \ static_assert(alignof(UAblHasRagdollBehaviorBranchCondition) == 0x000008, "Wrong alignment on UAblHasRagdollBehaviorBranchCondition"); \ static_assert(sizeof(UAblHasRagdollBehaviorBranchCondition) == 0x000028, "Wrong size on UAblHasRagdollBehaviorBranchCondition"); \ #define DUMPER7_ASSERTS_UAblBranchConditionEnemyAbilitySupported \ static_assert(alignof(UAblBranchConditionEnemyAbilitySupported) == 0x000008, "Wrong alignment on UAblBranchConditionEnemyAbilitySupported"); \ static_assert(sizeof(UAblBranchConditionEnemyAbilitySupported) == 0x000038, "Wrong size on UAblBranchConditionEnemyAbilitySupported"); \ static_assert(offsetof(UAblBranchConditionEnemyAbilitySupported, Ability) == 0x000030, "Member 'UAblBranchConditionEnemyAbilitySupported::Ability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionEnemyCase \ static_assert(alignof(UAblBranchConditionEnemyCase) == 0x000008, "Wrong alignment on UAblBranchConditionEnemyCase"); \ static_assert(sizeof(UAblBranchConditionEnemyCase) == 0x000040, "Wrong size on UAblBranchConditionEnemyCase"); \ static_assert(offsetof(UAblBranchConditionEnemyCase, Condition) == 0x000030, "Member 'UAblBranchConditionEnemyCase::Condition' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionEnemyCase, fMinTime) == 0x000034, "Member 'UAblBranchConditionEnemyCase::fMinTime' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionEnemyCase, fMaxTime) == 0x000038, "Member 'UAblBranchConditionEnemyCase::fMaxTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDuelTechnique_Combo \ static_assert(alignof(UDuelTechnique_Combo) == 0x000008, "Wrong alignment on UDuelTechnique_Combo"); \ static_assert(sizeof(UDuelTechnique_Combo) == 0x000058, "Wrong size on UDuelTechnique_Combo"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_Base \ static_assert(alignof(URPGTriggerEffect_Base) == 0x000008, "Wrong alignment on URPGTriggerEffect_Base"); \ static_assert(sizeof(URPGTriggerEffect_Base) == 0x000040, "Wrong size on URPGTriggerEffect_Base"); \ static_assert(offsetof(URPGTriggerEffect_Base, Conditions) == 0x000028, "Member 'URPGTriggerEffect_Base::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RPGTriggerEffect_OnEpiskey_OnHealing \ static_assert(alignof(RPGTriggerEffect_OnEpiskey_OnHealing) == 0x000008, "Wrong alignment on RPGTriggerEffect_OnEpiskey_OnHealing"); \ static_assert(sizeof(RPGTriggerEffect_OnEpiskey_OnHealing) == 0x000010, "Wrong size on RPGTriggerEffect_OnEpiskey_OnHealing"); \ static_assert(offsetof(RPGTriggerEffect_OnEpiskey_OnHealing, i_caller) == 0x000000, "Member 'RPGTriggerEffect_OnEpiskey_OnHealing::i_caller' has a wrong offset!"); \ static_assert(offsetof(RPGTriggerEffect_OnEpiskey_OnHealing, InHealthChange) == 0x000008, "Member 'RPGTriggerEffect_OnEpiskey_OnHealing::InHealthChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_OnEpiskey \ static_assert(alignof(URPGTriggerEffect_OnEpiskey) == 0x000008, "Wrong alignment on URPGTriggerEffect_OnEpiskey"); \ static_assert(sizeof(URPGTriggerEffect_OnEpiskey) == 0x000058, "Wrong size on URPGTriggerEffect_OnEpiskey"); \ static_assert(offsetof(URPGTriggerEffect_OnEpiskey, HealthThresholdBefore) == 0x000040, "Member 'URPGTriggerEffect_OnEpiskey::HealthThresholdBefore' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_OnEpiskey, HealthThresholdAfter) == 0x000044, "Member 'URPGTriggerEffect_OnEpiskey::HealthThresholdAfter' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_OnEpiskey, Owner) == 0x000048, "Member 'URPGTriggerEffect_OnEpiskey::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionEnemyGroundDetection \ static_assert(alignof(UAblBranchConditionEnemyGroundDetection) == 0x000008, "Wrong alignment on UAblBranchConditionEnemyGroundDetection"); \ static_assert(sizeof(UAblBranchConditionEnemyGroundDetection) == 0x000038, "Wrong size on UAblBranchConditionEnemyGroundDetection"); \ static_assert(offsetof(UAblBranchConditionEnemyGroundDetection, OnGroundDistance) == 0x000030, "Member 'UAblBranchConditionEnemyGroundDetection::OnGroundDistance' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionEnemyGroundDetection, bIncludeCharacterHeightBounds) == 0x000034, "Member 'UAblBranchConditionEnemyGroundDetection::bIncludeCharacterHeightBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyAIWeaponSpawnDataBase \ static_assert(alignof(UEnemyAIWeaponSpawnDataBase) == 0x000008, "Wrong alignment on UEnemyAIWeaponSpawnDataBase"); \ static_assert(sizeof(UEnemyAIWeaponSpawnDataBase) == 0x000038, "Wrong size on UEnemyAIWeaponSpawnDataBase"); \ static_assert(offsetof(UEnemyAIWeaponSpawnDataBase, Weapon) == 0x000028, "Member 'UEnemyAIWeaponSpawnDataBase::Weapon' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIWeaponSpawnDataBase, Chance) == 0x000030, "Member 'UEnemyAIWeaponSpawnDataBase::Chance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ModifyPotionEffectCount \ static_assert(alignof(URPGTriggerEffect_ModifyPotionEffectCount) == 0x000008, "Wrong alignment on URPGTriggerEffect_ModifyPotionEffectCount"); \ static_assert(sizeof(URPGTriggerEffect_ModifyPotionEffectCount) == 0x000048, "Wrong size on URPGTriggerEffect_ModifyPotionEffectCount"); \ #define DUMPER7_ASSERTS_UAblBranchConditionReactionEnded \ static_assert(alignof(UAblBranchConditionReactionEnded) == 0x000008, "Wrong alignment on UAblBranchConditionReactionEnded"); \ static_assert(sizeof(UAblBranchConditionReactionEnded) == 0x000030, "Wrong size on UAblBranchConditionReactionEnded"); \ #define DUMPER7_ASSERTS_UAblBranchConditionEnemyMoveEnd \ static_assert(alignof(UAblBranchConditionEnemyMoveEnd) == 0x000008, "Wrong alignment on UAblBranchConditionEnemyMoveEnd"); \ static_assert(sizeof(UAblBranchConditionEnemyMoveEnd) == 0x000040, "Wrong size on UAblBranchConditionEnemyMoveEnd"); \ static_assert(offsetof(UAblBranchConditionEnemyMoveEnd, MoveType) == 0x000030, "Member 'UAblBranchConditionEnemyMoveEnd::MoveType' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionEnemyMoveEnd, SlideLinkEndXYTolerance) == 0x000034, "Member 'UAblBranchConditionEnemyMoveEnd::SlideLinkEndXYTolerance' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionEnemyMoveEnd, SlideLinkEndZTolerance) == 0x000038, "Member 'UAblBranchConditionEnemyMoveEnd::SlideLinkEndZTolerance' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionEnemyMoveEnd, bSlideCheckSurfaceType) == 0x00003C, "Member 'UAblBranchConditionEnemyMoveEnd::bSlideCheckSurfaceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionEnemyMoveHit \ static_assert(alignof(UAblBranchConditionEnemyMoveHit) == 0x000008, "Wrong alignment on UAblBranchConditionEnemyMoveHit"); \ static_assert(sizeof(UAblBranchConditionEnemyMoveHit) == 0x000038, "Wrong size on UAblBranchConditionEnemyMoveHit"); \ static_assert(offsetof(UAblBranchConditionEnemyMoveHit, bOnlyTriggerOnGroundMatch) == 0x000030, "Member 'UAblBranchConditionEnemyMoveHit::bOnlyTriggerOnGroundMatch' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionEnemyMoveHit, bOnGroundRequirement) == 0x000031, "Member 'UAblBranchConditionEnemyMoveHit::bOnGroundRequirement' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionEnemyMoveHit, bOnAirRequirement) == 0x000032, "Member 'UAblBranchConditionEnemyMoveHit::bOnAirRequirement' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionEnemyMoveHit, bIgnoreHitAfterDeath) == 0x000033, "Member 'UAblBranchConditionEnemyMoveHit::bIgnoreHitAfterDeath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_BehaviorComplete \ static_assert(alignof(UBTTask_Creature_BehaviorComplete) == 0x000008, "Wrong alignment on UBTTask_Creature_BehaviorComplete"); \ static_assert(sizeof(UBTTask_Creature_BehaviorComplete) == 0x000070, "Wrong size on UBTTask_Creature_BehaviorComplete"); \ #define DUMPER7_ASSERTS_UAblBranchConditionEnemyPhysics \ static_assert(alignof(UAblBranchConditionEnemyPhysics) == 0x000008, "Wrong alignment on UAblBranchConditionEnemyPhysics"); \ static_assert(sizeof(UAblBranchConditionEnemyPhysics) == 0x000038, "Wrong size on UAblBranchConditionEnemyPhysics"); \ static_assert(offsetof(UAblBranchConditionEnemyPhysics, bOnPhysicsMovementStop) == 0x000030, "Member 'UAblBranchConditionEnemyPhysics::bOnPhysicsMovementStop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblRipApartTask \ static_assert(alignof(UAblRipApartTask) == 0x000008, "Wrong alignment on UAblRipApartTask"); \ static_assert(sizeof(UAblRipApartTask) == 0x000180, "Wrong size on UAblRipApartTask"); \ static_assert(offsetof(UAblRipApartTask, bReinitPose) == 0x000070, "Member 'UAblRipApartTask::bReinitPose' has a wrong offset!"); \ static_assert(offsetof(UAblRipApartTask, BodyMeshes) == 0x000078, "Member 'UAblRipApartTask::BodyMeshes' has a wrong offset!"); \ static_assert(offsetof(UAblRipApartTask, LegMeshes) == 0x0000C8, "Member 'UAblRipApartTask::LegMeshes' has a wrong offset!"); \ static_assert(offsetof(UAblRipApartTask, BodyLegSocketNames) == 0x000118, "Member 'UAblRipApartTask::BodyLegSocketNames' has a wrong offset!"); \ static_assert(offsetof(UAblRipApartTask, LegFxSocketName) == 0x000128, "Member 'UAblRipApartTask::LegFxSocketName' has a wrong offset!"); \ static_assert(offsetof(UAblRipApartTask, LegSocketParticleTags) == 0x000130, "Member 'UAblRipApartTask::LegSocketParticleTags' has a wrong offset!"); \ static_assert(offsetof(UAblRipApartTask, LegParticleTags) == 0x000150, "Member 'UAblRipApartTask::LegParticleTags' has a wrong offset!"); \ static_assert(offsetof(UAblRipApartTask, MinImpulse) == 0x000170, "Member 'UAblRipApartTask::MinImpulse' has a wrong offset!"); \ static_assert(offsetof(UAblRipApartTask, MaxImpulse) == 0x000174, "Member 'UAblRipApartTask::MaxImpulse' has a wrong offset!"); \ static_assert(offsetof(UAblRipApartTask, bSpawnActorInstead) == 0x000178, "Member 'UAblRipApartTask::bSpawnActorInstead' has a wrong offset!"); \ static_assert(offsetof(UAblRipApartTask, LegLifetime) == 0x00017C, "Member 'UAblRipApartTask::LegLifetime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionEnemyStateDone \ static_assert(alignof(UAblBranchConditionEnemyStateDone) == 0x000008, "Wrong alignment on UAblBranchConditionEnemyStateDone"); \ static_assert(sizeof(UAblBranchConditionEnemyStateDone) == 0x000030, "Wrong size on UAblBranchConditionEnemyStateDone"); \ #define DUMPER7_ASSERTS_UAblBranchConditionGameplayTag \ static_assert(alignof(UAblBranchConditionGameplayTag) == 0x000008, "Wrong alignment on UAblBranchConditionGameplayTag"); \ static_assert(sizeof(UAblBranchConditionGameplayTag) == 0x000050, "Wrong size on UAblBranchConditionGameplayTag"); \ static_assert(offsetof(UAblBranchConditionGameplayTag, TagContainer) == 0x000028, "Member 'UAblBranchConditionGameplayTag::TagContainer' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionGameplayTag, bInverse) == 0x000048, "Member 'UAblBranchConditionGameplayTag::bInverse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Alert_InstanceQBUpdateData \ static_assert(alignof(UEnemy_Alert_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_Alert_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_Alert_InstanceQBUpdateData) == 0x000058, "Wrong size on UEnemy_Alert_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_UAblRagdollForceToNavMeshTask \ static_assert(alignof(UAblRagdollForceToNavMeshTask) == 0x000008, "Wrong alignment on UAblRagdollForceToNavMeshTask"); \ static_assert(sizeof(UAblRagdollForceToNavMeshTask) == 0x000078, "Wrong size on UAblRagdollForceToNavMeshTask"); \ static_assert(offsetof(UAblRagdollForceToNavMeshTask, Force) == 0x000070, "Member 'UAblRagdollForceToNavMeshTask::Force' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAmbulatoryGroundDetection \ static_assert(alignof(UAblAmbulatoryGroundDetection) == 0x000008, "Wrong alignment on UAblAmbulatoryGroundDetection"); \ static_assert(sizeof(UAblAmbulatoryGroundDetection) == 0x000030, "Wrong size on UAblAmbulatoryGroundDetection"); \ static_assert(offsetof(UAblAmbulatoryGroundDetection, OnGroundDistance) == 0x000028, "Member 'UAblAmbulatoryGroundDetection::OnGroundDistance' has a wrong offset!"); \ static_assert(offsetof(UAblAmbulatoryGroundDetection, bGroundMustBeWalkable) == 0x00002C, "Member 'UAblAmbulatoryGroundDetection::bGroundMustBeWalkable' has a wrong offset!"); \ static_assert(offsetof(UAblAmbulatoryGroundDetection, bGroundMustNotBePawn) == 0x00002D, "Member 'UAblAmbulatoryGroundDetection::bGroundMustNotBePawn' has a wrong offset!"); \ static_assert(offsetof(UAblAmbulatoryGroundDetection, bInverse) == 0x00002E, "Member 'UAblAmbulatoryGroundDetection::bInverse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransfigurationSpawnController \ static_assert(alignof(UTransfigurationSpawnController) == 0x000008, "Wrong alignment on UTransfigurationSpawnController"); \ static_assert(sizeof(UTransfigurationSpawnController) == 0x0002A8, "Wrong size on UTransfigurationSpawnController"); \ static_assert(offsetof(UTransfigurationSpawnController, PreviewActorClass) == 0x000298, "Member 'UTransfigurationSpawnController::PreviewActorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionMovementMode \ static_assert(alignof(UAblBranchConditionMovementMode) == 0x000008, "Wrong alignment on UAblBranchConditionMovementMode"); \ static_assert(sizeof(UAblBranchConditionMovementMode) == 0x000030, "Wrong size on UAblBranchConditionMovementMode"); \ static_assert(offsetof(UAblBranchConditionMovementMode, MovementMode) == 0x000028, "Member 'UAblBranchConditionMovementMode::MovementMode' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionMovementMode, MinDuration) == 0x00002C, "Member 'UAblBranchConditionMovementMode::MinDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetMaxHeightModifiersTask \ static_assert(alignof(UAblSetMaxHeightModifiersTask) == 0x000008, "Wrong alignment on UAblSetMaxHeightModifiersTask"); \ static_assert(sizeof(UAblSetMaxHeightModifiersTask) == 0x000098, "Wrong size on UAblSetMaxHeightModifiersTask"); \ static_assert(offsetof(UAblSetMaxHeightModifiersTask, bEnableMaxHeightModifiers) == 0x000070, "Member 'UAblSetMaxHeightModifiersTask::bEnableMaxHeightModifiers' has a wrong offset!"); \ static_assert(offsetof(UAblSetMaxHeightModifiersTask, bOverrideMaxHeightValue) == 0x000071, "Member 'UAblSetMaxHeightModifiersTask::bOverrideMaxHeightValue' has a wrong offset!"); \ static_assert(offsetof(UAblSetMaxHeightModifiersTask, OverrideMaxHeightValue) == 0x000074, "Member 'UAblSetMaxHeightModifiersTask::OverrideMaxHeightValue' has a wrong offset!"); \ static_assert(offsetof(UAblSetMaxHeightModifiersTask, Priority) == 0x000078, "Member 'UAblSetMaxHeightModifiersTask::Priority' has a wrong offset!"); \ static_assert(offsetof(UAblSetMaxHeightModifiersTask, Conditions) == 0x000080, "Member 'UAblSetMaxHeightModifiersTask::Conditions' has a wrong offset!"); \ static_assert(offsetof(UAblSetMaxHeightModifiersTask, bMustPassAllConditions) == 0x000090, "Member 'UAblSetMaxHeightModifiersTask::bMustPassAllConditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionNoMovement \ static_assert(alignof(UAblBranchConditionNoMovement) == 0x000008, "Wrong alignment on UAblBranchConditionNoMovement"); \ static_assert(sizeof(UAblBranchConditionNoMovement) == 0x000038, "Wrong size on UAblBranchConditionNoMovement"); \ static_assert(offsetof(UAblBranchConditionNoMovement, DistanceSquaredTolerance) == 0x000030, "Member 'UAblBranchConditionNoMovement::DistanceSquaredTolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionTimer \ static_assert(alignof(UAblBranchConditionTimer) == 0x000008, "Wrong alignment on UAblBranchConditionTimer"); \ static_assert(sizeof(UAblBranchConditionTimer) == 0x000038, "Wrong size on UAblBranchConditionTimer"); \ static_assert(offsetof(UAblBranchConditionTimer, CountdownTime) == 0x000030, "Member 'UAblBranchConditionTimer::CountdownTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Companion_InstanceQBUpdateData \ static_assert(alignof(UEnemy_Companion_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_Companion_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_Companion_InstanceQBUpdateData) == 0x000048, "Wrong size on UEnemy_Companion_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_UAblNPCTurnToTaskScratchPad \ static_assert(alignof(UAblNPCTurnToTaskScratchPad) == 0x000008, "Wrong alignment on UAblNPCTurnToTaskScratchPad"); \ static_assert(sizeof(UAblNPCTurnToTaskScratchPad) == 0x000070, "Wrong size on UAblNPCTurnToTaskScratchPad"); \ static_assert(offsetof(UAblNPCTurnToTaskScratchPad, ActorToTrack) == 0x000028, "Member 'UAblNPCTurnToTaskScratchPad::ActorToTrack' has a wrong offset!"); \ static_assert(offsetof(UAblNPCTurnToTaskScratchPad, TargetRotation) == 0x000030, "Member 'UAblNPCTurnToTaskScratchPad::TargetRotation' has a wrong offset!"); \ static_assert(offsetof(UAblNPCTurnToTaskScratchPad, TurningBlend) == 0x000040, "Member 'UAblNPCTurnToTaskScratchPad::TurningBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionTimer_New \ static_assert(alignof(UAblBranchConditionTimer_New) == 0x000008, "Wrong alignment on UAblBranchConditionTimer_New"); \ static_assert(sizeof(UAblBranchConditionTimer_New) == 0x000030, "Wrong size on UAblBranchConditionTimer_New"); \ static_assert(offsetof(UAblBranchConditionTimer_New, MinTime) == 0x000028, "Member 'UAblBranchConditionTimer_New::MinTime' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionTimer_New, MaxTime) == 0x00002C, "Member 'UAblBranchConditionTimer_New::MaxTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionVelocity_New \ static_assert(alignof(UAblBranchConditionVelocity_New) == 0x000008, "Wrong alignment on UAblBranchConditionVelocity_New"); \ static_assert(sizeof(UAblBranchConditionVelocity_New) == 0x000048, "Wrong size on UAblBranchConditionVelocity_New"); \ static_assert(offsetof(UAblBranchConditionVelocity_New, bSpeedIsGreaterThan) == 0x000028, "Member 'UAblBranchConditionVelocity_New::bSpeedIsGreaterThan' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionVelocity_New, SpeedIsGreaterThan) == 0x00002C, "Member 'UAblBranchConditionVelocity_New::SpeedIsGreaterThan' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionVelocity_New, bSpeedIsLessThan) == 0x000030, "Member 'UAblBranchConditionVelocity_New::bSpeedIsLessThan' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionVelocity_New, SpeedIsLessThan) == 0x000034, "Member 'UAblBranchConditionVelocity_New::SpeedIsLessThan' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionVelocity_New, bZIsGreaterThan) == 0x000038, "Member 'UAblBranchConditionVelocity_New::bZIsGreaterThan' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionVelocity_New, ZIsGreaterThan) == 0x00003C, "Member 'UAblBranchConditionVelocity_New::ZIsGreaterThan' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionVelocity_New, bZIsLessThan) == 0x000040, "Member 'UAblBranchConditionVelocity_New::bZIsLessThan' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionVelocity_New, ZIsLessThan) == 0x000044, "Member 'UAblBranchConditionVelocity_New::ZIsLessThan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_DodgeDuckAssist \ static_assert(alignof(URootMotionModifierProperties_DodgeDuckAssist) == 0x000008, "Wrong alignment on URootMotionModifierProperties_DodgeDuckAssist"); \ static_assert(sizeof(URootMotionModifierProperties_DodgeDuckAssist) == 0x000040, "Wrong size on URootMotionModifierProperties_DodgeDuckAssist"); \ static_assert(offsetof(URootMotionModifierProperties_DodgeDuckAssist, bInstantRecovery) == 0x000030, "Member 'URootMotionModifierProperties_DodgeDuckAssist::bInstantRecovery' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_DodgeDuckAssist, YawRecoverySpeed) == 0x000034, "Member 'URootMotionModifierProperties_DodgeDuckAssist::YawRecoverySpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_DodgeDuckAssist, TurnAssistSpeed) == 0x000038, "Member 'URootMotionModifierProperties_DodgeDuckAssist::TurnAssistSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_DodgeDuckAssist, TurnAssistType) == 0x00003C, "Member 'URootMotionModifierProperties_DodgeDuckAssist::TurnAssistType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionCreatureIdleBreak \ static_assert(alignof(UAblBranchConditionCreatureIdleBreak) == 0x000008, "Wrong alignment on UAblBranchConditionCreatureIdleBreak"); \ static_assert(sizeof(UAblBranchConditionCreatureIdleBreak) == 0x000030, "Wrong size on UAblBranchConditionCreatureIdleBreak"); \ #define DUMPER7_ASSERTS_UablBranchConditionMountAnimNotify \ static_assert(alignof(UablBranchConditionMountAnimNotify) == 0x000008, "Wrong alignment on UablBranchConditionMountAnimNotify"); \ static_assert(sizeof(UablBranchConditionMountAnimNotify) == 0x000048, "Wrong size on UablBranchConditionMountAnimNotify"); \ static_assert(offsetof(UablBranchConditionMountAnimNotify, bReturnTrueIfMount) == 0x000040, "Member 'UablBranchConditionMountAnimNotify::bReturnTrueIfMount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_Dueling \ static_assert(alignof(URootMotionModifierProperties_Dueling) == 0x000008, "Wrong alignment on URootMotionModifierProperties_Dueling"); \ static_assert(sizeof(URootMotionModifierProperties_Dueling) == 0x000038, "Wrong size on URootMotionModifierProperties_Dueling"); \ static_assert(offsetof(URootMotionModifierProperties_Dueling, HorizontalRootMotionAmount) == 0x000030, "Member 'URootMotionModifierProperties_Dueling::HorizontalRootMotionAmount' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Dueling, VerticalRootMotionAmount) == 0x000034, "Member 'URootMotionModifierProperties_Dueling::VerticalRootMotionAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchCreaturePathTeleport \ static_assert(alignof(UAblBranchCreaturePathTeleport) == 0x000008, "Wrong alignment on UAblBranchCreaturePathTeleport"); \ static_assert(sizeof(UAblBranchCreaturePathTeleport) == 0x000030, "Wrong size on UAblBranchCreaturePathTeleport"); \ #define DUMPER7_ASSERTS_UWandLinkUIMiniGame \ static_assert(alignof(UWandLinkUIMiniGame) == 0x000008, "Wrong alignment on UWandLinkUIMiniGame"); \ static_assert(sizeof(UWandLinkUIMiniGame) == 0x000058, "Wrong size on UWandLinkUIMiniGame"); \ #define DUMPER7_ASSERTS_UAblBranchCreatureStoppingModeCondition \ static_assert(alignof(UAblBranchCreatureStoppingModeCondition) == 0x000008, "Wrong alignment on UAblBranchCreatureStoppingModeCondition"); \ static_assert(sizeof(UAblBranchCreatureStoppingModeCondition) == 0x000038, "Wrong size on UAblBranchCreatureStoppingModeCondition"); \ static_assert(offsetof(UAblBranchCreatureStoppingModeCondition, StoppingMode) == 0x000030, "Member 'UAblBranchCreatureStoppingModeCondition::StoppingMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_FacingAssist \ static_assert(alignof(URootMotionModifierProperties_FacingAssist) == 0x000008, "Wrong alignment on URootMotionModifierProperties_FacingAssist"); \ static_assert(sizeof(URootMotionModifierProperties_FacingAssist) == 0x000048, "Wrong size on URootMotionModifierProperties_FacingAssist"); \ static_assert(offsetof(URootMotionModifierProperties_FacingAssist, UseDirection) == 0x000030, "Member 'URootMotionModifierProperties_FacingAssist::UseDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FacingAssist, bFaceNegativeDirectionIfCloser) == 0x000031, "Member 'URootMotionModifierProperties_FacingAssist::bFaceNegativeDirectionIfCloser' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FacingAssist, bIgnoreTargetTracker) == 0x000032, "Member 'URootMotionModifierProperties_FacingAssist::bIgnoreTargetTracker' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FacingAssist, bAllowDesiredDirectionUpdates) == 0x000033, "Member 'URootMotionModifierProperties_FacingAssist::bAllowDesiredDirectionUpdates' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FacingAssist, bRotateRootTranslationIntoDesiredDirection) == 0x000034, "Member 'URootMotionModifierProperties_FacingAssist::bRotateRootTranslationIntoDesiredDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FacingAssist, InterpType) == 0x000035, "Member 'URootMotionModifierProperties_FacingAssist::InterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FacingAssist, InterpSpeed) == 0x000038, "Member 'URootMotionModifierProperties_FacingAssist::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FacingAssist, InterpTime) == 0x00003C, "Member 'URootMotionModifierProperties_FacingAssist::InterpTime' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FacingAssist, bDebug) == 0x000040, "Member 'URootMotionModifierProperties_FacingAssist::bDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionDiscreteSpeedChanged \ static_assert(alignof(UAblBranchConditionDiscreteSpeedChanged) == 0x000008, "Wrong alignment on UAblBranchConditionDiscreteSpeedChanged"); \ static_assert(sizeof(UAblBranchConditionDiscreteSpeedChanged) == 0x000058, "Wrong size on UAblBranchConditionDiscreteSpeedChanged"); \ static_assert(offsetof(UAblBranchConditionDiscreteSpeedChanged, bSpeedsMustMatch) == 0x000030, "Member 'UAblBranchConditionDiscreteSpeedChanged::bSpeedsMustMatch' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionDiscreteSpeedChanged, LastGaitSpeeds) == 0x000038, "Member 'UAblBranchConditionDiscreteSpeedChanged::LastGaitSpeeds' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionDiscreteSpeedChanged, NewGaitSpeeds) == 0x000048, "Member 'UAblBranchConditionDiscreteSpeedChanged::NewGaitSpeeds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionFlightGliding \ static_assert(alignof(UAblBranchConditionFlightGliding) == 0x000008, "Wrong alignment on UAblBranchConditionFlightGliding"); \ static_assert(sizeof(UAblBranchConditionFlightGliding) == 0x000030, "Wrong size on UAblBranchConditionFlightGliding"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Flee \ static_assert(alignof(UEnvQueryTest_Flee) == 0x000008, "Wrong alignment on UEnvQueryTest_Flee"); \ static_assert(sizeof(UEnvQueryTest_Flee) == 0x0001F8, "Wrong size on UEnvQueryTest_Flee"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_FastTravelPort \ static_assert(alignof(URootMotionModifierProperties_FastTravelPort) == 0x000008, "Wrong alignment on URootMotionModifierProperties_FastTravelPort"); \ static_assert(sizeof(URootMotionModifierProperties_FastTravelPort) == 0x000048, "Wrong size on URootMotionModifierProperties_FastTravelPort"); \ static_assert(offsetof(URootMotionModifierProperties_FastTravelPort, bAllowYawRotation) == 0x000030, "Member 'URootMotionModifierProperties_FastTravelPort::bAllowYawRotation' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FastTravelPort, YawToTargetThreshold) == 0x000034, "Member 'URootMotionModifierProperties_FastTravelPort::YawToTargetThreshold' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FastTravelPort, TimeToRotateToTarget) == 0x000038, "Member 'URootMotionModifierProperties_FastTravelPort::TimeToRotateToTarget' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FastTravelPort, bAllowTranslation) == 0x00003C, "Member 'URootMotionModifierProperties_FastTravelPort::bAllowTranslation' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FastTravelPort, TimeToTranslateToTarget) == 0x000040, "Member 'URootMotionModifierProperties_FastTravelPort::TimeToTranslateToTarget' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FastTravelPort, bDebug) == 0x000044, "Member 'URootMotionModifierProperties_FastTravelPort::bDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionFlying \ static_assert(alignof(UAblBranchConditionFlying) == 0x000008, "Wrong alignment on UAblBranchConditionFlying"); \ static_assert(sizeof(UAblBranchConditionFlying) == 0x000030, "Wrong size on UAblBranchConditionFlying"); \ #define DUMPER7_ASSERTS_UAblBranchConditionIsLanding \ static_assert(alignof(UAblBranchConditionIsLanding) == 0x000008, "Wrong alignment on UAblBranchConditionIsLanding"); \ static_assert(sizeof(UAblBranchConditionIsLanding) == 0x000030, "Wrong size on UAblBranchConditionIsLanding"); \ #define DUMPER7_ASSERTS_UAblBranchConditionDesiredFlightState \ static_assert(alignof(UAblBranchConditionDesiredFlightState) == 0x000008, "Wrong alignment on UAblBranchConditionDesiredFlightState"); \ static_assert(sizeof(UAblBranchConditionDesiredFlightState) == 0x000038, "Wrong size on UAblBranchConditionDesiredFlightState"); \ static_assert(offsetof(UAblBranchConditionDesiredFlightState, DesiredFlightState) == 0x000030, "Member 'UAblBranchConditionDesiredFlightState::DesiredFlightState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblLeavingNavMeshScratchpad \ static_assert(alignof(UAblLeavingNavMeshScratchpad) == 0x000008, "Wrong alignment on UAblLeavingNavMeshScratchpad"); \ static_assert(sizeof(UAblLeavingNavMeshScratchpad) == 0x000030, "Wrong size on UAblLeavingNavMeshScratchpad"); \ #define DUMPER7_ASSERTS_AstronomyMiniGameSolutions_AstronomyMiniGameAllowSolving \ static_assert(alignof(AstronomyMiniGameSolutions_AstronomyMiniGameAllowSolving) == 0x000001, "Wrong alignment on AstronomyMiniGameSolutions_AstronomyMiniGameAllowSolving"); \ static_assert(sizeof(AstronomyMiniGameSolutions_AstronomyMiniGameAllowSolving) == 0x000001, "Wrong size on AstronomyMiniGameSolutions_AstronomyMiniGameAllowSolving"); \ static_assert(offsetof(AstronomyMiniGameSolutions_AstronomyMiniGameAllowSolving, bAllowSolving) == 0x000000, "Member 'AstronomyMiniGameSolutions_AstronomyMiniGameAllowSolving::bAllowSolving' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AstronomyMiniGameSolutions_AstronomyMiniGameConstellationOverride \ static_assert(alignof(AstronomyMiniGameSolutions_AstronomyMiniGameConstellationOverride) == 0x000004, "Wrong alignment on AstronomyMiniGameSolutions_AstronomyMiniGameConstellationOverride"); \ static_assert(sizeof(AstronomyMiniGameSolutions_AstronomyMiniGameConstellationOverride) == 0x000004, "Wrong size on AstronomyMiniGameSolutions_AstronomyMiniGameConstellationOverride"); \ static_assert(offsetof(AstronomyMiniGameSolutions_AstronomyMiniGameConstellationOverride, ConstellationOverride) == 0x000000, "Member 'AstronomyMiniGameSolutions_AstronomyMiniGameConstellationOverride::ConstellationOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AstronomyMiniGameSolutions_AstronomyMiniGameSolutionLogRow \ static_assert(alignof(AstronomyMiniGameSolutions_AstronomyMiniGameSolutionLogRow) == 0x000008, "Wrong alignment on AstronomyMiniGameSolutions_AstronomyMiniGameSolutionLogRow"); \ static_assert(sizeof(AstronomyMiniGameSolutions_AstronomyMiniGameSolutionLogRow) == 0x000040, "Wrong size on AstronomyMiniGameSolutions_AstronomyMiniGameSolutionLogRow"); \ static_assert(offsetof(AstronomyMiniGameSolutions_AstronomyMiniGameSolutionLogRow, PointOfInterestRowName) == 0x000000, "Member 'AstronomyMiniGameSolutions_AstronomyMiniGameSolutionLogRow::PointOfInterestRowName' has a wrong offset!"); \ static_assert(offsetof(AstronomyMiniGameSolutions_AstronomyMiniGameSolutionLogRow, Solution) == 0x000008, "Member 'AstronomyMiniGameSolutions_AstronomyMiniGameSolutionLogRow::Solution' has a wrong offset!"); \ static_assert(offsetof(AstronomyMiniGameSolutions_AstronomyMiniGameSolutionLogRow, bWithRowHeader) == 0x000038, "Member 'AstronomyMiniGameSolutions_AstronomyMiniGameSolutionLogRow::bWithRowHeader' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachFOVLerp \ static_assert(alignof(AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachFOVLerp) == 0x000004, "Wrong alignment on AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachFOVLerp"); \ static_assert(sizeof(AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachFOVLerp) == 0x000004, "Wrong size on AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachFOVLerp"); \ static_assert(offsetof(AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachFOVLerp, ApproachFOVLerp) == 0x000000, "Member 'AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachFOVLerp::ApproachFOVLerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachLerp \ static_assert(alignof(AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachLerp) == 0x000004, "Wrong alignment on AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachLerp"); \ static_assert(sizeof(AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachLerp) == 0x000004, "Wrong size on AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachLerp"); \ static_assert(offsetof(AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachLerp, ApproachLerp) == 0x000000, "Member 'AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachLerp::ApproachLerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachRotationPitchYawLerp \ static_assert(alignof(AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachRotationPitchYawLerp) == 0x000004, "Wrong alignment on AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachRotationPitchYawLerp"); \ static_assert(sizeof(AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachRotationPitchYawLerp) == 0x000004, "Wrong size on AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachRotationPitchYawLerp"); \ static_assert(offsetof(AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachRotationPitchYawLerp, ApproachRotationPitchYawLerp) == 0x000000, "Member 'AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachRotationPitchYawLerp::ApproachRotationPitchYawLerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachRotationRollLerp \ static_assert(alignof(AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachRotationRollLerp) == 0x000004, "Wrong alignment on AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachRotationRollLerp"); \ static_assert(sizeof(AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachRotationRollLerp) == 0x000004, "Wrong size on AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachRotationRollLerp"); \ static_assert(offsetof(AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachRotationRollLerp, ApproachRotationRollLerp) == 0x000000, "Member 'AstronomyMiniGameSolutions_GetAstronomyMiniGameApproachRotationRollLerp::ApproachRotationRollLerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AstronomyMiniGameSolutions_GetAstronomyMiniGameDistanceFromSolution \ static_assert(alignof(AstronomyMiniGameSolutions_GetAstronomyMiniGameDistanceFromSolution) == 0x000004, "Wrong alignment on AstronomyMiniGameSolutions_GetAstronomyMiniGameDistanceFromSolution"); \ static_assert(sizeof(AstronomyMiniGameSolutions_GetAstronomyMiniGameDistanceFromSolution) == 0x000004, "Wrong size on AstronomyMiniGameSolutions_GetAstronomyMiniGameDistanceFromSolution"); \ static_assert(offsetof(AstronomyMiniGameSolutions_GetAstronomyMiniGameDistanceFromSolution, ReturnValue) == 0x000000, "Member 'AstronomyMiniGameSolutions_GetAstronomyMiniGameDistanceFromSolution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AstronomyMiniGameSolutions_GetAstronomyMiniGameInfo \ static_assert(alignof(AstronomyMiniGameSolutions_GetAstronomyMiniGameInfo) == 0x000008, "Wrong alignment on AstronomyMiniGameSolutions_GetAstronomyMiniGameInfo"); \ static_assert(sizeof(AstronomyMiniGameSolutions_GetAstronomyMiniGameInfo) == 0x000058, "Wrong size on AstronomyMiniGameSolutions_GetAstronomyMiniGameInfo"); \ static_assert(offsetof(AstronomyMiniGameSolutions_GetAstronomyMiniGameInfo, Telescope) == 0x000000, "Member 'AstronomyMiniGameSolutions_GetAstronomyMiniGameInfo::Telescope' has a wrong offset!"); \ static_assert(offsetof(AstronomyMiniGameSolutions_GetAstronomyMiniGameInfo, PointOfInterest) == 0x000008, "Member 'AstronomyMiniGameSolutions_GetAstronomyMiniGameInfo::PointOfInterest' has a wrong offset!"); \ static_assert(offsetof(AstronomyMiniGameSolutions_GetAstronomyMiniGameInfo, Solution) == 0x000010, "Member 'AstronomyMiniGameSolutions_GetAstronomyMiniGameInfo::Solution' has a wrong offset!"); \ static_assert(offsetof(AstronomyMiniGameSolutions_GetAstronomyMiniGameInfo, SolveState) == 0x000040, "Member 'AstronomyMiniGameSolutions_GetAstronomyMiniGameInfo::SolveState' has a wrong offset!"); \ static_assert(offsetof(AstronomyMiniGameSolutions_GetAstronomyMiniGameInfo, bIsValid) == 0x000050, "Member 'AstronomyMiniGameSolutions_GetAstronomyMiniGameInfo::bIsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AstronomyMiniGameSolutions_GetAstronomyMiniGameIsRunning \ static_assert(alignof(AstronomyMiniGameSolutions_GetAstronomyMiniGameIsRunning) == 0x000001, "Wrong alignment on AstronomyMiniGameSolutions_GetAstronomyMiniGameIsRunning"); \ static_assert(sizeof(AstronomyMiniGameSolutions_GetAstronomyMiniGameIsRunning) == 0x000001, "Wrong size on AstronomyMiniGameSolutions_GetAstronomyMiniGameIsRunning"); \ static_assert(offsetof(AstronomyMiniGameSolutions_GetAstronomyMiniGameIsRunning, bIsRunning) == 0x000000, "Member 'AstronomyMiniGameSolutions_GetAstronomyMiniGameIsRunning::bIsRunning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AstronomyMiniGameSolutions_GetAstronomyMiniGameSolution \ static_assert(alignof(AstronomyMiniGameSolutions_GetAstronomyMiniGameSolution) == 0x000008, "Wrong alignment on AstronomyMiniGameSolutions_GetAstronomyMiniGameSolution"); \ static_assert(sizeof(AstronomyMiniGameSolutions_GetAstronomyMiniGameSolution) == 0x000048, "Wrong size on AstronomyMiniGameSolutions_GetAstronomyMiniGameSolution"); \ static_assert(offsetof(AstronomyMiniGameSolutions_GetAstronomyMiniGameSolution, SolutionTable) == 0x000000, "Member 'AstronomyMiniGameSolutions_GetAstronomyMiniGameSolution::SolutionTable' has a wrong offset!"); \ static_assert(offsetof(AstronomyMiniGameSolutions_GetAstronomyMiniGameSolution, PointOfInterest) == 0x000008, "Member 'AstronomyMiniGameSolutions_GetAstronomyMiniGameSolution::PointOfInterest' has a wrong offset!"); \ static_assert(offsetof(AstronomyMiniGameSolutions_GetAstronomyMiniGameSolution, Solution) == 0x000010, "Member 'AstronomyMiniGameSolutions_GetAstronomyMiniGameSolution::Solution' has a wrong offset!"); \ static_assert(offsetof(AstronomyMiniGameSolutions_GetAstronomyMiniGameSolution, bValidSolution) == 0x000040, "Member 'AstronomyMiniGameSolutions_GetAstronomyMiniGameSolution::bValidSolution' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AstronomyMiniGameSolutions_GetAstronomyMiniGameSolved \ static_assert(alignof(AstronomyMiniGameSolutions_GetAstronomyMiniGameSolved) == 0x000001, "Wrong alignment on AstronomyMiniGameSolutions_GetAstronomyMiniGameSolved"); \ static_assert(sizeof(AstronomyMiniGameSolutions_GetAstronomyMiniGameSolved) == 0x000001, "Wrong size on AstronomyMiniGameSolutions_GetAstronomyMiniGameSolved"); \ static_assert(offsetof(AstronomyMiniGameSolutions_GetAstronomyMiniGameSolved, bIsSolved) == 0x000000, "Member 'AstronomyMiniGameSolutions_GetAstronomyMiniGameSolved::bIsSolved' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AstronomyMiniGameSolutions_SetAstronomyMiniGameDone \ static_assert(alignof(AstronomyMiniGameSolutions_SetAstronomyMiniGameDone) == 0x000008, "Wrong alignment on AstronomyMiniGameSolutions_SetAstronomyMiniGameDone"); \ static_assert(sizeof(AstronomyMiniGameSolutions_SetAstronomyMiniGameDone) == 0x000008, "Wrong size on AstronomyMiniGameSolutions_SetAstronomyMiniGameDone"); \ static_assert(offsetof(AstronomyMiniGameSolutions_SetAstronomyMiniGameDone, Actor) == 0x000000, "Member 'AstronomyMiniGameSolutions_SetAstronomyMiniGameDone::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AstronomyMiniGameSolutions_SetupAstronomyMiniGameSolve \ static_assert(alignof(AstronomyMiniGameSolutions_SetupAstronomyMiniGameSolve) == 0x000008, "Wrong alignment on AstronomyMiniGameSolutions_SetupAstronomyMiniGameSolve"); \ static_assert(sizeof(AstronomyMiniGameSolutions_SetupAstronomyMiniGameSolve) == 0x000060, "Wrong size on AstronomyMiniGameSolutions_SetupAstronomyMiniGameSolve"); \ static_assert(offsetof(AstronomyMiniGameSolutions_SetupAstronomyMiniGameSolve, Actor) == 0x000000, "Member 'AstronomyMiniGameSolutions_SetupAstronomyMiniGameSolve::Actor' has a wrong offset!"); \ static_assert(offsetof(AstronomyMiniGameSolutions_SetupAstronomyMiniGameSolve, PointOfInterest) == 0x000008, "Member 'AstronomyMiniGameSolutions_SetupAstronomyMiniGameSolve::PointOfInterest' has a wrong offset!"); \ static_assert(offsetof(AstronomyMiniGameSolutions_SetupAstronomyMiniGameSolve, Solution) == 0x000010, "Member 'AstronomyMiniGameSolutions_SetupAstronomyMiniGameSolve::Solution' has a wrong offset!"); \ static_assert(offsetof(AstronomyMiniGameSolutions_SetupAstronomyMiniGameSolve, SolveState) == 0x000040, "Member 'AstronomyMiniGameSolutions_SetupAstronomyMiniGameSolve::SolveState' has a wrong offset!"); \ static_assert(offsetof(AstronomyMiniGameSolutions_SetupAstronomyMiniGameSolve, Extra) == 0x000050, "Member 'AstronomyMiniGameSolutions_SetupAstronomyMiniGameSolve::Extra' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolve \ static_assert(alignof(AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolve) == 0x000008, "Wrong alignment on AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolve"); \ static_assert(sizeof(AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolve) == 0x000020, "Wrong size on AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolve"); \ static_assert(offsetof(AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolve, Actor) == 0x000000, "Member 'AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolve::Actor' has a wrong offset!"); \ static_assert(offsetof(AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolve, SolveState) == 0x000008, "Member 'AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolve::SolveState' has a wrong offset!"); \ static_assert(offsetof(AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolve, bIsSolved) == 0x000018, "Member 'AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolve::bIsSolved' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolvedLerp \ static_assert(alignof(AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolvedLerp) == 0x000008, "Wrong alignment on AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolvedLerp"); \ static_assert(sizeof(AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolvedLerp) == 0x000018, "Wrong size on AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolvedLerp"); \ static_assert(offsetof(AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolvedLerp, Actor) == 0x000000, "Member 'AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolvedLerp::Actor' has a wrong offset!"); \ static_assert(offsetof(AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolvedLerp, SolveState) == 0x000008, "Member 'AstronomyMiniGameSolutions_UpdateAstronomyMiniGameSolvedLerp::SolveState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAstronomyMiniGameSolutions \ static_assert(alignof(UAstronomyMiniGameSolutions) == 0x000008, "Wrong alignment on UAstronomyMiniGameSolutions"); \ static_assert(sizeof(UAstronomyMiniGameSolutions) == 0x000028, "Wrong size on UAstronomyMiniGameSolutions"); \ #define DUMPER7_ASSERTS_UAblBranchConditionDesiredLandingType \ static_assert(alignof(UAblBranchConditionDesiredLandingType) == 0x000008, "Wrong alignment on UAblBranchConditionDesiredLandingType"); \ static_assert(sizeof(UAblBranchConditionDesiredLandingType) == 0x000040, "Wrong size on UAblBranchConditionDesiredLandingType"); \ static_assert(offsetof(UAblBranchConditionDesiredLandingType, LandingTypes) == 0x000030, "Member 'UAblBranchConditionDesiredLandingType::LandingTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigPooledT3ProxyActorState \ static_assert(alignof(USceneRigPooledT3ProxyActorState) == 0x000008, "Wrong alignment on USceneRigPooledT3ProxyActorState"); \ static_assert(sizeof(USceneRigPooledT3ProxyActorState) == 0x0000A8, "Wrong size on USceneRigPooledT3ProxyActorState"); \ #define DUMPER7_ASSERTS_UablIKPoseFixupTask \ static_assert(alignof(UablIKPoseFixupTask) == 0x000010, "Wrong alignment on UablIKPoseFixupTask"); \ static_assert(sizeof(UablIKPoseFixupTask) == 0x000130, "Wrong size on UablIKPoseFixupTask"); \ static_assert(offsetof(UablIKPoseFixupTask, Definition) == 0x000070, "Member 'UablIKPoseFixupTask::Definition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTaskCondition_IsFlying \ static_assert(alignof(UAblTaskCondition_IsFlying) == 0x000008, "Wrong alignment on UAblTaskCondition_IsFlying"); \ static_assert(sizeof(UAblTaskCondition_IsFlying) == 0x000030, "Wrong size on UAblTaskCondition_IsFlying"); \ static_assert(offsetof(UAblTaskCondition_IsFlying, bNegate) == 0x000028, "Member 'UAblTaskCondition_IsFlying::bNegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueSequenceRule \ static_assert(alignof(UDialogueSequenceRule) == 0x000008, "Wrong alignment on UDialogueSequenceRule"); \ static_assert(sizeof(UDialogueSequenceRule) == 0x000058, "Wrong size on UDialogueSequenceRule"); \ static_assert(offsetof(UDialogueSequenceRule, StageClass) == 0x000038, "Member 'UDialogueSequenceRule::StageClass' has a wrong offset!"); \ static_assert(offsetof(UDialogueSequenceRule, SceneRigClass) == 0x000040, "Member 'UDialogueSequenceRule::SceneRigClass' has a wrong offset!"); \ static_assert(offsetof(UDialogueSequenceRule, LineRules) == 0x000048, "Member 'UDialogueSequenceRule::LineRules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldSupportWorld \ static_assert(alignof(UWorldSupportWorld) == 0x000008, "Wrong alignment on UWorldSupportWorld"); \ static_assert(sizeof(UWorldSupportWorld) == 0x000108, "Wrong size on UWorldSupportWorld"); \ static_assert(offsetof(UWorldSupportWorld, World) == 0x000028, "Member 'UWorldSupportWorld::World' has a wrong offset!"); \ static_assert(offsetof(UWorldSupportWorld, Levels) == 0x0000E0, "Member 'UWorldSupportWorld::Levels' has a wrong offset!"); \ static_assert(offsetof(UWorldSupportWorld, LocalPlayer) == 0x0000F8, "Member 'UWorldSupportWorld::LocalPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModGameSupport_GetCompositeDataTableFromBase \ static_assert(alignof(ModGameSupport_GetCompositeDataTableFromBase) == 0x000008, "Wrong alignment on ModGameSupport_GetCompositeDataTableFromBase"); \ static_assert(sizeof(ModGameSupport_GetCompositeDataTableFromBase) == 0x000010, "Wrong size on ModGameSupport_GetCompositeDataTableFromBase"); \ static_assert(offsetof(ModGameSupport_GetCompositeDataTableFromBase, BaseTable) == 0x000000, "Member 'ModGameSupport_GetCompositeDataTableFromBase::BaseTable' has a wrong offset!"); \ static_assert(offsetof(ModGameSupport_GetCompositeDataTableFromBase, ReturnValue) == 0x000008, "Member 'ModGameSupport_GetCompositeDataTableFromBase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModGameSupport \ static_assert(alignof(UModGameSupport) == 0x000008, "Wrong alignment on UModGameSupport"); \ static_assert(sizeof(UModGameSupport) == 0x000028, "Wrong size on UModGameSupport"); \ #define DUMPER7_ASSERTS_AAvadaKedavraSpellTool \ static_assert(alignof(AAvadaKedavraSpellTool) == 0x000008, "Wrong alignment on AAvadaKedavraSpellTool"); \ static_assert(sizeof(AAvadaKedavraSpellTool) == 0x000888, "Wrong size on AAvadaKedavraSpellTool"); \ static_assert(offsetof(AAvadaKedavraSpellTool, TimeDilationCurve) == 0x000870, "Member 'AAvadaKedavraSpellTool::TimeDilationCurve' has a wrong offset!"); \ static_assert(offsetof(AAvadaKedavraSpellTool, KillCursedFX2) == 0x000878, "Member 'AAvadaKedavraSpellTool::KillCursedFX2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchFromLightDirectional \ static_assert(alignof(UAblBranchFromLightDirectional) == 0x000008, "Wrong alignment on UAblBranchFromLightDirectional"); \ static_assert(sizeof(UAblBranchFromLightDirectional) == 0x000030, "Wrong size on UAblBranchFromLightDirectional"); \ #define DUMPER7_ASSERTS_UAblBranchConditionFullBodyState \ static_assert(alignof(UAblBranchConditionFullBodyState) == 0x000008, "Wrong alignment on UAblBranchConditionFullBodyState"); \ static_assert(sizeof(UAblBranchConditionFullBodyState) == 0x000038, "Wrong size on UAblBranchConditionFullBodyState"); \ static_assert(offsetof(UAblBranchConditionFullBodyState, FullBodyState) == 0x000030, "Member 'UAblBranchConditionFullBodyState::FullBodyState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblLookupBranchTask \ static_assert(alignof(UAblLookupBranchTask) == 0x000008, "Wrong alignment on UAblLookupBranchTask"); \ static_assert(sizeof(UAblLookupBranchTask) == 0x000110, "Wrong size on UAblLookupBranchTask"); \ static_assert(offsetof(UAblLookupBranchTask, InteractionArchitectAsset) == 0x000070, "Member 'UAblLookupBranchTask::InteractionArchitectAsset' has a wrong offset!"); \ static_assert(offsetof(UAblLookupBranchTask, Project) == 0x000078, "Member 'UAblLookupBranchTask::Project' has a wrong offset!"); \ static_assert(offsetof(UAblLookupBranchTask, Tags) == 0x000080, "Member 'UAblLookupBranchTask::Tags' has a wrong offset!"); \ static_assert(offsetof(UAblLookupBranchTask, TargetTags) == 0x0000A0, "Member 'UAblLookupBranchTask::TargetTags' has a wrong offset!"); \ static_assert(offsetof(UAblLookupBranchTask, Conditions) == 0x0000C0, "Member 'UAblLookupBranchTask::Conditions' has a wrong offset!"); \ static_assert(offsetof(UAblLookupBranchTask, bMustPassAllConditions) == 0x0000D0, "Member 'UAblLookupBranchTask::bMustPassAllConditions' has a wrong offset!"); \ static_assert(offsetof(UAblLookupBranchTask, bCopyTargetsOnBranch) == 0x0000D1, "Member 'UAblLookupBranchTask::bCopyTargetsOnBranch' has a wrong offset!"); \ static_assert(offsetof(UAblLookupBranchTask, bOverrideTransitionBlend) == 0x0000D2, "Member 'UAblLookupBranchTask::bOverrideTransitionBlend' has a wrong offset!"); \ static_assert(offsetof(UAblLookupBranchTask, TransitionBlend) == 0x0000D8, "Member 'UAblLookupBranchTask::TransitionBlend' has a wrong offset!"); \ static_assert(offsetof(UAblLookupBranchTask, bClampBlendOutTime) == 0x000108, "Member 'UAblLookupBranchTask::bClampBlendOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvironmentalGlobalsArachnophobiaMode \ static_assert(alignof(UEnvironmentalGlobalsArachnophobiaMode) == 0x000008, "Wrong alignment on UEnvironmentalGlobalsArachnophobiaMode"); \ static_assert(sizeof(UEnvironmentalGlobalsArachnophobiaMode) == 0x000048, "Wrong size on UEnvironmentalGlobalsArachnophobiaMode"); \ #define DUMPER7_ASSERTS_MountHeightLimitComponent_SetHeightOverrides \ static_assert(alignof(MountHeightLimitComponent_SetHeightOverrides) == 0x000004, "Wrong alignment on MountHeightLimitComponent_SetHeightOverrides"); \ static_assert(sizeof(MountHeightLimitComponent_SetHeightOverrides) == 0x000008, "Wrong size on MountHeightLimitComponent_SetHeightOverrides"); \ static_assert(offsetof(MountHeightLimitComponent_SetHeightOverrides, InTargetHeight) == 0x000000, "Member 'MountHeightLimitComponent_SetHeightOverrides::InTargetHeight' has a wrong offset!"); \ static_assert(offsetof(MountHeightLimitComponent_SetHeightOverrides, InHeightBuffer) == 0x000004, "Member 'MountHeightLimitComponent_SetHeightOverrides::InHeightBuffer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MountHeightLimitComponent_GetFlyHeight \ static_assert(alignof(MountHeightLimitComponent_GetFlyHeight) == 0x000004, "Wrong alignment on MountHeightLimitComponent_GetFlyHeight"); \ static_assert(sizeof(MountHeightLimitComponent_GetFlyHeight) == 0x000004, "Wrong size on MountHeightLimitComponent_GetFlyHeight"); \ static_assert(offsetof(MountHeightLimitComponent_GetFlyHeight, ReturnValue) == 0x000000, "Member 'MountHeightLimitComponent_GetFlyHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMountHeightLimitComponent \ static_assert(alignof(UMountHeightLimitComponent) == 0x000008, "Wrong alignment on UMountHeightLimitComponent"); \ static_assert(sizeof(UMountHeightLimitComponent) == 0x000118, "Wrong size on UMountHeightLimitComponent"); \ static_assert(offsetof(UMountHeightLimitComponent, RegionHeights) == 0x0000F8, "Member 'UMountHeightLimitComponent::RegionHeights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudio_GetPlayerVoicePitch \ static_assert(alignof(AvaAudio_GetPlayerVoicePitch) == 0x000004, "Wrong alignment on AvaAudio_GetPlayerVoicePitch"); \ static_assert(sizeof(AvaAudio_GetPlayerVoicePitch) == 0x000004, "Wrong size on AvaAudio_GetPlayerVoicePitch"); \ static_assert(offsetof(AvaAudio_GetPlayerVoicePitch, ReturnValue) == 0x000000, "Member 'AvaAudio_GetPlayerVoicePitch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudio_SetPlayerVoicePitch \ static_assert(alignof(AvaAudio_SetPlayerVoicePitch) == 0x000004, "Wrong alignment on AvaAudio_SetPlayerVoicePitch"); \ static_assert(sizeof(AvaAudio_SetPlayerVoicePitch) == 0x000008, "Wrong size on AvaAudio_SetPlayerVoicePitch"); \ static_assert(offsetof(AvaAudio_SetPlayerVoicePitch, PlayerVoicePitch) == 0x000000, "Member 'AvaAudio_SetPlayerVoicePitch::PlayerVoicePitch' has a wrong offset!"); \ static_assert(offsetof(AvaAudio_SetPlayerVoicePitch, WriteToSave) == 0x000004, "Member 'AvaAudio_SetPlayerVoicePitch::WriteToSave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaAudio \ static_assert(alignof(UAvaAudio) == 0x000008, "Wrong alignment on UAvaAudio"); \ static_assert(sizeof(UAvaAudio) == 0x0006B0, "Wrong size on UAvaAudio"); \ #define DUMPER7_ASSERTS_UAblBranchConditionGaitSpeed \ static_assert(alignof(UAblBranchConditionGaitSpeed) == 0x000008, "Wrong alignment on UAblBranchConditionGaitSpeed"); \ static_assert(sizeof(UAblBranchConditionGaitSpeed) == 0x000048, "Wrong size on UAblBranchConditionGaitSpeed"); \ static_assert(offsetof(UAblBranchConditionGaitSpeed, GaitSpeeds) == 0x000030, "Member 'UAblBranchConditionGaitSpeed::GaitSpeeds' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionGaitSpeed, SpeedType) == 0x000040, "Member 'UAblBranchConditionGaitSpeed::SpeedType' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionGaitSpeed, BufferSampleTime) == 0x000044, "Member 'UAblBranchConditionGaitSpeed::BufferSampleTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNPC_ParryAnimationFireTask \ static_assert(alignof(UAblNPC_ParryAnimationFireTask) == 0x000008, "Wrong alignment on UAblNPC_ParryAnimationFireTask"); \ static_assert(sizeof(UAblNPC_ParryAnimationFireTask) == 0x000070, "Wrong size on UAblNPC_ParryAnimationFireTask"); \ #define DUMPER7_ASSERTS_Creature_RiderComponent_ActivateRiderComponent \ static_assert(alignof(Creature_RiderComponent_ActivateRiderComponent) == 0x000008, "Wrong alignment on Creature_RiderComponent_ActivateRiderComponent"); \ static_assert(sizeof(Creature_RiderComponent_ActivateRiderComponent) == 0x000010, "Wrong size on Creature_RiderComponent_ActivateRiderComponent"); \ static_assert(offsetof(Creature_RiderComponent_ActivateRiderComponent, InMountHandler) == 0x000000, "Member 'Creature_RiderComponent_ActivateRiderComponent::InMountHandler' has a wrong offset!"); \ static_assert(offsetof(Creature_RiderComponent_ActivateRiderComponent, bEnableHandIK) == 0x000008, "Member 'Creature_RiderComponent_ActivateRiderComponent::bEnableHandIK' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_RiderComponent_OnCreatureReactionQueued \ static_assert(alignof(Creature_RiderComponent_OnCreatureReactionQueued) == 0x000008, "Wrong alignment on Creature_RiderComponent_OnCreatureReactionQueued"); \ static_assert(sizeof(Creature_RiderComponent_OnCreatureReactionQueued) == 0x000010, "Wrong size on Creature_RiderComponent_OnCreatureReactionQueued"); \ static_assert(offsetof(Creature_RiderComponent_OnCreatureReactionQueued, ReactionData) == 0x000000, "Member 'Creature_RiderComponent_OnCreatureReactionQueued::ReactionData' has a wrong offset!"); \ static_assert(offsetof(Creature_RiderComponent_OnCreatureReactionQueued, ReactionComponent) == 0x000008, "Member 'Creature_RiderComponent_OnCreatureReactionQueued::ReactionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_RiderComponent_OnMountMovementStateChanged \ static_assert(alignof(Creature_RiderComponent_OnMountMovementStateChanged) == 0x000008, "Wrong alignment on Creature_RiderComponent_OnMountMovementStateChanged"); \ static_assert(sizeof(Creature_RiderComponent_OnMountMovementStateChanged) == 0x000010, "Wrong size on Creature_RiderComponent_OnMountMovementStateChanged"); \ static_assert(offsetof(Creature_RiderComponent_OnMountMovementStateChanged, MountComponent) == 0x000000, "Member 'Creature_RiderComponent_OnMountMovementStateChanged::MountComponent' has a wrong offset!"); \ static_assert(offsetof(Creature_RiderComponent_OnMountMovementStateChanged, PrevMovementState) == 0x000008, "Member 'Creature_RiderComponent_OnMountMovementStateChanged::PrevMovementState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_RiderComponent_GetCreatureCharacter \ static_assert(alignof(Creature_RiderComponent_GetCreatureCharacter) == 0x000008, "Wrong alignment on Creature_RiderComponent_GetCreatureCharacter"); \ static_assert(sizeof(Creature_RiderComponent_GetCreatureCharacter) == 0x000008, "Wrong size on Creature_RiderComponent_GetCreatureCharacter"); \ static_assert(offsetof(Creature_RiderComponent_GetCreatureCharacter, ReturnValue) == 0x000000, "Member 'Creature_RiderComponent_GetCreatureCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_RiderComponent_GetMountHandler \ static_assert(alignof(Creature_RiderComponent_GetMountHandler) == 0x000008, "Wrong alignment on Creature_RiderComponent_GetMountHandler"); \ static_assert(sizeof(Creature_RiderComponent_GetMountHandler) == 0x000008, "Wrong size on Creature_RiderComponent_GetMountHandler"); \ static_assert(offsetof(Creature_RiderComponent_GetMountHandler, ReturnValue) == 0x000000, "Member 'Creature_RiderComponent_GetMountHandler::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreature_RiderComponent \ static_assert(alignof(UCreature_RiderComponent) == 0x000010, "Wrong alignment on UCreature_RiderComponent"); \ static_assert(sizeof(UCreature_RiderComponent) == 0x0004A0, "Wrong size on UCreature_RiderComponent"); \ static_assert(offsetof(UCreature_RiderComponent, HeadTurnAbility) == 0x0000D0, "Member 'UCreature_RiderComponent::HeadTurnAbility' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, HeadTurnAbilityChannelName) == 0x0000D8, "Member 'UCreature_RiderComponent::HeadTurnAbilityChannelName' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, FlyAdditiveAbility) == 0x0000E0, "Member 'UCreature_RiderComponent::FlyAdditiveAbility' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, FlyAdditiveAbilityChannelName) == 0x0000E8, "Member 'UCreature_RiderComponent::FlyAdditiveAbilityChannelName' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, AbilityChannelsToNotClear) == 0x0000F0, "Member 'UCreature_RiderComponent::AbilityChannelsToNotClear' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, RiderAnimationSetTagContainer) == 0x000140, "Member 'UCreature_RiderComponent::RiderAnimationSetTagContainer' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, RiderAnimationSetArchitectAsset) == 0x000160, "Member 'UCreature_RiderComponent::RiderAnimationSetArchitectAsset' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, MountTypeAnimationArchitectTags) == 0x000168, "Member 'UCreature_RiderComponent::MountTypeAnimationArchitectTags' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, HardPlayAbilityMap) == 0x000188, "Member 'UCreature_RiderComponent::HardPlayAbilityMap' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, CreatureReactionAbilitesForRiderKnockdown) == 0x0001D8, "Member 'UCreature_RiderComponent::CreatureReactionAbilitesForRiderKnockdown' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, RiderKnockdownMunitionTags) == 0x0001E8, "Member 'UCreature_RiderComponent::RiderKnockdownMunitionTags' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, InitialGroundAbility) == 0x000208, "Member 'UCreature_RiderComponent::InitialGroundAbility' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, InitialFlyingAbility) == 0x000210, "Member 'UCreature_RiderComponent::InitialFlyingAbility' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, bUseHandIK) == 0x000218, "Member 'UCreature_RiderComponent::bUseHandIK' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, IKPoseFixupDefinitionLeftHand) == 0x000220, "Member 'UCreature_RiderComponent::IKPoseFixupDefinitionLeftHand' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, IKPoseFixupDefinitionRightHand) == 0x0002E0, "Member 'UCreature_RiderComponent::IKPoseFixupDefinitionRightHand' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, bEnableAnimationModifier) == 0x0003A0, "Member 'UCreature_RiderComponent::bEnableAnimationModifier' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, HipsBoneName) == 0x0003A4, "Member 'UCreature_RiderComponent::HipsBoneName' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, LeftThighBoneName) == 0x0003AC, "Member 'UCreature_RiderComponent::LeftThighBoneName' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, RightThighBoneName) == 0x0003B4, "Member 'UCreature_RiderComponent::RightThighBoneName' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, PitchToPitchCorrectionCurve) == 0x0003C0, "Member 'UCreature_RiderComponent::PitchToPitchCorrectionCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_RiderComponent, PitchCorrectionSpringFrequency) == 0x000448, "Member 'UCreature_RiderComponent::PitchCorrectionSpringFrequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASplineMover \ static_assert(alignof(ASplineMover) == 0x000008, "Wrong alignment on ASplineMover"); \ static_assert(sizeof(ASplineMover) == 0x0002B0, "Wrong size on ASplineMover"); \ static_assert(offsetof(ASplineMover, bIsVisibleBeforeActive) == 0x000280, "Member 'ASplineMover::bIsVisibleBeforeActive' has a wrong offset!"); \ static_assert(offsetof(ASplineMover, Offset) == 0x000284, "Member 'ASplineMover::Offset' has a wrong offset!"); \ static_assert(offsetof(ASplineMover, MaxVelocity) == 0x000288, "Member 'ASplineMover::MaxVelocity' has a wrong offset!"); \ static_assert(offsetof(ASplineMover, InterpSpeed) == 0x00028C, "Member 'ASplineMover::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(ASplineMover, Distance) == 0x000290, "Member 'ASplineMover::Distance' has a wrong offset!"); \ static_assert(offsetof(ASplineMover, Velocity) == 0x000294, "Member 'ASplineMover::Velocity' has a wrong offset!"); \ static_assert(offsetof(ASplineMover, SplineComponent) == 0x000298, "Member 'ASplineMover::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(ASplineMover, CurrentSplinePointIndex) == 0x0002A0, "Member 'ASplineMover::CurrentSplinePointIndex' has a wrong offset!"); \ static_assert(offsetof(ASplineMover, HasPositionUpdated) == 0x0002A4, "Member 'ASplineMover::HasPositionUpdated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionGaitSpeedScratchpad \ static_assert(alignof(UAblBranchConditionGaitSpeedScratchpad) == 0x000008, "Wrong alignment on UAblBranchConditionGaitSpeedScratchpad"); \ static_assert(sizeof(UAblBranchConditionGaitSpeedScratchpad) == 0x000030, "Wrong size on UAblBranchConditionGaitSpeedScratchpad"); \ #define DUMPER7_ASSERTS_AssetWidgetInterface_OnAssetDropped \ static_assert(alignof(AssetWidgetInterface_OnAssetDropped) == 0x000008, "Wrong alignment on AssetWidgetInterface_OnAssetDropped"); \ static_assert(sizeof(AssetWidgetInterface_OnAssetDropped) == 0x000010, "Wrong size on AssetWidgetInterface_OnAssetDropped"); \ static_assert(offsetof(AssetWidgetInterface_OnAssetDropped, Asset) == 0x000000, "Member 'AssetWidgetInterface_OnAssetDropped::Asset' has a wrong offset!"); \ static_assert(offsetof(AssetWidgetInterface_OnAssetDropped, ReturnValue) == 0x000008, "Member 'AssetWidgetInterface_OnAssetDropped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetWidgetInterface_OnIsAssetAcceptableForDrop \ static_assert(alignof(AssetWidgetInterface_OnIsAssetAcceptableForDrop) == 0x000008, "Wrong alignment on AssetWidgetInterface_OnIsAssetAcceptableForDrop"); \ static_assert(sizeof(AssetWidgetInterface_OnIsAssetAcceptableForDrop) == 0x000010, "Wrong size on AssetWidgetInterface_OnIsAssetAcceptableForDrop"); \ static_assert(offsetof(AssetWidgetInterface_OnIsAssetAcceptableForDrop, Asset) == 0x000000, "Member 'AssetWidgetInterface_OnIsAssetAcceptableForDrop::Asset' has a wrong offset!"); \ static_assert(offsetof(AssetWidgetInterface_OnIsAssetAcceptableForDrop, ReturnValue) == 0x000008, "Member 'AssetWidgetInterface_OnIsAssetAcceptableForDrop::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAssetWidgetInterface \ static_assert(alignof(IAssetWidgetInterface) == 0x000001, "Wrong alignment on IAssetWidgetInterface"); \ static_assert(sizeof(IAssetWidgetInterface) == 0x000001, "Wrong size on IAssetWidgetInterface"); \ #define DUMPER7_ASSERTS_UAblBranchConditionGaitSpeed_New \ static_assert(alignof(UAblBranchConditionGaitSpeed_New) == 0x000008, "Wrong alignment on UAblBranchConditionGaitSpeed_New"); \ static_assert(sizeof(UAblBranchConditionGaitSpeed_New) == 0x000040, "Wrong size on UAblBranchConditionGaitSpeed_New"); \ static_assert(offsetof(UAblBranchConditionGaitSpeed_New, GaitSpeeds) == 0x000028, "Member 'UAblBranchConditionGaitSpeed_New::GaitSpeeds' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionGaitSpeed_New, SpeedType) == 0x000038, "Member 'UAblBranchConditionGaitSpeed_New::SpeedType' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionGaitSpeed_New, BufferSampleTime) == 0x00003C, "Member 'UAblBranchConditionGaitSpeed_New::BufferSampleTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionGameLogic \ static_assert(alignof(UAblBranchConditionGameLogic) == 0x000008, "Wrong alignment on UAblBranchConditionGameLogic"); \ static_assert(sizeof(UAblBranchConditionGameLogic) == 0x000038, "Wrong size on UAblBranchConditionGameLogic"); \ static_assert(offsetof(UAblBranchConditionGameLogic, BoolResultName) == 0x000030, "Member 'UAblBranchConditionGameLogic::BoolResultName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablMotionAdjustTargetLocationGetter \ static_assert(alignof(UablMotionAdjustTargetLocationGetter) == 0x000008, "Wrong alignment on UablMotionAdjustTargetLocationGetter"); \ static_assert(sizeof(UablMotionAdjustTargetLocationGetter) == 0x000028, "Wrong size on UablMotionAdjustTargetLocationGetter"); \ #define DUMPER7_ASSERTS_UablMotionAdjustBlackboardLocationGetter \ static_assert(alignof(UablMotionAdjustBlackboardLocationGetter) == 0x000008, "Wrong alignment on UablMotionAdjustBlackboardLocationGetter"); \ static_assert(sizeof(UablMotionAdjustBlackboardLocationGetter) == 0x000030, "Wrong size on UablMotionAdjustBlackboardLocationGetter"); \ static_assert(offsetof(UablMotionAdjustBlackboardLocationGetter, BlackboardKeyName) == 0x000028, "Member 'UablMotionAdjustBlackboardLocationGetter::BlackboardKeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPC_Manager \ static_assert(alignof(UNPC_Manager) == 0x000008, "Wrong alignment on UNPC_Manager"); \ static_assert(sizeof(UNPC_Manager) == 0x0000E0, "Wrong size on UNPC_Manager"); \ static_assert(offsetof(UNPC_Manager, NPCList) == 0x000038, "Member 'UNPC_Manager::NPCList' has a wrong offset!"); \ static_assert(offsetof(UNPC_Manager, PerceptionPointList) == 0x000048, "Member 'UNPC_Manager::PerceptionPointList' has a wrong offset!"); \ static_assert(offsetof(UNPC_Manager, QBUpdatePtrArray) == 0x000058, "Member 'UNPC_Manager::QBUpdatePtrArray' has a wrong offset!"); \ static_assert(offsetof(UNPC_Manager, PerceptionUpdatePtrArray) == 0x000068, "Member 'UNPC_Manager::PerceptionUpdatePtrArray' has a wrong offset!"); \ static_assert(offsetof(UNPC_Manager, NPCComponentList) == 0x000078, "Member 'UNPC_Manager::NPCComponentList' has a wrong offset!"); \ static_assert(offsetof(UNPC_Manager, GameEventStartDelegate) == 0x0000B8, "Member 'UNPC_Manager::GameEventStartDelegate' has a wrong offset!"); \ static_assert(offsetof(UNPC_Manager, GameEventEndDelegate) == 0x0000C8, "Member 'UNPC_Manager::GameEventEndDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAuthorityFig_Manager \ static_assert(alignof(UAuthorityFig_Manager) == 0x000008, "Wrong alignment on UAuthorityFig_Manager"); \ static_assert(sizeof(UAuthorityFig_Manager) == 0x0000F0, "Wrong size on UAuthorityFig_Manager"); \ #define DUMPER7_ASSERTS_UAblBranchConditionGetupFromPhysicalReaction \ static_assert(alignof(UAblBranchConditionGetupFromPhysicalReaction) == 0x000008, "Wrong alignment on UAblBranchConditionGetupFromPhysicalReaction"); \ static_assert(sizeof(UAblBranchConditionGetupFromPhysicalReaction) == 0x000030, "Wrong size on UAblBranchConditionGetupFromPhysicalReaction"); \ #define DUMPER7_ASSERTS_UAblJumpTaskScratchPad \ static_assert(alignof(UAblJumpTaskScratchPad) == 0x000008, "Wrong alignment on UAblJumpTaskScratchPad"); \ static_assert(sizeof(UAblJumpTaskScratchPad) == 0x000028, "Wrong size on UAblJumpTaskScratchPad"); \ #define DUMPER7_ASSERTS_UAblBranchConditionRecoverInAirFromPhysicalReaction \ static_assert(alignof(UAblBranchConditionRecoverInAirFromPhysicalReaction) == 0x000008, "Wrong alignment on UAblBranchConditionRecoverInAirFromPhysicalReaction"); \ static_assert(sizeof(UAblBranchConditionRecoverInAirFromPhysicalReaction) == 0x000030, "Wrong size on UAblBranchConditionRecoverInAirFromPhysicalReaction"); \ #define DUMPER7_ASSERTS_UNPC_TurnAssistStateChoice \ static_assert(alignof(UNPC_TurnAssistStateChoice) == 0x000008, "Wrong alignment on UNPC_TurnAssistStateChoice"); \ static_assert(sizeof(UNPC_TurnAssistStateChoice) == 0x000028, "Wrong size on UNPC_TurnAssistStateChoice"); \ #define DUMPER7_ASSERTS_UDistance_TASChoice \ static_assert(alignof(UDistance_TASChoice) == 0x000008, "Wrong alignment on UDistance_TASChoice"); \ static_assert(sizeof(UDistance_TASChoice) == 0x000050, "Wrong size on UDistance_TASChoice"); \ static_assert(offsetof(UDistance_TASChoice, TargetCriteriaNotMetState) == 0x000028, "Member 'UDistance_TASChoice::TargetCriteriaNotMetState' has a wrong offset!"); \ static_assert(offsetof(UDistance_TASChoice, StartMaxAngleToDest) == 0x00002C, "Member 'UDistance_TASChoice::StartMaxAngleToDest' has a wrong offset!"); \ static_assert(offsetof(UDistance_TASChoice, ContinueMaxAngleToDest) == 0x000030, "Member 'UDistance_TASChoice::ContinueMaxAngleToDest' has a wrong offset!"); \ static_assert(offsetof(UDistance_TASChoice, StartMinDistToDest) == 0x000034, "Member 'UDistance_TASChoice::StartMinDistToDest' has a wrong offset!"); \ static_assert(offsetof(UDistance_TASChoice, ContinueMinDistToDest) == 0x000038, "Member 'UDistance_TASChoice::ContinueMinDistToDest' has a wrong offset!"); \ static_assert(offsetof(UDistance_TASChoice, StartMinDistToTarget) == 0x00003C, "Member 'UDistance_TASChoice::StartMinDistToTarget' has a wrong offset!"); \ static_assert(offsetof(UDistance_TASChoice, ContinueMinDistToTarget) == 0x000040, "Member 'UDistance_TASChoice::ContinueMinDistToTarget' has a wrong offset!"); \ static_assert(offsetof(UDistance_TASChoice, StartAngleOverrideMinDistToTarget) == 0x000044, "Member 'UDistance_TASChoice::StartAngleOverrideMinDistToTarget' has a wrong offset!"); \ static_assert(offsetof(UDistance_TASChoice, ContinueAngleOverrideMinDistToTarget) == 0x000048, "Member 'UDistance_TASChoice::ContinueAngleOverrideMinDistToTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaTileRegionVolumeComponent \ static_assert(alignof(UAvaTileRegionVolumeComponent) == 0x000010, "Wrong alignment on UAvaTileRegionVolumeComponent"); \ static_assert(sizeof(UAvaTileRegionVolumeComponent) == 0x0002B0, "Wrong size on UAvaTileRegionVolumeComponent"); \ static_assert(offsetof(UAvaTileRegionVolumeComponent, TilesToForceLoad) == 0x000260, "Member 'UAvaTileRegionVolumeComponent::TilesToForceLoad' has a wrong offset!"); \ static_assert(offsetof(UAvaTileRegionVolumeComponent, TilesToForceUnload) == 0x000270, "Member 'UAvaTileRegionVolumeComponent::TilesToForceUnload' has a wrong offset!"); \ static_assert(offsetof(UAvaTileRegionVolumeComponent, TilesToForceHide) == 0x000280, "Member 'UAvaTileRegionVolumeComponent::TilesToForceHide' has a wrong offset!"); \ static_assert(offsetof(UAvaTileRegionVolumeComponent, TilesToOnlyLoad) == 0x000290, "Member 'UAvaTileRegionVolumeComponent::TilesToOnlyLoad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_DealAOEDamage \ static_assert(alignof(URPGTriggerEffect_DealAOEDamage) == 0x000008, "Wrong alignment on URPGTriggerEffect_DealAOEDamage"); \ static_assert(sizeof(URPGTriggerEffect_DealAOEDamage) == 0x000048, "Wrong size on URPGTriggerEffect_DealAOEDamage"); \ static_assert(offsetof(URPGTriggerEffect_DealAOEDamage, DamageAmount) == 0x000040, "Member 'URPGTriggerEffect_DealAOEDamage::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_DealAOEDamage, DamageRadius) == 0x000044, "Member 'URPGTriggerEffect_DealAOEDamage::DamageRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionRecoverInWaterFromPhysicalReaction \ static_assert(alignof(UAblBranchConditionRecoverInWaterFromPhysicalReaction) == 0x000008, "Wrong alignment on UAblBranchConditionRecoverInWaterFromPhysicalReaction"); \ static_assert(sizeof(UAblBranchConditionRecoverInWaterFromPhysicalReaction) == 0x000030, "Wrong size on UAblBranchConditionRecoverInWaterFromPhysicalReaction"); \ #define DUMPER7_ASSERTS_UAblBranchConditionWasForcedOutOfRagdoll \ static_assert(alignof(UAblBranchConditionWasForcedOutOfRagdoll) == 0x000008, "Wrong alignment on UAblBranchConditionWasForcedOutOfRagdoll"); \ static_assert(sizeof(UAblBranchConditionWasForcedOutOfRagdoll) == 0x000030, "Wrong size on UAblBranchConditionWasForcedOutOfRagdoll"); \ #define DUMPER7_ASSERTS_UablMotionAdjustTaskScratchPad \ static_assert(alignof(UablMotionAdjustTaskScratchPad) == 0x000008, "Wrong alignment on UablMotionAdjustTaskScratchPad"); \ static_assert(sizeof(UablMotionAdjustTaskScratchPad) == 0x000090, "Wrong size on UablMotionAdjustTaskScratchPad"); \ #define DUMPER7_ASSERTS_UAvaDialogueTrackSection \ static_assert(alignof(UAvaDialogueTrackSection) == 0x000008, "Wrong alignment on UAvaDialogueTrackSection"); \ static_assert(sizeof(UAvaDialogueTrackSection) == 0x000158, "Wrong size on UAvaDialogueTrackSection"); \ static_assert(offsetof(UAvaDialogueTrackSection, SectionData) == 0x0000E8, "Member 'UAvaDialogueTrackSection::SectionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGPermaAbilityManager \ static_assert(alignof(URPGPermaAbilityManager) == 0x000008, "Wrong alignment on URPGPermaAbilityManager"); \ static_assert(sizeof(URPGPermaAbilityManager) == 0x000028, "Wrong size on URPGPermaAbilityManager"); \ #define DUMPER7_ASSERTS_UAblBranchConditionIdleTimeElapsed \ static_assert(alignof(UAblBranchConditionIdleTimeElapsed) == 0x000008, "Wrong alignment on UAblBranchConditionIdleTimeElapsed"); \ static_assert(sizeof(UAblBranchConditionIdleTimeElapsed) == 0x000038, "Wrong size on UAblBranchConditionIdleTimeElapsed"); \ static_assert(offsetof(UAblBranchConditionIdleTimeElapsed, TimeElapsed) == 0x000030, "Member 'UAblBranchConditionIdleTimeElapsed::TimeElapsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablIKBlendTaskScratchPad \ static_assert(alignof(UablIKBlendTaskScratchPad) == 0x000008, "Wrong alignment on UablIKBlendTaskScratchPad"); \ static_assert(sizeof(UablIKBlendTaskScratchPad) == 0x000028, "Wrong size on UablIKBlendTaskScratchPad"); \ #define DUMPER7_ASSERTS_CreatureFeedingStationState_GetConversionState \ static_assert(alignof(CreatureFeedingStationState_GetConversionState) == 0x000004, "Wrong alignment on CreatureFeedingStationState_GetConversionState"); \ static_assert(sizeof(CreatureFeedingStationState_GetConversionState) == 0x000008, "Wrong size on CreatureFeedingStationState_GetConversionState"); \ static_assert(offsetof(CreatureFeedingStationState_GetConversionState, SlotIndex) == 0x000000, "Member 'CreatureFeedingStationState_GetConversionState::SlotIndex' has a wrong offset!"); \ static_assert(offsetof(CreatureFeedingStationState_GetConversionState, ReturnValue) == 0x000004, "Member 'CreatureFeedingStationState_GetConversionState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedingStationState_GetNumFeedSlots \ static_assert(alignof(CreatureFeedingStationState_GetNumFeedSlots) == 0x000004, "Wrong alignment on CreatureFeedingStationState_GetNumFeedSlots"); \ static_assert(sizeof(CreatureFeedingStationState_GetNumFeedSlots) == 0x000004, "Wrong size on CreatureFeedingStationState_GetNumFeedSlots"); \ static_assert(offsetof(CreatureFeedingStationState_GetNumFeedSlots, ReturnValue) == 0x000000, "Member 'CreatureFeedingStationState_GetNumFeedSlots::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedingStationState_HasEmptySlot \ static_assert(alignof(CreatureFeedingStationState_HasEmptySlot) == 0x000001, "Wrong alignment on CreatureFeedingStationState_HasEmptySlot"); \ static_assert(sizeof(CreatureFeedingStationState_HasEmptySlot) == 0x000001, "Wrong size on CreatureFeedingStationState_HasEmptySlot"); \ static_assert(offsetof(CreatureFeedingStationState_HasEmptySlot, ReturnValue) == 0x000000, "Member 'CreatureFeedingStationState_HasEmptySlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedingStationState_HasFeedAvailable \ static_assert(alignof(CreatureFeedingStationState_HasFeedAvailable) == 0x000001, "Wrong alignment on CreatureFeedingStationState_HasFeedAvailable"); \ static_assert(sizeof(CreatureFeedingStationState_HasFeedAvailable) == 0x000001, "Wrong size on CreatureFeedingStationState_HasFeedAvailable"); \ static_assert(offsetof(CreatureFeedingStationState_HasFeedAvailable, ReturnValue) == 0x000000, "Member 'CreatureFeedingStationState_HasFeedAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureFeedingStationState \ static_assert(alignof(UCreatureFeedingStationState) == 0x000008, "Wrong alignment on UCreatureFeedingStationState"); \ static_assert(sizeof(UCreatureFeedingStationState) == 0x0000E8, "Wrong size on UCreatureFeedingStationState"); \ #define DUMPER7_ASSERTS_UAblBranchConditionInCombatMode \ static_assert(alignof(UAblBranchConditionInCombatMode) == 0x000008, "Wrong alignment on UAblBranchConditionInCombatMode"); \ static_assert(sizeof(UAblBranchConditionInCombatMode) == 0x000038, "Wrong size on UAblBranchConditionInCombatMode"); \ static_assert(offsetof(UAblBranchConditionInCombatMode, bCheckDelayedState) == 0x000030, "Member 'UAblBranchConditionInCombatMode::bCheckDelayedState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAuthoredPath \ static_assert(alignof(AAuthoredPath) == 0x000008, "Wrong alignment on AAuthoredPath"); \ static_assert(sizeof(AAuthoredPath) == 0x000260, "Wrong size on AAuthoredPath"); \ static_assert(offsetof(AAuthoredPath, PathComponent) == 0x000248, "Member 'AAuthoredPath::PathComponent' has a wrong offset!"); \ static_assert(offsetof(AAuthoredPath, Name_0) == 0x000250, "Member 'AAuthoredPath::Name_0' has a wrong offset!"); \ static_assert(offsetof(AAuthoredPath, SnapDistance) == 0x000258, "Member 'AAuthoredPath::SnapDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionInSocialMode \ static_assert(alignof(UAblBranchConditionInSocialMode) == 0x000008, "Wrong alignment on UAblBranchConditionInSocialMode"); \ static_assert(sizeof(UAblBranchConditionInSocialMode) == 0x000030, "Wrong size on UAblBranchConditionInSocialMode"); \ #define DUMPER7_ASSERTS_UAblBranchIsBroomMoving \ static_assert(alignof(UAblBranchIsBroomMoving) == 0x000008, "Wrong alignment on UAblBranchIsBroomMoving"); \ static_assert(sizeof(UAblBranchIsBroomMoving) == 0x000038, "Wrong size on UAblBranchIsBroomMoving"); \ static_assert(offsetof(UAblBranchIsBroomMoving, bCheckHorizontal) == 0x000030, "Member 'UAblBranchIsBroomMoving::bCheckHorizontal' has a wrong offset!"); \ static_assert(offsetof(UAblBranchIsBroomMoving, bCheckVertical) == 0x000031, "Member 'UAblBranchIsBroomMoving::bCheckVertical' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcFeetIkTask \ static_assert(alignof(UAblNpcFeetIkTask) == 0x000008, "Wrong alignment on UAblNpcFeetIkTask"); \ static_assert(sizeof(UAblNpcFeetIkTask) == 0x000078, "Wrong size on UAblNpcFeetIkTask"); \ static_assert(offsetof(UAblNpcFeetIkTask, IkOnTaskStartEvent) == 0x000070, "Member 'UAblNpcFeetIkTask::IkOnTaskStartEvent' has a wrong offset!"); \ static_assert(offsetof(UAblNpcFeetIkTask, IkOnTaskEndEvent) == 0x000071, "Member 'UAblNpcFeetIkTask::IkOnTaskEndEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBool_PlayerGender \ static_assert(alignof(UBool_PlayerGender) == 0x000008, "Wrong alignment on UBool_PlayerGender"); \ static_assert(sizeof(UBool_PlayerGender) == 0x000030, "Wrong size on UBool_PlayerGender"); \ static_assert(offsetof(UBool_PlayerGender, PlayerGender) == 0x000028, "Member 'UBool_PlayerGender::PlayerGender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionIsMovement \ static_assert(alignof(UAblBranchConditionIsMovement) == 0x000008, "Wrong alignment on UAblBranchConditionIsMovement"); \ static_assert(sizeof(UAblBranchConditionIsMovement) == 0x000030, "Wrong size on UAblBranchConditionIsMovement"); \ #define DUMPER7_ASSERTS_USceneAction_WaitForDeath \ static_assert(alignof(USceneAction_WaitForDeath) == 0x000008, "Wrong alignment on USceneAction_WaitForDeath"); \ static_assert(sizeof(USceneAction_WaitForDeath) == 0x0000A0, "Wrong size on USceneAction_WaitForDeath"); \ #define DUMPER7_ASSERTS_UAblBranchConditionIsSprinting \ static_assert(alignof(UAblBranchConditionIsSprinting) == 0x000008, "Wrong alignment on UAblBranchConditionIsSprinting"); \ static_assert(sizeof(UAblBranchConditionIsSprinting) == 0x000030, "Wrong size on UAblBranchConditionIsSprinting"); \ #define DUMPER7_ASSERTS_VelocityTrackerComponent_OnFleshDestroyed \ static_assert(alignof(VelocityTrackerComponent_OnFleshDestroyed) == 0x000008, "Wrong alignment on VelocityTrackerComponent_OnFleshDestroyed"); \ static_assert(sizeof(VelocityTrackerComponent_OnFleshDestroyed) == 0x000010, "Wrong size on VelocityTrackerComponent_OnFleshDestroyed"); \ static_assert(offsetof(VelocityTrackerComponent_OnFleshDestroyed, InActor) == 0x000000, "Member 'VelocityTrackerComponent_OnFleshDestroyed::InActor' has a wrong offset!"); \ static_assert(offsetof(VelocityTrackerComponent_OnFleshDestroyed, InScheduledEntity) == 0x000008, "Member 'VelocityTrackerComponent_OnFleshDestroyed::InScheduledEntity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VelocityTrackerComponent_RemoveWhenStopped \ static_assert(alignof(VelocityTrackerComponent_RemoveWhenStopped) == 0x000001, "Wrong alignment on VelocityTrackerComponent_RemoveWhenStopped"); \ static_assert(sizeof(VelocityTrackerComponent_RemoveWhenStopped) == 0x000001, "Wrong size on VelocityTrackerComponent_RemoveWhenStopped"); \ static_assert(offsetof(VelocityTrackerComponent_RemoveWhenStopped, Value) == 0x000000, "Member 'VelocityTrackerComponent_RemoveWhenStopped::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VelocityTrackerComponent_SetComponentLifetime \ static_assert(alignof(VelocityTrackerComponent_SetComponentLifetime) == 0x000004, "Wrong alignment on VelocityTrackerComponent_SetComponentLifetime"); \ static_assert(sizeof(VelocityTrackerComponent_SetComponentLifetime) == 0x000004, "Wrong size on VelocityTrackerComponent_SetComponentLifetime"); \ static_assert(offsetof(VelocityTrackerComponent_SetComponentLifetime, Seconds) == 0x000000, "Member 'VelocityTrackerComponent_SetComponentLifetime::Seconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VelocityTrackerComponent_SetInstigator \ static_assert(alignof(VelocityTrackerComponent_SetInstigator) == 0x000008, "Wrong alignment on VelocityTrackerComponent_SetInstigator"); \ static_assert(sizeof(VelocityTrackerComponent_SetInstigator) == 0x000008, "Wrong size on VelocityTrackerComponent_SetInstigator"); \ static_assert(offsetof(VelocityTrackerComponent_SetInstigator, InInstigator) == 0x000000, "Member 'VelocityTrackerComponent_SetInstigator::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VelocityTrackerComponent_SetLastVelocity \ static_assert(alignof(VelocityTrackerComponent_SetLastVelocity) == 0x000004, "Wrong alignment on VelocityTrackerComponent_SetLastVelocity"); \ static_assert(sizeof(VelocityTrackerComponent_SetLastVelocity) == 0x00000C, "Wrong size on VelocityTrackerComponent_SetLastVelocity"); \ static_assert(offsetof(VelocityTrackerComponent_SetLastVelocity, Vel) == 0x000000, "Member 'VelocityTrackerComponent_SetLastVelocity::Vel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VelocityTrackerComponent_SetMaintainVelocity \ static_assert(alignof(VelocityTrackerComponent_SetMaintainVelocity) == 0x000004, "Wrong alignment on VelocityTrackerComponent_SetMaintainVelocity"); \ static_assert(sizeof(VelocityTrackerComponent_SetMaintainVelocity) == 0x000010, "Wrong size on VelocityTrackerComponent_SetMaintainVelocity"); \ static_assert(offsetof(VelocityTrackerComponent_SetMaintainVelocity, Velocity) == 0x000000, "Member 'VelocityTrackerComponent_SetMaintainVelocity::Velocity' has a wrong offset!"); \ static_assert(offsetof(VelocityTrackerComponent_SetMaintainVelocity, Time) == 0x00000C, "Member 'VelocityTrackerComponent_SetMaintainVelocity::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VelocityTrackerComponent_GetInstigator \ static_assert(alignof(VelocityTrackerComponent_GetInstigator) == 0x000008, "Wrong alignment on VelocityTrackerComponent_GetInstigator"); \ static_assert(sizeof(VelocityTrackerComponent_GetInstigator) == 0x000008, "Wrong size on VelocityTrackerComponent_GetInstigator"); \ static_assert(offsetof(VelocityTrackerComponent_GetInstigator, ReturnValue) == 0x000000, "Member 'VelocityTrackerComponent_GetInstigator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVelocityTrackerComponent \ static_assert(alignof(UVelocityTrackerComponent) == 0x000008, "Wrong alignment on UVelocityTrackerComponent"); \ static_assert(sizeof(UVelocityTrackerComponent) == 0x0001B8, "Wrong size on UVelocityTrackerComponent"); \ static_assert(offsetof(UVelocityTrackerComponent, ComponentLifetime) == 0x0000E0, "Member 'UVelocityTrackerComponent::ComponentLifetime' has a wrong offset!"); \ static_assert(offsetof(UVelocityTrackerComponent, Instigator) == 0x0000E8, "Member 'UVelocityTrackerComponent::Instigator' has a wrong offset!"); \ static_assert(offsetof(UVelocityTrackerComponent, SendTargetActor) == 0x0000F0, "Member 'UVelocityTrackerComponent::SendTargetActor' has a wrong offset!"); \ static_assert(offsetof(UVelocityTrackerComponent, ObjectStateInfo) == 0x0000F8, "Member 'UVelocityTrackerComponent::ObjectStateInfo' has a wrong offset!"); \ static_assert(offsetof(UVelocityTrackerComponent, MovementComponent) == 0x000100, "Member 'UVelocityTrackerComponent::MovementComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_SpawnActor \ static_assert(alignof(UMultiFX2_SpawnActor) == 0x000008, "Wrong alignment on UMultiFX2_SpawnActor"); \ static_assert(sizeof(UMultiFX2_SpawnActor) == 0x0000B0, "Wrong size on UMultiFX2_SpawnActor"); \ static_assert(offsetof(UMultiFX2_SpawnActor, SpawnActorClass) == 0x000068, "Member 'UMultiFX2_SpawnActor::SpawnActorClass' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SpawnActor, SpawnActorSoft) == 0x000070, "Member 'UMultiFX2_SpawnActor::SpawnActorSoft' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SpawnActor, bAttached) == 0x000098, "Member 'UMultiFX2_SpawnActor::bAttached' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SpawnActor, LifeSpan) == 0x00009C, "Member 'UMultiFX2_SpawnActor::LifeSpan' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SpawnActor, bDestroyActorOnDeactivate) == 0x0000A0, "Member 'UMultiFX2_SpawnActor::bDestroyActorOnDeactivate' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SpawnActor, HermesMesageOnDeactivate) == 0x0000A4, "Member 'UMultiFX2_SpawnActor::HermesMesageOnDeactivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetOverride_Interface_GetFullbodyPreset \ static_assert(alignof(AvatarPresetOverride_Interface_GetFullbodyPreset) == 0x000004, "Wrong alignment on AvatarPresetOverride_Interface_GetFullbodyPreset"); \ static_assert(sizeof(AvatarPresetOverride_Interface_GetFullbodyPreset) == 0x000008, "Wrong size on AvatarPresetOverride_Interface_GetFullbodyPreset"); \ static_assert(offsetof(AvatarPresetOverride_Interface_GetFullbodyPreset, ReturnValue) == 0x000000, "Member 'AvatarPresetOverride_Interface_GetFullbodyPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAvatarPresetOverride_Interface \ static_assert(alignof(IAvatarPresetOverride_Interface) == 0x000001, "Wrong alignment on IAvatarPresetOverride_Interface"); \ static_assert(sizeof(IAvatarPresetOverride_Interface) == 0x000001, "Wrong size on IAvatarPresetOverride_Interface"); \ #define DUMPER7_ASSERTS_UAblBranchConditionIsTesting \ static_assert(alignof(UAblBranchConditionIsTesting) == 0x000008, "Wrong alignment on UAblBranchConditionIsTesting"); \ static_assert(sizeof(UAblBranchConditionIsTesting) == 0x000030, "Wrong size on UAblBranchConditionIsTesting"); \ #define DUMPER7_ASSERTS_UAblBranchConditionJumpHeight \ static_assert(alignof(UAblBranchConditionJumpHeight) == 0x000008, "Wrong alignment on UAblBranchConditionJumpHeight"); \ static_assert(sizeof(UAblBranchConditionJumpHeight) == 0x000038, "Wrong size on UAblBranchConditionJumpHeight"); \ static_assert(offsetof(UAblBranchConditionJumpHeight, Range) == 0x000030, "Member 'UAblBranchConditionJumpHeight::Range' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcHeadTrackingTask \ static_assert(alignof(UAblNpcHeadTrackingTask) == 0x000008, "Wrong alignment on UAblNpcHeadTrackingTask"); \ static_assert(sizeof(UAblNpcHeadTrackingTask) == 0x000078, "Wrong size on UAblNpcHeadTrackingTask"); \ static_assert(offsetof(UAblNpcHeadTrackingTask, bEnableHeadTracking) == 0x000070, "Member 'UAblNpcHeadTrackingTask::bEnableHeadTracking' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolActorTagList \ static_assert(alignof(UFXAutoTriggerBoolActorTagList) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolActorTagList"); \ static_assert(sizeof(UFXAutoTriggerBoolActorTagList) == 0x000038, "Wrong size on UFXAutoTriggerBoolActorTagList"); \ static_assert(offsetof(UFXAutoTriggerBoolActorTagList, ActorTags) == 0x000028, "Member 'UFXAutoTriggerBoolActorTagList::ActorTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_EnableCCD \ static_assert(alignof(UMultiFX2_EnableCCD) == 0x000008, "Wrong alignment on UMultiFX2_EnableCCD"); \ static_assert(sizeof(UMultiFX2_EnableCCD) == 0x000070, "Wrong size on UMultiFX2_EnableCCD"); \ static_assert(offsetof(UMultiFX2_EnableCCD, Duration) == 0x000068, "Member 'UMultiFX2_EnableCCD::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeSet_GetMaster \ static_assert(alignof(AvaStreamingVolumeSet_GetMaster) == 0x000008, "Wrong alignment on AvaStreamingVolumeSet_GetMaster"); \ static_assert(sizeof(AvaStreamingVolumeSet_GetMaster) == 0x000008, "Wrong size on AvaStreamingVolumeSet_GetMaster"); \ static_assert(offsetof(AvaStreamingVolumeSet_GetMaster, ReturnValue) == 0x000000, "Member 'AvaStreamingVolumeSet_GetMaster::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeSet_IsStateForced \ static_assert(alignof(AvaStreamingVolumeSet_IsStateForced) == 0x000001, "Wrong alignment on AvaStreamingVolumeSet_IsStateForced"); \ static_assert(sizeof(AvaStreamingVolumeSet_IsStateForced) == 0x000001, "Wrong size on AvaStreamingVolumeSet_IsStateForced"); \ static_assert(offsetof(AvaStreamingVolumeSet_IsStateForced, ReturnValue) == 0x000000, "Member 'AvaStreamingVolumeSet_IsStateForced::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingVolumeSet_SetForcedStateStatus \ static_assert(alignof(AvaStreamingVolumeSet_SetForcedStateStatus) == 0x000001, "Wrong alignment on AvaStreamingVolumeSet_SetForcedStateStatus"); \ static_assert(sizeof(AvaStreamingVolumeSet_SetForcedStateStatus) == 0x000001, "Wrong size on AvaStreamingVolumeSet_SetForcedStateStatus"); \ static_assert(offsetof(AvaStreamingVolumeSet_SetForcedStateStatus, bForced) == 0x000000, "Member 'AvaStreamingVolumeSet_SetForcedStateStatus::bForced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAvaStreamingVolumeSet \ static_assert(alignof(AAvaStreamingVolumeSet) == 0x000008, "Wrong alignment on AAvaStreamingVolumeSet"); \ static_assert(sizeof(AAvaStreamingVolumeSet) == 0x000268, "Wrong size on AAvaStreamingVolumeSet"); \ static_assert(offsetof(AAvaStreamingVolumeSet, SceneComponent) == 0x000248, "Member 'AAvaStreamingVolumeSet::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(AAvaStreamingVolumeSet, bHidesWithTiles) == 0x000250, "Member 'AAvaStreamingVolumeSet::bHidesWithTiles' has a wrong offset!"); \ static_assert(offsetof(AAvaStreamingVolumeSet, bShouldAffectTileStreaming) == 0x000251, "Member 'AAvaStreamingVolumeSet::bShouldAffectTileStreaming' has a wrong offset!"); \ static_assert(offsetof(AAvaStreamingVolumeSet, bPauseTileStreaming) == 0x000252, "Member 'AAvaStreamingVolumeSet::bPauseTileStreaming' has a wrong offset!"); \ static_assert(offsetof(AAvaStreamingVolumeSet, TileRenderingMaxLod) == 0x000254, "Member 'AAvaStreamingVolumeSet::TileRenderingMaxLod' has a wrong offset!"); \ static_assert(offsetof(AAvaStreamingVolumeSet, AdditionalBoundsRadius) == 0x000258, "Member 'AAvaStreamingVolumeSet::AdditionalBoundsRadius' has a wrong offset!"); \ static_assert(offsetof(AAvaStreamingVolumeSet, bPreventExteriorRendering) == 0x00025C, "Member 'AAvaStreamingVolumeSet::bPreventExteriorRendering' has a wrong offset!"); \ static_assert(offsetof(AAvaStreamingVolumeSet, bIgnoreShellVolumes) == 0x00025D, "Member 'AAvaStreamingVolumeSet::bIgnoreShellVolumes' has a wrong offset!"); \ static_assert(offsetof(AAvaStreamingVolumeSet, VolumeLoadIdentifier) == 0x00025E, "Member 'AAvaStreamingVolumeSet::VolumeLoadIdentifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionJumpType \ static_assert(alignof(UAblBranchConditionJumpType) == 0x000008, "Wrong alignment on UAblBranchConditionJumpType"); \ static_assert(sizeof(UAblBranchConditionJumpType) == 0x000038, "Wrong size on UAblBranchConditionJumpType"); \ static_assert(offsetof(UAblBranchConditionJumpType, JumpType) == 0x000030, "Member 'UAblBranchConditionJumpType::JumpType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablInputContextTask \ static_assert(alignof(UablInputContextTask) == 0x000008, "Wrong alignment on UablInputContextTask"); \ static_assert(sizeof(UablInputContextTask) == 0x000088, "Wrong size on UablInputContextTask"); \ static_assert(offsetof(UablInputContextTask, Contexts) == 0x000070, "Member 'UablInputContextTask::Contexts' has a wrong offset!"); \ static_assert(offsetof(UablInputContextTask, ContextTaskOperation) == 0x000080, "Member 'UablInputContextTask::ContextTaskOperation' has a wrong offset!"); \ static_assert(offsetof(UablInputContextTask, bOnlyDoOperationDuringCombatMode) == 0x000081, "Member 'UablInputContextTask::bOnlyDoOperationDuringCombatMode' has a wrong offset!"); \ static_assert(offsetof(UablInputContextTask, bOnlyDoOperationInNonCombatMode) == 0x000082, "Member 'UablInputContextTask::bOnlyDoOperationInNonCombatMode' has a wrong offset!"); \ static_assert(offsetof(UablInputContextTask, bIgnoreLeafNodeSwitch) == 0x000083, "Member 'UablInputContextTask::bIgnoreLeafNodeSwitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluationConfig \ static_assert(alignof(UCreatureLookAtTargetEvaluationConfig) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluationConfig"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluationConfig) == 0x000048, "Wrong size on UCreatureLookAtTargetEvaluationConfig"); \ static_assert(offsetof(UCreatureLookAtTargetEvaluationConfig, ThresholdScore) == 0x000030, "Member 'UCreatureLookAtTargetEvaluationConfig::ThresholdScore' has a wrong offset!"); \ static_assert(offsetof(UCreatureLookAtTargetEvaluationConfig, EvaluationArray) == 0x000038, "Member 'UCreatureLookAtTargetEvaluationConfig::EvaluationArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATent \ static_assert(alignof(ATent) == 0x000008, "Wrong alignment on ATent"); \ static_assert(sizeof(ATent) == 0x000250, "Wrong size on ATent"); \ static_assert(offsetof(ATent, PropIndex) == 0x000248, "Member 'ATent::PropIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionMobilityType \ static_assert(alignof(UAblBranchConditionMobilityType) == 0x000008, "Wrong alignment on UAblBranchConditionMobilityType"); \ static_assert(sizeof(UAblBranchConditionMobilityType) == 0x000038, "Wrong size on UAblBranchConditionMobilityType"); \ static_assert(offsetof(UAblBranchConditionMobilityType, MobilityActionState) == 0x000030, "Member 'UAblBranchConditionMobilityType::MobilityActionState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBool_DialogueArticy_Selectable \ static_assert(alignof(UBool_DialogueArticy_Selectable) == 0x000008, "Wrong alignment on UBool_DialogueArticy_Selectable"); \ static_assert(sizeof(UBool_DialogueArticy_Selectable) == 0x000038, "Wrong size on UBool_DialogueArticy_Selectable"); \ static_assert(offsetof(UBool_DialogueArticy_Selectable, DialogueLine) == 0x000028, "Member 'UBool_DialogueArticy_Selectable::DialogueLine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionMountFlyingSpeed \ static_assert(alignof(UAblBranchConditionMountFlyingSpeed) == 0x000008, "Wrong alignment on UAblBranchConditionMountFlyingSpeed"); \ static_assert(sizeof(UAblBranchConditionMountFlyingSpeed) == 0x000048, "Wrong size on UAblBranchConditionMountFlyingSpeed"); \ static_assert(offsetof(UAblBranchConditionMountFlyingSpeed, FlyingGaits) == 0x000030, "Member 'UAblBranchConditionMountFlyingSpeed::FlyingGaits' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionMountFlyingSpeed, SpeedType) == 0x000040, "Member 'UAblBranchConditionMountFlyingSpeed::SpeedType' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionMountFlyingSpeed, BufferSampleTime) == 0x000044, "Member 'UAblBranchConditionMountFlyingSpeed::BufferSampleTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionMountIdleBreak \ static_assert(alignof(UAblBranchConditionMountIdleBreak) == 0x000008, "Wrong alignment on UAblBranchConditionMountIdleBreak"); \ static_assert(sizeof(UAblBranchConditionMountIdleBreak) == 0x000030, "Wrong size on UAblBranchConditionMountIdleBreak"); \ #define DUMPER7_ASSERTS_UAblNpcMoveInDirectionTask \ static_assert(alignof(UAblNpcMoveInDirectionTask) == 0x000008, "Wrong alignment on UAblNpcMoveInDirectionTask"); \ static_assert(sizeof(UAblNpcMoveInDirectionTask) == 0x0000C0, "Wrong size on UAblNpcMoveInDirectionTask"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, DirectionType) == 0x000070, "Member 'UAblNpcMoveInDirectionTask::DirectionType' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, Direction) == 0x000074, "Member 'UAblNpcMoveInDirectionTask::Direction' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, MinSpeed) == 0x000080, "Member 'UAblNpcMoveInDirectionTask::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, MaxSpeed) == 0x000084, "Member 'UAblNpcMoveInDirectionTask::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, RandAngleCone) == 0x000088, "Member 'UAblNpcMoveInDirectionTask::RandAngleCone' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, MovementMode) == 0x00008C, "Member 'UAblNpcMoveInDirectionTask::MovementMode' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, bModifyGravityAtTaskStart) == 0x00008D, "Member 'UAblNpcMoveInDirectionTask::bModifyGravityAtTaskStart' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, GravityScaleAtTaskStart) == 0x000090, "Member 'UAblNpcMoveInDirectionTask::GravityScaleAtTaskStart' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, bRestoreGravityScaleAtTaskEnd) == 0x000094, "Member 'UAblNpcMoveInDirectionTask::bRestoreGravityScaleAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, bAddMomentumAtTaskEnd) == 0x000095, "Member 'UAblNpcMoveInDirectionTask::bAddMomentumAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, bIgnoreZ) == 0x000096, "Member 'UAblNpcMoveInDirectionTask::bIgnoreZ' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, bUseNpcMaxHeight) == 0x000097, "Member 'UAblNpcMoveInDirectionTask::bUseNpcMaxHeight' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, bOverrideMaxHeight) == 0x000098, "Member 'UAblNpcMoveInDirectionTask::bOverrideMaxHeight' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, MaxHeightOverride) == 0x00009C, "Member 'UAblNpcMoveInDirectionTask::MaxHeightOverride' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, bUseCurveSpeedManipulation) == 0x0000A0, "Member 'UAblNpcMoveInDirectionTask::bUseCurveSpeedManipulation' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, Curves) == 0x0000A8, "Member 'UAblNpcMoveInDirectionTask::Curves' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, bLoopCurve) == 0x0000B8, "Member 'UAblNpcMoveInDirectionTask::bLoopCurve' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, bRandStartTimeOnCurve) == 0x0000B9, "Member 'UAblNpcMoveInDirectionTask::bRandStartTimeOnCurve' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, bUseCurveValueAsMultiplier) == 0x0000BA, "Member 'UAblNpcMoveInDirectionTask::bUseCurveValueAsMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAblNpcMoveInDirectionTask, bFitCurveToTaskDuration) == 0x0000BB, "Member 'UAblNpcMoveInDirectionTask::bFitCurveToTaskDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSite_SetBrewingNeighborsFromChildComponents \ static_assert(alignof(BrewingSite_SetBrewingNeighborsFromChildComponents) == 0x000008, "Wrong alignment on BrewingSite_SetBrewingNeighborsFromChildComponents"); \ static_assert(sizeof(BrewingSite_SetBrewingNeighborsFromChildComponents) == 0x000018, "Wrong size on BrewingSite_SetBrewingNeighborsFromChildComponents"); \ static_assert(offsetof(BrewingSite_SetBrewingNeighborsFromChildComponents, ChildComponents) == 0x000000, "Member 'BrewingSite_SetBrewingNeighborsFromChildComponents::ChildComponents' has a wrong offset!"); \ static_assert(offsetof(BrewingSite_SetBrewingNeighborsFromChildComponents, bLoopNeighbors) == 0x000010, "Member 'BrewingSite_SetBrewingNeighborsFromChildComponents::bLoopNeighbors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSite_BeginBrewingPotion \ static_assert(alignof(BrewingSite_BeginBrewingPotion) == 0x000008, "Wrong alignment on BrewingSite_BeginBrewingPotion"); \ static_assert(sizeof(BrewingSite_BeginBrewingPotion) == 0x000040, "Wrong size on BrewingSite_BeginBrewingPotion"); \ static_assert(offsetof(BrewingSite_BeginBrewingPotion, BrewingRecipe) == 0x000000, "Member 'BrewingSite_BeginBrewingPotion::BrewingRecipe' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSite_BP_NotifyBrewingStateChange \ static_assert(alignof(BrewingSite_BP_NotifyBrewingStateChange) == 0x000001, "Wrong alignment on BrewingSite_BP_NotifyBrewingStateChange"); \ static_assert(sizeof(BrewingSite_BP_NotifyBrewingStateChange) == 0x000002, "Wrong size on BrewingSite_BP_NotifyBrewingStateChange"); \ static_assert(offsetof(BrewingSite_BP_NotifyBrewingStateChange, NewState) == 0x000000, "Member 'BrewingSite_BP_NotifyBrewingStateChange::NewState' has a wrong offset!"); \ static_assert(offsetof(BrewingSite_BP_NotifyBrewingStateChange, bIsInitialState) == 0x000001, "Member 'BrewingSite_BP_NotifyBrewingStateChange::bIsInitialState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSite_CollectPotion \ static_assert(alignof(BrewingSite_CollectPotion) == 0x000004, "Wrong alignment on BrewingSite_CollectPotion"); \ static_assert(sizeof(BrewingSite_CollectPotion) == 0x000010, "Wrong size on BrewingSite_CollectPotion"); \ static_assert(offsetof(BrewingSite_CollectPotion, CollectorID) == 0x000000, "Member 'BrewingSite_CollectPotion::CollectorID' has a wrong offset!"); \ static_assert(offsetof(BrewingSite_CollectPotion, bOutCollectedAnything) == 0x000008, "Member 'BrewingSite_CollectPotion::bOutCollectedAnything' has a wrong offset!"); \ static_assert(offsetof(BrewingSite_CollectPotion, OutYieldLeft) == 0x00000C, "Member 'BrewingSite_CollectPotion::OutYieldLeft' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSite_DestroyPotion \ static_assert(alignof(BrewingSite_DestroyPotion) == 0x000004, "Wrong alignment on BrewingSite_DestroyPotion"); \ static_assert(sizeof(BrewingSite_DestroyPotion) == 0x000008, "Wrong size on BrewingSite_DestroyPotion"); \ static_assert(offsetof(BrewingSite_DestroyPotion, CollectorID) == 0x000000, "Member 'BrewingSite_DestroyPotion::CollectorID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSite_GetBrewingSiteState \ static_assert(alignof(BrewingSite_GetBrewingSiteState) == 0x000008, "Wrong alignment on BrewingSite_GetBrewingSiteState"); \ static_assert(sizeof(BrewingSite_GetBrewingSiteState) == 0x000008, "Wrong size on BrewingSite_GetBrewingSiteState"); \ static_assert(offsetof(BrewingSite_GetBrewingSiteState, ReturnValue) == 0x000000, "Member 'BrewingSite_GetBrewingSiteState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSite_GetCauldronID \ static_assert(alignof(BrewingSite_GetCauldronID) == 0x000004, "Wrong alignment on BrewingSite_GetCauldronID"); \ static_assert(sizeof(BrewingSite_GetCauldronID) == 0x000008, "Wrong size on BrewingSite_GetCauldronID"); \ static_assert(offsetof(BrewingSite_GetCauldronID, ReturnValue) == 0x000000, "Member 'BrewingSite_GetCauldronID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSite_GetCauldronSkeletalMesh \ static_assert(alignof(BrewingSite_GetCauldronSkeletalMesh) == 0x000008, "Wrong alignment on BrewingSite_GetCauldronSkeletalMesh"); \ static_assert(sizeof(BrewingSite_GetCauldronSkeletalMesh) == 0x000008, "Wrong size on BrewingSite_GetCauldronSkeletalMesh"); \ static_assert(offsetof(BrewingSite_GetCauldronSkeletalMesh, ReturnValue) == 0x000000, "Member 'BrewingSite_GetCauldronSkeletalMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABrewingSite \ static_assert(alignof(ABrewingSite) == 0x000008, "Wrong alignment on ABrewingSite"); \ static_assert(sizeof(ABrewingSite) == 0x0002D8, "Wrong size on ABrewingSite"); \ static_assert(offsetof(ABrewingSite, BrewingSiteBecomeActiveDelegate) == 0x000298, "Member 'ABrewingSite::BrewingSiteBecomeActiveDelegate' has a wrong offset!"); \ static_assert(offsetof(ABrewingSite, BrewingSiteBecomeInactiveDelegate) == 0x0002A8, "Member 'ABrewingSite::BrewingSiteBecomeInactiveDelegate' has a wrong offset!"); \ static_assert(offsetof(ABrewingSite, LeftNeighbor) == 0x0002C8, "Member 'ABrewingSite::LeftNeighbor' has a wrong offset!"); \ static_assert(offsetof(ABrewingSite, RightNeighbor) == 0x0002D0, "Member 'ABrewingSite::RightNeighbor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionMountRiderGaitSpeed \ static_assert(alignof(UAblBranchConditionMountRiderGaitSpeed) == 0x000008, "Wrong alignment on UAblBranchConditionMountRiderGaitSpeed"); \ static_assert(sizeof(UAblBranchConditionMountRiderGaitSpeed) == 0x000048, "Wrong size on UAblBranchConditionMountRiderGaitSpeed"); \ #define DUMPER7_ASSERTS_UAblMotionWarpScratchpad \ static_assert(alignof(UAblMotionWarpScratchpad) == 0x000008, "Wrong alignment on UAblMotionWarpScratchpad"); \ static_assert(sizeof(UAblMotionWarpScratchpad) == 0x000050, "Wrong size on UAblMotionWarpScratchpad"); \ static_assert(offsetof(UAblMotionWarpScratchpad, BranchConditionScratchpads) == 0x000040, "Member 'UAblMotionWarpScratchpad::BranchConditionScratchpads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchMovementMode \ static_assert(alignof(UAblBranchMovementMode) == 0x000008, "Wrong alignment on UAblBranchMovementMode"); \ static_assert(sizeof(UAblBranchMovementMode) == 0x000040, "Wrong size on UAblBranchMovementMode"); \ static_assert(offsetof(UAblBranchMovementMode, MovementModes) == 0x000030, "Member 'UAblBranchMovementMode::MovementModes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_CaptureFocusForScriptedBehavior \ static_assert(alignof(Base_Character_CaptureFocusForScriptedBehavior) == 0x000004, "Wrong alignment on Base_Character_CaptureFocusForScriptedBehavior"); \ static_assert(sizeof(Base_Character_CaptureFocusForScriptedBehavior) == 0x000008, "Wrong size on Base_Character_CaptureFocusForScriptedBehavior"); \ static_assert(offsetof(Base_Character_CaptureFocusForScriptedBehavior, InIdentifyingName) == 0x000000, "Member 'Base_Character_CaptureFocusForScriptedBehavior::InIdentifyingName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_Converse \ static_assert(alignof(Base_Character_Converse) == 0x000008, "Wrong alignment on Base_Character_Converse"); \ static_assert(sizeof(Base_Character_Converse) == 0x000038, "Wrong size on Base_Character_Converse"); \ static_assert(offsetof(Base_Character_Converse, SocialResponse) == 0x000000, "Member 'Base_Character_Converse::SocialResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_ConverseWithProxy \ static_assert(alignof(Base_Character_ConverseWithProxy) == 0x000008, "Wrong alignment on Base_Character_ConverseWithProxy"); \ static_assert(sizeof(Base_Character_ConverseWithProxy) == 0x000038, "Wrong size on Base_Character_ConverseWithProxy"); \ static_assert(offsetof(Base_Character_ConverseWithProxy, SocialResponse) == 0x000000, "Member 'Base_Character_ConverseWithProxy::SocialResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_FinishSettingLODOverride \ static_assert(alignof(Base_Character_FinishSettingLODOverride) == 0x000008, "Wrong alignment on Base_Character_FinishSettingLODOverride"); \ static_assert(sizeof(Base_Character_FinishSettingLODOverride) == 0x000008, "Wrong size on Base_Character_FinishSettingLODOverride"); \ static_assert(offsetof(Base_Character_FinishSettingLODOverride, Provider) == 0x000000, "Member 'Base_Character_FinishSettingLODOverride::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_FinishSettingMaxHeightEnabledValue \ static_assert(alignof(Base_Character_FinishSettingMaxHeightEnabledValue) == 0x000008, "Wrong alignment on Base_Character_FinishSettingMaxHeightEnabledValue"); \ static_assert(sizeof(Base_Character_FinishSettingMaxHeightEnabledValue) == 0x000010, "Wrong size on Base_Character_FinishSettingMaxHeightEnabledValue"); \ static_assert(offsetof(Base_Character_FinishSettingMaxHeightEnabledValue, Priority) == 0x000000, "Member 'Base_Character_FinishSettingMaxHeightEnabledValue::Priority' has a wrong offset!"); \ static_assert(offsetof(Base_Character_FinishSettingMaxHeightEnabledValue, InInstigator) == 0x000008, "Member 'Base_Character_FinishSettingMaxHeightEnabledValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_FinishSettingMaxHeightValue \ static_assert(alignof(Base_Character_FinishSettingMaxHeightValue) == 0x000008, "Wrong alignment on Base_Character_FinishSettingMaxHeightValue"); \ static_assert(sizeof(Base_Character_FinishSettingMaxHeightValue) == 0x000010, "Wrong size on Base_Character_FinishSettingMaxHeightValue"); \ static_assert(offsetof(Base_Character_FinishSettingMaxHeightValue, Priority) == 0x000000, "Member 'Base_Character_FinishSettingMaxHeightValue::Priority' has a wrong offset!"); \ static_assert(offsetof(Base_Character_FinishSettingMaxHeightValue, InInstigator) == 0x000008, "Member 'Base_Character_FinishSettingMaxHeightValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_FinishSettingTargetableByAiState \ static_assert(alignof(Base_Character_FinishSettingTargetableByAiState) == 0x000008, "Wrong alignment on Base_Character_FinishSettingTargetableByAiState"); \ static_assert(sizeof(Base_Character_FinishSettingTargetableByAiState) == 0x000010, "Wrong size on Base_Character_FinishSettingTargetableByAiState"); \ static_assert(offsetof(Base_Character_FinishSettingTargetableByAiState, Priority) == 0x000000, "Member 'Base_Character_FinishSettingTargetableByAiState::Priority' has a wrong offset!"); \ static_assert(offsetof(Base_Character_FinishSettingTargetableByAiState, Provider) == 0x000008, "Member 'Base_Character_FinishSettingTargetableByAiState::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_GetSocialReasoning \ static_assert(alignof(Base_Character_GetSocialReasoning) == 0x000008, "Wrong alignment on Base_Character_GetSocialReasoning"); \ static_assert(sizeof(Base_Character_GetSocialReasoning) == 0x000008, "Wrong size on Base_Character_GetSocialReasoning"); \ static_assert(offsetof(Base_Character_GetSocialReasoning, ReturnValue) == 0x000000, "Member 'Base_Character_GetSocialReasoning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_Goodbye \ static_assert(alignof(Base_Character_Goodbye) == 0x000001, "Wrong alignment on Base_Character_Goodbye"); \ static_assert(sizeof(Base_Character_Goodbye) == 0x000001, "Wrong size on Base_Character_Goodbye"); \ static_assert(offsetof(Base_Character_Goodbye, ReturnValue) == 0x000000, "Member 'Base_Character_Goodbye::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_Nevermind \ static_assert(alignof(Base_Character_Nevermind) == 0x000001, "Wrong alignment on Base_Character_Nevermind"); \ static_assert(sizeof(Base_Character_Nevermind) == 0x000001, "Wrong size on Base_Character_Nevermind"); \ static_assert(offsetof(Base_Character_Nevermind, ReturnValue) == 0x000000, "Member 'Base_Character_Nevermind::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_ReleaseFocusFromScriptedBehavior \ static_assert(alignof(Base_Character_ReleaseFocusFromScriptedBehavior) == 0x000004, "Wrong alignment on Base_Character_ReleaseFocusFromScriptedBehavior"); \ static_assert(sizeof(Base_Character_ReleaseFocusFromScriptedBehavior) == 0x000008, "Wrong size on Base_Character_ReleaseFocusFromScriptedBehavior"); \ static_assert(offsetof(Base_Character_ReleaseFocusFromScriptedBehavior, InIdentifyingName) == 0x000000, "Member 'Base_Character_ReleaseFocusFromScriptedBehavior::InIdentifyingName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_RunEQS_FindSocialReasonings \ static_assert(alignof(Base_Character_RunEQS_FindSocialReasonings) == 0x000008, "Wrong alignment on Base_Character_RunEQS_FindSocialReasonings"); \ static_assert(sizeof(Base_Character_RunEQS_FindSocialReasonings) == 0x000018, "Wrong size on Base_Character_RunEQS_FindSocialReasonings"); \ static_assert(offsetof(Base_Character_RunEQS_FindSocialReasonings, RunMode) == 0x000000, "Member 'Base_Character_RunEQS_FindSocialReasonings::RunMode' has a wrong offset!"); \ static_assert(offsetof(Base_Character_RunEQS_FindSocialReasonings, QueryFinishedDelegate) == 0x000008, "Member 'Base_Character_RunEQS_FindSocialReasonings::QueryFinishedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_RunEQS_FindStations \ static_assert(alignof(Base_Character_RunEQS_FindStations) == 0x000008, "Wrong alignment on Base_Character_RunEQS_FindStations"); \ static_assert(sizeof(Base_Character_RunEQS_FindStations) == 0x000018, "Wrong size on Base_Character_RunEQS_FindStations"); \ static_assert(offsetof(Base_Character_RunEQS_FindStations, RunMode) == 0x000000, "Member 'Base_Character_RunEQS_FindStations::RunMode' has a wrong offset!"); \ static_assert(offsetof(Base_Character_RunEQS_FindStations, QueryFinishedDelegate) == 0x000008, "Member 'Base_Character_RunEQS_FindStations::QueryFinishedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_StartSettingLODOverride \ static_assert(alignof(Base_Character_StartSettingLODOverride) == 0x000008, "Wrong alignment on Base_Character_StartSettingLODOverride"); \ static_assert(sizeof(Base_Character_StartSettingLODOverride) == 0x000010, "Wrong size on Base_Character_StartSettingLODOverride"); \ static_assert(offsetof(Base_Character_StartSettingLODOverride, LODOverride) == 0x000000, "Member 'Base_Character_StartSettingLODOverride::LODOverride' has a wrong offset!"); \ static_assert(offsetof(Base_Character_StartSettingLODOverride, Provider) == 0x000008, "Member 'Base_Character_StartSettingLODOverride::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_StartSettingMaxHeightEnabledValue \ static_assert(alignof(Base_Character_StartSettingMaxHeightEnabledValue) == 0x000008, "Wrong alignment on Base_Character_StartSettingMaxHeightEnabledValue"); \ static_assert(sizeof(Base_Character_StartSettingMaxHeightEnabledValue) == 0x000010, "Wrong size on Base_Character_StartSettingMaxHeightEnabledValue"); \ static_assert(offsetof(Base_Character_StartSettingMaxHeightEnabledValue, bValue) == 0x000000, "Member 'Base_Character_StartSettingMaxHeightEnabledValue::bValue' has a wrong offset!"); \ static_assert(offsetof(Base_Character_StartSettingMaxHeightEnabledValue, Priority) == 0x000001, "Member 'Base_Character_StartSettingMaxHeightEnabledValue::Priority' has a wrong offset!"); \ static_assert(offsetof(Base_Character_StartSettingMaxHeightEnabledValue, InInstigator) == 0x000008, "Member 'Base_Character_StartSettingMaxHeightEnabledValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_StartSettingMaxHeightValue \ static_assert(alignof(Base_Character_StartSettingMaxHeightValue) == 0x000008, "Wrong alignment on Base_Character_StartSettingMaxHeightValue"); \ static_assert(sizeof(Base_Character_StartSettingMaxHeightValue) == 0x000010, "Wrong size on Base_Character_StartSettingMaxHeightValue"); \ static_assert(offsetof(Base_Character_StartSettingMaxHeightValue, bValue) == 0x000000, "Member 'Base_Character_StartSettingMaxHeightValue::bValue' has a wrong offset!"); \ static_assert(offsetof(Base_Character_StartSettingMaxHeightValue, Priority) == 0x000004, "Member 'Base_Character_StartSettingMaxHeightValue::Priority' has a wrong offset!"); \ static_assert(offsetof(Base_Character_StartSettingMaxHeightValue, InInstigator) == 0x000008, "Member 'Base_Character_StartSettingMaxHeightValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_StartSettingTargetableByAiState \ static_assert(alignof(Base_Character_StartSettingTargetableByAiState) == 0x000008, "Wrong alignment on Base_Character_StartSettingTargetableByAiState"); \ static_assert(sizeof(Base_Character_StartSettingTargetableByAiState) == 0x000010, "Wrong size on Base_Character_StartSettingTargetableByAiState"); \ static_assert(offsetof(Base_Character_StartSettingTargetableByAiState, bTargetable) == 0x000000, "Member 'Base_Character_StartSettingTargetableByAiState::bTargetable' has a wrong offset!"); \ static_assert(offsetof(Base_Character_StartSettingTargetableByAiState, Priority) == 0x000001, "Member 'Base_Character_StartSettingTargetableByAiState::Priority' has a wrong offset!"); \ static_assert(offsetof(Base_Character_StartSettingTargetableByAiState, Provider) == 0x000008, "Member 'Base_Character_StartSettingTargetableByAiState::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_GetCharacterStateInfo \ static_assert(alignof(Base_Character_GetCharacterStateInfo) == 0x000008, "Wrong alignment on Base_Character_GetCharacterStateInfo"); \ static_assert(sizeof(Base_Character_GetCharacterStateInfo) == 0x000008, "Wrong size on Base_Character_GetCharacterStateInfo"); \ static_assert(offsetof(Base_Character_GetCharacterStateInfo, ReturnValue) == 0x000000, "Member 'Base_Character_GetCharacterStateInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_GetObjectStateInfo \ static_assert(alignof(Base_Character_GetObjectStateInfo) == 0x000008, "Wrong alignment on Base_Character_GetObjectStateInfo"); \ static_assert(sizeof(Base_Character_GetObjectStateInfo) == 0x000008, "Wrong size on Base_Character_GetObjectStateInfo"); \ static_assert(offsetof(Base_Character_GetObjectStateInfo, ReturnValue) == 0x000000, "Member 'Base_Character_GetObjectStateInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Base_Character_IsTargetableByAi \ static_assert(alignof(Base_Character_IsTargetableByAi) == 0x000001, "Wrong alignment on Base_Character_IsTargetableByAi"); \ static_assert(sizeof(Base_Character_IsTargetableByAi) == 0x000001, "Wrong size on Base_Character_IsTargetableByAi"); \ static_assert(offsetof(Base_Character_IsTargetableByAi, ReturnValue) == 0x000000, "Member 'Base_Character_IsTargetableByAi::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABase_Character \ static_assert(alignof(ABase_Character) == 0x000010, "Wrong alignment on ABase_Character"); \ static_assert(sizeof(ABase_Character) == 0x001750, "Wrong size on ABase_Character"); \ static_assert(offsetof(ABase_Character, ManagedCharacter) == 0x000D00, "Member 'ABase_Character::ManagedCharacter' has a wrong offset!"); \ static_assert(offsetof(ABase_Character, ScratchFXHandle) == 0x000D08, "Member 'ABase_Character::ScratchFXHandle' has a wrong offset!"); \ static_assert(offsetof(ABase_Character, OnSpellSuccess) == 0x000D10, "Member 'ABase_Character::OnSpellSuccess' has a wrong offset!"); \ static_assert(offsetof(ABase_Character, TraversalSettings) == 0x000D20, "Member 'ABase_Character::TraversalSettings' has a wrong offset!"); \ static_assert(offsetof(ABase_Character, ShoulderFixupAlpha) == 0x000D28, "Member 'ABase_Character::ShoulderFixupAlpha' has a wrong offset!"); \ static_assert(offsetof(ABase_Character, FadeOutAlphaFactor) == 0x000D2C, "Member 'ABase_Character::FadeOutAlphaFactor' has a wrong offset!"); \ static_assert(offsetof(ABase_Character, CachedCharacterStateInfo) == 0x000D30, "Member 'ABase_Character::CachedCharacterStateInfo' has a wrong offset!"); \ static_assert(offsetof(ABase_Character, ClothSitComponent) == 0x001108, "Member 'ABase_Character::ClothSitComponent' has a wrong offset!"); \ static_assert(offsetof(ABase_Character, DefaultMaxHeight) == 0x001348, "Member 'ABase_Character::DefaultMaxHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_FinishSuspendEnemies \ static_assert(alignof(NPC_Character_FinishSuspendEnemies) == 0x000008, "Wrong alignment on NPC_Character_FinishSuspendEnemies"); \ static_assert(sizeof(NPC_Character_FinishSuspendEnemies) == 0x000010, "Wrong size on NPC_Character_FinishSuspendEnemies"); \ static_assert(offsetof(NPC_Character_FinishSuspendEnemies, Priority) == 0x000000, "Member 'NPC_Character_FinishSuspendEnemies::Priority' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_FinishSuspendEnemies, Provider) == 0x000008, "Member 'NPC_Character_FinishSuspendEnemies::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_IsRootComponent \ static_assert(alignof(NPC_Character_IsRootComponent) == 0x000008, "Wrong alignment on NPC_Character_IsRootComponent"); \ static_assert(sizeof(NPC_Character_IsRootComponent) == 0x000010, "Wrong size on NPC_Character_IsRootComponent"); \ static_assert(offsetof(NPC_Character_IsRootComponent, InComponent) == 0x000000, "Member 'NPC_Character_IsRootComponent::InComponent' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_IsRootComponent, ReturnValue) == 0x000008, "Member 'NPC_Character_IsRootComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_NPCDisableAttackPerception \ static_assert(alignof(NPC_Character_NPCDisableAttackPerception) == 0x000008, "Wrong alignment on NPC_Character_NPCDisableAttackPerception"); \ static_assert(sizeof(NPC_Character_NPCDisableAttackPerception) == 0x000008, "Wrong size on NPC_Character_NPCDisableAttackPerception"); \ static_assert(offsetof(NPC_Character_NPCDisableAttackPerception, InActorPtr) == 0x000000, "Member 'NPC_Character_NPCDisableAttackPerception::InActorPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_NPCDisableCrimeScenePerception \ static_assert(alignof(NPC_Character_NPCDisableCrimeScenePerception) == 0x000008, "Wrong alignment on NPC_Character_NPCDisableCrimeScenePerception"); \ static_assert(sizeof(NPC_Character_NPCDisableCrimeScenePerception) == 0x000008, "Wrong size on NPC_Character_NPCDisableCrimeScenePerception"); \ static_assert(offsetof(NPC_Character_NPCDisableCrimeScenePerception, InActorPtr) == 0x000000, "Member 'NPC_Character_NPCDisableCrimeScenePerception::InActorPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_NPCDisableNotifyPerception \ static_assert(alignof(NPC_Character_NPCDisableNotifyPerception) == 0x000008, "Wrong alignment on NPC_Character_NPCDisableNotifyPerception"); \ static_assert(sizeof(NPC_Character_NPCDisableNotifyPerception) == 0x000008, "Wrong size on NPC_Character_NPCDisableNotifyPerception"); \ static_assert(offsetof(NPC_Character_NPCDisableNotifyPerception, InActorPtr) == 0x000000, "Member 'NPC_Character_NPCDisableNotifyPerception::InActorPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_NPCEnableAttackPerception \ static_assert(alignof(NPC_Character_NPCEnableAttackPerception) == 0x000008, "Wrong alignment on NPC_Character_NPCEnableAttackPerception"); \ static_assert(sizeof(NPC_Character_NPCEnableAttackPerception) == 0x000018, "Wrong size on NPC_Character_NPCEnableAttackPerception"); \ static_assert(offsetof(NPC_Character_NPCEnableAttackPerception, InActorPtr) == 0x000000, "Member 'NPC_Character_NPCEnableAttackPerception::InActorPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_NPCEnableAttackPerception, InTeamName) == 0x000008, "Member 'NPC_Character_NPCEnableAttackPerception::InTeamName' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_NPCEnableAttackPerception, ReturnValue) == 0x000010, "Member 'NPC_Character_NPCEnableAttackPerception::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_NPCEnableCrimeScenePerception \ static_assert(alignof(NPC_Character_NPCEnableCrimeScenePerception) == 0x000008, "Wrong alignment on NPC_Character_NPCEnableCrimeScenePerception"); \ static_assert(sizeof(NPC_Character_NPCEnableCrimeScenePerception) == 0x000010, "Wrong size on NPC_Character_NPCEnableCrimeScenePerception"); \ static_assert(offsetof(NPC_Character_NPCEnableCrimeScenePerception, InActorPtr) == 0x000000, "Member 'NPC_Character_NPCEnableCrimeScenePerception::InActorPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_NPCEnableCrimeScenePerception, ReturnValue) == 0x000008, "Member 'NPC_Character_NPCEnableCrimeScenePerception::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_NPCEnableNotifyPerception \ static_assert(alignof(NPC_Character_NPCEnableNotifyPerception) == 0x000008, "Wrong alignment on NPC_Character_NPCEnableNotifyPerception"); \ static_assert(sizeof(NPC_Character_NPCEnableNotifyPerception) == 0x000010, "Wrong size on NPC_Character_NPCEnableNotifyPerception"); \ static_assert(offsetof(NPC_Character_NPCEnableNotifyPerception, InActorPtr) == 0x000000, "Member 'NPC_Character_NPCEnableNotifyPerception::InActorPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_NPCEnableNotifyPerception, ReturnValue) == 0x000008, "Member 'NPC_Character_NPCEnableNotifyPerception::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_NPCEnableTimedAttackPerception \ static_assert(alignof(NPC_Character_NPCEnableTimedAttackPerception) == 0x000008, "Wrong alignment on NPC_Character_NPCEnableTimedAttackPerception"); \ static_assert(sizeof(NPC_Character_NPCEnableTimedAttackPerception) == 0x000028, "Wrong size on NPC_Character_NPCEnableTimedAttackPerception"); \ static_assert(offsetof(NPC_Character_NPCEnableTimedAttackPerception, InActorPtr) == 0x000000, "Member 'NPC_Character_NPCEnableTimedAttackPerception::InActorPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_NPCEnableTimedAttackPerception, InTeamName) == 0x000008, "Member 'NPC_Character_NPCEnableTimedAttackPerception::InTeamName' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_NPCEnableTimedAttackPerception, InTime) == 0x000010, "Member 'NPC_Character_NPCEnableTimedAttackPerception::InTime' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_NPCEnableTimedAttackPerception, InTarget) == 0x000018, "Member 'NPC_Character_NPCEnableTimedAttackPerception::InTarget' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_NPCEnableTimedAttackPerception, ReturnValue) == 0x000020, "Member 'NPC_Character_NPCEnableTimedAttackPerception::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_NPCGetTargetPerceptionParams \ static_assert(alignof(NPC_Character_NPCGetTargetPerceptionParams) == 0x000008, "Wrong alignment on NPC_Character_NPCGetTargetPerceptionParams"); \ static_assert(sizeof(NPC_Character_NPCGetTargetPerceptionParams) == 0x000048, "Wrong size on NPC_Character_NPCGetTargetPerceptionParams"); \ static_assert(offsetof(NPC_Character_NPCGetTargetPerceptionParams, InActorPtr) == 0x000000, "Member 'NPC_Character_NPCGetTargetPerceptionParams::InActorPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_NPCGetTargetPerceptionParams, ReturnValue) == 0x000008, "Member 'NPC_Character_NPCGetTargetPerceptionParams::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_NPCWillAttackPlayer \ static_assert(alignof(NPC_Character_NPCWillAttackPlayer) == 0x000008, "Wrong alignment on NPC_Character_NPCWillAttackPlayer"); \ static_assert(sizeof(NPC_Character_NPCWillAttackPlayer) == 0x000010, "Wrong size on NPC_Character_NPCWillAttackPlayer"); \ static_assert(offsetof(NPC_Character_NPCWillAttackPlayer, InActorPtr) == 0x000000, "Member 'NPC_Character_NPCWillAttackPlayer::InActorPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_NPCWillAttackPlayer, ReturnValue) == 0x000008, "Member 'NPC_Character_NPCWillAttackPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_StartSuspendEnemies \ static_assert(alignof(NPC_Character_StartSuspendEnemies) == 0x000008, "Wrong alignment on NPC_Character_StartSuspendEnemies"); \ static_assert(sizeof(NPC_Character_StartSuspendEnemies) == 0x000010, "Wrong size on NPC_Character_StartSuspendEnemies"); \ static_assert(offsetof(NPC_Character_StartSuspendEnemies, bSuspended) == 0x000000, "Member 'NPC_Character_StartSuspendEnemies::bSuspended' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_StartSuspendEnemies, Priority) == 0x000001, "Member 'NPC_Character_StartSuspendEnemies::Priority' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_StartSuspendEnemies, Provider) == 0x000008, "Member 'NPC_Character_StartSuspendEnemies::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_AddPerceptionUpdateSupported \ static_assert(alignof(NPC_Character_AddPerceptionUpdateSupported) == 0x000001, "Wrong alignment on NPC_Character_AddPerceptionUpdateSupported"); \ static_assert(sizeof(NPC_Character_AddPerceptionUpdateSupported) == 0x000001, "Wrong size on NPC_Character_AddPerceptionUpdateSupported"); \ static_assert(offsetof(NPC_Character_AddPerceptionUpdateSupported, InPerceptionUpdate) == 0x000000, "Member 'NPC_Character_AddPerceptionUpdateSupported::InPerceptionUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_AddQBUpdateSupported \ static_assert(alignof(NPC_Character_AddQBUpdateSupported) == 0x000001, "Wrong alignment on NPC_Character_AddQBUpdateSupported"); \ static_assert(sizeof(NPC_Character_AddQBUpdateSupported) == 0x000001, "Wrong size on NPC_Character_AddQBUpdateSupported"); \ static_assert(offsetof(NPC_Character_AddQBUpdateSupported, InQBUpdate) == 0x000000, "Member 'NPC_Character_AddQBUpdateSupported::InQBUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_AddStayInVolume \ static_assert(alignof(NPC_Character_AddStayInVolume) == 0x000008, "Wrong alignment on NPC_Character_AddStayInVolume"); \ static_assert(sizeof(NPC_Character_AddStayInVolume) == 0x000008, "Wrong size on NPC_Character_AddStayInVolume"); \ static_assert(offsetof(NPC_Character_AddStayInVolume, InArea) == 0x000000, "Member 'NPC_Character_AddStayInVolume::InArea' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_ApplyNPCPathSpec \ static_assert(alignof(NPC_Character_ApplyNPCPathSpec) == 0x000001, "Wrong alignment on NPC_Character_ApplyNPCPathSpec"); \ static_assert(sizeof(NPC_Character_ApplyNPCPathSpec) == 0x000001, "Wrong size on NPC_Character_ApplyNPCPathSpec"); \ static_assert(offsetof(NPC_Character_ApplyNPCPathSpec, InPathSpec) == 0x000000, "Member 'NPC_Character_ApplyNPCPathSpec::InPathSpec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_ApplyNPCPathSpecDirect \ static_assert(alignof(NPC_Character_ApplyNPCPathSpecDirect) == 0x000008, "Wrong alignment on NPC_Character_ApplyNPCPathSpecDirect"); \ static_assert(sizeof(NPC_Character_ApplyNPCPathSpecDirect) == 0x000050, "Wrong size on NPC_Character_ApplyNPCPathSpecDirect"); \ static_assert(offsetof(NPC_Character_ApplyNPCPathSpecDirect, InPathSpec) == 0x000000, "Member 'NPC_Character_ApplyNPCPathSpecDirect::InPathSpec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_ApplyTargetSenseAsset \ static_assert(alignof(NPC_Character_ApplyTargetSenseAsset) == 0x000008, "Wrong alignment on NPC_Character_ApplyTargetSenseAsset"); \ static_assert(sizeof(NPC_Character_ApplyTargetSenseAsset) == 0x000008, "Wrong size on NPC_Character_ApplyTargetSenseAsset"); \ static_assert(offsetof(NPC_Character_ApplyTargetSenseAsset, InTargetSenseAsset) == 0x000000, "Member 'NPC_Character_ApplyTargetSenseAsset::InTargetSenseAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_AssignNPCLevelWRTPlayerLevel \ static_assert(alignof(NPC_Character_AssignNPCLevelWRTPlayerLevel) == 0x000004, "Wrong alignment on NPC_Character_AssignNPCLevelWRTPlayerLevel"); \ static_assert(sizeof(NPC_Character_AssignNPCLevelWRTPlayerLevel) == 0x000008, "Wrong size on NPC_Character_AssignNPCLevelWRTPlayerLevel"); \ static_assert(offsetof(NPC_Character_AssignNPCLevelWRTPlayerLevel, ExpLevel) == 0x000000, "Member 'NPC_Character_AssignNPCLevelWRTPlayerLevel::ExpLevel' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_AssignNPCLevelWRTPlayerLevel, bIndicateHUD) == 0x000004, "Member 'NPC_Character_AssignNPCLevelWRTPlayerLevel::bIndicateHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_BroadcastNPC_AnimEvent \ static_assert(alignof(NPC_Character_BroadcastNPC_AnimEvent) == 0x000004, "Wrong alignment on NPC_Character_BroadcastNPC_AnimEvent"); \ static_assert(sizeof(NPC_Character_BroadcastNPC_AnimEvent) == 0x000008, "Wrong size on NPC_Character_BroadcastNPC_AnimEvent"); \ static_assert(offsetof(NPC_Character_BroadcastNPC_AnimEvent, InName) == 0x000000, "Member 'NPC_Character_BroadcastNPC_AnimEvent::InName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_DisableBeacon \ static_assert(alignof(NPC_Character_DisableBeacon) == 0x000008, "Wrong alignment on NPC_Character_DisableBeacon"); \ static_assert(sizeof(NPC_Character_DisableBeacon) == 0x000008, "Wrong size on NPC_Character_DisableBeacon"); \ static_assert(offsetof(NPC_Character_DisableBeacon, i_caller) == 0x000000, "Member 'NPC_Character_DisableBeacon::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_DisableCallout \ static_assert(alignof(NPC_Character_DisableCallout) == 0x000008, "Wrong alignment on NPC_Character_DisableCallout"); \ static_assert(sizeof(NPC_Character_DisableCallout) == 0x000008, "Wrong size on NPC_Character_DisableCallout"); \ static_assert(offsetof(NPC_Character_DisableCallout, i_caller) == 0x000000, "Member 'NPC_Character_DisableCallout::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_DisableMinimapPerceptionCone \ static_assert(alignof(NPC_Character_DisableMinimapPerceptionCone) == 0x000008, "Wrong alignment on NPC_Character_DisableMinimapPerceptionCone"); \ static_assert(sizeof(NPC_Character_DisableMinimapPerceptionCone) == 0x000008, "Wrong size on NPC_Character_DisableMinimapPerceptionCone"); \ static_assert(offsetof(NPC_Character_DisableMinimapPerceptionCone, NPCCharacter) == 0x000000, "Member 'NPC_Character_DisableMinimapPerceptionCone::NPCCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_DisablePerception \ static_assert(alignof(NPC_Character_DisablePerception) == 0x000008, "Wrong alignment on NPC_Character_DisablePerception"); \ static_assert(sizeof(NPC_Character_DisablePerception) == 0x000008, "Wrong size on NPC_Character_DisablePerception"); \ static_assert(offsetof(NPC_Character_DisablePerception, i_caller) == 0x000000, "Member 'NPC_Character_DisablePerception::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_EnableBeacon \ static_assert(alignof(NPC_Character_EnableBeacon) == 0x000008, "Wrong alignment on NPC_Character_EnableBeacon"); \ static_assert(sizeof(NPC_Character_EnableBeacon) == 0x000008, "Wrong size on NPC_Character_EnableBeacon"); \ static_assert(offsetof(NPC_Character_EnableBeacon, i_caller) == 0x000000, "Member 'NPC_Character_EnableBeacon::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_EnableCallout \ static_assert(alignof(NPC_Character_EnableCallout) == 0x000008, "Wrong alignment on NPC_Character_EnableCallout"); \ static_assert(sizeof(NPC_Character_EnableCallout) == 0x000008, "Wrong size on NPC_Character_EnableCallout"); \ static_assert(offsetof(NPC_Character_EnableCallout, i_caller) == 0x000000, "Member 'NPC_Character_EnableCallout::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_EnableMinimapPerceptionCone \ static_assert(alignof(NPC_Character_EnableMinimapPerceptionCone) == 0x000008, "Wrong alignment on NPC_Character_EnableMinimapPerceptionCone"); \ static_assert(sizeof(NPC_Character_EnableMinimapPerceptionCone) == 0x000008, "Wrong size on NPC_Character_EnableMinimapPerceptionCone"); \ static_assert(offsetof(NPC_Character_EnableMinimapPerceptionCone, NPCCharacter) == 0x000000, "Member 'NPC_Character_EnableMinimapPerceptionCone::NPCCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_EnablePerception \ static_assert(alignof(NPC_Character_EnablePerception) == 0x000008, "Wrong alignment on NPC_Character_EnablePerception"); \ static_assert(sizeof(NPC_Character_EnablePerception) == 0x000008, "Wrong size on NPC_Character_EnablePerception"); \ static_assert(offsetof(NPC_Character_EnablePerception, i_caller) == 0x000000, "Member 'NPC_Character_EnablePerception::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_FinishSettingSuspendAiState \ static_assert(alignof(NPC_Character_FinishSettingSuspendAiState) == 0x000008, "Wrong alignment on NPC_Character_FinishSettingSuspendAiState"); \ static_assert(sizeof(NPC_Character_FinishSettingSuspendAiState) == 0x000010, "Wrong size on NPC_Character_FinishSettingSuspendAiState"); \ static_assert(offsetof(NPC_Character_FinishSettingSuspendAiState, Priority) == 0x000000, "Member 'NPC_Character_FinishSettingSuspendAiState::Priority' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_FinishSettingSuspendAiState, Provider) == 0x000008, "Member 'NPC_Character_FinishSettingSuspendAiState::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_ForceProtego \ static_assert(alignof(NPC_Character_ForceProtego) == 0x000001, "Wrong alignment on NPC_Character_ForceProtego"); \ static_assert(sizeof(NPC_Character_ForceProtego) == 0x000001, "Wrong size on NPC_Character_ForceProtego"); \ static_assert(offsetof(NPC_Character_ForceProtego, inProtegoOnOff) == 0x000000, "Member 'NPC_Character_ForceProtego::inProtegoOnOff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_GetNpcCapsuleComponent \ static_assert(alignof(NPC_Character_GetNpcCapsuleComponent) == 0x000008, "Wrong alignment on NPC_Character_GetNpcCapsuleComponent"); \ static_assert(sizeof(NPC_Character_GetNpcCapsuleComponent) == 0x000008, "Wrong size on NPC_Character_GetNpcCapsuleComponent"); \ static_assert(offsetof(NPC_Character_GetNpcCapsuleComponent, ReturnValue) == 0x000000, "Member 'NPC_Character_GetNpcCapsuleComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_GetShowUI \ static_assert(alignof(NPC_Character_GetShowUI) == 0x000004, "Wrong alignment on NPC_Character_GetShowUI"); \ static_assert(sizeof(NPC_Character_GetShowUI) == 0x00000C, "Wrong size on NPC_Character_GetShowUI"); \ static_assert(offsetof(NPC_Character_GetShowUI, ReturnValue) == 0x000000, "Member 'NPC_Character_GetShowUI::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_HandleRagdollImpact \ static_assert(alignof(NPC_Character_HandleRagdollImpact) == 0x000008, "Wrong alignment on NPC_Character_HandleRagdollImpact"); \ static_assert(sizeof(NPC_Character_HandleRagdollImpact) == 0x000008, "Wrong size on NPC_Character_HandleRagdollImpact"); \ static_assert(offsetof(NPC_Character_HandleRagdollImpact, i_caller) == 0x000000, "Member 'NPC_Character_HandleRagdollImpact::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_HasTaskTag \ static_assert(alignof(NPC_Character_HasTaskTag) == 0x000004, "Wrong alignment on NPC_Character_HasTaskTag"); \ static_assert(sizeof(NPC_Character_HasTaskTag) == 0x00000C, "Wrong size on NPC_Character_HasTaskTag"); \ static_assert(offsetof(NPC_Character_HasTaskTag, InTaskTag) == 0x000000, "Member 'NPC_Character_HasTaskTag::InTaskTag' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_HasTaskTag, ReturnValue) == 0x000008, "Member 'NPC_Character_HasTaskTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_IsScheduledEntity \ static_assert(alignof(NPC_Character_IsScheduledEntity) == 0x000001, "Wrong alignment on NPC_Character_IsScheduledEntity"); \ static_assert(sizeof(NPC_Character_IsScheduledEntity) == 0x000001, "Wrong size on NPC_Character_IsScheduledEntity"); \ static_assert(offsetof(NPC_Character_IsScheduledEntity, ReturnValue) == 0x000000, "Member 'NPC_Character_IsScheduledEntity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_MunitionToInstigator \ static_assert(alignof(NPC_Character_MunitionToInstigator) == 0x000008, "Wrong alignment on NPC_Character_MunitionToInstigator"); \ static_assert(sizeof(NPC_Character_MunitionToInstigator) == 0x000020, "Wrong size on NPC_Character_MunitionToInstigator"); \ static_assert(offsetof(NPC_Character_MunitionToInstigator, i_caller) == 0x000000, "Member 'NPC_Character_MunitionToInstigator::i_caller' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_MunitionToInstigator, InMunInstData) == 0x000008, "Member 'NPC_Character_MunitionToInstigator::InMunInstData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_OnCharacterDBLoadCompleted \ static_assert(alignof(NPC_Character_OnCharacterDBLoadCompleted) == 0x000008, "Wrong alignment on NPC_Character_OnCharacterDBLoadCompleted"); \ static_assert(sizeof(NPC_Character_OnCharacterDBLoadCompleted) == 0x000010, "Wrong size on NPC_Character_OnCharacterDBLoadCompleted"); \ static_assert(offsetof(NPC_Character_OnCharacterDBLoadCompleted, LoadActor) == 0x000000, "Member 'NPC_Character_OnCharacterDBLoadCompleted::LoadActor' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_OnCharacterDBLoadCompleted, LoadType) == 0x000008, "Member 'NPC_Character_OnCharacterDBLoadCompleted::LoadType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_OnChildSpawnFX \ static_assert(alignof(NPC_Character_OnChildSpawnFX) == 0x000010, "Wrong alignment on NPC_Character_OnChildSpawnFX"); \ static_assert(sizeof(NPC_Character_OnChildSpawnFX) == 0x000030, "Wrong size on NPC_Character_OnChildSpawnFX"); \ static_assert(offsetof(NPC_Character_OnChildSpawnFX, inSpawnLoc) == 0x000000, "Member 'NPC_Character_OnChildSpawnFX::inSpawnLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_OnPTComplete \ static_assert(alignof(NPC_Character_OnPTComplete) == 0x000008, "Wrong alignment on NPC_Character_OnPTComplete"); \ static_assert(sizeof(NPC_Character_OnPTComplete) == 0x000008, "Wrong size on NPC_Character_OnPTComplete"); \ static_assert(offsetof(NPC_Character_OnPTComplete, InPTPtr) == 0x000000, "Member 'NPC_Character_OnPTComplete::InPTPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_OnPTTaskComplete \ static_assert(alignof(NPC_Character_OnPTTaskComplete) == 0x000004, "Wrong alignment on NPC_Character_OnPTTaskComplete"); \ static_assert(sizeof(NPC_Character_OnPTTaskComplete) == 0x000004, "Wrong size on NPC_Character_OnPTTaskComplete"); \ static_assert(offsetof(NPC_Character_OnPTTaskComplete, InTaskIndex) == 0x000000, "Member 'NPC_Character_OnPTTaskComplete::InTaskIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_ProtectIntroductionCharacter \ static_assert(alignof(NPC_Character_ProtectIntroductionCharacter) == 0x000008, "Wrong alignment on NPC_Character_ProtectIntroductionCharacter"); \ static_assert(sizeof(NPC_Character_ProtectIntroductionCharacter) == 0x000008, "Wrong size on NPC_Character_ProtectIntroductionCharacter"); \ static_assert(offsetof(NPC_Character_ProtectIntroductionCharacter, InActor) == 0x000000, "Member 'NPC_Character_ProtectIntroductionCharacter::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_Release \ static_assert(alignof(NPC_Character_Release) == 0x000008, "Wrong alignment on NPC_Character_Release"); \ static_assert(sizeof(NPC_Character_Release) == 0x000008, "Wrong size on NPC_Character_Release"); \ static_assert(offsetof(NPC_Character_Release, i_caller) == 0x000000, "Member 'NPC_Character_Release::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_ReleaseIntroductionCharacter \ static_assert(alignof(NPC_Character_ReleaseIntroductionCharacter) == 0x000008, "Wrong alignment on NPC_Character_ReleaseIntroductionCharacter"); \ static_assert(sizeof(NPC_Character_ReleaseIntroductionCharacter) == 0x000008, "Wrong size on NPC_Character_ReleaseIntroductionCharacter"); \ static_assert(offsetof(NPC_Character_ReleaseIntroductionCharacter, InActor) == 0x000000, "Member 'NPC_Character_ReleaseIntroductionCharacter::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_RemoveQBUpdateSupported \ static_assert(alignof(NPC_Character_RemoveQBUpdateSupported) == 0x000001, "Wrong alignment on NPC_Character_RemoveQBUpdateSupported"); \ static_assert(sizeof(NPC_Character_RemoveQBUpdateSupported) == 0x000001, "Wrong size on NPC_Character_RemoveQBUpdateSupported"); \ static_assert(offsetof(NPC_Character_RemoveQBUpdateSupported, InQBUpdate) == 0x000000, "Member 'NPC_Character_RemoveQBUpdateSupported::InQBUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_RemoveStayInVolume \ static_assert(alignof(NPC_Character_RemoveStayInVolume) == 0x000008, "Wrong alignment on NPC_Character_RemoveStayInVolume"); \ static_assert(sizeof(NPC_Character_RemoveStayInVolume) == 0x000008, "Wrong size on NPC_Character_RemoveStayInVolume"); \ static_assert(offsetof(NPC_Character_RemoveStayInVolume, InArea) == 0x000000, "Member 'NPC_Character_RemoveStayInVolume::InArea' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_SetAllowTargetAimSense \ static_assert(alignof(NPC_Character_SetAllowTargetAimSense) == 0x000001, "Wrong alignment on NPC_Character_SetAllowTargetAimSense"); \ static_assert(sizeof(NPC_Character_SetAllowTargetAimSense) == 0x000001, "Wrong size on NPC_Character_SetAllowTargetAimSense"); \ static_assert(offsetof(NPC_Character_SetAllowTargetAimSense, InAllow) == 0x000000, "Member 'NPC_Character_SetAllowTargetAimSense::InAllow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_SetAlwaysPerceiveAsTarget \ static_assert(alignof(NPC_Character_SetAlwaysPerceiveAsTarget) == 0x000001, "Wrong alignment on NPC_Character_SetAlwaysPerceiveAsTarget"); \ static_assert(sizeof(NPC_Character_SetAlwaysPerceiveAsTarget) == 0x000001, "Wrong size on NPC_Character_SetAlwaysPerceiveAsTarget"); \ static_assert(offsetof(NPC_Character_SetAlwaysPerceiveAsTarget, InFlag) == 0x000000, "Member 'NPC_Character_SetAlwaysPerceiveAsTarget::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_SetCanPerceivePlayer \ static_assert(alignof(NPC_Character_SetCanPerceivePlayer) == 0x000001, "Wrong alignment on NPC_Character_SetCanPerceivePlayer"); \ static_assert(sizeof(NPC_Character_SetCanPerceivePlayer) == 0x000001, "Wrong size on NPC_Character_SetCanPerceivePlayer"); \ static_assert(offsetof(NPC_Character_SetCanPerceivePlayer, bShouldExclude) == 0x000000, "Member 'NPC_Character_SetCanPerceivePlayer::bShouldExclude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_SetDamageFromNPCMult \ static_assert(alignof(NPC_Character_SetDamageFromNPCMult) == 0x000004, "Wrong alignment on NPC_Character_SetDamageFromNPCMult"); \ static_assert(sizeof(NPC_Character_SetDamageFromNPCMult) == 0x000004, "Wrong size on NPC_Character_SetDamageFromNPCMult"); \ static_assert(offsetof(NPC_Character_SetDamageFromNPCMult, InScale) == 0x000000, "Member 'NPC_Character_SetDamageFromNPCMult::InScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_SetDamageFromPlayerMult \ static_assert(alignof(NPC_Character_SetDamageFromPlayerMult) == 0x000004, "Wrong alignment on NPC_Character_SetDamageFromPlayerMult"); \ static_assert(sizeof(NPC_Character_SetDamageFromPlayerMult) == 0x000004, "Wrong size on NPC_Character_SetDamageFromPlayerMult"); \ static_assert(offsetof(NPC_Character_SetDamageFromPlayerMult, InScale) == 0x000000, "Member 'NPC_Character_SetDamageFromPlayerMult::InScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_SetDamageToPlayerMult \ static_assert(alignof(NPC_Character_SetDamageToPlayerMult) == 0x000004, "Wrong alignment on NPC_Character_SetDamageToPlayerMult"); \ static_assert(sizeof(NPC_Character_SetDamageToPlayerMult) == 0x000004, "Wrong size on NPC_Character_SetDamageToPlayerMult"); \ static_assert(offsetof(NPC_Character_SetDamageToPlayerMult, InScale) == 0x000000, "Member 'NPC_Character_SetDamageToPlayerMult::InScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_SetForcedPlayerPerception \ static_assert(alignof(NPC_Character_SetForcedPlayerPerception) == 0x000001, "Wrong alignment on NPC_Character_SetForcedPlayerPerception"); \ static_assert(sizeof(NPC_Character_SetForcedPlayerPerception) == 0x000002, "Wrong size on NPC_Character_SetForcedPlayerPerception"); \ static_assert(offsetof(NPC_Character_SetForcedPlayerPerception, InCanPerceive) == 0x000000, "Member 'NPC_Character_SetForcedPlayerPerception::InCanPerceive' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_SetForcedPlayerPerception, bKeepAlwaysOn) == 0x000001, "Member 'NPC_Character_SetForcedPlayerPerception::bKeepAlwaysOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_SetNewDefaultPerformTask \ static_assert(alignof(NPC_Character_SetNewDefaultPerformTask) == 0x000008, "Wrong alignment on NPC_Character_SetNewDefaultPerformTask"); \ static_assert(sizeof(NPC_Character_SetNewDefaultPerformTask) == 0x000010, "Wrong size on NPC_Character_SetNewDefaultPerformTask"); \ static_assert(offsetof(NPC_Character_SetNewDefaultPerformTask, NewDefaultTrigger) == 0x000000, "Member 'NPC_Character_SetNewDefaultPerformTask::NewDefaultTrigger' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_SetNewDefaultPerformTask, bForceStart) == 0x000008, "Member 'NPC_Character_SetNewDefaultPerformTask::bForceStart' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_SetNewDefaultPerformTask, bLoopWhenFinished) == 0x000009, "Member 'NPC_Character_SetNewDefaultPerformTask::bLoopWhenFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_SetShowBadge \ static_assert(alignof(NPC_Character_SetShowBadge) == 0x000001, "Wrong alignment on NPC_Character_SetShowBadge"); \ static_assert(sizeof(NPC_Character_SetShowBadge) == 0x000001, "Wrong size on NPC_Character_SetShowBadge"); \ static_assert(offsetof(NPC_Character_SetShowBadge, bInShow) == 0x000000, "Member 'NPC_Character_SetShowBadge::bInShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_SetShowCallout \ static_assert(alignof(NPC_Character_SetShowCallout) == 0x000001, "Wrong alignment on NPC_Character_SetShowCallout"); \ static_assert(sizeof(NPC_Character_SetShowCallout) == 0x000001, "Wrong size on NPC_Character_SetShowCallout"); \ static_assert(offsetof(NPC_Character_SetShowCallout, bInShow) == 0x000000, "Member 'NPC_Character_SetShowCallout::bInShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_SetShowDamage \ static_assert(alignof(NPC_Character_SetShowDamage) == 0x000001, "Wrong alignment on NPC_Character_SetShowDamage"); \ static_assert(sizeof(NPC_Character_SetShowDamage) == 0x000001, "Wrong size on NPC_Character_SetShowDamage"); \ static_assert(offsetof(NPC_Character_SetShowDamage, bInShow) == 0x000000, "Member 'NPC_Character_SetShowDamage::bInShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_SetShowHealthBar \ static_assert(alignof(NPC_Character_SetShowHealthBar) == 0x000001, "Wrong alignment on NPC_Character_SetShowHealthBar"); \ static_assert(sizeof(NPC_Character_SetShowHealthBar) == 0x000001, "Wrong size on NPC_Character_SetShowHealthBar"); \ static_assert(offsetof(NPC_Character_SetShowHealthBar, bInShow) == 0x000000, "Member 'NPC_Character_SetShowHealthBar::bInShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_SetShowName \ static_assert(alignof(NPC_Character_SetShowName) == 0x000001, "Wrong alignment on NPC_Character_SetShowName"); \ static_assert(sizeof(NPC_Character_SetShowName) == 0x000001, "Wrong size on NPC_Character_SetShowName"); \ static_assert(offsetof(NPC_Character_SetShowName, bInShow) == 0x000000, "Member 'NPC_Character_SetShowName::bInShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_SetShowPerceptionIndicator \ static_assert(alignof(NPC_Character_SetShowPerceptionIndicator) == 0x000001, "Wrong alignment on NPC_Character_SetShowPerceptionIndicator"); \ static_assert(sizeof(NPC_Character_SetShowPerceptionIndicator) == 0x000001, "Wrong size on NPC_Character_SetShowPerceptionIndicator"); \ static_assert(offsetof(NPC_Character_SetShowPerceptionIndicator, bInShow) == 0x000000, "Member 'NPC_Character_SetShowPerceptionIndicator::bInShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_SetStayInVolumeParams \ static_assert(alignof(NPC_Character_SetStayInVolumeParams) == 0x000004, "Wrong alignment on NPC_Character_SetStayInVolumeParams"); \ static_assert(sizeof(NPC_Character_SetStayInVolumeParams) == 0x00000C, "Wrong size on NPC_Character_SetStayInVolumeParams"); \ static_assert(offsetof(NPC_Character_SetStayInVolumeParams, inStayInRadius) == 0x000000, "Member 'NPC_Character_SetStayInVolumeParams::inStayInRadius' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_SetStayInVolumeParams, inStayInVolumeTeleportTimeout) == 0x000004, "Member 'NPC_Character_SetStayInVolumeParams::inStayInVolumeTeleportTimeout' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_SetStayInVolumeParams, inStayInVolumeOffNavTeleport) == 0x000008, "Member 'NPC_Character_SetStayInVolumeParams::inStayInVolumeOffNavTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_SetUnawareState \ static_assert(alignof(NPC_Character_SetUnawareState) == 0x000001, "Wrong alignment on NPC_Character_SetUnawareState"); \ static_assert(sizeof(NPC_Character_SetUnawareState) == 0x000001, "Wrong size on NPC_Character_SetUnawareState"); \ static_assert(offsetof(NPC_Character_SetUnawareState, InState) == 0x000000, "Member 'NPC_Character_SetUnawareState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_StartChildSpawnFX \ static_assert(alignof(NPC_Character_StartChildSpawnFX) == 0x000010, "Wrong alignment on NPC_Character_StartChildSpawnFX"); \ static_assert(sizeof(NPC_Character_StartChildSpawnFX) == 0x000030, "Wrong size on NPC_Character_StartChildSpawnFX"); \ static_assert(offsetof(NPC_Character_StartChildSpawnFX, inSpawnLoc) == 0x000000, "Member 'NPC_Character_StartChildSpawnFX::inSpawnLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_StartCustomAbility \ static_assert(alignof(NPC_Character_StartCustomAbility) == 0x000008, "Wrong alignment on NPC_Character_StartCustomAbility"); \ static_assert(sizeof(NPC_Character_StartCustomAbility) == 0x000010, "Wrong size on NPC_Character_StartCustomAbility"); \ static_assert(offsetof(NPC_Character_StartCustomAbility, InAbility) == 0x000000, "Member 'NPC_Character_StartCustomAbility::InAbility' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_StartCustomAbility, bUseCustomPause) == 0x000008, "Member 'NPC_Character_StartCustomAbility::bUseCustomPause' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_StartCustomAbility, bClearPauseWhenFinished) == 0x000009, "Member 'NPC_Character_StartCustomAbility::bClearPauseWhenFinished' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_StartCustomAbility, bPreventReactions) == 0x00000A, "Member 'NPC_Character_StartCustomAbility::bPreventReactions' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_StartCustomAbility, bShouldReenableReactions) == 0x00000B, "Member 'NPC_Character_StartCustomAbility::bShouldReenableReactions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_StartSettingSuspendAiState \ static_assert(alignof(NPC_Character_StartSettingSuspendAiState) == 0x000008, "Wrong alignment on NPC_Character_StartSettingSuspendAiState"); \ static_assert(sizeof(NPC_Character_StartSettingSuspendAiState) == 0x000010, "Wrong size on NPC_Character_StartSettingSuspendAiState"); \ static_assert(offsetof(NPC_Character_StartSettingSuspendAiState, bSuspended) == 0x000000, "Member 'NPC_Character_StartSettingSuspendAiState::bSuspended' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_StartSettingSuspendAiState, Priority) == 0x000001, "Member 'NPC_Character_StartSettingSuspendAiState::Priority' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_StartSettingSuspendAiState, Provider) == 0x000008, "Member 'NPC_Character_StartSettingSuspendAiState::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_TargetChanged \ static_assert(alignof(NPC_Character_TargetChanged) == 0x000008, "Wrong alignment on NPC_Character_TargetChanged"); \ static_assert(sizeof(NPC_Character_TargetChanged) == 0x000018, "Wrong size on NPC_Character_TargetChanged"); \ static_assert(offsetof(NPC_Character_TargetChanged, Sense) == 0x000000, "Member 'NPC_Character_TargetChanged::Sense' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_TargetChanged, NewTarget) == 0x000008, "Member 'NPC_Character_TargetChanged::NewTarget' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_TargetChanged, OldTarget) == 0x000010, "Member 'NPC_Character_TargetChanged::OldTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_TargetLost \ static_assert(alignof(NPC_Character_TargetLost) == 0x000008, "Wrong alignment on NPC_Character_TargetLost"); \ static_assert(sizeof(NPC_Character_TargetLost) == 0x000010, "Wrong size on NPC_Character_TargetLost"); \ static_assert(offsetof(NPC_Character_TargetLost, Sense) == 0x000000, "Member 'NPC_Character_TargetLost::Sense' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_TargetLost, OldTarget) == 0x000008, "Member 'NPC_Character_TargetLost::OldTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_TargetSighted \ static_assert(alignof(NPC_Character_TargetSighted) == 0x000008, "Wrong alignment on NPC_Character_TargetSighted"); \ static_assert(sizeof(NPC_Character_TargetSighted) == 0x000010, "Wrong size on NPC_Character_TargetSighted"); \ static_assert(offsetof(NPC_Character_TargetSighted, Sense) == 0x000000, "Member 'NPC_Character_TargetSighted::Sense' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_TargetSighted, Target) == 0x000008, "Member 'NPC_Character_TargetSighted::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_CanBePickpocketed \ static_assert(alignof(NPC_Character_CanBePickpocketed) == 0x000001, "Wrong alignment on NPC_Character_CanBePickpocketed"); \ static_assert(sizeof(NPC_Character_CanBePickpocketed) == 0x000001, "Wrong size on NPC_Character_CanBePickpocketed"); \ static_assert(offsetof(NPC_Character_CanBePickpocketed, ReturnValue) == 0x000000, "Member 'NPC_Character_CanBePickpocketed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_GetAlwaysPerceiveAsTarget \ static_assert(alignof(NPC_Character_GetAlwaysPerceiveAsTarget) == 0x000001, "Wrong alignment on NPC_Character_GetAlwaysPerceiveAsTarget"); \ static_assert(sizeof(NPC_Character_GetAlwaysPerceiveAsTarget) == 0x000001, "Wrong size on NPC_Character_GetAlwaysPerceiveAsTarget"); \ static_assert(offsetof(NPC_Character_GetAlwaysPerceiveAsTarget, ReturnValue) == 0x000000, "Member 'NPC_Character_GetAlwaysPerceiveAsTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_GetCharacterParams \ static_assert(alignof(NPC_Character_GetCharacterParams) == 0x000008, "Wrong alignment on NPC_Character_GetCharacterParams"); \ static_assert(sizeof(NPC_Character_GetCharacterParams) == 0x0004A8, "Wrong size on NPC_Character_GetCharacterParams"); \ static_assert(offsetof(NPC_Character_GetCharacterParams, ReturnValue) == 0x000000, "Member 'NPC_Character_GetCharacterParams::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_GetImpactDirection \ static_assert(alignof(NPC_Character_GetImpactDirection) == 0x000004, "Wrong alignment on NPC_Character_GetImpactDirection"); \ static_assert(sizeof(NPC_Character_GetImpactDirection) == 0x00000C, "Wrong size on NPC_Character_GetImpactDirection"); \ static_assert(offsetof(NPC_Character_GetImpactDirection, ReturnValue) == 0x000000, "Member 'NPC_Character_GetImpactDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_GetImpactLocation \ static_assert(alignof(NPC_Character_GetImpactLocation) == 0x000004, "Wrong alignment on NPC_Character_GetImpactLocation"); \ static_assert(sizeof(NPC_Character_GetImpactLocation) == 0x00000C, "Wrong size on NPC_Character_GetImpactLocation"); \ static_assert(offsetof(NPC_Character_GetImpactLocation, ReturnValue) == 0x000000, "Member 'NPC_Character_GetImpactLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_GetNPCPathSpec \ static_assert(alignof(NPC_Character_GetNPCPathSpec) == 0x000008, "Wrong alignment on NPC_Character_GetNPCPathSpec"); \ static_assert(sizeof(NPC_Character_GetNPCPathSpec) == 0x000058, "Wrong size on NPC_Character_GetNPCPathSpec"); \ static_assert(offsetof(NPC_Character_GetNPCPathSpec, InPathSpec) == 0x000000, "Member 'NPC_Character_GetNPCPathSpec::InPathSpec' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_GetNPCPathSpec, ReturnValue) == 0x000008, "Member 'NPC_Character_GetNPCPathSpec::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_GetNPCType \ static_assert(alignof(NPC_Character_GetNPCType) == 0x000001, "Wrong alignment on NPC_Character_GetNPCType"); \ static_assert(sizeof(NPC_Character_GetNPCType) == 0x000001, "Wrong size on NPC_Character_GetNPCType"); \ static_assert(offsetof(NPC_Character_GetNPCType, ReturnValue) == 0x000000, "Member 'NPC_Character_GetNPCType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_GetShowBadge \ static_assert(alignof(NPC_Character_GetShowBadge) == 0x000001, "Wrong alignment on NPC_Character_GetShowBadge"); \ static_assert(sizeof(NPC_Character_GetShowBadge) == 0x000001, "Wrong size on NPC_Character_GetShowBadge"); \ static_assert(offsetof(NPC_Character_GetShowBadge, ReturnValue) == 0x000000, "Member 'NPC_Character_GetShowBadge::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_GetShowCallout \ static_assert(alignof(NPC_Character_GetShowCallout) == 0x000001, "Wrong alignment on NPC_Character_GetShowCallout"); \ static_assert(sizeof(NPC_Character_GetShowCallout) == 0x000001, "Wrong size on NPC_Character_GetShowCallout"); \ static_assert(offsetof(NPC_Character_GetShowCallout, ReturnValue) == 0x000000, "Member 'NPC_Character_GetShowCallout::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_GetShowDamage \ static_assert(alignof(NPC_Character_GetShowDamage) == 0x000001, "Wrong alignment on NPC_Character_GetShowDamage"); \ static_assert(sizeof(NPC_Character_GetShowDamage) == 0x000001, "Wrong size on NPC_Character_GetShowDamage"); \ static_assert(offsetof(NPC_Character_GetShowDamage, ReturnValue) == 0x000000, "Member 'NPC_Character_GetShowDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_GetShowHealthBar \ static_assert(alignof(NPC_Character_GetShowHealthBar) == 0x000001, "Wrong alignment on NPC_Character_GetShowHealthBar"); \ static_assert(sizeof(NPC_Character_GetShowHealthBar) == 0x000001, "Wrong size on NPC_Character_GetShowHealthBar"); \ static_assert(offsetof(NPC_Character_GetShowHealthBar, ReturnValue) == 0x000000, "Member 'NPC_Character_GetShowHealthBar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_GetShowName \ static_assert(alignof(NPC_Character_GetShowName) == 0x000001, "Wrong alignment on NPC_Character_GetShowName"); \ static_assert(sizeof(NPC_Character_GetShowName) == 0x000001, "Wrong size on NPC_Character_GetShowName"); \ static_assert(offsetof(NPC_Character_GetShowName, ReturnValue) == 0x000000, "Member 'NPC_Character_GetShowName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_GetShowPerceptionIndicator \ static_assert(alignof(NPC_Character_GetShowPerceptionIndicator) == 0x000001, "Wrong alignment on NPC_Character_GetShowPerceptionIndicator"); \ static_assert(sizeof(NPC_Character_GetShowPerceptionIndicator) == 0x000001, "Wrong size on NPC_Character_GetShowPerceptionIndicator"); \ static_assert(offsetof(NPC_Character_GetShowPerceptionIndicator, ReturnValue) == 0x000000, "Member 'NPC_Character_GetShowPerceptionIndicator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_GetShowUIPerceptinCone \ static_assert(alignof(NPC_Character_GetShowUIPerceptinCone) == 0x000001, "Wrong alignment on NPC_Character_GetShowUIPerceptinCone"); \ static_assert(sizeof(NPC_Character_GetShowUIPerceptinCone) == 0x000001, "Wrong size on NPC_Character_GetShowUIPerceptinCone"); \ static_assert(offsetof(NPC_Character_GetShowUIPerceptinCone, ReturnValue) == 0x000000, "Member 'NPC_Character_GetShowUIPerceptinCone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_GetTargetPerceptionParams \ static_assert(alignof(NPC_Character_GetTargetPerceptionParams) == 0x000004, "Wrong alignment on NPC_Character_GetTargetPerceptionParams"); \ static_assert(sizeof(NPC_Character_GetTargetPerceptionParams) == 0x00003C, "Wrong size on NPC_Character_GetTargetPerceptionParams"); \ static_assert(offsetof(NPC_Character_GetTargetPerceptionParams, ReturnValue) == 0x000000, "Member 'NPC_Character_GetTargetPerceptionParams::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_IsAiSuspended \ static_assert(alignof(NPC_Character_IsAiSuspended) == 0x000001, "Wrong alignment on NPC_Character_IsAiSuspended"); \ static_assert(sizeof(NPC_Character_IsAiSuspended) == 0x000001, "Wrong size on NPC_Character_IsAiSuspended"); \ static_assert(offsetof(NPC_Character_IsAiSuspended, ReturnValue) == 0x000000, "Member 'NPC_Character_IsAiSuspended::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_IsAlive \ static_assert(alignof(NPC_Character_IsAlive) == 0x000001, "Wrong alignment on NPC_Character_IsAlive"); \ static_assert(sizeof(NPC_Character_IsAlive) == 0x000001, "Wrong size on NPC_Character_IsAlive"); \ static_assert(offsetof(NPC_Character_IsAlive, ReturnValue) == 0x000000, "Member 'NPC_Character_IsAlive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_IsFrozen \ static_assert(alignof(NPC_Character_IsFrozen) == 0x000001, "Wrong alignment on NPC_Character_IsFrozen"); \ static_assert(sizeof(NPC_Character_IsFrozen) == 0x000001, "Wrong size on NPC_Character_IsFrozen"); \ static_assert(offsetof(NPC_Character_IsFrozen, ReturnValue) == 0x000000, "Member 'NPC_Character_IsFrozen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_IsInCreatureAnimationGaitTransition \ static_assert(alignof(NPC_Character_IsInCreatureAnimationGaitTransition) == 0x000001, "Wrong alignment on NPC_Character_IsInCreatureAnimationGaitTransition"); \ static_assert(sizeof(NPC_Character_IsInCreatureAnimationGaitTransition) == 0x000001, "Wrong size on NPC_Character_IsInCreatureAnimationGaitTransition"); \ static_assert(offsetof(NPC_Character_IsInCreatureAnimationGaitTransition, ReturnValue) == 0x000000, "Member 'NPC_Character_IsInCreatureAnimationGaitTransition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_IsInCreatureAnimationStanceTransition \ static_assert(alignof(NPC_Character_IsInCreatureAnimationStanceTransition) == 0x000001, "Wrong alignment on NPC_Character_IsInCreatureAnimationStanceTransition"); \ static_assert(sizeof(NPC_Character_IsInCreatureAnimationStanceTransition) == 0x000001, "Wrong size on NPC_Character_IsInCreatureAnimationStanceTransition"); \ static_assert(offsetof(NPC_Character_IsInCreatureAnimationStanceTransition, ReturnValue) == 0x000000, "Member 'NPC_Character_IsInCreatureAnimationStanceTransition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_IsInCreatureAnimationTransition \ static_assert(alignof(NPC_Character_IsInCreatureAnimationTransition) == 0x000001, "Wrong alignment on NPC_Character_IsInCreatureAnimationTransition"); \ static_assert(sizeof(NPC_Character_IsInCreatureAnimationTransition) == 0x000001, "Wrong size on NPC_Character_IsInCreatureAnimationTransition"); \ static_assert(offsetof(NPC_Character_IsInCreatureAnimationTransition, ReturnValue) == 0x000000, "Member 'NPC_Character_IsInCreatureAnimationTransition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_IsPerceptionUpdateSupported \ static_assert(alignof(NPC_Character_IsPerceptionUpdateSupported) == 0x000001, "Wrong alignment on NPC_Character_IsPerceptionUpdateSupported"); \ static_assert(sizeof(NPC_Character_IsPerceptionUpdateSupported) == 0x000002, "Wrong size on NPC_Character_IsPerceptionUpdateSupported"); \ static_assert(offsetof(NPC_Character_IsPerceptionUpdateSupported, InPerceptionUpdate) == 0x000000, "Member 'NPC_Character_IsPerceptionUpdateSupported::InPerceptionUpdate' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_IsPerceptionUpdateSupported, ReturnValue) == 0x000001, "Member 'NPC_Character_IsPerceptionUpdateSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_IsQBUpdateSupported \ static_assert(alignof(NPC_Character_IsQBUpdateSupported) == 0x000001, "Wrong alignment on NPC_Character_IsQBUpdateSupported"); \ static_assert(sizeof(NPC_Character_IsQBUpdateSupported) == 0x000002, "Wrong size on NPC_Character_IsQBUpdateSupported"); \ static_assert(offsetof(NPC_Character_IsQBUpdateSupported, InQBUpdate) == 0x000000, "Member 'NPC_Character_IsQBUpdateSupported::InQBUpdate' has a wrong offset!"); \ static_assert(offsetof(NPC_Character_IsQBUpdateSupported, ReturnValue) == 0x000001, "Member 'NPC_Character_IsQBUpdateSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_IsReleased \ static_assert(alignof(NPC_Character_IsReleased) == 0x000001, "Wrong alignment on NPC_Character_IsReleased"); \ static_assert(sizeof(NPC_Character_IsReleased) == 0x000001, "Wrong size on NPC_Character_IsReleased"); \ static_assert(offsetof(NPC_Character_IsReleased, ReturnValue) == 0x000000, "Member 'NPC_Character_IsReleased::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_ShouldShowBadge \ static_assert(alignof(NPC_Character_ShouldShowBadge) == 0x000001, "Wrong alignment on NPC_Character_ShouldShowBadge"); \ static_assert(sizeof(NPC_Character_ShouldShowBadge) == 0x000001, "Wrong size on NPC_Character_ShouldShowBadge"); \ static_assert(offsetof(NPC_Character_ShouldShowBadge, ReturnValue) == 0x000000, "Member 'NPC_Character_ShouldShowBadge::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_ShouldShowHealthBar \ static_assert(alignof(NPC_Character_ShouldShowHealthBar) == 0x000001, "Wrong alignment on NPC_Character_ShouldShowHealthBar"); \ static_assert(sizeof(NPC_Character_ShouldShowHealthBar) == 0x000001, "Wrong size on NPC_Character_ShouldShowHealthBar"); \ static_assert(offsetof(NPC_Character_ShouldShowHealthBar, ReturnValue) == 0x000000, "Member 'NPC_Character_ShouldShowHealthBar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_ShouldShowName \ static_assert(alignof(NPC_Character_ShouldShowName) == 0x000001, "Wrong alignment on NPC_Character_ShouldShowName"); \ static_assert(sizeof(NPC_Character_ShouldShowName) == 0x000001, "Wrong size on NPC_Character_ShouldShowName"); \ static_assert(offsetof(NPC_Character_ShouldShowName, ReturnValue) == 0x000000, "Member 'NPC_Character_ShouldShowName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Character_WillAttackPlayer \ static_assert(alignof(NPC_Character_WillAttackPlayer) == 0x000001, "Wrong alignment on NPC_Character_WillAttackPlayer"); \ static_assert(sizeof(NPC_Character_WillAttackPlayer) == 0x000001, "Wrong size on NPC_Character_WillAttackPlayer"); \ static_assert(offsetof(NPC_Character_WillAttackPlayer, ReturnValue) == 0x000000, "Member 'NPC_Character_WillAttackPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANPC_Character \ static_assert(alignof(ANPC_Character) == 0x000010, "Wrong alignment on ANPC_Character"); \ static_assert(sizeof(ANPC_Character) == 0x002290, "Wrong size on ANPC_Character"); \ static_assert(offsetof(ANPC_Character, NPCType) == 0x001760, "Member 'ANPC_Character::NPCType' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, GroupTag) == 0x001764, "Member 'ANPC_Character::GroupTag' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, BehaviorTreePtr) == 0x001770, "Member 'ANPC_Character::BehaviorTreePtr' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, BehaviorTreeDataTable) == 0x001778, "Member 'ANPC_Character::BehaviorTreeDataTable' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, BlackboardComp) == 0x001780, "Member 'ANPC_Character::BlackboardComp' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, EmptyBlackboardAsset) == 0x001788, "Member 'ANPC_Character::EmptyBlackboardAsset' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, BTComponent) == 0x001790, "Member 'ANPC_Character::BTComponent' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, CognitionComponent) == 0x001798, "Member 'ANPC_Character::CognitionComponent' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, SocialAgentComponent) == 0x0017A0, "Member 'ANPC_Character::SocialAgentComponent' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, NPCComponent) == 0x0017A8, "Member 'ANPC_Character::NPCComponent' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, CCComponent) == 0x0017B0, "Member 'ANPC_Character::CCComponent' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, CogSourceComp) == 0x0017B8, "Member 'ANPC_Character::CogSourceComp' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, NPCReactionComponent) == 0x0017C0, "Member 'ANPC_Character::NPCReactionComponent' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, CombativePlantComponent) == 0x0017C8, "Member 'ANPC_Character::CombativePlantComponent' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, QBUpdatesSupported) == 0x0017D0, "Member 'ANPC_Character::QBUpdatesSupported' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, PerceptionUpdatesSupported) == 0x0017D4, "Member 'ANPC_Character::PerceptionUpdatesSupported' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, QBUpdateDataAsset) == 0x0017D8, "Member 'ANPC_Character::QBUpdateDataAsset' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, PerceptionUpdateDataAsset) == 0x0017E0, "Member 'ANPC_Character::PerceptionUpdateDataAsset' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, Params_0) == 0x0017E8, "Member 'ANPC_Character::Params_0' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, TargetSenseAsset) == 0x001C90, "Member 'ANPC_Character::TargetSenseAsset' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bEnableBeacon) == 0x001C98, "Member 'ANPC_Character::bEnableBeacon' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, BeaconIconName) == 0x001CA0, "Member 'ANPC_Character::BeaconIconName' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bAllowDBInstanceRedirect) == 0x001CB0, "Member 'ANPC_Character::bAllowDBInstanceRedirect' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bCreateScheduledEntity) == 0x001CB1, "Member 'ANPC_Character::bCreateScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bIsAScheduledEntity) == 0x001CB2, "Member 'ANPC_Character::bIsAScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bShowVulnerabilityIndicators) == 0x001CB3, "Member 'ANPC_Character::bShowVulnerabilityIndicators' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, OverrideScheduleTableName) == 0x001CB8, "Member 'ANPC_Character::OverrideScheduleTableName' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, DefaultScheduleName) == 0x001CC8, "Member 'ANPC_Character::DefaultScheduleName' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, DefaultWorldID) == 0x001CD8, "Member 'ANPC_Character::DefaultWorldID' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, PatrolPriority) == 0x001CE8, "Member 'ANPC_Character::PatrolPriority' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bAddSocialScoreToPatrol) == 0x001CEC, "Member 'ANPC_Character::bAddSocialScoreToPatrol' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bUseNPCController) == 0x001CED, "Member 'ANPC_Character::bUseNPCController' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bCommitsACrimeWhenKilling) == 0x001CEE, "Member 'ANPC_Character::bCommitsACrimeWhenKilling' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bCanBePickpocketed) == 0x001CEF, "Member 'ANPC_Character::bCanBePickpocketed' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, ShowUI) == 0x001CF0, "Member 'ANPC_Character::ShowUI' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, DamageDisplayHeight) == 0x001CFC, "Member 'ANPC_Character::DamageDisplayHeight' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, DamageDisplayExtraOffset) == 0x001D00, "Member 'ANPC_Character::DamageDisplayExtraOffset' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, DefaultPathSpec) == 0x001D04, "Member 'ANPC_Character::DefaultPathSpec' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, PathSpecList) == 0x001D08, "Member 'ANPC_Character::PathSpecList' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, TargetLOSParams) == 0x001D18, "Member 'ANPC_Character::TargetLOSParams' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, CrimeSceneLOSParams) == 0x001D3C, "Member 'ANPC_Character::CrimeSceneLOSParams' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, AttackLOSParams) == 0x001D60, "Member 'ANPC_Character::AttackLOSParams' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, WaypointLOSParams) == 0x001D84, "Member 'ANPC_Character::WaypointLOSParams' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, DebugLOSParams) == 0x001DA8, "Member 'ANPC_Character::DebugLOSParams' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, LOSRadius) == 0x001DCC, "Member 'ANPC_Character::LOSRadius' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, DeathEffectDelayTime) == 0x001DF8, "Member 'ANPC_Character::DeathEffectDelayTime' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bDestroyOnDeath) == 0x001DFC, "Member 'ANPC_Character::bDestroyOnDeath' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bDissolveOnDeath) == 0x001DFD, "Member 'ANPC_Character::bDissolveOnDeath' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, InstantDissolveChance) == 0x001E00, "Member 'ANPC_Character::InstantDissolveChance' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, DissolveDelayMin) == 0x001E04, "Member 'ANPC_Character::DissolveDelayMin' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, DissolveDelayMax) == 0x001E08, "Member 'ANPC_Character::DissolveDelayMax' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, DissolveDestroyDelay) == 0x001E0C, "Member 'ANPC_Character::DissolveDestroyDelay' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bFadeOnDeath) == 0x001E10, "Member 'ANPC_Character::bFadeOnDeath' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bDoNewDeathFade) == 0x001E11, "Member 'ANPC_Character::bDoNewDeathFade' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, FadeDelay) == 0x001E14, "Member 'ANPC_Character::FadeDelay' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, FadeDuration) == 0x001E18, "Member 'ANPC_Character::FadeDuration' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bDoDeathCamOnDeath) == 0x001E1C, "Member 'ANPC_Character::bDoDeathCamOnDeath' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, TransitionParams) == 0x001E20, "Member 'ANPC_Character::TransitionParams' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, DeathCamDelay) == 0x001E30, "Member 'ANPC_Character::DeathCamDelay' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, DeathCamDuration) == 0x001E34, "Member 'ANPC_Character::DeathCamDuration' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bDoBulletTimeOnDeath) == 0x001E38, "Member 'ANPC_Character::bDoBulletTimeOnDeath' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, BulletTimeDilation) == 0x001E3C, "Member 'ANPC_Character::BulletTimeDilation' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, BulletTimeDelay) == 0x001E40, "Member 'ANPC_Character::BulletTimeDelay' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, BulletTimeDuration) == 0x001E44, "Member 'ANPC_Character::BulletTimeDuration' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bHaltDeathCamOnBulletTimeStart) == 0x001E48, "Member 'ANPC_Character::bHaltDeathCamOnBulletTimeStart' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, StealAmmount) == 0x001E4C, "Member 'ANPC_Character::StealAmmount' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, InventoryKnuts) == 0x001E50, "Member 'ANPC_Character::InventoryKnuts' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, FromNPCDamageMult) == 0x001E54, "Member 'ANPC_Character::FromNPCDamageMult' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, FromPlayerDamageMult) == 0x001E58, "Member 'ANPC_Character::FromPlayerDamageMult' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, ToPlayerDamageMult) == 0x001E5C, "Member 'ANPC_Character::ToPlayerDamageMult' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bAllowReleaseOnce) == 0x001E60, "Member 'ANPC_Character::bAllowReleaseOnce' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, TargetPerceptionParams) == 0x001E64, "Member 'ANPC_Character::TargetPerceptionParams' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, TargetPerceptionDoneEvent) == 0x001EA0, "Member 'ANPC_Character::TargetPerceptionDoneEvent' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bOverrideCharacterLook) == 0x001EB0, "Member 'ANPC_Character::bOverrideCharacterLook' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, OverrideCharacterID) == 0x001EB4, "Member 'ANPC_Character::OverrideCharacterID' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bOverrideVoice) == 0x001EBC, "Member 'ANPC_Character::bOverrideVoice' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, OverrideVoiceID) == 0x001EC0, "Member 'ANPC_Character::OverrideVoiceID' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, PerceivePlayerDelegate) == 0x001EC8, "Member 'ANPC_Character::PerceivePlayerDelegate' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, CombatPerceivePlayerDelegate) == 0x001ED8, "Member 'ANPC_Character::CombatPerceivePlayerDelegate' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, LostPerceivePlayerDelegate) == 0x001EE8, "Member 'ANPC_Character::LostPerceivePlayerDelegate' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, LostPerceptionPlayerDelegate) == 0x001EF8, "Member 'ANPC_Character::LostPerceptionPlayerDelegate' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, CombatLostPerceivePlayerDelegate) == 0x001F08, "Member 'ANPC_Character::CombatLostPerceivePlayerDelegate' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, CombatLostPerceptionPlayerDelegate) == 0x001F18, "Member 'ANPC_Character::CombatLostPerceptionPlayerDelegate' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, PerceivedByPlayerDelegate) == 0x001F28, "Member 'ANPC_Character::PerceivedByPlayerDelegate' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, WasPerceivedByPlayerDelegate) == 0x001F38, "Member 'ANPC_Character::WasPerceivedByPlayerDelegate' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, CustomAbilityFinishedDelegate) == 0x001F48, "Member 'ANPC_Character::CustomAbilityFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, AbilityFinishedDelegate) == 0x001F58, "Member 'ANPC_Character::AbilityFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, NPCDiedDelegate) == 0x001F68, "Member 'ANPC_Character::NPCDiedDelegate' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, NPCTransformedDelegate) == 0x001F78, "Member 'ANPC_Character::NPCTransformedDelegate' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, NPCAvadaKedavraDelegate) == 0x001F88, "Member 'ANPC_Character::NPCAvadaKedavraDelegate' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, NPCControllerPtr) == 0x002020, "Member 'ANPC_Character::NPCControllerPtr' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, MinimapPerceptionData) == 0x002228, "Member 'ANPC_Character::MinimapPerceptionData' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, DefaultMunition) == 0x002240, "Member 'ANPC_Character::DefaultMunition' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, NPCVariantMapHandle) == 0x002248, "Member 'ANPC_Character::NPCVariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, DesiredCreatureStance) == 0x002266, "Member 'ANPC_Character::DesiredCreatureStance' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, CurrentCreatureStance) == 0x002267, "Member 'ANPC_Character::CurrentCreatureStance' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, NextCreatureStance) == 0x002268, "Member 'ANPC_Character::NextCreatureStance' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, CurrentCreatureGait) == 0x002269, "Member 'ANPC_Character::CurrentCreatureGait' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, NextCreatureGait) == 0x00226A, "Member 'ANPC_Character::NextCreatureGait' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bInCreatureIdleVariation) == 0x00226B, "Member 'ANPC_Character::bInCreatureIdleVariation' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, MotionTable) == 0x002270, "Member 'ANPC_Character::MotionTable' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, MoveToStopDistanceTune) == 0x002278, "Member 'ANPC_Character::MoveToStopDistanceTune' has a wrong offset!"); \ static_assert(offsetof(ANPC_Character, bDisableCreatureTurnNavChecks) == 0x00227C, "Member 'ANPC_Character::bDisableCreatureTurnNavChecks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_HideAndDisableEnemyCharacter \ static_assert(alignof(Enemy_Character_HideAndDisableEnemyCharacter) == 0x000008, "Wrong alignment on Enemy_Character_HideAndDisableEnemyCharacter"); \ static_assert(sizeof(Enemy_Character_HideAndDisableEnemyCharacter) == 0x000008, "Wrong size on Enemy_Character_HideAndDisableEnemyCharacter"); \ static_assert(offsetof(Enemy_Character_HideAndDisableEnemyCharacter, EnemyCharacter) == 0x000000, "Member 'Enemy_Character_HideAndDisableEnemyCharacter::EnemyCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_UnhideAndEnableEnemyCharacter \ static_assert(alignof(Enemy_Character_UnhideAndEnableEnemyCharacter) == 0x000008, "Wrong alignment on Enemy_Character_UnhideAndEnableEnemyCharacter"); \ static_assert(sizeof(Enemy_Character_UnhideAndEnableEnemyCharacter) == 0x000008, "Wrong size on Enemy_Character_UnhideAndEnableEnemyCharacter"); \ static_assert(offsetof(Enemy_Character_UnhideAndEnableEnemyCharacter, EnemyCharacter) == 0x000000, "Member 'Enemy_Character_UnhideAndEnableEnemyCharacter::EnemyCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_ChangeTeamWithCombat \ static_assert(alignof(Enemy_Character_ChangeTeamWithCombat) == 0x000004, "Wrong alignment on Enemy_Character_ChangeTeamWithCombat"); \ static_assert(sizeof(Enemy_Character_ChangeTeamWithCombat) == 0x00000C, "Wrong size on Enemy_Character_ChangeTeamWithCombat"); \ static_assert(offsetof(Enemy_Character_ChangeTeamWithCombat, TeamName) == 0x000000, "Member 'Enemy_Character_ChangeTeamWithCombat::TeamName' has a wrong offset!"); \ static_assert(offsetof(Enemy_Character_ChangeTeamWithCombat, bEnableCombat) == 0x000008, "Member 'Enemy_Character_ChangeTeamWithCombat::bEnableCombat' has a wrong offset!"); \ static_assert(offsetof(Enemy_Character_ChangeTeamWithCombat, ReturnValue) == 0x000009, "Member 'Enemy_Character_ChangeTeamWithCombat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_HandleHealthThresholdReached \ static_assert(alignof(Enemy_Character_HandleHealthThresholdReached) == 0x000008, "Wrong alignment on Enemy_Character_HandleHealthThresholdReached"); \ static_assert(sizeof(Enemy_Character_HandleHealthThresholdReached) == 0x000040, "Wrong size on Enemy_Character_HandleHealthThresholdReached"); \ static_assert(offsetof(Enemy_Character_HandleHealthThresholdReached, InHealthThreshold) == 0x000000, "Member 'Enemy_Character_HandleHealthThresholdReached::InHealthThreshold' has a wrong offset!"); \ static_assert(offsetof(Enemy_Character_HandleHealthThresholdReached, InLevel) == 0x000038, "Member 'Enemy_Character_HandleHealthThresholdReached::InLevel' has a wrong offset!"); \ static_assert(offsetof(Enemy_Character_HandleHealthThresholdReached, InMaxLevel) == 0x00003C, "Member 'Enemy_Character_HandleHealthThresholdReached::InMaxLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_HandleMeleeHit \ static_assert(alignof(Enemy_Character_HandleMeleeHit) == 0x000008, "Wrong alignment on Enemy_Character_HandleMeleeHit"); \ static_assert(sizeof(Enemy_Character_HandleMeleeHit) == 0x0000A0, "Wrong size on Enemy_Character_HandleMeleeHit"); \ static_assert(offsetof(Enemy_Character_HandleMeleeHit, Victim) == 0x000000, "Member 'Enemy_Character_HandleMeleeHit::Victim' has a wrong offset!"); \ static_assert(offsetof(Enemy_Character_HandleMeleeHit, NormalImpulse) == 0x000008, "Member 'Enemy_Character_HandleMeleeHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(Enemy_Character_HandleMeleeHit, Hit) == 0x000014, "Member 'Enemy_Character_HandleMeleeHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_HandleNearDeathKneelStart \ static_assert(alignof(Enemy_Character_HandleNearDeathKneelStart) == 0x000008, "Wrong alignment on Enemy_Character_HandleNearDeathKneelStart"); \ static_assert(sizeof(Enemy_Character_HandleNearDeathKneelStart) == 0x000008, "Wrong size on Enemy_Character_HandleNearDeathKneelStart"); \ static_assert(offsetof(Enemy_Character_HandleNearDeathKneelStart, ActorKneeling) == 0x000000, "Member 'Enemy_Character_HandleNearDeathKneelStart::ActorKneeling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_Landed \ static_assert(alignof(Enemy_Character_Landed) == 0x000004, "Wrong alignment on Enemy_Character_Landed"); \ static_assert(sizeof(Enemy_Character_Landed) == 0x000088, "Wrong size on Enemy_Character_Landed"); \ static_assert(offsetof(Enemy_Character_Landed, Hit) == 0x000000, "Member 'Enemy_Character_Landed::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_SetAsAggressor \ static_assert(alignof(Enemy_Character_SetAsAggressor) == 0x000004, "Wrong alignment on Enemy_Character_SetAsAggressor"); \ static_assert(sizeof(Enemy_Character_SetAsAggressor) == 0x00000C, "Wrong size on Enemy_Character_SetAsAggressor"); \ static_assert(offsetof(Enemy_Character_SetAsAggressor, bSet) == 0x000000, "Member 'Enemy_Character_SetAsAggressor::bSet' has a wrong offset!"); \ static_assert(offsetof(Enemy_Character_SetAsAggressor, InNewTeamName) == 0x000004, "Member 'Enemy_Character_SetAsAggressor::InNewTeamName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_SetAsCompanion \ static_assert(alignof(Enemy_Character_SetAsCompanion) == 0x000001, "Wrong alignment on Enemy_Character_SetAsCompanion"); \ static_assert(sizeof(Enemy_Character_SetAsCompanion) == 0x000001, "Wrong size on Enemy_Character_SetAsCompanion"); \ static_assert(offsetof(Enemy_Character_SetAsCompanion, bSet) == 0x000000, "Member 'Enemy_Character_SetAsCompanion::bSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_SetAsDuelOpponent \ static_assert(alignof(Enemy_Character_SetAsDuelOpponent) == 0x000004, "Wrong alignment on Enemy_Character_SetAsDuelOpponent"); \ static_assert(sizeof(Enemy_Character_SetAsDuelOpponent) == 0x00000C, "Wrong size on Enemy_Character_SetAsDuelOpponent"); \ static_assert(offsetof(Enemy_Character_SetAsDuelOpponent, bSet) == 0x000000, "Member 'Enemy_Character_SetAsDuelOpponent::bSet' has a wrong offset!"); \ static_assert(offsetof(Enemy_Character_SetAsDuelOpponent, InAudioSubtypeID) == 0x000004, "Member 'Enemy_Character_SetAsDuelOpponent::InAudioSubtypeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_SetAsFightClubOpponent \ static_assert(alignof(Enemy_Character_SetAsFightClubOpponent) == 0x000004, "Wrong alignment on Enemy_Character_SetAsFightClubOpponent"); \ static_assert(sizeof(Enemy_Character_SetAsFightClubOpponent) == 0x000014, "Wrong size on Enemy_Character_SetAsFightClubOpponent"); \ static_assert(offsetof(Enemy_Character_SetAsFightClubOpponent, bSet) == 0x000000, "Member 'Enemy_Character_SetAsFightClubOpponent::bSet' has a wrong offset!"); \ static_assert(offsetof(Enemy_Character_SetAsFightClubOpponent, InNewTeamName) == 0x000004, "Member 'Enemy_Character_SetAsFightClubOpponent::InNewTeamName' has a wrong offset!"); \ static_assert(offsetof(Enemy_Character_SetAsFightClubOpponent, InAudioSubtypeID) == 0x00000C, "Member 'Enemy_Character_SetAsFightClubOpponent::InAudioSubtypeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_SetAsGroupAggressor \ static_assert(alignof(Enemy_Character_SetAsGroupAggressor) == 0x000004, "Wrong alignment on Enemy_Character_SetAsGroupAggressor"); \ static_assert(sizeof(Enemy_Character_SetAsGroupAggressor) == 0x00000C, "Wrong size on Enemy_Character_SetAsGroupAggressor"); \ static_assert(offsetof(Enemy_Character_SetAsGroupAggressor, bSet) == 0x000000, "Member 'Enemy_Character_SetAsGroupAggressor::bSet' has a wrong offset!"); \ static_assert(offsetof(Enemy_Character_SetAsGroupAggressor, InNewTeamName) == 0x000004, "Member 'Enemy_Character_SetAsGroupAggressor::InNewTeamName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_SetAsLeader \ static_assert(alignof(Enemy_Character_SetAsLeader) == 0x000001, "Wrong alignment on Enemy_Character_SetAsLeader"); \ static_assert(sizeof(Enemy_Character_SetAsLeader) == 0x000001, "Wrong size on Enemy_Character_SetAsLeader"); \ static_assert(offsetof(Enemy_Character_SetAsLeader, bSet) == 0x000000, "Member 'Enemy_Character_SetAsLeader::bSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_StartFire \ static_assert(alignof(Enemy_Character_StartFire) == 0x000004, "Wrong alignment on Enemy_Character_StartFire"); \ static_assert(sizeof(Enemy_Character_StartFire) == 0x000014, "Wrong size on Enemy_Character_StartFire"); \ static_assert(offsetof(Enemy_Character_StartFire, Amount) == 0x000000, "Member 'Enemy_Character_StartFire::Amount' has a wrong offset!"); \ static_assert(offsetof(Enemy_Character_StartFire, Location) == 0x000004, "Member 'Enemy_Character_StartFire::Location' has a wrong offset!"); \ static_assert(offsetof(Enemy_Character_StartFire, ReturnValue) == 0x000010, "Member 'Enemy_Character_StartFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_Throw \ static_assert(alignof(Enemy_Character_Throw) == 0x000008, "Wrong alignment on Enemy_Character_Throw"); \ static_assert(sizeof(Enemy_Character_Throw) == 0x000010, "Wrong size on Enemy_Character_Throw"); \ static_assert(offsetof(Enemy_Character_Throw, Target) == 0x000000, "Member 'Enemy_Character_Throw::Target' has a wrong offset!"); \ static_assert(offsetof(Enemy_Character_Throw, SourceActor) == 0x000008, "Member 'Enemy_Character_Throw::SourceActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_UpdateBossStateEvent \ static_assert(alignof(Enemy_Character_UpdateBossStateEvent) == 0x000004, "Wrong alignment on Enemy_Character_UpdateBossStateEvent"); \ static_assert(sizeof(Enemy_Character_UpdateBossStateEvent) == 0x000024, "Wrong size on Enemy_Character_UpdateBossStateEvent"); \ static_assert(offsetof(Enemy_Character_UpdateBossStateEvent, InBossFightData) == 0x000000, "Member 'Enemy_Character_UpdateBossStateEvent::InBossFightData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_IsAggressor \ static_assert(alignof(Enemy_Character_IsAggressor) == 0x000001, "Wrong alignment on Enemy_Character_IsAggressor"); \ static_assert(sizeof(Enemy_Character_IsAggressor) == 0x000001, "Wrong size on Enemy_Character_IsAggressor"); \ static_assert(offsetof(Enemy_Character_IsAggressor, ReturnValue) == 0x000000, "Member 'Enemy_Character_IsAggressor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_IsCombatOpponent \ static_assert(alignof(Enemy_Character_IsCombatOpponent) == 0x000001, "Wrong alignment on Enemy_Character_IsCombatOpponent"); \ static_assert(sizeof(Enemy_Character_IsCombatOpponent) == 0x000001, "Wrong size on Enemy_Character_IsCombatOpponent"); \ static_assert(offsetof(Enemy_Character_IsCombatOpponent, ReturnValue) == 0x000000, "Member 'Enemy_Character_IsCombatOpponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_IsCompanion \ static_assert(alignof(Enemy_Character_IsCompanion) == 0x000001, "Wrong alignment on Enemy_Character_IsCompanion"); \ static_assert(sizeof(Enemy_Character_IsCompanion) == 0x000001, "Wrong size on Enemy_Character_IsCompanion"); \ static_assert(offsetof(Enemy_Character_IsCompanion, ReturnValue) == 0x000000, "Member 'Enemy_Character_IsCompanion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_IsDuelOpponent \ static_assert(alignof(Enemy_Character_IsDuelOpponent) == 0x000001, "Wrong alignment on Enemy_Character_IsDuelOpponent"); \ static_assert(sizeof(Enemy_Character_IsDuelOpponent) == 0x000001, "Wrong size on Enemy_Character_IsDuelOpponent"); \ static_assert(offsetof(Enemy_Character_IsDuelOpponent, ReturnValue) == 0x000000, "Member 'Enemy_Character_IsDuelOpponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_Character_IsLeader \ static_assert(alignof(Enemy_Character_IsLeader) == 0x000001, "Wrong alignment on Enemy_Character_IsLeader"); \ static_assert(sizeof(Enemy_Character_IsLeader) == 0x000001, "Wrong size on Enemy_Character_IsLeader"); \ static_assert(offsetof(Enemy_Character_IsLeader, ReturnValue) == 0x000000, "Member 'Enemy_Character_IsLeader::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEnemy_Character \ static_assert(alignof(AEnemy_Character) == 0x000010, "Wrong alignment on AEnemy_Character"); \ static_assert(sizeof(AEnemy_Character) == 0x0024B0, "Wrong size on AEnemy_Character"); \ static_assert(offsetof(AEnemy_Character, bRegisterPerceptionAfterSpawn) == 0x0022A8, "Member 'AEnemy_Character::bRegisterPerceptionAfterSpawn' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, Level) == 0x0022AC, "Member 'AEnemy_Character::Level' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, FinisherHealthPercentage) == 0x0022B0, "Member 'AEnemy_Character::FinisherHealthPercentage' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, PlayerStupifyHits) == 0x0022B4, "Member 'AEnemy_Character::PlayerStupifyHits' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, ToolSetComponent) == 0x0022B8, "Member 'AEnemy_Character::ToolSetComponent' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, CognitionStimuliSourceComponent) == 0x0022C0, "Member 'AEnemy_Character::CognitionStimuliSourceComponent' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, EnemyAIComponent) == 0x0022C8, "Member 'AEnemy_Character::EnemyAIComponent' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, EnemyStateComponent) == 0x0022D0, "Member 'AEnemy_Character::EnemyStateComponent' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, BehaviorCompAttackUpdate) == 0x0022D8, "Member 'AEnemy_Character::BehaviorCompAttackUpdate' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, AttackComponent) == 0x0022E0, "Member 'AEnemy_Character::AttackComponent' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, WeaponComponent) == 0x0022E8, "Member 'AEnemy_Character::WeaponComponent' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, SuperSlamMeshes) == 0x0022F0, "Member 'AEnemy_Character::SuperSlamMeshes' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, OnChangeTeam) == 0x002300, "Member 'AEnemy_Character::OnChangeTeam' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, VfxObjectArchitectAsset) == 0x0023C0, "Member 'AEnemy_Character::VfxObjectArchitectAsset' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, ObjectArchitectEnemyClassTag) == 0x0023C8, "Member 'AEnemy_Character::ObjectArchitectEnemyClassTag' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, ObjectArchitectEnemyFactionTag) == 0x0023D0, "Member 'AEnemy_Character::ObjectArchitectEnemyFactionTag' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, SpawningDOV) == 0x002440, "Member 'AEnemy_Character::SpawningDOV' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, OccupiedCombatVolumes) == 0x002448, "Member 'AEnemy_Character::OccupiedCombatVolumes' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, ClothTargetsStartDelegate) == 0x00247C, "Member 'AEnemy_Character::ClothTargetsStartDelegate' has a wrong offset!"); \ static_assert(offsetof(AEnemy_Character, ClothTargetsEndDelegate) == 0x00248C, "Member 'AEnemy_Character::ClothTargetsEndDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimTag_Emotion \ static_assert(alignof(UAnimTag_Emotion) == 0x000008, "Wrong alignment on UAnimTag_Emotion"); \ static_assert(sizeof(UAnimTag_Emotion) == 0x000028, "Wrong size on UAnimTag_Emotion"); \ #define DUMPER7_ASSERTS_ASanctuaryLightingIdentityVolume \ static_assert(alignof(ASanctuaryLightingIdentityVolume) == 0x000008, "Wrong alignment on ASanctuaryLightingIdentityVolume"); \ static_assert(sizeof(ASanctuaryLightingIdentityVolume) == 0x0002F8, "Wrong size on ASanctuaryLightingIdentityVolume"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, Priority) == 0x000280, "Member 'ASanctuaryLightingIdentityVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, BlendRadius) == 0x000284, "Member 'ASanctuaryLightingIdentityVolume::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, BlendWeight) == 0x000288, "Member 'ASanctuaryLightingIdentityVolume::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, bUnbounded) == 0x00028C, "Member 'ASanctuaryLightingIdentityVolume::bUnbounded' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, bEnableTransitionExposureSpeedUp) == 0x00028D, "Member 'ASanctuaryLightingIdentityVolume::bEnableTransitionExposureSpeedUp' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, TransitionExposureSpeed) == 0x000290, "Member 'ASanctuaryLightingIdentityVolume::TransitionExposureSpeed' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, bEnableTransitionFogHistoryRemoval) == 0x000294, "Member 'ASanctuaryLightingIdentityVolume::bEnableTransitionFogHistoryRemoval' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, TransitionFogHistoryWeight) == 0x000298, "Member 'ASanctuaryLightingIdentityVolume::TransitionFogHistoryWeight' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, bEnableDayNight) == 0x00029C, "Member 'ASanctuaryLightingIdentityVolume::bEnableDayNight' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, bEnableGlobalLighting) == 0x00029D, "Member 'ASanctuaryLightingIdentityVolume::bEnableGlobalLighting' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, bEnableRenderSettings) == 0x00029E, "Member 'ASanctuaryLightingIdentityVolume::bEnableRenderSettings' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, bEnablePostProcess) == 0x00029F, "Member 'ASanctuaryLightingIdentityVolume::bEnablePostProcess' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, BoxComponent) == 0x0002A0, "Member 'ASanctuaryLightingIdentityVolume::BoxComponent' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, GlobalLightingComponent) == 0x0002A8, "Member 'ASanctuaryLightingIdentityVolume::GlobalLightingComponent' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, RenderSettingsComponent) == 0x0002B0, "Member 'ASanctuaryLightingIdentityVolume::RenderSettingsComponent' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, PostProcessComponent) == 0x0002B8, "Member 'ASanctuaryLightingIdentityVolume::PostProcessComponent' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, PrevGlobalLightingComponent) == 0x0002C0, "Member 'ASanctuaryLightingIdentityVolume::PrevGlobalLightingComponent' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, PrevRenderSettingsComponent) == 0x0002C8, "Member 'ASanctuaryLightingIdentityVolume::PrevRenderSettingsComponent' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, PrevPostProcessComponent) == 0x0002D0, "Member 'ASanctuaryLightingIdentityVolume::PrevPostProcessComponent' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, TransitionGlobalLightingComponent) == 0x0002D8, "Member 'ASanctuaryLightingIdentityVolume::TransitionGlobalLightingComponent' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryLightingIdentityVolume, TransitionPostProcessComponent) == 0x0002E0, "Member 'ASanctuaryLightingIdentityVolume::TransitionPostProcessComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchMovementPredictedCollision \ static_assert(alignof(UAblBranchMovementPredictedCollision) == 0x000008, "Wrong alignment on UAblBranchMovementPredictedCollision"); \ static_assert(sizeof(UAblBranchMovementPredictedCollision) == 0x000038, "Wrong size on UAblBranchMovementPredictedCollision"); \ static_assert(offsetof(UAblBranchMovementPredictedCollision, MaxGlancingAngle) == 0x000030, "Member 'UAblBranchMovementPredictedCollision::MaxGlancingAngle' has a wrong offset!"); \ static_assert(offsetof(UAblBranchMovementPredictedCollision, MaxTimeFromNow) == 0x000034, "Member 'UAblBranchMovementPredictedCollision::MaxTimeFromNow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchMovementPredictedEvent \ static_assert(alignof(UAblBranchMovementPredictedEvent) == 0x000008, "Wrong alignment on UAblBranchMovementPredictedEvent"); \ static_assert(sizeof(UAblBranchMovementPredictedEvent) == 0x000040, "Wrong size on UAblBranchMovementPredictedEvent"); \ static_assert(offsetof(UAblBranchMovementPredictedEvent, EventName) == 0x000030, "Member 'UAblBranchMovementPredictedEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(UAblBranchMovementPredictedEvent, TimeThreshold) == 0x000038, "Member 'UAblBranchMovementPredictedEvent::TimeThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcPopupTask \ static_assert(alignof(UAblNpcPopupTask) == 0x000008, "Wrong alignment on UAblNpcPopupTask"); \ static_assert(sizeof(UAblNpcPopupTask) == 0x0000C0, "Wrong size on UAblNpcPopupTask"); \ static_assert(offsetof(UAblNpcPopupTask, PopupDirection) == 0x000070, "Member 'UAblNpcPopupTask::PopupDirection' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, bUseMagnitudeAndAngle) == 0x000071, "Member 'UAblNpcPopupTask::bUseMagnitudeAndAngle' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, Magnitude) == 0x000074, "Member 'UAblNpcPopupTask::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, MagnitudeVariance) == 0x000078, "Member 'UAblNpcPopupTask::MagnitudeVariance' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, Angle) == 0x00007C, "Member 'UAblNpcPopupTask::Angle' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, AngleVariance) == 0x000080, "Member 'UAblNpcPopupTask::AngleVariance' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, MagnitudeHorz) == 0x000084, "Member 'UAblNpcPopupTask::MagnitudeHorz' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, MagnitudeVert) == 0x000088, "Member 'UAblNpcPopupTask::MagnitudeVert' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, HorizontalDamping) == 0x00008C, "Member 'UAblNpcPopupTask::HorizontalDamping' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, CollisionVsFloorInitialDamping) == 0x000090, "Member 'UAblNpcPopupTask::CollisionVsFloorInitialDamping' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, CollisionVsFloorDamping) == 0x000094, "Member 'UAblNpcPopupTask::CollisionVsFloorDamping' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, bUseNpcMaxHeight) == 0x000098, "Member 'UAblNpcPopupTask::bUseNpcMaxHeight' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, bOverrideMaxHeight) == 0x000099, "Member 'UAblNpcPopupTask::bOverrideMaxHeight' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, MaxHeightOverride) == 0x00009C, "Member 'UAblNpcPopupTask::MaxHeightOverride' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, bModifyGravityAtTaskStart) == 0x0000A0, "Member 'UAblNpcPopupTask::bModifyGravityAtTaskStart' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, GravityScaleAtTaskStart) == 0x0000A4, "Member 'UAblNpcPopupTask::GravityScaleAtTaskStart' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, bModifyGravityAtMaxHeight) == 0x0000A8, "Member 'UAblNpcPopupTask::bModifyGravityAtMaxHeight' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, GravityScaleAtMaxHeight) == 0x0000AC, "Member 'UAblNpcPopupTask::GravityScaleAtMaxHeight' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, bModifyGravityAtApex) == 0x0000B0, "Member 'UAblNpcPopupTask::bModifyGravityAtApex' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, GravityScaleAtApex) == 0x0000B4, "Member 'UAblNpcPopupTask::GravityScaleAtApex' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, bRestoreGravityScaleAtTaskEnd) == 0x0000B8, "Member 'UAblNpcPopupTask::bRestoreGravityScaleAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, bStompVelocityAtTaskStart) == 0x0000B9, "Member 'UAblNpcPopupTask::bStompVelocityAtTaskStart' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, bStompVelocityAtTaskEnd) == 0x0000BA, "Member 'UAblNpcPopupTask::bStompVelocityAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, bIgnoreInAirCollisions) == 0x0000BB, "Member 'UAblNpcPopupTask::bIgnoreInAirCollisions' has a wrong offset!"); \ static_assert(offsetof(UAblNpcPopupTask, MovementMode) == 0x0000BC, "Member 'UAblNpcPopupTask::MovementMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvatarHouseGearMappings \ static_assert(alignof(UAvatarHouseGearMappings) == 0x000008, "Wrong alignment on UAvatarHouseGearMappings"); \ static_assert(sizeof(UAvatarHouseGearMappings) == 0x000080, "Wrong size on UAvatarHouseGearMappings"); \ static_assert(offsetof(UAvatarHouseGearMappings, HouseGearMapping) == 0x000030, "Member 'UAvatarHouseGearMappings::HouseGearMapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamingPlaceholderBase_SpawnObject \ static_assert(alignof(StreamingPlaceholderBase_SpawnObject) == 0x000001, "Wrong alignment on StreamingPlaceholderBase_SpawnObject"); \ static_assert(sizeof(StreamingPlaceholderBase_SpawnObject) == 0x000001, "Wrong size on StreamingPlaceholderBase_SpawnObject"); \ static_assert(offsetof(StreamingPlaceholderBase_SpawnObject, bBlockingLoadIfNotLoaded) == 0x000000, "Member 'StreamingPlaceholderBase_SpawnObject::bBlockingLoadIfNotLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamingPlaceholderBase_TriggerLoad \ static_assert(alignof(StreamingPlaceholderBase_TriggerLoad) == 0x000001, "Wrong alignment on StreamingPlaceholderBase_TriggerLoad"); \ static_assert(sizeof(StreamingPlaceholderBase_TriggerLoad) == 0x000002, "Wrong size on StreamingPlaceholderBase_TriggerLoad"); \ static_assert(offsetof(StreamingPlaceholderBase_TriggerLoad, bInSpawnWhenReady) == 0x000000, "Member 'StreamingPlaceholderBase_TriggerLoad::bInSpawnWhenReady' has a wrong offset!"); \ static_assert(offsetof(StreamingPlaceholderBase_TriggerLoad, bForceBlockingLoad) == 0x000001, "Member 'StreamingPlaceholderBase_TriggerLoad::bForceBlockingLoad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AStreamingPlaceholderBase \ static_assert(alignof(AStreamingPlaceholderBase) == 0x000008, "Wrong alignment on AStreamingPlaceholderBase"); \ static_assert(sizeof(AStreamingPlaceholderBase) == 0x000260, "Wrong size on AStreamingPlaceholderBase"); \ #define DUMPER7_ASSERTS_AStreamingPlaceholderChildActorBase \ static_assert(alignof(AStreamingPlaceholderChildActorBase) == 0x000008, "Wrong alignment on AStreamingPlaceholderChildActorBase"); \ static_assert(sizeof(AStreamingPlaceholderChildActorBase) == 0x000270, "Wrong size on AStreamingPlaceholderChildActorBase"); \ static_assert(offsetof(AStreamingPlaceholderChildActorBase, StreamingPriority) == 0x000260, "Member 'AStreamingPlaceholderChildActorBase::StreamingPriority' has a wrong offset!"); \ static_assert(offsetof(AStreamingPlaceholderChildActorBase, bAutoLoad) == 0x000261, "Member 'AStreamingPlaceholderChildActorBase::bAutoLoad' has a wrong offset!"); \ static_assert(offsetof(AStreamingPlaceholderChildActorBase, bAutoSpawn) == 0x000262, "Member 'AStreamingPlaceholderChildActorBase::bAutoSpawn' has a wrong offset!"); \ static_assert(offsetof(AStreamingPlaceholderChildActorBase, ChildActorComponent) == 0x000268, "Member 'AStreamingPlaceholderChildActorBase::ChildActorComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AStreamingPlaceholderActor \ static_assert(alignof(AStreamingPlaceholderActor) == 0x000008, "Wrong alignment on AStreamingPlaceholderActor"); \ static_assert(sizeof(AStreamingPlaceholderActor) == 0x000298, "Wrong size on AStreamingPlaceholderActor"); \ static_assert(offsetof(AStreamingPlaceholderActor, ActorToSpawn) == 0x000270, "Member 'AStreamingPlaceholderActor::ActorToSpawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchMovementPredictedEventScratchpad \ static_assert(alignof(UAblBranchMovementPredictedEventScratchpad) == 0x000008, "Wrong alignment on UAblBranchMovementPredictedEventScratchpad"); \ static_assert(sizeof(UAblBranchMovementPredictedEventScratchpad) == 0x000038, "Wrong size on UAblBranchMovementPredictedEventScratchpad"); \ static_assert(offsetof(UAblBranchMovementPredictedEventScratchpad, MovementPredictionComponent) == 0x000030, "Member 'UAblBranchMovementPredictedEventScratchpad::MovementPredictionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablLedgeAssistTaskScratchPad \ static_assert(alignof(UablLedgeAssistTaskScratchPad) == 0x000008, "Wrong alignment on UablLedgeAssistTaskScratchPad"); \ static_assert(sizeof(UablLedgeAssistTaskScratchPad) == 0x000088, "Wrong size on UablLedgeAssistTaskScratchPad"); \ static_assert(offsetof(UablLedgeAssistTaskScratchPad, InProgressTurn) == 0x000028, "Member 'UablLedgeAssistTaskScratchPad::InProgressTurn' has a wrong offset!"); \ static_assert(offsetof(UablLedgeAssistTaskScratchPad, StartingRootPos) == 0x000038, "Member 'UablLedgeAssistTaskScratchPad::StartingRootPos' has a wrong offset!"); \ static_assert(offsetof(UablLedgeAssistTaskScratchPad, DeltaRootPos) == 0x000044, "Member 'UablLedgeAssistTaskScratchPad::DeltaRootPos' has a wrong offset!"); \ static_assert(offsetof(UablLedgeAssistTaskScratchPad, DeltaAdded) == 0x000050, "Member 'UablLedgeAssistTaskScratchPad::DeltaAdded' has a wrong offset!"); \ static_assert(offsetof(UablLedgeAssistTaskScratchPad, DeltaRotation) == 0x00005C, "Member 'UablLedgeAssistTaskScratchPad::DeltaRotation' has a wrong offset!"); \ static_assert(offsetof(UablLedgeAssistTaskScratchPad, RotationAdded) == 0x000068, "Member 'UablLedgeAssistTaskScratchPad::RotationAdded' has a wrong offset!"); \ static_assert(offsetof(UablLedgeAssistTaskScratchPad, ElapsedTime) == 0x000074, "Member 'UablLedgeAssistTaskScratchPad::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(UablLedgeAssistTaskScratchPad, AblitityLength) == 0x000078, "Member 'UablLedgeAssistTaskScratchPad::AblitityLength' has a wrong offset!"); \ static_assert(offsetof(UablLedgeAssistTaskScratchPad, StartingRotation) == 0x00007C, "Member 'UablLedgeAssistTaskScratchPad::StartingRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchMovementPredictedEvent_New \ static_assert(alignof(UAblBranchMovementPredictedEvent_New) == 0x000008, "Wrong alignment on UAblBranchMovementPredictedEvent_New"); \ static_assert(sizeof(UAblBranchMovementPredictedEvent_New) == 0x000038, "Wrong size on UAblBranchMovementPredictedEvent_New"); \ static_assert(offsetof(UAblBranchMovementPredictedEvent_New, EventName) == 0x000028, "Member 'UAblBranchMovementPredictedEvent_New::EventName' has a wrong offset!"); \ static_assert(offsetof(UAblBranchMovementPredictedEvent_New, TimeThreshold) == 0x000030, "Member 'UAblBranchMovementPredictedEvent_New::TimeThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingManager_AreOwnedIngredientsEnough \ static_assert(alignof(BrewingManager_AreOwnedIngredientsEnough) == 0x000008, "Wrong alignment on BrewingManager_AreOwnedIngredientsEnough"); \ static_assert(sizeof(BrewingManager_AreOwnedIngredientsEnough) == 0x000048, "Wrong size on BrewingManager_AreOwnedIngredientsEnough"); \ static_assert(offsetof(BrewingManager_AreOwnedIngredientsEnough, BrewingRecipe) == 0x000000, "Member 'BrewingManager_AreOwnedIngredientsEnough::BrewingRecipe' has a wrong offset!"); \ static_assert(offsetof(BrewingManager_AreOwnedIngredientsEnough, ReturnValue) == 0x000040, "Member 'BrewingManager_AreOwnedIngredientsEnough::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingManager_BP_Get \ static_assert(alignof(BrewingManager_BP_Get) == 0x000008, "Wrong alignment on BrewingManager_BP_Get"); \ static_assert(sizeof(BrewingManager_BP_Get) == 0x000008, "Wrong size on BrewingManager_BP_Get"); \ static_assert(offsetof(BrewingManager_BP_Get, ReturnValue) == 0x000000, "Member 'BrewingManager_BP_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingManager_GetAllPotionIngredients \ static_assert(alignof(BrewingManager_GetAllPotionIngredients) == 0x000004, "Wrong alignment on BrewingManager_GetAllPotionIngredients"); \ static_assert(sizeof(BrewingManager_GetAllPotionIngredients) == 0x000004, "Wrong size on BrewingManager_GetAllPotionIngredients"); \ static_assert(offsetof(BrewingManager_GetAllPotionIngredients, AmountToGrant) == 0x000000, "Member 'BrewingManager_GetAllPotionIngredients::AmountToGrant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingManager_GetAllPotions \ static_assert(alignof(BrewingManager_GetAllPotions) == 0x000004, "Wrong alignment on BrewingManager_GetAllPotions"); \ static_assert(sizeof(BrewingManager_GetAllPotions) == 0x000004, "Wrong size on BrewingManager_GetAllPotions"); \ static_assert(offsetof(BrewingManager_GetAllPotions, AmountToGrant) == 0x000000, "Member 'BrewingManager_GetAllPotions::AmountToGrant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingManager_GetBrewingRecipes \ static_assert(alignof(BrewingManager_GetBrewingRecipes) == 0x000008, "Wrong alignment on BrewingManager_GetBrewingRecipes"); \ static_assert(sizeof(BrewingManager_GetBrewingRecipes) == 0x000020, "Wrong size on BrewingManager_GetBrewingRecipes"); \ static_assert(offsetof(BrewingManager_GetBrewingRecipes, AvailableRecipes) == 0x000000, "Member 'BrewingManager_GetBrewingRecipes::AvailableRecipes' has a wrong offset!"); \ static_assert(offsetof(BrewingManager_GetBrewingRecipes, LockedRecipes) == 0x000010, "Member 'BrewingManager_GetBrewingRecipes::LockedRecipes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingManager_GetBrewingUICategories \ static_assert(alignof(BrewingManager_GetBrewingUICategories) == 0x000008, "Wrong alignment on BrewingManager_GetBrewingUICategories"); \ static_assert(sizeof(BrewingManager_GetBrewingUICategories) == 0x000010, "Wrong size on BrewingManager_GetBrewingUICategories"); \ static_assert(offsetof(BrewingManager_GetBrewingUICategories, ReturnValue) == 0x000000, "Member 'BrewingManager_GetBrewingUICategories::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingManager_GetBrewTimeMultiplier \ static_assert(alignof(BrewingManager_GetBrewTimeMultiplier) == 0x000004, "Wrong alignment on BrewingManager_GetBrewTimeMultiplier"); \ static_assert(sizeof(BrewingManager_GetBrewTimeMultiplier) == 0x000004, "Wrong size on BrewingManager_GetBrewTimeMultiplier"); \ static_assert(offsetof(BrewingManager_GetBrewTimeMultiplier, ReturnValue) == 0x000000, "Member 'BrewingManager_GetBrewTimeMultiplier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBrewingManager \ static_assert(alignof(UBrewingManager) == 0x000008, "Wrong alignment on UBrewingManager"); \ static_assert(sizeof(UBrewingManager) == 0x000180, "Wrong size on UBrewingManager"); \ static_assert(offsetof(UBrewingManager, BrewTimeMultiplier) == 0x000090, "Member 'UBrewingManager::BrewTimeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UBrewingManager, ActiveBrewingSiteStates) == 0x000130, "Member 'UBrewingManager::ActiveBrewingSiteStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionNPCAttackingPlayer \ static_assert(alignof(UAblBranchConditionNPCAttackingPlayer) == 0x000008, "Wrong alignment on UAblBranchConditionNPCAttackingPlayer"); \ static_assert(sizeof(UAblBranchConditionNPCAttackingPlayer) == 0x000030, "Wrong size on UAblBranchConditionNPCAttackingPlayer"); \ #define DUMPER7_ASSERTS_UAblBranchConditionPhase \ static_assert(alignof(UAblBranchConditionPhase) == 0x000008, "Wrong alignment on UAblBranchConditionPhase"); \ static_assert(sizeof(UAblBranchConditionPhase) == 0x000040, "Wrong size on UAblBranchConditionPhase"); \ static_assert(offsetof(UAblBranchConditionPhase, PhaseRanges) == 0x000030, "Member 'UAblBranchConditionPhase::PhaseRanges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ablNiagaraPlayEffectTask_DestroyNiagraEffects \ static_assert(alignof(ablNiagaraPlayEffectTask_DestroyNiagraEffects) == 0x000008, "Wrong alignment on ablNiagaraPlayEffectTask_DestroyNiagraEffects"); \ static_assert(sizeof(ablNiagaraPlayEffectTask_DestroyNiagraEffects) == 0x000008, "Wrong size on ablNiagaraPlayEffectTask_DestroyNiagraEffects"); \ static_assert(offsetof(ablNiagaraPlayEffectTask_DestroyNiagraEffects, InNiagaraComponent) == 0x000000, "Member 'ablNiagaraPlayEffectTask_DestroyNiagraEffects::InNiagaraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablNiagaraPlayEffectTask \ static_assert(alignof(UablNiagaraPlayEffectTask) == 0x000008, "Wrong alignment on UablNiagaraPlayEffectTask"); \ static_assert(sizeof(UablNiagaraPlayEffectTask) == 0x0000B0, "Wrong size on UablNiagaraPlayEffectTask"); \ static_assert(offsetof(UablNiagaraPlayEffectTask, NiagaraVFX) == 0x000070, "Member 'UablNiagaraPlayEffectTask::NiagaraVFX' has a wrong offset!"); \ static_assert(offsetof(UablNiagaraPlayEffectTask, bAttachToWand) == 0x000078, "Member 'UablNiagaraPlayEffectTask::bAttachToWand' has a wrong offset!"); \ static_assert(offsetof(UablNiagaraPlayEffectTask, bAttachToSocket) == 0x000079, "Member 'UablNiagaraPlayEffectTask::bAttachToSocket' has a wrong offset!"); \ static_assert(offsetof(UablNiagaraPlayEffectTask, BlackboardKeyName) == 0x00007C, "Member 'UablNiagaraPlayEffectTask::BlackboardKeyName' has a wrong offset!"); \ static_assert(offsetof(UablNiagaraPlayEffectTask, bDestroyAtTaskEnd) == 0x000084, "Member 'UablNiagaraPlayEffectTask::bDestroyAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UablNiagaraPlayEffectTask, DestroyComponentDelay) == 0x000088, "Member 'UablNiagaraPlayEffectTask::DestroyComponentDelay' has a wrong offset!"); \ static_assert(offsetof(UablNiagaraPlayEffectTask, m_Socket) == 0x00008C, "Member 'UablNiagaraPlayEffectTask::m_Socket' has a wrong offset!"); \ static_assert(offsetof(UablNiagaraPlayEffectTask, bUseSpawnRateMultiply) == 0x000094, "Member 'UablNiagaraPlayEffectTask::bUseSpawnRateMultiply' has a wrong offset!"); \ static_assert(offsetof(UablNiagaraPlayEffectTask, SpawnRateMultiply) == 0x000098, "Member 'UablNiagaraPlayEffectTask::SpawnRateMultiply' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAvaShellVolumeSet \ static_assert(alignof(AAvaShellVolumeSet) == 0x000008, "Wrong alignment on AAvaShellVolumeSet"); \ static_assert(sizeof(AAvaShellVolumeSet) == 0x0002A8, "Wrong size on AAvaShellVolumeSet"); \ static_assert(offsetof(AAvaShellVolumeSet, LevelToStream) == 0x000268, "Member 'AAvaShellVolumeSet::LevelToStream' has a wrong offset!"); \ static_assert(offsetof(AAvaShellVolumeSet, LevelPlacementActor) == 0x000290, "Member 'AAvaShellVolumeSet::LevelPlacementActor' has a wrong offset!"); \ static_assert(offsetof(AAvaShellVolumeSet, VolumeToIntersectAgainsStreamingVolumes) == 0x000298, "Member 'AAvaShellVolumeSet::VolumeToIntersectAgainsStreamingVolumes' has a wrong offset!"); \ static_assert(offsetof(AAvaShellVolumeSet, LoadedLevel) == 0x0002A0, "Member 'AAvaShellVolumeSet::LoadedLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTaskCondition_ReactionData \ static_assert(alignof(UAblTaskCondition_ReactionData) == 0x000008, "Wrong alignment on UAblTaskCondition_ReactionData"); \ static_assert(sizeof(UAblTaskCondition_ReactionData) == 0x000078, "Wrong size on UAblTaskCondition_ReactionData"); \ static_assert(offsetof(UAblTaskCondition_ReactionData, bCompareImpactDirectionWithActorForward) == 0x000028, "Member 'UAblTaskCondition_ReactionData::bCompareImpactDirectionWithActorForward' has a wrong offset!"); \ static_assert(offsetof(UAblTaskCondition_ReactionData, ImpactDotForwardMin) == 0x00002C, "Member 'UAblTaskCondition_ReactionData::ImpactDotForwardMin' has a wrong offset!"); \ static_assert(offsetof(UAblTaskCondition_ReactionData, ImpactDotForwardMax) == 0x000030, "Member 'UAblTaskCondition_ReactionData::ImpactDotForwardMax' has a wrong offset!"); \ static_assert(offsetof(UAblTaskCondition_ReactionData, RequiredMunitionTags) == 0x000038, "Member 'UAblTaskCondition_ReactionData::RequiredMunitionTags' has a wrong offset!"); \ static_assert(offsetof(UAblTaskCondition_ReactionData, UnallowedMunitionTags) == 0x000058, "Member 'UAblTaskCondition_ReactionData::UnallowedMunitionTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchProbability \ static_assert(alignof(UAblBranchProbability) == 0x000008, "Wrong alignment on UAblBranchProbability"); \ static_assert(sizeof(UAblBranchProbability) == 0x000038, "Wrong size on UAblBranchProbability"); \ static_assert(offsetof(UAblBranchProbability, Probability) == 0x000030, "Member 'UAblBranchProbability::Probability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_ConsoleRenderingVar \ static_assert(alignof(USceneActionState_ConsoleRenderingVar) == 0x000008, "Wrong alignment on USceneActionState_ConsoleRenderingVar"); \ static_assert(sizeof(USceneActionState_ConsoleRenderingVar) == 0x000080, "Wrong size on USceneActionState_ConsoleRenderingVar"); \ static_assert(offsetof(USceneActionState_ConsoleRenderingVar, Variable) == 0x000050, "Member 'USceneActionState_ConsoleRenderingVar::Variable' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_ConsoleRenderingVar, Value) == 0x000060, "Member 'USceneActionState_ConsoleRenderingVar::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_RenderDocCaptureFrames \ static_assert(alignof(USceneActionState_RenderDocCaptureFrames) == 0x000008, "Wrong alignment on USceneActionState_RenderDocCaptureFrames"); \ static_assert(sizeof(USceneActionState_RenderDocCaptureFrames) == 0x000080, "Wrong size on USceneActionState_RenderDocCaptureFrames"); \ #define DUMPER7_ASSERTS_ULocationManager \ static_assert(alignof(ULocationManager) == 0x000008, "Wrong alignment on ULocationManager"); \ static_assert(sizeof(ULocationManager) == 0x0000C0, "Wrong size on ULocationManager"); \ #define DUMPER7_ASSERTS_USceneActionState_DialogueLine \ static_assert(alignof(USceneActionState_DialogueLine) == 0x000008, "Wrong alignment on USceneActionState_DialogueLine"); \ static_assert(sizeof(USceneActionState_DialogueLine) == 0x000090, "Wrong size on USceneActionState_DialogueLine"); \ static_assert(offsetof(USceneActionState_DialogueLine, Line) == 0x000078, "Member 'USceneActionState_DialogueLine::Line' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_DialogueLine, AudioHandle) == 0x000088, "Member 'USceneActionState_DialogueLine::AudioHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URagdollDrivenAnimationChangeBranchTaskScratchPad \ static_assert(alignof(URagdollDrivenAnimationChangeBranchTaskScratchPad) == 0x000008, "Wrong alignment on URagdollDrivenAnimationChangeBranchTaskScratchPad"); \ static_assert(sizeof(URagdollDrivenAnimationChangeBranchTaskScratchPad) == 0x000058, "Wrong size on URagdollDrivenAnimationChangeBranchTaskScratchPad"); \ #define DUMPER7_ASSERTS_UDuelTechnique_NoHealthItem \ static_assert(alignof(UDuelTechnique_NoHealthItem) == 0x000008, "Wrong alignment on UDuelTechnique_NoHealthItem"); \ static_assert(sizeof(UDuelTechnique_NoHealthItem) == 0x000068, "Wrong size on UDuelTechnique_NoHealthItem"); \ #define DUMPER7_ASSERTS_URagdollDrivenAnimationChangeBranchTask \ static_assert(alignof(URagdollDrivenAnimationChangeBranchTask) == 0x000008, "Wrong alignment on URagdollDrivenAnimationChangeBranchTask"); \ static_assert(sizeof(URagdollDrivenAnimationChangeBranchTask) == 0x000118, "Wrong size on URagdollDrivenAnimationChangeBranchTask"); \ #define DUMPER7_ASSERTS_UAblEnemyHiddenTeleportAttackTask \ static_assert(alignof(UAblEnemyHiddenTeleportAttackTask) == 0x000008, "Wrong alignment on UAblEnemyHiddenTeleportAttackTask"); \ static_assert(sizeof(UAblEnemyHiddenTeleportAttackTask) == 0x0000A8, "Wrong size on UAblEnemyHiddenTeleportAttackTask"); \ static_assert(offsetof(UAblEnemyHiddenTeleportAttackTask, Step) == 0x000070, "Member 'UAblEnemyHiddenTeleportAttackTask::Step' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyHiddenTeleportAttackTask, TargetLocationVfxBaseTags) == 0x000078, "Member 'UAblEnemyHiddenTeleportAttackTask::TargetLocationVfxBaseTags' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyHiddenTeleportAttackTask, TargetLocationVfxTagChoosers) == 0x000098, "Member 'UAblEnemyHiddenTeleportAttackTask::TargetLocationVfxTagChoosers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionRagdollDrivenAnimationChange \ static_assert(alignof(UAblBranchConditionRagdollDrivenAnimationChange) == 0x000008, "Wrong alignment on UAblBranchConditionRagdollDrivenAnimationChange"); \ static_assert(sizeof(UAblBranchConditionRagdollDrivenAnimationChange) == 0x000030, "Wrong size on UAblBranchConditionRagdollDrivenAnimationChange"); \ #define DUMPER7_ASSERTS_UAblNPC_DilateTaskScratchPad \ static_assert(alignof(UAblNPC_DilateTaskScratchPad) == 0x000008, "Wrong alignment on UAblNPC_DilateTaskScratchPad"); \ static_assert(sizeof(UAblNPC_DilateTaskScratchPad) == 0x000030, "Wrong size on UAblNPC_DilateTaskScratchPad"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_KeepFlying \ static_assert(alignof(UBTTask_Creature_KeepFlying) == 0x000008, "Wrong alignment on UBTTask_Creature_KeepFlying"); \ static_assert(sizeof(UBTTask_Creature_KeepFlying) == 0x000098, "Wrong size on UBTTask_Creature_KeepFlying"); \ #define DUMPER7_ASSERTS_UAblReactionsCapsuleScalingScratchpad \ static_assert(alignof(UAblReactionsCapsuleScalingScratchpad) == 0x000008, "Wrong alignment on UAblReactionsCapsuleScalingScratchpad"); \ static_assert(sizeof(UAblReactionsCapsuleScalingScratchpad) == 0x000088, "Wrong size on UAblReactionsCapsuleScalingScratchpad"); \ #define DUMPER7_ASSERTS_UAblBranchConditionRagdollBehaviorFound \ static_assert(alignof(UAblBranchConditionRagdollBehaviorFound) == 0x000008, "Wrong alignment on UAblBranchConditionRagdollBehaviorFound"); \ static_assert(sizeof(UAblBranchConditionRagdollBehaviorFound) == 0x000030, "Wrong size on UAblBranchConditionRagdollBehaviorFound"); \ #define DUMPER7_ASSERTS_UStoryNode_DialogueSequence \ static_assert(alignof(UStoryNode_DialogueSequence) == 0x000008, "Wrong alignment on UStoryNode_DialogueSequence"); \ static_assert(sizeof(UStoryNode_DialogueSequence) == 0x0000F0, "Wrong size on UStoryNode_DialogueSequence"); \ static_assert(offsetof(UStoryNode_DialogueSequence, DialogueSequence) == 0x0000D0, "Member 'UStoryNode_DialogueSequence::DialogueSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionRightArmState \ static_assert(alignof(UAblBranchConditionRightArmState) == 0x000008, "Wrong alignment on UAblBranchConditionRightArmState"); \ static_assert(sizeof(UAblBranchConditionRightArmState) == 0x000048, "Wrong size on UAblBranchConditionRightArmState"); \ static_assert(offsetof(UAblBranchConditionRightArmState, RightArmStates) == 0x000030, "Member 'UAblBranchConditionRightArmState::RightArmStates' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionRightArmState, RightArmPriority) == 0x000040, "Member 'UAblBranchConditionRightArmState::RightArmPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_FindLandingConfiguration \ static_assert(alignof(UBTTask_Creature_FindLandingConfiguration) == 0x000008, "Wrong alignment on UBTTask_Creature_FindLandingConfiguration"); \ static_assert(sizeof(UBTTask_Creature_FindLandingConfiguration) == 0x0015D8, "Wrong size on UBTTask_Creature_FindLandingConfiguration"); \ static_assert(offsetof(UBTTask_Creature_FindLandingConfiguration, bUseCurrentPerch) == 0x000070, "Member 'UBTTask_Creature_FindLandingConfiguration::bUseCurrentPerch' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindLandingConfiguration, TargetLocationKey) == 0x000078, "Member 'UBTTask_Creature_FindLandingConfiguration::TargetLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindLandingConfiguration, LandASAPKey) == 0x0000A0, "Member 'UBTTask_Creature_FindLandingConfiguration::LandASAPKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindLandingConfiguration, LandingLocationKey) == 0x0000C8, "Member 'UBTTask_Creature_FindLandingConfiguration::LandingLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindLandingConfiguration, ApproachLocationKey) == 0x0000F0, "Member 'UBTTask_Creature_FindLandingConfiguration::ApproachLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindLandingConfiguration, LandingDirectionKey) == 0x000118, "Member 'UBTTask_Creature_FindLandingConfiguration::LandingDirectionKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindLandingConfiguration, LandingTypeKey) == 0x000140, "Member 'UBTTask_Creature_FindLandingConfiguration::LandingTypeKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindLandingConfiguration, IsPerchedKey) == 0x000168, "Member 'UBTTask_Creature_FindLandingConfiguration::IsPerchedKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVegetationInteractionComponent \ static_assert(alignof(UVegetationInteractionComponent) == 0x000008, "Wrong alignment on UVegetationInteractionComponent"); \ static_assert(sizeof(UVegetationInteractionComponent) == 0x0000D8, "Wrong size on UVegetationInteractionComponent"); \ static_assert(offsetof(UVegetationInteractionComponent, bSuspend) == 0x0000D0, "Member 'UVegetationInteractionComponent::bSuspend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVegetationInteractionComponentBiped \ static_assert(alignof(UVegetationInteractionComponentBiped) == 0x000008, "Wrong alignment on UVegetationInteractionComponentBiped"); \ static_assert(sizeof(UVegetationInteractionComponentBiped) == 0x000148, "Wrong size on UVegetationInteractionComponentBiped"); \ static_assert(offsetof(UVegetationInteractionComponentBiped, Priority) == 0x0000D8, "Member 'UVegetationInteractionComponentBiped::Priority' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentBiped, InnerRadiusFactor) == 0x0000DC, "Member 'UVegetationInteractionComponentBiped::InnerRadiusFactor' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentBiped, OuterRadiusFactor) == 0x0000E0, "Member 'UVegetationInteractionComponentBiped::OuterRadiusFactor' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentBiped, ForceScalingMultiplierMin) == 0x0000E4, "Member 'UVegetationInteractionComponentBiped::ForceScalingMultiplierMin' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentBiped, ForceScalingMultiplierMax) == 0x0000E8, "Member 'UVegetationInteractionComponentBiped::ForceScalingMultiplierMax' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentBiped, MaxAngleMultiplierMin) == 0x0000EC, "Member 'UVegetationInteractionComponentBiped::MaxAngleMultiplierMin' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentBiped, MaxAngleMultiplierMax) == 0x0000F0, "Member 'UVegetationInteractionComponentBiped::MaxAngleMultiplierMax' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentBiped, MaxVelocityMS) == 0x0000F4, "Member 'UVegetationInteractionComponentBiped::MaxVelocityMS' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentBiped, RotationalVelocityDegreesSec) == 0x0000F8, "Member 'UVegetationInteractionComponentBiped::RotationalVelocityDegreesSec' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentBiped, FirstOrderDamping) == 0x0000FC, "Member 'UVegetationInteractionComponentBiped::FirstOrderDamping' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentBiped, SecondOrderDamping) == 0x000100, "Member 'UVegetationInteractionComponentBiped::SecondOrderDamping' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentBiped, SecondOrderNaturalFrequency) == 0x000104, "Member 'UVegetationInteractionComponentBiped::SecondOrderNaturalFrequency' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentBiped, bSecondOrder) == 0x000108, "Member 'UVegetationInteractionComponentBiped::bSecondOrder' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentBiped, VelocityTracker) == 0x00010C, "Member 'UVegetationInteractionComponentBiped::VelocityTracker' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentBiped, SpringMass) == 0x00013C, "Member 'UVegetationInteractionComponentBiped::SpringMass' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentBiped, SpringMassVelocity) == 0x000140, "Member 'UVegetationInteractionComponentBiped::SpringMassVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVegetationInteractionComponentPlayer \ static_assert(alignof(UVegetationInteractionComponentPlayer) == 0x000008, "Wrong alignment on UVegetationInteractionComponentPlayer"); \ static_assert(sizeof(UVegetationInteractionComponentPlayer) == 0x000158, "Wrong size on UVegetationInteractionComponentPlayer"); \ static_assert(offsetof(UVegetationInteractionComponentPlayer, CameraFadeSetup) == 0x000148, "Member 'UVegetationInteractionComponentPlayer::CameraFadeSetup' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentPlayer, CameraFadeStrengthBlendDomain) == 0x000150, "Member 'UVegetationInteractionComponentPlayer::CameraFadeStrengthBlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAssetStreamingVolumeSet_GetAssetOwner \ static_assert(alignof(AvaAssetStreamingVolumeSet_GetAssetOwner) == 0x000008, "Wrong alignment on AvaAssetStreamingVolumeSet_GetAssetOwner"); \ static_assert(sizeof(AvaAssetStreamingVolumeSet_GetAssetOwner) == 0x000008, "Wrong size on AvaAssetStreamingVolumeSet_GetAssetOwner"); \ static_assert(offsetof(AvaAssetStreamingVolumeSet_GetAssetOwner, ReturnValue) == 0x000000, "Member 'AvaAssetStreamingVolumeSet_GetAssetOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAssetStreamingVolumeSet_GetAssetsToStream \ static_assert(alignof(AvaAssetStreamingVolumeSet_GetAssetsToStream) == 0x000008, "Wrong alignment on AvaAssetStreamingVolumeSet_GetAssetsToStream"); \ static_assert(sizeof(AvaAssetStreamingVolumeSet_GetAssetsToStream) == 0x000010, "Wrong size on AvaAssetStreamingVolumeSet_GetAssetsToStream"); \ static_assert(offsetof(AvaAssetStreamingVolumeSet_GetAssetsToStream, ReturnValue) == 0x000000, "Member 'AvaAssetStreamingVolumeSet_GetAssetsToStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAssetStreamingVolumeSet_GetAssetTransforms \ static_assert(alignof(AvaAssetStreamingVolumeSet_GetAssetTransforms) == 0x000008, "Wrong alignment on AvaAssetStreamingVolumeSet_GetAssetTransforms"); \ static_assert(sizeof(AvaAssetStreamingVolumeSet_GetAssetTransforms) == 0x000010, "Wrong size on AvaAssetStreamingVolumeSet_GetAssetTransforms"); \ static_assert(offsetof(AvaAssetStreamingVolumeSet_GetAssetTransforms, ReturnValue) == 0x000000, "Member 'AvaAssetStreamingVolumeSet_GetAssetTransforms::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAssetStreamingVolumeSet_SetAssetOwner \ static_assert(alignof(AvaAssetStreamingVolumeSet_SetAssetOwner) == 0x000008, "Wrong alignment on AvaAssetStreamingVolumeSet_SetAssetOwner"); \ static_assert(sizeof(AvaAssetStreamingVolumeSet_SetAssetOwner) == 0x000008, "Wrong size on AvaAssetStreamingVolumeSet_SetAssetOwner"); \ static_assert(offsetof(AvaAssetStreamingVolumeSet_SetAssetOwner, NewOwner) == 0x000000, "Member 'AvaAssetStreamingVolumeSet_SetAssetOwner::NewOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAvaAssetStreamingVolumeSet \ static_assert(alignof(AAvaAssetStreamingVolumeSet) == 0x000008, "Wrong alignment on AAvaAssetStreamingVolumeSet"); \ static_assert(sizeof(AAvaAssetStreamingVolumeSet) == 0x0002A0, "Wrong size on AAvaAssetStreamingVolumeSet"); \ static_assert(offsetof(AAvaAssetStreamingVolumeSet, AssetsToStream) == 0x000268, "Member 'AAvaAssetStreamingVolumeSet::AssetsToStream' has a wrong offset!"); \ static_assert(offsetof(AAvaAssetStreamingVolumeSet, AssetOwner) == 0x000298, "Member 'AAvaAssetStreamingVolumeSet::AssetOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionSpeed \ static_assert(alignof(UAblBranchConditionSpeed) == 0x000008, "Wrong alignment on UAblBranchConditionSpeed"); \ static_assert(sizeof(UAblBranchConditionSpeed) == 0x000040, "Wrong size on UAblBranchConditionSpeed"); \ static_assert(offsetof(UAblBranchConditionSpeed, SpeedType) == 0x000030, "Member 'UAblBranchConditionSpeed::SpeedType' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionSpeed, SpeedRange) == 0x000034, "Member 'UAblBranchConditionSpeed::SpeedRange' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionSpeed, Inclusivity) == 0x00003C, "Member 'UAblBranchConditionSpeed::Inclusivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_DialogueEvent \ static_assert(alignof(USceneActionState_DialogueEvent) == 0x000008, "Wrong alignment on USceneActionState_DialogueEvent"); \ static_assert(sizeof(USceneActionState_DialogueEvent) == 0x000090, "Wrong size on USceneActionState_DialogueEvent"); \ static_assert(offsetof(USceneActionState_DialogueEvent, Event) == 0x000078, "Member 'USceneActionState_DialogueEvent::Event' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_DialogueEvent, AudioHandle) == 0x000088, "Member 'USceneActionState_DialogueEvent::AudioHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionStairsAndSlopes \ static_assert(alignof(UAblBranchConditionStairsAndSlopes) == 0x000008, "Wrong alignment on UAblBranchConditionStairsAndSlopes"); \ static_assert(sizeof(UAblBranchConditionStairsAndSlopes) == 0x000030, "Wrong size on UAblBranchConditionStairsAndSlopes"); \ #define DUMPER7_ASSERTS_UAblNPC_ParryAdvanceTask \ static_assert(alignof(UAblNPC_ParryAdvanceTask) == 0x000008, "Wrong alignment on UAblNPC_ParryAdvanceTask"); \ static_assert(sizeof(UAblNPC_ParryAdvanceTask) == 0x000090, "Wrong size on UAblNPC_ParryAdvanceTask"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, Type) == 0x000070, "Member 'UAblNPC_ParryAdvanceTask::Type' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, bKeepWindowOpen) == 0x000071, "Member 'UAblNPC_ParryAdvanceTask::bKeepWindowOpen' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, bTriggerFiredEvent) == 0x000072, "Member 'UAblNPC_ParryAdvanceTask::bTriggerFiredEvent' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, FiredEventType) == 0x000073, "Member 'UAblNPC_ParryAdvanceTask::FiredEventType' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, bOverrideDBParryLeadIn) == 0x000074, "Member 'UAblNPC_ParryAdvanceTask::bOverrideDBParryLeadIn' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, ParryLeadIn) == 0x000078, "Member 'UAblNPC_ParryAdvanceTask::ParryLeadIn' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, bOverrideDBParryToRelease) == 0x00007C, "Member 'UAblNPC_ParryAdvanceTask::bOverrideDBParryToRelease' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, ParryToRelease) == 0x000080, "Member 'UAblNPC_ParryAdvanceTask::ParryToRelease' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, bOverrideDBCounterType) == 0x000084, "Member 'UAblNPC_ParryAdvanceTask::bOverrideDBCounterType' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, OverrideCounterType) == 0x000085, "Member 'UAblNPC_ParryAdvanceTask::OverrideCounterType' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, bOverrideDBResponseType) == 0x000086, "Member 'UAblNPC_ParryAdvanceTask::bOverrideDBResponseType' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, OverrideResponseType) == 0x000087, "Member 'UAblNPC_ParryAdvanceTask::OverrideResponseType' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, bOverrideDBCounterStepDirection) == 0x000088, "Member 'UAblNPC_ParryAdvanceTask::bOverrideDBCounterStepDirection' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, OverrideCounterStepDirection) == 0x000089, "Member 'UAblNPC_ParryAdvanceTask::OverrideCounterStepDirection' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, bOverrideDBCounterStyle) == 0x00008A, "Member 'UAblNPC_ParryAdvanceTask::bOverrideDBCounterStyle' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, OverrideCounterStyle) == 0x00008B, "Member 'UAblNPC_ParryAdvanceTask::OverrideCounterStyle' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, bOverrideDBDodgeStyle) == 0x00008C, "Member 'UAblNPC_ParryAdvanceTask::bOverrideDBDodgeStyle' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryAdvanceTask, OverrideDodgeStyle) == 0x00008D, "Member 'UAblNPC_ParryAdvanceTask::OverrideDodgeStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblReactionSpecialEffectTask \ static_assert(alignof(UAblReactionSpecialEffectTask) == 0x000008, "Wrong alignment on UAblReactionSpecialEffectTask"); \ static_assert(sizeof(UAblReactionSpecialEffectTask) == 0x000080, "Wrong size on UAblReactionSpecialEffectTask"); \ static_assert(offsetof(UAblReactionSpecialEffectTask, SpecialEffectTag) == 0x000070, "Member 'UAblReactionSpecialEffectTask::SpecialEffectTag' has a wrong offset!"); \ static_assert(offsetof(UAblReactionSpecialEffectTask, Duration) == 0x000078, "Member 'UAblReactionSpecialEffectTask::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionStairsAndSlopesDirection \ static_assert(alignof(UAblBranchConditionStairsAndSlopesDirection) == 0x000008, "Wrong alignment on UAblBranchConditionStairsAndSlopesDirection"); \ static_assert(sizeof(UAblBranchConditionStairsAndSlopesDirection) == 0x000038, "Wrong size on UAblBranchConditionStairsAndSlopesDirection"); \ static_assert(offsetof(UAblBranchConditionStairsAndSlopesDirection, StairsDirection) == 0x000030, "Member 'UAblBranchConditionStairsAndSlopesDirection::StairsDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNewCamTask \ static_assert(alignof(UAblNewCamTask) == 0x000008, "Wrong alignment on UAblNewCamTask"); \ static_assert(sizeof(UAblNewCamTask) == 0x0000A8, "Wrong size on UAblNewCamTask"); \ static_assert(offsetof(UAblNewCamTask, camProperties) == 0x000070, "Member 'UAblNewCamTask::camProperties' has a wrong offset!"); \ static_assert(offsetof(UAblNewCamTask, customCameraWeight) == 0x000080, "Member 'UAblNewCamTask::customCameraWeight' has a wrong offset!"); \ static_assert(offsetof(UAblNewCamTask, LookAtTarget) == 0x000084, "Member 'UAblNewCamTask::LookAtTarget' has a wrong offset!"); \ static_assert(offsetof(UAblNewCamTask, alwaysLookAtTarget) == 0x000085, "Member 'UAblNewCamTask::alwaysLookAtTarget' has a wrong offset!"); \ static_assert(offsetof(UAblNewCamTask, SequentiallyPlayAllCameras) == 0x000086, "Member 'UAblNewCamTask::SequentiallyPlayAllCameras' has a wrong offset!"); \ static_assert(offsetof(UAblNewCamTask, Disable) == 0x000087, "Member 'UAblNewCamTask::Disable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionStairsAndSlopesOrientation \ static_assert(alignof(UAblBranchConditionStairsAndSlopesOrientation) == 0x000008, "Wrong alignment on UAblBranchConditionStairsAndSlopesOrientation"); \ static_assert(sizeof(UAblBranchConditionStairsAndSlopesOrientation) == 0x000038, "Wrong size on UAblBranchConditionStairsAndSlopesOrientation"); \ static_assert(offsetof(UAblBranchConditionStairsAndSlopesOrientation, MinAngle) == 0x000030, "Member 'UAblBranchConditionStairsAndSlopesOrientation::MinAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDElementGroup_GetShouldBeHidden \ static_assert(alignof(HUDElementGroup_GetShouldBeHidden) == 0x000001, "Wrong alignment on HUDElementGroup_GetShouldBeHidden"); \ static_assert(sizeof(HUDElementGroup_GetShouldBeHidden) == 0x000001, "Wrong size on HUDElementGroup_GetShouldBeHidden"); \ static_assert(offsetof(HUDElementGroup_GetShouldBeHidden, ReturnValue) == 0x000000, "Member 'HUDElementGroup_GetShouldBeHidden::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDElementGroup_HideHUDElement \ static_assert(alignof(HUDElementGroup_HideHUDElement) == 0x000008, "Wrong alignment on HUDElementGroup_HideHUDElement"); \ static_assert(sizeof(HUDElementGroup_HideHUDElement) == 0x000008, "Wrong size on HUDElementGroup_HideHUDElement"); \ static_assert(offsetof(HUDElementGroup_HideHUDElement, Provider) == 0x000000, "Member 'HUDElementGroup_HideHUDElement::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDElementGroup_ShowHUDElement \ static_assert(alignof(HUDElementGroup_ShowHUDElement) == 0x000008, "Wrong alignment on HUDElementGroup_ShowHUDElement"); \ static_assert(sizeof(HUDElementGroup_ShowHUDElement) == 0x000008, "Wrong size on HUDElementGroup_ShowHUDElement"); \ static_assert(offsetof(HUDElementGroup_ShowHUDElement, Provider) == 0x000000, "Member 'HUDElementGroup_ShowHUDElement::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHUDElementGroup \ static_assert(alignof(UHUDElementGroup) == 0x000008, "Wrong alignment on UHUDElementGroup"); \ static_assert(sizeof(UHUDElementGroup) == 0x0002E8, "Wrong size on UHUDElementGroup"); \ static_assert(offsetof(UHUDElementGroup, MyGroup) == 0x000268, "Member 'UHUDElementGroup::MyGroup' has a wrong offset!"); \ static_assert(offsetof(UHUDElementGroup, DesiredHiddenState) == 0x000269, "Member 'UHUDElementGroup::DesiredHiddenState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DuelTechniquesHUDBase_OnDuelTechniqueProgressCompletedByID \ static_assert(alignof(DuelTechniquesHUDBase_OnDuelTechniqueProgressCompletedByID) == 0x000004, "Wrong alignment on DuelTechniquesHUDBase_OnDuelTechniqueProgressCompletedByID"); \ static_assert(sizeof(DuelTechniquesHUDBase_OnDuelTechniqueProgressCompletedByID) == 0x00000C, "Wrong size on DuelTechniquesHUDBase_OnDuelTechniqueProgressCompletedByID"); \ static_assert(offsetof(DuelTechniquesHUDBase_OnDuelTechniqueProgressCompletedByID, TechniqueID) == 0x000000, "Member 'DuelTechniquesHUDBase_OnDuelTechniqueProgressCompletedByID::TechniqueID' has a wrong offset!"); \ static_assert(offsetof(DuelTechniquesHUDBase_OnDuelTechniqueProgressCompletedByID, IsNew) == 0x000008, "Member 'DuelTechniquesHUDBase_OnDuelTechniqueProgressCompletedByID::IsNew' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DuelTechniquesHUDBase_OnDuelTechniqueProgressFailedByID \ static_assert(alignof(DuelTechniquesHUDBase_OnDuelTechniqueProgressFailedByID) == 0x000004, "Wrong alignment on DuelTechniquesHUDBase_OnDuelTechniqueProgressFailedByID"); \ static_assert(sizeof(DuelTechniquesHUDBase_OnDuelTechniqueProgressFailedByID) == 0x00000C, "Wrong size on DuelTechniquesHUDBase_OnDuelTechniqueProgressFailedByID"); \ static_assert(offsetof(DuelTechniquesHUDBase_OnDuelTechniqueProgressFailedByID, TechniqueID) == 0x000000, "Member 'DuelTechniquesHUDBase_OnDuelTechniqueProgressFailedByID::TechniqueID' has a wrong offset!"); \ static_assert(offsetof(DuelTechniquesHUDBase_OnDuelTechniqueProgressFailedByID, IsNew) == 0x000008, "Member 'DuelTechniquesHUDBase_OnDuelTechniqueProgressFailedByID::IsNew' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DuelTechniquesHUDBase_OnDuelTechniquesInitialized \ static_assert(alignof(DuelTechniquesHUDBase_OnDuelTechniquesInitialized) == 0x000008, "Wrong alignment on DuelTechniquesHUDBase_OnDuelTechniquesInitialized"); \ static_assert(sizeof(DuelTechniquesHUDBase_OnDuelTechniquesInitialized) == 0x000010, "Wrong size on DuelTechniquesHUDBase_OnDuelTechniquesInitialized"); \ static_assert(offsetof(DuelTechniquesHUDBase_OnDuelTechniquesInitialized, TechniqueUIData) == 0x000000, "Member 'DuelTechniquesHUDBase_OnDuelTechniquesInitialized::TechniqueUIData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DuelTechniquesHUDBase_OnDuelTechniqueUpdatedByID \ static_assert(alignof(DuelTechniquesHUDBase_OnDuelTechniqueUpdatedByID) == 0x000004, "Wrong alignment on DuelTechniquesHUDBase_OnDuelTechniqueUpdatedByID"); \ static_assert(sizeof(DuelTechniquesHUDBase_OnDuelTechniqueUpdatedByID) == 0x00000C, "Wrong size on DuelTechniquesHUDBase_OnDuelTechniqueUpdatedByID"); \ static_assert(offsetof(DuelTechniquesHUDBase_OnDuelTechniqueUpdatedByID, TechniqueID) == 0x000000, "Member 'DuelTechniquesHUDBase_OnDuelTechniqueUpdatedByID::TechniqueID' has a wrong offset!"); \ static_assert(offsetof(DuelTechniquesHUDBase_OnDuelTechniqueUpdatedByID, NewValue) == 0x000008, "Member 'DuelTechniquesHUDBase_OnDuelTechniqueUpdatedByID::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DuelTechniquesHUDBase_OnTimedTechniqueUpdated \ static_assert(alignof(DuelTechniquesHUDBase_OnTimedTechniqueUpdated) == 0x000008, "Wrong alignment on DuelTechniquesHUDBase_OnTimedTechniqueUpdated"); \ static_assert(sizeof(DuelTechniquesHUDBase_OnTimedTechniqueUpdated) == 0x000020, "Wrong size on DuelTechniquesHUDBase_OnTimedTechniqueUpdated"); \ static_assert(offsetof(DuelTechniquesHUDBase_OnTimedTechniqueUpdated, TechniqueID) == 0x000000, "Member 'DuelTechniquesHUDBase_OnTimedTechniqueUpdated::TechniqueID' has a wrong offset!"); \ static_assert(offsetof(DuelTechniquesHUDBase_OnTimedTechniqueUpdated, TimeStr) == 0x000008, "Member 'DuelTechniquesHUDBase_OnTimedTechniqueUpdated::TimeStr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDuelTechniquesHUDBase \ static_assert(alignof(UDuelTechniquesHUDBase) == 0x000008, "Wrong alignment on UDuelTechniquesHUDBase"); \ static_assert(sizeof(UDuelTechniquesHUDBase) == 0x000300, "Wrong size on UDuelTechniquesHUDBase"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ActorDamaged \ static_assert(alignof(URPGTriggerEffect_ActorDamaged) == 0x000008, "Wrong alignment on URPGTriggerEffect_ActorDamaged"); \ static_assert(sizeof(URPGTriggerEffect_ActorDamaged) == 0x000058, "Wrong size on URPGTriggerEffect_ActorDamaged"); \ static_assert(offsetof(URPGTriggerEffect_ActorDamaged, OnlyOnCharacterDied) == 0x000040, "Member 'URPGTriggerEffect_ActorDamaged::OnlyOnCharacterDied' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ActorDamaged, OnEnemy) == 0x000041, "Member 'URPGTriggerEffect_ActorDamaged::OnEnemy' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ActorDamaged, Owner) == 0x000050, "Member 'URPGTriggerEffect_ActorDamaged::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionStationState \ static_assert(alignof(UAblBranchConditionStationState) == 0x000008, "Wrong alignment on UAblBranchConditionStationState"); \ static_assert(sizeof(UAblBranchConditionStationState) == 0x000038, "Wrong size on UAblBranchConditionStationState"); \ static_assert(offsetof(UAblBranchConditionStationState, StationState) == 0x000030, "Member 'UAblBranchConditionStationState::StationState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvClothCollidingWithPawns_OnBeginOverlap \ static_assert(alignof(EnvClothCollidingWithPawns_OnBeginOverlap) == 0x000008, "Wrong alignment on EnvClothCollidingWithPawns_OnBeginOverlap"); \ static_assert(sizeof(EnvClothCollidingWithPawns_OnBeginOverlap) == 0x0000A8, "Wrong size on EnvClothCollidingWithPawns_OnBeginOverlap"); \ static_assert(offsetof(EnvClothCollidingWithPawns_OnBeginOverlap, OverlappedComp) == 0x000000, "Member 'EnvClothCollidingWithPawns_OnBeginOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(EnvClothCollidingWithPawns_OnBeginOverlap, Other) == 0x000008, "Member 'EnvClothCollidingWithPawns_OnBeginOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(EnvClothCollidingWithPawns_OnBeginOverlap, OtherComp) == 0x000010, "Member 'EnvClothCollidingWithPawns_OnBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(EnvClothCollidingWithPawns_OnBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'EnvClothCollidingWithPawns_OnBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(EnvClothCollidingWithPawns_OnBeginOverlap, bFromSweep) == 0x00001C, "Member 'EnvClothCollidingWithPawns_OnBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(EnvClothCollidingWithPawns_OnBeginOverlap, OverlapInfo) == 0x000020, "Member 'EnvClothCollidingWithPawns_OnBeginOverlap::OverlapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvClothCollidingWithPawns_OnEndOverlap \ static_assert(alignof(EnvClothCollidingWithPawns_OnEndOverlap) == 0x000008, "Wrong alignment on EnvClothCollidingWithPawns_OnEndOverlap"); \ static_assert(sizeof(EnvClothCollidingWithPawns_OnEndOverlap) == 0x000020, "Wrong size on EnvClothCollidingWithPawns_OnEndOverlap"); \ static_assert(offsetof(EnvClothCollidingWithPawns_OnEndOverlap, OverlappedComp) == 0x000000, "Member 'EnvClothCollidingWithPawns_OnEndOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(EnvClothCollidingWithPawns_OnEndOverlap, Other) == 0x000008, "Member 'EnvClothCollidingWithPawns_OnEndOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(EnvClothCollidingWithPawns_OnEndOverlap, OtherComp) == 0x000010, "Member 'EnvClothCollidingWithPawns_OnEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(EnvClothCollidingWithPawns_OnEndOverlap, OtherBodyIndex) == 0x000018, "Member 'EnvClothCollidingWithPawns_OnEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvClothCollidingWithPawns \ static_assert(alignof(UEnvClothCollidingWithPawns) == 0x000010, "Wrong alignment on UEnvClothCollidingWithPawns"); \ static_assert(sizeof(UEnvClothCollidingWithPawns) == 0x0004B0, "Wrong size on UEnvClothCollidingWithPawns"); \ #define DUMPER7_ASSERTS_UAblBranchConditionSwimFast \ static_assert(alignof(UAblBranchConditionSwimFast) == 0x000008, "Wrong alignment on UAblBranchConditionSwimFast"); \ static_assert(sizeof(UAblBranchConditionSwimFast) == 0x000030, "Wrong size on UAblBranchConditionSwimFast"); \ #define DUMPER7_ASSERTS_UAblNPC_ParryExternalLeadInTask \ static_assert(alignof(UAblNPC_ParryExternalLeadInTask) == 0x000008, "Wrong alignment on UAblNPC_ParryExternalLeadInTask"); \ static_assert(sizeof(UAblNPC_ParryExternalLeadInTask) == 0x000078, "Wrong size on UAblNPC_ParryExternalLeadInTask"); \ static_assert(offsetof(UAblNPC_ParryExternalLeadInTask, DistanceTrigger) == 0x000070, "Member 'UAblNPC_ParryExternalLeadInTask::DistanceTrigger' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryExternalLeadInTask, AdditionalLeadInTime) == 0x000074, "Member 'UAblNPC_ParryExternalLeadInTask::AdditionalLeadInTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_RandomizeExploreBehaviorLoops \ static_assert(alignof(UBTTask_Creature_RandomizeExploreBehaviorLoops) == 0x000008, "Wrong alignment on UBTTask_Creature_RandomizeExploreBehaviorLoops"); \ static_assert(sizeof(UBTTask_Creature_RandomizeExploreBehaviorLoops) == 0x000070, "Wrong size on UBTTask_Creature_RandomizeExploreBehaviorLoops"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_CastCompanionProtego \ static_assert(alignof(URPGTriggerEffect_CastCompanionProtego) == 0x000008, "Wrong alignment on URPGTriggerEffect_CastCompanionProtego"); \ static_assert(sizeof(URPGTriggerEffect_CastCompanionProtego) == 0x000040, "Wrong size on URPGTriggerEffect_CastCompanionProtego"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_ButtSlide \ static_assert(alignof(URootMotionModifierProperties_ButtSlide) == 0x000008, "Wrong alignment on URootMotionModifierProperties_ButtSlide"); \ static_assert(sizeof(URootMotionModifierProperties_ButtSlide) == 0x000040, "Wrong size on URootMotionModifierProperties_ButtSlide"); \ static_assert(offsetof(URootMotionModifierProperties_ButtSlide, DownwardForce) == 0x000030, "Member 'URootMotionModifierProperties_ButtSlide::DownwardForce' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_ButtSlide, Friction) == 0x000034, "Member 'URootMotionModifierProperties_ButtSlide::Friction' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_ButtSlide, RotationInterpType) == 0x000038, "Member 'URootMotionModifierProperties_ButtSlide::RotationInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_ButtSlide, RotationInterpSpeed) == 0x00003C, "Member 'URootMotionModifierProperties_ButtSlide::RotationInterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionTargetTracker_AnyValidTargets \ static_assert(alignof(UAblBranchConditionTargetTracker_AnyValidTargets) == 0x000008, "Wrong alignment on UAblBranchConditionTargetTracker_AnyValidTargets"); \ static_assert(sizeof(UAblBranchConditionTargetTracker_AnyValidTargets) == 0x000038, "Wrong size on UAblBranchConditionTargetTracker_AnyValidTargets"); \ static_assert(offsetof(UAblBranchConditionTargetTracker_AnyValidTargets, UseTracker) == 0x000030, "Member 'UAblBranchConditionTargetTracker_AnyValidTargets::UseTracker' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionTargetTracker_AnyValidTargets, bReturnTrueIfTargetListEmptyThisFrame) == 0x000031, "Member 'UAblBranchConditionTargetTracker_AnyValidTargets::bReturnTrueIfTargetListEmptyThisFrame' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionTargetTracker_AnyValidTargets, MatchTargetID) == 0x000032, "Member 'UAblBranchConditionTargetTracker_AnyValidTargets::MatchTargetID' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionTargetTracker_AnyValidTargets, MatchTargetType) == 0x000033, "Member 'UAblBranchConditionTargetTracker_AnyValidTargets::MatchTargetType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LODViewerManager_CalculateLODDistancesFromSphereRadius \ static_assert(alignof(LODViewerManager_CalculateLODDistancesFromSphereRadius) == 0x000008, "Wrong alignment on LODViewerManager_CalculateLODDistancesFromSphereRadius"); \ static_assert(sizeof(LODViewerManager_CalculateLODDistancesFromSphereRadius) == 0x000030, "Wrong size on LODViewerManager_CalculateLODDistancesFromSphereRadius"); \ static_assert(offsetof(LODViewerManager_CalculateLODDistancesFromSphereRadius, LODScreenSizes) == 0x000000, "Member 'LODViewerManager_CalculateLODDistancesFromSphereRadius::LODScreenSizes' has a wrong offset!"); \ static_assert(offsetof(LODViewerManager_CalculateLODDistancesFromSphereRadius, Radius) == 0x000010, "Member 'LODViewerManager_CalculateLODDistancesFromSphereRadius::Radius' has a wrong offset!"); \ static_assert(offsetof(LODViewerManager_CalculateLODDistancesFromSphereRadius, SigManager) == 0x000018, "Member 'LODViewerManager_CalculateLODDistancesFromSphereRadius::SigManager' has a wrong offset!"); \ static_assert(offsetof(LODViewerManager_CalculateLODDistancesFromSphereRadius, ReturnValue) == 0x000020, "Member 'LODViewerManager_CalculateLODDistancesFromSphereRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LODViewerManager_ComputePixelsOnScreen \ static_assert(alignof(LODViewerManager_ComputePixelsOnScreen) == 0x000004, "Wrong alignment on LODViewerManager_ComputePixelsOnScreen"); \ static_assert(sizeof(LODViewerManager_ComputePixelsOnScreen) == 0x00000C, "Wrong size on LODViewerManager_ComputePixelsOnScreen"); \ static_assert(offsetof(LODViewerManager_ComputePixelsOnScreen, ScreenDiameter) == 0x000000, "Member 'LODViewerManager_ComputePixelsOnScreen::ScreenDiameter' has a wrong offset!"); \ static_assert(offsetof(LODViewerManager_ComputePixelsOnScreen, ResolutionMax) == 0x000004, "Member 'LODViewerManager_ComputePixelsOnScreen::ResolutionMax' has a wrong offset!"); \ static_assert(offsetof(LODViewerManager_ComputePixelsOnScreen, ReturnValue) == 0x000008, "Member 'LODViewerManager_ComputePixelsOnScreen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LODViewerManager_ComputeScreenRadius \ static_assert(alignof(LODViewerManager_ComputeScreenRadius) == 0x000008, "Wrong alignment on LODViewerManager_ComputeScreenRadius"); \ static_assert(sizeof(LODViewerManager_ComputeScreenRadius) == 0x000030, "Wrong size on LODViewerManager_ComputeScreenRadius"); \ static_assert(offsetof(LODViewerManager_ComputeScreenRadius, Origin) == 0x000000, "Member 'LODViewerManager_ComputeScreenRadius::Origin' has a wrong offset!"); \ static_assert(offsetof(LODViewerManager_ComputeScreenRadius, Radius) == 0x00000C, "Member 'LODViewerManager_ComputeScreenRadius::Radius' has a wrong offset!"); \ static_assert(offsetof(LODViewerManager_ComputeScreenRadius, ViewOrigin) == 0x000010, "Member 'LODViewerManager_ComputeScreenRadius::ViewOrigin' has a wrong offset!"); \ static_assert(offsetof(LODViewerManager_ComputeScreenRadius, SigManager) == 0x000020, "Member 'LODViewerManager_ComputeScreenRadius::SigManager' has a wrong offset!"); \ static_assert(offsetof(LODViewerManager_ComputeScreenRadius, ReturnValue) == 0x000028, "Member 'LODViewerManager_ComputeScreenRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LODViewerManager_GetLODInfoFromSkeletalMesh \ static_assert(alignof(LODViewerManager_GetLODInfoFromSkeletalMesh) == 0x000008, "Wrong alignment on LODViewerManager_GetLODInfoFromSkeletalMesh"); \ static_assert(sizeof(LODViewerManager_GetLODInfoFromSkeletalMesh) == 0x000018, "Wrong size on LODViewerManager_GetLODInfoFromSkeletalMesh"); \ static_assert(offsetof(LODViewerManager_GetLODInfoFromSkeletalMesh, SkeletalMesh) == 0x000000, "Member 'LODViewerManager_GetLODInfoFromSkeletalMesh::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(LODViewerManager_GetLODInfoFromSkeletalMesh, ReturnValue) == 0x000008, "Member 'LODViewerManager_GetLODInfoFromSkeletalMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LODViewerManager_GetNumLODsForViewer \ static_assert(alignof(LODViewerManager_GetNumLODsForViewer) == 0x000008, "Wrong alignment on LODViewerManager_GetNumLODsForViewer"); \ static_assert(sizeof(LODViewerManager_GetNumLODsForViewer) == 0x000010, "Wrong size on LODViewerManager_GetNumLODsForViewer"); \ static_assert(offsetof(LODViewerManager_GetNumLODsForViewer, SkeletalMesh) == 0x000000, "Member 'LODViewerManager_GetNumLODsForViewer::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(LODViewerManager_GetNumLODsForViewer, ReturnValue) == 0x000008, "Member 'LODViewerManager_GetNumLODsForViewer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LODViewerManager_GetObjectPathByString \ static_assert(alignof(LODViewerManager_GetObjectPathByString) == 0x000008, "Wrong alignment on LODViewerManager_GetObjectPathByString"); \ static_assert(sizeof(LODViewerManager_GetObjectPathByString) == 0x000018, "Wrong size on LODViewerManager_GetObjectPathByString"); \ static_assert(offsetof(LODViewerManager_GetObjectPathByString, AssetName) == 0x000000, "Member 'LODViewerManager_GetObjectPathByString::AssetName' has a wrong offset!"); \ static_assert(offsetof(LODViewerManager_GetObjectPathByString, ReturnValue) == 0x000010, "Member 'LODViewerManager_GetObjectPathByString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LODViewerManager_GetSkeletalMeshPredictedLODLevel \ static_assert(alignof(LODViewerManager_GetSkeletalMeshPredictedLODLevel) == 0x000008, "Wrong alignment on LODViewerManager_GetSkeletalMeshPredictedLODLevel"); \ static_assert(sizeof(LODViewerManager_GetSkeletalMeshPredictedLODLevel) == 0x000010, "Wrong size on LODViewerManager_GetSkeletalMeshPredictedLODLevel"); \ static_assert(offsetof(LODViewerManager_GetSkeletalMeshPredictedLODLevel, SkeletalMeshComponent) == 0x000000, "Member 'LODViewerManager_GetSkeletalMeshPredictedLODLevel::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(LODViewerManager_GetSkeletalMeshPredictedLODLevel, ReturnValue) == 0x000008, "Member 'LODViewerManager_GetSkeletalMeshPredictedLODLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LODViewerManager_PopulateListOfSkeletalMeshes \ static_assert(alignof(LODViewerManager_PopulateListOfSkeletalMeshes) == 0x000008, "Wrong alignment on LODViewerManager_PopulateListOfSkeletalMeshes"); \ static_assert(sizeof(LODViewerManager_PopulateListOfSkeletalMeshes) == 0x000010, "Wrong size on LODViewerManager_PopulateListOfSkeletalMeshes"); \ static_assert(offsetof(LODViewerManager_PopulateListOfSkeletalMeshes, ReturnValue) == 0x000000, "Member 'LODViewerManager_PopulateListOfSkeletalMeshes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULODViewerManager \ static_assert(alignof(ULODViewerManager) == 0x000008, "Wrong alignment on ULODViewerManager"); \ static_assert(sizeof(ULODViewerManager) == 0x000028, "Wrong size on ULODViewerManager"); \ #define DUMPER7_ASSERTS_UAblMountPlayingIdleBreakTask \ static_assert(alignof(UAblMountPlayingIdleBreakTask) == 0x000008, "Wrong alignment on UAblMountPlayingIdleBreakTask"); \ static_assert(sizeof(UAblMountPlayingIdleBreakTask) == 0x000070, "Wrong size on UAblMountPlayingIdleBreakTask"); \ #define DUMPER7_ASSERTS_UCogGroupUpDirection_CameraRayCast \ static_assert(alignof(UCogGroupUpDirection_CameraRayCast) == 0x000008, "Wrong alignment on UCogGroupUpDirection_CameraRayCast"); \ static_assert(sizeof(UCogGroupUpDirection_CameraRayCast) == 0x000028, "Wrong size on UCogGroupUpDirection_CameraRayCast"); \ #define DUMPER7_ASSERTS_UAblBranchConditionTier3Pivot \ static_assert(alignof(UAblBranchConditionTier3Pivot) == 0x000008, "Wrong alignment on UAblBranchConditionTier3Pivot"); \ static_assert(sizeof(UAblBranchConditionTier3Pivot) == 0x000030, "Wrong size on UAblBranchConditionTier3Pivot"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_MoveTo \ static_assert(alignof(UBTTask_Creature_MoveTo) == 0x000008, "Wrong alignment on UBTTask_Creature_MoveTo"); \ static_assert(sizeof(UBTTask_Creature_MoveTo) == 0x000158, "Wrong size on UBTTask_Creature_MoveTo"); \ static_assert(offsetof(UBTTask_Creature_MoveTo, bUseApproachRange) == 0x0000B0, "Member 'UBTTask_Creature_MoveTo::bUseApproachRange' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_MoveTo, bUseParametrizedRadius) == 0x0000B1, "Member 'UBTTask_Creature_MoveTo::bUseParametrizedRadius' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_MoveTo, ParametrizedAcceptableRadius) == 0x0000B8, "Member 'UBTTask_Creature_MoveTo::ParametrizedAcceptableRadius' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_MoveTo, bKeepPreviousSpeed) == 0x0000F0, "Member 'UBTTask_Creature_MoveTo::bKeepPreviousSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_MoveTo, SpeedSetting) == 0x0000F1, "Member 'UBTTask_Creature_MoveTo::SpeedSetting' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_MoveTo, SpeedChange) == 0x0000F2, "Member 'UBTTask_Creature_MoveTo::SpeedChange' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_MoveTo, bKeepPreviousPathEndMode) == 0x0000F3, "Member 'UBTTask_Creature_MoveTo::bKeepPreviousPathEndMode' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_MoveTo, PathEndModeChange) == 0x0000F4, "Member 'UBTTask_Creature_MoveTo::PathEndModeChange' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_MoveTo, bCheckTargetHasPreferredAreaFlag) == 0x0000F5, "Member 'UBTTask_Creature_MoveTo::bCheckTargetHasPreferredAreaFlag' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_MoveTo, bCheckLocationStoppingDistancePastTarget) == 0x0000F6, "Member 'UBTTask_Creature_MoveTo::bCheckLocationStoppingDistancePastTarget' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_MoveTo, bStoreStoppingDistance) == 0x0000F7, "Member 'UBTTask_Creature_MoveTo::bStoreStoppingDistance' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_MoveTo, StoppingDistanceLocationBlackboardKey) == 0x0000F8, "Member 'UBTTask_Creature_MoveTo::StoppingDistanceLocationBlackboardKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_MoveTo, bReportErrorOnFailure) == 0x000120, "Member 'UBTTask_Creature_MoveTo::bReportErrorOnFailure' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_MoveTo, bDisableReportOnStoppingDistanceFailure) == 0x000121, "Member 'UBTTask_Creature_MoveTo::bDisableReportOnStoppingDistanceFailure' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_MoveTo, ErrorName) == 0x000124, "Member 'UBTTask_Creature_MoveTo::ErrorName' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_MoveTo, ErrorAccessoryKey) == 0x000130, "Member 'UBTTask_Creature_MoveTo::ErrorAccessoryKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvatarPresetsSettings \ static_assert(alignof(UAvatarPresetsSettings) == 0x000008, "Wrong alignment on UAvatarPresetsSettings"); \ static_assert(sizeof(UAvatarPresetsSettings) == 0x0000A8, "Wrong size on UAvatarPresetsSettings"); \ static_assert(offsetof(UAvatarPresetsSettings, DefaultPIECharacter) == 0x000028, "Member 'UAvatarPresetsSettings::DefaultPIECharacter' has a wrong offset!"); \ static_assert(offsetof(UAvatarPresetsSettings, DefaultPIEFullBodyPreset) == 0x000030, "Member 'UAvatarPresetsSettings::DefaultPIEFullBodyPreset' has a wrong offset!"); \ static_assert(offsetof(UAvatarPresetsSettings, DefaultPIEHeadGear) == 0x000038, "Member 'UAvatarPresetsSettings::DefaultPIEHeadGear' has a wrong offset!"); \ static_assert(offsetof(UAvatarPresetsSettings, DefaultPIEOutfitGear) == 0x000048, "Member 'UAvatarPresetsSettings::DefaultPIEOutfitGear' has a wrong offset!"); \ static_assert(offsetof(UAvatarPresetsSettings, DefaultPIEBackGear) == 0x000058, "Member 'UAvatarPresetsSettings::DefaultPIEBackGear' has a wrong offset!"); \ static_assert(offsetof(UAvatarPresetsSettings, DefaultPIEHoodPosition) == 0x000068, "Member 'UAvatarPresetsSettings::DefaultPIEHoodPosition' has a wrong offset!"); \ static_assert(offsetof(UAvatarPresetsSettings, DefaultPIENeckGear) == 0x000070, "Member 'UAvatarPresetsSettings::DefaultPIENeckGear' has a wrong offset!"); \ static_assert(offsetof(UAvatarPresetsSettings, DefaultPIEHandGear) == 0x000080, "Member 'UAvatarPresetsSettings::DefaultPIEHandGear' has a wrong offset!"); \ static_assert(offsetof(UAvatarPresetsSettings, DefaultPIEFaceGear) == 0x000090, "Member 'UAvatarPresetsSettings::DefaultPIEFaceGear' has a wrong offset!"); \ static_assert(offsetof(UAvatarPresetsSettings, DefaultPIEHouse) == 0x0000A0, "Member 'UAvatarPresetsSettings::DefaultPIEHouse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionUseStairs \ static_assert(alignof(UAblBranchConditionUseStairs) == 0x000008, "Wrong alignment on UAblBranchConditionUseStairs"); \ static_assert(sizeof(UAblBranchConditionUseStairs) == 0x000038, "Wrong size on UAblBranchConditionUseStairs"); \ static_assert(offsetof(UAblBranchConditionUseStairs, AllowableAngleRange) == 0x000030, "Member 'UAblBranchConditionUseStairs::AllowableAngleRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionWading \ static_assert(alignof(UAblBranchConditionWading) == 0x000008, "Wrong alignment on UAblBranchConditionWading"); \ static_assert(sizeof(UAblBranchConditionWading) == 0x000030, "Wrong size on UAblBranchConditionWading"); \ #define DUMPER7_ASSERTS_UAblHideAndDisableCharacterScratchpad \ static_assert(alignof(UAblHideAndDisableCharacterScratchpad) == 0x000008, "Wrong alignment on UAblHideAndDisableCharacterScratchpad"); \ static_assert(sizeof(UAblHideAndDisableCharacterScratchpad) == 0x000028, "Wrong size on UAblHideAndDisableCharacterScratchpad"); \ #define DUMPER7_ASSERTS_UAnimTag_StationStory \ static_assert(alignof(UAnimTag_StationStory) == 0x000008, "Wrong alignment on UAnimTag_StationStory"); \ static_assert(sizeof(UAnimTag_StationStory) == 0x000028, "Wrong size on UAnimTag_StationStory"); \ #define DUMPER7_ASSERTS_UAblBranchConditionWaterDepth \ static_assert(alignof(UAblBranchConditionWaterDepth) == 0x000008, "Wrong alignment on UAblBranchConditionWaterDepth"); \ static_assert(sizeof(UAblBranchConditionWaterDepth) == 0x000038, "Wrong size on UAblBranchConditionWaterDepth"); \ static_assert(offsetof(UAblBranchConditionWaterDepth, GreaterThanWaterDepth) == 0x000030, "Member 'UAblBranchConditionWaterDepth::GreaterThanWaterDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameter_AvaAudioState \ static_assert(alignof(USceneRigParameter_AvaAudioState) == 0x000008, "Wrong alignment on USceneRigParameter_AvaAudioState"); \ static_assert(sizeof(USceneRigParameter_AvaAudioState) == 0x000050, "Wrong size on USceneRigParameter_AvaAudioState"); \ static_assert(offsetof(USceneRigParameter_AvaAudioState, Value) == 0x000038, "Member 'USceneRigParameter_AvaAudioState::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDropComponent_GetLootDropComponent \ static_assert(alignof(LootDropComponent_GetLootDropComponent) == 0x000008, "Wrong alignment on LootDropComponent_GetLootDropComponent"); \ static_assert(sizeof(LootDropComponent_GetLootDropComponent) == 0x000010, "Wrong size on LootDropComponent_GetLootDropComponent"); \ static_assert(offsetof(LootDropComponent_GetLootDropComponent, InActor) == 0x000000, "Member 'LootDropComponent_GetLootDropComponent::InActor' has a wrong offset!"); \ static_assert(offsetof(LootDropComponent_GetLootDropComponent, ReturnValue) == 0x000008, "Member 'LootDropComponent_GetLootDropComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDropComponent_CurrentInventoryHasUniqueItem \ static_assert(alignof(LootDropComponent_CurrentInventoryHasUniqueItem) == 0x000001, "Wrong alignment on LootDropComponent_CurrentInventoryHasUniqueItem"); \ static_assert(sizeof(LootDropComponent_CurrentInventoryHasUniqueItem) == 0x000001, "Wrong size on LootDropComponent_CurrentInventoryHasUniqueItem"); \ static_assert(offsetof(LootDropComponent_CurrentInventoryHasUniqueItem, ReturnValue) == 0x000000, "Member 'LootDropComponent_CurrentInventoryHasUniqueItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDropComponent_GetInventoryInfo \ static_assert(alignof(LootDropComponent_GetInventoryInfo) == 0x000008, "Wrong alignment on LootDropComponent_GetInventoryInfo"); \ static_assert(sizeof(LootDropComponent_GetInventoryInfo) == 0x000010, "Wrong size on LootDropComponent_GetInventoryInfo"); \ static_assert(offsetof(LootDropComponent_GetInventoryInfo, ReturnValue) == 0x000000, "Member 'LootDropComponent_GetInventoryInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDropComponent_GetLootItems \ static_assert(alignof(LootDropComponent_GetLootItems) == 0x000008, "Wrong alignment on LootDropComponent_GetLootItems"); \ static_assert(sizeof(LootDropComponent_GetLootItems) == 0x000010, "Wrong size on LootDropComponent_GetLootItems"); \ static_assert(offsetof(LootDropComponent_GetLootItems, ReturnValue) == 0x000000, "Member 'LootDropComponent_GetLootItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDropComponent_GetLootLevel \ static_assert(alignof(LootDropComponent_GetLootLevel) == 0x000004, "Wrong alignment on LootDropComponent_GetLootLevel"); \ static_assert(sizeof(LootDropComponent_GetLootLevel) == 0x000004, "Wrong size on LootDropComponent_GetLootLevel"); \ static_assert(offsetof(LootDropComponent_GetLootLevel, ReturnValue) == 0x000000, "Member 'LootDropComponent_GetLootLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDropComponent_IsContainerEmpty \ static_assert(alignof(LootDropComponent_IsContainerEmpty) == 0x000001, "Wrong alignment on LootDropComponent_IsContainerEmpty"); \ static_assert(sizeof(LootDropComponent_IsContainerEmpty) == 0x000001, "Wrong size on LootDropComponent_IsContainerEmpty"); \ static_assert(offsetof(LootDropComponent_IsContainerEmpty, ReturnValue) == 0x000000, "Member 'LootDropComponent_IsContainerEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDropComponent_SaveLootItemsToInventory \ static_assert(alignof(LootDropComponent_SaveLootItemsToInventory) == 0x000008, "Wrong alignment on LootDropComponent_SaveLootItemsToInventory"); \ static_assert(sizeof(LootDropComponent_SaveLootItemsToInventory) == 0x000010, "Wrong size on LootDropComponent_SaveLootItemsToInventory"); \ static_assert(offsetof(LootDropComponent_SaveLootItemsToInventory, InLootItems) == 0x000000, "Member 'LootDropComponent_SaveLootItemsToInventory::InLootItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDropComponent_SetLoopGroup \ static_assert(alignof(LootDropComponent_SetLoopGroup) == 0x000008, "Wrong alignment on LootDropComponent_SetLoopGroup"); \ static_assert(sizeof(LootDropComponent_SetLoopGroup) == 0x000010, "Wrong size on LootDropComponent_SetLoopGroup"); \ static_assert(offsetof(LootDropComponent_SetLoopGroup, lootGroup) == 0x000000, "Member 'LootDropComponent_SetLoopGroup::lootGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDropComponent_SetLootLevel \ static_assert(alignof(LootDropComponent_SetLootLevel) == 0x000004, "Wrong alignment on LootDropComponent_SetLootLevel"); \ static_assert(sizeof(LootDropComponent_SetLootLevel) == 0x000004, "Wrong size on LootDropComponent_SetLootLevel"); \ static_assert(offsetof(LootDropComponent_SetLootLevel, Level) == 0x000000, "Member 'LootDropComponent_SetLootLevel::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULootDropComponent \ static_assert(alignof(ULootDropComponent) == 0x000008, "Wrong alignment on ULootDropComponent"); \ static_assert(sizeof(ULootDropComponent) == 0x000180, "Wrong size on ULootDropComponent"); \ static_assert(offsetof(ULootDropComponent, DbLootDropInfo) == 0x0000D0, "Member 'ULootDropComponent::DbLootDropInfo' has a wrong offset!"); \ static_assert(offsetof(ULootDropComponent, LootDropLevel) == 0x000100, "Member 'ULootDropComponent::LootDropLevel' has a wrong offset!"); \ static_assert(offsetof(ULootDropComponent, LootContainers) == 0x000108, "Member 'ULootDropComponent::LootContainers' has a wrong offset!"); \ static_assert(offsetof(ULootDropComponent, LootItems) == 0x000118, "Member 'ULootDropComponent::LootItems' has a wrong offset!"); \ static_assert(offsetof(ULootDropComponent, PlayerLevelOverride) == 0x000128, "Member 'ULootDropComponent::PlayerLevelOverride' has a wrong offset!"); \ static_assert(offsetof(ULootDropComponent, SecondsBeforeRerollingLoot) == 0x00012C, "Member 'ULootDropComponent::SecondsBeforeRerollingLoot' has a wrong offset!"); \ static_assert(offsetof(ULootDropComponent, bCogOverride) == 0x000130, "Member 'ULootDropComponent::bCogOverride' has a wrong offset!"); \ static_assert(offsetof(ULootDropComponent, PersistentID) == 0x000134, "Member 'ULootDropComponent::PersistentID' has a wrong offset!"); \ static_assert(offsetof(ULootDropComponent, bResetExpiryIfUnique) == 0x00013C, "Member 'ULootDropComponent::bResetExpiryIfUnique' has a wrong offset!"); \ static_assert(offsetof(ULootDropComponent, OnInventoryUpdated) == 0x000140, "Member 'ULootDropComponent::OnInventoryUpdated' has a wrong offset!"); \ static_assert(offsetof(ULootDropComponent, bPreloadLootDropItemsFromDb) == 0x000150, "Member 'ULootDropComponent::bPreloadLootDropItemsFromDb' has a wrong offset!"); \ static_assert(offsetof(ULootDropComponent, LootDropAssetTypes) == 0x000158, "Member 'ULootDropComponent::LootDropAssetTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablNPC_MobilityTurnAssistTask \ static_assert(alignof(UablNPC_MobilityTurnAssistTask) == 0x000008, "Wrong alignment on UablNPC_MobilityTurnAssistTask"); \ static_assert(sizeof(UablNPC_MobilityTurnAssistTask) == 0x000078, "Wrong size on UablNPC_MobilityTurnAssistTask"); \ static_assert(offsetof(UablNPC_MobilityTurnAssistTask, TurnAssistMode) == 0x000070, "Member 'UablNPC_MobilityTurnAssistTask::TurnAssistMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablBroomDismountBlendOutOffsetsScratchPad \ static_assert(alignof(UablBroomDismountBlendOutOffsetsScratchPad) == 0x000008, "Wrong alignment on UablBroomDismountBlendOutOffsetsScratchPad"); \ static_assert(sizeof(UablBroomDismountBlendOutOffsetsScratchPad) == 0x000048, "Wrong size on UablBroomDismountBlendOutOffsetsScratchPad"); \ #define DUMPER7_ASSERTS_DevilsSnare_DodgeStop \ static_assert(alignof(DevilsSnare_DodgeStop) == 0x000008, "Wrong alignment on DevilsSnare_DodgeStop"); \ static_assert(sizeof(DevilsSnare_DodgeStop) == 0x000008, "Wrong size on DevilsSnare_DodgeStop"); \ static_assert(offsetof(DevilsSnare_DodgeStop, InPlayer) == 0x000000, "Member 'DevilsSnare_DodgeStop::InPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DevilsSnare_HitBySpell \ static_assert(alignof(DevilsSnare_HitBySpell) == 0x000004, "Wrong alignment on DevilsSnare_HitBySpell"); \ static_assert(sizeof(DevilsSnare_HitBySpell) == 0x000004, "Wrong size on DevilsSnare_HitBySpell"); \ static_assert(offsetof(DevilsSnare_HitBySpell, RecoilPercent) == 0x000000, "Member 'DevilsSnare_HitBySpell::RecoilPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DevilsSnare_OnOverlapBegin \ static_assert(alignof(DevilsSnare_OnOverlapBegin) == 0x000008, "Wrong alignment on DevilsSnare_OnOverlapBegin"); \ static_assert(sizeof(DevilsSnare_OnOverlapBegin) == 0x0000A8, "Wrong size on DevilsSnare_OnOverlapBegin"); \ static_assert(offsetof(DevilsSnare_OnOverlapBegin, OverlappedComponent) == 0x000000, "Member 'DevilsSnare_OnOverlapBegin::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DevilsSnare_OnOverlapBegin, OtherActor) == 0x000008, "Member 'DevilsSnare_OnOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DevilsSnare_OnOverlapBegin, OtherComp) == 0x000010, "Member 'DevilsSnare_OnOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DevilsSnare_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'DevilsSnare_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(DevilsSnare_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'DevilsSnare_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(DevilsSnare_OnOverlapBegin, SweepResult) == 0x000020, "Member 'DevilsSnare_OnOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DevilsSnare_OnOverlapBeginForLightAndFire \ static_assert(alignof(DevilsSnare_OnOverlapBeginForLightAndFire) == 0x000008, "Wrong alignment on DevilsSnare_OnOverlapBeginForLightAndFire"); \ static_assert(sizeof(DevilsSnare_OnOverlapBeginForLightAndFire) == 0x0000A8, "Wrong size on DevilsSnare_OnOverlapBeginForLightAndFire"); \ static_assert(offsetof(DevilsSnare_OnOverlapBeginForLightAndFire, OverlappedComponent) == 0x000000, "Member 'DevilsSnare_OnOverlapBeginForLightAndFire::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DevilsSnare_OnOverlapBeginForLightAndFire, OtherActor) == 0x000008, "Member 'DevilsSnare_OnOverlapBeginForLightAndFire::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DevilsSnare_OnOverlapBeginForLightAndFire, OtherComp) == 0x000010, "Member 'DevilsSnare_OnOverlapBeginForLightAndFire::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DevilsSnare_OnOverlapBeginForLightAndFire, OtherBodyIndex) == 0x000018, "Member 'DevilsSnare_OnOverlapBeginForLightAndFire::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(DevilsSnare_OnOverlapBeginForLightAndFire, bFromSweep) == 0x00001C, "Member 'DevilsSnare_OnOverlapBeginForLightAndFire::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(DevilsSnare_OnOverlapBeginForLightAndFire, SweepResult) == 0x000020, "Member 'DevilsSnare_OnOverlapBeginForLightAndFire::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DevilsSnare_OnOverlapEnd \ static_assert(alignof(DevilsSnare_OnOverlapEnd) == 0x000008, "Wrong alignment on DevilsSnare_OnOverlapEnd"); \ static_assert(sizeof(DevilsSnare_OnOverlapEnd) == 0x000020, "Wrong size on DevilsSnare_OnOverlapEnd"); \ static_assert(offsetof(DevilsSnare_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'DevilsSnare_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DevilsSnare_OnOverlapEnd, OtherActor) == 0x000008, "Member 'DevilsSnare_OnOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DevilsSnare_OnOverlapEnd, OtherComp) == 0x000010, "Member 'DevilsSnare_OnOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DevilsSnare_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'DevilsSnare_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DevilsSnare_OnOverlapEndForLightAndFire \ static_assert(alignof(DevilsSnare_OnOverlapEndForLightAndFire) == 0x000008, "Wrong alignment on DevilsSnare_OnOverlapEndForLightAndFire"); \ static_assert(sizeof(DevilsSnare_OnOverlapEndForLightAndFire) == 0x000020, "Wrong size on DevilsSnare_OnOverlapEndForLightAndFire"); \ static_assert(offsetof(DevilsSnare_OnOverlapEndForLightAndFire, OverlappedComponent) == 0x000000, "Member 'DevilsSnare_OnOverlapEndForLightAndFire::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DevilsSnare_OnOverlapEndForLightAndFire, OtherActor) == 0x000008, "Member 'DevilsSnare_OnOverlapEndForLightAndFire::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DevilsSnare_OnOverlapEndForLightAndFire, OtherComp) == 0x000010, "Member 'DevilsSnare_OnOverlapEndForLightAndFire::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DevilsSnare_OnOverlapEndForLightAndFire, OtherBodyIndex) == 0x000018, "Member 'DevilsSnare_OnOverlapEndForLightAndFire::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DevilsSnare_StartRecoil \ static_assert(alignof(DevilsSnare_StartRecoil) == 0x000004, "Wrong alignment on DevilsSnare_StartRecoil"); \ static_assert(sizeof(DevilsSnare_StartRecoil) == 0x000004, "Wrong size on DevilsSnare_StartRecoil"); \ static_assert(offsetof(DevilsSnare_StartRecoil, RecoilPercent) == 0x000000, "Member 'DevilsSnare_StartRecoil::RecoilPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADevilsSnare \ static_assert(alignof(ADevilsSnare) == 0x000008, "Wrong alignment on ADevilsSnare"); \ static_assert(sizeof(ADevilsSnare) == 0x0003D8, "Wrong size on ADevilsSnare"); \ static_assert(offsetof(ADevilsSnare, StaticMeshComponent) == 0x000248, "Member 'ADevilsSnare::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, DevilsSnareInfo) == 0x000250, "Member 'ADevilsSnare::DevilsSnareInfo' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, TypeIndex) == 0x000260, "Member 'ADevilsSnare::TypeIndex' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, bCanAffectPlayer) == 0x000264, "Member 'ADevilsSnare::bCanAffectPlayer' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, bStartsHidden) == 0x000265, "Member 'ADevilsSnare::bStartsHidden' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, DamagePerSecond) == 0x000268, "Member 'ADevilsSnare::DamagePerSecond' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, RecoilPercentForLumos) == 0x00026C, "Member 'ADevilsSnare::RecoilPercentForLumos' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, RecoilForLumos) == 0x000270, "Member 'ADevilsSnare::RecoilForLumos' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, RecoilPercentForIncendio) == 0x000280, "Member 'ADevilsSnare::RecoilPercentForIncendio' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, RecoilPercentForConfringo) == 0x000284, "Member 'ADevilsSnare::RecoilPercentForConfringo' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, RecoilPercentForAvadaKedavra) == 0x000288, "Member 'ADevilsSnare::RecoilPercentForAvadaKedavra' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, FireRecoilDistance) == 0x00028C, "Member 'ADevilsSnare::FireRecoilDistance' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, GrowBackSpeed) == 0x000290, "Member 'ADevilsSnare::GrowBackSpeed' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, RevealTime) == 0x000294, "Member 'ADevilsSnare::RevealTime' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, TimeBeforeRegrowing) == 0x000298, "Member 'ADevilsSnare::TimeBeforeRegrowing' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, IncreaseRadiusForLightAndFireCheck) == 0x00029C, "Member 'ADevilsSnare::IncreaseRadiusForLightAndFireCheck' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, ReactionTags) == 0x0002A0, "Member 'ADevilsSnare::ReactionTags' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, ReactionInteractionArchitectAssets) == 0x0002C0, "Member 'ADevilsSnare::ReactionInteractionArchitectAssets' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, DodgeInterpolatePercent) == 0x0002D0, "Member 'ADevilsSnare::DodgeInterpolatePercent' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, MinPlayerSpeed) == 0x0002D4, "Member 'ADevilsSnare::MinPlayerSpeed' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, CurvePlayerSpeedReductionPerSecond) == 0x0002D8, "Member 'ADevilsSnare::CurvePlayerSpeedReductionPerSecond' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, PlayerDiesOnMinSpeedReached) == 0x0002E0, "Member 'ADevilsSnare::PlayerDiesOnMinSpeedReached' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, AffectedFX2) == 0x0002E8, "Member 'ADevilsSnare::AffectedFX2' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, CurrentPercent) == 0x0002F8, "Member 'ADevilsSnare::CurrentPercent' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, CurrentState) == 0x0002FC, "Member 'ADevilsSnare::CurrentState' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, ActualGrowthPercent) == 0x000300, "Member 'ADevilsSnare::ActualGrowthPercent' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, bPlayerIsUsingLumos) == 0x000304, "Member 'ADevilsSnare::bPlayerIsUsingLumos' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, ActorsInArea) == 0x000308, "Member 'ADevilsSnare::ActorsInArea' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, ActorsInAreaForLightAndFire) == 0x000318, "Member 'ADevilsSnare::ActorsInAreaForLightAndFire' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, GrowthUpdatedEvent) == 0x000328, "Member 'ADevilsSnare::GrowthUpdatedEvent' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, DamageDealtEvent) == 0x000338, "Member 'ADevilsSnare::DamageDealtEvent' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, LightAndFireCheckVolumeComponent) == 0x000348, "Member 'ADevilsSnare::LightAndFireCheckVolumeComponent' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, AreaOfEffectVolumeComponent) == 0x000350, "Member 'ADevilsSnare::AreaOfEffectVolumeComponent' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnare, bOverrideBounds) == 0x0003A4, "Member 'ADevilsSnare::bOverrideBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablBroomDismountBlendOutOffsetsTask \ static_assert(alignof(UablBroomDismountBlendOutOffsetsTask) == 0x000008, "Wrong alignment on UablBroomDismountBlendOutOffsetsTask"); \ static_assert(sizeof(UablBroomDismountBlendOutOffsetsTask) == 0x000070, "Wrong size on UablBroomDismountBlendOutOffsetsTask"); \ #define DUMPER7_ASSERTS_UablBroomMountKeepAboveGroundScratchPad \ static_assert(alignof(UablBroomMountKeepAboveGroundScratchPad) == 0x000008, "Wrong alignment on UablBroomMountKeepAboveGroundScratchPad"); \ static_assert(sizeof(UablBroomMountKeepAboveGroundScratchPad) == 0x000038, "Wrong size on UablBroomMountKeepAboveGroundScratchPad"); \ #define DUMPER7_ASSERTS_UablIKLedgeContactTask \ static_assert(alignof(UablIKLedgeContactTask) == 0x000008, "Wrong alignment on UablIKLedgeContactTask"); \ static_assert(sizeof(UablIKLedgeContactTask) == 0x000080, "Wrong size on UablIKLedgeContactTask"); \ static_assert(offsetof(UablIKLedgeContactTask, BlendInDuration) == 0x000070, "Member 'UablIKLedgeContactTask::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UablIKLedgeContactTask, BlendOutDuration) == 0x000074, "Member 'UablIKLedgeContactTask::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(UablIKLedgeContactTask, bLockHandsToLedge) == 0x000078, "Member 'UablIKLedgeContactTask::bLockHandsToLedge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablBroomMountKeepAboveGroundTask \ static_assert(alignof(UablBroomMountKeepAboveGroundTask) == 0x000008, "Wrong alignment on UablBroomMountKeepAboveGroundTask"); \ static_assert(sizeof(UablBroomMountKeepAboveGroundTask) == 0x000080, "Wrong size on UablBroomMountKeepAboveGroundTask"); \ static_assert(offsetof(UablBroomMountKeepAboveGroundTask, MinHeightAboveGround) == 0x000070, "Member 'UablBroomMountKeepAboveGroundTask::MinHeightAboveGround' has a wrong offset!"); \ static_assert(offsetof(UablBroomMountKeepAboveGroundTask, MaxDeltaV) == 0x000074, "Member 'UablBroomMountKeepAboveGroundTask::MaxDeltaV' has a wrong offset!"); \ static_assert(offsetof(UablBroomMountKeepAboveGroundTask, VelocityEaseSpeed) == 0x000078, "Member 'UablBroomMountKeepAboveGroundTask::VelocityEaseSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblMoveTask \ static_assert(alignof(UAblMoveTask) == 0x000008, "Wrong alignment on UAblMoveTask"); \ static_assert(sizeof(UAblMoveTask) == 0x0000B0, "Wrong size on UAblMoveTask"); \ static_assert(offsetof(UAblMoveTask, VelocitySource) == 0x000070, "Member 'UAblMoveTask::VelocitySource' has a wrong offset!"); \ static_assert(offsetof(UAblMoveTask, CustomVelocity) == 0x000074, "Member 'UAblMoveTask::CustomVelocity' has a wrong offset!"); \ static_assert(offsetof(UAblMoveTask, DestSource) == 0x000080, "Member 'UAblMoveTask::DestSource' has a wrong offset!"); \ static_assert(offsetof(UAblMoveTask, bApplyGravity) == 0x000081, "Member 'UAblMoveTask::bApplyGravity' has a wrong offset!"); \ static_assert(offsetof(UAblMoveTask, OverrideGravity) == 0x000084, "Member 'UAblMoveTask::OverrideGravity' has a wrong offset!"); \ static_assert(offsetof(UAblMoveTask, ArcParamMin) == 0x000088, "Member 'UAblMoveTask::ArcParamMin' has a wrong offset!"); \ static_assert(offsetof(UAblMoveTask, ArcParamMax) == 0x00008C, "Member 'UAblMoveTask::ArcParamMax' has a wrong offset!"); \ static_assert(offsetof(UAblMoveTask, TimeMult) == 0x000090, "Member 'UAblMoveTask::TimeMult' has a wrong offset!"); \ static_assert(offsetof(UAblMoveTask, TargetOffset) == 0x000094, "Member 'UAblMoveTask::TargetOffset' has a wrong offset!"); \ static_assert(offsetof(UAblMoveTask, Distance) == 0x0000A0, "Member 'UAblMoveTask::Distance' has a wrong offset!"); \ static_assert(offsetof(UAblMoveTask, MaxDistance) == 0x0000A4, "Member 'UAblMoveTask::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(UAblMoveTask, bIgnoreNonStatic) == 0x0000A8, "Member 'UAblMoveTask::bIgnoreNonStatic' has a wrong offset!"); \ static_assert(offsetof(UAblMoveTask, bCollateralDamage) == 0x0000A9, "Member 'UAblMoveTask::bCollateralDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CombativePlantComponent_AddObjectToInventory \ static_assert(alignof(CombativePlantComponent_AddObjectToInventory) == 0x000008, "Wrong alignment on CombativePlantComponent_AddObjectToInventory"); \ static_assert(sizeof(CombativePlantComponent_AddObjectToInventory) == 0x000010, "Wrong size on CombativePlantComponent_AddObjectToInventory"); \ static_assert(offsetof(CombativePlantComponent_AddObjectToInventory, InInventoryHolder) == 0x000000, "Member 'CombativePlantComponent_AddObjectToInventory::InInventoryHolder' has a wrong offset!"); \ static_assert(offsetof(CombativePlantComponent_AddObjectToInventory, ReturnValue) == 0x000008, "Member 'CombativePlantComponent_AddObjectToInventory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CombativePlantComponent_GenerateFocus \ static_assert(alignof(CombativePlantComponent_GenerateFocus) == 0x000008, "Wrong alignment on CombativePlantComponent_GenerateFocus"); \ static_assert(sizeof(CombativePlantComponent_GenerateFocus) == 0x000098, "Wrong size on CombativePlantComponent_GenerateFocus"); \ static_assert(offsetof(CombativePlantComponent_GenerateFocus, InActor) == 0x000000, "Member 'CombativePlantComponent_GenerateFocus::InActor' has a wrong offset!"); \ static_assert(offsetof(CombativePlantComponent_GenerateFocus, InDamage) == 0x000008, "Member 'CombativePlantComponent_GenerateFocus::InDamage' has a wrong offset!"); \ static_assert(offsetof(CombativePlantComponent_GenerateFocus, InHit) == 0x00000C, "Member 'CombativePlantComponent_GenerateFocus::InHit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CombativePlantComponent_PickedUp \ static_assert(alignof(CombativePlantComponent_PickedUp) == 0x000008, "Wrong alignment on CombativePlantComponent_PickedUp"); \ static_assert(sizeof(CombativePlantComponent_PickedUp) == 0x000010, "Wrong size on CombativePlantComponent_PickedUp"); \ static_assert(offsetof(CombativePlantComponent_PickedUp, InInventoryObject) == 0x000000, "Member 'CombativePlantComponent_PickedUp::InInventoryObject' has a wrong offset!"); \ static_assert(offsetof(CombativePlantComponent_PickedUp, InCount) == 0x000008, "Member 'CombativePlantComponent_PickedUp::InCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCombativePlantComponent \ static_assert(alignof(UCombativePlantComponent) == 0x000008, "Wrong alignment on UCombativePlantComponent"); \ static_assert(sizeof(UCombativePlantComponent) == 0x0001E8, "Wrong size on UCombativePlantComponent"); \ static_assert(offsetof(UCombativePlantComponent, bCanBePickedUp) == 0x0000D0, "Member 'UCombativePlantComponent::bCanBePickedUp' has a wrong offset!"); \ static_assert(offsetof(UCombativePlantComponent, OnDealDamage) == 0x0000D8, "Member 'UCombativePlantComponent::OnDealDamage' has a wrong offset!"); \ static_assert(offsetof(UCombativePlantComponent, OnCabbagePerkActivate) == 0x0000E8, "Member 'UCombativePlantComponent::OnCabbagePerkActivate' has a wrong offset!"); \ static_assert(offsetof(UCombativePlantComponent, OnCinematicStartedEvent) == 0x0000F8, "Member 'UCombativePlantComponent::OnCinematicStartedEvent' has a wrong offset!"); \ static_assert(offsetof(UCombativePlantComponent, OnCinematicFinishedEvent) == 0x000108, "Member 'UCombativePlantComponent::OnCinematicFinishedEvent' has a wrong offset!"); \ static_assert(offsetof(UCombativePlantComponent, RecallAudioEffect) == 0x000118, "Member 'UCombativePlantComponent::RecallAudioEffect' has a wrong offset!"); \ static_assert(offsetof(UCombativePlantComponent, RecallVisualEffect) == 0x000120, "Member 'UCombativePlantComponent::RecallVisualEffect' has a wrong offset!"); \ static_assert(offsetof(UCombativePlantComponent, RespondToPlayerAbility) == 0x000128, "Member 'UCombativePlantComponent::RespondToPlayerAbility' has a wrong offset!"); \ static_assert(offsetof(UCombativePlantComponent, PerkFinalAttackContainer) == 0x000130, "Member 'UCombativePlantComponent::PerkFinalAttackContainer' has a wrong offset!"); \ static_assert(offsetof(UCombativePlantComponent, SwitchTime) == 0x000150, "Member 'UCombativePlantComponent::SwitchTime' has a wrong offset!"); \ static_assert(offsetof(UCombativePlantComponent, bPlayerIsInstigator) == 0x000154, "Member 'UCombativePlantComponent::bPlayerIsInstigator' has a wrong offset!"); \ static_assert(offsetof(UCombativePlantComponent, bShouldEmitPerceptionEvents) == 0x000155, "Member 'UCombativePlantComponent::bShouldEmitPerceptionEvents' has a wrong offset!"); \ static_assert(offsetof(UCombativePlantComponent, PerceptionEventTimePeriod) == 0x000158, "Member 'UCombativePlantComponent::PerceptionEventTimePeriod' has a wrong offset!"); \ static_assert(offsetof(UCombativePlantComponent, CognitionStimuliSource) == 0x000160, "Member 'UCombativePlantComponent::CognitionStimuliSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldObject_NotifyCurrentState \ static_assert(alignof(WorldObject_NotifyCurrentState) == 0x000001, "Wrong alignment on WorldObject_NotifyCurrentState"); \ static_assert(sizeof(WorldObject_NotifyCurrentState) == 0x000001, "Wrong size on WorldObject_NotifyCurrentState"); \ static_assert(offsetof(WorldObject_NotifyCurrentState, CurrentObjectState) == 0x000000, "Member 'WorldObject_NotifyCurrentState::CurrentObjectState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldObject_TryCreateBeacon \ static_assert(alignof(WorldObject_TryCreateBeacon) == 0x000001, "Wrong alignment on WorldObject_TryCreateBeacon"); \ static_assert(sizeof(WorldObject_TryCreateBeacon) == 0x000001, "Wrong size on WorldObject_TryCreateBeacon"); \ static_assert(offsetof(WorldObject_TryCreateBeacon, ReturnValue) == 0x000000, "Member 'WorldObject_TryCreateBeacon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWorldObject \ static_assert(alignof(AWorldObject) == 0x000008, "Wrong alignment on AWorldObject"); \ static_assert(sizeof(AWorldObject) == 0x0002B0, "Wrong size on AWorldObject"); \ #define DUMPER7_ASSERTS_SphinxPuzzle_CleanUpObject \ static_assert(alignof(SphinxPuzzle_CleanUpObject) == 0x000008, "Wrong alignment on SphinxPuzzle_CleanUpObject"); \ static_assert(sizeof(SphinxPuzzle_CleanUpObject) == 0x000008, "Wrong size on SphinxPuzzle_CleanUpObject"); \ static_assert(offsetof(SphinxPuzzle_CleanUpObject, actorToDestroy) == 0x000000, "Member 'SphinxPuzzle_CleanUpObject::actorToDestroy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SphinxPuzzle_NotifyBeginPuzzle \ static_assert(alignof(SphinxPuzzle_NotifyBeginPuzzle) == 0x000001, "Wrong alignment on SphinxPuzzle_NotifyBeginPuzzle"); \ static_assert(sizeof(SphinxPuzzle_NotifyBeginPuzzle) == 0x000001, "Wrong size on SphinxPuzzle_NotifyBeginPuzzle"); \ static_assert(offsetof(SphinxPuzzle_NotifyBeginPuzzle, State) == 0x000000, "Member 'SphinxPuzzle_NotifyBeginPuzzle::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASphinxPuzzle \ static_assert(alignof(ASphinxPuzzle) == 0x000008, "Wrong alignment on ASphinxPuzzle"); \ static_assert(sizeof(ASphinxPuzzle) == 0x0002E8, "Wrong size on ASphinxPuzzle"); \ static_assert(offsetof(ASphinxPuzzle, InteractiveObjectComponent) == 0x0002B0, "Member 'ASphinxPuzzle::InteractiveObjectComponent' has a wrong offset!"); \ static_assert(offsetof(ASphinxPuzzle, GuidString) == 0x0002B8, "Member 'ASphinxPuzzle::GuidString' has a wrong offset!"); \ static_assert(offsetof(ASphinxPuzzle, PuzzleTypeName) == 0x0002C8, "Member 'ASphinxPuzzle::PuzzleTypeName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCabbageMobilityTaskScratchPad \ static_assert(alignof(UAblCabbageMobilityTaskScratchPad) == 0x000008, "Wrong alignment on UAblCabbageMobilityTaskScratchPad"); \ static_assert(sizeof(UAblCabbageMobilityTaskScratchPad) == 0x000038, "Wrong size on UAblCabbageMobilityTaskScratchPad"); \ static_assert(offsetof(UAblCabbageMobilityTaskScratchPad, bIsDone) == 0x000028, "Member 'UAblCabbageMobilityTaskScratchPad::bIsDone' has a wrong offset!"); \ static_assert(offsetof(UAblCabbageMobilityTaskScratchPad, VectorAwayFromAttacked) == 0x00002C, "Member 'UAblCabbageMobilityTaskScratchPad::VectorAwayFromAttacked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimTag_StationGeneric \ static_assert(alignof(UAnimTag_StationGeneric) == 0x000008, "Wrong alignment on UAnimTag_StationGeneric"); \ static_assert(sizeof(UAnimTag_StationGeneric) == 0x000028, "Wrong size on UAnimTag_StationGeneric"); \ #define DUMPER7_ASSERTS_UablCabbageMobilityTask \ static_assert(alignof(UablCabbageMobilityTask) == 0x000008, "Wrong alignment on UablCabbageMobilityTask"); \ static_assert(sizeof(UablCabbageMobilityTask) == 0x0000A0, "Wrong size on UablCabbageMobilityTask"); \ static_assert(offsetof(UablCabbageMobilityTask, Speed) == 0x000070, "Member 'UablCabbageMobilityTask::Speed' has a wrong offset!"); \ static_assert(offsetof(UablCabbageMobilityTask, Gravity) == 0x000074, "Member 'UablCabbageMobilityTask::Gravity' has a wrong offset!"); \ static_assert(offsetof(UablCabbageMobilityTask, ArcParam) == 0x000078, "Member 'UablCabbageMobilityTask::ArcParam' has a wrong offset!"); \ static_assert(offsetof(UablCabbageMobilityTask, m_actorBounceSfx) == 0x000080, "Member 'UablCabbageMobilityTask::m_actorBounceSfx' has a wrong offset!"); \ static_assert(offsetof(UablCabbageMobilityTask, MobilityState) == 0x000088, "Member 'UablCabbageMobilityTask::MobilityState' has a wrong offset!"); \ static_assert(offsetof(UablCabbageMobilityTask, JumpBoost) == 0x00008C, "Member 'UablCabbageMobilityTask::JumpBoost' has a wrong offset!"); \ static_assert(offsetof(UablCabbageMobilityTask, MinBounceBack) == 0x000090, "Member 'UablCabbageMobilityTask::MinBounceBack' has a wrong offset!"); \ static_assert(offsetof(UablCabbageMobilityTask, MaxBounceBack) == 0x000094, "Member 'UablCabbageMobilityTask::MaxBounceBack' has a wrong offset!"); \ static_assert(offsetof(UablCabbageMobilityTask, Deceleration) == 0x000098, "Member 'UablCabbageMobilityTask::Deceleration' has a wrong offset!"); \ static_assert(offsetof(UablCabbageMobilityTask, LandingSpeed) == 0x00009C, "Member 'UablCabbageMobilityTask::LandingSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCameraStackAnimationTaskScratchPad \ static_assert(alignof(UAblCameraStackAnimationTaskScratchPad) == 0x000008, "Wrong alignment on UAblCameraStackAnimationTaskScratchPad"); \ static_assert(sizeof(UAblCameraStackAnimationTaskScratchPad) == 0x000030, "Wrong size on UAblCameraStackAnimationTaskScratchPad"); \ static_assert(offsetof(UAblCameraStackAnimationTaskScratchPad, ChosenAnimSequence) == 0x000028, "Member 'UAblCameraStackAnimationTaskScratchPad::ChosenAnimSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablImpulseToTargetTask \ static_assert(alignof(UablImpulseToTargetTask) == 0x000008, "Wrong alignment on UablImpulseToTargetTask"); \ static_assert(sizeof(UablImpulseToTargetTask) == 0x0000A8, "Wrong size on UablImpulseToTargetTask"); \ static_assert(offsetof(UablImpulseToTargetTask, DistFromTarget) == 0x000070, "Member 'UablImpulseToTargetTask::DistFromTarget' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, MaxTravelDist) == 0x000074, "Member 'UablImpulseToTargetTask::MaxTravelDist' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, bAllowNegative) == 0x000078, "Member 'UablImpulseToTargetTask::bAllowNegative' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, bAllowPositive) == 0x000079, "Member 'UablImpulseToTargetTask::bAllowPositive' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, bStopOnTargetHit) == 0x00007A, "Member 'UablImpulseToTargetTask::bStopOnTargetHit' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, bAddCapsuleRadiusToDistanceFromTarget) == 0x00007B, "Member 'UablImpulseToTargetTask::bAddCapsuleRadiusToDistanceFromTarget' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, CapsuleRadiusMultiplier) == 0x00007C, "Member 'UablImpulseToTargetTask::CapsuleRadiusMultiplier' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, bAddTargetCapsuleRadiusToDistanceFromTarget) == 0x000080, "Member 'UablImpulseToTargetTask::bAddTargetCapsuleRadiusToDistanceFromTarget' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, bOnlyTowardsAvatar) == 0x000081, "Member 'UablImpulseToTargetTask::bOnlyTowardsAvatar' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, bApplyCurrentHeightAsOffset) == 0x000082, "Member 'UablImpulseToTargetTask::bApplyCurrentHeightAsOffset' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, bApplyCustomOffset) == 0x000083, "Member 'UablImpulseToTargetTask::bApplyCustomOffset' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, CustomOffset) == 0x000084, "Member 'UablImpulseToTargetTask::CustomOffset' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, bUseForImpact) == 0x000090, "Member 'UablImpulseToTargetTask::bUseForImpact' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, bTrackTarget) == 0x000091, "Member 'UablImpulseToTargetTask::bTrackTarget' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, bTrackLateral) == 0x000092, "Member 'UablImpulseToTargetTask::bTrackLateral' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, TrackTargetMinDist) == 0x000094, "Member 'UablImpulseToTargetTask::TrackTargetMinDist' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, TrackTargetMaxDist) == 0x000098, "Member 'UablImpulseToTargetTask::TrackTargetMaxDist' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, bUseMaxHeadingFromFwd) == 0x00009C, "Member 'UablImpulseToTargetTask::bUseMaxHeadingFromFwd' has a wrong offset!"); \ static_assert(offsetof(UablImpulseToTargetTask, MaxHeadingFromFwd) == 0x0000A0, "Member 'UablImpulseToTargetTask::MaxHeadingFromFwd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ApparitionSpellTool_SetDirection \ static_assert(alignof(ApparitionSpellTool_SetDirection) == 0x000004, "Wrong alignment on ApparitionSpellTool_SetDirection"); \ static_assert(sizeof(ApparitionSpellTool_SetDirection) == 0x000008, "Wrong size on ApparitionSpellTool_SetDirection"); \ static_assert(offsetof(ApparitionSpellTool_SetDirection, X) == 0x000000, "Member 'ApparitionSpellTool_SetDirection::X' has a wrong offset!"); \ static_assert(offsetof(ApparitionSpellTool_SetDirection, Y) == 0x000004, "Member 'ApparitionSpellTool_SetDirection::Y' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AApparitionSpellTool \ static_assert(alignof(AApparitionSpellTool) == 0x000008, "Wrong alignment on AApparitionSpellTool"); \ static_assert(sizeof(AApparitionSpellTool) == 0x0009E0, "Wrong size on AApparitionSpellTool"); \ static_assert(offsetof(AApparitionSpellTool, bShowDebug) == 0x000960, "Member 'AApparitionSpellTool::bShowDebug' has a wrong offset!"); \ static_assert(offsetof(AApparitionSpellTool, LevelDataArray) == 0x000968, "Member 'AApparitionSpellTool::LevelDataArray' has a wrong offset!"); \ static_assert(offsetof(AApparitionSpellTool, ApparitionActorClass) == 0x000978, "Member 'AApparitionSpellTool::ApparitionActorClass' has a wrong offset!"); \ static_assert(offsetof(AApparitionSpellTool, TeleportFX) == 0x000980, "Member 'AApparitionSpellTool::TeleportFX' has a wrong offset!"); \ static_assert(offsetof(AApparitionSpellTool, bUseBulletTime) == 0x000988, "Member 'AApparitionSpellTool::bUseBulletTime' has a wrong offset!"); \ static_assert(offsetof(AApparitionSpellTool, BulletTimeRate) == 0x00098C, "Member 'AApparitionSpellTool::BulletTimeRate' has a wrong offset!"); \ static_assert(offsetof(AApparitionSpellTool, TimeDilationSfx) == 0x000990, "Member 'AApparitionSpellTool::TimeDilationSfx' has a wrong offset!"); \ static_assert(offsetof(AApparitionSpellTool, DistanceFromObstruction) == 0x000998, "Member 'AApparitionSpellTool::DistanceFromObstruction' has a wrong offset!"); \ static_assert(offsetof(AApparitionSpellTool, SweepSphereRadius) == 0x00099C, "Member 'AApparitionSpellTool::SweepSphereRadius' has a wrong offset!"); \ static_assert(offsetof(AApparitionSpellTool, SweepSegmentDistance) == 0x0009A0, "Member 'AApparitionSpellTool::SweepSegmentDistance' has a wrong offset!"); \ static_assert(offsetof(AApparitionSpellTool, GroundSweepDistance) == 0x0009A4, "Member 'AApparitionSpellTool::GroundSweepDistance' has a wrong offset!"); \ static_assert(offsetof(AApparitionSpellTool, ApparitionActor) == 0x0009A8, "Member 'AApparitionSpellTool::ApparitionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCameraStackAnimationTask \ static_assert(alignof(UAblCameraStackAnimationTask) == 0x000010, "Wrong alignment on UAblCameraStackAnimationTask"); \ static_assert(sizeof(UAblCameraStackAnimationTask) == 0x0001F0, "Wrong size on UAblCameraStackAnimationTask"); \ static_assert(offsetof(UAblCameraStackAnimationTask, AnimSequences) == 0x000070, "Member 'UAblCameraStackAnimationTask::AnimSequences' has a wrong offset!"); \ static_assert(offsetof(UAblCameraStackAnimationTask, SelectionMethod) == 0x000080, "Member 'UAblCameraStackAnimationTask::SelectionMethod' has a wrong offset!"); \ static_assert(offsetof(UAblCameraStackAnimationTask, BlendInDuration) == 0x000084, "Member 'UAblCameraStackAnimationTask::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UAblCameraStackAnimationTask, BlendOutDuration) == 0x000088, "Member 'UAblCameraStackAnimationTask::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(UAblCameraStackAnimationTask, CrossBlendTimeOverlap) == 0x00008C, "Member 'UAblCameraStackAnimationTask::CrossBlendTimeOverlap' has a wrong offset!"); \ static_assert(offsetof(UAblCameraStackAnimationTask, bLazyBlendOut) == 0x000090, "Member 'UAblCameraStackAnimationTask::bLazyBlendOut' has a wrong offset!"); \ static_assert(offsetof(UAblCameraStackAnimationTask, RetargetingHeightOffset) == 0x000094, "Member 'UAblCameraStackAnimationTask::RetargetingHeightOffset' has a wrong offset!"); \ static_assert(offsetof(UAblCameraStackAnimationTask, AnimData) == 0x0000A0, "Member 'UAblCameraStackAnimationTask::AnimData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNPC_ParryLeadInLoopingTask \ static_assert(alignof(UAblNPC_ParryLeadInLoopingTask) == 0x000008, "Wrong alignment on UAblNPC_ParryLeadInLoopingTask"); \ static_assert(sizeof(UAblNPC_ParryLeadInLoopingTask) == 0x000090, "Wrong size on UAblNPC_ParryLeadInLoopingTask"); \ static_assert(offsetof(UAblNPC_ParryLeadInLoopingTask, bOverrideRunAtDataLeadInTime) == 0x000070, "Member 'UAblNPC_ParryLeadInLoopingTask::bOverrideRunAtDataLeadInTime' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryLeadInLoopingTask, ParryLeadIn) == 0x000074, "Member 'UAblNPC_ParryLeadInLoopingTask::ParryLeadIn' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryLeadInLoopingTask, bOverrideDBParryToRelease) == 0x000078, "Member 'UAblNPC_ParryLeadInLoopingTask::bOverrideDBParryToRelease' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryLeadInLoopingTask, ParryToRelease) == 0x00007C, "Member 'UAblNPC_ParryLeadInLoopingTask::ParryToRelease' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryLeadInLoopingTask, bOverrideDBCounterType) == 0x000080, "Member 'UAblNPC_ParryLeadInLoopingTask::bOverrideDBCounterType' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryLeadInLoopingTask, OverrideCounterType) == 0x000081, "Member 'UAblNPC_ParryLeadInLoopingTask::OverrideCounterType' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryLeadInLoopingTask, bOverrideDBResponseType) == 0x000082, "Member 'UAblNPC_ParryLeadInLoopingTask::bOverrideDBResponseType' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryLeadInLoopingTask, OverrideResponseType) == 0x000083, "Member 'UAblNPC_ParryLeadInLoopingTask::OverrideResponseType' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryLeadInLoopingTask, bOverrideDBCounterStepDirection) == 0x000084, "Member 'UAblNPC_ParryLeadInLoopingTask::bOverrideDBCounterStepDirection' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryLeadInLoopingTask, OverrideCounterStepDirection) == 0x000085, "Member 'UAblNPC_ParryLeadInLoopingTask::OverrideCounterStepDirection' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryLeadInLoopingTask, bOverrideDBCounterStyle) == 0x000086, "Member 'UAblNPC_ParryLeadInLoopingTask::bOverrideDBCounterStyle' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryLeadInLoopingTask, OverrideCounterStyle) == 0x000087, "Member 'UAblNPC_ParryLeadInLoopingTask::OverrideCounterStyle' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryLeadInLoopingTask, bOverrideDBDodgeStyle) == 0x000088, "Member 'UAblNPC_ParryLeadInLoopingTask::bOverrideDBDodgeStyle' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryLeadInLoopingTask, OverrideDodgeStyle) == 0x000089, "Member 'UAblNPC_ParryLeadInLoopingTask::OverrideDodgeStyle' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryLeadInLoopingTask, bParryWindowPersistPastImpact) == 0x00008A, "Member 'UAblNPC_ParryLeadInLoopingTask::bParryWindowPersistPastImpact' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryLeadInLoopingTask, bParryWindowForceCloseOnTaskEnd) == 0x00008B, "Member 'UAblNPC_ParryLeadInLoopingTask::bParryWindowForceCloseOnTaskEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCameraStackContextTask \ static_assert(alignof(UAblCameraStackContextTask) == 0x000008, "Wrong alignment on UAblCameraStackContextTask"); \ static_assert(sizeof(UAblCameraStackContextTask) == 0x000080, "Wrong size on UAblCameraStackContextTask"); \ static_assert(offsetof(UAblCameraStackContextTask, TaskStartOperation) == 0x000070, "Member 'UAblCameraStackContextTask::TaskStartOperation' has a wrong offset!"); \ static_assert(offsetof(UAblCameraStackContextTask, TaskEndOperation) == 0x000071, "Member 'UAblCameraStackContextTask::TaskEndOperation' has a wrong offset!"); \ static_assert(offsetof(UAblCameraStackContextTask, ContextName) == 0x000074, "Member 'UAblCameraStackContextTask::ContextName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineProvider \ static_assert(alignof(UDialogueLineProvider) == 0x000008, "Wrong alignment on UDialogueLineProvider"); \ static_assert(sizeof(UDialogueLineProvider) == 0x000028, "Wrong size on UDialogueLineProvider"); \ #define DUMPER7_ASSERTS_AAutomatedCapturePointOfInterest \ static_assert(alignof(AAutomatedCapturePointOfInterest) == 0x000008, "Wrong alignment on AAutomatedCapturePointOfInterest"); \ static_assert(sizeof(AAutomatedCapturePointOfInterest) == 0x000270, "Wrong size on AAutomatedCapturePointOfInterest"); \ #define DUMPER7_ASSERTS_UModFilter_UseItem_Base \ static_assert(alignof(UModFilter_UseItem_Base) == 0x000008, "Wrong alignment on UModFilter_UseItem_Base"); \ static_assert(sizeof(UModFilter_UseItem_Base) == 0x000030, "Wrong size on UModFilter_UseItem_Base"); \ #define DUMPER7_ASSERTS_UAblCapsulePhysicsScratchPad \ static_assert(alignof(UAblCapsulePhysicsScratchPad) == 0x000008, "Wrong alignment on UAblCapsulePhysicsScratchPad"); \ static_assert(sizeof(UAblCapsulePhysicsScratchPad) == 0x000030, "Wrong size on UAblCapsulePhysicsScratchPad"); \ static_assert(offsetof(UAblCapsulePhysicsScratchPad, bInitLockXRotation) == 0x000028, "Member 'UAblCapsulePhysicsScratchPad::bInitLockXRotation' has a wrong offset!"); \ static_assert(offsetof(UAblCapsulePhysicsScratchPad, bInitLockYRotation) == 0x000029, "Member 'UAblCapsulePhysicsScratchPad::bInitLockYRotation' has a wrong offset!"); \ static_assert(offsetof(UAblCapsulePhysicsScratchPad, bInitLockZRotation) == 0x00002A, "Member 'UAblCapsulePhysicsScratchPad::bInitLockZRotation' has a wrong offset!"); \ static_assert(offsetof(UAblCapsulePhysicsScratchPad, LinearDampening) == 0x00002C, "Member 'UAblCapsulePhysicsScratchPad::LinearDampening' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCapsulePhysicsTask \ static_assert(alignof(UAblCapsulePhysicsTask) == 0x000008, "Wrong alignment on UAblCapsulePhysicsTask"); \ static_assert(sizeof(UAblCapsulePhysicsTask) == 0x000080, "Wrong size on UAblCapsulePhysicsTask"); \ static_assert(offsetof(UAblCapsulePhysicsTask, bEnablePhysicsAtStart) == 0x000070, "Member 'UAblCapsulePhysicsTask::bEnablePhysicsAtStart' has a wrong offset!"); \ static_assert(offsetof(UAblCapsulePhysicsTask, bEnableGravityAtStart) == 0x000071, "Member 'UAblCapsulePhysicsTask::bEnableGravityAtStart' has a wrong offset!"); \ static_assert(offsetof(UAblCapsulePhysicsTask, bEnablePhysicsAtEnd) == 0x000072, "Member 'UAblCapsulePhysicsTask::bEnablePhysicsAtEnd' has a wrong offset!"); \ static_assert(offsetof(UAblCapsulePhysicsTask, bEnableGravityAtEnd) == 0x000073, "Member 'UAblCapsulePhysicsTask::bEnableGravityAtEnd' has a wrong offset!"); \ static_assert(offsetof(UAblCapsulePhysicsTask, bLockXRotation) == 0x000074, "Member 'UAblCapsulePhysicsTask::bLockXRotation' has a wrong offset!"); \ static_assert(offsetof(UAblCapsulePhysicsTask, bLockYRotation) == 0x000075, "Member 'UAblCapsulePhysicsTask::bLockYRotation' has a wrong offset!"); \ static_assert(offsetof(UAblCapsulePhysicsTask, bLockZRotation) == 0x000076, "Member 'UAblCapsulePhysicsTask::bLockZRotation' has a wrong offset!"); \ static_assert(offsetof(UAblCapsulePhysicsTask, LinearDampening) == 0x000078, "Member 'UAblCapsulePhysicsTask::LinearDampening' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablJumpAdjustTaskScratchPad \ static_assert(alignof(UablJumpAdjustTaskScratchPad) == 0x000008, "Wrong alignment on UablJumpAdjustTaskScratchPad"); \ static_assert(sizeof(UablJumpAdjustTaskScratchPad) == 0x000068, "Wrong size on UablJumpAdjustTaskScratchPad"); \ #define DUMPER7_ASSERTS_UModFilter_VendorTransaction_Base \ static_assert(alignof(UModFilter_VendorTransaction_Base) == 0x000008, "Wrong alignment on UModFilter_VendorTransaction_Base"); \ static_assert(sizeof(UModFilter_VendorTransaction_Base) == 0x000030, "Wrong size on UModFilter_VendorTransaction_Base"); \ #define DUMPER7_ASSERTS_UModFilter_VendorTransaction_IsBuying \ static_assert(alignof(UModFilter_VendorTransaction_IsBuying) == 0x000008, "Wrong alignment on UModFilter_VendorTransaction_IsBuying"); \ static_assert(sizeof(UModFilter_VendorTransaction_IsBuying) == 0x000030, "Wrong size on UModFilter_VendorTransaction_IsBuying"); \ #define DUMPER7_ASSERTS_UablCastSpellTaskScratchPad \ static_assert(alignof(UablCastSpellTaskScratchPad) == 0x000008, "Wrong alignment on UablCastSpellTaskScratchPad"); \ static_assert(sizeof(UablCastSpellTaskScratchPad) == 0x000030, "Wrong size on UablCastSpellTaskScratchPad"); \ static_assert(offsetof(UablCastSpellTaskScratchPad, ElapsedTime) == 0x000028, "Member 'UablCastSpellTaskScratchPad::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilityOverrideBase \ static_assert(alignof(ULumosScalabilityOverrideBase) == 0x000008, "Wrong alignment on ULumosScalabilityOverrideBase"); \ static_assert(sizeof(ULumosScalabilityOverrideBase) == 0x000028, "Wrong size on ULumosScalabilityOverrideBase"); \ #define DUMPER7_ASSERTS_ULumosScalabilityOverrideWithRule \ static_assert(alignof(ULumosScalabilityOverrideWithRule) == 0x000008, "Wrong alignment on ULumosScalabilityOverrideWithRule"); \ static_assert(sizeof(ULumosScalabilityOverrideWithRule) == 0x000030, "Wrong size on ULumosScalabilityOverrideWithRule"); \ static_assert(offsetof(ULumosScalabilityOverrideWithRule, Rule) == 0x000028, "Member 'ULumosScalabilityOverrideWithRule::Rule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilityOverrideScalabilityLevel \ static_assert(alignof(ULumosScalabilityOverrideScalabilityLevel) == 0x000008, "Wrong alignment on ULumosScalabilityOverrideScalabilityLevel"); \ static_assert(sizeof(ULumosScalabilityOverrideScalabilityLevel) == 0x000038, "Wrong size on ULumosScalabilityOverrideScalabilityLevel"); \ static_assert(offsetof(ULumosScalabilityOverrideScalabilityLevel, Level) == 0x000030, "Member 'ULumosScalabilityOverrideScalabilityLevel::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablNPC_AnimUtilTask \ static_assert(alignof(UablNPC_AnimUtilTask) == 0x000008, "Wrong alignment on UablNPC_AnimUtilTask"); \ static_assert(sizeof(UablNPC_AnimUtilTask) == 0x000078, "Wrong size on UablNPC_AnimUtilTask"); \ static_assert(offsetof(UablNPC_AnimUtilTask, BranchToAbilityOnRelease) == 0x000070, "Member 'UablNPC_AnimUtilTask::BranchToAbilityOnRelease' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchCreatureMountCombatInputScratchpad \ static_assert(alignof(UAblBranchCreatureMountCombatInputScratchpad) == 0x000008, "Wrong alignment on UAblBranchCreatureMountCombatInputScratchpad"); \ static_assert(sizeof(UAblBranchCreatureMountCombatInputScratchpad) == 0x000030, "Wrong size on UAblBranchCreatureMountCombatInputScratchpad"); \ #define DUMPER7_ASSERTS_UablCastSpellTask \ static_assert(alignof(UablCastSpellTask) == 0x000008, "Wrong alignment on UablCastSpellTask"); \ static_assert(sizeof(UablCastSpellTask) == 0x000078, "Wrong size on UablCastSpellTask"); \ static_assert(offsetof(UablCastSpellTask, Socket) == 0x000070, "Member 'UablCastSpellTask::Socket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAOESpellTool \ static_assert(alignof(AAOESpellTool) == 0x000008, "Wrong alignment on AAOESpellTool"); \ static_assert(sizeof(AAOESpellTool) == 0x000800, "Wrong size on AAOESpellTool"); \ static_assert(offsetof(AAOESpellTool, bTargetCharacter) == 0x0007F0, "Member 'AAOESpellTool::bTargetCharacter' has a wrong offset!"); \ static_assert(offsetof(AAOESpellTool, bTargetObject) == 0x0007F1, "Member 'AAOESpellTool::bTargetObject' has a wrong offset!"); \ static_assert(offsetof(AAOESpellTool, bPlayOnGround) == 0x0007F2, "Member 'AAOESpellTool::bPlayOnGround' has a wrong offset!"); \ static_assert(offsetof(AAOESpellTool, NoTargetDistance) == 0x0007F4, "Member 'AAOESpellTool::NoTargetDistance' has a wrong offset!"); \ static_assert(offsetof(AAOESpellTool, AOEMunition) == 0x0007F8, "Member 'AAOESpellTool::AOEMunition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCentaurSpawnMunitionTaskScratchPad \ static_assert(alignof(UAblCentaurSpawnMunitionTaskScratchPad) == 0x000008, "Wrong alignment on UAblCentaurSpawnMunitionTaskScratchPad"); \ static_assert(sizeof(UAblCentaurSpawnMunitionTaskScratchPad) == 0x000030, "Wrong size on UAblCentaurSpawnMunitionTaskScratchPad"); \ static_assert(offsetof(UAblCentaurSpawnMunitionTaskScratchPad, EquipArrowActor) == 0x000028, "Member 'UAblCentaurSpawnMunitionTaskScratchPad::EquipArrowActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablCentaurSpawnMunitionTask \ static_assert(alignof(UablCentaurSpawnMunitionTask) == 0x000008, "Wrong alignment on UablCentaurSpawnMunitionTask"); \ static_assert(sizeof(UablCentaurSpawnMunitionTask) == 0x000098, "Wrong size on UablCentaurSpawnMunitionTask"); \ static_assert(offsetof(UablCentaurSpawnMunitionTask, EquipArrowClass) == 0x000070, "Member 'UablCentaurSpawnMunitionTask::EquipArrowClass' has a wrong offset!"); \ static_assert(offsetof(UablCentaurSpawnMunitionTask, MunitionClass) == 0x000078, "Member 'UablCentaurSpawnMunitionTask::MunitionClass' has a wrong offset!"); \ static_assert(offsetof(UablCentaurSpawnMunitionTask, ArrowSocketName) == 0x000080, "Member 'UablCentaurSpawnMunitionTask::ArrowSocketName' has a wrong offset!"); \ static_assert(offsetof(UablCentaurSpawnMunitionTask, MunitionSocketOffsetX) == 0x000088, "Member 'UablCentaurSpawnMunitionTask::MunitionSocketOffsetX' has a wrong offset!"); \ static_assert(offsetof(UablCentaurSpawnMunitionTask, BlackboardTargetActorKeyName) == 0x00008C, "Member 'UablCentaurSpawnMunitionTask::BlackboardTargetActorKeyName' has a wrong offset!"); \ static_assert(offsetof(UablCentaurSpawnMunitionTask, bTrackTargetLocation) == 0x000094, "Member 'UablCentaurSpawnMunitionTask::bTrackTargetLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablNPC_TurnAssistTask \ static_assert(alignof(UablNPC_TurnAssistTask) == 0x000008, "Wrong alignment on UablNPC_TurnAssistTask"); \ static_assert(sizeof(UablNPC_TurnAssistTask) == 0x000080, "Wrong size on UablNPC_TurnAssistTask"); \ static_assert(offsetof(UablNPC_TurnAssistTask, TurnAssistMode) == 0x000070, "Member 'UablNPC_TurnAssistTask::TurnAssistMode' has a wrong offset!"); \ static_assert(offsetof(UablNPC_TurnAssistTask, bUseFixedDirection) == 0x000071, "Member 'UablNPC_TurnAssistTask::bUseFixedDirection' has a wrong offset!"); \ static_assert(offsetof(UablNPC_TurnAssistTask, FixedSource) == 0x000072, "Member 'UablNPC_TurnAssistTask::FixedSource' has a wrong offset!"); \ static_assert(offsetof(UablNPC_TurnAssistTask, FixedRelativeAngle) == 0x000074, "Member 'UablNPC_TurnAssistTask::FixedRelativeAngle' has a wrong offset!"); \ static_assert(offsetof(UablNPC_TurnAssistTask, bFollowPlayer) == 0x000078, "Member 'UablNPC_TurnAssistTask::bFollowPlayer' has a wrong offset!"); \ static_assert(offsetof(UablNPC_TurnAssistTask, bTurnToPlayer) == 0x000079, "Member 'UablNPC_TurnAssistTask::bTurnToPlayer' has a wrong offset!"); \ static_assert(offsetof(UablNPC_TurnAssistTask, bFollowTarget) == 0x00007A, "Member 'UablNPC_TurnAssistTask::bFollowTarget' has a wrong offset!"); \ static_assert(offsetof(UablNPC_TurnAssistTask, bTurnToTarget) == 0x00007B, "Member 'UablNPC_TurnAssistTask::bTurnToTarget' has a wrong offset!"); \ static_assert(offsetof(UablNPC_TurnAssistTask, bFollowInstigator) == 0x00007C, "Member 'UablNPC_TurnAssistTask::bFollowInstigator' has a wrong offset!"); \ static_assert(offsetof(UablNPC_TurnAssistTask, bTurnToInstigator) == 0x00007D, "Member 'UablNPC_TurnAssistTask::bTurnToInstigator' has a wrong offset!"); \ static_assert(offsetof(UablNPC_TurnAssistTask, bIgnoreTargetTracker) == 0x00007E, "Member 'UablNPC_TurnAssistTask::bIgnoreTargetTracker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FinisherSpellTool_GetSkinFxComponent \ static_assert(alignof(FinisherSpellTool_GetSkinFxComponent) == 0x000008, "Wrong alignment on FinisherSpellTool_GetSkinFxComponent"); \ static_assert(sizeof(FinisherSpellTool_GetSkinFxComponent) == 0x000008, "Wrong size on FinisherSpellTool_GetSkinFxComponent"); \ static_assert(offsetof(FinisherSpellTool_GetSkinFxComponent, ReturnValue) == 0x000000, "Member 'FinisherSpellTool_GetSkinFxComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FinisherSpellTool_OnFinisherDeath \ static_assert(alignof(FinisherSpellTool_OnFinisherDeath) == 0x000008, "Wrong alignment on FinisherSpellTool_OnFinisherDeath"); \ static_assert(sizeof(FinisherSpellTool_OnFinisherDeath) == 0x000008, "Wrong size on FinisherSpellTool_OnFinisherDeath"); \ static_assert(offsetof(FinisherSpellTool_OnFinisherDeath, Target) == 0x000000, "Member 'FinisherSpellTool_OnFinisherDeath::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FinisherSpellTool_OnFinisherEnd \ static_assert(alignof(FinisherSpellTool_OnFinisherEnd) == 0x000008, "Wrong alignment on FinisherSpellTool_OnFinisherEnd"); \ static_assert(sizeof(FinisherSpellTool_OnFinisherEnd) == 0x000008, "Wrong size on FinisherSpellTool_OnFinisherEnd"); \ static_assert(offsetof(FinisherSpellTool_OnFinisherEnd, Target) == 0x000000, "Member 'FinisherSpellTool_OnFinisherEnd::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FinisherSpellTool_OnFinisherHit \ static_assert(alignof(FinisherSpellTool_OnFinisherHit) == 0x000008, "Wrong alignment on FinisherSpellTool_OnFinisherHit"); \ static_assert(sizeof(FinisherSpellTool_OnFinisherHit) == 0x000008, "Wrong size on FinisherSpellTool_OnFinisherHit"); \ static_assert(offsetof(FinisherSpellTool_OnFinisherHit, Target) == 0x000000, "Member 'FinisherSpellTool_OnFinisherHit::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FinisherSpellTool_SpellStarted \ static_assert(alignof(FinisherSpellTool_SpellStarted) == 0x000008, "Wrong alignment on FinisherSpellTool_SpellStarted"); \ static_assert(sizeof(FinisherSpellTool_SpellStarted) == 0x000008, "Wrong size on FinisherSpellTool_SpellStarted"); \ static_assert(offsetof(FinisherSpellTool_SpellStarted, WandWielder) == 0x000000, "Member 'FinisherSpellTool_SpellStarted::WandWielder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFinisherSpellTool \ static_assert(alignof(AFinisherSpellTool) == 0x000008, "Wrong alignment on AFinisherSpellTool"); \ static_assert(sizeof(AFinisherSpellTool) == 0x000C28, "Wrong size on AFinisherSpellTool"); \ static_assert(offsetof(AFinisherSpellTool, InitialWorldTimeDilation) == 0x000960, "Member 'AFinisherSpellTool::InitialWorldTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, InitialPlayerTimeDilation) == 0x000964, "Member 'AFinisherSpellTool::InitialPlayerTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, FinishWorldTimeDilation) == 0x000968, "Member 'AFinisherSpellTool::FinishWorldTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, HitAOEMunitionActor) == 0x000970, "Member 'AFinisherSpellTool::HitAOEMunitionActor' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, HitAOEMunitionTagContainer) == 0x000978, "Member 'AFinisherSpellTool::HitAOEMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, HitAOEMunitionDataAsset) == 0x000998, "Member 'AFinisherSpellTool::HitAOEMunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, HitFX2) == 0x0009A0, "Member 'AFinisherSpellTool::HitFX2' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, DestroyTargetOnDeath) == 0x0009B0, "Member 'AFinisherSpellTool::DestroyTargetOnDeath' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, AOEMunitionActor) == 0x0009B8, "Member 'AFinisherSpellTool::AOEMunitionActor' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, AOEMunitionTagContainer) == 0x0009C0, "Member 'AFinisherSpellTool::AOEMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, AOEMunitionDataAsset) == 0x0009E0, "Member 'AFinisherSpellTool::AOEMunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, DeathFX2) == 0x0009E8, "Member 'AFinisherSpellTool::DeathFX2' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, DeathDecalMaterial) == 0x0009F8, "Member 'AFinisherSpellTool::DeathDecalMaterial' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, DeathDecalSize) == 0x000A00, "Member 'AFinisherSpellTool::DeathDecalSize' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, DeathDecalLifeSpan) == 0x000A0C, "Member 'AFinisherSpellTool::DeathDecalLifeSpan' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, DeathDecalFadeTime) == 0x000A10, "Member 'AFinisherSpellTool::DeathDecalFadeTime' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, DeathDecal3D) == 0x000A18, "Member 'AFinisherSpellTool::DeathDecal3D' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, DeathDecal3DRandomOrientation) == 0x000A20, "Member 'AFinisherSpellTool::DeathDecal3DRandomOrientation' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, DeathDecalOnlyOnGround) == 0x000A21, "Member 'AFinisherSpellTool::DeathDecalOnlyOnGround' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, GroundFX2) == 0x000A28, "Member 'AFinisherSpellTool::GroundFX2' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, TargetActor) == 0x000C00, "Member 'AFinisherSpellTool::TargetActor' has a wrong offset!"); \ static_assert(offsetof(AFinisherSpellTool, TargetComponent) == 0x000C08, "Member 'AFinisherSpellTool::TargetComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPieceBase \ static_assert(alignof(UPieceBase) == 0x000008, "Wrong alignment on UPieceBase"); \ static_assert(sizeof(UPieceBase) == 0x000328, "Wrong size on UPieceBase"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_HermesBindForcedConversation \ static_assert(alignof(Biped_PlayerController_HermesBindForcedConversation) == 0x000008, "Wrong alignment on Biped_PlayerController_HermesBindForcedConversation"); \ static_assert(sizeof(Biped_PlayerController_HermesBindForcedConversation) == 0x000028, "Wrong size on Biped_PlayerController_HermesBindForcedConversation"); \ static_assert(offsetof(Biped_PlayerController_HermesBindForcedConversation, Delegate_OnForcedConversation) == 0x000000, "Member 'Biped_PlayerController_HermesBindForcedConversation::Delegate_OnForcedConversation' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_HermesBindForcedConversation, InOwner) == 0x000010, "Member 'Biped_PlayerController_HermesBindForcedConversation::InOwner' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_HermesBindForcedConversation, Handle) == 0x000018, "Member 'Biped_PlayerController_HermesBindForcedConversation::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_IsPlayerInAnimagusForm \ static_assert(alignof(Biped_PlayerController_IsPlayerInAnimagusForm) == 0x000008, "Wrong alignment on Biped_PlayerController_IsPlayerInAnimagusForm"); \ static_assert(sizeof(Biped_PlayerController_IsPlayerInAnimagusForm) == 0x000010, "Wrong size on Biped_PlayerController_IsPlayerInAnimagusForm"); \ static_assert(offsetof(Biped_PlayerController_IsPlayerInAnimagusForm, WorldContextObject) == 0x000000, "Member 'Biped_PlayerController_IsPlayerInAnimagusForm::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_IsPlayerInAnimagusForm, ReturnValue) == 0x000008, "Member 'Biped_PlayerController_IsPlayerInAnimagusForm::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_ActivateAutoTargetSense \ static_assert(alignof(Biped_PlayerController_ActivateAutoTargetSense) == 0x000001, "Wrong alignment on Biped_PlayerController_ActivateAutoTargetSense"); \ static_assert(sizeof(Biped_PlayerController_ActivateAutoTargetSense) == 0x000002, "Wrong size on Biped_PlayerController_ActivateAutoTargetSense"); \ static_assert(offsetof(Biped_PlayerController_ActivateAutoTargetSense, bFlag) == 0x000000, "Member 'Biped_PlayerController_ActivateAutoTargetSense::bFlag' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_ActivateAutoTargetSense, bForce) == 0x000001, "Member 'Biped_PlayerController_ActivateAutoTargetSense::bForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_ActivateClimbSense \ static_assert(alignof(Biped_PlayerController_ActivateClimbSense) == 0x000001, "Wrong alignment on Biped_PlayerController_ActivateClimbSense"); \ static_assert(sizeof(Biped_PlayerController_ActivateClimbSense) == 0x000002, "Wrong size on Biped_PlayerController_ActivateClimbSense"); \ static_assert(offsetof(Biped_PlayerController_ActivateClimbSense, bFlag) == 0x000000, "Member 'Biped_PlayerController_ActivateClimbSense::bFlag' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_ActivateClimbSense, bForce) == 0x000001, "Member 'Biped_PlayerController_ActivateClimbSense::bForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_ActivateInteractSense \ static_assert(alignof(Biped_PlayerController_ActivateInteractSense) == 0x000001, "Wrong alignment on Biped_PlayerController_ActivateInteractSense"); \ static_assert(sizeof(Biped_PlayerController_ActivateInteractSense) == 0x000002, "Wrong size on Biped_PlayerController_ActivateInteractSense"); \ static_assert(offsetof(Biped_PlayerController_ActivateInteractSense, bFlag) == 0x000000, "Member 'Biped_PlayerController_ActivateInteractSense::bFlag' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_ActivateInteractSense, bForce) == 0x000001, "Member 'Biped_PlayerController_ActivateInteractSense::bForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_ActivateOppugnoSense \ static_assert(alignof(Biped_PlayerController_ActivateOppugnoSense) == 0x000001, "Wrong alignment on Biped_PlayerController_ActivateOppugnoSense"); \ static_assert(sizeof(Biped_PlayerController_ActivateOppugnoSense) == 0x000002, "Wrong size on Biped_PlayerController_ActivateOppugnoSense"); \ static_assert(offsetof(Biped_PlayerController_ActivateOppugnoSense, bFlag) == 0x000000, "Member 'Biped_PlayerController_ActivateOppugnoSense::bFlag' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_ActivateOppugnoSense, bForce) == 0x000001, "Member 'Biped_PlayerController_ActivateOppugnoSense::bForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_ActivateReparoSense \ static_assert(alignof(Biped_PlayerController_ActivateReparoSense) == 0x000001, "Wrong alignment on Biped_PlayerController_ActivateReparoSense"); \ static_assert(sizeof(Biped_PlayerController_ActivateReparoSense) == 0x000002, "Wrong size on Biped_PlayerController_ActivateReparoSense"); \ static_assert(offsetof(Biped_PlayerController_ActivateReparoSense, bFlag) == 0x000000, "Member 'Biped_PlayerController_ActivateReparoSense::bFlag' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_ActivateReparoSense, bForce) == 0x000001, "Member 'Biped_PlayerController_ActivateReparoSense::bForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_AllowLockOn \ static_assert(alignof(Biped_PlayerController_AllowLockOn) == 0x000001, "Wrong alignment on Biped_PlayerController_AllowLockOn"); \ static_assert(sizeof(Biped_PlayerController_AllowLockOn) == 0x000001, "Wrong size on Biped_PlayerController_AllowLockOn"); \ static_assert(offsetof(Biped_PlayerController_AllowLockOn, bFlag) == 0x000000, "Member 'Biped_PlayerController_AllowLockOn::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_AutoTarget_SetFocusDirectionClass \ static_assert(alignof(Biped_PlayerController_AutoTarget_SetFocusDirectionClass) == 0x000008, "Wrong alignment on Biped_PlayerController_AutoTarget_SetFocusDirectionClass"); \ static_assert(sizeof(Biped_PlayerController_AutoTarget_SetFocusDirectionClass) == 0x000008, "Wrong size on Biped_PlayerController_AutoTarget_SetFocusDirectionClass"); \ static_assert(offsetof(Biped_PlayerController_AutoTarget_SetFocusDirectionClass, InFocusDirectionClass) == 0x000000, "Member 'Biped_PlayerController_AutoTarget_SetFocusDirectionClass::InFocusDirectionClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_AutoTarget_SetPerceiverPointClass \ static_assert(alignof(Biped_PlayerController_AutoTarget_SetPerceiverPointClass) == 0x000008, "Wrong alignment on Biped_PlayerController_AutoTarget_SetPerceiverPointClass"); \ static_assert(sizeof(Biped_PlayerController_AutoTarget_SetPerceiverPointClass) == 0x000008, "Wrong size on Biped_PlayerController_AutoTarget_SetPerceiverPointClass"); \ static_assert(offsetof(Biped_PlayerController_AutoTarget_SetPerceiverPointClass, InPerceiverPointClass) == 0x000000, "Member 'Biped_PlayerController_AutoTarget_SetPerceiverPointClass::InPerceiverPointClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_AutoTarget_SetUpDirectionClass \ static_assert(alignof(Biped_PlayerController_AutoTarget_SetUpDirectionClass) == 0x000008, "Wrong alignment on Biped_PlayerController_AutoTarget_SetUpDirectionClass"); \ static_assert(sizeof(Biped_PlayerController_AutoTarget_SetUpDirectionClass) == 0x000008, "Wrong size on Biped_PlayerController_AutoTarget_SetUpDirectionClass"); \ static_assert(offsetof(Biped_PlayerController_AutoTarget_SetUpDirectionClass, InUpDirectionClass) == 0x000000, "Member 'Biped_PlayerController_AutoTarget_SetUpDirectionClass::InUpDirectionClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_CanStickReset \ static_assert(alignof(Biped_PlayerController_CanStickReset) == 0x000001, "Wrong alignment on Biped_PlayerController_CanStickReset"); \ static_assert(sizeof(Biped_PlayerController_CanStickReset) == 0x000001, "Wrong size on Biped_PlayerController_CanStickReset"); \ static_assert(offsetof(Biped_PlayerController_CanStickReset, bCanReset) == 0x000000, "Member 'Biped_PlayerController_CanStickReset::bCanReset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_FinishAimModeTimeDilation \ static_assert(alignof(Biped_PlayerController_FinishAimModeTimeDilation) == 0x000004, "Wrong alignment on Biped_PlayerController_FinishAimModeTimeDilation"); \ static_assert(sizeof(Biped_PlayerController_FinishAimModeTimeDilation) == 0x000004, "Wrong size on Biped_PlayerController_FinishAimModeTimeDilation"); \ static_assert(offsetof(Biped_PlayerController_FinishAimModeTimeDilation, EaseOut) == 0x000000, "Member 'Biped_PlayerController_FinishAimModeTimeDilation::EaseOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_FinishSettingAutoTargetAlwaysTargetActor \ static_assert(alignof(Biped_PlayerController_FinishSettingAutoTargetAlwaysTargetActor) == 0x000008, "Wrong alignment on Biped_PlayerController_FinishSettingAutoTargetAlwaysTargetActor"); \ static_assert(sizeof(Biped_PlayerController_FinishSettingAutoTargetAlwaysTargetActor) == 0x000008, "Wrong size on Biped_PlayerController_FinishSettingAutoTargetAlwaysTargetActor"); \ static_assert(offsetof(Biped_PlayerController_FinishSettingAutoTargetAlwaysTargetActor, Provider) == 0x000000, "Member 'Biped_PlayerController_FinishSettingAutoTargetAlwaysTargetActor::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_FinishSettingSpecialAutoTarget \ static_assert(alignof(Biped_PlayerController_FinishSettingSpecialAutoTarget) == 0x000008, "Wrong alignment on Biped_PlayerController_FinishSettingSpecialAutoTarget"); \ static_assert(sizeof(Biped_PlayerController_FinishSettingSpecialAutoTarget) == 0x000008, "Wrong size on Biped_PlayerController_FinishSettingSpecialAutoTarget"); \ static_assert(offsetof(Biped_PlayerController_FinishSettingSpecialAutoTarget, Provider) == 0x000000, "Member 'Biped_PlayerController_FinishSettingSpecialAutoTarget::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_FlickToTarget \ static_assert(alignof(Biped_PlayerController_FlickToTarget) == 0x000004, "Wrong alignment on Biped_PlayerController_FlickToTarget"); \ static_assert(sizeof(Biped_PlayerController_FlickToTarget) == 0x00000C, "Wrong size on Biped_PlayerController_FlickToTarget"); \ static_assert(offsetof(Biped_PlayerController_FlickToTarget, StickFlickDirection) == 0x000000, "Member 'Biped_PlayerController_FlickToTarget::StickFlickDirection' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_FlickToTarget, ReturnValue) == 0x000008, "Member 'Biped_PlayerController_FlickToTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_FullyResetCamera \ static_assert(alignof(Biped_PlayerController_FullyResetCamera) == 0x000008, "Wrong alignment on Biped_PlayerController_FullyResetCamera"); \ static_assert(sizeof(Biped_PlayerController_FullyResetCamera) == 0x000010, "Wrong size on Biped_PlayerController_FullyResetCamera"); \ static_assert(offsetof(Biped_PlayerController_FullyResetCamera, ResetSpeed) == 0x000000, "Member 'Biped_PlayerController_FullyResetCamera::ResetSpeed' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_FullyResetCamera, ResetSpeedCurve) == 0x000008, "Member 'Biped_PlayerController_FullyResetCamera::ResetSpeedCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_GetAimBlendParameter \ static_assert(alignof(Biped_PlayerController_GetAimBlendParameter) == 0x000004, "Wrong alignment on Biped_PlayerController_GetAimBlendParameter"); \ static_assert(sizeof(Biped_PlayerController_GetAimBlendParameter) == 0x000004, "Wrong size on Biped_PlayerController_GetAimBlendParameter"); \ static_assert(offsetof(Biped_PlayerController_GetAimBlendParameter, ReturnValue) == 0x000000, "Member 'Biped_PlayerController_GetAimBlendParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_GetAimSense \ static_assert(alignof(Biped_PlayerController_GetAimSense) == 0x000008, "Wrong alignment on Biped_PlayerController_GetAimSense"); \ static_assert(sizeof(Biped_PlayerController_GetAimSense) == 0x000008, "Wrong size on Biped_PlayerController_GetAimSense"); \ static_assert(offsetof(Biped_PlayerController_GetAimSense, ReturnValue) == 0x000000, "Member 'Biped_PlayerController_GetAimSense::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_GetAutoTargetSense \ static_assert(alignof(Biped_PlayerController_GetAutoTargetSense) == 0x000008, "Wrong alignment on Biped_PlayerController_GetAutoTargetSense"); \ static_assert(sizeof(Biped_PlayerController_GetAutoTargetSense) == 0x000008, "Wrong size on Biped_PlayerController_GetAutoTargetSense"); \ static_assert(offsetof(Biped_PlayerController_GetAutoTargetSense, ReturnValue) == 0x000000, "Member 'Biped_PlayerController_GetAutoTargetSense::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_GetClimbSense \ static_assert(alignof(Biped_PlayerController_GetClimbSense) == 0x000008, "Wrong alignment on Biped_PlayerController_GetClimbSense"); \ static_assert(sizeof(Biped_PlayerController_GetClimbSense) == 0x000008, "Wrong size on Biped_PlayerController_GetClimbSense"); \ static_assert(offsetof(Biped_PlayerController_GetClimbSense, ReturnValue) == 0x000000, "Member 'Biped_PlayerController_GetClimbSense::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_GetInteractSense \ static_assert(alignof(Biped_PlayerController_GetInteractSense) == 0x000008, "Wrong alignment on Biped_PlayerController_GetInteractSense"); \ static_assert(sizeof(Biped_PlayerController_GetInteractSense) == 0x000008, "Wrong size on Biped_PlayerController_GetInteractSense"); \ static_assert(offsetof(Biped_PlayerController_GetInteractSense, ReturnValue) == 0x000000, "Member 'Biped_PlayerController_GetInteractSense::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_GetLastControlRotation \ static_assert(alignof(Biped_PlayerController_GetLastControlRotation) == 0x000004, "Wrong alignment on Biped_PlayerController_GetLastControlRotation"); \ static_assert(sizeof(Biped_PlayerController_GetLastControlRotation) == 0x00000C, "Wrong size on Biped_PlayerController_GetLastControlRotation"); \ static_assert(offsetof(Biped_PlayerController_GetLastControlRotation, ReturnValue) == 0x000000, "Member 'Biped_PlayerController_GetLastControlRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_GetLockedOnActor \ static_assert(alignof(Biped_PlayerController_GetLockedOnActor) == 0x000008, "Wrong alignment on Biped_PlayerController_GetLockedOnActor"); \ static_assert(sizeof(Biped_PlayerController_GetLockedOnActor) == 0x000008, "Wrong size on Biped_PlayerController_GetLockedOnActor"); \ static_assert(offsetof(Biped_PlayerController_GetLockedOnActor, ReturnValue) == 0x000000, "Member 'Biped_PlayerController_GetLockedOnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_GetOppugnoAlwaysTargetActor \ static_assert(alignof(Biped_PlayerController_GetOppugnoAlwaysTargetActor) == 0x000008, "Wrong alignment on Biped_PlayerController_GetOppugnoAlwaysTargetActor"); \ static_assert(sizeof(Biped_PlayerController_GetOppugnoAlwaysTargetActor) == 0x000008, "Wrong size on Biped_PlayerController_GetOppugnoAlwaysTargetActor"); \ static_assert(offsetof(Biped_PlayerController_GetOppugnoAlwaysTargetActor, ReturnValue) == 0x000000, "Member 'Biped_PlayerController_GetOppugnoAlwaysTargetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_GetStationInteractSense \ static_assert(alignof(Biped_PlayerController_GetStationInteractSense) == 0x000008, "Wrong alignment on Biped_PlayerController_GetStationInteractSense"); \ static_assert(sizeof(Biped_PlayerController_GetStationInteractSense) == 0x000008, "Wrong size on Biped_PlayerController_GetStationInteractSense"); \ static_assert(offsetof(Biped_PlayerController_GetStationInteractSense, ReturnValue) == 0x000000, "Member 'Biped_PlayerController_GetStationInteractSense::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_GetTargetOfInterestSense \ static_assert(alignof(Biped_PlayerController_GetTargetOfInterestSense) == 0x000008, "Wrong alignment on Biped_PlayerController_GetTargetOfInterestSense"); \ static_assert(sizeof(Biped_PlayerController_GetTargetOfInterestSense) == 0x000008, "Wrong size on Biped_PlayerController_GetTargetOfInterestSense"); \ static_assert(offsetof(Biped_PlayerController_GetTargetOfInterestSense, ReturnValue) == 0x000000, "Member 'Biped_PlayerController_GetTargetOfInterestSense::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_IsActorInBestList \ static_assert(alignof(Biped_PlayerController_IsActorInBestList) == 0x000008, "Wrong alignment on Biped_PlayerController_IsActorInBestList"); \ static_assert(sizeof(Biped_PlayerController_IsActorInBestList) == 0x000018, "Wrong size on Biped_PlayerController_IsActorInBestList"); \ static_assert(offsetof(Biped_PlayerController_IsActorInBestList, SenseClass) == 0x000000, "Member 'Biped_PlayerController_IsActorInBestList::SenseClass' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_IsActorInBestList, TestActor) == 0x000008, "Member 'Biped_PlayerController_IsActorInBestList::TestActor' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_IsActorInBestList, ReturnValue) == 0x000010, "Member 'Biped_PlayerController_IsActorInBestList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_IsLockedOntoTarget \ static_assert(alignof(Biped_PlayerController_IsLockedOntoTarget) == 0x000001, "Wrong alignment on Biped_PlayerController_IsLockedOntoTarget"); \ static_assert(sizeof(Biped_PlayerController_IsLockedOntoTarget) == 0x000001, "Wrong size on Biped_PlayerController_IsLockedOntoTarget"); \ static_assert(offsetof(Biped_PlayerController_IsLockedOntoTarget, ReturnValue) == 0x000000, "Member 'Biped_PlayerController_IsLockedOntoTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_IsSenseEnabled \ static_assert(alignof(Biped_PlayerController_IsSenseEnabled) == 0x000008, "Wrong alignment on Biped_PlayerController_IsSenseEnabled"); \ static_assert(sizeof(Biped_PlayerController_IsSenseEnabled) == 0x000010, "Wrong size on Biped_PlayerController_IsSenseEnabled"); \ static_assert(offsetof(Biped_PlayerController_IsSenseEnabled, InSense) == 0x000000, "Member 'Biped_PlayerController_IsSenseEnabled::InSense' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_IsSenseEnabled, ReturnValue) == 0x000008, "Member 'Biped_PlayerController_IsSenseEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_IsTargetCritical \ static_assert(alignof(Biped_PlayerController_IsTargetCritical) == 0x000008, "Wrong alignment on Biped_PlayerController_IsTargetCritical"); \ static_assert(sizeof(Biped_PlayerController_IsTargetCritical) == 0x000008, "Wrong size on Biped_PlayerController_IsTargetCritical"); \ static_assert(offsetof(Biped_PlayerController_IsTargetCritical, Target) == 0x000000, "Member 'Biped_PlayerController_IsTargetCritical::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_LockOntoAutoTargetActor \ static_assert(alignof(Biped_PlayerController_LockOntoAutoTargetActor) == 0x000008, "Wrong alignment on Biped_PlayerController_LockOntoAutoTargetActor"); \ static_assert(sizeof(Biped_PlayerController_LockOntoAutoTargetActor) == 0x000010, "Wrong size on Biped_PlayerController_LockOntoAutoTargetActor"); \ static_assert(offsetof(Biped_PlayerController_LockOntoAutoTargetActor, InLockOnType) == 0x000000, "Member 'Biped_PlayerController_LockOntoAutoTargetActor::InLockOnType' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_LockOntoAutoTargetActor, AutoTargetActor) == 0x000008, "Member 'Biped_PlayerController_LockOntoAutoTargetActor::AutoTargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_MaxSpeedChanged \ static_assert(alignof(Biped_PlayerController_MaxSpeedChanged) == 0x000004, "Wrong alignment on Biped_PlayerController_MaxSpeedChanged"); \ static_assert(sizeof(Biped_PlayerController_MaxSpeedChanged) == 0x000004, "Wrong size on Biped_PlayerController_MaxSpeedChanged"); \ static_assert(offsetof(Biped_PlayerController_MaxSpeedChanged, InSpeed) == 0x000000, "Member 'Biped_PlayerController_MaxSpeedChanged::InSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_OnInteractTargetRegistered \ static_assert(alignof(Biped_PlayerController_OnInteractTargetRegistered) == 0x000008, "Wrong alignment on Biped_PlayerController_OnInteractTargetRegistered"); \ static_assert(sizeof(Biped_PlayerController_OnInteractTargetRegistered) == 0x000008, "Wrong size on Biped_PlayerController_OnInteractTargetRegistered"); \ static_assert(offsetof(Biped_PlayerController_OnInteractTargetRegistered, InTarget) == 0x000000, "Member 'Biped_PlayerController_OnInteractTargetRegistered::InTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_PawnTeleported \ static_assert(alignof(Biped_PlayerController_PawnTeleported) == 0x000008, "Wrong alignment on Biped_PlayerController_PawnTeleported"); \ static_assert(sizeof(Biped_PlayerController_PawnTeleported) == 0x000020, "Wrong size on Biped_PlayerController_PawnTeleported"); \ static_assert(offsetof(Biped_PlayerController_PawnTeleported, TeleportedCharacter) == 0x000000, "Member 'Biped_PlayerController_PawnTeleported::TeleportedCharacter' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_PawnTeleported, AmountDisplaced) == 0x000008, "Member 'Biped_PlayerController_PawnTeleported::AmountDisplaced' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_PawnTeleported, AmountRotated) == 0x000014, "Member 'Biped_PlayerController_PawnTeleported::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_ReleaseLockFromTarget \ static_assert(alignof(Biped_PlayerController_ReleaseLockFromTarget) == 0x000001, "Wrong alignment on Biped_PlayerController_ReleaseLockFromTarget"); \ static_assert(sizeof(Biped_PlayerController_ReleaseLockFromTarget) == 0x000001, "Wrong size on Biped_PlayerController_ReleaseLockFromTarget"); \ static_assert(offsetof(Biped_PlayerController_ReleaseLockFromTarget, InLockOnType) == 0x000000, "Member 'Biped_PlayerController_ReleaseLockFromTarget::InLockOnType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_ResetCameraRotation \ static_assert(alignof(Biped_PlayerController_ResetCameraRotation) == 0x000008, "Wrong alignment on Biped_PlayerController_ResetCameraRotation"); \ static_assert(sizeof(Biped_PlayerController_ResetCameraRotation) == 0x000010, "Wrong size on Biped_PlayerController_ResetCameraRotation"); \ static_assert(offsetof(Biped_PlayerController_ResetCameraRotation, ResetSpeed) == 0x000000, "Member 'Biped_PlayerController_ResetCameraRotation::ResetSpeed' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_ResetCameraRotation, ResetSpeedCurve) == 0x000008, "Member 'Biped_PlayerController_ResetCameraRotation::ResetSpeedCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_SetAutoTargetAlwaysTargetActor \ static_assert(alignof(Biped_PlayerController_SetAutoTargetAlwaysTargetActor) == 0x000008, "Wrong alignment on Biped_PlayerController_SetAutoTargetAlwaysTargetActor"); \ static_assert(sizeof(Biped_PlayerController_SetAutoTargetAlwaysTargetActor) == 0x000008, "Wrong size on Biped_PlayerController_SetAutoTargetAlwaysTargetActor"); \ static_assert(offsetof(Biped_PlayerController_SetAutoTargetAlwaysTargetActor, InActor) == 0x000000, "Member 'Biped_PlayerController_SetAutoTargetAlwaysTargetActor::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_SetCameraLookAt \ static_assert(alignof(Biped_PlayerController_SetCameraLookAt) == 0x000004, "Wrong alignment on Biped_PlayerController_SetCameraLookAt"); \ static_assert(sizeof(Biped_PlayerController_SetCameraLookAt) == 0x000010, "Wrong size on Biped_PlayerController_SetCameraLookAt"); \ static_assert(offsetof(Biped_PlayerController_SetCameraLookAt, LookAtPoint) == 0x000000, "Member 'Biped_PlayerController_SetCameraLookAt::LookAtPoint' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_SetCameraLookAt, SpeedScalar) == 0x00000C, "Member 'Biped_PlayerController_SetCameraLookAt::SpeedScalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_SetCameraLookAt_Actor \ static_assert(alignof(Biped_PlayerController_SetCameraLookAt_Actor) == 0x000008, "Wrong alignment on Biped_PlayerController_SetCameraLookAt_Actor"); \ static_assert(sizeof(Biped_PlayerController_SetCameraLookAt_Actor) == 0x000010, "Wrong size on Biped_PlayerController_SetCameraLookAt_Actor"); \ static_assert(offsetof(Biped_PlayerController_SetCameraLookAt_Actor, LookAtActor) == 0x000000, "Member 'Biped_PlayerController_SetCameraLookAt_Actor::LookAtActor' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_SetCameraLookAt_Actor, SpeedScalar) == 0x000008, "Member 'Biped_PlayerController_SetCameraLookAt_Actor::SpeedScalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_SetCameraLookAt_ActorAndTime \ static_assert(alignof(Biped_PlayerController_SetCameraLookAt_ActorAndTime) == 0x000008, "Wrong alignment on Biped_PlayerController_SetCameraLookAt_ActorAndTime"); \ static_assert(sizeof(Biped_PlayerController_SetCameraLookAt_ActorAndTime) == 0x000010, "Wrong size on Biped_PlayerController_SetCameraLookAt_ActorAndTime"); \ static_assert(offsetof(Biped_PlayerController_SetCameraLookAt_ActorAndTime, LookAtActor) == 0x000000, "Member 'Biped_PlayerController_SetCameraLookAt_ActorAndTime::LookAtActor' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_SetCameraLookAt_ActorAndTime, LookAtTime) == 0x000008, "Member 'Biped_PlayerController_SetCameraLookAt_ActorAndTime::LookAtTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_SetCameraLookAt_TimeBased \ static_assert(alignof(Biped_PlayerController_SetCameraLookAt_TimeBased) == 0x000004, "Wrong alignment on Biped_PlayerController_SetCameraLookAt_TimeBased"); \ static_assert(sizeof(Biped_PlayerController_SetCameraLookAt_TimeBased) == 0x000010, "Wrong size on Biped_PlayerController_SetCameraLookAt_TimeBased"); \ static_assert(offsetof(Biped_PlayerController_SetCameraLookAt_TimeBased, LookAtPoint) == 0x000000, "Member 'Biped_PlayerController_SetCameraLookAt_TimeBased::LookAtPoint' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_SetCameraLookAt_TimeBased, LookAtTime) == 0x00000C, "Member 'Biped_PlayerController_SetCameraLookAt_TimeBased::LookAtTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_SetCameraRotation \ static_assert(alignof(Biped_PlayerController_SetCameraRotation) == 0x000004, "Wrong alignment on Biped_PlayerController_SetCameraRotation"); \ static_assert(sizeof(Biped_PlayerController_SetCameraRotation) == 0x00000C, "Wrong size on Biped_PlayerController_SetCameraRotation"); \ static_assert(offsetof(Biped_PlayerController_SetCameraRotation, DesiredRotation) == 0x000000, "Member 'Biped_PlayerController_SetCameraRotation::DesiredRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_SetInteractStickyTarget \ static_assert(alignof(Biped_PlayerController_SetInteractStickyTarget) == 0x000001, "Wrong alignment on Biped_PlayerController_SetInteractStickyTarget"); \ static_assert(sizeof(Biped_PlayerController_SetInteractStickyTarget) == 0x000001, "Wrong size on Biped_PlayerController_SetInteractStickyTarget"); \ static_assert(offsetof(Biped_PlayerController_SetInteractStickyTarget, bSet) == 0x000000, "Member 'Biped_PlayerController_SetInteractStickyTarget::bSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_SetOppugnoAlwaysTargetActor \ static_assert(alignof(Biped_PlayerController_SetOppugnoAlwaysTargetActor) == 0x000008, "Wrong alignment on Biped_PlayerController_SetOppugnoAlwaysTargetActor"); \ static_assert(sizeof(Biped_PlayerController_SetOppugnoAlwaysTargetActor) == 0x000008, "Wrong size on Biped_PlayerController_SetOppugnoAlwaysTargetActor"); \ static_assert(offsetof(Biped_PlayerController_SetOppugnoAlwaysTargetActor, InActor) == 0x000000, "Member 'Biped_PlayerController_SetOppugnoAlwaysTargetActor::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_SetSenseEnabled \ static_assert(alignof(Biped_PlayerController_SetSenseEnabled) == 0x000008, "Wrong alignment on Biped_PlayerController_SetSenseEnabled"); \ static_assert(sizeof(Biped_PlayerController_SetSenseEnabled) == 0x000010, "Wrong size on Biped_PlayerController_SetSenseEnabled"); \ static_assert(offsetof(Biped_PlayerController_SetSenseEnabled, InSense) == 0x000000, "Member 'Biped_PlayerController_SetSenseEnabled::InSense' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_SetSenseEnabled, bInFlag) == 0x000008, "Member 'Biped_PlayerController_SetSenseEnabled::bInFlag' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_SetSenseEnabled, bInForce) == 0x000009, "Member 'Biped_PlayerController_SetSenseEnabled::bInForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_SetTargetingMode \ static_assert(alignof(Biped_PlayerController_SetTargetingMode) == 0x000001, "Wrong alignment on Biped_PlayerController_SetTargetingMode"); \ static_assert(sizeof(Biped_PlayerController_SetTargetingMode) == 0x000002, "Wrong size on Biped_PlayerController_SetTargetingMode"); \ static_assert(offsetof(Biped_PlayerController_SetTargetingMode, InMode) == 0x000000, "Member 'Biped_PlayerController_SetTargetingMode::InMode' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_SetTargetingMode, bLockOnInAimMode) == 0x000001, "Member 'Biped_PlayerController_SetTargetingMode::bLockOnInAimMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_StartAimModeTimeDilation \ static_assert(alignof(Biped_PlayerController_StartAimModeTimeDilation) == 0x000004, "Wrong alignment on Biped_PlayerController_StartAimModeTimeDilation"); \ static_assert(sizeof(Biped_PlayerController_StartAimModeTimeDilation) == 0x000008, "Wrong size on Biped_PlayerController_StartAimModeTimeDilation"); \ static_assert(offsetof(Biped_PlayerController_StartAimModeTimeDilation, Dilation) == 0x000000, "Member 'Biped_PlayerController_StartAimModeTimeDilation::Dilation' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_StartAimModeTimeDilation, EaseIn) == 0x000004, "Member 'Biped_PlayerController_StartAimModeTimeDilation::EaseIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_StartSettingAutoTargetAlwaysTargetActor \ static_assert(alignof(Biped_PlayerController_StartSettingAutoTargetAlwaysTargetActor) == 0x000008, "Wrong alignment on Biped_PlayerController_StartSettingAutoTargetAlwaysTargetActor"); \ static_assert(sizeof(Biped_PlayerController_StartSettingAutoTargetAlwaysTargetActor) == 0x000010, "Wrong size on Biped_PlayerController_StartSettingAutoTargetAlwaysTargetActor"); \ static_assert(offsetof(Biped_PlayerController_StartSettingAutoTargetAlwaysTargetActor, InTargetActor) == 0x000000, "Member 'Biped_PlayerController_StartSettingAutoTargetAlwaysTargetActor::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_StartSettingAutoTargetAlwaysTargetActor, Provider) == 0x000008, "Member 'Biped_PlayerController_StartSettingAutoTargetAlwaysTargetActor::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_StartSettingSpecialAutoTarget \ static_assert(alignof(Biped_PlayerController_StartSettingSpecialAutoTarget) == 0x000008, "Wrong alignment on Biped_PlayerController_StartSettingSpecialAutoTarget"); \ static_assert(sizeof(Biped_PlayerController_StartSettingSpecialAutoTarget) == 0x000010, "Wrong size on Biped_PlayerController_StartSettingSpecialAutoTarget"); \ static_assert(offsetof(Biped_PlayerController_StartSettingSpecialAutoTarget, InSpecialActor) == 0x000000, "Member 'Biped_PlayerController_StartSettingSpecialAutoTarget::InSpecialActor' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_StartSettingSpecialAutoTarget, Provider) == 0x000008, "Member 'Biped_PlayerController_StartSettingSpecialAutoTarget::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_StickClick \ static_assert(alignof(Biped_PlayerController_StickClick) == 0x000001, "Wrong alignment on Biped_PlayerController_StickClick"); \ static_assert(sizeof(Biped_PlayerController_StickClick) == 0x000002, "Wrong size on Biped_PlayerController_StickClick"); \ static_assert(offsetof(Biped_PlayerController_StickClick, bOnlyOn) == 0x000000, "Member 'Biped_PlayerController_StickClick::bOnlyOn' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_StickClick, bOnlyOff) == 0x000001, "Member 'Biped_PlayerController_StickClick::bOnlyOff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_TargetChanged \ static_assert(alignof(Biped_PlayerController_TargetChanged) == 0x000008, "Wrong alignment on Biped_PlayerController_TargetChanged"); \ static_assert(sizeof(Biped_PlayerController_TargetChanged) == 0x000018, "Wrong size on Biped_PlayerController_TargetChanged"); \ static_assert(offsetof(Biped_PlayerController_TargetChanged, Sense) == 0x000000, "Member 'Biped_PlayerController_TargetChanged::Sense' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_TargetChanged, NewTarget) == 0x000008, "Member 'Biped_PlayerController_TargetChanged::NewTarget' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_TargetChanged, OldTarget) == 0x000010, "Member 'Biped_PlayerController_TargetChanged::OldTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_TargetLost \ static_assert(alignof(Biped_PlayerController_TargetLost) == 0x000008, "Wrong alignment on Biped_PlayerController_TargetLost"); \ static_assert(sizeof(Biped_PlayerController_TargetLost) == 0x000010, "Wrong size on Biped_PlayerController_TargetLost"); \ static_assert(offsetof(Biped_PlayerController_TargetLost, Sense) == 0x000000, "Member 'Biped_PlayerController_TargetLost::Sense' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_TargetLost, OldTarget) == 0x000008, "Member 'Biped_PlayerController_TargetLost::OldTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_TargetSighted \ static_assert(alignof(Biped_PlayerController_TargetSighted) == 0x000008, "Wrong alignment on Biped_PlayerController_TargetSighted"); \ static_assert(sizeof(Biped_PlayerController_TargetSighted) == 0x000010, "Wrong size on Biped_PlayerController_TargetSighted"); \ static_assert(offsetof(Biped_PlayerController_TargetSighted, Sense) == 0x000000, "Member 'Biped_PlayerController_TargetSighted::Sense' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_TargetSighted, Target) == 0x000008, "Member 'Biped_PlayerController_TargetSighted::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_TutorialAutoTargetBitChanged \ static_assert(alignof(Biped_PlayerController_TutorialAutoTargetBitChanged) == 0x000001, "Wrong alignment on Biped_PlayerController_TutorialAutoTargetBitChanged"); \ static_assert(sizeof(Biped_PlayerController_TutorialAutoTargetBitChanged) == 0x000001, "Wrong size on Biped_PlayerController_TutorialAutoTargetBitChanged"); \ static_assert(offsetof(Biped_PlayerController_TutorialAutoTargetBitChanged, bNewValue) == 0x000000, "Member 'Biped_PlayerController_TutorialAutoTargetBitChanged::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_GetBestAutoTargetActor \ static_assert(alignof(Biped_PlayerController_GetBestAutoTargetActor) == 0x000008, "Wrong alignment on Biped_PlayerController_GetBestAutoTargetActor"); \ static_assert(sizeof(Biped_PlayerController_GetBestAutoTargetActor) == 0x000008, "Wrong size on Biped_PlayerController_GetBestAutoTargetActor"); \ static_assert(offsetof(Biped_PlayerController_GetBestAutoTargetActor, ReturnValue) == 0x000000, "Member 'Biped_PlayerController_GetBestAutoTargetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_GetBestAutoTargetActor_WorldLocation \ static_assert(alignof(Biped_PlayerController_GetBestAutoTargetActor_WorldLocation) == 0x000004, "Wrong alignment on Biped_PlayerController_GetBestAutoTargetActor_WorldLocation"); \ static_assert(sizeof(Biped_PlayerController_GetBestAutoTargetActor_WorldLocation) == 0x00000C, "Wrong size on Biped_PlayerController_GetBestAutoTargetActor_WorldLocation"); \ static_assert(offsetof(Biped_PlayerController_GetBestAutoTargetActor_WorldLocation, ReturnValue) == 0x000000, "Member 'Biped_PlayerController_GetBestAutoTargetActor_WorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_GetBestLockOnActor \ static_assert(alignof(Biped_PlayerController_GetBestLockOnActor) == 0x000008, "Wrong alignment on Biped_PlayerController_GetBestLockOnActor"); \ static_assert(sizeof(Biped_PlayerController_GetBestLockOnActor) == 0x000008, "Wrong size on Biped_PlayerController_GetBestLockOnActor"); \ static_assert(offsetof(Biped_PlayerController_GetBestLockOnActor, ReturnValue) == 0x000000, "Member 'Biped_PlayerController_GetBestLockOnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_GetBestOppugnoActor \ static_assert(alignof(Biped_PlayerController_GetBestOppugnoActor) == 0x000008, "Wrong alignment on Biped_PlayerController_GetBestOppugnoActor"); \ static_assert(sizeof(Biped_PlayerController_GetBestOppugnoActor) == 0x000008, "Wrong size on Biped_PlayerController_GetBestOppugnoActor"); \ static_assert(offsetof(Biped_PlayerController_GetBestOppugnoActor, ReturnValue) == 0x000000, "Member 'Biped_PlayerController_GetBestOppugnoActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_GetBestReparoActor \ static_assert(alignof(Biped_PlayerController_GetBestReparoActor) == 0x000008, "Wrong alignment on Biped_PlayerController_GetBestReparoActor"); \ static_assert(sizeof(Biped_PlayerController_GetBestReparoActor) == 0x000008, "Wrong size on Biped_PlayerController_GetBestReparoActor"); \ static_assert(offsetof(Biped_PlayerController_GetBestReparoActor, ReturnValue) == 0x000000, "Member 'Biped_PlayerController_GetBestReparoActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_GetLastValidMountLocation \ static_assert(alignof(Biped_PlayerController_GetLastValidMountLocation) == 0x000004, "Wrong alignment on Biped_PlayerController_GetLastValidMountLocation"); \ static_assert(sizeof(Biped_PlayerController_GetLastValidMountLocation) == 0x000010, "Wrong size on Biped_PlayerController_GetLastValidMountLocation"); \ static_assert(offsetof(Biped_PlayerController_GetLastValidMountLocation, OutLocation) == 0x000000, "Member 'Biped_PlayerController_GetLastValidMountLocation::OutLocation' has a wrong offset!"); \ static_assert(offsetof(Biped_PlayerController_GetLastValidMountLocation, ReturnValue) == 0x00000C, "Member 'Biped_PlayerController_GetLastValidMountLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_GetPlayerInput \ static_assert(alignof(Biped_PlayerController_GetPlayerInput) == 0x000008, "Wrong alignment on Biped_PlayerController_GetPlayerInput"); \ static_assert(sizeof(Biped_PlayerController_GetPlayerInput) == 0x000008, "Wrong size on Biped_PlayerController_GetPlayerInput"); \ static_assert(offsetof(Biped_PlayerController_GetPlayerInput, ReturnValue) == 0x000000, "Member 'Biped_PlayerController_GetPlayerInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_PlayerController_SetSpecialAutoTarget \ static_assert(alignof(Biped_PlayerController_SetSpecialAutoTarget) == 0x000008, "Wrong alignment on Biped_PlayerController_SetSpecialAutoTarget"); \ static_assert(sizeof(Biped_PlayerController_SetSpecialAutoTarget) == 0x000008, "Wrong size on Biped_PlayerController_SetSpecialAutoTarget"); \ static_assert(offsetof(Biped_PlayerController_SetSpecialAutoTarget, InSpecialActor) == 0x000000, "Member 'Biped_PlayerController_SetSpecialAutoTarget::InSpecialActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABiped_PlayerController \ static_assert(alignof(ABiped_PlayerController) == 0x000010, "Wrong alignment on ABiped_PlayerController"); \ static_assert(sizeof(ABiped_PlayerController) == 0x000950, "Wrong size on ABiped_PlayerController"); \ static_assert(offsetof(ABiped_PlayerController, UseAutoTargetCameraModes) == 0x0005B8, "Member 'ABiped_PlayerController::UseAutoTargetCameraModes' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, AimModeFarDistanceRadius) == 0x0005BC, "Member 'ABiped_PlayerController::AimModeFarDistanceRadius' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, AimModeNarrowRadius) == 0x0005C0, "Member 'ABiped_PlayerController::AimModeNarrowRadius' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, TargetingMode) == 0x0005C4, "Member 'ABiped_PlayerController::TargetingMode' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, CognitionComponent) == 0x0005C8, "Member 'ABiped_PlayerController::CognitionComponent' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, SenseForAutoTargeting) == 0x0005D0, "Member 'ABiped_PlayerController::SenseForAutoTargeting' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, LockOnReticleActorClass) == 0x0005D8, "Member 'ABiped_PlayerController::LockOnReticleActorClass' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, LockOnReticleActor) == 0x0005E0, "Member 'ABiped_PlayerController::LockOnReticleActor' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, LockOnReticleLookAtSpeedScalar) == 0x0005E8, "Member 'ABiped_PlayerController::LockOnReticleLookAtSpeedScalar' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, bAllowLockOn) == 0x0005EC, "Member 'ABiped_PlayerController::bAllowLockOn' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, OppugnoIndicatorClass) == 0x0005F0, "Member 'ABiped_PlayerController::OppugnoIndicatorClass' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, OppugnoIndicatorActor) == 0x0005F8, "Member 'ABiped_PlayerController::OppugnoIndicatorActor' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, bTargetingCameraAllowed) == 0x000600, "Member 'ABiped_PlayerController::bTargetingCameraAllowed' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, AutoTargetDistance) == 0x000604, "Member 'ABiped_PlayerController::AutoTargetDistance' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, ReticuleVerticalScreenPosition) == 0x000608, "Member 'ABiped_PlayerController::ReticuleVerticalScreenPosition' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, DoingAutoTargeting) == 0x00060C, "Member 'ABiped_PlayerController::DoingAutoTargeting' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, ShadowBlinkTargetEvaluationArray) == 0x000610, "Member 'ABiped_PlayerController::ShadowBlinkTargetEvaluationArray' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, bNearInteractable) == 0x000630, "Member 'ABiped_PlayerController::bNearInteractable' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, CurrentInteractTarget) == 0x000638, "Member 'ABiped_PlayerController::CurrentInteractTarget' has a wrong offset!"); \ static_assert(offsetof(ABiped_PlayerController, InteractionRange) == 0x000640, "Member 'ABiped_PlayerController::InteractionRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblChangeCollisionCapsuleDimensionsScratchPad \ static_assert(alignof(UAblChangeCollisionCapsuleDimensionsScratchPad) == 0x000008, "Wrong alignment on UAblChangeCollisionCapsuleDimensionsScratchPad"); \ static_assert(sizeof(UAblChangeCollisionCapsuleDimensionsScratchPad) == 0x000028, "Wrong size on UAblChangeCollisionCapsuleDimensionsScratchPad"); \ #define DUMPER7_ASSERTS_ItemTool_GetCharacter \ static_assert(alignof(ItemTool_GetCharacter) == 0x000008, "Wrong alignment on ItemTool_GetCharacter"); \ static_assert(sizeof(ItemTool_GetCharacter) == 0x000008, "Wrong size on ItemTool_GetCharacter"); \ static_assert(offsetof(ItemTool_GetCharacter, ReturnValue) == 0x000000, "Member 'ItemTool_GetCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemTool_GetItemToolRecord \ static_assert(alignof(ItemTool_GetItemToolRecord) == 0x000008, "Wrong alignment on ItemTool_GetItemToolRecord"); \ static_assert(sizeof(ItemTool_GetItemToolRecord) == 0x000008, "Wrong size on ItemTool_GetItemToolRecord"); \ static_assert(offsetof(ItemTool_GetItemToolRecord, ReturnValue) == 0x000000, "Member 'ItemTool_GetItemToolRecord::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AItemTool \ static_assert(alignof(AItemTool) == 0x000008, "Wrong alignment on AItemTool"); \ static_assert(sizeof(AItemTool) == 0x0002F0, "Wrong size on AItemTool"); \ static_assert(offsetof(AItemTool, Mesh) == 0x0002E0, "Member 'AItemTool::Mesh' has a wrong offset!"); \ static_assert(offsetof(AItemTool, AbleExecutionClass) == 0x0002E8, "Member 'AItemTool::AbleExecutionClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellCasterTool_CastSpell \ static_assert(alignof(SpellCasterTool_CastSpell) == 0x000008, "Wrong alignment on SpellCasterTool_CastSpell"); \ static_assert(sizeof(SpellCasterTool_CastSpell) == 0x000048, "Wrong size on SpellCasterTool_CastSpell"); \ static_assert(offsetof(SpellCasterTool_CastSpell, SpellToolRecord) == 0x000000, "Member 'SpellCasterTool_CastSpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(SpellCasterTool_CastSpell, Target) == 0x000008, "Member 'SpellCasterTool_CastSpell::Target' has a wrong offset!"); \ static_assert(offsetof(SpellCasterTool_CastSpell, InSourceLocation) == 0x000010, "Member 'SpellCasterTool_CastSpell::InSourceLocation' has a wrong offset!"); \ static_assert(offsetof(SpellCasterTool_CastSpell, Orientation) == 0x00001C, "Member 'SpellCasterTool_CastSpell::Orientation' has a wrong offset!"); \ static_assert(offsetof(SpellCasterTool_CastSpell, AccuracyOffset) == 0x000028, "Member 'SpellCasterTool_CastSpell::AccuracyOffset' has a wrong offset!"); \ static_assert(offsetof(SpellCasterTool_CastSpell, InObjDamage) == 0x00002C, "Member 'SpellCasterTool_CastSpell::InObjDamage' has a wrong offset!"); \ static_assert(offsetof(SpellCasterTool_CastSpell, InCharDamage) == 0x000030, "Member 'SpellCasterTool_CastSpell::InCharDamage' has a wrong offset!"); \ static_assert(offsetof(SpellCasterTool_CastSpell, bAffectTarget) == 0x000034, "Member 'SpellCasterTool_CastSpell::bAffectTarget' has a wrong offset!"); \ static_assert(offsetof(SpellCasterTool_CastSpell, SpellTime) == 0x000038, "Member 'SpellCasterTool_CastSpell::SpellTime' has a wrong offset!"); \ static_assert(offsetof(SpellCasterTool_CastSpell, SpellLevel) == 0x00003C, "Member 'SpellCasterTool_CastSpell::SpellLevel' has a wrong offset!"); \ static_assert(offsetof(SpellCasterTool_CastSpell, bAlwaysHitTargetActor) == 0x000040, "Member 'SpellCasterTool_CastSpell::bAlwaysHitTargetActor' has a wrong offset!"); \ static_assert(offsetof(SpellCasterTool_CastSpell, bVelocityIncludeTarget) == 0x000041, "Member 'SpellCasterTool_CastSpell::bVelocityIncludeTarget' has a wrong offset!"); \ static_assert(offsetof(SpellCasterTool_CastSpell, bUnblockableAgainstPlayer) == 0x000042, "Member 'SpellCasterTool_CastSpell::bUnblockableAgainstPlayer' has a wrong offset!"); \ static_assert(offsetof(SpellCasterTool_CastSpell, UnblockableLByNPCLevel) == 0x000043, "Member 'SpellCasterTool_CastSpell::UnblockableLByNPCLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellCasterTool_StopSpell \ static_assert(alignof(SpellCasterTool_StopSpell) == 0x000008, "Wrong alignment on SpellCasterTool_StopSpell"); \ static_assert(sizeof(SpellCasterTool_StopSpell) == 0x000008, "Wrong size on SpellCasterTool_StopSpell"); \ static_assert(offsetof(SpellCasterTool_StopSpell, InMunition) == 0x000000, "Member 'SpellCasterTool_StopSpell::InMunition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpellCasterTool \ static_assert(alignof(ASpellCasterTool) == 0x000008, "Wrong alignment on ASpellCasterTool"); \ static_assert(sizeof(ASpellCasterTool) == 0x000358, "Wrong size on ASpellCasterTool"); \ static_assert(offsetof(ASpellCasterTool, AttachOffset) == 0x0002F0, "Member 'ASpellCasterTool::AttachOffset' has a wrong offset!"); \ static_assert(offsetof(ASpellCasterTool, ToolSetComponent) == 0x000300, "Member 'ASpellCasterTool::ToolSetComponent' has a wrong offset!"); \ static_assert(offsetof(ASpellCasterTool, SpellToolMap) == 0x000308, "Member 'ASpellCasterTool::SpellToolMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNPC_PhysicalReactionBlendBackTask \ static_assert(alignof(UAblNPC_PhysicalReactionBlendBackTask) == 0x000008, "Wrong alignment on UAblNPC_PhysicalReactionBlendBackTask"); \ static_assert(sizeof(UAblNPC_PhysicalReactionBlendBackTask) == 0x000070, "Wrong size on UAblNPC_PhysicalReactionBlendBackTask"); \ #define DUMPER7_ASSERTS_UAblChangeCollisionCapsuleDimensions \ static_assert(alignof(UAblChangeCollisionCapsuleDimensions) == 0x000008, "Wrong alignment on UAblChangeCollisionCapsuleDimensions"); \ static_assert(sizeof(UAblChangeCollisionCapsuleDimensions) == 0x000078, "Wrong size on UAblChangeCollisionCapsuleDimensions"); \ static_assert(offsetof(UAblChangeCollisionCapsuleDimensions, CollisionCapsuleHalfHeight) == 0x000070, "Member 'UAblChangeCollisionCapsuleDimensions::CollisionCapsuleHalfHeight' has a wrong offset!"); \ static_assert(offsetof(UAblChangeCollisionCapsuleDimensions, CollisionCapsuleRadius) == 0x000074, "Member 'UAblChangeCollisionCapsuleDimensions::CollisionCapsuleRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectManager_Get \ static_assert(alignof(DynamicObjectManager_Get) == 0x000008, "Wrong alignment on DynamicObjectManager_Get"); \ static_assert(sizeof(DynamicObjectManager_Get) == 0x000008, "Wrong size on DynamicObjectManager_Get"); \ static_assert(offsetof(DynamicObjectManager_Get, ReturnValue) == 0x000000, "Member 'DynamicObjectManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectManager_DoDelayedSpawn \ static_assert(alignof(DynamicObjectManager_DoDelayedSpawn) == 0x000004, "Wrong alignment on DynamicObjectManager_DoDelayedSpawn"); \ static_assert(sizeof(DynamicObjectManager_DoDelayedSpawn) == 0x000004, "Wrong size on DynamicObjectManager_DoDelayedSpawn"); \ static_assert(offsetof(DynamicObjectManager_DoDelayedSpawn, RequestID) == 0x000000, "Member 'DynamicObjectManager_DoDelayedSpawn::RequestID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectManager_FindValidLocation \ static_assert(alignof(DynamicObjectManager_FindValidLocation) == 0x000010, "Wrong alignment on DynamicObjectManager_FindValidLocation"); \ static_assert(sizeof(DynamicObjectManager_FindValidLocation) == 0x000070, "Wrong size on DynamicObjectManager_FindValidLocation"); \ static_assert(offsetof(DynamicObjectManager_FindValidLocation, InTransform) == 0x000000, "Member 'DynamicObjectManager_FindValidLocation::InTransform' has a wrong offset!"); \ static_assert(offsetof(DynamicObjectManager_FindValidLocation, Radius) == 0x000030, "Member 'DynamicObjectManager_FindValidLocation::Radius' has a wrong offset!"); \ static_assert(offsetof(DynamicObjectManager_FindValidLocation, halfAngle) == 0x000034, "Member 'DynamicObjectManager_FindValidLocation::halfAngle' has a wrong offset!"); \ static_assert(offsetof(DynamicObjectManager_FindValidLocation, ReturnValue) == 0x000040, "Member 'DynamicObjectManager_FindValidLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectManager_IsObjectLoaded \ static_assert(alignof(DynamicObjectManager_IsObjectLoaded) == 0x000008, "Wrong alignment on DynamicObjectManager_IsObjectLoaded"); \ static_assert(sizeof(DynamicObjectManager_IsObjectLoaded) == 0x000018, "Wrong size on DynamicObjectManager_IsObjectLoaded"); \ static_assert(offsetof(DynamicObjectManager_IsObjectLoaded, ObjectToLoad) == 0x000000, "Member 'DynamicObjectManager_IsObjectLoaded::ObjectToLoad' has a wrong offset!"); \ static_assert(offsetof(DynamicObjectManager_IsObjectLoaded, ReturnValue) == 0x000010, "Member 'DynamicObjectManager_IsObjectLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectManager_LoadDynamicObject \ static_assert(alignof(DynamicObjectManager_LoadDynamicObject) == 0x000008, "Wrong alignment on DynamicObjectManager_LoadDynamicObject"); \ static_assert(sizeof(DynamicObjectManager_LoadDynamicObject) == 0x000018, "Wrong size on DynamicObjectManager_LoadDynamicObject"); \ static_assert(offsetof(DynamicObjectManager_LoadDynamicObject, ObjectToLoad) == 0x000000, "Member 'DynamicObjectManager_LoadDynamicObject::ObjectToLoad' has a wrong offset!"); \ static_assert(offsetof(DynamicObjectManager_LoadDynamicObject, ReturnValue) == 0x000010, "Member 'DynamicObjectManager_LoadDynamicObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectManager_SetDynamicSpawningEnabled \ static_assert(alignof(DynamicObjectManager_SetDynamicSpawningEnabled) == 0x000001, "Wrong alignment on DynamicObjectManager_SetDynamicSpawningEnabled"); \ static_assert(sizeof(DynamicObjectManager_SetDynamicSpawningEnabled) == 0x000001, "Wrong size on DynamicObjectManager_SetDynamicSpawningEnabled"); \ static_assert(offsetof(DynamicObjectManager_SetDynamicSpawningEnabled, bInEnableSpawning) == 0x000000, "Member 'DynamicObjectManager_SetDynamicSpawningEnabled::bInEnableSpawning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectManager_SpawnDynamicObject \ static_assert(alignof(DynamicObjectManager_SpawnDynamicObject) == 0x000010, "Wrong alignment on DynamicObjectManager_SpawnDynamicObject"); \ static_assert(sizeof(DynamicObjectManager_SpawnDynamicObject) == 0x000600, "Wrong size on DynamicObjectManager_SpawnDynamicObject"); \ static_assert(offsetof(DynamicObjectManager_SpawnDynamicObject, ObjectToSpawn) == 0x000000, "Member 'DynamicObjectManager_SpawnDynamicObject::ObjectToSpawn' has a wrong offset!"); \ static_assert(offsetof(DynamicObjectManager_SpawnDynamicObject, InSpawnParams) == 0x000010, "Member 'DynamicObjectManager_SpawnDynamicObject::InSpawnParams' has a wrong offset!"); \ static_assert(offsetof(DynamicObjectManager_SpawnDynamicObject, ReturnValue) == 0x0005F0, "Member 'DynamicObjectManager_SpawnDynamicObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectManager_SpawnObjectByName \ static_assert(alignof(DynamicObjectManager_SpawnObjectByName) == 0x000008, "Wrong alignment on DynamicObjectManager_SpawnObjectByName"); \ static_assert(sizeof(DynamicObjectManager_SpawnObjectByName) == 0x000018, "Wrong size on DynamicObjectManager_SpawnObjectByName"); \ static_assert(offsetof(DynamicObjectManager_SpawnObjectByName, ObjectToSpawn) == 0x000000, "Member 'DynamicObjectManager_SpawnObjectByName::ObjectToSpawn' has a wrong offset!"); \ static_assert(offsetof(DynamicObjectManager_SpawnObjectByName, ReturnValue) == 0x000010, "Member 'DynamicObjectManager_SpawnObjectByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicObjectManager \ static_assert(alignof(UDynamicObjectManager) == 0x000008, "Wrong alignment on UDynamicObjectManager"); \ static_assert(sizeof(UDynamicObjectManager) == 0x000480, "Wrong size on UDynamicObjectManager"); \ static_assert(offsetof(UDynamicObjectManager, m_onLoadFinishedDelegate) == 0x000030, "Member 'UDynamicObjectManager::m_onLoadFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectManager, ObjectTracker) == 0x000040, "Member 'UDynamicObjectManager::ObjectTracker' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectManager, pGameInstance) == 0x000320, "Member 'UDynamicObjectManager::pGameInstance' has a wrong offset!"); \ static_assert(offsetof(UDynamicObjectManager, pRandomEncounter) == 0x000328, "Member 'UDynamicObjectManager::pRandomEncounter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_SkinFx \ static_assert(alignof(UMultiFX2_SkinFx) == 0x000008, "Wrong alignment on UMultiFX2_SkinFx"); \ static_assert(sizeof(UMultiFX2_SkinFx) == 0x000260, "Wrong size on UMultiFX2_SkinFx"); \ static_assert(offsetof(UMultiFX2_SkinFx, SkinFX) == 0x000068, "Member 'UMultiFX2_SkinFx::SkinFX' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SkinFx, Params_0) == 0x000070, "Member 'UMultiFX2_SkinFx::Params_0' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SkinFx, Rules) == 0x0000C0, "Member 'UMultiFX2_SkinFx::Rules' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SkinFx, EnvelopeOverride) == 0x0001A0, "Member 'UMultiFX2_SkinFx::EnvelopeOverride' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SkinFx, TimeScale) == 0x0001CC, "Member 'UMultiFX2_SkinFx::TimeScale' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SkinFx, NiagaraOverride) == 0x0001D0, "Member 'UMultiFX2_SkinFx::NiagaraOverride' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SkinFx, OverrideMeshStates) == 0x000248, "Member 'UMultiFX2_SkinFx::OverrideMeshStates' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SkinFx, EndStyle) == 0x000258, "Member 'UMultiFX2_SkinFx::EndStyle' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SkinFx, ImpactOptions) == 0x000259, "Member 'UMultiFX2_SkinFx::ImpactOptions' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SkinFx, bUseEnvelopeOverride) == 0x00025A, "Member 'UMultiFX2_SkinFx::bUseEnvelopeOverride' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SkinFx, bUseNiagaraOverride) == 0x00025B, "Member 'UMultiFX2_SkinFx::bUseNiagaraOverride' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SkinFx, bUseMeshStatesOverride) == 0x00025C, "Member 'UMultiFX2_SkinFx::bUseMeshStatesOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBool_PlayerGenderRig \ static_assert(alignof(UBool_PlayerGenderRig) == 0x000008, "Wrong alignment on UBool_PlayerGenderRig"); \ static_assert(sizeof(UBool_PlayerGenderRig) == 0x000030, "Wrong size on UBool_PlayerGenderRig"); \ static_assert(offsetof(UBool_PlayerGenderRig, Rig) == 0x000028, "Member 'UBool_PlayerGenderRig::Rig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCheckJumpLandTaskScratchPad \ static_assert(alignof(UAblCheckJumpLandTaskScratchPad) == 0x000008, "Wrong alignment on UAblCheckJumpLandTaskScratchPad"); \ static_assert(sizeof(UAblCheckJumpLandTaskScratchPad) == 0x000028, "Wrong size on UAblCheckJumpLandTaskScratchPad"); \ #define DUMPER7_ASSERTS_UAblCheckJumpLandTask \ static_assert(alignof(UAblCheckJumpLandTask) == 0x000008, "Wrong alignment on UAblCheckJumpLandTask"); \ static_assert(sizeof(UAblCheckJumpLandTask) == 0x000078, "Wrong size on UAblCheckJumpLandTask"); \ static_assert(offsetof(UAblCheckJumpLandTask, bIsPerformTask) == 0x000070, "Member 'UAblCheckJumpLandTask::bIsPerformTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcAbilityBranchTask \ static_assert(alignof(UAblNpcAbilityBranchTask) == 0x000008, "Wrong alignment on UAblNpcAbilityBranchTask"); \ static_assert(sizeof(UAblNpcAbilityBranchTask) == 0x0000C8, "Wrong size on UAblNpcAbilityBranchTask"); \ static_assert(offsetof(UAblNpcAbilityBranchTask, AbilityType) == 0x0000C0, "Member 'UAblNpcAbilityBranchTask::AbilityType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_MaterialPermuterSwapInfoBase \ static_assert(alignof(UMultiFX2_MaterialPermuterSwapInfoBase) == 0x000008, "Wrong alignment on UMultiFX2_MaterialPermuterSwapInfoBase"); \ static_assert(sizeof(UMultiFX2_MaterialPermuterSwapInfoBase) == 0x000028, "Wrong size on UMultiFX2_MaterialPermuterSwapInfoBase"); \ #define DUMPER7_ASSERTS_UMultiFX2_MaterialPermuterSwapInfoKey \ static_assert(alignof(UMultiFX2_MaterialPermuterSwapInfoKey) == 0x000008, "Wrong alignment on UMultiFX2_MaterialPermuterSwapInfoKey"); \ static_assert(sizeof(UMultiFX2_MaterialPermuterSwapInfoKey) == 0x000138, "Wrong size on UMultiFX2_MaterialPermuterSwapInfoKey"); \ static_assert(offsetof(UMultiFX2_MaterialPermuterSwapInfoKey, SwapInfo) == 0x000028, "Member 'UMultiFX2_MaterialPermuterSwapInfoKey::SwapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BonySkeletonComponent_Initialize \ static_assert(alignof(BonySkeletonComponent_Initialize) == 0x000004, "Wrong alignment on BonySkeletonComponent_Initialize"); \ static_assert(sizeof(BonySkeletonComponent_Initialize) == 0x00000C, "Wrong size on BonySkeletonComponent_Initialize"); \ static_assert(offsetof(BonySkeletonComponent_Initialize, ProfileName) == 0x000000, "Member 'BonySkeletonComponent_Initialize::ProfileName' has a wrong offset!"); \ static_assert(offsetof(BonySkeletonComponent_Initialize, ReturnValue) == 0x000008, "Member 'BonySkeletonComponent_Initialize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBonySkeletonComponent \ static_assert(alignof(UBonySkeletonComponent) == 0x000008, "Wrong alignment on UBonySkeletonComponent"); \ static_assert(sizeof(UBonySkeletonComponent) == 0x0001D8, "Wrong size on UBonySkeletonComponent"); \ static_assert(offsetof(UBonySkeletonComponent, SkeletonMesh) == 0x0000D0, "Member 'UBonySkeletonComponent::SkeletonMesh' has a wrong offset!"); \ static_assert(offsetof(UBonySkeletonComponent, SkeletonPhysiscsAssetOveride) == 0x0000D8, "Member 'UBonySkeletonComponent::SkeletonPhysiscsAssetOveride' has a wrong offset!"); \ static_assert(offsetof(UBonySkeletonComponent, TimerProfiles) == 0x0000E0, "Member 'UBonySkeletonComponent::TimerProfiles' has a wrong offset!"); \ static_assert(offsetof(UBonySkeletonComponent, SkeletonMeshComponent) == 0x000158, "Member 'UBonySkeletonComponent::SkeletonMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UBonySkeletonComponent, ActiveTimerProfile) == 0x000160, "Member 'UBonySkeletonComponent::ActiveTimerProfile' has a wrong offset!"); \ static_assert(offsetof(UBonySkeletonComponent, BoneParticles) == 0x0001B8, "Member 'UBonySkeletonComponent::BoneParticles' has a wrong offset!"); \ static_assert(offsetof(UBonySkeletonComponent, SkinFXComponent) == 0x0001C8, "Member 'UBonySkeletonComponent::SkinFXComponent' has a wrong offset!"); \ static_assert(offsetof(UBonySkeletonComponent, Age) == 0x0001D0, "Member 'UBonySkeletonComponent::Age' has a wrong offset!"); \ static_assert(offsetof(UBonySkeletonComponent, bInitialized) == 0x0001D4, "Member 'UBonySkeletonComponent::bInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablClothTask \ static_assert(alignof(UablClothTask) == 0x000008, "Wrong alignment on UablClothTask"); \ static_assert(sizeof(UablClothTask) == 0x000078, "Wrong size on UablClothTask"); \ static_assert(offsetof(UablClothTask, bEnableClothSimulation) == 0x000070, "Member 'UablClothTask::bEnableClothSimulation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcReactPopupTask \ static_assert(alignof(UAblNpcReactPopupTask) == 0x000008, "Wrong alignment on UAblNpcReactPopupTask"); \ static_assert(sizeof(UAblNpcReactPopupTask) == 0x0000D0, "Wrong size on UAblNpcReactPopupTask"); \ static_assert(offsetof(UAblNpcReactPopupTask, bUseReactionPopupType) == 0x0000C0, "Member 'UAblNpcReactPopupTask::bUseReactionPopupType' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactPopupTask, ReactPopupType) == 0x0000C1, "Member 'UAblNpcReactPopupTask::ReactPopupType' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactPopupTask, bInvertReactPopupTypeDirection) == 0x0000C2, "Member 'UAblNpcReactPopupTask::bInvertReactPopupTypeDirection' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactPopupTask, bConvertReactPopupTypeDirectionTo2D) == 0x0000C3, "Member 'UAblNpcReactPopupTask::bConvertReactPopupTypeDirectionTo2D' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactPopupTask, bUseReactionVelocityIfSendTargetExists) == 0x0000C4, "Member 'UAblNpcReactPopupTask::bUseReactionVelocityIfSendTargetExists' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactPopupTask, bUseReactionDataMagnitude) == 0x0000C5, "Member 'UAblNpcReactPopupTask::bUseReactionDataMagnitude' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactPopupTask, bModifyGravityAtReactionEnd) == 0x0000C6, "Member 'UAblNpcReactPopupTask::bModifyGravityAtReactionEnd' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactPopupTask, GravityScaleAtReactionEnd) == 0x0000C8, "Member 'UAblNpcReactPopupTask::GravityScaleAtReactionEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CullingHammer_EnableCrackFillerPostProcess \ static_assert(alignof(CullingHammer_EnableCrackFillerPostProcess) == 0x000001, "Wrong alignment on CullingHammer_EnableCrackFillerPostProcess"); \ static_assert(sizeof(CullingHammer_EnableCrackFillerPostProcess) == 0x000001, "Wrong size on CullingHammer_EnableCrackFillerPostProcess"); \ static_assert(offsetof(CullingHammer_EnableCrackFillerPostProcess, bEnable) == 0x000000, "Member 'CullingHammer_EnableCrackFillerPostProcess::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACullingHammer \ static_assert(alignof(ACullingHammer) == 0x000008, "Wrong alignment on ACullingHammer"); \ static_assert(sizeof(ACullingHammer) == 0x0002F8, "Wrong size on ACullingHammer"); \ static_assert(offsetof(ACullingHammer, IgnoreLevelActors) == 0x000248, "Member 'ACullingHammer::IgnoreLevelActors' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, IgnoreLevelActorsByName) == 0x000258, "Member 'ACullingHammer::IgnoreLevelActorsByName' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, IgnoreActorClasses) == 0x000268, "Member 'ACullingHammer::IgnoreActorClasses' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, CustomVisiblePrimitiveClasses) == 0x000278, "Member 'ACullingHammer::CustomVisiblePrimitiveClasses' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, BlockerMesh) == 0x000288, "Member 'ACullingHammer::BlockerMesh' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, BlockerMaterial) == 0x000290, "Member 'ACullingHammer::BlockerMaterial' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, WorldBoundsAdd) == 0x000298, "Member 'ACullingHammer::WorldBoundsAdd' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, WorldBoundsScale) == 0x0002A4, "Member 'ACullingHammer::WorldBoundsScale' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, BlockerTranslucentSortPriority) == 0x0002A8, "Member 'ACullingHammer::BlockerTranslucentSortPriority' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, bUseRadius) == 0x0002AC, "Member 'ACullingHammer::bUseRadius' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, bCreateOnBeginPlay) == 0x0002AD, "Member 'ACullingHammer::bCreateOnBeginPlay' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, bEnableBlockerObject) == 0x0002AE, "Member 'ACullingHammer::bEnableBlockerObject' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, ObjectBoundsScalePercent) == 0x0002B0, "Member 'ACullingHammer::ObjectBoundsScalePercent' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, bObjectBoundsScalePercent) == 0x0002B4, "Member 'ACullingHammer::bObjectBoundsScalePercent' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, CrackFillerMaterial) == 0x0002B8, "Member 'ACullingHammer::CrackFillerMaterial' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, CrackFillerMPC) == 0x0002C0, "Member 'ACullingHammer::CrackFillerMPC' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, CrackFillerSettings) == 0x0002C8, "Member 'ACullingHammer::CrackFillerSettings' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, bEnableCrackFiller) == 0x0002E4, "Member 'ACullingHammer::bEnableCrackFiller' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, BlockerComponent) == 0x0002E8, "Member 'ACullingHammer::BlockerComponent' has a wrong offset!"); \ static_assert(offsetof(ACullingHammer, CrackFillerPostProcess) == 0x0002F0, "Member 'ACullingHammer::CrackFillerPostProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsSimViewBPHelper_SetActorId \ static_assert(alignof(PhysicsSimViewBPHelper_SetActorId) == 0x000008, "Wrong alignment on PhysicsSimViewBPHelper_SetActorId"); \ static_assert(sizeof(PhysicsSimViewBPHelper_SetActorId) == 0x000018, "Wrong size on PhysicsSimViewBPHelper_SetActorId"); \ static_assert(offsetof(PhysicsSimViewBPHelper_SetActorId, Actor) == 0x000000, "Member 'PhysicsSimViewBPHelper_SetActorId::Actor' has a wrong offset!"); \ static_assert(offsetof(PhysicsSimViewBPHelper_SetActorId, ActorId) == 0x000008, "Member 'PhysicsSimViewBPHelper_SetActorId::ActorId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicsSimViewBPHelper \ static_assert(alignof(UPhysicsSimViewBPHelper) == 0x000008, "Wrong alignment on UPhysicsSimViewBPHelper"); \ static_assert(sizeof(UPhysicsSimViewBPHelper) == 0x000028, "Wrong size on UPhysicsSimViewBPHelper"); \ #define DUMPER7_ASSERTS_UablClothOptionsScratchpad \ static_assert(alignof(UablClothOptionsScratchpad) == 0x000008, "Wrong alignment on UablClothOptionsScratchpad"); \ static_assert(sizeof(UablClothOptionsScratchpad) == 0x0000C8, "Wrong size on UablClothOptionsScratchpad"); \ #define DUMPER7_ASSERTS_UserWidget_LockOnReticle_SetAimModeCircleScale \ static_assert(alignof(UserWidget_LockOnReticle_SetAimModeCircleScale) == 0x000004, "Wrong alignment on UserWidget_LockOnReticle_SetAimModeCircleScale"); \ static_assert(sizeof(UserWidget_LockOnReticle_SetAimModeCircleScale) == 0x000004, "Wrong size on UserWidget_LockOnReticle_SetAimModeCircleScale"); \ static_assert(offsetof(UserWidget_LockOnReticle_SetAimModeCircleScale, InScale) == 0x000000, "Member 'UserWidget_LockOnReticle_SetAimModeCircleScale::InScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_LockOnReticle_SetAimModeVisibility \ static_assert(alignof(UserWidget_LockOnReticle_SetAimModeVisibility) == 0x000001, "Wrong alignment on UserWidget_LockOnReticle_SetAimModeVisibility"); \ static_assert(sizeof(UserWidget_LockOnReticle_SetAimModeVisibility) == 0x000001, "Wrong size on UserWidget_LockOnReticle_SetAimModeVisibility"); \ static_assert(offsetof(UserWidget_LockOnReticle_SetAimModeVisibility, InVisibility) == 0x000000, "Member 'UserWidget_LockOnReticle_SetAimModeVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_LockOnReticle_SetLockOnVisibility \ static_assert(alignof(UserWidget_LockOnReticle_SetLockOnVisibility) == 0x000001, "Wrong alignment on UserWidget_LockOnReticle_SetLockOnVisibility"); \ static_assert(sizeof(UserWidget_LockOnReticle_SetLockOnVisibility) == 0x000001, "Wrong size on UserWidget_LockOnReticle_SetLockOnVisibility"); \ static_assert(offsetof(UserWidget_LockOnReticle_SetLockOnVisibility, InVisibility) == 0x000000, "Member 'UserWidget_LockOnReticle_SetLockOnVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUserWidget_LockOnReticle \ static_assert(alignof(UUserWidget_LockOnReticle) == 0x000008, "Wrong alignment on UUserWidget_LockOnReticle"); \ static_assert(sizeof(UUserWidget_LockOnReticle) == 0x0002F0, "Wrong size on UUserWidget_LockOnReticle"); \ static_assert(offsetof(UUserWidget_LockOnReticle, CurrentScale) == 0x0002E8, "Member 'UUserWidget_LockOnReticle::CurrentScale' has a wrong offset!"); \ static_assert(offsetof(UUserWidget_LockOnReticle, ScaleMax) == 0x0002EC, "Member 'UUserWidget_LockOnReticle::ScaleMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablClothOptionsTask \ static_assert(alignof(UablClothOptionsTask) == 0x000008, "Wrong alignment on UablClothOptionsTask"); \ static_assert(sizeof(UablClothOptionsTask) == 0x000190, "Wrong size on UablClothOptionsTask"); \ static_assert(offsetof(UablClothOptionsTask, bPiecesListIsInclusive) == 0x000070, "Member 'UablClothOptionsTask::bPiecesListIsInclusive' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, PiecesList) == 0x000078, "Member 'UablClothOptionsTask::PiecesList' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, ClothingAssetList) == 0x000088, "Member 'UablClothOptionsTask::ClothingAssetList' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, IterationCount) == 0x0000D8, "Member 'UablClothOptionsTask::IterationCount' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, MaxIterationCount) == 0x0000E0, "Member 'UablClothOptionsTask::MaxIterationCount' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, SubdivisionCount) == 0x0000E8, "Member 'UablClothOptionsTask::SubdivisionCount' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, TeleportDistanceThreshold) == 0x0000F0, "Member 'UablClothOptionsTask::TeleportDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, TeleportRotationThreshold) == 0x0000F8, "Member 'UablClothOptionsTask::TeleportRotationThreshold' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, ClothBlendWeight) == 0x000100, "Member 'UablClothOptionsTask::ClothBlendWeight' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, ClothMaxDistanceScale) == 0x000108, "Member 'UablClothOptionsTask::ClothMaxDistanceScale' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, EdgeStiffness) == 0x000110, "Member 'UablClothOptionsTask::EdgeStiffness' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, BendingStiffness) == 0x000118, "Member 'UablClothOptionsTask::BendingStiffness' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, AreaStiffness) == 0x000120, "Member 'UablClothOptionsTask::AreaStiffness' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, TetherStiffness) == 0x000128, "Member 'UablClothOptionsTask::TetherStiffness' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, DampingCoefficient) == 0x000130, "Member 'UablClothOptionsTask::DampingCoefficient' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, DragCoefficient) == 0x000138, "Member 'UablClothOptionsTask::DragCoefficient' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, LiftCoefficient) == 0x000140, "Member 'UablClothOptionsTask::LiftCoefficient' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, AdditionalWindVelocity) == 0x000148, "Member 'UablClothOptionsTask::AdditionalWindVelocity' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, GravityScale) == 0x000150, "Member 'UablClothOptionsTask::GravityScale' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, GravityOverride) == 0x000158, "Member 'UablClothOptionsTask::GravityOverride' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, AnimDriveStiffness) == 0x000160, "Member 'UablClothOptionsTask::AnimDriveStiffness' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, AnimDriveDamping) == 0x000168, "Member 'UablClothOptionsTask::AnimDriveDamping' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, WindVelocityScale) == 0x000170, "Member 'UablClothOptionsTask::WindVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, LinearVelocityScale) == 0x000178, "Member 'UablClothOptionsTask::LinearVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, AngularVelocityScale) == 0x000180, "Member 'UablClothOptionsTask::AngularVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UablClothOptionsTask, FictitiousAngularScale) == 0x000188, "Member 'UablClothOptionsTask::FictitiousAngularScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FierySendComponent_AddFierySendComponent \ static_assert(alignof(FierySendComponent_AddFierySendComponent) == 0x000008, "Wrong alignment on FierySendComponent_AddFierySendComponent"); \ static_assert(sizeof(FierySendComponent_AddFierySendComponent) == 0x000028, "Wrong size on FierySendComponent_AddFierySendComponent"); \ static_assert(offsetof(FierySendComponent_AddFierySendComponent, Actor) == 0x000000, "Member 'FierySendComponent_AddFierySendComponent::Actor' has a wrong offset!"); \ static_assert(offsetof(FierySendComponent_AddFierySendComponent, InInstigator) == 0x000008, "Member 'FierySendComponent_AddFierySendComponent::InInstigator' has a wrong offset!"); \ static_assert(offsetof(FierySendComponent_AddFierySendComponent, InHitFx) == 0x000010, "Member 'FierySendComponent_AddFierySendComponent::InHitFx' has a wrong offset!"); \ static_assert(offsetof(FierySendComponent_AddFierySendComponent, InMunitionClass) == 0x000018, "Member 'FierySendComponent_AddFierySendComponent::InMunitionClass' has a wrong offset!"); \ static_assert(offsetof(FierySendComponent_AddFierySendComponent, bInDestroyOnHit) == 0x000020, "Member 'FierySendComponent_AddFierySendComponent::bInDestroyOnHit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FierySendComponent_HandleActorHit \ static_assert(alignof(FierySendComponent_HandleActorHit) == 0x000008, "Wrong alignment on FierySendComponent_HandleActorHit"); \ static_assert(sizeof(FierySendComponent_HandleActorHit) == 0x0000A8, "Wrong size on FierySendComponent_HandleActorHit"); \ static_assert(offsetof(FierySendComponent_HandleActorHit, SelfActor) == 0x000000, "Member 'FierySendComponent_HandleActorHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(FierySendComponent_HandleActorHit, OtherActor) == 0x000008, "Member 'FierySendComponent_HandleActorHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FierySendComponent_HandleActorHit, NormalImpulse) == 0x000010, "Member 'FierySendComponent_HandleActorHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(FierySendComponent_HandleActorHit, Hit) == 0x00001C, "Member 'FierySendComponent_HandleActorHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFierySendComponent \ static_assert(alignof(UFierySendComponent) == 0x000008, "Wrong alignment on UFierySendComponent"); \ static_assert(sizeof(UFierySendComponent) == 0x000100, "Wrong size on UFierySendComponent"); \ static_assert(offsetof(UFierySendComponent, HitFx) == 0x0000D0, "Member 'UFierySendComponent::HitFx' has a wrong offset!"); \ static_assert(offsetof(UFierySendComponent, MunitionClass) == 0x0000D8, "Member 'UFierySendComponent::MunitionClass' has a wrong offset!"); \ static_assert(offsetof(UFierySendComponent, bDestroyOnHit) == 0x0000E0, "Member 'UFierySendComponent::bDestroyOnHit' has a wrong offset!"); \ static_assert(offsetof(UFierySendComponent, Instigator) == 0x0000E8, "Member 'UFierySendComponent::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablClothResetTask \ static_assert(alignof(UablClothResetTask) == 0x000008, "Wrong alignment on UablClothResetTask"); \ static_assert(sizeof(UablClothResetTask) == 0x000078, "Wrong size on UablClothResetTask"); \ static_assert(offsetof(UablClothResetTask, ClothTeleportMode) == 0x000070, "Member 'UablClothResetTask::ClothTeleportMode' has a wrong offset!"); \ static_assert(offsetof(UablClothResetTask, bExecuteOnStart) == 0x000071, "Member 'UablClothResetTask::bExecuteOnStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcCapsuleScalingTask \ static_assert(alignof(UAblNpcCapsuleScalingTask) == 0x000008, "Wrong alignment on UAblNpcCapsuleScalingTask"); \ static_assert(sizeof(UAblNpcCapsuleScalingTask) == 0x0000B0, "Wrong size on UAblNpcCapsuleScalingTask"); \ static_assert(offsetof(UAblNpcCapsuleScalingTask, bUseHeightAsRadius) == 0x000070, "Member 'UAblNpcCapsuleScalingTask::bUseHeightAsRadius' has a wrong offset!"); \ static_assert(offsetof(UAblNpcCapsuleScalingTask, RadiusMultiplier) == 0x000074, "Member 'UAblNpcCapsuleScalingTask::RadiusMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAblNpcCapsuleScalingTask, HalfHeightMultiplier) == 0x000078, "Member 'UAblNpcCapsuleScalingTask::HalfHeightMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAblNpcCapsuleScalingTask, bRestoreAtEndTask) == 0x00007C, "Member 'UAblNpcCapsuleScalingTask::bRestoreAtEndTask' has a wrong offset!"); \ static_assert(offsetof(UAblNpcCapsuleScalingTask, BlendTime) == 0x000080, "Member 'UAblNpcCapsuleScalingTask::BlendTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFlightSpline \ static_assert(alignof(AFlightSpline) == 0x000008, "Wrong alignment on AFlightSpline"); \ static_assert(sizeof(AFlightSpline) == 0x000248, "Wrong size on AFlightSpline"); \ #define DUMPER7_ASSERTS_BlockedInterface_OnBlocked \ static_assert(alignof(BlockedInterface_OnBlocked) == 0x000008, "Wrong alignment on BlockedInterface_OnBlocked"); \ static_assert(sizeof(BlockedInterface_OnBlocked) == 0x000050, "Wrong size on BlockedInterface_OnBlocked"); \ static_assert(offsetof(BlockedInterface_OnBlocked, Instigator) == 0x000000, "Member 'BlockedInterface_OnBlocked::Instigator' has a wrong offset!"); \ static_assert(offsetof(BlockedInterface_OnBlocked, DataAsset) == 0x000008, "Member 'BlockedInterface_OnBlocked::DataAsset' has a wrong offset!"); \ static_assert(offsetof(BlockedInterface_OnBlocked, BlockedTiming) == 0x000010, "Member 'BlockedInterface_OnBlocked::BlockedTiming' has a wrong offset!"); \ static_assert(offsetof(BlockedInterface_OnBlocked, MunitionTagContainer) == 0x000018, "Member 'BlockedInterface_OnBlocked::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BlockedInterface_OnBlocked, Throw) == 0x000038, "Member 'BlockedInterface_OnBlocked::Throw' has a wrong offset!"); \ static_assert(offsetof(BlockedInterface_OnBlocked, ImpactDirection) == 0x000044, "Member 'BlockedInterface_OnBlocked::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBlockedInterface \ static_assert(alignof(IBlockedInterface) == 0x000001, "Wrong alignment on IBlockedInterface"); \ static_assert(sizeof(IBlockedInterface) == 0x000001, "Wrong size on IBlockedInterface"); \ #define DUMPER7_ASSERTS_AblCollisionBranchConditionScratchpad_HandleActorHit \ static_assert(alignof(AblCollisionBranchConditionScratchpad_HandleActorHit) == 0x000008, "Wrong alignment on AblCollisionBranchConditionScratchpad_HandleActorHit"); \ static_assert(sizeof(AblCollisionBranchConditionScratchpad_HandleActorHit) == 0x0000A8, "Wrong size on AblCollisionBranchConditionScratchpad_HandleActorHit"); \ static_assert(offsetof(AblCollisionBranchConditionScratchpad_HandleActorHit, SelfActor) == 0x000000, "Member 'AblCollisionBranchConditionScratchpad_HandleActorHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(AblCollisionBranchConditionScratchpad_HandleActorHit, OtherActor) == 0x000008, "Member 'AblCollisionBranchConditionScratchpad_HandleActorHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(AblCollisionBranchConditionScratchpad_HandleActorHit, NormalImpulse) == 0x000010, "Member 'AblCollisionBranchConditionScratchpad_HandleActorHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(AblCollisionBranchConditionScratchpad_HandleActorHit, Hit) == 0x00001C, "Member 'AblCollisionBranchConditionScratchpad_HandleActorHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCollisionBranchConditionScratchpad \ static_assert(alignof(UAblCollisionBranchConditionScratchpad) == 0x000008, "Wrong alignment on UAblCollisionBranchConditionScratchpad"); \ static_assert(sizeof(UAblCollisionBranchConditionScratchpad) == 0x000038, "Wrong size on UAblCollisionBranchConditionScratchpad"); \ #define DUMPER7_ASSERTS_UAblNPC_TargetableToggleScratchPad \ static_assert(alignof(UAblNPC_TargetableToggleScratchPad) == 0x000008, "Wrong alignment on UAblNPC_TargetableToggleScratchPad"); \ static_assert(sizeof(UAblNPC_TargetableToggleScratchPad) == 0x000028, "Wrong size on UAblNPC_TargetableToggleScratchPad"); \ #define DUMPER7_ASSERTS_ADB_Character \ static_assert(alignof(ADB_Character) == 0x000010, "Wrong alignment on ADB_Character"); \ static_assert(sizeof(ADB_Character) == 0x001770, "Wrong size on ADB_Character"); \ static_assert(offsetof(ADB_Character, ObjectStateComponent) == 0x001750, "Member 'ADB_Character::ObjectStateComponent' has a wrong offset!"); \ static_assert(offsetof(ADB_Character, Customization) == 0x001758, "Member 'ADB_Character::Customization' has a wrong offset!"); \ static_assert(offsetof(ADB_Character, FacialComponent) == 0x001760, "Member 'ADB_Character::FacialComponent' has a wrong offset!"); \ static_assert(offsetof(ADB_Character, AnimationComponent) == 0x001768, "Member 'ADB_Character::AnimationComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APillarPlaque_Character \ static_assert(alignof(APillarPlaque_Character) == 0x000010, "Wrong alignment on APillarPlaque_Character"); \ static_assert(sizeof(APillarPlaque_Character) == 0x001770, "Wrong size on APillarPlaque_Character"); \ #define DUMPER7_ASSERTS_UAblCollisionBranchCondition \ static_assert(alignof(UAblCollisionBranchCondition) == 0x000008, "Wrong alignment on UAblCollisionBranchCondition"); \ static_assert(sizeof(UAblCollisionBranchCondition) == 0x000050, "Wrong size on UAblCollisionBranchCondition"); \ static_assert(offsetof(UAblCollisionBranchCondition, DetectionType) == 0x000028, "Member 'UAblCollisionBranchCondition::DetectionType' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionBranchCondition, DotProductLowerBound) == 0x00002C, "Member 'UAblCollisionBranchCondition::DotProductLowerBound' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionBranchCondition, DotProductUpperBound) == 0x000030, "Member 'UAblCollisionBranchCondition::DotProductUpperBound' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionBranchCondition, BranchOnImminentCollisionLength) == 0x000034, "Member 'UAblCollisionBranchCondition::BranchOnImminentCollisionLength' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionBranchCondition, MinSpeed) == 0x000038, "Member 'UAblCollisionBranchCondition::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionBranchCondition, bCheckForInheritance) == 0x00003C, "Member 'UAblCollisionBranchCondition::bCheckForInheritance' has a wrong offset!"); \ static_assert(offsetof(UAblCollisionBranchCondition, OtherActorMustBeA) == 0x000040, "Member 'UAblCollisionBranchCondition::OtherActorMustBeA' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEncounter_Interface \ static_assert(alignof(IEncounter_Interface) == 0x000001, "Wrong alignment on IEncounter_Interface"); \ static_assert(sizeof(IEncounter_Interface) == 0x000001, "Wrong size on IEncounter_Interface"); \ #define DUMPER7_ASSERTS_UBroomRiderActionBase \ static_assert(alignof(UBroomRiderActionBase) == 0x000008, "Wrong alignment on UBroomRiderActionBase"); \ static_assert(sizeof(UBroomRiderActionBase) == 0x000038, "Wrong size on UBroomRiderActionBase"); \ static_assert(offsetof(UBroomRiderActionBase, bActionEnabled) == 0x000028, "Member 'UBroomRiderActionBase::bActionEnabled' has a wrong offset!"); \ static_assert(offsetof(UBroomRiderActionBase, bPauseBroomOnCompleteAction) == 0x000034, "Member 'UBroomRiderActionBase::bPauseBroomOnCompleteAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleOvercast \ static_assert(alignof(UWorldFXRuleOvercast) == 0x000008, "Wrong alignment on UWorldFXRuleOvercast"); \ static_assert(sizeof(UWorldFXRuleOvercast) == 0x000028, "Wrong size on UWorldFXRuleOvercast"); \ #define DUMPER7_ASSERTS_UWorldFXRuleRangedOvercast \ static_assert(alignof(UWorldFXRuleRangedOvercast) == 0x000008, "Wrong alignment on UWorldFXRuleRangedOvercast"); \ static_assert(sizeof(UWorldFXRuleRangedOvercast) == 0x000030, "Wrong size on UWorldFXRuleRangedOvercast"); \ static_assert(offsetof(UWorldFXRuleRangedOvercast, minThreshold) == 0x000028, "Member 'UWorldFXRuleRangedOvercast::minThreshold' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleRangedOvercast, maxThreshold) == 0x00002C, "Member 'UWorldFXRuleRangedOvercast::maxThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigRule_DialogueSequence \ static_assert(alignof(USceneRigRule_DialogueSequence) == 0x000008, "Wrong alignment on USceneRigRule_DialogueSequence"); \ static_assert(sizeof(USceneRigRule_DialogueSequence) == 0x0001C8, "Wrong size on USceneRigRule_DialogueSequence"); \ static_assert(offsetof(USceneRigRule_DialogueSequence, DialogueSequenceReference) == 0x0000A0, "Member 'USceneRigRule_DialogueSequence::DialogueSequenceReference' has a wrong offset!"); \ static_assert(offsetof(USceneRigRule_DialogueSequence, DialogueEventName) == 0x0000A8, "Member 'USceneRigRule_DialogueSequence::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(USceneRigRule_DialogueSequence, DialogueSequenceName) == 0x0000B8, "Member 'USceneRigRule_DialogueSequence::DialogueSequenceName' has a wrong offset!"); \ static_assert(offsetof(USceneRigRule_DialogueSequence, DialogueFlags) == 0x0000C8, "Member 'USceneRigRule_DialogueSequence::DialogueFlags' has a wrong offset!"); \ static_assert(offsetof(USceneRigRule_DialogueSequence, DialogEvent) == 0x0000D8, "Member 'USceneRigRule_DialogueSequence::DialogEvent' has a wrong offset!"); \ static_assert(offsetof(USceneRigRule_DialogueSequence, DialogueSequence) == 0x000148, "Member 'USceneRigRule_DialogueSequence::DialogueSequence' has a wrong offset!"); \ static_assert(offsetof(USceneRigRule_DialogueSequence, TemplateSceneRig) == 0x000160, "Member 'USceneRigRule_DialogueSequence::TemplateSceneRig' has a wrong offset!"); \ static_assert(offsetof(USceneRigRule_DialogueSequence, CreateTransformActions) == 0x000168, "Member 'USceneRigRule_DialogueSequence::CreateTransformActions' has a wrong offset!"); \ static_assert(offsetof(USceneRigRule_DialogueSequence, CreateChracterOptions) == 0x000169, "Member 'USceneRigRule_DialogueSequence::CreateChracterOptions' has a wrong offset!"); \ static_assert(offsetof(USceneRigRule_DialogueSequence, Rule) == 0x000170, "Member 'USceneRigRule_DialogueSequence::Rule' has a wrong offset!"); \ static_assert(offsetof(USceneRigRule_DialogueSequence, RuleAssets) == 0x000178, "Member 'USceneRigRule_DialogueSequence::RuleAssets' has a wrong offset!"); \ static_assert(offsetof(USceneRigRule_DialogueSequence, LineRules) == 0x000188, "Member 'USceneRigRule_DialogueSequence::LineRules' has a wrong offset!"); \ static_assert(offsetof(USceneRigRule_DialogueSequence, DialogueFinish) == 0x000198, "Member 'USceneRigRule_DialogueSequence::DialogueFinish' has a wrong offset!"); \ static_assert(offsetof(USceneRigRule_DialogueSequence, ForceFinish) == 0x0001B0, "Member 'USceneRigRule_DialogueSequence::ForceFinish' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblComboAbility \ static_assert(alignof(UAblComboAbility) == 0x000008, "Wrong alignment on UAblComboAbility"); \ static_assert(sizeof(UAblComboAbility) == 0x0000D0, "Wrong size on UAblComboAbility"); \ static_assert(offsetof(UAblComboAbility, ComboSpellToolRecord) == 0x0000C8, "Member 'UAblComboAbility::ComboSpellToolRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRulePrecipitation \ static_assert(alignof(UWorldFXRulePrecipitation) == 0x000008, "Wrong alignment on UWorldFXRulePrecipitation"); \ static_assert(sizeof(UWorldFXRulePrecipitation) == 0x000028, "Wrong size on UWorldFXRulePrecipitation"); \ #define DUMPER7_ASSERTS_UablMotionAdjustTask \ static_assert(alignof(UablMotionAdjustTask) == 0x000008, "Wrong alignment on UablMotionAdjustTask"); \ static_assert(sizeof(UablMotionAdjustTask) == 0x0000D0, "Wrong size on UablMotionAdjustTask"); \ static_assert(offsetof(UablMotionAdjustTask, TargetLocationGetter) == 0x000070, "Member 'UablMotionAdjustTask::TargetLocationGetter' has a wrong offset!"); \ static_assert(offsetof(UablMotionAdjustTask, bTrackTarget) == 0x000078, "Member 'UablMotionAdjustTask::bTrackTarget' has a wrong offset!"); \ static_assert(offsetof(UablMotionAdjustTask, bUseRootMotionForPrediction) == 0x000079, "Member 'UablMotionAdjustTask::bUseRootMotionForPrediction' has a wrong offset!"); \ static_assert(offsetof(UablMotionAdjustTask, bIgnoreMeshScale) == 0x00007A, "Member 'UablMotionAdjustTask::bIgnoreMeshScale' has a wrong offset!"); \ static_assert(offsetof(UablMotionAdjustTask, InterceptTime) == 0x00007C, "Member 'UablMotionAdjustTask::InterceptTime' has a wrong offset!"); \ static_assert(offsetof(UablMotionAdjustTask, InterceptOffset) == 0x000080, "Member 'UablMotionAdjustTask::InterceptOffset' has a wrong offset!"); \ static_assert(offsetof(UablMotionAdjustTask, bLimitMaxImpulse) == 0x00008C, "Member 'UablMotionAdjustTask::bLimitMaxImpulse' has a wrong offset!"); \ static_assert(offsetof(UablMotionAdjustTask, MaxImpulse) == 0x000090, "Member 'UablMotionAdjustTask::MaxImpulse' has a wrong offset!"); \ static_assert(offsetof(UablMotionAdjustTask, AdjustCurve) == 0x000094, "Member 'UablMotionAdjustTask::AdjustCurve' has a wrong offset!"); \ static_assert(offsetof(UablMotionAdjustTask, BlendIn) == 0x000098, "Member 'UablMotionAdjustTask::BlendIn' has a wrong offset!"); \ static_assert(offsetof(UablMotionAdjustTask, bCanAdjustZAxis) == 0x0000C8, "Member 'UablMotionAdjustTask::bCanAdjustZAxis' has a wrong offset!"); \ static_assert(offsetof(UablMotionAdjustTask, bGuaranteeOnTargetAtTaskEnd) == 0x0000C9, "Member 'UablMotionAdjustTask::bGuaranteeOnTargetAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UablMotionAdjustTask, TaskEndMovementMode) == 0x0000CA, "Member 'UablMotionAdjustTask::TaskEndMovementMode' has a wrong offset!"); \ static_assert(offsetof(UablMotionAdjustTask, bDebugDrawEnabled) == 0x0000CB, "Member 'UablMotionAdjustTask::bDebugDrawEnabled' has a wrong offset!"); \ static_assert(offsetof(UablMotionAdjustTask, bDebugDrawTranslationCorrection) == 0x0000CC, "Member 'UablMotionAdjustTask::bDebugDrawTranslationCorrection' has a wrong offset!"); \ static_assert(offsetof(UablMotionAdjustTask, bDebugDrawTarget) == 0x0000CD, "Member 'UablMotionAdjustTask::bDebugDrawTarget' has a wrong offset!"); \ static_assert(offsetof(UablMotionAdjustTask, bDebugDrawRootMotion) == 0x0000CE, "Member 'UablMotionAdjustTask::bDebugDrawRootMotion' has a wrong offset!"); \ static_assert(offsetof(UablMotionAdjustTask, bDebugDrawTransform) == 0x0000CF, "Member 'UablMotionAdjustTask::bDebugDrawTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcCollisionScratchpad \ static_assert(alignof(UAblNpcCollisionScratchpad) == 0x000008, "Wrong alignment on UAblNpcCollisionScratchpad"); \ static_assert(sizeof(UAblNpcCollisionScratchpad) == 0x000048, "Wrong size on UAblNpcCollisionScratchpad"); \ #define DUMPER7_ASSERTS_UBool_PlayerHouse \ static_assert(alignof(UBool_PlayerHouse) == 0x000008, "Wrong alignment on UBool_PlayerHouse"); \ static_assert(sizeof(UBool_PlayerHouse) == 0x000030, "Wrong size on UBool_PlayerHouse"); \ static_assert(offsetof(UBool_PlayerHouse, PlayerHouse) == 0x000028, "Member 'UBool_PlayerHouse::PlayerHouse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ResetAchievement \ static_assert(alignof(URPGTriggerEffect_ResetAchievement) == 0x000008, "Wrong alignment on URPGTriggerEffect_ResetAchievement"); \ static_assert(sizeof(URPGTriggerEffect_ResetAchievement) == 0x000048, "Wrong size on URPGTriggerEffect_ResetAchievement"); \ static_assert(offsetof(URPGTriggerEffect_ResetAchievement, AchievementID) == 0x000040, "Member 'URPGTriggerEffect_ResetAchievement::AchievementID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_AccioStart \ static_assert(alignof(PhysicsInterface_AccioStart) == 0x000008, "Wrong alignment on PhysicsInterface_AccioStart"); \ static_assert(sizeof(PhysicsInterface_AccioStart) == 0x000040, "Wrong size on PhysicsInterface_AccioStart"); \ static_assert(offsetof(PhysicsInterface_AccioStart, SpellTool) == 0x000000, "Member 'PhysicsInterface_AccioStart::SpellTool' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_AccioStart, Instigator) == 0x000008, "Member 'PhysicsInterface_AccioStart::Instigator' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_AccioStart, Velocity) == 0x000010, "Member 'PhysicsInterface_AccioStart::Velocity' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_AccioStart, DataAssets) == 0x000020, "Member 'PhysicsInterface_AccioStart::DataAssets' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_AccioStart, ImpactDirection) == 0x000030, "Member 'PhysicsInterface_AccioStart::ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_AccioStart, ReturnValue) == 0x00003C, "Member 'PhysicsInterface_AccioStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_DepulsoStart \ static_assert(alignof(PhysicsInterface_DepulsoStart) == 0x000008, "Wrong alignment on PhysicsInterface_DepulsoStart"); \ static_assert(sizeof(PhysicsInterface_DepulsoStart) == 0x000020, "Wrong size on PhysicsInterface_DepulsoStart"); \ static_assert(offsetof(PhysicsInterface_DepulsoStart, SpellTool) == 0x000000, "Member 'PhysicsInterface_DepulsoStart::SpellTool' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_DepulsoStart, Instigator) == 0x000008, "Member 'PhysicsInterface_DepulsoStart::Instigator' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_DepulsoStart, Location) == 0x000010, "Member 'PhysicsInterface_DepulsoStart::Location' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_DepulsoStart, ReturnValue) == 0x00001C, "Member 'PhysicsInterface_DepulsoStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_DescendoStart \ static_assert(alignof(PhysicsInterface_DescendoStart) == 0x000008, "Wrong alignment on PhysicsInterface_DescendoStart"); \ static_assert(sizeof(PhysicsInterface_DescendoStart) == 0x000020, "Wrong size on PhysicsInterface_DescendoStart"); \ static_assert(offsetof(PhysicsInterface_DescendoStart, SpellTool) == 0x000000, "Member 'PhysicsInterface_DescendoStart::SpellTool' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_DescendoStart, Instigator) == 0x000008, "Member 'PhysicsInterface_DescendoStart::Instigator' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_DescendoStart, Velocity) == 0x000010, "Member 'PhysicsInterface_DescendoStart::Velocity' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_DescendoStart, ReturnValue) == 0x00001C, "Member 'PhysicsInterface_DescendoStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_DisallowAccio \ static_assert(alignof(PhysicsInterface_DisallowAccio) == 0x000001, "Wrong alignment on PhysicsInterface_DisallowAccio"); \ static_assert(sizeof(PhysicsInterface_DisallowAccio) == 0x000001, "Wrong size on PhysicsInterface_DisallowAccio"); \ static_assert(offsetof(PhysicsInterface_DisallowAccio, ReturnValue) == 0x000000, "Member 'PhysicsInterface_DisallowAccio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_DisallowDepulso \ static_assert(alignof(PhysicsInterface_DisallowDepulso) == 0x000001, "Wrong alignment on PhysicsInterface_DisallowDepulso"); \ static_assert(sizeof(PhysicsInterface_DisallowDepulso) == 0x000001, "Wrong size on PhysicsInterface_DisallowDepulso"); \ static_assert(offsetof(PhysicsInterface_DisallowDepulso, ReturnValue) == 0x000000, "Member 'PhysicsInterface_DisallowDepulso::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_DisallowDescendo \ static_assert(alignof(PhysicsInterface_DisallowDescendo) == 0x000001, "Wrong alignment on PhysicsInterface_DisallowDescendo"); \ static_assert(sizeof(PhysicsInterface_DisallowDescendo) == 0x000001, "Wrong size on PhysicsInterface_DisallowDescendo"); \ static_assert(offsetof(PhysicsInterface_DisallowDescendo, ReturnValue) == 0x000000, "Member 'PhysicsInterface_DisallowDescendo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_DisallowFlipendo \ static_assert(alignof(PhysicsInterface_DisallowFlipendo) == 0x000001, "Wrong alignment on PhysicsInterface_DisallowFlipendo"); \ static_assert(sizeof(PhysicsInterface_DisallowFlipendo) == 0x000001, "Wrong size on PhysicsInterface_DisallowFlipendo"); \ static_assert(offsetof(PhysicsInterface_DisallowFlipendo, ReturnValue) == 0x000000, "Member 'PhysicsInterface_DisallowFlipendo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_DisallowLevioso \ static_assert(alignof(PhysicsInterface_DisallowLevioso) == 0x000001, "Wrong alignment on PhysicsInterface_DisallowLevioso"); \ static_assert(sizeof(PhysicsInterface_DisallowLevioso) == 0x000001, "Wrong size on PhysicsInterface_DisallowLevioso"); \ static_assert(offsetof(PhysicsInterface_DisallowLevioso, ReturnValue) == 0x000000, "Member 'PhysicsInterface_DisallowLevioso::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_DisallowWingardium \ static_assert(alignof(PhysicsInterface_DisallowWingardium) == 0x000001, "Wrong alignment on PhysicsInterface_DisallowWingardium"); \ static_assert(sizeof(PhysicsInterface_DisallowWingardium) == 0x000001, "Wrong size on PhysicsInterface_DisallowWingardium"); \ static_assert(offsetof(PhysicsInterface_DisallowWingardium, ReturnValue) == 0x000000, "Member 'PhysicsInterface_DisallowWingardium::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_ExpulsoStart \ static_assert(alignof(PhysicsInterface_ExpulsoStart) == 0x000008, "Wrong alignment on PhysicsInterface_ExpulsoStart"); \ static_assert(sizeof(PhysicsInterface_ExpulsoStart) == 0x000018, "Wrong size on PhysicsInterface_ExpulsoStart"); \ static_assert(offsetof(PhysicsInterface_ExpulsoStart, Instigator) == 0x000000, "Member 'PhysicsInterface_ExpulsoStart::Instigator' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_ExpulsoStart, Location) == 0x000008, "Member 'PhysicsInterface_ExpulsoStart::Location' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_ExpulsoStart, ReturnValue) == 0x000014, "Member 'PhysicsInterface_ExpulsoStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_FlipendoStart \ static_assert(alignof(PhysicsInterface_FlipendoStart) == 0x000008, "Wrong alignment on PhysicsInterface_FlipendoStart"); \ static_assert(sizeof(PhysicsInterface_FlipendoStart) == 0x000020, "Wrong size on PhysicsInterface_FlipendoStart"); \ static_assert(offsetof(PhysicsInterface_FlipendoStart, SpellTool) == 0x000000, "Member 'PhysicsInterface_FlipendoStart::SpellTool' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_FlipendoStart, Instigator) == 0x000008, "Member 'PhysicsInterface_FlipendoStart::Instigator' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_FlipendoStart, Location) == 0x000010, "Member 'PhysicsInterface_FlipendoStart::Location' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_FlipendoStart, ReturnValue) == 0x00001C, "Member 'PhysicsInterface_FlipendoStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_LeviosoChargedStart \ static_assert(alignof(PhysicsInterface_LeviosoChargedStart) == 0x000008, "Wrong alignment on PhysicsInterface_LeviosoChargedStart"); \ static_assert(sizeof(PhysicsInterface_LeviosoChargedStart) == 0x000070, "Wrong size on PhysicsInterface_LeviosoChargedStart"); \ static_assert(offsetof(PhysicsInterface_LeviosoChargedStart, SpellTool) == 0x000000, "Member 'PhysicsInterface_LeviosoChargedStart::SpellTool' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_LeviosoChargedStart, Instigator) == 0x000008, "Member 'PhysicsInterface_LeviosoChargedStart::Instigator' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_LeviosoChargedStart, Location) == 0x000010, "Member 'PhysicsInterface_LeviosoChargedStart::Location' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_LeviosoChargedStart, Velocity) == 0x00001C, "Member 'PhysicsInterface_LeviosoChargedStart::Velocity' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_LeviosoChargedStart, InitiatedByPlayer) == 0x000028, "Member 'PhysicsInterface_LeviosoChargedStart::InitiatedByPlayer' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_LeviosoChargedStart, Impact) == 0x000030, "Member 'PhysicsInterface_LeviosoChargedStart::Impact' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_LeviosoChargedStart, DataAssets) == 0x000050, "Member 'PhysicsInterface_LeviosoChargedStart::DataAssets' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_LeviosoChargedStart, ImpactDirection) == 0x000060, "Member 'PhysicsInterface_LeviosoChargedStart::ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_LeviosoChargedStart, ReturnValue) == 0x00006C, "Member 'PhysicsInterface_LeviosoChargedStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_LeviosoStart \ static_assert(alignof(PhysicsInterface_LeviosoStart) == 0x000008, "Wrong alignment on PhysicsInterface_LeviosoStart"); \ static_assert(sizeof(PhysicsInterface_LeviosoStart) == 0x000050, "Wrong size on PhysicsInterface_LeviosoStart"); \ static_assert(offsetof(PhysicsInterface_LeviosoStart, Instigator) == 0x000000, "Member 'PhysicsInterface_LeviosoStart::Instigator' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_LeviosoStart, Location) == 0x000008, "Member 'PhysicsInterface_LeviosoStart::Location' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_LeviosoStart, Impact) == 0x000018, "Member 'PhysicsInterface_LeviosoStart::Impact' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_LeviosoStart, DataAssets) == 0x000038, "Member 'PhysicsInterface_LeviosoStart::DataAssets' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_LeviosoStart, InitiatedByPlayer) == 0x000048, "Member 'PhysicsInterface_LeviosoStart::InitiatedByPlayer' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_LeviosoStart, OverrideEffects) == 0x000049, "Member 'PhysicsInterface_LeviosoStart::OverrideEffects' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_LeviosoStart, ReturnValue) == 0x00004A, "Member 'PhysicsInterface_LeviosoStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_OnAccioEnd \ static_assert(alignof(PhysicsInterface_OnAccioEnd) == 0x000008, "Wrong alignment on PhysicsInterface_OnAccioEnd"); \ static_assert(sizeof(PhysicsInterface_OnAccioEnd) == 0x000010, "Wrong size on PhysicsInterface_OnAccioEnd"); \ static_assert(offsetof(PhysicsInterface_OnAccioEnd, Instigator) == 0x000000, "Member 'PhysicsInterface_OnAccioEnd::Instigator' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnAccioEnd, TransitioningToWingardium) == 0x000008, "Member 'PhysicsInterface_OnAccioEnd::TransitioningToWingardium' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_OnAccioThrow \ static_assert(alignof(PhysicsInterface_OnAccioThrow) == 0x000008, "Wrong alignment on PhysicsInterface_OnAccioThrow"); \ static_assert(sizeof(PhysicsInterface_OnAccioThrow) == 0x000050, "Wrong size on PhysicsInterface_OnAccioThrow"); \ static_assert(offsetof(PhysicsInterface_OnAccioThrow, SpellTool) == 0x000000, "Member 'PhysicsInterface_OnAccioThrow::SpellTool' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnAccioThrow, Instigator) == 0x000008, "Member 'PhysicsInterface_OnAccioThrow::Instigator' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnAccioThrow, ThrowVelocity) == 0x000010, "Member 'PhysicsInterface_OnAccioThrow::ThrowVelocity' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnAccioThrow, DataAssets) == 0x000020, "Member 'PhysicsInterface_OnAccioThrow::DataAssets' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnAccioThrow, Impact) == 0x000030, "Member 'PhysicsInterface_OnAccioThrow::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_OnDepulsoThrow \ static_assert(alignof(PhysicsInterface_OnDepulsoThrow) == 0x000008, "Wrong alignment on PhysicsInterface_OnDepulsoThrow"); \ static_assert(sizeof(PhysicsInterface_OnDepulsoThrow) == 0x000058, "Wrong size on PhysicsInterface_OnDepulsoThrow"); \ static_assert(offsetof(PhysicsInterface_OnDepulsoThrow, SpellTool) == 0x000000, "Member 'PhysicsInterface_OnDepulsoThrow::SpellTool' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnDepulsoThrow, ThrowVelocity) == 0x000008, "Member 'PhysicsInterface_OnDepulsoThrow::ThrowVelocity' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnDepulsoThrow, Target) == 0x000014, "Member 'PhysicsInterface_OnDepulsoThrow::Target' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnDepulsoThrow, Instigator) == 0x000020, "Member 'PhysicsInterface_OnDepulsoThrow::Instigator' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnDepulsoThrow, DataAssets) == 0x000028, "Member 'PhysicsInterface_OnDepulsoThrow::DataAssets' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnDepulsoThrow, Impact) == 0x000038, "Member 'PhysicsInterface_OnDepulsoThrow::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_OnExpulsoThrow \ static_assert(alignof(PhysicsInterface_OnExpulsoThrow) == 0x000008, "Wrong alignment on PhysicsInterface_OnExpulsoThrow"); \ static_assert(sizeof(PhysicsInterface_OnExpulsoThrow) == 0x000050, "Wrong size on PhysicsInterface_OnExpulsoThrow"); \ static_assert(offsetof(PhysicsInterface_OnExpulsoThrow, ThrowVelocity) == 0x000000, "Member 'PhysicsInterface_OnExpulsoThrow::ThrowVelocity' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnExpulsoThrow, Target) == 0x00000C, "Member 'PhysicsInterface_OnExpulsoThrow::Target' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnExpulsoThrow, Instigator) == 0x000018, "Member 'PhysicsInterface_OnExpulsoThrow::Instigator' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnExpulsoThrow, DataAssets) == 0x000020, "Member 'PhysicsInterface_OnExpulsoThrow::DataAssets' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnExpulsoThrow, Impact) == 0x000030, "Member 'PhysicsInterface_OnExpulsoThrow::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_OnFlipendoThrow \ static_assert(alignof(PhysicsInterface_OnFlipendoThrow) == 0x000008, "Wrong alignment on PhysicsInterface_OnFlipendoThrow"); \ static_assert(sizeof(PhysicsInterface_OnFlipendoThrow) == 0x000070, "Wrong size on PhysicsInterface_OnFlipendoThrow"); \ static_assert(offsetof(PhysicsInterface_OnFlipendoThrow, SpellTool) == 0x000000, "Member 'PhysicsInterface_OnFlipendoThrow::SpellTool' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnFlipendoThrow, ThrowDirection) == 0x000008, "Member 'PhysicsInterface_OnFlipendoThrow::ThrowDirection' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnFlipendoThrow, ThrowVelocity) == 0x000014, "Member 'PhysicsInterface_OnFlipendoThrow::ThrowVelocity' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnFlipendoThrow, AngularVelocity) == 0x000020, "Member 'PhysicsInterface_OnFlipendoThrow::AngularVelocity' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnFlipendoThrow, Target) == 0x00002C, "Member 'PhysicsInterface_OnFlipendoThrow::Target' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnFlipendoThrow, Instigator) == 0x000038, "Member 'PhysicsInterface_OnFlipendoThrow::Instigator' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnFlipendoThrow, DataAssets) == 0x000040, "Member 'PhysicsInterface_OnFlipendoThrow::DataAssets' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnFlipendoThrow, Impact) == 0x000050, "Member 'PhysicsInterface_OnFlipendoThrow::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_OnLeviosoEnd \ static_assert(alignof(PhysicsInterface_OnLeviosoEnd) == 0x000008, "Wrong alignment on PhysicsInterface_OnLeviosoEnd"); \ static_assert(sizeof(PhysicsInterface_OnLeviosoEnd) == 0x000010, "Wrong size on PhysicsInterface_OnLeviosoEnd"); \ static_assert(offsetof(PhysicsInterface_OnLeviosoEnd, Instigator) == 0x000000, "Member 'PhysicsInterface_OnLeviosoEnd::Instigator' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnLeviosoEnd, InitiatedByPlayer) == 0x000008, "Member 'PhysicsInterface_OnLeviosoEnd::InitiatedByPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_OnLeviosoFailed \ static_assert(alignof(PhysicsInterface_OnLeviosoFailed) == 0x000001, "Wrong alignment on PhysicsInterface_OnLeviosoFailed"); \ static_assert(sizeof(PhysicsInterface_OnLeviosoFailed) == 0x000001, "Wrong size on PhysicsInterface_OnLeviosoFailed"); \ static_assert(offsetof(PhysicsInterface_OnLeviosoFailed, InitiatedByPlayer) == 0x000000, "Member 'PhysicsInterface_OnLeviosoFailed::InitiatedByPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_OnWingardiumEnd \ static_assert(alignof(PhysicsInterface_OnWingardiumEnd) == 0x000008, "Wrong alignment on PhysicsInterface_OnWingardiumEnd"); \ static_assert(sizeof(PhysicsInterface_OnWingardiumEnd) == 0x000008, "Wrong size on PhysicsInterface_OnWingardiumEnd"); \ static_assert(offsetof(PhysicsInterface_OnWingardiumEnd, Instigator) == 0x000000, "Member 'PhysicsInterface_OnWingardiumEnd::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_OnWingardiumGhostStart \ static_assert(alignof(PhysicsInterface_OnWingardiumGhostStart) == 0x000008, "Wrong alignment on PhysicsInterface_OnWingardiumGhostStart"); \ static_assert(sizeof(PhysicsInterface_OnWingardiumGhostStart) == 0x000020, "Wrong size on PhysicsInterface_OnWingardiumGhostStart"); \ static_assert(offsetof(PhysicsInterface_OnWingardiumGhostStart, SpellTool) == 0x000000, "Member 'PhysicsInterface_OnWingardiumGhostStart::SpellTool' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnWingardiumGhostStart, Instigator) == 0x000008, "Member 'PhysicsInterface_OnWingardiumGhostStart::Instigator' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_OnWingardiumGhostStart, DataAssets) == 0x000010, "Member 'PhysicsInterface_OnWingardiumGhostStart::DataAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsInterface_WingardiumStart \ static_assert(alignof(PhysicsInterface_WingardiumStart) == 0x000008, "Wrong alignment on PhysicsInterface_WingardiumStart"); \ static_assert(sizeof(PhysicsInterface_WingardiumStart) == 0x000018, "Wrong size on PhysicsInterface_WingardiumStart"); \ static_assert(offsetof(PhysicsInterface_WingardiumStart, SpellTool) == 0x000000, "Member 'PhysicsInterface_WingardiumStart::SpellTool' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_WingardiumStart, Instigator) == 0x000008, "Member 'PhysicsInterface_WingardiumStart::Instigator' has a wrong offset!"); \ static_assert(offsetof(PhysicsInterface_WingardiumStart, ReturnValue) == 0x000010, "Member 'PhysicsInterface_WingardiumStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IPhysicsInterface \ static_assert(alignof(IPhysicsInterface) == 0x000001, "Wrong alignment on IPhysicsInterface"); \ static_assert(sizeof(IPhysicsInterface) == 0x000001, "Wrong size on IPhysicsInterface"); \ #define DUMPER7_ASSERTS_UablCreatureAttackMotionAdjustTask \ static_assert(alignof(UablCreatureAttackMotionAdjustTask) == 0x000008, "Wrong alignment on UablCreatureAttackMotionAdjustTask"); \ static_assert(sizeof(UablCreatureAttackMotionAdjustTask) == 0x0000D8, "Wrong size on UablCreatureAttackMotionAdjustTask"); \ static_assert(offsetof(UablCreatureAttackMotionAdjustTask, AttackData) == 0x0000D0, "Member 'UablCreatureAttackMotionAdjustTask::AttackData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNPC_ParryLeadInTask \ static_assert(alignof(UAblNPC_ParryLeadInTask) == 0x000008, "Wrong alignment on UAblNPC_ParryLeadInTask"); \ static_assert(sizeof(UAblNPC_ParryLeadInTask) == 0x000080, "Wrong size on UAblNPC_ParryLeadInTask"); \ static_assert(offsetof(UAblNPC_ParryLeadInTask, bOverrideDBParryLeadIn) == 0x000070, "Member 'UAblNPC_ParryLeadInTask::bOverrideDBParryLeadIn' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryLeadInTask, ParryLeadIn) == 0x000074, "Member 'UAblNPC_ParryLeadInTask::ParryLeadIn' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryLeadInTask, CustomProjectileSpeed) == 0x000078, "Member 'UAblNPC_ParryLeadInTask::CustomProjectileSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageIndicatorsBase_OnNPC_Damaged \ static_assert(alignof(DamageIndicatorsBase_OnNPC_Damaged) == 0x000004, "Wrong alignment on DamageIndicatorsBase_OnNPC_Damaged"); \ static_assert(sizeof(DamageIndicatorsBase_OnNPC_Damaged) == 0x000010, "Wrong size on DamageIndicatorsBase_OnNPC_Damaged"); \ static_assert(offsetof(DamageIndicatorsBase_OnNPC_Damaged, ScreenPos) == 0x000000, "Member 'DamageIndicatorsBase_OnNPC_Damaged::ScreenPos' has a wrong offset!"); \ static_assert(offsetof(DamageIndicatorsBase_OnNPC_Damaged, Damage) == 0x000008, "Member 'DamageIndicatorsBase_OnNPC_Damaged::Damage' has a wrong offset!"); \ static_assert(offsetof(DamageIndicatorsBase_OnNPC_Damaged, IsVulnerableDamage) == 0x00000C, "Member 'DamageIndicatorsBase_OnNPC_Damaged::IsVulnerableDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDamageIndicatorsBase \ static_assert(alignof(UDamageIndicatorsBase) == 0x000008, "Wrong alignment on UDamageIndicatorsBase"); \ static_assert(sizeof(UDamageIndicatorsBase) == 0x0002E8, "Wrong size on UDamageIndicatorsBase"); \ #define DUMPER7_ASSERTS_UablTurnAdjustTaskScratchPad \ static_assert(alignof(UablTurnAdjustTaskScratchPad) == 0x000008, "Wrong alignment on UablTurnAdjustTaskScratchPad"); \ static_assert(sizeof(UablTurnAdjustTaskScratchPad) == 0x000038, "Wrong size on UablTurnAdjustTaskScratchPad"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_ActorStartSimulatingPhysics \ static_assert(alignof(ObjectStateInfo_ActorStartSimulatingPhysics) == 0x000008, "Wrong alignment on ObjectStateInfo_ActorStartSimulatingPhysics"); \ static_assert(sizeof(ObjectStateInfo_ActorStartSimulatingPhysics) == 0x000008, "Wrong size on ObjectStateInfo_ActorStartSimulatingPhysics"); \ static_assert(offsetof(ObjectStateInfo_ActorStartSimulatingPhysics, InActor) == 0x000000, "Member 'ObjectStateInfo_ActorStartSimulatingPhysics::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_ActorStopSimulatingPhysics \ static_assert(alignof(ObjectStateInfo_ActorStopSimulatingPhysics) == 0x000008, "Wrong alignment on ObjectStateInfo_ActorStopSimulatingPhysics"); \ static_assert(sizeof(ObjectStateInfo_ActorStopSimulatingPhysics) == 0x000008, "Wrong size on ObjectStateInfo_ActorStopSimulatingPhysics"); \ static_assert(offsetof(ObjectStateInfo_ActorStopSimulatingPhysics, InActor) == 0x000000, "Member 'ObjectStateInfo_ActorStopSimulatingPhysics::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_AddCooldownPickupTarget \ static_assert(alignof(ObjectStateInfo_AddCooldownPickupTarget) == 0x000004, "Wrong alignment on ObjectStateInfo_AddCooldownPickupTarget"); \ static_assert(sizeof(ObjectStateInfo_AddCooldownPickupTarget) == 0x00000C, "Wrong size on ObjectStateInfo_AddCooldownPickupTarget"); \ static_assert(offsetof(ObjectStateInfo_AddCooldownPickupTarget, InTarget) == 0x000000, "Member 'ObjectStateInfo_AddCooldownPickupTarget::InTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_DisableDamageMods \ static_assert(alignof(ObjectStateInfo_DisableDamageMods) == 0x000001, "Wrong alignment on ObjectStateInfo_DisableDamageMods"); \ static_assert(sizeof(ObjectStateInfo_DisableDamageMods) == 0x000001, "Wrong size on ObjectStateInfo_DisableDamageMods"); \ static_assert(offsetof(ObjectStateInfo_DisableDamageMods, bDisable) == 0x000000, "Member 'ObjectStateInfo_DisableDamageMods::bDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_DisableFallDamage \ static_assert(alignof(ObjectStateInfo_DisableFallDamage) == 0x000001, "Wrong alignment on ObjectStateInfo_DisableFallDamage"); \ static_assert(sizeof(ObjectStateInfo_DisableFallDamage) == 0x000001, "Wrong size on ObjectStateInfo_DisableFallDamage"); \ static_assert(offsetof(ObjectStateInfo_DisableFallDamage, bDisable) == 0x000000, "Member 'ObjectStateInfo_DisableFallDamage::bDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetActorImpactType \ static_assert(alignof(ObjectStateInfo_GetActorImpactType) == 0x000008, "Wrong alignment on ObjectStateInfo_GetActorImpactType"); \ static_assert(sizeof(ObjectStateInfo_GetActorImpactType) == 0x000010, "Wrong size on ObjectStateInfo_GetActorImpactType"); \ static_assert(offsetof(ObjectStateInfo_GetActorImpactType, InActor) == 0x000000, "Member 'ObjectStateInfo_GetActorImpactType::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_GetActorImpactType, ReturnValue) == 0x000008, "Member 'ObjectStateInfo_GetActorImpactType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetActorMainPrimitiveComponent \ static_assert(alignof(ObjectStateInfo_GetActorMainPrimitiveComponent) == 0x000008, "Wrong alignment on ObjectStateInfo_GetActorMainPrimitiveComponent"); \ static_assert(sizeof(ObjectStateInfo_GetActorMainPrimitiveComponent) == 0x000010, "Wrong size on ObjectStateInfo_GetActorMainPrimitiveComponent"); \ static_assert(offsetof(ObjectStateInfo_GetActorMainPrimitiveComponent, InActor) == 0x000000, "Member 'ObjectStateInfo_GetActorMainPrimitiveComponent::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_GetActorMainPrimitiveComponent, ReturnValue) == 0x000008, "Member 'ObjectStateInfo_GetActorMainPrimitiveComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetActorMass \ static_assert(alignof(ObjectStateInfo_GetActorMass) == 0x000008, "Wrong alignment on ObjectStateInfo_GetActorMass"); \ static_assert(sizeof(ObjectStateInfo_GetActorMass) == 0x000010, "Wrong size on ObjectStateInfo_GetActorMass"); \ static_assert(offsetof(ObjectStateInfo_GetActorMass, InActor) == 0x000000, "Member 'ObjectStateInfo_GetActorMass::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_GetActorMass, ReturnValue) == 0x000008, "Member 'ObjectStateInfo_GetActorMass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetComponentPhoenixPhysicalMaterial \ static_assert(alignof(ObjectStateInfo_GetComponentPhoenixPhysicalMaterial) == 0x000008, "Wrong alignment on ObjectStateInfo_GetComponentPhoenixPhysicalMaterial"); \ static_assert(sizeof(ObjectStateInfo_GetComponentPhoenixPhysicalMaterial) == 0x000010, "Wrong size on ObjectStateInfo_GetComponentPhoenixPhysicalMaterial"); \ static_assert(offsetof(ObjectStateInfo_GetComponentPhoenixPhysicalMaterial, InPrimComponent) == 0x000000, "Member 'ObjectStateInfo_GetComponentPhoenixPhysicalMaterial::InPrimComponent' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_GetComponentPhoenixPhysicalMaterial, ReturnValue) == 0x000008, "Member 'ObjectStateInfo_GetComponentPhoenixPhysicalMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetCurrentItemEffectiveness \ static_assert(alignof(ObjectStateInfo_GetCurrentItemEffectiveness) == 0x000004, "Wrong alignment on ObjectStateInfo_GetCurrentItemEffectiveness"); \ static_assert(sizeof(ObjectStateInfo_GetCurrentItemEffectiveness) == 0x000004, "Wrong size on ObjectStateInfo_GetCurrentItemEffectiveness"); \ static_assert(offsetof(ObjectStateInfo_GetCurrentItemEffectiveness, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetCurrentItemEffectiveness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetCursedEnemyCount \ static_assert(alignof(ObjectStateInfo_GetCursedEnemyCount) == 0x000004, "Wrong alignment on ObjectStateInfo_GetCursedEnemyCount"); \ static_assert(sizeof(ObjectStateInfo_GetCursedEnemyCount) == 0x000004, "Wrong size on ObjectStateInfo_GetCursedEnemyCount"); \ static_assert(offsetof(ObjectStateInfo_GetCursedEnemyCount, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetCursedEnemyCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetNonScaledActorBounds \ static_assert(alignof(ObjectStateInfo_GetNonScaledActorBounds) == 0x000008, "Wrong alignment on ObjectStateInfo_GetNonScaledActorBounds"); \ static_assert(sizeof(ObjectStateInfo_GetNonScaledActorBounds) == 0x000028, "Wrong size on ObjectStateInfo_GetNonScaledActorBounds"); \ static_assert(offsetof(ObjectStateInfo_GetNonScaledActorBounds, InActor) == 0x000000, "Member 'ObjectStateInfo_GetNonScaledActorBounds::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_GetNonScaledActorBounds, bOnlyCollidingComponents) == 0x000008, "Member 'ObjectStateInfo_GetNonScaledActorBounds::bOnlyCollidingComponents' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_GetNonScaledActorBounds, Origin) == 0x00000C, "Member 'ObjectStateInfo_GetNonScaledActorBounds::Origin' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_GetNonScaledActorBounds, BoxExtent) == 0x000018, "Member 'ObjectStateInfo_GetNonScaledActorBounds::BoxExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetNormalHarvestCount \ static_assert(alignof(ObjectStateInfo_GetNormalHarvestCount) == 0x000004, "Wrong alignment on ObjectStateInfo_GetNormalHarvestCount"); \ static_assert(sizeof(ObjectStateInfo_GetNormalHarvestCount) == 0x000004, "Wrong size on ObjectStateInfo_GetNormalHarvestCount"); \ static_assert(offsetof(ObjectStateInfo_GetNormalHarvestCount, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetNormalHarvestCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetObjectStateInfoData \ static_assert(alignof(ObjectStateInfo_GetObjectStateInfoData) == 0x000008, "Wrong alignment on ObjectStateInfo_GetObjectStateInfoData"); \ static_assert(sizeof(ObjectStateInfo_GetObjectStateInfoData) == 0x000008, "Wrong size on ObjectStateInfo_GetObjectStateInfoData"); \ static_assert(offsetof(ObjectStateInfo_GetObjectStateInfoData, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetObjectStateInfoData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetPlayerCompletedFactSheets \ static_assert(alignof(ObjectStateInfo_GetPlayerCompletedFactSheets) == 0x000004, "Wrong alignment on ObjectStateInfo_GetPlayerCompletedFactSheets"); \ static_assert(sizeof(ObjectStateInfo_GetPlayerCompletedFactSheets) == 0x000004, "Wrong size on ObjectStateInfo_GetPlayerCompletedFactSheets"); \ static_assert(offsetof(ObjectStateInfo_GetPlayerCompletedFactSheets, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetPlayerCompletedFactSheets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetPlayerConsecutiveEnemyHits \ static_assert(alignof(ObjectStateInfo_GetPlayerConsecutiveEnemyHits) == 0x000004, "Wrong alignment on ObjectStateInfo_GetPlayerConsecutiveEnemyHits"); \ static_assert(sizeof(ObjectStateInfo_GetPlayerConsecutiveEnemyHits) == 0x000004, "Wrong size on ObjectStateInfo_GetPlayerConsecutiveEnemyHits"); \ static_assert(offsetof(ObjectStateInfo_GetPlayerConsecutiveEnemyHits, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetPlayerConsecutiveEnemyHits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetPlayerEnemiesCount \ static_assert(alignof(ObjectStateInfo_GetPlayerEnemiesCount) == 0x000004, "Wrong alignment on ObjectStateInfo_GetPlayerEnemiesCount"); \ static_assert(sizeof(ObjectStateInfo_GetPlayerEnemiesCount) == 0x000004, "Wrong size on ObjectStateInfo_GetPlayerEnemiesCount"); \ static_assert(offsetof(ObjectStateInfo_GetPlayerEnemiesCount, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetPlayerEnemiesCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetPlayerFriendsCount \ static_assert(alignof(ObjectStateInfo_GetPlayerFriendsCount) == 0x000004, "Wrong alignment on ObjectStateInfo_GetPlayerFriendsCount"); \ static_assert(sizeof(ObjectStateInfo_GetPlayerFriendsCount) == 0x000004, "Wrong size on ObjectStateInfo_GetPlayerFriendsCount"); \ static_assert(offsetof(ObjectStateInfo_GetPlayerFriendsCount, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetPlayerFriendsCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetPlayerPottedPlants \ static_assert(alignof(ObjectStateInfo_GetPlayerPottedPlants) == 0x000004, "Wrong alignment on ObjectStateInfo_GetPlayerPottedPlants"); \ static_assert(sizeof(ObjectStateInfo_GetPlayerPottedPlants) == 0x000004, "Wrong size on ObjectStateInfo_GetPlayerPottedPlants"); \ static_assert(offsetof(ObjectStateInfo_GetPlayerPottedPlants, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetPlayerPottedPlants::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetStudentsInInfirmary \ static_assert(alignof(ObjectStateInfo_GetStudentsInInfirmary) == 0x000004, "Wrong alignment on ObjectStateInfo_GetStudentsInInfirmary"); \ static_assert(sizeof(ObjectStateInfo_GetStudentsInInfirmary) == 0x000004, "Wrong size on ObjectStateInfo_GetStudentsInInfirmary"); \ static_assert(offsetof(ObjectStateInfo_GetStudentsInInfirmary, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetStudentsInInfirmary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetTodaysPlayerGainedSoCapCount \ static_assert(alignof(ObjectStateInfo_GetTodaysPlayerGainedSoCapCount) == 0x000004, "Wrong alignment on ObjectStateInfo_GetTodaysPlayerGainedSoCapCount"); \ static_assert(sizeof(ObjectStateInfo_GetTodaysPlayerGainedSoCapCount) == 0x000004, "Wrong size on ObjectStateInfo_GetTodaysPlayerGainedSoCapCount"); \ static_assert(offsetof(ObjectStateInfo_GetTodaysPlayerGainedSoCapCount, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetTodaysPlayerGainedSoCapCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsActorLeviosoActive \ static_assert(alignof(ObjectStateInfo_IsActorLeviosoActive) == 0x000008, "Wrong alignment on ObjectStateInfo_IsActorLeviosoActive"); \ static_assert(sizeof(ObjectStateInfo_IsActorLeviosoActive) == 0x000010, "Wrong size on ObjectStateInfo_IsActorLeviosoActive"); \ static_assert(offsetof(ObjectStateInfo_IsActorLeviosoActive, InActor) == 0x000000, "Member 'ObjectStateInfo_IsActorLeviosoActive::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_IsActorLeviosoActive, ReturnValue) == 0x000008, "Member 'ObjectStateInfo_IsActorLeviosoActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsActorSimulatingPhysics \ static_assert(alignof(ObjectStateInfo_IsActorSimulatingPhysics) == 0x000008, "Wrong alignment on ObjectStateInfo_IsActorSimulatingPhysics"); \ static_assert(sizeof(ObjectStateInfo_IsActorSimulatingPhysics) == 0x000010, "Wrong size on ObjectStateInfo_IsActorSimulatingPhysics"); \ static_assert(offsetof(ObjectStateInfo_IsActorSimulatingPhysics, InActor) == 0x000000, "Member 'ObjectStateInfo_IsActorSimulatingPhysics::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_IsActorSimulatingPhysics, ReturnValue) == 0x000008, "Member 'ObjectStateInfo_IsActorSimulatingPhysics::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsCharacterOnGround \ static_assert(alignof(ObjectStateInfo_IsCharacterOnGround) == 0x000008, "Wrong alignment on ObjectStateInfo_IsCharacterOnGround"); \ static_assert(sizeof(ObjectStateInfo_IsCharacterOnGround) == 0x000010, "Wrong size on ObjectStateInfo_IsCharacterOnGround"); \ static_assert(offsetof(ObjectStateInfo_IsCharacterOnGround, InActor) == 0x000000, "Member 'ObjectStateInfo_IsCharacterOnGround::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_IsCharacterOnGround, ReturnValue) == 0x000008, "Member 'ObjectStateInfo_IsCharacterOnGround::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsCharacterOnGroundWithHitResult \ static_assert(alignof(ObjectStateInfo_IsCharacterOnGroundWithHitResult) == 0x000008, "Wrong alignment on ObjectStateInfo_IsCharacterOnGroundWithHitResult"); \ static_assert(sizeof(ObjectStateInfo_IsCharacterOnGroundWithHitResult) == 0x000098, "Wrong size on ObjectStateInfo_IsCharacterOnGroundWithHitResult"); \ static_assert(offsetof(ObjectStateInfo_IsCharacterOnGroundWithHitResult, InActor) == 0x000000, "Member 'ObjectStateInfo_IsCharacterOnGroundWithHitResult::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_IsCharacterOnGroundWithHitResult, OutHitResult) == 0x000008, "Member 'ObjectStateInfo_IsCharacterOnGroundWithHitResult::OutHitResult' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_IsCharacterOnGroundWithHitResult, ReturnValue) == 0x000090, "Member 'ObjectStateInfo_IsCharacterOnGroundWithHitResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsFallDamageDisabled \ static_assert(alignof(ObjectStateInfo_IsFallDamageDisabled) == 0x000001, "Wrong alignment on ObjectStateInfo_IsFallDamageDisabled"); \ static_assert(sizeof(ObjectStateInfo_IsFallDamageDisabled) == 0x000001, "Wrong size on ObjectStateInfo_IsFallDamageDisabled"); \ static_assert(offsetof(ObjectStateInfo_IsFallDamageDisabled, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsFallDamageDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_RemoveActorMagicEffects \ static_assert(alignof(ObjectStateInfo_RemoveActorMagicEffects) == 0x000008, "Wrong alignment on ObjectStateInfo_RemoveActorMagicEffects"); \ static_assert(sizeof(ObjectStateInfo_RemoveActorMagicEffects) == 0x000018, "Wrong size on ObjectStateInfo_RemoveActorMagicEffects"); \ static_assert(offsetof(ObjectStateInfo_RemoveActorMagicEffects, InActor) == 0x000000, "Member 'ObjectStateInfo_RemoveActorMagicEffects::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_RemoveActorMagicEffects, EffectTypeList) == 0x000008, "Member 'ObjectStateInfo_RemoveActorMagicEffects::EffectTypeList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_ActorHitShake \ static_assert(alignof(ObjectStateInfo_ActorHitShake) == 0x000004, "Wrong alignment on ObjectStateInfo_ActorHitShake"); \ static_assert(sizeof(ObjectStateInfo_ActorHitShake) == 0x000010, "Wrong size on ObjectStateInfo_ActorHitShake"); \ static_assert(offsetof(ObjectStateInfo_ActorHitShake, Damage) == 0x000000, "Member 'ObjectStateInfo_ActorHitShake::Damage' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_ActorHitShake, ImpactLocation) == 0x000004, "Member 'ObjectStateInfo_ActorHitShake::ImpactLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_AddImmuneUnlessCritical \ static_assert(alignof(ObjectStateInfo_AddImmuneUnlessCritical) == 0x000008, "Wrong alignment on ObjectStateInfo_AddImmuneUnlessCritical"); \ static_assert(sizeof(ObjectStateInfo_AddImmuneUnlessCritical) == 0x000020, "Wrong size on ObjectStateInfo_AddImmuneUnlessCritical"); \ static_assert(offsetof(ObjectStateInfo_AddImmuneUnlessCritical, InImpactTagContainer) == 0x000000, "Member 'ObjectStateInfo_AddImmuneUnlessCritical::InImpactTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_AddImmunity \ static_assert(alignof(ObjectStateInfo_AddImmunity) == 0x000008, "Wrong alignment on ObjectStateInfo_AddImmunity"); \ static_assert(sizeof(ObjectStateInfo_AddImmunity) == 0x000020, "Wrong size on ObjectStateInfo_AddImmunity"); \ static_assert(offsetof(ObjectStateInfo_AddImmunity, InImpactTagContainer) == 0x000000, "Member 'ObjectStateInfo_AddImmunity::InImpactTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_AdjustHealth \ static_assert(alignof(ObjectStateInfo_AdjustHealth) == 0x000004, "Wrong alignment on ObjectStateInfo_AdjustHealth"); \ static_assert(sizeof(ObjectStateInfo_AdjustHealth) == 0x000008, "Wrong size on ObjectStateInfo_AdjustHealth"); \ static_assert(offsetof(ObjectStateInfo_AdjustHealth, change) == 0x000000, "Member 'ObjectStateInfo_AdjustHealth::change' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_AdjustHealth, bIndicateHUD) == 0x000004, "Member 'ObjectStateInfo_AdjustHealth::bIndicateHUD' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_AdjustHealth, ReturnValue) == 0x000005, "Member 'ObjectStateInfo_AdjustHealth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_BecomeMovable \ static_assert(alignof(ObjectStateInfo_BecomeMovable) == 0x000001, "Wrong alignment on ObjectStateInfo_BecomeMovable"); \ static_assert(sizeof(ObjectStateInfo_BecomeMovable) == 0x000001, "Wrong size on ObjectStateInfo_BecomeMovable"); \ static_assert(offsetof(ObjectStateInfo_BecomeMovable, bBecomeMovable) == 0x000000, "Member 'ObjectStateInfo_BecomeMovable::bBecomeMovable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_BreakStaticDestructibleMesh \ static_assert(alignof(ObjectStateInfo_BreakStaticDestructibleMesh) == 0x000008, "Wrong alignment on ObjectStateInfo_BreakStaticDestructibleMesh"); \ static_assert(sizeof(ObjectStateInfo_BreakStaticDestructibleMesh) == 0x000038, "Wrong size on ObjectStateInfo_BreakStaticDestructibleMesh"); \ static_assert(offsetof(ObjectStateInfo_BreakStaticDestructibleMesh, InImpulseStr) == 0x000000, "Member 'ObjectStateInfo_BreakStaticDestructibleMesh::InImpulseStr' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_BreakStaticDestructibleMesh, InHitLocation) == 0x000004, "Member 'ObjectStateInfo_BreakStaticDestructibleMesh::InHitLocation' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_BreakStaticDestructibleMesh, InHitDirection) == 0x000010, "Member 'ObjectStateInfo_BreakStaticDestructibleMesh::InHitDirection' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_BreakStaticDestructibleMesh, InDestroyEffects) == 0x000020, "Member 'ObjectStateInfo_BreakStaticDestructibleMesh::InDestroyEffects' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_BreakStaticDestructibleMesh, InEffectRadius) == 0x000028, "Member 'ObjectStateInfo_BreakStaticDestructibleMesh::InEffectRadius' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_BreakStaticDestructibleMesh, InRadius) == 0x00002C, "Member 'ObjectStateInfo_BreakStaticDestructibleMesh::InRadius' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_BreakStaticDestructibleMesh, AdditionalDestructionForce) == 0x000030, "Member 'ObjectStateInfo_BreakStaticDestructibleMesh::AdditionalDestructionForce' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_BreakStaticDestructibleMesh, AngularForceMultiplier) == 0x000034, "Member 'ObjectStateInfo_BreakStaticDestructibleMesh::AngularForceMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_DamageInPieces \ static_assert(alignof(ObjectStateInfo_DamageInPieces) == 0x000004, "Wrong alignment on ObjectStateInfo_DamageInPieces"); \ static_assert(sizeof(ObjectStateInfo_DamageInPieces) == 0x000024, "Wrong size on ObjectStateInfo_DamageInPieces"); \ static_assert(offsetof(ObjectStateInfo_DamageInPieces, InImpulseStr) == 0x000000, "Member 'ObjectStateInfo_DamageInPieces::InImpulseStr' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_DamageInPieces, InDamage) == 0x000004, "Member 'ObjectStateInfo_DamageInPieces::InDamage' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_DamageInPieces, InHitLocation) == 0x000008, "Member 'ObjectStateInfo_DamageInPieces::InHitLocation' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_DamageInPieces, InHitDirection) == 0x000014, "Member 'ObjectStateInfo_DamageInPieces::InHitDirection' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_DamageInPieces, InRadius) == 0x000020, "Member 'ObjectStateInfo_DamageInPieces::InRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_DecreaseFire \ static_assert(alignof(ObjectStateInfo_DecreaseFire) == 0x000004, "Wrong alignment on ObjectStateInfo_DecreaseFire"); \ static_assert(sizeof(ObjectStateInfo_DecreaseFire) == 0x000008, "Wrong size on ObjectStateInfo_DecreaseFire"); \ static_assert(offsetof(ObjectStateInfo_DecreaseFire, Amount) == 0x000000, "Member 'ObjectStateInfo_DecreaseFire::Amount' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_DecreaseFire, ReturnValue) == 0x000004, "Member 'ObjectStateInfo_DecreaseFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_DecreaseWetness \ static_assert(alignof(ObjectStateInfo_DecreaseWetness) == 0x000004, "Wrong alignment on ObjectStateInfo_DecreaseWetness"); \ static_assert(sizeof(ObjectStateInfo_DecreaseWetness) == 0x000008, "Wrong size on ObjectStateInfo_DecreaseWetness"); \ static_assert(offsetof(ObjectStateInfo_DecreaseWetness, Amount) == 0x000000, "Member 'ObjectStateInfo_DecreaseWetness::Amount' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_DecreaseWetness, ReturnValue) == 0x000004, "Member 'ObjectStateInfo_DecreaseWetness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_DelayedForceBreak \ static_assert(alignof(ObjectStateInfo_DelayedForceBreak) == 0x000004, "Wrong alignment on ObjectStateInfo_DelayedForceBreak"); \ static_assert(sizeof(ObjectStateInfo_DelayedForceBreak) == 0x000004, "Wrong size on ObjectStateInfo_DelayedForceBreak"); \ static_assert(offsetof(ObjectStateInfo_DelayedForceBreak, InTime) == 0x000000, "Member 'ObjectStateInfo_DelayedForceBreak::InTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_DelayedRestoreBroken \ static_assert(alignof(ObjectStateInfo_DelayedRestoreBroken) == 0x000004, "Wrong alignment on ObjectStateInfo_DelayedRestoreBroken"); \ static_assert(sizeof(ObjectStateInfo_DelayedRestoreBroken) == 0x000004, "Wrong size on ObjectStateInfo_DelayedRestoreBroken"); \ static_assert(offsetof(ObjectStateInfo_DelayedRestoreBroken, InTime) == 0x000000, "Member 'ObjectStateInfo_DelayedRestoreBroken::InTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_DelayedRestoreUsability \ static_assert(alignof(ObjectStateInfo_DelayedRestoreUsability) == 0x000004, "Wrong alignment on ObjectStateInfo_DelayedRestoreUsability"); \ static_assert(sizeof(ObjectStateInfo_DelayedRestoreUsability) == 0x000004, "Wrong size on ObjectStateInfo_DelayedRestoreUsability"); \ static_assert(offsetof(ObjectStateInfo_DelayedRestoreUsability, Delay) == 0x000000, "Member 'ObjectStateInfo_DelayedRestoreUsability::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_DisableObjectState \ static_assert(alignof(ObjectStateInfo_DisableObjectState) == 0x000001, "Wrong alignment on ObjectStateInfo_DisableObjectState"); \ static_assert(sizeof(ObjectStateInfo_DisableObjectState) == 0x000001, "Wrong size on ObjectStateInfo_DisableObjectState"); \ static_assert(offsetof(ObjectStateInfo_DisableObjectState, bInDisabled) == 0x000000, "Member 'ObjectStateInfo_DisableObjectState::bInDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_DoFireDamage \ static_assert(alignof(ObjectStateInfo_DoFireDamage) == 0x000008, "Wrong alignment on ObjectStateInfo_DoFireDamage"); \ static_assert(sizeof(ObjectStateInfo_DoFireDamage) == 0x000018, "Wrong size on ObjectStateInfo_DoFireDamage"); \ static_assert(offsetof(ObjectStateInfo_DoFireDamage, Amount) == 0x000000, "Member 'ObjectStateInfo_DoFireDamage::Amount' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_DoFireDamage, Instigator) == 0x000008, "Member 'ObjectStateInfo_DoFireDamage::Instigator' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_DoFireDamage, ReturnValue) == 0x000010, "Member 'ObjectStateInfo_DoFireDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_DoHealing \ static_assert(alignof(ObjectStateInfo_DoHealing) == 0x000008, "Wrong alignment on ObjectStateInfo_DoHealing"); \ static_assert(sizeof(ObjectStateInfo_DoHealing) == 0x000020, "Wrong size on ObjectStateInfo_DoHealing"); \ static_assert(offsetof(ObjectStateInfo_DoHealing, Amount) == 0x000000, "Member 'ObjectStateInfo_DoHealing::Amount' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_DoHealing, InInstigator) == 0x000008, "Member 'ObjectStateInfo_DoHealing::InInstigator' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_DoHealing, PrimComp) == 0x000010, "Member 'ObjectStateInfo_DoHealing::PrimComp' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_DoHealing, Item) == 0x000018, "Member 'ObjectStateInfo_DoHealing::Item' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_DoHealing, bAoe) == 0x00001C, "Member 'ObjectStateInfo_DoHealing::bAoe' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_DoHealing, InOriginalLocation) == 0x00001D, "Member 'ObjectStateInfo_DoHealing::InOriginalLocation' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_DoHealing, InAutoComplete) == 0x00001E, "Member 'ObjectStateInfo_DoHealing::InAutoComplete' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_DoHealing, ReturnValue) == 0x00001F, "Member 'ObjectStateInfo_DoHealing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_DropCooldownPickup \ static_assert(alignof(ObjectStateInfo_DropCooldownPickup) == 0x000008, "Wrong alignment on ObjectStateInfo_DropCooldownPickup"); \ static_assert(sizeof(ObjectStateInfo_DropCooldownPickup) == 0x000018, "Wrong size on ObjectStateInfo_DropCooldownPickup"); \ static_assert(offsetof(ObjectStateInfo_DropCooldownPickup, InLocation) == 0x000000, "Member 'ObjectStateInfo_DropCooldownPickup::InLocation' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_DropCooldownPickup, ReturnValue) == 0x000010, "Member 'ObjectStateInfo_DropCooldownPickup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_DropLootContainer \ static_assert(alignof(ObjectStateInfo_DropLootContainer) == 0x000008, "Wrong alignment on ObjectStateInfo_DropLootContainer"); \ static_assert(sizeof(ObjectStateInfo_DropLootContainer) == 0x000018, "Wrong size on ObjectStateInfo_DropLootContainer"); \ static_assert(offsetof(ObjectStateInfo_DropLootContainer, InLocation) == 0x000000, "Member 'ObjectStateInfo_DropLootContainer::InLocation' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_DropLootContainer, ReturnValue) == 0x000010, "Member 'ObjectStateInfo_DropLootContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_EndAffectingSpells \ static_assert(alignof(ObjectStateInfo_EndAffectingSpells) == 0x000001, "Wrong alignment on ObjectStateInfo_EndAffectingSpells"); \ static_assert(sizeof(ObjectStateInfo_EndAffectingSpells) == 0x000001, "Wrong size on ObjectStateInfo_EndAffectingSpells"); \ static_assert(offsetof(ObjectStateInfo_EndAffectingSpells, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_EndAffectingSpells::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_ExtendNearDeathKneel \ static_assert(alignof(ObjectStateInfo_ExtendNearDeathKneel) == 0x000004, "Wrong alignment on ObjectStateInfo_ExtendNearDeathKneel"); \ static_assert(sizeof(ObjectStateInfo_ExtendNearDeathKneel) == 0x000004, "Wrong size on ObjectStateInfo_ExtendNearDeathKneel"); \ static_assert(offsetof(ObjectStateInfo_ExtendNearDeathKneel, KneelTime) == 0x000000, "Member 'ObjectStateInfo_ExtendNearDeathKneel::KneelTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_ForceBreak \ static_assert(alignof(ObjectStateInfo_ForceBreak) == 0x000004, "Wrong alignment on ObjectStateInfo_ForceBreak"); \ static_assert(sizeof(ObjectStateInfo_ForceBreak) == 0x000008, "Wrong size on ObjectStateInfo_ForceBreak"); \ static_assert(offsetof(ObjectStateInfo_ForceBreak, InScale) == 0x000000, "Member 'ObjectStateInfo_ForceBreak::InScale' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_ForceBreak, InRestoreBroken) == 0x000004, "Member 'ObjectStateInfo_ForceBreak::InRestoreBroken' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetCurrentlyTargeted \ static_assert(alignof(ObjectStateInfo_GetCurrentlyTargeted) == 0x000001, "Wrong alignment on ObjectStateInfo_GetCurrentlyTargeted"); \ static_assert(sizeof(ObjectStateInfo_GetCurrentlyTargeted) == 0x000001, "Wrong size on ObjectStateInfo_GetCurrentlyTargeted"); \ static_assert(offsetof(ObjectStateInfo_GetCurrentlyTargeted, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetCurrentlyTargeted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetHealthBarType \ static_assert(alignof(ObjectStateInfo_GetHealthBarType) == 0x000001, "Wrong alignment on ObjectStateInfo_GetHealthBarType"); \ static_assert(sizeof(ObjectStateInfo_GetHealthBarType) == 0x000001, "Wrong size on ObjectStateInfo_GetHealthBarType"); \ static_assert(offsetof(ObjectStateInfo_GetHealthBarType, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetHealthBarType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetPersistence \ static_assert(alignof(ObjectStateInfo_GetPersistence) == 0x000001, "Wrong alignment on ObjectStateInfo_GetPersistence"); \ static_assert(sizeof(ObjectStateInfo_GetPersistence) == 0x000001, "Wrong size on ObjectStateInfo_GetPersistence"); \ static_assert(offsetof(ObjectStateInfo_GetPersistence, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetPersistence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetRagdollInfo \ static_assert(alignof(ObjectStateInfo_GetRagdollInfo) == 0x000004, "Wrong alignment on ObjectStateInfo_GetRagdollInfo"); \ static_assert(sizeof(ObjectStateInfo_GetRagdollInfo) == 0x00001C, "Wrong size on ObjectStateInfo_GetRagdollInfo"); \ static_assert(offsetof(ObjectStateInfo_GetRagdollInfo, Location) == 0x000000, "Member 'ObjectStateInfo_GetRagdollInfo::Location' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_GetRagdollInfo, Velocity) == 0x00000C, "Member 'ObjectStateInfo_GetRagdollInfo::Velocity' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_GetRagdollInfo, ReturnValue) == 0x000018, "Member 'ObjectStateInfo_GetRagdollInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetShowTargetUI \ static_assert(alignof(ObjectStateInfo_GetShowTargetUI) == 0x000001, "Wrong alignment on ObjectStateInfo_GetShowTargetUI"); \ static_assert(sizeof(ObjectStateInfo_GetShowTargetUI) == 0x000001, "Wrong size on ObjectStateInfo_GetShowTargetUI"); \ static_assert(offsetof(ObjectStateInfo_GetShowTargetUI, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetShowTargetUI::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_HasAffectingSpells \ static_assert(alignof(ObjectStateInfo_HasAffectingSpells) == 0x000001, "Wrong alignment on ObjectStateInfo_HasAffectingSpells"); \ static_assert(sizeof(ObjectStateInfo_HasAffectingSpells) == 0x000001, "Wrong size on ObjectStateInfo_HasAffectingSpells"); \ static_assert(offsetof(ObjectStateInfo_HasAffectingSpells, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_HasAffectingSpells::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAwake \ static_assert(alignof(ObjectStateInfo_IsAwake) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAwake"); \ static_assert(sizeof(ObjectStateInfo_IsAwake) == 0x000001, "Wrong size on ObjectStateInfo_IsAwake"); \ static_assert(offsetof(ObjectStateInfo_IsAwake, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAwake::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsBeingAffectedBySpells \ static_assert(alignof(ObjectStateInfo_IsBeingAffectedBySpells) == 0x000001, "Wrong alignment on ObjectStateInfo_IsBeingAffectedBySpells"); \ static_assert(sizeof(ObjectStateInfo_IsBeingAffectedBySpells) == 0x000001, "Wrong size on ObjectStateInfo_IsBeingAffectedBySpells"); \ static_assert(offsetof(ObjectStateInfo_IsBeingAffectedBySpells, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsBeingAffectedBySpells::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsFightClubOpponent \ static_assert(alignof(ObjectStateInfo_IsFightClubOpponent) == 0x000001, "Wrong alignment on ObjectStateInfo_IsFightClubOpponent"); \ static_assert(sizeof(ObjectStateInfo_IsFightClubOpponent) == 0x000001, "Wrong size on ObjectStateInfo_IsFightClubOpponent"); \ static_assert(offsetof(ObjectStateInfo_IsFightClubOpponent, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsFightClubOpponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsHealthCritical \ static_assert(alignof(ObjectStateInfo_IsHealthCritical) == 0x000001, "Wrong alignment on ObjectStateInfo_IsHealthCritical"); \ static_assert(sizeof(ObjectStateInfo_IsHealthCritical) == 0x000002, "Wrong size on ObjectStateInfo_IsHealthCritical"); \ static_assert(offsetof(ObjectStateInfo_IsHealthCritical, bIgnorePendingDamage) == 0x000000, "Member 'ObjectStateInfo_IsHealthCritical::bIgnorePendingDamage' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_IsHealthCritical, ReturnValue) == 0x000001, "Member 'ObjectStateInfo_IsHealthCritical::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsObstacleDisabled \ static_assert(alignof(ObjectStateInfo_IsObstacleDisabled) == 0x000001, "Wrong alignment on ObjectStateInfo_IsObstacleDisabled"); \ static_assert(sizeof(ObjectStateInfo_IsObstacleDisabled) == 0x000001, "Wrong size on ObjectStateInfo_IsObstacleDisabled"); \ static_assert(offsetof(ObjectStateInfo_IsObstacleDisabled, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsObstacleDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsProtectedCompanion \ static_assert(alignof(ObjectStateInfo_IsProtectedCompanion) == 0x000001, "Wrong alignment on ObjectStateInfo_IsProtectedCompanion"); \ static_assert(sizeof(ObjectStateInfo_IsProtectedCompanion) == 0x000001, "Wrong size on ObjectStateInfo_IsProtectedCompanion"); \ static_assert(offsetof(ObjectStateInfo_IsProtectedCompanion, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsProtectedCompanion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsProtectedFromDeath \ static_assert(alignof(ObjectStateInfo_IsProtectedFromDeath) == 0x000001, "Wrong alignment on ObjectStateInfo_IsProtectedFromDeath"); \ static_assert(sizeof(ObjectStateInfo_IsProtectedFromDeath) == 0x000001, "Wrong size on ObjectStateInfo_IsProtectedFromDeath"); \ static_assert(offsetof(ObjectStateInfo_IsProtectedFromDeath, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsProtectedFromDeath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_OnActorHit \ static_assert(alignof(ObjectStateInfo_OnActorHit) == 0x000008, "Wrong alignment on ObjectStateInfo_OnActorHit"); \ static_assert(sizeof(ObjectStateInfo_OnActorHit) == 0x0000A8, "Wrong size on ObjectStateInfo_OnActorHit"); \ static_assert(offsetof(ObjectStateInfo_OnActorHit, SelfActor) == 0x000000, "Member 'ObjectStateInfo_OnActorHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_OnActorHit, OtherActor) == 0x000008, "Member 'ObjectStateInfo_OnActorHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_OnActorHit, NormalImpulse) == 0x000010, "Member 'ObjectStateInfo_OnActorHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_OnActorHit, Hit) == 0x00001C, "Member 'ObjectStateInfo_OnActorHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_OnMunitionImpactDamage \ static_assert(alignof(ObjectStateInfo_OnMunitionImpactDamage) == 0x000008, "Wrong alignment on ObjectStateInfo_OnMunitionImpactDamage"); \ static_assert(sizeof(ObjectStateInfo_OnMunitionImpactDamage) == 0x0000F8, "Wrong size on ObjectStateInfo_OnMunitionImpactDamage"); \ static_assert(offsetof(ObjectStateInfo_OnMunitionImpactDamage, i_caller) == 0x000000, "Member 'ObjectStateInfo_OnMunitionImpactDamage::i_caller' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_OnMunitionImpactDamage, miData) == 0x000008, "Member 'ObjectStateInfo_OnMunitionImpactDamage::miData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_RemoveImmuneUnlessCritical \ static_assert(alignof(ObjectStateInfo_RemoveImmuneUnlessCritical) == 0x000008, "Wrong alignment on ObjectStateInfo_RemoveImmuneUnlessCritical"); \ static_assert(sizeof(ObjectStateInfo_RemoveImmuneUnlessCritical) == 0x000020, "Wrong size on ObjectStateInfo_RemoveImmuneUnlessCritical"); \ static_assert(offsetof(ObjectStateInfo_RemoveImmuneUnlessCritical, InImpactTagContainer) == 0x000000, "Member 'ObjectStateInfo_RemoveImmuneUnlessCritical::InImpactTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_RemoveImmunity \ static_assert(alignof(ObjectStateInfo_RemoveImmunity) == 0x000008, "Wrong alignment on ObjectStateInfo_RemoveImmunity"); \ static_assert(sizeof(ObjectStateInfo_RemoveImmunity) == 0x000020, "Wrong size on ObjectStateInfo_RemoveImmunity"); \ static_assert(offsetof(ObjectStateInfo_RemoveImmunity, InImpactTagContainer) == 0x000000, "Member 'ObjectStateInfo_RemoveImmunity::InImpactTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_RemoveMagicEffects \ static_assert(alignof(ObjectStateInfo_RemoveMagicEffects) == 0x000008, "Wrong alignment on ObjectStateInfo_RemoveMagicEffects"); \ static_assert(sizeof(ObjectStateInfo_RemoveMagicEffects) == 0x000010, "Wrong size on ObjectStateInfo_RemoveMagicEffects"); \ static_assert(offsetof(ObjectStateInfo_RemoveMagicEffects, EffectTypeList) == 0x000000, "Member 'ObjectStateInfo_RemoveMagicEffects::EffectTypeList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_Repair \ static_assert(alignof(ObjectStateInfo_Repair) == 0x000008, "Wrong alignment on ObjectStateInfo_Repair"); \ static_assert(sizeof(ObjectStateInfo_Repair) == 0x000010, "Wrong size on ObjectStateInfo_Repair"); \ static_assert(offsetof(ObjectStateInfo_Repair, RepairInstigator) == 0x000000, "Member 'ObjectStateInfo_Repair::RepairInstigator' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_Repair, Item) == 0x000008, "Member 'ObjectStateInfo_Repair::Item' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_Repair, Aoe) == 0x00000C, "Member 'ObjectStateInfo_Repair::Aoe' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_Repair, InOriginalLocation) == 0x00000D, "Member 'ObjectStateInfo_Repair::InOriginalLocation' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_Repair, InAutoComplete) == 0x00000E, "Member 'ObjectStateInfo_Repair::InAutoComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_Reset \ static_assert(alignof(ObjectStateInfo_Reset) == 0x000001, "Wrong alignment on ObjectStateInfo_Reset"); \ static_assert(sizeof(ObjectStateInfo_Reset) == 0x000001, "Wrong size on ObjectStateInfo_Reset"); \ static_assert(offsetof(ObjectStateInfo_Reset, bOriginalLocation) == 0x000000, "Member 'ObjectStateInfo_Reset::bOriginalLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_RestoreUsability \ static_assert(alignof(ObjectStateInfo_RestoreUsability) == 0x000001, "Wrong alignment on ObjectStateInfo_RestoreUsability"); \ static_assert(sizeof(ObjectStateInfo_RestoreUsability) == 0x000001, "Wrong size on ObjectStateInfo_RestoreUsability"); \ static_assert(offsetof(ObjectStateInfo_RestoreUsability, repeat) == 0x000000, "Member 'ObjectStateInfo_RestoreUsability::repeat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetBaseHealth \ static_assert(alignof(ObjectStateInfo_SetBaseHealth) == 0x000004, "Wrong alignment on ObjectStateInfo_SetBaseHealth"); \ static_assert(sizeof(ObjectStateInfo_SetBaseHealth) == 0x000004, "Wrong size on ObjectStateInfo_SetBaseHealth"); \ static_assert(offsetof(ObjectStateInfo_SetBaseHealth, Health) == 0x000000, "Member 'ObjectStateInfo_SetBaseHealth::Health' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetBlocking \ static_assert(alignof(ObjectStateInfo_SetBlocking) == 0x000001, "Wrong alignment on ObjectStateInfo_SetBlocking"); \ static_assert(sizeof(ObjectStateInfo_SetBlocking) == 0x000001, "Wrong size on ObjectStateInfo_SetBlocking"); \ static_assert(offsetof(ObjectStateInfo_SetBlocking, bInBlocking) == 0x000000, "Member 'ObjectStateInfo_SetBlocking::bInBlocking' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetCanBecomeMovable \ static_assert(alignof(ObjectStateInfo_SetCanBecomeMovable) == 0x000001, "Wrong alignment on ObjectStateInfo_SetCanBecomeMovable"); \ static_assert(sizeof(ObjectStateInfo_SetCanBecomeMovable) == 0x000001, "Wrong size on ObjectStateInfo_SetCanBecomeMovable"); \ static_assert(offsetof(ObjectStateInfo_SetCanBecomeMovable, bCanBecomeMovable) == 0x000000, "Member 'ObjectStateInfo_SetCanBecomeMovable::bCanBecomeMovable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetCanHighlight \ static_assert(alignof(ObjectStateInfo_SetCanHighlight) == 0x000001, "Wrong alignment on ObjectStateInfo_SetCanHighlight"); \ static_assert(sizeof(ObjectStateInfo_SetCanHighlight) == 0x000001, "Wrong size on ObjectStateInfo_SetCanHighlight"); \ static_assert(offsetof(ObjectStateInfo_SetCanHighlight, bCanHighlight) == 0x000000, "Member 'ObjectStateInfo_SetCanHighlight::bCanHighlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetCurrentlyTargeted \ static_assert(alignof(ObjectStateInfo_SetCurrentlyTargeted) == 0x000001, "Wrong alignment on ObjectStateInfo_SetCurrentlyTargeted"); \ static_assert(sizeof(ObjectStateInfo_SetCurrentlyTargeted) == 0x000001, "Wrong size on ObjectStateInfo_SetCurrentlyTargeted"); \ static_assert(offsetof(ObjectStateInfo_SetCurrentlyTargeted, CurrentlyTargeted) == 0x000000, "Member 'ObjectStateInfo_SetCurrentlyTargeted::CurrentlyTargeted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetDamagable \ static_assert(alignof(ObjectStateInfo_SetDamagable) == 0x000001, "Wrong alignment on ObjectStateInfo_SetDamagable"); \ static_assert(sizeof(ObjectStateInfo_SetDamagable) == 0x000001, "Wrong size on ObjectStateInfo_SetDamagable"); \ static_assert(offsetof(ObjectStateInfo_SetDamagable, Damagable) == 0x000000, "Member 'ObjectStateInfo_SetDamagable::Damagable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetDazed \ static_assert(alignof(ObjectStateInfo_SetDazed) == 0x000001, "Wrong alignment on ObjectStateInfo_SetDazed"); \ static_assert(sizeof(ObjectStateInfo_SetDazed) == 0x000001, "Wrong size on ObjectStateInfo_SetDazed"); \ static_assert(offsetof(ObjectStateInfo_SetDazed, bInDazed) == 0x000000, "Member 'ObjectStateInfo_SetDazed::bInDazed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetDestroyedBase \ static_assert(alignof(ObjectStateInfo_SetDestroyedBase) == 0x000008, "Wrong alignment on ObjectStateInfo_SetDestroyedBase"); \ static_assert(sizeof(ObjectStateInfo_SetDestroyedBase) == 0x000008, "Wrong size on ObjectStateInfo_SetDestroyedBase"); \ static_assert(offsetof(ObjectStateInfo_SetDestroyedBase, Base) == 0x000000, "Member 'ObjectStateInfo_SetDestroyedBase::Base' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetDestroyedBaseByName \ static_assert(alignof(ObjectStateInfo_SetDestroyedBaseByName) == 0x000008, "Wrong alignment on ObjectStateInfo_SetDestroyedBaseByName"); \ static_assert(sizeof(ObjectStateInfo_SetDestroyedBaseByName) == 0x000010, "Wrong size on ObjectStateInfo_SetDestroyedBaseByName"); \ static_assert(offsetof(ObjectStateInfo_SetDestroyedBaseByName, BaseName) == 0x000000, "Member 'ObjectStateInfo_SetDestroyedBaseByName::BaseName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetDestructibleGeometryCollection \ static_assert(alignof(ObjectStateInfo_SetDestructibleGeometryCollection) == 0x000008, "Wrong alignment on ObjectStateInfo_SetDestructibleGeometryCollection"); \ static_assert(sizeof(ObjectStateInfo_SetDestructibleGeometryCollection) == 0x000008, "Wrong size on ObjectStateInfo_SetDestructibleGeometryCollection"); \ static_assert(offsetof(ObjectStateInfo_SetDestructibleGeometryCollection, DestructibleGeometryCollection) == 0x000000, "Member 'ObjectStateInfo_SetDestructibleGeometryCollection::DestructibleGeometryCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetDestructibleMeshByName \ static_assert(alignof(ObjectStateInfo_SetDestructibleMeshByName) == 0x000008, "Wrong alignment on ObjectStateInfo_SetDestructibleMeshByName"); \ static_assert(sizeof(ObjectStateInfo_SetDestructibleMeshByName) == 0x000010, "Wrong size on ObjectStateInfo_SetDestructibleMeshByName"); \ static_assert(offsetof(ObjectStateInfo_SetDestructibleMeshByName, DestuctibleMeshName) == 0x000000, "Member 'ObjectStateInfo_SetDestructibleMeshByName::DestuctibleMeshName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetDieInWater \ static_assert(alignof(ObjectStateInfo_SetDieInWater) == 0x000001, "Wrong alignment on ObjectStateInfo_SetDieInWater"); \ static_assert(sizeof(ObjectStateInfo_SetDieInWater) == 0x000001, "Wrong size on ObjectStateInfo_SetDieInWater"); \ static_assert(offsetof(ObjectStateInfo_SetDieInWater, DieInWater) == 0x000000, "Member 'ObjectStateInfo_SetDieInWater::DieInWater' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetEquipped \ static_assert(alignof(ObjectStateInfo_SetEquipped) == 0x000001, "Wrong alignment on ObjectStateInfo_SetEquipped"); \ static_assert(sizeof(ObjectStateInfo_SetEquipped) == 0x000001, "Wrong size on ObjectStateInfo_SetEquipped"); \ static_assert(offsetof(ObjectStateInfo_SetEquipped, bInEquipped) == 0x000000, "Member 'ObjectStateInfo_SetEquipped::bInEquipped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetExplode \ static_assert(alignof(ObjectStateInfo_SetExplode) == 0x000001, "Wrong alignment on ObjectStateInfo_SetExplode"); \ static_assert(sizeof(ObjectStateInfo_SetExplode) == 0x000001, "Wrong size on ObjectStateInfo_SetExplode"); \ static_assert(offsetof(ObjectStateInfo_SetExplode, bInExplode) == 0x000000, "Member 'ObjectStateInfo_SetExplode::bInExplode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetFlammable \ static_assert(alignof(ObjectStateInfo_SetFlammable) == 0x000001, "Wrong alignment on ObjectStateInfo_SetFlammable"); \ static_assert(sizeof(ObjectStateInfo_SetFlammable) == 0x000001, "Wrong size on ObjectStateInfo_SetFlammable"); \ static_assert(offsetof(ObjectStateInfo_SetFlammable, InFlammable) == 0x000000, "Member 'ObjectStateInfo_SetFlammable::InFlammable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetForceBroken \ static_assert(alignof(ObjectStateInfo_SetForceBroken) == 0x000001, "Wrong alignment on ObjectStateInfo_SetForceBroken"); \ static_assert(sizeof(ObjectStateInfo_SetForceBroken) == 0x000001, "Wrong size on ObjectStateInfo_SetForceBroken"); \ static_assert(offsetof(ObjectStateInfo_SetForceBroken, bBroken) == 0x000000, "Member 'ObjectStateInfo_SetForceBroken::bBroken' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetForceNotBroken \ static_assert(alignof(ObjectStateInfo_SetForceNotBroken) == 0x000001, "Wrong alignment on ObjectStateInfo_SetForceNotBroken"); \ static_assert(sizeof(ObjectStateInfo_SetForceNotBroken) == 0x000001, "Wrong size on ObjectStateInfo_SetForceNotBroken"); \ static_assert(offsetof(ObjectStateInfo_SetForceNotBroken, bNotBroken) == 0x000000, "Member 'ObjectStateInfo_SetForceNotBroken::bNotBroken' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetFragile \ static_assert(alignof(ObjectStateInfo_SetFragile) == 0x000001, "Wrong alignment on ObjectStateInfo_SetFragile"); \ static_assert(sizeof(ObjectStateInfo_SetFragile) == 0x000001, "Wrong size on ObjectStateInfo_SetFragile"); \ static_assert(offsetof(ObjectStateInfo_SetFragile, Fragile) == 0x000000, "Member 'ObjectStateInfo_SetFragile::Fragile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetHealth \ static_assert(alignof(ObjectStateInfo_SetHealth) == 0x000004, "Wrong alignment on ObjectStateInfo_SetHealth"); \ static_assert(sizeof(ObjectStateInfo_SetHealth) == 0x000008, "Wrong size on ObjectStateInfo_SetHealth"); \ static_assert(offsetof(ObjectStateInfo_SetHealth, Amount) == 0x000000, "Member 'ObjectStateInfo_SetHealth::Amount' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_SetHealth, bIndicateHUD) == 0x000004, "Member 'ObjectStateInfo_SetHealth::bIndicateHUD' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_SetHealth, ReturnValue) == 0x000005, "Member 'ObjectStateInfo_SetHealth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetHealthBarType \ static_assert(alignof(ObjectStateInfo_SetHealthBarType) == 0x000001, "Wrong alignment on ObjectStateInfo_SetHealthBarType"); \ static_assert(sizeof(ObjectStateInfo_SetHealthBarType) == 0x000001, "Wrong size on ObjectStateInfo_SetHealthBarType"); \ static_assert(offsetof(ObjectStateInfo_SetHealthBarType, InType) == 0x000000, "Member 'ObjectStateInfo_SetHealthBarType::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetHidden \ static_assert(alignof(ObjectStateInfo_SetHidden) == 0x000001, "Wrong alignment on ObjectStateInfo_SetHidden"); \ static_assert(sizeof(ObjectStateInfo_SetHidden) == 0x000001, "Wrong size on ObjectStateInfo_SetHidden"); \ static_assert(offsetof(ObjectStateInfo_SetHidden, bHidden) == 0x000000, "Member 'ObjectStateInfo_SetHidden::bHidden' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetHighlightWhenBroken \ static_assert(alignof(ObjectStateInfo_SetHighlightWhenBroken) == 0x000001, "Wrong alignment on ObjectStateInfo_SetHighlightWhenBroken"); \ static_assert(sizeof(ObjectStateInfo_SetHighlightWhenBroken) == 0x000001, "Wrong size on ObjectStateInfo_SetHighlightWhenBroken"); \ static_assert(offsetof(ObjectStateInfo_SetHighlightWhenBroken, bHighlightWhenBroken) == 0x000000, "Member 'ObjectStateInfo_SetHighlightWhenBroken::bHighlightWhenBroken' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetImmuneToEverythingExcept \ static_assert(alignof(ObjectStateInfo_SetImmuneToEverythingExcept) == 0x000008, "Wrong alignment on ObjectStateInfo_SetImmuneToEverythingExcept"); \ static_assert(sizeof(ObjectStateInfo_SetImmuneToEverythingExcept) == 0x000020, "Wrong size on ObjectStateInfo_SetImmuneToEverythingExcept"); \ static_assert(offsetof(ObjectStateInfo_SetImmuneToEverythingExcept, InImpactTagContainer) == 0x000000, "Member 'ObjectStateInfo_SetImmuneToEverythingExcept::InImpactTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetImmuneToGlacius \ static_assert(alignof(ObjectStateInfo_SetImmuneToGlacius) == 0x000001, "Wrong alignment on ObjectStateInfo_SetImmuneToGlacius"); \ static_assert(sizeof(ObjectStateInfo_SetImmuneToGlacius) == 0x000001, "Wrong size on ObjectStateInfo_SetImmuneToGlacius"); \ static_assert(offsetof(ObjectStateInfo_SetImmuneToGlacius, bImmune) == 0x000000, "Member 'ObjectStateInfo_SetImmuneToGlacius::bImmune' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetImmuneToSpells \ static_assert(alignof(ObjectStateInfo_SetImmuneToSpells) == 0x000001, "Wrong alignment on ObjectStateInfo_SetImmuneToSpells"); \ static_assert(sizeof(ObjectStateInfo_SetImmuneToSpells) == 0x000001, "Wrong size on ObjectStateInfo_SetImmuneToSpells"); \ static_assert(offsetof(ObjectStateInfo_SetImmuneToSpells, bImmune) == 0x000000, "Member 'ObjectStateInfo_SetImmuneToSpells::bImmune' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetImpulseIgnoreTime \ static_assert(alignof(ObjectStateInfo_SetImpulseIgnoreTime) == 0x000004, "Wrong alignment on ObjectStateInfo_SetImpulseIgnoreTime"); \ static_assert(sizeof(ObjectStateInfo_SetImpulseIgnoreTime) == 0x000004, "Wrong size on ObjectStateInfo_SetImpulseIgnoreTime"); \ static_assert(offsetof(ObjectStateInfo_SetImpulseIgnoreTime, Time) == 0x000000, "Member 'ObjectStateInfo_SetImpulseIgnoreTime::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetInvulnerable \ static_assert(alignof(ObjectStateInfo_SetInvulnerable) == 0x000004, "Wrong alignment on ObjectStateInfo_SetInvulnerable"); \ static_assert(sizeof(ObjectStateInfo_SetInvulnerable) == 0x000008, "Wrong size on ObjectStateInfo_SetInvulnerable"); \ static_assert(offsetof(ObjectStateInfo_SetInvulnerable, InInvulnerableTime) == 0x000000, "Member 'ObjectStateInfo_SetInvulnerable::InInvulnerableTime' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_SetInvulnerable, ReturnValue) == 0x000004, "Member 'ObjectStateInfo_SetInvulnerable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetInvulnerableToDamage \ static_assert(alignof(ObjectStateInfo_SetInvulnerableToDamage) == 0x000001, "Wrong alignment on ObjectStateInfo_SetInvulnerableToDamage"); \ static_assert(sizeof(ObjectStateInfo_SetInvulnerableToDamage) == 0x000001, "Wrong size on ObjectStateInfo_SetInvulnerableToDamage"); \ static_assert(offsetof(ObjectStateInfo_SetInvulnerableToDamage, Invulnerable) == 0x000000, "Member 'ObjectStateInfo_SetInvulnerableToDamage::Invulnerable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetInWater \ static_assert(alignof(ObjectStateInfo_SetInWater) == 0x000008, "Wrong alignment on ObjectStateInfo_SetInWater"); \ static_assert(sizeof(ObjectStateInfo_SetInWater) == 0x000010, "Wrong size on ObjectStateInfo_SetInWater"); \ static_assert(offsetof(ObjectStateInfo_SetInWater, inWater) == 0x000000, "Member 'ObjectStateInfo_SetInWater::inWater' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_SetInWater, Instigator) == 0x000008, "Member 'ObjectStateInfo_SetInWater::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetInWaterVolume \ static_assert(alignof(ObjectStateInfo_SetInWaterVolume) == 0x000001, "Wrong alignment on ObjectStateInfo_SetInWaterVolume"); \ static_assert(sizeof(ObjectStateInfo_SetInWaterVolume) == 0x000001, "Wrong size on ObjectStateInfo_SetInWaterVolume"); \ static_assert(offsetof(ObjectStateInfo_SetInWaterVolume, inWater) == 0x000000, "Member 'ObjectStateInfo_SetInWaterVolume::inWater' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetIsABoss \ static_assert(alignof(ObjectStateInfo_SetIsABoss) == 0x000001, "Wrong alignment on ObjectStateInfo_SetIsABoss"); \ static_assert(sizeof(ObjectStateInfo_SetIsABoss) == 0x000001, "Wrong size on ObjectStateInfo_SetIsABoss"); \ static_assert(offsetof(ObjectStateInfo_SetIsABoss, bInIsABoss) == 0x000000, "Member 'ObjectStateInfo_SetIsABoss::bInIsABoss' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetJuggernaut \ static_assert(alignof(ObjectStateInfo_SetJuggernaut) == 0x000001, "Wrong alignment on ObjectStateInfo_SetJuggernaut"); \ static_assert(sizeof(ObjectStateInfo_SetJuggernaut) == 0x000001, "Wrong size on ObjectStateInfo_SetJuggernaut"); \ static_assert(offsetof(ObjectStateInfo_SetJuggernaut, bInJuggernaut) == 0x000000, "Member 'ObjectStateInfo_SetJuggernaut::bInJuggernaut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetLocked \ static_assert(alignof(ObjectStateInfo_SetLocked) == 0x000001, "Wrong alignment on ObjectStateInfo_SetLocked"); \ static_assert(sizeof(ObjectStateInfo_SetLocked) == 0x000001, "Wrong size on ObjectStateInfo_SetLocked"); \ static_assert(offsetof(ObjectStateInfo_SetLocked, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_SetLocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetMarkupValue \ static_assert(alignof(ObjectStateInfo_SetMarkupValue) == 0x000004, "Wrong alignment on ObjectStateInfo_SetMarkupValue"); \ static_assert(sizeof(ObjectStateInfo_SetMarkupValue) == 0x000008, "Wrong size on ObjectStateInfo_SetMarkupValue"); \ static_assert(offsetof(ObjectStateInfo_SetMarkupValue, MarkupType) == 0x000000, "Member 'ObjectStateInfo_SetMarkupValue::MarkupType' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_SetMarkupValue, InValue) == 0x000004, "Member 'ObjectStateInfo_SetMarkupValue::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetMaterialSwapped \ static_assert(alignof(ObjectStateInfo_SetMaterialSwapped) == 0x000001, "Wrong alignment on ObjectStateInfo_SetMaterialSwapped"); \ static_assert(sizeof(ObjectStateInfo_SetMaterialSwapped) == 0x000001, "Wrong size on ObjectStateInfo_SetMaterialSwapped"); \ static_assert(offsetof(ObjectStateInfo_SetMaterialSwapped, bInMaterialSwapped) == 0x000000, "Member 'ObjectStateInfo_SetMaterialSwapped::bInMaterialSwapped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetMaxOptimumAvatarDistance \ static_assert(alignof(ObjectStateInfo_SetMaxOptimumAvatarDistance) == 0x000004, "Wrong alignment on ObjectStateInfo_SetMaxOptimumAvatarDistance"); \ static_assert(sizeof(ObjectStateInfo_SetMaxOptimumAvatarDistance) == 0x000004, "Wrong size on ObjectStateInfo_SetMaxOptimumAvatarDistance"); \ static_assert(offsetof(ObjectStateInfo_SetMaxOptimumAvatarDistance, Distance) == 0x000000, "Member 'ObjectStateInfo_SetMaxOptimumAvatarDistance::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetMinDamageThreshold \ static_assert(alignof(ObjectStateInfo_SetMinDamageThreshold) == 0x000004, "Wrong alignment on ObjectStateInfo_SetMinDamageThreshold"); \ static_assert(sizeof(ObjectStateInfo_SetMinDamageThreshold) == 0x000004, "Wrong size on ObjectStateInfo_SetMinDamageThreshold"); \ static_assert(offsetof(ObjectStateInfo_SetMinDamageThreshold, Threshold) == 0x000000, "Member 'ObjectStateInfo_SetMinDamageThreshold::Threshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetMinOptimumAvatarDistance \ static_assert(alignof(ObjectStateInfo_SetMinOptimumAvatarDistance) == 0x000004, "Wrong alignment on ObjectStateInfo_SetMinOptimumAvatarDistance"); \ static_assert(sizeof(ObjectStateInfo_SetMinOptimumAvatarDistance) == 0x000004, "Wrong size on ObjectStateInfo_SetMinOptimumAvatarDistance"); \ static_assert(offsetof(ObjectStateInfo_SetMinOptimumAvatarDistance, Distance) == 0x000000, "Member 'ObjectStateInfo_SetMinOptimumAvatarDistance::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetPercentCharred \ static_assert(alignof(ObjectStateInfo_SetPercentCharred) == 0x000004, "Wrong alignment on ObjectStateInfo_SetPercentCharred"); \ static_assert(sizeof(ObjectStateInfo_SetPercentCharred) == 0x000004, "Wrong size on ObjectStateInfo_SetPercentCharred"); \ static_assert(offsetof(ObjectStateInfo_SetPercentCharred, PercentCharred) == 0x000000, "Member 'ObjectStateInfo_SetPercentCharred::PercentCharred' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetPersistence \ static_assert(alignof(ObjectStateInfo_SetPersistence) == 0x000001, "Wrong alignment on ObjectStateInfo_SetPersistence"); \ static_assert(sizeof(ObjectStateInfo_SetPersistence) == 0x000001, "Wrong size on ObjectStateInfo_SetPersistence"); \ static_assert(offsetof(ObjectStateInfo_SetPersistence, InPersistence) == 0x000000, "Member 'ObjectStateInfo_SetPersistence::InPersistence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetProtectedFromDamageAndSpells \ static_assert(alignof(ObjectStateInfo_SetProtectedFromDamageAndSpells) == 0x000008, "Wrong alignment on ObjectStateInfo_SetProtectedFromDamageAndSpells"); \ static_assert(sizeof(ObjectStateInfo_SetProtectedFromDamageAndSpells) == 0x000010, "Wrong size on ObjectStateInfo_SetProtectedFromDamageAndSpells"); \ static_assert(offsetof(ObjectStateInfo_SetProtectedFromDamageAndSpells, bInProtected) == 0x000000, "Member 'ObjectStateInfo_SetProtectedFromDamageAndSpells::bInProtected' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_SetProtectedFromDamageAndSpells, InInstigator) == 0x000008, "Member 'ObjectStateInfo_SetProtectedFromDamageAndSpells::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetRepairable \ static_assert(alignof(ObjectStateInfo_SetRepairable) == 0x000001, "Wrong alignment on ObjectStateInfo_SetRepairable"); \ static_assert(sizeof(ObjectStateInfo_SetRepairable) == 0x000001, "Wrong size on ObjectStateInfo_SetRepairable"); \ static_assert(offsetof(ObjectStateInfo_SetRepairable, Repairable) == 0x000000, "Member 'ObjectStateInfo_SetRepairable::Repairable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetRepairInPlace \ static_assert(alignof(ObjectStateInfo_SetRepairInPlace) == 0x000001, "Wrong alignment on ObjectStateInfo_SetRepairInPlace"); \ static_assert(sizeof(ObjectStateInfo_SetRepairInPlace) == 0x000001, "Wrong size on ObjectStateInfo_SetRepairInPlace"); \ static_assert(offsetof(ObjectStateInfo_SetRepairInPlace, bInPlace) == 0x000000, "Member 'ObjectStateInfo_SetRepairInPlace::bInPlace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetSendTargetPriority \ static_assert(alignof(ObjectStateInfo_SetSendTargetPriority) == 0x000001, "Wrong alignment on ObjectStateInfo_SetSendTargetPriority"); \ static_assert(sizeof(ObjectStateInfo_SetSendTargetPriority) == 0x000001, "Wrong size on ObjectStateInfo_SetSendTargetPriority"); \ static_assert(offsetof(ObjectStateInfo_SetSendTargetPriority, Priority) == 0x000000, "Member 'ObjectStateInfo_SetSendTargetPriority::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetShowTargetUI \ static_assert(alignof(ObjectStateInfo_SetShowTargetUI) == 0x000001, "Wrong alignment on ObjectStateInfo_SetShowTargetUI"); \ static_assert(sizeof(ObjectStateInfo_SetShowTargetUI) == 0x000001, "Wrong size on ObjectStateInfo_SetShowTargetUI"); \ static_assert(offsetof(ObjectStateInfo_SetShowTargetUI, ShowUI) == 0x000000, "Member 'ObjectStateInfo_SetShowTargetUI::ShowUI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetSizeClass \ static_assert(alignof(ObjectStateInfo_SetSizeClass) == 0x000001, "Wrong alignment on ObjectStateInfo_SetSizeClass"); \ static_assert(sizeof(ObjectStateInfo_SetSizeClass) == 0x000001, "Wrong size on ObjectStateInfo_SetSizeClass"); \ static_assert(offsetof(ObjectStateInfo_SetSizeClass, NewSizeClass) == 0x000000, "Member 'ObjectStateInfo_SetSizeClass::NewSizeClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetSpecialTargetPerceptionActive \ static_assert(alignof(ObjectStateInfo_SetSpecialTargetPerceptionActive) == 0x000001, "Wrong alignment on ObjectStateInfo_SetSpecialTargetPerceptionActive"); \ static_assert(sizeof(ObjectStateInfo_SetSpecialTargetPerceptionActive) == 0x000001, "Wrong size on ObjectStateInfo_SetSpecialTargetPerceptionActive"); \ static_assert(offsetof(ObjectStateInfo_SetSpecialTargetPerceptionActive, bActive) == 0x000000, "Member 'ObjectStateInfo_SetSpecialTargetPerceptionActive::bActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetTargetable \ static_assert(alignof(ObjectStateInfo_SetTargetable) == 0x000001, "Wrong alignment on ObjectStateInfo_SetTargetable"); \ static_assert(sizeof(ObjectStateInfo_SetTargetable) == 0x000001, "Wrong size on ObjectStateInfo_SetTargetable"); \ static_assert(offsetof(ObjectStateInfo_SetTargetable, bTargetable) == 0x000000, "Member 'ObjectStateInfo_SetTargetable::bTargetable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetTransformable \ static_assert(alignof(ObjectStateInfo_SetTransformable) == 0x000001, "Wrong alignment on ObjectStateInfo_SetTransformable"); \ static_assert(sizeof(ObjectStateInfo_SetTransformable) == 0x000001, "Wrong size on ObjectStateInfo_SetTransformable"); \ static_assert(offsetof(ObjectStateInfo_SetTransformable, bTransform) == 0x000000, "Member 'ObjectStateInfo_SetTransformable::bTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetUnusable \ static_assert(alignof(ObjectStateInfo_SetUnusable) == 0x000004, "Wrong alignment on ObjectStateInfo_SetUnusable"); \ static_assert(sizeof(ObjectStateInfo_SetUnusable) == 0x000004, "Wrong size on ObjectStateInfo_SetUnusable"); \ static_assert(offsetof(ObjectStateInfo_SetUnusable, RestoreUsabilityTime) == 0x000000, "Member 'ObjectStateInfo_SetUnusable::RestoreUsabilityTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_SetupSfx \ static_assert(alignof(ObjectStateInfo_SetupSfx) == 0x000008, "Wrong alignment on ObjectStateInfo_SetupSfx"); \ static_assert(sizeof(ObjectStateInfo_SetupSfx) == 0x000008, "Wrong size on ObjectStateInfo_SetupSfx"); \ static_assert(offsetof(ObjectStateInfo_SetupSfx, AkComponent) == 0x000000, "Member 'ObjectStateInfo_SetupSfx::AkComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_ShouldCreateCrimescene \ static_assert(alignof(ObjectStateInfo_ShouldCreateCrimescene) == 0x000008, "Wrong alignment on ObjectStateInfo_ShouldCreateCrimescene"); \ static_assert(sizeof(ObjectStateInfo_ShouldCreateCrimescene) == 0x000010, "Wrong size on ObjectStateInfo_ShouldCreateCrimescene"); \ static_assert(offsetof(ObjectStateInfo_ShouldCreateCrimescene, Instigator) == 0x000000, "Member 'ObjectStateInfo_ShouldCreateCrimescene::Instigator' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_ShouldCreateCrimescene, ReturnValue) == 0x000008, "Member 'ObjectStateInfo_ShouldCreateCrimescene::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_Thaw \ static_assert(alignof(ObjectStateInfo_Thaw) == 0x000001, "Wrong alignment on ObjectStateInfo_Thaw"); \ static_assert(sizeof(ObjectStateInfo_Thaw) == 0x000001, "Wrong size on ObjectStateInfo_Thaw"); \ static_assert(offsetof(ObjectStateInfo_Thaw, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_Thaw::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_Unlock \ static_assert(alignof(ObjectStateInfo_Unlock) == 0x000004, "Wrong alignment on ObjectStateInfo_Unlock"); \ static_assert(sizeof(ObjectStateInfo_Unlock) == 0x000008, "Wrong size on ObjectStateInfo_Unlock"); \ static_assert(offsetof(ObjectStateInfo_Unlock, Value) == 0x000000, "Member 'ObjectStateInfo_Unlock::Value' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_Unlock, ReturnValue) == 0x000004, "Member 'ObjectStateInfo_Unlock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_CanBecomeMovable \ static_assert(alignof(ObjectStateInfo_CanBecomeMovable) == 0x000001, "Wrong alignment on ObjectStateInfo_CanBecomeMovable"); \ static_assert(sizeof(ObjectStateInfo_CanBecomeMovable) == 0x000001, "Wrong size on ObjectStateInfo_CanBecomeMovable"); \ static_assert(offsetof(ObjectStateInfo_CanBecomeMovable, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_CanBecomeMovable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_CanBeRepaired \ static_assert(alignof(ObjectStateInfo_CanBeRepaired) == 0x000001, "Wrong alignment on ObjectStateInfo_CanBeRepaired"); \ static_assert(sizeof(ObjectStateInfo_CanBeRepaired) == 0x000001, "Wrong size on ObjectStateInfo_CanBeRepaired"); \ static_assert(offsetof(ObjectStateInfo_CanBeRepaired, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_CanBeRepaired::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_CanHighlight \ static_assert(alignof(ObjectStateInfo_CanHighlight) == 0x000001, "Wrong alignment on ObjectStateInfo_CanHighlight"); \ static_assert(sizeof(ObjectStateInfo_CanHighlight) == 0x000001, "Wrong size on ObjectStateInfo_CanHighlight"); \ static_assert(offsetof(ObjectStateInfo_CanHighlight, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_CanHighlight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_CanHighlightWhenBroken \ static_assert(alignof(ObjectStateInfo_CanHighlightWhenBroken) == 0x000001, "Wrong alignment on ObjectStateInfo_CanHighlightWhenBroken"); \ static_assert(sizeof(ObjectStateInfo_CanHighlightWhenBroken) == 0x000001, "Wrong size on ObjectStateInfo_CanHighlightWhenBroken"); \ static_assert(offsetof(ObjectStateInfo_CanHighlightWhenBroken, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_CanHighlightWhenBroken::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_CreateNoise \ static_assert(alignof(ObjectStateInfo_CreateNoise) == 0x000008, "Wrong alignment on ObjectStateInfo_CreateNoise"); \ static_assert(sizeof(ObjectStateInfo_CreateNoise) == 0x000038, "Wrong size on ObjectStateInfo_CreateNoise"); \ static_assert(offsetof(ObjectStateInfo_CreateNoise, NoiseSize) == 0x000000, "Member 'ObjectStateInfo_CreateNoise::NoiseSize' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_CreateNoise, NoiseLocation) == 0x000004, "Member 'ObjectStateInfo_CreateNoise::NoiseLocation' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_CreateNoise, NoiseInstigator) == 0x000010, "Member 'ObjectStateInfo_CreateNoise::NoiseInstigator' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_CreateNoise, EventContainer) == 0x000018, "Member 'ObjectStateInfo_CreateNoise::EventContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_DiesInWater \ static_assert(alignof(ObjectStateInfo_DiesInWater) == 0x000001, "Wrong alignment on ObjectStateInfo_DiesInWater"); \ static_assert(sizeof(ObjectStateInfo_DiesInWater) == 0x000001, "Wrong size on ObjectStateInfo_DiesInWater"); \ static_assert(offsetof(ObjectStateInfo_DiesInWater, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_DiesInWater::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_DoesExplode \ static_assert(alignof(ObjectStateInfo_DoesExplode) == 0x000001, "Wrong alignment on ObjectStateInfo_DoesExplode"); \ static_assert(sizeof(ObjectStateInfo_DoesExplode) == 0x000001, "Wrong size on ObjectStateInfo_DoesExplode"); \ static_assert(offsetof(ObjectStateInfo_DoesExplode, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_DoesExplode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetActor \ static_assert(alignof(ObjectStateInfo_GetActor) == 0x000008, "Wrong alignment on ObjectStateInfo_GetActor"); \ static_assert(sizeof(ObjectStateInfo_GetActor) == 0x000008, "Wrong size on ObjectStateInfo_GetActor"); \ static_assert(offsetof(ObjectStateInfo_GetActor, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetBaseHealth \ static_assert(alignof(ObjectStateInfo_GetBaseHealth) == 0x000004, "Wrong alignment on ObjectStateInfo_GetBaseHealth"); \ static_assert(sizeof(ObjectStateInfo_GetBaseHealth) == 0x000004, "Wrong size on ObjectStateInfo_GetBaseHealth"); \ static_assert(offsetof(ObjectStateInfo_GetBaseHealth, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetBaseHealth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetBossState \ static_assert(alignof(ObjectStateInfo_GetBossState) == 0x000001, "Wrong alignment on ObjectStateInfo_GetBossState"); \ static_assert(sizeof(ObjectStateInfo_GetBossState) == 0x000001, "Wrong size on ObjectStateInfo_GetBossState"); \ static_assert(offsetof(ObjectStateInfo_GetBossState, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetBossState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetBrokenPieceLocation \ static_assert(alignof(ObjectStateInfo_GetBrokenPieceLocation) == 0x000004, "Wrong alignment on ObjectStateInfo_GetBrokenPieceLocation"); \ static_assert(sizeof(ObjectStateInfo_GetBrokenPieceLocation) == 0x00000C, "Wrong size on ObjectStateInfo_GetBrokenPieceLocation"); \ static_assert(offsetof(ObjectStateInfo_GetBrokenPieceLocation, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetBrokenPieceLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetCharredDamageMultiplier \ static_assert(alignof(ObjectStateInfo_GetCharredDamageMultiplier) == 0x000004, "Wrong alignment on ObjectStateInfo_GetCharredDamageMultiplier"); \ static_assert(sizeof(ObjectStateInfo_GetCharredDamageMultiplier) == 0x000004, "Wrong size on ObjectStateInfo_GetCharredDamageMultiplier"); \ static_assert(offsetof(ObjectStateInfo_GetCharredDamageMultiplier, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetCharredDamageMultiplier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetCompanionLevel \ static_assert(alignof(ObjectStateInfo_GetCompanionLevel) == 0x000004, "Wrong alignment on ObjectStateInfo_GetCompanionLevel"); \ static_assert(sizeof(ObjectStateInfo_GetCompanionLevel) == 0x000004, "Wrong size on ObjectStateInfo_GetCompanionLevel"); \ static_assert(offsetof(ObjectStateInfo_GetCompanionLevel, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetCompanionLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetDbClassId \ static_assert(alignof(ObjectStateInfo_GetDbClassId) == 0x000004, "Wrong alignment on ObjectStateInfo_GetDbClassId"); \ static_assert(sizeof(ObjectStateInfo_GetDbClassId) == 0x000008, "Wrong size on ObjectStateInfo_GetDbClassId"); \ static_assert(offsetof(ObjectStateInfo_GetDbClassId, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetDbClassId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetDbEmoteVoiceId \ static_assert(alignof(ObjectStateInfo_GetDbEmoteVoiceId) == 0x000004, "Wrong alignment on ObjectStateInfo_GetDbEmoteVoiceId"); \ static_assert(sizeof(ObjectStateInfo_GetDbEmoteVoiceId) == 0x000008, "Wrong size on ObjectStateInfo_GetDbEmoteVoiceId"); \ static_assert(offsetof(ObjectStateInfo_GetDbEmoteVoiceId, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetDbEmoteVoiceId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetDbGenderId \ static_assert(alignof(ObjectStateInfo_GetDbGenderId) == 0x000004, "Wrong alignment on ObjectStateInfo_GetDbGenderId"); \ static_assert(sizeof(ObjectStateInfo_GetDbGenderId) == 0x000008, "Wrong size on ObjectStateInfo_GetDbGenderId"); \ static_assert(offsetof(ObjectStateInfo_GetDbGenderId, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetDbGenderId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetDbId \ static_assert(alignof(ObjectStateInfo_GetDbId) == 0x000004, "Wrong alignment on ObjectStateInfo_GetDbId"); \ static_assert(sizeof(ObjectStateInfo_GetDbId) == 0x000008, "Wrong size on ObjectStateInfo_GetDbId"); \ static_assert(offsetof(ObjectStateInfo_GetDbId, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetDbId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetDbLookId \ static_assert(alignof(ObjectStateInfo_GetDbLookId) == 0x000004, "Wrong alignment on ObjectStateInfo_GetDbLookId"); \ static_assert(sizeof(ObjectStateInfo_GetDbLookId) == 0x000008, "Wrong size on ObjectStateInfo_GetDbLookId"); \ static_assert(offsetof(ObjectStateInfo_GetDbLookId, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetDbLookId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetDbPersistentId \ static_assert(alignof(ObjectStateInfo_GetDbPersistentId) == 0x000004, "Wrong alignment on ObjectStateInfo_GetDbPersistentId"); \ static_assert(sizeof(ObjectStateInfo_GetDbPersistentId) == 0x000008, "Wrong size on ObjectStateInfo_GetDbPersistentId"); \ static_assert(offsetof(ObjectStateInfo_GetDbPersistentId, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetDbPersistentId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetDbSubtypeID \ static_assert(alignof(ObjectStateInfo_GetDbSubtypeID) == 0x000004, "Wrong alignment on ObjectStateInfo_GetDbSubtypeID"); \ static_assert(sizeof(ObjectStateInfo_GetDbSubtypeID) == 0x000008, "Wrong size on ObjectStateInfo_GetDbSubtypeID"); \ static_assert(offsetof(ObjectStateInfo_GetDbSubtypeID, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetDbSubtypeID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetDbTypeId \ static_assert(alignof(ObjectStateInfo_GetDbTypeId) == 0x000004, "Wrong alignment on ObjectStateInfo_GetDbTypeId"); \ static_assert(sizeof(ObjectStateInfo_GetDbTypeId) == 0x000008, "Wrong size on ObjectStateInfo_GetDbTypeId"); \ static_assert(offsetof(ObjectStateInfo_GetDbTypeId, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetDbTypeId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetDbVoiceId \ static_assert(alignof(ObjectStateInfo_GetDbVoiceId) == 0x000004, "Wrong alignment on ObjectStateInfo_GetDbVoiceId"); \ static_assert(sizeof(ObjectStateInfo_GetDbVoiceId) == 0x000008, "Wrong size on ObjectStateInfo_GetDbVoiceId"); \ static_assert(offsetof(ObjectStateInfo_GetDbVoiceId, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetDbVoiceId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetDestroyedBase \ static_assert(alignof(ObjectStateInfo_GetDestroyedBase) == 0x000008, "Wrong alignment on ObjectStateInfo_GetDestroyedBase"); \ static_assert(sizeof(ObjectStateInfo_GetDestroyedBase) == 0x000008, "Wrong size on ObjectStateInfo_GetDestroyedBase"); \ static_assert(offsetof(ObjectStateInfo_GetDestroyedBase, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetDestroyedBase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetDisplayDamage \ static_assert(alignof(ObjectStateInfo_GetDisplayDamage) == 0x000001, "Wrong alignment on ObjectStateInfo_GetDisplayDamage"); \ static_assert(sizeof(ObjectStateInfo_GetDisplayDamage) == 0x000001, "Wrong size on ObjectStateInfo_GetDisplayDamage"); \ static_assert(offsetof(ObjectStateInfo_GetDisplayDamage, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetDisplayDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetFastSfx \ static_assert(alignof(ObjectStateInfo_GetFastSfx) == 0x000008, "Wrong alignment on ObjectStateInfo_GetFastSfx"); \ static_assert(sizeof(ObjectStateInfo_GetFastSfx) == 0x000008, "Wrong size on ObjectStateInfo_GetFastSfx"); \ static_assert(offsetof(ObjectStateInfo_GetFastSfx, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetFastSfx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetFireDamageFloor \ static_assert(alignof(ObjectStateInfo_GetFireDamageFloor) == 0x000004, "Wrong alignment on ObjectStateInfo_GetFireDamageFloor"); \ static_assert(sizeof(ObjectStateInfo_GetFireDamageFloor) == 0x000004, "Wrong size on ObjectStateInfo_GetFireDamageFloor"); \ static_assert(offsetof(ObjectStateInfo_GetFireDamageFloor, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetFireDamageFloor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetFireDamagePerSecond \ static_assert(alignof(ObjectStateInfo_GetFireDamagePerSecond) == 0x000004, "Wrong alignment on ObjectStateInfo_GetFireDamagePerSecond"); \ static_assert(sizeof(ObjectStateInfo_GetFireDamagePerSecond) == 0x000004, "Wrong size on ObjectStateInfo_GetFireDamagePerSecond"); \ static_assert(offsetof(ObjectStateInfo_GetFireDamagePerSecond, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetFireDamagePerSecond::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetFrozenDamageMultiplier \ static_assert(alignof(ObjectStateInfo_GetFrozenDamageMultiplier) == 0x000004, "Wrong alignment on ObjectStateInfo_GetFrozenDamageMultiplier"); \ static_assert(sizeof(ObjectStateInfo_GetFrozenDamageMultiplier) == 0x000004, "Wrong size on ObjectStateInfo_GetFrozenDamageMultiplier"); \ static_assert(offsetof(ObjectStateInfo_GetFrozenDamageMultiplier, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetFrozenDamageMultiplier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetHealth \ static_assert(alignof(ObjectStateInfo_GetHealth) == 0x000004, "Wrong alignment on ObjectStateInfo_GetHealth"); \ static_assert(sizeof(ObjectStateInfo_GetHealth) == 0x000004, "Wrong size on ObjectStateInfo_GetHealth"); \ static_assert(offsetof(ObjectStateInfo_GetHealth, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetHealth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetHealthPercentage \ static_assert(alignof(ObjectStateInfo_GetHealthPercentage) == 0x000004, "Wrong alignment on ObjectStateInfo_GetHealthPercentage"); \ static_assert(sizeof(ObjectStateInfo_GetHealthPercentage) == 0x000004, "Wrong size on ObjectStateInfo_GetHealthPercentage"); \ static_assert(offsetof(ObjectStateInfo_GetHealthPercentage, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetHealthPercentage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetHitSfx \ static_assert(alignof(ObjectStateInfo_GetHitSfx) == 0x000008, "Wrong alignment on ObjectStateInfo_GetHitSfx"); \ static_assert(sizeof(ObjectStateInfo_GetHitSfx) == 0x000008, "Wrong size on ObjectStateInfo_GetHitSfx"); \ static_assert(offsetof(ObjectStateInfo_GetHitSfx, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetHitSfx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetImpactType \ static_assert(alignof(ObjectStateInfo_GetImpactType) == 0x000001, "Wrong alignment on ObjectStateInfo_GetImpactType"); \ static_assert(sizeof(ObjectStateInfo_GetImpactType) == 0x000001, "Wrong size on ObjectStateInfo_GetImpactType"); \ static_assert(offsetof(ObjectStateInfo_GetImpactType, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetImpactType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetKilledWithAvadaKedavra \ static_assert(alignof(ObjectStateInfo_GetKilledWithAvadaKedavra) == 0x000001, "Wrong alignment on ObjectStateInfo_GetKilledWithAvadaKedavra"); \ static_assert(sizeof(ObjectStateInfo_GetKilledWithAvadaKedavra) == 0x000001, "Wrong size on ObjectStateInfo_GetKilledWithAvadaKedavra"); \ static_assert(offsetof(ObjectStateInfo_GetKilledWithAvadaKedavra, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetKilledWithAvadaKedavra::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetLastDamageInReactionAdjustment \ static_assert(alignof(ObjectStateInfo_GetLastDamageInReactionAdjustment) == 0x000001, "Wrong alignment on ObjectStateInfo_GetLastDamageInReactionAdjustment"); \ static_assert(sizeof(ObjectStateInfo_GetLastDamageInReactionAdjustment) == 0x000001, "Wrong size on ObjectStateInfo_GetLastDamageInReactionAdjustment"); \ static_assert(offsetof(ObjectStateInfo_GetLastDamageInReactionAdjustment, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetLastDamageInReactionAdjustment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetLevel \ static_assert(alignof(ObjectStateInfo_GetLevel) == 0x000004, "Wrong alignment on ObjectStateInfo_GetLevel"); \ static_assert(sizeof(ObjectStateInfo_GetLevel) == 0x000004, "Wrong size on ObjectStateInfo_GetLevel"); \ static_assert(offsetof(ObjectStateInfo_GetLevel, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetLockValue \ static_assert(alignof(ObjectStateInfo_GetLockValue) == 0x000004, "Wrong alignment on ObjectStateInfo_GetLockValue"); \ static_assert(sizeof(ObjectStateInfo_GetLockValue) == 0x000004, "Wrong size on ObjectStateInfo_GetLockValue"); \ static_assert(offsetof(ObjectStateInfo_GetLockValue, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetLockValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetMarkupValue \ static_assert(alignof(ObjectStateInfo_GetMarkupValue) == 0x000004, "Wrong alignment on ObjectStateInfo_GetMarkupValue"); \ static_assert(sizeof(ObjectStateInfo_GetMarkupValue) == 0x00000C, "Wrong size on ObjectStateInfo_GetMarkupValue"); \ static_assert(offsetof(ObjectStateInfo_GetMarkupValue, MarkupType) == 0x000000, "Member 'ObjectStateInfo_GetMarkupValue::MarkupType' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_GetMarkupValue, OutValue) == 0x000004, "Member 'ObjectStateInfo_GetMarkupValue::OutValue' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_GetMarkupValue, ReturnValue) == 0x000008, "Member 'ObjectStateInfo_GetMarkupValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetMass \ static_assert(alignof(ObjectStateInfo_GetMass) == 0x000004, "Wrong alignment on ObjectStateInfo_GetMass"); \ static_assert(sizeof(ObjectStateInfo_GetMass) == 0x000004, "Wrong size on ObjectStateInfo_GetMass"); \ static_assert(offsetof(ObjectStateInfo_GetMass, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetMass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetMaterialPropertyData \ static_assert(alignof(ObjectStateInfo_GetMaterialPropertyData) == 0x000008, "Wrong alignment on ObjectStateInfo_GetMaterialPropertyData"); \ static_assert(sizeof(ObjectStateInfo_GetMaterialPropertyData) == 0x000008, "Wrong size on ObjectStateInfo_GetMaterialPropertyData"); \ static_assert(offsetof(ObjectStateInfo_GetMaterialPropertyData, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetMaterialPropertyData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetMaxHealth \ static_assert(alignof(ObjectStateInfo_GetMaxHealth) == 0x000004, "Wrong alignment on ObjectStateInfo_GetMaxHealth"); \ static_assert(sizeof(ObjectStateInfo_GetMaxHealth) == 0x000004, "Wrong size on ObjectStateInfo_GetMaxHealth"); \ static_assert(offsetof(ObjectStateInfo_GetMaxHealth, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetMaxHealth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetMaxOptimumAvatarDistance \ static_assert(alignof(ObjectStateInfo_GetMaxOptimumAvatarDistance) == 0x000004, "Wrong alignment on ObjectStateInfo_GetMaxOptimumAvatarDistance"); \ static_assert(sizeof(ObjectStateInfo_GetMaxOptimumAvatarDistance) == 0x000004, "Wrong size on ObjectStateInfo_GetMaxOptimumAvatarDistance"); \ static_assert(offsetof(ObjectStateInfo_GetMaxOptimumAvatarDistance, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetMaxOptimumAvatarDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetMinDamageThreshold \ static_assert(alignof(ObjectStateInfo_GetMinDamageThreshold) == 0x000004, "Wrong alignment on ObjectStateInfo_GetMinDamageThreshold"); \ static_assert(sizeof(ObjectStateInfo_GetMinDamageThreshold) == 0x000004, "Wrong size on ObjectStateInfo_GetMinDamageThreshold"); \ static_assert(offsetof(ObjectStateInfo_GetMinDamageThreshold, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetMinDamageThreshold::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetMinOptimumAvatarDistance \ static_assert(alignof(ObjectStateInfo_GetMinOptimumAvatarDistance) == 0x000004, "Wrong alignment on ObjectStateInfo_GetMinOptimumAvatarDistance"); \ static_assert(sizeof(ObjectStateInfo_GetMinOptimumAvatarDistance) == 0x000004, "Wrong size on ObjectStateInfo_GetMinOptimumAvatarDistance"); \ static_assert(offsetof(ObjectStateInfo_GetMinOptimumAvatarDistance, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetMinOptimumAvatarDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetNavOverrideMobilityCheck \ static_assert(alignof(ObjectStateInfo_GetNavOverrideMobilityCheck) == 0x000001, "Wrong alignment on ObjectStateInfo_GetNavOverrideMobilityCheck"); \ static_assert(sizeof(ObjectStateInfo_GetNavOverrideMobilityCheck) == 0x000001, "Wrong size on ObjectStateInfo_GetNavOverrideMobilityCheck"); \ static_assert(offsetof(ObjectStateInfo_GetNavOverrideMobilityCheck, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetNavOverrideMobilityCheck::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetNeverAffectNavmesh \ static_assert(alignof(ObjectStateInfo_GetNeverAffectNavmesh) == 0x000001, "Wrong alignment on ObjectStateInfo_GetNeverAffectNavmesh"); \ static_assert(sizeof(ObjectStateInfo_GetNeverAffectNavmesh) == 0x000001, "Wrong size on ObjectStateInfo_GetNeverAffectNavmesh"); \ static_assert(offsetof(ObjectStateInfo_GetNeverAffectNavmesh, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetNeverAffectNavmesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetObjectNoiseSize \ static_assert(alignof(ObjectStateInfo_GetObjectNoiseSize) == 0x000001, "Wrong alignment on ObjectStateInfo_GetObjectNoiseSize"); \ static_assert(sizeof(ObjectStateInfo_GetObjectNoiseSize) == 0x000001, "Wrong size on ObjectStateInfo_GetObjectNoiseSize"); \ static_assert(offsetof(ObjectStateInfo_GetObjectNoiseSize, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetObjectNoiseSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetPercentCharred \ static_assert(alignof(ObjectStateInfo_GetPercentCharred) == 0x000004, "Wrong alignment on ObjectStateInfo_GetPercentCharred"); \ static_assert(sizeof(ObjectStateInfo_GetPercentCharred) == 0x000004, "Wrong size on ObjectStateInfo_GetPercentCharred"); \ static_assert(offsetof(ObjectStateInfo_GetPercentCharred, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetPercentCharred::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetRagdollBoneName \ static_assert(alignof(ObjectStateInfo_GetRagdollBoneName) == 0x000004, "Wrong alignment on ObjectStateInfo_GetRagdollBoneName"); \ static_assert(sizeof(ObjectStateInfo_GetRagdollBoneName) == 0x000008, "Wrong size on ObjectStateInfo_GetRagdollBoneName"); \ static_assert(offsetof(ObjectStateInfo_GetRagdollBoneName, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetRagdollBoneName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetRawCurrentHealth \ static_assert(alignof(ObjectStateInfo_GetRawCurrentHealth) == 0x000004, "Wrong alignment on ObjectStateInfo_GetRawCurrentHealth"); \ static_assert(sizeof(ObjectStateInfo_GetRawCurrentHealth) == 0x000004, "Wrong size on ObjectStateInfo_GetRawCurrentHealth"); \ static_assert(offsetof(ObjectStateInfo_GetRawCurrentHealth, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetRawCurrentHealth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetSendTargetPriority \ static_assert(alignof(ObjectStateInfo_GetSendTargetPriority) == 0x000001, "Wrong alignment on ObjectStateInfo_GetSendTargetPriority"); \ static_assert(sizeof(ObjectStateInfo_GetSendTargetPriority) == 0x000001, "Wrong size on ObjectStateInfo_GetSendTargetPriority"); \ static_assert(offsetof(ObjectStateInfo_GetSendTargetPriority, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetSendTargetPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetSizeClass \ static_assert(alignof(ObjectStateInfo_GetSizeClass) == 0x000001, "Wrong alignment on ObjectStateInfo_GetSizeClass"); \ static_assert(sizeof(ObjectStateInfo_GetSizeClass) == 0x000001, "Wrong size on ObjectStateInfo_GetSizeClass"); \ static_assert(offsetof(ObjectStateInfo_GetSizeClass, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetSizeClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetSizeClassFireDamageMultiplier \ static_assert(alignof(ObjectStateInfo_GetSizeClassFireDamageMultiplier) == 0x000004, "Wrong alignment on ObjectStateInfo_GetSizeClassFireDamageMultiplier"); \ static_assert(sizeof(ObjectStateInfo_GetSizeClassFireDamageMultiplier) == 0x000004, "Wrong size on ObjectStateInfo_GetSizeClassFireDamageMultiplier"); \ static_assert(offsetof(ObjectStateInfo_GetSizeClassFireDamageMultiplier, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetSizeClassFireDamageMultiplier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetSizeClassOnFireDestroyedAOE \ static_assert(alignof(ObjectStateInfo_GetSizeClassOnFireDestroyedAOE) == 0x000008, "Wrong alignment on ObjectStateInfo_GetSizeClassOnFireDestroyedAOE"); \ static_assert(sizeof(ObjectStateInfo_GetSizeClassOnFireDestroyedAOE) == 0x000008, "Wrong size on ObjectStateInfo_GetSizeClassOnFireDestroyedAOE"); \ static_assert(offsetof(ObjectStateInfo_GetSizeClassOnFireDestroyedAOE, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetSizeClassOnFireDestroyedAOE::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetSizeClassOnFireDestroyedDamage \ static_assert(alignof(ObjectStateInfo_GetSizeClassOnFireDestroyedDamage) == 0x000004, "Wrong alignment on ObjectStateInfo_GetSizeClassOnFireDestroyedDamage"); \ static_assert(sizeof(ObjectStateInfo_GetSizeClassOnFireDestroyedDamage) == 0x000004, "Wrong size on ObjectStateInfo_GetSizeClassOnFireDestroyedDamage"); \ static_assert(offsetof(ObjectStateInfo_GetSizeClassOnFireDestroyedDamage, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetSizeClassOnFireDestroyedDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetStartAsleep \ static_assert(alignof(ObjectStateInfo_GetStartAsleep) == 0x000001, "Wrong alignment on ObjectStateInfo_GetStartAsleep"); \ static_assert(sizeof(ObjectStateInfo_GetStartAsleep) == 0x000001, "Wrong size on ObjectStateInfo_GetStartAsleep"); \ static_assert(offsetof(ObjectStateInfo_GetStartAsleep, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetStartAsleep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetType \ static_assert(alignof(ObjectStateInfo_GetType) == 0x000004, "Wrong alignment on ObjectStateInfo_GetType"); \ static_assert(sizeof(ObjectStateInfo_GetType) == 0x000008, "Wrong size on ObjectStateInfo_GetType"); \ static_assert(offsetof(ObjectStateInfo_GetType, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetUIHealthPercent \ static_assert(alignof(ObjectStateInfo_GetUIHealthPercent) == 0x000004, "Wrong alignment on ObjectStateInfo_GetUIHealthPercent"); \ static_assert(sizeof(ObjectStateInfo_GetUIHealthPercent) == 0x000004, "Wrong size on ObjectStateInfo_GetUIHealthPercent"); \ static_assert(offsetof(ObjectStateInfo_GetUIHealthPercent, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetUIHealthPercent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetVelocityTracker \ static_assert(alignof(ObjectStateInfo_GetVelocityTracker) == 0x000008, "Wrong alignment on ObjectStateInfo_GetVelocityTracker"); \ static_assert(sizeof(ObjectStateInfo_GetVelocityTracker) == 0x000008, "Wrong size on ObjectStateInfo_GetVelocityTracker"); \ static_assert(offsetof(ObjectStateInfo_GetVelocityTracker, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetVelocityTracker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_GetWetness \ static_assert(alignof(ObjectStateInfo_GetWetness) == 0x000004, "Wrong alignment on ObjectStateInfo_GetWetness"); \ static_assert(sizeof(ObjectStateInfo_GetWetness) == 0x000004, "Wrong size on ObjectStateInfo_GetWetness"); \ static_assert(offsetof(ObjectStateInfo_GetWetness, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_GetWetness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_HasBecomeMovable \ static_assert(alignof(ObjectStateInfo_HasBecomeMovable) == 0x000001, "Wrong alignment on ObjectStateInfo_HasBecomeMovable"); \ static_assert(sizeof(ObjectStateInfo_HasBecomeMovable) == 0x000001, "Wrong size on ObjectStateInfo_HasBecomeMovable"); \ static_assert(offsetof(ObjectStateInfo_HasBecomeMovable, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_HasBecomeMovable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_HasOnFireDoT \ static_assert(alignof(ObjectStateInfo_HasOnFireDoT) == 0x000001, "Wrong alignment on ObjectStateInfo_HasOnFireDoT"); \ static_assert(sizeof(ObjectStateInfo_HasOnFireDoT) == 0x000001, "Wrong size on ObjectStateInfo_HasOnFireDoT"); \ static_assert(offsetof(ObjectStateInfo_HasOnFireDoT, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_HasOnFireDoT::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_HasStateEffect \ static_assert(alignof(ObjectStateInfo_HasStateEffect) == 0x000001, "Wrong alignment on ObjectStateInfo_HasStateEffect"); \ static_assert(sizeof(ObjectStateInfo_HasStateEffect) == 0x000001, "Wrong size on ObjectStateInfo_HasStateEffect"); \ static_assert(offsetof(ObjectStateInfo_HasStateEffect, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_HasStateEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IgnoreActorHitEvents \ static_assert(alignof(ObjectStateInfo_IgnoreActorHitEvents) == 0x000001, "Wrong alignment on ObjectStateInfo_IgnoreActorHitEvents"); \ static_assert(sizeof(ObjectStateInfo_IgnoreActorHitEvents) == 0x000001, "Wrong size on ObjectStateInfo_IgnoreActorHitEvents"); \ static_assert(offsetof(ObjectStateInfo_IgnoreActorHitEvents, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IgnoreActorHitEvents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IgnoreLimitedCountRules \ static_assert(alignof(ObjectStateInfo_IgnoreLimitedCountRules) == 0x000001, "Wrong alignment on ObjectStateInfo_IgnoreLimitedCountRules"); \ static_assert(sizeof(ObjectStateInfo_IgnoreLimitedCountRules) == 0x000001, "Wrong size on ObjectStateInfo_IgnoreLimitedCountRules"); \ static_assert(offsetof(ObjectStateInfo_IgnoreLimitedCountRules, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IgnoreLimitedCountRules::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IgnoreMunitionImpactEvents \ static_assert(alignof(ObjectStateInfo_IgnoreMunitionImpactEvents) == 0x000001, "Wrong alignment on ObjectStateInfo_IgnoreMunitionImpactEvents"); \ static_assert(sizeof(ObjectStateInfo_IgnoreMunitionImpactEvents) == 0x000001, "Wrong size on ObjectStateInfo_IgnoreMunitionImpactEvents"); \ static_assert(offsetof(ObjectStateInfo_IgnoreMunitionImpactEvents, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IgnoreMunitionImpactEvents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsABiped \ static_assert(alignof(ObjectStateInfo_IsABiped) == 0x000001, "Wrong alignment on ObjectStateInfo_IsABiped"); \ static_assert(sizeof(ObjectStateInfo_IsABiped) == 0x000001, "Wrong size on ObjectStateInfo_IsABiped"); \ static_assert(offsetof(ObjectStateInfo_IsABiped, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsABiped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsABossCharacter \ static_assert(alignof(ObjectStateInfo_IsABossCharacter) == 0x000001, "Wrong alignment on ObjectStateInfo_IsABossCharacter"); \ static_assert(sizeof(ObjectStateInfo_IsABossCharacter) == 0x000001, "Wrong size on ObjectStateInfo_IsABossCharacter"); \ static_assert(offsetof(ObjectStateInfo_IsABossCharacter, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsABossCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsACentaur \ static_assert(alignof(ObjectStateInfo_IsACentaur) == 0x000001, "Wrong alignment on ObjectStateInfo_IsACentaur"); \ static_assert(sizeof(ObjectStateInfo_IsACentaur) == 0x000001, "Wrong size on ObjectStateInfo_IsACentaur"); \ static_assert(offsetof(ObjectStateInfo_IsACentaur, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsACentaur::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsACharacter \ static_assert(alignof(ObjectStateInfo_IsACharacter) == 0x000001, "Wrong alignment on ObjectStateInfo_IsACharacter"); \ static_assert(sizeof(ObjectStateInfo_IsACharacter) == 0x000001, "Wrong size on ObjectStateInfo_IsACharacter"); \ static_assert(offsetof(ObjectStateInfo_IsACharacter, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsACharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsACompanion \ static_assert(alignof(ObjectStateInfo_IsACompanion) == 0x000001, "Wrong alignment on ObjectStateInfo_IsACompanion"); \ static_assert(sizeof(ObjectStateInfo_IsACompanion) == 0x000001, "Wrong size on ObjectStateInfo_IsACompanion"); \ static_assert(offsetof(ObjectStateInfo_IsACompanion, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsACompanion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsACreature \ static_assert(alignof(ObjectStateInfo_IsACreature) == 0x000001, "Wrong alignment on ObjectStateInfo_IsACreature"); \ static_assert(sizeof(ObjectStateInfo_IsACreature) == 0x000001, "Wrong size on ObjectStateInfo_IsACreature"); \ static_assert(offsetof(ObjectStateInfo_IsACreature, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsACreature::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsADarkWizard \ static_assert(alignof(ObjectStateInfo_IsADarkWizard) == 0x000001, "Wrong alignment on ObjectStateInfo_IsADarkWizard"); \ static_assert(sizeof(ObjectStateInfo_IsADarkWizard) == 0x000001, "Wrong size on ObjectStateInfo_IsADarkWizard"); \ static_assert(offsetof(ObjectStateInfo_IsADarkWizard, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsADarkWizard::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsADragon \ static_assert(alignof(ObjectStateInfo_IsADragon) == 0x000001, "Wrong alignment on ObjectStateInfo_IsADragon"); \ static_assert(sizeof(ObjectStateInfo_IsADragon) == 0x000001, "Wrong size on ObjectStateInfo_IsADragon"); \ static_assert(offsetof(ObjectStateInfo_IsADragon, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsADragon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsADugbog \ static_assert(alignof(ObjectStateInfo_IsADugbog) == 0x000001, "Wrong alignment on ObjectStateInfo_IsADugbog"); \ static_assert(sizeof(ObjectStateInfo_IsADugbog) == 0x000001, "Wrong size on ObjectStateInfo_IsADugbog"); \ static_assert(offsetof(ObjectStateInfo_IsADugbog, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsADugbog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAGhost \ static_assert(alignof(ObjectStateInfo_IsAGhost) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAGhost"); \ static_assert(sizeof(ObjectStateInfo_IsAGhost) == 0x000001, "Wrong size on ObjectStateInfo_IsAGhost"); \ static_assert(offsetof(ObjectStateInfo_IsAGhost, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAGhost::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAGoblin \ static_assert(alignof(ObjectStateInfo_IsAGoblin) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAGoblin"); \ static_assert(sizeof(ObjectStateInfo_IsAGoblin) == 0x000001, "Wrong size on ObjectStateInfo_IsAGoblin"); \ static_assert(offsetof(ObjectStateInfo_IsAGoblin, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAGoblin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAHobo \ static_assert(alignof(ObjectStateInfo_IsAHobo) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAHobo"); \ static_assert(sizeof(ObjectStateInfo_IsAHobo) == 0x000001, "Wrong size on ObjectStateInfo_IsAHobo"); \ static_assert(offsetof(ObjectStateInfo_IsAHobo, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAHobo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAHouseElf \ static_assert(alignof(ObjectStateInfo_IsAHouseElf) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAHouseElf"); \ static_assert(sizeof(ObjectStateInfo_IsAHouseElf) == 0x000001, "Wrong size on ObjectStateInfo_IsAHouseElf"); \ static_assert(offsetof(ObjectStateInfo_IsAHouseElf, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAHouseElf::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAJuggernaut \ static_assert(alignof(ObjectStateInfo_IsAJuggernaut) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAJuggernaut"); \ static_assert(sizeof(ObjectStateInfo_IsAJuggernaut) == 0x000001, "Wrong size on ObjectStateInfo_IsAJuggernaut"); \ static_assert(offsetof(ObjectStateInfo_IsAJuggernaut, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAJuggernaut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsALeader \ static_assert(alignof(ObjectStateInfo_IsALeader) == 0x000001, "Wrong alignment on ObjectStateInfo_IsALeader"); \ static_assert(sizeof(ObjectStateInfo_IsALeader) == 0x000001, "Wrong size on ObjectStateInfo_IsALeader"); \ static_assert(offsetof(ObjectStateInfo_IsALeader, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsALeader::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAlly \ static_assert(alignof(ObjectStateInfo_IsAlly) == 0x000008, "Wrong alignment on ObjectStateInfo_IsAlly"); \ static_assert(sizeof(ObjectStateInfo_IsAlly) == 0x000010, "Wrong size on ObjectStateInfo_IsAlly"); \ static_assert(offsetof(ObjectStateInfo_IsAlly, ActorPtr) == 0x000000, "Member 'ObjectStateInfo_IsAlly::ActorPtr' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_IsAlly, ReturnValue) == 0x000008, "Member 'ObjectStateInfo_IsAlly::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAMagicalCreatureWhichCannotDie \ static_assert(alignof(ObjectStateInfo_IsAMagicalCreatureWhichCannotDie) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAMagicalCreatureWhichCannotDie"); \ static_assert(sizeof(ObjectStateInfo_IsAMagicalCreatureWhichCannotDie) == 0x000001, "Wrong size on ObjectStateInfo_IsAMagicalCreatureWhichCannotDie"); \ static_assert(offsetof(ObjectStateInfo_IsAMagicalCreatureWhichCannotDie, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAMagicalCreatureWhichCannotDie::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAMount \ static_assert(alignof(ObjectStateInfo_IsAMount) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAMount"); \ static_assert(sizeof(ObjectStateInfo_IsAMount) == 0x000001, "Wrong size on ObjectStateInfo_IsAMount"); \ static_assert(offsetof(ObjectStateInfo_IsAMount, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAMount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsANamedCharacter \ static_assert(alignof(ObjectStateInfo_IsANamedCharacter) == 0x000001, "Wrong alignment on ObjectStateInfo_IsANamedCharacter"); \ static_assert(sizeof(ObjectStateInfo_IsANamedCharacter) == 0x000001, "Wrong size on ObjectStateInfo_IsANamedCharacter"); \ static_assert(offsetof(ObjectStateInfo_IsANamedCharacter, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsANamedCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAnEnemy \ static_assert(alignof(ObjectStateInfo_IsAnEnemy) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAnEnemy"); \ static_assert(sizeof(ObjectStateInfo_IsAnEnemy) == 0x000001, "Wrong size on ObjectStateInfo_IsAnEnemy"); \ static_assert(offsetof(ObjectStateInfo_IsAnEnemy, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAnEnemy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAnEnvironment \ static_assert(alignof(ObjectStateInfo_IsAnEnvironment) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAnEnvironment"); \ static_assert(sizeof(ObjectStateInfo_IsAnEnvironment) == 0x000001, "Wrong size on ObjectStateInfo_IsAnEnvironment"); \ static_assert(offsetof(ObjectStateInfo_IsAnEnvironment, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAnEnvironment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAnInferi \ static_assert(alignof(ObjectStateInfo_IsAnInferi) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAnInferi"); \ static_assert(sizeof(ObjectStateInfo_IsAnInferi) == 0x000001, "Wrong size on ObjectStateInfo_IsAnInferi"); \ static_assert(offsetof(ObjectStateInfo_IsAnInferi, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAnInferi::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAnOppugnoTarget \ static_assert(alignof(ObjectStateInfo_IsAnOppugnoTarget) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAnOppugnoTarget"); \ static_assert(sizeof(ObjectStateInfo_IsAnOppugnoTarget) == 0x000001, "Wrong size on ObjectStateInfo_IsAnOppugnoTarget"); \ static_assert(offsetof(ObjectStateInfo_IsAnOppugnoTarget, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAnOppugnoTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAPlant \ static_assert(alignof(ObjectStateInfo_IsAPlant) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAPlant"); \ static_assert(sizeof(ObjectStateInfo_IsAPlant) == 0x000001, "Wrong size on ObjectStateInfo_IsAPlant"); \ static_assert(offsetof(ObjectStateInfo_IsAPlant, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAPlant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAPlayer \ static_assert(alignof(ObjectStateInfo_IsAPlayer) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAPlayer"); \ static_assert(sizeof(ObjectStateInfo_IsAPlayer) == 0x000001, "Wrong size on ObjectStateInfo_IsAPlayer"); \ static_assert(offsetof(ObjectStateInfo_IsAPlayer, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAPortraitCharacter \ static_assert(alignof(ObjectStateInfo_IsAPortraitCharacter) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAPortraitCharacter"); \ static_assert(sizeof(ObjectStateInfo_IsAPortraitCharacter) == 0x000001, "Wrong size on ObjectStateInfo_IsAPortraitCharacter"); \ static_assert(offsetof(ObjectStateInfo_IsAPortraitCharacter, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAPortraitCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAProfessor \ static_assert(alignof(ObjectStateInfo_IsAProfessor) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAProfessor"); \ static_assert(sizeof(ObjectStateInfo_IsAProfessor) == 0x000001, "Wrong size on ObjectStateInfo_IsAProfessor"); \ static_assert(offsetof(ObjectStateInfo_IsAProfessor, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAProfessor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAProtectedCharacterWhichCannotDie \ static_assert(alignof(ObjectStateInfo_IsAProtectedCharacterWhichCannotDie) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAProtectedCharacterWhichCannotDie"); \ static_assert(sizeof(ObjectStateInfo_IsAProtectedCharacterWhichCannotDie) == 0x000001, "Wrong size on ObjectStateInfo_IsAProtectedCharacterWhichCannotDie"); \ static_assert(offsetof(ObjectStateInfo_IsAProtectedCharacterWhichCannotDie, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAProtectedCharacterWhichCannotDie::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsARagdoll \ static_assert(alignof(ObjectStateInfo_IsARagdoll) == 0x000001, "Wrong alignment on ObjectStateInfo_IsARagdoll"); \ static_assert(sizeof(ObjectStateInfo_IsARagdoll) == 0x000001, "Wrong size on ObjectStateInfo_IsARagdoll"); \ static_assert(offsetof(ObjectStateInfo_IsARagdoll, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsARagdoll::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsArrestoMomentumed \ static_assert(alignof(ObjectStateInfo_IsArrestoMomentumed) == 0x000001, "Wrong alignment on ObjectStateInfo_IsArrestoMomentumed"); \ static_assert(sizeof(ObjectStateInfo_IsArrestoMomentumed) == 0x000001, "Wrong size on ObjectStateInfo_IsArrestoMomentumed"); \ static_assert(offsetof(ObjectStateInfo_IsArrestoMomentumed, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsArrestoMomentumed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsASpider \ static_assert(alignof(ObjectStateInfo_IsASpider) == 0x000001, "Wrong alignment on ObjectStateInfo_IsASpider"); \ static_assert(sizeof(ObjectStateInfo_IsASpider) == 0x000001, "Wrong size on ObjectStateInfo_IsASpider"); \ static_assert(offsetof(ObjectStateInfo_IsASpider, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsASpider::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAStation \ static_assert(alignof(ObjectStateInfo_IsAStation) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAStation"); \ static_assert(sizeof(ObjectStateInfo_IsAStation) == 0x000001, "Wrong size on ObjectStateInfo_IsAStation"); \ static_assert(offsetof(ObjectStateInfo_IsAStation, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAStation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAStudent \ static_assert(alignof(ObjectStateInfo_IsAStudent) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAStudent"); \ static_assert(sizeof(ObjectStateInfo_IsAStudent) == 0x000001, "Wrong size on ObjectStateInfo_IsAStudent"); \ static_assert(offsetof(ObjectStateInfo_IsAStudent, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAStudent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsATransformedCharacter \ static_assert(alignof(ObjectStateInfo_IsATransformedCharacter) == 0x000001, "Wrong alignment on ObjectStateInfo_IsATransformedCharacter"); \ static_assert(sizeof(ObjectStateInfo_IsATransformedCharacter) == 0x000001, "Wrong size on ObjectStateInfo_IsATransformedCharacter"); \ static_assert(offsetof(ObjectStateInfo_IsATransformedCharacter, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsATransformedCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsATroll \ static_assert(alignof(ObjectStateInfo_IsATroll) == 0x000001, "Wrong alignment on ObjectStateInfo_IsATroll"); \ static_assert(sizeof(ObjectStateInfo_IsATroll) == 0x000001, "Wrong size on ObjectStateInfo_IsATroll"); \ static_assert(offsetof(ObjectStateInfo_IsATroll, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsATroll::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAWizard \ static_assert(alignof(ObjectStateInfo_IsAWizard) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAWizard"); \ static_assert(sizeof(ObjectStateInfo_IsAWizard) == 0x000001, "Wrong size on ObjectStateInfo_IsAWizard"); \ static_assert(offsetof(ObjectStateInfo_IsAWizard, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAWizard::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsAWolf \ static_assert(alignof(ObjectStateInfo_IsAWolf) == 0x000001, "Wrong alignment on ObjectStateInfo_IsAWolf"); \ static_assert(sizeof(ObjectStateInfo_IsAWolf) == 0x000001, "Wrong size on ObjectStateInfo_IsAWolf"); \ static_assert(offsetof(ObjectStateInfo_IsAWolf, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsAWolf::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsBlocking \ static_assert(alignof(ObjectStateInfo_IsBlocking) == 0x000001, "Wrong alignment on ObjectStateInfo_IsBlocking"); \ static_assert(sizeof(ObjectStateInfo_IsBlocking) == 0x000001, "Wrong size on ObjectStateInfo_IsBlocking"); \ static_assert(offsetof(ObjectStateInfo_IsBlocking, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsBlocking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsBroken \ static_assert(alignof(ObjectStateInfo_IsBroken) == 0x000001, "Wrong alignment on ObjectStateInfo_IsBroken"); \ static_assert(sizeof(ObjectStateInfo_IsBroken) == 0x000001, "Wrong size on ObjectStateInfo_IsBroken"); \ static_assert(offsetof(ObjectStateInfo_IsBroken, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsBroken::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsBrokenOrPartiallyBroken \ static_assert(alignof(ObjectStateInfo_IsBrokenOrPartiallyBroken) == 0x000001, "Wrong alignment on ObjectStateInfo_IsBrokenOrPartiallyBroken"); \ static_assert(sizeof(ObjectStateInfo_IsBrokenOrPartiallyBroken) == 0x000001, "Wrong size on ObjectStateInfo_IsBrokenOrPartiallyBroken"); \ static_assert(offsetof(ObjectStateInfo_IsBrokenOrPartiallyBroken, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsBrokenOrPartiallyBroken::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsBurning \ static_assert(alignof(ObjectStateInfo_IsBurning) == 0x000001, "Wrong alignment on ObjectStateInfo_IsBurning"); \ static_assert(sizeof(ObjectStateInfo_IsBurning) == 0x000001, "Wrong size on ObjectStateInfo_IsBurning"); \ static_assert(offsetof(ObjectStateInfo_IsBurning, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsBurning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsCharred \ static_assert(alignof(ObjectStateInfo_IsCharred) == 0x000001, "Wrong alignment on ObjectStateInfo_IsCharred"); \ static_assert(sizeof(ObjectStateInfo_IsCharred) == 0x000001, "Wrong size on ObjectStateInfo_IsCharred"); \ static_assert(offsetof(ObjectStateInfo_IsCharred, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsCharred::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsCombatCursed \ static_assert(alignof(ObjectStateInfo_IsCombatCursed) == 0x000001, "Wrong alignment on ObjectStateInfo_IsCombatCursed"); \ static_assert(sizeof(ObjectStateInfo_IsCombatCursed) == 0x000001, "Wrong size on ObjectStateInfo_IsCombatCursed"); \ static_assert(offsetof(ObjectStateInfo_IsCombatCursed, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsCombatCursed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsCommonBreakable \ static_assert(alignof(ObjectStateInfo_IsCommonBreakable) == 0x000001, "Wrong alignment on ObjectStateInfo_IsCommonBreakable"); \ static_assert(sizeof(ObjectStateInfo_IsCommonBreakable) == 0x000001, "Wrong size on ObjectStateInfo_IsCommonBreakable"); \ static_assert(offsetof(ObjectStateInfo_IsCommonBreakable, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsCommonBreakable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsCrucioed \ static_assert(alignof(ObjectStateInfo_IsCrucioed) == 0x000001, "Wrong alignment on ObjectStateInfo_IsCrucioed"); \ static_assert(sizeof(ObjectStateInfo_IsCrucioed) == 0x000001, "Wrong size on ObjectStateInfo_IsCrucioed"); \ static_assert(offsetof(ObjectStateInfo_IsCrucioed, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsCrucioed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsCursed \ static_assert(alignof(ObjectStateInfo_IsCursed) == 0x000001, "Wrong alignment on ObjectStateInfo_IsCursed"); \ static_assert(sizeof(ObjectStateInfo_IsCursed) == 0x000001, "Wrong size on ObjectStateInfo_IsCursed"); \ static_assert(offsetof(ObjectStateInfo_IsCursed, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsCursed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsCuttable \ static_assert(alignof(ObjectStateInfo_IsCuttable) == 0x000001, "Wrong alignment on ObjectStateInfo_IsCuttable"); \ static_assert(sizeof(ObjectStateInfo_IsCuttable) == 0x000001, "Wrong size on ObjectStateInfo_IsCuttable"); \ static_assert(offsetof(ObjectStateInfo_IsCuttable, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsCuttable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsDamagable \ static_assert(alignof(ObjectStateInfo_IsDamagable) == 0x000001, "Wrong alignment on ObjectStateInfo_IsDamagable"); \ static_assert(sizeof(ObjectStateInfo_IsDamagable) == 0x000001, "Wrong size on ObjectStateInfo_IsDamagable"); \ static_assert(offsetof(ObjectStateInfo_IsDamagable, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsDamagable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsDamagableInPieces \ static_assert(alignof(ObjectStateInfo_IsDamagableInPieces) == 0x000001, "Wrong alignment on ObjectStateInfo_IsDamagableInPieces"); \ static_assert(sizeof(ObjectStateInfo_IsDamagableInPieces) == 0x000001, "Wrong size on ObjectStateInfo_IsDamagableInPieces"); \ static_assert(offsetof(ObjectStateInfo_IsDamagableInPieces, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsDamagableInPieces::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsDamagableWhenCharred \ static_assert(alignof(ObjectStateInfo_IsDamagableWhenCharred) == 0x000001, "Wrong alignment on ObjectStateInfo_IsDamagableWhenCharred"); \ static_assert(sizeof(ObjectStateInfo_IsDamagableWhenCharred) == 0x000001, "Wrong size on ObjectStateInfo_IsDamagableWhenCharred"); \ static_assert(offsetof(ObjectStateInfo_IsDamagableWhenCharred, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsDamagableWhenCharred::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsDamagableWhenFrozen \ static_assert(alignof(ObjectStateInfo_IsDamagableWhenFrozen) == 0x000001, "Wrong alignment on ObjectStateInfo_IsDamagableWhenFrozen"); \ static_assert(sizeof(ObjectStateInfo_IsDamagableWhenFrozen) == 0x000001, "Wrong size on ObjectStateInfo_IsDamagableWhenFrozen"); \ static_assert(offsetof(ObjectStateInfo_IsDamagableWhenFrozen, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsDamagableWhenFrozen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsDazed \ static_assert(alignof(ObjectStateInfo_IsDazed) == 0x000001, "Wrong alignment on ObjectStateInfo_IsDazed"); \ static_assert(sizeof(ObjectStateInfo_IsDazed) == 0x000001, "Wrong size on ObjectStateInfo_IsDazed"); \ static_assert(offsetof(ObjectStateInfo_IsDazed, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsDazed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsDead \ static_assert(alignof(ObjectStateInfo_IsDead) == 0x000001, "Wrong alignment on ObjectStateInfo_IsDead"); \ static_assert(sizeof(ObjectStateInfo_IsDead) == 0x000001, "Wrong size on ObjectStateInfo_IsDead"); \ static_assert(offsetof(ObjectStateInfo_IsDead, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsDead::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsDisillusioned \ static_assert(alignof(ObjectStateInfo_IsDisillusioned) == 0x000001, "Wrong alignment on ObjectStateInfo_IsDisillusioned"); \ static_assert(sizeof(ObjectStateInfo_IsDisillusioned) == 0x000001, "Wrong size on ObjectStateInfo_IsDisillusioned"); \ static_assert(offsetof(ObjectStateInfo_IsDisillusioned, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsDisillusioned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsEquipped \ static_assert(alignof(ObjectStateInfo_IsEquipped) == 0x000001, "Wrong alignment on ObjectStateInfo_IsEquipped"); \ static_assert(sizeof(ObjectStateInfo_IsEquipped) == 0x000001, "Wrong size on ObjectStateInfo_IsEquipped"); \ static_assert(offsetof(ObjectStateInfo_IsEquipped, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsEquipped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsFlammable \ static_assert(alignof(ObjectStateInfo_IsFlammable) == 0x000001, "Wrong alignment on ObjectStateInfo_IsFlammable"); \ static_assert(sizeof(ObjectStateInfo_IsFlammable) == 0x000001, "Wrong size on ObjectStateInfo_IsFlammable"); \ static_assert(offsetof(ObjectStateInfo_IsFlammable, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsFlammable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsFragile \ static_assert(alignof(ObjectStateInfo_IsFragile) == 0x000001, "Wrong alignment on ObjectStateInfo_IsFragile"); \ static_assert(sizeof(ObjectStateInfo_IsFragile) == 0x000001, "Wrong size on ObjectStateInfo_IsFragile"); \ static_assert(offsetof(ObjectStateInfo_IsFragile, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsFragile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsFreezable \ static_assert(alignof(ObjectStateInfo_IsFreezable) == 0x000001, "Wrong alignment on ObjectStateInfo_IsFreezable"); \ static_assert(sizeof(ObjectStateInfo_IsFreezable) == 0x000001, "Wrong size on ObjectStateInfo_IsFreezable"); \ static_assert(offsetof(ObjectStateInfo_IsFreezable, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsFreezable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsFrozen \ static_assert(alignof(ObjectStateInfo_IsFrozen) == 0x000001, "Wrong alignment on ObjectStateInfo_IsFrozen"); \ static_assert(sizeof(ObjectStateInfo_IsFrozen) == 0x000001, "Wrong size on ObjectStateInfo_IsFrozen"); \ static_assert(offsetof(ObjectStateInfo_IsFrozen, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsFrozen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsHealthZero \ static_assert(alignof(ObjectStateInfo_IsHealthZero) == 0x000001, "Wrong alignment on ObjectStateInfo_IsHealthZero"); \ static_assert(sizeof(ObjectStateInfo_IsHealthZero) == 0x000001, "Wrong size on ObjectStateInfo_IsHealthZero"); \ static_assert(offsetof(ObjectStateInfo_IsHealthZero, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsHealthZero::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsHidden \ static_assert(alignof(ObjectStateInfo_IsHidden) == 0x000001, "Wrong alignment on ObjectStateInfo_IsHidden"); \ static_assert(sizeof(ObjectStateInfo_IsHidden) == 0x000001, "Wrong size on ObjectStateInfo_IsHidden"); \ static_assert(offsetof(ObjectStateInfo_IsHidden, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsHidden::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsImmuneToFireDamage \ static_assert(alignof(ObjectStateInfo_IsImmuneToFireDamage) == 0x000001, "Wrong alignment on ObjectStateInfo_IsImmuneToFireDamage"); \ static_assert(sizeof(ObjectStateInfo_IsImmuneToFireDamage) == 0x000001, "Wrong size on ObjectStateInfo_IsImmuneToFireDamage"); \ static_assert(offsetof(ObjectStateInfo_IsImmuneToFireDamage, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsImmuneToFireDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsImmuneToGlacius \ static_assert(alignof(ObjectStateInfo_IsImmuneToGlacius) == 0x000001, "Wrong alignment on ObjectStateInfo_IsImmuneToGlacius"); \ static_assert(sizeof(ObjectStateInfo_IsImmuneToGlacius) == 0x000001, "Wrong size on ObjectStateInfo_IsImmuneToGlacius"); \ static_assert(offsetof(ObjectStateInfo_IsImmuneToGlacius, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsImmuneToGlacius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsImmuneToSpells \ static_assert(alignof(ObjectStateInfo_IsImmuneToSpells) == 0x000001, "Wrong alignment on ObjectStateInfo_IsImmuneToSpells"); \ static_assert(sizeof(ObjectStateInfo_IsImmuneToSpells) == 0x000001, "Wrong size on ObjectStateInfo_IsImmuneToSpells"); \ static_assert(offsetof(ObjectStateInfo_IsImmuneToSpells, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsImmuneToSpells::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsImperiousControlled \ static_assert(alignof(ObjectStateInfo_IsImperiousControlled) == 0x000001, "Wrong alignment on ObjectStateInfo_IsImperiousControlled"); \ static_assert(sizeof(ObjectStateInfo_IsImperiousControlled) == 0x000001, "Wrong size on ObjectStateInfo_IsImperiousControlled"); \ static_assert(offsetof(ObjectStateInfo_IsImperiousControlled, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsImperiousControlled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsInNeedOfRepair \ static_assert(alignof(ObjectStateInfo_IsInNeedOfRepair) == 0x000001, "Wrong alignment on ObjectStateInfo_IsInNeedOfRepair"); \ static_assert(sizeof(ObjectStateInfo_IsInNeedOfRepair) == 0x000001, "Wrong size on ObjectStateInfo_IsInNeedOfRepair"); \ static_assert(offsetof(ObjectStateInfo_IsInNeedOfRepair, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsInNeedOfRepair::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsInteractive \ static_assert(alignof(ObjectStateInfo_IsInteractive) == 0x000001, "Wrong alignment on ObjectStateInfo_IsInteractive"); \ static_assert(sizeof(ObjectStateInfo_IsInteractive) == 0x000001, "Wrong size on ObjectStateInfo_IsInteractive"); \ static_assert(offsetof(ObjectStateInfo_IsInteractive, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsInteractive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsInvulnerable \ static_assert(alignof(ObjectStateInfo_IsInvulnerable) == 0x000001, "Wrong alignment on ObjectStateInfo_IsInvulnerable"); \ static_assert(sizeof(ObjectStateInfo_IsInvulnerable) == 0x000001, "Wrong size on ObjectStateInfo_IsInvulnerable"); \ static_assert(offsetof(ObjectStateInfo_IsInvulnerable, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsInvulnerable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsInvulnerableToDamage \ static_assert(alignof(ObjectStateInfo_IsInvulnerableToDamage) == 0x000001, "Wrong alignment on ObjectStateInfo_IsInvulnerableToDamage"); \ static_assert(sizeof(ObjectStateInfo_IsInvulnerableToDamage) == 0x000001, "Wrong size on ObjectStateInfo_IsInvulnerableToDamage"); \ static_assert(offsetof(ObjectStateInfo_IsInvulnerableToDamage, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsInvulnerableToDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsInWater \ static_assert(alignof(ObjectStateInfo_IsInWater) == 0x000001, "Wrong alignment on ObjectStateInfo_IsInWater"); \ static_assert(sizeof(ObjectStateInfo_IsInWater) == 0x000001, "Wrong size on ObjectStateInfo_IsInWater"); \ static_assert(offsetof(ObjectStateInfo_IsInWater, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsInWater::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsInWaterVolume \ static_assert(alignof(ObjectStateInfo_IsInWaterVolume) == 0x000001, "Wrong alignment on ObjectStateInfo_IsInWaterVolume"); \ static_assert(sizeof(ObjectStateInfo_IsInWaterVolume) == 0x000001, "Wrong size on ObjectStateInfo_IsInWaterVolume"); \ static_assert(offsetof(ObjectStateInfo_IsInWaterVolume, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsInWaterVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsLevitating \ static_assert(alignof(ObjectStateInfo_IsLevitating) == 0x000001, "Wrong alignment on ObjectStateInfo_IsLevitating"); \ static_assert(sizeof(ObjectStateInfo_IsLevitating) == 0x000001, "Wrong size on ObjectStateInfo_IsLevitating"); \ static_assert(offsetof(ObjectStateInfo_IsLevitating, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsLevitating::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsLocked \ static_assert(alignof(ObjectStateInfo_IsLocked) == 0x000001, "Wrong alignment on ObjectStateInfo_IsLocked"); \ static_assert(sizeof(ObjectStateInfo_IsLocked) == 0x000001, "Wrong size on ObjectStateInfo_IsLocked"); \ static_assert(offsetof(ObjectStateInfo_IsLocked, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsLocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsMaterialSwapped \ static_assert(alignof(ObjectStateInfo_IsMaterialSwapped) == 0x000001, "Wrong alignment on ObjectStateInfo_IsMaterialSwapped"); \ static_assert(sizeof(ObjectStateInfo_IsMaterialSwapped) == 0x000001, "Wrong size on ObjectStateInfo_IsMaterialSwapped"); \ static_assert(offsetof(ObjectStateInfo_IsMaterialSwapped, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsMaterialSwapped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsMounted \ static_assert(alignof(ObjectStateInfo_IsMounted) == 0x000001, "Wrong alignment on ObjectStateInfo_IsMounted"); \ static_assert(sizeof(ObjectStateInfo_IsMounted) == 0x000001, "Wrong size on ObjectStateInfo_IsMounted"); \ static_assert(offsetof(ObjectStateInfo_IsMounted, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsMounted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsMovable \ static_assert(alignof(ObjectStateInfo_IsMovable) == 0x000001, "Wrong alignment on ObjectStateInfo_IsMovable"); \ static_assert(sizeof(ObjectStateInfo_IsMovable) == 0x000001, "Wrong size on ObjectStateInfo_IsMovable"); \ static_assert(offsetof(ObjectStateInfo_IsMovable, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsMovable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsNearDeathKneeling \ static_assert(alignof(ObjectStateInfo_IsNearDeathKneeling) == 0x000001, "Wrong alignment on ObjectStateInfo_IsNearDeathKneeling"); \ static_assert(sizeof(ObjectStateInfo_IsNearDeathKneeling) == 0x000001, "Wrong size on ObjectStateInfo_IsNearDeathKneeling"); \ static_assert(offsetof(ObjectStateInfo_IsNearDeathKneeling, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsNearDeathKneeling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsNoDamageBreakable \ static_assert(alignof(ObjectStateInfo_IsNoDamageBreakable) == 0x000001, "Wrong alignment on ObjectStateInfo_IsNoDamageBreakable"); \ static_assert(sizeof(ObjectStateInfo_IsNoDamageBreakable) == 0x000001, "Wrong size on ObjectStateInfo_IsNoDamageBreakable"); \ static_assert(offsetof(ObjectStateInfo_IsNoDamageBreakable, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsNoDamageBreakable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsObjectTypeAnimate \ static_assert(alignof(ObjectStateInfo_IsObjectTypeAnimate) == 0x000001, "Wrong alignment on ObjectStateInfo_IsObjectTypeAnimate"); \ static_assert(sizeof(ObjectStateInfo_IsObjectTypeAnimate) == 0x000001, "Wrong size on ObjectStateInfo_IsObjectTypeAnimate"); \ static_assert(offsetof(ObjectStateInfo_IsObjectTypeAnimate, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsObjectTypeAnimate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsObjectTypeInanimate \ static_assert(alignof(ObjectStateInfo_IsObjectTypeInanimate) == 0x000001, "Wrong alignment on ObjectStateInfo_IsObjectTypeInanimate"); \ static_assert(sizeof(ObjectStateInfo_IsObjectTypeInanimate) == 0x000001, "Wrong size on ObjectStateInfo_IsObjectTypeInanimate"); \ static_assert(offsetof(ObjectStateInfo_IsObjectTypeInanimate, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsObjectTypeInanimate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsObjectTypePlant \ static_assert(alignof(ObjectStateInfo_IsObjectTypePlant) == 0x000001, "Wrong alignment on ObjectStateInfo_IsObjectTypePlant"); \ static_assert(sizeof(ObjectStateInfo_IsObjectTypePlant) == 0x000001, "Wrong size on ObjectStateInfo_IsObjectTypePlant"); \ static_assert(offsetof(ObjectStateInfo_IsObjectTypePlant, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsObjectTypePlant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsObjectTypeWater \ static_assert(alignof(ObjectStateInfo_IsObjectTypeWater) == 0x000001, "Wrong alignment on ObjectStateInfo_IsObjectTypeWater"); \ static_assert(sizeof(ObjectStateInfo_IsObjectTypeWater) == 0x000001, "Wrong size on ObjectStateInfo_IsObjectTypeWater"); \ static_assert(offsetof(ObjectStateInfo_IsObjectTypeWater, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsObjectTypeWater::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsOnFire \ static_assert(alignof(ObjectStateInfo_IsOnFire) == 0x000001, "Wrong alignment on ObjectStateInfo_IsOnFire"); \ static_assert(sizeof(ObjectStateInfo_IsOnFire) == 0x000001, "Wrong size on ObjectStateInfo_IsOnFire"); \ static_assert(offsetof(ObjectStateInfo_IsOnFire, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsOnFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsPartiallyBroken \ static_assert(alignof(ObjectStateInfo_IsPartiallyBroken) == 0x000001, "Wrong alignment on ObjectStateInfo_IsPartiallyBroken"); \ static_assert(sizeof(ObjectStateInfo_IsPartiallyBroken) == 0x000001, "Wrong size on ObjectStateInfo_IsPartiallyBroken"); \ static_assert(offsetof(ObjectStateInfo_IsPartiallyBroken, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsPartiallyBroken::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsPetrified \ static_assert(alignof(ObjectStateInfo_IsPetrified) == 0x000001, "Wrong alignment on ObjectStateInfo_IsPetrified"); \ static_assert(sizeof(ObjectStateInfo_IsPetrified) == 0x000001, "Wrong size on ObjectStateInfo_IsPetrified"); \ static_assert(offsetof(ObjectStateInfo_IsPetrified, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsPetrified::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsPointOnFire \ static_assert(alignof(ObjectStateInfo_IsPointOnFire) == 0x000004, "Wrong alignment on ObjectStateInfo_IsPointOnFire"); \ static_assert(sizeof(ObjectStateInfo_IsPointOnFire) == 0x000010, "Wrong size on ObjectStateInfo_IsPointOnFire"); \ static_assert(offsetof(ObjectStateInfo_IsPointOnFire, Point) == 0x000000, "Member 'ObjectStateInfo_IsPointOnFire::Point' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_IsPointOnFire, LimitToRing) == 0x00000C, "Member 'ObjectStateInfo_IsPointOnFire::LimitToRing' has a wrong offset!"); \ static_assert(offsetof(ObjectStateInfo_IsPointOnFire, ReturnValue) == 0x00000D, "Member 'ObjectStateInfo_IsPointOnFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsProtectedFromDamageAndSpells \ static_assert(alignof(ObjectStateInfo_IsProtectedFromDamageAndSpells) == 0x000001, "Wrong alignment on ObjectStateInfo_IsProtectedFromDamageAndSpells"); \ static_assert(sizeof(ObjectStateInfo_IsProtectedFromDamageAndSpells) == 0x000001, "Wrong size on ObjectStateInfo_IsProtectedFromDamageAndSpells"); \ static_assert(offsetof(ObjectStateInfo_IsProtectedFromDamageAndSpells, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsProtectedFromDamageAndSpells::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsRepairable \ static_assert(alignof(ObjectStateInfo_IsRepairable) == 0x000001, "Wrong alignment on ObjectStateInfo_IsRepairable"); \ static_assert(sizeof(ObjectStateInfo_IsRepairable) == 0x000001, "Wrong size on ObjectStateInfo_IsRepairable"); \ static_assert(offsetof(ObjectStateInfo_IsRepairable, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsRepairable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsRepairing \ static_assert(alignof(ObjectStateInfo_IsRepairing) == 0x000001, "Wrong alignment on ObjectStateInfo_IsRepairing"); \ static_assert(sizeof(ObjectStateInfo_IsRepairing) == 0x000001, "Wrong size on ObjectStateInfo_IsRepairing"); \ static_assert(offsetof(ObjectStateInfo_IsRepairing, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsRepairing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsRepairInPlace \ static_assert(alignof(ObjectStateInfo_IsRepairInPlace) == 0x000001, "Wrong alignment on ObjectStateInfo_IsRepairInPlace"); \ static_assert(sizeof(ObjectStateInfo_IsRepairInPlace) == 0x000001, "Wrong size on ObjectStateInfo_IsRepairInPlace"); \ static_assert(offsetof(ObjectStateInfo_IsRepairInPlace, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsRepairInPlace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsResurrecting \ static_assert(alignof(ObjectStateInfo_IsResurrecting) == 0x000001, "Wrong alignment on ObjectStateInfo_IsResurrecting"); \ static_assert(sizeof(ObjectStateInfo_IsResurrecting) == 0x000001, "Wrong size on ObjectStateInfo_IsResurrecting"); \ static_assert(offsetof(ObjectStateInfo_IsResurrecting, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsResurrecting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsRevelioResource \ static_assert(alignof(ObjectStateInfo_IsRevelioResource) == 0x000001, "Wrong alignment on ObjectStateInfo_IsRevelioResource"); \ static_assert(sizeof(ObjectStateInfo_IsRevelioResource) == 0x000001, "Wrong size on ObjectStateInfo_IsRevelioResource"); \ static_assert(offsetof(ObjectStateInfo_IsRevelioResource, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsRevelioResource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsSimulatingPhysics \ static_assert(alignof(ObjectStateInfo_IsSimulatingPhysics) == 0x000001, "Wrong alignment on ObjectStateInfo_IsSimulatingPhysics"); \ static_assert(sizeof(ObjectStateInfo_IsSimulatingPhysics) == 0x000001, "Wrong size on ObjectStateInfo_IsSimulatingPhysics"); \ static_assert(offsetof(ObjectStateInfo_IsSimulatingPhysics, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsSimulatingPhysics::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsSpecialTargetPerceptionActive \ static_assert(alignof(ObjectStateInfo_IsSpecialTargetPerceptionActive) == 0x000001, "Wrong alignment on ObjectStateInfo_IsSpecialTargetPerceptionActive"); \ static_assert(sizeof(ObjectStateInfo_IsSpecialTargetPerceptionActive) == 0x000001, "Wrong size on ObjectStateInfo_IsSpecialTargetPerceptionActive"); \ static_assert(offsetof(ObjectStateInfo_IsSpecialTargetPerceptionActive, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsSpecialTargetPerceptionActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsTargetable \ static_assert(alignof(ObjectStateInfo_IsTargetable) == 0x000001, "Wrong alignment on ObjectStateInfo_IsTargetable"); \ static_assert(sizeof(ObjectStateInfo_IsTargetable) == 0x000001, "Wrong size on ObjectStateInfo_IsTargetable"); \ static_assert(offsetof(ObjectStateInfo_IsTargetable, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsTargetable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsTargetableWhenBroken \ static_assert(alignof(ObjectStateInfo_IsTargetableWhenBroken) == 0x000001, "Wrong alignment on ObjectStateInfo_IsTargetableWhenBroken"); \ static_assert(sizeof(ObjectStateInfo_IsTargetableWhenBroken) == 0x000001, "Wrong size on ObjectStateInfo_IsTargetableWhenBroken"); \ static_assert(offsetof(ObjectStateInfo_IsTargetableWhenBroken, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsTargetableWhenBroken::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsTransformable \ static_assert(alignof(ObjectStateInfo_IsTransformable) == 0x000001, "Wrong alignment on ObjectStateInfo_IsTransformable"); \ static_assert(sizeof(ObjectStateInfo_IsTransformable) == 0x000001, "Wrong size on ObjectStateInfo_IsTransformable"); \ static_assert(offsetof(ObjectStateInfo_IsTransformable, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsTransformable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsUnusable \ static_assert(alignof(ObjectStateInfo_IsUnusable) == 0x000001, "Wrong alignment on ObjectStateInfo_IsUnusable"); \ static_assert(sizeof(ObjectStateInfo_IsUnusable) == 0x000001, "Wrong size on ObjectStateInfo_IsUnusable"); \ static_assert(offsetof(ObjectStateInfo_IsUnusable, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsUnusable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsUsable \ static_assert(alignof(ObjectStateInfo_IsUsable) == 0x000001, "Wrong alignment on ObjectStateInfo_IsUsable"); \ static_assert(sizeof(ObjectStateInfo_IsUsable) == 0x000001, "Wrong size on ObjectStateInfo_IsUsable"); \ static_assert(offsetof(ObjectStateInfo_IsUsable, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsUsable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsUsableWhenRepaired \ static_assert(alignof(ObjectStateInfo_IsUsableWhenRepaired) == 0x000001, "Wrong alignment on ObjectStateInfo_IsUsableWhenRepaired"); \ static_assert(sizeof(ObjectStateInfo_IsUsableWhenRepaired) == 0x000001, "Wrong size on ObjectStateInfo_IsUsableWhenRepaired"); \ static_assert(offsetof(ObjectStateInfo_IsUsableWhenRepaired, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsUsableWhenRepaired::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_IsWaterproof \ static_assert(alignof(ObjectStateInfo_IsWaterproof) == 0x000001, "Wrong alignment on ObjectStateInfo_IsWaterproof"); \ static_assert(sizeof(ObjectStateInfo_IsWaterproof) == 0x000001, "Wrong size on ObjectStateInfo_IsWaterproof"); \ static_assert(offsetof(ObjectStateInfo_IsWaterproof, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_IsWaterproof::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_RepairChildren \ static_assert(alignof(ObjectStateInfo_RepairChildren) == 0x000001, "Wrong alignment on ObjectStateInfo_RepairChildren"); \ static_assert(sizeof(ObjectStateInfo_RepairChildren) == 0x000001, "Wrong size on ObjectStateInfo_RepairChildren"); \ static_assert(offsetof(ObjectStateInfo_RepairChildren, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_RepairChildren::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_TakeDamageFromCharacterCollisions \ static_assert(alignof(ObjectStateInfo_TakeDamageFromCharacterCollisions) == 0x000001, "Wrong alignment on ObjectStateInfo_TakeDamageFromCharacterCollisions"); \ static_assert(sizeof(ObjectStateInfo_TakeDamageFromCharacterCollisions) == 0x000001, "Wrong size on ObjectStateInfo_TakeDamageFromCharacterCollisions"); \ static_assert(offsetof(ObjectStateInfo_TakeDamageFromCharacterCollisions, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_TakeDamageFromCharacterCollisions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_TreatAsCharacterForDamage \ static_assert(alignof(ObjectStateInfo_TreatAsCharacterForDamage) == 0x000001, "Wrong alignment on ObjectStateInfo_TreatAsCharacterForDamage"); \ static_assert(sizeof(ObjectStateInfo_TreatAsCharacterForDamage) == 0x000001, "Wrong size on ObjectStateInfo_TreatAsCharacterForDamage"); \ static_assert(offsetof(ObjectStateInfo_TreatAsCharacterForDamage, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_TreatAsCharacterForDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_WasOnFireWhenKilled \ static_assert(alignof(ObjectStateInfo_WasOnFireWhenKilled) == 0x000001, "Wrong alignment on ObjectStateInfo_WasOnFireWhenKilled"); \ static_assert(sizeof(ObjectStateInfo_WasOnFireWhenKilled) == 0x000001, "Wrong size on ObjectStateInfo_WasOnFireWhenKilled"); \ static_assert(offsetof(ObjectStateInfo_WasOnFireWhenKilled, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_WasOnFireWhenKilled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_WillNearDeathKneel \ static_assert(alignof(ObjectStateInfo_WillNearDeathKneel) == 0x000001, "Wrong alignment on ObjectStateInfo_WillNearDeathKneel"); \ static_assert(sizeof(ObjectStateInfo_WillNearDeathKneel) == 0x000001, "Wrong size on ObjectStateInfo_WillNearDeathKneel"); \ static_assert(offsetof(ObjectStateInfo_WillNearDeathKneel, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_WillNearDeathKneel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInfo_WillRevealThruWalls \ static_assert(alignof(ObjectStateInfo_WillRevealThruWalls) == 0x000001, "Wrong alignment on ObjectStateInfo_WillRevealThruWalls"); \ static_assert(sizeof(ObjectStateInfo_WillRevealThruWalls) == 0x000001, "Wrong size on ObjectStateInfo_WillRevealThruWalls"); \ static_assert(offsetof(ObjectStateInfo_WillRevealThruWalls, ReturnValue) == 0x000000, "Member 'ObjectStateInfo_WillRevealThruWalls::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObjectStateInfo \ static_assert(alignof(UObjectStateInfo) == 0x000008, "Wrong alignment on UObjectStateInfo"); \ static_assert(sizeof(UObjectStateInfo) == 0x0001E0, "Wrong size on UObjectStateInfo"); \ static_assert(offsetof(UObjectStateInfo, OnDestruct) == 0x000030, "Member 'UObjectStateInfo::OnDestruct' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfo, OnRepair) == 0x000040, "Member 'UObjectStateInfo::OnRepair' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfo, OnHealthChanged) == 0x000050, "Member 'UObjectStateInfo::OnHealthChanged' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfo, OnActorDamaged) == 0x000060, "Member 'UObjectStateInfo::OnActorDamaged' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfo, OnEndAffectingSpells) == 0x000070, "Member 'UObjectStateInfo::OnEndAffectingSpells' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfo, OnEpiskeyHealing) == 0x000080, "Member 'UObjectStateInfo::OnEpiskeyHealing' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfo, OnActorRemoved) == 0x000090, "Member 'UObjectStateInfo::OnActorRemoved' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfo, InWaterChangedDelegate) == 0x0000A0, "Member 'UObjectStateInfo::InWaterChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfo, WidgetType) == 0x0000B0, "Member 'UObjectStateInfo::WidgetType' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfo, MaterialPropertyData) == 0x000130, "Member 'UObjectStateInfo::MaterialPropertyData' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfo, Actor) == 0x000138, "Member 'UObjectStateInfo::Actor' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfo, SavedMaterialForMeshArray) == 0x000140, "Member 'UObjectStateInfo::SavedMaterialForMeshArray' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfo, ObjectStateData) == 0x000150, "Member 'UObjectStateInfo::ObjectStateData' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfo, DynamicNavigationComponents) == 0x000170, "Member 'UObjectStateInfo::DynamicNavigationComponents' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfo, OdcObstacleComponent) == 0x000180, "Member 'UObjectStateInfo::OdcObstacleComponent' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfo, RepairInfo) == 0x000188, "Member 'UObjectStateInfo::RepairInfo' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfo, DynamicNavigationAreaObstacleComponent) == 0x000190, "Member 'UObjectStateInfo::DynamicNavigationAreaObstacleComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_AreAllies \ static_assert(alignof(CharacterStateInfo_AreAllies) == 0x000008, "Wrong alignment on CharacterStateInfo_AreAllies"); \ static_assert(sizeof(CharacterStateInfo_AreAllies) == 0x000018, "Wrong size on CharacterStateInfo_AreAllies"); \ static_assert(offsetof(CharacterStateInfo_AreAllies, ActorPtr1) == 0x000000, "Member 'CharacterStateInfo_AreAllies::ActorPtr1' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_AreAllies, ActorPtr2) == 0x000008, "Member 'CharacterStateInfo_AreAllies::ActorPtr2' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_AreAllies, ReturnValue) == 0x000010, "Member 'CharacterStateInfo_AreAllies::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_AreSameTeam \ static_assert(alignof(CharacterStateInfo_AreSameTeam) == 0x000008, "Wrong alignment on CharacterStateInfo_AreSameTeam"); \ static_assert(sizeof(CharacterStateInfo_AreSameTeam) == 0x000018, "Wrong size on CharacterStateInfo_AreSameTeam"); \ static_assert(offsetof(CharacterStateInfo_AreSameTeam, ActorPtr1) == 0x000000, "Member 'CharacterStateInfo_AreSameTeam::ActorPtr1' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_AreSameTeam, ActorPtr2) == 0x000008, "Member 'CharacterStateInfo_AreSameTeam::ActorPtr2' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_AreSameTeam, ReturnValue) == 0x000010, "Member 'CharacterStateInfo_AreSameTeam::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_CanHitTarget \ static_assert(alignof(CharacterStateInfo_CanHitTarget) == 0x000008, "Wrong alignment on CharacterStateInfo_CanHitTarget"); \ static_assert(sizeof(CharacterStateInfo_CanHitTarget) == 0x000018, "Wrong size on CharacterStateInfo_CanHitTarget"); \ static_assert(offsetof(CharacterStateInfo_CanHitTarget, Attacker) == 0x000000, "Member 'CharacterStateInfo_CanHitTarget::Attacker' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_CanHitTarget, Target) == 0x000008, "Member 'CharacterStateInfo_CanHitTarget::Target' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_CanHitTarget, ReturnValue) == 0x000010, "Member 'CharacterStateInfo_CanHitTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_ChangeActorToTeam \ static_assert(alignof(CharacterStateInfo_ChangeActorToTeam) == 0x000008, "Wrong alignment on CharacterStateInfo_ChangeActorToTeam"); \ static_assert(sizeof(CharacterStateInfo_ChangeActorToTeam) == 0x000010, "Wrong size on CharacterStateInfo_ChangeActorToTeam"); \ static_assert(offsetof(CharacterStateInfo_ChangeActorToTeam, DestActor) == 0x000000, "Member 'CharacterStateInfo_ChangeActorToTeam::DestActor' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_ChangeActorToTeam, SourceActor) == 0x000008, "Member 'CharacterStateInfo_ChangeActorToTeam::SourceActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetActorSubtypeID \ static_assert(alignof(CharacterStateInfo_GetActorSubtypeID) == 0x000008, "Wrong alignment on CharacterStateInfo_GetActorSubtypeID"); \ static_assert(sizeof(CharacterStateInfo_GetActorSubtypeID) == 0x000010, "Wrong size on CharacterStateInfo_GetActorSubtypeID"); \ static_assert(offsetof(CharacterStateInfo_GetActorSubtypeID, ActorPtr) == 0x000000, "Member 'CharacterStateInfo_GetActorSubtypeID::ActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_GetActorSubtypeID, ReturnValue) == 0x000008, "Member 'CharacterStateInfo_GetActorSubtypeID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetActorTeam \ static_assert(alignof(CharacterStateInfo_GetActorTeam) == 0x000008, "Wrong alignment on CharacterStateInfo_GetActorTeam"); \ static_assert(sizeof(CharacterStateInfo_GetActorTeam) == 0x000010, "Wrong size on CharacterStateInfo_GetActorTeam"); \ static_assert(offsetof(CharacterStateInfo_GetActorTeam, DestActor) == 0x000000, "Member 'CharacterStateInfo_GetActorTeam::DestActor' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_GetActorTeam, ReturnValue) == 0x000008, "Member 'CharacterStateInfo_GetActorTeam::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetCharacterStateInfo \ static_assert(alignof(CharacterStateInfo_GetCharacterStateInfo) == 0x000008, "Wrong alignment on CharacterStateInfo_GetCharacterStateInfo"); \ static_assert(sizeof(CharacterStateInfo_GetCharacterStateInfo) == 0x000010, "Wrong size on CharacterStateInfo_GetCharacterStateInfo"); \ static_assert(offsetof(CharacterStateInfo_GetCharacterStateInfo, InActor) == 0x000000, "Member 'CharacterStateInfo_GetCharacterStateInfo::InActor' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_GetCharacterStateInfo, ReturnValue) == 0x000008, "Member 'CharacterStateInfo_GetCharacterStateInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetEnemyInteractionWith \ static_assert(alignof(CharacterStateInfo_GetEnemyInteractionWith) == 0x000008, "Wrong alignment on CharacterStateInfo_GetEnemyInteractionWith"); \ static_assert(sizeof(CharacterStateInfo_GetEnemyInteractionWith) == 0x000010, "Wrong size on CharacterStateInfo_GetEnemyInteractionWith"); \ static_assert(offsetof(CharacterStateInfo_GetEnemyInteractionWith, InteractorActorPtr) == 0x000000, "Member 'CharacterStateInfo_GetEnemyInteractionWith::InteractorActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_GetEnemyInteractionWith, ReturnValue) == 0x000008, "Member 'CharacterStateInfo_GetEnemyInteractionWith::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetInteractionBetween \ static_assert(alignof(CharacterStateInfo_GetInteractionBetween) == 0x000008, "Wrong alignment on CharacterStateInfo_GetInteractionBetween"); \ static_assert(sizeof(CharacterStateInfo_GetInteractionBetween) == 0x000018, "Wrong size on CharacterStateInfo_GetInteractionBetween"); \ static_assert(offsetof(CharacterStateInfo_GetInteractionBetween, InteractorActorPtr) == 0x000000, "Member 'CharacterStateInfo_GetInteractionBetween::InteractorActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_GetInteractionBetween, InteracteeActorPtr) == 0x000008, "Member 'CharacterStateInfo_GetInteractionBetween::InteracteeActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_GetInteractionBetween, ReturnValue) == 0x000010, "Member 'CharacterStateInfo_GetInteractionBetween::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetNumberOfHappyBeasts \ static_assert(alignof(CharacterStateInfo_GetNumberOfHappyBeasts) == 0x000004, "Wrong alignment on CharacterStateInfo_GetNumberOfHappyBeasts"); \ static_assert(sizeof(CharacterStateInfo_GetNumberOfHappyBeasts) == 0x000004, "Wrong size on CharacterStateInfo_GetNumberOfHappyBeasts"); \ static_assert(offsetof(CharacterStateInfo_GetNumberOfHappyBeasts, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_GetNumberOfHappyBeasts::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetObjectClassName \ static_assert(alignof(CharacterStateInfo_GetObjectClassName) == 0x000008, "Wrong alignment on CharacterStateInfo_GetObjectClassName"); \ static_assert(sizeof(CharacterStateInfo_GetObjectClassName) == 0x000018, "Wrong size on CharacterStateInfo_GetObjectClassName"); \ static_assert(offsetof(CharacterStateInfo_GetObjectClassName, InActor) == 0x000000, "Member 'CharacterStateInfo_GetObjectClassName::InActor' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_GetObjectClassName, ReturnValue) == 0x000008, "Member 'CharacterStateInfo_GetObjectClassName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_HasInteractionBetween \ static_assert(alignof(CharacterStateInfo_HasInteractionBetween) == 0x000008, "Wrong alignment on CharacterStateInfo_HasInteractionBetween"); \ static_assert(sizeof(CharacterStateInfo_HasInteractionBetween) == 0x000018, "Wrong size on CharacterStateInfo_HasInteractionBetween"); \ static_assert(offsetof(CharacterStateInfo_HasInteractionBetween, InteractorActorPtr) == 0x000000, "Member 'CharacterStateInfo_HasInteractionBetween::InteractorActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_HasInteractionBetween, InteracteeActorPtr) == 0x000008, "Member 'CharacterStateInfo_HasInteractionBetween::InteracteeActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_HasInteractionBetween, ReturnValue) == 0x000010, "Member 'CharacterStateInfo_HasInteractionBetween::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_IsActorAttackable \ static_assert(alignof(CharacterStateInfo_IsActorAttackable) == 0x000008, "Wrong alignment on CharacterStateInfo_IsActorAttackable"); \ static_assert(sizeof(CharacterStateInfo_IsActorAttackable) == 0x000010, "Wrong size on CharacterStateInfo_IsActorAttackable"); \ static_assert(offsetof(CharacterStateInfo_IsActorAttackable, InActor) == 0x000000, "Member 'CharacterStateInfo_IsActorAttackable::InActor' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_IsActorAttackable, ReturnValue) == 0x000008, "Member 'CharacterStateInfo_IsActorAttackable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_IsActorInvincible \ static_assert(alignof(CharacterStateInfo_IsActorInvincible) == 0x000008, "Wrong alignment on CharacterStateInfo_IsActorInvincible"); \ static_assert(sizeof(CharacterStateInfo_IsActorInvincible) == 0x000010, "Wrong size on CharacterStateInfo_IsActorInvincible"); \ static_assert(offsetof(CharacterStateInfo_IsActorInvincible, InActor) == 0x000000, "Member 'CharacterStateInfo_IsActorInvincible::InActor' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_IsActorInvincible, ReturnValue) == 0x000008, "Member 'CharacterStateInfo_IsActorInvincible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_IsActorVulnerable \ static_assert(alignof(CharacterStateInfo_IsActorVulnerable) == 0x000008, "Wrong alignment on CharacterStateInfo_IsActorVulnerable"); \ static_assert(sizeof(CharacterStateInfo_IsActorVulnerable) == 0x000010, "Wrong size on CharacterStateInfo_IsActorVulnerable"); \ static_assert(offsetof(CharacterStateInfo_IsActorVulnerable, InActor) == 0x000000, "Member 'CharacterStateInfo_IsActorVulnerable::InActor' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_IsActorVulnerable, ReturnValue) == 0x000008, "Member 'CharacterStateInfo_IsActorVulnerable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_IsPlayerSpawnableAlly \ static_assert(alignof(CharacterStateInfo_IsPlayerSpawnableAlly) == 0x000008, "Wrong alignment on CharacterStateInfo_IsPlayerSpawnableAlly"); \ static_assert(sizeof(CharacterStateInfo_IsPlayerSpawnableAlly) == 0x000010, "Wrong size on CharacterStateInfo_IsPlayerSpawnableAlly"); \ static_assert(offsetof(CharacterStateInfo_IsPlayerSpawnableAlly, ActorPtr) == 0x000000, "Member 'CharacterStateInfo_IsPlayerSpawnableAlly::ActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_IsPlayerSpawnableAlly, ReturnValue) == 0x000008, "Member 'CharacterStateInfo_IsPlayerSpawnableAlly::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_IsUnaware \ static_assert(alignof(CharacterStateInfo_IsUnaware) == 0x000008, "Wrong alignment on CharacterStateInfo_IsUnaware"); \ static_assert(sizeof(CharacterStateInfo_IsUnaware) == 0x000018, "Wrong size on CharacterStateInfo_IsUnaware"); \ static_assert(offsetof(CharacterStateInfo_IsUnaware, Source) == 0x000000, "Member 'CharacterStateInfo_IsUnaware::Source' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_IsUnaware, Target) == 0x000008, "Member 'CharacterStateInfo_IsUnaware::Target' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_IsUnaware, ReturnValue) == 0x000010, "Member 'CharacterStateInfo_IsUnaware::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_ResetAllInteractionsFrom \ static_assert(alignof(CharacterStateInfo_ResetAllInteractionsFrom) == 0x000008, "Wrong alignment on CharacterStateInfo_ResetAllInteractionsFrom"); \ static_assert(sizeof(CharacterStateInfo_ResetAllInteractionsFrom) == 0x000008, "Wrong size on CharacterStateInfo_ResetAllInteractionsFrom"); \ static_assert(offsetof(CharacterStateInfo_ResetAllInteractionsFrom, InteractorActorPtr) == 0x000000, "Member 'CharacterStateInfo_ResetAllInteractionsFrom::InteractorActorPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_ResetInteractionBetween \ static_assert(alignof(CharacterStateInfo_ResetInteractionBetween) == 0x000008, "Wrong alignment on CharacterStateInfo_ResetInteractionBetween"); \ static_assert(sizeof(CharacterStateInfo_ResetInteractionBetween) == 0x000010, "Wrong size on CharacterStateInfo_ResetInteractionBetween"); \ static_assert(offsetof(CharacterStateInfo_ResetInteractionBetween, InteractorActorPtr) == 0x000000, "Member 'CharacterStateInfo_ResetInteractionBetween::InteractorActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_ResetInteractionBetween, InteracteeActorPtr) == 0x000008, "Member 'CharacterStateInfo_ResetInteractionBetween::InteracteeActorPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_ResetTeamInteractionBetween \ static_assert(alignof(CharacterStateInfo_ResetTeamInteractionBetween) == 0x000008, "Wrong alignment on CharacterStateInfo_ResetTeamInteractionBetween"); \ static_assert(sizeof(CharacterStateInfo_ResetTeamInteractionBetween) == 0x000010, "Wrong size on CharacterStateInfo_ResetTeamInteractionBetween"); \ static_assert(offsetof(CharacterStateInfo_ResetTeamInteractionBetween, InteractorActorPtr) == 0x000000, "Member 'CharacterStateInfo_ResetTeamInteractionBetween::InteractorActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_ResetTeamInteractionBetween, InteracteeTeam) == 0x000008, "Member 'CharacterStateInfo_ResetTeamInteractionBetween::InteracteeTeam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_RestoreActorToInitialTeam \ static_assert(alignof(CharacterStateInfo_RestoreActorToInitialTeam) == 0x000008, "Wrong alignment on CharacterStateInfo_RestoreActorToInitialTeam"); \ static_assert(sizeof(CharacterStateInfo_RestoreActorToInitialTeam) == 0x000008, "Wrong size on CharacterStateInfo_RestoreActorToInitialTeam"); \ static_assert(offsetof(CharacterStateInfo_RestoreActorToInitialTeam, DestActor) == 0x000000, "Member 'CharacterStateInfo_RestoreActorToInitialTeam::DestActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_RestoreActorToLastTeam \ static_assert(alignof(CharacterStateInfo_RestoreActorToLastTeam) == 0x000008, "Wrong alignment on CharacterStateInfo_RestoreActorToLastTeam"); \ static_assert(sizeof(CharacterStateInfo_RestoreActorToLastTeam) == 0x000008, "Wrong size on CharacterStateInfo_RestoreActorToLastTeam"); \ static_assert(offsetof(CharacterStateInfo_RestoreActorToLastTeam, DestActor) == 0x000000, "Member 'CharacterStateInfo_RestoreActorToLastTeam::DestActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetActorAttackable \ static_assert(alignof(CharacterStateInfo_SetActorAttackable) == 0x000008, "Wrong alignment on CharacterStateInfo_SetActorAttackable"); \ static_assert(sizeof(CharacterStateInfo_SetActorAttackable) == 0x000010, "Wrong size on CharacterStateInfo_SetActorAttackable"); \ static_assert(offsetof(CharacterStateInfo_SetActorAttackable, InActor) == 0x000000, "Member 'CharacterStateInfo_SetActorAttackable::InActor' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_SetActorAttackable, bInAttackable) == 0x000008, "Member 'CharacterStateInfo_SetActorAttackable::bInAttackable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetActorInvincible \ static_assert(alignof(CharacterStateInfo_SetActorInvincible) == 0x000008, "Wrong alignment on CharacterStateInfo_SetActorInvincible"); \ static_assert(sizeof(CharacterStateInfo_SetActorInvincible) == 0x000010, "Wrong size on CharacterStateInfo_SetActorInvincible"); \ static_assert(offsetof(CharacterStateInfo_SetActorInvincible, InActor) == 0x000000, "Member 'CharacterStateInfo_SetActorInvincible::InActor' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_SetActorInvincible, bInIsInvincible) == 0x000008, "Member 'CharacterStateInfo_SetActorInvincible::bInIsInvincible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetActorVulnerable \ static_assert(alignof(CharacterStateInfo_SetActorVulnerable) == 0x000008, "Wrong alignment on CharacterStateInfo_SetActorVulnerable"); \ static_assert(sizeof(CharacterStateInfo_SetActorVulnerable) == 0x000010, "Wrong size on CharacterStateInfo_SetActorVulnerable"); \ static_assert(offsetof(CharacterStateInfo_SetActorVulnerable, InActor) == 0x000000, "Member 'CharacterStateInfo_SetActorVulnerable::InActor' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_SetActorVulnerable, bInIsVulnerable) == 0x000008, "Member 'CharacterStateInfo_SetActorVulnerable::bInIsVulnerable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetInteractionBetween \ static_assert(alignof(CharacterStateInfo_SetInteractionBetween) == 0x000008, "Wrong alignment on CharacterStateInfo_SetInteractionBetween"); \ static_assert(sizeof(CharacterStateInfo_SetInteractionBetween) == 0x000020, "Wrong size on CharacterStateInfo_SetInteractionBetween"); \ static_assert(offsetof(CharacterStateInfo_SetInteractionBetween, InteractorActorPtr) == 0x000000, "Member 'CharacterStateInfo_SetInteractionBetween::InteractorActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_SetInteractionBetween, InteracteeActorPtr) == 0x000008, "Member 'CharacterStateInfo_SetInteractionBetween::InteracteeActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_SetInteractionBetween, InInteraction) == 0x000010, "Member 'CharacterStateInfo_SetInteractionBetween::InInteraction' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_SetInteractionBetween, Priority) == 0x000018, "Member 'CharacterStateInfo_SetInteractionBetween::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetOverrideNearDeathRecoverTime \ static_assert(alignof(CharacterStateInfo_SetOverrideNearDeathRecoverTime) == 0x000004, "Wrong alignment on CharacterStateInfo_SetOverrideNearDeathRecoverTime"); \ static_assert(sizeof(CharacterStateInfo_SetOverrideNearDeathRecoverTime) == 0x000004, "Wrong size on CharacterStateInfo_SetOverrideNearDeathRecoverTime"); \ static_assert(offsetof(CharacterStateInfo_SetOverrideNearDeathRecoverTime, Time) == 0x000000, "Member 'CharacterStateInfo_SetOverrideNearDeathRecoverTime::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetTeamInteractionBetween \ static_assert(alignof(CharacterStateInfo_SetTeamInteractionBetween) == 0x000008, "Wrong alignment on CharacterStateInfo_SetTeamInteractionBetween"); \ static_assert(sizeof(CharacterStateInfo_SetTeamInteractionBetween) == 0x000020, "Wrong size on CharacterStateInfo_SetTeamInteractionBetween"); \ static_assert(offsetof(CharacterStateInfo_SetTeamInteractionBetween, InteractorActorPtr) == 0x000000, "Member 'CharacterStateInfo_SetTeamInteractionBetween::InteractorActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_SetTeamInteractionBetween, InteracteeTeam) == 0x000008, "Member 'CharacterStateInfo_SetTeamInteractionBetween::InteracteeTeam' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_SetTeamInteractionBetween, InInteraction) == 0x000010, "Member 'CharacterStateInfo_SetTeamInteractionBetween::InInteraction' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_SetTeamInteractionBetween, Priority) == 0x000018, "Member 'CharacterStateInfo_SetTeamInteractionBetween::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_WereAllies \ static_assert(alignof(CharacterStateInfo_WereAllies) == 0x000008, "Wrong alignment on CharacterStateInfo_WereAllies"); \ static_assert(sizeof(CharacterStateInfo_WereAllies) == 0x000018, "Wrong size on CharacterStateInfo_WereAllies"); \ static_assert(offsetof(CharacterStateInfo_WereAllies, ActorPtr1) == 0x000000, "Member 'CharacterStateInfo_WereAllies::ActorPtr1' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_WereAllies, ActorPtr2) == 0x000008, "Member 'CharacterStateInfo_WereAllies::ActorPtr2' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_WereAllies, ReturnValue) == 0x000010, "Member 'CharacterStateInfo_WereAllies::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_WereSameTeam \ static_assert(alignof(CharacterStateInfo_WereSameTeam) == 0x000008, "Wrong alignment on CharacterStateInfo_WereSameTeam"); \ static_assert(sizeof(CharacterStateInfo_WereSameTeam) == 0x000018, "Wrong size on CharacterStateInfo_WereSameTeam"); \ static_assert(offsetof(CharacterStateInfo_WereSameTeam, ActorPtr1) == 0x000000, "Member 'CharacterStateInfo_WereSameTeam::ActorPtr1' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_WereSameTeam, ActorPtr2) == 0x000008, "Member 'CharacterStateInfo_WereSameTeam::ActorPtr2' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_WereSameTeam, ReturnValue) == 0x000010, "Member 'CharacterStateInfo_WereSameTeam::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_ChangeTeam \ static_assert(alignof(CharacterStateInfo_ChangeTeam) == 0x000004, "Wrong alignment on CharacterStateInfo_ChangeTeam"); \ static_assert(sizeof(CharacterStateInfo_ChangeTeam) == 0x000008, "Wrong size on CharacterStateInfo_ChangeTeam"); \ static_assert(offsetof(CharacterStateInfo_ChangeTeam, InTeam) == 0x000000, "Member 'CharacterStateInfo_ChangeTeam::InTeam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetBlockingActor \ static_assert(alignof(CharacterStateInfo_GetBlockingActor) == 0x000008, "Wrong alignment on CharacterStateInfo_GetBlockingActor"); \ static_assert(sizeof(CharacterStateInfo_GetBlockingActor) == 0x000008, "Wrong size on CharacterStateInfo_GetBlockingActor"); \ static_assert(offsetof(CharacterStateInfo_GetBlockingActor, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_GetBlockingActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetHealthThresholdArray \ static_assert(alignof(CharacterStateInfo_GetHealthThresholdArray) == 0x000008, "Wrong alignment on CharacterStateInfo_GetHealthThresholdArray"); \ static_assert(sizeof(CharacterStateInfo_GetHealthThresholdArray) == 0x000010, "Wrong size on CharacterStateInfo_GetHealthThresholdArray"); \ static_assert(offsetof(CharacterStateInfo_GetHealthThresholdArray, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_GetHealthThresholdArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_ResetInteraction \ static_assert(alignof(CharacterStateInfo_ResetInteraction) == 0x000008, "Wrong alignment on CharacterStateInfo_ResetInteraction"); \ static_assert(sizeof(CharacterStateInfo_ResetInteraction) == 0x000008, "Wrong size on CharacterStateInfo_ResetInteraction"); \ static_assert(offsetof(CharacterStateInfo_ResetInteraction, InteracteeActorPtr) == 0x000000, "Member 'CharacterStateInfo_ResetInteraction::InteracteeActorPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_ResetTeamInteraction \ static_assert(alignof(CharacterStateInfo_ResetTeamInteraction) == 0x000004, "Wrong alignment on CharacterStateInfo_ResetTeamInteraction"); \ static_assert(sizeof(CharacterStateInfo_ResetTeamInteraction) == 0x000008, "Wrong size on CharacterStateInfo_ResetTeamInteraction"); \ static_assert(offsetof(CharacterStateInfo_ResetTeamInteraction, InteracteeTeam) == 0x000000, "Member 'CharacterStateInfo_ResetTeamInteraction::InteracteeTeam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_RestoreHealthToMax \ static_assert(alignof(CharacterStateInfo_RestoreHealthToMax) == 0x000001, "Wrong alignment on CharacterStateInfo_RestoreHealthToMax"); \ static_assert(sizeof(CharacterStateInfo_RestoreHealthToMax) == 0x000001, "Wrong size on CharacterStateInfo_RestoreHealthToMax"); \ static_assert(offsetof(CharacterStateInfo_RestoreHealthToMax, bRemoveTAK) == 0x000000, "Member 'CharacterStateInfo_RestoreHealthToMax::bRemoveTAK' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetActiveAuthorityFigure \ static_assert(alignof(CharacterStateInfo_SetActiveAuthorityFigure) == 0x000001, "Wrong alignment on CharacterStateInfo_SetActiveAuthorityFigure"); \ static_assert(sizeof(CharacterStateInfo_SetActiveAuthorityFigure) == 0x000001, "Wrong size on CharacterStateInfo_SetActiveAuthorityFigure"); \ static_assert(offsetof(CharacterStateInfo_SetActiveAuthorityFigure, bActive) == 0x000000, "Member 'CharacterStateInfo_SetActiveAuthorityFigure::bActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetActorToTeam \ static_assert(alignof(CharacterStateInfo_SetActorToTeam) == 0x000008, "Wrong alignment on CharacterStateInfo_SetActorToTeam"); \ static_assert(sizeof(CharacterStateInfo_SetActorToTeam) == 0x000010, "Wrong size on CharacterStateInfo_SetActorToTeam"); \ static_assert(offsetof(CharacterStateInfo_SetActorToTeam, DestActor) == 0x000000, "Member 'CharacterStateInfo_SetActorToTeam::DestActor' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_SetActorToTeam, SourceActor) == 0x000008, "Member 'CharacterStateInfo_SetActorToTeam::SourceActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetAttackable \ static_assert(alignof(CharacterStateInfo_SetAttackable) == 0x000001, "Wrong alignment on CharacterStateInfo_SetAttackable"); \ static_assert(sizeof(CharacterStateInfo_SetAttackable) == 0x000001, "Wrong size on CharacterStateInfo_SetAttackable"); \ static_assert(offsetof(CharacterStateInfo_SetAttackable, bAttackable) == 0x000000, "Member 'CharacterStateInfo_SetAttackable::bAttackable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetBlockingActor \ static_assert(alignof(CharacterStateInfo_SetBlockingActor) == 0x000008, "Wrong alignment on CharacterStateInfo_SetBlockingActor"); \ static_assert(sizeof(CharacterStateInfo_SetBlockingActor) == 0x000008, "Wrong size on CharacterStateInfo_SetBlockingActor"); \ static_assert(offsetof(CharacterStateInfo_SetBlockingActor, InBlockingActor) == 0x000000, "Member 'CharacterStateInfo_SetBlockingActor::InBlockingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetDamageable \ static_assert(alignof(CharacterStateInfo_SetDamageable) == 0x000001, "Wrong alignment on CharacterStateInfo_SetDamageable"); \ static_assert(sizeof(CharacterStateInfo_SetDamageable) == 0x000001, "Wrong size on CharacterStateInfo_SetDamageable"); \ static_assert(offsetof(CharacterStateInfo_SetDamageable, bAttackable) == 0x000000, "Member 'CharacterStateInfo_SetDamageable::bAttackable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetHealthThresholdArray \ static_assert(alignof(CharacterStateInfo_SetHealthThresholdArray) == 0x000008, "Wrong alignment on CharacterStateInfo_SetHealthThresholdArray"); \ static_assert(sizeof(CharacterStateInfo_SetHealthThresholdArray) == 0x000010, "Wrong size on CharacterStateInfo_SetHealthThresholdArray"); \ static_assert(offsetof(CharacterStateInfo_SetHealthThresholdArray, HealthThresholdArray) == 0x000000, "Member 'CharacterStateInfo_SetHealthThresholdArray::HealthThresholdArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetIgnoreAllyAttacks \ static_assert(alignof(CharacterStateInfo_SetIgnoreAllyAttacks) == 0x000001, "Wrong alignment on CharacterStateInfo_SetIgnoreAllyAttacks"); \ static_assert(sizeof(CharacterStateInfo_SetIgnoreAllyAttacks) == 0x000001, "Wrong size on CharacterStateInfo_SetIgnoreAllyAttacks"); \ static_assert(offsetof(CharacterStateInfo_SetIgnoreAllyAttacks, Ignore) == 0x000000, "Member 'CharacterStateInfo_SetIgnoreAllyAttacks::Ignore' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetIgnoreProtego \ static_assert(alignof(CharacterStateInfo_SetIgnoreProtego) == 0x000004, "Wrong alignment on CharacterStateInfo_SetIgnoreProtego"); \ static_assert(sizeof(CharacterStateInfo_SetIgnoreProtego) == 0x000004, "Wrong size on CharacterStateInfo_SetIgnoreProtego"); \ static_assert(offsetof(CharacterStateInfo_SetIgnoreProtego, Time) == 0x000000, "Member 'CharacterStateInfo_SetIgnoreProtego::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetImperiusCharTakesFullDamage \ static_assert(alignof(CharacterStateInfo_SetImperiusCharTakesFullDamage) == 0x000001, "Wrong alignment on CharacterStateInfo_SetImperiusCharTakesFullDamage"); \ static_assert(sizeof(CharacterStateInfo_SetImperiusCharTakesFullDamage) == 0x000001, "Wrong size on CharacterStateInfo_SetImperiusCharTakesFullDamage"); \ static_assert(offsetof(CharacterStateInfo_SetImperiusCharTakesFullDamage, TakesFullDamage) == 0x000000, "Member 'CharacterStateInfo_SetImperiusCharTakesFullDamage::TakesFullDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetImperiusInstigator \ static_assert(alignof(CharacterStateInfo_SetImperiusInstigator) == 0x000008, "Wrong alignment on CharacterStateInfo_SetImperiusInstigator"); \ static_assert(sizeof(CharacterStateInfo_SetImperiusInstigator) == 0x000008, "Wrong size on CharacterStateInfo_SetImperiusInstigator"); \ static_assert(offsetof(CharacterStateInfo_SetImperiusInstigator, InInstigatorPtr) == 0x000000, "Member 'CharacterStateInfo_SetImperiusInstigator::InInstigatorPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetInteraction \ static_assert(alignof(CharacterStateInfo_SetInteraction) == 0x000008, "Wrong alignment on CharacterStateInfo_SetInteraction"); \ static_assert(sizeof(CharacterStateInfo_SetInteraction) == 0x000018, "Wrong size on CharacterStateInfo_SetInteraction"); \ static_assert(offsetof(CharacterStateInfo_SetInteraction, InteracteeActorPtr) == 0x000000, "Member 'CharacterStateInfo_SetInteraction::InteracteeActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_SetInteraction, InInteraction) == 0x000008, "Member 'CharacterStateInfo_SetInteraction::InInteraction' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_SetInteraction, Priority) == 0x000010, "Member 'CharacterStateInfo_SetInteraction::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetInvincible \ static_assert(alignof(CharacterStateInfo_SetInvincible) == 0x000001, "Wrong alignment on CharacterStateInfo_SetInvincible"); \ static_assert(sizeof(CharacterStateInfo_SetInvincible) == 0x000001, "Wrong size on CharacterStateInfo_SetInvincible"); \ static_assert(offsetof(CharacterStateInfo_SetInvincible, bInIsInvincible) == 0x000000, "Member 'CharacterStateInfo_SetInvincible::bInIsInvincible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetIsAsleep \ static_assert(alignof(CharacterStateInfo_SetIsAsleep) == 0x000001, "Wrong alignment on CharacterStateInfo_SetIsAsleep"); \ static_assert(sizeof(CharacterStateInfo_SetIsAsleep) == 0x000001, "Wrong size on CharacterStateInfo_SetIsAsleep"); \ static_assert(offsetof(CharacterStateInfo_SetIsAsleep, bInAsleep) == 0x000000, "Member 'CharacterStateInfo_SetIsAsleep::bInAsleep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetLootable \ static_assert(alignof(CharacterStateInfo_SetLootable) == 0x000001, "Wrong alignment on CharacterStateInfo_SetLootable"); \ static_assert(sizeof(CharacterStateInfo_SetLootable) == 0x000001, "Wrong size on CharacterStateInfo_SetLootable"); \ static_assert(offsetof(CharacterStateInfo_SetLootable, bInLootable) == 0x000000, "Member 'CharacterStateInfo_SetLootable::bInLootable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetProtected \ static_assert(alignof(CharacterStateInfo_SetProtected) == 0x000001, "Wrong alignment on CharacterStateInfo_SetProtected"); \ static_assert(sizeof(CharacterStateInfo_SetProtected) == 0x000001, "Wrong size on CharacterStateInfo_SetProtected"); \ static_assert(offsetof(CharacterStateInfo_SetProtected, bInProtected) == 0x000000, "Member 'CharacterStateInfo_SetProtected::bInProtected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetProtegoActive \ static_assert(alignof(CharacterStateInfo_SetProtegoActive) == 0x000001, "Wrong alignment on CharacterStateInfo_SetProtegoActive"); \ static_assert(sizeof(CharacterStateInfo_SetProtegoActive) == 0x000001, "Wrong size on CharacterStateInfo_SetProtegoActive"); \ static_assert(offsetof(CharacterStateInfo_SetProtegoActive, bProtegoActive) == 0x000000, "Member 'CharacterStateInfo_SetProtegoActive::bProtegoActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetRegenerationRate \ static_assert(alignof(CharacterStateInfo_SetRegenerationRate) == 0x000004, "Wrong alignment on CharacterStateInfo_SetRegenerationRate"); \ static_assert(sizeof(CharacterStateInfo_SetRegenerationRate) == 0x000004, "Wrong size on CharacterStateInfo_SetRegenerationRate"); \ static_assert(offsetof(CharacterStateInfo_SetRegenerationRate, Rate) == 0x000000, "Member 'CharacterStateInfo_SetRegenerationRate::Rate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetTeam \ static_assert(alignof(CharacterStateInfo_SetTeam) == 0x000004, "Wrong alignment on CharacterStateInfo_SetTeam"); \ static_assert(sizeof(CharacterStateInfo_SetTeam) == 0x000008, "Wrong size on CharacterStateInfo_SetTeam"); \ static_assert(offsetof(CharacterStateInfo_SetTeam, InTeam) == 0x000000, "Member 'CharacterStateInfo_SetTeam::InTeam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetTeamInteraction \ static_assert(alignof(CharacterStateInfo_SetTeamInteraction) == 0x000004, "Wrong alignment on CharacterStateInfo_SetTeamInteraction"); \ static_assert(sizeof(CharacterStateInfo_SetTeamInteraction) == 0x000014, "Wrong size on CharacterStateInfo_SetTeamInteraction"); \ static_assert(offsetof(CharacterStateInfo_SetTeamInteraction, InteracteeTeam) == 0x000000, "Member 'CharacterStateInfo_SetTeamInteraction::InteracteeTeam' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_SetTeamInteraction, InInteraction) == 0x000008, "Member 'CharacterStateInfo_SetTeamInteraction::InInteraction' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_SetTeamInteraction, Priority) == 0x000010, "Member 'CharacterStateInfo_SetTeamInteraction::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetTeammateAllyOverride \ static_assert(alignof(CharacterStateInfo_SetTeammateAllyOverride) == 0x000001, "Wrong alignment on CharacterStateInfo_SetTeammateAllyOverride"); \ static_assert(sizeof(CharacterStateInfo_SetTeammateAllyOverride) == 0x000001, "Wrong size on CharacterStateInfo_SetTeammateAllyOverride"); \ static_assert(offsetof(CharacterStateInfo_SetTeammateAllyOverride, bOverride) == 0x000000, "Member 'CharacterStateInfo_SetTeammateAllyOverride::bOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_SetVulnerable \ static_assert(alignof(CharacterStateInfo_SetVulnerable) == 0x000001, "Wrong alignment on CharacterStateInfo_SetVulnerable"); \ static_assert(sizeof(CharacterStateInfo_SetVulnerable) == 0x000001, "Wrong size on CharacterStateInfo_SetVulnerable"); \ static_assert(offsetof(CharacterStateInfo_SetVulnerable, bInIsVulnerable) == 0x000000, "Member 'CharacterStateInfo_SetVulnerable::bInIsVulnerable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_StartIntervalHealthAdjust \ static_assert(alignof(CharacterStateInfo_StartIntervalHealthAdjust) == 0x000004, "Wrong alignment on CharacterStateInfo_StartIntervalHealthAdjust"); \ static_assert(sizeof(CharacterStateInfo_StartIntervalHealthAdjust) == 0x00000C, "Wrong size on CharacterStateInfo_StartIntervalHealthAdjust"); \ static_assert(offsetof(CharacterStateInfo_StartIntervalHealthAdjust, Interval) == 0x000000, "Member 'CharacterStateInfo_StartIntervalHealthAdjust::Interval' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_StartIntervalHealthAdjust, Duration) == 0x000004, "Member 'CharacterStateInfo_StartIntervalHealthAdjust::Duration' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_StartIntervalHealthAdjust, DeltaAmount) == 0x000008, "Member 'CharacterStateInfo_StartIntervalHealthAdjust::DeltaAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetBonySkeleton \ static_assert(alignof(CharacterStateInfo_GetBonySkeleton) == 0x000008, "Wrong alignment on CharacterStateInfo_GetBonySkeleton"); \ static_assert(sizeof(CharacterStateInfo_GetBonySkeleton) == 0x000008, "Wrong size on CharacterStateInfo_GetBonySkeleton"); \ static_assert(offsetof(CharacterStateInfo_GetBonySkeleton, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_GetBonySkeleton::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetEnemyInteraction \ static_assert(alignof(CharacterStateInfo_GetEnemyInteraction) == 0x000004, "Wrong alignment on CharacterStateInfo_GetEnemyInteraction"); \ static_assert(sizeof(CharacterStateInfo_GetEnemyInteraction) == 0x000010, "Wrong size on CharacterStateInfo_GetEnemyInteraction"); \ static_assert(offsetof(CharacterStateInfo_GetEnemyInteraction, InInteractorTeam) == 0x000000, "Member 'CharacterStateInfo_GetEnemyInteraction::InInteractorTeam' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_GetEnemyInteraction, ReturnValue) == 0x000008, "Member 'CharacterStateInfo_GetEnemyInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetEvilEffectiveness \ static_assert(alignof(CharacterStateInfo_GetEvilEffectiveness) == 0x000004, "Wrong alignment on CharacterStateInfo_GetEvilEffectiveness"); \ static_assert(sizeof(CharacterStateInfo_GetEvilEffectiveness) == 0x000004, "Wrong size on CharacterStateInfo_GetEvilEffectiveness"); \ static_assert(offsetof(CharacterStateInfo_GetEvilEffectiveness, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_GetEvilEffectiveness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetGameEventRadius \ static_assert(alignof(CharacterStateInfo_GetGameEventRadius) == 0x000004, "Wrong alignment on CharacterStateInfo_GetGameEventRadius"); \ static_assert(sizeof(CharacterStateInfo_GetGameEventRadius) == 0x000004, "Wrong size on CharacterStateInfo_GetGameEventRadius"); \ static_assert(offsetof(CharacterStateInfo_GetGameEventRadius, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_GetGameEventRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetIgnoreAllyAttacks \ static_assert(alignof(CharacterStateInfo_GetIgnoreAllyAttacks) == 0x000001, "Wrong alignment on CharacterStateInfo_GetIgnoreAllyAttacks"); \ static_assert(sizeof(CharacterStateInfo_GetIgnoreAllyAttacks) == 0x000001, "Wrong size on CharacterStateInfo_GetIgnoreAllyAttacks"); \ static_assert(offsetof(CharacterStateInfo_GetIgnoreAllyAttacks, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_GetIgnoreAllyAttacks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetImperiusCharTakesFullDamage \ static_assert(alignof(CharacterStateInfo_GetImperiusCharTakesFullDamage) == 0x000001, "Wrong alignment on CharacterStateInfo_GetImperiusCharTakesFullDamage"); \ static_assert(sizeof(CharacterStateInfo_GetImperiusCharTakesFullDamage) == 0x000001, "Wrong size on CharacterStateInfo_GetImperiusCharTakesFullDamage"); \ static_assert(offsetof(CharacterStateInfo_GetImperiusCharTakesFullDamage, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_GetImperiusCharTakesFullDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetImperiusInstigator \ static_assert(alignof(CharacterStateInfo_GetImperiusInstigator) == 0x000008, "Wrong alignment on CharacterStateInfo_GetImperiusInstigator"); \ static_assert(sizeof(CharacterStateInfo_GetImperiusInstigator) == 0x000008, "Wrong size on CharacterStateInfo_GetImperiusInstigator"); \ static_assert(offsetof(CharacterStateInfo_GetImperiusInstigator, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_GetImperiusInstigator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetInitialTeam \ static_assert(alignof(CharacterStateInfo_GetInitialTeam) == 0x000004, "Wrong alignment on CharacterStateInfo_GetInitialTeam"); \ static_assert(sizeof(CharacterStateInfo_GetInitialTeam) == 0x000008, "Wrong size on CharacterStateInfo_GetInitialTeam"); \ static_assert(offsetof(CharacterStateInfo_GetInitialTeam, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_GetInitialTeam::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetInteraction \ static_assert(alignof(CharacterStateInfo_GetInteraction) == 0x000008, "Wrong alignment on CharacterStateInfo_GetInteraction"); \ static_assert(sizeof(CharacterStateInfo_GetInteraction) == 0x000010, "Wrong size on CharacterStateInfo_GetInteraction"); \ static_assert(offsetof(CharacterStateInfo_GetInteraction, InteracteeActorPtr) == 0x000000, "Member 'CharacterStateInfo_GetInteraction::InteracteeActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_GetInteraction, ReturnValue) == 0x000008, "Member 'CharacterStateInfo_GetInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetLastTeam \ static_assert(alignof(CharacterStateInfo_GetLastTeam) == 0x000004, "Wrong alignment on CharacterStateInfo_GetLastTeam"); \ static_assert(sizeof(CharacterStateInfo_GetLastTeam) == 0x000008, "Wrong size on CharacterStateInfo_GetLastTeam"); \ static_assert(offsetof(CharacterStateInfo_GetLastTeam, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_GetLastTeam::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetRegenerationRate \ static_assert(alignof(CharacterStateInfo_GetRegenerationRate) == 0x000004, "Wrong alignment on CharacterStateInfo_GetRegenerationRate"); \ static_assert(sizeof(CharacterStateInfo_GetRegenerationRate) == 0x000004, "Wrong size on CharacterStateInfo_GetRegenerationRate"); \ static_assert(offsetof(CharacterStateInfo_GetRegenerationRate, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_GetRegenerationRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetTeam \ static_assert(alignof(CharacterStateInfo_GetTeam) == 0x000004, "Wrong alignment on CharacterStateInfo_GetTeam"); \ static_assert(sizeof(CharacterStateInfo_GetTeam) == 0x000008, "Wrong size on CharacterStateInfo_GetTeam"); \ static_assert(offsetof(CharacterStateInfo_GetTeam, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_GetTeam::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_GetTeamInteraction \ static_assert(alignof(CharacterStateInfo_GetTeamInteraction) == 0x000008, "Wrong alignment on CharacterStateInfo_GetTeamInteraction"); \ static_assert(sizeof(CharacterStateInfo_GetTeamInteraction) == 0x000018, "Wrong size on CharacterStateInfo_GetTeamInteraction"); \ static_assert(offsetof(CharacterStateInfo_GetTeamInteraction, InteracteeActorPtr) == 0x000000, "Member 'CharacterStateInfo_GetTeamInteraction::InteracteeActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_GetTeamInteraction, Team) == 0x000008, "Member 'CharacterStateInfo_GetTeamInteraction::Team' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_GetTeamInteraction, ReturnValue) == 0x000010, "Member 'CharacterStateInfo_GetTeamInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_HasChangedTeams \ static_assert(alignof(CharacterStateInfo_HasChangedTeams) == 0x000001, "Wrong alignment on CharacterStateInfo_HasChangedTeams"); \ static_assert(sizeof(CharacterStateInfo_HasChangedTeams) == 0x000001, "Wrong size on CharacterStateInfo_HasChangedTeams"); \ static_assert(offsetof(CharacterStateInfo_HasChangedTeams, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_HasChangedTeams::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_HasInteraction \ static_assert(alignof(CharacterStateInfo_HasInteraction) == 0x000008, "Wrong alignment on CharacterStateInfo_HasInteraction"); \ static_assert(sizeof(CharacterStateInfo_HasInteraction) == 0x000010, "Wrong size on CharacterStateInfo_HasInteraction"); \ static_assert(offsetof(CharacterStateInfo_HasInteraction, InteracteeActorPtr) == 0x000000, "Member 'CharacterStateInfo_HasInteraction::InteracteeActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_HasInteraction, ReturnValue) == 0x000008, "Member 'CharacterStateInfo_HasInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_ImmuneToFinisherDeath \ static_assert(alignof(CharacterStateInfo_ImmuneToFinisherDeath) == 0x000001, "Wrong alignment on CharacterStateInfo_ImmuneToFinisherDeath"); \ static_assert(sizeof(CharacterStateInfo_ImmuneToFinisherDeath) == 0x000001, "Wrong size on CharacterStateInfo_ImmuneToFinisherDeath"); \ static_assert(offsetof(CharacterStateInfo_ImmuneToFinisherDeath, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_ImmuneToFinisherDeath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_IsActiveAuthorityFigure \ static_assert(alignof(CharacterStateInfo_IsActiveAuthorityFigure) == 0x000001, "Wrong alignment on CharacterStateInfo_IsActiveAuthorityFigure"); \ static_assert(sizeof(CharacterStateInfo_IsActiveAuthorityFigure) == 0x000001, "Wrong size on CharacterStateInfo_IsActiveAuthorityFigure"); \ static_assert(offsetof(CharacterStateInfo_IsActiveAuthorityFigure, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_IsActiveAuthorityFigure::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_IsAsleep \ static_assert(alignof(CharacterStateInfo_IsAsleep) == 0x000001, "Wrong alignment on CharacterStateInfo_IsAsleep"); \ static_assert(sizeof(CharacterStateInfo_IsAsleep) == 0x000001, "Wrong size on CharacterStateInfo_IsAsleep"); \ static_assert(offsetof(CharacterStateInfo_IsAsleep, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_IsAsleep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_IsAttackable \ static_assert(alignof(CharacterStateInfo_IsAttackable) == 0x000001, "Wrong alignment on CharacterStateInfo_IsAttackable"); \ static_assert(sizeof(CharacterStateInfo_IsAttackable) == 0x000001, "Wrong size on CharacterStateInfo_IsAttackable"); \ static_assert(offsetof(CharacterStateInfo_IsAttackable, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_IsAttackable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_IsDamageable \ static_assert(alignof(CharacterStateInfo_IsDamageable) == 0x000001, "Wrong alignment on CharacterStateInfo_IsDamageable"); \ static_assert(sizeof(CharacterStateInfo_IsDamageable) == 0x000001, "Wrong size on CharacterStateInfo_IsDamageable"); \ static_assert(offsetof(CharacterStateInfo_IsDamageable, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_IsDamageable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_IsDueling \ static_assert(alignof(CharacterStateInfo_IsDueling) == 0x000001, "Wrong alignment on CharacterStateInfo_IsDueling"); \ static_assert(sizeof(CharacterStateInfo_IsDueling) == 0x000001, "Wrong size on CharacterStateInfo_IsDueling"); \ static_assert(offsetof(CharacterStateInfo_IsDueling, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_IsDueling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_IsIgnoringProtego \ static_assert(alignof(CharacterStateInfo_IsIgnoringProtego) == 0x000001, "Wrong alignment on CharacterStateInfo_IsIgnoringProtego"); \ static_assert(sizeof(CharacterStateInfo_IsIgnoringProtego) == 0x000001, "Wrong size on CharacterStateInfo_IsIgnoringProtego"); \ static_assert(offsetof(CharacterStateInfo_IsIgnoringProtego, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_IsIgnoringProtego::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_IsInvincible \ static_assert(alignof(CharacterStateInfo_IsInvincible) == 0x000001, "Wrong alignment on CharacterStateInfo_IsInvincible"); \ static_assert(sizeof(CharacterStateInfo_IsInvincible) == 0x000001, "Wrong size on CharacterStateInfo_IsInvincible"); \ static_assert(offsetof(CharacterStateInfo_IsInvincible, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_IsInvincible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_IsLootable \ static_assert(alignof(CharacterStateInfo_IsLootable) == 0x000001, "Wrong alignment on CharacterStateInfo_IsLootable"); \ static_assert(sizeof(CharacterStateInfo_IsLootable) == 0x000001, "Wrong size on CharacterStateInfo_IsLootable"); \ static_assert(offsetof(CharacterStateInfo_IsLootable, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_IsLootable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_IsProtected \ static_assert(alignof(CharacterStateInfo_IsProtected) == 0x000001, "Wrong alignment on CharacterStateInfo_IsProtected"); \ static_assert(sizeof(CharacterStateInfo_IsProtected) == 0x000001, "Wrong size on CharacterStateInfo_IsProtected"); \ static_assert(offsetof(CharacterStateInfo_IsProtected, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_IsProtected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_IsProtegoActive \ static_assert(alignof(CharacterStateInfo_IsProtegoActive) == 0x000001, "Wrong alignment on CharacterStateInfo_IsProtegoActive"); \ static_assert(sizeof(CharacterStateInfo_IsProtegoActive) == 0x000001, "Wrong size on CharacterStateInfo_IsProtegoActive"); \ static_assert(offsetof(CharacterStateInfo_IsProtegoActive, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_IsProtegoActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_IsSameTeam \ static_assert(alignof(CharacterStateInfo_IsSameTeam) == 0x000008, "Wrong alignment on CharacterStateInfo_IsSameTeam"); \ static_assert(sizeof(CharacterStateInfo_IsSameTeam) == 0x000010, "Wrong size on CharacterStateInfo_IsSameTeam"); \ static_assert(offsetof(CharacterStateInfo_IsSameTeam, ActorPtr) == 0x000000, "Member 'CharacterStateInfo_IsSameTeam::ActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_IsSameTeam, ReturnValue) == 0x000008, "Member 'CharacterStateInfo_IsSameTeam::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_IsVulnerable \ static_assert(alignof(CharacterStateInfo_IsVulnerable) == 0x000001, "Wrong alignment on CharacterStateInfo_IsVulnerable"); \ static_assert(sizeof(CharacterStateInfo_IsVulnerable) == 0x000001, "Wrong size on CharacterStateInfo_IsVulnerable"); \ static_assert(offsetof(CharacterStateInfo_IsVulnerable, ReturnValue) == 0x000000, "Member 'CharacterStateInfo_IsVulnerable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_WasAlly \ static_assert(alignof(CharacterStateInfo_WasAlly) == 0x000008, "Wrong alignment on CharacterStateInfo_WasAlly"); \ static_assert(sizeof(CharacterStateInfo_WasAlly) == 0x000010, "Wrong size on CharacterStateInfo_WasAlly"); \ static_assert(offsetof(CharacterStateInfo_WasAlly, ActorPtr) == 0x000000, "Member 'CharacterStateInfo_WasAlly::ActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_WasAlly, ReturnValue) == 0x000008, "Member 'CharacterStateInfo_WasAlly::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterStateInfo_WasSameTeam \ static_assert(alignof(CharacterStateInfo_WasSameTeam) == 0x000008, "Wrong alignment on CharacterStateInfo_WasSameTeam"); \ static_assert(sizeof(CharacterStateInfo_WasSameTeam) == 0x000010, "Wrong size on CharacterStateInfo_WasSameTeam"); \ static_assert(offsetof(CharacterStateInfo_WasSameTeam, ActorPtr) == 0x000000, "Member 'CharacterStateInfo_WasSameTeam::ActorPtr' has a wrong offset!"); \ static_assert(offsetof(CharacterStateInfo_WasSameTeam, ReturnValue) == 0x000008, "Member 'CharacterStateInfo_WasSameTeam::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCharacterStateInfo \ static_assert(alignof(UCharacterStateInfo) == 0x000008, "Wrong alignment on UCharacterStateInfo"); \ static_assert(sizeof(UCharacterStateInfo) == 0x000F90, "Wrong size on UCharacterStateInfo"); \ static_assert(offsetof(UCharacterStateInfo, ChangedTeamsDelegate) == 0x0001E0, "Member 'UCharacterStateInfo::ChangedTeamsDelegate' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, m_onVulnerabilityChangedDelegate) == 0x0001F0, "Member 'UCharacterStateInfo::m_onVulnerabilityChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, OnCriticalHealthChanged) == 0x000200, "Member 'UCharacterStateInfo::OnCriticalHealthChanged' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, NearDeathKneelBeginDelegate) == 0x000210, "Member 'UCharacterStateInfo::NearDeathKneelBeginDelegate' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, NearDeathKneelEndDelegate) == 0x000220, "Member 'UCharacterStateInfo::NearDeathKneelEndDelegate' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, FullHealthReachedDelegate) == 0x000230, "Member 'UCharacterStateInfo::FullHealthReachedDelegate' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, HealthThresholdReachedDelegate) == 0x000240, "Member 'UCharacterStateInfo::HealthThresholdReachedDelegate' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, BlockingActor) == 0x000250, "Member 'UCharacterStateInfo::BlockingActor' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, OutgoingDamageModifier) == 0x000288, "Member 'UCharacterStateInfo::OutgoingDamageModifier' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, DamageFocusModifier) == 0x000318, "Member 'UCharacterStateInfo::DamageFocusModifier' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, IncomingDamageModifier) == 0x0003A8, "Member 'UCharacterStateInfo::IncomingDamageModifier' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, OwnedPlantOutgoingDamageModifier) == 0x000438, "Member 'UCharacterStateInfo::OwnedPlantOutgoingDamageModifier' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, OwnedPlantIncomingDamageModifier) == 0x0004C8, "Member 'UCharacterStateInfo::OwnedPlantIncomingDamageModifier' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, ImperiusControlledOutgoingDamageModifier) == 0x000558, "Member 'UCharacterStateInfo::ImperiusControlledOutgoingDamageModifier' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, OppugnoOutgoingDamageModifier) == 0x0005E8, "Member 'UCharacterStateInfo::OppugnoOutgoingDamageModifier' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, LifeLeech) == 0x000678, "Member 'UCharacterStateInfo::LifeLeech' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, LifeLeechToCompanion) == 0x000708, "Member 'UCharacterStateInfo::LifeLeechToCompanion' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, LifeLeechToPlants) == 0x000798, "Member 'UCharacterStateInfo::LifeLeechToPlants' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, BreakBlockChance) == 0x000828, "Member 'UCharacterStateInfo::BreakBlockChance' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, CriticalHitChance) == 0x0008B8, "Member 'UCharacterStateInfo::CriticalHitChance' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, SocapAmendModifier) == 0x000948, "Member 'UCharacterStateInfo::SocapAmendModifier' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, SocapDecayModifier) == 0x0009D8, "Member 'UCharacterStateInfo::SocapDecayModifier' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, SpellCooldownAmendModifier) == 0x000A68, "Member 'UCharacterStateInfo::SpellCooldownAmendModifier' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, SpellCooldownReduction) == 0x000AF8, "Member 'UCharacterStateInfo::SpellCooldownReduction' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, SpellCooldownAdditiveMod) == 0x000B88, "Member 'UCharacterStateInfo::SpellCooldownAdditiveMod' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, EnemySpellCooldownModifier) == 0x000C18, "Member 'UCharacterStateInfo::EnemySpellCooldownModifier' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, ItemEffectivenessModifier) == 0x000CA8, "Member 'UCharacterStateInfo::ItemEffectivenessModifier' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, DoubleEffectivenessChance) == 0x000D38, "Member 'UCharacterStateInfo::DoubleEffectivenessChance' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, MaxHealth) == 0x000DC8, "Member 'UCharacterStateInfo::MaxHealth' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, ThrownProjectileDistanceModifier) == 0x000E58, "Member 'UCharacterStateInfo::ThrownProjectileDistanceModifier' has a wrong offset!"); \ static_assert(offsetof(UCharacterStateInfo, MaxActivePotionAbilities) == 0x000EE8, "Member 'UCharacterStateInfo::MaxActivePotionAbilities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBipedStateInfo \ static_assert(alignof(UBipedStateInfo) == 0x000008, "Wrong alignment on UBipedStateInfo"); \ static_assert(sizeof(UBipedStateInfo) == 0x000F90, "Wrong size on UBipedStateInfo"); \ #define DUMPER7_ASSERTS_UablCreatureAttackTurnAdjustTaskScratchPad \ static_assert(alignof(UablCreatureAttackTurnAdjustTaskScratchPad) == 0x000008, "Wrong alignment on UablCreatureAttackTurnAdjustTaskScratchPad"); \ static_assert(sizeof(UablCreatureAttackTurnAdjustTaskScratchPad) == 0x000058, "Wrong size on UablCreatureAttackTurnAdjustTaskScratchPad"); \ #define DUMPER7_ASSERTS_UFlightAutomationData \ static_assert(alignof(UFlightAutomationData) == 0x000008, "Wrong alignment on UFlightAutomationData"); \ static_assert(sizeof(UFlightAutomationData) == 0x0000E0, "Wrong size on UFlightAutomationData"); \ static_assert(offsetof(UFlightAutomationData, BroomPhysics) == 0x0000D0, "Member 'UFlightAutomationData::BroomPhysics' has a wrong offset!"); \ static_assert(offsetof(UFlightAutomationData, BroomItem) == 0x0000D8, "Member 'UFlightAutomationData::BroomItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblObjectArchitectTagChooser_EnemyClass \ static_assert(alignof(UAblObjectArchitectTagChooser_EnemyClass) == 0x000008, "Wrong alignment on UAblObjectArchitectTagChooser_EnemyClass"); \ static_assert(sizeof(UAblObjectArchitectTagChooser_EnemyClass) == 0x000028, "Wrong size on UAblObjectArchitectTagChooser_EnemyClass"); \ #define DUMPER7_ASSERTS_UablTurnAdjustTask \ static_assert(alignof(UablTurnAdjustTask) == 0x000008, "Wrong alignment on UablTurnAdjustTask"); \ static_assert(sizeof(UablTurnAdjustTask) == 0x0000C0, "Wrong size on UablTurnAdjustTask"); \ static_assert(offsetof(UablTurnAdjustTask, m_MaxAdjustAngle) == 0x000070, "Member 'UablTurnAdjustTask::m_MaxAdjustAngle' has a wrong offset!"); \ static_assert(offsetof(UablTurnAdjustTask, m_TrackTarget) == 0x000074, "Member 'UablTurnAdjustTask::m_TrackTarget' has a wrong offset!"); \ static_assert(offsetof(UablTurnAdjustTask, m_Blend) == 0x000078, "Member 'UablTurnAdjustTask::m_Blend' has a wrong offset!"); \ static_assert(offsetof(UablTurnAdjustTask, m_TargetDirectionGetter) == 0x0000A8, "Member 'UablTurnAdjustTask::m_TargetDirectionGetter' has a wrong offset!"); \ static_assert(offsetof(UablTurnAdjustTask, m_YawOffset) == 0x0000B0, "Member 'UablTurnAdjustTask::m_YawOffset' has a wrong offset!"); \ static_assert(offsetof(UablTurnAdjustTask, m_bOverrideRootMotionLookAheadTime) == 0x0000B4, "Member 'UablTurnAdjustTask::m_bOverrideRootMotionLookAheadTime' has a wrong offset!"); \ static_assert(offsetof(UablTurnAdjustTask, m_RootMotionLookAheadTime) == 0x0000B8, "Member 'UablTurnAdjustTask::m_RootMotionLookAheadTime' has a wrong offset!"); \ static_assert(offsetof(UablTurnAdjustTask, m_bUseTaskEndTime) == 0x0000BC, "Member 'UablTurnAdjustTask::m_bUseTaskEndTime' has a wrong offset!"); \ static_assert(offsetof(UablTurnAdjustTask, bGuaranteeOnTargetAtTaskEnd) == 0x0000BD, "Member 'UablTurnAdjustTask::bGuaranteeOnTargetAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UablTurnAdjustTask, m_bDebugDraw) == 0x0000BE, "Member 'UablTurnAdjustTask::m_bDebugDraw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWorldInteractObject \ static_assert(alignof(AWorldInteractObject) == 0x000008, "Wrong alignment on AWorldInteractObject"); \ static_assert(sizeof(AWorldInteractObject) == 0x0002E8, "Wrong size on AWorldInteractObject"); \ static_assert(offsetof(AWorldInteractObject, CognitionStimuliSource) == 0x0002B0, "Member 'AWorldInteractObject::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(AWorldInteractObject, AbilityClass) == 0x0002B8, "Member 'AWorldInteractObject::AbilityClass' has a wrong offset!"); \ static_assert(offsetof(AWorldInteractObject, AbilitySpawnActorClass) == 0x0002C0, "Member 'AWorldInteractObject::AbilitySpawnActorClass' has a wrong offset!"); \ static_assert(offsetof(AWorldInteractObject, AbilitySpawnOffset) == 0x0002C8, "Member 'AWorldInteractObject::AbilitySpawnOffset' has a wrong offset!"); \ static_assert(offsetof(AWorldInteractObject, AbilitySpawnRotationOffset) == 0x0002D4, "Member 'AWorldInteractObject::AbilitySpawnRotationOffset' has a wrong offset!"); \ static_assert(offsetof(AWorldInteractObject, InteractProperties) == 0x0002E0, "Member 'AWorldInteractObject::InteractProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OrientToComponent_ForceUpdate \ static_assert(alignof(OrientToComponent_ForceUpdate) == 0x000001, "Wrong alignment on OrientToComponent_ForceUpdate"); \ static_assert(sizeof(OrientToComponent_ForceUpdate) == 0x000001, "Wrong size on OrientToComponent_ForceUpdate"); \ static_assert(offsetof(OrientToComponent_ForceUpdate, bSuccess) == 0x000000, "Member 'OrientToComponent_ForceUpdate::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOrientToComponent \ static_assert(alignof(UOrientToComponent) == 0x000010, "Wrong alignment on UOrientToComponent"); \ static_assert(sizeof(UOrientToComponent) == 0x000220, "Wrong size on UOrientToComponent"); \ static_assert(offsetof(UOrientToComponent, bValidTarget) == 0x000218, "Member 'UOrientToComponent::bValidTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOrientToAbsoluteComponent \ static_assert(alignof(UOrientToAbsoluteComponent) == 0x000010, "Wrong alignment on UOrientToAbsoluteComponent"); \ static_assert(sizeof(UOrientToAbsoluteComponent) == 0x000240, "Wrong size on UOrientToAbsoluteComponent"); \ static_assert(offsetof(UOrientToAbsoluteComponent, WorldRotation) == 0x000220, "Member 'UOrientToAbsoluteComponent::WorldRotation' has a wrong offset!"); \ static_assert(offsetof(UOrientToAbsoluteComponent, Smoothing) == 0x00022C, "Member 'UOrientToAbsoluteComponent::Smoothing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablCreatureAttackTurnAdjustTask \ static_assert(alignof(UablCreatureAttackTurnAdjustTask) == 0x000008, "Wrong alignment on UablCreatureAttackTurnAdjustTask"); \ static_assert(sizeof(UablCreatureAttackTurnAdjustTask) == 0x0000C8, "Wrong size on UablCreatureAttackTurnAdjustTask"); \ static_assert(offsetof(UablCreatureAttackTurnAdjustTask, AttackData) == 0x0000C0, "Member 'UablCreatureAttackTurnAdjustTask::AttackData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_Creature_OverlapChecker \ static_assert(alignof(UBTService_Creature_OverlapChecker) == 0x000008, "Wrong alignment on UBTService_Creature_OverlapChecker"); \ static_assert(sizeof(UBTService_Creature_OverlapChecker) == 0x0000A0, "Wrong size on UBTService_Creature_OverlapChecker"); \ static_assert(offsetof(UBTService_Creature_OverlapChecker, TagName) == 0x000070, "Member 'UBTService_Creature_OverlapChecker::TagName' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_OverlapChecker, OverlappingActorBlackboardKey) == 0x000078, "Member 'UBTService_Creature_OverlapChecker::OverlappingActorBlackboardKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SeasonChanger_SetCurrentSeason \ static_assert(alignof(SeasonChanger_SetCurrentSeason) == 0x000001, "Wrong alignment on SeasonChanger_SetCurrentSeason"); \ static_assert(sizeof(SeasonChanger_SetCurrentSeason) == 0x000001, "Wrong size on SeasonChanger_SetCurrentSeason"); \ static_assert(offsetof(SeasonChanger_SetCurrentSeason, NewSeason) == 0x000000, "Member 'SeasonChanger_SetCurrentSeason::NewSeason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USeasonChanger \ static_assert(alignof(USeasonChanger) == 0x000008, "Wrong alignment on USeasonChanger"); \ static_assert(sizeof(USeasonChanger) == 0x000028, "Wrong size on USeasonChanger"); \ #define DUMPER7_ASSERTS_UAblNpcBakedPoseRigidbodyTask \ static_assert(alignof(UAblNpcBakedPoseRigidbodyTask) == 0x000008, "Wrong alignment on UAblNpcBakedPoseRigidbodyTask"); \ static_assert(sizeof(UAblNpcBakedPoseRigidbodyTask) == 0x000098, "Wrong size on UAblNpcBakedPoseRigidbodyTask"); \ static_assert(offsetof(UAblNpcBakedPoseRigidbodyTask, bAttachBakedPoseOnTaskStart) == 0x000070, "Member 'UAblNpcBakedPoseRigidbodyTask::bAttachBakedPoseOnTaskStart' has a wrong offset!"); \ static_assert(offsetof(UAblNpcBakedPoseRigidbodyTask, bRemoveBakedPoseOnTaskStart) == 0x000071, "Member 'UAblNpcBakedPoseRigidbodyTask::bRemoveBakedPoseOnTaskStart' has a wrong offset!"); \ static_assert(offsetof(UAblNpcBakedPoseRigidbodyTask, bAttachBakedPoseOnTaskEnd) == 0x000072, "Member 'UAblNpcBakedPoseRigidbodyTask::bAttachBakedPoseOnTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblNpcBakedPoseRigidbodyTask, bRemoveBakedPoseOnTaskEnd) == 0x000073, "Member 'UAblNpcBakedPoseRigidbodyTask::bRemoveBakedPoseOnTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblNpcBakedPoseRigidbodyTask, bApplyForcesToBakedPose) == 0x000074, "Member 'UAblNpcBakedPoseRigidbodyTask::bApplyForcesToBakedPose' has a wrong offset!"); \ static_assert(offsetof(UAblNpcBakedPoseRigidbodyTask, LinearVelocity) == 0x000078, "Member 'UAblNpcBakedPoseRigidbodyTask::LinearVelocity' has a wrong offset!"); \ static_assert(offsetof(UAblNpcBakedPoseRigidbodyTask, AngularVelocityInDegrees) == 0x000084, "Member 'UAblNpcBakedPoseRigidbodyTask::AngularVelocityInDegrees' has a wrong offset!"); \ static_assert(offsetof(UAblNpcBakedPoseRigidbodyTask, bVelocityAwayFromInstigator) == 0x000090, "Member 'UAblNpcBakedPoseRigidbodyTask::bVelocityAwayFromInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldGuidePage_MoveToNextLocation \ static_assert(alignof(FieldGuidePage_MoveToNextLocation) == 0x000010, "Wrong alignment on FieldGuidePage_MoveToNextLocation"); \ static_assert(sizeof(FieldGuidePage_MoveToNextLocation) == 0x000040, "Wrong size on FieldGuidePage_MoveToNextLocation"); \ static_assert(offsetof(FieldGuidePage_MoveToNextLocation, DestinationTransform) == 0x000000, "Member 'FieldGuidePage_MoveToNextLocation::DestinationTransform' has a wrong offset!"); \ static_assert(offsetof(FieldGuidePage_MoveToNextLocation, Speed) == 0x000030, "Member 'FieldGuidePage_MoveToNextLocation::Speed' has a wrong offset!"); \ static_assert(offsetof(FieldGuidePage_MoveToNextLocation, DeltaTime) == 0x000034, "Member 'FieldGuidePage_MoveToNextLocation::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(FieldGuidePage_MoveToNextLocation, ReturnValue) == 0x000038, "Member 'FieldGuidePage_MoveToNextLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFieldGuidePage \ static_assert(alignof(AFieldGuidePage) == 0x000008, "Wrong alignment on AFieldGuidePage"); \ static_assert(sizeof(AFieldGuidePage) == 0x000248, "Wrong size on AFieldGuidePage"); \ #define DUMPER7_ASSERTS_UAblCreatureCurrentAnimStateTask \ static_assert(alignof(UAblCreatureCurrentAnimStateTask) == 0x000008, "Wrong alignment on UAblCreatureCurrentAnimStateTask"); \ static_assert(sizeof(UAblCreatureCurrentAnimStateTask) == 0x000078, "Wrong size on UAblCreatureCurrentAnimStateTask"); \ static_assert(offsetof(UAblCreatureCurrentAnimStateTask, CurrentStance) == 0x000070, "Member 'UAblCreatureCurrentAnimStateTask::CurrentStance' has a wrong offset!"); \ static_assert(offsetof(UAblCreatureCurrentAnimStateTask, NextStance) == 0x000071, "Member 'UAblCreatureCurrentAnimStateTask::NextStance' has a wrong offset!"); \ static_assert(offsetof(UAblCreatureCurrentAnimStateTask, CurrentGait) == 0x000072, "Member 'UAblCreatureCurrentAnimStateTask::CurrentGait' has a wrong offset!"); \ static_assert(offsetof(UAblCreatureCurrentAnimStateTask, NextGait) == 0x000073, "Member 'UAblCreatureCurrentAnimStateTask::NextGait' has a wrong offset!"); \ static_assert(offsetof(UAblCreatureCurrentAnimStateTask, bInIdleVariation) == 0x000074, "Member 'UAblCreatureCurrentAnimStateTask::bInIdleVariation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyCorruptionData \ static_assert(alignof(UEnemyCorruptionData) == 0x000008, "Wrong alignment on UEnemyCorruptionData"); \ static_assert(sizeof(UEnemyCorruptionData) == 0x0000C0, "Wrong size on UEnemyCorruptionData"); \ static_assert(offsetof(UEnemyCorruptionData, CorruptionStartMaterialFXs) == 0x000030, "Member 'UEnemyCorruptionData::CorruptionStartMaterialFXs' has a wrong offset!"); \ static_assert(offsetof(UEnemyCorruptionData, CorruptionFX) == 0x000040, "Member 'UEnemyCorruptionData::CorruptionFX' has a wrong offset!"); \ static_assert(offsetof(UEnemyCorruptionData, CorruptionStopMaterialFXs) == 0x000078, "Member 'UEnemyCorruptionData::CorruptionStopMaterialFXs' has a wrong offset!"); \ static_assert(offsetof(UEnemyCorruptionData, CorruptionStopParticalFX) == 0x000088, "Member 'UEnemyCorruptionData::CorruptionStopParticalFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXUpdate_Tick_Update \ static_assert(alignof(FXUpdate_Tick_Update) == 0x000008, "Wrong alignment on FXUpdate_Tick_Update"); \ static_assert(sizeof(FXUpdate_Tick_Update) == 0x000010, "Wrong size on FXUpdate_Tick_Update"); \ static_assert(offsetof(FXUpdate_Tick_Update, InHandle) == 0x000000, "Member 'FXUpdate_Tick_Update::InHandle' has a wrong offset!"); \ static_assert(offsetof(FXUpdate_Tick_Update, InMultiBase) == 0x000008, "Member 'FXUpdate_Tick_Update::InMultiBase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_Tick \ static_assert(alignof(UFXUpdate_Tick) == 0x000008, "Wrong alignment on UFXUpdate_Tick"); \ static_assert(sizeof(UFXUpdate_Tick) == 0x000080, "Wrong size on UFXUpdate_Tick"); \ static_assert(offsetof(UFXUpdate_Tick, UpdateRate) == 0x000028, "Member 'UFXUpdate_Tick::UpdateRate' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_Tick, UpdateInfos) == 0x000030, "Member 'UFXUpdate_Tick::UpdateInfos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBroomRiderAction_WaitForHermesMessage \ static_assert(alignof(UBroomRiderAction_WaitForHermesMessage) == 0x000008, "Wrong alignment on UBroomRiderAction_WaitForHermesMessage"); \ static_assert(sizeof(UBroomRiderAction_WaitForHermesMessage) == 0x000058, "Wrong size on UBroomRiderAction_WaitForHermesMessage"); \ static_assert(offsetof(UBroomRiderAction_WaitForHermesMessage, MessageName) == 0x000038, "Member 'UBroomRiderAction_WaitForHermesMessage::MessageName' has a wrong offset!"); \ static_assert(offsetof(UBroomRiderAction_WaitForHermesMessage, bPauseWhileWaiting) == 0x000048, "Member 'UBroomRiderAction_WaitForHermesMessage::bPauseWhileWaiting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCreatureMakeNoiseTask \ static_assert(alignof(UAblCreatureMakeNoiseTask) == 0x000008, "Wrong alignment on UAblCreatureMakeNoiseTask"); \ static_assert(sizeof(UAblCreatureMakeNoiseTask) == 0x000080, "Wrong size on UAblCreatureMakeNoiseTask"); \ static_assert(offsetof(UAblCreatureMakeNoiseTask, NoiseEventTag) == 0x000070, "Member 'UAblCreatureMakeNoiseTask::NoiseEventTag' has a wrong offset!"); \ static_assert(offsetof(UAblCreatureMakeNoiseTask, Loudness) == 0x000078, "Member 'UAblCreatureMakeNoiseTask::Loudness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionIfDead \ static_assert(alignof(UAblBranchConditionIfDead) == 0x000008, "Wrong alignment on UAblBranchConditionIfDead"); \ static_assert(sizeof(UAblBranchConditionIfDead) == 0x000030, "Wrong size on UAblBranchConditionIfDead"); \ #define DUMPER7_ASSERTS_UAblCreatureMoveToDesiredDirectionOverrideTask \ static_assert(alignof(UAblCreatureMoveToDesiredDirectionOverrideTask) == 0x000008, "Wrong alignment on UAblCreatureMoveToDesiredDirectionOverrideTask"); \ static_assert(sizeof(UAblCreatureMoveToDesiredDirectionOverrideTask) == 0x000078, "Wrong size on UAblCreatureMoveToDesiredDirectionOverrideTask"); \ static_assert(offsetof(UAblCreatureMoveToDesiredDirectionOverrideTask, TargetActorOrLocationKeyName) == 0x000070, "Member 'UAblCreatureMoveToDesiredDirectionOverrideTask::TargetActorOrLocationKeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2PostProcessComponent \ static_assert(alignof(UMultiFX2PostProcessComponent) == 0x000010, "Wrong alignment on UMultiFX2PostProcessComponent"); \ static_assert(sizeof(UMultiFX2PostProcessComponent) == 0x000840, "Wrong size on UMultiFX2PostProcessComponent"); \ static_assert(offsetof(UMultiFX2PostProcessComponent, Definition) == 0x000220, "Member 'UMultiFX2PostProcessComponent::Definition' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2PostProcessComponent, Settings) == 0x000230, "Member 'UMultiFX2PostProcessComponent::Settings' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2PostProcessComponent, BlendWeight) == 0x000820, "Member 'UMultiFX2PostProcessComponent::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2PostProcessComponent, FadeBlendWeight) == 0x000824, "Member 'UMultiFX2PostProcessComponent::FadeBlendWeight' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2PostProcessComponent, FadeSpeed) == 0x000828, "Member 'UMultiFX2PostProcessComponent::FadeSpeed' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2PostProcessComponent, DefaultFadeOutTime) == 0x00082C, "Member 'UMultiFX2PostProcessComponent::DefaultFadeOutTime' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2PostProcessComponent, AutoFadeOutTime) == 0x000830, "Member 'UMultiFX2PostProcessComponent::AutoFadeOutTime' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2PostProcessComponent, Birth) == 0x000834, "Member 'UMultiFX2PostProcessComponent::Birth' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2PostProcessComponent, Priority) == 0x000838, "Member 'UMultiFX2PostProcessComponent::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBroomRiderAction_WaitForPlayer \ static_assert(alignof(UBroomRiderAction_WaitForPlayer) == 0x000008, "Wrong alignment on UBroomRiderAction_WaitForPlayer"); \ static_assert(sizeof(UBroomRiderAction_WaitForPlayer) == 0x000048, "Wrong size on UBroomRiderAction_WaitForPlayer"); \ static_assert(offsetof(UBroomRiderAction_WaitForPlayer, Distance) == 0x000038, "Member 'UBroomRiderAction_WaitForPlayer::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCreatureNavLinkTeleportTask \ static_assert(alignof(UAblCreatureNavLinkTeleportTask) == 0x000008, "Wrong alignment on UAblCreatureNavLinkTeleportTask"); \ static_assert(sizeof(UAblCreatureNavLinkTeleportTask) == 0x000070, "Wrong size on UAblCreatureNavLinkTeleportTask"); \ #define DUMPER7_ASSERTS_UablNPC_SpawnJumpSplineWaitTaskScratchPad \ static_assert(alignof(UablNPC_SpawnJumpSplineWaitTaskScratchPad) == 0x000008, "Wrong alignment on UablNPC_SpawnJumpSplineWaitTaskScratchPad"); \ static_assert(sizeof(UablNPC_SpawnJumpSplineWaitTaskScratchPad) == 0x000030, "Wrong size on UablNPC_SpawnJumpSplineWaitTaskScratchPad"); \ static_assert(offsetof(UablNPC_SpawnJumpSplineWaitTaskScratchPad, ElapsedTime) == 0x000028, "Member 'UablNPC_SpawnJumpSplineWaitTaskScratchPad::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDebugTextPanel \ static_assert(alignof(UDebugTextPanel) == 0x000008, "Wrong alignment on UDebugTextPanel"); \ static_assert(sizeof(UDebugTextPanel) == 0x0000D8, "Wrong size on UDebugTextPanel"); \ static_assert(offsetof(UDebugTextPanel, DebugTextPanel) == 0x000038, "Member 'UDebugTextPanel::DebugTextPanel' has a wrong offset!"); \ static_assert(offsetof(UDebugTextPanel, DebugPanelInfo) == 0x000040, "Member 'UDebugTextPanel::DebugPanelInfo' has a wrong offset!"); \ static_assert(offsetof(UDebugTextPanel, MapDebugWidgetClass) == 0x0000B0, "Member 'UDebugTextPanel::MapDebugWidgetClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransformationSpellTool_OnPreviewDestroyed \ static_assert(alignof(TransformationSpellTool_OnPreviewDestroyed) == 0x000008, "Wrong alignment on TransformationSpellTool_OnPreviewDestroyed"); \ static_assert(sizeof(TransformationSpellTool_OnPreviewDestroyed) == 0x000008, "Wrong size on TransformationSpellTool_OnPreviewDestroyed"); \ static_assert(offsetof(TransformationSpellTool_OnPreviewDestroyed, DestroyedActor) == 0x000000, "Member 'TransformationSpellTool_OnPreviewDestroyed::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransformationSpellTool_SpawnPlaceholderNow \ static_assert(alignof(TransformationSpellTool_SpawnPlaceholderNow) == 0x000008, "Wrong alignment on TransformationSpellTool_SpawnPlaceholderNow"); \ static_assert(sizeof(TransformationSpellTool_SpawnPlaceholderNow) == 0x000008, "Wrong size on TransformationSpellTool_SpawnPlaceholderNow"); \ static_assert(offsetof(TransformationSpellTool_SpawnPlaceholderNow, Placeholder) == 0x000000, "Member 'TransformationSpellTool_SpawnPlaceholderNow::Placeholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransformationSpellTool_TransformPlaceholder \ static_assert(alignof(TransformationSpellTool_TransformPlaceholder) == 0x000008, "Wrong alignment on TransformationSpellTool_TransformPlaceholder"); \ static_assert(sizeof(TransformationSpellTool_TransformPlaceholder) == 0x000028, "Wrong size on TransformationSpellTool_TransformPlaceholder"); \ static_assert(offsetof(TransformationSpellTool_TransformPlaceholder, Placeholder) == 0x000000, "Member 'TransformationSpellTool_TransformPlaceholder::Placeholder' has a wrong offset!"); \ static_assert(offsetof(TransformationSpellTool_TransformPlaceholder, ExistingActor) == 0x000008, "Member 'TransformationSpellTool_TransformPlaceholder::ExistingActor' has a wrong offset!"); \ static_assert(offsetof(TransformationSpellTool_TransformPlaceholder, FxInfoCenter) == 0x000010, "Member 'TransformationSpellTool_TransformPlaceholder::FxInfoCenter' has a wrong offset!"); \ static_assert(offsetof(TransformationSpellTool_TransformPlaceholder, FxInfoExtent) == 0x00001C, "Member 'TransformationSpellTool_TransformPlaceholder::FxInfoExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATransformationSpellTool \ static_assert(alignof(ATransformationSpellTool) == 0x000010, "Wrong alignment on ATransformationSpellTool"); \ static_assert(sizeof(ATransformationSpellTool) == 0x000B50, "Wrong size on ATransformationSpellTool"); \ static_assert(offsetof(ATransformationSpellTool, TargetObjectName) == 0x000AB0, "Member 'ATransformationSpellTool::TargetObjectName' has a wrong offset!"); \ static_assert(offsetof(ATransformationSpellTool, LeftBehindPreviewActor) == 0x000B28, "Member 'ATransformationSpellTool::LeftBehindPreviewActor' has a wrong offset!"); \ static_assert(offsetof(ATransformationSpellTool, TransformationDuration) == 0x000B34, "Member 'ATransformationSpellTool::TransformationDuration' has a wrong offset!"); \ static_assert(offsetof(ATransformationSpellTool, TransformationStyles) == 0x000B38, "Member 'ATransformationSpellTool::TransformationStyles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlaySceneRigCinematic_PlayAllCinematicBatchJobs \ static_assert(alignof(PlaySceneRigCinematic_PlayAllCinematicBatchJobs) == 0x000008, "Wrong alignment on PlaySceneRigCinematic_PlayAllCinematicBatchJobs"); \ static_assert(sizeof(PlaySceneRigCinematic_PlayAllCinematicBatchJobs) == 0x000010, "Wrong size on PlaySceneRigCinematic_PlayAllCinematicBatchJobs"); \ static_assert(offsetof(PlaySceneRigCinematic_PlayAllCinematicBatchJobs, InCinematicBatchPaths) == 0x000000, "Member 'PlaySceneRigCinematic_PlayAllCinematicBatchJobs::InCinematicBatchPaths' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlaySceneRigCinematic \ static_assert(alignof(UPlaySceneRigCinematic) == 0x000008, "Wrong alignment on UPlaySceneRigCinematic"); \ static_assert(sizeof(UPlaySceneRigCinematic) == 0x0001F8, "Wrong size on UPlaySceneRigCinematic"); \ static_assert(offsetof(UPlaySceneRigCinematic, CurrentCinematicBatch) == 0x000070, "Member 'UPlaySceneRigCinematic::CurrentCinematicBatch' has a wrong offset!"); \ static_assert(offsetof(UPlaySceneRigCinematic, CurrentCinematicBatchHUD) == 0x000078, "Member 'UPlaySceneRigCinematic::CurrentCinematicBatchHUD' has a wrong offset!"); \ static_assert(offsetof(UPlaySceneRigCinematic, CinematicBatches) == 0x0001E8, "Member 'UPlaySceneRigCinematic::CinematicBatches' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCreaturePathTeleportTask \ static_assert(alignof(UAblCreaturePathTeleportTask) == 0x000008, "Wrong alignment on UAblCreaturePathTeleportTask"); \ static_assert(sizeof(UAblCreaturePathTeleportTask) == 0x000070, "Wrong size on UAblCreaturePathTeleportTask"); \ #define DUMPER7_ASSERTS_UAblCreatureSetupPathTeleportTask \ static_assert(alignof(UAblCreatureSetupPathTeleportTask) == 0x000008, "Wrong alignment on UAblCreatureSetupPathTeleportTask"); \ static_assert(sizeof(UAblCreatureSetupPathTeleportTask) == 0x000078, "Wrong size on UAblCreatureSetupPathTeleportTask"); \ static_assert(offsetof(UAblCreatureSetupPathTeleportTask, TeleportChanceOnStart) == 0x000070, "Member 'UAblCreatureSetupPathTeleportTask::TeleportChanceOnStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_Creature_MissingNavmeshChecker \ static_assert(alignof(UBTService_Creature_MissingNavmeshChecker) == 0x000008, "Wrong alignment on UBTService_Creature_MissingNavmeshChecker"); \ static_assert(sizeof(UBTService_Creature_MissingNavmeshChecker) == 0x0000A8, "Wrong size on UBTService_Creature_MissingNavmeshChecker"); \ #define DUMPER7_ASSERTS_FlooTarget_GetAvailable \ static_assert(alignof(FlooTarget_GetAvailable) == 0x000001, "Wrong alignment on FlooTarget_GetAvailable"); \ static_assert(sizeof(FlooTarget_GetAvailable) == 0x000001, "Wrong size on FlooTarget_GetAvailable"); \ static_assert(offsetof(FlooTarget_GetAvailable, ReturnValue) == 0x000000, "Member 'FlooTarget_GetAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlooTarget_Handle_SetAvailable \ static_assert(alignof(FlooTarget_Handle_SetAvailable) == 0x000001, "Wrong alignment on FlooTarget_Handle_SetAvailable"); \ static_assert(sizeof(FlooTarget_Handle_SetAvailable) == 0x000001, "Wrong size on FlooTarget_Handle_SetAvailable"); \ static_assert(offsetof(FlooTarget_Handle_SetAvailable, availableIn) == 0x000000, "Member 'FlooTarget_Handle_SetAvailable::availableIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlooTarget_SetAvailable \ static_assert(alignof(FlooTarget_SetAvailable) == 0x000001, "Wrong alignment on FlooTarget_SetAvailable"); \ static_assert(sizeof(FlooTarget_SetAvailable) == 0x000001, "Wrong size on FlooTarget_SetAvailable"); \ static_assert(offsetof(FlooTarget_SetAvailable, availableIn) == 0x000000, "Member 'FlooTarget_SetAvailable::availableIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFlooTarget \ static_assert(alignof(AFlooTarget) == 0x000008, "Wrong alignment on AFlooTarget"); \ static_assert(sizeof(AFlooTarget) == 0x0002F8, "Wrong size on AFlooTarget"); \ static_assert(offsetof(AFlooTarget, Name_0) == 0x000250, "Member 'AFlooTarget::Name_0' has a wrong offset!"); \ static_assert(offsetof(AFlooTarget, Icon) == 0x000268, "Member 'AFlooTarget::Icon' has a wrong offset!"); \ static_assert(offsetof(AFlooTarget, AvailableEmitter) == 0x0002F0, "Member 'AFlooTarget::AvailableEmitter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblObjectStateDropLootTask \ static_assert(alignof(UAblObjectStateDropLootTask) == 0x000008, "Wrong alignment on UAblObjectStateDropLootTask"); \ static_assert(sizeof(UAblObjectStateDropLootTask) == 0x000090, "Wrong size on UAblObjectStateDropLootTask"); \ static_assert(offsetof(UAblObjectStateDropLootTask, bSpawnOnFloor) == 0x000070, "Member 'UAblObjectStateDropLootTask::bSpawnOnFloor' has a wrong offset!"); \ static_assert(offsetof(UAblObjectStateDropLootTask, bApplyImpulse) == 0x000071, "Member 'UAblObjectStateDropLootTask::bApplyImpulse' has a wrong offset!"); \ static_assert(offsetof(UAblObjectStateDropLootTask, ImpulseDirection) == 0x000074, "Member 'UAblObjectStateDropLootTask::ImpulseDirection' has a wrong offset!"); \ static_assert(offsetof(UAblObjectStateDropLootTask, ImpulseDirectionRandAngle) == 0x000080, "Member 'UAblObjectStateDropLootTask::ImpulseDirectionRandAngle' has a wrong offset!"); \ static_assert(offsetof(UAblObjectStateDropLootTask, MinImpulse) == 0x000084, "Member 'UAblObjectStateDropLootTask::MinImpulse' has a wrong offset!"); \ static_assert(offsetof(UAblObjectStateDropLootTask, MaxImpulse) == 0x000088, "Member 'UAblObjectStateDropLootTask::MaxImpulse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablDeathRespawnTaskScratchPad \ static_assert(alignof(UablDeathRespawnTaskScratchPad) == 0x000008, "Wrong alignment on UablDeathRespawnTaskScratchPad"); \ static_assert(sizeof(UablDeathRespawnTaskScratchPad) == 0x000028, "Wrong size on UablDeathRespawnTaskScratchPad"); \ #define DUMPER7_ASSERTS_FlyingBroomPhysics_AnimationUpdate \ static_assert(alignof(FlyingBroomPhysics_AnimationUpdate) == 0x000008, "Wrong alignment on FlyingBroomPhysics_AnimationUpdate"); \ static_assert(sizeof(FlyingBroomPhysics_AnimationUpdate) == 0x000010, "Wrong size on FlyingBroomPhysics_AnimationUpdate"); \ static_assert(offsetof(FlyingBroomPhysics_AnimationUpdate, FlyingBroomMovementComponent) == 0x000000, "Member 'FlyingBroomPhysics_AnimationUpdate::FlyingBroomMovementComponent' has a wrong offset!"); \ static_assert(offsetof(FlyingBroomPhysics_AnimationUpdate, Scratch) == 0x000008, "Member 'FlyingBroomPhysics_AnimationUpdate::Scratch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroomPhysics_CreateScratch \ static_assert(alignof(FlyingBroomPhysics_CreateScratch) == 0x000008, "Wrong alignment on FlyingBroomPhysics_CreateScratch"); \ static_assert(sizeof(FlyingBroomPhysics_CreateScratch) == 0x000010, "Wrong size on FlyingBroomPhysics_CreateScratch"); \ static_assert(offsetof(FlyingBroomPhysics_CreateScratch, InOwner) == 0x000000, "Member 'FlyingBroomPhysics_CreateScratch::InOwner' has a wrong offset!"); \ static_assert(offsetof(FlyingBroomPhysics_CreateScratch, ReturnValue) == 0x000008, "Member 'FlyingBroomPhysics_CreateScratch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroomPhysics_PhysicsAdded \ static_assert(alignof(FlyingBroomPhysics_PhysicsAdded) == 0x000008, "Wrong alignment on FlyingBroomPhysics_PhysicsAdded"); \ static_assert(sizeof(FlyingBroomPhysics_PhysicsAdded) == 0x000010, "Wrong size on FlyingBroomPhysics_PhysicsAdded"); \ static_assert(offsetof(FlyingBroomPhysics_PhysicsAdded, FlyingBroomMovementComponent) == 0x000000, "Member 'FlyingBroomPhysics_PhysicsAdded::FlyingBroomMovementComponent' has a wrong offset!"); \ static_assert(offsetof(FlyingBroomPhysics_PhysicsAdded, Scratch) == 0x000008, "Member 'FlyingBroomPhysics_PhysicsAdded::Scratch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroomPhysics_PhysicsIteration \ static_assert(alignof(FlyingBroomPhysics_PhysicsIteration) == 0x000008, "Wrong alignment on FlyingBroomPhysics_PhysicsIteration"); \ static_assert(sizeof(FlyingBroomPhysics_PhysicsIteration) == 0x000020, "Wrong size on FlyingBroomPhysics_PhysicsIteration"); \ static_assert(offsetof(FlyingBroomPhysics_PhysicsIteration, FlyingBroomMovementComponent) == 0x000000, "Member 'FlyingBroomPhysics_PhysicsIteration::FlyingBroomMovementComponent' has a wrong offset!"); \ static_assert(offsetof(FlyingBroomPhysics_PhysicsIteration, Scratch) == 0x000008, "Member 'FlyingBroomPhysics_PhysicsIteration::Scratch' has a wrong offset!"); \ static_assert(offsetof(FlyingBroomPhysics_PhysicsIteration, timeTick) == 0x000010, "Member 'FlyingBroomPhysics_PhysicsIteration::timeTick' has a wrong offset!"); \ static_assert(offsetof(FlyingBroomPhysics_PhysicsIteration, ReturnValue) == 0x000014, "Member 'FlyingBroomPhysics_PhysicsIteration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroomPhysics_PhysicsPostIteration \ static_assert(alignof(FlyingBroomPhysics_PhysicsPostIteration) == 0x000008, "Wrong alignment on FlyingBroomPhysics_PhysicsPostIteration"); \ static_assert(sizeof(FlyingBroomPhysics_PhysicsPostIteration) == 0x000020, "Wrong size on FlyingBroomPhysics_PhysicsPostIteration"); \ static_assert(offsetof(FlyingBroomPhysics_PhysicsPostIteration, FlyingBroomMovementComponent) == 0x000000, "Member 'FlyingBroomPhysics_PhysicsPostIteration::FlyingBroomMovementComponent' has a wrong offset!"); \ static_assert(offsetof(FlyingBroomPhysics_PhysicsPostIteration, Scratch) == 0x000008, "Member 'FlyingBroomPhysics_PhysicsPostIteration::Scratch' has a wrong offset!"); \ static_assert(offsetof(FlyingBroomPhysics_PhysicsPostIteration, Adjusted) == 0x000010, "Member 'FlyingBroomPhysics_PhysicsPostIteration::Adjusted' has a wrong offset!"); \ static_assert(offsetof(FlyingBroomPhysics_PhysicsPostIteration, timeTick) == 0x00001C, "Member 'FlyingBroomPhysics_PhysicsPostIteration::timeTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroomPhysics_PhysicsRemoved \ static_assert(alignof(FlyingBroomPhysics_PhysicsRemoved) == 0x000008, "Wrong alignment on FlyingBroomPhysics_PhysicsRemoved"); \ static_assert(sizeof(FlyingBroomPhysics_PhysicsRemoved) == 0x000010, "Wrong size on FlyingBroomPhysics_PhysicsRemoved"); \ static_assert(offsetof(FlyingBroomPhysics_PhysicsRemoved, FlyingBroomMovementComponent) == 0x000000, "Member 'FlyingBroomPhysics_PhysicsRemoved::FlyingBroomMovementComponent' has a wrong offset!"); \ static_assert(offsetof(FlyingBroomPhysics_PhysicsRemoved, Scratch) == 0x000008, "Member 'FlyingBroomPhysics_PhysicsRemoved::Scratch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroomPhysics_PhysicsUpdate \ static_assert(alignof(FlyingBroomPhysics_PhysicsUpdate) == 0x000008, "Wrong alignment on FlyingBroomPhysics_PhysicsUpdate"); \ static_assert(sizeof(FlyingBroomPhysics_PhysicsUpdate) == 0x000018, "Wrong size on FlyingBroomPhysics_PhysicsUpdate"); \ static_assert(offsetof(FlyingBroomPhysics_PhysicsUpdate, FlyingBroomMovementComponent) == 0x000000, "Member 'FlyingBroomPhysics_PhysicsUpdate::FlyingBroomMovementComponent' has a wrong offset!"); \ static_assert(offsetof(FlyingBroomPhysics_PhysicsUpdate, Scratch) == 0x000008, "Member 'FlyingBroomPhysics_PhysicsUpdate::Scratch' has a wrong offset!"); \ static_assert(offsetof(FlyingBroomPhysics_PhysicsUpdate, DeltaTime) == 0x000010, "Member 'FlyingBroomPhysics_PhysicsUpdate::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlyingBroomPhysics \ static_assert(alignof(UFlyingBroomPhysics) == 0x000008, "Wrong alignment on UFlyingBroomPhysics"); \ static_assert(sizeof(UFlyingBroomPhysics) == 0x000038, "Wrong size on UFlyingBroomPhysics"); \ static_assert(offsetof(UFlyingBroomPhysics, bDebugDraw) == 0x000030, "Member 'UFlyingBroomPhysics::bDebugDraw' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics, bDisablePhysics) == 0x000031, "Member 'UFlyingBroomPhysics::bDisablePhysics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablDeathRespawnTask \ static_assert(alignof(UablDeathRespawnTask) == 0x000008, "Wrong alignment on UablDeathRespawnTask"); \ static_assert(sizeof(UablDeathRespawnTask) == 0x000070, "Wrong size on UablDeathRespawnTask"); \ #define DUMPER7_ASSERTS_UAblNPCDynamicBranchChannelingConditional \ static_assert(alignof(UAblNPCDynamicBranchChannelingConditional) == 0x000008, "Wrong alignment on UAblNPCDynamicBranchChannelingConditional"); \ static_assert(sizeof(UAblNPCDynamicBranchChannelingConditional) == 0x000070, "Wrong size on UAblNPCDynamicBranchChannelingConditional"); \ static_assert(offsetof(UAblNPCDynamicBranchChannelingConditional, m_CopyTargetsOnBranch) == 0x000030, "Member 'UAblNPCDynamicBranchChannelingConditional::m_CopyTargetsOnBranch' has a wrong offset!"); \ static_assert(offsetof(UAblNPCDynamicBranchChannelingConditional, m_TransitionBlend) == 0x000038, "Member 'UAblNPCDynamicBranchChannelingConditional::m_TransitionBlend' has a wrong offset!"); \ static_assert(offsetof(UAblNPCDynamicBranchChannelingConditional, AbilityState) == 0x000068, "Member 'UAblNPCDynamicBranchChannelingConditional::AbilityState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FleshCache_Get \ static_assert(alignof(FleshCache_Get) == 0x000008, "Wrong alignment on FleshCache_Get"); \ static_assert(sizeof(FleshCache_Get) == 0x000008, "Wrong size on FleshCache_Get"); \ static_assert(offsetof(FleshCache_Get, ReturnValue) == 0x000000, "Member 'FleshCache_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FleshCache_HandleFastTravelBegun \ static_assert(alignof(FleshCache_HandleFastTravelBegun) == 0x000008, "Wrong alignment on FleshCache_HandleFastTravelBegun"); \ static_assert(sizeof(FleshCache_HandleFastTravelBegun) == 0x000008, "Wrong size on FleshCache_HandleFastTravelBegun"); \ static_assert(offsetof(FleshCache_HandleFastTravelBegun, InCaller) == 0x000000, "Member 'FleshCache_HandleFastTravelBegun::InCaller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FleshCache_HandleFastTravelFinished \ static_assert(alignof(FleshCache_HandleFastTravelFinished) == 0x000008, "Wrong alignment on FleshCache_HandleFastTravelFinished"); \ static_assert(sizeof(FleshCache_HandleFastTravelFinished) == 0x000008, "Wrong size on FleshCache_HandleFastTravelFinished"); \ static_assert(offsetof(FleshCache_HandleFastTravelFinished, InCaller) == 0x000000, "Member 'FleshCache_HandleFastTravelFinished::InCaller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FleshCache_OnComponentActivated \ static_assert(alignof(FleshCache_OnComponentActivated) == 0x000008, "Wrong alignment on FleshCache_OnComponentActivated"); \ static_assert(sizeof(FleshCache_OnComponentActivated) == 0x000010, "Wrong size on FleshCache_OnComponentActivated"); \ static_assert(offsetof(FleshCache_OnComponentActivated, InComponent) == 0x000000, "Member 'FleshCache_OnComponentActivated::InComponent' has a wrong offset!"); \ static_assert(offsetof(FleshCache_OnComponentActivated, InSuccess) == 0x000008, "Member 'FleshCache_OnComponentActivated::InSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FleshCache_OnPreCacheFinished \ static_assert(alignof(FleshCache_OnPreCacheFinished) == 0x000008, "Wrong alignment on FleshCache_OnPreCacheFinished"); \ static_assert(sizeof(FleshCache_OnPreCacheFinished) == 0x000008, "Wrong size on FleshCache_OnPreCacheFinished"); \ static_assert(offsetof(FleshCache_OnPreCacheFinished, InOwner) == 0x000000, "Member 'FleshCache_OnPreCacheFinished::InOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFleshCache \ static_assert(alignof(UFleshCache) == 0x000008, "Wrong alignment on UFleshCache"); \ static_assert(sizeof(UFleshCache) == 0x000300, "Wrong size on UFleshCache"); \ static_assert(offsetof(UFleshCache, OnFleshCreated) == 0x000038, "Member 'UFleshCache::OnFleshCreated' has a wrong offset!"); \ static_assert(offsetof(UFleshCache, OnFleshDestroyed) == 0x000048, "Member 'UFleshCache::OnFleshDestroyed' has a wrong offset!"); \ static_assert(offsetof(UFleshCache, OnGetFlesh) == 0x000058, "Member 'UFleshCache::OnGetFlesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPointAtComponent \ static_assert(alignof(UPointAtComponent) == 0x000010, "Wrong alignment on UPointAtComponent"); \ static_assert(sizeof(UPointAtComponent) == 0x000220, "Wrong size on UPointAtComponent"); \ #define DUMPER7_ASSERTS_UAblDisableAutoTargetingTask \ static_assert(alignof(UAblDisableAutoTargetingTask) == 0x000008, "Wrong alignment on UAblDisableAutoTargetingTask"); \ static_assert(sizeof(UAblDisableAutoTargetingTask) == 0x000070, "Wrong size on UAblDisableAutoTargetingTask"); \ #define DUMPER7_ASSERTS_UEnemyAIAttackInstanceData \ static_assert(alignof(UEnemyAIAttackInstanceData) == 0x000008, "Wrong alignment on UEnemyAIAttackInstanceData"); \ static_assert(sizeof(UEnemyAIAttackInstanceData) == 0x0001F0, "Wrong size on UEnemyAIAttackInstanceData"); \ static_assert(offsetof(UEnemyAIAttackInstanceData, extraData) == 0x000168, "Member 'UEnemyAIAttackInstanceData::extraData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleSpawnOnCameraWithinBounds \ static_assert(alignof(UWorldFXRuleSpawnOnCameraWithinBounds) == 0x000008, "Wrong alignment on UWorldFXRuleSpawnOnCameraWithinBounds"); \ static_assert(sizeof(UWorldFXRuleSpawnOnCameraWithinBounds) == 0x000070, "Wrong size on UWorldFXRuleSpawnOnCameraWithinBounds"); \ static_assert(offsetof(UWorldFXRuleSpawnOnCameraWithinBounds, Bounds) == 0x000060, "Member 'UWorldFXRuleSpawnOnCameraWithinBounds::Bounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionBlueprintVarProvider \ static_assert(alignof(USceneActionBlueprintVarProvider) == 0x000008, "Wrong alignment on USceneActionBlueprintVarProvider"); \ static_assert(sizeof(USceneActionBlueprintVarProvider) == 0x000038, "Wrong size on USceneActionBlueprintVarProvider"); \ static_assert(offsetof(USceneActionBlueprintVarProvider, Name_0) == 0x000028, "Member 'USceneActionBlueprintVarProvider::Name_0' has a wrong offset!"); \ static_assert(offsetof(USceneActionBlueprintVarProvider, bOnce) == 0x000030, "Member 'USceneActionBlueprintVarProvider::bOnce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionBlueprintVarProviderColor \ static_assert(alignof(USceneActionBlueprintVarProviderColor) == 0x000008, "Wrong alignment on USceneActionBlueprintVarProviderColor"); \ static_assert(sizeof(USceneActionBlueprintVarProviderColor) == 0x000040, "Wrong size on USceneActionBlueprintVarProviderColor"); \ static_assert(offsetof(USceneActionBlueprintVarProviderColor, Value) == 0x000038, "Member 'USceneActionBlueprintVarProviderColor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblDisableCognitionSenseTask \ static_assert(alignof(UAblDisableCognitionSenseTask) == 0x000008, "Wrong alignment on UAblDisableCognitionSenseTask"); \ static_assert(sizeof(UAblDisableCognitionSenseTask) == 0x000088, "Wrong size on UAblDisableCognitionSenseTask"); \ static_assert(offsetof(UAblDisableCognitionSenseTask, SensesToDisable) == 0x000070, "Member 'UAblDisableCognitionSenseTask::SensesToDisable' has a wrong offset!"); \ static_assert(offsetof(UAblDisableCognitionSenseTask, bForce) == 0x000080, "Member 'UAblDisableCognitionSenseTask::bForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRulePlayerWithinDistance \ static_assert(alignof(UWorldFXRulePlayerWithinDistance) == 0x000008, "Wrong alignment on UWorldFXRulePlayerWithinDistance"); \ static_assert(sizeof(UWorldFXRulePlayerWithinDistance) == 0x000030, "Wrong size on UWorldFXRulePlayerWithinDistance"); \ static_assert(offsetof(UWorldFXRulePlayerWithinDistance, Distance) == 0x000028, "Member 'UWorldFXRulePlayerWithinDistance::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablOpportunityWindowTagTask \ static_assert(alignof(UablOpportunityWindowTagTask) == 0x000008, "Wrong alignment on UablOpportunityWindowTagTask"); \ static_assert(sizeof(UablOpportunityWindowTagTask) == 0x0000D0, "Wrong size on UablOpportunityWindowTagTask"); \ static_assert(offsetof(UablOpportunityWindowTagTask, SpellName) == 0x000070, "Member 'UablOpportunityWindowTagTask::SpellName' has a wrong offset!"); \ static_assert(offsetof(UablOpportunityWindowTagTask, CharacterTags) == 0x000078, "Member 'UablOpportunityWindowTagTask::CharacterTags' has a wrong offset!"); \ static_assert(offsetof(UablOpportunityWindowTagTask, TagOperation) == 0x000098, "Member 'UablOpportunityWindowTagTask::TagOperation' has a wrong offset!"); \ static_assert(offsetof(UablOpportunityWindowTagTask, RemoveTagsAtEndOfTask) == 0x000099, "Member 'UablOpportunityWindowTagTask::RemoveTagsAtEndOfTask' has a wrong offset!"); \ static_assert(offsetof(UablOpportunityWindowTagTask, bCheckDatabaseId) == 0x00009A, "Member 'UablOpportunityWindowTagTask::bCheckDatabaseId' has a wrong offset!"); \ static_assert(offsetof(UablOpportunityWindowTagTask, DatabaseIds) == 0x0000A0, "Member 'UablOpportunityWindowTagTask::DatabaseIds' has a wrong offset!"); \ static_assert(offsetof(UablOpportunityWindowTagTask, bCheckSubtypeId) == 0x0000B0, "Member 'UablOpportunityWindowTagTask::bCheckSubtypeId' has a wrong offset!"); \ static_assert(offsetof(UablOpportunityWindowTagTask, SubtypeIds) == 0x0000B8, "Member 'UablOpportunityWindowTagTask::SubtypeIds' has a wrong offset!"); \ static_assert(offsetof(UablOpportunityWindowTagTask, DuelTechniqueEventTag) == 0x0000C8, "Member 'UablOpportunityWindowTagTask::DuelTechniqueEventTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablDragonMobilityTaskScratchPad \ static_assert(alignof(UablDragonMobilityTaskScratchPad) == 0x000008, "Wrong alignment on UablDragonMobilityTaskScratchPad"); \ static_assert(sizeof(UablDragonMobilityTaskScratchPad) == 0x000030, "Wrong size on UablDragonMobilityTaskScratchPad"); \ static_assert(offsetof(UablDragonMobilityTaskScratchPad, ElapsedTime) == 0x000028, "Member 'UablDragonMobilityTaskScratchPad::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBroomChallengeScreen \ static_assert(alignof(UBroomChallengeScreen) == 0x000008, "Wrong alignment on UBroomChallengeScreen"); \ static_assert(sizeof(UBroomChallengeScreen) == 0x000380, "Wrong size on UBroomChallengeScreen"); \ static_assert(offsetof(UBroomChallengeScreen, RaceId) == 0x000370, "Member 'UBroomChallengeScreen::RaceId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_BasicLight \ static_assert(alignof(USceneAction_BasicLight) == 0x000008, "Wrong alignment on USceneAction_BasicLight"); \ static_assert(sizeof(USceneAction_BasicLight) == 0x000560, "Wrong size on USceneAction_BasicLight"); \ static_assert(offsetof(USceneAction_BasicLight, light) == 0x000088, "Member 'USceneAction_BasicLight::light' has a wrong offset!"); \ static_assert(offsetof(USceneAction_BasicLight, Source) == 0x000120, "Member 'USceneAction_BasicLight::Source' has a wrong offset!"); \ static_assert(offsetof(USceneAction_BasicLight, Target) == 0x000128, "Member 'USceneAction_BasicLight::Target' has a wrong offset!"); \ static_assert(offsetof(USceneAction_BasicLight, OnOffCurve) == 0x000130, "Member 'USceneAction_BasicLight::OnOffCurve' has a wrong offset!"); \ static_assert(offsetof(USceneAction_BasicLight, IntensityCurve) == 0x0001B8, "Member 'USceneAction_BasicLight::IntensityCurve' has a wrong offset!"); \ static_assert(offsetof(USceneAction_BasicLight, AttenuationCurve) == 0x000240, "Member 'USceneAction_BasicLight::AttenuationCurve' has a wrong offset!"); \ static_assert(offsetof(USceneAction_BasicLight, ColorCurve) == 0x0002C8, "Member 'USceneAction_BasicLight::ColorCurve' has a wrong offset!"); \ static_assert(offsetof(USceneAction_BasicLight, OuterConeAngleCurve) == 0x0004D0, "Member 'USceneAction_BasicLight::OuterConeAngleCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerTemplateDataAsset \ static_assert(alignof(UPlayerTemplateDataAsset) == 0x000008, "Wrong alignment on UPlayerTemplateDataAsset"); \ static_assert(sizeof(UPlayerTemplateDataAsset) == 0x000138, "Wrong size on UPlayerTemplateDataAsset"); \ static_assert(offsetof(UPlayerTemplateDataAsset, PlayerLevel) == 0x000030, "Member 'UPlayerTemplateDataAsset::PlayerLevel' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, OverrideGearStatWithExpected) == 0x000034, "Member 'UPlayerTemplateDataAsset::OverrideGearStatWithExpected' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, HeadGear) == 0x000038, "Member 'UPlayerTemplateDataAsset::HeadGear' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, HeadGearTrait) == 0x000048, "Member 'UPlayerTemplateDataAsset::HeadGearTrait' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, HeadUpgrades) == 0x000050, "Member 'UPlayerTemplateDataAsset::HeadUpgrades' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, HeadStatOverride) == 0x000054, "Member 'UPlayerTemplateDataAsset::HeadStatOverride' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, BackGear) == 0x000058, "Member 'UPlayerTemplateDataAsset::BackGear' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, BackGearTrait) == 0x000068, "Member 'UPlayerTemplateDataAsset::BackGearTrait' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, BackUpgrades) == 0x000070, "Member 'UPlayerTemplateDataAsset::BackUpgrades' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, BackStatOverride) == 0x000074, "Member 'UPlayerTemplateDataAsset::BackStatOverride' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, OutfitGear) == 0x000078, "Member 'UPlayerTemplateDataAsset::OutfitGear' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, OutfitGearTrait) == 0x000088, "Member 'UPlayerTemplateDataAsset::OutfitGearTrait' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, OutfitUpgrades) == 0x000090, "Member 'UPlayerTemplateDataAsset::OutfitUpgrades' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, OutfitStatOverride) == 0x000094, "Member 'UPlayerTemplateDataAsset::OutfitStatOverride' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, NeckGear) == 0x000098, "Member 'UPlayerTemplateDataAsset::NeckGear' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, NeckGearTrait) == 0x0000A8, "Member 'UPlayerTemplateDataAsset::NeckGearTrait' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, NeckUpgrades) == 0x0000B0, "Member 'UPlayerTemplateDataAsset::NeckUpgrades' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, NeckStatOverride) == 0x0000B4, "Member 'UPlayerTemplateDataAsset::NeckStatOverride' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, HandGear) == 0x0000B8, "Member 'UPlayerTemplateDataAsset::HandGear' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, HandGearTrait) == 0x0000C8, "Member 'UPlayerTemplateDataAsset::HandGearTrait' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, HandUpgrades) == 0x0000D0, "Member 'UPlayerTemplateDataAsset::HandUpgrades' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, HandStatOverride) == 0x0000D4, "Member 'UPlayerTemplateDataAsset::HandStatOverride' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, FaceGear) == 0x0000D8, "Member 'UPlayerTemplateDataAsset::FaceGear' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, FaceGearTrait) == 0x0000E8, "Member 'UPlayerTemplateDataAsset::FaceGearTrait' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, FaceUpgrades) == 0x0000F0, "Member 'UPlayerTemplateDataAsset::FaceUpgrades' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, FaceStatOverride) == 0x0000F4, "Member 'UPlayerTemplateDataAsset::FaceStatOverride' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, ItemsToAdd) == 0x0000F8, "Member 'UPlayerTemplateDataAsset::ItemsToAdd' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, Talents) == 0x000108, "Member 'UPlayerTemplateDataAsset::Talents' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, SpellsToSlot) == 0x000118, "Member 'UPlayerTemplateDataAsset::SpellsToSlot' has a wrong offset!"); \ static_assert(offsetof(UPlayerTemplateDataAsset, LocksToChange) == 0x000128, "Member 'UPlayerTemplateDataAsset::LocksToChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablDragonMobilityTask \ static_assert(alignof(UablDragonMobilityTask) == 0x000008, "Wrong alignment on UablDragonMobilityTask"); \ static_assert(sizeof(UablDragonMobilityTask) == 0x000080, "Wrong size on UablDragonMobilityTask"); \ static_assert(offsetof(UablDragonMobilityTask, MobilityType) == 0x000070, "Member 'UablDragonMobilityTask::MobilityType' has a wrong offset!"); \ static_assert(offsetof(UablDragonMobilityTask, DistFromTarget) == 0x000074, "Member 'UablDragonMobilityTask::DistFromTarget' has a wrong offset!"); \ static_assert(offsetof(UablDragonMobilityTask, HeightAboveTarget) == 0x000078, "Member 'UablDragonMobilityTask::HeightAboveTarget' has a wrong offset!"); \ static_assert(offsetof(UablDragonMobilityTask, MoveSpeed) == 0x00007C, "Member 'UablDragonMobilityTask::MoveSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNPCAbility \ static_assert(alignof(UAblNPCAbility) == 0x000008, "Wrong alignment on UAblNPCAbility"); \ static_assert(sizeof(UAblNPCAbility) == 0x0000C8, "Wrong size on UAblNPCAbility"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluation \ static_assert(alignof(UCreatureLookAtTargetEvaluation) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluation"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluation) == 0x000028, "Wrong size on UCreatureLookAtTargetEvaluation"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluation_Float \ static_assert(alignof(UCreatureLookAtTargetEvaluation_Float) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluation_Float"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluation_Float) == 0x000038, "Wrong size on UCreatureLookAtTargetEvaluation_Float"); \ static_assert(offsetof(UCreatureLookAtTargetEvaluation_Float, ValueRange) == 0x000028, "Member 'UCreatureLookAtTargetEvaluation_Float::ValueRange' has a wrong offset!"); \ static_assert(offsetof(UCreatureLookAtTargetEvaluation_Float, MultiplierRange) == 0x000030, "Member 'UCreatureLookAtTargetEvaluation_Float::MultiplierRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluation_TimeAsTarget \ static_assert(alignof(UCreatureLookAtTargetEvaluation_TimeAsTarget) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluation_TimeAsTarget"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluation_TimeAsTarget) == 0x000038, "Wrong size on UCreatureLookAtTargetEvaluation_TimeAsTarget"); \ #define DUMPER7_ASSERTS_UAblDugbogLungeAttackTaskScratchPad \ static_assert(alignof(UAblDugbogLungeAttackTaskScratchPad) == 0x000008, "Wrong alignment on UAblDugbogLungeAttackTaskScratchPad"); \ static_assert(sizeof(UAblDugbogLungeAttackTaskScratchPad) == 0x000038, "Wrong size on UAblDugbogLungeAttackTaskScratchPad"); \ static_assert(offsetof(UAblDugbogLungeAttackTaskScratchPad, bIsDone) == 0x000028, "Member 'UAblDugbogLungeAttackTaskScratchPad::bIsDone' has a wrong offset!"); \ static_assert(offsetof(UAblDugbogLungeAttackTaskScratchPad, AwayVector) == 0x00002C, "Member 'UAblDugbogLungeAttackTaskScratchPad::AwayVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablDugbogLungeAttackTask \ static_assert(alignof(UablDugbogLungeAttackTask) == 0x000008, "Wrong alignment on UablDugbogLungeAttackTask"); \ static_assert(sizeof(UablDugbogLungeAttackTask) == 0x0000A0, "Wrong size on UablDugbogLungeAttackTask"); \ static_assert(offsetof(UablDugbogLungeAttackTask, MaxSpeed) == 0x000070, "Member 'UablDugbogLungeAttackTask::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UablDugbogLungeAttackTask, useOffset) == 0x000074, "Member 'UablDugbogLungeAttackTask::useOffset' has a wrong offset!"); \ static_assert(offsetof(UablDugbogLungeAttackTask, ArcParam) == 0x000078, "Member 'UablDugbogLungeAttackTask::ArcParam' has a wrong offset!"); \ static_assert(offsetof(UablDugbogLungeAttackTask, Gravity) == 0x00007C, "Member 'UablDugbogLungeAttackTask::Gravity' has a wrong offset!"); \ static_assert(offsetof(UablDugbogLungeAttackTask, SlamGravity) == 0x000080, "Member 'UablDugbogLungeAttackTask::SlamGravity' has a wrong offset!"); \ static_assert(offsetof(UablDugbogLungeAttackTask, TargetOffset) == 0x000084, "Member 'UablDugbogLungeAttackTask::TargetOffset' has a wrong offset!"); \ static_assert(offsetof(UablDugbogLungeAttackTask, MaxHeightDelta) == 0x000090, "Member 'UablDugbogLungeAttackTask::MaxHeightDelta' has a wrong offset!"); \ static_assert(offsetof(UablDugbogLungeAttackTask, MaxDistance) == 0x000094, "Member 'UablDugbogLungeAttackTask::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(UablDugbogLungeAttackTask, continueMove) == 0x000098, "Member 'UablDugbogLungeAttackTask::continueMove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_Creature_TestPerchValid \ static_assert(alignof(UBTService_Creature_TestPerchValid) == 0x000008, "Wrong alignment on UBTService_Creature_TestPerchValid"); \ static_assert(sizeof(UBTService_Creature_TestPerchValid) == 0x000070, "Wrong size on UBTService_Creature_TestPerchValid"); \ #define DUMPER7_ASSERTS_UFlyingBroomPhysicsScratch \ static_assert(alignof(UFlyingBroomPhysicsScratch) == 0x000008, "Wrong alignment on UFlyingBroomPhysicsScratch"); \ static_assert(sizeof(UFlyingBroomPhysicsScratch) == 0x000030, "Wrong size on UFlyingBroomPhysicsScratch"); \ static_assert(offsetof(UFlyingBroomPhysicsScratch, MovementComponent) == 0x000028, "Member 'UFlyingBroomPhysicsScratch::MovementComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablEnemiesCowerTask \ static_assert(alignof(UablEnemiesCowerTask) == 0x000008, "Wrong alignment on UablEnemiesCowerTask"); \ static_assert(sizeof(UablEnemiesCowerTask) == 0x000098, "Wrong size on UablEnemiesCowerTask"); \ static_assert(offsetof(UablEnemiesCowerTask, FacialEmotion) == 0x000070, "Member 'UablEnemiesCowerTask::FacialEmotion' has a wrong offset!"); \ static_assert(offsetof(UablEnemiesCowerTask, FacialEmotionPriority) == 0x000071, "Member 'UablEnemiesCowerTask::FacialEmotionPriority' has a wrong offset!"); \ static_assert(offsetof(UablEnemiesCowerTask, TransitionTime) == 0x000074, "Member 'UablEnemiesCowerTask::TransitionTime' has a wrong offset!"); \ static_assert(offsetof(UablEnemiesCowerTask, AnimTags) == 0x000078, "Member 'UablEnemiesCowerTask::AnimTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcReactGravityScratchpad \ static_assert(alignof(UAblNpcReactGravityScratchpad) == 0x000008, "Wrong alignment on UAblNpcReactGravityScratchpad"); \ static_assert(sizeof(UAblNpcReactGravityScratchpad) == 0x000030, "Wrong size on UAblNpcReactGravityScratchpad"); \ #define DUMPER7_ASSERTS_UBroomRiderAction_BarrelRoll \ static_assert(alignof(UBroomRiderAction_BarrelRoll) == 0x000008, "Wrong alignment on UBroomRiderAction_BarrelRoll"); \ static_assert(sizeof(UBroomRiderAction_BarrelRoll) == 0x000048, "Wrong size on UBroomRiderAction_BarrelRoll"); \ static_assert(offsetof(UBroomRiderAction_BarrelRoll, RollDirection) == 0x000038, "Member 'UBroomRiderAction_BarrelRoll::RollDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablEnemy_AUSDecisionTaskScratchPad \ static_assert(alignof(UablEnemy_AUSDecisionTaskScratchPad) == 0x000008, "Wrong alignment on UablEnemy_AUSDecisionTaskScratchPad"); \ static_assert(sizeof(UablEnemy_AUSDecisionTaskScratchPad) == 0x000028, "Wrong size on UablEnemy_AUSDecisionTaskScratchPad"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherLocalWind \ static_assert(alignof(USceneAction_WeatherLocalWind) == 0x000008, "Wrong alignment on USceneAction_WeatherLocalWind"); \ static_assert(sizeof(USceneAction_WeatherLocalWind) == 0x0000D0, "Wrong size on USceneAction_WeatherLocalWind"); \ static_assert(offsetof(USceneAction_WeatherLocalWind, BlendInTime) == 0x000088, "Member 'USceneAction_WeatherLocalWind::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherLocalWind, BlendOutTime) == 0x00008C, "Member 'USceneAction_WeatherLocalWind::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherLocalWind, BlendDomain) == 0x000090, "Member 'USceneAction_WeatherLocalWind::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherLocalWind, Priority) == 0x0000C8, "Member 'USceneAction_WeatherLocalWind::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherLocalWindPreset \ static_assert(alignof(USceneAction_WeatherLocalWindPreset) == 0x000008, "Wrong alignment on USceneAction_WeatherLocalWindPreset"); \ static_assert(sizeof(USceneAction_WeatherLocalWindPreset) == 0x0000E0, "Wrong size on USceneAction_WeatherLocalWindPreset"); \ static_assert(offsetof(USceneAction_WeatherLocalWindPreset, Preset) == 0x0000D0, "Member 'USceneAction_WeatherLocalWindPreset::Preset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcHitPauseTask \ static_assert(alignof(UAblNpcHitPauseTask) == 0x000008, "Wrong alignment on UAblNpcHitPauseTask"); \ static_assert(sizeof(UAblNpcHitPauseTask) == 0x000078, "Wrong size on UAblNpcHitPauseTask"); \ static_assert(offsetof(UAblNpcHitPauseTask, Time) == 0x000070, "Member 'UAblNpcHitPauseTask::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablEnemy_AUSDecisionTask \ static_assert(alignof(UablEnemy_AUSDecisionTask) == 0x000008, "Wrong alignment on UablEnemy_AUSDecisionTask"); \ static_assert(sizeof(UablEnemy_AUSDecisionTask) == 0x000078, "Wrong size on UablEnemy_AUSDecisionTask"); \ static_assert(offsetof(UablEnemy_AUSDecisionTask, DecisionBranchChance) == 0x000070, "Member 'UablEnemy_AUSDecisionTask::DecisionBranchChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Direct_QBUpdate \ static_assert(alignof(UEnemy_Direct_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_Direct_QBUpdate"); \ static_assert(sizeof(UEnemy_Direct_QBUpdate) == 0x000050, "Wrong size on UEnemy_Direct_QBUpdate"); \ #define DUMPER7_ASSERTS_UAblEnemyAnimNotify \ static_assert(alignof(UAblEnemyAnimNotify) == 0x000008, "Wrong alignment on UAblEnemyAnimNotify"); \ static_assert(sizeof(UAblEnemyAnimNotify) == 0x000048, "Wrong size on UAblEnemyAnimNotify"); \ static_assert(offsetof(UAblEnemyAnimNotify, AbilityEvent) == 0x000040, "Member 'UAblEnemyAnimNotify::AbilityEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblEnemyAttackTargetSyncPointUpdaterScratchpad \ static_assert(alignof(UAblEnemyAttackTargetSyncPointUpdaterScratchpad) == 0x000008, "Wrong alignment on UAblEnemyAttackTargetSyncPointUpdaterScratchpad"); \ static_assert(sizeof(UAblEnemyAttackTargetSyncPointUpdaterScratchpad) == 0x000040, "Wrong size on UAblEnemyAttackTargetSyncPointUpdaterScratchpad"); \ #define DUMPER7_ASSERTS_UAblPlayObjectArchitectVfxScratchpad \ static_assert(alignof(UAblPlayObjectArchitectVfxScratchpad) == 0x000008, "Wrong alignment on UAblPlayObjectArchitectVfxScratchpad"); \ static_assert(sizeof(UAblPlayObjectArchitectVfxScratchpad) == 0x000048, "Wrong size on UAblPlayObjectArchitectVfxScratchpad"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxScratchpad, NiagaraComp) == 0x000028, "Member 'UAblPlayObjectArchitectVfxScratchpad::NiagaraComp' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxScratchpad, ParticleComp) == 0x000030, "Member 'UAblPlayObjectArchitectVfxScratchpad::ParticleComp' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxScratchpad, ConditionScratchpads) == 0x000038, "Member 'UAblPlayObjectArchitectVfxScratchpad::ConditionScratchpads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_AddIAGameplayTags \ static_assert(alignof(UMultiFX2_AddIAGameplayTags) == 0x000008, "Wrong alignment on UMultiFX2_AddIAGameplayTags"); \ static_assert(sizeof(UMultiFX2_AddIAGameplayTags) == 0x000088, "Wrong size on UMultiFX2_AddIAGameplayTags"); \ static_assert(offsetof(UMultiFX2_AddIAGameplayTags, GameplayTags) == 0x000068, "Member 'UMultiFX2_AddIAGameplayTags::GameplayTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimTag_NPC_Mobility \ static_assert(alignof(UAnimTag_NPC_Mobility) == 0x000008, "Wrong alignment on UAnimTag_NPC_Mobility"); \ static_assert(sizeof(UAnimTag_NPC_Mobility) == 0x000070, "Wrong size on UAnimTag_NPC_Mobility"); \ static_assert(offsetof(UAnimTag_NPC_Mobility, AnimTags) == 0x000028, "Member 'UAnimTag_NPC_Mobility::AnimTags' has a wrong offset!"); \ static_assert(offsetof(UAnimTag_NPC_Mobility, MobilityStates) == 0x000048, "Member 'UAnimTag_NPC_Mobility::MobilityStates' has a wrong offset!"); \ static_assert(offsetof(UAnimTag_NPC_Mobility, bAdditionallyCheckAwareState) == 0x000058, "Member 'UAnimTag_NPC_Mobility::bAdditionallyCheckAwareState' has a wrong offset!"); \ static_assert(offsetof(UAnimTag_NPC_Mobility, AwareStates) == 0x000060, "Member 'UAnimTag_NPC_Mobility::AwareStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblEnemyAttackTargetSyncPointUpdater \ static_assert(alignof(UAblEnemyAttackTargetSyncPointUpdater) == 0x000008, "Wrong alignment on UAblEnemyAttackTargetSyncPointUpdater"); \ static_assert(sizeof(UAblEnemyAttackTargetSyncPointUpdater) == 0x000030, "Wrong size on UAblEnemyAttackTargetSyncPointUpdater"); \ static_assert(offsetof(UAblEnemyAttackTargetSyncPointUpdater, DesiredDistanceToTarget) == 0x000028, "Member 'UAblEnemyAttackTargetSyncPointUpdater::DesiredDistanceToTarget' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyAttackTargetSyncPointUpdater, bAllowPositiveTravel) == 0x00002C, "Member 'UAblEnemyAttackTargetSyncPointUpdater::bAllowPositiveTravel' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyAttackTargetSyncPointUpdater, bAllowNegativeTravel) == 0x00002D, "Member 'UAblEnemyAttackTargetSyncPointUpdater::bAllowNegativeTravel' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyAttackTargetSyncPointUpdater, bRemoveSyncPointOnParryAbort) == 0x00002E, "Member 'UAblEnemyAttackTargetSyncPointUpdater::bRemoveSyncPointOnParryAbort' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablMotionAdjustJumpDownLocationGetter \ static_assert(alignof(UablMotionAdjustJumpDownLocationGetter) == 0x000008, "Wrong alignment on UablMotionAdjustJumpDownLocationGetter"); \ static_assert(sizeof(UablMotionAdjustJumpDownLocationGetter) == 0x000028, "Wrong size on UablMotionAdjustJumpDownLocationGetter"); \ #define DUMPER7_ASSERTS_ControlTest_SetCommandVelocity \ static_assert(alignof(ControlTest_SetCommandVelocity) == 0x000004, "Wrong alignment on ControlTest_SetCommandVelocity"); \ static_assert(sizeof(ControlTest_SetCommandVelocity) == 0x00000C, "Wrong size on ControlTest_SetCommandVelocity"); \ static_assert(offsetof(ControlTest_SetCommandVelocity, i_velocity) == 0x000000, "Member 'ControlTest_SetCommandVelocity::i_velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlTest_SetLogWidget \ static_assert(alignof(ControlTest_SetLogWidget) == 0x000008, "Wrong alignment on ControlTest_SetLogWidget"); \ static_assert(sizeof(ControlTest_SetLogWidget) == 0x000008, "Wrong size on ControlTest_SetLogWidget"); \ static_assert(offsetof(ControlTest_SetLogWidget, i_logWidget) == 0x000000, "Member 'ControlTest_SetLogWidget::i_logWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AControlTest \ static_assert(alignof(AControlTest) == 0x000008, "Wrong alignment on AControlTest"); \ static_assert(sizeof(AControlTest) == 0x0002B0, "Wrong size on AControlTest"); \ static_assert(offsetof(AControlTest, m_subjectName) == 0x000248, "Member 'AControlTest::m_subjectName' has a wrong offset!"); \ static_assert(offsetof(AControlTest, m_maxDisplacement) == 0x000258, "Member 'AControlTest::m_maxDisplacement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTooltipWidget \ static_assert(alignof(UTooltipWidget) == 0x000008, "Wrong alignment on UTooltipWidget"); \ static_assert(sizeof(UTooltipWidget) == 0x000268, "Wrong size on UTooltipWidget"); \ #define DUMPER7_ASSERTS_UAblEnemyChannelingCustomConditional \ static_assert(alignof(UAblEnemyChannelingCustomConditional) == 0x000008, "Wrong alignment on UAblEnemyChannelingCustomConditional"); \ static_assert(sizeof(UAblEnemyChannelingCustomConditional) == 0x000048, "Wrong size on UAblEnemyChannelingCustomConditional"); \ static_assert(offsetof(UAblEnemyChannelingCustomConditional, BranchAbility) == 0x000030, "Member 'UAblEnemyChannelingCustomConditional::BranchAbility' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyChannelingCustomConditional, bBreakChannelingNearInstigator) == 0x000038, "Member 'UAblEnemyChannelingCustomConditional::bBreakChannelingNearInstigator' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyChannelingCustomConditional, NearRange) == 0x00003C, "Member 'UAblEnemyChannelingCustomConditional::NearRange' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyChannelingCustomConditional, BreakBranchAbility) == 0x000040, "Member 'UAblEnemyChannelingCustomConditional::BreakBranchAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBroomRiderSubActionBase \ static_assert(alignof(UBroomRiderSubActionBase) == 0x000008, "Wrong alignment on UBroomRiderSubActionBase"); \ static_assert(sizeof(UBroomRiderSubActionBase) == 0x000038, "Wrong size on UBroomRiderSubActionBase"); \ #define DUMPER7_ASSERTS_UBroomRiderAction_PlayDialogue \ static_assert(alignof(UBroomRiderAction_PlayDialogue) == 0x000008, "Wrong alignment on UBroomRiderAction_PlayDialogue"); \ static_assert(sizeof(UBroomRiderAction_PlayDialogue) == 0x000060, "Wrong size on UBroomRiderAction_PlayDialogue"); \ static_assert(offsetof(UBroomRiderAction_PlayDialogue, DialogueEvent) == 0x000038, "Member 'UBroomRiderAction_PlayDialogue::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(UBroomRiderAction_PlayDialogue, bWaitForDialogueToComplete) == 0x000048, "Member 'UBroomRiderAction_PlayDialogue::bWaitForDialogueToComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblEnemyDamageEventTask \ static_assert(alignof(UAblEnemyDamageEventTask) == 0x000008, "Wrong alignment on UAblEnemyDamageEventTask"); \ static_assert(sizeof(UAblEnemyDamageEventTask) == 0x0000A0, "Wrong size on UAblEnemyDamageEventTask"); \ static_assert(offsetof(UAblEnemyDamageEventTask, bUseDamageSystem) == 0x000098, "Member 'UAblEnemyDamageEventTask::bUseDamageSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablEnemyDynamicAbility \ static_assert(alignof(UablEnemyDynamicAbility) == 0x000008, "Wrong alignment on UablEnemyDynamicAbility"); \ static_assert(sizeof(UablEnemyDynamicAbility) == 0x0000C8, "Wrong size on UablEnemyDynamicAbility"); \ #define DUMPER7_ASSERTS_UAblPlayObjectArchitectVfxTaskBase \ static_assert(alignof(UAblPlayObjectArchitectVfxTaskBase) == 0x000008, "Wrong alignment on UAblPlayObjectArchitectVfxTaskBase"); \ static_assert(sizeof(UAblPlayObjectArchitectVfxTaskBase) == 0x0000C8, "Wrong size on UAblPlayObjectArchitectVfxTaskBase"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTaskBase, BaseObjectArchitectTags) == 0x000070, "Member 'UAblPlayObjectArchitectVfxTaskBase::BaseObjectArchitectTags' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTaskBase, TagChoosers) == 0x000090, "Member 'UAblPlayObjectArchitectVfxTaskBase::TagChoosers' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTaskBase, Conditions) == 0x0000A0, "Member 'UAblPlayObjectArchitectVfxTaskBase::Conditions' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTaskBase, bSpawnSystemAttached) == 0x0000B0, "Member 'UAblPlayObjectArchitectVfxTaskBase::bSpawnSystemAttached' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTaskBase, AttachPointName) == 0x0000B4, "Member 'UAblPlayObjectArchitectVfxTaskBase::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTaskBase, bAutoDestroy) == 0x0000BC, "Member 'UAblPlayObjectArchitectVfxTaskBase::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTaskBase, bDeactivateAtTaskEnd) == 0x0000BD, "Member 'UAblPlayObjectArchitectVfxTaskBase::bDeactivateAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTaskBase, bDestroyAtTaskEnd) == 0x0000BE, "Member 'UAblPlayObjectArchitectVfxTaskBase::bDestroyAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTaskBase, bIncludeActorScale) == 0x0000BF, "Member 'UAblPlayObjectArchitectVfxTaskBase::bIncludeActorScale' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTaskBase, AttachLocation) == 0x0000C0, "Member 'UAblPlayObjectArchitectVfxTaskBase::AttachLocation' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTaskBase, WorldOrLocalSpace) == 0x0000C1, "Member 'UAblPlayObjectArchitectVfxTaskBase::WorldOrLocalSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlayObjectArchitectVfxTask \ static_assert(alignof(UAblPlayObjectArchitectVfxTask) == 0x000008, "Wrong alignment on UAblPlayObjectArchitectVfxTask"); \ static_assert(sizeof(UAblPlayObjectArchitectVfxTask) == 0x000108, "Wrong size on UAblPlayObjectArchitectVfxTask"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTask, Location) == 0x0000C8, "Member 'UAblPlayObjectArchitectVfxTask::Location' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTask, Rotation) == 0x0000D4, "Member 'UAblPlayObjectArchitectVfxTask::Rotation' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTask, Scale) == 0x0000E0, "Member 'UAblPlayObjectArchitectVfxTask::Scale' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTask, LifeSpan) == 0x0000EC, "Member 'UAblPlayObjectArchitectVfxTask::LifeSpan' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTask, DecalSize) == 0x0000F0, "Member 'UAblPlayObjectArchitectVfxTask::DecalSize' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTask, FadeInTime) == 0x0000FC, "Member 'UAblPlayObjectArchitectVfxTask::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxTask, FadeOutTime) == 0x000100, "Member 'UAblPlayObjectArchitectVfxTask::FadeOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcReactPlayObjectArchitectVfxTask \ static_assert(alignof(UAblNpcReactPlayObjectArchitectVfxTask) == 0x000008, "Wrong alignment on UAblNpcReactPlayObjectArchitectVfxTask"); \ static_assert(sizeof(UAblNpcReactPlayObjectArchitectVfxTask) == 0x000108, "Wrong size on UAblNpcReactPlayObjectArchitectVfxTask"); \ #define DUMPER7_ASSERTS_ABroomPreviewLocator \ static_assert(alignof(ABroomPreviewLocator) == 0x000008, "Wrong alignment on ABroomPreviewLocator"); \ static_assert(sizeof(ABroomPreviewLocator) == 0x000248, "Wrong size on ABroomPreviewLocator"); \ #define DUMPER7_ASSERTS_UAblEnemyDynamicBranchTaskScratchPad \ static_assert(alignof(UAblEnemyDynamicBranchTaskScratchPad) == 0x000008, "Wrong alignment on UAblEnemyDynamicBranchTaskScratchPad"); \ static_assert(sizeof(UAblEnemyDynamicBranchTaskScratchPad) == 0x000060, "Wrong size on UAblEnemyDynamicBranchTaskScratchPad"); \ static_assert(offsetof(UAblEnemyDynamicBranchTaskScratchPad, ElapsedTime) == 0x000050, "Member 'UAblEnemyDynamicBranchTaskScratchPad::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyDynamicBranchTaskScratchPad, TaskState) == 0x000054, "Member 'UAblEnemyDynamicBranchTaskScratchPad::TaskState' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyDynamicBranchTaskScratchPad, BranchCriteriaFromParent) == 0x000055, "Member 'UAblEnemyDynamicBranchTaskScratchPad::BranchCriteriaFromParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcReactAnimRateModifierTask \ static_assert(alignof(UAblNpcReactAnimRateModifierTask) == 0x000008, "Wrong alignment on UAblNpcReactAnimRateModifierTask"); \ static_assert(sizeof(UAblNpcReactAnimRateModifierTask) == 0x000078, "Wrong size on UAblNpcReactAnimRateModifierTask"); \ static_assert(offsetof(UAblNpcReactAnimRateModifierTask, TargetValue) == 0x000070, "Member 'UAblNpcReactAnimRateModifierTask::TargetValue' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactAnimRateModifierTask, AlphaBlendOption) == 0x000074, "Member 'UAblNpcReactAnimRateModifierTask::AlphaBlendOption' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblEnemyDynamicBranchTask \ static_assert(alignof(UAblEnemyDynamicBranchTask) == 0x000008, "Wrong alignment on UAblEnemyDynamicBranchTask"); \ static_assert(sizeof(UAblEnemyDynamicBranchTask) == 0x000120, "Wrong size on UAblEnemyDynamicBranchTask"); \ static_assert(offsetof(UAblEnemyDynamicBranchTask, AbilityState) == 0x000118, "Member 'UAblEnemyDynamicBranchTask::AbilityState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerceptionPoint_EnablePerception \ static_assert(alignof(PerceptionPoint_EnablePerception) == 0x000008, "Wrong alignment on PerceptionPoint_EnablePerception"); \ static_assert(sizeof(PerceptionPoint_EnablePerception) == 0x000018, "Wrong size on PerceptionPoint_EnablePerception"); \ static_assert(offsetof(PerceptionPoint_EnablePerception, bEnable) == 0x000000, "Member 'PerceptionPoint_EnablePerception::bEnable' has a wrong offset!"); \ static_assert(offsetof(PerceptionPoint_EnablePerception, PerceptionPointList) == 0x000008, "Member 'PerceptionPoint_EnablePerception::PerceptionPointList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerceptionPoint_AttackDistanceScaleVolume \ static_assert(alignof(PerceptionPoint_AttackDistanceScaleVolume) == 0x000008, "Wrong alignment on PerceptionPoint_AttackDistanceScaleVolume"); \ static_assert(sizeof(PerceptionPoint_AttackDistanceScaleVolume) == 0x000018, "Wrong size on PerceptionPoint_AttackDistanceScaleVolume"); \ static_assert(offsetof(PerceptionPoint_AttackDistanceScaleVolume, InScale) == 0x000000, "Member 'PerceptionPoint_AttackDistanceScaleVolume::InScale' has a wrong offset!"); \ static_assert(offsetof(PerceptionPoint_AttackDistanceScaleVolume, InAreaList) == 0x000008, "Member 'PerceptionPoint_AttackDistanceScaleVolume::InAreaList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerceptionPoint_Enable \ static_assert(alignof(PerceptionPoint_Enable) == 0x000001, "Wrong alignment on PerceptionPoint_Enable"); \ static_assert(sizeof(PerceptionPoint_Enable) == 0x000001, "Wrong size on PerceptionPoint_Enable"); \ static_assert(offsetof(PerceptionPoint_Enable, bEnable) == 0x000000, "Member 'PerceptionPoint_Enable::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APerceptionPoint \ static_assert(alignof(APerceptionPoint) == 0x000008, "Wrong alignment on APerceptionPoint"); \ static_assert(sizeof(APerceptionPoint) == 0x000360, "Wrong size on APerceptionPoint"); \ static_assert(offsetof(APerceptionPoint, GroupTag) == 0x0002A8, "Member 'APerceptionPoint::GroupTag' has a wrong offset!"); \ static_assert(offsetof(APerceptionPoint, GroupTagContainer) == 0x0002B0, "Member 'APerceptionPoint::GroupTagContainer' has a wrong offset!"); \ static_assert(offsetof(APerceptionPoint, bEnabled) == 0x0002D0, "Member 'APerceptionPoint::bEnabled' has a wrong offset!"); \ static_assert(offsetof(APerceptionPoint, bGameEventEnabled) == 0x0002D1, "Member 'APerceptionPoint::bGameEventEnabled' has a wrong offset!"); \ static_assert(offsetof(APerceptionPoint, Priority) == 0x0002D4, "Member 'APerceptionPoint::Priority' has a wrong offset!"); \ static_assert(offsetof(APerceptionPoint, bTargetShareEnabled) == 0x0002D8, "Member 'APerceptionPoint::bTargetShareEnabled' has a wrong offset!"); \ static_assert(offsetof(APerceptionPoint, bPlayerPP) == 0x0002D9, "Member 'APerceptionPoint::bPlayerPP' has a wrong offset!"); \ static_assert(offsetof(APerceptionPoint, SensesConfig) == 0x0002E0, "Member 'APerceptionPoint::SensesConfig' has a wrong offset!"); \ static_assert(offsetof(APerceptionPoint, AttackDistanceScaleAreaList) == 0x0002F0, "Member 'APerceptionPoint::AttackDistanceScaleAreaList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StateEffectComponent_SetDuration \ static_assert(alignof(StateEffectComponent_SetDuration) == 0x000004, "Wrong alignment on StateEffectComponent_SetDuration"); \ static_assert(sizeof(StateEffectComponent_SetDuration) == 0x000004, "Wrong size on StateEffectComponent_SetDuration"); \ static_assert(offsetof(StateEffectComponent_SetDuration, InDuration) == 0x000000, "Member 'StateEffectComponent_SetDuration::InDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StateEffectComponent_GetRemainingTime \ static_assert(alignof(StateEffectComponent_GetRemainingTime) == 0x000004, "Wrong alignment on StateEffectComponent_GetRemainingTime"); \ static_assert(sizeof(StateEffectComponent_GetRemainingTime) == 0x000004, "Wrong size on StateEffectComponent_GetRemainingTime"); \ static_assert(offsetof(StateEffectComponent_GetRemainingTime, ReturnValue) == 0x000000, "Member 'StateEffectComponent_GetRemainingTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStateEffectComponent \ static_assert(alignof(UStateEffectComponent) == 0x000008, "Wrong alignment on UStateEffectComponent"); \ static_assert(sizeof(UStateEffectComponent) == 0x000198, "Wrong size on UStateEffectComponent"); \ static_assert(offsetof(UStateEffectComponent, OnEndEffect) == 0x0000D0, "Member 'UStateEffectComponent::OnEndEffect' has a wrong offset!"); \ static_assert(offsetof(UStateEffectComponent, ObjectStateInfo) == 0x0000F0, "Member 'UStateEffectComponent::ObjectStateInfo' has a wrong offset!"); \ static_assert(offsetof(UStateEffectComponent, Instigator) == 0x0000F8, "Member 'UStateEffectComponent::Instigator' has a wrong offset!"); \ static_assert(offsetof(UStateEffectComponent, SpellTool) == 0x000100, "Member 'UStateEffectComponent::SpellTool' has a wrong offset!"); \ static_assert(offsetof(UStateEffectComponent, FX) == 0x000108, "Member 'UStateEffectComponent::FX' has a wrong offset!"); \ static_assert(offsetof(UStateEffectComponent, endFX) == 0x000118, "Member 'UStateEffectComponent::endFX' has a wrong offset!"); \ static_assert(offsetof(UStateEffectComponent, BreakoutFX) == 0x000128, "Member 'UStateEffectComponent::BreakoutFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArrestoMomentumComponent_OnBroken \ static_assert(alignof(ArrestoMomentumComponent_OnBroken) == 0x000008, "Wrong alignment on ArrestoMomentumComponent_OnBroken"); \ static_assert(sizeof(ArrestoMomentumComponent_OnBroken) == 0x000008, "Wrong size on ArrestoMomentumComponent_OnBroken"); \ static_assert(offsetof(ArrestoMomentumComponent_OnBroken, Actor) == 0x000000, "Member 'ArrestoMomentumComponent_OnBroken::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UArrestoMomentumComponent \ static_assert(alignof(UArrestoMomentumComponent) == 0x000008, "Wrong alignment on UArrestoMomentumComponent"); \ static_assert(sizeof(UArrestoMomentumComponent) == 0x000210, "Wrong size on UArrestoMomentumComponent"); \ static_assert(offsetof(UArrestoMomentumComponent, ArrestoData) == 0x0001C0, "Member 'UArrestoMomentumComponent::ArrestoData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ActivateHideTrigger \ static_assert(alignof(USceneAction_ActivateHideTrigger) == 0x000008, "Wrong alignment on USceneAction_ActivateHideTrigger"); \ static_assert(sizeof(USceneAction_ActivateHideTrigger) == 0x0000A0, "Wrong size on USceneAction_ActivateHideTrigger"); \ #define DUMPER7_ASSERTS_UAblEnemyHoverTaskScratchPad \ static_assert(alignof(UAblEnemyHoverTaskScratchPad) == 0x000008, "Wrong alignment on UAblEnemyHoverTaskScratchPad"); \ static_assert(sizeof(UAblEnemyHoverTaskScratchPad) == 0x000030, "Wrong size on UAblEnemyHoverTaskScratchPad"); \ static_assert(offsetof(UAblEnemyHoverTaskScratchPad, ElapsedTime) == 0x000028, "Member 'UAblEnemyHoverTaskScratchPad::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblEnemyHoverTask \ static_assert(alignof(UAblEnemyHoverTask) == 0x000008, "Wrong alignment on UAblEnemyHoverTask"); \ static_assert(sizeof(UAblEnemyHoverTask) == 0x000090, "Wrong size on UAblEnemyHoverTask"); \ static_assert(offsetof(UAblEnemyHoverTask, Mode) == 0x000070, "Member 'UAblEnemyHoverTask::Mode' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyHoverTask, HoverTime) == 0x000074, "Member 'UAblEnemyHoverTask::HoverTime' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyHoverTask, AttackerLocationVFX) == 0x000078, "Member 'UAblEnemyHoverTask::AttackerLocationVFX' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyHoverTask, TargetLocationVFX) == 0x000080, "Member 'UAblEnemyHoverTask::TargetLocationVFX' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyHoverTask, AttackLandVFX) == 0x000088, "Member 'UAblEnemyHoverTask::AttackLandVFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcRotateTask \ static_assert(alignof(UAblNpcRotateTask) == 0x000008, "Wrong alignment on UAblNpcRotateTask"); \ static_assert(sizeof(UAblNpcRotateTask) == 0x000098, "Wrong size on UAblNpcRotateTask"); \ static_assert(offsetof(UAblNpcRotateTask, bRotateAroundX) == 0x000070, "Member 'UAblNpcRotateTask::bRotateAroundX' has a wrong offset!"); \ static_assert(offsetof(UAblNpcRotateTask, MinRotationSpeedX) == 0x000074, "Member 'UAblNpcRotateTask::MinRotationSpeedX' has a wrong offset!"); \ static_assert(offsetof(UAblNpcRotateTask, MaxRotationSpeedX) == 0x000078, "Member 'UAblNpcRotateTask::MaxRotationSpeedX' has a wrong offset!"); \ static_assert(offsetof(UAblNpcRotateTask, bRotateAroundY) == 0x00007C, "Member 'UAblNpcRotateTask::bRotateAroundY' has a wrong offset!"); \ static_assert(offsetof(UAblNpcRotateTask, MinRotationSpeedY) == 0x000080, "Member 'UAblNpcRotateTask::MinRotationSpeedY' has a wrong offset!"); \ static_assert(offsetof(UAblNpcRotateTask, MaxRotationSpeedY) == 0x000084, "Member 'UAblNpcRotateTask::MaxRotationSpeedY' has a wrong offset!"); \ static_assert(offsetof(UAblNpcRotateTask, bRotateAroundZ) == 0x000088, "Member 'UAblNpcRotateTask::bRotateAroundZ' has a wrong offset!"); \ static_assert(offsetof(UAblNpcRotateTask, MinRotationSpeedZ) == 0x00008C, "Member 'UAblNpcRotateTask::MinRotationSpeedZ' has a wrong offset!"); \ static_assert(offsetof(UAblNpcRotateTask, MaxRotationSpeedZ) == 0x000090, "Member 'UAblNpcRotateTask::MaxRotationSpeedZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USavedGameButton \ static_assert(alignof(USavedGameButton) == 0x000008, "Wrong alignment on USavedGameButton"); \ static_assert(sizeof(USavedGameButton) == 0x000328, "Wrong size on USavedGameButton"); \ #define DUMPER7_ASSERTS_UAblEnemyMaintainVelocityTask \ static_assert(alignof(UAblEnemyMaintainVelocityTask) == 0x000008, "Wrong alignment on UAblEnemyMaintainVelocityTask"); \ static_assert(sizeof(UAblEnemyMaintainVelocityTask) == 0x000078, "Wrong size on UAblEnemyMaintainVelocityTask"); \ static_assert(offsetof(UAblEnemyMaintainVelocityTask, Speed) == 0x000070, "Member 'UAblEnemyMaintainVelocityTask::Speed' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMaintainVelocityTask, Gravity) == 0x000074, "Member 'UAblEnemyMaintainVelocityTask::Gravity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcForceFeedbackTask \ static_assert(alignof(UAblNpcForceFeedbackTask) == 0x000008, "Wrong alignment on UAblNpcForceFeedbackTask"); \ static_assert(sizeof(UAblNpcForceFeedbackTask) == 0x0000A0, "Wrong size on UAblNpcForceFeedbackTask"); \ static_assert(offsetof(UAblNpcForceFeedbackTask, ForceFeedbackEffect) == 0x000070, "Member 'UAblNpcForceFeedbackTask::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(UAblNpcForceFeedbackTask, FeedbackTagName) == 0x000078, "Member 'UAblNpcForceFeedbackTask::FeedbackTagName' has a wrong offset!"); \ static_assert(offsetof(UAblNpcForceFeedbackTask, bStopFeedbackAtTaskEnd) == 0x000080, "Member 'UAblNpcForceFeedbackTask::bStopFeedbackAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblNpcForceFeedbackTask, bLoop) == 0x000081, "Member 'UAblNpcForceFeedbackTask::bLoop' has a wrong offset!"); \ static_assert(offsetof(UAblNpcForceFeedbackTask, bOnlyRumbleIfInstigatorIsPlayer) == 0x000082, "Member 'UAblNpcForceFeedbackTask::bOnlyRumbleIfInstigatorIsPlayer' has a wrong offset!"); \ static_assert(offsetof(UAblNpcForceFeedbackTask, bUseAttenuation) == 0x000083, "Member 'UAblNpcForceFeedbackTask::bUseAttenuation' has a wrong offset!"); \ static_assert(offsetof(UAblNpcForceFeedbackTask, Conditions) == 0x000088, "Member 'UAblNpcForceFeedbackTask::Conditions' has a wrong offset!"); \ static_assert(offsetof(UAblNpcForceFeedbackTask, bMustPassAllConditions) == 0x000098, "Member 'UAblNpcForceFeedbackTask::bMustPassAllConditions' has a wrong offset!"); \ static_assert(offsetof(UAblNpcForceFeedbackTask, bOnlyCheckConditionsOnTaskStart) == 0x000099, "Member 'UAblNpcForceFeedbackTask::bOnlyCheckConditionsOnTaskStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_CreateNavPath \ static_assert(alignof(NPC_Component_CreateNavPath) == 0x000008, "Wrong alignment on NPC_Component_CreateNavPath"); \ static_assert(sizeof(NPC_Component_CreateNavPath) == 0x000048, "Wrong size on NPC_Component_CreateNavPath"); \ static_assert(offsetof(NPC_Component_CreateNavPath, InControllerPtr) == 0x000000, "Member 'NPC_Component_CreateNavPath::InControllerPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_CreateNavPath, InStartLoc) == 0x000008, "Member 'NPC_Component_CreateNavPath::InStartLoc' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_CreateNavPath, InEndLoc) == 0x000014, "Member 'NPC_Component_CreateNavPath::InEndLoc' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_CreateNavPath, InToleranceRadius) == 0x000020, "Member 'NPC_Component_CreateNavPath::InToleranceRadius' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_CreateNavPath, ReturnValue) == 0x000028, "Member 'NPC_Component_CreateNavPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_AbortAction \ static_assert(alignof(NPC_Component_AbortAction) == 0x000001, "Wrong alignment on NPC_Component_AbortAction"); \ static_assert(sizeof(NPC_Component_AbortAction) == 0x000001, "Wrong size on NPC_Component_AbortAction"); \ static_assert(offsetof(NPC_Component_AbortAction, InAction) == 0x000000, "Member 'NPC_Component_AbortAction::InAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_ActionUpdate \ static_assert(alignof(NPC_Component_ActionUpdate) == 0x000004, "Wrong alignment on NPC_Component_ActionUpdate"); \ static_assert(sizeof(NPC_Component_ActionUpdate) == 0x000008, "Wrong size on NPC_Component_ActionUpdate"); \ static_assert(offsetof(NPC_Component_ActionUpdate, InAction) == 0x000000, "Member 'NPC_Component_ActionUpdate::InAction' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_ActionUpdate, DeltaTime) == 0x000004, "Member 'NPC_Component_ActionUpdate::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_AttemptToFindPackOwnerForFollower \ static_assert(alignof(NPC_Component_AttemptToFindPackOwnerForFollower) == 0x000008, "Wrong alignment on NPC_Component_AttemptToFindPackOwnerForFollower"); \ static_assert(sizeof(NPC_Component_AttemptToFindPackOwnerForFollower) == 0x000018, "Wrong size on NPC_Component_AttemptToFindPackOwnerForFollower"); \ static_assert(offsetof(NPC_Component_AttemptToFindPackOwnerForFollower, InFollower) == 0x000000, "Member 'NPC_Component_AttemptToFindPackOwnerForFollower::InFollower' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_AttemptToFindPackOwnerForFollower, FindDistance) == 0x000008, "Member 'NPC_Component_AttemptToFindPackOwnerForFollower::FindDistance' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_AttemptToFindPackOwnerForFollower, ReturnValue) == 0x000010, "Member 'NPC_Component_AttemptToFindPackOwnerForFollower::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_AttemptToFindUniqueOwnerForFollower \ static_assert(alignof(NPC_Component_AttemptToFindUniqueOwnerForFollower) == 0x000008, "Wrong alignment on NPC_Component_AttemptToFindUniqueOwnerForFollower"); \ static_assert(sizeof(NPC_Component_AttemptToFindUniqueOwnerForFollower) == 0x000020, "Wrong size on NPC_Component_AttemptToFindUniqueOwnerForFollower"); \ static_assert(offsetof(NPC_Component_AttemptToFindUniqueOwnerForFollower, OwnerClass) == 0x000000, "Member 'NPC_Component_AttemptToFindUniqueOwnerForFollower::OwnerClass' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_AttemptToFindUniqueOwnerForFollower, InFollower) == 0x000008, "Member 'NPC_Component_AttemptToFindUniqueOwnerForFollower::InFollower' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_AttemptToFindUniqueOwnerForFollower, FindDistance) == 0x000010, "Member 'NPC_Component_AttemptToFindUniqueOwnerForFollower::FindDistance' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_AttemptToFindUniqueOwnerForFollower, ReturnValue) == 0x000018, "Member 'NPC_Component_AttemptToFindUniqueOwnerForFollower::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_AttemptToFindUniqueOwnerForFollower_SoftPtr \ static_assert(alignof(NPC_Component_AttemptToFindUniqueOwnerForFollower_SoftPtr) == 0x000008, "Wrong alignment on NPC_Component_AttemptToFindUniqueOwnerForFollower_SoftPtr"); \ static_assert(sizeof(NPC_Component_AttemptToFindUniqueOwnerForFollower_SoftPtr) == 0x000040, "Wrong size on NPC_Component_AttemptToFindUniqueOwnerForFollower_SoftPtr"); \ static_assert(offsetof(NPC_Component_AttemptToFindUniqueOwnerForFollower_SoftPtr, OwnerClass) == 0x000000, "Member 'NPC_Component_AttemptToFindUniqueOwnerForFollower_SoftPtr::OwnerClass' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_AttemptToFindUniqueOwnerForFollower_SoftPtr, InFollower) == 0x000028, "Member 'NPC_Component_AttemptToFindUniqueOwnerForFollower_SoftPtr::InFollower' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_AttemptToFindUniqueOwnerForFollower_SoftPtr, FindDistance) == 0x000030, "Member 'NPC_Component_AttemptToFindUniqueOwnerForFollower_SoftPtr::FindDistance' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_AttemptToFindUniqueOwnerForFollower_SoftPtr, ReturnValue) == 0x000038, "Member 'NPC_Component_AttemptToFindUniqueOwnerForFollower_SoftPtr::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_BroadcastNPC_AnimEvent \ static_assert(alignof(NPC_Component_BroadcastNPC_AnimEvent) == 0x000004, "Wrong alignment on NPC_Component_BroadcastNPC_AnimEvent"); \ static_assert(sizeof(NPC_Component_BroadcastNPC_AnimEvent) == 0x000008, "Wrong size on NPC_Component_BroadcastNPC_AnimEvent"); \ static_assert(offsetof(NPC_Component_BroadcastNPC_AnimEvent, InName) == 0x000000, "Member 'NPC_Component_BroadcastNPC_AnimEvent::InName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_CalcFleeMoveToLocationTime \ static_assert(alignof(NPC_Component_CalcFleeMoveToLocationTime) == 0x000004, "Wrong alignment on NPC_Component_CalcFleeMoveToLocationTime"); \ static_assert(sizeof(NPC_Component_CalcFleeMoveToLocationTime) == 0x000010, "Wrong size on NPC_Component_CalcFleeMoveToLocationTime"); \ static_assert(offsetof(NPC_Component_CalcFleeMoveToLocationTime, InDestination) == 0x000000, "Member 'NPC_Component_CalcFleeMoveToLocationTime::InDestination' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_CalcFleeMoveToLocationTime, ReturnValue) == 0x00000C, "Member 'NPC_Component_CalcFleeMoveToLocationTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_ChainAction \ static_assert(alignof(NPC_Component_ChainAction) == 0x000001, "Wrong alignment on NPC_Component_ChainAction"); \ static_assert(sizeof(NPC_Component_ChainAction) == 0x000002, "Wrong size on NPC_Component_ChainAction"); \ static_assert(offsetof(NPC_Component_ChainAction, ChainFromAction) == 0x000000, "Member 'NPC_Component_ChainAction::ChainFromAction' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_ChainAction, ChainToAction) == 0x000001, "Member 'NPC_Component_ChainAction::ChainToAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_ClearCrouchContextFlag \ static_assert(alignof(NPC_Component_ClearCrouchContextFlag) == 0x000001, "Wrong alignment on NPC_Component_ClearCrouchContextFlag"); \ static_assert(sizeof(NPC_Component_ClearCrouchContextFlag) == 0x000001, "Wrong size on NPC_Component_ClearCrouchContextFlag"); \ static_assert(offsetof(NPC_Component_ClearCrouchContextFlag, CrouchContext) == 0x000000, "Member 'NPC_Component_ClearCrouchContextFlag::CrouchContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_CriticalFinisherAllowTimeDilation \ static_assert(alignof(NPC_Component_CriticalFinisherAllowTimeDilation) == 0x000001, "Wrong alignment on NPC_Component_CriticalFinisherAllowTimeDilation"); \ static_assert(sizeof(NPC_Component_CriticalFinisherAllowTimeDilation) == 0x000001, "Wrong size on NPC_Component_CriticalFinisherAllowTimeDilation"); \ static_assert(offsetof(NPC_Component_CriticalFinisherAllowTimeDilation, ReturnValue) == 0x000000, "Member 'NPC_Component_CriticalFinisherAllowTimeDilation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_EnableAbilityChannel \ static_assert(alignof(NPC_Component_EnableAbilityChannel) == 0x000001, "Wrong alignment on NPC_Component_EnableAbilityChannel"); \ static_assert(sizeof(NPC_Component_EnableAbilityChannel) == 0x000002, "Wrong size on NPC_Component_EnableAbilityChannel"); \ static_assert(offsetof(NPC_Component_EnableAbilityChannel, InChannel) == 0x000000, "Member 'NPC_Component_EnableAbilityChannel::InChannel' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_EnableAbilityChannel, bInEnable) == 0x000001, "Member 'NPC_Component_EnableAbilityChannel::bInEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_EnablePerception \ static_assert(alignof(NPC_Component_EnablePerception) == 0x000001, "Wrong alignment on NPC_Component_EnablePerception"); \ static_assert(sizeof(NPC_Component_EnablePerception) == 0x000001, "Wrong size on NPC_Component_EnablePerception"); \ static_assert(offsetof(NPC_Component_EnablePerception, Enable) == 0x000000, "Member 'NPC_Component_EnablePerception::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_EnterTree \ static_assert(alignof(NPC_Component_EnterTree) == 0x000004, "Wrong alignment on NPC_Component_EnterTree"); \ static_assert(sizeof(NPC_Component_EnterTree) == 0x00000C, "Wrong size on NPC_Component_EnterTree"); \ static_assert(offsetof(NPC_Component_EnterTree, TreeTag) == 0x000000, "Member 'NPC_Component_EnterTree::TreeTag' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_EnterTree, InAbortMove) == 0x000008, "Member 'NPC_Component_EnterTree::InAbortMove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_ExecuteAbility \ static_assert(alignof(NPC_Component_ExecuteAbility) == 0x000008, "Wrong alignment on NPC_Component_ExecuteAbility"); \ static_assert(sizeof(NPC_Component_ExecuteAbility) == 0x000010, "Wrong size on NPC_Component_ExecuteAbility"); \ static_assert(offsetof(NPC_Component_ExecuteAbility, InAbilityPtr) == 0x000000, "Member 'NPC_Component_ExecuteAbility::InAbilityPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_ExecuteAbility, InChannel) == 0x000008, "Member 'NPC_Component_ExecuteAbility::InChannel' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_ExecuteAbility, ReturnValue) == 0x000009, "Member 'NPC_Component_ExecuteAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_FindValidLocation \ static_assert(alignof(NPC_Component_FindValidLocation) == 0x000004, "Wrong alignment on NPC_Component_FindValidLocation"); \ static_assert(sizeof(NPC_Component_FindValidLocation) == 0x000018, "Wrong size on NPC_Component_FindValidLocation"); \ static_assert(offsetof(NPC_Component_FindValidLocation, InPos) == 0x000000, "Member 'NPC_Component_FindValidLocation::InPos' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_FindValidLocation, ReturnValue) == 0x00000C, "Member 'NPC_Component_FindValidLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetAnimMainState \ static_assert(alignof(NPC_Component_GetAnimMainState) == 0x000001, "Wrong alignment on NPC_Component_GetAnimMainState"); \ static_assert(sizeof(NPC_Component_GetAnimMainState) == 0x000001, "Wrong size on NPC_Component_GetAnimMainState"); \ static_assert(offsetof(NPC_Component_GetAnimMainState, ReturnValue) == 0x000000, "Member 'NPC_Component_GetAnimMainState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetAnimSpawnState \ static_assert(alignof(NPC_Component_GetAnimSpawnState) == 0x000001, "Wrong alignment on NPC_Component_GetAnimSpawnState"); \ static_assert(sizeof(NPC_Component_GetAnimSpawnState) == 0x000001, "Wrong size on NPC_Component_GetAnimSpawnState"); \ static_assert(offsetof(NPC_Component_GetAnimSpawnState, ReturnValue) == 0x000000, "Member 'NPC_Component_GetAnimSpawnState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetAnimState \ static_assert(alignof(NPC_Component_GetAnimState) == 0x000001, "Wrong alignment on NPC_Component_GetAnimState"); \ static_assert(sizeof(NPC_Component_GetAnimState) == 0x000001, "Wrong size on NPC_Component_GetAnimState"); \ static_assert(offsetof(NPC_Component_GetAnimState, ReturnValue) == 0x000000, "Member 'NPC_Component_GetAnimState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetFleeDistLocation \ static_assert(alignof(NPC_Component_GetFleeDistLocation) == 0x000004, "Wrong alignment on NPC_Component_GetFleeDistLocation"); \ static_assert(sizeof(NPC_Component_GetFleeDistLocation) == 0x00000C, "Wrong size on NPC_Component_GetFleeDistLocation"); \ static_assert(offsetof(NPC_Component_GetFleeDistLocation, ReturnValue) == 0x000000, "Member 'NPC_Component_GetFleeDistLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetFleeTargetPos \ static_assert(alignof(NPC_Component_GetFleeTargetPos) == 0x000004, "Wrong alignment on NPC_Component_GetFleeTargetPos"); \ static_assert(sizeof(NPC_Component_GetFleeTargetPos) == 0x00000C, "Wrong size on NPC_Component_GetFleeTargetPos"); \ static_assert(offsetof(NPC_Component_GetFleeTargetPos, ReturnValue) == 0x000000, "Member 'NPC_Component_GetFleeTargetPos::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetForcedPerceptionTarget \ static_assert(alignof(NPC_Component_GetForcedPerceptionTarget) == 0x000008, "Wrong alignment on NPC_Component_GetForcedPerceptionTarget"); \ static_assert(sizeof(NPC_Component_GetForcedPerceptionTarget) == 0x000008, "Wrong size on NPC_Component_GetForcedPerceptionTarget"); \ static_assert(offsetof(NPC_Component_GetForcedPerceptionTarget, ReturnValue) == 0x000000, "Member 'NPC_Component_GetForcedPerceptionTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetMoveToLocationResult \ static_assert(alignof(NPC_Component_GetMoveToLocationResult) == 0x000001, "Wrong alignment on NPC_Component_GetMoveToLocationResult"); \ static_assert(sizeof(NPC_Component_GetMoveToLocationResult) == 0x000001, "Wrong size on NPC_Component_GetMoveToLocationResult"); \ static_assert(offsetof(NPC_Component_GetMoveToLocationResult, ReturnValue) == 0x000000, "Member 'NPC_Component_GetMoveToLocationResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetNPCAnimInstance \ static_assert(alignof(NPC_Component_GetNPCAnimInstance) == 0x000008, "Wrong alignment on NPC_Component_GetNPCAnimInstance"); \ static_assert(sizeof(NPC_Component_GetNPCAnimInstance) == 0x000008, "Wrong size on NPC_Component_GetNPCAnimInstance"); \ static_assert(offsetof(NPC_Component_GetNPCAnimInstance, ReturnValue) == 0x000000, "Member 'NPC_Component_GetNPCAnimInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetPlayerCriticalDamageAbility \ static_assert(alignof(NPC_Component_GetPlayerCriticalDamageAbility) == 0x000008, "Wrong alignment on NPC_Component_GetPlayerCriticalDamageAbility"); \ static_assert(sizeof(NPC_Component_GetPlayerCriticalDamageAbility) == 0x000028, "Wrong size on NPC_Component_GetPlayerCriticalDamageAbility"); \ static_assert(offsetof(NPC_Component_GetPlayerCriticalDamageAbility, MunitionsTags) == 0x000000, "Member 'NPC_Component_GetPlayerCriticalDamageAbility::MunitionsTags' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_GetPlayerCriticalDamageAbility, ReturnValue) == 0x000020, "Member 'NPC_Component_GetPlayerCriticalDamageAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetPlayerCriticalFinisherAbility \ static_assert(alignof(NPC_Component_GetPlayerCriticalFinisherAbility) == 0x000008, "Wrong alignment on NPC_Component_GetPlayerCriticalFinisherAbility"); \ static_assert(sizeof(NPC_Component_GetPlayerCriticalFinisherAbility) == 0x000028, "Wrong size on NPC_Component_GetPlayerCriticalFinisherAbility"); \ static_assert(offsetof(NPC_Component_GetPlayerCriticalFinisherAbility, MunitionsTags) == 0x000000, "Member 'NPC_Component_GetPlayerCriticalFinisherAbility::MunitionsTags' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_GetPlayerCriticalFinisherAbility, ReturnValue) == 0x000020, "Member 'NPC_Component_GetPlayerCriticalFinisherAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetSpeedChooserScale \ static_assert(alignof(NPC_Component_GetSpeedChooserScale) == 0x000004, "Wrong alignment on NPC_Component_GetSpeedChooserScale"); \ static_assert(sizeof(NPC_Component_GetSpeedChooserScale) == 0x000004, "Wrong size on NPC_Component_GetSpeedChooserScale"); \ static_assert(offsetof(NPC_Component_GetSpeedChooserScale, ReturnValue) == 0x000000, "Member 'NPC_Component_GetSpeedChooserScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetSpeedScale \ static_assert(alignof(NPC_Component_GetSpeedScale) == 0x000004, "Wrong alignment on NPC_Component_GetSpeedScale"); \ static_assert(sizeof(NPC_Component_GetSpeedScale) == 0x000004, "Wrong size on NPC_Component_GetSpeedScale"); \ static_assert(offsetof(NPC_Component_GetSpeedScale, ReturnValue) == 0x000000, "Member 'NPC_Component_GetSpeedScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetTetheredLoc \ static_assert(alignof(NPC_Component_GetTetheredLoc) == 0x000004, "Wrong alignment on NPC_Component_GetTetheredLoc"); \ static_assert(sizeof(NPC_Component_GetTetheredLoc) == 0x000034, "Wrong size on NPC_Component_GetTetheredLoc"); \ static_assert(offsetof(NPC_Component_GetTetheredLoc, InDist) == 0x000000, "Member 'NPC_Component_GetTetheredLoc::InDist' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_GetTetheredLoc, InStartVec) == 0x000004, "Member 'NPC_Component_GetTetheredLoc::InStartVec' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_GetTetheredLoc, bUseStartVec) == 0x000010, "Member 'NPC_Component_GetTetheredLoc::bUseStartVec' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_GetTetheredLoc, InMaxAngle) == 0x000014, "Member 'NPC_Component_GetTetheredLoc::InMaxAngle' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_GetTetheredLoc, InDivisions) == 0x000018, "Member 'NPC_Component_GetTetheredLoc::InDivisions' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_GetTetheredLoc, bInApplyTether) == 0x00001C, "Member 'NPC_Component_GetTetheredLoc::bInApplyTether' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_GetTetheredLoc, InTetherType) == 0x00001D, "Member 'NPC_Component_GetTetheredLoc::InTetherType' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_GetTetheredLoc, randomDistFloor) == 0x000020, "Member 'NPC_Component_GetTetheredLoc::randomDistFloor' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_GetTetheredLoc, randomDistCeiling) == 0x000024, "Member 'NPC_Component_GetTetheredLoc::randomDistCeiling' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_GetTetheredLoc, ReturnValue) == 0x000028, "Member 'NPC_Component_GetTetheredLoc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_InitMoveData \ static_assert(alignof(NPC_Component_InitMoveData) == 0x000008, "Wrong alignment on NPC_Component_InitMoveData"); \ static_assert(sizeof(NPC_Component_InitMoveData) == 0x000018, "Wrong size on NPC_Component_InitMoveData"); \ static_assert(offsetof(NPC_Component_InitMoveData, InState) == 0x000000, "Member 'NPC_Component_InitMoveData::InState' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitMoveData, TargetPtr) == 0x000008, "Member 'NPC_Component_InitMoveData::TargetPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitMoveData, Timeout) == 0x000010, "Member 'NPC_Component_InitMoveData::Timeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_InitMoveToFleePos \ static_assert(alignof(NPC_Component_InitMoveToFleePos) == 0x000004, "Wrong alignment on NPC_Component_InitMoveToFleePos"); \ static_assert(sizeof(NPC_Component_InitMoveToFleePos) == 0x000014, "Wrong size on NPC_Component_InitMoveToFleePos"); \ static_assert(offsetof(NPC_Component_InitMoveToFleePos, InPos) == 0x000000, "Member 'NPC_Component_InitMoveToFleePos::InPos' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitMoveToFleePos, Timeout) == 0x00000C, "Member 'NPC_Component_InitMoveToFleePos::Timeout' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitMoveToFleePos, ReturnValue) == 0x000010, "Member 'NPC_Component_InitMoveToFleePos::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_InitMoveToLocation \ static_assert(alignof(NPC_Component_InitMoveToLocation) == 0x000004, "Wrong alignment on NPC_Component_InitMoveToLocation"); \ static_assert(sizeof(NPC_Component_InitMoveToLocation) == 0x000014, "Wrong size on NPC_Component_InitMoveToLocation"); \ static_assert(offsetof(NPC_Component_InitMoveToLocation, DestinationLoc) == 0x000000, "Member 'NPC_Component_InitMoveToLocation::DestinationLoc' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitMoveToLocation, Timeout) == 0x00000C, "Member 'NPC_Component_InitMoveToLocation::Timeout' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitMoveToLocation, InMobility) == 0x000010, "Member 'NPC_Component_InitMoveToLocation::InMobility' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitMoveToLocation, bOverrideMobility) == 0x000011, "Member 'NPC_Component_InitMoveToLocation::bOverrideMobility' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitMoveToLocation, ReturnValue) == 0x000012, "Member 'NPC_Component_InitMoveToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_InitMoveToOnFire \ static_assert(alignof(NPC_Component_InitMoveToOnFire) == 0x000001, "Wrong alignment on NPC_Component_InitMoveToOnFire"); \ static_assert(sizeof(NPC_Component_InitMoveToOnFire) == 0x000001, "Wrong size on NPC_Component_InitMoveToOnFire"); \ static_assert(offsetof(NPC_Component_InitMoveToOnFire, ReturnValue) == 0x000000, "Member 'NPC_Component_InitMoveToOnFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_InitTetheredLoc \ static_assert(alignof(NPC_Component_InitTetheredLoc) == 0x000004, "Wrong alignment on NPC_Component_InitTetheredLoc"); \ static_assert(sizeof(NPC_Component_InitTetheredLoc) == 0x000028, "Wrong size on NPC_Component_InitTetheredLoc"); \ static_assert(offsetof(NPC_Component_InitTetheredLoc, InTetherDist) == 0x000000, "Member 'NPC_Component_InitTetheredLoc::InTetherDist' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitTetheredLoc, InStartVec) == 0x000004, "Member 'NPC_Component_InitTetheredLoc::InStartVec' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitTetheredLoc, bUseStartVec) == 0x000010, "Member 'NPC_Component_InitTetheredLoc::bUseStartVec' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitTetheredLoc, InMaxAngle) == 0x000014, "Member 'NPC_Component_InitTetheredLoc::InMaxAngle' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitTetheredLoc, InDivisions) == 0x000018, "Member 'NPC_Component_InitTetheredLoc::InDivisions' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitTetheredLoc, bInApplyTether) == 0x00001C, "Member 'NPC_Component_InitTetheredLoc::bInApplyTether' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitTetheredLoc, InTetherType) == 0x00001D, "Member 'NPC_Component_InitTetheredLoc::InTetherType' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitTetheredLoc, randomDistFloor) == 0x000020, "Member 'NPC_Component_InitTetheredLoc::randomDistFloor' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitTetheredLoc, randomDistCeiling) == 0x000024, "Member 'NPC_Component_InitTetheredLoc::randomDistCeiling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_InitTreeWait \ static_assert(alignof(NPC_Component_InitTreeWait) == 0x000008, "Wrong alignment on NPC_Component_InitTreeWait"); \ static_assert(sizeof(NPC_Component_InitTreeWait) == 0x000020, "Wrong size on NPC_Component_InitTreeWait"); \ static_assert(offsetof(NPC_Component_InitTreeWait, TreeTag) == 0x000000, "Member 'NPC_Component_InitTreeWait::TreeTag' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitTreeWait, InAbilityList) == 0x000008, "Member 'NPC_Component_InitTreeWait::InAbilityList' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitTreeWait, Timeout) == 0x000018, "Member 'NPC_Component_InitTreeWait::Timeout' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InitTreeWait, TimeoutAction) == 0x00001C, "Member 'NPC_Component_InitTreeWait::TimeoutAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_InsertIATagsToSpawnData \ static_assert(alignof(NPC_Component_InsertIATagsToSpawnData) == 0x000008, "Wrong alignment on NPC_Component_InsertIATagsToSpawnData"); \ static_assert(sizeof(NPC_Component_InsertIATagsToSpawnData) == 0x000048, "Wrong size on NPC_Component_InsertIATagsToSpawnData"); \ static_assert(offsetof(NPC_Component_InsertIATagsToSpawnData, InSpawnType) == 0x000000, "Member 'NPC_Component_InsertIATagsToSpawnData::InSpawnType' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InsertIATagsToSpawnData, InTagContainer) == 0x000008, "Member 'NPC_Component_InsertIATagsToSpawnData::InTagContainer' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_InsertIATagsToSpawnData, ReturnValue) == 0x000028, "Member 'NPC_Component_InsertIATagsToSpawnData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsSpawnFinished \ static_assert(alignof(NPC_Component_IsSpawnFinished) == 0x000001, "Wrong alignment on NPC_Component_IsSpawnFinished"); \ static_assert(sizeof(NPC_Component_IsSpawnFinished) == 0x000001, "Wrong size on NPC_Component_IsSpawnFinished"); \ static_assert(offsetof(NPC_Component_IsSpawnFinished, ReturnValue) == 0x000000, "Member 'NPC_Component_IsSpawnFinished::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_K2_SetTargetableByPlayer \ static_assert(alignof(NPC_Component_K2_SetTargetableByPlayer) == 0x000001, "Wrong alignment on NPC_Component_K2_SetTargetableByPlayer"); \ static_assert(sizeof(NPC_Component_K2_SetTargetableByPlayer) == 0x000001, "Wrong size on NPC_Component_K2_SetTargetableByPlayer"); \ static_assert(offsetof(NPC_Component_K2_SetTargetableByPlayer, bTargetableByPlayer) == 0x000000, "Member 'NPC_Component_K2_SetTargetableByPlayer::bTargetableByPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_MoveTo \ static_assert(alignof(NPC_Component_MoveTo) == 0x000008, "Wrong alignment on NPC_Component_MoveTo"); \ static_assert(sizeof(NPC_Component_MoveTo) == 0x000028, "Wrong size on NPC_Component_MoveTo"); \ static_assert(offsetof(NPC_Component_MoveTo, Dest) == 0x000000, "Member 'NPC_Component_MoveTo::Dest' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_MoveTo, AcceptanceRadius) == 0x00000C, "Member 'NPC_Component_MoveTo::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_MoveTo, bStopOnOverlap) == 0x000010, "Member 'NPC_Component_MoveTo::bStopOnOverlap' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_MoveTo, bUsePathfinding) == 0x000011, "Member 'NPC_Component_MoveTo::bUsePathfinding' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_MoveTo, bProjectDestinationToNavigation) == 0x000012, "Member 'NPC_Component_MoveTo::bProjectDestinationToNavigation' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_MoveTo, bCanStrafe) == 0x000013, "Member 'NPC_Component_MoveTo::bCanStrafe' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_MoveTo, FilterClass) == 0x000018, "Member 'NPC_Component_MoveTo::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_MoveTo, bAllowPartialPath) == 0x000020, "Member 'NPC_Component_MoveTo::bAllowPartialPath' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_MoveTo, ReturnValue) == 0x000021, "Member 'NPC_Component_MoveTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_MoveToLocation \ static_assert(alignof(NPC_Component_MoveToLocation) == 0x000008, "Wrong alignment on NPC_Component_MoveToLocation"); \ static_assert(sizeof(NPC_Component_MoveToLocation) == 0x000028, "Wrong size on NPC_Component_MoveToLocation"); \ static_assert(offsetof(NPC_Component_MoveToLocation, Loc) == 0x000000, "Member 'NPC_Component_MoveToLocation::Loc' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_MoveToLocation, CurveFloatPtr) == 0x000010, "Member 'NPC_Component_MoveToLocation::CurveFloatPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_MoveToLocation, InterpSpeed) == 0x000018, "Member 'NPC_Component_MoveToLocation::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_MoveToLocation, DeltaTime) == 0x00001C, "Member 'NPC_Component_MoveToLocation::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_MoveToLocation, bStopOnOverlap) == 0x000020, "Member 'NPC_Component_MoveToLocation::bStopOnOverlap' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_MoveToLocation, ReturnValue) == 0x000021, "Member 'NPC_Component_MoveToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_MoveToOnFire \ static_assert(alignof(NPC_Component_MoveToOnFire) == 0x000004, "Wrong alignment on NPC_Component_MoveToOnFire"); \ static_assert(sizeof(NPC_Component_MoveToOnFire) == 0x000008, "Wrong size on NPC_Component_MoveToOnFire"); \ static_assert(offsetof(NPC_Component_MoveToOnFire, DeltaTime) == 0x000000, "Member 'NPC_Component_MoveToOnFire::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_MoveToOnFire, ReturnValue) == 0x000004, "Member 'NPC_Component_MoveToOnFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_NPCAddToManager \ static_assert(alignof(NPC_Component_NPCAddToManager) == 0x000008, "Wrong alignment on NPC_Component_NPCAddToManager"); \ static_assert(sizeof(NPC_Component_NPCAddToManager) == 0x000008, "Wrong size on NPC_Component_NPCAddToManager"); \ static_assert(offsetof(NPC_Component_NPCAddToManager, InActorPtr) == 0x000000, "Member 'NPC_Component_NPCAddToManager::InActorPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_NPCRemoveFromManager \ static_assert(alignof(NPC_Component_NPCRemoveFromManager) == 0x000008, "Wrong alignment on NPC_Component_NPCRemoveFromManager"); \ static_assert(sizeof(NPC_Component_NPCRemoveFromManager) == 0x000008, "Wrong size on NPC_Component_NPCRemoveFromManager"); \ static_assert(offsetof(NPC_Component_NPCRemoveFromManager, InActorPtr) == 0x000000, "Member 'NPC_Component_NPCRemoveFromManager::InActorPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_OnDestroyed \ static_assert(alignof(NPC_Component_OnDestroyed) == 0x000008, "Wrong alignment on NPC_Component_OnDestroyed"); \ static_assert(sizeof(NPC_Component_OnDestroyed) == 0x000008, "Wrong size on NPC_Component_OnDestroyed"); \ static_assert(offsetof(NPC_Component_OnDestroyed, Actor) == 0x000000, "Member 'NPC_Component_OnDestroyed::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_OnEnterKillVolume \ static_assert(alignof(NPC_Component_OnEnterKillVolume) == 0x000008, "Wrong alignment on NPC_Component_OnEnterKillVolume"); \ static_assert(sizeof(NPC_Component_OnEnterKillVolume) == 0x000008, "Wrong size on NPC_Component_OnEnterKillVolume"); \ static_assert(offsetof(NPC_Component_OnEnterKillVolume, InActor) == 0x000000, "Member 'NPC_Component_OnEnterKillVolume::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_OnExitAliveVolume \ static_assert(alignof(NPC_Component_OnExitAliveVolume) == 0x000008, "Wrong alignment on NPC_Component_OnExitAliveVolume"); \ static_assert(sizeof(NPC_Component_OnExitAliveVolume) == 0x000008, "Wrong size on NPC_Component_OnExitAliveVolume"); \ static_assert(offsetof(NPC_Component_OnExitAliveVolume, InActor) == 0x000000, "Member 'NPC_Component_OnExitAliveVolume::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_OnLoadComplete \ static_assert(alignof(NPC_Component_OnLoadComplete) == 0x000008, "Wrong alignment on NPC_Component_OnLoadComplete"); \ static_assert(sizeof(NPC_Component_OnLoadComplete) == 0x000008, "Wrong size on NPC_Component_OnLoadComplete"); \ static_assert(offsetof(NPC_Component_OnLoadComplete, LoadedActor) == 0x000000, "Member 'NPC_Component_OnLoadComplete::LoadedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_OnMovementModeChange \ static_assert(alignof(NPC_Component_OnMovementModeChange) == 0x000008, "Wrong alignment on NPC_Component_OnMovementModeChange"); \ static_assert(sizeof(NPC_Component_OnMovementModeChange) == 0x000010, "Wrong size on NPC_Component_OnMovementModeChange"); \ static_assert(offsetof(NPC_Component_OnMovementModeChange, Character) == 0x000000, "Member 'NPC_Component_OnMovementModeChange::Character' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_OnMovementModeChange, PrevMovementMode) == 0x000008, "Member 'NPC_Component_OnMovementModeChange::PrevMovementMode' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_OnMovementModeChange, PreviousCustomMode) == 0x000009, "Member 'NPC_Component_OnMovementModeChange::PreviousCustomMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_OnReactionEnd \ static_assert(alignof(NPC_Component_OnReactionEnd) == 0x000008, "Wrong alignment on NPC_Component_OnReactionEnd"); \ static_assert(sizeof(NPC_Component_OnReactionEnd) == 0x000010, "Wrong size on NPC_Component_OnReactionEnd"); \ static_assert(offsetof(NPC_Component_OnReactionEnd, ReactionData) == 0x000000, "Member 'NPC_Component_OnReactionEnd::ReactionData' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_OnReactionEnd, ReactionComponent) == 0x000008, "Member 'NPC_Component_OnReactionEnd::ReactionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_OnReactionQueued \ static_assert(alignof(NPC_Component_OnReactionQueued) == 0x000008, "Wrong alignment on NPC_Component_OnReactionQueued"); \ static_assert(sizeof(NPC_Component_OnReactionQueued) == 0x000010, "Wrong size on NPC_Component_OnReactionQueued"); \ static_assert(offsetof(NPC_Component_OnReactionQueued, ReactionData) == 0x000000, "Member 'NPC_Component_OnReactionQueued::ReactionData' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_OnReactionQueued, ReactionComponent) == 0x000008, "Member 'NPC_Component_OnReactionQueued::ReactionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_OnReactionReceived \ static_assert(alignof(NPC_Component_OnReactionReceived) == 0x000008, "Wrong alignment on NPC_Component_OnReactionReceived"); \ static_assert(sizeof(NPC_Component_OnReactionReceived) == 0x000080, "Wrong size on NPC_Component_OnReactionReceived"); \ static_assert(offsetof(NPC_Component_OnReactionReceived, ReactionParams) == 0x000000, "Member 'NPC_Component_OnReactionReceived::ReactionParams' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_OnReactionReceived, ReactionComponent) == 0x000078, "Member 'NPC_Component_OnReactionReceived::ReactionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_ParryEvent \ static_assert(alignof(NPC_Component_ParryEvent) == 0x000001, "Wrong alignment on NPC_Component_ParryEvent"); \ static_assert(sizeof(NPC_Component_ParryEvent) == 0x000001, "Wrong size on NPC_Component_ParryEvent"); \ static_assert(offsetof(NPC_Component_ParryEvent, InButtonPressed) == 0x000000, "Member 'NPC_Component_ParryEvent::InButtonPressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_PathExists \ static_assert(alignof(NPC_Component_PathExists) == 0x000008, "Wrong alignment on NPC_Component_PathExists"); \ static_assert(sizeof(NPC_Component_PathExists) == 0x000028, "Wrong size on NPC_Component_PathExists"); \ static_assert(offsetof(NPC_Component_PathExists, AIOwner) == 0x000000, "Member 'NPC_Component_PathExists::AIOwner' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_PathExists, Target) == 0x000008, "Member 'NPC_Component_PathExists::Target' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_PathExists, PathQueryType) == 0x000014, "Member 'NPC_Component_PathExists::PathQueryType' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_PathExists, FilterClass) == 0x000018, "Member 'NPC_Component_PathExists::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_PathExists, AllowPartialPaths) == 0x000020, "Member 'NPC_Component_PathExists::AllowPartialPaths' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_PathExists, ReturnValue) == 0x000021, "Member 'NPC_Component_PathExists::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_PickRandomPath \ static_assert(alignof(NPC_Component_PickRandomPath) == 0x000008, "Wrong alignment on NPC_Component_PickRandomPath"); \ static_assert(sizeof(NPC_Component_PickRandomPath) == 0x000040, "Wrong size on NPC_Component_PickRandomPath"); \ static_assert(offsetof(NPC_Component_PickRandomPath, AIOwner) == 0x000000, "Member 'NPC_Component_PickRandomPath::AIOwner' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_PickRandomPath, Targets) == 0x000008, "Member 'NPC_Component_PickRandomPath::Targets' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_PickRandomPath, TopPercent) == 0x000018, "Member 'NPC_Component_PickRandomPath::TopPercent' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_PickRandomPath, PathQueryType) == 0x00001C, "Member 'NPC_Component_PickRandomPath::PathQueryType' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_PickRandomPath, FilterClass) == 0x000020, "Member 'NPC_Component_PickRandomPath::FilterClass' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_PickRandomPath, AllowPartialPaths) == 0x000028, "Member 'NPC_Component_PickRandomPath::AllowPartialPaths' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_PickRandomPath, outTarget) == 0x00002C, "Member 'NPC_Component_PickRandomPath::outTarget' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_PickRandomPath, ReturnValue) == 0x000038, "Member 'NPC_Component_PickRandomPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetAbilityActive \ static_assert(alignof(NPC_Component_SetAbilityActive) == 0x000001, "Wrong alignment on NPC_Component_SetAbilityActive"); \ static_assert(sizeof(NPC_Component_SetAbilityActive) == 0x000002, "Wrong size on NPC_Component_SetAbilityActive"); \ static_assert(offsetof(NPC_Component_SetAbilityActive, InState) == 0x000000, "Member 'NPC_Component_SetAbilityActive::InState' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_SetAbilityActive, bActive) == 0x000001, "Member 'NPC_Component_SetAbilityActive::bActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetAbilityScratchpadVelocity \ static_assert(alignof(NPC_Component_SetAbilityScratchpadVelocity) == 0x000004, "Wrong alignment on NPC_Component_SetAbilityScratchpadVelocity"); \ static_assert(sizeof(NPC_Component_SetAbilityScratchpadVelocity) == 0x00000C, "Wrong size on NPC_Component_SetAbilityScratchpadVelocity"); \ static_assert(offsetof(NPC_Component_SetAbilityScratchpadVelocity, InVelocity) == 0x000000, "Member 'NPC_Component_SetAbilityScratchpadVelocity::InVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetAction \ static_assert(alignof(NPC_Component_SetAction) == 0x000001, "Wrong alignment on NPC_Component_SetAction"); \ static_assert(sizeof(NPC_Component_SetAction) == 0x000002, "Wrong size on NPC_Component_SetAction"); \ static_assert(offsetof(NPC_Component_SetAction, InAction) == 0x000000, "Member 'NPC_Component_SetAction::InAction' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_SetAction, bSet) == 0x000001, "Member 'NPC_Component_SetAction::bSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetActionParams \ static_assert(alignof(NPC_Component_SetActionParams) == 0x000008, "Wrong alignment on NPC_Component_SetActionParams"); \ static_assert(sizeof(NPC_Component_SetActionParams) == 0x000038, "Wrong size on NPC_Component_SetActionParams"); \ static_assert(offsetof(NPC_Component_SetActionParams, InParams) == 0x000000, "Member 'NPC_Component_SetActionParams::InParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetAnimMainState \ static_assert(alignof(NPC_Component_SetAnimMainState) == 0x000001, "Wrong alignment on NPC_Component_SetAnimMainState"); \ static_assert(sizeof(NPC_Component_SetAnimMainState) == 0x000001, "Wrong size on NPC_Component_SetAnimMainState"); \ static_assert(offsetof(NPC_Component_SetAnimMainState, InAnimState) == 0x000000, "Member 'NPC_Component_SetAnimMainState::InAnimState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetAnimSpawnState \ static_assert(alignof(NPC_Component_SetAnimSpawnState) == 0x000001, "Wrong alignment on NPC_Component_SetAnimSpawnState"); \ static_assert(sizeof(NPC_Component_SetAnimSpawnState) == 0x000001, "Wrong size on NPC_Component_SetAnimSpawnState"); \ static_assert(offsetof(NPC_Component_SetAnimSpawnState, InSpawnState) == 0x000000, "Member 'NPC_Component_SetAnimSpawnState::InSpawnState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetAnimState \ static_assert(alignof(NPC_Component_SetAnimState) == 0x000001, "Wrong alignment on NPC_Component_SetAnimState"); \ static_assert(sizeof(NPC_Component_SetAnimState) == 0x000001, "Wrong size on NPC_Component_SetAnimState"); \ static_assert(offsetof(NPC_Component_SetAnimState, InAnimState) == 0x000000, "Member 'NPC_Component_SetAnimState::InAnimState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetAttackCustomFlag \ static_assert(alignof(NPC_Component_SetAttackCustomFlag) == 0x000001, "Wrong alignment on NPC_Component_SetAttackCustomFlag"); \ static_assert(sizeof(NPC_Component_SetAttackCustomFlag) == 0x000001, "Wrong size on NPC_Component_SetAttackCustomFlag"); \ static_assert(offsetof(NPC_Component_SetAttackCustomFlag, FlagIsSet) == 0x000000, "Member 'NPC_Component_SetAttackCustomFlag::FlagIsSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetBlackboard \ static_assert(alignof(NPC_Component_SetBlackboard) == 0x000008, "Wrong alignment on NPC_Component_SetBlackboard"); \ static_assert(sizeof(NPC_Component_SetBlackboard) == 0x000008, "Wrong size on NPC_Component_SetBlackboard"); \ static_assert(offsetof(NPC_Component_SetBlackboard, pBlackboardComp) == 0x000000, "Member 'NPC_Component_SetBlackboard::pBlackboardComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetBlackboardBool \ static_assert(alignof(NPC_Component_SetBlackboardBool) == 0x000004, "Wrong alignment on NPC_Component_SetBlackboardBool"); \ static_assert(sizeof(NPC_Component_SetBlackboardBool) == 0x00000C, "Wrong size on NPC_Component_SetBlackboardBool"); \ static_assert(offsetof(NPC_Component_SetBlackboardBool, InBBName) == 0x000000, "Member 'NPC_Component_SetBlackboardBool::InBBName' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_SetBlackboardBool, InValue) == 0x000008, "Member 'NPC_Component_SetBlackboardBool::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetBlackboardFloat \ static_assert(alignof(NPC_Component_SetBlackboardFloat) == 0x000004, "Wrong alignment on NPC_Component_SetBlackboardFloat"); \ static_assert(sizeof(NPC_Component_SetBlackboardFloat) == 0x00000C, "Wrong size on NPC_Component_SetBlackboardFloat"); \ static_assert(offsetof(NPC_Component_SetBlackboardFloat, InBBName) == 0x000000, "Member 'NPC_Component_SetBlackboardFloat::InBBName' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_SetBlackboardFloat, InValue) == 0x000008, "Member 'NPC_Component_SetBlackboardFloat::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetBlackboardKey \ static_assert(alignof(NPC_Component_SetBlackboardKey) == 0x000001, "Wrong alignment on NPC_Component_SetBlackboardKey"); \ static_assert(sizeof(NPC_Component_SetBlackboardKey) == 0x000002, "Wrong size on NPC_Component_SetBlackboardKey"); \ static_assert(offsetof(NPC_Component_SetBlackboardKey, InKey) == 0x000000, "Member 'NPC_Component_SetBlackboardKey::InKey' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_SetBlackboardKey, bSet) == 0x000001, "Member 'NPC_Component_SetBlackboardKey::bSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetCharacterRootMotionScale \ static_assert(alignof(NPC_Component_SetCharacterRootMotionScale) == 0x000004, "Wrong alignment on NPC_Component_SetCharacterRootMotionScale"); \ static_assert(sizeof(NPC_Component_SetCharacterRootMotionScale) == 0x000004, "Wrong size on NPC_Component_SetCharacterRootMotionScale"); \ static_assert(offsetof(NPC_Component_SetCharacterRootMotionScale, RootMotionScale) == 0x000000, "Member 'NPC_Component_SetCharacterRootMotionScale::RootMotionScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetCrouchContextFlag \ static_assert(alignof(NPC_Component_SetCrouchContextFlag) == 0x000001, "Wrong alignment on NPC_Component_SetCrouchContextFlag"); \ static_assert(sizeof(NPC_Component_SetCrouchContextFlag) == 0x000001, "Wrong size on NPC_Component_SetCrouchContextFlag"); \ static_assert(offsetof(NPC_Component_SetCrouchContextFlag, CrouchContext) == 0x000000, "Member 'NPC_Component_SetCrouchContextFlag::CrouchContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetCustomPauseExitConditions \ static_assert(alignof(NPC_Component_SetCustomPauseExitConditions) == 0x000008, "Wrong alignment on NPC_Component_SetCustomPauseExitConditions"); \ static_assert(sizeof(NPC_Component_SetCustomPauseExitConditions) == 0x000010, "Wrong size on NPC_Component_SetCustomPauseExitConditions"); \ static_assert(offsetof(NPC_Component_SetCustomPauseExitConditions, bCleanupWhenAlert) == 0x000000, "Member 'NPC_Component_SetCustomPauseExitConditions::bCleanupWhenAlert' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_SetCustomPauseExitConditions, CleanupWhenAttack) == 0x000001, "Member 'NPC_Component_SetCustomPauseExitConditions::CleanupWhenAttack' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_SetCustomPauseExitConditions, TargetToAllow) == 0x000008, "Member 'NPC_Component_SetCustomPauseExitConditions::TargetToAllow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetFinisherTagFilter \ static_assert(alignof(NPC_Component_SetFinisherTagFilter) == 0x000004, "Wrong alignment on NPC_Component_SetFinisherTagFilter"); \ static_assert(sizeof(NPC_Component_SetFinisherTagFilter) == 0x000008, "Wrong size on NPC_Component_SetFinisherTagFilter"); \ static_assert(offsetof(NPC_Component_SetFinisherTagFilter, InTag) == 0x000000, "Member 'NPC_Component_SetFinisherTagFilter::InTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetFleeTargetPos \ static_assert(alignof(NPC_Component_SetFleeTargetPos) == 0x000004, "Wrong alignment on NPC_Component_SetFleeTargetPos"); \ static_assert(sizeof(NPC_Component_SetFleeTargetPos) == 0x00000C, "Wrong size on NPC_Component_SetFleeTargetPos"); \ static_assert(offsetof(NPC_Component_SetFleeTargetPos, InPos) == 0x000000, "Member 'NPC_Component_SetFleeTargetPos::InPos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetForcedPerceptionTarget \ static_assert(alignof(NPC_Component_SetForcedPerceptionTarget) == 0x000008, "Wrong alignment on NPC_Component_SetForcedPerceptionTarget"); \ static_assert(sizeof(NPC_Component_SetForcedPerceptionTarget) == 0x000010, "Wrong size on NPC_Component_SetForcedPerceptionTarget"); \ static_assert(offsetof(NPC_Component_SetForcedPerceptionTarget, InTargetPtr) == 0x000000, "Member 'NPC_Component_SetForcedPerceptionTarget::InTargetPtr' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_SetForcedPerceptionTarget, InTAS) == 0x000008, "Member 'NPC_Component_SetForcedPerceptionTarget::InTAS' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_SetForcedPerceptionTarget, InTime) == 0x00000C, "Member 'NPC_Component_SetForcedPerceptionTarget::InTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetInvincibility \ static_assert(alignof(NPC_Component_SetInvincibility) == 0x000001, "Wrong alignment on NPC_Component_SetInvincibility"); \ static_assert(sizeof(NPC_Component_SetInvincibility) == 0x000001, "Wrong size on NPC_Component_SetInvincibility"); \ static_assert(offsetof(NPC_Component_SetInvincibility, InIsInvincible) == 0x000000, "Member 'NPC_Component_SetInvincibility::InIsInvincible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetJumpSpline \ static_assert(alignof(NPC_Component_SetJumpSpline) == 0x000008, "Wrong alignment on NPC_Component_SetJumpSpline"); \ static_assert(sizeof(NPC_Component_SetJumpSpline) == 0x000008, "Wrong size on NPC_Component_SetJumpSpline"); \ static_assert(offsetof(NPC_Component_SetJumpSpline, InSplinePtr) == 0x000000, "Member 'NPC_Component_SetJumpSpline::InSplinePtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetJumpSplineData \ static_assert(alignof(NPC_Component_SetJumpSplineData) == 0x000008, "Wrong alignment on NPC_Component_SetJumpSplineData"); \ static_assert(sizeof(NPC_Component_SetJumpSplineData) == 0x000040, "Wrong size on NPC_Component_SetJumpSplineData"); \ static_assert(offsetof(NPC_Component_SetJumpSplineData, InData) == 0x000000, "Member 'NPC_Component_SetJumpSplineData::InData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetMoveGoal \ static_assert(alignof(NPC_Component_SetMoveGoal) == 0x000004, "Wrong alignment on NPC_Component_SetMoveGoal"); \ static_assert(sizeof(NPC_Component_SetMoveGoal) == 0x000010, "Wrong size on NPC_Component_SetMoveGoal"); \ static_assert(offsetof(NPC_Component_SetMoveGoal, InGoal) == 0x000000, "Member 'NPC_Component_SetMoveGoal::InGoal' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_SetMoveGoal, bNavReachable) == 0x00000C, "Member 'NPC_Component_SetMoveGoal::bNavReachable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetOverrideMobility \ static_assert(alignof(NPC_Component_SetOverrideMobility) == 0x000001, "Wrong alignment on NPC_Component_SetOverrideMobility"); \ static_assert(sizeof(NPC_Component_SetOverrideMobility) == 0x000001, "Wrong size on NPC_Component_SetOverrideMobility"); \ static_assert(offsetof(NPC_Component_SetOverrideMobility, InMobility) == 0x000000, "Member 'NPC_Component_SetOverrideMobility::InMobility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetScale \ static_assert(alignof(NPC_Component_SetScale) == 0x000004, "Wrong alignment on NPC_Component_SetScale"); \ static_assert(sizeof(NPC_Component_SetScale) == 0x000004, "Wrong size on NPC_Component_SetScale"); \ static_assert(offsetof(NPC_Component_SetScale, Scale) == 0x000000, "Member 'NPC_Component_SetScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetSpawnAnimOffset \ static_assert(alignof(NPC_Component_SetSpawnAnimOffset) == 0x000004, "Wrong alignment on NPC_Component_SetSpawnAnimOffset"); \ static_assert(sizeof(NPC_Component_SetSpawnAnimOffset) == 0x000004, "Wrong size on NPC_Component_SetSpawnAnimOffset"); \ static_assert(offsetof(NPC_Component_SetSpawnAnimOffset, InOffset) == 0x000000, "Member 'NPC_Component_SetSpawnAnimOffset::InOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetSpeed \ static_assert(alignof(NPC_Component_SetSpeed) == 0x000004, "Wrong alignment on NPC_Component_SetSpeed"); \ static_assert(sizeof(NPC_Component_SetSpeed) == 0x000004, "Wrong size on NPC_Component_SetSpeed"); \ static_assert(offsetof(NPC_Component_SetSpeed, InSpeed) == 0x000000, "Member 'NPC_Component_SetSpeed::InSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetSpeedChooserScale \ static_assert(alignof(NPC_Component_SetSpeedChooserScale) == 0x000004, "Wrong alignment on NPC_Component_SetSpeedChooserScale"); \ static_assert(sizeof(NPC_Component_SetSpeedChooserScale) == 0x000004, "Wrong size on NPC_Component_SetSpeedChooserScale"); \ static_assert(offsetof(NPC_Component_SetSpeedChooserScale, InScale) == 0x000000, "Member 'NPC_Component_SetSpeedChooserScale::InScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetSpeedScale \ static_assert(alignof(NPC_Component_SetSpeedScale) == 0x000004, "Wrong alignment on NPC_Component_SetSpeedScale"); \ static_assert(sizeof(NPC_Component_SetSpeedScale) == 0x000004, "Wrong size on NPC_Component_SetSpeedScale"); \ static_assert(offsetof(NPC_Component_SetSpeedScale, InScale) == 0x000000, "Member 'NPC_Component_SetSpeedScale::InScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetTarget \ static_assert(alignof(NPC_Component_SetTarget) == 0x000008, "Wrong alignment on NPC_Component_SetTarget"); \ static_assert(sizeof(NPC_Component_SetTarget) == 0x000008, "Wrong size on NPC_Component_SetTarget"); \ static_assert(offsetof(NPC_Component_SetTarget, pTarget) == 0x000000, "Member 'NPC_Component_SetTarget::pTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetTargetLocationTurnInPlace \ static_assert(alignof(NPC_Component_SetTargetLocationTurnInPlace) == 0x000004, "Wrong alignment on NPC_Component_SetTargetLocationTurnInPlace"); \ static_assert(sizeof(NPC_Component_SetTargetLocationTurnInPlace) == 0x00000C, "Wrong size on NPC_Component_SetTargetLocationTurnInPlace"); \ static_assert(offsetof(NPC_Component_SetTargetLocationTurnInPlace, InTargetLoc_TurnInPlace) == 0x000000, "Member 'NPC_Component_SetTargetLocationTurnInPlace::InTargetLoc_TurnInPlace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetTargetSightedEnable \ static_assert(alignof(NPC_Component_SetTargetSightedEnable) == 0x000001, "Wrong alignment on NPC_Component_SetTargetSightedEnable"); \ static_assert(sizeof(NPC_Component_SetTargetSightedEnable) == 0x000001, "Wrong size on NPC_Component_SetTargetSightedEnable"); \ static_assert(offsetof(NPC_Component_SetTargetSightedEnable, bEnable) == 0x000000, "Member 'NPC_Component_SetTargetSightedEnable::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SetWanderStartLocation \ static_assert(alignof(NPC_Component_SetWanderStartLocation) == 0x000004, "Wrong alignment on NPC_Component_SetWanderStartLocation"); \ static_assert(sizeof(NPC_Component_SetWanderStartLocation) == 0x00000C, "Wrong size on NPC_Component_SetWanderStartLocation"); \ static_assert(offsetof(NPC_Component_SetWanderStartLocation, Location) == 0x000000, "Member 'NPC_Component_SetWanderStartLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_SidekickUpdateStateUpdate \ static_assert(alignof(NPC_Component_SidekickUpdateStateUpdate) == 0x000004, "Wrong alignment on NPC_Component_SidekickUpdateStateUpdate"); \ static_assert(sizeof(NPC_Component_SidekickUpdateStateUpdate) == 0x00000C, "Wrong size on NPC_Component_SidekickUpdateStateUpdate"); \ static_assert(offsetof(NPC_Component_SidekickUpdateStateUpdate, InUpdateState) == 0x000000, "Member 'NPC_Component_SidekickUpdateStateUpdate::InUpdateState' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_SidekickUpdateStateUpdate, DeltaTime) == 0x000004, "Member 'NPC_Component_SidekickUpdateStateUpdate::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_SidekickUpdateStateUpdate, ReturnValue) == 0x000008, "Member 'NPC_Component_SidekickUpdateStateUpdate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_StartAction \ static_assert(alignof(NPC_Component_StartAction) == 0x000004, "Wrong alignment on NPC_Component_StartAction"); \ static_assert(sizeof(NPC_Component_StartAction) == 0x00000C, "Wrong size on NPC_Component_StartAction"); \ static_assert(offsetof(NPC_Component_StartAction, InAction) == 0x000000, "Member 'NPC_Component_StartAction::InAction' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_StartAction, Timeout) == 0x000004, "Member 'NPC_Component_StartAction::Timeout' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_StartAction, ReturnValue) == 0x000008, "Member 'NPC_Component_StartAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_StartCustomPause \ static_assert(alignof(NPC_Component_StartCustomPause) == 0x000001, "Wrong alignment on NPC_Component_StartCustomPause"); \ static_assert(sizeof(NPC_Component_StartCustomPause) == 0x000001, "Wrong size on NPC_Component_StartCustomPause"); \ static_assert(offsetof(NPC_Component_StartCustomPause, bCleanupWhenCustomAbilityFinished) == 0x000000, "Member 'NPC_Component_StartCustomPause::bCleanupWhenCustomAbilityFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_StartDynamicBranch \ static_assert(alignof(NPC_Component_StartDynamicBranch) == 0x000001, "Wrong alignment on NPC_Component_StartDynamicBranch"); \ static_assert(sizeof(NPC_Component_StartDynamicBranch) == 0x000003, "Wrong size on NPC_Component_StartDynamicBranch"); \ static_assert(offsetof(NPC_Component_StartDynamicBranch, InAbility) == 0x000000, "Member 'NPC_Component_StartDynamicBranch::InAbility' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_StartDynamicBranch, InNextAbility) == 0x000001, "Member 'NPC_Component_StartDynamicBranch::InNextAbility' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_StartDynamicBranch, bImmediate) == 0x000002, "Member 'NPC_Component_StartDynamicBranch::bImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_StartSpeedScaleAdjust \ static_assert(alignof(NPC_Component_StartSpeedScaleAdjust) == 0x000004, "Wrong alignment on NPC_Component_StartSpeedScaleAdjust"); \ static_assert(sizeof(NPC_Component_StartSpeedScaleAdjust) == 0x000008, "Wrong size on NPC_Component_StartSpeedScaleAdjust"); \ static_assert(offsetof(NPC_Component_StartSpeedScaleAdjust, InScale) == 0x000000, "Member 'NPC_Component_StartSpeedScaleAdjust::InScale' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_StartSpeedScaleAdjust, DurationSeconds) == 0x000004, "Member 'NPC_Component_StartSpeedScaleAdjust::DurationSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_StopAction \ static_assert(alignof(NPC_Component_StopAction) == 0x000001, "Wrong alignment on NPC_Component_StopAction"); \ static_assert(sizeof(NPC_Component_StopAction) == 0x000003, "Wrong size on NPC_Component_StopAction"); \ static_assert(offsetof(NPC_Component_StopAction, InAction) == 0x000000, "Member 'NPC_Component_StopAction::InAction' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_StopAction, bSuccess) == 0x000001, "Member 'NPC_Component_StopAction::bSuccess' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_StopAction, bTimeout) == 0x000002, "Member 'NPC_Component_StopAction::bTimeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_StopActionOnUpdate \ static_assert(alignof(NPC_Component_StopActionOnUpdate) == 0x000001, "Wrong alignment on NPC_Component_StopActionOnUpdate"); \ static_assert(sizeof(NPC_Component_StopActionOnUpdate) == 0x000001, "Wrong size on NPC_Component_StopActionOnUpdate"); \ static_assert(offsetof(NPC_Component_StopActionOnUpdate, InAction) == 0x000000, "Member 'NPC_Component_StopActionOnUpdate::InAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_TetheredWanderLocation \ static_assert(alignof(NPC_Component_TetheredWanderLocation) == 0x000004, "Wrong alignment on NPC_Component_TetheredWanderLocation"); \ static_assert(sizeof(NPC_Component_TetheredWanderLocation) == 0x00000C, "Wrong size on NPC_Component_TetheredWanderLocation"); \ static_assert(offsetof(NPC_Component_TetheredWanderLocation, ReturnValue) == 0x000000, "Member 'NPC_Component_TetheredWanderLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_TreeWaitUpdate \ static_assert(alignof(NPC_Component_TreeWaitUpdate) == 0x000004, "Wrong alignment on NPC_Component_TreeWaitUpdate"); \ static_assert(sizeof(NPC_Component_TreeWaitUpdate) == 0x000008, "Wrong size on NPC_Component_TreeWaitUpdate"); \ static_assert(offsetof(NPC_Component_TreeWaitUpdate, DeltaTime) == 0x000000, "Member 'NPC_Component_TreeWaitUpdate::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_TreeWaitUpdate, ReturnValue) == 0x000004, "Member 'NPC_Component_TreeWaitUpdate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_UnchainAction \ static_assert(alignof(NPC_Component_UnchainAction) == 0x000001, "Wrong alignment on NPC_Component_UnchainAction"); \ static_assert(sizeof(NPC_Component_UnchainAction) == 0x000001, "Wrong size on NPC_Component_UnchainAction"); \ static_assert(offsetof(NPC_Component_UnchainAction, ChainFromAction) == 0x000000, "Member 'NPC_Component_UnchainAction::ChainFromAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_UpdateTetheredLoc \ static_assert(alignof(NPC_Component_UpdateTetheredLoc) == 0x000004, "Wrong alignment on NPC_Component_UpdateTetheredLoc"); \ static_assert(sizeof(NPC_Component_UpdateTetheredLoc) == 0x000010, "Wrong size on NPC_Component_UpdateTetheredLoc"); \ static_assert(offsetof(NPC_Component_UpdateTetheredLoc, OutLoc) == 0x000000, "Member 'NPC_Component_UpdateTetheredLoc::OutLoc' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_UpdateTetheredLoc, OutDone) == 0x00000C, "Member 'NPC_Component_UpdateTetheredLoc::OutDone' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_UpdateTetheredLoc, ReturnValue) == 0x00000D, "Member 'NPC_Component_UpdateTetheredLoc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetAbilityScratchpad \ static_assert(alignof(NPC_Component_GetAbilityScratchpad) == 0x000008, "Wrong alignment on NPC_Component_GetAbilityScratchpad"); \ static_assert(sizeof(NPC_Component_GetAbilityScratchpad) == 0x000008, "Wrong size on NPC_Component_GetAbilityScratchpad"); \ static_assert(offsetof(NPC_Component_GetAbilityScratchpad, ReturnValue) == 0x000000, "Member 'NPC_Component_GetAbilityScratchpad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetAction \ static_assert(alignof(NPC_Component_GetAction) == 0x000001, "Wrong alignment on NPC_Component_GetAction"); \ static_assert(sizeof(NPC_Component_GetAction) == 0x000002, "Wrong size on NPC_Component_GetAction"); \ static_assert(offsetof(NPC_Component_GetAction, InAction) == 0x000000, "Member 'NPC_Component_GetAction::InAction' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_GetAction, ReturnValue) == 0x000001, "Member 'NPC_Component_GetAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetActiveAbility \ static_assert(alignof(NPC_Component_GetActiveAbility) == 0x000001, "Wrong alignment on NPC_Component_GetActiveAbility"); \ static_assert(sizeof(NPC_Component_GetActiveAbility) == 0x000001, "Wrong size on NPC_Component_GetActiveAbility"); \ static_assert(offsetof(NPC_Component_GetActiveAbility, ReturnValue) == 0x000000, "Member 'NPC_Component_GetActiveAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetAnimInstance \ static_assert(alignof(NPC_Component_GetAnimInstance) == 0x000008, "Wrong alignment on NPC_Component_GetAnimInstance"); \ static_assert(sizeof(NPC_Component_GetAnimInstance) == 0x000008, "Wrong size on NPC_Component_GetAnimInstance"); \ static_assert(offsetof(NPC_Component_GetAnimInstance, ReturnValue) == 0x000000, "Member 'NPC_Component_GetAnimInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetAUXRecoverLoc \ static_assert(alignof(NPC_Component_GetAUXRecoverLoc) == 0x000004, "Wrong alignment on NPC_Component_GetAUXRecoverLoc"); \ static_assert(sizeof(NPC_Component_GetAUXRecoverLoc) == 0x00000C, "Wrong size on NPC_Component_GetAUXRecoverLoc"); \ static_assert(offsetof(NPC_Component_GetAUXRecoverLoc, ReturnValue) == 0x000000, "Member 'NPC_Component_GetAUXRecoverLoc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetCapsuleHalfHeight \ static_assert(alignof(NPC_Component_GetCapsuleHalfHeight) == 0x000004, "Wrong alignment on NPC_Component_GetCapsuleHalfHeight"); \ static_assert(sizeof(NPC_Component_GetCapsuleHalfHeight) == 0x000004, "Wrong size on NPC_Component_GetCapsuleHalfHeight"); \ static_assert(offsetof(NPC_Component_GetCapsuleHalfHeight, ReturnValue) == 0x000000, "Member 'NPC_Component_GetCapsuleHalfHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetCapsuleRadius \ static_assert(alignof(NPC_Component_GetCapsuleRadius) == 0x000004, "Wrong alignment on NPC_Component_GetCapsuleRadius"); \ static_assert(sizeof(NPC_Component_GetCapsuleRadius) == 0x000004, "Wrong size on NPC_Component_GetCapsuleRadius"); \ static_assert(offsetof(NPC_Component_GetCapsuleRadius, ReturnValue) == 0x000000, "Member 'NPC_Component_GetCapsuleRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetChainedAction \ static_assert(alignof(NPC_Component_GetChainedAction) == 0x000001, "Wrong alignment on NPC_Component_GetChainedAction"); \ static_assert(sizeof(NPC_Component_GetChainedAction) == 0x000002, "Wrong size on NPC_Component_GetChainedAction"); \ static_assert(offsetof(NPC_Component_GetChainedAction, InAction) == 0x000000, "Member 'NPC_Component_GetChainedAction::InAction' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_GetChainedAction, ReturnValue) == 0x000001, "Member 'NPC_Component_GetChainedAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetKilledTAS \ static_assert(alignof(NPC_Component_GetKilledTAS) == 0x000001, "Wrong alignment on NPC_Component_GetKilledTAS"); \ static_assert(sizeof(NPC_Component_GetKilledTAS) == 0x000001, "Wrong size on NPC_Component_GetKilledTAS"); \ static_assert(offsetof(NPC_Component_GetKilledTAS, ReturnValue) == 0x000000, "Member 'NPC_Component_GetKilledTAS::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetMeshComponent \ static_assert(alignof(NPC_Component_GetMeshComponent) == 0x000008, "Wrong alignment on NPC_Component_GetMeshComponent"); \ static_assert(sizeof(NPC_Component_GetMeshComponent) == 0x000008, "Wrong size on NPC_Component_GetMeshComponent"); \ static_assert(offsetof(NPC_Component_GetMeshComponent, ReturnValue) == 0x000000, "Member 'NPC_Component_GetMeshComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetMobility \ static_assert(alignof(NPC_Component_GetMobility) == 0x000001, "Wrong alignment on NPC_Component_GetMobility"); \ static_assert(sizeof(NPC_Component_GetMobility) == 0x000001, "Wrong size on NPC_Component_GetMobility"); \ static_assert(offsetof(NPC_Component_GetMobility, ReturnValue) == 0x000000, "Member 'NPC_Component_GetMobility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetMoveDataSuccess \ static_assert(alignof(NPC_Component_GetMoveDataSuccess) == 0x000001, "Wrong alignment on NPC_Component_GetMoveDataSuccess"); \ static_assert(sizeof(NPC_Component_GetMoveDataSuccess) == 0x000001, "Wrong size on NPC_Component_GetMoveDataSuccess"); \ static_assert(offsetof(NPC_Component_GetMoveDataSuccess, ReturnValue) == 0x000000, "Member 'NPC_Component_GetMoveDataSuccess::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetMoveToDone \ static_assert(alignof(NPC_Component_GetMoveToDone) == 0x000001, "Wrong alignment on NPC_Component_GetMoveToDone"); \ static_assert(sizeof(NPC_Component_GetMoveToDone) == 0x000001, "Wrong size on NPC_Component_GetMoveToDone"); \ static_assert(offsetof(NPC_Component_GetMoveToDone, ReturnValue) == 0x000000, "Member 'NPC_Component_GetMoveToDone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetMoveTolerance \ static_assert(alignof(NPC_Component_GetMoveTolerance) == 0x000004, "Wrong alignment on NPC_Component_GetMoveTolerance"); \ static_assert(sizeof(NPC_Component_GetMoveTolerance) == 0x000004, "Wrong size on NPC_Component_GetMoveTolerance"); \ static_assert(offsetof(NPC_Component_GetMoveTolerance, ReturnValue) == 0x000000, "Member 'NPC_Component_GetMoveTolerance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetMoveToLocationSuccess \ static_assert(alignof(NPC_Component_GetMoveToLocationSuccess) == 0x000001, "Wrong alignment on NPC_Component_GetMoveToLocationSuccess"); \ static_assert(sizeof(NPC_Component_GetMoveToLocationSuccess) == 0x000001, "Wrong size on NPC_Component_GetMoveToLocationSuccess"); \ static_assert(offsetof(NPC_Component_GetMoveToLocationSuccess, ReturnValue) == 0x000000, "Member 'NPC_Component_GetMoveToLocationSuccess::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetMyGroundLoc \ static_assert(alignof(NPC_Component_GetMyGroundLoc) == 0x000004, "Wrong alignment on NPC_Component_GetMyGroundLoc"); \ static_assert(sizeof(NPC_Component_GetMyGroundLoc) == 0x00000C, "Wrong size on NPC_Component_GetMyGroundLoc"); \ static_assert(offsetof(NPC_Component_GetMyGroundLoc, ReturnValue) == 0x000000, "Member 'NPC_Component_GetMyGroundLoc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetMyLoc \ static_assert(alignof(NPC_Component_GetMyLoc) == 0x000004, "Wrong alignment on NPC_Component_GetMyLoc"); \ static_assert(sizeof(NPC_Component_GetMyLoc) == 0x00000C, "Wrong size on NPC_Component_GetMyLoc"); \ static_assert(offsetof(NPC_Component_GetMyLoc, ReturnValue) == 0x000000, "Member 'NPC_Component_GetMyLoc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetOnGround \ static_assert(alignof(NPC_Component_GetOnGround) == 0x000001, "Wrong alignment on NPC_Component_GetOnGround"); \ static_assert(sizeof(NPC_Component_GetOnGround) == 0x000001, "Wrong size on NPC_Component_GetOnGround"); \ static_assert(offsetof(NPC_Component_GetOnGround, ReturnValue) == 0x000000, "Member 'NPC_Component_GetOnGround::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetOverrideMobility \ static_assert(alignof(NPC_Component_GetOverrideMobility) == 0x000001, "Wrong alignment on NPC_Component_GetOverrideMobility"); \ static_assert(sizeof(NPC_Component_GetOverrideMobility) == 0x000001, "Wrong size on NPC_Component_GetOverrideMobility"); \ static_assert(offsetof(NPC_Component_GetOverrideMobility, ReturnValue) == 0x000000, "Member 'NPC_Component_GetOverrideMobility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetPerceptionEnabled \ static_assert(alignof(NPC_Component_GetPerceptionEnabled) == 0x000001, "Wrong alignment on NPC_Component_GetPerceptionEnabled"); \ static_assert(sizeof(NPC_Component_GetPerceptionEnabled) == 0x000001, "Wrong size on NPC_Component_GetPerceptionEnabled"); \ static_assert(offsetof(NPC_Component_GetPerceptionEnabled, ReturnValue) == 0x000000, "Member 'NPC_Component_GetPerceptionEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetPerceptionSuspended \ static_assert(alignof(NPC_Component_GetPerceptionSuspended) == 0x000001, "Wrong alignment on NPC_Component_GetPerceptionSuspended"); \ static_assert(sizeof(NPC_Component_GetPerceptionSuspended) == 0x000001, "Wrong size on NPC_Component_GetPerceptionSuspended"); \ static_assert(offsetof(NPC_Component_GetPerceptionSuspended, ReturnValue) == 0x000000, "Member 'NPC_Component_GetPerceptionSuspended::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetScale \ static_assert(alignof(NPC_Component_GetScale) == 0x000004, "Wrong alignment on NPC_Component_GetScale"); \ static_assert(sizeof(NPC_Component_GetScale) == 0x000004, "Wrong size on NPC_Component_GetScale"); \ static_assert(offsetof(NPC_Component_GetScale, ReturnValue) == 0x000000, "Member 'NPC_Component_GetScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetSidekickUpdateState \ static_assert(alignof(NPC_Component_GetSidekickUpdateState) == 0x000001, "Wrong alignment on NPC_Component_GetSidekickUpdateState"); \ static_assert(sizeof(NPC_Component_GetSidekickUpdateState) == 0x000001, "Wrong size on NPC_Component_GetSidekickUpdateState"); \ static_assert(offsetof(NPC_Component_GetSidekickUpdateState, ReturnValue) == 0x000000, "Member 'NPC_Component_GetSidekickUpdateState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetTarget \ static_assert(alignof(NPC_Component_GetTarget) == 0x000008, "Wrong alignment on NPC_Component_GetTarget"); \ static_assert(sizeof(NPC_Component_GetTarget) == 0x000008, "Wrong size on NPC_Component_GetTarget"); \ static_assert(offsetof(NPC_Component_GetTarget, ReturnValue) == 0x000000, "Member 'NPC_Component_GetTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetTargetLookatApha \ static_assert(alignof(NPC_Component_GetTargetLookatApha) == 0x000004, "Wrong alignment on NPC_Component_GetTargetLookatApha"); \ static_assert(sizeof(NPC_Component_GetTargetLookatApha) == 0x000004, "Wrong size on NPC_Component_GetTargetLookatApha"); \ static_assert(offsetof(NPC_Component_GetTargetLookatApha, ReturnValue) == 0x000000, "Member 'NPC_Component_GetTargetLookatApha::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetTargetType \ static_assert(alignof(NPC_Component_GetTargetType) == 0x000001, "Wrong alignment on NPC_Component_GetTargetType"); \ static_assert(sizeof(NPC_Component_GetTargetType) == 0x000001, "Wrong size on NPC_Component_GetTargetType"); \ static_assert(offsetof(NPC_Component_GetTargetType, ReturnValue) == 0x000000, "Member 'NPC_Component_GetTargetType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetTreeWaitResult \ static_assert(alignof(NPC_Component_GetTreeWaitResult) == 0x000001, "Wrong alignment on NPC_Component_GetTreeWaitResult"); \ static_assert(sizeof(NPC_Component_GetTreeWaitResult) == 0x000001, "Wrong size on NPC_Component_GetTreeWaitResult"); \ static_assert(offsetof(NPC_Component_GetTreeWaitResult, ReturnValue) == 0x000000, "Member 'NPC_Component_GetTreeWaitResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetWanderStartLocation \ static_assert(alignof(NPC_Component_GetWanderStartLocation) == 0x000004, "Wrong alignment on NPC_Component_GetWanderStartLocation"); \ static_assert(sizeof(NPC_Component_GetWanderStartLocation) == 0x00000C, "Wrong size on NPC_Component_GetWanderStartLocation"); \ static_assert(offsetof(NPC_Component_GetWanderStartLocation, ReturnValue) == 0x000000, "Member 'NPC_Component_GetWanderStartLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_GetYaw \ static_assert(alignof(NPC_Component_GetYaw) == 0x000004, "Wrong alignment on NPC_Component_GetYaw"); \ static_assert(sizeof(NPC_Component_GetYaw) == 0x000004, "Wrong size on NPC_Component_GetYaw"); \ static_assert(offsetof(NPC_Component_GetYaw, ReturnValue) == 0x000000, "Member 'NPC_Component_GetYaw::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_HasFinisherWithRunningRequirementsMet \ static_assert(alignof(NPC_Component_HasFinisherWithRunningRequirementsMet) == 0x000008, "Wrong alignment on NPC_Component_HasFinisherWithRunningRequirementsMet"); \ static_assert(sizeof(NPC_Component_HasFinisherWithRunningRequirementsMet) == 0x000010, "Wrong size on NPC_Component_HasFinisherWithRunningRequirementsMet"); \ static_assert(offsetof(NPC_Component_HasFinisherWithRunningRequirementsMet, Attacker) == 0x000000, "Member 'NPC_Component_HasFinisherWithRunningRequirementsMet::Attacker' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_HasFinisherWithRunningRequirementsMet, ReturnValue) == 0x000008, "Member 'NPC_Component_HasFinisherWithRunningRequirementsMet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_HasSightedTarget \ static_assert(alignof(NPC_Component_HasSightedTarget) == 0x000001, "Wrong alignment on NPC_Component_HasSightedTarget"); \ static_assert(sizeof(NPC_Component_HasSightedTarget) == 0x000001, "Wrong size on NPC_Component_HasSightedTarget"); \ static_assert(offsetof(NPC_Component_HasSightedTarget, ReturnValue) == 0x000000, "Member 'NPC_Component_HasSightedTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsAbilityActive \ static_assert(alignof(NPC_Component_IsAbilityActive) == 0x000001, "Wrong alignment on NPC_Component_IsAbilityActive"); \ static_assert(sizeof(NPC_Component_IsAbilityActive) == 0x000002, "Wrong size on NPC_Component_IsAbilityActive"); \ static_assert(offsetof(NPC_Component_IsAbilityActive, InState) == 0x000000, "Member 'NPC_Component_IsAbilityActive::InState' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_IsAbilityActive, ReturnValue) == 0x000001, "Member 'NPC_Component_IsAbilityActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsAbilitySupported \ static_assert(alignof(NPC_Component_IsAbilitySupported) == 0x000001, "Wrong alignment on NPC_Component_IsAbilitySupported"); \ static_assert(sizeof(NPC_Component_IsAbilitySupported) == 0x000002, "Wrong size on NPC_Component_IsAbilitySupported"); \ static_assert(offsetof(NPC_Component_IsAbilitySupported, InAbility) == 0x000000, "Member 'NPC_Component_IsAbilitySupported::InAbility' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_IsAbilitySupported, ReturnValue) == 0x000001, "Member 'NPC_Component_IsAbilitySupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsAbilityVulnerable \ static_assert(alignof(NPC_Component_IsAbilityVulnerable) == 0x000001, "Wrong alignment on NPC_Component_IsAbilityVulnerable"); \ static_assert(sizeof(NPC_Component_IsAbilityVulnerable) == 0x000002, "Wrong size on NPC_Component_IsAbilityVulnerable"); \ static_assert(offsetof(NPC_Component_IsAbilityVulnerable, InAbility) == 0x000000, "Member 'NPC_Component_IsAbilityVulnerable::InAbility' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_IsAbilityVulnerable, ReturnValue) == 0x000001, "Member 'NPC_Component_IsAbilityVulnerable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsActionActive \ static_assert(alignof(NPC_Component_IsActionActive) == 0x000001, "Wrong alignment on NPC_Component_IsActionActive"); \ static_assert(sizeof(NPC_Component_IsActionActive) == 0x000002, "Wrong size on NPC_Component_IsActionActive"); \ static_assert(offsetof(NPC_Component_IsActionActive, InAction) == 0x000000, "Member 'NPC_Component_IsActionActive::InAction' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_IsActionActive, ReturnValue) == 0x000001, "Member 'NPC_Component_IsActionActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsActionDone \ static_assert(alignof(NPC_Component_IsActionDone) == 0x000001, "Wrong alignment on NPC_Component_IsActionDone"); \ static_assert(sizeof(NPC_Component_IsActionDone) == 0x000002, "Wrong size on NPC_Component_IsActionDone"); \ static_assert(offsetof(NPC_Component_IsActionDone, InAction) == 0x000000, "Member 'NPC_Component_IsActionDone::InAction' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_IsActionDone, ReturnValue) == 0x000001, "Member 'NPC_Component_IsActionDone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsBlind \ static_assert(alignof(NPC_Component_IsBlind) == 0x000001, "Wrong alignment on NPC_Component_IsBlind"); \ static_assert(sizeof(NPC_Component_IsBlind) == 0x000001, "Wrong size on NPC_Component_IsBlind"); \ static_assert(offsetof(NPC_Component_IsBlind, ReturnValue) == 0x000000, "Member 'NPC_Component_IsBlind::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsCharred \ static_assert(alignof(NPC_Component_IsCharred) == 0x000001, "Wrong alignment on NPC_Component_IsCharred"); \ static_assert(sizeof(NPC_Component_IsCharred) == 0x000001, "Wrong size on NPC_Component_IsCharred"); \ static_assert(offsetof(NPC_Component_IsCharred, ReturnValue) == 0x000000, "Member 'NPC_Component_IsCharred::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsCompanion \ static_assert(alignof(NPC_Component_IsCompanion) == 0x000001, "Wrong alignment on NPC_Component_IsCompanion"); \ static_assert(sizeof(NPC_Component_IsCompanion) == 0x000001, "Wrong size on NPC_Component_IsCompanion"); \ static_assert(offsetof(NPC_Component_IsCompanion, ReturnValue) == 0x000000, "Member 'NPC_Component_IsCompanion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsCrouching \ static_assert(alignof(NPC_Component_IsCrouching) == 0x000001, "Wrong alignment on NPC_Component_IsCrouching"); \ static_assert(sizeof(NPC_Component_IsCrouching) == 0x000001, "Wrong size on NPC_Component_IsCrouching"); \ static_assert(offsetof(NPC_Component_IsCrouching, ReturnValue) == 0x000000, "Member 'NPC_Component_IsCrouching::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsDead \ static_assert(alignof(NPC_Component_IsDead) == 0x000001, "Wrong alignment on NPC_Component_IsDead"); \ static_assert(sizeof(NPC_Component_IsDead) == 0x000001, "Wrong size on NPC_Component_IsDead"); \ static_assert(offsetof(NPC_Component_IsDead, ReturnValue) == 0x000000, "Member 'NPC_Component_IsDead::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsFlying \ static_assert(alignof(NPC_Component_IsFlying) == 0x000001, "Wrong alignment on NPC_Component_IsFlying"); \ static_assert(sizeof(NPC_Component_IsFlying) == 0x000001, "Wrong size on NPC_Component_IsFlying"); \ static_assert(offsetof(NPC_Component_IsFlying, ReturnValue) == 0x000000, "Member 'NPC_Component_IsFlying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsInjured \ static_assert(alignof(NPC_Component_IsInjured) == 0x000001, "Wrong alignment on NPC_Component_IsInjured"); \ static_assert(sizeof(NPC_Component_IsInjured) == 0x000001, "Wrong size on NPC_Component_IsInjured"); \ static_assert(offsetof(NPC_Component_IsInjured, ReturnValue) == 0x000000, "Member 'NPC_Component_IsInjured::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsInStation \ static_assert(alignof(NPC_Component_IsInStation) == 0x000001, "Wrong alignment on NPC_Component_IsInStation"); \ static_assert(sizeof(NPC_Component_IsInStation) == 0x000001, "Wrong size on NPC_Component_IsInStation"); \ static_assert(offsetof(NPC_Component_IsInStation, ReturnValue) == 0x000000, "Member 'NPC_Component_IsInStation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsInStealth \ static_assert(alignof(NPC_Component_IsInStealth) == 0x000001, "Wrong alignment on NPC_Component_IsInStealth"); \ static_assert(sizeof(NPC_Component_IsInStealth) == 0x000001, "Wrong size on NPC_Component_IsInStealth"); \ static_assert(offsetof(NPC_Component_IsInStealth, ReturnValue) == 0x000000, "Member 'NPC_Component_IsInStealth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsInvincible \ static_assert(alignof(NPC_Component_IsInvincible) == 0x000001, "Wrong alignment on NPC_Component_IsInvincible"); \ static_assert(sizeof(NPC_Component_IsInvincible) == 0x000001, "Wrong size on NPC_Component_IsInvincible"); \ static_assert(offsetof(NPC_Component_IsInvincible, ReturnValue) == 0x000000, "Member 'NPC_Component_IsInvincible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsJumpSplineDone \ static_assert(alignof(NPC_Component_IsJumpSplineDone) == 0x000001, "Wrong alignment on NPC_Component_IsJumpSplineDone"); \ static_assert(sizeof(NPC_Component_IsJumpSplineDone) == 0x000001, "Wrong size on NPC_Component_IsJumpSplineDone"); \ static_assert(offsetof(NPC_Component_IsJumpSplineDone, ReturnValue) == 0x000000, "Member 'NPC_Component_IsJumpSplineDone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsMoveDone \ static_assert(alignof(NPC_Component_IsMoveDone) == 0x000001, "Wrong alignment on NPC_Component_IsMoveDone"); \ static_assert(sizeof(NPC_Component_IsMoveDone) == 0x000001, "Wrong size on NPC_Component_IsMoveDone"); \ static_assert(offsetof(NPC_Component_IsMoveDone, ReturnValue) == 0x000000, "Member 'NPC_Component_IsMoveDone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsNearDeathKneeling \ static_assert(alignof(NPC_Component_IsNearDeathKneeling) == 0x000001, "Wrong alignment on NPC_Component_IsNearDeathKneeling"); \ static_assert(sizeof(NPC_Component_IsNearDeathKneeling) == 0x000001, "Wrong size on NPC_Component_IsNearDeathKneeling"); \ static_assert(offsetof(NPC_Component_IsNearDeathKneeling, ReturnValue) == 0x000000, "Member 'NPC_Component_IsNearDeathKneeling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsOnFire \ static_assert(alignof(NPC_Component_IsOnFire) == 0x000001, "Wrong alignment on NPC_Component_IsOnFire"); \ static_assert(sizeof(NPC_Component_IsOnFire) == 0x000001, "Wrong size on NPC_Component_IsOnFire"); \ static_assert(offsetof(NPC_Component_IsOnFire, ReturnValue) == 0x000000, "Member 'NPC_Component_IsOnFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsOnSlope \ static_assert(alignof(NPC_Component_IsOnSlope) == 0x000001, "Wrong alignment on NPC_Component_IsOnSlope"); \ static_assert(sizeof(NPC_Component_IsOnSlope) == 0x000001, "Wrong size on NPC_Component_IsOnSlope"); \ static_assert(offsetof(NPC_Component_IsOnSlope, ReturnValue) == 0x000000, "Member 'NPC_Component_IsOnSlope::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsOnStairs \ static_assert(alignof(NPC_Component_IsOnStairs) == 0x000001, "Wrong alignment on NPC_Component_IsOnStairs"); \ static_assert(sizeof(NPC_Component_IsOnStairs) == 0x000001, "Wrong size on NPC_Component_IsOnStairs"); \ static_assert(offsetof(NPC_Component_IsOnStairs, ReturnValue) == 0x000000, "Member 'NPC_Component_IsOnStairs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsReactionActive \ static_assert(alignof(NPC_Component_IsReactionActive) == 0x000001, "Wrong alignment on NPC_Component_IsReactionActive"); \ static_assert(sizeof(NPC_Component_IsReactionActive) == 0x000001, "Wrong size on NPC_Component_IsReactionActive"); \ static_assert(offsetof(NPC_Component_IsReactionActive, ReturnValue) == 0x000000, "Member 'NPC_Component_IsReactionActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsStationary \ static_assert(alignof(NPC_Component_IsStationary) == 0x000001, "Wrong alignment on NPC_Component_IsStationary"); \ static_assert(sizeof(NPC_Component_IsStationary) == 0x000001, "Wrong size on NPC_Component_IsStationary"); \ static_assert(offsetof(NPC_Component_IsStationary, ReturnValue) == 0x000000, "Member 'NPC_Component_IsStationary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsSwimming \ static_assert(alignof(NPC_Component_IsSwimming) == 0x000001, "Wrong alignment on NPC_Component_IsSwimming"); \ static_assert(sizeof(NPC_Component_IsSwimming) == 0x000001, "Wrong size on NPC_Component_IsSwimming"); \ static_assert(offsetof(NPC_Component_IsSwimming, ReturnValue) == 0x000000, "Member 'NPC_Component_IsSwimming::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsTargetSightedEnabled \ static_assert(alignof(NPC_Component_IsTargetSightedEnabled) == 0x000001, "Wrong alignment on NPC_Component_IsTargetSightedEnabled"); \ static_assert(sizeof(NPC_Component_IsTargetSightedEnabled) == 0x000001, "Wrong size on NPC_Component_IsTargetSightedEnabled"); \ static_assert(offsetof(NPC_Component_IsTargetSightedEnabled, ReturnValue) == 0x000000, "Member 'NPC_Component_IsTargetSightedEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_IsVulnerable \ static_assert(alignof(NPC_Component_IsVulnerable) == 0x000001, "Wrong alignment on NPC_Component_IsVulnerable"); \ static_assert(sizeof(NPC_Component_IsVulnerable) == 0x000001, "Wrong size on NPC_Component_IsVulnerable"); \ static_assert(offsetof(NPC_Component_IsVulnerable, ReturnValue) == 0x000000, "Member 'NPC_Component_IsVulnerable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_NeedsStayInVolumeConstrain \ static_assert(alignof(NPC_Component_NeedsStayInVolumeConstrain) == 0x000004, "Wrong alignment on NPC_Component_NeedsStayInVolumeConstrain"); \ static_assert(sizeof(NPC_Component_NeedsStayInVolumeConstrain) == 0x000010, "Wrong size on NPC_Component_NeedsStayInVolumeConstrain"); \ static_assert(offsetof(NPC_Component_NeedsStayInVolumeConstrain, InLoc) == 0x000000, "Member 'NPC_Component_NeedsStayInVolumeConstrain::InLoc' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_NeedsStayInVolumeConstrain, ReturnValue) == 0x00000C, "Member 'NPC_Component_NeedsStayInVolumeConstrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Component_WasActionASuccess \ static_assert(alignof(NPC_Component_WasActionASuccess) == 0x000001, "Wrong alignment on NPC_Component_WasActionASuccess"); \ static_assert(sizeof(NPC_Component_WasActionASuccess) == 0x000002, "Wrong size on NPC_Component_WasActionASuccess"); \ static_assert(offsetof(NPC_Component_WasActionASuccess, InAction) == 0x000000, "Member 'NPC_Component_WasActionASuccess::InAction' has a wrong offset!"); \ static_assert(offsetof(NPC_Component_WasActionASuccess, ReturnValue) == 0x000001, "Member 'NPC_Component_WasActionASuccess::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPC_Component \ static_assert(alignof(UNPC_Component) == 0x000010, "Wrong alignment on UNPC_Component"); \ static_assert(sizeof(UNPC_Component) == 0x001F10, "Wrong size on UNPC_Component"); \ static_assert(offsetof(UNPC_Component, DefaultMunitionInteractionArchitectAsset) == 0x0000D8, "Member 'UNPC_Component::DefaultMunitionInteractionArchitectAsset' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bEnableAnimationTickOptimization) == 0x0000E0, "Member 'UNPC_Component::bEnableAnimationTickOptimization' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bEnableShutdownOptimization) == 0x0000E1, "Member 'UNPC_Component::bEnableShutdownOptimization' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, FootprintSize) == 0x0000E4, "Member 'UNPC_Component::FootprintSize' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bDestroyOnDeath) == 0x0000E8, "Member 'UNPC_Component::bDestroyOnDeath' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bRespondsToDistractions) == 0x0000E9, "Member 'UNPC_Component::bRespondsToDistractions' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bSidekick) == 0x0000EA, "Member 'UNPC_Component::bSidekick' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bAllowBackLight) == 0x0000EB, "Member 'UNPC_Component::bAllowBackLight' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, SpawnLocationMap) == 0x0000F0, "Member 'UNPC_Component::SpawnLocationMap' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, SpawnType) == 0x000100, "Member 'UNPC_Component::SpawnType' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bPerceptionCanInterruptSpawn) == 0x000101, "Member 'UNPC_Component::bPerceptionCanInterruptSpawn' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, SpawnInteractionArchitectAsset) == 0x000108, "Member 'UNPC_Component::SpawnInteractionArchitectAsset' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, SpawnList) == 0x000110, "Member 'UNPC_Component::SpawnList' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, SpawnCollisionRadius) == 0x000120, "Member 'UNPC_Component::SpawnCollisionRadius' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, SpawnCollisionImpulse) == 0x000124, "Member 'UNPC_Component::SpawnCollisionImpulse' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, SpawnCollisionScaledForce) == 0x000128, "Member 'UNPC_Component::SpawnCollisionScaledForce' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, AbilityChannelMap) == 0x000130, "Member 'UNPC_Component::AbilityChannelMap' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, DefaultChannel) == 0x000140, "Member 'UNPC_Component::DefaultChannel' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, AbilityChannelList) == 0x000148, "Member 'UNPC_Component::AbilityChannelList' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, IdleAbility) == 0x000158, "Member 'UNPC_Component::IdleAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, WanderIdleAbility) == 0x000160, "Member 'UNPC_Component::WanderIdleAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, SpawnStartAbility) == 0x000168, "Member 'UNPC_Component::SpawnStartAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, MoveAbility) == 0x000170, "Member 'UNPC_Component::MoveAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, MoveStopAbility) == 0x000178, "Member 'UNPC_Component::MoveStopAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, MoveStartAbility) == 0x000180, "Member 'UNPC_Component::MoveStartAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, MovePivotAbility) == 0x000188, "Member 'UNPC_Component::MovePivotAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, SecondaryAttackAbility) == 0x000190, "Member 'UNPC_Component::SecondaryAttackAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, HealAttackAbility) == 0x000198, "Member 'UNPC_Component::HealAttackAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, ReparoAttackAbility) == 0x0001A0, "Member 'UNPC_Component::ReparoAttackAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, JumpSplineAbility) == 0x0001A8, "Member 'UNPC_Component::JumpSplineAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, CustomSpellAbility) == 0x0001B0, "Member 'UNPC_Component::CustomSpellAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, NeutralEmotionAbility) == 0x0001B8, "Member 'UNPC_Component::NeutralEmotionAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, FollowSplineAbility) == 0x0001C0, "Member 'UNPC_Component::FollowSplineAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, FollowSplineIdleAbility) == 0x0001C8, "Member 'UNPC_Component::FollowSplineIdleAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, WoundedKneelAbility) == 0x0001D0, "Member 'UNPC_Component::WoundedKneelAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, DazedAbility) == 0x0001D8, "Member 'UNPC_Component::DazedAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, DeadAbility) == 0x0001E0, "Member 'UNPC_Component::DeadAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, DisillusionmentAbilityEnter) == 0x0001E8, "Member 'UNPC_Component::DisillusionmentAbilityEnter' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, DisillusionmentAbilityExit) == 0x0001F0, "Member 'UNPC_Component::DisillusionmentAbilityExit' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bIdleTimeoutFailsafe) == 0x0001F8, "Member 'UNPC_Component::bIdleTimeoutFailsafe' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, HealSpellToolRecord) == 0x000200, "Member 'UNPC_Component::HealSpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, ReparoSpellToolRecord) == 0x000208, "Member 'UNPC_Component::ReparoSpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, CustomSpellToolRecord) == 0x000210, "Member 'UNPC_Component::CustomSpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, DisillusionmentSpellToolRecord) == 0x000218, "Member 'UNPC_Component::DisillusionmentSpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, TurnAssistDataContainer) == 0x000220, "Member 'UNPC_Component::TurnAssistDataContainer' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, MobilityUberDataArray) == 0x000230, "Member 'UNPC_Component::MobilityUberDataArray' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, MobilityTransitionArray) == 0x000240, "Member 'UNPC_Component::MobilityTransitionArray' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, MobilityDataContainerAsset) == 0x000250, "Member 'UNPC_Component::MobilityDataContainerAsset' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, MobilityDataContainer) == 0x000260, "Member 'UNPC_Component::MobilityDataContainer' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bRegisterAsTargetSource) == 0x000270, "Member 'UNPC_Component::bRegisterAsTargetSource' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, PerceptionChoice) == 0x000278, "Member 'UNPC_Component::PerceptionChoice' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bRandomizeScaleOnSpawn) == 0x000280, "Member 'UNPC_Component::bRandomizeScaleOnSpawn' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, MinScale) == 0x000284, "Member 'UNPC_Component::MinScale' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, MaxScale) == 0x000288, "Member 'UNPC_Component::MaxScale' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, OppositeDirectionFleeValidDistance) == 0x00028C, "Member 'UNPC_Component::OppositeDirectionFleeValidDistance' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bEnterOnFireState) == 0x000290, "Member 'UNPC_Component::bEnterOnFireState' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bUseOnFireStateBehavior) == 0x000291, "Member 'UNPC_Component::bUseOnFireStateBehavior' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bBroadcastAudioHeartbeat) == 0x000292, "Member 'UNPC_Component::bBroadcastAudioHeartbeat' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, AudioHeartbeatDist) == 0x000294, "Member 'UNPC_Component::AudioHeartbeatDist' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bDoDirectionAvoidance) == 0x000298, "Member 'UNPC_Component::bDoDirectionAvoidance' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, RepulsorRadiusMultiplier) == 0x00029C, "Member 'UNPC_Component::RepulsorRadiusMultiplier' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, RepulsorRadiusCushionMultiplier) == 0x0002A0, "Member 'UNPC_Component::RepulsorRadiusCushionMultiplier' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, RepulsorDetectionRadiusMultiplier) == 0x0002A4, "Member 'UNPC_Component::RepulsorDetectionRadiusMultiplier' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, ResolveBlockedAllowableAngle) == 0x0002A8, "Member 'UNPC_Component::ResolveBlockedAllowableAngle' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bUseDirectionFilter) == 0x0002AC, "Member 'UNPC_Component::bUseDirectionFilter' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, DirectionFilterRate) == 0x0002B0, "Member 'UNPC_Component::DirectionFilterRate' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, DirectionFilterRateMin) == 0x0002B4, "Member 'UNPC_Component::DirectionFilterRateMin' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, DirectionFilterRateMax) == 0x0002B8, "Member 'UNPC_Component::DirectionFilterRateMax' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, DirectionAvoidanceInterval) == 0x0002BC, "Member 'UNPC_Component::DirectionAvoidanceInterval' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, AvoidanceSlowdownScale) == 0x0002C0, "Member 'UNPC_Component::AvoidanceSlowdownScale' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, MoveTag) == 0x0002C4, "Member 'UNPC_Component::MoveTag' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, MoveStopTag) == 0x0002CC, "Member 'UNPC_Component::MoveStopTag' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, MoveStartTag) == 0x0002D4, "Member 'UNPC_Component::MoveStartTag' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, MovePivotTag) == 0x0002DC, "Member 'UNPC_Component::MovePivotTag' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, MovePivotMinAngle) == 0x0002E4, "Member 'UNPC_Component::MovePivotMinAngle' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, OverrideNavRadius) == 0x0002E8, "Member 'UNPC_Component::OverrideNavRadius' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, NavFitRadius) == 0x0002EC, "Member 'UNPC_Component::NavFitRadius' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, NavFitVerticalRadius) == 0x0002F0, "Member 'UNPC_Component::NavFitVerticalRadius' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, NavFitMoveTolerance) == 0x0002F4, "Member 'UNPC_Component::NavFitMoveTolerance' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, NavReachableDownRadius) == 0x0002F8, "Member 'UNPC_Component::NavReachableDownRadius' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, NavReachableUpRadius) == 0x0002FC, "Member 'UNPC_Component::NavReachableUpRadius' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, NavReachableRadius) == 0x000300, "Member 'UNPC_Component::NavReachableRadius' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, WaterResponse) == 0x000304, "Member 'UNPC_Component::WaterResponse' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, LOSRadius) == 0x000308, "Member 'UNPC_Component::LOSRadius' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, AlertUIRate) == 0x00030C, "Member 'UNPC_Component::AlertUIRate' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, TASSenseHoldTime) == 0x000310, "Member 'UNPC_Component::TASSenseHoldTime' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, DeadGameplayTag) == 0x000314, "Member 'UNPC_Component::DeadGameplayTag' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, NPCTypeTagContainer) == 0x000320, "Member 'UNPC_Component::NPCTypeTagContainer' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, LosingTargetList) == 0x000340, "Member 'UNPC_Component::LosingTargetList' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bUseNavigator) == 0x000350, "Member 'UNPC_Component::bUseNavigator' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, AbilityScratchPad) == 0x000358, "Member 'UNPC_Component::AbilityScratchPad' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bGlobalVulnerability) == 0x000360, "Member 'UNPC_Component::bGlobalVulnerability' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bUseExpliciteProtegoStart) == 0x000361, "Member 'UNPC_Component::bUseExpliciteProtegoStart' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bProtegoStaysUpWhileAttacking) == 0x000362, "Member 'UNPC_Component::bProtegoStaysUpWhileAttacking' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, ProtegoCooldownTime) == 0x000364, "Member 'UNPC_Component::ProtegoCooldownTime' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, ProtegoBrokeTime) == 0x000368, "Member 'UNPC_Component::ProtegoBrokeTime' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, ProtegoWaitTime) == 0x00036C, "Member 'UNPC_Component::ProtegoWaitTime' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, ProtegoOnOffEffectAdjustment) == 0x000370, "Member 'UNPC_Component::ProtegoOnOffEffectAdjustment' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, VulnerableAbilities) == 0x000374, "Member 'UNPC_Component::VulnerableAbilities' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, ParryParamData) == 0x000378, "Member 'UNPC_Component::ParryParamData' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, LimitAttackOnTargetParamData) == 0x000388, "Member 'UNPC_Component::LimitAttackOnTargetParamData' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bHeadTrackToAttackTarget) == 0x000408, "Member 'UNPC_Component::bHeadTrackToAttackTarget' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, NPCAudioStateHeartbeatDelegate) == 0x000410, "Member 'UNPC_Component::NPCAudioStateHeartbeatDelegate' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, NPCEventDelegate) == 0x000420, "Member 'UNPC_Component::NPCEventDelegate' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, NPCMobilityChangedDelegate) == 0x000430, "Member 'UNPC_Component::NPCMobilityChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, NPCCharacterLoadedDelegate) == 0x000440, "Member 'UNPC_Component::NPCCharacterLoadedDelegate' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, NPC_AnimEventDelegate) == 0x000450, "Member 'UNPC_Component::NPC_AnimEventDelegate' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, CharacterSpawnFinishedDelegate) == 0x000460, "Member 'UNPC_Component::CharacterSpawnFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, OnParryWindowBeginDelegate) == 0x000470, "Member 'UNPC_Component::OnParryWindowBeginDelegate' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, OnParryWindowEndDelegate) == 0x000480, "Member 'UNPC_Component::OnParryWindowEndDelegate' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, OnResurrectionFinished) == 0x0004A0, "Member 'UNPC_Component::OnResurrectionFinished' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, OnStateChanged) == 0x0004B0, "Member 'UNPC_Component::OnStateChanged' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, ActionDoneDelegate) == 0x0004C0, "Member 'UNPC_Component::ActionDoneDelegate' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, ReactionParrySuccessTimeDilation) == 0x0004DC, "Member 'UNPC_Component::ReactionParrySuccessTimeDilation' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, ReactionParrySuccessTimeDilationDuration) == 0x0004E0, "Member 'UNPC_Component::ReactionParrySuccessTimeDilationDuration' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, RagdollControlComp) == 0x0004F0, "Member 'UNPC_Component::RagdollControlComp' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, WanderActorOwner) == 0x000FA0, "Member 'UNPC_Component::WanderActorOwner' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, WanderActorFollower) == 0x000FA8, "Member 'UNPC_Component::WanderActorFollower' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, UpdateNPCControllerPtr) == 0x0010A0, "Member 'UNPC_Component::UpdateNPCControllerPtr' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, m_pBlackboardComp) == 0x0010A8, "Member 'UNPC_Component::m_pBlackboardComp' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, DynamicBranchComp) == 0x0010B0, "Member 'UNPC_Component::DynamicBranchComp' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, NPCReactionComponent) == 0x0010B8, "Member 'UNPC_Component::NPCReactionComponent' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, CapsuleComp) == 0x0010C0, "Member 'UNPC_Component::CapsuleComp' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, MeshComponent) == 0x0010C8, "Member 'UNPC_Component::MeshComponent' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, AmbulatoryMoveComp) == 0x0010D0, "Member 'UNPC_Component::AmbulatoryMoveComp' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, CCComponent) == 0x0010D8, "Member 'UNPC_Component::CCComponent' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, AAComponent) == 0x0010E0, "Member 'UNPC_Component::AAComponent' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, AbilityComponent) == 0x0010E8, "Member 'UNPC_Component::AbilityComponent' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, BehaviorTreeComponent) == 0x0010F0, "Member 'UNPC_Component::BehaviorTreeComponent' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, DefaultState) == 0x0016DF, "Member 'UNPC_Component::DefaultState' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bSetLockedStateForScheduledEntityMode) == 0x0016E0, "Member 'UNPC_Component::bSetLockedStateForScheduledEntityMode' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, JumpSplineDone) == 0x001960, "Member 'UNPC_Component::JumpSplineDone' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, EmoDefaultAbility) == 0x001A08, "Member 'UNPC_Component::EmoDefaultAbility' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bCriticalFinisherAllowTimeDilation) == 0x001A10, "Member 'UNPC_Component::bCriticalFinisherAllowTimeDilation' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, TransformIntoCreature) == 0x001A18, "Member 'UNPC_Component::TransformIntoCreature' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, FinisherData) == 0x001A50, "Member 'UNPC_Component::FinisherData' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, bFinisherDisabled) == 0x001A60, "Member 'UNPC_Component::bFinisherDisabled' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, DebugFinisher) == 0x001A68, "Member 'UNPC_Component::DebugFinisher' has a wrong offset!"); \ static_assert(offsetof(UNPC_Component, NpcTimers) == 0x001DB0, "Member 'UNPC_Component::NpcTimers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_AddPerceptionVolume \ static_assert(alignof(Creature_AIComponent_AddPerceptionVolume) == 0x000008, "Wrong alignment on Creature_AIComponent_AddPerceptionVolume"); \ static_assert(sizeof(Creature_AIComponent_AddPerceptionVolume) == 0x000008, "Wrong size on Creature_AIComponent_AddPerceptionVolume"); \ static_assert(offsetof(Creature_AIComponent_AddPerceptionVolume, InPerceptionVolume) == 0x000000, "Member 'Creature_AIComponent_AddPerceptionVolume::InPerceptionVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_DisableCreaturePerception \ static_assert(alignof(Creature_AIComponent_DisableCreaturePerception) == 0x000001, "Wrong alignment on Creature_AIComponent_DisableCreaturePerception"); \ static_assert(sizeof(Creature_AIComponent_DisableCreaturePerception) == 0x000002, "Wrong size on Creature_AIComponent_DisableCreaturePerception"); \ static_assert(offsetof(Creature_AIComponent_DisableCreaturePerception, bForgetPreviousStimuli) == 0x000000, "Member 'Creature_AIComponent_DisableCreaturePerception::bForgetPreviousStimuli' has a wrong offset!"); \ static_assert(offsetof(Creature_AIComponent_DisableCreaturePerception, bLoseAwareness) == 0x000001, "Member 'Creature_AIComponent_DisableCreaturePerception::bLoseAwareness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_ExecuteAbilityFromAsset \ static_assert(alignof(Creature_AIComponent_ExecuteAbilityFromAsset) == 0x000008, "Wrong alignment on Creature_AIComponent_ExecuteAbilityFromAsset"); \ static_assert(sizeof(Creature_AIComponent_ExecuteAbilityFromAsset) == 0x000010, "Wrong size on Creature_AIComponent_ExecuteAbilityFromAsset"); \ static_assert(offsetof(Creature_AIComponent_ExecuteAbilityFromAsset, InArchitectAsset) == 0x000000, "Member 'Creature_AIComponent_ExecuteAbilityFromAsset::InArchitectAsset' has a wrong offset!"); \ static_assert(offsetof(Creature_AIComponent_ExecuteAbilityFromAsset, ReturnValue) == 0x000008, "Member 'Creature_AIComponent_ExecuteAbilityFromAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_GetCurrentApproachRadius \ static_assert(alignof(Creature_AIComponent_GetCurrentApproachRadius) == 0x000004, "Wrong alignment on Creature_AIComponent_GetCurrentApproachRadius"); \ static_assert(sizeof(Creature_AIComponent_GetCurrentApproachRadius) == 0x000004, "Wrong size on Creature_AIComponent_GetCurrentApproachRadius"); \ static_assert(offsetof(Creature_AIComponent_GetCurrentApproachRadius, ReturnValue) == 0x000000, "Member 'Creature_AIComponent_GetCurrentApproachRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_GetTetherVolume \ static_assert(alignof(Creature_AIComponent_GetTetherVolume) == 0x000008, "Wrong alignment on Creature_AIComponent_GetTetherVolume"); \ static_assert(sizeof(Creature_AIComponent_GetTetherVolume) == 0x000008, "Wrong size on Creature_AIComponent_GetTetherVolume"); \ static_assert(offsetof(Creature_AIComponent_GetTetherVolume, ReturnValue) == 0x000000, "Member 'Creature_AIComponent_GetTetherVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_OnMunitionImpactDamage \ static_assert(alignof(Creature_AIComponent_OnMunitionImpactDamage) == 0x000008, "Wrong alignment on Creature_AIComponent_OnMunitionImpactDamage"); \ static_assert(sizeof(Creature_AIComponent_OnMunitionImpactDamage) == 0x0000F8, "Wrong size on Creature_AIComponent_OnMunitionImpactDamage"); \ static_assert(offsetof(Creature_AIComponent_OnMunitionImpactDamage, InCaller) == 0x000000, "Member 'Creature_AIComponent_OnMunitionImpactDamage::InCaller' has a wrong offset!"); \ static_assert(offsetof(Creature_AIComponent_OnMunitionImpactDamage, InImpactData) == 0x000008, "Member 'Creature_AIComponent_OnMunitionImpactDamage::InImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_OnObjectStateChange \ static_assert(alignof(Creature_AIComponent_OnObjectStateChange) == 0x000008, "Wrong alignment on Creature_AIComponent_OnObjectStateChange"); \ static_assert(sizeof(Creature_AIComponent_OnObjectStateChange) == 0x000010, "Wrong size on Creature_AIComponent_OnObjectStateChange"); \ static_assert(offsetof(Creature_AIComponent_OnObjectStateChange, InCaller) == 0x000000, "Member 'Creature_AIComponent_OnObjectStateChange::InCaller' has a wrong offset!"); \ static_assert(offsetof(Creature_AIComponent_OnObjectStateChange, InInteractiveAction) == 0x000008, "Member 'Creature_AIComponent_OnObjectStateChange::InInteractiveAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_OnPerceptionUpdated \ static_assert(alignof(Creature_AIComponent_OnPerceptionUpdated) == 0x000008, "Wrong alignment on Creature_AIComponent_OnPerceptionUpdated"); \ static_assert(sizeof(Creature_AIComponent_OnPerceptionUpdated) == 0x000010, "Wrong size on Creature_AIComponent_OnPerceptionUpdated"); \ static_assert(offsetof(Creature_AIComponent_OnPerceptionUpdated, UpdatedActors) == 0x000000, "Member 'Creature_AIComponent_OnPerceptionUpdated::UpdatedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_RemovePerceptionVolume \ static_assert(alignof(Creature_AIComponent_RemovePerceptionVolume) == 0x000008, "Wrong alignment on Creature_AIComponent_RemovePerceptionVolume"); \ static_assert(sizeof(Creature_AIComponent_RemovePerceptionVolume) == 0x000008, "Wrong size on Creature_AIComponent_RemovePerceptionVolume"); \ static_assert(offsetof(Creature_AIComponent_RemovePerceptionVolume, InPerceptionVolume) == 0x000000, "Member 'Creature_AIComponent_RemovePerceptionVolume::InPerceptionVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_SetAIState \ static_assert(alignof(Creature_AIComponent_SetAIState) == 0x000001, "Wrong alignment on Creature_AIComponent_SetAIState"); \ static_assert(sizeof(Creature_AIComponent_SetAIState) == 0x000001, "Wrong size on Creature_AIComponent_SetAIState"); \ static_assert(offsetof(Creature_AIComponent_SetAIState, InNewState) == 0x000000, "Member 'Creature_AIComponent_SetAIState::InNewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_SetDesiredCreatureStance \ static_assert(alignof(Creature_AIComponent_SetDesiredCreatureStance) == 0x000001, "Wrong alignment on Creature_AIComponent_SetDesiredCreatureStance"); \ static_assert(sizeof(Creature_AIComponent_SetDesiredCreatureStance) == 0x000001, "Wrong size on Creature_AIComponent_SetDesiredCreatureStance"); \ static_assert(offsetof(Creature_AIComponent_SetDesiredCreatureStance, InNewStance) == 0x000000, "Member 'Creature_AIComponent_SetDesiredCreatureStance::InNewStance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_SetFocusActorBlackboardState \ static_assert(alignof(Creature_AIComponent_SetFocusActorBlackboardState) == 0x000008, "Wrong alignment on Creature_AIComponent_SetFocusActorBlackboardState"); \ static_assert(sizeof(Creature_AIComponent_SetFocusActorBlackboardState) == 0x000008, "Wrong size on Creature_AIComponent_SetFocusActorBlackboardState"); \ static_assert(offsetof(Creature_AIComponent_SetFocusActorBlackboardState, FocusActor) == 0x000000, "Member 'Creature_AIComponent_SetFocusActorBlackboardState::FocusActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_SetIdleOverrideState \ static_assert(alignof(Creature_AIComponent_SetIdleOverrideState) == 0x000001, "Wrong alignment on Creature_AIComponent_SetIdleOverrideState"); \ static_assert(sizeof(Creature_AIComponent_SetIdleOverrideState) == 0x000001, "Wrong size on Creature_AIComponent_SetIdleOverrideState"); \ static_assert(offsetof(Creature_AIComponent_SetIdleOverrideState, InNewState) == 0x000000, "Member 'Creature_AIComponent_SetIdleOverrideState::InNewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_SetInteractionTime \ static_assert(alignof(Creature_AIComponent_SetInteractionTime) == 0x000008, "Wrong alignment on Creature_AIComponent_SetInteractionTime"); \ static_assert(sizeof(Creature_AIComponent_SetInteractionTime) == 0x000008, "Wrong size on Creature_AIComponent_SetInteractionTime"); \ static_assert(offsetof(Creature_AIComponent_SetInteractionTime, InTargetActor) == 0x000000, "Member 'Creature_AIComponent_SetInteractionTime::InTargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_SetPathEndMode \ static_assert(alignof(Creature_AIComponent_SetPathEndMode) == 0x000001, "Wrong alignment on Creature_AIComponent_SetPathEndMode"); \ static_assert(sizeof(Creature_AIComponent_SetPathEndMode) == 0x000001, "Wrong size on Creature_AIComponent_SetPathEndMode"); \ static_assert(offsetof(Creature_AIComponent_SetPathEndMode, PathEndMode) == 0x000000, "Member 'Creature_AIComponent_SetPathEndMode::PathEndMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_SetStoppingMode \ static_assert(alignof(Creature_AIComponent_SetStoppingMode) == 0x000001, "Wrong alignment on Creature_AIComponent_SetStoppingMode"); \ static_assert(sizeof(Creature_AIComponent_SetStoppingMode) == 0x000001, "Wrong size on Creature_AIComponent_SetStoppingMode"); \ static_assert(offsetof(Creature_AIComponent_SetStoppingMode, StoppingMode) == 0x000000, "Member 'Creature_AIComponent_SetStoppingMode::StoppingMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_SetTetherVolume \ static_assert(alignof(Creature_AIComponent_SetTetherVolume) == 0x000008, "Wrong alignment on Creature_AIComponent_SetTetherVolume"); \ static_assert(sizeof(Creature_AIComponent_SetTetherVolume) == 0x000008, "Wrong size on Creature_AIComponent_SetTetherVolume"); \ static_assert(offsetof(Creature_AIComponent_SetTetherVolume, InTetherVolume) == 0x000000, "Member 'Creature_AIComponent_SetTetherVolume::InTetherVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_SetToMovementSpeed \ static_assert(alignof(Creature_AIComponent_SetToMovementSpeed) == 0x000001, "Wrong alignment on Creature_AIComponent_SetToMovementSpeed"); \ static_assert(sizeof(Creature_AIComponent_SetToMovementSpeed) == 0x000001, "Wrong size on Creature_AIComponent_SetToMovementSpeed"); \ static_assert(offsetof(Creature_AIComponent_SetToMovementSpeed, MovementSpeed) == 0x000000, "Member 'Creature_AIComponent_SetToMovementSpeed::MovementSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_SetToMovementSpeedFloat \ static_assert(alignof(Creature_AIComponent_SetToMovementSpeedFloat) == 0x000004, "Wrong alignment on Creature_AIComponent_SetToMovementSpeedFloat"); \ static_assert(sizeof(Creature_AIComponent_SetToMovementSpeedFloat) == 0x000004, "Wrong size on Creature_AIComponent_SetToMovementSpeedFloat"); \ static_assert(offsetof(Creature_AIComponent_SetToMovementSpeedFloat, InSpeed) == 0x000000, "Member 'Creature_AIComponent_SetToMovementSpeedFloat::InSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_StartFollowPathBehavior \ static_assert(alignof(Creature_AIComponent_StartFollowPathBehavior) == 0x000008, "Wrong alignment on Creature_AIComponent_StartFollowPathBehavior"); \ static_assert(sizeof(Creature_AIComponent_StartFollowPathBehavior) == 0x000008, "Wrong size on Creature_AIComponent_StartFollowPathBehavior"); \ static_assert(offsetof(Creature_AIComponent_StartFollowPathBehavior, InPathNode) == 0x000000, "Member 'Creature_AIComponent_StartFollowPathBehavior::InPathNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_FindPettingBrushAttachmentRelativeTransform \ static_assert(alignof(Creature_AIComponent_FindPettingBrushAttachmentRelativeTransform) == 0x000010, "Wrong alignment on Creature_AIComponent_FindPettingBrushAttachmentRelativeTransform"); \ static_assert(sizeof(Creature_AIComponent_FindPettingBrushAttachmentRelativeTransform) == 0x000030, "Wrong size on Creature_AIComponent_FindPettingBrushAttachmentRelativeTransform"); \ static_assert(offsetof(Creature_AIComponent_FindPettingBrushAttachmentRelativeTransform, ReturnValue) == 0x000000, "Member 'Creature_AIComponent_FindPettingBrushAttachmentRelativeTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_FindPettingBrushInitialAttachment \ static_assert(alignof(Creature_AIComponent_FindPettingBrushInitialAttachment) == 0x000008, "Wrong alignment on Creature_AIComponent_FindPettingBrushInitialAttachment"); \ static_assert(sizeof(Creature_AIComponent_FindPettingBrushInitialAttachment) == 0x000048, "Wrong size on Creature_AIComponent_FindPettingBrushInitialAttachment"); \ static_assert(offsetof(Creature_AIComponent_FindPettingBrushInitialAttachment, InAnimationVariationTagContainer) == 0x000000, "Member 'Creature_AIComponent_FindPettingBrushInitialAttachment::InAnimationVariationTagContainer' has a wrong offset!"); \ static_assert(offsetof(Creature_AIComponent_FindPettingBrushInitialAttachment, OutRelativeLocation) == 0x000020, "Member 'Creature_AIComponent_FindPettingBrushInitialAttachment::OutRelativeLocation' has a wrong offset!"); \ static_assert(offsetof(Creature_AIComponent_FindPettingBrushInitialAttachment, OutRotation) == 0x00002C, "Member 'Creature_AIComponent_FindPettingBrushInitialAttachment::OutRotation' has a wrong offset!"); \ static_assert(offsetof(Creature_AIComponent_FindPettingBrushInitialAttachment, OutScale) == 0x000038, "Member 'Creature_AIComponent_FindPettingBrushInitialAttachment::OutScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_GetAIState \ static_assert(alignof(Creature_AIComponent_GetAIState) == 0x000001, "Wrong alignment on Creature_AIComponent_GetAIState"); \ static_assert(sizeof(Creature_AIComponent_GetAIState) == 0x000001, "Wrong size on Creature_AIComponent_GetAIState"); \ static_assert(offsetof(Creature_AIComponent_GetAIState, ReturnValue) == 0x000000, "Member 'Creature_AIComponent_GetAIState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_GetBestSpeedToReachLocation \ static_assert(alignof(Creature_AIComponent_GetBestSpeedToReachLocation) == 0x000004, "Wrong alignment on Creature_AIComponent_GetBestSpeedToReachLocation"); \ static_assert(sizeof(Creature_AIComponent_GetBestSpeedToReachLocation) == 0x000014, "Wrong size on Creature_AIComponent_GetBestSpeedToReachLocation"); \ static_assert(offsetof(Creature_AIComponent_GetBestSpeedToReachLocation, InLocation) == 0x000000, "Member 'Creature_AIComponent_GetBestSpeedToReachLocation::InLocation' has a wrong offset!"); \ static_assert(offsetof(Creature_AIComponent_GetBestSpeedToReachLocation, InTimeToReach) == 0x00000C, "Member 'Creature_AIComponent_GetBestSpeedToReachLocation::InTimeToReach' has a wrong offset!"); \ static_assert(offsetof(Creature_AIComponent_GetBestSpeedToReachLocation, ReturnValue) == 0x000010, "Member 'Creature_AIComponent_GetBestSpeedToReachLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_GetBlackboard \ static_assert(alignof(Creature_AIComponent_GetBlackboard) == 0x000008, "Wrong alignment on Creature_AIComponent_GetBlackboard"); \ static_assert(sizeof(Creature_AIComponent_GetBlackboard) == 0x000008, "Wrong size on Creature_AIComponent_GetBlackboard"); \ static_assert(offsetof(Creature_AIComponent_GetBlackboard, ReturnValue) == 0x000000, "Member 'Creature_AIComponent_GetBlackboard::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_GetCustomAbilityClass \ static_assert(alignof(Creature_AIComponent_GetCustomAbilityClass) == 0x000008, "Wrong alignment on Creature_AIComponent_GetCustomAbilityClass"); \ static_assert(sizeof(Creature_AIComponent_GetCustomAbilityClass) == 0x000008, "Wrong size on Creature_AIComponent_GetCustomAbilityClass"); \ static_assert(offsetof(Creature_AIComponent_GetCustomAbilityClass, ReturnValue) == 0x000000, "Member 'Creature_AIComponent_GetCustomAbilityClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_GetIdleOverrideState \ static_assert(alignof(Creature_AIComponent_GetIdleOverrideState) == 0x000001, "Wrong alignment on Creature_AIComponent_GetIdleOverrideState"); \ static_assert(sizeof(Creature_AIComponent_GetIdleOverrideState) == 0x000001, "Wrong size on Creature_AIComponent_GetIdleOverrideState"); \ static_assert(offsetof(Creature_AIComponent_GetIdleOverrideState, ReturnValue) == 0x000000, "Member 'Creature_AIComponent_GetIdleOverrideState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_GetPathEndMode \ static_assert(alignof(Creature_AIComponent_GetPathEndMode) == 0x000001, "Wrong alignment on Creature_AIComponent_GetPathEndMode"); \ static_assert(sizeof(Creature_AIComponent_GetPathEndMode) == 0x000001, "Wrong size on Creature_AIComponent_GetPathEndMode"); \ static_assert(offsetof(Creature_AIComponent_GetPathEndMode, ReturnValue) == 0x000000, "Member 'Creature_AIComponent_GetPathEndMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_AIComponent_GetPerceptionComponent \ static_assert(alignof(Creature_AIComponent_GetPerceptionComponent) == 0x000008, "Wrong alignment on Creature_AIComponent_GetPerceptionComponent"); \ static_assert(sizeof(Creature_AIComponent_GetPerceptionComponent) == 0x000008, "Wrong size on Creature_AIComponent_GetPerceptionComponent"); \ static_assert(offsetof(Creature_AIComponent_GetPerceptionComponent, ReturnValue) == 0x000000, "Member 'Creature_AIComponent_GetPerceptionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreature_AIComponent \ static_assert(alignof(UCreature_AIComponent) == 0x000010, "Wrong alignment on UCreature_AIComponent"); \ static_assert(sizeof(UCreature_AIComponent) == 0x002300, "Wrong size on UCreature_AIComponent"); \ static_assert(offsetof(UCreature_AIComponent, IdleInteractionAsset) == 0x001F10, "Member 'UCreature_AIComponent::IdleInteractionAsset' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, TetherRadius) == 0x001F18, "Member 'UCreature_AIComponent::TetherRadius' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, FleeRange) == 0x001F1C, "Member 'UCreature_AIComponent::FleeRange' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, FleeRunDistance) == 0x001F20, "Member 'UCreature_AIComponent::FleeRunDistance' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, FleeJogDistance) == 0x001F24, "Member 'UCreature_AIComponent::FleeJogDistance' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, FleeWalkDistance) == 0x001F28, "Member 'UCreature_AIComponent::FleeWalkDistance' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, FleePathingDistance) == 0x001F2C, "Member 'UCreature_AIComponent::FleePathingDistance' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, FleeScatterRadius) == 0x001F30, "Member 'UCreature_AIComponent::FleeScatterRadius' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, FleeHerdRadius) == 0x001F34, "Member 'UCreature_AIComponent::FleeHerdRadius' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, FleeDestinationOverride) == 0x001F38, "Member 'UCreature_AIComponent::FleeDestinationOverride' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, bFadeWhenFleeing) == 0x001F40, "Member 'UCreature_AIComponent::bFadeWhenFleeing' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, ReactionInstigatorTagTime) == 0x001F44, "Member 'UCreature_AIComponent::ReactionInstigatorTagTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, FleeFlyingOption) == 0x001F48, "Member 'UCreature_AIComponent::FleeFlyingOption' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, bIsFleeConstrainedByTether) == 0x001F49, "Member 'UCreature_AIComponent::bIsFleeConstrainedByTether' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, MaximumFleeMovementSpeed) == 0x001F4A, "Member 'UCreature_AIComponent::MaximumFleeMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, ApproachRange) == 0x001F4C, "Member 'UCreature_AIComponent::ApproachRange' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, TurnApproachRadius) == 0x001F54, "Member 'UCreature_AIComponent::TurnApproachRadius' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, TrotApproachRadius) == 0x001F58, "Member 'UCreature_AIComponent::TrotApproachRadius' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, RunApproachRadius) == 0x001F5C, "Member 'UCreature_AIComponent::RunApproachRadius' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, InteractStance) == 0x001F60, "Member 'UCreature_AIComponent::InteractStance' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, FeedAnimLookupTags) == 0x001F68, "Member 'UCreature_AIComponent::FeedAnimLookupTags' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, PettingAnimLookupTags) == 0x001F88, "Member 'UCreature_AIComponent::PettingAnimLookupTags' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, PettingBrushAttachRelativeBoneName) == 0x001FA8, "Member 'UCreature_AIComponent::PettingBrushAttachRelativeBoneName' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, StartWithRestIdleBehaviorChance) == 0x001FB0, "Member 'UCreature_AIComponent::StartWithRestIdleBehaviorChance' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, StartWithRestIdleBehaviorAtNightChance) == 0x001FB4, "Member 'UCreature_AIComponent::StartWithRestIdleBehaviorAtNightChance' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, StartWithForageIdleBehaviorChance) == 0x001FB8, "Member 'UCreature_AIComponent::StartWithForageIdleBehaviorChance' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, ExploreRange) == 0x001FBC, "Member 'UCreature_AIComponent::ExploreRange' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, ExploreRangeFromHerdLocation) == 0x001FC4, "Member 'UCreature_AIComponent::ExploreRangeFromHerdLocation' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, MinExploreWaitTime) == 0x001FCC, "Member 'UCreature_AIComponent::MinExploreWaitTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, MaxExploreWaitTime) == 0x001FD0, "Member 'UCreature_AIComponent::MaxExploreWaitTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, ExploreBehaviorLoopsMin) == 0x001FD4, "Member 'UCreature_AIComponent::ExploreBehaviorLoopsMin' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, ExploreBehaviorLoopsMax) == 0x001FD8, "Member 'UCreature_AIComponent::ExploreBehaviorLoopsMax' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, bTurnAnticipation) == 0x001FDC, "Member 'UCreature_AIComponent::bTurnAnticipation' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, ForageRange) == 0x001FE0, "Member 'UCreature_AIComponent::ForageRange' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, ForageBehaviorLoopsMin) == 0x001FE8, "Member 'UCreature_AIComponent::ForageBehaviorLoopsMin' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, ForageBehaviorLoopsMax) == 0x001FEC, "Member 'UCreature_AIComponent::ForageBehaviorLoopsMax' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, ForageLookAroundTime) == 0x001FF0, "Member 'UCreature_AIComponent::ForageLookAroundTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, bCanForage) == 0x001FF8, "Member 'UCreature_AIComponent::bCanForage' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, GroomOrLookAroundConsiderationMultiplier) == 0x001FFC, "Member 'UCreature_AIComponent::GroomOrLookAroundConsiderationMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, GroomConsiderationMultiplier) == 0x002000, "Member 'UCreature_AIComponent::GroomConsiderationMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, RestBehaviorLoopsMin) == 0x002004, "Member 'UCreature_AIComponent::RestBehaviorLoopsMin' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, RestBehaviorLoopsMax) == 0x002008, "Member 'UCreature_AIComponent::RestBehaviorLoopsMax' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, FlightPreferredThresholdDistance) == 0x00200C, "Member 'UCreature_AIComponent::FlightPreferredThresholdDistance' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, bShouldFlyOutOfWater) == 0x002010, "Member 'UCreature_AIComponent::bShouldFlyOutOfWater' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, CirclingConsiderationMultiplier) == 0x002014, "Member 'UCreature_AIComponent::CirclingConsiderationMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, CirclingWhenWildConsiderationBonus) == 0x002018, "Member 'UCreature_AIComponent::CirclingWhenWildConsiderationBonus' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, MinCirclingHeightAboveGround) == 0x00201C, "Member 'UCreature_AIComponent::MinCirclingHeightAboveGround' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, MaxCirclingHeightAboveGround) == 0x002020, "Member 'UCreature_AIComponent::MaxCirclingHeightAboveGround' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, MinCirclingRadiusMultiplier) == 0x002024, "Member 'UCreature_AIComponent::MinCirclingRadiusMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, MaxCirclingRadiusMultiplier) == 0x002028, "Member 'UCreature_AIComponent::MaxCirclingRadiusMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, MinCirclingTime) == 0x00202C, "Member 'UCreature_AIComponent::MinCirclingTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, MaxCirclingTime) == 0x002030, "Member 'UCreature_AIComponent::MaxCirclingTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, bCanUsePerches) == 0x002034, "Member 'UCreature_AIComponent::bCanUsePerches' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, PerchingConsiderationMultiplier) == 0x002038, "Member 'UCreature_AIComponent::PerchingConsiderationMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, PerchingWhenWildConsiderationBonus) == 0x00203C, "Member 'UCreature_AIComponent::PerchingWhenWildConsiderationBonus' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, MinPerchingSearchRadius) == 0x002040, "Member 'UCreature_AIComponent::MinPerchingSearchRadius' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, MaxPerchingSearchRadius) == 0x002044, "Member 'UCreature_AIComponent::MaxPerchingSearchRadius' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, MinPerchingTime) == 0x002048, "Member 'UCreature_AIComponent::MinPerchingTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, MaxPerchingTime) == 0x00204C, "Member 'UCreature_AIComponent::MaxPerchingTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, bIsPerchingConstrainedByTether) == 0x002050, "Member 'UCreature_AIComponent::bIsPerchingConstrainedByTether' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, Laziness) == 0x002054, "Member 'UCreature_AIComponent::Laziness' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, bIsNocturnal) == 0x002058, "Member 'UCreature_AIComponent::bIsNocturnal' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, bCanUseHerding) == 0x002059, "Member 'UCreature_AIComponent::bCanUseHerding' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, InitialHerdDetectionRadius) == 0x00205C, "Member 'UCreature_AIComponent::InitialHerdDetectionRadius' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, bCanHerdSleep) == 0x002060, "Member 'UCreature_AIComponent::bCanHerdSleep' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, bCanHerdFlee) == 0x002061, "Member 'UCreature_AIComponent::bCanHerdFlee' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, NewHerdLocationRange) == 0x002064, "Member 'UCreature_AIComponent::NewHerdLocationRange' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, bCanGraze) == 0x00206C, "Member 'UCreature_AIComponent::bCanGraze' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, GrazingMinRadius) == 0x002070, "Member 'UCreature_AIComponent::GrazingMinRadius' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, GrazingMaxRadius) == 0x002074, "Member 'UCreature_AIComponent::GrazingMaxRadius' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, StationaryGrazingDuration) == 0x002078, "Member 'UCreature_AIComponent::StationaryGrazingDuration' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, RelaxStandingTime) == 0x00207C, "Member 'UCreature_AIComponent::RelaxStandingTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, RelaxSittingTime) == 0x002084, "Member 'UCreature_AIComponent::RelaxSittingTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, RelaxLyingTime) == 0x00208C, "Member 'UCreature_AIComponent::RelaxLyingTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, RelaxSleepingTime) == 0x002094, "Member 'UCreature_AIComponent::RelaxSleepingTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, RelaxStandingConsiderationMultiplier) == 0x00209C, "Member 'UCreature_AIComponent::RelaxStandingConsiderationMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, RelaxSittingConsiderationMultiplier) == 0x0020A0, "Member 'UCreature_AIComponent::RelaxSittingConsiderationMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, RelaxLyingConsiderationMultiplier) == 0x0020A4, "Member 'UCreature_AIComponent::RelaxLyingConsiderationMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, RelaxSleepingConsiderationMultiplier) == 0x0020A8, "Member 'UCreature_AIComponent::RelaxSleepingConsiderationMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, PregnancyStances) == 0x0020B0, "Member 'UCreature_AIComponent::PregnancyStances' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, NurtureInteractCloseRange) == 0x0020C0, "Member 'UCreature_AIComponent::NurtureInteractCloseRange' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, NurtureInteractRange) == 0x0020C4, "Member 'UCreature_AIComponent::NurtureInteractRange' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, NurtureInteractRangeHighHappinessMultiplier) == 0x0020C8, "Member 'UCreature_AIComponent::NurtureInteractRangeHighHappinessMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, HappinessThresholds) == 0x0020CC, "Member 'UCreature_AIComponent::HappinessThresholds' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, NurtureInteractGreetTimeInterval) == 0x0020D4, "Member 'UCreature_AIComponent::NurtureInteractGreetTimeInterval' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, bStationaryForNurtureInteract) == 0x0020D8, "Member 'UCreature_AIComponent::bStationaryForNurtureInteract' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, CombatMaxDistanceFromTether) == 0x0020DC, "Member 'UCreature_AIComponent::CombatMaxDistanceFromTether' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, AdditionalReactionAbilies_Aggressive) == 0x0020E0, "Member 'UCreature_AIComponent::AdditionalReactionAbilies_Aggressive' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, CurrentCreatureSlot) == 0x002110, "Member 'UCreature_AIComponent::CurrentCreatureSlot' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, LookAtBehavior) == 0x002120, "Member 'UCreature_AIComponent::LookAtBehavior' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, BlackboardComponent) == 0x0021C8, "Member 'UCreature_AIComponent::BlackboardComponent' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, CreatureCharacter) == 0x002220, "Member 'UCreature_AIComponent::CreatureCharacter' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, CreatureController) == 0x002228, "Member 'UCreature_AIComponent::CreatureController' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, NurtureComponent) == 0x002230, "Member 'UCreature_AIComponent::NurtureComponent' has a wrong offset!"); \ static_assert(offsetof(UCreature_AIComponent, CustomAbilityClass) == 0x002238, "Member 'UCreature_AIComponent::CustomAbilityClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblEnemyMoveTaskScratchPad \ static_assert(alignof(UAblEnemyMoveTaskScratchPad) == 0x000010, "Wrong alignment on UAblEnemyMoveTaskScratchPad"); \ static_assert(sizeof(UAblEnemyMoveTaskScratchPad) == 0x0000C0, "Wrong size on UAblEnemyMoveTaskScratchPad"); \ static_assert(offsetof(UAblEnemyMoveTaskScratchPad, MoveData) == 0x000030, "Member 'UAblEnemyMoveTaskScratchPad::MoveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblEnemyMoveTask \ static_assert(alignof(UAblEnemyMoveTask) == 0x000008, "Wrong alignment on UAblEnemyMoveTask"); \ static_assert(sizeof(UAblEnemyMoveTask) == 0x0000E8, "Wrong size on UAblEnemyMoveTask"); \ static_assert(offsetof(UAblEnemyMoveTask, m_Target) == 0x000070, "Member 'UAblEnemyMoveTask::m_Target' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, VelocitySource) == 0x000071, "Member 'UAblEnemyMoveTask::VelocitySource' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, CustomVelocity) == 0x000074, "Member 'UAblEnemyMoveTask::CustomVelocity' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, CustomSpeed) == 0x000080, "Member 'UAblEnemyMoveTask::CustomSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, ZDirectionOffset) == 0x000084, "Member 'UAblEnemyMoveTask::ZDirectionOffset' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, bRestoreMovementMode) == 0x000088, "Member 'UAblEnemyMoveTask::bRestoreMovementMode' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, bApplyGravity) == 0x000089, "Member 'UAblEnemyMoveTask::bApplyGravity' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, GravityMultiplier) == 0x00008C, "Member 'UAblEnemyMoveTask::GravityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, MaxDownwardVelocityDueToGravity) == 0x000090, "Member 'UAblEnemyMoveTask::MaxDownwardVelocityDueToGravity' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, bOverrideJumpArc) == 0x000094, "Member 'UAblEnemyMoveTask::bOverrideJumpArc' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, OverrideJumpArc) == 0x000098, "Member 'UAblEnemyMoveTask::OverrideJumpArc' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, bForceApplyingGravityForJumps) == 0x00009C, "Member 'UAblEnemyMoveTask::bForceApplyingGravityForJumps' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, bDebugDrawJump) == 0x00009D, "Member 'UAblEnemyMoveTask::bDebugDrawJump' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, SlideSpeed) == 0x0000A0, "Member 'UAblEnemyMoveTask::SlideSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, SlideTargetTolerance) == 0x0000A4, "Member 'UAblEnemyMoveTask::SlideTargetTolerance' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, ZeroVelocityTolerance) == 0x0000A8, "Member 'UAblEnemyMoveTask::ZeroVelocityTolerance' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, bApplyVelocityTowardsInstigator) == 0x0000AC, "Member 'UAblEnemyMoveTask::bApplyVelocityTowardsInstigator' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, NoMovementOccuredTolerance) == 0x0000B0, "Member 'UAblEnemyMoveTask::NoMovementOccuredTolerance' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, AcceptanceDistance) == 0x0000B4, "Member 'UAblEnemyMoveTask::AcceptanceDistance' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, bDiminishVelocity) == 0x0000B8, "Member 'UAblEnemyMoveTask::bDiminishVelocity' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, TimeToStop) == 0x0000BC, "Member 'UAblEnemyMoveTask::TimeToStop' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, DegreeOfEaseOutCurve) == 0x0000C0, "Member 'UAblEnemyMoveTask::DegreeOfEaseOutCurve' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, bCanVaryTowardsInstigator) == 0x0000C4, "Member 'UAblEnemyMoveTask::bCanVaryTowardsInstigator' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, VaryingCurve) == 0x0000C8, "Member 'UAblEnemyMoveTask::VaryingCurve' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, MinimumDistance) == 0x0000D0, "Member 'UAblEnemyMoveTask::MinimumDistance' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, bDiminishVelocityDueToGravity) == 0x0000D4, "Member 'UAblEnemyMoveTask::bDiminishVelocityDueToGravity' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, OnGroundDetectionDistance) == 0x0000D8, "Member 'UAblEnemyMoveTask::OnGroundDetectionDistance' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, bIgnoreAllFloorHits) == 0x0000DC, "Member 'UAblEnemyMoveTask::bIgnoreAllFloorHits' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, bSlideAcrossGroundInitially) == 0x0000DD, "Member 'UAblEnemyMoveTask::bSlideAcrossGroundInitially' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, bSlideAcrossGroundAlways) == 0x0000DE, "Member 'UAblEnemyMoveTask::bSlideAcrossGroundAlways' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, bLockZPosition) == 0x0000DF, "Member 'UAblEnemyMoveTask::bLockZPosition' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, bCutOffMovement) == 0x0000E0, "Member 'UAblEnemyMoveTask::bCutOffMovement' has a wrong offset!"); \ static_assert(offsetof(UAblEnemyMoveTask, CutoffDistance) == 0x0000E4, "Member 'UAblEnemyMoveTask::CutoffDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablExecuteTaskSubScratchPad \ static_assert(alignof(UablExecuteTaskSubScratchPad) == 0x000008, "Wrong alignment on UablExecuteTaskSubScratchPad"); \ static_assert(sizeof(UablExecuteTaskSubScratchPad) == 0x000028, "Wrong size on UablExecuteTaskSubScratchPad"); \ #define DUMPER7_ASSERTS_UAblNPC_ParryLeadInPreLoopingTask \ static_assert(alignof(UAblNPC_ParryLeadInPreLoopingTask) == 0x000008, "Wrong alignment on UAblNPC_ParryLeadInPreLoopingTask"); \ static_assert(sizeof(UAblNPC_ParryLeadInPreLoopingTask) == 0x000078, "Wrong size on UAblNPC_ParryLeadInPreLoopingTask"); \ static_assert(offsetof(UAblNPC_ParryLeadInPreLoopingTask, bParryWindowPersistPastImpact) == 0x000070, "Member 'UAblNPC_ParryLeadInPreLoopingTask::bParryWindowPersistPastImpact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconInfo_SetupChestBeacon \ static_assert(alignof(BeaconInfo_SetupChestBeacon) == 0x000008, "Wrong alignment on BeaconInfo_SetupChestBeacon"); \ static_assert(sizeof(BeaconInfo_SetupChestBeacon) == 0x000028, "Wrong size on BeaconInfo_SetupChestBeacon"); \ static_assert(offsetof(BeaconInfo_SetupChestBeacon, pBeaconName) == 0x000000, "Member 'BeaconInfo_SetupChestBeacon::pBeaconName' has a wrong offset!"); \ static_assert(offsetof(BeaconInfo_SetupChestBeacon, pLocation) == 0x000010, "Member 'BeaconInfo_SetupChestBeacon::pLocation' has a wrong offset!"); \ static_assert(offsetof(BeaconInfo_SetupChestBeacon, pParentActor) == 0x000020, "Member 'BeaconInfo_SetupChestBeacon::pParentActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBeaconInfo \ static_assert(alignof(UBeaconInfo) == 0x000008, "Wrong alignment on UBeaconInfo"); \ static_assert(sizeof(UBeaconInfo) == 0x0001D0, "Wrong size on UBeaconInfo"); \ static_assert(offsetof(UBeaconInfo, BeaconType) == 0x000028, "Member 'UBeaconInfo::BeaconType' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, BeaconSubType) == 0x000029, "Member 'UBeaconInfo::BeaconSubType' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, LastBeaconType) == 0x00002A, "Member 'UBeaconInfo::LastBeaconType' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, BeaconName) == 0x000030, "Member 'UBeaconInfo::BeaconName' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, BeaconLocName) == 0x000040, "Member 'UBeaconInfo::BeaconLocName' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, BeaconIcon) == 0x000050, "Member 'UBeaconInfo::BeaconIcon' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, FastTravelLocationID) == 0x000060, "Member 'UBeaconInfo::FastTravelLocationID' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, BeaconID) == 0x000070, "Member 'UBeaconInfo::BeaconID' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, BeaconWorld) == 0x000080, "Member 'UBeaconInfo::BeaconWorld' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, SanctuarySubworld) == 0x000088, "Member 'UBeaconInfo::SanctuarySubworld' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, BeaconOwnerLocationID) == 0x000090, "Member 'UBeaconInfo::BeaconOwnerLocationID' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, DescriptionShort) == 0x000098, "Member 'UBeaconInfo::DescriptionShort' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, BeaconWorldPosition) == 0x0000A8, "Member 'UBeaconInfo::BeaconWorldPosition' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, DynamicBeaconObject) == 0x0000D0, "Member 'UBeaconInfo::DynamicBeaconObject' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, ParentActor) == 0x0000D8, "Member 'UBeaconInfo::ParentActor' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, DynamicBeaconScheduledEntity) == 0x0000E0, "Member 'UBeaconInfo::DynamicBeaconScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, BeaconHandle) == 0x0000E8, "Member 'UBeaconInfo::BeaconHandle' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, ActivationDistance) == 0x0000EC, "Member 'UBeaconInfo::ActivationDistance' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, EnterExitDistance) == 0x0000F0, "Member 'UBeaconInfo::EnterExitDistance' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, DisplayPriority) == 0x0000F4, "Member 'UBeaconInfo::DisplayPriority' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, bIsBeaconActive) == 0x0000F5, "Member 'UBeaconInfo::bIsBeaconActive' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, BeaconFlags) == 0x0000F6, "Member 'UBeaconInfo::BeaconFlags' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, BeaconScale) == 0x0000F8, "Member 'UBeaconInfo::BeaconScale' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, bHudIconSuppressed) == 0x0000FC, "Member 'UBeaconInfo::bHudIconSuppressed' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, bHasTracedInGameWorld) == 0x0000FD, "Member 'UBeaconInfo::bHasTracedInGameWorld' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, BeaconRuntimeFlags) == 0x000130, "Member 'UBeaconInfo::BeaconRuntimeFlags' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, InEnterExitZone) == 0x000134, "Member 'UBeaconInfo::InEnterExitZone' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, LastTransitionListIndex) == 0x000138, "Member 'UBeaconInfo::LastTransitionListIndex' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, BeaconState) == 0x00013C, "Member 'UBeaconInfo::BeaconState' has a wrong offset!"); \ static_assert(offsetof(UBeaconInfo, BeaconDistanceRules) == 0x000144, "Member 'UBeaconInfo::BeaconDistanceRules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExecuteTask \ static_assert(alignof(UExecuteTask) == 0x000008, "Wrong alignment on UExecuteTask"); \ static_assert(sizeof(UExecuteTask) == 0x000028, "Wrong size on UExecuteTask"); \ #define DUMPER7_ASSERTS_SlaveToSplineComponent_SetSplineT \ static_assert(alignof(SlaveToSplineComponent_SetSplineT) == 0x000004, "Wrong alignment on SlaveToSplineComponent_SetSplineT"); \ static_assert(sizeof(SlaveToSplineComponent_SetSplineT) == 0x000008, "Wrong size on SlaveToSplineComponent_SetSplineT"); \ static_assert(offsetof(SlaveToSplineComponent_SetSplineT, newT) == 0x000000, "Member 'SlaveToSplineComponent_SetSplineT::newT' has a wrong offset!"); \ static_assert(offsetof(SlaveToSplineComponent_SetSplineT, Done) == 0x000004, "Member 'SlaveToSplineComponent_SetSplineT::Done' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlaveToSplineComponent_GetFollowSpline \ static_assert(alignof(SlaveToSplineComponent_GetFollowSpline) == 0x000008, "Wrong alignment on SlaveToSplineComponent_GetFollowSpline"); \ static_assert(sizeof(SlaveToSplineComponent_GetFollowSpline) == 0x000008, "Wrong size on SlaveToSplineComponent_GetFollowSpline"); \ static_assert(offsetof(SlaveToSplineComponent_GetFollowSpline, ReturnValue) == 0x000000, "Member 'SlaveToSplineComponent_GetFollowSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USlaveToSplineComponent \ static_assert(alignof(USlaveToSplineComponent) == 0x000010, "Wrong alignment on USlaveToSplineComponent"); \ static_assert(sizeof(USlaveToSplineComponent) == 0x000230, "Wrong size on USlaveToSplineComponent"); \ static_assert(offsetof(USlaveToSplineComponent, Mode) == 0x000218, "Member 'USlaveToSplineComponent::Mode' has a wrong offset!"); \ static_assert(offsetof(USlaveToSplineComponent, DurationFactor) == 0x00021C, "Member 'USlaveToSplineComponent::DurationFactor' has a wrong offset!"); \ static_assert(offsetof(USlaveToSplineComponent, SplineT) == 0x000220, "Member 'USlaveToSplineComponent::SplineT' has a wrong offset!"); \ static_assert(offsetof(USlaveToSplineComponent, SplineTReset) == 0x000224, "Member 'USlaveToSplineComponent::SplineTReset' has a wrong offset!"); \ static_assert(offsetof(USlaveToSplineComponent, bUseConstantVelocity) == 0x000228, "Member 'USlaveToSplineComponent::bUseConstantVelocity' has a wrong offset!"); \ static_assert(offsetof(USlaveToSplineComponent, bPositionOnly) == 0x000229, "Member 'USlaveToSplineComponent::bPositionOnly' has a wrong offset!"); \ static_assert(offsetof(USlaveToSplineComponent, bIncludeScale) == 0x00022A, "Member 'USlaveToSplineComponent::bIncludeScale' has a wrong offset!"); \ static_assert(offsetof(USlaveToSplineComponent, bReverseDirection) == 0x00022B, "Member 'USlaveToSplineComponent::bReverseDirection' has a wrong offset!"); \ static_assert(offsetof(USlaveToSplineComponent, bFollowEnabled) == 0x00022C, "Member 'USlaveToSplineComponent::bFollowEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablExecuteTaskScratchPad \ static_assert(alignof(UablExecuteTaskScratchPad) == 0x000008, "Wrong alignment on UablExecuteTaskScratchPad"); \ static_assert(sizeof(UablExecuteTaskScratchPad) == 0x000030, "Wrong size on UablExecuteTaskScratchPad"); \ static_assert(offsetof(UablExecuteTaskScratchPad, SubTaskScratchPad) == 0x000028, "Member 'UablExecuteTaskScratchPad::SubTaskScratchPad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_ClearMouseButton \ static_assert(alignof(MapScreenBase_ClearMouseButton) == 0x000001, "Wrong alignment on MapScreenBase_ClearMouseButton"); \ static_assert(sizeof(MapScreenBase_ClearMouseButton) == 0x000001, "Wrong size on MapScreenBase_ClearMouseButton"); \ static_assert(offsetof(MapScreenBase_ClearMouseButton, buttonID) == 0x000000, "Member 'MapScreenBase_ClearMouseButton::buttonID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_GetInputAxisData \ static_assert(alignof(MapScreenBase_GetInputAxisData) == 0x000004, "Wrong alignment on MapScreenBase_GetInputAxisData"); \ static_assert(sizeof(MapScreenBase_GetInputAxisData) == 0x000030, "Wrong size on MapScreenBase_GetInputAxisData"); \ static_assert(offsetof(MapScreenBase_GetInputAxisData, ReturnValue) == 0x000000, "Member 'MapScreenBase_GetInputAxisData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_GetIsFilterShowing \ static_assert(alignof(MapScreenBase_GetIsFilterShowing) == 0x000001, "Wrong alignment on MapScreenBase_GetIsFilterShowing"); \ static_assert(sizeof(MapScreenBase_GetIsFilterShowing) == 0x000001, "Wrong size on MapScreenBase_GetIsFilterShowing"); \ static_assert(offsetof(MapScreenBase_GetIsFilterShowing, ReturnValue) == 0x000000, "Member 'MapScreenBase_GetIsFilterShowing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_GetIsMouseInScreen \ static_assert(alignof(MapScreenBase_GetIsMouseInScreen) == 0x000001, "Wrong alignment on MapScreenBase_GetIsMouseInScreen"); \ static_assert(sizeof(MapScreenBase_GetIsMouseInScreen) == 0x000001, "Wrong size on MapScreenBase_GetIsMouseInScreen"); \ static_assert(offsetof(MapScreenBase_GetIsMouseInScreen, ReturnValue) == 0x000000, "Member 'MapScreenBase_GetIsMouseInScreen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_GetMapBase \ static_assert(alignof(MapScreenBase_GetMapBase) == 0x000008, "Wrong alignment on MapScreenBase_GetMapBase"); \ static_assert(sizeof(MapScreenBase_GetMapBase) == 0x000008, "Wrong size on MapScreenBase_GetMapBase"); \ static_assert(offsetof(MapScreenBase_GetMapBase, ReturnValue) == 0x000000, "Member 'MapScreenBase_GetMapBase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_GetMapSubSystem \ static_assert(alignof(MapScreenBase_GetMapSubSystem) == 0x000008, "Wrong alignment on MapScreenBase_GetMapSubSystem"); \ static_assert(sizeof(MapScreenBase_GetMapSubSystem) == 0x000008, "Wrong size on MapScreenBase_GetMapSubSystem"); \ static_assert(offsetof(MapScreenBase_GetMapSubSystem, ReturnValue) == 0x000000, "Member 'MapScreenBase_GetMapSubSystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_GetMapType \ static_assert(alignof(MapScreenBase_GetMapType) == 0x000001, "Wrong alignment on MapScreenBase_GetMapType"); \ static_assert(sizeof(MapScreenBase_GetMapType) == 0x000001, "Wrong size on MapScreenBase_GetMapType"); \ static_assert(offsetof(MapScreenBase_GetMapType, ReturnValue) == 0x000000, "Member 'MapScreenBase_GetMapType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_GetMouseButtonInput \ static_assert(alignof(MapScreenBase_GetMouseButtonInput) == 0x000004, "Wrong alignment on MapScreenBase_GetMouseButtonInput"); \ static_assert(sizeof(MapScreenBase_GetMouseButtonInput) == 0x000010, "Wrong size on MapScreenBase_GetMouseButtonInput"); \ static_assert(offsetof(MapScreenBase_GetMouseButtonInput, buttonID) == 0x000000, "Member 'MapScreenBase_GetMouseButtonInput::buttonID' has a wrong offset!"); \ static_assert(offsetof(MapScreenBase_GetMouseButtonInput, ReturnValue) == 0x000004, "Member 'MapScreenBase_GetMouseButtonInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_GetMouseDelta \ static_assert(alignof(MapScreenBase_GetMouseDelta) == 0x000004, "Wrong alignment on MapScreenBase_GetMouseDelta"); \ static_assert(sizeof(MapScreenBase_GetMouseDelta) == 0x000008, "Wrong size on MapScreenBase_GetMouseDelta"); \ static_assert(offsetof(MapScreenBase_GetMouseDelta, ReturnValue) == 0x000000, "Member 'MapScreenBase_GetMouseDelta::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_GetMovementDelta \ static_assert(alignof(MapScreenBase_GetMovementDelta) == 0x000004, "Wrong alignment on MapScreenBase_GetMovementDelta"); \ static_assert(sizeof(MapScreenBase_GetMovementDelta) == 0x000008, "Wrong size on MapScreenBase_GetMovementDelta"); \ static_assert(offsetof(MapScreenBase_GetMovementDelta, ReturnValue) == 0x000000, "Member 'MapScreenBase_GetMovementDelta::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_GetPressedButtonTime \ static_assert(alignof(MapScreenBase_GetPressedButtonTime) == 0x000004, "Wrong alignment on MapScreenBase_GetPressedButtonTime"); \ static_assert(sizeof(MapScreenBase_GetPressedButtonTime) == 0x000008, "Wrong size on MapScreenBase_GetPressedButtonTime"); \ static_assert(offsetof(MapScreenBase_GetPressedButtonTime, buttonID) == 0x000000, "Member 'MapScreenBase_GetPressedButtonTime::buttonID' has a wrong offset!"); \ static_assert(offsetof(MapScreenBase_GetPressedButtonTime, ReturnValue) == 0x000004, "Member 'MapScreenBase_GetPressedButtonTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_GetTier \ static_assert(alignof(MapScreenBase_GetTier) == 0x000001, "Wrong alignment on MapScreenBase_GetTier"); \ static_assert(sizeof(MapScreenBase_GetTier) == 0x000001, "Wrong size on MapScreenBase_GetTier"); \ static_assert(offsetof(MapScreenBase_GetTier, ReturnValue) == 0x000000, "Member 'MapScreenBase_GetTier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_GetUIManager \ static_assert(alignof(MapScreenBase_GetUIManager) == 0x000008, "Wrong alignment on MapScreenBase_GetUIManager"); \ static_assert(sizeof(MapScreenBase_GetUIManager) == 0x000008, "Wrong size on MapScreenBase_GetUIManager"); \ static_assert(offsetof(MapScreenBase_GetUIManager, ReturnValue) == 0x000000, "Member 'MapScreenBase_GetUIManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_GetZoomFactor \ static_assert(alignof(MapScreenBase_GetZoomFactor) == 0x000004, "Wrong alignment on MapScreenBase_GetZoomFactor"); \ static_assert(sizeof(MapScreenBase_GetZoomFactor) == 0x000004, "Wrong size on MapScreenBase_GetZoomFactor"); \ static_assert(offsetof(MapScreenBase_GetZoomFactor, ReturnValue) == 0x000000, "Member 'MapScreenBase_GetZoomFactor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_GetZoomInputDelta \ static_assert(alignof(MapScreenBase_GetZoomInputDelta) == 0x000004, "Wrong alignment on MapScreenBase_GetZoomInputDelta"); \ static_assert(sizeof(MapScreenBase_GetZoomInputDelta) == 0x000004, "Wrong size on MapScreenBase_GetZoomInputDelta"); \ static_assert(offsetof(MapScreenBase_GetZoomInputDelta, ReturnValue) == 0x000000, "Member 'MapScreenBase_GetZoomInputDelta::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_IconHidden_Event \ static_assert(alignof(MapScreenBase_IconHidden_Event) == 0x000008, "Wrong alignment on MapScreenBase_IconHidden_Event"); \ static_assert(sizeof(MapScreenBase_IconHidden_Event) == 0x000008, "Wrong size on MapScreenBase_IconHidden_Event"); \ static_assert(offsetof(MapScreenBase_IconHidden_Event, iconHidden) == 0x000000, "Member 'MapScreenBase_IconHidden_Event::iconHidden' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_IconShown_Event \ static_assert(alignof(MapScreenBase_IconShown_Event) == 0x000008, "Wrong alignment on MapScreenBase_IconShown_Event"); \ static_assert(sizeof(MapScreenBase_IconShown_Event) == 0x000008, "Wrong size on MapScreenBase_IconShown_Event"); \ static_assert(offsetof(MapScreenBase_IconShown_Event, iconHidden) == 0x000000, "Member 'MapScreenBase_IconShown_Event::iconHidden' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_IsFastTravelListVisible \ static_assert(alignof(MapScreenBase_IsFastTravelListVisible) == 0x000001, "Wrong alignment on MapScreenBase_IsFastTravelListVisible"); \ static_assert(sizeof(MapScreenBase_IsFastTravelListVisible) == 0x000001, "Wrong size on MapScreenBase_IsFastTravelListVisible"); \ static_assert(offsetof(MapScreenBase_IsFastTravelListVisible, ReturnValue) == 0x000000, "Member 'MapScreenBase_IsFastTravelListVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_IsMouseButtonAClick \ static_assert(alignof(MapScreenBase_IsMouseButtonAClick) == 0x000001, "Wrong alignment on MapScreenBase_IsMouseButtonAClick"); \ static_assert(sizeof(MapScreenBase_IsMouseButtonAClick) == 0x000002, "Wrong size on MapScreenBase_IsMouseButtonAClick"); \ static_assert(offsetof(MapScreenBase_IsMouseButtonAClick, buttonID) == 0x000000, "Member 'MapScreenBase_IsMouseButtonAClick::buttonID' has a wrong offset!"); \ static_assert(offsetof(MapScreenBase_IsMouseButtonAClick, ReturnValue) == 0x000001, "Member 'MapScreenBase_IsMouseButtonAClick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_LockMapInput \ static_assert(alignof(MapScreenBase_LockMapInput) == 0x000001, "Wrong alignment on MapScreenBase_LockMapInput"); \ static_assert(sizeof(MapScreenBase_LockMapInput) == 0x000001, "Wrong size on MapScreenBase_LockMapInput"); \ static_assert(offsetof(MapScreenBase_LockMapInput, Lock) == 0x000000, "Member 'MapScreenBase_LockMapInput::Lock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_MouseTimeGreaterThanClick \ static_assert(alignof(MapScreenBase_MouseTimeGreaterThanClick) == 0x000001, "Wrong alignment on MapScreenBase_MouseTimeGreaterThanClick"); \ static_assert(sizeof(MapScreenBase_MouseTimeGreaterThanClick) == 0x000002, "Wrong size on MapScreenBase_MouseTimeGreaterThanClick"); \ static_assert(offsetof(MapScreenBase_MouseTimeGreaterThanClick, buttonID) == 0x000000, "Member 'MapScreenBase_MouseTimeGreaterThanClick::buttonID' has a wrong offset!"); \ static_assert(offsetof(MapScreenBase_MouseTimeGreaterThanClick, ReturnValue) == 0x000001, "Member 'MapScreenBase_MouseTimeGreaterThanClick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_OnHovered_Event \ static_assert(alignof(MapScreenBase_OnHovered_Event) == 0x000008, "Wrong alignment on MapScreenBase_OnHovered_Event"); \ static_assert(sizeof(MapScreenBase_OnHovered_Event) == 0x0001B8, "Wrong size on MapScreenBase_OnHovered_Event"); \ static_assert(offsetof(MapScreenBase_OnHovered_Event, ToolTipData) == 0x000000, "Member 'MapScreenBase_OnHovered_Event::ToolTipData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_OnUpdateToolTip_Event \ static_assert(alignof(MapScreenBase_OnUpdateToolTip_Event) == 0x000008, "Wrong alignment on MapScreenBase_OnUpdateToolTip_Event"); \ static_assert(sizeof(MapScreenBase_OnUpdateToolTip_Event) == 0x0001B8, "Wrong size on MapScreenBase_OnUpdateToolTip_Event"); \ static_assert(offsetof(MapScreenBase_OnUpdateToolTip_Event, ToolTipData) == 0x000000, "Member 'MapScreenBase_OnUpdateToolTip_Event::ToolTipData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_PlayFanfare_Event \ static_assert(alignof(MapScreenBase_PlayFanfare_Event) == 0x000008, "Wrong alignment on MapScreenBase_PlayFanfare_Event"); \ static_assert(sizeof(MapScreenBase_PlayFanfare_Event) == 0x000008, "Wrong size on MapScreenBase_PlayFanfare_Event"); \ static_assert(offsetof(MapScreenBase_PlayFanfare_Event, Icon) == 0x000000, "Member 'MapScreenBase_PlayFanfare_Event::Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_PlayIconBurst_Event \ static_assert(alignof(MapScreenBase_PlayIconBurst_Event) == 0x000008, "Wrong alignment on MapScreenBase_PlayIconBurst_Event"); \ static_assert(sizeof(MapScreenBase_PlayIconBurst_Event) == 0x000008, "Wrong size on MapScreenBase_PlayIconBurst_Event"); \ static_assert(offsetof(MapScreenBase_PlayIconBurst_Event, NiagaraActor) == 0x000000, "Member 'MapScreenBase_PlayIconBurst_Event::NiagaraActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_RegionHovered_Event \ static_assert(alignof(MapScreenBase_RegionHovered_Event) == 0x000008, "Wrong alignment on MapScreenBase_RegionHovered_Event"); \ static_assert(sizeof(MapScreenBase_RegionHovered_Event) == 0x000010, "Wrong size on MapScreenBase_RegionHovered_Event"); \ static_assert(offsetof(MapScreenBase_RegionHovered_Event, MapRegion) == 0x000000, "Member 'MapScreenBase_RegionHovered_Event::MapRegion' has a wrong offset!"); \ static_assert(offsetof(MapScreenBase_RegionHovered_Event, RegionIndex) == 0x000004, "Member 'MapScreenBase_RegionHovered_Event::RegionIndex' has a wrong offset!"); \ static_assert(offsetof(MapScreenBase_RegionHovered_Event, IconWidget) == 0x000008, "Member 'MapScreenBase_RegionHovered_Event::IconWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_ScreenHandleInput \ static_assert(alignof(MapScreenBase_ScreenHandleInput) == 0x000008, "Wrong alignment on MapScreenBase_ScreenHandleInput"); \ static_assert(sizeof(MapScreenBase_ScreenHandleInput) == 0x000020, "Wrong size on MapScreenBase_ScreenHandleInput"); \ static_assert(offsetof(MapScreenBase_ScreenHandleInput, Input) == 0x000000, "Member 'MapScreenBase_ScreenHandleInput::Input' has a wrong offset!"); \ static_assert(offsetof(MapScreenBase_ScreenHandleInput, ReturnValue) == 0x000018, "Member 'MapScreenBase_ScreenHandleInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_SetCoverAlpha \ static_assert(alignof(MapScreenBase_SetCoverAlpha) == 0x000004, "Wrong alignment on MapScreenBase_SetCoverAlpha"); \ static_assert(sizeof(MapScreenBase_SetCoverAlpha) == 0x000004, "Wrong size on MapScreenBase_SetCoverAlpha"); \ static_assert(offsetof(MapScreenBase_SetCoverAlpha, Alpha) == 0x000000, "Member 'MapScreenBase_SetCoverAlpha::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_SetCoverVisibility \ static_assert(alignof(MapScreenBase_SetCoverVisibility) == 0x000001, "Wrong alignment on MapScreenBase_SetCoverVisibility"); \ static_assert(sizeof(MapScreenBase_SetCoverVisibility) == 0x000001, "Wrong size on MapScreenBase_SetCoverVisibility"); \ static_assert(offsetof(MapScreenBase_SetCoverVisibility, Enable) == 0x000000, "Member 'MapScreenBase_SetCoverVisibility::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_SetCoverVisibility_Event \ static_assert(alignof(MapScreenBase_SetCoverVisibility_Event) == 0x000001, "Wrong alignment on MapScreenBase_SetCoverVisibility_Event"); \ static_assert(sizeof(MapScreenBase_SetCoverVisibility_Event) == 0x000001, "Wrong size on MapScreenBase_SetCoverVisibility_Event"); \ static_assert(offsetof(MapScreenBase_SetCoverVisibility_Event, Enable) == 0x000000, "Member 'MapScreenBase_SetCoverVisibility_Event::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_SetCoverVisibilityAlpha_Event \ static_assert(alignof(MapScreenBase_SetCoverVisibilityAlpha_Event) == 0x000004, "Wrong alignment on MapScreenBase_SetCoverVisibilityAlpha_Event"); \ static_assert(sizeof(MapScreenBase_SetCoverVisibilityAlpha_Event) == 0x000004, "Wrong size on MapScreenBase_SetCoverVisibilityAlpha_Event"); \ static_assert(offsetof(MapScreenBase_SetCoverVisibilityAlpha_Event, Alpha) == 0x000000, "Member 'MapScreenBase_SetCoverVisibilityAlpha_Event::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_SetIsFilterShowing \ static_assert(alignof(MapScreenBase_SetIsFilterShowing) == 0x000001, "Wrong alignment on MapScreenBase_SetIsFilterShowing"); \ static_assert(sizeof(MapScreenBase_SetIsFilterShowing) == 0x000001, "Wrong size on MapScreenBase_SetIsFilterShowing"); \ static_assert(offsetof(MapScreenBase_SetIsFilterShowing, ShowFilter) == 0x000000, "Member 'MapScreenBase_SetIsFilterShowing::ShowFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_SetLegend \ static_assert(alignof(MapScreenBase_SetLegend) == 0x000008, "Wrong alignment on MapScreenBase_SetLegend"); \ static_assert(sizeof(MapScreenBase_SetLegend) == 0x000010, "Wrong size on MapScreenBase_SetLegend"); \ static_assert(offsetof(MapScreenBase_SetLegend, LegendStrings) == 0x000000, "Member 'MapScreenBase_SetLegend::LegendStrings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_SetLegendStrings \ static_assert(alignof(MapScreenBase_SetLegendStrings) == 0x000008, "Wrong alignment on MapScreenBase_SetLegendStrings"); \ static_assert(sizeof(MapScreenBase_SetLegendStrings) == 0x000010, "Wrong size on MapScreenBase_SetLegendStrings"); \ static_assert(offsetof(MapScreenBase_SetLegendStrings, LegendStrings) == 0x000000, "Member 'MapScreenBase_SetLegendStrings::LegendStrings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_SetLevelName_Event \ static_assert(alignof(MapScreenBase_SetLevelName_Event) == 0x000008, "Wrong alignment on MapScreenBase_SetLevelName_Event"); \ static_assert(sizeof(MapScreenBase_SetLevelName_Event) == 0x000010, "Wrong size on MapScreenBase_SetLevelName_Event"); \ static_assert(offsetof(MapScreenBase_SetLevelName_Event, LevelName) == 0x000000, "Member 'MapScreenBase_SetLevelName_Event::LevelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_SetLocationName_Event \ static_assert(alignof(MapScreenBase_SetLocationName_Event) == 0x000008, "Wrong alignment on MapScreenBase_SetLocationName_Event"); \ static_assert(sizeof(MapScreenBase_SetLocationName_Event) == 0x000010, "Wrong size on MapScreenBase_SetLocationName_Event"); \ static_assert(offsetof(MapScreenBase_SetLocationName_Event, PrimarayLocationName) == 0x000000, "Member 'MapScreenBase_SetLocationName_Event::PrimarayLocationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_SetMapType \ static_assert(alignof(MapScreenBase_SetMapType) == 0x000001, "Wrong alignment on MapScreenBase_SetMapType"); \ static_assert(sizeof(MapScreenBase_SetMapType) == 0x000001, "Wrong size on MapScreenBase_SetMapType"); \ static_assert(offsetof(MapScreenBase_SetMapType, MapType) == 0x000000, "Member 'MapScreenBase_SetMapType::MapType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_SetMouseDelta \ static_assert(alignof(MapScreenBase_SetMouseDelta) == 0x000004, "Wrong alignment on MapScreenBase_SetMouseDelta"); \ static_assert(sizeof(MapScreenBase_SetMouseDelta) == 0x000008, "Wrong size on MapScreenBase_SetMouseDelta"); \ static_assert(offsetof(MapScreenBase_SetMouseDelta, Delta) == 0x000000, "Member 'MapScreenBase_SetMouseDelta::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_SetTipLegend_Event \ static_assert(alignof(MapScreenBase_SetTipLegend_Event) == 0x000008, "Wrong alignment on MapScreenBase_SetTipLegend_Event"); \ static_assert(sizeof(MapScreenBase_SetTipLegend_Event) == 0x000018, "Wrong size on MapScreenBase_SetTipLegend_Event"); \ static_assert(offsetof(MapScreenBase_SetTipLegend_Event, NewLegend) == 0x000000, "Member 'MapScreenBase_SetTipLegend_Event::NewLegend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_SetZoomType \ static_assert(alignof(MapScreenBase_SetZoomType) == 0x000001, "Wrong alignment on MapScreenBase_SetZoomType"); \ static_assert(sizeof(MapScreenBase_SetZoomType) == 0x000001, "Wrong size on MapScreenBase_SetZoomType"); \ static_assert(offsetof(MapScreenBase_SetZoomType, ZoomType) == 0x000000, "Member 'MapScreenBase_SetZoomType::ZoomType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapScreenBase_IsAnyTutorialActive \ static_assert(alignof(MapScreenBase_IsAnyTutorialActive) == 0x000001, "Wrong alignment on MapScreenBase_IsAnyTutorialActive"); \ static_assert(sizeof(MapScreenBase_IsAnyTutorialActive) == 0x000001, "Wrong size on MapScreenBase_IsAnyTutorialActive"); \ static_assert(offsetof(MapScreenBase_IsAnyTutorialActive, ReturnValue) == 0x000000, "Member 'MapScreenBase_IsAnyTutorialActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapScreenBase \ static_assert(alignof(UMapScreenBase) == 0x000008, "Wrong alignment on UMapScreenBase"); \ static_assert(sizeof(UMapScreenBase) == 0x0004D8, "Wrong size on UMapScreenBase"); \ static_assert(offsetof(UMapScreenBase, ToolTipPopup2) == 0x0003C8, "Member 'UMapScreenBase::ToolTipPopup2' has a wrong offset!"); \ static_assert(offsetof(UMapScreenBase, RegionInfoPopup) == 0x0003D0, "Member 'UMapScreenBase::RegionInfoPopup' has a wrong offset!"); \ static_assert(offsetof(UMapScreenBase, DebugRegion) == 0x0003D8, "Member 'UMapScreenBase::DebugRegion' has a wrong offset!"); \ static_assert(offsetof(UMapScreenBase, MapPawn) == 0x0003E0, "Member 'UMapScreenBase::MapPawn' has a wrong offset!"); \ static_assert(offsetof(UMapScreenBase, FastTravelList) == 0x0003E8, "Member 'UMapScreenBase::FastTravelList' has a wrong offset!"); \ static_assert(offsetof(UMapScreenBase, IconContainer) == 0x0003F0, "Member 'UMapScreenBase::IconContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDungeonMapScreen \ static_assert(alignof(UDungeonMapScreen) == 0x000008, "Wrong alignment on UDungeonMapScreen"); \ static_assert(sizeof(UDungeonMapScreen) == 0x0004E0, "Wrong size on UDungeonMapScreen"); \ static_assert(offsetof(UDungeonMapScreen, DungeonMap) == 0x0004D8, "Member 'UDungeonMapScreen::DungeonMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_NiagraSpawnInfoBase \ static_assert(alignof(UMultiFX2_NiagraSpawnInfoBase) == 0x000008, "Wrong alignment on UMultiFX2_NiagraSpawnInfoBase"); \ static_assert(sizeof(UMultiFX2_NiagraSpawnInfoBase) == 0x000030, "Wrong size on UMultiFX2_NiagraSpawnInfoBase"); \ static_assert(offsetof(UMultiFX2_NiagraSpawnInfoBase, Delay) == 0x000028, "Member 'UMultiFX2_NiagraSpawnInfoBase::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_NiagraPrimSpawnInfo \ static_assert(alignof(UMultiFX2_NiagraPrimSpawnInfo) == 0x000010, "Wrong alignment on UMultiFX2_NiagraPrimSpawnInfo"); \ static_assert(sizeof(UMultiFX2_NiagraPrimSpawnInfo) == 0x0000C0, "Wrong size on UMultiFX2_NiagraPrimSpawnInfo"); \ static_assert(offsetof(UMultiFX2_NiagraPrimSpawnInfo, Filter) == 0x000030, "Member 'UMultiFX2_NiagraPrimSpawnInfo::Filter' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_NiagraPrimSpawnInfo, SpawnInfo) == 0x000050, "Member 'UMultiFX2_NiagraPrimSpawnInfo::SpawnInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncLoadWrapper_AsyncLoadChildClass \ static_assert(alignof(AsyncLoadWrapper_AsyncLoadChildClass) == 0x000001, "Wrong alignment on AsyncLoadWrapper_AsyncLoadChildClass"); \ static_assert(sizeof(AsyncLoadWrapper_AsyncLoadChildClass) == 0x000001, "Wrong size on AsyncLoadWrapper_AsyncLoadChildClass"); \ static_assert(offsetof(AsyncLoadWrapper_AsyncLoadChildClass, InstantiateImmediately) == 0x000000, "Member 'AsyncLoadWrapper_AsyncLoadChildClass::InstantiateImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncLoadWrapper_GetAttachCanvas \ static_assert(alignof(AsyncLoadWrapper_GetAttachCanvas) == 0x000008, "Wrong alignment on AsyncLoadWrapper_GetAttachCanvas"); \ static_assert(sizeof(AsyncLoadWrapper_GetAttachCanvas) == 0x000008, "Wrong size on AsyncLoadWrapper_GetAttachCanvas"); \ static_assert(offsetof(AsyncLoadWrapper_GetAttachCanvas, ReturnValue) == 0x000000, "Member 'AsyncLoadWrapper_GetAttachCanvas::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncLoadWrapper_SetParent \ static_assert(alignof(AsyncLoadWrapper_SetParent) == 0x000008, "Wrong alignment on AsyncLoadWrapper_SetParent"); \ static_assert(sizeof(AsyncLoadWrapper_SetParent) == 0x000008, "Wrong size on AsyncLoadWrapper_SetParent"); \ static_assert(offsetof(AsyncLoadWrapper_SetParent, Parent) == 0x000000, "Member 'AsyncLoadWrapper_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncLoadWrapper_SetThrobberVisibility \ static_assert(alignof(AsyncLoadWrapper_SetThrobberVisibility) == 0x000001, "Wrong alignment on AsyncLoadWrapper_SetThrobberVisibility"); \ static_assert(sizeof(AsyncLoadWrapper_SetThrobberVisibility) == 0x000001, "Wrong size on AsyncLoadWrapper_SetThrobberVisibility"); \ static_assert(offsetof(AsyncLoadWrapper_SetThrobberVisibility, NewVisibility) == 0x000000, "Member 'AsyncLoadWrapper_SetThrobberVisibility::NewVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncLoadWrapper \ static_assert(alignof(UAsyncLoadWrapper) == 0x000008, "Wrong alignment on UAsyncLoadWrapper"); \ static_assert(sizeof(UAsyncLoadWrapper) == 0x000308, "Wrong size on UAsyncLoadWrapper"); \ static_assert(offsetof(UAsyncLoadWrapper, ChildWidgetClassRef) == 0x000268, "Member 'UAsyncLoadWrapper::ChildWidgetClassRef' has a wrong offset!"); \ static_assert(offsetof(UAsyncLoadWrapper, CallbackParameters) == 0x000280, "Member 'UAsyncLoadWrapper::CallbackParameters' has a wrong offset!"); \ static_assert(offsetof(UAsyncLoadWrapper, IsLoading) == 0x0002D0, "Member 'UAsyncLoadWrapper::IsLoading' has a wrong offset!"); \ static_assert(offsetof(UAsyncLoadWrapper, ClassIsLoaded) == 0x0002D1, "Member 'UAsyncLoadWrapper::ClassIsLoaded' has a wrong offset!"); \ static_assert(offsetof(UAsyncLoadWrapper, ChildInstantiated) == 0x0002D2, "Member 'UAsyncLoadWrapper::ChildInstantiated' has a wrong offset!"); \ static_assert(offsetof(UAsyncLoadWrapper, ChildInitialized) == 0x0002D3, "Member 'UAsyncLoadWrapper::ChildInitialized' has a wrong offset!"); \ static_assert(offsetof(UAsyncLoadWrapper, OnChildLoadComplete) == 0x0002D8, "Member 'UAsyncLoadWrapper::OnChildLoadComplete' has a wrong offset!"); \ static_assert(offsetof(UAsyncLoadWrapper, OnChildReady) == 0x0002E8, "Member 'UAsyncLoadWrapper::OnChildReady' has a wrong offset!"); \ static_assert(offsetof(UAsyncLoadWrapper, ChildWidgetInstance) == 0x0002F8, "Member 'UAsyncLoadWrapper::ChildWidgetInstance' has a wrong offset!"); \ static_assert(offsetof(UAsyncLoadWrapper, LoadedChildClass) == 0x000300, "Member 'UAsyncLoadWrapper::LoadedChildClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablExecuteTask \ static_assert(alignof(UablExecuteTask) == 0x000008, "Wrong alignment on UablExecuteTask"); \ static_assert(sizeof(UablExecuteTask) == 0x000078, "Wrong size on UablExecuteTask"); \ static_assert(offsetof(UablExecuteTask, ExecuteTask) == 0x000070, "Member 'UablExecuteTask::ExecuteTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablFacialAnimationScratchpad \ static_assert(alignof(UablFacialAnimationScratchpad) == 0x000008, "Wrong alignment on UablFacialAnimationScratchpad"); \ static_assert(sizeof(UablFacialAnimationScratchpad) == 0x000038, "Wrong size on UablFacialAnimationScratchpad"); \ #define DUMPER7_ASSERTS_UAblNPC_ParryReleaseTask \ static_assert(alignof(UAblNPC_ParryReleaseTask) == 0x000008, "Wrong alignment on UAblNPC_ParryReleaseTask"); \ static_assert(sizeof(UAblNPC_ParryReleaseTask) == 0x000080, "Wrong size on UAblNPC_ParryReleaseTask"); \ static_assert(offsetof(UAblNPC_ParryReleaseTask, bOverrideDBParryToRelease) == 0x000070, "Member 'UAblNPC_ParryReleaseTask::bOverrideDBParryToRelease' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryReleaseTask, ParryToRelease) == 0x000074, "Member 'UAblNPC_ParryReleaseTask::ParryToRelease' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryReleaseTask, bTriggerFiredEvent) == 0x000078, "Member 'UAblNPC_ParryReleaseTask::bTriggerFiredEvent' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_ParryReleaseTask, FiredEventType) == 0x000079, "Member 'UAblNPC_ParryReleaseTask::FiredEventType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_NiagraBoneListSpawnInfo \ static_assert(alignof(UMultiFX2_NiagraBoneListSpawnInfo) == 0x000008, "Wrong alignment on UMultiFX2_NiagraBoneListSpawnInfo"); \ static_assert(sizeof(UMultiFX2_NiagraBoneListSpawnInfo) == 0x000050, "Wrong size on UMultiFX2_NiagraBoneListSpawnInfo"); \ static_assert(offsetof(UMultiFX2_NiagraBoneListSpawnInfo, MaxBoneFX) == 0x000030, "Member 'UMultiFX2_NiagraBoneListSpawnInfo::MaxBoneFX' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_NiagraBoneListSpawnInfo, bRandomBone) == 0x000034, "Member 'UMultiFX2_NiagraBoneListSpawnInfo::bRandomBone' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_NiagraBoneListSpawnInfo, bUseLR) == 0x000035, "Member 'UMultiFX2_NiagraBoneListSpawnInfo::bUseLR' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_NiagraBoneListSpawnInfo, BoneList) == 0x000038, "Member 'UMultiFX2_NiagraBoneListSpawnInfo::BoneList' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_NiagraBoneListSpawnInfo, bOptimized) == 0x000048, "Member 'UMultiFX2_NiagraBoneListSpawnInfo::bOptimized' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_NiagraBoneListSpawnInfo, bShowBoneList) == 0x000049, "Member 'UMultiFX2_NiagraBoneListSpawnInfo::bShowBoneList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_NiagraBoneListSpawnInfoByType \ static_assert(alignof(UMultiFX2_NiagraBoneListSpawnInfoByType) == 0x000008, "Wrong alignment on UMultiFX2_NiagraBoneListSpawnInfoByType"); \ static_assert(sizeof(UMultiFX2_NiagraBoneListSpawnInfoByType) == 0x0000A0, "Wrong size on UMultiFX2_NiagraBoneListSpawnInfoByType"); \ static_assert(offsetof(UMultiFX2_NiagraBoneListSpawnInfoByType, TypeMap) == 0x000050, "Member 'UMultiFX2_NiagraBoneListSpawnInfoByType::TypeMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablFacialAnimationStateTask \ static_assert(alignof(UablFacialAnimationStateTask) == 0x000008, "Wrong alignment on UablFacialAnimationStateTask"); \ static_assert(sizeof(UablFacialAnimationStateTask) == 0x0000A8, "Wrong size on UablFacialAnimationStateTask"); \ static_assert(offsetof(UablFacialAnimationStateTask, FacialAnimation) == 0x000070, "Member 'UablFacialAnimationStateTask::FacialAnimation' has a wrong offset!"); \ static_assert(offsetof(UablFacialAnimationStateTask, FacialAnimationPriority) == 0x0000A0, "Member 'UablFacialAnimationStateTask::FacialAnimationPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablNPCPhysicsTask \ static_assert(alignof(UablNPCPhysicsTask) == 0x000008, "Wrong alignment on UablNPCPhysicsTask"); \ static_assert(sizeof(UablNPCPhysicsTask) == 0x000078, "Wrong size on UablNPCPhysicsTask"); \ static_assert(offsetof(UablNPCPhysicsTask, bOverrideCapsulePhysicsSettings) == 0x000070, "Member 'UablNPCPhysicsTask::bOverrideCapsulePhysicsSettings' has a wrong offset!"); \ static_assert(offsetof(UablNPCPhysicsTask, bEnableCapsuleGravity) == 0x000071, "Member 'UablNPCPhysicsTask::bEnableCapsuleGravity' has a wrong offset!"); \ static_assert(offsetof(UablNPCPhysicsTask, bSimulateCapsulePhysics) == 0x000072, "Member 'UablNPCPhysicsTask::bSimulateCapsulePhysics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_Controller_GetBlackboard \ static_assert(alignof(NPC_Controller_GetBlackboard) == 0x000008, "Wrong alignment on NPC_Controller_GetBlackboard"); \ static_assert(sizeof(NPC_Controller_GetBlackboard) == 0x000008, "Wrong size on NPC_Controller_GetBlackboard"); \ static_assert(offsetof(NPC_Controller_GetBlackboard, ReturnValue) == 0x000000, "Member 'NPC_Controller_GetBlackboard::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANPC_Controller \ static_assert(alignof(ANPC_Controller) == 0x000008, "Wrong alignment on ANPC_Controller"); \ static_assert(sizeof(ANPC_Controller) == 0x000460, "Wrong size on ANPC_Controller"); \ static_assert(offsetof(ANPC_Controller, CognitionComponent) == 0x000458, "Member 'ANPC_Controller::CognitionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStupidShaderGroupBuildingInfo \ static_assert(alignof(UStupidShaderGroupBuildingInfo) == 0x000008, "Wrong alignment on UStupidShaderGroupBuildingInfo"); \ static_assert(sizeof(UStupidShaderGroupBuildingInfo) == 0x000030, "Wrong size on UStupidShaderGroupBuildingInfo"); \ #define DUMPER7_ASSERTS_UablFacialEmotionScratchpad \ static_assert(alignof(UablFacialEmotionScratchpad) == 0x000008, "Wrong alignment on UablFacialEmotionScratchpad"); \ static_assert(sizeof(UablFacialEmotionScratchpad) == 0x000028, "Wrong size on UablFacialEmotionScratchpad"); \ #define DUMPER7_ASSERTS_BeaconableObject_GetUniqueBeaconId \ static_assert(alignof(BeaconableObject_GetUniqueBeaconId) == 0x000004, "Wrong alignment on BeaconableObject_GetUniqueBeaconId"); \ static_assert(sizeof(BeaconableObject_GetUniqueBeaconId) == 0x000008, "Wrong size on BeaconableObject_GetUniqueBeaconId"); \ static_assert(offsetof(BeaconableObject_GetUniqueBeaconId, ReturnValue) == 0x000000, "Member 'BeaconableObject_GetUniqueBeaconId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBeaconableObject \ static_assert(alignof(IBeaconableObject) == 0x000001, "Wrong alignment on IBeaconableObject"); \ static_assert(sizeof(IBeaconableObject) == 0x000001, "Wrong size on IBeaconableObject"); \ #define DUMPER7_ASSERTS_UablFacialEmotionStateTask \ static_assert(alignof(UablFacialEmotionStateTask) == 0x000008, "Wrong alignment on UablFacialEmotionStateTask"); \ static_assert(sizeof(UablFacialEmotionStateTask) == 0x000098, "Wrong size on UablFacialEmotionStateTask"); \ static_assert(offsetof(UablFacialEmotionStateTask, FacialEmotion) == 0x000070, "Member 'UablFacialEmotionStateTask::FacialEmotion' has a wrong offset!"); \ static_assert(offsetof(UablFacialEmotionStateTask, FacialEmotionPriority) == 0x000071, "Member 'UablFacialEmotionStateTask::FacialEmotionPriority' has a wrong offset!"); \ static_assert(offsetof(UablFacialEmotionStateTask, TransitionTime) == 0x000074, "Member 'UablFacialEmotionStateTask::TransitionTime' has a wrong offset!"); \ static_assert(offsetof(UablFacialEmotionStateTask, AnimTags) == 0x000078, "Member 'UablFacialEmotionStateTask::AnimTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblFlightAnimStateTask \ static_assert(alignof(UAblFlightAnimStateTask) == 0x000008, "Wrong alignment on UAblFlightAnimStateTask"); \ static_assert(sizeof(UAblFlightAnimStateTask) == 0x000078, "Wrong size on UAblFlightAnimStateTask"); \ static_assert(offsetof(UAblFlightAnimStateTask, bIsGliding) == 0x000070, "Member 'UAblFlightAnimStateTask::bIsGliding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPhysicsBallisticToTargetScratchpad \ static_assert(alignof(UAblPhysicsBallisticToTargetScratchpad) == 0x000008, "Wrong alignment on UAblPhysicsBallisticToTargetScratchpad"); \ static_assert(sizeof(UAblPhysicsBallisticToTargetScratchpad) == 0x000048, "Wrong size on UAblPhysicsBallisticToTargetScratchpad"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_CalculateClimbingLedgeState \ static_assert(alignof(Biped_Character_Interface_CalculateClimbingLedgeState) == 0x000001, "Wrong alignment on Biped_Character_Interface_CalculateClimbingLedgeState"); \ static_assert(sizeof(Biped_Character_Interface_CalculateClimbingLedgeState) == 0x000002, "Wrong size on Biped_Character_Interface_CalculateClimbingLedgeState"); \ static_assert(offsetof(Biped_Character_Interface_CalculateClimbingLedgeState, OutState) == 0x000000, "Member 'Biped_Character_Interface_CalculateClimbingLedgeState::OutState' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_CalculateClimbingLedgeState, OutType) == 0x000001, "Member 'Biped_Character_Interface_CalculateClimbingLedgeState::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_CalculateLookAtDirection \ static_assert(alignof(Biped_Character_Interface_CalculateLookAtDirection) == 0x000004, "Wrong alignment on Biped_Character_Interface_CalculateLookAtDirection"); \ static_assert(sizeof(Biped_Character_Interface_CalculateLookAtDirection) == 0x00000C, "Wrong size on Biped_Character_Interface_CalculateLookAtDirection"); \ static_assert(offsetof(Biped_Character_Interface_CalculateLookAtDirection, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_CalculateLookAtDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_ComputeAngleToDesiredDirection \ static_assert(alignof(Biped_Character_Interface_ComputeAngleToDesiredDirection) == 0x000004, "Wrong alignment on Biped_Character_Interface_ComputeAngleToDesiredDirection"); \ static_assert(sizeof(Biped_Character_Interface_ComputeAngleToDesiredDirection) == 0x000004, "Wrong size on Biped_Character_Interface_ComputeAngleToDesiredDirection"); \ static_assert(offsetof(Biped_Character_Interface_ComputeAngleToDesiredDirection, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_ComputeAngleToDesiredDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_ComputeAttack \ static_assert(alignof(Biped_Character_Interface_ComputeAttack) == 0x000008, "Wrong alignment on Biped_Character_Interface_ComputeAttack"); \ static_assert(sizeof(Biped_Character_Interface_ComputeAttack) == 0x000008, "Wrong size on Biped_Character_Interface_ComputeAttack"); \ static_assert(offsetof(Biped_Character_Interface_ComputeAttack, TargetActor) == 0x000000, "Member 'Biped_Character_Interface_ComputeAttack::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_ComputeReaction \ static_assert(alignof(Biped_Character_Interface_ComputeReaction) == 0x000008, "Wrong alignment on Biped_Character_Interface_ComputeReaction"); \ static_assert(sizeof(Biped_Character_Interface_ComputeReaction) == 0x000030, "Wrong size on Biped_Character_Interface_ComputeReaction"); \ static_assert(offsetof(Biped_Character_Interface_ComputeReaction, HitLocation) == 0x000000, "Member 'Biped_Character_Interface_ComputeReaction::HitLocation' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_ComputeReaction, TraceDirection) == 0x00000C, "Member 'Biped_Character_Interface_ComputeReaction::TraceDirection' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_ComputeReaction, OverrideName) == 0x000018, "Member 'Biped_Character_Interface_ComputeReaction::OverrideName' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_ComputeReaction, ReactionState) == 0x000028, "Member 'Biped_Character_Interface_ComputeReaction::ReactionState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_FullyResetPhoenixCamera \ static_assert(alignof(Biped_Character_Interface_FullyResetPhoenixCamera) == 0x000008, "Wrong alignment on Biped_Character_Interface_FullyResetPhoenixCamera"); \ static_assert(sizeof(Biped_Character_Interface_FullyResetPhoenixCamera) == 0x000010, "Wrong size on Biped_Character_Interface_FullyResetPhoenixCamera"); \ static_assert(offsetof(Biped_Character_Interface_FullyResetPhoenixCamera, ResetSpeed) == 0x000000, "Member 'Biped_Character_Interface_FullyResetPhoenixCamera::ResetSpeed' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_FullyResetPhoenixCamera, ResetSpeedCurve) == 0x000008, "Member 'Biped_Character_Interface_FullyResetPhoenixCamera::ResetSpeedCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetAdditiveBodyState \ static_assert(alignof(Biped_Character_Interface_GetAdditiveBodyState) == 0x000001, "Wrong alignment on Biped_Character_Interface_GetAdditiveBodyState"); \ static_assert(sizeof(Biped_Character_Interface_GetAdditiveBodyState) == 0x000001, "Wrong size on Biped_Character_Interface_GetAdditiveBodyState"); \ static_assert(offsetof(Biped_Character_Interface_GetAdditiveBodyState, OutState) == 0x000000, "Member 'Biped_Character_Interface_GetAdditiveBodyState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetAutoTargetFocusDirection \ static_assert(alignof(Biped_Character_Interface_GetAutoTargetFocusDirection) == 0x000004, "Wrong alignment on Biped_Character_Interface_GetAutoTargetFocusDirection"); \ static_assert(sizeof(Biped_Character_Interface_GetAutoTargetFocusDirection) == 0x00000C, "Wrong size on Biped_Character_Interface_GetAutoTargetFocusDirection"); \ static_assert(offsetof(Biped_Character_Interface_GetAutoTargetFocusDirection, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetAutoTargetFocusDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetAutoTargetUpDirection \ static_assert(alignof(Biped_Character_Interface_GetAutoTargetUpDirection) == 0x000004, "Wrong alignment on Biped_Character_Interface_GetAutoTargetUpDirection"); \ static_assert(sizeof(Biped_Character_Interface_GetAutoTargetUpDirection) == 0x00000C, "Wrong size on Biped_Character_Interface_GetAutoTargetUpDirection"); \ static_assert(offsetof(Biped_Character_Interface_GetAutoTargetUpDirection, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetAutoTargetUpDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetBestAutoTargetActor \ static_assert(alignof(Biped_Character_Interface_GetBestAutoTargetActor) == 0x000008, "Wrong alignment on Biped_Character_Interface_GetBestAutoTargetActor"); \ static_assert(sizeof(Biped_Character_Interface_GetBestAutoTargetActor) == 0x000008, "Wrong size on Biped_Character_Interface_GetBestAutoTargetActor"); \ static_assert(offsetof(Biped_Character_Interface_GetBestAutoTargetActor, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetBestAutoTargetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetBestAutoTargetActor_WorldLocation \ static_assert(alignof(Biped_Character_Interface_GetBestAutoTargetActor_WorldLocation) == 0x000004, "Wrong alignment on Biped_Character_Interface_GetBestAutoTargetActor_WorldLocation"); \ static_assert(sizeof(Biped_Character_Interface_GetBestAutoTargetActor_WorldLocation) == 0x00000C, "Wrong size on Biped_Character_Interface_GetBestAutoTargetActor_WorldLocation"); \ static_assert(offsetof(Biped_Character_Interface_GetBestAutoTargetActor_WorldLocation, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetBestAutoTargetActor_WorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetBestLockOnActor \ static_assert(alignof(Biped_Character_Interface_GetBestLockOnActor) == 0x000008, "Wrong alignment on Biped_Character_Interface_GetBestLockOnActor"); \ static_assert(sizeof(Biped_Character_Interface_GetBestLockOnActor) == 0x000008, "Wrong size on Biped_Character_Interface_GetBestLockOnActor"); \ static_assert(offsetof(Biped_Character_Interface_GetBestLockOnActor, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetBestLockOnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetBestLockOnActor_ScreenLocation \ static_assert(alignof(Biped_Character_Interface_GetBestLockOnActor_ScreenLocation) == 0x000004, "Wrong alignment on Biped_Character_Interface_GetBestLockOnActor_ScreenLocation"); \ static_assert(sizeof(Biped_Character_Interface_GetBestLockOnActor_ScreenLocation) == 0x00000C, "Wrong size on Biped_Character_Interface_GetBestLockOnActor_ScreenLocation"); \ static_assert(offsetof(Biped_Character_Interface_GetBestLockOnActor_ScreenLocation, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetBestLockOnActor_ScreenLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetBestLockOnActor_WorldLocation \ static_assert(alignof(Biped_Character_Interface_GetBestLockOnActor_WorldLocation) == 0x000004, "Wrong alignment on Biped_Character_Interface_GetBestLockOnActor_WorldLocation"); \ static_assert(sizeof(Biped_Character_Interface_GetBestLockOnActor_WorldLocation) == 0x00000C, "Wrong size on Biped_Character_Interface_GetBestLockOnActor_WorldLocation"); \ static_assert(offsetof(Biped_Character_Interface_GetBestLockOnActor_WorldLocation, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetBestLockOnActor_WorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetFullBodyState \ static_assert(alignof(Biped_Character_Interface_GetFullBodyState) == 0x000001, "Wrong alignment on Biped_Character_Interface_GetFullBodyState"); \ static_assert(sizeof(Biped_Character_Interface_GetFullBodyState) == 0x000001, "Wrong size on Biped_Character_Interface_GetFullBodyState"); \ static_assert(offsetof(Biped_Character_Interface_GetFullBodyState, OutState) == 0x000000, "Member 'Biped_Character_Interface_GetFullBodyState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetFullBodyStateLast \ static_assert(alignof(Biped_Character_Interface_GetFullBodyStateLast) == 0x000001, "Wrong alignment on Biped_Character_Interface_GetFullBodyStateLast"); \ static_assert(sizeof(Biped_Character_Interface_GetFullBodyStateLast) == 0x000001, "Wrong size on Biped_Character_Interface_GetFullBodyStateLast"); \ static_assert(offsetof(Biped_Character_Interface_GetFullBodyStateLast, OutState) == 0x000000, "Member 'Biped_Character_Interface_GetFullBodyStateLast::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetHighlitActor \ static_assert(alignof(Biped_Character_Interface_GetHighlitActor) == 0x000008, "Wrong alignment on Biped_Character_Interface_GetHighlitActor"); \ static_assert(sizeof(Biped_Character_Interface_GetHighlitActor) == 0x000008, "Wrong size on Biped_Character_Interface_GetHighlitActor"); \ static_assert(offsetof(Biped_Character_Interface_GetHighlitActor, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetHighlitActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetInventoryResult \ static_assert(alignof(Biped_Character_Interface_GetInventoryResult) == 0x000008, "Wrong alignment on Biped_Character_Interface_GetInventoryResult"); \ static_assert(sizeof(Biped_Character_Interface_GetInventoryResult) == 0x000088, "Wrong size on Biped_Character_Interface_GetInventoryResult"); \ static_assert(offsetof(Biped_Character_Interface_GetInventoryResult, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetInventoryResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetParryState \ static_assert(alignof(Biped_Character_Interface_GetParryState) == 0x000001, "Wrong alignment on Biped_Character_Interface_GetParryState"); \ static_assert(sizeof(Biped_Character_Interface_GetParryState) == 0x000001, "Wrong size on Biped_Character_Interface_GetParryState"); \ static_assert(offsetof(Biped_Character_Interface_GetParryState, OutState) == 0x000000, "Member 'Biped_Character_Interface_GetParryState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetPartialBodyState \ static_assert(alignof(Biped_Character_Interface_GetPartialBodyState) == 0x000001, "Wrong alignment on Biped_Character_Interface_GetPartialBodyState"); \ static_assert(sizeof(Biped_Character_Interface_GetPartialBodyState) == 0x000001, "Wrong size on Biped_Character_Interface_GetPartialBodyState"); \ static_assert(offsetof(Biped_Character_Interface_GetPartialBodyState, OutState) == 0x000000, "Member 'Biped_Character_Interface_GetPartialBodyState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetPickupTool \ static_assert(alignof(Biped_Character_Interface_GetPickupTool) == 0x000008, "Wrong alignment on Biped_Character_Interface_GetPickupTool"); \ static_assert(sizeof(Biped_Character_Interface_GetPickupTool) == 0x000008, "Wrong size on Biped_Character_Interface_GetPickupTool"); \ static_assert(offsetof(Biped_Character_Interface_GetPickupTool, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetPickupTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetPickupToolHeight \ static_assert(alignof(Biped_Character_Interface_GetPickupToolHeight) == 0x000004, "Wrong alignment on Biped_Character_Interface_GetPickupToolHeight"); \ static_assert(sizeof(Biped_Character_Interface_GetPickupToolHeight) == 0x000004, "Wrong size on Biped_Character_Interface_GetPickupToolHeight"); \ static_assert(offsetof(Biped_Character_Interface_GetPickupToolHeight, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetPickupToolHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetPutdownToolHeight \ static_assert(alignof(Biped_Character_Interface_GetPutdownToolHeight) == 0x000004, "Wrong alignment on Biped_Character_Interface_GetPutdownToolHeight"); \ static_assert(sizeof(Biped_Character_Interface_GetPutdownToolHeight) == 0x000004, "Wrong size on Biped_Character_Interface_GetPutdownToolHeight"); \ static_assert(offsetof(Biped_Character_Interface_GetPutdownToolHeight, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetPutdownToolHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetRightArmState \ static_assert(alignof(Biped_Character_Interface_GetRightArmState) == 0x000001, "Wrong alignment on Biped_Character_Interface_GetRightArmState"); \ static_assert(sizeof(Biped_Character_Interface_GetRightArmState) == 0x000002, "Wrong size on Biped_Character_Interface_GetRightArmState"); \ static_assert(offsetof(Biped_Character_Interface_GetRightArmState, InPriority) == 0x000000, "Member 'Biped_Character_Interface_GetRightArmState::InPriority' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_GetRightArmState, ReturnValue) == 0x000001, "Member 'Biped_Character_Interface_GetRightArmState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetRootMotionOffset \ static_assert(alignof(Biped_Character_Interface_GetRootMotionOffset) == 0x000004, "Wrong alignment on Biped_Character_Interface_GetRootMotionOffset"); \ static_assert(sizeof(Biped_Character_Interface_GetRootMotionOffset) == 0x00000C, "Wrong size on Biped_Character_Interface_GetRootMotionOffset"); \ static_assert(offsetof(Biped_Character_Interface_GetRootMotionOffset, OutTranslationOffset) == 0x000000, "Member 'Biped_Character_Interface_GetRootMotionOffset::OutTranslationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetSpeedCurve \ static_assert(alignof(Biped_Character_Interface_GetSpeedCurve) == 0x000008, "Wrong alignment on Biped_Character_Interface_GetSpeedCurve"); \ static_assert(sizeof(Biped_Character_Interface_GetSpeedCurve) == 0x000010, "Wrong size on Biped_Character_Interface_GetSpeedCurve"); \ static_assert(offsetof(Biped_Character_Interface_GetSpeedCurve, bIgnoreGovernor) == 0x000000, "Member 'Biped_Character_Interface_GetSpeedCurve::bIgnoreGovernor' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_GetSpeedCurve, ReturnValue) == 0x000008, "Member 'Biped_Character_Interface_GetSpeedCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetSpeedGovernorCurve \ static_assert(alignof(Biped_Character_Interface_GetSpeedGovernorCurve) == 0x000008, "Wrong alignment on Biped_Character_Interface_GetSpeedGovernorCurve"); \ static_assert(sizeof(Biped_Character_Interface_GetSpeedGovernorCurve) == 0x000008, "Wrong size on Biped_Character_Interface_GetSpeedGovernorCurve"); \ static_assert(offsetof(Biped_Character_Interface_GetSpeedGovernorCurve, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetSpeedGovernorCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetSpellCastHandle \ static_assert(alignof(Biped_Character_Interface_GetSpellCastHandle) == 0x000004, "Wrong alignment on Biped_Character_Interface_GetSpellCastHandle"); \ static_assert(sizeof(Biped_Character_Interface_GetSpellCastHandle) == 0x000004, "Wrong size on Biped_Character_Interface_GetSpellCastHandle"); \ static_assert(offsetof(Biped_Character_Interface_GetSpellCastHandle, OutSpellCastHandle) == 0x000000, "Member 'Biped_Character_Interface_GetSpellCastHandle::OutSpellCastHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetTargetBoneName \ static_assert(alignof(Biped_Character_Interface_GetTargetBoneName) == 0x000004, "Wrong alignment on Biped_Character_Interface_GetTargetBoneName"); \ static_assert(sizeof(Biped_Character_Interface_GetTargetBoneName) == 0x000008, "Wrong size on Biped_Character_Interface_GetTargetBoneName"); \ static_assert(offsetof(Biped_Character_Interface_GetTargetBoneName, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetTargetBoneName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetTargetComponent \ static_assert(alignof(Biped_Character_Interface_GetTargetComponent) == 0x000008, "Wrong alignment on Biped_Character_Interface_GetTargetComponent"); \ static_assert(sizeof(Biped_Character_Interface_GetTargetComponent) == 0x000008, "Wrong size on Biped_Character_Interface_GetTargetComponent"); \ static_assert(offsetof(Biped_Character_Interface_GetTargetComponent, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetTargetComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetTargetDirection \ static_assert(alignof(Biped_Character_Interface_GetTargetDirection) == 0x000004, "Wrong alignment on Biped_Character_Interface_GetTargetDirection"); \ static_assert(sizeof(Biped_Character_Interface_GetTargetDirection) == 0x00000C, "Wrong size on Biped_Character_Interface_GetTargetDirection"); \ static_assert(offsetof(Biped_Character_Interface_GetTargetDirection, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetTargetDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetToTargetDirection \ static_assert(alignof(Biped_Character_Interface_GetToTargetDirection) == 0x000004, "Wrong alignment on Biped_Character_Interface_GetToTargetDirection"); \ static_assert(sizeof(Biped_Character_Interface_GetToTargetDirection) == 0x00000C, "Wrong size on Biped_Character_Interface_GetToTargetDirection"); \ static_assert(offsetof(Biped_Character_Interface_GetToTargetDirection, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetToTargetDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_InLockOnMode \ static_assert(alignof(Biped_Character_Interface_InLockOnMode) == 0x000001, "Wrong alignment on Biped_Character_Interface_InLockOnMode"); \ static_assert(sizeof(Biped_Character_Interface_InLockOnMode) == 0x000001, "Wrong size on Biped_Character_Interface_InLockOnMode"); \ static_assert(offsetof(Biped_Character_Interface_InLockOnMode, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_InLockOnMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_InstaUseInventoryItem \ static_assert(alignof(Biped_Character_Interface_InstaUseInventoryItem) == 0x000001, "Wrong alignment on Biped_Character_Interface_InstaUseInventoryItem"); \ static_assert(sizeof(Biped_Character_Interface_InstaUseInventoryItem) == 0x000001, "Wrong size on Biped_Character_Interface_InstaUseInventoryItem"); \ static_assert(offsetof(Biped_Character_Interface_InstaUseInventoryItem, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_InstaUseInventoryItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_IsDead \ static_assert(alignof(Biped_Character_Interface_IsDead) == 0x000001, "Wrong alignment on Biped_Character_Interface_IsDead"); \ static_assert(sizeof(Biped_Character_Interface_IsDead) == 0x000001, "Wrong size on Biped_Character_Interface_IsDead"); \ static_assert(offsetof(Biped_Character_Interface_IsDead, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_IsDead::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_IsInReadyMode \ static_assert(alignof(Biped_Character_Interface_IsInReadyMode) == 0x000001, "Wrong alignment on Biped_Character_Interface_IsInReadyMode"); \ static_assert(sizeof(Biped_Character_Interface_IsInReadyMode) == 0x000001, "Wrong size on Biped_Character_Interface_IsInReadyMode"); \ static_assert(offsetof(Biped_Character_Interface_IsInReadyMode, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_IsInReadyMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_LockOnCameraMoving \ static_assert(alignof(Biped_Character_Interface_LockOnCameraMoving) == 0x000001, "Wrong alignment on Biped_Character_Interface_LockOnCameraMoving"); \ static_assert(sizeof(Biped_Character_Interface_LockOnCameraMoving) == 0x000001, "Wrong size on Biped_Character_Interface_LockOnCameraMoving"); \ static_assert(offsetof(Biped_Character_Interface_LockOnCameraMoving, bFlag) == 0x000000, "Member 'Biped_Character_Interface_LockOnCameraMoving::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_LockOnCamFlick \ static_assert(alignof(Biped_Character_Interface_LockOnCamFlick) == 0x000008, "Wrong alignment on Biped_Character_Interface_LockOnCamFlick"); \ static_assert(sizeof(Biped_Character_Interface_LockOnCamFlick) == 0x000008, "Wrong size on Biped_Character_Interface_LockOnCamFlick"); \ static_assert(offsetof(Biped_Character_Interface_LockOnCamFlick, InStickFlickWatcherRecord) == 0x000000, "Member 'Biped_Character_Interface_LockOnCamFlick::InStickFlickWatcherRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_LockOnToActor \ static_assert(alignof(Biped_Character_Interface_LockOnToActor) == 0x000008, "Wrong alignment on Biped_Character_Interface_LockOnToActor"); \ static_assert(sizeof(Biped_Character_Interface_LockOnToActor) == 0x000008, "Wrong size on Biped_Character_Interface_LockOnToActor"); \ static_assert(offsetof(Biped_Character_Interface_LockOnToActor, InLockOnActor) == 0x000000, "Member 'Biped_Character_Interface_LockOnToActor::InLockOnActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_ParkourJump \ static_assert(alignof(Biped_Character_Interface_ParkourJump) == 0x000004, "Wrong alignment on Biped_Character_Interface_ParkourJump"); \ static_assert(sizeof(Biped_Character_Interface_ParkourJump) == 0x000010, "Wrong size on Biped_Character_Interface_ParkourJump"); \ static_assert(offsetof(Biped_Character_Interface_ParkourJump, DefaultNode) == 0x000000, "Member 'Biped_Character_Interface_ParkourJump::DefaultNode' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_ParkourJump, ReturnValue) == 0x000008, "Member 'Biped_Character_Interface_ParkourJump::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_PopDisableStack \ static_assert(alignof(Biped_Character_Interface_PopDisableStack) == 0x000004, "Wrong alignment on Biped_Character_Interface_PopDisableStack"); \ static_assert(sizeof(Biped_Character_Interface_PopDisableStack) == 0x000008, "Wrong size on Biped_Character_Interface_PopDisableStack"); \ static_assert(offsetof(Biped_Character_Interface_PopDisableStack, StackName) == 0x000000, "Member 'Biped_Character_Interface_PopDisableStack::StackName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_ProcessStick \ static_assert(alignof(Biped_Character_Interface_ProcessStick) == 0x000008, "Wrong alignment on Biped_Character_Interface_ProcessStick"); \ static_assert(sizeof(Biped_Character_Interface_ProcessStick) == 0x000048, "Wrong size on Biped_Character_Interface_ProcessStick"); \ static_assert(offsetof(Biped_Character_Interface_ProcessStick, StickX) == 0x000000, "Member 'Biped_Character_Interface_ProcessStick::StickX' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_ProcessStick, StickY) == 0x000004, "Member 'Biped_Character_Interface_ProcessStick::StickY' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_ProcessStick, DeltaTime) == 0x000008, "Member 'Biped_Character_Interface_ProcessStick::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_ProcessStick, DeadZoneCurve) == 0x000010, "Member 'Biped_Character_Interface_ProcessStick::DeadZoneCurve' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_ProcessStick, SpeedCurve) == 0x000018, "Member 'Biped_Character_Interface_ProcessStick::SpeedCurve' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_ProcessStick, SpeedGovernorCurve) == 0x000020, "Member 'Biped_Character_Interface_ProcessStick::SpeedGovernorCurve' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_ProcessStick, WorldSpeed) == 0x000028, "Member 'Biped_Character_Interface_ProcessStick::WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_ProcessStick, WorldDirection) == 0x00002C, "Member 'Biped_Character_Interface_ProcessStick::WorldDirection' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_ProcessStick, InterpType) == 0x000038, "Member 'Biped_Character_Interface_ProcessStick::InterpType' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_ProcessStick, InterpSpeed) == 0x00003C, "Member 'Biped_Character_Interface_ProcessStick::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_ProcessStick, StickMagReductionDelayTimer) == 0x000040, "Member 'Biped_Character_Interface_ProcessStick::StickMagReductionDelayTimer' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_ProcessStick, ReturnValue) == 0x000044, "Member 'Biped_Character_Interface_ProcessStick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_PushDisableStack \ static_assert(alignof(Biped_Character_Interface_PushDisableStack) == 0x000004, "Wrong alignment on Biped_Character_Interface_PushDisableStack"); \ static_assert(sizeof(Biped_Character_Interface_PushDisableStack) == 0x000008, "Wrong size on Biped_Character_Interface_PushDisableStack"); \ static_assert(offsetof(Biped_Character_Interface_PushDisableStack, StackName) == 0x000000, "Member 'Biped_Character_Interface_PushDisableStack::StackName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_QuickActionInteract \ static_assert(alignof(Biped_Character_Interface_QuickActionInteract) == 0x000001, "Wrong alignment on Biped_Character_Interface_QuickActionInteract"); \ static_assert(sizeof(Biped_Character_Interface_QuickActionInteract) == 0x000001, "Wrong size on Biped_Character_Interface_QuickActionInteract"); \ static_assert(offsetof(Biped_Character_Interface_QuickActionInteract, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_QuickActionInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_RequestMove \ static_assert(alignof(Biped_Character_Interface_RequestMove) == 0x000004, "Wrong alignment on Biped_Character_Interface_RequestMove"); \ static_assert(sizeof(Biped_Character_Interface_RequestMove) == 0x000018, "Wrong size on Biped_Character_Interface_RequestMove"); \ static_assert(offsetof(Biped_Character_Interface_RequestMove, StickX) == 0x000000, "Member 'Biped_Character_Interface_RequestMove::StickX' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_RequestMove, StickY) == 0x000004, "Member 'Biped_Character_Interface_RequestMove::StickY' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_RequestMove, DeltaTime) == 0x000008, "Member 'Biped_Character_Interface_RequestMove::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_RequestMove, Speed) == 0x00000C, "Member 'Biped_Character_Interface_RequestMove::Speed' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_RequestMove, Direction) == 0x000010, "Member 'Biped_Character_Interface_RequestMove::Direction' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_RequestMove, LookAtDirection) == 0x000014, "Member 'Biped_Character_Interface_RequestMove::LookAtDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_RequestStick \ static_assert(alignof(Biped_Character_Interface_RequestStick) == 0x000004, "Wrong alignment on Biped_Character_Interface_RequestStick"); \ static_assert(sizeof(Biped_Character_Interface_RequestStick) == 0x000008, "Wrong size on Biped_Character_Interface_RequestStick"); \ static_assert(offsetof(Biped_Character_Interface_RequestStick, StickX) == 0x000000, "Member 'Biped_Character_Interface_RequestStick::StickX' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_RequestStick, StickY) == 0x000004, "Member 'Biped_Character_Interface_RequestStick::StickY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_ResetPhoenixCameraRotation \ static_assert(alignof(Biped_Character_Interface_ResetPhoenixCameraRotation) == 0x000008, "Wrong alignment on Biped_Character_Interface_ResetPhoenixCameraRotation"); \ static_assert(sizeof(Biped_Character_Interface_ResetPhoenixCameraRotation) == 0x000010, "Wrong size on Biped_Character_Interface_ResetPhoenixCameraRotation"); \ static_assert(offsetof(Biped_Character_Interface_ResetPhoenixCameraRotation, ResetSpeed) == 0x000000, "Member 'Biped_Character_Interface_ResetPhoenixCameraRotation::ResetSpeed' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_ResetPhoenixCameraRotation, ResetSpeedCurve) == 0x000008, "Member 'Biped_Character_Interface_ResetPhoenixCameraRotation::ResetSpeedCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SetAdditiveBodyState \ static_assert(alignof(Biped_Character_Interface_SetAdditiveBodyState) == 0x000001, "Wrong alignment on Biped_Character_Interface_SetAdditiveBodyState"); \ static_assert(sizeof(Biped_Character_Interface_SetAdditiveBodyState) == 0x000001, "Wrong size on Biped_Character_Interface_SetAdditiveBodyState"); \ static_assert(offsetof(Biped_Character_Interface_SetAdditiveBodyState, InState) == 0x000000, "Member 'Biped_Character_Interface_SetAdditiveBodyState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SetFinisherOptimalRatio \ static_assert(alignof(Biped_Character_Interface_SetFinisherOptimalRatio) == 0x000004, "Wrong alignment on Biped_Character_Interface_SetFinisherOptimalRatio"); \ static_assert(sizeof(Biped_Character_Interface_SetFinisherOptimalRatio) == 0x000008, "Wrong size on Biped_Character_Interface_SetFinisherOptimalRatio"); \ static_assert(offsetof(Biped_Character_Interface_SetFinisherOptimalRatio, OptimalRatio) == 0x000000, "Member 'Biped_Character_Interface_SetFinisherOptimalRatio::OptimalRatio' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_SetFinisherOptimalRatio, FeedbackAction) == 0x000004, "Member 'Biped_Character_Interface_SetFinisherOptimalRatio::FeedbackAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SetFullBodyState \ static_assert(alignof(Biped_Character_Interface_SetFullBodyState) == 0x000001, "Wrong alignment on Biped_Character_Interface_SetFullBodyState"); \ static_assert(sizeof(Biped_Character_Interface_SetFullBodyState) == 0x000001, "Wrong size on Biped_Character_Interface_SetFullBodyState"); \ static_assert(offsetof(Biped_Character_Interface_SetFullBodyState, InState) == 0x000000, "Member 'Biped_Character_Interface_SetFullBodyState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SetFullBodyStateLast \ static_assert(alignof(Biped_Character_Interface_SetFullBodyStateLast) == 0x000001, "Wrong alignment on Biped_Character_Interface_SetFullBodyStateLast"); \ static_assert(sizeof(Biped_Character_Interface_SetFullBodyStateLast) == 0x000001, "Wrong size on Biped_Character_Interface_SetFullBodyStateLast"); \ static_assert(offsetof(Biped_Character_Interface_SetFullBodyStateLast, InState) == 0x000000, "Member 'Biped_Character_Interface_SetFullBodyStateLast::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SetParryState \ static_assert(alignof(Biped_Character_Interface_SetParryState) == 0x000001, "Wrong alignment on Biped_Character_Interface_SetParryState"); \ static_assert(sizeof(Biped_Character_Interface_SetParryState) == 0x000001, "Wrong size on Biped_Character_Interface_SetParryState"); \ static_assert(offsetof(Biped_Character_Interface_SetParryState, InState) == 0x000000, "Member 'Biped_Character_Interface_SetParryState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SetPartialBodyState \ static_assert(alignof(Biped_Character_Interface_SetPartialBodyState) == 0x000001, "Wrong alignment on Biped_Character_Interface_SetPartialBodyState"); \ static_assert(sizeof(Biped_Character_Interface_SetPartialBodyState) == 0x000001, "Wrong size on Biped_Character_Interface_SetPartialBodyState"); \ static_assert(offsetof(Biped_Character_Interface_SetPartialBodyState, InState) == 0x000000, "Member 'Biped_Character_Interface_SetPartialBodyState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SetPhoenixCameraLookAt \ static_assert(alignof(Biped_Character_Interface_SetPhoenixCameraLookAt) == 0x000004, "Wrong alignment on Biped_Character_Interface_SetPhoenixCameraLookAt"); \ static_assert(sizeof(Biped_Character_Interface_SetPhoenixCameraLookAt) == 0x000010, "Wrong size on Biped_Character_Interface_SetPhoenixCameraLookAt"); \ static_assert(offsetof(Biped_Character_Interface_SetPhoenixCameraLookAt, LookAtPoint) == 0x000000, "Member 'Biped_Character_Interface_SetPhoenixCameraLookAt::LookAtPoint' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_SetPhoenixCameraLookAt, ScaleSpeed) == 0x00000C, "Member 'Biped_Character_Interface_SetPhoenixCameraLookAt::ScaleSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SetPhoenixCameraLookAt_Actor \ static_assert(alignof(Biped_Character_Interface_SetPhoenixCameraLookAt_Actor) == 0x000008, "Wrong alignment on Biped_Character_Interface_SetPhoenixCameraLookAt_Actor"); \ static_assert(sizeof(Biped_Character_Interface_SetPhoenixCameraLookAt_Actor) == 0x000010, "Wrong size on Biped_Character_Interface_SetPhoenixCameraLookAt_Actor"); \ static_assert(offsetof(Biped_Character_Interface_SetPhoenixCameraLookAt_Actor, LookAtActor) == 0x000000, "Member 'Biped_Character_Interface_SetPhoenixCameraLookAt_Actor::LookAtActor' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_SetPhoenixCameraLookAt_Actor, ScaleSpeed) == 0x000008, "Member 'Biped_Character_Interface_SetPhoenixCameraLookAt_Actor::ScaleSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SetPhoenixCameraLookAt_ActorAndTime \ static_assert(alignof(Biped_Character_Interface_SetPhoenixCameraLookAt_ActorAndTime) == 0x000008, "Wrong alignment on Biped_Character_Interface_SetPhoenixCameraLookAt_ActorAndTime"); \ static_assert(sizeof(Biped_Character_Interface_SetPhoenixCameraLookAt_ActorAndTime) == 0x000010, "Wrong size on Biped_Character_Interface_SetPhoenixCameraLookAt_ActorAndTime"); \ static_assert(offsetof(Biped_Character_Interface_SetPhoenixCameraLookAt_ActorAndTime, LookAtActor) == 0x000000, "Member 'Biped_Character_Interface_SetPhoenixCameraLookAt_ActorAndTime::LookAtActor' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_SetPhoenixCameraLookAt_ActorAndTime, LookAtTime) == 0x000008, "Member 'Biped_Character_Interface_SetPhoenixCameraLookAt_ActorAndTime::LookAtTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SetPhoenixCameraLookAt_TimeBased \ static_assert(alignof(Biped_Character_Interface_SetPhoenixCameraLookAt_TimeBased) == 0x000004, "Wrong alignment on Biped_Character_Interface_SetPhoenixCameraLookAt_TimeBased"); \ static_assert(sizeof(Biped_Character_Interface_SetPhoenixCameraLookAt_TimeBased) == 0x000010, "Wrong size on Biped_Character_Interface_SetPhoenixCameraLookAt_TimeBased"); \ static_assert(offsetof(Biped_Character_Interface_SetPhoenixCameraLookAt_TimeBased, LookAtPoint) == 0x000000, "Member 'Biped_Character_Interface_SetPhoenixCameraLookAt_TimeBased::LookAtPoint' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_SetPhoenixCameraLookAt_TimeBased, LookAtTime) == 0x00000C, "Member 'Biped_Character_Interface_SetPhoenixCameraLookAt_TimeBased::LookAtTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SetPhoenixCameraRotation \ static_assert(alignof(Biped_Character_Interface_SetPhoenixCameraRotation) == 0x000004, "Wrong alignment on Biped_Character_Interface_SetPhoenixCameraRotation"); \ static_assert(sizeof(Biped_Character_Interface_SetPhoenixCameraRotation) == 0x00000C, "Wrong size on Biped_Character_Interface_SetPhoenixCameraRotation"); \ static_assert(offsetof(Biped_Character_Interface_SetPhoenixCameraRotation, DesiredRotation) == 0x000000, "Member 'Biped_Character_Interface_SetPhoenixCameraRotation::DesiredRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SetPickupTool \ static_assert(alignof(Biped_Character_Interface_SetPickupTool) == 0x000008, "Wrong alignment on Biped_Character_Interface_SetPickupTool"); \ static_assert(sizeof(Biped_Character_Interface_SetPickupTool) == 0x000008, "Wrong size on Biped_Character_Interface_SetPickupTool"); \ static_assert(offsetof(Biped_Character_Interface_SetPickupTool, InPickupTool) == 0x000000, "Member 'Biped_Character_Interface_SetPickupTool::InPickupTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SetRightArmState \ static_assert(alignof(Biped_Character_Interface_SetRightArmState) == 0x000001, "Wrong alignment on Biped_Character_Interface_SetRightArmState"); \ static_assert(sizeof(Biped_Character_Interface_SetRightArmState) == 0x000003, "Wrong size on Biped_Character_Interface_SetRightArmState"); \ static_assert(offsetof(Biped_Character_Interface_SetRightArmState, InState) == 0x000000, "Member 'Biped_Character_Interface_SetRightArmState::InState' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_SetRightArmState, InPriority) == 0x000001, "Member 'Biped_Character_Interface_SetRightArmState::InPriority' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_SetRightArmState, bBroadcastChange) == 0x000002, "Member 'Biped_Character_Interface_SetRightArmState::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SetRootMotionOffsets \ static_assert(alignof(Biped_Character_Interface_SetRootMotionOffsets) == 0x000004, "Wrong alignment on Biped_Character_Interface_SetRootMotionOffsets"); \ static_assert(sizeof(Biped_Character_Interface_SetRootMotionOffsets) == 0x000018, "Wrong size on Biped_Character_Interface_SetRootMotionOffsets"); \ static_assert(offsetof(Biped_Character_Interface_SetRootMotionOffsets, TranslationOffset) == 0x000000, "Member 'Biped_Character_Interface_SetRootMotionOffsets::TranslationOffset' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_SetRootMotionOffsets, RotationOffset) == 0x00000C, "Member 'Biped_Character_Interface_SetRootMotionOffsets::RotationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SetSpellCastHandle \ static_assert(alignof(Biped_Character_Interface_SetSpellCastHandle) == 0x000004, "Wrong alignment on Biped_Character_Interface_SetSpellCastHandle"); \ static_assert(sizeof(Biped_Character_Interface_SetSpellCastHandle) == 0x000004, "Wrong size on Biped_Character_Interface_SetSpellCastHandle"); \ static_assert(offsetof(Biped_Character_Interface_SetSpellCastHandle, InSpellCastHandle) == 0x000000, "Member 'Biped_Character_Interface_SetSpellCastHandle::InSpellCastHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SpawnFaceTarget \ static_assert(alignof(Biped_Character_Interface_SpawnFaceTarget) == 0x000008, "Wrong alignment on Biped_Character_Interface_SpawnFaceTarget"); \ static_assert(sizeof(Biped_Character_Interface_SpawnFaceTarget) == 0x000010, "Wrong size on Biped_Character_Interface_SpawnFaceTarget"); \ static_assert(offsetof(Biped_Character_Interface_SpawnFaceTarget, SpawnActorClass) == 0x000000, "Member 'Biped_Character_Interface_SpawnFaceTarget::SpawnActorClass' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_SpawnFaceTarget, ReturnValue) == 0x000008, "Member 'Biped_Character_Interface_SpawnFaceTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SpawnLookAtTarget \ static_assert(alignof(Biped_Character_Interface_SpawnLookAtTarget) == 0x000008, "Wrong alignment on Biped_Character_Interface_SpawnLookAtTarget"); \ static_assert(sizeof(Biped_Character_Interface_SpawnLookAtTarget) == 0x000010, "Wrong size on Biped_Character_Interface_SpawnLookAtTarget"); \ static_assert(offsetof(Biped_Character_Interface_SpawnLookAtTarget, SpawnActorClass) == 0x000000, "Member 'Biped_Character_Interface_SpawnLookAtTarget::SpawnActorClass' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_SpawnLookAtTarget, ReturnValue) == 0x000008, "Member 'Biped_Character_Interface_SpawnLookAtTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_SpawnStudent \ static_assert(alignof(Biped_Character_Interface_SpawnStudent) == 0x000008, "Wrong alignment on Biped_Character_Interface_SpawnStudent"); \ static_assert(sizeof(Biped_Character_Interface_SpawnStudent) == 0x000010, "Wrong size on Biped_Character_Interface_SpawnStudent"); \ static_assert(offsetof(Biped_Character_Interface_SpawnStudent, StudentClass) == 0x000000, "Member 'Biped_Character_Interface_SpawnStudent::StudentClass' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_Interface_SpawnStudent, ReturnValue) == 0x000008, "Member 'Biped_Character_Interface_SpawnStudent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_UseInventoryItemByName \ static_assert(alignof(Biped_Character_Interface_UseInventoryItemByName) == 0x000004, "Wrong alignment on Biped_Character_Interface_UseInventoryItemByName"); \ static_assert(sizeof(Biped_Character_Interface_UseInventoryItemByName) == 0x000008, "Wrong size on Biped_Character_Interface_UseInventoryItemByName"); \ static_assert(offsetof(Biped_Character_Interface_UseInventoryItemByName, InventoryObjectID) == 0x000000, "Member 'Biped_Character_Interface_UseInventoryItemByName::InventoryObjectID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetSkeletalMesh \ static_assert(alignof(Biped_Character_Interface_GetSkeletalMesh) == 0x000008, "Wrong alignment on Biped_Character_Interface_GetSkeletalMesh"); \ static_assert(sizeof(Biped_Character_Interface_GetSkeletalMesh) == 0x000008, "Wrong size on Biped_Character_Interface_GetSkeletalMesh"); \ static_assert(offsetof(Biped_Character_Interface_GetSkeletalMesh, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetSkeletalMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetTargetDestination \ static_assert(alignof(Biped_Character_Interface_GetTargetDestination) == 0x000004, "Wrong alignment on Biped_Character_Interface_GetTargetDestination"); \ static_assert(sizeof(Biped_Character_Interface_GetTargetDestination) == 0x00000C, "Wrong size on Biped_Character_Interface_GetTargetDestination"); \ static_assert(offsetof(Biped_Character_Interface_GetTargetDestination, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetTargetDestination::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Interface_GetWand \ static_assert(alignof(Biped_Character_Interface_GetWand) == 0x000008, "Wrong alignment on Biped_Character_Interface_GetWand"); \ static_assert(sizeof(Biped_Character_Interface_GetWand) == 0x000008, "Wrong size on Biped_Character_Interface_GetWand"); \ static_assert(offsetof(Biped_Character_Interface_GetWand, ReturnValue) == 0x000000, "Member 'Biped_Character_Interface_GetWand::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBiped_Character_Interface \ static_assert(alignof(IBiped_Character_Interface) == 0x000001, "Wrong alignment on IBiped_Character_Interface"); \ static_assert(sizeof(IBiped_Character_Interface) == 0x000001, "Wrong size on IBiped_Character_Interface"); \ #define DUMPER7_ASSERTS_UAblFlyToLocationScratchpad \ static_assert(alignof(UAblFlyToLocationScratchpad) == 0x000008, "Wrong alignment on UAblFlyToLocationScratchpad"); \ static_assert(sizeof(UAblFlyToLocationScratchpad) == 0x000038, "Wrong size on UAblFlyToLocationScratchpad"); \ #define DUMPER7_ASSERTS_UAblNpcScaleTask \ static_assert(alignof(UAblNpcScaleTask) == 0x000008, "Wrong alignment on UAblNpcScaleTask"); \ static_assert(sizeof(UAblNpcScaleTask) == 0x000088, "Wrong size on UAblNpcScaleTask"); \ static_assert(offsetof(UAblNpcScaleTask, ScaleStart) == 0x000070, "Member 'UAblNpcScaleTask::ScaleStart' has a wrong offset!"); \ static_assert(offsetof(UAblNpcScaleTask, ScaleEnd) == 0x000074, "Member 'UAblNpcScaleTask::ScaleEnd' has a wrong offset!"); \ static_assert(offsetof(UAblNpcScaleTask, bScaleToPreviousValue) == 0x000078, "Member 'UAblNpcScaleTask::bScaleToPreviousValue' has a wrong offset!"); \ static_assert(offsetof(UAblNpcScaleTask, bRestoreScaleAtTaskEnd) == 0x000079, "Member 'UAblNpcScaleTask::bRestoreScaleAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblNpcScaleTask, bUseCurve) == 0x00007A, "Member 'UAblNpcScaleTask::bUseCurve' has a wrong offset!"); \ static_assert(offsetof(UAblNpcScaleTask, Curve) == 0x000080, "Member 'UAblNpcScaleTask::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblFlyToLocationTaskBase \ static_assert(alignof(UAblFlyToLocationTaskBase) == 0x000008, "Wrong alignment on UAblFlyToLocationTaskBase"); \ static_assert(sizeof(UAblFlyToLocationTaskBase) == 0x000070, "Wrong size on UAblFlyToLocationTaskBase"); \ #define DUMPER7_ASSERTS_UEnemy_AttackChoice \ static_assert(alignof(UEnemy_AttackChoice) == 0x000008, "Wrong alignment on UEnemy_AttackChoice"); \ static_assert(sizeof(UEnemy_AttackChoice) == 0x000028, "Wrong size on UEnemy_AttackChoice"); \ #define DUMPER7_ASSERTS_UDW_Summon_Reinforcements_AttackChoice \ static_assert(alignof(UDW_Summon_Reinforcements_AttackChoice) == 0x000008, "Wrong alignment on UDW_Summon_Reinforcements_AttackChoice"); \ static_assert(sizeof(UDW_Summon_Reinforcements_AttackChoice) == 0x000028, "Wrong size on UDW_Summon_Reinforcements_AttackChoice"); \ #define DUMPER7_ASSERTS_BoneClusterActor_GetClosestBoneComponent \ static_assert(alignof(BoneClusterActor_GetClosestBoneComponent) == 0x000008, "Wrong alignment on BoneClusterActor_GetClosestBoneComponent"); \ static_assert(sizeof(BoneClusterActor_GetClosestBoneComponent) == 0x000018, "Wrong size on BoneClusterActor_GetClosestBoneComponent"); \ static_assert(offsetof(BoneClusterActor_GetClosestBoneComponent, SourceLocation) == 0x000000, "Member 'BoneClusterActor_GetClosestBoneComponent::SourceLocation' has a wrong offset!"); \ static_assert(offsetof(BoneClusterActor_GetClosestBoneComponent, ReturnValue) == 0x000010, "Member 'BoneClusterActor_GetClosestBoneComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoneClusterActor_RemoveStencilFromBones \ static_assert(alignof(BoneClusterActor_RemoveStencilFromBones) == 0x000008, "Wrong alignment on BoneClusterActor_RemoveStencilFromBones"); \ static_assert(sizeof(BoneClusterActor_RemoveStencilFromBones) == 0x000010, "Wrong size on BoneClusterActor_RemoveStencilFromBones"); \ static_assert(offsetof(BoneClusterActor_RemoveStencilFromBones, Bones) == 0x000000, "Member 'BoneClusterActor_RemoveStencilFromBones::Bones' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABoneClusterActor \ static_assert(alignof(ABoneClusterActor) == 0x000008, "Wrong alignment on ABoneClusterActor"); \ static_assert(sizeof(ABoneClusterActor) == 0x000260, "Wrong size on ABoneClusterActor"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ProtegoReflectAttack \ static_assert(alignof(URPGTriggerEffect_ProtegoReflectAttack) == 0x000008, "Wrong alignment on URPGTriggerEffect_ProtegoReflectAttack"); \ static_assert(sizeof(URPGTriggerEffect_ProtegoReflectAttack) == 0x000050, "Wrong size on URPGTriggerEffect_ProtegoReflectAttack"); \ static_assert(offsetof(URPGTriggerEffect_ProtegoReflectAttack, Owner) == 0x000048, "Member 'URPGTriggerEffect_ProtegoReflectAttack::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ManageTacticianTokens \ static_assert(alignof(URPGTriggerEffect_ManageTacticianTokens) == 0x000008, "Wrong alignment on URPGTriggerEffect_ManageTacticianTokens"); \ static_assert(sizeof(URPGTriggerEffect_ManageTacticianTokens) == 0x000090, "Wrong size on URPGTriggerEffect_ManageTacticianTokens"); \ static_assert(offsetof(URPGTriggerEffect_ManageTacticianTokens, MaxTokens) == 0x000050, "Member 'URPGTriggerEffect_ManageTacticianTokens::MaxTokens' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ManageTacticianTokens, Ability) == 0x000058, "Member 'URPGTriggerEffect_ManageTacticianTokens::Ability' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ManageTacticianTokens, AbilityDuration) == 0x000060, "Member 'URPGTriggerEffect_ManageTacticianTokens::AbilityDuration' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ManageTacticianTokens, AbilityOnPlayer) == 0x000064, "Member 'URPGTriggerEffect_ManageTacticianTokens::AbilityOnPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblGameLogicSwitchBranchTaskScratchPad \ static_assert(alignof(UAblGameLogicSwitchBranchTaskScratchPad) == 0x000008, "Wrong alignment on UAblGameLogicSwitchBranchTaskScratchPad"); \ static_assert(sizeof(UAblGameLogicSwitchBranchTaskScratchPad) == 0x000048, "Wrong size on UAblGameLogicSwitchBranchTaskScratchPad"); \ static_assert(offsetof(UAblGameLogicSwitchBranchTaskScratchPad, BoolResults) == 0x000028, "Member 'UAblGameLogicSwitchBranchTaskScratchPad::BoolResults' has a wrong offset!"); \ static_assert(offsetof(UAblGameLogicSwitchBranchTaskScratchPad, Abilities) == 0x000038, "Member 'UAblGameLogicSwitchBranchTaskScratchPad::Abilities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblGameLogicSwitchBranchTask \ static_assert(alignof(UAblGameLogicSwitchBranchTask) == 0x000008, "Wrong alignment on UAblGameLogicSwitchBranchTask"); \ static_assert(sizeof(UAblGameLogicSwitchBranchTask) == 0x000138, "Wrong size on UAblGameLogicSwitchBranchTask"); \ static_assert(offsetof(UAblGameLogicSwitchBranchTask, BoolResultToAbility) == 0x000070, "Member 'UAblGameLogicSwitchBranchTask::BoolResultToAbility' has a wrong offset!"); \ static_assert(offsetof(UAblGameLogicSwitchBranchTask, DefaultAbility) == 0x0000C0, "Member 'UAblGameLogicSwitchBranchTask::DefaultAbility' has a wrong offset!"); \ static_assert(offsetof(UAblGameLogicSwitchBranchTask, m_CopyTargetsOnBranch) == 0x0000C8, "Member 'UAblGameLogicSwitchBranchTask::m_CopyTargetsOnBranch' has a wrong offset!"); \ static_assert(offsetof(UAblGameLogicSwitchBranchTask, m_bOverrideTransitionBlend) == 0x0000C9, "Member 'UAblGameLogicSwitchBranchTask::m_bOverrideTransitionBlend' has a wrong offset!"); \ static_assert(offsetof(UAblGameLogicSwitchBranchTask, m_bOverrideTransitionBlendOut) == 0x0000CA, "Member 'UAblGameLogicSwitchBranchTask::m_bOverrideTransitionBlendOut' has a wrong offset!"); \ static_assert(offsetof(UAblGameLogicSwitchBranchTask, m_TransitionBlend) == 0x0000D0, "Member 'UAblGameLogicSwitchBranchTask::m_TransitionBlend' has a wrong offset!"); \ static_assert(offsetof(UAblGameLogicSwitchBranchTask, m_TransitionBlendOut) == 0x000100, "Member 'UAblGameLogicSwitchBranchTask::m_TransitionBlendOut' has a wrong offset!"); \ static_assert(offsetof(UAblGameLogicSwitchBranchTask, bClampBlendOutTime) == 0x000130, "Member 'UAblGameLogicSwitchBranchTask::bClampBlendOutTime' has a wrong offset!"); \ static_assert(offsetof(UAblGameLogicSwitchBranchTask, m_UseSourceRootMotion) == 0x000131, "Member 'UAblGameLogicSwitchBranchTask::m_UseSourceRootMotion' has a wrong offset!"); \ static_assert(offsetof(UAblGameLogicSwitchBranchTask, m_UseDestRootMotion) == 0x000132, "Member 'UAblGameLogicSwitchBranchTask::m_UseDestRootMotion' has a wrong offset!"); \ static_assert(offsetof(UAblGameLogicSwitchBranchTask, m_OverrideRootMotion) == 0x000133, "Member 'UAblGameLogicSwitchBranchTask::m_OverrideRootMotion' has a wrong offset!"); \ static_assert(offsetof(UAblGameLogicSwitchBranchTask, m_OverrideBlendTickStyle) == 0x000134, "Member 'UAblGameLogicSwitchBranchTask::m_OverrideBlendTickStyle' has a wrong offset!"); \ static_assert(offsetof(UAblGameLogicSwitchBranchTask, m_BlendTickStyle) == 0x000135, "Member 'UAblGameLogicSwitchBranchTask::m_BlendTickStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablNPC_SplitTaskScratchPad \ static_assert(alignof(UablNPC_SplitTaskScratchPad) == 0x000008, "Wrong alignment on UablNPC_SplitTaskScratchPad"); \ static_assert(sizeof(UablNPC_SplitTaskScratchPad) == 0x000058, "Wrong size on UablNPC_SplitTaskScratchPad"); \ static_assert(offsetof(UablNPC_SplitTaskScratchPad, bDone) == 0x000050, "Member 'UablNPC_SplitTaskScratchPad::bDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncWidgetSwitcher_OnActiveItemLoaded \ static_assert(alignof(AsyncWidgetSwitcher_OnActiveItemLoaded) == 0x000008, "Wrong alignment on AsyncWidgetSwitcher_OnActiveItemLoaded"); \ static_assert(sizeof(AsyncWidgetSwitcher_OnActiveItemLoaded) == 0x000008, "Wrong size on AsyncWidgetSwitcher_OnActiveItemLoaded"); \ static_assert(offsetof(AsyncWidgetSwitcher_OnActiveItemLoaded, Item) == 0x000000, "Member 'AsyncWidgetSwitcher_OnActiveItemLoaded::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncWidgetSwitcher_SetParent \ static_assert(alignof(AsyncWidgetSwitcher_SetParent) == 0x000008, "Wrong alignment on AsyncWidgetSwitcher_SetParent"); \ static_assert(sizeof(AsyncWidgetSwitcher_SetParent) == 0x000008, "Wrong size on AsyncWidgetSwitcher_SetParent"); \ static_assert(offsetof(AsyncWidgetSwitcher_SetParent, NewParent) == 0x000000, "Member 'AsyncWidgetSwitcher_SetParent::NewParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncWidgetSwitcher \ static_assert(alignof(UAsyncWidgetSwitcher) == 0x000008, "Wrong alignment on UAsyncWidgetSwitcher"); \ static_assert(sizeof(UAsyncWidgetSwitcher) == 0x000158, "Wrong size on UAsyncWidgetSwitcher"); \ static_assert(offsetof(UAsyncWidgetSwitcher, ShouldPreloadAll) == 0x000138, "Member 'UAsyncWidgetSwitcher::ShouldPreloadAll' has a wrong offset!"); \ static_assert(offsetof(UAsyncWidgetSwitcher, OnActiveWidgetDisplayable) == 0x000140, "Member 'UAsyncWidgetSwitcher::OnActiveWidgetDisplayable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_RecoverFromDamage \ static_assert(alignof(URPGTriggerEffect_RecoverFromDamage) == 0x000008, "Wrong alignment on URPGTriggerEffect_RecoverFromDamage"); \ static_assert(sizeof(URPGTriggerEffect_RecoverFromDamage) == 0x0000C8, "Wrong size on URPGTriggerEffect_RecoverFromDamage"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, RequiresCursed) == 0x000058, "Member 'URPGTriggerEffect_RecoverFromDamage::RequiresCursed' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, RequiresDeadlySpell) == 0x000059, "Member 'URPGTriggerEffect_RecoverFromDamage::RequiresDeadlySpell' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, RequiresAirborne) == 0x00005A, "Member 'URPGTriggerEffect_RecoverFromDamage::RequiresAirborne' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, RequiresUnaware) == 0x00005B, "Member 'URPGTriggerEffect_RecoverFromDamage::RequiresUnaware' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, RequiresNotInCombatMode) == 0x00005C, "Member 'URPGTriggerEffect_RecoverFromDamage::RequiresNotInCombatMode' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, RequiresRadiantAura) == 0x00005D, "Member 'URPGTriggerEffect_RecoverFromDamage::RequiresRadiantAura' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, PlayerInstigator) == 0x00005E, "Member 'URPGTriggerEffect_RecoverFromDamage::PlayerInstigator' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, OnPlayer) == 0x00005F, "Member 'URPGTriggerEffect_RecoverFromDamage::OnPlayer' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, OnTeammate) == 0x000060, "Member 'URPGTriggerEffect_RecoverFromDamage::OnTeammate' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, OnNeutral) == 0x000061, "Member 'URPGTriggerEffect_RecoverFromDamage::OnNeutral' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, DamageFromSpellGroup) == 0x000064, "Member 'URPGTriggerEffect_RecoverFromDamage::DamageFromSpellGroup' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, DamageFromSpellName) == 0x00006C, "Member 'URPGTriggerEffect_RecoverFromDamage::DamageFromSpellName' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, DamageFromFinisher) == 0x000074, "Member 'URPGTriggerEffect_RecoverFromDamage::DamageFromFinisher' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, AdjustmentPerPointOfDamage) == 0x000075, "Member 'URPGTriggerEffect_RecoverFromDamage::AdjustmentPerPointOfDamage' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, CooldownSecondsPerPointOfDamage) == 0x000078, "Member 'URPGTriggerEffect_RecoverFromDamage::CooldownSecondsPerPointOfDamage' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, RecoverCooldownSpellGroup) == 0x00007C, "Member 'URPGTriggerEffect_RecoverFromDamage::RecoverCooldownSpellGroup' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, RecoverCooldownSpellName) == 0x000084, "Member 'URPGTriggerEffect_RecoverFromDamage::RecoverCooldownSpellName' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, FocusAmount) == 0x00008C, "Member 'URPGTriggerEffect_RecoverFromDamage::FocusAmount' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, HealthAmount) == 0x000090, "Member 'URPGTriggerEffect_RecoverFromDamage::HealthAmount' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, HealthPercentage) == 0x000094, "Member 'URPGTriggerEffect_RecoverFromDamage::HealthPercentage' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, UseHealthRecoveryEffects) == 0x000098, "Member 'URPGTriggerEffect_RecoverFromDamage::UseHealthRecoveryEffects' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, Ability) == 0x0000A0, "Member 'URPGTriggerEffect_RecoverFromDamage::Ability' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, AbilityDuration) == 0x0000A8, "Member 'URPGTriggerEffect_RecoverFromDamage::AbilityDuration' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, AbilityOnPlayer) == 0x0000AC, "Member 'URPGTriggerEffect_RecoverFromDamage::AbilityOnPlayer' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, AbilityOnInstigator) == 0x0000AD, "Member 'URPGTriggerEffect_RecoverFromDamage::AbilityOnInstigator' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RecoverFromDamage, TriggerEffect) == 0x0000B0, "Member 'URPGTriggerEffect_RecoverFromDamage::TriggerEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ForbearingManager \ static_assert(alignof(URPGTriggerEffect_ForbearingManager) == 0x000008, "Wrong alignment on URPGTriggerEffect_ForbearingManager"); \ static_assert(sizeof(URPGTriggerEffect_ForbearingManager) == 0x0000D0, "Wrong size on URPGTriggerEffect_ForbearingManager"); \ #define DUMPER7_ASSERTS_UablGameLogicTask \ static_assert(alignof(UablGameLogicTask) == 0x000008, "Wrong alignment on UablGameLogicTask"); \ static_assert(sizeof(UablGameLogicTask) == 0x000080, "Wrong size on UablGameLogicTask"); \ static_assert(offsetof(UablGameLogicTask, BoolVar) == 0x000070, "Member 'UablGameLogicTask::BoolVar' has a wrong offset!"); \ static_assert(offsetof(UablGameLogicTask, Int32Var) == 0x000078, "Member 'UablGameLogicTask::Int32Var' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcReactMoveToScratchpad \ static_assert(alignof(UAblNpcReactMoveToScratchpad) == 0x000008, "Wrong alignment on UAblNpcReactMoveToScratchpad"); \ static_assert(sizeof(UAblNpcReactMoveToScratchpad) == 0x000088, "Wrong size on UAblNpcReactMoveToScratchpad"); \ #define DUMPER7_ASSERTS_ACreatureToyVolume \ static_assert(alignof(ACreatureToyVolume) == 0x000008, "Wrong alignment on ACreatureToyVolume"); \ static_assert(sizeof(ACreatureToyVolume) == 0x000280, "Wrong size on ACreatureToyVolume"); \ #define DUMPER7_ASSERTS_UAblGameRenderStencil \ static_assert(alignof(UAblGameRenderStencil) == 0x000008, "Wrong alignment on UAblGameRenderStencil"); \ static_assert(sizeof(UAblGameRenderStencil) == 0x000080, "Wrong size on UAblGameRenderStencil"); \ static_assert(offsetof(UAblGameRenderStencil, StencilEffect) == 0x000070, "Member 'UAblGameRenderStencil::StencilEffect' has a wrong offset!"); \ static_assert(offsetof(UAblGameRenderStencil, resetStencilOnExit) == 0x000078, "Member 'UAblGameRenderStencil::resetStencilOnExit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_ComputeAditiveReactDirection \ static_assert(alignof(Biped_AnimInstance_Interface_ComputeAditiveReactDirection) == 0x000008, "Wrong alignment on Biped_AnimInstance_Interface_ComputeAditiveReactDirection"); \ static_assert(sizeof(Biped_AnimInstance_Interface_ComputeAditiveReactDirection) == 0x000018, "Wrong size on Biped_AnimInstance_Interface_ComputeAditiveReactDirection"); \ static_assert(offsetof(Biped_AnimInstance_Interface_ComputeAditiveReactDirection, InVictim) == 0x000000, "Member 'Biped_AnimInstance_Interface_ComputeAditiveReactDirection::InVictim' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_Interface_ComputeAditiveReactDirection, InTraceDirection) == 0x000008, "Member 'Biped_AnimInstance_Interface_ComputeAditiveReactDirection::InTraceDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_Get_AimOffsetPitch \ static_assert(alignof(Biped_AnimInstance_Interface_Get_AimOffsetPitch) == 0x000004, "Wrong alignment on Biped_AnimInstance_Interface_Get_AimOffsetPitch"); \ static_assert(sizeof(Biped_AnimInstance_Interface_Get_AimOffsetPitch) == 0x000004, "Wrong size on Biped_AnimInstance_Interface_Get_AimOffsetPitch"); \ static_assert(offsetof(Biped_AnimInstance_Interface_Get_AimOffsetPitch, OutPitch) == 0x000000, "Member 'Biped_AnimInstance_Interface_Get_AimOffsetPitch::OutPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_Get_AimOffsetYaw \ static_assert(alignof(Biped_AnimInstance_Interface_Get_AimOffsetYaw) == 0x000004, "Wrong alignment on Biped_AnimInstance_Interface_Get_AimOffsetYaw"); \ static_assert(sizeof(Biped_AnimInstance_Interface_Get_AimOffsetYaw) == 0x000004, "Wrong size on Biped_AnimInstance_Interface_Get_AimOffsetYaw"); \ static_assert(offsetof(Biped_AnimInstance_Interface_Get_AimOffsetYaw, OutYaw) == 0x000000, "Member 'Biped_AnimInstance_Interface_Get_AimOffsetYaw::OutYaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetAdditiveBodyState \ static_assert(alignof(Biped_AnimInstance_Interface_GetAdditiveBodyState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_GetAdditiveBodyState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetAdditiveBodyState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_GetAdditiveBodyState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetAdditiveBodyState, OutState) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetAdditiveBodyState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetAttackState \ static_assert(alignof(Biped_AnimInstance_Interface_GetAttackState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_GetAttackState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetAttackState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_GetAttackState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetAttackState, OutState) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetAttackState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetDodgeState \ static_assert(alignof(Biped_AnimInstance_Interface_GetDodgeState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_GetDodgeState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetDodgeState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_GetDodgeState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetDodgeState, OutState) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetDodgeState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetFullBodyState \ static_assert(alignof(Biped_AnimInstance_Interface_GetFullBodyState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_GetFullBodyState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetFullBodyState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_GetFullBodyState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetFullBodyState, OutState) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetFullBodyState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetFullBodyStateLast \ static_assert(alignof(Biped_AnimInstance_Interface_GetFullBodyStateLast) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_GetFullBodyStateLast"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetFullBodyStateLast) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_GetFullBodyStateLast"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetFullBodyStateLast, OutState) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetFullBodyStateLast::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetHarvestState \ static_assert(alignof(Biped_AnimInstance_Interface_GetHarvestState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_GetHarvestState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetHarvestState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_GetHarvestState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetHarvestState, OutState) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetHarvestState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetHeadTrackingState \ static_assert(alignof(Biped_AnimInstance_Interface_GetHeadTrackingState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_GetHeadTrackingState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetHeadTrackingState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_GetHeadTrackingState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetHeadTrackingState, ReturnValue) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetHeadTrackingState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetInventoryResult \ static_assert(alignof(Biped_AnimInstance_Interface_GetInventoryResult) == 0x000008, "Wrong alignment on Biped_AnimInstance_Interface_GetInventoryResult"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetInventoryResult) == 0x000088, "Wrong size on Biped_AnimInstance_Interface_GetInventoryResult"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetInventoryResult, ReturnValue) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetInventoryResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetLeftArmState \ static_assert(alignof(Biped_AnimInstance_Interface_GetLeftArmState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_GetLeftArmState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetLeftArmState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_GetLeftArmState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetLeftArmState, ReturnValue) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetLeftArmState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetMobilityState \ static_assert(alignof(Biped_AnimInstance_Interface_GetMobilityState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_GetMobilityState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetMobilityState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_GetMobilityState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetMobilityState, OutState) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetMobilityState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetMobilityStateLast \ static_assert(alignof(Biped_AnimInstance_Interface_GetMobilityStateLast) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_GetMobilityStateLast"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetMobilityStateLast) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_GetMobilityStateLast"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetMobilityStateLast, OutState) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetMobilityStateLast::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetParryState \ static_assert(alignof(Biped_AnimInstance_Interface_GetParryState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_GetParryState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetParryState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_GetParryState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetParryState, OutState) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetParryState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetParryStateNext \ static_assert(alignof(Biped_AnimInstance_Interface_GetParryStateNext) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_GetParryStateNext"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetParryStateNext) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_GetParryStateNext"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetParryStateNext, OutState) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetParryStateNext::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetPartialBodyState \ static_assert(alignof(Biped_AnimInstance_Interface_GetPartialBodyState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_GetPartialBodyState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetPartialBodyState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_GetPartialBodyState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetPartialBodyState, OutState) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetPartialBodyState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetPickupTool \ static_assert(alignof(Biped_AnimInstance_Interface_GetPickupTool) == 0x000008, "Wrong alignment on Biped_AnimInstance_Interface_GetPickupTool"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetPickupTool) == 0x000008, "Wrong size on Biped_AnimInstance_Interface_GetPickupTool"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetPickupTool, ReturnValue) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetPickupTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetRightArmState \ static_assert(alignof(Biped_AnimInstance_Interface_GetRightArmState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_GetRightArmState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetRightArmState) == 0x000002, "Wrong size on Biped_AnimInstance_Interface_GetRightArmState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetRightArmState, InPriority) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetRightArmState::InPriority' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetRightArmState, ReturnValue) == 0x000001, "Member 'Biped_AnimInstance_Interface_GetRightArmState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetStationState \ static_assert(alignof(Biped_AnimInstance_Interface_GetStationState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_GetStationState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetStationState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_GetStationState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetStationState, OutState) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetStationState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_Set_AimOffsetPitch \ static_assert(alignof(Biped_AnimInstance_Interface_Set_AimOffsetPitch) == 0x000004, "Wrong alignment on Biped_AnimInstance_Interface_Set_AimOffsetPitch"); \ static_assert(sizeof(Biped_AnimInstance_Interface_Set_AimOffsetPitch) == 0x000004, "Wrong size on Biped_AnimInstance_Interface_Set_AimOffsetPitch"); \ static_assert(offsetof(Biped_AnimInstance_Interface_Set_AimOffsetPitch, InPitch) == 0x000000, "Member 'Biped_AnimInstance_Interface_Set_AimOffsetPitch::InPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_Set_AimOffsetYaw \ static_assert(alignof(Biped_AnimInstance_Interface_Set_AimOffsetYaw) == 0x000004, "Wrong alignment on Biped_AnimInstance_Interface_Set_AimOffsetYaw"); \ static_assert(sizeof(Biped_AnimInstance_Interface_Set_AimOffsetYaw) == 0x000004, "Wrong size on Biped_AnimInstance_Interface_Set_AimOffsetYaw"); \ static_assert(offsetof(Biped_AnimInstance_Interface_Set_AimOffsetYaw, InYaw) == 0x000000, "Member 'Biped_AnimInstance_Interface_Set_AimOffsetYaw::InYaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_Set_DoFullBodySpellIfInIdle \ static_assert(alignof(Biped_AnimInstance_Interface_Set_DoFullBodySpellIfInIdle) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_Set_DoFullBodySpellIfInIdle"); \ static_assert(sizeof(Biped_AnimInstance_Interface_Set_DoFullBodySpellIfInIdle) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_Set_DoFullBodySpellIfInIdle"); \ static_assert(offsetof(Biped_AnimInstance_Interface_Set_DoFullBodySpellIfInIdle, bInDoFullBodySpellIfInIdle) == 0x000000, "Member 'Biped_AnimInstance_Interface_Set_DoFullBodySpellIfInIdle::bInDoFullBodySpellIfInIdle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetAbortAnim \ static_assert(alignof(Biped_AnimInstance_Interface_SetAbortAnim) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetAbortAnim"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetAbortAnim) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetAbortAnim"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetAbortAnim, InAbortAnim) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetAbortAnim::InAbortAnim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetAdditiveBodyState \ static_assert(alignof(Biped_AnimInstance_Interface_SetAdditiveBodyState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetAdditiveBodyState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetAdditiveBodyState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetAdditiveBodyState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetAdditiveBodyState, InState) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetAdditiveBodyState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetAmpedPercent \ static_assert(alignof(Biped_AnimInstance_Interface_SetAmpedPercent) == 0x000004, "Wrong alignment on Biped_AnimInstance_Interface_SetAmpedPercent"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetAmpedPercent) == 0x000004, "Wrong size on Biped_AnimInstance_Interface_SetAmpedPercent"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetAmpedPercent, InAmpedPercent) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetAmpedPercent::InAmpedPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetAttackState \ static_assert(alignof(Biped_AnimInstance_Interface_SetAttackState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetAttackState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetAttackState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetAttackState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetAttackState, InState) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetAttackState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetChannelSpellFlourish \ static_assert(alignof(Biped_AnimInstance_Interface_SetChannelSpellFlourish) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetChannelSpellFlourish"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetChannelSpellFlourish) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetChannelSpellFlourish"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetChannelSpellFlourish, InFlag) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetChannelSpellFlourish::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetCombatAdditiveState \ static_assert(alignof(Biped_AnimInstance_Interface_SetCombatAdditiveState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetCombatAdditiveState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetCombatAdditiveState) == 0x000003, "Wrong size on Biped_AnimInstance_Interface_SetCombatAdditiveState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetCombatAdditiveState, InState) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetCombatAdditiveState::InState' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetCombatAdditiveState, InPriority) == 0x000001, "Member 'Biped_AnimInstance_Interface_SetCombatAdditiveState::InPriority' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetCombatAdditiveState, bBroadcastChange) == 0x000002, "Member 'Biped_AnimInstance_Interface_SetCombatAdditiveState::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetDodgeState \ static_assert(alignof(Biped_AnimInstance_Interface_SetDodgeState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetDodgeState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetDodgeState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetDodgeState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetDodgeState, InState) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetDodgeState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetFireOnce \ static_assert(alignof(Biped_AnimInstance_Interface_SetFireOnce) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetFireOnce"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetFireOnce) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetFireOnce"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetFireOnce, InFireOnce) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetFireOnce::InFireOnce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetFullBodyState \ static_assert(alignof(Biped_AnimInstance_Interface_SetFullBodyState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetFullBodyState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetFullBodyState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetFullBodyState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetFullBodyState, InState) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetFullBodyState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetFullBodyStateLast \ static_assert(alignof(Biped_AnimInstance_Interface_SetFullBodyStateLast) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetFullBodyStateLast"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetFullBodyStateLast) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetFullBodyStateLast"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetFullBodyStateLast, InState) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetFullBodyStateLast::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetHarvestState \ static_assert(alignof(Biped_AnimInstance_Interface_SetHarvestState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetHarvestState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetHarvestState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetHarvestState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetHarvestState, InState) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetHarvestState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetHeadTrackingState \ static_assert(alignof(Biped_AnimInstance_Interface_SetHeadTrackingState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetHeadTrackingState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetHeadTrackingState) == 0x000003, "Wrong size on Biped_AnimInstance_Interface_SetHeadTrackingState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetHeadTrackingState, InState) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetHeadTrackingState::InState' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetHeadTrackingState, InPriority) == 0x000001, "Member 'Biped_AnimInstance_Interface_SetHeadTrackingState::InPriority' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetHeadTrackingState, bBroadcastChange) == 0x000002, "Member 'Biped_AnimInstance_Interface_SetHeadTrackingState::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetInventoryResult \ static_assert(alignof(Biped_AnimInstance_Interface_SetInventoryResult) == 0x000008, "Wrong alignment on Biped_AnimInstance_Interface_SetInventoryResult"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetInventoryResult) == 0x000088, "Wrong size on Biped_AnimInstance_Interface_SetInventoryResult"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetInventoryResult, InInventoryResult) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetInventoryResult::InInventoryResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetIsHoldingAttack \ static_assert(alignof(Biped_AnimInstance_Interface_SetIsHoldingAttack) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetIsHoldingAttack"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetIsHoldingAttack) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetIsHoldingAttack"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetIsHoldingAttack, InHoldingAttack) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetIsHoldingAttack::InHoldingAttack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetLeftArmState \ static_assert(alignof(Biped_AnimInstance_Interface_SetLeftArmState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetLeftArmState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetLeftArmState) == 0x000003, "Wrong size on Biped_AnimInstance_Interface_SetLeftArmState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetLeftArmState, InState) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetLeftArmState::InState' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetLeftArmState, InPriority) == 0x000001, "Member 'Biped_AnimInstance_Interface_SetLeftArmState::InPriority' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetLeftArmState, bBroadcastChange) == 0x000002, "Member 'Biped_AnimInstance_Interface_SetLeftArmState::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetMobilityState \ static_assert(alignof(Biped_AnimInstance_Interface_SetMobilityState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetMobilityState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetMobilityState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetMobilityState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetMobilityState, InState) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetMobilityState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetMobilityStateLast \ static_assert(alignof(Biped_AnimInstance_Interface_SetMobilityStateLast) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetMobilityStateLast"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetMobilityStateLast) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetMobilityStateLast"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetMobilityStateLast, InState) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetMobilityStateLast::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetParryState \ static_assert(alignof(Biped_AnimInstance_Interface_SetParryState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetParryState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetParryState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetParryState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetParryState, InState) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetParryState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetParryStateNext \ static_assert(alignof(Biped_AnimInstance_Interface_SetParryStateNext) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetParryStateNext"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetParryStateNext) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetParryStateNext"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetParryStateNext, InState) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetParryStateNext::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetPartialBodyState \ static_assert(alignof(Biped_AnimInstance_Interface_SetPartialBodyState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetPartialBodyState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetPartialBodyState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetPartialBodyState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetPartialBodyState, InState) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetPartialBodyState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetPickupTool \ static_assert(alignof(Biped_AnimInstance_Interface_SetPickupTool) == 0x000008, "Wrong alignment on Biped_AnimInstance_Interface_SetPickupTool"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetPickupTool) == 0x000008, "Wrong size on Biped_AnimInstance_Interface_SetPickupTool"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetPickupTool, InPickupTool) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetPickupTool::InPickupTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetRelaxWand \ static_assert(alignof(Biped_AnimInstance_Interface_SetRelaxWand) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetRelaxWand"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetRelaxWand) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetRelaxWand"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetRelaxWand, bInFlag) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetRelaxWand::bInFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetRightArmState \ static_assert(alignof(Biped_AnimInstance_Interface_SetRightArmState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetRightArmState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetRightArmState) == 0x000003, "Wrong size on Biped_AnimInstance_Interface_SetRightArmState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetRightArmState, InState) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetRightArmState::InState' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetRightArmState, InPriority) == 0x000001, "Member 'Biped_AnimInstance_Interface_SetRightArmState::InPriority' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetRightArmState, bBroadcastChange) == 0x000002, "Member 'Biped_AnimInstance_Interface_SetRightArmState::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetStationState \ static_assert(alignof(Biped_AnimInstance_Interface_SetStationState) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetStationState"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetStationState) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetStationState"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetStationState, InState) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetStationState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetUseAimOffset \ static_assert(alignof(Biped_AnimInstance_Interface_SetUseAimOffset) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetUseAimOffset"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetUseAimOffset) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetUseAimOffset"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetUseAimOffset, InUseAimOffset) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetUseAimOffset::InUseAimOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_SetWandEquipped \ static_assert(alignof(Biped_AnimInstance_Interface_SetWandEquipped) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_SetWandEquipped"); \ static_assert(sizeof(Biped_AnimInstance_Interface_SetWandEquipped) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_SetWandEquipped"); \ static_assert(offsetof(Biped_AnimInstance_Interface_SetWandEquipped, WandEquipped) == 0x000000, "Member 'Biped_AnimInstance_Interface_SetWandEquipped::WandEquipped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Interface_GetAbortAnim \ static_assert(alignof(Biped_AnimInstance_Interface_GetAbortAnim) == 0x000001, "Wrong alignment on Biped_AnimInstance_Interface_GetAbortAnim"); \ static_assert(sizeof(Biped_AnimInstance_Interface_GetAbortAnim) == 0x000001, "Wrong size on Biped_AnimInstance_Interface_GetAbortAnim"); \ static_assert(offsetof(Biped_AnimInstance_Interface_GetAbortAnim, ReturnValue) == 0x000000, "Member 'Biped_AnimInstance_Interface_GetAbortAnim::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBiped_AnimInstance_Interface \ static_assert(alignof(IBiped_AnimInstance_Interface) == 0x000001, "Wrong alignment on IBiped_AnimInstance_Interface"); \ static_assert(sizeof(IBiped_AnimInstance_Interface) == 0x000001, "Wrong size on IBiped_AnimInstance_Interface"); \ #define DUMPER7_ASSERTS_UAblHeadTrackingTaskScratchPad \ static_assert(alignof(UAblHeadTrackingTaskScratchPad) == 0x000008, "Wrong alignment on UAblHeadTrackingTaskScratchPad"); \ static_assert(sizeof(UAblHeadTrackingTaskScratchPad) == 0x000028, "Wrong size on UAblHeadTrackingTaskScratchPad"); \ #define DUMPER7_ASSERTS_UAblHeadTrackingTask \ static_assert(alignof(UAblHeadTrackingTask) == 0x000008, "Wrong alignment on UAblHeadTrackingTask"); \ static_assert(sizeof(UAblHeadTrackingTask) == 0x000070, "Wrong size on UAblHeadTrackingTask"); \ #define DUMPER7_ASSERTS_UAblHideAndDisableCharacterTask \ static_assert(alignof(UAblHideAndDisableCharacterTask) == 0x000008, "Wrong alignment on UAblHideAndDisableCharacterTask"); \ static_assert(sizeof(UAblHideAndDisableCharacterTask) == 0x000070, "Wrong size on UAblHideAndDisableCharacterTask"); \ #define DUMPER7_ASSERTS_UablIKBlendTask \ static_assert(alignof(UablIKBlendTask) == 0x000008, "Wrong alignment on UablIKBlendTask"); \ static_assert(sizeof(UablIKBlendTask) == 0x000080, "Wrong size on UablIKBlendTask"); \ static_assert(offsetof(UablIKBlendTask, bDisableAllIK) == 0x000070, "Member 'UablIKBlendTask::bDisableAllIK' has a wrong offset!"); \ static_assert(offsetof(UablIKBlendTask, bDisableFloorContact) == 0x000071, "Member 'UablIKBlendTask::bDisableFloorContact' has a wrong offset!"); \ static_assert(offsetof(UablIKBlendTask, bDisableLookAt) == 0x000072, "Member 'UablIKBlendTask::bDisableLookAt' has a wrong offset!"); \ static_assert(offsetof(UablIKBlendTask, bDisablePoseFixup) == 0x000073, "Member 'UablIKBlendTask::bDisablePoseFixup' has a wrong offset!"); \ static_assert(offsetof(UablIKBlendTask, BlendOutDuration) == 0x000074, "Member 'UablIKBlendTask::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(UablIKBlendTask, BlendInDuration) == 0x000078, "Member 'UablIKBlendTask::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UablIKBlendTask, LowestAllowedLookAtPriority) == 0x00007C, "Member 'UablIKBlendTask::LowestAllowedLookAtPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolIsDead \ static_assert(alignof(UFXAutoTriggerBoolIsDead) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolIsDead"); \ static_assert(sizeof(UFXAutoTriggerBoolIsDead) == 0x000028, "Wrong size on UFXAutoTriggerBoolIsDead"); \ #define DUMPER7_ASSERTS_UablIKPoseFixupTaskScratchPad \ static_assert(alignof(UablIKPoseFixupTaskScratchPad) == 0x000008, "Wrong alignment on UablIKPoseFixupTaskScratchPad"); \ static_assert(sizeof(UablIKPoseFixupTaskScratchPad) == 0x000038, "Wrong size on UablIKPoseFixupTaskScratchPad"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorMatchSpecificNPC \ static_assert(alignof(UFXAutoTriggerRequiredActorMatchSpecificNPC) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorMatchSpecificNPC"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorMatchSpecificNPC) == 0x0000B8, "Wrong size on UFXAutoTriggerRequiredActorMatchSpecificNPC"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorMatchSpecificNPC, NPCKey) == 0x000028, "Member 'UFXAutoTriggerRequiredActorMatchSpecificNPC::NPCKey' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorMatchSpecificNPC, NPCKeyName) == 0x0000B0, "Member 'UFXAutoTriggerRequiredActorMatchSpecificNPC::NPCKeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablImpulseToTargetTaskScratchPad \ static_assert(alignof(UablImpulseToTargetTaskScratchPad) == 0x000008, "Wrong alignment on UablImpulseToTargetTaskScratchPad"); \ static_assert(sizeof(UablImpulseToTargetTaskScratchPad) == 0x000030, "Wrong size on UablImpulseToTargetTaskScratchPad"); \ static_assert(offsetof(UablImpulseToTargetTaskScratchPad, ElapsedTime) == 0x000028, "Member 'UablImpulseToTargetTaskScratchPad::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablInputContextTaskScratchPad \ static_assert(alignof(UablInputContextTaskScratchPad) == 0x000008, "Wrong alignment on UablInputContextTaskScratchPad"); \ static_assert(sizeof(UablInputContextTaskScratchPad) == 0x000030, "Wrong size on UablInputContextTaskScratchPad"); \ static_assert(offsetof(UablInputContextTaskScratchPad, bAllowModifyContexts) == 0x000028, "Member 'UablInputContextTaskScratchPad::bAllowModifyContexts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblJuggernautTask \ static_assert(alignof(UAblJuggernautTask) == 0x000008, "Wrong alignment on UAblJuggernautTask"); \ static_assert(sizeof(UAblJuggernautTask) == 0x000070, "Wrong size on UAblJuggernautTask"); \ #define DUMPER7_ASSERTS_UablJumpAdjustTask \ static_assert(alignof(UablJumpAdjustTask) == 0x000008, "Wrong alignment on UablJumpAdjustTask"); \ static_assert(sizeof(UablJumpAdjustTask) == 0x0000D8, "Wrong size on UablJumpAdjustTask"); \ static_assert(offsetof(UablJumpAdjustTask, NormalLandingOffset) == 0x000070, "Member 'UablJumpAdjustTask::NormalLandingOffset' has a wrong offset!"); \ static_assert(offsetof(UablJumpAdjustTask, IdealKneeLandingOffset) == 0x000078, "Member 'UablJumpAdjustTask::IdealKneeLandingOffset' has a wrong offset!"); \ static_assert(offsetof(UablJumpAdjustTask, IdealWaistLandingOffset) == 0x000080, "Member 'UablJumpAdjustTask::IdealWaistLandingOffset' has a wrong offset!"); \ static_assert(offsetof(UablJumpAdjustTask, IdealHandLandingOffset) == 0x000088, "Member 'UablJumpAdjustTask::IdealHandLandingOffset' has a wrong offset!"); \ static_assert(offsetof(UablJumpAdjustTask, MaximumLedgeHeight) == 0x000090, "Member 'UablJumpAdjustTask::MaximumLedgeHeight' has a wrong offset!"); \ static_assert(offsetof(UablJumpAdjustTask, bLimitMaxImpulse) == 0x000094, "Member 'UablJumpAdjustTask::bLimitMaxImpulse' has a wrong offset!"); \ static_assert(offsetof(UablJumpAdjustTask, MaxImpulse) == 0x000098, "Member 'UablJumpAdjustTask::MaxImpulse' has a wrong offset!"); \ static_assert(offsetof(UablJumpAdjustTask, BlendIn) == 0x0000A0, "Member 'UablJumpAdjustTask::BlendIn' has a wrong offset!"); \ static_assert(offsetof(UablJumpAdjustTask, bDebugDrawEnabled) == 0x0000D0, "Member 'UablJumpAdjustTask::bDebugDrawEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerPrerequisiteCurtainUp \ static_assert(alignof(UFXAutoTriggerPrerequisiteCurtainUp) == 0x000008, "Wrong alignment on UFXAutoTriggerPrerequisiteCurtainUp"); \ static_assert(sizeof(UFXAutoTriggerPrerequisiteCurtainUp) == 0x000028, "Wrong size on UFXAutoTriggerPrerequisiteCurtainUp"); \ #define DUMPER7_ASSERTS_UAblJumpTask \ static_assert(alignof(UAblJumpTask) == 0x000008, "Wrong alignment on UAblJumpTask"); \ static_assert(sizeof(UAblJumpTask) == 0x000070, "Wrong size on UAblJumpTask"); \ #define DUMPER7_ASSERTS_UAblLeavingNavMeshTaskCondition \ static_assert(alignof(UAblLeavingNavMeshTaskCondition) == 0x000008, "Wrong alignment on UAblLeavingNavMeshTaskCondition"); \ static_assert(sizeof(UAblLeavingNavMeshTaskCondition) == 0x000038, "Wrong size on UAblLeavingNavMeshTaskCondition"); \ static_assert(offsetof(UAblLeavingNavMeshTaskCondition, MinSpeed) == 0x000028, "Member 'UAblLeavingNavMeshTaskCondition::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblLeavingNavMeshTaskCondition, Distance) == 0x00002C, "Member 'UAblLeavingNavMeshTaskCondition::Distance' has a wrong offset!"); \ static_assert(offsetof(UAblLeavingNavMeshTaskCondition, DotProductCheck) == 0x000030, "Member 'UAblLeavingNavMeshTaskCondition::DotProductCheck' has a wrong offset!"); \ static_assert(offsetof(UAblLeavingNavMeshTaskCondition, bCheckForCollision) == 0x000034, "Member 'UAblLeavingNavMeshTaskCondition::bCheckForCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablLedgeAssistTask \ static_assert(alignof(UablLedgeAssistTask) == 0x000008, "Wrong alignment on UablLedgeAssistTask"); \ static_assert(sizeof(UablLedgeAssistTask) == 0x000090, "Wrong size on UablLedgeAssistTask"); \ static_assert(offsetof(UablLedgeAssistTask, DesiredRootUpOffsetM) == 0x000070, "Member 'UablLedgeAssistTask::DesiredRootUpOffsetM' has a wrong offset!"); \ static_assert(offsetof(UablLedgeAssistTask, DesiredRootNormalOffsetM) == 0x000074, "Member 'UablLedgeAssistTask::DesiredRootNormalOffsetM' has a wrong offset!"); \ static_assert(offsetof(UablLedgeAssistTask, DesiredRootUpOffsetF) == 0x000078, "Member 'UablLedgeAssistTask::DesiredRootUpOffsetF' has a wrong offset!"); \ static_assert(offsetof(UablLedgeAssistTask, DesiredRootNormalOffsetF) == 0x00007C, "Member 'UablLedgeAssistTask::DesiredRootNormalOffsetF' has a wrong offset!"); \ static_assert(offsetof(UablLedgeAssistTask, DesiredRootUpOffsetC) == 0x000080, "Member 'UablLedgeAssistTask::DesiredRootUpOffsetC' has a wrong offset!"); \ static_assert(offsetof(UablLedgeAssistTask, AlignRotation) == 0x000084, "Member 'UablLedgeAssistTask::AlignRotation' has a wrong offset!"); \ static_assert(offsetof(UablLedgeAssistTask, RotationOffset) == 0x000088, "Member 'UablLedgeAssistTask::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(UablLedgeAssistTask, AlignToMount) == 0x00008C, "Member 'UablLedgeAssistTask::AlignToMount' has a wrong offset!"); \ static_assert(offsetof(UablLedgeAssistTask, TurnOffCollisionDuringAlign) == 0x00008D, "Member 'UablLedgeAssistTask::TurnOffCollisionDuringAlign' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerLinearColorEnvironmentalGlobal \ static_assert(alignof(UFXAutoTriggerLinearColorEnvironmentalGlobal) == 0x000008, "Wrong alignment on UFXAutoTriggerLinearColorEnvironmentalGlobal"); \ static_assert(sizeof(UFXAutoTriggerLinearColorEnvironmentalGlobal) == 0x000038, "Wrong size on UFXAutoTriggerLinearColorEnvironmentalGlobal"); \ static_assert(offsetof(UFXAutoTriggerLinearColorEnvironmentalGlobal, EnvironmentalGlobal) == 0x000028, "Member 'UFXAutoTriggerLinearColorEnvironmentalGlobal::EnvironmentalGlobal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblConditionalLookupBranchTask \ static_assert(alignof(UAblConditionalLookupBranchTask) == 0x000008, "Wrong alignment on UAblConditionalLookupBranchTask"); \ static_assert(sizeof(UAblConditionalLookupBranchTask) == 0x0000F8, "Wrong size on UAblConditionalLookupBranchTask"); \ static_assert(offsetof(UAblConditionalLookupBranchTask, InteractionArchitectAsset) == 0x0000C0, "Member 'UAblConditionalLookupBranchTask::InteractionArchitectAsset' has a wrong offset!"); \ static_assert(offsetof(UAblConditionalLookupBranchTask, Project) == 0x0000C8, "Member 'UAblConditionalLookupBranchTask::Project' has a wrong offset!"); \ static_assert(offsetof(UAblConditionalLookupBranchTask, Tags) == 0x0000D0, "Member 'UAblConditionalLookupBranchTask::Tags' has a wrong offset!"); \ static_assert(offsetof(UAblConditionalLookupBranchTask, bAllowBranchingIntoCurrentAbility) == 0x0000F0, "Member 'UAblConditionalLookupBranchTask::bAllowBranchingIntoCurrentAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarSocialSemanticRemap \ static_assert(alignof(UFXAutoTriggerScalarSocialSemanticRemap) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarSocialSemanticRemap"); \ static_assert(sizeof(UFXAutoTriggerScalarSocialSemanticRemap) == 0x000040, "Wrong size on UFXAutoTriggerScalarSocialSemanticRemap"); \ static_assert(offsetof(UFXAutoTriggerScalarSocialSemanticRemap, SemanticID) == 0x000028, "Member 'UFXAutoTriggerScalarSocialSemanticRemap::SemanticID' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarSocialSemanticRemap, SemanticInputStrength) == 0x00002C, "Member 'UFXAutoTriggerScalarSocialSemanticRemap::SemanticInputStrength' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarSocialSemanticRemap, OutputStrength) == 0x000034, "Member 'UFXAutoTriggerScalarSocialSemanticRemap::OutputStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablMotionAdjustCreatureAttackLocationGetter \ static_assert(alignof(UablMotionAdjustCreatureAttackLocationGetter) == 0x000008, "Wrong alignment on UablMotionAdjustCreatureAttackLocationGetter"); \ static_assert(sizeof(UablMotionAdjustCreatureAttackLocationGetter) == 0x000028, "Wrong size on UablMotionAdjustCreatureAttackLocationGetter"); \ #define DUMPER7_ASSERTS_UablMotionAdjustLedgeLocationGetter \ static_assert(alignof(UablMotionAdjustLedgeLocationGetter) == 0x000008, "Wrong alignment on UablMotionAdjustLedgeLocationGetter"); \ static_assert(sizeof(UablMotionAdjustLedgeLocationGetter) == 0x000028, "Wrong size on UablMotionAdjustLedgeLocationGetter"); \ #define DUMPER7_ASSERTS_UablMotionAdjustClimbingLadderLocationGetter \ static_assert(alignof(UablMotionAdjustClimbingLadderLocationGetter) == 0x000008, "Wrong alignment on UablMotionAdjustClimbingLadderLocationGetter"); \ static_assert(sizeof(UablMotionAdjustClimbingLadderLocationGetter) == 0x000030, "Wrong size on UablMotionAdjustClimbingLadderLocationGetter"); \ static_assert(offsetof(UablMotionAdjustClimbingLadderLocationGetter, ClimbingLadderState) == 0x000028, "Member 'UablMotionAdjustClimbingLadderLocationGetter::ClimbingLadderState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolPlayerInFrontOfCamera \ static_assert(alignof(UFXAutoTriggerBoolPlayerInFrontOfCamera) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolPlayerInFrontOfCamera"); \ static_assert(sizeof(UFXAutoTriggerBoolPlayerInFrontOfCamera) == 0x000028, "Wrong size on UFXAutoTriggerBoolPlayerInFrontOfCamera"); \ #define DUMPER7_ASSERTS_UAblTaskMotionWarpWindowFinder \ static_assert(alignof(UAblTaskMotionWarpWindowFinder) == 0x000008, "Wrong alignment on UAblTaskMotionWarpWindowFinder"); \ static_assert(sizeof(UAblTaskMotionWarpWindowFinder) == 0x000038, "Wrong size on UAblTaskMotionWarpWindowFinder"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarDistanceSquaredToCameraPlayer \ static_assert(alignof(UFXAutoTriggerScalarDistanceSquaredToCameraPlayer) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarDistanceSquaredToCameraPlayer"); \ static_assert(sizeof(UFXAutoTriggerScalarDistanceSquaredToCameraPlayer) == 0x000028, "Wrong size on UFXAutoTriggerScalarDistanceSquaredToCameraPlayer"); \ #define DUMPER7_ASSERTS_UAblMotionWarpTask \ static_assert(alignof(UAblMotionWarpTask) == 0x000008, "Wrong alignment on UAblMotionWarpTask"); \ static_assert(sizeof(UAblMotionWarpTask) == 0x000090, "Wrong size on UAblMotionWarpTask"); \ static_assert(offsetof(UAblMotionWarpTask, RootMotionModifierConfig) == 0x000070, "Member 'UAblMotionWarpTask::RootMotionModifierConfig' has a wrong offset!"); \ static_assert(offsetof(UAblMotionWarpTask, Conditions) == 0x000078, "Member 'UAblMotionWarpTask::Conditions' has a wrong offset!"); \ static_assert(offsetof(UAblMotionWarpTask, bMustPassAllConditions) == 0x000088, "Member 'UAblMotionWarpTask::bMustPassAllConditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockComponent_Unlock \ static_assert(alignof(LockComponent_Unlock) == 0x000004, "Wrong alignment on LockComponent_Unlock"); \ static_assert(sizeof(LockComponent_Unlock) == 0x000008, "Wrong size on LockComponent_Unlock"); \ static_assert(offsetof(LockComponent_Unlock, UnlockValue) == 0x000000, "Member 'LockComponent_Unlock::UnlockValue' has a wrong offset!"); \ static_assert(offsetof(LockComponent_Unlock, bCompleteAttempt) == 0x000004, "Member 'LockComponent_Unlock::bCompleteAttempt' has a wrong offset!"); \ static_assert(offsetof(LockComponent_Unlock, ReturnValue) == 0x000005, "Member 'LockComponent_Unlock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockComponent_UnlockWithKey \ static_assert(alignof(LockComponent_UnlockWithKey) == 0x000008, "Wrong alignment on LockComponent_UnlockWithKey"); \ static_assert(sizeof(LockComponent_UnlockWithKey) == 0x000030, "Wrong size on LockComponent_UnlockWithKey"); \ static_assert(offsetof(LockComponent_UnlockWithKey, Key) == 0x000000, "Member 'LockComponent_UnlockWithKey::Key' has a wrong offset!"); \ static_assert(offsetof(LockComponent_UnlockWithKey, Instigator) == 0x000020, "Member 'LockComponent_UnlockWithKey::Instigator' has a wrong offset!"); \ static_assert(offsetof(LockComponent_UnlockWithKey, ReturnValue) == 0x000028, "Member 'LockComponent_UnlockWithKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockComponent_GetCurrentLockValue \ static_assert(alignof(LockComponent_GetCurrentLockValue) == 0x000004, "Wrong alignment on LockComponent_GetCurrentLockValue"); \ static_assert(sizeof(LockComponent_GetCurrentLockValue) == 0x000004, "Wrong size on LockComponent_GetCurrentLockValue"); \ static_assert(offsetof(LockComponent_GetCurrentLockValue, ReturnValue) == 0x000000, "Member 'LockComponent_GetCurrentLockValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockComponent_GetLockLevel \ static_assert(alignof(LockComponent_GetLockLevel) == 0x000001, "Wrong alignment on LockComponent_GetLockLevel"); \ static_assert(sizeof(LockComponent_GetLockLevel) == 0x000001, "Wrong size on LockComponent_GetLockLevel"); \ static_assert(offsetof(LockComponent_GetLockLevel, ReturnValue) == 0x000000, "Member 'LockComponent_GetLockLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockComponent_GetMaxLockValue \ static_assert(alignof(LockComponent_GetMaxLockValue) == 0x000004, "Wrong alignment on LockComponent_GetMaxLockValue"); \ static_assert(sizeof(LockComponent_GetMaxLockValue) == 0x000004, "Wrong size on LockComponent_GetMaxLockValue"); \ static_assert(offsetof(LockComponent_GetMaxLockValue, ReturnValue) == 0x000000, "Member 'LockComponent_GetMaxLockValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockComponent_GetUnlockedPercent \ static_assert(alignof(LockComponent_GetUnlockedPercent) == 0x000004, "Wrong alignment on LockComponent_GetUnlockedPercent"); \ static_assert(sizeof(LockComponent_GetUnlockedPercent) == 0x000004, "Wrong size on LockComponent_GetUnlockedPercent"); \ static_assert(offsetof(LockComponent_GetUnlockedPercent, ReturnValue) == 0x000000, "Member 'LockComponent_GetUnlockedPercent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockComponent_IsLocked \ static_assert(alignof(LockComponent_IsLocked) == 0x000001, "Wrong alignment on LockComponent_IsLocked"); \ static_assert(sizeof(LockComponent_IsLocked) == 0x000001, "Wrong size on LockComponent_IsLocked"); \ static_assert(offsetof(LockComponent_IsLocked, ReturnValue) == 0x000000, "Member 'LockComponent_IsLocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULockComponent \ static_assert(alignof(ULockComponent) == 0x000008, "Wrong alignment on ULockComponent"); \ static_assert(sizeof(ULockComponent) == 0x000100, "Wrong size on ULockComponent"); \ static_assert(offsetof(ULockComponent, KeyContainer) == 0x0000D0, "Member 'ULockComponent::KeyContainer' has a wrong offset!"); \ static_assert(offsetof(ULockComponent, LockLevel) == 0x0000F0, "Member 'ULockComponent::LockLevel' has a wrong offset!"); \ static_assert(offsetof(ULockComponent, LockValue) == 0x0000F4, "Member 'ULockComponent::LockValue' has a wrong offset!"); \ static_assert(offsetof(ULockComponent, ConsumeKey) == 0x0000F8, "Member 'ULockComponent::ConsumeKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblMountIdleBreakCameraTask \ static_assert(alignof(UAblMountIdleBreakCameraTask) == 0x000008, "Wrong alignment on UAblMountIdleBreakCameraTask"); \ static_assert(sizeof(UAblMountIdleBreakCameraTask) == 0x000070, "Wrong size on UAblMountIdleBreakCameraTask"); \ #define DUMPER7_ASSERTS_AFrontendMapScript \ static_assert(alignof(AFrontendMapScript) == 0x000008, "Wrong alignment on AFrontendMapScript"); \ static_assert(sizeof(AFrontendMapScript) == 0x000250, "Wrong size on AFrontendMapScript"); \ #define DUMPER7_ASSERTS_LockManagerInterface_BranchState \ static_assert(alignof(LockManagerInterface_BranchState) == 0x000004, "Wrong alignment on LockManagerInterface_BranchState"); \ static_assert(sizeof(LockManagerInterface_BranchState) == 0x00000C, "Wrong size on LockManagerInterface_BranchState"); \ static_assert(offsetof(LockManagerInterface_BranchState, LockId) == 0x000000, "Member 'LockManagerInterface_BranchState::LockId' has a wrong offset!"); \ static_assert(offsetof(LockManagerInterface_BranchState, LockState) == 0x000008, "Member 'LockManagerInterface_BranchState::LockState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockManagerInterface_GetState \ static_assert(alignof(LockManagerInterface_GetState) == 0x000004, "Wrong alignment on LockManagerInterface_GetState"); \ static_assert(sizeof(LockManagerInterface_GetState) == 0x00000C, "Wrong size on LockManagerInterface_GetState"); \ static_assert(offsetof(LockManagerInterface_GetState, LockId) == 0x000000, "Member 'LockManagerInterface_GetState::LockId' has a wrong offset!"); \ static_assert(offsetof(LockManagerInterface_GetState, ReturnValue) == 0x000008, "Member 'LockManagerInterface_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockManagerInterface_IsLocked \ static_assert(alignof(LockManagerInterface_IsLocked) == 0x000004, "Wrong alignment on LockManagerInterface_IsLocked"); \ static_assert(sizeof(LockManagerInterface_IsLocked) == 0x00000C, "Wrong size on LockManagerInterface_IsLocked"); \ static_assert(offsetof(LockManagerInterface_IsLocked, LockId) == 0x000000, "Member 'LockManagerInterface_IsLocked::LockId' has a wrong offset!"); \ static_assert(offsetof(LockManagerInterface_IsLocked, ReturnValue) == 0x000008, "Member 'LockManagerInterface_IsLocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockManagerInterface_IsLockedPure \ static_assert(alignof(LockManagerInterface_IsLockedPure) == 0x000004, "Wrong alignment on LockManagerInterface_IsLockedPure"); \ static_assert(sizeof(LockManagerInterface_IsLockedPure) == 0x00000C, "Wrong size on LockManagerInterface_IsLockedPure"); \ static_assert(offsetof(LockManagerInterface_IsLockedPure, LockId) == 0x000000, "Member 'LockManagerInterface_IsLockedPure::LockId' has a wrong offset!"); \ static_assert(offsetof(LockManagerInterface_IsLockedPure, ReturnValue) == 0x000008, "Member 'LockManagerInterface_IsLockedPure::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockManagerInterface_IsUnlocked \ static_assert(alignof(LockManagerInterface_IsUnlocked) == 0x000004, "Wrong alignment on LockManagerInterface_IsUnlocked"); \ static_assert(sizeof(LockManagerInterface_IsUnlocked) == 0x00000C, "Wrong size on LockManagerInterface_IsUnlocked"); \ static_assert(offsetof(LockManagerInterface_IsUnlocked, LockId) == 0x000000, "Member 'LockManagerInterface_IsUnlocked::LockId' has a wrong offset!"); \ static_assert(offsetof(LockManagerInterface_IsUnlocked, ReturnValue) == 0x000008, "Member 'LockManagerInterface_IsUnlocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockManagerInterface_IsUnlockedPure \ static_assert(alignof(LockManagerInterface_IsUnlockedPure) == 0x000004, "Wrong alignment on LockManagerInterface_IsUnlockedPure"); \ static_assert(sizeof(LockManagerInterface_IsUnlockedPure) == 0x00000C, "Wrong size on LockManagerInterface_IsUnlockedPure"); \ static_assert(offsetof(LockManagerInterface_IsUnlockedPure, LockId) == 0x000000, "Member 'LockManagerInterface_IsUnlockedPure::LockId' has a wrong offset!"); \ static_assert(offsetof(LockManagerInterface_IsUnlockedPure, ReturnValue) == 0x000008, "Member 'LockManagerInterface_IsUnlockedPure::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockManagerInterface_Lock \ static_assert(alignof(LockManagerInterface_Lock) == 0x000004, "Wrong alignment on LockManagerInterface_Lock"); \ static_assert(sizeof(LockManagerInterface_Lock) == 0x000008, "Wrong size on LockManagerInterface_Lock"); \ static_assert(offsetof(LockManagerInterface_Lock, LockId) == 0x000000, "Member 'LockManagerInterface_Lock::LockId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockManagerInterface_SetLock \ static_assert(alignof(LockManagerInterface_SetLock) == 0x000004, "Wrong alignment on LockManagerInterface_SetLock"); \ static_assert(sizeof(LockManagerInterface_SetLock) == 0x00000C, "Wrong size on LockManagerInterface_SetLock"); \ static_assert(offsetof(LockManagerInterface_SetLock, LockId) == 0x000000, "Member 'LockManagerInterface_SetLock::LockId' has a wrong offset!"); \ static_assert(offsetof(LockManagerInterface_SetLock, NewState) == 0x000008, "Member 'LockManagerInterface_SetLock::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockManagerInterface_Unlock \ static_assert(alignof(LockManagerInterface_Unlock) == 0x000004, "Wrong alignment on LockManagerInterface_Unlock"); \ static_assert(sizeof(LockManagerInterface_Unlock) == 0x000008, "Wrong size on LockManagerInterface_Unlock"); \ static_assert(offsetof(LockManagerInterface_Unlock, LockId) == 0x000000, "Member 'LockManagerInterface_Unlock::LockId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULockManagerInterface \ static_assert(alignof(ULockManagerInterface) == 0x000008, "Wrong alignment on ULockManagerInterface"); \ static_assert(sizeof(ULockManagerInterface) == 0x000028, "Wrong size on ULockManagerInterface"); \ #define DUMPER7_ASSERTS_UMatchAnimationPositionMountRiderGetter \ static_assert(alignof(UMatchAnimationPositionMountRiderGetter) == 0x000008, "Wrong alignment on UMatchAnimationPositionMountRiderGetter"); \ static_assert(sizeof(UMatchAnimationPositionMountRiderGetter) == 0x000028, "Wrong size on UMatchAnimationPositionMountRiderGetter"); \ #define DUMPER7_ASSERTS_UAblMovementModeTask \ static_assert(alignof(UAblMovementModeTask) == 0x000008, "Wrong alignment on UAblMovementModeTask"); \ static_assert(sizeof(UAblMovementModeTask) == 0x000078, "Wrong size on UAblMovementModeTask"); \ static_assert(offsetof(UAblMovementModeTask, StartMovement) == 0x000070, "Member 'UAblMovementModeTask::StartMovement' has a wrong offset!"); \ static_assert(offsetof(UAblMovementModeTask, bUseEndMovement) == 0x000071, "Member 'UAblMovementModeTask::bUseEndMovement' has a wrong offset!"); \ static_assert(offsetof(UAblMovementModeTask, EndMovement) == 0x000072, "Member 'UAblMovementModeTask::EndMovement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablNamedEventTaskScratchPad \ static_assert(alignof(UablNamedEventTaskScratchPad) == 0x000008, "Wrong alignment on UablNamedEventTaskScratchPad"); \ static_assert(sizeof(UablNamedEventTaskScratchPad) == 0x000030, "Wrong size on UablNamedEventTaskScratchPad"); \ static_assert(offsetof(UablNamedEventTaskScratchPad, ElapsedTime) == 0x000028, "Member 'UablNamedEventTaskScratchPad::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsPhoenixTier4Characters \ static_assert(alignof(UFXAutoTriggerRequiredActorsPhoenixTier4Characters) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsPhoenixTier4Characters"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsPhoenixTier4Characters) == 0x000028, "Wrong size on UFXAutoTriggerRequiredActorsPhoenixTier4Characters"); \ #define DUMPER7_ASSERTS_UAblNewCamTaskScratchPad \ static_assert(alignof(UAblNewCamTaskScratchPad) == 0x000008, "Wrong alignment on UAblNewCamTaskScratchPad"); \ static_assert(sizeof(UAblNewCamTaskScratchPad) == 0x000028, "Wrong size on UAblNewCamTaskScratchPad"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_ArrivedAtPathNode \ static_assert(alignof(UBTTask_Creature_ArrivedAtPathNode) == 0x000008, "Wrong alignment on UBTTask_Creature_ArrivedAtPathNode"); \ static_assert(sizeof(UBTTask_Creature_ArrivedAtPathNode) == 0x000098, "Wrong size on UBTTask_Creature_ArrivedAtPathNode"); \ static_assert(offsetof(UBTTask_Creature_ArrivedAtPathNode, PathNodeKey) == 0x000070, "Member 'UBTTask_Creature_ArrivedAtPathNode::PathNodeKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FrozenComponent_AddFrozenActor \ static_assert(alignof(FrozenComponent_AddFrozenActor) == 0x000008, "Wrong alignment on FrozenComponent_AddFrozenActor"); \ static_assert(sizeof(FrozenComponent_AddFrozenActor) == 0x000008, "Wrong size on FrozenComponent_AddFrozenActor"); \ static_assert(offsetof(FrozenComponent_AddFrozenActor, InFrozenActor) == 0x000000, "Member 'FrozenComponent_AddFrozenActor::InFrozenActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FrozenComponent_AddToInstanceList \ static_assert(alignof(FrozenComponent_AddToInstanceList) == 0x000008, "Wrong alignment on FrozenComponent_AddToInstanceList"); \ static_assert(sizeof(FrozenComponent_AddToInstanceList) == 0x000010, "Wrong size on FrozenComponent_AddToInstanceList"); \ static_assert(offsetof(FrozenComponent_AddToInstanceList, InInstigator) == 0x000000, "Member 'FrozenComponent_AddToInstanceList::InInstigator' has a wrong offset!"); \ static_assert(offsetof(FrozenComponent_AddToInstanceList, InMaxObjectInstancesPerInstigator) == 0x000008, "Member 'FrozenComponent_AddToInstanceList::InMaxObjectInstancesPerInstigator' has a wrong offset!"); \ static_assert(offsetof(FrozenComponent_AddToInstanceList, InMaxCharacterInstancesPerInstigator) == 0x00000C, "Member 'FrozenComponent_AddToInstanceList::InMaxCharacterInstancesPerInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FrozenComponent_OnBroken \ static_assert(alignof(FrozenComponent_OnBroken) == 0x000008, "Wrong alignment on FrozenComponent_OnBroken"); \ static_assert(sizeof(FrozenComponent_OnBroken) == 0x000008, "Wrong size on FrozenComponent_OnBroken"); \ static_assert(offsetof(FrozenComponent_OnBroken, Actor) == 0x000000, "Member 'FrozenComponent_OnBroken::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FrozenComponent_RemoveFrozenActor \ static_assert(alignof(FrozenComponent_RemoveFrozenActor) == 0x000008, "Wrong alignment on FrozenComponent_RemoveFrozenActor"); \ static_assert(sizeof(FrozenComponent_RemoveFrozenActor) == 0x000010, "Wrong size on FrozenComponent_RemoveFrozenActor"); \ static_assert(offsetof(FrozenComponent_RemoveFrozenActor, OutFrozenActor) == 0x000000, "Member 'FrozenComponent_RemoveFrozenActor::OutFrozenActor' has a wrong offset!"); \ static_assert(offsetof(FrozenComponent_RemoveFrozenActor, ReturnValue) == 0x000008, "Member 'FrozenComponent_RemoveFrozenActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFrozenComponent \ static_assert(alignof(UFrozenComponent) == 0x000008, "Wrong alignment on UFrozenComponent"); \ static_assert(sizeof(UFrozenComponent) == 0x000218, "Wrong size on UFrozenComponent"); \ static_assert(offsetof(UFrozenComponent, bStartFrozen) == 0x000198, "Member 'UFrozenComponent::bStartFrozen' has a wrong offset!"); \ static_assert(offsetof(UFrozenComponent, InitialDuration) == 0x00019C, "Member 'UFrozenComponent::InitialDuration' has a wrong offset!"); \ static_assert(offsetof(UFrozenComponent, FrozenData) == 0x0001A0, "Member 'UFrozenComponent::FrozenData' has a wrong offset!"); \ static_assert(offsetof(UFrozenComponent, FrozenActors) == 0x0001D8, "Member 'UFrozenComponent::FrozenActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablNiagaraPlayEffectTaskScratchPad \ static_assert(alignof(UablNiagaraPlayEffectTaskScratchPad) == 0x000008, "Wrong alignment on UablNiagaraPlayEffectTaskScratchPad"); \ static_assert(sizeof(UablNiagaraPlayEffectTaskScratchPad) == 0x000038, "Wrong size on UablNiagaraPlayEffectTaskScratchPad"); \ static_assert(offsetof(UablNiagaraPlayEffectTaskScratchPad, ElapsedTime) == 0x000028, "Member 'UablNiagaraPlayEffectTaskScratchPad::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_DialogueLine \ static_assert(alignof(USceneAction_DialogueLine) == 0x000008, "Wrong alignment on USceneAction_DialogueLine"); \ static_assert(sizeof(USceneAction_DialogueLine) == 0x0000B8, "Wrong size on USceneAction_DialogueLine"); \ static_assert(offsetof(USceneAction_DialogueLine, Line) == 0x0000A0, "Member 'USceneAction_DialogueLine::Line' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DialogueLine, CutoffDialogueAtFinish) == 0x0000A8, "Member 'USceneAction_DialogueLine::CutoffDialogueAtFinish' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DialogueLine, AudioDialogueFlags) == 0x0000A9, "Member 'USceneAction_DialogueLine::AudioDialogueFlags' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DialogueLine, AtLocation) == 0x0000B0, "Member 'USceneAction_DialogueLine::AtLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablNPC_AnimUtilTaskScratchPad \ static_assert(alignof(UablNPC_AnimUtilTaskScratchPad) == 0x000008, "Wrong alignment on UablNPC_AnimUtilTaskScratchPad"); \ static_assert(sizeof(UablNPC_AnimUtilTaskScratchPad) == 0x000030, "Wrong size on UablNPC_AnimUtilTaskScratchPad"); \ static_assert(offsetof(UablNPC_AnimUtilTaskScratchPad, ElapsedTime) == 0x000028, "Member 'UablNPC_AnimUtilTaskScratchPad::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilityAsset \ static_assert(alignof(ULumosScalabilityAsset) == 0x000008, "Wrong alignment on ULumosScalabilityAsset"); \ static_assert(sizeof(ULumosScalabilityAsset) == 0x000078, "Wrong size on ULumosScalabilityAsset"); \ static_assert(offsetof(ULumosScalabilityAsset, Settings) == 0x000030, "Member 'ULumosScalabilityAsset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPCAbl_BranchCondition_MoveTurn \ static_assert(alignof(UNPCAbl_BranchCondition_MoveTurn) == 0x000008, "Wrong alignment on UNPCAbl_BranchCondition_MoveTurn"); \ static_assert(sizeof(UNPCAbl_BranchCondition_MoveTurn) == 0x000038, "Wrong size on UNPCAbl_BranchCondition_MoveTurn"); \ static_assert(offsetof(UNPCAbl_BranchCondition_MoveTurn, MinThresholdAngleDeg) == 0x000030, "Member 'UNPCAbl_BranchCondition_MoveTurn::MinThresholdAngleDeg' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarSkinFXParameter \ static_assert(alignof(UFXAutoTriggerScalarSkinFXParameter) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarSkinFXParameter"); \ static_assert(sizeof(UFXAutoTriggerScalarSkinFXParameter) == 0x000040, "Wrong size on UFXAutoTriggerScalarSkinFXParameter"); \ static_assert(offsetof(UFXAutoTriggerScalarSkinFXParameter, Effect) == 0x000028, "Member 'UFXAutoTriggerScalarSkinFXParameter::Effect' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarSkinFXParameter, Parameter) == 0x000030, "Member 'UFXAutoTriggerScalarSkinFXParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarSkinFXParameter, DefaultValue) == 0x000038, "Member 'UFXAutoTriggerScalarSkinFXParameter::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNPC_DilateTask \ static_assert(alignof(UAblNPC_DilateTask) == 0x000008, "Wrong alignment on UAblNPC_DilateTask"); \ static_assert(sizeof(UAblNPC_DilateTask) == 0x000080, "Wrong size on UAblNPC_DilateTask"); \ static_assert(offsetof(UAblNPC_DilateTask, Source) == 0x000070, "Member 'UAblNPC_DilateTask::Source' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_DilateTask, DilationParam) == 0x000074, "Member 'UAblNPC_DilateTask::DilationParam' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_DilateTask, DilationTime) == 0x000078, "Member 'UAblNPC_DilateTask::DilationTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_FindClosestNavmeshLocation \ static_assert(alignof(UBTTask_Creature_FindClosestNavmeshLocation) == 0x000008, "Wrong alignment on UBTTask_Creature_FindClosestNavmeshLocation"); \ static_assert(sizeof(UBTTask_Creature_FindClosestNavmeshLocation) == 0x0000D0, "Wrong size on UBTTask_Creature_FindClosestNavmeshLocation"); \ static_assert(offsetof(UBTTask_Creature_FindClosestNavmeshLocation, SearchRootLocationKey) == 0x000070, "Member 'UBTTask_Creature_FindClosestNavmeshLocation::SearchRootLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindClosestNavmeshLocation, SearchResultLocationKey) == 0x000098, "Member 'UBTTask_Creature_FindClosestNavmeshLocation::SearchResultLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindClosestNavmeshLocation, bUseCreaturePreferredAreaFlags) == 0x0000C0, "Member 'UBTTask_Creature_FindClosestNavmeshLocation::bUseCreaturePreferredAreaFlags' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindClosestNavmeshLocation, CustomAreaFlags) == 0x0000C4, "Member 'UBTTask_Creature_FindClosestNavmeshLocation::CustomAreaFlags' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindClosestNavmeshLocation, bCheckReachable) == 0x0000C8, "Member 'UBTTask_Creature_FindClosestNavmeshLocation::bCheckReachable' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindClosestNavmeshLocation, bFailIfNoLocationFound) == 0x0000C9, "Member 'UBTTask_Creature_FindClosestNavmeshLocation::bFailIfNoLocationFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXParameterDriverAutoFXScalarMod \ static_assert(alignof(USkinFXParameterDriverAutoFXScalarMod) == 0x000008, "Wrong alignment on USkinFXParameterDriverAutoFXScalarMod"); \ static_assert(sizeof(USkinFXParameterDriverAutoFXScalarMod) == 0x000050, "Wrong size on USkinFXParameterDriverAutoFXScalarMod"); \ static_assert(offsetof(USkinFXParameterDriverAutoFXScalarMod, AutoTriggerScalar) == 0x000030, "Member 'USkinFXParameterDriverAutoFXScalarMod::AutoTriggerScalar' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterDriverAutoFXScalarMod, RemapScalarRange) == 0x000038, "Member 'USkinFXParameterDriverAutoFXScalarMod::RemapScalarRange' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterDriverAutoFXScalarMod, bUseRemapScalarRange) == 0x000048, "Member 'USkinFXParameterDriverAutoFXScalarMod::bUseRemapScalarRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRule \ static_assert(alignof(ULumosScalabilitySettingsRule) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRule"); \ static_assert(sizeof(ULumosScalabilitySettingsRule) == 0x000028, "Wrong size on ULumosScalabilitySettingsRule"); \ #define DUMPER7_ASSERTS_UAblNPC_ParryAdvanceTaskScratchPad \ static_assert(alignof(UAblNPC_ParryAdvanceTaskScratchPad) == 0x000008, "Wrong alignment on UAblNPC_ParryAdvanceTaskScratchPad"); \ static_assert(sizeof(UAblNPC_ParryAdvanceTaskScratchPad) == 0x000030, "Wrong size on UAblNPC_ParryAdvanceTaskScratchPad"); \ #define DUMPER7_ASSERTS_UAblNPC_ParryAnimationFireTaskScratchPad \ static_assert(alignof(UAblNPC_ParryAnimationFireTaskScratchPad) == 0x000008, "Wrong alignment on UAblNPC_ParryAnimationFireTaskScratchPad"); \ static_assert(sizeof(UAblNPC_ParryAnimationFireTaskScratchPad) == 0x000030, "Wrong size on UAblNPC_ParryAnimationFireTaskScratchPad"); \ #define DUMPER7_ASSERTS_UAblNPC_ParryExternalLeadInTaskScratchPad \ static_assert(alignof(UAblNPC_ParryExternalLeadInTaskScratchPad) == 0x000008, "Wrong alignment on UAblNPC_ParryExternalLeadInTaskScratchPad"); \ static_assert(sizeof(UAblNPC_ParryExternalLeadInTaskScratchPad) == 0x000030, "Wrong size on UAblNPC_ParryExternalLeadInTaskScratchPad"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarStencilEffectConstPriority \ static_assert(alignof(UFXAutoTriggerScalarStencilEffectConstPriority) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarStencilEffectConstPriority"); \ static_assert(sizeof(UFXAutoTriggerScalarStencilEffectConstPriority) == 0x000030, "Wrong size on UFXAutoTriggerScalarStencilEffectConstPriority"); \ static_assert(offsetof(UFXAutoTriggerScalarStencilEffectConstPriority, Priority) == 0x000028, "Member 'UFXAutoTriggerScalarStencilEffectConstPriority::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNPC_ParryLeadInLoopingTaskScratchPad \ static_assert(alignof(UAblNPC_ParryLeadInLoopingTaskScratchPad) == 0x000008, "Wrong alignment on UAblNPC_ParryLeadInLoopingTaskScratchPad"); \ static_assert(sizeof(UAblNPC_ParryLeadInLoopingTaskScratchPad) == 0x000040, "Wrong size on UAblNPC_ParryLeadInLoopingTaskScratchPad"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_Landing \ static_assert(alignof(UBTTask_Creature_Landing) == 0x000008, "Wrong alignment on UBTTask_Creature_Landing"); \ static_assert(sizeof(UBTTask_Creature_Landing) == 0x0000E8, "Wrong size on UBTTask_Creature_Landing"); \ static_assert(offsetof(UBTTask_Creature_Landing, LandingLocationKey) == 0x000070, "Member 'UBTTask_Creature_Landing::LandingLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_Landing, LandingTypeKey) == 0x000098, "Member 'UBTTask_Creature_Landing::LandingTypeKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_Landing, IsPerchedKey) == 0x0000C0, "Member 'UBTTask_Creature_Landing::IsPerchedKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolSkinFXAnyActive \ static_assert(alignof(UFXAutoTriggerBoolSkinFXAnyActive) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolSkinFXAnyActive"); \ static_assert(sizeof(UFXAutoTriggerBoolSkinFXAnyActive) == 0x000028, "Wrong size on UFXAutoTriggerBoolSkinFXAnyActive"); \ #define DUMPER7_ASSERTS_UAblNPC_ParryLeadInPreLoopingTaskScratchPad \ static_assert(alignof(UAblNPC_ParryLeadInPreLoopingTaskScratchPad) == 0x000008, "Wrong alignment on UAblNPC_ParryLeadInPreLoopingTaskScratchPad"); \ static_assert(sizeof(UAblNPC_ParryLeadInPreLoopingTaskScratchPad) == 0x000038, "Wrong size on UAblNPC_ParryLeadInPreLoopingTaskScratchPad"); \ #define DUMPER7_ASSERTS_UAblNPC_ParryLeadInTaskScratchPad \ static_assert(alignof(UAblNPC_ParryLeadInTaskScratchPad) == 0x000008, "Wrong alignment on UAblNPC_ParryLeadInTaskScratchPad"); \ static_assert(sizeof(UAblNPC_ParryLeadInTaskScratchPad) == 0x000030, "Wrong size on UAblNPC_ParryLeadInTaskScratchPad"); \ #define DUMPER7_ASSERTS_UAblNPC_ParryReleaseTaskScratchPad \ static_assert(alignof(UAblNPC_ParryReleaseTaskScratchPad) == 0x000008, "Wrong alignment on UAblNPC_ParryReleaseTaskScratchPad"); \ static_assert(sizeof(UAblNPC_ParryReleaseTaskScratchPad) == 0x000030, "Wrong size on UAblNPC_ParryReleaseTaskScratchPad"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainInLevel \ static_assert(alignof(URenderSettingsCustomBlendDomainInLevel) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainInLevel"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainInLevel) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainInLevel"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainInFrontend \ static_assert(alignof(URenderSettingsCustomBlendDomainInFrontend) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainInFrontend"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainInFrontend) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainInFrontend"); \ #define DUMPER7_ASSERTS_UAblNPC_PhysicalReactionTask \ static_assert(alignof(UAblNPC_PhysicalReactionTask) == 0x000008, "Wrong alignment on UAblNPC_PhysicalReactionTask"); \ static_assert(sizeof(UAblNPC_PhysicalReactionTask) == 0x000088, "Wrong size on UAblNPC_PhysicalReactionTask"); \ static_assert(offsetof(UAblNPC_PhysicalReactionTask, Action) == 0x000070, "Member 'UAblNPC_PhysicalReactionTask::Action' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicalReactionTask, ReactionStrength) == 0x000071, "Member 'UAblNPC_PhysicalReactionTask::ReactionStrength' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicalReactionTask, bBlendBackOnTaskEnd) == 0x000072, "Member 'UAblNPC_PhysicalReactionTask::bBlendBackOnTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicalReactionTask, SetPoseDrivingMode) == 0x000073, "Member 'UAblNPC_PhysicalReactionTask::SetPoseDrivingMode' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicalReactionTask, PoseDrivingMode) == 0x000074, "Member 'UAblNPC_PhysicalReactionTask::PoseDrivingMode' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicalReactionTask, PoseDrivingBlendDuration) == 0x000078, "Member 'UAblNPC_PhysicalReactionTask::PoseDrivingBlendDuration' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicalReactionTask, bSetCenterOfMassDrivingModes) == 0x00007C, "Member 'UAblNPC_PhysicalReactionTask::bSetCenterOfMassDrivingModes' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicalReactionTask, LocationDrivingMode) == 0x00007D, "Member 'UAblNPC_PhysicalReactionTask::LocationDrivingMode' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicalReactionTask, RotationDrivingMode) == 0x00007E, "Member 'UAblNPC_PhysicalReactionTask::RotationDrivingMode' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicalReactionTask, bEnableCcd) == 0x00007F, "Member 'UAblNPC_PhysicalReactionTask::bEnableCcd' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicalReactionTask, CcdTime) == 0x000080, "Member 'UAblNPC_PhysicalReactionTask::CcdTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGame_PerceptionComponent \ static_assert(alignof(UGame_PerceptionComponent) == 0x000008, "Wrong alignment on UGame_PerceptionComponent"); \ static_assert(sizeof(UGame_PerceptionComponent) == 0x0001B0, "Wrong size on UGame_PerceptionComponent"); \ #define DUMPER7_ASSERTS_UAblNPC_PhysicalReactionCOMVelocityTask \ static_assert(alignof(UAblNPC_PhysicalReactionCOMVelocityTask) == 0x000008, "Wrong alignment on UAblNPC_PhysicalReactionCOMVelocityTask"); \ static_assert(sizeof(UAblNPC_PhysicalReactionCOMVelocityTask) == 0x000080, "Wrong size on UAblNPC_PhysicalReactionCOMVelocityTask"); \ static_assert(offsetof(UAblNPC_PhysicalReactionCOMVelocityTask, VelocitySource) == 0x000070, "Member 'UAblNPC_PhysicalReactionCOMVelocityTask::VelocitySource' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicalReactionCOMVelocityTask, Magnitude) == 0x000074, "Member 'UAblNPC_PhysicalReactionCOMVelocityTask::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicalReactionCOMVelocityTask, Angle) == 0x000078, "Member 'UAblNPC_PhysicalReactionCOMVelocityTask::Angle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNPC_PhysicsBallisticToTargetTask \ static_assert(alignof(UAblNPC_PhysicsBallisticToTargetTask) == 0x000008, "Wrong alignment on UAblNPC_PhysicsBallisticToTargetTask"); \ static_assert(sizeof(UAblNPC_PhysicsBallisticToTargetTask) == 0x0000D0, "Wrong size on UAblNPC_PhysicsBallisticToTargetTask"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, Type) == 0x000070, "Member 'UAblNPC_PhysicsBallisticToTargetTask::Type' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, bUseTarget) == 0x000071, "Member 'UAblNPC_PhysicsBallisticToTargetTask::bUseTarget' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, Mode) == 0x000072, "Member 'UAblNPC_PhysicsBallisticToTargetTask::Mode' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, EndMode) == 0x000073, "Member 'UAblNPC_PhysicsBallisticToTargetTask::EndMode' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, bBallisticFromAttackData) == 0x000074, "Member 'UAblNPC_PhysicsBallisticToTargetTask::bBallisticFromAttackData' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, OverrideGravity) == 0x000078, "Member 'UAblNPC_PhysicsBallisticToTargetTask::OverrideGravity' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, bTrackTarget) == 0x00007C, "Member 'UAblNPC_PhysicsBallisticToTargetTask::bTrackTarget' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, ArcParam) == 0x000080, "Member 'UAblNPC_PhysicsBallisticToTargetTask::ArcParam' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, TimeMult) == 0x000084, "Member 'UAblNPC_PhysicsBallisticToTargetTask::TimeMult' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, TargetOffset) == 0x000088, "Member 'UAblNPC_PhysicsBallisticToTargetTask::TargetOffset' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, TargetVelocityPredictionTime) == 0x000094, "Member 'UAblNPC_PhysicsBallisticToTargetTask::TargetVelocityPredictionTime' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, MaxDistance) == 0x000098, "Member 'UAblNPC_PhysicsBallisticToTargetTask::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, bIgnoreCollisionUntilApex) == 0x00009C, "Member 'UAblNPC_PhysicsBallisticToTargetTask::bIgnoreCollisionUntilApex' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, bIgnoreNonStatic) == 0x00009D, "Member 'UAblNPC_PhysicsBallisticToTargetTask::bIgnoreNonStatic' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, bCollateralDamage) == 0x00009E, "Member 'UAblNPC_PhysicsBallisticToTargetTask::bCollateralDamage' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, fRandomAngleDeviationMin) == 0x0000A0, "Member 'UAblNPC_PhysicsBallisticToTargetTask::fRandomAngleDeviationMin' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, fRandomAngleDeviationMax) == 0x0000A4, "Member 'UAblNPC_PhysicsBallisticToTargetTask::fRandomAngleDeviationMax' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, fRandomDistanceDeviationMin) == 0x0000A8, "Member 'UAblNPC_PhysicsBallisticToTargetTask::fRandomDistanceDeviationMin' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, fRandomDistanceDeviationMax) == 0x0000AC, "Member 'UAblNPC_PhysicsBallisticToTargetTask::fRandomDistanceDeviationMax' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, TargetPointName) == 0x0000B0, "Member 'UAblNPC_PhysicsBallisticToTargetTask::TargetPointName' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, PhysicsOnGroundMinTime) == 0x0000B8, "Member 'UAblNPC_PhysicsBallisticToTargetTask::PhysicsOnGroundMinTime' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, PhysicsOnGroundTimeout) == 0x0000BC, "Member 'UAblNPC_PhysicsBallisticToTargetTask::PhysicsOnGroundTimeout' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, PhysicsMinTime) == 0x0000C0, "Member 'UAblNPC_PhysicsBallisticToTargetTask::PhysicsMinTime' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, PhysicsTimeout) == 0x0000C4, "Member 'UAblNPC_PhysicsBallisticToTargetTask::PhysicsTimeout' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, MovementStopTolerance) == 0x0000C8, "Member 'UAblNPC_PhysicsBallisticToTargetTask::MovementStopTolerance' has a wrong offset!"); \ static_assert(offsetof(UAblNPC_PhysicsBallisticToTargetTask, bDisableCollisionResolution) == 0x0000CC, "Member 'UAblNPC_PhysicsBallisticToTargetTask::bDisableCollisionResolution' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablNPC_SpawnJumpSplineWaitTask \ static_assert(alignof(UablNPC_SpawnJumpSplineWaitTask) == 0x000008, "Wrong alignment on UablNPC_SpawnJumpSplineWaitTask"); \ static_assert(sizeof(UablNPC_SpawnJumpSplineWaitTask) == 0x000078, "Wrong size on UablNPC_SpawnJumpSplineWaitTask"); \ static_assert(offsetof(UablNPC_SpawnJumpSplineWaitTask, BranchToAbilityOnRelease) == 0x000070, "Member 'UablNPC_SpawnJumpSplineWaitTask::BranchToAbilityOnRelease' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicLightAdaptationModSettingsInLevelBase \ static_assert(alignof(UDynamicLightAdaptationModSettingsInLevelBase) == 0x000008, "Wrong alignment on UDynamicLightAdaptationModSettingsInLevelBase"); \ static_assert(sizeof(UDynamicLightAdaptationModSettingsInLevelBase) == 0x000038, "Wrong size on UDynamicLightAdaptationModSettingsInLevelBase"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsInLevelBase, LevelName) == 0x000028, "Member 'UDynamicLightAdaptationModSettingsInLevelBase::LevelName' has a wrong offset!"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsInLevelBase, bSearchFullLevelNames) == 0x000030, "Member 'UDynamicLightAdaptationModSettingsInLevelBase::bSearchFullLevelNames' has a wrong offset!"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsInLevelBase, ModOp) == 0x000031, "Member 'UDynamicLightAdaptationModSettingsInLevelBase::ModOp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicLightAdaptationModSettingsInLevelDayOnly \ static_assert(alignof(UDynamicLightAdaptationModSettingsInLevelDayOnly) == 0x000008, "Wrong alignment on UDynamicLightAdaptationModSettingsInLevelDayOnly"); \ static_assert(sizeof(UDynamicLightAdaptationModSettingsInLevelDayOnly) == 0x000040, "Wrong size on UDynamicLightAdaptationModSettingsInLevelDayOnly"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsInLevelDayOnly, EVAmount) == 0x000038, "Member 'UDynamicLightAdaptationModSettingsInLevelDayOnly::EVAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablNPC_SplitTask \ static_assert(alignof(UablNPC_SplitTask) == 0x000008, "Wrong alignment on UablNPC_SplitTask"); \ static_assert(sizeof(UablNPC_SplitTask) == 0x0000B0, "Wrong size on UablNPC_SplitTask"); \ static_assert(offsetof(UablNPC_SplitTask, SplitMode) == 0x000070, "Member 'UablNPC_SplitTask::SplitMode' has a wrong offset!"); \ static_assert(offsetof(UablNPC_SplitTask, ContextTags) == 0x000078, "Member 'UablNPC_SplitTask::ContextTags' has a wrong offset!"); \ static_assert(offsetof(UablNPC_SplitTask, m_PossibleSplits) == 0x000098, "Member 'UablNPC_SplitTask::m_PossibleSplits' has a wrong offset!"); \ static_assert(offsetof(UablNPC_SplitTask, bIgnoreSelectRanges) == 0x0000A8, "Member 'UablNPC_SplitTask::bIgnoreSelectRanges' has a wrong offset!"); \ static_assert(offsetof(UablNPC_SplitTask, bIgnoreMinAttackAngle) == 0x0000A9, "Member 'UablNPC_SplitTask::bIgnoreMinAttackAngle' has a wrong offset!"); \ static_assert(offsetof(UablNPC_SplitTask, bGetSplitFromCurrentAttackData) == 0x0000AA, "Member 'UablNPC_SplitTask::bGetSplitFromCurrentAttackData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCustomBlendDomainPhoenixScalability \ static_assert(alignof(UCustomBlendDomainPhoenixScalability) == 0x000008, "Wrong alignment on UCustomBlendDomainPhoenixScalability"); \ static_assert(sizeof(UCustomBlendDomainPhoenixScalability) == 0x000028, "Wrong size on UCustomBlendDomainPhoenixScalability"); \ #define DUMPER7_ASSERTS_UAblNPCAbilityScratchPad \ static_assert(alignof(UAblNPCAbilityScratchPad) == 0x000008, "Wrong alignment on UAblNPCAbilityScratchPad"); \ static_assert(sizeof(UAblNPCAbilityScratchPad) == 0x000028, "Wrong size on UAblNPCAbilityScratchPad"); \ #define DUMPER7_ASSERTS_ACine_Character \ static_assert(alignof(ACine_Character) == 0x000010, "Wrong alignment on ACine_Character"); \ static_assert(sizeof(ACine_Character) == 0x0004E0, "Wrong size on ACine_Character"); \ #define DUMPER7_ASSERTS_USceneAction_NearClip \ static_assert(alignof(USceneAction_NearClip) == 0x000008, "Wrong alignment on USceneAction_NearClip"); \ static_assert(sizeof(USceneAction_NearClip) == 0x000090, "Wrong size on USceneAction_NearClip"); \ static_assert(offsetof(USceneAction_NearClip, NearClip) == 0x000088, "Member 'USceneAction_NearClip::NearClip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcBakedPoseRigidbodyScratchpad \ static_assert(alignof(UAblNpcBakedPoseRigidbodyScratchpad) == 0x000008, "Wrong alignment on UAblNpcBakedPoseRigidbodyScratchpad"); \ static_assert(sizeof(UAblNpcBakedPoseRigidbodyScratchpad) == 0x000048, "Wrong size on UAblNpcBakedPoseRigidbodyScratchpad"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsCompanionNPC \ static_assert(alignof(UFXAutoTriggerRequiredActorsCompanionNPC) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsCompanionNPC"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsCompanionNPC) == 0x000040, "Wrong size on UFXAutoTriggerRequiredActorsCompanionNPC"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsCompanionNPC, CustomCompaninonBuilders) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsCompanionNPC::CustomCompaninonBuilders' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsCompanionNPC, bIncludePlayerLeadNPC) == 0x000038, "Member 'UFXAutoTriggerRequiredActorsCompanionNPC::bIncludePlayerLeadNPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcCollisionBranchCondition \ static_assert(alignof(UAblNpcCollisionBranchCondition) == 0x000008, "Wrong alignment on UAblNpcCollisionBranchCondition"); \ static_assert(sizeof(UAblNpcCollisionBranchCondition) == 0x000048, "Wrong size on UAblNpcCollisionBranchCondition"); \ static_assert(offsetof(UAblNpcCollisionBranchCondition, DetectionType) == 0x000030, "Member 'UAblNpcCollisionBranchCondition::DetectionType' has a wrong offset!"); \ static_assert(offsetof(UAblNpcCollisionBranchCondition, DotProductLowerBound) == 0x000034, "Member 'UAblNpcCollisionBranchCondition::DotProductLowerBound' has a wrong offset!"); \ static_assert(offsetof(UAblNpcCollisionBranchCondition, DotProductUpperBound) == 0x000038, "Member 'UAblNpcCollisionBranchCondition::DotProductUpperBound' has a wrong offset!"); \ static_assert(offsetof(UAblNpcCollisionBranchCondition, BranchOnImminentCollisionLength) == 0x00003C, "Member 'UAblNpcCollisionBranchCondition::BranchOnImminentCollisionLength' has a wrong offset!"); \ static_assert(offsetof(UAblNpcCollisionBranchCondition, MinSpeed) == 0x000040, "Member 'UAblNpcCollisionBranchCondition::MinSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UClothSitComponent \ static_assert(alignof(UClothSitComponent) == 0x000008, "Wrong alignment on UClothSitComponent"); \ static_assert(sizeof(UClothSitComponent) == 0x000120, "Wrong size on UClothSitComponent"); \ #define DUMPER7_ASSERTS_UWorldFXRuleNotOvercast \ static_assert(alignof(UWorldFXRuleNotOvercast) == 0x000008, "Wrong alignment on UWorldFXRuleNotOvercast"); \ static_assert(sizeof(UWorldFXRuleNotOvercast) == 0x000030, "Wrong size on UWorldFXRuleNotOvercast"); \ static_assert(offsetof(UWorldFXRuleNotOvercast, Threshold) == 0x000028, "Member 'UWorldFXRuleNotOvercast::Threshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblNpcCollisionBranchTaskScratchPad_OnNpcCapsuleHit \ static_assert(alignof(AblNpcCollisionBranchTaskScratchPad_OnNpcCapsuleHit) == 0x000008, "Wrong alignment on AblNpcCollisionBranchTaskScratchPad_OnNpcCapsuleHit"); \ static_assert(sizeof(AblNpcCollisionBranchTaskScratchPad_OnNpcCapsuleHit) == 0x0000A8, "Wrong size on AblNpcCollisionBranchTaskScratchPad_OnNpcCapsuleHit"); \ static_assert(offsetof(AblNpcCollisionBranchTaskScratchPad_OnNpcCapsuleHit, SelfActor) == 0x000000, "Member 'AblNpcCollisionBranchTaskScratchPad_OnNpcCapsuleHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(AblNpcCollisionBranchTaskScratchPad_OnNpcCapsuleHit, OtherActor) == 0x000008, "Member 'AblNpcCollisionBranchTaskScratchPad_OnNpcCapsuleHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(AblNpcCollisionBranchTaskScratchPad_OnNpcCapsuleHit, NormalImpulse) == 0x000010, "Member 'AblNpcCollisionBranchTaskScratchPad_OnNpcCapsuleHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(AblNpcCollisionBranchTaskScratchPad_OnNpcCapsuleHit, Hit) == 0x00001C, "Member 'AblNpcCollisionBranchTaskScratchPad_OnNpcCapsuleHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcCollisionBranchTaskScratchPad \ static_assert(alignof(UAblNpcCollisionBranchTaskScratchPad) == 0x000008, "Wrong alignment on UAblNpcCollisionBranchTaskScratchPad"); \ static_assert(sizeof(UAblNpcCollisionBranchTaskScratchPad) == 0x0000E8, "Wrong size on UAblNpcCollisionBranchTaskScratchPad"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluation_Bool \ static_assert(alignof(UCreatureLookAtTargetEvaluation_Bool) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluation_Bool"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluation_Bool) == 0x000030, "Wrong size on UCreatureLookAtTargetEvaluation_Bool"); \ static_assert(offsetof(UCreatureLookAtTargetEvaluation_Bool, Multiplier) == 0x000028, "Member 'UCreatureLookAtTargetEvaluation_Bool::Multiplier' has a wrong offset!"); \ static_assert(offsetof(UCreatureLookAtTargetEvaluation_Bool, bInverse) == 0x00002C, "Member 'UCreatureLookAtTargetEvaluation_Bool::bInverse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluation_InMoveDirection \ static_assert(alignof(UCreatureLookAtTargetEvaluation_InMoveDirection) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluation_InMoveDirection"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluation_InMoveDirection) == 0x000048, "Wrong size on UCreatureLookAtTargetEvaluation_InMoveDirection"); \ static_assert(offsetof(UCreatureLookAtTargetEvaluation_InMoveDirection, StopMaxHeadingAngle) == 0x000030, "Member 'UCreatureLookAtTargetEvaluation_InMoveDirection::StopMaxHeadingAngle' has a wrong offset!"); \ static_assert(offsetof(UCreatureLookAtTargetEvaluation_InMoveDirection, WalkMaxHeadingAngle) == 0x000034, "Member 'UCreatureLookAtTargetEvaluation_InMoveDirection::WalkMaxHeadingAngle' has a wrong offset!"); \ static_assert(offsetof(UCreatureLookAtTargetEvaluation_InMoveDirection, JogMaxHeadingAngle) == 0x000038, "Member 'UCreatureLookAtTargetEvaluation_InMoveDirection::JogMaxHeadingAngle' has a wrong offset!"); \ static_assert(offsetof(UCreatureLookAtTargetEvaluation_InMoveDirection, SprintMaxHeadingAngle) == 0x00003C, "Member 'UCreatureLookAtTargetEvaluation_InMoveDirection::SprintMaxHeadingAngle' has a wrong offset!"); \ static_assert(offsetof(UCreatureLookAtTargetEvaluation_InMoveDirection, FlyingMaxHeadingAngle) == 0x000040, "Member 'UCreatureLookAtTargetEvaluation_InMoveDirection::FlyingMaxHeadingAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcCollisionTask \ static_assert(alignof(UAblNpcCollisionTask) == 0x000008, "Wrong alignment on UAblNpcCollisionTask"); \ static_assert(sizeof(UAblNpcCollisionTask) == 0x000078, "Wrong size on UAblNpcCollisionTask"); \ static_assert(offsetof(UAblNpcCollisionTask, bOverrideSpellResponse) == 0x000070, "Member 'UAblNpcCollisionTask::bOverrideSpellResponse' has a wrong offset!"); \ static_assert(offsetof(UAblNpcCollisionTask, bOverrideWeaponResponse) == 0x000071, "Member 'UAblNpcCollisionTask::bOverrideWeaponResponse' has a wrong offset!"); \ static_assert(offsetof(UAblNpcCollisionTask, bOverrideAimConeResponse) == 0x000072, "Member 'UAblNpcCollisionTask::bOverrideAimConeResponse' has a wrong offset!"); \ static_assert(offsetof(UAblNpcCollisionTask, bOverridePawnResponse) == 0x000073, "Member 'UAblNpcCollisionTask::bOverridePawnResponse' has a wrong offset!"); \ static_assert(offsetof(UAblNpcCollisionTask, TaskSpellResponse) == 0x000074, "Member 'UAblNpcCollisionTask::TaskSpellResponse' has a wrong offset!"); \ static_assert(offsetof(UAblNpcCollisionTask, TaskWeaponResponse) == 0x000075, "Member 'UAblNpcCollisionTask::TaskWeaponResponse' has a wrong offset!"); \ static_assert(offsetof(UAblNpcCollisionTask, TaskAimConeResponse) == 0x000076, "Member 'UAblNpcCollisionTask::TaskAimConeResponse' has a wrong offset!"); \ static_assert(offsetof(UAblNpcCollisionTask, TaskPawnResponse) == 0x000077, "Member 'UAblNpcCollisionTask::TaskPawnResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerCognitionStimuliTestAnd \ static_assert(alignof(UFXAutoTriggerCognitionStimuliTestAnd) == 0x000008, "Wrong alignment on UFXAutoTriggerCognitionStimuliTestAnd"); \ static_assert(sizeof(UFXAutoTriggerCognitionStimuliTestAnd) == 0x000038, "Wrong size on UFXAutoTriggerCognitionStimuliTestAnd"); \ static_assert(offsetof(UFXAutoTriggerCognitionStimuliTestAnd, Tests) == 0x000028, "Member 'UFXAutoTriggerCognitionStimuliTestAnd::Tests' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcFeetIkScratchpad \ static_assert(alignof(UAblNpcFeetIkScratchpad) == 0x000008, "Wrong alignment on UAblNpcFeetIkScratchpad"); \ static_assert(sizeof(UAblNpcFeetIkScratchpad) == 0x000028, "Wrong size on UAblNpcFeetIkScratchpad"); \ #define DUMPER7_ASSERTS_UAblNpcForceFeedbackScratchpad \ static_assert(alignof(UAblNpcForceFeedbackScratchpad) == 0x000008, "Wrong alignment on UAblNpcForceFeedbackScratchpad"); \ static_assert(sizeof(UAblNpcForceFeedbackScratchpad) == 0x000048, "Wrong size on UAblNpcForceFeedbackScratchpad"); \ static_assert(offsetof(UAblNpcForceFeedbackScratchpad, ConditionScratchpads) == 0x000030, "Member 'UAblNpcForceFeedbackScratchpad::ConditionScratchpads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcHeadTrackingScratchpad \ static_assert(alignof(UAblNpcHeadTrackingScratchpad) == 0x000008, "Wrong alignment on UAblNpcHeadTrackingScratchpad"); \ static_assert(sizeof(UAblNpcHeadTrackingScratchpad) == 0x000028, "Wrong size on UAblNpcHeadTrackingScratchpad"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarPlayerInCinematic \ static_assert(alignof(UFXAutoTriggerScalarPlayerInCinematic) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarPlayerInCinematic"); \ static_assert(sizeof(UFXAutoTriggerScalarPlayerInCinematic) == 0x000028, "Wrong size on UFXAutoTriggerScalarPlayerInCinematic"); \ #define DUMPER7_ASSERTS_UAblNpcHitPauseScratchpad \ static_assert(alignof(UAblNpcHitPauseScratchpad) == 0x000008, "Wrong alignment on UAblNpcHitPauseScratchpad"); \ static_assert(sizeof(UAblNpcHitPauseScratchpad) == 0x000028, "Wrong size on UAblNpcHitPauseScratchpad"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarWaterLevelLocal \ static_assert(alignof(UFXAutoTriggerScalarWaterLevelLocal) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarWaterLevelLocal"); \ static_assert(sizeof(UFXAutoTriggerScalarWaterLevelLocal) == 0x000028, "Wrong size on UFXAutoTriggerScalarWaterLevelLocal"); \ #define DUMPER7_ASSERTS_UAblNpcMoveInDirectionScratchpad \ static_assert(alignof(UAblNpcMoveInDirectionScratchpad) == 0x000008, "Wrong alignment on UAblNpcMoveInDirectionScratchpad"); \ static_assert(sizeof(UAblNpcMoveInDirectionScratchpad) == 0x000078, "Wrong size on UAblNpcMoveInDirectionScratchpad"); \ #define DUMPER7_ASSERTS_UablNPCPhysicsTaskScratchPad \ static_assert(alignof(UablNPCPhysicsTaskScratchPad) == 0x000008, "Wrong alignment on UablNPCPhysicsTaskScratchPad"); \ static_assert(sizeof(UablNPCPhysicsTaskScratchPad) == 0x000030, "Wrong size on UablNPCPhysicsTaskScratchPad"); \ static_assert(offsetof(UablNPCPhysicsTaskScratchPad, ElapsedTime) == 0x000028, "Member 'UablNPCPhysicsTaskScratchPad::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcPopupScratchpad \ static_assert(alignof(UAblNpcPopupScratchpad) == 0x000008, "Wrong alignment on UAblNpcPopupScratchpad"); \ static_assert(sizeof(UAblNpcPopupScratchpad) == 0x000060, "Wrong size on UAblNpcPopupScratchpad"); \ #define DUMPER7_ASSERTS_USkinFXParameterDriverAutoFXScalar \ static_assert(alignof(USkinFXParameterDriverAutoFXScalar) == 0x000008, "Wrong alignment on USkinFXParameterDriverAutoFXScalar"); \ static_assert(sizeof(USkinFXParameterDriverAutoFXScalar) == 0x000050, "Wrong size on USkinFXParameterDriverAutoFXScalar"); \ static_assert(offsetof(USkinFXParameterDriverAutoFXScalar, Parameter) == 0x000028, "Member 'USkinFXParameterDriverAutoFXScalar::Parameter' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterDriverAutoFXScalar, AutoTriggerScalar) == 0x000030, "Member 'USkinFXParameterDriverAutoFXScalar::AutoTriggerScalar' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterDriverAutoFXScalar, RemapScalarRange) == 0x000038, "Member 'USkinFXParameterDriverAutoFXScalar::RemapScalarRange' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterDriverAutoFXScalar, bUseRemapScalarRange) == 0x000048, "Member 'USkinFXParameterDriverAutoFXScalar::bUseRemapScalarRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcReactAnimRateModifierScratchpad \ static_assert(alignof(UAblNpcReactAnimRateModifierScratchpad) == 0x000008, "Wrong alignment on UAblNpcReactAnimRateModifierScratchpad"); \ static_assert(sizeof(UAblNpcReactAnimRateModifierScratchpad) == 0x000058, "Wrong size on UAblNpcReactAnimRateModifierScratchpad"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarPlayerOnBroom \ static_assert(alignof(UFXAutoTriggerScalarPlayerOnBroom) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarPlayerOnBroom"); \ static_assert(sizeof(UFXAutoTriggerScalarPlayerOnBroom) == 0x000028, "Wrong size on UFXAutoTriggerScalarPlayerOnBroom"); \ #define DUMPER7_ASSERTS_UAblNpcReactFlyToLocation \ static_assert(alignof(UAblNpcReactFlyToLocation) == 0x000008, "Wrong alignment on UAblNpcReactFlyToLocation"); \ static_assert(sizeof(UAblNpcReactFlyToLocation) == 0x000078, "Wrong size on UAblNpcReactFlyToLocation"); \ static_assert(offsetof(UAblNpcReactFlyToLocation, TargetLocation) == 0x000070, "Member 'UAblNpcReactFlyToLocation::TargetLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcReactGravityTask \ static_assert(alignof(UAblNpcReactGravityTask) == 0x000008, "Wrong alignment on UAblNpcReactGravityTask"); \ static_assert(sizeof(UAblNpcReactGravityTask) == 0x000098, "Wrong size on UAblNpcReactGravityTask"); \ static_assert(offsetof(UAblNpcReactGravityTask, bModifyGravityAtTaskStart) == 0x000070, "Member 'UAblNpcReactGravityTask::bModifyGravityAtTaskStart' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactGravityTask, TaskStartGravityMultiplier) == 0x000074, "Member 'UAblNpcReactGravityTask::TaskStartGravityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactGravityTask, bModifyGravityAtTaskEnd) == 0x000078, "Member 'UAblNpcReactGravityTask::bModifyGravityAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactGravityTask, TaskEndGravityMultiplier) == 0x00007C, "Member 'UAblNpcReactGravityTask::TaskEndGravityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactGravityTask, bRestoreGravityAtTaskEnd) == 0x000080, "Member 'UAblNpcReactGravityTask::bRestoreGravityAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactGravityTask, AbilitiesToIgnoreTaskEndGravityRestoration) == 0x000088, "Member 'UAblNpcReactGravityTask::AbilitiesToIgnoreTaskEndGravityRestoration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcReactMoveToTask \ static_assert(alignof(UAblNpcReactMoveToTask) == 0x000008, "Wrong alignment on UAblNpcReactMoveToTask"); \ static_assert(sizeof(UAblNpcReactMoveToTask) == 0x0000A0, "Wrong size on UAblNpcReactMoveToTask"); \ static_assert(offsetof(UAblNpcReactMoveToTask, DestinationType) == 0x000070, "Member 'UAblNpcReactMoveToTask::DestinationType' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactMoveToTask, CustomDestination) == 0x000074, "Member 'UAblNpcReactMoveToTask::CustomDestination' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactMoveToTask, SpeedType) == 0x000080, "Member 'UAblNpcReactMoveToTask::SpeedType' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactMoveToTask, Curve) == 0x000088, "Member 'UAblNpcReactMoveToTask::Curve' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactMoveToTask, CustomSpeed) == 0x000090, "Member 'UAblNpcReactMoveToTask::CustomSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactMoveToTask, bTrackTarget) == 0x000094, "Member 'UAblNpcReactMoveToTask::bTrackTarget' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactMoveToTask, bStompVelocityAtStart) == 0x000095, "Member 'UAblNpcReactMoveToTask::bStompVelocityAtStart' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactMoveToTask, bDoNotAllowHorizontalMovementAwayFromInstigator) == 0x000096, "Member 'UAblNpcReactMoveToTask::bDoNotAllowHorizontalMovementAwayFromInstigator' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactMoveToTask, bUseMaxHeight) == 0x000097, "Member 'UAblNpcReactMoveToTask::bUseMaxHeight' has a wrong offset!"); \ static_assert(offsetof(UAblNpcReactMoveToTask, bIgnoreCapsuleHalfHeight) == 0x000098, "Member 'UAblNpcReactMoveToTask::bIgnoreCapsuleHalfHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolLockable \ static_assert(alignof(UFXAutoTriggerBoolLockable) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolLockable"); \ static_assert(sizeof(UFXAutoTriggerBoolLockable) == 0x000028, "Wrong size on UFXAutoTriggerBoolLockable"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolCanPlayerOpenLockable \ static_assert(alignof(UFXAutoTriggerBoolCanPlayerOpenLockable) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolCanPlayerOpenLockable"); \ static_assert(sizeof(UFXAutoTriggerBoolCanPlayerOpenLockable) == 0x000030, "Wrong size on UFXAutoTriggerBoolCanPlayerOpenLockable"); \ static_assert(offsetof(UFXAutoTriggerBoolCanPlayerOpenLockable, bCheckIfLockedFirst) == 0x000028, "Member 'UFXAutoTriggerBoolCanPlayerOpenLockable::bCheckIfLockedFirst' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcReactPlayObjectArchitectVfxScratchpad \ static_assert(alignof(UAblNpcReactPlayObjectArchitectVfxScratchpad) == 0x000008, "Wrong alignment on UAblNpcReactPlayObjectArchitectVfxScratchpad"); \ static_assert(sizeof(UAblNpcReactPlayObjectArchitectVfxScratchpad) == 0x000058, "Wrong size on UAblNpcReactPlayObjectArchitectVfxScratchpad"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerInteractibleItemsFilterNotActorClass \ static_assert(alignof(UFXAutoTriggerInteractibleItemsFilterNotActorClass) == 0x000008, "Wrong alignment on UFXAutoTriggerInteractibleItemsFilterNotActorClass"); \ static_assert(sizeof(UFXAutoTriggerInteractibleItemsFilterNotActorClass) == 0x000040, "Wrong size on UFXAutoTriggerInteractibleItemsFilterNotActorClass"); \ static_assert(offsetof(UFXAutoTriggerInteractibleItemsFilterNotActorClass, NotOfActorTypes) == 0x000028, "Member 'UFXAutoTriggerInteractibleItemsFilterNotActorClass::NotOfActorTypes' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerInteractibleItemsFilterNotActorClass, bIncludeSubclasses) == 0x000038, "Member 'UFXAutoTriggerInteractibleItemsFilterNotActorClass::bIncludeSubclasses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcReactPopupScratchpad \ static_assert(alignof(UAblNpcReactPopupScratchpad) == 0x000008, "Wrong alignment on UAblNpcReactPopupScratchpad"); \ static_assert(sizeof(UAblNpcReactPopupScratchpad) == 0x000070, "Wrong size on UAblNpcReactPopupScratchpad"); \ static_assert(offsetof(UAblNpcReactPopupScratchpad, ReactionData) == 0x000060, "Member 'UAblNpcReactPopupScratchpad::ReactionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcRotateScratchpad \ static_assert(alignof(UAblNpcRotateScratchpad) == 0x000008, "Wrong alignment on UAblNpcRotateScratchpad"); \ static_assert(sizeof(UAblNpcRotateScratchpad) == 0x000038, "Wrong size on UAblNpcRotateScratchpad"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchNotInLevels \ static_assert(alignof(UActorMeshSetupMatchNotInLevels) == 0x000008, "Wrong alignment on UActorMeshSetupMatchNotInLevels"); \ static_assert(sizeof(UActorMeshSetupMatchNotInLevels) == 0x000038, "Wrong size on UActorMeshSetupMatchNotInLevels"); \ static_assert(offsetof(UActorMeshSetupMatchNotInLevels, Levels) == 0x000028, "Member 'UActorMeshSetupMatchNotInLevels::Levels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcScaleScratchpad \ static_assert(alignof(UAblNpcScaleScratchpad) == 0x000008, "Wrong alignment on UAblNpcScaleScratchpad"); \ static_assert(sizeof(UAblNpcScaleScratchpad) == 0x0000B0, "Wrong size on UAblNpcScaleScratchpad"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolCanOpenLockable \ static_assert(alignof(UFXAutoTriggerBoolCanOpenLockable) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolCanOpenLockable"); \ static_assert(sizeof(UFXAutoTriggerBoolCanOpenLockable) == 0x000028, "Wrong size on UFXAutoTriggerBoolCanOpenLockable"); \ #define DUMPER7_ASSERTS_UAblSetCharacterTagsTask \ static_assert(alignof(UAblSetCharacterTagsTask) == 0x000008, "Wrong alignment on UAblSetCharacterTagsTask"); \ static_assert(sizeof(UAblSetCharacterTagsTask) == 0x0000B0, "Wrong size on UAblSetCharacterTagsTask"); \ static_assert(offsetof(UAblSetCharacterTagsTask, CharacterTags) == 0x000070, "Member 'UAblSetCharacterTagsTask::CharacterTags' has a wrong offset!"); \ static_assert(offsetof(UAblSetCharacterTagsTask, RemoveTagsAtEndOfTask) == 0x000090, "Member 'UAblSetCharacterTagsTask::RemoveTagsAtEndOfTask' has a wrong offset!"); \ static_assert(offsetof(UAblSetCharacterTagsTask, AddTheseTags) == 0x000091, "Member 'UAblSetCharacterTagsTask::AddTheseTags' has a wrong offset!"); \ static_assert(offsetof(UAblSetCharacterTagsTask, RemoveTheseTags) == 0x000092, "Member 'UAblSetCharacterTagsTask::RemoveTheseTags' has a wrong offset!"); \ static_assert(offsetof(UAblSetCharacterTagsTask, TaskConditions) == 0x000098, "Member 'UAblSetCharacterTagsTask::TaskConditions' has a wrong offset!"); \ static_assert(offsetof(UAblSetCharacterTagsTask, bMustPassAllConditions) == 0x0000A8, "Member 'UAblSetCharacterTagsTask::bMustPassAllConditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFastTravelPort \ static_assert(alignof(AFastTravelPort) == 0x000008, "Wrong alignment on AFastTravelPort"); \ static_assert(sizeof(AFastTravelPort) == 0x000258, "Wrong size on AFastTravelPort"); \ static_assert(offsetof(AFastTravelPort, DestinationPort) == 0x000248, "Member 'AFastTravelPort::DestinationPort' has a wrong offset!"); \ static_assert(offsetof(AFastTravelPort, DelayBeforeTeleport) == 0x000250, "Member 'AFastTravelPort::DelayBeforeTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcSpawnMunitionTask \ static_assert(alignof(UAblNpcSpawnMunitionTask) == 0x000008, "Wrong alignment on UAblNpcSpawnMunitionTask"); \ static_assert(sizeof(UAblNpcSpawnMunitionTask) == 0x000098, "Wrong size on UAblNpcSpawnMunitionTask"); \ static_assert(offsetof(UAblNpcSpawnMunitionTask, MunitionClass) == 0x000070, "Member 'UAblNpcSpawnMunitionTask::MunitionClass' has a wrong offset!"); \ static_assert(offsetof(UAblNpcSpawnMunitionTask, bUseReactionInstigatorAsMunitionInstigator) == 0x000078, "Member 'UAblNpcSpawnMunitionTask::bUseReactionInstigatorAsMunitionInstigator' has a wrong offset!"); \ static_assert(offsetof(UAblNpcSpawnMunitionTask, Conditions) == 0x000080, "Member 'UAblNpcSpawnMunitionTask::Conditions' has a wrong offset!"); \ static_assert(offsetof(UAblNpcSpawnMunitionTask, bMustPassAllConditions) == 0x000090, "Member 'UAblNpcSpawnMunitionTask::bMustPassAllConditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CentaurCombat_RepositionDistance \ static_assert(alignof(UAIDataProvider_CentaurCombat_RepositionDistance) == 0x000008, "Wrong alignment on UAIDataProvider_CentaurCombat_RepositionDistance"); \ static_assert(sizeof(UAIDataProvider_CentaurCombat_RepositionDistance) == 0x000040, "Wrong size on UAIDataProvider_CentaurCombat_RepositionDistance"); \ #define DUMPER7_ASSERTS_UAblNpcStartReactionScratchpad \ static_assert(alignof(UAblNpcStartReactionScratchpad) == 0x000008, "Wrong alignment on UAblNpcStartReactionScratchpad"); \ static_assert(sizeof(UAblNpcStartReactionScratchpad) == 0x000040, "Wrong size on UAblNpcStartReactionScratchpad"); \ static_assert(offsetof(UAblNpcStartReactionScratchpad, TaskConditionScratchpads) == 0x000028, "Member 'UAblNpcStartReactionScratchpad::TaskConditionScratchpads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblAddPassiveReactionScratchpad \ static_assert(alignof(UAblAddPassiveReactionScratchpad) == 0x000008, "Wrong alignment on UAblAddPassiveReactionScratchpad"); \ static_assert(sizeof(UAblAddPassiveReactionScratchpad) == 0x000038, "Wrong size on UAblAddPassiveReactionScratchpad"); \ static_assert(offsetof(UAblAddPassiveReactionScratchpad, TaskConditionScratchpads) == 0x000028, "Member 'UAblAddPassiveReactionScratchpad::TaskConditionScratchpads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_LightCullingSettings \ static_assert(alignof(USceneActionState_LightCullingSettings) == 0x000008, "Wrong alignment on USceneActionState_LightCullingSettings"); \ static_assert(sizeof(USceneActionState_LightCullingSettings) == 0x000050, "Wrong size on USceneActionState_LightCullingSettings"); \ #define DUMPER7_ASSERTS_UAblAddPassiveReactionTask \ static_assert(alignof(UAblAddPassiveReactionTask) == 0x000008, "Wrong alignment on UAblAddPassiveReactionTask"); \ static_assert(sizeof(UAblAddPassiveReactionTask) == 0x000088, "Wrong size on UAblAddPassiveReactionTask"); \ static_assert(offsetof(UAblAddPassiveReactionTask, PassiveReactionAbility) == 0x000070, "Member 'UAblAddPassiveReactionTask::PassiveReactionAbility' has a wrong offset!"); \ static_assert(offsetof(UAblAddPassiveReactionTask, TaskConditions) == 0x000078, "Member 'UAblAddPassiveReactionTask::TaskConditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcTargetingModifierScratchpad \ static_assert(alignof(UAblNpcTargetingModifierScratchpad) == 0x000008, "Wrong alignment on UAblNpcTargetingModifierScratchpad"); \ static_assert(sizeof(UAblNpcTargetingModifierScratchpad) == 0x000030, "Wrong size on UAblNpcTargetingModifierScratchpad"); \ #define DUMPER7_ASSERTS_UFlooListEntry \ static_assert(alignof(UFlooListEntry) == 0x000008, "Wrong alignment on UFlooListEntry"); \ static_assert(sizeof(UFlooListEntry) == 0x000048, "Wrong size on UFlooListEntry"); \ static_assert(offsetof(UFlooListEntry, Name_0) == 0x000028, "Member 'UFlooListEntry::Name_0' has a wrong offset!"); \ static_assert(offsetof(UFlooListEntry, UID) == 0x000030, "Member 'UFlooListEntry::UID' has a wrong offset!"); \ static_assert(offsetof(UFlooListEntry, State) == 0x000034, "Member 'UFlooListEntry::State' has a wrong offset!"); \ static_assert(offsetof(UFlooListEntry, Location) == 0x000038, "Member 'UFlooListEntry::Location' has a wrong offset!"); \ static_assert(offsetof(UFlooListEntry, ZRotation) == 0x000044, "Member 'UFlooListEntry::ZRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblDisarmEventListenerScratchpad \ static_assert(alignof(UAblDisarmEventListenerScratchpad) == 0x000008, "Wrong alignment on UAblDisarmEventListenerScratchpad"); \ static_assert(sizeof(UAblDisarmEventListenerScratchpad) == 0x000038, "Wrong size on UAblDisarmEventListenerScratchpad"); \ #define DUMPER7_ASSERTS_UFieldGuideButton_Inventory \ static_assert(alignof(UFieldGuideButton_Inventory) == 0x000008, "Wrong alignment on UFieldGuideButton_Inventory"); \ static_assert(sizeof(UFieldGuideButton_Inventory) == 0x0004C0, "Wrong size on UFieldGuideButton_Inventory"); \ static_assert(offsetof(UFieldGuideButton_Inventory, NewItemCategories) == 0x0004B0, "Member 'UFieldGuideButton_Inventory::NewItemCategories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblDisarmEventListenerTask \ static_assert(alignof(UAblDisarmEventListenerTask) == 0x000008, "Wrong alignment on UAblDisarmEventListenerTask"); \ static_assert(sizeof(UAblDisarmEventListenerTask) == 0x000078, "Wrong size on UAblDisarmEventListenerTask"); \ #define DUMPER7_ASSERTS_ISceneRigCharacterOptions \ static_assert(alignof(ISceneRigCharacterOptions) == 0x000001, "Wrong alignment on ISceneRigCharacterOptions"); \ static_assert(sizeof(ISceneRigCharacterOptions) == 0x000001, "Wrong size on ISceneRigCharacterOptions"); \ #define DUMPER7_ASSERTS_UWorldFXRuleIsDay \ static_assert(alignof(UWorldFXRuleIsDay) == 0x000008, "Wrong alignment on UWorldFXRuleIsDay"); \ static_assert(sizeof(UWorldFXRuleIsDay) == 0x000028, "Wrong size on UWorldFXRuleIsDay"); \ #define DUMPER7_ASSERTS_UAblRootMotionModifiersEventListenerScratchpad \ static_assert(alignof(UAblRootMotionModifiersEventListenerScratchpad) == 0x000008, "Wrong alignment on UAblRootMotionModifiersEventListenerScratchpad"); \ static_assert(sizeof(UAblRootMotionModifiersEventListenerScratchpad) == 0x000038, "Wrong size on UAblRootMotionModifiersEventListenerScratchpad"); \ #define DUMPER7_ASSERTS_WorldEventManager_Get \ static_assert(alignof(WorldEventManager_Get) == 0x000008, "Wrong alignment on WorldEventManager_Get"); \ static_assert(sizeof(WorldEventManager_Get) == 0x000008, "Wrong size on WorldEventManager_Get"); \ static_assert(offsetof(WorldEventManager_Get, ReturnValue) == 0x000000, "Member 'WorldEventManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventManager_FinishSettingEventStreamingPausedValue \ static_assert(alignof(WorldEventManager_FinishSettingEventStreamingPausedValue) == 0x000008, "Wrong alignment on WorldEventManager_FinishSettingEventStreamingPausedValue"); \ static_assert(sizeof(WorldEventManager_FinishSettingEventStreamingPausedValue) == 0x000010, "Wrong size on WorldEventManager_FinishSettingEventStreamingPausedValue"); \ static_assert(offsetof(WorldEventManager_FinishSettingEventStreamingPausedValue, Priority) == 0x000000, "Member 'WorldEventManager_FinishSettingEventStreamingPausedValue::Priority' has a wrong offset!"); \ static_assert(offsetof(WorldEventManager_FinishSettingEventStreamingPausedValue, InInstigator) == 0x000008, "Member 'WorldEventManager_FinishSettingEventStreamingPausedValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventManager_GetWorldEventLocationTags \ static_assert(alignof(WorldEventManager_GetWorldEventLocationTags) == 0x000008, "Wrong alignment on WorldEventManager_GetWorldEventLocationTags"); \ static_assert(sizeof(WorldEventManager_GetWorldEventLocationTags) == 0x000028, "Wrong size on WorldEventManager_GetWorldEventLocationTags"); \ static_assert(offsetof(WorldEventManager_GetWorldEventLocationTags, LevelScript) == 0x000000, "Member 'WorldEventManager_GetWorldEventLocationTags::LevelScript' has a wrong offset!"); \ static_assert(offsetof(WorldEventManager_GetWorldEventLocationTags, ReturnValue) == 0x000008, "Member 'WorldEventManager_GetWorldEventLocationTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventManager_OnWorldEventLoaded \ static_assert(alignof(WorldEventManager_OnWorldEventLoaded) == 0x000008, "Wrong alignment on WorldEventManager_OnWorldEventLoaded"); \ static_assert(sizeof(WorldEventManager_OnWorldEventLoaded) == 0x000110, "Wrong size on WorldEventManager_OnWorldEventLoaded"); \ static_assert(offsetof(WorldEventManager_OnWorldEventLoaded, locationActor) == 0x000000, "Member 'WorldEventManager_OnWorldEventLoaded::locationActor' has a wrong offset!"); \ static_assert(offsetof(WorldEventManager_OnWorldEventLoaded, dataRow) == 0x000008, "Member 'WorldEventManager_OnWorldEventLoaded::dataRow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventManager_StartSettingEventStreamingPausedValue \ static_assert(alignof(WorldEventManager_StartSettingEventStreamingPausedValue) == 0x000008, "Wrong alignment on WorldEventManager_StartSettingEventStreamingPausedValue"); \ static_assert(sizeof(WorldEventManager_StartSettingEventStreamingPausedValue) == 0x000010, "Wrong size on WorldEventManager_StartSettingEventStreamingPausedValue"); \ static_assert(offsetof(WorldEventManager_StartSettingEventStreamingPausedValue, bValue) == 0x000000, "Member 'WorldEventManager_StartSettingEventStreamingPausedValue::bValue' has a wrong offset!"); \ static_assert(offsetof(WorldEventManager_StartSettingEventStreamingPausedValue, Priority) == 0x000001, "Member 'WorldEventManager_StartSettingEventStreamingPausedValue::Priority' has a wrong offset!"); \ static_assert(offsetof(WorldEventManager_StartSettingEventStreamingPausedValue, InInstigator) == 0x000008, "Member 'WorldEventManager_StartSettingEventStreamingPausedValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldEventManager \ static_assert(alignof(UWorldEventManager) == 0x000008, "Wrong alignment on UWorldEventManager"); \ static_assert(sizeof(UWorldEventManager) == 0x0001B0, "Wrong size on UWorldEventManager"); \ static_assert(offsetof(UWorldEventManager, WorldEventsDataTable) == 0x000178, "Member 'UWorldEventManager::WorldEventsDataTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblCustomEventFiredOnMeshOverlapScratchpad_HandleOverlapBegin \ static_assert(alignof(AblCustomEventFiredOnMeshOverlapScratchpad_HandleOverlapBegin) == 0x000008, "Wrong alignment on AblCustomEventFiredOnMeshOverlapScratchpad_HandleOverlapBegin"); \ static_assert(sizeof(AblCustomEventFiredOnMeshOverlapScratchpad_HandleOverlapBegin) == 0x0000A8, "Wrong size on AblCustomEventFiredOnMeshOverlapScratchpad_HandleOverlapBegin"); \ static_assert(offsetof(AblCustomEventFiredOnMeshOverlapScratchpad_HandleOverlapBegin, OverlappedComponent) == 0x000000, "Member 'AblCustomEventFiredOnMeshOverlapScratchpad_HandleOverlapBegin::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(AblCustomEventFiredOnMeshOverlapScratchpad_HandleOverlapBegin, OtherActor) == 0x000008, "Member 'AblCustomEventFiredOnMeshOverlapScratchpad_HandleOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(AblCustomEventFiredOnMeshOverlapScratchpad_HandleOverlapBegin, OtherComp) == 0x000010, "Member 'AblCustomEventFiredOnMeshOverlapScratchpad_HandleOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(AblCustomEventFiredOnMeshOverlapScratchpad_HandleOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'AblCustomEventFiredOnMeshOverlapScratchpad_HandleOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(AblCustomEventFiredOnMeshOverlapScratchpad_HandleOverlapBegin, bFromSweep) == 0x00001C, "Member 'AblCustomEventFiredOnMeshOverlapScratchpad_HandleOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(AblCustomEventFiredOnMeshOverlapScratchpad_HandleOverlapBegin, SweepResult) == 0x000020, "Member 'AblCustomEventFiredOnMeshOverlapScratchpad_HandleOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCustomEventFiredOnMeshOverlapScratchpad \ static_assert(alignof(UAblCustomEventFiredOnMeshOverlapScratchpad) == 0x000008, "Wrong alignment on UAblCustomEventFiredOnMeshOverlapScratchpad"); \ static_assert(sizeof(UAblCustomEventFiredOnMeshOverlapScratchpad) == 0x000088, "Wrong size on UAblCustomEventFiredOnMeshOverlapScratchpad"); \ #define DUMPER7_ASSERTS_UAblCustomEventFiredOnMeshOverlapTask \ static_assert(alignof(UAblCustomEventFiredOnMeshOverlapTask) == 0x000008, "Wrong alignment on UAblCustomEventFiredOnMeshOverlapTask"); \ static_assert(sizeof(UAblCustomEventFiredOnMeshOverlapTask) == 0x000090, "Wrong size on UAblCustomEventFiredOnMeshOverlapTask"); \ static_assert(offsetof(UAblCustomEventFiredOnMeshOverlapTask, BodyNames) == 0x000070, "Member 'UAblCustomEventFiredOnMeshOverlapTask::BodyNames' has a wrong offset!"); \ static_assert(offsetof(UAblCustomEventFiredOnMeshOverlapTask, CollisionProfileName) == 0x000080, "Member 'UAblCustomEventFiredOnMeshOverlapTask::CollisionProfileName' has a wrong offset!"); \ static_assert(offsetof(UAblCustomEventFiredOnMeshOverlapTask, CustomEventName) == 0x000088, "Member 'UAblCustomEventFiredOnMeshOverlapTask::CustomEventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblRipApartScratchpad \ static_assert(alignof(UAblRipApartScratchpad) == 0x000008, "Wrong alignment on UAblRipApartScratchpad"); \ static_assert(sizeof(UAblRipApartScratchpad) == 0x000040, "Wrong size on UAblRipApartScratchpad"); \ #define DUMPER7_ASSERTS_UFieldGuideButton_Collections \ static_assert(alignof(UFieldGuideButton_Collections) == 0x000008, "Wrong alignment on UFieldGuideButton_Collections"); \ static_assert(sizeof(UFieldGuideButton_Collections) == 0x0004C0, "Wrong size on UFieldGuideButton_Collections"); \ static_assert(offsetof(UFieldGuideButton_Collections, NewItemCategories) == 0x0004B0, "Member 'UFieldGuideButton_Collections::NewItemCategories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTransformIntoTask \ static_assert(alignof(UAblTransformIntoTask) == 0x000008, "Wrong alignment on UAblTransformIntoTask"); \ static_assert(sizeof(UAblTransformIntoTask) == 0x000090, "Wrong size on UAblTransformIntoTask"); \ static_assert(offsetof(UAblTransformIntoTask, CreatureName) == 0x000070, "Member 'UAblTransformIntoTask::CreatureName' has a wrong offset!"); \ static_assert(offsetof(UAblTransformIntoTask, CreatureSpawnAbility) == 0x000080, "Member 'UAblTransformIntoTask::CreatureSpawnAbility' has a wrong offset!"); \ static_assert(offsetof(UAblTransformIntoTask, bSetTransformedCreatureToWild) == 0x000088, "Member 'UAblTransformIntoTask::bSetTransformedCreatureToWild' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolAllBlendDomainsOne \ static_assert(alignof(UFXAutoTriggerBoolAllBlendDomainsOne) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolAllBlendDomainsOne"); \ static_assert(sizeof(UFXAutoTriggerBoolAllBlendDomainsOne) == 0x000038, "Wrong size on UFXAutoTriggerBoolAllBlendDomainsOne"); \ static_assert(offsetof(UFXAutoTriggerBoolAllBlendDomainsOne, BlendDomains) == 0x000028, "Member 'UFXAutoTriggerBoolAllBlendDomainsOne::BlendDomains' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTransformIntoNoDeathScratchpad \ static_assert(alignof(UAblTransformIntoNoDeathScratchpad) == 0x000008, "Wrong alignment on UAblTransformIntoNoDeathScratchpad"); \ static_assert(sizeof(UAblTransformIntoNoDeathScratchpad) == 0x000030, "Wrong size on UAblTransformIntoNoDeathScratchpad"); \ static_assert(offsetof(UAblTransformIntoNoDeathScratchpad, SpawnedCreature) == 0x000028, "Member 'UAblTransformIntoNoDeathScratchpad::SpawnedCreature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Manager \ static_assert(alignof(UEnemy_Manager) == 0x000008, "Wrong alignment on UEnemy_Manager"); \ static_assert(sizeof(UEnemy_Manager) == 0x0001B8, "Wrong size on UEnemy_Manager"); \ static_assert(offsetof(UEnemy_Manager, AttackGroupList) == 0x000190, "Member 'UEnemy_Manager::AttackGroupList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompanion_Manager \ static_assert(alignof(UCompanion_Manager) == 0x000008, "Wrong alignment on UCompanion_Manager"); \ static_assert(sizeof(UCompanion_Manager) == 0x0001B8, "Wrong size on UCompanion_Manager"); \ #define DUMPER7_ASSERTS_UAblTransformIntoNoDeathTask \ static_assert(alignof(UAblTransformIntoNoDeathTask) == 0x000008, "Wrong alignment on UAblTransformIntoNoDeathTask"); \ static_assert(sizeof(UAblTransformIntoNoDeathTask) == 0x000088, "Wrong size on UAblTransformIntoNoDeathTask"); \ static_assert(offsetof(UAblTransformIntoNoDeathTask, CreatureName) == 0x000070, "Member 'UAblTransformIntoNoDeathTask::CreatureName' has a wrong offset!"); \ static_assert(offsetof(UAblTransformIntoNoDeathTask, CreatureSpawnAbility) == 0x000080, "Member 'UAblTransformIntoNoDeathTask::CreatureSpawnAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblDieOnNextImpactReactionScratchpad_HandleActorHit \ static_assert(alignof(AblDieOnNextImpactReactionScratchpad_HandleActorHit) == 0x000008, "Wrong alignment on AblDieOnNextImpactReactionScratchpad_HandleActorHit"); \ static_assert(sizeof(AblDieOnNextImpactReactionScratchpad_HandleActorHit) == 0x0000A8, "Wrong size on AblDieOnNextImpactReactionScratchpad_HandleActorHit"); \ static_assert(offsetof(AblDieOnNextImpactReactionScratchpad_HandleActorHit, SelfActor) == 0x000000, "Member 'AblDieOnNextImpactReactionScratchpad_HandleActorHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(AblDieOnNextImpactReactionScratchpad_HandleActorHit, OtherActor) == 0x000008, "Member 'AblDieOnNextImpactReactionScratchpad_HandleActorHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(AblDieOnNextImpactReactionScratchpad_HandleActorHit, NormalImpulse) == 0x000010, "Member 'AblDieOnNextImpactReactionScratchpad_HandleActorHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(AblDieOnNextImpactReactionScratchpad_HandleActorHit, Hit) == 0x00001C, "Member 'AblDieOnNextImpactReactionScratchpad_HandleActorHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblDieOnNextImpactReactionScratchpad \ static_assert(alignof(UAblDieOnNextImpactReactionScratchpad) == 0x000008, "Wrong alignment on UAblDieOnNextImpactReactionScratchpad"); \ static_assert(sizeof(UAblDieOnNextImpactReactionScratchpad) == 0x000030, "Wrong size on UAblDieOnNextImpactReactionScratchpad"); \ #define DUMPER7_ASSERTS_USceneAction_SkyState \ static_assert(alignof(USceneAction_SkyState) == 0x000008, "Wrong alignment on USceneAction_SkyState"); \ static_assert(sizeof(USceneAction_SkyState) == 0x0000A0, "Wrong size on USceneAction_SkyState"); \ static_assert(offsetof(USceneAction_SkyState, SkyStateOverride) == 0x000088, "Member 'USceneAction_SkyState::SkyStateOverride' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SkyState, SmoothInOut) == 0x000090, "Member 'USceneAction_SkyState::SmoothInOut' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SkyState, bPreviewOnly) == 0x000098, "Member 'USceneAction_SkyState::bPreviewOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblDieOnNextImpactReactionTask \ static_assert(alignof(UAblDieOnNextImpactReactionTask) == 0x000008, "Wrong alignment on UAblDieOnNextImpactReactionTask"); \ static_assert(sizeof(UAblDieOnNextImpactReactionTask) == 0x000070, "Wrong size on UAblDieOnNextImpactReactionTask"); \ #define DUMPER7_ASSERTS_UAblSetMaxHeightModifiersScratchpad \ static_assert(alignof(UAblSetMaxHeightModifiersScratchpad) == 0x000008, "Wrong alignment on UAblSetMaxHeightModifiersScratchpad"); \ static_assert(sizeof(UAblSetMaxHeightModifiersScratchpad) == 0x000038, "Wrong size on UAblSetMaxHeightModifiersScratchpad"); \ static_assert(offsetof(UAblSetMaxHeightModifiersScratchpad, ConditionScratchpads) == 0x000028, "Member 'UAblSetMaxHeightModifiersScratchpad::ConditionScratchpads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolBlendDomainOne \ static_assert(alignof(UFXAutoTriggerBoolBlendDomainOne) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolBlendDomainOne"); \ static_assert(sizeof(UFXAutoTriggerBoolBlendDomainOne) == 0x000038, "Wrong size on UFXAutoTriggerBoolBlendDomainOne"); \ static_assert(offsetof(UFXAutoTriggerBoolBlendDomainOne, BlendDomain) == 0x000028, "Member 'UFXAutoTriggerBoolBlendDomainOne::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetPheonixCharacterMovementModeScratchpad \ static_assert(alignof(UAblSetPheonixCharacterMovementModeScratchpad) == 0x000008, "Wrong alignment on UAblSetPheonixCharacterMovementModeScratchpad"); \ static_assert(sizeof(UAblSetPheonixCharacterMovementModeScratchpad) == 0x000028, "Wrong size on UAblSetPheonixCharacterMovementModeScratchpad"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolGameLogicResult \ static_assert(alignof(UFXAutoTriggerBoolGameLogicResult) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolGameLogicResult"); \ static_assert(sizeof(UFXAutoTriggerBoolGameLogicResult) == 0x000030, "Wrong size on UFXAutoTriggerBoolGameLogicResult"); \ static_assert(offsetof(UFXAutoTriggerBoolGameLogicResult, Result) == 0x000028, "Member 'UFXAutoTriggerBoolGameLogicResult::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetPhoenixCharacterMovementModeTask \ static_assert(alignof(UAblSetPhoenixCharacterMovementModeTask) == 0x000008, "Wrong alignment on UAblSetPhoenixCharacterMovementModeTask"); \ static_assert(sizeof(UAblSetPhoenixCharacterMovementModeTask) == 0x000078, "Wrong size on UAblSetPhoenixCharacterMovementModeTask"); \ static_assert(offsetof(UAblSetPhoenixCharacterMovementModeTask, MovementMode) == 0x000070, "Member 'UAblSetPhoenixCharacterMovementModeTask::MovementMode' has a wrong offset!"); \ static_assert(offsetof(UAblSetPhoenixCharacterMovementModeTask, Priority) == 0x000071, "Member 'UAblSetPhoenixCharacterMovementModeTask::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionStatsTriggers_OnStatChanged \ static_assert(alignof(CompanionStatsTriggers_OnStatChanged) == 0x000004, "Wrong alignment on CompanionStatsTriggers_OnStatChanged"); \ static_assert(sizeof(CompanionStatsTriggers_OnStatChanged) == 0x000010, "Wrong size on CompanionStatsTriggers_OnStatChanged"); \ static_assert(offsetof(CompanionStatsTriggers_OnStatChanged, StatID) == 0x000000, "Member 'CompanionStatsTriggers_OnStatChanged::StatID' has a wrong offset!"); \ static_assert(offsetof(CompanionStatsTriggers_OnStatChanged, Value) == 0x000008, "Member 'CompanionStatsTriggers_OnStatChanged::Value' has a wrong offset!"); \ static_assert(offsetof(CompanionStatsTriggers_OnStatChanged, Delta) == 0x00000C, "Member 'CompanionStatsTriggers_OnStatChanged::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompanionStatsTriggers \ static_assert(alignof(UCompanionStatsTriggers) == 0x000008, "Wrong alignment on UCompanionStatsTriggers"); \ static_assert(sizeof(UCompanionStatsTriggers) == 0x0000C0, "Wrong size on UCompanionStatsTriggers"); \ #define DUMPER7_ASSERTS_UablNPC_TurnAssistImpulseTask \ static_assert(alignof(UablNPC_TurnAssistImpulseTask) == 0x000008, "Wrong alignment on UablNPC_TurnAssistImpulseTask"); \ static_assert(sizeof(UablNPC_TurnAssistImpulseTask) == 0x000080, "Wrong size on UablNPC_TurnAssistImpulseTask"); \ static_assert(offsetof(UablNPC_TurnAssistImpulseTask, TurnAssistType) == 0x000070, "Member 'UablNPC_TurnAssistImpulseTask::TurnAssistType' has a wrong offset!"); \ static_assert(offsetof(UablNPC_TurnAssistImpulseTask, bAllowFollow) == 0x000071, "Member 'UablNPC_TurnAssistImpulseTask::bAllowFollow' has a wrong offset!"); \ static_assert(offsetof(UablNPC_TurnAssistImpulseTask, RelativeAngle) == 0x000074, "Member 'UablNPC_TurnAssistImpulseTask::RelativeAngle' has a wrong offset!"); \ static_assert(offsetof(UablNPC_TurnAssistImpulseTask, TurnAssistMode) == 0x000078, "Member 'UablNPC_TurnAssistImpulseTask::TurnAssistMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNPCTurnToTask \ static_assert(alignof(UAblNPCTurnToTask) == 0x000008, "Wrong alignment on UAblNPCTurnToTask"); \ static_assert(sizeof(UAblNPCTurnToTask) == 0x0000C0, "Wrong size on UAblNPCTurnToTask"); \ static_assert(offsetof(UAblNPCTurnToTask, RotationTarget) == 0x000070, "Member 'UAblNPCTurnToTask::RotationTarget' has a wrong offset!"); \ static_assert(offsetof(UAblNPCTurnToTask, bTrackTarget) == 0x000071, "Member 'UAblNPCTurnToTask::bTrackTarget' has a wrong offset!"); \ static_assert(offsetof(UAblNPCTurnToTask, RotationOffset) == 0x000074, "Member 'UAblNPCTurnToTask::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(UAblNPCTurnToTask, SetYaw) == 0x000080, "Member 'UAblNPCTurnToTask::SetYaw' has a wrong offset!"); \ static_assert(offsetof(UAblNPCTurnToTask, SetPitch) == 0x000081, "Member 'UAblNPCTurnToTask::SetPitch' has a wrong offset!"); \ static_assert(offsetof(UAblNPCTurnToTask, Blend) == 0x000088, "Member 'UAblNPCTurnToTask::Blend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblNpcVulnerabilityScratchpad \ static_assert(alignof(UAblNpcVulnerabilityScratchpad) == 0x000008, "Wrong alignment on UAblNpcVulnerabilityScratchpad"); \ static_assert(sizeof(UAblNpcVulnerabilityScratchpad) == 0x000030, "Wrong size on UAblNpcVulnerabilityScratchpad"); \ #define DUMPER7_ASSERTS_UAblNpcVulnerabilityTask \ static_assert(alignof(UAblNpcVulnerabilityTask) == 0x000008, "Wrong alignment on UAblNpcVulnerabilityTask"); \ static_assert(sizeof(UAblNpcVulnerabilityTask) == 0x000078, "Wrong size on UAblNpcVulnerabilityTask"); \ static_assert(offsetof(UAblNpcVulnerabilityTask, bModifyVulnerabilityAtTaskStart) == 0x000070, "Member 'UAblNpcVulnerabilityTask::bModifyVulnerabilityAtTaskStart' has a wrong offset!"); \ static_assert(offsetof(UAblNpcVulnerabilityTask, bVulnerabilityAtTaskStart) == 0x000071, "Member 'UAblNpcVulnerabilityTask::bVulnerabilityAtTaskStart' has a wrong offset!"); \ static_assert(offsetof(UAblNpcVulnerabilityTask, bModifyVulnerabilityAtTaskEnd) == 0x000072, "Member 'UAblNpcVulnerabilityTask::bModifyVulnerabilityAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblNpcVulnerabilityTask, bVulnerabilityAtTaskEnd) == 0x000073, "Member 'UAblNpcVulnerabilityTask::bVulnerabilityAtTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblNpcVulnerabilityTask, bRestoreVulnerabilityAtTaskEnd) == 0x000074, "Member 'UAblNpcVulnerabilityTask::bRestoreVulnerabilityAtTaskEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarGameLogicRequirementOnOff \ static_assert(alignof(UFXAutoTriggerScalarGameLogicRequirementOnOff) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarGameLogicRequirementOnOff"); \ static_assert(sizeof(UFXAutoTriggerScalarGameLogicRequirementOnOff) == 0x000030, "Wrong size on UFXAutoTriggerScalarGameLogicRequirementOnOff"); \ static_assert(offsetof(UFXAutoTriggerScalarGameLogicRequirementOnOff, Requirement) == 0x000028, "Member 'UFXAutoTriggerScalarGameLogicRequirementOnOff::Requirement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblObjectArchitectTagChooser_EnemyFaction \ static_assert(alignof(UAblObjectArchitectTagChooser_EnemyFaction) == 0x000008, "Wrong alignment on UAblObjectArchitectTagChooser_EnemyFaction"); \ static_assert(sizeof(UAblObjectArchitectTagChooser_EnemyFaction) == 0x000028, "Wrong size on UAblObjectArchitectTagChooser_EnemyFaction"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_OnScreenSticky \ static_assert(alignof(UCogGroupEvaluation_OnScreenSticky) == 0x000008, "Wrong alignment on UCogGroupEvaluation_OnScreenSticky"); \ static_assert(sizeof(UCogGroupEvaluation_OnScreenSticky) == 0x000038, "Wrong size on UCogGroupEvaluation_OnScreenSticky"); \ static_assert(offsetof(UCogGroupEvaluation_OnScreenSticky, ScreenBorder) == 0x000030, "Member 'UCogGroupEvaluation_OnScreenSticky::ScreenBorder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionIsNearDeathKneeling \ static_assert(alignof(UAblBranchConditionIsNearDeathKneeling) == 0x000008, "Wrong alignment on UAblBranchConditionIsNearDeathKneeling"); \ static_assert(sizeof(UAblBranchConditionIsNearDeathKneeling) == 0x000030, "Wrong size on UAblBranchConditionIsNearDeathKneeling"); \ #define DUMPER7_ASSERTS_ACreatureNurturingVolume \ static_assert(alignof(ACreatureNurturingVolume) == 0x000008, "Wrong alignment on ACreatureNurturingVolume"); \ static_assert(sizeof(ACreatureNurturingVolume) == 0x000260, "Wrong size on ACreatureNurturingVolume"); \ static_assert(offsetof(ACreatureNurturingVolume, NurturingSpaceID) == 0x000258, "Member 'ACreatureNurturingVolume::NurturingSpaceID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_PerformTaskFinishCurrentTask \ static_assert(alignof(USceneAction_PerformTaskFinishCurrentTask) == 0x000008, "Wrong alignment on USceneAction_PerformTaskFinishCurrentTask"); \ static_assert(sizeof(USceneAction_PerformTaskFinishCurrentTask) == 0x000090, "Wrong size on USceneAction_PerformTaskFinishCurrentTask"); \ static_assert(offsetof(USceneAction_PerformTaskFinishCurrentTask, PerformTaskActor) == 0x000088, "Member 'USceneAction_PerformTaskFinishCurrentTask::PerformTaskActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblObjectStateBranchCondition \ static_assert(alignof(UAblObjectStateBranchCondition) == 0x000008, "Wrong alignment on UAblObjectStateBranchCondition"); \ static_assert(sizeof(UAblObjectStateBranchCondition) == 0x000038, "Wrong size on UAblObjectStateBranchCondition"); \ static_assert(offsetof(UAblObjectStateBranchCondition, ObjectStateBranchCondition) == 0x000030, "Member 'UAblObjectStateBranchCondition::ObjectStateBranchCondition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerCognitionStimuliTestGrayedOut \ static_assert(alignof(UFXAutoTriggerCognitionStimuliTestGrayedOut) == 0x000008, "Wrong alignment on UFXAutoTriggerCognitionStimuliTestGrayedOut"); \ static_assert(sizeof(UFXAutoTriggerCognitionStimuliTestGrayedOut) == 0x000028, "Wrong size on UFXAutoTriggerCognitionStimuliTestGrayedOut"); \ #define DUMPER7_ASSERTS_UShadowSprintData \ static_assert(alignof(UShadowSprintData) == 0x000008, "Wrong alignment on UShadowSprintData"); \ static_assert(sizeof(UShadowSprintData) == 0x0000D8, "Wrong size on UShadowSprintData"); \ static_assert(offsetof(UShadowSprintData, MinForwardImpulse) == 0x000030, "Member 'UShadowSprintData::MinForwardImpulse' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintData, MaxForwardImpulse) == 0x000044, "Member 'UShadowSprintData::MaxForwardImpulse' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintData, VerticalImpulse) == 0x000058, "Member 'UShadowSprintData::VerticalImpulse' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintData, ConformToGroundHeight) == 0x00006C, "Member 'UShadowSprintData::ConformToGroundHeight' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintData, DangerZone) == 0x000070, "Member 'UShadowSprintData::DangerZone' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintData, GroundBuffer) == 0x000074, "Member 'UShadowSprintData::GroundBuffer' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintData, CeilingBuffer) == 0x000078, "Member 'UShadowSprintData::CeilingBuffer' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintData, ConformToGroundTime) == 0x00007C, "Member 'UShadowSprintData::ConformToGroundTime' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintData, DangerZoneImpulse) == 0x000080, "Member 'UShadowSprintData::DangerZoneImpulse' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintData, GroundBufferImpulse) == 0x000094, "Member 'UShadowSprintData::GroundBufferImpulse' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintData, CeilingBufferImpulse) == 0x0000A8, "Member 'UShadowSprintData::CeilingBufferImpulse' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintData, bDangerZoneIfNoGroundFound) == 0x0000BC, "Member 'UShadowSprintData::bDangerZoneIfNoGroundFound' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintData, YawMinInterpSpeed) == 0x0000C0, "Member 'UShadowSprintData::YawMinInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintData, YawMaxInterpSpeed) == 0x0000C4, "Member 'UShadowSprintData::YawMaxInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintData, PitchInterpSpeed) == 0x0000C8, "Member 'UShadowSprintData::PitchInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintData, PitchBackToZeroInterpSpeed) == 0x0000CC, "Member 'UShadowSprintData::PitchBackToZeroInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintData, bDebugDraw) == 0x0000D0, "Member 'UShadowSprintData::bDebugDraw' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintData, bDisablePhysics) == 0x0000D1, "Member 'UShadowSprintData::bDisablePhysics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionObjectStateScratchpad \ static_assert(alignof(UAblBranchConditionObjectStateScratchpad) == 0x000008, "Wrong alignment on UAblBranchConditionObjectStateScratchpad"); \ static_assert(sizeof(UAblBranchConditionObjectStateScratchpad) == 0x000038, "Wrong size on UAblBranchConditionObjectStateScratchpad"); \ static_assert(offsetof(UAblBranchConditionObjectStateScratchpad, ObjectStateInfo) == 0x000030, "Member 'UAblBranchConditionObjectStateScratchpad::ObjectStateInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlooSelect \ static_assert(alignof(UFlooSelect) == 0x000008, "Wrong alignment on UFlooSelect"); \ static_assert(sizeof(UFlooSelect) == 0x000388, "Wrong size on UFlooSelect"); \ static_assert(offsetof(UFlooSelect, menuBox) == 0x000370, "Member 'UFlooSelect::menuBox' has a wrong offset!"); \ static_assert(offsetof(UFlooSelect, SourceFloo) == 0x000378, "Member 'UFlooSelect::SourceFloo' has a wrong offset!"); \ static_assert(offsetof(UFlooSelect, Button) == 0x000380, "Member 'UFlooSelect::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblObjectStateGlaciusIgnoreTask \ static_assert(alignof(UAblObjectStateGlaciusIgnoreTask) == 0x000008, "Wrong alignment on UAblObjectStateGlaciusIgnoreTask"); \ static_assert(sizeof(UAblObjectStateGlaciusIgnoreTask) == 0x000070, "Wrong size on UAblObjectStateGlaciusIgnoreTask"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_CombinedTargeting \ static_assert(alignof(UCogGroupEvaluation_CombinedTargeting) == 0x000008, "Wrong alignment on UCogGroupEvaluation_CombinedTargeting"); \ static_assert(sizeof(UCogGroupEvaluation_CombinedTargeting) == 0x000078, "Wrong size on UCogGroupEvaluation_CombinedTargeting"); \ static_assert(offsetof(UCogGroupEvaluation_CombinedTargeting, MaxFOVForScoringEnemies) == 0x000050, "Member 'UCogGroupEvaluation_CombinedTargeting::MaxFOVForScoringEnemies' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_CombinedTargeting, MinFOVScoreForEnemies) == 0x000054, "Member 'UCogGroupEvaluation_CombinedTargeting::MinFOVScoreForEnemies' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_CombinedTargeting, MinHeightScore) == 0x000058, "Member 'UCogGroupEvaluation_CombinedTargeting::MinHeightScore' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_CombinedTargeting, NearDistanceBoostPctNonCombat) == 0x00005C, "Member 'UCogGroupEvaluation_CombinedTargeting::NearDistanceBoostPctNonCombat' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_CombinedTargeting, NearDistanceBoostPctCombatGamepad) == 0x000060, "Member 'UCogGroupEvaluation_CombinedTargeting::NearDistanceBoostPctCombatGamepad' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_CombinedTargeting, NearDistanceBoostPctCombatMouse) == 0x000064, "Member 'UCogGroupEvaluation_CombinedTargeting::NearDistanceBoostPctCombatMouse' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_CombinedTargeting, BelowMouseCursorBoostPct) == 0x000068, "Member 'UCogGroupEvaluation_CombinedTargeting::BelowMouseCursorBoostPct' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_CombinedTargeting, SpellComboBoostPct) == 0x00006C, "Member 'UCogGroupEvaluation_CombinedTargeting::SpellComboBoostPct' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_CombinedTargeting, StickyBoostPct) == 0x000070, "Member 'UCogGroupEvaluation_CombinedTargeting::StickyBoostPct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleSpawnOnPlayerWithinBounds \ static_assert(alignof(UWorldFXRuleSpawnOnPlayerWithinBounds) == 0x000008, "Wrong alignment on UWorldFXRuleSpawnOnPlayerWithinBounds"); \ static_assert(sizeof(UWorldFXRuleSpawnOnPlayerWithinBounds) == 0x000070, "Wrong size on UWorldFXRuleSpawnOnPlayerWithinBounds"); \ static_assert(offsetof(UWorldFXRuleSpawnOnPlayerWithinBounds, Bounds) == 0x000060, "Member 'UWorldFXRuleSpawnOnPlayerWithinBounds::Bounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblObjectStateImpulseIgnoreTask \ static_assert(alignof(UAblObjectStateImpulseIgnoreTask) == 0x000008, "Wrong alignment on UAblObjectStateImpulseIgnoreTask"); \ static_assert(sizeof(UAblObjectStateImpulseIgnoreTask) == 0x000078, "Wrong size on UAblObjectStateImpulseIgnoreTask"); \ static_assert(offsetof(UAblObjectStateImpulseIgnoreTask, bUseTaskDuration) == 0x000070, "Member 'UAblObjectStateImpulseIgnoreTask::bUseTaskDuration' has a wrong offset!"); \ static_assert(offsetof(UAblObjectStateImpulseIgnoreTask, ImpulseIgnoreDuration) == 0x000074, "Member 'UAblObjectStateImpulseIgnoreTask::ImpulseIgnoreDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreaturePettingBrushFloatingComponent_SetFloatingState \ static_assert(alignof(CreaturePettingBrushFloatingComponent_SetFloatingState) == 0x000001, "Wrong alignment on CreaturePettingBrushFloatingComponent_SetFloatingState"); \ static_assert(sizeof(CreaturePettingBrushFloatingComponent_SetFloatingState) == 0x000001, "Wrong size on CreaturePettingBrushFloatingComponent_SetFloatingState"); \ static_assert(offsetof(CreaturePettingBrushFloatingComponent_SetFloatingState, InFloatingState) == 0x000000, "Member 'CreaturePettingBrushFloatingComponent_SetFloatingState::InFloatingState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreaturePettingBrushFloatingComponent_SetOscillationEnabled \ static_assert(alignof(CreaturePettingBrushFloatingComponent_SetOscillationEnabled) == 0x000001, "Wrong alignment on CreaturePettingBrushFloatingComponent_SetOscillationEnabled"); \ static_assert(sizeof(CreaturePettingBrushFloatingComponent_SetOscillationEnabled) == 0x000001, "Wrong size on CreaturePettingBrushFloatingComponent_SetOscillationEnabled"); \ static_assert(offsetof(CreaturePettingBrushFloatingComponent_SetOscillationEnabled, bInEnabled) == 0x000000, "Member 'CreaturePettingBrushFloatingComponent_SetOscillationEnabled::bInEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreaturePettingBrushFloatingComponent_SetTargetTransformAndVelocity \ static_assert(alignof(CreaturePettingBrushFloatingComponent_SetTargetTransformAndVelocity) == 0x000010, "Wrong alignment on CreaturePettingBrushFloatingComponent_SetTargetTransformAndVelocity"); \ static_assert(sizeof(CreaturePettingBrushFloatingComponent_SetTargetTransformAndVelocity) == 0x000040, "Wrong size on CreaturePettingBrushFloatingComponent_SetTargetTransformAndVelocity"); \ static_assert(offsetof(CreaturePettingBrushFloatingComponent_SetTargetTransformAndVelocity, InTargetTransform) == 0x000000, "Member 'CreaturePettingBrushFloatingComponent_SetTargetTransformAndVelocity::InTargetTransform' has a wrong offset!"); \ static_assert(offsetof(CreaturePettingBrushFloatingComponent_SetTargetTransformAndVelocity, InVelocity) == 0x000030, "Member 'CreaturePettingBrushFloatingComponent_SetTargetTransformAndVelocity::InVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreaturePettingBrushFloatingComponent \ static_assert(alignof(UCreaturePettingBrushFloatingComponent) == 0x000008, "Wrong alignment on UCreaturePettingBrushFloatingComponent"); \ static_assert(sizeof(UCreaturePettingBrushFloatingComponent) == 0x0001B0, "Wrong size on UCreaturePettingBrushFloatingComponent"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, FloatingAmplitude) == 0x0000D0, "Member 'UCreaturePettingBrushFloatingComponent::FloatingAmplitude' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, FloatingFrequency) == 0x0000D4, "Member 'UCreaturePettingBrushFloatingComponent::FloatingFrequency' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, FloatingStiffness) == 0x0000D8, "Member 'UCreaturePettingBrushFloatingComponent::FloatingStiffness' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, FloatingMaxExtension) == 0x0000DC, "Member 'UCreaturePettingBrushFloatingComponent::FloatingMaxExtension' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, FloatingDamping) == 0x0000E0, "Member 'UCreaturePettingBrushFloatingComponent::FloatingDamping' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, FloatingScaleInterpolationSpeed) == 0x0000E4, "Member 'UCreaturePettingBrushFloatingComponent::FloatingScaleInterpolationSpeed' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, FloatingRotationInterpolationSpeed) == 0x0000E8, "Member 'UCreaturePettingBrushFloatingComponent::FloatingRotationInterpolationSpeed' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, FloatingMaxForce) == 0x0000EC, "Member 'UCreaturePettingBrushFloatingComponent::FloatingMaxForce' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, bClampForce) == 0x0000F0, "Member 'UCreaturePettingBrushFloatingComponent::bClampForce' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, AttachedBlendTime) == 0x0000F4, "Member 'UCreaturePettingBrushFloatingComponent::AttachedBlendTime' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, AttachedDamping) == 0x0000F8, "Member 'UCreaturePettingBrushFloatingComponent::AttachedDamping' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, AttachedLocationInterpolationSpeedMin) == 0x0000FC, "Member 'UCreaturePettingBrushFloatingComponent::AttachedLocationInterpolationSpeedMin' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, AttachedLocationInterpolationSpeedMax) == 0x000100, "Member 'UCreaturePettingBrushFloatingComponent::AttachedLocationInterpolationSpeedMax' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, AttachedRotationInterpolationSpeedMin) == 0x000104, "Member 'UCreaturePettingBrushFloatingComponent::AttachedRotationInterpolationSpeedMin' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, AttachedRotationInterpolationSpeedMax) == 0x000108, "Member 'UCreaturePettingBrushFloatingComponent::AttachedRotationInterpolationSpeedMax' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, AttachedScaleInterpolationSpeedMin) == 0x00010C, "Member 'UCreaturePettingBrushFloatingComponent::AttachedScaleInterpolationSpeedMin' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, AttachedScaleInterpolationSpeedMax) == 0x000110, "Member 'UCreaturePettingBrushFloatingComponent::AttachedScaleInterpolationSpeedMax' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, AttachedInterpolationSpeedAfterBlend) == 0x000114, "Member 'UCreaturePettingBrushFloatingComponent::AttachedInterpolationSpeedAfterBlend' has a wrong offset!"); \ static_assert(offsetof(UCreaturePettingBrushFloatingComponent, bApplyScaling) == 0x000118, "Member 'UCreaturePettingBrushFloatingComponent::bApplyScaling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblOpportunityWindowTask_ModifyAOECastScratchPad \ static_assert(alignof(UAblOpportunityWindowTask_ModifyAOECastScratchPad) == 0x000008, "Wrong alignment on UAblOpportunityWindowTask_ModifyAOECastScratchPad"); \ static_assert(sizeof(UAblOpportunityWindowTask_ModifyAOECastScratchPad) == 0x000070, "Wrong size on UAblOpportunityWindowTask_ModifyAOECastScratchPad"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerInteractibleItemsFilterIsState \ static_assert(alignof(UFXAutoTriggerInteractibleItemsFilterIsState) == 0x000008, "Wrong alignment on UFXAutoTriggerInteractibleItemsFilterIsState"); \ static_assert(sizeof(UFXAutoTriggerInteractibleItemsFilterIsState) == 0x000030, "Wrong size on UFXAutoTriggerInteractibleItemsFilterIsState"); \ static_assert(offsetof(UFXAutoTriggerInteractibleItemsFilterIsState, State) == 0x000028, "Member 'UFXAutoTriggerInteractibleItemsFilterIsState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablOpportunityWindowTask_ModifyAOECast \ static_assert(alignof(UablOpportunityWindowTask_ModifyAOECast) == 0x000008, "Wrong alignment on UablOpportunityWindowTask_ModifyAOECast"); \ static_assert(sizeof(UablOpportunityWindowTask_ModifyAOECast) == 0x0000D8, "Wrong size on UablOpportunityWindowTask_ModifyAOECast"); \ static_assert(offsetof(UablOpportunityWindowTask_ModifyAOECast, OpportunityType) == 0x0000D0, "Member 'UablOpportunityWindowTask_ModifyAOECast::OpportunityType' has a wrong offset!"); \ static_assert(offsetof(UablOpportunityWindowTask_ModifyAOECast, RemainingLifeTime) == 0x0000D4, "Member 'UablOpportunityWindowTask_ModifyAOECast::RemainingLifeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlyingBroomMovementComponent \ static_assert(alignof(UFlyingBroomMovementComponent) == 0x000008, "Wrong alignment on UFlyingBroomMovementComponent"); \ static_assert(sizeof(UFlyingBroomMovementComponent) == 0x000328, "Wrong size on UFlyingBroomMovementComponent"); \ static_assert(offsetof(UFlyingBroomMovementComponent, MaxSimulationIterations) == 0x000158, "Member 'UFlyingBroomMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomMovementComponent, MaxSimulationTimeStep) == 0x00015C, "Member 'UFlyingBroomMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomMovementComponent, FlyingBroomPhysics) == 0x000160, "Member 'UFlyingBroomMovementComponent::FlyingBroomPhysics' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomMovementComponent, FlyingBroomStats) == 0x000168, "Member 'UFlyingBroomMovementComponent::FlyingBroomStats' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomMovementComponent, bClearAccumulatedForces) == 0x000170, "Member 'UFlyingBroomMovementComponent::bClearAccumulatedForces' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomMovementComponent, FlyingBroomPhysicsStack) == 0x000178, "Member 'UFlyingBroomMovementComponent::FlyingBroomPhysicsStack' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomMovementComponent, FlyingBroomPhysicsScratch) == 0x000188, "Member 'UFlyingBroomMovementComponent::FlyingBroomPhysicsScratch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablPhysicalBodyBlendTask \ static_assert(alignof(UablPhysicalBodyBlendTask) == 0x000008, "Wrong alignment on UablPhysicalBodyBlendTask"); \ static_assert(sizeof(UablPhysicalBodyBlendTask) == 0x000090, "Wrong size on UablPhysicalBodyBlendTask"); \ static_assert(offsetof(UablPhysicalBodyBlendTask, PerBoneBlendWeights) == 0x000070, "Member 'UablPhysicalBodyBlendTask::PerBoneBlendWeights' has a wrong offset!"); \ static_assert(offsetof(UablPhysicalBodyBlendTask, BlendInTime) == 0x000080, "Member 'UablPhysicalBodyBlendTask::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(UablPhysicalBodyBlendTask, BlendInOption) == 0x000084, "Member 'UablPhysicalBodyBlendTask::BlendInOption' has a wrong offset!"); \ static_assert(offsetof(UablPhysicalBodyBlendTask, BlendOutTime) == 0x000088, "Member 'UablPhysicalBodyBlendTask::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(UablPhysicalBodyBlendTask, BlendOutOption) == 0x00008C, "Member 'UablPhysicalBodyBlendTask::BlendOutOption' has a wrong offset!"); \ static_assert(offsetof(UablPhysicalBodyBlendTask, bContinous) == 0x00008D, "Member 'UablPhysicalBodyBlendTask::bContinous' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MorphTargetInterface_OnMorphTargetsReceived \ static_assert(alignof(MorphTargetInterface_OnMorphTargetsReceived) == 0x000008, "Wrong alignment on MorphTargetInterface_OnMorphTargetsReceived"); \ static_assert(sizeof(MorphTargetInterface_OnMorphTargetsReceived) == 0x000058, "Wrong size on MorphTargetInterface_OnMorphTargetsReceived"); \ static_assert(offsetof(MorphTargetInterface_OnMorphTargetsReceived, MorphTargets) == 0x000000, "Member 'MorphTargetInterface_OnMorphTargetsReceived::MorphTargets' has a wrong offset!"); \ static_assert(offsetof(MorphTargetInterface_OnMorphTargetsReceived, ReturnValue) == 0x000050, "Member 'MorphTargetInterface_OnMorphTargetsReceived::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMorphTargetInterface \ static_assert(alignof(IMorphTargetInterface) == 0x000001, "Wrong alignment on IMorphTargetInterface"); \ static_assert(sizeof(IMorphTargetInterface) == 0x000001, "Wrong size on IMorphTargetInterface"); \ #define DUMPER7_ASSERTS_UAblPhysicalReactionTask \ static_assert(alignof(UAblPhysicalReactionTask) == 0x000008, "Wrong alignment on UAblPhysicalReactionTask"); \ static_assert(sizeof(UAblPhysicalReactionTask) == 0x000088, "Wrong size on UAblPhysicalReactionTask"); \ static_assert(offsetof(UAblPhysicalReactionTask, Action) == 0x000070, "Member 'UAblPhysicalReactionTask::Action' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalReactionTask, ReactionStrength) == 0x000071, "Member 'UAblPhysicalReactionTask::ReactionStrength' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalReactionTask, bBlendBackOnTaskEnd) == 0x000072, "Member 'UAblPhysicalReactionTask::bBlendBackOnTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalReactionTask, SetPoseDrivingMode) == 0x000073, "Member 'UAblPhysicalReactionTask::SetPoseDrivingMode' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalReactionTask, PoseDrivingMode) == 0x000074, "Member 'UAblPhysicalReactionTask::PoseDrivingMode' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalReactionTask, PoseDrivingBlendDuration) == 0x000078, "Member 'UAblPhysicalReactionTask::PoseDrivingBlendDuration' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalReactionTask, bSetCenterOfMassDrivingModes) == 0x00007C, "Member 'UAblPhysicalReactionTask::bSetCenterOfMassDrivingModes' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalReactionTask, LocationDrivingMode) == 0x00007D, "Member 'UAblPhysicalReactionTask::LocationDrivingMode' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalReactionTask, RotationDrivingMode) == 0x00007E, "Member 'UAblPhysicalReactionTask::RotationDrivingMode' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalReactionTask, bEnableCcd) == 0x00007F, "Member 'UAblPhysicalReactionTask::bEnableCcd' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalReactionTask, CcdTime) == 0x000080, "Member 'UAblPhysicalReactionTask::CcdTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainCameraHeight \ static_assert(alignof(URenderSettingsCustomBlendDomainCameraHeight) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainCameraHeight"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainCameraHeight) == 0x000038, "Wrong size on URenderSettingsCustomBlendDomainCameraHeight"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainCameraHeight, StartHeightMeters) == 0x000028, "Member 'URenderSettingsCustomBlendDomainCameraHeight::StartHeightMeters' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainCameraHeight, FullHeightMeters) == 0x00002C, "Member 'URenderSettingsCustomBlendDomainCameraHeight::FullHeightMeters' has a wrong offset!"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainCameraHeight, Base) == 0x000030, "Member 'URenderSettingsCustomBlendDomainCameraHeight::Base' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPhysicalReactionBlendBackTask \ static_assert(alignof(UAblPhysicalReactionBlendBackTask) == 0x000008, "Wrong alignment on UAblPhysicalReactionBlendBackTask"); \ static_assert(sizeof(UAblPhysicalReactionBlendBackTask) == 0x000080, "Wrong size on UAblPhysicalReactionBlendBackTask"); \ static_assert(offsetof(UAblPhysicalReactionBlendBackTask, bForcePopOutOfRagdollImmediately) == 0x000070, "Member 'UAblPhysicalReactionBlendBackTask::bForcePopOutOfRagdollImmediately' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalReactionBlendBackTask, bOverrideBlendDuration) == 0x000071, "Member 'UAblPhysicalReactionBlendBackTask::bOverrideBlendDuration' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalReactionBlendBackTask, BlendDurationOverride) == 0x000074, "Member 'UAblPhysicalReactionBlendBackTask::BlendDurationOverride' has a wrong offset!"); \ static_assert(offsetof(UAblPhysicalReactionBlendBackTask, bStationaryCapsuleWhileBlending) == 0x000078, "Member 'UAblPhysicalReactionBlendBackTask::bStationaryCapsuleWhileBlending' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPhysicalReactionConstraintContextTask \ static_assert(alignof(UAblPhysicalReactionConstraintContextTask) == 0x000008, "Wrong alignment on UAblPhysicalReactionConstraintContextTask"); \ static_assert(sizeof(UAblPhysicalReactionConstraintContextTask) == 0x000078, "Wrong size on UAblPhysicalReactionConstraintContextTask"); \ static_assert(offsetof(UAblPhysicalReactionConstraintContextTask, ConstraintContext) == 0x000070, "Member 'UAblPhysicalReactionConstraintContextTask::ConstraintContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_HermesMessage \ static_assert(alignof(USceneAction_HermesMessage) == 0x000008, "Wrong alignment on USceneAction_HermesMessage"); \ static_assert(sizeof(USceneAction_HermesMessage) == 0x0000A8, "Wrong size on USceneAction_HermesMessage"); \ static_assert(offsetof(USceneAction_HermesMessage, Message) == 0x0000A0, "Member 'USceneAction_HermesMessage::Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlayDialogTaskScratchPad \ static_assert(alignof(UAblPlayDialogTaskScratchPad) == 0x000008, "Wrong alignment on UAblPlayDialogTaskScratchPad"); \ static_assert(sizeof(UAblPlayDialogTaskScratchPad) == 0x000040, "Wrong size on UAblPlayDialogTaskScratchPad"); \ static_assert(offsetof(UAblPlayDialogTaskScratchPad, AttachedDialogs) == 0x000028, "Member 'UAblPlayDialogTaskScratchPad::AttachedDialogs' has a wrong offset!"); \ static_assert(offsetof(UAblPlayDialogTaskScratchPad, DialogEventId) == 0x000038, "Member 'UAblPlayDialogTaskScratchPad::DialogEventId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlayDialogTask \ static_assert(alignof(UAblPlayDialogTask) == 0x000008, "Wrong alignment on UAblPlayDialogTask"); \ static_assert(sizeof(UAblPlayDialogTask) == 0x0000F0, "Wrong size on UAblPlayDialogTask"); \ static_assert(offsetof(UAblPlayDialogTask, DialogEventReference) == 0x000070, "Member 'UAblPlayDialogTask::DialogEventReference' has a wrong offset!"); \ static_assert(offsetof(UAblPlayDialogTask, DialogEvent) == 0x000080, "Member 'UAblPlayDialogTask::DialogEvent' has a wrong offset!"); \ static_assert(offsetof(UAblPlayDialogTask, EventName) == 0x000088, "Member 'UAblPlayDialogTask::EventName' has a wrong offset!"); \ static_assert(offsetof(UAblPlayDialogTask, AudioDialogueFlags) == 0x000090, "Member 'UAblPlayDialogTask::AudioDialogueFlags' has a wrong offset!"); \ static_assert(offsetof(UAblPlayDialogTask, bStopWhenAttachedToDestroyed) == 0x000097, "Member 'UAblPlayDialogTask::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(UAblPlayDialogTask, bStopDialogueOnEndTask) == 0x000098, "Member 'UAblPlayDialogTask::bStopDialogueOnEndTask' has a wrong offset!"); \ static_assert(offsetof(UAblPlayDialogTask, AllowedSubtypeIDs) == 0x0000A0, "Member 'UAblPlayDialogTask::AllowedSubtypeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateStencilManagerLockStencilCustomDepthData \ static_assert(alignof(UMaterialSwapMeshStateStencilManagerLockStencilCustomDepthData) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateStencilManagerLockStencilCustomDepthData"); \ static_assert(sizeof(UMaterialSwapMeshStateStencilManagerLockStencilCustomDepthData) == 0x000030, "Wrong size on UMaterialSwapMeshStateStencilManagerLockStencilCustomDepthData"); \ static_assert(offsetof(UMaterialSwapMeshStateStencilManagerLockStencilCustomDepthData, StencilManagerSingleton) == 0x000028, "Member 'UMaterialSwapMeshStateStencilManagerLockStencilCustomDepthData::StencilManagerSingleton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlayObjectArchitectMultiFxAssetTask \ static_assert(alignof(UAblPlayObjectArchitectMultiFxAssetTask) == 0x000008, "Wrong alignment on UAblPlayObjectArchitectMultiFxAssetTask"); \ static_assert(sizeof(UAblPlayObjectArchitectMultiFxAssetTask) == 0x0000D0, "Wrong size on UAblPlayObjectArchitectMultiFxAssetTask"); \ static_assert(offsetof(UAblPlayObjectArchitectMultiFxAssetTask, BaseObjectArchitectTags) == 0x0000A0, "Member 'UAblPlayObjectArchitectMultiFxAssetTask::BaseObjectArchitectTags' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectMultiFxAssetTask, TagChoosers) == 0x0000C0, "Member 'UAblPlayObjectArchitectMultiFxAssetTask::TagChoosers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFadeProvider_UIOnly \ static_assert(alignof(UFadeProvider_UIOnly) == 0x000008, "Wrong alignment on UFadeProvider_UIOnly"); \ static_assert(sizeof(UFadeProvider_UIOnly) == 0x000028, "Wrong size on UFadeProvider_UIOnly"); \ #define DUMPER7_ASSERTS_UAblPlayMultiFxAssetNpcTask \ static_assert(alignof(UAblPlayMultiFxAssetNpcTask) == 0x000008, "Wrong alignment on UAblPlayMultiFxAssetNpcTask"); \ static_assert(sizeof(UAblPlayMultiFxAssetNpcTask) == 0x0000D0, "Wrong size on UAblPlayMultiFxAssetNpcTask"); \ #define DUMPER7_ASSERTS_CapturingWidget_HideWhenReady \ static_assert(alignof(CapturingWidget_HideWhenReady) == 0x000004, "Wrong alignment on CapturingWidget_HideWhenReady"); \ static_assert(sizeof(CapturingWidget_HideWhenReady) == 0x000004, "Wrong size on CapturingWidget_HideWhenReady"); \ static_assert(offsetof(CapturingWidget_HideWhenReady, HideAfterTime) == 0x000000, "Member 'CapturingWidget_HideWhenReady::HideAfterTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCapturingWidget \ static_assert(alignof(UCapturingWidget) == 0x000008, "Wrong alignment on UCapturingWidget"); \ static_assert(sizeof(UCapturingWidget) == 0x000310, "Wrong size on UCapturingWidget"); \ static_assert(offsetof(UCapturingWidget, CaptureDevice) == 0x0002E8, "Member 'UCapturingWidget::CaptureDevice' has a wrong offset!"); \ static_assert(offsetof(UCapturingWidget, AttachedComponent) == 0x0002F0, "Member 'UCapturingWidget::AttachedComponent' has a wrong offset!"); \ static_assert(offsetof(UCapturingWidget, bIsProjectedFromOffscreen) == 0x0002F8, "Member 'UCapturingWidget::bIsProjectedFromOffscreen' has a wrong offset!"); \ static_assert(offsetof(UCapturingWidget, ProjectionDirection) == 0x0002FC, "Member 'UCapturingWidget::ProjectionDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldEventCondition_MonthsOfTheYear \ static_assert(alignof(UWorldEventCondition_MonthsOfTheYear) == 0x000008, "Wrong alignment on UWorldEventCondition_MonthsOfTheYear"); \ static_assert(sizeof(UWorldEventCondition_MonthsOfTheYear) == 0x000048, "Wrong size on UWorldEventCondition_MonthsOfTheYear"); \ static_assert(offsetof(UWorldEventCondition_MonthsOfTheYear, MonthsToCheck) == 0x000038, "Member 'UWorldEventCondition_MonthsOfTheYear::MonthsToCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlayMultiFxAssetScratchpad \ static_assert(alignof(UAblPlayMultiFxAssetScratchpad) == 0x000008, "Wrong alignment on UAblPlayMultiFxAssetScratchpad"); \ static_assert(sizeof(UAblPlayMultiFxAssetScratchpad) == 0x000048, "Wrong size on UAblPlayMultiFxAssetScratchpad"); \ static_assert(offsetof(UAblPlayMultiFxAssetScratchpad, TaskConditionScratchpads) == 0x000030, "Member 'UAblPlayMultiFxAssetScratchpad::TaskConditionScratchpads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldEventCondition_Combat \ static_assert(alignof(UWorldEventCondition_Combat) == 0x000008, "Wrong alignment on UWorldEventCondition_Combat"); \ static_assert(sizeof(UWorldEventCondition_Combat) == 0x000050, "Wrong size on UWorldEventCondition_Combat"); \ static_assert(offsetof(UWorldEventCondition_Combat, DespawnDistance) == 0x000038, "Member 'UWorldEventCondition_Combat::DespawnDistance' has a wrong offset!"); \ static_assert(offsetof(UWorldEventCondition_Combat, bDespawnOnConditionFail) == 0x00003C, "Member 'UWorldEventCondition_Combat::bDespawnOnConditionFail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlayMultiFxScratchpad \ static_assert(alignof(UAblPlayMultiFxScratchpad) == 0x000008, "Wrong alignment on UAblPlayMultiFxScratchpad"); \ static_assert(sizeof(UAblPlayMultiFxScratchpad) == 0x000058, "Wrong size on UAblPlayMultiFxScratchpad"); \ static_assert(offsetof(UAblPlayMultiFxScratchpad, TaskConditionScratchpads) == 0x000030, "Member 'UAblPlayMultiFxScratchpad::TaskConditionScratchpads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlayMultiFxTask \ static_assert(alignof(UAblPlayMultiFxTask) == 0x000008, "Wrong alignment on UAblPlayMultiFxTask"); \ static_assert(sizeof(UAblPlayMultiFxTask) == 0x0000D0, "Wrong size on UAblPlayMultiFxTask"); \ static_assert(offsetof(UAblPlayMultiFxTask, MultiFXHandleName) == 0x000070, "Member 'UAblPlayMultiFxTask::MultiFXHandleName' has a wrong offset!"); \ static_assert(offsetof(UAblPlayMultiFxTask, FX) == 0x000078, "Member 'UAblPlayMultiFxTask::FX' has a wrong offset!"); \ static_assert(offsetof(UAblPlayMultiFxTask, Location) == 0x000088, "Member 'UAblPlayMultiFxTask::Location' has a wrong offset!"); \ static_assert(offsetof(UAblPlayMultiFxTask, Rotation) == 0x000094, "Member 'UAblPlayMultiFxTask::Rotation' has a wrong offset!"); \ static_assert(offsetof(UAblPlayMultiFxTask, AttachPointName) == 0x0000A0, "Member 'UAblPlayMultiFxTask::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(UAblPlayMultiFxTask, bShutdownPreviousEffect) == 0x0000A8, "Member 'UAblPlayMultiFxTask::bShutdownPreviousEffect' has a wrong offset!"); \ static_assert(offsetof(UAblPlayMultiFxTask, bDeactivateOnTaskEnd) == 0x0000A9, "Member 'UAblPlayMultiFxTask::bDeactivateOnTaskEnd' has a wrong offset!"); \ static_assert(offsetof(UAblPlayMultiFxTask, TaskConditions) == 0x0000B0, "Member 'UAblPlayMultiFxTask::TaskConditions' has a wrong offset!"); \ static_assert(offsetof(UAblPlayMultiFxTask, ChildTasks) == 0x0000C0, "Member 'UAblPlayMultiFxTask::ChildTasks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlayObjectArchitectVfxWithRandomTraitsTask \ static_assert(alignof(UAblPlayObjectArchitectVfxWithRandomTraitsTask) == 0x000008, "Wrong alignment on UAblPlayObjectArchitectVfxWithRandomTraitsTask"); \ static_assert(sizeof(UAblPlayObjectArchitectVfxWithRandomTraitsTask) == 0x000140, "Wrong size on UAblPlayObjectArchitectVfxWithRandomTraitsTask"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxWithRandomTraitsTask, LocationMin) == 0x0000C8, "Member 'UAblPlayObjectArchitectVfxWithRandomTraitsTask::LocationMin' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxWithRandomTraitsTask, LocationMax) == 0x0000D4, "Member 'UAblPlayObjectArchitectVfxWithRandomTraitsTask::LocationMax' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxWithRandomTraitsTask, RotationMin) == 0x0000E0, "Member 'UAblPlayObjectArchitectVfxWithRandomTraitsTask::RotationMin' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxWithRandomTraitsTask, RotationMax) == 0x0000EC, "Member 'UAblPlayObjectArchitectVfxWithRandomTraitsTask::RotationMax' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxWithRandomTraitsTask, ScaleMin) == 0x0000F8, "Member 'UAblPlayObjectArchitectVfxWithRandomTraitsTask::ScaleMin' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxWithRandomTraitsTask, ScaleMax) == 0x000104, "Member 'UAblPlayObjectArchitectVfxWithRandomTraitsTask::ScaleMax' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxWithRandomTraitsTask, LifeSpanMin) == 0x000110, "Member 'UAblPlayObjectArchitectVfxWithRandomTraitsTask::LifeSpanMin' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxWithRandomTraitsTask, LifeSpanMax) == 0x000114, "Member 'UAblPlayObjectArchitectVfxWithRandomTraitsTask::LifeSpanMax' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxWithRandomTraitsTask, FadeInTimeMin) == 0x000118, "Member 'UAblPlayObjectArchitectVfxWithRandomTraitsTask::FadeInTimeMin' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxWithRandomTraitsTask, FadeInTimeMax) == 0x00011C, "Member 'UAblPlayObjectArchitectVfxWithRandomTraitsTask::FadeInTimeMax' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxWithRandomTraitsTask, FadeOutTimeMin) == 0x000120, "Member 'UAblPlayObjectArchitectVfxWithRandomTraitsTask::FadeOutTimeMin' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxWithRandomTraitsTask, FadeOutTimeMax) == 0x000124, "Member 'UAblPlayObjectArchitectVfxWithRandomTraitsTask::FadeOutTimeMax' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxWithRandomTraitsTask, DecalSizeMin) == 0x000128, "Member 'UAblPlayObjectArchitectVfxWithRandomTraitsTask::DecalSizeMin' has a wrong offset!"); \ static_assert(offsetof(UAblPlayObjectArchitectVfxWithRandomTraitsTask, DecalSizeMax) == 0x000134, "Member 'UAblPlayObjectArchitectVfxWithRandomTraitsTask::DecalSizeMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FadeInAsyncAction_FadeIn \ static_assert(alignof(FadeInAsyncAction_FadeIn) == 0x000008, "Wrong alignment on FadeInAsyncAction_FadeIn"); \ static_assert(sizeof(FadeInAsyncAction_FadeIn) == 0x000010, "Wrong size on FadeInAsyncAction_FadeIn"); \ static_assert(offsetof(FadeInAsyncAction_FadeIn, Duration) == 0x000000, "Member 'FadeInAsyncAction_FadeIn::Duration' has a wrong offset!"); \ static_assert(offsetof(FadeInAsyncAction_FadeIn, ReturnValue) == 0x000008, "Member 'FadeInAsyncAction_FadeIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFadeInAsyncAction \ static_assert(alignof(UFadeInAsyncAction) == 0x000008, "Wrong alignment on UFadeInAsyncAction"); \ static_assert(sizeof(UFadeInAsyncAction) == 0x000048, "Wrong size on UFadeInAsyncAction"); \ static_assert(offsetof(UFadeInAsyncAction, Complete) == 0x000030, "Member 'UFadeInAsyncAction::Complete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPlayPostAkEvent \ static_assert(alignof(UAblPlayPostAkEvent) == 0x000008, "Wrong alignment on UAblPlayPostAkEvent"); \ static_assert(sizeof(UAblPlayPostAkEvent) == 0x000090, "Wrong size on UAblPlayPostAkEvent"); \ static_assert(offsetof(UAblPlayPostAkEvent, AkEvent) == 0x000070, "Member 'UAblPlayPostAkEvent::AkEvent' has a wrong offset!"); \ static_assert(offsetof(UAblPlayPostAkEvent, EventName) == 0x000078, "Member 'UAblPlayPostAkEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(UAblPlayPostAkEvent, bStopWhenAttachedToDestroyed) == 0x000080, "Member 'UAblPlayPostAkEvent::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(UAblPlayPostAkEvent, bPlayerOnly) == 0x000081, "Member 'UAblPlayPostAkEvent::bPlayerOnly' has a wrong offset!"); \ static_assert(offsetof(UAblPlayPostAkEvent, bPlayerInstigationOnly) == 0x000082, "Member 'UAblPlayPostAkEvent::bPlayerInstigationOnly' has a wrong offset!"); \ static_assert(offsetof(UAblPlayPostAkEvent, EventToPostOnTaskEnd) == 0x000088, "Member 'UAblPlayPostAkEvent::EventToPostOnTaskEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroundSwarmingControlComponent \ static_assert(alignof(UGroundSwarmingControlComponent) == 0x000010, "Wrong alignment on UGroundSwarmingControlComponent"); \ static_assert(sizeof(UGroundSwarmingControlComponent) == 0x000220, "Wrong size on UGroundSwarmingControlComponent"); \ #define DUMPER7_ASSERTS_UGroundSwarmingMultiComponent \ static_assert(alignof(UGroundSwarmingMultiComponent) == 0x000010, "Wrong alignment on UGroundSwarmingMultiComponent"); \ static_assert(sizeof(UGroundSwarmingMultiComponent) == 0x0004E0, "Wrong size on UGroundSwarmingMultiComponent"); \ static_assert(offsetof(UGroundSwarmingMultiComponent, ExternalForce) == 0x000220, "Member 'UGroundSwarmingMultiComponent::ExternalForce' has a wrong offset!"); \ static_assert(offsetof(UGroundSwarmingMultiComponent, ForceModifier) == 0x0002F0, "Member 'UGroundSwarmingMultiComponent::ForceModifier' has a wrong offset!"); \ static_assert(offsetof(UGroundSwarmingMultiComponent, DeathVolume) == 0x0003C0, "Member 'UGroundSwarmingMultiComponent::DeathVolume' has a wrong offset!"); \ static_assert(offsetof(UGroundSwarmingMultiComponent, bUseExternalForce) == 0x0004D0, "Member 'UGroundSwarmingMultiComponent::bUseExternalForce' has a wrong offset!"); \ static_assert(offsetof(UGroundSwarmingMultiComponent, bUseForceModifier) == 0x0004D1, "Member 'UGroundSwarmingMultiComponent::bUseForceModifier' has a wrong offset!"); \ static_assert(offsetof(UGroundSwarmingMultiComponent, bUseDeathVolume) == 0x0004D2, "Member 'UGroundSwarmingMultiComponent::bUseDeathVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPostAccessibilityAudioCueTask \ static_assert(alignof(UAblPostAccessibilityAudioCueTask) == 0x000008, "Wrong alignment on UAblPostAccessibilityAudioCueTask"); \ static_assert(sizeof(UAblPostAccessibilityAudioCueTask) == 0x000078, "Wrong size on UAblPostAccessibilityAudioCueTask"); \ static_assert(offsetof(UAblPostAccessibilityAudioCueTask, AudioCueEventType) == 0x000070, "Member 'UAblPostAccessibilityAudioCueTask::AudioCueEventType' has a wrong offset!"); \ static_assert(offsetof(UAblPostAccessibilityAudioCueTask, bOneShot) == 0x000071, "Member 'UAblPostAccessibilityAudioCueTask::bOneShot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablPreStartMoveBodyLeanTask \ static_assert(alignof(UablPreStartMoveBodyLeanTask) == 0x000008, "Wrong alignment on UablPreStartMoveBodyLeanTask"); \ static_assert(sizeof(UablPreStartMoveBodyLeanTask) == 0x000080, "Wrong size on UablPreStartMoveBodyLeanTask"); \ static_assert(offsetof(UablPreStartMoveBodyLeanTask, PlayOnChannel) == 0x000070, "Member 'UablPreStartMoveBodyLeanTask::PlayOnChannel' has a wrong offset!"); \ static_assert(offsetof(UablPreStartMoveBodyLeanTask, BodyLeanAbilityClass) == 0x000078, "Member 'UablPreStartMoveBodyLeanTask::BodyLeanAbilityClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblPushAwayFromInstigatorTask \ static_assert(alignof(UAblPushAwayFromInstigatorTask) == 0x000008, "Wrong alignment on UAblPushAwayFromInstigatorTask"); \ static_assert(sizeof(UAblPushAwayFromInstigatorTask) == 0x000080, "Wrong size on UAblPushAwayFromInstigatorTask"); \ static_assert(offsetof(UAblPushAwayFromInstigatorTask, Distance) == 0x000070, "Member 'UAblPushAwayFromInstigatorTask::Distance' has a wrong offset!"); \ static_assert(offsetof(UAblPushAwayFromInstigatorTask, Speed) == 0x000074, "Member 'UAblPushAwayFromInstigatorTask::Speed' has a wrong offset!"); \ static_assert(offsetof(UAblPushAwayFromInstigatorTask, bContinuousDistanceCheck) == 0x000078, "Member 'UAblPushAwayFromInstigatorTask::bContinuousDistanceCheck' has a wrong offset!"); \ static_assert(offsetof(UAblPushAwayFromInstigatorTask, bIncludeCapsuleSizeInDistanceCheck) == 0x000079, "Member 'UAblPushAwayFromInstigatorTask::bIncludeCapsuleSizeInDistanceCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_RenderDocCaptureFrames \ static_assert(alignof(USceneAction_RenderDocCaptureFrames) == 0x000008, "Wrong alignment on USceneAction_RenderDocCaptureFrames"); \ static_assert(sizeof(USceneAction_RenderDocCaptureFrames) == 0x000090, "Wrong size on USceneAction_RenderDocCaptureFrames"); \ static_assert(offsetof(USceneAction_RenderDocCaptureFrames, Frames) == 0x000088, "Member 'USceneAction_RenderDocCaptureFrames::Frames' has a wrong offset!"); \ static_assert(offsetof(USceneAction_RenderDocCaptureFrames, bCaptureInSceneRigEditor) == 0x00008C, "Member 'USceneAction_RenderDocCaptureFrames::bCaptureInSceneRigEditor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblRagdollBehaviorChangedConditionScratchpad \ static_assert(alignof(UAblRagdollBehaviorChangedConditionScratchpad) == 0x000008, "Wrong alignment on UAblRagdollBehaviorChangedConditionScratchpad"); \ static_assert(sizeof(UAblRagdollBehaviorChangedConditionScratchpad) == 0x000038, "Wrong size on UAblRagdollBehaviorChangedConditionScratchpad"); \ #define DUMPER7_ASSERTS_UGroundSwarmingExternalForceComponent \ static_assert(alignof(UGroundSwarmingExternalForceComponent) == 0x000010, "Wrong alignment on UGroundSwarmingExternalForceComponent"); \ static_assert(sizeof(UGroundSwarmingExternalForceComponent) == 0x0002F0, "Wrong size on UGroundSwarmingExternalForceComponent"); \ static_assert(offsetof(UGroundSwarmingExternalForceComponent, ExternalForce) == 0x000220, "Member 'UGroundSwarmingExternalForceComponent::ExternalForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_AddStateToStack \ static_assert(alignof(AvaAudioGameplayStatics_AddStateToStack) == 0x000004, "Wrong alignment on AvaAudioGameplayStatics_AddStateToStack"); \ static_assert(sizeof(AvaAudioGameplayStatics_AddStateToStack) == 0x000018, "Wrong size on AvaAudioGameplayStatics_AddStateToStack"); \ static_assert(offsetof(AvaAudioGameplayStatics_AddStateToStack, stateGroup) == 0x000000, "Member 'AvaAudioGameplayStatics_AddStateToStack::stateGroup' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_AddStateToStack, State) == 0x000008, "Member 'AvaAudioGameplayStatics_AddStateToStack::State' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_AddStateToStack, Priority) == 0x000010, "Member 'AvaAudioGameplayStatics_AddStateToStack::Priority' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_AddStateToStack, ReturnValue) == 0x000014, "Member 'AvaAudioGameplayStatics_AddStateToStack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_ClearDialogueCompleteNotification \ static_assert(alignof(AvaAudioGameplayStatics_ClearDialogueCompleteNotification) == 0x000004, "Wrong alignment on AvaAudioGameplayStatics_ClearDialogueCompleteNotification"); \ static_assert(sizeof(AvaAudioGameplayStatics_ClearDialogueCompleteNotification) == 0x000004, "Wrong size on AvaAudioGameplayStatics_ClearDialogueCompleteNotification"); \ static_assert(offsetof(AvaAudioGameplayStatics_ClearDialogueCompleteNotification, DialogueHandle) == 0x000000, "Member 'AvaAudioGameplayStatics_ClearDialogueCompleteNotification::DialogueHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_DebugDialogueChangeLanguage \ static_assert(alignof(AvaAudioGameplayStatics_DebugDialogueChangeLanguage) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_DebugDialogueChangeLanguage"); \ static_assert(sizeof(AvaAudioGameplayStatics_DebugDialogueChangeLanguage) == 0x000010, "Wrong size on AvaAudioGameplayStatics_DebugDialogueChangeLanguage"); \ static_assert(offsetof(AvaAudioGameplayStatics_DebugDialogueChangeLanguage, Language) == 0x000000, "Member 'AvaAudioGameplayStatics_DebugDialogueChangeLanguage::Language' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_DebugDialoguePlay \ static_assert(alignof(AvaAudioGameplayStatics_DebugDialoguePlay) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_DebugDialoguePlay"); \ static_assert(sizeof(AvaAudioGameplayStatics_DebugDialoguePlay) == 0x000018, "Wrong size on AvaAudioGameplayStatics_DebugDialoguePlay"); \ static_assert(offsetof(AvaAudioGameplayStatics_DebugDialoguePlay, Actor) == 0x000000, "Member 'AvaAudioGameplayStatics_DebugDialoguePlay::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_DebugDialoguePlay, lineID) == 0x000008, "Member 'AvaAudioGameplayStatics_DebugDialoguePlay::lineID' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_DebugDialoguePlay, ReturnValue) == 0x000010, "Member 'AvaAudioGameplayStatics_DebugDialoguePlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_DialogueReferenceIsValid \ static_assert(alignof(AvaAudioGameplayStatics_DialogueReferenceIsValid) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_DialogueReferenceIsValid"); \ static_assert(sizeof(AvaAudioGameplayStatics_DialogueReferenceIsValid) == 0x000018, "Wrong size on AvaAudioGameplayStatics_DialogueReferenceIsValid"); \ static_assert(offsetof(AvaAudioGameplayStatics_DialogueReferenceIsValid, DialogueReference) == 0x000000, "Member 'AvaAudioGameplayStatics_DialogueReferenceIsValid::DialogueReference' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_DialogueReferenceIsValid, ReturnValue) == 0x000010, "Member 'AvaAudioGameplayStatics_DialogueReferenceIsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_DialogueSequenceReferenceIsValid \ static_assert(alignof(AvaAudioGameplayStatics_DialogueSequenceReferenceIsValid) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_DialogueSequenceReferenceIsValid"); \ static_assert(sizeof(AvaAudioGameplayStatics_DialogueSequenceReferenceIsValid) == 0x000028, "Wrong size on AvaAudioGameplayStatics_DialogueSequenceReferenceIsValid"); \ static_assert(offsetof(AvaAudioGameplayStatics_DialogueSequenceReferenceIsValid, Reference) == 0x000000, "Member 'AvaAudioGameplayStatics_DialogueSequenceReferenceIsValid::Reference' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_DialogueSequenceReferenceIsValid, ReturnValue) == 0x000020, "Member 'AvaAudioGameplayStatics_DialogueSequenceReferenceIsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_GetPlayerGenderVoice \ static_assert(alignof(AvaAudioGameplayStatics_GetPlayerGenderVoice) == 0x000001, "Wrong alignment on AvaAudioGameplayStatics_GetPlayerGenderVoice"); \ static_assert(sizeof(AvaAudioGameplayStatics_GetPlayerGenderVoice) == 0x000001, "Wrong size on AvaAudioGameplayStatics_GetPlayerGenderVoice"); \ static_assert(offsetof(AvaAudioGameplayStatics_GetPlayerGenderVoice, ReturnValue) == 0x000000, "Member 'AvaAudioGameplayStatics_GetPlayerGenderVoice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_GetSourcePlayPosition \ static_assert(alignof(AvaAudioGameplayStatics_GetSourcePlayPosition) == 0x000004, "Wrong alignment on AvaAudioGameplayStatics_GetSourcePlayPosition"); \ static_assert(sizeof(AvaAudioGameplayStatics_GetSourcePlayPosition) == 0x000010, "Wrong size on AvaAudioGameplayStatics_GetSourcePlayPosition"); \ static_assert(offsetof(AvaAudioGameplayStatics_GetSourcePlayPosition, DialogueHandle) == 0x000000, "Member 'AvaAudioGameplayStatics_GetSourcePlayPosition::DialogueHandle' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_GetSourcePlayPosition, Out_AudioSeconds) == 0x000004, "Member 'AvaAudioGameplayStatics_GetSourcePlayPosition::Out_AudioSeconds' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_GetSourcePlayPosition, Out_LipsyncPrerollAdjustedSeconds) == 0x000008, "Member 'AvaAudioGameplayStatics_GetSourcePlayPosition::Out_LipsyncPrerollAdjustedSeconds' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_GetSourcePlayPosition, ReturnValue) == 0x00000C, "Member 'AvaAudioGameplayStatics_GetSourcePlayPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_HermesBindAudioDialogueLineEndedData \ static_assert(alignof(AvaAudioGameplayStatics_HermesBindAudioDialogueLineEndedData) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_HermesBindAudioDialogueLineEndedData"); \ static_assert(sizeof(AvaAudioGameplayStatics_HermesBindAudioDialogueLineEndedData) == 0x000028, "Wrong size on AvaAudioGameplayStatics_HermesBindAudioDialogueLineEndedData"); \ static_assert(offsetof(AvaAudioGameplayStatics_HermesBindAudioDialogueLineEndedData, Delegate_AudioDialogueLineEndedData) == 0x000000, "Member 'AvaAudioGameplayStatics_HermesBindAudioDialogueLineEndedData::Delegate_AudioDialogueLineEndedData' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_HermesBindAudioDialogueLineEndedData, Owner) == 0x000010, "Member 'AvaAudioGameplayStatics_HermesBindAudioDialogueLineEndedData::Owner' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_HermesBindAudioDialogueLineEndedData, Handle) == 0x000018, "Member 'AvaAudioGameplayStatics_HermesBindAudioDialogueLineEndedData::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_HermesBindAudioDialogueLineStartedData \ static_assert(alignof(AvaAudioGameplayStatics_HermesBindAudioDialogueLineStartedData) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_HermesBindAudioDialogueLineStartedData"); \ static_assert(sizeof(AvaAudioGameplayStatics_HermesBindAudioDialogueLineStartedData) == 0x000028, "Wrong size on AvaAudioGameplayStatics_HermesBindAudioDialogueLineStartedData"); \ static_assert(offsetof(AvaAudioGameplayStatics_HermesBindAudioDialogueLineStartedData, Delegate_AudioDialogueLineStartedData) == 0x000000, "Member 'AvaAudioGameplayStatics_HermesBindAudioDialogueLineStartedData::Delegate_AudioDialogueLineStartedData' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_HermesBindAudioDialogueLineStartedData, Owner) == 0x000010, "Member 'AvaAudioGameplayStatics_HermesBindAudioDialogueLineStartedData::Owner' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_HermesBindAudioDialogueLineStartedData, Handle) == 0x000018, "Member 'AvaAudioGameplayStatics_HermesBindAudioDialogueLineStartedData::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_InitActorAudio \ static_assert(alignof(AvaAudioGameplayStatics_InitActorAudio) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_InitActorAudio"); \ static_assert(sizeof(AvaAudioGameplayStatics_InitActorAudio) == 0x000008, "Wrong size on AvaAudioGameplayStatics_InitActorAudio"); \ static_assert(offsetof(AvaAudioGameplayStatics_InitActorAudio, Actor) == 0x000000, "Member 'AvaAudioGameplayStatics_InitActorAudio::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_IsDialogueEventActive \ static_assert(alignof(AvaAudioGameplayStatics_IsDialogueEventActive) == 0x000004, "Wrong alignment on AvaAudioGameplayStatics_IsDialogueEventActive"); \ static_assert(sizeof(AvaAudioGameplayStatics_IsDialogueEventActive) == 0x000008, "Wrong size on AvaAudioGameplayStatics_IsDialogueEventActive"); \ static_assert(offsetof(AvaAudioGameplayStatics_IsDialogueEventActive, DialogueHandle) == 0x000000, "Member 'AvaAudioGameplayStatics_IsDialogueEventActive::DialogueHandle' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_IsDialogueEventActive, ReturnValue) == 0x000004, "Member 'AvaAudioGameplayStatics_IsDialogueEventActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_IsStateOnTopOfStack \ static_assert(alignof(AvaAudioGameplayStatics_IsStateOnTopOfStack) == 0x000004, "Wrong alignment on AvaAudioGameplayStatics_IsStateOnTopOfStack"); \ static_assert(sizeof(AvaAudioGameplayStatics_IsStateOnTopOfStack) == 0x000014, "Wrong size on AvaAudioGameplayStatics_IsStateOnTopOfStack"); \ static_assert(offsetof(AvaAudioGameplayStatics_IsStateOnTopOfStack, stateGroup) == 0x000000, "Member 'AvaAudioGameplayStatics_IsStateOnTopOfStack::stateGroup' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_IsStateOnTopOfStack, State) == 0x000008, "Member 'AvaAudioGameplayStatics_IsStateOnTopOfStack::State' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_IsStateOnTopOfStack, ReturnValue) == 0x000010, "Member 'AvaAudioGameplayStatics_IsStateOnTopOfStack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_LatchSpell \ static_assert(alignof(AvaAudioGameplayStatics_LatchSpell) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_LatchSpell"); \ static_assert(sizeof(AvaAudioGameplayStatics_LatchSpell) == 0x000010, "Wrong size on AvaAudioGameplayStatics_LatchSpell"); \ static_assert(offsetof(AvaAudioGameplayStatics_LatchSpell, AudioSpellName) == 0x000000, "Member 'AvaAudioGameplayStatics_LatchSpell::AudioSpellName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_LatchSpell, Actor) == 0x000008, "Member 'AvaAudioGameplayStatics_LatchSpell::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_MusicStackAddEventAtLocationByName \ static_assert(alignof(AvaAudioGameplayStatics_MusicStackAddEventAtLocationByName) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_MusicStackAddEventAtLocationByName"); \ static_assert(sizeof(AvaAudioGameplayStatics_MusicStackAddEventAtLocationByName) == 0x000038, "Wrong size on AvaAudioGameplayStatics_MusicStackAddEventAtLocationByName"); \ static_assert(offsetof(AvaAudioGameplayStatics_MusicStackAddEventAtLocationByName, EventName) == 0x000000, "Member 'AvaAudioGameplayStatics_MusicStackAddEventAtLocationByName::EventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_MusicStackAddEventAtLocationByName, Priority) == 0x000010, "Member 'AvaAudioGameplayStatics_MusicStackAddEventAtLocationByName::Priority' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_MusicStackAddEventAtLocationByName, Location) == 0x000014, "Member 'AvaAudioGameplayStatics_MusicStackAddEventAtLocationByName::Location' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_MusicStackAddEventAtLocationByName, Orientation) == 0x000020, "Member 'AvaAudioGameplayStatics_MusicStackAddEventAtLocationByName::Orientation' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_MusicStackAddEventAtLocationByName, WorldContextObject) == 0x000030, "Member 'AvaAudioGameplayStatics_MusicStackAddEventAtLocationByName::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_MusicStackAddModMusicAtLocation \ static_assert(alignof(AvaAudioGameplayStatics_MusicStackAddModMusicAtLocation) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_MusicStackAddModMusicAtLocation"); \ static_assert(sizeof(AvaAudioGameplayStatics_MusicStackAddModMusicAtLocation) == 0x000030, "Wrong size on AvaAudioGameplayStatics_MusicStackAddModMusicAtLocation"); \ static_assert(offsetof(AvaAudioGameplayStatics_MusicStackAddModMusicAtLocation, ModMusic) == 0x000000, "Member 'AvaAudioGameplayStatics_MusicStackAddModMusicAtLocation::ModMusic' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_MusicStackAddModMusicAtLocation, Priority) == 0x000008, "Member 'AvaAudioGameplayStatics_MusicStackAddModMusicAtLocation::Priority' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_MusicStackAddModMusicAtLocation, Location) == 0x00000C, "Member 'AvaAudioGameplayStatics_MusicStackAddModMusicAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_MusicStackAddModMusicAtLocation, Orientation) == 0x000018, "Member 'AvaAudioGameplayStatics_MusicStackAddModMusicAtLocation::Orientation' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_MusicStackAddModMusicAtLocation, WorldContextObject) == 0x000028, "Member 'AvaAudioGameplayStatics_MusicStackAddModMusicAtLocation::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_MusicStackRemoveEventByName \ static_assert(alignof(AvaAudioGameplayStatics_MusicStackRemoveEventByName) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_MusicStackRemoveEventByName"); \ static_assert(sizeof(AvaAudioGameplayStatics_MusicStackRemoveEventByName) == 0x000010, "Wrong size on AvaAudioGameplayStatics_MusicStackRemoveEventByName"); \ static_assert(offsetof(AvaAudioGameplayStatics_MusicStackRemoveEventByName, EventName) == 0x000000, "Member 'AvaAudioGameplayStatics_MusicStackRemoveEventByName::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_MusicStackRemoveModMusic \ static_assert(alignof(AvaAudioGameplayStatics_MusicStackRemoveModMusic) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_MusicStackRemoveModMusic"); \ static_assert(sizeof(AvaAudioGameplayStatics_MusicStackRemoveModMusic) == 0x000008, "Wrong size on AvaAudioGameplayStatics_MusicStackRemoveModMusic"); \ static_assert(offsetof(AvaAudioGameplayStatics_MusicStackRemoveModMusic, ModMusic) == 0x000000, "Member 'AvaAudioGameplayStatics_MusicStackRemoveModMusic::ModMusic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PlayDialogueSequence \ static_assert(alignof(AvaAudioGameplayStatics_PlayDialogueSequence) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PlayDialogueSequence"); \ static_assert(sizeof(AvaAudioGameplayStatics_PlayDialogueSequence) == 0x000030, "Wrong size on AvaAudioGameplayStatics_PlayDialogueSequence"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequence, DialogueEvent) == 0x000000, "Member 'AvaAudioGameplayStatics_PlayDialogueSequence::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequence, DialogueEventName) == 0x000008, "Member 'AvaAudioGameplayStatics_PlayDialogueSequence::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequence, Actors) == 0x000018, "Member 'AvaAudioGameplayStatics_PlayDialogueSequence::Actors' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequence, flags) == 0x000028, "Member 'AvaAudioGameplayStatics_PlayDialogueSequence::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequence, ReturnValue) == 0x00002C, "Member 'AvaAudioGameplayStatics_PlayDialogueSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PlayDialogueSequenceByReference \ static_assert(alignof(AvaAudioGameplayStatics_PlayDialogueSequenceByReference) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PlayDialogueSequenceByReference"); \ static_assert(sizeof(AvaAudioGameplayStatics_PlayDialogueSequenceByReference) == 0x000028, "Wrong size on AvaAudioGameplayStatics_PlayDialogueSequenceByReference"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequenceByReference, DialogueEventName) == 0x000000, "Member 'AvaAudioGameplayStatics_PlayDialogueSequenceByReference::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequenceByReference, Actors) == 0x000010, "Member 'AvaAudioGameplayStatics_PlayDialogueSequenceByReference::Actors' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequenceByReference, flags) == 0x000020, "Member 'AvaAudioGameplayStatics_PlayDialogueSequenceByReference::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequenceByReference, ReturnValue) == 0x000024, "Member 'AvaAudioGameplayStatics_PlayDialogueSequenceByReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDs \ static_assert(alignof(AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDs) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDs"); \ static_assert(sizeof(AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDs) == 0x000040, "Wrong size on AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDs"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDs, DialogueEvent) == 0x000000, "Member 'AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDs::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDs, DialogueEventName) == 0x000008, "Member 'AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDs::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDs, Actors) == 0x000018, "Member 'AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDs::Actors' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDs, In_AdditionalCharacterIDs) == 0x000028, "Member 'AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDs::In_AdditionalCharacterIDs' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDs, flags) == 0x000038, "Member 'AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDs::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDs, ReturnValue) == 0x00003C, "Member 'AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDsByReference \ static_assert(alignof(AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDsByReference) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDsByReference"); \ static_assert(sizeof(AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDsByReference) == 0x000038, "Wrong size on AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDsByReference"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDsByReference, DialogueEventName) == 0x000000, "Member 'AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDsByReference::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDsByReference, Actors) == 0x000010, "Member 'AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDsByReference::Actors' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDsByReference, In_AdditionalCharacterIDs) == 0x000020, "Member 'AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDsByReference::In_AdditionalCharacterIDs' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDsByReference, flags) == 0x000030, "Member 'AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDsByReference::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDsByReference, ReturnValue) == 0x000034, "Member 'AvaAudioGameplayStatics_PlayDialogueSequenceWithCharacterIDsByReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PostDialogueEvent \ static_assert(alignof(AvaAudioGameplayStatics_PostDialogueEvent) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PostDialogueEvent"); \ static_assert(sizeof(AvaAudioGameplayStatics_PostDialogueEvent) == 0x000028, "Wrong size on AvaAudioGameplayStatics_PostDialogueEvent"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEvent, DialogueEvent) == 0x000000, "Member 'AvaAudioGameplayStatics_PostDialogueEvent::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEvent, DialogueEventName) == 0x000008, "Member 'AvaAudioGameplayStatics_PostDialogueEvent::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEvent, Actor) == 0x000018, "Member 'AvaAudioGameplayStatics_PostDialogueEvent::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEvent, bStopWhenAttachedToDestroyed) == 0x000020, "Member 'AvaAudioGameplayStatics_PostDialogueEvent::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEvent, flags) == 0x000021, "Member 'AvaAudioGameplayStatics_PostDialogueEvent::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEvent, ReturnValue) == 0x000024, "Member 'AvaAudioGameplayStatics_PostDialogueEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PostDialogueEventAtLocation \ static_assert(alignof(AvaAudioGameplayStatics_PostDialogueEventAtLocation) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PostDialogueEventAtLocation"); \ static_assert(sizeof(AvaAudioGameplayStatics_PostDialogueEventAtLocation) == 0x000040, "Wrong size on AvaAudioGameplayStatics_PostDialogueEventAtLocation"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocation, DialogueEvent) == 0x000000, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocation::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocation, DialogueEventName) == 0x000008, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocation::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocation, Location) == 0x000018, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocation, Orientation) == 0x000024, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocation::Orientation' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocation, WorldContextObject) == 0x000030, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocation, flags) == 0x000038, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocation::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocation, ReturnValue) == 0x00003C, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PostDialogueEventAtLocationByReference \ static_assert(alignof(AvaAudioGameplayStatics_PostDialogueEventAtLocationByReference) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PostDialogueEventAtLocationByReference"); \ static_assert(sizeof(AvaAudioGameplayStatics_PostDialogueEventAtLocationByReference) == 0x000038, "Wrong size on AvaAudioGameplayStatics_PostDialogueEventAtLocationByReference"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationByReference, DialogueEventName) == 0x000000, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationByReference::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationByReference, Location) == 0x000010, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationByReference::Location' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationByReference, Orientation) == 0x00001C, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationByReference::Orientation' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationByReference, WorldContextObject) == 0x000028, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationByReference::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationByReference, flags) == 0x000030, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationByReference::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationByReference, ReturnValue) == 0x000034, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationByReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters \ static_assert(alignof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters"); \ static_assert(sizeof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters) == 0x000090, "Wrong size on AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters, DialogueEvent) == 0x000000, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters, DialogueEventName) == 0x000008, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters, Location) == 0x000018, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters::Location' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters, Orientation) == 0x000024, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters::Orientation' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters, WorldContextObject) == 0x000030, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters, Parameters) == 0x000038, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters::Parameters' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters, flags) == 0x000088, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters, ReturnValue) == 0x00008C, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference \ static_assert(alignof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference"); \ static_assert(sizeof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference) == 0x000088, "Wrong size on AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference, DialogueEventName) == 0x000000, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference, Location) == 0x000010, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference::Location' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference, Orientation) == 0x00001C, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference::Orientation' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference, WorldContextObject) == 0x000028, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference, Parameters) == 0x000030, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference::Parameters' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference, flags) == 0x000080, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference, ReturnValue) == 0x000084, "Member 'AvaAudioGameplayStatics_PostDialogueEventAtLocationWithParametersByReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PostDialogueEventByReference \ static_assert(alignof(AvaAudioGameplayStatics_PostDialogueEventByReference) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PostDialogueEventByReference"); \ static_assert(sizeof(AvaAudioGameplayStatics_PostDialogueEventByReference) == 0x000020, "Wrong size on AvaAudioGameplayStatics_PostDialogueEventByReference"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventByReference, DialogueEventName) == 0x000000, "Member 'AvaAudioGameplayStatics_PostDialogueEventByReference::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventByReference, Actor) == 0x000010, "Member 'AvaAudioGameplayStatics_PostDialogueEventByReference::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventByReference, bStopWhenAttachedToDestroyed) == 0x000018, "Member 'AvaAudioGameplayStatics_PostDialogueEventByReference::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventByReference, flags) == 0x000019, "Member 'AvaAudioGameplayStatics_PostDialogueEventByReference::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventByReference, ReturnValue) == 0x00001C, "Member 'AvaAudioGameplayStatics_PostDialogueEventByReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PostDialogueEventWithParameters \ static_assert(alignof(AvaAudioGameplayStatics_PostDialogueEventWithParameters) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PostDialogueEventWithParameters"); \ static_assert(sizeof(AvaAudioGameplayStatics_PostDialogueEventWithParameters) == 0x000078, "Wrong size on AvaAudioGameplayStatics_PostDialogueEventWithParameters"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventWithParameters, DialogueEvent) == 0x000000, "Member 'AvaAudioGameplayStatics_PostDialogueEventWithParameters::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventWithParameters, DialogueEventName) == 0x000008, "Member 'AvaAudioGameplayStatics_PostDialogueEventWithParameters::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventWithParameters, Actor) == 0x000018, "Member 'AvaAudioGameplayStatics_PostDialogueEventWithParameters::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventWithParameters, Parameters) == 0x000020, "Member 'AvaAudioGameplayStatics_PostDialogueEventWithParameters::Parameters' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventWithParameters, bStopWhenAttachedToDestroyed) == 0x000070, "Member 'AvaAudioGameplayStatics_PostDialogueEventWithParameters::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventWithParameters, flags) == 0x000071, "Member 'AvaAudioGameplayStatics_PostDialogueEventWithParameters::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventWithParameters, ReturnValue) == 0x000074, "Member 'AvaAudioGameplayStatics_PostDialogueEventWithParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PostDialogueEventWithParametersByReference \ static_assert(alignof(AvaAudioGameplayStatics_PostDialogueEventWithParametersByReference) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PostDialogueEventWithParametersByReference"); \ static_assert(sizeof(AvaAudioGameplayStatics_PostDialogueEventWithParametersByReference) == 0x000070, "Wrong size on AvaAudioGameplayStatics_PostDialogueEventWithParametersByReference"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventWithParametersByReference, DialogueEventName) == 0x000000, "Member 'AvaAudioGameplayStatics_PostDialogueEventWithParametersByReference::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventWithParametersByReference, Actor) == 0x000010, "Member 'AvaAudioGameplayStatics_PostDialogueEventWithParametersByReference::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventWithParametersByReference, Parameters) == 0x000018, "Member 'AvaAudioGameplayStatics_PostDialogueEventWithParametersByReference::Parameters' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventWithParametersByReference, bStopWhenAttachedToDestroyed) == 0x000068, "Member 'AvaAudioGameplayStatics_PostDialogueEventWithParametersByReference::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventWithParametersByReference, flags) == 0x000069, "Member 'AvaAudioGameplayStatics_PostDialogueEventWithParametersByReference::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PostDialogueEventWithParametersByReference, ReturnValue) == 0x00006C, "Member 'AvaAudioGameplayStatics_PostDialogueEventWithParametersByReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PrepareDialogueEvent_BP \ static_assert(alignof(AvaAudioGameplayStatics_PrepareDialogueEvent_BP) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PrepareDialogueEvent_BP"); \ static_assert(sizeof(AvaAudioGameplayStatics_PrepareDialogueEvent_BP) == 0x0000E0, "Wrong size on AvaAudioGameplayStatics_PrepareDialogueEvent_BP"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEvent_BP, DialogueEvent) == 0x000000, "Member 'AvaAudioGameplayStatics_PrepareDialogueEvent_BP::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEvent_BP, DialogueEventName) == 0x000008, "Member 'AvaAudioGameplayStatics_PrepareDialogueEvent_BP::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEvent_BP, Actor) == 0x000018, "Member 'AvaAudioGameplayStatics_PrepareDialogueEvent_BP::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEvent_BP, Out_Parameters) == 0x000020, "Member 'AvaAudioGameplayStatics_PrepareDialogueEvent_BP::Out_Parameters' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEvent_BP, Out_MetaData) == 0x000070, "Member 'AvaAudioGameplayStatics_PrepareDialogueEvent_BP::Out_MetaData' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEvent_BP, bStartBuffering) == 0x0000D8, "Member 'AvaAudioGameplayStatics_PrepareDialogueEvent_BP::bStartBuffering' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEvent_BP, ReturnValue) == 0x0000D9, "Member 'AvaAudioGameplayStatics_PrepareDialogueEvent_BP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PrepareDialogueEventByReference_BP \ static_assert(alignof(AvaAudioGameplayStatics_PrepareDialogueEventByReference_BP) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PrepareDialogueEventByReference_BP"); \ static_assert(sizeof(AvaAudioGameplayStatics_PrepareDialogueEventByReference_BP) == 0x0000D8, "Wrong size on AvaAudioGameplayStatics_PrepareDialogueEventByReference_BP"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventByReference_BP, DialogueEventName) == 0x000000, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventByReference_BP::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventByReference_BP, Actor) == 0x000010, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventByReference_BP::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventByReference_BP, Out_Parameters) == 0x000018, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventByReference_BP::Out_Parameters' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventByReference_BP, Out_MetaData) == 0x000068, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventByReference_BP::Out_MetaData' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventByReference_BP, bStartBuffering) == 0x0000D0, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventByReference_BP::bStartBuffering' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventByReference_BP, ReturnValue) == 0x0000D1, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventByReference_BP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP \ static_assert(alignof(AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP"); \ static_assert(sizeof(AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP) == 0x000130, "Wrong size on AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP, DialogueEvent) == 0x000000, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP, DialogueEventName) == 0x000008, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP, Actor) == 0x000018, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP, In_Parameters) == 0x000020, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP::In_Parameters' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP, Out_Parameters) == 0x000070, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP::Out_Parameters' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP, Out_MetaData) == 0x0000C0, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP::Out_MetaData' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP, bStartBuffering) == 0x000128, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP::bStartBuffering' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP, ReturnValue) == 0x000129, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventWithParameters_BP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP \ static_assert(alignof(AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP"); \ static_assert(sizeof(AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP) == 0x000128, "Wrong size on AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP, DialogueEventName) == 0x000000, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP, Actor) == 0x000010, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP, In_Parameters) == 0x000018, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP::In_Parameters' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP, Out_Parameters) == 0x000068, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP::Out_Parameters' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP, Out_MetaData) == 0x0000B8, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP::Out_MetaData' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP, bStartBuffering) == 0x000120, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP::bStartBuffering' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP, ReturnValue) == 0x000121, "Member 'AvaAudioGameplayStatics_PrepareDialogueEventWithParametersByReference_BP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PrepareDialogueSequence_BP \ static_assert(alignof(AvaAudioGameplayStatics_PrepareDialogueSequence_BP) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PrepareDialogueSequence_BP"); \ static_assert(sizeof(AvaAudioGameplayStatics_PrepareDialogueSequence_BP) == 0x000050, "Wrong size on AvaAudioGameplayStatics_PrepareDialogueSequence_BP"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueSequence_BP, DialogueEvent) == 0x000000, "Member 'AvaAudioGameplayStatics_PrepareDialogueSequence_BP::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueSequence_BP, DialogueEventName) == 0x000008, "Member 'AvaAudioGameplayStatics_PrepareDialogueSequence_BP::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueSequence_BP, Actors) == 0x000018, "Member 'AvaAudioGameplayStatics_PrepareDialogueSequence_BP::Actors' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueSequence_BP, In_AdditionalCharacterIDs) == 0x000028, "Member 'AvaAudioGameplayStatics_PrepareDialogueSequence_BP::In_AdditionalCharacterIDs' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueSequence_BP, Out_Results) == 0x000038, "Member 'AvaAudioGameplayStatics_PrepareDialogueSequence_BP::Out_Results' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueSequence_BP, flags) == 0x000048, "Member 'AvaAudioGameplayStatics_PrepareDialogueSequence_BP::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueSequence_BP, bStartBuffering) == 0x000049, "Member 'AvaAudioGameplayStatics_PrepareDialogueSequence_BP::bStartBuffering' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueSequence_BP, ReturnValue) == 0x00004A, "Member 'AvaAudioGameplayStatics_PrepareDialogueSequence_BP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP \ static_assert(alignof(AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP"); \ static_assert(sizeof(AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP) == 0x000048, "Wrong size on AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP, DialogueEventName) == 0x000000, "Member 'AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP, Actors) == 0x000010, "Member 'AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP::Actors' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP, In_AdditionalCharacterIDs) == 0x000020, "Member 'AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP::In_AdditionalCharacterIDs' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP, Out_Results) == 0x000030, "Member 'AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP::Out_Results' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP, flags) == 0x000040, "Member 'AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP, bStartBuffering) == 0x000041, "Member 'AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP::bStartBuffering' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP, ReturnValue) == 0x000042, "Member 'AvaAudioGameplayStatics_PrepareDialogueSequenceByReference_BP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_QueryDialogueEventPotentialCast \ static_assert(alignof(AvaAudioGameplayStatics_QueryDialogueEventPotentialCast) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_QueryDialogueEventPotentialCast"); \ static_assert(sizeof(AvaAudioGameplayStatics_QueryDialogueEventPotentialCast) == 0x000030, "Wrong size on AvaAudioGameplayStatics_QueryDialogueEventPotentialCast"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueryDialogueEventPotentialCast, DialogueEvent) == 0x000000, "Member 'AvaAudioGameplayStatics_QueryDialogueEventPotentialCast::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueryDialogueEventPotentialCast, DialogueEventName) == 0x000008, "Member 'AvaAudioGameplayStatics_QueryDialogueEventPotentialCast::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueryDialogueEventPotentialCast, Out_CharacterIDCast) == 0x000018, "Member 'AvaAudioGameplayStatics_QueryDialogueEventPotentialCast::Out_CharacterIDCast' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueryDialogueEventPotentialCast, ReturnValue) == 0x000028, "Member 'AvaAudioGameplayStatics_QueryDialogueEventPotentialCast::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_QueueDialogueEvent \ static_assert(alignof(AvaAudioGameplayStatics_QueueDialogueEvent) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_QueueDialogueEvent"); \ static_assert(sizeof(AvaAudioGameplayStatics_QueueDialogueEvent) == 0x000030, "Wrong size on AvaAudioGameplayStatics_QueueDialogueEvent"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEvent, DialogueEvent) == 0x000000, "Member 'AvaAudioGameplayStatics_QueueDialogueEvent::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEvent, DialogueEventName) == 0x000008, "Member 'AvaAudioGameplayStatics_QueueDialogueEvent::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEvent, Actor) == 0x000018, "Member 'AvaAudioGameplayStatics_QueueDialogueEvent::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEvent, QueueToHandle) == 0x000020, "Member 'AvaAudioGameplayStatics_QueueDialogueEvent::QueueToHandle' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEvent, QueueWithDelaySeconds) == 0x000024, "Member 'AvaAudioGameplayStatics_QueueDialogueEvent::QueueWithDelaySeconds' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEvent, bStopWhenAttachedToDestroyed) == 0x000028, "Member 'AvaAudioGameplayStatics_QueueDialogueEvent::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEvent, flags) == 0x000029, "Member 'AvaAudioGameplayStatics_QueueDialogueEvent::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEvent, ReturnValue) == 0x00002C, "Member 'AvaAudioGameplayStatics_QueueDialogueEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_QueueDialogueEventAtLocation \ static_assert(alignof(AvaAudioGameplayStatics_QueueDialogueEventAtLocation) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_QueueDialogueEventAtLocation"); \ static_assert(sizeof(AvaAudioGameplayStatics_QueueDialogueEventAtLocation) == 0x000048, "Wrong size on AvaAudioGameplayStatics_QueueDialogueEventAtLocation"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocation, DialogueEvent) == 0x000000, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocation::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocation, DialogueEventName) == 0x000008, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocation::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocation, Location) == 0x000018, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocation, Orientation) == 0x000024, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocation::Orientation' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocation, WorldContextObject) == 0x000030, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocation, QueueToHandle) == 0x000038, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocation::QueueToHandle' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocation, QueueWithDelaySeconds) == 0x00003C, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocation::QueueWithDelaySeconds' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocation, flags) == 0x000040, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocation::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocation, ReturnValue) == 0x000044, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference \ static_assert(alignof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference"); \ static_assert(sizeof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference) == 0x000040, "Wrong size on AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference, DialogueEventName) == 0x000000, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference, Location) == 0x000010, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference::Location' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference, Orientation) == 0x00001C, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference::Orientation' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference, WorldContextObject) == 0x000028, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference, QueueToHandle) == 0x000030, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference::QueueToHandle' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference, QueueWithDelaySeconds) == 0x000034, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference::QueueWithDelaySeconds' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference, flags) == 0x000038, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference, ReturnValue) == 0x00003C, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationByReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters \ static_assert(alignof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters"); \ static_assert(sizeof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters) == 0x000098, "Wrong size on AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters, DialogueEvent) == 0x000000, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters, DialogueEventName) == 0x000008, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters, Location) == 0x000018, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters::Location' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters, Orientation) == 0x000024, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters::Orientation' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters, WorldContextObject) == 0x000030, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters, Parameters) == 0x000038, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters::Parameters' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters, QueueToHandle) == 0x000088, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters::QueueToHandle' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters, QueueWithDelaySeconds) == 0x00008C, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters::QueueWithDelaySeconds' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters, flags) == 0x000090, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters, ReturnValue) == 0x000094, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference \ static_assert(alignof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference"); \ static_assert(sizeof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference) == 0x000090, "Wrong size on AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference, DialogueEventName) == 0x000000, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference, Location) == 0x000010, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference::Location' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference, Orientation) == 0x00001C, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference::Orientation' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference, WorldContextObject) == 0x000028, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference, Parameters) == 0x000030, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference::Parameters' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference, QueueToHandle) == 0x000080, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference::QueueToHandle' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference, QueueWithDelaySeconds) == 0x000084, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference::QueueWithDelaySeconds' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference, flags) == 0x000088, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference, ReturnValue) == 0x00008C, "Member 'AvaAudioGameplayStatics_QueueDialogueEventAtLocationWithParametersByReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_QueueDialogueEventByReference \ static_assert(alignof(AvaAudioGameplayStatics_QueueDialogueEventByReference) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_QueueDialogueEventByReference"); \ static_assert(sizeof(AvaAudioGameplayStatics_QueueDialogueEventByReference) == 0x000028, "Wrong size on AvaAudioGameplayStatics_QueueDialogueEventByReference"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventByReference, DialogueEventName) == 0x000000, "Member 'AvaAudioGameplayStatics_QueueDialogueEventByReference::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventByReference, Actor) == 0x000010, "Member 'AvaAudioGameplayStatics_QueueDialogueEventByReference::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventByReference, QueueToHandle) == 0x000018, "Member 'AvaAudioGameplayStatics_QueueDialogueEventByReference::QueueToHandle' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventByReference, QueueWithDelaySeconds) == 0x00001C, "Member 'AvaAudioGameplayStatics_QueueDialogueEventByReference::QueueWithDelaySeconds' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventByReference, bStopWhenAttachedToDestroyed) == 0x000020, "Member 'AvaAudioGameplayStatics_QueueDialogueEventByReference::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventByReference, flags) == 0x000021, "Member 'AvaAudioGameplayStatics_QueueDialogueEventByReference::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventByReference, ReturnValue) == 0x000024, "Member 'AvaAudioGameplayStatics_QueueDialogueEventByReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_QueueDialogueEventWithParameters \ static_assert(alignof(AvaAudioGameplayStatics_QueueDialogueEventWithParameters) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_QueueDialogueEventWithParameters"); \ static_assert(sizeof(AvaAudioGameplayStatics_QueueDialogueEventWithParameters) == 0x000080, "Wrong size on AvaAudioGameplayStatics_QueueDialogueEventWithParameters"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventWithParameters, DialogueEvent) == 0x000000, "Member 'AvaAudioGameplayStatics_QueueDialogueEventWithParameters::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventWithParameters, DialogueEventName) == 0x000008, "Member 'AvaAudioGameplayStatics_QueueDialogueEventWithParameters::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventWithParameters, Actor) == 0x000018, "Member 'AvaAudioGameplayStatics_QueueDialogueEventWithParameters::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventWithParameters, Parameters) == 0x000020, "Member 'AvaAudioGameplayStatics_QueueDialogueEventWithParameters::Parameters' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventWithParameters, QueueToHandle) == 0x000070, "Member 'AvaAudioGameplayStatics_QueueDialogueEventWithParameters::QueueToHandle' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventWithParameters, QueueWithDelaySeconds) == 0x000074, "Member 'AvaAudioGameplayStatics_QueueDialogueEventWithParameters::QueueWithDelaySeconds' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventWithParameters, bStopWhenAttachedToDestroyed) == 0x000078, "Member 'AvaAudioGameplayStatics_QueueDialogueEventWithParameters::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventWithParameters, flags) == 0x000079, "Member 'AvaAudioGameplayStatics_QueueDialogueEventWithParameters::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventWithParameters, ReturnValue) == 0x00007C, "Member 'AvaAudioGameplayStatics_QueueDialogueEventWithParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference \ static_assert(alignof(AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference"); \ static_assert(sizeof(AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference) == 0x000078, "Wrong size on AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference, DialogueEventName) == 0x000000, "Member 'AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference, Actor) == 0x000010, "Member 'AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference::Actor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference, Parameters) == 0x000018, "Member 'AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference::Parameters' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference, QueueToHandle) == 0x000068, "Member 'AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference::QueueToHandle' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference, QueueWithDelaySeconds) == 0x00006C, "Member 'AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference::QueueWithDelaySeconds' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference, bStopWhenAttachedToDestroyed) == 0x000070, "Member 'AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference, flags) == 0x000071, "Member 'AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference::flags' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference, ReturnValue) == 0x000074, "Member 'AvaAudioGameplayStatics_QueueDialogueEventWithParametersByReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_RemoveStateFromStack \ static_assert(alignof(AvaAudioGameplayStatics_RemoveStateFromStack) == 0x000004, "Wrong alignment on AvaAudioGameplayStatics_RemoveStateFromStack"); \ static_assert(sizeof(AvaAudioGameplayStatics_RemoveStateFromStack) == 0x000004, "Wrong size on AvaAudioGameplayStatics_RemoveStateFromStack"); \ static_assert(offsetof(AvaAudioGameplayStatics_RemoveStateFromStack, StackHandle) == 0x000000, "Member 'AvaAudioGameplayStatics_RemoveStateFromStack::StackHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_RemoveStateFromStackByName \ static_assert(alignof(AvaAudioGameplayStatics_RemoveStateFromStackByName) == 0x000004, "Wrong alignment on AvaAudioGameplayStatics_RemoveStateFromStackByName"); \ static_assert(sizeof(AvaAudioGameplayStatics_RemoveStateFromStackByName) == 0x000014, "Wrong size on AvaAudioGameplayStatics_RemoveStateFromStackByName"); \ static_assert(offsetof(AvaAudioGameplayStatics_RemoveStateFromStackByName, stateGroup) == 0x000000, "Member 'AvaAudioGameplayStatics_RemoveStateFromStackByName::stateGroup' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_RemoveStateFromStackByName, State) == 0x000008, "Member 'AvaAudioGameplayStatics_RemoveStateFromStackByName::State' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_RemoveStateFromStackByName, Priority) == 0x000010, "Member 'AvaAudioGameplayStatics_RemoveStateFromStackByName::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_RequestDialogueCompleteNotification \ static_assert(alignof(AvaAudioGameplayStatics_RequestDialogueCompleteNotification) == 0x000004, "Wrong alignment on AvaAudioGameplayStatics_RequestDialogueCompleteNotification"); \ static_assert(sizeof(AvaAudioGameplayStatics_RequestDialogueCompleteNotification) == 0x000014, "Wrong size on AvaAudioGameplayStatics_RequestDialogueCompleteNotification"); \ static_assert(offsetof(AvaAudioGameplayStatics_RequestDialogueCompleteNotification, DialogueHandle) == 0x000000, "Member 'AvaAudioGameplayStatics_RequestDialogueCompleteNotification::DialogueHandle' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_RequestDialogueCompleteNotification, Delegate_DialogueEventComplete) == 0x000004, "Member 'AvaAudioGameplayStatics_RequestDialogueCompleteNotification::Delegate_DialogueEventComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_ResumeDialogueStartedPaused \ static_assert(alignof(AvaAudioGameplayStatics_ResumeDialogueStartedPaused) == 0x000004, "Wrong alignment on AvaAudioGameplayStatics_ResumeDialogueStartedPaused"); \ static_assert(sizeof(AvaAudioGameplayStatics_ResumeDialogueStartedPaused) == 0x000004, "Wrong size on AvaAudioGameplayStatics_ResumeDialogueStartedPaused"); \ static_assert(offsetof(AvaAudioGameplayStatics_ResumeDialogueStartedPaused, DialogueHandle) == 0x000000, "Member 'AvaAudioGameplayStatics_ResumeDialogueStartedPaused::DialogueHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_SetPlayerGenderVoice \ static_assert(alignof(AvaAudioGameplayStatics_SetPlayerGenderVoice) == 0x000001, "Wrong alignment on AvaAudioGameplayStatics_SetPlayerGenderVoice"); \ static_assert(sizeof(AvaAudioGameplayStatics_SetPlayerGenderVoice) == 0x000002, "Wrong size on AvaAudioGameplayStatics_SetPlayerGenderVoice"); \ static_assert(offsetof(AvaAudioGameplayStatics_SetPlayerGenderVoice, NewGenderVoice) == 0x000000, "Member 'AvaAudioGameplayStatics_SetPlayerGenderVoice::NewGenderVoice' has a wrong offset!"); \ static_assert(offsetof(AvaAudioGameplayStatics_SetPlayerGenderVoice, ReturnValue) == 0x000001, "Member 'AvaAudioGameplayStatics_SetPlayerGenderVoice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_StopDialogue \ static_assert(alignof(AvaAudioGameplayStatics_StopDialogue) == 0x000004, "Wrong alignment on AvaAudioGameplayStatics_StopDialogue"); \ static_assert(sizeof(AvaAudioGameplayStatics_StopDialogue) == 0x000004, "Wrong size on AvaAudioGameplayStatics_StopDialogue"); \ static_assert(offsetof(AvaAudioGameplayStatics_StopDialogue, DialogueHandle) == 0x000000, "Member 'AvaAudioGameplayStatics_StopDialogue::DialogueHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_StopPlayingID \ static_assert(alignof(AvaAudioGameplayStatics_StopPlayingID) == 0x000004, "Wrong alignment on AvaAudioGameplayStatics_StopPlayingID"); \ static_assert(sizeof(AvaAudioGameplayStatics_StopPlayingID) == 0x000004, "Wrong size on AvaAudioGameplayStatics_StopPlayingID"); \ static_assert(offsetof(AvaAudioGameplayStatics_StopPlayingID, PlayingID) == 0x000000, "Member 'AvaAudioGameplayStatics_StopPlayingID::PlayingID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioGameplayStatics_WriteStringToSpeechLog \ static_assert(alignof(AvaAudioGameplayStatics_WriteStringToSpeechLog) == 0x000008, "Wrong alignment on AvaAudioGameplayStatics_WriteStringToSpeechLog"); \ static_assert(sizeof(AvaAudioGameplayStatics_WriteStringToSpeechLog) == 0x000010, "Wrong size on AvaAudioGameplayStatics_WriteStringToSpeechLog"); \ static_assert(offsetof(AvaAudioGameplayStatics_WriteStringToSpeechLog, LogString) == 0x000000, "Member 'AvaAudioGameplayStatics_WriteStringToSpeechLog::LogString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaAudioGameplayStatics \ static_assert(alignof(UAvaAudioGameplayStatics) == 0x000008, "Wrong alignment on UAvaAudioGameplayStatics"); \ static_assert(sizeof(UAvaAudioGameplayStatics) == 0x000028, "Wrong size on UAvaAudioGameplayStatics"); \ #define DUMPER7_ASSERTS_UAblRagdollBehaviorChangedBranchCondition \ static_assert(alignof(UAblRagdollBehaviorChangedBranchCondition) == 0x000008, "Wrong alignment on UAblRagdollBehaviorChangedBranchCondition"); \ static_assert(sizeof(UAblRagdollBehaviorChangedBranchCondition) == 0x000028, "Wrong size on UAblRagdollBehaviorChangedBranchCondition"); \ #define DUMPER7_ASSERTS_AFreeStandingClock \ static_assert(alignof(AFreeStandingClock) == 0x000008, "Wrong alignment on AFreeStandingClock"); \ static_assert(sizeof(AFreeStandingClock) == 0x000310, "Wrong size on AFreeStandingClock"); \ static_assert(offsetof(AFreeStandingClock, HandsComponent) == 0x0002A8, "Member 'AFreeStandingClock::HandsComponent' has a wrong offset!"); \ static_assert(offsetof(AFreeStandingClock, HourHand) == 0x0002B0, "Member 'AFreeStandingClock::HourHand' has a wrong offset!"); \ static_assert(offsetof(AFreeStandingClock, MinuteHand) == 0x0002B8, "Member 'AFreeStandingClock::MinuteHand' has a wrong offset!"); \ static_assert(offsetof(AFreeStandingClock, HandRotateDuration) == 0x000304, "Member 'AFreeStandingClock::HandRotateDuration' has a wrong offset!"); \ static_assert(offsetof(AFreeStandingClock, bHandsLookAtPlayer) == 0x000308, "Member 'AFreeStandingClock::bHandsLookAtPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblRagdollControlCompConditionScratchpad \ static_assert(alignof(UAblRagdollControlCompConditionScratchpad) == 0x000008, "Wrong alignment on UAblRagdollControlCompConditionScratchpad"); \ static_assert(sizeof(UAblRagdollControlCompConditionScratchpad) == 0x000040, "Wrong size on UAblRagdollControlCompConditionScratchpad"); \ static_assert(offsetof(UAblRagdollControlCompConditionScratchpad, RagdollControlComp) == 0x000030, "Member 'UAblRagdollControlCompConditionScratchpad::RagdollControlComp' has a wrong offset!"); \ static_assert(offsetof(UAblRagdollControlCompConditionScratchpad, FlightMovementComp) == 0x000038, "Member 'UAblRagdollControlCompConditionScratchpad::FlightMovementComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsPhoenixCharacters \ static_assert(alignof(UFXAutoTriggerRequiredActorsPhoenixCharacters) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsPhoenixCharacters"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsPhoenixCharacters) == 0x000030, "Wrong size on UFXAutoTriggerRequiredActorsPhoenixCharacters"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsPhoenixCharacters, bIncludePlayer) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsPhoenixCharacters::bIncludePlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblCanRagdollRecoverBranchCondition \ static_assert(alignof(UAblCanRagdollRecoverBranchCondition) == 0x000008, "Wrong alignment on UAblCanRagdollRecoverBranchCondition"); \ static_assert(sizeof(UAblCanRagdollRecoverBranchCondition) == 0x000030, "Wrong size on UAblCanRagdollRecoverBranchCondition"); \ static_assert(offsetof(UAblCanRagdollRecoverBranchCondition, bCheckForRecoverOnGround) == 0x000028, "Member 'UAblCanRagdollRecoverBranchCondition::bCheckForRecoverOnGround' has a wrong offset!"); \ static_assert(offsetof(UAblCanRagdollRecoverBranchCondition, bCheckForRecoverInWater) == 0x000029, "Member 'UAblCanRagdollRecoverBranchCondition::bCheckForRecoverInWater' has a wrong offset!"); \ static_assert(offsetof(UAblCanRagdollRecoverBranchCondition, bCheckForRecoverInAir) == 0x00002A, "Member 'UAblCanRagdollRecoverBranchCondition::bCheckForRecoverInAir' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CombatParryButtonCallout_BlueprintSetParryType \ static_assert(alignof(CombatParryButtonCallout_BlueprintSetParryType) == 0x000001, "Wrong alignment on CombatParryButtonCallout_BlueprintSetParryType"); \ static_assert(sizeof(CombatParryButtonCallout_BlueprintSetParryType) == 0x000001, "Wrong size on CombatParryButtonCallout_BlueprintSetParryType"); \ static_assert(offsetof(CombatParryButtonCallout_BlueprintSetParryType, ParryType) == 0x000000, "Member 'CombatParryButtonCallout_BlueprintSetParryType::ParryType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CombatParryButtonCallout_BlueprintSetPerfectTimingState \ static_assert(alignof(CombatParryButtonCallout_BlueprintSetPerfectTimingState) == 0x000001, "Wrong alignment on CombatParryButtonCallout_BlueprintSetPerfectTimingState"); \ static_assert(sizeof(CombatParryButtonCallout_BlueprintSetPerfectTimingState) == 0x000001, "Wrong size on CombatParryButtonCallout_BlueprintSetPerfectTimingState"); \ static_assert(offsetof(CombatParryButtonCallout_BlueprintSetPerfectTimingState, bPerfectTiming) == 0x000000, "Member 'CombatParryButtonCallout_BlueprintSetPerfectTimingState::bPerfectTiming' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CombatParryButtonCallout_SetExpectedLifetime \ static_assert(alignof(CombatParryButtonCallout_SetExpectedLifetime) == 0x000004, "Wrong alignment on CombatParryButtonCallout_SetExpectedLifetime"); \ static_assert(sizeof(CombatParryButtonCallout_SetExpectedLifetime) == 0x000004, "Wrong size on CombatParryButtonCallout_SetExpectedLifetime"); \ static_assert(offsetof(CombatParryButtonCallout_SetExpectedLifetime, LifeTime) == 0x000000, "Member 'CombatParryButtonCallout_SetExpectedLifetime::LifeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CombatParryButtonCallout_SetParryType \ static_assert(alignof(CombatParryButtonCallout_SetParryType) == 0x000001, "Wrong alignment on CombatParryButtonCallout_SetParryType"); \ static_assert(sizeof(CombatParryButtonCallout_SetParryType) == 0x000001, "Wrong size on CombatParryButtonCallout_SetParryType"); \ static_assert(offsetof(CombatParryButtonCallout_SetParryType, ParryType) == 0x000000, "Member 'CombatParryButtonCallout_SetParryType::ParryType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CombatParryButtonCallout_SetPerfectTimingState \ static_assert(alignof(CombatParryButtonCallout_SetPerfectTimingState) == 0x000001, "Wrong alignment on CombatParryButtonCallout_SetPerfectTimingState"); \ static_assert(sizeof(CombatParryButtonCallout_SetPerfectTimingState) == 0x000001, "Wrong size on CombatParryButtonCallout_SetPerfectTimingState"); \ static_assert(offsetof(CombatParryButtonCallout_SetPerfectTimingState, bPerfectTiming) == 0x000000, "Member 'CombatParryButtonCallout_SetPerfectTimingState::bPerfectTiming' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCombatParryButtonCallout \ static_assert(alignof(UCombatParryButtonCallout) == 0x000008, "Wrong alignment on UCombatParryButtonCallout"); \ static_assert(sizeof(UCombatParryButtonCallout) == 0x000330, "Wrong size on UCombatParryButtonCallout"); \ static_assert(offsetof(UCombatParryButtonCallout, CombatParryType) == 0x000328, "Member 'UCombatParryButtonCallout::CombatParryType' has a wrong offset!"); \ static_assert(offsetof(UCombatParryButtonCallout, bInPerfectTimingWindow) == 0x000329, "Member 'UCombatParryButtonCallout::bInPerfectTimingWindow' has a wrong offset!"); \ static_assert(offsetof(UCombatParryButtonCallout, ExpectedLifetime) == 0x00032C, "Member 'UCombatParryButtonCallout::ExpectedLifetime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GuideSpline_InitializeFromPath \ static_assert(alignof(GuideSpline_InitializeFromPath) == 0x000008, "Wrong alignment on GuideSpline_InitializeFromPath"); \ static_assert(sizeof(GuideSpline_InitializeFromPath) == 0x000010, "Wrong size on GuideSpline_InitializeFromPath"); \ static_assert(offsetof(GuideSpline_InitializeFromPath, Path) == 0x000000, "Member 'GuideSpline_InitializeFromPath::Path' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GuideSpline_GetTrajectoryPoints \ static_assert(alignof(GuideSpline_GetTrajectoryPoints) == 0x000008, "Wrong alignment on GuideSpline_GetTrajectoryPoints"); \ static_assert(sizeof(GuideSpline_GetTrajectoryPoints) == 0x000010, "Wrong size on GuideSpline_GetTrajectoryPoints"); \ static_assert(offsetof(GuideSpline_GetTrajectoryPoints, ReturnValue) == 0x000000, "Member 'GuideSpline_GetTrajectoryPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGuideSpline \ static_assert(alignof(AGuideSpline) == 0x000008, "Wrong alignment on AGuideSpline"); \ static_assert(sizeof(AGuideSpline) == 0x000488, "Wrong size on AGuideSpline"); \ static_assert(offsetof(AGuideSpline, TimeOutPeriod) == 0x000248, "Member 'AGuideSpline::TimeOutPeriod' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, MaximumDistanceFromPlayer) == 0x00024C, "Member 'AGuideSpline::MaximumDistanceFromPlayer' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, MaximumDistanceFromPlayerMounted) == 0x000250, "Member 'AGuideSpline::MaximumDistanceFromPlayerMounted' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, DestinationArrivalDistance) == 0x000254, "Member 'AGuideSpline::DestinationArrivalDistance' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, HeightAdjustCollissionPassRange) == 0x000258, "Member 'AGuideSpline::HeightAdjustCollissionPassRange' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, MinHeightOffset) == 0x00025C, "Member 'AGuideSpline::MinHeightOffset' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, MaxHeightOffset) == 0x000260, "Member 'AGuideSpline::MaxHeightOffset' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, MaxHeightTurnDepth) == 0x000264, "Member 'AGuideSpline::MaxHeightTurnDepth' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, ShootForwardOffset) == 0x000268, "Member 'AGuideSpline::ShootForwardOffset' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, LoopSideOffset) == 0x00026C, "Member 'AGuideSpline::LoopSideOffset' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, LoopAroundYawThreshold) == 0x000274, "Member 'AGuideSpline::LoopAroundYawThreshold' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, LoopAroundPitchThreshold) == 0x000278, "Member 'AGuideSpline::LoopAroundPitchThreshold' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, SplineStartRestoreAngleThreshold) == 0x00027C, "Member 'AGuideSpline::SplineStartRestoreAngleThreshold' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, RoughTimeBetweenAdjustStartAndVFX) == 0x000280, "Member 'AGuideSpline::RoughTimeBetweenAdjustStartAndVFX' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, RoughTimeBetweenInitializeAndVFX) == 0x000284, "Member 'AGuideSpline::RoughTimeBetweenInitializeAndVFX' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, Trajectory) == 0x000288, "Member 'AGuideSpline::Trajectory' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, ResimulationNumBufferPoints) == 0x000360, "Member 'AGuideSpline::ResimulationNumBufferPoints' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, DrawDebugSegmentsPerPoint) == 0x000364, "Member 'AGuideSpline::DrawDebugSegmentsPerPoint' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, BaseSpline) == 0x000368, "Member 'AGuideSpline::BaseSpline' has a wrong offset!"); \ static_assert(offsetof(AGuideSpline, SmoothedSpline) == 0x000370, "Member 'AGuideSpline::SmoothedSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_TriggerAbilityOnEpiskey \ static_assert(alignof(URPGTriggerEffect_TriggerAbilityOnEpiskey) == 0x000008, "Wrong alignment on URPGTriggerEffect_TriggerAbilityOnEpiskey"); \ static_assert(sizeof(URPGTriggerEffect_TriggerAbilityOnEpiskey) == 0x000070, "Wrong size on URPGTriggerEffect_TriggerAbilityOnEpiskey"); \ static_assert(offsetof(URPGTriggerEffect_TriggerAbilityOnEpiskey, AbilityBaseTime) == 0x000058, "Member 'URPGTriggerEffect_TriggerAbilityOnEpiskey::AbilityBaseTime' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_TriggerAbilityOnEpiskey, AbilityTimePerHealth) == 0x00005C, "Member 'URPGTriggerEffect_TriggerAbilityOnEpiskey::AbilityTimePerHealth' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_TriggerAbilityOnEpiskey, AbilityTimeMax) == 0x000060, "Member 'URPGTriggerEffect_TriggerAbilityOnEpiskey::AbilityTimeMax' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_TriggerAbilityOnEpiskey, AbilityOnPlayer) == 0x000064, "Member 'URPGTriggerEffect_TriggerAbilityOnEpiskey::AbilityOnPlayer' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_TriggerAbilityOnEpiskey, Ability) == 0x000068, "Member 'URPGTriggerEffect_TriggerAbilityOnEpiskey::Ability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblRagdollReactionAbility \ static_assert(alignof(UAblRagdollReactionAbility) == 0x000008, "Wrong alignment on UAblRagdollReactionAbility"); \ static_assert(sizeof(UAblRagdollReactionAbility) == 0x0000E0, "Wrong size on UAblRagdollReactionAbility"); \ #define DUMPER7_ASSERTS_UAblBranchConditionReactionEndingScratchpad \ static_assert(alignof(UAblBranchConditionReactionEndingScratchpad) == 0x000008, "Wrong alignment on UAblBranchConditionReactionEndingScratchpad"); \ static_assert(sizeof(UAblBranchConditionReactionEndingScratchpad) == 0x000040, "Wrong size on UAblBranchConditionReactionEndingScratchpad"); \ static_assert(offsetof(UAblBranchConditionReactionEndingScratchpad, ReactionComp) == 0x000030, "Member 'UAblBranchConditionReactionEndingScratchpad::ReactionComp' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionReactionEndingScratchpad, ReactionData) == 0x000038, "Member 'UAblBranchConditionReactionEndingScratchpad::ReactionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionReactionEnding_New \ static_assert(alignof(UAblBranchConditionReactionEnding_New) == 0x000008, "Wrong alignment on UAblBranchConditionReactionEnding_New"); \ static_assert(sizeof(UAblBranchConditionReactionEnding_New) == 0x000028, "Wrong size on UAblBranchConditionReactionEnding_New"); \ #define DUMPER7_ASSERTS_UAblBranchConditionReactionDataScratchpad \ static_assert(alignof(UAblBranchConditionReactionDataScratchpad) == 0x000008, "Wrong alignment on UAblBranchConditionReactionDataScratchpad"); \ static_assert(sizeof(UAblBranchConditionReactionDataScratchpad) == 0x000038, "Wrong size on UAblBranchConditionReactionDataScratchpad"); \ static_assert(offsetof(UAblBranchConditionReactionDataScratchpad, ReactionComp) == 0x000030, "Member 'UAblBranchConditionReactionDataScratchpad::ReactionComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerPrerequisiteInLevels \ static_assert(alignof(UFXAutoTriggerPrerequisiteInLevels) == 0x000008, "Wrong alignment on UFXAutoTriggerPrerequisiteInLevels"); \ static_assert(sizeof(UFXAutoTriggerPrerequisiteInLevels) == 0x000038, "Wrong size on UFXAutoTriggerPrerequisiteInLevels"); \ static_assert(offsetof(UFXAutoTriggerPrerequisiteInLevels, Levels) == 0x000028, "Member 'UFXAutoTriggerPrerequisiteInLevels::Levels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblReactionPlayMultiFxTask \ static_assert(alignof(UAblReactionPlayMultiFxTask) == 0x000008, "Wrong alignment on UAblReactionPlayMultiFxTask"); \ static_assert(sizeof(UAblReactionPlayMultiFxTask) == 0x0000D8, "Wrong size on UAblReactionPlayMultiFxTask"); \ static_assert(offsetof(UAblReactionPlayMultiFxTask, ReactionInfoType) == 0x0000D0, "Member 'UAblReactionPlayMultiFxTask::ReactionInfoType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerActorNotOSIHidden \ static_assert(alignof(UFXAutoTriggerActorNotOSIHidden) == 0x000008, "Wrong alignment on UFXAutoTriggerActorNotOSIHidden"); \ static_assert(sizeof(UFXAutoTriggerActorNotOSIHidden) == 0x000028, "Wrong size on UFXAutoTriggerActorNotOSIHidden"); \ #define DUMPER7_ASSERTS_HogsmeadeMapScreen_GetMap \ static_assert(alignof(HogsmeadeMapScreen_GetMap) == 0x000008, "Wrong alignment on HogsmeadeMapScreen_GetMap"); \ static_assert(sizeof(HogsmeadeMapScreen_GetMap) == 0x000008, "Wrong size on HogsmeadeMapScreen_GetMap"); \ static_assert(offsetof(HogsmeadeMapScreen_GetMap, ReturnValue) == 0x000000, "Member 'HogsmeadeMapScreen_GetMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHogsmeadeMapScreen \ static_assert(alignof(UHogsmeadeMapScreen) == 0x000008, "Wrong alignment on UHogsmeadeMapScreen"); \ static_assert(sizeof(UHogsmeadeMapScreen) == 0x0004E0, "Wrong size on UHogsmeadeMapScreen"); \ static_assert(offsetof(UHogsmeadeMapScreen, HogsmeadeMap) == 0x0004D8, "Member 'UHogsmeadeMapScreen::HogsmeadeMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblReactionSyncPointUpdaterScratchpad \ static_assert(alignof(UAblReactionSyncPointUpdaterScratchpad) == 0x000008, "Wrong alignment on UAblReactionSyncPointUpdaterScratchpad"); \ static_assert(sizeof(UAblReactionSyncPointUpdaterScratchpad) == 0x000028, "Wrong size on UAblReactionSyncPointUpdaterScratchpad"); \ #define DUMPER7_ASSERTS_UAblBranchCreatureMountCombatInput \ static_assert(alignof(UAblBranchCreatureMountCombatInput) == 0x000008, "Wrong alignment on UAblBranchCreatureMountCombatInput"); \ static_assert(sizeof(UAblBranchCreatureMountCombatInput) == 0x000030, "Wrong size on UAblBranchCreatureMountCombatInput"); \ static_assert(offsetof(UAblBranchCreatureMountCombatInput, bChargeActive) == 0x000028, "Member 'UAblBranchCreatureMountCombatInput::bChargeActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblReactionSyncPointUpdater \ static_assert(alignof(UAblReactionSyncPointUpdater) == 0x000008, "Wrong alignment on UAblReactionSyncPointUpdater"); \ static_assert(sizeof(UAblReactionSyncPointUpdater) == 0x000038, "Wrong size on UAblReactionSyncPointUpdater"); \ static_assert(offsetof(UAblReactionSyncPointUpdater, LocationType) == 0x000028, "Member 'UAblReactionSyncPointUpdater::LocationType' has a wrong offset!"); \ static_assert(offsetof(UAblReactionSyncPointUpdater, RotationType) == 0x000029, "Member 'UAblReactionSyncPointUpdater::RotationType' has a wrong offset!"); \ static_assert(offsetof(UAblReactionSyncPointUpdater, LocationOffset) == 0x00002C, "Member 'UAblReactionSyncPointUpdater::LocationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblReactionsCapsuleScalingTask \ static_assert(alignof(UAblReactionsCapsuleScalingTask) == 0x000008, "Wrong alignment on UAblReactionsCapsuleScalingTask"); \ static_assert(sizeof(UAblReactionsCapsuleScalingTask) == 0x0000B0, "Wrong size on UAblReactionsCapsuleScalingTask"); \ static_assert(offsetof(UAblReactionsCapsuleScalingTask, bUseHeightAsRadius) == 0x000070, "Member 'UAblReactionsCapsuleScalingTask::bUseHeightAsRadius' has a wrong offset!"); \ static_assert(offsetof(UAblReactionsCapsuleScalingTask, RadiusMultiplier) == 0x000074, "Member 'UAblReactionsCapsuleScalingTask::RadiusMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAblReactionsCapsuleScalingTask, HalfHeightMultiplier) == 0x000078, "Member 'UAblReactionsCapsuleScalingTask::HalfHeightMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAblReactionsCapsuleScalingTask, bRestoreAtEndTask) == 0x00007C, "Member 'UAblReactionsCapsuleScalingTask::bRestoreAtEndTask' has a wrong offset!"); \ static_assert(offsetof(UAblReactionsCapsuleScalingTask, BlendTime) == 0x000080, "Member 'UAblReactionsCapsuleScalingTask::BlendTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameterDefinition_AvaAudioState \ static_assert(alignof(USceneRigParameterDefinition_AvaAudioState) == 0x000008, "Wrong alignment on USceneRigParameterDefinition_AvaAudioState"); \ static_assert(sizeof(USceneRigParameterDefinition_AvaAudioState) == 0x000050, "Wrong size on USceneRigParameterDefinition_AvaAudioState"); \ static_assert(offsetof(USceneRigParameterDefinition_AvaAudioState, DefaultEvent) == 0x000038, "Member 'USceneRigParameterDefinition_AvaAudioState::DefaultEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblReactionsEndComboTask \ static_assert(alignof(UAblReactionsEndComboTask) == 0x000008, "Wrong alignment on UAblReactionsEndComboTask"); \ static_assert(sizeof(UAblReactionsEndComboTask) == 0x000070, "Wrong size on UAblReactionsEndComboTask"); \ #define DUMPER7_ASSERTS_Hint_Blueprint_QueueForDisplay \ static_assert(alignof(Hint_Blueprint_QueueForDisplay) == 0x000004, "Wrong alignment on Hint_Blueprint_QueueForDisplay"); \ static_assert(sizeof(Hint_Blueprint_QueueForDisplay) == 0x000020, "Wrong size on Hint_Blueprint_QueueForDisplay"); \ static_assert(offsetof(Hint_Blueprint_QueueForDisplay, InInitialWaitTime) == 0x000000, "Member 'Hint_Blueprint_QueueForDisplay::InInitialWaitTime' has a wrong offset!"); \ static_assert(offsetof(Hint_Blueprint_QueueForDisplay, InOnScreenTime) == 0x000004, "Member 'Hint_Blueprint_QueueForDisplay::InOnScreenTime' has a wrong offset!"); \ static_assert(offsetof(Hint_Blueprint_QueueForDisplay, InOffScreenTime) == 0x000008, "Member 'Hint_Blueprint_QueueForDisplay::InOffScreenTime' has a wrong offset!"); \ static_assert(offsetof(Hint_Blueprint_QueueForDisplay, InHintPosition) == 0x00000C, "Member 'Hint_Blueprint_QueueForDisplay::InHintPosition' has a wrong offset!"); \ static_assert(offsetof(Hint_Blueprint_QueueForDisplay, InShouldDisplayDelegate) == 0x000010, "Member 'Hint_Blueprint_QueueForDisplay::InShouldDisplayDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Hint_GameLogicExpressionChanged \ static_assert(alignof(Hint_GameLogicExpressionChanged) == 0x000001, "Wrong alignment on Hint_GameLogicExpressionChanged"); \ static_assert(sizeof(Hint_GameLogicExpressionChanged) == 0x000001, "Wrong size on Hint_GameLogicExpressionChanged"); \ static_assert(offsetof(Hint_GameLogicExpressionChanged, bNewValue) == 0x000000, "Member 'Hint_GameLogicExpressionChanged::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHint \ static_assert(alignof(UHint) == 0x000008, "Wrong alignment on UHint"); \ static_assert(sizeof(UHint) == 0x000090, "Wrong size on UHint"); \ #define DUMPER7_ASSERTS_AAvaTileRegionVolumeSet \ static_assert(alignof(AAvaTileRegionVolumeSet) == 0x000008, "Wrong alignment on AAvaTileRegionVolumeSet"); \ static_assert(sizeof(AAvaTileRegionVolumeSet) == 0x0002B0, "Wrong size on AAvaTileRegionVolumeSet"); \ static_assert(offsetof(AAvaTileRegionVolumeSet, TilesToForceLoad) == 0x000270, "Member 'AAvaTileRegionVolumeSet::TilesToForceLoad' has a wrong offset!"); \ static_assert(offsetof(AAvaTileRegionVolumeSet, TilesToForceUnload) == 0x000280, "Member 'AAvaTileRegionVolumeSet::TilesToForceUnload' has a wrong offset!"); \ static_assert(offsetof(AAvaTileRegionVolumeSet, TilesToForceHide) == 0x000290, "Member 'AAvaTileRegionVolumeSet::TilesToForceHide' has a wrong offset!"); \ static_assert(offsetof(AAvaTileRegionVolumeSet, TilesToOnlyLoad) == 0x0002A0, "Member 'AAvaTileRegionVolumeSet::TilesToOnlyLoad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblReactionsDamageTask \ static_assert(alignof(UAblReactionsDamageTask) == 0x000008, "Wrong alignment on UAblReactionsDamageTask"); \ static_assert(sizeof(UAblReactionsDamageTask) == 0x0000A0, "Wrong size on UAblReactionsDamageTask"); \ static_assert(offsetof(UAblReactionsDamageTask, bUseTagsFromReactionData) == 0x000070, "Member 'UAblReactionsDamageTask::bUseTagsFromReactionData' has a wrong offset!"); \ static_assert(offsetof(UAblReactionsDamageTask, AdditionalGameplayTags) == 0x000078, "Member 'UAblReactionsDamageTask::AdditionalGameplayTags' has a wrong offset!"); \ static_assert(offsetof(UAblReactionsDamageTask, Damage) == 0x000098, "Member 'UAblReactionsDamageTask::Damage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerActorHasTag \ static_assert(alignof(UFXAutoTriggerActorHasTag) == 0x000008, "Wrong alignment on UFXAutoTriggerActorHasTag"); \ static_assert(sizeof(UFXAutoTriggerActorHasTag) == 0x000030, "Wrong size on UFXAutoTriggerActorHasTag"); \ static_assert(offsetof(UFXAutoTriggerActorHasTag, ActorTag) == 0x000028, "Member 'UFXAutoTriggerActorHasTag::ActorTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablRepresentInventoryItemTaskScratchPad \ static_assert(alignof(UablRepresentInventoryItemTaskScratchPad) == 0x000008, "Wrong alignment on UablRepresentInventoryItemTaskScratchPad"); \ static_assert(sizeof(UablRepresentInventoryItemTaskScratchPad) == 0x000138, "Wrong size on UablRepresentInventoryItemTaskScratchPad"); \ static_assert(offsetof(UablRepresentInventoryItemTaskScratchPad, BipedPlayer) == 0x000028, "Member 'UablRepresentInventoryItemTaskScratchPad::BipedPlayer' has a wrong offset!"); \ static_assert(offsetof(UablRepresentInventoryItemTaskScratchPad, SkeletalMeshComponent) == 0x000030, "Member 'UablRepresentInventoryItemTaskScratchPad::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UablRepresentInventoryItemTaskScratchPad, SpawnedActor) == 0x000038, "Member 'UablRepresentInventoryItemTaskScratchPad::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(UablRepresentInventoryItemTaskScratchPad, InventoryResult) == 0x000040, "Member 'UablRepresentInventoryItemTaskScratchPad::InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UablRepresentInventoryItemTaskScratchPad, ItemProperties) == 0x0000C8, "Member 'UablRepresentInventoryItemTaskScratchPad::ItemProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarStencilEffectPriority \ static_assert(alignof(UFXAutoTriggerScalarStencilEffectPriority) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarStencilEffectPriority"); \ static_assert(sizeof(UFXAutoTriggerScalarStencilEffectPriority) == 0x000030, "Wrong size on UFXAutoTriggerScalarStencilEffectPriority"); \ static_assert(offsetof(UFXAutoTriggerScalarStencilEffectPriority, Effect) == 0x000028, "Member 'UFXAutoTriggerScalarStencilEffectPriority::Effect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablRepresentInventoryItemTask \ static_assert(alignof(UablRepresentInventoryItemTask) == 0x000008, "Wrong alignment on UablRepresentInventoryItemTask"); \ static_assert(sizeof(UablRepresentInventoryItemTask) == 0x0000A8, "Wrong size on UablRepresentInventoryItemTask"); \ static_assert(offsetof(UablRepresentInventoryItemTask, SpawnClass) == 0x000070, "Member 'UablRepresentInventoryItemTask::SpawnClass' has a wrong offset!"); \ static_assert(offsetof(UablRepresentInventoryItemTask, TemplateClass) == 0x000078, "Member 'UablRepresentInventoryItemTask::TemplateClass' has a wrong offset!"); \ static_assert(offsetof(UablRepresentInventoryItemTask, MunitionTemplateClass) == 0x000080, "Member 'UablRepresentInventoryItemTask::MunitionTemplateClass' has a wrong offset!"); \ static_assert(offsetof(UablRepresentInventoryItemTask, Scale) == 0x000088, "Member 'UablRepresentInventoryItemTask::Scale' has a wrong offset!"); \ static_assert(offsetof(UablRepresentInventoryItemTask, AttachSocket) == 0x000094, "Member 'UablRepresentInventoryItemTask::AttachSocket' has a wrong offset!"); \ static_assert(offsetof(UablRepresentInventoryItemTask, AlphaCurve) == 0x0000A0, "Member 'UablRepresentInventoryItemTask::AlphaCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreature_WorldDebugComponent \ static_assert(alignof(UCreature_WorldDebugComponent) == 0x000010, "Wrong alignment on UCreature_WorldDebugComponent"); \ static_assert(sizeof(UCreature_WorldDebugComponent) == 0x000500, "Wrong size on UCreature_WorldDebugComponent"); \ static_assert(offsetof(UCreature_WorldDebugComponent, TextStandardColor) == 0x0004D0, "Member 'UCreature_WorldDebugComponent::TextStandardColor' has a wrong offset!"); \ static_assert(offsetof(UCreature_WorldDebugComponent, TextErrorColor) == 0x0004D4, "Member 'UCreature_WorldDebugComponent::TextErrorColor' has a wrong offset!"); \ static_assert(offsetof(UCreature_WorldDebugComponent, AdditionalBoundsOffset) == 0x0004D8, "Member 'UCreature_WorldDebugComponent::AdditionalBoundsOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapResponse \ static_assert(alignof(UMapResponse) == 0x000008, "Wrong alignment on UMapResponse"); \ static_assert(sizeof(UMapResponse) == 0x000030, "Wrong size on UMapResponse"); \ static_assert(offsetof(UMapResponse, Handled) == 0x000028, "Member 'UMapResponse::Handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_AddAbilityOnActorDamaged \ static_assert(alignof(URPGTriggerEffect_AddAbilityOnActorDamaged) == 0x000008, "Wrong alignment on URPGTriggerEffect_AddAbilityOnActorDamaged"); \ static_assert(sizeof(URPGTriggerEffect_AddAbilityOnActorDamaged) == 0x000088, "Wrong size on URPGTriggerEffect_AddAbilityOnActorDamaged"); \ static_assert(offsetof(URPGTriggerEffect_AddAbilityOnActorDamaged, RPGAbility) == 0x000058, "Member 'URPGTriggerEffect_AddAbilityOnActorDamaged::RPGAbility' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AddAbilityOnActorDamaged, LifeTime) == 0x000080, "Member 'URPGTriggerEffect_AddAbilityOnActorDamaged::LifeTime' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AddAbilityOnActorDamaged, bUseIngameSimulationTime) == 0x000084, "Member 'URPGTriggerEffect_AddAbilityOnActorDamaged::bUseIngameSimulationTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_ButtSlide \ static_assert(alignof(URootMotionModifier_ButtSlide) == 0x000008, "Wrong alignment on URootMotionModifier_ButtSlide"); \ static_assert(sizeof(URootMotionModifier_ButtSlide) == 0x000060, "Wrong size on URootMotionModifier_ButtSlide"); \ static_assert(offsetof(URootMotionModifier_ButtSlide, LastVelocity) == 0x000050, "Member 'URootMotionModifier_ButtSlide::LastVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_CharacterScale \ static_assert(alignof(URootMotionModifier_CharacterScale) == 0x000008, "Wrong alignment on URootMotionModifier_CharacterScale"); \ static_assert(sizeof(URootMotionModifier_CharacterScale) == 0x000050, "Wrong size on URootMotionModifier_CharacterScale"); \ #define DUMPER7_ASSERTS_HideTrigger_Deactivate \ static_assert(alignof(HideTrigger_Deactivate) == 0x000001, "Wrong alignment on HideTrigger_Deactivate"); \ static_assert(sizeof(HideTrigger_Deactivate) == 0x000001, "Wrong size on HideTrigger_Deactivate"); \ static_assert(offsetof(HideTrigger_Deactivate, bInFromEndPlay) == 0x000000, "Member 'HideTrigger_Deactivate::bInFromEndPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HideTrigger_OnBeginActorOverlap \ static_assert(alignof(HideTrigger_OnBeginActorOverlap) == 0x000008, "Wrong alignment on HideTrigger_OnBeginActorOverlap"); \ static_assert(sizeof(HideTrigger_OnBeginActorOverlap) == 0x000010, "Wrong size on HideTrigger_OnBeginActorOverlap"); \ static_assert(offsetof(HideTrigger_OnBeginActorOverlap, SelfActor) == 0x000000, "Member 'HideTrigger_OnBeginActorOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(HideTrigger_OnBeginActorOverlap, OtherActor) == 0x000008, "Member 'HideTrigger_OnBeginActorOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HideTrigger_OnBeginAggroActorOverlap \ static_assert(alignof(HideTrigger_OnBeginAggroActorOverlap) == 0x000008, "Wrong alignment on HideTrigger_OnBeginAggroActorOverlap"); \ static_assert(sizeof(HideTrigger_OnBeginAggroActorOverlap) == 0x000010, "Wrong size on HideTrigger_OnBeginAggroActorOverlap"); \ static_assert(offsetof(HideTrigger_OnBeginAggroActorOverlap, SelfActor) == 0x000000, "Member 'HideTrigger_OnBeginAggroActorOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(HideTrigger_OnBeginAggroActorOverlap, OtherActor) == 0x000008, "Member 'HideTrigger_OnBeginAggroActorOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HideTrigger_OnEndActorOverlap \ static_assert(alignof(HideTrigger_OnEndActorOverlap) == 0x000008, "Wrong alignment on HideTrigger_OnEndActorOverlap"); \ static_assert(sizeof(HideTrigger_OnEndActorOverlap) == 0x000010, "Wrong size on HideTrigger_OnEndActorOverlap"); \ static_assert(offsetof(HideTrigger_OnEndActorOverlap, SelfActor) == 0x000000, "Member 'HideTrigger_OnEndActorOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(HideTrigger_OnEndActorOverlap, OtherActor) == 0x000008, "Member 'HideTrigger_OnEndActorOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HideTrigger_OnEndAggroActorOverlap \ static_assert(alignof(HideTrigger_OnEndAggroActorOverlap) == 0x000008, "Wrong alignment on HideTrigger_OnEndAggroActorOverlap"); \ static_assert(sizeof(HideTrigger_OnEndAggroActorOverlap) == 0x000010, "Wrong size on HideTrigger_OnEndAggroActorOverlap"); \ static_assert(offsetof(HideTrigger_OnEndAggroActorOverlap, SelfActor) == 0x000000, "Member 'HideTrigger_OnEndAggroActorOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(HideTrigger_OnEndAggroActorOverlap, OtherActor) == 0x000008, "Member 'HideTrigger_OnEndAggroActorOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHideTrigger \ static_assert(alignof(AHideTrigger) == 0x000008, "Wrong alignment on AHideTrigger"); \ static_assert(sizeof(AHideTrigger) == 0x000540, "Wrong size on AHideTrigger"); \ static_assert(offsetof(AHideTrigger, HideFlags) == 0x000258, "Member 'AHideTrigger::HideFlags' has a wrong offset!"); \ static_assert(offsetof(AHideTrigger, PauseScheduleFlags) == 0x00025C, "Member 'AHideTrigger::PauseScheduleFlags' has a wrong offset!"); \ static_assert(offsetof(AHideTrigger, ExcludeNamed) == 0x000260, "Member 'AHideTrigger::ExcludeNamed' has a wrong offset!"); \ static_assert(offsetof(AHideTrigger, ExcludeNamedCreatures) == 0x000270, "Member 'AHideTrigger::ExcludeNamedCreatures' has a wrong offset!"); \ static_assert(offsetof(AHideTrigger, ExcludeCreatures) == 0x000280, "Member 'AHideTrigger::ExcludeCreatures' has a wrong offset!"); \ static_assert(offsetof(AHideTrigger, bStartActive) == 0x000290, "Member 'AHideTrigger::bStartActive' has a wrong offset!"); \ static_assert(offsetof(AHideTrigger, bExcludeCompanions) == 0x000291, "Member 'AHideTrigger::bExcludeCompanions' has a wrong offset!"); \ static_assert(offsetof(AHideTrigger, bShutdownExternalNpcs) == 0x000292, "Member 'AHideTrigger::bShutdownExternalNpcs' has a wrong offset!"); \ static_assert(offsetof(AHideTrigger, bDisableOverlaps) == 0x000293, "Member 'AHideTrigger::bDisableOverlaps' has a wrong offset!"); \ static_assert(offsetof(AHideTrigger, DynamicObstacleShape) == 0x000295, "Member 'AHideTrigger::DynamicObstacleShape' has a wrong offset!"); \ static_assert(offsetof(AHideTrigger, DynamicObstacle) == 0x000298, "Member 'AHideTrigger::DynamicObstacle' has a wrong offset!"); \ static_assert(offsetof(AHideTrigger, NumHideFlags) == 0x0002A0, "Member 'AHideTrigger::NumHideFlags' has a wrong offset!"); \ static_assert(offsetof(AHideTrigger, NavObstacle) == 0x0002A8, "Member 'AHideTrigger::NavObstacle' has a wrong offset!"); \ static_assert(offsetof(AHideTrigger, NavigationDisruptor) == 0x0002B0, "Member 'AHideTrigger::NavigationDisruptor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAggroHideTrigger \ static_assert(alignof(AAggroHideTrigger) == 0x000008, "Wrong alignment on AAggroHideTrigger"); \ static_assert(sizeof(AAggroHideTrigger) == 0x0005E0, "Wrong size on AAggroHideTrigger"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_CharacterScale \ static_assert(alignof(URootMotionModifierProperties_CharacterScale) == 0x000008, "Wrong alignment on URootMotionModifierProperties_CharacterScale"); \ static_assert(sizeof(URootMotionModifierProperties_CharacterScale) == 0x000030, "Wrong size on URootMotionModifierProperties_CharacterScale"); \ #define DUMPER7_ASSERTS_UAvaUserWidget \ static_assert(alignof(UAvaUserWidget) == 0x000008, "Wrong alignment on UAvaUserWidget"); \ static_assert(sizeof(UAvaUserWidget) == 0x000328, "Wrong size on UAvaUserWidget"); \ #define DUMPER7_ASSERTS_RootMotionModifier_DodgeDuckAssist_CharacterTeleported \ static_assert(alignof(RootMotionModifier_DodgeDuckAssist_CharacterTeleported) == 0x000008, "Wrong alignment on RootMotionModifier_DodgeDuckAssist_CharacterTeleported"); \ static_assert(sizeof(RootMotionModifier_DodgeDuckAssist_CharacterTeleported) == 0x000020, "Wrong size on RootMotionModifier_DodgeDuckAssist_CharacterTeleported"); \ static_assert(offsetof(RootMotionModifier_DodgeDuckAssist_CharacterTeleported, TeleportedCharacter) == 0x000000, "Member 'RootMotionModifier_DodgeDuckAssist_CharacterTeleported::TeleportedCharacter' has a wrong offset!"); \ static_assert(offsetof(RootMotionModifier_DodgeDuckAssist_CharacterTeleported, AmountDisplaced) == 0x000008, "Member 'RootMotionModifier_DodgeDuckAssist_CharacterTeleported::AmountDisplaced' has a wrong offset!"); \ static_assert(offsetof(RootMotionModifier_DodgeDuckAssist_CharacterTeleported, AmountRotated) == 0x000014, "Member 'RootMotionModifier_DodgeDuckAssist_CharacterTeleported::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_DodgeDuckAssist \ static_assert(alignof(URootMotionModifier_DodgeDuckAssist) == 0x000008, "Wrong alignment on URootMotionModifier_DodgeDuckAssist"); \ static_assert(sizeof(URootMotionModifier_DodgeDuckAssist) == 0x000068, "Wrong size on URootMotionModifier_DodgeDuckAssist"); \ static_assert(offsetof(URootMotionModifier_DodgeDuckAssist, DesiredFacingDirection) == 0x000050, "Member 'URootMotionModifier_DodgeDuckAssist::DesiredFacingDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_DodgeDuckAssist, AngleOffset) == 0x00005C, "Member 'URootMotionModifier_DodgeDuckAssist::AngleOffset' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_DodgeDuckAssist, YawRecovery) == 0x000060, "Member 'URootMotionModifier_DodgeDuckAssist::YawRecovery' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolStencilEffectSubStringActive \ static_assert(alignof(UFXAutoTriggerBoolStencilEffectSubStringActive) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolStencilEffectSubStringActive"); \ static_assert(sizeof(UFXAutoTriggerBoolStencilEffectSubStringActive) == 0x000038, "Wrong size on UFXAutoTriggerBoolStencilEffectSubStringActive"); \ static_assert(offsetof(UFXAutoTriggerBoolStencilEffectSubStringActive, EffectSubString) == 0x000028, "Member 'UFXAutoTriggerBoolStencilEffectSubStringActive::EffectSubString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_DodgeRoll \ static_assert(alignof(URootMotionModifier_DodgeRoll) == 0x000008, "Wrong alignment on URootMotionModifier_DodgeRoll"); \ static_assert(sizeof(URootMotionModifier_DodgeRoll) == 0x0000B0, "Wrong size on URootMotionModifier_DodgeRoll"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolPlayerRequirementOnOff \ static_assert(alignof(UFXAutoTriggerBoolPlayerRequirementOnOff) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolPlayerRequirementOnOff"); \ static_assert(sizeof(UFXAutoTriggerBoolPlayerRequirementOnOff) == 0x000030, "Wrong size on UFXAutoTriggerBoolPlayerRequirementOnOff"); \ static_assert(offsetof(UFXAutoTriggerBoolPlayerRequirementOnOff, PlayerRequirement) == 0x000028, "Member 'UFXAutoTriggerBoolPlayerRequirementOnOff::PlayerRequirement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_DodgeRoll \ static_assert(alignof(URootMotionModifierProperties_DodgeRoll) == 0x000008, "Wrong alignment on URootMotionModifierProperties_DodgeRoll"); \ static_assert(sizeof(URootMotionModifierProperties_DodgeRoll) == 0x000060, "Wrong size on URootMotionModifierProperties_DodgeRoll"); \ static_assert(offsetof(URootMotionModifierProperties_DodgeRoll, bShadowBlink) == 0x000030, "Member 'URootMotionModifierProperties_DodgeRoll::bShadowBlink' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_DodgeRoll, bShadowBlinkWithTarget) == 0x000031, "Member 'URootMotionModifierProperties_DodgeRoll::bShadowBlinkWithTarget' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_DodgeRoll, TurnToFaceInterpType) == 0x000032, "Member 'URootMotionModifierProperties_DodgeRoll::TurnToFaceInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_DodgeRoll, TurnToFaceInterpSpeed) == 0x000034, "Member 'URootMotionModifierProperties_DodgeRoll::TurnToFaceInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_DodgeRoll, TurnToFaceInterpTime) == 0x000038, "Member 'URootMotionModifierProperties_DodgeRoll::TurnToFaceInterpTime' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_DodgeRoll, RotationInterpType) == 0x00003C, "Member 'URootMotionModifierProperties_DodgeRoll::RotationInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_DodgeRoll, RotationInterpSpeed) == 0x000040, "Member 'URootMotionModifierProperties_DodgeRoll::RotationInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_DodgeRoll, RotationInterpTime) == 0x000044, "Member 'URootMotionModifierProperties_DodgeRoll::RotationInterpTime' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_DodgeRoll, TranslationMultiplier) == 0x000048, "Member 'URootMotionModifierProperties_DodgeRoll::TranslationMultiplier' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_DodgeRoll, TranslationMultiplierCurve) == 0x000050, "Member 'URootMotionModifierProperties_DodgeRoll::TranslationMultiplierCurve' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_DodgeRoll, BlinkSpeed) == 0x000058, "Member 'URootMotionModifierProperties_DodgeRoll::BlinkSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_Dueling \ static_assert(alignof(URootMotionModifier_Dueling) == 0x000008, "Wrong alignment on URootMotionModifier_Dueling"); \ static_assert(sizeof(URootMotionModifier_Dueling) == 0x000050, "Wrong size on URootMotionModifier_Dueling"); \ #define DUMPER7_ASSERTS_URootMotionModifier_EdgeCheck \ static_assert(alignof(URootMotionModifier_EdgeCheck) == 0x000008, "Wrong alignment on URootMotionModifier_EdgeCheck"); \ static_assert(sizeof(URootMotionModifier_EdgeCheck) == 0x000050, "Wrong size on URootMotionModifier_EdgeCheck"); \ #define DUMPER7_ASSERTS_USceneAction_SuspendEnemies \ static_assert(alignof(USceneAction_SuspendEnemies) == 0x000008, "Wrong alignment on USceneAction_SuspendEnemies"); \ static_assert(sizeof(USceneAction_SuspendEnemies) == 0x0000A0, "Wrong size on USceneAction_SuspendEnemies"); \ static_assert(offsetof(USceneAction_SuspendEnemies, EventNameParameter) == 0x000088, "Member 'USceneAction_SuspendEnemies::EventNameParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_EdgeCheck \ static_assert(alignof(URootMotionModifierProperties_EdgeCheck) == 0x000008, "Wrong alignment on URootMotionModifierProperties_EdgeCheck"); \ static_assert(sizeof(URootMotionModifierProperties_EdgeCheck) == 0x000048, "Wrong size on URootMotionModifierProperties_EdgeCheck"); \ static_assert(offsetof(URootMotionModifierProperties_EdgeCheck, DetectMaxDistance) == 0x000030, "Member 'URootMotionModifierProperties_EdgeCheck::DetectMaxDistance' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_EdgeCheck, ComputeEdgeAtThreshhold) == 0x000034, "Member 'URootMotionModifierProperties_EdgeCheck::ComputeEdgeAtThreshhold' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_EdgeCheck, TraceRadius) == 0x000038, "Member 'URootMotionModifierProperties_EdgeCheck::TraceRadius' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_EdgeCheck, bDebugDraw) == 0x00003C, "Member 'URootMotionModifierProperties_EdgeCheck::bDebugDraw' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_EdgeCheck, SafeDistanceFromEdge) == 0x000040, "Member 'URootMotionModifierProperties_EdgeCheck::SafeDistanceFromEdge' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_EdgeCheck, EdgeOffsetSpeed) == 0x000044, "Member 'URootMotionModifierProperties_EdgeCheck::EdgeOffsetSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootMotionModifier_FacingAssist_CharacterTeleported \ static_assert(alignof(RootMotionModifier_FacingAssist_CharacterTeleported) == 0x000008, "Wrong alignment on RootMotionModifier_FacingAssist_CharacterTeleported"); \ static_assert(sizeof(RootMotionModifier_FacingAssist_CharacterTeleported) == 0x000020, "Wrong size on RootMotionModifier_FacingAssist_CharacterTeleported"); \ static_assert(offsetof(RootMotionModifier_FacingAssist_CharacterTeleported, TeleportedCharacter) == 0x000000, "Member 'RootMotionModifier_FacingAssist_CharacterTeleported::TeleportedCharacter' has a wrong offset!"); \ static_assert(offsetof(RootMotionModifier_FacingAssist_CharacterTeleported, AmountDisplaced) == 0x000008, "Member 'RootMotionModifier_FacingAssist_CharacterTeleported::AmountDisplaced' has a wrong offset!"); \ static_assert(offsetof(RootMotionModifier_FacingAssist_CharacterTeleported, AmountRotated) == 0x000014, "Member 'RootMotionModifier_FacingAssist_CharacterTeleported::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_FacingAssist \ static_assert(alignof(URootMotionModifier_FacingAssist) == 0x000008, "Wrong alignment on URootMotionModifier_FacingAssist"); \ static_assert(sizeof(URootMotionModifier_FacingAssist) == 0x000080, "Wrong size on URootMotionModifier_FacingAssist"); \ static_assert(offsetof(URootMotionModifier_FacingAssist, StartDirection) == 0x000050, "Member 'URootMotionModifier_FacingAssist::StartDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_FacingAssist, CurrentDirection) == 0x00005C, "Member 'URootMotionModifier_FacingAssist::CurrentDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_FacingAssist, DesiredDirection) == 0x000068, "Member 'URootMotionModifier_FacingAssist::DesiredDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_FacingAssist, StartHeading) == 0x000074, "Member 'URootMotionModifier_FacingAssist::StartHeading' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_FacingAssist, ElapsedTime) == 0x000078, "Member 'URootMotionModifier_FacingAssist::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolGameLogicPropositionalInt32 \ static_assert(alignof(UFXAutoTriggerBoolGameLogicPropositionalInt32) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolGameLogicPropositionalInt32"); \ static_assert(sizeof(UFXAutoTriggerBoolGameLogicPropositionalInt32) == 0x000030, "Wrong size on UFXAutoTriggerBoolGameLogicPropositionalInt32"); \ static_assert(offsetof(UFXAutoTriggerBoolGameLogicPropositionalInt32, Propositional) == 0x000028, "Member 'UFXAutoTriggerBoolGameLogicPropositionalInt32::Propositional' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_FallingAssist \ static_assert(alignof(URootMotionModifier_FallingAssist) == 0x000008, "Wrong alignment on URootMotionModifier_FallingAssist"); \ static_assert(sizeof(URootMotionModifier_FallingAssist) == 0x000060, "Wrong size on URootMotionModifier_FallingAssist"); \ static_assert(offsetof(URootMotionModifier_FallingAssist, CurrentVelocityXZ) == 0x000050, "Member 'URootMotionModifier_FallingAssist::CurrentVelocityXZ' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_FallingAssist, ElapsedTime) == 0x00005C, "Member 'URootMotionModifier_FallingAssist::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolInFrontend \ static_assert(alignof(UFXAutoTriggerBoolInFrontend) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolInFrontend"); \ static_assert(sizeof(UFXAutoTriggerBoolInFrontend) == 0x000028, "Wrong size on UFXAutoTriggerBoolInFrontend"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_FallingAssist \ static_assert(alignof(URootMotionModifierProperties_FallingAssist) == 0x000008, "Wrong alignment on URootMotionModifierProperties_FallingAssist"); \ static_assert(sizeof(URootMotionModifierProperties_FallingAssist) == 0x000040, "Wrong size on URootMotionModifierProperties_FallingAssist"); \ static_assert(offsetof(URootMotionModifierProperties_FallingAssist, MinSpeed) == 0x000030, "Member 'URootMotionModifierProperties_FallingAssist::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FallingAssist, MaxSpeed) == 0x000034, "Member 'URootMotionModifierProperties_FallingAssist::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FallingAssist, InterpToZero) == 0x000038, "Member 'URootMotionModifierProperties_FallingAssist::InterpToZero' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_FastTravelPort \ static_assert(alignof(URootMotionModifier_FastTravelPort) == 0x000008, "Wrong alignment on URootMotionModifier_FastTravelPort"); \ static_assert(sizeof(URootMotionModifier_FastTravelPort) == 0x000078, "Wrong size on URootMotionModifier_FastTravelPort"); \ static_assert(offsetof(URootMotionModifier_FastTravelPort, TravelerComponents) == 0x000050, "Member 'URootMotionModifier_FastTravelPort::TravelerComponents' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_FastTravelPort, PortalComponents) == 0x000060, "Member 'URootMotionModifier_FastTravelPort::PortalComponents' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_FastTravelPort, ElapsedTime) == 0x000070, "Member 'URootMotionModifier_FastTravelPort::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_FollowSpline \ static_assert(alignof(URootMotionModifier_FollowSpline) == 0x000008, "Wrong alignment on URootMotionModifier_FollowSpline"); \ static_assert(sizeof(URootMotionModifier_FollowSpline) == 0x000058, "Wrong size on URootMotionModifier_FollowSpline"); \ static_assert(offsetof(URootMotionModifier_FollowSpline, Speed) == 0x000050, "Member 'URootMotionModifier_FollowSpline::Speed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_FollowSpline, InitialMaxOffsetRadius) == 0x000054, "Member 'URootMotionModifier_FollowSpline::InitialMaxOffsetRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_FollowSpline \ static_assert(alignof(URootMotionModifierProperties_FollowSpline) == 0x000008, "Wrong alignment on URootMotionModifierProperties_FollowSpline"); \ static_assert(sizeof(URootMotionModifierProperties_FollowSpline) == 0x000060, "Wrong size on URootMotionModifierProperties_FollowSpline"); \ static_assert(offsetof(URootMotionModifierProperties_FollowSpline, StartSpeed) == 0x000030, "Member 'URootMotionModifierProperties_FollowSpline::StartSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FollowSpline, bUseActualSpeedAsStartSpeed) == 0x000034, "Member 'URootMotionModifierProperties_FollowSpline::bUseActualSpeedAsStartSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FollowSpline, Acceleration) == 0x000038, "Member 'URootMotionModifierProperties_FollowSpline::Acceleration' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FollowSpline, MinSpeed) == 0x00003C, "Member 'URootMotionModifierProperties_FollowSpline::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FollowSpline, MaxSpeed) == 0x000040, "Member 'URootMotionModifierProperties_FollowSpline::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FollowSpline, RotationSpeed) == 0x000044, "Member 'URootMotionModifierProperties_FollowSpline::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FollowSpline, MaxOffsetRadius) == 0x000048, "Member 'URootMotionModifierProperties_FollowSpline::MaxOffsetRadius' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FollowSpline, HoritzontalSpeed) == 0x00004C, "Member 'URootMotionModifierProperties_FollowSpline::HoritzontalSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FollowSpline, SendActionAtEndOfSpline) == 0x000050, "Member 'URootMotionModifierProperties_FollowSpline::SendActionAtEndOfSpline' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_FollowSpline, bDebug) == 0x00005C, "Member 'URootMotionModifierProperties_FollowSpline::bDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModProperties_Interact \ static_assert(alignof(URootMotionModProperties_Interact) == 0x000008, "Wrong alignment on URootMotionModProperties_Interact"); \ static_assert(sizeof(URootMotionModProperties_Interact) == 0x000050, "Wrong size on URootMotionModProperties_Interact"); \ static_assert(offsetof(URootMotionModProperties_Interact, TurnToFaceRule) == 0x000028, "Member 'URootMotionModProperties_Interact::TurnToFaceRule' has a wrong offset!"); \ static_assert(offsetof(URootMotionModProperties_Interact, UseTargetAxisForFacing) == 0x000029, "Member 'URootMotionModProperties_Interact::UseTargetAxisForFacing' has a wrong offset!"); \ static_assert(offsetof(URootMotionModProperties_Interact, RotateInterpType) == 0x00002A, "Member 'URootMotionModProperties_Interact::RotateInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModProperties_Interact, RotateInterpSpeed) == 0x00002C, "Member 'URootMotionModProperties_Interact::RotateInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModProperties_Interact, RotateInterpTime) == 0x000030, "Member 'URootMotionModProperties_Interact::RotateInterpTime' has a wrong offset!"); \ static_assert(offsetof(URootMotionModProperties_Interact, OffsetRule) == 0x000034, "Member 'URootMotionModProperties_Interact::OffsetRule' has a wrong offset!"); \ static_assert(offsetof(URootMotionModProperties_Interact, UseTargetAxisForOffset) == 0x000035, "Member 'URootMotionModProperties_Interact::UseTargetAxisForOffset' has a wrong offset!"); \ static_assert(offsetof(URootMotionModProperties_Interact, MinOffset) == 0x000038, "Member 'URootMotionModProperties_Interact::MinOffset' has a wrong offset!"); \ static_assert(offsetof(URootMotionModProperties_Interact, MaxOffset) == 0x00003C, "Member 'URootMotionModProperties_Interact::MaxOffset' has a wrong offset!"); \ static_assert(offsetof(URootMotionModProperties_Interact, OffsetInterpType) == 0x000040, "Member 'URootMotionModProperties_Interact::OffsetInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModProperties_Interact, OffsetInterpSpeed) == 0x000044, "Member 'URootMotionModProperties_Interact::OffsetInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModProperties_Interact, OffsetInterpTime) == 0x000048, "Member 'URootMotionModProperties_Interact::OffsetInterpTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarPlayerAiming \ static_assert(alignof(UFXAutoTriggerScalarPlayerAiming) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarPlayerAiming"); \ static_assert(sizeof(UFXAutoTriggerScalarPlayerAiming) == 0x000028, "Wrong size on UFXAutoTriggerScalarPlayerAiming"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_Interact \ static_assert(alignof(URootMotionModifierProperties_Interact) == 0x000008, "Wrong alignment on URootMotionModifierProperties_Interact"); \ static_assert(sizeof(URootMotionModifierProperties_Interact) == 0x000040, "Wrong size on URootMotionModifierProperties_Interact"); \ static_assert(offsetof(URootMotionModifierProperties_Interact, UseTargetTracker) == 0x000030, "Member 'URootMotionModifierProperties_Interact::UseTargetTracker' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Interact, bUseActorFromTracker) == 0x000031, "Member 'URootMotionModifierProperties_Interact::bUseActorFromTracker' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Interact, SpecificTargetID) == 0x000032, "Member 'URootMotionModifierProperties_Interact::SpecificTargetID' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Interact, Properties) == 0x000038, "Member 'URootMotionModifierProperties_Interact::Properties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingStairsChain_OnFlyingStairComponentBuild \ static_assert(alignof(FlyingStairsChain_OnFlyingStairComponentBuild) == 0x000008, "Wrong alignment on FlyingStairsChain_OnFlyingStairComponentBuild"); \ static_assert(sizeof(FlyingStairsChain_OnFlyingStairComponentBuild) == 0x000010, "Wrong size on FlyingStairsChain_OnFlyingStairComponentBuild"); \ static_assert(offsetof(FlyingStairsChain_OnFlyingStairComponentBuild, FlyingStairComponent) == 0x000000, "Member 'FlyingStairsChain_OnFlyingStairComponentBuild::FlyingStairComponent' has a wrong offset!"); \ static_assert(offsetof(FlyingStairsChain_OnFlyingStairComponentBuild, animationLength) == 0x000008, "Member 'FlyingStairsChain_OnFlyingStairComponentBuild::animationLength' has a wrong offset!"); \ static_assert(offsetof(FlyingStairsChain_OnFlyingStairComponentBuild, animationStartPosition) == 0x00000C, "Member 'FlyingStairsChain_OnFlyingStairComponentBuild::animationStartPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingStairsChain_OnFlyingStairComponentDemolish \ static_assert(alignof(FlyingStairsChain_OnFlyingStairComponentDemolish) == 0x000008, "Wrong alignment on FlyingStairsChain_OnFlyingStairComponentDemolish"); \ static_assert(sizeof(FlyingStairsChain_OnFlyingStairComponentDemolish) == 0x000010, "Wrong size on FlyingStairsChain_OnFlyingStairComponentDemolish"); \ static_assert(offsetof(FlyingStairsChain_OnFlyingStairComponentDemolish, FlyingStairComponent) == 0x000000, "Member 'FlyingStairsChain_OnFlyingStairComponentDemolish::FlyingStairComponent' has a wrong offset!"); \ static_assert(offsetof(FlyingStairsChain_OnFlyingStairComponentDemolish, animationLength) == 0x000008, "Member 'FlyingStairsChain_OnFlyingStairComponentDemolish::animationLength' has a wrong offset!"); \ static_assert(offsetof(FlyingStairsChain_OnFlyingStairComponentDemolish, animationStartPosition) == 0x00000C, "Member 'FlyingStairsChain_OnFlyingStairComponentDemolish::animationStartPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingStairsChain_OnOverlapBegin \ static_assert(alignof(FlyingStairsChain_OnOverlapBegin) == 0x000008, "Wrong alignment on FlyingStairsChain_OnOverlapBegin"); \ static_assert(sizeof(FlyingStairsChain_OnOverlapBegin) == 0x0000A8, "Wrong size on FlyingStairsChain_OnOverlapBegin"); \ static_assert(offsetof(FlyingStairsChain_OnOverlapBegin, OverlappedComponent) == 0x000000, "Member 'FlyingStairsChain_OnOverlapBegin::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(FlyingStairsChain_OnOverlapBegin, OtherActor) == 0x000008, "Member 'FlyingStairsChain_OnOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FlyingStairsChain_OnOverlapBegin, OtherComp) == 0x000010, "Member 'FlyingStairsChain_OnOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FlyingStairsChain_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'FlyingStairsChain_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(FlyingStairsChain_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'FlyingStairsChain_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(FlyingStairsChain_OnOverlapBegin, SweepResult) == 0x000020, "Member 'FlyingStairsChain_OnOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingStairsChain_OnOverlapEnd \ static_assert(alignof(FlyingStairsChain_OnOverlapEnd) == 0x000008, "Wrong alignment on FlyingStairsChain_OnOverlapEnd"); \ static_assert(sizeof(FlyingStairsChain_OnOverlapEnd) == 0x000020, "Wrong size on FlyingStairsChain_OnOverlapEnd"); \ static_assert(offsetof(FlyingStairsChain_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'FlyingStairsChain_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(FlyingStairsChain_OnOverlapEnd, OtherActor) == 0x000008, "Member 'FlyingStairsChain_OnOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(FlyingStairsChain_OnOverlapEnd, OtherComp) == 0x000010, "Member 'FlyingStairsChain_OnOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FlyingStairsChain_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'FlyingStairsChain_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFlyingStairsChain \ static_assert(alignof(AFlyingStairsChain) == 0x000008, "Wrong alignment on AFlyingStairsChain"); \ static_assert(sizeof(AFlyingStairsChain) == 0x0002B0, "Wrong size on AFlyingStairsChain"); \ static_assert(offsetof(AFlyingStairsChain, OnStairBuilding) == 0x000248, "Member 'AFlyingStairsChain::OnStairBuilding' has a wrong offset!"); \ static_assert(offsetof(AFlyingStairsChain, OnStairDemolishing) == 0x000258, "Member 'AFlyingStairsChain::OnStairDemolishing' has a wrong offset!"); \ static_assert(offsetof(AFlyingStairsChain, FlyingStairsChainArea) == 0x000268, "Member 'AFlyingStairsChain::FlyingStairsChainArea' has a wrong offset!"); \ static_assert(offsetof(AFlyingStairsChain, TimeBetweenAutomaticSequentialBuilding) == 0x000270, "Member 'AFlyingStairsChain::TimeBetweenAutomaticSequentialBuilding' has a wrong offset!"); \ static_assert(offsetof(AFlyingStairsChain, SpeedOfStairsFromCloud) == 0x000274, "Member 'AFlyingStairsChain::SpeedOfStairsFromCloud' has a wrong offset!"); \ static_assert(offsetof(AFlyingStairsChain, bBuildWholeChainWhenCharacterEntersRange) == 0x000278, "Member 'AFlyingStairsChain::bBuildWholeChainWhenCharacterEntersRange' has a wrong offset!"); \ static_assert(offsetof(AFlyingStairsChain, FlyingStairs) == 0x000280, "Member 'AFlyingStairsChain::FlyingStairs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_InterpToForwardSpeed \ static_assert(alignof(URootMotionModifier_InterpToForwardSpeed) == 0x000008, "Wrong alignment on URootMotionModifier_InterpToForwardSpeed"); \ static_assert(sizeof(URootMotionModifier_InterpToForwardSpeed) == 0x000058, "Wrong size on URootMotionModifier_InterpToForwardSpeed"); \ static_assert(offsetof(URootMotionModifier_InterpToForwardSpeed, CurrentSpeed) == 0x000050, "Member 'URootMotionModifier_InterpToForwardSpeed::CurrentSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_Interact_DisallowInCombat \ static_assert(alignof(UCogGroupEvaluation_Interact_DisallowInCombat) == 0x000008, "Wrong alignment on UCogGroupEvaluation_Interact_DisallowInCombat"); \ static_assert(sizeof(UCogGroupEvaluation_Interact_DisallowInCombat) == 0x000030, "Wrong size on UCogGroupEvaluation_Interact_DisallowInCombat"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_InterpToForwardSpeed \ static_assert(alignof(URootMotionModifierProperties_InterpToForwardSpeed) == 0x000008, "Wrong alignment on URootMotionModifierProperties_InterpToForwardSpeed"); \ static_assert(sizeof(URootMotionModifierProperties_InterpToForwardSpeed) == 0x000048, "Wrong size on URootMotionModifierProperties_InterpToForwardSpeed"); \ static_assert(offsetof(URootMotionModifierProperties_InterpToForwardSpeed, DesiredSpeedState) == 0x000030, "Member 'URootMotionModifierProperties_InterpToForwardSpeed::DesiredSpeedState' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_InterpToForwardSpeed, DesiredSpeed) == 0x000034, "Member 'URootMotionModifierProperties_InterpToForwardSpeed::DesiredSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_InterpToForwardSpeed, MinSpeed) == 0x000038, "Member 'URootMotionModifierProperties_InterpToForwardSpeed::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_InterpToForwardSpeed, MaxSpeed) == 0x00003C, "Member 'URootMotionModifierProperties_InterpToForwardSpeed::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_InterpToForwardSpeed, InterpSpeed) == 0x000040, "Member 'URootMotionModifierProperties_InterpToForwardSpeed::InterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_InterpToStop \ static_assert(alignof(URootMotionModifierProperties_InterpToStop) == 0x000008, "Wrong alignment on URootMotionModifierProperties_InterpToStop"); \ static_assert(sizeof(URootMotionModifierProperties_InterpToStop) == 0x000040, "Wrong size on URootMotionModifierProperties_InterpToStop"); \ static_assert(offsetof(URootMotionModifierProperties_InterpToStop, ToStopInterpType) == 0x000030, "Member 'URootMotionModifierProperties_InterpToStop::ToStopInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_InterpToStop, ToStopInterpSpeed) == 0x000034, "Member 'URootMotionModifierProperties_InterpToStop::ToStopInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_InterpToStop, ToStopTotalTime) == 0x000038, "Member 'URootMotionModifierProperties_InterpToStop::ToStopTotalTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_PlayTalkToConversation \ static_assert(alignof(USceneActionState_PlayTalkToConversation) == 0x000008, "Wrong alignment on USceneActionState_PlayTalkToConversation"); \ static_assert(sizeof(USceneActionState_PlayTalkToConversation) == 0x000080, "Wrong size on USceneActionState_PlayTalkToConversation"); \ #define DUMPER7_ASSERTS_URootMotionModifier_JumpControl \ static_assert(alignof(URootMotionModifier_JumpControl) == 0x000008, "Wrong alignment on URootMotionModifier_JumpControl"); \ static_assert(sizeof(URootMotionModifier_JumpControl) == 0x000070, "Wrong size on URootMotionModifier_JumpControl"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_JumpControl \ static_assert(alignof(URootMotionModifierProperties_JumpControl) == 0x000008, "Wrong alignment on URootMotionModifierProperties_JumpControl"); \ static_assert(sizeof(URootMotionModifierProperties_JumpControl) == 0x000048, "Wrong size on URootMotionModifierProperties_JumpControl"); \ static_assert(offsetof(URootMotionModifierProperties_JumpControl, InitialSpeed) == 0x000030, "Member 'URootMotionModifierProperties_JumpControl::InitialSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpControl, MaxSpeed) == 0x000034, "Member 'URootMotionModifierProperties_JumpControl::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpControl, AccelerationInterpSpeed) == 0x000038, "Member 'URootMotionModifierProperties_JumpControl::AccelerationInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpControl, BrakingInterpSpeed) == 0x00003C, "Member 'URootMotionModifierProperties_JumpControl::BrakingInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpControl, JumpControlType) == 0x000040, "Member 'URootMotionModifierProperties_JumpControl::JumpControlType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpControl, BlendInTime) == 0x000044, "Member 'URootMotionModifierProperties_JumpControl::BlendInTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingStairComponent_IsBuilt \ static_assert(alignof(FlyingStairComponent_IsBuilt) == 0x000001, "Wrong alignment on FlyingStairComponent_IsBuilt"); \ static_assert(sizeof(FlyingStairComponent_IsBuilt) == 0x000001, "Wrong size on FlyingStairComponent_IsBuilt"); \ static_assert(offsetof(FlyingStairComponent_IsBuilt, ReturnValue) == 0x000000, "Member 'FlyingStairComponent_IsBuilt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingStairComponent_NeedsToBeBuilt \ static_assert(alignof(FlyingStairComponent_NeedsToBeBuilt) == 0x000001, "Wrong alignment on FlyingStairComponent_NeedsToBeBuilt"); \ static_assert(sizeof(FlyingStairComponent_NeedsToBeBuilt) == 0x000001, "Wrong size on FlyingStairComponent_NeedsToBeBuilt"); \ static_assert(offsetof(FlyingStairComponent_NeedsToBeBuilt, ReturnValue) == 0x000000, "Member 'FlyingStairComponent_NeedsToBeBuilt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlyingStairComponent \ static_assert(alignof(UFlyingStairComponent) == 0x000010, "Wrong alignment on UFlyingStairComponent"); \ static_assert(sizeof(UFlyingStairComponent) == 0x0005A0, "Wrong size on UFlyingStairComponent"); \ static_assert(offsetof(UFlyingStairComponent, OnStairBuilding) == 0x000518, "Member 'UFlyingStairComponent::OnStairBuilding' has a wrong offset!"); \ static_assert(offsetof(UFlyingStairComponent, OnStairDemolishing) == 0x000528, "Member 'UFlyingStairComponent::OnStairDemolishing' has a wrong offset!"); \ static_assert(offsetof(UFlyingStairComponent, TimeBeforeDemolitionWhenUnused) == 0x000538, "Member 'UFlyingStairComponent::TimeBeforeDemolitionWhenUnused' has a wrong offset!"); \ static_assert(offsetof(UFlyingStairComponent, IndexForAutomaticChainBuilding) == 0x00053C, "Member 'UFlyingStairComponent::IndexForAutomaticChainBuilding' has a wrong offset!"); \ static_assert(offsetof(UFlyingStairComponent, BuildingStairMesh) == 0x000540, "Member 'UFlyingStairComponent::BuildingStairMesh' has a wrong offset!"); \ static_assert(offsetof(UFlyingStairComponent, BuildingStairAnim) == 0x000548, "Member 'UFlyingStairComponent::BuildingStairAnim' has a wrong offset!"); \ static_assert(offsetof(UFlyingStairComponent, BuildingStairAnimCounter) == 0x000550, "Member 'UFlyingStairComponent::BuildingStairAnimCounter' has a wrong offset!"); \ static_assert(offsetof(UFlyingStairComponent, DemolishingStairMesh) == 0x000558, "Member 'UFlyingStairComponent::DemolishingStairMesh' has a wrong offset!"); \ static_assert(offsetof(UFlyingStairComponent, DemolishingStairAnim) == 0x000560, "Member 'UFlyingStairComponent::DemolishingStairAnim' has a wrong offset!"); \ static_assert(offsetof(UFlyingStairComponent, DemolishingStairAnimCounter) == 0x000568, "Member 'UFlyingStairComponent::DemolishingStairAnimCounter' has a wrong offset!"); \ static_assert(offsetof(UFlyingStairComponent, bPlayPartOfAnim) == 0x000570, "Member 'UFlyingStairComponent::bPlayPartOfAnim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_JumpNudge \ static_assert(alignof(URootMotionModifierProperties_JumpNudge) == 0x000008, "Wrong alignment on URootMotionModifierProperties_JumpNudge"); \ static_assert(sizeof(URootMotionModifierProperties_JumpNudge) == 0x000090, "Wrong size on URootMotionModifierProperties_JumpNudge"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, TimeWhenPlayerCanChangeJumpType) == 0x000030, "Member 'URootMotionModifierProperties_JumpNudge::TimeWhenPlayerCanChangeJumpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, TurnToFaceInterpType) == 0x000034, "Member 'URootMotionModifierProperties_JumpNudge::TurnToFaceInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, TurnToFaceInterpSpeed) == 0x000038, "Member 'URootMotionModifierProperties_JumpNudge::TurnToFaceInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, DeadZoneCurve) == 0x000040, "Member 'URootMotionModifierProperties_JumpNudge::DeadZoneCurve' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, MaxStrafeSpeed) == 0x000048, "Member 'URootMotionModifierProperties_JumpNudge::MaxStrafeSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, StrafeInterpType) == 0x000050, "Member 'URootMotionModifierProperties_JumpNudge::StrafeInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, StrafeInterpSpeed) == 0x000054, "Member 'URootMotionModifierProperties_JumpNudge::StrafeInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, StrafeRotationInterpType) == 0x000058, "Member 'URootMotionModifierProperties_JumpNudge::StrafeRotationInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, StrafeRotationInterpSpeed) == 0x00005C, "Member 'URootMotionModifierProperties_JumpNudge::StrafeRotationInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, StrafeTranslationInterpType) == 0x000060, "Member 'URootMotionModifierProperties_JumpNudge::StrafeTranslationInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, StrafeTranslationInterpSpeed) == 0x000064, "Member 'URootMotionModifierProperties_JumpNudge::StrafeTranslationInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, ShortJumpRotationInterpType) == 0x000068, "Member 'URootMotionModifierProperties_JumpNudge::ShortJumpRotationInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, ShortJumpRotationInterpSpeed) == 0x00006C, "Member 'URootMotionModifierProperties_JumpNudge::ShortJumpRotationInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, LongJumpRotationInterpType) == 0x000070, "Member 'URootMotionModifierProperties_JumpNudge::LongJumpRotationInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, LongJumpRotationInterpSpeed) == 0x000074, "Member 'URootMotionModifierProperties_JumpNudge::LongJumpRotationInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, LongJumpMinStickPercentage) == 0x000078, "Member 'URootMotionModifierProperties_JumpNudge::LongJumpMinStickPercentage' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, LongJumpPullBackOnStickPercentage) == 0x00007C, "Member 'URootMotionModifierProperties_JumpNudge::LongJumpPullBackOnStickPercentage' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, SprintJumpRotationInterpType) == 0x000080, "Member 'URootMotionModifierProperties_JumpNudge::SprintJumpRotationInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, SprintJumpRotationInterpSpeed) == 0x000084, "Member 'URootMotionModifierProperties_JumpNudge::SprintJumpRotationInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, SprintJumpMinStickPercentage) == 0x000088, "Member 'URootMotionModifierProperties_JumpNudge::SprintJumpMinStickPercentage' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_JumpNudge, SprintJumpPullBackOnStickPercentage) == 0x00008C, "Member 'URootMotionModifierProperties_JumpNudge::SprintJumpPullBackOnStickPercentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForbiddenAreaVolume_OnBeginOverlap \ static_assert(alignof(ForbiddenAreaVolume_OnBeginOverlap) == 0x000008, "Wrong alignment on ForbiddenAreaVolume_OnBeginOverlap"); \ static_assert(sizeof(ForbiddenAreaVolume_OnBeginOverlap) == 0x000010, "Wrong size on ForbiddenAreaVolume_OnBeginOverlap"); \ static_assert(offsetof(ForbiddenAreaVolume_OnBeginOverlap, SelfActor) == 0x000000, "Member 'ForbiddenAreaVolume_OnBeginOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(ForbiddenAreaVolume_OnBeginOverlap, OtherActor) == 0x000008, "Member 'ForbiddenAreaVolume_OnBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForbiddenAreaVolume_OnEndOverlap \ static_assert(alignof(ForbiddenAreaVolume_OnEndOverlap) == 0x000008, "Wrong alignment on ForbiddenAreaVolume_OnEndOverlap"); \ static_assert(sizeof(ForbiddenAreaVolume_OnEndOverlap) == 0x000010, "Wrong size on ForbiddenAreaVolume_OnEndOverlap"); \ static_assert(offsetof(ForbiddenAreaVolume_OnEndOverlap, SelfActor) == 0x000000, "Member 'ForbiddenAreaVolume_OnEndOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(ForbiddenAreaVolume_OnEndOverlap, OtherActor) == 0x000008, "Member 'ForbiddenAreaVolume_OnEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ForbiddenAreaVolume_SetActive \ static_assert(alignof(ForbiddenAreaVolume_SetActive) == 0x000001, "Wrong alignment on ForbiddenAreaVolume_SetActive"); \ static_assert(sizeof(ForbiddenAreaVolume_SetActive) == 0x000001, "Wrong size on ForbiddenAreaVolume_SetActive"); \ static_assert(offsetof(ForbiddenAreaVolume_SetActive, bActive) == 0x000000, "Member 'ForbiddenAreaVolume_SetActive::bActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AForbiddenAreaVolume \ static_assert(alignof(AForbiddenAreaVolume) == 0x000008, "Wrong alignment on AForbiddenAreaVolume"); \ static_assert(sizeof(AForbiddenAreaVolume) == 0x0002A8, "Wrong size on AForbiddenAreaVolume"); \ static_assert(offsetof(AForbiddenAreaVolume, CollisionComponent) == 0x000248, "Member 'AForbiddenAreaVolume::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(AForbiddenAreaVolume, bIsActive) == 0x000280, "Member 'AForbiddenAreaVolume::bIsActive' has a wrong offset!"); \ static_assert(offsetof(AForbiddenAreaVolume, bDisableCompanion) == 0x000281, "Member 'AForbiddenAreaVolume::bDisableCompanion' has a wrong offset!"); \ static_assert(offsetof(AForbiddenAreaVolume, FilterSetting) == 0x000282, "Member 'AForbiddenAreaVolume::FilterSetting' has a wrong offset!"); \ static_assert(offsetof(AForbiddenAreaVolume, SpecificNPCs) == 0x000288, "Member 'AForbiddenAreaVolume::SpecificNPCs' has a wrong offset!"); \ static_assert(offsetof(AForbiddenAreaVolume, Locators) == 0x000298, "Member 'AForbiddenAreaVolume::Locators' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootMotionModifier_Move_CharacterRotatedBySupport \ static_assert(alignof(RootMotionModifier_Move_CharacterRotatedBySupport) == 0x000004, "Wrong alignment on RootMotionModifier_Move_CharacterRotatedBySupport"); \ static_assert(sizeof(RootMotionModifier_Move_CharacterRotatedBySupport) == 0x00000C, "Wrong size on RootMotionModifier_Move_CharacterRotatedBySupport"); \ static_assert(offsetof(RootMotionModifier_Move_CharacterRotatedBySupport, AmountRotated) == 0x000000, "Member 'RootMotionModifier_Move_CharacterRotatedBySupport::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootMotionModifier_Move_CharacterTeleported \ static_assert(alignof(RootMotionModifier_Move_CharacterTeleported) == 0x000008, "Wrong alignment on RootMotionModifier_Move_CharacterTeleported"); \ static_assert(sizeof(RootMotionModifier_Move_CharacterTeleported) == 0x000018, "Wrong size on RootMotionModifier_Move_CharacterTeleported"); \ static_assert(offsetof(RootMotionModifier_Move_CharacterTeleported, TeleportedCharacter) == 0x000000, "Member 'RootMotionModifier_Move_CharacterTeleported::TeleportedCharacter' has a wrong offset!"); \ static_assert(offsetof(RootMotionModifier_Move_CharacterTeleported, AmountRotated) == 0x000008, "Member 'RootMotionModifier_Move_CharacterTeleported::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_Move \ static_assert(alignof(URootMotionModifier_Move) == 0x000008, "Wrong alignment on URootMotionModifier_Move"); \ static_assert(sizeof(URootMotionModifier_Move) == 0x000058, "Wrong size on URootMotionModifier_Move"); \ static_assert(offsetof(URootMotionModifier_Move, StartingSpeed) == 0x000050, "Member 'URootMotionModifier_Move::StartingSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_Move, ElapsedTime) == 0x000054, "Member 'URootMotionModifier_Move::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupFocusDirection_CameraRayCast \ static_assert(alignof(UCogGroupFocusDirection_CameraRayCast) == 0x000008, "Wrong alignment on UCogGroupFocusDirection_CameraRayCast"); \ static_assert(sizeof(UCogGroupFocusDirection_CameraRayCast) == 0x000028, "Wrong size on UCogGroupFocusDirection_CameraRayCast"); \ #define DUMPER7_ASSERTS_UWorldFXRulePlayerExpression \ static_assert(alignof(UWorldFXRulePlayerExpression) == 0x000008, "Wrong alignment on UWorldFXRulePlayerExpression"); \ static_assert(sizeof(UWorldFXRulePlayerExpression) == 0x000030, "Wrong size on UWorldFXRulePlayerExpression"); \ static_assert(offsetof(UWorldFXRulePlayerExpression, PlayerExpression) == 0x000028, "Member 'UWorldFXRulePlayerExpression::PlayerExpression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_Move \ static_assert(alignof(URootMotionModifierProperties_Move) == 0x000008, "Wrong alignment on URootMotionModifierProperties_Move"); \ static_assert(sizeof(URootMotionModifierProperties_Move) == 0x000050, "Wrong size on URootMotionModifierProperties_Move"); \ static_assert(offsetof(URootMotionModifierProperties_Move, MoveDirectionRule) == 0x000030, "Member 'URootMotionModifierProperties_Move::MoveDirectionRule' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Move, MoveMinSpeedRule) == 0x000031, "Member 'URootMotionModifierProperties_Move::MoveMinSpeedRule' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Move, MoveMaxSpeedRule) == 0x000032, "Member 'URootMotionModifierProperties_Move::MoveMaxSpeedRule' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Move, MoveInterpRule) == 0x000033, "Member 'URootMotionModifierProperties_Move::MoveInterpRule' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Move, bNegateDirection) == 0x000034, "Member 'URootMotionModifierProperties_Move::bNegateDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Move, FixedMinSpeed) == 0x000038, "Member 'URootMotionModifierProperties_Move::FixedMinSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Move, FixedMaxSpeed) == 0x00003C, "Member 'URootMotionModifierProperties_Move::FixedMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Move, InterpSpeed) == 0x000040, "Member 'URootMotionModifierProperties_Move::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Move, bOverrideWalkSpeed) == 0x000044, "Member 'URootMotionModifierProperties_Move::bOverrideWalkSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Move, WalkSpeedOverride) == 0x000048, "Member 'URootMotionModifierProperties_Move::WalkSpeedOverride' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Move, bEnabled) == 0x00004C, "Member 'URootMotionModifierProperties_Move::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleBlendDomainBase \ static_assert(alignof(UWorldFXRuleBlendDomainBase) == 0x000008, "Wrong alignment on UWorldFXRuleBlendDomainBase"); \ static_assert(sizeof(UWorldFXRuleBlendDomainBase) == 0x000028, "Wrong size on UWorldFXRuleBlendDomainBase"); \ #define DUMPER7_ASSERTS_UWorldFXRuleBlendDomainInCinematicCamera \ static_assert(alignof(UWorldFXRuleBlendDomainInCinematicCamera) == 0x000008, "Wrong alignment on UWorldFXRuleBlendDomainInCinematicCamera"); \ static_assert(sizeof(UWorldFXRuleBlendDomainInCinematicCamera) == 0x000028, "Wrong size on UWorldFXRuleBlendDomainInCinematicCamera"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_Multiplier \ static_assert(alignof(URootMotionModifierProperties_Multiplier) == 0x000008, "Wrong alignment on URootMotionModifierProperties_Multiplier"); \ static_assert(sizeof(URootMotionModifierProperties_Multiplier) == 0x000048, "Wrong size on URootMotionModifierProperties_Multiplier"); \ static_assert(offsetof(URootMotionModifierProperties_Multiplier, MultiplyType) == 0x000030, "Member 'URootMotionModifierProperties_Multiplier::MultiplyType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Multiplier, XAxis_Multiplier) == 0x000034, "Member 'URootMotionModifierProperties_Multiplier::XAxis_Multiplier' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Multiplier, YAxis_Multiplier) == 0x000038, "Member 'URootMotionModifierProperties_Multiplier::YAxis_Multiplier' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Multiplier, ZAxis_Multiplier) == 0x00003C, "Member 'URootMotionModifierProperties_Multiplier::ZAxis_Multiplier' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Multiplier, Multiplier) == 0x000040, "Member 'URootMotionModifierProperties_Multiplier::Multiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_NPCFollowSpline \ static_assert(alignof(URootMotionModifier_NPCFollowSpline) == 0x000008, "Wrong alignment on URootMotionModifier_NPCFollowSpline"); \ static_assert(sizeof(URootMotionModifier_NPCFollowSpline) == 0x000058, "Wrong size on URootMotionModifier_NPCFollowSpline"); \ static_assert(offsetof(URootMotionModifier_NPCFollowSpline, Speed) == 0x000050, "Member 'URootMotionModifier_NPCFollowSpline::Speed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_NPCFollowSpline, InitialMaxOffsetRadius) == 0x000054, "Member 'URootMotionModifier_NPCFollowSpline::InitialMaxOffsetRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_NPCFollowSpline \ static_assert(alignof(URootMotionModifierProperties_NPCFollowSpline) == 0x000008, "Wrong alignment on URootMotionModifierProperties_NPCFollowSpline"); \ static_assert(sizeof(URootMotionModifierProperties_NPCFollowSpline) == 0x000060, "Wrong size on URootMotionModifierProperties_NPCFollowSpline"); \ static_assert(offsetof(URootMotionModifierProperties_NPCFollowSpline, StartSpeed) == 0x000030, "Member 'URootMotionModifierProperties_NPCFollowSpline::StartSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_NPCFollowSpline, bUseActualSpeedAsStartSpeed) == 0x000034, "Member 'URootMotionModifierProperties_NPCFollowSpline::bUseActualSpeedAsStartSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_NPCFollowSpline, Acceleration) == 0x000038, "Member 'URootMotionModifierProperties_NPCFollowSpline::Acceleration' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_NPCFollowSpline, MinSpeed) == 0x00003C, "Member 'URootMotionModifierProperties_NPCFollowSpline::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_NPCFollowSpline, MaxSpeed) == 0x000040, "Member 'URootMotionModifierProperties_NPCFollowSpline::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_NPCFollowSpline, RotationSpeed) == 0x000044, "Member 'URootMotionModifierProperties_NPCFollowSpline::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_NPCFollowSpline, MaxOffsetRadius) == 0x000048, "Member 'URootMotionModifierProperties_NPCFollowSpline::MaxOffsetRadius' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_NPCFollowSpline, HoritzontalSpeed) == 0x00004C, "Member 'URootMotionModifierProperties_NPCFollowSpline::HoritzontalSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_NPCFollowSpline, SendActionAtEndOfSpline) == 0x000050, "Member 'URootMotionModifierProperties_NPCFollowSpline::SendActionAtEndOfSpline' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_NPCFollowSpline, bDebug) == 0x00005C, "Member 'URootMotionModifierProperties_NPCFollowSpline::bDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoliageRemoverContainer_RegisterFoliageRemoverBoundsComponent \ static_assert(alignof(FoliageRemoverContainer_RegisterFoliageRemoverBoundsComponent) == 0x000008, "Wrong alignment on FoliageRemoverContainer_RegisterFoliageRemoverBoundsComponent"); \ static_assert(sizeof(FoliageRemoverContainer_RegisterFoliageRemoverBoundsComponent) == 0x000008, "Wrong size on FoliageRemoverContainer_RegisterFoliageRemoverBoundsComponent"); \ static_assert(offsetof(FoliageRemoverContainer_RegisterFoliageRemoverBoundsComponent, Component) == 0x000000, "Member 'FoliageRemoverContainer_RegisterFoliageRemoverBoundsComponent::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoliageRemoverContainer_UnregisterFoliageRemoverBoundsComponent \ static_assert(alignof(FoliageRemoverContainer_UnregisterFoliageRemoverBoundsComponent) == 0x000008, "Wrong alignment on FoliageRemoverContainer_UnregisterFoliageRemoverBoundsComponent"); \ static_assert(sizeof(FoliageRemoverContainer_UnregisterFoliageRemoverBoundsComponent) == 0x000008, "Wrong size on FoliageRemoverContainer_UnregisterFoliageRemoverBoundsComponent"); \ static_assert(offsetof(FoliageRemoverContainer_UnregisterFoliageRemoverBoundsComponent, Component) == 0x000000, "Member 'FoliageRemoverContainer_UnregisterFoliageRemoverBoundsComponent::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFoliageRemoverContainer \ static_assert(alignof(UFoliageRemoverContainer) == 0x000008, "Wrong alignment on UFoliageRemoverContainer"); \ static_assert(sizeof(UFoliageRemoverContainer) == 0x0000E8, "Wrong size on UFoliageRemoverContainer"); \ static_assert(offsetof(UFoliageRemoverContainer, ActiveFoliageRemoverBoundsComponents) == 0x000030, "Member 'UFoliageRemoverContainer::ActiveFoliageRemoverBoundsComponents' has a wrong offset!"); \ static_assert(offsetof(UFoliageRemoverContainer, PendingRegisterComponents) == 0x000040, "Member 'UFoliageRemoverContainer::PendingRegisterComponents' has a wrong offset!"); \ static_assert(offsetof(UFoliageRemoverContainer, PendingUnregisterComponents) == 0x000050, "Member 'UFoliageRemoverContainer::PendingUnregisterComponents' has a wrong offset!"); \ static_assert(offsetof(UFoliageRemoverContainer, RetryRemoveGrassComponents) == 0x000080, "Member 'UFoliageRemoverContainer::RetryRemoveGrassComponents' has a wrong offset!"); \ static_assert(offsetof(UFoliageRemoverContainer, RetryRemoveFoliageComponents) == 0x000090, "Member 'UFoliageRemoverContainer::RetryRemoveFoliageComponents' has a wrong offset!"); \ static_assert(offsetof(UFoliageRemoverContainer, CachedWorld) == 0x0000B0, "Member 'UFoliageRemoverContainer::CachedWorld' has a wrong offset!"); \ static_assert(offsetof(UFoliageRemoverContainer, CachedInstancedFoliageActors) == 0x0000B8, "Member 'UFoliageRemoverContainer::CachedInstancedFoliageActors' has a wrong offset!"); \ static_assert(offsetof(UFoliageRemoverContainer, CachedLandscapeProxies) == 0x0000C8, "Member 'UFoliageRemoverContainer::CachedLandscapeProxies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootMotionModifier_NPCMobilityTurnAssist_CharacterRotatedBySupport \ static_assert(alignof(RootMotionModifier_NPCMobilityTurnAssist_CharacterRotatedBySupport) == 0x000004, "Wrong alignment on RootMotionModifier_NPCMobilityTurnAssist_CharacterRotatedBySupport"); \ static_assert(sizeof(RootMotionModifier_NPCMobilityTurnAssist_CharacterRotatedBySupport) == 0x00000C, "Wrong size on RootMotionModifier_NPCMobilityTurnAssist_CharacterRotatedBySupport"); \ static_assert(offsetof(RootMotionModifier_NPCMobilityTurnAssist_CharacterRotatedBySupport, AmountRotated) == 0x000000, "Member 'RootMotionModifier_NPCMobilityTurnAssist_CharacterRotatedBySupport::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootMotionModifier_NPCMobilityTurnAssist_CharacterTeleported \ static_assert(alignof(RootMotionModifier_NPCMobilityTurnAssist_CharacterTeleported) == 0x000008, "Wrong alignment on RootMotionModifier_NPCMobilityTurnAssist_CharacterTeleported"); \ static_assert(sizeof(RootMotionModifier_NPCMobilityTurnAssist_CharacterTeleported) == 0x000018, "Wrong size on RootMotionModifier_NPCMobilityTurnAssist_CharacterTeleported"); \ static_assert(offsetof(RootMotionModifier_NPCMobilityTurnAssist_CharacterTeleported, TeleportedCharacter) == 0x000000, "Member 'RootMotionModifier_NPCMobilityTurnAssist_CharacterTeleported::TeleportedCharacter' has a wrong offset!"); \ static_assert(offsetof(RootMotionModifier_NPCMobilityTurnAssist_CharacterTeleported, AmountRotated) == 0x000008, "Member 'RootMotionModifier_NPCMobilityTurnAssist_CharacterTeleported::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_NPCMobilityTurnAssist \ static_assert(alignof(URootMotionModifier_NPCMobilityTurnAssist) == 0x000008, "Wrong alignment on URootMotionModifier_NPCMobilityTurnAssist"); \ static_assert(sizeof(URootMotionModifier_NPCMobilityTurnAssist) == 0x000080, "Wrong size on URootMotionModifier_NPCMobilityTurnAssist"); \ static_assert(offsetof(URootMotionModifier_NPCMobilityTurnAssist, RootMotionRotationDirection) == 0x000050, "Member 'URootMotionModifier_NPCMobilityTurnAssist::RootMotionRotationDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_NPCMobilityTurnAssist, RootMotionTranslationDirection) == 0x00005C, "Member 'URootMotionModifier_NPCMobilityTurnAssist::RootMotionTranslationDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_NPCMobilityTurnAssist, ElapsedTime) == 0x000068, "Member 'URootMotionModifier_NPCMobilityTurnAssist::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_NPCMobilityTurnAssist, TranslateVec) == 0x00006C, "Member 'URootMotionModifier_NPCMobilityTurnAssist::TranslateVec' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_NPCMobilityTurnAssist, bApplyTranslateVec) == 0x000078, "Member 'URootMotionModifier_NPCMobilityTurnAssist::bApplyTranslateVec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_ChooseStationQueryDataBP \ static_assert(alignof(UI_DB_Library_ChooseStationQueryDataBP) == 0x000008, "Wrong alignment on UI_DB_Library_ChooseStationQueryDataBP"); \ static_assert(sizeof(UI_DB_Library_ChooseStationQueryDataBP) == 0x000028, "Wrong size on UI_DB_Library_ChooseStationQueryDataBP"); \ static_assert(offsetof(UI_DB_Library_ChooseStationQueryDataBP, InActor) == 0x000000, "Member 'UI_DB_Library_ChooseStationQueryDataBP::InActor' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_ChooseStationQueryDataBP, ObjectComponent) == 0x000008, "Member 'UI_DB_Library_ChooseStationQueryDataBP::ObjectComponent' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_ChooseStationQueryDataBP, InStationInteractionType) == 0x000010, "Member 'UI_DB_Library_ChooseStationQueryDataBP::InStationInteractionType' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_ChooseStationQueryDataBP, InActionName) == 0x000014, "Member 'UI_DB_Library_ChooseStationQueryDataBP::InActionName' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_ChooseStationQueryDataBP, InConnectionIndex) == 0x00001C, "Member 'UI_DB_Library_ChooseStationQueryDataBP::InConnectionIndex' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_ChooseStationQueryDataBP, ReturnValue) == 0x000020, "Member 'UI_DB_Library_ChooseStationQueryDataBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetActorsKnownSubjects \ static_assert(alignof(UI_DB_Library_GetActorsKnownSubjects) == 0x000008, "Wrong alignment on UI_DB_Library_GetActorsKnownSubjects"); \ static_assert(sizeof(UI_DB_Library_GetActorsKnownSubjects) == 0x000028, "Wrong size on UI_DB_Library_GetActorsKnownSubjects"); \ static_assert(offsetof(UI_DB_Library_GetActorsKnownSubjects, Actor) == 0x000000, "Member 'UI_DB_Library_GetActorsKnownSubjects::Actor' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetActorsKnownSubjects, Subjects) == 0x000008, "Member 'UI_DB_Library_GetActorsKnownSubjects::Subjects' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetActorsKnownSubjects, SubjectsAlreadyKnown) == 0x000018, "Member 'UI_DB_Library_GetActorsKnownSubjects::SubjectsAlreadyKnown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetCompendiumCategories \ static_assert(alignof(UI_DB_Library_GetCompendiumCategories) == 0x000008, "Wrong alignment on UI_DB_Library_GetCompendiumCategories"); \ static_assert(sizeof(UI_DB_Library_GetCompendiumCategories) == 0x000010, "Wrong size on UI_DB_Library_GetCompendiumCategories"); \ static_assert(offsetof(UI_DB_Library_GetCompendiumCategories, Categories) == 0x000000, "Member 'UI_DB_Library_GetCompendiumCategories::Categories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetCompendiumCategorySubjects \ static_assert(alignof(UI_DB_Library_GetCompendiumCategorySubjects) == 0x000008, "Wrong alignment on UI_DB_Library_GetCompendiumCategorySubjects"); \ static_assert(sizeof(UI_DB_Library_GetCompendiumCategorySubjects) == 0x000028, "Wrong size on UI_DB_Library_GetCompendiumCategorySubjects"); \ static_assert(offsetof(UI_DB_Library_GetCompendiumCategorySubjects, Category) == 0x000000, "Member 'UI_DB_Library_GetCompendiumCategorySubjects::Category' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetCompendiumCategorySubjects, KnownSubjects) == 0x000008, "Member 'UI_DB_Library_GetCompendiumCategorySubjects::KnownSubjects' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetCompendiumCategorySubjects, UnknownSubjects) == 0x000018, "Member 'UI_DB_Library_GetCompendiumCategorySubjects::UnknownSubjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetCompendiumPeopleSubjects \ static_assert(alignof(UI_DB_Library_GetCompendiumPeopleSubjects) == 0x000008, "Wrong alignment on UI_DB_Library_GetCompendiumPeopleSubjects"); \ static_assert(sizeof(UI_DB_Library_GetCompendiumPeopleSubjects) == 0x000028, "Wrong size on UI_DB_Library_GetCompendiumPeopleSubjects"); \ static_assert(offsetof(UI_DB_Library_GetCompendiumPeopleSubjects, People) == 0x000000, "Member 'UI_DB_Library_GetCompendiumPeopleSubjects::People' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetCompendiumPeopleSubjects, PeopleNames) == 0x000010, "Member 'UI_DB_Library_GetCompendiumPeopleSubjects::PeopleNames' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetCompendiumPeopleSubjects, TotalPeople) == 0x000020, "Member 'UI_DB_Library_GetCompendiumPeopleSubjects::TotalPeople' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetCompendiumSubjectFacts \ static_assert(alignof(UI_DB_Library_GetCompendiumSubjectFacts) == 0x000008, "Wrong alignment on UI_DB_Library_GetCompendiumSubjectFacts"); \ static_assert(sizeof(UI_DB_Library_GetCompendiumSubjectFacts) == 0x000048, "Wrong size on UI_DB_Library_GetCompendiumSubjectFacts"); \ static_assert(offsetof(UI_DB_Library_GetCompendiumSubjectFacts, Category) == 0x000000, "Member 'UI_DB_Library_GetCompendiumSubjectFacts::Category' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetCompendiumSubjectFacts, Subject) == 0x000008, "Member 'UI_DB_Library_GetCompendiumSubjectFacts::Subject' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetCompendiumSubjectFacts, FactSheet) == 0x000010, "Member 'UI_DB_Library_GetCompendiumSubjectFacts::FactSheet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetDefaultInventoryHolderID \ static_assert(alignof(UI_DB_Library_GetDefaultInventoryHolderID) == 0x000008, "Wrong alignment on UI_DB_Library_GetDefaultInventoryHolderID"); \ static_assert(sizeof(UI_DB_Library_GetDefaultInventoryHolderID) == 0x000020, "Wrong size on UI_DB_Library_GetDefaultInventoryHolderID"); \ static_assert(offsetof(UI_DB_Library_GetDefaultInventoryHolderID, Item) == 0x000000, "Member 'UI_DB_Library_GetDefaultInventoryHolderID::Item' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetDefaultInventoryHolderID, HolderID) == 0x000010, "Member 'UI_DB_Library_GetDefaultInventoryHolderID::HolderID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetDeveloperLevelList \ static_assert(alignof(UI_DB_Library_GetDeveloperLevelList) == 0x000008, "Wrong alignment on UI_DB_Library_GetDeveloperLevelList"); \ static_assert(sizeof(UI_DB_Library_GetDeveloperLevelList) == 0x000010, "Wrong size on UI_DB_Library_GetDeveloperLevelList"); \ static_assert(offsetof(UI_DB_Library_GetDeveloperLevelList, ReturnValue) == 0x000000, "Member 'UI_DB_Library_GetDeveloperLevelList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetFrontendLevelList \ static_assert(alignof(UI_DB_Library_GetFrontendLevelList) == 0x000008, "Wrong alignment on UI_DB_Library_GetFrontendLevelList"); \ static_assert(sizeof(UI_DB_Library_GetFrontendLevelList) == 0x000010, "Wrong size on UI_DB_Library_GetFrontendLevelList"); \ static_assert(offsetof(UI_DB_Library_GetFrontendLevelList, ReturnValue) == 0x000000, "Member 'UI_DB_Library_GetFrontendLevelList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetHealthCooldown \ static_assert(alignof(UI_DB_Library_GetHealthCooldown) == 0x000004, "Wrong alignment on UI_DB_Library_GetHealthCooldown"); \ static_assert(sizeof(UI_DB_Library_GetHealthCooldown) == 0x000004, "Wrong size on UI_DB_Library_GetHealthCooldown"); \ static_assert(offsetof(UI_DB_Library_GetHealthCooldown, ReturnValue) == 0x000000, "Member 'UI_DB_Library_GetHealthCooldown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetHouseIDFromSubjectName \ static_assert(alignof(UI_DB_Library_GetHouseIDFromSubjectName) == 0x000004, "Wrong alignment on UI_DB_Library_GetHouseIDFromSubjectName"); \ static_assert(sizeof(UI_DB_Library_GetHouseIDFromSubjectName) == 0x000010, "Wrong size on UI_DB_Library_GetHouseIDFromSubjectName"); \ static_assert(offsetof(UI_DB_Library_GetHouseIDFromSubjectName, Subject) == 0x000000, "Member 'UI_DB_Library_GetHouseIDFromSubjectName::Subject' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetHouseIDFromSubjectName, ReturnValue) == 0x000008, "Member 'UI_DB_Library_GetHouseIDFromSubjectName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetIsCustomizable \ static_assert(alignof(UI_DB_Library_GetIsCustomizable) == 0x000008, "Wrong alignment on UI_DB_Library_GetIsCustomizable"); \ static_assert(sizeof(UI_DB_Library_GetIsCustomizable) == 0x000018, "Wrong size on UI_DB_Library_GetIsCustomizable"); \ static_assert(offsetof(UI_DB_Library_GetIsCustomizable, SubtypeID) == 0x000000, "Member 'UI_DB_Library_GetIsCustomizable::SubtypeID' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetIsCustomizable, ReturnValue) == 0x000010, "Member 'UI_DB_Library_GetIsCustomizable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetLevelRequiermentsForItem \ static_assert(alignof(UI_DB_Library_GetLevelRequiermentsForItem) == 0x000008, "Wrong alignment on UI_DB_Library_GetLevelRequiermentsForItem"); \ static_assert(sizeof(UI_DB_Library_GetLevelRequiermentsForItem) == 0x000018, "Wrong size on UI_DB_Library_GetLevelRequiermentsForItem"); \ static_assert(offsetof(UI_DB_Library_GetLevelRequiermentsForItem, Item) == 0x000000, "Member 'UI_DB_Library_GetLevelRequiermentsForItem::Item' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetLevelRequiermentsForItem, outLevel) == 0x000010, "Member 'UI_DB_Library_GetLevelRequiermentsForItem::outLevel' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetLevelRequiermentsForItem, outUsable) == 0x000014, "Member 'UI_DB_Library_GetLevelRequiermentsForItem::outUsable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetMaxHealthForLevel \ static_assert(alignof(UI_DB_Library_GetMaxHealthForLevel) == 0x000004, "Wrong alignment on UI_DB_Library_GetMaxHealthForLevel"); \ static_assert(sizeof(UI_DB_Library_GetMaxHealthForLevel) == 0x000008, "Wrong size on UI_DB_Library_GetMaxHealthForLevel"); \ static_assert(offsetof(UI_DB_Library_GetMaxHealthForLevel, Level) == 0x000000, "Member 'UI_DB_Library_GetMaxHealthForLevel::Level' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetMaxHealthForLevel, ReturnValue) == 0x000004, "Member 'UI_DB_Library_GetMaxHealthForLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetRichPaperData \ static_assert(alignof(UI_DB_Library_GetRichPaperData) == 0x000008, "Wrong alignment on UI_DB_Library_GetRichPaperData"); \ static_assert(sizeof(UI_DB_Library_GetRichPaperData) == 0x000078, "Wrong size on UI_DB_Library_GetRichPaperData"); \ static_assert(offsetof(UI_DB_Library_GetRichPaperData, RichPaperID) == 0x000000, "Member 'UI_DB_Library_GetRichPaperData::RichPaperID' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetRichPaperData, sender) == 0x000010, "Member 'UI_DB_Library_GetRichPaperData::sender' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetRichPaperData, o_richPaperType) == 0x000020, "Member 'UI_DB_Library_GetRichPaperData::o_richPaperType' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetRichPaperData, o_imageName) == 0x000030, "Member 'UI_DB_Library_GetRichPaperData::o_imageName' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetRichPaperData, o_headerTextKey) == 0x000040, "Member 'UI_DB_Library_GetRichPaperData::o_headerTextKey' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetRichPaperData, o_bodyTextKey) == 0x000050, "Member 'UI_DB_Library_GetRichPaperData::o_bodyTextKey' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetRichPaperData, o_footerTextKey) == 0x000060, "Member 'UI_DB_Library_GetRichPaperData::o_footerTextKey' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetRichPaperData, ReturnValue) == 0x000070, "Member 'UI_DB_Library_GetRichPaperData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetSocialActionChoicesBP \ static_assert(alignof(UI_DB_Library_GetSocialActionChoicesBP) == 0x000008, "Wrong alignment on UI_DB_Library_GetSocialActionChoicesBP"); \ static_assert(sizeof(UI_DB_Library_GetSocialActionChoicesBP) == 0x000028, "Wrong size on UI_DB_Library_GetSocialActionChoicesBP"); \ static_assert(offsetof(UI_DB_Library_GetSocialActionChoicesBP, StationQueryData) == 0x000000, "Member 'UI_DB_Library_GetSocialActionChoicesBP::StationQueryData' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetSocialActionChoicesBP, StationComponent) == 0x000010, "Member 'UI_DB_Library_GetSocialActionChoicesBP::StationComponent' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetSocialActionChoicesBP, RequestingObject) == 0x000018, "Member 'UI_DB_Library_GetSocialActionChoicesBP::RequestingObject' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetSocialActionChoicesBP, ReturnValue) == 0x000020, "Member 'UI_DB_Library_GetSocialActionChoicesBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetSubjectCategoryFromSubject \ static_assert(alignof(UI_DB_Library_GetSubjectCategoryFromSubject) == 0x000008, "Wrong alignment on UI_DB_Library_GetSubjectCategoryFromSubject"); \ static_assert(sizeof(UI_DB_Library_GetSubjectCategoryFromSubject) == 0x000018, "Wrong size on UI_DB_Library_GetSubjectCategoryFromSubject"); \ static_assert(offsetof(UI_DB_Library_GetSubjectCategoryFromSubject, Subject) == 0x000000, "Member 'UI_DB_Library_GetSubjectCategoryFromSubject::Subject' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetSubjectCategoryFromSubject, ReturnValue) == 0x000008, "Member 'UI_DB_Library_GetSubjectCategoryFromSubject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetSubtypeFromSubjectName \ static_assert(alignof(UI_DB_Library_GetSubtypeFromSubjectName) == 0x000004, "Wrong alignment on UI_DB_Library_GetSubtypeFromSubjectName"); \ static_assert(sizeof(UI_DB_Library_GetSubtypeFromSubjectName) == 0x000010, "Wrong size on UI_DB_Library_GetSubtypeFromSubjectName"); \ static_assert(offsetof(UI_DB_Library_GetSubtypeFromSubjectName, Subject) == 0x000000, "Member 'UI_DB_Library_GetSubtypeFromSubjectName::Subject' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_GetSubtypeFromSubjectName, ReturnValue) == 0x000008, "Member 'UI_DB_Library_GetSubtypeFromSubjectName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetSystemSubtitles \ static_assert(alignof(UI_DB_Library_GetSystemSubtitles) == 0x000001, "Wrong alignment on UI_DB_Library_GetSystemSubtitles"); \ static_assert(sizeof(UI_DB_Library_GetSystemSubtitles) == 0x000001, "Wrong size on UI_DB_Library_GetSystemSubtitles"); \ static_assert(offsetof(UI_DB_Library_GetSystemSubtitles, ReturnValue) == 0x000000, "Member 'UI_DB_Library_GetSystemSubtitles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_GetUsabilityMissionList \ static_assert(alignof(UI_DB_Library_GetUsabilityMissionList) == 0x000008, "Wrong alignment on UI_DB_Library_GetUsabilityMissionList"); \ static_assert(sizeof(UI_DB_Library_GetUsabilityMissionList) == 0x000010, "Wrong size on UI_DB_Library_GetUsabilityMissionList"); \ static_assert(offsetof(UI_DB_Library_GetUsabilityMissionList, ReturnValue) == 0x000000, "Member 'UI_DB_Library_GetUsabilityMissionList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_LockStation \ static_assert(alignof(UI_DB_Library_LockStation) == 0x000008, "Wrong alignment on UI_DB_Library_LockStation"); \ static_assert(sizeof(UI_DB_Library_LockStation) == 0x000018, "Wrong size on UI_DB_Library_LockStation"); \ static_assert(offsetof(UI_DB_Library_LockStation, StationComponent) == 0x000000, "Member 'UI_DB_Library_LockStation::StationComponent' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_LockStation, PlayerActor) == 0x000008, "Member 'UI_DB_Library_LockStation::PlayerActor' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_LockStation, ReturnValue) == 0x000010, "Member 'UI_DB_Library_LockStation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_SetSystemSubtitles \ static_assert(alignof(UI_DB_Library_SetSystemSubtitles) == 0x000001, "Wrong alignment on UI_DB_Library_SetSystemSubtitles"); \ static_assert(sizeof(UI_DB_Library_SetSystemSubtitles) == 0x000001, "Wrong size on UI_DB_Library_SetSystemSubtitles"); \ static_assert(offsetof(UI_DB_Library_SetSystemSubtitles, SubtitlesEnabled) == 0x000000, "Member 'UI_DB_Library_SetSystemSubtitles::SubtitlesEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_TargetHasConversationEntries \ static_assert(alignof(UI_DB_Library_TargetHasConversationEntries) == 0x000008, "Wrong alignment on UI_DB_Library_TargetHasConversationEntries"); \ static_assert(sizeof(UI_DB_Library_TargetHasConversationEntries) == 0x000018, "Wrong size on UI_DB_Library_TargetHasConversationEntries"); \ static_assert(offsetof(UI_DB_Library_TargetHasConversationEntries, TargetActor) == 0x000000, "Member 'UI_DB_Library_TargetHasConversationEntries::TargetActor' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_TargetHasConversationEntries, InTargetActor) == 0x000008, "Member 'UI_DB_Library_TargetHasConversationEntries::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_TargetHasConversationEntries, MissionInteraction) == 0x000010, "Member 'UI_DB_Library_TargetHasConversationEntries::MissionInteraction' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_TargetHasConversationEntries, ReturnValue) == 0x000011, "Member 'UI_DB_Library_TargetHasConversationEntries::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_DB_Library_UnlockStationBP \ static_assert(alignof(UI_DB_Library_UnlockStationBP) == 0x000008, "Wrong alignment on UI_DB_Library_UnlockStationBP"); \ static_assert(sizeof(UI_DB_Library_UnlockStationBP) == 0x000010, "Wrong size on UI_DB_Library_UnlockStationBP"); \ static_assert(offsetof(UI_DB_Library_UnlockStationBP, StationComponent) == 0x000000, "Member 'UI_DB_Library_UnlockStationBP::StationComponent' has a wrong offset!"); \ static_assert(offsetof(UI_DB_Library_UnlockStationBP, ReturnValue) == 0x000008, "Member 'UI_DB_Library_UnlockStationBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_DB_Library \ static_assert(alignof(UUI_DB_Library) == 0x000008, "Wrong alignment on UUI_DB_Library"); \ static_assert(sizeof(UUI_DB_Library) == 0x000028, "Wrong size on UUI_DB_Library"); \ #define DUMPER7_ASSERTS_URootMotionModifier_NPCStrafe \ static_assert(alignof(URootMotionModifier_NPCStrafe) == 0x000008, "Wrong alignment on URootMotionModifier_NPCStrafe"); \ static_assert(sizeof(URootMotionModifier_NPCStrafe) == 0x000050, "Wrong size on URootMotionModifier_NPCStrafe"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_NPCStrafe \ static_assert(alignof(URootMotionModifierProperties_NPCStrafe) == 0x000008, "Wrong alignment on URootMotionModifierProperties_NPCStrafe"); \ static_assert(sizeof(URootMotionModifierProperties_NPCStrafe) == 0x000040, "Wrong size on URootMotionModifierProperties_NPCStrafe"); \ static_assert(offsetof(URootMotionModifierProperties_NPCStrafe, SubtypeIds) == 0x000030, "Member 'URootMotionModifierProperties_NPCStrafe::SubtypeIds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_SocialActionWitnessEQS \ static_assert(alignof(UBTService_SocialActionWitnessEQS) == 0x000008, "Wrong alignment on UBTService_SocialActionWitnessEQS"); \ static_assert(sizeof(UBTService_SocialActionWitnessEQS) == 0x000120, "Wrong size on UBTService_SocialActionWitnessEQS"); \ #define DUMPER7_ASSERTS_URootMotionModifier_ScaleZToPlayer \ static_assert(alignof(URootMotionModifier_ScaleZToPlayer) == 0x000008, "Wrong alignment on URootMotionModifier_ScaleZToPlayer"); \ static_assert(sizeof(URootMotionModifier_ScaleZToPlayer) == 0x000068, "Wrong size on URootMotionModifier_ScaleZToPlayer"); \ #define DUMPER7_ASSERTS_UEnemy_TombProtector_QBUpdateDataAsset \ static_assert(alignof(UEnemy_TombProtector_QBUpdateDataAsset) == 0x000008, "Wrong alignment on UEnemy_TombProtector_QBUpdateDataAsset"); \ static_assert(sizeof(UEnemy_TombProtector_QBUpdateDataAsset) == 0x000108, "Wrong size on UEnemy_TombProtector_QBUpdateDataAsset"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, bSpawnMeteors) == 0x000030, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::bSpawnMeteors' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, SpawnDistance) == 0x000034, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::SpawnDistance' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, SpawnDistanceVariationMin) == 0x000040, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::SpawnDistanceVariationMin' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, SpawnDistanceVariationMax) == 0x00004C, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::SpawnDistanceVariationMax' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, ChooseDistance) == 0x000058, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::ChooseDistance' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, ScaleMin) == 0x000064, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::ScaleMin' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, ScaleMax) == 0x000068, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::ScaleMax' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, NumMeteorsToSpawn) == 0x00006C, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::NumMeteorsToSpawn' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, OrbitRotationMin) == 0x000070, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::OrbitRotationMin' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, OrbitRotationMax) == 0x000074, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::OrbitRotationMax' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, RotationMin) == 0x000078, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::RotationMin' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, RotationMax) == 0x000084, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::RotationMax' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, MeteorClassList) == 0x000090, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::MeteorClassList' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, MeteorPieceClassList) == 0x0000A0, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::MeteorPieceClassList' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, NumPiecesMin) == 0x0000B0, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::NumPiecesMin' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, NumPiecesMax) == 0x0000B4, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::NumPiecesMax' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, PiecesSpawnOffsetMin) == 0x0000B8, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::PiecesSpawnOffsetMin' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, PiecesSpawnOffsetMax) == 0x0000BC, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::PiecesSpawnOffsetMax' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, PiecesScaleMin) == 0x0000C0, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::PiecesScaleMin' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, PiecesScaleMax) == 0x0000C4, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::PiecesScaleMax' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, BreakApartSpeedMin) == 0x0000C8, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::BreakApartSpeedMin' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, BreakApartSpeedMax) == 0x0000CC, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::BreakApartSpeedMax' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, BreakApartRotationMin) == 0x0000D0, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::BreakApartRotationMin' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, BreakApartRotationMax) == 0x0000DC, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::BreakApartRotationMax' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, MinAccuracy) == 0x0000E8, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::MinAccuracy' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, MaxAccuracy) == 0x0000EC, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::MaxAccuracy' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, ThrowRotDegreesMin) == 0x0000F0, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::ThrowRotDegreesMin' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateDataAsset, ThrowRotDegreesMax) == 0x0000FC, "Member 'UEnemy_TombProtector_QBUpdateDataAsset::ThrowRotDegreesMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_Shuffle \ static_assert(alignof(URootMotionModifier_Shuffle) == 0x000008, "Wrong alignment on URootMotionModifier_Shuffle"); \ static_assert(sizeof(URootMotionModifier_Shuffle) == 0x000050, "Wrong size on URootMotionModifier_Shuffle"); \ #define DUMPER7_ASSERTS_UEnemy_SeekTarget_QBUpdateData \ static_assert(alignof(UEnemy_SeekTarget_QBUpdateData) == 0x000008, "Wrong alignment on UEnemy_SeekTarget_QBUpdateData"); \ static_assert(sizeof(UEnemy_SeekTarget_QBUpdateData) == 0x000040, "Wrong size on UEnemy_SeekTarget_QBUpdateData"); \ static_assert(offsetof(UEnemy_SeekTarget_QBUpdateData, IdleTriggerTime) == 0x000030, "Member 'UEnemy_SeekTarget_QBUpdateData::IdleTriggerTime' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SeekTarget_QBUpdateData, NoAttackTriggerTime) == 0x000034, "Member 'UEnemy_SeekTarget_QBUpdateData::NoAttackTriggerTime' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SeekTarget_QBUpdateData, Timeout) == 0x000038, "Member 'UEnemy_SeekTarget_QBUpdateData::Timeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_CharacterWalkBase \ static_assert(alignof(USceneActionState_CharacterWalkBase) == 0x000008, "Wrong alignment on USceneActionState_CharacterWalkBase"); \ static_assert(sizeof(USceneActionState_CharacterWalkBase) == 0x000088, "Wrong size on USceneActionState_CharacterWalkBase"); \ #define DUMPER7_ASSERTS_USceneActionState_CharacterWalkAlongSpline \ static_assert(alignof(USceneActionState_CharacterWalkAlongSpline) == 0x000008, "Wrong alignment on USceneActionState_CharacterWalkAlongSpline"); \ static_assert(sizeof(USceneActionState_CharacterWalkAlongSpline) == 0x000088, "Wrong size on USceneActionState_CharacterWalkAlongSpline"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_Shuffle \ static_assert(alignof(URootMotionModifierProperties_Shuffle) == 0x000008, "Wrong alignment on URootMotionModifierProperties_Shuffle"); \ static_assert(sizeof(URootMotionModifierProperties_Shuffle) == 0x000030, "Wrong size on URootMotionModifierProperties_Shuffle"); \ #define DUMPER7_ASSERTS_UI_InGameIndicatorComponent_GetShowPointer \ static_assert(alignof(UI_InGameIndicatorComponent_GetShowPointer) == 0x000001, "Wrong alignment on UI_InGameIndicatorComponent_GetShowPointer"); \ static_assert(sizeof(UI_InGameIndicatorComponent_GetShowPointer) == 0x000001, "Wrong size on UI_InGameIndicatorComponent_GetShowPointer"); \ static_assert(offsetof(UI_InGameIndicatorComponent_GetShowPointer, ReturnValue) == 0x000000, "Member 'UI_InGameIndicatorComponent_GetShowPointer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_InGameIndicatorComponent_SetShowPointer \ static_assert(alignof(UI_InGameIndicatorComponent_SetShowPointer) == 0x000001, "Wrong alignment on UI_InGameIndicatorComponent_SetShowPointer"); \ static_assert(sizeof(UI_InGameIndicatorComponent_SetShowPointer) == 0x000001, "Wrong size on UI_InGameIndicatorComponent_SetShowPointer"); \ static_assert(offsetof(UI_InGameIndicatorComponent_SetShowPointer, Show) == 0x000000, "Member 'UI_InGameIndicatorComponent_SetShowPointer::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_InGameIndicatorComponent \ static_assert(alignof(UUI_InGameIndicatorComponent) == 0x000010, "Wrong alignment on UUI_InGameIndicatorComponent"); \ static_assert(sizeof(UUI_InGameIndicatorComponent) == 0x000520, "Wrong size on UUI_InGameIndicatorComponent"); \ static_assert(offsetof(UUI_InGameIndicatorComponent, PointerIndex) == 0x000518, "Member 'UUI_InGameIndicatorComponent::PointerIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_InGameIndicatorComponent, ShowPointer) == 0x00051C, "Member 'UUI_InGameIndicatorComponent::ShowPointer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_Slide \ static_assert(alignof(URootMotionModifier_Slide) == 0x000008, "Wrong alignment on URootMotionModifier_Slide"); \ static_assert(sizeof(URootMotionModifier_Slide) == 0x000060, "Wrong size on URootMotionModifier_Slide"); \ static_assert(offsetof(URootMotionModifier_Slide, CurrentVelocity) == 0x000050, "Member 'URootMotionModifier_Slide::CurrentVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_StopAtEdge \ static_assert(alignof(URootMotionModifier_StopAtEdge) == 0x000008, "Wrong alignment on URootMotionModifier_StopAtEdge"); \ static_assert(sizeof(URootMotionModifier_StopAtEdge) == 0x000050, "Wrong size on URootMotionModifier_StopAtEdge"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_StopAtEdge \ static_assert(alignof(URootMotionModifierProperties_StopAtEdge) == 0x000008, "Wrong alignment on URootMotionModifierProperties_StopAtEdge"); \ static_assert(sizeof(URootMotionModifierProperties_StopAtEdge) == 0x000040, "Wrong size on URootMotionModifierProperties_StopAtEdge"); \ static_assert(offsetof(URootMotionModifierProperties_StopAtEdge, TraceStartUp) == 0x000030, "Member 'URootMotionModifierProperties_StopAtEdge::TraceStartUp' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_StopAtEdge, TraceEndDown) == 0x000034, "Member 'URootMotionModifierProperties_StopAtEdge::TraceEndDown' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_StopAtEdge, DesiredDistanceFromEdge) == 0x000038, "Member 'URootMotionModifierProperties_StopAtEdge::DesiredDistanceFromEdge' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_StopAtEdge, bDebug) == 0x00003C, "Member 'URootMotionModifierProperties_StopAtEdge::bDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Camera_NotifyBlendComplete \ static_assert(alignof(UBTT_Camera_NotifyBlendComplete) == 0x000008, "Wrong alignment on UBTT_Camera_NotifyBlendComplete"); \ static_assert(sizeof(UBTT_Camera_NotifyBlendComplete) == 0x000070, "Wrong size on UBTT_Camera_NotifyBlendComplete"); \ #define DUMPER7_ASSERTS_RootMotionModifier_Strafe_CharacterRotatedBySupport \ static_assert(alignof(RootMotionModifier_Strafe_CharacterRotatedBySupport) == 0x000004, "Wrong alignment on RootMotionModifier_Strafe_CharacterRotatedBySupport"); \ static_assert(sizeof(RootMotionModifier_Strafe_CharacterRotatedBySupport) == 0x00000C, "Wrong size on RootMotionModifier_Strafe_CharacterRotatedBySupport"); \ static_assert(offsetof(RootMotionModifier_Strafe_CharacterRotatedBySupport, AmountRotated) == 0x000000, "Member 'RootMotionModifier_Strafe_CharacterRotatedBySupport::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootMotionModifier_Strafe_CharacterTeleported \ static_assert(alignof(RootMotionModifier_Strafe_CharacterTeleported) == 0x000008, "Wrong alignment on RootMotionModifier_Strafe_CharacterTeleported"); \ static_assert(sizeof(RootMotionModifier_Strafe_CharacterTeleported) == 0x000018, "Wrong size on RootMotionModifier_Strafe_CharacterTeleported"); \ static_assert(offsetof(RootMotionModifier_Strafe_CharacterTeleported, TeleportedCharacter) == 0x000000, "Member 'RootMotionModifier_Strafe_CharacterTeleported::TeleportedCharacter' has a wrong offset!"); \ static_assert(offsetof(RootMotionModifier_Strafe_CharacterTeleported, AmountRotated) == 0x000008, "Member 'RootMotionModifier_Strafe_CharacterTeleported::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_Strafe \ static_assert(alignof(URootMotionModifier_Strafe) == 0x000008, "Wrong alignment on URootMotionModifier_Strafe"); \ static_assert(sizeof(URootMotionModifier_Strafe) == 0x000058, "Wrong size on URootMotionModifier_Strafe"); \ static_assert(offsetof(URootMotionModifier_Strafe, ElapsedTime) == 0x000050, "Member 'URootMotionModifier_Strafe::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyAISpawnData \ static_assert(alignof(UEnemyAISpawnData) == 0x000008, "Wrong alignment on UEnemyAISpawnData"); \ static_assert(sizeof(UEnemyAISpawnData) == 0x000028, "Wrong size on UEnemyAISpawnData"); \ #define DUMPER7_ASSERTS_UEnemyAIGoblinSpawnData \ static_assert(alignof(UEnemyAIGoblinSpawnData) == 0x000008, "Wrong alignment on UEnemyAIGoblinSpawnData"); \ static_assert(sizeof(UEnemyAIGoblinSpawnData) == 0x000030, "Wrong size on UEnemyAIGoblinSpawnData"); \ static_assert(offsetof(UEnemyAIGoblinSpawnData, Type) == 0x000028, "Member 'UEnemyAIGoblinSpawnData::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_TargetTracker \ static_assert(alignof(URootMotionModifier_TargetTracker) == 0x000008, "Wrong alignment on URootMotionModifier_TargetTracker"); \ static_assert(sizeof(URootMotionModifier_TargetTracker) == 0x000050, "Wrong size on URootMotionModifier_TargetTracker"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_TargetTracker \ static_assert(alignof(URootMotionModifierProperties_TargetTracker) == 0x000008, "Wrong alignment on URootMotionModifierProperties_TargetTracker"); \ static_assert(sizeof(URootMotionModifierProperties_TargetTracker) == 0x000048, "Wrong size on URootMotionModifierProperties_TargetTracker"); \ static_assert(offsetof(URootMotionModifierProperties_TargetTracker, TargetType) == 0x000030, "Member 'URootMotionModifierProperties_TargetTracker::TargetType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TargetTracker, Offset) == 0x000034, "Member 'URootMotionModifierProperties_TargetTracker::Offset' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TargetTracker, bGetActorFromTracker) == 0x000040, "Member 'URootMotionModifierProperties_TargetTracker::bGetActorFromTracker' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TargetTracker, GetActorFromTargetID) == 0x000041, "Member 'URootMotionModifierProperties_TargetTracker::GetActorFromTargetID' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TargetTracker, InterpType) == 0x000042, "Member 'URootMotionModifierProperties_TargetTracker::InterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TargetTracker, InterpSpeed) == 0x000044, "Member 'URootMotionModifierProperties_TargetTracker::InterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_Telescope \ static_assert(alignof(URootMotionModifier_Telescope) == 0x000008, "Wrong alignment on URootMotionModifier_Telescope"); \ static_assert(sizeof(URootMotionModifier_Telescope) == 0x000080, "Wrong size on URootMotionModifier_Telescope"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_Telescope \ static_assert(alignof(URootMotionModifierProperties_Telescope) == 0x000008, "Wrong alignment on URootMotionModifierProperties_Telescope"); \ static_assert(sizeof(URootMotionModifierProperties_Telescope) == 0x000048, "Wrong size on URootMotionModifierProperties_Telescope"); \ static_assert(offsetof(URootMotionModifierProperties_Telescope, Offset) == 0x000030, "Member 'URootMotionModifierProperties_Telescope::Offset' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Telescope, InterpType) == 0x00003C, "Member 'URootMotionModifierProperties_Telescope::InterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Telescope, InterpSpeed) == 0x000040, "Member 'URootMotionModifierProperties_Telescope::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_Telescope, InterpTime) == 0x000044, "Member 'URootMotionModifierProperties_Telescope::InterpTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATransfigurationPlaceholderFrontend \ static_assert(alignof(ATransfigurationPlaceholderFrontend) == 0x000008, "Wrong alignment on ATransfigurationPlaceholderFrontend"); \ static_assert(sizeof(ATransfigurationPlaceholderFrontend) == 0x0002C8, "Wrong size on ATransfigurationPlaceholderFrontend"); \ static_assert(offsetof(ATransfigurationPlaceholderFrontend, IdentifyingName) == 0x000270, "Member 'ATransfigurationPlaceholderFrontend::IdentifyingName' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPlaceholderFrontend, DefaultActorToSpawn) == 0x000280, "Member 'ATransfigurationPlaceholderFrontend::DefaultActorToSpawn' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPlaceholderFrontend, OnlySpawnIfKeyPresent) == 0x0002A8, "Member 'ATransfigurationPlaceholderFrontend::OnlySpawnIfKeyPresent' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPlaceholderFrontend, OnlySpawnIfKeyNotPresent) == 0x0002B8, "Member 'ATransfigurationPlaceholderFrontend::OnlySpawnIfKeyNotPresent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootMotionModifier_TurnAssist_CharacterRotatedBySupport \ static_assert(alignof(RootMotionModifier_TurnAssist_CharacterRotatedBySupport) == 0x000004, "Wrong alignment on RootMotionModifier_TurnAssist_CharacterRotatedBySupport"); \ static_assert(sizeof(RootMotionModifier_TurnAssist_CharacterRotatedBySupport) == 0x00000C, "Wrong size on RootMotionModifier_TurnAssist_CharacterRotatedBySupport"); \ static_assert(offsetof(RootMotionModifier_TurnAssist_CharacterRotatedBySupport, AmountRotated) == 0x000000, "Member 'RootMotionModifier_TurnAssist_CharacterRotatedBySupport::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootMotionModifier_TurnAssist_CharacterTeleported \ static_assert(alignof(RootMotionModifier_TurnAssist_CharacterTeleported) == 0x000008, "Wrong alignment on RootMotionModifier_TurnAssist_CharacterTeleported"); \ static_assert(sizeof(RootMotionModifier_TurnAssist_CharacterTeleported) == 0x000020, "Wrong size on RootMotionModifier_TurnAssist_CharacterTeleported"); \ static_assert(offsetof(RootMotionModifier_TurnAssist_CharacterTeleported, TeleportedCharacter) == 0x000000, "Member 'RootMotionModifier_TurnAssist_CharacterTeleported::TeleportedCharacter' has a wrong offset!"); \ static_assert(offsetof(RootMotionModifier_TurnAssist_CharacterTeleported, AmountDisplaced) == 0x000008, "Member 'RootMotionModifier_TurnAssist_CharacterTeleported::AmountDisplaced' has a wrong offset!"); \ static_assert(offsetof(RootMotionModifier_TurnAssist_CharacterTeleported, AmountRotated) == 0x000014, "Member 'RootMotionModifier_TurnAssist_CharacterTeleported::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_TurnAssist \ static_assert(alignof(URootMotionModifier_TurnAssist) == 0x000008, "Wrong alignment on URootMotionModifier_TurnAssist"); \ static_assert(sizeof(URootMotionModifier_TurnAssist) == 0x0000D8, "Wrong size on URootMotionModifier_TurnAssist"); \ static_assert(offsetof(URootMotionModifier_TurnAssist, CurrentDirection) == 0x000050, "Member 'URootMotionModifier_TurnAssist::CurrentDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_TurnAssist, TargetDirection) == 0x00005C, "Member 'URootMotionModifier_TurnAssist::TargetDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_TurnAssist, DesiredDirection) == 0x000068, "Member 'URootMotionModifier_TurnAssist::DesiredDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_TurnAssist, RootMotionRotationDirection) == 0x000074, "Member 'URootMotionModifier_TurnAssist::RootMotionRotationDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_TurnAssist, RootMotionTranslationDirection) == 0x000080, "Member 'URootMotionModifier_TurnAssist::RootMotionTranslationDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_TurnAssist, RootYawRemaining) == 0x00008C, "Member 'URootMotionModifier_TurnAssist::RootYawRemaining' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_TurnAssist, RootYawOffset) == 0x000090, "Member 'URootMotionModifier_TurnAssist::RootYawOffset' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_TurnAssist, RootYawSampleTime) == 0x000094, "Member 'URootMotionModifier_TurnAssist::RootYawSampleTime' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_TurnAssist, bRootYawRemainingInitialized) == 0x000098, "Member 'URootMotionModifier_TurnAssist::bRootYawRemainingInitialized' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_TurnAssist, ElapsedTime) == 0x00009C, "Member 'URootMotionModifier_TurnAssist::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_TurnAssist, ScaledElapsedTime) == 0x0000A0, "Member 'URootMotionModifier_TurnAssist::ScaledElapsedTime' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_TurnAssist, bValidFacingTargets) == 0x0000A4, "Member 'URootMotionModifier_TurnAssist::bValidFacingTargets' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifier_TurnAssist, TestVector) == 0x0000A8, "Member 'URootMotionModifier_TurnAssist::TestVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_CreatureAttackAvailable \ static_assert(alignof(UBTDecorator_CreatureAttackAvailable) == 0x000008, "Wrong alignment on UBTDecorator_CreatureAttackAvailable"); \ static_assert(sizeof(UBTDecorator_CreatureAttackAvailable) == 0x000098, "Wrong size on UBTDecorator_CreatureAttackAvailable"); \ static_assert(offsetof(UBTDecorator_CreatureAttackAvailable, AttackData) == 0x000068, "Member 'UBTDecorator_CreatureAttackAvailable::AttackData' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_CreatureAttackAvailable, TargetLocationKey) == 0x000070, "Member 'UBTDecorator_CreatureAttackAvailable::TargetLocationKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierProperties_TurnAssist \ static_assert(alignof(URootMotionModifierProperties_TurnAssist) == 0x000008, "Wrong alignment on URootMotionModifierProperties_TurnAssist"); \ static_assert(sizeof(URootMotionModifierProperties_TurnAssist) == 0x000098, "Wrong size on URootMotionModifierProperties_TurnAssist"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, UseDirection) == 0x000030, "Member 'URootMotionModifierProperties_TurnAssist::UseDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, UseMethod) == 0x000031, "Member 'URootMotionModifierProperties_TurnAssist::UseMethod' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, RotationInterpType) == 0x000032, "Member 'URootMotionModifierProperties_TurnAssist::RotationInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, RegularSpeedRotationInterpSpeed) == 0x000034, "Member 'URootMotionModifierProperties_TurnAssist::RegularSpeedRotationInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, bScaleRotationBasedOnSpeed) == 0x000038, "Member 'URootMotionModifierProperties_TurnAssist::bScaleRotationBasedOnSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, LowSpeedRotationInterpSpeed) == 0x00003C, "Member 'URootMotionModifierProperties_TurnAssist::LowSpeedRotationInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, SpeedRange) == 0x000040, "Member 'URootMotionModifierProperties_TurnAssist::SpeedRange' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, SpringHalflife) == 0x000048, "Member 'URootMotionModifierProperties_TurnAssist::SpringHalflife' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, SpringLowSpeedHalflifeMultiplier) == 0x00004C, "Member 'URootMotionModifierProperties_TurnAssist::SpringLowSpeedHalflifeMultiplier' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, bAdjustTranslationBasedOnTurn) == 0x000050, "Member 'URootMotionModifierProperties_TurnAssist::bAdjustTranslationBasedOnTurn' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, TranslationAdjustAngleRange) == 0x000054, "Member 'URootMotionModifierProperties_TurnAssist::TranslationAdjustAngleRange' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, TranslationAdjustMinMultiplier) == 0x00005C, "Member 'URootMotionModifierProperties_TurnAssist::TranslationAdjustMinMultiplier' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, bUseFixedDirection) == 0x000060, "Member 'URootMotionModifierProperties_TurnAssist::bUseFixedDirection' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, TurnAssistCurve) == 0x000068, "Member 'URootMotionModifierProperties_TurnAssist::TurnAssistCurve' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, TurnAssistTimeMultiplier) == 0x000070, "Member 'URootMotionModifierProperties_TurnAssist::TurnAssistTimeMultiplier' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, MinRotationScaleBasedOnSpeed) == 0x000078, "Member 'URootMotionModifierProperties_TurnAssist::MinRotationScaleBasedOnSpeed' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, AllowedRangeFromFallLine) == 0x00007C, "Member 'URootMotionModifierProperties_TurnAssist::AllowedRangeFromFallLine' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, bIgnoreTargetTracker) == 0x000084, "Member 'URootMotionModifierProperties_TurnAssist::bIgnoreTargetTracker' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, bAllowDesiredDirectionUpdates) == 0x000085, "Member 'URootMotionModifierProperties_TurnAssist::bAllowDesiredDirectionUpdates' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, DesiredDirectionUpdateDuration) == 0x000088, "Member 'URootMotionModifierProperties_TurnAssist::DesiredDirectionUpdateDuration' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, bDebug) == 0x00008C, "Member 'URootMotionModifierProperties_TurnAssist::bDebug' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, SplineRotationInterpType) == 0x00008D, "Member 'URootMotionModifierProperties_TurnAssist::SplineRotationInterpType' has a wrong offset!"); \ static_assert(offsetof(URootMotionModifierProperties_TurnAssist, SplineRotationInterpSpeed) == 0x000090, "Member 'URootMotionModifierProperties_TurnAssist::SplineRotationInterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifier_WandCastTranslation \ static_assert(alignof(URootMotionModifier_WandCastTranslation) == 0x000008, "Wrong alignment on URootMotionModifier_WandCastTranslation"); \ static_assert(sizeof(URootMotionModifier_WandCastTranslation) == 0x000050, "Wrong size on URootMotionModifier_WandCastTranslation"); \ #define DUMPER7_ASSERTS_UNPC_PerceptionUpdate \ static_assert(alignof(UNPC_PerceptionUpdate) == 0x000008, "Wrong alignment on UNPC_PerceptionUpdate"); \ static_assert(sizeof(UNPC_PerceptionUpdate) == 0x000040, "Wrong size on UNPC_PerceptionUpdate"); \ #define DUMPER7_ASSERTS_UAblRootMotionModifiersScratchpad \ static_assert(alignof(UAblRootMotionModifiersScratchpad) == 0x000008, "Wrong alignment on UAblRootMotionModifiersScratchpad"); \ static_assert(sizeof(UAblRootMotionModifiersScratchpad) == 0x000040, "Wrong size on UAblRootMotionModifiersScratchpad"); \ static_assert(offsetof(UAblRootMotionModifiersScratchpad, TaskConditionScratchpads) == 0x000028, "Member 'UAblRootMotionModifiersScratchpad::TaskConditionScratchpads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_SeekTarget_QBUpdate \ static_assert(alignof(UEnemy_SeekTarget_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_SeekTarget_QBUpdate"); \ static_assert(sizeof(UEnemy_SeekTarget_QBUpdate) == 0x000050, "Wrong size on UEnemy_SeekTarget_QBUpdate"); \ #define DUMPER7_ASSERTS_EmissiveAdaptationOverrideComponent_SetState \ static_assert(alignof(EmissiveAdaptationOverrideComponent_SetState) == 0x000001, "Wrong alignment on EmissiveAdaptationOverrideComponent_SetState"); \ static_assert(sizeof(EmissiveAdaptationOverrideComponent_SetState) == 0x000001, "Wrong size on EmissiveAdaptationOverrideComponent_SetState"); \ static_assert(offsetof(EmissiveAdaptationOverrideComponent_SetState, NewState) == 0x000000, "Member 'EmissiveAdaptationOverrideComponent_SetState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EmissiveAdaptationOverrideComponent_GetState \ static_assert(alignof(EmissiveAdaptationOverrideComponent_GetState) == 0x000001, "Wrong alignment on EmissiveAdaptationOverrideComponent_GetState"); \ static_assert(sizeof(EmissiveAdaptationOverrideComponent_GetState) == 0x000001, "Wrong size on EmissiveAdaptationOverrideComponent_GetState"); \ static_assert(offsetof(EmissiveAdaptationOverrideComponent_GetState, CurrentState) == 0x000000, "Member 'EmissiveAdaptationOverrideComponent_GetState::CurrentState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEmissiveAdaptationOverrideComponent \ static_assert(alignof(UEmissiveAdaptationOverrideComponent) == 0x000008, "Wrong alignment on UEmissiveAdaptationOverrideComponent"); \ static_assert(sizeof(UEmissiveAdaptationOverrideComponent) == 0x0000F8, "Wrong size on UEmissiveAdaptationOverrideComponent"); \ static_assert(offsetof(UEmissiveAdaptationOverrideComponent, BlendInTime) == 0x0000D8, "Member 'UEmissiveAdaptationOverrideComponent::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(UEmissiveAdaptationOverrideComponent, SustainTime) == 0x0000DC, "Member 'UEmissiveAdaptationOverrideComponent::SustainTime' has a wrong offset!"); \ static_assert(offsetof(UEmissiveAdaptationOverrideComponent, BlendOutTime) == 0x0000E0, "Member 'UEmissiveAdaptationOverrideComponent::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(UEmissiveAdaptationOverrideComponent, Priority) == 0x0000E4, "Member 'UEmissiveAdaptationOverrideComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UEmissiveAdaptationOverrideComponent, bInfiniteSustain) == 0x0000E8, "Member 'UEmissiveAdaptationOverrideComponent::bInfiniteSustain' has a wrong offset!"); \ static_assert(offsetof(UEmissiveAdaptationOverrideComponent, bAutoStart) == 0x0000E9, "Member 'UEmissiveAdaptationOverrideComponent::bAutoStart' has a wrong offset!"); \ static_assert(offsetof(UEmissiveAdaptationOverrideComponent, bUsePriority) == 0x0000EA, "Member 'UEmissiveAdaptationOverrideComponent::bUsePriority' has a wrong offset!"); \ static_assert(offsetof(UEmissiveAdaptationOverrideComponent, StateStartTime) == 0x0000EC, "Member 'UEmissiveAdaptationOverrideComponent::StateStartTime' has a wrong offset!"); \ static_assert(offsetof(UEmissiveAdaptationOverrideComponent, State) == 0x0000F0, "Member 'UEmissiveAdaptationOverrideComponent::State' has a wrong offset!"); \ static_assert(offsetof(UEmissiveAdaptationOverrideComponent, bRegisteredAdaptationInterface) == 0x0000F1, "Member 'UEmissiveAdaptationOverrideComponent::bRegisteredAdaptationInterface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablRootMotionModifiersTask \ static_assert(alignof(UablRootMotionModifiersTask) == 0x000008, "Wrong alignment on UablRootMotionModifiersTask"); \ static_assert(sizeof(UablRootMotionModifiersTask) == 0x000098, "Wrong size on UablRootMotionModifiersTask"); \ static_assert(offsetof(UablRootMotionModifiersTask, m_RootMotionModifierPropertiesArray) == 0x000070, "Member 'UablRootMotionModifiersTask::m_RootMotionModifierPropertiesArray' has a wrong offset!"); \ static_assert(offsetof(UablRootMotionModifiersTask, TaskConditions) == 0x000080, "Member 'UablRootMotionModifiersTask::TaskConditions' has a wrong offset!"); \ static_assert(offsetof(UablRootMotionModifiersTask, bMustPassAllConditions) == 0x000090, "Member 'UablRootMotionModifiersTask::bMustPassAllConditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATransfigurationPlaceholder \ static_assert(alignof(ATransfigurationPlaceholder) == 0x000008, "Wrong alignment on ATransfigurationPlaceholder"); \ static_assert(sizeof(ATransfigurationPlaceholder) == 0x0004C0, "Wrong size on ATransfigurationPlaceholder"); \ static_assert(offsetof(ATransfigurationPlaceholder, ObjectCategory) == 0x000260, "Member 'ATransfigurationPlaceholder::ObjectCategory' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPlaceholder, ObjectID) == 0x0002E8, "Member 'ATransfigurationPlaceholder::ObjectID' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPlaceholder, ExpansionID) == 0x000370, "Member 'ATransfigurationPlaceholder::ExpansionID' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPlaceholder, ExpandedObjectCategory) == 0x0003F8, "Member 'ATransfigurationPlaceholder::ExpandedObjectCategory' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPlaceholder, InitialColor) == 0x000480, "Member 'ATransfigurationPlaceholder::InitialColor' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPlaceholder, IdentifyingName) == 0x000488, "Member 'ATransfigurationPlaceholder::IdentifyingName' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPlaceholder, bOverride_StreamingPriority) == 0x000498, "Member 'ATransfigurationPlaceholder::bOverride_StreamingPriority' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPlaceholder, StreamingPriority) == 0x000499, "Member 'ATransfigurationPlaceholder::StreamingPriority' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPlaceholder, UID) == 0x00049C, "Member 'ATransfigurationPlaceholder::UID' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPlaceholder, SignedUID) == 0x0004A0, "Member 'ATransfigurationPlaceholder::SignedUID' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPlaceholder, SpawnedActor) == 0x0004A8, "Member 'ATransfigurationPlaceholder::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URootMotionModifierUltimate_SplineLock \ static_assert(alignof(URootMotionModifierUltimate_SplineLock) == 0x000008, "Wrong alignment on URootMotionModifierUltimate_SplineLock"); \ static_assert(sizeof(URootMotionModifierUltimate_SplineLock) == 0x000058, "Wrong size on URootMotionModifierUltimate_SplineLock"); \ static_assert(offsetof(URootMotionModifierUltimate_SplineLock, SplineRightOffset) == 0x000050, "Member 'URootMotionModifierUltimate_SplineLock::SplineRightOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblScaleCharacterScratchPad \ static_assert(alignof(UAblScaleCharacterScratchPad) == 0x000008, "Wrong alignment on UAblScaleCharacterScratchPad"); \ static_assert(sizeof(UAblScaleCharacterScratchPad) == 0x000030, "Wrong size on UAblScaleCharacterScratchPad"); \ #define DUMPER7_ASSERTS_UBTDecorator_CustomLoop \ static_assert(alignof(UBTDecorator_CustomLoop) == 0x000008, "Wrong alignment on UBTDecorator_CustomLoop"); \ static_assert(sizeof(UBTDecorator_CustomLoop) == 0x000070, "Wrong size on UBTDecorator_CustomLoop"); \ static_assert(offsetof(UBTDecorator_CustomLoop, LoopCount) == 0x000068, "Member 'UBTDecorator_CustomLoop::LoopCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblScaleCharacter \ static_assert(alignof(UAblScaleCharacter) == 0x000008, "Wrong alignment on UAblScaleCharacter"); \ static_assert(sizeof(UAblScaleCharacter) == 0x000080, "Wrong size on UAblScaleCharacter"); \ static_assert(offsetof(UAblScaleCharacter, bUseDefaultMaleScale) == 0x000070, "Member 'UAblScaleCharacter::bUseDefaultMaleScale' has a wrong offset!"); \ static_assert(offsetof(UAblScaleCharacter, Scale) == 0x000074, "Member 'UAblScaleCharacter::Scale' has a wrong offset!"); \ static_assert(offsetof(UAblScaleCharacter, BlendInTime) == 0x000078, "Member 'UAblScaleCharacter::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(UAblScaleCharacter, BlendOutTime) == 0x00007C, "Member 'UAblScaleCharacter::BlendOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetAllowRMMomentum \ static_assert(alignof(UAblSetAllowRMMomentum) == 0x000008, "Wrong alignment on UAblSetAllowRMMomentum"); \ static_assert(sizeof(UAblSetAllowRMMomentum) == 0x000078, "Wrong size on UAblSetAllowRMMomentum"); \ static_assert(offsetof(UAblSetAllowRMMomentum, RemoveRMMomentumAtEndOfTask) == 0x000070, "Member 'UAblSetAllowRMMomentum::RemoveRMMomentumAtEndOfTask' has a wrong offset!"); \ static_assert(offsetof(UAblSetAllowRMMomentum, AddRMMomentum) == 0x000071, "Member 'UAblSetAllowRMMomentum::AddRMMomentum' has a wrong offset!"); \ static_assert(offsetof(UAblSetAllowRMMomentum, RemoveRMMomentum) == 0x000072, "Member 'UAblSetAllowRMMomentum::RemoveRMMomentum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_AcquireShield \ static_assert(alignof(Enemy_WeaponComponent_AcquireShield) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_AcquireShield"); \ static_assert(sizeof(Enemy_WeaponComponent_AcquireShield) == 0x000008, "Wrong size on Enemy_WeaponComponent_AcquireShield"); \ static_assert(offsetof(Enemy_WeaponComponent_AcquireShield, InShieldPtr) == 0x000000, "Member 'Enemy_WeaponComponent_AcquireShield::InShieldPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_AcquireWeapon \ static_assert(alignof(Enemy_WeaponComponent_AcquireWeapon) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_AcquireWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_AcquireWeapon) == 0x000008, "Wrong size on Enemy_WeaponComponent_AcquireWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_AcquireWeapon, InWeaponPtr) == 0x000000, "Member 'Enemy_WeaponComponent_AcquireWeapon::InWeaponPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_DisableProvidedWeaponCollision \ static_assert(alignof(Enemy_WeaponComponent_DisableProvidedWeaponCollision) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_DisableProvidedWeaponCollision"); \ static_assert(sizeof(Enemy_WeaponComponent_DisableProvidedWeaponCollision) == 0x000008, "Wrong size on Enemy_WeaponComponent_DisableProvidedWeaponCollision"); \ static_assert(offsetof(Enemy_WeaponComponent_DisableProvidedWeaponCollision, InWeaponPtr) == 0x000000, "Member 'Enemy_WeaponComponent_DisableProvidedWeaponCollision::InWeaponPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_DisarmShield \ static_assert(alignof(Enemy_WeaponComponent_DisarmShield) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_DisarmShield"); \ static_assert(sizeof(Enemy_WeaponComponent_DisarmShield) == 0x000010, "Wrong size on Enemy_WeaponComponent_DisarmShield"); \ static_assert(offsetof(Enemy_WeaponComponent_DisarmShield, ScaleForce) == 0x000000, "Member 'Enemy_WeaponComponent_DisarmShield::ScaleForce' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_DisarmShield, ReturnValue) == 0x000008, "Member 'Enemy_WeaponComponent_DisarmShield::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_DisarmWeapon \ static_assert(alignof(Enemy_WeaponComponent_DisarmWeapon) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_DisarmWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_DisarmWeapon) == 0x000010, "Wrong size on Enemy_WeaponComponent_DisarmWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_DisarmWeapon, ScaleForce) == 0x000000, "Member 'Enemy_WeaponComponent_DisarmWeapon::ScaleForce' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_DisarmWeapon, ReturnValue) == 0x000008, "Member 'Enemy_WeaponComponent_DisarmWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_DisarmWeaponToRecover \ static_assert(alignof(Enemy_WeaponComponent_DisarmWeaponToRecover) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_DisarmWeaponToRecover"); \ static_assert(sizeof(Enemy_WeaponComponent_DisarmWeaponToRecover) == 0x000010, "Wrong size on Enemy_WeaponComponent_DisarmWeaponToRecover"); \ static_assert(offsetof(Enemy_WeaponComponent_DisarmWeaponToRecover, ScaleForce) == 0x000000, "Member 'Enemy_WeaponComponent_DisarmWeaponToRecover::ScaleForce' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_DisarmWeaponToRecover, ReturnValue) == 0x000008, "Member 'Enemy_WeaponComponent_DisarmWeaponToRecover::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_EnableProvidedWeaponCollision \ static_assert(alignof(Enemy_WeaponComponent_EnableProvidedWeaponCollision) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_EnableProvidedWeaponCollision"); \ static_assert(sizeof(Enemy_WeaponComponent_EnableProvidedWeaponCollision) == 0x000008, "Wrong size on Enemy_WeaponComponent_EnableProvidedWeaponCollision"); \ static_assert(offsetof(Enemy_WeaponComponent_EnableProvidedWeaponCollision, InWeaponPtr) == 0x000000, "Member 'Enemy_WeaponComponent_EnableProvidedWeaponCollision::InWeaponPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_FireWeaponAOE1 \ static_assert(alignof(Enemy_WeaponComponent_FireWeaponAOE1) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_FireWeaponAOE1"); \ static_assert(sizeof(Enemy_WeaponComponent_FireWeaponAOE1) == 0x000008, "Wrong size on Enemy_WeaponComponent_FireWeaponAOE1"); \ static_assert(offsetof(Enemy_WeaponComponent_FireWeaponAOE1, InWeaponPtr) == 0x000000, "Member 'Enemy_WeaponComponent_FireWeaponAOE1::InWeaponPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_GetWeaponToAcquire \ static_assert(alignof(Enemy_WeaponComponent_GetWeaponToAcquire) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_GetWeaponToAcquire"); \ static_assert(sizeof(Enemy_WeaponComponent_GetWeaponToAcquire) == 0x000008, "Wrong size on Enemy_WeaponComponent_GetWeaponToAcquire"); \ static_assert(offsetof(Enemy_WeaponComponent_GetWeaponToAcquire, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_GetWeaponToAcquire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_GetWeaponToRecover \ static_assert(alignof(Enemy_WeaponComponent_GetWeaponToRecover) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_GetWeaponToRecover"); \ static_assert(sizeof(Enemy_WeaponComponent_GetWeaponToRecover) == 0x000008, "Wrong size on Enemy_WeaponComponent_GetWeaponToRecover"); \ static_assert(offsetof(Enemy_WeaponComponent_GetWeaponToRecover, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_GetWeaponToRecover::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_HideActiveWeapon \ static_assert(alignof(Enemy_WeaponComponent_HideActiveWeapon) == 0x000001, "Wrong alignment on Enemy_WeaponComponent_HideActiveWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_HideActiveWeapon) == 0x000001, "Wrong size on Enemy_WeaponComponent_HideActiveWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_HideActiveWeapon, bHide) == 0x000000, "Member 'Enemy_WeaponComponent_HideActiveWeapon::bHide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_ReleaseShield \ static_assert(alignof(Enemy_WeaponComponent_ReleaseShield) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_ReleaseShield"); \ static_assert(sizeof(Enemy_WeaponComponent_ReleaseShield) == 0x000010, "Wrong size on Enemy_WeaponComponent_ReleaseShield"); \ static_assert(offsetof(Enemy_WeaponComponent_ReleaseShield, InShieldPtr) == 0x000000, "Member 'Enemy_WeaponComponent_ReleaseShield::InShieldPtr' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_ReleaseShield, bSetDropVel) == 0x000008, "Member 'Enemy_WeaponComponent_ReleaseShield::bSetDropVel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_ReleaseWeapon \ static_assert(alignof(Enemy_WeaponComponent_ReleaseWeapon) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_ReleaseWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_ReleaseWeapon) == 0x000010, "Wrong size on Enemy_WeaponComponent_ReleaseWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_ReleaseWeapon, InWeaponPtr) == 0x000000, "Member 'Enemy_WeaponComponent_ReleaseWeapon::InWeaponPtr' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_ReleaseWeapon, bForceDestroy) == 0x000008, "Member 'Enemy_WeaponComponent_ReleaseWeapon::bForceDestroy' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_ReleaseWeapon, bSetDropVel) == 0x000009, "Member 'Enemy_WeaponComponent_ReleaseWeapon::bSetDropVel' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_ReleaseWeapon, bIsThrown) == 0x00000A, "Member 'Enemy_WeaponComponent_ReleaseWeapon::bIsThrown' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_ReleaseWeapon, bForceDrop) == 0x00000B, "Member 'Enemy_WeaponComponent_ReleaseWeapon::bForceDrop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_ReleaseWeaponType \ static_assert(alignof(Enemy_WeaponComponent_ReleaseWeaponType) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_ReleaseWeaponType"); \ static_assert(sizeof(Enemy_WeaponComponent_ReleaseWeaponType) == 0x000010, "Wrong size on Enemy_WeaponComponent_ReleaseWeaponType"); \ static_assert(offsetof(Enemy_WeaponComponent_ReleaseWeaponType, InWeaponPtr) == 0x000000, "Member 'Enemy_WeaponComponent_ReleaseWeaponType::InWeaponPtr' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_ReleaseWeaponType, InReleaseType) == 0x000008, "Member 'Enemy_WeaponComponent_ReleaseWeaponType::InReleaseType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_RemoveStoredWeapon \ static_assert(alignof(Enemy_WeaponComponent_RemoveStoredWeapon) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_RemoveStoredWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_RemoveStoredWeapon) == 0x000008, "Wrong size on Enemy_WeaponComponent_RemoveStoredWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_RemoveStoredWeapon, InWeaponPtr) == 0x000000, "Member 'Enemy_WeaponComponent_RemoveStoredWeapon::InWeaponPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_SetRecoverSecondaryWeapon \ static_assert(alignof(Enemy_WeaponComponent_SetRecoverSecondaryWeapon) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_SetRecoverSecondaryWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_SetRecoverSecondaryWeapon) == 0x000008, "Wrong size on Enemy_WeaponComponent_SetRecoverSecondaryWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_SetRecoverSecondaryWeapon, InWeaponPtr) == 0x000000, "Member 'Enemy_WeaponComponent_SetRecoverSecondaryWeapon::InWeaponPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_SetRecoverWeapon \ static_assert(alignof(Enemy_WeaponComponent_SetRecoverWeapon) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_SetRecoverWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_SetRecoverWeapon) == 0x000008, "Wrong size on Enemy_WeaponComponent_SetRecoverWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_SetRecoverWeapon, InWeaponPtr) == 0x000000, "Member 'Enemy_WeaponComponent_SetRecoverWeapon::InWeaponPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_SetShield \ static_assert(alignof(Enemy_WeaponComponent_SetShield) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_SetShield"); \ static_assert(sizeof(Enemy_WeaponComponent_SetShield) == 0x000008, "Wrong size on Enemy_WeaponComponent_SetShield"); \ static_assert(offsetof(Enemy_WeaponComponent_SetShield, InShieldPtr) == 0x000000, "Member 'Enemy_WeaponComponent_SetShield::InShieldPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_SetShieldSpellDeflectionIfEquipped \ static_assert(alignof(Enemy_WeaponComponent_SetShieldSpellDeflectionIfEquipped) == 0x000001, "Wrong alignment on Enemy_WeaponComponent_SetShieldSpellDeflectionIfEquipped"); \ static_assert(sizeof(Enemy_WeaponComponent_SetShieldSpellDeflectionIfEquipped) == 0x000001, "Wrong size on Enemy_WeaponComponent_SetShieldSpellDeflectionIfEquipped"); \ static_assert(offsetof(Enemy_WeaponComponent_SetShieldSpellDeflectionIfEquipped, bShouldDeflect) == 0x000000, "Member 'Enemy_WeaponComponent_SetShieldSpellDeflectionIfEquipped::bShouldDeflect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_SetShieldToAcquire \ static_assert(alignof(Enemy_WeaponComponent_SetShieldToAcquire) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_SetShieldToAcquire"); \ static_assert(sizeof(Enemy_WeaponComponent_SetShieldToAcquire) == 0x000008, "Wrong size on Enemy_WeaponComponent_SetShieldToAcquire"); \ static_assert(offsetof(Enemy_WeaponComponent_SetShieldToAcquire, InShieldPtr) == 0x000000, "Member 'Enemy_WeaponComponent_SetShieldToAcquire::InShieldPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_SetSpawnEnable \ static_assert(alignof(Enemy_WeaponComponent_SetSpawnEnable) == 0x000001, "Wrong alignment on Enemy_WeaponComponent_SetSpawnEnable"); \ static_assert(sizeof(Enemy_WeaponComponent_SetSpawnEnable) == 0x000001, "Wrong size on Enemy_WeaponComponent_SetSpawnEnable"); \ static_assert(offsetof(Enemy_WeaponComponent_SetSpawnEnable, Flag) == 0x000000, "Member 'Enemy_WeaponComponent_SetSpawnEnable::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_SetWeapon \ static_assert(alignof(Enemy_WeaponComponent_SetWeapon) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_SetWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_SetWeapon) == 0x000008, "Wrong size on Enemy_WeaponComponent_SetWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_SetWeapon, InWeaponPtr) == 0x000000, "Member 'Enemy_WeaponComponent_SetWeapon::InWeaponPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_SetWeaponToAcquire \ static_assert(alignof(Enemy_WeaponComponent_SetWeaponToAcquire) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_SetWeaponToAcquire"); \ static_assert(sizeof(Enemy_WeaponComponent_SetWeaponToAcquire) == 0x000008, "Wrong size on Enemy_WeaponComponent_SetWeaponToAcquire"); \ static_assert(offsetof(Enemy_WeaponComponent_SetWeaponToAcquire, InWeaponPtr) == 0x000000, "Member 'Enemy_WeaponComponent_SetWeaponToAcquire::InWeaponPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_SetWeaponToRecover \ static_assert(alignof(Enemy_WeaponComponent_SetWeaponToRecover) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_SetWeaponToRecover"); \ static_assert(sizeof(Enemy_WeaponComponent_SetWeaponToRecover) == 0x000008, "Wrong size on Enemy_WeaponComponent_SetWeaponToRecover"); \ static_assert(offsetof(Enemy_WeaponComponent_SetWeaponToRecover, InWeaponPtr) == 0x000000, "Member 'Enemy_WeaponComponent_SetWeaponToRecover::InWeaponPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_SpawnWeapon \ static_assert(alignof(Enemy_WeaponComponent_SpawnWeapon) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_SpawnWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_SpawnWeapon) == 0x000010, "Wrong size on Enemy_WeaponComponent_SpawnWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_SpawnWeapon, SpawnWeaponClass) == 0x000000, "Member 'Enemy_WeaponComponent_SpawnWeapon::SpawnWeaponClass' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_SpawnWeapon, ReturnValue) == 0x000008, "Member 'Enemy_WeaponComponent_SpawnWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_StoreWeapon \ static_assert(alignof(Enemy_WeaponComponent_StoreWeapon) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_StoreWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_StoreWeapon) == 0x000010, "Wrong size on Enemy_WeaponComponent_StoreWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_StoreWeapon, InWeaponPtr) == 0x000000, "Member 'Enemy_WeaponComponent_StoreWeapon::InWeaponPtr' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_StoreWeapon, ReturnValue) == 0x000008, "Member 'Enemy_WeaponComponent_StoreWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_CanAnyStoredWeaponBeThrown \ static_assert(alignof(Enemy_WeaponComponent_CanAnyStoredWeaponBeThrown) == 0x000001, "Wrong alignment on Enemy_WeaponComponent_CanAnyStoredWeaponBeThrown"); \ static_assert(sizeof(Enemy_WeaponComponent_CanAnyStoredWeaponBeThrown) == 0x000001, "Wrong size on Enemy_WeaponComponent_CanAnyStoredWeaponBeThrown"); \ static_assert(offsetof(Enemy_WeaponComponent_CanAnyStoredWeaponBeThrown, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_CanAnyStoredWeaponBeThrown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_CanPerceiveThisWeapon \ static_assert(alignof(Enemy_WeaponComponent_CanPerceiveThisWeapon) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_CanPerceiveThisWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_CanPerceiveThisWeapon) == 0x000010, "Wrong size on Enemy_WeaponComponent_CanPerceiveThisWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_CanPerceiveThisWeapon, InWeaponPtr) == 0x000000, "Member 'Enemy_WeaponComponent_CanPerceiveThisWeapon::InWeaponPtr' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_CanPerceiveThisWeapon, ReturnValue) == 0x000008, "Member 'Enemy_WeaponComponent_CanPerceiveThisWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_CanStoreWeapon \ static_assert(alignof(Enemy_WeaponComponent_CanStoreWeapon) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_CanStoreWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_CanStoreWeapon) == 0x000010, "Wrong size on Enemy_WeaponComponent_CanStoreWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_CanStoreWeapon, InWeaponPtr) == 0x000000, "Member 'Enemy_WeaponComponent_CanStoreWeapon::InWeaponPtr' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_CanStoreWeapon, ReturnValue) == 0x000008, "Member 'Enemy_WeaponComponent_CanStoreWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_FindAvailableStoredWeaponSocket \ static_assert(alignof(Enemy_WeaponComponent_FindAvailableStoredWeaponSocket) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_FindAvailableStoredWeaponSocket"); \ static_assert(sizeof(Enemy_WeaponComponent_FindAvailableStoredWeaponSocket) == 0x000030, "Wrong size on Enemy_WeaponComponent_FindAvailableStoredWeaponSocket"); \ static_assert(offsetof(Enemy_WeaponComponent_FindAvailableStoredWeaponSocket, InWeaponPtr) == 0x000000, "Member 'Enemy_WeaponComponent_FindAvailableStoredWeaponSocket::InWeaponPtr' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_FindAvailableStoredWeaponSocket, OutSocketName) == 0x000008, "Member 'Enemy_WeaponComponent_FindAvailableStoredWeaponSocket::OutSocketName' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_FindAvailableStoredWeaponSocket, OutSocketTranslationOffset) == 0x000010, "Member 'Enemy_WeaponComponent_FindAvailableStoredWeaponSocket::OutSocketTranslationOffset' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_FindAvailableStoredWeaponSocket, OutSocketRotationOffset) == 0x00001C, "Member 'Enemy_WeaponComponent_FindAvailableStoredWeaponSocket::OutSocketRotationOffset' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_FindAvailableStoredWeaponSocket, ReturnValue) == 0x000028, "Member 'Enemy_WeaponComponent_FindAvailableStoredWeaponSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_GetEnemyWeaponDataAsset \ static_assert(alignof(Enemy_WeaponComponent_GetEnemyWeaponDataAsset) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_GetEnemyWeaponDataAsset"); \ static_assert(sizeof(Enemy_WeaponComponent_GetEnemyWeaponDataAsset) == 0x000008, "Wrong size on Enemy_WeaponComponent_GetEnemyWeaponDataAsset"); \ static_assert(offsetof(Enemy_WeaponComponent_GetEnemyWeaponDataAsset, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_GetEnemyWeaponDataAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_GetEnemyWeaponTagContainer \ static_assert(alignof(Enemy_WeaponComponent_GetEnemyWeaponTagContainer) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_GetEnemyWeaponTagContainer"); \ static_assert(sizeof(Enemy_WeaponComponent_GetEnemyWeaponTagContainer) == 0x000020, "Wrong size on Enemy_WeaponComponent_GetEnemyWeaponTagContainer"); \ static_assert(offsetof(Enemy_WeaponComponent_GetEnemyWeaponTagContainer, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_GetEnemyWeaponTagContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_GetRecoverSecondaryWeapon \ static_assert(alignof(Enemy_WeaponComponent_GetRecoverSecondaryWeapon) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_GetRecoverSecondaryWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_GetRecoverSecondaryWeapon) == 0x000008, "Wrong size on Enemy_WeaponComponent_GetRecoverSecondaryWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_GetRecoverSecondaryWeapon, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_GetRecoverSecondaryWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_GetRecoverWeapon \ static_assert(alignof(Enemy_WeaponComponent_GetRecoverWeapon) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_GetRecoverWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_GetRecoverWeapon) == 0x000008, "Wrong size on Enemy_WeaponComponent_GetRecoverWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_GetRecoverWeapon, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_GetRecoverWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_GetRespawnWeaponClass \ static_assert(alignof(Enemy_WeaponComponent_GetRespawnWeaponClass) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_GetRespawnWeaponClass"); \ static_assert(sizeof(Enemy_WeaponComponent_GetRespawnWeaponClass) == 0x000008, "Wrong size on Enemy_WeaponComponent_GetRespawnWeaponClass"); \ static_assert(offsetof(Enemy_WeaponComponent_GetRespawnWeaponClass, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_GetRespawnWeaponClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_GetShieldWeaponClass \ static_assert(alignof(Enemy_WeaponComponent_GetShieldWeaponClass) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_GetShieldWeaponClass"); \ static_assert(sizeof(Enemy_WeaponComponent_GetShieldWeaponClass) == 0x000008, "Wrong size on Enemy_WeaponComponent_GetShieldWeaponClass"); \ static_assert(offsetof(Enemy_WeaponComponent_GetShieldWeaponClass, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_GetShieldWeaponClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_GetSpawnWeaponClass \ static_assert(alignof(Enemy_WeaponComponent_GetSpawnWeaponClass) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_GetSpawnWeaponClass"); \ static_assert(sizeof(Enemy_WeaponComponent_GetSpawnWeaponClass) == 0x000008, "Wrong size on Enemy_WeaponComponent_GetSpawnWeaponClass"); \ static_assert(offsetof(Enemy_WeaponComponent_GetSpawnWeaponClass, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_GetSpawnWeaponClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_GetStoredWeapon \ static_assert(alignof(Enemy_WeaponComponent_GetStoredWeapon) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_GetStoredWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_GetStoredWeapon) == 0x000020, "Wrong size on Enemy_WeaponComponent_GetStoredWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_GetStoredWeapon, WeaponClassList) == 0x000000, "Member 'Enemy_WeaponComponent_GetStoredWeapon::WeaponClassList' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_GetStoredWeapon, bGetFirstMatch) == 0x000010, "Member 'Enemy_WeaponComponent_GetStoredWeapon::bGetFirstMatch' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_GetStoredWeapon, ReturnValue) == 0x000018, "Member 'Enemy_WeaponComponent_GetStoredWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_GetStoreWeaponClass \ static_assert(alignof(Enemy_WeaponComponent_GetStoreWeaponClass) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_GetStoreWeaponClass"); \ static_assert(sizeof(Enemy_WeaponComponent_GetStoreWeaponClass) == 0x000008, "Wrong size on Enemy_WeaponComponent_GetStoreWeaponClass"); \ static_assert(offsetof(Enemy_WeaponComponent_GetStoreWeaponClass, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_GetStoreWeaponClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_GetTransientWeapon \ static_assert(alignof(Enemy_WeaponComponent_GetTransientWeapon) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_GetTransientWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_GetTransientWeapon) == 0x000008, "Wrong size on Enemy_WeaponComponent_GetTransientWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_GetTransientWeapon, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_GetTransientWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_GetWeapon \ static_assert(alignof(Enemy_WeaponComponent_GetWeapon) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_GetWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_GetWeapon) == 0x000008, "Wrong size on Enemy_WeaponComponent_GetWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_GetWeapon, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_GetWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_GetWeaponRequiredPercent \ static_assert(alignof(Enemy_WeaponComponent_GetWeaponRequiredPercent) == 0x000004, "Wrong alignment on Enemy_WeaponComponent_GetWeaponRequiredPercent"); \ static_assert(sizeof(Enemy_WeaponComponent_GetWeaponRequiredPercent) == 0x000004, "Wrong size on Enemy_WeaponComponent_GetWeaponRequiredPercent"); \ static_assert(offsetof(Enemy_WeaponComponent_GetWeaponRequiredPercent, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_GetWeaponRequiredPercent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_HasShield \ static_assert(alignof(Enemy_WeaponComponent_HasShield) == 0x000001, "Wrong alignment on Enemy_WeaponComponent_HasShield"); \ static_assert(sizeof(Enemy_WeaponComponent_HasShield) == 0x000001, "Wrong size on Enemy_WeaponComponent_HasShield"); \ static_assert(offsetof(Enemy_WeaponComponent_HasShield, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_HasShield::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_HasStoredWeapon \ static_assert(alignof(Enemy_WeaponComponent_HasStoredWeapon) == 0x000001, "Wrong alignment on Enemy_WeaponComponent_HasStoredWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_HasStoredWeapon) == 0x000001, "Wrong size on Enemy_WeaponComponent_HasStoredWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_HasStoredWeapon, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_HasStoredWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_HasWeapon \ static_assert(alignof(Enemy_WeaponComponent_HasWeapon) == 0x000001, "Wrong alignment on Enemy_WeaponComponent_HasWeapon"); \ static_assert(sizeof(Enemy_WeaponComponent_HasWeapon) == 0x000001, "Wrong size on Enemy_WeaponComponent_HasWeapon"); \ static_assert(offsetof(Enemy_WeaponComponent_HasWeapon, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_HasWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_HasWeaponToAcquire \ static_assert(alignof(Enemy_WeaponComponent_HasWeaponToAcquire) == 0x000001, "Wrong alignment on Enemy_WeaponComponent_HasWeaponToAcquire"); \ static_assert(sizeof(Enemy_WeaponComponent_HasWeaponToAcquire) == 0x000001, "Wrong size on Enemy_WeaponComponent_HasWeaponToAcquire"); \ static_assert(offsetof(Enemy_WeaponComponent_HasWeaponToAcquire, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_HasWeaponToAcquire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_HasWeaponToRecover \ static_assert(alignof(Enemy_WeaponComponent_HasWeaponToRecover) == 0x000001, "Wrong alignment on Enemy_WeaponComponent_HasWeaponToRecover"); \ static_assert(sizeof(Enemy_WeaponComponent_HasWeaponToRecover) == 0x000001, "Wrong size on Enemy_WeaponComponent_HasWeaponToRecover"); \ static_assert(offsetof(Enemy_WeaponComponent_HasWeaponToRecover, ReturnValue) == 0x000000, "Member 'Enemy_WeaponComponent_HasWeaponToRecover::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_IsRequiredWeaponActive \ static_assert(alignof(Enemy_WeaponComponent_IsRequiredWeaponActive) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_IsRequiredWeaponActive"); \ static_assert(sizeof(Enemy_WeaponComponent_IsRequiredWeaponActive) == 0x000010, "Wrong size on Enemy_WeaponComponent_IsRequiredWeaponActive"); \ static_assert(offsetof(Enemy_WeaponComponent_IsRequiredWeaponActive, AttackPtr) == 0x000000, "Member 'Enemy_WeaponComponent_IsRequiredWeaponActive::AttackPtr' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_IsRequiredWeaponActive, ReturnValue) == 0x000008, "Member 'Enemy_WeaponComponent_IsRequiredWeaponActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_IsRequiredWeaponStored \ static_assert(alignof(Enemy_WeaponComponent_IsRequiredWeaponStored) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_IsRequiredWeaponStored"); \ static_assert(sizeof(Enemy_WeaponComponent_IsRequiredWeaponStored) == 0x000010, "Wrong size on Enemy_WeaponComponent_IsRequiredWeaponStored"); \ static_assert(offsetof(Enemy_WeaponComponent_IsRequiredWeaponStored, AttackPtr) == 0x000000, "Member 'Enemy_WeaponComponent_IsRequiredWeaponStored::AttackPtr' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_IsRequiredWeaponStored, ReturnValue) == 0x000008, "Member 'Enemy_WeaponComponent_IsRequiredWeaponStored::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_WeaponComponent_IsWeaponStored \ static_assert(alignof(Enemy_WeaponComponent_IsWeaponStored) == 0x000008, "Wrong alignment on Enemy_WeaponComponent_IsWeaponStored"); \ static_assert(sizeof(Enemy_WeaponComponent_IsWeaponStored) == 0x000010, "Wrong size on Enemy_WeaponComponent_IsWeaponStored"); \ static_assert(offsetof(Enemy_WeaponComponent_IsWeaponStored, InWeaponPtr) == 0x000000, "Member 'Enemy_WeaponComponent_IsWeaponStored::InWeaponPtr' has a wrong offset!"); \ static_assert(offsetof(Enemy_WeaponComponent_IsWeaponStored, ReturnValue) == 0x000008, "Member 'Enemy_WeaponComponent_IsWeaponStored::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_WeaponComponent \ static_assert(alignof(UEnemy_WeaponComponent) == 0x000008, "Wrong alignment on UEnemy_WeaponComponent"); \ static_assert(sizeof(UEnemy_WeaponComponent) == 0x0003C8, "Wrong size on UEnemy_WeaponComponent"); \ static_assert(offsetof(UEnemy_WeaponComponent, ActiveSocket) == 0x0000D0, "Member 'UEnemy_WeaponComponent::ActiveSocket' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, SecondaryActiveSocket) == 0x0000D8, "Member 'UEnemy_WeaponComponent::SecondaryActiveSocket' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, bCanStoreActiveWeapon) == 0x0000E0, "Member 'UEnemy_WeaponComponent::bCanStoreActiveWeapon' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, WeaponSocketTable) == 0x0000E8, "Member 'UEnemy_WeaponComponent::WeaponSocketTable' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, bSpawnEnable) == 0x0000F0, "Member 'UEnemy_WeaponComponent::bSpawnEnable' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, SpawnWeaponDataList) == 0x0000F8, "Member 'UEnemy_WeaponComponent::SpawnWeaponDataList' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, SpawnStoredWeaponDataList) == 0x000108, "Member 'UEnemy_WeaponComponent::SpawnStoredWeaponDataList' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, RespawnWeaponDataList) == 0x000118, "Member 'UEnemy_WeaponComponent::RespawnWeaponDataList' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, ShieldWeaponDataList) == 0x000128, "Member 'UEnemy_WeaponComponent::ShieldWeaponDataList' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, DeathWeaponDataList) == 0x000138, "Member 'UEnemy_WeaponComponent::DeathWeaponDataList' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, DeathSpawnMax) == 0x000148, "Member 'UEnemy_WeaponComponent::DeathSpawnMax' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, DeathSpawnMin) == 0x00014C, "Member 'UEnemy_WeaponComponent::DeathSpawnMin' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, DisarmWeaponDataList) == 0x000150, "Member 'UEnemy_WeaponComponent::DisarmWeaponDataList' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, DisarmSpawnMin) == 0x000160, "Member 'UEnemy_WeaponComponent::DisarmSpawnMin' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, DisarmSpawnMax) == 0x000164, "Member 'UEnemy_WeaponComponent::DisarmSpawnMax' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, bVulnerableWhileDisarmed) == 0x000168, "Member 'UEnemy_WeaponComponent::bVulnerableWhileDisarmed' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, AttackComp) == 0x000170, "Member 'UEnemy_WeaponComponent::AttackComp' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, NPCComp) == 0x000178, "Member 'UEnemy_WeaponComponent::NPCComp' has a wrong offset!"); \ static_assert(offsetof(UEnemy_WeaponComponent, EnemyComp) == 0x000180, "Member 'UEnemy_WeaponComponent::EnemyComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetAnimMechanicTypeTask \ static_assert(alignof(UAblSetAnimMechanicTypeTask) == 0x000008, "Wrong alignment on UAblSetAnimMechanicTypeTask"); \ static_assert(sizeof(UAblSetAnimMechanicTypeTask) == 0x000078, "Wrong size on UAblSetAnimMechanicTypeTask"); \ static_assert(offsetof(UAblSetAnimMechanicTypeTask, AnimMechanicType) == 0x000070, "Member 'UAblSetAnimMechanicTypeTask::AnimMechanicType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_TicketConfig \ static_assert(alignof(UEnemy_TicketConfig) == 0x000008, "Wrong alignment on UEnemy_TicketConfig"); \ static_assert(sizeof(UEnemy_TicketConfig) == 0x000028, "Wrong size on UEnemy_TicketConfig"); \ #define DUMPER7_ASSERTS_UAblSetAnimSpeedTypeTask \ static_assert(alignof(UAblSetAnimSpeedTypeTask) == 0x000008, "Wrong alignment on UAblSetAnimSpeedTypeTask"); \ static_assert(sizeof(UAblSetAnimSpeedTypeTask) == 0x000078, "Wrong size on UAblSetAnimSpeedTypeTask"); \ static_assert(offsetof(UAblSetAnimSpeedTypeTask, AnimSpeedType) == 0x000070, "Member 'UAblSetAnimSpeedTypeTask::AnimSpeedType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetCollisionResolutionScratchpad \ static_assert(alignof(UAblSetCollisionResolutionScratchpad) == 0x000008, "Wrong alignment on UAblSetCollisionResolutionScratchpad"); \ static_assert(sizeof(UAblSetCollisionResolutionScratchpad) == 0x000038, "Wrong size on UAblSetCollisionResolutionScratchpad"); \ #define DUMPER7_ASSERTS_UAblSetCollisionResolutionTask \ static_assert(alignof(UAblSetCollisionResolutionTask) == 0x000008, "Wrong alignment on UAblSetCollisionResolutionTask"); \ static_assert(sizeof(UAblSetCollisionResolutionTask) == 0x000078, "Wrong size on UAblSetCollisionResolutionTask"); \ static_assert(offsetof(UAblSetCollisionResolutionTask, CollisionResolutionType) == 0x000070, "Member 'UAblSetCollisionResolutionTask::CollisionResolutionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargettedReactionComponent \ static_assert(alignof(UTargettedReactionComponent) == 0x000008, "Wrong alignment on UTargettedReactionComponent"); \ static_assert(sizeof(UTargettedReactionComponent) == 0x000120, "Wrong size on UTargettedReactionComponent"); \ static_assert(offsetof(UTargettedReactionComponent, Targetted) == 0x0000D8, "Member 'UTargettedReactionComponent::Targetted' has a wrong offset!"); \ static_assert(offsetof(UTargettedReactionComponent, EnableDodge) == 0x0000E8, "Member 'UTargettedReactionComponent::EnableDodge' has a wrong offset!"); \ static_assert(offsetof(UTargettedReactionComponent, SpellsList) == 0x0000F0, "Member 'UTargettedReactionComponent::SpellsList' has a wrong offset!"); \ static_assert(offsetof(UTargettedReactionComponent, DodgeDistance) == 0x000110, "Member 'UTargettedReactionComponent::DodgeDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SendTargetComponent_BeginOverlap \ static_assert(alignof(SendTargetComponent_BeginOverlap) == 0x000008, "Wrong alignment on SendTargetComponent_BeginOverlap"); \ static_assert(sizeof(SendTargetComponent_BeginOverlap) == 0x0000A8, "Wrong size on SendTargetComponent_BeginOverlap"); \ static_assert(offsetof(SendTargetComponent_BeginOverlap, OverlappedComponent) == 0x000000, "Member 'SendTargetComponent_BeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SendTargetComponent_BeginOverlap, OtherActor) == 0x000008, "Member 'SendTargetComponent_BeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SendTargetComponent_BeginOverlap, OtherComp) == 0x000010, "Member 'SendTargetComponent_BeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SendTargetComponent_BeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SendTargetComponent_BeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SendTargetComponent_BeginOverlap, bFromSweep) == 0x00001C, "Member 'SendTargetComponent_BeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SendTargetComponent_BeginOverlap, SweepResult) == 0x000020, "Member 'SendTargetComponent_BeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SendTargetComponent_SetEnabled \ static_assert(alignof(SendTargetComponent_SetEnabled) == 0x000001, "Wrong alignment on SendTargetComponent_SetEnabled"); \ static_assert(sizeof(SendTargetComponent_SetEnabled) == 0x000001, "Wrong size on SendTargetComponent_SetEnabled"); \ static_assert(offsetof(SendTargetComponent_SetEnabled, bInEnabled) == 0x000000, "Member 'SendTargetComponent_SetEnabled::bInEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SendTargetComponent_SetSendTargetPriority \ static_assert(alignof(SendTargetComponent_SetSendTargetPriority) == 0x000001, "Wrong alignment on SendTargetComponent_SetSendTargetPriority"); \ static_assert(sizeof(SendTargetComponent_SetSendTargetPriority) == 0x000001, "Wrong size on SendTargetComponent_SetSendTargetPriority"); \ static_assert(offsetof(SendTargetComponent_SetSendTargetPriority, InPriority) == 0x000000, "Member 'SendTargetComponent_SetSendTargetPriority::InPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SendTargetComponent_GetSendTargetPriority \ static_assert(alignof(SendTargetComponent_GetSendTargetPriority) == 0x000001, "Wrong alignment on SendTargetComponent_GetSendTargetPriority"); \ static_assert(sizeof(SendTargetComponent_GetSendTargetPriority) == 0x000001, "Wrong size on SendTargetComponent_GetSendTargetPriority"); \ static_assert(offsetof(SendTargetComponent_GetSendTargetPriority, ReturnValue) == 0x000000, "Member 'SendTargetComponent_GetSendTargetPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SendTargetComponent_IsEnabled \ static_assert(alignof(SendTargetComponent_IsEnabled) == 0x000001, "Wrong alignment on SendTargetComponent_IsEnabled"); \ static_assert(sizeof(SendTargetComponent_IsEnabled) == 0x000001, "Wrong size on SendTargetComponent_IsEnabled"); \ static_assert(offsetof(SendTargetComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'SendTargetComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USendTargetComponent \ static_assert(alignof(USendTargetComponent) == 0x000010, "Wrong alignment on USendTargetComponent"); \ static_assert(sizeof(USendTargetComponent) == 0x0004D0, "Wrong size on USendTargetComponent"); \ static_assert(offsetof(USendTargetComponent, Priority) == 0x0004A0, "Member 'USendTargetComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(USendTargetComponent, bEnabled) == 0x0004A1, "Member 'USendTargetComponent::bEnabled' has a wrong offset!"); \ static_assert(offsetof(USendTargetComponent, bDetectsCollision) == 0x0004A2, "Member 'USendTargetComponent::bDetectsCollision' has a wrong offset!"); \ static_assert(offsetof(USendTargetComponent, Radius) == 0x0004A4, "Member 'USendTargetComponent::Radius' has a wrong offset!"); \ static_assert(offsetof(USendTargetComponent, Damage) == 0x0004A8, "Member 'USendTargetComponent::Damage' has a wrong offset!"); \ static_assert(offsetof(USendTargetComponent, bDisableWhenHit) == 0x0004AC, "Member 'USendTargetComponent::bDisableWhenHit' has a wrong offset!"); \ static_assert(offsetof(USendTargetComponent, bOnlyHitByTargetingActor) == 0x0004AD, "Member 'USendTargetComponent::bOnlyHitByTargetingActor' has a wrong offset!"); \ static_assert(offsetof(USendTargetComponent, OnSendTargetHit) == 0x0004B0, "Member 'USendTargetComponent::OnSendTargetHit' has a wrong offset!"); \ static_assert(offsetof(USendTargetComponent, TargetingActors) == 0x0004C0, "Member 'USendTargetComponent::TargetingActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetHeadTrackingStateTask \ static_assert(alignof(UAblSetHeadTrackingStateTask) == 0x000008, "Wrong alignment on UAblSetHeadTrackingStateTask"); \ static_assert(sizeof(UAblSetHeadTrackingStateTask) == 0x000078, "Wrong size on UAblSetHeadTrackingStateTask"); \ static_assert(offsetof(UAblSetHeadTrackingStateTask, HeadTrackingState) == 0x000070, "Member 'UAblSetHeadTrackingStateTask::HeadTrackingState' has a wrong offset!"); \ static_assert(offsetof(UAblSetHeadTrackingStateTask, bUseEndState) == 0x000071, "Member 'UAblSetHeadTrackingStateTask::bUseEndState' has a wrong offset!"); \ static_assert(offsetof(UAblSetHeadTrackingStateTask, EndHeadTrackingState) == 0x000072, "Member 'UAblSetHeadTrackingStateTask::EndHeadTrackingState' has a wrong offset!"); \ static_assert(offsetof(UAblSetHeadTrackingStateTask, HeadTrackingPriority) == 0x000073, "Member 'UAblSetHeadTrackingStateTask::HeadTrackingPriority' has a wrong offset!"); \ static_assert(offsetof(UAblSetHeadTrackingStateTask, bBroadcastChange) == 0x000074, "Member 'UAblSetHeadTrackingStateTask::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_IsMount \ static_assert(alignof(UFXFilter_IsMount) == 0x000008, "Wrong alignment on UFXFilter_IsMount"); \ static_assert(sizeof(UFXFilter_IsMount) == 0x000030, "Wrong size on UFXFilter_IsMount"); \ #define DUMPER7_ASSERTS_Biped_Character_AdjustHealth \ static_assert(alignof(Biped_Character_AdjustHealth) == 0x000004, "Wrong alignment on Biped_Character_AdjustHealth"); \ static_assert(sizeof(Biped_Character_AdjustHealth) == 0x000008, "Wrong size on Biped_Character_AdjustHealth"); \ static_assert(offsetof(Biped_Character_AdjustHealth, change) == 0x000000, "Member 'Biped_Character_AdjustHealth::change' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_AdjustHealth, bDontKill) == 0x000004, "Member 'Biped_Character_AdjustHealth::bDontKill' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_AdjustHealth, ReturnValue) == 0x000005, "Member 'Biped_Character_AdjustHealth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_CalculateClimbingLedgeState \ static_assert(alignof(Biped_Character_CalculateClimbingLedgeState) == 0x000001, "Wrong alignment on Biped_Character_CalculateClimbingLedgeState"); \ static_assert(sizeof(Biped_Character_CalculateClimbingLedgeState) == 0x000002, "Wrong size on Biped_Character_CalculateClimbingLedgeState"); \ static_assert(offsetof(Biped_Character_CalculateClimbingLedgeState, OutState) == 0x000000, "Member 'Biped_Character_CalculateClimbingLedgeState::OutState' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_CalculateClimbingLedgeState, OutType) == 0x000001, "Member 'Biped_Character_CalculateClimbingLedgeState::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_CalculateLedgePullUpState \ static_assert(alignof(Biped_Character_CalculateLedgePullUpState) == 0x000001, "Wrong alignment on Biped_Character_CalculateLedgePullUpState"); \ static_assert(sizeof(Biped_Character_CalculateLedgePullUpState) == 0x000002, "Wrong size on Biped_Character_CalculateLedgePullUpState"); \ static_assert(offsetof(Biped_Character_CalculateLedgePullUpState, OutState) == 0x000000, "Member 'Biped_Character_CalculateLedgePullUpState::OutState' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_CalculateLedgePullUpState, OutType) == 0x000001, "Member 'Biped_Character_CalculateLedgePullUpState::OutType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_ComputeAngleToDesiredDirection \ static_assert(alignof(Biped_Character_ComputeAngleToDesiredDirection) == 0x000004, "Wrong alignment on Biped_Character_ComputeAngleToDesiredDirection"); \ static_assert(sizeof(Biped_Character_ComputeAngleToDesiredDirection) == 0x000004, "Wrong size on Biped_Character_ComputeAngleToDesiredDirection"); \ static_assert(offsetof(Biped_Character_ComputeAngleToDesiredDirection, ReturnValue) == 0x000000, "Member 'Biped_Character_ComputeAngleToDesiredDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_ComputeAttack \ static_assert(alignof(Biped_Character_ComputeAttack) == 0x000008, "Wrong alignment on Biped_Character_ComputeAttack"); \ static_assert(sizeof(Biped_Character_ComputeAttack) == 0x000008, "Wrong size on Biped_Character_ComputeAttack"); \ static_assert(offsetof(Biped_Character_ComputeAttack, TargetActor) == 0x000000, "Member 'Biped_Character_ComputeAttack::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_DetectDiveIntoWater \ static_assert(alignof(Biped_Character_DetectDiveIntoWater) == 0x000001, "Wrong alignment on Biped_Character_DetectDiveIntoWater"); \ static_assert(sizeof(Biped_Character_DetectDiveIntoWater) == 0x000001, "Wrong size on Biped_Character_DetectDiveIntoWater"); \ static_assert(offsetof(Biped_Character_DetectDiveIntoWater, ReturnValue) == 0x000000, "Member 'Biped_Character_DetectDiveIntoWater::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_DetectFallIntoWater \ static_assert(alignof(Biped_Character_DetectFallIntoWater) == 0x000001, "Wrong alignment on Biped_Character_DetectFallIntoWater"); \ static_assert(sizeof(Biped_Character_DetectFallIntoWater) == 0x000001, "Wrong size on Biped_Character_DetectFallIntoWater"); \ static_assert(offsetof(Biped_Character_DetectFallIntoWater, ReturnValue) == 0x000000, "Member 'Biped_Character_DetectFallIntoWater::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_EnablePawnInteraction \ static_assert(alignof(Biped_Character_EnablePawnInteraction) == 0x000001, "Wrong alignment on Biped_Character_EnablePawnInteraction"); \ static_assert(sizeof(Biped_Character_EnablePawnInteraction) == 0x000001, "Wrong size on Biped_Character_EnablePawnInteraction"); \ static_assert(offsetof(Biped_Character_EnablePawnInteraction, bEnable) == 0x000000, "Member 'Biped_Character_EnablePawnInteraction::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_FacingNotifyOfNewBestTarget \ static_assert(alignof(Biped_Character_FacingNotifyOfNewBestTarget) == 0x000001, "Wrong alignment on Biped_Character_FacingNotifyOfNewBestTarget"); \ static_assert(sizeof(Biped_Character_FacingNotifyOfNewBestTarget) == 0x000002, "Wrong size on Biped_Character_FacingNotifyOfNewBestTarget"); \ static_assert(offsetof(Biped_Character_FacingNotifyOfNewBestTarget, NewTargetType) == 0x000000, "Member 'Biped_Character_FacingNotifyOfNewBestTarget::NewTargetType' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_FacingNotifyOfNewBestTarget, NewTargetID) == 0x000001, "Member 'Biped_Character_FacingNotifyOfNewBestTarget::NewTargetID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_FacingTargetsListIsNowEmpty \ static_assert(alignof(Biped_Character_FacingTargetsListIsNowEmpty) == 0x000001, "Wrong alignment on Biped_Character_FacingTargetsListIsNowEmpty"); \ static_assert(sizeof(Biped_Character_FacingTargetsListIsNowEmpty) == 0x000002, "Wrong size on Biped_Character_FacingTargetsListIsNowEmpty"); \ static_assert(offsetof(Biped_Character_FacingTargetsListIsNowEmpty, LastTargetType) == 0x000000, "Member 'Biped_Character_FacingTargetsListIsNowEmpty::LastTargetType' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_FacingTargetsListIsNowEmpty, LastTargetID) == 0x000001, "Member 'Biped_Character_FacingTargetsListIsNowEmpty::LastTargetID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_FinishCrouching \ static_assert(alignof(Biped_Character_FinishCrouching) == 0x000008, "Wrong alignment on Biped_Character_FinishCrouching"); \ static_assert(sizeof(Biped_Character_FinishCrouching) == 0x000008, "Wrong size on Biped_Character_FinishCrouching"); \ static_assert(offsetof(Biped_Character_FinishCrouching, Provider) == 0x000000, "Member 'Biped_Character_FinishCrouching::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetAdditiveBodyState \ static_assert(alignof(Biped_Character_GetAdditiveBodyState) == 0x000001, "Wrong alignment on Biped_Character_GetAdditiveBodyState"); \ static_assert(sizeof(Biped_Character_GetAdditiveBodyState) == 0x000001, "Wrong size on Biped_Character_GetAdditiveBodyState"); \ static_assert(offsetof(Biped_Character_GetAdditiveBodyState, OutState) == 0x000000, "Member 'Biped_Character_GetAdditiveBodyState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetAutoTargetFocusDirection \ static_assert(alignof(Biped_Character_GetAutoTargetFocusDirection) == 0x000004, "Wrong alignment on Biped_Character_GetAutoTargetFocusDirection"); \ static_assert(sizeof(Biped_Character_GetAutoTargetFocusDirection) == 0x00000C, "Wrong size on Biped_Character_GetAutoTargetFocusDirection"); \ static_assert(offsetof(Biped_Character_GetAutoTargetFocusDirection, ReturnValue) == 0x000000, "Member 'Biped_Character_GetAutoTargetFocusDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetAutoTargetUpDirection \ static_assert(alignof(Biped_Character_GetAutoTargetUpDirection) == 0x000004, "Wrong alignment on Biped_Character_GetAutoTargetUpDirection"); \ static_assert(sizeof(Biped_Character_GetAutoTargetUpDirection) == 0x00000C, "Wrong size on Biped_Character_GetAutoTargetUpDirection"); \ static_assert(offsetof(Biped_Character_GetAutoTargetUpDirection, ReturnValue) == 0x000000, "Member 'Biped_Character_GetAutoTargetUpDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetBestAutoTargetActor \ static_assert(alignof(Biped_Character_GetBestAutoTargetActor) == 0x000008, "Wrong alignment on Biped_Character_GetBestAutoTargetActor"); \ static_assert(sizeof(Biped_Character_GetBestAutoTargetActor) == 0x000008, "Wrong size on Biped_Character_GetBestAutoTargetActor"); \ static_assert(offsetof(Biped_Character_GetBestAutoTargetActor, ReturnValue) == 0x000000, "Member 'Biped_Character_GetBestAutoTargetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetBestLockOnActor \ static_assert(alignof(Biped_Character_GetBestLockOnActor) == 0x000008, "Wrong alignment on Biped_Character_GetBestLockOnActor"); \ static_assert(sizeof(Biped_Character_GetBestLockOnActor) == 0x000008, "Wrong size on Biped_Character_GetBestLockOnActor"); \ static_assert(offsetof(Biped_Character_GetBestLockOnActor, ReturnValue) == 0x000000, "Member 'Biped_Character_GetBestLockOnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetFinishers \ static_assert(alignof(Biped_Character_GetFinishers) == 0x000008, "Wrong alignment on Biped_Character_GetFinishers"); \ static_assert(sizeof(Biped_Character_GetFinishers) == 0x000018, "Wrong size on Biped_Character_GetFinishers"); \ static_assert(offsetof(Biped_Character_GetFinishers, ToolRecordArray) == 0x000000, "Member 'Biped_Character_GetFinishers::ToolRecordArray' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_GetFinishers, ReturnValue) == 0x000010, "Member 'Biped_Character_GetFinishers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetFullBodyState \ static_assert(alignof(Biped_Character_GetFullBodyState) == 0x000001, "Wrong alignment on Biped_Character_GetFullBodyState"); \ static_assert(sizeof(Biped_Character_GetFullBodyState) == 0x000001, "Wrong size on Biped_Character_GetFullBodyState"); \ static_assert(offsetof(Biped_Character_GetFullBodyState, OutState) == 0x000000, "Member 'Biped_Character_GetFullBodyState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetFullBodyStateLast \ static_assert(alignof(Biped_Character_GetFullBodyStateLast) == 0x000001, "Wrong alignment on Biped_Character_GetFullBodyStateLast"); \ static_assert(sizeof(Biped_Character_GetFullBodyStateLast) == 0x000001, "Wrong size on Biped_Character_GetFullBodyStateLast"); \ static_assert(offsetof(Biped_Character_GetFullBodyStateLast, OutState) == 0x000000, "Member 'Biped_Character_GetFullBodyStateLast::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetHealth \ static_assert(alignof(Biped_Character_GetHealth) == 0x000004, "Wrong alignment on Biped_Character_GetHealth"); \ static_assert(sizeof(Biped_Character_GetHealth) == 0x000004, "Wrong size on Biped_Character_GetHealth"); \ static_assert(offsetof(Biped_Character_GetHealth, ReturnValue) == 0x000000, "Member 'Biped_Character_GetHealth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetHighlitActor \ static_assert(alignof(Biped_Character_GetHighlitActor) == 0x000008, "Wrong alignment on Biped_Character_GetHighlitActor"); \ static_assert(sizeof(Biped_Character_GetHighlitActor) == 0x000008, "Wrong size on Biped_Character_GetHighlitActor"); \ static_assert(offsetof(Biped_Character_GetHighlitActor, ReturnValue) == 0x000000, "Member 'Biped_Character_GetHighlitActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetInventoryResult \ static_assert(alignof(Biped_Character_GetInventoryResult) == 0x000008, "Wrong alignment on Biped_Character_GetInventoryResult"); \ static_assert(sizeof(Biped_Character_GetInventoryResult) == 0x000088, "Wrong size on Biped_Character_GetInventoryResult"); \ static_assert(offsetof(Biped_Character_GetInventoryResult, ReturnValue) == 0x000000, "Member 'Biped_Character_GetInventoryResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetLockedOnActor \ static_assert(alignof(Biped_Character_GetLockedOnActor) == 0x000008, "Wrong alignment on Biped_Character_GetLockedOnActor"); \ static_assert(sizeof(Biped_Character_GetLockedOnActor) == 0x000008, "Wrong size on Biped_Character_GetLockedOnActor"); \ static_assert(offsetof(Biped_Character_GetLockedOnActor, ReturnValue) == 0x000000, "Member 'Biped_Character_GetLockedOnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetParryState \ static_assert(alignof(Biped_Character_GetParryState) == 0x000001, "Wrong alignment on Biped_Character_GetParryState"); \ static_assert(sizeof(Biped_Character_GetParryState) == 0x000001, "Wrong size on Biped_Character_GetParryState"); \ static_assert(offsetof(Biped_Character_GetParryState, OutState) == 0x000000, "Member 'Biped_Character_GetParryState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetPartialBodyState \ static_assert(alignof(Biped_Character_GetPartialBodyState) == 0x000001, "Wrong alignment on Biped_Character_GetPartialBodyState"); \ static_assert(sizeof(Biped_Character_GetPartialBodyState) == 0x000001, "Wrong size on Biped_Character_GetPartialBodyState"); \ static_assert(offsetof(Biped_Character_GetPartialBodyState, OutState) == 0x000000, "Member 'Biped_Character_GetPartialBodyState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetPickupTool \ static_assert(alignof(Biped_Character_GetPickupTool) == 0x000008, "Wrong alignment on Biped_Character_GetPickupTool"); \ static_assert(sizeof(Biped_Character_GetPickupTool) == 0x000008, "Wrong size on Biped_Character_GetPickupTool"); \ static_assert(offsetof(Biped_Character_GetPickupTool, ReturnValue) == 0x000000, "Member 'Biped_Character_GetPickupTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetPickupToolHeight \ static_assert(alignof(Biped_Character_GetPickupToolHeight) == 0x000004, "Wrong alignment on Biped_Character_GetPickupToolHeight"); \ static_assert(sizeof(Biped_Character_GetPickupToolHeight) == 0x000004, "Wrong size on Biped_Character_GetPickupToolHeight"); \ static_assert(offsetof(Biped_Character_GetPickupToolHeight, ReturnValue) == 0x000000, "Member 'Biped_Character_GetPickupToolHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetPutdownToolHeight \ static_assert(alignof(Biped_Character_GetPutdownToolHeight) == 0x000004, "Wrong alignment on Biped_Character_GetPutdownToolHeight"); \ static_assert(sizeof(Biped_Character_GetPutdownToolHeight) == 0x000004, "Wrong size on Biped_Character_GetPutdownToolHeight"); \ static_assert(offsetof(Biped_Character_GetPutdownToolHeight, ReturnValue) == 0x000000, "Member 'Biped_Character_GetPutdownToolHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetRayCastActor \ static_assert(alignof(Biped_Character_GetRayCastActor) == 0x000008, "Wrong alignment on Biped_Character_GetRayCastActor"); \ static_assert(sizeof(Biped_Character_GetRayCastActor) == 0x000008, "Wrong size on Biped_Character_GetRayCastActor"); \ static_assert(offsetof(Biped_Character_GetRayCastActor, ReturnValue) == 0x000000, "Member 'Biped_Character_GetRayCastActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetRightArmState \ static_assert(alignof(Biped_Character_GetRightArmState) == 0x000001, "Wrong alignment on Biped_Character_GetRightArmState"); \ static_assert(sizeof(Biped_Character_GetRightArmState) == 0x000002, "Wrong size on Biped_Character_GetRightArmState"); \ static_assert(offsetof(Biped_Character_GetRightArmState, InPriority) == 0x000000, "Member 'Biped_Character_GetRightArmState::InPriority' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_GetRightArmState, ReturnValue) == 0x000001, "Member 'Biped_Character_GetRightArmState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetSpellCastHandle \ static_assert(alignof(Biped_Character_GetSpellCastHandle) == 0x000004, "Wrong alignment on Biped_Character_GetSpellCastHandle"); \ static_assert(sizeof(Biped_Character_GetSpellCastHandle) == 0x000004, "Wrong size on Biped_Character_GetSpellCastHandle"); \ static_assert(offsetof(Biped_Character_GetSpellCastHandle, OutSpellCastHandle) == 0x000000, "Member 'Biped_Character_GetSpellCastHandle::OutSpellCastHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetSpellsByGroup \ static_assert(alignof(Biped_Character_GetSpellsByGroup) == 0x000008, "Wrong alignment on Biped_Character_GetSpellsByGroup"); \ static_assert(sizeof(Biped_Character_GetSpellsByGroup) == 0x000020, "Wrong size on Biped_Character_GetSpellsByGroup"); \ static_assert(offsetof(Biped_Character_GetSpellsByGroup, Group) == 0x000000, "Member 'Biped_Character_GetSpellsByGroup::Group' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_GetSpellsByGroup, ToolRecordArray) == 0x000008, "Member 'Biped_Character_GetSpellsByGroup::ToolRecordArray' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_GetSpellsByGroup, ReturnValue) == 0x000018, "Member 'Biped_Character_GetSpellsByGroup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetTargetBoneName \ static_assert(alignof(Biped_Character_GetTargetBoneName) == 0x000004, "Wrong alignment on Biped_Character_GetTargetBoneName"); \ static_assert(sizeof(Biped_Character_GetTargetBoneName) == 0x000008, "Wrong size on Biped_Character_GetTargetBoneName"); \ static_assert(offsetof(Biped_Character_GetTargetBoneName, ReturnValue) == 0x000000, "Member 'Biped_Character_GetTargetBoneName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetTargetComponent \ static_assert(alignof(Biped_Character_GetTargetComponent) == 0x000008, "Wrong alignment on Biped_Character_GetTargetComponent"); \ static_assert(sizeof(Biped_Character_GetTargetComponent) == 0x000008, "Wrong size on Biped_Character_GetTargetComponent"); \ static_assert(offsetof(Biped_Character_GetTargetComponent, ReturnValue) == 0x000000, "Member 'Biped_Character_GetTargetComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetTargetDirection \ static_assert(alignof(Biped_Character_GetTargetDirection) == 0x000004, "Wrong alignment on Biped_Character_GetTargetDirection"); \ static_assert(sizeof(Biped_Character_GetTargetDirection) == 0x00000C, "Wrong size on Biped_Character_GetTargetDirection"); \ static_assert(offsetof(Biped_Character_GetTargetDirection, ReturnValue) == 0x000000, "Member 'Biped_Character_GetTargetDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetToTargetDirection \ static_assert(alignof(Biped_Character_GetToTargetDirection) == 0x000004, "Wrong alignment on Biped_Character_GetToTargetDirection"); \ static_assert(sizeof(Biped_Character_GetToTargetDirection) == 0x00000C, "Wrong size on Biped_Character_GetToTargetDirection"); \ static_assert(offsetof(Biped_Character_GetToTargetDirection, ReturnValue) == 0x000000, "Member 'Biped_Character_GetToTargetDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_IsBlockedByWall \ static_assert(alignof(Biped_Character_IsBlockedByWall) == 0x000001, "Wrong alignment on Biped_Character_IsBlockedByWall"); \ static_assert(sizeof(Biped_Character_IsBlockedByWall) == 0x000001, "Wrong size on Biped_Character_IsBlockedByWall"); \ static_assert(offsetof(Biped_Character_IsBlockedByWall, ReturnValue) == 0x000000, "Member 'Biped_Character_IsBlockedByWall::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_IsDead \ static_assert(alignof(Biped_Character_IsDead) == 0x000001, "Wrong alignment on Biped_Character_IsDead"); \ static_assert(sizeof(Biped_Character_IsDead) == 0x000001, "Wrong size on Biped_Character_IsDead"); \ static_assert(offsetof(Biped_Character_IsDead, ReturnValue) == 0x000000, "Member 'Biped_Character_IsDead::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_IsWandEquipped \ static_assert(alignof(Biped_Character_IsWandEquipped) == 0x000001, "Wrong alignment on Biped_Character_IsWandEquipped"); \ static_assert(sizeof(Biped_Character_IsWandEquipped) == 0x000001, "Wrong size on Biped_Character_IsWandEquipped"); \ static_assert(offsetof(Biped_Character_IsWandEquipped, ReturnValue) == 0x000000, "Member 'Biped_Character_IsWandEquipped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_Landed \ static_assert(alignof(Biped_Character_Landed) == 0x000004, "Wrong alignment on Biped_Character_Landed"); \ static_assert(sizeof(Biped_Character_Landed) == 0x000088, "Wrong size on Biped_Character_Landed"); \ static_assert(offsetof(Biped_Character_Landed, Hit) == 0x000000, "Member 'Biped_Character_Landed::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_OnEquippedChanged \ static_assert(alignof(Biped_Character_OnEquippedChanged) == 0x000008, "Wrong alignment on Biped_Character_OnEquippedChanged"); \ static_assert(sizeof(Biped_Character_OnEquippedChanged) == 0x000010, "Wrong size on Biped_Character_OnEquippedChanged"); \ static_assert(offsetof(Biped_Character_OnEquippedChanged, ActivatedTool) == 0x000000, "Member 'Biped_Character_OnEquippedChanged::ActivatedTool' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_OnEquippedChanged, DeactivatedTool) == 0x000008, "Member 'Biped_Character_OnEquippedChanged::DeactivatedTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_OnHoverDroneControlModeChanged \ static_assert(alignof(Biped_Character_OnHoverDroneControlModeChanged) == 0x000001, "Wrong alignment on Biped_Character_OnHoverDroneControlModeChanged"); \ static_assert(sizeof(Biped_Character_OnHoverDroneControlModeChanged) == 0x000001, "Wrong size on Biped_Character_OnHoverDroneControlModeChanged"); \ static_assert(offsetof(Biped_Character_OnHoverDroneControlModeChanged, NewMode) == 0x000000, "Member 'Biped_Character_OnHoverDroneControlModeChanged::NewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_ParkourJump \ static_assert(alignof(Biped_Character_ParkourJump) == 0x000004, "Wrong alignment on Biped_Character_ParkourJump"); \ static_assert(sizeof(Biped_Character_ParkourJump) == 0x000010, "Wrong size on Biped_Character_ParkourJump"); \ static_assert(offsetof(Biped_Character_ParkourJump, DefaultNode) == 0x000000, "Member 'Biped_Character_ParkourJump::DefaultNode' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_ParkourJump, ReturnValue) == 0x000008, "Member 'Biped_Character_ParkourJump::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_SetAdditiveBodyState \ static_assert(alignof(Biped_Character_SetAdditiveBodyState) == 0x000001, "Wrong alignment on Biped_Character_SetAdditiveBodyState"); \ static_assert(sizeof(Biped_Character_SetAdditiveBodyState) == 0x000001, "Wrong size on Biped_Character_SetAdditiveBodyState"); \ static_assert(offsetof(Biped_Character_SetAdditiveBodyState, InState) == 0x000000, "Member 'Biped_Character_SetAdditiveBodyState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_SetCombatReadyMode \ static_assert(alignof(Biped_Character_SetCombatReadyMode) == 0x000001, "Wrong alignment on Biped_Character_SetCombatReadyMode"); \ static_assert(sizeof(Biped_Character_SetCombatReadyMode) == 0x000001, "Wrong size on Biped_Character_SetCombatReadyMode"); \ static_assert(offsetof(Biped_Character_SetCombatReadyMode, Flag) == 0x000000, "Member 'Biped_Character_SetCombatReadyMode::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_SetFinisher \ static_assert(alignof(Biped_Character_SetFinisher) == 0x000008, "Wrong alignment on Biped_Character_SetFinisher"); \ static_assert(sizeof(Biped_Character_SetFinisher) == 0x000010, "Wrong size on Biped_Character_SetFinisher"); \ static_assert(offsetof(Biped_Character_SetFinisher, Index_0) == 0x000000, "Member 'Biped_Character_SetFinisher::Index_0' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_SetFinisher, Spell) == 0x000008, "Member 'Biped_Character_SetFinisher::Spell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_SetFinisherOptimalRatio \ static_assert(alignof(Biped_Character_SetFinisherOptimalRatio) == 0x000004, "Wrong alignment on Biped_Character_SetFinisherOptimalRatio"); \ static_assert(sizeof(Biped_Character_SetFinisherOptimalRatio) == 0x000008, "Wrong size on Biped_Character_SetFinisherOptimalRatio"); \ static_assert(offsetof(Biped_Character_SetFinisherOptimalRatio, OptimalRatio) == 0x000000, "Member 'Biped_Character_SetFinisherOptimalRatio::OptimalRatio' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_SetFinisherOptimalRatio, FeedbackAction) == 0x000004, "Member 'Biped_Character_SetFinisherOptimalRatio::FeedbackAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_SetFullBodyState \ static_assert(alignof(Biped_Character_SetFullBodyState) == 0x000001, "Wrong alignment on Biped_Character_SetFullBodyState"); \ static_assert(sizeof(Biped_Character_SetFullBodyState) == 0x000001, "Wrong size on Biped_Character_SetFullBodyState"); \ static_assert(offsetof(Biped_Character_SetFullBodyState, InState) == 0x000000, "Member 'Biped_Character_SetFullBodyState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_SetFullBodyStateLast \ static_assert(alignof(Biped_Character_SetFullBodyStateLast) == 0x000001, "Wrong alignment on Biped_Character_SetFullBodyStateLast"); \ static_assert(sizeof(Biped_Character_SetFullBodyStateLast) == 0x000001, "Wrong size on Biped_Character_SetFullBodyStateLast"); \ static_assert(offsetof(Biped_Character_SetFullBodyStateLast, InState) == 0x000000, "Member 'Biped_Character_SetFullBodyStateLast::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_SetParryState \ static_assert(alignof(Biped_Character_SetParryState) == 0x000001, "Wrong alignment on Biped_Character_SetParryState"); \ static_assert(sizeof(Biped_Character_SetParryState) == 0x000001, "Wrong size on Biped_Character_SetParryState"); \ static_assert(offsetof(Biped_Character_SetParryState, InState) == 0x000000, "Member 'Biped_Character_SetParryState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_SetPartialBodyState \ static_assert(alignof(Biped_Character_SetPartialBodyState) == 0x000001, "Wrong alignment on Biped_Character_SetPartialBodyState"); \ static_assert(sizeof(Biped_Character_SetPartialBodyState) == 0x000001, "Wrong size on Biped_Character_SetPartialBodyState"); \ static_assert(offsetof(Biped_Character_SetPartialBodyState, InState) == 0x000000, "Member 'Biped_Character_SetPartialBodyState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_SetPickupTool \ static_assert(alignof(Biped_Character_SetPickupTool) == 0x000008, "Wrong alignment on Biped_Character_SetPickupTool"); \ static_assert(sizeof(Biped_Character_SetPickupTool) == 0x000008, "Wrong size on Biped_Character_SetPickupTool"); \ static_assert(offsetof(Biped_Character_SetPickupTool, InPickupTool) == 0x000000, "Member 'Biped_Character_SetPickupTool::InPickupTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_SetRayCastActor \ static_assert(alignof(Biped_Character_SetRayCastActor) == 0x000008, "Wrong alignment on Biped_Character_SetRayCastActor"); \ static_assert(sizeof(Biped_Character_SetRayCastActor) == 0x000008, "Wrong size on Biped_Character_SetRayCastActor"); \ static_assert(offsetof(Biped_Character_SetRayCastActor, i_pRayCastActor) == 0x000000, "Member 'Biped_Character_SetRayCastActor::i_pRayCastActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_SetRightArmState \ static_assert(alignof(Biped_Character_SetRightArmState) == 0x000001, "Wrong alignment on Biped_Character_SetRightArmState"); \ static_assert(sizeof(Biped_Character_SetRightArmState) == 0x000003, "Wrong size on Biped_Character_SetRightArmState"); \ static_assert(offsetof(Biped_Character_SetRightArmState, InState) == 0x000000, "Member 'Biped_Character_SetRightArmState::InState' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_SetRightArmState, InPriority) == 0x000001, "Member 'Biped_Character_SetRightArmState::InPriority' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_SetRightArmState, bBroadcastChange) == 0x000002, "Member 'Biped_Character_SetRightArmState::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_SetSpell \ static_assert(alignof(Biped_Character_SetSpell) == 0x000008, "Wrong alignment on Biped_Character_SetSpell"); \ static_assert(sizeof(Biped_Character_SetSpell) == 0x000010, "Wrong size on Biped_Character_SetSpell"); \ static_assert(offsetof(Biped_Character_SetSpell, Group) == 0x000000, "Member 'Biped_Character_SetSpell::Group' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_SetSpell, Index_0) == 0x000004, "Member 'Biped_Character_SetSpell::Index_0' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_SetSpell, Spell) == 0x000008, "Member 'Biped_Character_SetSpell::Spell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_SetSpellCastHandle \ static_assert(alignof(Biped_Character_SetSpellCastHandle) == 0x000004, "Wrong alignment on Biped_Character_SetSpellCastHandle"); \ static_assert(sizeof(Biped_Character_SetSpellCastHandle) == 0x000004, "Wrong size on Biped_Character_SetSpellCastHandle"); \ static_assert(offsetof(Biped_Character_SetSpellCastHandle, InSpellCastHandle) == 0x000000, "Member 'Biped_Character_SetSpellCastHandle::InSpellCastHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_SetTargetBoneName \ static_assert(alignof(Biped_Character_SetTargetBoneName) == 0x000004, "Wrong alignment on Biped_Character_SetTargetBoneName"); \ static_assert(sizeof(Biped_Character_SetTargetBoneName) == 0x000008, "Wrong size on Biped_Character_SetTargetBoneName"); \ static_assert(offsetof(Biped_Character_SetTargetBoneName, i_targetBoneName) == 0x000000, "Member 'Biped_Character_SetTargetBoneName::i_targetBoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_SetTargetComponent \ static_assert(alignof(Biped_Character_SetTargetComponent) == 0x000008, "Wrong alignment on Biped_Character_SetTargetComponent"); \ static_assert(sizeof(Biped_Character_SetTargetComponent) == 0x000008, "Wrong size on Biped_Character_SetTargetComponent"); \ static_assert(offsetof(Biped_Character_SetTargetComponent, i_pTargetComponent) == 0x000000, "Member 'Biped_Character_SetTargetComponent::i_pTargetComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_SetTargetDestination \ static_assert(alignof(Biped_Character_SetTargetDestination) == 0x000004, "Wrong alignment on Biped_Character_SetTargetDestination"); \ static_assert(sizeof(Biped_Character_SetTargetDestination) == 0x00000C, "Wrong size on Biped_Character_SetTargetDestination"); \ static_assert(offsetof(Biped_Character_SetTargetDestination, i_targetDestination) == 0x000000, "Member 'Biped_Character_SetTargetDestination::i_targetDestination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_SetTargetDirection \ static_assert(alignof(Biped_Character_SetTargetDirection) == 0x000004, "Wrong alignment on Biped_Character_SetTargetDirection"); \ static_assert(sizeof(Biped_Character_SetTargetDirection) == 0x00000C, "Wrong size on Biped_Character_SetTargetDirection"); \ static_assert(offsetof(Biped_Character_SetTargetDirection, i_targetDirection) == 0x000000, "Member 'Biped_Character_SetTargetDirection::i_targetDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_StairsStateHasChanged \ static_assert(alignof(Biped_Character_StairsStateHasChanged) == 0x000001, "Wrong alignment on Biped_Character_StairsStateHasChanged"); \ static_assert(sizeof(Biped_Character_StairsStateHasChanged) == 0x000002, "Wrong size on Biped_Character_StairsStateHasChanged"); \ static_assert(offsetof(Biped_Character_StairsStateHasChanged, InLastStairsState) == 0x000000, "Member 'Biped_Character_StairsStateHasChanged::InLastStairsState' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_StairsStateHasChanged, InNewStairsState) == 0x000001, "Member 'Biped_Character_StairsStateHasChanged::InNewStairsState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_StartCrouching \ static_assert(alignof(Biped_Character_StartCrouching) == 0x000008, "Wrong alignment on Biped_Character_StartCrouching"); \ static_assert(sizeof(Biped_Character_StartCrouching) == 0x000010, "Wrong size on Biped_Character_StartCrouching"); \ static_assert(offsetof(Biped_Character_StartCrouching, Provider) == 0x000000, "Member 'Biped_Character_StartCrouching::Provider' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_StartCrouching, SpeedMode) == 0x000008, "Member 'Biped_Character_StartCrouching::SpeedMode' has a wrong offset!"); \ static_assert(offsetof(Biped_Character_StartCrouching, SpeedModifier) == 0x000009, "Member 'Biped_Character_StartCrouching::SpeedModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_CancelCurrentSpell \ static_assert(alignof(Biped_Character_CancelCurrentSpell) == 0x000001, "Wrong alignment on Biped_Character_CancelCurrentSpell"); \ static_assert(sizeof(Biped_Character_CancelCurrentSpell) == 0x000001, "Wrong size on Biped_Character_CancelCurrentSpell"); \ static_assert(offsetof(Biped_Character_CancelCurrentSpell, RemoveDisillusionment) == 0x000000, "Member 'Biped_Character_CancelCurrentSpell::RemoveDisillusionment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_CanLandOnLedge \ static_assert(alignof(Biped_Character_CanLandOnLedge) == 0x000001, "Wrong alignment on Biped_Character_CanLandOnLedge"); \ static_assert(sizeof(Biped_Character_CanLandOnLedge) == 0x000001, "Wrong size on Biped_Character_CanLandOnLedge"); \ static_assert(offsetof(Biped_Character_CanLandOnLedge, ReturnValue) == 0x000000, "Member 'Biped_Character_CanLandOnLedge::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetCharacterID \ static_assert(alignof(Biped_Character_GetCharacterID) == 0x000004, "Wrong alignment on Biped_Character_GetCharacterID"); \ static_assert(sizeof(Biped_Character_GetCharacterID) == 0x000008, "Wrong size on Biped_Character_GetCharacterID"); \ static_assert(offsetof(Biped_Character_GetCharacterID, ReturnValue) == 0x000000, "Member 'Biped_Character_GetCharacterID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetOriginalLedgeTransform \ static_assert(alignof(Biped_Character_GetOriginalLedgeTransform) == 0x000010, "Wrong alignment on Biped_Character_GetOriginalLedgeTransform"); \ static_assert(sizeof(Biped_Character_GetOriginalLedgeTransform) == 0x000030, "Wrong size on Biped_Character_GetOriginalLedgeTransform"); \ static_assert(offsetof(Biped_Character_GetOriginalLedgeTransform, ReturnValue) == 0x000000, "Member 'Biped_Character_GetOriginalLedgeTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetSkeletalMesh \ static_assert(alignof(Biped_Character_GetSkeletalMesh) == 0x000008, "Wrong alignment on Biped_Character_GetSkeletalMesh"); \ static_assert(sizeof(Biped_Character_GetSkeletalMesh) == 0x000008, "Wrong size on Biped_Character_GetSkeletalMesh"); \ static_assert(offsetof(Biped_Character_GetSkeletalMesh, ReturnValue) == 0x000000, "Member 'Biped_Character_GetSkeletalMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetTargetDestination \ static_assert(alignof(Biped_Character_GetTargetDestination) == 0x000004, "Wrong alignment on Biped_Character_GetTargetDestination"); \ static_assert(sizeof(Biped_Character_GetTargetDestination) == 0x00000C, "Wrong size on Biped_Character_GetTargetDestination"); \ static_assert(offsetof(Biped_Character_GetTargetDestination, ReturnValue) == 0x000000, "Member 'Biped_Character_GetTargetDestination::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_GetWand \ static_assert(alignof(Biped_Character_GetWand) == 0x000008, "Wrong alignment on Biped_Character_GetWand"); \ static_assert(sizeof(Biped_Character_GetWand) == 0x000008, "Wrong size on Biped_Character_GetWand"); \ static_assert(offsetof(Biped_Character_GetWand, ReturnValue) == 0x000000, "Member 'Biped_Character_GetWand::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Character_IsCurrentLedgeAnOverhang \ static_assert(alignof(Biped_Character_IsCurrentLedgeAnOverhang) == 0x000001, "Wrong alignment on Biped_Character_IsCurrentLedgeAnOverhang"); \ static_assert(sizeof(Biped_Character_IsCurrentLedgeAnOverhang) == 0x000001, "Wrong size on Biped_Character_IsCurrentLedgeAnOverhang"); \ static_assert(offsetof(Biped_Character_IsCurrentLedgeAnOverhang, ReturnValue) == 0x000000, "Member 'Biped_Character_IsCurrentLedgeAnOverhang::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABiped_Character \ static_assert(alignof(ABiped_Character) == 0x000010, "Wrong alignment on ABiped_Character"); \ static_assert(sizeof(ABiped_Character) == 0x001B70, "Wrong size on ABiped_Character"); \ static_assert(offsetof(ABiped_Character, ToolSetComponent) == 0x001760, "Member 'ABiped_Character::ToolSetComponent' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, CognitionStimuliSourceComponent) == 0x001768, "Member 'ABiped_Character::CognitionStimuliSourceComponent' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, BehaviorComp_Primary) == 0x001770, "Member 'ABiped_Character::BehaviorComp_Primary' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, BehaviorComp_Secondary) == 0x001778, "Member 'ABiped_Character::BehaviorComp_Secondary' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, BlackboardComp) == 0x001780, "Member 'ABiped_Character::BlackboardComp' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, ObjectStateComponent) == 0x001788, "Member 'ABiped_Character::ObjectStateComponent' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, ContextFilterComponent) == 0x001790, "Member 'ABiped_Character::ContextFilterComponent' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, RPGAbilityComponent) == 0x001798, "Member 'ABiped_Character::RPGAbilityComponent' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, FacialComponent) == 0x0017A0, "Member 'ABiped_Character::FacialComponent' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, AnimationComponent) == 0x0017A8, "Member 'ABiped_Character::AnimationComponent' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, MAX_HEIGHT_FOR_CLIMB) == 0x0017B0, "Member 'ABiped_Character::MAX_HEIGHT_FOR_CLIMB' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, MAX_HEIGHT_FOR_HANG) == 0x0017B4, "Member 'ABiped_Character::MAX_HEIGHT_FOR_HANG' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, MAX_HEIGHT_FOR_JUMPWAIST) == 0x0017B8, "Member 'ABiped_Character::MAX_HEIGHT_FOR_JUMPWAIST' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, ledgeActor) == 0x0017C0, "Member 'ABiped_Character::ledgeActor' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, CrouchCapsuleHalfHeight) == 0x0017C8, "Member 'ABiped_Character::CrouchCapsuleHalfHeight' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, CrouchCapsuleRadius) == 0x0017CC, "Member 'ABiped_Character::CrouchCapsuleRadius' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, CrouchStartCapsuleBlendDuration) == 0x0017D0, "Member 'ABiped_Character::CrouchStartCapsuleBlendDuration' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, CrouchEndCapsuleBlendDuration) == 0x0017D4, "Member 'ABiped_Character::CrouchEndCapsuleBlendDuration' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, ParryState) == 0x0017D8, "Member 'ABiped_Character::ParryState' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, OnSpellCast) == 0x0017E0, "Member 'ABiped_Character::OnSpellCast' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, OnLumosStart) == 0x0017F0, "Member 'ABiped_Character::OnLumosStart' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, OnLumosEnd) == 0x001800, "Member 'ABiped_Character::OnLumosEnd' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, OnAccioStart) == 0x001810, "Member 'ABiped_Character::OnAccioStart' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, OnAccioEnd) == 0x001820, "Member 'ABiped_Character::OnAccioEnd' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, OnProtegoStart) == 0x001830, "Member 'ABiped_Character::OnProtegoStart' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, OnProtegoEnd) == 0x001840, "Member 'ABiped_Character::OnProtegoEnd' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, OnProtegoDeflected) == 0x001850, "Member 'ABiped_Character::OnProtegoDeflected' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, OnDisillusionmentStart) == 0x001860, "Member 'ABiped_Character::OnDisillusionmentStart' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, OnDisillusionmentEnd) == 0x001870, "Member 'ABiped_Character::OnDisillusionmentEnd' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, SpellLoadOutData) == 0x001880, "Member 'ABiped_Character::SpellLoadOutData' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, SpellCastHandle) == 0x0018B0, "Member 'ABiped_Character::SpellCastHandle' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, DoubleItemAbilityDurationChanceModifier) == 0x0018B8, "Member 'ABiped_Character::DoubleItemAbilityDurationChanceModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, RefreshAllCooldownChanceModifier) == 0x001948, "Member 'ABiped_Character::RefreshAllCooldownChanceModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, bIgnoreFallDamage) == 0x0019D8, "Member 'ABiped_Character::bIgnoreFallDamage' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, MaxAirHeight) == 0x0019DC, "Member 'ABiped_Character::MaxAirHeight' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, LastGroundHeight) == 0x0019E0, "Member 'ABiped_Character::LastGroundHeight' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, m_studentActorClassM) == 0x0019E8, "Member 'ABiped_Character::m_studentActorClassM' has a wrong offset!"); \ static_assert(offsetof(ABiped_Character, m_studentActorClassF) == 0x0019F0, "Member 'ABiped_Character::m_studentActorClassF' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_AddCustomCamera \ static_assert(alignof(Biped_Player_AddCustomCamera) == 0x000008, "Wrong alignment on Biped_Player_AddCustomCamera"); \ static_assert(sizeof(Biped_Player_AddCustomCamera) == 0x000010, "Wrong size on Biped_Player_AddCustomCamera"); \ static_assert(offsetof(Biped_Player_AddCustomCamera, customCam) == 0x000000, "Member 'Biped_Player_AddCustomCamera::customCam' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AddCustomCamera, weight) == 0x000008, "Member 'Biped_Player_AddCustomCamera::weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_DEBUG_SetGlobalTimeDilation \ static_assert(alignof(Biped_Player_DEBUG_SetGlobalTimeDilation) == 0x000008, "Wrong alignment on Biped_Player_DEBUG_SetGlobalTimeDilation"); \ static_assert(sizeof(Biped_Player_DEBUG_SetGlobalTimeDilation) == 0x000010, "Wrong size on Biped_Player_DEBUG_SetGlobalTimeDilation"); \ static_assert(offsetof(Biped_Player_DEBUG_SetGlobalTimeDilation, WorldContextObject) == 0x000000, "Member 'Biped_Player_DEBUG_SetGlobalTimeDilation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_DEBUG_SetGlobalTimeDilation, TimeDilation) == 0x000008, "Member 'Biped_Player_DEBUG_SetGlobalTimeDilation::TimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_DisablePlayerHealthRecovery \ static_assert(alignof(Biped_Player_DisablePlayerHealthRecovery) == 0x000001, "Wrong alignment on Biped_Player_DisablePlayerHealthRecovery"); \ static_assert(sizeof(Biped_Player_DisablePlayerHealthRecovery) == 0x000001, "Wrong size on Biped_Player_DisablePlayerHealthRecovery"); \ static_assert(offsetof(Biped_Player_DisablePlayerHealthRecovery, bDisable) == 0x000000, "Member 'Biped_Player_DisablePlayerHealthRecovery::bDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetPlayerGenderPronoun \ static_assert(alignof(Biped_Player_GetPlayerGenderPronoun) == 0x000001, "Wrong alignment on Biped_Player_GetPlayerGenderPronoun"); \ static_assert(sizeof(Biped_Player_GetPlayerGenderPronoun) == 0x000001, "Wrong size on Biped_Player_GetPlayerGenderPronoun"); \ static_assert(offsetof(Biped_Player_GetPlayerGenderPronoun, ReturnValue) == 0x000000, "Member 'Biped_Player_GetPlayerGenderPronoun::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetPlayerLastUsedItemEffectiveness \ static_assert(alignof(Biped_Player_GetPlayerLastUsedItemEffectiveness) == 0x000004, "Wrong alignment on Biped_Player_GetPlayerLastUsedItemEffectiveness"); \ static_assert(sizeof(Biped_Player_GetPlayerLastUsedItemEffectiveness) == 0x000004, "Wrong size on Biped_Player_GetPlayerLastUsedItemEffectiveness"); \ static_assert(offsetof(Biped_Player_GetPlayerLastUsedItemEffectiveness, ReturnValue) == 0x000000, "Member 'Biped_Player_GetPlayerLastUsedItemEffectiveness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetPlayerSocialHeritage \ static_assert(alignof(Biped_Player_GetPlayerSocialHeritage) == 0x000001, "Wrong alignment on Biped_Player_GetPlayerSocialHeritage"); \ static_assert(sizeof(Biped_Player_GetPlayerSocialHeritage) == 0x000001, "Wrong size on Biped_Player_GetPlayerSocialHeritage"); \ static_assert(offsetof(Biped_Player_GetPlayerSocialHeritage, ReturnValue) == 0x000000, "Member 'Biped_Player_GetPlayerSocialHeritage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetTheBipedPlayer \ static_assert(alignof(Biped_Player_GetTheBipedPlayer) == 0x000008, "Wrong alignment on Biped_Player_GetTheBipedPlayer"); \ static_assert(sizeof(Biped_Player_GetTheBipedPlayer) == 0x000008, "Wrong size on Biped_Player_GetTheBipedPlayer"); \ static_assert(offsetof(Biped_Player_GetTheBipedPlayer, ReturnValue) == 0x000000, "Member 'Biped_Player_GetTheBipedPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetCameraStyle \ static_assert(alignof(Biped_Player_SetCameraStyle) == 0x000004, "Wrong alignment on Biped_Player_SetCameraStyle"); \ static_assert(sizeof(Biped_Player_SetCameraStyle) == 0x000008, "Wrong size on Biped_Player_SetCameraStyle"); \ static_assert(offsetof(Biped_Player_SetCameraStyle, CameraStyle) == 0x000000, "Member 'Biped_Player_SetCameraStyle::CameraStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetPlayerGenderPronoun \ static_assert(alignof(Biped_Player_SetPlayerGenderPronoun) == 0x000001, "Wrong alignment on Biped_Player_SetPlayerGenderPronoun"); \ static_assert(sizeof(Biped_Player_SetPlayerGenderPronoun) == 0x000002, "Wrong size on Biped_Player_SetPlayerGenderPronoun"); \ static_assert(offsetof(Biped_Player_SetPlayerGenderPronoun, NewGenderPronoun) == 0x000000, "Member 'Biped_Player_SetPlayerGenderPronoun::NewGenderPronoun' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_SetPlayerGenderPronoun, ReturnValue) == 0x000001, "Member 'Biped_Player_SetPlayerGenderPronoun::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetPlayerSocialHeritage \ static_assert(alignof(Biped_Player_SetPlayerSocialHeritage) == 0x000001, "Wrong alignment on Biped_Player_SetPlayerSocialHeritage"); \ static_assert(sizeof(Biped_Player_SetPlayerSocialHeritage) == 0x000002, "Wrong size on Biped_Player_SetPlayerSocialHeritage"); \ static_assert(offsetof(Biped_Player_SetPlayerSocialHeritage, NewHeritage) == 0x000000, "Member 'Biped_Player_SetPlayerSocialHeritage::NewHeritage' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_SetPlayerSocialHeritage, ReturnValue) == 0x000001, "Member 'Biped_Player_SetPlayerSocialHeritage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_AdjustComboPoints \ static_assert(alignof(Biped_Player_AdjustComboPoints) == 0x000008, "Wrong alignment on Biped_Player_AdjustComboPoints"); \ static_assert(sizeof(Biped_Player_AdjustComboPoints) == 0x000010, "Wrong size on Biped_Player_AdjustComboPoints"); \ static_assert(offsetof(Biped_Player_AdjustComboPoints, ComboType) == 0x000000, "Member 'Biped_Player_AdjustComboPoints::ComboType' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AdjustComboPoints, Target) == 0x000008, "Member 'Biped_Player_AdjustComboPoints::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_AdjustCooldown \ static_assert(alignof(Biped_Player_AdjustCooldown) == 0x000004, "Wrong alignment on Biped_Player_AdjustCooldown"); \ static_assert(sizeof(Biped_Player_AdjustCooldown) == 0x000010, "Wrong size on Biped_Player_AdjustCooldown"); \ static_assert(offsetof(Biped_Player_AdjustCooldown, SpellName) == 0x000000, "Member 'Biped_Player_AdjustCooldown::SpellName' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AdjustCooldown, Time) == 0x000008, "Member 'Biped_Player_AdjustCooldown::Time' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AdjustCooldown, AddIfNoneExists) == 0x00000C, "Member 'Biped_Player_AdjustCooldown::AddIfNoneExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_AdjustCooldownsByCategory \ static_assert(alignof(Biped_Player_AdjustCooldownsByCategory) == 0x000004, "Wrong alignment on Biped_Player_AdjustCooldownsByCategory"); \ static_assert(sizeof(Biped_Player_AdjustCooldownsByCategory) == 0x000008, "Wrong size on Biped_Player_AdjustCooldownsByCategory"); \ static_assert(offsetof(Biped_Player_AdjustCooldownsByCategory, Time) == 0x000000, "Member 'Biped_Player_AdjustCooldownsByCategory::Time' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AdjustCooldownsByCategory, SpellCategory) == 0x000004, "Member 'Biped_Player_AdjustCooldownsByCategory::SpellCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_AdjustFocus \ static_assert(alignof(Biped_Player_AdjustFocus) == 0x000004, "Wrong alignment on Biped_Player_AdjustFocus"); \ static_assert(sizeof(Biped_Player_AdjustFocus) == 0x000008, "Wrong size on Biped_Player_AdjustFocus"); \ static_assert(offsetof(Biped_Player_AdjustFocus, change) == 0x000000, "Member 'Biped_Player_AdjustFocus::change' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AdjustFocus, ExternalFocusModifier) == 0x000004, "Member 'Biped_Player_AdjustFocus::ExternalFocusModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_AdjustFocusByName \ static_assert(alignof(Biped_Player_AdjustFocusByName) == 0x000004, "Wrong alignment on Biped_Player_AdjustFocusByName"); \ static_assert(sizeof(Biped_Player_AdjustFocusByName) == 0x00000C, "Wrong size on Biped_Player_AdjustFocusByName"); \ static_assert(offsetof(Biped_Player_AdjustFocusByName, Name_0) == 0x000000, "Member 'Biped_Player_AdjustFocusByName::Name_0' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AdjustFocusByName, ExternalFocusModifier) == 0x000008, "Member 'Biped_Player_AdjustFocusByName::ExternalFocusModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_AllowMove \ static_assert(alignof(Biped_Player_AllowMove) == 0x000004, "Wrong alignment on Biped_Player_AllowMove"); \ static_assert(sizeof(Biped_Player_AllowMove) == 0x00001C, "Wrong size on Biped_Player_AllowMove"); \ static_assert(offsetof(Biped_Player_AllowMove, InWorldSpeed) == 0x000000, "Member 'Biped_Player_AllowMove::InWorldSpeed' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AllowMove, InWorldDirection) == 0x000004, "Member 'Biped_Player_AllowMove::InWorldDirection' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AllowMove, DeltaTime) == 0x000010, "Member 'Biped_Player_AllowMove::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AllowMove, MinTime) == 0x000014, "Member 'Biped_Player_AllowMove::MinTime' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AllowMove, ReturnValue) == 0x000018, "Member 'Biped_Player_AllowMove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_AllowStop \ static_assert(alignof(Biped_Player_AllowStop) == 0x000004, "Wrong alignment on Biped_Player_AllowStop"); \ static_assert(sizeof(Biped_Player_AllowStop) == 0x00001C, "Wrong size on Biped_Player_AllowStop"); \ static_assert(offsetof(Biped_Player_AllowStop, InWorldSpeed) == 0x000000, "Member 'Biped_Player_AllowStop::InWorldSpeed' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AllowStop, InWorldDirection) == 0x000004, "Member 'Biped_Player_AllowStop::InWorldDirection' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AllowStop, DeltaTime) == 0x000010, "Member 'Biped_Player_AllowStop::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AllowStop, MinTime) == 0x000014, "Member 'Biped_Player_AllowStop::MinTime' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AllowStop, ReturnValue) == 0x000018, "Member 'Biped_Player_AllowStop::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_AutoNavToTarget \ static_assert(alignof(Biped_Player_AutoNavToTarget) == 0x000008, "Wrong alignment on Biped_Player_AutoNavToTarget"); \ static_assert(sizeof(Biped_Player_AutoNavToTarget) == 0x000018, "Wrong size on Biped_Player_AutoNavToTarget"); \ static_assert(offsetof(Biped_Player_AutoNavToTarget, InTarget) == 0x000000, "Member 'Biped_Player_AutoNavToTarget::InTarget' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AutoNavToTarget, InSpeed) == 0x000008, "Member 'Biped_Player_AutoNavToTarget::InSpeed' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AutoNavToTarget, DistanceFromTarget) == 0x00000C, "Member 'Biped_Player_AutoNavToTarget::DistanceFromTarget' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_AutoNavToTarget, ReturnValue) == 0x000010, "Member 'Biped_Player_AutoNavToTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_CalculateExtendedCompanionInventoryCapacity \ static_assert(alignof(Biped_Player_CalculateExtendedCompanionInventoryCapacity) == 0x000004, "Wrong alignment on Biped_Player_CalculateExtendedCompanionInventoryCapacity"); \ static_assert(sizeof(Biped_Player_CalculateExtendedCompanionInventoryCapacity) == 0x000004, "Wrong size on Biped_Player_CalculateExtendedCompanionInventoryCapacity"); \ static_assert(offsetof(Biped_Player_CalculateExtendedCompanionInventoryCapacity, ReturnValue) == 0x000000, "Member 'Biped_Player_CalculateExtendedCompanionInventoryCapacity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_CalculateLookAtDirection \ static_assert(alignof(Biped_Player_CalculateLookAtDirection) == 0x000004, "Wrong alignment on Biped_Player_CalculateLookAtDirection"); \ static_assert(sizeof(Biped_Player_CalculateLookAtDirection) == 0x00000C, "Wrong size on Biped_Player_CalculateLookAtDirection"); \ static_assert(offsetof(Biped_Player_CalculateLookAtDirection, ReturnValue) == 0x000000, "Member 'Biped_Player_CalculateLookAtDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_CalculateMandrakeBonusReaction \ static_assert(alignof(Biped_Player_CalculateMandrakeBonusReaction) == 0x000004, "Wrong alignment on Biped_Player_CalculateMandrakeBonusReaction"); \ static_assert(sizeof(Biped_Player_CalculateMandrakeBonusReaction) == 0x000004, "Wrong size on Biped_Player_CalculateMandrakeBonusReaction"); \ static_assert(offsetof(Biped_Player_CalculateMandrakeBonusReaction, ReturnValue) == 0x000000, "Member 'Biped_Player_CalculateMandrakeBonusReaction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_CalculatePlantDamageModifier \ static_assert(alignof(Biped_Player_CalculatePlantDamageModifier) == 0x000004, "Wrong alignment on Biped_Player_CalculatePlantDamageModifier"); \ static_assert(sizeof(Biped_Player_CalculatePlantDamageModifier) == 0x00000C, "Wrong size on Biped_Player_CalculatePlantDamageModifier"); \ static_assert(offsetof(Biped_Player_CalculatePlantDamageModifier, DbId) == 0x000000, "Member 'Biped_Player_CalculatePlantDamageModifier::DbId' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_CalculatePlantDamageModifier, ReturnValue) == 0x000008, "Member 'Biped_Player_CalculatePlantDamageModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_CalculateSilencioRangeModifier \ static_assert(alignof(Biped_Player_CalculateSilencioRangeModifier) == 0x000004, "Wrong alignment on Biped_Player_CalculateSilencioRangeModifier"); \ static_assert(sizeof(Biped_Player_CalculateSilencioRangeModifier) == 0x000004, "Wrong size on Biped_Player_CalculateSilencioRangeModifier"); \ static_assert(offsetof(Biped_Player_CalculateSilencioRangeModifier, ReturnValue) == 0x000000, "Member 'Biped_Player_CalculateSilencioRangeModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_CalculateSneakOScopeWindupModifier \ static_assert(alignof(Biped_Player_CalculateSneakOScopeWindupModifier) == 0x000004, "Wrong alignment on Biped_Player_CalculateSneakOScopeWindupModifier"); \ static_assert(sizeof(Biped_Player_CalculateSneakOScopeWindupModifier) == 0x000004, "Wrong size on Biped_Player_CalculateSneakOScopeWindupModifier"); \ static_assert(offsetof(Biped_Player_CalculateSneakOScopeWindupModifier, ReturnValue) == 0x000000, "Member 'Biped_Player_CalculateSneakOScopeWindupModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_CalculateStealRateModifier \ static_assert(alignof(Biped_Player_CalculateStealRateModifier) == 0x000004, "Wrong alignment on Biped_Player_CalculateStealRateModifier"); \ static_assert(sizeof(Biped_Player_CalculateStealRateModifier) == 0x000004, "Wrong size on Biped_Player_CalculateStealRateModifier"); \ static_assert(offsetof(Biped_Player_CalculateStealRateModifier, ReturnValue) == 0x000000, "Member 'Biped_Player_CalculateStealRateModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_CalculateVendorPricesModifier \ static_assert(alignof(Biped_Player_CalculateVendorPricesModifier) == 0x000004, "Wrong alignment on Biped_Player_CalculateVendorPricesModifier"); \ static_assert(sizeof(Biped_Player_CalculateVendorPricesModifier) == 0x000018, "Wrong size on Biped_Player_CalculateVendorPricesModifier"); \ static_assert(offsetof(Biped_Player_CalculateVendorPricesModifier, Info) == 0x000000, "Member 'Biped_Player_CalculateVendorPricesModifier::Info' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_CalculateVendorPricesModifier, ReturnValue) == 0x000014, "Member 'Biped_Player_CalculateVendorPricesModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_CameraStickLastMovedChanged \ static_assert(alignof(Biped_Player_CameraStickLastMovedChanged) == 0x000001, "Wrong alignment on Biped_Player_CameraStickLastMovedChanged"); \ static_assert(sizeof(Biped_Player_CameraStickLastMovedChanged) == 0x000001, "Wrong size on Biped_Player_CameraStickLastMovedChanged"); \ static_assert(offsetof(Biped_Player_CameraStickLastMovedChanged, InCameraStickMoved) == 0x000000, "Member 'Biped_Player_CameraStickLastMovedChanged::InCameraStickMoved' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_ChangeManagedAM \ static_assert(alignof(Biped_Player_ChangeManagedAM) == 0x000004, "Wrong alignment on Biped_Player_ChangeManagedAM"); \ static_assert(sizeof(Biped_Player_ChangeManagedAM) == 0x000004, "Wrong size on Biped_Player_ChangeManagedAM"); \ static_assert(offsetof(Biped_Player_ChangeManagedAM, change) == 0x000000, "Member 'Biped_Player_ChangeManagedAM::change' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_CognitionTargetHealthChanged \ static_assert(alignof(Biped_Player_CognitionTargetHealthChanged) == 0x000008, "Wrong alignment on Biped_Player_CognitionTargetHealthChanged"); \ static_assert(sizeof(Biped_Player_CognitionTargetHealthChanged) == 0x000010, "Wrong size on Biped_Player_CognitionTargetHealthChanged"); \ static_assert(offsetof(Biped_Player_CognitionTargetHealthChanged, Target) == 0x000000, "Member 'Biped_Player_CognitionTargetHealthChanged::Target' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_CognitionTargetHealthChanged, InHealthChanged) == 0x000008, "Member 'Biped_Player_CognitionTargetHealthChanged::InHealthChanged' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_CognitionTargetHealthChanged, bIndicateHUD) == 0x00000C, "Member 'Biped_Player_CognitionTargetHealthChanged::bIndicateHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_CognitionTargetPlayerAwareStateChanged \ static_assert(alignof(Biped_Player_CognitionTargetPlayerAwareStateChanged) == 0x000001, "Wrong alignment on Biped_Player_CognitionTargetPlayerAwareStateChanged"); \ static_assert(sizeof(Biped_Player_CognitionTargetPlayerAwareStateChanged) == 0x000001, "Wrong size on Biped_Player_CognitionTargetPlayerAwareStateChanged"); \ static_assert(offsetof(Biped_Player_CognitionTargetPlayerAwareStateChanged, InAwareState) == 0x000000, "Member 'Biped_Player_CognitionTargetPlayerAwareStateChanged::InAwareState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_ComputeAimOffset \ static_assert(alignof(Biped_Player_ComputeAimOffset) == 0x000004, "Wrong alignment on Biped_Player_ComputeAimOffset"); \ static_assert(sizeof(Biped_Player_ComputeAimOffset) == 0x000010, "Wrong size on Biped_Player_ComputeAimOffset"); \ static_assert(offsetof(Biped_Player_ComputeAimOffset, BoneName) == 0x000000, "Member 'Biped_Player_ComputeAimOffset::BoneName' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ComputeAimOffset, Pitch) == 0x000008, "Member 'Biped_Player_ComputeAimOffset::Pitch' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ComputeAimOffset, Yaw) == 0x00000C, "Member 'Biped_Player_ComputeAimOffset::Yaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_CreateLinkToAttackingActor \ static_assert(alignof(Biped_Player_CreateLinkToAttackingActor) == 0x000001, "Wrong alignment on Biped_Player_CreateLinkToAttackingActor"); \ static_assert(sizeof(Biped_Player_CreateLinkToAttackingActor) == 0x000003, "Wrong size on Biped_Player_CreateLinkToAttackingActor"); \ static_assert(offsetof(Biped_Player_CreateLinkToAttackingActor, ParryEventReason) == 0x000000, "Member 'Biped_Player_CreateLinkToAttackingActor::ParryEventReason' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_CreateLinkToAttackingActor, bOutDodgeWindow) == 0x000001, "Member 'Biped_Player_CreateLinkToAttackingActor::bOutDodgeWindow' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_CreateLinkToAttackingActor, ReturnValue) == 0x000002, "Member 'Biped_Player_CreateLinkToAttackingActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_DamageDirectionEffect \ static_assert(alignof(Biped_Player_DamageDirectionEffect) == 0x000008, "Wrong alignment on Biped_Player_DamageDirectionEffect"); \ static_assert(sizeof(Biped_Player_DamageDirectionEffect) == 0x0000A0, "Wrong size on Biped_Player_DamageDirectionEffect"); \ static_assert(offsetof(Biped_Player_DamageDirectionEffect, InActor) == 0x000000, "Member 'Biped_Player_DamageDirectionEffect::InActor' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_DamageDirectionEffect, InInstigator) == 0x000008, "Member 'Biped_Player_DamageDirectionEffect::InInstigator' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_DamageDirectionEffect, InDamage) == 0x000010, "Member 'Biped_Player_DamageDirectionEffect::InDamage' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_DamageDirectionEffect, InHit) == 0x000014, "Member 'Biped_Player_DamageDirectionEffect::InHit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_DetectEdgeChange \ static_assert(alignof(Biped_Player_DetectEdgeChange) == 0x000004, "Wrong alignment on Biped_Player_DetectEdgeChange"); \ static_assert(sizeof(Biped_Player_DetectEdgeChange) == 0x000014, "Wrong size on Biped_Player_DetectEdgeChange"); \ static_assert(offsetof(Biped_Player_DetectEdgeChange, TestActorLocation) == 0x000000, "Member 'Biped_Player_DetectEdgeChange::TestActorLocation' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_DetectEdgeChange, TraceRadius) == 0x00000C, "Member 'Biped_Player_DetectEdgeChange::TraceRadius' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_DetectEdgeChange, bSendEvents) == 0x000010, "Member 'Biped_Player_DetectEdgeChange::bSendEvents' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_DetectEdgeChange, bDebugDraw) == 0x000011, "Member 'Biped_Player_DetectEdgeChange::bDebugDraw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_DisableCooldownPickups \ static_assert(alignof(Biped_Player_DisableCooldownPickups) == 0x000001, "Wrong alignment on Biped_Player_DisableCooldownPickups"); \ static_assert(sizeof(Biped_Player_DisableCooldownPickups) == 0x000001, "Wrong size on Biped_Player_DisableCooldownPickups"); \ static_assert(offsetof(Biped_Player_DisableCooldownPickups, bDisable) == 0x000000, "Member 'Biped_Player_DisableCooldownPickups::bDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_EnableManagedAM \ static_assert(alignof(Biped_Player_EnableManagedAM) == 0x000001, "Wrong alignment on Biped_Player_EnableManagedAM"); \ static_assert(sizeof(Biped_Player_EnableManagedAM) == 0x000001, "Wrong size on Biped_Player_EnableManagedAM"); \ static_assert(offsetof(Biped_Player_EnableManagedAM, Enabled) == 0x000000, "Member 'Biped_Player_EnableManagedAM::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_EndBulletTime \ static_assert(alignof(Biped_Player_EndBulletTime) == 0x000004, "Wrong alignment on Biped_Player_EndBulletTime"); \ static_assert(sizeof(Biped_Player_EndBulletTime) == 0x000004, "Wrong size on Biped_Player_EndBulletTime"); \ static_assert(offsetof(Biped_Player_EndBulletTime, EaseOutDuration) == 0x000000, "Member 'Biped_Player_EndBulletTime::EaseOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_EndCriticalFinisher \ static_assert(alignof(Biped_Player_EndCriticalFinisher) == 0x000008, "Wrong alignment on Biped_Player_EndCriticalFinisher"); \ static_assert(sizeof(Biped_Player_EndCriticalFinisher) == 0x000008, "Wrong size on Biped_Player_EndCriticalFinisher"); \ static_assert(offsetof(Biped_Player_EndCriticalFinisher, InTargetActor) == 0x000000, "Member 'Biped_Player_EndCriticalFinisher::InTargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_FullyResetPhoenixCamera \ static_assert(alignof(Biped_Player_FullyResetPhoenixCamera) == 0x000008, "Wrong alignment on Biped_Player_FullyResetPhoenixCamera"); \ static_assert(sizeof(Biped_Player_FullyResetPhoenixCamera) == 0x000010, "Wrong size on Biped_Player_FullyResetPhoenixCamera"); \ static_assert(offsetof(Biped_Player_FullyResetPhoenixCamera, ResetSpeed) == 0x000000, "Member 'Biped_Player_FullyResetPhoenixCamera::ResetSpeed' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_FullyResetPhoenixCamera, ResetSpeedCurve) == 0x000008, "Member 'Biped_Player_FullyResetPhoenixCamera::ResetSpeedCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetBestAutoTargetActor_WorldLocation \ static_assert(alignof(Biped_Player_GetBestAutoTargetActor_WorldLocation) == 0x000004, "Wrong alignment on Biped_Player_GetBestAutoTargetActor_WorldLocation"); \ static_assert(sizeof(Biped_Player_GetBestAutoTargetActor_WorldLocation) == 0x00000C, "Wrong size on Biped_Player_GetBestAutoTargetActor_WorldLocation"); \ static_assert(offsetof(Biped_Player_GetBestAutoTargetActor_WorldLocation, ReturnValue) == 0x000000, "Member 'Biped_Player_GetBestAutoTargetActor_WorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetBestLockOnActor_ScreenLocation \ static_assert(alignof(Biped_Player_GetBestLockOnActor_ScreenLocation) == 0x000004, "Wrong alignment on Biped_Player_GetBestLockOnActor_ScreenLocation"); \ static_assert(sizeof(Biped_Player_GetBestLockOnActor_ScreenLocation) == 0x00000C, "Wrong size on Biped_Player_GetBestLockOnActor_ScreenLocation"); \ static_assert(offsetof(Biped_Player_GetBestLockOnActor_ScreenLocation, ReturnValue) == 0x000000, "Member 'Biped_Player_GetBestLockOnActor_ScreenLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetBestLockOnActor_WorldLocation \ static_assert(alignof(Biped_Player_GetBestLockOnActor_WorldLocation) == 0x000004, "Wrong alignment on Biped_Player_GetBestLockOnActor_WorldLocation"); \ static_assert(sizeof(Biped_Player_GetBestLockOnActor_WorldLocation) == 0x00000C, "Wrong size on Biped_Player_GetBestLockOnActor_WorldLocation"); \ static_assert(offsetof(Biped_Player_GetBestLockOnActor_WorldLocation, ReturnValue) == 0x000000, "Member 'Biped_Player_GetBestLockOnActor_WorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetBonusAncientMagicBars \ static_assert(alignof(Biped_Player_GetBonusAncientMagicBars) == 0x000004, "Wrong alignment on Biped_Player_GetBonusAncientMagicBars"); \ static_assert(sizeof(Biped_Player_GetBonusAncientMagicBars) == 0x000004, "Wrong size on Biped_Player_GetBonusAncientMagicBars"); \ static_assert(offsetof(Biped_Player_GetBonusAncientMagicBars, ReturnValue) == 0x000000, "Member 'Biped_Player_GetBonusAncientMagicBars::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetBonusSpellLoadouts \ static_assert(alignof(Biped_Player_GetBonusSpellLoadouts) == 0x000004, "Wrong alignment on Biped_Player_GetBonusSpellLoadouts"); \ static_assert(sizeof(Biped_Player_GetBonusSpellLoadouts) == 0x000004, "Wrong size on Biped_Player_GetBonusSpellLoadouts"); \ static_assert(offsetof(Biped_Player_GetBonusSpellLoadouts, ReturnValue) == 0x000000, "Member 'Biped_Player_GetBonusSpellLoadouts::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetCauseOfDeath \ static_assert(alignof(Biped_Player_GetCauseOfDeath) == 0x000001, "Wrong alignment on Biped_Player_GetCauseOfDeath"); \ static_assert(sizeof(Biped_Player_GetCauseOfDeath) == 0x000001, "Wrong size on Biped_Player_GetCauseOfDeath"); \ static_assert(offsetof(Biped_Player_GetCauseOfDeath, ReturnValue) == 0x000000, "Member 'Biped_Player_GetCauseOfDeath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetChompingCabbageCount \ static_assert(alignof(Biped_Player_GetChompingCabbageCount) == 0x000004, "Wrong alignment on Biped_Player_GetChompingCabbageCount"); \ static_assert(sizeof(Biped_Player_GetChompingCabbageCount) == 0x000004, "Wrong size on Biped_Player_GetChompingCabbageCount"); \ static_assert(offsetof(Biped_Player_GetChompingCabbageCount, ReturnValue) == 0x000000, "Member 'Biped_Player_GetChompingCabbageCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetChompingCabbageMax \ static_assert(alignof(Biped_Player_GetChompingCabbageMax) == 0x000004, "Wrong alignment on Biped_Player_GetChompingCabbageMax"); \ static_assert(sizeof(Biped_Player_GetChompingCabbageMax) == 0x000004, "Wrong size on Biped_Player_GetChompingCabbageMax"); \ static_assert(offsetof(Biped_Player_GetChompingCabbageMax, ReturnValue) == 0x000000, "Member 'Biped_Player_GetChompingCabbageMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetCooldownPercent \ static_assert(alignof(Biped_Player_GetCooldownPercent) == 0x000008, "Wrong alignment on Biped_Player_GetCooldownPercent"); \ static_assert(sizeof(Biped_Player_GetCooldownPercent) == 0x000010, "Wrong size on Biped_Player_GetCooldownPercent"); \ static_assert(offsetof(Biped_Player_GetCooldownPercent, InSpellToolRecord) == 0x000000, "Member 'Biped_Player_GetCooldownPercent::InSpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_GetCooldownPercent, ReturnValue) == 0x000008, "Member 'Biped_Player_GetCooldownPercent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetCooldownPercentByName \ static_assert(alignof(Biped_Player_GetCooldownPercentByName) == 0x000004, "Wrong alignment on Biped_Player_GetCooldownPercentByName"); \ static_assert(sizeof(Biped_Player_GetCooldownPercentByName) == 0x00000C, "Wrong size on Biped_Player_GetCooldownPercentByName"); \ static_assert(offsetof(Biped_Player_GetCooldownPercentByName, SpellName) == 0x000000, "Member 'Biped_Player_GetCooldownPercentByName::SpellName' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_GetCooldownPercentByName, ReturnValue) == 0x000008, "Member 'Biped_Player_GetCooldownPercentByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetCooldownStat \ static_assert(alignof(Biped_Player_GetCooldownStat) == 0x000004, "Wrong alignment on Biped_Player_GetCooldownStat"); \ static_assert(sizeof(Biped_Player_GetCooldownStat) == 0x000004, "Wrong size on Biped_Player_GetCooldownStat"); \ static_assert(offsetof(Biped_Player_GetCooldownStat, ReturnValue) == 0x000000, "Member 'Biped_Player_GetCooldownStat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetDefenseStat \ static_assert(alignof(Biped_Player_GetDefenseStat) == 0x000004, "Wrong alignment on Biped_Player_GetDefenseStat"); \ static_assert(sizeof(Biped_Player_GetDefenseStat) == 0x000004, "Wrong size on Biped_Player_GetDefenseStat"); \ static_assert(offsetof(Biped_Player_GetDefenseStat, ReturnValue) == 0x000000, "Member 'Biped_Player_GetDefenseStat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetExpectedDistanceFromTarget \ static_assert(alignof(Biped_Player_GetExpectedDistanceFromTarget) == 0x000008, "Wrong alignment on Biped_Player_GetExpectedDistanceFromTarget"); \ static_assert(sizeof(Biped_Player_GetExpectedDistanceFromTarget) == 0x000028, "Wrong size on Biped_Player_GetExpectedDistanceFromTarget"); \ static_assert(offsetof(Biped_Player_GetExpectedDistanceFromTarget, bIgnoreTargets) == 0x000000, "Member 'Biped_Player_GetExpectedDistanceFromTarget::bIgnoreTargets' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_GetExpectedDistanceFromTarget, InTargetOverride) == 0x000008, "Member 'Biped_Player_GetExpectedDistanceFromTarget::InTargetOverride' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_GetExpectedDistanceFromTarget, bFound) == 0x000010, "Member 'Biped_Player_GetExpectedDistanceFromTarget::bFound' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_GetExpectedDistanceFromTarget, ToTarget) == 0x000014, "Member 'Biped_Player_GetExpectedDistanceFromTarget::ToTarget' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_GetExpectedDistanceFromTarget, ReturnValue) == 0x000020, "Member 'Biped_Player_GetExpectedDistanceFromTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetFocusPercent \ static_assert(alignof(Biped_Player_GetFocusPercent) == 0x000004, "Wrong alignment on Biped_Player_GetFocusPercent"); \ static_assert(sizeof(Biped_Player_GetFocusPercent) == 0x000004, "Wrong size on Biped_Player_GetFocusPercent"); \ static_assert(offsetof(Biped_Player_GetFocusPercent, ReturnValue) == 0x000000, "Member 'Biped_Player_GetFocusPercent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetGameLogicBoolVariable \ static_assert(alignof(Biped_Player_GetGameLogicBoolVariable) == 0x000004, "Wrong alignment on Biped_Player_GetGameLogicBoolVariable"); \ static_assert(sizeof(Biped_Player_GetGameLogicBoolVariable) == 0x00000C, "Wrong size on Biped_Player_GetGameLogicBoolVariable"); \ static_assert(offsetof(Biped_Player_GetGameLogicBoolVariable, BoolVar) == 0x000000, "Member 'Biped_Player_GetGameLogicBoolVariable::BoolVar' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_GetGameLogicBoolVariable, ReturnValue) == 0x000008, "Member 'Biped_Player_GetGameLogicBoolVariable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetHiddenAfterTakedownTime \ static_assert(alignof(Biped_Player_GetHiddenAfterTakedownTime) == 0x000004, "Wrong alignment on Biped_Player_GetHiddenAfterTakedownTime"); \ static_assert(sizeof(Biped_Player_GetHiddenAfterTakedownTime) == 0x000004, "Wrong size on Biped_Player_GetHiddenAfterTakedownTime"); \ static_assert(offsetof(Biped_Player_GetHiddenAfterTakedownTime, ReturnValue) == 0x000000, "Member 'Biped_Player_GetHiddenAfterTakedownTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetInventorySizeModification \ static_assert(alignof(Biped_Player_GetInventorySizeModification) == 0x000004, "Wrong alignment on Biped_Player_GetInventorySizeModification"); \ static_assert(sizeof(Biped_Player_GetInventorySizeModification) == 0x000004, "Wrong size on Biped_Player_GetInventorySizeModification"); \ static_assert(offsetof(Biped_Player_GetInventorySizeModification, ReturnValue) == 0x000000, "Member 'Biped_Player_GetInventorySizeModification::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetLastSafeInteractLocation \ static_assert(alignof(Biped_Player_GetLastSafeInteractLocation) == 0x000004, "Wrong alignment on Biped_Player_GetLastSafeInteractLocation"); \ static_assert(sizeof(Biped_Player_GetLastSafeInteractLocation) == 0x00000C, "Wrong size on Biped_Player_GetLastSafeInteractLocation"); \ static_assert(offsetof(Biped_Player_GetLastSafeInteractLocation, ReturnValue) == 0x000000, "Member 'Biped_Player_GetLastSafeInteractLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetLastSafeLocation \ static_assert(alignof(Biped_Player_GetLastSafeLocation) == 0x000004, "Wrong alignment on Biped_Player_GetLastSafeLocation"); \ static_assert(sizeof(Biped_Player_GetLastSafeLocation) == 0x00000C, "Wrong size on Biped_Player_GetLastSafeLocation"); \ static_assert(offsetof(Biped_Player_GetLastSafeLocation, ReturnValue) == 0x000000, "Member 'Biped_Player_GetLastSafeLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetMotionListenerCameraOrientation \ static_assert(alignof(Biped_Player_GetMotionListenerCameraOrientation) == 0x000008, "Wrong alignment on Biped_Player_GetMotionListenerCameraOrientation"); \ static_assert(sizeof(Biped_Player_GetMotionListenerCameraOrientation) == 0x000008, "Wrong size on Biped_Player_GetMotionListenerCameraOrientation"); \ static_assert(offsetof(Biped_Player_GetMotionListenerCameraOrientation, ReturnValue) == 0x000000, "Member 'Biped_Player_GetMotionListenerCameraOrientation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetMotionListenerPlayerOrientation \ static_assert(alignof(Biped_Player_GetMotionListenerPlayerOrientation) == 0x000008, "Wrong alignment on Biped_Player_GetMotionListenerPlayerOrientation"); \ static_assert(sizeof(Biped_Player_GetMotionListenerPlayerOrientation) == 0x000008, "Wrong size on Biped_Player_GetMotionListenerPlayerOrientation"); \ static_assert(offsetof(Biped_Player_GetMotionListenerPlayerOrientation, ReturnValue) == 0x000000, "Member 'Biped_Player_GetMotionListenerPlayerOrientation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetOffenseStat \ static_assert(alignof(Biped_Player_GetOffenseStat) == 0x000004, "Wrong alignment on Biped_Player_GetOffenseStat"); \ static_assert(sizeof(Biped_Player_GetOffenseStat) == 0x000004, "Wrong size on Biped_Player_GetOffenseStat"); \ static_assert(offsetof(Biped_Player_GetOffenseStat, ReturnValue) == 0x000000, "Member 'Biped_Player_GetOffenseStat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetPlantCount \ static_assert(alignof(Biped_Player_GetPlantCount) == 0x000008, "Wrong alignment on Biped_Player_GetPlantCount"); \ static_assert(sizeof(Biped_Player_GetPlantCount) == 0x000018, "Wrong size on Biped_Player_GetPlantCount"); \ static_assert(offsetof(Biped_Player_GetPlantCount, trackerName) == 0x000000, "Member 'Biped_Player_GetPlantCount::trackerName' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_GetPlantCount, ReturnValue) == 0x000010, "Member 'Biped_Player_GetPlantCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetPlayerMovementDuration \ static_assert(alignof(Biped_Player_GetPlayerMovementDuration) == 0x000004, "Wrong alignment on Biped_Player_GetPlayerMovementDuration"); \ static_assert(sizeof(Biped_Player_GetPlayerMovementDuration) == 0x000004, "Wrong size on Biped_Player_GetPlayerMovementDuration"); \ static_assert(offsetof(Biped_Player_GetPlayerMovementDuration, ReturnValue) == 0x000000, "Member 'Biped_Player_GetPlayerMovementDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetSpeedCurve \ static_assert(alignof(Biped_Player_GetSpeedCurve) == 0x000008, "Wrong alignment on Biped_Player_GetSpeedCurve"); \ static_assert(sizeof(Biped_Player_GetSpeedCurve) == 0x000010, "Wrong size on Biped_Player_GetSpeedCurve"); \ static_assert(offsetof(Biped_Player_GetSpeedCurve, bIgnoreGovernor) == 0x000000, "Member 'Biped_Player_GetSpeedCurve::bIgnoreGovernor' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_GetSpeedCurve, ReturnValue) == 0x000008, "Member 'Biped_Player_GetSpeedCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetSpeedGovernorCurve \ static_assert(alignof(Biped_Player_GetSpeedGovernorCurve) == 0x000008, "Wrong alignment on Biped_Player_GetSpeedGovernorCurve"); \ static_assert(sizeof(Biped_Player_GetSpeedGovernorCurve) == 0x000008, "Wrong size on Biped_Player_GetSpeedGovernorCurve"); \ static_assert(offsetof(Biped_Player_GetSpeedGovernorCurve, ReturnValue) == 0x000000, "Member 'Biped_Player_GetSpeedGovernorCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetVenomousTentaculaCount \ static_assert(alignof(Biped_Player_GetVenomousTentaculaCount) == 0x000004, "Wrong alignment on Biped_Player_GetVenomousTentaculaCount"); \ static_assert(sizeof(Biped_Player_GetVenomousTentaculaCount) == 0x000004, "Wrong size on Biped_Player_GetVenomousTentaculaCount"); \ static_assert(offsetof(Biped_Player_GetVenomousTentaculaCount, ReturnValue) == 0x000000, "Member 'Biped_Player_GetVenomousTentaculaCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetVenomousTentaculaMax \ static_assert(alignof(Biped_Player_GetVenomousTentaculaMax) == 0x000004, "Wrong alignment on Biped_Player_GetVenomousTentaculaMax"); \ static_assert(sizeof(Biped_Player_GetVenomousTentaculaMax) == 0x000004, "Wrong size on Biped_Player_GetVenomousTentaculaMax"); \ static_assert(offsetof(Biped_Player_GetVenomousTentaculaMax, ReturnValue) == 0x000000, "Member 'Biped_Player_GetVenomousTentaculaMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_HandleActorHit \ static_assert(alignof(Biped_Player_HandleActorHit) == 0x000008, "Wrong alignment on Biped_Player_HandleActorHit"); \ static_assert(sizeof(Biped_Player_HandleActorHit) == 0x0000A8, "Wrong size on Biped_Player_HandleActorHit"); \ static_assert(offsetof(Biped_Player_HandleActorHit, SelfActor) == 0x000000, "Member 'Biped_Player_HandleActorHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_HandleActorHit, OtherActor) == 0x000008, "Member 'Biped_Player_HandleActorHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_HandleActorHit, NormalImpulse) == 0x000010, "Member 'Biped_Player_HandleActorHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_HandleActorHit, Hit) == 0x00001C, "Member 'Biped_Player_HandleActorHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_HandleDodgeUnblockable \ static_assert(alignof(Biped_Player_HandleDodgeUnblockable) == 0x000008, "Wrong alignment on Biped_Player_HandleDodgeUnblockable"); \ static_assert(sizeof(Biped_Player_HandleDodgeUnblockable) == 0x000010, "Wrong size on Biped_Player_HandleDodgeUnblockable"); \ static_assert(offsetof(Biped_Player_HandleDodgeUnblockable, OutAttacker) == 0x000000, "Member 'Biped_Player_HandleDodgeUnblockable::OutAttacker' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_HandleDodgeUnblockable, ReturnValue) == 0x000008, "Member 'Biped_Player_HandleDodgeUnblockable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_HasMandrakeTalent \ static_assert(alignof(Biped_Player_HasMandrakeTalent) == 0x000001, "Wrong alignment on Biped_Player_HasMandrakeTalent"); \ static_assert(sizeof(Biped_Player_HasMandrakeTalent) == 0x000001, "Wrong size on Biped_Player_HasMandrakeTalent"); \ static_assert(offsetof(Biped_Player_HasMandrakeTalent, ReturnValue) == 0x000000, "Member 'Biped_Player_HasMandrakeTalent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_HideReticle \ static_assert(alignof(Biped_Player_HideReticle) == 0x000001, "Wrong alignment on Biped_Player_HideReticle"); \ static_assert(sizeof(Biped_Player_HideReticle) == 0x000001, "Wrong size on Biped_Player_HideReticle"); \ static_assert(offsetof(Biped_Player_HideReticle, bHide) == 0x000000, "Member 'Biped_Player_HideReticle::bHide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_HighestEnemyChanged \ static_assert(alignof(Biped_Player_HighestEnemyChanged) == 0x000008, "Wrong alignment on Biped_Player_HighestEnemyChanged"); \ static_assert(sizeof(Biped_Player_HighestEnemyChanged) == 0x000010, "Wrong size on Biped_Player_HighestEnemyChanged"); \ static_assert(offsetof(Biped_Player_HighestEnemyChanged, InEnemyActor) == 0x000000, "Member 'Biped_Player_HighestEnemyChanged::InEnemyActor' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_HighestEnemyChanged, InLevelDiff) == 0x000008, "Member 'Biped_Player_HighestEnemyChanged::InLevelDiff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_IgnoreRetaliateTarget \ static_assert(alignof(Biped_Player_IgnoreRetaliateTarget) == 0x000008, "Wrong alignment on Biped_Player_IgnoreRetaliateTarget"); \ static_assert(sizeof(Biped_Player_IgnoreRetaliateTarget) == 0x000010, "Wrong size on Biped_Player_IgnoreRetaliateTarget"); \ static_assert(offsetof(Biped_Player_IgnoreRetaliateTarget, RetaliateTarget) == 0x000000, "Member 'Biped_Player_IgnoreRetaliateTarget::RetaliateTarget' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_IgnoreRetaliateTarget, ReturnValue) == 0x000008, "Member 'Biped_Player_IgnoreRetaliateTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_InLockOnMode \ static_assert(alignof(Biped_Player_InLockOnMode) == 0x000001, "Wrong alignment on Biped_Player_InLockOnMode"); \ static_assert(sizeof(Biped_Player_InLockOnMode) == 0x000001, "Wrong size on Biped_Player_InLockOnMode"); \ static_assert(offsetof(Biped_Player_InLockOnMode, ReturnValue) == 0x000000, "Member 'Biped_Player_InLockOnMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_InstaUseInventoryItem \ static_assert(alignof(Biped_Player_InstaUseInventoryItem) == 0x000001, "Wrong alignment on Biped_Player_InstaUseInventoryItem"); \ static_assert(sizeof(Biped_Player_InstaUseInventoryItem) == 0x000001, "Wrong size on Biped_Player_InstaUseInventoryItem"); \ static_assert(offsetof(Biped_Player_InstaUseInventoryItem, ReturnValue) == 0x000000, "Member 'Biped_Player_InstaUseInventoryItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_InteractingWithActor \ static_assert(alignof(Biped_Player_InteractingWithActor) == 0x000008, "Wrong alignment on Biped_Player_InteractingWithActor"); \ static_assert(sizeof(Biped_Player_InteractingWithActor) == 0x000008, "Wrong size on Biped_Player_InteractingWithActor"); \ static_assert(offsetof(Biped_Player_InteractingWithActor, InActor) == 0x000000, "Member 'Biped_Player_InteractingWithActor::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_IsAMPushAvailable \ static_assert(alignof(Biped_Player_IsAMPushAvailable) == 0x000001, "Wrong alignment on Biped_Player_IsAMPushAvailable"); \ static_assert(sizeof(Biped_Player_IsAMPushAvailable) == 0x000001, "Wrong size on Biped_Player_IsAMPushAvailable"); \ static_assert(offsetof(Biped_Player_IsAMPushAvailable, ReturnValue) == 0x000000, "Member 'Biped_Player_IsAMPushAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_IsChompingCabbageAtMax \ static_assert(alignof(Biped_Player_IsChompingCabbageAtMax) == 0x000001, "Wrong alignment on Biped_Player_IsChompingCabbageAtMax"); \ static_assert(sizeof(Biped_Player_IsChompingCabbageAtMax) == 0x000001, "Wrong size on Biped_Player_IsChompingCabbageAtMax"); \ static_assert(offsetof(Biped_Player_IsChompingCabbageAtMax, ReturnValue) == 0x000000, "Member 'Biped_Player_IsChompingCabbageAtMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_IsCrawling \ static_assert(alignof(Biped_Player_IsCrawling) == 0x000001, "Wrong alignment on Biped_Player_IsCrawling"); \ static_assert(sizeof(Biped_Player_IsCrawling) == 0x000001, "Wrong size on Biped_Player_IsCrawling"); \ static_assert(offsetof(Biped_Player_IsCrawling, ReturnValue) == 0x000000, "Member 'Biped_Player_IsCrawling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_IsFinisherAvailable \ static_assert(alignof(Biped_Player_IsFinisherAvailable) == 0x000001, "Wrong alignment on Biped_Player_IsFinisherAvailable"); \ static_assert(sizeof(Biped_Player_IsFinisherAvailable) == 0x000001, "Wrong size on Biped_Player_IsFinisherAvailable"); \ static_assert(offsetof(Biped_Player_IsFinisherAvailable, ReturnValue) == 0x000000, "Member 'Biped_Player_IsFinisherAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_IsHoverDroneActive \ static_assert(alignof(Biped_Player_IsHoverDroneActive) == 0x000001, "Wrong alignment on Biped_Player_IsHoverDroneActive"); \ static_assert(sizeof(Biped_Player_IsHoverDroneActive) == 0x000001, "Wrong size on Biped_Player_IsHoverDroneActive"); \ static_assert(offsetof(Biped_Player_IsHoverDroneActive, ReturnValue) == 0x000000, "Member 'Biped_Player_IsHoverDroneActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_IsInLockOnMode \ static_assert(alignof(Biped_Player_IsInLockOnMode) == 0x000001, "Wrong alignment on Biped_Player_IsInLockOnMode"); \ static_assert(sizeof(Biped_Player_IsInLockOnMode) == 0x000001, "Wrong size on Biped_Player_IsInLockOnMode"); \ static_assert(offsetof(Biped_Player_IsInLockOnMode, ReturnValue) == 0x000000, "Member 'Biped_Player_IsInLockOnMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_IsInventoryItemHighlighted \ static_assert(alignof(Biped_Player_IsInventoryItemHighlighted) == 0x000001, "Wrong alignment on Biped_Player_IsInventoryItemHighlighted"); \ static_assert(sizeof(Biped_Player_IsInventoryItemHighlighted) == 0x000001, "Wrong size on Biped_Player_IsInventoryItemHighlighted"); \ static_assert(offsetof(Biped_Player_IsInventoryItemHighlighted, ReturnValue) == 0x000000, "Member 'Biped_Player_IsInventoryItemHighlighted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_IsLockedOn \ static_assert(alignof(Biped_Player_IsLockedOn) == 0x000001, "Wrong alignment on Biped_Player_IsLockedOn"); \ static_assert(sizeof(Biped_Player_IsLockedOn) == 0x000001, "Wrong size on Biped_Player_IsLockedOn"); \ static_assert(offsetof(Biped_Player_IsLockedOn, ReturnValue) == 0x000000, "Member 'Biped_Player_IsLockedOn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_IsManagedAMEnabled \ static_assert(alignof(Biped_Player_IsManagedAMEnabled) == 0x000001, "Wrong alignment on Biped_Player_IsManagedAMEnabled"); \ static_assert(sizeof(Biped_Player_IsManagedAMEnabled) == 0x000001, "Wrong size on Biped_Player_IsManagedAMEnabled"); \ static_assert(offsetof(Biped_Player_IsManagedAMEnabled, ReturnValue) == 0x000000, "Member 'Biped_Player_IsManagedAMEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_IsPlayingIntro \ static_assert(alignof(Biped_Player_IsPlayingIntro) == 0x000001, "Wrong alignment on Biped_Player_IsPlayingIntro"); \ static_assert(sizeof(Biped_Player_IsPlayingIntro) == 0x000001, "Wrong size on Biped_Player_IsPlayingIntro"); \ static_assert(offsetof(Biped_Player_IsPlayingIntro, ReturnValue) == 0x000000, "Member 'Biped_Player_IsPlayingIntro::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_IsSwimming \ static_assert(alignof(Biped_Player_IsSwimming) == 0x000001, "Wrong alignment on Biped_Player_IsSwimming"); \ static_assert(sizeof(Biped_Player_IsSwimming) == 0x000001, "Wrong size on Biped_Player_IsSwimming"); \ static_assert(offsetof(Biped_Player_IsSwimming, ReturnValue) == 0x000000, "Member 'Biped_Player_IsSwimming::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_IsVenomousTentaculaAtMax \ static_assert(alignof(Biped_Player_IsVenomousTentaculaAtMax) == 0x000001, "Wrong alignment on Biped_Player_IsVenomousTentaculaAtMax"); \ static_assert(sizeof(Biped_Player_IsVenomousTentaculaAtMax) == 0x000001, "Wrong size on Biped_Player_IsVenomousTentaculaAtMax"); \ static_assert(offsetof(Biped_Player_IsVenomousTentaculaAtMax, ReturnValue) == 0x000000, "Member 'Biped_Player_IsVenomousTentaculaAtMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_LEDDamageEffect \ static_assert(alignof(Biped_Player_LEDDamageEffect) == 0x000008, "Wrong alignment on Biped_Player_LEDDamageEffect"); \ static_assert(sizeof(Biped_Player_LEDDamageEffect) == 0x0000A0, "Wrong size on Biped_Player_LEDDamageEffect"); \ static_assert(offsetof(Biped_Player_LEDDamageEffect, InActor) == 0x000000, "Member 'Biped_Player_LEDDamageEffect::InActor' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_LEDDamageEffect, InInstigator) == 0x000008, "Member 'Biped_Player_LEDDamageEffect::InInstigator' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_LEDDamageEffect, InDamage) == 0x000010, "Member 'Biped_Player_LEDDamageEffect::InDamage' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_LEDDamageEffect, InHit) == 0x000014, "Member 'Biped_Player_LEDDamageEffect::InHit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_LoadInventoryItemByName \ static_assert(alignof(Biped_Player_LoadInventoryItemByName) == 0x000004, "Wrong alignment on Biped_Player_LoadInventoryItemByName"); \ static_assert(sizeof(Biped_Player_LoadInventoryItemByName) == 0x000014, "Wrong size on Biped_Player_LoadInventoryItemByName"); \ static_assert(offsetof(Biped_Player_LoadInventoryItemByName, InventoryObjectID) == 0x000000, "Member 'Biped_Player_LoadInventoryItemByName::InventoryObjectID' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_LoadInventoryItemByName, HolderID) == 0x000008, "Member 'Biped_Player_LoadInventoryItemByName::HolderID' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_LoadInventoryItemByName, ReturnValue) == 0x000010, "Member 'Biped_Player_LoadInventoryItemByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_LockOnCameraMoving \ static_assert(alignof(Biped_Player_LockOnCameraMoving) == 0x000001, "Wrong alignment on Biped_Player_LockOnCameraMoving"); \ static_assert(sizeof(Biped_Player_LockOnCameraMoving) == 0x000001, "Wrong size on Biped_Player_LockOnCameraMoving"); \ static_assert(offsetof(Biped_Player_LockOnCameraMoving, bFlag) == 0x000000, "Member 'Biped_Player_LockOnCameraMoving::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_LockOnCamFlick \ static_assert(alignof(Biped_Player_LockOnCamFlick) == 0x000008, "Wrong alignment on Biped_Player_LockOnCamFlick"); \ static_assert(sizeof(Biped_Player_LockOnCamFlick) == 0x000008, "Wrong size on Biped_Player_LockOnCamFlick"); \ static_assert(offsetof(Biped_Player_LockOnCamFlick, InStickFlickWatcherRecord) == 0x000000, "Member 'Biped_Player_LockOnCamFlick::InStickFlickWatcherRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_OnBlackboardInitialized \ static_assert(alignof(Biped_Player_OnBlackboardInitialized) == 0x000001, "Wrong alignment on Biped_Player_OnBlackboardInitialized"); \ static_assert(sizeof(Biped_Player_OnBlackboardInitialized) == 0x000001, "Wrong size on Biped_Player_OnBlackboardInitialized"); \ static_assert(offsetof(Biped_Player_OnBlackboardInitialized, bSuccess) == 0x000000, "Member 'Biped_Player_OnBlackboardInitialized::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_OnCharacterLoadComplete \ static_assert(alignof(Biped_Player_OnCharacterLoadComplete) == 0x000008, "Wrong alignment on Biped_Player_OnCharacterLoadComplete"); \ static_assert(sizeof(Biped_Player_OnCharacterLoadComplete) == 0x000008, "Wrong size on Biped_Player_OnCharacterLoadComplete"); \ static_assert(offsetof(Biped_Player_OnCharacterLoadComplete, Actor) == 0x000000, "Member 'Biped_Player_OnCharacterLoadComplete::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_OnNewGame \ static_assert(alignof(Biped_Player_OnNewGame) == 0x000008, "Wrong alignment on Biped_Player_OnNewGame"); \ static_assert(sizeof(Biped_Player_OnNewGame) == 0x000010, "Wrong size on Biped_Player_OnNewGame"); \ static_assert(offsetof(Biped_Player_OnNewGame, InCaller) == 0x000000, "Member 'Biped_Player_OnNewGame::InCaller' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_OnNewGame, bInIsIntro) == 0x000008, "Member 'Biped_Player_OnNewGame::bInIsIntro' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_OnQuickItemSlotted \ static_assert(alignof(Biped_Player_OnQuickItemSlotted) == 0x000008, "Wrong alignment on Biped_Player_OnQuickItemSlotted"); \ static_assert(sizeof(Biped_Player_OnQuickItemSlotted) == 0x000010, "Wrong size on Biped_Player_OnQuickItemSlotted"); \ static_assert(offsetof(Biped_Player_OnQuickItemSlotted, InCaller) == 0x000000, "Member 'Biped_Player_OnQuickItemSlotted::InCaller' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_OnQuickItemSlotted, ItemName) == 0x000008, "Member 'Biped_Player_OnQuickItemSlotted::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_PlaceOnGround \ static_assert(alignof(Biped_Player_PlaceOnGround) == 0x000004, "Wrong alignment on Biped_Player_PlaceOnGround"); \ static_assert(sizeof(Biped_Player_PlaceOnGround) == 0x000008, "Wrong size on Biped_Player_PlaceOnGround"); \ static_assert(offsetof(Biped_Player_PlaceOnGround, DownDistance) == 0x000000, "Member 'Biped_Player_PlaceOnGround::DownDistance' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_PlaceOnGround, ReturnValue) == 0x000004, "Member 'Biped_Player_PlaceOnGround::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_PlacePlayerInBed \ static_assert(alignof(Biped_Player_PlacePlayerInBed) == 0x000008, "Wrong alignment on Biped_Player_PlacePlayerInBed"); \ static_assert(sizeof(Biped_Player_PlacePlayerInBed) == 0x000018, "Wrong size on Biped_Player_PlacePlayerInBed"); \ static_assert(offsetof(Biped_Player_PlacePlayerInBed, BedStation) == 0x000000, "Member 'Biped_Player_PlacePlayerInBed::BedStation' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_PlacePlayerInBed, PlayerBedAbility) == 0x000008, "Member 'Biped_Player_PlacePlayerInBed::PlayerBedAbility' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_PlacePlayerInBed, ReturnValue) == 0x000010, "Member 'Biped_Player_PlacePlayerInBed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_PlayerGetOutOfBed \ static_assert(alignof(Biped_Player_PlayerGetOutOfBed) == 0x000008, "Wrong alignment on Biped_Player_PlayerGetOutOfBed"); \ static_assert(sizeof(Biped_Player_PlayerGetOutOfBed) == 0x000010, "Wrong size on Biped_Player_PlayerGetOutOfBed"); \ static_assert(offsetof(Biped_Player_PlayerGetOutOfBed, BedStation) == 0x000000, "Member 'Biped_Player_PlayerGetOutOfBed::BedStation' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_PlayerGetOutOfBed, PlayerBedAbility) == 0x000008, "Member 'Biped_Player_PlayerGetOutOfBed::PlayerBedAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_PopDisableStack \ static_assert(alignof(Biped_Player_PopDisableStack) == 0x000004, "Wrong alignment on Biped_Player_PopDisableStack"); \ static_assert(sizeof(Biped_Player_PopDisableStack) == 0x000008, "Wrong size on Biped_Player_PopDisableStack"); \ static_assert(offsetof(Biped_Player_PopDisableStack, StackName) == 0x000000, "Member 'Biped_Player_PopDisableStack::StackName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_PrepCriticalFinisher \ static_assert(alignof(Biped_Player_PrepCriticalFinisher) == 0x000008, "Wrong alignment on Biped_Player_PrepCriticalFinisher"); \ static_assert(sizeof(Biped_Player_PrepCriticalFinisher) == 0x000008, "Wrong size on Biped_Player_PrepCriticalFinisher"); \ static_assert(offsetof(Biped_Player_PrepCriticalFinisher, ReturnValue) == 0x000000, "Member 'Biped_Player_PrepCriticalFinisher::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_ProcessFollowTarget \ static_assert(alignof(Biped_Player_ProcessFollowTarget) == 0x000008, "Wrong alignment on Biped_Player_ProcessFollowTarget"); \ static_assert(sizeof(Biped_Player_ProcessFollowTarget) == 0x000028, "Wrong size on Biped_Player_ProcessFollowTarget"); \ static_assert(offsetof(Biped_Player_ProcessFollowTarget, InFollowActor) == 0x000000, "Member 'Biped_Player_ProcessFollowTarget::InFollowActor' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ProcessFollowTarget, SpeedCurve) == 0x000008, "Member 'Biped_Player_ProcessFollowTarget::SpeedCurve' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ProcessFollowTarget, OutWorldSpeed) == 0x000010, "Member 'Biped_Player_ProcessFollowTarget::OutWorldSpeed' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ProcessFollowTarget, OutWorldDirection) == 0x000014, "Member 'Biped_Player_ProcessFollowTarget::OutWorldDirection' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ProcessFollowTarget, ReturnValue) == 0x000020, "Member 'Biped_Player_ProcessFollowTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_ProcessStick \ static_assert(alignof(Biped_Player_ProcessStick) == 0x000008, "Wrong alignment on Biped_Player_ProcessStick"); \ static_assert(sizeof(Biped_Player_ProcessStick) == 0x000048, "Wrong size on Biped_Player_ProcessStick"); \ static_assert(offsetof(Biped_Player_ProcessStick, StickX) == 0x000000, "Member 'Biped_Player_ProcessStick::StickX' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ProcessStick, StickY) == 0x000004, "Member 'Biped_Player_ProcessStick::StickY' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ProcessStick, DeltaTime) == 0x000008, "Member 'Biped_Player_ProcessStick::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ProcessStick, DeadZoneCurve) == 0x000010, "Member 'Biped_Player_ProcessStick::DeadZoneCurve' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ProcessStick, SpeedCurve) == 0x000018, "Member 'Biped_Player_ProcessStick::SpeedCurve' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ProcessStick, SpeedGovernorCurve) == 0x000020, "Member 'Biped_Player_ProcessStick::SpeedGovernorCurve' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ProcessStick, WorldSpeed) == 0x000028, "Member 'Biped_Player_ProcessStick::WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ProcessStick, WorldDirection) == 0x00002C, "Member 'Biped_Player_ProcessStick::WorldDirection' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ProcessStick, InterpType) == 0x000038, "Member 'Biped_Player_ProcessStick::InterpType' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ProcessStick, InterpSpeed) == 0x00003C, "Member 'Biped_Player_ProcessStick::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ProcessStick, StickMagReductionDelayTimer) == 0x000040, "Member 'Biped_Player_ProcessStick::StickMagReductionDelayTimer' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ProcessStick, ReturnValue) == 0x000044, "Member 'Biped_Player_ProcessStick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_PushDisableStack \ static_assert(alignof(Biped_Player_PushDisableStack) == 0x000004, "Wrong alignment on Biped_Player_PushDisableStack"); \ static_assert(sizeof(Biped_Player_PushDisableStack) == 0x000008, "Wrong size on Biped_Player_PushDisableStack"); \ static_assert(offsetof(Biped_Player_PushDisableStack, StackName) == 0x000000, "Member 'Biped_Player_PushDisableStack::StackName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_PutPlayerIntoCinematicState \ static_assert(alignof(Biped_Player_PutPlayerIntoCinematicState) == 0x000001, "Wrong alignment on Biped_Player_PutPlayerIntoCinematicState"); \ static_assert(sizeof(Biped_Player_PutPlayerIntoCinematicState) == 0x000002, "Wrong size on Biped_Player_PutPlayerIntoCinematicState"); \ static_assert(offsetof(Biped_Player_PutPlayerIntoCinematicState, bFlag) == 0x000000, "Member 'Biped_Player_PutPlayerIntoCinematicState::bFlag' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_PutPlayerIntoCinematicState, bAlterAbilities) == 0x000001, "Member 'Biped_Player_PutPlayerIntoCinematicState::bAlterAbilities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_QuickActionInteract \ static_assert(alignof(Biped_Player_QuickActionInteract) == 0x000004, "Wrong alignment on Biped_Player_QuickActionInteract"); \ static_assert(sizeof(Biped_Player_QuickActionInteract) == 0x000008, "Wrong size on Biped_Player_QuickActionInteract"); \ static_assert(offsetof(Biped_Player_QuickActionInteract, Index_0) == 0x000000, "Member 'Biped_Player_QuickActionInteract::Index_0' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_QuickActionInteract, ReturnValue) == 0x000004, "Member 'Biped_Player_QuickActionInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_RequestStick \ static_assert(alignof(Biped_Player_RequestStick) == 0x000004, "Wrong alignment on Biped_Player_RequestStick"); \ static_assert(sizeof(Biped_Player_RequestStick) == 0x000008, "Wrong size on Biped_Player_RequestStick"); \ static_assert(offsetof(Biped_Player_RequestStick, StickX) == 0x000000, "Member 'Biped_Player_RequestStick::StickX' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_RequestStick, StickY) == 0x000004, "Member 'Biped_Player_RequestStick::StickY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_ResetPhoenixCameraRotation \ static_assert(alignof(Biped_Player_ResetPhoenixCameraRotation) == 0x000008, "Wrong alignment on Biped_Player_ResetPhoenixCameraRotation"); \ static_assert(sizeof(Biped_Player_ResetPhoenixCameraRotation) == 0x000010, "Wrong size on Biped_Player_ResetPhoenixCameraRotation"); \ static_assert(offsetof(Biped_Player_ResetPhoenixCameraRotation, ResetSpeed) == 0x000000, "Member 'Biped_Player_ResetPhoenixCameraRotation::ResetSpeed' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ResetPhoenixCameraRotation, ResetSpeedCurve) == 0x000008, "Member 'Biped_Player_ResetPhoenixCameraRotation::ResetSpeedCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_RestorePlayerInput \ static_assert(alignof(Biped_Player_RestorePlayerInput) == 0x000001, "Wrong alignment on Biped_Player_RestorePlayerInput"); \ static_assert(sizeof(Biped_Player_RestorePlayerInput) == 0x000001, "Wrong size on Biped_Player_RestorePlayerInput"); \ static_assert(offsetof(Biped_Player_RestorePlayerInput, ReturnValue) == 0x000000, "Member 'Biped_Player_RestorePlayerInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SafeTeleportTo \ static_assert(alignof(Biped_Player_SafeTeleportTo) == 0x000004, "Wrong alignment on Biped_Player_SafeTeleportTo"); \ static_assert(sizeof(Biped_Player_SafeTeleportTo) == 0x00001C, "Wrong size on Biped_Player_SafeTeleportTo"); \ static_assert(offsetof(Biped_Player_SafeTeleportTo, DestLocation) == 0x000000, "Member 'Biped_Player_SafeTeleportTo::DestLocation' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_SafeTeleportTo, DestRotation) == 0x00000C, "Member 'Biped_Player_SafeTeleportTo::DestRotation' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_SafeTeleportTo, bIsATest) == 0x000018, "Member 'Biped_Player_SafeTeleportTo::bIsATest' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_SafeTeleportTo, bNoCheck) == 0x000019, "Member 'Biped_Player_SafeTeleportTo::bNoCheck' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_SafeTeleportTo, ReturnValue) == 0x00001A, "Member 'Biped_Player_SafeTeleportTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SendCriticalMunitionImpactToTarget \ static_assert(alignof(Biped_Player_SendCriticalMunitionImpactToTarget) == 0x000008, "Wrong alignment on Biped_Player_SendCriticalMunitionImpactToTarget"); \ static_assert(sizeof(Biped_Player_SendCriticalMunitionImpactToTarget) == 0x000048, "Wrong size on Biped_Player_SendCriticalMunitionImpactToTarget"); \ static_assert(offsetof(Biped_Player_SendCriticalMunitionImpactToTarget, TargetActor) == 0x000000, "Member 'Biped_Player_SendCriticalMunitionImpactToTarget::TargetActor' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_SendCriticalMunitionImpactToTarget, UniqueTag) == 0x000008, "Member 'Biped_Player_SendCriticalMunitionImpactToTarget::UniqueTag' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_SendCriticalMunitionImpactToTarget, MunitionDataAssets) == 0x000010, "Member 'Biped_Player_SendCriticalMunitionImpactToTarget::MunitionDataAssets' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_SendCriticalMunitionImpactToTarget, MunitionTagContainer) == 0x000020, "Member 'Biped_Player_SendCriticalMunitionImpactToTarget::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_SendCriticalMunitionImpactToTarget, Damage) == 0x000040, "Member 'Biped_Player_SendCriticalMunitionImpactToTarget::Damage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_Set_WandCast_TargetTrackerTargets \ static_assert(alignof(Biped_Player_Set_WandCast_TargetTrackerTargets) == 0x000008, "Wrong alignment on Biped_Player_Set_WandCast_TargetTrackerTargets"); \ static_assert(sizeof(Biped_Player_Set_WandCast_TargetTrackerTargets) == 0x000028, "Wrong size on Biped_Player_Set_WandCast_TargetTrackerTargets"); \ static_assert(offsetof(Biped_Player_Set_WandCast_TargetTrackerTargets, bIgnoreTargets) == 0x000000, "Member 'Biped_Player_Set_WandCast_TargetTrackerTargets::bIgnoreTargets' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_Set_WandCast_TargetTrackerTargets, InTargetOverride) == 0x000008, "Member 'Biped_Player_Set_WandCast_TargetTrackerTargets::InTargetOverride' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_Set_WandCast_TargetTrackerTargets, InTargetOverrideWorldLocation) == 0x000010, "Member 'Biped_Player_Set_WandCast_TargetTrackerTargets::InTargetOverrideWorldLocation' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_Set_WandCast_TargetTrackerTargets, ReturnValue) == 0x000020, "Member 'Biped_Player_Set_WandCast_TargetTrackerTargets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetAccessibilitySpellToggle \ static_assert(alignof(Biped_Player_SetAccessibilitySpellToggle) == 0x000001, "Wrong alignment on Biped_Player_SetAccessibilitySpellToggle"); \ static_assert(sizeof(Biped_Player_SetAccessibilitySpellToggle) == 0x000001, "Wrong size on Biped_Player_SetAccessibilitySpellToggle"); \ static_assert(offsetof(Biped_Player_SetAccessibilitySpellToggle, ToggleOn) == 0x000000, "Member 'Biped_Player_SetAccessibilitySpellToggle::ToggleOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetAutoTargetingDirection \ static_assert(alignof(Biped_Player_SetAutoTargetingDirection) == 0x000004, "Wrong alignment on Biped_Player_SetAutoTargetingDirection"); \ static_assert(sizeof(Biped_Player_SetAutoTargetingDirection) == 0x00000C, "Wrong size on Biped_Player_SetAutoTargetingDirection"); \ static_assert(offsetof(Biped_Player_SetAutoTargetingDirection, InWorldDirection) == 0x000000, "Member 'Biped_Player_SetAutoTargetingDirection::InWorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetCauseOfDeath \ static_assert(alignof(Biped_Player_SetCauseOfDeath) == 0x000001, "Wrong alignment on Biped_Player_SetCauseOfDeath"); \ static_assert(sizeof(Biped_Player_SetCauseOfDeath) == 0x000001, "Wrong size on Biped_Player_SetCauseOfDeath"); \ static_assert(offsetof(Biped_Player_SetCauseOfDeath, InCauseOfDeath) == 0x000000, "Member 'Biped_Player_SetCauseOfDeath::InCauseOfDeath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetCooldownRateScale \ static_assert(alignof(Biped_Player_SetCooldownRateScale) == 0x000004, "Wrong alignment on Biped_Player_SetCooldownRateScale"); \ static_assert(sizeof(Biped_Player_SetCooldownRateScale) == 0x000004, "Wrong size on Biped_Player_SetCooldownRateScale"); \ static_assert(offsetof(Biped_Player_SetCooldownRateScale, RateScale) == 0x000000, "Member 'Biped_Player_SetCooldownRateScale::RateScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetDisableCombatPlantHideOnSuspendEnemies \ static_assert(alignof(Biped_Player_SetDisableCombatPlantHideOnSuspendEnemies) == 0x000001, "Wrong alignment on Biped_Player_SetDisableCombatPlantHideOnSuspendEnemies"); \ static_assert(sizeof(Biped_Player_SetDisableCombatPlantHideOnSuspendEnemies) == 0x000001, "Wrong size on Biped_Player_SetDisableCombatPlantHideOnSuspendEnemies"); \ static_assert(offsetof(Biped_Player_SetDisableCombatPlantHideOnSuspendEnemies, bInVal) == 0x000000, "Member 'Biped_Player_SetDisableCombatPlantHideOnSuspendEnemies::bInVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetFieldGuideHotSpot \ static_assert(alignof(Biped_Player_SetFieldGuideHotSpot) == 0x000008, "Wrong alignment on Biped_Player_SetFieldGuideHotSpot"); \ static_assert(sizeof(Biped_Player_SetFieldGuideHotSpot) == 0x000008, "Wrong size on Biped_Player_SetFieldGuideHotSpot"); \ static_assert(offsetof(Biped_Player_SetFieldGuideHotSpot, InFieldGuideHotSpot) == 0x000000, "Member 'Biped_Player_SetFieldGuideHotSpot::InFieldGuideHotSpot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetHighlitActor \ static_assert(alignof(Biped_Player_SetHighlitActor) == 0x000008, "Wrong alignment on Biped_Player_SetHighlitActor"); \ static_assert(sizeof(Biped_Player_SetHighlitActor) == 0x000008, "Wrong size on Biped_Player_SetHighlitActor"); \ static_assert(offsetof(Biped_Player_SetHighlitActor, InHighlitActor) == 0x000000, "Member 'Biped_Player_SetHighlitActor::InHighlitActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetInLockOnMode \ static_assert(alignof(Biped_Player_SetInLockOnMode) == 0x000001, "Wrong alignment on Biped_Player_SetInLockOnMode"); \ static_assert(sizeof(Biped_Player_SetInLockOnMode) == 0x000001, "Wrong size on Biped_Player_SetInLockOnMode"); \ static_assert(offsetof(Biped_Player_SetInLockOnMode, bInFlag) == 0x000000, "Member 'Biped_Player_SetInLockOnMode::bInFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetInteractStickyTarget \ static_assert(alignof(Biped_Player_SetInteractStickyTarget) == 0x000001, "Wrong alignment on Biped_Player_SetInteractStickyTarget"); \ static_assert(sizeof(Biped_Player_SetInteractStickyTarget) == 0x000001, "Wrong size on Biped_Player_SetInteractStickyTarget"); \ static_assert(offsetof(Biped_Player_SetInteractStickyTarget, bSet) == 0x000000, "Member 'Biped_Player_SetInteractStickyTarget::bSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetInvulnerable \ static_assert(alignof(Biped_Player_SetInvulnerable) == 0x000001, "Wrong alignment on Biped_Player_SetInvulnerable"); \ static_assert(sizeof(Biped_Player_SetInvulnerable) == 0x000001, "Wrong size on Biped_Player_SetInvulnerable"); \ static_assert(offsetof(Biped_Player_SetInvulnerable, bInInvulnerable) == 0x000000, "Member 'Biped_Player_SetInvulnerable::bInInvulnerable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetInvulnerableTime \ static_assert(alignof(Biped_Player_SetInvulnerableTime) == 0x000004, "Wrong alignment on Biped_Player_SetInvulnerableTime"); \ static_assert(sizeof(Biped_Player_SetInvulnerableTime) == 0x000004, "Wrong size on Biped_Player_SetInvulnerableTime"); \ static_assert(offsetof(Biped_Player_SetInvulnerableTime, invulnerableTime) == 0x000000, "Member 'Biped_Player_SetInvulnerableTime::invulnerableTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetLastEdgeState \ static_assert(alignof(Biped_Player_SetLastEdgeState) == 0x000001, "Wrong alignment on Biped_Player_SetLastEdgeState"); \ static_assert(sizeof(Biped_Player_SetLastEdgeState) == 0x000001, "Wrong size on Biped_Player_SetLastEdgeState"); \ static_assert(offsetof(Biped_Player_SetLastEdgeState, InEdgeState) == 0x000000, "Member 'Biped_Player_SetLastEdgeState::InEdgeState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetLastSafeInteractLocation \ static_assert(alignof(Biped_Player_SetLastSafeInteractLocation) == 0x000004, "Wrong alignment on Biped_Player_SetLastSafeInteractLocation"); \ static_assert(sizeof(Biped_Player_SetLastSafeInteractLocation) == 0x00000C, "Wrong size on Biped_Player_SetLastSafeInteractLocation"); \ static_assert(offsetof(Biped_Player_SetLastSafeInteractLocation, Location) == 0x000000, "Member 'Biped_Player_SetLastSafeInteractLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetManagedAM \ static_assert(alignof(Biped_Player_SetManagedAM) == 0x000004, "Wrong alignment on Biped_Player_SetManagedAM"); \ static_assert(sizeof(Biped_Player_SetManagedAM) == 0x000004, "Wrong size on Biped_Player_SetManagedAM"); \ static_assert(offsetof(Biped_Player_SetManagedAM, Value) == 0x000000, "Member 'Biped_Player_SetManagedAM::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetMotionListener \ static_assert(alignof(Biped_Player_SetMotionListener) == 0x000008, "Wrong alignment on Biped_Player_SetMotionListener"); \ static_assert(sizeof(Biped_Player_SetMotionListener) == 0x000010, "Wrong size on Biped_Player_SetMotionListener"); \ static_assert(offsetof(Biped_Player_SetMotionListener, AkComponent) == 0x000000, "Member 'Biped_Player_SetMotionListener::AkComponent' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_SetMotionListener, PlayerOrientation) == 0x000008, "Member 'Biped_Player_SetMotionListener::PlayerOrientation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetOverrideWandStyle \ static_assert(alignof(Biped_Player_SetOverrideWandStyle) == 0x000004, "Wrong alignment on Biped_Player_SetOverrideWandStyle"); \ static_assert(sizeof(Biped_Player_SetOverrideWandStyle) == 0x000008, "Wrong size on Biped_Player_SetOverrideWandStyle"); \ static_assert(offsetof(Biped_Player_SetOverrideWandStyle, WandStyle) == 0x000000, "Member 'Biped_Player_SetOverrideWandStyle::WandStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetPhoenixCameraLookAt \ static_assert(alignof(Biped_Player_SetPhoenixCameraLookAt) == 0x000004, "Wrong alignment on Biped_Player_SetPhoenixCameraLookAt"); \ static_assert(sizeof(Biped_Player_SetPhoenixCameraLookAt) == 0x000010, "Wrong size on Biped_Player_SetPhoenixCameraLookAt"); \ static_assert(offsetof(Biped_Player_SetPhoenixCameraLookAt, LookAtPoint) == 0x000000, "Member 'Biped_Player_SetPhoenixCameraLookAt::LookAtPoint' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_SetPhoenixCameraLookAt, ScaleSpeed) == 0x00000C, "Member 'Biped_Player_SetPhoenixCameraLookAt::ScaleSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetPhoenixCameraLookAt_Actor \ static_assert(alignof(Biped_Player_SetPhoenixCameraLookAt_Actor) == 0x000008, "Wrong alignment on Biped_Player_SetPhoenixCameraLookAt_Actor"); \ static_assert(sizeof(Biped_Player_SetPhoenixCameraLookAt_Actor) == 0x000010, "Wrong size on Biped_Player_SetPhoenixCameraLookAt_Actor"); \ static_assert(offsetof(Biped_Player_SetPhoenixCameraLookAt_Actor, LookAtActor) == 0x000000, "Member 'Biped_Player_SetPhoenixCameraLookAt_Actor::LookAtActor' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_SetPhoenixCameraLookAt_Actor, ScaleSpeed) == 0x000008, "Member 'Biped_Player_SetPhoenixCameraLookAt_Actor::ScaleSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetPhoenixCameraLookAt_ActorAndTime \ static_assert(alignof(Biped_Player_SetPhoenixCameraLookAt_ActorAndTime) == 0x000008, "Wrong alignment on Biped_Player_SetPhoenixCameraLookAt_ActorAndTime"); \ static_assert(sizeof(Biped_Player_SetPhoenixCameraLookAt_ActorAndTime) == 0x000010, "Wrong size on Biped_Player_SetPhoenixCameraLookAt_ActorAndTime"); \ static_assert(offsetof(Biped_Player_SetPhoenixCameraLookAt_ActorAndTime, LookAtActor) == 0x000000, "Member 'Biped_Player_SetPhoenixCameraLookAt_ActorAndTime::LookAtActor' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_SetPhoenixCameraLookAt_ActorAndTime, LookAtTime) == 0x000008, "Member 'Biped_Player_SetPhoenixCameraLookAt_ActorAndTime::LookAtTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetPhoenixCameraLookAt_TimeBased \ static_assert(alignof(Biped_Player_SetPhoenixCameraLookAt_TimeBased) == 0x000004, "Wrong alignment on Biped_Player_SetPhoenixCameraLookAt_TimeBased"); \ static_assert(sizeof(Biped_Player_SetPhoenixCameraLookAt_TimeBased) == 0x000010, "Wrong size on Biped_Player_SetPhoenixCameraLookAt_TimeBased"); \ static_assert(offsetof(Biped_Player_SetPhoenixCameraLookAt_TimeBased, LookAtPoint) == 0x000000, "Member 'Biped_Player_SetPhoenixCameraLookAt_TimeBased::LookAtPoint' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_SetPhoenixCameraLookAt_TimeBased, LookAtTime) == 0x00000C, "Member 'Biped_Player_SetPhoenixCameraLookAt_TimeBased::LookAtTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetPhoenixCameraRotation \ static_assert(alignof(Biped_Player_SetPhoenixCameraRotation) == 0x000004, "Wrong alignment on Biped_Player_SetPhoenixCameraRotation"); \ static_assert(sizeof(Biped_Player_SetPhoenixCameraRotation) == 0x00000C, "Wrong size on Biped_Player_SetPhoenixCameraRotation"); \ static_assert(offsetof(Biped_Player_SetPhoenixCameraRotation, DesiredRotation) == 0x000000, "Member 'Biped_Player_SetPhoenixCameraRotation::DesiredRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetStartingMovementTime \ static_assert(alignof(Biped_Player_SetStartingMovementTime) == 0x000004, "Wrong alignment on Biped_Player_SetStartingMovementTime"); \ static_assert(sizeof(Biped_Player_SetStartingMovementTime) == 0x000004, "Wrong size on Biped_Player_SetStartingMovementTime"); \ static_assert(offsetof(Biped_Player_SetStartingMovementTime, InStartingMovementTime) == 0x000000, "Member 'Biped_Player_SetStartingMovementTime::InStartingMovementTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetUsingElderWand \ static_assert(alignof(Biped_Player_SetUsingElderWand) == 0x000001, "Wrong alignment on Biped_Player_SetUsingElderWand"); \ static_assert(sizeof(Biped_Player_SetUsingElderWand) == 0x000001, "Wrong size on Biped_Player_SetUsingElderWand"); \ static_assert(offsetof(Biped_Player_SetUsingElderWand, bUsing) == 0x000000, "Member 'Biped_Player_SetUsingElderWand::bUsing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetWandBaseStyle \ static_assert(alignof(Biped_Player_SetWandBaseStyle) == 0x000004, "Wrong alignment on Biped_Player_SetWandBaseStyle"); \ static_assert(sizeof(Biped_Player_SetWandBaseStyle) == 0x000008, "Wrong size on Biped_Player_SetWandBaseStyle"); \ static_assert(offsetof(Biped_Player_SetWandBaseStyle, InWandBase) == 0x000000, "Member 'Biped_Player_SetWandBaseStyle::InWandBase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SetWandStyle \ static_assert(alignof(Biped_Player_SetWandStyle) == 0x000004, "Wrong alignment on Biped_Player_SetWandStyle"); \ static_assert(sizeof(Biped_Player_SetWandStyle) == 0x000008, "Wrong size on Biped_Player_SetWandStyle"); \ static_assert(offsetof(Biped_Player_SetWandStyle, WandStyle) == 0x000000, "Member 'Biped_Player_SetWandStyle::WandStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_ShadowBlinkTeleport \ static_assert(alignof(Biped_Player_ShadowBlinkTeleport) == 0x000008, "Wrong alignment on Biped_Player_ShadowBlinkTeleport"); \ static_assert(sizeof(Biped_Player_ShadowBlinkTeleport) == 0x000030, "Wrong size on Biped_Player_ShadowBlinkTeleport"); \ static_assert(offsetof(Biped_Player_ShadowBlinkTeleport, InBlinkTarget) == 0x000000, "Member 'Biped_Player_ShadowBlinkTeleport::InBlinkTarget' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ShadowBlinkTeleport, InBlinkDistanceFromTarget) == 0x000008, "Member 'Biped_Player_ShadowBlinkTeleport::InBlinkDistanceFromTarget' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ShadowBlinkTeleport, bIsGate) == 0x00000C, "Member 'Biped_Player_ShadowBlinkTeleport::bIsGate' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ShadowBlinkTeleport, bIsStealth) == 0x00000D, "Member 'Biped_Player_ShadowBlinkTeleport::bIsStealth' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ShadowBlinkTeleport, OutBlinkLocation) == 0x000010, "Member 'Biped_Player_ShadowBlinkTeleport::OutBlinkLocation' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ShadowBlinkTeleport, OutBlinkRotation) == 0x00001C, "Member 'Biped_Player_ShadowBlinkTeleport::OutBlinkRotation' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ShadowBlinkTeleport, ReturnValue) == 0x000028, "Member 'Biped_Player_ShadowBlinkTeleport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SpawnFaceTarget \ static_assert(alignof(Biped_Player_SpawnFaceTarget) == 0x000008, "Wrong alignment on Biped_Player_SpawnFaceTarget"); \ static_assert(sizeof(Biped_Player_SpawnFaceTarget) == 0x000010, "Wrong size on Biped_Player_SpawnFaceTarget"); \ static_assert(offsetof(Biped_Player_SpawnFaceTarget, SpawnActorClass) == 0x000000, "Member 'Biped_Player_SpawnFaceTarget::SpawnActorClass' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_SpawnFaceTarget, ReturnValue) == 0x000008, "Member 'Biped_Player_SpawnFaceTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SpawnItemMountCallback \ static_assert(alignof(Biped_Player_SpawnItemMountCallback) == 0x000008, "Wrong alignment on Biped_Player_SpawnItemMountCallback"); \ static_assert(sizeof(Biped_Player_SpawnItemMountCallback) == 0x000008, "Wrong size on Biped_Player_SpawnItemMountCallback"); \ static_assert(offsetof(Biped_Player_SpawnItemMountCallback, InToolRecord) == 0x000000, "Member 'Biped_Player_SpawnItemMountCallback::InToolRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SpawnRockSlide \ static_assert(alignof(Biped_Player_SpawnRockSlide) == 0x000008, "Wrong alignment on Biped_Player_SpawnRockSlide"); \ static_assert(sizeof(Biped_Player_SpawnRockSlide) == 0x000010, "Wrong size on Biped_Player_SpawnRockSlide"); \ static_assert(offsetof(Biped_Player_SpawnRockSlide, InActorClass) == 0x000000, "Member 'Biped_Player_SpawnRockSlide::InActorClass' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_SpawnRockSlide, ProjectForward) == 0x000008, "Member 'Biped_Player_SpawnRockSlide::ProjectForward' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_StartBulletTime \ static_assert(alignof(Biped_Player_StartBulletTime) == 0x000004, "Wrong alignment on Biped_Player_StartBulletTime"); \ static_assert(sizeof(Biped_Player_StartBulletTime) == 0x000018, "Wrong size on Biped_Player_StartBulletTime"); \ static_assert(offsetof(Biped_Player_StartBulletTime, Dilation) == 0x000000, "Member 'Biped_Player_StartBulletTime::Dilation' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_StartBulletTime, Duration) == 0x000004, "Member 'Biped_Player_StartBulletTime::Duration' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_StartBulletTime, DoFixedCam) == 0x000008, "Member 'Biped_Player_StartBulletTime::DoFixedCam' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_StartBulletTime, PlayerDilation) == 0x00000C, "Member 'Biped_Player_StartBulletTime::PlayerDilation' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_StartBulletTime, EaseInDuration) == 0x000010, "Member 'Biped_Player_StartBulletTime::EaseInDuration' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_StartBulletTime, EaseOutDuration) == 0x000014, "Member 'Biped_Player_StartBulletTime::EaseOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_StartCriticalFinisher \ static_assert(alignof(Biped_Player_StartCriticalFinisher) == 0x000008, "Wrong alignment on Biped_Player_StartCriticalFinisher"); \ static_assert(sizeof(Biped_Player_StartCriticalFinisher) == 0x000010, "Wrong size on Biped_Player_StartCriticalFinisher"); \ static_assert(offsetof(Biped_Player_StartCriticalFinisher, PreferredTarget) == 0x000000, "Member 'Biped_Player_StartCriticalFinisher::PreferredTarget' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_StartCriticalFinisher, ReturnValue) == 0x000008, "Member 'Biped_Player_StartCriticalFinisher::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_StopPlayerInput \ static_assert(alignof(Biped_Player_StopPlayerInput) == 0x000001, "Wrong alignment on Biped_Player_StopPlayerInput"); \ static_assert(sizeof(Biped_Player_StopPlayerInput) == 0x000001, "Wrong size on Biped_Player_StopPlayerInput"); \ static_assert(offsetof(Biped_Player_StopPlayerInput, ReturnValue) == 0x000000, "Member 'Biped_Player_StopPlayerInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_SuspendStoryModeArmor \ static_assert(alignof(Biped_Player_SuspendStoryModeArmor) == 0x000001, "Wrong alignment on Biped_Player_SuspendStoryModeArmor"); \ static_assert(sizeof(Biped_Player_SuspendStoryModeArmor) == 0x000001, "Wrong size on Biped_Player_SuspendStoryModeArmor"); \ static_assert(offsetof(Biped_Player_SuspendStoryModeArmor, bFlag) == 0x000000, "Member 'Biped_Player_SuspendStoryModeArmor::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_TargetChanged \ static_assert(alignof(Biped_Player_TargetChanged) == 0x000008, "Wrong alignment on Biped_Player_TargetChanged"); \ static_assert(sizeof(Biped_Player_TargetChanged) == 0x000018, "Wrong size on Biped_Player_TargetChanged"); \ static_assert(offsetof(Biped_Player_TargetChanged, Sense) == 0x000000, "Member 'Biped_Player_TargetChanged::Sense' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_TargetChanged, NewTarget) == 0x000008, "Member 'Biped_Player_TargetChanged::NewTarget' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_TargetChanged, OldTarget) == 0x000010, "Member 'Biped_Player_TargetChanged::OldTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_TargetLost \ static_assert(alignof(Biped_Player_TargetLost) == 0x000008, "Wrong alignment on Biped_Player_TargetLost"); \ static_assert(sizeof(Biped_Player_TargetLost) == 0x000010, "Wrong size on Biped_Player_TargetLost"); \ static_assert(offsetof(Biped_Player_TargetLost, Sense) == 0x000000, "Member 'Biped_Player_TargetLost::Sense' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_TargetLost, OldTarget) == 0x000008, "Member 'Biped_Player_TargetLost::OldTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_TargetSighted \ static_assert(alignof(Biped_Player_TargetSighted) == 0x000008, "Wrong alignment on Biped_Player_TargetSighted"); \ static_assert(sizeof(Biped_Player_TargetSighted) == 0x000010, "Wrong size on Biped_Player_TargetSighted"); \ static_assert(offsetof(Biped_Player_TargetSighted, Sense) == 0x000000, "Member 'Biped_Player_TargetSighted::Sense' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_TargetSighted, Target) == 0x000008, "Member 'Biped_Player_TargetSighted::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_ToadStatueTeleport \ static_assert(alignof(Biped_Player_ToadStatueTeleport) == 0x000008, "Wrong alignment on Biped_Player_ToadStatueTeleport"); \ static_assert(sizeof(Biped_Player_ToadStatueTeleport) == 0x000018, "Wrong size on Biped_Player_ToadStatueTeleport"); \ static_assert(offsetof(Biped_Player_ToadStatueTeleport, InDestinationActor) == 0x000000, "Member 'Biped_Player_ToadStatueTeleport::InDestinationActor' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ToadStatueTeleport, InOffset) == 0x000008, "Member 'Biped_Player_ToadStatueTeleport::InOffset' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_ToadStatueTeleport, ReturnValue) == 0x000014, "Member 'Biped_Player_ToadStatueTeleport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_UpdateCamMove \ static_assert(alignof(Biped_Player_UpdateCamMove) == 0x000004, "Wrong alignment on Biped_Player_UpdateCamMove"); \ static_assert(sizeof(Biped_Player_UpdateCamMove) == 0x000004, "Wrong size on Biped_Player_UpdateCamMove"); \ static_assert(offsetof(Biped_Player_UpdateCamMove, DeltaTime) == 0x000000, "Member 'Biped_Player_UpdateCamMove::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_UseInventoryItemByName \ static_assert(alignof(Biped_Player_UseInventoryItemByName) == 0x000004, "Wrong alignment on Biped_Player_UseInventoryItemByName"); \ static_assert(sizeof(Biped_Player_UseInventoryItemByName) == 0x000014, "Wrong size on Biped_Player_UseInventoryItemByName"); \ static_assert(offsetof(Biped_Player_UseInventoryItemByName, InventoryObjectID) == 0x000000, "Member 'Biped_Player_UseInventoryItemByName::InventoryObjectID' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_UseInventoryItemByName, HolderID) == 0x000008, "Member 'Biped_Player_UseInventoryItemByName::HolderID' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_UseInventoryItemByName, ReturnValue) == 0x000010, "Member 'Biped_Player_UseInventoryItemByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetAccessibilitySpellToggle \ static_assert(alignof(Biped_Player_GetAccessibilitySpellToggle) == 0x000001, "Wrong alignment on Biped_Player_GetAccessibilitySpellToggle"); \ static_assert(sizeof(Biped_Player_GetAccessibilitySpellToggle) == 0x000001, "Wrong size on Biped_Player_GetAccessibilitySpellToggle"); \ static_assert(offsetof(Biped_Player_GetAccessibilitySpellToggle, ReturnValue) == 0x000000, "Member 'Biped_Player_GetAccessibilitySpellToggle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetBaseCooldownStat \ static_assert(alignof(Biped_Player_GetBaseCooldownStat) == 0x000004, "Wrong alignment on Biped_Player_GetBaseCooldownStat"); \ static_assert(sizeof(Biped_Player_GetBaseCooldownStat) == 0x000004, "Wrong size on Biped_Player_GetBaseCooldownStat"); \ static_assert(offsetof(Biped_Player_GetBaseCooldownStat, ReturnValue) == 0x000000, "Member 'Biped_Player_GetBaseCooldownStat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetBaseDefenseStat \ static_assert(alignof(Biped_Player_GetBaseDefenseStat) == 0x000004, "Wrong alignment on Biped_Player_GetBaseDefenseStat"); \ static_assert(sizeof(Biped_Player_GetBaseDefenseStat) == 0x000004, "Wrong size on Biped_Player_GetBaseDefenseStat"); \ static_assert(offsetof(Biped_Player_GetBaseDefenseStat, ReturnValue) == 0x000000, "Member 'Biped_Player_GetBaseDefenseStat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetBaseOffenseStat \ static_assert(alignof(Biped_Player_GetBaseOffenseStat) == 0x000004, "Wrong alignment on Biped_Player_GetBaseOffenseStat"); \ static_assert(sizeof(Biped_Player_GetBaseOffenseStat) == 0x000004, "Wrong size on Biped_Player_GetBaseOffenseStat"); \ static_assert(offsetof(Biped_Player_GetBaseOffenseStat, ReturnValue) == 0x000000, "Member 'Biped_Player_GetBaseOffenseStat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetBipedAnimInstance \ static_assert(alignof(Biped_Player_GetBipedAnimInstance) == 0x000008, "Wrong alignment on Biped_Player_GetBipedAnimInstance"); \ static_assert(sizeof(Biped_Player_GetBipedAnimInstance) == 0x000008, "Wrong size on Biped_Player_GetBipedAnimInstance"); \ static_assert(offsetof(Biped_Player_GetBipedAnimInstance, ReturnValue) == 0x000000, "Member 'Biped_Player_GetBipedAnimInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetComboPoints \ static_assert(alignof(Biped_Player_GetComboPoints) == 0x000004, "Wrong alignment on Biped_Player_GetComboPoints"); \ static_assert(sizeof(Biped_Player_GetComboPoints) == 0x000004, "Wrong size on Biped_Player_GetComboPoints"); \ static_assert(offsetof(Biped_Player_GetComboPoints, ReturnValue) == 0x000000, "Member 'Biped_Player_GetComboPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetCompanionsAtMaxLevel \ static_assert(alignof(Biped_Player_GetCompanionsAtMaxLevel) == 0x000004, "Wrong alignment on Biped_Player_GetCompanionsAtMaxLevel"); \ static_assert(sizeof(Biped_Player_GetCompanionsAtMaxLevel) == 0x000004, "Wrong size on Biped_Player_GetCompanionsAtMaxLevel"); \ static_assert(offsetof(Biped_Player_GetCompanionsAtMaxLevel, ReturnValue) == 0x000000, "Member 'Biped_Player_GetCompanionsAtMaxLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetConsecutiveEnemyHits \ static_assert(alignof(Biped_Player_GetConsecutiveEnemyHits) == 0x000004, "Wrong alignment on Biped_Player_GetConsecutiveEnemyHits"); \ static_assert(sizeof(Biped_Player_GetConsecutiveEnemyHits) == 0x000004, "Wrong size on Biped_Player_GetConsecutiveEnemyHits"); \ static_assert(offsetof(Biped_Player_GetConsecutiveEnemyHits, ReturnValue) == 0x000000, "Member 'Biped_Player_GetConsecutiveEnemyHits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetCooldownRateScale \ static_assert(alignof(Biped_Player_GetCooldownRateScale) == 0x000004, "Wrong alignment on Biped_Player_GetCooldownRateScale"); \ static_assert(sizeof(Biped_Player_GetCooldownRateScale) == 0x000004, "Wrong size on Biped_Player_GetCooldownRateScale"); \ static_assert(offsetof(Biped_Player_GetCooldownRateScale, ReturnValue) == 0x000000, "Member 'Biped_Player_GetCooldownRateScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetCurrentCriticalHealthFadeOutPercent \ static_assert(alignof(Biped_Player_GetCurrentCriticalHealthFadeOutPercent) == 0x000004, "Wrong alignment on Biped_Player_GetCurrentCriticalHealthFadeOutPercent"); \ static_assert(sizeof(Biped_Player_GetCurrentCriticalHealthFadeOutPercent) == 0x000004, "Wrong size on Biped_Player_GetCurrentCriticalHealthFadeOutPercent"); \ static_assert(offsetof(Biped_Player_GetCurrentCriticalHealthFadeOutPercent, ReturnValue) == 0x000000, "Member 'Biped_Player_GetCurrentCriticalHealthFadeOutPercent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetFinisherDamage \ static_assert(alignof(Biped_Player_GetFinisherDamage) == 0x000004, "Wrong alignment on Biped_Player_GetFinisherDamage"); \ static_assert(sizeof(Biped_Player_GetFinisherDamage) == 0x000004, "Wrong size on Biped_Player_GetFinisherDamage"); \ static_assert(offsetof(Biped_Player_GetFinisherDamage, ReturnValue) == 0x000000, "Member 'Biped_Player_GetFinisherDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetFocus \ static_assert(alignof(Biped_Player_GetFocus) == 0x000004, "Wrong alignment on Biped_Player_GetFocus"); \ static_assert(sizeof(Biped_Player_GetFocus) == 0x000004, "Wrong size on Biped_Player_GetFocus"); \ static_assert(offsetof(Biped_Player_GetFocus, ReturnValue) == 0x000000, "Member 'Biped_Player_GetFocus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetIsOnAMountOrInTransition \ static_assert(alignof(Biped_Player_GetIsOnAMountOrInTransition) == 0x000001, "Wrong alignment on Biped_Player_GetIsOnAMountOrInTransition"); \ static_assert(sizeof(Biped_Player_GetIsOnAMountOrInTransition) == 0x000001, "Wrong size on Biped_Player_GetIsOnAMountOrInTransition"); \ static_assert(offsetof(Biped_Player_GetIsOnAMountOrInTransition, ReturnValue) == 0x000000, "Member 'Biped_Player_GetIsOnAMountOrInTransition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetMaxFocus \ static_assert(alignof(Biped_Player_GetMaxFocus) == 0x000004, "Wrong alignment on Biped_Player_GetMaxFocus"); \ static_assert(sizeof(Biped_Player_GetMaxFocus) == 0x000004, "Wrong size on Biped_Player_GetMaxFocus"); \ static_assert(offsetof(Biped_Player_GetMaxFocus, ReturnValue) == 0x000000, "Member 'Biped_Player_GetMaxFocus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetMoveStickValues \ static_assert(alignof(Biped_Player_GetMoveStickValues) == 0x000004, "Wrong alignment on Biped_Player_GetMoveStickValues"); \ static_assert(sizeof(Biped_Player_GetMoveStickValues) == 0x000008, "Wrong size on Biped_Player_GetMoveStickValues"); \ static_assert(offsetof(Biped_Player_GetMoveStickValues, X) == 0x000000, "Member 'Biped_Player_GetMoveStickValues::X' has a wrong offset!"); \ static_assert(offsetof(Biped_Player_GetMoveStickValues, Y) == 0x000004, "Member 'Biped_Player_GetMoveStickValues::Y' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetWandBaseStyle \ static_assert(alignof(Biped_Player_GetWandBaseStyle) == 0x000004, "Wrong alignment on Biped_Player_GetWandBaseStyle"); \ static_assert(sizeof(Biped_Player_GetWandBaseStyle) == 0x000008, "Wrong size on Biped_Player_GetWandBaseStyle"); \ static_assert(offsetof(Biped_Player_GetWandBaseStyle, ReturnValue) == 0x000000, "Member 'Biped_Player_GetWandBaseStyle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_GetWandStyle \ static_assert(alignof(Biped_Player_GetWandStyle) == 0x000004, "Wrong alignment on Biped_Player_GetWandStyle"); \ static_assert(sizeof(Biped_Player_GetWandStyle) == 0x000008, "Wrong size on Biped_Player_GetWandStyle"); \ static_assert(offsetof(Biped_Player_GetWandStyle, ReturnValue) == 0x000000, "Member 'Biped_Player_GetWandStyle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_InCombatMode \ static_assert(alignof(Biped_Player_InCombatMode) == 0x000001, "Wrong alignment on Biped_Player_InCombatMode"); \ static_assert(sizeof(Biped_Player_InCombatMode) == 0x000001, "Wrong size on Biped_Player_InCombatMode"); \ static_assert(offsetof(Biped_Player_InCombatMode, ReturnValue) == 0x000000, "Member 'Biped_Player_InCombatMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_InCombatModeDelayed \ static_assert(alignof(Biped_Player_InCombatModeDelayed) == 0x000001, "Wrong alignment on Biped_Player_InCombatModeDelayed"); \ static_assert(sizeof(Biped_Player_InCombatModeDelayed) == 0x000001, "Wrong size on Biped_Player_InCombatModeDelayed"); \ static_assert(offsetof(Biped_Player_InCombatModeDelayed, ReturnValue) == 0x000000, "Member 'Biped_Player_InCombatModeDelayed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_IsCameraMoving \ static_assert(alignof(Biped_Player_IsCameraMoving) == 0x000001, "Wrong alignment on Biped_Player_IsCameraMoving"); \ static_assert(sizeof(Biped_Player_IsCameraMoving) == 0x000001, "Wrong size on Biped_Player_IsCameraMoving"); \ static_assert(offsetof(Biped_Player_IsCameraMoving, ReturnValue) == 0x000000, "Member 'Biped_Player_IsCameraMoving::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_IsPerfectRetaliate \ static_assert(alignof(Biped_Player_IsPerfectRetaliate) == 0x000001, "Wrong alignment on Biped_Player_IsPerfectRetaliate"); \ static_assert(sizeof(Biped_Player_IsPerfectRetaliate) == 0x000001, "Wrong size on Biped_Player_IsPerfectRetaliate"); \ static_assert(offsetof(Biped_Player_IsPerfectRetaliate, ReturnValue) == 0x000000, "Member 'Biped_Player_IsPerfectRetaliate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_Player_UseNewConversations \ static_assert(alignof(Biped_Player_UseNewConversations) == 0x000001, "Wrong alignment on Biped_Player_UseNewConversations"); \ static_assert(sizeof(Biped_Player_UseNewConversations) == 0x000001, "Wrong size on Biped_Player_UseNewConversations"); \ static_assert(offsetof(Biped_Player_UseNewConversations, ReturnValue) == 0x000000, "Member 'Biped_Player_UseNewConversations::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABiped_Player \ static_assert(alignof(ABiped_Player) == 0x000010, "Wrong alignment on ABiped_Player"); \ static_assert(sizeof(ABiped_Player) == 0x003F60, "Wrong size on ABiped_Player"); \ static_assert(offsetof(ABiped_Player, ConversationComponent) == 0x001B88, "Member 'ABiped_Player::ConversationComponent' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, Customization) == 0x001B90, "Member 'ABiped_Player::Customization' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, PlayerSocialReasoning) == 0x001B98, "Member 'ABiped_Player::PlayerSocialReasoning' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, InventoryToolSetComponent) == 0x001BF0, "Member 'ABiped_Player::InventoryToolSetComponent' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, bAllowFastWalk) == 0x001BF8, "Member 'ABiped_Player::bAllowFastWalk' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, WalkSlowModeSpeedCurve) == 0x001C00, "Member 'ABiped_Player::WalkSlowModeSpeedCurve' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, WalkModeSpeedCurve) == 0x001C08, "Member 'ABiped_Player::WalkModeSpeedCurve' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, WalkOnlyModeSpeedCurve) == 0x001C10, "Member 'ABiped_Player::WalkOnlyModeSpeedCurve' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, WalkFastModeSpeedCurve) == 0x001C18, "Member 'ABiped_Player::WalkFastModeSpeedCurve' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, WalkFastOnlyModeSpeedCurve) == 0x001C20, "Member 'ABiped_Player::WalkFastOnlyModeSpeedCurve' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, JogModeSpeedCurve) == 0x001C28, "Member 'ABiped_Player::JogModeSpeedCurve' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, JogOnlyModeSpeedCurve) == 0x001C30, "Member 'ABiped_Player::JogOnlyModeSpeedCurve' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, SprintModeSpeedCurve) == 0x001C38, "Member 'ABiped_Player::SprintModeSpeedCurve' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, JogModeSpeedGovernorCurve) == 0x001C40, "Member 'ABiped_Player::JogModeSpeedGovernorCurve' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, GryffindorMaleBedAbility) == 0x001C48, "Member 'ABiped_Player::GryffindorMaleBedAbility' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, GryffindorFemaleBedAbility) == 0x001C50, "Member 'ABiped_Player::GryffindorFemaleBedAbility' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, RavenClawMaleBedAbility) == 0x001C58, "Member 'ABiped_Player::RavenClawMaleBedAbility' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, RavenClawFemaleBedAbility) == 0x001C60, "Member 'ABiped_Player::RavenClawFemaleBedAbility' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, HufflePuffMaleBedAbility) == 0x001C68, "Member 'ABiped_Player::HufflePuffMaleBedAbility' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, HufflePuffFemaleBedAbility) == 0x001C70, "Member 'ABiped_Player::HufflePuffFemaleBedAbility' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, SlytherinMaleBedAbility) == 0x001C78, "Member 'ABiped_Player::SlytherinMaleBedAbility' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, SlytherinFemaleBedAbility) == 0x001C80, "Member 'ABiped_Player::SlytherinFemaleBedAbility' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, AttackIndicatorActorClass) == 0x001C88, "Member 'ABiped_Player::AttackIndicatorActorClass' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, AttackIndicatorActor) == 0x001C90, "Member 'ABiped_Player::AttackIndicatorActor' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, InnerDeadZoneMin) == 0x001C98, "Member 'ABiped_Player::InnerDeadZoneMin' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, InnerDeadZoneMax) == 0x001C9C, "Member 'ABiped_Player::InnerDeadZoneMax' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, OuterDeadZone) == 0x001CA0, "Member 'ABiped_Player::OuterDeadZone' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, EdgeState) == 0x001CA4, "Member 'ABiped_Player::EdgeState' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, EdgeLocation) == 0x001CA8, "Member 'ABiped_Player::EdgeLocation' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, EdgeNormal) == 0x001CB4, "Member 'ABiped_Player::EdgeNormal' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, EdgeDistanceToGround) == 0x001CC0, "Member 'ABiped_Player::EdgeDistanceToGround' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, EdgeDistanceFromEdge) == 0x001CC4, "Member 'ABiped_Player::EdgeDistanceFromEdge' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, EdgeImpulse) == 0x001CC8, "Member 'ABiped_Player::EdgeImpulse' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, SyncToSplineComponent) == 0x001CD8, "Member 'ABiped_Player::SyncToSplineComponent' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, SyncToSplineDirection) == 0x001CE0, "Member 'ABiped_Player::SyncToSplineDirection' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, SyncToSplineDistance) == 0x001CE4, "Member 'ABiped_Player::SyncToSplineDistance' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, DefaultIdleAbility) == 0x001CE8, "Member 'ABiped_Player::DefaultIdleAbility' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, IsDashing) == 0x001CF0, "Member 'ABiped_Player::IsDashing' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, LastNearDoor) == 0x001CF8, "Member 'ABiped_Player::LastNearDoor' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, MaxChompingCabbage) == 0x001D04, "Member 'ABiped_Player::MaxChompingCabbage' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, MaxVenomousTentacula) == 0x001D08, "Member 'ABiped_Player::MaxVenomousTentacula' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, AllowPlayerCamContorlOnOtherActorCam) == 0x001D0C, "Member 'ABiped_Player::AllowPlayerCamContorlOnOtherActorCam' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, InvertCameraPitchControl) == 0x001D0D, "Member 'ABiped_Player::InvertCameraPitchControl' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, InvertCameraYawControl) == 0x001D0E, "Member 'ABiped_Player::InvertCameraYawControl' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, InvertMoveLeftRightControl) == 0x001D0F, "Member 'ABiped_Player::InvertMoveLeftRightControl' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, InvertMoveForwardBackControl) == 0x001D10, "Member 'ABiped_Player::InvertMoveForwardBackControl' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, EnableFadeSystem) == 0x001D11, "Member 'ABiped_Player::EnableFadeSystem' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, PlayerInThisFieldGuideHotSpot) == 0x001D18, "Member 'ABiped_Player::PlayerInThisFieldGuideHotSpot' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, FinisherDamage) == 0x001D20, "Member 'ABiped_Player::FinisherDamage' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, ElderWandFinisherDamage) == 0x001D24, "Member 'ABiped_Player::ElderWandFinisherDamage' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, MaxFocus) == 0x001D28, "Member 'ABiped_Player::MaxFocus' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, InitialNumBarsFilled) == 0x001D2C, "Member 'ABiped_Player::InitialNumBarsFilled' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, FinisherFocusCost) == 0x001D30, "Member 'ABiped_Player::FinisherFocusCost' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, ManagedFinisherFocusCost) == 0x001D34, "Member 'ABiped_Player::ManagedFinisherFocusCost' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, PushFocusCost) == 0x001D38, "Member 'ABiped_Player::PushFocusCost' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, FocusMap) == 0x001D40, "Member 'ABiped_Player::FocusMap' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, FinisherAvailableFX) == 0x001D90, "Member 'ABiped_Player::FinisherAvailableFX' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, ComboResetTime) == 0x001DA0, "Member 'ABiped_Player::ComboResetTime' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, AdditionalComboResetTimeOnParry) == 0x001DA4, "Member 'ABiped_Player::AdditionalComboResetTimeOnParry' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CooldownPickupFirstTierSize) == 0x001DA8, "Member 'ABiped_Player::CooldownPickupFirstTierSize' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CooldownPickupTierSize) == 0x001DAC, "Member 'ABiped_Player::CooldownPickupTierSize' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CooldownPickupCountArray) == 0x001DB0, "Member 'ABiped_Player::CooldownPickupCountArray' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, ExtendedCombatTime) == 0x001DC0, "Member 'ABiped_Player::ExtendedCombatTime' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, ClothTargetsStartDelegate) == 0x001DC4, "Member 'ABiped_Player::ClothTargetsStartDelegate' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, ClothTargetsEndDelegate) == 0x001DD4, "Member 'ABiped_Player::ClothTargetsEndDelegate' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, HealthIncreasePerLevel) == 0x001DE4, "Member 'ABiped_Player::HealthIncreasePerLevel' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, LeftFootSocketName) == 0x001DE8, "Member 'ABiped_Player::LeftFootSocketName' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, RightFootSocketName) == 0x001DF0, "Member 'ABiped_Player::RightFootSocketName' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, LeftStickMagWalkingCurve) == 0x001DF8, "Member 'ABiped_Player::LeftStickMagWalkingCurve' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, LeftStickMagJoggingCurve) == 0x001E00, "Member 'ABiped_Player::LeftStickMagJoggingCurve' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, BulletTimeStartSeconds) == 0x001E08, "Member 'ABiped_Player::BulletTimeStartSeconds' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, BulletTimeDilationCurve) == 0x001E10, "Member 'ABiped_Player::BulletTimeDilationCurve' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, BulletTimeDurationSeconds) == 0x001E18, "Member 'ABiped_Player::BulletTimeDurationSeconds' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, BulletTimeDialation) == 0x001E1C, "Member 'ABiped_Player::BulletTimeDialation' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CutBackToPlayerCamAfterTimeDialationSec) == 0x001E20, "Member 'ABiped_Player::CutBackToPlayerCamAfterTimeDialationSec' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, DamageEffectBlendable) == 0x001E28, "Member 'ABiped_Player::DamageEffectBlendable' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, DamageEffectMaterialInstance) == 0x001E38, "Member 'ABiped_Player::DamageEffectMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, DamageEffectCurve) == 0x001E40, "Member 'ABiped_Player::DamageEffectCurve' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, DamageEffectDuration) == 0x001E48, "Member 'ABiped_Player::DamageEffectDuration' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, DamageEffectScale) == 0x001E4C, "Member 'ABiped_Player::DamageEffectScale' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CriticalHealthFX) == 0x001E50, "Member 'ABiped_Player::CriticalHealthFX' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CriticalHealthPulseTimeCurve) == 0x001E60, "Member 'ABiped_Player::CriticalHealthPulseTimeCurve' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CriticalHealthPulseFX) == 0x001E68, "Member 'ABiped_Player::CriticalHealthPulseFX' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CriticalHealthFadeOutTime) == 0x001E78, "Member 'ABiped_Player::CriticalHealthFadeOutTime' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, DamageDirectionClass) == 0x001E80, "Member 'ABiped_Player::DamageDirectionClass' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, PercentHealthRecoverdPerSecond) == 0x001E88, "Member 'ABiped_Player::PercentHealthRecoverdPerSecond' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, SecondsAfterCombatBeforeRecoveryStarts) == 0x001E8C, "Member 'ABiped_Player::SecondsAfterCombatBeforeRecoveryStarts' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, DoDamageOnNextLanding) == 0x001E90, "Member 'ABiped_Player::DoDamageOnNextLanding' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, UseDodgeCamera) == 0x001E91, "Member 'ABiped_Player::UseDodgeCamera' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, InHoverDrone) == 0x001E92, "Member 'ABiped_Player::InHoverDrone' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, bLookAtHips) == 0x001E93, "Member 'ABiped_Player::bLookAtHips' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, cameraOffsetScale) == 0x001E94, "Member 'ABiped_Player::cameraOffsetScale' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, bLockOutPlayerCamControl) == 0x001E98, "Member 'ABiped_Player::bLockOutPlayerCamControl' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, bLockOutPlayerCamControlPitch) == 0x001E99, "Member 'ABiped_Player::bLockOutPlayerCamControlPitch' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CachedGearPieces) == 0x001EA8, "Member 'ABiped_Player::CachedGearPieces' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, OffenseStat) == 0x001EB8, "Member 'ABiped_Player::OffenseStat' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, DefenseStat) == 0x001F48, "Member 'ABiped_Player::DefenseStat' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CooldownStat) == 0x001FD8, "Member 'ABiped_Player::CooldownStat' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, InventorySizeModification) == 0x002068, "Member 'ABiped_Player::InventorySizeModification' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, HiddenAfterTakedownTime) == 0x0020E8, "Member 'ABiped_Player::HiddenAfterTakedownTime' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, StatDamageMultiplier) == 0x002178, "Member 'ABiped_Player::StatDamageMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, StatDamageReduction) == 0x002208, "Member 'ABiped_Player::StatDamageReduction' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, StatCooldownReduction) == 0x002298, "Member 'ABiped_Player::StatCooldownReduction' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, GainKnowledgeModifier) == 0x002328, "Member 'ABiped_Player::GainKnowledgeModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, GainExperienceModifier) == 0x0023B8, "Member 'ABiped_Player::GainExperienceModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CompanionBondingPointsModifier) == 0x002448, "Member 'ABiped_Player::CompanionBondingPointsModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, VendorPricesModifier) == 0x0024D8, "Member 'ABiped_Player::VendorPricesModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, EnemyEvadeChanceModifier) == 0x002568, "Member 'ABiped_Player::EnemyEvadeChanceModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, EnemyProtegoChanceModifier) == 0x0025F8, "Member 'ABiped_Player::EnemyProtegoChanceModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, EnemyAwarenessRateModifier) == 0x002688, "Member 'ABiped_Player::EnemyAwarenessRateModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CriticalSuccessChanceModifier) == 0x002718, "Member 'ABiped_Player::CriticalSuccessChanceModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, LootDropCountModifier) == 0x0027A8, "Member 'ABiped_Player::LootDropCountModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, LootDropRareChanceModifier) == 0x002838, "Member 'ABiped_Player::LootDropRareChanceModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, StealRateModifier) == 0x0028C8, "Member 'ABiped_Player::StealRateModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CaptureToolRangeModifier) == 0x002958, "Member 'ABiped_Player::CaptureToolRangeModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CaptureToolDecayPenaltyModifier) == 0x0029E8, "Member 'ABiped_Player::CaptureToolDecayPenaltyModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CaptureToolCaptureSpeedModifier) == 0x002A78, "Member 'ABiped_Player::CaptureToolCaptureSpeedModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CreatureAgroFleeDistanceModifier) == 0x002B08, "Member 'ABiped_Player::CreatureAgroFleeDistanceModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, FocusModifier) == 0x002B98, "Member 'ABiped_Player::FocusModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, FocusOnHitModifier) == 0x002C28, "Member 'ABiped_Player::FocusOnHitModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, UseConsumeableForFreeChance) == 0x002CB8, "Member 'ABiped_Player::UseConsumeableForFreeChance' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, UsePotionForFreeChance) == 0x002D48, "Member 'ABiped_Player::UsePotionForFreeChance' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, ObscurePerkDistance) == 0x002DD8, "Member 'ABiped_Player::ObscurePerkDistance' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, MaliciousPerkMultiplier) == 0x002E58, "Member 'ABiped_Player::MaliciousPerkMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, ExpelliarmusLootDropChance) == 0x002EE8, "Member 'ABiped_Player::ExpelliarmusLootDropChance' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CombatAuxPerk) == 0x002F78, "Member 'ABiped_Player::CombatAuxPerk' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CombatAuxPerkDuration) == 0x002FF8, "Member 'ABiped_Player::CombatAuxPerkDuration' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CombatAuxPerkCooldown) == 0x003088, "Member 'ABiped_Player::CombatAuxPerkCooldown' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, DirectAIPerk) == 0x003120, "Member 'ABiped_Player::DirectAIPerk' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, ExtendedCompanionInventoryCapacity) == 0x0031A0, "Member 'ABiped_Player::ExtendedCompanionInventoryCapacity' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, PlantDamageModifier) == 0x003220, "Member 'ABiped_Player::PlantDamageModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, VenomousTentaculaPoisonDamageModifier) == 0x0032B0, "Member 'ABiped_Player::VenomousTentaculaPoisonDamageModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, VenomousTentaculaWeakenEnemyDuration) == 0x003340, "Member 'ABiped_Player::VenomousTentaculaWeakenEnemyDuration' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, HealingCooldownGroupModifier) == 0x0033D0, "Member 'ABiped_Player::HealingCooldownGroupModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, LastStupefyTarget) == 0x003460, "Member 'ABiped_Player::LastStupefyTarget' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CabbageVampireModifier) == 0x003468, "Member 'ABiped_Player::CabbageVampireModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, PlantDamageFocus) == 0x0034F8, "Member 'ABiped_Player::PlantDamageFocus' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, PlayerStupifyPlantDamageModifier) == 0x003588, "Member 'ABiped_Player::PlayerStupifyPlantDamageModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, MandrakeBonusReactionTime) == 0x003618, "Member 'ABiped_Player::MandrakeBonusReactionTime' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, PlantSummonHealthPercent) == 0x0036A8, "Member 'ABiped_Player::PlantSummonHealthPercent' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, DifficultyAttackCooldownModifier) == 0x003738, "Member 'ABiped_Player::DifficultyAttackCooldownModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, DisillusionmentModifier) == 0x0037C8, "Member 'ABiped_Player::DisillusionmentModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CrimeSceneInvestigationModifier) == 0x003858, "Member 'ABiped_Player::CrimeSceneInvestigationModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, SneakOScopeWindupModifier) == 0x0038E8, "Member 'ABiped_Player::SneakOScopeWindupModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, SilencioRangeModifier) == 0x003978, "Member 'ABiped_Player::SilencioRangeModifier' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, bAllowEdgeCheck) == 0x003A08, "Member 'ABiped_Player::bAllowEdgeCheck' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, bInCombatMode) == 0x003A09, "Member 'ABiped_Player::bInCombatMode' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, bInCombatModeDelayed) == 0x003A0A, "Member 'ABiped_Player::bInCombatModeDelayed' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, FollowActor) == 0x003A10, "Member 'ABiped_Player::FollowActor' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CautiousMode) == 0x003A18, "Member 'ABiped_Player::CautiousMode' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, BonusAncientMagicBars) == 0x003A20, "Member 'ABiped_Player::BonusAncientMagicBars' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, BonusSpellLoadouts) == 0x003AA0, "Member 'ABiped_Player::BonusSpellLoadouts' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, InStealthMode) == 0x003B30, "Member 'ABiped_Player::InStealthMode' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, bIsInvisible) == 0x003B38, "Member 'ABiped_Player::bIsInvisible' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, InCinematic) == 0x003B39, "Member 'ABiped_Player::InCinematic' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, WandLinkResult) == 0x003B3A, "Member 'ABiped_Player::WandLinkResult' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, bHoldingProtegoParry) == 0x003B3C, "Member 'ABiped_Player::bHoldingProtegoParry' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, EnemyDetectionFXClass) == 0x003B40, "Member 'ABiped_Player::EnemyDetectionFXClass' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, EnemyDetectionSFX) == 0x003B48, "Member 'ABiped_Player::EnemyDetectionSFX' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, EnemyAlertSFX) == 0x003B50, "Member 'ABiped_Player::EnemyAlertSFX' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, EnemyAggroSFX) == 0x003B58, "Member 'ABiped_Player::EnemyAggroSFX' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, OnSpellCooldownChanged) == 0x003BC0, "Member 'ABiped_Player::OnSpellCooldownChanged' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, OnFocusChanged) == 0x003BD0, "Member 'ABiped_Player::OnFocusChanged' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, CooldownMap) == 0x003BE0, "Member 'ABiped_Player::CooldownMap' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, OnStationInteractionExitComplete) == 0x003C30, "Member 'ABiped_Player::OnStationInteractionExitComplete' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, DesiredFocusDirection) == 0x003C40, "Member 'ABiped_Player::DesiredFocusDirection' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, bUseDesiredFocusDirection) == 0x003C4C, "Member 'ABiped_Player::bUseDesiredFocusDirection' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, VegetationInteraction) == 0x003C50, "Member 'ABiped_Player::VegetationInteraction' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, OnTeleportTo) == 0x003C58, "Member 'ABiped_Player::OnTeleportTo' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, LastCriticalFinisher) == 0x003C70, "Member 'ABiped_Player::LastCriticalFinisher' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, TimeoutLookAtCameraDirection) == 0x003C78, "Member 'ABiped_Player::TimeoutLookAtCameraDirection' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, MotionListenerCameraOrientation) == 0x003EE8, "Member 'ABiped_Player::MotionListenerCameraOrientation' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, MotionListenerPlayerOrientation) == 0x003EF0, "Member 'ABiped_Player::MotionListenerPlayerOrientation' has a wrong offset!"); \ static_assert(offsetof(ABiped_Player, DamageDirectionActor) == 0x003EF8, "Member 'ABiped_Player::DamageDirectionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetMeshHiddenInGameTaskScratchPad \ static_assert(alignof(UAblSetMeshHiddenInGameTaskScratchPad) == 0x000008, "Wrong alignment on UAblSetMeshHiddenInGameTaskScratchPad"); \ static_assert(sizeof(UAblSetMeshHiddenInGameTaskScratchPad) == 0x000038, "Wrong size on UAblSetMeshHiddenInGameTaskScratchPad"); \ static_assert(offsetof(UAblSetMeshHiddenInGameTaskScratchPad, SkeletalMeshComponent) == 0x000028, "Member 'UAblSetMeshHiddenInGameTaskScratchPad::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UAblSetMeshHiddenInGameTaskScratchPad, OriginalHiddenValue) == 0x000030, "Member 'UAblSetMeshHiddenInGameTaskScratchPad::OriginalHiddenValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2End_Fadeout_EndFade \ static_assert(alignof(MultiFX2End_Fadeout_EndFade) == 0x000008, "Wrong alignment on MultiFX2End_Fadeout_EndFade"); \ static_assert(sizeof(MultiFX2End_Fadeout_EndFade) == 0x000010, "Wrong size on MultiFX2End_Fadeout_EndFade"); \ static_assert(offsetof(MultiFX2End_Fadeout_EndFade, InHandle) == 0x000000, "Member 'MultiFX2End_Fadeout_EndFade::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2End_Fadeout_EndFade, FXBase) == 0x000008, "Member 'MultiFX2End_Fadeout_EndFade::FXBase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2End_Fadeout \ static_assert(alignof(UMultiFX2End_Fadeout) == 0x000008, "Wrong alignment on UMultiFX2End_Fadeout"); \ static_assert(sizeof(UMultiFX2End_Fadeout) == 0x000030, "Wrong size on UMultiFX2End_Fadeout"); \ static_assert(offsetof(UMultiFX2End_Fadeout, FadeOutTime) == 0x000028, "Member 'UMultiFX2End_Fadeout::FadeOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetMeshHiddenInGameTask \ static_assert(alignof(UAblSetMeshHiddenInGameTask) == 0x000008, "Wrong alignment on UAblSetMeshHiddenInGameTask"); \ static_assert(sizeof(UAblSetMeshHiddenInGameTask) == 0x000080, "Wrong size on UAblSetMeshHiddenInGameTask"); \ static_assert(offsetof(UAblSetMeshHiddenInGameTask, SkeletalMeshTargetInOwner) == 0x000070, "Member 'UAblSetMeshHiddenInGameTask::SkeletalMeshTargetInOwner' has a wrong offset!"); \ static_assert(offsetof(UAblSetMeshHiddenInGameTask, RestoreHiddenValueAtEndOfTask) == 0x000078, "Member 'UAblSetMeshHiddenInGameTask::RestoreHiddenValueAtEndOfTask' has a wrong offset!"); \ static_assert(offsetof(UAblSetMeshHiddenInGameTask, SetHiddenValue) == 0x000079, "Member 'UAblSetMeshHiddenInGameTask::SetHiddenValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditorAwareActor_EditorTick \ static_assert(alignof(EditorAwareActor_EditorTick) == 0x000004, "Wrong alignment on EditorAwareActor_EditorTick"); \ static_assert(sizeof(EditorAwareActor_EditorTick) == 0x000004, "Wrong size on EditorAwareActor_EditorTick"); \ static_assert(offsetof(EditorAwareActor_EditorTick, DeltaSeconds) == 0x000000, "Member 'EditorAwareActor_EditorTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditorAwareActor_PostEditorChangeProperty \ static_assert(alignof(EditorAwareActor_PostEditorChangeProperty) == 0x000004, "Wrong alignment on EditorAwareActor_PostEditorChangeProperty"); \ static_assert(sizeof(EditorAwareActor_PostEditorChangeProperty) == 0x000008, "Wrong size on EditorAwareActor_PostEditorChangeProperty"); \ static_assert(offsetof(EditorAwareActor_PostEditorChangeProperty, PropertyName) == 0x000000, "Member 'EditorAwareActor_PostEditorChangeProperty::PropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditorAwareActor_PostEditorMove \ static_assert(alignof(EditorAwareActor_PostEditorMove) == 0x000001, "Wrong alignment on EditorAwareActor_PostEditorMove"); \ static_assert(sizeof(EditorAwareActor_PostEditorMove) == 0x000001, "Wrong size on EditorAwareActor_PostEditorMove"); \ static_assert(offsetof(EditorAwareActor_PostEditorMove, bFinished) == 0x000000, "Member 'EditorAwareActor_PostEditorMove::bFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditorAwareActor_PreEditorChangeProperty \ static_assert(alignof(EditorAwareActor_PreEditorChangeProperty) == 0x000004, "Wrong alignment on EditorAwareActor_PreEditorChangeProperty"); \ static_assert(sizeof(EditorAwareActor_PreEditorChangeProperty) == 0x000008, "Wrong size on EditorAwareActor_PreEditorChangeProperty"); \ static_assert(offsetof(EditorAwareActor_PreEditorChangeProperty, PropertyName) == 0x000000, "Member 'EditorAwareActor_PreEditorChangeProperty::PropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEditorAwareActor \ static_assert(alignof(AEditorAwareActor) == 0x000008, "Wrong alignment on AEditorAwareActor"); \ static_assert(sizeof(AEditorAwareActor) == 0x000248, "Wrong size on AEditorAwareActor"); \ #define DUMPER7_ASSERTS_UAblSetReactionsEnabledScratchpad \ static_assert(alignof(UAblSetReactionsEnabledScratchpad) == 0x000008, "Wrong alignment on UAblSetReactionsEnabledScratchpad"); \ static_assert(sizeof(UAblSetReactionsEnabledScratchpad) == 0x000028, "Wrong size on UAblSetReactionsEnabledScratchpad"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluation_IsChild \ static_assert(alignof(UCreatureLookAtTargetEvaluation_IsChild) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluation_IsChild"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluation_IsChild) == 0x000030, "Wrong size on UCreatureLookAtTargetEvaluation_IsChild"); \ #define DUMPER7_ASSERTS_UAblSetReactionsEnabledTask \ static_assert(alignof(UAblSetReactionsEnabledTask) == 0x000008, "Wrong alignment on UAblSetReactionsEnabledTask"); \ static_assert(sizeof(UAblSetReactionsEnabledTask) == 0x000078, "Wrong size on UAblSetReactionsEnabledTask"); \ static_assert(offsetof(UAblSetReactionsEnabledTask, bReactionsEnabled) == 0x000070, "Member 'UAblSetReactionsEnabledTask::bReactionsEnabled' has a wrong offset!"); \ static_assert(offsetof(UAblSetReactionsEnabledTask, Priority) == 0x000071, "Member 'UAblSetReactionsEnabledTask::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluation_Distance2D \ static_assert(alignof(UCreatureLookAtTargetEvaluation_Distance2D) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluation_Distance2D"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluation_Distance2D) == 0x000038, "Wrong size on UCreatureLookAtTargetEvaluation_Distance2D"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DOActivationCheck \ static_assert(alignof(DynamicObject_Interface_DOActivationCheck) == 0x000004, "Wrong alignment on DynamicObject_Interface_DOActivationCheck"); \ static_assert(sizeof(DynamicObject_Interface_DOActivationCheck) == 0x000010, "Wrong size on DynamicObject_Interface_DOActivationCheck"); \ static_assert(offsetof(DynamicObject_Interface_DOActivationCheck, Pos) == 0x000000, "Member 'DynamicObject_Interface_DOActivationCheck::Pos' has a wrong offset!"); \ static_assert(offsetof(DynamicObject_Interface_DOActivationCheck, ReturnValue) == 0x00000C, "Member 'DynamicObject_Interface_DOActivationCheck::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DOAddChildActor \ static_assert(alignof(DynamicObject_Interface_DOAddChildActor) == 0x000008, "Wrong alignment on DynamicObject_Interface_DOAddChildActor"); \ static_assert(sizeof(DynamicObject_Interface_DOAddChildActor) == 0x000010, "Wrong size on DynamicObject_Interface_DOAddChildActor"); \ static_assert(offsetof(DynamicObject_Interface_DOAddChildActor, inChild) == 0x000000, "Member 'DynamicObject_Interface_DOAddChildActor::inChild' has a wrong offset!"); \ static_assert(offsetof(DynamicObject_Interface_DOAddChildActor, ReturnValue) == 0x000008, "Member 'DynamicObject_Interface_DOAddChildActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DOAddedAsChild \ static_assert(alignof(DynamicObject_Interface_DOAddedAsChild) == 0x000008, "Wrong alignment on DynamicObject_Interface_DOAddedAsChild"); \ static_assert(sizeof(DynamicObject_Interface_DOAddedAsChild) == 0x000008, "Wrong size on DynamicObject_Interface_DOAddedAsChild"); \ static_assert(offsetof(DynamicObject_Interface_DOAddedAsChild, InParent) == 0x000000, "Member 'DynamicObject_Interface_DOAddedAsChild::InParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DOAddedAsParent \ static_assert(alignof(DynamicObject_Interface_DOAddedAsParent) == 0x000008, "Wrong alignment on DynamicObject_Interface_DOAddedAsParent"); \ static_assert(sizeof(DynamicObject_Interface_DOAddedAsParent) == 0x000008, "Wrong size on DynamicObject_Interface_DOAddedAsParent"); \ static_assert(offsetof(DynamicObject_Interface_DOAddedAsParent, inChild) == 0x000000, "Member 'DynamicObject_Interface_DOAddedAsParent::inChild' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DOAddParentActor \ static_assert(alignof(DynamicObject_Interface_DOAddParentActor) == 0x000008, "Wrong alignment on DynamicObject_Interface_DOAddParentActor"); \ static_assert(sizeof(DynamicObject_Interface_DOAddParentActor) == 0x000010, "Wrong size on DynamicObject_Interface_DOAddParentActor"); \ static_assert(offsetof(DynamicObject_Interface_DOAddParentActor, InParent) == 0x000000, "Member 'DynamicObject_Interface_DOAddParentActor::InParent' has a wrong offset!"); \ static_assert(offsetof(DynamicObject_Interface_DOAddParentActor, ReturnValue) == 0x000008, "Member 'DynamicObject_Interface_DOAddParentActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DOAllowAddAsChild \ static_assert(alignof(DynamicObject_Interface_DOAllowAddAsChild) == 0x000008, "Wrong alignment on DynamicObject_Interface_DOAllowAddAsChild"); \ static_assert(sizeof(DynamicObject_Interface_DOAllowAddAsChild) == 0x000010, "Wrong size on DynamicObject_Interface_DOAllowAddAsChild"); \ static_assert(offsetof(DynamicObject_Interface_DOAllowAddAsChild, InParent) == 0x000000, "Member 'DynamicObject_Interface_DOAllowAddAsChild::InParent' has a wrong offset!"); \ static_assert(offsetof(DynamicObject_Interface_DOAllowAddAsChild, ReturnValue) == 0x000008, "Member 'DynamicObject_Interface_DOAllowAddAsChild::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DOAllowAddAsParent \ static_assert(alignof(DynamicObject_Interface_DOAllowAddAsParent) == 0x000008, "Wrong alignment on DynamicObject_Interface_DOAllowAddAsParent"); \ static_assert(sizeof(DynamicObject_Interface_DOAllowAddAsParent) == 0x000010, "Wrong size on DynamicObject_Interface_DOAllowAddAsParent"); \ static_assert(offsetof(DynamicObject_Interface_DOAllowAddAsParent, inChild) == 0x000000, "Member 'DynamicObject_Interface_DOAllowAddAsParent::inChild' has a wrong offset!"); \ static_assert(offsetof(DynamicObject_Interface_DOAllowAddAsParent, ReturnValue) == 0x000008, "Member 'DynamicObject_Interface_DOAllowAddAsParent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DOAllowsAutoActivation \ static_assert(alignof(DynamicObject_Interface_DOAllowsAutoActivation) == 0x000001, "Wrong alignment on DynamicObject_Interface_DOAllowsAutoActivation"); \ static_assert(sizeof(DynamicObject_Interface_DOAllowsAutoActivation) == 0x000001, "Wrong size on DynamicObject_Interface_DOAllowsAutoActivation"); \ static_assert(offsetof(DynamicObject_Interface_DOAllowsAutoActivation, ReturnValue) == 0x000000, "Member 'DynamicObject_Interface_DOAllowsAutoActivation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DODeactivationCheck \ static_assert(alignof(DynamicObject_Interface_DODeactivationCheck) == 0x000004, "Wrong alignment on DynamicObject_Interface_DODeactivationCheck"); \ static_assert(sizeof(DynamicObject_Interface_DODeactivationCheck) == 0x000010, "Wrong size on DynamicObject_Interface_DODeactivationCheck"); \ static_assert(offsetof(DynamicObject_Interface_DODeactivationCheck, Pos) == 0x000000, "Member 'DynamicObject_Interface_DODeactivationCheck::Pos' has a wrong offset!"); \ static_assert(offsetof(DynamicObject_Interface_DODeactivationCheck, ReturnValue) == 0x00000C, "Member 'DynamicObject_Interface_DODeactivationCheck::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DOGetDynamciObjectRegistered \ static_assert(alignof(DynamicObject_Interface_DOGetDynamciObjectRegistered) == 0x000001, "Wrong alignment on DynamicObject_Interface_DOGetDynamciObjectRegistered"); \ static_assert(sizeof(DynamicObject_Interface_DOGetDynamciObjectRegistered) == 0x000001, "Wrong size on DynamicObject_Interface_DOGetDynamciObjectRegistered"); \ static_assert(offsetof(DynamicObject_Interface_DOGetDynamciObjectRegistered, ReturnValue) == 0x000000, "Member 'DynamicObject_Interface_DOGetDynamciObjectRegistered::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DOHasActivationRequest \ static_assert(alignof(DynamicObject_Interface_DOHasActivationRequest) == 0x000001, "Wrong alignment on DynamicObject_Interface_DOHasActivationRequest"); \ static_assert(sizeof(DynamicObject_Interface_DOHasActivationRequest) == 0x000001, "Wrong size on DynamicObject_Interface_DOHasActivationRequest"); \ static_assert(offsetof(DynamicObject_Interface_DOHasActivationRequest, ReturnValue) == 0x000000, "Member 'DynamicObject_Interface_DOHasActivationRequest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DOHasChildren \ static_assert(alignof(DynamicObject_Interface_DOHasChildren) == 0x000001, "Wrong alignment on DynamicObject_Interface_DOHasChildren"); \ static_assert(sizeof(DynamicObject_Interface_DOHasChildren) == 0x000001, "Wrong size on DynamicObject_Interface_DOHasChildren"); \ static_assert(offsetof(DynamicObject_Interface_DOHasChildren, ReturnValue) == 0x000000, "Member 'DynamicObject_Interface_DOHasChildren::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DOHasParent \ static_assert(alignof(DynamicObject_Interface_DOHasParent) == 0x000001, "Wrong alignment on DynamicObject_Interface_DOHasParent"); \ static_assert(sizeof(DynamicObject_Interface_DOHasParent) == 0x000001, "Wrong size on DynamicObject_Interface_DOHasParent"); \ static_assert(offsetof(DynamicObject_Interface_DOHasParent, ReturnValue) == 0x000000, "Member 'DynamicObject_Interface_DOHasParent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DOIsActive \ static_assert(alignof(DynamicObject_Interface_DOIsActive) == 0x000001, "Wrong alignment on DynamicObject_Interface_DOIsActive"); \ static_assert(sizeof(DynamicObject_Interface_DOIsActive) == 0x000001, "Wrong size on DynamicObject_Interface_DOIsActive"); \ static_assert(offsetof(DynamicObject_Interface_DOIsActive, ReturnValue) == 0x000000, "Member 'DynamicObject_Interface_DOIsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DORegisterWithDOManager \ static_assert(alignof(DynamicObject_Interface_DORegisterWithDOManager) == 0x000008, "Wrong alignment on DynamicObject_Interface_DORegisterWithDOManager"); \ static_assert(sizeof(DynamicObject_Interface_DORegisterWithDOManager) == 0x000008, "Wrong size on DynamicObject_Interface_DORegisterWithDOManager"); \ static_assert(offsetof(DynamicObject_Interface_DORegisterWithDOManager, DynamicObject) == 0x000000, "Member 'DynamicObject_Interface_DORegisterWithDOManager::DynamicObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DORemoveChildActor \ static_assert(alignof(DynamicObject_Interface_DORemoveChildActor) == 0x000008, "Wrong alignment on DynamicObject_Interface_DORemoveChildActor"); \ static_assert(sizeof(DynamicObject_Interface_DORemoveChildActor) == 0x000008, "Wrong size on DynamicObject_Interface_DORemoveChildActor"); \ static_assert(offsetof(DynamicObject_Interface_DORemoveChildActor, inChild) == 0x000000, "Member 'DynamicObject_Interface_DORemoveChildActor::inChild' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DORemovedAsChild \ static_assert(alignof(DynamicObject_Interface_DORemovedAsChild) == 0x000008, "Wrong alignment on DynamicObject_Interface_DORemovedAsChild"); \ static_assert(sizeof(DynamicObject_Interface_DORemovedAsChild) == 0x000008, "Wrong size on DynamicObject_Interface_DORemovedAsChild"); \ static_assert(offsetof(DynamicObject_Interface_DORemovedAsChild, InParent) == 0x000000, "Member 'DynamicObject_Interface_DORemovedAsChild::InParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DORemovedAsParent \ static_assert(alignof(DynamicObject_Interface_DORemovedAsParent) == 0x000008, "Wrong alignment on DynamicObject_Interface_DORemovedAsParent"); \ static_assert(sizeof(DynamicObject_Interface_DORemovedAsParent) == 0x000008, "Wrong size on DynamicObject_Interface_DORemovedAsParent"); \ static_assert(offsetof(DynamicObject_Interface_DORemovedAsParent, inChild) == 0x000000, "Member 'DynamicObject_Interface_DORemovedAsParent::inChild' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DORemoveParentActor \ static_assert(alignof(DynamicObject_Interface_DORemoveParentActor) == 0x000008, "Wrong alignment on DynamicObject_Interface_DORemoveParentActor"); \ static_assert(sizeof(DynamicObject_Interface_DORemoveParentActor) == 0x000008, "Wrong size on DynamicObject_Interface_DORemoveParentActor"); \ static_assert(offsetof(DynamicObject_Interface_DORemoveParentActor, InParent) == 0x000000, "Member 'DynamicObject_Interface_DORemoveParentActor::InParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DORequestActivation \ static_assert(alignof(DynamicObject_Interface_DORequestActivation) == 0x000008, "Wrong alignment on DynamicObject_Interface_DORequestActivation"); \ static_assert(sizeof(DynamicObject_Interface_DORequestActivation) == 0x000008, "Wrong size on DynamicObject_Interface_DORequestActivation"); \ static_assert(offsetof(DynamicObject_Interface_DORequestActivation, inRequestingActor) == 0x000000, "Member 'DynamicObject_Interface_DORequestActivation::inRequestingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DOSetDynamicObjectRegistered \ static_assert(alignof(DynamicObject_Interface_DOSetDynamicObjectRegistered) == 0x000001, "Wrong alignment on DynamicObject_Interface_DOSetDynamicObjectRegistered"); \ static_assert(sizeof(DynamicObject_Interface_DOSetDynamicObjectRegistered) == 0x000001, "Wrong size on DynamicObject_Interface_DOSetDynamicObjectRegistered"); \ static_assert(offsetof(DynamicObject_Interface_DOSetDynamicObjectRegistered, inRegistered) == 0x000000, "Member 'DynamicObject_Interface_DOSetDynamicObjectRegistered::inRegistered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObject_Interface_DOUnregisterWithDOManager \ static_assert(alignof(DynamicObject_Interface_DOUnregisterWithDOManager) == 0x000008, "Wrong alignment on DynamicObject_Interface_DOUnregisterWithDOManager"); \ static_assert(sizeof(DynamicObject_Interface_DOUnregisterWithDOManager) == 0x000008, "Wrong size on DynamicObject_Interface_DOUnregisterWithDOManager"); \ static_assert(offsetof(DynamicObject_Interface_DOUnregisterWithDOManager, DynamicObject) == 0x000000, "Member 'DynamicObject_Interface_DOUnregisterWithDOManager::DynamicObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IDynamicObject_Interface \ static_assert(alignof(IDynamicObject_Interface) == 0x000001, "Wrong alignment on IDynamicObject_Interface"); \ static_assert(sizeof(IDynamicObject_Interface) == 0x000001, "Wrong size on IDynamicObject_Interface"); \ #define DUMPER7_ASSERTS_UMultiFX2_PlayOne \ static_assert(alignof(UMultiFX2_PlayOne) == 0x000008, "Wrong alignment on UMultiFX2_PlayOne"); \ static_assert(sizeof(UMultiFX2_PlayOne) == 0x000078, "Wrong size on UMultiFX2_PlayOne"); \ static_assert(offsetof(UMultiFX2_PlayOne, PlayOneFXBaseArray) == 0x000068, "Member 'UMultiFX2_PlayOne::PlayOneFXBaseArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetRightArmStateTask \ static_assert(alignof(UAblSetRightArmStateTask) == 0x000008, "Wrong alignment on UAblSetRightArmStateTask"); \ static_assert(sizeof(UAblSetRightArmStateTask) == 0x000078, "Wrong size on UAblSetRightArmStateTask"); \ static_assert(offsetof(UAblSetRightArmStateTask, RightArmState) == 0x000070, "Member 'UAblSetRightArmStateTask::RightArmState' has a wrong offset!"); \ static_assert(offsetof(UAblSetRightArmStateTask, bUseEndState) == 0x000071, "Member 'UAblSetRightArmStateTask::bUseEndState' has a wrong offset!"); \ static_assert(offsetof(UAblSetRightArmStateTask, EndRightArmState) == 0x000072, "Member 'UAblSetRightArmStateTask::EndRightArmState' has a wrong offset!"); \ static_assert(offsetof(UAblSetRightArmStateTask, RightArmPriority) == 0x000073, "Member 'UAblSetRightArmStateTask::RightArmPriority' has a wrong offset!"); \ static_assert(offsetof(UAblSetRightArmStateTask, bBroadcastChange) == 0x000074, "Member 'UAblSetRightArmStateTask::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetCallOutWidget_AttackThreatDataChange \ static_assert(alignof(TargetCallOutWidget_AttackThreatDataChange) == 0x000001, "Wrong alignment on TargetCallOutWidget_AttackThreatDataChange"); \ static_assert(sizeof(TargetCallOutWidget_AttackThreatDataChange) == 0x000001, "Wrong size on TargetCallOutWidget_AttackThreatDataChange"); \ static_assert(offsetof(TargetCallOutWidget_AttackThreatDataChange, Revealio) == 0x000000, "Member 'TargetCallOutWidget_AttackThreatDataChange::Revealio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetCallOutWidget_AwareStateInfoChanged \ static_assert(alignof(TargetCallOutWidget_AwareStateInfoChanged) == 0x000001, "Wrong alignment on TargetCallOutWidget_AwareStateInfoChanged"); \ static_assert(sizeof(TargetCallOutWidget_AwareStateInfoChanged) == 0x000001, "Wrong size on TargetCallOutWidget_AwareStateInfoChanged"); \ static_assert(offsetof(TargetCallOutWidget_AwareStateInfoChanged, bFromUpdate) == 0x000000, "Member 'TargetCallOutWidget_AwareStateInfoChanged::bFromUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetCallOutWidget_GetOffscreenIndicator \ static_assert(alignof(TargetCallOutWidget_GetOffscreenIndicator) == 0x000008, "Wrong alignment on TargetCallOutWidget_GetOffscreenIndicator"); \ static_assert(sizeof(TargetCallOutWidget_GetOffscreenIndicator) == 0x000008, "Wrong size on TargetCallOutWidget_GetOffscreenIndicator"); \ static_assert(offsetof(TargetCallOutWidget_GetOffscreenIndicator, ReturnValue) == 0x000000, "Member 'TargetCallOutWidget_GetOffscreenIndicator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetCallOutWidget_GetOutroDuration \ static_assert(alignof(TargetCallOutWidget_GetOutroDuration) == 0x000004, "Wrong alignment on TargetCallOutWidget_GetOutroDuration"); \ static_assert(sizeof(TargetCallOutWidget_GetOutroDuration) == 0x000008, "Wrong size on TargetCallOutWidget_GetOutroDuration"); \ static_assert(offsetof(TargetCallOutWidget_GetOutroDuration, OutroType) == 0x000000, "Member 'TargetCallOutWidget_GetOutroDuration::OutroType' has a wrong offset!"); \ static_assert(offsetof(TargetCallOutWidget_GetOutroDuration, ReturnValue) == 0x000004, "Member 'TargetCallOutWidget_GetOutroDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetCallOutWidget_SetHasOffscreenProxyActive \ static_assert(alignof(TargetCallOutWidget_SetHasOffscreenProxyActive) == 0x000001, "Wrong alignment on TargetCallOutWidget_SetHasOffscreenProxyActive"); \ static_assert(sizeof(TargetCallOutWidget_SetHasOffscreenProxyActive) == 0x000001, "Wrong size on TargetCallOutWidget_SetHasOffscreenProxyActive"); \ static_assert(offsetof(TargetCallOutWidget_SetHasOffscreenProxyActive, HasOffscreenProxy) == 0x000000, "Member 'TargetCallOutWidget_SetHasOffscreenProxyActive::HasOffscreenProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetCallOutWidget_SetIsOffscreenCallout \ static_assert(alignof(TargetCallOutWidget_SetIsOffscreenCallout) == 0x000001, "Wrong alignment on TargetCallOutWidget_SetIsOffscreenCallout"); \ static_assert(sizeof(TargetCallOutWidget_SetIsOffscreenCallout) == 0x000001, "Wrong size on TargetCallOutWidget_SetIsOffscreenCallout"); \ static_assert(offsetof(TargetCallOutWidget_SetIsOffscreenCallout, IsOffscreen) == 0x000000, "Member 'TargetCallOutWidget_SetIsOffscreenCallout::IsOffscreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetCallOutWidget_SetupWidget \ static_assert(alignof(TargetCallOutWidget_SetupWidget) == 0x000008, "Wrong alignment on TargetCallOutWidget_SetupWidget"); \ static_assert(sizeof(TargetCallOutWidget_SetupWidget) == 0x000010, "Wrong size on TargetCallOutWidget_SetupWidget"); \ static_assert(offsetof(TargetCallOutWidget_SetupWidget, Parent) == 0x000000, "Member 'TargetCallOutWidget_SetupWidget::Parent' has a wrong offset!"); \ static_assert(offsetof(TargetCallOutWidget_SetupWidget, CallOutComponent) == 0x000008, "Member 'TargetCallOutWidget_SetupWidget::CallOutComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetCallOutWidget_ShowWidget \ static_assert(alignof(TargetCallOutWidget_ShowWidget) == 0x000001, "Wrong alignment on TargetCallOutWidget_ShowWidget"); \ static_assert(sizeof(TargetCallOutWidget_ShowWidget) == 0x000001, "Wrong size on TargetCallOutWidget_ShowWidget"); \ static_assert(offsetof(TargetCallOutWidget_ShowWidget, Revealio) == 0x000000, "Member 'TargetCallOutWidget_ShowWidget::Revealio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetCallOutWidget_UpdateCallOutUI \ static_assert(alignof(TargetCallOutWidget_UpdateCallOutUI) == 0x000004, "Wrong alignment on TargetCallOutWidget_UpdateCallOutUI"); \ static_assert(sizeof(TargetCallOutWidget_UpdateCallOutUI) == 0x00000C, "Wrong size on TargetCallOutWidget_UpdateCallOutUI"); \ static_assert(offsetof(TargetCallOutWidget_UpdateCallOutUI, CharacterID) == 0x000000, "Member 'TargetCallOutWidget_UpdateCallOutUI::CharacterID' has a wrong offset!"); \ static_assert(offsetof(TargetCallOutWidget_UpdateCallOutUI, BarPercent) == 0x000008, "Member 'TargetCallOutWidget_UpdateCallOutUI::BarPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ITargetCallOutWidget \ static_assert(alignof(ITargetCallOutWidget) == 0x000001, "Wrong alignment on ITargetCallOutWidget"); \ static_assert(sizeof(ITargetCallOutWidget) == 0x000001, "Wrong size on ITargetCallOutWidget"); \ #define DUMPER7_ASSERTS_UFXFilter_IsPlayerDueling \ static_assert(alignof(UFXFilter_IsPlayerDueling) == 0x000008, "Wrong alignment on UFXFilter_IsPlayerDueling"); \ static_assert(sizeof(UFXFilter_IsPlayerDueling) == 0x000030, "Wrong size on UFXFilter_IsPlayerDueling"); \ #define DUMPER7_ASSERTS_UAblSetTagNotify \ static_assert(alignof(UAblSetTagNotify) == 0x000008, "Wrong alignment on UAblSetTagNotify"); \ static_assert(sizeof(UAblSetTagNotify) == 0x000050, "Wrong size on UAblSetTagNotify"); \ static_assert(offsetof(UAblSetTagNotify, EventTag) == 0x000040, "Member 'UAblSetTagNotify::EventTag' has a wrong offset!"); \ static_assert(offsetof(UAblSetTagNotify, AddThisTag) == 0x000048, "Member 'UAblSetTagNotify::AddThisTag' has a wrong offset!"); \ static_assert(offsetof(UAblSetTagNotify, RemoveThisTag) == 0x000049, "Member 'UAblSetTagNotify::RemoveThisTag' has a wrong offset!"); \ static_assert(offsetof(UAblSetTagNotify, ApplyToAnimationArchitect) == 0x00004A, "Member 'UAblSetTagNotify::ApplyToAnimationArchitect' has a wrong offset!"); \ static_assert(offsetof(UAblSetTagNotify, ApplyToInteractionArchitect) == 0x00004B, "Member 'UAblSetTagNotify::ApplyToInteractionArchitect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SendTarget_BeginOverlap \ static_assert(alignof(SendTarget_BeginOverlap) == 0x000008, "Wrong alignment on SendTarget_BeginOverlap"); \ static_assert(sizeof(SendTarget_BeginOverlap) == 0x0000A8, "Wrong size on SendTarget_BeginOverlap"); \ static_assert(offsetof(SendTarget_BeginOverlap, OverlappedComponent) == 0x000000, "Member 'SendTarget_BeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SendTarget_BeginOverlap, OtherActor) == 0x000008, "Member 'SendTarget_BeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SendTarget_BeginOverlap, OtherComp) == 0x000010, "Member 'SendTarget_BeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SendTarget_BeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SendTarget_BeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SendTarget_BeginOverlap, bFromSweep) == 0x00001C, "Member 'SendTarget_BeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SendTarget_BeginOverlap, SweepResult) == 0x000020, "Member 'SendTarget_BeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SendTarget_SetEnabled \ static_assert(alignof(SendTarget_SetEnabled) == 0x000001, "Wrong alignment on SendTarget_SetEnabled"); \ static_assert(sizeof(SendTarget_SetEnabled) == 0x000001, "Wrong size on SendTarget_SetEnabled"); \ static_assert(offsetof(SendTarget_SetEnabled, bInEnabled) == 0x000000, "Member 'SendTarget_SetEnabled::bInEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SendTarget_SetSendTargetPriority \ static_assert(alignof(SendTarget_SetSendTargetPriority) == 0x000001, "Wrong alignment on SendTarget_SetSendTargetPriority"); \ static_assert(sizeof(SendTarget_SetSendTargetPriority) == 0x000001, "Wrong size on SendTarget_SetSendTargetPriority"); \ static_assert(offsetof(SendTarget_SetSendTargetPriority, InPriority) == 0x000000, "Member 'SendTarget_SetSendTargetPriority::InPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SendTarget_GetSendTargetPriority \ static_assert(alignof(SendTarget_GetSendTargetPriority) == 0x000001, "Wrong alignment on SendTarget_GetSendTargetPriority"); \ static_assert(sizeof(SendTarget_GetSendTargetPriority) == 0x000001, "Wrong size on SendTarget_GetSendTargetPriority"); \ static_assert(offsetof(SendTarget_GetSendTargetPriority, ReturnValue) == 0x000000, "Member 'SendTarget_GetSendTargetPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SendTarget_IsEnabled \ static_assert(alignof(SendTarget_IsEnabled) == 0x000001, "Wrong alignment on SendTarget_IsEnabled"); \ static_assert(sizeof(SendTarget_IsEnabled) == 0x000001, "Wrong size on SendTarget_IsEnabled"); \ static_assert(offsetof(SendTarget_IsEnabled, ReturnValue) == 0x000000, "Member 'SendTarget_IsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASendTarget \ static_assert(alignof(ASendTarget) == 0x000008, "Wrong alignment on ASendTarget"); \ static_assert(sizeof(ASendTarget) == 0x000280, "Wrong size on ASendTarget"); \ static_assert(offsetof(ASendTarget, SphereComp) == 0x000248, "Member 'ASendTarget::SphereComp' has a wrong offset!"); \ static_assert(offsetof(ASendTarget, Priority) == 0x000250, "Member 'ASendTarget::Priority' has a wrong offset!"); \ static_assert(offsetof(ASendTarget, bEnabled) == 0x000251, "Member 'ASendTarget::bEnabled' has a wrong offset!"); \ static_assert(offsetof(ASendTarget, bDetectsCollision) == 0x000252, "Member 'ASendTarget::bDetectsCollision' has a wrong offset!"); \ static_assert(offsetof(ASendTarget, Radius) == 0x000254, "Member 'ASendTarget::Radius' has a wrong offset!"); \ static_assert(offsetof(ASendTarget, bDisableWhenHit) == 0x000258, "Member 'ASendTarget::bDisableWhenHit' has a wrong offset!"); \ static_assert(offsetof(ASendTarget, bOnlyHitByTargetingActor) == 0x000259, "Member 'ASendTarget::bOnlyHitByTargetingActor' has a wrong offset!"); \ static_assert(offsetof(ASendTarget, OnSendTargetHit) == 0x000260, "Member 'ASendTarget::OnSendTargetHit' has a wrong offset!"); \ static_assert(offsetof(ASendTarget, TargetingActors) == 0x000270, "Member 'ASendTarget::TargetingActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSetVsPhysicsCollisionResolutionEnabledScratchpad \ static_assert(alignof(UAblSetVsPhysicsCollisionResolutionEnabledScratchpad) == 0x000008, "Wrong alignment on UAblSetVsPhysicsCollisionResolutionEnabledScratchpad"); \ static_assert(sizeof(UAblSetVsPhysicsCollisionResolutionEnabledScratchpad) == 0x000030, "Wrong size on UAblSetVsPhysicsCollisionResolutionEnabledScratchpad"); \ #define DUMPER7_ASSERTS_UAblSetVsPhysicsCollisionResolutionEnabledTask \ static_assert(alignof(UAblSetVsPhysicsCollisionResolutionEnabledTask) == 0x000008, "Wrong alignment on UAblSetVsPhysicsCollisionResolutionEnabledTask"); \ static_assert(sizeof(UAblSetVsPhysicsCollisionResolutionEnabledTask) == 0x000078, "Wrong size on UAblSetVsPhysicsCollisionResolutionEnabledTask"); \ static_assert(offsetof(UAblSetVsPhysicsCollisionResolutionEnabledTask, bEnabled) == 0x000070, "Member 'UAblSetVsPhysicsCollisionResolutionEnabledTask::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSkinFXTask \ static_assert(alignof(UAblSkinFXTask) == 0x000008, "Wrong alignment on UAblSkinFXTask"); \ static_assert(sizeof(UAblSkinFXTask) == 0x000080, "Wrong size on UAblSkinFXTask"); \ static_assert(offsetof(UAblSkinFXTask, skinEffectName) == 0x000070, "Member 'UAblSkinFXTask::skinEffectName' has a wrong offset!"); \ static_assert(offsetof(UAblSkinFXTask, bEndEffectOnExit) == 0x000078, "Member 'UAblSkinFXTask::bEndEffectOnExit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionSlopeSlideDoneScratchpad \ static_assert(alignof(UAblBranchConditionSlopeSlideDoneScratchpad) == 0x000008, "Wrong alignment on UAblBranchConditionSlopeSlideDoneScratchpad"); \ static_assert(sizeof(UAblBranchConditionSlopeSlideDoneScratchpad) == 0x000040, "Wrong size on UAblBranchConditionSlopeSlideDoneScratchpad"); \ static_assert(offsetof(UAblBranchConditionSlopeSlideDoneScratchpad, MovementComp) == 0x000030, "Member 'UAblBranchConditionSlopeSlideDoneScratchpad::MovementComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EncounterTracker_IsPlayerInAnEncounter \ static_assert(alignof(EncounterTracker_IsPlayerInAnEncounter) == 0x000001, "Wrong alignment on EncounterTracker_IsPlayerInAnEncounter"); \ static_assert(sizeof(EncounterTracker_IsPlayerInAnEncounter) == 0x000001, "Wrong size on EncounterTracker_IsPlayerInAnEncounter"); \ static_assert(offsetof(EncounterTracker_IsPlayerInAnEncounter, ReturnValue) == 0x000000, "Member 'EncounterTracker_IsPlayerInAnEncounter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EncounterTracker_StartEncounterForPlayersCombatVolume \ static_assert(alignof(EncounterTracker_StartEncounterForPlayersCombatVolume) == 0x000001, "Wrong alignment on EncounterTracker_StartEncounterForPlayersCombatVolume"); \ static_assert(sizeof(EncounterTracker_StartEncounterForPlayersCombatVolume) == 0x000001, "Wrong size on EncounterTracker_StartEncounterForPlayersCombatVolume"); \ static_assert(offsetof(EncounterTracker_StartEncounterForPlayersCombatVolume, ReturnValue) == 0x000000, "Member 'EncounterTracker_StartEncounterForPlayersCombatVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EncounterTracker_OnCombatVolumeActorSpawned \ static_assert(alignof(EncounterTracker_OnCombatVolumeActorSpawned) == 0x000008, "Wrong alignment on EncounterTracker_OnCombatVolumeActorSpawned"); \ static_assert(sizeof(EncounterTracker_OnCombatVolumeActorSpawned) == 0x000010, "Wrong size on EncounterTracker_OnCombatVolumeActorSpawned"); \ static_assert(offsetof(EncounterTracker_OnCombatVolumeActorSpawned, CombatVolume) == 0x000000, "Member 'EncounterTracker_OnCombatVolumeActorSpawned::CombatVolume' has a wrong offset!"); \ static_assert(offsetof(EncounterTracker_OnCombatVolumeActorSpawned, SpawnedActor) == 0x000008, "Member 'EncounterTracker_OnCombatVolumeActorSpawned::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EncounterTracker_OnCombatVolumeDeath \ static_assert(alignof(EncounterTracker_OnCombatVolumeDeath) == 0x000008, "Wrong alignment on EncounterTracker_OnCombatVolumeDeath"); \ static_assert(sizeof(EncounterTracker_OnCombatVolumeDeath) == 0x000010, "Wrong size on EncounterTracker_OnCombatVolumeDeath"); \ static_assert(offsetof(EncounterTracker_OnCombatVolumeDeath, CombatVolume) == 0x000000, "Member 'EncounterTracker_OnCombatVolumeDeath::CombatVolume' has a wrong offset!"); \ static_assert(offsetof(EncounterTracker_OnCombatVolumeDeath, DeadActor) == 0x000008, "Member 'EncounterTracker_OnCombatVolumeDeath::DeadActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEncounterTracker \ static_assert(alignof(UEncounterTracker) == 0x000008, "Wrong alignment on UEncounterTracker"); \ static_assert(sizeof(UEncounterTracker) == 0x0001F8, "Wrong size on UEncounterTracker"); \ static_assert(offsetof(UEncounterTracker, m_combatVolumesPlayerOverlaps) == 0x000180, "Member 'UEncounterTracker::m_combatVolumesPlayerOverlaps' has a wrong offset!"); \ static_assert(offsetof(UEncounterTracker, m_currentCombatVolumeGroup) == 0x0001D0, "Member 'UEncounterTracker::m_currentCombatVolumeGroup' has a wrong offset!"); \ static_assert(offsetof(UEncounterTracker, DuelTechniquesController) == 0x0001F0, "Member 'UEncounterTracker::DuelTechniquesController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblBranchConditionSlopeSlideDone \ static_assert(alignof(UAblBranchConditionSlopeSlideDone) == 0x000008, "Wrong alignment on UAblBranchConditionSlopeSlideDone"); \ static_assert(sizeof(UAblBranchConditionSlopeSlideDone) == 0x000030, "Wrong size on UAblBranchConditionSlopeSlideDone"); \ static_assert(offsetof(UAblBranchConditionSlopeSlideDone, Timer) == 0x000028, "Member 'UAblBranchConditionSlopeSlideDone::Timer' has a wrong offset!"); \ static_assert(offsetof(UAblBranchConditionSlopeSlideDone, SurfaceType) == 0x00002C, "Member 'UAblBranchConditionSlopeSlideDone::SurfaceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureMountItemTool_SpawnAndMountCreature \ static_assert(alignof(CreatureMountItemTool_SpawnAndMountCreature) == 0x000001, "Wrong alignment on CreatureMountItemTool_SpawnAndMountCreature"); \ static_assert(sizeof(CreatureMountItemTool_SpawnAndMountCreature) == 0x000002, "Wrong size on CreatureMountItemTool_SpawnAndMountCreature"); \ static_assert(offsetof(CreatureMountItemTool_SpawnAndMountCreature, bUseTransition) == 0x000000, "Member 'CreatureMountItemTool_SpawnAndMountCreature::bUseTransition' has a wrong offset!"); \ static_assert(offsetof(CreatureMountItemTool_SpawnAndMountCreature, bInFlight) == 0x000001, "Member 'CreatureMountItemTool_SpawnAndMountCreature::bInFlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACreatureMountItemTool \ static_assert(alignof(ACreatureMountItemTool) == 0x000008, "Wrong alignment on ACreatureMountItemTool"); \ static_assert(sizeof(ACreatureMountItemTool) == 0x000448, "Wrong size on ACreatureMountItemTool"); \ static_assert(offsetof(ACreatureMountItemTool, MountHandlerClass) == 0x000430, "Member 'ACreatureMountItemTool::MountHandlerClass' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountItemTool, MountHandler) == 0x000438, "Member 'ACreatureMountItemTool::MountHandler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSlopeSlideTaskScratchpad \ static_assert(alignof(UAblSlopeSlideTaskScratchpad) == 0x000008, "Wrong alignment on UAblSlopeSlideTaskScratchpad"); \ static_assert(sizeof(UAblSlopeSlideTaskScratchpad) == 0x000038, "Wrong size on UAblSlopeSlideTaskScratchpad"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluation_IsClass \ static_assert(alignof(UCreatureLookAtTargetEvaluation_IsClass) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluation_IsClass"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluation_IsClass) == 0x000038, "Wrong size on UCreatureLookAtTargetEvaluation_IsClass"); \ static_assert(offsetof(UCreatureLookAtTargetEvaluation_IsClass, Class_0) == 0x000030, "Member 'UCreatureLookAtTargetEvaluation_IsClass::Class_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_SubsonicSpell_BeginOverlap \ static_assert(alignof(MunitionType_SubsonicSpell_BeginOverlap) == 0x000008, "Wrong alignment on MunitionType_SubsonicSpell_BeginOverlap"); \ static_assert(sizeof(MunitionType_SubsonicSpell_BeginOverlap) == 0x0000A8, "Wrong size on MunitionType_SubsonicSpell_BeginOverlap"); \ static_assert(offsetof(MunitionType_SubsonicSpell_BeginOverlap, OverlappedComponent) == 0x000000, "Member 'MunitionType_SubsonicSpell_BeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(MunitionType_SubsonicSpell_BeginOverlap, OtherActor) == 0x000008, "Member 'MunitionType_SubsonicSpell_BeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(MunitionType_SubsonicSpell_BeginOverlap, OtherComp) == 0x000010, "Member 'MunitionType_SubsonicSpell_BeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(MunitionType_SubsonicSpell_BeginOverlap, OtherBodyIndex) == 0x000018, "Member 'MunitionType_SubsonicSpell_BeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(MunitionType_SubsonicSpell_BeginOverlap, bFromSweep) == 0x00001C, "Member 'MunitionType_SubsonicSpell_BeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(MunitionType_SubsonicSpell_BeginOverlap, SweepResult) == 0x000020, "Member 'MunitionType_SubsonicSpell_BeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_SubsonicSpell_DisableFizzle \ static_assert(alignof(MunitionType_SubsonicSpell_DisableFizzle) == 0x000001, "Wrong alignment on MunitionType_SubsonicSpell_DisableFizzle"); \ static_assert(sizeof(MunitionType_SubsonicSpell_DisableFizzle) == 0x000001, "Wrong size on MunitionType_SubsonicSpell_DisableFizzle"); \ static_assert(offsetof(MunitionType_SubsonicSpell_DisableFizzle, bDisable) == 0x000000, "Member 'MunitionType_SubsonicSpell_DisableFizzle::bDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_SubsonicSpell_GetSpeed \ static_assert(alignof(MunitionType_SubsonicSpell_GetSpeed) == 0x000004, "Wrong alignment on MunitionType_SubsonicSpell_GetSpeed"); \ static_assert(sizeof(MunitionType_SubsonicSpell_GetSpeed) == 0x000004, "Wrong size on MunitionType_SubsonicSpell_GetSpeed"); \ static_assert(offsetof(MunitionType_SubsonicSpell_GetSpeed, ReturnValue) == 0x000000, "Member 'MunitionType_SubsonicSpell_GetSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_SubsonicSpell_OnFire \ static_assert(alignof(MunitionType_SubsonicSpell_OnFire) == 0x000008, "Wrong alignment on MunitionType_SubsonicSpell_OnFire"); \ static_assert(sizeof(MunitionType_SubsonicSpell_OnFire) == 0x000020, "Wrong size on MunitionType_SubsonicSpell_OnFire"); \ static_assert(offsetof(MunitionType_SubsonicSpell_OnFire, Target) == 0x000000, "Member 'MunitionType_SubsonicSpell_OnFire::Target' has a wrong offset!"); \ static_assert(offsetof(MunitionType_SubsonicSpell_OnFire, TargetLocation) == 0x000008, "Member 'MunitionType_SubsonicSpell_OnFire::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(MunitionType_SubsonicSpell_OnFire, Velocity) == 0x000014, "Member 'MunitionType_SubsonicSpell_OnFire::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_SubsonicSpell_OnHit \ static_assert(alignof(MunitionType_SubsonicSpell_OnHit) == 0x000004, "Wrong alignment on MunitionType_SubsonicSpell_OnHit"); \ static_assert(sizeof(MunitionType_SubsonicSpell_OnHit) == 0x00008C, "Wrong size on MunitionType_SubsonicSpell_OnHit"); \ static_assert(offsetof(MunitionType_SubsonicSpell_OnHit, HitResult) == 0x000000, "Member 'MunitionType_SubsonicSpell_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(MunitionType_SubsonicSpell_OnHit, bDestroyed) == 0x000088, "Member 'MunitionType_SubsonicSpell_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(MunitionType_SubsonicSpell_OnHit, bHit) == 0x000089, "Member 'MunitionType_SubsonicSpell_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(MunitionType_SubsonicSpell_OnHit, bBlocked) == 0x00008A, "Member 'MunitionType_SubsonicSpell_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(MunitionType_SubsonicSpell_OnHit, bFailed) == 0x00008B, "Member 'MunitionType_SubsonicSpell_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_SubsonicSpell_PlayTerrainImpact \ static_assert(alignof(MunitionType_SubsonicSpell_PlayTerrainImpact) == 0x000008, "Wrong alignment on MunitionType_SubsonicSpell_PlayTerrainImpact"); \ static_assert(sizeof(MunitionType_SubsonicSpell_PlayTerrainImpact) == 0x000030, "Wrong size on MunitionType_SubsonicSpell_PlayTerrainImpact"); \ static_assert(offsetof(MunitionType_SubsonicSpell_PlayTerrainImpact, ImpactObject) == 0x000000, "Member 'MunitionType_SubsonicSpell_PlayTerrainImpact::ImpactObject' has a wrong offset!"); \ static_assert(offsetof(MunitionType_SubsonicSpell_PlayTerrainImpact, ImpactLocation) == 0x000008, "Member 'MunitionType_SubsonicSpell_PlayTerrainImpact::ImpactLocation' has a wrong offset!"); \ static_assert(offsetof(MunitionType_SubsonicSpell_PlayTerrainImpact, ImpactNormal) == 0x000014, "Member 'MunitionType_SubsonicSpell_PlayTerrainImpact::ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(MunitionType_SubsonicSpell_PlayTerrainImpact, ImpactVelocity) == 0x000020, "Member 'MunitionType_SubsonicSpell_PlayTerrainImpact::ImpactVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_SubsonicSpell_SetOnlyHitActor \ static_assert(alignof(MunitionType_SubsonicSpell_SetOnlyHitActor) == 0x000008, "Wrong alignment on MunitionType_SubsonicSpell_SetOnlyHitActor"); \ static_assert(sizeof(MunitionType_SubsonicSpell_SetOnlyHitActor) == 0x000010, "Wrong size on MunitionType_SubsonicSpell_SetOnlyHitActor"); \ static_assert(offsetof(MunitionType_SubsonicSpell_SetOnlyHitActor, OnlyHit) == 0x000000, "Member 'MunitionType_SubsonicSpell_SetOnlyHitActor::OnlyHit' has a wrong offset!"); \ static_assert(offsetof(MunitionType_SubsonicSpell_SetOnlyHitActor, CollisionProfile) == 0x000008, "Member 'MunitionType_SubsonicSpell_SetOnlyHitActor::CollisionProfile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_SubsonicSpell_GetProjectileMovement \ static_assert(alignof(MunitionType_SubsonicSpell_GetProjectileMovement) == 0x000008, "Wrong alignment on MunitionType_SubsonicSpell_GetProjectileMovement"); \ static_assert(sizeof(MunitionType_SubsonicSpell_GetProjectileMovement) == 0x000008, "Wrong size on MunitionType_SubsonicSpell_GetProjectileMovement"); \ static_assert(offsetof(MunitionType_SubsonicSpell_GetProjectileMovement, ReturnValue) == 0x000000, "Member 'MunitionType_SubsonicSpell_GetProjectileMovement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_SubsonicSpell_GetSphereComp \ static_assert(alignof(MunitionType_SubsonicSpell_GetSphereComp) == 0x000008, "Wrong alignment on MunitionType_SubsonicSpell_GetSphereComp"); \ static_assert(sizeof(MunitionType_SubsonicSpell_GetSphereComp) == 0x000008, "Wrong size on MunitionType_SubsonicSpell_GetSphereComp"); \ static_assert(offsetof(MunitionType_SubsonicSpell_GetSphereComp, ReturnValue) == 0x000000, "Member 'MunitionType_SubsonicSpell_GetSphereComp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMunitionType_SubsonicSpell \ static_assert(alignof(AMunitionType_SubsonicSpell) == 0x000008, "Wrong alignment on AMunitionType_SubsonicSpell"); \ static_assert(sizeof(AMunitionType_SubsonicSpell) == 0x000538, "Wrong size on AMunitionType_SubsonicSpell"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, m_explodeOnContactWithActors) == 0x000378, "Member 'AMunitionType_SubsonicSpell::m_explodeOnContactWithActors' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, m_explodeOnContactWithTerrain) == 0x000379, "Member 'AMunitionType_SubsonicSpell::m_explodeOnContactWithTerrain' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, CheckForCover) == 0x00037A, "Member 'AMunitionType_SubsonicSpell::CheckForCover' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, m_spawnStaticMeshInsteadOfTerrainFx) == 0x00037B, "Member 'AMunitionType_SubsonicSpell::m_spawnStaticMeshInsteadOfTerrainFx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, StaticMeshInsteadOfTerrainFx) == 0x000380, "Member 'AMunitionType_SubsonicSpell::StaticMeshInsteadOfTerrainFx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, StaticMeshScale) == 0x000388, "Member 'AMunitionType_SubsonicSpell::StaticMeshScale' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, m_explodeWhenLifetimeExpires) == 0x000394, "Member 'AMunitionType_SubsonicSpell::m_explodeWhenLifetimeExpires' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, m_deactivateParticlesOnDeath) == 0x000395, "Member 'AMunitionType_SubsonicSpell::m_deactivateParticlesOnDeath' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, m_hideMeshOnDeath) == 0x000396, "Member 'AMunitionType_SubsonicSpell::m_hideMeshOnDeath' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, m_hitOnOverlap) == 0x000397, "Member 'AMunitionType_SubsonicSpell::m_hitOnOverlap' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, m_hitWaterOnOverlap) == 0x000398, "Member 'AMunitionType_SubsonicSpell::m_hitWaterOnOverlap' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, DelayVelocityTime) == 0x00039C, "Member 'AMunitionType_SubsonicSpell::DelayVelocityTime' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, m_delayedDeactivationTime) == 0x0003A0, "Member 'AMunitionType_SubsonicSpell::m_delayedDeactivationTime' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, m_delayedParticleDeactivationTime) == 0x0003A4, "Member 'AMunitionType_SubsonicSpell::m_delayedParticleDeactivationTime' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, m_delayedFizzleParticleDeactivationTime) == 0x0003A8, "Member 'AMunitionType_SubsonicSpell::m_delayedFizzleParticleDeactivationTime' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, m_delayedDeathTime) == 0x0003AC, "Member 'AMunitionType_SubsonicSpell::m_delayedDeathTime' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, ProtegoSpeedMultiplier) == 0x0003B0, "Member 'AMunitionType_SubsonicSpell::ProtegoSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, ProtegoPerfectSpeedMultiplier) == 0x0003B4, "Member 'AMunitionType_SubsonicSpell::ProtegoPerfectSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, bProtegoPerfectLoseBounce) == 0x0003B8, "Member 'AMunitionType_SubsonicSpell::bProtegoPerfectLoseBounce' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, SpawnAOECondition) == 0x0003B9, "Member 'AMunitionType_SubsonicSpell::SpawnAOECondition' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, m_AOE) == 0x0003C0, "Member 'AMunitionType_SubsonicSpell::m_AOE' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, bCanOppugnoAfterProtego) == 0x0003C8, "Member 'AMunitionType_SubsonicSpell::bCanOppugnoAfterProtego' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, OppugnoPhysicsObjectClass) == 0x0003D0, "Member 'AMunitionType_SubsonicSpell::OppugnoPhysicsObjectClass' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, bAOEUsesSpellTool) == 0x0003D8, "Member 'AMunitionType_SubsonicSpell::bAOEUsesSpellTool' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, AOERadius) == 0x0003DC, "Member 'AMunitionType_SubsonicSpell::AOERadius' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, bAOEHitsVictimAgain) == 0x0003E0, "Member 'AMunitionType_SubsonicSpell::bAOEHitsVictimAgain' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, bCanBeDeflected) == 0x0003E1, "Member 'AMunitionType_SubsonicSpell::bCanBeDeflected' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, m_SpawnActorName) == 0x0003E4, "Member 'AMunitionType_SubsonicSpell::m_SpawnActorName' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, bOnlySpawnOnImpact) == 0x0003EC, "Member 'AMunitionType_SubsonicSpell::bOnlySpawnOnImpact' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, bTrackDistanceTraveled) == 0x0003ED, "Member 'AMunitionType_SubsonicSpell::bTrackDistanceTraveled' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, bTrackAngleToPlayer) == 0x0003EE, "Member 'AMunitionType_SubsonicSpell::bTrackAngleToPlayer' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, ProjectileMotionAkComponent) == 0x0003F0, "Member 'AMunitionType_SubsonicSpell::ProjectileMotionAkComponent' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, InventoryItemToReturn) == 0x0003F8, "Member 'AMunitionType_SubsonicSpell::InventoryItemToReturn' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, PerceptionNoiseEventLoudness) == 0x000400, "Member 'AMunitionType_SubsonicSpell::PerceptionNoiseEventLoudness' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, PerceptionNoiseEventMaxRange) == 0x000404, "Member 'AMunitionType_SubsonicSpell::PerceptionNoiseEventMaxRange' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, SubsonicProximityActorClass) == 0x000408, "Member 'AMunitionType_SubsonicSpell::SubsonicProximityActorClass' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, SphereComp) == 0x000410, "Member 'AMunitionType_SubsonicSpell::SphereComp' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, ProjectileMovementComponent) == 0x000418, "Member 'AMunitionType_SubsonicSpell::ProjectileMovementComponent' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, SpellTool) == 0x000420, "Member 'AMunitionType_SubsonicSpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, bEnableAsyncLoadAndTrigger) == 0x000428, "Member 'AMunitionType_SubsonicSpell::bEnableAsyncLoadAndTrigger' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, SpawnClass) == 0x000430, "Member 'AMunitionType_SubsonicSpell::SpawnClass' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, SpawnClassRef) == 0x000458, "Member 'AMunitionType_SubsonicSpell::SpawnClassRef' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, SubsonicProximityActor) == 0x000460, "Member 'AMunitionType_SubsonicSpell::SubsonicProximityActor' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SubsonicSpell, OverlapArray) == 0x000528, "Member 'AMunitionType_SubsonicSpell::OverlapArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EdurusRock_SetRockIdleLocation \ static_assert(alignof(EdurusRock_SetRockIdleLocation) == 0x000004, "Wrong alignment on EdurusRock_SetRockIdleLocation"); \ static_assert(sizeof(EdurusRock_SetRockIdleLocation) == 0x00000C, "Wrong size on EdurusRock_SetRockIdleLocation"); \ static_assert(offsetof(EdurusRock_SetRockIdleLocation, TargetLoc) == 0x000000, "Member 'EdurusRock_SetRockIdleLocation::TargetLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EdurusRock_SetRockLaunchDelay \ static_assert(alignof(EdurusRock_SetRockLaunchDelay) == 0x000004, "Wrong alignment on EdurusRock_SetRockLaunchDelay"); \ static_assert(sizeof(EdurusRock_SetRockLaunchDelay) == 0x000004, "Wrong size on EdurusRock_SetRockLaunchDelay"); \ static_assert(offsetof(EdurusRock_SetRockLaunchDelay, Time) == 0x000000, "Member 'EdurusRock_SetRockLaunchDelay::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEdurusRock \ static_assert(alignof(AEdurusRock) == 0x000008, "Wrong alignment on AEdurusRock"); \ static_assert(sizeof(AEdurusRock) == 0x000568, "Wrong size on AEdurusRock"); \ static_assert(offsetof(AEdurusRock, m_RockLaunchDelay) == 0x000538, "Member 'AEdurusRock::m_RockLaunchDelay' has a wrong offset!"); \ static_assert(offsetof(AEdurusRock, m_RockLaunchSpeed) == 0x00053C, "Member 'AEdurusRock::m_RockLaunchSpeed' has a wrong offset!"); \ static_assert(offsetof(AEdurusRock, m_RockLaunchAcceleration) == 0x000540, "Member 'AEdurusRock::m_RockLaunchAcceleration' has a wrong offset!"); \ static_assert(offsetof(AEdurusRock, m_RockIdleSpeed) == 0x000544, "Member 'AEdurusRock::m_RockIdleSpeed' has a wrong offset!"); \ static_assert(offsetof(AEdurusRock, m_RockIdleRotationSpeed) == 0x000548, "Member 'AEdurusRock::m_RockIdleRotationSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhxAnimationSharingManager_GetPhxAnimationSharingManager \ static_assert(alignof(PhxAnimationSharingManager_GetPhxAnimationSharingManager) == 0x000008, "Wrong alignment on PhxAnimationSharingManager_GetPhxAnimationSharingManager"); \ static_assert(sizeof(PhxAnimationSharingManager_GetPhxAnimationSharingManager) == 0x000018, "Wrong size on PhxAnimationSharingManager_GetPhxAnimationSharingManager"); \ static_assert(offsetof(PhxAnimationSharingManager_GetPhxAnimationSharingManager, InWorld) == 0x000000, "Member 'PhxAnimationSharingManager_GetPhxAnimationSharingManager::InWorld' has a wrong offset!"); \ static_assert(offsetof(PhxAnimationSharingManager_GetPhxAnimationSharingManager, InClass) == 0x000008, "Member 'PhxAnimationSharingManager_GetPhxAnimationSharingManager::InClass' has a wrong offset!"); \ static_assert(offsetof(PhxAnimationSharingManager_GetPhxAnimationSharingManager, ReturnValue) == 0x000010, "Member 'PhxAnimationSharingManager_GetPhxAnimationSharingManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhxAnimationSharingManager \ static_assert(alignof(UPhxAnimationSharingManager) == 0x000008, "Wrong alignment on UPhxAnimationSharingManager"); \ static_assert(sizeof(UPhxAnimationSharingManager) == 0x0000D8, "Wrong size on UPhxAnimationSharingManager"); \ #define DUMPER7_ASSERTS_UBTDecorator_Creature_Gait \ static_assert(alignof(UBTDecorator_Creature_Gait) == 0x000008, "Wrong alignment on UBTDecorator_Creature_Gait"); \ static_assert(sizeof(UBTDecorator_Creature_Gait) == 0x0000C0, "Wrong size on UBTDecorator_Creature_Gait"); \ static_assert(offsetof(UBTDecorator_Creature_Gait, Gaits) == 0x000068, "Member 'UBTDecorator_Creature_Gait::Gaits' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_Creature_Gait, bAllowGaitTransition) == 0x0000B8, "Member 'UBTDecorator_Creature_Gait::bAllowGaitTransition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSlopeSlideTask \ static_assert(alignof(UAblSlopeSlideTask) == 0x000008, "Wrong alignment on UAblSlopeSlideTask"); \ static_assert(sizeof(UAblSlopeSlideTask) == 0x000088, "Wrong size on UAblSlopeSlideTask"); \ static_assert(offsetof(UAblSlopeSlideTask, DesiredSlopeSpeed) == 0x000070, "Member 'UAblSlopeSlideTask::DesiredSlopeSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblSlopeSlideTask, SlopeVelocityInterpType) == 0x000074, "Member 'UAblSlopeSlideTask::SlopeVelocityInterpType' has a wrong offset!"); \ static_assert(offsetof(UAblSlopeSlideTask, SlopeVelocityInterpSpeed) == 0x000078, "Member 'UAblSlopeSlideTask::SlopeVelocityInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblSlopeSlideTask, ToFlatGroundInterpType) == 0x00007C, "Member 'UAblSlopeSlideTask::ToFlatGroundInterpType' has a wrong offset!"); \ static_assert(offsetof(UAblSlopeSlideTask, ToFlatGroundInterpSpeed) == 0x000080, "Member 'UAblSlopeSlideTask::ToFlatGroundInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblSlopeSlideTask, SlopeFriction) == 0x000084, "Member 'UAblSlopeSlideTask::SlopeFriction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSpawnInteractActorTask \ static_assert(alignof(UAblSpawnInteractActorTask) == 0x000008, "Wrong alignment on UAblSpawnInteractActorTask"); \ static_assert(sizeof(UAblSpawnInteractActorTask) == 0x0000D0, "Wrong size on UAblSpawnInteractActorTask"); \ #define DUMPER7_ASSERTS_TutorialScreen_OnSetTutorialPosition \ static_assert(alignof(TutorialScreen_OnSetTutorialPosition) == 0x000004, "Wrong alignment on TutorialScreen_OnSetTutorialPosition"); \ static_assert(sizeof(TutorialScreen_OnSetTutorialPosition) == 0x000010, "Wrong size on TutorialScreen_OnSetTutorialPosition"); \ static_assert(offsetof(TutorialScreen_OnSetTutorialPosition, Position) == 0x000000, "Member 'TutorialScreen_OnSetTutorialPosition::Position' has a wrong offset!"); \ static_assert(offsetof(TutorialScreen_OnSetTutorialPosition, Alignment) == 0x000008, "Member 'TutorialScreen_OnSetTutorialPosition::Alignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialScreen_SetTutorialBody \ static_assert(alignof(TutorialScreen_SetTutorialBody) == 0x000008, "Wrong alignment on TutorialScreen_SetTutorialBody"); \ static_assert(sizeof(TutorialScreen_SetTutorialBody) == 0x000018, "Wrong size on TutorialScreen_SetTutorialBody"); \ static_assert(offsetof(TutorialScreen_SetTutorialBody, BodyString) == 0x000000, "Member 'TutorialScreen_SetTutorialBody::BodyString' has a wrong offset!"); \ static_assert(offsetof(TutorialScreen_SetTutorialBody, IsTranslatable) == 0x000010, "Member 'TutorialScreen_SetTutorialBody::IsTranslatable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialScreen_SetTutorialCompletionAction \ static_assert(alignof(TutorialScreen_SetTutorialCompletionAction) == 0x000001, "Wrong alignment on TutorialScreen_SetTutorialCompletionAction"); \ static_assert(sizeof(TutorialScreen_SetTutorialCompletionAction) == 0x000002, "Wrong size on TutorialScreen_SetTutorialCompletionAction"); \ static_assert(offsetof(TutorialScreen_SetTutorialCompletionAction, InputAction) == 0x000000, "Member 'TutorialScreen_SetTutorialCompletionAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(TutorialScreen_SetTutorialCompletionAction, bMustHold) == 0x000001, "Member 'TutorialScreen_SetTutorialCompletionAction::bMustHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialScreen_SetTutorialExpiryTimerProgress \ static_assert(alignof(TutorialScreen_SetTutorialExpiryTimerProgress) == 0x000004, "Wrong alignment on TutorialScreen_SetTutorialExpiryTimerProgress"); \ static_assert(sizeof(TutorialScreen_SetTutorialExpiryTimerProgress) == 0x000004, "Wrong size on TutorialScreen_SetTutorialExpiryTimerProgress"); \ static_assert(offsetof(TutorialScreen_SetTutorialExpiryTimerProgress, progress) == 0x000000, "Member 'TutorialScreen_SetTutorialExpiryTimerProgress::progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialScreen_SetTutorialImageName \ static_assert(alignof(TutorialScreen_SetTutorialImageName) == 0x000008, "Wrong alignment on TutorialScreen_SetTutorialImageName"); \ static_assert(sizeof(TutorialScreen_SetTutorialImageName) == 0x000010, "Wrong size on TutorialScreen_SetTutorialImageName"); \ static_assert(offsetof(TutorialScreen_SetTutorialImageName, ImageString) == 0x000000, "Member 'TutorialScreen_SetTutorialImageName::ImageString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialScreen_SetTutorialLegendItems \ static_assert(alignof(TutorialScreen_SetTutorialLegendItems) == 0x000008, "Wrong alignment on TutorialScreen_SetTutorialLegendItems"); \ static_assert(sizeof(TutorialScreen_SetTutorialLegendItems) == 0x000010, "Wrong size on TutorialScreen_SetTutorialLegendItems"); \ static_assert(offsetof(TutorialScreen_SetTutorialLegendItems, LegendItems) == 0x000000, "Member 'TutorialScreen_SetTutorialLegendItems::LegendItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialScreen_SetTutorialTitle \ static_assert(alignof(TutorialScreen_SetTutorialTitle) == 0x000008, "Wrong alignment on TutorialScreen_SetTutorialTitle"); \ static_assert(sizeof(TutorialScreen_SetTutorialTitle) == 0x000018, "Wrong size on TutorialScreen_SetTutorialTitle"); \ static_assert(offsetof(TutorialScreen_SetTutorialTitle, TitleString) == 0x000000, "Member 'TutorialScreen_SetTutorialTitle::TitleString' has a wrong offset!"); \ static_assert(offsetof(TutorialScreen_SetTutorialTitle, IsTranslatable) == 0x000010, "Member 'TutorialScreen_SetTutorialTitle::IsTranslatable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialScreen_SetTutorialVideoIsLoading \ static_assert(alignof(TutorialScreen_SetTutorialVideoIsLoading) == 0x000001, "Wrong alignment on TutorialScreen_SetTutorialVideoIsLoading"); \ static_assert(sizeof(TutorialScreen_SetTutorialVideoIsLoading) == 0x000001, "Wrong size on TutorialScreen_SetTutorialVideoIsLoading"); \ static_assert(offsetof(TutorialScreen_SetTutorialVideoIsLoading, IsLoading) == 0x000000, "Member 'TutorialScreen_SetTutorialVideoIsLoading::IsLoading' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialScreen_SetTutorialVideoReady \ static_assert(alignof(TutorialScreen_SetTutorialVideoReady) == 0x000008, "Wrong alignment on TutorialScreen_SetTutorialVideoReady"); \ static_assert(sizeof(TutorialScreen_SetTutorialVideoReady) == 0x000008, "Wrong size on TutorialScreen_SetTutorialVideoReady"); \ static_assert(offsetof(TutorialScreen_SetTutorialVideoReady, MediaSource) == 0x000000, "Member 'TutorialScreen_SetTutorialVideoReady::MediaSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialScreen \ static_assert(alignof(UTutorialScreen) == 0x000008, "Wrong alignment on UTutorialScreen"); \ static_assert(sizeof(UTutorialScreen) == 0x0003D8, "Wrong size on UTutorialScreen"); \ static_assert(offsetof(UTutorialScreen, TutorialName) == 0x000370, "Member 'UTutorialScreen::TutorialName' has a wrong offset!"); \ static_assert(offsetof(UTutorialScreen, TutorialAlias) == 0x000378, "Member 'UTutorialScreen::TutorialAlias' has a wrong offset!"); \ static_assert(offsetof(UTutorialScreen, TutorialStep) == 0x000380, "Member 'UTutorialScreen::TutorialStep' has a wrong offset!"); \ static_assert(offsetof(UTutorialScreen, TransparencyType) == 0x000384, "Member 'UTutorialScreen::TransparencyType' has a wrong offset!"); \ static_assert(offsetof(UTutorialScreen, CompletionButtons) == 0x000388, "Member 'UTutorialScreen::CompletionButtons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXAutoTriggerDriverDisease \ static_assert(alignof(USkinFXAutoTriggerDriverDisease) == 0x000008, "Wrong alignment on USkinFXAutoTriggerDriverDisease"); \ static_assert(sizeof(USkinFXAutoTriggerDriverDisease) == 0x000078, "Wrong size on USkinFXAutoTriggerDriverDisease"); \ static_assert(offsetof(USkinFXAutoTriggerDriverDisease, EffectInfo) == 0x000030, "Member 'USkinFXAutoTriggerDriverDisease::EffectInfo' has a wrong offset!"); \ static_assert(offsetof(USkinFXAutoTriggerDriverDisease, Priority) == 0x000070, "Member 'USkinFXAutoTriggerDriverDisease::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablSpawnMunitionTask \ static_assert(alignof(UablSpawnMunitionTask) == 0x000008, "Wrong alignment on UablSpawnMunitionTask"); \ static_assert(sizeof(UablSpawnMunitionTask) == 0x000080, "Wrong size on UablSpawnMunitionTask"); \ static_assert(offsetof(UablSpawnMunitionTask, MunitionClass) == 0x000070, "Member 'UablSpawnMunitionTask::MunitionClass' has a wrong offset!"); \ static_assert(offsetof(UablSpawnMunitionTask, bUseSelfActorAsInstigator) == 0x000078, "Member 'UablSpawnMunitionTask::bUseSelfActorAsInstigator' has a wrong offset!"); \ static_assert(offsetof(UablSpawnMunitionTask, bUseSelfActorAsMunitionOwner) == 0x000079, "Member 'UablSpawnMunitionTask::bUseSelfActorAsMunitionOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_SpellUpgrade \ static_assert(alignof(UFXFilter_SpellUpgrade) == 0x000008, "Wrong alignment on UFXFilter_SpellUpgrade"); \ static_assert(sizeof(UFXFilter_SpellUpgrade) == 0x000038, "Wrong size on UFXFilter_SpellUpgrade"); \ static_assert(offsetof(UFXFilter_SpellUpgrade, SpellUpgrade) == 0x000030, "Member 'UFXFilter_SpellUpgrade::SpellUpgrade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSpiderFallTumbleScratchpad \ static_assert(alignof(UAblSpiderFallTumbleScratchpad) == 0x000008, "Wrong alignment on UAblSpiderFallTumbleScratchpad"); \ static_assert(sizeof(UAblSpiderFallTumbleScratchpad) == 0x000040, "Wrong size on UAblSpiderFallTumbleScratchpad"); \ static_assert(offsetof(UAblSpiderFallTumbleScratchpad, AmbulatoryMovementComponent) == 0x000028, "Member 'UAblSpiderFallTumbleScratchpad::AmbulatoryMovementComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_Creature_IdleBreaks \ static_assert(alignof(UBTService_Creature_IdleBreaks) == 0x000008, "Wrong alignment on UBTService_Creature_IdleBreaks"); \ static_assert(sizeof(UBTService_Creature_IdleBreaks) == 0x000078, "Wrong size on UBTService_Creature_IdleBreaks"); \ static_assert(offsetof(UBTService_Creature_IdleBreaks, bCanUseIdleBreaks) == 0x000070, "Member 'UBTService_Creature_IdleBreaks::bCanUseIdleBreaks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_IsValidSize \ static_assert(alignof(UFXFilter_IsValidSize) == 0x000008, "Wrong alignment on UFXFilter_IsValidSize"); \ static_assert(sizeof(UFXFilter_IsValidSize) == 0x000038, "Wrong size on UFXFilter_IsValidSize"); \ static_assert(offsetof(UFXFilter_IsValidSize, SmallestValidSize) == 0x000030, "Member 'UFXFilter_IsValidSize::SmallestValidSize' has a wrong offset!"); \ static_assert(offsetof(UFXFilter_IsValidSize, LargestValidSize) == 0x000031, "Member 'UFXFilter_IsValidSize::LargestValidSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AblSpiderFallTumbleTask_HandleBeginOverlap \ static_assert(alignof(AblSpiderFallTumbleTask_HandleBeginOverlap) == 0x000008, "Wrong alignment on AblSpiderFallTumbleTask_HandleBeginOverlap"); \ static_assert(sizeof(AblSpiderFallTumbleTask_HandleBeginOverlap) == 0x000010, "Wrong size on AblSpiderFallTumbleTask_HandleBeginOverlap"); \ static_assert(offsetof(AblSpiderFallTumbleTask_HandleBeginOverlap, OverlappedActor) == 0x000000, "Member 'AblSpiderFallTumbleTask_HandleBeginOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(AblSpiderFallTumbleTask_HandleBeginOverlap, OtherActor) == 0x000008, "Member 'AblSpiderFallTumbleTask_HandleBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSpiderFallTumbleTask \ static_assert(alignof(UAblSpiderFallTumbleTask) == 0x000008, "Wrong alignment on UAblSpiderFallTumbleTask"); \ static_assert(sizeof(UAblSpiderFallTumbleTask) == 0x0000E8, "Wrong size on UAblSpiderFallTumbleTask"); \ static_assert(offsetof(UAblSpiderFallTumbleTask, ParentClass) == 0x000070, "Member 'UAblSpiderFallTumbleTask::ParentClass' has a wrong offset!"); \ static_assert(offsetof(UAblSpiderFallTumbleTask, ReactionAbility) == 0x000078, "Member 'UAblSpiderFallTumbleTask::ReactionAbility' has a wrong offset!"); \ static_assert(offsetof(UAblSpiderFallTumbleTask, ProtegoReactionAbility) == 0x000080, "Member 'UAblSpiderFallTumbleTask::ProtegoReactionAbility' has a wrong offset!"); \ static_assert(offsetof(UAblSpiderFallTumbleTask, SplatAbility) == 0x000088, "Member 'UAblSpiderFallTumbleTask::SplatAbility' has a wrong offset!"); \ static_assert(offsetof(UAblSpiderFallTumbleTask, BranchAtFloorHeight) == 0x000090, "Member 'UAblSpiderFallTumbleTask::BranchAtFloorHeight' has a wrong offset!"); \ static_assert(offsetof(UAblSpiderFallTumbleTask, MaxSplatSpeed) == 0x000094, "Member 'UAblSpiderFallTumbleTask::MaxSplatSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblSpiderFallTumbleTask, RandRadianAngle) == 0x000098, "Member 'UAblSpiderFallTumbleTask::RandRadianAngle' has a wrong offset!"); \ static_assert(offsetof(UAblSpiderFallTumbleTask, FloorImpactDamping) == 0x00009C, "Member 'UAblSpiderFallTumbleTask::FloorImpactDamping' has a wrong offset!"); \ static_assert(offsetof(UAblSpiderFallTumbleTask, FloorImpactDampingVariance) == 0x0000A0, "Member 'UAblSpiderFallTumbleTask::FloorImpactDampingVariance' has a wrong offset!"); \ static_assert(offsetof(UAblSpiderFallTumbleTask, MinSpeed) == 0x0000A4, "Member 'UAblSpiderFallTumbleTask::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblSpiderFallTumbleTask, MaxSpeed) == 0x0000A8, "Member 'UAblSpiderFallTumbleTask::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UAblSpiderFallTumbleTask, ProtegoParticleSystem) == 0x0000B0, "Member 'UAblSpiderFallTumbleTask::ProtegoParticleSystem' has a wrong offset!"); \ static_assert(offsetof(UAblSpiderFallTumbleTask, AnimationBlendOutOverride) == 0x0000B8, "Member 'UAblSpiderFallTumbleTask::AnimationBlendOutOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyAIPropertyData \ static_assert(alignof(UEnemyAIPropertyData) == 0x000008, "Wrong alignment on UEnemyAIPropertyData"); \ static_assert(sizeof(UEnemyAIPropertyData) == 0x000048, "Wrong size on UEnemyAIPropertyData"); \ static_assert(offsetof(UEnemyAIPropertyData, m_sizeCategory) == 0x000030, "Member 'UEnemyAIPropertyData::m_sizeCategory' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIPropertyData, RotationRate) == 0x000034, "Member 'UEnemyAIPropertyData::RotationRate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIPropertyData, FleeFixedDistance) == 0x000038, "Member 'UEnemyAIPropertyData::FleeFixedDistance' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIPropertyData, PathCheckPtr) == 0x000040, "Member 'UEnemyAIPropertyData::PathCheckPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblStartPositionGetter_FootMatch \ static_assert(alignof(UAblStartPositionGetter_FootMatch) == 0x000008, "Wrong alignment on UAblStartPositionGetter_FootMatch"); \ static_assert(sizeof(UAblStartPositionGetter_FootMatch) == 0x000050, "Wrong size on UAblStartPositionGetter_FootMatch"); \ static_assert(offsetof(UAblStartPositionGetter_FootMatch, FootPositionWeight) == 0x000028, "Member 'UAblStartPositionGetter_FootMatch::FootPositionWeight' has a wrong offset!"); \ static_assert(offsetof(UAblStartPositionGetter_FootMatch, FootVelocityWeight) == 0x000034, "Member 'UAblStartPositionGetter_FootMatch::FootVelocityWeight' has a wrong offset!"); \ static_assert(offsetof(UAblStartPositionGetter_FootMatch, MinStartTime) == 0x000040, "Member 'UAblStartPositionGetter_FootMatch::MinStartTime' has a wrong offset!"); \ static_assert(offsetof(UAblStartPositionGetter_FootMatch, MaxStartTime) == 0x000044, "Member 'UAblStartPositionGetter_FootMatch::MaxStartTime' has a wrong offset!"); \ static_assert(offsetof(UAblStartPositionGetter_FootMatch, SourceTimeOffset) == 0x000048, "Member 'UAblStartPositionGetter_FootMatch::SourceTimeOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACreatureMountTransitionActor \ static_assert(alignof(ACreatureMountTransitionActor) == 0x000008, "Wrong alignment on ACreatureMountTransitionActor"); \ static_assert(sizeof(ACreatureMountTransitionActor) == 0x0003C0, "Wrong size on ACreatureMountTransitionActor"); \ static_assert(offsetof(ACreatureMountTransitionActor, PlayerMountAbility_Start) == 0x000248, "Member 'ACreatureMountTransitionActor::PlayerMountAbility_Start' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, PlayerMountAbility_Cancel) == 0x000250, "Member 'ACreatureMountTransitionActor::PlayerMountAbility_Cancel' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, PlayerMountAbility_Standing) == 0x000258, "Member 'ACreatureMountTransitionActor::PlayerMountAbility_Standing' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, PlayerMountAbility_Trot) == 0x000260, "Member 'ACreatureMountTransitionActor::PlayerMountAbility_Trot' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, PlayerMountAbility_Standing_End_Partial) == 0x000268, "Member 'ACreatureMountTransitionActor::PlayerMountAbility_Standing_End_Partial' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, PlayerMountAbility_Trot_End_Partial) == 0x000270, "Member 'ACreatureMountTransitionActor::PlayerMountAbility_Trot_End_Partial' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, CreatureAbility_Standing_FromBag) == 0x000278, "Member 'ACreatureMountTransitionActor::CreatureAbility_Standing_FromBag' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, CreatureAbility_Trot_FromBag) == 0x000280, "Member 'ACreatureMountTransitionActor::CreatureAbility_Trot_FromBag' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, PlayerDismountAbility_Standing_Start) == 0x000288, "Member 'ACreatureMountTransitionActor::PlayerDismountAbility_Standing_Start' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, PlayerDismountAbility_Trot_Start) == 0x000290, "Member 'ACreatureMountTransitionActor::PlayerDismountAbility_Trot_Start' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, PlayerDismountAbility_Standing) == 0x000298, "Member 'ACreatureMountTransitionActor::PlayerDismountAbility_Standing' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, PlayerDismountAbility_Trot) == 0x0002A0, "Member 'ACreatureMountTransitionActor::PlayerDismountAbility_Trot' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, PlayerDismountAbility_End) == 0x0002A8, "Member 'ACreatureMountTransitionActor::PlayerDismountAbility_End' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, CreatureAbility_Standing_ToBag) == 0x0002B0, "Member 'ACreatureMountTransitionActor::CreatureAbility_Standing_ToBag' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, CreatureAbility_Trot_ToBag) == 0x0002B8, "Member 'ACreatureMountTransitionActor::CreatureAbility_Trot_ToBag' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, MountTransitionAnimState) == 0x0002C0, "Member 'ACreatureMountTransitionActor::MountTransitionAnimState' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, bUseCreatureMountBagVFX) == 0x0002C1, "Member 'ACreatureMountTransitionActor::bUseCreatureMountBagVFX' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, MountSkinFXPreload) == 0x0002C8, "Member 'ACreatureMountTransitionActor::MountSkinFXPreload' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, MountSkinFXPreloadMesh) == 0x0002D0, "Member 'ACreatureMountTransitionActor::MountSkinFXPreloadMesh' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, RiderCharacter) == 0x000378, "Member 'ACreatureMountTransitionActor::RiderCharacter' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, CreatureCharacter) == 0x000380, "Member 'ACreatureMountTransitionActor::CreatureCharacter' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountTransitionActor, SkinFXLoadingBundle) == 0x0003B0, "Member 'ACreatureMountTransitionActor::SkinFXLoadingBundle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Around_InstanceQBUpdateData \ static_assert(alignof(UEnemy_Around_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_Around_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_Around_InstanceQBUpdateData) == 0x000038, "Wrong size on UEnemy_Around_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_UBTDCustomLoopCount_CreatureIdle_NumExploreCycles \ static_assert(alignof(UBTDCustomLoopCount_CreatureIdle_NumExploreCycles) == 0x000008, "Wrong alignment on UBTDCustomLoopCount_CreatureIdle_NumExploreCycles"); \ static_assert(sizeof(UBTDCustomLoopCount_CreatureIdle_NumExploreCycles) == 0x000028, "Wrong size on UBTDCustomLoopCount_CreatureIdle_NumExploreCycles"); \ #define DUMPER7_ASSERTS_USceneActionBlueprintVarProviderBool \ static_assert(alignof(USceneActionBlueprintVarProviderBool) == 0x000008, "Wrong alignment on USceneActionBlueprintVarProviderBool"); \ static_assert(sizeof(USceneActionBlueprintVarProviderBool) == 0x000040, "Wrong size on USceneActionBlueprintVarProviderBool"); \ static_assert(offsetof(USceneActionBlueprintVarProviderBool, Value) == 0x000038, "Member 'USceneActionBlueprintVarProviderBool::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_InstigatorIsPlayer \ static_assert(alignof(UFXFilter_InstigatorIsPlayer) == 0x000008, "Wrong alignment on UFXFilter_InstigatorIsPlayer"); \ static_assert(sizeof(UFXFilter_InstigatorIsPlayer) == 0x000030, "Wrong size on UFXFilter_InstigatorIsPlayer"); \ #define DUMPER7_ASSERTS_UAblStartPositionGetter_NpcFootMatch \ static_assert(alignof(UAblStartPositionGetter_NpcFootMatch) == 0x000008, "Wrong alignment on UAblStartPositionGetter_NpcFootMatch"); \ static_assert(sizeof(UAblStartPositionGetter_NpcFootMatch) == 0x000050, "Wrong size on UAblStartPositionGetter_NpcFootMatch"); \ #define DUMPER7_ASSERTS_TriggerEffectComponent_AddObjectTypeToAffect \ static_assert(alignof(TriggerEffectComponent_AddObjectTypeToAffect) == 0x000001, "Wrong alignment on TriggerEffectComponent_AddObjectTypeToAffect"); \ static_assert(sizeof(TriggerEffectComponent_AddObjectTypeToAffect) == 0x000001, "Wrong size on TriggerEffectComponent_AddObjectTypeToAffect"); \ static_assert(offsetof(TriggerEffectComponent_AddObjectTypeToAffect, ObjectType) == 0x000000, "Member 'TriggerEffectComponent_AddObjectTypeToAffect::ObjectType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TriggerEffectComponent_RemoveObjectTypeToAffect \ static_assert(alignof(TriggerEffectComponent_RemoveObjectTypeToAffect) == 0x000001, "Wrong alignment on TriggerEffectComponent_RemoveObjectTypeToAffect"); \ static_assert(sizeof(TriggerEffectComponent_RemoveObjectTypeToAffect) == 0x000001, "Wrong size on TriggerEffectComponent_RemoveObjectTypeToAffect"); \ static_assert(offsetof(TriggerEffectComponent_RemoveObjectTypeToAffect, ObjectType) == 0x000000, "Member 'TriggerEffectComponent_RemoveObjectTypeToAffect::ObjectType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTriggerEffectComponent \ static_assert(alignof(UTriggerEffectComponent) == 0x000010, "Wrong alignment on UTriggerEffectComponent"); \ static_assert(sizeof(UTriggerEffectComponent) == 0x0002A0, "Wrong size on UTriggerEffectComponent"); \ static_assert(offsetof(UTriggerEffectComponent, TriggerForEffect) == 0x000218, "Member 'UTriggerEffectComponent::TriggerForEffect' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffectComponent, SpellToBeUsed) == 0x000220, "Member 'UTriggerEffectComponent::SpellToBeUsed' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffectComponent, TimeBeforeTriggerStarts) == 0x000228, "Member 'UTriggerEffectComponent::TimeBeforeTriggerStarts' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffectComponent, bUseSpellImpactFX) == 0x00022C, "Member 'UTriggerEffectComponent::bUseSpellImpactFX' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffectComponent, bUseSpellMuzzleFX) == 0x00022D, "Member 'UTriggerEffectComponent::bUseSpellMuzzleFX' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffectComponent, TriggerEffectVfx) == 0x000230, "Member 'UTriggerEffectComponent::TriggerEffectVfx' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffectComponent, TriggerEffectSfx) == 0x000238, "Member 'UTriggerEffectComponent::TriggerEffectSfx' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffectComponent, bAffectsSpecificActors) == 0x000240, "Member 'UTriggerEffectComponent::bAffectsSpecificActors' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffectComponent, ActorsToAffect) == 0x000248, "Member 'UTriggerEffectComponent::ActorsToAffect' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffectComponent, bUseRadiusForEffect) == 0x000258, "Member 'UTriggerEffectComponent::bUseRadiusForEffect' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffectComponent, Radius) == 0x00025C, "Member 'UTriggerEffectComponent::Radius' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffectComponent, ObjectTypesToAffect) == 0x000268, "Member 'UTriggerEffectComponent::ObjectTypesToAffect' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffectComponent, ParticleSystemComponent) == 0x000280, "Member 'UTriggerEffectComponent::ParticleSystemComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_SecondsBetweenSpawns \ static_assert(alignof(UFXFilter_SecondsBetweenSpawns) == 0x000008, "Wrong alignment on UFXFilter_SecondsBetweenSpawns"); \ static_assert(sizeof(UFXFilter_SecondsBetweenSpawns) == 0x000038, "Wrong size on UFXFilter_SecondsBetweenSpawns"); \ static_assert(offsetof(UFXFilter_SecondsBetweenSpawns, SecondsBetweenSpawns) == 0x000030, "Member 'UFXFilter_SecondsBetweenSpawns::SecondsBetweenSpawns' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblStartPositionGetter_MatchAnimationPosition \ static_assert(alignof(UAblStartPositionGetter_MatchAnimationPosition) == 0x000008, "Wrong alignment on UAblStartPositionGetter_MatchAnimationPosition"); \ static_assert(sizeof(UAblStartPositionGetter_MatchAnimationPosition) == 0x000030, "Wrong size on UAblStartPositionGetter_MatchAnimationPosition"); \ static_assert(offsetof(UAblStartPositionGetter_MatchAnimationPosition, SourceCharacterGetter) == 0x000028, "Member 'UAblStartPositionGetter_MatchAnimationPosition::SourceCharacterGetter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblStartPositionGetter_MountRider \ static_assert(alignof(UAblStartPositionGetter_MountRider) == 0x000008, "Wrong alignment on UAblStartPositionGetter_MountRider"); \ static_assert(sizeof(UAblStartPositionGetter_MountRider) == 0x000038, "Wrong size on UAblStartPositionGetter_MountRider"); \ static_assert(offsetof(UAblStartPositionGetter_MountRider, RequiredAbility) == 0x000030, "Member 'UAblStartPositionGetter_MountRider::RequiredAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblStartPositionGetter_MatchPrevious \ static_assert(alignof(UAblStartPositionGetter_MatchPrevious) == 0x000008, "Wrong alignment on UAblStartPositionGetter_MatchPrevious"); \ static_assert(sizeof(UAblStartPositionGetter_MatchPrevious) == 0x000028, "Wrong size on UAblStartPositionGetter_MatchPrevious"); \ #define DUMPER7_ASSERTS_UBTService_Creature_ShouldExitSlot \ static_assert(alignof(UBTService_Creature_ShouldExitSlot) == 0x000008, "Wrong alignment on UBTService_Creature_ShouldExitSlot"); \ static_assert(sizeof(UBTService_Creature_ShouldExitSlot) == 0x000098, "Wrong size on UBTService_Creature_ShouldExitSlot"); \ static_assert(offsetof(UBTService_Creature_ShouldExitSlot, BlackboardKey) == 0x000070, "Member 'UBTService_Creature_ShouldExitSlot::BlackboardKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablStartPositionGetter_NPCSpawnAnim \ static_assert(alignof(UablStartPositionGetter_NPCSpawnAnim) == 0x000008, "Wrong alignment on UablStartPositionGetter_NPCSpawnAnim"); \ static_assert(sizeof(UablStartPositionGetter_NPCSpawnAnim) == 0x000028, "Wrong size on UablStartPositionGetter_NPCSpawnAnim"); \ #define DUMPER7_ASSERTS_UEnemy_Reposition_QBUpdateData \ static_assert(alignof(UEnemy_Reposition_QBUpdateData) == 0x000008, "Wrong alignment on UEnemy_Reposition_QBUpdateData"); \ static_assert(sizeof(UEnemy_Reposition_QBUpdateData) == 0x000050, "Wrong size on UEnemy_Reposition_QBUpdateData"); \ #define DUMPER7_ASSERTS_UAblStartPositionGetter_Protego \ static_assert(alignof(UAblStartPositionGetter_Protego) == 0x000008, "Wrong alignment on UAblStartPositionGetter_Protego"); \ static_assert(sizeof(UAblStartPositionGetter_Protego) == 0x000030, "Wrong size on UAblStartPositionGetter_Protego"); \ static_assert(offsetof(UAblStartPositionGetter_Protego, ImpactFrame) == 0x000028, "Member 'UAblStartPositionGetter_Protego::ImpactFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblStartPositionGetter_TimeMatch \ static_assert(alignof(UAblStartPositionGetter_TimeMatch) == 0x000008, "Wrong alignment on UAblStartPositionGetter_TimeMatch"); \ static_assert(sizeof(UAblStartPositionGetter_TimeMatch) == 0x000030, "Wrong size on UAblStartPositionGetter_TimeMatch"); \ static_assert(offsetof(UAblStartPositionGetter_TimeMatch, bOnlyTimeMatchIfAnimInstanceAgrees) == 0x000028, "Member 'UAblStartPositionGetter_TimeMatch::bOnlyTimeMatchIfAnimInstanceAgrees' has a wrong offset!"); \ static_assert(offsetof(UAblStartPositionGetter_TimeMatch, bSetFixedDirectionForTurnAssist) == 0x000029, "Member 'UAblStartPositionGetter_TimeMatch::bSetFixedDirectionForTurnAssist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablStartPositionGetter_TrollSwing \ static_assert(alignof(UablStartPositionGetter_TrollSwing) == 0x000008, "Wrong alignment on UablStartPositionGetter_TrollSwing"); \ static_assert(sizeof(UablStartPositionGetter_TrollSwing) == 0x000030, "Wrong size on UablStartPositionGetter_TrollSwing"); \ static_assert(offsetof(UablStartPositionGetter_TrollSwing, ForehandStartTime) == 0x000028, "Member 'UablStartPositionGetter_TrollSwing::ForehandStartTime' has a wrong offset!"); \ static_assert(offsetof(UablStartPositionGetter_TrollSwing, BackhandStartTime) == 0x00002C, "Member 'UablStartPositionGetter_TrollSwing::BackhandStartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPC_MobilitySpeedChoice \ static_assert(alignof(UNPC_MobilitySpeedChoice) == 0x000008, "Wrong alignment on UNPC_MobilitySpeedChoice"); \ static_assert(sizeof(UNPC_MobilitySpeedChoice) == 0x000028, "Wrong size on UNPC_MobilitySpeedChoice"); \ #define DUMPER7_ASSERTS_UWolf_CloseDistanceSpeedChoice \ static_assert(alignof(UWolf_CloseDistanceSpeedChoice) == 0x000008, "Wrong alignment on UWolf_CloseDistanceSpeedChoice"); \ static_assert(sizeof(UWolf_CloseDistanceSpeedChoice) == 0x000040, "Wrong size on UWolf_CloseDistanceSpeedChoice"); \ static_assert(offsetof(UWolf_CloseDistanceSpeedChoice, CloseDistance) == 0x000028, "Member 'UWolf_CloseDistanceSpeedChoice::CloseDistance' has a wrong offset!"); \ static_assert(offsetof(UWolf_CloseDistanceSpeedChoice, MiddleDistance) == 0x00002C, "Member 'UWolf_CloseDistanceSpeedChoice::MiddleDistance' has a wrong offset!"); \ static_assert(offsetof(UWolf_CloseDistanceSpeedChoice, CloseSpeed) == 0x000030, "Member 'UWolf_CloseDistanceSpeedChoice::CloseSpeed' has a wrong offset!"); \ static_assert(offsetof(UWolf_CloseDistanceSpeedChoice, MiddleSpeed) == 0x000034, "Member 'UWolf_CloseDistanceSpeedChoice::MiddleSpeed' has a wrong offset!"); \ static_assert(offsetof(UWolf_CloseDistanceSpeedChoice, FarSpeed) == 0x000038, "Member 'UWolf_CloseDistanceSpeedChoice::FarSpeed' has a wrong offset!"); \ static_assert(offsetof(UWolf_CloseDistanceSpeedChoice, UpdateTime) == 0x00003C, "Member 'UWolf_CloseDistanceSpeedChoice::UpdateTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSuperSlamVelocityDampenerTask \ static_assert(alignof(UAblSuperSlamVelocityDampenerTask) == 0x000008, "Wrong alignment on UAblSuperSlamVelocityDampenerTask"); \ static_assert(sizeof(UAblSuperSlamVelocityDampenerTask) == 0x000080, "Wrong size on UAblSuperSlamVelocityDampenerTask"); \ static_assert(offsetof(UAblSuperSlamVelocityDampenerTask, AngularVelocityMultiplier) == 0x000070, "Member 'UAblSuperSlamVelocityDampenerTask::AngularVelocityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAblSuperSlamVelocityDampenerTask, LinearVelocityMultiplier) == 0x000074, "Member 'UAblSuperSlamVelocityDampenerTask::LinearVelocityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAblSuperSlamVelocityDampenerTask, AngularDamping) == 0x000078, "Member 'UAblSuperSlamVelocityDampenerTask::AngularDamping' has a wrong offset!"); \ static_assert(offsetof(UAblSuperSlamVelocityDampenerTask, LinearDamping) == 0x00007C, "Member 'UAblSuperSlamVelocityDampenerTask::LinearDamping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSuperSlamSpawnPhysicsActorScratchpad \ static_assert(alignof(UAblSuperSlamSpawnPhysicsActorScratchpad) == 0x000008, "Wrong alignment on UAblSuperSlamSpawnPhysicsActorScratchpad"); \ static_assert(sizeof(UAblSuperSlamSpawnPhysicsActorScratchpad) == 0x000038, "Wrong size on UAblSuperSlamSpawnPhysicsActorScratchpad"); \ static_assert(offsetof(UAblSuperSlamSpawnPhysicsActorScratchpad, Actors) == 0x000028, "Member 'UAblSuperSlamSpawnPhysicsActorScratchpad::Actors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_SetBlackboardBool \ static_assert(alignof(UBTTask_SetBlackboardBool) == 0x000008, "Wrong alignment on UBTTask_SetBlackboardBool"); \ static_assert(sizeof(UBTTask_SetBlackboardBool) == 0x0000A0, "Wrong size on UBTTask_SetBlackboardBool"); \ static_assert(offsetof(UBTTask_SetBlackboardBool, Value) == 0x000098, "Member 'UBTTask_SetBlackboardBool::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSuperSlamSpawnPhysicsActorTask \ static_assert(alignof(UAblSuperSlamSpawnPhysicsActorTask) == 0x000008, "Wrong alignment on UAblSuperSlamSpawnPhysicsActorTask"); \ static_assert(sizeof(UAblSuperSlamSpawnPhysicsActorTask) == 0x0000E0, "Wrong size on UAblSuperSlamSpawnPhysicsActorTask"); \ static_assert(offsetof(UAblSuperSlamSpawnPhysicsActorTask, MinNumberOfItems) == 0x000070, "Member 'UAblSuperSlamSpawnPhysicsActorTask::MinNumberOfItems' has a wrong offset!"); \ static_assert(offsetof(UAblSuperSlamSpawnPhysicsActorTask, MaxNumberOfItems) == 0x000074, "Member 'UAblSuperSlamSpawnPhysicsActorTask::MaxNumberOfItems' has a wrong offset!"); \ static_assert(offsetof(UAblSuperSlamSpawnPhysicsActorTask, ConeAngle) == 0x000078, "Member 'UAblSuperSlamSpawnPhysicsActorTask::ConeAngle' has a wrong offset!"); \ static_assert(offsetof(UAblSuperSlamSpawnPhysicsActorTask, MinForce) == 0x00007C, "Member 'UAblSuperSlamSpawnPhysicsActorTask::MinForce' has a wrong offset!"); \ static_assert(offsetof(UAblSuperSlamSpawnPhysicsActorTask, MaxForce) == 0x000080, "Member 'UAblSuperSlamSpawnPhysicsActorTask::MaxForce' has a wrong offset!"); \ static_assert(offsetof(UAblSuperSlamSpawnPhysicsActorTask, MinAngularForce) == 0x000084, "Member 'UAblSuperSlamSpawnPhysicsActorTask::MinAngularForce' has a wrong offset!"); \ static_assert(offsetof(UAblSuperSlamSpawnPhysicsActorTask, MaxAngularForce) == 0x000088, "Member 'UAblSuperSlamSpawnPhysicsActorTask::MaxAngularForce' has a wrong offset!"); \ static_assert(offsetof(UAblSuperSlamSpawnPhysicsActorTask, MeshHolders) == 0x000090, "Member 'UAblSuperSlamSpawnPhysicsActorTask::MeshHolders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSourceSanctuaryIdentityLightProbeCapture \ static_assert(alignof(UTimeSourceSanctuaryIdentityLightProbeCapture) == 0x000008, "Wrong alignment on UTimeSourceSanctuaryIdentityLightProbeCapture"); \ static_assert(sizeof(UTimeSourceSanctuaryIdentityLightProbeCapture) == 0x000028, "Wrong size on UTimeSourceSanctuaryIdentityLightProbeCapture"); \ #define DUMPER7_ASSERTS_UAblSuperSlamForceHelperScratchpad \ static_assert(alignof(UAblSuperSlamForceHelperScratchpad) == 0x000008, "Wrong alignment on UAblSuperSlamForceHelperScratchpad"); \ static_assert(sizeof(UAblSuperSlamForceHelperScratchpad) == 0x000038, "Wrong size on UAblSuperSlamForceHelperScratchpad"); \ static_assert(offsetof(UAblSuperSlamForceHelperScratchpad, SkeletalMeshComp) == 0x000028, "Member 'UAblSuperSlamForceHelperScratchpad::SkeletalMeshComp' has a wrong offset!"); \ static_assert(offsetof(UAblSuperSlamForceHelperScratchpad, SuperSlamScratchpad) == 0x000030, "Member 'UAblSuperSlamForceHelperScratchpad::SuperSlamScratchpad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_StationHouseGender \ static_assert(alignof(UEnvQueryTest_StationHouseGender) == 0x000008, "Wrong alignment on UEnvQueryTest_StationHouseGender"); \ static_assert(sizeof(UEnvQueryTest_StationHouseGender) == 0x0001F8, "Wrong size on UEnvQueryTest_StationHouseGender"); \ #define DUMPER7_ASSERTS_USceneAction_ExternalRenderingCutBase \ static_assert(alignof(USceneAction_ExternalRenderingCutBase) == 0x000008, "Wrong alignment on USceneAction_ExternalRenderingCutBase"); \ static_assert(sizeof(USceneAction_ExternalRenderingCutBase) == 0x000088, "Wrong size on USceneAction_ExternalRenderingCutBase"); \ #define DUMPER7_ASSERTS_UAblSuperSlamForceHelperTask \ static_assert(alignof(UAblSuperSlamForceHelperTask) == 0x000008, "Wrong alignment on UAblSuperSlamForceHelperTask"); \ static_assert(sizeof(UAblSuperSlamForceHelperTask) == 0x000070, "Wrong size on UAblSuperSlamForceHelperTask"); \ #define DUMPER7_ASSERTS_UWolf_AttackChoice_BiteRight \ static_assert(alignof(UWolf_AttackChoice_BiteRight) == 0x000008, "Wrong alignment on UWolf_AttackChoice_BiteRight"); \ static_assert(sizeof(UWolf_AttackChoice_BiteRight) == 0x000028, "Wrong size on UWolf_AttackChoice_BiteRight"); \ #define DUMPER7_ASSERTS_UAblSuperSlamSetCurveTask \ static_assert(alignof(UAblSuperSlamSetCurveTask) == 0x000008, "Wrong alignment on UAblSuperSlamSetCurveTask"); \ static_assert(sizeof(UAblSuperSlamSetCurveTask) == 0x000080, "Wrong size on UAblSuperSlamSetCurveTask"); \ static_assert(offsetof(UAblSuperSlamSetCurveTask, Curves) == 0x000070, "Member 'UAblSuperSlamSetCurveTask::Curves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblSyncCameraTimeDilationTask \ static_assert(alignof(UAblSyncCameraTimeDilationTask) == 0x000008, "Wrong alignment on UAblSyncCameraTimeDilationTask"); \ static_assert(sizeof(UAblSyncCameraTimeDilationTask) == 0x000070, "Wrong size on UAblSyncCameraTimeDilationTask"); \ #define DUMPER7_ASSERTS_UAblTargetTrackerTaskScratchPad \ static_assert(alignof(UAblTargetTrackerTaskScratchPad) == 0x000008, "Wrong alignment on UAblTargetTrackerTaskScratchPad"); \ static_assert(sizeof(UAblTargetTrackerTaskScratchPad) == 0x000030, "Wrong size on UAblTargetTrackerTaskScratchPad"); \ static_assert(offsetof(UAblTargetTrackerTaskScratchPad, TargetTracker) == 0x000028, "Member 'UAblTargetTrackerTaskScratchPad::TargetTracker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CallOutComponent_AttackThreatDataHandler \ static_assert(alignof(CallOutComponent_AttackThreatDataHandler) == 0x000008, "Wrong alignment on CallOutComponent_AttackThreatDataHandler"); \ static_assert(sizeof(CallOutComponent_AttackThreatDataHandler) == 0x000060, "Wrong size on CallOutComponent_AttackThreatDataHandler"); \ static_assert(offsetof(CallOutComponent_AttackThreatDataHandler, i_caller) == 0x000000, "Member 'CallOutComponent_AttackThreatDataHandler::i_caller' has a wrong offset!"); \ static_assert(offsetof(CallOutComponent_AttackThreatDataHandler, AttackThreatData) == 0x000008, "Member 'CallOutComponent_AttackThreatDataHandler::AttackThreatData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CallOutComponent_AwareStateInfoHandler \ static_assert(alignof(CallOutComponent_AwareStateInfoHandler) == 0x000008, "Wrong alignment on CallOutComponent_AwareStateInfoHandler"); \ static_assert(sizeof(CallOutComponent_AwareStateInfoHandler) == 0x000010, "Wrong size on CallOutComponent_AwareStateInfoHandler"); \ static_assert(offsetof(CallOutComponent_AwareStateInfoHandler, i_caller) == 0x000000, "Member 'CallOutComponent_AwareStateInfoHandler::i_caller' has a wrong offset!"); \ static_assert(offsetof(CallOutComponent_AwareStateInfoHandler, AwareStateInfo) == 0x000008, "Member 'CallOutComponent_AwareStateInfoHandler::AwareStateInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CallOutComponent_OnOutroEnded \ static_assert(alignof(CallOutComponent_OnOutroEnded) == 0x000008, "Wrong alignment on CallOutComponent_OnOutroEnded"); \ static_assert(sizeof(CallOutComponent_OnOutroEnded) == 0x000010, "Wrong size on CallOutComponent_OnOutroEnded"); \ static_assert(offsetof(CallOutComponent_OnOutroEnded, BaseItem) == 0x000000, "Member 'CallOutComponent_OnOutroEnded::BaseItem' has a wrong offset!"); \ static_assert(offsetof(CallOutComponent_OnOutroEnded, OutroType) == 0x000008, "Member 'CallOutComponent_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCallOutComponent \ static_assert(alignof(UCallOutComponent) == 0x000010, "Wrong alignment on UCallOutComponent"); \ static_assert(sizeof(UCallOutComponent) == 0x000700, "Wrong size on UCallOutComponent"); \ static_assert(offsetof(UCallOutComponent, OnScreen) == 0x0005D0, "Member 'UCallOutComponent::OnScreen' has a wrong offset!"); \ static_assert(offsetof(UCallOutComponent, targeted) == 0x0005D1, "Member 'UCallOutComponent::targeted' has a wrong offset!"); \ static_assert(offsetof(UCallOutComponent, EnemytoPlayer) == 0x0005D2, "Member 'UCallOutComponent::EnemytoPlayer' has a wrong offset!"); \ static_assert(offsetof(UCallOutComponent, OnAssociatedBeaconUpdated) == 0x0005D8, "Member 'UCallOutComponent::OnAssociatedBeaconUpdated' has a wrong offset!"); \ static_assert(offsetof(UCallOutComponent, BeaconIconName) == 0x000610, "Member 'UCallOutComponent::BeaconIconName' has a wrong offset!"); \ static_assert(offsetof(UCallOutComponent, BeaconTrackingBorder) == 0x000618, "Member 'UCallOutComponent::BeaconTrackingBorder' has a wrong offset!"); \ static_assert(offsetof(UCallOutComponent, BeaconColor) == 0x000628, "Member 'UCallOutComponent::BeaconColor' has a wrong offset!"); \ static_assert(offsetof(UCallOutComponent, BeaconSize) == 0x000638, "Member 'UCallOutComponent::BeaconSize' has a wrong offset!"); \ static_assert(offsetof(UCallOutComponent, IsBeaconTracked) == 0x00063C, "Member 'UCallOutComponent::IsBeaconTracked' has a wrong offset!"); \ static_assert(offsetof(UCallOutComponent, CurrentAttackStateInfo) == 0x00063D, "Member 'UCallOutComponent::CurrentAttackStateInfo' has a wrong offset!"); \ static_assert(offsetof(UCallOutComponent, CurrentAwareStateInfo) == 0x000640, "Member 'UCallOutComponent::CurrentAwareStateInfo' has a wrong offset!"); \ static_assert(offsetof(UCallOutComponent, PostAlertKeepActiveTime) == 0x000648, "Member 'UCallOutComponent::PostAlertKeepActiveTime' has a wrong offset!"); \ static_assert(offsetof(UCallOutComponent, EnemyAIComp) == 0x0006D0, "Member 'UCallOutComponent::EnemyAIComp' has a wrong offset!"); \ static_assert(offsetof(UCallOutComponent, MyScheduledEntity) == 0x0006D8, "Member 'UCallOutComponent::MyScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(UCallOutComponent, OffScreenWidget) == 0x0006E0, "Member 'UCallOutComponent::OffScreenWidget' has a wrong offset!"); \ static_assert(offsetof(UCallOutComponent, OffScreenArrow) == 0x0006E8, "Member 'UCallOutComponent::OffScreenArrow' has a wrong offset!"); \ static_assert(offsetof(UCallOutComponent, OffscreenWidgetHudSlot) == 0x0006F0, "Member 'UCallOutComponent::OffscreenWidgetHudSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTargetTrackerTask \ static_assert(alignof(UAblTargetTrackerTask) == 0x000008, "Wrong alignment on UAblTargetTrackerTask"); \ static_assert(sizeof(UAblTargetTrackerTask) == 0x000078, "Wrong size on UAblTargetTrackerTask"); \ static_assert(offsetof(UAblTargetTrackerTask, TargetTrackerType) == 0x000070, "Member 'UAblTargetTrackerTask::TargetTrackerType' has a wrong offset!"); \ static_assert(offsetof(UAblTargetTrackerTask, TargetType) == 0x000071, "Member 'UAblTargetTrackerTask::TargetType' has a wrong offset!"); \ static_assert(offsetof(UAblTargetTrackerTask, TargetPriority) == 0x000072, "Member 'UAblTargetTrackerTask::TargetPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExplosiveBarrel_ApplyOnFireDoT \ static_assert(alignof(ExplosiveBarrel_ApplyOnFireDoT) == 0x000008, "Wrong alignment on ExplosiveBarrel_ApplyOnFireDoT"); \ static_assert(sizeof(ExplosiveBarrel_ApplyOnFireDoT) == 0x000010, "Wrong size on ExplosiveBarrel_ApplyOnFireDoT"); \ static_assert(offsetof(ExplosiveBarrel_ApplyOnFireDoT, Target) == 0x000000, "Member 'ExplosiveBarrel_ApplyOnFireDoT::Target' has a wrong offset!"); \ static_assert(offsetof(ExplosiveBarrel_ApplyOnFireDoT, InInstigator) == 0x000008, "Member 'ExplosiveBarrel_ApplyOnFireDoT::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExplosiveBarrel_ExplodeDamage \ static_assert(alignof(ExplosiveBarrel_ExplodeDamage) == 0x000008, "Wrong alignment on ExplosiveBarrel_ExplodeDamage"); \ static_assert(sizeof(ExplosiveBarrel_ExplodeDamage) == 0x000010, "Wrong size on ExplosiveBarrel_ExplodeDamage"); \ static_assert(offsetof(ExplosiveBarrel_ExplodeDamage, DamageActor) == 0x000000, "Member 'ExplosiveBarrel_ExplodeDamage::DamageActor' has a wrong offset!"); \ static_assert(offsetof(ExplosiveBarrel_ExplodeDamage, ReturnValue) == 0x000008, "Member 'ExplosiveBarrel_ExplodeDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExplosiveBarrel_SortAffectedActors \ static_assert(alignof(ExplosiveBarrel_SortAffectedActors) == 0x000008, "Wrong alignment on ExplosiveBarrel_SortAffectedActors"); \ static_assert(sizeof(ExplosiveBarrel_SortAffectedActors) == 0x000010, "Wrong size on ExplosiveBarrel_SortAffectedActors"); \ static_assert(offsetof(ExplosiveBarrel_SortAffectedActors, OutActors) == 0x000000, "Member 'ExplosiveBarrel_SortAffectedActors::OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExplosiveBarrel_SphereOverlap \ static_assert(alignof(ExplosiveBarrel_SphereOverlap) == 0x000008, "Wrong alignment on ExplosiveBarrel_SphereOverlap"); \ static_assert(sizeof(ExplosiveBarrel_SphereOverlap) == 0x000018, "Wrong size on ExplosiveBarrel_SphereOverlap"); \ static_assert(offsetof(ExplosiveBarrel_SphereOverlap, OutActors) == 0x000000, "Member 'ExplosiveBarrel_SphereOverlap::OutActors' has a wrong offset!"); \ static_assert(offsetof(ExplosiveBarrel_SphereOverlap, ReturnValue) == 0x000010, "Member 'ExplosiveBarrel_SphereOverlap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExplosiveBarrel_GetExplosionVFXScale \ static_assert(alignof(ExplosiveBarrel_GetExplosionVFXScale) == 0x000004, "Wrong alignment on ExplosiveBarrel_GetExplosionVFXScale"); \ static_assert(sizeof(ExplosiveBarrel_GetExplosionVFXScale) == 0x000004, "Wrong size on ExplosiveBarrel_GetExplosionVFXScale"); \ static_assert(offsetof(ExplosiveBarrel_GetExplosionVFXScale, ReturnValue) == 0x000000, "Member 'ExplosiveBarrel_GetExplosionVFXScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AExplosiveBarrel \ static_assert(alignof(AExplosiveBarrel) == 0x000008, "Wrong alignment on AExplosiveBarrel"); \ static_assert(sizeof(AExplosiveBarrel) == 0x000378, "Wrong size on AExplosiveBarrel"); \ static_assert(offsetof(AExplosiveBarrel, BarrelMesh) == 0x0002B0, "Member 'AExplosiveBarrel::BarrelMesh' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, bSimulatePhysics) == 0x0002B8, "Member 'AExplosiveBarrel::bSimulatePhysics' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, ExplosionTimer) == 0x0002BC, "Member 'AExplosiveBarrel::ExplosionTimer' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, ExplodeDelay) == 0x0002C0, "Member 'AExplosiveBarrel::ExplodeDelay' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, ExplosionRadius) == 0x0002C4, "Member 'AExplosiveBarrel::ExplosionRadius' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, Falloff) == 0x0002C8, "Member 'AExplosiveBarrel::Falloff' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, ImpulseStrength) == 0x0002CC, "Member 'AExplosiveBarrel::ImpulseStrength' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, AdditionalRadialForce) == 0x0002D0, "Member 'AExplosiveBarrel::AdditionalRadialForce' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, ExplosionVFXScale) == 0x0002D4, "Member 'AExplosiveBarrel::ExplosionVFXScale' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, ExplosionDamage_Objects) == 0x0002D8, "Member 'AExplosiveBarrel::ExplosionDamage_Objects' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, ExplosionDamage_Pawns) == 0x0002DC, "Member 'AExplosiveBarrel::ExplosionDamage_Pawns' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, PropagateFireChance) == 0x0002E0, "Member 'AExplosiveBarrel::PropagateFireChance' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, FireDamage) == 0x0002E4, "Member 'AExplosiveBarrel::FireDamage' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, IgnoreActors) == 0x0002E8, "Member 'AExplosiveBarrel::IgnoreActors' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, TraceVisibility) == 0x0002F8, "Member 'AExplosiveBarrel::TraceVisibility' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, BombardaExplosionRadius) == 0x0002FC, "Member 'AExplosiveBarrel::BombardaExplosionRadius' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, BombardaImpulseStrength) == 0x000300, "Member 'AExplosiveBarrel::BombardaImpulseStrength' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, BombardaAdditionalRadialForce) == 0x000304, "Member 'AExplosiveBarrel::BombardaAdditionalRadialForce' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, BombardaExplosionVFXScale) == 0x000308, "Member 'AExplosiveBarrel::BombardaExplosionVFXScale' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, BombardaExplosionDamage_Objects) == 0x00030C, "Member 'AExplosiveBarrel::BombardaExplosionDamage_Objects' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, BombardaExplosionDamage_Pawns) == 0x000310, "Member 'AExplosiveBarrel::BombardaExplosionDamage_Pawns' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, OverlapActorTypes) == 0x000318, "Member 'AExplosiveBarrel::OverlapActorTypes' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, BarrelInstigator) == 0x000328, "Member 'AExplosiveBarrel::BarrelInstigator' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, DamageTags) == 0x000330, "Member 'AExplosiveBarrel::DamageTags' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, DamageDataAsset) == 0x000350, "Member 'AExplosiveBarrel::DamageDataAsset' has a wrong offset!"); \ static_assert(offsetof(AExplosiveBarrel, ExplosionIgnoreActors) == 0x000358, "Member 'AExplosiveBarrel::ExplosionIgnoreActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTaskCondition_DamageOverTime \ static_assert(alignof(UAblTaskCondition_DamageOverTime) == 0x000008, "Wrong alignment on UAblTaskCondition_DamageOverTime"); \ static_assert(sizeof(UAblTaskCondition_DamageOverTime) == 0x000030, "Wrong size on UAblTaskCondition_DamageOverTime"); \ static_assert(offsetof(UAblTaskCondition_DamageOverTime, DoT_Type) == 0x000028, "Member 'UAblTaskCondition_DamageOverTime::DoT_Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEULAPageWidget \ static_assert(alignof(UEULAPageWidget) == 0x000008, "Wrong alignment on UEULAPageWidget"); \ static_assert(sizeof(UEULAPageWidget) == 0x000328, "Wrong size on UEULAPageWidget"); \ #define DUMPER7_ASSERTS_UAblTaskConditionScratchpad_HermesMessage \ static_assert(alignof(UAblTaskConditionScratchpad_HermesMessage) == 0x000008, "Wrong alignment on UAblTaskConditionScratchpad_HermesMessage"); \ static_assert(sizeof(UAblTaskConditionScratchpad_HermesMessage) == 0x000040, "Wrong size on UAblTaskConditionScratchpad_HermesMessage"); \ #define DUMPER7_ASSERTS_UAblTaskCondition_HermesMessage \ static_assert(alignof(UAblTaskCondition_HermesMessage) == 0x000008, "Wrong alignment on UAblTaskCondition_HermesMessage"); \ static_assert(sizeof(UAblTaskCondition_HermesMessage) == 0x000030, "Wrong size on UAblTaskCondition_HermesMessage"); \ static_assert(offsetof(UAblTaskCondition_HermesMessage, HermesMessageName) == 0x000028, "Member 'UAblTaskCondition_HermesMessage::HermesMessageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVanishmentQueue \ static_assert(alignof(UVanishmentQueue) == 0x000008, "Wrong alignment on UVanishmentQueue"); \ static_assert(sizeof(UVanishmentQueue) == 0x000048, "Wrong size on UVanishmentQueue"); \ #define DUMPER7_ASSERTS_UAvaAudioConvDataSREditorAccessors \ static_assert(alignof(UAvaAudioConvDataSREditorAccessors) == 0x000008, "Wrong alignment on UAvaAudioConvDataSREditorAccessors"); \ static_assert(sizeof(UAvaAudioConvDataSREditorAccessors) == 0x000028, "Wrong size on UAvaAudioConvDataSREditorAccessors"); \ #define DUMPER7_ASSERTS_UAblTaskCondition_HitBySpell \ static_assert(alignof(UAblTaskCondition_HitBySpell) == 0x000008, "Wrong alignment on UAblTaskCondition_HitBySpell"); \ static_assert(sizeof(UAblTaskCondition_HitBySpell) == 0x000030, "Wrong size on UAblTaskCondition_HitBySpell"); \ static_assert(offsetof(UAblTaskCondition_HitBySpell, SpellName) == 0x000028, "Member 'UAblTaskCondition_HitBySpell::SpellName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTaskConditionScratchpad_InteractionArchitectChild \ static_assert(alignof(UAblTaskConditionScratchpad_InteractionArchitectChild) == 0x000008, "Wrong alignment on UAblTaskConditionScratchpad_InteractionArchitectChild"); \ static_assert(sizeof(UAblTaskConditionScratchpad_InteractionArchitectChild) == 0x000038, "Wrong size on UAblTaskConditionScratchpad_InteractionArchitectChild"); \ static_assert(offsetof(UAblTaskConditionScratchpad_InteractionArchitectChild, InteractionArchitectAsset) == 0x000030, "Member 'UAblTaskConditionScratchpad_InteractionArchitectChild::InteractionArchitectAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTaskCondition_InteractionArchitectChild \ static_assert(alignof(UAblTaskCondition_InteractionArchitectChild) == 0x000008, "Wrong alignment on UAblTaskCondition_InteractionArchitectChild"); \ static_assert(sizeof(UAblTaskCondition_InteractionArchitectChild) == 0x000038, "Wrong size on UAblTaskCondition_InteractionArchitectChild"); \ static_assert(offsetof(UAblTaskCondition_InteractionArchitectChild, Parent) == 0x000028, "Member 'UAblTaskCondition_InteractionArchitectChild::Parent' has a wrong offset!"); \ static_assert(offsetof(UAblTaskCondition_InteractionArchitectChild, bIncludeSelf) == 0x000030, "Member 'UAblTaskCondition_InteractionArchitectChild::bIncludeSelf' has a wrong offset!"); \ static_assert(offsetof(UAblTaskCondition_InteractionArchitectChild, Project) == 0x000031, "Member 'UAblTaskCondition_InteractionArchitectChild::Project' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIStateInterface_SpawnApparateActor \ static_assert(alignof(EnemyAIStateInterface_SpawnApparateActor) == 0x000010, "Wrong alignment on EnemyAIStateInterface_SpawnApparateActor"); \ static_assert(sizeof(EnemyAIStateInterface_SpawnApparateActor) == 0x000080, "Wrong size on EnemyAIStateInterface_SpawnApparateActor"); \ static_assert(offsetof(EnemyAIStateInterface_SpawnApparateActor, SpawnTransform) == 0x000000, "Member 'EnemyAIStateInterface_SpawnApparateActor::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(EnemyAIStateInterface_SpawnApparateActor, Data) == 0x000030, "Member 'EnemyAIStateInterface_SpawnApparateActor::Data' has a wrong offset!"); \ static_assert(offsetof(EnemyAIStateInterface_SpawnApparateActor, ReturnValue) == 0x000070, "Member 'EnemyAIStateInterface_SpawnApparateActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIStateInterface_SpawnSplineSpawnActor \ static_assert(alignof(EnemyAIStateInterface_SpawnSplineSpawnActor) == 0x000010, "Wrong alignment on EnemyAIStateInterface_SpawnSplineSpawnActor"); \ static_assert(sizeof(EnemyAIStateInterface_SpawnSplineSpawnActor) == 0x000110, "Wrong size on EnemyAIStateInterface_SpawnSplineSpawnActor"); \ static_assert(offsetof(EnemyAIStateInterface_SpawnSplineSpawnActor, SpawnTransform) == 0x000000, "Member 'EnemyAIStateInterface_SpawnSplineSpawnActor::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(EnemyAIStateInterface_SpawnSplineSpawnActor, Data) == 0x000030, "Member 'EnemyAIStateInterface_SpawnSplineSpawnActor::Data' has a wrong offset!"); \ static_assert(offsetof(EnemyAIStateInterface_SpawnSplineSpawnActor, ReturnValue) == 0x000100, "Member 'EnemyAIStateInterface_SpawnSplineSpawnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEnemyAIStateInterface \ static_assert(alignof(IEnemyAIStateInterface) == 0x000001, "Wrong alignment on IEnemyAIStateInterface"); \ static_assert(sizeof(IEnemyAIStateInterface) == 0x000001, "Wrong size on IEnemyAIStateInterface"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_PropagateHealingToCompanions \ static_assert(alignof(URPGTriggerEffect_PropagateHealingToCompanions) == 0x000008, "Wrong alignment on URPGTriggerEffect_PropagateHealingToCompanions"); \ static_assert(sizeof(URPGTriggerEffect_PropagateHealingToCompanions) == 0x000050, "Wrong size on URPGTriggerEffect_PropagateHealingToCompanions"); \ static_assert(offsetof(URPGTriggerEffect_PropagateHealingToCompanions, Multiplier) == 0x000040, "Member 'URPGTriggerEffect_PropagateHealingToCompanions::Multiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTaskCondition_OppugnoProxy \ static_assert(alignof(UAblTaskCondition_OppugnoProxy) == 0x000008, "Wrong alignment on UAblTaskCondition_OppugnoProxy"); \ static_assert(sizeof(UAblTaskCondition_OppugnoProxy) == 0x000040, "Wrong size on UAblTaskCondition_OppugnoProxy"); \ static_assert(offsetof(UAblTaskCondition_OppugnoProxy, OppugnoProxy) == 0x000028, "Member 'UAblTaskCondition_OppugnoProxy::OppugnoProxy' has a wrong offset!"); \ static_assert(offsetof(UAblTaskCondition_OppugnoProxy, ProxyOppugnoWeight) == 0x000030, "Member 'UAblTaskCondition_OppugnoProxy::ProxyOppugnoWeight' has a wrong offset!"); \ static_assert(offsetof(UAblTaskCondition_OppugnoProxy, DuelTechniqueEventTag) == 0x000034, "Member 'UAblTaskCondition_OppugnoProxy::DuelTechniqueEventTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RaiseDead_AttackExtraData_SetSpawnEligible \ static_assert(alignof(RaiseDead_AttackExtraData_SetSpawnEligible) == 0x000001, "Wrong alignment on RaiseDead_AttackExtraData_SetSpawnEligible"); \ static_assert(sizeof(RaiseDead_AttackExtraData_SetSpawnEligible) == 0x000001, "Wrong size on RaiseDead_AttackExtraData_SetSpawnEligible"); \ static_assert(offsetof(RaiseDead_AttackExtraData_SetSpawnEligible, bspawnEligible) == 0x000000, "Member 'RaiseDead_AttackExtraData_SetSpawnEligible::bspawnEligible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URaiseDead_AttackExtraData \ static_assert(alignof(URaiseDead_AttackExtraData) == 0x000008, "Wrong alignment on URaiseDead_AttackExtraData"); \ static_assert(sizeof(URaiseDead_AttackExtraData) == 0x0000B0, "Wrong size on URaiseDead_AttackExtraData"); \ static_assert(offsetof(URaiseDead_AttackExtraData, MinSpawn) == 0x000028, "Member 'URaiseDead_AttackExtraData::MinSpawn' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, MaxSpawn) == 0x00002C, "Member 'URaiseDead_AttackExtraData::MaxSpawn' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, MyMaxSpawn) == 0x000030, "Member 'URaiseDead_AttackExtraData::MyMaxSpawn' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, GlobalMaxSpawn) == 0x000034, "Member 'URaiseDead_AttackExtraData::GlobalMaxSpawn' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, MyLiftimeMaxSpawn) == 0x000038, "Member 'URaiseDead_AttackExtraData::MyLiftimeMaxSpawn' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, SpawnTeamName) == 0x000040, "Member 'URaiseDead_AttackExtraData::SpawnTeamName' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, bUseMyTeamName) == 0x000050, "Member 'URaiseDead_AttackExtraData::bUseMyTeamName' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, SpawnRadius) == 0x000054, "Member 'URaiseDead_AttackExtraData::SpawnRadius' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, halfAngle) == 0x000058, "Member 'URaiseDead_AttackExtraData::halfAngle' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, SpawnObjectName) == 0x000060, "Member 'URaiseDead_AttackExtraData::SpawnObjectName' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, SpawnObjectNames) == 0x000070, "Member 'URaiseDead_AttackExtraData::SpawnObjectNames' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, SpawnType) == 0x000080, "Member 'URaiseDead_AttackExtraData::SpawnType' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, SpawnEligibleWaitTime) == 0x000084, "Member 'URaiseDead_AttackExtraData::SpawnEligibleWaitTime' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, bForceThisAttack) == 0x000088, "Member 'URaiseDead_AttackExtraData::bForceThisAttack' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, bStaggerAttack) == 0x000089, "Member 'URaiseDead_AttackExtraData::bStaggerAttack' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, MinStaggerTime) == 0x00008C, "Member 'URaiseDead_AttackExtraData::MinStaggerTime' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, MaxStaggerTime) == 0x000090, "Member 'URaiseDead_AttackExtraData::MaxStaggerTime' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, bLimitSpawns) == 0x000094, "Member 'URaiseDead_AttackExtraData::bLimitSpawns' has a wrong offset!"); \ static_assert(offsetof(URaiseDead_AttackExtraData, bKillChildrenOnDeath) == 0x000095, "Member 'URaiseDead_AttackExtraData::bKillChildrenOnDeath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_ConsoleCommand \ static_assert(alignof(USceneActionState_ConsoleCommand) == 0x000008, "Wrong alignment on USceneActionState_ConsoleCommand"); \ static_assert(sizeof(USceneActionState_ConsoleCommand) == 0x000058, "Wrong size on USceneActionState_ConsoleCommand"); \ static_assert(offsetof(USceneActionState_ConsoleCommand, bSetValues) == 0x000050, "Member 'USceneActionState_ConsoleCommand::bSetValues' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_ConsoleCommand, bRestoredValues) == 0x000051, "Member 'USceneActionState_ConsoleCommand::bRestoredValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblTetherLocPointUpdaterScratchpad \ static_assert(alignof(UAblTetherLocPointUpdaterScratchpad) == 0x000008, "Wrong alignment on UAblTetherLocPointUpdaterScratchpad"); \ static_assert(sizeof(UAblTetherLocPointUpdaterScratchpad) == 0x000048, "Wrong size on UAblTetherLocPointUpdaterScratchpad"); \ #define DUMPER7_ASSERTS_UworldSupport_Get \ static_assert(alignof(UworldSupport_Get) == 0x000008, "Wrong alignment on UworldSupport_Get"); \ static_assert(sizeof(UworldSupport_Get) == 0x000008, "Wrong size on UworldSupport_Get"); \ static_assert(offsetof(UworldSupport_Get, ReturnValue) == 0x000000, "Member 'UworldSupport_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUworldSupport \ static_assert(alignof(UUworldSupport) == 0x000008, "Wrong alignment on UUworldSupport"); \ static_assert(sizeof(UUworldSupport) == 0x000068, "Wrong size on UUworldSupport"); \ #define DUMPER7_ASSERTS_UAblTetherLocSyncPointUpdater \ static_assert(alignof(UAblTetherLocSyncPointUpdater) == 0x000008, "Wrong alignment on UAblTetherLocSyncPointUpdater"); \ static_assert(sizeof(UAblTetherLocSyncPointUpdater) == 0x000060, "Wrong size on UAblTetherLocSyncPointUpdater"); \ static_assert(offsetof(UAblTetherLocSyncPointUpdater, TetherDistance) == 0x000028, "Member 'UAblTetherLocSyncPointUpdater::TetherDistance' has a wrong offset!"); \ static_assert(offsetof(UAblTetherLocSyncPointUpdater, TetherDistanceRandomFloor) == 0x00002C, "Member 'UAblTetherLocSyncPointUpdater::TetherDistanceRandomFloor' has a wrong offset!"); \ static_assert(offsetof(UAblTetherLocSyncPointUpdater, TetherDistanceRandomCeiling) == 0x000030, "Member 'UAblTetherLocSyncPointUpdater::TetherDistanceRandomCeiling' has a wrong offset!"); \ static_assert(offsetof(UAblTetherLocSyncPointUpdater, StartVectorMethod) == 0x000034, "Member 'UAblTetherLocSyncPointUpdater::StartVectorMethod' has a wrong offset!"); \ static_assert(offsetof(UAblTetherLocSyncPointUpdater, ReferenceVector) == 0x000038, "Member 'UAblTetherLocSyncPointUpdater::ReferenceVector' has a wrong offset!"); \ static_assert(offsetof(UAblTetherLocSyncPointUpdater, MinRandomAngle) == 0x000044, "Member 'UAblTetherLocSyncPointUpdater::MinRandomAngle' has a wrong offset!"); \ static_assert(offsetof(UAblTetherLocSyncPointUpdater, MaxRandomAngle) == 0x000048, "Member 'UAblTetherLocSyncPointUpdater::MaxRandomAngle' has a wrong offset!"); \ static_assert(offsetof(UAblTetherLocSyncPointUpdater, MaxTetherAngle) == 0x00004C, "Member 'UAblTetherLocSyncPointUpdater::MaxTetherAngle' has a wrong offset!"); \ static_assert(offsetof(UAblTetherLocSyncPointUpdater, Divisions) == 0x000050, "Member 'UAblTetherLocSyncPointUpdater::Divisions' has a wrong offset!"); \ static_assert(offsetof(UAblTetherLocSyncPointUpdater, bInApplyTether) == 0x000054, "Member 'UAblTetherLocSyncPointUpdater::bInApplyTether' has a wrong offset!"); \ static_assert(offsetof(UAblTetherLocSyncPointUpdater, TetherType) == 0x000055, "Member 'UAblTetherLocSyncPointUpdater::TetherType' has a wrong offset!"); \ static_assert(offsetof(UAblTetherLocSyncPointUpdater, DesiredDistanceToTarget) == 0x000058, "Member 'UAblTetherLocSyncPointUpdater::DesiredDistanceToTarget' has a wrong offset!"); \ static_assert(offsetof(UAblTetherLocSyncPointUpdater, bAllowPositiveTravel) == 0x00005C, "Member 'UAblTetherLocSyncPointUpdater::bAllowPositiveTravel' has a wrong offset!"); \ static_assert(offsetof(UAblTetherLocSyncPointUpdater, bAllowNegativeTravel) == 0x00005D, "Member 'UAblTetherLocSyncPointUpdater::bAllowNegativeTravel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_Get \ static_assert(alignof(AvaStreamingManager_Get) == 0x000008, "Wrong alignment on AvaStreamingManager_Get"); \ static_assert(sizeof(AvaStreamingManager_Get) == 0x000008, "Wrong size on AvaStreamingManager_Get"); \ static_assert(offsetof(AvaStreamingManager_Get, ReturnValue) == 0x000000, "Member 'AvaStreamingManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_GetPure \ static_assert(alignof(AvaStreamingManager_GetPure) == 0x000008, "Wrong alignment on AvaStreamingManager_GetPure"); \ static_assert(sizeof(AvaStreamingManager_GetPure) == 0x000008, "Wrong size on AvaStreamingManager_GetPure"); \ static_assert(offsetof(AvaStreamingManager_GetPure, ReturnValue) == 0x000000, "Member 'AvaStreamingManager_GetPure::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_UnloadLevelInstance \ static_assert(alignof(AvaStreamingManager_UnloadLevelInstance) == 0x000008, "Wrong alignment on AvaStreamingManager_UnloadLevelInstance"); \ static_assert(sizeof(AvaStreamingManager_UnloadLevelInstance) == 0x000008, "Wrong size on AvaStreamingManager_UnloadLevelInstance"); \ static_assert(offsetof(AvaStreamingManager_UnloadLevelInstance, InLevel) == 0x000000, "Member 'AvaStreamingManager_UnloadLevelInstance::InLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_AsyncLoadAssetList \ static_assert(alignof(AvaStreamingManager_AsyncLoadAssetList) == 0x000008, "Wrong alignment on AvaStreamingManager_AsyncLoadAssetList"); \ static_assert(sizeof(AvaStreamingManager_AsyncLoadAssetList) == 0x000020, "Wrong size on AvaStreamingManager_AsyncLoadAssetList"); \ static_assert(offsetof(AvaStreamingManager_AsyncLoadAssetList, WorldContextObject) == 0x000000, "Member 'AvaStreamingManager_AsyncLoadAssetList::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_AsyncLoadAssetList, AssetsToStream) == 0x000008, "Member 'AvaStreamingManager_AsyncLoadAssetList::AssetsToStream' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_AsyncLoadAssetList, UniqueId) == 0x000018, "Member 'AvaStreamingManager_AsyncLoadAssetList::UniqueId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_EnableStreamingSpinner \ static_assert(alignof(AvaStreamingManager_EnableStreamingSpinner) == 0x000001, "Wrong alignment on AvaStreamingManager_EnableStreamingSpinner"); \ static_assert(sizeof(AvaStreamingManager_EnableStreamingSpinner) == 0x000001, "Wrong size on AvaStreamingManager_EnableStreamingSpinner"); \ static_assert(offsetof(AvaStreamingManager_EnableStreamingSpinner, bEnable) == 0x000000, "Member 'AvaStreamingManager_EnableStreamingSpinner::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_InvalidateStreamingComplete \ static_assert(alignof(AvaStreamingManager_InvalidateStreamingComplete) == 0x000001, "Wrong alignment on AvaStreamingManager_InvalidateStreamingComplete"); \ static_assert(sizeof(AvaStreamingManager_InvalidateStreamingComplete) == 0x000001, "Wrong size on AvaStreamingManager_InvalidateStreamingComplete"); \ static_assert(offsetof(AvaStreamingManager_InvalidateStreamingComplete, InRequireFullUpdates) == 0x000000, "Member 'AvaStreamingManager_InvalidateStreamingComplete::InRequireFullUpdates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_IsStreamingComplete \ static_assert(alignof(AvaStreamingManager_IsStreamingComplete) == 0x000001, "Wrong alignment on AvaStreamingManager_IsStreamingComplete"); \ static_assert(sizeof(AvaStreamingManager_IsStreamingComplete) == 0x000005, "Wrong size on AvaStreamingManager_IsStreamingComplete"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingComplete, bCheckOnlyLOD0) == 0x000000, "Member 'AvaStreamingManager_IsStreamingComplete::bCheckOnlyLOD0' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingComplete, bUseDelay) == 0x000001, "Member 'AvaStreamingManager_IsStreamingComplete::bUseDelay' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingComplete, bConsiderUpdatePending) == 0x000002, "Member 'AvaStreamingManager_IsStreamingComplete::bConsiderUpdatePending' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingComplete, bConsiderUnloads) == 0x000003, "Member 'AvaStreamingManager_IsStreamingComplete::bConsiderUnloads' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingComplete, ReturnValue) == 0x000004, "Member 'AvaStreamingManager_IsStreamingComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_IsStreamingCompleteAtLocation \ static_assert(alignof(AvaStreamingManager_IsStreamingCompleteAtLocation) == 0x000004, "Wrong alignment on AvaStreamingManager_IsStreamingCompleteAtLocation"); \ static_assert(sizeof(AvaStreamingManager_IsStreamingCompleteAtLocation) == 0x000018, "Wrong size on AvaStreamingManager_IsStreamingCompleteAtLocation"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingCompleteAtLocation, InQueryPoint) == 0x000000, "Member 'AvaStreamingManager_IsStreamingCompleteAtLocation::InQueryPoint' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingCompleteAtLocation, InQueryWorldTiles) == 0x00000C, "Member 'AvaStreamingManager_IsStreamingCompleteAtLocation::InQueryWorldTiles' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingCompleteAtLocation, InUseSlowAccurateCheck) == 0x00000D, "Member 'AvaStreamingManager_IsStreamingCompleteAtLocation::InUseSlowAccurateCheck' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingCompleteAtLocation, InConsiderFutureRequestAtLocation) == 0x00000E, "Member 'AvaStreamingManager_IsStreamingCompleteAtLocation::InConsiderFutureRequestAtLocation' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingCompleteAtLocation, MinPriorityToCheck) == 0x000010, "Member 'AvaStreamingManager_IsStreamingCompleteAtLocation::MinPriorityToCheck' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingCompleteAtLocation, bCheckTextureAndMeshStreaming) == 0x000014, "Member 'AvaStreamingManager_IsStreamingCompleteAtLocation::bCheckTextureAndMeshStreaming' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingCompleteAtLocation, ReturnValue) == 0x000015, "Member 'AvaStreamingManager_IsStreamingCompleteAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_IsStreamingCompleteAtLocationFullCycle \ static_assert(alignof(AvaStreamingManager_IsStreamingCompleteAtLocationFullCycle) == 0x000004, "Wrong alignment on AvaStreamingManager_IsStreamingCompleteAtLocationFullCycle"); \ static_assert(sizeof(AvaStreamingManager_IsStreamingCompleteAtLocationFullCycle) == 0x000010, "Wrong size on AvaStreamingManager_IsStreamingCompleteAtLocationFullCycle"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingCompleteAtLocationFullCycle, InQueryPoint) == 0x000000, "Member 'AvaStreamingManager_IsStreamingCompleteAtLocationFullCycle::InQueryPoint' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingCompleteAtLocationFullCycle, InQueryWorldTiles) == 0x00000C, "Member 'AvaStreamingManager_IsStreamingCompleteAtLocationFullCycle::InQueryWorldTiles' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingCompleteAtLocationFullCycle, InUseSlowAccurateCheck) == 0x00000D, "Member 'AvaStreamingManager_IsStreamingCompleteAtLocationFullCycle::InUseSlowAccurateCheck' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingCompleteAtLocationFullCycle, InConsiderFutureRequestAtLocation) == 0x00000E, "Member 'AvaStreamingManager_IsStreamingCompleteAtLocationFullCycle::InConsiderFutureRequestAtLocation' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingCompleteAtLocationFullCycle, ReturnValue) == 0x00000F, "Member 'AvaStreamingManager_IsStreamingCompleteAtLocationFullCycle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_IsStreamingCompleteFullCycle \ static_assert(alignof(AvaStreamingManager_IsStreamingCompleteFullCycle) == 0x000001, "Wrong alignment on AvaStreamingManager_IsStreamingCompleteFullCycle"); \ static_assert(sizeof(AvaStreamingManager_IsStreamingCompleteFullCycle) == 0x000003, "Wrong size on AvaStreamingManager_IsStreamingCompleteFullCycle"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingCompleteFullCycle, bCheckOnlyLOD0) == 0x000000, "Member 'AvaStreamingManager_IsStreamingCompleteFullCycle::bCheckOnlyLOD0' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingCompleteFullCycle, bUseDelay) == 0x000001, "Member 'AvaStreamingManager_IsStreamingCompleteFullCycle::bUseDelay' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingCompleteFullCycle, ReturnValue) == 0x000002, "Member 'AvaStreamingManager_IsStreamingCompleteFullCycle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_IsStreamingPaused \ static_assert(alignof(AvaStreamingManager_IsStreamingPaused) == 0x000001, "Wrong alignment on AvaStreamingManager_IsStreamingPaused"); \ static_assert(sizeof(AvaStreamingManager_IsStreamingPaused) == 0x000001, "Wrong size on AvaStreamingManager_IsStreamingPaused"); \ static_assert(offsetof(AvaStreamingManager_IsStreamingPaused, ReturnValue) == 0x000000, "Member 'AvaStreamingManager_IsStreamingPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_IsTileRenderingEnabled \ static_assert(alignof(AvaStreamingManager_IsTileRenderingEnabled) == 0x000001, "Wrong alignment on AvaStreamingManager_IsTileRenderingEnabled"); \ static_assert(sizeof(AvaStreamingManager_IsTileRenderingEnabled) == 0x000001, "Wrong size on AvaStreamingManager_IsTileRenderingEnabled"); \ static_assert(offsetof(AvaStreamingManager_IsTileRenderingEnabled, ReturnValue) == 0x000000, "Member 'AvaStreamingManager_IsTileRenderingEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_PauseStreaming \ static_assert(alignof(AvaStreamingManager_PauseStreaming) == 0x000001, "Wrong alignment on AvaStreamingManager_PauseStreaming"); \ static_assert(sizeof(AvaStreamingManager_PauseStreaming) == 0x000001, "Wrong size on AvaStreamingManager_PauseStreaming"); \ static_assert(offsetof(AvaStreamingManager_PauseStreaming, bWorldTilesOnly) == 0x000000, "Member 'AvaStreamingManager_PauseStreaming::bWorldTilesOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_PreventInteriorLoads \ static_assert(alignof(AvaStreamingManager_PreventInteriorLoads) == 0x000001, "Wrong alignment on AvaStreamingManager_PreventInteriorLoads"); \ static_assert(sizeof(AvaStreamingManager_PreventInteriorLoads) == 0x000001, "Wrong size on AvaStreamingManager_PreventInteriorLoads"); \ static_assert(offsetof(AvaStreamingManager_PreventInteriorLoads, bPrevent) == 0x000000, "Member 'AvaStreamingManager_PreventInteriorLoads::bPrevent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_RegisterInterestPointActor \ static_assert(alignof(AvaStreamingManager_RegisterInterestPointActor) == 0x000008, "Wrong alignment on AvaStreamingManager_RegisterInterestPointActor"); \ static_assert(sizeof(AvaStreamingManager_RegisterInterestPointActor) == 0x000010, "Wrong size on AvaStreamingManager_RegisterInterestPointActor"); \ static_assert(offsetof(AvaStreamingManager_RegisterInterestPointActor, InActor) == 0x000000, "Member 'AvaStreamingManager_RegisterInterestPointActor::InActor' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_RegisterInterestPointActor, InAdditionalRadius) == 0x000008, "Member 'AvaStreamingManager_RegisterInterestPointActor::InAdditionalRadius' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_RegisterInterestPointActor, InAffectsInteriors) == 0x00000C, "Member 'AvaStreamingManager_RegisterInterestPointActor::InAffectsInteriors' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_RegisterInterestPointActor, InAffectsTileRegionVolumes) == 0x00000D, "Member 'AvaStreamingManager_RegisterInterestPointActor::InAffectsTileRegionVolumes' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_RegisterInterestPointActor, ReturnValue) == 0x00000E, "Member 'AvaStreamingManager_RegisterInterestPointActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_ResumeStreaming \ static_assert(alignof(AvaStreamingManager_ResumeStreaming) == 0x000001, "Wrong alignment on AvaStreamingManager_ResumeStreaming"); \ static_assert(sizeof(AvaStreamingManager_ResumeStreaming) == 0x000002, "Wrong size on AvaStreamingManager_ResumeStreaming"); \ static_assert(offsetof(AvaStreamingManager_ResumeStreaming, bForceImmediate) == 0x000000, "Member 'AvaStreamingManager_ResumeStreaming::bForceImmediate' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_ResumeStreaming, bResumeTileStreaming) == 0x000001, "Member 'AvaStreamingManager_ResumeStreaming::bResumeTileStreaming' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_SetForceUnloadBySuffix \ static_assert(alignof(AvaStreamingManager_SetForceUnloadBySuffix) == 0x000001, "Wrong alignment on AvaStreamingManager_SetForceUnloadBySuffix"); \ static_assert(sizeof(AvaStreamingManager_SetForceUnloadBySuffix) == 0x000003, "Wrong size on AvaStreamingManager_SetForceUnloadBySuffix"); \ static_assert(offsetof(AvaStreamingManager_SetForceUnloadBySuffix, bUnloadVfx) == 0x000000, "Member 'AvaStreamingManager_SetForceUnloadBySuffix::bUnloadVfx' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_SetForceUnloadBySuffix, bUnloadNav) == 0x000001, "Member 'AvaStreamingManager_SetForceUnloadBySuffix::bUnloadNav' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_SetForceUnloadBySuffix, bUnloadTech) == 0x000002, "Member 'AvaStreamingManager_SetForceUnloadBySuffix::bUnloadTech' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_SetLowEndFog \ static_assert(alignof(AvaStreamingManager_SetLowEndFog) == 0x000008, "Wrong alignment on AvaStreamingManager_SetLowEndFog"); \ static_assert(sizeof(AvaStreamingManager_SetLowEndFog) == 0x000010, "Wrong size on AvaStreamingManager_SetLowEndFog"); \ static_assert(offsetof(AvaStreamingManager_SetLowEndFog, LowEndFog) == 0x000000, "Member 'AvaStreamingManager_SetLowEndFog::LowEndFog' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_SetLowEndFog, LowEndFogMaterialBase) == 0x000008, "Member 'AvaStreamingManager_SetLowEndFog::LowEndFogMaterialBase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_SetStreamingBehaviorMode \ static_assert(alignof(AvaStreamingManager_SetStreamingBehaviorMode) == 0x000001, "Wrong alignment on AvaStreamingManager_SetStreamingBehaviorMode"); \ static_assert(sizeof(AvaStreamingManager_SetStreamingBehaviorMode) == 0x000001, "Wrong size on AvaStreamingManager_SetStreamingBehaviorMode"); \ static_assert(offsetof(AvaStreamingManager_SetStreamingBehaviorMode, BehaviorMode) == 0x000000, "Member 'AvaStreamingManager_SetStreamingBehaviorMode::BehaviorMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_SuppressPauseStreamingAutoReset \ static_assert(alignof(AvaStreamingManager_SuppressPauseStreamingAutoReset) == 0x000001, "Wrong alignment on AvaStreamingManager_SuppressPauseStreamingAutoReset"); \ static_assert(sizeof(AvaStreamingManager_SuppressPauseStreamingAutoReset) == 0x000001, "Wrong size on AvaStreamingManager_SuppressPauseStreamingAutoReset"); \ static_assert(offsetof(AvaStreamingManager_SuppressPauseStreamingAutoReset, bSuppress) == 0x000000, "Member 'AvaStreamingManager_SuppressPauseStreamingAutoReset::bSuppress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_UnregisterInterestPointActor \ static_assert(alignof(AvaStreamingManager_UnregisterInterestPointActor) == 0x000008, "Wrong alignment on AvaStreamingManager_UnregisterInterestPointActor"); \ static_assert(sizeof(AvaStreamingManager_UnregisterInterestPointActor) == 0x000010, "Wrong size on AvaStreamingManager_UnregisterInterestPointActor"); \ static_assert(offsetof(AvaStreamingManager_UnregisterInterestPointActor, InActor) == 0x000000, "Member 'AvaStreamingManager_UnregisterInterestPointActor::InActor' has a wrong offset!"); \ static_assert(offsetof(AvaStreamingManager_UnregisterInterestPointActor, ReturnValue) == 0x000008, "Member 'AvaStreamingManager_UnregisterInterestPointActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_GetStreamingBehaviorMode \ static_assert(alignof(AvaStreamingManager_GetStreamingBehaviorMode) == 0x000001, "Wrong alignment on AvaStreamingManager_GetStreamingBehaviorMode"); \ static_assert(sizeof(AvaStreamingManager_GetStreamingBehaviorMode) == 0x000001, "Wrong size on AvaStreamingManager_GetStreamingBehaviorMode"); \ static_assert(offsetof(AvaStreamingManager_GetStreamingBehaviorMode, ReturnValue) == 0x000000, "Member 'AvaStreamingManager_GetStreamingBehaviorMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaStreamingManager_GetStreamingBehaviorTactic \ static_assert(alignof(AvaStreamingManager_GetStreamingBehaviorTactic) == 0x000001, "Wrong alignment on AvaStreamingManager_GetStreamingBehaviorTactic"); \ static_assert(sizeof(AvaStreamingManager_GetStreamingBehaviorTactic) == 0x000001, "Wrong size on AvaStreamingManager_GetStreamingBehaviorTactic"); \ static_assert(offsetof(AvaStreamingManager_GetStreamingBehaviorTactic, ReturnValue) == 0x000000, "Member 'AvaStreamingManager_GetStreamingBehaviorTactic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaStreamingManager \ static_assert(alignof(UAvaStreamingManager) == 0x000008, "Wrong alignment on UAvaStreamingManager"); \ static_assert(sizeof(UAvaStreamingManager) == 0x0002F0, "Wrong size on UAvaStreamingManager"); \ static_assert(offsetof(UAvaStreamingManager, OnHighPriorityStreamingComplete) == 0x000028, "Member 'UAvaStreamingManager::OnHighPriorityStreamingComplete' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingManager, OnAsyncLoadAssetListComplete) == 0x000038, "Member 'UAvaStreamingManager::OnAsyncLoadAssetListComplete' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingManager, OnStreamingBehaviorAboutToChangeEvent) == 0x000048, "Member 'UAvaStreamingManager::OnStreamingBehaviorAboutToChangeEvent' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingManager, OnStreamingBehaviorHasChangedEvent) == 0x000058, "Member 'UAvaStreamingManager::OnStreamingBehaviorHasChangedEvent' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingManager, LevelsToKeep) == 0x000210, "Member 'UAvaStreamingManager::LevelsToKeep' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingManager, LevelStreamingLatencyProfiler) == 0x0002C0, "Member 'UAvaStreamingManager::LevelStreamingLatencyProfiler' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingManager, LowEndFogCullingVolume) == 0x0002C8, "Member 'UAvaStreamingManager::LowEndFogCullingVolume' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingManager, LowEndFogCullingMaterialInstanceDynamic) == 0x0002D0, "Member 'UAvaStreamingManager::LowEndFogCullingMaterialInstanceDynamic' has a wrong offset!"); \ static_assert(offsetof(UAvaStreamingManager, StreamingSpinner) == 0x0002E0, "Member 'UAvaStreamingManager::StreamingSpinner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTurnAdjust_DesiredDirectionGetter \ static_assert(alignof(UTurnAdjust_DesiredDirectionGetter) == 0x000008, "Wrong alignment on UTurnAdjust_DesiredDirectionGetter"); \ static_assert(sizeof(UTurnAdjust_DesiredDirectionGetter) == 0x000028, "Wrong size on UTurnAdjust_DesiredDirectionGetter"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_BroadcastHerdLocation \ static_assert(alignof(UBTTask_Creature_BroadcastHerdLocation) == 0x000008, "Wrong alignment on UBTTask_Creature_BroadcastHerdLocation"); \ static_assert(sizeof(UBTTask_Creature_BroadcastHerdLocation) == 0x0000C0, "Wrong size on UBTTask_Creature_BroadcastHerdLocation"); \ static_assert(offsetof(UBTTask_Creature_BroadcastHerdLocation, InputLocationKey) == 0x000070, "Member 'UBTTask_Creature_BroadcastHerdLocation::InputLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_BroadcastHerdLocation, BroadcastLocationKey) == 0x000098, "Member 'UBTTask_Creature_BroadcastHerdLocation::BroadcastLocationKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTurnAdjust_BlackboardDirectionGetter \ static_assert(alignof(UTurnAdjust_BlackboardDirectionGetter) == 0x000008, "Wrong alignment on UTurnAdjust_BlackboardDirectionGetter"); \ static_assert(sizeof(UTurnAdjust_BlackboardDirectionGetter) == 0x000030, "Wrong size on UTurnAdjust_BlackboardDirectionGetter"); \ static_assert(offsetof(UTurnAdjust_BlackboardDirectionGetter, BlackboardKeyName) == 0x000028, "Member 'UTurnAdjust_BlackboardDirectionGetter::BlackboardKeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyBuffComponent_EnableBuff \ static_assert(alignof(EnemyBuffComponent_EnableBuff) == 0x000008, "Wrong alignment on EnemyBuffComponent_EnableBuff"); \ static_assert(sizeof(EnemyBuffComponent_EnableBuff) == 0x000008, "Wrong size on EnemyBuffComponent_EnableBuff"); \ static_assert(offsetof(EnemyBuffComponent_EnableBuff, pActorMaster) == 0x000000, "Member 'EnemyBuffComponent_EnableBuff::pActorMaster' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyBuffComponent \ static_assert(alignof(UEnemyBuffComponent) == 0x000008, "Wrong alignment on UEnemyBuffComponent"); \ static_assert(sizeof(UEnemyBuffComponent) == 0x0001E0, "Wrong size on UEnemyBuffComponent"); \ static_assert(offsetof(UEnemyBuffComponent, bIsMaster) == 0x0000D0, "Member 'UEnemyBuffComponent::bIsMaster' has a wrong offset!"); \ static_assert(offsetof(UEnemyBuffComponent, validTargetRadius) == 0x0000D4, "Member 'UEnemyBuffComponent::validTargetRadius' has a wrong offset!"); \ static_assert(offsetof(UEnemyBuffComponent, healRatePercentagePerSec) == 0x0000D8, "Member 'UEnemyBuffComponent::healRatePercentagePerSec' has a wrong offset!"); \ static_assert(offsetof(UEnemyBuffComponent, buffTypeEnum) == 0x0000DC, "Member 'UEnemyBuffComponent::buffTypeEnum' has a wrong offset!"); \ static_assert(offsetof(UEnemyBuffComponent, BuffMaxActiveTime) == 0x0000E0, "Member 'UEnemyBuffComponent::BuffMaxActiveTime' has a wrong offset!"); \ static_assert(offsetof(UEnemyBuffComponent, bAllowHealthBuff) == 0x0000E4, "Member 'UEnemyBuffComponent::bAllowHealthBuff' has a wrong offset!"); \ static_assert(offsetof(UEnemyBuffComponent, bAllowWeaponBuff) == 0x0000E5, "Member 'UEnemyBuffComponent::bAllowWeaponBuff' has a wrong offset!"); \ static_assert(offsetof(UEnemyBuffComponent, pBeamFX) == 0x0000E8, "Member 'UEnemyBuffComponent::pBeamFX' has a wrong offset!"); \ static_assert(offsetof(UEnemyBuffComponent, pBuffEmitterFX) == 0x0000F0, "Member 'UEnemyBuffComponent::pBuffEmitterFX' has a wrong offset!"); \ static_assert(offsetof(UEnemyBuffComponent, pBuffEmitterFX2) == 0x0000F8, "Member 'UEnemyBuffComponent::pBuffEmitterFX2' has a wrong offset!"); \ static_assert(offsetof(UEnemyBuffComponent, pBuffEmitterFX3) == 0x000100, "Member 'UEnemyBuffComponent::pBuffEmitterFX3' has a wrong offset!"); \ static_assert(offsetof(UEnemyBuffComponent, pBuffEmitterFX4) == 0x000108, "Member 'UEnemyBuffComponent::pBuffEmitterFX4' has a wrong offset!"); \ static_assert(offsetof(UEnemyBuffComponent, BeamAttachBoneName) == 0x000110, "Member 'UEnemyBuffComponent::BeamAttachBoneName' has a wrong offset!"); \ static_assert(offsetof(UEnemyBuffComponent, pBuffEmitterFXObj) == 0x000118, "Member 'UEnemyBuffComponent::pBuffEmitterFXObj' has a wrong offset!"); \ static_assert(offsetof(UEnemyBuffComponent, pBuffEmitterFX2Obj) == 0x000128, "Member 'UEnemyBuffComponent::pBuffEmitterFX2Obj' has a wrong offset!"); \ static_assert(offsetof(UEnemyBuffComponent, m_boneList) == 0x000138, "Member 'UEnemyBuffComponent::m_boneList' has a wrong offset!"); \ static_assert(offsetof(UEnemyBuffComponent, bIsDisabled) == 0x000148, "Member 'UEnemyBuffComponent::bIsDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTurnAdjust_LedgeNormalGetter \ static_assert(alignof(UTurnAdjust_LedgeNormalGetter) == 0x000008, "Wrong alignment on UTurnAdjust_LedgeNormalGetter"); \ static_assert(sizeof(UTurnAdjust_LedgeNormalGetter) == 0x000028, "Wrong size on UTurnAdjust_LedgeNormalGetter"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_ActivateWeapon \ static_assert(alignof(EnemyAIWeapon_Interface_ActivateWeapon) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_ActivateWeapon"); \ static_assert(sizeof(EnemyAIWeapon_Interface_ActivateWeapon) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_ActivateWeapon"); \ static_assert(offsetof(EnemyAIWeapon_Interface_ActivateWeapon, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_ActivateWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_ActivateWeaponThreat \ static_assert(alignof(EnemyAIWeapon_Interface_ActivateWeaponThreat) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_ActivateWeaponThreat"); \ static_assert(sizeof(EnemyAIWeapon_Interface_ActivateWeaponThreat) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_ActivateWeaponThreat"); \ static_assert(offsetof(EnemyAIWeapon_Interface_ActivateWeaponThreat, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_ActivateWeaponThreat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_DeactivateWeapon \ static_assert(alignof(EnemyAIWeapon_Interface_DeactivateWeapon) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_DeactivateWeapon"); \ static_assert(sizeof(EnemyAIWeapon_Interface_DeactivateWeapon) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_DeactivateWeapon"); \ static_assert(offsetof(EnemyAIWeapon_Interface_DeactivateWeapon, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_DeactivateWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_DeactivateWeaponThreat \ static_assert(alignof(EnemyAIWeapon_Interface_DeactivateWeaponThreat) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_DeactivateWeaponThreat"); \ static_assert(sizeof(EnemyAIWeapon_Interface_DeactivateWeaponThreat) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_DeactivateWeaponThreat"); \ static_assert(offsetof(EnemyAIWeapon_Interface_DeactivateWeaponThreat, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_DeactivateWeaponThreat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_DisableCollision \ static_assert(alignof(EnemyAIWeapon_Interface_DisableCollision) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_DisableCollision"); \ static_assert(sizeof(EnemyAIWeapon_Interface_DisableCollision) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_DisableCollision"); \ static_assert(offsetof(EnemyAIWeapon_Interface_DisableCollision, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_DisableCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_DisableMeleeCollision \ static_assert(alignof(EnemyAIWeapon_Interface_DisableMeleeCollision) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_DisableMeleeCollision"); \ static_assert(sizeof(EnemyAIWeapon_Interface_DisableMeleeCollision) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_DisableMeleeCollision"); \ static_assert(offsetof(EnemyAIWeapon_Interface_DisableMeleeCollision, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_DisableMeleeCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_DisablePhysicsSim \ static_assert(alignof(EnemyAIWeapon_Interface_DisablePhysicsSim) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_DisablePhysicsSim"); \ static_assert(sizeof(EnemyAIWeapon_Interface_DisablePhysicsSim) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_DisablePhysicsSim"); \ static_assert(offsetof(EnemyAIWeapon_Interface_DisablePhysicsSim, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_DisablePhysicsSim::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_DisableShieldCollision \ static_assert(alignof(EnemyAIWeapon_Interface_DisableShieldCollision) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_DisableShieldCollision"); \ static_assert(sizeof(EnemyAIWeapon_Interface_DisableShieldCollision) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_DisableShieldCollision"); \ static_assert(offsetof(EnemyAIWeapon_Interface_DisableShieldCollision, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_DisableShieldCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EnableCollision \ static_assert(alignof(EnemyAIWeapon_Interface_EnableCollision) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EnableCollision"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EnableCollision) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EnableCollision"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EnableCollision, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EnableCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EnableMeleeCollision \ static_assert(alignof(EnemyAIWeapon_Interface_EnableMeleeCollision) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EnableMeleeCollision"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EnableMeleeCollision) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EnableMeleeCollision"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EnableMeleeCollision, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EnableMeleeCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EnablePhysicsSim \ static_assert(alignof(EnemyAIWeapon_Interface_EnablePhysicsSim) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EnablePhysicsSim"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EnablePhysicsSim) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EnablePhysicsSim"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EnablePhysicsSim, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EnablePhysicsSim::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EnableShieldCollision \ static_assert(alignof(EnemyAIWeapon_Interface_EnableShieldCollision) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EnableShieldCollision"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EnableShieldCollision) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EnableShieldCollision"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EnableShieldCollision, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EnableShieldCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventTrackPoints \ static_assert(alignof(EnemyAIWeapon_Interface_EventTrackPoints) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EventTrackPoints"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventTrackPoints) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EventTrackPoints"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventTrackPoints, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventTrackPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventTransientWeaponActivate \ static_assert(alignof(EnemyAIWeapon_Interface_EventTransientWeaponActivate) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EventTransientWeaponActivate"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventTransientWeaponActivate) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EventTransientWeaponActivate"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventTransientWeaponActivate, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventTransientWeaponActivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventTransientWeaponDeactivate \ static_assert(alignof(EnemyAIWeapon_Interface_EventTransientWeaponDeactivate) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EventTransientWeaponDeactivate"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventTransientWeaponDeactivate) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EventTransientWeaponDeactivate"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventTransientWeaponDeactivate, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventTransientWeaponDeactivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventTransientWeaponPoweredUp \ static_assert(alignof(EnemyAIWeapon_Interface_EventTransientWeaponPoweredUp) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EventTransientWeaponPoweredUp"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventTransientWeaponPoweredUp) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EventTransientWeaponPoweredUp"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventTransientWeaponPoweredUp, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventTransientWeaponPoweredUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponActivateBuffEmitterFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponActivateBuffEmitterFx) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponActivateBuffEmitterFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponActivateBuffEmitterFx) == 0x000002, "Wrong size on EnemyAIWeapon_Interface_EventWeaponActivateBuffEmitterFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponActivateBuffEmitterFx, InBuffType) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponActivateBuffEmitterFx::InBuffType' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponActivateBuffEmitterFx, ReturnValue) == 0x000001, "Member 'EnemyAIWeapon_Interface_EventWeaponActivateBuffEmitterFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponActivateLiteFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponActivateLiteFx) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponActivateLiteFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponActivateLiteFx) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EventWeaponActivateLiteFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponActivateLiteFx, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponActivateLiteFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponDeactivateBuffEmitterFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponDeactivateBuffEmitterFx) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponDeactivateBuffEmitterFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponDeactivateBuffEmitterFx) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EventWeaponDeactivateBuffEmitterFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponDeactivateBuffEmitterFx, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponDeactivateBuffEmitterFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponDeactivatedFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponDeactivatedFx) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponDeactivatedFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponDeactivatedFx) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EventWeaponDeactivatedFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponDeactivatedFx, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponDeactivatedFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponDeactivateHeavyFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponDeactivateHeavyFx) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponDeactivateHeavyFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponDeactivateHeavyFx) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EventWeaponDeactivateHeavyFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponDeactivateHeavyFx, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponDeactivateHeavyFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponDeactivateLiteFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponDeactivateLiteFx) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponDeactivateLiteFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponDeactivateLiteFx) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EventWeaponDeactivateLiteFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponDeactivateLiteFx, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponDeactivateLiteFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponDestroyedFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponDestroyedFx) == 0x000004, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponDestroyedFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponDestroyedFx) == 0x00008C, "Wrong size on EnemyAIWeapon_Interface_EventWeaponDestroyedFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponDestroyedFx, HitResult) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponDestroyedFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponDestroyedFx, ReturnValue) == 0x000088, "Member 'EnemyAIWeapon_Interface_EventWeaponDestroyedFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponDisarmedForRecoveryFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponDisarmedForRecoveryFx) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponDisarmedForRecoveryFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponDisarmedForRecoveryFx) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EventWeaponDisarmedForRecoveryFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponDisarmedForRecoveryFx, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponDisarmedForRecoveryFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponDisarmedFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponDisarmedFx) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponDisarmedFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponDisarmedFx) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EventWeaponDisarmedFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponDisarmedFx, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponDisarmedFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponFireAOE1Fx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponFireAOE1Fx) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponFireAOE1Fx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponFireAOE1Fx) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EventWeaponFireAOE1Fx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponFireAOE1Fx, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponFireAOE1Fx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponImpactGlowFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponImpactGlowFx) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponImpactGlowFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponImpactGlowFx) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EventWeaponImpactGlowFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponImpactGlowFx, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponImpactGlowFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponMeleeAttackStartFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponMeleeAttackStartFx) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponMeleeAttackStartFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponMeleeAttackStartFx) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EventWeaponMeleeAttackStartFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponMeleeAttackStartFx, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponMeleeAttackStartFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponMeleePawnSlashFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponMeleePawnSlashFx) == 0x000008, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponMeleePawnSlashFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponMeleePawnSlashFx) == 0x0000B0, "Wrong size on EnemyAIWeapon_Interface_EventWeaponMeleePawnSlashFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponMeleePawnSlashFx, HitResult) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponMeleePawnSlashFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponMeleePawnSlashFx, InMunitionTagContainer) == 0x000088, "Member 'EnemyAIWeapon_Interface_EventWeaponMeleePawnSlashFx::InMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponMeleePawnSlashFx, ReturnValue) == 0x0000A8, "Member 'EnemyAIWeapon_Interface_EventWeaponMeleePawnSlashFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponSpawnStoredWeaponFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponSpawnStoredWeaponFx) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponSpawnStoredWeaponFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponSpawnStoredWeaponFx) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EventWeaponSpawnStoredWeaponFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponSpawnStoredWeaponFx, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponSpawnStoredWeaponFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponThrownPawnStabFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponThrownPawnStabFx) == 0x000004, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponThrownPawnStabFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponThrownPawnStabFx) == 0x00008C, "Wrong size on EnemyAIWeapon_Interface_EventWeaponThrownPawnStabFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponThrownPawnStabFx, HitResult) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponThrownPawnStabFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponThrownPawnStabFx, ReturnValue) == 0x000088, "Member 'EnemyAIWeapon_Interface_EventWeaponThrownPawnStabFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponTriggerGenericImpactFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponTriggerGenericImpactFx) == 0x000004, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponTriggerGenericImpactFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponTriggerGenericImpactFx) == 0x00008C, "Wrong size on EnemyAIWeapon_Interface_EventWeaponTriggerGenericImpactFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponTriggerGenericImpactFx, HitResult) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponTriggerGenericImpactFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponTriggerGenericImpactFx, ReturnValue) == 0x000088, "Member 'EnemyAIWeapon_Interface_EventWeaponTriggerGenericImpactFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponTriggerImpactFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponTriggerImpactFx) == 0x000004, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponTriggerImpactFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponTriggerImpactFx) == 0x00008C, "Wrong size on EnemyAIWeapon_Interface_EventWeaponTriggerImpactFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponTriggerImpactFx, HitResult) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponTriggerImpactFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponTriggerImpactFx, ReturnValue) == 0x000088, "Member 'EnemyAIWeapon_Interface_EventWeaponTriggerImpactFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponTriggerProtegoFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponTriggerProtegoFx) == 0x000004, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponTriggerProtegoFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponTriggerProtegoFx) == 0x00008C, "Wrong size on EnemyAIWeapon_Interface_EventWeaponTriggerProtegoFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponTriggerProtegoFx, HitResult) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponTriggerProtegoFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponTriggerProtegoFx, ReturnValue) == 0x000088, "Member 'EnemyAIWeapon_Interface_EventWeaponTriggerProtegoFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_EventWeaponTriggerThrownFx \ static_assert(alignof(EnemyAIWeapon_Interface_EventWeaponTriggerThrownFx) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_EventWeaponTriggerThrownFx"); \ static_assert(sizeof(EnemyAIWeapon_Interface_EventWeaponTriggerThrownFx) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_EventWeaponTriggerThrownFx"); \ static_assert(offsetof(EnemyAIWeapon_Interface_EventWeaponTriggerThrownFx, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_EventWeaponTriggerThrownFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_FireWeaponAOE1 \ static_assert(alignof(EnemyAIWeapon_Interface_FireWeaponAOE1) == 0x000008, "Wrong alignment on EnemyAIWeapon_Interface_FireWeaponAOE1"); \ static_assert(sizeof(EnemyAIWeapon_Interface_FireWeaponAOE1) == 0x000008, "Wrong size on EnemyAIWeapon_Interface_FireWeaponAOE1"); \ static_assert(offsetof(EnemyAIWeapon_Interface_FireWeaponAOE1, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_FireWeaponAOE1::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_GetCapsuleComponent \ static_assert(alignof(EnemyAIWeapon_Interface_GetCapsuleComponent) == 0x000008, "Wrong alignment on EnemyAIWeapon_Interface_GetCapsuleComponent"); \ static_assert(sizeof(EnemyAIWeapon_Interface_GetCapsuleComponent) == 0x000008, "Wrong size on EnemyAIWeapon_Interface_GetCapsuleComponent"); \ static_assert(offsetof(EnemyAIWeapon_Interface_GetCapsuleComponent, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_GetCapsuleComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_GetMeshComponent \ static_assert(alignof(EnemyAIWeapon_Interface_GetMeshComponent) == 0x000008, "Wrong alignment on EnemyAIWeapon_Interface_GetMeshComponent"); \ static_assert(sizeof(EnemyAIWeapon_Interface_GetMeshComponent) == 0x000008, "Wrong size on EnemyAIWeapon_Interface_GetMeshComponent"); \ static_assert(offsetof(EnemyAIWeapon_Interface_GetMeshComponent, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_GetMeshComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_GetSceneComponent \ static_assert(alignof(EnemyAIWeapon_Interface_GetSceneComponent) == 0x000008, "Wrong alignment on EnemyAIWeapon_Interface_GetSceneComponent"); \ static_assert(sizeof(EnemyAIWeapon_Interface_GetSceneComponent) == 0x000008, "Wrong size on EnemyAIWeapon_Interface_GetSceneComponent"); \ static_assert(offsetof(EnemyAIWeapon_Interface_GetSceneComponent, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_GetSceneComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_HideWeaponStopFX \ static_assert(alignof(EnemyAIWeapon_Interface_HideWeaponStopFX) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_HideWeaponStopFX"); \ static_assert(sizeof(EnemyAIWeapon_Interface_HideWeaponStopFX) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_HideWeaponStopFX"); \ static_assert(offsetof(EnemyAIWeapon_Interface_HideWeaponStopFX, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_HideWeaponStopFX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_InterfaceWeaponAcquire \ static_assert(alignof(EnemyAIWeapon_Interface_InterfaceWeaponAcquire) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_InterfaceWeaponAcquire"); \ static_assert(sizeof(EnemyAIWeapon_Interface_InterfaceWeaponAcquire) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_InterfaceWeaponAcquire"); \ static_assert(offsetof(EnemyAIWeapon_Interface_InterfaceWeaponAcquire, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_InterfaceWeaponAcquire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_InterfaceWeaponRigidBodyActivate \ static_assert(alignof(EnemyAIWeapon_Interface_InterfaceWeaponRigidBodyActivate) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_InterfaceWeaponRigidBodyActivate"); \ static_assert(sizeof(EnemyAIWeapon_Interface_InterfaceWeaponRigidBodyActivate) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_InterfaceWeaponRigidBodyActivate"); \ static_assert(offsetof(EnemyAIWeapon_Interface_InterfaceWeaponRigidBodyActivate, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_InterfaceWeaponRigidBodyActivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_InterfaceWeaponRigidBodyDeactivate \ static_assert(alignof(EnemyAIWeapon_Interface_InterfaceWeaponRigidBodyDeactivate) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_InterfaceWeaponRigidBodyDeactivate"); \ static_assert(sizeof(EnemyAIWeapon_Interface_InterfaceWeaponRigidBodyDeactivate) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_InterfaceWeaponRigidBodyDeactivate"); \ static_assert(offsetof(EnemyAIWeapon_Interface_InterfaceWeaponRigidBodyDeactivate, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_InterfaceWeaponRigidBodyDeactivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_ShowWeaponStartFX \ static_assert(alignof(EnemyAIWeapon_Interface_ShowWeaponStartFX) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_ShowWeaponStartFX"); \ static_assert(sizeof(EnemyAIWeapon_Interface_ShowWeaponStartFX) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_ShowWeaponStartFX"); \ static_assert(offsetof(EnemyAIWeapon_Interface_ShowWeaponStartFX, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_ShowWeaponStartFX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_SpawnStoredWeapon \ static_assert(alignof(EnemyAIWeapon_Interface_SpawnStoredWeapon) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_SpawnStoredWeapon"); \ static_assert(sizeof(EnemyAIWeapon_Interface_SpawnStoredWeapon) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_SpawnStoredWeapon"); \ static_assert(offsetof(EnemyAIWeapon_Interface_SpawnStoredWeapon, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_SpawnStoredWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_StartWeaponSwing \ static_assert(alignof(EnemyAIWeapon_Interface_StartWeaponSwing) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_StartWeaponSwing"); \ static_assert(sizeof(EnemyAIWeapon_Interface_StartWeaponSwing) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_StartWeaponSwing"); \ static_assert(offsetof(EnemyAIWeapon_Interface_StartWeaponSwing, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_StartWeaponSwing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_Interface_WeaponStored \ static_assert(alignof(EnemyAIWeapon_Interface_WeaponStored) == 0x000001, "Wrong alignment on EnemyAIWeapon_Interface_WeaponStored"); \ static_assert(sizeof(EnemyAIWeapon_Interface_WeaponStored) == 0x000001, "Wrong size on EnemyAIWeapon_Interface_WeaponStored"); \ static_assert(offsetof(EnemyAIWeapon_Interface_WeaponStored, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_Interface_WeaponStored::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEnemyAIWeapon_Interface \ static_assert(alignof(IEnemyAIWeapon_Interface) == 0x000001, "Wrong alignment on IEnemyAIWeapon_Interface"); \ static_assert(sizeof(IEnemyAIWeapon_Interface) == 0x000001, "Wrong size on IEnemyAIWeapon_Interface"); \ #define DUMPER7_ASSERTS_UTurnAdjust_TowardsLedgeDirectionGetter \ static_assert(alignof(UTurnAdjust_TowardsLedgeDirectionGetter) == 0x000008, "Wrong alignment on UTurnAdjust_TowardsLedgeDirectionGetter"); \ static_assert(sizeof(UTurnAdjust_TowardsLedgeDirectionGetter) == 0x000028, "Wrong size on UTurnAdjust_TowardsLedgeDirectionGetter"); \ #define DUMPER7_ASSERTS_UDuelTechnique_ComboCount \ static_assert(alignof(UDuelTechnique_ComboCount) == 0x000008, "Wrong alignment on UDuelTechnique_ComboCount"); \ static_assert(sizeof(UDuelTechnique_ComboCount) == 0x000050, "Wrong size on UDuelTechnique_ComboCount"); \ #define DUMPER7_ASSERTS_UTurnAdjust_JumpDownDirectionGetter \ static_assert(alignof(UTurnAdjust_JumpDownDirectionGetter) == 0x000008, "Wrong alignment on UTurnAdjust_JumpDownDirectionGetter"); \ static_assert(sizeof(UTurnAdjust_JumpDownDirectionGetter) == 0x000028, "Wrong size on UTurnAdjust_JumpDownDirectionGetter"); \ #define DUMPER7_ASSERTS_UTransform_StoryParticipantAnchor \ static_assert(alignof(UTransform_StoryParticipantAnchor) == 0x000008, "Wrong alignment on UTransform_StoryParticipantAnchor"); \ static_assert(sizeof(UTransform_StoryParticipantAnchor) == 0x000030, "Wrong size on UTransform_StoryParticipantAnchor"); \ static_assert(offsetof(UTransform_StoryParticipantAnchor, ParticipantChannel) == 0x000028, "Member 'UTransform_StoryParticipantAnchor::ParticipantChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablTurnAssistTaskScratchPad \ static_assert(alignof(UablTurnAssistTaskScratchPad) == 0x000008, "Wrong alignment on UablTurnAssistTaskScratchPad"); \ static_assert(sizeof(UablTurnAssistTaskScratchPad) == 0x000088, "Wrong size on UablTurnAssistTaskScratchPad"); \ static_assert(offsetof(UablTurnAssistTaskScratchPad, InProgressTurn) == 0x000028, "Member 'UablTurnAssistTaskScratchPad::InProgressTurn' has a wrong offset!"); \ static_assert(offsetof(UablTurnAssistTaskScratchPad, TurningBlend) == 0x000038, "Member 'UablTurnAssistTaskScratchPad::TurningBlend' has a wrong offset!"); \ static_assert(offsetof(UablTurnAssistTaskScratchPad, CurrentDirection) == 0x000068, "Member 'UablTurnAssistTaskScratchPad::CurrentDirection' has a wrong offset!"); \ static_assert(offsetof(UablTurnAssistTaskScratchPad, DesiredDirection) == 0x000074, "Member 'UablTurnAssistTaskScratchPad::DesiredDirection' has a wrong offset!"); \ static_assert(offsetof(UablTurnAssistTaskScratchPad, FixedDeltaAngle) == 0x000080, "Member 'UablTurnAssistTaskScratchPad::FixedDeltaAngle' has a wrong offset!"); \ static_assert(offsetof(UablTurnAssistTaskScratchPad, ElapsedTime) == 0x000084, "Member 'UablTurnAssistTaskScratchPad::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_IsPositionNearNavMesh \ static_assert(alignof(UBTDecorator_IsPositionNearNavMesh) == 0x000008, "Wrong alignment on UBTDecorator_IsPositionNearNavMesh"); \ static_assert(sizeof(UBTDecorator_IsPositionNearNavMesh) == 0x000098, "Wrong size on UBTDecorator_IsPositionNearNavMesh"); \ static_assert(offsetof(UBTDecorator_IsPositionNearNavMesh, LocationKey) == 0x000068, "Member 'UBTDecorator_IsPositionNearNavMesh::LocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_IsPositionNearNavMesh, MaxDistanceToNavMesh) == 0x000090, "Member 'UBTDecorator_IsPositionNearNavMesh::MaxDistanceToNavMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablTurnAssistTask \ static_assert(alignof(UablTurnAssistTask) == 0x000008, "Wrong alignment on UablTurnAssistTask"); \ static_assert(sizeof(UablTurnAssistTask) == 0x0000B8, "Wrong size on UablTurnAssistTask"); \ static_assert(offsetof(UablTurnAssistTask, UseDirection) == 0x000070, "Member 'UablTurnAssistTask::UseDirection' has a wrong offset!"); \ static_assert(offsetof(UablTurnAssistTask, bUseFixedDirection) == 0x000071, "Member 'UablTurnAssistTask::bUseFixedDirection' has a wrong offset!"); \ static_assert(offsetof(UablTurnAssistTask, FixedDeltaTurnAssistCurve) == 0x000078, "Member 'UablTurnAssistTask::FixedDeltaTurnAssistCurve' has a wrong offset!"); \ static_assert(offsetof(UablTurnAssistTask, TurnAssistCurve) == 0x000080, "Member 'UablTurnAssistTask::TurnAssistCurve' has a wrong offset!"); \ static_assert(offsetof(UablTurnAssistTask, TurnAssistTimeMultiplier) == 0x000088, "Member 'UablTurnAssistTask::TurnAssistTimeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UablTurnAssistTask, bScaleRotationBasedOnSpeed) == 0x000090, "Member 'UablTurnAssistTask::bScaleRotationBasedOnSpeed' has a wrong offset!"); \ static_assert(offsetof(UablTurnAssistTask, MinRotationScaleBasedOnSpeed) == 0x000094, "Member 'UablTurnAssistTask::MinRotationScaleBasedOnSpeed' has a wrong offset!"); \ static_assert(offsetof(UablTurnAssistTask, AllowedRangeFromFallLine) == 0x000098, "Member 'UablTurnAssistTask::AllowedRangeFromFallLine' has a wrong offset!"); \ static_assert(offsetof(UablTurnAssistTask, StrafeTurnAssistCurve) == 0x0000A0, "Member 'UablTurnAssistTask::StrafeTurnAssistCurve' has a wrong offset!"); \ static_assert(offsetof(UablTurnAssistTask, StrafeTurnAssistTimeMultiplier) == 0x0000A8, "Member 'UablTurnAssistTask::StrafeTurnAssistTimeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UablTurnAssistTask, bIgnoreTargetTracker) == 0x0000B0, "Member 'UablTurnAssistTask::bIgnoreTargetTracker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblUsingStairsAnimsTask \ static_assert(alignof(UAblUsingStairsAnimsTask) == 0x000008, "Wrong alignment on UAblUsingStairsAnimsTask"); \ static_assert(sizeof(UAblUsingStairsAnimsTask) == 0x000070, "Wrong size on UAblUsingStairsAnimsTask"); \ #define DUMPER7_ASSERTS_UEnemy_RecoverWeapon_InstanceQBUpdateData \ static_assert(alignof(UEnemy_RecoverWeapon_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_RecoverWeapon_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_RecoverWeapon_InstanceQBUpdateData) == 0x000050, "Wrong size on UEnemy_RecoverWeapon_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_UablWandCastComboResetTask \ static_assert(alignof(UablWandCastComboResetTask) == 0x000008, "Wrong alignment on UablWandCastComboResetTask"); \ static_assert(sizeof(UablWandCastComboResetTask) == 0x000078, "Wrong size on UablWandCastComboResetTask"); \ static_assert(offsetof(UablWandCastComboResetTask, bResetWandCastState) == 0x000070, "Member 'UablWandCastComboResetTask::bResetWandCastState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Direct_InstanceQBUpdateData \ static_assert(alignof(UEnemy_Direct_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_Direct_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_Direct_InstanceQBUpdateData) == 0x000050, "Wrong size on UEnemy_Direct_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_USceneActionDayNightLightControllerSettings \ static_assert(alignof(USceneActionDayNightLightControllerSettings) == 0x000008, "Wrong alignment on USceneActionDayNightLightControllerSettings"); \ static_assert(sizeof(USceneActionDayNightLightControllerSettings) == 0x000038, "Wrong size on USceneActionDayNightLightControllerSettings"); \ static_assert(offsetof(USceneActionDayNightLightControllerSettings, UpdateThresholdDegrees) == 0x000030, "Member 'USceneActionDayNightLightControllerSettings::UpdateThresholdDegrees' has a wrong offset!"); \ static_assert(offsetof(USceneActionDayNightLightControllerSettings, bForceLightsVisibleOnCreate) == 0x000034, "Member 'USceneActionDayNightLightControllerSettings::bForceLightsVisibleOnCreate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigDayNightAtmosphereLightControllerSettings \ static_assert(alignof(USceneRigDayNightAtmosphereLightControllerSettings) == 0x000008, "Wrong alignment on USceneRigDayNightAtmosphereLightControllerSettings"); \ static_assert(sizeof(USceneRigDayNightAtmosphereLightControllerSettings) == 0x0000D0, "Wrong size on USceneRigDayNightAtmosphereLightControllerSettings"); \ static_assert(offsetof(USceneRigDayNightAtmosphereLightControllerSettings, SkyParams) == 0x000038, "Member 'USceneRigDayNightAtmosphereLightControllerSettings::SkyParams' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightAtmosphereLightControllerSettings, Intensity) == 0x0000B0, "Member 'USceneRigDayNightAtmosphereLightControllerSettings::Intensity' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightAtmosphereLightControllerSettings, BaseIntensityFactor) == 0x0000B8, "Member 'USceneRigDayNightAtmosphereLightControllerSettings::BaseIntensityFactor' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightAtmosphereLightControllerSettings, Desaturation) == 0x0000C0, "Member 'USceneRigDayNightAtmosphereLightControllerSettings::Desaturation' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightAtmosphereLightControllerSettings, ColorOp) == 0x0000C8, "Member 'USceneRigDayNightAtmosphereLightControllerSettings::ColorOp' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightAtmosphereLightControllerSettings, IntensityOp) == 0x0000C9, "Member 'USceneRigDayNightAtmosphereLightControllerSettings::IntensityOp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablWandCastContextsTaskScratchPad \ static_assert(alignof(UablWandCastContextsTaskScratchPad) == 0x000008, "Wrong alignment on UablWandCastContextsTaskScratchPad"); \ static_assert(sizeof(UablWandCastContextsTaskScratchPad) == 0x000088, "Wrong size on UablWandCastContextsTaskScratchPad"); \ static_assert(offsetof(UablWandCastContextsTaskScratchPad, WandCastType) == 0x000028, "Member 'UablWandCastContextsTaskScratchPad::WandCastType' has a wrong offset!"); \ static_assert(offsetof(UablWandCastContextsTaskScratchPad, FrameReachedMap) == 0x000030, "Member 'UablWandCastContextsTaskScratchPad::FrameReachedMap' has a wrong offset!"); \ static_assert(offsetof(UablWandCastContextsTaskScratchPad, ElapsedTime) == 0x000080, "Member 'UablWandCastContextsTaskScratchPad::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_DBLocation \ static_assert(alignof(UTransform_DBLocation) == 0x000008, "Wrong alignment on UTransform_DBLocation"); \ static_assert(sizeof(UTransform_DBLocation) == 0x000048, "Wrong size on UTransform_DBLocation"); \ static_assert(offsetof(UTransform_DBLocation, bUseBoundParameter) == 0x000028, "Member 'UTransform_DBLocation::bUseBoundParameter' has a wrong offset!"); \ static_assert(offsetof(UTransform_DBLocation, LocationNameProvider) == 0x000030, "Member 'UTransform_DBLocation::LocationNameProvider' has a wrong offset!"); \ static_assert(offsetof(UTransform_DBLocation, Location) == 0x000038, "Member 'UTransform_DBLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UablWandCastContextsTask \ static_assert(alignof(UablWandCastContextsTask) == 0x000008, "Wrong alignment on UablWandCastContextsTask"); \ static_assert(sizeof(UablWandCastContextsTask) == 0x0000C0, "Wrong size on UablWandCastContextsTask"); \ static_assert(offsetof(UablWandCastContextsTask, WandCastTypeToContextMap) == 0x000070, "Member 'UablWandCastContextsTask::WandCastTypeToContextMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Evade_InstanceQBUpdateData \ static_assert(alignof(UEnemy_Evade_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_Evade_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_Evade_InstanceQBUpdateData) == 0x000040, "Wrong size on UEnemy_Evade_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_AccioSpellTool_OnActorHit \ static_assert(alignof(AccioSpellTool_OnActorHit) == 0x000008, "Wrong alignment on AccioSpellTool_OnActorHit"); \ static_assert(sizeof(AccioSpellTool_OnActorHit) == 0x0000A8, "Wrong size on AccioSpellTool_OnActorHit"); \ static_assert(offsetof(AccioSpellTool_OnActorHit, SelfActor) == 0x000000, "Member 'AccioSpellTool_OnActorHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(AccioSpellTool_OnActorHit, OtherActor) == 0x000008, "Member 'AccioSpellTool_OnActorHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(AccioSpellTool_OnActorHit, NormalImpulse) == 0x000010, "Member 'AccioSpellTool_OnActorHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(AccioSpellTool_OnActorHit, Hit) == 0x00001C, "Member 'AccioSpellTool_OnActorHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AccioSpellTool_PullCharacter \ static_assert(alignof(AccioSpellTool_PullCharacter) == 0x000004, "Wrong alignment on AccioSpellTool_PullCharacter"); \ static_assert(sizeof(AccioSpellTool_PullCharacter) == 0x000088, "Wrong size on AccioSpellTool_PullCharacter"); \ static_assert(offsetof(AccioSpellTool_PullCharacter, HitResult) == 0x000000, "Member 'AccioSpellTool_PullCharacter::HitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAccioSpellTool \ static_assert(alignof(AAccioSpellTool) == 0x000008, "Wrong alignment on AAccioSpellTool"); \ static_assert(sizeof(AAccioSpellTool) == 0x000AE8, "Wrong size on AAccioSpellTool"); \ static_assert(offsetof(AAccioSpellTool, LevelDataArray) == 0x000960, "Member 'AAccioSpellTool::LevelDataArray' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, DampingSpheres) == 0x000970, "Member 'AAccioSpellTool::DampingSpheres' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, AccioEndThreshold) == 0x000980, "Member 'AAccioSpellTool::AccioEndThreshold' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, AccioHoverDistance) == 0x000984, "Member 'AAccioSpellTool::AccioHoverDistance' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, AccioHoverHeight) == 0x000988, "Member 'AAccioSpellTool::AccioHoverHeight' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, AccioEndSpellTime) == 0x00098C, "Member 'AAccioSpellTool::AccioEndSpellTime' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, SlidingDotMin) == 0x000990, "Member 'AAccioSpellTool::SlidingDotMin' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, SlidingMinVel) == 0x000994, "Member 'AAccioSpellTool::SlidingMinVel' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, AccioEndVelocityScale) == 0x000998, "Member 'AAccioSpellTool::AccioEndVelocityScale' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, FlyingBookPullVelocity) == 0x00099C, "Member 'AAccioSpellTool::FlyingBookPullVelocity' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, FlyingBookHideDistance) == 0x0009A0, "Member 'AAccioSpellTool::FlyingBookHideDistance' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, FlyingBookSlowStartScale) == 0x0009A4, "Member 'AAccioSpellTool::FlyingBookSlowStartScale' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, MinDamageDealt) == 0x0009A8, "Member 'AAccioSpellTool::MinDamageDealt' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, MaxDamageDealt) == 0x0009AC, "Member 'AAccioSpellTool::MaxDamageDealt' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, MinDamageDealtCharacter) == 0x0009B0, "Member 'AAccioSpellTool::MinDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, MaxDamageDealtCharacter) == 0x0009B4, "Member 'AAccioSpellTool::MaxDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, MinDamageTaken) == 0x0009B8, "Member 'AAccioSpellTool::MinDamageTaken' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, MaxDamageTaken) == 0x0009BC, "Member 'AAccioSpellTool::MaxDamageTaken' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, MinDamageTakenCharacter) == 0x0009C0, "Member 'AAccioSpellTool::MinDamageTakenCharacter' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, MaxDamageTakenCharacter) == 0x0009C4, "Member 'AAccioSpellTool::MaxDamageTakenCharacter' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, AccioCharacterHoverDistance) == 0x0009C8, "Member 'AAccioSpellTool::AccioCharacterHoverDistance' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, AccioCharacterHoverHeight) == 0x0009CC, "Member 'AAccioSpellTool::AccioCharacterHoverHeight' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, WingardiumSpellToolRecord) == 0x0009D0, "Member 'AAccioSpellTool::WingardiumSpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, ExtendedRange) == 0x0009D8, "Member 'AAccioSpellTool::ExtendedRange' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, AOEMunition) == 0x0009E0, "Member 'AAccioSpellTool::AOEMunition' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, bSkipTriggerReaction) == 0x0009E8, "Member 'AAccioSpellTool::bSkipTriggerReaction' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, PullCharacterObjectVelocityMultiplier) == 0x0009EC, "Member 'AAccioSpellTool::PullCharacterObjectVelocityMultiplier' has a wrong offset!"); \ static_assert(offsetof(AAccioSpellTool, WingardiumSpellTool) == 0x000A88, "Member 'AAccioSpellTool::WingardiumSpellTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_SeekTarget_InstanceQBUpdateData \ static_assert(alignof(UEnemy_SeekTarget_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_SeekTarget_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_SeekTarget_InstanceQBUpdateData) == 0x000048, "Wrong size on UEnemy_SeekTarget_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_AchievementManager_Get \ static_assert(alignof(AchievementManager_Get) == 0x000008, "Wrong alignment on AchievementManager_Get"); \ static_assert(sizeof(AchievementManager_Get) == 0x000008, "Wrong size on AchievementManager_Get"); \ static_assert(offsetof(AchievementManager_Get, ReturnValue) == 0x000000, "Member 'AchievementManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_GetPure \ static_assert(alignof(AchievementManager_GetPure) == 0x000008, "Wrong alignment on AchievementManager_GetPure"); \ static_assert(sizeof(AchievementManager_GetPure) == 0x000008, "Wrong size on AchievementManager_GetPure"); \ static_assert(offsetof(AchievementManager_GetPure, ReturnValue) == 0x000000, "Member 'AchievementManager_GetPure::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_AnyDelayedRewards \ static_assert(alignof(AchievementManager_AnyDelayedRewards) == 0x000001, "Wrong alignment on AchievementManager_AnyDelayedRewards"); \ static_assert(sizeof(AchievementManager_AnyDelayedRewards) == 0x000001, "Wrong size on AchievementManager_AnyDelayedRewards"); \ static_assert(offsetof(AchievementManager_AnyDelayedRewards, ReturnValue) == 0x000000, "Member 'AchievementManager_AnyDelayedRewards::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_ApplyAchievementIncrease \ static_assert(alignof(AchievementManager_ApplyAchievementIncrease) == 0x000004, "Wrong alignment on AchievementManager_ApplyAchievementIncrease"); \ static_assert(sizeof(AchievementManager_ApplyAchievementIncrease) == 0x000010, "Wrong size on AchievementManager_ApplyAchievementIncrease"); \ static_assert(offsetof(AchievementManager_ApplyAchievementIncrease, AchievementID) == 0x000000, "Member 'AchievementManager_ApplyAchievementIncrease::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_ApplyAchievementIncrease, Count) == 0x000008, "Member 'AchievementManager_ApplyAchievementIncrease::Count' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_ApplyAchievementIncrease, CheckRulesFirst) == 0x00000C, "Member 'AchievementManager_ApplyAchievementIncrease::CheckRulesFirst' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_ApplyAchievementIncrease, AssertIfNotAccumluate) == 0x00000D, "Member 'AchievementManager_ApplyAchievementIncrease::AssertIfNotAccumluate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_ApplyHomework \ static_assert(alignof(AchievementManager_ApplyHomework) == 0x000008, "Wrong alignment on AchievementManager_ApplyHomework"); \ static_assert(sizeof(AchievementManager_ApplyHomework) == 0x000020, "Wrong size on AchievementManager_ApplyHomework"); \ static_assert(offsetof(AchievementManager_ApplyHomework, HomeworkType) == 0x000000, "Member 'AchievementManager_ApplyHomework::HomeworkType' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_ApplyHomework, HomeworkName) == 0x000008, "Member 'AchievementManager_ApplyHomework::HomeworkName' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_ApplyHomework, Count) == 0x000018, "Member 'AchievementManager_ApplyHomework::Count' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_ApplyHomework, AssertIfNotFound) == 0x00001C, "Member 'AchievementManager_ApplyHomework::AssertIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_ApplyKnowledgeAction \ static_assert(alignof(AchievementManager_ApplyKnowledgeAction) == 0x000004, "Wrong alignment on AchievementManager_ApplyKnowledgeAction"); \ static_assert(sizeof(AchievementManager_ApplyKnowledgeAction) == 0x000018, "Wrong size on AchievementManager_ApplyKnowledgeAction"); \ static_assert(offsetof(AchievementManager_ApplyKnowledgeAction, KnowledgeSubject) == 0x000000, "Member 'AchievementManager_ApplyKnowledgeAction::KnowledgeSubject' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_ApplyKnowledgeAction, KnowledgeAction) == 0x000008, "Member 'AchievementManager_ApplyKnowledgeAction::KnowledgeAction' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_ApplyKnowledgeAction, KnowledgeCategoryOverride) == 0x000010, "Member 'AchievementManager_ApplyKnowledgeAction::KnowledgeCategoryOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_ApplyOneOfEachInstance \ static_assert(alignof(AchievementManager_ApplyOneOfEachInstance) == 0x000004, "Wrong alignment on AchievementManager_ApplyOneOfEachInstance"); \ static_assert(sizeof(AchievementManager_ApplyOneOfEachInstance) == 0x000014, "Wrong size on AchievementManager_ApplyOneOfEachInstance"); \ static_assert(offsetof(AchievementManager_ApplyOneOfEachInstance, AchievementID) == 0x000000, "Member 'AchievementManager_ApplyOneOfEachInstance::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_ApplyOneOfEachInstance, InstanceName) == 0x000008, "Member 'AchievementManager_ApplyOneOfEachInstance::InstanceName' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_ApplyOneOfEachInstance, isInternal) == 0x000010, "Member 'AchievementManager_ApplyOneOfEachInstance::isInternal' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_ApplyOneOfEachInstance, ReturnValue) == 0x000011, "Member 'AchievementManager_ApplyOneOfEachInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_ApplyWhitelistInstance \ static_assert(alignof(AchievementManager_ApplyWhitelistInstance) == 0x000004, "Wrong alignment on AchievementManager_ApplyWhitelistInstance"); \ static_assert(sizeof(AchievementManager_ApplyWhitelistInstance) == 0x000014, "Wrong size on AchievementManager_ApplyWhitelistInstance"); \ static_assert(offsetof(AchievementManager_ApplyWhitelistInstance, AchievementID) == 0x000000, "Member 'AchievementManager_ApplyWhitelistInstance::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_ApplyWhitelistInstance, InstanceName) == 0x000008, "Member 'AchievementManager_ApplyWhitelistInstance::InstanceName' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_ApplyWhitelistInstance, ReturnValue) == 0x000010, "Member 'AchievementManager_ApplyWhitelistInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_AwardOneTimeAchievement \ static_assert(alignof(AchievementManager_AwardOneTimeAchievement) == 0x000004, "Wrong alignment on AchievementManager_AwardOneTimeAchievement"); \ static_assert(sizeof(AchievementManager_AwardOneTimeAchievement) == 0x00000C, "Wrong size on AchievementManager_AwardOneTimeAchievement"); \ static_assert(offsetof(AchievementManager_AwardOneTimeAchievement, AchievementID) == 0x000000, "Member 'AchievementManager_AwardOneTimeAchievement::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_AwardOneTimeAchievement, CheckRulesFirst) == 0x000008, "Member 'AchievementManager_AwardOneTimeAchievement::CheckRulesFirst' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_AwardOneTimeAchievement, AssertIfNotOneTime) == 0x000009, "Member 'AchievementManager_AwardOneTimeAchievement::AssertIfNotOneTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_AwardOneTimeHomework \ static_assert(alignof(AchievementManager_AwardOneTimeHomework) == 0x000008, "Wrong alignment on AchievementManager_AwardOneTimeHomework"); \ static_assert(sizeof(AchievementManager_AwardOneTimeHomework) == 0x000020, "Wrong size on AchievementManager_AwardOneTimeHomework"); \ static_assert(offsetof(AchievementManager_AwardOneTimeHomework, HomeworkType) == 0x000000, "Member 'AchievementManager_AwardOneTimeHomework::HomeworkType' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_AwardOneTimeHomework, HomeworkName) == 0x000008, "Member 'AchievementManager_AwardOneTimeHomework::HomeworkName' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_AwardOneTimeHomework, AssertIfNotFound) == 0x000018, "Member 'AchievementManager_AwardOneTimeHomework::AssertIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_AwardOnUnlock \ static_assert(alignof(AchievementManager_AwardOnUnlock) == 0x000004, "Wrong alignment on AchievementManager_AwardOnUnlock"); \ static_assert(sizeof(AchievementManager_AwardOnUnlock) == 0x000008, "Wrong size on AchievementManager_AwardOnUnlock"); \ static_assert(offsetof(AchievementManager_AwardOnUnlock, LockId) == 0x000000, "Member 'AchievementManager_AwardOnUnlock::LockId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_ClaimReward \ static_assert(alignof(AchievementManager_ClaimReward) == 0x000008, "Wrong alignment on AchievementManager_ClaimReward"); \ static_assert(sizeof(AchievementManager_ClaimReward) == 0x000068, "Wrong size on AchievementManager_ClaimReward"); \ static_assert(offsetof(AchievementManager_ClaimReward, achievement) == 0x000000, "Member 'AchievementManager_ClaimReward::achievement' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_ClaimReward, reward) == 0x000040, "Member 'AchievementManager_ClaimReward::reward' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_ClaimReward, ReturnValue) == 0x000060, "Member 'AchievementManager_ClaimReward::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_DebugAchievementIncrease \ static_assert(alignof(AchievementManager_DebugAchievementIncrease) == 0x000008, "Wrong alignment on AchievementManager_DebugAchievementIncrease"); \ static_assert(sizeof(AchievementManager_DebugAchievementIncrease) == 0x000018, "Wrong size on AchievementManager_DebugAchievementIncrease"); \ static_assert(offsetof(AchievementManager_DebugAchievementIncrease, AchievementID) == 0x000000, "Member 'AchievementManager_DebugAchievementIncrease::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_DebugAchievementIncrease, Amount) == 0x000010, "Member 'AchievementManager_DebugAchievementIncrease::Amount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_DebugAchievementOneOfEach \ static_assert(alignof(AchievementManager_DebugAchievementOneOfEach) == 0x000008, "Wrong alignment on AchievementManager_DebugAchievementOneOfEach"); \ static_assert(sizeof(AchievementManager_DebugAchievementOneOfEach) == 0x000020, "Wrong size on AchievementManager_DebugAchievementOneOfEach"); \ static_assert(offsetof(AchievementManager_DebugAchievementOneOfEach, AchievementID) == 0x000000, "Member 'AchievementManager_DebugAchievementOneOfEach::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_DebugAchievementOneOfEach, ObjectName) == 0x000010, "Member 'AchievementManager_DebugAchievementOneOfEach::ObjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_DebugAchievementShowState \ static_assert(alignof(AchievementManager_DebugAchievementShowState) == 0x000008, "Wrong alignment on AchievementManager_DebugAchievementShowState"); \ static_assert(sizeof(AchievementManager_DebugAchievementShowState) == 0x000010, "Wrong size on AchievementManager_DebugAchievementShowState"); \ static_assert(offsetof(AchievementManager_DebugAchievementShowState, AchievementID) == 0x000000, "Member 'AchievementManager_DebugAchievementShowState::AchievementID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_DebugAwardAchievement \ static_assert(alignof(AchievementManager_DebugAwardAchievement) == 0x000008, "Wrong alignment on AchievementManager_DebugAwardAchievement"); \ static_assert(sizeof(AchievementManager_DebugAwardAchievement) == 0x000010, "Wrong size on AchievementManager_DebugAwardAchievement"); \ static_assert(offsetof(AchievementManager_DebugAwardAchievement, AchievementID) == 0x000000, "Member 'AchievementManager_DebugAwardAchievement::AchievementID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_DebugAwardChallenge \ static_assert(alignof(AchievementManager_DebugAwardChallenge) == 0x000008, "Wrong alignment on AchievementManager_DebugAwardChallenge"); \ static_assert(sizeof(AchievementManager_DebugAwardChallenge) == 0x000010, "Wrong size on AchievementManager_DebugAwardChallenge"); \ static_assert(offsetof(AchievementManager_DebugAwardChallenge, ChallengeID) == 0x000000, "Member 'AchievementManager_DebugAwardChallenge::ChallengeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_GetAchievementInstanceGoal \ static_assert(alignof(AchievementManager_GetAchievementInstanceGoal) == 0x000004, "Wrong alignment on AchievementManager_GetAchievementInstanceGoal"); \ static_assert(sizeof(AchievementManager_GetAchievementInstanceGoal) == 0x00000C, "Wrong size on AchievementManager_GetAchievementInstanceGoal"); \ static_assert(offsetof(AchievementManager_GetAchievementInstanceGoal, AchievementID) == 0x000000, "Member 'AchievementManager_GetAchievementInstanceGoal::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_GetAchievementInstanceGoal, ReturnValue) == 0x000008, "Member 'AchievementManager_GetAchievementInstanceGoal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_GetAchievementInstances \ static_assert(alignof(AchievementManager_GetAchievementInstances) == 0x000004, "Wrong alignment on AchievementManager_GetAchievementInstances"); \ static_assert(sizeof(AchievementManager_GetAchievementInstances) == 0x00000C, "Wrong size on AchievementManager_GetAchievementInstances"); \ static_assert(offsetof(AchievementManager_GetAchievementInstances, AchievementID) == 0x000000, "Member 'AchievementManager_GetAchievementInstances::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_GetAchievementInstances, ReturnValue) == 0x000008, "Member 'AchievementManager_GetAchievementInstances::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_GetAchievementType \ static_assert(alignof(AchievementManager_GetAchievementType) == 0x000004, "Wrong alignment on AchievementManager_GetAchievementType"); \ static_assert(sizeof(AchievementManager_GetAchievementType) == 0x000010, "Wrong size on AchievementManager_GetAchievementType"); \ static_assert(offsetof(AchievementManager_GetAchievementType, AchievementID) == 0x000000, "Member 'AchievementManager_GetAchievementType::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_GetAchievementType, ReturnValue) == 0x000008, "Member 'AchievementManager_GetAchievementType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_GetChalkboardChallengesForClass \ static_assert(alignof(AchievementManager_GetChalkboardChallengesForClass) == 0x000008, "Wrong alignment on AchievementManager_GetChalkboardChallengesForClass"); \ static_assert(sizeof(AchievementManager_GetChalkboardChallengesForClass) == 0x000018, "Wrong size on AchievementManager_GetChalkboardChallengesForClass"); \ static_assert(offsetof(AchievementManager_GetChalkboardChallengesForClass, ClassPrefix) == 0x000000, "Member 'AchievementManager_GetChalkboardChallengesForClass::ClassPrefix' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_GetChalkboardChallengesForClass, ReturnValue) == 0x000008, "Member 'AchievementManager_GetChalkboardChallengesForClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_GetChallengeCategories \ static_assert(alignof(AchievementManager_GetChallengeCategories) == 0x000008, "Wrong alignment on AchievementManager_GetChallengeCategories"); \ static_assert(sizeof(AchievementManager_GetChallengeCategories) == 0x000050, "Wrong size on AchievementManager_GetChallengeCategories"); \ static_assert(offsetof(AchievementManager_GetChallengeCategories, ReturnValue) == 0x000000, "Member 'AchievementManager_GetChallengeCategories::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_GetChallengeLevel \ static_assert(alignof(AchievementManager_GetChallengeLevel) == 0x000008, "Wrong alignment on AchievementManager_GetChallengeLevel"); \ static_assert(sizeof(AchievementManager_GetChallengeLevel) == 0x000048, "Wrong size on AchievementManager_GetChallengeLevel"); \ static_assert(offsetof(AchievementManager_GetChallengeLevel, AchievementID) == 0x000000, "Member 'AchievementManager_GetChallengeLevel::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_GetChallengeLevel, ReturnValue) == 0x000008, "Member 'AchievementManager_GetChallengeLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_GetDelayedRewards \ static_assert(alignof(AchievementManager_GetDelayedRewards) == 0x000008, "Wrong alignment on AchievementManager_GetDelayedRewards"); \ static_assert(sizeof(AchievementManager_GetDelayedRewards) == 0x000010, "Wrong size on AchievementManager_GetDelayedRewards"); \ static_assert(offsetof(AchievementManager_GetDelayedRewards, ReturnValue) == 0x000000, "Member 'AchievementManager_GetDelayedRewards::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_GetDelayedRewardsCount \ static_assert(alignof(AchievementManager_GetDelayedRewardsCount) == 0x000004, "Wrong alignment on AchievementManager_GetDelayedRewardsCount"); \ static_assert(sizeof(AchievementManager_GetDelayedRewardsCount) == 0x000004, "Wrong size on AchievementManager_GetDelayedRewardsCount"); \ static_assert(offsetof(AchievementManager_GetDelayedRewardsCount, ReturnValue) == 0x000000, "Member 'AchievementManager_GetDelayedRewardsCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_GetFieldGuideCompletionPercent \ static_assert(alignof(AchievementManager_GetFieldGuideCompletionPercent) == 0x000004, "Wrong alignment on AchievementManager_GetFieldGuideCompletionPercent"); \ static_assert(sizeof(AchievementManager_GetFieldGuideCompletionPercent) == 0x000004, "Wrong size on AchievementManager_GetFieldGuideCompletionPercent"); \ static_assert(offsetof(AchievementManager_GetFieldGuideCompletionPercent, ReturnValue) == 0x000000, "Member 'AchievementManager_GetFieldGuideCompletionPercent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_GetFieldGuideCompletionPercentPerCategory \ static_assert(alignof(AchievementManager_GetFieldGuideCompletionPercentPerCategory) == 0x000008, "Wrong alignment on AchievementManager_GetFieldGuideCompletionPercentPerCategory"); \ static_assert(sizeof(AchievementManager_GetFieldGuideCompletionPercentPerCategory) == 0x000020, "Wrong size on AchievementManager_GetFieldGuideCompletionPercentPerCategory"); \ static_assert(offsetof(AchievementManager_GetFieldGuideCompletionPercentPerCategory, Category) == 0x000000, "Member 'AchievementManager_GetFieldGuideCompletionPercentPerCategory::Category' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_GetFieldGuideCompletionPercentPerCategory, ReturnValue) == 0x000018, "Member 'AchievementManager_GetFieldGuideCompletionPercentPerCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_GetHomeworkInstances \ static_assert(alignof(AchievementManager_GetHomeworkInstances) == 0x000008, "Wrong alignment on AchievementManager_GetHomeworkInstances"); \ static_assert(sizeof(AchievementManager_GetHomeworkInstances) == 0x000020, "Wrong size on AchievementManager_GetHomeworkInstances"); \ static_assert(offsetof(AchievementManager_GetHomeworkInstances, HomeworkType) == 0x000000, "Member 'AchievementManager_GetHomeworkInstances::HomeworkType' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_GetHomeworkInstances, HomeworkName) == 0x000008, "Member 'AchievementManager_GetHomeworkInstances::HomeworkName' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_GetHomeworkInstances, AssertIfNotFound) == 0x000018, "Member 'AchievementManager_GetHomeworkInstances::AssertIfNotFound' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_GetHomeworkInstances, ReturnValue) == 0x00001C, "Member 'AchievementManager_GetHomeworkInstances::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_GetKnowledgeChallengesForSubject \ static_assert(alignof(AchievementManager_GetKnowledgeChallengesForSubject) == 0x000008, "Wrong alignment on AchievementManager_GetKnowledgeChallengesForSubject"); \ static_assert(sizeof(AchievementManager_GetKnowledgeChallengesForSubject) == 0x000018, "Wrong size on AchievementManager_GetKnowledgeChallengesForSubject"); \ static_assert(offsetof(AchievementManager_GetKnowledgeChallengesForSubject, KnowledgeSubject) == 0x000000, "Member 'AchievementManager_GetKnowledgeChallengesForSubject::KnowledgeSubject' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_GetKnowledgeChallengesForSubject, ReturnValue) == 0x000008, "Member 'AchievementManager_GetKnowledgeChallengesForSubject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_HandleStatChanged \ static_assert(alignof(AchievementManager_HandleStatChanged) == 0x000004, "Wrong alignment on AchievementManager_HandleStatChanged"); \ static_assert(sizeof(AchievementManager_HandleStatChanged) == 0x000010, "Wrong size on AchievementManager_HandleStatChanged"); \ static_assert(offsetof(AchievementManager_HandleStatChanged, StatID) == 0x000000, "Member 'AchievementManager_HandleStatChanged::StatID' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_HandleStatChanged, Value) == 0x000008, "Member 'AchievementManager_HandleStatChanged::Value' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_HandleStatChanged, Delta) == 0x00000C, "Member 'AchievementManager_HandleStatChanged::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_IsAchievementActive \ static_assert(alignof(AchievementManager_IsAchievementActive) == 0x000004, "Wrong alignment on AchievementManager_IsAchievementActive"); \ static_assert(sizeof(AchievementManager_IsAchievementActive) == 0x00000C, "Wrong size on AchievementManager_IsAchievementActive"); \ static_assert(offsetof(AchievementManager_IsAchievementActive, AchievementID) == 0x000000, "Member 'AchievementManager_IsAchievementActive::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_IsAchievementActive, ReturnValue) == 0x000008, "Member 'AchievementManager_IsAchievementActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_IsAchievementComplete \ static_assert(alignof(AchievementManager_IsAchievementComplete) == 0x000004, "Wrong alignment on AchievementManager_IsAchievementComplete"); \ static_assert(sizeof(AchievementManager_IsAchievementComplete) == 0x00000C, "Wrong size on AchievementManager_IsAchievementComplete"); \ static_assert(offsetof(AchievementManager_IsAchievementComplete, AchievementID) == 0x000000, "Member 'AchievementManager_IsAchievementComplete::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_IsAchievementComplete, ReturnValue) == 0x000008, "Member 'AchievementManager_IsAchievementComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_IsFieldGuideComplete \ static_assert(alignof(AchievementManager_IsFieldGuideComplete) == 0x000001, "Wrong alignment on AchievementManager_IsFieldGuideComplete"); \ static_assert(sizeof(AchievementManager_IsFieldGuideComplete) == 0x000001, "Wrong size on AchievementManager_IsFieldGuideComplete"); \ static_assert(offsetof(AchievementManager_IsFieldGuideComplete, ReturnValue) == 0x000000, "Member 'AchievementManager_IsFieldGuideComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_IsHomeworkComplete \ static_assert(alignof(AchievementManager_IsHomeworkComplete) == 0x000008, "Wrong alignment on AchievementManager_IsHomeworkComplete"); \ static_assert(sizeof(AchievementManager_IsHomeworkComplete) == 0x000020, "Wrong size on AchievementManager_IsHomeworkComplete"); \ static_assert(offsetof(AchievementManager_IsHomeworkComplete, HomeworkType) == 0x000000, "Member 'AchievementManager_IsHomeworkComplete::HomeworkType' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_IsHomeworkComplete, HomeworkName) == 0x000008, "Member 'AchievementManager_IsHomeworkComplete::HomeworkName' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_IsHomeworkComplete, AssertIfNotFound) == 0x000018, "Member 'AchievementManager_IsHomeworkComplete::AssertIfNotFound' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_IsHomeworkComplete, ReturnValue) == 0x000019, "Member 'AchievementManager_IsHomeworkComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_ResetAchievement \ static_assert(alignof(AchievementManager_ResetAchievement) == 0x000004, "Wrong alignment on AchievementManager_ResetAchievement"); \ static_assert(sizeof(AchievementManager_ResetAchievement) == 0x000008, "Wrong size on AchievementManager_ResetAchievement"); \ static_assert(offsetof(AchievementManager_ResetAchievement, AchievementID) == 0x000000, "Member 'AchievementManager_ResetAchievement::AchievementID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_SetAchievementWatcher \ static_assert(alignof(AchievementManager_SetAchievementWatcher) == 0x000008, "Wrong alignment on AchievementManager_SetAchievementWatcher"); \ static_assert(sizeof(AchievementManager_SetAchievementWatcher) == 0x000018, "Wrong size on AchievementManager_SetAchievementWatcher"); \ static_assert(offsetof(AchievementManager_SetAchievementWatcher, AchievementID) == 0x000000, "Member 'AchievementManager_SetAchievementWatcher::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_SetAchievementWatcher, Caller) == 0x000008, "Member 'AchievementManager_SetAchievementWatcher::Caller' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_SetAchievementWatcher, bEnable) == 0x000010, "Member 'AchievementManager_SetAchievementWatcher::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementManager_SetHomeworkWatcher \ static_assert(alignof(AchievementManager_SetHomeworkWatcher) == 0x000008, "Wrong alignment on AchievementManager_SetHomeworkWatcher"); \ static_assert(sizeof(AchievementManager_SetHomeworkWatcher) == 0x000028, "Wrong size on AchievementManager_SetHomeworkWatcher"); \ static_assert(offsetof(AchievementManager_SetHomeworkWatcher, HomeworkType) == 0x000000, "Member 'AchievementManager_SetHomeworkWatcher::HomeworkType' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_SetHomeworkWatcher, HomeworkName) == 0x000008, "Member 'AchievementManager_SetHomeworkWatcher::HomeworkName' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_SetHomeworkWatcher, Caller) == 0x000018, "Member 'AchievementManager_SetHomeworkWatcher::Caller' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_SetHomeworkWatcher, bEnable) == 0x000020, "Member 'AchievementManager_SetHomeworkWatcher::bEnable' has a wrong offset!"); \ static_assert(offsetof(AchievementManager_SetHomeworkWatcher, AssertIfNotFound) == 0x000021, "Member 'AchievementManager_SetHomeworkWatcher::AssertIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAchievementManager \ static_assert(alignof(UAchievementManager) == 0x000008, "Wrong alignment on UAchievementManager"); \ static_assert(sizeof(UAchievementManager) == 0x0004A0, "Wrong size on UAchievementManager"); \ #define DUMPER7_ASSERTS_Acknowledgement_EventExecute \ static_assert(alignof(Acknowledgement_EventExecute) == 0x000001, "Wrong alignment on Acknowledgement_EventExecute"); \ static_assert(sizeof(Acknowledgement_EventExecute) == 0x000001, "Wrong size on Acknowledgement_EventExecute"); \ static_assert(offsetof(Acknowledgement_EventExecute, bNewResult) == 0x000000, "Member 'Acknowledgement_EventExecute::bNewResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAcknowledgement \ static_assert(alignof(UAcknowledgement) == 0x000008, "Wrong alignment on UAcknowledgement"); \ static_assert(sizeof(UAcknowledgement) == 0x000068, "Wrong size on UAcknowledgement"); \ #define DUMPER7_ASSERTS_WandLinkWidget_SetButtonVisibility \ static_assert(alignof(WandLinkWidget_SetButtonVisibility) == 0x000001, "Wrong alignment on WandLinkWidget_SetButtonVisibility"); \ static_assert(sizeof(WandLinkWidget_SetButtonVisibility) == 0x000002, "Wrong size on WandLinkWidget_SetButtonVisibility"); \ static_assert(offsetof(WandLinkWidget_SetButtonVisibility, InputType) == 0x000000, "Member 'WandLinkWidget_SetButtonVisibility::InputType' has a wrong offset!"); \ static_assert(offsetof(WandLinkWidget_SetButtonVisibility, InVisibility) == 0x000001, "Member 'WandLinkWidget_SetButtonVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkWidget_SetMiniGameVisibility \ static_assert(alignof(WandLinkWidget_SetMiniGameVisibility) == 0x000001, "Wrong alignment on WandLinkWidget_SetMiniGameVisibility"); \ static_assert(sizeof(WandLinkWidget_SetMiniGameVisibility) == 0x000002, "Wrong size on WandLinkWidget_SetMiniGameVisibility"); \ static_assert(offsetof(WandLinkWidget_SetMiniGameVisibility, MiniGameType) == 0x000000, "Member 'WandLinkWidget_SetMiniGameVisibility::MiniGameType' has a wrong offset!"); \ static_assert(offsetof(WandLinkWidget_SetMiniGameVisibility, InVisibility) == 0x000001, "Member 'WandLinkWidget_SetMiniGameVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkWidget_SuccessButtonFailed \ static_assert(alignof(WandLinkWidget_SuccessButtonFailed) == 0x000001, "Wrong alignment on WandLinkWidget_SuccessButtonFailed"); \ static_assert(sizeof(WandLinkWidget_SuccessButtonFailed) == 0x000003, "Wrong size on WandLinkWidget_SuccessButtonFailed"); \ static_assert(offsetof(WandLinkWidget_SuccessButtonFailed, InputType) == 0x000000, "Member 'WandLinkWidget_SuccessButtonFailed::InputType' has a wrong offset!"); \ static_assert(offsetof(WandLinkWidget_SuccessButtonFailed, SuccessInputType) == 0x000001, "Member 'WandLinkWidget_SuccessButtonFailed::SuccessInputType' has a wrong offset!"); \ static_assert(offsetof(WandLinkWidget_SuccessButtonFailed, MiniGameType) == 0x000002, "Member 'WandLinkWidget_SuccessButtonFailed::MiniGameType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkWidget_SuccessButtonPressed \ static_assert(alignof(WandLinkWidget_SuccessButtonPressed) == 0x000001, "Wrong alignment on WandLinkWidget_SuccessButtonPressed"); \ static_assert(sizeof(WandLinkWidget_SuccessButtonPressed) == 0x000003, "Wrong size on WandLinkWidget_SuccessButtonPressed"); \ static_assert(offsetof(WandLinkWidget_SuccessButtonPressed, InputType) == 0x000000, "Member 'WandLinkWidget_SuccessButtonPressed::InputType' has a wrong offset!"); \ static_assert(offsetof(WandLinkWidget_SuccessButtonPressed, SuccessInputType) == 0x000001, "Member 'WandLinkWidget_SuccessButtonPressed::SuccessInputType' has a wrong offset!"); \ static_assert(offsetof(WandLinkWidget_SuccessButtonPressed, MiniGameType) == 0x000002, "Member 'WandLinkWidget_SuccessButtonPressed::MiniGameType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkWidget_SuccessMeterFilled \ static_assert(alignof(WandLinkWidget_SuccessMeterFilled) == 0x000001, "Wrong alignment on WandLinkWidget_SuccessMeterFilled"); \ static_assert(sizeof(WandLinkWidget_SuccessMeterFilled) == 0x000003, "Wrong size on WandLinkWidget_SuccessMeterFilled"); \ static_assert(offsetof(WandLinkWidget_SuccessMeterFilled, InputType) == 0x000000, "Member 'WandLinkWidget_SuccessMeterFilled::InputType' has a wrong offset!"); \ static_assert(offsetof(WandLinkWidget_SuccessMeterFilled, SuccessInputType) == 0x000001, "Member 'WandLinkWidget_SuccessMeterFilled::SuccessInputType' has a wrong offset!"); \ static_assert(offsetof(WandLinkWidget_SuccessMeterFilled, MiniGameType) == 0x000002, "Member 'WandLinkWidget_SuccessMeterFilled::MiniGameType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkWidget_GetSuccessRatio \ static_assert(alignof(WandLinkWidget_GetSuccessRatio) == 0x000004, "Wrong alignment on WandLinkWidget_GetSuccessRatio"); \ static_assert(sizeof(WandLinkWidget_GetSuccessRatio) == 0x000004, "Wrong size on WandLinkWidget_GetSuccessRatio"); \ static_assert(offsetof(WandLinkWidget_GetSuccessRatio, ReturnValue) == 0x000000, "Member 'WandLinkWidget_GetSuccessRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkWidget_GetWandLinkPercentage \ static_assert(alignof(WandLinkWidget_GetWandLinkPercentage) == 0x000004, "Wrong alignment on WandLinkWidget_GetWandLinkPercentage"); \ static_assert(sizeof(WandLinkWidget_GetWandLinkPercentage) == 0x000004, "Wrong size on WandLinkWidget_GetWandLinkPercentage"); \ static_assert(offsetof(WandLinkWidget_GetWandLinkPercentage, ReturnValue) == 0x000000, "Member 'WandLinkWidget_GetWandLinkPercentage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWandLinkWidget \ static_assert(alignof(UWandLinkWidget) == 0x000008, "Wrong alignment on UWandLinkWidget"); \ static_assert(sizeof(UWandLinkWidget) == 0x000288, "Wrong size on UWandLinkWidget"); \ static_assert(offsetof(UWandLinkWidget, bUsingKeyboard) == 0x000268, "Member 'UWandLinkWidget::bUsingKeyboard' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AcknowledgementManager_Get \ static_assert(alignof(AcknowledgementManager_Get) == 0x000008, "Wrong alignment on AcknowledgementManager_Get"); \ static_assert(sizeof(AcknowledgementManager_Get) == 0x000008, "Wrong size on AcknowledgementManager_Get"); \ static_assert(offsetof(AcknowledgementManager_Get, ReturnValue) == 0x000000, "Member 'AcknowledgementManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AcknowledgementManager_GetAcknowledgementManager \ static_assert(alignof(AcknowledgementManager_GetAcknowledgementManager) == 0x000008, "Wrong alignment on AcknowledgementManager_GetAcknowledgementManager"); \ static_assert(sizeof(AcknowledgementManager_GetAcknowledgementManager) == 0x000008, "Wrong size on AcknowledgementManager_GetAcknowledgementManager"); \ static_assert(offsetof(AcknowledgementManager_GetAcknowledgementManager, ReturnValue) == 0x000000, "Member 'AcknowledgementManager_GetAcknowledgementManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AcknowledgementManager_SetSpecialSpeakerByDBIDForAcknowledgement \ static_assert(alignof(AcknowledgementManager_SetSpecialSpeakerByDBIDForAcknowledgement) == 0x000004, "Wrong alignment on AcknowledgementManager_SetSpecialSpeakerByDBIDForAcknowledgement"); \ static_assert(sizeof(AcknowledgementManager_SetSpecialSpeakerByDBIDForAcknowledgement) == 0x000008, "Wrong size on AcknowledgementManager_SetSpecialSpeakerByDBIDForAcknowledgement"); \ static_assert(offsetof(AcknowledgementManager_SetSpecialSpeakerByDBIDForAcknowledgement, InSpecialSpeakerName) == 0x000000, "Member 'AcknowledgementManager_SetSpecialSpeakerByDBIDForAcknowledgement::InSpecialSpeakerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AcknowledgementManager_SetSpecialSpeakerForAcknowledgement \ static_assert(alignof(AcknowledgementManager_SetSpecialSpeakerForAcknowledgement) == 0x000008, "Wrong alignment on AcknowledgementManager_SetSpecialSpeakerForAcknowledgement"); \ static_assert(sizeof(AcknowledgementManager_SetSpecialSpeakerForAcknowledgement) == 0x000008, "Wrong size on AcknowledgementManager_SetSpecialSpeakerForAcknowledgement"); \ static_assert(offsetof(AcknowledgementManager_SetSpecialSpeakerForAcknowledgement, InSpecialSpeaker) == 0x000000, "Member 'AcknowledgementManager_SetSpecialSpeakerForAcknowledgement::InSpecialSpeaker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AcknowledgementManager_UpdateMiscBoolStatStatic \ static_assert(alignof(AcknowledgementManager_UpdateMiscBoolStatStatic) == 0x000004, "Wrong alignment on AcknowledgementManager_UpdateMiscBoolStatStatic"); \ static_assert(sizeof(AcknowledgementManager_UpdateMiscBoolStatStatic) == 0x00000C, "Wrong size on AcknowledgementManager_UpdateMiscBoolStatStatic"); \ static_assert(offsetof(AcknowledgementManager_UpdateMiscBoolStatStatic, Key) == 0x000000, "Member 'AcknowledgementManager_UpdateMiscBoolStatStatic::Key' has a wrong offset!"); \ static_assert(offsetof(AcknowledgementManager_UpdateMiscBoolStatStatic, bValue) == 0x000008, "Member 'AcknowledgementManager_UpdateMiscBoolStatStatic::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AcknowledgementManager_UpdateMiscIntStatStatic \ static_assert(alignof(AcknowledgementManager_UpdateMiscIntStatStatic) == 0x000004, "Wrong alignment on AcknowledgementManager_UpdateMiscIntStatStatic"); \ static_assert(sizeof(AcknowledgementManager_UpdateMiscIntStatStatic) == 0x00000C, "Wrong size on AcknowledgementManager_UpdateMiscIntStatStatic"); \ static_assert(offsetof(AcknowledgementManager_UpdateMiscIntStatStatic, Key) == 0x000000, "Member 'AcknowledgementManager_UpdateMiscIntStatStatic::Key' has a wrong offset!"); \ static_assert(offsetof(AcknowledgementManager_UpdateMiscIntStatStatic, Value) == 0x000008, "Member 'AcknowledgementManager_UpdateMiscIntStatStatic::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AcknowledgementManager_UpdateMiscStatStatic \ static_assert(alignof(AcknowledgementManager_UpdateMiscStatStatic) == 0x000008, "Wrong alignment on AcknowledgementManager_UpdateMiscStatStatic"); \ static_assert(sizeof(AcknowledgementManager_UpdateMiscStatStatic) == 0x000018, "Wrong size on AcknowledgementManager_UpdateMiscStatStatic"); \ static_assert(offsetof(AcknowledgementManager_UpdateMiscStatStatic, Key) == 0x000000, "Member 'AcknowledgementManager_UpdateMiscStatStatic::Key' has a wrong offset!"); \ static_assert(offsetof(AcknowledgementManager_UpdateMiscStatStatic, Value) == 0x000008, "Member 'AcknowledgementManager_UpdateMiscStatStatic::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AcknowledgementManager_HandleFleshLoaded \ static_assert(alignof(AcknowledgementManager_HandleFleshLoaded) == 0x000008, "Wrong alignment on AcknowledgementManager_HandleFleshLoaded"); \ static_assert(sizeof(AcknowledgementManager_HandleFleshLoaded) == 0x000008, "Wrong size on AcknowledgementManager_HandleFleshLoaded"); \ static_assert(offsetof(AcknowledgementManager_HandleFleshLoaded, InFleshActor) == 0x000000, "Member 'AcknowledgementManager_HandleFleshLoaded::InFleshActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AcknowledgementManager_HandleStatChanged \ static_assert(alignof(AcknowledgementManager_HandleStatChanged) == 0x000004, "Wrong alignment on AcknowledgementManager_HandleStatChanged"); \ static_assert(sizeof(AcknowledgementManager_HandleStatChanged) == 0x000010, "Wrong size on AcknowledgementManager_HandleStatChanged"); \ static_assert(offsetof(AcknowledgementManager_HandleStatChanged, StatID) == 0x000000, "Member 'AcknowledgementManager_HandleStatChanged::StatID' has a wrong offset!"); \ static_assert(offsetof(AcknowledgementManager_HandleStatChanged, Value) == 0x000008, "Member 'AcknowledgementManager_HandleStatChanged::Value' has a wrong offset!"); \ static_assert(offsetof(AcknowledgementManager_HandleStatChanged, Delta) == 0x00000C, "Member 'AcknowledgementManager_HandleStatChanged::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAcknowledgementManager \ static_assert(alignof(UAcknowledgementManager) == 0x000008, "Wrong alignment on UAcknowledgementManager"); \ static_assert(sizeof(UAcknowledgementManager) == 0x0004B0, "Wrong size on UAcknowledgementManager"); \ static_assert(offsetof(UAcknowledgementManager, AcknowledgementStatChangedEvent) == 0x000040, "Member 'UAcknowledgementManager::AcknowledgementStatChangedEvent' has a wrong offset!"); \ static_assert(offsetof(UAcknowledgementManager, AcknowledgementEvent) == 0x000050, "Member 'UAcknowledgementManager::AcknowledgementEvent' has a wrong offset!"); \ static_assert(offsetof(UAcknowledgementManager, AcknowledgementLogicContainer) == 0x000100, "Member 'UAcknowledgementManager::AcknowledgementLogicContainer' has a wrong offset!"); \ static_assert(offsetof(UAcknowledgementManager, Acknowledgements) == 0x000108, "Member 'UAcknowledgementManager::Acknowledgements' has a wrong offset!"); \ static_assert(offsetof(UAcknowledgementManager, TimeAck_Any) == 0x000158, "Member 'UAcknowledgementManager::TimeAck_Any' has a wrong offset!"); \ static_assert(offsetof(UAcknowledgementManager, TimeAck_Companion) == 0x000168, "Member 'UAcknowledgementManager::TimeAck_Companion' has a wrong offset!"); \ static_assert(offsetof(UAcknowledgementManager, TimeAck_SpecialSpeaker) == 0x000178, "Member 'UAcknowledgementManager::TimeAck_SpecialSpeaker' has a wrong offset!"); \ static_assert(offsetof(UAcknowledgementManager, TimeAck_Enemy) == 0x000188, "Member 'UAcknowledgementManager::TimeAck_Enemy' has a wrong offset!"); \ static_assert(offsetof(UAcknowledgementManager, TimeAck_NonEnemy) == 0x000198, "Member 'UAcknowledgementManager::TimeAck_NonEnemy' has a wrong offset!"); \ static_assert(offsetof(UAcknowledgementManager, TimeAck_Player) == 0x0001A8, "Member 'UAcknowledgementManager::TimeAck_Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_RemoveGroupCoordinatedTagFromActor \ static_assert(alignof(UBTTask_Creature_RemoveGroupCoordinatedTagFromActor) == 0x000008, "Wrong alignment on UBTTask_Creature_RemoveGroupCoordinatedTagFromActor"); \ static_assert(sizeof(UBTTask_Creature_RemoveGroupCoordinatedTagFromActor) == 0x0000A8, "Wrong size on UBTTask_Creature_RemoveGroupCoordinatedTagFromActor"); \ static_assert(offsetof(UBTTask_Creature_RemoveGroupCoordinatedTagFromActor, TagID) == 0x000070, "Member 'UBTTask_Creature_RemoveGroupCoordinatedTagFromActor::TagID' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_RemoveGroupCoordinatedTagFromActor, ActorBlackboardKey) == 0x000078, "Member 'UBTTask_Creature_RemoveGroupCoordinatedTagFromActor::ActorBlackboardKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_RemoveGroupCoordinatedTagFromActor, bMustBeOwnedBySelf) == 0x0000A0, "Member 'UBTTask_Creature_RemoveGroupCoordinatedTagFromActor::bMustBeOwnedBySelf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionDiamondRing_AddItemWidgetToArray \ static_assert(alignof(ActionDiamondRing_AddItemWidgetToArray) == 0x000008, "Wrong alignment on ActionDiamondRing_AddItemWidgetToArray"); \ static_assert(sizeof(ActionDiamondRing_AddItemWidgetToArray) == 0x000008, "Wrong size on ActionDiamondRing_AddItemWidgetToArray"); \ static_assert(offsetof(ActionDiamondRing_AddItemWidgetToArray, Item) == 0x000000, "Member 'ActionDiamondRing_AddItemWidgetToArray::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionDiamondRing_CollectItemData \ static_assert(alignof(ActionDiamondRing_CollectItemData) == 0x000004, "Wrong alignment on ActionDiamondRing_CollectItemData"); \ static_assert(sizeof(ActionDiamondRing_CollectItemData) == 0x000004, "Wrong size on ActionDiamondRing_CollectItemData"); \ static_assert(offsetof(ActionDiamondRing_CollectItemData, GroupIndex) == 0x000000, "Member 'ActionDiamondRing_CollectItemData::GroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionDiamondRing_OnFocusChanged \ static_assert(alignof(ActionDiamondRing_OnFocusChanged) == 0x000008, "Wrong alignment on ActionDiamondRing_OnFocusChanged"); \ static_assert(sizeof(ActionDiamondRing_OnFocusChanged) == 0x000010, "Wrong size on ActionDiamondRing_OnFocusChanged"); \ static_assert(offsetof(ActionDiamondRing_OnFocusChanged, Actor) == 0x000000, "Member 'ActionDiamondRing_OnFocusChanged::Actor' has a wrong offset!"); \ static_assert(offsetof(ActionDiamondRing_OnFocusChanged, Delta) == 0x000008, "Member 'ActionDiamondRing_OnFocusChanged::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionDiamondRing_OnHideHUDElement \ static_assert(alignof(ActionDiamondRing_OnHideHUDElement) == 0x000001, "Wrong alignment on ActionDiamondRing_OnHideHUDElement"); \ static_assert(sizeof(ActionDiamondRing_OnHideHUDElement) == 0x000001, "Wrong size on ActionDiamondRing_OnHideHUDElement"); \ static_assert(offsetof(ActionDiamondRing_OnHideHUDElement, HiddenState) == 0x000000, "Member 'ActionDiamondRing_OnHideHUDElement::HiddenState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionDiamondRing_OnShowButtonsChanged \ static_assert(alignof(ActionDiamondRing_OnShowButtonsChanged) == 0x000001, "Wrong alignment on ActionDiamondRing_OnShowButtonsChanged"); \ static_assert(sizeof(ActionDiamondRing_OnShowButtonsChanged) == 0x000001, "Wrong size on ActionDiamondRing_OnShowButtonsChanged"); \ static_assert(offsetof(ActionDiamondRing_OnShowButtonsChanged, Show) == 0x000000, "Member 'ActionDiamondRing_OnShowButtonsChanged::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionDiamondRing_OnShowHUDElement \ static_assert(alignof(ActionDiamondRing_OnShowHUDElement) == 0x000001, "Wrong alignment on ActionDiamondRing_OnShowHUDElement"); \ static_assert(sizeof(ActionDiamondRing_OnShowHUDElement) == 0x000001, "Wrong size on ActionDiamondRing_OnShowHUDElement"); \ static_assert(offsetof(ActionDiamondRing_OnShowHUDElement, IgnoreLocks) == 0x000000, "Member 'ActionDiamondRing_OnShowHUDElement::IgnoreLocks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionDiamondRing_ShowButtonCallouts \ static_assert(alignof(ActionDiamondRing_ShowButtonCallouts) == 0x000001, "Wrong alignment on ActionDiamondRing_ShowButtonCallouts"); \ static_assert(sizeof(ActionDiamondRing_ShowButtonCallouts) == 0x000001, "Wrong size on ActionDiamondRing_ShowButtonCallouts"); \ static_assert(offsetof(ActionDiamondRing_ShowButtonCallouts, Show) == 0x000000, "Member 'ActionDiamondRing_ShowButtonCallouts::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionDiamondRing_UpdateMiniDiamond \ static_assert(alignof(ActionDiamondRing_UpdateMiniDiamond) == 0x000004, "Wrong alignment on ActionDiamondRing_UpdateMiniDiamond"); \ static_assert(sizeof(ActionDiamondRing_UpdateMiniDiamond) == 0x000004, "Wrong size on ActionDiamondRing_UpdateMiniDiamond"); \ static_assert(offsetof(ActionDiamondRing_UpdateMiniDiamond, GroupIndex) == 0x000000, "Member 'ActionDiamondRing_UpdateMiniDiamond::GroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActionDiamondRing \ static_assert(alignof(UActionDiamondRing) == 0x000008, "Wrong alignment on UActionDiamondRing"); \ static_assert(sizeof(UActionDiamondRing) == 0x000320, "Wrong size on UActionDiamondRing"); \ static_assert(offsetof(UActionDiamondRing, HighlightedSpellIndex) == 0x0002E8, "Member 'UActionDiamondRing::HighlightedSpellIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Creature_DistanceFromPerceivedActors \ static_assert(alignof(UEnvQueryTest_Creature_DistanceFromPerceivedActors) == 0x000008, "Wrong alignment on UEnvQueryTest_Creature_DistanceFromPerceivedActors"); \ static_assert(sizeof(UEnvQueryTest_Creature_DistanceFromPerceivedActors) == 0x0001F8, "Wrong size on UEnvQueryTest_Creature_DistanceFromPerceivedActors"); \ #define DUMPER7_ASSERTS_ActionRingItem_GetSpellCategory \ static_assert(alignof(ActionRingItem_GetSpellCategory) == 0x000001, "Wrong alignment on ActionRingItem_GetSpellCategory"); \ static_assert(sizeof(ActionRingItem_GetSpellCategory) == 0x000001, "Wrong size on ActionRingItem_GetSpellCategory"); \ static_assert(offsetof(ActionRingItem_GetSpellCategory, ReturnValue) == 0x000000, "Member 'ActionRingItem_GetSpellCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_HandleSpellCastFailed \ static_assert(alignof(ActionRingItem_HandleSpellCastFailed) == 0x000008, "Wrong alignment on ActionRingItem_HandleSpellCastFailed"); \ static_assert(sizeof(ActionRingItem_HandleSpellCastFailed) == 0x000018, "Wrong size on ActionRingItem_HandleSpellCastFailed"); \ static_assert(offsetof(ActionRingItem_HandleSpellCastFailed, InCaller) == 0x000000, "Member 'ActionRingItem_HandleSpellCastFailed::InCaller' has a wrong offset!"); \ static_assert(offsetof(ActionRingItem_HandleSpellCastFailed, SpellStr) == 0x000008, "Member 'ActionRingItem_HandleSpellCastFailed::SpellStr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_LoadIconCallback \ static_assert(alignof(ActionRingItem_LoadIconCallback) == 0x000008, "Wrong alignment on ActionRingItem_LoadIconCallback"); \ static_assert(sizeof(ActionRingItem_LoadIconCallback) == 0x000010, "Wrong size on ActionRingItem_LoadIconCallback"); \ static_assert(offsetof(ActionRingItem_LoadIconCallback, Texture) == 0x000000, "Member 'ActionRingItem_LoadIconCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(ActionRingItem_LoadIconCallback, Param) == 0x000008, "Member 'ActionRingItem_LoadIconCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_LoadIconGlowCallback \ static_assert(alignof(ActionRingItem_LoadIconGlowCallback) == 0x000008, "Wrong alignment on ActionRingItem_LoadIconGlowCallback"); \ static_assert(sizeof(ActionRingItem_LoadIconGlowCallback) == 0x000010, "Wrong size on ActionRingItem_LoadIconGlowCallback"); \ static_assert(offsetof(ActionRingItem_LoadIconGlowCallback, Texture) == 0x000000, "Member 'ActionRingItem_LoadIconGlowCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(ActionRingItem_LoadIconGlowCallback, Param) == 0x000008, "Member 'ActionRingItem_LoadIconGlowCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_LoadItemIconCallback \ static_assert(alignof(ActionRingItem_LoadItemIconCallback) == 0x000008, "Wrong alignment on ActionRingItem_LoadItemIconCallback"); \ static_assert(sizeof(ActionRingItem_LoadItemIconCallback) == 0x000010, "Wrong size on ActionRingItem_LoadItemIconCallback"); \ static_assert(offsetof(ActionRingItem_LoadItemIconCallback, Texture) == 0x000000, "Member 'ActionRingItem_LoadItemIconCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(ActionRingItem_LoadItemIconCallback, Param) == 0x000008, "Member 'ActionRingItem_LoadItemIconCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_LoadOverlayCallback \ static_assert(alignof(ActionRingItem_LoadOverlayCallback) == 0x000008, "Wrong alignment on ActionRingItem_LoadOverlayCallback"); \ static_assert(sizeof(ActionRingItem_LoadOverlayCallback) == 0x000010, "Wrong size on ActionRingItem_LoadOverlayCallback"); \ static_assert(offsetof(ActionRingItem_LoadOverlayCallback, Texture) == 0x000000, "Member 'ActionRingItem_LoadOverlayCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(ActionRingItem_LoadOverlayCallback, Param) == 0x000008, "Member 'ActionRingItem_LoadOverlayCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_OnCreateBipedPlayer \ static_assert(alignof(ActionRingItem_OnCreateBipedPlayer) == 0x000008, "Wrong alignment on ActionRingItem_OnCreateBipedPlayer"); \ static_assert(sizeof(ActionRingItem_OnCreateBipedPlayer) == 0x000008, "Wrong size on ActionRingItem_OnCreateBipedPlayer"); \ static_assert(offsetof(ActionRingItem_OnCreateBipedPlayer, InCaller) == 0x000000, "Member 'ActionRingItem_OnCreateBipedPlayer::InCaller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_OnIconGlowTextureLoaded \ static_assert(alignof(ActionRingItem_OnIconGlowTextureLoaded) == 0x000008, "Wrong alignment on ActionRingItem_OnIconGlowTextureLoaded"); \ static_assert(sizeof(ActionRingItem_OnIconGlowTextureLoaded) == 0x000008, "Wrong size on ActionRingItem_OnIconGlowTextureLoaded"); \ static_assert(offsetof(ActionRingItem_OnIconGlowTextureLoaded, Texture) == 0x000000, "Member 'ActionRingItem_OnIconGlowTextureLoaded::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_OnIconTextureLoaded \ static_assert(alignof(ActionRingItem_OnIconTextureLoaded) == 0x000008, "Wrong alignment on ActionRingItem_OnIconTextureLoaded"); \ static_assert(sizeof(ActionRingItem_OnIconTextureLoaded) == 0x000008, "Wrong size on ActionRingItem_OnIconTextureLoaded"); \ static_assert(offsetof(ActionRingItem_OnIconTextureLoaded, Texture) == 0x000000, "Member 'ActionRingItem_OnIconTextureLoaded::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_OnItemIconTextureLoaded \ static_assert(alignof(ActionRingItem_OnItemIconTextureLoaded) == 0x000008, "Wrong alignment on ActionRingItem_OnItemIconTextureLoaded"); \ static_assert(sizeof(ActionRingItem_OnItemIconTextureLoaded) == 0x000008, "Wrong size on ActionRingItem_OnItemIconTextureLoaded"); \ static_assert(offsetof(ActionRingItem_OnItemIconTextureLoaded, Texture) == 0x000000, "Member 'ActionRingItem_OnItemIconTextureLoaded::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_OnOverlayTextureLoaded \ static_assert(alignof(ActionRingItem_OnOverlayTextureLoaded) == 0x000008, "Wrong alignment on ActionRingItem_OnOverlayTextureLoaded"); \ static_assert(sizeof(ActionRingItem_OnOverlayTextureLoaded) == 0x000008, "Wrong size on ActionRingItem_OnOverlayTextureLoaded"); \ static_assert(offsetof(ActionRingItem_OnOverlayTextureLoaded, Texture) == 0x000000, "Member 'ActionRingItem_OnOverlayTextureLoaded::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_OnSetItemInventoryData \ static_assert(alignof(ActionRingItem_OnSetItemInventoryData) == 0x000004, "Wrong alignment on ActionRingItem_OnSetItemInventoryData"); \ static_assert(sizeof(ActionRingItem_OnSetItemInventoryData) == 0x000008, "Wrong size on ActionRingItem_OnSetItemInventoryData"); \ static_assert(offsetof(ActionRingItem_OnSetItemInventoryData, IsConsumable) == 0x000000, "Member 'ActionRingItem_OnSetItemInventoryData::IsConsumable' has a wrong offset!"); \ static_assert(offsetof(ActionRingItem_OnSetItemInventoryData, ItemCount) == 0x000004, "Member 'ActionRingItem_OnSetItemInventoryData::ItemCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_OnSpellBlacklisted \ static_assert(alignof(ActionRingItem_OnSpellBlacklisted) == 0x000008, "Wrong alignment on ActionRingItem_OnSpellBlacklisted"); \ static_assert(sizeof(ActionRingItem_OnSpellBlacklisted) == 0x000010, "Wrong size on ActionRingItem_OnSpellBlacklisted"); \ static_assert(offsetof(ActionRingItem_OnSpellBlacklisted, InCaller) == 0x000000, "Member 'ActionRingItem_OnSpellBlacklisted::InCaller' has a wrong offset!"); \ static_assert(offsetof(ActionRingItem_OnSpellBlacklisted, SpellName) == 0x000008, "Member 'ActionRingItem_OnSpellBlacklisted::SpellName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_OnSpellCleared \ static_assert(alignof(ActionRingItem_OnSpellCleared) == 0x000008, "Wrong alignment on ActionRingItem_OnSpellCleared"); \ static_assert(sizeof(ActionRingItem_OnSpellCleared) == 0x000010, "Wrong size on ActionRingItem_OnSpellCleared"); \ static_assert(offsetof(ActionRingItem_OnSpellCleared, InCaller) == 0x000000, "Member 'ActionRingItem_OnSpellCleared::InCaller' has a wrong offset!"); \ static_assert(offsetof(ActionRingItem_OnSpellCleared, SpellName) == 0x000008, "Member 'ActionRingItem_OnSpellCleared::SpellName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_OnSpellCooldownChanged \ static_assert(alignof(ActionRingItem_OnSpellCooldownChanged) == 0x000004, "Wrong alignment on ActionRingItem_OnSpellCooldownChanged"); \ static_assert(sizeof(ActionRingItem_OnSpellCooldownChanged) == 0x00000C, "Wrong size on ActionRingItem_OnSpellCooldownChanged"); \ static_assert(offsetof(ActionRingItem_OnSpellCooldownChanged, SpellName) == 0x000000, "Member 'ActionRingItem_OnSpellCooldownChanged::SpellName' has a wrong offset!"); \ static_assert(offsetof(ActionRingItem_OnSpellCooldownChanged, CooldownPct) == 0x000008, "Member 'ActionRingItem_OnSpellCooldownChanged::CooldownPct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_OnSpellWhitelistActivated \ static_assert(alignof(ActionRingItem_OnSpellWhitelistActivated) == 0x000008, "Wrong alignment on ActionRingItem_OnSpellWhitelistActivated"); \ static_assert(sizeof(ActionRingItem_OnSpellWhitelistActivated) == 0x000008, "Wrong size on ActionRingItem_OnSpellWhitelistActivated"); \ static_assert(offsetof(ActionRingItem_OnSpellWhitelistActivated, InCaller) == 0x000000, "Member 'ActionRingItem_OnSpellWhitelistActivated::InCaller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_OnSpellWhitelistDeactivated \ static_assert(alignof(ActionRingItem_OnSpellWhitelistDeactivated) == 0x000008, "Wrong alignment on ActionRingItem_OnSpellWhitelistDeactivated"); \ static_assert(sizeof(ActionRingItem_OnSpellWhitelistDeactivated) == 0x000008, "Wrong size on ActionRingItem_OnSpellWhitelistDeactivated"); \ static_assert(offsetof(ActionRingItem_OnSpellWhitelistDeactivated, InCaller) == 0x000000, "Member 'ActionRingItem_OnSpellWhitelistDeactivated::InCaller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_OnToggleEmptyItem \ static_assert(alignof(ActionRingItem_OnToggleEmptyItem) == 0x000001, "Wrong alignment on ActionRingItem_OnToggleEmptyItem"); \ static_assert(sizeof(ActionRingItem_OnToggleEmptyItem) == 0x000001, "Wrong size on ActionRingItem_OnToggleEmptyItem"); \ static_assert(offsetof(ActionRingItem_OnToggleEmptyItem, IsEmpty) == 0x000000, "Member 'ActionRingItem_OnToggleEmptyItem::IsEmpty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_OnUpdateMeter \ static_assert(alignof(ActionRingItem_OnUpdateMeter) == 0x000004, "Wrong alignment on ActionRingItem_OnUpdateMeter"); \ static_assert(sizeof(ActionRingItem_OnUpdateMeter) == 0x000008, "Wrong size on ActionRingItem_OnUpdateMeter"); \ static_assert(offsetof(ActionRingItem_OnUpdateMeter, pct) == 0x000000, "Member 'ActionRingItem_OnUpdateMeter::pct' has a wrong offset!"); \ static_assert(offsetof(ActionRingItem_OnUpdateMeter, IsASpell) == 0x000004, "Member 'ActionRingItem_OnUpdateMeter::IsASpell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_SetItemData \ static_assert(alignof(ActionRingItem_SetItemData) == 0x000004, "Wrong alignment on ActionRingItem_SetItemData"); \ static_assert(sizeof(ActionRingItem_SetItemData) == 0x000014, "Wrong size on ActionRingItem_SetItemData"); \ static_assert(offsetof(ActionRingItem_SetItemData, ActionMode) == 0x000000, "Member 'ActionRingItem_SetItemData::ActionMode' has a wrong offset!"); \ static_assert(offsetof(ActionRingItem_SetItemData, iGroupIndex) == 0x000004, "Member 'ActionRingItem_SetItemData::iGroupIndex' has a wrong offset!"); \ static_assert(offsetof(ActionRingItem_SetItemData, iMacroIndex) == 0x000008, "Member 'ActionRingItem_SetItemData::iMacroIndex' has a wrong offset!"); \ static_assert(offsetof(ActionRingItem_SetItemData, iItemIndex) == 0x00000C, "Member 'ActionRingItem_SetItemData::iItemIndex' has a wrong offset!"); \ static_assert(offsetof(ActionRingItem_SetItemData, ShowNone) == 0x000010, "Member 'ActionRingItem_SetItemData::ShowNone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_SetSubWidgetVisibility \ static_assert(alignof(ActionRingItem_SetSubWidgetVisibility) == 0x000001, "Wrong alignment on ActionRingItem_SetSubWidgetVisibility"); \ static_assert(sizeof(ActionRingItem_SetSubWidgetVisibility) == 0x000001, "Wrong size on ActionRingItem_SetSubWidgetVisibility"); \ static_assert(offsetof(ActionRingItem_SetSubWidgetVisibility, ItemType) == 0x000000, "Member 'ActionRingItem_SetSubWidgetVisibility::ItemType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionRingItem_ToggleSelectionHighlight \ static_assert(alignof(ActionRingItem_ToggleSelectionHighlight) == 0x000001, "Wrong alignment on ActionRingItem_ToggleSelectionHighlight"); \ static_assert(sizeof(ActionRingItem_ToggleSelectionHighlight) == 0x000001, "Wrong size on ActionRingItem_ToggleSelectionHighlight"); \ static_assert(offsetof(ActionRingItem_ToggleSelectionHighlight, Show) == 0x000000, "Member 'ActionRingItem_ToggleSelectionHighlight::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActionRingItem \ static_assert(alignof(UActionRingItem) == 0x000008, "Wrong alignment on UActionRingItem"); \ static_assert(sizeof(UActionRingItem) == 0x0002A0, "Wrong size on UActionRingItem"); \ #define DUMPER7_ASSERTS_UEnvQueryInstanceBlueprintWrapperEx \ static_assert(alignof(UEnvQueryInstanceBlueprintWrapperEx) == 0x000008, "Wrong alignment on UEnvQueryInstanceBlueprintWrapperEx"); \ static_assert(sizeof(UEnvQueryInstanceBlueprintWrapperEx) == 0x000078, "Wrong size on UEnvQueryInstanceBlueprintWrapperEx"); \ #define DUMPER7_ASSERTS_EnvQueryInstance_Station_GetResultsAsStationQueryData \ static_assert(alignof(EnvQueryInstance_Station_GetResultsAsStationQueryData) == 0x000008, "Wrong alignment on EnvQueryInstance_Station_GetResultsAsStationQueryData"); \ static_assert(sizeof(EnvQueryInstance_Station_GetResultsAsStationQueryData) == 0x000010, "Wrong size on EnvQueryInstance_Station_GetResultsAsStationQueryData"); \ static_assert(offsetof(EnvQueryInstance_Station_GetResultsAsStationQueryData, ReturnValue) == 0x000000, "Member 'EnvQueryInstance_Station_GetResultsAsStationQueryData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryInstance_Station \ static_assert(alignof(UEnvQueryInstance_Station) == 0x000008, "Wrong alignment on UEnvQueryInstance_Station"); \ static_assert(sizeof(UEnvQueryInstance_Station) == 0x000078, "Wrong size on UEnvQueryInstance_Station"); \ #define DUMPER7_ASSERTS_USceneActionState_EmissiveAdaptationBase \ static_assert(alignof(USceneActionState_EmissiveAdaptationBase) == 0x000008, "Wrong alignment on USceneActionState_EmissiveAdaptationBase"); \ static_assert(sizeof(USceneActionState_EmissiveAdaptationBase) == 0x000068, "Wrong size on USceneActionState_EmissiveAdaptationBase"); \ static_assert(offsetof(USceneActionState_EmissiveAdaptationBase, InsertedPriortiy) == 0x000060, "Member 'USceneActionState_EmissiveAdaptationBase::InsertedPriortiy' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_EmissiveAdaptationBase, CurrentBlend) == 0x000064, "Member 'USceneActionState_EmissiveAdaptationBase::CurrentBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_Event_TeleportLocation1 \ static_assert(alignof(WandLinkObject_Event_TeleportLocation1) == 0x000008, "Wrong alignment on WandLinkObject_Event_TeleportLocation1"); \ static_assert(sizeof(WandLinkObject_Event_TeleportLocation1) == 0x000008, "Wrong size on WandLinkObject_Event_TeleportLocation1"); \ static_assert(offsetof(WandLinkObject_Event_TeleportLocation1, Caller) == 0x000000, "Member 'WandLinkObject_Event_TeleportLocation1::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_Event_TeleportLocation2 \ static_assert(alignof(WandLinkObject_Event_TeleportLocation2) == 0x000008, "Wrong alignment on WandLinkObject_Event_TeleportLocation2"); \ static_assert(sizeof(WandLinkObject_Event_TeleportLocation2) == 0x000008, "Wrong size on WandLinkObject_Event_TeleportLocation2"); \ static_assert(offsetof(WandLinkObject_Event_TeleportLocation2, Caller) == 0x000000, "Member 'WandLinkObject_Event_TeleportLocation2::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_Event_WandLinkAdvanceStage \ static_assert(alignof(WandLinkObject_Event_WandLinkAdvanceStage) == 0x000008, "Wrong alignment on WandLinkObject_Event_WandLinkAdvanceStage"); \ static_assert(sizeof(WandLinkObject_Event_WandLinkAdvanceStage) == 0x000008, "Wrong size on WandLinkObject_Event_WandLinkAdvanceStage"); \ static_assert(offsetof(WandLinkObject_Event_WandLinkAdvanceStage, Caller) == 0x000000, "Member 'WandLinkObject_Event_WandLinkAdvanceStage::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_Event_WandLinkBackward \ static_assert(alignof(WandLinkObject_Event_WandLinkBackward) == 0x000008, "Wrong alignment on WandLinkObject_Event_WandLinkBackward"); \ static_assert(sizeof(WandLinkObject_Event_WandLinkBackward) == 0x000008, "Wrong size on WandLinkObject_Event_WandLinkBackward"); \ static_assert(offsetof(WandLinkObject_Event_WandLinkBackward, Caller) == 0x000000, "Member 'WandLinkObject_Event_WandLinkBackward::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_Event_WandLinkDefend \ static_assert(alignof(WandLinkObject_Event_WandLinkDefend) == 0x000008, "Wrong alignment on WandLinkObject_Event_WandLinkDefend"); \ static_assert(sizeof(WandLinkObject_Event_WandLinkDefend) == 0x000008, "Wrong size on WandLinkObject_Event_WandLinkDefend"); \ static_assert(offsetof(WandLinkObject_Event_WandLinkDefend, Caller) == 0x000000, "Member 'WandLinkObject_Event_WandLinkDefend::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_Event_WandLinkFailFX \ static_assert(alignof(WandLinkObject_Event_WandLinkFailFX) == 0x000008, "Wrong alignment on WandLinkObject_Event_WandLinkFailFX"); \ static_assert(sizeof(WandLinkObject_Event_WandLinkFailFX) == 0x000008, "Wrong size on WandLinkObject_Event_WandLinkFailFX"); \ static_assert(offsetof(WandLinkObject_Event_WandLinkFailFX, Caller) == 0x000000, "Member 'WandLinkObject_Event_WandLinkFailFX::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_Event_WandLinkForward \ static_assert(alignof(WandLinkObject_Event_WandLinkForward) == 0x000008, "Wrong alignment on WandLinkObject_Event_WandLinkForward"); \ static_assert(sizeof(WandLinkObject_Event_WandLinkForward) == 0x000008, "Wrong size on WandLinkObject_Event_WandLinkForward"); \ static_assert(offsetof(WandLinkObject_Event_WandLinkForward, Caller) == 0x000000, "Member 'WandLinkObject_Event_WandLinkForward::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_Event_WandLinkGameOver \ static_assert(alignof(WandLinkObject_Event_WandLinkGameOver) == 0x000008, "Wrong alignment on WandLinkObject_Event_WandLinkGameOver"); \ static_assert(sizeof(WandLinkObject_Event_WandLinkGameOver) == 0x000008, "Wrong size on WandLinkObject_Event_WandLinkGameOver"); \ static_assert(offsetof(WandLinkObject_Event_WandLinkGameOver, Caller) == 0x000000, "Member 'WandLinkObject_Event_WandLinkGameOver::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_Event_WandLinkInitialize \ static_assert(alignof(WandLinkObject_Event_WandLinkInitialize) == 0x000008, "Wrong alignment on WandLinkObject_Event_WandLinkInitialize"); \ static_assert(sizeof(WandLinkObject_Event_WandLinkInitialize) == 0x000008, "Wrong size on WandLinkObject_Event_WandLinkInitialize"); \ static_assert(offsetof(WandLinkObject_Event_WandLinkInitialize, Caller) == 0x000000, "Member 'WandLinkObject_Event_WandLinkInitialize::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_Event_WandLinkKillBystanders \ static_assert(alignof(WandLinkObject_Event_WandLinkKillBystanders) == 0x000008, "Wrong alignment on WandLinkObject_Event_WandLinkKillBystanders"); \ static_assert(sizeof(WandLinkObject_Event_WandLinkKillBystanders) == 0x000010, "Wrong size on WandLinkObject_Event_WandLinkKillBystanders"); \ static_assert(offsetof(WandLinkObject_Event_WandLinkKillBystanders, Caller) == 0x000000, "Member 'WandLinkObject_Event_WandLinkKillBystanders::Caller' has a wrong offset!"); \ static_assert(offsetof(WandLinkObject_Event_WandLinkKillBystanders, KillPct) == 0x000008, "Member 'WandLinkObject_Event_WandLinkKillBystanders::KillPct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_Event_WandLinkStart \ static_assert(alignof(WandLinkObject_Event_WandLinkStart) == 0x000008, "Wrong alignment on WandLinkObject_Event_WandLinkStart"); \ static_assert(sizeof(WandLinkObject_Event_WandLinkStart) == 0x000008, "Wrong size on WandLinkObject_Event_WandLinkStart"); \ static_assert(offsetof(WandLinkObject_Event_WandLinkStart, Caller) == 0x000000, "Member 'WandLinkObject_Event_WandLinkStart::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_Event_WandLinkStop \ static_assert(alignof(WandLinkObject_Event_WandLinkStop) == 0x000008, "Wrong alignment on WandLinkObject_Event_WandLinkStop"); \ static_assert(sizeof(WandLinkObject_Event_WandLinkStop) == 0x000008, "Wrong size on WandLinkObject_Event_WandLinkStop"); \ static_assert(offsetof(WandLinkObject_Event_WandLinkStop, Caller) == 0x000000, "Member 'WandLinkObject_Event_WandLinkStop::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_Event_WandLinkSuccessFX \ static_assert(alignof(WandLinkObject_Event_WandLinkSuccessFX) == 0x000008, "Wrong alignment on WandLinkObject_Event_WandLinkSuccessFX"); \ static_assert(sizeof(WandLinkObject_Event_WandLinkSuccessFX) == 0x000008, "Wrong size on WandLinkObject_Event_WandLinkSuccessFX"); \ static_assert(offsetof(WandLinkObject_Event_WandLinkSuccessFX, Caller) == 0x000000, "Member 'WandLinkObject_Event_WandLinkSuccessFX::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_Event_WandLinkSuspend \ static_assert(alignof(WandLinkObject_Event_WandLinkSuspend) == 0x000008, "Wrong alignment on WandLinkObject_Event_WandLinkSuspend"); \ static_assert(sizeof(WandLinkObject_Event_WandLinkSuspend) == 0x000008, "Wrong size on WandLinkObject_Event_WandLinkSuspend"); \ static_assert(offsetof(WandLinkObject_Event_WandLinkSuspend, Caller) == 0x000000, "Member 'WandLinkObject_Event_WandLinkSuspend::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_GetAntagonist \ static_assert(alignof(WandLinkObject_GetAntagonist) == 0x000008, "Wrong alignment on WandLinkObject_GetAntagonist"); \ static_assert(sizeof(WandLinkObject_GetAntagonist) == 0x000008, "Wrong size on WandLinkObject_GetAntagonist"); \ static_assert(offsetof(WandLinkObject_GetAntagonist, ReturnValue) == 0x000000, "Member 'WandLinkObject_GetAntagonist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_GetCurrentRatio \ static_assert(alignof(WandLinkObject_GetCurrentRatio) == 0x000004, "Wrong alignment on WandLinkObject_GetCurrentRatio"); \ static_assert(sizeof(WandLinkObject_GetCurrentRatio) == 0x000004, "Wrong size on WandLinkObject_GetCurrentRatio"); \ static_assert(offsetof(WandLinkObject_GetCurrentRatio, ReturnValue) == 0x000000, "Member 'WandLinkObject_GetCurrentRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_GetCurrentStage \ static_assert(alignof(WandLinkObject_GetCurrentStage) == 0x000004, "Wrong alignment on WandLinkObject_GetCurrentStage"); \ static_assert(sizeof(WandLinkObject_GetCurrentStage) == 0x000004, "Wrong size on WandLinkObject_GetCurrentStage"); \ static_assert(offsetof(WandLinkObject_GetCurrentStage, ReturnValue) == 0x000000, "Member 'WandLinkObject_GetCurrentStage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_GetLethal \ static_assert(alignof(WandLinkObject_GetLethal) == 0x000001, "Wrong alignment on WandLinkObject_GetLethal"); \ static_assert(sizeof(WandLinkObject_GetLethal) == 0x000001, "Wrong size on WandLinkObject_GetLethal"); \ static_assert(offsetof(WandLinkObject_GetLethal, ReturnValue) == 0x000000, "Member 'WandLinkObject_GetLethal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_GetProtagonist \ static_assert(alignof(WandLinkObject_GetProtagonist) == 0x000008, "Wrong alignment on WandLinkObject_GetProtagonist"); \ static_assert(sizeof(WandLinkObject_GetProtagonist) == 0x000008, "Wrong size on WandLinkObject_GetProtagonist"); \ static_assert(offsetof(WandLinkObject_GetProtagonist, ReturnValue) == 0x000000, "Member 'WandLinkObject_GetProtagonist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandLinkObject_GetUIHidden \ static_assert(alignof(WandLinkObject_GetUIHidden) == 0x000001, "Wrong alignment on WandLinkObject_GetUIHidden"); \ static_assert(sizeof(WandLinkObject_GetUIHidden) == 0x000001, "Wrong size on WandLinkObject_GetUIHidden"); \ static_assert(offsetof(WandLinkObject_GetUIHidden, ReturnValue) == 0x000000, "Member 'WandLinkObject_GetUIHidden::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWandLinkObject \ static_assert(alignof(AWandLinkObject) == 0x000008, "Wrong alignment on AWandLinkObject"); \ static_assert(sizeof(AWandLinkObject) == 0x000568, "Wrong size on AWandLinkObject"); \ static_assert(offsetof(AWandLinkObject, ProtagonistProvider) == 0x000248, "Member 'AWandLinkObject::ProtagonistProvider' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, AntagonistProvider) == 0x000250, "Member 'AWandLinkObject::AntagonistProvider' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, TeleportLocation1) == 0x000258, "Member 'AWandLinkObject::TeleportLocation1' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, TeleportLocation2) == 0x000260, "Member 'AWandLinkObject::TeleportLocation2' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, UIRenderScale) == 0x000268, "Member 'AWandLinkObject::UIRenderScale' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, DamageToPlayerOnFailPct) == 0x00026C, "Member 'AWandLinkObject::DamageToPlayerOnFailPct' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ProtagonistMuzzleFX) == 0x000270, "Member 'AWandLinkObject::ProtagonistMuzzleFX' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ProtagonistProjectileFX) == 0x000278, "Member 'AWandLinkObject::ProtagonistProjectileFX' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ProtagonistBeamFX2) == 0x000280, "Member 'AWandLinkObject::ProtagonistBeamFX2' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ProtagonistNudgeFX) == 0x000290, "Member 'AWandLinkObject::ProtagonistNudgeFX' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ProtagonistSuccessFX) == 0x000298, "Member 'AWandLinkObject::ProtagonistSuccessFX' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, AntagonistMuzzleFX) == 0x0002A0, "Member 'AWandLinkObject::AntagonistMuzzleFX' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, AntagonistProjectileFX) == 0x0002A8, "Member 'AWandLinkObject::AntagonistProjectileFX' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, AntagonistBeamFX2) == 0x0002B0, "Member 'AWandLinkObject::AntagonistBeamFX2' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, AntagonistNudgeFX) == 0x0002C0, "Member 'AWandLinkObject::AntagonistNudgeFX' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, AntagonistSuccessFX) == 0x0002C8, "Member 'AWandLinkObject::AntagonistSuccessFX' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, BystanderBeamFX2) == 0x0002D0, "Member 'AWandLinkObject::BystanderBeamFX2' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, BystanderBeamTime) == 0x0002E0, "Member 'AWandLinkObject::BystanderBeamTime' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ZapBystanderMunitionTags) == 0x0002E8, "Member 'AWandLinkObject::ZapBystanderMunitionTags' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ZapForce) == 0x000308, "Member 'AWandLinkObject::ZapForce' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ZapMiscTimeMin) == 0x00030C, "Member 'AWandLinkObject::ZapMiscTimeMin' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ZapMiscTimeMax) == 0x000310, "Member 'AWandLinkObject::ZapMiscTimeMax' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ZapTerrainChance) == 0x000314, "Member 'AWandLinkObject::ZapTerrainChance' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ZapTerrainRange) == 0x000318, "Member 'AWandLinkObject::ZapTerrainRange' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ZapTerrainZ) == 0x000320, "Member 'AWandLinkObject::ZapTerrainZ' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, InitialClashMunitionDataAssets) == 0x000328, "Member 'AWandLinkObject::InitialClashMunitionDataAssets' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, InitialClashDistance_Close) == 0x000330, "Member 'AWandLinkObject::InitialClashDistance_Close' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, InitialClashMunitionTags_Close) == 0x000338, "Member 'AWandLinkObject::InitialClashMunitionTags_Close' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, InitialClashForce_Close_Inner) == 0x000358, "Member 'AWandLinkObject::InitialClashForce_Close_Inner' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, InitialClashForce_Close_Outer) == 0x00035C, "Member 'AWandLinkObject::InitialClashForce_Close_Outer' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, InitialClashDamagePct_Close) == 0x000360, "Member 'AWandLinkObject::InitialClashDamagePct_Close' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, InitialClashDistance_Med) == 0x000364, "Member 'AWandLinkObject::InitialClashDistance_Med' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, InitialClashMunitionTags_Med) == 0x000368, "Member 'AWandLinkObject::InitialClashMunitionTags_Med' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, InitialClashForce_Med_Inner) == 0x000388, "Member 'AWandLinkObject::InitialClashForce_Med_Inner' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, InitialClashForce_Med_Outer) == 0x00038C, "Member 'AWandLinkObject::InitialClashForce_Med_Outer' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, InitialClashDamagePct_Med) == 0x000390, "Member 'AWandLinkObject::InitialClashDamagePct_Med' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, InitialClashDistance_Far) == 0x000394, "Member 'AWandLinkObject::InitialClashDistance_Far' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, InitialClashMunitionTags_Far) == 0x000398, "Member 'AWandLinkObject::InitialClashMunitionTags_Far' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, InitialClashForce_Far) == 0x0003B8, "Member 'AWandLinkObject::InitialClashForce_Far' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, InitialClashDamagePct_Far) == 0x0003BC, "Member 'AWandLinkObject::InitialClashDamagePct_Far' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ClashVFX) == 0x0003C0, "Member 'AWandLinkObject::ClashVFX' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ClashStartSFXEvent) == 0x0003C8, "Member 'AWandLinkObject::ClashStartSFXEvent' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, LinkLoopSFXEvent) == 0x0003D0, "Member 'AWandLinkObject::LinkLoopSFXEvent' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, LinkLoopEndSFXEvent) == 0x0003D8, "Member 'AWandLinkObject::LinkLoopEndSFXEvent' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, LightningBoltSFXEvent) == 0x0003E0, "Member 'AWandLinkObject::LightningBoltSFXEvent' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ClashExplodeSFXEvent) == 0x0003E8, "Member 'AWandLinkObject::ClashExplodeSFXEvent' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, LightningBoltMotionFXEvent) == 0x0003F0, "Member 'AWandLinkObject::LightningBoltMotionFXEvent' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ProtagonistWandTipSocket) == 0x0003F8, "Member 'AWandLinkObject::ProtagonistWandTipSocket' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, AntagonistWandTipSocket) == 0x000400, "Member 'AWandLinkObject::AntagonistWandTipSocket' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ProjectileSpeed) == 0x000408, "Member 'AWandLinkObject::ProjectileSpeed' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ClashCameraShake) == 0x000410, "Member 'AWandLinkObject::ClashCameraShake' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, KillBystandersMunition) == 0x000418, "Member 'AWandLinkObject::KillBystandersMunition' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, SimpleBlowBystanders) == 0x000420, "Member 'AWandLinkObject::SimpleBlowBystanders' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, WandLinkStages) == 0x000428, "Member 'AWandLinkObject::WandLinkStages' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, BlowBystanders) == 0x000438, "Member 'AWandLinkObject::BlowBystanders' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, LastMunitionDataAssets) == 0x000448, "Member 'AWandLinkObject::LastMunitionDataAssets' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, CurrentSceneRigPlayer) == 0x000490, "Member 'AWandLinkObject::CurrentSceneRigPlayer' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ProtagonistProjectile) == 0x000498, "Member 'AWandLinkObject::ProtagonistProjectile' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, AntagonistProjectile) == 0x0004A0, "Member 'AWandLinkObject::AntagonistProjectile' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, ProtagonistMuzzle) == 0x0004A8, "Member 'AWandLinkObject::ProtagonistMuzzle' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, AntagonistMuzzle) == 0x0004B0, "Member 'AWandLinkObject::AntagonistMuzzle' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, VFXComponent) == 0x0004B8, "Member 'AWandLinkObject::VFXComponent' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, LastCaller) == 0x0004C0, "Member 'AWandLinkObject::LastCaller' has a wrong offset!"); \ static_assert(offsetof(AWandLinkObject, KillBystanderArray) == 0x0004C8, "Member 'AWandLinkObject::KillBystanderArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_AttachCommonAction \ static_assert(alignof(ActionSelectionScreenBase_AttachCommonAction) == 0x000008, "Wrong alignment on ActionSelectionScreenBase_AttachCommonAction"); \ static_assert(sizeof(ActionSelectionScreenBase_AttachCommonAction) == 0x000008, "Wrong size on ActionSelectionScreenBase_AttachCommonAction"); \ static_assert(offsetof(ActionSelectionScreenBase_AttachCommonAction, ActionsWidget) == 0x000000, "Member 'ActionSelectionScreenBase_AttachCommonAction::ActionsWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_CanExitScreen \ static_assert(alignof(ActionSelectionScreenBase_CanExitScreen) == 0x000001, "Wrong alignment on ActionSelectionScreenBase_CanExitScreen"); \ static_assert(sizeof(ActionSelectionScreenBase_CanExitScreen) == 0x000001, "Wrong size on ActionSelectionScreenBase_CanExitScreen"); \ static_assert(offsetof(ActionSelectionScreenBase_CanExitScreen, ReturnValue) == 0x000000, "Member 'ActionSelectionScreenBase_CanExitScreen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_CanSlotSpell \ static_assert(alignof(ActionSelectionScreenBase_CanSlotSpell) == 0x000001, "Wrong alignment on ActionSelectionScreenBase_CanSlotSpell"); \ static_assert(sizeof(ActionSelectionScreenBase_CanSlotSpell) == 0x000001, "Wrong size on ActionSelectionScreenBase_CanSlotSpell"); \ static_assert(offsetof(ActionSelectionScreenBase_CanSlotSpell, ReturnValue) == 0x000000, "Member 'ActionSelectionScreenBase_CanSlotSpell::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_HandleBackButtonPress \ static_assert(alignof(ActionSelectionScreenBase_HandleBackButtonPress) == 0x000001, "Wrong alignment on ActionSelectionScreenBase_HandleBackButtonPress"); \ static_assert(sizeof(ActionSelectionScreenBase_HandleBackButtonPress) == 0x000001, "Wrong size on ActionSelectionScreenBase_HandleBackButtonPress"); \ static_assert(offsetof(ActionSelectionScreenBase_HandleBackButtonPress, ReturnValue) == 0x000000, "Member 'ActionSelectionScreenBase_HandleBackButtonPress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_HandleCloseScreenButtonPress \ static_assert(alignof(ActionSelectionScreenBase_HandleCloseScreenButtonPress) == 0x000001, "Wrong alignment on ActionSelectionScreenBase_HandleCloseScreenButtonPress"); \ static_assert(sizeof(ActionSelectionScreenBase_HandleCloseScreenButtonPress) == 0x000001, "Wrong size on ActionSelectionScreenBase_HandleCloseScreenButtonPress"); \ static_assert(offsetof(ActionSelectionScreenBase_HandleCloseScreenButtonPress, ReturnValue) == 0x000000, "Member 'ActionSelectionScreenBase_HandleCloseScreenButtonPress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_HandleKeyDown \ static_assert(alignof(ActionSelectionScreenBase_HandleKeyDown) == 0x000001, "Wrong alignment on ActionSelectionScreenBase_HandleKeyDown"); \ static_assert(sizeof(ActionSelectionScreenBase_HandleKeyDown) == 0x000002, "Wrong size on ActionSelectionScreenBase_HandleKeyDown"); \ static_assert(offsetof(ActionSelectionScreenBase_HandleKeyDown, InputAction) == 0x000000, "Member 'ActionSelectionScreenBase_HandleKeyDown::InputAction' has a wrong offset!"); \ static_assert(offsetof(ActionSelectionScreenBase_HandleKeyDown, ReturnValue) == 0x000001, "Member 'ActionSelectionScreenBase_HandleKeyDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_HandleKeyUp \ static_assert(alignof(ActionSelectionScreenBase_HandleKeyUp) == 0x000001, "Wrong alignment on ActionSelectionScreenBase_HandleKeyUp"); \ static_assert(sizeof(ActionSelectionScreenBase_HandleKeyUp) == 0x000002, "Wrong size on ActionSelectionScreenBase_HandleKeyUp"); \ static_assert(offsetof(ActionSelectionScreenBase_HandleKeyUp, InputAction) == 0x000000, "Member 'ActionSelectionScreenBase_HandleKeyUp::InputAction' has a wrong offset!"); \ static_assert(offsetof(ActionSelectionScreenBase_HandleKeyUp, ReturnValue) == 0x000001, "Member 'ActionSelectionScreenBase_HandleKeyUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_HandleRightTriggerPress \ static_assert(alignof(ActionSelectionScreenBase_HandleRightTriggerPress) == 0x000001, "Wrong alignment on ActionSelectionScreenBase_HandleRightTriggerPress"); \ static_assert(sizeof(ActionSelectionScreenBase_HandleRightTriggerPress) == 0x000001, "Wrong size on ActionSelectionScreenBase_HandleRightTriggerPress"); \ static_assert(offsetof(ActionSelectionScreenBase_HandleRightTriggerPress, ReturnValue) == 0x000000, "Member 'ActionSelectionScreenBase_HandleRightTriggerPress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_HandleRightTriggerRelease \ static_assert(alignof(ActionSelectionScreenBase_HandleRightTriggerRelease) == 0x000001, "Wrong alignment on ActionSelectionScreenBase_HandleRightTriggerRelease"); \ static_assert(sizeof(ActionSelectionScreenBase_HandleRightTriggerRelease) == 0x000001, "Wrong size on ActionSelectionScreenBase_HandleRightTriggerRelease"); \ static_assert(offsetof(ActionSelectionScreenBase_HandleRightTriggerRelease, ReturnValue) == 0x000000, "Member 'ActionSelectionScreenBase_HandleRightTriggerRelease::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_HandleViewSpellButtonPress \ static_assert(alignof(ActionSelectionScreenBase_HandleViewSpellButtonPress) == 0x000001, "Wrong alignment on ActionSelectionScreenBase_HandleViewSpellButtonPress"); \ static_assert(sizeof(ActionSelectionScreenBase_HandleViewSpellButtonPress) == 0x000001, "Wrong size on ActionSelectionScreenBase_HandleViewSpellButtonPress"); \ static_assert(offsetof(ActionSelectionScreenBase_HandleViewSpellButtonPress, ReturnValue) == 0x000000, "Member 'ActionSelectionScreenBase_HandleViewSpellButtonPress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_OnRequestedSpellSlotted \ static_assert(alignof(ActionSelectionScreenBase_OnRequestedSpellSlotted) == 0x000008, "Wrong alignment on ActionSelectionScreenBase_OnRequestedSpellSlotted"); \ static_assert(sizeof(ActionSelectionScreenBase_OnRequestedSpellSlotted) == 0x000010, "Wrong size on ActionSelectionScreenBase_OnRequestedSpellSlotted"); \ static_assert(offsetof(ActionSelectionScreenBase_OnRequestedSpellSlotted, SpellName) == 0x000000, "Member 'ActionSelectionScreenBase_OnRequestedSpellSlotted::SpellName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_OnSetSlottedSpells \ static_assert(alignof(ActionSelectionScreenBase_OnSetSlottedSpells) == 0x000008, "Wrong alignment on ActionSelectionScreenBase_OnSetSlottedSpells"); \ static_assert(sizeof(ActionSelectionScreenBase_OnSetSlottedSpells) == 0x000010, "Wrong size on ActionSelectionScreenBase_OnSetSlottedSpells"); \ static_assert(offsetof(ActionSelectionScreenBase_OnSetSlottedSpells, SlottedSpells) == 0x000000, "Member 'ActionSelectionScreenBase_OnSetSlottedSpells::SlottedSpells' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_OnShowButtonsChanged \ static_assert(alignof(ActionSelectionScreenBase_OnShowButtonsChanged) == 0x000001, "Wrong alignment on ActionSelectionScreenBase_OnShowButtonsChanged"); \ static_assert(sizeof(ActionSelectionScreenBase_OnShowButtonsChanged) == 0x000001, "Wrong size on ActionSelectionScreenBase_OnShowButtonsChanged"); \ static_assert(offsetof(ActionSelectionScreenBase_OnShowButtonsChanged, Show) == 0x000000, "Member 'ActionSelectionScreenBase_OnShowButtonsChanged::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_OnSpellHoveredBP \ static_assert(alignof(ActionSelectionScreenBase_OnSpellHoveredBP) == 0x000008, "Wrong alignment on ActionSelectionScreenBase_OnSpellHoveredBP"); \ static_assert(sizeof(ActionSelectionScreenBase_OnSpellHoveredBP) == 0x000008, "Wrong size on ActionSelectionScreenBase_OnSpellHoveredBP"); \ static_assert(offsetof(ActionSelectionScreenBase_OnSpellHoveredBP, SpellObject) == 0x000000, "Member 'ActionSelectionScreenBase_OnSpellHoveredBP::SpellObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_OnSpellSelectedBP \ static_assert(alignof(ActionSelectionScreenBase_OnSpellSelectedBP) == 0x000008, "Wrong alignment on ActionSelectionScreenBase_OnSpellSelectedBP"); \ static_assert(sizeof(ActionSelectionScreenBase_OnSpellSelectedBP) == 0x000008, "Wrong size on ActionSelectionScreenBase_OnSpellSelectedBP"); \ static_assert(offsetof(ActionSelectionScreenBase_OnSpellSelectedBP, SpellObject) == 0x000000, "Member 'ActionSelectionScreenBase_OnSpellSelectedBP::SpellObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_SetItemDataCode \ static_assert(alignof(ActionSelectionScreenBase_SetItemDataCode) == 0x000004, "Wrong alignment on ActionSelectionScreenBase_SetItemDataCode"); \ static_assert(sizeof(ActionSelectionScreenBase_SetItemDataCode) == 0x000004, "Wrong size on ActionSelectionScreenBase_SetItemDataCode"); \ static_assert(offsetof(ActionSelectionScreenBase_SetItemDataCode, GroupId) == 0x000000, "Member 'ActionSelectionScreenBase_SetItemDataCode::GroupId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_ToggleListenForSpellGroupEvents \ static_assert(alignof(ActionSelectionScreenBase_ToggleListenForSpellGroupEvents) == 0x000001, "Wrong alignment on ActionSelectionScreenBase_ToggleListenForSpellGroupEvents"); \ static_assert(sizeof(ActionSelectionScreenBase_ToggleListenForSpellGroupEvents) == 0x000001, "Wrong size on ActionSelectionScreenBase_ToggleListenForSpellGroupEvents"); \ static_assert(offsetof(ActionSelectionScreenBase_ToggleListenForSpellGroupEvents, ShouldListen) == 0x000000, "Member 'ActionSelectionScreenBase_ToggleListenForSpellGroupEvents::ShouldListen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_ToggleListenForSpellSlottingEvents \ static_assert(alignof(ActionSelectionScreenBase_ToggleListenForSpellSlottingEvents) == 0x000001, "Wrong alignment on ActionSelectionScreenBase_ToggleListenForSpellSlottingEvents"); \ static_assert(sizeof(ActionSelectionScreenBase_ToggleListenForSpellSlottingEvents) == 0x000001, "Wrong size on ActionSelectionScreenBase_ToggleListenForSpellSlottingEvents"); \ static_assert(offsetof(ActionSelectionScreenBase_ToggleListenForSpellSlottingEvents, ShouldListen) == 0x000000, "Member 'ActionSelectionScreenBase_ToggleListenForSpellSlottingEvents::ShouldListen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActionSelectionScreenBase_UpdateMacroCode \ static_assert(alignof(ActionSelectionScreenBase_UpdateMacroCode) == 0x000008, "Wrong alignment on ActionSelectionScreenBase_UpdateMacroCode"); \ static_assert(sizeof(ActionSelectionScreenBase_UpdateMacroCode) == 0x000030, "Wrong size on ActionSelectionScreenBase_UpdateMacroCode"); \ static_assert(offsetof(ActionSelectionScreenBase_UpdateMacroCode, ItemName) == 0x000000, "Member 'ActionSelectionScreenBase_UpdateMacroCode::ItemName' has a wrong offset!"); \ static_assert(offsetof(ActionSelectionScreenBase_UpdateMacroCode, Variation) == 0x000010, "Member 'ActionSelectionScreenBase_UpdateMacroCode::Variation' has a wrong offset!"); \ static_assert(offsetof(ActionSelectionScreenBase_UpdateMacroCode, HolderID) == 0x000020, "Member 'ActionSelectionScreenBase_UpdateMacroCode::HolderID' has a wrong offset!"); \ static_assert(offsetof(ActionSelectionScreenBase_UpdateMacroCode, ItemType) == 0x000028, "Member 'ActionSelectionScreenBase_UpdateMacroCode::ItemType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActionSelectionScreenBase \ static_assert(alignof(UActionSelectionScreenBase) == 0x000008, "Wrong alignment on UActionSelectionScreenBase"); \ static_assert(sizeof(UActionSelectionScreenBase) == 0x000458, "Wrong size on UActionSelectionScreenBase"); \ static_assert(offsetof(UActionSelectionScreenBase, CommonActionsCode) == 0x000370, "Member 'UActionSelectionScreenBase::CommonActionsCode' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, CurrentHighlightedItem) == 0x000378, "Member 'UActionSelectionScreenBase::CurrentHighlightedItem' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, CurrentHighlightedItemVariation) == 0x000388, "Member 'UActionSelectionScreenBase::CurrentHighlightedItemVariation' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, CurrentHighlightedItemHolder) == 0x000398, "Member 'UActionSelectionScreenBase::CurrentHighlightedItemHolder' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, CurrentHighlightedItemType) == 0x0003A0, "Member 'UActionSelectionScreenBase::CurrentHighlightedItemType' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, IsSpellVideoShowing) == 0x0003A1, "Member 'UActionSelectionScreenBase::IsSpellVideoShowing' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, TutorialName) == 0x0003A4, "Member 'UActionSelectionScreenBase::TutorialName' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, SlotTutorialStepName) == 0x0003AC, "Member 'UActionSelectionScreenBase::SlotTutorialStepName' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, CurrentHighlightedItemIsUnlocked) == 0x0003B4, "Member 'UActionSelectionScreenBase::CurrentHighlightedItemIsUnlocked' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, CurrentHighlightedItemIsBlacklisted) == 0x0003B5, "Member 'UActionSelectionScreenBase::CurrentHighlightedItemIsBlacklisted' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, InSlottingMode) == 0x0003B6, "Member 'UActionSelectionScreenBase::InSlottingMode' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, TutorializedSpell) == 0x0003B8, "Member 'UActionSelectionScreenBase::TutorializedSpell' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, RequestedSpellSlotted) == 0x0003C8, "Member 'UActionSelectionScreenBase::RequestedSpellSlotted' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, NeedsAutosave) == 0x0003C9, "Member 'UActionSelectionScreenBase::NeedsAutosave' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, LeviosoTutorialActive) == 0x0003CA, "Member 'UActionSelectionScreenBase::LeviosoTutorialActive' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, AccioTutorialActive) == 0x0003CB, "Member 'UActionSelectionScreenBase::AccioTutorialActive' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, VanishmentTutorialActive) == 0x0003CC, "Member 'UActionSelectionScreenBase::VanishmentTutorialActive' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, ConjurationTutorialActive) == 0x0003CD, "Member 'UActionSelectionScreenBase::ConjurationTutorialActive' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, CreatureBrushTutorialActive) == 0x0003CE, "Member 'UActionSelectionScreenBase::CreatureBrushTutorialActive' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, CreatureFeedTutorialActive) == 0x0003CF, "Member 'UActionSelectionScreenBase::CreatureFeedTutorialActive' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, AlterationTutorialActive) == 0x0003D0, "Member 'UActionSelectionScreenBase::AlterationTutorialActive' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, EquippingIncendioTutorialActive) == 0x0003D1, "Member 'UActionSelectionScreenBase::EquippingIncendioTutorialActive' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, LoadingSpellMovie) == 0x0003D2, "Member 'UActionSelectionScreenBase::LoadingSpellMovie' has a wrong offset!"); \ static_assert(offsetof(UActionSelectionScreenBase, HasIncendioBeenSlotted) == 0x0003D3, "Member 'UActionSelectionScreenBase::HasIncendioBeenSlotted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActionSelectionScreenBase_Controller \ static_assert(alignof(UActionSelectionScreenBase_Controller) == 0x000008, "Wrong alignment on UActionSelectionScreenBase_Controller"); \ static_assert(sizeof(UActionSelectionScreenBase_Controller) == 0x000478, "Wrong size on UActionSelectionScreenBase_Controller"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_Takeoff \ static_assert(alignof(UBTTask_Creature_Takeoff) == 0x000008, "Wrong alignment on UBTTask_Creature_Takeoff"); \ static_assert(sizeof(UBTTask_Creature_Takeoff) == 0x000088, "Wrong size on UBTTask_Creature_Takeoff"); \ #define DUMPER7_ASSERTS_UActor_ByCharacterID \ static_assert(alignof(UActor_ByCharacterID) == 0x000008, "Wrong alignment on UActor_ByCharacterID"); \ static_assert(sizeof(UActor_ByCharacterID) == 0x0000C0, "Wrong size on UActor_ByCharacterID"); \ static_assert(offsetof(UActor_ByCharacterID, DBInfo) == 0x000040, "Member 'UActor_ByCharacterID::DBInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_SocialFabric \ static_assert(alignof(UEnvQueryTest_SocialFabric) == 0x000008, "Wrong alignment on UEnvQueryTest_SocialFabric"); \ static_assert(sizeof(UEnvQueryTest_SocialFabric) == 0x0001F8, "Wrong size on UEnvQueryTest_SocialFabric"); \ #define DUMPER7_ASSERTS_UActor_CharactersWand \ static_assert(alignof(UActor_CharactersWand) == 0x000008, "Wrong alignment on UActor_CharactersWand"); \ static_assert(sizeof(UActor_CharactersWand) == 0x000038, "Wrong size on UActor_CharactersWand"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Creature_LastInteractionTime \ static_assert(alignof(UEnvQueryTest_Creature_LastInteractionTime) == 0x000008, "Wrong alignment on UEnvQueryTest_Creature_LastInteractionTime"); \ static_assert(sizeof(UEnvQueryTest_Creature_LastInteractionTime) == 0x0001F8, "Wrong size on UEnvQueryTest_Creature_LastInteractionTime"); \ #define DUMPER7_ASSERTS_UActor_Companion \ static_assert(alignof(UActor_Companion) == 0x000008, "Wrong alignment on UActor_Companion"); \ static_assert(sizeof(UActor_Companion) == 0x000038, "Wrong size on UActor_Companion"); \ #define DUMPER7_ASSERTS_UActor_CreatureReleasedFromInventory \ static_assert(alignof(UActor_CreatureReleasedFromInventory) == 0x000008, "Wrong alignment on UActor_CreatureReleasedFromInventory"); \ static_assert(sizeof(UActor_CreatureReleasedFromInventory) == 0x000108, "Wrong size on UActor_CreatureReleasedFromInventory"); \ static_assert(offsetof(UActor_CreatureReleasedFromInventory, bGetSavedCreature) == 0x000040, "Member 'UActor_CreatureReleasedFromInventory::bGetSavedCreature' has a wrong offset!"); \ static_assert(offsetof(UActor_CreatureReleasedFromInventory, SavedCreatureID) == 0x000048, "Member 'UActor_CreatureReleasedFromInventory::SavedCreatureID' has a wrong offset!"); \ static_assert(offsetof(UActor_CreatureReleasedFromInventory, DBInfo) == 0x000058, "Member 'UActor_CreatureReleasedFromInventory::DBInfo' has a wrong offset!"); \ static_assert(offsetof(UActor_CreatureReleasedFromInventory, bUseExistingDOV) == 0x0000E0, "Member 'UActor_CreatureReleasedFromInventory::bUseExistingDOV' has a wrong offset!"); \ static_assert(offsetof(UActor_CreatureReleasedFromInventory, ExistingDOV) == 0x0000E8, "Member 'UActor_CreatureReleasedFromInventory::ExistingDOV' has a wrong offset!"); \ static_assert(offsetof(UActor_CreatureReleasedFromInventory, NurturingSpaceOverride) == 0x0000F0, "Member 'UActor_CreatureReleasedFromInventory::NurturingSpaceOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_FromDOV_SpawnedCallback_ObjectSpawnCallback \ static_assert(alignof(Actor_FromDOV_SpawnedCallback_ObjectSpawnCallback) == 0x000008, "Wrong alignment on Actor_FromDOV_SpawnedCallback_ObjectSpawnCallback"); \ static_assert(sizeof(Actor_FromDOV_SpawnedCallback_ObjectSpawnCallback) == 0x000010, "Wrong size on Actor_FromDOV_SpawnedCallback_ObjectSpawnCallback"); \ static_assert(offsetof(Actor_FromDOV_SpawnedCallback_ObjectSpawnCallback, SpawnedActor) == 0x000000, "Member 'Actor_FromDOV_SpawnedCallback_ObjectSpawnCallback::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(Actor_FromDOV_SpawnedCallback_ObjectSpawnCallback, GroupName) == 0x000008, "Member 'Actor_FromDOV_SpawnedCallback_ObjectSpawnCallback::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_FromDOV_SpawnedCallback \ static_assert(alignof(UActor_FromDOV_SpawnedCallback) == 0x000008, "Wrong alignment on UActor_FromDOV_SpawnedCallback"); \ static_assert(sizeof(UActor_FromDOV_SpawnedCallback) == 0x000038, "Wrong size on UActor_FromDOV_SpawnedCallback"); \ static_assert(offsetof(UActor_FromDOV_SpawnedCallback, Caller) == 0x000028, "Member 'UActor_FromDOV_SpawnedCallback::Caller' has a wrong offset!"); \ static_assert(offsetof(UActor_FromDOV_SpawnedCallback, Provider) == 0x000030, "Member 'UActor_FromDOV_SpawnedCallback::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DisarmInterface_Disarm \ static_assert(alignof(DisarmInterface_Disarm) == 0x000008, "Wrong alignment on DisarmInterface_Disarm"); \ static_assert(sizeof(DisarmInterface_Disarm) == 0x000020, "Wrong size on DisarmInterface_Disarm"); \ static_assert(offsetof(DisarmInterface_Disarm, Instigator) == 0x000000, "Member 'DisarmInterface_Disarm::Instigator' has a wrong offset!"); \ static_assert(offsetof(DisarmInterface_Disarm, HitDirection) == 0x000008, "Member 'DisarmInterface_Disarm::HitDirection' has a wrong offset!"); \ static_assert(offsetof(DisarmInterface_Disarm, ScaleDisarmForce) == 0x000014, "Member 'DisarmInterface_Disarm::ScaleDisarmForce' has a wrong offset!"); \ static_assert(offsetof(DisarmInterface_Disarm, ReturnValue) == 0x000018, "Member 'DisarmInterface_Disarm::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IDisarmInterface \ static_assert(alignof(IDisarmInterface) == 0x000001, "Wrong alignment on IDisarmInterface"); \ static_assert(sizeof(IDisarmInterface) == 0x000001, "Wrong size on IDisarmInterface"); \ #define DUMPER7_ASSERTS_AArrestoMomentumSpellTool \ static_assert(alignof(AArrestoMomentumSpellTool) == 0x000008, "Wrong alignment on AArrestoMomentumSpellTool"); \ static_assert(sizeof(AArrestoMomentumSpellTool) == 0x0008B8, "Wrong size on AArrestoMomentumSpellTool"); \ static_assert(offsetof(AArrestoMomentumSpellTool, SlowDownTime) == 0x000870, "Member 'AArrestoMomentumSpellTool::SlowDownTime' has a wrong offset!"); \ static_assert(offsetof(AArrestoMomentumSpellTool, SpeedUpTime) == 0x000874, "Member 'AArrestoMomentumSpellTool::SpeedUpTime' has a wrong offset!"); \ static_assert(offsetof(AArrestoMomentumSpellTool, ObjectMassMax) == 0x000878, "Member 'AArrestoMomentumSpellTool::ObjectMassMax' has a wrong offset!"); \ static_assert(offsetof(AArrestoMomentumSpellTool, CharacterMassMax) == 0x00087C, "Member 'AArrestoMomentumSpellTool::CharacterMassMax' has a wrong offset!"); \ static_assert(offsetof(AArrestoMomentumSpellTool, MaxLinearDamping) == 0x000880, "Member 'AArrestoMomentumSpellTool::MaxLinearDamping' has a wrong offset!"); \ static_assert(offsetof(AArrestoMomentumSpellTool, MaxAngularDamping) == 0x000884, "Member 'AArrestoMomentumSpellTool::MaxAngularDamping' has a wrong offset!"); \ static_assert(offsetof(AArrestoMomentumSpellTool, CharacterTimeDilation) == 0x000888, "Member 'AArrestoMomentumSpellTool::CharacterTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AArrestoMomentumSpellTool, ArrestoMomentumFX2) == 0x000890, "Member 'AArrestoMomentumSpellTool::ArrestoMomentumFX2' has a wrong offset!"); \ static_assert(offsetof(AArrestoMomentumSpellTool, AOEMunition) == 0x0008A0, "Member 'AArrestoMomentumSpellTool::AOEMunition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_FromDOV \ static_assert(alignof(UActor_FromDOV) == 0x000008, "Wrong alignment on UActor_FromDOV"); \ static_assert(sizeof(UActor_FromDOV) == 0x000068, "Wrong size on UActor_FromDOV"); \ static_assert(offsetof(UActor_FromDOV, DOVActorReference) == 0x000040, "Member 'UActor_FromDOV::DOVActorReference' has a wrong offset!"); \ static_assert(offsetof(UActor_FromDOV, SpawnGroupName) == 0x000060, "Member 'UActor_FromDOV::SpawnGroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_FromDOVWithName_SpawnedCallback_ObjectSpawnCallback \ static_assert(alignof(Actor_FromDOVWithName_SpawnedCallback_ObjectSpawnCallback) == 0x000008, "Wrong alignment on Actor_FromDOVWithName_SpawnedCallback_ObjectSpawnCallback"); \ static_assert(sizeof(Actor_FromDOVWithName_SpawnedCallback_ObjectSpawnCallback) == 0x000010, "Wrong size on Actor_FromDOVWithName_SpawnedCallback_ObjectSpawnCallback"); \ static_assert(offsetof(Actor_FromDOVWithName_SpawnedCallback_ObjectSpawnCallback, SpawnedActor) == 0x000000, "Member 'Actor_FromDOVWithName_SpawnedCallback_ObjectSpawnCallback::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(Actor_FromDOVWithName_SpawnedCallback_ObjectSpawnCallback, GroupName) == 0x000008, "Member 'Actor_FromDOVWithName_SpawnedCallback_ObjectSpawnCallback::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_FromDOVWithName_SpawnedCallback \ static_assert(alignof(UActor_FromDOVWithName_SpawnedCallback) == 0x000008, "Wrong alignment on UActor_FromDOVWithName_SpawnedCallback"); \ static_assert(sizeof(UActor_FromDOVWithName_SpawnedCallback) == 0x000038, "Wrong size on UActor_FromDOVWithName_SpawnedCallback"); \ static_assert(offsetof(UActor_FromDOVWithName_SpawnedCallback, Caller) == 0x000028, "Member 'UActor_FromDOVWithName_SpawnedCallback::Caller' has a wrong offset!"); \ static_assert(offsetof(UActor_FromDOVWithName_SpawnedCallback, Provider) == 0x000030, "Member 'UActor_FromDOVWithName_SpawnedCallback::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_FromDOVWithName \ static_assert(alignof(UActor_FromDOVWithName) == 0x000008, "Wrong alignment on UActor_FromDOVWithName"); \ static_assert(sizeof(UActor_FromDOVWithName) == 0x000050, "Wrong size on UActor_FromDOVWithName"); \ static_assert(offsetof(UActor_FromDOVWithName, DOVActorName) == 0x000040, "Member 'UActor_FromDOVWithName::DOVActorName' has a wrong offset!"); \ static_assert(offsetof(UActor_FromDOVWithName, SpawnGroupName) == 0x000048, "Member 'UActor_FromDOVWithName::SpawnGroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_DOVWithName \ static_assert(alignof(UActor_DOVWithName) == 0x000008, "Wrong alignment on UActor_DOVWithName"); \ static_assert(sizeof(UActor_DOVWithName) == 0x000040, "Wrong size on UActor_DOVWithName"); \ static_assert(offsetof(UActor_DOVWithName, DOVActorName) == 0x000038, "Member 'UActor_DOVWithName::DOVActorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAssetStreamingVolumeComponent_GetAssetOwner \ static_assert(alignof(AvaAssetStreamingVolumeComponent_GetAssetOwner) == 0x000008, "Wrong alignment on AvaAssetStreamingVolumeComponent_GetAssetOwner"); \ static_assert(sizeof(AvaAssetStreamingVolumeComponent_GetAssetOwner) == 0x000008, "Wrong size on AvaAssetStreamingVolumeComponent_GetAssetOwner"); \ static_assert(offsetof(AvaAssetStreamingVolumeComponent_GetAssetOwner, ReturnValue) == 0x000000, "Member 'AvaAssetStreamingVolumeComponent_GetAssetOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAssetStreamingVolumeComponent_GetAssetsToStream \ static_assert(alignof(AvaAssetStreamingVolumeComponent_GetAssetsToStream) == 0x000008, "Wrong alignment on AvaAssetStreamingVolumeComponent_GetAssetsToStream"); \ static_assert(sizeof(AvaAssetStreamingVolumeComponent_GetAssetsToStream) == 0x000010, "Wrong size on AvaAssetStreamingVolumeComponent_GetAssetsToStream"); \ static_assert(offsetof(AvaAssetStreamingVolumeComponent_GetAssetsToStream, ReturnValue) == 0x000000, "Member 'AvaAssetStreamingVolumeComponent_GetAssetsToStream::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAssetStreamingVolumeComponent_GetAssetTransforms \ static_assert(alignof(AvaAssetStreamingVolumeComponent_GetAssetTransforms) == 0x000008, "Wrong alignment on AvaAssetStreamingVolumeComponent_GetAssetTransforms"); \ static_assert(sizeof(AvaAssetStreamingVolumeComponent_GetAssetTransforms) == 0x000010, "Wrong size on AvaAssetStreamingVolumeComponent_GetAssetTransforms"); \ static_assert(offsetof(AvaAssetStreamingVolumeComponent_GetAssetTransforms, ReturnValue) == 0x000000, "Member 'AvaAssetStreamingVolumeComponent_GetAssetTransforms::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAssetStreamingVolumeComponent_SetAssetOwner \ static_assert(alignof(AvaAssetStreamingVolumeComponent_SetAssetOwner) == 0x000008, "Wrong alignment on AvaAssetStreamingVolumeComponent_SetAssetOwner"); \ static_assert(sizeof(AvaAssetStreamingVolumeComponent_SetAssetOwner) == 0x000008, "Wrong size on AvaAssetStreamingVolumeComponent_SetAssetOwner"); \ static_assert(offsetof(AvaAssetStreamingVolumeComponent_SetAssetOwner, NewOwner) == 0x000000, "Member 'AvaAssetStreamingVolumeComponent_SetAssetOwner::NewOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaAssetStreamingVolumeComponent \ static_assert(alignof(UAvaAssetStreamingVolumeComponent) == 0x000010, "Wrong alignment on UAvaAssetStreamingVolumeComponent"); \ static_assert(sizeof(UAvaAssetStreamingVolumeComponent) == 0x000290, "Wrong size on UAvaAssetStreamingVolumeComponent"); \ static_assert(offsetof(UAvaAssetStreamingVolumeComponent, AssetsToStream) == 0x000258, "Member 'UAvaAssetStreamingVolumeComponent::AssetsToStream' has a wrong offset!"); \ static_assert(offsetof(UAvaAssetStreamingVolumeComponent, AssetOwner) == 0x000288, "Member 'UAvaAssetStreamingVolumeComponent::AssetOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ModifyTalentPoints \ static_assert(alignof(URPGTriggerEffect_ModifyTalentPoints) == 0x000008, "Wrong alignment on URPGTriggerEffect_ModifyTalentPoints"); \ static_assert(sizeof(URPGTriggerEffect_ModifyTalentPoints) == 0x000048, "Wrong size on URPGTriggerEffect_ModifyTalentPoints"); \ static_assert(offsetof(URPGTriggerEffect_ModifyTalentPoints, TalentPointModification) == 0x000040, "Member 'URPGTriggerEffect_ModifyTalentPoints::TalentPointModification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_FromSE \ static_assert(alignof(UActor_FromSE) == 0x000008, "Wrong alignment on UActor_FromSE"); \ static_assert(sizeof(UActor_FromSE) == 0x000048, "Wrong size on UActor_FromSE"); \ static_assert(offsetof(UActor_FromSE, ScheduledEntity) == 0x000040, "Member 'UActor_FromSE::ScheduledEntity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_FromStreamingPlaceholder \ static_assert(alignof(UActor_FromStreamingPlaceholder) == 0x000008, "Wrong alignment on UActor_FromStreamingPlaceholder"); \ static_assert(sizeof(UActor_FromStreamingPlaceholder) == 0x000060, "Wrong size on UActor_FromStreamingPlaceholder"); \ static_assert(offsetof(UActor_FromStreamingPlaceholder, StreamingPlaceholder) == 0x000040, "Member 'UActor_FromStreamingPlaceholder::StreamingPlaceholder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADiffindoSpellTool \ static_assert(alignof(ADiffindoSpellTool) == 0x000008, "Wrong alignment on ADiffindoSpellTool"); \ static_assert(sizeof(ADiffindoSpellTool) == 0x000838, "Wrong size on ADiffindoSpellTool"); \ static_assert(offsetof(ADiffindoSpellTool, ProjectileTargetHalfAngleXY) == 0x0007F0, "Member 'ADiffindoSpellTool::ProjectileTargetHalfAngleXY' has a wrong offset!"); \ static_assert(offsetof(ADiffindoSpellTool, ProjectileTargetHalfAngleZ) == 0x0007F4, "Member 'ADiffindoSpellTool::ProjectileTargetHalfAngleZ' has a wrong offset!"); \ static_assert(offsetof(ADiffindoSpellTool, TargetObjects) == 0x0007F8, "Member 'ADiffindoSpellTool::TargetObjects' has a wrong offset!"); \ static_assert(offsetof(ADiffindoSpellTool, UpgradedMunitionActor) == 0x000800, "Member 'ADiffindoSpellTool::UpgradedMunitionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_FromT3Pool \ static_assert(alignof(UActor_FromT3Pool) == 0x000008, "Wrong alignment on UActor_FromT3Pool"); \ static_assert(sizeof(UActor_FromT3Pool) == 0x000210, "Wrong size on UActor_FromT3Pool"); \ static_assert(offsetof(UActor_FromT3Pool, bUseBoundParameter) == 0x000040, "Member 'UActor_FromT3Pool::bUseBoundParameter' has a wrong offset!"); \ static_assert(offsetof(UActor_FromT3Pool, ActorDbIdProvider) == 0x000048, "Member 'UActor_FromT3Pool::ActorDbIdProvider' has a wrong offset!"); \ static_assert(offsetof(UActor_FromT3Pool, CharacterIdInfo) == 0x000050, "Member 'UActor_FromT3Pool::CharacterIdInfo' has a wrong offset!"); \ static_assert(offsetof(UActor_FromT3Pool, CharacterLookIdInfo) == 0x000128, "Member 'UActor_FromT3Pool::CharacterLookIdInfo' has a wrong offset!"); \ static_assert(offsetof(UActor_FromT3Pool, PlacementLocation) == 0x0001B0, "Member 'UActor_FromT3Pool::PlacementLocation' has a wrong offset!"); \ static_assert(offsetof(UActor_FromT3Pool, bStartWithoutActors) == 0x0001B8, "Member 'UActor_FromT3Pool::bStartWithoutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_MissionPerformTasks \ static_assert(alignof(UActor_MissionPerformTasks) == 0x000008, "Wrong alignment on UActor_MissionPerformTasks"); \ static_assert(sizeof(UActor_MissionPerformTasks) == 0x000048, "Wrong size on UActor_MissionPerformTasks"); \ static_assert(offsetof(UActor_MissionPerformTasks, MissionID) == 0x000038, "Member 'UActor_MissionPerformTasks::MissionID' has a wrong offset!"); \ static_assert(offsetof(UActor_MissionPerformTasks, MissionUID) == 0x000040, "Member 'UActor_MissionPerformTasks::MissionUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinnerInterface_LoadingComplete \ static_assert(alignof(SpinnerInterface_LoadingComplete) == 0x000004, "Wrong alignment on SpinnerInterface_LoadingComplete"); \ static_assert(sizeof(SpinnerInterface_LoadingComplete) == 0x000004, "Wrong size on SpinnerInterface_LoadingComplete"); \ static_assert(offsetof(SpinnerInterface_LoadingComplete, ReturnValue) == 0x000000, "Member 'SpinnerInterface_LoadingComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ISpinnerInterface \ static_assert(alignof(ISpinnerInterface) == 0x000001, "Wrong alignment on ISpinnerInterface"); \ static_assert(sizeof(ISpinnerInterface) == 0x000001, "Wrong size on ISpinnerInterface"); \ #define DUMPER7_ASSERTS_AAudioMultiSourceActor \ static_assert(alignof(AAudioMultiSourceActor) == 0x000008, "Wrong alignment on AAudioMultiSourceActor"); \ static_assert(sizeof(AAudioMultiSourceActor) == 0x0002E0, "Wrong size on AAudioMultiSourceActor"); \ static_assert(offsetof(AAudioMultiSourceActor, StaticMeshes) == 0x000280, "Member 'AAudioMultiSourceActor::StaticMeshes' has a wrong offset!"); \ static_assert(offsetof(AAudioMultiSourceActor, Events) == 0x000290, "Member 'AAudioMultiSourceActor::Events' has a wrong offset!"); \ static_assert(offsetof(AAudioMultiSourceActor, DensityScale) == 0x0002A0, "Member 'AAudioMultiSourceActor::DensityScale' has a wrong offset!"); \ static_assert(offsetof(AAudioMultiSourceActor, RandomSeed) == 0x0002A4, "Member 'AAudioMultiSourceActor::RandomSeed' has a wrong offset!"); \ static_assert(offsetof(AAudioMultiSourceActor, ClumpingFactor) == 0x0002A8, "Member 'AAudioMultiSourceActor::ClumpingFactor' has a wrong offset!"); \ static_assert(offsetof(AAudioMultiSourceActor, SamplePoints) == 0x0002B0, "Member 'AAudioMultiSourceActor::SamplePoints' has a wrong offset!"); \ static_assert(offsetof(AAudioMultiSourceActor, bManuallyModifiedSamplePoints) == 0x0002C0, "Member 'AAudioMultiSourceActor::bManuallyModifiedSamplePoints' has a wrong offset!"); \ static_assert(offsetof(AAudioMultiSourceActor, OnConstructionLocation) == 0x0002C4, "Member 'AAudioMultiSourceActor::OnConstructionLocation' has a wrong offset!"); \ static_assert(offsetof(AAudioMultiSourceActor, AudioComponents) == 0x0002D0, "Member 'AAudioMultiSourceActor::AudioComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_MissionSplineFollower \ static_assert(alignof(UActor_MissionSplineFollower) == 0x000008, "Wrong alignment on UActor_MissionSplineFollower"); \ static_assert(sizeof(UActor_MissionSplineFollower) == 0x000048, "Wrong size on UActor_MissionSplineFollower"); \ static_assert(offsetof(UActor_MissionSplineFollower, MissionID) == 0x000038, "Member 'UActor_MissionSplineFollower::MissionID' has a wrong offset!"); \ static_assert(offsetof(UActor_MissionSplineFollower, MissionUID) == 0x000040, "Member 'UActor_MissionSplineFollower::MissionUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USplineNavLinkComponent \ static_assert(alignof(USplineNavLinkComponent) == 0x000010, "Wrong alignment on USplineNavLinkComponent"); \ static_assert(sizeof(USplineNavLinkComponent) == 0x0002B0, "Wrong size on USplineNavLinkComponent"); \ static_assert(offsetof(USplineNavLinkComponent, SplineComponent) == 0x000280, "Member 'USplineNavLinkComponent::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(USplineNavLinkComponent, SplineLinkStart) == 0x000288, "Member 'USplineNavLinkComponent::SplineLinkStart' has a wrong offset!"); \ static_assert(offsetof(USplineNavLinkComponent, SplineLinkEnd) == 0x000294, "Member 'USplineNavLinkComponent::SplineLinkEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_MissionStation \ static_assert(alignof(UActor_MissionStation) == 0x000008, "Wrong alignment on UActor_MissionStation"); \ static_assert(sizeof(UActor_MissionStation) == 0x000048, "Wrong size on UActor_MissionStation"); \ static_assert(offsetof(UActor_MissionStation, MissionID) == 0x000038, "Member 'UActor_MissionStation::MissionID' has a wrong offset!"); \ static_assert(offsetof(UActor_MissionStation, MissionUID) == 0x000040, "Member 'UActor_MissionStation::MissionUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_MountCreature \ static_assert(alignof(UActor_MountCreature) == 0x000008, "Wrong alignment on UActor_MountCreature"); \ static_assert(sizeof(UActor_MountCreature) == 0x000048, "Wrong size on UActor_MountCreature"); \ static_assert(offsetof(UActor_MountCreature, MountHandlerClass) == 0x000040, "Member 'UActor_MountCreature::MountHandlerClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_HangingBase_AccioStart \ static_assert(alignof(SpiderWeb_HangingBase_AccioStart) == 0x000004, "Wrong alignment on SpiderWeb_HangingBase_AccioStart"); \ static_assert(sizeof(SpiderWeb_HangingBase_AccioStart) == 0x000008, "Wrong size on SpiderWeb_HangingBase_AccioStart"); \ static_assert(offsetof(SpiderWeb_HangingBase_AccioStart, i_Start) == 0x000000, "Member 'SpiderWeb_HangingBase_AccioStart::i_Start' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_HangingBase_AccioStart, i_Time) == 0x000004, "Member 'SpiderWeb_HangingBase_AccioStart::i_Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_HangingBase_BreakConnection \ static_assert(alignof(SpiderWeb_HangingBase_BreakConnection) == 0x000001, "Wrong alignment on SpiderWeb_HangingBase_BreakConnection"); \ static_assert(sizeof(SpiderWeb_HangingBase_BreakConnection) == 0x000001, "Wrong size on SpiderWeb_HangingBase_BreakConnection"); \ static_assert(offsetof(SpiderWeb_HangingBase_BreakConnection, i_Explode) == 0x000000, "Member 'SpiderWeb_HangingBase_BreakConnection::i_Explode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_HangingBase_ScaleStart \ static_assert(alignof(SpiderWeb_HangingBase_ScaleStart) == 0x000001, "Wrong alignment on SpiderWeb_HangingBase_ScaleStart"); \ static_assert(sizeof(SpiderWeb_HangingBase_ScaleStart) == 0x000002, "Wrong size on SpiderWeb_HangingBase_ScaleStart"); \ static_assert(offsetof(SpiderWeb_HangingBase_ScaleStart, i_Start) == 0x000000, "Member 'SpiderWeb_HangingBase_ScaleStart::i_Start' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_HangingBase_ScaleStart, i_ScaleUp) == 0x000001, "Member 'SpiderWeb_HangingBase_ScaleStart::i_ScaleUp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_HangingBase_WakeTick \ static_assert(alignof(SpiderWeb_HangingBase_WakeTick) == 0x000001, "Wrong alignment on SpiderWeb_HangingBase_WakeTick"); \ static_assert(sizeof(SpiderWeb_HangingBase_WakeTick) == 0x000001, "Wrong size on SpiderWeb_HangingBase_WakeTick"); \ static_assert(offsetof(SpiderWeb_HangingBase_WakeTick, i_Wake) == 0x000000, "Member 'SpiderWeb_HangingBase_WakeTick::i_Wake' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_HangingBase_WingardiumStart \ static_assert(alignof(SpiderWeb_HangingBase_WingardiumStart) == 0x000001, "Wrong alignment on SpiderWeb_HangingBase_WingardiumStart"); \ static_assert(sizeof(SpiderWeb_HangingBase_WingardiumStart) == 0x000001, "Wrong size on SpiderWeb_HangingBase_WingardiumStart"); \ static_assert(offsetof(SpiderWeb_HangingBase_WingardiumStart, i_Start) == 0x000000, "Member 'SpiderWeb_HangingBase_WingardiumStart::i_Start' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpiderWeb_HangingBase \ static_assert(alignof(ASpiderWeb_HangingBase) == 0x000008, "Wrong alignment on ASpiderWeb_HangingBase"); \ static_assert(sizeof(ASpiderWeb_HangingBase) == 0x000348, "Wrong size on ASpiderWeb_HangingBase"); \ static_assert(offsetof(ASpiderWeb_HangingBase, CableLength) == 0x0002B0, "Member 'ASpiderWeb_HangingBase::CableLength' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, LootChance) == 0x0002B4, "Member 'ASpiderWeb_HangingBase::LootChance' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, bSpawnObject) == 0x0002B8, "Member 'ASpiderWeb_HangingBase::bSpawnObject' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, ObjectDBID) == 0x0002C0, "Member 'ASpiderWeb_HangingBase::ObjectDBID' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, bSpawnSpiders) == 0x0002D0, "Member 'ASpiderWeb_HangingBase::bSpawnSpiders' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, SpiderType) == 0x0002D1, "Member 'ASpiderWeb_HangingBase::SpiderType' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, SpiderChance) == 0x0002D4, "Member 'ASpiderWeb_HangingBase::SpiderChance' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, BaseSpiderNum) == 0x0002D8, "Member 'ASpiderWeb_HangingBase::BaseSpiderNum' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, SpiderNumVariance) == 0x0002DC, "Member 'ASpiderWeb_HangingBase::SpiderNumVariance' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, SnapParticle) == 0x0002E0, "Member 'ASpiderWeb_HangingBase::SnapParticle' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, ExtraCableLength) == 0x0002E8, "Member 'ASpiderWeb_HangingBase::ExtraCableLength' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, CableLengthTick) == 0x0002EC, "Member 'ASpiderWeb_HangingBase::CableLengthTick' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, DescendoCount) == 0x0002F0, "Member 'ASpiderWeb_HangingBase::DescendoCount' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, bBroken) == 0x0002F4, "Member 'ASpiderWeb_HangingBase::bBroken' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, AnchorComp) == 0x0002F8, "Member 'ASpiderWeb_HangingBase::AnchorComp' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, PosableMeshComp) == 0x000300, "Member 'ASpiderWeb_HangingBase::PosableMeshComp' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, PhysicsConstraintComp) == 0x000308, "Member 'ASpiderWeb_HangingBase::PhysicsConstraintComp' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, SpawnedSack) == 0x000310, "Member 'ASpiderWeb_HangingBase::SpawnedSack' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, SackMeshComp) == 0x000318, "Member 'ASpiderWeb_HangingBase::SackMeshComp' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, TargetComp) == 0x000320, "Member 'ASpiderWeb_HangingBase::TargetComp' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_HangingBase, WebEndLoc) == 0x000328, "Member 'ASpiderWeb_HangingBase::WebEndLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_NamedCreature \ static_assert(alignof(UActor_NamedCreature) == 0x000008, "Wrong alignment on UActor_NamedCreature"); \ static_assert(sizeof(UActor_NamedCreature) == 0x0000F8, "Wrong size on UActor_NamedCreature"); \ static_assert(offsetof(UActor_NamedCreature, DBInfo) == 0x000040, "Member 'UActor_NamedCreature::DBInfo' has a wrong offset!"); \ static_assert(offsetof(UActor_NamedCreature, bUseExistingDOV) == 0x0000C8, "Member 'UActor_NamedCreature::bUseExistingDOV' has a wrong offset!"); \ static_assert(offsetof(UActor_NamedCreature, DOVName) == 0x0000CC, "Member 'UActor_NamedCreature::DOVName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVegetationInteractionCameraFadeSetup \ static_assert(alignof(UVegetationInteractionCameraFadeSetup) == 0x000008, "Wrong alignment on UVegetationInteractionCameraFadeSetup"); \ static_assert(sizeof(UVegetationInteractionCameraFadeSetup) == 0x0000B0, "Wrong size on UVegetationInteractionCameraFadeSetup"); \ static_assert(offsetof(UVegetationInteractionCameraFadeSetup, normal) == 0x000030, "Member 'UVegetationInteractionCameraFadeSetup::normal' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionCameraFadeSetup, Aiming) == 0x000068, "Member 'UVegetationInteractionCameraFadeSetup::Aiming' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionCameraFadeSetup, StrengthBlendDomain) == 0x0000A0, "Member 'UVegetationInteractionCameraFadeSetup::StrengthBlendDomain' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionCameraFadeSetup, bAimBlend) == 0x0000A8, "Member 'UVegetationInteractionCameraFadeSetup::bAimBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_ObjectState_Base \ static_assert(alignof(UModFilter_ObjectState_Base) == 0x000008, "Wrong alignment on UModFilter_ObjectState_Base"); \ static_assert(sizeof(UModFilter_ObjectState_Base) == 0x000030, "Wrong size on UModFilter_ObjectState_Base"); \ #define DUMPER7_ASSERTS_UModFilter_ObjectState_IsCombatCursed \ static_assert(alignof(UModFilter_ObjectState_IsCombatCursed) == 0x000008, "Wrong alignment on UModFilter_ObjectState_IsCombatCursed"); \ static_assert(sizeof(UModFilter_ObjectState_IsCombatCursed) == 0x000030, "Wrong size on UModFilter_ObjectState_IsCombatCursed"); \ #define DUMPER7_ASSERTS_AvatarCreatorPage_GetPlayerVoicePitch \ static_assert(alignof(AvatarCreatorPage_GetPlayerVoicePitch) == 0x000004, "Wrong alignment on AvatarCreatorPage_GetPlayerVoicePitch"); \ static_assert(sizeof(AvatarCreatorPage_GetPlayerVoicePitch) == 0x000004, "Wrong size on AvatarCreatorPage_GetPlayerVoicePitch"); \ static_assert(offsetof(AvatarCreatorPage_GetPlayerVoicePitch, ReturnValue) == 0x000000, "Member 'AvatarCreatorPage_GetPlayerVoicePitch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarCreatorPage_SetPlayerVoicePitch \ static_assert(alignof(AvatarCreatorPage_SetPlayerVoicePitch) == 0x000004, "Wrong alignment on AvatarCreatorPage_SetPlayerVoicePitch"); \ static_assert(sizeof(AvatarCreatorPage_SetPlayerVoicePitch) == 0x000004, "Wrong size on AvatarCreatorPage_SetPlayerVoicePitch"); \ static_assert(offsetof(AvatarCreatorPage_SetPlayerVoicePitch, PlayerVoicePitch) == 0x000000, "Member 'AvatarCreatorPage_SetPlayerVoicePitch::PlayerVoicePitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvatarCreatorPage \ static_assert(alignof(UAvatarCreatorPage) == 0x000008, "Wrong alignment on UAvatarCreatorPage"); \ static_assert(sizeof(UAvatarCreatorPage) == 0x000378, "Wrong size on UAvatarCreatorPage"); \ static_assert(offsetof(UAvatarCreatorPage, OnCreatorItemHovered) == 0x000328, "Member 'UAvatarCreatorPage::OnCreatorItemHovered' has a wrong offset!"); \ static_assert(offsetof(UAvatarCreatorPage, OnCreatorItemUnhovered) == 0x000338, "Member 'UAvatarCreatorPage::OnCreatorItemUnhovered' has a wrong offset!"); \ static_assert(offsetof(UAvatarCreatorPage, OnCreatorSliderHovered) == 0x000348, "Member 'UAvatarCreatorPage::OnCreatorSliderHovered' has a wrong offset!"); \ static_assert(offsetof(UAvatarCreatorPage, OnCreatorSliderUnhovered) == 0x000358, "Member 'UAvatarCreatorPage::OnCreatorSliderUnhovered' has a wrong offset!"); \ static_assert(offsetof(UAvatarCreatorPage, OnAllIconsLoaded) == 0x000368, "Member 'UAvatarCreatorPage::OnAllIconsLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_SanctuaryZoneStreaming \ static_assert(alignof(UActor_SanctuaryZoneStreaming) == 0x000008, "Wrong alignment on UActor_SanctuaryZoneStreaming"); \ static_assert(sizeof(UActor_SanctuaryZoneStreaming) == 0x000050, "Wrong size on UActor_SanctuaryZoneStreaming"); \ static_assert(offsetof(UActor_SanctuaryZoneStreaming, ZoneName) == 0x000040, "Member 'UActor_SanctuaryZoneStreaming::ZoneName' has a wrong offset!"); \ static_assert(offsetof(UActor_SanctuaryZoneStreaming, bWaitForParallelStreamingComplete) == 0x000048, "Member 'UActor_SanctuaryZoneStreaming::bWaitForParallelStreamingComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ActorSpawnFromDOVCallback_ObjectSpawnCallback \ static_assert(alignof(ActorSpawnFromDOVCallback_ObjectSpawnCallback) == 0x000008, "Wrong alignment on ActorSpawnFromDOVCallback_ObjectSpawnCallback"); \ static_assert(sizeof(ActorSpawnFromDOVCallback_ObjectSpawnCallback) == 0x000010, "Wrong size on ActorSpawnFromDOVCallback_ObjectSpawnCallback"); \ static_assert(offsetof(ActorSpawnFromDOVCallback_ObjectSpawnCallback, SpawnedActor) == 0x000000, "Member 'ActorSpawnFromDOVCallback_ObjectSpawnCallback::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(ActorSpawnFromDOVCallback_ObjectSpawnCallback, GroupName) == 0x000008, "Member 'ActorSpawnFromDOVCallback_ObjectSpawnCallback::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorSpawnFromDOVCallback \ static_assert(alignof(UActorSpawnFromDOVCallback) == 0x000008, "Wrong alignment on UActorSpawnFromDOVCallback"); \ static_assert(sizeof(UActorSpawnFromDOVCallback) == 0x000038, "Wrong size on UActorSpawnFromDOVCallback"); \ static_assert(offsetof(UActorSpawnFromDOVCallback, Caller) == 0x000028, "Member 'UActorSpawnFromDOVCallback::Caller' has a wrong offset!"); \ static_assert(offsetof(UActorSpawnFromDOVCallback, Provider) == 0x000030, "Member 'UActorSpawnFromDOVCallback::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPC_MobilityChoice \ static_assert(alignof(UNPC_MobilityChoice) == 0x000008, "Wrong alignment on UNPC_MobilityChoice"); \ static_assert(sizeof(UNPC_MobilityChoice) == 0x000028, "Wrong size on UNPC_MobilityChoice"); \ #define DUMPER7_ASSERTS_UDistanceTransition_MobilityChoice \ static_assert(alignof(UDistanceTransition_MobilityChoice) == 0x000008, "Wrong alignment on UDistanceTransition_MobilityChoice"); \ static_assert(sizeof(UDistanceTransition_MobilityChoice) == 0x000048, "Wrong size on UDistanceTransition_MobilityChoice"); \ static_assert(offsetof(UDistanceTransition_MobilityChoice, WalkMinRange) == 0x000028, "Member 'UDistanceTransition_MobilityChoice::WalkMinRange' has a wrong offset!"); \ static_assert(offsetof(UDistanceTransition_MobilityChoice, WalkMaxRange) == 0x00002C, "Member 'UDistanceTransition_MobilityChoice::WalkMaxRange' has a wrong offset!"); \ static_assert(offsetof(UDistanceTransition_MobilityChoice, JogMinRange) == 0x000030, "Member 'UDistanceTransition_MobilityChoice::JogMinRange' has a wrong offset!"); \ static_assert(offsetof(UDistanceTransition_MobilityChoice, JogMaxRange) == 0x000034, "Member 'UDistanceTransition_MobilityChoice::JogMaxRange' has a wrong offset!"); \ static_assert(offsetof(UDistanceTransition_MobilityChoice, RunMinRange) == 0x000038, "Member 'UDistanceTransition_MobilityChoice::RunMinRange' has a wrong offset!"); \ static_assert(offsetof(UDistanceTransition_MobilityChoice, RunMaxRange) == 0x00003C, "Member 'UDistanceTransition_MobilityChoice::RunMaxRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_SpawnFromDOVBase \ static_assert(alignof(UActor_SpawnFromDOVBase) == 0x000008, "Wrong alignment on UActor_SpawnFromDOVBase"); \ static_assert(sizeof(UActor_SpawnFromDOVBase) == 0x000050, "Wrong size on UActor_SpawnFromDOVBase"); \ static_assert(offsetof(UActor_SpawnFromDOVBase, SpawnGroupName) == 0x000040, "Member 'UActor_SpawnFromDOVBase::SpawnGroupName' has a wrong offset!"); \ static_assert(offsetof(UActor_SpawnFromDOVBase, bKeepAliveAtEndOfScenerig) == 0x000048, "Member 'UActor_SpawnFromDOVBase::bKeepAliveAtEndOfScenerig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_SpawnFromDOV \ static_assert(alignof(UActor_SpawnFromDOV) == 0x000008, "Wrong alignment on UActor_SpawnFromDOV"); \ static_assert(sizeof(UActor_SpawnFromDOV) == 0x000070, "Wrong size on UActor_SpawnFromDOV"); \ static_assert(offsetof(UActor_SpawnFromDOV, DOVActorReference) == 0x000050, "Member 'UActor_SpawnFromDOV::DOVActorReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AnimInstance_Interface_SetAttackTypeTag \ static_assert(alignof(Enemy_AnimInstance_Interface_SetAttackTypeTag) == 0x000004, "Wrong alignment on Enemy_AnimInstance_Interface_SetAttackTypeTag"); \ static_assert(sizeof(Enemy_AnimInstance_Interface_SetAttackTypeTag) == 0x000008, "Wrong size on Enemy_AnimInstance_Interface_SetAttackTypeTag"); \ static_assert(offsetof(Enemy_AnimInstance_Interface_SetAttackTypeTag, InType) == 0x000000, "Member 'Enemy_AnimInstance_Interface_SetAttackTypeTag::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AnimInstance_Interface_SetSpawnData \ static_assert(alignof(Enemy_AnimInstance_Interface_SetSpawnData) == 0x000008, "Wrong alignment on Enemy_AnimInstance_Interface_SetSpawnData"); \ static_assert(sizeof(Enemy_AnimInstance_Interface_SetSpawnData) == 0x000008, "Wrong size on Enemy_AnimInstance_Interface_SetSpawnData"); \ static_assert(offsetof(Enemy_AnimInstance_Interface_SetSpawnData, InSpawnDataPtr) == 0x000000, "Member 'Enemy_AnimInstance_Interface_SetSpawnData::InSpawnDataPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AnimInstance_Interface_SetTransState \ static_assert(alignof(Enemy_AnimInstance_Interface_SetTransState) == 0x000001, "Wrong alignment on Enemy_AnimInstance_Interface_SetTransState"); \ static_assert(sizeof(Enemy_AnimInstance_Interface_SetTransState) == 0x000001, "Wrong size on Enemy_AnimInstance_Interface_SetTransState"); \ static_assert(offsetof(Enemy_AnimInstance_Interface_SetTransState, InState) == 0x000000, "Member 'Enemy_AnimInstance_Interface_SetTransState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AnimInstance_Interface_GetAttackTypeTag \ static_assert(alignof(Enemy_AnimInstance_Interface_GetAttackTypeTag) == 0x000004, "Wrong alignment on Enemy_AnimInstance_Interface_GetAttackTypeTag"); \ static_assert(sizeof(Enemy_AnimInstance_Interface_GetAttackTypeTag) == 0x000008, "Wrong size on Enemy_AnimInstance_Interface_GetAttackTypeTag"); \ static_assert(offsetof(Enemy_AnimInstance_Interface_GetAttackTypeTag, ReturnValue) == 0x000000, "Member 'Enemy_AnimInstance_Interface_GetAttackTypeTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AnimInstance_Interface_GetSpawnData \ static_assert(alignof(Enemy_AnimInstance_Interface_GetSpawnData) == 0x000008, "Wrong alignment on Enemy_AnimInstance_Interface_GetSpawnData"); \ static_assert(sizeof(Enemy_AnimInstance_Interface_GetSpawnData) == 0x000008, "Wrong size on Enemy_AnimInstance_Interface_GetSpawnData"); \ static_assert(offsetof(Enemy_AnimInstance_Interface_GetSpawnData, ReturnValue) == 0x000000, "Member 'Enemy_AnimInstance_Interface_GetSpawnData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AnimInstance_Interface_GetTransState \ static_assert(alignof(Enemy_AnimInstance_Interface_GetTransState) == 0x000001, "Wrong alignment on Enemy_AnimInstance_Interface_GetTransState"); \ static_assert(sizeof(Enemy_AnimInstance_Interface_GetTransState) == 0x000001, "Wrong size on Enemy_AnimInstance_Interface_GetTransState"); \ static_assert(offsetof(Enemy_AnimInstance_Interface_GetTransState, ReturnValue) == 0x000000, "Member 'Enemy_AnimInstance_Interface_GetTransState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEnemy_AnimInstance_Interface \ static_assert(alignof(IEnemy_AnimInstance_Interface) == 0x000001, "Wrong alignment on IEnemy_AnimInstance_Interface"); \ static_assert(sizeof(IEnemy_AnimInstance_Interface) == 0x000001, "Wrong size on IEnemy_AnimInstance_Interface"); \ #define DUMPER7_ASSERTS_UBool_ByStat \ static_assert(alignof(UBool_ByStat) == 0x000008, "Wrong alignment on UBool_ByStat"); \ static_assert(sizeof(UBool_ByStat) == 0x000038, "Wrong size on UBool_ByStat"); \ static_assert(offsetof(UBool_ByStat, StatName) == 0x000028, "Member 'UBool_ByStat::StatName' has a wrong offset!"); \ static_assert(offsetof(UBool_ByStat, StatValue) == 0x000030, "Member 'UBool_ByStat::StatValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActor_SpawnFromDOVWithName \ static_assert(alignof(UActor_SpawnFromDOVWithName) == 0x000008, "Wrong alignment on UActor_SpawnFromDOVWithName"); \ static_assert(sizeof(UActor_SpawnFromDOVWithName) == 0x000058, "Wrong size on UActor_SpawnFromDOVWithName"); \ static_assert(offsetof(UActor_SpawnFromDOVWithName, DOVActorName) == 0x000050, "Member 'UActor_SpawnFromDOVWithName::DOVActorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureApproachRange \ static_assert(alignof(UAIDataProvider_CreatureApproachRange) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureApproachRange"); \ static_assert(sizeof(UAIDataProvider_CreatureApproachRange) == 0x000048, "Wrong size on UAIDataProvider_CreatureApproachRange"); \ static_assert(offsetof(UAIDataProvider_CreatureApproachRange, bRandomizeRange) == 0x000040, "Member 'UAIDataProvider_CreatureApproachRange::bRandomizeRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBase_Character_Interface \ static_assert(alignof(IBase_Character_Interface) == 0x000001, "Wrong alignment on IBase_Character_Interface"); \ static_assert(sizeof(IBase_Character_Interface) == 0x000001, "Wrong size on IBase_Character_Interface"); \ #define DUMPER7_ASSERTS_USanctuaryIdentitySettingsAsset \ static_assert(alignof(USanctuaryIdentitySettingsAsset) == 0x000010, "Wrong alignment on USanctuaryIdentitySettingsAsset"); \ static_assert(sizeof(USanctuaryIdentitySettingsAsset) == 0x0006B0, "Wrong size on USanctuaryIdentitySettingsAsset"); \ static_assert(offsetof(USanctuaryIdentitySettingsAsset, IdentitySettings) == 0x000030, "Member 'USanctuaryIdentitySettingsAsset::IdentitySettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureTurnApproachRadius \ static_assert(alignof(UAIDataProvider_CreatureTurnApproachRadius) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureTurnApproachRadius"); \ static_assert(sizeof(UAIDataProvider_CreatureTurnApproachRadius) == 0x000040, "Wrong size on UAIDataProvider_CreatureTurnApproachRadius"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureTrotApproachRadius \ static_assert(alignof(UAIDataProvider_CreatureTrotApproachRadius) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureTrotApproachRadius"); \ static_assert(sizeof(UAIDataProvider_CreatureTrotApproachRadius) == 0x000040, "Wrong size on UAIDataProvider_CreatureTrotApproachRadius"); \ #define DUMPER7_ASSERTS_UEnemy_Alert_QBUpdate \ static_assert(alignof(UEnemy_Alert_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_Alert_QBUpdate"); \ static_assert(sizeof(UEnemy_Alert_QBUpdate) == 0x000058, "Wrong size on UEnemy_Alert_QBUpdate"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureRunApproachRadius \ static_assert(alignof(UAIDataProvider_CreatureRunApproachRadius) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureRunApproachRadius"); \ static_assert(sizeof(UAIDataProvider_CreatureRunApproachRadius) == 0x000040, "Wrong size on UAIDataProvider_CreatureRunApproachRadius"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureGrazingMin \ static_assert(alignof(UAIDataProvider_CreatureGrazingMin) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureGrazingMin"); \ static_assert(sizeof(UAIDataProvider_CreatureGrazingMin) == 0x000040, "Wrong size on UAIDataProvider_CreatureGrazingMin"); \ #define DUMPER7_ASSERTS_UEnemy_Close_QBUpdate \ static_assert(alignof(UEnemy_Close_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_Close_QBUpdate"); \ static_assert(sizeof(UEnemy_Close_QBUpdate) == 0x000050, "Wrong size on UEnemy_Close_QBUpdate"); \ #define DUMPER7_ASSERTS_BPFuncLibrary_IsPointInBoundingBox_C \ static_assert(alignof(BPFuncLibrary_IsPointInBoundingBox_C) == 0x000004, "Wrong alignment on BPFuncLibrary_IsPointInBoundingBox_C"); \ static_assert(sizeof(BPFuncLibrary_IsPointInBoundingBox_C) == 0x000028, "Wrong size on BPFuncLibrary_IsPointInBoundingBox_C"); \ static_assert(offsetof(BPFuncLibrary_IsPointInBoundingBox_C, Point) == 0x000000, "Member 'BPFuncLibrary_IsPointInBoundingBox_C::Point' has a wrong offset!"); \ static_assert(offsetof(BPFuncLibrary_IsPointInBoundingBox_C, Origin) == 0x00000C, "Member 'BPFuncLibrary_IsPointInBoundingBox_C::Origin' has a wrong offset!"); \ static_assert(offsetof(BPFuncLibrary_IsPointInBoundingBox_C, BoxExtent) == 0x000018, "Member 'BPFuncLibrary_IsPointInBoundingBox_C::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BPFuncLibrary_IsPointInBoundingBox_C, ReturnValue) == 0x000024, "Member 'BPFuncLibrary_IsPointInBoundingBox_C::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPFuncLibrary \ static_assert(alignof(UBPFuncLibrary) == 0x000008, "Wrong alignment on UBPFuncLibrary"); \ static_assert(sizeof(UBPFuncLibrary) == 0x000028, "Wrong size on UBPFuncLibrary"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureGrazingMax \ static_assert(alignof(UAIDataProvider_CreatureGrazingMax) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureGrazingMax"); \ static_assert(sizeof(UAIDataProvider_CreatureGrazingMax) == 0x000040, "Wrong size on UAIDataProvider_CreatureGrazingMax"); \ #define DUMPER7_ASSERTS_UTesselatedPlaneComponent \ static_assert(alignof(UTesselatedPlaneComponent) == 0x000010, "Wrong alignment on UTesselatedPlaneComponent"); \ static_assert(sizeof(UTesselatedPlaneComponent) == 0x000510, "Wrong size on UTesselatedPlaneComponent"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureGrazingWait \ static_assert(alignof(UAIDataProvider_CreatureGrazingWait) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureGrazingWait"); \ static_assert(sizeof(UAIDataProvider_CreatureGrazingWait) == 0x000040, "Wrong size on UAIDataProvider_CreatureGrazingWait"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureCirclingTime \ static_assert(alignof(UAIDataProvider_CreatureCirclingTime) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureCirclingTime"); \ static_assert(sizeof(UAIDataProvider_CreatureCirclingTime) == 0x000048, "Wrong size on UAIDataProvider_CreatureCirclingTime"); \ static_assert(offsetof(UAIDataProvider_CreatureCirclingTime, RangeType) == 0x000040, "Member 'UAIDataProvider_CreatureCirclingTime::RangeType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeAutoTargetOrDesiredDirection_AddTarget_AutoTargetOrDesiredDirection \ static_assert(alignof(TargetTypeAutoTargetOrDesiredDirection_AddTarget_AutoTargetOrDesiredDirection) == 0x000008, "Wrong alignment on TargetTypeAutoTargetOrDesiredDirection_AddTarget_AutoTargetOrDesiredDirection"); \ static_assert(sizeof(TargetTypeAutoTargetOrDesiredDirection_AddTarget_AutoTargetOrDesiredDirection) == 0x000018, "Wrong size on TargetTypeAutoTargetOrDesiredDirection_AddTarget_AutoTargetOrDesiredDirection"); \ static_assert(offsetof(TargetTypeAutoTargetOrDesiredDirection_AddTarget_AutoTargetOrDesiredDirection, TargetTracker) == 0x000000, "Member 'TargetTypeAutoTargetOrDesiredDirection_AddTarget_AutoTargetOrDesiredDirection::TargetTracker' has a wrong offset!"); \ static_assert(offsetof(TargetTypeAutoTargetOrDesiredDirection_AddTarget_AutoTargetOrDesiredDirection, InTargetID) == 0x000008, "Member 'TargetTypeAutoTargetOrDesiredDirection_AddTarget_AutoTargetOrDesiredDirection::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTypeAutoTargetOrDesiredDirection_AddTarget_AutoTargetOrDesiredDirection, ReturnValue) == 0x000010, "Member 'TargetTypeAutoTargetOrDesiredDirection_AddTarget_AutoTargetOrDesiredDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargetTypeAutoTargetOrDesiredDirection \ static_assert(alignof(UTargetTypeAutoTargetOrDesiredDirection) == 0x000008, "Wrong alignment on UTargetTypeAutoTargetOrDesiredDirection"); \ static_assert(sizeof(UTargetTypeAutoTargetOrDesiredDirection) == 0x000060, "Wrong size on UTargetTypeAutoTargetOrDesiredDirection"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreaturePerchingTime \ static_assert(alignof(UAIDataProvider_CreaturePerchingTime) == 0x000008, "Wrong alignment on UAIDataProvider_CreaturePerchingTime"); \ static_assert(sizeof(UAIDataProvider_CreaturePerchingTime) == 0x000048, "Wrong size on UAIDataProvider_CreaturePerchingTime"); \ static_assert(offsetof(UAIDataProvider_CreaturePerchingTime, RangeType) == 0x000040, "Member 'UAIDataProvider_CreaturePerchingTime::RangeType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimTag_StationStoryPreFetch \ static_assert(alignof(UAnimTag_StationStoryPreFetch) == 0x000008, "Wrong alignment on UAnimTag_StationStoryPreFetch"); \ static_assert(sizeof(UAnimTag_StationStoryPreFetch) == 0x000028, "Wrong size on UAnimTag_StationStoryPreFetch"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureExploreWaitTime \ static_assert(alignof(UAIDataProvider_CreatureExploreWaitTime) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureExploreWaitTime"); \ static_assert(sizeof(UAIDataProvider_CreatureExploreWaitTime) == 0x000048, "Wrong size on UAIDataProvider_CreatureExploreWaitTime"); \ static_assert(offsetof(UAIDataProvider_CreatureExploreWaitTime, RangeType) == 0x000040, "Member 'UAIDataProvider_CreatureExploreWaitTime::RangeType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureExploreRange \ static_assert(alignof(UAIDataProvider_CreatureExploreRange) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureExploreRange"); \ static_assert(sizeof(UAIDataProvider_CreatureExploreRange) == 0x000048, "Wrong size on UAIDataProvider_CreatureExploreRange"); \ static_assert(offsetof(UAIDataProvider_CreatureExploreRange, RangeType) == 0x000040, "Member 'UAIDataProvider_CreatureExploreRange::RangeType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEnemy_Character_Interface \ static_assert(alignof(IEnemy_Character_Interface) == 0x000001, "Wrong alignment on IEnemy_Character_Interface"); \ static_assert(sizeof(IEnemy_Character_Interface) == 0x000001, "Wrong size on IEnemy_Character_Interface"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureExploreRangeFromHerdLocation \ static_assert(alignof(UAIDataProvider_CreatureExploreRangeFromHerdLocation) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureExploreRangeFromHerdLocation"); \ static_assert(sizeof(UAIDataProvider_CreatureExploreRangeFromHerdLocation) == 0x000048, "Wrong size on UAIDataProvider_CreatureExploreRangeFromHerdLocation"); \ static_assert(offsetof(UAIDataProvider_CreatureExploreRangeFromHerdLocation, RangeType) == 0x000040, "Member 'UAIDataProvider_CreatureExploreRangeFromHerdLocation::RangeType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_ConvertModeToEquivBrandMode \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_ConvertModeToEquivBrandMode) == 0x000001, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_ConvertModeToEquivBrandMode"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_ConvertModeToEquivBrandMode) == 0x000003, "Wrong size on VideoSettingsBlueprintFunctionLibrary_ConvertModeToEquivBrandMode"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_ConvertModeToEquivBrandMode, InMode) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_ConvertModeToEquivBrandMode::InMode' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_ConvertModeToEquivBrandMode, InBrand) == 0x000001, "Member 'VideoSettingsBlueprintFunctionLibrary_ConvertModeToEquivBrandMode::InBrand' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_ConvertModeToEquivBrandMode, ReturnValue) == 0x000002, "Member 'VideoSettingsBlueprintFunctionLibrary_ConvertModeToEquivBrandMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetAvailableAntiAliasingModes \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetAvailableAntiAliasingModes) == 0x000008, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetAvailableAntiAliasingModes"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetAvailableAntiAliasingModes) == 0x000010, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetAvailableAntiAliasingModes"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableAntiAliasingModes, ReturnValue) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableAntiAliasingModes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptions \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptions) == 0x000008, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptions"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptions) == 0x000018, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptions"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptions, UpscaleBrand) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptions::UpscaleBrand' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptions, ReturnValue) == 0x000008, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptionsForMode \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptionsForMode) == 0x000008, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptionsForMode"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptionsForMode) == 0x000018, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptionsForMode"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptionsForMode, UpscaleMode) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptionsForMode::UpscaleMode' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptionsForMode, ReturnValue) == 0x000008, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableFrameGenerationOptionsForMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetAvailableFramerateLimits \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetAvailableFramerateLimits) == 0x000008, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetAvailableFramerateLimits"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetAvailableFramerateLimits) == 0x000010, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetAvailableFramerateLimits"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableFramerateLimits, ReturnValue) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableFramerateLimits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetAvailableGPUs \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetAvailableGPUs) == 0x000008, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetAvailableGPUs"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetAvailableGPUs) == 0x000018, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetAvailableGPUs"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableGPUs, OutGPUs) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableGPUs::OutGPUs' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableGPUs, ReturnValue) == 0x000010, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableGPUs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetAvailableLowLatencyOptions \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetAvailableLowLatencyOptions) == 0x000008, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetAvailableLowLatencyOptions"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetAvailableLowLatencyOptions) == 0x000030, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetAvailableLowLatencyOptions"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableLowLatencyOptions, UpscaleMode) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableLowLatencyOptions::UpscaleMode' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableLowLatencyOptions, FrameGenInfo) == 0x000008, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableLowLatencyOptions::FrameGenInfo' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableLowLatencyOptions, ReturnValue) == 0x000020, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableLowLatencyOptions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetAvailableMonitors \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetAvailableMonitors) == 0x000008, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetAvailableMonitors"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetAvailableMonitors) == 0x000010, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetAvailableMonitors"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableMonitors, ReturnValue) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableMonitors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetAvailableRatios \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetAvailableRatios) == 0x000008, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetAvailableRatios"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetAvailableRatios) == 0x000010, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetAvailableRatios"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableRatios, ReturnValue) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableRatios::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetAvailableRenderingResolutions \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetAvailableRenderingResolutions) == 0x000008, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetAvailableRenderingResolutions"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetAvailableRenderingResolutions) == 0x000058, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetAvailableRenderingResolutions"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableRenderingResolutions, MonitorNativeResolution) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableRenderingResolutions::MonitorNativeResolution' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableRenderingResolutions, ReturnValue) == 0x000008, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableRenderingResolutions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetAvailableResolutions \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetAvailableResolutions) == 0x000008, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetAvailableResolutions"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetAvailableResolutions) == 0x000010, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetAvailableResolutions"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableResolutions, ReturnValue) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableResolutions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleBrands \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleBrands) == 0x000008, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleBrands"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleBrands) == 0x000010, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleBrands"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleBrands, ReturnValue) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleBrands::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleModes \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleModes) == 0x000008, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleModes"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleModes) == 0x000010, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleModes"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleModes, ReturnValue) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleModes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleModesForBrand \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleModesForBrand) == 0x000008, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleModesForBrand"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleModesForBrand) == 0x000018, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleModesForBrand"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleModesForBrand, InBrand) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleModesForBrand::InBrand' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleModesForBrand, ReturnValue) == 0x000008, "Member 'VideoSettingsBlueprintFunctionLibrary_GetAvailableUpscaleModesForBrand::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetClosestMatchingFrameGenerationOptionForUpscaler \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetClosestMatchingFrameGenerationOptionForUpscaler) == 0x000008, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetClosestMatchingFrameGenerationOptionForUpscaler"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetClosestMatchingFrameGenerationOptionForUpscaler) == 0x000038, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetClosestMatchingFrameGenerationOptionForUpscaler"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetClosestMatchingFrameGenerationOptionForUpscaler, FrameGenerationOption) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetClosestMatchingFrameGenerationOptionForUpscaler::FrameGenerationOption' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetClosestMatchingFrameGenerationOptionForUpscaler, UpscaleMode) == 0x000018, "Member 'VideoSettingsBlueprintFunctionLibrary_GetClosestMatchingFrameGenerationOptionForUpscaler::UpscaleMode' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetClosestMatchingFrameGenerationOptionForUpscaler, ReturnValue) == 0x000020, "Member 'VideoSettingsBlueprintFunctionLibrary_GetClosestMatchingFrameGenerationOptionForUpscaler::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetDefaultUpscaleSharpnessIfChanged \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetDefaultUpscaleSharpnessIfChanged) == 0x000004, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetDefaultUpscaleSharpnessIfChanged"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetDefaultUpscaleSharpnessIfChanged) == 0x00000C, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetDefaultUpscaleSharpnessIfChanged"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetDefaultUpscaleSharpnessIfChanged, InOldMode) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetDefaultUpscaleSharpnessIfChanged::InOldMode' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetDefaultUpscaleSharpnessIfChanged, InNewMode) == 0x000001, "Member 'VideoSettingsBlueprintFunctionLibrary_GetDefaultUpscaleSharpnessIfChanged::InNewMode' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetDefaultUpscaleSharpnessIfChanged, OutSharpness) == 0x000004, "Member 'VideoSettingsBlueprintFunctionLibrary_GetDefaultUpscaleSharpnessIfChanged::OutSharpness' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetDefaultUpscaleSharpnessIfChanged, ReturnValue) == 0x000008, "Member 'VideoSettingsBlueprintFunctionLibrary_GetDefaultUpscaleSharpnessIfChanged::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetFrameGenerationOffInfo \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetFrameGenerationOffInfo) == 0x000008, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetFrameGenerationOffInfo"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetFrameGenerationOffInfo) == 0x000018, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetFrameGenerationOffInfo"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetFrameGenerationOffInfo, ReturnValue) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetFrameGenerationOffInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetHDRToneMapParameters \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetHDRToneMapParameters) == 0x000004, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetHDRToneMapParameters"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetHDRToneMapParameters) == 0x000010, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetHDRToneMapParameters"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetHDRToneMapParameters, MinToneMapLuminance) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetHDRToneMapParameters::MinToneMapLuminance' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetHDRToneMapParameters, MaxToneMapLuminance) == 0x000004, "Member 'VideoSettingsBlueprintFunctionLibrary_GetHDRToneMapParameters::MaxToneMapLuminance' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetHDRToneMapParameters, MaxFullFrameTonemapLuminance) == 0x000008, "Member 'VideoSettingsBlueprintFunctionLibrary_GetHDRToneMapParameters::MaxFullFrameTonemapLuminance' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetHDRToneMapParameters, ReturnValue) == 0x00000C, "Member 'VideoSettingsBlueprintFunctionLibrary_GetHDRToneMapParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetHighestAvailableResolution \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetHighestAvailableResolution) == 0x000004, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetHighestAvailableResolution"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetHighestAvailableResolution) == 0x000008, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetHighestAvailableResolution"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetHighestAvailableResolution, ReturnValue) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetHighestAvailableResolution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetMinResolution \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetMinResolution) == 0x000004, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetMinResolution"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetMinResolution) == 0x000008, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetMinResolution"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetMinResolution, ReturnValue) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetMinResolution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetUpscaleBrandForMode \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetUpscaleBrandForMode) == 0x000001, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetUpscaleBrandForMode"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetUpscaleBrandForMode) == 0x000002, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetUpscaleBrandForMode"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetUpscaleBrandForMode, InMode) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetUpscaleBrandForMode::InMode' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetUpscaleBrandForMode, ReturnValue) == 0x000001, "Member 'VideoSettingsBlueprintFunctionLibrary_GetUpscaleBrandForMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_GetUpscaleModePercentage \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_GetUpscaleModePercentage) == 0x000004, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_GetUpscaleModePercentage"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_GetUpscaleModePercentage) == 0x000010, "Wrong size on VideoSettingsBlueprintFunctionLibrary_GetUpscaleModePercentage"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetUpscaleModePercentage, UpscaleMode) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_GetUpscaleModePercentage::UpscaleMode' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetUpscaleModePercentage, Resolution) == 0x000004, "Member 'VideoSettingsBlueprintFunctionLibrary_GetUpscaleModePercentage::Resolution' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_GetUpscaleModePercentage, ReturnValue) == 0x00000C, "Member 'VideoSettingsBlueprintFunctionLibrary_GetUpscaleModePercentage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_IsRaytracedShadowsEnabledInGame \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_IsRaytracedShadowsEnabledInGame) == 0x000001, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_IsRaytracedShadowsEnabledInGame"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_IsRaytracedShadowsEnabledInGame) == 0x000001, "Wrong size on VideoSettingsBlueprintFunctionLibrary_IsRaytracedShadowsEnabledInGame"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_IsRaytracedShadowsEnabledInGame, ReturnValue) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_IsRaytracedShadowsEnabledInGame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_IsRayTracingAvailable \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_IsRayTracingAvailable) == 0x000001, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_IsRayTracingAvailable"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_IsRayTracingAvailable) == 0x000001, "Wrong size on VideoSettingsBlueprintFunctionLibrary_IsRayTracingAvailable"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_IsRayTracingAvailable, ReturnValue) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_IsRayTracingAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_IsRaytracingEnabledInEngine \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_IsRaytracingEnabledInEngine) == 0x000001, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_IsRaytracingEnabledInEngine"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_IsRaytracingEnabledInEngine) == 0x000001, "Wrong size on VideoSettingsBlueprintFunctionLibrary_IsRaytracingEnabledInEngine"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_IsRaytracingEnabledInEngine, ReturnValue) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_IsRaytracingEnabledInEngine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_SetCalibrationScreenMode \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_SetCalibrationScreenMode) == 0x000008, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_SetCalibrationScreenMode"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_SetCalibrationScreenMode) == 0x000010, "Wrong size on VideoSettingsBlueprintFunctionLibrary_SetCalibrationScreenMode"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_SetCalibrationScreenMode, WorldContextObject) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_SetCalibrationScreenMode::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_SetCalibrationScreenMode, bEnabled) == 0x000008, "Member 'VideoSettingsBlueprintFunctionLibrary_SetCalibrationScreenMode::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_ShouldEnableAntiAliasingDropdown \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_ShouldEnableAntiAliasingDropdown) == 0x000001, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_ShouldEnableAntiAliasingDropdown"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_ShouldEnableAntiAliasingDropdown) == 0x000002, "Wrong size on VideoSettingsBlueprintFunctionLibrary_ShouldEnableAntiAliasingDropdown"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_ShouldEnableAntiAliasingDropdown, UpscaleMode) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_ShouldEnableAntiAliasingDropdown::UpscaleMode' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_ShouldEnableAntiAliasingDropdown, ReturnValue) == 0x000001, "Member 'VideoSettingsBlueprintFunctionLibrary_ShouldEnableAntiAliasingDropdown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_ShouldEnableRenderingResolutionsDropdown \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_ShouldEnableRenderingResolutionsDropdown) == 0x000001, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_ShouldEnableRenderingResolutionsDropdown"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_ShouldEnableRenderingResolutionsDropdown) == 0x000003, "Wrong size on VideoSettingsBlueprintFunctionLibrary_ShouldEnableRenderingResolutionsDropdown"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_ShouldEnableRenderingResolutionsDropdown, UpscaleMode) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_ShouldEnableRenderingResolutionsDropdown::UpscaleMode' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_ShouldEnableRenderingResolutionsDropdown, AntiAliasingMode) == 0x000001, "Member 'VideoSettingsBlueprintFunctionLibrary_ShouldEnableRenderingResolutionsDropdown::AntiAliasingMode' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_ShouldEnableRenderingResolutionsDropdown, ReturnValue) == 0x000002, "Member 'VideoSettingsBlueprintFunctionLibrary_ShouldEnableRenderingResolutionsDropdown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleModes \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleModes) == 0x000001, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleModes"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleModes) == 0x000002, "Wrong size on VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleModes"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleModes, AntiAliasingMode) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleModes::AntiAliasingMode' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleModes, ReturnValue) == 0x000001, "Member 'VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleModes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleSharpnessSlider \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleSharpnessSlider) == 0x000001, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleSharpnessSlider"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleSharpnessSlider) == 0x000002, "Wrong size on VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleSharpnessSlider"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleSharpnessSlider, UpscaleMode) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleSharpnessSlider::UpscaleMode' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleSharpnessSlider, ReturnValue) == 0x000001, "Member 'VideoSettingsBlueprintFunctionLibrary_ShouldEnableUpscaleSharpnessSlider::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VideoSettingsBlueprintFunctionLibrary_SortResolutions \ static_assert(alignof(VideoSettingsBlueprintFunctionLibrary_SortResolutions) == 0x000008, "Wrong alignment on VideoSettingsBlueprintFunctionLibrary_SortResolutions"); \ static_assert(sizeof(VideoSettingsBlueprintFunctionLibrary_SortResolutions) == 0x000020, "Wrong size on VideoSettingsBlueprintFunctionLibrary_SortResolutions"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_SortResolutions, Resolutions) == 0x000000, "Member 'VideoSettingsBlueprintFunctionLibrary_SortResolutions::Resolutions' has a wrong offset!"); \ static_assert(offsetof(VideoSettingsBlueprintFunctionLibrary_SortResolutions, ReturnValue) == 0x000010, "Member 'VideoSettingsBlueprintFunctionLibrary_SortResolutions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVideoSettingsBlueprintFunctionLibrary \ static_assert(alignof(UVideoSettingsBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UVideoSettingsBlueprintFunctionLibrary"); \ static_assert(sizeof(UVideoSettingsBlueprintFunctionLibrary) == 0x000028, "Wrong size on UVideoSettingsBlueprintFunctionLibrary"); \ #define DUMPER7_ASSERTS_AvaLevelStreamingVolumeSet_GetLevelLoc \ static_assert(alignof(AvaLevelStreamingVolumeSet_GetLevelLoc) == 0x000004, "Wrong alignment on AvaLevelStreamingVolumeSet_GetLevelLoc"); \ static_assert(sizeof(AvaLevelStreamingVolumeSet_GetLevelLoc) == 0x00000C, "Wrong size on AvaLevelStreamingVolumeSet_GetLevelLoc"); \ static_assert(offsetof(AvaLevelStreamingVolumeSet_GetLevelLoc, ReturnValue) == 0x000000, "Member 'AvaLevelStreamingVolumeSet_GetLevelLoc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaLevelStreamingVolumeSet_GetLevelRot \ static_assert(alignof(AvaLevelStreamingVolumeSet_GetLevelRot) == 0x000004, "Wrong alignment on AvaLevelStreamingVolumeSet_GetLevelRot"); \ static_assert(sizeof(AvaLevelStreamingVolumeSet_GetLevelRot) == 0x00000C, "Wrong size on AvaLevelStreamingVolumeSet_GetLevelRot"); \ static_assert(offsetof(AvaLevelStreamingVolumeSet_GetLevelRot, ReturnValue) == 0x000000, "Member 'AvaLevelStreamingVolumeSet_GetLevelRot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaLevelStreamingVolumeSet_GetLoadedLevel \ static_assert(alignof(AvaLevelStreamingVolumeSet_GetLoadedLevel) == 0x000008, "Wrong alignment on AvaLevelStreamingVolumeSet_GetLoadedLevel"); \ static_assert(sizeof(AvaLevelStreamingVolumeSet_GetLoadedLevel) == 0x000008, "Wrong size on AvaLevelStreamingVolumeSet_GetLoadedLevel"); \ static_assert(offsetof(AvaLevelStreamingVolumeSet_GetLoadedLevel, ReturnValue) == 0x000000, "Member 'AvaLevelStreamingVolumeSet_GetLoadedLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaLevelStreamingVolumeSet_GetLODDistances \ static_assert(alignof(AvaLevelStreamingVolumeSet_GetLODDistances) == 0x000008, "Wrong alignment on AvaLevelStreamingVolumeSet_GetLODDistances"); \ static_assert(sizeof(AvaLevelStreamingVolumeSet_GetLODDistances) == 0x000010, "Wrong size on AvaLevelStreamingVolumeSet_GetLODDistances"); \ static_assert(offsetof(AvaLevelStreamingVolumeSet_GetLODDistances, ReturnValue) == 0x000000, "Member 'AvaLevelStreamingVolumeSet_GetLODDistances::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaLevelStreamingVolumeSet_SetShouldBeLoaded \ static_assert(alignof(AvaLevelStreamingVolumeSet_SetShouldBeLoaded) == 0x000001, "Wrong alignment on AvaLevelStreamingVolumeSet_SetShouldBeLoaded"); \ static_assert(sizeof(AvaLevelStreamingVolumeSet_SetShouldBeLoaded) == 0x000001, "Wrong size on AvaLevelStreamingVolumeSet_SetShouldBeLoaded"); \ static_assert(offsetof(AvaLevelStreamingVolumeSet_SetShouldBeLoaded, InShouldBeLoaded) == 0x000000, "Member 'AvaLevelStreamingVolumeSet_SetShouldBeLoaded::InShouldBeLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaLevelStreamingVolumeSet_SetShouldBeVisible \ static_assert(alignof(AvaLevelStreamingVolumeSet_SetShouldBeVisible) == 0x000001, "Wrong alignment on AvaLevelStreamingVolumeSet_SetShouldBeVisible"); \ static_assert(sizeof(AvaLevelStreamingVolumeSet_SetShouldBeVisible) == 0x000001, "Wrong size on AvaLevelStreamingVolumeSet_SetShouldBeVisible"); \ static_assert(offsetof(AvaLevelStreamingVolumeSet_SetShouldBeVisible, InShouldBeVisible) == 0x000000, "Member 'AvaLevelStreamingVolumeSet_SetShouldBeVisible::InShouldBeVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAvaLevelStreamingVolumeSet \ static_assert(alignof(AAvaLevelStreamingVolumeSet) == 0x000008, "Wrong alignment on AAvaLevelStreamingVolumeSet"); \ static_assert(sizeof(AAvaLevelStreamingVolumeSet) == 0x0003A8, "Wrong size on AAvaLevelStreamingVolumeSet"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, bIsExterior) == 0x000268, "Member 'AAvaLevelStreamingVolumeSet::bIsExterior' has a wrong offset!"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, bExemptFromInteriorExteriorCulling) == 0x000269, "Member 'AAvaLevelStreamingVolumeSet::bExemptFromInteriorExteriorCulling' has a wrong offset!"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, LevelToStream) == 0x000270, "Member 'AAvaLevelStreamingVolumeSet::LevelToStream' has a wrong offset!"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, bSwapsPrecomputedVisibility) == 0x000298, "Member 'AAvaLevelStreamingVolumeSet::bSwapsPrecomputedVisibility' has a wrong offset!"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, DependentLevelsToStream) == 0x0002A0, "Member 'AAvaLevelStreamingVolumeSet::DependentLevelsToStream' has a wrong offset!"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, DependentLevelAdditionalBoundsRadius) == 0x0002B0, "Member 'AAvaLevelStreamingVolumeSet::DependentLevelAdditionalBoundsRadius' has a wrong offset!"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, LevelPlacementActor) == 0x0002B8, "Member 'AAvaLevelStreamingVolumeSet::LevelPlacementActor' has a wrong offset!"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, LevelLODDistances) == 0x0002C0, "Member 'AAvaLevelStreamingVolumeSet::LevelLODDistances' has a wrong offset!"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, bShouldDitherLODTransitions) == 0x0002D0, "Member 'AAvaLevelStreamingVolumeSet::bShouldDitherLODTransitions' has a wrong offset!"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, DependentSpringLevelsToStream) == 0x0002D8, "Member 'AAvaLevelStreamingVolumeSet::DependentSpringLevelsToStream' has a wrong offset!"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, DependentSummerLevelsToStream) == 0x0002E8, "Member 'AAvaLevelStreamingVolumeSet::DependentSummerLevelsToStream' has a wrong offset!"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, DependentFallLevelsToStream) == 0x0002F8, "Member 'AAvaLevelStreamingVolumeSet::DependentFallLevelsToStream' has a wrong offset!"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, DependentWinterLevelsToStream) == 0x000308, "Member 'AAvaLevelStreamingVolumeSet::DependentWinterLevelsToStream' has a wrong offset!"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, LevelLodToStream0) == 0x000318, "Member 'AAvaLevelStreamingVolumeSet::LevelLodToStream0' has a wrong offset!"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, LevelLodToStream1) == 0x000340, "Member 'AAvaLevelStreamingVolumeSet::LevelLodToStream1' has a wrong offset!"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, LevelLodToStream2) == 0x000368, "Member 'AAvaLevelStreamingVolumeSet::LevelLodToStream2' has a wrong offset!"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, LoadedLevel) == 0x000390, "Member 'AAvaLevelStreamingVolumeSet::LoadedLevel' has a wrong offset!"); \ static_assert(offsetof(AAvaLevelStreamingVolumeSet, LoadedDependentLevels) == 0x000398, "Member 'AAvaLevelStreamingVolumeSet::LoadedDependentLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureForageRange \ static_assert(alignof(UAIDataProvider_CreatureForageRange) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureForageRange"); \ static_assert(sizeof(UAIDataProvider_CreatureForageRange) == 0x000048, "Wrong size on UAIDataProvider_CreatureForageRange"); \ static_assert(offsetof(UAIDataProvider_CreatureForageRange, RangeType) == 0x000040, "Member 'UAIDataProvider_CreatureForageRange::RangeType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureForageLookAroundTime \ static_assert(alignof(UAIDataProvider_CreatureForageLookAroundTime) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureForageLookAroundTime"); \ static_assert(sizeof(UAIDataProvider_CreatureForageLookAroundTime) == 0x000048, "Wrong size on UAIDataProvider_CreatureForageLookAroundTime"); \ static_assert(offsetof(UAIDataProvider_CreatureForageLookAroundTime, RangeType) == 0x000040, "Member 'UAIDataProvider_CreatureForageLookAroundTime::RangeType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_FindPerch \ static_assert(alignof(UBTTask_Creature_FindPerch) == 0x000008, "Wrong alignment on UBTTask_Creature_FindPerch"); \ static_assert(sizeof(UBTTask_Creature_FindPerch) == 0x000070, "Wrong size on UBTTask_Creature_FindPerch"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureRelaxTime \ static_assert(alignof(UAIDataProvider_CreatureRelaxTime) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureRelaxTime"); \ static_assert(sizeof(UAIDataProvider_CreatureRelaxTime) == 0x000048, "Wrong size on UAIDataProvider_CreatureRelaxTime"); \ static_assert(offsetof(UAIDataProvider_CreatureRelaxTime, Stance) == 0x000040, "Member 'UAIDataProvider_CreatureRelaxTime::Stance' has a wrong offset!"); \ static_assert(offsetof(UAIDataProvider_CreatureRelaxTime, RangeType) == 0x000044, "Member 'UAIDataProvider_CreatureRelaxTime::RangeType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyTrollInterface_SetTrollSwingDirection \ static_assert(alignof(EnemyTrollInterface_SetTrollSwingDirection) == 0x000001, "Wrong alignment on EnemyTrollInterface_SetTrollSwingDirection"); \ static_assert(sizeof(EnemyTrollInterface_SetTrollSwingDirection) == 0x000001, "Wrong size on EnemyTrollInterface_SetTrollSwingDirection"); \ static_assert(offsetof(EnemyTrollInterface_SetTrollSwingDirection, TrollSwingDirection) == 0x000000, "Member 'EnemyTrollInterface_SetTrollSwingDirection::TrollSwingDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyTrollInterface_GetTrollSwingDirection \ static_assert(alignof(EnemyTrollInterface_GetTrollSwingDirection) == 0x000001, "Wrong alignment on EnemyTrollInterface_GetTrollSwingDirection"); \ static_assert(sizeof(EnemyTrollInterface_GetTrollSwingDirection) == 0x000001, "Wrong size on EnemyTrollInterface_GetTrollSwingDirection"); \ static_assert(offsetof(EnemyTrollInterface_GetTrollSwingDirection, ReturnValue) == 0x000000, "Member 'EnemyTrollInterface_GetTrollSwingDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEnemyTrollInterface \ static_assert(alignof(IEnemyTrollInterface) == 0x000001, "Wrong alignment on IEnemyTrollInterface"); \ static_assert(sizeof(IEnemyTrollInterface) == 0x000001, "Wrong size on IEnemyTrollInterface"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_DeflectAttacks \ static_assert(alignof(URPGTriggerEffect_DeflectAttacks) == 0x000008, "Wrong alignment on URPGTriggerEffect_DeflectAttacks"); \ static_assert(sizeof(URPGTriggerEffect_DeflectAttacks) == 0x000040, "Wrong size on URPGTriggerEffect_DeflectAttacks"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureCombat_RepositionDistance \ static_assert(alignof(UAIDataProvider_CreatureCombat_RepositionDistance) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureCombat_RepositionDistance"); \ static_assert(sizeof(UAIDataProvider_CreatureCombat_RepositionDistance) == 0x000050, "Wrong size on UAIDataProvider_CreatureCombat_RepositionDistance"); \ static_assert(offsetof(UAIDataProvider_CreatureCombat_RepositionDistance, CombatData) == 0x000040, "Member 'UAIDataProvider_CreatureCombat_RepositionDistance::CombatData' has a wrong offset!"); \ static_assert(offsetof(UAIDataProvider_CreatureCombat_RepositionDistance, RangeType) == 0x000048, "Member 'UAIDataProvider_CreatureCombat_RepositionDistance::RangeType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAblEnemyHiddenTeleportAttackScratchpad \ static_assert(alignof(UAblEnemyHiddenTeleportAttackScratchpad) == 0x000008, "Wrong alignment on UAblEnemyHiddenTeleportAttackScratchpad"); \ static_assert(sizeof(UAblEnemyHiddenTeleportAttackScratchpad) == 0x000030, "Wrong size on UAblEnemyHiddenTeleportAttackScratchpad"); \ static_assert(offsetof(UAblEnemyHiddenTeleportAttackScratchpad, EnemyHiddenTeleportAttackComp) == 0x000028, "Member 'UAblEnemyHiddenTeleportAttackScratchpad::EnemyHiddenTeleportAttackComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_Dialogue \ static_assert(alignof(USceneAction_Dialogue) == 0x000008, "Wrong alignment on USceneAction_Dialogue"); \ static_assert(sizeof(USceneAction_Dialogue) == 0x000178, "Wrong size on USceneAction_Dialogue"); \ static_assert(offsetof(USceneAction_Dialogue, Line) == 0x0000A0, "Member 'USceneAction_Dialogue::Line' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Dialogue, AdditionalParameters) == 0x0000A8, "Member 'USceneAction_Dialogue::AdditionalParameters' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Dialogue, StopWhenAttachedToDestroyed) == 0x0000F8, "Member 'USceneAction_Dialogue::StopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Dialogue, AudioDialogueFlags) == 0x0000F9, "Member 'USceneAction_Dialogue::AudioDialogueFlags' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Dialogue, CutoffDialogueAtFinish) == 0x000100, "Member 'USceneAction_Dialogue::CutoffDialogueAtFinish' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Dialogue, Event) == 0x000108, "Member 'USceneAction_Dialogue::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureCombat_AttackDistance \ static_assert(alignof(UAIDataProvider_CreatureCombat_AttackDistance) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureCombat_AttackDistance"); \ static_assert(sizeof(UAIDataProvider_CreatureCombat_AttackDistance) == 0x000050, "Wrong size on UAIDataProvider_CreatureCombat_AttackDistance"); \ static_assert(offsetof(UAIDataProvider_CreatureCombat_AttackDistance, CombatData) == 0x000040, "Member 'UAIDataProvider_CreatureCombat_AttackDistance::CombatData' has a wrong offset!"); \ static_assert(offsetof(UAIDataProvider_CreatureCombat_AttackDistance, RangeType) == 0x000048, "Member 'UAIDataProvider_CreatureCombat_AttackDistance::RangeType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDuelTechnique_Oppugno \ static_assert(alignof(UDuelTechnique_Oppugno) == 0x000008, "Wrong alignment on UDuelTechnique_Oppugno"); \ static_assert(sizeof(UDuelTechnique_Oppugno) == 0x000050, "Wrong size on UDuelTechnique_Oppugno"); \ #define DUMPER7_ASSERTS_VendorManager_BP_GetVendorsSellingItem \ static_assert(alignof(VendorManager_BP_GetVendorsSellingItem) == 0x000008, "Wrong alignment on VendorManager_BP_GetVendorsSellingItem"); \ static_assert(sizeof(VendorManager_BP_GetVendorsSellingItem) == 0x000018, "Wrong size on VendorManager_BP_GetVendorsSellingItem"); \ static_assert(offsetof(VendorManager_BP_GetVendorsSellingItem, ItemId) == 0x000000, "Member 'VendorManager_BP_GetVendorsSellingItem::ItemId' has a wrong offset!"); \ static_assert(offsetof(VendorManager_BP_GetVendorsSellingItem, ReturnValue) == 0x000008, "Member 'VendorManager_BP_GetVendorsSellingItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VendorManager_Get \ static_assert(alignof(VendorManager_Get) == 0x000008, "Wrong alignment on VendorManager_Get"); \ static_assert(sizeof(VendorManager_Get) == 0x000008, "Wrong size on VendorManager_Get"); \ static_assert(offsetof(VendorManager_Get, ReturnValue) == 0x000000, "Member 'VendorManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VendorManager_RefreshVendorStock \ static_assert(alignof(VendorManager_RefreshVendorStock) == 0x000004, "Wrong alignment on VendorManager_RefreshVendorStock"); \ static_assert(sizeof(VendorManager_RefreshVendorStock) == 0x000008, "Wrong size on VendorManager_RefreshVendorStock"); \ static_assert(offsetof(VendorManager_RefreshVendorStock, Vendor) == 0x000000, "Member 'VendorManager_RefreshVendorStock::Vendor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VendorManager_RefreshVendorStockIfNeeded \ static_assert(alignof(VendorManager_RefreshVendorStockIfNeeded) == 0x000004, "Wrong alignment on VendorManager_RefreshVendorStockIfNeeded"); \ static_assert(sizeof(VendorManager_RefreshVendorStockIfNeeded) == 0x000008, "Wrong size on VendorManager_RefreshVendorStockIfNeeded"); \ static_assert(offsetof(VendorManager_RefreshVendorStockIfNeeded, Vendor) == 0x000000, "Member 'VendorManager_RefreshVendorStockIfNeeded::Vendor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VendorManager_ReloadVendorStock \ static_assert(alignof(VendorManager_ReloadVendorStock) == 0x000004, "Wrong alignment on VendorManager_ReloadVendorStock"); \ static_assert(sizeof(VendorManager_ReloadVendorStock) == 0x000008, "Wrong size on VendorManager_ReloadVendorStock"); \ static_assert(offsetof(VendorManager_ReloadVendorStock, VendorID) == 0x000000, "Member 'VendorManager_ReloadVendorStock::VendorID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VendorManager_GetUnavailableVendorItems \ static_assert(alignof(VendorManager_GetUnavailableVendorItems) == 0x000008, "Wrong alignment on VendorManager_GetUnavailableVendorItems"); \ static_assert(sizeof(VendorManager_GetUnavailableVendorItems) == 0x000018, "Wrong size on VendorManager_GetUnavailableVendorItems"); \ static_assert(offsetof(VendorManager_GetUnavailableVendorItems, VendorID) == 0x000000, "Member 'VendorManager_GetUnavailableVendorItems::VendorID' has a wrong offset!"); \ static_assert(offsetof(VendorManager_GetUnavailableVendorItems, ReturnValue) == 0x000008, "Member 'VendorManager_GetUnavailableVendorItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VendorManager_LoadVendorBroomPreviewActorClass \ static_assert(alignof(VendorManager_LoadVendorBroomPreviewActorClass) == 0x000004, "Wrong alignment on VendorManager_LoadVendorBroomPreviewActorClass"); \ static_assert(sizeof(VendorManager_LoadVendorBroomPreviewActorClass) == 0x000008, "Wrong size on VendorManager_LoadVendorBroomPreviewActorClass"); \ static_assert(offsetof(VendorManager_LoadVendorBroomPreviewActorClass, BroomID) == 0x000000, "Member 'VendorManager_LoadVendorBroomPreviewActorClass::BroomID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVendorManager \ static_assert(alignof(UVendorManager) == 0x000008, "Wrong alignment on UVendorManager"); \ static_assert(sizeof(UVendorManager) == 0x0000F0, "Wrong size on UVendorManager"); \ static_assert(offsetof(UVendorManager, VendorBroomPreviewClassLoaded) == 0x000028, "Member 'UVendorManager::VendorBroomPreviewClassLoaded' has a wrong offset!"); \ static_assert(offsetof(UVendorManager, VendorBroomPreviewDataTable) == 0x0000E0, "Member 'UVendorManager::VendorBroomPreviewDataTable' has a wrong offset!"); \ static_assert(offsetof(UVendorManager, VendorBroomPreviewCompositeDataTable) == 0x0000E8, "Member 'UVendorManager::VendorBroomPreviewCompositeDataTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIDataProvider_CreatureCombat_AttackImpactTime \ static_assert(alignof(UAIDataProvider_CreatureCombat_AttackImpactTime) == 0x000008, "Wrong alignment on UAIDataProvider_CreatureCombat_AttackImpactTime"); \ static_assert(sizeof(UAIDataProvider_CreatureCombat_AttackImpactTime) == 0x000048, "Wrong size on UAIDataProvider_CreatureCombat_AttackImpactTime"); \ static_assert(offsetof(UAIDataProvider_CreatureCombat_AttackImpactTime, CombatData) == 0x000040, "Member 'UAIDataProvider_CreatureCombat_AttackImpactTime::CombatData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_CogGroup_Aim \ static_assert(alignof(UAISense_CogGroup_Aim) == 0x000008, "Wrong alignment on UAISense_CogGroup_Aim"); \ static_assert(sizeof(UAISense_CogGroup_Aim) == 0x000188, "Wrong size on UAISense_CogGroup_Aim"); \ #define DUMPER7_ASSERTS_UEnemyWeapon_Manager \ static_assert(alignof(UEnemyWeapon_Manager) == 0x000008, "Wrong alignment on UEnemyWeapon_Manager"); \ static_assert(sizeof(UEnemyWeapon_Manager) == 0x000048, "Wrong size on UEnemyWeapon_Manager"); \ static_assert(offsetof(UEnemyWeapon_Manager, WeaponList) == 0x000030, "Member 'UEnemyWeapon_Manager::WeaponList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_CogGroup_AutoTarget \ static_assert(alignof(UAISense_CogGroup_AutoTarget) == 0x000008, "Wrong alignment on UAISense_CogGroup_AutoTarget"); \ static_assert(sizeof(UAISense_CogGroup_AutoTarget) == 0x000188, "Wrong size on UAISense_CogGroup_AutoTarget"); \ #define DUMPER7_ASSERTS_UDuelTechniquesManager \ static_assert(alignof(UDuelTechniquesManager) == 0x000008, "Wrong alignment on UDuelTechniquesManager"); \ static_assert(sizeof(UDuelTechniquesManager) == 0x0005E8, "Wrong size on UDuelTechniquesManager"); \ static_assert(offsetof(UDuelTechniquesManager, CombatVolumeGroupDynamic) == 0x0004F8, "Member 'UDuelTechniquesManager::CombatVolumeGroupDynamic' has a wrong offset!"); \ static_assert(offsetof(UDuelTechniquesManager, DuelTechniquesEncounterDynamic) == 0x000548, "Member 'UDuelTechniquesManager::DuelTechniquesEncounterDynamic' has a wrong offset!"); \ static_assert(offsetof(UDuelTechniquesManager, DuelTechniqueIDToStats) == 0x000598, "Member 'UDuelTechniquesManager::DuelTechniqueIDToStats' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_CogGroup_Climb \ static_assert(alignof(UAISense_CogGroup_Climb) == 0x000008, "Wrong alignment on UAISense_CogGroup_Climb"); \ static_assert(sizeof(UAISense_CogGroup_Climb) == 0x000188, "Wrong size on UAISense_CogGroup_Climb"); \ #define DUMPER7_ASSERTS_UAISense_CogGroup_Interact \ static_assert(alignof(UAISense_CogGroup_Interact) == 0x000008, "Wrong alignment on UAISense_CogGroup_Interact"); \ static_assert(sizeof(UAISense_CogGroup_Interact) == 0x0001A0, "Wrong size on UAISense_CogGroup_Interact"); \ #define DUMPER7_ASSERTS_ADialogueCharacter \ static_assert(alignof(ADialogueCharacter) == 0x000010, "Wrong alignment on ADialogueCharacter"); \ static_assert(sizeof(ADialogueCharacter) == 0x001760, "Wrong size on ADialogueCharacter"); \ static_assert(offsetof(ADialogueCharacter, ObjectStateComponent) == 0x001750, "Member 'ADialogueCharacter::ObjectStateComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimTag_RigType \ static_assert(alignof(UAnimTag_RigType) == 0x000008, "Wrong alignment on UAnimTag_RigType"); \ static_assert(sizeof(UAnimTag_RigType) == 0x000028, "Wrong size on UAnimTag_RigType"); \ #define DUMPER7_ASSERTS_UAISense_CogGroup_Oppugno \ static_assert(alignof(UAISense_CogGroup_Oppugno) == 0x000008, "Wrong alignment on UAISense_CogGroup_Oppugno"); \ static_assert(sizeof(UAISense_CogGroup_Oppugno) == 0x000188, "Wrong size on UAISense_CogGroup_Oppugno"); \ #define DUMPER7_ASSERTS_UAISense_CogGroup_Reparo \ static_assert(alignof(UAISense_CogGroup_Reparo) == 0x000008, "Wrong alignment on UAISense_CogGroup_Reparo"); \ static_assert(sizeof(UAISense_CogGroup_Reparo) == 0x000188, "Wrong size on UAISense_CogGroup_Reparo"); \ #define DUMPER7_ASSERTS_UAISense_CogGroup_Station \ static_assert(alignof(UAISense_CogGroup_Station) == 0x000008, "Wrong alignment on UAISense_CogGroup_Station"); \ static_assert(sizeof(UAISense_CogGroup_Station) == 0x000188, "Wrong size on UAISense_CogGroup_Station"); \ #define DUMPER7_ASSERTS_UAISense_CogGroup_StealthInteract \ static_assert(alignof(UAISense_CogGroup_StealthInteract) == 0x000008, "Wrong alignment on UAISense_CogGroup_StealthInteract"); \ static_assert(sizeof(UAISense_CogGroup_StealthInteract) == 0x000188, "Wrong size on UAISense_CogGroup_StealthInteract"); \ #define DUMPER7_ASSERTS_UModFilter_Focus_Base \ static_assert(alignof(UModFilter_Focus_Base) == 0x000008, "Wrong alignment on UModFilter_Focus_Base"); \ static_assert(sizeof(UModFilter_Focus_Base) == 0x000030, "Wrong size on UModFilter_Focus_Base"); \ #define DUMPER7_ASSERTS_UModFilter_Focus_IsCost \ static_assert(alignof(UModFilter_Focus_IsCost) == 0x000008, "Wrong alignment on UModFilter_Focus_IsCost"); \ static_assert(sizeof(UModFilter_Focus_IsCost) == 0x000030, "Wrong size on UModFilter_Focus_IsCost"); \ #define DUMPER7_ASSERTS_UAISense_CogGroup_TargetOfInterest \ static_assert(alignof(UAISense_CogGroup_TargetOfInterest) == 0x000008, "Wrong alignment on UAISense_CogGroup_TargetOfInterest"); \ static_assert(sizeof(UAISense_CogGroup_TargetOfInterest) == 0x000188, "Wrong size on UAISense_CogGroup_TargetOfInterest"); \ #define DUMPER7_ASSERTS_UAISense_Creature \ static_assert(alignof(UAISense_Creature) == 0x000008, "Wrong alignment on UAISense_Creature"); \ static_assert(sizeof(UAISense_Creature) == 0x000090, "Wrong size on UAISense_Creature"); \ #define DUMPER7_ASSERTS_DevilsSnareDynamic_FindClosestLightSourcePos \ static_assert(alignof(DevilsSnareDynamic_FindClosestLightSourcePos) == 0x000004, "Wrong alignment on DevilsSnareDynamic_FindClosestLightSourcePos"); \ static_assert(sizeof(DevilsSnareDynamic_FindClosestLightSourcePos) == 0x00001C, "Wrong size on DevilsSnareDynamic_FindClosestLightSourcePos"); \ static_assert(offsetof(DevilsSnareDynamic_FindClosestLightSourcePos, SnarePos) == 0x000000, "Member 'DevilsSnareDynamic_FindClosestLightSourcePos::SnarePos' has a wrong offset!"); \ static_assert(offsetof(DevilsSnareDynamic_FindClosestLightSourcePos, OutPos) == 0x00000C, "Member 'DevilsSnareDynamic_FindClosestLightSourcePos::OutPos' has a wrong offset!"); \ static_assert(offsetof(DevilsSnareDynamic_FindClosestLightSourcePos, ReturnValue) == 0x000018, "Member 'DevilsSnareDynamic_FindClosestLightSourcePos::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DevilsSnareDynamic_OnOverlapSphereBegin \ static_assert(alignof(DevilsSnareDynamic_OnOverlapSphereBegin) == 0x000008, "Wrong alignment on DevilsSnareDynamic_OnOverlapSphereBegin"); \ static_assert(sizeof(DevilsSnareDynamic_OnOverlapSphereBegin) == 0x0000A8, "Wrong size on DevilsSnareDynamic_OnOverlapSphereBegin"); \ static_assert(offsetof(DevilsSnareDynamic_OnOverlapSphereBegin, OverlappedComponent) == 0x000000, "Member 'DevilsSnareDynamic_OnOverlapSphereBegin::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DevilsSnareDynamic_OnOverlapSphereBegin, OtherActor) == 0x000008, "Member 'DevilsSnareDynamic_OnOverlapSphereBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DevilsSnareDynamic_OnOverlapSphereBegin, OtherComp) == 0x000010, "Member 'DevilsSnareDynamic_OnOverlapSphereBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DevilsSnareDynamic_OnOverlapSphereBegin, OtherBodyIndex) == 0x000018, "Member 'DevilsSnareDynamic_OnOverlapSphereBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(DevilsSnareDynamic_OnOverlapSphereBegin, bFromSweep) == 0x00001C, "Member 'DevilsSnareDynamic_OnOverlapSphereBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(DevilsSnareDynamic_OnOverlapSphereBegin, SweepResult) == 0x000020, "Member 'DevilsSnareDynamic_OnOverlapSphereBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DevilsSnareDynamic_OnOverlapSphereEnd \ static_assert(alignof(DevilsSnareDynamic_OnOverlapSphereEnd) == 0x000008, "Wrong alignment on DevilsSnareDynamic_OnOverlapSphereEnd"); \ static_assert(sizeof(DevilsSnareDynamic_OnOverlapSphereEnd) == 0x000020, "Wrong size on DevilsSnareDynamic_OnOverlapSphereEnd"); \ static_assert(offsetof(DevilsSnareDynamic_OnOverlapSphereEnd, OverlappedComponent) == 0x000000, "Member 'DevilsSnareDynamic_OnOverlapSphereEnd::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(DevilsSnareDynamic_OnOverlapSphereEnd, OtherActor) == 0x000008, "Member 'DevilsSnareDynamic_OnOverlapSphereEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DevilsSnareDynamic_OnOverlapSphereEnd, OtherComp) == 0x000010, "Member 'DevilsSnareDynamic_OnOverlapSphereEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(DevilsSnareDynamic_OnOverlapSphereEnd, OtherBodyIndex) == 0x000018, "Member 'DevilsSnareDynamic_OnOverlapSphereEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DevilsSnareDynamic_SlowPlayer \ static_assert(alignof(DevilsSnareDynamic_SlowPlayer) == 0x000004, "Wrong alignment on DevilsSnareDynamic_SlowPlayer"); \ static_assert(sizeof(DevilsSnareDynamic_SlowPlayer) == 0x000008, "Wrong size on DevilsSnareDynamic_SlowPlayer"); \ static_assert(offsetof(DevilsSnareDynamic_SlowPlayer, SpeedLimit) == 0x000000, "Member 'DevilsSnareDynamic_SlowPlayer::SpeedLimit' has a wrong offset!"); \ static_assert(offsetof(DevilsSnareDynamic_SlowPlayer, ReturnValue) == 0x000004, "Member 'DevilsSnareDynamic_SlowPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DevilsSnareDynamic_UnslowPlayer \ static_assert(alignof(DevilsSnareDynamic_UnslowPlayer) == 0x000001, "Wrong alignment on DevilsSnareDynamic_UnslowPlayer"); \ static_assert(sizeof(DevilsSnareDynamic_UnslowPlayer) == 0x000001, "Wrong size on DevilsSnareDynamic_UnslowPlayer"); \ static_assert(offsetof(DevilsSnareDynamic_UnslowPlayer, ReturnValue) == 0x000000, "Member 'DevilsSnareDynamic_UnslowPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADevilsSnareDynamic \ static_assert(alignof(ADevilsSnareDynamic) == 0x000008, "Wrong alignment on ADevilsSnareDynamic"); \ static_assert(sizeof(ADevilsSnareDynamic) == 0x000280, "Wrong size on ADevilsSnareDynamic"); \ static_assert(offsetof(ADevilsSnareDynamic, SphereComponent) == 0x000248, "Member 'ADevilsSnareDynamic::SphereComponent' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnareDynamic, LightActorsInArea) == 0x000250, "Member 'ADevilsSnareDynamic::LightActorsInArea' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnareDynamic, bPlayerIsUsingLumos) == 0x000260, "Member 'ADevilsSnareDynamic::bPlayerIsUsingLumos' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnareDynamic, SphereRadius) == 0x000264, "Member 'ADevilsSnareDynamic::SphereRadius' has a wrong offset!"); \ static_assert(offsetof(ADevilsSnareDynamic, OnFireRadiusExtension) == 0x000268, "Member 'ADevilsSnareDynamic::OnFireRadiusExtension' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_NPC \ static_assert(alignof(UAISense_NPC) == 0x000008, "Wrong alignment on UAISense_NPC"); \ static_assert(sizeof(UAISense_NPC) == 0x000080, "Wrong size on UAISense_NPC"); \ #define DUMPER7_ASSERTS_UAISense_EnemyAITarget \ static_assert(alignof(UAISense_EnemyAITarget) == 0x000008, "Wrong alignment on UAISense_EnemyAITarget"); \ static_assert(sizeof(UAISense_EnemyAITarget) == 0x000080, "Wrong size on UAISense_EnemyAITarget"); \ #define DUMPER7_ASSERTS_UDialogueLineRuleState \ static_assert(alignof(UDialogueLineRuleState) == 0x000008, "Wrong alignment on UDialogueLineRuleState"); \ static_assert(sizeof(UDialogueLineRuleState) == 0x000058, "Wrong size on UDialogueLineRuleState"); \ #define DUMPER7_ASSERTS_AAntiSocialAAIController \ static_assert(alignof(AAntiSocialAAIController) == 0x000008, "Wrong alignment on AAntiSocialAAIController"); \ static_assert(sizeof(AAntiSocialAAIController) == 0x0004F8, "Wrong size on AAntiSocialAAIController"); \ #define DUMPER7_ASSERTS_UAISense_EnemyAIWeapon \ static_assert(alignof(UAISense_EnemyAIWeapon) == 0x000008, "Wrong alignment on UAISense_EnemyAIWeapon"); \ static_assert(sizeof(UAISense_EnemyAIWeapon) == 0x000080, "Wrong size on UAISense_EnemyAIWeapon"); \ #define DUMPER7_ASSERTS_PhxDbRegistryTypeManager_RegisterNewSpawn \ static_assert(alignof(PhxDbRegistryTypeManager_RegisterNewSpawn) == 0x000008, "Wrong alignment on PhxDbRegistryTypeManager_RegisterNewSpawn"); \ static_assert(sizeof(PhxDbRegistryTypeManager_RegisterNewSpawn) == 0x000010, "Wrong size on PhxDbRegistryTypeManager_RegisterNewSpawn"); \ static_assert(offsetof(PhxDbRegistryTypeManager_RegisterNewSpawn, InAssetPtr) == 0x000000, "Member 'PhxDbRegistryTypeManager_RegisterNewSpawn::InAssetPtr' has a wrong offset!"); \ static_assert(offsetof(PhxDbRegistryTypeManager_RegisterNewSpawn, ReturnValue) == 0x000008, "Member 'PhxDbRegistryTypeManager_RegisterNewSpawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhxDbRegistryTypeManager_UnregisterSpawnWhenDestroyed \ static_assert(alignof(PhxDbRegistryTypeManager_UnregisterSpawnWhenDestroyed) == 0x000008, "Wrong alignment on PhxDbRegistryTypeManager_UnregisterSpawnWhenDestroyed"); \ static_assert(sizeof(PhxDbRegistryTypeManager_UnregisterSpawnWhenDestroyed) == 0x000010, "Wrong size on PhxDbRegistryTypeManager_UnregisterSpawnWhenDestroyed"); \ static_assert(offsetof(PhxDbRegistryTypeManager_UnregisterSpawnWhenDestroyed, InAssetPtr) == 0x000000, "Member 'PhxDbRegistryTypeManager_UnregisterSpawnWhenDestroyed::InAssetPtr' has a wrong offset!"); \ static_assert(offsetof(PhxDbRegistryTypeManager_UnregisterSpawnWhenDestroyed, ReturnValue) == 0x000008, "Member 'PhxDbRegistryTypeManager_UnregisterSpawnWhenDestroyed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhxDbRegistryTypeManager \ static_assert(alignof(UPhxDbRegistryTypeManager) == 0x000008, "Wrong alignment on UPhxDbRegistryTypeManager"); \ static_assert(sizeof(UPhxDbRegistryTypeManager) == 0x0000A8, "Wrong size on UPhxDbRegistryTypeManager"); \ #define DUMPER7_ASSERTS_SphinxPuzzleManager_FlipendoPuzzle_GetRotationFromHitLocation \ static_assert(alignof(SphinxPuzzleManager_FlipendoPuzzle_GetRotationFromHitLocation) == 0x000008, "Wrong alignment on SphinxPuzzleManager_FlipendoPuzzle_GetRotationFromHitLocation"); \ static_assert(sizeof(SphinxPuzzleManager_FlipendoPuzzle_GetRotationFromHitLocation) == 0x000020, "Wrong size on SphinxPuzzleManager_FlipendoPuzzle_GetRotationFromHitLocation"); \ static_assert(offsetof(SphinxPuzzleManager_FlipendoPuzzle_GetRotationFromHitLocation, BlockComponent) == 0x000000, "Member 'SphinxPuzzleManager_FlipendoPuzzle_GetRotationFromHitLocation::BlockComponent' has a wrong offset!"); \ static_assert(offsetof(SphinxPuzzleManager_FlipendoPuzzle_GetRotationFromHitLocation, HitLocation) == 0x000008, "Member 'SphinxPuzzleManager_FlipendoPuzzle_GetRotationFromHitLocation::HitLocation' has a wrong offset!"); \ static_assert(offsetof(SphinxPuzzleManager_FlipendoPuzzle_GetRotationFromHitLocation, ReturnValue) == 0x000014, "Member 'SphinxPuzzleManager_FlipendoPuzzle_GetRotationFromHitLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USphinxPuzzleManager \ static_assert(alignof(USphinxPuzzleManager) == 0x000008, "Wrong alignment on USphinxPuzzleManager"); \ static_assert(sizeof(USphinxPuzzleManager) == 0x0000A8, "Wrong size on USphinxPuzzleManager"); \ #define DUMPER7_ASSERTS_AISense_GameEvent_ReportGameEvent \ static_assert(alignof(AISense_GameEvent_ReportGameEvent) == 0x000008, "Wrong alignment on AISense_GameEvent_ReportGameEvent"); \ static_assert(sizeof(AISense_GameEvent_ReportGameEvent) == 0x000068, "Wrong size on AISense_GameEvent_ReportGameEvent"); \ static_assert(offsetof(AISense_GameEvent_ReportGameEvent, WorldContextObject) == 0x000000, "Member 'AISense_GameEvent_ReportGameEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AISense_GameEvent_ReportGameEvent, TagContainer) == 0x000008, "Member 'AISense_GameEvent_ReportGameEvent::TagContainer' has a wrong offset!"); \ static_assert(offsetof(AISense_GameEvent_ReportGameEvent, Location) == 0x000028, "Member 'AISense_GameEvent_ReportGameEvent::Location' has a wrong offset!"); \ static_assert(offsetof(AISense_GameEvent_ReportGameEvent, Intensity) == 0x000034, "Member 'AISense_GameEvent_ReportGameEvent::Intensity' has a wrong offset!"); \ static_assert(offsetof(AISense_GameEvent_ReportGameEvent, Duration) == 0x000038, "Member 'AISense_GameEvent_ReportGameEvent::Duration' has a wrong offset!"); \ static_assert(offsetof(AISense_GameEvent_ReportGameEvent, Range) == 0x00003C, "Member 'AISense_GameEvent_ReportGameEvent::Range' has a wrong offset!"); \ static_assert(offsetof(AISense_GameEvent_ReportGameEvent, Falloff) == 0x000040, "Member 'AISense_GameEvent_ReportGameEvent::Falloff' has a wrong offset!"); \ static_assert(offsetof(AISense_GameEvent_ReportGameEvent, Instigator) == 0x000048, "Member 'AISense_GameEvent_ReportGameEvent::Instigator' has a wrong offset!"); \ static_assert(offsetof(AISense_GameEvent_ReportGameEvent, bTrackBackToInstigator) == 0x000050, "Member 'AISense_GameEvent_ReportGameEvent::bTrackBackToInstigator' has a wrong offset!"); \ static_assert(offsetof(AISense_GameEvent_ReportGameEvent, Target) == 0x000058, "Member 'AISense_GameEvent_ReportGameEvent::Target' has a wrong offset!"); \ static_assert(offsetof(AISense_GameEvent_ReportGameEvent, Name_0) == 0x000060, "Member 'AISense_GameEvent_ReportGameEvent::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_GameEvent \ static_assert(alignof(UAISense_GameEvent) == 0x000008, "Wrong alignment on UAISense_GameEvent"); \ static_assert(sizeof(UAISense_GameEvent) == 0x000080, "Wrong size on UAISense_GameEvent"); \ #define DUMPER7_ASSERTS_AISense_Magic_ReportMagicEvent \ static_assert(alignof(AISense_Magic_ReportMagicEvent) == 0x000008, "Wrong alignment on AISense_Magic_ReportMagicEvent"); \ static_assert(sizeof(AISense_Magic_ReportMagicEvent) == 0x000030, "Wrong size on AISense_Magic_ReportMagicEvent"); \ static_assert(offsetof(AISense_Magic_ReportMagicEvent, WorldContextObject) == 0x000000, "Member 'AISense_Magic_ReportMagicEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AISense_Magic_ReportMagicEvent, MagicLocation) == 0x000008, "Member 'AISense_Magic_ReportMagicEvent::MagicLocation' has a wrong offset!"); \ static_assert(offsetof(AISense_Magic_ReportMagicEvent, Power) == 0x000014, "Member 'AISense_Magic_ReportMagicEvent::Power' has a wrong offset!"); \ static_assert(offsetof(AISense_Magic_ReportMagicEvent, Instigator) == 0x000018, "Member 'AISense_Magic_ReportMagicEvent::Instigator' has a wrong offset!"); \ static_assert(offsetof(AISense_Magic_ReportMagicEvent, MaxRange) == 0x000020, "Member 'AISense_Magic_ReportMagicEvent::MaxRange' has a wrong offset!"); \ static_assert(offsetof(AISense_Magic_ReportMagicEvent, Tag) == 0x000024, "Member 'AISense_Magic_ReportMagicEvent::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_Magic \ static_assert(alignof(UAISense_Magic) == 0x000008, "Wrong alignment on UAISense_Magic"); \ static_assert(sizeof(UAISense_Magic) == 0x0000E8, "Wrong size on UAISense_Magic"); \ static_assert(offsetof(UAISense_Magic, MagicEvents) == 0x000080, "Member 'UAISense_Magic::MagicEvents' has a wrong offset!"); \ static_assert(offsetof(UAISense_Magic, SpeedOfMagicFeelSq) == 0x000090, "Member 'UAISense_Magic::SpeedOfMagicFeelSq' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameSpark_LogSpellMinigameData \ static_assert(alignof(SpellMiniGameSpark_LogSpellMinigameData) == 0x000008, "Wrong alignment on SpellMiniGameSpark_LogSpellMinigameData"); \ static_assert(sizeof(SpellMiniGameSpark_LogSpellMinigameData) == 0x000010, "Wrong size on SpellMiniGameSpark_LogSpellMinigameData"); \ static_assert(offsetof(SpellMiniGameSpark_LogSpellMinigameData, LogData) == 0x000000, "Member 'SpellMiniGameSpark_LogSpellMinigameData::LogData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameSpark_OnFail \ static_assert(alignof(SpellMiniGameSpark_OnFail) == 0x000008, "Wrong alignment on SpellMiniGameSpark_OnFail"); \ static_assert(sizeof(SpellMiniGameSpark_OnFail) == 0x000008, "Wrong size on SpellMiniGameSpark_OnFail"); \ static_assert(offsetof(SpellMiniGameSpark_OnFail, sender) == 0x000000, "Member 'SpellMiniGameSpark_OnFail::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameSpark_GetActiveSpeedScale \ static_assert(alignof(SpellMiniGameSpark_GetActiveSpeedScale) == 0x000004, "Wrong alignment on SpellMiniGameSpark_GetActiveSpeedScale"); \ static_assert(sizeof(SpellMiniGameSpark_GetActiveSpeedScale) == 0x000004, "Wrong size on SpellMiniGameSpark_GetActiveSpeedScale"); \ static_assert(offsetof(SpellMiniGameSpark_GetActiveSpeedScale, ReturnValue) == 0x000000, "Member 'SpellMiniGameSpark_GetActiveSpeedScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameSpark_GetCurrentDistanceAlongPath \ static_assert(alignof(SpellMiniGameSpark_GetCurrentDistanceAlongPath) == 0x000004, "Wrong alignment on SpellMiniGameSpark_GetCurrentDistanceAlongPath"); \ static_assert(sizeof(SpellMiniGameSpark_GetCurrentDistanceAlongPath) == 0x000004, "Wrong size on SpellMiniGameSpark_GetCurrentDistanceAlongPath"); \ static_assert(offsetof(SpellMiniGameSpark_GetCurrentDistanceAlongPath, ReturnValue) == 0x000000, "Member 'SpellMiniGameSpark_GetCurrentDistanceAlongPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameSpark_GetCurrentPathSegment \ static_assert(alignof(SpellMiniGameSpark_GetCurrentPathSegment) == 0x000004, "Wrong alignment on SpellMiniGameSpark_GetCurrentPathSegment"); \ static_assert(sizeof(SpellMiniGameSpark_GetCurrentPathSegment) == 0x000010, "Wrong size on SpellMiniGameSpark_GetCurrentPathSegment"); \ static_assert(offsetof(SpellMiniGameSpark_GetCurrentPathSegment, ReturnValue) == 0x000000, "Member 'SpellMiniGameSpark_GetCurrentPathSegment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameSpark_GetCurrentPathSegmentIndex \ static_assert(alignof(SpellMiniGameSpark_GetCurrentPathSegmentIndex) == 0x000004, "Wrong alignment on SpellMiniGameSpark_GetCurrentPathSegmentIndex"); \ static_assert(sizeof(SpellMiniGameSpark_GetCurrentPathSegmentIndex) == 0x000004, "Wrong size on SpellMiniGameSpark_GetCurrentPathSegmentIndex"); \ static_assert(offsetof(SpellMiniGameSpark_GetCurrentPathSegmentIndex, ReturnValue) == 0x000000, "Member 'SpellMiniGameSpark_GetCurrentPathSegmentIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameSpark_GetCurrentPositionOnPath \ static_assert(alignof(SpellMiniGameSpark_GetCurrentPositionOnPath) == 0x000004, "Wrong alignment on SpellMiniGameSpark_GetCurrentPositionOnPath"); \ static_assert(sizeof(SpellMiniGameSpark_GetCurrentPositionOnPath) == 0x000008, "Wrong size on SpellMiniGameSpark_GetCurrentPositionOnPath"); \ static_assert(offsetof(SpellMiniGameSpark_GetCurrentPositionOnPath, ReturnValue) == 0x000000, "Member 'SpellMiniGameSpark_GetCurrentPositionOnPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameSpark_GetDirection \ static_assert(alignof(SpellMiniGameSpark_GetDirection) == 0x000004, "Wrong alignment on SpellMiniGameSpark_GetDirection"); \ static_assert(sizeof(SpellMiniGameSpark_GetDirection) == 0x000008, "Wrong size on SpellMiniGameSpark_GetDirection"); \ static_assert(offsetof(SpellMiniGameSpark_GetDirection, ReturnValue) == 0x000000, "Member 'SpellMiniGameSpark_GetDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameSpark_GetDistanceAlongPathSegment \ static_assert(alignof(SpellMiniGameSpark_GetDistanceAlongPathSegment) == 0x000004, "Wrong alignment on SpellMiniGameSpark_GetDistanceAlongPathSegment"); \ static_assert(sizeof(SpellMiniGameSpark_GetDistanceAlongPathSegment) == 0x000014, "Wrong size on SpellMiniGameSpark_GetDistanceAlongPathSegment"); \ static_assert(offsetof(SpellMiniGameSpark_GetDistanceAlongPathSegment, PathSegment) == 0x000000, "Member 'SpellMiniGameSpark_GetDistanceAlongPathSegment::PathSegment' has a wrong offset!"); \ static_assert(offsetof(SpellMiniGameSpark_GetDistanceAlongPathSegment, ReturnValue) == 0x000010, "Member 'SpellMiniGameSpark_GetDistanceAlongPathSegment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameSpark_GetIsBoosting \ static_assert(alignof(SpellMiniGameSpark_GetIsBoosting) == 0x000001, "Wrong alignment on SpellMiniGameSpark_GetIsBoosting"); \ static_assert(sizeof(SpellMiniGameSpark_GetIsBoosting) == 0x000001, "Wrong size on SpellMiniGameSpark_GetIsBoosting"); \ static_assert(offsetof(SpellMiniGameSpark_GetIsBoosting, ReturnValue) == 0x000000, "Member 'SpellMiniGameSpark_GetIsBoosting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameSpark_GetNextAngleTowardsDirection \ static_assert(alignof(SpellMiniGameSpark_GetNextAngleTowardsDirection) == 0x000004, "Wrong alignment on SpellMiniGameSpark_GetNextAngleTowardsDirection"); \ static_assert(sizeof(SpellMiniGameSpark_GetNextAngleTowardsDirection) == 0x000018, "Wrong size on SpellMiniGameSpark_GetNextAngleTowardsDirection"); \ static_assert(offsetof(SpellMiniGameSpark_GetNextAngleTowardsDirection, CurrentAngle) == 0x000000, "Member 'SpellMiniGameSpark_GetNextAngleTowardsDirection::CurrentAngle' has a wrong offset!"); \ static_assert(offsetof(SpellMiniGameSpark_GetNextAngleTowardsDirection, TargetDirection) == 0x000004, "Member 'SpellMiniGameSpark_GetNextAngleTowardsDirection::TargetDirection' has a wrong offset!"); \ static_assert(offsetof(SpellMiniGameSpark_GetNextAngleTowardsDirection, SmoothSpeed) == 0x00000C, "Member 'SpellMiniGameSpark_GetNextAngleTowardsDirection::SmoothSpeed' has a wrong offset!"); \ static_assert(offsetof(SpellMiniGameSpark_GetNextAngleTowardsDirection, MaxSmoothAngle) == 0x000010, "Member 'SpellMiniGameSpark_GetNextAngleTowardsDirection::MaxSmoothAngle' has a wrong offset!"); \ static_assert(offsetof(SpellMiniGameSpark_GetNextAngleTowardsDirection, ReturnValue) == 0x000014, "Member 'SpellMiniGameSpark_GetNextAngleTowardsDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameSpark_GetOrientation \ static_assert(alignof(SpellMiniGameSpark_GetOrientation) == 0x000004, "Wrong alignment on SpellMiniGameSpark_GetOrientation"); \ static_assert(sizeof(SpellMiniGameSpark_GetOrientation) == 0x000004, "Wrong size on SpellMiniGameSpark_GetOrientation"); \ static_assert(offsetof(SpellMiniGameSpark_GetOrientation, ReturnValue) == 0x000000, "Member 'SpellMiniGameSpark_GetOrientation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameSpark_GetPosition \ static_assert(alignof(SpellMiniGameSpark_GetPosition) == 0x000004, "Wrong alignment on SpellMiniGameSpark_GetPosition"); \ static_assert(sizeof(SpellMiniGameSpark_GetPosition) == 0x000008, "Wrong size on SpellMiniGameSpark_GetPosition"); \ static_assert(offsetof(SpellMiniGameSpark_GetPosition, ReturnValue) == 0x000000, "Member 'SpellMiniGameSpark_GetPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameSpark_GetTotalDistanceAsPercent \ static_assert(alignof(SpellMiniGameSpark_GetTotalDistanceAsPercent) == 0x000004, "Wrong alignment on SpellMiniGameSpark_GetTotalDistanceAsPercent"); \ static_assert(sizeof(SpellMiniGameSpark_GetTotalDistanceAsPercent) == 0x000004, "Wrong size on SpellMiniGameSpark_GetTotalDistanceAsPercent"); \ static_assert(offsetof(SpellMiniGameSpark_GetTotalDistanceAsPercent, ReturnValue) == 0x000000, "Member 'SpellMiniGameSpark_GetTotalDistanceAsPercent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameSpark_GetVelocity \ static_assert(alignof(SpellMiniGameSpark_GetVelocity) == 0x000004, "Wrong alignment on SpellMiniGameSpark_GetVelocity"); \ static_assert(sizeof(SpellMiniGameSpark_GetVelocity) == 0x000008, "Wrong size on SpellMiniGameSpark_GetVelocity"); \ static_assert(offsetof(SpellMiniGameSpark_GetVelocity, ReturnValue) == 0x000000, "Member 'SpellMiniGameSpark_GetVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpellMiniGameSpark \ static_assert(alignof(USpellMiniGameSpark) == 0x000008, "Wrong alignment on USpellMiniGameSpark"); \ static_assert(sizeof(USpellMiniGameSpark) == 0x0003C0, "Wrong size on USpellMiniGameSpark"); \ static_assert(offsetof(USpellMiniGameSpark, IsRunning) == 0x000328, "Member 'USpellMiniGameSpark::IsRunning' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameSpark, LinearInput) == 0x00032C, "Member 'USpellMiniGameSpark::LinearInput' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameSpark, MaxSpeed) == 0x000334, "Member 'USpellMiniGameSpark::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameSpark, MaxAcceleration) == 0x000338, "Member 'USpellMiniGameSpark::MaxAcceleration' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameSpark, BoostMultiplier) == 0x00033C, "Member 'USpellMiniGameSpark::BoostMultiplier' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameSpark, BoostTime) == 0x000340, "Member 'USpellMiniGameSpark::BoostTime' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameSpark, BoostRampUpSpeed) == 0x000344, "Member 'USpellMiniGameSpark::BoostRampUpSpeed' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameSpark, BoostRampDownSpeed) == 0x000348, "Member 'USpellMiniGameSpark::BoostRampDownSpeed' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameSpark, OrientationSmoothSpeed) == 0x00034C, "Member 'USpellMiniGameSpark::OrientationSmoothSpeed' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameSpark, MaxOrientationSmoothAngle) == 0x000350, "Member 'USpellMiniGameSpark::MaxOrientationSmoothAngle' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameSpark, NormalizedPerformanceSpeed) == 0x000354, "Member 'USpellMiniGameSpark::NormalizedPerformanceSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_NearbyCreatures \ static_assert(alignof(UAISense_NearbyCreatures) == 0x000008, "Wrong alignment on UAISense_NearbyCreatures"); \ static_assert(sizeof(UAISense_NearbyCreatures) == 0x000090, "Wrong size on UAISense_NearbyCreatures"); \ #define DUMPER7_ASSERTS_UIDManager_OnActorDestroyed \ static_assert(alignof(UIDManager_OnActorDestroyed) == 0x000008, "Wrong alignment on UIDManager_OnActorDestroyed"); \ static_assert(sizeof(UIDManager_OnActorDestroyed) == 0x000008, "Wrong size on UIDManager_OnActorDestroyed"); \ static_assert(offsetof(UIDManager_OnActorDestroyed, DestroyedActor) == 0x000000, "Member 'UIDManager_OnActorDestroyed::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUIDManager \ static_assert(alignof(UUIDManager) == 0x000008, "Wrong alignment on UUIDManager"); \ static_assert(sizeof(UUIDManager) == 0x000078, "Wrong size on UUIDManager"); \ #define DUMPER7_ASSERTS_USublevelTest \ static_assert(alignof(USublevelTest) == 0x000008, "Wrong alignment on USublevelTest"); \ static_assert(sizeof(USublevelTest) == 0x000080, "Wrong size on USublevelTest"); \ #define DUMPER7_ASSERTS_AvaAudioMurmurationComponent_AbsoluteRTPC \ static_assert(alignof(AvaAudioMurmurationComponent_AbsoluteRTPC) == 0x000008, "Wrong alignment on AvaAudioMurmurationComponent_AbsoluteRTPC"); \ static_assert(sizeof(AvaAudioMurmurationComponent_AbsoluteRTPC) == 0x000020, "Wrong size on AvaAudioMurmurationComponent_AbsoluteRTPC"); \ static_assert(offsetof(AvaAudioMurmurationComponent_AbsoluteRTPC, RTPC_Name) == 0x000000, "Member 'AvaAudioMurmurationComponent_AbsoluteRTPC::RTPC_Name' has a wrong offset!"); \ static_assert(offsetof(AvaAudioMurmurationComponent_AbsoluteRTPC, RTPC_Value) == 0x000010, "Member 'AvaAudioMurmurationComponent_AbsoluteRTPC::RTPC_Value' has a wrong offset!"); \ static_assert(offsetof(AvaAudioMurmurationComponent_AbsoluteRTPC, InterpolationTimeMs) == 0x000014, "Member 'AvaAudioMurmurationComponent_AbsoluteRTPC::InterpolationTimeMs' has a wrong offset!"); \ static_assert(offsetof(AvaAudioMurmurationComponent_AbsoluteRTPC, bDecay) == 0x000018, "Member 'AvaAudioMurmurationComponent_AbsoluteRTPC::bDecay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioMurmurationComponent_IncrementRTPC \ static_assert(alignof(AvaAudioMurmurationComponent_IncrementRTPC) == 0x000008, "Wrong alignment on AvaAudioMurmurationComponent_IncrementRTPC"); \ static_assert(sizeof(AvaAudioMurmurationComponent_IncrementRTPC) == 0x000020, "Wrong size on AvaAudioMurmurationComponent_IncrementRTPC"); \ static_assert(offsetof(AvaAudioMurmurationComponent_IncrementRTPC, RTPC_Name) == 0x000000, "Member 'AvaAudioMurmurationComponent_IncrementRTPC::RTPC_Name' has a wrong offset!"); \ static_assert(offsetof(AvaAudioMurmurationComponent_IncrementRTPC, Increment) == 0x000010, "Member 'AvaAudioMurmurationComponent_IncrementRTPC::Increment' has a wrong offset!"); \ static_assert(offsetof(AvaAudioMurmurationComponent_IncrementRTPC, InterpolationTime) == 0x000014, "Member 'AvaAudioMurmurationComponent_IncrementRTPC::InterpolationTime' has a wrong offset!"); \ static_assert(offsetof(AvaAudioMurmurationComponent_IncrementRTPC, bDecay) == 0x000018, "Member 'AvaAudioMurmurationComponent_IncrementRTPC::bDecay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioMurmurationComponent_OnAddOnMeshesChanged \ static_assert(alignof(AvaAudioMurmurationComponent_OnAddOnMeshesChanged) == 0x000008, "Wrong alignment on AvaAudioMurmurationComponent_OnAddOnMeshesChanged"); \ static_assert(sizeof(AvaAudioMurmurationComponent_OnAddOnMeshesChanged) == 0x000008, "Wrong size on AvaAudioMurmurationComponent_OnAddOnMeshesChanged"); \ static_assert(offsetof(AvaAudioMurmurationComponent_OnAddOnMeshesChanged, Actor) == 0x000000, "Member 'AvaAudioMurmurationComponent_OnAddOnMeshesChanged::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioMurmurationComponent_OnCharacterLoadComplete \ static_assert(alignof(AvaAudioMurmurationComponent_OnCharacterLoadComplete) == 0x000008, "Wrong alignment on AvaAudioMurmurationComponent_OnCharacterLoadComplete"); \ static_assert(sizeof(AvaAudioMurmurationComponent_OnCharacterLoadComplete) == 0x000008, "Wrong size on AvaAudioMurmurationComponent_OnCharacterLoadComplete"); \ static_assert(offsetof(AvaAudioMurmurationComponent_OnCharacterLoadComplete, Actor) == 0x000000, "Member 'AvaAudioMurmurationComponent_OnCharacterLoadComplete::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvaAudioMurmurationComponent_UpdateHealthRTPCCallback \ static_assert(alignof(AvaAudioMurmurationComponent_UpdateHealthRTPCCallback) == 0x000008, "Wrong alignment on AvaAudioMurmurationComponent_UpdateHealthRTPCCallback"); \ static_assert(sizeof(AvaAudioMurmurationComponent_UpdateHealthRTPCCallback) == 0x000010, "Wrong size on AvaAudioMurmurationComponent_UpdateHealthRTPCCallback"); \ static_assert(offsetof(AvaAudioMurmurationComponent_UpdateHealthRTPCCallback, InActor) == 0x000000, "Member 'AvaAudioMurmurationComponent_UpdateHealthRTPCCallback::InActor' has a wrong offset!"); \ static_assert(offsetof(AvaAudioMurmurationComponent_UpdateHealthRTPCCallback, Delta) == 0x000008, "Member 'AvaAudioMurmurationComponent_UpdateHealthRTPCCallback::Delta' has a wrong offset!"); \ static_assert(offsetof(AvaAudioMurmurationComponent_UpdateHealthRTPCCallback, bIndicateHUD) == 0x00000C, "Member 'AvaAudioMurmurationComponent_UpdateHealthRTPCCallback::bIndicateHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaAudioMurmurationComponent \ static_assert(alignof(UAvaAudioMurmurationComponent) == 0x000010, "Wrong alignment on UAvaAudioMurmurationComponent"); \ static_assert(sizeof(UAvaAudioMurmurationComponent) == 0x000680, "Wrong size on UAvaAudioMurmurationComponent"); \ #define DUMPER7_ASSERTS_UAISense_NPCCrimeScene \ static_assert(alignof(UAISense_NPCCrimeScene) == 0x000008, "Wrong alignment on UAISense_NPCCrimeScene"); \ static_assert(sizeof(UAISense_NPCCrimeScene) == 0x000080, "Wrong size on UAISense_NPCCrimeScene"); \ #define DUMPER7_ASSERTS_UAISense_Smell \ static_assert(alignof(UAISense_Smell) == 0x000008, "Wrong alignment on UAISense_Smell"); \ static_assert(sizeof(UAISense_Smell) == 0x000080, "Wrong size on UAISense_Smell"); \ #define DUMPER7_ASSERTS_UDialogueLine_Direct \ static_assert(alignof(UDialogueLine_Direct) == 0x000008, "Wrong alignment on UDialogueLine_Direct"); \ static_assert(sizeof(UDialogueLine_Direct) == 0x000038, "Wrong size on UDialogueLine_Direct"); \ static_assert(offsetof(UDialogueLine_Direct, DialogueLine) == 0x000028, "Member 'UDialogueLine_Direct::DialogueLine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMapPawn \ static_assert(alignof(AMapPawn) == 0x000008, "Wrong alignment on AMapPawn"); \ static_assert(sizeof(AMapPawn) == 0x000318, "Wrong size on AMapPawn"); \ static_assert(offsetof(AMapPawn, CameraComponent) == 0x0002D0, "Member 'AMapPawn::CameraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseConfig_Creature \ static_assert(alignof(UAISenseConfig_Creature) == 0x000008, "Wrong alignment on UAISenseConfig_Creature"); \ static_assert(sizeof(UAISenseConfig_Creature) == 0x000060, "Wrong size on UAISenseConfig_Creature"); \ static_assert(offsetof(UAISenseConfig_Creature, Implementation) == 0x000048, "Member 'UAISenseConfig_Creature::Implementation' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Creature, LowerRadius) == 0x000050, "Member 'UAISenseConfig_Creature::LowerRadius' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Creature, UpperRadius) == 0x000054, "Member 'UAISenseConfig_Creature::UpperRadius' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Creature, AwarenessMultiplier) == 0x000058, "Member 'UAISenseConfig_Creature::AwarenessMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADynamicTrackedLocation \ static_assert(alignof(ADynamicTrackedLocation) == 0x000008, "Wrong alignment on ADynamicTrackedLocation"); \ static_assert(sizeof(ADynamicTrackedLocation) == 0x0002E8, "Wrong size on ADynamicTrackedLocation"); \ static_assert(offsetof(ADynamicTrackedLocation, bRegisterOnCreation) == 0x000248, "Member 'ADynamicTrackedLocation::bRegisterOnCreation' has a wrong offset!"); \ static_assert(offsetof(ADynamicTrackedLocation, LocationType) == 0x000250, "Member 'ADynamicTrackedLocation::LocationType' has a wrong offset!"); \ static_assert(offsetof(ADynamicTrackedLocation, bDrawDebug) == 0x0002D8, "Member 'ADynamicTrackedLocation::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(ADynamicTrackedLocation, debugRadius) == 0x0002DC, "Member 'ADynamicTrackedLocation::debugRadius' has a wrong offset!"); \ static_assert(offsetof(ADynamicTrackedLocation, debugSegments) == 0x0002E0, "Member 'ADynamicTrackedLocation::debugSegments' has a wrong offset!"); \ static_assert(offsetof(ADynamicTrackedLocation, DebugColor) == 0x0002E4, "Member 'ADynamicTrackedLocation::DebugColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULockTargetScreenInfo \ static_assert(alignof(ULockTargetScreenInfo) == 0x000008, "Wrong alignment on ULockTargetScreenInfo"); \ static_assert(sizeof(ULockTargetScreenInfo) == 0x000040, "Wrong size on ULockTargetScreenInfo"); \ #define DUMPER7_ASSERTS_UAISenseConfig_NPC \ static_assert(alignof(UAISenseConfig_NPC) == 0x000008, "Wrong alignment on UAISenseConfig_NPC"); \ static_assert(sizeof(UAISenseConfig_NPC) == 0x000060, "Wrong size on UAISenseConfig_NPC"); \ static_assert(offsetof(UAISenseConfig_NPC, bEnabled) == 0x000048, "Member 'UAISenseConfig_NPC::bEnabled' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_NPC, UpdateInterval) == 0x00004C, "Member 'UAISenseConfig_NPC::UpdateInterval' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_NPC, EvaluateRadius) == 0x000050, "Member 'UAISenseConfig_NPC::EvaluateRadius' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_NPC, bStartActive) == 0x000054, "Member 'UAISenseConfig_NPC::bStartActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseConfig_EnemyAITarget \ static_assert(alignof(UAISenseConfig_EnemyAITarget) == 0x000008, "Wrong alignment on UAISenseConfig_EnemyAITarget"); \ static_assert(sizeof(UAISenseConfig_EnemyAITarget) == 0x000328, "Wrong size on UAISenseConfig_EnemyAITarget"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, Implementation) == 0x000060, "Member 'UAISenseConfig_EnemyAITarget::Implementation' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, EvaluateSource) == 0x000068, "Member 'UAISenseConfig_EnemyAITarget::EvaluateSource' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, ExcludeTagList) == 0x000070, "Member 'UAISenseConfig_EnemyAITarget::ExcludeTagList' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, ForceTargetVolumeList) == 0x000080, "Member 'UAISenseConfig_EnemyAITarget::ForceTargetVolumeList' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, ForceTargetExcludeVolumeList) == 0x000090, "Member 'UAISenseConfig_EnemyAITarget::ForceTargetExcludeVolumeList' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, bOverrideDistanceRequirement) == 0x0000A0, "Member 'UAISenseConfig_EnemyAITarget::bOverrideDistanceRequirement' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, PerceiveVolumeList) == 0x0000A8, "Member 'UAISenseConfig_EnemyAITarget::PerceiveVolumeList' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, PerceiveRadius) == 0x0000B8, "Member 'UAISenseConfig_EnemyAITarget::PerceiveRadius' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, LoseRadius) == 0x0000BC, "Member 'UAISenseConfig_EnemyAITarget::LoseRadius' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, HeightDifference) == 0x0000C0, "Member 'UAISenseConfig_EnemyAITarget::HeightDifference' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, EvaluateInterval) == 0x0000C4, "Member 'UAISenseConfig_EnemyAITarget::EvaluateInterval' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, TargetSenseAsset) == 0x0000C8, "Member 'UAISenseConfig_EnemyAITarget::TargetSenseAsset' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, NPCTargetSenseAsset) == 0x0000D0, "Member 'UAISenseConfig_EnemyAITarget::NPCTargetSenseAsset' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, NonCombatSenseAsset) == 0x0000D8, "Member 'UAISenseConfig_EnemyAITarget::NonCombatSenseAsset' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, LOS) == 0x0000E0, "Member 'UAISenseConfig_EnemyAITarget::LOS' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, FieldOfView) == 0x0000FC, "Member 'UAISenseConfig_EnemyAITarget::FieldOfView' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, Remember) == 0x0002B8, "Member 'UAISenseConfig_EnemyAITarget::Remember' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, TAS) == 0x0002C8, "Member 'UAISenseConfig_EnemyAITarget::TAS' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, DisillusionmentScale) == 0x0002F0, "Member 'UAISenseConfig_EnemyAITarget::DisillusionmentScale' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAITarget, TeamateShareVolumeList) == 0x0002F8, "Member 'UAISenseConfig_EnemyAITarget::TeamateShareVolumeList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseConfig_EnemyAIWeapon \ static_assert(alignof(UAISenseConfig_EnemyAIWeapon) == 0x000008, "Wrong alignment on UAISenseConfig_EnemyAIWeapon"); \ static_assert(sizeof(UAISenseConfig_EnemyAIWeapon) == 0x000080, "Wrong size on UAISenseConfig_EnemyAIWeapon"); \ static_assert(offsetof(UAISenseConfig_EnemyAIWeapon, Implementation) == 0x000060, "Member 'UAISenseConfig_EnemyAIWeapon::Implementation' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAIWeapon, bOverrideDistanceRequirement) == 0x000068, "Member 'UAISenseConfig_EnemyAIWeapon::bOverrideDistanceRequirement' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAIWeapon, PerceiveRadius) == 0x00006C, "Member 'UAISenseConfig_EnemyAIWeapon::PerceiveRadius' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_EnemyAIWeapon, PerceiveVolumeList) == 0x000070, "Member 'UAISenseConfig_EnemyAIWeapon::PerceiveVolumeList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseConfig_GameEvent \ static_assert(alignof(UAISenseConfig_GameEvent) == 0x000008, "Wrong alignment on UAISenseConfig_GameEvent"); \ static_assert(sizeof(UAISenseConfig_GameEvent) == 0x000058, "Wrong size on UAISenseConfig_GameEvent"); \ static_assert(offsetof(UAISenseConfig_GameEvent, Implementation) == 0x000048, "Member 'UAISenseConfig_GameEvent::Implementation' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_GameEvent, FootfallDataAsset) == 0x000050, "Member 'UAISenseConfig_GameEvent::FootfallDataAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSiteState_GetBrewingProgressRatio \ static_assert(alignof(BrewingSiteState_GetBrewingProgressRatio) == 0x000004, "Wrong alignment on BrewingSiteState_GetBrewingProgressRatio"); \ static_assert(sizeof(BrewingSiteState_GetBrewingProgressRatio) == 0x000004, "Wrong size on BrewingSiteState_GetBrewingProgressRatio"); \ static_assert(offsetof(BrewingSiteState_GetBrewingProgressRatio, ReturnValue) == 0x000000, "Member 'BrewingSiteState_GetBrewingProgressRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSiteState_GetBrewingState \ static_assert(alignof(BrewingSiteState_GetBrewingState) == 0x000001, "Wrong alignment on BrewingSiteState_GetBrewingState"); \ static_assert(sizeof(BrewingSiteState_GetBrewingState) == 0x000001, "Wrong size on BrewingSiteState_GetBrewingState"); \ static_assert(offsetof(BrewingSiteState_GetBrewingState, ReturnValue) == 0x000000, "Member 'BrewingSiteState_GetBrewingState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSiteState_GetBrewingTimeRemaining \ static_assert(alignof(BrewingSiteState_GetBrewingTimeRemaining) == 0x000008, "Wrong alignment on BrewingSiteState_GetBrewingTimeRemaining"); \ static_assert(sizeof(BrewingSiteState_GetBrewingTimeRemaining) == 0x000008, "Wrong size on BrewingSiteState_GetBrewingTimeRemaining"); \ static_assert(offsetof(BrewingSiteState_GetBrewingTimeRemaining, ReturnValue) == 0x000000, "Member 'BrewingSiteState_GetBrewingTimeRemaining::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSiteState_GetHasInventorySpaceToCollectPotion \ static_assert(alignof(BrewingSiteState_GetHasInventorySpaceToCollectPotion) == 0x000004, "Wrong alignment on BrewingSiteState_GetHasInventorySpaceToCollectPotion"); \ static_assert(sizeof(BrewingSiteState_GetHasInventorySpaceToCollectPotion) == 0x000010, "Wrong size on BrewingSiteState_GetHasInventorySpaceToCollectPotion"); \ static_assert(offsetof(BrewingSiteState_GetHasInventorySpaceToCollectPotion, CollectorID) == 0x000000, "Member 'BrewingSiteState_GetHasInventorySpaceToCollectPotion::CollectorID' has a wrong offset!"); \ static_assert(offsetof(BrewingSiteState_GetHasInventorySpaceToCollectPotion, OutYieldLeft) == 0x000008, "Member 'BrewingSiteState_GetHasInventorySpaceToCollectPotion::OutYieldLeft' has a wrong offset!"); \ static_assert(offsetof(BrewingSiteState_GetHasInventorySpaceToCollectPotion, ReturnValue) == 0x00000C, "Member 'BrewingSiteState_GetHasInventorySpaceToCollectPotion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSiteState_GetIsInSanctuary \ static_assert(alignof(BrewingSiteState_GetIsInSanctuary) == 0x000001, "Wrong alignment on BrewingSiteState_GetIsInSanctuary"); \ static_assert(sizeof(BrewingSiteState_GetIsInSanctuary) == 0x000001, "Wrong size on BrewingSiteState_GetIsInSanctuary"); \ static_assert(offsetof(BrewingSiteState_GetIsInSanctuary, ReturnValue) == 0x000000, "Member 'BrewingSiteState_GetIsInSanctuary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSiteState_GetOutputItemID \ static_assert(alignof(BrewingSiteState_GetOutputItemID) == 0x000004, "Wrong alignment on BrewingSiteState_GetOutputItemID"); \ static_assert(sizeof(BrewingSiteState_GetOutputItemID) == 0x000008, "Wrong size on BrewingSiteState_GetOutputItemID"); \ static_assert(offsetof(BrewingSiteState_GetOutputItemID, ReturnValue) == 0x000000, "Member 'BrewingSiteState_GetOutputItemID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSiteState_GetPotionID \ static_assert(alignof(BrewingSiteState_GetPotionID) == 0x000004, "Wrong alignment on BrewingSiteState_GetPotionID"); \ static_assert(sizeof(BrewingSiteState_GetPotionID) == 0x000008, "Wrong size on BrewingSiteState_GetPotionID"); \ static_assert(offsetof(BrewingSiteState_GetPotionID, ReturnValue) == 0x000000, "Member 'BrewingSiteState_GetPotionID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSiteState_GetRecipeIngredients \ static_assert(alignof(BrewingSiteState_GetRecipeIngredients) == 0x000008, "Wrong alignment on BrewingSiteState_GetRecipeIngredients"); \ static_assert(sizeof(BrewingSiteState_GetRecipeIngredients) == 0x000010, "Wrong size on BrewingSiteState_GetRecipeIngredients"); \ static_assert(offsetof(BrewingSiteState_GetRecipeIngredients, ReturnValue) == 0x000000, "Member 'BrewingSiteState_GetRecipeIngredients::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSiteState_GetRecipeYield \ static_assert(alignof(BrewingSiteState_GetRecipeYield) == 0x000004, "Wrong alignment on BrewingSiteState_GetRecipeYield"); \ static_assert(sizeof(BrewingSiteState_GetRecipeYield) == 0x000004, "Wrong size on BrewingSiteState_GetRecipeYield"); \ static_assert(offsetof(BrewingSiteState_GetRecipeYield, ReturnValue) == 0x000000, "Member 'BrewingSiteState_GetRecipeYield::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BrewingSiteState_GetUncollectedYield \ static_assert(alignof(BrewingSiteState_GetUncollectedYield) == 0x000004, "Wrong alignment on BrewingSiteState_GetUncollectedYield"); \ static_assert(sizeof(BrewingSiteState_GetUncollectedYield) == 0x000004, "Wrong size on BrewingSiteState_GetUncollectedYield"); \ static_assert(offsetof(BrewingSiteState_GetUncollectedYield, ReturnValue) == 0x000000, "Member 'BrewingSiteState_GetUncollectedYield::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBrewingSiteState \ static_assert(alignof(UBrewingSiteState) == 0x000008, "Wrong alignment on UBrewingSiteState"); \ static_assert(sizeof(UBrewingSiteState) == 0x0000C8, "Wrong size on UBrewingSiteState"); \ #define DUMPER7_ASSERTS_URUserVectorArtData \ static_assert(alignof(URUserVectorArtData) == 0x000008, "Wrong alignment on URUserVectorArtData"); \ static_assert(sizeof(URUserVectorArtData) == 0x000060, "Wrong size on URUserVectorArtData"); \ #define DUMPER7_ASSERTS_UMapMovementComponent \ static_assert(alignof(UMapMovementComponent) == 0x000008, "Wrong alignment on UMapMovementComponent"); \ static_assert(sizeof(UMapMovementComponent) == 0x000228, "Wrong size on UMapMovementComponent"); \ static_assert(offsetof(UMapMovementComponent, MaxPitchRotSpeed) == 0x000180, "Member 'UMapMovementComponent::MaxPitchRotSpeed' has a wrong offset!"); \ static_assert(offsetof(UMapMovementComponent, MaxYawRotSpeed) == 0x000184, "Member 'UMapMovementComponent::MaxYawRotSpeed' has a wrong offset!"); \ static_assert(offsetof(UMapMovementComponent, MaxZoomSpeed) == 0x000188, "Member 'UMapMovementComponent::MaxZoomSpeed' has a wrong offset!"); \ static_assert(offsetof(UMapMovementComponent, MinCameraRadius) == 0x00018C, "Member 'UMapMovementComponent::MinCameraRadius' has a wrong offset!"); \ static_assert(offsetof(UMapMovementComponent, MaxCameraRadius) == 0x000190, "Member 'UMapMovementComponent::MaxCameraRadius' has a wrong offset!"); \ static_assert(offsetof(UMapMovementComponent, MinCameraPitch) == 0x000194, "Member 'UMapMovementComponent::MinCameraPitch' has a wrong offset!"); \ static_assert(offsetof(UMapMovementComponent, MaxCameraPitch) == 0x000198, "Member 'UMapMovementComponent::MaxCameraPitch' has a wrong offset!"); \ static_assert(offsetof(UMapMovementComponent, CurrentCameraParameters) == 0x0001A0, "Member 'UMapMovementComponent::CurrentCameraParameters' has a wrong offset!"); \ static_assert(offsetof(UMapMovementComponent, CameraPitch) == 0x0001AC, "Member 'UMapMovementComponent::CameraPitch' has a wrong offset!"); \ static_assert(offsetof(UMapMovementComponent, CurrentCameraYaw) == 0x0001B0, "Member 'UMapMovementComponent::CurrentCameraYaw' has a wrong offset!"); \ static_assert(offsetof(UMapMovementComponent, TargetCameraYaw) == 0x0001B4, "Member 'UMapMovementComponent::TargetCameraYaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseConfig_Magic \ static_assert(alignof(UAISenseConfig_Magic) == 0x000008, "Wrong alignment on UAISenseConfig_Magic"); \ static_assert(sizeof(UAISenseConfig_Magic) == 0x000058, "Wrong size on UAISenseConfig_Magic"); \ static_assert(offsetof(UAISenseConfig_Magic, MagicSensingRange) == 0x000048, "Member 'UAISenseConfig_Magic::MagicSensingRange' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Magic, LoSMagicSensingRange) == 0x00004C, "Member 'UAISenseConfig_Magic::LoSMagicSensingRange' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Magic, DetectionByAffiliation) == 0x000054, "Member 'UAISenseConfig_Magic::DetectionByAffiliation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseConfig_NearbyCreatures \ static_assert(alignof(UAISenseConfig_NearbyCreatures) == 0x000008, "Wrong alignment on UAISenseConfig_NearbyCreatures"); \ static_assert(sizeof(UAISenseConfig_NearbyCreatures) == 0x000050, "Wrong size on UAISenseConfig_NearbyCreatures"); \ static_assert(offsetof(UAISenseConfig_NearbyCreatures, Range) == 0x000048, "Member 'UAISenseConfig_NearbyCreatures::Range' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCinematicBatch \ static_assert(alignof(UCinematicBatch) == 0x000008, "Wrong alignment on UCinematicBatch"); \ static_assert(sizeof(UCinematicBatch) == 0x000048, "Wrong size on UCinematicBatch"); \ static_assert(offsetof(UCinematicBatch, ShotgunCinematicID) == 0x000030, "Member 'UCinematicBatch::ShotgunCinematicID' has a wrong offset!"); \ static_assert(offsetof(UCinematicBatch, Jobs) == 0x000038, "Member 'UCinematicBatch::Jobs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicSpawnerComponent_OnActorSpawned \ static_assert(alignof(DynamicSpawnerComponent_OnActorSpawned) == 0x000008, "Wrong alignment on DynamicSpawnerComponent_OnActorSpawned"); \ static_assert(sizeof(DynamicSpawnerComponent_OnActorSpawned) == 0x000010, "Wrong size on DynamicSpawnerComponent_OnActorSpawned"); \ static_assert(offsetof(DynamicSpawnerComponent_OnActorSpawned, SpawnedActor) == 0x000000, "Member 'DynamicSpawnerComponent_OnActorSpawned::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(DynamicSpawnerComponent_OnActorSpawned, GroupName) == 0x000008, "Member 'DynamicSpawnerComponent_OnActorSpawned::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicSpawnerComponent_OnSpawnFinished \ static_assert(alignof(DynamicSpawnerComponent_OnSpawnFinished) == 0x000004, "Wrong alignment on DynamicSpawnerComponent_OnSpawnFinished"); \ static_assert(sizeof(DynamicSpawnerComponent_OnSpawnFinished) == 0x000008, "Wrong size on DynamicSpawnerComponent_OnSpawnFinished"); \ static_assert(offsetof(DynamicSpawnerComponent_OnSpawnFinished, GroupName) == 0x000000, "Member 'DynamicSpawnerComponent_OnSpawnFinished::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicSpawnerComponent \ static_assert(alignof(UDynamicSpawnerComponent) == 0x000008, "Wrong alignment on UDynamicSpawnerComponent"); \ static_assert(sizeof(UDynamicSpawnerComponent) == 0x000100, "Wrong size on UDynamicSpawnerComponent"); \ static_assert(offsetof(UDynamicSpawnerComponent, SpawnObjectInfo) == 0x0000D0, "Member 'UDynamicSpawnerComponent::SpawnObjectInfo' has a wrong offset!"); \ static_assert(offsetof(UDynamicSpawnerComponent, AllowRealTimeSpawnerGeneration) == 0x0000E0, "Member 'UDynamicSpawnerComponent::AllowRealTimeSpawnerGeneration' has a wrong offset!"); \ static_assert(offsetof(UDynamicSpawnerComponent, MyDynamicVolume) == 0x0000E8, "Member 'UDynamicSpawnerComponent::MyDynamicVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPC_CrimeSceneSenseAsset \ static_assert(alignof(UNPC_CrimeSceneSenseAsset) == 0x000008, "Wrong alignment on UNPC_CrimeSceneSenseAsset"); \ static_assert(sizeof(UNPC_CrimeSceneSenseAsset) == 0x000060, "Wrong size on UNPC_CrimeSceneSenseAsset"); \ static_assert(offsetof(UNPC_CrimeSceneSenseAsset, CrimeSceneSense) == 0x000030, "Member 'UNPC_CrimeSceneSenseAsset::CrimeSceneSense' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupDebug_Phoenix \ static_assert(alignof(UCogGroupDebug_Phoenix) == 0x000008, "Wrong alignment on UCogGroupDebug_Phoenix"); \ static_assert(sizeof(UCogGroupDebug_Phoenix) == 0x000058, "Wrong size on UCogGroupDebug_Phoenix"); \ #define DUMPER7_ASSERTS_UCogGroupDebug_Phoenix_Aim \ static_assert(alignof(UCogGroupDebug_Phoenix_Aim) == 0x000008, "Wrong alignment on UCogGroupDebug_Phoenix_Aim"); \ static_assert(sizeof(UCogGroupDebug_Phoenix_Aim) == 0x000058, "Wrong size on UCogGroupDebug_Phoenix_Aim"); \ #define DUMPER7_ASSERTS_UAISenseConfig_NPCCrimeScene \ static_assert(alignof(UAISenseConfig_NPCCrimeScene) == 0x000008, "Wrong alignment on UAISenseConfig_NPCCrimeScene"); \ static_assert(sizeof(UAISenseConfig_NPCCrimeScene) == 0x000080, "Wrong size on UAISenseConfig_NPCCrimeScene"); \ static_assert(offsetof(UAISenseConfig_NPCCrimeScene, Implementation) == 0x000060, "Member 'UAISenseConfig_NPCCrimeScene::Implementation' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_NPCCrimeScene, SenseAsset) == 0x000068, "Member 'UAISenseConfig_NPCCrimeScene::SenseAsset' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_NPCCrimeScene, PerceiveRadius) == 0x000070, "Member 'UAISenseConfig_NPCCrimeScene::PerceiveRadius' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_NPCCrimeScene, LoseRadius) == 0x000074, "Member 'UAISenseConfig_NPCCrimeScene::LoseRadius' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_NPCCrimeScene, HeightDifference) == 0x000078, "Member 'UAISenseConfig_NPCCrimeScene::HeightDifference' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_NPCCrimeScene, EvaluateInterval) == 0x00007C, "Member 'UAISenseConfig_NPCCrimeScene::EvaluateInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEncounterSpawnComponent \ static_assert(alignof(UEncounterSpawnComponent) == 0x000008, "Wrong alignment on UEncounterSpawnComponent"); \ static_assert(sizeof(UEncounterSpawnComponent) == 0x000220, "Wrong size on UEncounterSpawnComponent"); \ static_assert(offsetof(UEncounterSpawnComponent, bIsEncounterSpawner) == 0x0000D0, "Member 'UEncounterSpawnComponent::bIsEncounterSpawner' has a wrong offset!"); \ static_assert(offsetof(UEncounterSpawnComponent, bIsStaticEncounterSpawner) == 0x0000D1, "Member 'UEncounterSpawnComponent::bIsStaticEncounterSpawner' has a wrong offset!"); \ static_assert(offsetof(UEncounterSpawnComponent, EncounterGUID) == 0x0000D8, "Member 'UEncounterSpawnComponent::EncounterGUID' has a wrong offset!"); \ static_assert(offsetof(UEncounterSpawnComponent, bDoNotInheritEncounterTag) == 0x0000E8, "Member 'UEncounterSpawnComponent::bDoNotInheritEncounterTag' has a wrong offset!"); \ static_assert(offsetof(UEncounterSpawnComponent, AssignedSpawnLocations) == 0x0000F0, "Member 'UEncounterSpawnComponent::AssignedSpawnLocations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMapPlayerController \ static_assert(alignof(AMapPlayerController) == 0x000008, "Wrong alignment on AMapPlayerController"); \ static_assert(sizeof(AMapPlayerController) == 0x0005B8, "Wrong size on AMapPlayerController"); \ static_assert(offsetof(AMapPlayerController, UMGInputManager) == 0x0005B0, "Member 'AMapPlayerController::UMGInputManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseConfig_Smell \ static_assert(alignof(UAISenseConfig_Smell) == 0x000008, "Wrong alignment on UAISenseConfig_Smell"); \ static_assert(sizeof(UAISenseConfig_Smell) == 0x000058, "Wrong size on UAISenseConfig_Smell"); \ static_assert(offsetof(UAISenseConfig_Smell, Implementation) == 0x000048, "Member 'UAISenseConfig_Smell::Implementation' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Smell, Range) == 0x000050, "Member 'UAISenseConfig_Smell::Range' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Smell, bDisplayDebugSphere) == 0x000054, "Member 'UAISenseConfig_Smell::bDisplayDebugSphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_MaterialSwap \ static_assert(alignof(USceneAction_MaterialSwap) == 0x000008, "Wrong alignment on USceneAction_MaterialSwap"); \ static_assert(sizeof(USceneAction_MaterialSwap) == 0x0000D8, "Wrong size on USceneAction_MaterialSwap"); \ static_assert(offsetof(USceneAction_MaterialSwap, Scalars) == 0x0000A0, "Member 'USceneAction_MaterialSwap::Scalars' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MaterialSwap, Vectors) == 0x0000B0, "Member 'USceneAction_MaterialSwap::Vectors' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MaterialSwap, Colors) == 0x0000C0, "Member 'USceneAction_MaterialSwap::Colors' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MaterialSwap, bLeaveSwappedMaterials) == 0x0000D0, "Member 'USceneAction_MaterialSwap::bLeaveSwappedMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_MaterialSwapOverrideMaterials \ static_assert(alignof(USceneAction_MaterialSwapOverrideMaterials) == 0x000008, "Wrong alignment on USceneAction_MaterialSwapOverrideMaterials"); \ static_assert(sizeof(USceneAction_MaterialSwapOverrideMaterials) == 0x000240, "Wrong size on USceneAction_MaterialSwapOverrideMaterials"); \ static_assert(offsetof(USceneAction_MaterialSwapOverrideMaterials, Swap) == 0x0000D8, "Member 'USceneAction_MaterialSwapOverrideMaterials::Swap' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MaterialSwapOverrideMaterials, InitialParameters) == 0x0001F0, "Member 'USceneAction_MaterialSwapOverrideMaterials::InitialParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseEvent_GameEvent \ static_assert(alignof(UAISenseEvent_GameEvent) == 0x000008, "Wrong alignment on UAISenseEvent_GameEvent"); \ static_assert(sizeof(UAISenseEvent_GameEvent) == 0x0000B8, "Wrong size on UAISenseEvent_GameEvent"); \ static_assert(offsetof(UAISenseEvent_GameEvent, Event) == 0x000028, "Member 'UAISenseEvent_GameEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASuperSlamTarget \ static_assert(alignof(ASuperSlamTarget) == 0x000008, "Wrong alignment on ASuperSlamTarget"); \ static_assert(sizeof(ASuperSlamTarget) == 0x000250, "Wrong size on ASuperSlamTarget"); \ static_assert(offsetof(ASuperSlamTarget, SceneComponent) == 0x000248, "Member 'ASuperSlamTarget::SceneComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapCameraParameters \ static_assert(alignof(UMapCameraParameters) == 0x000008, "Wrong alignment on UMapCameraParameters"); \ static_assert(sizeof(UMapCameraParameters) == 0x0000A0, "Wrong size on UMapCameraParameters"); \ static_assert(offsetof(UMapCameraParameters, LimitRotationBasedOnPitch) == 0x000030, "Member 'UMapCameraParameters::LimitRotationBasedOnPitch' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, LimitPitch) == 0x000031, "Member 'UMapCameraParameters::LimitPitch' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, PitchDefault) == 0x000034, "Member 'UMapCameraParameters::PitchDefault' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, PitchLimit) == 0x000038, "Member 'UMapCameraParameters::PitchLimit' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, PitchSpeedMultiplier) == 0x000040, "Member 'UMapCameraParameters::PitchSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, LimitYaw) == 0x000044, "Member 'UMapCameraParameters::LimitYaw' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, YawDefault) == 0x000048, "Member 'UMapCameraParameters::YawDefault' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, YawLimit) == 0x00004C, "Member 'UMapCameraParameters::YawLimit' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, YawSpeedMultiplier) == 0x000054, "Member 'UMapCameraParameters::YawSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, LimitPitchBasedOnRadius) == 0x000058, "Member 'UMapCameraParameters::LimitPitchBasedOnRadius' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, LimitRadius) == 0x000059, "Member 'UMapCameraParameters::LimitRadius' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, RadiusDefault) == 0x00005C, "Member 'UMapCameraParameters::RadiusDefault' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, RadiusLimit) == 0x000060, "Member 'UMapCameraParameters::RadiusLimit' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, RaduisSpeedMultiplier) == 0x000068, "Member 'UMapCameraParameters::RaduisSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, ZoomSnapInterpSpeed) == 0x00006C, "Member 'UMapCameraParameters::ZoomSnapInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, MoveSpeed) == 0x000070, "Member 'UMapCameraParameters::MoveSpeed' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, MoveAccelerationFactor) == 0x000074, "Member 'UMapCameraParameters::MoveAccelerationFactor' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, MoveDecelerationFactor) == 0x000078, "Member 'UMapCameraParameters::MoveDecelerationFactor' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, MoveMouseDragMaxSpeedFactor) == 0x00007C, "Member 'UMapCameraParameters::MoveMouseDragMaxSpeedFactor' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, MoveMouseDragAccelerationFrequency) == 0x000080, "Member 'UMapCameraParameters::MoveMouseDragAccelerationFrequency' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, MoveMouseDragDecelerationFrequency) == 0x000084, "Member 'UMapCameraParameters::MoveMouseDragDecelerationFrequency' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, MoveMouseDragDampingFactor) == 0x000088, "Member 'UMapCameraParameters::MoveMouseDragDampingFactor' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, MoveDecelerationFactorMouseFlick) == 0x00008C, "Member 'UMapCameraParameters::MoveDecelerationFactorMouseFlick' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, GamepadCameraFollowAccelerationFrequency) == 0x000090, "Member 'UMapCameraParameters::GamepadCameraFollowAccelerationFrequency' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, GamepadCameraFollowDecelerationFrequency) == 0x000094, "Member 'UMapCameraParameters::GamepadCameraFollowDecelerationFrequency' has a wrong offset!"); \ static_assert(offsetof(UMapCameraParameters, GamepadCameraFollowDampingFactor) == 0x000098, "Member 'UMapCameraParameters::GamepadCameraFollowDampingFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseEvent_Magic \ static_assert(alignof(UAISenseEvent_Magic) == 0x000008, "Wrong alignment on UAISenseEvent_Magic"); \ static_assert(sizeof(UAISenseEvent_Magic) == 0x000058, "Wrong size on UAISenseEvent_Magic"); \ static_assert(offsetof(UAISenseEvent_Magic, Event) == 0x000028, "Member 'UAISenseEvent_Magic::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Instigator_IsWolf \ static_assert(alignof(UModFilter_DealDamage_Instigator_IsWolf) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Instigator_IsWolf"); \ static_assert(sizeof(UModFilter_DealDamage_Instigator_IsWolf) == 0x000030, "Wrong size on UModFilter_DealDamage_Instigator_IsWolf"); \ #define DUMPER7_ASSERTS_UBroomRiderAction_SendHermesMessage \ static_assert(alignof(UBroomRiderAction_SendHermesMessage) == 0x000008, "Wrong alignment on UBroomRiderAction_SendHermesMessage"); \ static_assert(sizeof(UBroomRiderAction_SendHermesMessage) == 0x000050, "Wrong size on UBroomRiderAction_SendHermesMessage"); \ static_assert(offsetof(UBroomRiderAction_SendHermesMessage, MessageName) == 0x000038, "Member 'UBroomRiderAction_SendHermesMessage::MessageName' has a wrong offset!"); \ static_assert(offsetof(UBroomRiderAction_SendHermesMessage, bOwned) == 0x000048, "Member 'UBroomRiderAction_SendHermesMessage::bOwned' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AlohomoraLevelHelper_GetAlohomoraLevel \ static_assert(alignof(AlohomoraLevelHelper_GetAlohomoraLevel) == 0x000001, "Wrong alignment on AlohomoraLevelHelper_GetAlohomoraLevel"); \ static_assert(sizeof(AlohomoraLevelHelper_GetAlohomoraLevel) == 0x000001, "Wrong size on AlohomoraLevelHelper_GetAlohomoraLevel"); \ static_assert(offsetof(AlohomoraLevelHelper_GetAlohomoraLevel, ReturnValue) == 0x000000, "Member 'AlohomoraLevelHelper_GetAlohomoraLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AlohomoraLevelHelper_IsAlohomoraLevel \ static_assert(alignof(AlohomoraLevelHelper_IsAlohomoraLevel) == 0x000001, "Wrong alignment on AlohomoraLevelHelper_IsAlohomoraLevel"); \ static_assert(sizeof(AlohomoraLevelHelper_IsAlohomoraLevel) == 0x000002, "Wrong size on AlohomoraLevelHelper_IsAlohomoraLevel"); \ static_assert(offsetof(AlohomoraLevelHelper_IsAlohomoraLevel, AlohomoraLevel) == 0x000000, "Member 'AlohomoraLevelHelper_IsAlohomoraLevel::AlohomoraLevel' has a wrong offset!"); \ static_assert(offsetof(AlohomoraLevelHelper_IsAlohomoraLevel, ReturnValue) == 0x000001, "Member 'AlohomoraLevelHelper_IsAlohomoraLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AlohomoraLevelHelper_SetAlohomoraLevel \ static_assert(alignof(AlohomoraLevelHelper_SetAlohomoraLevel) == 0x000001, "Wrong alignment on AlohomoraLevelHelper_SetAlohomoraLevel"); \ static_assert(sizeof(AlohomoraLevelHelper_SetAlohomoraLevel) == 0x000001, "Wrong size on AlohomoraLevelHelper_SetAlohomoraLevel"); \ static_assert(offsetof(AlohomoraLevelHelper_SetAlohomoraLevel, AlohomoraLevel) == 0x000000, "Member 'AlohomoraLevelHelper_SetAlohomoraLevel::AlohomoraLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AlohomoraLevelHelper_SwitchAlohomoraLevel \ static_assert(alignof(AlohomoraLevelHelper_SwitchAlohomoraLevel) == 0x000001, "Wrong alignment on AlohomoraLevelHelper_SwitchAlohomoraLevel"); \ static_assert(sizeof(AlohomoraLevelHelper_SwitchAlohomoraLevel) == 0x000001, "Wrong size on AlohomoraLevelHelper_SwitchAlohomoraLevel"); \ static_assert(offsetof(AlohomoraLevelHelper_SwitchAlohomoraLevel, AlohomoraLevel) == 0x000000, "Member 'AlohomoraLevelHelper_SwitchAlohomoraLevel::AlohomoraLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAlohomoraLevelHelper \ static_assert(alignof(UAlohomoraLevelHelper) == 0x000008, "Wrong alignment on UAlohomoraLevelHelper"); \ static_assert(sizeof(UAlohomoraLevelHelper) == 0x000028, "Wrong size on UAlohomoraLevelHelper"); \ #define DUMPER7_ASSERTS_AmbientCreatureSpawnManager_Get \ static_assert(alignof(AmbientCreatureSpawnManager_Get) == 0x000008, "Wrong alignment on AmbientCreatureSpawnManager_Get"); \ static_assert(sizeof(AmbientCreatureSpawnManager_Get) == 0x000008, "Wrong size on AmbientCreatureSpawnManager_Get"); \ static_assert(offsetof(AmbientCreatureSpawnManager_Get, ReturnValue) == 0x000000, "Member 'AmbientCreatureSpawnManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AmbientCreatureSpawnManager_CullAllCreatures \ static_assert(alignof(AmbientCreatureSpawnManager_CullAllCreatures) == 0x000001, "Wrong alignment on AmbientCreatureSpawnManager_CullAllCreatures"); \ static_assert(sizeof(AmbientCreatureSpawnManager_CullAllCreatures) == 0x000001, "Wrong size on AmbientCreatureSpawnManager_CullAllCreatures"); \ static_assert(offsetof(AmbientCreatureSpawnManager_CullAllCreatures, bFadeOut) == 0x000000, "Member 'AmbientCreatureSpawnManager_CullAllCreatures::bFadeOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AmbientCreatureSpawnManager_SetSpawningEnabled \ static_assert(alignof(AmbientCreatureSpawnManager_SetSpawningEnabled) == 0x000001, "Wrong alignment on AmbientCreatureSpawnManager_SetSpawningEnabled"); \ static_assert(sizeof(AmbientCreatureSpawnManager_SetSpawningEnabled) == 0x000001, "Wrong size on AmbientCreatureSpawnManager_SetSpawningEnabled"); \ static_assert(offsetof(AmbientCreatureSpawnManager_SetSpawningEnabled, bEnabled) == 0x000000, "Member 'AmbientCreatureSpawnManager_SetSpawningEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAmbientCreatureSpawnManager \ static_assert(alignof(UAmbientCreatureSpawnManager) == 0x000008, "Wrong alignment on UAmbientCreatureSpawnManager"); \ static_assert(sizeof(UAmbientCreatureSpawnManager) == 0x000270, "Wrong size on UAmbientCreatureSpawnManager"); \ #define DUMPER7_ASSERTS_AEncounterCreator \ static_assert(alignof(AEncounterCreator) == 0x000008, "Wrong alignment on AEncounterCreator"); \ static_assert(sizeof(AEncounterCreator) == 0x000290, "Wrong size on AEncounterCreator"); \ static_assert(offsetof(AEncounterCreator, bActivateEncounter) == 0x000250, "Member 'AEncounterCreator::bActivateEncounter' has a wrong offset!"); \ static_assert(offsetof(AEncounterCreator, bHideEncounterVolumes) == 0x000251, "Member 'AEncounterCreator::bHideEncounterVolumes' has a wrong offset!"); \ static_assert(offsetof(AEncounterCreator, DynamicObjectVolumeCount) == 0x000254, "Member 'AEncounterCreator::DynamicObjectVolumeCount' has a wrong offset!"); \ static_assert(offsetof(AEncounterCreator, SpawnLocationCount) == 0x000258, "Member 'AEncounterCreator::SpawnLocationCount' has a wrong offset!"); \ static_assert(offsetof(AEncounterCreator, EncounterVolume) == 0x000260, "Member 'AEncounterCreator::EncounterVolume' has a wrong offset!"); \ static_assert(offsetof(AEncounterCreator, DynamicObjectVolumes) == 0x000268, "Member 'AEncounterCreator::DynamicObjectVolumes' has a wrong offset!"); \ static_assert(offsetof(AEncounterCreator, SpawnLocations) == 0x000278, "Member 'AEncounterCreator::SpawnLocations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AmbientCreatureSpawnVolume_OnBeginOverlap \ static_assert(alignof(AmbientCreatureSpawnVolume_OnBeginOverlap) == 0x000008, "Wrong alignment on AmbientCreatureSpawnVolume_OnBeginOverlap"); \ static_assert(sizeof(AmbientCreatureSpawnVolume_OnBeginOverlap) == 0x000010, "Wrong size on AmbientCreatureSpawnVolume_OnBeginOverlap"); \ static_assert(offsetof(AmbientCreatureSpawnVolume_OnBeginOverlap, SelfActor) == 0x000000, "Member 'AmbientCreatureSpawnVolume_OnBeginOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(AmbientCreatureSpawnVolume_OnBeginOverlap, OtherActor) == 0x000008, "Member 'AmbientCreatureSpawnVolume_OnBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AmbientCreatureSpawnVolume_OnEndOverlap \ static_assert(alignof(AmbientCreatureSpawnVolume_OnEndOverlap) == 0x000008, "Wrong alignment on AmbientCreatureSpawnVolume_OnEndOverlap"); \ static_assert(sizeof(AmbientCreatureSpawnVolume_OnEndOverlap) == 0x000010, "Wrong size on AmbientCreatureSpawnVolume_OnEndOverlap"); \ static_assert(offsetof(AmbientCreatureSpawnVolume_OnEndOverlap, SelfActor) == 0x000000, "Member 'AmbientCreatureSpawnVolume_OnEndOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(AmbientCreatureSpawnVolume_OnEndOverlap, OtherActor) == 0x000008, "Member 'AmbientCreatureSpawnVolume_OnEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAmbientCreatureSpawnVolume \ static_assert(alignof(AAmbientCreatureSpawnVolume) == 0x000008, "Wrong alignment on AAmbientCreatureSpawnVolume"); \ static_assert(sizeof(AAmbientCreatureSpawnVolume) == 0x000300, "Wrong size on AAmbientCreatureSpawnVolume"); \ static_assert(offsetof(AAmbientCreatureSpawnVolume, VolumeType) == 0x000250, "Member 'AAmbientCreatureSpawnVolume::VolumeType' has a wrong offset!"); \ static_assert(offsetof(AAmbientCreatureSpawnVolume, CreatureGroupSelector) == 0x000258, "Member 'AAmbientCreatureSpawnVolume::CreatureGroupSelector' has a wrong offset!"); \ static_assert(offsetof(AAmbientCreatureSpawnVolume, VolumePriority) == 0x0002E0, "Member 'AAmbientCreatureSpawnVolume::VolumePriority' has a wrong offset!"); \ static_assert(offsetof(AAmbientCreatureSpawnVolume, RangeMultiplier) == 0x0002E4, "Member 'AAmbientCreatureSpawnVolume::RangeMultiplier' has a wrong offset!"); \ static_assert(offsetof(AAmbientCreatureSpawnVolume, bSuppressSpawning) == 0x0002E8, "Member 'AAmbientCreatureSpawnVolume::bSuppressSpawning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_Creature_LookAt \ static_assert(alignof(UBTService_Creature_LookAt) == 0x000008, "Wrong alignment on UBTService_Creature_LookAt"); \ static_assert(sizeof(UBTService_Creature_LookAt) == 0x0000A8, "Wrong size on UBTService_Creature_LookAt"); \ static_assert(offsetof(UBTService_Creature_LookAt, Mode) == 0x000070, "Member 'UBTService_Creature_LookAt::Mode' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_LookAt, TargetKey) == 0x000078, "Member 'UBTService_Creature_LookAt::TargetKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_LookAt, bLookAtTarget) == 0x0000A0, "Member 'UBTService_Creature_LookAt::bLookAtTarget' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_LookAt, bAimAtTarget) == 0x0000A1, "Member 'UBTService_Creature_LookAt::bAimAtTarget' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_LookAt, bUrgentTarget) == 0x0000A2, "Member 'UBTService_Creature_LookAt::bUrgentTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAmbientGhost_AnimInstance \ static_assert(alignof(UAmbientGhost_AnimInstance) == 0x000010, "Wrong alignment on UAmbientGhost_AnimInstance"); \ static_assert(sizeof(UAmbientGhost_AnimInstance) == 0x0002C0, "Wrong size on UAmbientGhost_AnimInstance"); \ static_assert(offsetof(UAmbientGhost_AnimInstance, bWaveEnabled) == 0x0002B8, "Member 'UAmbientGhost_AnimInstance::bWaveEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAmbientPaintingActor \ static_assert(alignof(AAmbientPaintingActor) == 0x000008, "Wrong alignment on AAmbientPaintingActor"); \ static_assert(sizeof(AAmbientPaintingActor) == 0x0002D0, "Wrong size on AAmbientPaintingActor"); \ static_assert(offsetof(AAmbientPaintingActor, RootSceneComponent) == 0x000258, "Member 'AAmbientPaintingActor::RootSceneComponent' has a wrong offset!"); \ static_assert(offsetof(AAmbientPaintingActor, FrameT) == 0x000260, "Member 'AAmbientPaintingActor::FrameT' has a wrong offset!"); \ static_assert(offsetof(AAmbientPaintingActor, AtlasHandle) == 0x000268, "Member 'AAmbientPaintingActor::AtlasHandle' has a wrong offset!"); \ static_assert(offsetof(AAmbientPaintingActor, PaintingHandle) == 0x000278, "Member 'AAmbientPaintingActor::PaintingHandle' has a wrong offset!"); \ static_assert(offsetof(AAmbientPaintingActor, PaintingMaterial) == 0x000288, "Member 'AAmbientPaintingActor::PaintingMaterial' has a wrong offset!"); \ static_assert(offsetof(AAmbientPaintingActor, AmbientPaintingsLibraryDT) == 0x000290, "Member 'AAmbientPaintingActor::AmbientPaintingsLibraryDT' has a wrong offset!"); \ static_assert(offsetof(AAmbientPaintingActor, PhysicalResponse) == 0x000298, "Member 'AAmbientPaintingActor::PhysicalResponse' has a wrong offset!"); \ static_assert(offsetof(AAmbientPaintingActor, BinkMediaPlayer) == 0x0002A0, "Member 'AAmbientPaintingActor::BinkMediaPlayer' has a wrong offset!"); \ static_assert(offsetof(AAmbientPaintingActor, MaterialInstance) == 0x0002B8, "Member 'AAmbientPaintingActor::MaterialInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAmbientPaintingBudgeterInterface \ static_assert(alignof(IAmbientPaintingBudgeterInterface) == 0x000001, "Wrong alignment on IAmbientPaintingBudgeterInterface"); \ static_assert(sizeof(IAmbientPaintingBudgeterInterface) == 0x000001, "Wrong size on IAmbientPaintingBudgeterInterface"); \ #define DUMPER7_ASSERTS_UEnemy_Around_QBUpdateData \ static_assert(alignof(UEnemy_Around_QBUpdateData) == 0x000008, "Wrong alignment on UEnemy_Around_QBUpdateData"); \ static_assert(sizeof(UEnemy_Around_QBUpdateData) == 0x000038, "Wrong size on UEnemy_Around_QBUpdateData"); \ static_assert(offsetof(UEnemy_Around_QBUpdateData, MinAngle) == 0x000030, "Member 'UEnemy_Around_QBUpdateData::MinAngle' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Around_QBUpdateData, MaxAngle) == 0x000034, "Member 'UEnemy_Around_QBUpdateData::MaxAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMazeRunnerAI \ static_assert(alignof(AMazeRunnerAI) == 0x000008, "Wrong alignment on AMazeRunnerAI"); \ static_assert(sizeof(AMazeRunnerAI) == 0x000510, "Wrong size on AMazeRunnerAI"); \ #define DUMPER7_ASSERTS_UAmbulatoryAnimTask_TurnAssist \ static_assert(alignof(UAmbulatoryAnimTask_TurnAssist) == 0x000008, "Wrong alignment on UAmbulatoryAnimTask_TurnAssist"); \ static_assert(sizeof(UAmbulatoryAnimTask_TurnAssist) == 0x0000A8, "Wrong size on UAmbulatoryAnimTask_TurnAssist"); \ static_assert(offsetof(UAmbulatoryAnimTask_TurnAssist, TurningBlend) == 0x000058, "Member 'UAmbulatoryAnimTask_TurnAssist::TurningBlend' has a wrong offset!"); \ static_assert(offsetof(UAmbulatoryAnimTask_TurnAssist, CurrentDirection) == 0x000088, "Member 'UAmbulatoryAnimTask_TurnAssist::CurrentDirection' has a wrong offset!"); \ static_assert(offsetof(UAmbulatoryAnimTask_TurnAssist, DesiredDirection) == 0x000094, "Member 'UAmbulatoryAnimTask_TurnAssist::DesiredDirection' has a wrong offset!"); \ static_assert(offsetof(UAmbulatoryAnimTask_TurnAssist, ElapsedTime) == 0x0000A0, "Member 'UAmbulatoryAnimTask_TurnAssist::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(UAmbulatoryAnimTask_TurnAssist, bTimerReset) == 0x0000A4, "Member 'UAmbulatoryAnimTask_TurnAssist::bTimerReset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_Creature_TargetPrediction \ static_assert(alignof(UBTService_Creature_TargetPrediction) == 0x000008, "Wrong alignment on UBTService_Creature_TargetPrediction"); \ static_assert(sizeof(UBTService_Creature_TargetPrediction) == 0x000168, "Wrong size on UBTService_Creature_TargetPrediction"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, TargetActorKey) == 0x000070, "Member 'UBTService_Creature_TargetPrediction::TargetActorKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, PredictedLocationKey) == 0x000098, "Member 'UBTService_Creature_TargetPrediction::PredictedLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, LookAheadTime) == 0x0000C0, "Member 'UBTService_Creature_TargetPrediction::LookAheadTime' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, bUseParameterizedLookAheadTime) == 0x0000C4, "Member 'UBTService_Creature_TargetPrediction::bUseParameterizedLookAheadTime' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, ParameterizedLookAheadTime) == 0x0000C8, "Member 'UBTService_Creature_TargetPrediction::ParameterizedLookAheadTime' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, LookAheadOption) == 0x000100, "Member 'UBTService_Creature_TargetPrediction::LookAheadOption' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, TargetVelocityInterpSpeed) == 0x000104, "Member 'UBTService_Creature_TargetPrediction::TargetVelocityInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, bCommit) == 0x000108, "Member 'UBTService_Creature_TargetPrediction::bCommit' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, CommitTime) == 0x00010C, "Member 'UBTService_Creature_TargetPrediction::CommitTime' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, bUseParameterizedCommitTime) == 0x000110, "Member 'UBTService_Creature_TargetPrediction::bUseParameterizedCommitTime' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, ParameterizedCommitTime) == 0x000118, "Member 'UBTService_Creature_TargetPrediction::ParameterizedCommitTime' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, bSetDesiredDirection) == 0x000150, "Member 'UBTService_Creature_TargetPrediction::bSetDesiredDirection' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, bClampToDistanceRange) == 0x000151, "Member 'UBTService_Creature_TargetPrediction::bClampToDistanceRange' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, bClampToHeadingRange) == 0x000152, "Member 'UBTService_Creature_TargetPrediction::bClampToHeadingRange' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, bClampToStraightLineReachableOnNavmesh) == 0x000153, "Member 'UBTService_Creature_TargetPrediction::bClampToStraightLineReachableOnNavmesh' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, MaxStraightLineReachableAngleOffset) == 0x000154, "Member 'UBTService_Creature_TargetPrediction::MaxStraightLineReachableAngleOffset' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, StraightLineReachableOption) == 0x000158, "Member 'UBTService_Creature_TargetPrediction::StraightLineReachableOption' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_TargetPrediction, AttackData) == 0x000160, "Member 'UBTService_Creature_TargetPrediction::AttackData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransformationSpellToolComponent_AdjustDistance \ static_assert(alignof(TransformationSpellToolComponent_AdjustDistance) == 0x000004, "Wrong alignment on TransformationSpellToolComponent_AdjustDistance"); \ static_assert(sizeof(TransformationSpellToolComponent_AdjustDistance) == 0x000004, "Wrong size on TransformationSpellToolComponent_AdjustDistance"); \ static_assert(offsetof(TransformationSpellToolComponent_AdjustDistance, InAdjust) == 0x000000, "Member 'TransformationSpellToolComponent_AdjustDistance::InAdjust' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransformationSpellToolComponent_GetCurrentColor \ static_assert(alignof(TransformationSpellToolComponent_GetCurrentColor) == 0x000004, "Wrong alignment on TransformationSpellToolComponent_GetCurrentColor"); \ static_assert(sizeof(TransformationSpellToolComponent_GetCurrentColor) == 0x000008, "Wrong size on TransformationSpellToolComponent_GetCurrentColor"); \ static_assert(offsetof(TransformationSpellToolComponent_GetCurrentColor, ReturnValue) == 0x000000, "Member 'TransformationSpellToolComponent_GetCurrentColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransformationSpellToolComponent_GetNormalizedObjectSizeRatio \ static_assert(alignof(TransformationSpellToolComponent_GetNormalizedObjectSizeRatio) == 0x000004, "Wrong alignment on TransformationSpellToolComponent_GetNormalizedObjectSizeRatio"); \ static_assert(sizeof(TransformationSpellToolComponent_GetNormalizedObjectSizeRatio) == 0x000004, "Wrong size on TransformationSpellToolComponent_GetNormalizedObjectSizeRatio"); \ static_assert(offsetof(TransformationSpellToolComponent_GetNormalizedObjectSizeRatio, ReturnValue) == 0x000000, "Member 'TransformationSpellToolComponent_GetNormalizedObjectSizeRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransformationSpellToolComponent_GetTargetPointScreenPosition \ static_assert(alignof(TransformationSpellToolComponent_GetTargetPointScreenPosition) == 0x000004, "Wrong alignment on TransformationSpellToolComponent_GetTargetPointScreenPosition"); \ static_assert(sizeof(TransformationSpellToolComponent_GetTargetPointScreenPosition) == 0x000004, "Wrong size on TransformationSpellToolComponent_GetTargetPointScreenPosition"); \ static_assert(offsetof(TransformationSpellToolComponent_GetTargetPointScreenPosition, ReturnValue) == 0x000000, "Member 'TransformationSpellToolComponent_GetTargetPointScreenPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransformationSpellToolComponent \ static_assert(alignof(UTransformationSpellToolComponent) == 0x000010, "Wrong alignment on UTransformationSpellToolComponent"); \ static_assert(sizeof(UTransformationSpellToolComponent) == 0x000250, "Wrong size on UTransformationSpellToolComponent"); \ static_assert(offsetof(UTransformationSpellToolComponent, PreviewActorClass) == 0x0000D0, "Member 'UTransformationSpellToolComponent::PreviewActorClass' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, LeftBehindPreviewActorClass) == 0x0000D8, "Member 'UTransformationSpellToolComponent::LeftBehindPreviewActorClass' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, SnappingLineVisualizationClass) == 0x0000E0, "Member 'UTransformationSpellToolComponent::SnappingLineVisualizationClass' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, SnappingTargetObjectVisualizationClass) == 0x0000E8, "Member 'UTransformationSpellToolComponent::SnappingTargetObjectVisualizationClass' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, DefaultDistance) == 0x0000F0, "Member 'UTransformationSpellToolComponent::DefaultDistance' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, MinDistance) == 0x0000F4, "Member 'UTransformationSpellToolComponent::MinDistance' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, MaxDistance) == 0x0000F8, "Member 'UTransformationSpellToolComponent::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, DistanceSpeed) == 0x0000FC, "Member 'UTransformationSpellToolComponent::DistanceSpeed' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, ObjectLevitationHeight) == 0x000100, "Member 'UTransformationSpellToolComponent::ObjectLevitationHeight' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, MinFootprintDistance) == 0x000104, "Member 'UTransformationSpellToolComponent::MinFootprintDistance' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, TransformRotationAngle) == 0x000108, "Member 'UTransformationSpellToolComponent::TransformRotationAngle' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, PowerpointFindRange) == 0x00010C, "Member 'UTransformationSpellToolComponent::PowerpointFindRange' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, PowerpointSnapRange) == 0x000110, "Member 'UTransformationSpellToolComponent::PowerpointSnapRange' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, PowerpointWallSnapRange) == 0x000114, "Member 'UTransformationSpellToolComponent::PowerpointWallSnapRange' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, IncreasedSnapRangeThreshold) == 0x000118, "Member 'UTransformationSpellToolComponent::IncreasedSnapRangeThreshold' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, PowerpointMaxSpeed) == 0x00011C, "Member 'UTransformationSpellToolComponent::PowerpointMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, PowerpointMaxNearbySnappingPoints) == 0x000120, "Member 'UTransformationSpellToolComponent::PowerpointMaxNearbySnappingPoints' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, PowerpointValidLocationStickingRange) == 0x000124, "Member 'UTransformationSpellToolComponent::PowerpointValidLocationStickingRange' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, NoSnappingValidLocationStickingRange) == 0x000128, "Member 'UTransformationSpellToolComponent::NoSnappingValidLocationStickingRange' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, WallSnappingValidLocationStickingRange) == 0x00012C, "Member 'UTransformationSpellToolComponent::WallSnappingValidLocationStickingRange' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, WallNoSnappingValidLocationStickingRange) == 0x000130, "Member 'UTransformationSpellToolComponent::WallNoSnappingValidLocationStickingRange' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, WallAlignmentFindRange) == 0x000134, "Member 'UTransformationSpellToolComponent::WallAlignmentFindRange' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, WallAlignmentSnapRange) == 0x000138, "Member 'UTransformationSpellToolComponent::WallAlignmentSnapRange' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, LeftBehindPreviewFadeInStartDistance) == 0x00013C, "Member 'UTransformationSpellToolComponent::LeftBehindPreviewFadeInStartDistance' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, LeftBehindPreviewFadeInEndDistance) == 0x000140, "Member 'UTransformationSpellToolComponent::LeftBehindPreviewFadeInEndDistance' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, TargetPointScreenPositionOverPitchSmall) == 0x000148, "Member 'UTransformationSpellToolComponent::TargetPointScreenPositionOverPitchSmall' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, TargetPointScreenPositionOverPitchLarge) == 0x000150, "Member 'UTransformationSpellToolComponent::TargetPointScreenPositionOverPitchLarge' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, ObjectRadiusSmall) == 0x000158, "Member 'UTransformationSpellToolComponent::ObjectRadiusSmall' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, ObjectRadiusLarge) == 0x00015C, "Member 'UTransformationSpellToolComponent::ObjectRadiusLarge' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, TwirlDirection) == 0x000160, "Member 'UTransformationSpellToolComponent::TwirlDirection' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, DefaultSmallScale) == 0x000164, "Member 'UTransformationSpellToolComponent::DefaultSmallScale' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, DefaultLargeScale) == 0x000168, "Member 'UTransformationSpellToolComponent::DefaultLargeScale' has a wrong offset!"); \ static_assert(offsetof(UTransformationSpellToolComponent, CurrentPreviewActor) == 0x000170, "Member 'UTransformationSpellToolComponent::CurrentPreviewActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_PerformTaskFollowSpline \ static_assert(alignof(USceneAction_PerformTaskFollowSpline) == 0x000008, "Wrong alignment on USceneAction_PerformTaskFollowSpline"); \ static_assert(sizeof(USceneAction_PerformTaskFollowSpline) == 0x0000B0, "Wrong size on USceneAction_PerformTaskFollowSpline"); \ static_assert(offsetof(USceneAction_PerformTaskFollowSpline, SplineFollowerActor) == 0x0000A0, "Member 'USceneAction_PerformTaskFollowSpline::SplineFollowerActor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PerformTaskFollowSpline, FinishAction) == 0x0000A8, "Member 'USceneAction_PerformTaskFollowSpline::FinishAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_AnalyticsEventAction \ static_assert(alignof(AnalyticsManager_AnalyticsEventAction) == 0x000008, "Wrong alignment on AnalyticsManager_AnalyticsEventAction"); \ static_assert(sizeof(AnalyticsManager_AnalyticsEventAction) == 0x000048, "Wrong size on AnalyticsManager_AnalyticsEventAction"); \ static_assert(offsetof(AnalyticsManager_AnalyticsEventAction, ActionName) == 0x000000, "Member 'AnalyticsManager_AnalyticsEventAction::ActionName' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_AnalyticsEventAction, SubactionName) == 0x000010, "Member 'AnalyticsManager_AnalyticsEventAction::SubactionName' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_AnalyticsEventAction, ActionResult) == 0x000020, "Member 'AnalyticsManager_AnalyticsEventAction::ActionResult' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_AnalyticsEventAction, ResultExplained) == 0x000028, "Member 'AnalyticsManager_AnalyticsEventAction::ResultExplained' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_AnalyticsEventAction, ActionDetail) == 0x000038, "Member 'AnalyticsManager_AnalyticsEventAction::ActionDetail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_Get \ static_assert(alignof(AnalyticsManager_Get) == 0x000008, "Wrong alignment on AnalyticsManager_Get"); \ static_assert(sizeof(AnalyticsManager_Get) == 0x000008, "Wrong size on AnalyticsManager_Get"); \ static_assert(offsetof(AnalyticsManager_Get, ReturnValue) == 0x000000, "Member 'AnalyticsManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_HandleConversationChoice \ static_assert(alignof(AnalyticsManager_HandleConversationChoice) == 0x000008, "Wrong alignment on AnalyticsManager_HandleConversationChoice"); \ static_assert(sizeof(AnalyticsManager_HandleConversationChoice) == 0x000018, "Wrong size on AnalyticsManager_HandleConversationChoice"); \ static_assert(offsetof(AnalyticsManager_HandleConversationChoice, DialogueID) == 0x000000, "Member 'AnalyticsManager_HandleConversationChoice::DialogueID' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleConversationChoice, ChoiceNum) == 0x000010, "Member 'AnalyticsManager_HandleConversationChoice::ChoiceNum' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleConversationChoice, NumChoices) == 0x000014, "Member 'AnalyticsManager_HandleConversationChoice::NumChoices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_HandleInteraction \ static_assert(alignof(AnalyticsManager_HandleInteraction) == 0x000008, "Wrong alignment on AnalyticsManager_HandleInteraction"); \ static_assert(sizeof(AnalyticsManager_HandleInteraction) == 0x000008, "Wrong size on AnalyticsManager_HandleInteraction"); \ static_assert(offsetof(AnalyticsManager_HandleInteraction, Target) == 0x000000, "Member 'AnalyticsManager_HandleInteraction::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_HandleMenuAction \ static_assert(alignof(AnalyticsManager_HandleMenuAction) == 0x000008, "Wrong alignment on AnalyticsManager_HandleMenuAction"); \ static_assert(sizeof(AnalyticsManager_HandleMenuAction) == 0x000048, "Wrong size on AnalyticsManager_HandleMenuAction"); \ static_assert(offsetof(AnalyticsManager_HandleMenuAction, MenuName) == 0x000000, "Member 'AnalyticsManager_HandleMenuAction::MenuName' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleMenuAction, Action) == 0x000010, "Member 'AnalyticsManager_HandleMenuAction::Action' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleMenuAction, Selection) == 0x000020, "Member 'AnalyticsManager_HandleMenuAction::Selection' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleMenuAction, SelectionDetail) == 0x000030, "Member 'AnalyticsManager_HandleMenuAction::SelectionDetail' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleMenuAction, LockedToPage) == 0x000040, "Member 'AnalyticsManager_HandleMenuAction::LockedToPage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_HandleMenuItemSelect \ static_assert(alignof(AnalyticsManager_HandleMenuItemSelect) == 0x000008, "Wrong alignment on AnalyticsManager_HandleMenuItemSelect"); \ static_assert(sizeof(AnalyticsManager_HandleMenuItemSelect) == 0x000018, "Wrong size on AnalyticsManager_HandleMenuItemSelect"); \ static_assert(offsetof(AnalyticsManager_HandleMenuItemSelect, menuItemName) == 0x000000, "Member 'AnalyticsManager_HandleMenuItemSelect::menuItemName' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleMenuItemSelect, selectAction) == 0x000008, "Member 'AnalyticsManager_HandleMenuItemSelect::selectAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_HandleNPCAction \ static_assert(alignof(AnalyticsManager_HandleNPCAction) == 0x000008, "Wrong alignment on AnalyticsManager_HandleNPCAction"); \ static_assert(sizeof(AnalyticsManager_HandleNPCAction) == 0x000058, "Wrong size on AnalyticsManager_HandleNPCAction"); \ static_assert(offsetof(AnalyticsManager_HandleNPCAction, NPCID) == 0x000000, "Member 'AnalyticsManager_HandleNPCAction::NPCID' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleNPCAction, Action) == 0x000010, "Member 'AnalyticsManager_HandleNPCAction::Action' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleNPCAction, ActionDetail) == 0x000020, "Member 'AnalyticsManager_HandleNPCAction::ActionDetail' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleNPCAction, ConversationID) == 0x000030, "Member 'AnalyticsManager_HandleNPCAction::ConversationID' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleNPCAction, DialogueText) == 0x000040, "Member 'AnalyticsManager_HandleNPCAction::DialogueText' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleNPCAction, ChoiceNum) == 0x000050, "Member 'AnalyticsManager_HandleNPCAction::ChoiceNum' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleNPCAction, NumChoices) == 0x000054, "Member 'AnalyticsManager_HandleNPCAction::NumChoices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_HandleOptionSet \ static_assert(alignof(AnalyticsManager_HandleOptionSet) == 0x000008, "Wrong alignment on AnalyticsManager_HandleOptionSet"); \ static_assert(sizeof(AnalyticsManager_HandleOptionSet) == 0x000038, "Wrong size on AnalyticsManager_HandleOptionSet"); \ static_assert(offsetof(AnalyticsManager_HandleOptionSet, OptionName) == 0x000000, "Member 'AnalyticsManager_HandleOptionSet::OptionName' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleOptionSet, OptionType) == 0x000010, "Member 'AnalyticsManager_HandleOptionSet::OptionType' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleOptionSet, StringValue) == 0x000020, "Member 'AnalyticsManager_HandleOptionSet::StringValue' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleOptionSet, BoolValue) == 0x000030, "Member 'AnalyticsManager_HandleOptionSet::BoolValue' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleOptionSet, FloatValue) == 0x000034, "Member 'AnalyticsManager_HandleOptionSet::FloatValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_HandlePlayerAvatarUpdate \ static_assert(alignof(AnalyticsManager_HandlePlayerAvatarUpdate) == 0x000008, "Wrong alignment on AnalyticsManager_HandlePlayerAvatarUpdate"); \ static_assert(sizeof(AnalyticsManager_HandlePlayerAvatarUpdate) == 0x000020, "Wrong size on AnalyticsManager_HandlePlayerAvatarUpdate"); \ static_assert(offsetof(AnalyticsManager_HandlePlayerAvatarUpdate, PresetType) == 0x000000, "Member 'AnalyticsManager_HandlePlayerAvatarUpdate::PresetType' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandlePlayerAvatarUpdate, PresetValue) == 0x000010, "Member 'AnalyticsManager_HandlePlayerAvatarUpdate::PresetValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_HandlePuzzle \ static_assert(alignof(AnalyticsManager_HandlePuzzle) == 0x000008, "Wrong alignment on AnalyticsManager_HandlePuzzle"); \ static_assert(sizeof(AnalyticsManager_HandlePuzzle) == 0x000028, "Wrong size on AnalyticsManager_HandlePuzzle"); \ static_assert(offsetof(AnalyticsManager_HandlePuzzle, PuzzleName) == 0x000000, "Member 'AnalyticsManager_HandlePuzzle::PuzzleName' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandlePuzzle, Start) == 0x000010, "Member 'AnalyticsManager_HandlePuzzle::Start' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandlePuzzle, PuzzleType) == 0x000018, "Member 'AnalyticsManager_HandlePuzzle::PuzzleType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_HandleResourceFlow \ static_assert(alignof(AnalyticsManager_HandleResourceFlow) == 0x000008, "Wrong alignment on AnalyticsManager_HandleResourceFlow"); \ static_assert(sizeof(AnalyticsManager_HandleResourceFlow) == 0x000058, "Wrong size on AnalyticsManager_HandleResourceFlow"); \ static_assert(offsetof(AnalyticsManager_HandleResourceFlow, Resource) == 0x000000, "Member 'AnalyticsManager_HandleResourceFlow::Resource' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleResourceFlow, ChangeAmount) == 0x000010, "Member 'AnalyticsManager_HandleResourceFlow::ChangeAmount' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleResourceFlow, FinalAmount) == 0x000014, "Member 'AnalyticsManager_HandleResourceFlow::FinalAmount' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleResourceFlow, Source) == 0x000018, "Member 'AnalyticsManager_HandleResourceFlow::Source' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleResourceFlow, SourceDetail) == 0x000028, "Member 'AnalyticsManager_HandleResourceFlow::SourceDetail' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleResourceFlow, ResourceFlowID) == 0x000038, "Member 'AnalyticsManager_HandleResourceFlow::ResourceFlowID' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleResourceFlow, ResourceCategory) == 0x000048, "Member 'AnalyticsManager_HandleResourceFlow::ResourceCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_HandleSpellFunnel \ static_assert(alignof(AnalyticsManager_HandleSpellFunnel) == 0x000008, "Wrong alignment on AnalyticsManager_HandleSpellFunnel"); \ static_assert(sizeof(AnalyticsManager_HandleSpellFunnel) == 0x000058, "Wrong size on AnalyticsManager_HandleSpellFunnel"); \ static_assert(offsetof(AnalyticsManager_HandleSpellFunnel, Conjuration) == 0x000000, "Member 'AnalyticsManager_HandleSpellFunnel::Conjuration' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleSpellFunnel, StepNumber) == 0x000004, "Member 'AnalyticsManager_HandleSpellFunnel::StepNumber' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleSpellFunnel, FunnelAction) == 0x000008, "Member 'AnalyticsManager_HandleSpellFunnel::FunnelAction' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleSpellFunnel, Selection) == 0x000018, "Member 'AnalyticsManager_HandleSpellFunnel::Selection' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleSpellFunnel, Transformation) == 0x000028, "Member 'AnalyticsManager_HandleSpellFunnel::Transformation' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleSpellFunnel, Color) == 0x000038, "Member 'AnalyticsManager_HandleSpellFunnel::Color' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleSpellFunnel, SelectionID) == 0x000048, "Member 'AnalyticsManager_HandleSpellFunnel::SelectionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_HandleSphinxPuzzle \ static_assert(alignof(AnalyticsManager_HandleSphinxPuzzle) == 0x000008, "Wrong alignment on AnalyticsManager_HandleSphinxPuzzle"); \ static_assert(sizeof(AnalyticsManager_HandleSphinxPuzzle) == 0x000028, "Wrong size on AnalyticsManager_HandleSphinxPuzzle"); \ static_assert(offsetof(AnalyticsManager_HandleSphinxPuzzle, Name_0) == 0x000000, "Member 'AnalyticsManager_HandleSphinxPuzzle::Name_0' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleSphinxPuzzle, Type) == 0x000010, "Member 'AnalyticsManager_HandleSphinxPuzzle::Type' has a wrong offset!"); \ static_assert(offsetof(AnalyticsManager_HandleSphinxPuzzle, InteractiveState) == 0x000020, "Member 'AnalyticsManager_HandleSphinxPuzzle::InteractiveState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_HeartbeatUpdateMountState \ static_assert(alignof(AnalyticsManager_HeartbeatUpdateMountState) == 0x000008, "Wrong alignment on AnalyticsManager_HeartbeatUpdateMountState"); \ static_assert(sizeof(AnalyticsManager_HeartbeatUpdateMountState) == 0x000010, "Wrong size on AnalyticsManager_HeartbeatUpdateMountState"); \ static_assert(offsetof(AnalyticsManager_HeartbeatUpdateMountState, MountType) == 0x000000, "Member 'AnalyticsManager_HeartbeatUpdateMountState::MountType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_SetNaturalPlaythrough \ static_assert(alignof(AnalyticsManager_SetNaturalPlaythrough) == 0x000001, "Wrong alignment on AnalyticsManager_SetNaturalPlaythrough"); \ static_assert(sizeof(AnalyticsManager_SetNaturalPlaythrough) == 0x000001, "Wrong size on AnalyticsManager_SetNaturalPlaythrough"); \ static_assert(offsetof(AnalyticsManager_SetNaturalPlaythrough, bNatural) == 0x000000, "Member 'AnalyticsManager_SetNaturalPlaythrough::bNatural' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_SetSaveSlot \ static_assert(alignof(AnalyticsManager_SetSaveSlot) == 0x000004, "Wrong alignment on AnalyticsManager_SetSaveSlot"); \ static_assert(sizeof(AnalyticsManager_SetSaveSlot) == 0x000004, "Wrong size on AnalyticsManager_SetSaveSlot"); \ static_assert(offsetof(AnalyticsManager_SetSaveSlot, SaveSlot) == 0x000000, "Member 'AnalyticsManager_SetSaveSlot::SaveSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_SetUsingFloo \ static_assert(alignof(AnalyticsManager_SetUsingFloo) == 0x000001, "Wrong alignment on AnalyticsManager_SetUsingFloo"); \ static_assert(sizeof(AnalyticsManager_SetUsingFloo) == 0x000001, "Wrong size on AnalyticsManager_SetUsingFloo"); \ static_assert(offsetof(AnalyticsManager_SetUsingFloo, UsingFloo) == 0x000000, "Member 'AnalyticsManager_SetUsingFloo::UsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalyticsManager_GetCharacterID \ static_assert(alignof(AnalyticsManager_GetCharacterID) == 0x000008, "Wrong alignment on AnalyticsManager_GetCharacterID"); \ static_assert(sizeof(AnalyticsManager_GetCharacterID) == 0x000010, "Wrong size on AnalyticsManager_GetCharacterID"); \ static_assert(offsetof(AnalyticsManager_GetCharacterID, ReturnValue) == 0x000000, "Member 'AnalyticsManager_GetCharacterID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnalyticsManager \ static_assert(alignof(UAnalyticsManager) == 0x000008, "Wrong alignment on UAnalyticsManager"); \ static_assert(sizeof(UAnalyticsManager) == 0x000240, "Wrong size on UAnalyticsManager"); \ #define DUMPER7_ASSERTS_UTransformationFxInfoComponent \ static_assert(alignof(UTransformationFxInfoComponent) == 0x000010, "Wrong alignment on UTransformationFxInfoComponent"); \ static_assert(sizeof(UTransformationFxInfoComponent) == 0x000220, "Wrong size on UTransformationFxInfoComponent"); \ static_assert(offsetof(UTransformationFxInfoComponent, ObjectBounds) == 0x000218, "Member 'UTransformationFxInfoComponent::ObjectBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialPropertyData \ static_assert(alignof(UMaterialPropertyData) == 0x000008, "Wrong alignment on UMaterialPropertyData"); \ static_assert(sizeof(UMaterialPropertyData) == 0x0000B8, "Wrong size on UMaterialPropertyData"); \ static_assert(offsetof(UMaterialPropertyData, ObjectPropertyType) == 0x000030, "Member 'UMaterialPropertyData::ObjectPropertyType' has a wrong offset!"); \ static_assert(offsetof(UMaterialPropertyData, PieceHitSfx) == 0x000038, "Member 'UMaterialPropertyData::PieceHitSfx' has a wrong offset!"); \ static_assert(offsetof(UMaterialPropertyData, WetFX2) == 0x000040, "Member 'UMaterialPropertyData::WetFX2' has a wrong offset!"); \ static_assert(offsetof(UMaterialPropertyData, FireDamagePerSecond) == 0x000050, "Member 'UMaterialPropertyData::FireDamagePerSecond' has a wrong offset!"); \ static_assert(offsetof(UMaterialPropertyData, BurnRate) == 0x000054, "Member 'UMaterialPropertyData::BurnRate' has a wrong offset!"); \ static_assert(offsetof(UMaterialPropertyData, CharacterDurationScale) == 0x000058, "Member 'UMaterialPropertyData::CharacterDurationScale' has a wrong offset!"); \ static_assert(offsetof(UMaterialPropertyData, BurnRingWidth) == 0x00005C, "Member 'UMaterialPropertyData::BurnRingWidth' has a wrong offset!"); \ static_assert(offsetof(UMaterialPropertyData, FireJumpDistance) == 0x000060, "Member 'UMaterialPropertyData::FireJumpDistance' has a wrong offset!"); \ static_assert(offsetof(UMaterialPropertyData, CharredPercent) == 0x000064, "Member 'UMaterialPropertyData::CharredPercent' has a wrong offset!"); \ static_assert(offsetof(UMaterialPropertyData, BurnMaterial) == 0x000068, "Member 'UMaterialPropertyData::BurnMaterial' has a wrong offset!"); \ static_assert(offsetof(UMaterialPropertyData, CharredMaterial) == 0x000070, "Member 'UMaterialPropertyData::CharredMaterial' has a wrong offset!"); \ static_assert(offsetof(UMaterialPropertyData, CharredDamageMultiplier) == 0x000078, "Member 'UMaterialPropertyData::CharredDamageMultiplier' has a wrong offset!"); \ static_assert(offsetof(UMaterialPropertyData, FireFX2) == 0x000080, "Member 'UMaterialPropertyData::FireFX2' has a wrong offset!"); \ static_assert(offsetof(UMaterialPropertyData, FireParticleSpawnRateScale) == 0x000090, "Member 'UMaterialPropertyData::FireParticleSpawnRateScale' has a wrong offset!"); \ static_assert(offsetof(UMaterialPropertyData, IcePhysicalMaterial) == 0x000098, "Member 'UMaterialPropertyData::IcePhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(UMaterialPropertyData, FrozenDamageMultiplier) == 0x0000A0, "Member 'UMaterialPropertyData::FrozenDamageMultiplier' has a wrong offset!"); \ static_assert(offsetof(UMaterialPropertyData, FastSfx) == 0x0000A8, "Member 'UMaterialPropertyData::FastSfx' has a wrong offset!"); \ static_assert(offsetof(UMaterialPropertyData, bDestroyWhenCharredDelay) == 0x0000B0, "Member 'UMaterialPropertyData::bDestroyWhenCharredDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGateManager_Get \ static_assert(alignof(AncientGateManager_Get) == 0x000008, "Wrong alignment on AncientGateManager_Get"); \ static_assert(sizeof(AncientGateManager_Get) == 0x000008, "Wrong size on AncientGateManager_Get"); \ static_assert(offsetof(AncientGateManager_Get, ReturnValue) == 0x000000, "Member 'AncientGateManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGateManager_GetAncientGatePrimitives \ static_assert(alignof(AncientGateManager_GetAncientGatePrimitives) == 0x000008, "Wrong alignment on AncientGateManager_GetAncientGatePrimitives"); \ static_assert(sizeof(AncientGateManager_GetAncientGatePrimitives) == 0x000018, "Wrong size on AncientGateManager_GetAncientGatePrimitives"); \ static_assert(offsetof(AncientGateManager_GetAncientGatePrimitives, Actor) == 0x000000, "Member 'AncientGateManager_GetAncientGatePrimitives::Actor' has a wrong offset!"); \ static_assert(offsetof(AncientGateManager_GetAncientGatePrimitives, Primitives) == 0x000008, "Member 'AncientGateManager_GetAncientGatePrimitives::Primitives' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientGateManager_SetAncientGateCollision \ static_assert(alignof(AncientGateManager_SetAncientGateCollision) == 0x000008, "Wrong alignment on AncientGateManager_SetAncientGateCollision"); \ static_assert(sizeof(AncientGateManager_SetAncientGateCollision) == 0x000010, "Wrong size on AncientGateManager_SetAncientGateCollision"); \ static_assert(offsetof(AncientGateManager_SetAncientGateCollision, Actor) == 0x000000, "Member 'AncientGateManager_SetAncientGateCollision::Actor' has a wrong offset!"); \ static_assert(offsetof(AncientGateManager_SetAncientGateCollision, CollisionResponse) == 0x000008, "Member 'AncientGateManager_SetAncientGateCollision::CollisionResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAncientGateManager \ static_assert(alignof(UAncientGateManager) == 0x000008, "Wrong alignment on UAncientGateManager"); \ static_assert(sizeof(UAncientGateManager) == 0x000028, "Wrong size on UAncientGateManager"); \ #define DUMPER7_ASSERTS_UMODFilter_SocapAmend_Base \ static_assert(alignof(UMODFilter_SocapAmend_Base) == 0x000008, "Wrong alignment on UMODFilter_SocapAmend_Base"); \ static_assert(sizeof(UMODFilter_SocapAmend_Base) == 0x000030, "Wrong size on UMODFilter_SocapAmend_Base"); \ #define DUMPER7_ASSERTS_UModFilter_SocapAmend_IsCallout \ static_assert(alignof(UModFilter_SocapAmend_IsCallout) == 0x000008, "Wrong alignment on UModFilter_SocapAmend_IsCallout"); \ static_assert(sizeof(UModFilter_SocapAmend_IsCallout) == 0x000030, "Wrong size on UModFilter_SocapAmend_IsCallout"); \ #define DUMPER7_ASSERTS_BeaconManager_FixIncompatiableChestBeacon \ static_assert(alignof(BeaconManager_FixIncompatiableChestBeacon) == 0x000008, "Wrong alignment on BeaconManager_FixIncompatiableChestBeacon"); \ static_assert(sizeof(BeaconManager_FixIncompatiableChestBeacon) == 0x000010, "Wrong size on BeaconManager_FixIncompatiableChestBeacon"); \ static_assert(offsetof(BeaconManager_FixIncompatiableChestBeacon, InChestActor) == 0x000000, "Member 'BeaconManager_FixIncompatiableChestBeacon::InChestActor' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_FixIncompatiableChestBeacon, bEmptyContainer) == 0x000008, "Member 'BeaconManager_FixIncompatiableChestBeacon::bEmptyContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_Get \ static_assert(alignof(BeaconManager_Get) == 0x000008, "Wrong alignment on BeaconManager_Get"); \ static_assert(sizeof(BeaconManager_Get) == 0x000008, "Wrong size on BeaconManager_Get"); \ static_assert(offsetof(BeaconManager_Get, ReturnValue) == 0x000000, "Member 'BeaconManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_GetMarkerActor \ static_assert(alignof(BeaconManager_GetMarkerActor) == 0x000008, "Wrong alignment on BeaconManager_GetMarkerActor"); \ static_assert(sizeof(BeaconManager_GetMarkerActor) == 0x000010, "Wrong size on BeaconManager_GetMarkerActor"); \ static_assert(offsetof(BeaconManager_GetMarkerActor, InParentActor) == 0x000000, "Member 'BeaconManager_GetMarkerActor::InParentActor' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_GetMarkerActor, ReturnValue) == 0x000008, "Member 'BeaconManager_GetMarkerActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_IsActorBeaconComplete \ static_assert(alignof(BeaconManager_IsActorBeaconComplete) == 0x000008, "Wrong alignment on BeaconManager_IsActorBeaconComplete"); \ static_assert(sizeof(BeaconManager_IsActorBeaconComplete) == 0x000010, "Wrong size on BeaconManager_IsActorBeaconComplete"); \ static_assert(offsetof(BeaconManager_IsActorBeaconComplete, InActor) == 0x000000, "Member 'BeaconManager_IsActorBeaconComplete::InActor' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_IsActorBeaconComplete, ReturnValue) == 0x000008, "Member 'BeaconManager_IsActorBeaconComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_RegisterDungeonEntrance \ static_assert(alignof(BeaconManager_RegisterDungeonEntrance) == 0x000008, "Wrong alignment on BeaconManager_RegisterDungeonEntrance"); \ static_assert(sizeof(BeaconManager_RegisterDungeonEntrance) == 0x000030, "Wrong size on BeaconManager_RegisterDungeonEntrance"); \ static_assert(offsetof(BeaconManager_RegisterDungeonEntrance, DungeonName) == 0x000000, "Member 'BeaconManager_RegisterDungeonEntrance::DungeonName' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDungeonEntrance, Position) == 0x000010, "Member 'BeaconManager_RegisterDungeonEntrance::Position' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDungeonEntrance, ZRot) == 0x00001C, "Member 'BeaconManager_RegisterDungeonEntrance::ZRot' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDungeonEntrance, BeaconPosition) == 0x000020, "Member 'BeaconManager_RegisterDungeonEntrance::BeaconPosition' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDungeonEntrance, EntranceIndex) == 0x00002C, "Member 'BeaconManager_RegisterDungeonEntrance::EntranceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_RegisterDungeonExit \ static_assert(alignof(BeaconManager_RegisterDungeonExit) == 0x000004, "Wrong alignment on BeaconManager_RegisterDungeonExit"); \ static_assert(sizeof(BeaconManager_RegisterDungeonExit) == 0x000018, "Wrong size on BeaconManager_RegisterDungeonExit"); \ static_assert(offsetof(BeaconManager_RegisterDungeonExit, Position) == 0x000000, "Member 'BeaconManager_RegisterDungeonExit::Position' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDungeonExit, UID) == 0x00000C, "Member 'BeaconManager_RegisterDungeonExit::UID' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDungeonExit, Disable) == 0x000014, "Member 'BeaconManager_RegisterDungeonExit::Disable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_RegisterDynamicBeaconObjectBP \ static_assert(alignof(BeaconManager_RegisterDynamicBeaconObjectBP) == 0x000008, "Wrong alignment on BeaconManager_RegisterDynamicBeaconObjectBP"); \ static_assert(sizeof(BeaconManager_RegisterDynamicBeaconObjectBP) == 0x000058, "Wrong size on BeaconManager_RegisterDynamicBeaconObjectBP"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconObjectBP, BeaconType) == 0x000000, "Member 'BeaconManager_RegisterDynamicBeaconObjectBP::BeaconType' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconObjectBP, BeaconName) == 0x000008, "Member 'BeaconManager_RegisterDynamicBeaconObjectBP::BeaconName' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconObjectBP, BeaconIcon) == 0x000018, "Member 'BeaconManager_RegisterDynamicBeaconObjectBP::BeaconIcon' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconObjectBP, BeaconWorld) == 0x000028, "Member 'BeaconManager_RegisterDynamicBeaconObjectBP::BeaconWorld' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconObjectBP, BeaconPos) == 0x000030, "Member 'BeaconManager_RegisterDynamicBeaconObjectBP::BeaconPos' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconObjectBP, NewBeaconObject) == 0x000040, "Member 'BeaconManager_RegisterDynamicBeaconObjectBP::NewBeaconObject' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconObjectBP, ShowOnHUD) == 0x000048, "Member 'BeaconManager_RegisterDynamicBeaconObjectBP::ShowOnHUD' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconObjectBP, ShowDistanceOnHud) == 0x000049, "Member 'BeaconManager_RegisterDynamicBeaconObjectBP::ShowDistanceOnHud' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconObjectBP, ReturnValue) == 0x000050, "Member 'BeaconManager_RegisterDynamicBeaconObjectBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_RegisterDynamicBeaconScheduledEntityBP \ static_assert(alignof(BeaconManager_RegisterDynamicBeaconScheduledEntityBP) == 0x000008, "Wrong alignment on BeaconManager_RegisterDynamicBeaconScheduledEntityBP"); \ static_assert(sizeof(BeaconManager_RegisterDynamicBeaconScheduledEntityBP) == 0x000058, "Wrong size on BeaconManager_RegisterDynamicBeaconScheduledEntityBP"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconScheduledEntityBP, BeaconType) == 0x000000, "Member 'BeaconManager_RegisterDynamicBeaconScheduledEntityBP::BeaconType' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconScheduledEntityBP, BeaconName) == 0x000008, "Member 'BeaconManager_RegisterDynamicBeaconScheduledEntityBP::BeaconName' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconScheduledEntityBP, BeaconIcon) == 0x000018, "Member 'BeaconManager_RegisterDynamicBeaconScheduledEntityBP::BeaconIcon' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconScheduledEntityBP, BeaconWorld) == 0x000028, "Member 'BeaconManager_RegisterDynamicBeaconScheduledEntityBP::BeaconWorld' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconScheduledEntityBP, BeaconPos) == 0x000030, "Member 'BeaconManager_RegisterDynamicBeaconScheduledEntityBP::BeaconPos' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconScheduledEntityBP, NewBeaconScheduledEntity) == 0x000040, "Member 'BeaconManager_RegisterDynamicBeaconScheduledEntityBP::NewBeaconScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconScheduledEntityBP, ShowOnHUD) == 0x000048, "Member 'BeaconManager_RegisterDynamicBeaconScheduledEntityBP::ShowOnHUD' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconScheduledEntityBP, ShowDistanceOnHud) == 0x000049, "Member 'BeaconManager_RegisterDynamicBeaconScheduledEntityBP::ShowDistanceOnHud' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterDynamicBeaconScheduledEntityBP, ReturnValue) == 0x000050, "Member 'BeaconManager_RegisterDynamicBeaconScheduledEntityBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_RegisterExpansionTent \ static_assert(alignof(BeaconManager_RegisterExpansionTent) == 0x000008, "Wrong alignment on BeaconManager_RegisterExpansionTent"); \ static_assert(sizeof(BeaconManager_RegisterExpansionTent) == 0x000020, "Wrong size on BeaconManager_RegisterExpansionTent"); \ static_assert(offsetof(BeaconManager_RegisterExpansionTent, tentID) == 0x000000, "Member 'BeaconManager_RegisterExpansionTent::tentID' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterExpansionTent, Position) == 0x000010, "Member 'BeaconManager_RegisterExpansionTent::Position' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterExpansionTent, bIsEntrance) == 0x00001C, "Member 'BeaconManager_RegisterExpansionTent::bIsEntrance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_RegisterSanctuaryExit \ static_assert(alignof(BeaconManager_RegisterSanctuaryExit) == 0x000008, "Wrong alignment on BeaconManager_RegisterSanctuaryExit"); \ static_assert(sizeof(BeaconManager_RegisterSanctuaryExit) == 0x000010, "Wrong size on BeaconManager_RegisterSanctuaryExit"); \ static_assert(offsetof(BeaconManager_RegisterSanctuaryExit, SanctuaryWorldName) == 0x000000, "Member 'BeaconManager_RegisterSanctuaryExit::SanctuaryWorldName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_RegisterStaticBeaconBP \ static_assert(alignof(BeaconManager_RegisterStaticBeaconBP) == 0x000008, "Wrong alignment on BeaconManager_RegisterStaticBeaconBP"); \ static_assert(sizeof(BeaconManager_RegisterStaticBeaconBP) == 0x000050, "Wrong size on BeaconManager_RegisterStaticBeaconBP"); \ static_assert(offsetof(BeaconManager_RegisterStaticBeaconBP, BeaconType) == 0x000000, "Member 'BeaconManager_RegisterStaticBeaconBP::BeaconType' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterStaticBeaconBP, BeaconName) == 0x000008, "Member 'BeaconManager_RegisterStaticBeaconBP::BeaconName' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterStaticBeaconBP, BeaconIcon) == 0x000018, "Member 'BeaconManager_RegisterStaticBeaconBP::BeaconIcon' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterStaticBeaconBP, BeaconWorld) == 0x000028, "Member 'BeaconManager_RegisterStaticBeaconBP::BeaconWorld' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterStaticBeaconBP, BeaconPos) == 0x000030, "Member 'BeaconManager_RegisterStaticBeaconBP::BeaconPos' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterStaticBeaconBP, ShowOnHUD) == 0x00003C, "Member 'BeaconManager_RegisterStaticBeaconBP::ShowOnHUD' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterStaticBeaconBP, ShowDistanceOnHud) == 0x00003D, "Member 'BeaconManager_RegisterStaticBeaconBP::ShowDistanceOnHud' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterStaticBeaconBP, BeaconableId) == 0x000040, "Member 'BeaconManager_RegisterStaticBeaconBP::BeaconableId' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterStaticBeaconBP, ReturnValue) == 0x000048, "Member 'BeaconManager_RegisterStaticBeaconBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_RegisterTransientDungeonEntrance \ static_assert(alignof(BeaconManager_RegisterTransientDungeonEntrance) == 0x000008, "Wrong alignment on BeaconManager_RegisterTransientDungeonEntrance"); \ static_assert(sizeof(BeaconManager_RegisterTransientDungeonEntrance) == 0x000030, "Wrong size on BeaconManager_RegisterTransientDungeonEntrance"); \ static_assert(offsetof(BeaconManager_RegisterTransientDungeonEntrance, DungeonName) == 0x000000, "Member 'BeaconManager_RegisterTransientDungeonEntrance::DungeonName' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterTransientDungeonEntrance, Position) == 0x000010, "Member 'BeaconManager_RegisterTransientDungeonEntrance::Position' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterTransientDungeonEntrance, ZRot) == 0x00001C, "Member 'BeaconManager_RegisterTransientDungeonEntrance::ZRot' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterTransientDungeonEntrance, BeaconPosition) == 0x000020, "Member 'BeaconManager_RegisterTransientDungeonEntrance::BeaconPosition' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_RegisterTransientDungeonEntrance, EntranceIndex) == 0x00002C, "Member 'BeaconManager_RegisterTransientDungeonEntrance::EntranceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_SetBeaconStateBP \ static_assert(alignof(BeaconManager_SetBeaconStateBP) == 0x000004, "Wrong alignment on BeaconManager_SetBeaconStateBP"); \ static_assert(sizeof(BeaconManager_SetBeaconStateBP) == 0x000008, "Wrong size on BeaconManager_SetBeaconStateBP"); \ static_assert(offsetof(BeaconManager_SetBeaconStateBP, ObjectHandle) == 0x000000, "Member 'BeaconManager_SetBeaconStateBP::ObjectHandle' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_SetBeaconStateBP, BeaconState) == 0x000004, "Member 'BeaconManager_SetBeaconStateBP::BeaconState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_UnRegisterBeaconByHandleBP \ static_assert(alignof(BeaconManager_UnRegisterBeaconByHandleBP) == 0x000008, "Wrong alignment on BeaconManager_UnRegisterBeaconByHandleBP"); \ static_assert(sizeof(BeaconManager_UnRegisterBeaconByHandleBP) == 0x000008, "Wrong size on BeaconManager_UnRegisterBeaconByHandleBP"); \ static_assert(offsetof(BeaconManager_UnRegisterBeaconByHandleBP, ObjectHandle) == 0x000000, "Member 'BeaconManager_UnRegisterBeaconByHandleBP::ObjectHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_GetBeaconByHandleBP \ static_assert(alignof(BeaconManager_GetBeaconByHandleBP) == 0x000008, "Wrong alignment on BeaconManager_GetBeaconByHandleBP"); \ static_assert(sizeof(BeaconManager_GetBeaconByHandleBP) == 0x000010, "Wrong size on BeaconManager_GetBeaconByHandleBP"); \ static_assert(offsetof(BeaconManager_GetBeaconByHandleBP, ObjectHandle) == 0x000000, "Member 'BeaconManager_GetBeaconByHandleBP::ObjectHandle' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_GetBeaconByHandleBP, ReturnValue) == 0x000008, "Member 'BeaconManager_GetBeaconByHandleBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_GetDungeonReqirementsByName \ static_assert(alignof(BeaconManager_GetDungeonReqirementsByName) == 0x000008, "Wrong alignment on BeaconManager_GetDungeonReqirementsByName"); \ static_assert(sizeof(BeaconManager_GetDungeonReqirementsByName) == 0x000030, "Wrong size on BeaconManager_GetDungeonReqirementsByName"); \ static_assert(offsetof(BeaconManager_GetDungeonReqirementsByName, DungeonName) == 0x000000, "Member 'BeaconManager_GetDungeonReqirementsByName::DungeonName' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_GetDungeonReqirementsByName, RequiredSpells) == 0x000010, "Member 'BeaconManager_GetDungeonReqirementsByName::RequiredSpells' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_GetDungeonReqirementsByName, CompletionSpells) == 0x000020, "Member 'BeaconManager_GetDungeonReqirementsByName::CompletionSpells' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_OnRevelioStart \ static_assert(alignof(BeaconManager_OnRevelioStart) == 0x000004, "Wrong alignment on BeaconManager_OnRevelioStart"); \ static_assert(sizeof(BeaconManager_OnRevelioStart) == 0x000004, "Wrong size on BeaconManager_OnRevelioStart"); \ static_assert(offsetof(BeaconManager_OnRevelioStart, RevelioViewMeters) == 0x000000, "Member 'BeaconManager_OnRevelioStart::RevelioViewMeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_SetBeaconRangesByHandle \ static_assert(alignof(BeaconManager_SetBeaconRangesByHandle) == 0x000004, "Wrong alignment on BeaconManager_SetBeaconRangesByHandle"); \ static_assert(sizeof(BeaconManager_SetBeaconRangesByHandle) == 0x00000C, "Wrong size on BeaconManager_SetBeaconRangesByHandle"); \ static_assert(offsetof(BeaconManager_SetBeaconRangesByHandle, ObjectHandle) == 0x000000, "Member 'BeaconManager_SetBeaconRangesByHandle::ObjectHandle' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_SetBeaconRangesByHandle, InActivationDist) == 0x000004, "Member 'BeaconManager_SetBeaconRangesByHandle::InActivationDist' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_SetBeaconRangesByHandle, InEnterExitDist) == 0x000008, "Member 'BeaconManager_SetBeaconRangesByHandle::InEnterExitDist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_SetBeaconStateByName \ static_assert(alignof(BeaconManager_SetBeaconStateByName) == 0x000008, "Wrong alignment on BeaconManager_SetBeaconStateByName"); \ static_assert(sizeof(BeaconManager_SetBeaconStateByName) == 0x000020, "Wrong size on BeaconManager_SetBeaconStateByName"); \ static_assert(offsetof(BeaconManager_SetBeaconStateByName, BeaconType) == 0x000000, "Member 'BeaconManager_SetBeaconStateByName::BeaconType' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_SetBeaconStateByName, BeaconName) == 0x000008, "Member 'BeaconManager_SetBeaconStateByName::BeaconName' has a wrong offset!"); \ static_assert(offsetof(BeaconManager_SetBeaconStateByName, ActiveState) == 0x000018, "Member 'BeaconManager_SetBeaconStateByName::ActiveState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconManager_UpdateExpansionTentPlayer \ static_assert(alignof(BeaconManager_UpdateExpansionTentPlayer) == 0x000004, "Wrong alignment on BeaconManager_UpdateExpansionTentPlayer"); \ static_assert(sizeof(BeaconManager_UpdateExpansionTentPlayer) == 0x00000C, "Wrong size on BeaconManager_UpdateExpansionTentPlayer"); \ static_assert(offsetof(BeaconManager_UpdateExpansionTentPlayer, teleportPosition) == 0x000000, "Member 'BeaconManager_UpdateExpansionTentPlayer::teleportPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBeaconManager \ static_assert(alignof(UBeaconManager) == 0x000008, "Wrong alignment on UBeaconManager"); \ static_assert(sizeof(UBeaconManager) == 0x000258, "Wrong size on UBeaconManager"); \ static_assert(offsetof(UBeaconManager, DungeonEntranceClass) == 0x0000E0, "Member 'UBeaconManager::DungeonEntranceClass' has a wrong offset!"); \ static_assert(offsetof(UBeaconManager, BeaconObjects) == 0x0000E8, "Member 'UBeaconManager::BeaconObjects' has a wrong offset!"); \ static_assert(offsetof(UBeaconManager, BeaconObjectsMap) == 0x0000F8, "Member 'UBeaconManager::BeaconObjectsMap' has a wrong offset!"); \ static_assert(offsetof(UBeaconManager, DynamicBeaconObjects) == 0x000148, "Member 'UBeaconManager::DynamicBeaconObjects' has a wrong offset!"); \ static_assert(offsetof(UBeaconManager, StaticBeaconObjectsWithWorldName) == 0x000158, "Member 'UBeaconManager::StaticBeaconObjectsWithWorldName' has a wrong offset!"); \ static_assert(offsetof(UBeaconManager, DiscoverableObjects) == 0x000168, "Member 'UBeaconManager::DiscoverableObjects' has a wrong offset!"); \ static_assert(offsetof(UBeaconManager, EnterExitObjects) == 0x000178, "Member 'UBeaconManager::EnterExitObjects' has a wrong offset!"); \ static_assert(offsetof(UBeaconManager, HudBeaconObjects) == 0x000188, "Member 'UBeaconManager::HudBeaconObjects' has a wrong offset!"); \ static_assert(offsetof(UBeaconManager, CurrentProximityHudBeacons) == 0x000198, "Member 'UBeaconManager::CurrentProximityHudBeacons' has a wrong offset!"); \ static_assert(offsetof(UBeaconManager, WorldTransitionProxies) == 0x0001A8, "Member 'UBeaconManager::WorldTransitionProxies' has a wrong offset!"); \ static_assert(offsetof(UBeaconManager, BroomRevelioHUDBeacons) == 0x0001B8, "Member 'UBeaconManager::BroomRevelioHUDBeacons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAncientMagicEffect \ static_assert(alignof(UAncientMagicEffect) == 0x000008, "Wrong alignment on UAncientMagicEffect"); \ static_assert(sizeof(UAncientMagicEffect) == 0x0000D8, "Wrong size on UAncientMagicEffect"); \ static_assert(offsetof(UAncientMagicEffect, LockPlayerWhileActive) == 0x0000D0, "Member 'UAncientMagicEffect::LockPlayerWhileActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicEffect_Nova_NovaFinished \ static_assert(alignof(AncientMagicEffect_Nova_NovaFinished) == 0x000008, "Wrong alignment on AncientMagicEffect_Nova_NovaFinished"); \ static_assert(sizeof(AncientMagicEffect_Nova_NovaFinished) == 0x000008, "Wrong size on AncientMagicEffect_Nova_NovaFinished"); \ static_assert(offsetof(AncientMagicEffect_Nova_NovaFinished, Object) == 0x000000, "Member 'AncientMagicEffect_Nova_NovaFinished::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAncientMagicEffect_Nova \ static_assert(alignof(UAncientMagicEffect_Nova) == 0x000008, "Wrong alignment on UAncientMagicEffect_Nova"); \ static_assert(sizeof(UAncientMagicEffect_Nova) == 0x000108, "Wrong size on UAncientMagicEffect_Nova"); \ static_assert(offsetof(UAncientMagicEffect_Nova, NovaClass) == 0x0000D8, "Member 'UAncientMagicEffect_Nova::NovaClass' has a wrong offset!"); \ static_assert(offsetof(UAncientMagicEffect_Nova, NovaExpandSpeed) == 0x0000E0, "Member 'UAncientMagicEffect_Nova::NovaExpandSpeed' has a wrong offset!"); \ static_assert(offsetof(UAncientMagicEffect_Nova, NovaExpandDistance) == 0x0000E4, "Member 'UAncientMagicEffect_Nova::NovaExpandDistance' has a wrong offset!"); \ static_assert(offsetof(UAncientMagicEffect_Nova, HidePlayerWhileActive) == 0x0000E8, "Member 'UAncientMagicEffect_Nova::HidePlayerWhileActive' has a wrong offset!"); \ static_assert(offsetof(UAncientMagicEffect_Nova, NovaActor) == 0x0000F0, "Member 'UAncientMagicEffect_Nova::NovaActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupBestTargetProcess_TrackTargetIsWeak \ static_assert(alignof(UCogGroupBestTargetProcess_TrackTargetIsWeak) == 0x000008, "Wrong alignment on UCogGroupBestTargetProcess_TrackTargetIsWeak"); \ static_assert(sizeof(UCogGroupBestTargetProcess_TrackTargetIsWeak) == 0x000028, "Wrong size on UCogGroupBestTargetProcess_TrackTargetIsWeak"); \ #define DUMPER7_ASSERTS_AncientMagicEffect_Test_CollisionDetected \ static_assert(alignof(AncientMagicEffect_Test_CollisionDetected) == 0x000008, "Wrong alignment on AncientMagicEffect_Test_CollisionDetected"); \ static_assert(sizeof(AncientMagicEffect_Test_CollisionDetected) == 0x000008, "Wrong size on AncientMagicEffect_Test_CollisionDetected"); \ static_assert(offsetof(AncientMagicEffect_Test_CollisionDetected, Actor) == 0x000000, "Member 'AncientMagicEffect_Test_CollisionDetected::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAncientMagicEffect_Test \ static_assert(alignof(UAncientMagicEffect_Test) == 0x000008, "Wrong alignment on UAncientMagicEffect_Test"); \ static_assert(sizeof(UAncientMagicEffect_Test) == 0x000108, "Wrong size on UAncientMagicEffect_Test"); \ static_assert(offsetof(UAncientMagicEffect_Test, NovaClass) == 0x0000D8, "Member 'UAncientMagicEffect_Test::NovaClass' has a wrong offset!"); \ static_assert(offsetof(UAncientMagicEffect_Test, NovaExpandSpeed) == 0x0000E0, "Member 'UAncientMagicEffect_Test::NovaExpandSpeed' has a wrong offset!"); \ static_assert(offsetof(UAncientMagicEffect_Test, NovaExpandDistance) == 0x0000E4, "Member 'UAncientMagicEffect_Test::NovaExpandDistance' has a wrong offset!"); \ static_assert(offsetof(UAncientMagicEffect_Test, NovaActor) == 0x0000E8, "Member 'UAncientMagicEffect_Test::NovaActor' has a wrong offset!"); \ static_assert(offsetof(UAncientMagicEffect_Test, NotifyList) == 0x0000F0, "Member 'UAncientMagicEffect_Test::NotifyList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicHotSpot_GetLoggingIsEnabled \ static_assert(alignof(AncientMagicHotSpot_GetLoggingIsEnabled) == 0x000001, "Wrong alignment on AncientMagicHotSpot_GetLoggingIsEnabled"); \ static_assert(sizeof(AncientMagicHotSpot_GetLoggingIsEnabled) == 0x000001, "Wrong size on AncientMagicHotSpot_GetLoggingIsEnabled"); \ static_assert(offsetof(AncientMagicHotSpot_GetLoggingIsEnabled, bLoggingIsEnabled) == 0x000000, "Member 'AncientMagicHotSpot_GetLoggingIsEnabled::bLoggingIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicHotSpot_Done \ static_assert(alignof(AncientMagicHotSpot_Done) == 0x000001, "Wrong alignment on AncientMagicHotSpot_Done"); \ static_assert(sizeof(AncientMagicHotSpot_Done) == 0x000001, "Wrong size on AncientMagicHotSpot_Done"); \ static_assert(offsetof(AncientMagicHotSpot_Done, DeactivateHotSpot) == 0x000000, "Member 'AncientMagicHotSpot_Done::DeactivateHotSpot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicHotSpot_FootPlantOccurred \ static_assert(alignof(AncientMagicHotSpot_FootPlantOccurred) == 0x000004, "Wrong alignment on AncientMagicHotSpot_FootPlantOccurred"); \ static_assert(sizeof(AncientMagicHotSpot_FootPlantOccurred) == 0x000018, "Wrong size on AncientMagicHotSpot_FootPlantOccurred"); \ static_assert(offsetof(AncientMagicHotSpot_FootPlantOccurred, FootLocation) == 0x000000, "Member 'AncientMagicHotSpot_FootPlantOccurred::FootLocation' has a wrong offset!"); \ static_assert(offsetof(AncientMagicHotSpot_FootPlantOccurred, FootRotator) == 0x00000C, "Member 'AncientMagicHotSpot_FootPlantOccurred::FootRotator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicHotSpot_ForceActivateHotSpot \ static_assert(alignof(AncientMagicHotSpot_ForceActivateHotSpot) == 0x000008, "Wrong alignment on AncientMagicHotSpot_ForceActivateHotSpot"); \ static_assert(sizeof(AncientMagicHotSpot_ForceActivateHotSpot) == 0x000010, "Wrong size on AncientMagicHotSpot_ForceActivateHotSpot"); \ static_assert(offsetof(AncientMagicHotSpot_ForceActivateHotSpot, InPlayerActor) == 0x000000, "Member 'AncientMagicHotSpot_ForceActivateHotSpot::InPlayerActor' has a wrong offset!"); \ static_assert(offsetof(AncientMagicHotSpot_ForceActivateHotSpot, InRadiiMultiplier) == 0x000008, "Member 'AncientMagicHotSpot_ForceActivateHotSpot::InRadiiMultiplier' has a wrong offset!"); \ static_assert(offsetof(AncientMagicHotSpot_ForceActivateHotSpot, InHeightMultiplier) == 0x00000C, "Member 'AncientMagicHotSpot_ForceActivateHotSpot::InHeightMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicHotSpot_Interact \ static_assert(alignof(AncientMagicHotSpot_Interact) == 0x000008, "Wrong alignment on AncientMagicHotSpot_Interact"); \ static_assert(sizeof(AncientMagicHotSpot_Interact) == 0x000008, "Wrong size on AncientMagicHotSpot_Interact"); \ static_assert(offsetof(AncientMagicHotSpot_Interact, AvaService) == 0x000000, "Member 'AncientMagicHotSpot_Interact::AvaService' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicHotSpot_IsHotspotBeingForcedActive \ static_assert(alignof(AncientMagicHotSpot_IsHotspotBeingForcedActive) == 0x000001, "Wrong alignment on AncientMagicHotSpot_IsHotspotBeingForcedActive"); \ static_assert(sizeof(AncientMagicHotSpot_IsHotspotBeingForcedActive) == 0x000001, "Wrong size on AncientMagicHotSpot_IsHotspotBeingForcedActive"); \ static_assert(offsetof(AncientMagicHotSpot_IsHotspotBeingForcedActive, ReturnValue) == 0x000000, "Member 'AncientMagicHotSpot_IsHotspotBeingForcedActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicHotSpot_PlayerIsInHotSpot \ static_assert(alignof(AncientMagicHotSpot_PlayerIsInHotSpot) == 0x000008, "Wrong alignment on AncientMagicHotSpot_PlayerIsInHotSpot"); \ static_assert(sizeof(AncientMagicHotSpot_PlayerIsInHotSpot) == 0x000010, "Wrong size on AncientMagicHotSpot_PlayerIsInHotSpot"); \ static_assert(offsetof(AncientMagicHotSpot_PlayerIsInHotSpot, InPlayerActor) == 0x000000, "Member 'AncientMagicHotSpot_PlayerIsInHotSpot::InPlayerActor' has a wrong offset!"); \ static_assert(offsetof(AncientMagicHotSpot_PlayerIsInHotSpot, bInHotSpot) == 0x000008, "Member 'AncientMagicHotSpot_PlayerIsInHotSpot::bInHotSpot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicHotSpot_StartVFX \ static_assert(alignof(AncientMagicHotSpot_StartVFX) == 0x000008, "Wrong alignment on AncientMagicHotSpot_StartVFX"); \ static_assert(sizeof(AncientMagicHotSpot_StartVFX) == 0x000008, "Wrong size on AncientMagicHotSpot_StartVFX"); \ static_assert(offsetof(AncientMagicHotSpot_StartVFX, InAsset) == 0x000000, "Member 'AncientMagicHotSpot_StartVFX::InAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicHotSpot_UpdateInnerRadius \ static_assert(alignof(AncientMagicHotSpot_UpdateInnerRadius) == 0x000004, "Wrong alignment on AncientMagicHotSpot_UpdateInnerRadius"); \ static_assert(sizeof(AncientMagicHotSpot_UpdateInnerRadius) == 0x000008, "Wrong size on AncientMagicHotSpot_UpdateInnerRadius"); \ static_assert(offsetof(AncientMagicHotSpot_UpdateInnerRadius, AngleRatio) == 0x000000, "Member 'AncientMagicHotSpot_UpdateInnerRadius::AngleRatio' has a wrong offset!"); \ static_assert(offsetof(AncientMagicHotSpot_UpdateInnerRadius, Ratio) == 0x000004, "Member 'AncientMagicHotSpot_UpdateInnerRadius::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicHotSpot_UpdateOuterRadius \ static_assert(alignof(AncientMagicHotSpot_UpdateOuterRadius) == 0x000004, "Wrong alignment on AncientMagicHotSpot_UpdateOuterRadius"); \ static_assert(sizeof(AncientMagicHotSpot_UpdateOuterRadius) == 0x000008, "Wrong size on AncientMagicHotSpot_UpdateOuterRadius"); \ static_assert(offsetof(AncientMagicHotSpot_UpdateOuterRadius, AngleRatio) == 0x000000, "Member 'AncientMagicHotSpot_UpdateOuterRadius::AngleRatio' has a wrong offset!"); \ static_assert(offsetof(AncientMagicHotSpot_UpdateOuterRadius, DistanceRatio) == 0x000004, "Member 'AncientMagicHotSpot_UpdateOuterRadius::DistanceRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicHotSpot_UpdateVFX \ static_assert(alignof(AncientMagicHotSpot_UpdateVFX) == 0x000004, "Wrong alignment on AncientMagicHotSpot_UpdateVFX"); \ static_assert(sizeof(AncientMagicHotSpot_UpdateVFX) == 0x000008, "Wrong size on AncientMagicHotSpot_UpdateVFX"); \ static_assert(offsetof(AncientMagicHotSpot_UpdateVFX, AngleRatio) == 0x000000, "Member 'AncientMagicHotSpot_UpdateVFX::AngleRatio' has a wrong offset!"); \ static_assert(offsetof(AncientMagicHotSpot_UpdateVFX, DistanceRatio) == 0x000004, "Member 'AncientMagicHotSpot_UpdateVFX::DistanceRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicHotSpot_Log \ static_assert(alignof(AncientMagicHotSpot_Log) == 0x000008, "Wrong alignment on AncientMagicHotSpot_Log"); \ static_assert(sizeof(AncientMagicHotSpot_Log) == 0x000028, "Wrong size on AncientMagicHotSpot_Log"); \ static_assert(offsetof(AncientMagicHotSpot_Log, Info) == 0x000000, "Member 'AncientMagicHotSpot_Log::Info' has a wrong offset!"); \ static_assert(offsetof(AncientMagicHotSpot_Log, LogObjectName) == 0x000010, "Member 'AncientMagicHotSpot_Log::LogObjectName' has a wrong offset!"); \ static_assert(offsetof(AncientMagicHotSpot_Log, ExtraInfo) == 0x000018, "Member 'AncientMagicHotSpot_Log::ExtraInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicHotSpot_LogList \ static_assert(alignof(AncientMagicHotSpot_LogList) == 0x000008, "Wrong alignment on AncientMagicHotSpot_LogList"); \ static_assert(sizeof(AncientMagicHotSpot_LogList) == 0x000040, "Wrong size on AncientMagicHotSpot_LogList"); \ static_assert(offsetof(AncientMagicHotSpot_LogList, LogActorList) == 0x000000, "Member 'AncientMagicHotSpot_LogList::LogActorList' has a wrong offset!"); \ static_assert(offsetof(AncientMagicHotSpot_LogList, HeaderInfo) == 0x000010, "Member 'AncientMagicHotSpot_LogList::HeaderInfo' has a wrong offset!"); \ static_assert(offsetof(AncientMagicHotSpot_LogList, PerActorInfo) == 0x000020, "Member 'AncientMagicHotSpot_LogList::PerActorInfo' has a wrong offset!"); \ static_assert(offsetof(AncientMagicHotSpot_LogList, PerActorExtraInfo) == 0x000030, "Member 'AncientMagicHotSpot_LogList::PerActorExtraInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAncientMagicHotSpot \ static_assert(alignof(AAncientMagicHotSpot) == 0x000008, "Wrong alignment on AAncientMagicHotSpot"); \ static_assert(sizeof(AAncientMagicHotSpot) == 0x000328, "Wrong size on AAncientMagicHotSpot"); \ static_assert(offsetof(AAncientMagicHotSpot, bDebugDraw) == 0x000250, "Member 'AAncientMagicHotSpot::bDebugDraw' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, HotSpotHeightAllowed) == 0x000254, "Member 'AAncientMagicHotSpot::HotSpotHeightAllowed' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, OuterRadiusMaxAngle) == 0x000258, "Member 'AAncientMagicHotSpot::OuterRadiusMaxAngle' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, OuterRadiusActiveMaxAngle) == 0x00025C, "Member 'AAncientMagicHotSpot::OuterRadiusActiveMaxAngle' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, bOuterAngleUseCameraFacing) == 0x000260, "Member 'AAncientMagicHotSpot::bOuterAngleUseCameraFacing' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, OuterAngleRatioInterpToSpeed) == 0x000264, "Member 'AAncientMagicHotSpot::OuterAngleRatioInterpToSpeed' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, OuterAngleRatioInterpOutSpeed) == 0x000268, "Member 'AAncientMagicHotSpot::OuterAngleRatioInterpOutSpeed' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, OuterRadius) == 0x00026C, "Member 'AAncientMagicHotSpot::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, MinOuterAngleRatio) == 0x000270, "Member 'AAncientMagicHotSpot::MinOuterAngleRatio' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, MinOuterRadiusRatio) == 0x000274, "Member 'AAncientMagicHotSpot::MinOuterRadiusRatio' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, bInsideOuterRadius) == 0x000278, "Member 'AAncientMagicHotSpot::bInsideOuterRadius' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, bInsideCollision) == 0x000279, "Member 'AAncientMagicHotSpot::bInsideCollision' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, InnerRadiusMaxAngle) == 0x00027C, "Member 'AAncientMagicHotSpot::InnerRadiusMaxAngle' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, bInnerAngleUseCameraFacing) == 0x000280, "Member 'AAncientMagicHotSpot::bInnerAngleUseCameraFacing' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, InnerAngleRatioInterpToSpeed) == 0x000284, "Member 'AAncientMagicHotSpot::InnerAngleRatioInterpToSpeed' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, InnerAngleRatioInterpOutSpeed) == 0x000288, "Member 'AAncientMagicHotSpot::InnerAngleRatioInterpOutSpeed' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, InnerRadius) == 0x00028C, "Member 'AAncientMagicHotSpot::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, ExitInnerRadius) == 0x000290, "Member 'AAncientMagicHotSpot::ExitInnerRadius' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, MinInnerAngleRatio) == 0x000294, "Member 'AAncientMagicHotSpot::MinInnerAngleRatio' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, MinInnerRadiusRatio) == 0x000298, "Member 'AAncientMagicHotSpot::MinInnerRadiusRatio' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, bInsideInnerRadius) == 0x00029C, "Member 'AAncientMagicHotSpot::bInsideInnerRadius' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, HotSpotRadius) == 0x0002A0, "Member 'AAncientMagicHotSpot::HotSpotRadius' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, HotSpotRumbleDeadZone) == 0x0002A4, "Member 'AAncientMagicHotSpot::HotSpotRumbleDeadZone' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, bInsideHotSpotRadius) == 0x0002A8, "Member 'AAncientMagicHotSpot::bInsideHotSpotRadius' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, bUseDiscoverAbility) == 0x0002A9, "Member 'AAncientMagicHotSpot::bUseDiscoverAbility' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, bHotSpotActive) == 0x0002AA, "Member 'AAncientMagicHotSpot::bHotSpotActive' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, bTriggerAOEMunition) == 0x0002AB, "Member 'AAncientMagicHotSpot::bTriggerAOEMunition' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, NumberOfUses) == 0x0002AC, "Member 'AAncientMagicHotSpot::NumberOfUses' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, Cooldown) == 0x0002B0, "Member 'AAncientMagicHotSpot::Cooldown' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, OnCompletedDelagate) == 0x0002B8, "Member 'AAncientMagicHotSpot::OnCompletedDelagate' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, OnCancelledDelagate) == 0x0002C8, "Member 'AAncientMagicHotSpot::OnCancelledDelagate' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, OnEndedDelagate) == 0x0002D8, "Member 'AAncientMagicHotSpot::OnEndedDelagate' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, CognitionStimuliSourceComponent) == 0x0002E8, "Member 'AAncientMagicHotSpot::CognitionStimuliSourceComponent' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, PlayerActor) == 0x0002F0, "Member 'AAncientMagicHotSpot::PlayerActor' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicHotSpot, VFXPulseComponent) == 0x0002F8, "Member 'AAncientMagicHotSpot::VFXPulseComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Follow_QBUpdate \ static_assert(alignof(UEnemy_Follow_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_Follow_QBUpdate"); \ static_assert(sizeof(UEnemy_Follow_QBUpdate) == 0x000060, "Wrong size on UEnemy_Follow_QBUpdate"); \ #define DUMPER7_ASSERTS_UBroomRiderAction_TravelToPoint \ static_assert(alignof(UBroomRiderAction_TravelToPoint) == 0x000008, "Wrong alignment on UBroomRiderAction_TravelToPoint"); \ static_assert(sizeof(UBroomRiderAction_TravelToPoint) == 0x000148, "Wrong size on UBroomRiderAction_TravelToPoint"); \ static_assert(offsetof(UBroomRiderAction_TravelToPoint, BroomPhysicsData) == 0x000038, "Member 'UBroomRiderAction_TravelToPoint::BroomPhysicsData' has a wrong offset!"); \ static_assert(offsetof(UBroomRiderAction_TravelToPoint, PrevBroomPhysicsData) == 0x000060, "Member 'UBroomRiderAction_TravelToPoint::PrevBroomPhysicsData' has a wrong offset!"); \ static_assert(offsetof(UBroomRiderAction_TravelToPoint, bRestoreFlightDataOnFinish) == 0x000068, "Member 'UBroomRiderAction_TravelToPoint::bRestoreFlightDataOnFinish' has a wrong offset!"); \ static_assert(offsetof(UBroomRiderAction_TravelToPoint, bLoopUntilMessage) == 0x000069, "Member 'UBroomRiderAction_TravelToPoint::bLoopUntilMessage' has a wrong offset!"); \ static_assert(offsetof(UBroomRiderAction_TravelToPoint, MessageName) == 0x000070, "Member 'UBroomRiderAction_TravelToPoint::MessageName' has a wrong offset!"); \ static_assert(offsetof(UBroomRiderAction_TravelToPoint, Point) == 0x000080, "Member 'UBroomRiderAction_TravelToPoint::Point' has a wrong offset!"); \ static_assert(offsetof(UBroomRiderAction_TravelToPoint, bKeepPlayerCloseToNPC) == 0x000084, "Member 'UBroomRiderAction_TravelToPoint::bKeepPlayerCloseToNPC' has a wrong offset!"); \ static_assert(offsetof(UBroomRiderAction_TravelToPoint, bSetStatOnPlayerLeaveNPC) == 0x000085, "Member 'UBroomRiderAction_TravelToPoint::bSetStatOnPlayerLeaveNPC' has a wrong offset!"); \ static_assert(offsetof(UBroomRiderAction_TravelToPoint, StatToSet) == 0x000088, "Member 'UBroomRiderAction_TravelToPoint::StatToSet' has a wrong offset!"); \ static_assert(offsetof(UBroomRiderAction_TravelToPoint, StatValueToSet) == 0x000110, "Member 'UBroomRiderAction_TravelToPoint::StatValueToSet' has a wrong offset!"); \ static_assert(offsetof(UBroomRiderAction_TravelToPoint, MaxDistanceFromNPC) == 0x000114, "Member 'UBroomRiderAction_TravelToPoint::MaxDistanceFromNPC' has a wrong offset!"); \ static_assert(offsetof(UBroomRiderAction_TravelToPoint, DistanceBehindNPCToResetTo) == 0x000118, "Member 'UBroomRiderAction_TravelToPoint::DistanceBehindNPCToResetTo' has a wrong offset!"); \ static_assert(offsetof(UBroomRiderAction_TravelToPoint, BroomEnemyState) == 0x00011C, "Member 'UBroomRiderAction_TravelToPoint::BroomEnemyState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicNova_SetNotifyObject \ static_assert(alignof(AncientMagicNova_SetNotifyObject) == 0x000008, "Wrong alignment on AncientMagicNova_SetNotifyObject"); \ static_assert(sizeof(AncientMagicNova_SetNotifyObject) == 0x000008, "Wrong size on AncientMagicNova_SetNotifyObject"); \ static_assert(offsetof(AncientMagicNova_SetNotifyObject, Object) == 0x000000, "Member 'AncientMagicNova_SetNotifyObject::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAncientMagicNova \ static_assert(alignof(AAncientMagicNova) == 0x000008, "Wrong alignment on AAncientMagicNova"); \ static_assert(sizeof(AAncientMagicNova) == 0x000268, "Wrong size on AAncientMagicNova"); \ static_assert(offsetof(AAncientMagicNova, ExpandSpeed) == 0x000248, "Member 'AAncientMagicNova::ExpandSpeed' has a wrong offset!"); \ static_assert(offsetof(AAncientMagicNova, MaxExpandSize) == 0x00024C, "Member 'AAncientMagicNova::MaxExpandSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicTarget_SetDebugVisible \ static_assert(alignof(AncientMagicTarget_SetDebugVisible) == 0x000001, "Wrong alignment on AncientMagicTarget_SetDebugVisible"); \ static_assert(sizeof(AncientMagicTarget_SetDebugVisible) == 0x000001, "Wrong size on AncientMagicTarget_SetDebugVisible"); \ static_assert(offsetof(AncientMagicTarget_SetDebugVisible, DebugVisibleIn) == 0x000000, "Member 'AncientMagicTarget_SetDebugVisible::DebugVisibleIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAncientMagicTarget \ static_assert(alignof(AAncientMagicTarget) == 0x000008, "Wrong alignment on AAncientMagicTarget"); \ static_assert(sizeof(AAncientMagicTarget) == 0x000250, "Wrong size on AAncientMagicTarget"); \ static_assert(offsetof(AAncientMagicTarget, Discovered) == 0x000248, "Member 'AAncientMagicTarget::Discovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicWaypoint_FootPlantOccurred \ static_assert(alignof(AncientMagicWaypoint_FootPlantOccurred) == 0x000004, "Wrong alignment on AncientMagicWaypoint_FootPlantOccurred"); \ static_assert(sizeof(AncientMagicWaypoint_FootPlantOccurred) == 0x000018, "Wrong size on AncientMagicWaypoint_FootPlantOccurred"); \ static_assert(offsetof(AncientMagicWaypoint_FootPlantOccurred, FootLocation) == 0x000000, "Member 'AncientMagicWaypoint_FootPlantOccurred::FootLocation' has a wrong offset!"); \ static_assert(offsetof(AncientMagicWaypoint_FootPlantOccurred, FootRotator) == 0x00000C, "Member 'AncientMagicWaypoint_FootPlantOccurred::FootRotator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAncientMagicWaypoint \ static_assert(alignof(AAncientMagicWaypoint) == 0x000008, "Wrong alignment on AAncientMagicWaypoint"); \ static_assert(sizeof(AAncientMagicWaypoint) == 0x000258, "Wrong size on AAncientMagicWaypoint"); \ static_assert(offsetof(AAncientMagicWaypoint, BipedPlayer) == 0x000250, "Member 'AAncientMagicWaypoint::BipedPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicWidget_SetProgress \ static_assert(alignof(AncientMagicWidget_SetProgress) == 0x000004, "Wrong alignment on AncientMagicWidget_SetProgress"); \ static_assert(sizeof(AncientMagicWidget_SetProgress) == 0x000004, "Wrong size on AncientMagicWidget_SetProgress"); \ static_assert(offsetof(AncientMagicWidget_SetProgress, progress) == 0x000000, "Member 'AncientMagicWidget_SetProgress::progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicWidget_SetReticuleScale \ static_assert(alignof(AncientMagicWidget_SetReticuleScale) == 0x000004, "Wrong alignment on AncientMagicWidget_SetReticuleScale"); \ static_assert(sizeof(AncientMagicWidget_SetReticuleScale) == 0x000004, "Wrong size on AncientMagicWidget_SetReticuleScale"); \ static_assert(offsetof(AncientMagicWidget_SetReticuleScale, Scale) == 0x000000, "Member 'AncientMagicWidget_SetReticuleScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AncientMagicWidget_ShowDiscoverProgressButton \ static_assert(alignof(AncientMagicWidget_ShowDiscoverProgressButton) == 0x000001, "Wrong alignment on AncientMagicWidget_ShowDiscoverProgressButton"); \ static_assert(sizeof(AncientMagicWidget_ShowDiscoverProgressButton) == 0x000001, "Wrong size on AncientMagicWidget_ShowDiscoverProgressButton"); \ static_assert(offsetof(AncientMagicWidget_ShowDiscoverProgressButton, Show) == 0x000000, "Member 'AncientMagicWidget_ShowDiscoverProgressButton::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAncientMagicWidget \ static_assert(alignof(UAncientMagicWidget) == 0x000008, "Wrong alignment on UAncientMagicWidget"); \ static_assert(sizeof(UAncientMagicWidget) == 0x000270, "Wrong size on UAncientMagicWidget"); \ static_assert(offsetof(UAncientMagicWidget, Reticule) == 0x000268, "Member 'UAncientMagicWidget::Reticule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_AbandonStations \ static_assert(alignof(USceneActionState_AbandonStations) == 0x000008, "Wrong alignment on USceneActionState_AbandonStations"); \ static_assert(sizeof(USceneActionState_AbandonStations) == 0x000080, "Wrong size on USceneActionState_AbandonStations"); \ #define DUMPER7_ASSERTS_UAnimationClip_SharedRandom \ static_assert(alignof(UAnimationClip_SharedRandom) == 0x000008, "Wrong alignment on UAnimationClip_SharedRandom"); \ static_assert(sizeof(UAnimationClip_SharedRandom) == 0x000040, "Wrong size on UAnimationClip_SharedRandom"); \ static_assert(offsetof(UAnimationClip_SharedRandom, AvoidPickingSameTwice) == 0x000028, "Member 'UAnimationClip_SharedRandom::AvoidPickingSameTwice' has a wrong offset!"); \ static_assert(offsetof(UAnimationClip_SharedRandom, Entries) == 0x000030, "Member 'UAnimationClip_SharedRandom::Entries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationClipState_StationStoryContent \ static_assert(alignof(UAnimationClipState_StationStoryContent) == 0x000008, "Wrong alignment on UAnimationClipState_StationStoryContent"); \ static_assert(sizeof(UAnimationClipState_StationStoryContent) == 0x0000A0, "Wrong size on UAnimationClipState_StationStoryContent"); \ #define DUMPER7_ASSERTS_UEnemy_Duel_QBUpdate \ static_assert(alignof(UEnemy_Duel_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_Duel_QBUpdate"); \ static_assert(sizeof(UEnemy_Duel_QBUpdate) == 0x000050, "Wrong size on UEnemy_Duel_QBUpdate"); \ #define DUMPER7_ASSERTS_UAnimationClip_StationStoryContent \ static_assert(alignof(UAnimationClip_StationStoryContent) == 0x000008, "Wrong alignment on UAnimationClip_StationStoryContent"); \ static_assert(sizeof(UAnimationClip_StationStoryContent) == 0x000040, "Wrong size on UAnimationClip_StationStoryContent"); \ static_assert(offsetof(UAnimationClip_StationStoryContent, ClipType) == 0x000028, "Member 'UAnimationClip_StationStoryContent::ClipType' has a wrong offset!"); \ static_assert(offsetof(UAnimationClip_StationStoryContent, CharacterIndex) == 0x00002C, "Member 'UAnimationClip_StationStoryContent::CharacterIndex' has a wrong offset!"); \ static_assert(offsetof(UAnimationClip_StationStoryContent, StoryContentParameter) == 0x000030, "Member 'UAnimationClip_StationStoryContent::StoryContentParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationClip_TagLookupAndMatchTransform \ static_assert(alignof(UAnimationClip_TagLookupAndMatchTransform) == 0x000008, "Wrong alignment on UAnimationClip_TagLookupAndMatchTransform"); \ static_assert(sizeof(UAnimationClip_TagLookupAndMatchTransform) == 0x000088, "Wrong size on UAnimationClip_TagLookupAndMatchTransform"); \ static_assert(offsetof(UAnimationClip_TagLookupAndMatchTransform, TransformToMatchProvider) == 0x000070, "Member 'UAnimationClip_TagLookupAndMatchTransform::TransformToMatchProvider' has a wrong offset!"); \ static_assert(offsetof(UAnimationClip_TagLookupAndMatchTransform, AnchorTransformProvider) == 0x000078, "Member 'UAnimationClip_TagLookupAndMatchTransform::AnchorTransformProvider' has a wrong offset!"); \ static_assert(offsetof(UAnimationClip_TagLookupAndMatchTransform, AnimationMatchFlag) == 0x000080, "Member 'UAnimationClip_TagLookupAndMatchTransform::AnimationMatchFlag' has a wrong offset!"); \ static_assert(offsetof(UAnimationClip_TagLookupAndMatchTransform, FetchAnims) == 0x000081, "Member 'UAnimationClip_TagLookupAndMatchTransform::FetchAnims' has a wrong offset!"); \ static_assert(offsetof(UAnimationClip_TagLookupAndMatchTransform, bSearchAnimationArchitect) == 0x000082, "Member 'UAnimationClip_TagLookupAndMatchTransform::bSearchAnimationArchitect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_POI_QBUpdate \ static_assert(alignof(UEnemy_POI_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_POI_QBUpdate"); \ static_assert(sizeof(UEnemy_POI_QBUpdate) == 0x000058, "Wrong size on UEnemy_POI_QBUpdate"); \ #define DUMPER7_ASSERTS_BroomFlightVFXActor_GetBroomCapsule \ static_assert(alignof(BroomFlightVFXActor_GetBroomCapsule) == 0x000008, "Wrong alignment on BroomFlightVFXActor_GetBroomCapsule"); \ static_assert(sizeof(BroomFlightVFXActor_GetBroomCapsule) == 0x000008, "Wrong size on BroomFlightVFXActor_GetBroomCapsule"); \ static_assert(offsetof(BroomFlightVFXActor_GetBroomCapsule, ReturnValue) == 0x000000, "Member 'BroomFlightVFXActor_GetBroomCapsule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BroomFlightVFXActor_GetNiagara \ static_assert(alignof(BroomFlightVFXActor_GetNiagara) == 0x000008, "Wrong alignment on BroomFlightVFXActor_GetNiagara"); \ static_assert(sizeof(BroomFlightVFXActor_GetNiagara) == 0x000008, "Wrong size on BroomFlightVFXActor_GetNiagara"); \ static_assert(offsetof(BroomFlightVFXActor_GetNiagara, ReturnValue) == 0x000000, "Member 'BroomFlightVFXActor_GetNiagara::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BroomFlightVFXActor_GetPostProcess \ static_assert(alignof(BroomFlightVFXActor_GetPostProcess) == 0x000008, "Wrong alignment on BroomFlightVFXActor_GetPostProcess"); \ static_assert(sizeof(BroomFlightVFXActor_GetPostProcess) == 0x000008, "Wrong size on BroomFlightVFXActor_GetPostProcess"); \ static_assert(offsetof(BroomFlightVFXActor_GetPostProcess, ReturnValue) == 0x000000, "Member 'BroomFlightVFXActor_GetPostProcess::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BroomFlightVFXActor_SetRadialBlurParameterValues \ static_assert(alignof(BroomFlightVFXActor_SetRadialBlurParameterValues) == 0x000004, "Wrong alignment on BroomFlightVFXActor_SetRadialBlurParameterValues"); \ static_assert(sizeof(BroomFlightVFXActor_SetRadialBlurParameterValues) == 0x000014, "Wrong size on BroomFlightVFXActor_SetRadialBlurParameterValues"); \ static_assert(offsetof(BroomFlightVFXActor_SetRadialBlurParameterValues, EffectAmount) == 0x000000, "Member 'BroomFlightVFXActor_SetRadialBlurParameterValues::EffectAmount' has a wrong offset!"); \ static_assert(offsetof(BroomFlightVFXActor_SetRadialBlurParameterValues, TargetPos) == 0x000004, "Member 'BroomFlightVFXActor_SetRadialBlurParameterValues::TargetPos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BroomFlightVFXActor_SetRadialBlurToggleParameterValue \ static_assert(alignof(BroomFlightVFXActor_SetRadialBlurToggleParameterValue) == 0x000004, "Wrong alignment on BroomFlightVFXActor_SetRadialBlurToggleParameterValue"); \ static_assert(sizeof(BroomFlightVFXActor_SetRadialBlurToggleParameterValue) == 0x000004, "Wrong size on BroomFlightVFXActor_SetRadialBlurToggleParameterValue"); \ static_assert(offsetof(BroomFlightVFXActor_SetRadialBlurToggleParameterValue, ToggleAmount) == 0x000000, "Member 'BroomFlightVFXActor_SetRadialBlurToggleParameterValue::ToggleAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BroomFlightVFXActor_SpawnNiagaraSystem \ static_assert(alignof(BroomFlightVFXActor_SpawnNiagaraSystem) == 0x000008, "Wrong alignment on BroomFlightVFXActor_SpawnNiagaraSystem"); \ static_assert(sizeof(BroomFlightVFXActor_SpawnNiagaraSystem) == 0x000008, "Wrong size on BroomFlightVFXActor_SpawnNiagaraSystem"); \ static_assert(offsetof(BroomFlightVFXActor_SpawnNiagaraSystem, ReturnValue) == 0x000000, "Member 'BroomFlightVFXActor_SpawnNiagaraSystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABroomFlightVFXActor \ static_assert(alignof(ABroomFlightVFXActor) == 0x000008, "Wrong alignment on ABroomFlightVFXActor"); \ static_assert(sizeof(ABroomFlightVFXActor) == 0x000388, "Wrong size on ABroomFlightVFXActor"); \ static_assert(offsetof(ABroomFlightVFXActor, MapTraceType) == 0x000248, "Member 'ABroomFlightVFXActor::MapTraceType' has a wrong offset!"); \ static_assert(offsetof(ABroomFlightVFXActor, Time) == 0x00024C, "Member 'ABroomFlightVFXActor::Time' has a wrong offset!"); \ static_assert(offsetof(ABroomFlightVFXActor, PitchMultiply) == 0x000250, "Member 'ABroomFlightVFXActor::PitchMultiply' has a wrong offset!"); \ static_assert(offsetof(ABroomFlightVFXActor, YawMultiply) == 0x000254, "Member 'ABroomFlightVFXActor::YawMultiply' has a wrong offset!"); \ static_assert(offsetof(ABroomFlightVFXActor, YawStrength) == 0x000258, "Member 'ABroomFlightVFXActor::YawStrength' has a wrong offset!"); \ static_assert(offsetof(ABroomFlightVFXActor, TargetLocation) == 0x00025C, "Member 'ABroomFlightVFXActor::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(ABroomFlightVFXActor, SpeedKeys) == 0x000268, "Member 'ABroomFlightVFXActor::SpeedKeys' has a wrong offset!"); \ static_assert(offsetof(ABroomFlightVFXActor, SpeedValues) == 0x000278, "Member 'ABroomFlightVFXActor::SpeedValues' has a wrong offset!"); \ static_assert(offsetof(ABroomFlightVFXActor, TimeKeys) == 0x000288, "Member 'ABroomFlightVFXActor::TimeKeys' has a wrong offset!"); \ static_assert(offsetof(ABroomFlightVFXActor, TimeValues) == 0x000298, "Member 'ABroomFlightVFXActor::TimeValues' has a wrong offset!"); \ static_assert(offsetof(ABroomFlightVFXActor, SpawnedSystem) == 0x0002A8, "Member 'ABroomFlightVFXActor::SpawnedSystem' has a wrong offset!"); \ static_assert(offsetof(ABroomFlightVFXActor, DynamicBroomMaterial) == 0x0002B0, "Member 'ABroomFlightVFXActor::DynamicBroomMaterial' has a wrong offset!"); \ static_assert(offsetof(ABroomFlightVFXActor, BroomParams) == 0x0002B8, "Member 'ABroomFlightVFXActor::BroomParams' has a wrong offset!"); \ static_assert(offsetof(ABroomFlightVFXActor, MatParams) == 0x000308, "Member 'ABroomFlightVFXActor::MatParams' has a wrong offset!"); \ static_assert(offsetof(ABroomFlightVFXActor, BroomPostProcess) == 0x000360, "Member 'ABroomFlightVFXActor::BroomPostProcess' has a wrong offset!"); \ static_assert(offsetof(ABroomFlightVFXActor, BroomNiagara) == 0x000368, "Member 'ABroomFlightVFXActor::BroomNiagara' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_AkEvent_Lookup \ static_assert(alignof(UAnimNotify_AkEvent_Lookup) == 0x000008, "Wrong alignment on UAnimNotify_AkEvent_Lookup"); \ static_assert(sizeof(UAnimNotify_AkEvent_Lookup) == 0x000070, "Wrong size on UAnimNotify_AkEvent_Lookup"); \ static_assert(offsetof(UAnimNotify_AkEvent_Lookup, LookupTags) == 0x000038, "Member 'UAnimNotify_AkEvent_Lookup::LookupTags' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_Lookup, bFollow) == 0x000058, "Member 'UAnimNotify_AkEvent_Lookup::bFollow' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_Lookup, SocketName) == 0x00005C, "Member 'UAnimNotify_AkEvent_Lookup::SocketName' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_Lookup, bObstructionAndOcclusion) == 0x000064, "Member 'UAnimNotify_AkEvent_Lookup::bObstructionAndOcclusion' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_Lookup, MaxDistanceToListener) == 0x000068, "Member 'UAnimNotify_AkEvent_Lookup::MaxDistanceToListener' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_Lookup, bUseMotionListener) == 0x00006C, "Member 'UAnimNotify_AkEvent_Lookup::bUseMotionListener' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_Lookup, bUsePlayerOrientation) == 0x00006D, "Member 'UAnimNotify_AkEvent_Lookup::bUsePlayerOrientation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_ChangeLightColor \ static_assert(alignof(Torch_ChangeLightColor) == 0x000004, "Wrong alignment on Torch_ChangeLightColor"); \ static_assert(sizeof(Torch_ChangeLightColor) == 0x000014, "Wrong size on Torch_ChangeLightColor"); \ static_assert(offsetof(Torch_ChangeLightColor, i_Color) == 0x000000, "Member 'Torch_ChangeLightColor::i_Color' has a wrong offset!"); \ static_assert(offsetof(Torch_ChangeLightColor, i_temperature) == 0x000010, "Member 'Torch_ChangeLightColor::i_temperature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_ConstructTorch \ static_assert(alignof(Torch_ConstructTorch) == 0x000001, "Wrong alignment on Torch_ConstructTorch"); \ static_assert(sizeof(Torch_ConstructTorch) == 0x000001, "Wrong size on Torch_ConstructTorch"); \ static_assert(offsetof(Torch_ConstructTorch, ReturnValue) == 0x000000, "Member 'Torch_ConstructTorch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_CrossLightTickRange \ static_assert(alignof(Torch_CrossLightTickRange) == 0x000001, "Wrong alignment on Torch_CrossLightTickRange"); \ static_assert(sizeof(Torch_CrossLightTickRange) == 0x000001, "Wrong size on Torch_CrossLightTickRange"); \ static_assert(offsetof(Torch_CrossLightTickRange, bin) == 0x000000, "Member 'Torch_CrossLightTickRange::bin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_EndLight \ static_assert(alignof(Torch_EndLight) == 0x000001, "Wrong alignment on Torch_EndLight"); \ static_assert(sizeof(Torch_EndLight) == 0x000001, "Wrong size on Torch_EndLight"); \ static_assert(offsetof(Torch_EndLight, bLerp) == 0x000000, "Member 'Torch_EndLight::bLerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_ExtinguishLight \ static_assert(alignof(Torch_ExtinguishLight) == 0x000001, "Wrong alignment on Torch_ExtinguishLight"); \ static_assert(sizeof(Torch_ExtinguishLight) == 0x000001, "Wrong size on Torch_ExtinguishLight"); \ static_assert(offsetof(Torch_ExtinguishLight, bSlow) == 0x000000, "Member 'Torch_ExtinguishLight::bSlow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_GetDPCInitialTransform \ static_assert(alignof(Torch_GetDPCInitialTransform) == 0x000010, "Wrong alignment on Torch_GetDPCInitialTransform"); \ static_assert(sizeof(Torch_GetDPCInitialTransform) == 0x000030, "Wrong size on Torch_GetDPCInitialTransform"); \ static_assert(offsetof(Torch_GetDPCInitialTransform, ReturnValue) == 0x000000, "Member 'Torch_GetDPCInitialTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_Lightswitch \ static_assert(alignof(Torch_Lightswitch) == 0x000001, "Wrong alignment on Torch_Lightswitch"); \ static_assert(sizeof(Torch_Lightswitch) == 0x000002, "Wrong size on Torch_Lightswitch"); \ static_assert(offsetof(Torch_Lightswitch, bOn) == 0x000000, "Member 'Torch_Lightswitch::bOn' has a wrong offset!"); \ static_assert(offsetof(Torch_Lightswitch, bLerp) == 0x000001, "Member 'Torch_Lightswitch::bLerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_Lightswitch_Lerp \ static_assert(alignof(Torch_Lightswitch_Lerp) == 0x000001, "Wrong alignment on Torch_Lightswitch_Lerp"); \ static_assert(sizeof(Torch_Lightswitch_Lerp) == 0x000001, "Wrong size on Torch_Lightswitch_Lerp"); \ static_assert(offsetof(Torch_Lightswitch_Lerp, bOn) == 0x000000, "Member 'Torch_Lightswitch_Lerp::bOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_LightswitchTimelineUpdate \ static_assert(alignof(Torch_LightswitchTimelineUpdate) == 0x000004, "Wrong alignment on Torch_LightswitchTimelineUpdate"); \ static_assert(sizeof(Torch_LightswitchTimelineUpdate) == 0x000004, "Wrong size on Torch_LightswitchTimelineUpdate"); \ static_assert(offsetof(Torch_LightswitchTimelineUpdate, percent) == 0x000000, "Member 'Torch_LightswitchTimelineUpdate::percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_LoadSyncronousNiagaraSystem \ static_assert(alignof(Torch_LoadSyncronousNiagaraSystem) == 0x000008, "Wrong alignment on Torch_LoadSyncronousNiagaraSystem"); \ static_assert(sizeof(Torch_LoadSyncronousNiagaraSystem) == 0x000030, "Wrong size on Torch_LoadSyncronousNiagaraSystem"); \ static_assert(offsetof(Torch_LoadSyncronousNiagaraSystem, UnloadedSystem) == 0x000000, "Member 'Torch_LoadSyncronousNiagaraSystem::UnloadedSystem' has a wrong offset!"); \ static_assert(offsetof(Torch_LoadSyncronousNiagaraSystem, LoadedSystem) == 0x000028, "Member 'Torch_LoadSyncronousNiagaraSystem::LoadedSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_ModFunctionSetup \ static_assert(alignof(Torch_ModFunctionSetup) == 0x000001, "Wrong alignment on Torch_ModFunctionSetup"); \ static_assert(sizeof(Torch_ModFunctionSetup) == 0x000001, "Wrong size on Torch_ModFunctionSetup"); \ static_assert(offsetof(Torch_ModFunctionSetup, ReturnValue) == 0x000000, "Member 'Torch_ModFunctionSetup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_OnPropagateOverlapBegin \ static_assert(alignof(Torch_OnPropagateOverlapBegin) == 0x000008, "Wrong alignment on Torch_OnPropagateOverlapBegin"); \ static_assert(sizeof(Torch_OnPropagateOverlapBegin) == 0x0000A8, "Wrong size on Torch_OnPropagateOverlapBegin"); \ static_assert(offsetof(Torch_OnPropagateOverlapBegin, OverlappedComponent) == 0x000000, "Member 'Torch_OnPropagateOverlapBegin::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(Torch_OnPropagateOverlapBegin, OtherActor) == 0x000008, "Member 'Torch_OnPropagateOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(Torch_OnPropagateOverlapBegin, OtherComp) == 0x000010, "Member 'Torch_OnPropagateOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(Torch_OnPropagateOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'Torch_OnPropagateOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(Torch_OnPropagateOverlapBegin, bFromSweep) == 0x00001C, "Member 'Torch_OnPropagateOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(Torch_OnPropagateOverlapBegin, SweepResult) == 0x000020, "Member 'Torch_OnPropagateOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_OnPropagateOverlapEnd \ static_assert(alignof(Torch_OnPropagateOverlapEnd) == 0x000008, "Wrong alignment on Torch_OnPropagateOverlapEnd"); \ static_assert(sizeof(Torch_OnPropagateOverlapEnd) == 0x000020, "Wrong size on Torch_OnPropagateOverlapEnd"); \ static_assert(offsetof(Torch_OnPropagateOverlapEnd, OverlappedComp) == 0x000000, "Member 'Torch_OnPropagateOverlapEnd::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(Torch_OnPropagateOverlapEnd, OtherActor) == 0x000008, "Member 'Torch_OnPropagateOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(Torch_OnPropagateOverlapEnd, OtherComp) == 0x000010, "Member 'Torch_OnPropagateOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(Torch_OnPropagateOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'Torch_OnPropagateOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_OnProxOverlapBegin \ static_assert(alignof(Torch_OnProxOverlapBegin) == 0x000008, "Wrong alignment on Torch_OnProxOverlapBegin"); \ static_assert(sizeof(Torch_OnProxOverlapBegin) == 0x0000A8, "Wrong size on Torch_OnProxOverlapBegin"); \ static_assert(offsetof(Torch_OnProxOverlapBegin, OverlappedComponent) == 0x000000, "Member 'Torch_OnProxOverlapBegin::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(Torch_OnProxOverlapBegin, OtherActor) == 0x000008, "Member 'Torch_OnProxOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(Torch_OnProxOverlapBegin, OtherComp) == 0x000010, "Member 'Torch_OnProxOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(Torch_OnProxOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'Torch_OnProxOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(Torch_OnProxOverlapBegin, bFromSweep) == 0x00001C, "Member 'Torch_OnProxOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(Torch_OnProxOverlapBegin, SweepResult) == 0x000020, "Member 'Torch_OnProxOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_ParticleSetup \ static_assert(alignof(Torch_ParticleSetup) == 0x000001, "Wrong alignment on Torch_ParticleSetup"); \ static_assert(sizeof(Torch_ParticleSetup) == 0x000001, "Wrong size on Torch_ParticleSetup"); \ static_assert(offsetof(Torch_ParticleSetup, ReturnValue) == 0x000000, "Member 'Torch_ParticleSetup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_PropagationSetup \ static_assert(alignof(Torch_PropagationSetup) == 0x000004, "Wrong alignment on Torch_PropagationSetup"); \ static_assert(sizeof(Torch_PropagationSetup) == 0x000004, "Wrong size on Torch_PropagationSetup"); \ static_assert(offsetof(Torch_PropagationSetup, ReturnValue) == 0x000000, "Member 'Torch_PropagationSetup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_SequentialLight \ static_assert(alignof(Torch_SequentialLight) == 0x000004, "Wrong alignment on Torch_SequentialLight"); \ static_assert(sizeof(Torch_SequentialLight) == 0x00000C, "Wrong size on Torch_SequentialLight"); \ static_assert(offsetof(Torch_SequentialLight, LightLoc) == 0x000000, "Member 'Torch_SequentialLight::LightLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_SequentialLightTimelineUpdate \ static_assert(alignof(Torch_SequentialLightTimelineUpdate) == 0x000004, "Wrong alignment on Torch_SequentialLightTimelineUpdate"); \ static_assert(sizeof(Torch_SequentialLightTimelineUpdate) == 0x000010, "Wrong size on Torch_SequentialLightTimelineUpdate"); \ static_assert(offsetof(Torch_SequentialLightTimelineUpdate, LightLoc) == 0x000000, "Member 'Torch_SequentialLightTimelineUpdate::LightLoc' has a wrong offset!"); \ static_assert(offsetof(Torch_SequentialLightTimelineUpdate, percent) == 0x00000C, "Member 'Torch_SequentialLightTimelineUpdate::percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_SetOnFire \ static_assert(alignof(Torch_SetOnFire) == 0x000001, "Wrong alignment on Torch_SetOnFire"); \ static_assert(sizeof(Torch_SetOnFire) == 0x000001, "Wrong size on Torch_SetOnFire"); \ static_assert(offsetof(Torch_SetOnFire, bOnFire) == 0x000000, "Member 'Torch_SetOnFire::bOnFire' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_SetUpLights \ static_assert(alignof(Torch_SetUpLights) == 0x000008, "Wrong alignment on Torch_SetUpLights"); \ static_assert(sizeof(Torch_SetUpLights) == 0x000018, "Wrong size on Torch_SetUpLights"); \ static_assert(offsetof(Torch_SetUpLights, curPL) == 0x000000, "Member 'Torch_SetUpLights::curPL' has a wrong offset!"); \ static_assert(offsetof(Torch_SetUpLights, curSL) == 0x000008, "Member 'Torch_SetUpLights::curSL' has a wrong offset!"); \ static_assert(offsetof(Torch_SetUpLights, curIL) == 0x000010, "Member 'Torch_SetUpLights::curIL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_ShouldStartLit \ static_assert(alignof(Torch_ShouldStartLit) == 0x000001, "Wrong alignment on Torch_ShouldStartLit"); \ static_assert(sizeof(Torch_ShouldStartLit) == 0x000001, "Wrong size on Torch_ShouldStartLit"); \ static_assert(offsetof(Torch_ShouldStartLit, ReturnValue) == 0x000000, "Member 'Torch_ShouldStartLit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_StartLight \ static_assert(alignof(Torch_StartLight) == 0x000001, "Wrong alignment on Torch_StartLight"); \ static_assert(sizeof(Torch_StartLight) == 0x000001, "Wrong size on Torch_StartLight"); \ static_assert(offsetof(Torch_StartLight, bLerp) == 0x000000, "Member 'Torch_StartLight::bLerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_TorchSetup \ static_assert(alignof(Torch_TorchSetup) == 0x000008, "Wrong alignment on Torch_TorchSetup"); \ static_assert(sizeof(Torch_TorchSetup) == 0x000050, "Wrong size on Torch_TorchSetup"); \ static_assert(offsetof(Torch_TorchSetup, i_ObjectStateComp) == 0x000000, "Member 'Torch_TorchSetup::i_ObjectStateComp' has a wrong offset!"); \ static_assert(offsetof(Torch_TorchSetup, i_Timeline) == 0x000008, "Member 'Torch_TorchSetup::i_Timeline' has a wrong offset!"); \ static_assert(offsetof(Torch_TorchSetup, i_FireParticle) == 0x000010, "Member 'Torch_TorchSetup::i_FireParticle' has a wrong offset!"); \ static_assert(offsetof(Torch_TorchSetup, i_PropagateTrigger) == 0x000018, "Member 'Torch_TorchSetup::i_PropagateTrigger' has a wrong offset!"); \ static_assert(offsetof(Torch_TorchSetup, i_AkComp) == 0x000020, "Member 'Torch_TorchSetup::i_AkComp' has a wrong offset!"); \ static_assert(offsetof(Torch_TorchSetup, i_AnimatedLight) == 0x000028, "Member 'Torch_TorchSetup::i_AnimatedLight' has a wrong offset!"); \ static_assert(offsetof(Torch_TorchSetup, i_PL) == 0x000030, "Member 'Torch_TorchSetup::i_PL' has a wrong offset!"); \ static_assert(offsetof(Torch_TorchSetup, i_SL) == 0x000038, "Member 'Torch_TorchSetup::i_SL' has a wrong offset!"); \ static_assert(offsetof(Torch_TorchSetup, i_IL) == 0x000040, "Member 'Torch_TorchSetup::i_IL' has a wrong offset!"); \ static_assert(offsetof(Torch_TorchSetup, ReturnValue) == 0x000048, "Member 'Torch_TorchSetup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Torch_TorchGetNormalizedTime \ static_assert(alignof(Torch_TorchGetNormalizedTime) == 0x000004, "Wrong alignment on Torch_TorchGetNormalizedTime"); \ static_assert(sizeof(Torch_TorchGetNormalizedTime) == 0x000004, "Wrong size on Torch_TorchGetNormalizedTime"); \ static_assert(offsetof(Torch_TorchGetNormalizedTime, NormalizedTime) == 0x000000, "Member 'Torch_TorchGetNormalizedTime::NormalizedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATorch \ static_assert(alignof(ATorch) == 0x000010, "Wrong alignment on ATorch"); \ static_assert(sizeof(ATorch) == 0x000510, "Wrong size on ATorch"); \ static_assert(offsetof(ATorch, bStartLit) == 0x000258, "Member 'ATorch::bStartLit' has a wrong offset!"); \ static_assert(offsetof(ATorch, bUseMesh) == 0x000259, "Member 'ATorch::bUseMesh' has a wrong offset!"); \ static_assert(offsetof(ATorch, bSimulatePhysics) == 0x00025A, "Member 'ATorch::bSimulatePhysics' has a wrong offset!"); \ static_assert(offsetof(ATorch, bStartAsleep) == 0x00025B, "Member 'ATorch::bStartAsleep' has a wrong offset!"); \ static_assert(offsetof(ATorch, bTargetable) == 0x00025C, "Member 'ATorch::bTargetable' has a wrong offset!"); \ static_assert(offsetof(ATorch, LightColor) == 0x000260, "Member 'ATorch::LightColor' has a wrong offset!"); \ static_assert(offsetof(ATorch, bLightTemperature) == 0x000270, "Member 'ATorch::bLightTemperature' has a wrong offset!"); \ static_assert(offsetof(ATorch, LightTemperature) == 0x000274, "Member 'ATorch::LightTemperature' has a wrong offset!"); \ static_assert(offsetof(ATorch, bPropagate) == 0x000278, "Member 'ATorch::bPropagate' has a wrong offset!"); \ static_assert(offsetof(ATorch, bCustomPropagateRadius) == 0x000279, "Member 'ATorch::bCustomPropagateRadius' has a wrong offset!"); \ static_assert(offsetof(ATorch, CustomPropagateRadius) == 0x00027C, "Member 'ATorch::CustomPropagateRadius' has a wrong offset!"); \ static_assert(offsetof(ATorch, bReceiveSequentialLighting) == 0x000280, "Member 'ATorch::bReceiveSequentialLighting' has a wrong offset!"); \ static_assert(offsetof(ATorch, bSendSequentialLighting) == 0x000281, "Member 'ATorch::bSendSequentialLighting' has a wrong offset!"); \ static_assert(offsetof(ATorch, SequentialLightSpreadRadius) == 0x000284, "Member 'ATorch::SequentialLightSpreadRadius' has a wrong offset!"); \ static_assert(offsetof(ATorch, bLightProxPlayer) == 0x000288, "Member 'ATorch::bLightProxPlayer' has a wrong offset!"); \ static_assert(offsetof(ATorch, ProxToPlayer) == 0x00028C, "Member 'ATorch::ProxToPlayer' has a wrong offset!"); \ static_assert(offsetof(ATorch, bAncientMagic) == 0x000290, "Member 'ATorch::bAncientMagic' has a wrong offset!"); \ static_assert(offsetof(ATorch, bExternalBoiler) == 0x000291, "Member 'ATorch::bExternalBoiler' has a wrong offset!"); \ static_assert(offsetof(ATorch, bCastShadow) == 0x000292, "Member 'ATorch::bCastShadow' has a wrong offset!"); \ static_assert(offsetof(ATorch, bCastVolumetricShadow) == 0x000293, "Member 'ATorch::bCastVolumetricShadow' has a wrong offset!"); \ static_assert(offsetof(ATorch, bCastShadowOnlyFromStaticObjects) == 0x000294, "Member 'ATorch::bCastShadowOnlyFromStaticObjects' has a wrong offset!"); \ static_assert(offsetof(ATorch, PointLightUnit) == 0x000295, "Member 'ATorch::PointLightUnit' has a wrong offset!"); \ static_assert(offsetof(ATorch, PointLightIntensity) == 0x000298, "Member 'ATorch::PointLightIntensity' has a wrong offset!"); \ static_assert(offsetof(ATorch, PointLightOffIntensity) == 0x00029C, "Member 'ATorch::PointLightOffIntensity' has a wrong offset!"); \ static_assert(offsetof(ATorch, CustomLightRadius) == 0x0002A0, "Member 'ATorch::CustomLightRadius' has a wrong offset!"); \ static_assert(offsetof(ATorch, SourceRadius_PL) == 0x0002A4, "Member 'ATorch::SourceRadius_PL' has a wrong offset!"); \ static_assert(offsetof(ATorch, ShadowResolution_PL) == 0x0002A8, "Member 'ATorch::ShadowResolution_PL' has a wrong offset!"); \ static_assert(offsetof(ATorch, ContactShadowLength_PL) == 0x0002AC, "Member 'ATorch::ContactShadowLength_PL' has a wrong offset!"); \ static_assert(offsetof(ATorch, MSRShadowCaster_PL) == 0x0002B0, "Member 'ATorch::MSRShadowCaster_PL' has a wrong offset!"); \ static_assert(offsetof(ATorch, VolumetricScattering_PL) == 0x0002B4, "Member 'ATorch::VolumetricScattering_PL' has a wrong offset!"); \ static_assert(offsetof(ATorch, IndirectLighting_PL) == 0x0002B8, "Member 'ATorch::IndirectLighting_PL' has a wrong offset!"); \ static_assert(offsetof(ATorch, MinDistance_PL) == 0x0002BC, "Member 'ATorch::MinDistance_PL' has a wrong offset!"); \ static_assert(offsetof(ATorch, MaxDrawDistance_PL) == 0x0002C0, "Member 'ATorch::MaxDrawDistance_PL' has a wrong offset!"); \ static_assert(offsetof(ATorch, bCustomLightPosition) == 0x0002C4, "Member 'ATorch::bCustomLightPosition' has a wrong offset!"); \ static_assert(offsetof(ATorch, CustomLightPosition) == 0x0002C8, "Member 'ATorch::CustomLightPosition' has a wrong offset!"); \ static_assert(offsetof(ATorch, bCustomLightRotation) == 0x0002D4, "Member 'ATorch::bCustomLightRotation' has a wrong offset!"); \ static_assert(offsetof(ATorch, CustomLightRotation) == 0x0002D8, "Member 'ATorch::CustomLightRotation' has a wrong offset!"); \ static_assert(offsetof(ATorch, bUseLightTexture) == 0x0002E4, "Member 'ATorch::bUseLightTexture' has a wrong offset!"); \ static_assert(offsetof(ATorch, LightTexture) == 0x0002E8, "Member 'ATorch::LightTexture' has a wrong offset!"); \ static_assert(offsetof(ATorch, CullingPlanes) == 0x0002F0, "Member 'ATorch::CullingPlanes' has a wrong offset!"); \ static_assert(offsetof(ATorch, bSpotlight) == 0x000300, "Member 'ATorch::bSpotlight' has a wrong offset!"); \ static_assert(offsetof(ATorch, bSpotlightShadow) == 0x000301, "Member 'ATorch::bSpotlightShadow' has a wrong offset!"); \ static_assert(offsetof(ATorch, bSpotlightVolumetricShadow) == 0x000302, "Member 'ATorch::bSpotlightVolumetricShadow' has a wrong offset!"); \ static_assert(offsetof(ATorch, bSpotlightCastShadowOnlyFromStaticObjects) == 0x000303, "Member 'ATorch::bSpotlightCastShadowOnlyFromStaticObjects' has a wrong offset!"); \ static_assert(offsetof(ATorch, SpotlightUnit) == 0x000304, "Member 'ATorch::SpotlightUnit' has a wrong offset!"); \ static_assert(offsetof(ATorch, SpotlightIntensity) == 0x000308, "Member 'ATorch::SpotlightIntensity' has a wrong offset!"); \ static_assert(offsetof(ATorch, AttenuationRadius_SL) == 0x00030C, "Member 'ATorch::AttenuationRadius_SL' has a wrong offset!"); \ static_assert(offsetof(ATorch, SourceRadius_SL) == 0x000310, "Member 'ATorch::SourceRadius_SL' has a wrong offset!"); \ static_assert(offsetof(ATorch, ShadowResolution_SL) == 0x000314, "Member 'ATorch::ShadowResolution_SL' has a wrong offset!"); \ static_assert(offsetof(ATorch, ShadowBias_SL) == 0x000318, "Member 'ATorch::ShadowBias_SL' has a wrong offset!"); \ static_assert(offsetof(ATorch, ShadowSlopeBias_SL) == 0x00031C, "Member 'ATorch::ShadowSlopeBias_SL' has a wrong offset!"); \ static_assert(offsetof(ATorch, InnerConeAngle) == 0x000320, "Member 'ATorch::InnerConeAngle' has a wrong offset!"); \ static_assert(offsetof(ATorch, OuterConeAngle) == 0x000324, "Member 'ATorch::OuterConeAngle' has a wrong offset!"); \ static_assert(offsetof(ATorch, ContactShadowLength_SL) == 0x000328, "Member 'ATorch::ContactShadowLength_SL' has a wrong offset!"); \ static_assert(offsetof(ATorch, MSRShadowCaster_SL) == 0x00032C, "Member 'ATorch::MSRShadowCaster_SL' has a wrong offset!"); \ static_assert(offsetof(ATorch, VolumetricScattering_SL) == 0x000330, "Member 'ATorch::VolumetricScattering_SL' has a wrong offset!"); \ static_assert(offsetof(ATorch, IndirectLighting_SL) == 0x000334, "Member 'ATorch::IndirectLighting_SL' has a wrong offset!"); \ static_assert(offsetof(ATorch, MaxDrawDistance_SL) == 0x000338, "Member 'ATorch::MaxDrawDistance_SL' has a wrong offset!"); \ static_assert(offsetof(ATorch, SpotlightLocation) == 0x00033C, "Member 'ATorch::SpotlightLocation' has a wrong offset!"); \ static_assert(offsetof(ATorch, SpotlightRotation) == 0x000348, "Member 'ATorch::SpotlightRotation' has a wrong offset!"); \ static_assert(offsetof(ATorch, bUseLightTexture_SL) == 0x000354, "Member 'ATorch::bUseLightTexture_SL' has a wrong offset!"); \ static_assert(offsetof(ATorch, SpotlightTexture) == 0x000358, "Member 'ATorch::SpotlightTexture' has a wrong offset!"); \ static_assert(offsetof(ATorch, SpotlightCullingPlanes) == 0x000360, "Member 'ATorch::SpotlightCullingPlanes' has a wrong offset!"); \ static_assert(offsetof(ATorch, bIndirectLight) == 0x000370, "Member 'ATorch::bIndirectLight' has a wrong offset!"); \ static_assert(offsetof(ATorch, IndirectLightUnit) == 0x000371, "Member 'ATorch::IndirectLightUnit' has a wrong offset!"); \ static_assert(offsetof(ATorch, IndirectIntensity) == 0x000374, "Member 'ATorch::IndirectIntensity' has a wrong offset!"); \ static_assert(offsetof(ATorch, CustomLightRadius_IL) == 0x000378, "Member 'ATorch::CustomLightRadius_IL' has a wrong offset!"); \ static_assert(offsetof(ATorch, MaxDrawDistance_IL) == 0x00037C, "Member 'ATorch::MaxDrawDistance_IL' has a wrong offset!"); \ static_assert(offsetof(ATorch, bCustomFireParticle) == 0x000380, "Member 'ATorch::bCustomFireParticle' has a wrong offset!"); \ static_assert(offsetof(ATorch, CustomFireParticle) == 0x000388, "Member 'ATorch::CustomFireParticle' has a wrong offset!"); \ static_assert(offsetof(ATorch, CustomParticleTransform) == 0x000390, "Member 'ATorch::CustomParticleTransform' has a wrong offset!"); \ static_assert(offsetof(ATorch, WaveSpeed1) == 0x0003C0, "Member 'ATorch::WaveSpeed1' has a wrong offset!"); \ static_assert(offsetof(ATorch, WaveSpeed2) == 0x0003C4, "Member 'ATorch::WaveSpeed2' has a wrong offset!"); \ static_assert(offsetof(ATorch, MinIntensity) == 0x0003C8, "Member 'ATorch::MinIntensity' has a wrong offset!"); \ static_assert(offsetof(ATorch, IntensityNoiseSpeed) == 0x0003CC, "Member 'ATorch::IntensityNoiseSpeed' has a wrong offset!"); \ static_assert(offsetof(ATorch, IntensityNoiseFactor) == 0x0003D0, "Member 'ATorch::IntensityNoiseFactor' has a wrong offset!"); \ static_assert(offsetof(ATorch, bDayNightModulate) == 0x0003D4, "Member 'ATorch::bDayNightModulate' has a wrong offset!"); \ static_assert(offsetof(ATorch, DayIntensityMod) == 0x0003D8, "Member 'ATorch::DayIntensityMod' has a wrong offset!"); \ static_assert(offsetof(ATorch, DayColorMod) == 0x0003DC, "Member 'ATorch::DayColorMod' has a wrong offset!"); \ static_assert(offsetof(ATorch, NightIntensityMod) == 0x0003EC, "Member 'ATorch::NightIntensityMod' has a wrong offset!"); \ static_assert(offsetof(ATorch, NightColorMod) == 0x0003F0, "Member 'ATorch::NightColorMod' has a wrong offset!"); \ static_assert(offsetof(ATorch, TorchMeshComp) == 0x000400, "Member 'ATorch::TorchMeshComp' has a wrong offset!"); \ static_assert(offsetof(ATorch, PointLightComp) == 0x000408, "Member 'ATorch::PointLightComp' has a wrong offset!"); \ static_assert(offsetof(ATorch, SpotLightComp) == 0x000410, "Member 'ATorch::SpotLightComp' has a wrong offset!"); \ static_assert(offsetof(ATorch, IndirectLightComp) == 0x000418, "Member 'ATorch::IndirectLightComp' has a wrong offset!"); \ static_assert(offsetof(ATorch, AnimatedLightComp) == 0x000420, "Member 'ATorch::AnimatedLightComp' has a wrong offset!"); \ static_assert(offsetof(ATorch, LightControllerComp) == 0x000428, "Member 'ATorch::LightControllerComp' has a wrong offset!"); \ static_assert(offsetof(ATorch, AkComp) == 0x000430, "Member 'ATorch::AkComp' has a wrong offset!"); \ static_assert(offsetof(ATorch, ParticleComp) == 0x000438, "Member 'ATorch::ParticleComp' has a wrong offset!"); \ static_assert(offsetof(ATorch, PropagateSphere) == 0x000440, "Member 'ATorch::PropagateSphere' has a wrong offset!"); \ static_assert(offsetof(ATorch, ProximitySphere) == 0x000448, "Member 'ATorch::ProximitySphere' has a wrong offset!"); \ static_assert(offsetof(ATorch, LightLerp_Timeline) == 0x000450, "Member 'ATorch::LightLerp_Timeline' has a wrong offset!"); \ static_assert(offsetof(ATorch, Ak_Light) == 0x000458, "Member 'ATorch::Ak_Light' has a wrong offset!"); \ static_assert(offsetof(ATorch, Ak_Extinguish) == 0x000460, "Member 'ATorch::Ak_Extinguish' has a wrong offset!"); \ static_assert(offsetof(ATorch, bIsLit) == 0x000468, "Member 'ATorch::bIsLit' has a wrong offset!"); \ static_assert(offsetof(ATorch, bLightTick) == 0x000469, "Member 'ATorch::bLightTick' has a wrong offset!"); \ static_assert(offsetof(ATorch, bMovable) == 0x00046A, "Member 'ATorch::bMovable' has a wrong offset!"); \ static_assert(offsetof(ATorch, bCanSound) == 0x00046B, "Member 'ATorch::bCanSound' has a wrong offset!"); \ static_assert(offsetof(ATorch, FlameLocation) == 0x00046C, "Member 'ATorch::FlameLocation' has a wrong offset!"); \ static_assert(offsetof(ATorch, DPC_InitialTransform) == 0x000480, "Member 'ATorch::DPC_InitialTransform' has a wrong offset!"); \ static_assert(offsetof(ATorch, ObjectTypes) == 0x0004B0, "Member 'ATorch::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(ATorch, PropagateObjects) == 0x0004C0, "Member 'ATorch::PropagateObjects' has a wrong offset!"); \ static_assert(offsetof(ATorch, TorchObjectState) == 0x0004D0, "Member 'ATorch::TorchObjectState' has a wrong offset!"); \ static_assert(offsetof(ATorch, PreviousPLUnit) == 0x0004D8, "Member 'ATorch::PreviousPLUnit' has a wrong offset!"); \ static_assert(offsetof(ATorch, PreviousSLUnit) == 0x0004D9, "Member 'ATorch::PreviousSLUnit' has a wrong offset!"); \ static_assert(offsetof(ATorch, PreviousILUnit) == 0x0004DA, "Member 'ATorch::PreviousILUnit' has a wrong offset!"); \ static_assert(offsetof(ATorch, FireSystems) == 0x0004E0, "Member 'ATorch::FireSystems' has a wrong offset!"); \ static_assert(offsetof(ATorch, PhysicsFireSystems) == 0x0004F0, "Member 'ATorch::PhysicsFireSystems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_Ak_Lookup_IsMounted \ static_assert(alignof(UAnimNotify_Ak_Lookup_IsMounted) == 0x000008, "Wrong alignment on UAnimNotify_Ak_Lookup_IsMounted"); \ static_assert(sizeof(UAnimNotify_Ak_Lookup_IsMounted) == 0x000070, "Wrong size on UAnimNotify_Ak_Lookup_IsMounted"); \ #define DUMPER7_ASSERTS_UAnimNotify_AkEvent_Ava \ static_assert(alignof(UAnimNotify_AkEvent_Ava) == 0x000008, "Wrong alignment on UAnimNotify_AkEvent_Ava"); \ static_assert(sizeof(UAnimNotify_AkEvent_Ava) == 0x000058, "Wrong size on UAnimNotify_AkEvent_Ava"); \ static_assert(offsetof(UAnimNotify_AkEvent_Ava, AkAudioEvent) == 0x000038, "Member 'UAnimNotify_AkEvent_Ava::AkAudioEvent' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_Ava, SocketName) == 0x000040, "Member 'UAnimNotify_AkEvent_Ava::SocketName' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_Ava, bFollow) == 0x000048, "Member 'UAnimNotify_AkEvent_Ava::bFollow' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_Ava, MaxDistanceToListener) == 0x00004C, "Member 'UAnimNotify_AkEvent_Ava::MaxDistanceToListener' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_Ava, OcclusionOption) == 0x000050, "Member 'UAnimNotify_AkEvent_Ava::OcclusionOption' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_Ava, OcclusionMethod) == 0x000051, "Member 'UAnimNotify_AkEvent_Ava::OcclusionMethod' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_Ava, bAutoDestroy) == 0x000052, "Member 'UAnimNotify_AkEvent_Ava::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_Ava, bTickSpatialVolumes) == 0x000053, "Member 'UAnimNotify_AkEvent_Ava::bTickSpatialVolumes' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_Ava, bOnlyWhenMovingOnGround) == 0x000054, "Member 'UAnimNotify_AkEvent_Ava::bOnlyWhenMovingOnGround' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_Ava, bUseMotionListener) == 0x000055, "Member 'UAnimNotify_AkEvent_Ava::bUseMotionListener' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_Ava, bUsePlayerOrientatedMotionListener) == 0x000056, "Member 'UAnimNotify_AkEvent_Ava::bUsePlayerOrientatedMotionListener' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_Ava, bOnlyPlayer) == 0x000057, "Member 'UAnimNotify_AkEvent_Ava::bOnlyPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATileableFrameActor \ static_assert(alignof(ATileableFrameActor) == 0x000008, "Wrong alignment on ATileableFrameActor"); \ static_assert(sizeof(ATileableFrameActor) == 0x000278, "Wrong size on ATileableFrameActor"); \ static_assert(offsetof(ATileableFrameActor, SceneRoot) == 0x000248, "Member 'ATileableFrameActor::SceneRoot' has a wrong offset!"); \ static_assert(offsetof(ATileableFrameActor, InstRectTileMid) == 0x000250, "Member 'ATileableFrameActor::InstRectTileMid' has a wrong offset!"); \ static_assert(offsetof(ATileableFrameActor, InstRectTileCorner) == 0x000258, "Member 'ATileableFrameActor::InstRectTileCorner' has a wrong offset!"); \ static_assert(offsetof(ATileableFrameActor, RectangularFrameTile) == 0x000260, "Member 'ATileableFrameActor::RectangularFrameTile' has a wrong offset!"); \ static_assert(offsetof(ATileableFrameActor, RectangularFrameCorner) == 0x000268, "Member 'ATileableFrameActor::RectangularFrameCorner' has a wrong offset!"); \ static_assert(offsetof(ATileableFrameActor, HorizontalTileCount) == 0x000270, "Member 'ATileableFrameActor::HorizontalTileCount' has a wrong offset!"); \ static_assert(offsetof(ATileableFrameActor, VerticalTileCount) == 0x000274, "Member 'ATileableFrameActor::VerticalTileCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_CreatureAttackImpact \ static_assert(alignof(UAnimNotify_CreatureAttackImpact) == 0x000008, "Wrong alignment on UAnimNotify_CreatureAttackImpact"); \ static_assert(sizeof(UAnimNotify_CreatureAttackImpact) == 0x000040, "Wrong size on UAnimNotify_CreatureAttackImpact"); \ static_assert(offsetof(UAnimNotify_CreatureAttackImpact, SocketName) == 0x000038, "Member 'UAnimNotify_CreatureAttackImpact::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_Base \ static_assert(alignof(URPGAbilityEventListener_Base) == 0x000008, "Wrong alignment on URPGAbilityEventListener_Base"); \ static_assert(sizeof(URPGAbilityEventListener_Base) == 0x000028, "Wrong size on URPGAbilityEventListener_Base"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener \ static_assert(alignof(URPGAbilityEventListener) == 0x000008, "Wrong alignment on URPGAbilityEventListener"); \ static_assert(sizeof(URPGAbilityEventListener) == 0x000098, "Wrong size on URPGAbilityEventListener"); \ static_assert(offsetof(URPGAbilityEventListener, bTriggerRandom) == 0x000028, "Member 'URPGAbilityEventListener::bTriggerRandom' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener, RandomTriggerChance) == 0x00002C, "Member 'URPGAbilityEventListener::RandomTriggerChance' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener, Abilities) == 0x000030, "Member 'URPGAbilityEventListener::Abilities' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener, mods) == 0x000040, "Member 'URPGAbilityEventListener::mods' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener, TriggerEffects) == 0x000050, "Member 'URPGAbilityEventListener::TriggerEffects' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener, OwnerActor) == 0x000060, "Member 'URPGAbilityEventListener::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener, AbilityHandles) == 0x000068, "Member 'URPGAbilityEventListener::AbilityHandles' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener, ModComponent) == 0x000078, "Member 'URPGAbilityEventListener::ModComponent' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener, AbilityComponent) == 0x000080, "Member 'URPGAbilityEventListener::AbilityComponent' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener, bTriggered) == 0x000088, "Member 'URPGAbilityEventListener::bTriggered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RPGAbilityEventListener_OnItemConsumed_OnItemConsumed \ static_assert(alignof(RPGAbilityEventListener_OnItemConsumed_OnItemConsumed) == 0x000004, "Wrong alignment on RPGAbilityEventListener_OnItemConsumed_OnItemConsumed"); \ static_assert(sizeof(RPGAbilityEventListener_OnItemConsumed_OnItemConsumed) == 0x000028, "Wrong size on RPGAbilityEventListener_OnItemConsumed_OnItemConsumed"); \ static_assert(offsetof(RPGAbilityEventListener_OnItemConsumed_OnItemConsumed, CharacterID) == 0x000000, "Member 'RPGAbilityEventListener_OnItemConsumed_OnItemConsumed::CharacterID' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityEventListener_OnItemConsumed_OnItemConsumed, ItemId) == 0x000008, "Member 'RPGAbilityEventListener_OnItemConsumed_OnItemConsumed::ItemId' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityEventListener_OnItemConsumed_OnItemConsumed, Variation) == 0x000010, "Member 'RPGAbilityEventListener_OnItemConsumed_OnItemConsumed::Variation' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityEventListener_OnItemConsumed_OnItemConsumed, ItemType) == 0x000018, "Member 'RPGAbilityEventListener_OnItemConsumed_OnItemConsumed::ItemType' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityEventListener_OnItemConsumed_OnItemConsumed, ItemUsageType) == 0x000020, "Member 'RPGAbilityEventListener_OnItemConsumed_OnItemConsumed::ItemUsageType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_OnItemConsumed \ static_assert(alignof(URPGAbilityEventListener_OnItemConsumed) == 0x000008, "Wrong alignment on URPGAbilityEventListener_OnItemConsumed"); \ static_assert(sizeof(URPGAbilityEventListener_OnItemConsumed) == 0x0000E0, "Wrong size on URPGAbilityEventListener_OnItemConsumed"); \ static_assert(offsetof(URPGAbilityEventListener_OnItemConsumed, bUseItemTypeFilter) == 0x000098, "Member 'URPGAbilityEventListener_OnItemConsumed::bUseItemTypeFilter' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnItemConsumed, ItemTypeFilter) == 0x0000A0, "Member 'URPGAbilityEventListener_OnItemConsumed::ItemTypeFilter' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnItemConsumed, bUseItemUsageTypeFilter) == 0x0000B8, "Member 'URPGAbilityEventListener_OnItemConsumed::bUseItemUsageTypeFilter' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnItemConsumed, ItemUsageTypeFilter) == 0x0000C0, "Member 'URPGAbilityEventListener_OnItemConsumed::ItemUsageTypeFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncLoadHelpers \ static_assert(alignof(UAsyncLoadHelpers) == 0x000008, "Wrong alignment on UAsyncLoadHelpers"); \ static_assert(sizeof(UAsyncLoadHelpers) == 0x000028, "Wrong size on UAsyncLoadHelpers"); \ #define DUMPER7_ASSERTS_UAnimNotify_CreatureAudioBase \ static_assert(alignof(UAnimNotify_CreatureAudioBase) == 0x000008, "Wrong alignment on UAnimNotify_CreatureAudioBase"); \ static_assert(sizeof(UAnimNotify_CreatureAudioBase) == 0x000078, "Wrong size on UAnimNotify_CreatureAudioBase"); \ static_assert(offsetof(UAnimNotify_CreatureAudioBase, LookupTags) == 0x000038, "Member 'UAnimNotify_CreatureAudioBase::LookupTags' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_CreatureAudioBase, SpawnBaseName) == 0x000058, "Member 'UAnimNotify_CreatureAudioBase::SpawnBaseName' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_CreatureAudioBase, SocketName) == 0x000060, "Member 'UAnimNotify_CreatureAudioBase::SocketName' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_CreatureAudioBase, ImpactSize) == 0x000068, "Member 'UAnimNotify_CreatureAudioBase::ImpactSize' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_CreatureAudioBase, KickupDirection) == 0x00006C, "Member 'UAnimNotify_CreatureAudioBase::KickupDirection' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_CreatureAudioBase, KickupRotation) == 0x000070, "Member 'UAnimNotify_CreatureAudioBase::KickupRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_CreatureFootstep \ static_assert(alignof(UAnimNotify_CreatureFootstep) == 0x000008, "Wrong alignment on UAnimNotify_CreatureFootstep"); \ static_assert(sizeof(UAnimNotify_CreatureFootstep) == 0x000078, "Wrong size on UAnimNotify_CreatureFootstep"); \ #define DUMPER7_ASSERTS_Enemy_PerceptionPoint_AddExcludeVolume \ static_assert(alignof(Enemy_PerceptionPoint_AddExcludeVolume) == 0x000008, "Wrong alignment on Enemy_PerceptionPoint_AddExcludeVolume"); \ static_assert(sizeof(Enemy_PerceptionPoint_AddExcludeVolume) == 0x000008, "Wrong size on Enemy_PerceptionPoint_AddExcludeVolume"); \ static_assert(offsetof(Enemy_PerceptionPoint_AddExcludeVolume, InAreaPtr) == 0x000000, "Member 'Enemy_PerceptionPoint_AddExcludeVolume::InAreaPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_PerceptionPoint_AddForceVolume \ static_assert(alignof(Enemy_PerceptionPoint_AddForceVolume) == 0x000008, "Wrong alignment on Enemy_PerceptionPoint_AddForceVolume"); \ static_assert(sizeof(Enemy_PerceptionPoint_AddForceVolume) == 0x000008, "Wrong size on Enemy_PerceptionPoint_AddForceVolume"); \ static_assert(offsetof(Enemy_PerceptionPoint_AddForceVolume, InAreaPtr) == 0x000000, "Member 'Enemy_PerceptionPoint_AddForceVolume::InAreaPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_PerceptionPoint_AddLoseVolume \ static_assert(alignof(Enemy_PerceptionPoint_AddLoseVolume) == 0x000008, "Wrong alignment on Enemy_PerceptionPoint_AddLoseVolume"); \ static_assert(sizeof(Enemy_PerceptionPoint_AddLoseVolume) == 0x000008, "Wrong size on Enemy_PerceptionPoint_AddLoseVolume"); \ static_assert(offsetof(Enemy_PerceptionPoint_AddLoseVolume, InAreaPtr) == 0x000000, "Member 'Enemy_PerceptionPoint_AddLoseVolume::InAreaPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_PerceptionPoint_AddPerceiveVolume \ static_assert(alignof(Enemy_PerceptionPoint_AddPerceiveVolume) == 0x000008, "Wrong alignment on Enemy_PerceptionPoint_AddPerceiveVolume"); \ static_assert(sizeof(Enemy_PerceptionPoint_AddPerceiveVolume) == 0x000008, "Wrong size on Enemy_PerceptionPoint_AddPerceiveVolume"); \ static_assert(offsetof(Enemy_PerceptionPoint_AddPerceiveVolume, InAreaPtr) == 0x000000, "Member 'Enemy_PerceptionPoint_AddPerceiveVolume::InAreaPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_PerceptionPoint_RemoveExcludeVolume \ static_assert(alignof(Enemy_PerceptionPoint_RemoveExcludeVolume) == 0x000008, "Wrong alignment on Enemy_PerceptionPoint_RemoveExcludeVolume"); \ static_assert(sizeof(Enemy_PerceptionPoint_RemoveExcludeVolume) == 0x000008, "Wrong size on Enemy_PerceptionPoint_RemoveExcludeVolume"); \ static_assert(offsetof(Enemy_PerceptionPoint_RemoveExcludeVolume, InAreaPtr) == 0x000000, "Member 'Enemy_PerceptionPoint_RemoveExcludeVolume::InAreaPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_PerceptionPoint_RemoveForceVolume \ static_assert(alignof(Enemy_PerceptionPoint_RemoveForceVolume) == 0x000008, "Wrong alignment on Enemy_PerceptionPoint_RemoveForceVolume"); \ static_assert(sizeof(Enemy_PerceptionPoint_RemoveForceVolume) == 0x000008, "Wrong size on Enemy_PerceptionPoint_RemoveForceVolume"); \ static_assert(offsetof(Enemy_PerceptionPoint_RemoveForceVolume, InAreaPtr) == 0x000000, "Member 'Enemy_PerceptionPoint_RemoveForceVolume::InAreaPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_PerceptionPoint_RemoveLoseVolume \ static_assert(alignof(Enemy_PerceptionPoint_RemoveLoseVolume) == 0x000008, "Wrong alignment on Enemy_PerceptionPoint_RemoveLoseVolume"); \ static_assert(sizeof(Enemy_PerceptionPoint_RemoveLoseVolume) == 0x000008, "Wrong size on Enemy_PerceptionPoint_RemoveLoseVolume"); \ static_assert(offsetof(Enemy_PerceptionPoint_RemoveLoseVolume, InAreaPtr) == 0x000000, "Member 'Enemy_PerceptionPoint_RemoveLoseVolume::InAreaPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_PerceptionPoint_RemovePerceiveVolume \ static_assert(alignof(Enemy_PerceptionPoint_RemovePerceiveVolume) == 0x000008, "Wrong alignment on Enemy_PerceptionPoint_RemovePerceiveVolume"); \ static_assert(sizeof(Enemy_PerceptionPoint_RemovePerceiveVolume) == 0x000008, "Wrong size on Enemy_PerceptionPoint_RemovePerceiveVolume"); \ static_assert(offsetof(Enemy_PerceptionPoint_RemovePerceiveVolume, InAreaPtr) == 0x000000, "Member 'Enemy_PerceptionPoint_RemovePerceiveVolume::InAreaPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEnemy_PerceptionPoint \ static_assert(alignof(AEnemy_PerceptionPoint) == 0x000008, "Wrong alignment on AEnemy_PerceptionPoint"); \ static_assert(sizeof(AEnemy_PerceptionPoint) == 0x000360, "Wrong size on AEnemy_PerceptionPoint"); \ #define DUMPER7_ASSERTS_UAnimNotify_CreatureBodyfall \ static_assert(alignof(UAnimNotify_CreatureBodyfall) == 0x000008, "Wrong alignment on UAnimNotify_CreatureBodyfall"); \ static_assert(sizeof(UAnimNotify_CreatureBodyfall) == 0x000078, "Wrong size on UAnimNotify_CreatureBodyfall"); \ #define DUMPER7_ASSERTS_UAnimNotify_ManageBones \ static_assert(alignof(UAnimNotify_ManageBones) == 0x000008, "Wrong alignment on UAnimNotify_ManageBones"); \ static_assert(sizeof(UAnimNotify_ManageBones) == 0x000058, "Wrong size on UAnimNotify_ManageBones"); \ static_assert(offsetof(UAnimNotify_ManageBones, RightArm) == 0x000030, "Member 'UAnimNotify_ManageBones::RightArm' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_ManageBones, LeftArm) == 0x000031, "Member 'UAnimNotify_ManageBones::LeftArm' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_ManageBones, BothArms) == 0x000032, "Member 'UAnimNotify_ManageBones::BothArms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDW_RaiseDead_AttackChoice_GameChanger \ static_assert(alignof(UDW_RaiseDead_AttackChoice_GameChanger) == 0x000008, "Wrong alignment on UDW_RaiseDead_AttackChoice_GameChanger"); \ static_assert(sizeof(UDW_RaiseDead_AttackChoice_GameChanger) == 0x000028, "Wrong size on UDW_RaiseDead_AttackChoice_GameChanger"); \ #define DUMPER7_ASSERTS_UAnimNotify_PlayAvaAudioDialogue \ static_assert(alignof(UAnimNotify_PlayAvaAudioDialogue) == 0x000008, "Wrong alignment on UAnimNotify_PlayAvaAudioDialogue"); \ static_assert(sizeof(UAnimNotify_PlayAvaAudioDialogue) == 0x000060, "Wrong size on UAnimNotify_PlayAvaAudioDialogue"); \ static_assert(offsetof(UAnimNotify_PlayAvaAudioDialogue, DialogueEventReference) == 0x000038, "Member 'UAnimNotify_PlayAvaAudioDialogue::DialogueEventReference' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlayAvaAudioDialogue, DialogueEvent) == 0x000048, "Member 'UAnimNotify_PlayAvaAudioDialogue::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlayAvaAudioDialogue, DialogueEventName) == 0x000050, "Member 'UAnimNotify_PlayAvaAudioDialogue::DialogueEventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_PlayNiagaraEffectOnWand \ static_assert(alignof(UAnimNotify_PlayNiagaraEffectOnWand) == 0x000010, "Wrong alignment on UAnimNotify_PlayNiagaraEffectOnWand"); \ static_assert(sizeof(UAnimNotify_PlayNiagaraEffectOnWand) == 0x0000A0, "Wrong size on UAnimNotify_PlayNiagaraEffectOnWand"); \ #define DUMPER7_ASSERTS_UAnimNotify_PlaySharedParticleEffect \ static_assert(alignof(UAnimNotify_PlaySharedParticleEffect) == 0x000008, "Wrong alignment on UAnimNotify_PlaySharedParticleEffect"); \ static_assert(sizeof(UAnimNotify_PlaySharedParticleEffect) == 0x000098, "Wrong size on UAnimNotify_PlaySharedParticleEffect"); \ static_assert(offsetof(UAnimNotify_PlaySharedParticleEffect, bAttached) == 0x000038, "Member 'UAnimNotify_PlaySharedParticleEffect::bAttached' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlaySharedParticleEffect, SocketName) == 0x00003C, "Member 'UAnimNotify_PlaySharedParticleEffect::SocketName' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlaySharedParticleEffect, SharedParticleEffects) == 0x000048, "Member 'UAnimNotify_PlaySharedParticleEffect::SharedParticleEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_RiderAbleEvent \ static_assert(alignof(UAnimNotify_RiderAbleEvent) == 0x000008, "Wrong alignment on UAnimNotify_RiderAbleEvent"); \ static_assert(sizeof(UAnimNotify_RiderAbleEvent) == 0x000040, "Wrong size on UAnimNotify_RiderAbleEvent"); \ static_assert(offsetof(UAnimNotify_RiderAbleEvent, EventName) == 0x000038, "Member 'UAnimNotify_RiderAbleEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ProtegoReflectRewards \ static_assert(alignof(URPGTriggerEffect_ProtegoReflectRewards) == 0x000008, "Wrong alignment on URPGTriggerEffect_ProtegoReflectRewards"); \ static_assert(sizeof(URPGTriggerEffect_ProtegoReflectRewards) == 0x000058, "Wrong size on URPGTriggerEffect_ProtegoReflectRewards"); \ static_assert(offsetof(URPGTriggerEffect_ProtegoReflectRewards, FocusAmount) == 0x000050, "Member 'URPGTriggerEffect_ProtegoReflectRewards::FocusAmount' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ProtegoReflectRewards, RequirePerfect) == 0x000054, "Member 'URPGTriggerEffect_ProtegoReflectRewards::RequirePerfect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_RiderDialogue \ static_assert(alignof(UAnimNotify_RiderDialogue) == 0x000008, "Wrong alignment on UAnimNotify_RiderDialogue"); \ static_assert(sizeof(UAnimNotify_RiderDialogue) == 0x000098, "Wrong size on UAnimNotify_RiderDialogue"); \ static_assert(offsetof(UAnimNotify_RiderDialogue, DialogueEventReferences) == 0x000038, "Member 'UAnimNotify_RiderDialogue::DialogueEventReferences' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_RiderDialogue, PerCreatureDialogueEvents) == 0x000048, "Member 'UAnimNotify_RiderDialogue::PerCreatureDialogueEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_SendHermesMessage \ static_assert(alignof(UAnimNotify_SendHermesMessage) == 0x000008, "Wrong alignment on UAnimNotify_SendHermesMessage"); \ static_assert(sizeof(UAnimNotify_SendHermesMessage) == 0x000048, "Wrong size on UAnimNotify_SendHermesMessage"); \ static_assert(offsetof(UAnimNotify_SendHermesMessage, Message) == 0x000038, "Member 'UAnimNotify_SendHermesMessage::Message' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_SendHermesMessage, bExecuteAll) == 0x000040, "Member 'UAnimNotify_SendHermesMessage::bExecuteAll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterVolumeBase_CalcForce \ static_assert(alignof(WaterVolumeBase_CalcForce) == 0x000008, "Wrong alignment on WaterVolumeBase_CalcForce"); \ static_assert(sizeof(WaterVolumeBase_CalcForce) == 0x000020, "Wrong size on WaterVolumeBase_CalcForce"); \ static_assert(offsetof(WaterVolumeBase_CalcForce, Actor) == 0x000000, "Member 'WaterVolumeBase_CalcForce::Actor' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_CalcForce, Mesh) == 0x000008, "Member 'WaterVolumeBase_CalcForce::Mesh' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_CalcForce, i_Mass) == 0x000010, "Member 'WaterVolumeBase_CalcForce::i_Mass' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_CalcForce, bEmplace) == 0x000014, "Member 'WaterVolumeBase_CalcForce::bEmplace' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_CalcForce, RagdollComp) == 0x000018, "Member 'WaterVolumeBase_CalcForce::RagdollComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterVolumeBase_Damp \ static_assert(alignof(WaterVolumeBase_Damp) == 0x000008, "Wrong alignment on WaterVolumeBase_Damp"); \ static_assert(sizeof(WaterVolumeBase_Damp) == 0x000010, "Wrong size on WaterVolumeBase_Damp"); \ static_assert(offsetof(WaterVolumeBase_Damp, Mesh) == 0x000000, "Member 'WaterVolumeBase_Damp::Mesh' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_Damp, ObjectState) == 0x000008, "Member 'WaterVolumeBase_Damp::ObjectState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterVolumeBase_ExplosionVFX \ static_assert(alignof(WaterVolumeBase_ExplosionVFX) == 0x000008, "Wrong alignment on WaterVolumeBase_ExplosionVFX"); \ static_assert(sizeof(WaterVolumeBase_ExplosionVFX) == 0x000030, "Wrong size on WaterVolumeBase_ExplosionVFX"); \ static_assert(offsetof(WaterVolumeBase_ExplosionVFX, curActor) == 0x000000, "Member 'WaterVolumeBase_ExplosionVFX::curActor' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_ExplosionVFX, PrimComp) == 0x000008, "Member 'WaterVolumeBase_ExplosionVFX::PrimComp' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_ExplosionVFX, Location) == 0x000010, "Member 'WaterVolumeBase_ExplosionVFX::Location' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_ExplosionVFX, inWater) == 0x00001C, "Member 'WaterVolumeBase_ExplosionVFX::inWater' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_ExplosionVFX, InForce) == 0x000020, "Member 'WaterVolumeBase_ExplosionVFX::InForce' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_ExplosionVFX, Radius) == 0x000024, "Member 'WaterVolumeBase_ExplosionVFX::Radius' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_ExplosionVFX, Falloff) == 0x000028, "Member 'WaterVolumeBase_ExplosionVFX::Falloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterVolumeBase_GetBounds \ static_assert(alignof(WaterVolumeBase_GetBounds) == 0x000008, "Wrong alignment on WaterVolumeBase_GetBounds"); \ static_assert(sizeof(WaterVolumeBase_GetBounds) == 0x000028, "Wrong size on WaterVolumeBase_GetBounds"); \ static_assert(offsetof(WaterVolumeBase_GetBounds, Mesh) == 0x000000, "Member 'WaterVolumeBase_GetBounds::Mesh' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_GetBounds, ReturnValue) == 0x000008, "Member 'WaterVolumeBase_GetBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterVolumeBase_OnOverlapBegin \ static_assert(alignof(WaterVolumeBase_OnOverlapBegin) == 0x000008, "Wrong alignment on WaterVolumeBase_OnOverlapBegin"); \ static_assert(sizeof(WaterVolumeBase_OnOverlapBegin) == 0x0000A8, "Wrong size on WaterVolumeBase_OnOverlapBegin"); \ static_assert(offsetof(WaterVolumeBase_OnOverlapBegin, OverlappedComponent) == 0x000000, "Member 'WaterVolumeBase_OnOverlapBegin::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_OnOverlapBegin, OtherActor) == 0x000008, "Member 'WaterVolumeBase_OnOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_OnOverlapBegin, OtherComp) == 0x000010, "Member 'WaterVolumeBase_OnOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'WaterVolumeBase_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'WaterVolumeBase_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_OnOverlapBegin, SweepResult) == 0x000020, "Member 'WaterVolumeBase_OnOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterVolumeBase_OnOverlapEnd \ static_assert(alignof(WaterVolumeBase_OnOverlapEnd) == 0x000008, "Wrong alignment on WaterVolumeBase_OnOverlapEnd"); \ static_assert(sizeof(WaterVolumeBase_OnOverlapEnd) == 0x000020, "Wrong size on WaterVolumeBase_OnOverlapEnd"); \ static_assert(offsetof(WaterVolumeBase_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'WaterVolumeBase_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_OnOverlapEnd, OtherActor) == 0x000008, "Member 'WaterVolumeBase_OnOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_OnOverlapEnd, OtherComp) == 0x000010, "Member 'WaterVolumeBase_OnOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'WaterVolumeBase_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterVolumeBase_OnRagdollRecoveredInWater \ static_assert(alignof(WaterVolumeBase_OnRagdollRecoveredInWater) == 0x000008, "Wrong alignment on WaterVolumeBase_OnRagdollRecoveredInWater"); \ static_assert(sizeof(WaterVolumeBase_OnRagdollRecoveredInWater) == 0x000008, "Wrong size on WaterVolumeBase_OnRagdollRecoveredInWater"); \ static_assert(offsetof(WaterVolumeBase_OnRagdollRecoveredInWater, RagdollControlComponent) == 0x000000, "Member 'WaterVolumeBase_OnRagdollRecoveredInWater::RagdollControlComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterVolumeBase_RemoveActors \ static_assert(alignof(WaterVolumeBase_RemoveActors) == 0x000001, "Wrong alignment on WaterVolumeBase_RemoveActors"); \ static_assert(sizeof(WaterVolumeBase_RemoveActors) == 0x000001, "Wrong size on WaterVolumeBase_RemoveActors"); \ static_assert(offsetof(WaterVolumeBase_RemoveActors, ReturnValue) == 0x000000, "Member 'WaterVolumeBase_RemoveActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterVolumeBase_RemoveVFX \ static_assert(alignof(WaterVolumeBase_RemoveVFX) == 0x000008, "Wrong alignment on WaterVolumeBase_RemoveVFX"); \ static_assert(sizeof(WaterVolumeBase_RemoveVFX) == 0x000010, "Wrong size on WaterVolumeBase_RemoveVFX"); \ static_assert(offsetof(WaterVolumeBase_RemoveVFX, i_vfx) == 0x000000, "Member 'WaterVolumeBase_RemoveVFX::i_vfx' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_RemoveVFX, curActor) == 0x000008, "Member 'WaterVolumeBase_RemoveVFX::curActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterVolumeBase_SetupCharacter \ static_assert(alignof(WaterVolumeBase_SetupCharacter) == 0x000008, "Wrong alignment on WaterVolumeBase_SetupCharacter"); \ static_assert(sizeof(WaterVolumeBase_SetupCharacter) == 0x000020, "Wrong size on WaterVolumeBase_SetupCharacter"); \ static_assert(offsetof(WaterVolumeBase_SetupCharacter, Character) == 0x000000, "Member 'WaterVolumeBase_SetupCharacter::Character' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_SetupCharacter, ObjectState) == 0x000008, "Member 'WaterVolumeBase_SetupCharacter::ObjectState' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_SetupCharacter, RagdollComp) == 0x000010, "Member 'WaterVolumeBase_SetupCharacter::RagdollComp' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_SetupCharacter, bSkipIgnore) == 0x000018, "Member 'WaterVolumeBase_SetupCharacter::bSkipIgnore' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_SetupCharacter, bOverlappingLakeSphere) == 0x000019, "Member 'WaterVolumeBase_SetupCharacter::bOverlappingLakeSphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterVolumeBase_SetupObject \ static_assert(alignof(WaterVolumeBase_SetupObject) == 0x000008, "Wrong alignment on WaterVolumeBase_SetupObject"); \ static_assert(sizeof(WaterVolumeBase_SetupObject) == 0x000028, "Wrong size on WaterVolumeBase_SetupObject"); \ static_assert(offsetof(WaterVolumeBase_SetupObject, Actor) == 0x000000, "Member 'WaterVolumeBase_SetupObject::Actor' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_SetupObject, Mesh) == 0x000008, "Member 'WaterVolumeBase_SetupObject::Mesh' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_SetupObject, ObjectState) == 0x000010, "Member 'WaterVolumeBase_SetupObject::ObjectState' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_SetupObject, bShouldFloat) == 0x000018, "Member 'WaterVolumeBase_SetupObject::bShouldFloat' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_SetupObject, bSkipIgnore) == 0x000019, "Member 'WaterVolumeBase_SetupObject::bSkipIgnore' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_SetupObject, bOverlappingLakeSphere) == 0x00001A, "Member 'WaterVolumeBase_SetupObject::bOverlappingLakeSphere' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_SetupObject, RagdollComp) == 0x000020, "Member 'WaterVolumeBase_SetupObject::RagdollComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterVolumeBase_SplashVFX \ static_assert(alignof(WaterVolumeBase_SplashVFX) == 0x000008, "Wrong alignment on WaterVolumeBase_SplashVFX"); \ static_assert(sizeof(WaterVolumeBase_SplashVFX) == 0x000030, "Wrong size on WaterVolumeBase_SplashVFX"); \ static_assert(offsetof(WaterVolumeBase_SplashVFX, i_Char) == 0x000000, "Member 'WaterVolumeBase_SplashVFX::i_Char' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_SplashVFX, i_vfx) == 0x000001, "Member 'WaterVolumeBase_SplashVFX::i_vfx' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_SplashVFX, curActor) == 0x000008, "Member 'WaterVolumeBase_SplashVFX::curActor' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_SplashVFX, PrimComp) == 0x000010, "Member 'WaterVolumeBase_SplashVFX::PrimComp' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_SplashVFX, waterZ) == 0x000018, "Member 'WaterVolumeBase_SplashVFX::waterZ' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_SplashVFX, waterNorm) == 0x00001C, "Member 'WaterVolumeBase_SplashVFX::waterNorm' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_SplashVFX, bShallow) == 0x000028, "Member 'WaterVolumeBase_SplashVFX::bShallow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterVolumeBase_UnDamp \ static_assert(alignof(WaterVolumeBase_UnDamp) == 0x000008, "Wrong alignment on WaterVolumeBase_UnDamp"); \ static_assert(sizeof(WaterVolumeBase_UnDamp) == 0x000010, "Wrong size on WaterVolumeBase_UnDamp"); \ static_assert(offsetof(WaterVolumeBase_UnDamp, Mesh) == 0x000000, "Member 'WaterVolumeBase_UnDamp::Mesh' has a wrong offset!"); \ static_assert(offsetof(WaterVolumeBase_UnDamp, ObjectState) == 0x000008, "Member 'WaterVolumeBase_UnDamp::ObjectState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWaterVolumeBase \ static_assert(alignof(AWaterVolumeBase) == 0x000008, "Wrong alignment on AWaterVolumeBase"); \ static_assert(sizeof(AWaterVolumeBase) == 0x0004B0, "Wrong size on AWaterVolumeBase"); \ static_assert(offsetof(AWaterVolumeBase, WaterBox) == 0x000248, "Member 'AWaterVolumeBase::WaterBox' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, DeepCollision) == 0x000250, "Member 'AWaterVolumeBase::DeepCollision' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, ShallowCollision) == 0x000258, "Member 'AWaterVolumeBase::ShallowCollision' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, bDisableFunctionality) == 0x000260, "Member 'AWaterVolumeBase::bDisableFunctionality' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, PhysicsVolumeFluidFriction) == 0x000264, "Member 'AWaterVolumeBase::PhysicsVolumeFluidFriction' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, WaterPhysMat) == 0x000268, "Member 'AWaterVolumeBase::WaterPhysMat' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, PuddlePhysMat) == 0x000270, "Member 'AWaterVolumeBase::PuddlePhysMat' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, OverlapIgnores) == 0x000278, "Member 'AWaterVolumeBase::OverlapIgnores' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, WaterIgnoreActors) == 0x000288, "Member 'AWaterVolumeBase::WaterIgnoreActors' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, OverlappingWaterVolumes) == 0x000298, "Member 'AWaterVolumeBase::OverlappingWaterVolumes' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, OverlappingRiverVolumes) == 0x0002A8, "Member 'AWaterVolumeBase::OverlappingRiverVolumes' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, WaterHeight) == 0x0002B8, "Member 'AWaterVolumeBase::WaterHeight' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, MinWaterHeight) == 0x0002BC, "Member 'AWaterVolumeBase::MinWaterHeight' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, ForcePercent) == 0x0002C0, "Member 'AWaterVolumeBase::ForcePercent' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, BuoyancyActors) == 0x0002C8, "Member 'AWaterVolumeBase::BuoyancyActors' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, BuoyancyForces) == 0x0002D8, "Member 'AWaterVolumeBase::BuoyancyForces' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, BuoyancyMeshes) == 0x0002E8, "Member 'AWaterVolumeBase::BuoyancyMeshes' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, BuoyancyMasses) == 0x0002F8, "Member 'AWaterVolumeBase::BuoyancyMasses' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, MeshInWater) == 0x000308, "Member 'AWaterVolumeBase::MeshInWater' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, MeshUnderwater) == 0x000318, "Member 'AWaterVolumeBase::MeshUnderwater' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, ObjectRagdollComps) == 0x000328, "Member 'AWaterVolumeBase::ObjectRagdollComps' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, ToBeRemoved) == 0x000338, "Member 'AWaterVolumeBase::ToBeRemoved' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, OverlappingCharacters) == 0x000348, "Member 'AWaterVolumeBase::OverlappingCharacters' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, CharacterMovementComps) == 0x000358, "Member 'AWaterVolumeBase::CharacterMovementComps' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, CharSpeedModes) == 0x000368, "Member 'AWaterVolumeBase::CharSpeedModes' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, CharacterRagdollComps) == 0x000378, "Member 'AWaterVolumeBase::CharacterRagdollComps' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, CharacterWICs) == 0x000388, "Member 'AWaterVolumeBase::CharacterWICs' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, CharInWater) == 0x000398, "Member 'AWaterVolumeBase::CharInWater' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, RemoveChars) == 0x0003B8, "Member 'AWaterVolumeBase::RemoveChars' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, TransferringChars) == 0x0003C8, "Member 'AWaterVolumeBase::TransferringChars' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, KillInWaterChars) == 0x0003D8, "Member 'AWaterVolumeBase::KillInWaterChars' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, KIW_WICs) == 0x0003E8, "Member 'AWaterVolumeBase::KIW_WICs' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, KIWInWater) == 0x0003F8, "Member 'AWaterVolumeBase::KIWInWater' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, RemoveKIWChars) == 0x000408, "Member 'AWaterVolumeBase::RemoveKIWChars' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, FloatVFXActors) == 0x000418, "Member 'AWaterVolumeBase::FloatVFXActors' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, FloatVFXTransfers) == 0x000428, "Member 'AWaterVolumeBase::FloatVFXTransfers' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, IgnoreEnterWaterVFX) == 0x000438, "Member 'AWaterVolumeBase::IgnoreEnterWaterVFX' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, FloatVFXHandles) == 0x000448, "Member 'AWaterVolumeBase::FloatVFXHandles' has a wrong offset!"); \ static_assert(offsetof(AWaterVolumeBase, RecentExitMap) == 0x000458, "Member 'AWaterVolumeBase::RecentExitMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_SharedAkEvent \ static_assert(alignof(UAnimNotify_SharedAkEvent) == 0x000008, "Wrong alignment on UAnimNotify_SharedAkEvent"); \ static_assert(sizeof(UAnimNotify_SharedAkEvent) == 0x000098, "Wrong size on UAnimNotify_SharedAkEvent"); \ static_assert(offsetof(UAnimNotify_SharedAkEvent, bFollow) == 0x000038, "Member 'UAnimNotify_SharedAkEvent::bFollow' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_SharedAkEvent, SocketName) == 0x00003C, "Member 'UAnimNotify_SharedAkEvent::SocketName' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_SharedAkEvent, SharedAkEvents) == 0x000048, "Member 'UAnimNotify_SharedAkEvent::SharedAkEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_SubObject \ static_assert(alignof(UAnimNotify_SubObject) == 0x000008, "Wrong alignment on UAnimNotify_SubObject"); \ static_assert(sizeof(UAnimNotify_SubObject) == 0x000028, "Wrong size on UAnimNotify_SubObject"); \ #define DUMPER7_ASSERTS_DynamicBranchComponent_ClearAbilitySupported \ static_assert(alignof(DynamicBranchComponent_ClearAbilitySupported) == 0x000001, "Wrong alignment on DynamicBranchComponent_ClearAbilitySupported"); \ static_assert(sizeof(DynamicBranchComponent_ClearAbilitySupported) == 0x000001, "Wrong size on DynamicBranchComponent_ClearAbilitySupported"); \ static_assert(offsetof(DynamicBranchComponent_ClearAbilitySupported, InAbility) == 0x000000, "Member 'DynamicBranchComponent_ClearAbilitySupported::InAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicBranchComponent_SetAbilityActive \ static_assert(alignof(DynamicBranchComponent_SetAbilityActive) == 0x000001, "Wrong alignment on DynamicBranchComponent_SetAbilityActive"); \ static_assert(sizeof(DynamicBranchComponent_SetAbilityActive) == 0x000002, "Wrong size on DynamicBranchComponent_SetAbilityActive"); \ static_assert(offsetof(DynamicBranchComponent_SetAbilityActive, InAbility) == 0x000000, "Member 'DynamicBranchComponent_SetAbilityActive::InAbility' has a wrong offset!"); \ static_assert(offsetof(DynamicBranchComponent_SetAbilityActive, bActive) == 0x000001, "Member 'DynamicBranchComponent_SetAbilityActive::bActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicBranchComponent_SetAbilitySupported \ static_assert(alignof(DynamicBranchComponent_SetAbilitySupported) == 0x000001, "Wrong alignment on DynamicBranchComponent_SetAbilitySupported"); \ static_assert(sizeof(DynamicBranchComponent_SetAbilitySupported) == 0x000001, "Wrong size on DynamicBranchComponent_SetAbilitySupported"); \ static_assert(offsetof(DynamicBranchComponent_SetAbilitySupported, InAbility) == 0x000000, "Member 'DynamicBranchComponent_SetAbilitySupported::InAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicBranchComponent_StartDynamicBranch \ static_assert(alignof(DynamicBranchComponent_StartDynamicBranch) == 0x000001, "Wrong alignment on DynamicBranchComponent_StartDynamicBranch"); \ static_assert(sizeof(DynamicBranchComponent_StartDynamicBranch) == 0x000003, "Wrong size on DynamicBranchComponent_StartDynamicBranch"); \ static_assert(offsetof(DynamicBranchComponent_StartDynamicBranch, InAbility) == 0x000000, "Member 'DynamicBranchComponent_StartDynamicBranch::InAbility' has a wrong offset!"); \ static_assert(offsetof(DynamicBranchComponent_StartDynamicBranch, InNextAbility) == 0x000001, "Member 'DynamicBranchComponent_StartDynamicBranch::InNextAbility' has a wrong offset!"); \ static_assert(offsetof(DynamicBranchComponent_StartDynamicBranch, bStartImmediate) == 0x000002, "Member 'DynamicBranchComponent_StartDynamicBranch::bStartImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicBranchComponent_GetActiveAbility \ static_assert(alignof(DynamicBranchComponent_GetActiveAbility) == 0x000001, "Wrong alignment on DynamicBranchComponent_GetActiveAbility"); \ static_assert(sizeof(DynamicBranchComponent_GetActiveAbility) == 0x000001, "Wrong size on DynamicBranchComponent_GetActiveAbility"); \ static_assert(offsetof(DynamicBranchComponent_GetActiveAbility, ReturnValue) == 0x000000, "Member 'DynamicBranchComponent_GetActiveAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicBranchComponent_IsAbilityActive \ static_assert(alignof(DynamicBranchComponent_IsAbilityActive) == 0x000001, "Wrong alignment on DynamicBranchComponent_IsAbilityActive"); \ static_assert(sizeof(DynamicBranchComponent_IsAbilityActive) == 0x000002, "Wrong size on DynamicBranchComponent_IsAbilityActive"); \ static_assert(offsetof(DynamicBranchComponent_IsAbilityActive, InAbility) == 0x000000, "Member 'DynamicBranchComponent_IsAbilityActive::InAbility' has a wrong offset!"); \ static_assert(offsetof(DynamicBranchComponent_IsAbilityActive, ReturnValue) == 0x000001, "Member 'DynamicBranchComponent_IsAbilityActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicBranchComponent_IsAbilitySupported \ static_assert(alignof(DynamicBranchComponent_IsAbilitySupported) == 0x000001, "Wrong alignment on DynamicBranchComponent_IsAbilitySupported"); \ static_assert(sizeof(DynamicBranchComponent_IsAbilitySupported) == 0x000002, "Wrong size on DynamicBranchComponent_IsAbilitySupported"); \ static_assert(offsetof(DynamicBranchComponent_IsAbilitySupported, InAbility) == 0x000000, "Member 'DynamicBranchComponent_IsAbilitySupported::InAbility' has a wrong offset!"); \ static_assert(offsetof(DynamicBranchComponent_IsAbilitySupported, ReturnValue) == 0x000001, "Member 'DynamicBranchComponent_IsAbilitySupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicBranchComponent \ static_assert(alignof(UDynamicBranchComponent) == 0x000008, "Wrong alignment on UDynamicBranchComponent"); \ static_assert(sizeof(UDynamicBranchComponent) == 0x000268, "Wrong size on UDynamicBranchComponent"); \ static_assert(offsetof(UDynamicBranchComponent, SupportedAbilities) == 0x0000D0, "Member 'UDynamicBranchComponent::SupportedAbilities' has a wrong offset!"); \ static_assert(offsetof(UDynamicBranchComponent, bStartImmediateBranchIfBranchTaskNotActive) == 0x0000D4, "Member 'UDynamicBranchComponent::bStartImmediateBranchIfBranchTaskNotActive' has a wrong offset!"); \ static_assert(offsetof(UDynamicBranchComponent, BeginAbilityDelegate) == 0x0000D8, "Member 'UDynamicBranchComponent::BeginAbilityDelegate' has a wrong offset!"); \ static_assert(offsetof(UDynamicBranchComponent, AbilityComponent) == 0x000258, "Member 'UDynamicBranchComponent::AbilityComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_ComputeAditiveReactDirection \ static_assert(alignof(Biped_AnimInstance_ComputeAditiveReactDirection) == 0x000008, "Wrong alignment on Biped_AnimInstance_ComputeAditiveReactDirection"); \ static_assert(sizeof(Biped_AnimInstance_ComputeAditiveReactDirection) == 0x000018, "Wrong size on Biped_AnimInstance_ComputeAditiveReactDirection"); \ static_assert(offsetof(Biped_AnimInstance_ComputeAditiveReactDirection, InVictim) == 0x000000, "Member 'Biped_AnimInstance_ComputeAditiveReactDirection::InVictim' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_ComputeAditiveReactDirection, InTraceDirection) == 0x000008, "Member 'Biped_AnimInstance_ComputeAditiveReactDirection::InTraceDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_FinishSettingCinematicLeftArmState \ static_assert(alignof(Biped_AnimInstance_FinishSettingCinematicLeftArmState) == 0x000001, "Wrong alignment on Biped_AnimInstance_FinishSettingCinematicLeftArmState"); \ static_assert(sizeof(Biped_AnimInstance_FinishSettingCinematicLeftArmState) == 0x000001, "Wrong size on Biped_AnimInstance_FinishSettingCinematicLeftArmState"); \ static_assert(offsetof(Biped_AnimInstance_FinishSettingCinematicLeftArmState, bBroadcastChange) == 0x000000, "Member 'Biped_AnimInstance_FinishSettingCinematicLeftArmState::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_FinishSettingCinematicRightArmState \ static_assert(alignof(Biped_AnimInstance_FinishSettingCinematicRightArmState) == 0x000001, "Wrong alignment on Biped_AnimInstance_FinishSettingCinematicRightArmState"); \ static_assert(sizeof(Biped_AnimInstance_FinishSettingCinematicRightArmState) == 0x000001, "Wrong size on Biped_AnimInstance_FinishSettingCinematicRightArmState"); \ static_assert(offsetof(Biped_AnimInstance_FinishSettingCinematicRightArmState, bBroadcastChange) == 0x000000, "Member 'Biped_AnimInstance_FinishSettingCinematicRightArmState::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Get_AimOffsetPitch \ static_assert(alignof(Biped_AnimInstance_Get_AimOffsetPitch) == 0x000004, "Wrong alignment on Biped_AnimInstance_Get_AimOffsetPitch"); \ static_assert(sizeof(Biped_AnimInstance_Get_AimOffsetPitch) == 0x000004, "Wrong size on Biped_AnimInstance_Get_AimOffsetPitch"); \ static_assert(offsetof(Biped_AnimInstance_Get_AimOffsetPitch, OutPitch) == 0x000000, "Member 'Biped_AnimInstance_Get_AimOffsetPitch::OutPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Get_AimOffsetYaw \ static_assert(alignof(Biped_AnimInstance_Get_AimOffsetYaw) == 0x000004, "Wrong alignment on Biped_AnimInstance_Get_AimOffsetYaw"); \ static_assert(sizeof(Biped_AnimInstance_Get_AimOffsetYaw) == 0x000004, "Wrong size on Biped_AnimInstance_Get_AimOffsetYaw"); \ static_assert(offsetof(Biped_AnimInstance_Get_AimOffsetYaw, OutYaw) == 0x000000, "Member 'Biped_AnimInstance_Get_AimOffsetYaw::OutYaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetAdditiveBodyState \ static_assert(alignof(Biped_AnimInstance_GetAdditiveBodyState) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetAdditiveBodyState"); \ static_assert(sizeof(Biped_AnimInstance_GetAdditiveBodyState) == 0x000001, "Wrong size on Biped_AnimInstance_GetAdditiveBodyState"); \ static_assert(offsetof(Biped_AnimInstance_GetAdditiveBodyState, OutState) == 0x000000, "Member 'Biped_AnimInstance_GetAdditiveBodyState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetAttackState \ static_assert(alignof(Biped_AnimInstance_GetAttackState) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetAttackState"); \ static_assert(sizeof(Biped_AnimInstance_GetAttackState) == 0x000001, "Wrong size on Biped_AnimInstance_GetAttackState"); \ static_assert(offsetof(Biped_AnimInstance_GetAttackState, OutState) == 0x000000, "Member 'Biped_AnimInstance_GetAttackState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetCurrentBasicMobilityMode \ static_assert(alignof(Biped_AnimInstance_GetCurrentBasicMobilityMode) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetCurrentBasicMobilityMode"); \ static_assert(sizeof(Biped_AnimInstance_GetCurrentBasicMobilityMode) == 0x000001, "Wrong size on Biped_AnimInstance_GetCurrentBasicMobilityMode"); \ static_assert(offsetof(Biped_AnimInstance_GetCurrentBasicMobilityMode, ReturnValue) == 0x000000, "Member 'Biped_AnimInstance_GetCurrentBasicMobilityMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetDefaultBasicMobilityMode \ static_assert(alignof(Biped_AnimInstance_GetDefaultBasicMobilityMode) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetDefaultBasicMobilityMode"); \ static_assert(sizeof(Biped_AnimInstance_GetDefaultBasicMobilityMode) == 0x000001, "Wrong size on Biped_AnimInstance_GetDefaultBasicMobilityMode"); \ static_assert(offsetof(Biped_AnimInstance_GetDefaultBasicMobilityMode, ReturnValue) == 0x000000, "Member 'Biped_AnimInstance_GetDefaultBasicMobilityMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetDodgeState \ static_assert(alignof(Biped_AnimInstance_GetDodgeState) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetDodgeState"); \ static_assert(sizeof(Biped_AnimInstance_GetDodgeState) == 0x000001, "Wrong size on Biped_AnimInstance_GetDodgeState"); \ static_assert(offsetof(Biped_AnimInstance_GetDodgeState, OutState) == 0x000000, "Member 'Biped_AnimInstance_GetDodgeState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetFirstAttackingActor \ static_assert(alignof(Biped_AnimInstance_GetFirstAttackingActor) == 0x000008, "Wrong alignment on Biped_AnimInstance_GetFirstAttackingActor"); \ static_assert(sizeof(Biped_AnimInstance_GetFirstAttackingActor) == 0x000008, "Wrong size on Biped_AnimInstance_GetFirstAttackingActor"); \ static_assert(offsetof(Biped_AnimInstance_GetFirstAttackingActor, ReturnValue) == 0x000000, "Member 'Biped_AnimInstance_GetFirstAttackingActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetFirstAttackingActorInStack \ static_assert(alignof(Biped_AnimInstance_GetFirstAttackingActorInStack) == 0x000008, "Wrong alignment on Biped_AnimInstance_GetFirstAttackingActorInStack"); \ static_assert(sizeof(Biped_AnimInstance_GetFirstAttackingActorInStack) == 0x000008, "Wrong size on Biped_AnimInstance_GetFirstAttackingActorInStack"); \ static_assert(offsetof(Biped_AnimInstance_GetFirstAttackingActorInStack, ReturnValue) == 0x000000, "Member 'Biped_AnimInstance_GetFirstAttackingActorInStack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetFullBodyState \ static_assert(alignof(Biped_AnimInstance_GetFullBodyState) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetFullBodyState"); \ static_assert(sizeof(Biped_AnimInstance_GetFullBodyState) == 0x000001, "Wrong size on Biped_AnimInstance_GetFullBodyState"); \ static_assert(offsetof(Biped_AnimInstance_GetFullBodyState, OutState) == 0x000000, "Member 'Biped_AnimInstance_GetFullBodyState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetFullBodyStateLast \ static_assert(alignof(Biped_AnimInstance_GetFullBodyStateLast) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetFullBodyStateLast"); \ static_assert(sizeof(Biped_AnimInstance_GetFullBodyStateLast) == 0x000001, "Wrong size on Biped_AnimInstance_GetFullBodyStateLast"); \ static_assert(offsetof(Biped_AnimInstance_GetFullBodyStateLast, OutState) == 0x000000, "Member 'Biped_AnimInstance_GetFullBodyStateLast::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetHarvestState \ static_assert(alignof(Biped_AnimInstance_GetHarvestState) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetHarvestState"); \ static_assert(sizeof(Biped_AnimInstance_GetHarvestState) == 0x000001, "Wrong size on Biped_AnimInstance_GetHarvestState"); \ static_assert(offsetof(Biped_AnimInstance_GetHarvestState, OutState) == 0x000000, "Member 'Biped_AnimInstance_GetHarvestState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetHeadTrackingState \ static_assert(alignof(Biped_AnimInstance_GetHeadTrackingState) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetHeadTrackingState"); \ static_assert(sizeof(Biped_AnimInstance_GetHeadTrackingState) == 0x000001, "Wrong size on Biped_AnimInstance_GetHeadTrackingState"); \ static_assert(offsetof(Biped_AnimInstance_GetHeadTrackingState, ReturnValue) == 0x000000, "Member 'Biped_AnimInstance_GetHeadTrackingState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetInventoryResult \ static_assert(alignof(Biped_AnimInstance_GetInventoryResult) == 0x000008, "Wrong alignment on Biped_AnimInstance_GetInventoryResult"); \ static_assert(sizeof(Biped_AnimInstance_GetInventoryResult) == 0x000088, "Wrong size on Biped_AnimInstance_GetInventoryResult"); \ static_assert(offsetof(Biped_AnimInstance_GetInventoryResult, ReturnValue) == 0x000000, "Member 'Biped_AnimInstance_GetInventoryResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetLeftArmState \ static_assert(alignof(Biped_AnimInstance_GetLeftArmState) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetLeftArmState"); \ static_assert(sizeof(Biped_AnimInstance_GetLeftArmState) == 0x000001, "Wrong size on Biped_AnimInstance_GetLeftArmState"); \ static_assert(offsetof(Biped_AnimInstance_GetLeftArmState, ReturnValue) == 0x000000, "Member 'Biped_AnimInstance_GetLeftArmState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetMobilityState \ static_assert(alignof(Biped_AnimInstance_GetMobilityState) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetMobilityState"); \ static_assert(sizeof(Biped_AnimInstance_GetMobilityState) == 0x000001, "Wrong size on Biped_AnimInstance_GetMobilityState"); \ static_assert(offsetof(Biped_AnimInstance_GetMobilityState, OutState) == 0x000000, "Member 'Biped_AnimInstance_GetMobilityState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetMobilityStateLast \ static_assert(alignof(Biped_AnimInstance_GetMobilityStateLast) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetMobilityStateLast"); \ static_assert(sizeof(Biped_AnimInstance_GetMobilityStateLast) == 0x000001, "Wrong size on Biped_AnimInstance_GetMobilityStateLast"); \ static_assert(offsetof(Biped_AnimInstance_GetMobilityStateLast, OutState) == 0x000000, "Member 'Biped_AnimInstance_GetMobilityStateLast::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetNumberOfAttackingActors \ static_assert(alignof(Biped_AnimInstance_GetNumberOfAttackingActors) == 0x000004, "Wrong alignment on Biped_AnimInstance_GetNumberOfAttackingActors"); \ static_assert(sizeof(Biped_AnimInstance_GetNumberOfAttackingActors) == 0x000004, "Wrong size on Biped_AnimInstance_GetNumberOfAttackingActors"); \ static_assert(offsetof(Biped_AnimInstance_GetNumberOfAttackingActors, ReturnValue) == 0x000000, "Member 'Biped_AnimInstance_GetNumberOfAttackingActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetParryState \ static_assert(alignof(Biped_AnimInstance_GetParryState) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetParryState"); \ static_assert(sizeof(Biped_AnimInstance_GetParryState) == 0x000001, "Wrong size on Biped_AnimInstance_GetParryState"); \ static_assert(offsetof(Biped_AnimInstance_GetParryState, OutState) == 0x000000, "Member 'Biped_AnimInstance_GetParryState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetParryStateNext \ static_assert(alignof(Biped_AnimInstance_GetParryStateNext) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetParryStateNext"); \ static_assert(sizeof(Biped_AnimInstance_GetParryStateNext) == 0x000001, "Wrong size on Biped_AnimInstance_GetParryStateNext"); \ static_assert(offsetof(Biped_AnimInstance_GetParryStateNext, OutState) == 0x000000, "Member 'Biped_AnimInstance_GetParryStateNext::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetPartialBodyState \ static_assert(alignof(Biped_AnimInstance_GetPartialBodyState) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetPartialBodyState"); \ static_assert(sizeof(Biped_AnimInstance_GetPartialBodyState) == 0x000001, "Wrong size on Biped_AnimInstance_GetPartialBodyState"); \ static_assert(offsetof(Biped_AnimInstance_GetPartialBodyState, OutState) == 0x000000, "Member 'Biped_AnimInstance_GetPartialBodyState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetPickupTool \ static_assert(alignof(Biped_AnimInstance_GetPickupTool) == 0x000008, "Wrong alignment on Biped_AnimInstance_GetPickupTool"); \ static_assert(sizeof(Biped_AnimInstance_GetPickupTool) == 0x000008, "Wrong size on Biped_AnimInstance_GetPickupTool"); \ static_assert(offsetof(Biped_AnimInstance_GetPickupTool, ReturnValue) == 0x000000, "Member 'Biped_AnimInstance_GetPickupTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetRightArmState \ static_assert(alignof(Biped_AnimInstance_GetRightArmState) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetRightArmState"); \ static_assert(sizeof(Biped_AnimInstance_GetRightArmState) == 0x000002, "Wrong size on Biped_AnimInstance_GetRightArmState"); \ static_assert(offsetof(Biped_AnimInstance_GetRightArmState, InPriority) == 0x000000, "Member 'Biped_AnimInstance_GetRightArmState::InPriority' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_GetRightArmState, ReturnValue) == 0x000001, "Member 'Biped_AnimInstance_GetRightArmState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetStationMode \ static_assert(alignof(Biped_AnimInstance_GetStationMode) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetStationMode"); \ static_assert(sizeof(Biped_AnimInstance_GetStationMode) == 0x000001, "Wrong size on Biped_AnimInstance_GetStationMode"); \ static_assert(offsetof(Biped_AnimInstance_GetStationMode, OutMode) == 0x000000, "Member 'Biped_AnimInstance_GetStationMode::OutMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetStationState \ static_assert(alignof(Biped_AnimInstance_GetStationState) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetStationState"); \ static_assert(sizeof(Biped_AnimInstance_GetStationState) == 0x000001, "Wrong size on Biped_AnimInstance_GetStationState"); \ static_assert(offsetof(Biped_AnimInstance_GetStationState, OutState) == 0x000000, "Member 'Biped_AnimInstance_GetStationState::OutState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_OnCombatAdditiveStateChanged \ static_assert(alignof(Biped_AnimInstance_OnCombatAdditiveStateChanged) == 0x000001, "Wrong alignment on Biped_AnimInstance_OnCombatAdditiveStateChanged"); \ static_assert(sizeof(Biped_AnimInstance_OnCombatAdditiveStateChanged) == 0x000001, "Wrong size on Biped_AnimInstance_OnCombatAdditiveStateChanged"); \ static_assert(offsetof(Biped_AnimInstance_OnCombatAdditiveStateChanged, InCombatAdditiveState) == 0x000000, "Member 'Biped_AnimInstance_OnCombatAdditiveStateChanged::InCombatAdditiveState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_OnLeftArmStateChanged \ static_assert(alignof(Biped_AnimInstance_OnLeftArmStateChanged) == 0x000001, "Wrong alignment on Biped_AnimInstance_OnLeftArmStateChanged"); \ static_assert(sizeof(Biped_AnimInstance_OnLeftArmStateChanged) == 0x000001, "Wrong size on Biped_AnimInstance_OnLeftArmStateChanged"); \ static_assert(offsetof(Biped_AnimInstance_OnLeftArmStateChanged, InLeftArmState) == 0x000000, "Member 'Biped_AnimInstance_OnLeftArmStateChanged::InLeftArmState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_PopBasicMobilityMode \ static_assert(alignof(Biped_AnimInstance_PopBasicMobilityMode) == 0x000004, "Wrong alignment on Biped_AnimInstance_PopBasicMobilityMode"); \ static_assert(sizeof(Biped_AnimInstance_PopBasicMobilityMode) == 0x000004, "Wrong size on Biped_AnimInstance_PopBasicMobilityMode"); \ static_assert(offsetof(Biped_AnimInstance_PopBasicMobilityMode, UniqueId) == 0x000000, "Member 'Biped_AnimInstance_PopBasicMobilityMode::UniqueId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_PushNewBasicMobilityMode \ static_assert(alignof(Biped_AnimInstance_PushNewBasicMobilityMode) == 0x000004, "Wrong alignment on Biped_AnimInstance_PushNewBasicMobilityMode"); \ static_assert(sizeof(Biped_AnimInstance_PushNewBasicMobilityMode) == 0x00000C, "Wrong size on Biped_AnimInstance_PushNewBasicMobilityMode"); \ static_assert(offsetof(Biped_AnimInstance_PushNewBasicMobilityMode, UniqueIDOverride) == 0x000000, "Member 'Biped_AnimInstance_PushNewBasicMobilityMode::UniqueIDOverride' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_PushNewBasicMobilityMode, UniqueId) == 0x000004, "Member 'Biped_AnimInstance_PushNewBasicMobilityMode::UniqueId' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_PushNewBasicMobilityMode, Mode) == 0x000008, "Member 'Biped_AnimInstance_PushNewBasicMobilityMode::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Set_AimOffsetPitch \ static_assert(alignof(Biped_AnimInstance_Set_AimOffsetPitch) == 0x000004, "Wrong alignment on Biped_AnimInstance_Set_AimOffsetPitch"); \ static_assert(sizeof(Biped_AnimInstance_Set_AimOffsetPitch) == 0x000004, "Wrong size on Biped_AnimInstance_Set_AimOffsetPitch"); \ static_assert(offsetof(Biped_AnimInstance_Set_AimOffsetPitch, InPitch) == 0x000000, "Member 'Biped_AnimInstance_Set_AimOffsetPitch::InPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Set_AimOffsetYaw \ static_assert(alignof(Biped_AnimInstance_Set_AimOffsetYaw) == 0x000004, "Wrong alignment on Biped_AnimInstance_Set_AimOffsetYaw"); \ static_assert(sizeof(Biped_AnimInstance_Set_AimOffsetYaw) == 0x000004, "Wrong size on Biped_AnimInstance_Set_AimOffsetYaw"); \ static_assert(offsetof(Biped_AnimInstance_Set_AimOffsetYaw, InYaw) == 0x000000, "Member 'Biped_AnimInstance_Set_AimOffsetYaw::InYaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_Set_DoFullBodySpellIfInIdle \ static_assert(alignof(Biped_AnimInstance_Set_DoFullBodySpellIfInIdle) == 0x000001, "Wrong alignment on Biped_AnimInstance_Set_DoFullBodySpellIfInIdle"); \ static_assert(sizeof(Biped_AnimInstance_Set_DoFullBodySpellIfInIdle) == 0x000001, "Wrong size on Biped_AnimInstance_Set_DoFullBodySpellIfInIdle"); \ static_assert(offsetof(Biped_AnimInstance_Set_DoFullBodySpellIfInIdle, bInDoFullBodySpellIfInIdle) == 0x000000, "Member 'Biped_AnimInstance_Set_DoFullBodySpellIfInIdle::bInDoFullBodySpellIfInIdle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetAbortAnim \ static_assert(alignof(Biped_AnimInstance_SetAbortAnim) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetAbortAnim"); \ static_assert(sizeof(Biped_AnimInstance_SetAbortAnim) == 0x000001, "Wrong size on Biped_AnimInstance_SetAbortAnim"); \ static_assert(offsetof(Biped_AnimInstance_SetAbortAnim, InAbortAnim) == 0x000000, "Member 'Biped_AnimInstance_SetAbortAnim::InAbortAnim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetAdditiveBodyState \ static_assert(alignof(Biped_AnimInstance_SetAdditiveBodyState) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetAdditiveBodyState"); \ static_assert(sizeof(Biped_AnimInstance_SetAdditiveBodyState) == 0x000001, "Wrong size on Biped_AnimInstance_SetAdditiveBodyState"); \ static_assert(offsetof(Biped_AnimInstance_SetAdditiveBodyState, InState) == 0x000000, "Member 'Biped_AnimInstance_SetAdditiveBodyState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetAmpedPercent \ static_assert(alignof(Biped_AnimInstance_SetAmpedPercent) == 0x000004, "Wrong alignment on Biped_AnimInstance_SetAmpedPercent"); \ static_assert(sizeof(Biped_AnimInstance_SetAmpedPercent) == 0x000004, "Wrong size on Biped_AnimInstance_SetAmpedPercent"); \ static_assert(offsetof(Biped_AnimInstance_SetAmpedPercent, InAmpedPercent) == 0x000000, "Member 'Biped_AnimInstance_SetAmpedPercent::InAmpedPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetAttackState \ static_assert(alignof(Biped_AnimInstance_SetAttackState) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetAttackState"); \ static_assert(sizeof(Biped_AnimInstance_SetAttackState) == 0x000001, "Wrong size on Biped_AnimInstance_SetAttackState"); \ static_assert(offsetof(Biped_AnimInstance_SetAttackState, InState) == 0x000000, "Member 'Biped_AnimInstance_SetAttackState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetCombatAdditiveState \ static_assert(alignof(Biped_AnimInstance_SetCombatAdditiveState) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetCombatAdditiveState"); \ static_assert(sizeof(Biped_AnimInstance_SetCombatAdditiveState) == 0x000003, "Wrong size on Biped_AnimInstance_SetCombatAdditiveState"); \ static_assert(offsetof(Biped_AnimInstance_SetCombatAdditiveState, InState) == 0x000000, "Member 'Biped_AnimInstance_SetCombatAdditiveState::InState' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_SetCombatAdditiveState, InPriority) == 0x000001, "Member 'Biped_AnimInstance_SetCombatAdditiveState::InPriority' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_SetCombatAdditiveState, bBroadcastChange) == 0x000002, "Member 'Biped_AnimInstance_SetCombatAdditiveState::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetDodgeState \ static_assert(alignof(Biped_AnimInstance_SetDodgeState) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetDodgeState"); \ static_assert(sizeof(Biped_AnimInstance_SetDodgeState) == 0x000001, "Wrong size on Biped_AnimInstance_SetDodgeState"); \ static_assert(offsetof(Biped_AnimInstance_SetDodgeState, InState) == 0x000000, "Member 'Biped_AnimInstance_SetDodgeState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetFullBodyState \ static_assert(alignof(Biped_AnimInstance_SetFullBodyState) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetFullBodyState"); \ static_assert(sizeof(Biped_AnimInstance_SetFullBodyState) == 0x000001, "Wrong size on Biped_AnimInstance_SetFullBodyState"); \ static_assert(offsetof(Biped_AnimInstance_SetFullBodyState, InState) == 0x000000, "Member 'Biped_AnimInstance_SetFullBodyState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetFullBodyStateLast \ static_assert(alignof(Biped_AnimInstance_SetFullBodyStateLast) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetFullBodyStateLast"); \ static_assert(sizeof(Biped_AnimInstance_SetFullBodyStateLast) == 0x000001, "Wrong size on Biped_AnimInstance_SetFullBodyStateLast"); \ static_assert(offsetof(Biped_AnimInstance_SetFullBodyStateLast, InState) == 0x000000, "Member 'Biped_AnimInstance_SetFullBodyStateLast::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetHarvestState \ static_assert(alignof(Biped_AnimInstance_SetHarvestState) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetHarvestState"); \ static_assert(sizeof(Biped_AnimInstance_SetHarvestState) == 0x000001, "Wrong size on Biped_AnimInstance_SetHarvestState"); \ static_assert(offsetof(Biped_AnimInstance_SetHarvestState, InState) == 0x000000, "Member 'Biped_AnimInstance_SetHarvestState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetHeadTrackingState \ static_assert(alignof(Biped_AnimInstance_SetHeadTrackingState) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetHeadTrackingState"); \ static_assert(sizeof(Biped_AnimInstance_SetHeadTrackingState) == 0x000003, "Wrong size on Biped_AnimInstance_SetHeadTrackingState"); \ static_assert(offsetof(Biped_AnimInstance_SetHeadTrackingState, InState) == 0x000000, "Member 'Biped_AnimInstance_SetHeadTrackingState::InState' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_SetHeadTrackingState, InPriority) == 0x000001, "Member 'Biped_AnimInstance_SetHeadTrackingState::InPriority' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_SetHeadTrackingState, bBroadcastChange) == 0x000002, "Member 'Biped_AnimInstance_SetHeadTrackingState::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetInventoryResult \ static_assert(alignof(Biped_AnimInstance_SetInventoryResult) == 0x000008, "Wrong alignment on Biped_AnimInstance_SetInventoryResult"); \ static_assert(sizeof(Biped_AnimInstance_SetInventoryResult) == 0x000088, "Wrong size on Biped_AnimInstance_SetInventoryResult"); \ static_assert(offsetof(Biped_AnimInstance_SetInventoryResult, InInventoryResult) == 0x000000, "Member 'Biped_AnimInstance_SetInventoryResult::InInventoryResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetIsHoldingAttack \ static_assert(alignof(Biped_AnimInstance_SetIsHoldingAttack) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetIsHoldingAttack"); \ static_assert(sizeof(Biped_AnimInstance_SetIsHoldingAttack) == 0x000001, "Wrong size on Biped_AnimInstance_SetIsHoldingAttack"); \ static_assert(offsetof(Biped_AnimInstance_SetIsHoldingAttack, InHoldingAttack) == 0x000000, "Member 'Biped_AnimInstance_SetIsHoldingAttack::InHoldingAttack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetLeftArmState \ static_assert(alignof(Biped_AnimInstance_SetLeftArmState) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetLeftArmState"); \ static_assert(sizeof(Biped_AnimInstance_SetLeftArmState) == 0x000003, "Wrong size on Biped_AnimInstance_SetLeftArmState"); \ static_assert(offsetof(Biped_AnimInstance_SetLeftArmState, InState) == 0x000000, "Member 'Biped_AnimInstance_SetLeftArmState::InState' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_SetLeftArmState, InPriority) == 0x000001, "Member 'Biped_AnimInstance_SetLeftArmState::InPriority' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_SetLeftArmState, bBroadcastChange) == 0x000002, "Member 'Biped_AnimInstance_SetLeftArmState::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetMobilityState \ static_assert(alignof(Biped_AnimInstance_SetMobilityState) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetMobilityState"); \ static_assert(sizeof(Biped_AnimInstance_SetMobilityState) == 0x000001, "Wrong size on Biped_AnimInstance_SetMobilityState"); \ static_assert(offsetof(Biped_AnimInstance_SetMobilityState, InState) == 0x000000, "Member 'Biped_AnimInstance_SetMobilityState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetMobilityStateLast \ static_assert(alignof(Biped_AnimInstance_SetMobilityStateLast) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetMobilityStateLast"); \ static_assert(sizeof(Biped_AnimInstance_SetMobilityStateLast) == 0x000001, "Wrong size on Biped_AnimInstance_SetMobilityStateLast"); \ static_assert(offsetof(Biped_AnimInstance_SetMobilityStateLast, InState) == 0x000000, "Member 'Biped_AnimInstance_SetMobilityStateLast::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetParryState \ static_assert(alignof(Biped_AnimInstance_SetParryState) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetParryState"); \ static_assert(sizeof(Biped_AnimInstance_SetParryState) == 0x000001, "Wrong size on Biped_AnimInstance_SetParryState"); \ static_assert(offsetof(Biped_AnimInstance_SetParryState, InState) == 0x000000, "Member 'Biped_AnimInstance_SetParryState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetParryStateNext \ static_assert(alignof(Biped_AnimInstance_SetParryStateNext) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetParryStateNext"); \ static_assert(sizeof(Biped_AnimInstance_SetParryStateNext) == 0x000001, "Wrong size on Biped_AnimInstance_SetParryStateNext"); \ static_assert(offsetof(Biped_AnimInstance_SetParryStateNext, InState) == 0x000000, "Member 'Biped_AnimInstance_SetParryStateNext::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetPartialBodyState \ static_assert(alignof(Biped_AnimInstance_SetPartialBodyState) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetPartialBodyState"); \ static_assert(sizeof(Biped_AnimInstance_SetPartialBodyState) == 0x000001, "Wrong size on Biped_AnimInstance_SetPartialBodyState"); \ static_assert(offsetof(Biped_AnimInstance_SetPartialBodyState, InState) == 0x000000, "Member 'Biped_AnimInstance_SetPartialBodyState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetPickupTool \ static_assert(alignof(Biped_AnimInstance_SetPickupTool) == 0x000008, "Wrong alignment on Biped_AnimInstance_SetPickupTool"); \ static_assert(sizeof(Biped_AnimInstance_SetPickupTool) == 0x000008, "Wrong size on Biped_AnimInstance_SetPickupTool"); \ static_assert(offsetof(Biped_AnimInstance_SetPickupTool, InPickupTool) == 0x000000, "Member 'Biped_AnimInstance_SetPickupTool::InPickupTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetRightArmState \ static_assert(alignof(Biped_AnimInstance_SetRightArmState) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetRightArmState"); \ static_assert(sizeof(Biped_AnimInstance_SetRightArmState) == 0x000003, "Wrong size on Biped_AnimInstance_SetRightArmState"); \ static_assert(offsetof(Biped_AnimInstance_SetRightArmState, InState) == 0x000000, "Member 'Biped_AnimInstance_SetRightArmState::InState' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_SetRightArmState, InPriority) == 0x000001, "Member 'Biped_AnimInstance_SetRightArmState::InPriority' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_SetRightArmState, bBroadcastChange) == 0x000002, "Member 'Biped_AnimInstance_SetRightArmState::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetStationMode \ static_assert(alignof(Biped_AnimInstance_SetStationMode) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetStationMode"); \ static_assert(sizeof(Biped_AnimInstance_SetStationMode) == 0x000001, "Wrong size on Biped_AnimInstance_SetStationMode"); \ static_assert(offsetof(Biped_AnimInstance_SetStationMode, InMode) == 0x000000, "Member 'Biped_AnimInstance_SetStationMode::InMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetStationState \ static_assert(alignof(Biped_AnimInstance_SetStationState) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetStationState"); \ static_assert(sizeof(Biped_AnimInstance_SetStationState) == 0x000001, "Wrong size on Biped_AnimInstance_SetStationState"); \ static_assert(offsetof(Biped_AnimInstance_SetStationState, InState) == 0x000000, "Member 'Biped_AnimInstance_SetStationState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetUseAimOffset \ static_assert(alignof(Biped_AnimInstance_SetUseAimOffset) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetUseAimOffset"); \ static_assert(sizeof(Biped_AnimInstance_SetUseAimOffset) == 0x000001, "Wrong size on Biped_AnimInstance_SetUseAimOffset"); \ static_assert(offsetof(Biped_AnimInstance_SetUseAimOffset, InUseAimOffset) == 0x000000, "Member 'Biped_AnimInstance_SetUseAimOffset::InUseAimOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetUsePhotoModePose \ static_assert(alignof(Biped_AnimInstance_SetUsePhotoModePose) == 0x000008, "Wrong alignment on Biped_AnimInstance_SetUsePhotoModePose"); \ static_assert(sizeof(Biped_AnimInstance_SetUsePhotoModePose) == 0x000010, "Wrong size on Biped_AnimInstance_SetUsePhotoModePose"); \ static_assert(offsetof(Biped_AnimInstance_SetUsePhotoModePose, InUsePhotoModePose) == 0x000000, "Member 'Biped_AnimInstance_SetUsePhotoModePose::InUsePhotoModePose' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_SetUsePhotoModePose, PoseAnimation) == 0x000008, "Member 'Biped_AnimInstance_SetUsePhotoModePose::PoseAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_SetWandEquipped \ static_assert(alignof(Biped_AnimInstance_SetWandEquipped) == 0x000001, "Wrong alignment on Biped_AnimInstance_SetWandEquipped"); \ static_assert(sizeof(Biped_AnimInstance_SetWandEquipped) == 0x000001, "Wrong size on Biped_AnimInstance_SetWandEquipped"); \ static_assert(offsetof(Biped_AnimInstance_SetWandEquipped, WandEquipped) == 0x000000, "Member 'Biped_AnimInstance_SetWandEquipped::WandEquipped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_StartSettingCinematicLeftArmState \ static_assert(alignof(Biped_AnimInstance_StartSettingCinematicLeftArmState) == 0x000001, "Wrong alignment on Biped_AnimInstance_StartSettingCinematicLeftArmState"); \ static_assert(sizeof(Biped_AnimInstance_StartSettingCinematicLeftArmState) == 0x000002, "Wrong size on Biped_AnimInstance_StartSettingCinematicLeftArmState"); \ static_assert(offsetof(Biped_AnimInstance_StartSettingCinematicLeftArmState, InState) == 0x000000, "Member 'Biped_AnimInstance_StartSettingCinematicLeftArmState::InState' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_StartSettingCinematicLeftArmState, bBroadcastChange) == 0x000001, "Member 'Biped_AnimInstance_StartSettingCinematicLeftArmState::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_StartSettingCinematicRightArmState \ static_assert(alignof(Biped_AnimInstance_StartSettingCinematicRightArmState) == 0x000001, "Wrong alignment on Biped_AnimInstance_StartSettingCinematicRightArmState"); \ static_assert(sizeof(Biped_AnimInstance_StartSettingCinematicRightArmState) == 0x000002, "Wrong size on Biped_AnimInstance_StartSettingCinematicRightArmState"); \ static_assert(offsetof(Biped_AnimInstance_StartSettingCinematicRightArmState, InState) == 0x000000, "Member 'Biped_AnimInstance_StartSettingCinematicRightArmState::InState' has a wrong offset!"); \ static_assert(offsetof(Biped_AnimInstance_StartSettingCinematicRightArmState, bBroadcastChange) == 0x000001, "Member 'Biped_AnimInstance_StartSettingCinematicRightArmState::bBroadcastChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Biped_AnimInstance_GetAbortAnim \ static_assert(alignof(Biped_AnimInstance_GetAbortAnim) == 0x000001, "Wrong alignment on Biped_AnimInstance_GetAbortAnim"); \ static_assert(sizeof(Biped_AnimInstance_GetAbortAnim) == 0x000001, "Wrong size on Biped_AnimInstance_GetAbortAnim"); \ static_assert(offsetof(Biped_AnimInstance_GetAbortAnim, ReturnValue) == 0x000000, "Member 'Biped_AnimInstance_GetAbortAnim::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBiped_AnimInstance \ static_assert(alignof(UBiped_AnimInstance) == 0x000010, "Wrong alignment on UBiped_AnimInstance"); \ static_assert(sizeof(UBiped_AnimInstance) == 0x000980, "Wrong size on UBiped_AnimInstance"); \ static_assert(offsetof(UBiped_AnimInstance, BlockedByWallState) == 0x0005E8, "Member 'UBiped_AnimInstance::BlockedByWallState' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, OpenDoorState) == 0x0005E9, "Member 'UBiped_AnimInstance::OpenDoorState' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, AttackState) == 0x0005EA, "Member 'UBiped_AnimInstance::AttackState' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, ParryState) == 0x0005EB, "Member 'UBiped_AnimInstance::ParryState' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, ParryStateNext) == 0x0005EC, "Member 'UBiped_AnimInstance::ParryStateNext' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, DodgeState) == 0x0005ED, "Member 'UBiped_AnimInstance::DodgeState' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, StationState) == 0x0005EE, "Member 'UBiped_AnimInstance::StationState' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, StationMode) == 0x0005EF, "Member 'UBiped_AnimInstance::StationMode' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, FullBodyState) == 0x0005F0, "Member 'UBiped_AnimInstance::FullBodyState' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, FullBodyStateLast) == 0x0005F1, "Member 'UBiped_AnimInstance::FullBodyStateLast' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, MobilityTypeState) == 0x0005F2, "Member 'UBiped_AnimInstance::MobilityTypeState' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, MobilityTypeStateLast) == 0x0005F3, "Member 'UBiped_AnimInstance::MobilityTypeStateLast' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, HarvestState) == 0x0005F4, "Member 'UBiped_AnimInstance::HarvestState' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, PartialBodyState) == 0x0005F5, "Member 'UBiped_AnimInstance::PartialBodyState' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, LeftArmStateMap) == 0x0005F8, "Member 'UBiped_AnimInstance::LeftArmStateMap' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, RightArmStateMap) == 0x000648, "Member 'UBiped_AnimInstance::RightArmStateMap' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, LeftArmActiveCinematicCount) == 0x000698, "Member 'UBiped_AnimInstance::LeftArmActiveCinematicCount' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, RightArmActiveCinematicCount) == 0x00069C, "Member 'UBiped_AnimInstance::RightArmActiveCinematicCount' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, HeadTrackingStateMap) == 0x0006A0, "Member 'UBiped_AnimInstance::HeadTrackingStateMap' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, CombatAdditiveStateMap) == 0x0006F0, "Member 'UBiped_AnimInstance::CombatAdditiveStateMap' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, AdditiveBodyState) == 0x000740, "Member 'UBiped_AnimInstance::AdditiveBodyState' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, CombatAdditiveAbility) == 0x000748, "Member 'UBiped_AnimInstance::CombatAdditiveAbility' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, IsInAir) == 0x000750, "Member 'UBiped_AnimInstance::IsInAir' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, IsCrouching) == 0x000751, "Member 'UBiped_AnimInstance::IsCrouching' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, InLockOnMode) == 0x000752, "Member 'UBiped_AnimInstance::InLockOnMode' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, AmpedPercent) == 0x000754, "Member 'UBiped_AnimInstance::AmpedPercent' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, InitialJumpAngle) == 0x000758, "Member 'UBiped_AnimInstance::InitialJumpAngle' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, PickupTool) == 0x000760, "Member 'UBiped_AnimInstance::PickupTool' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, PickupToolHeight) == 0x000768, "Member 'UBiped_AnimInstance::PickupToolHeight' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, PutdownToolHeight) == 0x00076C, "Member 'UBiped_AnimInstance::PutdownToolHeight' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, HoldingBucket) == 0x000770, "Member 'UBiped_AnimInstance::HoldingBucket' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, IsMultiHarvestPlot) == 0x000771, "Member 'UBiped_AnimInstance::IsMultiHarvestPlot' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, UseAimOffset) == 0x000774, "Member 'UBiped_AnimInstance::UseAimOffset' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, AimOffsetYaw) == 0x000778, "Member 'UBiped_AnimInstance::AimOffsetYaw' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, AimOffsetPitch) == 0x00077C, "Member 'UBiped_AnimInstance::AimOffsetPitch' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, LastAimOffsetYaw) == 0x000780, "Member 'UBiped_AnimInstance::LastAimOffsetYaw' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, IsEquippingWand) == 0x000784, "Member 'UBiped_AnimInstance::IsEquippingWand' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, IsWandEquipped) == 0x000785, "Member 'UBiped_AnimInstance::IsWandEquipped' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, DoFullBodySpellIfInIdle) == 0x000786, "Member 'UBiped_AnimInstance::DoFullBodySpellIfInIdle' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, IsWandReady) == 0x000787, "Member 'UBiped_AnimInstance::IsWandReady' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, bAdditiveTurnLeanActive) == 0x000788, "Member 'UBiped_AnimInstance::bAdditiveTurnLeanActive' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, AdditiveLeanAngle) == 0x00078C, "Member 'UBiped_AnimInstance::AdditiveLeanAngle' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, InventoryResult) == 0x000790, "Member 'UBiped_AnimInstance::InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, FlooName) == 0x000818, "Member 'UBiped_AnimInstance::FlooName' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, IsFlooUIFinished) == 0x000820, "Member 'UBiped_AnimInstance::IsFlooUIFinished' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, IsFlooUICancelled) == 0x000821, "Member 'UBiped_AnimInstance::IsFlooUICancelled' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, IsAdvanced) == 0x000822, "Member 'UBiped_AnimInstance::IsAdvanced' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, LoadFinished) == 0x000823, "Member 'UBiped_AnimInstance::LoadFinished' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, TeleportFinished) == 0x000824, "Member 'UBiped_AnimInstance::TeleportFinished' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, BackAwayFromLedge) == 0x000825, "Member 'UBiped_AnimInstance::BackAwayFromLedge' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, PlayBlockedByWallAnim) == 0x000826, "Member 'UBiped_AnimInstance::PlayBlockedByWallAnim' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, LeftFootRotation) == 0x000828, "Member 'UBiped_AnimInstance::LeftFootRotation' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, RightFootRotation) == 0x000834, "Member 'UBiped_AnimInstance::RightFootRotation' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, LeftEffectorLoc) == 0x000840, "Member 'UBiped_AnimInstance::LeftEffectorLoc' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, RightEffectorLoc) == 0x000844, "Member 'UBiped_AnimInstance::RightEffectorLoc' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, LeftJointLoc) == 0x000848, "Member 'UBiped_AnimInstance::LeftJointLoc' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, RightJointLoc) == 0x000854, "Member 'UBiped_AnimInstance::RightJointLoc' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, HipsOffset) == 0x000860, "Member 'UBiped_AnimInstance::HipsOffset' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, GroundAcceleration) == 0x000864, "Member 'UBiped_AnimInstance::GroundAcceleration' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, AdditiveReact) == 0x000870, "Member 'UBiped_AnimInstance::AdditiveReact' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, ParryImpactData) == 0x000878, "Member 'UBiped_AnimInstance::ParryImpactData' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, ProtegoTargetedByMuntion) == 0x0008A8, "Member 'UBiped_AnimInstance::ProtegoTargetedByMuntion' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, IsHoldingAttack) == 0x0008E8, "Member 'UBiped_AnimInstance::IsHoldingAttack' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, IsAbortingParry) == 0x0008E9, "Member 'UBiped_AnimInstance::IsAbortingParry' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, IsAbortingAnim) == 0x0008EA, "Member 'UBiped_AnimInstance::IsAbortingAnim' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, bIsAnticipatingAttack) == 0x0008EB, "Member 'UBiped_AnimInstance::bIsAnticipatingAttack' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, AnticipationAngle) == 0x0008EC, "Member 'UBiped_AnimInstance::AnticipationAngle' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, ThrowDistance) == 0x0008F0, "Member 'UBiped_AnimInstance::ThrowDistance' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, AngleToDesiredDirection) == 0x0008F4, "Member 'UBiped_AnimInstance::AngleToDesiredDirection' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, bFromLightDirectional) == 0x0008F8, "Member 'UBiped_AnimInstance::bFromLightDirectional' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, IdleTimeStamp) == 0x0008FC, "Member 'UBiped_AnimInstance::IdleTimeStamp' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, CustomRootMotionMultiplier) == 0x000900, "Member 'UBiped_AnimInstance::CustomRootMotionMultiplier' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, LeftArmStateChangedDelegate) == 0x000908, "Member 'UBiped_AnimInstance::LeftArmStateChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, RightArmStateChangedDelegate) == 0x000918, "Member 'UBiped_AnimInstance::RightArmStateChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, CombatAdditiveStateChangedDelegate) == 0x000928, "Member 'UBiped_AnimInstance::CombatAdditiveStateChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, AttackingActorStack) == 0x000938, "Member 'UBiped_AnimInstance::AttackingActorStack' has a wrong offset!"); \ static_assert(offsetof(UBiped_AnimInstance, CurrentAttackingActor) == 0x000948, "Member 'UBiped_AnimInstance::CurrentAttackingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotifyState_AddRipple \ static_assert(alignof(UAnimNotifyState_AddRipple) == 0x000008, "Wrong alignment on UAnimNotifyState_AddRipple"); \ static_assert(sizeof(UAnimNotifyState_AddRipple) == 0x000118, "Wrong size on UAnimNotifyState_AddRipple"); \ static_assert(offsetof(UAnimNotifyState_AddRipple, BonesToTrack) == 0x000030, "Member 'UAnimNotifyState_AddRipple::BonesToTrack' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_AddRipple, Radius) == 0x000080, "Member 'UAnimNotifyState_AddRipple::Radius' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_AddRipple, IntensityMultiplier) == 0x000084, "Member 'UAnimNotifyState_AddRipple::IntensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_AddRipple, SocketName) == 0x000088, "Member 'UAnimNotifyState_AddRipple::SocketName' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_AddRipple, IntensityCurve) == 0x000090, "Member 'UAnimNotifyState_AddRipple::IntensityCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStupidShaderSpecialTypeBuildingInfo \ static_assert(alignof(UStupidShaderSpecialTypeBuildingInfo) == 0x000008, "Wrong alignment on UStupidShaderSpecialTypeBuildingInfo"); \ static_assert(sizeof(UStupidShaderSpecialTypeBuildingInfo) == 0x000030, "Wrong size on UStupidShaderSpecialTypeBuildingInfo"); \ #define DUMPER7_ASSERTS_UAnimNotifyState_SharedTimedParticleEffect \ static_assert(alignof(UAnimNotifyState_SharedTimedParticleEffect) == 0x000008, "Wrong alignment on UAnimNotifyState_SharedTimedParticleEffect"); \ static_assert(sizeof(UAnimNotifyState_SharedTimedParticleEffect) == 0x000088, "Wrong size on UAnimNotifyState_SharedTimedParticleEffect"); \ static_assert(offsetof(UAnimNotifyState_SharedTimedParticleEffect, SocketName) == 0x000030, "Member 'UAnimNotifyState_SharedTimedParticleEffect::SocketName' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_SharedTimedParticleEffect, SharedTimedParticleEffects) == 0x000038, "Member 'UAnimNotifyState_SharedTimedParticleEffect::SharedTimedParticleEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotifyState_SpawnActorBase \ static_assert(alignof(UAnimNotifyState_SpawnActorBase) == 0x000008, "Wrong alignment on UAnimNotifyState_SpawnActorBase"); \ static_assert(sizeof(UAnimNotifyState_SpawnActorBase) == 0x000050, "Wrong size on UAnimNotifyState_SpawnActorBase"); \ static_assert(offsetof(UAnimNotifyState_SpawnActorBase, AttachSocket) == 0x000030, "Member 'UAnimNotifyState_SpawnActorBase::AttachSocket' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_SpawnActorBase, AlphaCurve) == 0x000038, "Member 'UAnimNotifyState_SpawnActorBase::AlphaCurve' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_SpawnActorBase, SpawnedActor) == 0x000040, "Member 'UAnimNotifyState_SpawnActorBase::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStreamingSpinner \ static_assert(alignof(UStreamingSpinner) == 0x000008, "Wrong alignment on UStreamingSpinner"); \ static_assert(sizeof(UStreamingSpinner) == 0x000348, "Wrong size on UStreamingSpinner"); \ static_assert(offsetof(UStreamingSpinner, SceneBlur) == 0x000338, "Member 'UStreamingSpinner::SceneBlur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotifyState_SpawnActor \ static_assert(alignof(UAnimNotifyState_SpawnActor) == 0x000008, "Wrong alignment on UAnimNotifyState_SpawnActor"); \ static_assert(sizeof(UAnimNotifyState_SpawnActor) == 0x000058, "Wrong size on UAnimNotifyState_SpawnActor"); \ static_assert(offsetof(UAnimNotifyState_SpawnActor, SpawnActorClass) == 0x000050, "Member 'UAnimNotifyState_SpawnActor::SpawnActorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGModExtension_PlayerMultiFX2 \ static_assert(alignof(URPGModExtension_PlayerMultiFX2) == 0x000008, "Wrong alignment on URPGModExtension_PlayerMultiFX2"); \ static_assert(sizeof(URPGModExtension_PlayerMultiFX2) == 0x000060, "Wrong size on URPGModExtension_PlayerMultiFX2"); \ static_assert(offsetof(URPGModExtension_PlayerMultiFX2, OnAddFX2) == 0x000028, "Member 'URPGModExtension_PlayerMultiFX2::OnAddFX2' has a wrong offset!"); \ static_assert(offsetof(URPGModExtension_PlayerMultiFX2, OnAppliedFX2) == 0x000038, "Member 'URPGModExtension_PlayerMultiFX2::OnAppliedFX2' has a wrong offset!"); \ static_assert(offsetof(URPGModExtension_PlayerMultiFX2, bOnlyOnFirstApplied) == 0x000048, "Member 'URPGModExtension_PlayerMultiFX2::bOnlyOnFirstApplied' has a wrong offset!"); \ static_assert(offsetof(URPGModExtension_PlayerMultiFX2, bOnlyAllowOneApplied) == 0x000049, "Member 'URPGModExtension_PlayerMultiFX2::bOnlyAllowOneApplied' has a wrong offset!"); \ static_assert(offsetof(URPGModExtension_PlayerMultiFX2, bEndAppliedOnRemoved) == 0x00004A, "Member 'URPGModExtension_PlayerMultiFX2::bEndAppliedOnRemoved' has a wrong offset!"); \ static_assert(offsetof(URPGModExtension_PlayerMultiFX2, OnAddHandle) == 0x000050, "Member 'URPGModExtension_PlayerMultiFX2::OnAddHandle' has a wrong offset!"); \ static_assert(offsetof(URPGModExtension_PlayerMultiFX2, OnAppliedHandle) == 0x000058, "Member 'URPGModExtension_PlayerMultiFX2::OnAppliedHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBool_PlayerGenderPronoun \ static_assert(alignof(UBool_PlayerGenderPronoun) == 0x000008, "Wrong alignment on UBool_PlayerGenderPronoun"); \ static_assert(sizeof(UBool_PlayerGenderPronoun) == 0x000030, "Wrong size on UBool_PlayerGenderPronoun"); \ static_assert(offsetof(UBool_PlayerGenderPronoun, Pronoun) == 0x000028, "Member 'UBool_PlayerGenderPronoun::Pronoun' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotifyState_SpawnActorPhysical \ static_assert(alignof(UAnimNotifyState_SpawnActorPhysical) == 0x000008, "Wrong alignment on UAnimNotifyState_SpawnActorPhysical"); \ static_assert(sizeof(UAnimNotifyState_SpawnActorPhysical) == 0x0000C8, "Wrong size on UAnimNotifyState_SpawnActorPhysical"); \ static_assert(offsetof(UAnimNotifyState_SpawnActorPhysical, SpawnActorClass) == 0x000030, "Member 'UAnimNotifyState_SpawnActorPhysical::SpawnActorClass' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_SpawnActorPhysical, AttachSocket) == 0x000038, "Member 'UAnimNotifyState_SpawnActorPhysical::AttachSocket' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_SpawnActorPhysical, StaticMeshOverride) == 0x000040, "Member 'UAnimNotifyState_SpawnActorPhysical::StaticMeshOverride' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_SpawnActorPhysical, LocationOffset) == 0x000048, "Member 'UAnimNotifyState_SpawnActorPhysical::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_SpawnActorPhysical, RotationOffset) == 0x000054, "Member 'UAnimNotifyState_SpawnActorPhysical::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_SpawnActorPhysical, Scale) == 0x000060, "Member 'UAnimNotifyState_SpawnActorPhysical::Scale' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_SpawnActorPhysical, bTurnPhysicalAtEnd) == 0x00006C, "Member 'UAnimNotifyState_SpawnActorPhysical::bTurnPhysicalAtEnd' has a wrong offset!"); \ static_assert(offsetof(UAnimNotifyState_SpawnActorPhysical, ActorLifeSpan) == 0x000070, "Member 'UAnimNotifyState_SpawnActorPhysical::ActorLifeSpan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimShakeProvider \ static_assert(alignof(UAnimShakeProvider) == 0x000008, "Wrong alignment on UAnimShakeProvider"); \ static_assert(sizeof(UAnimShakeProvider) == 0x000028, "Wrong size on UAnimShakeProvider"); \ #define DUMPER7_ASSERTS_UDW_Taunt_Dragon_AttackChoice \ static_assert(alignof(UDW_Taunt_Dragon_AttackChoice) == 0x000008, "Wrong alignment on UDW_Taunt_Dragon_AttackChoice"); \ static_assert(sizeof(UDW_Taunt_Dragon_AttackChoice) == 0x000028, "Wrong size on UDW_Taunt_Dragon_AttackChoice"); \ #define DUMPER7_ASSERTS_UAnimTag_Enemy_POIStance \ static_assert(alignof(UAnimTag_Enemy_POIStance) == 0x000008, "Wrong alignment on UAnimTag_Enemy_POIStance"); \ static_assert(sizeof(UAnimTag_Enemy_POIStance) == 0x000050, "Wrong size on UAnimTag_Enemy_POIStance"); \ static_assert(offsetof(UAnimTag_Enemy_POIStance, AnimTags) == 0x000028, "Member 'UAnimTag_Enemy_POIStance::AnimTags' has a wrong offset!"); \ static_assert(offsetof(UAnimTag_Enemy_POIStance, bDesiredPOIAttackStance) == 0x000048, "Member 'UAnimTag_Enemy_POIStance::bDesiredPOIAttackStance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolStencilEffectGroupActive \ static_assert(alignof(UFXAutoTriggerBoolStencilEffectGroupActive) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolStencilEffectGroupActive"); \ static_assert(sizeof(UFXAutoTriggerBoolStencilEffectGroupActive) == 0x000030, "Wrong size on UFXAutoTriggerBoolStencilEffectGroupActive"); \ static_assert(offsetof(UFXAutoTriggerBoolStencilEffectGroupActive, Group) == 0x000028, "Member 'UFXAutoTriggerBoolStencilEffectGroupActive::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimTag_StationSocket \ static_assert(alignof(UAnimTag_StationSocket) == 0x000008, "Wrong alignment on UAnimTag_StationSocket"); \ static_assert(sizeof(UAnimTag_StationSocket) == 0x000028, "Wrong size on UAnimTag_StationSocket"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorMatchIsEnemyCompanion \ static_assert(alignof(UFXAutoTriggerRequiredActorMatchIsEnemyCompanion) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorMatchIsEnemyCompanion"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorMatchIsEnemyCompanion) == 0x000028, "Wrong size on UFXAutoTriggerRequiredActorMatchIsEnemyCompanion"); \ #define DUMPER7_ASSERTS_APostDeathParamsOverride \ static_assert(alignof(APostDeathParamsOverride) == 0x000008, "Wrong alignment on APostDeathParamsOverride"); \ static_assert(sizeof(APostDeathParamsOverride) == 0x000300, "Wrong size on APostDeathParamsOverride"); \ static_assert(offsetof(APostDeathParamsOverride, bUseCustomPreset) == 0x000249, "Member 'APostDeathParamsOverride::bUseCustomPreset' has a wrong offset!"); \ static_assert(offsetof(APostDeathParamsOverride, Preset) == 0x000250, "Member 'APostDeathParamsOverride::Preset' has a wrong offset!"); \ static_assert(offsetof(APostDeathParamsOverride, CurrentParameters) == 0x0002D8, "Member 'APostDeathParamsOverride::CurrentParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsNPC \ static_assert(alignof(UFXAutoTriggerRequiredActorsNPC) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsNPC"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsNPC) == 0x000040, "Wrong size on UFXAutoTriggerRequiredActorsNPC"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsNPC, ExcludeActorTags) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsNPC::ExcludeActorTags' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsNPC, bExcludePlayerCompanions) == 0x000038, "Member 'UFXAutoTriggerRequiredActorsNPC::bExcludePlayerCompanions' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsNPC, bExcludePlayerLeadNPC) == 0x000039, "Member 'UFXAutoTriggerRequiredActorsNPC::bExcludePlayerLeadNPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArrestoMomentumInterface_DisallowArrestoMomentum \ static_assert(alignof(ArrestoMomentumInterface_DisallowArrestoMomentum) == 0x000001, "Wrong alignment on ArrestoMomentumInterface_DisallowArrestoMomentum"); \ static_assert(sizeof(ArrestoMomentumInterface_DisallowArrestoMomentum) == 0x000001, "Wrong size on ArrestoMomentumInterface_DisallowArrestoMomentum"); \ static_assert(offsetof(ArrestoMomentumInterface_DisallowArrestoMomentum, ReturnValue) == 0x000000, "Member 'ArrestoMomentumInterface_DisallowArrestoMomentum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArrestoMomentumInterface_OnArrestoMomentumBegin \ static_assert(alignof(ArrestoMomentumInterface_OnArrestoMomentumBegin) == 0x000008, "Wrong alignment on ArrestoMomentumInterface_OnArrestoMomentumBegin"); \ static_assert(sizeof(ArrestoMomentumInterface_OnArrestoMomentumBegin) == 0x000018, "Wrong size on ArrestoMomentumInterface_OnArrestoMomentumBegin"); \ static_assert(offsetof(ArrestoMomentumInterface_OnArrestoMomentumBegin, Instigator) == 0x000000, "Member 'ArrestoMomentumInterface_OnArrestoMomentumBegin::Instigator' has a wrong offset!"); \ static_assert(offsetof(ArrestoMomentumInterface_OnArrestoMomentumBegin, ArrestoMomentumComponent) == 0x000008, "Member 'ArrestoMomentumInterface_OnArrestoMomentumBegin::ArrestoMomentumComponent' has a wrong offset!"); \ static_assert(offsetof(ArrestoMomentumInterface_OnArrestoMomentumBegin, TimeDilation) == 0x000010, "Member 'ArrestoMomentumInterface_OnArrestoMomentumBegin::TimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ArrestoMomentumInterface_OnArrestoMomentumEnd \ static_assert(alignof(ArrestoMomentumInterface_OnArrestoMomentumEnd) == 0x000008, "Wrong alignment on ArrestoMomentumInterface_OnArrestoMomentumEnd"); \ static_assert(sizeof(ArrestoMomentumInterface_OnArrestoMomentumEnd) == 0x000010, "Wrong size on ArrestoMomentumInterface_OnArrestoMomentumEnd"); \ static_assert(offsetof(ArrestoMomentumInterface_OnArrestoMomentumEnd, Instigator) == 0x000000, "Member 'ArrestoMomentumInterface_OnArrestoMomentumEnd::Instigator' has a wrong offset!"); \ static_assert(offsetof(ArrestoMomentumInterface_OnArrestoMomentumEnd, ArrestoMomentumComponent) == 0x000008, "Member 'ArrestoMomentumInterface_OnArrestoMomentumEnd::ArrestoMomentumComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IArrestoMomentumInterface \ static_assert(alignof(IArrestoMomentumInterface) == 0x000001, "Wrong alignment on IArrestoMomentumInterface"); \ static_assert(sizeof(IArrestoMomentumInterface) == 0x000001, "Wrong size on IArrestoMomentumInterface"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarSocialSemanticValue \ static_assert(alignof(UFXAutoTriggerScalarSocialSemanticValue) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarSocialSemanticValue"); \ static_assert(sizeof(UFXAutoTriggerScalarSocialSemanticValue) == 0x000030, "Wrong size on UFXAutoTriggerScalarSocialSemanticValue"); \ static_assert(offsetof(UFXAutoTriggerScalarSocialSemanticValue, SemanticID) == 0x000028, "Member 'UFXAutoTriggerScalarSocialSemanticValue::SemanticID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetWidget_CastToBlueprint \ static_assert(alignof(AssetWidget_CastToBlueprint) == 0x000008, "Wrong alignment on AssetWidget_CastToBlueprint"); \ static_assert(sizeof(AssetWidget_CastToBlueprint) == 0x000010, "Wrong size on AssetWidget_CastToBlueprint"); \ static_assert(offsetof(AssetWidget_CastToBlueprint, Object) == 0x000000, "Member 'AssetWidget_CastToBlueprint::Object' has a wrong offset!"); \ static_assert(offsetof(AssetWidget_CastToBlueprint, ReturnValue) == 0x000008, "Member 'AssetWidget_CastToBlueprint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetWidget_GetGeneratedClassFromBlueprint \ static_assert(alignof(AssetWidget_GetGeneratedClassFromBlueprint) == 0x000008, "Wrong alignment on AssetWidget_GetGeneratedClassFromBlueprint"); \ static_assert(sizeof(AssetWidget_GetGeneratedClassFromBlueprint) == 0x000010, "Wrong size on AssetWidget_GetGeneratedClassFromBlueprint"); \ static_assert(offsetof(AssetWidget_GetGeneratedClassFromBlueprint, Blueprint) == 0x000000, "Member 'AssetWidget_GetGeneratedClassFromBlueprint::Blueprint' has a wrong offset!"); \ static_assert(offsetof(AssetWidget_GetGeneratedClassFromBlueprint, ReturnValue) == 0x000008, "Member 'AssetWidget_GetGeneratedClassFromBlueprint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetWidget_GetSelectedAssetInContentBrowser \ static_assert(alignof(AssetWidget_GetSelectedAssetInContentBrowser) == 0x000008, "Wrong alignment on AssetWidget_GetSelectedAssetInContentBrowser"); \ static_assert(sizeof(AssetWidget_GetSelectedAssetInContentBrowser) == 0x000010, "Wrong size on AssetWidget_GetSelectedAssetInContentBrowser"); \ static_assert(offsetof(AssetWidget_GetSelectedAssetInContentBrowser, ObjectClass) == 0x000000, "Member 'AssetWidget_GetSelectedAssetInContentBrowser::ObjectClass' has a wrong offset!"); \ static_assert(offsetof(AssetWidget_GetSelectedAssetInContentBrowser, ReturnValue) == 0x000008, "Member 'AssetWidget_GetSelectedAssetInContentBrowser::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetWidget_ShowAssetInContentBrowser \ static_assert(alignof(AssetWidget_ShowAssetInContentBrowser) == 0x000008, "Wrong alignment on AssetWidget_ShowAssetInContentBrowser"); \ static_assert(sizeof(AssetWidget_ShowAssetInContentBrowser) == 0x000008, "Wrong size on AssetWidget_ShowAssetInContentBrowser"); \ static_assert(offsetof(AssetWidget_ShowAssetInContentBrowser, Asset) == 0x000000, "Member 'AssetWidget_ShowAssetInContentBrowser::Asset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetWidget_ShowAssetsInContentBrowser \ static_assert(alignof(AssetWidget_ShowAssetsInContentBrowser) == 0x000008, "Wrong alignment on AssetWidget_ShowAssetsInContentBrowser"); \ static_assert(sizeof(AssetWidget_ShowAssetsInContentBrowser) == 0x000010, "Wrong size on AssetWidget_ShowAssetsInContentBrowser"); \ static_assert(offsetof(AssetWidget_ShowAssetsInContentBrowser, InAssets) == 0x000000, "Member 'AssetWidget_ShowAssetsInContentBrowser::InAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetWidget_SpawnObject \ static_assert(alignof(AssetWidget_SpawnObject) == 0x000008, "Wrong alignment on AssetWidget_SpawnObject"); \ static_assert(sizeof(AssetWidget_SpawnObject) == 0x000010, "Wrong size on AssetWidget_SpawnObject"); \ static_assert(offsetof(AssetWidget_SpawnObject, ObjectToSpawn) == 0x000000, "Member 'AssetWidget_SpawnObject::ObjectToSpawn' has a wrong offset!"); \ static_assert(offsetof(AssetWidget_SpawnObject, ReturnValue) == 0x000008, "Member 'AssetWidget_SpawnObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetWidget_GetAsset \ static_assert(alignof(AssetWidget_GetAsset) == 0x000008, "Wrong alignment on AssetWidget_GetAsset"); \ static_assert(sizeof(AssetWidget_GetAsset) == 0x000008, "Wrong size on AssetWidget_GetAsset"); \ static_assert(offsetof(AssetWidget_GetAsset, ReturnValue) == 0x000000, "Member 'AssetWidget_GetAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetWidget_SetAsset \ static_assert(alignof(AssetWidget_SetAsset) == 0x000008, "Wrong alignment on AssetWidget_SetAsset"); \ static_assert(sizeof(AssetWidget_SetAsset) == 0x000008, "Wrong size on AssetWidget_SetAsset"); \ static_assert(offsetof(AssetWidget_SetAsset, InAsset) == 0x000000, "Member 'AssetWidget_SetAsset::InAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAssetWidget \ static_assert(alignof(UAssetWidget) == 0x000008, "Wrong alignment on UAssetWidget"); \ static_assert(sizeof(UAssetWidget) == 0x000120, "Wrong size on UAssetWidget"); \ static_assert(offsetof(UAssetWidget, Delegate) == 0x000108, "Member 'UAssetWidget::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolSocialSemanticValue \ static_assert(alignof(UFXAutoTriggerBoolSocialSemanticValue) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolSocialSemanticValue"); \ static_assert(sizeof(UFXAutoTriggerBoolSocialSemanticValue) == 0x000030, "Wrong size on UFXAutoTriggerBoolSocialSemanticValue"); \ static_assert(offsetof(UFXAutoTriggerBoolSocialSemanticValue, SemanticID) == 0x000028, "Member 'UFXAutoTriggerBoolSocialSemanticValue::SemanticID' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerBoolSocialSemanticValue, Value) == 0x00002C, "Member 'UFXAutoTriggerBoolSocialSemanticValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolSocialSemanticValueEGreaterThan \ static_assert(alignof(UFXAutoTriggerBoolSocialSemanticValueEGreaterThan) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolSocialSemanticValueEGreaterThan"); \ static_assert(sizeof(UFXAutoTriggerBoolSocialSemanticValueEGreaterThan) == 0x000030, "Wrong size on UFXAutoTriggerBoolSocialSemanticValueEGreaterThan"); \ #define DUMPER7_ASSERTS_FXAutoTriggerBoolWithinDistanceToCamera_SetMaxCameraDistanceMeters \ static_assert(alignof(FXAutoTriggerBoolWithinDistanceToCamera_SetMaxCameraDistanceMeters) == 0x000004, "Wrong alignment on FXAutoTriggerBoolWithinDistanceToCamera_SetMaxCameraDistanceMeters"); \ static_assert(sizeof(FXAutoTriggerBoolWithinDistanceToCamera_SetMaxCameraDistanceMeters) == 0x000004, "Wrong size on FXAutoTriggerBoolWithinDistanceToCamera_SetMaxCameraDistanceMeters"); \ static_assert(offsetof(FXAutoTriggerBoolWithinDistanceToCamera_SetMaxCameraDistanceMeters, MaxCameraDistanceMeters) == 0x000000, "Member 'FXAutoTriggerBoolWithinDistanceToCamera_SetMaxCameraDistanceMeters::MaxCameraDistanceMeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolWithinDistanceToCamera \ static_assert(alignof(UFXAutoTriggerBoolWithinDistanceToCamera) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolWithinDistanceToCamera"); \ static_assert(sizeof(UFXAutoTriggerBoolWithinDistanceToCamera) == 0x000038, "Wrong size on UFXAutoTriggerBoolWithinDistanceToCamera"); \ static_assert(offsetof(UFXAutoTriggerBoolWithinDistanceToCamera, DistanceInMeters) == 0x000028, "Member 'UFXAutoTriggerBoolWithinDistanceToCamera::DistanceInMeters' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerBoolWithinDistanceToCamera, bInFrontOnly) == 0x00002C, "Member 'UFXAutoTriggerBoolWithinDistanceToCamera::bInFrontOnly' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerBoolWithinDistanceToCamera, MaxCameraDistanceSquared) == 0x000030, "Member 'UFXAutoTriggerBoolWithinDistanceToCamera::MaxCameraDistanceSquared' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolWithinDistanceToCameraPlayer \ static_assert(alignof(UFXAutoTriggerBoolWithinDistanceToCameraPlayer) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolWithinDistanceToCameraPlayer"); \ static_assert(sizeof(UFXAutoTriggerBoolWithinDistanceToCameraPlayer) == 0x000038, "Wrong size on UFXAutoTriggerBoolWithinDistanceToCameraPlayer"); \ #define DUMPER7_ASSERTS_UAutomationEnvironment \ static_assert(alignof(UAutomationEnvironment) == 0x000008, "Wrong alignment on UAutomationEnvironment"); \ static_assert(sizeof(UAutomationEnvironment) == 0x000090, "Wrong size on UAutomationEnvironment"); \ static_assert(offsetof(UAutomationEnvironment, EnvironmentSettings) == 0x000028, "Member 'UAutomationEnvironment::EnvironmentSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UForced_MobilityChoice \ static_assert(alignof(UForced_MobilityChoice) == 0x000008, "Wrong alignment on UForced_MobilityChoice"); \ static_assert(sizeof(UForced_MobilityChoice) == 0x000030, "Wrong size on UForced_MobilityChoice"); \ static_assert(offsetof(UForced_MobilityChoice, Mobility) == 0x000028, "Member 'UForced_MobilityChoice::Mobility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USavedSettingsData \ static_assert(alignof(USavedSettingsData) == 0x000008, "Wrong alignment on USavedSettingsData"); \ static_assert(sizeof(USavedSettingsData) == 0x000038, "Wrong size on USavedSettingsData"); \ static_assert(offsetof(USavedSettingsData, SettingsData) == 0x000028, "Member 'USavedSettingsData::SettingsData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaDialogueTrack \ static_assert(alignof(UAvaDialogueTrack) == 0x000008, "Wrong alignment on UAvaDialogueTrack"); \ static_assert(sizeof(UAvaDialogueTrack) == 0x0000B0, "Wrong size on UAvaDialogueTrack"); \ static_assert(offsetof(UAvaDialogueTrack, EventReceivers) == 0x000090, "Member 'UAvaDialogueTrack::EventReceivers' has a wrong offset!"); \ static_assert(offsetof(UAvaDialogueTrack, Sections) == 0x0000A0, "Member 'UAvaDialogueTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FrontendSubsystem_HoldTitleScreen \ static_assert(alignof(FrontendSubsystem_HoldTitleScreen) == 0x000008, "Wrong alignment on FrontendSubsystem_HoldTitleScreen"); \ static_assert(sizeof(FrontendSubsystem_HoldTitleScreen) == 0x000010, "Wrong size on FrontendSubsystem_HoldTitleScreen"); \ static_assert(offsetof(FrontendSubsystem_HoldTitleScreen, LienHolder) == 0x000000, "Member 'FrontendSubsystem_HoldTitleScreen::LienHolder' has a wrong offset!"); \ static_assert(offsetof(FrontendSubsystem_HoldTitleScreen, LienholderName) == 0x000008, "Member 'FrontendSubsystem_HoldTitleScreen::LienholderName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FrontendSubsystem_IsTitleScreenHeld \ static_assert(alignof(FrontendSubsystem_IsTitleScreenHeld) == 0x000008, "Wrong alignment on FrontendSubsystem_IsTitleScreenHeld"); \ static_assert(sizeof(FrontendSubsystem_IsTitleScreenHeld) == 0x000010, "Wrong size on FrontendSubsystem_IsTitleScreenHeld"); \ static_assert(offsetof(FrontendSubsystem_IsTitleScreenHeld, WorldContextObject) == 0x000000, "Member 'FrontendSubsystem_IsTitleScreenHeld::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FrontendSubsystem_IsTitleScreenHeld, ReturnValue) == 0x000008, "Member 'FrontendSubsystem_IsTitleScreenHeld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FrontendSubsystem_ReleaseTitleScreen \ static_assert(alignof(FrontendSubsystem_ReleaseTitleScreen) == 0x000008, "Wrong alignment on FrontendSubsystem_ReleaseTitleScreen"); \ static_assert(sizeof(FrontendSubsystem_ReleaseTitleScreen) == 0x000010, "Wrong size on FrontendSubsystem_ReleaseTitleScreen"); \ static_assert(offsetof(FrontendSubsystem_ReleaseTitleScreen, LienHolder) == 0x000000, "Member 'FrontendSubsystem_ReleaseTitleScreen::LienHolder' has a wrong offset!"); \ static_assert(offsetof(FrontendSubsystem_ReleaseTitleScreen, LienholderName) == 0x000008, "Member 'FrontendSubsystem_ReleaseTitleScreen::LienholderName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFrontendSubsystem \ static_assert(alignof(UFrontendSubsystem) == 0x000008, "Wrong alignment on UFrontendSubsystem"); \ static_assert(sizeof(UFrontendSubsystem) == 0x0000B8, "Wrong size on UFrontendSubsystem"); \ static_assert(offsetof(UFrontendSubsystem, OnTitleScreenReleased) == 0x000030, "Member 'UFrontendSubsystem::OnTitleScreenReleased' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvaShellVolumeComponent \ static_assert(alignof(UAvaShellVolumeComponent) == 0x000010, "Wrong alignment on UAvaShellVolumeComponent"); \ static_assert(sizeof(UAvaShellVolumeComponent) == 0x0002A0, "Wrong size on UAvaShellVolumeComponent"); \ static_assert(offsetof(UAvaShellVolumeComponent, VolumeToIntersectAgainsStreamingVolumes) == 0x000290, "Member 'UAvaShellVolumeComponent::VolumeToIntersectAgainsStreamingVolumes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXParameterDriverAutoFXBool \ static_assert(alignof(USkinFXParameterDriverAutoFXBool) == 0x000008, "Wrong alignment on USkinFXParameterDriverAutoFXBool"); \ static_assert(sizeof(USkinFXParameterDriverAutoFXBool) == 0x000040, "Wrong size on USkinFXParameterDriverAutoFXBool"); \ static_assert(offsetof(USkinFXParameterDriverAutoFXBool, Parameter) == 0x000028, "Member 'USkinFXParameterDriverAutoFXBool::Parameter' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterDriverAutoFXBool, AutoTriggerBool) == 0x000030, "Member 'USkinFXParameterDriverAutoFXBool::AutoTriggerBool' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterDriverAutoFXBool, ValueIfFalse) == 0x000038, "Member 'USkinFXParameterDriverAutoFXBool::ValueIfFalse' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterDriverAutoFXBool, ValueIfTrue) == 0x00003C, "Member 'USkinFXParameterDriverAutoFXBool::ValueIfTrue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolGameplayHighContrast \ static_assert(alignof(UFXAutoTriggerBoolGameplayHighContrast) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolGameplayHighContrast"); \ static_assert(sizeof(UFXAutoTriggerBoolGameplayHighContrast) == 0x000030, "Wrong size on UFXAutoTriggerBoolGameplayHighContrast"); \ static_assert(offsetof(UFXAutoTriggerBoolGameplayHighContrast, Conditions) == 0x000028, "Member 'UFXAutoTriggerBoolGameplayHighContrast::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvatarPresetDefinition \ static_assert(alignof(UAvatarPresetDefinition) == 0x000008, "Wrong alignment on UAvatarPresetDefinition"); \ static_assert(sizeof(UAvatarPresetDefinition) == 0x000088, "Wrong size on UAvatarPresetDefinition"); \ static_assert(offsetof(UAvatarPresetDefinition, PresetType) == 0x000030, "Member 'UAvatarPresetDefinition::PresetType' has a wrong offset!"); \ static_assert(offsetof(UAvatarPresetDefinition, Gender) == 0x000031, "Member 'UAvatarPresetDefinition::Gender' has a wrong offset!"); \ static_assert(offsetof(UAvatarPresetDefinition, CharacterItems) == 0x000038, "Member 'UAvatarPresetDefinition::CharacterItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolSkinFXActive \ static_assert(alignof(UFXAutoTriggerBoolSkinFXActive) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolSkinFXActive"); \ static_assert(sizeof(UFXAutoTriggerBoolSkinFXActive) == 0x000030, "Wrong size on UFXAutoTriggerBoolSkinFXActive"); \ static_assert(offsetof(UFXAutoTriggerBoolSkinFXActive, Effect) == 0x000028, "Member 'UFXAutoTriggerBoolSkinFXActive::Effect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_Get \ static_assert(alignof(AvatarPresetsManager_Get) == 0x000008, "Wrong alignment on AvatarPresetsManager_Get"); \ static_assert(sizeof(AvatarPresetsManager_Get) == 0x000008, "Wrong size on AvatarPresetsManager_Get"); \ static_assert(offsetof(AvatarPresetsManager_Get, ReturnValue) == 0x000000, "Member 'AvatarPresetsManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_GetAvatarPresetDefinition \ static_assert(alignof(AvatarPresetsManager_GetAvatarPresetDefinition) == 0x000008, "Wrong alignment on AvatarPresetsManager_GetAvatarPresetDefinition"); \ static_assert(sizeof(AvatarPresetsManager_GetAvatarPresetDefinition) == 0x000030, "Wrong size on AvatarPresetsManager_GetAvatarPresetDefinition"); \ static_assert(offsetof(AvatarPresetsManager_GetAvatarPresetDefinition, PresetName) == 0x000000, "Member 'AvatarPresetsManager_GetAvatarPresetDefinition::PresetName' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_GetAvatarPresetDefinition, ReturnValue) == 0x000008, "Member 'AvatarPresetsManager_GetAvatarPresetDefinition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_GetAvatarPresetName \ static_assert(alignof(AvatarPresetsManager_GetAvatarPresetName) == 0x000008, "Wrong alignment on AvatarPresetsManager_GetAvatarPresetName"); \ static_assert(sizeof(AvatarPresetsManager_GetAvatarPresetName) == 0x000030, "Wrong size on AvatarPresetsManager_GetAvatarPresetName"); \ static_assert(offsetof(AvatarPresetsManager_GetAvatarPresetName, AvatarPresetDefinition) == 0x000000, "Member 'AvatarPresetsManager_GetAvatarPresetName::AvatarPresetDefinition' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_GetAvatarPresetName, ReturnValue) == 0x000028, "Member 'AvatarPresetsManager_GetAvatarPresetName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_GetAvatarPresetNames \ static_assert(alignof(AvatarPresetsManager_GetAvatarPresetNames) == 0x000008, "Wrong alignment on AvatarPresetsManager_GetAvatarPresetNames"); \ static_assert(sizeof(AvatarPresetsManager_GetAvatarPresetNames) == 0x0000A0, "Wrong size on AvatarPresetsManager_GetAvatarPresetNames"); \ static_assert(offsetof(AvatarPresetsManager_GetAvatarPresetNames, AvatarPresetDefinitions) == 0x000000, "Member 'AvatarPresetsManager_GetAvatarPresetNames::AvatarPresetDefinitions' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_GetAvatarPresetNames, ReturnValue) == 0x000050, "Member 'AvatarPresetsManager_GetAvatarPresetNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_GetFullBodyAvatarPresetNames \ static_assert(alignof(AvatarPresetsManager_GetFullBodyAvatarPresetNames) == 0x000008, "Wrong alignment on AvatarPresetsManager_GetFullBodyAvatarPresetNames"); \ static_assert(sizeof(AvatarPresetsManager_GetFullBodyAvatarPresetNames) == 0x000068, "Wrong size on AvatarPresetsManager_GetFullBodyAvatarPresetNames"); \ static_assert(offsetof(AvatarPresetsManager_GetFullBodyAvatarPresetNames, FullBodyPresetName) == 0x000000, "Member 'AvatarPresetsManager_GetFullBodyAvatarPresetNames::FullBodyPresetName' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_GetFullBodyAvatarPresetNames, OutGender) == 0x000008, "Member 'AvatarPresetsManager_GetFullBodyAvatarPresetNames::OutGender' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_GetFullBodyAvatarPresetNames, OutPresetNames) == 0x000010, "Member 'AvatarPresetsManager_GetFullBodyAvatarPresetNames::OutPresetNames' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_GetFullBodyAvatarPresetNames, ReturnValue) == 0x000060, "Member 'AvatarPresetsManager_GetFullBodyAvatarPresetNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_GetFullbodyPreset \ static_assert(alignof(AvatarPresetsManager_GetFullbodyPreset) == 0x000008, "Wrong alignment on AvatarPresetsManager_GetFullbodyPreset"); \ static_assert(sizeof(AvatarPresetsManager_GetFullbodyPreset) == 0x000068, "Wrong size on AvatarPresetsManager_GetFullbodyPreset"); \ static_assert(offsetof(AvatarPresetsManager_GetFullbodyPreset, FullBodyPresetName) == 0x000000, "Member 'AvatarPresetsManager_GetFullbodyPreset::FullBodyPresetName' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_GetFullbodyPreset, OutGender) == 0x000008, "Member 'AvatarPresetsManager_GetFullbodyPreset::OutGender' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_GetFullbodyPreset, OutPresets) == 0x000010, "Member 'AvatarPresetsManager_GetFullbodyPreset::OutPresets' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_GetFullbodyPreset, ReturnValue) == 0x000060, "Member 'AvatarPresetsManager_GetFullbodyPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_GetFullBodyPresetNames \ static_assert(alignof(AvatarPresetsManager_GetFullBodyPresetNames) == 0x000008, "Wrong alignment on AvatarPresetsManager_GetFullBodyPresetNames"); \ static_assert(sizeof(AvatarPresetsManager_GetFullBodyPresetNames) == 0x000018, "Wrong size on AvatarPresetsManager_GetFullBodyPresetNames"); \ static_assert(offsetof(AvatarPresetsManager_GetFullBodyPresetNames, Gender) == 0x000000, "Member 'AvatarPresetsManager_GetFullBodyPresetNames::Gender' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_GetFullBodyPresetNames, bIncludeHidden) == 0x000001, "Member 'AvatarPresetsManager_GetFullBodyPresetNames::bIncludeHidden' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_GetFullBodyPresetNames, ReturnValue) == 0x000008, "Member 'AvatarPresetsManager_GetFullBodyPresetNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_GetPlayerGenderRig \ static_assert(alignof(AvatarPresetsManager_GetPlayerGenderRig) == 0x000001, "Wrong alignment on AvatarPresetsManager_GetPlayerGenderRig"); \ static_assert(sizeof(AvatarPresetsManager_GetPlayerGenderRig) == 0x000001, "Wrong size on AvatarPresetsManager_GetPlayerGenderRig"); \ static_assert(offsetof(AvatarPresetsManager_GetPlayerGenderRig, ReturnValue) == 0x000000, "Member 'AvatarPresetsManager_GetPlayerGenderRig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_GetPresetsOfType \ static_assert(alignof(AvatarPresetsManager_GetPresetsOfType) == 0x000008, "Wrong alignment on AvatarPresetsManager_GetPresetsOfType"); \ static_assert(sizeof(AvatarPresetsManager_GetPresetsOfType) == 0x000018, "Wrong size on AvatarPresetsManager_GetPresetsOfType"); \ static_assert(offsetof(AvatarPresetsManager_GetPresetsOfType, Gender) == 0x000000, "Member 'AvatarPresetsManager_GetPresetsOfType::Gender' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_GetPresetsOfType, PresetType) == 0x000001, "Member 'AvatarPresetsManager_GetPresetsOfType::PresetType' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_GetPresetsOfType, bIncludeHidden) == 0x000002, "Member 'AvatarPresetsManager_GetPresetsOfType::bIncludeHidden' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_GetPresetsOfType, ReturnValue) == 0x000008, "Member 'AvatarPresetsManager_GetPresetsOfType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_GetPresetTypes \ static_assert(alignof(AvatarPresetsManager_GetPresetTypes) == 0x000008, "Wrong alignment on AvatarPresetsManager_GetPresetTypes"); \ static_assert(sizeof(AvatarPresetsManager_GetPresetTypes) == 0x000010, "Wrong size on AvatarPresetsManager_GetPresetTypes"); \ static_assert(offsetof(AvatarPresetsManager_GetPresetTypes, ReturnValue) == 0x000000, "Member 'AvatarPresetsManager_GetPresetTypes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_LoadAllAvatarPresets \ static_assert(alignof(AvatarPresetsManager_LoadAllAvatarPresets) == 0x000008, "Wrong alignment on AvatarPresetsManager_LoadAllAvatarPresets"); \ static_assert(sizeof(AvatarPresetsManager_LoadAllAvatarPresets) == 0x000028, "Wrong size on AvatarPresetsManager_LoadAllAvatarPresets"); \ static_assert(offsetof(AvatarPresetsManager_LoadAllAvatarPresets, InWorldContextObject) == 0x000000, "Member 'AvatarPresetsManager_LoadAllAvatarPresets::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadAllAvatarPresets, DelegateToCall) == 0x000008, "Member 'AvatarPresetsManager_LoadAllAvatarPresets::DelegateToCall' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadAllAvatarPresets, AdditionalGearAppearanceIDs) == 0x000018, "Member 'AvatarPresetsManager_LoadAllAvatarPresets::AdditionalGearAppearanceIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_LoadAllAvatarPresetsOfTypes \ static_assert(alignof(AvatarPresetsManager_LoadAllAvatarPresetsOfTypes) == 0x000008, "Wrong alignment on AvatarPresetsManager_LoadAllAvatarPresetsOfTypes"); \ static_assert(sizeof(AvatarPresetsManager_LoadAllAvatarPresetsOfTypes) == 0x000068, "Wrong size on AvatarPresetsManager_LoadAllAvatarPresetsOfTypes"); \ static_assert(offsetof(AvatarPresetsManager_LoadAllAvatarPresetsOfTypes, InWorldContextObject) == 0x000000, "Member 'AvatarPresetsManager_LoadAllAvatarPresetsOfTypes::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadAllAvatarPresetsOfTypes, DelegateToCall) == 0x000008, "Member 'AvatarPresetsManager_LoadAllAvatarPresetsOfTypes::DelegateToCall' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadAllAvatarPresetsOfTypes, PresetTypes) == 0x000018, "Member 'AvatarPresetsManager_LoadAllAvatarPresetsOfTypes::PresetTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_LoadAvatarPresetDefinitionsFromSaveGameDB \ static_assert(alignof(AvatarPresetsManager_LoadAvatarPresetDefinitionsFromSaveGameDB) == 0x000008, "Wrong alignment on AvatarPresetsManager_LoadAvatarPresetDefinitionsFromSaveGameDB"); \ static_assert(sizeof(AvatarPresetsManager_LoadAvatarPresetDefinitionsFromSaveGameDB) == 0x000060, "Wrong size on AvatarPresetsManager_LoadAvatarPresetDefinitionsFromSaveGameDB"); \ static_assert(offsetof(AvatarPresetsManager_LoadAvatarPresetDefinitionsFromSaveGameDB, Actor) == 0x000000, "Member 'AvatarPresetsManager_LoadAvatarPresetDefinitionsFromSaveGameDB::Actor' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadAvatarPresetDefinitionsFromSaveGameDB, OutPresetNames) == 0x000008, "Member 'AvatarPresetsManager_LoadAvatarPresetDefinitionsFromSaveGameDB::OutPresetNames' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadAvatarPresetDefinitionsFromSaveGameDB, OutGender) == 0x000058, "Member 'AvatarPresetsManager_LoadAvatarPresetDefinitionsFromSaveGameDB::OutGender' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadAvatarPresetDefinitionsFromSaveGameDB, ReturnValue) == 0x000059, "Member 'AvatarPresetsManager_LoadAvatarPresetDefinitionsFromSaveGameDB::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_LoadFullBodyPreset \ static_assert(alignof(AvatarPresetsManager_LoadFullBodyPreset) == 0x000008, "Wrong alignment on AvatarPresetsManager_LoadFullBodyPreset"); \ static_assert(sizeof(AvatarPresetsManager_LoadFullBodyPreset) == 0x000028, "Wrong size on AvatarPresetsManager_LoadFullBodyPreset"); \ static_assert(offsetof(AvatarPresetsManager_LoadFullBodyPreset, CCC) == 0x000000, "Member 'AvatarPresetsManager_LoadFullBodyPreset::CCC' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadFullBodyPreset, PresetName) == 0x000008, "Member 'AvatarPresetsManager_LoadFullBodyPreset::PresetName' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadFullBodyPreset, OnCharacterLoadComplete) == 0x000010, "Member 'AvatarPresetsManager_LoadFullBodyPreset::OnCharacterLoadComplete' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadFullBodyPreset, bForceSync) == 0x000020, "Member 'AvatarPresetsManager_LoadFullBodyPreset::bForceSync' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadFullBodyPreset, bShowDefaultAvatarGear) == 0x000021, "Member 'AvatarPresetsManager_LoadFullBodyPreset::bShowDefaultAvatarGear' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadFullBodyPreset, ReturnValue) == 0x000022, "Member 'AvatarPresetsManager_LoadFullBodyPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_LoadLookFromArrays \ static_assert(alignof(AvatarPresetsManager_LoadLookFromArrays) == 0x000008, "Wrong alignment on AvatarPresetsManager_LoadLookFromArrays"); \ static_assert(sizeof(AvatarPresetsManager_LoadLookFromArrays) == 0x000058, "Wrong size on AvatarPresetsManager_LoadLookFromArrays"); \ static_assert(offsetof(AvatarPresetsManager_LoadLookFromArrays, Actor) == 0x000000, "Member 'AvatarPresetsManager_LoadLookFromArrays::Actor' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadLookFromArrays, Gender) == 0x000008, "Member 'AvatarPresetsManager_LoadLookFromArrays::Gender' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadLookFromArrays, AvatarPresetIDs) == 0x000010, "Member 'AvatarPresetsManager_LoadLookFromArrays::AvatarPresetIDs' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadLookFromArrays, GearAppearanceIDs) == 0x000020, "Member 'AvatarPresetsManager_LoadLookFromArrays::GearAppearanceIDs' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadLookFromArrays, GearTags) == 0x000030, "Member 'AvatarPresetsManager_LoadLookFromArrays::GearTags' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadLookFromArrays, CharacterLoadComplete) == 0x000040, "Member 'AvatarPresetsManager_LoadLookFromArrays::CharacterLoadComplete' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadLookFromArrays, HouseIDOverride) == 0x000050, "Member 'AvatarPresetsManager_LoadLookFromArrays::HouseIDOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_LoadPreset \ static_assert(alignof(AvatarPresetsManager_LoadPreset) == 0x000008, "Wrong alignment on AvatarPresetsManager_LoadPreset"); \ static_assert(sizeof(AvatarPresetsManager_LoadPreset) == 0x000028, "Wrong size on AvatarPresetsManager_LoadPreset"); \ static_assert(offsetof(AvatarPresetsManager_LoadPreset, CCC) == 0x000000, "Member 'AvatarPresetsManager_LoadPreset::CCC' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadPreset, PresetType) == 0x000008, "Member 'AvatarPresetsManager_LoadPreset::PresetType' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadPreset, PresetName) == 0x00000C, "Member 'AvatarPresetsManager_LoadPreset::PresetName' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadPreset, OnCharacterLoadComplete) == 0x000014, "Member 'AvatarPresetsManager_LoadPreset::OnCharacterLoadComplete' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadPreset, IsLoading) == 0x000024, "Member 'AvatarPresetsManager_LoadPreset::IsLoading' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadPreset, bForceSync) == 0x000025, "Member 'AvatarPresetsManager_LoadPreset::bForceSync' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_LoadPreset, ReturnValue) == 0x000026, "Member 'AvatarPresetsManager_LoadPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_PresetTypeToString \ static_assert(alignof(AvatarPresetsManager_PresetTypeToString) == 0x000008, "Wrong alignment on AvatarPresetsManager_PresetTypeToString"); \ static_assert(sizeof(AvatarPresetsManager_PresetTypeToString) == 0x000018, "Wrong size on AvatarPresetsManager_PresetTypeToString"); \ static_assert(offsetof(AvatarPresetsManager_PresetTypeToString, PresetType) == 0x000000, "Member 'AvatarPresetsManager_PresetTypeToString::PresetType' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_PresetTypeToString, ReturnValue) == 0x000008, "Member 'AvatarPresetsManager_PresetTypeToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_SaveAvatarLook \ static_assert(alignof(AvatarPresetsManager_SaveAvatarLook) == 0x000008, "Wrong alignment on AvatarPresetsManager_SaveAvatarLook"); \ static_assert(sizeof(AvatarPresetsManager_SaveAvatarLook) == 0x000060, "Wrong size on AvatarPresetsManager_SaveAvatarLook"); \ static_assert(offsetof(AvatarPresetsManager_SaveAvatarLook, RegistryId) == 0x000000, "Member 'AvatarPresetsManager_SaveAvatarLook::RegistryId' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_SaveAvatarLook, AvatarPresetDefinitions) == 0x000008, "Member 'AvatarPresetsManager_SaveAvatarLook::AvatarPresetDefinitions' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_SaveAvatarLook, ReturnValue) == 0x000058, "Member 'AvatarPresetsManager_SaveAvatarLook::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_SetPlayerGenderRig \ static_assert(alignof(AvatarPresetsManager_SetPlayerGenderRig) == 0x000001, "Wrong alignment on AvatarPresetsManager_SetPlayerGenderRig"); \ static_assert(sizeof(AvatarPresetsManager_SetPlayerGenderRig) == 0x000002, "Wrong size on AvatarPresetsManager_SetPlayerGenderRig"); \ static_assert(offsetof(AvatarPresetsManager_SetPlayerGenderRig, NewGenderRig) == 0x000000, "Member 'AvatarPresetsManager_SetPlayerGenderRig::NewGenderRig' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_SetPlayerGenderRig, ReturnValue) == 0x000001, "Member 'AvatarPresetsManager_SetPlayerGenderRig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvatarPresetsManager_StringToPresetType \ static_assert(alignof(AvatarPresetsManager_StringToPresetType) == 0x000008, "Wrong alignment on AvatarPresetsManager_StringToPresetType"); \ static_assert(sizeof(AvatarPresetsManager_StringToPresetType) == 0x000018, "Wrong size on AvatarPresetsManager_StringToPresetType"); \ static_assert(offsetof(AvatarPresetsManager_StringToPresetType, PresetType) == 0x000000, "Member 'AvatarPresetsManager_StringToPresetType::PresetType' has a wrong offset!"); \ static_assert(offsetof(AvatarPresetsManager_StringToPresetType, ReturnValue) == 0x000010, "Member 'AvatarPresetsManager_StringToPresetType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvatarPresetsManager \ static_assert(alignof(UAvatarPresetsManager) == 0x000008, "Wrong alignment on UAvatarPresetsManager"); \ static_assert(sizeof(UAvatarPresetsManager) == 0x000028, "Wrong size on UAvatarPresetsManager"); \ #define DUMPER7_ASSERTS_BaseDestructibleArmor_HandlePeeves \ static_assert(alignof(BaseDestructibleArmor_HandlePeeves) == 0x000008, "Wrong alignment on BaseDestructibleArmor_HandlePeeves"); \ static_assert(sizeof(BaseDestructibleArmor_HandlePeeves) == 0x000008, "Wrong size on BaseDestructibleArmor_HandlePeeves"); \ static_assert(offsetof(BaseDestructibleArmor_HandlePeeves, Other) == 0x000000, "Member 'BaseDestructibleArmor_HandlePeeves::Other' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABaseDestructibleArmor \ static_assert(alignof(ABaseDestructibleArmor) == 0x000008, "Wrong alignment on ABaseDestructibleArmor"); \ static_assert(sizeof(ABaseDestructibleArmor) == 0x000268, "Wrong size on ABaseDestructibleArmor"); \ #define DUMPER7_ASSERTS_UFXUpdate_InitialMatchTimeDilation \ static_assert(alignof(UFXUpdate_InitialMatchTimeDilation) == 0x000008, "Wrong alignment on UFXUpdate_InitialMatchTimeDilation"); \ static_assert(sizeof(UFXUpdate_InitialMatchTimeDilation) == 0x000030, "Wrong size on UFXUpdate_InitialMatchTimeDilation"); \ static_assert(offsetof(UFXUpdate_InitialMatchTimeDilation, UseTimeDilation) == 0x000028, "Member 'UFXUpdate_InitialMatchTimeDilation::UseTimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTestStateComponent \ static_assert(alignof(UTestStateComponent) == 0x000008, "Wrong alignment on UTestStateComponent"); \ static_assert(sizeof(UTestStateComponent) == 0x0003A0, "Wrong size on UTestStateComponent"); \ static_assert(offsetof(UTestStateComponent, ObjectStateData) == 0x0000D0, "Member 'UTestStateComponent::ObjectStateData' has a wrong offset!"); \ static_assert(offsetof(UTestStateComponent, RepairData) == 0x000168, "Member 'UTestStateComponent::RepairData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_GetActivationDistance \ static_assert(alignof(BeaconLocation_GetActivationDistance) == 0x000004, "Wrong alignment on BeaconLocation_GetActivationDistance"); \ static_assert(sizeof(BeaconLocation_GetActivationDistance) == 0x000004, "Wrong size on BeaconLocation_GetActivationDistance"); \ static_assert(offsetof(BeaconLocation_GetActivationDistance, ReturnValue) == 0x000000, "Member 'BeaconLocation_GetActivationDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_GetBeaconableObjectID \ static_assert(alignof(BeaconLocation_GetBeaconableObjectID) == 0x000004, "Wrong alignment on BeaconLocation_GetBeaconableObjectID"); \ static_assert(sizeof(BeaconLocation_GetBeaconableObjectID) == 0x000008, "Wrong size on BeaconLocation_GetBeaconableObjectID"); \ static_assert(offsetof(BeaconLocation_GetBeaconableObjectID, ReturnValue) == 0x000000, "Member 'BeaconLocation_GetBeaconableObjectID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_GetBeaconHandle \ static_assert(alignof(BeaconLocation_GetBeaconHandle) == 0x000004, "Wrong alignment on BeaconLocation_GetBeaconHandle"); \ static_assert(sizeof(BeaconLocation_GetBeaconHandle) == 0x000004, "Wrong size on BeaconLocation_GetBeaconHandle"); \ static_assert(offsetof(BeaconLocation_GetBeaconHandle, ReturnValue) == 0x000000, "Member 'BeaconLocation_GetBeaconHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_GetBeaconIcon \ static_assert(alignof(BeaconLocation_GetBeaconIcon) == 0x000008, "Wrong alignment on BeaconLocation_GetBeaconIcon"); \ static_assert(sizeof(BeaconLocation_GetBeaconIcon) == 0x000088, "Wrong size on BeaconLocation_GetBeaconIcon"); \ static_assert(offsetof(BeaconLocation_GetBeaconIcon, ReturnValue) == 0x000000, "Member 'BeaconLocation_GetBeaconIcon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_GetBeaconID \ static_assert(alignof(BeaconLocation_GetBeaconID) == 0x000008, "Wrong alignment on BeaconLocation_GetBeaconID"); \ static_assert(sizeof(BeaconLocation_GetBeaconID) == 0x000010, "Wrong size on BeaconLocation_GetBeaconID"); \ static_assert(offsetof(BeaconLocation_GetBeaconID, ReturnValue) == 0x000000, "Member 'BeaconLocation_GetBeaconID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_GetBeaconName \ static_assert(alignof(BeaconLocation_GetBeaconName) == 0x000008, "Wrong alignment on BeaconLocation_GetBeaconName"); \ static_assert(sizeof(BeaconLocation_GetBeaconName) == 0x000010, "Wrong size on BeaconLocation_GetBeaconName"); \ static_assert(offsetof(BeaconLocation_GetBeaconName, ReturnValue) == 0x000000, "Member 'BeaconLocation_GetBeaconName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_GetBeaconPriority \ static_assert(alignof(BeaconLocation_GetBeaconPriority) == 0x000001, "Wrong alignment on BeaconLocation_GetBeaconPriority"); \ static_assert(sizeof(BeaconLocation_GetBeaconPriority) == 0x000001, "Wrong size on BeaconLocation_GetBeaconPriority"); \ static_assert(offsetof(BeaconLocation_GetBeaconPriority, ReturnValue) == 0x000000, "Member 'BeaconLocation_GetBeaconPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_GetBeaconType \ static_assert(alignof(BeaconLocation_GetBeaconType) == 0x000001, "Wrong alignment on BeaconLocation_GetBeaconType"); \ static_assert(sizeof(BeaconLocation_GetBeaconType) == 0x000001, "Wrong size on BeaconLocation_GetBeaconType"); \ static_assert(offsetof(BeaconLocation_GetBeaconType, ReturnValue) == 0x000000, "Member 'BeaconLocation_GetBeaconType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_GetDescriptionShort \ static_assert(alignof(BeaconLocation_GetDescriptionShort) == 0x000008, "Wrong alignment on BeaconLocation_GetDescriptionShort"); \ static_assert(sizeof(BeaconLocation_GetDescriptionShort) == 0x000010, "Wrong size on BeaconLocation_GetDescriptionShort"); \ static_assert(offsetof(BeaconLocation_GetDescriptionShort, ReturnValue) == 0x000000, "Member 'BeaconLocation_GetDescriptionShort::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_GetDrawDebug \ static_assert(alignof(BeaconLocation_GetDrawDebug) == 0x000001, "Wrong alignment on BeaconLocation_GetDrawDebug"); \ static_assert(sizeof(BeaconLocation_GetDrawDebug) == 0x000001, "Wrong size on BeaconLocation_GetDrawDebug"); \ static_assert(offsetof(BeaconLocation_GetDrawDebug, ReturnValue) == 0x000000, "Member 'BeaconLocation_GetDrawDebug::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_GetEnterExitDistance \ static_assert(alignof(BeaconLocation_GetEnterExitDistance) == 0x000004, "Wrong alignment on BeaconLocation_GetEnterExitDistance"); \ static_assert(sizeof(BeaconLocation_GetEnterExitDistance) == 0x000004, "Wrong size on BeaconLocation_GetEnterExitDistance"); \ static_assert(offsetof(BeaconLocation_GetEnterExitDistance, ReturnValue) == 0x000000, "Member 'BeaconLocation_GetEnterExitDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_GetHideWhenInactive \ static_assert(alignof(BeaconLocation_GetHideWhenInactive) == 0x000001, "Wrong alignment on BeaconLocation_GetHideWhenInactive"); \ static_assert(sizeof(BeaconLocation_GetHideWhenInactive) == 0x000001, "Wrong size on BeaconLocation_GetHideWhenInactive"); \ static_assert(offsetof(BeaconLocation_GetHideWhenInactive, ReturnValue) == 0x000000, "Member 'BeaconLocation_GetHideWhenInactive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_GetIsSaveLocation \ static_assert(alignof(BeaconLocation_GetIsSaveLocation) == 0x000001, "Wrong alignment on BeaconLocation_GetIsSaveLocation"); \ static_assert(sizeof(BeaconLocation_GetIsSaveLocation) == 0x000001, "Wrong size on BeaconLocation_GetIsSaveLocation"); \ static_assert(offsetof(BeaconLocation_GetIsSaveLocation, ReturnValue) == 0x000000, "Member 'BeaconLocation_GetIsSaveLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_GetMakeDynamic \ static_assert(alignof(BeaconLocation_GetMakeDynamic) == 0x000001, "Wrong alignment on BeaconLocation_GetMakeDynamic"); \ static_assert(sizeof(BeaconLocation_GetMakeDynamic) == 0x000001, "Wrong size on BeaconLocation_GetMakeDynamic"); \ static_assert(offsetof(BeaconLocation_GetMakeDynamic, ReturnValue) == 0x000000, "Member 'BeaconLocation_GetMakeDynamic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_GetShowInWorld \ static_assert(alignof(BeaconLocation_GetShowInWorld) == 0x000001, "Wrong alignment on BeaconLocation_GetShowInWorld"); \ static_assert(sizeof(BeaconLocation_GetShowInWorld) == 0x000001, "Wrong size on BeaconLocation_GetShowInWorld"); \ static_assert(offsetof(BeaconLocation_GetShowInWorld, ReturnValue) == 0x000000, "Member 'BeaconLocation_GetShowInWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_GetStartInactive \ static_assert(alignof(BeaconLocation_GetStartInactive) == 0x000001, "Wrong alignment on BeaconLocation_GetStartInactive"); \ static_assert(sizeof(BeaconLocation_GetStartInactive) == 0x000001, "Wrong size on BeaconLocation_GetStartInactive"); \ static_assert(offsetof(BeaconLocation_GetStartInactive, ReturnValue) == 0x000000, "Member 'BeaconLocation_GetStartInactive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_SetActivationDistance \ static_assert(alignof(BeaconLocation_SetActivationDistance) == 0x000004, "Wrong alignment on BeaconLocation_SetActivationDistance"); \ static_assert(sizeof(BeaconLocation_SetActivationDistance) == 0x000004, "Wrong size on BeaconLocation_SetActivationDistance"); \ static_assert(offsetof(BeaconLocation_SetActivationDistance, InDistance) == 0x000000, "Member 'BeaconLocation_SetActivationDistance::InDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_SetBeaconableObjectID \ static_assert(alignof(BeaconLocation_SetBeaconableObjectID) == 0x000004, "Wrong alignment on BeaconLocation_SetBeaconableObjectID"); \ static_assert(sizeof(BeaconLocation_SetBeaconableObjectID) == 0x000008, "Wrong size on BeaconLocation_SetBeaconableObjectID"); \ static_assert(offsetof(BeaconLocation_SetBeaconableObjectID, inNewID) == 0x000000, "Member 'BeaconLocation_SetBeaconableObjectID::inNewID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_SetBeaconDebug \ static_assert(alignof(BeaconLocation_SetBeaconDebug) == 0x000001, "Wrong alignment on BeaconLocation_SetBeaconDebug"); \ static_assert(sizeof(BeaconLocation_SetBeaconDebug) == 0x000001, "Wrong size on BeaconLocation_SetBeaconDebug"); \ static_assert(offsetof(BeaconLocation_SetBeaconDebug, inDoDebug) == 0x000000, "Member 'BeaconLocation_SetBeaconDebug::inDoDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_SetBeaconName \ static_assert(alignof(BeaconLocation_SetBeaconName) == 0x000008, "Wrong alignment on BeaconLocation_SetBeaconName"); \ static_assert(sizeof(BeaconLocation_SetBeaconName) == 0x000010, "Wrong size on BeaconLocation_SetBeaconName"); \ static_assert(offsetof(BeaconLocation_SetBeaconName, inNewBeaconName) == 0x000000, "Member 'BeaconLocation_SetBeaconName::inNewBeaconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_SetBeaconPriority \ static_assert(alignof(BeaconLocation_SetBeaconPriority) == 0x000001, "Wrong alignment on BeaconLocation_SetBeaconPriority"); \ static_assert(sizeof(BeaconLocation_SetBeaconPriority) == 0x000001, "Wrong size on BeaconLocation_SetBeaconPriority"); \ static_assert(offsetof(BeaconLocation_SetBeaconPriority, InPriority) == 0x000000, "Member 'BeaconLocation_SetBeaconPriority::InPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_SetBeaconType \ static_assert(alignof(BeaconLocation_SetBeaconType) == 0x000001, "Wrong alignment on BeaconLocation_SetBeaconType"); \ static_assert(sizeof(BeaconLocation_SetBeaconType) == 0x000001, "Wrong size on BeaconLocation_SetBeaconType"); \ static_assert(offsetof(BeaconLocation_SetBeaconType, inBeaconType) == 0x000000, "Member 'BeaconLocation_SetBeaconType::inBeaconType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_SetDescriptionShort \ static_assert(alignof(BeaconLocation_SetDescriptionShort) == 0x000008, "Wrong alignment on BeaconLocation_SetDescriptionShort"); \ static_assert(sizeof(BeaconLocation_SetDescriptionShort) == 0x000010, "Wrong size on BeaconLocation_SetDescriptionShort"); \ static_assert(offsetof(BeaconLocation_SetDescriptionShort, inNewShortDesc) == 0x000000, "Member 'BeaconLocation_SetDescriptionShort::inNewShortDesc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_SetEnterExitDistance \ static_assert(alignof(BeaconLocation_SetEnterExitDistance) == 0x000004, "Wrong alignment on BeaconLocation_SetEnterExitDistance"); \ static_assert(sizeof(BeaconLocation_SetEnterExitDistance) == 0x000004, "Wrong size on BeaconLocation_SetEnterExitDistance"); \ static_assert(offsetof(BeaconLocation_SetEnterExitDistance, InDistance) == 0x000000, "Member 'BeaconLocation_SetEnterExitDistance::InDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_SetHideWhenInactive \ static_assert(alignof(BeaconLocation_SetHideWhenInactive) == 0x000001, "Wrong alignment on BeaconLocation_SetHideWhenInactive"); \ static_assert(sizeof(BeaconLocation_SetHideWhenInactive) == 0x000001, "Wrong size on BeaconLocation_SetHideWhenInactive"); \ static_assert(offsetof(BeaconLocation_SetHideWhenInactive, inHideWhenInactive) == 0x000000, "Member 'BeaconLocation_SetHideWhenInactive::inHideWhenInactive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_SetHudIconSuppressed \ static_assert(alignof(BeaconLocation_SetHudIconSuppressed) == 0x000001, "Wrong alignment on BeaconLocation_SetHudIconSuppressed"); \ static_assert(sizeof(BeaconLocation_SetHudIconSuppressed) == 0x000001, "Wrong size on BeaconLocation_SetHudIconSuppressed"); \ static_assert(offsetof(BeaconLocation_SetHudIconSuppressed, bInHudIconSuppressed) == 0x000000, "Member 'BeaconLocation_SetHudIconSuppressed::bInHudIconSuppressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_SetIsSaveLocation \ static_assert(alignof(BeaconLocation_SetIsSaveLocation) == 0x000001, "Wrong alignment on BeaconLocation_SetIsSaveLocation"); \ static_assert(sizeof(BeaconLocation_SetIsSaveLocation) == 0x000001, "Wrong size on BeaconLocation_SetIsSaveLocation"); \ static_assert(offsetof(BeaconLocation_SetIsSaveLocation, isSaveLocation) == 0x000000, "Member 'BeaconLocation_SetIsSaveLocation::isSaveLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_SetMakeDynamic \ static_assert(alignof(BeaconLocation_SetMakeDynamic) == 0x000001, "Wrong alignment on BeaconLocation_SetMakeDynamic"); \ static_assert(sizeof(BeaconLocation_SetMakeDynamic) == 0x000001, "Wrong size on BeaconLocation_SetMakeDynamic"); \ static_assert(offsetof(BeaconLocation_SetMakeDynamic, inMakeDynamic) == 0x000000, "Member 'BeaconLocation_SetMakeDynamic::inMakeDynamic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_SetParentObject \ static_assert(alignof(BeaconLocation_SetParentObject) == 0x000008, "Wrong alignment on BeaconLocation_SetParentObject"); \ static_assert(sizeof(BeaconLocation_SetParentObject) == 0x000008, "Wrong size on BeaconLocation_SetParentObject"); \ static_assert(offsetof(BeaconLocation_SetParentObject, inParentObject) == 0x000000, "Member 'BeaconLocation_SetParentObject::inParentObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_SetShowInWorld \ static_assert(alignof(BeaconLocation_SetShowInWorld) == 0x000001, "Wrong alignment on BeaconLocation_SetShowInWorld"); \ static_assert(sizeof(BeaconLocation_SetShowInWorld) == 0x000001, "Wrong size on BeaconLocation_SetShowInWorld"); \ static_assert(offsetof(BeaconLocation_SetShowInWorld, inShowInWorld) == 0x000000, "Member 'BeaconLocation_SetShowInWorld::inShowInWorld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BeaconLocation_SetStartInactive \ static_assert(alignof(BeaconLocation_SetStartInactive) == 0x000001, "Wrong alignment on BeaconLocation_SetStartInactive"); \ static_assert(sizeof(BeaconLocation_SetStartInactive) == 0x000001, "Wrong size on BeaconLocation_SetStartInactive"); \ static_assert(offsetof(BeaconLocation_SetStartInactive, inStartInactive) == 0x000000, "Member 'BeaconLocation_SetStartInactive::inStartInactive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABeaconLocation \ static_assert(alignof(ABeaconLocation) == 0x000008, "Wrong alignment on ABeaconLocation"); \ static_assert(sizeof(ABeaconLocation) == 0x000418, "Wrong size on ABeaconLocation"); \ static_assert(offsetof(ABeaconLocation, HUDMarkerOffset) == 0x000248, "Member 'ABeaconLocation::HUDMarkerOffset' has a wrong offset!"); \ static_assert(offsetof(ABeaconLocation, ItemInfo) == 0x000258, "Member 'ABeaconLocation::ItemInfo' has a wrong offset!"); \ static_assert(offsetof(ABeaconLocation, BeaconID) == 0x000330, "Member 'ABeaconLocation::BeaconID' has a wrong offset!"); \ static_assert(offsetof(ABeaconLocation, BeaconName) == 0x000340, "Member 'ABeaconLocation::BeaconName' has a wrong offset!"); \ static_assert(offsetof(ABeaconLocation, BeaconableObjectID) == 0x000350, "Member 'ABeaconLocation::BeaconableObjectID' has a wrong offset!"); \ static_assert(offsetof(ABeaconLocation, BeaconType) == 0x000358, "Member 'ABeaconLocation::BeaconType' has a wrong offset!"); \ static_assert(offsetof(ABeaconLocation, BeaconIcon) == 0x000360, "Member 'ABeaconLocation::BeaconIcon' has a wrong offset!"); \ static_assert(offsetof(ABeaconLocation, DescriptionShort) == 0x0003E8, "Member 'ABeaconLocation::DescriptionShort' has a wrong offset!"); \ static_assert(offsetof(ABeaconLocation, ActivationDistance) == 0x0003F8, "Member 'ABeaconLocation::ActivationDistance' has a wrong offset!"); \ static_assert(offsetof(ABeaconLocation, EnterExitDistance) == 0x0003FC, "Member 'ABeaconLocation::EnterExitDistance' has a wrong offset!"); \ static_assert(offsetof(ABeaconLocation, BeaconPriority) == 0x000400, "Member 'ABeaconLocation::BeaconPriority' has a wrong offset!"); \ static_assert(offsetof(ABeaconLocation, bMakeDynamic) == 0x000401, "Member 'ABeaconLocation::bMakeDynamic' has a wrong offset!"); \ static_assert(offsetof(ABeaconLocation, bHideWhenInactive) == 0x000402, "Member 'ABeaconLocation::bHideWhenInactive' has a wrong offset!"); \ static_assert(offsetof(ABeaconLocation, bShowInWorld) == 0x000403, "Member 'ABeaconLocation::bShowInWorld' has a wrong offset!"); \ static_assert(offsetof(ABeaconLocation, bStartInactive) == 0x000404, "Member 'ABeaconLocation::bStartInactive' has a wrong offset!"); \ static_assert(offsetof(ABeaconLocation, bIsSaveLocation) == 0x000405, "Member 'ABeaconLocation::bIsSaveLocation' has a wrong offset!"); \ static_assert(offsetof(ABeaconLocation, bDrawDebug) == 0x000406, "Member 'ABeaconLocation::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(ABeaconLocation, ParentObject) == 0x000408, "Member 'ABeaconLocation::ParentObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainInCinematicCamera \ static_assert(alignof(URenderSettingsCustomBlendDomainInCinematicCamera) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainInCinematicCamera"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainInCinematicCamera) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainInCinematicCamera"); \ #define DUMPER7_ASSERTS_UFXUpdate_UpdateLocation \ static_assert(alignof(UFXUpdate_UpdateLocation) == 0x000008, "Wrong alignment on UFXUpdate_UpdateLocation"); \ static_assert(sizeof(UFXUpdate_UpdateLocation) == 0x000088, "Wrong size on UFXUpdate_UpdateLocation"); \ static_assert(offsetof(UFXUpdate_UpdateLocation, bUpdateXY) == 0x000080, "Member 'UFXUpdate_UpdateLocation::bUpdateXY' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_UpdateLocation, bUpdateZ) == 0x000081, "Member 'UFXUpdate_UpdateLocation::bUpdateZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBindSphereToMaterialComponent \ static_assert(alignof(UBindSphereToMaterialComponent) == 0x000010, "Wrong alignment on UBindSphereToMaterialComponent"); \ static_assert(sizeof(UBindSphereToMaterialComponent) == 0x000260, "Wrong size on UBindSphereToMaterialComponent"); \ static_assert(offsetof(UBindSphereToMaterialComponent, SphereToUse) == 0x000238, "Member 'UBindSphereToMaterialComponent::SphereToUse' has a wrong offset!"); \ static_assert(offsetof(UBindSphereToMaterialComponent, NameOfSphereComponent) == 0x000240, "Member 'UBindSphereToMaterialComponent::NameOfSphereComponent' has a wrong offset!"); \ static_assert(offsetof(UBindSphereToMaterialComponent, MaterialParamForCenter) == 0x000248, "Member 'UBindSphereToMaterialComponent::MaterialParamForCenter' has a wrong offset!"); \ static_assert(offsetof(UBindSphereToMaterialComponent, MaterialParamForRadius) == 0x000250, "Member 'UBindSphereToMaterialComponent::MaterialParamForRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_AddAliveVolume \ static_assert(alignof(DynamicObjectVolume_AddAliveVolume) == 0x000008, "Wrong alignment on DynamicObjectVolume_AddAliveVolume"); \ static_assert(sizeof(DynamicObjectVolume_AddAliveVolume) == 0x000008, "Wrong size on DynamicObjectVolume_AddAliveVolume"); \ static_assert(offsetof(DynamicObjectVolume_AddAliveVolume, InVolume) == 0x000000, "Member 'DynamicObjectVolume_AddAliveVolume::InVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_AddForcePerceiveVolume \ static_assert(alignof(DynamicObjectVolume_AddForcePerceiveVolume) == 0x000008, "Wrong alignment on DynamicObjectVolume_AddForcePerceiveVolume"); \ static_assert(sizeof(DynamicObjectVolume_AddForcePerceiveVolume) == 0x000008, "Wrong size on DynamicObjectVolume_AddForcePerceiveVolume"); \ static_assert(offsetof(DynamicObjectVolume_AddForcePerceiveVolume, InVolume) == 0x000000, "Member 'DynamicObjectVolume_AddForcePerceiveVolume::InVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_AddKillVolume \ static_assert(alignof(DynamicObjectVolume_AddKillVolume) == 0x000008, "Wrong alignment on DynamicObjectVolume_AddKillVolume"); \ static_assert(sizeof(DynamicObjectVolume_AddKillVolume) == 0x000008, "Wrong size on DynamicObjectVolume_AddKillVolume"); \ static_assert(offsetof(DynamicObjectVolume_AddKillVolume, InVolume) == 0x000000, "Member 'DynamicObjectVolume_AddKillVolume::InVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_AddPerceiveVolume \ static_assert(alignof(DynamicObjectVolume_AddPerceiveVolume) == 0x000008, "Wrong alignment on DynamicObjectVolume_AddPerceiveVolume"); \ static_assert(sizeof(DynamicObjectVolume_AddPerceiveVolume) == 0x000008, "Wrong size on DynamicObjectVolume_AddPerceiveVolume"); \ static_assert(offsetof(DynamicObjectVolume_AddPerceiveVolume, InVolume) == 0x000000, "Member 'DynamicObjectVolume_AddPerceiveVolume::InVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_AddStayInVolume \ static_assert(alignof(DynamicObjectVolume_AddStayInVolume) == 0x000008, "Wrong alignment on DynamicObjectVolume_AddStayInVolume"); \ static_assert(sizeof(DynamicObjectVolume_AddStayInVolume) == 0x000008, "Wrong size on DynamicObjectVolume_AddStayInVolume"); \ static_assert(offsetof(DynamicObjectVolume_AddStayInVolume, InVolume) == 0x000000, "Member 'DynamicObjectVolume_AddStayInVolume::InVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_AddStayInVolumeToAliveActors \ static_assert(alignof(DynamicObjectVolume_AddStayInVolumeToAliveActors) == 0x000008, "Wrong alignment on DynamicObjectVolume_AddStayInVolumeToAliveActors"); \ static_assert(sizeof(DynamicObjectVolume_AddStayInVolumeToAliveActors) == 0x000008, "Wrong size on DynamicObjectVolume_AddStayInVolumeToAliveActors"); \ static_assert(offsetof(DynamicObjectVolume_AddStayInVolumeToAliveActors, InVolume) == 0x000000, "Member 'DynamicObjectVolume_AddStayInVolumeToAliveActors::InVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_AddTargetExcludeVolume \ static_assert(alignof(DynamicObjectVolume_AddTargetExcludeVolume) == 0x000008, "Wrong alignment on DynamicObjectVolume_AddTargetExcludeVolume"); \ static_assert(sizeof(DynamicObjectVolume_AddTargetExcludeVolume) == 0x000008, "Wrong size on DynamicObjectVolume_AddTargetExcludeVolume"); \ static_assert(offsetof(DynamicObjectVolume_AddTargetExcludeVolume, InVolume) == 0x000000, "Member 'DynamicObjectVolume_AddTargetExcludeVolume::InVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_AddTeamShareVolume \ static_assert(alignof(DynamicObjectVolume_AddTeamShareVolume) == 0x000008, "Wrong alignment on DynamicObjectVolume_AddTeamShareVolume"); \ static_assert(sizeof(DynamicObjectVolume_AddTeamShareVolume) == 0x000008, "Wrong size on DynamicObjectVolume_AddTeamShareVolume"); \ static_assert(offsetof(DynamicObjectVolume_AddTeamShareVolume, InVolume) == 0x000000, "Member 'DynamicObjectVolume_AddTeamShareVolume::InVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_AttachEncompassingSpawners \ static_assert(alignof(DynamicObjectVolume_AttachEncompassingSpawners) == 0x000008, "Wrong alignment on DynamicObjectVolume_AttachEncompassingSpawners"); \ static_assert(sizeof(DynamicObjectVolume_AttachEncompassingSpawners) == 0x000010, "Wrong size on DynamicObjectVolume_AttachEncompassingSpawners"); \ static_assert(offsetof(DynamicObjectVolume_AttachEncompassingSpawners, ObjectName) == 0x000000, "Member 'DynamicObjectVolume_AttachEncompassingSpawners::ObjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_DestroySpawnedActor \ static_assert(alignof(DynamicObjectVolume_DestroySpawnedActor) == 0x000008, "Wrong alignment on DynamicObjectVolume_DestroySpawnedActor"); \ static_assert(sizeof(DynamicObjectVolume_DestroySpawnedActor) == 0x000008, "Wrong size on DynamicObjectVolume_DestroySpawnedActor"); \ static_assert(offsetof(DynamicObjectVolume_DestroySpawnedActor, actorToDestroy) == 0x000000, "Member 'DynamicObjectVolume_DestroySpawnedActor::actorToDestroy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_GetActiveActorCount \ static_assert(alignof(DynamicObjectVolume_GetActiveActorCount) == 0x000004, "Wrong alignment on DynamicObjectVolume_GetActiveActorCount"); \ static_assert(sizeof(DynamicObjectVolume_GetActiveActorCount) == 0x000004, "Wrong size on DynamicObjectVolume_GetActiveActorCount"); \ static_assert(offsetof(DynamicObjectVolume_GetActiveActorCount, ReturnValue) == 0x000000, "Member 'DynamicObjectVolume_GetActiveActorCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_GetActiveInstances \ static_assert(alignof(DynamicObjectVolume_GetActiveInstances) == 0x000008, "Wrong alignment on DynamicObjectVolume_GetActiveInstances"); \ static_assert(sizeof(DynamicObjectVolume_GetActiveInstances) == 0x000028, "Wrong size on DynamicObjectVolume_GetActiveInstances"); \ static_assert(offsetof(DynamicObjectVolume_GetActiveInstances, InSpawnGroup) == 0x000000, "Member 'DynamicObjectVolume_GetActiveInstances::InSpawnGroup' has a wrong offset!"); \ static_assert(offsetof(DynamicObjectVolume_GetActiveInstances, OutInstances) == 0x000010, "Member 'DynamicObjectVolume_GetActiveInstances::OutInstances' has a wrong offset!"); \ static_assert(offsetof(DynamicObjectVolume_GetActiveInstances, ReturnValue) == 0x000020, "Member 'DynamicObjectVolume_GetActiveInstances::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_GetAliveActorCount \ static_assert(alignof(DynamicObjectVolume_GetAliveActorCount) == 0x000004, "Wrong alignment on DynamicObjectVolume_GetAliveActorCount"); \ static_assert(sizeof(DynamicObjectVolume_GetAliveActorCount) == 0x000004, "Wrong size on DynamicObjectVolume_GetAliveActorCount"); \ static_assert(offsetof(DynamicObjectVolume_GetAliveActorCount, ReturnValue) == 0x000000, "Member 'DynamicObjectVolume_GetAliveActorCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_GetAllActiveInstances \ static_assert(alignof(DynamicObjectVolume_GetAllActiveInstances) == 0x000008, "Wrong alignment on DynamicObjectVolume_GetAllActiveInstances"); \ static_assert(sizeof(DynamicObjectVolume_GetAllActiveInstances) == 0x000010, "Wrong size on DynamicObjectVolume_GetAllActiveInstances"); \ static_assert(offsetof(DynamicObjectVolume_GetAllActiveInstances, OutInstances) == 0x000000, "Member 'DynamicObjectVolume_GetAllActiveInstances::OutInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_GetKillActorCount \ static_assert(alignof(DynamicObjectVolume_GetKillActorCount) == 0x000004, "Wrong alignment on DynamicObjectVolume_GetKillActorCount"); \ static_assert(sizeof(DynamicObjectVolume_GetKillActorCount) == 0x000004, "Wrong size on DynamicObjectVolume_GetKillActorCount"); \ static_assert(offsetof(DynamicObjectVolume_GetKillActorCount, ReturnValue) == 0x000000, "Member 'DynamicObjectVolume_GetKillActorCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_GetObjectCount \ static_assert(alignof(DynamicObjectVolume_GetObjectCount) == 0x000004, "Wrong alignment on DynamicObjectVolume_GetObjectCount"); \ static_assert(sizeof(DynamicObjectVolume_GetObjectCount) == 0x000004, "Wrong size on DynamicObjectVolume_GetObjectCount"); \ static_assert(offsetof(DynamicObjectVolume_GetObjectCount, ReturnValue) == 0x000000, "Member 'DynamicObjectVolume_GetObjectCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_GetSpawnActorCount \ static_assert(alignof(DynamicObjectVolume_GetSpawnActorCount) == 0x000004, "Wrong alignment on DynamicObjectVolume_GetSpawnActorCount"); \ static_assert(sizeof(DynamicObjectVolume_GetSpawnActorCount) == 0x000004, "Wrong size on DynamicObjectVolume_GetSpawnActorCount"); \ static_assert(offsetof(DynamicObjectVolume_GetSpawnActorCount, ReturnValue) == 0x000000, "Member 'DynamicObjectVolume_GetSpawnActorCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_GetSpawnBounds \ static_assert(alignof(DynamicObjectVolume_GetSpawnBounds) == 0x000004, "Wrong alignment on DynamicObjectVolume_GetSpawnBounds"); \ static_assert(sizeof(DynamicObjectVolume_GetSpawnBounds) == 0x00001C, "Wrong size on DynamicObjectVolume_GetSpawnBounds"); \ static_assert(offsetof(DynamicObjectVolume_GetSpawnBounds, ReturnValue) == 0x000000, "Member 'DynamicObjectVolume_GetSpawnBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_GetVolumeExtents \ static_assert(alignof(DynamicObjectVolume_GetVolumeExtents) == 0x000004, "Wrong alignment on DynamicObjectVolume_GetVolumeExtents"); \ static_assert(sizeof(DynamicObjectVolume_GetVolumeExtents) == 0x00000C, "Wrong size on DynamicObjectVolume_GetVolumeExtents"); \ static_assert(offsetof(DynamicObjectVolume_GetVolumeExtents, ReturnValue) == 0x000000, "Member 'DynamicObjectVolume_GetVolumeExtents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_InitializeTags \ static_assert(alignof(DynamicObjectVolume_InitializeTags) == 0x000008, "Wrong alignment on DynamicObjectVolume_InitializeTags"); \ static_assert(sizeof(DynamicObjectVolume_InitializeTags) == 0x000020, "Wrong size on DynamicObjectVolume_InitializeTags"); \ static_assert(offsetof(DynamicObjectVolume_InitializeTags, InTagsToConsider) == 0x000000, "Member 'DynamicObjectVolume_InitializeTags::InTagsToConsider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_IsAutoActivationEnabled \ static_assert(alignof(DynamicObjectVolume_IsAutoActivationEnabled) == 0x000001, "Wrong alignment on DynamicObjectVolume_IsAutoActivationEnabled"); \ static_assert(sizeof(DynamicObjectVolume_IsAutoActivationEnabled) == 0x000001, "Wrong size on DynamicObjectVolume_IsAutoActivationEnabled"); \ static_assert(offsetof(DynamicObjectVolume_IsAutoActivationEnabled, ReturnValue) == 0x000000, "Member 'DynamicObjectVolume_IsAutoActivationEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_ObjectInfoComplete \ static_assert(alignof(DynamicObjectVolume_ObjectInfoComplete) == 0x000008, "Wrong alignment on DynamicObjectVolume_ObjectInfoComplete"); \ static_assert(sizeof(DynamicObjectVolume_ObjectInfoComplete) == 0x000078, "Wrong size on DynamicObjectVolume_ObjectInfoComplete"); \ static_assert(offsetof(DynamicObjectVolume_ObjectInfoComplete, InObjectIDs) == 0x000000, "Member 'DynamicObjectVolume_ObjectInfoComplete::InObjectIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_OnActorDeadEvent \ static_assert(alignof(DynamicObjectVolume_OnActorDeadEvent) == 0x000008, "Wrong alignment on DynamicObjectVolume_OnActorDeadEvent"); \ static_assert(sizeof(DynamicObjectVolume_OnActorDeadEvent) == 0x000008, "Wrong size on DynamicObjectVolume_OnActorDeadEvent"); \ static_assert(offsetof(DynamicObjectVolume_OnActorDeadEvent, DeadActor) == 0x000000, "Member 'DynamicObjectVolume_OnActorDeadEvent::DeadActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_OnActorSpawned \ static_assert(alignof(DynamicObjectVolume_OnActorSpawned) == 0x000008, "Wrong alignment on DynamicObjectVolume_OnActorSpawned"); \ static_assert(sizeof(DynamicObjectVolume_OnActorSpawned) == 0x000010, "Wrong size on DynamicObjectVolume_OnActorSpawned"); \ static_assert(offsetof(DynamicObjectVolume_OnActorSpawned, SpawnedActor) == 0x000000, "Member 'DynamicObjectVolume_OnActorSpawned::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(DynamicObjectVolume_OnActorSpawned, GroupName) == 0x000008, "Member 'DynamicObjectVolume_OnActorSpawned::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_OnActorSpawnFinalize \ static_assert(alignof(DynamicObjectVolume_OnActorSpawnFinalize) == 0x000008, "Wrong alignment on DynamicObjectVolume_OnActorSpawnFinalize"); \ static_assert(sizeof(DynamicObjectVolume_OnActorSpawnFinalize) == 0x000008, "Wrong size on DynamicObjectVolume_OnActorSpawnFinalize"); \ static_assert(offsetof(DynamicObjectVolume_OnActorSpawnFinalize, SpawnedActor) == 0x000000, "Member 'DynamicObjectVolume_OnActorSpawnFinalize::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_OnActorSpawnFinished \ static_assert(alignof(DynamicObjectVolume_OnActorSpawnFinished) == 0x000008, "Wrong alignment on DynamicObjectVolume_OnActorSpawnFinished"); \ static_assert(sizeof(DynamicObjectVolume_OnActorSpawnFinished) == 0x000008, "Wrong size on DynamicObjectVolume_OnActorSpawnFinished"); \ static_assert(offsetof(DynamicObjectVolume_OnActorSpawnFinished, SpawnedActor) == 0x000000, "Member 'DynamicObjectVolume_OnActorSpawnFinished::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_OnActorSpawnInFinished \ static_assert(alignof(DynamicObjectVolume_OnActorSpawnInFinished) == 0x000008, "Wrong alignment on DynamicObjectVolume_OnActorSpawnInFinished"); \ static_assert(sizeof(DynamicObjectVolume_OnActorSpawnInFinished) == 0x000008, "Wrong size on DynamicObjectVolume_OnActorSpawnInFinished"); \ static_assert(offsetof(DynamicObjectVolume_OnActorSpawnInFinished, SpawnedActor) == 0x000000, "Member 'DynamicObjectVolume_OnActorSpawnInFinished::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_OnActorSpawnPrep \ static_assert(alignof(DynamicObjectVolume_OnActorSpawnPrep) == 0x000008, "Wrong alignment on DynamicObjectVolume_OnActorSpawnPrep"); \ static_assert(sizeof(DynamicObjectVolume_OnActorSpawnPrep) == 0x000010, "Wrong size on DynamicObjectVolume_OnActorSpawnPrep"); \ static_assert(offsetof(DynamicObjectVolume_OnActorSpawnPrep, SpawnGroup) == 0x000000, "Member 'DynamicObjectVolume_OnActorSpawnPrep::SpawnGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_OnFinishedSpawning \ static_assert(alignof(DynamicObjectVolume_OnFinishedSpawning) == 0x000004, "Wrong alignment on DynamicObjectVolume_OnFinishedSpawning"); \ static_assert(sizeof(DynamicObjectVolume_OnFinishedSpawning) == 0x000008, "Wrong size on DynamicObjectVolume_OnFinishedSpawning"); \ static_assert(offsetof(DynamicObjectVolume_OnFinishedSpawning, GroupName) == 0x000000, "Member 'DynamicObjectVolume_OnFinishedSpawning::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_SetAllowAutoActivation \ static_assert(alignof(DynamicObjectVolume_SetAllowAutoActivation) == 0x000001, "Wrong alignment on DynamicObjectVolume_SetAllowAutoActivation"); \ static_assert(sizeof(DynamicObjectVolume_SetAllowAutoActivation) == 0x000001, "Wrong size on DynamicObjectVolume_SetAllowAutoActivation"); \ static_assert(offsetof(DynamicObjectVolume_SetAllowAutoActivation, bAllowAutoActivate) == 0x000000, "Member 'DynamicObjectVolume_SetAllowAutoActivation::bAllowAutoActivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_SetEnableSpawning \ static_assert(alignof(DynamicObjectVolume_SetEnableSpawning) == 0x000001, "Wrong alignment on DynamicObjectVolume_SetEnableSpawning"); \ static_assert(sizeof(DynamicObjectVolume_SetEnableSpawning) == 0x000002, "Wrong size on DynamicObjectVolume_SetEnableSpawning"); \ static_assert(offsetof(DynamicObjectVolume_SetEnableSpawning, bSpawningEnabled) == 0x000000, "Member 'DynamicObjectVolume_SetEnableSpawning::bSpawningEnabled' has a wrong offset!"); \ static_assert(offsetof(DynamicObjectVolume_SetEnableSpawning, bCullActive) == 0x000001, "Member 'DynamicObjectVolume_SetEnableSpawning::bCullActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_SetSpawnBounds \ static_assert(alignof(DynamicObjectVolume_SetSpawnBounds) == 0x000004, "Wrong alignment on DynamicObjectVolume_SetSpawnBounds"); \ static_assert(sizeof(DynamicObjectVolume_SetSpawnBounds) == 0x00001C, "Wrong size on DynamicObjectVolume_SetSpawnBounds"); \ static_assert(offsetof(DynamicObjectVolume_SetSpawnBounds, SpawnBounds) == 0x000000, "Member 'DynamicObjectVolume_SetSpawnBounds::SpawnBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_SetSpawnBoundsFromVectors \ static_assert(alignof(DynamicObjectVolume_SetSpawnBoundsFromVectors) == 0x000004, "Wrong alignment on DynamicObjectVolume_SetSpawnBoundsFromVectors"); \ static_assert(sizeof(DynamicObjectVolume_SetSpawnBoundsFromVectors) == 0x000018, "Wrong size on DynamicObjectVolume_SetSpawnBoundsFromVectors"); \ static_assert(offsetof(DynamicObjectVolume_SetSpawnBoundsFromVectors, Min) == 0x000000, "Member 'DynamicObjectVolume_SetSpawnBoundsFromVectors::Min' has a wrong offset!"); \ static_assert(offsetof(DynamicObjectVolume_SetSpawnBoundsFromVectors, Max) == 0x00000C, "Member 'DynamicObjectVolume_SetSpawnBoundsFromVectors::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_SetSpawnLocations \ static_assert(alignof(DynamicObjectVolume_SetSpawnLocations) == 0x000008, "Wrong alignment on DynamicObjectVolume_SetSpawnLocations"); \ static_assert(sizeof(DynamicObjectVolume_SetSpawnLocations) == 0x000010, "Wrong size on DynamicObjectVolume_SetSpawnLocations"); \ static_assert(offsetof(DynamicObjectVolume_SetSpawnLocations, InSpawnLocations) == 0x000000, "Member 'DynamicObjectVolume_SetSpawnLocations::InSpawnLocations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_AllowAllDeadEvent \ static_assert(alignof(DynamicObjectVolume_AllowAllDeadEvent) == 0x000001, "Wrong alignment on DynamicObjectVolume_AllowAllDeadEvent"); \ static_assert(sizeof(DynamicObjectVolume_AllowAllDeadEvent) == 0x000001, "Wrong size on DynamicObjectVolume_AllowAllDeadEvent"); \ static_assert(offsetof(DynamicObjectVolume_AllowAllDeadEvent, ReturnValue) == 0x000000, "Member 'DynamicObjectVolume_AllowAllDeadEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_AllowLinkedEvent \ static_assert(alignof(DynamicObjectVolume_AllowLinkedEvent) == 0x000001, "Wrong alignment on DynamicObjectVolume_AllowLinkedEvent"); \ static_assert(sizeof(DynamicObjectVolume_AllowLinkedEvent) == 0x000001, "Wrong size on DynamicObjectVolume_AllowLinkedEvent"); \ static_assert(offsetof(DynamicObjectVolume_AllowLinkedEvent, ReturnValue) == 0x000000, "Member 'DynamicObjectVolume_AllowLinkedEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_DoneSpawning \ static_assert(alignof(DynamicObjectVolume_DoneSpawning) == 0x000001, "Wrong alignment on DynamicObjectVolume_DoneSpawning"); \ static_assert(sizeof(DynamicObjectVolume_DoneSpawning) == 0x000001, "Wrong size on DynamicObjectVolume_DoneSpawning"); \ static_assert(offsetof(DynamicObjectVolume_DoneSpawning, ReturnValue) == 0x000000, "Member 'DynamicObjectVolume_DoneSpawning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_GetVolumeBounds \ static_assert(alignof(DynamicObjectVolume_GetVolumeBounds) == 0x000004, "Wrong alignment on DynamicObjectVolume_GetVolumeBounds"); \ static_assert(sizeof(DynamicObjectVolume_GetVolumeBounds) == 0x00001C, "Wrong size on DynamicObjectVolume_GetVolumeBounds"); \ static_assert(offsetof(DynamicObjectVolume_GetVolumeBounds, ReturnValue) == 0x000000, "Member 'DynamicObjectVolume_GetVolumeBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_HasSpawned \ static_assert(alignof(DynamicObjectVolume_HasSpawned) == 0x000001, "Wrong alignment on DynamicObjectVolume_HasSpawned"); \ static_assert(sizeof(DynamicObjectVolume_HasSpawned) == 0x000001, "Wrong size on DynamicObjectVolume_HasSpawned"); \ static_assert(offsetof(DynamicObjectVolume_HasSpawned, ReturnValue) == 0x000000, "Member 'DynamicObjectVolume_HasSpawned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObjectVolume_IsSpawningEnabled \ static_assert(alignof(DynamicObjectVolume_IsSpawningEnabled) == 0x000001, "Wrong alignment on DynamicObjectVolume_IsSpawningEnabled"); \ static_assert(sizeof(DynamicObjectVolume_IsSpawningEnabled) == 0x000001, "Wrong size on DynamicObjectVolume_IsSpawningEnabled"); \ static_assert(offsetof(DynamicObjectVolume_IsSpawningEnabled, ReturnValue) == 0x000000, "Member 'DynamicObjectVolume_IsSpawningEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADynamicObjectVolume \ static_assert(alignof(ADynamicObjectVolume) == 0x000008, "Wrong alignment on ADynamicObjectVolume"); \ static_assert(sizeof(ADynamicObjectVolume) == 0x001720, "Wrong size on ADynamicObjectVolume"); \ static_assert(offsetof(ADynamicObjectVolume, VolumeVisualization) == 0x000248, "Member 'ADynamicObjectVolume::VolumeVisualization' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, Description) == 0x000258, "Member 'ADynamicObjectVolume::Description' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bShowActivationDistances) == 0x000270, "Member 'ADynamicObjectVolume::bShowActivationDistances' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bEnableAutoActivation) == 0x000271, "Member 'ADynamicObjectVolume::bEnableAutoActivation' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, TriggerDistance) == 0x000274, "Member 'ADynamicObjectVolume::TriggerDistance' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, CullDistance) == 0x000278, "Member 'ADynamicObjectVolume::CullDistance' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, TriggerCullDiff) == 0x00027C, "Member 'ADynamicObjectVolume::TriggerCullDiff' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bMaintainTriggerCullDistance) == 0x000280, "Member 'ADynamicObjectVolume::bMaintainTriggerCullDistance' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bAllowContinuousSpawning) == 0x000281, "Member 'ADynamicObjectVolume::bAllowContinuousSpawning' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, ContinuousMaxActorCount) == 0x000284, "Member 'ADynamicObjectVolume::ContinuousMaxActorCount' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, ContinuousMinActorCount) == 0x000288, "Member 'ADynamicObjectVolume::ContinuousMinActorCount' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, ContinuousTotalActorCount) == 0x00028C, "Member 'ADynamicObjectVolume::ContinuousTotalActorCount' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, ContinuousMinSpawnDelay) == 0x000290, "Member 'ADynamicObjectVolume::ContinuousMinSpawnDelay' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, ContinuousMaxSpawnDelay) == 0x000294, "Member 'ADynamicObjectVolume::ContinuousMaxSpawnDelay' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bEnableSpawning) == 0x000298, "Member 'ADynamicObjectVolume::bEnableSpawning' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, ScheduleTableFilter) == 0x0002A0, "Member 'ADynamicObjectVolume::ScheduleTableFilter' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bUseDiscoveredSpawnLocations) == 0x0002B0, "Member 'ADynamicObjectVolume::bUseDiscoveredSpawnLocations' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bDisableCombat) == 0x0002B1, "Member 'ADynamicObjectVolume::bDisableCombat' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, MaxActivated) == 0x0002B4, "Member 'ADynamicObjectVolume::MaxActivated' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bSpawnWhenActivated) == 0x0002B8, "Member 'ADynamicObjectVolume::bSpawnWhenActivated' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bCullWhenDeactivated) == 0x0002B9, "Member 'ADynamicObjectVolume::bCullWhenDeactivated' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bFadeOutWhenCulled) == 0x0002BA, "Member 'ADynamicObjectVolume::bFadeOutWhenCulled' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bOnlySpawnOnce) == 0x0002BB, "Member 'ADynamicObjectVolume::bOnlySpawnOnce' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bOptInForDOVSpawnDeferral) == 0x0002BC, "Member 'ADynamicObjectVolume::bOptInForDOVSpawnDeferral' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, ThrottledSpawnDelayTime) == 0x0002C0, "Member 'ADynamicObjectVolume::ThrottledSpawnDelayTime' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bApplyDelayToFirstGroup) == 0x0002C4, "Member 'ADynamicObjectVolume::bApplyDelayToFirstGroup' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, GroupMinDelay) == 0x0002C8, "Member 'ADynamicObjectVolume::GroupMinDelay' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, GroupMaxDelay) == 0x0002CC, "Member 'ADynamicObjectVolume::GroupMaxDelay' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, DOVGUID) == 0x0002D0, "Member 'ADynamicObjectVolume::DOVGUID' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bOptInUsingStoredValues) == 0x0002E0, "Member 'ADynamicObjectVolume::bOptInUsingStoredValues' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bOptOutUsingStoredValues) == 0x0002E1, "Member 'ADynamicObjectVolume::bOptOutUsingStoredValues' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, StoredParentPosition) == 0x0002E4, "Member 'ADynamicObjectVolume::StoredParentPosition' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, StoredVolumeExtents) == 0x0002F0, "Member 'ADynamicObjectVolume::StoredVolumeExtents' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bUseSplitDeferredSpawning) == 0x0002FC, "Member 'ADynamicObjectVolume::bUseSplitDeferredSpawning' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, UpdateParentPositionButton) == 0x000300, "Member 'ADynamicObjectVolume::UpdateParentPositionButton' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, ClearStoredValuesButton) == 0x000330, "Member 'ADynamicObjectVolume::ClearStoredValuesButton' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, distributionType) == 0x000360, "Member 'ADynamicObjectVolume::distributionType' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bLimitUseToDiscoveredLocations) == 0x000361, "Member 'ADynamicObjectVolume::bLimitUseToDiscoveredLocations' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bForceDiscoveredLocsToDesiredType) == 0x000362, "Member 'ADynamicObjectVolume::bForceDiscoveredLocsToDesiredType' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, DesiredSpawnCategoryType) == 0x000368, "Member 'ADynamicObjectVolume::DesiredSpawnCategoryType' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, DiscoveryType) == 0x0003F0, "Member 'ADynamicObjectVolume::DiscoveryType' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, NamedRestrictionID) == 0x0003F8, "Member 'ADynamicObjectVolume::NamedRestrictionID' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, DBNamedRestrictionsButton) == 0x000480, "Member 'ADynamicObjectVolume::DBNamedRestrictionsButton' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bCheckRestrictionsWhileActivated) == 0x000500, "Member 'ADynamicObjectVolume::bCheckRestrictionsWhileActivated' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, MissionItemSwapID) == 0x000508, "Member 'ADynamicObjectVolume::MissionItemSwapID' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, AssociatedLocationID) == 0x000590, "Member 'ADynamicObjectVolume::AssociatedLocationID' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bQuestRelevantPassthrough) == 0x000618, "Member 'ADynamicObjectVolume::bQuestRelevantPassthrough' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, ScheduleColumnFilter) == 0x000620, "Member 'ADynamicObjectVolume::ScheduleColumnFilter' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, ScheduleSearchFilter) == 0x000630, "Member 'ADynamicObjectVolume::ScheduleSearchFilter' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, ScheduleFilter) == 0x000640, "Member 'ADynamicObjectVolume::ScheduleFilter' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, ScheduleFilterSelection) == 0x000650, "Member 'ADynamicObjectVolume::ScheduleFilterSelection' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, WorldID) == 0x0006D8, "Member 'ADynamicObjectVolume::WorldID' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, CurrentSchedule) == 0x0006E8, "Member 'ADynamicObjectVolume::CurrentSchedule' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bOverrideWorldID) == 0x0006F8, "Member 'ADynamicObjectVolume::bOverrideWorldID' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, EnemySpawnParams) == 0x000700, "Member 'ADynamicObjectVolume::EnemySpawnParams' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bChangeSpawnedEnemyTeam) == 0x000BA8, "Member 'ADynamicObjectVolume::bChangeSpawnedEnemyTeam' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, SpawnedEnemyTeamName) == 0x000BAC, "Member 'ADynamicObjectVolume::SpawnedEnemyTeamName' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, OverrideGroupTag) == 0x000BB4, "Member 'ADynamicObjectVolume::OverrideGroupTag' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bUseAttackTicketOverride) == 0x000BBC, "Member 'ADynamicObjectVolume::bUseAttackTicketOverride' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, AttackTicketOverride) == 0x000BC0, "Member 'ADynamicObjectVolume::AttackTicketOverride' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, LootGroupOverride) == 0x000C48, "Member 'ADynamicObjectVolume::LootGroupOverride' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, WorldRegionLevelOverride) == 0x000CD0, "Member 'ADynamicObjectVolume::WorldRegionLevelOverride' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, WorldAdjustmentLevelOverride) == 0x000D58, "Member 'ADynamicObjectVolume::WorldAdjustmentLevelOverride' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, CreatureSpawnOverrides) == 0x000DE0, "Member 'ADynamicObjectVolume::CreatureSpawnOverrides' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, InventoryObjectUnitCount) == 0x000E60, "Member 'ADynamicObjectVolume::InventoryObjectUnitCount' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, SpawnVolumeType) == 0x000E64, "Member 'ADynamicObjectVolume::SpawnVolumeType' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bIsNotEncounter) == 0x000E66, "Member 'ADynamicObjectVolume::bIsNotEncounter' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bIsStaticSpawner) == 0x000E67, "Member 'ADynamicObjectVolume::bIsStaticSpawner' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bDoAsyncDebugSpawning) == 0x000E68, "Member 'ADynamicObjectVolume::bDoAsyncDebugSpawning' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bAllowIndexedSpawning) == 0x000E69, "Member 'ADynamicObjectVolume::bAllowIndexedSpawning' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bGetRegionLevelOverrideFromLocation) == 0x000E6A, "Member 'ADynamicObjectVolume::bGetRegionLevelOverrideFromLocation' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, ItemsToSpawn) == 0x000E70, "Member 'ADynamicObjectVolume::ItemsToSpawn' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, SpawnGroups) == 0x000E80, "Member 'ADynamicObjectVolume::SpawnGroups' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, LinkedDOVs) == 0x000ED0, "Member 'ADynamicObjectVolume::LinkedDOVs' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, ActivateLinksAt) == 0x000EE0, "Member 'ADynamicObjectVolume::ActivateLinksAt' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, TriggerLinksOnStealth) == 0x000EE4, "Member 'ADynamicObjectVolume::TriggerLinksOnStealth' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, EncounterGroupInfo) == 0x000EE8, "Member 'ADynamicObjectVolume::EncounterGroupInfo' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, DBAccessButton) == 0x000F10, "Member 'ADynamicObjectVolume::DBAccessButton' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, SpawnerSearchButton) == 0x000F90, "Member 'ADynamicObjectVolume::SpawnerSearchButton' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, EncounterComponent) == 0x000FC0, "Member 'ADynamicObjectVolume::EncounterComponent' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bDestroyOnDeath) == 0x000FC8, "Member 'ADynamicObjectVolume::bDestroyOnDeath' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bDissolveOnDeath) == 0x000FC9, "Member 'ADynamicObjectVolume::bDissolveOnDeath' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bFadeOnDeath) == 0x000FCA, "Member 'ADynamicObjectVolume::bFadeOnDeath' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bDoDeathCamOnLastDeath) == 0x000FCB, "Member 'ADynamicObjectVolume::bDoDeathCamOnLastDeath' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bDoDeathCamBulletTime) == 0x000FCC, "Member 'ADynamicObjectVolume::bDoDeathCamBulletTime' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, VolumeComponent) == 0x000FD0, "Member 'ADynamicObjectVolume::VolumeComponent' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, NavInvokerComponent) == 0x000FD8, "Member 'ADynamicObjectVolume::NavInvokerComponent' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, MissionComponent) == 0x000FE0, "Member 'ADynamicObjectVolume::MissionComponent' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, OwnershipComponent) == 0x000FE8, "Member 'ADynamicObjectVolume::OwnershipComponent' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, OnAllEnemiesDeadEvent) == 0x000FF0, "Member 'ADynamicObjectVolume::OnAllEnemiesDeadEvent' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, OnLinkedSequenceTriggeredEvent) == 0x001008, "Member 'ADynamicObjectVolume::OnLinkedSequenceTriggeredEvent' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, OnContinuousSpawnTriggeredEvent) == 0x001020, "Member 'ADynamicObjectVolume::OnContinuousSpawnTriggeredEvent' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, OnAllEnemiesSpawned) == 0x001030, "Member 'ADynamicObjectVolume::OnAllEnemiesSpawned' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, OnSpawnVolumeActivated) == 0x001048, "Member 'ADynamicObjectVolume::OnSpawnVolumeActivated' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, OnSpawnVolumeDeactivated) == 0x001058, "Member 'ADynamicObjectVolume::OnSpawnVolumeDeactivated' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, OnActorSpawnedEvent) == 0x001068, "Member 'ADynamicObjectVolume::OnActorSpawnedEvent' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, OnActorDiedEvent) == 0x001078, "Member 'ADynamicObjectVolume::OnActorDiedEvent' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, OnFinishedSpawningEvent) == 0x001088, "Member 'ADynamicObjectVolume::OnFinishedSpawningEvent' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, OnScheduledEntityCreatedEvent) == 0x001098, "Member 'ADynamicObjectVolume::OnScheduledEntityCreatedEvent' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, OnActerSpawnInFinishedEvent) == 0x0010A8, "Member 'ADynamicObjectVolume::OnActerSpawnInFinishedEvent' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, DebugTextVisualizer) == 0x0010B8, "Member 'ADynamicObjectVolume::DebugTextVisualizer' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, isConstructed) == 0x0010DE, "Member 'ADynamicObjectVolume::isConstructed' has a wrong offset!"); \ static_assert(offsetof(ADynamicObjectVolume, bFromNamedEncounter) == 0x0010DF, "Member 'ADynamicObjectVolume::bFromNamedEncounter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainInSanctuary \ static_assert(alignof(URenderSettingsCustomBlendDomainInSanctuary) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainInSanctuary"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainInSanctuary) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainInSanctuary"); \ #define DUMPER7_ASSERTS_ABiomeCreatureSpawner \ static_assert(alignof(ABiomeCreatureSpawner) == 0x000008, "Wrong alignment on ABiomeCreatureSpawner"); \ static_assert(sizeof(ABiomeCreatureSpawner) == 0x001728, "Wrong size on ABiomeCreatureSpawner"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainSecondaryWorld \ static_assert(alignof(URenderSettingsCustomBlendDomainSecondaryWorld) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainSecondaryWorld"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainSecondaryWorld) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainSecondaryWorld"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainSecondaryWorldSmoothed \ static_assert(alignof(URenderSettingsCustomBlendDomainSecondaryWorldSmoothed) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainSecondaryWorldSmoothed"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainSecondaryWorldSmoothed) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainSecondaryWorldSmoothed"); \ #define DUMPER7_ASSERTS_Biped_Interact_Interface_Interact \ static_assert(alignof(Biped_Interact_Interface_Interact) == 0x000008, "Wrong alignment on Biped_Interact_Interface_Interact"); \ static_assert(sizeof(Biped_Interact_Interface_Interact) == 0x000008, "Wrong size on Biped_Interact_Interface_Interact"); \ static_assert(offsetof(Biped_Interact_Interface_Interact, AvaService) == 0x000000, "Member 'Biped_Interact_Interface_Interact::AvaService' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBiped_Interact_Interface \ static_assert(alignof(IBiped_Interact_Interface) == 0x000001, "Wrong alignment on IBiped_Interact_Interface"); \ static_assert(sizeof(IBiped_Interact_Interface) == 0x000001, "Wrong size on IBiped_Interact_Interface"); \ #define DUMPER7_ASSERTS_ABiped_Lightweight \ static_assert(alignof(ABiped_Lightweight) == 0x000010, "Wrong alignment on ABiped_Lightweight"); \ static_assert(sizeof(ABiped_Lightweight) == 0x001760, "Wrong size on ABiped_Lightweight"); \ static_assert(offsetof(ABiped_Lightweight, FacialComponent) == 0x001750, "Member 'ABiped_Lightweight::FacialComponent' has a wrong offset!"); \ static_assert(offsetof(ABiped_Lightweight, ObjectStateComponent) == 0x001758, "Member 'ABiped_Lightweight::ObjectStateComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFieldGuideButton_Talents \ static_assert(alignof(UFieldGuideButton_Talents) == 0x000008, "Wrong alignment on UFieldGuideButton_Talents"); \ static_assert(sizeof(UFieldGuideButton_Talents) == 0x0004B0, "Wrong size on UFieldGuideButton_Talents"); \ #define DUMPER7_ASSERTS_Actor_LockOnReticle_StickX \ static_assert(alignof(Actor_LockOnReticle_StickX) == 0x000004, "Wrong alignment on Actor_LockOnReticle_StickX"); \ static_assert(sizeof(Actor_LockOnReticle_StickX) == 0x000004, "Wrong size on Actor_LockOnReticle_StickX"); \ static_assert(offsetof(Actor_LockOnReticle_StickX, AxisVal) == 0x000000, "Member 'Actor_LockOnReticle_StickX::AxisVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_LockOnReticle_StickY \ static_assert(alignof(Actor_LockOnReticle_StickY) == 0x000004, "Wrong alignment on Actor_LockOnReticle_StickY"); \ static_assert(sizeof(Actor_LockOnReticle_StickY) == 0x000004, "Wrong size on Actor_LockOnReticle_StickY"); \ static_assert(offsetof(Actor_LockOnReticle_StickY, AxisVal) == 0x000000, "Member 'Actor_LockOnReticle_StickY::AxisVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_LockOnReticle_GetLockedOnType \ static_assert(alignof(Actor_LockOnReticle_GetLockedOnType) == 0x000001, "Wrong alignment on Actor_LockOnReticle_GetLockedOnType"); \ static_assert(sizeof(Actor_LockOnReticle_GetLockedOnType) == 0x000001, "Wrong size on Actor_LockOnReticle_GetLockedOnType"); \ static_assert(offsetof(Actor_LockOnReticle_GetLockedOnType, ReturnValue) == 0x000000, "Member 'Actor_LockOnReticle_GetLockedOnType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_LockOnReticle_IsLockedOn \ static_assert(alignof(Actor_LockOnReticle_IsLockedOn) == 0x000001, "Wrong alignment on Actor_LockOnReticle_IsLockedOn"); \ static_assert(sizeof(Actor_LockOnReticle_IsLockedOn) == 0x000001, "Wrong size on Actor_LockOnReticle_IsLockedOn"); \ static_assert(offsetof(Actor_LockOnReticle_IsLockedOn, ReturnValue) == 0x000000, "Member 'Actor_LockOnReticle_IsLockedOn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AActor_LockOnReticle \ static_assert(alignof(AActor_LockOnReticle) == 0x000008, "Wrong alignment on AActor_LockOnReticle"); \ static_assert(sizeof(AActor_LockOnReticle) == 0x000330, "Wrong size on AActor_LockOnReticle"); \ static_assert(offsetof(AActor_LockOnReticle, AimModeCircleGrowRate) == 0x000248, "Member 'AActor_LockOnReticle::AimModeCircleGrowRate' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, AimModeCircleShrinkRate) == 0x00024C, "Member 'AActor_LockOnReticle::AimModeCircleShrinkRate' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, TargetingHorizontalStickAngle) == 0x000250, "Member 'AActor_LockOnReticle::TargetingHorizontalStickAngle' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, TargetingVerticalStickAngle) == 0x000254, "Member 'AActor_LockOnReticle::TargetingVerticalStickAngle' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, FootprintRadius) == 0x000258, "Member 'AActor_LockOnReticle::FootprintRadius' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, StickInnerDeadZone) == 0x00025C, "Member 'AActor_LockOnReticle::StickInnerDeadZone' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, StickOuterDeadZone) == 0x000260, "Member 'AActor_LockOnReticle::StickOuterDeadZone' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, MaxStickFlickMag) == 0x000264, "Member 'AActor_LockOnReticle::MaxStickFlickMag' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, bFindNewTargetWhenLockonTargetLost) == 0x000268, "Member 'AActor_LockOnReticle::bFindNewTargetWhenLockonTargetLost' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, bReleaseTargetWhenLockonGoesInvalid) == 0x000269, "Member 'AActor_LockOnReticle::bReleaseTargetWhenLockonGoesInvalid' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, bFindNewTargetFromCenterOfScreen) == 0x00026A, "Member 'AActor_LockOnReticle::bFindNewTargetFromCenterOfScreen' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, bScaleFootprint) == 0x00026B, "Member 'AActor_LockOnReticle::bScaleFootprint' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, MinCameraDistance) == 0x00026C, "Member 'AActor_LockOnReticle::MinCameraDistance' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, MaxCameraDistance) == 0x000270, "Member 'AActor_LockOnReticle::MaxCameraDistance' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, MinFootprintScale) == 0x000274, "Member 'AActor_LockOnReticle::MinFootprintScale' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, MaxFootprintScale) == 0x000278, "Member 'AActor_LockOnReticle::MaxFootprintScale' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, LockOnToTargetSfx) == 0x000280, "Member 'AActor_LockOnReticle::LockOnToTargetSfx' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, FlickToTargetSfx) == 0x000288, "Member 'AActor_LockOnReticle::FlickToTargetSfx' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, TargetReleasedSfx) == 0x000290, "Member 'AActor_LockOnReticle::TargetReleasedSfx' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, TargetSwitchedWhenCurrentTargetLostSfx) == 0x000298, "Member 'AActor_LockOnReticle::TargetSwitchedWhenCurrentTargetLostSfx' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, LockTargetScreenInfoMap) == 0x0002A0, "Member 'AActor_LockOnReticle::LockTargetScreenInfoMap' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, LockOnReticleOffScreenWidgetClass) == 0x000308, "Member 'AActor_LockOnReticle::LockOnReticleOffScreenWidgetClass' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, StickResetTime) == 0x000310, "Member 'AActor_LockOnReticle::StickResetTime' has a wrong offset!"); \ static_assert(offsetof(AActor_LockOnReticle, BipedPlayerController) == 0x000318, "Member 'AActor_LockOnReticle::BipedPlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsActivePlayerMount \ static_assert(alignof(UFXAutoTriggerRequiredActorsActivePlayerMount) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsActivePlayerMount"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsActivePlayerMount) == 0x000028, "Wrong size on UFXAutoTriggerRequiredActorsActivePlayerMount"); \ #define DUMPER7_ASSERTS_UFXFilter_IsSimulatingPhysics \ static_assert(alignof(UFXFilter_IsSimulatingPhysics) == 0x000008, "Wrong alignment on UFXFilter_IsSimulatingPhysics"); \ static_assert(sizeof(UFXFilter_IsSimulatingPhysics) == 0x000030, "Wrong size on UFXFilter_IsSimulatingPhysics"); \ #define DUMPER7_ASSERTS_FireInterface_DecreaseFire \ static_assert(alignof(FireInterface_DecreaseFire) == 0x000004, "Wrong alignment on FireInterface_DecreaseFire"); \ static_assert(sizeof(FireInterface_DecreaseFire) == 0x000008, "Wrong size on FireInterface_DecreaseFire"); \ static_assert(offsetof(FireInterface_DecreaseFire, decreaseAmount) == 0x000000, "Member 'FireInterface_DecreaseFire::decreaseAmount' has a wrong offset!"); \ static_assert(offsetof(FireInterface_DecreaseFire, ReturnValue) == 0x000004, "Member 'FireInterface_DecreaseFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FireInterface_IncreaseFire \ static_assert(alignof(FireInterface_IncreaseFire) == 0x000004, "Wrong alignment on FireInterface_IncreaseFire"); \ static_assert(sizeof(FireInterface_IncreaseFire) == 0x000014, "Wrong size on FireInterface_IncreaseFire"); \ static_assert(offsetof(FireInterface_IncreaseFire, increaseAmount) == 0x000000, "Member 'FireInterface_IncreaseFire::increaseAmount' has a wrong offset!"); \ static_assert(offsetof(FireInterface_IncreaseFire, Location) == 0x000004, "Member 'FireInterface_IncreaseFire::Location' has a wrong offset!"); \ static_assert(offsetof(FireInterface_IncreaseFire, ReturnValue) == 0x000010, "Member 'FireInterface_IncreaseFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FireInterface_IsPointOnFire \ static_assert(alignof(FireInterface_IsPointOnFire) == 0x000004, "Wrong alignment on FireInterface_IsPointOnFire"); \ static_assert(sizeof(FireInterface_IsPointOnFire) == 0x000010, "Wrong size on FireInterface_IsPointOnFire"); \ static_assert(offsetof(FireInterface_IsPointOnFire, Point) == 0x000000, "Member 'FireInterface_IsPointOnFire::Point' has a wrong offset!"); \ static_assert(offsetof(FireInterface_IsPointOnFire, OnFire) == 0x00000C, "Member 'FireInterface_IsPointOnFire::OnFire' has a wrong offset!"); \ static_assert(offsetof(FireInterface_IsPointOnFire, ReturnValue) == 0x00000D, "Member 'FireInterface_IsPointOnFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FireInterface_OnAttemptToSetOnFire \ static_assert(alignof(FireInterface_OnAttemptToSetOnFire) == 0x000004, "Wrong alignment on FireInterface_OnAttemptToSetOnFire"); \ static_assert(sizeof(FireInterface_OnAttemptToSetOnFire) == 0x00000C, "Wrong size on FireInterface_OnAttemptToSetOnFire"); \ static_assert(offsetof(FireInterface_OnAttemptToSetOnFire, Location) == 0x000000, "Member 'FireInterface_OnAttemptToSetOnFire::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FireInterface_OnCaughtFire \ static_assert(alignof(FireInterface_OnCaughtFire) == 0x000008, "Wrong alignment on FireInterface_OnCaughtFire"); \ static_assert(sizeof(FireInterface_OnCaughtFire) == 0x000008, "Wrong size on FireInterface_OnCaughtFire"); \ static_assert(offsetof(FireInterface_OnCaughtFire, IncendioComponent) == 0x000000, "Member 'FireInterface_OnCaughtFire::IncendioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FireInterface_StartFire \ static_assert(alignof(FireInterface_StartFire) == 0x000004, "Wrong alignment on FireInterface_StartFire"); \ static_assert(sizeof(FireInterface_StartFire) == 0x000014, "Wrong size on FireInterface_StartFire"); \ static_assert(offsetof(FireInterface_StartFire, Amount) == 0x000000, "Member 'FireInterface_StartFire::Amount' has a wrong offset!"); \ static_assert(offsetof(FireInterface_StartFire, Location) == 0x000004, "Member 'FireInterface_StartFire::Location' has a wrong offset!"); \ static_assert(offsetof(FireInterface_StartFire, ReturnValue) == 0x000010, "Member 'FireInterface_StartFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFireInterface \ static_assert(alignof(IFireInterface) == 0x000001, "Wrong alignment on IFireInterface"); \ static_assert(sizeof(IFireInterface) == 0x000001, "Wrong size on IFireInterface"); \ #define DUMPER7_ASSERTS_MapMarkupComponent_GetType \ static_assert(alignof(MapMarkupComponent_GetType) == 0x000001, "Wrong alignment on MapMarkupComponent_GetType"); \ static_assert(sizeof(MapMarkupComponent_GetType) == 0x000001, "Wrong size on MapMarkupComponent_GetType"); \ static_assert(offsetof(MapMarkupComponent_GetType, ReturnValue) == 0x000000, "Member 'MapMarkupComponent_GetType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapMarkupComponent_IsFloor \ static_assert(alignof(MapMarkupComponent_IsFloor) == 0x000001, "Wrong alignment on MapMarkupComponent_IsFloor"); \ static_assert(sizeof(MapMarkupComponent_IsFloor) == 0x000001, "Wrong size on MapMarkupComponent_IsFloor"); \ static_assert(offsetof(MapMarkupComponent_IsFloor, ReturnValue) == 0x000000, "Member 'MapMarkupComponent_IsFloor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapMarkupComponent_IsRoom \ static_assert(alignof(MapMarkupComponent_IsRoom) == 0x000001, "Wrong alignment on MapMarkupComponent_IsRoom"); \ static_assert(sizeof(MapMarkupComponent_IsRoom) == 0x000001, "Wrong size on MapMarkupComponent_IsRoom"); \ static_assert(offsetof(MapMarkupComponent_IsRoom, ReturnValue) == 0x000000, "Member 'MapMarkupComponent_IsRoom::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapMarkupComponent_IsStairs \ static_assert(alignof(MapMarkupComponent_IsStairs) == 0x000001, "Wrong alignment on MapMarkupComponent_IsStairs"); \ static_assert(sizeof(MapMarkupComponent_IsStairs) == 0x000001, "Wrong size on MapMarkupComponent_IsStairs"); \ static_assert(offsetof(MapMarkupComponent_IsStairs, ReturnValue) == 0x000000, "Member 'MapMarkupComponent_IsStairs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapMarkupComponent \ static_assert(alignof(UMapMarkupComponent) == 0x000008, "Wrong alignment on UMapMarkupComponent"); \ static_assert(sizeof(UMapMarkupComponent) == 0x000188, "Wrong size on UMapMarkupComponent"); \ static_assert(offsetof(UMapMarkupComponent, ShowBannerWhenEntering) == 0x0000D0, "Member 'UMapMarkupComponent::ShowBannerWhenEntering' has a wrong offset!"); \ static_assert(offsetof(UMapMarkupComponent, Type) == 0x0000D1, "Member 'UMapMarkupComponent::Type' has a wrong offset!"); \ static_assert(offsetof(UMapMarkupComponent, DbId) == 0x0000D8, "Member 'UMapMarkupComponent::DbId' has a wrong offset!"); \ static_assert(offsetof(UMapMarkupComponent, RegionName) == 0x000160, "Member 'UMapMarkupComponent::RegionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABlinkGate \ static_assert(alignof(ABlinkGate) == 0x000008, "Wrong alignment on ABlinkGate"); \ static_assert(sizeof(ABlinkGate) == 0x000248, "Wrong size on ABlinkGate"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerCognitionStimuliTestHasSenseFromList \ static_assert(alignof(UFXAutoTriggerCognitionStimuliTestHasSenseFromList) == 0x000008, "Wrong alignment on UFXAutoTriggerCognitionStimuliTestHasSenseFromList"); \ static_assert(sizeof(UFXAutoTriggerCognitionStimuliTestHasSenseFromList) == 0x000038, "Wrong size on UFXAutoTriggerCognitionStimuliTestHasSenseFromList"); \ static_assert(offsetof(UFXAutoTriggerCognitionStimuliTestHasSenseFromList, Senses) == 0x000028, "Member 'UFXAutoTriggerCognitionStimuliTestHasSenseFromList::Senses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoneClusterTargetActor_SortPointCloud \ static_assert(alignof(BoneClusterTargetActor_SortPointCloud) == 0x000008, "Wrong alignment on BoneClusterTargetActor_SortPointCloud"); \ static_assert(sizeof(BoneClusterTargetActor_SortPointCloud) == 0x000040, "Wrong size on BoneClusterTargetActor_SortPointCloud"); \ static_assert(offsetof(BoneClusterTargetActor_SortPointCloud, InPointCloud) == 0x000000, "Member 'BoneClusterTargetActor_SortPointCloud::InPointCloud' has a wrong offset!"); \ static_assert(offsetof(BoneClusterTargetActor_SortPointCloud, InMeshes) == 0x000010, "Member 'BoneClusterTargetActor_SortPointCloud::InMeshes' has a wrong offset!"); \ static_assert(offsetof(BoneClusterTargetActor_SortPointCloud, SortedPointCloud) == 0x000020, "Member 'BoneClusterTargetActor_SortPointCloud::SortedPointCloud' has a wrong offset!"); \ static_assert(offsetof(BoneClusterTargetActor_SortPointCloud, SortedMeshes) == 0x000030, "Member 'BoneClusterTargetActor_SortPointCloud::SortedMeshes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABoneClusterTargetActor \ static_assert(alignof(ABoneClusterTargetActor) == 0x000008, "Wrong alignment on ABoneClusterTargetActor"); \ static_assert(sizeof(ABoneClusterTargetActor) == 0x000248, "Wrong size on ABoneClusterTargetActor"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolIsInWater \ static_assert(alignof(UFXAutoTriggerBoolIsInWater) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolIsInWater"); \ static_assert(sizeof(UFXAutoTriggerBoolIsInWater) == 0x000028, "Wrong size on UFXAutoTriggerBoolIsInWater"); \ #define DUMPER7_ASSERTS_UBool_DialogueArticyCondition \ static_assert(alignof(UBool_DialogueArticyCondition) == 0x000008, "Wrong alignment on UBool_DialogueArticyCondition"); \ static_assert(sizeof(UBool_DialogueArticyCondition) == 0x000038, "Wrong size on UBool_DialogueArticyCondition"); \ static_assert(offsetof(UBool_DialogueArticyCondition, DialogueLine) == 0x000028, "Member 'UBool_DialogueArticyCondition::DialogueLine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarMaxWaterDepth \ static_assert(alignof(UFXAutoTriggerScalarMaxWaterDepth) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarMaxWaterDepth"); \ static_assert(sizeof(UFXAutoTriggerScalarMaxWaterDepth) == 0x000028, "Wrong size on UFXAutoTriggerScalarMaxWaterDepth"); \ #define DUMPER7_ASSERTS_UBool_PlayerGenderVoice \ static_assert(alignof(UBool_PlayerGenderVoice) == 0x000008, "Wrong alignment on UBool_PlayerGenderVoice"); \ static_assert(sizeof(UBool_PlayerGenderVoice) == 0x000030, "Wrong size on UBool_PlayerGenderVoice"); \ static_assert(offsetof(UBool_PlayerGenderVoice, Voice) == 0x000028, "Member 'UBool_PlayerGenderVoice::Voice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarPlayerOnMount \ static_assert(alignof(UFXAutoTriggerScalarPlayerOnMount) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarPlayerOnMount"); \ static_assert(sizeof(UFXAutoTriggerScalarPlayerOnMount) == 0x000028, "Wrong size on UFXAutoTriggerScalarPlayerOnMount"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarActorSpeed \ static_assert(alignof(UFXAutoTriggerScalarActorSpeed) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarActorSpeed"); \ static_assert(sizeof(UFXAutoTriggerScalarActorSpeed) == 0x000028, "Wrong size on UFXAutoTriggerScalarActorSpeed"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerInteractibleItemsFilterActorClass \ static_assert(alignof(UFXAutoTriggerInteractibleItemsFilterActorClass) == 0x000008, "Wrong alignment on UFXAutoTriggerInteractibleItemsFilterActorClass"); \ static_assert(sizeof(UFXAutoTriggerInteractibleItemsFilterActorClass) == 0x000040, "Wrong size on UFXAutoTriggerInteractibleItemsFilterActorClass"); \ static_assert(offsetof(UFXAutoTriggerInteractibleItemsFilterActorClass, OfActorTypes) == 0x000028, "Member 'UFXAutoTriggerInteractibleItemsFilterActorClass::OfActorTypes' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerInteractibleItemsFilterActorClass, bIncludeSubclasses) == 0x000038, "Member 'UFXAutoTriggerInteractibleItemsFilterActorClass::bIncludeSubclasses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBroomRiderAction_Delay \ static_assert(alignof(UBroomRiderAction_Delay) == 0x000008, "Wrong alignment on UBroomRiderAction_Delay"); \ static_assert(sizeof(UBroomRiderAction_Delay) == 0x000048, "Wrong size on UBroomRiderAction_Delay"); \ static_assert(offsetof(UBroomRiderAction_Delay, Delay) == 0x000038, "Member 'UBroomRiderAction_Delay::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BroomActionSpline_TriggerEndBehaviour \ static_assert(alignof(BroomActionSpline_TriggerEndBehaviour) == 0x000001, "Wrong alignment on BroomActionSpline_TriggerEndBehaviour"); \ static_assert(sizeof(BroomActionSpline_TriggerEndBehaviour) == 0x000002, "Wrong size on BroomActionSpline_TriggerEndBehaviour"); \ static_assert(offsetof(BroomActionSpline_TriggerEndBehaviour, bOverrideEndBehaviour) == 0x000000, "Member 'BroomActionSpline_TriggerEndBehaviour::bOverrideEndBehaviour' has a wrong offset!"); \ static_assert(offsetof(BroomActionSpline_TriggerEndBehaviour, EndBehaviourOverride) == 0x000001, "Member 'BroomActionSpline_TriggerEndBehaviour::EndBehaviourOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABroomActionSpline \ static_assert(alignof(ABroomActionSpline) == 0x000008, "Wrong alignment on ABroomActionSpline"); \ static_assert(sizeof(ABroomActionSpline) == 0x0003A0, "Wrong size on ABroomActionSpline"); \ static_assert(offsetof(ABroomActionSpline, SplineComponent) == 0x000248, "Member 'ABroomActionSpline::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(ABroomActionSpline, BroomActionSplineName) == 0x000250, "Member 'ABroomActionSpline::BroomActionSplineName' has a wrong offset!"); \ static_assert(offsetof(ABroomActionSpline, ScheduledEntityName) == 0x000258, "Member 'ABroomActionSpline::ScheduledEntityName' has a wrong offset!"); \ static_assert(offsetof(ABroomActionSpline, bForceHighLOD) == 0x0002E0, "Member 'ABroomActionSpline::bForceHighLOD' has a wrong offset!"); \ static_assert(offsetof(ABroomActionSpline, bMountIfNotAlready) == 0x0002E1, "Member 'ABroomActionSpline::bMountIfNotAlready' has a wrong offset!"); \ static_assert(offsetof(ABroomActionSpline, BroomToUse) == 0x0002E8, "Member 'ABroomActionSpline::BroomToUse' has a wrong offset!"); \ static_assert(offsetof(ABroomActionSpline, BroomPhysicsData) == 0x0002F0, "Member 'ABroomActionSpline::BroomPhysicsData' has a wrong offset!"); \ static_assert(offsetof(ABroomActionSpline, ActionsToBePerformedContainer) == 0x0002F8, "Member 'ABroomActionSpline::ActionsToBePerformedContainer' has a wrong offset!"); \ static_assert(offsetof(ABroomActionSpline, EndBehaviour) == 0x000321, "Member 'ABroomActionSpline::EndBehaviour' has a wrong offset!"); \ static_assert(offsetof(ABroomActionSpline, NextBroomActionSpline) == 0x000328, "Member 'ABroomActionSpline::NextBroomActionSpline' has a wrong offset!"); \ static_assert(offsetof(ABroomActionSpline, Guid) == 0x000330, "Member 'ABroomActionSpline::Guid' has a wrong offset!"); \ static_assert(offsetof(ABroomActionSpline, bSaveState) == 0x000340, "Member 'ABroomActionSpline::bSaveState' has a wrong offset!"); \ static_assert(offsetof(ABroomActionSpline, bSaveTaskState) == 0x000341, "Member 'ABroomActionSpline::bSaveTaskState' has a wrong offset!"); \ static_assert(offsetof(ABroomActionSpline, NPCBroom) == 0x000378, "Member 'ABroomActionSpline::NPCBroom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolCanPlayerUseAlohomora \ static_assert(alignof(UFXAutoTriggerBoolCanPlayerUseAlohomora) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolCanPlayerUseAlohomora"); \ static_assert(sizeof(UFXAutoTriggerBoolCanPlayerUseAlohomora) == 0x000030, "Wrong size on UFXAutoTriggerBoolCanPlayerUseAlohomora"); \ static_assert(offsetof(UFXAutoTriggerBoolCanPlayerUseAlohomora, bCheckIfLockedFirst) == 0x000028, "Member 'UFXAutoTriggerBoolCanPlayerUseAlohomora::bCheckIfLockedFirst' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BroomItemTool_MountBroom \ static_assert(alignof(BroomItemTool_MountBroom) == 0x000001, "Wrong alignment on BroomItemTool_MountBroom"); \ static_assert(sizeof(BroomItemTool_MountBroom) == 0x000001, "Wrong size on BroomItemTool_MountBroom"); \ static_assert(offsetof(BroomItemTool_MountBroom, bUseTransition) == 0x000000, "Member 'BroomItemTool_MountBroom::bUseTransition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BroomItemTool_OnAnimsLoaded \ static_assert(alignof(BroomItemTool_OnAnimsLoaded) == 0x000001, "Wrong alignment on BroomItemTool_OnAnimsLoaded"); \ static_assert(sizeof(BroomItemTool_OnAnimsLoaded) == 0x000001, "Wrong size on BroomItemTool_OnAnimsLoaded"); \ static_assert(offsetof(BroomItemTool_OnAnimsLoaded, bUseTransition) == 0x000000, "Member 'BroomItemTool_OnAnimsLoaded::bUseTransition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BroomItemTool_SpawnAndMountBroom \ static_assert(alignof(BroomItemTool_SpawnAndMountBroom) == 0x000001, "Wrong alignment on BroomItemTool_SpawnAndMountBroom"); \ static_assert(sizeof(BroomItemTool_SpawnAndMountBroom) == 0x000002, "Wrong size on BroomItemTool_SpawnAndMountBroom"); \ static_assert(offsetof(BroomItemTool_SpawnAndMountBroom, bUseTransition) == 0x000000, "Member 'BroomItemTool_SpawnAndMountBroom::bUseTransition' has a wrong offset!"); \ static_assert(offsetof(BroomItemTool_SpawnAndMountBroom, bInDestroyAfterMount) == 0x000001, "Member 'BroomItemTool_SpawnAndMountBroom::bInDestroyAfterMount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABroomItemTool \ static_assert(alignof(ABroomItemTool) == 0x000008, "Wrong alignment on ABroomItemTool"); \ static_assert(sizeof(ABroomItemTool) == 0x0004A8, "Wrong size on ABroomItemTool"); \ static_assert(offsetof(ABroomItemTool, FlyingBroomClass) == 0x000430, "Member 'ABroomItemTool::FlyingBroomClass' has a wrong offset!"); \ static_assert(offsetof(ABroomItemTool, FlyingBroomProp) == 0x000438, "Member 'ABroomItemTool::FlyingBroomProp' has a wrong offset!"); \ static_assert(offsetof(ABroomItemTool, SpeedBoostUnavailableMessageTimeout) == 0x000440, "Member 'ABroomItemTool::SpeedBoostUnavailableMessageTimeout' has a wrong offset!"); \ static_assert(offsetof(ABroomItemTool, SpeedBoostOnCooldownMessageTimeout) == 0x000444, "Member 'ABroomItemTool::SpeedBoostOnCooldownMessageTimeout' has a wrong offset!"); \ static_assert(offsetof(ABroomItemTool, RiderAnimationSetArchitectAsset) == 0x000448, "Member 'ABroomItemTool::RiderAnimationSetArchitectAsset' has a wrong offset!"); \ static_assert(offsetof(ABroomItemTool, LoadedAnims) == 0x000470, "Member 'ABroomItemTool::LoadedAnims' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchCustomizableCharacterID \ static_assert(alignof(UActorMeshSetupMatchCustomizableCharacterID) == 0x000008, "Wrong alignment on UActorMeshSetupMatchCustomizableCharacterID"); \ static_assert(sizeof(UActorMeshSetupMatchCustomizableCharacterID) == 0x000038, "Wrong size on UActorMeshSetupMatchCustomizableCharacterID"); \ static_assert(offsetof(UActorMeshSetupMatchCustomizableCharacterID, IDs) == 0x000028, "Member 'UActorMeshSetupMatchCustomizableCharacterID::IDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BroomRiderSpawner_OnFleshLoadComplete \ static_assert(alignof(BroomRiderSpawner_OnFleshLoadComplete) == 0x000008, "Wrong alignment on BroomRiderSpawner_OnFleshLoadComplete"); \ static_assert(sizeof(BroomRiderSpawner_OnFleshLoadComplete) == 0x000008, "Wrong size on BroomRiderSpawner_OnFleshLoadComplete"); \ static_assert(offsetof(BroomRiderSpawner_OnFleshLoadComplete, ScheduledEntityActor) == 0x000000, "Member 'BroomRiderSpawner_OnFleshLoadComplete::ScheduledEntityActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BroomRiderSpawner_RequestBroomNPC \ static_assert(alignof(BroomRiderSpawner_RequestBroomNPC) == 0x000008, "Wrong alignment on BroomRiderSpawner_RequestBroomNPC"); \ static_assert(sizeof(BroomRiderSpawner_RequestBroomNPC) == 0x000030, "Wrong size on BroomRiderSpawner_RequestBroomNPC"); \ static_assert(offsetof(BroomRiderSpawner_RequestBroomNPC, HoboType) == 0x000000, "Member 'BroomRiderSpawner_RequestBroomNPC::HoboType' has a wrong offset!"); \ static_assert(offsetof(BroomRiderSpawner_RequestBroomNPC, InHouse) == 0x000001, "Member 'BroomRiderSpawner_RequestBroomNPC::InHouse' has a wrong offset!"); \ static_assert(offsetof(BroomRiderSpawner_RequestBroomNPC, InGender) == 0x000002, "Member 'BroomRiderSpawner_RequestBroomNPC::InGender' has a wrong offset!"); \ static_assert(offsetof(BroomRiderSpawner_RequestBroomNPC, ValidVoiceIDs) == 0x000008, "Member 'BroomRiderSpawner_RequestBroomNPC::ValidVoiceIDs' has a wrong offset!"); \ static_assert(offsetof(BroomRiderSpawner_RequestBroomNPC, FlyingBroom) == 0x000018, "Member 'BroomRiderSpawner_RequestBroomNPC::FlyingBroom' has a wrong offset!"); \ static_assert(offsetof(BroomRiderSpawner_RequestBroomNPC, StudentAISpawnState) == 0x000020, "Member 'BroomRiderSpawner_RequestBroomNPC::StudentAISpawnState' has a wrong offset!"); \ static_assert(offsetof(BroomRiderSpawner_RequestBroomNPC, MaxSpeed) == 0x000024, "Member 'BroomRiderSpawner_RequestBroomNPC::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(BroomRiderSpawner_RequestBroomNPC, ReturnValue) == 0x000028, "Member 'BroomRiderSpawner_RequestBroomNPC::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABroomRiderSpawner \ static_assert(alignof(ABroomRiderSpawner) == 0x000008, "Wrong alignment on ABroomRiderSpawner"); \ static_assert(sizeof(ABroomRiderSpawner) == 0x000290, "Wrong size on ABroomRiderSpawner"); \ static_assert(offsetof(ABroomRiderSpawner, BroomSpline) == 0x000248, "Member 'ABroomRiderSpawner::BroomSpline' has a wrong offset!"); \ static_assert(offsetof(ABroomRiderSpawner, FlyingBroomPhysics) == 0x000250, "Member 'ABroomRiderSpawner::FlyingBroomPhysics' has a wrong offset!"); \ static_assert(offsetof(ABroomRiderSpawner, OnScheduledEntityLoaded) == 0x000258, "Member 'ABroomRiderSpawner::OnScheduledEntityLoaded' has a wrong offset!"); \ static_assert(offsetof(ABroomRiderSpawner, SpawnedBrooms) == 0x000268, "Member 'ABroomRiderSpawner::SpawnedBrooms' has a wrong offset!"); \ static_assert(offsetof(ABroomRiderSpawner, SpawnedBroomStudents) == 0x000278, "Member 'ABroomRiderSpawner::SpawnedBroomStudents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BroomSpline_GetSplinePointWorldPositions \ static_assert(alignof(BroomSpline_GetSplinePointWorldPositions) == 0x000008, "Wrong alignment on BroomSpline_GetSplinePointWorldPositions"); \ static_assert(sizeof(BroomSpline_GetSplinePointWorldPositions) == 0x000010, "Wrong size on BroomSpline_GetSplinePointWorldPositions"); \ static_assert(offsetof(BroomSpline_GetSplinePointWorldPositions, OutSplinePathPoints) == 0x000000, "Member 'BroomSpline_GetSplinePointWorldPositions::OutSplinePathPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABroomSpline \ static_assert(alignof(ABroomSpline) == 0x000008, "Wrong alignment on ABroomSpline"); \ static_assert(sizeof(ABroomSpline) == 0x000278, "Wrong size on ABroomSpline"); \ static_assert(offsetof(ABroomSpline, Spline) == 0x000248, "Member 'ABroomSpline::Spline' has a wrong offset!"); \ static_assert(offsetof(ABroomSpline, SplineToCopy) == 0x000250, "Member 'ABroomSpline::SplineToCopy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFastTravelForDoorsComponent \ static_assert(alignof(UFastTravelForDoorsComponent) == 0x000008, "Wrong alignment on UFastTravelForDoorsComponent"); \ static_assert(sizeof(UFastTravelForDoorsComponent) == 0x000158, "Wrong size on UFastTravelForDoorsComponent"); \ static_assert(offsetof(UFastTravelForDoorsComponent, FastTravelDoorType) == 0x0000D0, "Member 'UFastTravelForDoorsComponent::FastTravelDoorType' has a wrong offset!"); \ static_assert(offsetof(UFastTravelForDoorsComponent, FastTravelType) == 0x0000D1, "Member 'UFastTravelForDoorsComponent::FastTravelType' has a wrong offset!"); \ static_assert(offsetof(UFastTravelForDoorsComponent, FastTravelLocation) == 0x0000D4, "Member 'UFastTravelForDoorsComponent::FastTravelLocation' has a wrong offset!"); \ static_assert(offsetof(UFastTravelForDoorsComponent, FastTravelLocationBack) == 0x0000DC, "Member 'UFastTravelForDoorsComponent::FastTravelLocationBack' has a wrong offset!"); \ static_assert(offsetof(UFastTravelForDoorsComponent, DisplayNameFront) == 0x0000E8, "Member 'UFastTravelForDoorsComponent::DisplayNameFront' has a wrong offset!"); \ static_assert(offsetof(UFastTravelForDoorsComponent, DisplayNameBack) == 0x0000F8, "Member 'UFastTravelForDoorsComponent::DisplayNameBack' has a wrong offset!"); \ static_assert(offsetof(UFastTravelForDoorsComponent, FastTravelSceneRig) == 0x000108, "Member 'UFastTravelForDoorsComponent::FastTravelSceneRig' has a wrong offset!"); \ static_assert(offsetof(UFastTravelForDoorsComponent, ChargeTime) == 0x000110, "Member 'UFastTravelForDoorsComponent::ChargeTime' has a wrong offset!"); \ static_assert(offsetof(UFastTravelForDoorsComponent, SceneRigPlayer) == 0x000118, "Member 'UFastTravelForDoorsComponent::SceneRigPlayer' has a wrong offset!"); \ static_assert(offsetof(UFastTravelForDoorsComponent, Door) == 0x000120, "Member 'UFastTravelForDoorsComponent::Door' has a wrong offset!"); \ static_assert(offsetof(UFastTravelForDoorsComponent, CalloutLocator) == 0x000128, "Member 'UFastTravelForDoorsComponent::CalloutLocator' has a wrong offset!"); \ static_assert(offsetof(UFastTravelForDoorsComponent, CognitionStimuliSource) == 0x000130, "Member 'UFastTravelForDoorsComponent::CognitionStimuliSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_Creature_CanHerd \ static_assert(alignof(UBTDecorator_Creature_CanHerd) == 0x000008, "Wrong alignment on UBTDecorator_Creature_CanHerd"); \ static_assert(sizeof(UBTDecorator_Creature_CanHerd) == 0x000068, "Wrong size on UBTDecorator_Creature_CanHerd"); \ #define DUMPER7_ASSERTS_FastTravelManager_Get \ static_assert(alignof(FastTravelManager_Get) == 0x000008, "Wrong alignment on FastTravelManager_Get"); \ static_assert(sizeof(FastTravelManager_Get) == 0x000008, "Wrong size on FastTravelManager_Get"); \ static_assert(offsetof(FastTravelManager_Get, ReturnValue) == 0x000000, "Member 'FastTravelManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_ActorDismount \ static_assert(alignof(FastTravelManager_ActorDismount) == 0x000008, "Wrong alignment on FastTravelManager_ActorDismount"); \ static_assert(sizeof(FastTravelManager_ActorDismount) == 0x000010, "Wrong size on FastTravelManager_ActorDismount"); \ static_assert(offsetof(FastTravelManager_ActorDismount, InActor) == 0x000000, "Member 'FastTravelManager_ActorDismount::InActor' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_ActorDismount, ReturnValue) == 0x000008, "Member 'FastTravelManager_ActorDismount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_AddFastTravelLocationToDB \ static_assert(alignof(FastTravelManager_AddFastTravelLocationToDB) == 0x000008, "Wrong alignment on FastTravelManager_AddFastTravelLocationToDB"); \ static_assert(sizeof(FastTravelManager_AddFastTravelLocationToDB) == 0x000048, "Wrong size on FastTravelManager_AddFastTravelLocationToDB"); \ static_assert(offsetof(FastTravelManager_AddFastTravelLocationToDB, LocationName) == 0x000000, "Member 'FastTravelManager_AddFastTravelLocationToDB::LocationName' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_AddFastTravelLocationToDB, Location) == 0x000010, "Member 'FastTravelManager_AddFastTravelLocationToDB::Location' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_AddFastTravelLocationToDB, BeaconLocation) == 0x00001C, "Member 'FastTravelManager_AddFastTravelLocationToDB::BeaconLocation' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_AddFastTravelLocationToDB, ZRot) == 0x000028, "Member 'FastTravelManager_AddFastTravelLocationToDB::ZRot' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_AddFastTravelLocationToDB, RegionId) == 0x000030, "Member 'FastTravelManager_AddFastTravelLocationToDB::RegionId' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_AddFastTravelLocationToDB, isSaveLocation) == 0x000040, "Member 'FastTravelManager_AddFastTravelLocationToDB::isSaveLocation' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_AddFastTravelLocationToDB, IsBuiltNightly) == 0x000041, "Member 'FastTravelManager_AddFastTravelLocationToDB::IsBuiltNightly' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_AddFastTravelLocationToDB, ShowOnMap) == 0x000042, "Member 'FastTravelManager_AddFastTravelLocationToDB::ShowOnMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_AddFastTravelLocationWithLockToDB \ static_assert(alignof(FastTravelManager_AddFastTravelLocationWithLockToDB) == 0x000008, "Wrong alignment on FastTravelManager_AddFastTravelLocationWithLockToDB"); \ static_assert(sizeof(FastTravelManager_AddFastTravelLocationWithLockToDB) == 0x000038, "Wrong size on FastTravelManager_AddFastTravelLocationWithLockToDB"); \ static_assert(offsetof(FastTravelManager_AddFastTravelLocationWithLockToDB, locationActor) == 0x000000, "Member 'FastTravelManager_AddFastTravelLocationWithLockToDB::locationActor' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_AddFastTravelLocationWithLockToDB, LocationName) == 0x000008, "Member 'FastTravelManager_AddFastTravelLocationWithLockToDB::LocationName' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_AddFastTravelLocationWithLockToDB, Location) == 0x000018, "Member 'FastTravelManager_AddFastTravelLocationWithLockToDB::Location' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_AddFastTravelLocationWithLockToDB, BeaconLocation) == 0x000024, "Member 'FastTravelManager_AddFastTravelLocationWithLockToDB::BeaconLocation' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_AddFastTravelLocationWithLockToDB, ZRot) == 0x000030, "Member 'FastTravelManager_AddFastTravelLocationWithLockToDB::ZRot' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_AddFastTravelLocationWithLockToDB, isSaveLocation) == 0x000034, "Member 'FastTravelManager_AddFastTravelLocationWithLockToDB::isSaveLocation' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_AddFastTravelLocationWithLockToDB, IsBuiltNightly) == 0x000035, "Member 'FastTravelManager_AddFastTravelLocationWithLockToDB::IsBuiltNightly' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_AddFastTravelLocationWithLockToDB, ShowOnMap) == 0x000036, "Member 'FastTravelManager_AddFastTravelLocationWithLockToDB::ShowOnMap' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_AddFastTravelLocationWithLockToDB, Locked) == 0x000037, "Member 'FastTravelManager_AddFastTravelLocationWithLockToDB::Locked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_DebugLogFastTravelInformation \ static_assert(alignof(FastTravelManager_DebugLogFastTravelInformation) == 0x000008, "Wrong alignment on FastTravelManager_DebugLogFastTravelInformation"); \ static_assert(sizeof(FastTravelManager_DebugLogFastTravelInformation) == 0x000020, "Wrong size on FastTravelManager_DebugLogFastTravelInformation"); \ static_assert(offsetof(FastTravelManager_DebugLogFastTravelInformation, Data1) == 0x000000, "Member 'FastTravelManager_DebugLogFastTravelInformation::Data1' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_DebugLogFastTravelInformation, Data2) == 0x000010, "Member 'FastTravelManager_DebugLogFastTravelInformation::Data2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_EnableWaitSR \ static_assert(alignof(FastTravelManager_EnableWaitSR) == 0x000001, "Wrong alignment on FastTravelManager_EnableWaitSR"); \ static_assert(sizeof(FastTravelManager_EnableWaitSR) == 0x000001, "Wrong size on FastTravelManager_EnableWaitSR"); \ static_assert(offsetof(FastTravelManager_EnableWaitSR, Enabled) == 0x000000, "Member 'FastTravelManager_EnableWaitSR::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_FastTravel_DisableNextWaitSR \ static_assert(alignof(FastTravelManager_FastTravel_DisableNextWaitSR) == 0x000001, "Wrong alignment on FastTravelManager_FastTravel_DisableNextWaitSR"); \ static_assert(sizeof(FastTravelManager_FastTravel_DisableNextWaitSR) == 0x000001, "Wrong size on FastTravelManager_FastTravel_DisableNextWaitSR"); \ static_assert(offsetof(FastTravelManager_FastTravel_DisableNextWaitSR, tf) == 0x000000, "Member 'FastTravelManager_FastTravel_DisableNextWaitSR::tf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_FastTravel_EnableWaitSR \ static_assert(alignof(FastTravelManager_FastTravel_EnableWaitSR) == 0x000001, "Wrong alignment on FastTravelManager_FastTravel_EnableWaitSR"); \ static_assert(sizeof(FastTravelManager_FastTravel_EnableWaitSR) == 0x000001, "Wrong size on FastTravelManager_FastTravel_EnableWaitSR"); \ static_assert(offsetof(FastTravelManager_FastTravel_EnableWaitSR, tf) == 0x000000, "Member 'FastTravelManager_FastTravel_EnableWaitSR::tf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_FastTravel_TeleportToXYZ \ static_assert(alignof(FastTravelManager_FastTravel_TeleportToXYZ) == 0x000004, "Wrong alignment on FastTravelManager_FastTravel_TeleportToXYZ"); \ static_assert(sizeof(FastTravelManager_FastTravel_TeleportToXYZ) == 0x00000C, "Wrong size on FastTravelManager_FastTravel_TeleportToXYZ"); \ static_assert(offsetof(FastTravelManager_FastTravel_TeleportToXYZ, X) == 0x000000, "Member 'FastTravelManager_FastTravel_TeleportToXYZ::X' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_FastTravel_TeleportToXYZ, Y) == 0x000004, "Member 'FastTravelManager_FastTravel_TeleportToXYZ::Y' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_FastTravel_TeleportToXYZ, Z) == 0x000008, "Member 'FastTravelManager_FastTravel_TeleportToXYZ::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_FastTravel_To \ static_assert(alignof(FastTravelManager_FastTravel_To) == 0x000008, "Wrong alignment on FastTravelManager_FastTravel_To"); \ static_assert(sizeof(FastTravelManager_FastTravel_To) == 0x000010, "Wrong size on FastTravelManager_FastTravel_To"); \ static_assert(offsetof(FastTravelManager_FastTravel_To, LocationID) == 0x000000, "Member 'FastTravelManager_FastTravel_To::LocationID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_FastTravelTutorialCompleted \ static_assert(alignof(FastTravelManager_FastTravelTutorialCompleted) == 0x000001, "Wrong alignment on FastTravelManager_FastTravelTutorialCompleted"); \ static_assert(sizeof(FastTravelManager_FastTravelTutorialCompleted) == 0x000001, "Wrong size on FastTravelManager_FastTravelTutorialCompleted"); \ static_assert(offsetof(FastTravelManager_FastTravelTutorialCompleted, ReturnValue) == 0x000000, "Member 'FastTravelManager_FastTravelTutorialCompleted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_FindFastTravelLocationData \ static_assert(alignof(FastTravelManager_FindFastTravelLocationData) == 0x000008, "Wrong alignment on FastTravelManager_FindFastTravelLocationData"); \ static_assert(sizeof(FastTravelManager_FindFastTravelLocationData) == 0x000060, "Wrong size on FastTravelManager_FindFastTravelLocationData"); \ static_assert(offsetof(FastTravelManager_FindFastTravelLocationData, LocationID) == 0x000000, "Member 'FastTravelManager_FindFastTravelLocationData::LocationID' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_FindFastTravelLocationData, LocationData) == 0x000010, "Member 'FastTravelManager_FindFastTravelLocationData::LocationData' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_FindFastTravelLocationData, ReturnValue) == 0x000058, "Member 'FastTravelManager_FindFastTravelLocationData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_GetAvailableFloos \ static_assert(alignof(FastTravelManager_GetAvailableFloos) == 0x000008, "Wrong alignment on FastTravelManager_GetAvailableFloos"); \ static_assert(sizeof(FastTravelManager_GetAvailableFloos) == 0x000010, "Wrong size on FastTravelManager_GetAvailableFloos"); \ static_assert(offsetof(FastTravelManager_GetAvailableFloos, AvailableFloos) == 0x000000, "Member 'FastTravelManager_GetAvailableFloos::AvailableFloos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_GetClosestUnlockedSaveLocation \ static_assert(alignof(FastTravelManager_GetClosestUnlockedSaveLocation) == 0x000008, "Wrong alignment on FastTravelManager_GetClosestUnlockedSaveLocation"); \ static_assert(sizeof(FastTravelManager_GetClosestUnlockedSaveLocation) == 0x000060, "Wrong size on FastTravelManager_GetClosestUnlockedSaveLocation"); \ static_assert(offsetof(FastTravelManager_GetClosestUnlockedSaveLocation, CheckLocation) == 0x000000, "Member 'FastTravelManager_GetClosestUnlockedSaveLocation::CheckLocation' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_GetClosestUnlockedSaveLocation, LocationData) == 0x000010, "Member 'FastTravelManager_GetClosestUnlockedSaveLocation::LocationData' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_GetClosestUnlockedSaveLocation, ReturnValue) == 0x000058, "Member 'FastTravelManager_GetClosestUnlockedSaveLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_GetClosestUnlockedSaveLocationToPlayer \ static_assert(alignof(FastTravelManager_GetClosestUnlockedSaveLocationToPlayer) == 0x000008, "Wrong alignment on FastTravelManager_GetClosestUnlockedSaveLocationToPlayer"); \ static_assert(sizeof(FastTravelManager_GetClosestUnlockedSaveLocationToPlayer) == 0x000050, "Wrong size on FastTravelManager_GetClosestUnlockedSaveLocationToPlayer"); \ static_assert(offsetof(FastTravelManager_GetClosestUnlockedSaveLocationToPlayer, LocationData) == 0x000000, "Member 'FastTravelManager_GetClosestUnlockedSaveLocationToPlayer::LocationData' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_GetClosestUnlockedSaveLocationToPlayer, ReturnValue) == 0x000048, "Member 'FastTravelManager_GetClosestUnlockedSaveLocationToPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_GetFastTravelLocationDataFromName \ static_assert(alignof(FastTravelManager_GetFastTravelLocationDataFromName) == 0x000008, "Wrong alignment on FastTravelManager_GetFastTravelLocationDataFromName"); \ static_assert(sizeof(FastTravelManager_GetFastTravelLocationDataFromName) == 0x000060, "Wrong size on FastTravelManager_GetFastTravelLocationDataFromName"); \ static_assert(offsetof(FastTravelManager_GetFastTravelLocationDataFromName, Name_0) == 0x000000, "Member 'FastTravelManager_GetFastTravelLocationDataFromName::Name_0' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_GetFastTravelLocationDataFromName, Location) == 0x000010, "Member 'FastTravelManager_GetFastTravelLocationDataFromName::Location' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_GetFastTravelLocationDataFromName, ReturnValue) == 0x000058, "Member 'FastTravelManager_GetFastTravelLocationDataFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_GetFastTravelLocationFromName \ static_assert(alignof(FastTravelManager_GetFastTravelLocationFromName) == 0x000008, "Wrong alignment on FastTravelManager_GetFastTravelLocationFromName"); \ static_assert(sizeof(FastTravelManager_GetFastTravelLocationFromName) == 0x000020, "Wrong size on FastTravelManager_GetFastTravelLocationFromName"); \ static_assert(offsetof(FastTravelManager_GetFastTravelLocationFromName, Name_0) == 0x000000, "Member 'FastTravelManager_GetFastTravelLocationFromName::Name_0' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_GetFastTravelLocationFromName, Location) == 0x000010, "Member 'FastTravelManager_GetFastTravelLocationFromName::Location' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_GetFastTravelLocationFromName, ReturnValue) == 0x00001C, "Member 'FastTravelManager_GetFastTravelLocationFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_GetFastTravelLocations \ static_assert(alignof(FastTravelManager_GetFastTravelLocations) == 0x000008, "Wrong alignment on FastTravelManager_GetFastTravelLocations"); \ static_assert(sizeof(FastTravelManager_GetFastTravelLocations) == 0x000020, "Wrong size on FastTravelManager_GetFastTravelLocations"); \ static_assert(offsetof(FastTravelManager_GetFastTravelLocations, Names) == 0x000000, "Member 'FastTravelManager_GetFastTravelLocations::Names' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_GetFastTravelLocations, Locations) == 0x000010, "Member 'FastTravelManager_GetFastTravelLocations::Locations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_GetFastTravelLocationsByType \ static_assert(alignof(FastTravelManager_GetFastTravelLocationsByType) == 0x000008, "Wrong alignment on FastTravelManager_GetFastTravelLocationsByType"); \ static_assert(sizeof(FastTravelManager_GetFastTravelLocationsByType) == 0x000020, "Wrong size on FastTravelManager_GetFastTravelLocationsByType"); \ static_assert(offsetof(FastTravelManager_GetFastTravelLocationsByType, Type) == 0x000000, "Member 'FastTravelManager_GetFastTravelLocationsByType::Type' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_GetFastTravelLocationsByType, Locations) == 0x000010, "Member 'FastTravelManager_GetFastTravelLocationsByType::Locations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_GetForceFastTravelLocationName \ static_assert(alignof(FastTravelManager_GetForceFastTravelLocationName) == 0x000008, "Wrong alignment on FastTravelManager_GetForceFastTravelLocationName"); \ static_assert(sizeof(FastTravelManager_GetForceFastTravelLocationName) == 0x000010, "Wrong size on FastTravelManager_GetForceFastTravelLocationName"); \ static_assert(offsetof(FastTravelManager_GetForceFastTravelLocationName, ReturnValue) == 0x000000, "Member 'FastTravelManager_GetForceFastTravelLocationName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_GetHardLoadFastTravelLocaiton \ static_assert(alignof(FastTravelManager_GetHardLoadFastTravelLocaiton) == 0x000004, "Wrong alignment on FastTravelManager_GetHardLoadFastTravelLocaiton"); \ static_assert(sizeof(FastTravelManager_GetHardLoadFastTravelLocaiton) == 0x00000C, "Wrong size on FastTravelManager_GetHardLoadFastTravelLocaiton"); \ static_assert(offsetof(FastTravelManager_GetHardLoadFastTravelLocaiton, ReturnValue) == 0x000000, "Member 'FastTravelManager_GetHardLoadFastTravelLocaiton::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_GetHardLoadFastTravelYaw \ static_assert(alignof(FastTravelManager_GetHardLoadFastTravelYaw) == 0x000004, "Wrong alignment on FastTravelManager_GetHardLoadFastTravelYaw"); \ static_assert(sizeof(FastTravelManager_GetHardLoadFastTravelYaw) == 0x000004, "Wrong size on FastTravelManager_GetHardLoadFastTravelYaw"); \ static_assert(offsetof(FastTravelManager_GetHardLoadFastTravelYaw, ReturnValue) == 0x000000, "Member 'FastTravelManager_GetHardLoadFastTravelYaw::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_HasHardLoadFastTravelLocation \ static_assert(alignof(FastTravelManager_HasHardLoadFastTravelLocation) == 0x000001, "Wrong alignment on FastTravelManager_HasHardLoadFastTravelLocation"); \ static_assert(sizeof(FastTravelManager_HasHardLoadFastTravelLocation) == 0x000001, "Wrong size on FastTravelManager_HasHardLoadFastTravelLocation"); \ static_assert(offsetof(FastTravelManager_HasHardLoadFastTravelLocation, ReturnValue) == 0x000000, "Member 'FastTravelManager_HasHardLoadFastTravelLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_IsFastTravelAvailable \ static_assert(alignof(FastTravelManager_IsFastTravelAvailable) == 0x000001, "Wrong alignment on FastTravelManager_IsFastTravelAvailable"); \ static_assert(sizeof(FastTravelManager_IsFastTravelAvailable) == 0x000001, "Wrong size on FastTravelManager_IsFastTravelAvailable"); \ static_assert(offsetof(FastTravelManager_IsFastTravelAvailable, ReturnValue) == 0x000000, "Member 'FastTravelManager_IsFastTravelAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_IsFastTravelAvailableForLocation \ static_assert(alignof(FastTravelManager_IsFastTravelAvailableForLocation) == 0x000008, "Wrong alignment on FastTravelManager_IsFastTravelAvailableForLocation"); \ static_assert(sizeof(FastTravelManager_IsFastTravelAvailableForLocation) == 0x000018, "Wrong size on FastTravelManager_IsFastTravelAvailableForLocation"); \ static_assert(offsetof(FastTravelManager_IsFastTravelAvailableForLocation, LocationID) == 0x000000, "Member 'FastTravelManager_IsFastTravelAvailableForLocation::LocationID' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_IsFastTravelAvailableForLocation, ReturnValue) == 0x000010, "Member 'FastTravelManager_IsFastTravelAvailableForLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_IsFastTravelDebugUnlockAllActive \ static_assert(alignof(FastTravelManager_IsFastTravelDebugUnlockAllActive) == 0x000001, "Wrong alignment on FastTravelManager_IsFastTravelDebugUnlockAllActive"); \ static_assert(sizeof(FastTravelManager_IsFastTravelDebugUnlockAllActive) == 0x000001, "Wrong size on FastTravelManager_IsFastTravelDebugUnlockAllActive"); \ static_assert(offsetof(FastTravelManager_IsFastTravelDebugUnlockAllActive, ReturnValue) == 0x000000, "Member 'FastTravelManager_IsFastTravelDebugUnlockAllActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_IsFastTravelDisabled \ static_assert(alignof(FastTravelManager_IsFastTravelDisabled) == 0x000001, "Wrong alignment on FastTravelManager_IsFastTravelDisabled"); \ static_assert(sizeof(FastTravelManager_IsFastTravelDisabled) == 0x000001, "Wrong size on FastTravelManager_IsFastTravelDisabled"); \ static_assert(offsetof(FastTravelManager_IsFastTravelDisabled, ReturnValue) == 0x000000, "Member 'FastTravelManager_IsFastTravelDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_IsFastTravelling \ static_assert(alignof(FastTravelManager_IsFastTravelling) == 0x000001, "Wrong alignment on FastTravelManager_IsFastTravelling"); \ static_assert(sizeof(FastTravelManager_IsFastTravelling) == 0x000001, "Wrong size on FastTravelManager_IsFastTravelling"); \ static_assert(offsetof(FastTravelManager_IsFastTravelling, ReturnValue) == 0x000000, "Member 'FastTravelManager_IsFastTravelling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_IsFastTravelTutorialActive \ static_assert(alignof(FastTravelManager_IsFastTravelTutorialActive) == 0x000001, "Wrong alignment on FastTravelManager_IsFastTravelTutorialActive"); \ static_assert(sizeof(FastTravelManager_IsFastTravelTutorialActive) == 0x000001, "Wrong size on FastTravelManager_IsFastTravelTutorialActive"); \ static_assert(offsetof(FastTravelManager_IsFastTravelTutorialActive, ReturnValue) == 0x000000, "Member 'FastTravelManager_IsFastTravelTutorialActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_IsFastTravelUnlockedForLocation \ static_assert(alignof(FastTravelManager_IsFastTravelUnlockedForLocation) == 0x000008, "Wrong alignment on FastTravelManager_IsFastTravelUnlockedForLocation"); \ static_assert(sizeof(FastTravelManager_IsFastTravelUnlockedForLocation) == 0x000018, "Wrong size on FastTravelManager_IsFastTravelUnlockedForLocation"); \ static_assert(offsetof(FastTravelManager_IsFastTravelUnlockedForLocation, LocationID) == 0x000000, "Member 'FastTravelManager_IsFastTravelUnlockedForLocation::LocationID' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_IsFastTravelUnlockedForLocation, ReturnValue) == 0x000010, "Member 'FastTravelManager_IsFastTravelUnlockedForLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_IsFlooLoaded \ static_assert(alignof(FastTravelManager_IsFlooLoaded) == 0x000008, "Wrong alignment on FastTravelManager_IsFlooLoaded"); \ static_assert(sizeof(FastTravelManager_IsFlooLoaded) == 0x000020, "Wrong size on FastTravelManager_IsFlooLoaded"); \ static_assert(offsetof(FastTravelManager_IsFlooLoaded, Name_0) == 0x000000, "Member 'FastTravelManager_IsFlooLoaded::Name_0' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_IsFlooLoaded, TargetFlooIn) == 0x000010, "Member 'FastTravelManager_IsFlooLoaded::TargetFlooIn' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_IsFlooLoaded, ReturnValue) == 0x000018, "Member 'FastTravelManager_IsFlooLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_IsWaitEnabled \ static_assert(alignof(FastTravelManager_IsWaitEnabled) == 0x000001, "Wrong alignment on FastTravelManager_IsWaitEnabled"); \ static_assert(sizeof(FastTravelManager_IsWaitEnabled) == 0x000001, "Wrong size on FastTravelManager_IsWaitEnabled"); \ static_assert(offsetof(FastTravelManager_IsWaitEnabled, ReturnValue) == 0x000000, "Member 'FastTravelManager_IsWaitEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_LockLocationByActor \ static_assert(alignof(FastTravelManager_LockLocationByActor) == 0x000008, "Wrong alignment on FastTravelManager_LockLocationByActor"); \ static_assert(sizeof(FastTravelManager_LockLocationByActor) == 0x000008, "Wrong size on FastTravelManager_LockLocationByActor"); \ static_assert(offsetof(FastTravelManager_LockLocationByActor, locationActor) == 0x000000, "Member 'FastTravelManager_LockLocationByActor::locationActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_LockLocationByName \ static_assert(alignof(FastTravelManager_LockLocationByName) == 0x000008, "Wrong alignment on FastTravelManager_LockLocationByName"); \ static_assert(sizeof(FastTravelManager_LockLocationByName) == 0x000010, "Wrong size on FastTravelManager_LockLocationByName"); \ static_assert(offsetof(FastTravelManager_LockLocationByName, LocationName) == 0x000000, "Member 'FastTravelManager_LockLocationByName::LocationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_PlayerCanceledFloo \ static_assert(alignof(FastTravelManager_PlayerCanceledFloo) == 0x000008, "Wrong alignment on FastTravelManager_PlayerCanceledFloo"); \ static_assert(sizeof(FastTravelManager_PlayerCanceledFloo) == 0x000008, "Wrong size on FastTravelManager_PlayerCanceledFloo"); \ static_assert(offsetof(FastTravelManager_PlayerCanceledFloo, ActorUsingFloo) == 0x000000, "Member 'FastTravelManager_PlayerCanceledFloo::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_PlayerDroppedPowder \ static_assert(alignof(FastTravelManager_PlayerDroppedPowder) == 0x000008, "Wrong alignment on FastTravelManager_PlayerDroppedPowder"); \ static_assert(sizeof(FastTravelManager_PlayerDroppedPowder) == 0x000008, "Wrong size on FastTravelManager_PlayerDroppedPowder"); \ static_assert(offsetof(FastTravelManager_PlayerDroppedPowder, ActorUsingFloo) == 0x000000, "Member 'FastTravelManager_PlayerDroppedPowder::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_PlayerEnteredFloo \ static_assert(alignof(FastTravelManager_PlayerEnteredFloo) == 0x000008, "Wrong alignment on FastTravelManager_PlayerEnteredFloo"); \ static_assert(sizeof(FastTravelManager_PlayerEnteredFloo) == 0x000008, "Wrong size on FastTravelManager_PlayerEnteredFloo"); \ static_assert(offsetof(FastTravelManager_PlayerEnteredFloo, ActorUsingFloo) == 0x000000, "Member 'FastTravelManager_PlayerEnteredFloo::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_PlayerEnteringFloo \ static_assert(alignof(FastTravelManager_PlayerEnteringFloo) == 0x000008, "Wrong alignment on FastTravelManager_PlayerEnteringFloo"); \ static_assert(sizeof(FastTravelManager_PlayerEnteringFloo) == 0x000008, "Wrong size on FastTravelManager_PlayerEnteringFloo"); \ static_assert(offsetof(FastTravelManager_PlayerEnteringFloo, ActorUsingFloo) == 0x000000, "Member 'FastTravelManager_PlayerEnteringFloo::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_PlayerExitedFloo \ static_assert(alignof(FastTravelManager_PlayerExitedFloo) == 0x000008, "Wrong alignment on FastTravelManager_PlayerExitedFloo"); \ static_assert(sizeof(FastTravelManager_PlayerExitedFloo) == 0x000008, "Wrong size on FastTravelManager_PlayerExitedFloo"); \ static_assert(offsetof(FastTravelManager_PlayerExitedFloo, ActorUsingFloo) == 0x000000, "Member 'FastTravelManager_PlayerExitedFloo::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_PlayerExitingFloo \ static_assert(alignof(FastTravelManager_PlayerExitingFloo) == 0x000008, "Wrong alignment on FastTravelManager_PlayerExitingFloo"); \ static_assert(sizeof(FastTravelManager_PlayerExitingFloo) == 0x000008, "Wrong size on FastTravelManager_PlayerExitingFloo"); \ static_assert(offsetof(FastTravelManager_PlayerExitingFloo, ActorUsingFloo) == 0x000000, "Member 'FastTravelManager_PlayerExitingFloo::ActorUsingFloo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_PlayerSelectedFloo \ static_assert(alignof(FastTravelManager_PlayerSelectedFloo) == 0x000008, "Wrong alignment on FastTravelManager_PlayerSelectedFloo"); \ static_assert(sizeof(FastTravelManager_PlayerSelectedFloo) == 0x000018, "Wrong size on FastTravelManager_PlayerSelectedFloo"); \ static_assert(offsetof(FastTravelManager_PlayerSelectedFloo, ActorUsingFloo) == 0x000000, "Member 'FastTravelManager_PlayerSelectedFloo::ActorUsingFloo' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_PlayerSelectedFloo, FastTravelID) == 0x000008, "Member 'FastTravelManager_PlayerSelectedFloo::FastTravelID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_PlayWaitSceneRig \ static_assert(alignof(FastTravelManager_PlayWaitSceneRig) == 0x000001, "Wrong alignment on FastTravelManager_PlayWaitSceneRig"); \ static_assert(sizeof(FastTravelManager_PlayWaitSceneRig) == 0x000001, "Wrong size on FastTravelManager_PlayWaitSceneRig"); \ static_assert(offsetof(FastTravelManager_PlayWaitSceneRig, WaitAtEnd) == 0x000000, "Member 'FastTravelManager_PlayWaitSceneRig::WaitAtEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_SetFastTravelDisabled \ static_assert(alignof(FastTravelManager_SetFastTravelDisabled) == 0x000001, "Wrong alignment on FastTravelManager_SetFastTravelDisabled"); \ static_assert(sizeof(FastTravelManager_SetFastTravelDisabled) == 0x000001, "Wrong size on FastTravelManager_SetFastTravelDisabled"); \ static_assert(offsetof(FastTravelManager_SetFastTravelDisabled, Disabled) == 0x000000, "Member 'FastTravelManager_SetFastTravelDisabled::Disabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_SetForceFastTravelLocationName \ static_assert(alignof(FastTravelManager_SetForceFastTravelLocationName) == 0x000008, "Wrong alignment on FastTravelManager_SetForceFastTravelLocationName"); \ static_assert(sizeof(FastTravelManager_SetForceFastTravelLocationName) == 0x000020, "Wrong size on FastTravelManager_SetForceFastTravelLocationName"); \ static_assert(offsetof(FastTravelManager_SetForceFastTravelLocationName, FastTravelID) == 0x000000, "Member 'FastTravelManager_SetForceFastTravelLocationName::FastTravelID' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_SetForceFastTravelLocationName, StartInMap) == 0x000010, "Member 'FastTravelManager_SetForceFastTravelLocationName::StartInMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_SetWaitEnabled \ static_assert(alignof(FastTravelManager_SetWaitEnabled) == 0x000001, "Wrong alignment on FastTravelManager_SetWaitEnabled"); \ static_assert(sizeof(FastTravelManager_SetWaitEnabled) == 0x000001, "Wrong size on FastTravelManager_SetWaitEnabled"); \ static_assert(offsetof(FastTravelManager_SetWaitEnabled, Enable) == 0x000000, "Member 'FastTravelManager_SetWaitEnabled::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_StartFastTravel \ static_assert(alignof(FastTravelManager_StartFastTravel) == 0x000008, "Wrong alignment on FastTravelManager_StartFastTravel"); \ static_assert(sizeof(FastTravelManager_StartFastTravel) == 0x000030, "Wrong size on FastTravelManager_StartFastTravel"); \ static_assert(offsetof(FastTravelManager_StartFastTravel, TravelActorIn) == 0x000000, "Member 'FastTravelManager_StartFastTravel::TravelActorIn' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_StartFastTravel, ToLocation) == 0x000008, "Member 'FastTravelManager_StartFastTravel::ToLocation' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_StartFastTravel, EndPointActorNameIn) == 0x000018, "Member 'FastTravelManager_StartFastTravel::EndPointActorNameIn' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_StartFastTravel, Yaw) == 0x000028, "Member 'FastTravelManager_StartFastTravel::Yaw' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_StartFastTravel, FromType) == 0x00002C, "Member 'FastTravelManager_StartFastTravel::FromType' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_StartFastTravel, FastTravelControlType) == 0x00002D, "Member 'FastTravelManager_StartFastTravel::FastTravelControlType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_StartFastTravelToClosestUnlockedSaveLocation \ static_assert(alignof(FastTravelManager_StartFastTravelToClosestUnlockedSaveLocation) == 0x000004, "Wrong alignment on FastTravelManager_StartFastTravelToClosestUnlockedSaveLocation"); \ static_assert(sizeof(FastTravelManager_StartFastTravelToClosestUnlockedSaveLocation) == 0x000010, "Wrong size on FastTravelManager_StartFastTravelToClosestUnlockedSaveLocation"); \ static_assert(offsetof(FastTravelManager_StartFastTravelToClosestUnlockedSaveLocation, CheckLocation) == 0x000000, "Member 'FastTravelManager_StartFastTravelToClosestUnlockedSaveLocation::CheckLocation' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_StartFastTravelToClosestUnlockedSaveLocation, ReturnValue) == 0x00000C, "Member 'FastTravelManager_StartFastTravelToClosestUnlockedSaveLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_StartFastTravelToClosestUnlockedSaveLocationToPlayer \ static_assert(alignof(FastTravelManager_StartFastTravelToClosestUnlockedSaveLocationToPlayer) == 0x000001, "Wrong alignment on FastTravelManager_StartFastTravelToClosestUnlockedSaveLocationToPlayer"); \ static_assert(sizeof(FastTravelManager_StartFastTravelToClosestUnlockedSaveLocationToPlayer) == 0x000001, "Wrong size on FastTravelManager_StartFastTravelToClosestUnlockedSaveLocationToPlayer"); \ static_assert(offsetof(FastTravelManager_StartFastTravelToClosestUnlockedSaveLocationToPlayer, ReturnValue) == 0x000000, "Member 'FastTravelManager_StartFastTravelToClosestUnlockedSaveLocationToPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_StartFastTravelToNamedLocation \ static_assert(alignof(FastTravelManager_StartFastTravelToNamedLocation) == 0x000004, "Wrong alignment on FastTravelManager_StartFastTravelToNamedLocation"); \ static_assert(sizeof(FastTravelManager_StartFastTravelToNamedLocation) == 0x00000C, "Wrong size on FastTravelManager_StartFastTravelToNamedLocation"); \ static_assert(offsetof(FastTravelManager_StartFastTravelToNamedLocation, LocationName) == 0x000000, "Member 'FastTravelManager_StartFastTravelToNamedLocation::LocationName' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_StartFastTravelToNamedLocation, FromType) == 0x000008, "Member 'FastTravelManager_StartFastTravelToNamedLocation::FromType' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_StartFastTravelToNamedLocation, FastTravelControlType) == 0x000009, "Member 'FastTravelManager_StartFastTravelToNamedLocation::FastTravelControlType' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_StartFastTravelToNamedLocation, ReturnValue) == 0x00000A, "Member 'FastTravelManager_StartFastTravelToNamedLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_StartFastTravelUsingID \ static_assert(alignof(FastTravelManager_StartFastTravelUsingID) == 0x000008, "Wrong alignment on FastTravelManager_StartFastTravelUsingID"); \ static_assert(sizeof(FastTravelManager_StartFastTravelUsingID) == 0x000018, "Wrong size on FastTravelManager_StartFastTravelUsingID"); \ static_assert(offsetof(FastTravelManager_StartFastTravelUsingID, LocationID) == 0x000000, "Member 'FastTravelManager_StartFastTravelUsingID::LocationID' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_StartFastTravelUsingID, FromType) == 0x000010, "Member 'FastTravelManager_StartFastTravelUsingID::FromType' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_StartFastTravelUsingID, FastTravelControlType) == 0x000011, "Member 'FastTravelManager_StartFastTravelUsingID::FastTravelControlType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_StartFastTravelUsingIDWithCallbackBP \ static_assert(alignof(FastTravelManager_StartFastTravelUsingIDWithCallbackBP) == 0x000008, "Wrong alignment on FastTravelManager_StartFastTravelUsingIDWithCallbackBP"); \ static_assert(sizeof(FastTravelManager_StartFastTravelUsingIDWithCallbackBP) == 0x000028, "Wrong size on FastTravelManager_StartFastTravelUsingIDWithCallbackBP"); \ static_assert(offsetof(FastTravelManager_StartFastTravelUsingIDWithCallbackBP, LocationID) == 0x000000, "Member 'FastTravelManager_StartFastTravelUsingIDWithCallbackBP::LocationID' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_StartFastTravelUsingIDWithCallbackBP, Callback) == 0x000010, "Member 'FastTravelManager_StartFastTravelUsingIDWithCallbackBP::Callback' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_StartFastTravelUsingIDWithCallbackBP, FromType) == 0x000020, "Member 'FastTravelManager_StartFastTravelUsingIDWithCallbackBP::FromType' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_StartFastTravelUsingIDWithCallbackBP, FastTravelControlType) == 0x000021, "Member 'FastTravelManager_StartFastTravelUsingIDWithCallbackBP::FastTravelControlType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_StartFastTravelWithCallbackBP \ static_assert(alignof(FastTravelManager_StartFastTravelWithCallbackBP) == 0x000004, "Wrong alignment on FastTravelManager_StartFastTravelWithCallbackBP"); \ static_assert(sizeof(FastTravelManager_StartFastTravelWithCallbackBP) == 0x000020, "Wrong size on FastTravelManager_StartFastTravelWithCallbackBP"); \ static_assert(offsetof(FastTravelManager_StartFastTravelWithCallbackBP, ToLocation) == 0x000000, "Member 'FastTravelManager_StartFastTravelWithCallbackBP::ToLocation' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_StartFastTravelWithCallbackBP, Callback) == 0x00000C, "Member 'FastTravelManager_StartFastTravelWithCallbackBP::Callback' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_StartFastTravelWithCallbackBP, FromType) == 0x00001C, "Member 'FastTravelManager_StartFastTravelWithCallbackBP::FromType' has a wrong offset!"); \ static_assert(offsetof(FastTravelManager_StartFastTravelWithCallbackBP, FastTravelControlType) == 0x00001D, "Member 'FastTravelManager_StartFastTravelWithCallbackBP::FastTravelControlType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_UnlockLocation \ static_assert(alignof(FastTravelManager_UnlockLocation) == 0x000008, "Wrong alignment on FastTravelManager_UnlockLocation"); \ static_assert(sizeof(FastTravelManager_UnlockLocation) == 0x000010, "Wrong size on FastTravelManager_UnlockLocation"); \ static_assert(offsetof(FastTravelManager_UnlockLocation, LocationID) == 0x000000, "Member 'FastTravelManager_UnlockLocation::LocationID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_UnlockLocationByActor \ static_assert(alignof(FastTravelManager_UnlockLocationByActor) == 0x000008, "Wrong alignment on FastTravelManager_UnlockLocationByActor"); \ static_assert(sizeof(FastTravelManager_UnlockLocationByActor) == 0x000008, "Wrong size on FastTravelManager_UnlockLocationByActor"); \ static_assert(offsetof(FastTravelManager_UnlockLocationByActor, locationActor) == 0x000000, "Member 'FastTravelManager_UnlockLocationByActor::locationActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelManager_UnlockLocationByName \ static_assert(alignof(FastTravelManager_UnlockLocationByName) == 0x000008, "Wrong alignment on FastTravelManager_UnlockLocationByName"); \ static_assert(sizeof(FastTravelManager_UnlockLocationByName) == 0x000010, "Wrong size on FastTravelManager_UnlockLocationByName"); \ static_assert(offsetof(FastTravelManager_UnlockLocationByName, LocationName) == 0x000000, "Member 'FastTravelManager_UnlockLocationByName::LocationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFastTravelManager \ static_assert(alignof(UFastTravelManager) == 0x000008, "Wrong alignment on UFastTravelManager"); \ static_assert(sizeof(UFastTravelManager) == 0x000208, "Wrong size on UFastTravelManager"); \ static_assert(offsetof(UFastTravelManager, bWaitEnabled) == 0x000030, "Member 'UFastTravelManager::bWaitEnabled' has a wrong offset!"); \ static_assert(offsetof(UFastTravelManager, SourceFlooRef) == 0x000038, "Member 'UFastTravelManager::SourceFlooRef' has a wrong offset!"); \ static_assert(offsetof(UFastTravelManager, TargetFlooName) == 0x000040, "Member 'UFastTravelManager::TargetFlooName' has a wrong offset!"); \ static_assert(offsetof(UFastTravelManager, TargetFloo) == 0x000050, "Member 'UFastTravelManager::TargetFloo' has a wrong offset!"); \ static_assert(offsetof(UFastTravelManager, FlooList) == 0x000080, "Member 'UFastTravelManager::FlooList' has a wrong offset!"); \ static_assert(offsetof(UFastTravelManager, FastTravelLocations) == 0x000090, "Member 'UFastTravelManager::FastTravelLocations' has a wrong offset!"); \ static_assert(offsetof(UFastTravelManager, SceneRigCallback) == 0x0000E4, "Member 'UFastTravelManager::SceneRigCallback' has a wrong offset!"); \ static_assert(offsetof(UFastTravelManager, WaitSceneRigActor) == 0x000100, "Member 'UFastTravelManager::WaitSceneRigActor' has a wrong offset!"); \ static_assert(offsetof(UFastTravelManager, LastActorUsingFloo) == 0x0001B8, "Member 'UFastTravelManager::LastActorUsingFloo' has a wrong offset!"); \ static_assert(offsetof(UFastTravelManager, FlooListEntry) == 0x0001C0, "Member 'UFastTravelManager::FlooListEntry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_CreatureCheckNavmeshAreaFlag \ static_assert(alignof(UBTDecorator_CreatureCheckNavmeshAreaFlag) == 0x000008, "Wrong alignment on UBTDecorator_CreatureCheckNavmeshAreaFlag"); \ static_assert(sizeof(UBTDecorator_CreatureCheckNavmeshAreaFlag) == 0x0000E0, "Wrong size on UBTDecorator_CreatureCheckNavmeshAreaFlag"); \ static_assert(offsetof(UBTDecorator_CreatureCheckNavmeshAreaFlag, bUseCreaturePreferredAreaFlags) == 0x000068, "Member 'UBTDecorator_CreatureCheckNavmeshAreaFlag::bUseCreaturePreferredAreaFlags' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_CreatureCheckNavmeshAreaFlag, CustomAreaFlags) == 0x00006C, "Member 'UBTDecorator_CreatureCheckNavmeshAreaFlag::CustomAreaFlags' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_CreatureCheckNavmeshAreaFlag, ParameterizedHorizontalQueryRadius) == 0x000070, "Member 'UBTDecorator_CreatureCheckNavmeshAreaFlag::ParameterizedHorizontalQueryRadius' has a wrong offset!"); \ static_assert(offsetof(UBTDecorator_CreatureCheckNavmeshAreaFlag, ParameterizedVerticalQueryRadius) == 0x0000A8, "Member 'UBTDecorator_CreatureCheckNavmeshAreaFlag::ParameterizedVerticalQueryRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDCustomLoopCount_CreatureCombat_MaxNumChainedAttacks \ static_assert(alignof(UBTDCustomLoopCount_CreatureCombat_MaxNumChainedAttacks) == 0x000008, "Wrong alignment on UBTDCustomLoopCount_CreatureCombat_MaxNumChainedAttacks"); \ static_assert(sizeof(UBTDCustomLoopCount_CreatureCombat_MaxNumChainedAttacks) == 0x000028, "Wrong size on UBTDCustomLoopCount_CreatureCombat_MaxNumChainedAttacks"); \ #define DUMPER7_ASSERTS_UFieldGuideButton_Gear \ static_assert(alignof(UFieldGuideButton_Gear) == 0x000008, "Wrong alignment on UFieldGuideButton_Gear"); \ static_assert(sizeof(UFieldGuideButton_Gear) == 0x0004C0, "Wrong size on UFieldGuideButton_Gear"); \ static_assert(offsetof(UFieldGuideButton_Gear, NewItemCategories) == 0x0004B0, "Member 'UFieldGuideButton_Gear::NewItemCategories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDCustomLoopCount_CreatureIdle_NumForageCycles \ static_assert(alignof(UBTDCustomLoopCount_CreatureIdle_NumForageCycles) == 0x000008, "Wrong alignment on UBTDCustomLoopCount_CreatureIdle_NumForageCycles"); \ static_assert(sizeof(UBTDCustomLoopCount_CreatureIdle_NumForageCycles) == 0x000028, "Wrong size on UBTDCustomLoopCount_CreatureIdle_NumForageCycles"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolInLevels \ static_assert(alignof(UFXAutoTriggerBoolInLevels) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolInLevels"); \ static_assert(sizeof(UFXAutoTriggerBoolInLevels) == 0x000038, "Wrong size on UFXAutoTriggerBoolInLevels"); \ static_assert(offsetof(UFXAutoTriggerBoolInLevels, Levels) == 0x000028, "Member 'UFXAutoTriggerBoolInLevels::Levels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTDecorator_ShouldFlyTo \ static_assert(alignof(UBTDecorator_ShouldFlyTo) == 0x000008, "Wrong alignment on UBTDecorator_ShouldFlyTo"); \ static_assert(sizeof(UBTDecorator_ShouldFlyTo) == 0x000090, "Wrong size on UBTDecorator_ShouldFlyTo"); \ static_assert(offsetof(UBTDecorator_ShouldFlyTo, TargetKey) == 0x000068, "Member 'UBTDecorator_ShouldFlyTo::TargetKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolBlendDomainZero \ static_assert(alignof(UFXAutoTriggerBoolBlendDomainZero) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolBlendDomainZero"); \ static_assert(sizeof(UFXAutoTriggerBoolBlendDomainZero) == 0x000038, "Wrong size on UFXAutoTriggerBoolBlendDomainZero"); \ static_assert(offsetof(UFXAutoTriggerBoolBlendDomainZero, BlendDomain) == 0x000028, "Member 'UFXAutoTriggerBoolBlendDomainZero::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_360Sight \ static_assert(alignof(UBTService_360Sight) == 0x000008, "Wrong alignment on UBTService_360Sight"); \ static_assert(sizeof(UBTService_360Sight) == 0x000078, "Wrong size on UBTService_360Sight"); \ #define DUMPER7_ASSERTS_RepairComponent_AddImpulse \ static_assert(alignof(RepairComponent_AddImpulse) == 0x000004, "Wrong alignment on RepairComponent_AddImpulse"); \ static_assert(sizeof(RepairComponent_AddImpulse) == 0x000024, "Wrong size on RepairComponent_AddImpulse"); \ static_assert(offsetof(RepairComponent_AddImpulse, Impulse) == 0x000000, "Member 'RepairComponent_AddImpulse::Impulse' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_AddImpulse, ImpulseLocation) == 0x00000C, "Member 'RepairComponent_AddImpulse::ImpulseLocation' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_AddImpulse, Radius) == 0x000018, "Member 'RepairComponent_AddImpulse::Radius' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_AddImpulse, AngularForceMultiplier) == 0x00001C, "Member 'RepairComponent_AddImpulse::AngularForceMultiplier' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_AddImpulse, Falloff) == 0x000020, "Member 'RepairComponent_AddImpulse::Falloff' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_AddImpulse, bVelChange) == 0x000021, "Member 'RepairComponent_AddImpulse::bVelChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RepairComponent_AddRadialImpulse \ static_assert(alignof(RepairComponent_AddRadialImpulse) == 0x000004, "Wrong alignment on RepairComponent_AddRadialImpulse"); \ static_assert(sizeof(RepairComponent_AddRadialImpulse) == 0x00001C, "Wrong size on RepairComponent_AddRadialImpulse"); \ static_assert(offsetof(RepairComponent_AddRadialImpulse, Location) == 0x000000, "Member 'RepairComponent_AddRadialImpulse::Location' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_AddRadialImpulse, Radius) == 0x00000C, "Member 'RepairComponent_AddRadialImpulse::Radius' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_AddRadialImpulse, Strength) == 0x000010, "Member 'RepairComponent_AddRadialImpulse::Strength' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_AddRadialImpulse, AngularForceMultiplier) == 0x000014, "Member 'RepairComponent_AddRadialImpulse::AngularForceMultiplier' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_AddRadialImpulse, Falloff) == 0x000018, "Member 'RepairComponent_AddRadialImpulse::Falloff' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_AddRadialImpulse, bVelChange) == 0x000019, "Member 'RepairComponent_AddRadialImpulse::bVelChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RepairComponent_ApplyDestuctiveForce \ static_assert(alignof(RepairComponent_ApplyDestuctiveForce) == 0x000004, "Wrong alignment on RepairComponent_ApplyDestuctiveForce"); \ static_assert(sizeof(RepairComponent_ApplyDestuctiveForce) == 0x00002C, "Wrong size on RepairComponent_ApplyDestuctiveForce"); \ static_assert(offsetof(RepairComponent_ApplyDestuctiveForce, HitLocation) == 0x000000, "Member 'RepairComponent_ApplyDestuctiveForce::HitLocation' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_ApplyDestuctiveForce, HitDirection) == 0x00000C, "Member 'RepairComponent_ApplyDestuctiveForce::HitDirection' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_ApplyDestuctiveForce, Radius) == 0x000018, "Member 'RepairComponent_ApplyDestuctiveForce::Radius' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_ApplyDestuctiveForce, ObjectStrain) == 0x00001C, "Member 'RepairComponent_ApplyDestuctiveForce::ObjectStrain' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_ApplyDestuctiveForce, ImpulseStrength) == 0x000020, "Member 'RepairComponent_ApplyDestuctiveForce::ImpulseStrength' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_ApplyDestuctiveForce, RadialImpulseStrength) == 0x000024, "Member 'RepairComponent_ApplyDestuctiveForce::RadialImpulseStrength' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_ApplyDestuctiveForce, AngularForceMultiplier) == 0x000028, "Member 'RepairComponent_ApplyDestuctiveForce::AngularForceMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RepairComponent_HandleBreakEvent \ static_assert(alignof(RepairComponent_HandleBreakEvent) == 0x000008, "Wrong alignment on RepairComponent_HandleBreakEvent"); \ static_assert(sizeof(RepairComponent_HandleBreakEvent) == 0x000030, "Wrong size on RepairComponent_HandleBreakEvent"); \ static_assert(offsetof(RepairComponent_HandleBreakEvent, BreakEvent) == 0x000000, "Member 'RepairComponent_HandleBreakEvent::BreakEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RepairComponent_HandleRemovalCompletedEvent \ static_assert(alignof(RepairComponent_HandleRemovalCompletedEvent) == 0x000008, "Wrong alignment on RepairComponent_HandleRemovalCompletedEvent"); \ static_assert(sizeof(RepairComponent_HandleRemovalCompletedEvent) == 0x000008, "Wrong size on RepairComponent_HandleRemovalCompletedEvent"); \ static_assert(offsetof(RepairComponent_HandleRemovalCompletedEvent, RemovalCompletedEvent) == 0x000000, "Member 'RepairComponent_HandleRemovalCompletedEvent::RemovalCompletedEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RepairComponent_OnChaosPhysicsCollision \ static_assert(alignof(RepairComponent_OnChaosPhysicsCollision) == 0x000008, "Wrong alignment on RepairComponent_OnChaosPhysicsCollision"); \ static_assert(sizeof(RepairComponent_OnChaosPhysicsCollision) == 0x000070, "Wrong size on RepairComponent_OnChaosPhysicsCollision"); \ static_assert(offsetof(RepairComponent_OnChaosPhysicsCollision, CollisionInfo) == 0x000000, "Member 'RepairComponent_OnChaosPhysicsCollision::CollisionInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RepairComponent_OnHitCallback \ static_assert(alignof(RepairComponent_OnHitCallback) == 0x000008, "Wrong alignment on RepairComponent_OnHitCallback"); \ static_assert(sizeof(RepairComponent_OnHitCallback) == 0x0000B0, "Wrong size on RepairComponent_OnHitCallback"); \ static_assert(offsetof(RepairComponent_OnHitCallback, HitComp) == 0x000000, "Member 'RepairComponent_OnHitCallback::HitComp' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_OnHitCallback, OtherActor) == 0x000008, "Member 'RepairComponent_OnHitCallback::OtherActor' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_OnHitCallback, OtherComp) == 0x000010, "Member 'RepairComponent_OnHitCallback::OtherComp' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_OnHitCallback, NormalImpulse) == 0x000018, "Member 'RepairComponent_OnHitCallback::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(RepairComponent_OnHitCallback, Hit) == 0x000024, "Member 'RepairComponent_OnHitCallback::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URepairComponent \ static_assert(alignof(URepairComponent) == 0x000010, "Wrong alignment on URepairComponent"); \ static_assert(sizeof(URepairComponent) == 0x0005D0, "Wrong size on URepairComponent"); \ static_assert(offsetof(URepairComponent, OnRepairComplete) == 0x0000D0, "Member 'URepairComponent::OnRepairComplete' has a wrong offset!"); \ static_assert(offsetof(URepairComponent, AnchorActor) == 0x0001E0, "Member 'URepairComponent::AnchorActor' has a wrong offset!"); \ static_assert(offsetof(URepairComponent, GeometryCollectionComponent) == 0x0001E8, "Member 'URepairComponent::GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(URepairComponent, ObjectStateInfo) == 0x0001F0, "Member 'URepairComponent::ObjectStateInfo' has a wrong offset!"); \ static_assert(offsetof(URepairComponent, DestroyFX2) == 0x0001F8, "Member 'URepairComponent::DestroyFX2' has a wrong offset!"); \ static_assert(offsetof(URepairComponent, ObjectFX2) == 0x000208, "Member 'URepairComponent::ObjectFX2' has a wrong offset!"); \ static_assert(offsetof(URepairComponent, m_chunkParticleArray) == 0x0002B0, "Member 'URepairComponent::m_chunkParticleArray' has a wrong offset!"); \ static_assert(offsetof(URepairComponent, m_meshSettingMap) == 0x000330, "Member 'URepairComponent::m_meshSettingMap' has a wrong offset!"); \ static_assert(offsetof(URepairComponent, m_childActors) == 0x000380, "Member 'URepairComponent::m_childActors' has a wrong offset!"); \ static_assert(offsetof(URepairComponent, m_childParticleArray) == 0x0003A0, "Member 'URepairComponent::m_childParticleArray' has a wrong offset!"); \ static_assert(offsetof(URepairComponent, DestroyedBaseMesh) == 0x000400, "Member 'URepairComponent::DestroyedBaseMesh' has a wrong offset!"); \ static_assert(offsetof(URepairComponent, GeometryCollection) == 0x000408, "Member 'URepairComponent::GeometryCollection' has a wrong offset!"); \ static_assert(offsetof(URepairComponent, RepairInfo) == 0x000438, "Member 'URepairComponent::RepairInfo' has a wrong offset!"); \ static_assert(offsetof(URepairComponent, ObservedComponent) == 0x0004C0, "Member 'URepairComponent::ObservedComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_Camera_EstimateFallDuration \ static_assert(alignof(UBTService_Camera_EstimateFallDuration) == 0x000008, "Wrong alignment on UBTService_Camera_EstimateFallDuration"); \ static_assert(sizeof(UBTService_Camera_EstimateFallDuration) == 0x0000C8, "Wrong size on UBTService_Camera_EstimateFallDuration"); \ static_assert(offsetof(UBTService_Camera_EstimateFallDuration, MaxFallDuration) == 0x000070, "Member 'UBTService_Camera_EstimateFallDuration::MaxFallDuration' has a wrong offset!"); \ static_assert(offsetof(UBTService_Camera_EstimateFallDuration, EstimatedFallDurationKey) == 0x000078, "Member 'UBTService_Camera_EstimateFallDuration::EstimatedFallDurationKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_Camera_EstimateFallDuration, TotalFallDurationKey) == 0x0000A0, "Member 'UBTService_Camera_EstimateFallDuration::TotalFallDurationKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_CameraCombat \ static_assert(alignof(UBTService_CameraCombat) == 0x000008, "Wrong alignment on UBTService_CameraCombat"); \ static_assert(sizeof(UBTService_CameraCombat) == 0x000130, "Wrong size on UBTService_CameraCombat"); \ static_assert(offsetof(UBTService_CameraCombat, InCombatKey) == 0x000078, "Member 'UBTService_CameraCombat::InCombatKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraCombat, NumAwareEnemiesKey) == 0x0000B8, "Member 'UBTService_CameraCombat::NumAwareEnemiesKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraCombat, NumAggroEnemiesKey) == 0x0000E0, "Member 'UBTService_CameraCombat::NumAggroEnemiesKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraCombat, NumAttackingEnemiesKey) == 0x000108, "Member 'UBTService_CameraCombat::NumAttackingEnemiesKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarBlendDomainPlayer \ static_assert(alignof(UFXAutoTriggerScalarBlendDomainPlayer) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarBlendDomainPlayer"); \ static_assert(sizeof(UFXAutoTriggerScalarBlendDomainPlayer) == 0x000038, "Wrong size on UFXAutoTriggerScalarBlendDomainPlayer"); \ static_assert(offsetof(UFXAutoTriggerScalarBlendDomainPlayer, BlendDomain) == 0x000028, "Member 'UFXAutoTriggerScalarBlendDomainPlayer::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_CameraLookAt \ static_assert(alignof(UBTService_CameraLookAt) == 0x000008, "Wrong alignment on UBTService_CameraLookAt"); \ static_assert(sizeof(UBTService_CameraLookAt) == 0x0000D0, "Wrong size on UBTService_CameraLookAt"); \ static_assert(offsetof(UBTService_CameraLookAt, LookAtStrengthKey) == 0x000078, "Member 'UBTService_CameraLookAt::LookAtStrengthKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraLookAt, UserInputActiveKey) == 0x0000A8, "Member 'UBTService_CameraLookAt::UserInputActiveKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAdjustments_Offset \ static_assert(alignof(UFXAdjustments_Offset) == 0x000008, "Wrong alignment on UFXAdjustments_Offset"); \ static_assert(sizeof(UFXAdjustments_Offset) == 0x000038, "Wrong size on UFXAdjustments_Offset"); \ static_assert(offsetof(UFXAdjustments_Offset, Offset) == 0x000028, "Member 'UFXAdjustments_Offset::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_CameraMain \ static_assert(alignof(UBTService_CameraMain) == 0x000008, "Wrong alignment on UBTService_CameraMain"); \ static_assert(sizeof(UBTService_CameraMain) == 0x000998, "Wrong size on UBTService_CameraMain"); \ static_assert(offsetof(UBTService_CameraMain, DodgingKey) == 0x000078, "Member 'UBTService_CameraMain::DodgingKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, SlidingKey) == 0x0000A8, "Member 'UBTService_CameraMain::SlidingKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, SwimmingKey) == 0x0000D8, "Member 'UBTService_CameraMain::SwimmingKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, SprintingKey) == 0x000108, "Member 'UBTService_CameraMain::SprintingKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, LookingKey) == 0x000138, "Member 'UBTService_CameraMain::LookingKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, TimeSinceLastInputKey) == 0x000160, "Member 'UBTService_CameraMain::TimeSinceLastInputKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, TargetingKey) == 0x000190, "Member 'UBTService_CameraMain::TargetingKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, StairGlidingKey) == 0x0001C0, "Member 'UBTService_CameraMain::StairGlidingKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, StairGlidingTag) == 0x0001E8, "Member 'UBTService_CameraMain::StairGlidingTag' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, FlyingBroomKey) == 0x0001F8, "Member 'UBTService_CameraMain::FlyingBroomKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, BroomIsMountingKey) == 0x000228, "Member 'UBTService_CameraMain::BroomIsMountingKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, BroomIsInFastFlightKey) == 0x000258, "Member 'UBTService_CameraMain::BroomIsInFastFlightKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, BroomBoostOrTurboKey) == 0x000288, "Member 'UBTService_CameraMain::BroomBoostOrTurboKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, SplineFlyingBroomKey) == 0x0002B8, "Member 'UBTService_CameraMain::SplineFlyingBroomKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, ShadowSprintingKey) == 0x0002E8, "Member 'UBTService_CameraMain::ShadowSprintingKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, MountIDKey) == 0x000320, "Member 'UBTService_CameraMain::MountIDKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, ClimbingLedgeKey) == 0x000350, "Member 'UBTService_CameraMain::ClimbingLedgeKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, ClimbingLedgeStateKey) == 0x000378, "Member 'UBTService_CameraMain::ClimbingLedgeStateKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, ClimbingLadderKey) == 0x0003A8, "Member 'UBTService_CameraMain::ClimbingLadderKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, CrouchingKey) == 0x0003D8, "Member 'UBTService_CameraMain::CrouchingKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, FallingKey) == 0x000408, "Member 'UBTService_CameraMain::FallingKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, FallingJumpStates) == 0x000430, "Member 'UBTService_CameraMain::FallingJumpStates' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, JumpingKey) == 0x000488, "Member 'UBTService_CameraMain::JumpingKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, JumpingTypeKey) == 0x0004B0, "Member 'UBTService_CameraMain::JumpingTypeKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, JumpingJumpStates) == 0x0004D8, "Member 'UBTService_CameraMain::JumpingJumpStates' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, JumpingClimbingLedgeStates) == 0x000528, "Member 'UBTService_CameraMain::JumpingClimbingLedgeStates' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, MoveFocusSecondaryTargetKey) == 0x000580, "Member 'UBTService_CameraMain::MoveFocusSecondaryTargetKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, LockOnSecondaryTargetKey) == 0x0005B0, "Member 'UBTService_CameraMain::LockOnSecondaryTargetKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, AimModeSecondaryTargetKey) == 0x0005E0, "Member 'UBTService_CameraMain::AimModeSecondaryTargetKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, StationaryTransfigSecondaryTargetKey) == 0x000610, "Member 'UBTService_CameraMain::StationaryTransfigSecondaryTargetKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, KillCamSecondaryTargetKey) == 0x000640, "Member 'UBTService_CameraMain::KillCamSecondaryTargetKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, SpellSecondaryTargetKey) == 0x000670, "Member 'UBTService_CameraMain::SpellSecondaryTargetKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, HasSpellCastTargetKey) == 0x0006A0, "Member 'UBTService_CameraMain::HasSpellCastTargetKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, SpellCastTargetTimeout) == 0x0006C8, "Member 'UBTService_CameraMain::SpellCastTargetTimeout' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, TransfigIsContextSetKey) == 0x0006D0, "Member 'UBTService_CameraMain::TransfigIsContextSetKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, TransfigIsContextSetType) == 0x0006F8, "Member 'UBTService_CameraMain::TransfigIsContextSetType' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, CaptureIsContextSetKey) == 0x000708, "Member 'UBTService_CameraMain::CaptureIsContextSetKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, CaptureIsContextSetType) == 0x000730, "Member 'UBTService_CameraMain::CaptureIsContextSetType' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, CaptureIsSuccessfulKey) == 0x000740, "Member 'UBTService_CameraMain::CaptureIsSuccessfulKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, CaptureInProgressContextKey) == 0x000768, "Member 'UBTService_CameraMain::CaptureInProgressContextKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, DuelingIsContextSetKey) == 0x000778, "Member 'UBTService_CameraMain::DuelingIsContextSetKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, DuelingIsContextSetType) == 0x0007A0, "Member 'UBTService_CameraMain::DuelingIsContextSetType' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, IsCreatureInteractionActiveKey) == 0x0007B0, "Member 'UBTService_CameraMain::IsCreatureInteractionActiveKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, ActiveSpellKey) == 0x0007E8, "Member 'UBTService_CameraMain::ActiveSpellKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, IsChargingSpellKey) == 0x000818, "Member 'UBTService_CameraMain::IsChargingSpellKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, IsChargingSpellContext) == 0x000840, "Member 'UBTService_CameraMain::IsChargingSpellContext' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, ChargingSpellNames) == 0x000850, "Member 'UBTService_CameraMain::ChargingSpellNames' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, RequestedAnimationIdKey) == 0x0008A8, "Member 'UBTService_CameraMain::RequestedAnimationIdKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, LookAtStrengthKey) == 0x0008D8, "Member 'UBTService_CameraMain::LookAtStrengthKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, HasLookAtOverrideActorKey) == 0x000908, "Member 'UBTService_CameraMain::HasLookAtOverrideActorKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, InFullBodyReactionKey) == 0x000938, "Member 'UBTService_CameraMain::InFullBodyReactionKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, FullBodyReactionContext) == 0x000960, "Member 'UBTService_CameraMain::FullBodyReactionContext' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMain, IsRagdollingKey) == 0x000970, "Member 'UBTService_CameraMain::IsRagdollingKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_CameraMount \ static_assert(alignof(UBTService_CameraMount) == 0x000008, "Wrong alignment on UBTService_CameraMount"); \ static_assert(sizeof(UBTService_CameraMount) == 0x000220, "Wrong size on UBTService_CameraMount"); \ static_assert(offsetof(UBTService_CameraMount, MountingCreatureKey) == 0x000078, "Member 'UBTService_CameraMount::MountingCreatureKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMount, DismountingCreatureKey) == 0x0000A8, "Member 'UBTService_CameraMount::DismountingCreatureKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMount, TrotMountOrDismountKey) == 0x0000D8, "Member 'UBTService_CameraMount::TrotMountOrDismountKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMount, MountGaitKey) == 0x000108, "Member 'UBTService_CameraMount::MountGaitKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMount, MountMovementStateKey) == 0x000138, "Member 'UBTService_CameraMount::MountMovementStateKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMount, MountTakingOffKey) == 0x000168, "Member 'UBTService_CameraMount::MountTakingOffKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMount, MountMovementModeKey) == 0x000198, "Member 'UBTService_CameraMount::MountMovementModeKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMount, MountChargingKey) == 0x0001C8, "Member 'UBTService_CameraMount::MountChargingKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_CameraMount, MountIdleBreakKey) == 0x0001F8, "Member 'UBTService_CameraMount::MountIdleBreakKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarGameLogicRequirement \ static_assert(alignof(UFXAutoTriggerScalarGameLogicRequirement) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarGameLogicRequirement"); \ static_assert(sizeof(UFXAutoTriggerScalarGameLogicRequirement) == 0x000030, "Wrong size on UFXAutoTriggerScalarGameLogicRequirement"); \ static_assert(offsetof(UFXAutoTriggerScalarGameLogicRequirement, Requirement) == 0x000028, "Member 'UFXAutoTriggerScalarGameLogicRequirement::Requirement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMountStreamingComponent \ static_assert(alignof(UMountStreamingComponent) == 0x000008, "Wrong alignment on UMountStreamingComponent"); \ static_assert(sizeof(UMountStreamingComponent) == 0x0000D8, "Wrong size on UMountStreamingComponent"); \ static_assert(offsetof(UMountStreamingComponent, bAllowInteriorStreaming) == 0x0000D0, "Member 'UMountStreamingComponent::bAllowInteriorStreaming' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_Creature_ActiveCombatData \ static_assert(alignof(UBTService_Creature_ActiveCombatData) == 0x000008, "Wrong alignment on UBTService_Creature_ActiveCombatData"); \ static_assert(sizeof(UBTService_Creature_ActiveCombatData) == 0x000080, "Wrong size on UBTService_Creature_ActiveCombatData"); \ static_assert(offsetof(UBTService_Creature_ActiveCombatData, CombatData) == 0x000070, "Member 'UBTService_Creature_ActiveCombatData::CombatData' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_ActiveCombatData, bMarkActive) == 0x000078, "Member 'UBTService_Creature_ActiveCombatData::bMarkActive' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_ActiveCombatData, bExecutingAttack) == 0x000079, "Member 'UBTService_Creature_ActiveCombatData::bExecutingAttack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_Creature_AttackThreat \ static_assert(alignof(UBTService_Creature_AttackThreat) == 0x000008, "Wrong alignment on UBTService_Creature_AttackThreat"); \ static_assert(sizeof(UBTService_Creature_AttackThreat) == 0x0000A0, "Wrong size on UBTService_Creature_AttackThreat"); \ static_assert(offsetof(UBTService_Creature_AttackThreat, AttackThreatState) == 0x000070, "Member 'UBTService_Creature_AttackThreat::AttackThreatState' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_AttackThreat, TargetActorKey) == 0x000078, "Member 'UBTService_Creature_AttackThreat::TargetActorKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_Creature_DesiredWorldDirection \ static_assert(alignof(UBTService_Creature_DesiredWorldDirection) == 0x000008, "Wrong alignment on UBTService_Creature_DesiredWorldDirection"); \ static_assert(sizeof(UBTService_Creature_DesiredWorldDirection) == 0x000070, "Wrong size on UBTService_Creature_DesiredWorldDirection"); \ #define DUMPER7_ASSERTS_FlockingActor_LerpFlockingParameters \ static_assert(alignof(FlockingActor_LerpFlockingParameters) == 0x000004, "Wrong alignment on FlockingActor_LerpFlockingParameters"); \ static_assert(sizeof(FlockingActor_LerpFlockingParameters) == 0x000118, "Wrong size on FlockingActor_LerpFlockingParameters"); \ static_assert(offsetof(FlockingActor_LerpFlockingParameters, A) == 0x000000, "Member 'FlockingActor_LerpFlockingParameters::A' has a wrong offset!"); \ static_assert(offsetof(FlockingActor_LerpFlockingParameters, b) == 0x00005C, "Member 'FlockingActor_LerpFlockingParameters::b' has a wrong offset!"); \ static_assert(offsetof(FlockingActor_LerpFlockingParameters, Alpha) == 0x0000B8, "Member 'FlockingActor_LerpFlockingParameters::Alpha' has a wrong offset!"); \ static_assert(offsetof(FlockingActor_LerpFlockingParameters, ReturnValue) == 0x0000BC, "Member 'FlockingActor_LerpFlockingParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlockingActor_SetAdjustableParameters \ static_assert(alignof(FlockingActor_SetAdjustableParameters) == 0x000004, "Wrong alignment on FlockingActor_SetAdjustableParameters"); \ static_assert(sizeof(FlockingActor_SetAdjustableParameters) == 0x000060, "Wrong size on FlockingActor_SetAdjustableParameters"); \ static_assert(offsetof(FlockingActor_SetAdjustableParameters, Parameters) == 0x000000, "Member 'FlockingActor_SetAdjustableParameters::Parameters' has a wrong offset!"); \ static_assert(offsetof(FlockingActor_SetAdjustableParameters, BlendTimeSeconds) == 0x00005C, "Member 'FlockingActor_SetAdjustableParameters::BlendTimeSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlockingActor_SetFlockingStrength \ static_assert(alignof(FlockingActor_SetFlockingStrength) == 0x000004, "Wrong alignment on FlockingActor_SetFlockingStrength"); \ static_assert(sizeof(FlockingActor_SetFlockingStrength) == 0x000004, "Wrong size on FlockingActor_SetFlockingStrength"); \ static_assert(offsetof(FlockingActor_SetFlockingStrength, Strength) == 0x000000, "Member 'FlockingActor_SetFlockingStrength::Strength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlockingActor_GetAdjustableParameters \ static_assert(alignof(FlockingActor_GetAdjustableParameters) == 0x000004, "Wrong alignment on FlockingActor_GetAdjustableParameters"); \ static_assert(sizeof(FlockingActor_GetAdjustableParameters) == 0x00005C, "Wrong size on FlockingActor_GetAdjustableParameters"); \ static_assert(offsetof(FlockingActor_GetAdjustableParameters, Parameters) == 0x000000, "Member 'FlockingActor_GetAdjustableParameters::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFlockingActor \ static_assert(alignof(AFlockingActor) == 0x000008, "Wrong alignment on AFlockingActor"); \ static_assert(sizeof(AFlockingActor) == 0x0005B8, "Wrong size on AFlockingActor"); \ static_assert(offsetof(AFlockingActor, Leader) == 0x000248, "Member 'AFlockingActor::Leader' has a wrong offset!"); \ static_assert(offsetof(AFlockingActor, FlockingParams) == 0x000250, "Member 'AFlockingActor::FlockingParams' has a wrong offset!"); \ static_assert(offsetof(AFlockingActor, bEnableCollisions) == 0x0002B8, "Member 'AFlockingActor::bEnableCollisions' has a wrong offset!"); \ static_assert(offsetof(AFlockingActor, CollisionParams) == 0x0002BC, "Member 'AFlockingActor::CollisionParams' has a wrong offset!"); \ static_assert(offsetof(AFlockingActor, bEnableFlocking) == 0x0002D0, "Member 'AFlockingActor::bEnableFlocking' has a wrong offset!"); \ static_assert(offsetof(AFlockingActor, FlockingStrength) == 0x0002D4, "Member 'AFlockingActor::FlockingStrength' has a wrong offset!"); \ static_assert(offsetof(AFlockingActor, FlockInitialStates) == 0x0002D8, "Member 'AFlockingActor::FlockInitialStates' has a wrong offset!"); \ static_assert(offsetof(AFlockingActor, bEnablePersonalities) == 0x0002E8, "Member 'AFlockingActor::bEnablePersonalities' has a wrong offset!"); \ static_assert(offsetof(AFlockingActor, Personalities) == 0x0002F0, "Member 'AFlockingActor::Personalities' has a wrong offset!"); \ static_assert(offsetof(AFlockingActor, FlockMemberMeshes) == 0x000470, "Member 'AFlockingActor::FlockMemberMeshes' has a wrong offset!"); \ static_assert(offsetof(AFlockingActor, FlockMemberParticleSystems) == 0x000480, "Member 'AFlockingActor::FlockMemberParticleSystems' has a wrong offset!"); \ static_assert(offsetof(AFlockingActor, BlendFlockingParameters) == 0x0004E8, "Member 'AFlockingActor::BlendFlockingParameters' has a wrong offset!"); \ static_assert(offsetof(AFlockingActor, LastLeaderPos) == 0x0005A8, "Member 'AFlockingActor::LastLeaderPos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_Creature_ModifyAreaFlags \ static_assert(alignof(UBTService_Creature_ModifyAreaFlags) == 0x000008, "Wrong alignment on UBTService_Creature_ModifyAreaFlags"); \ static_assert(sizeof(UBTService_Creature_ModifyAreaFlags) == 0x000078, "Wrong size on UBTService_Creature_ModifyAreaFlags"); \ static_assert(offsetof(UBTService_Creature_ModifyAreaFlags, bReplace) == 0x000070, "Member 'UBTService_Creature_ModifyAreaFlags::bReplace' has a wrong offset!"); \ static_assert(offsetof(UBTService_Creature_ModifyAreaFlags, AreaUsageFlags) == 0x000074, "Member 'UBTService_Creature_ModifyAreaFlags::AreaUsageFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_RepeatMode \ static_assert(alignof(UFXFilter_RepeatMode) == 0x000008, "Wrong alignment on UFXFilter_RepeatMode"); \ static_assert(sizeof(UFXFilter_RepeatMode) == 0x000040, "Wrong size on UFXFilter_RepeatMode"); \ static_assert(offsetof(UFXFilter_RepeatMode, RepeatMode) == 0x000030, "Member 'UFXFilter_RepeatMode::RepeatMode' has a wrong offset!"); \ static_assert(offsetof(UFXFilter_RepeatMode, MaxCount) == 0x000034, "Member 'UFXFilter_RepeatMode::MaxCount' has a wrong offset!"); \ static_assert(offsetof(UFXFilter_RepeatMode, bImmediate) == 0x000038, "Member 'UFXFilter_RepeatMode::bImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_Creature_SetDesiredDirection \ static_assert(alignof(UBTService_Creature_SetDesiredDirection) == 0x000008, "Wrong alignment on UBTService_Creature_SetDesiredDirection"); \ static_assert(sizeof(UBTService_Creature_SetDesiredDirection) == 0x000098, "Wrong size on UBTService_Creature_SetDesiredDirection"); \ static_assert(offsetof(UBTService_Creature_SetDesiredDirection, TargetActorOrLocationKey) == 0x000070, "Member 'UBTService_Creature_SetDesiredDirection::TargetActorOrLocationKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlyingBroomStats \ static_assert(alignof(UFlyingBroomStats) == 0x000008, "Wrong alignment on UFlyingBroomStats"); \ static_assert(sizeof(UFlyingBroomStats) == 0x000068, "Wrong size on UFlyingBroomStats"); \ static_assert(offsetof(UFlyingBroomStats, BarrelRollCooldown) == 0x000030, "Member 'UFlyingBroomStats::BarrelRollCooldown' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomStats, PassiveSpeedMultiplier) == 0x000034, "Member 'UFlyingBroomStats::PassiveSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomStats, BoostSpeedMultiplier) == 0x000038, "Member 'UFlyingBroomStats::BoostSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomStats, MaxBoostAmount) == 0x00003C, "Member 'UFlyingBroomStats::MaxBoostAmount' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomStats, BoostStats) == 0x000048, "Member 'UFlyingBroomStats::BoostStats' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomStats, TurboSpeedMultiplier) == 0x000058, "Member 'UFlyingBroomStats::TurboSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomStats, TurboGateBoostGain) == 0x00005C, "Member 'UFlyingBroomStats::TurboGateBoostGain' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomStats, TurboDecayRate) == 0x000060, "Member 'UFlyingBroomStats::TurboDecayRate' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomStats, PostTurboBoostAmount) == 0x000064, "Member 'UFlyingBroomStats::PostTurboBoostAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USetParameterValue \ static_assert(alignof(USetParameterValue) == 0x000008, "Wrong alignment on USetParameterValue"); \ static_assert(sizeof(USetParameterValue) == 0x000030, "Wrong size on USetParameterValue"); \ #define DUMPER7_ASSERTS_USetTextureParameterValue \ static_assert(alignof(USetTextureParameterValue) == 0x000008, "Wrong alignment on USetTextureParameterValue"); \ static_assert(sizeof(USetTextureParameterValue) == 0x000038, "Wrong size on USetTextureParameterValue"); \ static_assert(offsetof(USetTextureParameterValue, m_Texture) == 0x000030, "Member 'USetTextureParameterValue::m_Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_ListenForActorDamaged \ static_assert(alignof(UBTService_ListenForActorDamaged) == 0x000008, "Wrong alignment on UBTService_ListenForActorDamaged"); \ static_assert(sizeof(UBTService_ListenForActorDamaged) == 0x000100, "Wrong size on UBTService_ListenForActorDamaged"); \ static_assert(offsetof(UBTService_ListenForActorDamaged, InstigatorKey) == 0x000070, "Member 'UBTService_ListenForActorDamaged::InstigatorKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_ListenForActorDamaged, VictimKey) == 0x000098, "Member 'UBTService_ListenForActorDamaged::VictimKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_ListenForActorDamaged, ResultKey) == 0x0000C0, "Member 'UBTService_ListenForActorDamaged::ResultKey' has a wrong offset!"); \ static_assert(offsetof(UBTService_ListenForActorDamaged, bResetResultOnActivation) == 0x0000E8, "Member 'UBTService_ListenForActorDamaged::bResetResultOnActivation' has a wrong offset!"); \ static_assert(offsetof(UBTService_ListenForActorDamaged, bResetResultOnDeactivation) == 0x0000E9, "Member 'UBTService_ListenForActorDamaged::bResetResultOnDeactivation' has a wrong offset!"); \ static_assert(offsetof(UBTService_ListenForActorDamaged, bStopListeningAfterFirstSuccess) == 0x0000EA, "Member 'UBTService_ListenForActorDamaged::bStopListeningAfterFirstSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerInteractibleItemsFilterHasSenseFromList \ static_assert(alignof(UFXAutoTriggerInteractibleItemsFilterHasSenseFromList) == 0x000008, "Wrong alignment on UFXAutoTriggerInteractibleItemsFilterHasSenseFromList"); \ static_assert(sizeof(UFXAutoTriggerInteractibleItemsFilterHasSenseFromList) == 0x000038, "Wrong size on UFXAutoTriggerInteractibleItemsFilterHasSenseFromList"); \ static_assert(offsetof(UFXAutoTriggerInteractibleItemsFilterHasSenseFromList, Senses) == 0x000028, "Member 'UFXAutoTriggerInteractibleItemsFilterHasSenseFromList::Senses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_MissionACKEQS \ static_assert(alignof(UBTService_MissionACKEQS) == 0x000008, "Wrong alignment on UBTService_MissionACKEQS"); \ static_assert(sizeof(UBTService_MissionACKEQS) == 0x000108, "Wrong size on UBTService_MissionACKEQS"); \ #define DUMPER7_ASSERTS_UUnmanageCharacterLightingAndFeatures \ static_assert(alignof(UUnmanageCharacterLightingAndFeatures) == 0x000008, "Wrong alignment on UUnmanageCharacterLightingAndFeatures"); \ static_assert(sizeof(UUnmanageCharacterLightingAndFeatures) == 0x000028, "Wrong size on UUnmanageCharacterLightingAndFeatures"); \ #define DUMPER7_ASSERTS_BTService_SocialReasoning_Chat \ static_assert(alignof(BTService_SocialReasoning_Chat) == 0x000008, "Wrong alignment on BTService_SocialReasoning_Chat"); \ static_assert(sizeof(BTService_SocialReasoning_Chat) == 0x000008, "Wrong size on BTService_SocialReasoning_Chat"); \ static_assert(offsetof(BTService_SocialReasoning_Chat, SocialReasoning) == 0x000000, "Member 'BTService_SocialReasoning_Chat::SocialReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_SocialReasoning_Combat \ static_assert(alignof(BTService_SocialReasoning_Combat) == 0x000008, "Wrong alignment on BTService_SocialReasoning_Combat"); \ static_assert(sizeof(BTService_SocialReasoning_Combat) == 0x000008, "Wrong size on BTService_SocialReasoning_Combat"); \ static_assert(offsetof(BTService_SocialReasoning_Combat, SocialReasoning) == 0x000000, "Member 'BTService_SocialReasoning_Combat::SocialReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_SocialReasoning_Companionship \ static_assert(alignof(BTService_SocialReasoning_Companionship) == 0x000008, "Wrong alignment on BTService_SocialReasoning_Companionship"); \ static_assert(sizeof(BTService_SocialReasoning_Companionship) == 0x000008, "Wrong size on BTService_SocialReasoning_Companionship"); \ static_assert(offsetof(BTService_SocialReasoning_Companionship, SocialReasoning) == 0x000000, "Member 'BTService_SocialReasoning_Companionship::SocialReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_SocialReasoning_ExecuteEQSQueryFinished \ static_assert(alignof(BTService_SocialReasoning_ExecuteEQSQueryFinished) == 0x000008, "Wrong alignment on BTService_SocialReasoning_ExecuteEQSQueryFinished"); \ static_assert(sizeof(BTService_SocialReasoning_ExecuteEQSQueryFinished) == 0x000020, "Wrong size on BTService_SocialReasoning_ExecuteEQSQueryFinished"); \ static_assert(offsetof(BTService_SocialReasoning_ExecuteEQSQueryFinished, QueryFinishedDelegate) == 0x000000, "Member 'BTService_SocialReasoning_ExecuteEQSQueryFinished::QueryFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(BTService_SocialReasoning_ExecuteEQSQueryFinished, QueryInstance) == 0x000010, "Member 'BTService_SocialReasoning_ExecuteEQSQueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTService_SocialReasoning_ExecuteEQSQueryFinished, QueryStatus) == 0x000018, "Member 'BTService_SocialReasoning_ExecuteEQSQueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_SocialReasoning_InteractionCallback \ static_assert(alignof(BTService_SocialReasoning_InteractionCallback) == 0x000008, "Wrong alignment on BTService_SocialReasoning_InteractionCallback"); \ static_assert(sizeof(BTService_SocialReasoning_InteractionCallback) == 0x000010, "Wrong size on BTService_SocialReasoning_InteractionCallback"); \ static_assert(offsetof(BTService_SocialReasoning_InteractionCallback, SocialReasoning) == 0x000000, "Member 'BTService_SocialReasoning_InteractionCallback::SocialReasoning' has a wrong offset!"); \ static_assert(offsetof(BTService_SocialReasoning_InteractionCallback, InStation) == 0x000008, "Member 'BTService_SocialReasoning_InteractionCallback::InStation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_SocialReasoning_PerformTask_MoveToLocation \ static_assert(alignof(BTService_SocialReasoning_PerformTask_MoveToLocation) == 0x000008, "Wrong alignment on BTService_SocialReasoning_PerformTask_MoveToLocation"); \ static_assert(sizeof(BTService_SocialReasoning_PerformTask_MoveToLocation) == 0x000008, "Wrong size on BTService_SocialReasoning_PerformTask_MoveToLocation"); \ static_assert(offsetof(BTService_SocialReasoning_PerformTask_MoveToLocation, SocialReasoning) == 0x000000, "Member 'BTService_SocialReasoning_PerformTask_MoveToLocation::SocialReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_SocialReasoning_PerformTask_MoveToStation \ static_assert(alignof(BTService_SocialReasoning_PerformTask_MoveToStation) == 0x000008, "Wrong alignment on BTService_SocialReasoning_PerformTask_MoveToStation"); \ static_assert(sizeof(BTService_SocialReasoning_PerformTask_MoveToStation) == 0x000028, "Wrong size on BTService_SocialReasoning_PerformTask_MoveToStation"); \ static_assert(offsetof(BTService_SocialReasoning_PerformTask_MoveToStation, SocialReasoning) == 0x000000, "Member 'BTService_SocialReasoning_PerformTask_MoveToStation::SocialReasoning' has a wrong offset!"); \ static_assert(offsetof(BTService_SocialReasoning_PerformTask_MoveToStation, InStation) == 0x000008, "Member 'BTService_SocialReasoning_PerformTask_MoveToStation::InStation' has a wrong offset!"); \ static_assert(offsetof(BTService_SocialReasoning_PerformTask_MoveToStation, InStationInteractionType) == 0x000010, "Member 'BTService_SocialReasoning_PerformTask_MoveToStation::InStationInteractionType' has a wrong offset!"); \ static_assert(offsetof(BTService_SocialReasoning_PerformTask_MoveToStation, InActionName) == 0x000014, "Member 'BTService_SocialReasoning_PerformTask_MoveToStation::InActionName' has a wrong offset!"); \ static_assert(offsetof(BTService_SocialReasoning_PerformTask_MoveToStation, InConnectionIndex) == 0x00001C, "Member 'BTService_SocialReasoning_PerformTask_MoveToStation::InConnectionIndex' has a wrong offset!"); \ static_assert(offsetof(BTService_SocialReasoning_PerformTask_MoveToStation, InStationUseDuration) == 0x000020, "Member 'BTService_SocialReasoning_PerformTask_MoveToStation::InStationUseDuration' has a wrong offset!"); \ static_assert(offsetof(BTService_SocialReasoning_PerformTask_MoveToStation, InSkipValidationForTeleport) == 0x000024, "Member 'BTService_SocialReasoning_PerformTask_MoveToStation::InSkipValidationForTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_SocialReasoning_PerformTask_WaitForPlayer \ static_assert(alignof(BTService_SocialReasoning_PerformTask_WaitForPlayer) == 0x000008, "Wrong alignment on BTService_SocialReasoning_PerformTask_WaitForPlayer"); \ static_assert(sizeof(BTService_SocialReasoning_PerformTask_WaitForPlayer) == 0x000008, "Wrong size on BTService_SocialReasoning_PerformTask_WaitForPlayer"); \ static_assert(offsetof(BTService_SocialReasoning_PerformTask_WaitForPlayer, SocialReasoning) == 0x000000, "Member 'BTService_SocialReasoning_PerformTask_WaitForPlayer::SocialReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_SocialReasoning_PlayerSighted \ static_assert(alignof(BTService_SocialReasoning_PlayerSighted) == 0x000008, "Wrong alignment on BTService_SocialReasoning_PlayerSighted"); \ static_assert(sizeof(BTService_SocialReasoning_PlayerSighted) == 0x000008, "Wrong size on BTService_SocialReasoning_PlayerSighted"); \ static_assert(offsetof(BTService_SocialReasoning_PlayerSighted, SocialReasoning) == 0x000000, "Member 'BTService_SocialReasoning_PlayerSighted::SocialReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_SocialReasoning_RunEQS_FindSocialReasonings \ static_assert(alignof(BTService_SocialReasoning_RunEQS_FindSocialReasonings) == 0x000008, "Wrong alignment on BTService_SocialReasoning_RunEQS_FindSocialReasonings"); \ static_assert(sizeof(BTService_SocialReasoning_RunEQS_FindSocialReasonings) == 0x000020, "Wrong size on BTService_SocialReasoning_RunEQS_FindSocialReasonings"); \ static_assert(offsetof(BTService_SocialReasoning_RunEQS_FindSocialReasonings, SocialReasoning) == 0x000000, "Member 'BTService_SocialReasoning_RunEQS_FindSocialReasonings::SocialReasoning' has a wrong offset!"); \ static_assert(offsetof(BTService_SocialReasoning_RunEQS_FindSocialReasonings, RunMode) == 0x000008, "Member 'BTService_SocialReasoning_RunEQS_FindSocialReasonings::RunMode' has a wrong offset!"); \ static_assert(offsetof(BTService_SocialReasoning_RunEQS_FindSocialReasonings, QueryFinishedDelegate) == 0x000010, "Member 'BTService_SocialReasoning_RunEQS_FindSocialReasonings::QueryFinishedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_SocialReasoning_RunEQS_FindStations \ static_assert(alignof(BTService_SocialReasoning_RunEQS_FindStations) == 0x000008, "Wrong alignment on BTService_SocialReasoning_RunEQS_FindStations"); \ static_assert(sizeof(BTService_SocialReasoning_RunEQS_FindStations) == 0x000020, "Wrong size on BTService_SocialReasoning_RunEQS_FindStations"); \ static_assert(offsetof(BTService_SocialReasoning_RunEQS_FindStations, SocialReasoning) == 0x000000, "Member 'BTService_SocialReasoning_RunEQS_FindStations::SocialReasoning' has a wrong offset!"); \ static_assert(offsetof(BTService_SocialReasoning_RunEQS_FindStations, RunMode) == 0x000008, "Member 'BTService_SocialReasoning_RunEQS_FindStations::RunMode' has a wrong offset!"); \ static_assert(offsetof(BTService_SocialReasoning_RunEQS_FindStations, QueryFinishedDelegate) == 0x000010, "Member 'BTService_SocialReasoning_RunEQS_FindStations::QueryFinishedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_SocialReasoning_Think \ static_assert(alignof(BTService_SocialReasoning_Think) == 0x000008, "Wrong alignment on BTService_SocialReasoning_Think"); \ static_assert(sizeof(BTService_SocialReasoning_Think) == 0x000038, "Wrong size on BTService_SocialReasoning_Think"); \ static_assert(offsetof(BTService_SocialReasoning_Think, SocialReasoning) == 0x000000, "Member 'BTService_SocialReasoning_Think::SocialReasoning' has a wrong offset!"); \ static_assert(offsetof(BTService_SocialReasoning_Think, TimeEvent) == 0x000008, "Member 'BTService_SocialReasoning_Think::TimeEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_SocialReasoning \ static_assert(alignof(UBTService_SocialReasoning) == 0x000008, "Wrong alignment on UBTService_SocialReasoning"); \ static_assert(sizeof(UBTService_SocialReasoning) == 0x0000D0, "Wrong size on UBTService_SocialReasoning"); \ #define DUMPER7_ASSERTS_MapCursor_GetCursorBounds \ static_assert(alignof(MapCursor_GetCursorBounds) == 0x000010, "Wrong alignment on MapCursor_GetCursorBounds"); \ static_assert(sizeof(MapCursor_GetCursorBounds) == 0x000010, "Wrong size on MapCursor_GetCursorBounds"); \ static_assert(offsetof(MapCursor_GetCursorBounds, ReturnValue) == 0x000000, "Member 'MapCursor_GetCursorBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapCursor_GetCursorTranslation \ static_assert(alignof(MapCursor_GetCursorTranslation) == 0x000004, "Wrong alignment on MapCursor_GetCursorTranslation"); \ static_assert(sizeof(MapCursor_GetCursorTranslation) == 0x00000C, "Wrong size on MapCursor_GetCursorTranslation"); \ static_assert(offsetof(MapCursor_GetCursorTranslation, ReturnValue) == 0x000000, "Member 'MapCursor_GetCursorTranslation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapCursor_GetGamePadActive \ static_assert(alignof(MapCursor_GetGamePadActive) == 0x000001, "Wrong alignment on MapCursor_GetGamePadActive"); \ static_assert(sizeof(MapCursor_GetGamePadActive) == 0x000001, "Wrong size on MapCursor_GetGamePadActive"); \ static_assert(offsetof(MapCursor_GetGamePadActive, ReturnValue) == 0x000000, "Member 'MapCursor_GetGamePadActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapCursor_GetLerpingToNewLocation \ static_assert(alignof(MapCursor_GetLerpingToNewLocation) == 0x000001, "Wrong alignment on MapCursor_GetLerpingToNewLocation"); \ static_assert(sizeof(MapCursor_GetLerpingToNewLocation) == 0x000001, "Wrong size on MapCursor_GetLerpingToNewLocation"); \ static_assert(offsetof(MapCursor_GetLerpingToNewLocation, ReturnValue) == 0x000000, "Member 'MapCursor_GetLerpingToNewLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapCursor_GetMouseActive \ static_assert(alignof(MapCursor_GetMouseActive) == 0x000001, "Wrong alignment on MapCursor_GetMouseActive"); \ static_assert(sizeof(MapCursor_GetMouseActive) == 0x000001, "Wrong size on MapCursor_GetMouseActive"); \ static_assert(offsetof(MapCursor_GetMouseActive, ReturnValue) == 0x000000, "Member 'MapCursor_GetMouseActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapCursor_GetScreenBounds \ static_assert(alignof(MapCursor_GetScreenBounds) == 0x000010, "Wrong alignment on MapCursor_GetScreenBounds"); \ static_assert(sizeof(MapCursor_GetScreenBounds) == 0x000010, "Wrong size on MapCursor_GetScreenBounds"); \ static_assert(offsetof(MapCursor_GetScreenBounds, ReturnValue) == 0x000000, "Member 'MapCursor_GetScreenBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapCursor_SetCursorBounds \ static_assert(alignof(MapCursor_SetCursorBounds) == 0x000010, "Wrong alignment on MapCursor_SetCursorBounds"); \ static_assert(sizeof(MapCursor_SetCursorBounds) == 0x000010, "Wrong size on MapCursor_SetCursorBounds"); \ static_assert(offsetof(MapCursor_SetCursorBounds, BoundsArray) == 0x000000, "Member 'MapCursor_SetCursorBounds::BoundsArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapCursor_SetCursorControl \ static_assert(alignof(MapCursor_SetCursorControl) == 0x000001, "Wrong alignment on MapCursor_SetCursorControl"); \ static_assert(sizeof(MapCursor_SetCursorControl) == 0x000001, "Wrong size on MapCursor_SetCursorControl"); \ static_assert(offsetof(MapCursor_SetCursorControl, ControlType) == 0x000000, "Member 'MapCursor_SetCursorControl::ControlType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapCursor_SetRightMouseButtonClicked \ static_assert(alignof(MapCursor_SetRightMouseButtonClicked) == 0x000001, "Wrong alignment on MapCursor_SetRightMouseButtonClicked"); \ static_assert(sizeof(MapCursor_SetRightMouseButtonClicked) == 0x000001, "Wrong size on MapCursor_SetRightMouseButtonClicked"); \ static_assert(offsetof(MapCursor_SetRightMouseButtonClicked, Clicked) == 0x000000, "Member 'MapCursor_SetRightMouseButtonClicked::Clicked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapCursor_SetScreenBounds \ static_assert(alignof(MapCursor_SetScreenBounds) == 0x000010, "Wrong alignment on MapCursor_SetScreenBounds"); \ static_assert(sizeof(MapCursor_SetScreenBounds) == 0x000010, "Wrong size on MapCursor_SetScreenBounds"); \ static_assert(offsetof(MapCursor_SetScreenBounds, BoundsArray) == 0x000000, "Member 'MapCursor_SetScreenBounds::BoundsArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapCursor_SetToGamePad \ static_assert(alignof(MapCursor_SetToGamePad) == 0x000004, "Wrong alignment on MapCursor_SetToGamePad"); \ static_assert(sizeof(MapCursor_SetToGamePad) == 0x000010, "Wrong size on MapCursor_SetToGamePad"); \ static_assert(offsetof(MapCursor_SetToGamePad, doLerp) == 0x000000, "Member 'MapCursor_SetToGamePad::doLerp' has a wrong offset!"); \ static_assert(offsetof(MapCursor_SetToGamePad, lerpLocation) == 0x000004, "Member 'MapCursor_SetToGamePad::lerpLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMapCursor \ static_assert(alignof(AMapCursor) == 0x000010, "Wrong alignment on AMapCursor"); \ static_assert(sizeof(AMapCursor) == 0x000580, "Wrong size on AMapCursor"); \ static_assert(offsetof(AMapCursor, CursorSpeedMultiplier) == 0x000250, "Member 'AMapCursor::CursorSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, CursorSpeedMultiplierDungeon) == 0x000254, "Member 'AMapCursor::CursorSpeedMultiplierDungeon' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, CursorSpeedMultiplierZoomFactor) == 0x000258, "Member 'AMapCursor::CursorSpeedMultiplierZoomFactor' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, CursorSpeedMultiplierZoomFactorDungeon) == 0x00025C, "Member 'AMapCursor::CursorSpeedMultiplierZoomFactorDungeon' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, ShouldSnapCursor) == 0x000260, "Member 'AMapCursor::ShouldSnapCursor' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, MaxFadeFromCursor) == 0x000264, "Member 'AMapCursor::MaxFadeFromCursor' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, FadeDistanceFromCursorToStartFade) == 0x000268, "Member 'AMapCursor::FadeDistanceFromCursorToStartFade' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, MaxFadeDistance) == 0x00026C, "Member 'AMapCursor::MaxFadeDistance' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, FadeMultiplier) == 0x000270, "Member 'AMapCursor::FadeMultiplier' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, DisableMouseInput) == 0x000274, "Member 'AMapCursor::DisableMouseInput' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, MouseSlop) == 0x000278, "Member 'AMapCursor::MouseSlop' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, SnapToIconLerpFactor) == 0x00027C, "Member 'AMapCursor::SnapToIconLerpFactor' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, SnapToIconLerpFactorHogwarts) == 0x000280, "Member 'AMapCursor::SnapToIconLerpFactorHogwarts' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, VerticalHorinzontalCollideAdjust) == 0x000284, "Member 'AMapCursor::VerticalHorinzontalCollideAdjust' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, MouseEdgeMovementSpeed) == 0x000288, "Member 'AMapCursor::MouseEdgeMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, ShowMouseCursorTop) == 0x00028C, "Member 'AMapCursor::ShowMouseCursorTop' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, VerticalEdgeBoundTop) == 0x000290, "Member 'AMapCursor::VerticalEdgeBoundTop' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, VerticalEdgeBoundBottom) == 0x000294, "Member 'AMapCursor::VerticalEdgeBoundBottom' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, HorizontalEdgeBound) == 0x000298, "Member 'AMapCursor::HorizontalEdgeBound' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, CursorMoveOnScroll) == 0x00029C, "Member 'AMapCursor::CursorMoveOnScroll' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, ToggleInputLerpFactor) == 0x0002A0, "Member 'AMapCursor::ToggleInputLerpFactor' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, MaterialInstance) == 0x0002A8, "Member 'AMapCursor::MaterialInstance' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, CursorMaterial) == 0x0002B0, "Member 'AMapCursor::CursorMaterial' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, CursorTexture) == 0x0003A0, "Member 'AMapCursor::CursorTexture' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, MapScreen) == 0x0003A8, "Member 'AMapCursor::MapScreen' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, UIManager) == 0x0003B0, "Member 'AMapCursor::UIManager' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, MapSubSystem) == 0x0003B8, "Member 'AMapCursor::MapSubSystem' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, PlayerController) == 0x0003C0, "Member 'AMapCursor::PlayerController' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, MapBase) == 0x0003C8, "Member 'AMapCursor::MapBase' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, OverlandMap) == 0x0003D0, "Member 'AMapCursor::OverlandMap' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, HogsmeadeMap) == 0x0003D8, "Member 'AMapCursor::HogsmeadeMap' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, HogwartsMap) == 0x0003E0, "Member 'AMapCursor::HogwartsMap' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, MapMoveComponent) == 0x0003E8, "Member 'AMapCursor::MapMoveComponent' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, LocalPlayer) == 0x0003F0, "Member 'AMapCursor::LocalPlayer' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, TraceWorld) == 0x0003F8, "Member 'AMapCursor::TraceWorld' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, HitActor) == 0x000550, "Member 'AMapCursor::HitActor' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, LastHitActor) == 0x000558, "Member 'AMapCursor::LastHitActor' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, StaticHitComponent) == 0x000560, "Member 'AMapCursor::StaticHitComponent' has a wrong offset!"); \ static_assert(offsetof(AMapCursor, LastStaticHitComponent) == 0x000568, "Member 'AMapCursor::LastStaticHitComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Enemy_FleeApparate \ static_assert(alignof(UBTT_Enemy_FleeApparate) == 0x000008, "Wrong alignment on UBTT_Enemy_FleeApparate"); \ static_assert(sizeof(UBTT_Enemy_FleeApparate) == 0x000098, "Wrong size on UBTT_Enemy_FleeApparate"); \ #define DUMPER7_ASSERTS_UBTT_Enemy_InitTree \ static_assert(alignof(UBTT_Enemy_InitTree) == 0x000008, "Wrong alignment on UBTT_Enemy_InitTree"); \ static_assert(sizeof(UBTT_Enemy_InitTree) == 0x000098, "Wrong size on UBTT_Enemy_InitTree"); \ static_assert(offsetof(UBTT_Enemy_InitTree, Tree) == 0x000070, "Member 'UBTT_Enemy_InitTree::Tree' has a wrong offset!"); \ static_assert(offsetof(UBTT_Enemy_InitTree, bForceEntry) == 0x000078, "Member 'UBTT_Enemy_InitTree::bForceEntry' has a wrong offset!"); \ static_assert(offsetof(UBTT_Enemy_InitTree, AbilityList) == 0x000080, "Member 'UBTT_Enemy_InitTree::AbilityList' has a wrong offset!"); \ static_assert(offsetof(UBTT_Enemy_InitTree, Timeout) == 0x000090, "Member 'UBTT_Enemy_InitTree::Timeout' has a wrong offset!"); \ static_assert(offsetof(UBTT_Enemy_InitTree, TimeoutAction) == 0x000094, "Member 'UBTT_Enemy_InitTree::TimeoutAction' has a wrong offset!"); \ static_assert(offsetof(UBTT_Enemy_InitTree, AbortMove) == 0x000095, "Member 'UBTT_Enemy_InitTree::AbortMove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFadeProvider_All \ static_assert(alignof(UFadeProvider_All) == 0x000008, "Wrong alignment on UFadeProvider_All"); \ static_assert(sizeof(UFadeProvider_All) == 0x000030, "Wrong size on UFadeProvider_All"); \ #define DUMPER7_ASSERTS_UBTT_MoveToWithRadius \ static_assert(alignof(UBTT_MoveToWithRadius) == 0x000008, "Wrong alignment on UBTT_MoveToWithRadius"); \ static_assert(sizeof(UBTT_MoveToWithRadius) == 0x0000B0, "Wrong size on UBTT_MoveToWithRadius"); \ #define DUMPER7_ASSERTS_UBTTask_CopyBlackboardVector \ static_assert(alignof(UBTTask_CopyBlackboardVector) == 0x000008, "Wrong alignment on UBTTask_CopyBlackboardVector"); \ static_assert(sizeof(UBTTask_CopyBlackboardVector) == 0x0000C0, "Wrong size on UBTTask_CopyBlackboardVector"); \ #define DUMPER7_ASSERTS_UBTTask_CopyBlackboardInt \ static_assert(alignof(UBTTask_CopyBlackboardInt) == 0x000008, "Wrong alignment on UBTTask_CopyBlackboardInt"); \ static_assert(sizeof(UBTTask_CopyBlackboardInt) == 0x0000C0, "Wrong size on UBTTask_CopyBlackboardInt"); \ #define DUMPER7_ASSERTS_FrontEnd_MenuWidget_ExecuteLoad \ static_assert(alignof(FrontEnd_MenuWidget_ExecuteLoad) == 0x000008, "Wrong alignment on FrontEnd_MenuWidget_ExecuteLoad"); \ static_assert(sizeof(FrontEnd_MenuWidget_ExecuteLoad) == 0x000018, "Wrong size on FrontEnd_MenuWidget_ExecuteLoad"); \ static_assert(offsetof(FrontEnd_MenuWidget_ExecuteLoad, Filename) == 0x000000, "Member 'FrontEnd_MenuWidget_ExecuteLoad::Filename' has a wrong offset!"); \ static_assert(offsetof(FrontEnd_MenuWidget_ExecuteLoad, CharacterID) == 0x000010, "Member 'FrontEnd_MenuWidget_ExecuteLoad::CharacterID' has a wrong offset!"); \ static_assert(offsetof(FrontEnd_MenuWidget_ExecuteLoad, ReturnValue) == 0x000014, "Member 'FrontEnd_MenuWidget_ExecuteLoad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FrontEnd_MenuWidget_SetMenuLegend \ static_assert(alignof(FrontEnd_MenuWidget_SetMenuLegend) == 0x000008, "Wrong alignment on FrontEnd_MenuWidget_SetMenuLegend"); \ static_assert(sizeof(FrontEnd_MenuWidget_SetMenuLegend) == 0x000010, "Wrong size on FrontEnd_MenuWidget_SetMenuLegend"); \ static_assert(offsetof(FrontEnd_MenuWidget_SetMenuLegend, LegendArray) == 0x000000, "Member 'FrontEnd_MenuWidget_SetMenuLegend::LegendArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFrontEnd_MenuWidget \ static_assert(alignof(UFrontEnd_MenuWidget) == 0x000008, "Wrong alignment on UFrontEnd_MenuWidget"); \ static_assert(sizeof(UFrontEnd_MenuWidget) == 0x000380, "Wrong size on UFrontEnd_MenuWidget"); \ static_assert(offsetof(UFrontEnd_MenuWidget, LevelNames) == 0x000370, "Member 'UFrontEnd_MenuWidget::LevelNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_CopyBlackboardFloat \ static_assert(alignof(UBTTask_CopyBlackboardFloat) == 0x000008, "Wrong alignment on UBTTask_CopyBlackboardFloat"); \ static_assert(sizeof(UBTTask_CopyBlackboardFloat) == 0x0000C0, "Wrong size on UBTTask_CopyBlackboardFloat"); \ #define DUMPER7_ASSERTS_AStationLocationCreator \ static_assert(alignof(AStationLocationCreator) == 0x000008, "Wrong alignment on AStationLocationCreator"); \ static_assert(sizeof(AStationLocationCreator) == 0x0002A0, "Wrong size on AStationLocationCreator"); \ static_assert(offsetof(AStationLocationCreator, StationLocationCount) == 0x000248, "Member 'AStationLocationCreator::StationLocationCount' has a wrong offset!"); \ static_assert(offsetof(AStationLocationCreator, EncounterCount) == 0x00024C, "Member 'AStationLocationCreator::EncounterCount' has a wrong offset!"); \ static_assert(offsetof(AStationLocationCreator, EncounterCreators) == 0x000250, "Member 'AStationLocationCreator::EncounterCreators' has a wrong offset!"); \ static_assert(offsetof(AStationLocationCreator, StationLocations) == 0x000260, "Member 'AStationLocationCreator::StationLocations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_DecMacroIndex \ static_assert(alignof(QuickActionManager_DecMacroIndex) == 0x000004, "Wrong alignment on QuickActionManager_DecMacroIndex"); \ static_assert(sizeof(QuickActionManager_DecMacroIndex) == 0x00000C, "Wrong size on QuickActionManager_DecMacroIndex"); \ static_assert(offsetof(QuickActionManager_DecMacroIndex, GroupIndex) == 0x000000, "Member 'QuickActionManager_DecMacroIndex::GroupIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_DecMacroIndex, AllowNone) == 0x000004, "Member 'QuickActionManager_DecMacroIndex::AllowNone' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_DecMacroIndex, CapIndexAt) == 0x000008, "Member 'QuickActionManager_DecMacroIndex::CapIndexAt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_DoesSelectedTransfigurationSpellAffectObject \ static_assert(alignof(QuickActionManager_DoesSelectedTransfigurationSpellAffectObject) == 0x000004, "Wrong alignment on QuickActionManager_DoesSelectedTransfigurationSpellAffectObject"); \ static_assert(sizeof(QuickActionManager_DoesSelectedTransfigurationSpellAffectObject) == 0x00000C, "Wrong size on QuickActionManager_DoesSelectedTransfigurationSpellAffectObject"); \ static_assert(offsetof(QuickActionManager_DoesSelectedTransfigurationSpellAffectObject, InDbID) == 0x000000, "Member 'QuickActionManager_DoesSelectedTransfigurationSpellAffectObject::InDbID' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_DoesSelectedTransfigurationSpellAffectObject, ReturnValue) == 0x000008, "Member 'QuickActionManager_DoesSelectedTransfigurationSpellAffectObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_Get \ static_assert(alignof(QuickActionManager_Get) == 0x000008, "Wrong alignment on QuickActionManager_Get"); \ static_assert(sizeof(QuickActionManager_Get) == 0x000008, "Wrong size on QuickActionManager_Get"); \ static_assert(offsetof(QuickActionManager_Get, ReturnValue) == 0x000000, "Member 'QuickActionManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_GetActionGroupCount \ static_assert(alignof(QuickActionManager_GetActionGroupCount) == 0x000004, "Wrong alignment on QuickActionManager_GetActionGroupCount"); \ static_assert(sizeof(QuickActionManager_GetActionGroupCount) == 0x000004, "Wrong size on QuickActionManager_GetActionGroupCount"); \ static_assert(offsetof(QuickActionManager_GetActionGroupCount, ReturnValue) == 0x000000, "Member 'QuickActionManager_GetActionGroupCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_GetActiveGroupIndex \ static_assert(alignof(QuickActionManager_GetActiveGroupIndex) == 0x000004, "Wrong alignment on QuickActionManager_GetActiveGroupIndex"); \ static_assert(sizeof(QuickActionManager_GetActiveGroupIndex) == 0x000004, "Wrong size on QuickActionManager_GetActiveGroupIndex"); \ static_assert(offsetof(QuickActionManager_GetActiveGroupIndex, ReturnValue) == 0x000000, "Member 'QuickActionManager_GetActiveGroupIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_GetActiveMacroIndex \ static_assert(alignof(QuickActionManager_GetActiveMacroIndex) == 0x000004, "Wrong alignment on QuickActionManager_GetActiveMacroIndex"); \ static_assert(sizeof(QuickActionManager_GetActiveMacroIndex) == 0x000004, "Wrong size on QuickActionManager_GetActiveMacroIndex"); \ static_assert(offsetof(QuickActionManager_GetActiveMacroIndex, ReturnValue) == 0x000000, "Member 'QuickActionManager_GetActiveMacroIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_GetItemCount \ static_assert(alignof(QuickActionManager_GetItemCount) == 0x000004, "Wrong alignment on QuickActionManager_GetItemCount"); \ static_assert(sizeof(QuickActionManager_GetItemCount) == 0x000010, "Wrong size on QuickActionManager_GetItemCount"); \ static_assert(offsetof(QuickActionManager_GetItemCount, GroupIndex) == 0x000000, "Member 'QuickActionManager_GetItemCount::GroupIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetItemCount, MacroIndex) == 0x000004, "Member 'QuickActionManager_GetItemCount::MacroIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetItemCount, ItemIndex) == 0x000008, "Member 'QuickActionManager_GetItemCount::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetItemCount, ReturnValue) == 0x00000C, "Member 'QuickActionManager_GetItemCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_GetItemName \ static_assert(alignof(QuickActionManager_GetItemName) == 0x000004, "Wrong alignment on QuickActionManager_GetItemName"); \ static_assert(sizeof(QuickActionManager_GetItemName) == 0x000014, "Wrong size on QuickActionManager_GetItemName"); \ static_assert(offsetof(QuickActionManager_GetItemName, GroupIndex) == 0x000000, "Member 'QuickActionManager_GetItemName::GroupIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetItemName, MacroIndex) == 0x000004, "Member 'QuickActionManager_GetItemName::MacroIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetItemName, ActionIndex) == 0x000008, "Member 'QuickActionManager_GetItemName::ActionIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetItemName, ItemName) == 0x00000C, "Member 'QuickActionManager_GetItemName::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_GetItemNameFromMode \ static_assert(alignof(QuickActionManager_GetItemNameFromMode) == 0x000004, "Wrong alignment on QuickActionManager_GetItemNameFromMode"); \ static_assert(sizeof(QuickActionManager_GetItemNameFromMode) == 0x000014, "Wrong size on QuickActionManager_GetItemNameFromMode"); \ static_assert(offsetof(QuickActionManager_GetItemNameFromMode, GroupIndex) == 0x000000, "Member 'QuickActionManager_GetItemNameFromMode::GroupIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetItemNameFromMode, MacroIndex) == 0x000004, "Member 'QuickActionManager_GetItemNameFromMode::MacroIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetItemNameFromMode, ActionIndex) == 0x000008, "Member 'QuickActionManager_GetItemNameFromMode::ActionIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetItemNameFromMode, ItemName) == 0x00000C, "Member 'QuickActionManager_GetItemNameFromMode::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_GetItemType \ static_assert(alignof(QuickActionManager_GetItemType) == 0x000004, "Wrong alignment on QuickActionManager_GetItemType"); \ static_assert(sizeof(QuickActionManager_GetItemType) == 0x000010, "Wrong size on QuickActionManager_GetItemType"); \ static_assert(offsetof(QuickActionManager_GetItemType, GroupIndex) == 0x000000, "Member 'QuickActionManager_GetItemType::GroupIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetItemType, MacroIndex) == 0x000004, "Member 'QuickActionManager_GetItemType::MacroIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetItemType, ItemIndex) == 0x000008, "Member 'QuickActionManager_GetItemType::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetItemType, ReturnValue) == 0x00000C, "Member 'QuickActionManager_GetItemType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_GetMacroIndexByName \ static_assert(alignof(QuickActionManager_GetMacroIndexByName) == 0x000008, "Wrong alignment on QuickActionManager_GetMacroIndexByName"); \ static_assert(sizeof(QuickActionManager_GetMacroIndexByName) == 0x000018, "Wrong size on QuickActionManager_GetMacroIndexByName"); \ static_assert(offsetof(QuickActionManager_GetMacroIndexByName, ItemName) == 0x000000, "Member 'QuickActionManager_GetMacroIndexByName::ItemName' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetMacroIndexByName, ReturnValue) == 0x000010, "Member 'QuickActionManager_GetMacroIndexByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_GetMacroItemCount \ static_assert(alignof(QuickActionManager_GetMacroItemCount) == 0x000004, "Wrong alignment on QuickActionManager_GetMacroItemCount"); \ static_assert(sizeof(QuickActionManager_GetMacroItemCount) == 0x00000C, "Wrong size on QuickActionManager_GetMacroItemCount"); \ static_assert(offsetof(QuickActionManager_GetMacroItemCount, GroupIndex) == 0x000000, "Member 'QuickActionManager_GetMacroItemCount::GroupIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetMacroItemCount, MacroIndex) == 0x000004, "Member 'QuickActionManager_GetMacroItemCount::MacroIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetMacroItemCount, ReturnValue) == 0x000008, "Member 'QuickActionManager_GetMacroItemCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_GetNextGroupIndex \ static_assert(alignof(QuickActionManager_GetNextGroupIndex) == 0x000004, "Wrong alignment on QuickActionManager_GetNextGroupIndex"); \ static_assert(sizeof(QuickActionManager_GetNextGroupIndex) == 0x000004, "Wrong size on QuickActionManager_GetNextGroupIndex"); \ static_assert(offsetof(QuickActionManager_GetNextGroupIndex, ReturnValue) == 0x000000, "Member 'QuickActionManager_GetNextGroupIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_GetNumActionsInGroup \ static_assert(alignof(QuickActionManager_GetNumActionsInGroup) == 0x000004, "Wrong alignment on QuickActionManager_GetNumActionsInGroup"); \ static_assert(sizeof(QuickActionManager_GetNumActionsInGroup) == 0x000008, "Wrong size on QuickActionManager_GetNumActionsInGroup"); \ static_assert(offsetof(QuickActionManager_GetNumActionsInGroup, GroupIndex) == 0x000000, "Member 'QuickActionManager_GetNumActionsInGroup::GroupIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetNumActionsInGroup, ReturnValue) == 0x000004, "Member 'QuickActionManager_GetNumActionsInGroup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_GetPrevGroupIndex \ static_assert(alignof(QuickActionManager_GetPrevGroupIndex) == 0x000004, "Wrong alignment on QuickActionManager_GetPrevGroupIndex"); \ static_assert(sizeof(QuickActionManager_GetPrevGroupIndex) == 0x000004, "Wrong size on QuickActionManager_GetPrevGroupIndex"); \ static_assert(offsetof(QuickActionManager_GetPrevGroupIndex, ReturnValue) == 0x000000, "Member 'QuickActionManager_GetPrevGroupIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_GetTwitchItem \ static_assert(alignof(QuickActionManager_GetTwitchItem) == 0x000004, "Wrong alignment on QuickActionManager_GetTwitchItem"); \ static_assert(sizeof(QuickActionManager_GetTwitchItem) == 0x000014, "Wrong size on QuickActionManager_GetTwitchItem"); \ static_assert(offsetof(QuickActionManager_GetTwitchItem, GroupIndex) == 0x000000, "Member 'QuickActionManager_GetTwitchItem::GroupIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetTwitchItem, ItemIndex) == 0x000004, "Member 'QuickActionManager_GetTwitchItem::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetTwitchItem, ItemName) == 0x000008, "Member 'QuickActionManager_GetTwitchItem::ItemName' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetTwitchItem, ReturnValue) == 0x000010, "Member 'QuickActionManager_GetTwitchItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_GetWorldStorageOverride \ static_assert(alignof(QuickActionManager_GetWorldStorageOverride) == 0x000008, "Wrong alignment on QuickActionManager_GetWorldStorageOverride"); \ static_assert(sizeof(QuickActionManager_GetWorldStorageOverride) == 0x000020, "Wrong size on QuickActionManager_GetWorldStorageOverride"); \ static_assert(offsetof(QuickActionManager_GetWorldStorageOverride, ItemName) == 0x000000, "Member 'QuickActionManager_GetWorldStorageOverride::ItemName' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_GetWorldStorageOverride, Storage) == 0x000010, "Member 'QuickActionManager_GetWorldStorageOverride::Storage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_IncMacroIndex \ static_assert(alignof(QuickActionManager_IncMacroIndex) == 0x000004, "Wrong alignment on QuickActionManager_IncMacroIndex"); \ static_assert(sizeof(QuickActionManager_IncMacroIndex) == 0x00000C, "Wrong size on QuickActionManager_IncMacroIndex"); \ static_assert(offsetof(QuickActionManager_IncMacroIndex, GroupIndex) == 0x000000, "Member 'QuickActionManager_IncMacroIndex::GroupIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_IncMacroIndex, AllowNone) == 0x000004, "Member 'QuickActionManager_IncMacroIndex::AllowNone' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_IncMacroIndex, CapIndexAt) == 0x000008, "Member 'QuickActionManager_IncMacroIndex::CapIndexAt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_IsMacroIndexValid \ static_assert(alignof(QuickActionManager_IsMacroIndexValid) == 0x000004, "Wrong alignment on QuickActionManager_IsMacroIndexValid"); \ static_assert(sizeof(QuickActionManager_IsMacroIndexValid) == 0x000008, "Wrong size on QuickActionManager_IsMacroIndexValid"); \ static_assert(offsetof(QuickActionManager_IsMacroIndexValid, MacroIndex) == 0x000000, "Member 'QuickActionManager_IsMacroIndexValid::MacroIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_IsMacroIndexValid, ReturnValue) == 0x000004, "Member 'QuickActionManager_IsMacroIndexValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_NewMacroSelected \ static_assert(alignof(QuickActionManager_NewMacroSelected) == 0x000004, "Wrong alignment on QuickActionManager_NewMacroSelected"); \ static_assert(sizeof(QuickActionManager_NewMacroSelected) == 0x000008, "Wrong size on QuickActionManager_NewMacroSelected"); \ static_assert(offsetof(QuickActionManager_NewMacroSelected, MacroIndex) == 0x000000, "Member 'QuickActionManager_NewMacroSelected::MacroIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_NewMacroSelected, RequestedGroupIndex) == 0x000004, "Member 'QuickActionManager_NewMacroSelected::RequestedGroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_NewMacroSelectedForMode \ static_assert(alignof(QuickActionManager_NewMacroSelectedForMode) == 0x000004, "Wrong alignment on QuickActionManager_NewMacroSelectedForMode"); \ static_assert(sizeof(QuickActionManager_NewMacroSelectedForMode) == 0x000008, "Wrong size on QuickActionManager_NewMacroSelectedForMode"); \ static_assert(offsetof(QuickActionManager_NewMacroSelectedForMode, MacroIndex) == 0x000000, "Member 'QuickActionManager_NewMacroSelectedForMode::MacroIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_NewMacroSelectedForMode, RequestedGroupIndex) == 0x000004, "Member 'QuickActionManager_NewMacroSelectedForMode::RequestedGroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_OverrideActionGroups \ static_assert(alignof(QuickActionManager_OverrideActionGroups) == 0x000008, "Wrong alignment on QuickActionManager_OverrideActionGroups"); \ static_assert(sizeof(QuickActionManager_OverrideActionGroups) == 0x000010, "Wrong size on QuickActionManager_OverrideActionGroups"); \ static_assert(offsetof(QuickActionManager_OverrideActionGroups, OverrideName) == 0x000000, "Member 'QuickActionManager_OverrideActionGroups::OverrideName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_RemoveActionGroupOverride \ static_assert(alignof(QuickActionManager_RemoveActionGroupOverride) == 0x000008, "Wrong alignment on QuickActionManager_RemoveActionGroupOverride"); \ static_assert(sizeof(QuickActionManager_RemoveActionGroupOverride) == 0x000010, "Wrong size on QuickActionManager_RemoveActionGroupOverride"); \ static_assert(offsetof(QuickActionManager_RemoveActionGroupOverride, OverrideName) == 0x000000, "Member 'QuickActionManager_RemoveActionGroupOverride::OverrideName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_SetInventoryActionItemIntoCurrentSlot \ static_assert(alignof(QuickActionManager_SetInventoryActionItemIntoCurrentSlot) == 0x000008, "Wrong alignment on QuickActionManager_SetInventoryActionItemIntoCurrentSlot"); \ static_assert(sizeof(QuickActionManager_SetInventoryActionItemIntoCurrentSlot) == 0x000020, "Wrong size on QuickActionManager_SetInventoryActionItemIntoCurrentSlot"); \ static_assert(offsetof(QuickActionManager_SetInventoryActionItemIntoCurrentSlot, ItemName) == 0x000000, "Member 'QuickActionManager_SetInventoryActionItemIntoCurrentSlot::ItemName' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_SetInventoryActionItemIntoCurrentSlot, ItemType) == 0x000010, "Member 'QuickActionManager_SetInventoryActionItemIntoCurrentSlot::ItemType' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_SetInventoryActionItemIntoCurrentSlot, Count) == 0x000014, "Member 'QuickActionManager_SetInventoryActionItemIntoCurrentSlot::Count' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_SetInventoryActionItemIntoCurrentSlot, ItemVariation) == 0x000018, "Member 'QuickActionManager_SetInventoryActionItemIntoCurrentSlot::ItemVariation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_UpdateSelectedActionItem \ static_assert(alignof(QuickActionManager_UpdateSelectedActionItem) == 0x000008, "Wrong alignment on QuickActionManager_UpdateSelectedActionItem"); \ static_assert(sizeof(QuickActionManager_UpdateSelectedActionItem) == 0x000048, "Wrong size on QuickActionManager_UpdateSelectedActionItem"); \ static_assert(offsetof(QuickActionManager_UpdateSelectedActionItem, ItemName) == 0x000000, "Member 'QuickActionManager_UpdateSelectedActionItem::ItemName' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_UpdateSelectedActionItem, ItemVariation) == 0x000010, "Member 'QuickActionManager_UpdateSelectedActionItem::ItemVariation' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_UpdateSelectedActionItem, ItemType) == 0x000020, "Member 'QuickActionManager_UpdateSelectedActionItem::ItemType' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_UpdateSelectedActionItem, ItemHolder) == 0x000028, "Member 'QuickActionManager_UpdateSelectedActionItem::ItemHolder' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_UpdateSelectedActionItem, RequestedGroupIndex) == 0x000038, "Member 'QuickActionManager_UpdateSelectedActionItem::RequestedGroupIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_UpdateSelectedActionItem, Amount) == 0x00003C, "Member 'QuickActionManager_UpdateSelectedActionItem::Amount' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_UpdateSelectedActionItem, RequestedMacroIndex) == 0x000040, "Member 'QuickActionManager_UpdateSelectedActionItem::RequestedMacroIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_UpdateSelectedActionItem, Index_0) == 0x000044, "Member 'QuickActionManager_UpdateSelectedActionItem::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_ValidateDefaultGroupSelections \ static_assert(alignof(QuickActionManager_ValidateDefaultGroupSelections) == 0x000004, "Wrong alignment on QuickActionManager_ValidateDefaultGroupSelections"); \ static_assert(sizeof(QuickActionManager_ValidateDefaultGroupSelections) == 0x000008, "Wrong size on QuickActionManager_ValidateDefaultGroupSelections"); \ static_assert(offsetof(QuickActionManager_ValidateDefaultGroupSelections, GroupIndex) == 0x000000, "Member 'QuickActionManager_ValidateDefaultGroupSelections::GroupIndex' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_ValidateDefaultGroupSelections, ReturnValue) == 0x000004, "Member 'QuickActionManager_ValidateDefaultGroupSelections::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_AddAncientMagicPoints \ static_assert(alignof(QuickActionManager_AddAncientMagicPoints) == 0x000004, "Wrong alignment on QuickActionManager_AddAncientMagicPoints"); \ static_assert(sizeof(QuickActionManager_AddAncientMagicPoints) == 0x000004, "Wrong size on QuickActionManager_AddAncientMagicPoints"); \ static_assert(offsetof(QuickActionManager_AddAncientMagicPoints, NumPoints) == 0x000000, "Member 'QuickActionManager_AddAncientMagicPoints::NumPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_ContextAdded \ static_assert(alignof(QuickActionManager_ContextAdded) == 0x000004, "Wrong alignment on QuickActionManager_ContextAdded"); \ static_assert(sizeof(QuickActionManager_ContextAdded) == 0x000008, "Wrong size on QuickActionManager_ContextAdded"); \ static_assert(offsetof(QuickActionManager_ContextAdded, InContextName) == 0x000000, "Member 'QuickActionManager_ContextAdded::InContextName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_ContextChanged \ static_assert(alignof(QuickActionManager_ContextChanged) == 0x000001, "Wrong alignment on QuickActionManager_ContextChanged"); \ static_assert(sizeof(QuickActionManager_ContextChanged) == 0x000001, "Wrong size on QuickActionManager_ContextChanged"); \ static_assert(offsetof(QuickActionManager_ContextChanged, bNewResult) == 0x000000, "Member 'QuickActionManager_ContextChanged::bNewResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_GetQuickWheelItem \ static_assert(alignof(QuickActionManager_GetQuickWheelItem) == 0x000004, "Wrong alignment on QuickActionManager_GetQuickWheelItem"); \ static_assert(sizeof(QuickActionManager_GetQuickWheelItem) == 0x000008, "Wrong size on QuickActionManager_GetQuickWheelItem"); \ static_assert(offsetof(QuickActionManager_GetQuickWheelItem, ReturnValue) == 0x000000, "Member 'QuickActionManager_GetQuickWheelItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_HandleMapLocationChanged \ static_assert(alignof(QuickActionManager_HandleMapLocationChanged) == 0x000008, "Wrong alignment on QuickActionManager_HandleMapLocationChanged"); \ static_assert(sizeof(QuickActionManager_HandleMapLocationChanged) == 0x000018, "Wrong size on QuickActionManager_HandleMapLocationChanged"); \ static_assert(offsetof(QuickActionManager_HandleMapLocationChanged, Caller) == 0x000000, "Member 'QuickActionManager_HandleMapLocationChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_HandleMapLocationChanged, CurrentMapLocationName) == 0x000008, "Member 'QuickActionManager_HandleMapLocationChanged::CurrentMapLocationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_RemoveActionFromDiamond \ static_assert(alignof(QuickActionManager_RemoveActionFromDiamond) == 0x000004, "Wrong alignment on QuickActionManager_RemoveActionFromDiamond"); \ static_assert(sizeof(QuickActionManager_RemoveActionFromDiamond) == 0x000008, "Wrong size on QuickActionManager_RemoveActionFromDiamond"); \ static_assert(offsetof(QuickActionManager_RemoveActionFromDiamond, ItemName) == 0x000000, "Member 'QuickActionManager_RemoveActionFromDiamond::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_ReplaceItemOnDiamond \ static_assert(alignof(QuickActionManager_ReplaceItemOnDiamond) == 0x000004, "Wrong alignment on QuickActionManager_ReplaceItemOnDiamond"); \ static_assert(sizeof(QuickActionManager_ReplaceItemOnDiamond) == 0x000010, "Wrong size on QuickActionManager_ReplaceItemOnDiamond"); \ static_assert(offsetof(QuickActionManager_ReplaceItemOnDiamond, HolderID) == 0x000000, "Member 'QuickActionManager_ReplaceItemOnDiamond::HolderID' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_ReplaceItemOnDiamond, NewItem) == 0x000008, "Member 'QuickActionManager_ReplaceItemOnDiamond::NewItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_SetCurrentGroupIndex \ static_assert(alignof(QuickActionManager_SetCurrentGroupIndex) == 0x000004, "Wrong alignment on QuickActionManager_SetCurrentGroupIndex"); \ static_assert(sizeof(QuickActionManager_SetCurrentGroupIndex) == 0x000004, "Wrong size on QuickActionManager_SetCurrentGroupIndex"); \ static_assert(offsetof(QuickActionManager_SetCurrentGroupIndex, NewIndex) == 0x000000, "Member 'QuickActionManager_SetCurrentGroupIndex::NewIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_SetQuickWheelItem \ static_assert(alignof(QuickActionManager_SetQuickWheelItem) == 0x000004, "Wrong alignment on QuickActionManager_SetQuickWheelItem"); \ static_assert(sizeof(QuickActionManager_SetQuickWheelItem) == 0x000008, "Wrong size on QuickActionManager_SetQuickWheelItem"); \ static_assert(offsetof(QuickActionManager_SetQuickWheelItem, ItemName) == 0x000000, "Member 'QuickActionManager_SetQuickWheelItem::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_SlotInventoryItemFromCode \ static_assert(alignof(QuickActionManager_SlotInventoryItemFromCode) == 0x000008, "Wrong alignment on QuickActionManager_SlotInventoryItemFromCode"); \ static_assert(sizeof(QuickActionManager_SlotInventoryItemFromCode) == 0x000018, "Wrong size on QuickActionManager_SlotInventoryItemFromCode"); \ static_assert(offsetof(QuickActionManager_SlotInventoryItemFromCode, ItemId) == 0x000000, "Member 'QuickActionManager_SlotInventoryItemFromCode::ItemId' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_SlotInventoryItemFromCode, Amount) == 0x000010, "Member 'QuickActionManager_SlotInventoryItemFromCode::Amount' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_SlotInventoryItemFromCode, Slot) == 0x000014, "Member 'QuickActionManager_SlotInventoryItemFromCode::Slot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_SlotSpellFromCode \ static_assert(alignof(QuickActionManager_SlotSpellFromCode) == 0x000008, "Wrong alignment on QuickActionManager_SlotSpellFromCode"); \ static_assert(sizeof(QuickActionManager_SlotSpellFromCode) == 0x000018, "Wrong size on QuickActionManager_SlotSpellFromCode"); \ static_assert(offsetof(QuickActionManager_SlotSpellFromCode, SpellID) == 0x000000, "Member 'QuickActionManager_SlotSpellFromCode::SpellID' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_SlotSpellFromCode, Slot) == 0x000010, "Member 'QuickActionManager_SlotSpellFromCode::Slot' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_SlotSpellFromCode, Group) == 0x000014, "Member 'QuickActionManager_SlotSpellFromCode::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionManager_SlotToolFromCode \ static_assert(alignof(QuickActionManager_SlotToolFromCode) == 0x000008, "Wrong alignment on QuickActionManager_SlotToolFromCode"); \ static_assert(sizeof(QuickActionManager_SlotToolFromCode) == 0x000018, "Wrong size on QuickActionManager_SlotToolFromCode"); \ static_assert(offsetof(QuickActionManager_SlotToolFromCode, ItemId) == 0x000000, "Member 'QuickActionManager_SlotToolFromCode::ItemId' has a wrong offset!"); \ static_assert(offsetof(QuickActionManager_SlotToolFromCode, Slot) == 0x000010, "Member 'QuickActionManager_SlotToolFromCode::Slot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQuickActionManager \ static_assert(alignof(UQuickActionManager) == 0x000008, "Wrong alignment on UQuickActionManager"); \ static_assert(sizeof(UQuickActionManager) == 0x0001B0, "Wrong size on UQuickActionManager"); \ #define DUMPER7_ASSERTS_UBTTask_CopyBlackboardBool \ static_assert(alignof(UBTTask_CopyBlackboardBool) == 0x000008, "Wrong alignment on UBTTask_CopyBlackboardBool"); \ static_assert(sizeof(UBTTask_CopyBlackboardBool) == 0x0000C0, "Wrong size on UBTTask_CopyBlackboardBool"); \ #define DUMPER7_ASSERTS_UNPC_PerceptionUpdateDataAsset \ static_assert(alignof(UNPC_PerceptionUpdateDataAsset) == 0x000008, "Wrong alignment on UNPC_PerceptionUpdateDataAsset"); \ static_assert(sizeof(UNPC_PerceptionUpdateDataAsset) == 0x000080, "Wrong size on UNPC_PerceptionUpdateDataAsset"); \ static_assert(offsetof(UNPC_PerceptionUpdateDataAsset, UpdateClassMap) == 0x000030, "Member 'UNPC_PerceptionUpdateDataAsset::UpdateClassMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_AutomationBlocksDungeonLoad \ static_assert(alignof(MissionManager_AutomationBlocksDungeonLoad) == 0x000004, "Wrong alignment on MissionManager_AutomationBlocksDungeonLoad"); \ static_assert(sizeof(MissionManager_AutomationBlocksDungeonLoad) == 0x00000C, "Wrong size on MissionManager_AutomationBlocksDungeonLoad"); \ static_assert(offsetof(MissionManager_AutomationBlocksDungeonLoad, DungeonName) == 0x000000, "Member 'MissionManager_AutomationBlocksDungeonLoad::DungeonName' has a wrong offset!"); \ static_assert(offsetof(MissionManager_AutomationBlocksDungeonLoad, ReturnValue) == 0x000008, "Member 'MissionManager_AutomationBlocksDungeonLoad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_CompleteBlueprintConditionBP \ static_assert(alignof(MissionManager_CompleteBlueprintConditionBP) == 0x000008, "Wrong alignment on MissionManager_CompleteBlueprintConditionBP"); \ static_assert(sizeof(MissionManager_CompleteBlueprintConditionBP) == 0x000018, "Wrong size on MissionManager_CompleteBlueprintConditionBP"); \ static_assert(offsetof(MissionManager_CompleteBlueprintConditionBP, MissionID) == 0x000000, "Member 'MissionManager_CompleteBlueprintConditionBP::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionManager_CompleteBlueprintConditionBP, missionStepNickname) == 0x000008, "Member 'MissionManager_CompleteBlueprintConditionBP::missionStepNickname' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_Get \ static_assert(alignof(MissionManager_Get) == 0x000008, "Wrong alignment on MissionManager_Get"); \ static_assert(sizeof(MissionManager_Get) == 0x000008, "Wrong size on MissionManager_Get"); \ static_assert(offsetof(MissionManager_Get, ReturnValue) == 0x000000, "Member 'MissionManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_GetFrontEndMissionList \ static_assert(alignof(MissionManager_GetFrontEndMissionList) == 0x000008, "Wrong alignment on MissionManager_GetFrontEndMissionList"); \ static_assert(sizeof(MissionManager_GetFrontEndMissionList) == 0x000018, "Wrong size on MissionManager_GetFrontEndMissionList"); \ static_assert(offsetof(MissionManager_GetFrontEndMissionList, StartIndex) == 0x000000, "Member 'MissionManager_GetFrontEndMissionList::StartIndex' has a wrong offset!"); \ static_assert(offsetof(MissionManager_GetFrontEndMissionList, ReturnValue) == 0x000008, "Member 'MissionManager_GetFrontEndMissionList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_GetMissionBeaconBP \ static_assert(alignof(MissionManager_GetMissionBeaconBP) == 0x000008, "Wrong alignment on MissionManager_GetMissionBeaconBP"); \ static_assert(sizeof(MissionManager_GetMissionBeaconBP) == 0x000010, "Wrong size on MissionManager_GetMissionBeaconBP"); \ static_assert(offsetof(MissionManager_GetMissionBeaconBP, MissionID) == 0x000000, "Member 'MissionManager_GetMissionBeaconBP::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionManager_GetMissionBeaconBP, ReturnValue) == 0x000008, "Member 'MissionManager_GetMissionBeaconBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_GetMissionBeaconWorldLocationBP \ static_assert(alignof(MissionManager_GetMissionBeaconWorldLocationBP) == 0x000004, "Wrong alignment on MissionManager_GetMissionBeaconWorldLocationBP"); \ static_assert(sizeof(MissionManager_GetMissionBeaconWorldLocationBP) == 0x000018, "Wrong size on MissionManager_GetMissionBeaconWorldLocationBP"); \ static_assert(offsetof(MissionManager_GetMissionBeaconWorldLocationBP, MissionID) == 0x000000, "Member 'MissionManager_GetMissionBeaconWorldLocationBP::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionManager_GetMissionBeaconWorldLocationBP, WorldLocation) == 0x000008, "Member 'MissionManager_GetMissionBeaconWorldLocationBP::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(MissionManager_GetMissionBeaconWorldLocationBP, ReturnValue) == 0x000014, "Member 'MissionManager_GetMissionBeaconWorldLocationBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_GetMissionLogDataBP \ static_assert(alignof(MissionManager_GetMissionLogDataBP) == 0x000008, "Wrong alignment on MissionManager_GetMissionLogDataBP"); \ static_assert(sizeof(MissionManager_GetMissionLogDataBP) == 0x000018, "Wrong size on MissionManager_GetMissionLogDataBP"); \ static_assert(offsetof(MissionManager_GetMissionLogDataBP, OutTrackedMissionIndex) == 0x000000, "Member 'MissionManager_GetMissionLogDataBP::OutTrackedMissionIndex' has a wrong offset!"); \ static_assert(offsetof(MissionManager_GetMissionLogDataBP, ReturnValue) == 0x000008, "Member 'MissionManager_GetMissionLogDataBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_GetMissionLogDataSingleBP \ static_assert(alignof(MissionManager_GetMissionLogDataSingleBP) == 0x000008, "Wrong alignment on MissionManager_GetMissionLogDataSingleBP"); \ static_assert(sizeof(MissionManager_GetMissionLogDataSingleBP) == 0x000018, "Wrong size on MissionManager_GetMissionLogDataSingleBP"); \ static_assert(offsetof(MissionManager_GetMissionLogDataSingleBP, missionIndex) == 0x000000, "Member 'MissionManager_GetMissionLogDataSingleBP::missionIndex' has a wrong offset!"); \ static_assert(offsetof(MissionManager_GetMissionLogDataSingleBP, ReturnValue) == 0x000008, "Member 'MissionManager_GetMissionLogDataSingleBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_GetMissionName \ static_assert(alignof(MissionManager_GetMissionName) == 0x000004, "Wrong alignment on MissionManager_GetMissionName"); \ static_assert(sizeof(MissionManager_GetMissionName) == 0x000010, "Wrong size on MissionManager_GetMissionName"); \ static_assert(offsetof(MissionManager_GetMissionName, DatabaseMissionList) == 0x000000, "Member 'MissionManager_GetMissionName::DatabaseMissionList' has a wrong offset!"); \ static_assert(offsetof(MissionManager_GetMissionName, ReturnValue) == 0x000008, "Member 'MissionManager_GetMissionName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_GetMissionSkipOptions \ static_assert(alignof(MissionManager_GetMissionSkipOptions) == 0x000008, "Wrong alignment on MissionManager_GetMissionSkipOptions"); \ static_assert(sizeof(MissionManager_GetMissionSkipOptions) == 0x000020, "Wrong size on MissionManager_GetMissionSkipOptions"); \ static_assert(offsetof(MissionManager_GetMissionSkipOptions, MissionName) == 0x000000, "Member 'MissionManager_GetMissionSkipOptions::MissionName' has a wrong offset!"); \ static_assert(offsetof(MissionManager_GetMissionSkipOptions, ReturnValue) == 0x000010, "Member 'MissionManager_GetMissionSkipOptions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_GetMissionStatusBP \ static_assert(alignof(MissionManager_GetMissionStatusBP) == 0x000004, "Wrong alignment on MissionManager_GetMissionStatusBP"); \ static_assert(sizeof(MissionManager_GetMissionStatusBP) == 0x00000C, "Wrong size on MissionManager_GetMissionStatusBP"); \ static_assert(offsetof(MissionManager_GetMissionStatusBP, MissionID) == 0x000000, "Member 'MissionManager_GetMissionStatusBP::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionManager_GetMissionStatusBP, ReturnValue) == 0x000008, "Member 'MissionManager_GetMissionStatusBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_GetMissionStepBP \ static_assert(alignof(MissionManager_GetMissionStepBP) == 0x000008, "Wrong alignment on MissionManager_GetMissionStepBP"); \ static_assert(sizeof(MissionManager_GetMissionStepBP) == 0x000018, "Wrong size on MissionManager_GetMissionStepBP"); \ static_assert(offsetof(MissionManager_GetMissionStepBP, MissionID) == 0x000000, "Member 'MissionManager_GetMissionStepBP::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionManager_GetMissionStepBP, ReturnValue) == 0x000008, "Member 'MissionManager_GetMissionStepBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_GetMissionStepCompletedBP \ static_assert(alignof(MissionManager_GetMissionStepCompletedBP) == 0x000008, "Wrong alignment on MissionManager_GetMissionStepCompletedBP"); \ static_assert(sizeof(MissionManager_GetMissionStepCompletedBP) == 0x000020, "Wrong size on MissionManager_GetMissionStepCompletedBP"); \ static_assert(offsetof(MissionManager_GetMissionStepCompletedBP, MissionID) == 0x000000, "Member 'MissionManager_GetMissionStepCompletedBP::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionManager_GetMissionStepCompletedBP, StepNickname) == 0x000008, "Member 'MissionManager_GetMissionStepCompletedBP::StepNickname' has a wrong offset!"); \ static_assert(offsetof(MissionManager_GetMissionStepCompletedBP, ReturnValue) == 0x000018, "Member 'MissionManager_GetMissionStepCompletedBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_HandleGiftingBP \ static_assert(alignof(MissionManager_HandleGiftingBP) == 0x000008, "Wrong alignment on MissionManager_HandleGiftingBP"); \ static_assert(sizeof(MissionManager_HandleGiftingBP) == 0x000020, "Wrong size on MissionManager_HandleGiftingBP"); \ static_assert(offsetof(MissionManager_HandleGiftingBP, CharacterID) == 0x000000, "Member 'MissionManager_HandleGiftingBP::CharacterID' has a wrong offset!"); \ static_assert(offsetof(MissionManager_HandleGiftingBP, ItemId) == 0x000008, "Member 'MissionManager_HandleGiftingBP::ItemId' has a wrong offset!"); \ static_assert(offsetof(MissionManager_HandleGiftingBP, ItemCount) == 0x000018, "Member 'MissionManager_HandleGiftingBP::ItemCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_IsFocusMissionBP \ static_assert(alignof(MissionManager_IsFocusMissionBP) == 0x000004, "Wrong alignment on MissionManager_IsFocusMissionBP"); \ static_assert(sizeof(MissionManager_IsFocusMissionBP) == 0x000014, "Wrong size on MissionManager_IsFocusMissionBP"); \ static_assert(offsetof(MissionManager_IsFocusMissionBP, MissionID) == 0x000000, "Member 'MissionManager_IsFocusMissionBP::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionManager_IsFocusMissionBP, CharacterID) == 0x000008, "Member 'MissionManager_IsFocusMissionBP::CharacterID' has a wrong offset!"); \ static_assert(offsetof(MissionManager_IsFocusMissionBP, ReturnValue) == 0x000010, "Member 'MissionManager_IsFocusMissionBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_IsNewMission \ static_assert(alignof(MissionManager_IsNewMission) == 0x000004, "Wrong alignment on MissionManager_IsNewMission"); \ static_assert(sizeof(MissionManager_IsNewMission) == 0x00000C, "Wrong size on MissionManager_IsNewMission"); \ static_assert(offsetof(MissionManager_IsNewMission, MissionName) == 0x000000, "Member 'MissionManager_IsNewMission::MissionName' has a wrong offset!"); \ static_assert(offsetof(MissionManager_IsNewMission, ReturnValue) == 0x000008, "Member 'MissionManager_IsNewMission::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_PlayMissionDevOnlyBP \ static_assert(alignof(MissionManager_PlayMissionDevOnlyBP) == 0x000004, "Wrong alignment on MissionManager_PlayMissionDevOnlyBP"); \ static_assert(sizeof(MissionManager_PlayMissionDevOnlyBP) == 0x000008, "Wrong size on MissionManager_PlayMissionDevOnlyBP"); \ static_assert(offsetof(MissionManager_PlayMissionDevOnlyBP, MissionID) == 0x000000, "Member 'MissionManager_PlayMissionDevOnlyBP::MissionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_PlayMissionFromFrontEnd \ static_assert(alignof(MissionManager_PlayMissionFromFrontEnd) == 0x000008, "Wrong alignment on MissionManager_PlayMissionFromFrontEnd"); \ static_assert(sizeof(MissionManager_PlayMissionFromFrontEnd) == 0x000030, "Wrong size on MissionManager_PlayMissionFromFrontEnd"); \ static_assert(offsetof(MissionManager_PlayMissionFromFrontEnd, MissionName) == 0x000000, "Member 'MissionManager_PlayMissionFromFrontEnd::MissionName' has a wrong offset!"); \ static_assert(offsetof(MissionManager_PlayMissionFromFrontEnd, Gender) == 0x000010, "Member 'MissionManager_PlayMissionFromFrontEnd::Gender' has a wrong offset!"); \ static_assert(offsetof(MissionManager_PlayMissionFromFrontEnd, SkipOption) == 0x000020, "Member 'MissionManager_PlayMissionFromFrontEnd::SkipOption' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_RequestMissionUpdateBP \ static_assert(alignof(MissionManager_RequestMissionUpdateBP) == 0x000004, "Wrong alignment on MissionManager_RequestMissionUpdateBP"); \ static_assert(sizeof(MissionManager_RequestMissionUpdateBP) == 0x000008, "Wrong size on MissionManager_RequestMissionUpdateBP"); \ static_assert(offsetof(MissionManager_RequestMissionUpdateBP, MissionID) == 0x000000, "Member 'MissionManager_RequestMissionUpdateBP::MissionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_ResetMissionDevOnlyBP \ static_assert(alignof(MissionManager_ResetMissionDevOnlyBP) == 0x000004, "Wrong alignment on MissionManager_ResetMissionDevOnlyBP"); \ static_assert(sizeof(MissionManager_ResetMissionDevOnlyBP) == 0x000008, "Wrong size on MissionManager_ResetMissionDevOnlyBP"); \ static_assert(offsetof(MissionManager_ResetMissionDevOnlyBP, MissionID) == 0x000000, "Member 'MissionManager_ResetMissionDevOnlyBP::MissionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_SetMapCursorToMissionLocationBP \ static_assert(alignof(MissionManager_SetMapCursorToMissionLocationBP) == 0x000004, "Wrong alignment on MissionManager_SetMapCursorToMissionLocationBP"); \ static_assert(sizeof(MissionManager_SetMapCursorToMissionLocationBP) == 0x00000C, "Wrong size on MissionManager_SetMapCursorToMissionLocationBP"); \ static_assert(offsetof(MissionManager_SetMapCursorToMissionLocationBP, MissionID) == 0x000000, "Member 'MissionManager_SetMapCursorToMissionLocationBP::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionManager_SetMapCursorToMissionLocationBP, ReturnValue) == 0x000008, "Member 'MissionManager_SetMapCursorToMissionLocationBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_SetMissionLogFocusMissionBP \ static_assert(alignof(MissionManager_SetMissionLogFocusMissionBP) == 0x000004, "Wrong alignment on MissionManager_SetMissionLogFocusMissionBP"); \ static_assert(sizeof(MissionManager_SetMissionLogFocusMissionBP) == 0x000008, "Wrong size on MissionManager_SetMissionLogFocusMissionBP"); \ static_assert(offsetof(MissionManager_SetMissionLogFocusMissionBP, MissionID) == 0x000000, "Member 'MissionManager_SetMissionLogFocusMissionBP::MissionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_ShouldForcePlantItemBP \ static_assert(alignof(MissionManager_ShouldForcePlantItemBP) == 0x000008, "Wrong alignment on MissionManager_ShouldForcePlantItemBP"); \ static_assert(sizeof(MissionManager_ShouldForcePlantItemBP) == 0x000018, "Wrong size on MissionManager_ShouldForcePlantItemBP"); \ static_assert(offsetof(MissionManager_ShouldForcePlantItemBP, interactionActor) == 0x000000, "Member 'MissionManager_ShouldForcePlantItemBP::interactionActor' has a wrong offset!"); \ static_assert(offsetof(MissionManager_ShouldForcePlantItemBP, o_itemToPlant) == 0x000008, "Member 'MissionManager_ShouldForcePlantItemBP::o_itemToPlant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_StationKnownByMissionManagerBP \ static_assert(alignof(MissionManager_StationKnownByMissionManagerBP) == 0x000008, "Wrong alignment on MissionManager_StationKnownByMissionManagerBP"); \ static_assert(sizeof(MissionManager_StationKnownByMissionManagerBP) == 0x000010, "Wrong size on MissionManager_StationKnownByMissionManagerBP"); \ static_assert(offsetof(MissionManager_StationKnownByMissionManagerBP, Object) == 0x000000, "Member 'MissionManager_StationKnownByMissionManagerBP::Object' has a wrong offset!"); \ static_assert(offsetof(MissionManager_StationKnownByMissionManagerBP, ReturnValue) == 0x000008, "Member 'MissionManager_StationKnownByMissionManagerBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_UpdateBlueprintTaskProgressBP \ static_assert(alignof(MissionManager_UpdateBlueprintTaskProgressBP) == 0x000008, "Wrong alignment on MissionManager_UpdateBlueprintTaskProgressBP"); \ static_assert(sizeof(MissionManager_UpdateBlueprintTaskProgressBP) == 0x000020, "Wrong size on MissionManager_UpdateBlueprintTaskProgressBP"); \ static_assert(offsetof(MissionManager_UpdateBlueprintTaskProgressBP, MissionID) == 0x000000, "Member 'MissionManager_UpdateBlueprintTaskProgressBP::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionManager_UpdateBlueprintTaskProgressBP, missionStepNickname) == 0x000008, "Member 'MissionManager_UpdateBlueprintTaskProgressBP::missionStepNickname' has a wrong offset!"); \ static_assert(offsetof(MissionManager_UpdateBlueprintTaskProgressBP, ProgressIncrement) == 0x000018, "Member 'MissionManager_UpdateBlueprintTaskProgressBP::ProgressIncrement' has a wrong offset!"); \ static_assert(offsetof(MissionManager_UpdateBlueprintTaskProgressBP, ProgressGoal) == 0x00001C, "Member 'MissionManager_UpdateBlueprintTaskProgressBP::ProgressGoal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_CheckMissionRestriction \ static_assert(alignof(MissionManager_CheckMissionRestriction) == 0x000008, "Wrong alignment on MissionManager_CheckMissionRestriction"); \ static_assert(sizeof(MissionManager_CheckMissionRestriction) == 0x0000E0, "Wrong size on MissionManager_CheckMissionRestriction"); \ static_assert(offsetof(MissionManager_CheckMissionRestriction, restrictionType) == 0x000000, "Member 'MissionManager_CheckMissionRestriction::restrictionType' has a wrong offset!"); \ static_assert(offsetof(MissionManager_CheckMissionRestriction, restrictionValue) == 0x000010, "Member 'MissionManager_CheckMissionRestriction::restrictionValue' has a wrong offset!"); \ static_assert(offsetof(MissionManager_CheckMissionRestriction, ioRestrictionInfo) == 0x000020, "Member 'MissionManager_CheckMissionRestriction::ioRestrictionInfo' has a wrong offset!"); \ static_assert(offsetof(MissionManager_CheckMissionRestriction, o_canSpawn) == 0x0000D8, "Member 'MissionManager_CheckMissionRestriction::o_canSpawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_GetNewlyHilitedSpell \ static_assert(alignof(MissionManager_GetNewlyHilitedSpell) == 0x000008, "Wrong alignment on MissionManager_GetNewlyHilitedSpell"); \ static_assert(sizeof(MissionManager_GetNewlyHilitedSpell) == 0x000010, "Wrong size on MissionManager_GetNewlyHilitedSpell"); \ static_assert(offsetof(MissionManager_GetNewlyHilitedSpell, Spell) == 0x000000, "Member 'MissionManager_GetNewlyHilitedSpell::Spell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_HandleExperienceLevelChanged \ static_assert(alignof(MissionManager_HandleExperienceLevelChanged) == 0x000004, "Wrong alignment on MissionManager_HandleExperienceLevelChanged"); \ static_assert(sizeof(MissionManager_HandleExperienceLevelChanged) == 0x000008, "Wrong size on MissionManager_HandleExperienceLevelChanged"); \ static_assert(offsetof(MissionManager_HandleExperienceLevelChanged, ExpLevel) == 0x000000, "Member 'MissionManager_HandleExperienceLevelChanged::ExpLevel' has a wrong offset!"); \ static_assert(offsetof(MissionManager_HandleExperienceLevelChanged, bIndicateHUD) == 0x000004, "Member 'MissionManager_HandleExperienceLevelChanged::bIndicateHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_HandleFleshCreated \ static_assert(alignof(MissionManager_HandleFleshCreated) == 0x000008, "Wrong alignment on MissionManager_HandleFleshCreated"); \ static_assert(sizeof(MissionManager_HandleFleshCreated) == 0x000010, "Wrong size on MissionManager_HandleFleshCreated"); \ static_assert(offsetof(MissionManager_HandleFleshCreated, InActor) == 0x000000, "Member 'MissionManager_HandleFleshCreated::InActor' has a wrong offset!"); \ static_assert(offsetof(MissionManager_HandleFleshCreated, InScheduledEntity) == 0x000008, "Member 'MissionManager_HandleFleshCreated::InScheduledEntity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_HandleMissionEditorMessage \ static_assert(alignof(MissionManager_HandleMissionEditorMessage) == 0x000008, "Wrong alignment on MissionManager_HandleMissionEditorMessage"); \ static_assert(sizeof(MissionManager_HandleMissionEditorMessage) == 0x000018, "Wrong size on MissionManager_HandleMissionEditorMessage"); \ static_assert(offsetof(MissionManager_HandleMissionEditorMessage, i_caller) == 0x000000, "Member 'MissionManager_HandleMissionEditorMessage::i_caller' has a wrong offset!"); \ static_assert(offsetof(MissionManager_HandleMissionEditorMessage, Message) == 0x000008, "Member 'MissionManager_HandleMissionEditorMessage::Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_HandlePerformTasksDone \ static_assert(alignof(MissionManager_HandlePerformTasksDone) == 0x000008, "Wrong alignment on MissionManager_HandlePerformTasksDone"); \ static_assert(sizeof(MissionManager_HandlePerformTasksDone) == 0x000008, "Wrong size on MissionManager_HandlePerformTasksDone"); \ static_assert(offsetof(MissionManager_HandlePerformTasksDone, InPerformTasksForAI) == 0x000000, "Member 'MissionManager_HandlePerformTasksDone::InPerformTasksForAI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_HandleSceneRigFadeOut \ static_assert(alignof(MissionManager_HandleSceneRigFadeOut) == 0x000008, "Wrong alignment on MissionManager_HandleSceneRigFadeOut"); \ static_assert(sizeof(MissionManager_HandleSceneRigFadeOut) == 0x000010, "Wrong size on MissionManager_HandleSceneRigFadeOut"); \ static_assert(offsetof(MissionManager_HandleSceneRigFadeOut, i_caller) == 0x000000, "Member 'MissionManager_HandleSceneRigFadeOut::i_caller' has a wrong offset!"); \ static_assert(offsetof(MissionManager_HandleSceneRigFadeOut, Value) == 0x000008, "Member 'MissionManager_HandleSceneRigFadeOut::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_HandleSceneRigFadeOutComplete \ static_assert(alignof(MissionManager_HandleSceneRigFadeOutComplete) == 0x000008, "Wrong alignment on MissionManager_HandleSceneRigFadeOutComplete"); \ static_assert(sizeof(MissionManager_HandleSceneRigFadeOutComplete) == 0x000010, "Wrong size on MissionManager_HandleSceneRigFadeOutComplete"); \ static_assert(offsetof(MissionManager_HandleSceneRigFadeOutComplete, i_caller) == 0x000000, "Member 'MissionManager_HandleSceneRigFadeOutComplete::i_caller' has a wrong offset!"); \ static_assert(offsetof(MissionManager_HandleSceneRigFadeOutComplete, Value) == 0x000008, "Member 'MissionManager_HandleSceneRigFadeOutComplete::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_HandleStatChanged \ static_assert(alignof(MissionManager_HandleStatChanged) == 0x000004, "Wrong alignment on MissionManager_HandleStatChanged"); \ static_assert(sizeof(MissionManager_HandleStatChanged) == 0x000010, "Wrong size on MissionManager_HandleStatChanged"); \ static_assert(offsetof(MissionManager_HandleStatChanged, StatID) == 0x000000, "Member 'MissionManager_HandleStatChanged::StatID' has a wrong offset!"); \ static_assert(offsetof(MissionManager_HandleStatChanged, Value) == 0x000008, "Member 'MissionManager_HandleStatChanged::Value' has a wrong offset!"); \ static_assert(offsetof(MissionManager_HandleStatChanged, Delta) == 0x00000C, "Member 'MissionManager_HandleStatChanged::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionManager_MarkMissionAsViewed \ static_assert(alignof(MissionManager_MarkMissionAsViewed) == 0x000004, "Wrong alignment on MissionManager_MarkMissionAsViewed"); \ static_assert(sizeof(MissionManager_MarkMissionAsViewed) == 0x000008, "Wrong size on MissionManager_MarkMissionAsViewed"); \ static_assert(offsetof(MissionManager_MarkMissionAsViewed, MissionName) == 0x000000, "Member 'MissionManager_MarkMissionAsViewed::MissionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMissionManager \ static_assert(alignof(UMissionManager) == 0x000008, "Wrong alignment on UMissionManager"); \ static_assert(sizeof(UMissionManager) == 0x000AC8, "Wrong size on UMissionManager"); \ static_assert(offsetof(UMissionManager, InteractionManager) == 0x0004B0, "Member 'UMissionManager::InteractionManager' has a wrong offset!"); \ static_assert(offsetof(UMissionManager, FailureReasonTextKey) == 0x000A00, "Member 'UMissionManager::FailureReasonTextKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_Circle_Flying \ static_assert(alignof(UBTTask_Creature_Circle_Flying) == 0x000008, "Wrong alignment on UBTTask_Creature_Circle_Flying"); \ static_assert(sizeof(UBTTask_Creature_Circle_Flying) == 0x000130, "Wrong size on UBTTask_Creature_Circle_Flying"); \ static_assert(offsetof(UBTTask_Creature_Circle_Flying, CircleCenterKey) == 0x000070, "Member 'UBTTask_Creature_Circle_Flying::CircleCenterKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_Circle_Flying, CircleRadiusKey) == 0x000098, "Member 'UBTTask_Creature_Circle_Flying::CircleRadiusKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_Circle_Flying, Height) == 0x0000C0, "Member 'UBTTask_Creature_Circle_Flying::Height' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_Circle_Flying, HeightRandomDeviation) == 0x0000C4, "Member 'UBTTask_Creature_Circle_Flying::HeightRandomDeviation' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_Circle_Flying, Direction) == 0x0000C8, "Member 'UBTTask_Creature_Circle_Flying::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_Interface_HandleHeadTracking \ static_assert(alignof(NPC_AnimInstance_Interface_HandleHeadTracking) == 0x000008, "Wrong alignment on NPC_AnimInstance_Interface_HandleHeadTracking"); \ static_assert(sizeof(NPC_AnimInstance_Interface_HandleHeadTracking) == 0x000008, "Wrong size on NPC_AnimInstance_Interface_HandleHeadTracking"); \ static_assert(offsetof(NPC_AnimInstance_Interface_HandleHeadTracking, Owner) == 0x000000, "Member 'NPC_AnimInstance_Interface_HandleHeadTracking::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_Interface_SetAbilityActive \ static_assert(alignof(NPC_AnimInstance_Interface_SetAbilityActive) == 0x000001, "Wrong alignment on NPC_AnimInstance_Interface_SetAbilityActive"); \ static_assert(sizeof(NPC_AnimInstance_Interface_SetAbilityActive) == 0x000002, "Wrong size on NPC_AnimInstance_Interface_SetAbilityActive"); \ static_assert(offsetof(NPC_AnimInstance_Interface_SetAbilityActive, InAbility) == 0x000000, "Member 'NPC_AnimInstance_Interface_SetAbilityActive::InAbility' has a wrong offset!"); \ static_assert(offsetof(NPC_AnimInstance_Interface_SetAbilityActive, bUse) == 0x000001, "Member 'NPC_AnimInstance_Interface_SetAbilityActive::bUse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_Interface_SetMainState \ static_assert(alignof(NPC_AnimInstance_Interface_SetMainState) == 0x000001, "Wrong alignment on NPC_AnimInstance_Interface_SetMainState"); \ static_assert(sizeof(NPC_AnimInstance_Interface_SetMainState) == 0x000001, "Wrong size on NPC_AnimInstance_Interface_SetMainState"); \ static_assert(offsetof(NPC_AnimInstance_Interface_SetMainState, InState) == 0x000000, "Member 'NPC_AnimInstance_Interface_SetMainState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_Interface_SetState \ static_assert(alignof(NPC_AnimInstance_Interface_SetState) == 0x000001, "Wrong alignment on NPC_AnimInstance_Interface_SetState"); \ static_assert(sizeof(NPC_AnimInstance_Interface_SetState) == 0x000001, "Wrong size on NPC_AnimInstance_Interface_SetState"); \ static_assert(offsetof(NPC_AnimInstance_Interface_SetState, InState) == 0x000000, "Member 'NPC_AnimInstance_Interface_SetState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_Interface_GetAbilityActive \ static_assert(alignof(NPC_AnimInstance_Interface_GetAbilityActive) == 0x000001, "Wrong alignment on NPC_AnimInstance_Interface_GetAbilityActive"); \ static_assert(sizeof(NPC_AnimInstance_Interface_GetAbilityActive) == 0x000002, "Wrong size on NPC_AnimInstance_Interface_GetAbilityActive"); \ static_assert(offsetof(NPC_AnimInstance_Interface_GetAbilityActive, InAbility) == 0x000000, "Member 'NPC_AnimInstance_Interface_GetAbilityActive::InAbility' has a wrong offset!"); \ static_assert(offsetof(NPC_AnimInstance_Interface_GetAbilityActive, ReturnValue) == 0x000001, "Member 'NPC_AnimInstance_Interface_GetAbilityActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_Interface_GetActiveAbility \ static_assert(alignof(NPC_AnimInstance_Interface_GetActiveAbility) == 0x000001, "Wrong alignment on NPC_AnimInstance_Interface_GetActiveAbility"); \ static_assert(sizeof(NPC_AnimInstance_Interface_GetActiveAbility) == 0x000001, "Wrong size on NPC_AnimInstance_Interface_GetActiveAbility"); \ static_assert(offsetof(NPC_AnimInstance_Interface_GetActiveAbility, ReturnValue) == 0x000000, "Member 'NPC_AnimInstance_Interface_GetActiveAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_Interface_GetMainState \ static_assert(alignof(NPC_AnimInstance_Interface_GetMainState) == 0x000001, "Wrong alignment on NPC_AnimInstance_Interface_GetMainState"); \ static_assert(sizeof(NPC_AnimInstance_Interface_GetMainState) == 0x000001, "Wrong size on NPC_AnimInstance_Interface_GetMainState"); \ static_assert(offsetof(NPC_AnimInstance_Interface_GetMainState, ReturnValue) == 0x000000, "Member 'NPC_AnimInstance_Interface_GetMainState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_Interface_GetState \ static_assert(alignof(NPC_AnimInstance_Interface_GetState) == 0x000001, "Wrong alignment on NPC_AnimInstance_Interface_GetState"); \ static_assert(sizeof(NPC_AnimInstance_Interface_GetState) == 0x000001, "Wrong size on NPC_AnimInstance_Interface_GetState"); \ static_assert(offsetof(NPC_AnimInstance_Interface_GetState, ReturnValue) == 0x000000, "Member 'NPC_AnimInstance_Interface_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_INPC_AnimInstance_Interface \ static_assert(alignof(INPC_AnimInstance_Interface) == 0x000001, "Wrong alignment on INPC_AnimInstance_Interface"); \ static_assert(sizeof(INPC_AnimInstance_Interface) == 0x000001, "Wrong size on INPC_AnimInstance_Interface"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_EnableFlyingMovement \ static_assert(alignof(UBTTask_Creature_EnableFlyingMovement) == 0x000008, "Wrong alignment on UBTTask_Creature_EnableFlyingMovement"); \ static_assert(sizeof(UBTTask_Creature_EnableFlyingMovement) == 0x000070, "Wrong size on UBTTask_Creature_EnableFlyingMovement"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerPrerequisiteNotInLevels \ static_assert(alignof(UFXAutoTriggerPrerequisiteNotInLevels) == 0x000008, "Wrong alignment on UFXAutoTriggerPrerequisiteNotInLevels"); \ static_assert(sizeof(UFXAutoTriggerPrerequisiteNotInLevels) == 0x000038, "Wrong size on UFXAutoTriggerPrerequisiteNotInLevels"); \ static_assert(offsetof(UFXAutoTriggerPrerequisiteNotInLevels, Levels) == 0x000028, "Member 'UFXAutoTriggerPrerequisiteNotInLevels::Levels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_AbortInteraction \ static_assert(alignof(StationInteractor_Interface_AbortInteraction) == 0x000008, "Wrong alignment on StationInteractor_Interface_AbortInteraction"); \ static_assert(sizeof(StationInteractor_Interface_AbortInteraction) == 0x000008, "Wrong size on StationInteractor_Interface_AbortInteraction"); \ static_assert(offsetof(StationInteractor_Interface_AbortInteraction, InStationComponent) == 0x000000, "Member 'StationInteractor_Interface_AbortInteraction::InStationComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_CanBeLastOne \ static_assert(alignof(StationInteractor_Interface_CanBeLastOne) == 0x000001, "Wrong alignment on StationInteractor_Interface_CanBeLastOne"); \ static_assert(sizeof(StationInteractor_Interface_CanBeLastOne) == 0x000001, "Wrong size on StationInteractor_Interface_CanBeLastOne"); \ static_assert(offsetof(StationInteractor_Interface_CanBeLastOne, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_CanBeLastOne::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_CanJoinDynamicInteraction \ static_assert(alignof(StationInteractor_Interface_CanJoinDynamicInteraction) == 0x000001, "Wrong alignment on StationInteractor_Interface_CanJoinDynamicInteraction"); \ static_assert(sizeof(StationInteractor_Interface_CanJoinDynamicInteraction) == 0x000001, "Wrong size on StationInteractor_Interface_CanJoinDynamicInteraction"); \ static_assert(offsetof(StationInteractor_Interface_CanJoinDynamicInteraction, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_CanJoinDynamicInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_GetActor \ static_assert(alignof(StationInteractor_Interface_GetActor) == 0x000008, "Wrong alignment on StationInteractor_Interface_GetActor"); \ static_assert(sizeof(StationInteractor_Interface_GetActor) == 0x000008, "Wrong size on StationInteractor_Interface_GetActor"); \ static_assert(offsetof(StationInteractor_Interface_GetActor, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_GetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_GetCharacter \ static_assert(alignof(StationInteractor_Interface_GetCharacter) == 0x000008, "Wrong alignment on StationInteractor_Interface_GetCharacter"); \ static_assert(sizeof(StationInteractor_Interface_GetCharacter) == 0x000008, "Wrong size on StationInteractor_Interface_GetCharacter"); \ static_assert(offsetof(StationInteractor_Interface_GetCharacter, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_GetCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_GetCollisionRadius \ static_assert(alignof(StationInteractor_Interface_GetCollisionRadius) == 0x000004, "Wrong alignment on StationInteractor_Interface_GetCollisionRadius"); \ static_assert(sizeof(StationInteractor_Interface_GetCollisionRadius) == 0x000004, "Wrong size on StationInteractor_Interface_GetCollisionRadius"); \ static_assert(offsetof(StationInteractor_Interface_GetCollisionRadius, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_GetCollisionRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_GetCurrentStation \ static_assert(alignof(StationInteractor_Interface_GetCurrentStation) == 0x000008, "Wrong alignment on StationInteractor_Interface_GetCurrentStation"); \ static_assert(sizeof(StationInteractor_Interface_GetCurrentStation) == 0x000008, "Wrong size on StationInteractor_Interface_GetCurrentStation"); \ static_assert(offsetof(StationInteractor_Interface_GetCurrentStation, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_GetCurrentStation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_GetDbHouseID \ static_assert(alignof(StationInteractor_Interface_GetDbHouseID) == 0x000004, "Wrong alignment on StationInteractor_Interface_GetDbHouseID"); \ static_assert(sizeof(StationInteractor_Interface_GetDbHouseID) == 0x000008, "Wrong size on StationInteractor_Interface_GetDbHouseID"); \ static_assert(offsetof(StationInteractor_Interface_GetDbHouseID, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_GetDbHouseID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_GetDbRegistryID \ static_assert(alignof(StationInteractor_Interface_GetDbRegistryID) == 0x000004, "Wrong alignment on StationInteractor_Interface_GetDbRegistryID"); \ static_assert(sizeof(StationInteractor_Interface_GetDbRegistryID) == 0x000008, "Wrong size on StationInteractor_Interface_GetDbRegistryID"); \ static_assert(offsetof(StationInteractor_Interface_GetDbRegistryID, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_GetDbRegistryID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_GetDbSubtypeID \ static_assert(alignof(StationInteractor_Interface_GetDbSubtypeID) == 0x000004, "Wrong alignment on StationInteractor_Interface_GetDbSubtypeID"); \ static_assert(sizeof(StationInteractor_Interface_GetDbSubtypeID) == 0x000008, "Wrong size on StationInteractor_Interface_GetDbSubtypeID"); \ static_assert(offsetof(StationInteractor_Interface_GetDbSubtypeID, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_GetDbSubtypeID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_GetFeetPosition \ static_assert(alignof(StationInteractor_Interface_GetFeetPosition) == 0x000004, "Wrong alignment on StationInteractor_Interface_GetFeetPosition"); \ static_assert(sizeof(StationInteractor_Interface_GetFeetPosition) == 0x00000C, "Wrong size on StationInteractor_Interface_GetFeetPosition"); \ static_assert(offsetof(StationInteractor_Interface_GetFeetPosition, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_GetFeetPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_GetFleshPrecacheRequested \ static_assert(alignof(StationInteractor_Interface_GetFleshPrecacheRequested) == 0x000001, "Wrong alignment on StationInteractor_Interface_GetFleshPrecacheRequested"); \ static_assert(sizeof(StationInteractor_Interface_GetFleshPrecacheRequested) == 0x000001, "Wrong size on StationInteractor_Interface_GetFleshPrecacheRequested"); \ static_assert(offsetof(StationInteractor_Interface_GetFleshPrecacheRequested, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_GetFleshPrecacheRequested::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_GetInteractorTransform \ static_assert(alignof(StationInteractor_Interface_GetInteractorTransform) == 0x000010, "Wrong alignment on StationInteractor_Interface_GetInteractorTransform"); \ static_assert(sizeof(StationInteractor_Interface_GetInteractorTransform) == 0x000030, "Wrong size on StationInteractor_Interface_GetInteractorTransform"); \ static_assert(offsetof(StationInteractor_Interface_GetInteractorTransform, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_GetInteractorTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_GetPawn \ static_assert(alignof(StationInteractor_Interface_GetPawn) == 0x000008, "Wrong alignment on StationInteractor_Interface_GetPawn"); \ static_assert(sizeof(StationInteractor_Interface_GetPawn) == 0x000008, "Wrong size on StationInteractor_Interface_GetPawn"); \ static_assert(offsetof(StationInteractor_Interface_GetPawn, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_GetPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_GetPosition \ static_assert(alignof(StationInteractor_Interface_GetPosition) == 0x000004, "Wrong alignment on StationInteractor_Interface_GetPosition"); \ static_assert(sizeof(StationInteractor_Interface_GetPosition) == 0x00000C, "Wrong size on StationInteractor_Interface_GetPosition"); \ static_assert(offsetof(StationInteractor_Interface_GetPosition, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_GetPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_GetReasoning \ static_assert(alignof(StationInteractor_Interface_GetReasoning) == 0x000008, "Wrong alignment on StationInteractor_Interface_GetReasoning"); \ static_assert(sizeof(StationInteractor_Interface_GetReasoning) == 0x000008, "Wrong size on StationInteractor_Interface_GetReasoning"); \ static_assert(offsetof(StationInteractor_Interface_GetReasoning, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_GetReasoning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_GetSexType \ static_assert(alignof(StationInteractor_Interface_GetSexType) == 0x000001, "Wrong alignment on StationInteractor_Interface_GetSexType"); \ static_assert(sizeof(StationInteractor_Interface_GetSexType) == 0x000001, "Wrong size on StationInteractor_Interface_GetSexType"); \ static_assert(offsetof(StationInteractor_Interface_GetSexType, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_GetSexType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_GetSquaredDistanceToPlayer \ static_assert(alignof(StationInteractor_Interface_GetSquaredDistanceToPlayer) == 0x000004, "Wrong alignment on StationInteractor_Interface_GetSquaredDistanceToPlayer"); \ static_assert(sizeof(StationInteractor_Interface_GetSquaredDistanceToPlayer) == 0x000004, "Wrong size on StationInteractor_Interface_GetSquaredDistanceToPlayer"); \ static_assert(offsetof(StationInteractor_Interface_GetSquaredDistanceToPlayer, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_GetSquaredDistanceToPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_GetUniqueID \ static_assert(alignof(StationInteractor_Interface_GetUniqueID) == 0x000004, "Wrong alignment on StationInteractor_Interface_GetUniqueID"); \ static_assert(sizeof(StationInteractor_Interface_GetUniqueID) == 0x000004, "Wrong size on StationInteractor_Interface_GetUniqueID"); \ static_assert(offsetof(StationInteractor_Interface_GetUniqueID, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_GetUniqueID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_GetUniqueName \ static_assert(alignof(StationInteractor_Interface_GetUniqueName) == 0x000008, "Wrong alignment on StationInteractor_Interface_GetUniqueName"); \ static_assert(sizeof(StationInteractor_Interface_GetUniqueName) == 0x000010, "Wrong size on StationInteractor_Interface_GetUniqueName"); \ static_assert(offsetof(StationInteractor_Interface_GetUniqueName, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_GetUniqueName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_InDynamicInteraction \ static_assert(alignof(StationInteractor_Interface_InDynamicInteraction) == 0x000001, "Wrong alignment on StationInteractor_Interface_InDynamicInteraction"); \ static_assert(sizeof(StationInteractor_Interface_InDynamicInteraction) == 0x000001, "Wrong size on StationInteractor_Interface_InDynamicInteraction"); \ static_assert(offsetof(StationInteractor_Interface_InDynamicInteraction, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_InDynamicInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_InteractionTerminated \ static_assert(alignof(StationInteractor_Interface_InteractionTerminated) == 0x000008, "Wrong alignment on StationInteractor_Interface_InteractionTerminated"); \ static_assert(sizeof(StationInteractor_Interface_InteractionTerminated) == 0x000010, "Wrong size on StationInteractor_Interface_InteractionTerminated"); \ static_assert(offsetof(StationInteractor_Interface_InteractionTerminated, InStationComponent) == 0x000000, "Member 'StationInteractor_Interface_InteractionTerminated::InStationComponent' has a wrong offset!"); \ static_assert(offsetof(StationInteractor_Interface_InteractionTerminated, InTerminationReason) == 0x000008, "Member 'StationInteractor_Interface_InteractionTerminated::InTerminationReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_IsHidden \ static_assert(alignof(StationInteractor_Interface_IsHidden) == 0x000001, "Wrong alignment on StationInteractor_Interface_IsHidden"); \ static_assert(sizeof(StationInteractor_Interface_IsHidden) == 0x000001, "Wrong size on StationInteractor_Interface_IsHidden"); \ static_assert(offsetof(StationInteractor_Interface_IsHidden, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_IsHidden::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_IsPlayer \ static_assert(alignof(StationInteractor_Interface_IsPlayer) == 0x000001, "Wrong alignment on StationInteractor_Interface_IsPlayer"); \ static_assert(sizeof(StationInteractor_Interface_IsPlayer) == 0x000001, "Wrong size on StationInteractor_Interface_IsPlayer"); \ static_assert(offsetof(StationInteractor_Interface_IsPlayer, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_IsPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_IsTier3Character \ static_assert(alignof(StationInteractor_Interface_IsTier3Character) == 0x000001, "Wrong alignment on StationInteractor_Interface_IsTier3Character"); \ static_assert(sizeof(StationInteractor_Interface_IsTier3Character) == 0x000001, "Wrong size on StationInteractor_Interface_IsTier3Character"); \ static_assert(offsetof(StationInteractor_Interface_IsTier3Character, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_IsTier3Character::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_IsTier3SeatFiller \ static_assert(alignof(StationInteractor_Interface_IsTier3SeatFiller) == 0x000001, "Wrong alignment on StationInteractor_Interface_IsTier3SeatFiller"); \ static_assert(sizeof(StationInteractor_Interface_IsTier3SeatFiller) == 0x000001, "Wrong size on StationInteractor_Interface_IsTier3SeatFiller"); \ static_assert(offsetof(StationInteractor_Interface_IsTier3SeatFiller, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_IsTier3SeatFiller::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_IsTier4Actor \ static_assert(alignof(StationInteractor_Interface_IsTier4Actor) == 0x000001, "Wrong alignment on StationInteractor_Interface_IsTier4Actor"); \ static_assert(sizeof(StationInteractor_Interface_IsTier4Actor) == 0x000001, "Wrong size on StationInteractor_Interface_IsTier4Actor"); \ static_assert(offsetof(StationInteractor_Interface_IsTier4Actor, ReturnValue) == 0x000000, "Member 'StationInteractor_Interface_IsTier4Actor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_RequestStationExit \ static_assert(alignof(StationInteractor_Interface_RequestStationExit) == 0x000008, "Wrong alignment on StationInteractor_Interface_RequestStationExit"); \ static_assert(sizeof(StationInteractor_Interface_RequestStationExit) == 0x000008, "Wrong size on StationInteractor_Interface_RequestStationExit"); \ static_assert(offsetof(StationInteractor_Interface_RequestStationExit, InStationComponent) == 0x000000, "Member 'StationInteractor_Interface_RequestStationExit::InStationComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_RequestStationInteraction \ static_assert(alignof(StationInteractor_Interface_RequestStationInteraction) == 0x000004, "Wrong alignment on StationInteractor_Interface_RequestStationInteraction"); \ static_assert(sizeof(StationInteractor_Interface_RequestStationInteraction) == 0x000028, "Wrong size on StationInteractor_Interface_RequestStationInteraction"); \ static_assert(offsetof(StationInteractor_Interface_RequestStationInteraction, InStationData) == 0x000000, "Member 'StationInteractor_Interface_RequestStationInteraction::InStationData' has a wrong offset!"); \ static_assert(offsetof(StationInteractor_Interface_RequestStationInteraction, InDuration) == 0x000020, "Member 'StationInteractor_Interface_RequestStationInteraction::InDuration' has a wrong offset!"); \ static_assert(offsetof(StationInteractor_Interface_RequestStationInteraction, bUsedInDynamicInteraction) == 0x000024, "Member 'StationInteractor_Interface_RequestStationInteraction::bUsedInDynamicInteraction' has a wrong offset!"); \ static_assert(offsetof(StationInteractor_Interface_RequestStationInteraction, OverwritePreviousGoal) == 0x000025, "Member 'StationInteractor_Interface_RequestStationInteraction::OverwritePreviousGoal' has a wrong offset!"); \ static_assert(offsetof(StationInteractor_Interface_RequestStationInteraction, ReturnValue) == 0x000026, "Member 'StationInteractor_Interface_RequestStationInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_StationStoryEndedWithoutConsent \ static_assert(alignof(StationInteractor_Interface_StationStoryEndedWithoutConsent) == 0x000008, "Wrong alignment on StationInteractor_Interface_StationStoryEndedWithoutConsent"); \ static_assert(sizeof(StationInteractor_Interface_StationStoryEndedWithoutConsent) == 0x000008, "Wrong size on StationInteractor_Interface_StationStoryEndedWithoutConsent"); \ static_assert(offsetof(StationInteractor_Interface_StationStoryEndedWithoutConsent, InStationComponent) == 0x000000, "Member 'StationInteractor_Interface_StationStoryEndedWithoutConsent::InStationComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationInteractor_Interface_ThinkNow \ static_assert(alignof(StationInteractor_Interface_ThinkNow) == 0x000008, "Wrong alignment on StationInteractor_Interface_ThinkNow"); \ static_assert(sizeof(StationInteractor_Interface_ThinkNow) == 0x000010, "Wrong size on StationInteractor_Interface_ThinkNow"); \ static_assert(offsetof(StationInteractor_Interface_ThinkNow, InReason) == 0x000000, "Member 'StationInteractor_Interface_ThinkNow::InReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IStationInteractor_Interface \ static_assert(alignof(IStationInteractor_Interface) == 0x000001, "Wrong alignment on IStationInteractor_Interface"); \ static_assert(sizeof(IStationInteractor_Interface) == 0x000001, "Wrong size on IStationInteractor_Interface"); \ #define DUMPER7_ASSERTS_UMissionButtonWidget \ static_assert(alignof(UMissionButtonWidget) == 0x000008, "Wrong alignment on UMissionButtonWidget"); \ static_assert(sizeof(UMissionButtonWidget) == 0x000558, "Wrong size on UMissionButtonWidget"); \ static_assert(offsetof(UMissionButtonWidget, MissionData) == 0x0004A8, "Member 'UMissionButtonWidget::MissionData' has a wrong offset!"); \ static_assert(offsetof(UMissionButtonWidget, IsFocusMission) == 0x000550, "Member 'UMissionButtonWidget::IsFocusMission' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_FeedAtLocation \ static_assert(alignof(UBTTask_Creature_FeedAtLocation) == 0x000008, "Wrong alignment on UBTTask_Creature_FeedAtLocation"); \ static_assert(sizeof(UBTTask_Creature_FeedAtLocation) == 0x0000C8, "Wrong size on UBTTask_Creature_FeedAtLocation"); \ static_assert(offsetof(UBTTask_Creature_FeedAtLocation, FeedActorKey) == 0x000070, "Member 'UBTTask_Creature_FeedAtLocation::FeedActorKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FeedAtLocation, MoveToLocationKey) == 0x000098, "Member 'UBTTask_Creature_FeedAtLocation::MoveToLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FeedAtLocation, ExtraFeedOffset) == 0x0000C0, "Member 'UBTTask_Creature_FeedAtLocation::ExtraFeedOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_FetchActorFromCreature \ static_assert(alignof(UBTTask_Creature_FetchActorFromCreature) == 0x000008, "Wrong alignment on UBTTask_Creature_FetchActorFromCreature"); \ static_assert(sizeof(UBTTask_Creature_FetchActorFromCreature) == 0x0000E8, "Wrong size on UBTTask_Creature_FetchActorFromCreature"); \ static_assert(offsetof(UBTTask_Creature_FetchActorFromCreature, TargetCreatureKey) == 0x000070, "Member 'UBTTask_Creature_FetchActorFromCreature::TargetCreatureKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FetchActorFromCreature, FetchActorKey) == 0x000098, "Member 'UBTTask_Creature_FetchActorFromCreature::FetchActorKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FetchActorFromCreature, OutputKey) == 0x0000C0, "Member 'UBTTask_Creature_FetchActorFromCreature::OutputKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_FindRandomReachableLocation \ static_assert(alignof(UBTTask_Creature_FindRandomReachableLocation) == 0x000008, "Wrong alignment on UBTTask_Creature_FindRandomReachableLocation"); \ static_assert(sizeof(UBTTask_Creature_FindRandomReachableLocation) == 0x0001C8, "Wrong size on UBTTask_Creature_FindRandomReachableLocation"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, ParameterizedMinSearchRadius) == 0x000070, "Member 'UBTTask_Creature_FindRandomReachableLocation::ParameterizedMinSearchRadius' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, ParameterizedMaxSearchRadius) == 0x0000A8, "Member 'UBTTask_Creature_FindRandomReachableLocation::ParameterizedMaxSearchRadius' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, LocationTestRadius) == 0x0000E0, "Member 'UBTTask_Creature_FindRandomReachableLocation::LocationTestRadius' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, ParameterizedLocationTestRadius) == 0x0000E8, "Member 'UBTTask_Creature_FindRandomReachableLocation::ParameterizedLocationTestRadius' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, bCheckLocationHasPreferredAreaFlag) == 0x000120, "Member 'UBTTask_Creature_FindRandomReachableLocation::bCheckLocationHasPreferredAreaFlag' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, bCheckLocationForDistanceToPath) == 0x000121, "Member 'UBTTask_Creature_FindRandomReachableLocation::bCheckLocationForDistanceToPath' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, bCheckLocationForMaxGroundSlope) == 0x000122, "Member 'UBTTask_Creature_FindRandomReachableLocation::bCheckLocationForMaxGroundSlope' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, SearchRootLocationKey) == 0x000128, "Member 'UBTTask_Creature_FindRandomReachableLocation::SearchRootLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, SearchResultLocationKey) == 0x000150, "Member 'UBTTask_Creature_FindRandomReachableLocation::SearchResultLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, bUseMaxHeadingAngle) == 0x000178, "Member 'UBTTask_Creature_FindRandomReachableLocation::bUseMaxHeadingAngle' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, ForwardDirectionKey) == 0x000180, "Member 'UBTTask_Creature_FindRandomReachableLocation::ForwardDirectionKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, MaxHeadingAngleFromForward) == 0x0001A8, "Member 'UBTTask_Creature_FindRandomReachableLocation::MaxHeadingAngleFromForward' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, bUseTether) == 0x0001AC, "Member 'UBTTask_Creature_FindRandomReachableLocation::bUseTether' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, bFailIfNoLocationFound) == 0x0001AD, "Member 'UBTTask_Creature_FindRandomReachableLocation::bFailIfNoLocationFound' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, bReportErrorOnFailure) == 0x0001AE, "Member 'UBTTask_Creature_FindRandomReachableLocation::bReportErrorOnFailure' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, ErrorName) == 0x0001B0, "Member 'UBTTask_Creature_FindRandomReachableLocation::ErrorName' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, ErrorTimeout) == 0x0001B8, "Member 'UBTTask_Creature_FindRandomReachableLocation::ErrorTimeout' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, SearchTicks) == 0x0001BC, "Member 'UBTTask_Creature_FindRandomReachableLocation::SearchTicks' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, SearchTriesPerTick) == 0x0001C0, "Member 'UBTTask_Creature_FindRandomReachableLocation::SearchTriesPerTick' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindRandomReachableLocation, SearchReductions) == 0x0001C4, "Member 'UBTTask_Creature_FindRandomReachableLocation::SearchReductions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_FindTakeoffConfiguration \ static_assert(alignof(UBTTask_Creature_FindTakeoffConfiguration) == 0x000008, "Wrong alignment on UBTTask_Creature_FindTakeoffConfiguration"); \ static_assert(sizeof(UBTTask_Creature_FindTakeoffConfiguration) == 0x0000B0, "Wrong size on UBTTask_Creature_FindTakeoffConfiguration"); \ static_assert(offsetof(UBTTask_Creature_FindTakeoffConfiguration, TakeoffAnimationArray) == 0x000070, "Member 'UBTTask_Creature_FindTakeoffConfiguration::TakeoffAnimationArray' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindTakeoffConfiguration, MoveTargetLocationKey) == 0x000080, "Member 'UBTTask_Creature_FindTakeoffConfiguration::MoveTargetLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_FindTakeoffConfiguration, MaxTakeoffTestsPerTick) == 0x0000A8, "Member 'UBTTask_Creature_FindTakeoffConfiguration::MaxTakeoffTestsPerTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerActorNotHasTag \ static_assert(alignof(UFXAutoTriggerActorNotHasTag) == 0x000008, "Wrong alignment on UFXAutoTriggerActorNotHasTag"); \ static_assert(sizeof(UFXAutoTriggerActorNotHasTag) == 0x000030, "Wrong size on UFXAutoTriggerActorNotHasTag"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_Flee \ static_assert(alignof(UBTTask_Creature_Flee) == 0x000008, "Wrong alignment on UBTTask_Creature_Flee"); \ static_assert(sizeof(UBTTask_Creature_Flee) == 0x0000E0, "Wrong size on UBTTask_Creature_Flee"); \ static_assert(offsetof(UBTTask_Creature_Flee, AcceptableRadius) == 0x000070, "Member 'UBTTask_Creature_Flee::AcceptableRadius' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_Flee, MaximumMovementSpeed) == 0x000074, "Member 'UBTTask_Creature_Flee::MaximumMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_Flee, FleeTargetActorKey) == 0x000078, "Member 'UBTTask_Creature_Flee::FleeTargetActorKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_Flee, bFollowLeader) == 0x0000A0, "Member 'UBTTask_Creature_Flee::bFollowLeader' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_Flee, LeadActorKey) == 0x0000A8, "Member 'UBTTask_Creature_Flee::LeadActorKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_Flee, bMatchLeadActorGait) == 0x0000D0, "Member 'UBTTask_Creature_Flee::bMatchLeadActorGait' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_Flee, SecondsBeforeFade) == 0x0000D4, "Member 'UBTTask_Creature_Flee::SecondsBeforeFade' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_Flee, SecondsBeforeFinishingTask) == 0x0000D8, "Member 'UBTTask_Creature_Flee::SecondsBeforeFinishingTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryGraphCondition_ByHouse \ static_assert(alignof(UStoryGraphCondition_ByHouse) == 0x000008, "Wrong alignment on UStoryGraphCondition_ByHouse"); \ static_assert(sizeof(UStoryGraphCondition_ByHouse) == 0x000030, "Wrong size on UStoryGraphCondition_ByHouse"); \ static_assert(offsetof(UStoryGraphCondition_ByHouse, PlayerHouse) == 0x000028, "Member 'UStoryGraphCondition_ByHouse::PlayerHouse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_ObjectState_IsImperiousControlled \ static_assert(alignof(UModFilter_ObjectState_IsImperiousControlled) == 0x000008, "Wrong alignment on UModFilter_ObjectState_IsImperiousControlled"); \ static_assert(sizeof(UModFilter_ObjectState_IsImperiousControlled) == 0x000030, "Wrong size on UModFilter_ObjectState_IsImperiousControlled"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_Flee_Flying \ static_assert(alignof(UBTTask_Creature_Flee_Flying) == 0x000008, "Wrong alignment on UBTTask_Creature_Flee_Flying"); \ static_assert(sizeof(UBTTask_Creature_Flee_Flying) == 0x0000F8, "Wrong size on UBTTask_Creature_Flee_Flying"); \ static_assert(offsetof(UBTTask_Creature_Flee_Flying, FleeTargetActorKey) == 0x000070, "Member 'UBTTask_Creature_Flee_Flying::FleeTargetActorKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryNode_HermesMessage \ static_assert(alignof(UStoryNode_HermesMessage) == 0x000008, "Wrong alignment on UStoryNode_HermesMessage"); \ static_assert(sizeof(UStoryNode_HermesMessage) == 0x0000B0, "Wrong size on UStoryNode_HermesMessage"); \ static_assert(offsetof(UStoryNode_HermesMessage, MessageName) == 0x000098, "Member 'UStoryNode_HermesMessage::MessageName' has a wrong offset!"); \ static_assert(offsetof(UStoryNode_HermesMessage, bEventCanTriggerMultipleTimes) == 0x0000A8, "Member 'UStoryNode_HermesMessage::bEventCanTriggerMultipleTimes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_MoveToWithDirection_Flying \ static_assert(alignof(UBTTask_Creature_MoveToWithDirection_Flying) == 0x000008, "Wrong alignment on UBTTask_Creature_MoveToWithDirection_Flying"); \ static_assert(sizeof(UBTTask_Creature_MoveToWithDirection_Flying) == 0x0000C0, "Wrong size on UBTTask_Creature_MoveToWithDirection_Flying"); \ static_assert(offsetof(UBTTask_Creature_MoveToWithDirection_Flying, TargetLocationKey) == 0x000070, "Member 'UBTTask_Creature_MoveToWithDirection_Flying::TargetLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_MoveToWithDirection_Flying, TargetDirectionKey) == 0x000098, "Member 'UBTTask_Creature_MoveToWithDirection_Flying::TargetDirectionKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_DBRegManager_AllowSpawn \ static_assert(alignof(NPC_DBRegManager_AllowSpawn) == 0x000008, "Wrong alignment on NPC_DBRegManager_AllowSpawn"); \ static_assert(sizeof(NPC_DBRegManager_AllowSpawn) == 0x000020, "Wrong size on NPC_DBRegManager_AllowSpawn"); \ static_assert(offsetof(NPC_DBRegManager_AllowSpawn, InItemID) == 0x000000, "Member 'NPC_DBRegManager_AllowSpawn::InItemID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_AllowSpawn, inParentUID) == 0x000010, "Member 'NPC_DBRegManager_AllowSpawn::inParentUID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_AllowSpawn, inOverrideUID) == 0x000014, "Member 'NPC_DBRegManager_AllowSpawn::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_AllowSpawn, inIsPersistent) == 0x000018, "Member 'NPC_DBRegManager_AllowSpawn::inIsPersistent' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_AllowSpawn, ReturnValue) == 0x000019, "Member 'NPC_DBRegManager_AllowSpawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_DBRegManager_AllowsSplitFrameDeferredSpawn \ static_assert(alignof(NPC_DBRegManager_AllowsSplitFrameDeferredSpawn) == 0x000001, "Wrong alignment on NPC_DBRegManager_AllowsSplitFrameDeferredSpawn"); \ static_assert(sizeof(NPC_DBRegManager_AllowsSplitFrameDeferredSpawn) == 0x000001, "Wrong size on NPC_DBRegManager_AllowsSplitFrameDeferredSpawn"); \ static_assert(offsetof(NPC_DBRegManager_AllowsSplitFrameDeferredSpawn, ReturnValue) == 0x000000, "Member 'NPC_DBRegManager_AllowsSplitFrameDeferredSpawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_DBRegManager_CreateItemAsScheduledEntity \ static_assert(alignof(NPC_DBRegManager_CreateItemAsScheduledEntity) == 0x000008, "Wrong alignment on NPC_DBRegManager_CreateItemAsScheduledEntity"); \ static_assert(sizeof(NPC_DBRegManager_CreateItemAsScheduledEntity) == 0x000018, "Wrong size on NPC_DBRegManager_CreateItemAsScheduledEntity"); \ static_assert(offsetof(NPC_DBRegManager_CreateItemAsScheduledEntity, InItemID) == 0x000000, "Member 'NPC_DBRegManager_CreateItemAsScheduledEntity::InItemID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_CreateItemAsScheduledEntity, ReturnValue) == 0x000010, "Member 'NPC_DBRegManager_CreateItemAsScheduledEntity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_DBRegManager_GetHealth \ static_assert(alignof(NPC_DBRegManager_GetHealth) == 0x000008, "Wrong alignment on NPC_DBRegManager_GetHealth"); \ static_assert(sizeof(NPC_DBRegManager_GetHealth) == 0x000020, "Wrong size on NPC_DBRegManager_GetHealth"); \ static_assert(offsetof(NPC_DBRegManager_GetHealth, InItemID) == 0x000000, "Member 'NPC_DBRegManager_GetHealth::InItemID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_GetHealth, inParentUID) == 0x000010, "Member 'NPC_DBRegManager_GetHealth::inParentUID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_GetHealth, inOverrideUID) == 0x000014, "Member 'NPC_DBRegManager_GetHealth::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_GetHealth, ReturnValue) == 0x000018, "Member 'NPC_DBRegManager_GetHealth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_DBRegManager_GetSpawnAsset \ static_assert(alignof(NPC_DBRegManager_GetSpawnAsset) == 0x000008, "Wrong alignment on NPC_DBRegManager_GetSpawnAsset"); \ static_assert(sizeof(NPC_DBRegManager_GetSpawnAsset) == 0x000020, "Wrong size on NPC_DBRegManager_GetSpawnAsset"); \ static_assert(offsetof(NPC_DBRegManager_GetSpawnAsset, InItemID) == 0x000000, "Member 'NPC_DBRegManager_GetSpawnAsset::InItemID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_GetSpawnAsset, OutAsset) == 0x000010, "Member 'NPC_DBRegManager_GetSpawnAsset::OutAsset' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_GetSpawnAsset, ReturnValue) == 0x000018, "Member 'NPC_DBRegManager_GetSpawnAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_DBRegManager_GetSpawnPath \ static_assert(alignof(NPC_DBRegManager_GetSpawnPath) == 0x000008, "Wrong alignment on NPC_DBRegManager_GetSpawnPath"); \ static_assert(sizeof(NPC_DBRegManager_GetSpawnPath) == 0x000030, "Wrong size on NPC_DBRegManager_GetSpawnPath"); \ static_assert(offsetof(NPC_DBRegManager_GetSpawnPath, InItemID) == 0x000000, "Member 'NPC_DBRegManager_GetSpawnPath::InItemID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_GetSpawnPath, OutPath) == 0x000010, "Member 'NPC_DBRegManager_GetSpawnPath::OutPath' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_GetSpawnPath, ReturnValue) == 0x000028, "Member 'NPC_DBRegManager_GetSpawnPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_DBRegManager_GetUniqueObjectID \ static_assert(alignof(NPC_DBRegManager_GetUniqueObjectID) == 0x000008, "Wrong alignment on NPC_DBRegManager_GetUniqueObjectID"); \ static_assert(sizeof(NPC_DBRegManager_GetUniqueObjectID) == 0x000018, "Wrong size on NPC_DBRegManager_GetUniqueObjectID"); \ static_assert(offsetof(NPC_DBRegManager_GetUniqueObjectID, InItemID) == 0x000000, "Member 'NPC_DBRegManager_GetUniqueObjectID::InItemID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_GetUniqueObjectID, ReturnValue) == 0x000010, "Member 'NPC_DBRegManager_GetUniqueObjectID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_DBRegManager_RestoreData \ static_assert(alignof(NPC_DBRegManager_RestoreData) == 0x000008, "Wrong alignment on NPC_DBRegManager_RestoreData"); \ static_assert(sizeof(NPC_DBRegManager_RestoreData) == 0x000020, "Wrong size on NPC_DBRegManager_RestoreData"); \ static_assert(offsetof(NPC_DBRegManager_RestoreData, InItemID) == 0x000000, "Member 'NPC_DBRegManager_RestoreData::InItemID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_RestoreData, TargetActor) == 0x000010, "Member 'NPC_DBRegManager_RestoreData::TargetActor' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_RestoreData, inParentUID) == 0x000018, "Member 'NPC_DBRegManager_RestoreData::inParentUID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_RestoreData, inOverrideUID) == 0x00001C, "Member 'NPC_DBRegManager_RestoreData::inOverrideUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_DBRegManager_SaveData \ static_assert(alignof(NPC_DBRegManager_SaveData) == 0x000008, "Wrong alignment on NPC_DBRegManager_SaveData"); \ static_assert(sizeof(NPC_DBRegManager_SaveData) == 0x000020, "Wrong size on NPC_DBRegManager_SaveData"); \ static_assert(offsetof(NPC_DBRegManager_SaveData, InItemID) == 0x000000, "Member 'NPC_DBRegManager_SaveData::InItemID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_SaveData, TargetActor) == 0x000010, "Member 'NPC_DBRegManager_SaveData::TargetActor' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_SaveData, inParentUID) == 0x000018, "Member 'NPC_DBRegManager_SaveData::inParentUID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_SaveData, inOverrideUID) == 0x00001C, "Member 'NPC_DBRegManager_SaveData::inOverrideUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_DBRegManager_Spawn \ static_assert(alignof(NPC_DBRegManager_Spawn) == 0x000010, "Wrong alignment on NPC_DBRegManager_Spawn"); \ static_assert(sizeof(NPC_DBRegManager_Spawn) == 0x000080, "Wrong size on NPC_DBRegManager_Spawn"); \ static_assert(offsetof(NPC_DBRegManager_Spawn, InWorld) == 0x000000, "Member 'NPC_DBRegManager_Spawn::InWorld' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_Spawn, InTransform) == 0x000010, "Member 'NPC_DBRegManager_Spawn::InTransform' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_Spawn, InRegistryID) == 0x000040, "Member 'NPC_DBRegManager_Spawn::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_Spawn, inParentUID) == 0x000050, "Member 'NPC_DBRegManager_Spawn::inParentUID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_Spawn, inOverrideUID) == 0x000054, "Member 'NPC_DBRegManager_Spawn::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_Spawn, inIsPersistent) == 0x000058, "Member 'NPC_DBRegManager_Spawn::inIsPersistent' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_Spawn, inCollisioinMethod) == 0x000059, "Member 'NPC_DBRegManager_Spawn::inCollisioinMethod' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_Spawn, InOverrideLevel) == 0x000060, "Member 'NPC_DBRegManager_Spawn::InOverrideLevel' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_Spawn, InParentContainer) == 0x000068, "Member 'NPC_DBRegManager_Spawn::InParentContainer' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_Spawn, ReturnValue) == 0x000070, "Member 'NPC_DBRegManager_Spawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_DBRegManager_SpawnFinalize \ static_assert(alignof(NPC_DBRegManager_SpawnFinalize) == 0x000008, "Wrong alignment on NPC_DBRegManager_SpawnFinalize"); \ static_assert(sizeof(NPC_DBRegManager_SpawnFinalize) == 0x000030, "Wrong size on NPC_DBRegManager_SpawnFinalize"); \ static_assert(offsetof(NPC_DBRegManager_SpawnFinalize, InWorld) == 0x000000, "Member 'NPC_DBRegManager_SpawnFinalize::InWorld' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_SpawnFinalize, SpawnedActor) == 0x000008, "Member 'NPC_DBRegManager_SpawnFinalize::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_SpawnFinalize, InRegistryID) == 0x000010, "Member 'NPC_DBRegManager_SpawnFinalize::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_SpawnFinalize, inParentUID) == 0x000020, "Member 'NPC_DBRegManager_SpawnFinalize::inParentUID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_SpawnFinalize, inOverrideUID) == 0x000024, "Member 'NPC_DBRegManager_SpawnFinalize::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_SpawnFinalize, ReturnValue) == 0x000028, "Member 'NPC_DBRegManager_SpawnFinalize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_DBRegManager_SpawnStart \ static_assert(alignof(NPC_DBRegManager_SpawnStart) == 0x000010, "Wrong alignment on NPC_DBRegManager_SpawnStart"); \ static_assert(sizeof(NPC_DBRegManager_SpawnStart) == 0x000080, "Wrong size on NPC_DBRegManager_SpawnStart"); \ static_assert(offsetof(NPC_DBRegManager_SpawnStart, InWorld) == 0x000000, "Member 'NPC_DBRegManager_SpawnStart::InWorld' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_SpawnStart, InTransform) == 0x000010, "Member 'NPC_DBRegManager_SpawnStart::InTransform' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_SpawnStart, InRegistryID) == 0x000040, "Member 'NPC_DBRegManager_SpawnStart::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_SpawnStart, inParentUID) == 0x000050, "Member 'NPC_DBRegManager_SpawnStart::inParentUID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_SpawnStart, inOverrideUID) == 0x000054, "Member 'NPC_DBRegManager_SpawnStart::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_SpawnStart, inIsPersistent) == 0x000058, "Member 'NPC_DBRegManager_SpawnStart::inIsPersistent' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_SpawnStart, InCollisionMethod) == 0x000059, "Member 'NPC_DBRegManager_SpawnStart::InCollisionMethod' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_SpawnStart, InOverrideLevel) == 0x000060, "Member 'NPC_DBRegManager_SpawnStart::InOverrideLevel' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_SpawnStart, InParentContainer) == 0x000068, "Member 'NPC_DBRegManager_SpawnStart::InParentContainer' has a wrong offset!"); \ static_assert(offsetof(NPC_DBRegManager_SpawnStart, ReturnValue) == 0x000070, "Member 'NPC_DBRegManager_SpawnStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPC_DBRegManager \ static_assert(alignof(UNPC_DBRegManager) == 0x000008, "Wrong alignment on UNPC_DBRegManager"); \ static_assert(sizeof(UNPC_DBRegManager) == 0x000708, "Wrong size on UNPC_DBRegManager"); \ #define DUMPER7_ASSERTS_UMultiFX2_CameraShake \ static_assert(alignof(UMultiFX2_CameraShake) == 0x000008, "Wrong alignment on UMultiFX2_CameraShake"); \ static_assert(sizeof(UMultiFX2_CameraShake) == 0x000080, "Wrong size on UMultiFX2_CameraShake"); \ static_assert(offsetof(UMultiFX2_CameraShake, CameraShake) == 0x000068, "Member 'UMultiFX2_CameraShake::CameraShake' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_CameraShake, InnerRadius) == 0x000070, "Member 'UMultiFX2_CameraShake::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_CameraShake, OuterRadius) == 0x000074, "Member 'UMultiFX2_CameraShake::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_CameraShake, Falloff) == 0x000078, "Member 'UMultiFX2_CameraShake::Falloff' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_CameraShake, bOrientShakeTowardsEpicenter) == 0x00007C, "Member 'UMultiFX2_CameraShake::bOrientShakeTowardsEpicenter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_PlaceGroupCoordinatedTagOnActor \ static_assert(alignof(UBTTask_Creature_PlaceGroupCoordinatedTagOnActor) == 0x000008, "Wrong alignment on UBTTask_Creature_PlaceGroupCoordinatedTagOnActor"); \ static_assert(sizeof(UBTTask_Creature_PlaceGroupCoordinatedTagOnActor) == 0x0000A8, "Wrong size on UBTTask_Creature_PlaceGroupCoordinatedTagOnActor"); \ static_assert(offsetof(UBTTask_Creature_PlaceGroupCoordinatedTagOnActor, TagID) == 0x000070, "Member 'UBTTask_Creature_PlaceGroupCoordinatedTagOnActor::TagID' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_PlaceGroupCoordinatedTagOnActor, ActorBlackboardKey) == 0x000078, "Member 'UBTTask_Creature_PlaceGroupCoordinatedTagOnActor::ActorBlackboardKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_PlaceGroupCoordinatedTagOnActor, LifeTime) == 0x0000A0, "Member 'UBTTask_Creature_PlaceGroupCoordinatedTagOnActor::LifeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_PlaceGroupCoordinatedTagsOnActors \ static_assert(alignof(UBTTask_Creature_PlaceGroupCoordinatedTagsOnActors) == 0x000008, "Wrong alignment on UBTTask_Creature_PlaceGroupCoordinatedTagsOnActors"); \ static_assert(sizeof(UBTTask_Creature_PlaceGroupCoordinatedTagsOnActors) == 0x000080, "Wrong size on UBTTask_Creature_PlaceGroupCoordinatedTagsOnActors"); \ static_assert(offsetof(UBTTask_Creature_PlaceGroupCoordinatedTagsOnActors, AllOrders) == 0x000070, "Member 'UBTTask_Creature_PlaceGroupCoordinatedTagsOnActors::AllOrders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarStencilEffectActivePriority \ static_assert(alignof(UFXAutoTriggerScalarStencilEffectActivePriority) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarStencilEffectActivePriority"); \ static_assert(sizeof(UFXAutoTriggerScalarStencilEffectActivePriority) == 0x000028, "Wrong size on UFXAutoTriggerScalarStencilEffectActivePriority"); \ #define DUMPER7_ASSERTS_UStoryGraphCondition_ByGender \ static_assert(alignof(UStoryGraphCondition_ByGender) == 0x000008, "Wrong alignment on UStoryGraphCondition_ByGender"); \ static_assert(sizeof(UStoryGraphCondition_ByGender) == 0x000030, "Wrong size on UStoryGraphCondition_ByGender"); \ static_assert(offsetof(UStoryGraphCondition_ByGender, PlayerGender) == 0x000028, "Member 'UStoryGraphCondition_ByGender::PlayerGender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_ActorMeshStates \ static_assert(alignof(UMultiFX2_ActorMeshStates) == 0x000008, "Wrong alignment on UMultiFX2_ActorMeshStates"); \ static_assert(sizeof(UMultiFX2_ActorMeshStates) == 0x000088, "Wrong size on UMultiFX2_ActorMeshStates"); \ static_assert(offsetof(UMultiFX2_ActorMeshStates, MeshStates) == 0x000068, "Member 'UMultiFX2_ActorMeshStates::MeshStates' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ActorMeshStates, MeshStatesTag) == 0x000078, "Member 'UMultiFX2_ActorMeshStates::MeshStatesTag' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ActorMeshStates, bUpdateOnTick) == 0x000080, "Member 'UMultiFX2_ActorMeshStates::bUpdateOnTick' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ActorMeshStates, bDependOnInstigator) == 0x000081, "Member 'UMultiFX2_ActorMeshStates::bDependOnInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_PlaceGroupCoordinatedTagOnLocation \ static_assert(alignof(UBTTask_Creature_PlaceGroupCoordinatedTagOnLocation) == 0x000008, "Wrong alignment on UBTTask_Creature_PlaceGroupCoordinatedTagOnLocation"); \ static_assert(sizeof(UBTTask_Creature_PlaceGroupCoordinatedTagOnLocation) == 0x0000B0, "Wrong size on UBTTask_Creature_PlaceGroupCoordinatedTagOnLocation"); \ static_assert(offsetof(UBTTask_Creature_PlaceGroupCoordinatedTagOnLocation, TagID) == 0x000070, "Member 'UBTTask_Creature_PlaceGroupCoordinatedTagOnLocation::TagID' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_PlaceGroupCoordinatedTagOnLocation, LocationBlackboardKey) == 0x000078, "Member 'UBTTask_Creature_PlaceGroupCoordinatedTagOnLocation::LocationBlackboardKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_PlaceGroupCoordinatedTagOnLocation, LocationRadius) == 0x0000A0, "Member 'UBTTask_Creature_PlaceGroupCoordinatedTagOnLocation::LocationRadius' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_PlaceGroupCoordinatedTagOnLocation, LifeTime) == 0x0000A4, "Member 'UBTTask_Creature_PlaceGroupCoordinatedTagOnLocation::LifeTime' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_PlaceGroupCoordinatedTagOnLocation, bRemoveExistingTags) == 0x0000A8, "Member 'UBTTask_Creature_PlaceGroupCoordinatedTagOnLocation::bRemoveExistingTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_RandomizeApproachRange \ static_assert(alignof(UBTTask_Creature_RandomizeApproachRange) == 0x000008, "Wrong alignment on UBTTask_Creature_RandomizeApproachRange"); \ static_assert(sizeof(UBTTask_Creature_RandomizeApproachRange) == 0x000070, "Wrong size on UBTTask_Creature_RandomizeApproachRange"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_RandomizeIdleBehaviorLoops \ static_assert(alignof(UBTTask_Creature_RandomizeIdleBehaviorLoops) == 0x000008, "Wrong alignment on UBTTask_Creature_RandomizeIdleBehaviorLoops"); \ static_assert(sizeof(UBTTask_Creature_RandomizeIdleBehaviorLoops) == 0x000078, "Wrong size on UBTTask_Creature_RandomizeIdleBehaviorLoops"); \ static_assert(offsetof(UBTTask_Creature_RandomizeIdleBehaviorLoops, bAdjustForTimeOfDayIfWild) == 0x000070, "Member 'UBTTask_Creature_RandomizeIdleBehaviorLoops::bAdjustForTimeOfDayIfWild' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarGameLogicPropositional \ static_assert(alignof(UFXAutoTriggerScalarGameLogicPropositional) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarGameLogicPropositional"); \ static_assert(sizeof(UFXAutoTriggerScalarGameLogicPropositional) == 0x000030, "Wrong size on UFXAutoTriggerScalarGameLogicPropositional"); \ static_assert(offsetof(UFXAutoTriggerScalarGameLogicPropositional, Propositional) == 0x000028, "Member 'UFXAutoTriggerScalarGameLogicPropositional::Propositional' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_RemoveGroupCoordinatedTagsFromActor \ static_assert(alignof(UBTTask_Creature_RemoveGroupCoordinatedTagsFromActor) == 0x000008, "Wrong alignment on UBTTask_Creature_RemoveGroupCoordinatedTagsFromActor"); \ static_assert(sizeof(UBTTask_Creature_RemoveGroupCoordinatedTagsFromActor) == 0x0000B0, "Wrong size on UBTTask_Creature_RemoveGroupCoordinatedTagsFromActor"); \ static_assert(offsetof(UBTTask_Creature_RemoveGroupCoordinatedTagsFromActor, TagIDs) == 0x000070, "Member 'UBTTask_Creature_RemoveGroupCoordinatedTagsFromActor::TagIDs' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_RemoveGroupCoordinatedTagsFromActor, ActorBlackboardKey) == 0x000080, "Member 'UBTTask_Creature_RemoveGroupCoordinatedTagsFromActor::ActorBlackboardKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_RemoveGroupCoordinatedTagsFromActor, bMustBeOwnedBySelf) == 0x0000A8, "Member 'UBTTask_Creature_RemoveGroupCoordinatedTagsFromActor::bMustBeOwnedBySelf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_RemoveGroupCoordinatedTagsOfOwnerWithID \ static_assert(alignof(UBTTask_Creature_RemoveGroupCoordinatedTagsOfOwnerWithID) == 0x000008, "Wrong alignment on UBTTask_Creature_RemoveGroupCoordinatedTagsOfOwnerWithID"); \ static_assert(sizeof(UBTTask_Creature_RemoveGroupCoordinatedTagsOfOwnerWithID) == 0x0000A8, "Wrong size on UBTTask_Creature_RemoveGroupCoordinatedTagsOfOwnerWithID"); \ static_assert(offsetof(UBTTask_Creature_RemoveGroupCoordinatedTagsOfOwnerWithID, TagType) == 0x000070, "Member 'UBTTask_Creature_RemoveGroupCoordinatedTagsOfOwnerWithID::TagType' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_RemoveGroupCoordinatedTagsOfOwnerWithID, TagID) == 0x000074, "Member 'UBTTask_Creature_RemoveGroupCoordinatedTagsOfOwnerWithID::TagID' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_RemoveGroupCoordinatedTagsOfOwnerWithID, OwnerBlackboardKey) == 0x000080, "Member 'UBTTask_Creature_RemoveGroupCoordinatedTagsOfOwnerWithID::OwnerBlackboardKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolPlayerRequirement \ static_assert(alignof(UFXAutoTriggerBoolPlayerRequirement) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolPlayerRequirement"); \ static_assert(sizeof(UFXAutoTriggerBoolPlayerRequirement) == 0x000030, "Wrong size on UFXAutoTriggerBoolPlayerRequirement"); \ static_assert(offsetof(UFXAutoTriggerBoolPlayerRequirement, PlayerRequirement) == 0x000028, "Member 'UFXAutoTriggerBoolPlayerRequirement::PlayerRequirement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_ReportDebugError \ static_assert(alignof(UBTTask_Creature_ReportDebugError) == 0x000008, "Wrong alignment on UBTTask_Creature_ReportDebugError"); \ static_assert(sizeof(UBTTask_Creature_ReportDebugError) == 0x000090, "Wrong size on UBTTask_Creature_ReportDebugError"); \ static_assert(offsetof(UBTTask_Creature_ReportDebugError, ErrorText) == 0x000070, "Member 'UBTTask_Creature_ReportDebugError::ErrorText' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_ReportDebugError, bPersistent) == 0x000080, "Member 'UBTTask_Creature_ReportDebugError::bPersistent' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_ReportDebugError, LifeTime) == 0x000084, "Member 'UBTTask_Creature_ReportDebugError::LifeTime' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_ReportDebugError, bRemoveExistingPersistentErrors) == 0x000088, "Member 'UBTTask_Creature_ReportDebugError::bRemoveExistingPersistentErrors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_SetDesiredFlightState \ static_assert(alignof(UBTTask_Creature_SetDesiredFlightState) == 0x000008, "Wrong alignment on UBTTask_Creature_SetDesiredFlightState"); \ static_assert(sizeof(UBTTask_Creature_SetDesiredFlightState) == 0x000078, "Wrong size on UBTTask_Creature_SetDesiredFlightState"); \ static_assert(offsetof(UBTTask_Creature_SetDesiredFlightState, FlightState) == 0x000070, "Member 'UBTTask_Creature_SetDesiredFlightState::FlightState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_SetSlopeHeadingTarget \ static_assert(alignof(UBTTask_Creature_SetSlopeHeadingTarget) == 0x000008, "Wrong alignment on UBTTask_Creature_SetSlopeHeadingTarget"); \ static_assert(sizeof(UBTTask_Creature_SetSlopeHeadingTarget) == 0x0000C8, "Wrong size on UBTTask_Creature_SetSlopeHeadingTarget"); \ static_assert(offsetof(UBTTask_Creature_SetSlopeHeadingTarget, TargetLocationKey) == 0x000070, "Member 'UBTTask_Creature_SetSlopeHeadingTarget::TargetLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_SetSlopeHeadingTarget, FacingTargetLocationKey) == 0x000098, "Member 'UBTTask_Creature_SetSlopeHeadingTarget::FacingTargetLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_SetSlopeHeadingTarget, MinNormalZValue) == 0x0000C0, "Member 'UBTTask_Creature_SetSlopeHeadingTarget::MinNormalZValue' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_SetSlopeHeadingTarget, FacingMoveToLocationOffset) == 0x0000C4, "Member 'UBTTask_Creature_SetSlopeHeadingTarget::FacingMoveToLocationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolPlayerResultOnOff \ static_assert(alignof(UFXAutoTriggerBoolPlayerResultOnOff) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolPlayerResultOnOff"); \ static_assert(sizeof(UFXAutoTriggerBoolPlayerResultOnOff) == 0x000030, "Wrong size on UFXAutoTriggerBoolPlayerResultOnOff"); \ static_assert(offsetof(UFXAutoTriggerBoolPlayerResultOnOff, PlayerResult) == 0x000028, "Member 'UFXAutoTriggerBoolPlayerResultOnOff::PlayerResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAdjustments_ConditionalAdjustments \ static_assert(alignof(UFXAdjustments_ConditionalAdjustments) == 0x000008, "Wrong alignment on UFXAdjustments_ConditionalAdjustments"); \ static_assert(sizeof(UFXAdjustments_ConditionalAdjustments) == 0x000050, "Wrong size on UFXAdjustments_ConditionalAdjustments"); \ static_assert(offsetof(UFXAdjustments_ConditionalAdjustments, filters) == 0x000028, "Member 'UFXAdjustments_ConditionalAdjustments::filters' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustments_ConditionalAdjustments, ConitionalAdjustments) == 0x000038, "Member 'UFXAdjustments_ConditionalAdjustments::ConitionalAdjustments' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustments_ConditionalAdjustments, bFailIfNotFound) == 0x000048, "Member 'UFXAdjustments_ConditionalAdjustments::bFailIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_Creature_WaitUntilStationary \ static_assert(alignof(UBTTask_Creature_WaitUntilStationary) == 0x000008, "Wrong alignment on UBTTask_Creature_WaitUntilStationary"); \ static_assert(sizeof(UBTTask_Creature_WaitUntilStationary) == 0x000078, "Wrong size on UBTTask_Creature_WaitUntilStationary"); \ static_assert(offsetof(UBTTask_Creature_WaitUntilStationary, bAllowAnimationTransition) == 0x000070, "Member 'UBTTask_Creature_WaitUntilStationary::bAllowAnimationTransition' has a wrong offset!"); \ static_assert(offsetof(UBTTask_Creature_WaitUntilStationary, bAllowIdleVariation) == 0x000071, "Member 'UBTTask_Creature_WaitUntilStationary::bAllowIdleVariation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_GetDirectionBetween \ static_assert(alignof(UBTTask_GetDirectionBetween) == 0x000008, "Wrong alignment on UBTTask_GetDirectionBetween"); \ static_assert(sizeof(UBTTask_GetDirectionBetween) == 0x0000F0, "Wrong size on UBTTask_GetDirectionBetween"); \ static_assert(offsetof(UBTTask_GetDirectionBetween, FromLocationKey) == 0x000070, "Member 'UBTTask_GetDirectionBetween::FromLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_GetDirectionBetween, ToLocationKey) == 0x000098, "Member 'UBTTask_GetDirectionBetween::ToLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_GetDirectionBetween, ResultDirectionKey) == 0x0000C0, "Member 'UBTTask_GetDirectionBetween::ResultDirectionKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_GetDirectionBetween, b2D) == 0x0000E8, "Member 'UBTTask_GetDirectionBetween::b2D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolSeason \ static_assert(alignof(UFXAutoTriggerBoolSeason) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolSeason"); \ static_assert(sizeof(UFXAutoTriggerBoolSeason) == 0x000030, "Wrong size on UFXAutoTriggerBoolSeason"); \ static_assert(offsetof(UFXAutoTriggerBoolSeason, Seasons) == 0x000028, "Member 'UFXAutoTriggerBoolSeason::Seasons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAdjustments_TargetWeapon \ static_assert(alignof(UFXAdjustments_TargetWeapon) == 0x000008, "Wrong alignment on UFXAdjustments_TargetWeapon"); \ static_assert(sizeof(UFXAdjustments_TargetWeapon) == 0x000030, "Wrong size on UFXAdjustments_TargetWeapon"); \ static_assert(offsetof(UFXAdjustments_TargetWeapon, bFailIfNotFound) == 0x000028, "Member 'UFXAdjustments_TargetWeapon::bFailIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_RemoveActorTag \ static_assert(alignof(UBTTask_RemoveActorTag) == 0x000008, "Wrong alignment on UBTTask_RemoveActorTag"); \ static_assert(sizeof(UBTTask_RemoveActorTag) == 0x000080, "Wrong size on UBTTask_RemoveActorTag"); \ static_assert(offsetof(UBTTask_RemoveActorTag, TagName) == 0x000070, "Member 'UBTTask_RemoveActorTag::TagName' has a wrong offset!"); \ static_assert(offsetof(UBTTask_RemoveActorTag, bRemoveAll) == 0x000078, "Member 'UBTTask_RemoveActorTag::bRemoveAll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_SendHermesMessage \ static_assert(alignof(UBTTask_SendHermesMessage) == 0x000008, "Wrong alignment on UBTTask_SendHermesMessage"); \ static_assert(sizeof(UBTTask_SendHermesMessage) == 0x000078, "Wrong size on UBTTask_SendHermesMessage"); \ static_assert(offsetof(UBTTask_SendHermesMessage, MessageName) == 0x000070, "Member 'UBTTask_SendHermesMessage::MessageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_SetBlackboardInt \ static_assert(alignof(UBTTask_SetBlackboardInt) == 0x000008, "Wrong alignment on UBTTask_SetBlackboardInt"); \ static_assert(sizeof(UBTTask_SetBlackboardInt) == 0x0000A0, "Wrong size on UBTTask_SetBlackboardInt"); \ static_assert(offsetof(UBTTask_SetBlackboardInt, Value) == 0x000098, "Member 'UBTTask_SetBlackboardInt::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlyingBroomPhysicsScratch_Spline \ static_assert(alignof(UFlyingBroomPhysicsScratch_Spline) == 0x000010, "Wrong alignment on UFlyingBroomPhysicsScratch_Spline"); \ static_assert(sizeof(UFlyingBroomPhysicsScratch_Spline) == 0x000100, "Wrong size on UFlyingBroomPhysicsScratch_Spline"); \ static_assert(offsetof(UFlyingBroomPhysicsScratch_Spline, PhysicsData) == 0x000030, "Member 'UFlyingBroomPhysicsScratch_Spline::PhysicsData' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysicsScratch_Spline, SplineComponent) == 0x000038, "Member 'UFlyingBroomPhysicsScratch_Spline::SplineComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_WaitBlackboardTimeWithDeviation \ static_assert(alignof(UBTTask_WaitBlackboardTimeWithDeviation) == 0x000008, "Wrong alignment on UBTTask_WaitBlackboardTimeWithDeviation"); \ static_assert(sizeof(UBTTask_WaitBlackboardTimeWithDeviation) == 0x0000A8, "Wrong size on UBTTask_WaitBlackboardTimeWithDeviation"); \ static_assert(offsetof(UBTTask_WaitBlackboardTimeWithDeviation, BlackboardKey) == 0x000078, "Member 'UBTTask_WaitBlackboardTimeWithDeviation::BlackboardKey' has a wrong offset!"); \ static_assert(offsetof(UBTTask_WaitBlackboardTimeWithDeviation, Deviation) == 0x0000A0, "Member 'UBTTask_WaitBlackboardTimeWithDeviation::Deviation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFlyingStairs \ static_assert(alignof(AFlyingStairs) == 0x000008, "Wrong alignment on AFlyingStairs"); \ static_assert(sizeof(AFlyingStairs) == 0x0002A8, "Wrong size on AFlyingStairs"); \ static_assert(offsetof(AFlyingStairs, FlyingStairsArea) == 0x000248, "Member 'AFlyingStairs::FlyingStairsArea' has a wrong offset!"); \ static_assert(offsetof(AFlyingStairs, CloudMesh) == 0x000250, "Member 'AFlyingStairs::CloudMesh' has a wrong offset!"); \ static_assert(offsetof(AFlyingStairs, TimeForStairsToStayAtHeightDuringMovement) == 0x000258, "Member 'AFlyingStairs::TimeForStairsToStayAtHeightDuringMovement' has a wrong offset!"); \ static_assert(offsetof(AFlyingStairs, FlyingStairsChain) == 0x000260, "Member 'AFlyingStairs::FlyingStairsChain' has a wrong offset!"); \ static_assert(offsetof(AFlyingStairs, TimeForRandomlyBuildingStair) == 0x000270, "Member 'AFlyingStairs::TimeForRandomlyBuildingStair' has a wrong offset!"); \ static_assert(offsetof(AFlyingStairs, OnStairBuilding) == 0x000278, "Member 'AFlyingStairs::OnStairBuilding' has a wrong offset!"); \ static_assert(offsetof(AFlyingStairs, OnStairDemolishing) == 0x000288, "Member 'AFlyingStairs::OnStairDemolishing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_WaitForHermesMessage \ static_assert(alignof(UBTTask_WaitForHermesMessage) == 0x000008, "Wrong alignment on UBTTask_WaitForHermesMessage"); \ static_assert(sizeof(UBTTask_WaitForHermesMessage) == 0x000088, "Wrong size on UBTTask_WaitForHermesMessage"); \ static_assert(offsetof(UBTTask_WaitForHermesMessage, MessageName) == 0x000070, "Member 'UBTTask_WaitForHermesMessage::MessageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APortkeyInventoryItemTool \ static_assert(alignof(APortkeyInventoryItemTool) == 0x000008, "Wrong alignment on APortkeyInventoryItemTool"); \ static_assert(sizeof(APortkeyInventoryItemTool) == 0x0004B8, "Wrong size on APortkeyInventoryItemTool"); \ static_assert(offsetof(APortkeyInventoryItemTool, TargetFastTravelLocation) == 0x000430, "Member 'APortkeyInventoryItemTool::TargetFastTravelLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_WaitProviderTime \ static_assert(alignof(UBTTask_WaitProviderTime) == 0x000008, "Wrong alignment on UBTTask_WaitProviderTime"); \ static_assert(sizeof(UBTTask_WaitProviderTime) == 0x0000B8, "Wrong size on UBTTask_WaitProviderTime"); \ static_assert(offsetof(UBTTask_WaitProviderTime, ParameterizedWaitTime) == 0x000078, "Member 'UBTTask_WaitProviderTime::ParameterizedWaitTime' has a wrong offset!"); \ static_assert(offsetof(UBTTask_WaitProviderTime, Deviation) == 0x0000B0, "Member 'UBTTask_WaitProviderTime::Deviation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICallOutAttachmentInterface \ static_assert(alignof(ICallOutAttachmentInterface) == 0x000001, "Wrong alignment on ICallOutAttachmentInterface"); \ static_assert(sizeof(ICallOutAttachmentInterface) == 0x000001, "Wrong size on ICallOutAttachmentInterface"); \ #define DUMPER7_ASSERTS_FocusTrigger_ActorOverlapBeginOverlap \ static_assert(alignof(FocusTrigger_ActorOverlapBeginOverlap) == 0x000008, "Wrong alignment on FocusTrigger_ActorOverlapBeginOverlap"); \ static_assert(sizeof(FocusTrigger_ActorOverlapBeginOverlap) == 0x0000A8, "Wrong size on FocusTrigger_ActorOverlapBeginOverlap"); \ static_assert(offsetof(FocusTrigger_ActorOverlapBeginOverlap, OverlappedComp) == 0x000000, "Member 'FocusTrigger_ActorOverlapBeginOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(FocusTrigger_ActorOverlapBeginOverlap, Other) == 0x000008, "Member 'FocusTrigger_ActorOverlapBeginOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(FocusTrigger_ActorOverlapBeginOverlap, OtherComp) == 0x000010, "Member 'FocusTrigger_ActorOverlapBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FocusTrigger_ActorOverlapBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'FocusTrigger_ActorOverlapBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(FocusTrigger_ActorOverlapBeginOverlap, bFromSweep) == 0x00001C, "Member 'FocusTrigger_ActorOverlapBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(FocusTrigger_ActorOverlapBeginOverlap, OverlapInfo) == 0x000020, "Member 'FocusTrigger_ActorOverlapBeginOverlap::OverlapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FocusTrigger_ActorOverlapEndOverlap \ static_assert(alignof(FocusTrigger_ActorOverlapEndOverlap) == 0x000008, "Wrong alignment on FocusTrigger_ActorOverlapEndOverlap"); \ static_assert(sizeof(FocusTrigger_ActorOverlapEndOverlap) == 0x000020, "Wrong size on FocusTrigger_ActorOverlapEndOverlap"); \ static_assert(offsetof(FocusTrigger_ActorOverlapEndOverlap, OverlappedComp) == 0x000000, "Member 'FocusTrigger_ActorOverlapEndOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(FocusTrigger_ActorOverlapEndOverlap, Other) == 0x000008, "Member 'FocusTrigger_ActorOverlapEndOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(FocusTrigger_ActorOverlapEndOverlap, OtherComp) == 0x000010, "Member 'FocusTrigger_ActorOverlapEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(FocusTrigger_ActorOverlapEndOverlap, OtherBodyIndex) == 0x000018, "Member 'FocusTrigger_ActorOverlapEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FocusTrigger_SetAbsoluteExtents \ static_assert(alignof(FocusTrigger_SetAbsoluteExtents) == 0x000004, "Wrong alignment on FocusTrigger_SetAbsoluteExtents"); \ static_assert(sizeof(FocusTrigger_SetAbsoluteExtents) == 0x00000C, "Wrong size on FocusTrigger_SetAbsoluteExtents"); \ static_assert(offsetof(FocusTrigger_SetAbsoluteExtents, InAbsoluteExtents) == 0x000000, "Member 'FocusTrigger_SetAbsoluteExtents::InAbsoluteExtents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FocusTrigger_SetPlayerActionProbablity \ static_assert(alignof(FocusTrigger_SetPlayerActionProbablity) == 0x000004, "Wrong alignment on FocusTrigger_SetPlayerActionProbablity"); \ static_assert(sizeof(FocusTrigger_SetPlayerActionProbablity) == 0x000004, "Wrong size on FocusTrigger_SetPlayerActionProbablity"); \ static_assert(offsetof(FocusTrigger_SetPlayerActionProbablity, InProbability) == 0x000000, "Member 'FocusTrigger_SetPlayerActionProbablity::InProbability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FocusTrigger_SetPlayerFocusProbablity \ static_assert(alignof(FocusTrigger_SetPlayerFocusProbablity) == 0x000004, "Wrong alignment on FocusTrigger_SetPlayerFocusProbablity"); \ static_assert(sizeof(FocusTrigger_SetPlayerFocusProbablity) == 0x000004, "Wrong size on FocusTrigger_SetPlayerFocusProbablity"); \ static_assert(offsetof(FocusTrigger_SetPlayerFocusProbablity, InProbability) == 0x000000, "Member 'FocusTrigger_SetPlayerFocusProbablity::InProbability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FocusTrigger_SetTheActionProbablity \ static_assert(alignof(FocusTrigger_SetTheActionProbablity) == 0x000004, "Wrong alignment on FocusTrigger_SetTheActionProbablity"); \ static_assert(sizeof(FocusTrigger_SetTheActionProbablity) == 0x000004, "Wrong size on FocusTrigger_SetTheActionProbablity"); \ static_assert(offsetof(FocusTrigger_SetTheActionProbablity, InProbability) == 0x000000, "Member 'FocusTrigger_SetTheActionProbablity::InProbability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FocusTrigger_SetTheEmotion \ static_assert(alignof(FocusTrigger_SetTheEmotion) == 0x000001, "Wrong alignment on FocusTrigger_SetTheEmotion"); \ static_assert(sizeof(FocusTrigger_SetTheEmotion) == 0x000001, "Wrong size on FocusTrigger_SetTheEmotion"); \ static_assert(offsetof(FocusTrigger_SetTheEmotion, InEmotion) == 0x000000, "Member 'FocusTrigger_SetTheEmotion::InEmotion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FocusTrigger_SetTheFocusActor \ static_assert(alignof(FocusTrigger_SetTheFocusActor) == 0x000008, "Wrong alignment on FocusTrigger_SetTheFocusActor"); \ static_assert(sizeof(FocusTrigger_SetTheFocusActor) == 0x000008, "Wrong size on FocusTrigger_SetTheFocusActor"); \ static_assert(offsetof(FocusTrigger_SetTheFocusActor, InFocusActor) == 0x000000, "Member 'FocusTrigger_SetTheFocusActor::InFocusActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FocusTrigger_SetTheFocusOffset \ static_assert(alignof(FocusTrigger_SetTheFocusOffset) == 0x000004, "Wrong alignment on FocusTrigger_SetTheFocusOffset"); \ static_assert(sizeof(FocusTrigger_SetTheFocusOffset) == 0x00000C, "Wrong size on FocusTrigger_SetTheFocusOffset"); \ static_assert(offsetof(FocusTrigger_SetTheFocusOffset, InFocusOffset) == 0x000000, "Member 'FocusTrigger_SetTheFocusOffset::InFocusOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FocusTrigger_SetTheFocusProbablity \ static_assert(alignof(FocusTrigger_SetTheFocusProbablity) == 0x000004, "Wrong alignment on FocusTrigger_SetTheFocusProbablity"); \ static_assert(sizeof(FocusTrigger_SetTheFocusProbablity) == 0x000004, "Wrong size on FocusTrigger_SetTheFocusProbablity"); \ static_assert(offsetof(FocusTrigger_SetTheFocusProbablity, InProbability) == 0x000000, "Member 'FocusTrigger_SetTheFocusProbablity::InProbability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FocusTrigger_SetTheReaction \ static_assert(alignof(FocusTrigger_SetTheReaction) == 0x000001, "Wrong alignment on FocusTrigger_SetTheReaction"); \ static_assert(sizeof(FocusTrigger_SetTheReaction) == 0x000001, "Wrong size on FocusTrigger_SetTheReaction"); \ static_assert(offsetof(FocusTrigger_SetTheReaction, InSocialAction) == 0x000000, "Member 'FocusTrigger_SetTheReaction::InSocialAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFocusTrigger \ static_assert(alignof(AFocusTrigger) == 0x000008, "Wrong alignment on AFocusTrigger"); \ static_assert(sizeof(AFocusTrigger) == 0x000498, "Wrong size on AFocusTrigger"); \ static_assert(offsetof(AFocusTrigger, FocusTriggerType) == 0x000250, "Member 'AFocusTrigger::FocusTriggerType' has a wrong offset!"); \ static_assert(offsetof(AFocusTrigger, StartInactive) == 0x000251, "Member 'AFocusTrigger::StartInactive' has a wrong offset!"); \ static_assert(offsetof(AFocusTrigger, TheFocusActor) == 0x000254, "Member 'AFocusTrigger::TheFocusActor' has a wrong offset!"); \ static_assert(offsetof(AFocusTrigger, AttachToDBID) == 0x000260, "Member 'AFocusTrigger::AttachToDBID' has a wrong offset!"); \ static_assert(offsetof(AFocusTrigger, TheAttachOffset) == 0x0002E8, "Member 'AFocusTrigger::TheAttachOffset' has a wrong offset!"); \ static_assert(offsetof(AFocusTrigger, TheFocusOffset) == 0x0002F4, "Member 'AFocusTrigger::TheFocusOffset' has a wrong offset!"); \ static_assert(offsetof(AFocusTrigger, TheFocusProbablity) == 0x000300, "Member 'AFocusTrigger::TheFocusProbablity' has a wrong offset!"); \ static_assert(offsetof(AFocusTrigger, TheActionProbablity) == 0x000304, "Member 'AFocusTrigger::TheActionProbablity' has a wrong offset!"); \ static_assert(offsetof(AFocusTrigger, PlayerFocusProbablity) == 0x000308, "Member 'AFocusTrigger::PlayerFocusProbablity' has a wrong offset!"); \ static_assert(offsetof(AFocusTrigger, PlayerActionProbablity) == 0x00030C, "Member 'AFocusTrigger::PlayerActionProbablity' has a wrong offset!"); \ static_assert(offsetof(AFocusTrigger, TheReaction) == 0x000310, "Member 'AFocusTrigger::TheReaction' has a wrong offset!"); \ static_assert(offsetof(AFocusTrigger, TheEmotion) == 0x0003A0, "Member 'AFocusTrigger::TheEmotion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMirroredFocusTrigger \ static_assert(alignof(AMirroredFocusTrigger) == 0x000008, "Wrong alignment on AMirroredFocusTrigger"); \ static_assert(sizeof(AMirroredFocusTrigger) == 0x000518, "Wrong size on AMirroredFocusTrigger"); \ static_assert(offsetof(AMirroredFocusTrigger, MirroredFocusProbablity) == 0x000498, "Member 'AMirroredFocusTrigger::MirroredFocusProbablity' has a wrong offset!"); \ static_assert(offsetof(AMirroredFocusTrigger, MirroredCalloutProbablity) == 0x00049C, "Member 'AMirroredFocusTrigger::MirroredCalloutProbablity' has a wrong offset!"); \ static_assert(offsetof(AMirroredFocusTrigger, MirroredPlayerFocusProbablity) == 0x0004A0, "Member 'AMirroredFocusTrigger::MirroredPlayerFocusProbablity' has a wrong offset!"); \ static_assert(offsetof(AMirroredFocusTrigger, MirroredPlayerCalloutProbablity) == 0x0004A4, "Member 'AMirroredFocusTrigger::MirroredPlayerCalloutProbablity' has a wrong offset!"); \ static_assert(offsetof(AMirroredFocusTrigger, CalloutEvent) == 0x0004A8, "Member 'AMirroredFocusTrigger::CalloutEvent' has a wrong offset!"); \ static_assert(offsetof(AMirroredFocusTrigger, bUseCalloutOffset) == 0x0004B8, "Member 'AMirroredFocusTrigger::bUseCalloutOffset' has a wrong offset!"); \ static_assert(offsetof(AMirroredFocusTrigger, CalloutOffset) == 0x0004BC, "Member 'AMirroredFocusTrigger::CalloutOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFatLadyMirroredFocusTrigger \ static_assert(alignof(AFatLadyMirroredFocusTrigger) == 0x000008, "Wrong alignment on AFatLadyMirroredFocusTrigger"); \ static_assert(sizeof(AFatLadyMirroredFocusTrigger) == 0x000548, "Wrong size on AFatLadyMirroredFocusTrigger"); \ static_assert(offsetof(AFatLadyMirroredFocusTrigger, CalloutEventNight) == 0x000518, "Member 'AFatLadyMirroredFocusTrigger::CalloutEventNight' has a wrong offset!"); \ static_assert(offsetof(AFatLadyMirroredFocusTrigger, CalloutEventGryffindor) == 0x000528, "Member 'AFatLadyMirroredFocusTrigger::CalloutEventGryffindor' has a wrong offset!"); \ static_assert(offsetof(AFatLadyMirroredFocusTrigger, CalloutEventNonGryffindor) == 0x000538, "Member 'AFatLadyMirroredFocusTrigger::CalloutEventNonGryffindor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPerceptionTextureCacheItem \ static_assert(alignof(UPerceptionTextureCacheItem) == 0x000008, "Wrong alignment on UPerceptionTextureCacheItem"); \ static_assert(sizeof(UPerceptionTextureCacheItem) == 0x000040, "Wrong size on UPerceptionTextureCacheItem"); \ static_assert(offsetof(UPerceptionTextureCacheItem, Texture) == 0x000028, "Member 'UPerceptionTextureCacheItem::Texture' has a wrong offset!"); \ static_assert(offsetof(UPerceptionTextureCacheItem, FOV) == 0x000030, "Member 'UPerceptionTextureCacheItem::FOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupAdjustBoneFraming \ static_assert(alignof(UCameraFixupAdjustBoneFraming) == 0x000008, "Wrong alignment on UCameraFixupAdjustBoneFraming"); \ static_assert(sizeof(UCameraFixupAdjustBoneFraming) == 0x000060, "Wrong size on UCameraFixupAdjustBoneFraming"); \ static_assert(offsetof(UCameraFixupAdjustBoneFraming, TargetBone) == 0x000030, "Member 'UCameraFixupAdjustBoneFraming::TargetBone' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAdjustBoneFraming, ReferenceBone) == 0x000038, "Member 'UCameraFixupAdjustBoneFraming::ReferenceBone' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAdjustBoneFraming, DeadDistanceProvider) == 0x000040, "Member 'UCameraFixupAdjustBoneFraming::DeadDistanceProvider' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAdjustBoneFraming, bRotate) == 0x000048, "Member 'UCameraFixupAdjustBoneFraming::bRotate' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAdjustBoneFraming, WeightProvider) == 0x000050, "Member 'UCameraFixupAdjustBoneFraming::WeightProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Foragable_ResetState \ static_assert(alignof(Foragable_ResetState) == 0x000001, "Wrong alignment on Foragable_ResetState"); \ static_assert(sizeof(Foragable_ResetState) == 0x000002, "Wrong size on Foragable_ResetState"); \ static_assert(offsetof(Foragable_ResetState, NextState) == 0x000000, "Member 'Foragable_ResetState::NextState' has a wrong offset!"); \ static_assert(offsetof(Foragable_ResetState, ReturnValue) == 0x000001, "Member 'Foragable_ResetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Foragable_GetItemCount \ static_assert(alignof(Foragable_GetItemCount) == 0x000004, "Wrong alignment on Foragable_GetItemCount"); \ static_assert(sizeof(Foragable_GetItemCount) == 0x000004, "Wrong size on Foragable_GetItemCount"); \ static_assert(offsetof(Foragable_GetItemCount, ReturnValue) == 0x000000, "Member 'Foragable_GetItemCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Foragable_GetItemID \ static_assert(alignof(Foragable_GetItemID) == 0x000004, "Wrong alignment on Foragable_GetItemID"); \ static_assert(sizeof(Foragable_GetItemID) == 0x000008, "Wrong size on Foragable_GetItemID"); \ static_assert(offsetof(Foragable_GetItemID, ReturnValue) == 0x000000, "Member 'Foragable_GetItemID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AForagable \ static_assert(alignof(AForagable) == 0x000008, "Wrong alignment on AForagable"); \ static_assert(sizeof(AForagable) == 0x0002C0, "Wrong size on AForagable"); \ static_assert(offsetof(AForagable, OnForageableCollected) == 0x0002B0, "Member 'AForagable::OnForageableCollected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_ConvertFromWorldSpaceToTextureSpaceSubSection \ static_assert(alignof(MinimapBase_ConvertFromWorldSpaceToTextureSpaceSubSection) == 0x000004, "Wrong alignment on MinimapBase_ConvertFromWorldSpaceToTextureSpaceSubSection"); \ static_assert(sizeof(MinimapBase_ConvertFromWorldSpaceToTextureSpaceSubSection) == 0x000014, "Wrong size on MinimapBase_ConvertFromWorldSpaceToTextureSpaceSubSection"); \ static_assert(offsetof(MinimapBase_ConvertFromWorldSpaceToTextureSpaceSubSection, WorldPosition) == 0x000000, "Member 'MinimapBase_ConvertFromWorldSpaceToTextureSpaceSubSection::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(MinimapBase_ConvertFromWorldSpaceToTextureSpaceSubSection, ReturnValue) == 0x00000C, "Member 'MinimapBase_ConvertFromWorldSpaceToTextureSpaceSubSection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_FadeInCircleIcon \ static_assert(alignof(MinimapBase_FadeInCircleIcon) == 0x000008, "Wrong alignment on MinimapBase_FadeInCircleIcon"); \ static_assert(sizeof(MinimapBase_FadeInCircleIcon) == 0x000008, "Wrong size on MinimapBase_FadeInCircleIcon"); \ static_assert(offsetof(MinimapBase_FadeInCircleIcon, Icon) == 0x000000, "Member 'MinimapBase_FadeInCircleIcon::Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_FadeInMissionIcon \ static_assert(alignof(MinimapBase_FadeInMissionIcon) == 0x000008, "Wrong alignment on MinimapBase_FadeInMissionIcon"); \ static_assert(sizeof(MinimapBase_FadeInMissionIcon) == 0x000008, "Wrong size on MinimapBase_FadeInMissionIcon"); \ static_assert(offsetof(MinimapBase_FadeInMissionIcon, Icon) == 0x000000, "Member 'MinimapBase_FadeInMissionIcon::Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_GetBottomRightPadded \ static_assert(alignof(MinimapBase_GetBottomRightPadded) == 0x000004, "Wrong alignment on MinimapBase_GetBottomRightPadded"); \ static_assert(sizeof(MinimapBase_GetBottomRightPadded) == 0x000008, "Wrong size on MinimapBase_GetBottomRightPadded"); \ static_assert(offsetof(MinimapBase_GetBottomRightPadded, ReturnValue) == 0x000000, "Member 'MinimapBase_GetBottomRightPadded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_GetBoundsForTextureSpaceSubSection \ static_assert(alignof(MinimapBase_GetBoundsForTextureSpaceSubSection) == 0x000004, "Wrong alignment on MinimapBase_GetBoundsForTextureSpaceSubSection"); \ static_assert(sizeof(MinimapBase_GetBoundsForTextureSpaceSubSection) == 0x000020, "Wrong size on MinimapBase_GetBoundsForTextureSpaceSubSection"); \ static_assert(offsetof(MinimapBase_GetBoundsForTextureSpaceSubSection, WorldPosition) == 0x000000, "Member 'MinimapBase_GetBoundsForTextureSpaceSubSection::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(MinimapBase_GetBoundsForTextureSpaceSubSection, TL) == 0x00000C, "Member 'MinimapBase_GetBoundsForTextureSpaceSubSection::TL' has a wrong offset!"); \ static_assert(offsetof(MinimapBase_GetBoundsForTextureSpaceSubSection, BR) == 0x000014, "Member 'MinimapBase_GetBoundsForTextureSpaceSubSection::BR' has a wrong offset!"); \ static_assert(offsetof(MinimapBase_GetBoundsForTextureSpaceSubSection, AvgMultiplier) == 0x00001C, "Member 'MinimapBase_GetBoundsForTextureSpaceSubSection::AvgMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_GetMapMultiplier \ static_assert(alignof(MinimapBase_GetMapMultiplier) == 0x000004, "Wrong alignment on MinimapBase_GetMapMultiplier"); \ static_assert(sizeof(MinimapBase_GetMapMultiplier) == 0x000008, "Wrong size on MinimapBase_GetMapMultiplier"); \ static_assert(offsetof(MinimapBase_GetMapMultiplier, ReturnValue) == 0x000000, "Member 'MinimapBase_GetMapMultiplier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_GetMapToTextureRatio \ static_assert(alignof(MinimapBase_GetMapToTextureRatio) == 0x000004, "Wrong alignment on MinimapBase_GetMapToTextureRatio"); \ static_assert(sizeof(MinimapBase_GetMapToTextureRatio) == 0x000008, "Wrong size on MinimapBase_GetMapToTextureRatio"); \ static_assert(offsetof(MinimapBase_GetMapToTextureRatio, ReturnValue) == 0x000000, "Member 'MinimapBase_GetMapToTextureRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_GetMiniMapInitialSize \ static_assert(alignof(MinimapBase_GetMiniMapInitialSize) == 0x000004, "Wrong alignment on MinimapBase_GetMiniMapInitialSize"); \ static_assert(sizeof(MinimapBase_GetMiniMapInitialSize) == 0x000004, "Wrong size on MinimapBase_GetMiniMapInitialSize"); \ static_assert(offsetof(MinimapBase_GetMiniMapInitialSize, ReturnValue) == 0x000000, "Member 'MinimapBase_GetMiniMapInitialSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_GetMiniMapSize \ static_assert(alignof(MinimapBase_GetMiniMapSize) == 0x000004, "Wrong alignment on MinimapBase_GetMiniMapSize"); \ static_assert(sizeof(MinimapBase_GetMiniMapSize) == 0x000004, "Wrong size on MinimapBase_GetMiniMapSize"); \ static_assert(offsetof(MinimapBase_GetMiniMapSize, ReturnValue) == 0x000000, "Member 'MinimapBase_GetMiniMapSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_GetMiniMapZoomSize \ static_assert(alignof(MinimapBase_GetMiniMapZoomSize) == 0x000004, "Wrong alignment on MinimapBase_GetMiniMapZoomSize"); \ static_assert(sizeof(MinimapBase_GetMiniMapZoomSize) == 0x000004, "Wrong size on MinimapBase_GetMiniMapZoomSize"); \ static_assert(offsetof(MinimapBase_GetMiniMapZoomSize, ReturnValue) == 0x000000, "Member 'MinimapBase_GetMiniMapZoomSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_GetOnScreenTextureArea \ static_assert(alignof(MinimapBase_GetOnScreenTextureArea) == 0x000004, "Wrong alignment on MinimapBase_GetOnScreenTextureArea"); \ static_assert(sizeof(MinimapBase_GetOnScreenTextureArea) == 0x000008, "Wrong size on MinimapBase_GetOnScreenTextureArea"); \ static_assert(offsetof(MinimapBase_GetOnScreenTextureArea, ReturnValue) == 0x000000, "Member 'MinimapBase_GetOnScreenTextureArea::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_GetPlayerLocation \ static_assert(alignof(MinimapBase_GetPlayerLocation) == 0x000004, "Wrong alignment on MinimapBase_GetPlayerLocation"); \ static_assert(sizeof(MinimapBase_GetPlayerLocation) == 0x00000C, "Wrong size on MinimapBase_GetPlayerLocation"); \ static_assert(offsetof(MinimapBase_GetPlayerLocation, ReturnValue) == 0x000000, "Member 'MinimapBase_GetPlayerLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_GetTopLeftPadded \ static_assert(alignof(MinimapBase_GetTopLeftPadded) == 0x000004, "Wrong alignment on MinimapBase_GetTopLeftPadded"); \ static_assert(sizeof(MinimapBase_GetTopLeftPadded) == 0x000008, "Wrong size on MinimapBase_GetTopLeftPadded"); \ static_assert(offsetof(MinimapBase_GetTopLeftPadded, ReturnValue) == 0x000000, "Member 'MinimapBase_GetTopLeftPadded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_GetVisibleBounds \ static_assert(alignof(MinimapBase_GetVisibleBounds) == 0x000004, "Wrong alignment on MinimapBase_GetVisibleBounds"); \ static_assert(sizeof(MinimapBase_GetVisibleBounds) == 0x000010, "Wrong size on MinimapBase_GetVisibleBounds"); \ static_assert(offsetof(MinimapBase_GetVisibleBounds, TL) == 0x000000, "Member 'MinimapBase_GetVisibleBounds::TL' has a wrong offset!"); \ static_assert(offsetof(MinimapBase_GetVisibleBounds, BR) == 0x000008, "Member 'MinimapBase_GetVisibleBounds::BR' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_GetVisibleBoundsInPixels \ static_assert(alignof(MinimapBase_GetVisibleBoundsInPixels) == 0x000004, "Wrong alignment on MinimapBase_GetVisibleBoundsInPixels"); \ static_assert(sizeof(MinimapBase_GetVisibleBoundsInPixels) == 0x000010, "Wrong size on MinimapBase_GetVisibleBoundsInPixels"); \ static_assert(offsetof(MinimapBase_GetVisibleBoundsInPixels, TL) == 0x000000, "Member 'MinimapBase_GetVisibleBoundsInPixels::TL' has a wrong offset!"); \ static_assert(offsetof(MinimapBase_GetVisibleBoundsInPixels, BR) == 0x000008, "Member 'MinimapBase_GetVisibleBoundsInPixels::BR' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_GetWorldToTextureScale \ static_assert(alignof(MinimapBase_GetWorldToTextureScale) == 0x000004, "Wrong alignment on MinimapBase_GetWorldToTextureScale"); \ static_assert(sizeof(MinimapBase_GetWorldToTextureScale) == 0x000008, "Wrong size on MinimapBase_GetWorldToTextureScale"); \ static_assert(offsetof(MinimapBase_GetWorldToTextureScale, ReturnValue) == 0x000000, "Member 'MinimapBase_GetWorldToTextureScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_IsPointInBounds \ static_assert(alignof(MinimapBase_IsPointInBounds) == 0x000004, "Wrong alignment on MinimapBase_IsPointInBounds"); \ static_assert(sizeof(MinimapBase_IsPointInBounds) == 0x00001C, "Wrong size on MinimapBase_IsPointInBounds"); \ static_assert(offsetof(MinimapBase_IsPointInBounds, Point) == 0x000000, "Member 'MinimapBase_IsPointInBounds::Point' has a wrong offset!"); \ static_assert(offsetof(MinimapBase_IsPointInBounds, TL) == 0x000008, "Member 'MinimapBase_IsPointInBounds::TL' has a wrong offset!"); \ static_assert(offsetof(MinimapBase_IsPointInBounds, BR) == 0x000010, "Member 'MinimapBase_IsPointInBounds::BR' has a wrong offset!"); \ static_assert(offsetof(MinimapBase_IsPointInBounds, ReturnValue) == 0x000018, "Member 'MinimapBase_IsPointInBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_OverrideLevelBounds \ static_assert(alignof(MinimapBase_OverrideLevelBounds) == 0x000004, "Wrong alignment on MinimapBase_OverrideLevelBounds"); \ static_assert(sizeof(MinimapBase_OverrideLevelBounds) == 0x000010, "Wrong size on MinimapBase_OverrideLevelBounds"); \ static_assert(offsetof(MinimapBase_OverrideLevelBounds, TopLeft) == 0x000000, "Member 'MinimapBase_OverrideLevelBounds::TopLeft' has a wrong offset!"); \ static_assert(offsetof(MinimapBase_OverrideLevelBounds, BottomRight) == 0x000008, "Member 'MinimapBase_OverrideLevelBounds::BottomRight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_PulseCircleIcon \ static_assert(alignof(MinimapBase_PulseCircleIcon) == 0x000008, "Wrong alignment on MinimapBase_PulseCircleIcon"); \ static_assert(sizeof(MinimapBase_PulseCircleIcon) == 0x000008, "Wrong size on MinimapBase_PulseCircleIcon"); \ static_assert(offsetof(MinimapBase_PulseCircleIcon, Icon) == 0x000000, "Member 'MinimapBase_PulseCircleIcon::Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_SetColorByName \ static_assert(alignof(MinimapBase_SetColorByName) == 0x000008, "Wrong alignment on MinimapBase_SetColorByName"); \ static_assert(sizeof(MinimapBase_SetColorByName) == 0x000020, "Wrong size on MinimapBase_SetColorByName"); \ static_assert(offsetof(MinimapBase_SetColorByName, ParameterName) == 0x000000, "Member 'MinimapBase_SetColorByName::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MinimapBase_SetColorByName, Color) == 0x000010, "Member 'MinimapBase_SetColorByName::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_SetIconDistanceScale \ static_assert(alignof(MinimapBase_SetIconDistanceScale) == 0x000004, "Wrong alignment on MinimapBase_SetIconDistanceScale"); \ static_assert(sizeof(MinimapBase_SetIconDistanceScale) == 0x000004, "Wrong size on MinimapBase_SetIconDistanceScale"); \ static_assert(offsetof(MinimapBase_SetIconDistanceScale, IconDistanceScale) == 0x000000, "Member 'MinimapBase_SetIconDistanceScale::IconDistanceScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_SetIntrusionColor \ static_assert(alignof(MinimapBase_SetIntrusionColor) == 0x000004, "Wrong alignment on MinimapBase_SetIntrusionColor"); \ static_assert(sizeof(MinimapBase_SetIntrusionColor) == 0x000010, "Wrong size on MinimapBase_SetIntrusionColor"); \ static_assert(offsetof(MinimapBase_SetIntrusionColor, Color) == 0x000000, "Member 'MinimapBase_SetIntrusionColor::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_SetMapOpacity \ static_assert(alignof(MinimapBase_SetMapOpacity) == 0x000004, "Wrong alignment on MinimapBase_SetMapOpacity"); \ static_assert(sizeof(MinimapBase_SetMapOpacity) == 0x000004, "Wrong size on MinimapBase_SetMapOpacity"); \ static_assert(offsetof(MinimapBase_SetMapOpacity, Opacity) == 0x000000, "Member 'MinimapBase_SetMapOpacity::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_SetMaterialTexture \ static_assert(alignof(MinimapBase_SetMaterialTexture) == 0x000008, "Wrong alignment on MinimapBase_SetMaterialTexture"); \ static_assert(sizeof(MinimapBase_SetMaterialTexture) == 0x000018, "Wrong size on MinimapBase_SetMaterialTexture"); \ static_assert(offsetof(MinimapBase_SetMaterialTexture, TextureParameter) == 0x000000, "Member 'MinimapBase_SetMaterialTexture::TextureParameter' has a wrong offset!"); \ static_assert(offsetof(MinimapBase_SetMaterialTexture, Texture) == 0x000010, "Member 'MinimapBase_SetMaterialTexture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_SetMiniMapSize \ static_assert(alignof(MinimapBase_SetMiniMapSize) == 0x000004, "Wrong alignment on MinimapBase_SetMiniMapSize"); \ static_assert(sizeof(MinimapBase_SetMiniMapSize) == 0x000008, "Wrong size on MinimapBase_SetMiniMapSize"); \ static_assert(offsetof(MinimapBase_SetMiniMapSize, size) == 0x000000, "Member 'MinimapBase_SetMiniMapSize::size' has a wrong offset!"); \ static_assert(offsetof(MinimapBase_SetMiniMapSize, ZoomTime) == 0x000004, "Member 'MinimapBase_SetMiniMapSize::ZoomTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_SetOpacity \ static_assert(alignof(MinimapBase_SetOpacity) == 0x000004, "Wrong alignment on MinimapBase_SetOpacity"); \ static_assert(sizeof(MinimapBase_SetOpacity) == 0x000004, "Wrong size on MinimapBase_SetOpacity"); \ static_assert(offsetof(MinimapBase_SetOpacity, Alpha) == 0x000000, "Member 'MinimapBase_SetOpacity::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_SetPathPulseSpeed \ static_assert(alignof(MinimapBase_SetPathPulseSpeed) == 0x000004, "Wrong alignment on MinimapBase_SetPathPulseSpeed"); \ static_assert(sizeof(MinimapBase_SetPathPulseSpeed) == 0x000004, "Wrong size on MinimapBase_SetPathPulseSpeed"); \ static_assert(offsetof(MinimapBase_SetPathPulseSpeed, Speed) == 0x000000, "Member 'MinimapBase_SetPathPulseSpeed::Speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_SetPathPulseVisibility \ static_assert(alignof(MinimapBase_SetPathPulseVisibility) == 0x000004, "Wrong alignment on MinimapBase_SetPathPulseVisibility"); \ static_assert(sizeof(MinimapBase_SetPathPulseVisibility) == 0x000004, "Wrong size on MinimapBase_SetPathPulseVisibility"); \ static_assert(offsetof(MinimapBase_SetPathPulseVisibility, PulseVisibility) == 0x000000, "Member 'MinimapBase_SetPathPulseVisibility::PulseVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_SetPlayerPosition \ static_assert(alignof(MinimapBase_SetPlayerPosition) == 0x000004, "Wrong alignment on MinimapBase_SetPlayerPosition"); \ static_assert(sizeof(MinimapBase_SetPlayerPosition) == 0x00000C, "Wrong size on MinimapBase_SetPlayerPosition"); \ static_assert(offsetof(MinimapBase_SetPlayerPosition, pPlayerPosition) == 0x000000, "Member 'MinimapBase_SetPlayerPosition::pPlayerPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_SetPlayerPositionEvent \ static_assert(alignof(MinimapBase_SetPlayerPositionEvent) == 0x000004, "Wrong alignment on MinimapBase_SetPlayerPositionEvent"); \ static_assert(sizeof(MinimapBase_SetPlayerPositionEvent) == 0x00000C, "Wrong size on MinimapBase_SetPlayerPositionEvent"); \ static_assert(offsetof(MinimapBase_SetPlayerPositionEvent, pPlayerLocation) == 0x000000, "Member 'MinimapBase_SetPlayerPositionEvent::pPlayerLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_SetPlayerPositionTextureSpaceEvent \ static_assert(alignof(MinimapBase_SetPlayerPositionTextureSpaceEvent) == 0x000004, "Wrong alignment on MinimapBase_SetPlayerPositionTextureSpaceEvent"); \ static_assert(sizeof(MinimapBase_SetPlayerPositionTextureSpaceEvent) == 0x000008, "Wrong size on MinimapBase_SetPlayerPositionTextureSpaceEvent"); \ static_assert(offsetof(MinimapBase_SetPlayerPositionTextureSpaceEvent, pPlayerLocation) == 0x000000, "Member 'MinimapBase_SetPlayerPositionTextureSpaceEvent::pPlayerLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_SetSize \ static_assert(alignof(MinimapBase_SetSize) == 0x000004, "Wrong alignment on MinimapBase_SetSize"); \ static_assert(sizeof(MinimapBase_SetSize) == 0x000004, "Wrong size on MinimapBase_SetSize"); \ static_assert(offsetof(MinimapBase_SetSize, size) == 0x000000, "Member 'MinimapBase_SetSize::size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_ShowMap \ static_assert(alignof(MinimapBase_ShowMap) == 0x000001, "Wrong alignment on MinimapBase_ShowMap"); \ static_assert(sizeof(MinimapBase_ShowMap) == 0x000001, "Wrong size on MinimapBase_ShowMap"); \ static_assert(offsetof(MinimapBase_ShowMap, Visibile) == 0x000000, "Member 'MinimapBase_ShowMap::Visibile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapBase_ShowOutline \ static_assert(alignof(MinimapBase_ShowOutline) == 0x000008, "Wrong alignment on MinimapBase_ShowOutline"); \ static_assert(sizeof(MinimapBase_ShowOutline) == 0x000008, "Wrong size on MinimapBase_ShowOutline"); \ static_assert(offsetof(MinimapBase_ShowOutline, Icon) == 0x000000, "Member 'MinimapBase_ShowOutline::Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMinimapBase \ static_assert(alignof(UMinimapBase) == 0x000008, "Wrong alignment on UMinimapBase"); \ static_assert(sizeof(UMinimapBase) == 0x0004A0, "Wrong size on UMinimapBase"); \ static_assert(offsetof(UMinimapBase, InSearchAreaState) == 0x000268, "Member 'UMinimapBase::InSearchAreaState' has a wrong offset!"); \ static_assert(offsetof(UMinimapBase, MinYElevationDist) == 0x00026C, "Member 'UMinimapBase::MinYElevationDist' has a wrong offset!"); \ static_assert(offsetof(UMinimapBase, MinYElevationDistHogwarts) == 0x000270, "Member 'UMinimapBase::MinYElevationDistHogwarts' has a wrong offset!"); \ static_assert(offsetof(UMinimapBase, MaxXElevationDist) == 0x000274, "Member 'UMinimapBase::MaxXElevationDist' has a wrong offset!"); \ static_assert(offsetof(UMinimapBase, MinYElevationDistSquared) == 0x000278, "Member 'UMinimapBase::MinYElevationDistSquared' has a wrong offset!"); \ static_assert(offsetof(UMinimapBase, MaxXElevationDistSquared) == 0x00027C, "Member 'UMinimapBase::MaxXElevationDistSquared' has a wrong offset!"); \ static_assert(offsetof(UMinimapBase, ElevationBuffer) == 0x000280, "Member 'UMinimapBase::ElevationBuffer' has a wrong offset!"); \ static_assert(offsetof(UMinimapBase, ElevationBufferSquared) == 0x000284, "Member 'UMinimapBase::ElevationBufferSquared' has a wrong offset!"); \ static_assert(offsetof(UMinimapBase, DefaultIconColor) == 0x000288, "Member 'UMinimapBase::DefaultIconColor' has a wrong offset!"); \ static_assert(offsetof(UMinimapBase, DefaultDiscoveredColor) == 0x000298, "Member 'UMinimapBase::DefaultDiscoveredColor' has a wrong offset!"); \ static_assert(offsetof(UMinimapBase, MiniMapParameters) == 0x0002A8, "Member 'UMinimapBase::MiniMapParameters' has a wrong offset!"); \ static_assert(offsetof(UMinimapBase, MapVirtualTexture) == 0x0002F8, "Member 'UMinimapBase::MapVirtualTexture' has a wrong offset!"); \ static_assert(offsetof(UMinimapBase, MapRegularVirtualTexture) == 0x000300, "Member 'UMinimapBase::MapRegularVirtualTexture' has a wrong offset!"); \ static_assert(offsetof(UMinimapBase, MapNoFlyVirtualTexture) == 0x000308, "Member 'UMinimapBase::MapNoFlyVirtualTexture' has a wrong offset!"); \ static_assert(offsetof(UMinimapBase, MapRenderTarget) == 0x000310, "Member 'UMinimapBase::MapRenderTarget' has a wrong offset!"); \ static_assert(offsetof(UMinimapBase, MapRenderTargetNoFly) == 0x000318, "Member 'UMinimapBase::MapRenderTargetNoFly' has a wrong offset!"); \ static_assert(offsetof(UMinimapBase, Material) == 0x000348, "Member 'UMinimapBase::Material' has a wrong offset!"); \ static_assert(offsetof(UMinimapBase, MaterialDynamic) == 0x000350, "Member 'UMinimapBase::MaterialDynamic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapHogwarts_ChangeLevel \ static_assert(alignof(MinimapHogwarts_ChangeLevel) == 0x000004, "Wrong alignment on MinimapHogwarts_ChangeLevel"); \ static_assert(sizeof(MinimapHogwarts_ChangeLevel) == 0x000008, "Wrong size on MinimapHogwarts_ChangeLevel"); \ static_assert(offsetof(MinimapHogwarts_ChangeLevel, LevelIndex) == 0x000000, "Member 'MinimapHogwarts_ChangeLevel::LevelIndex' has a wrong offset!"); \ static_assert(offsetof(MinimapHogwarts_ChangeLevel, fromInit) == 0x000004, "Member 'MinimapHogwarts_ChangeLevel::fromInit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapHogwarts_GetBottomRightBound \ static_assert(alignof(MinimapHogwarts_GetBottomRightBound) == 0x000004, "Wrong alignment on MinimapHogwarts_GetBottomRightBound"); \ static_assert(sizeof(MinimapHogwarts_GetBottomRightBound) == 0x000008, "Wrong size on MinimapHogwarts_GetBottomRightBound"); \ static_assert(offsetof(MinimapHogwarts_GetBottomRightBound, ReturnValue) == 0x000000, "Member 'MinimapHogwarts_GetBottomRightBound::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapHogwarts_GetCurrentFloor \ static_assert(alignof(MinimapHogwarts_GetCurrentFloor) == 0x000004, "Wrong alignment on MinimapHogwarts_GetCurrentFloor"); \ static_assert(sizeof(MinimapHogwarts_GetCurrentFloor) == 0x000004, "Wrong size on MinimapHogwarts_GetCurrentFloor"); \ static_assert(offsetof(MinimapHogwarts_GetCurrentFloor, ReturnValue) == 0x000000, "Member 'MinimapHogwarts_GetCurrentFloor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapHogwarts_GetDebugPlayerOffset \ static_assert(alignof(MinimapHogwarts_GetDebugPlayerOffset) == 0x000004, "Wrong alignment on MinimapHogwarts_GetDebugPlayerOffset"); \ static_assert(sizeof(MinimapHogwarts_GetDebugPlayerOffset) == 0x00000C, "Wrong size on MinimapHogwarts_GetDebugPlayerOffset"); \ static_assert(offsetof(MinimapHogwarts_GetDebugPlayerOffset, ReturnValue) == 0x000000, "Member 'MinimapHogwarts_GetDebugPlayerOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapHogwarts_GetTopLeftBound \ static_assert(alignof(MinimapHogwarts_GetTopLeftBound) == 0x000004, "Wrong alignment on MinimapHogwarts_GetTopLeftBound"); \ static_assert(sizeof(MinimapHogwarts_GetTopLeftBound) == 0x000008, "Wrong size on MinimapHogwarts_GetTopLeftBound"); \ static_assert(offsetof(MinimapHogwarts_GetTopLeftBound, ReturnValue) == 0x000000, "Member 'MinimapHogwarts_GetTopLeftBound::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapHogwarts_Init \ static_assert(alignof(MinimapHogwarts_Init) == 0x000001, "Wrong alignment on MinimapHogwarts_Init"); \ static_assert(sizeof(MinimapHogwarts_Init) == 0x000001, "Wrong size on MinimapHogwarts_Init"); \ static_assert(offsetof(MinimapHogwarts_Init, LoadNavMesh) == 0x000000, "Member 'MinimapHogwarts_Init::LoadNavMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapHogwarts_SetCurrentFloor \ static_assert(alignof(MinimapHogwarts_SetCurrentFloor) == 0x000004, "Wrong alignment on MinimapHogwarts_SetCurrentFloor"); \ static_assert(sizeof(MinimapHogwarts_SetCurrentFloor) == 0x000004, "Wrong size on MinimapHogwarts_SetCurrentFloor"); \ static_assert(offsetof(MinimapHogwarts_SetCurrentFloor, Floor) == 0x000000, "Member 'MinimapHogwarts_SetCurrentFloor::Floor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapHogwarts_TextureLoadedCallback \ static_assert(alignof(MinimapHogwarts_TextureLoadedCallback) == 0x000008, "Wrong alignment on MinimapHogwarts_TextureLoadedCallback"); \ static_assert(sizeof(MinimapHogwarts_TextureLoadedCallback) == 0x000010, "Wrong size on MinimapHogwarts_TextureLoadedCallback"); \ static_assert(offsetof(MinimapHogwarts_TextureLoadedCallback, Texture) == 0x000000, "Member 'MinimapHogwarts_TextureLoadedCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(MinimapHogwarts_TextureLoadedCallback, Param) == 0x000008, "Member 'MinimapHogwarts_TextureLoadedCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMinimapHogwarts \ static_assert(alignof(UMinimapHogwarts) == 0x000008, "Wrong alignment on UMinimapHogwarts"); \ static_assert(sizeof(UMinimapHogwarts) == 0x0004F0, "Wrong size on UMinimapHogwarts"); \ static_assert(offsetof(UMinimapHogwarts, ZLevelData) == 0x0004A0, "Member 'UMinimapHogwarts::ZLevelData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupAdjustBoneFramingState \ static_assert(alignof(UCameraFixupAdjustBoneFramingState) == 0x000010, "Wrong alignment on UCameraFixupAdjustBoneFramingState"); \ static_assert(sizeof(UCameraFixupAdjustBoneFramingState) == 0x0000C0, "Wrong size on UCameraFixupAdjustBoneFramingState"); \ static_assert(offsetof(UCameraFixupAdjustBoneFramingState, TargetBone) == 0x000050, "Member 'UCameraFixupAdjustBoneFramingState::TargetBone' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupAdjustBoneFramingState, ReferenceBone) == 0x000058, "Member 'UCameraFixupAdjustBoneFramingState::ReferenceBone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFixupOperations \ static_assert(alignof(UCameraFixupOperations) == 0x000008, "Wrong alignment on UCameraFixupOperations"); \ static_assert(sizeof(UCameraFixupOperations) == 0x000068, "Wrong size on UCameraFixupOperations"); \ static_assert(offsetof(UCameraFixupOperations, StageClass) == 0x000038, "Member 'UCameraFixupOperations::StageClass' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupOperations, SceneRigClass) == 0x000040, "Member 'UCameraFixupOperations::SceneRigClass' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupOperations, Operations) == 0x000048, "Member 'UCameraFixupOperations::Operations' has a wrong offset!"); \ static_assert(offsetof(UCameraFixupOperations, ActorActions) == 0x000058, "Member 'UCameraFixupOperations::ActorActions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraHeightRenderSettingsComponent \ static_assert(alignof(UCameraHeightRenderSettingsComponent) == 0x000010, "Wrong alignment on UCameraHeightRenderSettingsComponent"); \ static_assert(sizeof(UCameraHeightRenderSettingsComponent) == 0x000AF0, "Wrong size on UCameraHeightRenderSettingsComponent"); \ static_assert(offsetof(UCameraHeightRenderSettingsComponent, StartEffectHeightMeters) == 0x000AD8, "Member 'UCameraHeightRenderSettingsComponent::StartEffectHeightMeters' has a wrong offset!"); \ static_assert(offsetof(UCameraHeightRenderSettingsComponent, FullEffectHeightMeters) == 0x000ADC, "Member 'UCameraHeightRenderSettingsComponent::FullEffectHeightMeters' has a wrong offset!"); \ static_assert(offsetof(UCameraHeightRenderSettingsComponent, Base) == 0x000AE0, "Member 'UCameraHeightRenderSettingsComponent::Base' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraHeightWithCullingRenderSettingsComponent \ static_assert(alignof(UCameraHeightWithCullingRenderSettingsComponent) == 0x000010, "Wrong alignment on UCameraHeightWithCullingRenderSettingsComponent"); \ static_assert(sizeof(UCameraHeightWithCullingRenderSettingsComponent) == 0x000B10, "Wrong size on UCameraHeightWithCullingRenderSettingsComponent"); \ static_assert(offsetof(UCameraHeightWithCullingRenderSettingsComponent, CullVolumes) == 0x000AE8, "Member 'UCameraHeightWithCullingRenderSettingsComponent::CullVolumes' has a wrong offset!"); \ static_assert(offsetof(UCameraHeightWithCullingRenderSettingsComponent, SortedCullVolumes) == 0x000AF8, "Member 'UCameraHeightWithCullingRenderSettingsComponent::SortedCullVolumes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Follow_QBUpdateData \ static_assert(alignof(UEnemy_Follow_QBUpdateData) == 0x000008, "Wrong alignment on UEnemy_Follow_QBUpdateData"); \ static_assert(sizeof(UEnemy_Follow_QBUpdateData) == 0x000058, "Wrong size on UEnemy_Follow_QBUpdateData"); \ static_assert(offsetof(UEnemy_Follow_QBUpdateData, MinDistance) == 0x000030, "Member 'UEnemy_Follow_QBUpdateData::MinDistance' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Follow_QBUpdateData, MaxDistance) == 0x000034, "Member 'UEnemy_Follow_QBUpdateData::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Follow_QBUpdateData, Threshold) == 0x000038, "Member 'UEnemy_Follow_QBUpdateData::Threshold' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Follow_QBUpdateData, ActorToFollow) == 0x000040, "Member 'UEnemy_Follow_QBUpdateData::ActorToFollow' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Follow_QBUpdateData, SuccessCooldown) == 0x000048, "Member 'UEnemy_Follow_QBUpdateData::SuccessCooldown' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Follow_QBUpdateData, FailedCooldown) == 0x00004C, "Member 'UEnemy_Follow_QBUpdateData::FailedCooldown' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Follow_QBUpdateData, MinAngle) == 0x000050, "Member 'UEnemy_Follow_QBUpdateData::MinAngle' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Follow_QBUpdateData, MaxAngle) == 0x000054, "Member 'UEnemy_Follow_QBUpdateData::MaxAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraHeightWithPlayerRequirementsRenderSettingsComponent \ static_assert(alignof(UCameraHeightWithPlayerRequirementsRenderSettingsComponent) == 0x000010, "Wrong alignment on UCameraHeightWithPlayerRequirementsRenderSettingsComponent"); \ static_assert(sizeof(UCameraHeightWithPlayerRequirementsRenderSettingsComponent) == 0x000B20, "Wrong size on UCameraHeightWithPlayerRequirementsRenderSettingsComponent"); \ static_assert(offsetof(UCameraHeightWithPlayerRequirementsRenderSettingsComponent, PlayerRequirements) == 0x000B08, "Member 'UCameraHeightWithPlayerRequirementsRenderSettingsComponent::PlayerRequirements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULoadingScreenChooser \ static_assert(alignof(ULoadingScreenChooser) == 0x000008, "Wrong alignment on ULoadingScreenChooser"); \ static_assert(sizeof(ULoadingScreenChooser) == 0x000040, "Wrong size on ULoadingScreenChooser"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainPlayerResult \ static_assert(alignof(URenderSettingsCustomBlendDomainPlayerResult) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainPlayerResult"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainPlayerResult) == 0x000030, "Wrong size on URenderSettingsCustomBlendDomainPlayerResult"); \ static_assert(offsetof(URenderSettingsCustomBlendDomainPlayerResult, PlayerResult) == 0x000028, "Member 'URenderSettingsCustomBlendDomainPlayerResult::PlayerResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_LeadPlayer_QBUpdateData \ static_assert(alignof(UEnemy_LeadPlayer_QBUpdateData) == 0x000008, "Wrong alignment on UEnemy_LeadPlayer_QBUpdateData"); \ static_assert(sizeof(UEnemy_LeadPlayer_QBUpdateData) == 0x000048, "Wrong size on UEnemy_LeadPlayer_QBUpdateData"); \ static_assert(offsetof(UEnemy_LeadPlayer_QBUpdateData, PlayerTetherDist) == 0x000030, "Member 'UEnemy_LeadPlayer_QBUpdateData::PlayerTetherDist' has a wrong offset!"); \ static_assert(offsetof(UEnemy_LeadPlayer_QBUpdateData, PlayerInsideDist) == 0x000034, "Member 'UEnemy_LeadPlayer_QBUpdateData::PlayerInsideDist' has a wrong offset!"); \ static_assert(offsetof(UEnemy_LeadPlayer_QBUpdateData, StrafeDist) == 0x000038, "Member 'UEnemy_LeadPlayer_QBUpdateData::StrafeDist' has a wrong offset!"); \ static_assert(offsetof(UEnemy_LeadPlayer_QBUpdateData, MinDistFromTarget) == 0x00003C, "Member 'UEnemy_LeadPlayer_QBUpdateData::MinDistFromTarget' has a wrong offset!"); \ static_assert(offsetof(UEnemy_LeadPlayer_QBUpdateData, CircleAngle) == 0x000040, "Member 'UEnemy_LeadPlayer_QBUpdateData::CircleAngle' has a wrong offset!"); \ static_assert(offsetof(UEnemy_LeadPlayer_QBUpdateData, PlayerPerceptionSafeDist) == 0x000044, "Member 'UEnemy_LeadPlayer_QBUpdateData::PlayerPerceptionSafeDist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackAvatarTargetTrackerGetterBase \ static_assert(alignof(UCameraStackAvatarTargetTrackerGetterBase) == 0x000008, "Wrong alignment on UCameraStackAvatarTargetTrackerGetterBase"); \ static_assert(sizeof(UCameraStackAvatarTargetTrackerGetterBase) == 0x0000C0, "Wrong size on UCameraStackAvatarTargetTrackerGetterBase"); \ static_assert(offsetof(UCameraStackAvatarTargetTrackerGetterBase, bUseActorCenterIfApplicable) == 0x0000A8, "Member 'UCameraStackAvatarTargetTrackerGetterBase::bUseActorCenterIfApplicable' has a wrong offset!"); \ static_assert(offsetof(UCameraStackAvatarTargetTrackerGetterBase, bUseRootBoneIfApplicable) == 0x0000A9, "Member 'UCameraStackAvatarTargetTrackerGetterBase::bUseRootBoneIfApplicable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackAvatarAimAtTargetGetter \ static_assert(alignof(UCameraStackAvatarAimAtTargetGetter) == 0x000008, "Wrong alignment on UCameraStackAvatarAimAtTargetGetter"); \ static_assert(sizeof(UCameraStackAvatarAimAtTargetGetter) == 0x0000C0, "Wrong size on UCameraStackAvatarAimAtTargetGetter"); \ #define DUMPER7_ASSERTS_UCameraTag_Conversation \ static_assert(alignof(UCameraTag_Conversation) == 0x000008, "Wrong alignment on UCameraTag_Conversation"); \ static_assert(sizeof(UCameraTag_Conversation) == 0x000040, "Wrong size on UCameraTag_Conversation"); \ #define DUMPER7_ASSERTS_Candles_CandleSetup \ static_assert(alignof(Candles_CandleSetup) == 0x000008, "Wrong alignment on Candles_CandleSetup"); \ static_assert(sizeof(Candles_CandleSetup) == 0x000030, "Wrong size on Candles_CandleSetup"); \ static_assert(offsetof(Candles_CandleSetup, i_ObjectStateComp) == 0x000000, "Member 'Candles_CandleSetup::i_ObjectStateComp' has a wrong offset!"); \ static_assert(offsetof(Candles_CandleSetup, i_CandleType) == 0x000008, "Member 'Candles_CandleSetup::i_CandleType' has a wrong offset!"); \ static_assert(offsetof(Candles_CandleSetup, i_AnimatedLight) == 0x000010, "Member 'Candles_CandleSetup::i_AnimatedLight' has a wrong offset!"); \ static_assert(offsetof(Candles_CandleSetup, i_PL) == 0x000018, "Member 'Candles_CandleSetup::i_PL' has a wrong offset!"); \ static_assert(offsetof(Candles_CandleSetup, i_SL) == 0x000020, "Member 'Candles_CandleSetup::i_SL' has a wrong offset!"); \ static_assert(offsetof(Candles_CandleSetup, ReturnValue) == 0x000028, "Member 'Candles_CandleSetup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Candles_ChangeLightColor \ static_assert(alignof(Candles_ChangeLightColor) == 0x000004, "Wrong alignment on Candles_ChangeLightColor"); \ static_assert(sizeof(Candles_ChangeLightColor) == 0x000014, "Wrong size on Candles_ChangeLightColor"); \ static_assert(offsetof(Candles_ChangeLightColor, i_Color) == 0x000000, "Member 'Candles_ChangeLightColor::i_Color' has a wrong offset!"); \ static_assert(offsetof(Candles_ChangeLightColor, i_temperature) == 0x000010, "Member 'Candles_ChangeLightColor::i_temperature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Candles_CrossLightTickRange \ static_assert(alignof(Candles_CrossLightTickRange) == 0x000001, "Wrong alignment on Candles_CrossLightTickRange"); \ static_assert(sizeof(Candles_CrossLightTickRange) == 0x000001, "Wrong size on Candles_CrossLightTickRange"); \ static_assert(offsetof(Candles_CrossLightTickRange, bin) == 0x000000, "Member 'Candles_CrossLightTickRange::bin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Candles_SetUpLights \ static_assert(alignof(Candles_SetUpLights) == 0x000008, "Wrong alignment on Candles_SetUpLights"); \ static_assert(sizeof(Candles_SetUpLights) == 0x000010, "Wrong size on Candles_SetUpLights"); \ static_assert(offsetof(Candles_SetUpLights, curPL) == 0x000000, "Member 'Candles_SetUpLights::curPL' has a wrong offset!"); \ static_assert(offsetof(Candles_SetUpLights, curSL) == 0x000008, "Member 'Candles_SetUpLights::curSL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACandles \ static_assert(alignof(ACandles) == 0x000010, "Wrong alignment on ACandles"); \ static_assert(sizeof(ACandles) == 0x000420, "Wrong size on ACandles"); \ static_assert(offsetof(ACandles, bStartLit) == 0x000258, "Member 'ACandles::bStartLit' has a wrong offset!"); \ static_assert(offsetof(ACandles, bGIOnlyLight) == 0x000259, "Member 'ACandles::bGIOnlyLight' has a wrong offset!"); \ static_assert(offsetof(ACandles, bSimulatePhysics) == 0x00025A, "Member 'ACandles::bSimulatePhysics' has a wrong offset!"); \ static_assert(offsetof(ACandles, bStartAsleep) == 0x00025B, "Member 'ACandles::bStartAsleep' has a wrong offset!"); \ static_assert(offsetof(ACandles, bDestructible) == 0x00025C, "Member 'ACandles::bDestructible' has a wrong offset!"); \ static_assert(offsetof(ACandles, LightColor) == 0x000260, "Member 'ACandles::LightColor' has a wrong offset!"); \ static_assert(offsetof(ACandles, bLightTemperature) == 0x000270, "Member 'ACandles::bLightTemperature' has a wrong offset!"); \ static_assert(offsetof(ACandles, LightTemperature) == 0x000274, "Member 'ACandles::LightTemperature' has a wrong offset!"); \ static_assert(offsetof(ACandles, bCastShadow) == 0x000278, "Member 'ACandles::bCastShadow' has a wrong offset!"); \ static_assert(offsetof(ACandles, bCastVolumetricShadow) == 0x000279, "Member 'ACandles::bCastVolumetricShadow' has a wrong offset!"); \ static_assert(offsetof(ACandles, PointLightUnit) == 0x00027A, "Member 'ACandles::PointLightUnit' has a wrong offset!"); \ static_assert(offsetof(ACandles, PointLightIntensity) == 0x00027C, "Member 'ACandles::PointLightIntensity' has a wrong offset!"); \ static_assert(offsetof(ACandles, CustomLightRadius) == 0x000280, "Member 'ACandles::CustomLightRadius' has a wrong offset!"); \ static_assert(offsetof(ACandles, SourceRadius_PL) == 0x000284, "Member 'ACandles::SourceRadius_PL' has a wrong offset!"); \ static_assert(offsetof(ACandles, ShadowResolution_PL) == 0x000288, "Member 'ACandles::ShadowResolution_PL' has a wrong offset!"); \ static_assert(offsetof(ACandles, ContactShadowLength_PL) == 0x00028C, "Member 'ACandles::ContactShadowLength_PL' has a wrong offset!"); \ static_assert(offsetof(ACandles, MSRShadowCaster_PL) == 0x000290, "Member 'ACandles::MSRShadowCaster_PL' has a wrong offset!"); \ static_assert(offsetof(ACandles, VolumetricScattering_PL) == 0x000294, "Member 'ACandles::VolumetricScattering_PL' has a wrong offset!"); \ static_assert(offsetof(ACandles, IndirectLighting_PL) == 0x000298, "Member 'ACandles::IndirectLighting_PL' has a wrong offset!"); \ static_assert(offsetof(ACandles, MinDistance_PL) == 0x00029C, "Member 'ACandles::MinDistance_PL' has a wrong offset!"); \ static_assert(offsetof(ACandles, MaxDrawDistance_PL) == 0x0002A0, "Member 'ACandles::MaxDrawDistance_PL' has a wrong offset!"); \ static_assert(offsetof(ACandles, bCustomLightPosition) == 0x0002A4, "Member 'ACandles::bCustomLightPosition' has a wrong offset!"); \ static_assert(offsetof(ACandles, CustomLightPosition) == 0x0002A8, "Member 'ACandles::CustomLightPosition' has a wrong offset!"); \ static_assert(offsetof(ACandles, bCustomLightRotation) == 0x0002B4, "Member 'ACandles::bCustomLightRotation' has a wrong offset!"); \ static_assert(offsetof(ACandles, CustomLightRotation) == 0x0002B8, "Member 'ACandles::CustomLightRotation' has a wrong offset!"); \ static_assert(offsetof(ACandles, bUseLightTexture) == 0x0002C4, "Member 'ACandles::bUseLightTexture' has a wrong offset!"); \ static_assert(offsetof(ACandles, LightTexture) == 0x0002C8, "Member 'ACandles::LightTexture' has a wrong offset!"); \ static_assert(offsetof(ACandles, CullingPlanes) == 0x0002D0, "Member 'ACandles::CullingPlanes' has a wrong offset!"); \ static_assert(offsetof(ACandles, bSpotlight) == 0x0002E0, "Member 'ACandles::bSpotlight' has a wrong offset!"); \ static_assert(offsetof(ACandles, bSpotlightVolumetricShadow) == 0x0002E1, "Member 'ACandles::bSpotlightVolumetricShadow' has a wrong offset!"); \ static_assert(offsetof(ACandles, SpotlightUnit) == 0x0002E2, "Member 'ACandles::SpotlightUnit' has a wrong offset!"); \ static_assert(offsetof(ACandles, SpotlightIntensity) == 0x0002E4, "Member 'ACandles::SpotlightIntensity' has a wrong offset!"); \ static_assert(offsetof(ACandles, AttenuationRadius_SL) == 0x0002E8, "Member 'ACandles::AttenuationRadius_SL' has a wrong offset!"); \ static_assert(offsetof(ACandles, SourceRadius_SL) == 0x0002EC, "Member 'ACandles::SourceRadius_SL' has a wrong offset!"); \ static_assert(offsetof(ACandles, ShadowResolution_SL) == 0x0002F0, "Member 'ACandles::ShadowResolution_SL' has a wrong offset!"); \ static_assert(offsetof(ACandles, ShadowBias_SL) == 0x0002F4, "Member 'ACandles::ShadowBias_SL' has a wrong offset!"); \ static_assert(offsetof(ACandles, ShadowSlopeBias_SL) == 0x0002F8, "Member 'ACandles::ShadowSlopeBias_SL' has a wrong offset!"); \ static_assert(offsetof(ACandles, InnerConeAngle) == 0x0002FC, "Member 'ACandles::InnerConeAngle' has a wrong offset!"); \ static_assert(offsetof(ACandles, OuterConeAngle) == 0x000300, "Member 'ACandles::OuterConeAngle' has a wrong offset!"); \ static_assert(offsetof(ACandles, ContactShadowLength_SL) == 0x000304, "Member 'ACandles::ContactShadowLength_SL' has a wrong offset!"); \ static_assert(offsetof(ACandles, MSRShadowCaster_SL) == 0x000308, "Member 'ACandles::MSRShadowCaster_SL' has a wrong offset!"); \ static_assert(offsetof(ACandles, VolumetricScattering_SL) == 0x00030C, "Member 'ACandles::VolumetricScattering_SL' has a wrong offset!"); \ static_assert(offsetof(ACandles, IndirectLighting_SL) == 0x000310, "Member 'ACandles::IndirectLighting_SL' has a wrong offset!"); \ static_assert(offsetof(ACandles, MaxDrawDistance_SL) == 0x000314, "Member 'ACandles::MaxDrawDistance_SL' has a wrong offset!"); \ static_assert(offsetof(ACandles, SpotlightLocation) == 0x000318, "Member 'ACandles::SpotlightLocation' has a wrong offset!"); \ static_assert(offsetof(ACandles, SpotlightRotation) == 0x000324, "Member 'ACandles::SpotlightRotation' has a wrong offset!"); \ static_assert(offsetof(ACandles, SpotlightCullingPlanes) == 0x000330, "Member 'ACandles::SpotlightCullingPlanes' has a wrong offset!"); \ static_assert(offsetof(ACandles, WaveSpeed1) == 0x000340, "Member 'ACandles::WaveSpeed1' has a wrong offset!"); \ static_assert(offsetof(ACandles, WaveSpeed2) == 0x000344, "Member 'ACandles::WaveSpeed2' has a wrong offset!"); \ static_assert(offsetof(ACandles, MinIntensity) == 0x000348, "Member 'ACandles::MinIntensity' has a wrong offset!"); \ static_assert(offsetof(ACandles, IntensityNoiseSpeed) == 0x00034C, "Member 'ACandles::IntensityNoiseSpeed' has a wrong offset!"); \ static_assert(offsetof(ACandles, IntensityNoiseFactor) == 0x000350, "Member 'ACandles::IntensityNoiseFactor' has a wrong offset!"); \ static_assert(offsetof(ACandles, bDayNightModulate) == 0x000354, "Member 'ACandles::bDayNightModulate' has a wrong offset!"); \ static_assert(offsetof(ACandles, DayIntensityMod) == 0x000358, "Member 'ACandles::DayIntensityMod' has a wrong offset!"); \ static_assert(offsetof(ACandles, DayColorMod) == 0x00035C, "Member 'ACandles::DayColorMod' has a wrong offset!"); \ static_assert(offsetof(ACandles, NightIntensityMod) == 0x00036C, "Member 'ACandles::NightIntensityMod' has a wrong offset!"); \ static_assert(offsetof(ACandles, NightColorMod) == 0x000370, "Member 'ACandles::NightColorMod' has a wrong offset!"); \ static_assert(offsetof(ACandles, CandleMeshComp) == 0x000380, "Member 'ACandles::CandleMeshComp' has a wrong offset!"); \ static_assert(offsetof(ACandles, PointLightComp) == 0x000388, "Member 'ACandles::PointLightComp' has a wrong offset!"); \ static_assert(offsetof(ACandles, SpotLightComp) == 0x000390, "Member 'ACandles::SpotLightComp' has a wrong offset!"); \ static_assert(offsetof(ACandles, AnimatedLightComp) == 0x000398, "Member 'ACandles::AnimatedLightComp' has a wrong offset!"); \ static_assert(offsetof(ACandles, LightControllerComp) == 0x0003A0, "Member 'ACandles::LightControllerComp' has a wrong offset!"); \ static_assert(offsetof(ACandles, CandleObjectState) == 0x0003A8, "Member 'ACandles::CandleObjectState' has a wrong offset!"); \ static_assert(offsetof(ACandles, CandleList) == 0x0003B0, "Member 'ACandles::CandleList' has a wrong offset!"); \ static_assert(offsetof(ACandles, FlameMatList) == 0x0003C0, "Member 'ACandles::FlameMatList' has a wrong offset!"); \ static_assert(offsetof(ACandles, bMovable) == 0x0003D0, "Member 'ACandles::bMovable' has a wrong offset!"); \ static_assert(offsetof(ACandles, NoGlowMaterial) == 0x0003D8, "Member 'ACandles::NoGlowMaterial' has a wrong offset!"); \ static_assert(offsetof(ACandles, DPC_InitialTransform) == 0x0003E0, "Member 'ACandles::DPC_InitialTransform' has a wrong offset!"); \ static_assert(offsetof(ACandles, PreviousPLUnit) == 0x000410, "Member 'ACandles::PreviousPLUnit' has a wrong offset!"); \ static_assert(offsetof(ACandles, PreviousSLUnit) == 0x000411, "Member 'ACandles::PreviousSLUnit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Turns_TicketUpdate_QBUpdateData \ static_assert(alignof(UEnemy_Turns_TicketUpdate_QBUpdateData) == 0x000008, "Wrong alignment on UEnemy_Turns_TicketUpdate_QBUpdateData"); \ static_assert(sizeof(UEnemy_Turns_TicketUpdate_QBUpdateData) == 0x000060, "Wrong size on UEnemy_Turns_TicketUpdate_QBUpdateData"); \ static_assert(offsetof(UEnemy_Turns_TicketUpdate_QBUpdateData, UpdateInterval) == 0x000030, "Member 'UEnemy_Turns_TicketUpdate_QBUpdateData::UpdateInterval' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Turns_TicketUpdate_QBUpdateData, SinceLastAttackedCountCurve) == 0x000038, "Member 'UEnemy_Turns_TicketUpdate_QBUpdateData::SinceLastAttackedCountCurve' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Turns_TicketUpdate_QBUpdateData, OffScreenTimeCurve) == 0x000040, "Member 'UEnemy_Turns_TicketUpdate_QBUpdateData::OffScreenTimeCurve' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Turns_TicketUpdate_QBUpdateData, RandomScoreMin) == 0x000048, "Member 'UEnemy_Turns_TicketUpdate_QBUpdateData::RandomScoreMin' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Turns_TicketUpdate_QBUpdateData, RandomScoreMax) == 0x00004C, "Member 'UEnemy_Turns_TicketUpdate_QBUpdateData::RandomScoreMax' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Turns_TicketUpdate_QBUpdateData, RandomScoreTimeout) == 0x000050, "Member 'UEnemy_Turns_TicketUpdate_QBUpdateData::RandomScoreTimeout' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Turns_TicketUpdate_QBUpdateData, RandomScoreTimeoutDeviation) == 0x000054, "Member 'UEnemy_Turns_TicketUpdate_QBUpdateData::RandomScoreTimeoutDeviation' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Turns_TicketUpdate_QBUpdateData, TargettedScore) == 0x000058, "Member 'UEnemy_Turns_TicketUpdate_QBUpdateData::TargettedScore' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CaptureDeviceItemTool_GetMaxCapturingDistance \ static_assert(alignof(CaptureDeviceItemTool_GetMaxCapturingDistance) == 0x000004, "Wrong alignment on CaptureDeviceItemTool_GetMaxCapturingDistance"); \ static_assert(sizeof(CaptureDeviceItemTool_GetMaxCapturingDistance) == 0x000004, "Wrong size on CaptureDeviceItemTool_GetMaxCapturingDistance"); \ static_assert(offsetof(CaptureDeviceItemTool_GetMaxCapturingDistance, ReturnValue) == 0x000000, "Member 'CaptureDeviceItemTool_GetMaxCapturingDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CaptureDeviceItemTool_InvalidateCachedMeshBounds \ static_assert(alignof(CaptureDeviceItemTool_InvalidateCachedMeshBounds) == 0x000008, "Wrong alignment on CaptureDeviceItemTool_InvalidateCachedMeshBounds"); \ static_assert(sizeof(CaptureDeviceItemTool_InvalidateCachedMeshBounds) == 0x000008, "Wrong size on CaptureDeviceItemTool_InvalidateCachedMeshBounds"); \ static_assert(offsetof(CaptureDeviceItemTool_InvalidateCachedMeshBounds, InMeshComponent) == 0x000000, "Member 'CaptureDeviceItemTool_InvalidateCachedMeshBounds::InMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CaptureDeviceItemTool_OnCaptureStateChanged \ static_assert(alignof(CaptureDeviceItemTool_OnCaptureStateChanged) == 0x000001, "Wrong alignment on CaptureDeviceItemTool_OnCaptureStateChanged"); \ static_assert(sizeof(CaptureDeviceItemTool_OnCaptureStateChanged) == 0x000002, "Wrong size on CaptureDeviceItemTool_OnCaptureStateChanged"); \ static_assert(offsetof(CaptureDeviceItemTool_OnCaptureStateChanged, PreviousState) == 0x000000, "Member 'CaptureDeviceItemTool_OnCaptureStateChanged::PreviousState' has a wrong offset!"); \ static_assert(offsetof(CaptureDeviceItemTool_OnCaptureStateChanged, NewState) == 0x000001, "Member 'CaptureDeviceItemTool_OnCaptureStateChanged::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CaptureDeviceItemTool_OnCompletedGate \ static_assert(alignof(CaptureDeviceItemTool_OnCompletedGate) == 0x000001, "Wrong alignment on CaptureDeviceItemTool_OnCompletedGate"); \ static_assert(sizeof(CaptureDeviceItemTool_OnCompletedGate) == 0x000001, "Wrong size on CaptureDeviceItemTool_OnCompletedGate"); \ static_assert(offsetof(CaptureDeviceItemTool_OnCompletedGate, bIsFinalGate) == 0x000000, "Member 'CaptureDeviceItemTool_OnCompletedGate::bIsFinalGate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CaptureDeviceItemTool_GetCapturingProgress \ static_assert(alignof(CaptureDeviceItemTool_GetCapturingProgress) == 0x000004, "Wrong alignment on CaptureDeviceItemTool_GetCapturingProgress"); \ static_assert(sizeof(CaptureDeviceItemTool_GetCapturingProgress) == 0x000004, "Wrong size on CaptureDeviceItemTool_GetCapturingProgress"); \ static_assert(offsetof(CaptureDeviceItemTool_GetCapturingProgress, ReturnValue) == 0x000000, "Member 'CaptureDeviceItemTool_GetCapturingProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CaptureDeviceItemTool_GetIsGateActive \ static_assert(alignof(CaptureDeviceItemTool_GetIsGateActive) == 0x000001, "Wrong alignment on CaptureDeviceItemTool_GetIsGateActive"); \ static_assert(sizeof(CaptureDeviceItemTool_GetIsGateActive) == 0x000001, "Wrong size on CaptureDeviceItemTool_GetIsGateActive"); \ static_assert(offsetof(CaptureDeviceItemTool_GetIsGateActive, ReturnValue) == 0x000000, "Member 'CaptureDeviceItemTool_GetIsGateActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CaptureDeviceItemTool_GetNumGatesPassed \ static_assert(alignof(CaptureDeviceItemTool_GetNumGatesPassed) == 0x000004, "Wrong alignment on CaptureDeviceItemTool_GetNumGatesPassed"); \ static_assert(sizeof(CaptureDeviceItemTool_GetNumGatesPassed) == 0x000004, "Wrong size on CaptureDeviceItemTool_GetNumGatesPassed"); \ static_assert(offsetof(CaptureDeviceItemTool_GetNumGatesPassed, ReturnValue) == 0x000000, "Member 'CaptureDeviceItemTool_GetNumGatesPassed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CaptureDeviceItemTool_GetProgressTowardNextGate \ static_assert(alignof(CaptureDeviceItemTool_GetProgressTowardNextGate) == 0x000004, "Wrong alignment on CaptureDeviceItemTool_GetProgressTowardNextGate"); \ static_assert(sizeof(CaptureDeviceItemTool_GetProgressTowardNextGate) == 0x000004, "Wrong size on CaptureDeviceItemTool_GetProgressTowardNextGate"); \ static_assert(offsetof(CaptureDeviceItemTool_GetProgressTowardNextGate, ReturnValue) == 0x000000, "Member 'CaptureDeviceItemTool_GetProgressTowardNextGate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CaptureDeviceItemTool_GetTargetActor \ static_assert(alignof(CaptureDeviceItemTool_GetTargetActor) == 0x000008, "Wrong alignment on CaptureDeviceItemTool_GetTargetActor"); \ static_assert(sizeof(CaptureDeviceItemTool_GetTargetActor) == 0x000008, "Wrong size on CaptureDeviceItemTool_GetTargetActor"); \ static_assert(offsetof(CaptureDeviceItemTool_GetTargetActor, ReturnValue) == 0x000000, "Member 'CaptureDeviceItemTool_GetTargetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CaptureDeviceItemTool_GetTotalNumGates \ static_assert(alignof(CaptureDeviceItemTool_GetTotalNumGates) == 0x000004, "Wrong alignment on CaptureDeviceItemTool_GetTotalNumGates"); \ static_assert(sizeof(CaptureDeviceItemTool_GetTotalNumGates) == 0x000004, "Wrong size on CaptureDeviceItemTool_GetTotalNumGates"); \ static_assert(offsetof(CaptureDeviceItemTool_GetTotalNumGates, ReturnValue) == 0x000000, "Member 'CaptureDeviceItemTool_GetTotalNumGates::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CaptureDeviceItemTool_IsTargetConsideredLarge \ static_assert(alignof(CaptureDeviceItemTool_IsTargetConsideredLarge) == 0x000001, "Wrong alignment on CaptureDeviceItemTool_IsTargetConsideredLarge"); \ static_assert(sizeof(CaptureDeviceItemTool_IsTargetConsideredLarge) == 0x000001, "Wrong size on CaptureDeviceItemTool_IsTargetConsideredLarge"); \ static_assert(offsetof(CaptureDeviceItemTool_IsTargetConsideredLarge, ReturnValue) == 0x000000, "Member 'CaptureDeviceItemTool_IsTargetConsideredLarge::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACaptureDeviceItemTool \ static_assert(alignof(ACaptureDeviceItemTool) == 0x000008, "Wrong alignment on ACaptureDeviceItemTool"); \ static_assert(sizeof(ACaptureDeviceItemTool) == 0x000700, "Wrong size on ACaptureDeviceItemTool"); \ static_assert(offsetof(ACaptureDeviceItemTool, WidgetClass) == 0x000430, "Member 'ACaptureDeviceItemTool::WidgetClass' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, PerceptionNoiseEventLoudness) == 0x000438, "Member 'ACaptureDeviceItemTool::PerceptionNoiseEventLoudness' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, PerceptionNoiseEventMaxRange) == 0x00043C, "Member 'ACaptureDeviceItemTool::PerceptionNoiseEventMaxRange' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, TriggersSight) == 0x000440, "Member 'ACaptureDeviceItemTool::TriggersSight' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, TriggersHearing) == 0x000441, "Member 'ACaptureDeviceItemTool::TriggersHearing' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, UsingToolSpeedMode) == 0x000442, "Member 'ACaptureDeviceItemTool::UsingToolSpeedMode' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, GracePeriodTime) == 0x000444, "Member 'ACaptureDeviceItemTool::GracePeriodTime' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, BeastCapture_MusicStartEvent) == 0x000448, "Member 'ACaptureDeviceItemTool::BeastCapture_MusicStartEvent' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, BeastCapture_MusicStopEvent) == 0x000450, "Member 'ACaptureDeviceItemTool::BeastCapture_MusicStopEvent' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, BeastCapture_SuccessStingerEvent) == 0x000458, "Member 'ACaptureDeviceItemTool::BeastCapture_SuccessStingerEvent' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, ReactionTagContainer) == 0x000460, "Member 'ACaptureDeviceItemTool::ReactionTagContainer' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, CurrentCaptureState) == 0x000488, "Member 'ACaptureDeviceItemTool::CurrentCaptureState' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, BipedPlayer) == 0x000490, "Member 'ACaptureDeviceItemTool::BipedPlayer' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, CurrentDistance) == 0x00049C, "Member 'ACaptureDeviceItemTool::CurrentDistance' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, CaptureWidget) == 0x0004A8, "Member 'ACaptureDeviceItemTool::CaptureWidget' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, bEnableIntermediateGates) == 0x0004B0, "Member 'ACaptureDeviceItemTool::bEnableIntermediateGates' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, LargeTargetTypeNames) == 0x0004D8, "Member 'ACaptureDeviceItemTool::LargeTargetTypeNames' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, OutOfRangeTutorialStat) == 0x0006F0, "Member 'ACaptureDeviceItemTool::OutOfRangeTutorialStat' has a wrong offset!"); \ static_assert(offsetof(ACaptureDeviceItemTool, OutOfRangeTutorial) == 0x0006F8, "Member 'ACaptureDeviceItemTool::OutOfRangeTutorial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CartMoverBase_BeginMovement \ static_assert(alignof(CartMoverBase_BeginMovement) == 0x000008, "Wrong alignment on CartMoverBase_BeginMovement"); \ static_assert(sizeof(CartMoverBase_BeginMovement) == 0x000210, "Wrong size on CartMoverBase_BeginMovement"); \ static_assert(offsetof(CartMoverBase_BeginMovement, InCartSetup) == 0x000000, "Member 'CartMoverBase_BeginMovement::InCartSetup' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_BeginMovement, bStartFromBeginning) == 0x000208, "Member 'CartMoverBase_BeginMovement::bStartFromBeginning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CartMoverBase_IsCartBlocking \ static_assert(alignof(CartMoverBase_IsCartBlocking) == 0x000008, "Wrong alignment on CartMoverBase_IsCartBlocking"); \ static_assert(sizeof(CartMoverBase_IsCartBlocking) == 0x000010, "Wrong size on CartMoverBase_IsCartBlocking"); \ static_assert(offsetof(CartMoverBase_IsCartBlocking, ObstructingActor) == 0x000000, "Member 'CartMoverBase_IsCartBlocking::ObstructingActor' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_IsCartBlocking, ReturnValue) == 0x000008, "Member 'CartMoverBase_IsCartBlocking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CartMoverBase_MoveAlongSpline \ static_assert(alignof(CartMoverBase_MoveAlongSpline) == 0x000008, "Wrong alignment on CartMoverBase_MoveAlongSpline"); \ static_assert(sizeof(CartMoverBase_MoveAlongSpline) == 0x000210, "Wrong size on CartMoverBase_MoveAlongSpline"); \ static_assert(offsetof(CartMoverBase_MoveAlongSpline, InCartSetup) == 0x000000, "Member 'CartMoverBase_MoveAlongSpline::InCartSetup' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_MoveAlongSpline, DeltaTime) == 0x000208, "Member 'CartMoverBase_MoveAlongSpline::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CartMoverBase_OnDetectedEnemyDeath \ static_assert(alignof(CartMoverBase_OnDetectedEnemyDeath) == 0x000008, "Wrong alignment on CartMoverBase_OnDetectedEnemyDeath"); \ static_assert(sizeof(CartMoverBase_OnDetectedEnemyDeath) == 0x000008, "Wrong size on CartMoverBase_OnDetectedEnemyDeath"); \ static_assert(offsetof(CartMoverBase_OnDetectedEnemyDeath, EnemyAI) == 0x000000, "Member 'CartMoverBase_OnDetectedEnemyDeath::EnemyAI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CartMoverBase_OnSlowDownBoxBeginOverlap \ static_assert(alignof(CartMoverBase_OnSlowDownBoxBeginOverlap) == 0x000008, "Wrong alignment on CartMoverBase_OnSlowDownBoxBeginOverlap"); \ static_assert(sizeof(CartMoverBase_OnSlowDownBoxBeginOverlap) == 0x0000A8, "Wrong size on CartMoverBase_OnSlowDownBoxBeginOverlap"); \ static_assert(offsetof(CartMoverBase_OnSlowDownBoxBeginOverlap, OverlappedComp) == 0x000000, "Member 'CartMoverBase_OnSlowDownBoxBeginOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_OnSlowDownBoxBeginOverlap, OtherActor) == 0x000008, "Member 'CartMoverBase_OnSlowDownBoxBeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_OnSlowDownBoxBeginOverlap, OtherComp) == 0x000010, "Member 'CartMoverBase_OnSlowDownBoxBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_OnSlowDownBoxBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'CartMoverBase_OnSlowDownBoxBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_OnSlowDownBoxBeginOverlap, bFromSweep) == 0x00001C, "Member 'CartMoverBase_OnSlowDownBoxBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_OnSlowDownBoxBeginOverlap, SweepResult) == 0x000020, "Member 'CartMoverBase_OnSlowDownBoxBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CartMoverBase_OnSlowDownBoxEndOverlap \ static_assert(alignof(CartMoverBase_OnSlowDownBoxEndOverlap) == 0x000008, "Wrong alignment on CartMoverBase_OnSlowDownBoxEndOverlap"); \ static_assert(sizeof(CartMoverBase_OnSlowDownBoxEndOverlap) == 0x000020, "Wrong size on CartMoverBase_OnSlowDownBoxEndOverlap"); \ static_assert(offsetof(CartMoverBase_OnSlowDownBoxEndOverlap, OverlappedComp) == 0x000000, "Member 'CartMoverBase_OnSlowDownBoxEndOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_OnSlowDownBoxEndOverlap, OtherActor) == 0x000008, "Member 'CartMoverBase_OnSlowDownBoxEndOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_OnSlowDownBoxEndOverlap, OtherComp) == 0x000010, "Member 'CartMoverBase_OnSlowDownBoxEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_OnSlowDownBoxEndOverlap, OtherBodyIndex) == 0x000018, "Member 'CartMoverBase_OnSlowDownBoxEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CartMoverBase_OnStopBoxBeginOverlap \ static_assert(alignof(CartMoverBase_OnStopBoxBeginOverlap) == 0x000008, "Wrong alignment on CartMoverBase_OnStopBoxBeginOverlap"); \ static_assert(sizeof(CartMoverBase_OnStopBoxBeginOverlap) == 0x0000A8, "Wrong size on CartMoverBase_OnStopBoxBeginOverlap"); \ static_assert(offsetof(CartMoverBase_OnStopBoxBeginOverlap, OverlappedComp) == 0x000000, "Member 'CartMoverBase_OnStopBoxBeginOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_OnStopBoxBeginOverlap, OtherActor) == 0x000008, "Member 'CartMoverBase_OnStopBoxBeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_OnStopBoxBeginOverlap, OtherComp) == 0x000010, "Member 'CartMoverBase_OnStopBoxBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_OnStopBoxBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'CartMoverBase_OnStopBoxBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_OnStopBoxBeginOverlap, bFromSweep) == 0x00001C, "Member 'CartMoverBase_OnStopBoxBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_OnStopBoxBeginOverlap, SweepResult) == 0x000020, "Member 'CartMoverBase_OnStopBoxBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CartMoverBase_OnStopBoxEndOverlap \ static_assert(alignof(CartMoverBase_OnStopBoxEndOverlap) == 0x000008, "Wrong alignment on CartMoverBase_OnStopBoxEndOverlap"); \ static_assert(sizeof(CartMoverBase_OnStopBoxEndOverlap) == 0x000020, "Wrong size on CartMoverBase_OnStopBoxEndOverlap"); \ static_assert(offsetof(CartMoverBase_OnStopBoxEndOverlap, OverlappedComp) == 0x000000, "Member 'CartMoverBase_OnStopBoxEndOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_OnStopBoxEndOverlap, OtherActor) == 0x000008, "Member 'CartMoverBase_OnStopBoxEndOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_OnStopBoxEndOverlap, OtherComp) == 0x000010, "Member 'CartMoverBase_OnStopBoxEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_OnStopBoxEndOverlap, OtherBodyIndex) == 0x000018, "Member 'CartMoverBase_OnStopBoxEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CartMoverBase_SetMaxSpeed \ static_assert(alignof(CartMoverBase_SetMaxSpeed) == 0x000004, "Wrong alignment on CartMoverBase_SetMaxSpeed"); \ static_assert(sizeof(CartMoverBase_SetMaxSpeed) == 0x000004, "Wrong size on CartMoverBase_SetMaxSpeed"); \ static_assert(offsetof(CartMoverBase_SetMaxSpeed, InMaxSpeed) == 0x000000, "Member 'CartMoverBase_SetMaxSpeed::InMaxSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CartMoverBase_HasReachedEndOfSpline \ static_assert(alignof(CartMoverBase_HasReachedEndOfSpline) == 0x000001, "Wrong alignment on CartMoverBase_HasReachedEndOfSpline"); \ static_assert(sizeof(CartMoverBase_HasReachedEndOfSpline) == 0x000001, "Wrong size on CartMoverBase_HasReachedEndOfSpline"); \ static_assert(offsetof(CartMoverBase_HasReachedEndOfSpline, ReturnValue) == 0x000000, "Member 'CartMoverBase_HasReachedEndOfSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CartMoverBase_HasStopped \ static_assert(alignof(CartMoverBase_HasStopped) == 0x000001, "Wrong alignment on CartMoverBase_HasStopped"); \ static_assert(sizeof(CartMoverBase_HasStopped) == 0x000001, "Wrong size on CartMoverBase_HasStopped"); \ static_assert(offsetof(CartMoverBase_HasStopped, ReturnValue) == 0x000000, "Member 'CartMoverBase_HasStopped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CartMoverBase_IsCharacter \ static_assert(alignof(CartMoverBase_IsCharacter) == 0x000008, "Wrong alignment on CartMoverBase_IsCharacter"); \ static_assert(sizeof(CartMoverBase_IsCharacter) == 0x000010, "Wrong size on CartMoverBase_IsCharacter"); \ static_assert(offsetof(CartMoverBase_IsCharacter, ObstructingActor) == 0x000000, "Member 'CartMoverBase_IsCharacter::ObstructingActor' has a wrong offset!"); \ static_assert(offsetof(CartMoverBase_IsCharacter, ReturnValue) == 0x000008, "Member 'CartMoverBase_IsCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACartMoverBase \ static_assert(alignof(ACartMoverBase) == 0x000008, "Wrong alignment on ACartMoverBase"); \ static_assert(sizeof(ACartMoverBase) == 0x000358, "Wrong size on ACartMoverBase"); \ static_assert(offsetof(ACartMoverBase, OnCartReachedEndOfSpline) == 0x000280, "Member 'ACartMoverBase::OnCartReachedEndOfSpline' has a wrong offset!"); \ static_assert(offsetof(ACartMoverBase, bCartStopping) == 0x000290, "Member 'ACartMoverBase::bCartStopping' has a wrong offset!"); \ static_assert(offsetof(ACartMoverBase, TargetSpeed) == 0x000294, "Member 'ACartMoverBase::TargetSpeed' has a wrong offset!"); \ static_assert(offsetof(ACartMoverBase, InterpSpeed) == 0x000298, "Member 'ACartMoverBase::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(ACartMoverBase, SwingLimiter) == 0x00029C, "Member 'ACartMoverBase::SwingLimiter' has a wrong offset!"); \ static_assert(offsetof(ACartMoverBase, SwingAngle) == 0x0002A0, "Member 'ACartMoverBase::SwingAngle' has a wrong offset!"); \ static_assert(offsetof(ACartMoverBase, RestartTimer) == 0x0002A8, "Member 'ACartMoverBase::RestartTimer' has a wrong offset!"); \ static_assert(offsetof(ACartMoverBase, TailGateTimeline) == 0x0002B0, "Member 'ACartMoverBase::TailGateTimeline' has a wrong offset!"); \ static_assert(offsetof(ACartMoverBase, SlowingSocialAgents) == 0x0002B8, "Member 'ACartMoverBase::SlowingSocialAgents' has a wrong offset!"); \ static_assert(offsetof(ACartMoverBase, BlockingSocialAgents) == 0x0002C8, "Member 'ACartMoverBase::BlockingSocialAgents' has a wrong offset!"); \ static_assert(offsetof(ACartMoverBase, Spline) == 0x0002D8, "Member 'ACartMoverBase::Spline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGoblinAISwordAttackData \ static_assert(alignof(UGoblinAISwordAttackData) == 0x000008, "Wrong alignment on UGoblinAISwordAttackData"); \ static_assert(sizeof(UGoblinAISwordAttackData) == 0x000490, "Wrong size on UGoblinAISwordAttackData"); \ #define DUMPER7_ASSERTS_CategoryNavBarWidget_AddCategory \ static_assert(alignof(CategoryNavBarWidget_AddCategory) == 0x000008, "Wrong alignment on CategoryNavBarWidget_AddCategory"); \ static_assert(sizeof(CategoryNavBarWidget_AddCategory) == 0x000018, "Wrong size on CategoryNavBarWidget_AddCategory"); \ static_assert(offsetof(CategoryNavBarWidget_AddCategory, NewCategory) == 0x000000, "Member 'CategoryNavBarWidget_AddCategory::NewCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CategoryNavBarWidget_GetButtonByIndex \ static_assert(alignof(CategoryNavBarWidget_GetButtonByIndex) == 0x000008, "Wrong alignment on CategoryNavBarWidget_GetButtonByIndex"); \ static_assert(sizeof(CategoryNavBarWidget_GetButtonByIndex) == 0x000010, "Wrong size on CategoryNavBarWidget_GetButtonByIndex"); \ static_assert(offsetof(CategoryNavBarWidget_GetButtonByIndex, Index_0) == 0x000000, "Member 'CategoryNavBarWidget_GetButtonByIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(CategoryNavBarWidget_GetButtonByIndex, ReturnValue) == 0x000008, "Member 'CategoryNavBarWidget_GetButtonByIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CategoryNavBarWidget_GetCurrentCategory \ static_assert(alignof(CategoryNavBarWidget_GetCurrentCategory) == 0x000008, "Wrong alignment on CategoryNavBarWidget_GetCurrentCategory"); \ static_assert(sizeof(CategoryNavBarWidget_GetCurrentCategory) == 0x000018, "Wrong size on CategoryNavBarWidget_GetCurrentCategory"); \ static_assert(offsetof(CategoryNavBarWidget_GetCurrentCategory, ReturnValue) == 0x000000, "Member 'CategoryNavBarWidget_GetCurrentCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CategoryNavBarWidget_GetIndexOfButton \ static_assert(alignof(CategoryNavBarWidget_GetIndexOfButton) == 0x000008, "Wrong alignment on CategoryNavBarWidget_GetIndexOfButton"); \ static_assert(sizeof(CategoryNavBarWidget_GetIndexOfButton) == 0x000010, "Wrong size on CategoryNavBarWidget_GetIndexOfButton"); \ static_assert(offsetof(CategoryNavBarWidget_GetIndexOfButton, Button) == 0x000000, "Member 'CategoryNavBarWidget_GetIndexOfButton::Button' has a wrong offset!"); \ static_assert(offsetof(CategoryNavBarWidget_GetIndexOfButton, ReturnValue) == 0x000008, "Member 'CategoryNavBarWidget_GetIndexOfButton::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CategoryNavBarWidget_InitializeButton \ static_assert(alignof(CategoryNavBarWidget_InitializeButton) == 0x000008, "Wrong alignment on CategoryNavBarWidget_InitializeButton"); \ static_assert(sizeof(CategoryNavBarWidget_InitializeButton) == 0x000020, "Wrong size on CategoryNavBarWidget_InitializeButton"); \ static_assert(offsetof(CategoryNavBarWidget_InitializeButton, Button) == 0x000000, "Member 'CategoryNavBarWidget_InitializeButton::Button' has a wrong offset!"); \ static_assert(offsetof(CategoryNavBarWidget_InitializeButton, buttonIcon) == 0x000008, "Member 'CategoryNavBarWidget_InitializeButton::buttonIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CategoryNavBarWidget_OnCategoryButtonClicked \ static_assert(alignof(CategoryNavBarWidget_OnCategoryButtonClicked) == 0x000008, "Wrong alignment on CategoryNavBarWidget_OnCategoryButtonClicked"); \ static_assert(sizeof(CategoryNavBarWidget_OnCategoryButtonClicked) == 0x000008, "Wrong size on CategoryNavBarWidget_OnCategoryButtonClicked"); \ static_assert(offsetof(CategoryNavBarWidget_OnCategoryButtonClicked, Button) == 0x000000, "Member 'CategoryNavBarWidget_OnCategoryButtonClicked::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CategoryNavBarWidget_OnCategoryButtonHover \ static_assert(alignof(CategoryNavBarWidget_OnCategoryButtonHover) == 0x000008, "Wrong alignment on CategoryNavBarWidget_OnCategoryButtonHover"); \ static_assert(sizeof(CategoryNavBarWidget_OnCategoryButtonHover) == 0x000008, "Wrong size on CategoryNavBarWidget_OnCategoryButtonHover"); \ static_assert(offsetof(CategoryNavBarWidget_OnCategoryButtonHover, Button) == 0x000000, "Member 'CategoryNavBarWidget_OnCategoryButtonHover::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CategoryNavBarWidget_OnCategoryButtonUnHover \ static_assert(alignof(CategoryNavBarWidget_OnCategoryButtonUnHover) == 0x000008, "Wrong alignment on CategoryNavBarWidget_OnCategoryButtonUnHover"); \ static_assert(sizeof(CategoryNavBarWidget_OnCategoryButtonUnHover) == 0x000008, "Wrong size on CategoryNavBarWidget_OnCategoryButtonUnHover"); \ static_assert(offsetof(CategoryNavBarWidget_OnCategoryButtonUnHover, Button) == 0x000000, "Member 'CategoryNavBarWidget_OnCategoryButtonUnHover::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CategoryNavBarWidget_OnClick \ static_assert(alignof(CategoryNavBarWidget_OnClick) == 0x000004, "Wrong alignment on CategoryNavBarWidget_OnClick"); \ static_assert(sizeof(CategoryNavBarWidget_OnClick) == 0x000004, "Wrong size on CategoryNavBarWidget_OnClick"); \ static_assert(offsetof(CategoryNavBarWidget_OnClick, SelectedCategory) == 0x000000, "Member 'CategoryNavBarWidget_OnClick::SelectedCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CategoryNavBarWidget_OnHover \ static_assert(alignof(CategoryNavBarWidget_OnHover) == 0x000008, "Wrong alignment on CategoryNavBarWidget_OnHover"); \ static_assert(sizeof(CategoryNavBarWidget_OnHover) == 0x000008, "Wrong size on CategoryNavBarWidget_OnHover"); \ static_assert(offsetof(CategoryNavBarWidget_OnHover, hoveredButton) == 0x000000, "Member 'CategoryNavBarWidget_OnHover::hoveredButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CategoryNavBarWidget_OnUnhover \ static_assert(alignof(CategoryNavBarWidget_OnUnhover) == 0x000008, "Wrong alignment on CategoryNavBarWidget_OnUnhover"); \ static_assert(sizeof(CategoryNavBarWidget_OnUnhover) == 0x000008, "Wrong size on CategoryNavBarWidget_OnUnhover"); \ static_assert(offsetof(CategoryNavBarWidget_OnUnhover, hoveredButton) == 0x000000, "Member 'CategoryNavBarWidget_OnUnhover::hoveredButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCategoryNavBarWidget \ static_assert(alignof(UCategoryNavBarWidget) == 0x000008, "Wrong alignment on UCategoryNavBarWidget"); \ static_assert(sizeof(UCategoryNavBarWidget) == 0x000288, "Wrong size on UCategoryNavBarWidget"); \ static_assert(offsetof(UCategoryNavBarWidget, CategoryNames) == 0x000268, "Member 'UCategoryNavBarWidget::CategoryNames' has a wrong offset!"); \ static_assert(offsetof(UCategoryNavBarWidget, CurCategoryIndex) == 0x000278, "Member 'UCategoryNavBarWidget::CurCategoryIndex' has a wrong offset!"); \ static_assert(offsetof(UCategoryNavBarWidget, BackgroundImage) == 0x000280, "Member 'UCategoryNavBarWidget::BackgroundImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_HandleHeadTracking \ static_assert(alignof(NPC_AnimInstance_HandleHeadTracking) == 0x000008, "Wrong alignment on NPC_AnimInstance_HandleHeadTracking"); \ static_assert(sizeof(NPC_AnimInstance_HandleHeadTracking) == 0x000008, "Wrong size on NPC_AnimInstance_HandleHeadTracking"); \ static_assert(offsetof(NPC_AnimInstance_HandleHeadTracking, Owner) == 0x000000, "Member 'NPC_AnimInstance_HandleHeadTracking::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_OnTeleport \ static_assert(alignof(NPC_AnimInstance_OnTeleport) == 0x000008, "Wrong alignment on NPC_AnimInstance_OnTeleport"); \ static_assert(sizeof(NPC_AnimInstance_OnTeleport) == 0x000020, "Wrong size on NPC_AnimInstance_OnTeleport"); \ static_assert(offsetof(NPC_AnimInstance_OnTeleport, Character) == 0x000000, "Member 'NPC_AnimInstance_OnTeleport::Character' has a wrong offset!"); \ static_assert(offsetof(NPC_AnimInstance_OnTeleport, AmountDisplaced) == 0x000008, "Member 'NPC_AnimInstance_OnTeleport::AmountDisplaced' has a wrong offset!"); \ static_assert(offsetof(NPC_AnimInstance_OnTeleport, AmountRotated) == 0x000014, "Member 'NPC_AnimInstance_OnTeleport::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_SetAbilityActive \ static_assert(alignof(NPC_AnimInstance_SetAbilityActive) == 0x000001, "Wrong alignment on NPC_AnimInstance_SetAbilityActive"); \ static_assert(sizeof(NPC_AnimInstance_SetAbilityActive) == 0x000002, "Wrong size on NPC_AnimInstance_SetAbilityActive"); \ static_assert(offsetof(NPC_AnimInstance_SetAbilityActive, InAbility) == 0x000000, "Member 'NPC_AnimInstance_SetAbilityActive::InAbility' has a wrong offset!"); \ static_assert(offsetof(NPC_AnimInstance_SetAbilityActive, bUse) == 0x000001, "Member 'NPC_AnimInstance_SetAbilityActive::bUse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_SetAnimSpawnState \ static_assert(alignof(NPC_AnimInstance_SetAnimSpawnState) == 0x000001, "Wrong alignment on NPC_AnimInstance_SetAnimSpawnState"); \ static_assert(sizeof(NPC_AnimInstance_SetAnimSpawnState) == 0x000001, "Wrong size on NPC_AnimInstance_SetAnimSpawnState"); \ static_assert(offsetof(NPC_AnimInstance_SetAnimSpawnState, InAnimSpawnState) == 0x000000, "Member 'NPC_AnimInstance_SetAnimSpawnState::InAnimSpawnState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_SetMainState \ static_assert(alignof(NPC_AnimInstance_SetMainState) == 0x000001, "Wrong alignment on NPC_AnimInstance_SetMainState"); \ static_assert(sizeof(NPC_AnimInstance_SetMainState) == 0x000001, "Wrong size on NPC_AnimInstance_SetMainState"); \ static_assert(offsetof(NPC_AnimInstance_SetMainState, InState) == 0x000000, "Member 'NPC_AnimInstance_SetMainState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_SetState \ static_assert(alignof(NPC_AnimInstance_SetState) == 0x000001, "Wrong alignment on NPC_AnimInstance_SetState"); \ static_assert(sizeof(NPC_AnimInstance_SetState) == 0x000001, "Wrong size on NPC_AnimInstance_SetState"); \ static_assert(offsetof(NPC_AnimInstance_SetState, InState) == 0x000000, "Member 'NPC_AnimInstance_SetState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_GetAbilityActive \ static_assert(alignof(NPC_AnimInstance_GetAbilityActive) == 0x000001, "Wrong alignment on NPC_AnimInstance_GetAbilityActive"); \ static_assert(sizeof(NPC_AnimInstance_GetAbilityActive) == 0x000002, "Wrong size on NPC_AnimInstance_GetAbilityActive"); \ static_assert(offsetof(NPC_AnimInstance_GetAbilityActive, InAbility) == 0x000000, "Member 'NPC_AnimInstance_GetAbilityActive::InAbility' has a wrong offset!"); \ static_assert(offsetof(NPC_AnimInstance_GetAbilityActive, ReturnValue) == 0x000001, "Member 'NPC_AnimInstance_GetAbilityActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_GetActiveAbility \ static_assert(alignof(NPC_AnimInstance_GetActiveAbility) == 0x000001, "Wrong alignment on NPC_AnimInstance_GetActiveAbility"); \ static_assert(sizeof(NPC_AnimInstance_GetActiveAbility) == 0x000001, "Wrong size on NPC_AnimInstance_GetActiveAbility"); \ static_assert(offsetof(NPC_AnimInstance_GetActiveAbility, ReturnValue) == 0x000000, "Member 'NPC_AnimInstance_GetActiveAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_GetAnimSpawnState \ static_assert(alignof(NPC_AnimInstance_GetAnimSpawnState) == 0x000001, "Wrong alignment on NPC_AnimInstance_GetAnimSpawnState"); \ static_assert(sizeof(NPC_AnimInstance_GetAnimSpawnState) == 0x000001, "Wrong size on NPC_AnimInstance_GetAnimSpawnState"); \ static_assert(offsetof(NPC_AnimInstance_GetAnimSpawnState, ReturnValue) == 0x000000, "Member 'NPC_AnimInstance_GetAnimSpawnState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_GetMainState \ static_assert(alignof(NPC_AnimInstance_GetMainState) == 0x000001, "Wrong alignment on NPC_AnimInstance_GetMainState"); \ static_assert(sizeof(NPC_AnimInstance_GetMainState) == 0x000001, "Wrong size on NPC_AnimInstance_GetMainState"); \ static_assert(offsetof(NPC_AnimInstance_GetMainState, ReturnValue) == 0x000000, "Member 'NPC_AnimInstance_GetMainState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_AnimInstance_GetState \ static_assert(alignof(NPC_AnimInstance_GetState) == 0x000001, "Wrong alignment on NPC_AnimInstance_GetState"); \ static_assert(sizeof(NPC_AnimInstance_GetState) == 0x000001, "Wrong size on NPC_AnimInstance_GetState"); \ static_assert(offsetof(NPC_AnimInstance_GetState, ReturnValue) == 0x000000, "Member 'NPC_AnimInstance_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPC_AnimInstance \ static_assert(alignof(UNPC_AnimInstance) == 0x000010, "Wrong alignment on UNPC_AnimInstance"); \ static_assert(sizeof(UNPC_AnimInstance) == 0x000670, "Wrong size on UNPC_AnimInstance"); \ static_assert(offsetof(UNPC_AnimInstance, State) == 0x0005E8, "Member 'UNPC_AnimInstance::State' has a wrong offset!"); \ static_assert(offsetof(UNPC_AnimInstance, LastState) == 0x0005E9, "Member 'UNPC_AnimInstance::LastState' has a wrong offset!"); \ static_assert(offsetof(UNPC_AnimInstance, MainState) == 0x0005EA, "Member 'UNPC_AnimInstance::MainState' has a wrong offset!"); \ static_assert(offsetof(UNPC_AnimInstance, LastMainState) == 0x0005EB, "Member 'UNPC_AnimInstance::LastMainState' has a wrong offset!"); \ static_assert(offsetof(UNPC_AnimInstance, LookAtAlpha) == 0x0005EC, "Member 'UNPC_AnimInstance::LookAtAlpha' has a wrong offset!"); \ static_assert(offsetof(UNPC_AnimInstance, ParryAnimAsset) == 0x0005F0, "Member 'UNPC_AnimInstance::ParryAnimAsset' has a wrong offset!"); \ static_assert(offsetof(UNPC_AnimInstance, ParryAnimTime) == 0x0005F8, "Member 'UNPC_AnimInstance::ParryAnimTime' has a wrong offset!"); \ static_assert(offsetof(UNPC_AnimInstance, bParryAnimTimeSet) == 0x0005FC, "Member 'UNPC_AnimInstance::bParryAnimTimeSet' has a wrong offset!"); \ static_assert(offsetof(UNPC_AnimInstance, SpawnState) == 0x0005FD, "Member 'UNPC_AnimInstance::SpawnState' has a wrong offset!"); \ static_assert(offsetof(UNPC_AnimInstance, ActiveAbility) == 0x0005FE, "Member 'UNPC_AnimInstance::ActiveAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCentaurAnimInstance \ static_assert(alignof(UCentaurAnimInstance) == 0x000010, "Wrong alignment on UCentaurAnimInstance"); \ static_assert(sizeof(UCentaurAnimInstance) == 0x000670, "Wrong size on UCentaurAnimInstance"); \ static_assert(offsetof(UCentaurAnimInstance, bLeftHandBowHold) == 0x000668, "Member 'UCentaurAnimInstance::bLeftHandBowHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Reposition_QBUpdate \ static_assert(alignof(UEnemy_Reposition_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_Reposition_QBUpdate"); \ static_assert(sizeof(UEnemy_Reposition_QBUpdate) == 0x000050, "Wrong size on UEnemy_Reposition_QBUpdate"); \ #define DUMPER7_ASSERTS_CentaurCombatComponent_IsUsingStanceA \ static_assert(alignof(CentaurCombatComponent_IsUsingStanceA) == 0x000001, "Wrong alignment on CentaurCombatComponent_IsUsingStanceA"); \ static_assert(sizeof(CentaurCombatComponent_IsUsingStanceA) == 0x000001, "Wrong size on CentaurCombatComponent_IsUsingStanceA"); \ static_assert(offsetof(CentaurCombatComponent_IsUsingStanceA, ReturnValue) == 0x000000, "Member 'CentaurCombatComponent_IsUsingStanceA::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCentaurCombatComponent \ static_assert(alignof(UCentaurCombatComponent) == 0x000008, "Wrong alignment on UCentaurCombatComponent"); \ static_assert(sizeof(UCentaurCombatComponent) == 0x0001E0, "Wrong size on UCentaurCombatComponent"); \ static_assert(offsetof(UCentaurCombatComponent, RepositionDescriptor) == 0x0000D0, "Member 'UCentaurCombatComponent::RepositionDescriptor' has a wrong offset!"); \ static_assert(offsetof(UCentaurCombatComponent, AttackDescriptors) == 0x0000F0, "Member 'UCentaurCombatComponent::AttackDescriptors' has a wrong offset!"); \ static_assert(offsetof(UCentaurCombatComponent, bUseStanceVariation) == 0x000140, "Member 'UCentaurCombatComponent::bUseStanceVariation' has a wrong offset!"); \ static_assert(offsetof(UCentaurCombatComponent, StanceVariationAPercentage) == 0x000144, "Member 'UCentaurCombatComponent::StanceVariationAPercentage' has a wrong offset!"); \ static_assert(offsetof(UCentaurCombatComponent, AAStanceTags_A) == 0x000148, "Member 'UCentaurCombatComponent::AAStanceTags_A' has a wrong offset!"); \ static_assert(offsetof(UCentaurCombatComponent, AAStanceTags_B) == 0x000168, "Member 'UCentaurCombatComponent::AAStanceTags_B' has a wrong offset!"); \ static_assert(offsetof(UCentaurCombatComponent, IAStanceTags_A) == 0x000188, "Member 'UCentaurCombatComponent::IAStanceTags_A' has a wrong offset!"); \ static_assert(offsetof(UCentaurCombatComponent, IAStanceTags_B) == 0x0001A8, "Member 'UCentaurCombatComponent::IAStanceTags_B' has a wrong offset!"); \ static_assert(offsetof(UCentaurCombatComponent, PerceivedCombatTargets) == 0x0001C8, "Member 'UCentaurCombatComponent::PerceivedCombatTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightComponentStateData \ static_assert(alignof(ULightComponentStateData) == 0x000008, "Wrong alignment on ULightComponentStateData"); \ static_assert(sizeof(ULightComponentStateData) == 0x000030, "Wrong size on ULightComponentStateData"); \ static_assert(offsetof(ULightComponentStateData, State) == 0x000028, "Member 'ULightComponentStateData::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerformTaskBase_OnFleshLoadComplete \ static_assert(alignof(AIPerformTaskBase_OnFleshLoadComplete) == 0x000008, "Wrong alignment on AIPerformTaskBase_OnFleshLoadComplete"); \ static_assert(sizeof(AIPerformTaskBase_OnFleshLoadComplete) == 0x000008, "Wrong size on AIPerformTaskBase_OnFleshLoadComplete"); \ static_assert(offsetof(AIPerformTaskBase_OnFleshLoadComplete, FleshActor) == 0x000000, "Member 'AIPerformTaskBase_OnFleshLoadComplete::FleshActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerformTaskBase_OnPerformTaskExecutionCompleteImp \ static_assert(alignof(AIPerformTaskBase_OnPerformTaskExecutionCompleteImp) == 0x000008, "Wrong alignment on AIPerformTaskBase_OnPerformTaskExecutionCompleteImp"); \ static_assert(sizeof(AIPerformTaskBase_OnPerformTaskExecutionCompleteImp) == 0x000010, "Wrong size on AIPerformTaskBase_OnPerformTaskExecutionCompleteImp"); \ static_assert(offsetof(AIPerformTaskBase_OnPerformTaskExecutionCompleteImp, ScheduledEntity) == 0x000000, "Member 'AIPerformTaskBase_OnPerformTaskExecutionCompleteImp::ScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(AIPerformTaskBase_OnPerformTaskExecutionCompleteImp, ActivityTypeBits) == 0x000008, "Member 'AIPerformTaskBase_OnPerformTaskExecutionCompleteImp::ActivityTypeBits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskBase \ static_assert(alignof(UAIPerformTaskBase) == 0x000010, "Wrong alignment on UAIPerformTaskBase"); \ static_assert(sizeof(UAIPerformTaskBase) == 0x0000E0, "Wrong size on UAIPerformTaskBase"); \ static_assert(offsetof(UAIPerformTaskBase, ParallelSceneRigActor) == 0x000028, "Member 'UAIPerformTaskBase::ParallelSceneRigActor' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskBase, bSkipThisTask) == 0x000030, "Member 'UAIPerformTaskBase::bSkipThisTask' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskBase, bShouldWaitToFinish) == 0x000031, "Member 'UAIPerformTaskBase::bShouldWaitToFinish' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskBase, ElementTransform) == 0x000040, "Member 'UAIPerformTaskBase::ElementTransform' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskBase, bTrackPlayer) == 0x000070, "Member 'UAIPerformTaskBase::bTrackPlayer' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskBase, HeadTrackingTargetActor) == 0x000078, "Member 'UAIPerformTaskBase::HeadTrackingTargetActor' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskBase, PerformTaskContainer) == 0x000080, "Member 'UAIPerformTaskBase::PerformTaskContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskAblAbility \ static_assert(alignof(UAIPerformTaskAblAbility) == 0x000010, "Wrong alignment on UAIPerformTaskAblAbility"); \ static_assert(sizeof(UAIPerformTaskAblAbility) == 0x0000F0, "Wrong size on UAIPerformTaskAblAbility"); \ static_assert(offsetof(UAIPerformTaskAblAbility, PartialBodyAbilityPtr) == 0x0000D8, "Member 'UAIPerformTaskAblAbility::PartialBodyAbilityPtr' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskAblAbility, AbilityChannelName) == 0x0000E0, "Member 'UAIPerformTaskAblAbility::AbilityChannelName' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskAblAbility, bPlayPartialBodyAnimation) == 0x0000E8, "Member 'UAIPerformTaskAblAbility::bPlayPartialBodyAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChainRenderComponent_SetSpline \ static_assert(alignof(ChainRenderComponent_SetSpline) == 0x000008, "Wrong alignment on ChainRenderComponent_SetSpline"); \ static_assert(sizeof(ChainRenderComponent_SetSpline) == 0x000008, "Wrong size on ChainRenderComponent_SetSpline"); \ static_assert(offsetof(ChainRenderComponent_SetSpline, InSplineComponent) == 0x000000, "Member 'ChainRenderComponent_SetSpline::InSplineComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainRenderComponent \ static_assert(alignof(UChainRenderComponent) == 0x000010, "Wrong alignment on UChainRenderComponent"); \ static_assert(sizeof(UChainRenderComponent) == 0x000600, "Wrong size on UChainRenderComponent"); \ static_assert(offsetof(UChainRenderComponent, InstanceDistance) == 0x0005C8, "Member 'UChainRenderComponent::InstanceDistance' has a wrong offset!"); \ static_assert(offsetof(UChainRenderComponent, InstanceRotation) == 0x0005CC, "Member 'UChainRenderComponent::InstanceRotation' has a wrong offset!"); \ static_assert(offsetof(UChainRenderComponent, RotationBetweenInstances) == 0x0005D8, "Member 'UChainRenderComponent::RotationBetweenInstances' has a wrong offset!"); \ static_assert(offsetof(UChainRenderComponent, InstanceScale) == 0x0005E4, "Member 'UChainRenderComponent::InstanceScale' has a wrong offset!"); \ static_assert(offsetof(UChainRenderComponent, DistanceOffset) == 0x0005F0, "Member 'UChainRenderComponent::DistanceOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterBoneProjector_InitializeState \ static_assert(alignof(CharacterBoneProjector_InitializeState) == 0x000008, "Wrong alignment on CharacterBoneProjector_InitializeState"); \ static_assert(sizeof(CharacterBoneProjector_InitializeState) == 0x000010, "Wrong size on CharacterBoneProjector_InitializeState"); \ static_assert(offsetof(CharacterBoneProjector_InitializeState, Owner) == 0x000000, "Member 'CharacterBoneProjector_InitializeState::Owner' has a wrong offset!"); \ static_assert(offsetof(CharacterBoneProjector_InitializeState, ReturnValue) == 0x000008, "Member 'CharacterBoneProjector_InitializeState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterBoneProjector_Update \ static_assert(alignof(CharacterBoneProjector_Update) == 0x000008, "Wrong alignment on CharacterBoneProjector_Update"); \ static_assert(sizeof(CharacterBoneProjector_Update) == 0x000010, "Wrong size on CharacterBoneProjector_Update"); \ static_assert(offsetof(CharacterBoneProjector_Update, Owner) == 0x000000, "Member 'CharacterBoneProjector_Update::Owner' has a wrong offset!"); \ static_assert(offsetof(CharacterBoneProjector_Update, dt) == 0x000008, "Member 'CharacterBoneProjector_Update::dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterBoneProjector_StatesInitialized \ static_assert(alignof(CharacterBoneProjector_StatesInitialized) == 0x000001, "Wrong alignment on CharacterBoneProjector_StatesInitialized"); \ static_assert(sizeof(CharacterBoneProjector_StatesInitialized) == 0x000001, "Wrong size on CharacterBoneProjector_StatesInitialized"); \ static_assert(offsetof(CharacterBoneProjector_StatesInitialized, ReturnValue) == 0x000000, "Member 'CharacterBoneProjector_StatesInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCharacterBoneProjector \ static_assert(alignof(UCharacterBoneProjector) == 0x000008, "Wrong alignment on UCharacterBoneProjector"); \ static_assert(sizeof(UCharacterBoneProjector) == 0x000108, "Wrong size on UCharacterBoneProjector"); \ static_assert(offsetof(UCharacterBoneProjector, Projections) == 0x000028, "Member 'UCharacterBoneProjector::Projections' has a wrong offset!"); \ static_assert(offsetof(UCharacterBoneProjector, ProjectionStates) == 0x000038, "Member 'UCharacterBoneProjector::ProjectionStates' has a wrong offset!"); \ static_assert(offsetof(UCharacterBoneProjector, ProjectionParams) == 0x000048, "Member 'UCharacterBoneProjector::ProjectionParams' has a wrong offset!"); \ static_assert(offsetof(UCharacterBoneProjector, ProjectionResults) == 0x00004C, "Member 'UCharacterBoneProjector::ProjectionResults' has a wrong offset!"); \ static_assert(offsetof(UCharacterBoneProjector, BoneCache) == 0x0000A0, "Member 'UCharacterBoneProjector::BoneCache' has a wrong offset!"); \ static_assert(offsetof(UCharacterBoneProjector, bStatesInitialized) == 0x000100, "Member 'UCharacterBoneProjector::bStatesInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingVolumeSupportLibrary_AssignLightClippingVolumeSource \ static_assert(alignof(LightClippingVolumeSupportLibrary_AssignLightClippingVolumeSource) == 0x000008, "Wrong alignment on LightClippingVolumeSupportLibrary_AssignLightClippingVolumeSource"); \ static_assert(sizeof(LightClippingVolumeSupportLibrary_AssignLightClippingVolumeSource) == 0x000018, "Wrong size on LightClippingVolumeSupportLibrary_AssignLightClippingVolumeSource"); \ static_assert(offsetof(LightClippingVolumeSupportLibrary_AssignLightClippingVolumeSource, LightComponent) == 0x000000, "Member 'LightClippingVolumeSupportLibrary_AssignLightClippingVolumeSource::LightComponent' has a wrong offset!"); \ static_assert(offsetof(LightClippingVolumeSupportLibrary_AssignLightClippingVolumeSource, LightClippingVolumeActor) == 0x000008, "Member 'LightClippingVolumeSupportLibrary_AssignLightClippingVolumeSource::LightClippingVolumeActor' has a wrong offset!"); \ static_assert(offsetof(LightClippingVolumeSupportLibrary_AssignLightClippingVolumeSource, bSuccess) == 0x000010, "Member 'LightClippingVolumeSupportLibrary_AssignLightClippingVolumeSource::bSuccess' has a wrong offset!"); \ static_assert(offsetof(LightClippingVolumeSupportLibrary_AssignLightClippingVolumeSource, VolumeMode) == 0x000011, "Member 'LightClippingVolumeSupportLibrary_AssignLightClippingVolumeSource::VolumeMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingVolumeSupportLibrary_ClearAllLightClippingVolumeSource \ static_assert(alignof(LightClippingVolumeSupportLibrary_ClearAllLightClippingVolumeSource) == 0x000008, "Wrong alignment on LightClippingVolumeSupportLibrary_ClearAllLightClippingVolumeSource"); \ static_assert(sizeof(LightClippingVolumeSupportLibrary_ClearAllLightClippingVolumeSource) == 0x000010, "Wrong size on LightClippingVolumeSupportLibrary_ClearAllLightClippingVolumeSource"); \ static_assert(offsetof(LightClippingVolumeSupportLibrary_ClearAllLightClippingVolumeSource, LightClippingVolumeActor) == 0x000000, "Member 'LightClippingVolumeSupportLibrary_ClearAllLightClippingVolumeSource::LightClippingVolumeActor' has a wrong offset!"); \ static_assert(offsetof(LightClippingVolumeSupportLibrary_ClearAllLightClippingVolumeSource, UnassignedLights) == 0x000008, "Member 'LightClippingVolumeSupportLibrary_ClearAllLightClippingVolumeSource::UnassignedLights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingVolumeSupportLibrary_ClearLightClippingSource \ static_assert(alignof(LightClippingVolumeSupportLibrary_ClearLightClippingSource) == 0x000008, "Wrong alignment on LightClippingVolumeSupportLibrary_ClearLightClippingSource"); \ static_assert(sizeof(LightClippingVolumeSupportLibrary_ClearLightClippingSource) == 0x000008, "Wrong size on LightClippingVolumeSupportLibrary_ClearLightClippingSource"); \ static_assert(offsetof(LightClippingVolumeSupportLibrary_ClearLightClippingSource, LightComponent) == 0x000000, "Member 'LightClippingVolumeSupportLibrary_ClearLightClippingSource::LightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingVolumeSupportLibrary_FindAndAssignLightClippingVolumeSource \ static_assert(alignof(LightClippingVolumeSupportLibrary_FindAndAssignLightClippingVolumeSource) == 0x000008, "Wrong alignment on LightClippingVolumeSupportLibrary_FindAndAssignLightClippingVolumeSource"); \ static_assert(sizeof(LightClippingVolumeSupportLibrary_FindAndAssignLightClippingVolumeSource) == 0x000018, "Wrong size on LightClippingVolumeSupportLibrary_FindAndAssignLightClippingVolumeSource"); \ static_assert(offsetof(LightClippingVolumeSupportLibrary_FindAndAssignLightClippingVolumeSource, LightTag) == 0x000000, "Member 'LightClippingVolumeSupportLibrary_FindAndAssignLightClippingVolumeSource::LightTag' has a wrong offset!"); \ static_assert(offsetof(LightClippingVolumeSupportLibrary_FindAndAssignLightClippingVolumeSource, LightClippingVolumeActor) == 0x000008, "Member 'LightClippingVolumeSupportLibrary_FindAndAssignLightClippingVolumeSource::LightClippingVolumeActor' has a wrong offset!"); \ static_assert(offsetof(LightClippingVolumeSupportLibrary_FindAndAssignLightClippingVolumeSource, AssignedLights) == 0x000010, "Member 'LightClippingVolumeSupportLibrary_FindAndAssignLightClippingVolumeSource::AssignedLights' has a wrong offset!"); \ static_assert(offsetof(LightClippingVolumeSupportLibrary_FindAndAssignLightClippingVolumeSource, bForceEvenIfAlreadySet) == 0x000014, "Member 'LightClippingVolumeSupportLibrary_FindAndAssignLightClippingVolumeSource::bForceEvenIfAlreadySet' has a wrong offset!"); \ static_assert(offsetof(LightClippingVolumeSupportLibrary_FindAndAssignLightClippingVolumeSource, VolumeMode) == 0x000015, "Member 'LightClippingVolumeSupportLibrary_FindAndAssignLightClippingVolumeSource::VolumeMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingVolumeSupportLibrary_GetAllWithLightClippingVolumeActor \ static_assert(alignof(LightClippingVolumeSupportLibrary_GetAllWithLightClippingVolumeActor) == 0x000008, "Wrong alignment on LightClippingVolumeSupportLibrary_GetAllWithLightClippingVolumeActor"); \ static_assert(sizeof(LightClippingVolumeSupportLibrary_GetAllWithLightClippingVolumeActor) == 0x000020, "Wrong size on LightClippingVolumeSupportLibrary_GetAllWithLightClippingVolumeActor"); \ static_assert(offsetof(LightClippingVolumeSupportLibrary_GetAllWithLightClippingVolumeActor, LightClippingVolumeActor) == 0x000000, "Member 'LightClippingVolumeSupportLibrary_GetAllWithLightClippingVolumeActor::LightClippingVolumeActor' has a wrong offset!"); \ static_assert(offsetof(LightClippingVolumeSupportLibrary_GetAllWithLightClippingVolumeActor, Lights) == 0x000008, "Member 'LightClippingVolumeSupportLibrary_GetAllWithLightClippingVolumeActor::Lights' has a wrong offset!"); \ static_assert(offsetof(LightClippingVolumeSupportLibrary_GetAllWithLightClippingVolumeActor, FilterType) == 0x000018, "Member 'LightClippingVolumeSupportLibrary_GetAllWithLightClippingVolumeActor::FilterType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingVolumeSupportLibrary_GetLightClippingVolumeSource \ static_assert(alignof(LightClippingVolumeSupportLibrary_GetLightClippingVolumeSource) == 0x000008, "Wrong alignment on LightClippingVolumeSupportLibrary_GetLightClippingVolumeSource"); \ static_assert(sizeof(LightClippingVolumeSupportLibrary_GetLightClippingVolumeSource) == 0x000010, "Wrong size on LightClippingVolumeSupportLibrary_GetLightClippingVolumeSource"); \ static_assert(offsetof(LightClippingVolumeSupportLibrary_GetLightClippingVolumeSource, LightComponent) == 0x000000, "Member 'LightClippingVolumeSupportLibrary_GetLightClippingVolumeSource::LightComponent' has a wrong offset!"); \ static_assert(offsetof(LightClippingVolumeSupportLibrary_GetLightClippingVolumeSource, LightClippingVolumeActor) == 0x000008, "Member 'LightClippingVolumeSupportLibrary_GetLightClippingVolumeSource::LightClippingVolumeActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightClippingVolumeSupportLibrary \ static_assert(alignof(ULightClippingVolumeSupportLibrary) == 0x000008, "Wrong alignment on ULightClippingVolumeSupportLibrary"); \ static_assert(sizeof(ULightClippingVolumeSupportLibrary) == 0x000028, "Wrong size on ULightClippingVolumeSupportLibrary"); \ #define DUMPER7_ASSERTS_UCharacterBoneProjectorComponent \ static_assert(alignof(UCharacterBoneProjectorComponent) == 0x000008, "Wrong alignment on UCharacterBoneProjectorComponent"); \ static_assert(sizeof(UCharacterBoneProjectorComponent) == 0x0000E0, "Wrong size on UCharacterBoneProjectorComponent"); \ static_assert(offsetof(UCharacterBoneProjectorComponent, Projector) == 0x0000D0, "Member 'UCharacterBoneProjectorComponent::Projector' has a wrong offset!"); \ static_assert(offsetof(UCharacterBoneProjectorComponent, bDebugDraw) == 0x0000D8, "Member 'UCharacterBoneProjectorComponent::bDebugDraw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Target_PerceptionUpdate \ static_assert(alignof(UEnemy_Target_PerceptionUpdate) == 0x000008, "Wrong alignment on UEnemy_Target_PerceptionUpdate"); \ static_assert(sizeof(UEnemy_Target_PerceptionUpdate) == 0x000100, "Wrong size on UEnemy_Target_PerceptionUpdate"); \ #define DUMPER7_ASSERTS_USceneRigCharacterOptionsAsset \ static_assert(alignof(USceneRigCharacterOptionsAsset) == 0x000008, "Wrong alignment on USceneRigCharacterOptionsAsset"); \ static_assert(sizeof(USceneRigCharacterOptionsAsset) == 0x0000E8, "Wrong size on USceneRigCharacterOptionsAsset"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bDisableURO) == 0x000038, "Member 'USceneRigCharacterOptionsAsset::bDisableURO' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, ControlBehaviors) == 0x000039, "Member 'USceneRigCharacterOptionsAsset::ControlBehaviors' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bCancelAbilities) == 0x00003A, "Member 'USceneRigCharacterOptionsAsset::bCancelAbilities' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bDisableProceduralEyes) == 0x00003B, "Member 'USceneRigCharacterOptionsAsset::bDisableProceduralEyes' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, LODOverride) == 0x00003C, "Member 'USceneRigCharacterOptionsAsset::LODOverride' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, AlwaysTickPoseAndRefreshBones) == 0x000040, "Member 'USceneRigCharacterOptionsAsset::AlwaysTickPoseAndRefreshBones' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, BoundsScale) == 0x000044, "Member 'USceneRigCharacterOptionsAsset::BoundsScale' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bEnableReactions) == 0x000048, "Member 'USceneRigCharacterOptionsAsset::bEnableReactions' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bForceDismount) == 0x000049, "Member 'USceneRigCharacterOptionsAsset::bForceDismount' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, MovementModePriority) == 0x00004A, "Member 'USceneRigCharacterOptionsAsset::MovementModePriority' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bUseCustomMovementMode) == 0x00004B, "Member 'USceneRigCharacterOptionsAsset::bUseCustomMovementMode' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bSkipOverlaps) == 0x00004C, "Member 'USceneRigCharacterOptionsAsset::bSkipOverlaps' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bSanityCheckTransforms) == 0x00004D, "Member 'USceneRigCharacterOptionsAsset::bSanityCheckTransforms' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, CollisionResponse) == 0x00004E, "Member 'USceneRigCharacterOptionsAsset::CollisionResponse' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, SocializationPriority) == 0x00004F, "Member 'USceneRigCharacterOptionsAsset::SocializationPriority' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bDisableSocialization) == 0x000050, "Member 'USceneRigCharacterOptionsAsset::bDisableSocialization' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, IKPriority) == 0x000051, "Member 'USceneRigCharacterOptionsAsset::IKPriority' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bEnableIK) == 0x000052, "Member 'USceneRigCharacterOptionsAsset::bEnableIK' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bEnableFloorContact) == 0x000053, "Member 'USceneRigCharacterOptionsAsset::bEnableFloorContact' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, EnableFloorContactProvider) == 0x000058, "Member 'USceneRigCharacterOptionsAsset::EnableFloorContactProvider' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bEnableLookat) == 0x000060, "Member 'USceneRigCharacterOptionsAsset::bEnableLookat' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bEnablePoseFixup) == 0x000061, "Member 'USceneRigCharacterOptionsAsset::bEnablePoseFixup' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, IKBlendDurationOnEnter) == 0x000064, "Member 'USceneRigCharacterOptionsAsset::IKBlendDurationOnEnter' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, IKBlendDurationOnExit) == 0x000068, "Member 'USceneRigCharacterOptionsAsset::IKBlendDurationOnExit' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, LowestAllowedLookAtPriority) == 0x00006C, "Member 'USceneRigCharacterOptionsAsset::LowestAllowedLookAtPriority' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bDisablePostProcessBlueprint) == 0x00006D, "Member 'USceneRigCharacterOptionsAsset::bDisablePostProcessBlueprint' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, ScalePriority) == 0x00006E, "Member 'USceneRigCharacterOptionsAsset::ScalePriority' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, ScaleRootMotion) == 0x00006F, "Member 'USceneRigCharacterOptionsAsset::ScaleRootMotion' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, UnityScale) == 0x000070, "Member 'USceneRigCharacterOptionsAsset::UnityScale' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, OverrideRootMotionTranslationScale) == 0x000071, "Member 'USceneRigCharacterOptionsAsset::OverrideRootMotionTranslationScale' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, RootMotionTranslationScale) == 0x000074, "Member 'USceneRigCharacterOptionsAsset::RootMotionTranslationScale' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, TickingBlackList) == 0x000078, "Member 'USceneRigCharacterOptionsAsset::TickingBlackList' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, DisableAudioOcclusion) == 0x0000C8, "Member 'USceneRigCharacterOptionsAsset::DisableAudioOcclusion' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bRemoveSpellEffects) == 0x0000C9, "Member 'USceneRigCharacterOptionsAsset::bRemoveSpellEffects' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bOverrideDisableSpells) == 0x0000CA, "Member 'USceneRigCharacterOptionsAsset::bOverrideDisableSpells' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bDisableSpells) == 0x0000CB, "Member 'USceneRigCharacterOptionsAsset::bDisableSpells' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bRemoveGuideSpline) == 0x0000CC, "Member 'USceneRigCharacterOptionsAsset::bRemoveGuideSpline' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, DisableSpellsPriority) == 0x0000CD, "Member 'USceneRigCharacterOptionsAsset::DisableSpellsPriority' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bSetRightArmState) == 0x0000CE, "Member 'USceneRigCharacterOptionsAsset::bSetRightArmState' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, RightArmState) == 0x0000CF, "Member 'USceneRigCharacterOptionsAsset::RightArmState' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bSetLeftArmState) == 0x0000D0, "Member 'USceneRigCharacterOptionsAsset::bSetLeftArmState' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, LeftArmState) == 0x0000D1, "Member 'USceneRigCharacterOptionsAsset::LeftArmState' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bOverrideIsTargetableByAi) == 0x0000D2, "Member 'USceneRigCharacterOptionsAsset::bOverrideIsTargetableByAi' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bIsTargetableByAi) == 0x0000D3, "Member 'USceneRigCharacterOptionsAsset::bIsTargetableByAi' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, TargetableByAiPriority) == 0x0000D4, "Member 'USceneRigCharacterOptionsAsset::TargetableByAiPriority' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bOverrideIsAiSuspended) == 0x0000D5, "Member 'USceneRigCharacterOptionsAsset::bOverrideIsAiSuspended' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, bSuspendAi) == 0x0000D6, "Member 'USceneRigCharacterOptionsAsset::bSuspendAi' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, SynchronizationMethodProvider) == 0x0000D8, "Member 'USceneRigCharacterOptionsAsset::SynchronizationMethodProvider' has a wrong offset!"); \ static_assert(offsetof(USceneRigCharacterOptionsAsset, ReleaseFleshLockOnFinish) == 0x0000E0, "Member 'USceneRigCharacterOptionsAsset::ReleaseFleshLockOnFinish' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCharacterStateComponent \ static_assert(alignof(UCharacterStateComponent) == 0x000008, "Wrong alignment on UCharacterStateComponent"); \ static_assert(sizeof(UCharacterStateComponent) == 0x000828, "Wrong size on UCharacterStateComponent"); \ static_assert(offsetof(UCharacterStateComponent, CharacterStateData) == 0x0005A8, "Member 'UCharacterStateComponent::CharacterStateData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_TooClose_QBUpdate \ static_assert(alignof(UEnemy_TooClose_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_TooClose_QBUpdate"); \ static_assert(sizeof(UEnemy_TooClose_QBUpdate) == 0x000050, "Wrong size on UEnemy_TooClose_QBUpdate"); \ #define DUMPER7_ASSERTS_UCharacterStateHUDWidgetStyle \ static_assert(alignof(UCharacterStateHUDWidgetStyle) == 0x000008, "Wrong alignment on UCharacterStateHUDWidgetStyle"); \ static_assert(sizeof(UCharacterStateHUDWidgetStyle) == 0x002CB0, "Wrong size on UCharacterStateHUDWidgetStyle"); \ static_assert(offsetof(UCharacterStateHUDWidgetStyle, CharacterStateHUDWidgetStyle) == 0x000030, "Member 'UCharacterStateHUDWidgetStyle::CharacterStateHUDWidgetStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCharacterStateDataContainer \ static_assert(alignof(UCharacterStateDataContainer) == 0x000008, "Wrong alignment on UCharacterStateDataContainer"); \ static_assert(sizeof(UCharacterStateDataContainer) == 0x0002A8, "Wrong size on UCharacterStateDataContainer"); \ static_assert(offsetof(UCharacterStateDataContainer, Data) == 0x000028, "Member 'UCharacterStateDataContainer::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckboxWidget_SetCheckboxOnOff \ static_assert(alignof(CheckboxWidget_SetCheckboxOnOff) == 0x000008, "Wrong alignment on CheckboxWidget_SetCheckboxOnOff"); \ static_assert(sizeof(CheckboxWidget_SetCheckboxOnOff) == 0x000020, "Wrong size on CheckboxWidget_SetCheckboxOnOff"); \ static_assert(offsetof(CheckboxWidget_SetCheckboxOnOff, Label) == 0x000000, "Member 'CheckboxWidget_SetCheckboxOnOff::Label' has a wrong offset!"); \ static_assert(offsetof(CheckboxWidget_SetCheckboxOnOff, checked) == 0x000018, "Member 'CheckboxWidget_SetCheckboxOnOff::checked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckboxWidget_SetProperties \ static_assert(alignof(CheckboxWidget_SetProperties) == 0x000008, "Wrong alignment on CheckboxWidget_SetProperties"); \ static_assert(sizeof(CheckboxWidget_SetProperties) == 0x000020, "Wrong size on CheckboxWidget_SetProperties"); \ static_assert(offsetof(CheckboxWidget_SetProperties, Label) == 0x000000, "Member 'CheckboxWidget_SetProperties::Label' has a wrong offset!"); \ static_assert(offsetof(CheckboxWidget_SetProperties, Index_0) == 0x000018, "Member 'CheckboxWidget_SetProperties::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckboxWidget_StateChanged \ static_assert(alignof(CheckboxWidget_StateChanged) == 0x000001, "Wrong alignment on CheckboxWidget_StateChanged"); \ static_assert(sizeof(CheckboxWidget_StateChanged) == 0x000001, "Wrong size on CheckboxWidget_StateChanged"); \ static_assert(offsetof(CheckboxWidget_StateChanged, State) == 0x000000, "Member 'CheckboxWidget_StateChanged::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCheckboxWidget \ static_assert(alignof(UCheckboxWidget) == 0x000008, "Wrong alignment on UCheckboxWidget"); \ static_assert(sizeof(UCheckboxWidget) == 0x000320, "Wrong size on UCheckboxWidget"); \ static_assert(offsetof(UCheckboxWidget, PreTranslateText) == 0x000268, "Member 'UCheckboxWidget::PreTranslateText' has a wrong offset!"); \ static_assert(offsetof(UCheckboxWidget, IsChecked) == 0x000269, "Member 'UCheckboxWidget::IsChecked' has a wrong offset!"); \ static_assert(offsetof(UCheckboxWidget, CheckboxLabelText) == 0x000270, "Member 'UCheckboxWidget::CheckboxLabelText' has a wrong offset!"); \ static_assert(offsetof(UCheckboxWidget, CompletedColor) == 0x000288, "Member 'UCheckboxWidget::CompletedColor' has a wrong offset!"); \ static_assert(offsetof(UCheckboxWidget, CurrentColor) == 0x0002B0, "Member 'UCheckboxWidget::CurrentColor' has a wrong offset!"); \ static_assert(offsetof(UCheckboxWidget, FutureColor) == 0x0002D8, "Member 'UCheckboxWidget::FutureColor' has a wrong offset!"); \ static_assert(offsetof(UCheckboxWidget, TheCheckbox) == 0x000300, "Member 'UCheckboxWidget::TheCheckbox' has a wrong offset!"); \ static_assert(offsetof(UCheckboxWidget, CheckboxTextBlock) == 0x000308, "Member 'UCheckboxWidget::CheckboxTextBlock' has a wrong offset!"); \ static_assert(offsetof(UCheckboxWidget, OnCheckboxStateChange) == 0x000310, "Member 'UCheckboxWidget::OnCheckboxStateChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicFarFoliageManager_MainProcessIteration \ static_assert(alignof(DynamicFarFoliageManager_MainProcessIteration) == 0x000004, "Wrong alignment on DynamicFarFoliageManager_MainProcessIteration"); \ static_assert(sizeof(DynamicFarFoliageManager_MainProcessIteration) == 0x000004, "Wrong size on DynamicFarFoliageManager_MainProcessIteration"); \ static_assert(offsetof(DynamicFarFoliageManager_MainProcessIteration, DeltaTime) == 0x000000, "Member 'DynamicFarFoliageManager_MainProcessIteration::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADynamicFarFoliageManager \ static_assert(alignof(ADynamicFarFoliageManager) == 0x000008, "Wrong alignment on ADynamicFarFoliageManager"); \ static_assert(sizeof(ADynamicFarFoliageManager) == 0x0003A8, "Wrong size on ADynamicFarFoliageManager"); \ static_assert(offsetof(ADynamicFarFoliageManager, HostInstancedFoliageActor) == 0x000248, "Member 'ADynamicFarFoliageManager::HostInstancedFoliageActor' has a wrong offset!"); \ static_assert(offsetof(ADynamicFarFoliageManager, HostInstancedFoliageComponents) == 0x000250, "Member 'ADynamicFarFoliageManager::HostInstancedFoliageComponents' has a wrong offset!"); \ static_assert(offsetof(ADynamicFarFoliageManager, ComponentsInstanceCount) == 0x000260, "Member 'ADynamicFarFoliageManager::ComponentsInstanceCount' has a wrong offset!"); \ static_assert(offsetof(ADynamicFarFoliageManager, WorldFoliageData) == 0x000270, "Member 'ADynamicFarFoliageManager::WorldFoliageData' has a wrong offset!"); \ static_assert(offsetof(ADynamicFarFoliageManager, TotalInstancesCount) == 0x000290, "Member 'ADynamicFarFoliageManager::TotalInstancesCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Spell_IsDark \ static_assert(alignof(UModFilter_DealDamage_Spell_IsDark) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Spell_IsDark"); \ static_assert(sizeof(UModFilter_DealDamage_Spell_IsDark) == 0x000030, "Wrong size on UModFilter_DealDamage_Spell_IsDark"); \ #define DUMPER7_ASSERTS_AChompingCabbage_InvTool \ static_assert(alignof(AChompingCabbage_InvTool) == 0x000008, "Wrong alignment on AChompingCabbage_InvTool"); \ static_assert(sizeof(AChompingCabbage_InvTool) == 0x000450, "Wrong size on AChompingCabbage_InvTool"); \ static_assert(offsetof(AChompingCabbage_InvTool, CabbageEnemyClass) == 0x000430, "Member 'AChompingCabbage_InvTool::CabbageEnemyClass' has a wrong offset!"); \ static_assert(offsetof(AChompingCabbage_InvTool, SpawnOffset) == 0x000438, "Member 'AChompingCabbage_InvTool::SpawnOffset' has a wrong offset!"); \ static_assert(offsetof(AChompingCabbage_InvTool, ThrowVelocity) == 0x000444, "Member 'AChompingCabbage_InvTool::ThrowVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCine_SkeletalMeshComponent \ static_assert(alignof(UCine_SkeletalMeshComponent) == 0x000010, "Wrong alignment on UCine_SkeletalMeshComponent"); \ static_assert(sizeof(UCine_SkeletalMeshComponent) == 0x000F30, "Wrong size on UCine_SkeletalMeshComponent"); \ #define DUMPER7_ASSERTS_CinematicBatchHUD_GetActiveShotFrame \ static_assert(alignof(CinematicBatchHUD_GetActiveShotFrame) == 0x000008, "Wrong alignment on CinematicBatchHUD_GetActiveShotFrame"); \ static_assert(sizeof(CinematicBatchHUD_GetActiveShotFrame) == 0x000010, "Wrong size on CinematicBatchHUD_GetActiveShotFrame"); \ static_assert(offsetof(CinematicBatchHUD_GetActiveShotFrame, AnimationComponent) == 0x000000, "Member 'CinematicBatchHUD_GetActiveShotFrame::AnimationComponent' has a wrong offset!"); \ static_assert(offsetof(CinematicBatchHUD_GetActiveShotFrame, ReturnValue) == 0x000008, "Member 'CinematicBatchHUD_GetActiveShotFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CinematicBatchHUD_GetActiveShotName \ static_assert(alignof(CinematicBatchHUD_GetActiveShotName) == 0x000008, "Wrong alignment on CinematicBatchHUD_GetActiveShotName"); \ static_assert(sizeof(CinematicBatchHUD_GetActiveShotName) == 0x000018, "Wrong size on CinematicBatchHUD_GetActiveShotName"); \ static_assert(offsetof(CinematicBatchHUD_GetActiveShotName, AnimationComponent) == 0x000000, "Member 'CinematicBatchHUD_GetActiveShotName::AnimationComponent' has a wrong offset!"); \ static_assert(offsetof(CinematicBatchHUD_GetActiveShotName, ReturnValue) == 0x000008, "Member 'CinematicBatchHUD_GetActiveShotName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CinematicBatchHUD_GetActiveShotTotalFrames \ static_assert(alignof(CinematicBatchHUD_GetActiveShotTotalFrames) == 0x000008, "Wrong alignment on CinematicBatchHUD_GetActiveShotTotalFrames"); \ static_assert(sizeof(CinematicBatchHUD_GetActiveShotTotalFrames) == 0x000010, "Wrong size on CinematicBatchHUD_GetActiveShotTotalFrames"); \ static_assert(offsetof(CinematicBatchHUD_GetActiveShotTotalFrames, AnimationComponent) == 0x000000, "Member 'CinematicBatchHUD_GetActiveShotTotalFrames::AnimationComponent' has a wrong offset!"); \ static_assert(offsetof(CinematicBatchHUD_GetActiveShotTotalFrames, ReturnValue) == 0x000008, "Member 'CinematicBatchHUD_GetActiveShotTotalFrames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CinematicBatchHUD_GetActiveSRCurrentFrame \ static_assert(alignof(CinematicBatchHUD_GetActiveSRCurrentFrame) == 0x000008, "Wrong alignment on CinematicBatchHUD_GetActiveSRCurrentFrame"); \ static_assert(sizeof(CinematicBatchHUD_GetActiveSRCurrentFrame) == 0x000010, "Wrong size on CinematicBatchHUD_GetActiveSRCurrentFrame"); \ static_assert(offsetof(CinematicBatchHUD_GetActiveSRCurrentFrame, SceneRigPlayer) == 0x000000, "Member 'CinematicBatchHUD_GetActiveSRCurrentFrame::SceneRigPlayer' has a wrong offset!"); \ static_assert(offsetof(CinematicBatchHUD_GetActiveSRCurrentFrame, ReturnValue) == 0x000008, "Member 'CinematicBatchHUD_GetActiveSRCurrentFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CinematicBatchHUD_GetAnimationComponent \ static_assert(alignof(CinematicBatchHUD_GetAnimationComponent) == 0x000008, "Wrong alignment on CinematicBatchHUD_GetAnimationComponent"); \ static_assert(sizeof(CinematicBatchHUD_GetAnimationComponent) == 0x000010, "Wrong size on CinematicBatchHUD_GetAnimationComponent"); \ static_assert(offsetof(CinematicBatchHUD_GetAnimationComponent, CameraManager) == 0x000000, "Member 'CinematicBatchHUD_GetAnimationComponent::CameraManager' has a wrong offset!"); \ static_assert(offsetof(CinematicBatchHUD_GetAnimationComponent, ReturnValue) == 0x000008, "Member 'CinematicBatchHUD_GetAnimationComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CinematicBatchHUD_GetCinematicBatchHUDSRLength \ static_assert(alignof(CinematicBatchHUD_GetCinematicBatchHUDSRLength) == 0x000008, "Wrong alignment on CinematicBatchHUD_GetCinematicBatchHUDSRLength"); \ static_assert(sizeof(CinematicBatchHUD_GetCinematicBatchHUDSRLength) == 0x000018, "Wrong size on CinematicBatchHUD_GetCinematicBatchHUDSRLength"); \ static_assert(offsetof(CinematicBatchHUD_GetCinematicBatchHUDSRLength, SceneRigPlayer) == 0x000000, "Member 'CinematicBatchHUD_GetCinematicBatchHUDSRLength::SceneRigPlayer' has a wrong offset!"); \ static_assert(offsetof(CinematicBatchHUD_GetCinematicBatchHUDSRLength, SceneRig_0) == 0x000008, "Member 'CinematicBatchHUD_GetCinematicBatchHUDSRLength::SceneRig_0' has a wrong offset!"); \ static_assert(offsetof(CinematicBatchHUD_GetCinematicBatchHUDSRLength, bInFrames) == 0x000010, "Member 'CinematicBatchHUD_GetCinematicBatchHUDSRLength::bInFrames' has a wrong offset!"); \ static_assert(offsetof(CinematicBatchHUD_GetCinematicBatchHUDSRLength, ReturnValue) == 0x000014, "Member 'CinematicBatchHUD_GetCinematicBatchHUDSRLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCinematicBatchHUD \ static_assert(alignof(UCinematicBatchHUD) == 0x000008, "Wrong alignment on UCinematicBatchHUD"); \ static_assert(sizeof(UCinematicBatchHUD) == 0x000278, "Wrong size on UCinematicBatchHUD"); \ static_assert(offsetof(UCinematicBatchHUD, SceneRig) == 0x000268, "Member 'UCinematicBatchHUD::SceneRig' has a wrong offset!"); \ static_assert(offsetof(UCinematicBatchHUD, CameraAnimationComponent) == 0x000270, "Member 'UCinematicBatchHUD::CameraAnimationComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapAudioDataAsset \ static_assert(alignof(UOverlapAudioDataAsset) == 0x000008, "Wrong alignment on UOverlapAudioDataAsset"); \ static_assert(sizeof(UOverlapAudioDataAsset) == 0x000040, "Wrong size on UOverlapAudioDataAsset"); \ #define DUMPER7_ASSERTS_CinematicMissionDailiesHUD_GetActiveSRFrame \ static_assert(alignof(CinematicMissionDailiesHUD_GetActiveSRFrame) == 0x000008, "Wrong alignment on CinematicMissionDailiesHUD_GetActiveSRFrame"); \ static_assert(sizeof(CinematicMissionDailiesHUD_GetActiveSRFrame) == 0x000010, "Wrong size on CinematicMissionDailiesHUD_GetActiveSRFrame"); \ static_assert(offsetof(CinematicMissionDailiesHUD_GetActiveSRFrame, SceneRigPlayer) == 0x000000, "Member 'CinematicMissionDailiesHUD_GetActiveSRFrame::SceneRigPlayer' has a wrong offset!"); \ static_assert(offsetof(CinematicMissionDailiesHUD_GetActiveSRFrame, ReturnValue) == 0x000008, "Member 'CinematicMissionDailiesHUD_GetActiveSRFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CinematicMissionDailiesHUD_GetHUDSRLength \ static_assert(alignof(CinematicMissionDailiesHUD_GetHUDSRLength) == 0x000008, "Wrong alignment on CinematicMissionDailiesHUD_GetHUDSRLength"); \ static_assert(sizeof(CinematicMissionDailiesHUD_GetHUDSRLength) == 0x000018, "Wrong size on CinematicMissionDailiesHUD_GetHUDSRLength"); \ static_assert(offsetof(CinematicMissionDailiesHUD_GetHUDSRLength, SceneRigPlayer) == 0x000000, "Member 'CinematicMissionDailiesHUD_GetHUDSRLength::SceneRigPlayer' has a wrong offset!"); \ static_assert(offsetof(CinematicMissionDailiesHUD_GetHUDSRLength, InSceneRig) == 0x000008, "Member 'CinematicMissionDailiesHUD_GetHUDSRLength::InSceneRig' has a wrong offset!"); \ static_assert(offsetof(CinematicMissionDailiesHUD_GetHUDSRLength, bInFrames) == 0x000010, "Member 'CinematicMissionDailiesHUD_GetHUDSRLength::bInFrames' has a wrong offset!"); \ static_assert(offsetof(CinematicMissionDailiesHUD_GetHUDSRLength, ReturnValue) == 0x000014, "Member 'CinematicMissionDailiesHUD_GetHUDSRLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CinematicMissionDailiesHUD_SetSceneRig \ static_assert(alignof(CinematicMissionDailiesHUD_SetSceneRig) == 0x000008, "Wrong alignment on CinematicMissionDailiesHUD_SetSceneRig"); \ static_assert(sizeof(CinematicMissionDailiesHUD_SetSceneRig) == 0x000008, "Wrong size on CinematicMissionDailiesHUD_SetSceneRig"); \ static_assert(offsetof(CinematicMissionDailiesHUD_SetSceneRig, InSceneRig) == 0x000000, "Member 'CinematicMissionDailiesHUD_SetSceneRig::InSceneRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CinematicMissionDailiesHUD_UpdateMissionID \ static_assert(alignof(CinematicMissionDailiesHUD_UpdateMissionID) == 0x000008, "Wrong alignment on CinematicMissionDailiesHUD_UpdateMissionID"); \ static_assert(sizeof(CinematicMissionDailiesHUD_UpdateMissionID) == 0x000010, "Wrong size on CinematicMissionDailiesHUD_UpdateMissionID"); \ static_assert(offsetof(CinematicMissionDailiesHUD_UpdateMissionID, NewMissionID) == 0x000000, "Member 'CinematicMissionDailiesHUD_UpdateMissionID::NewMissionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CinematicMissionDailiesHUD_UpdateSceneRigName \ static_assert(alignof(CinematicMissionDailiesHUD_UpdateSceneRigName) == 0x000008, "Wrong alignment on CinematicMissionDailiesHUD_UpdateSceneRigName"); \ static_assert(sizeof(CinematicMissionDailiesHUD_UpdateSceneRigName) == 0x000010, "Wrong size on CinematicMissionDailiesHUD_UpdateSceneRigName"); \ static_assert(offsetof(CinematicMissionDailiesHUD_UpdateSceneRigName, NewSRName) == 0x000000, "Member 'CinematicMissionDailiesHUD_UpdateSceneRigName::NewSRName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CinematicMissionDailiesHUD_UpdateStoryGraphName \ static_assert(alignof(CinematicMissionDailiesHUD_UpdateStoryGraphName) == 0x000008, "Wrong alignment on CinematicMissionDailiesHUD_UpdateStoryGraphName"); \ static_assert(sizeof(CinematicMissionDailiesHUD_UpdateStoryGraphName) == 0x000010, "Wrong size on CinematicMissionDailiesHUD_UpdateStoryGraphName"); \ static_assert(offsetof(CinematicMissionDailiesHUD_UpdateStoryGraphName, NewSGName) == 0x000000, "Member 'CinematicMissionDailiesHUD_UpdateStoryGraphName::NewSGName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCinematicMissionDailiesHUD \ static_assert(alignof(UCinematicMissionDailiesHUD) == 0x000008, "Wrong alignment on UCinematicMissionDailiesHUD"); \ static_assert(sizeof(UCinematicMissionDailiesHUD) == 0x0002B0, "Wrong size on UCinematicMissionDailiesHUD"); \ static_assert(offsetof(UCinematicMissionDailiesHUD, SceneRigName) == 0x000278, "Member 'UCinematicMissionDailiesHUD::SceneRigName' has a wrong offset!"); \ static_assert(offsetof(UCinematicMissionDailiesHUD, StoryGraphName) == 0x000288, "Member 'UCinematicMissionDailiesHUD::StoryGraphName' has a wrong offset!"); \ static_assert(offsetof(UCinematicMissionDailiesHUD, MissionID) == 0x000298, "Member 'UCinematicMissionDailiesHUD::MissionID' has a wrong offset!"); \ static_assert(offsetof(UCinematicMissionDailiesHUD, bTotalFramesSet) == 0x0002A8, "Member 'UCinematicMissionDailiesHUD::bTotalFramesSet' has a wrong offset!"); \ static_assert(offsetof(UCinematicMissionDailiesHUD, bHasSceneRigBeenInitialized) == 0x0002A9, "Member 'UCinematicMissionDailiesHUD::bHasSceneRigBeenInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCleanNameToDisplayName \ static_assert(alignof(UCleanNameToDisplayName) == 0x000008, "Wrong alignment on UCleanNameToDisplayName"); \ static_assert(sizeof(UCleanNameToDisplayName) == 0x000080, "Wrong size on UCleanNameToDisplayName"); \ static_assert(offsetof(UCleanNameToDisplayName, CleanNameToDisplayNameMap) == 0x000030, "Member 'UCleanNameToDisplayName::CleanNameToDisplayNameMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Spell_IsDueling \ static_assert(alignof(UModFilter_DealDamage_Spell_IsDueling) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Spell_IsDueling"); \ static_assert(sizeof(UModFilter_DealDamage_Spell_IsDueling) == 0x000030, "Wrong size on UModFilter_DealDamage_Spell_IsDueling"); \ #define DUMPER7_ASSERTS_CharacterMount_Interface_SetClothTargetsEndDelegate \ static_assert(alignof(CharacterMount_Interface_SetClothTargetsEndDelegate) == 0x000004, "Wrong alignment on CharacterMount_Interface_SetClothTargetsEndDelegate"); \ static_assert(sizeof(CharacterMount_Interface_SetClothTargetsEndDelegate) == 0x000010, "Wrong size on CharacterMount_Interface_SetClothTargetsEndDelegate"); \ static_assert(offsetof(CharacterMount_Interface_SetClothTargetsEndDelegate, Delegate) == 0x000000, "Member 'CharacterMount_Interface_SetClothTargetsEndDelegate::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterMount_Interface_SetClothTargetsStartDelegate \ static_assert(alignof(CharacterMount_Interface_SetClothTargetsStartDelegate) == 0x000004, "Wrong alignment on CharacterMount_Interface_SetClothTargetsStartDelegate"); \ static_assert(sizeof(CharacterMount_Interface_SetClothTargetsStartDelegate) == 0x000010, "Wrong size on CharacterMount_Interface_SetClothTargetsStartDelegate"); \ static_assert(offsetof(CharacterMount_Interface_SetClothTargetsStartDelegate, Delegate) == 0x000000, "Member 'CharacterMount_Interface_SetClothTargetsStartDelegate::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICharacterMount_Interface \ static_assert(alignof(ICharacterMount_Interface) == 0x000001, "Wrong alignment on ICharacterMount_Interface"); \ static_assert(sizeof(ICharacterMount_Interface) == 0x000001, "Wrong size on ICharacterMount_Interface"); \ #define DUMPER7_ASSERTS_AEdurusPotionItemTool \ static_assert(alignof(AEdurusPotionItemTool) == 0x000008, "Wrong alignment on AEdurusPotionItemTool"); \ static_assert(sizeof(AEdurusPotionItemTool) == 0x0004D8, "Wrong size on AEdurusPotionItemTool"); \ static_assert(offsetof(AEdurusPotionItemTool, m_EdurusRockEffectAbilityTag) == 0x000488, "Member 'AEdurusPotionItemTool::m_EdurusRockEffectAbilityTag' has a wrong offset!"); \ static_assert(offsetof(AEdurusPotionItemTool, m_RelativeSpawnBoneName) == 0x000490, "Member 'AEdurusPotionItemTool::m_RelativeSpawnBoneName' has a wrong offset!"); \ static_assert(offsetof(AEdurusPotionItemTool, m_MinRockDamage) == 0x000498, "Member 'AEdurusPotionItemTool::m_MinRockDamage' has a wrong offset!"); \ static_assert(offsetof(AEdurusPotionItemTool, m_MaxRockDamage) == 0x00049C, "Member 'AEdurusPotionItemTool::m_MaxRockDamage' has a wrong offset!"); \ static_assert(offsetof(AEdurusPotionItemTool, m_EnemySeekRadius) == 0x0004A0, "Member 'AEdurusPotionItemTool::m_EnemySeekRadius' has a wrong offset!"); \ static_assert(offsetof(AEdurusPotionItemTool, ObjectTypes) == 0x0004A8, "Member 'AEdurusPotionItemTool::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(AEdurusPotionItemTool, m_MinDistFromOwner) == 0x0004B8, "Member 'AEdurusPotionItemTool::m_MinDistFromOwner' has a wrong offset!"); \ static_assert(offsetof(AEdurusPotionItemTool, m_MaxDistFromOwner) == 0x0004BC, "Member 'AEdurusPotionItemTool::m_MaxDistFromOwner' has a wrong offset!"); \ static_assert(offsetof(AEdurusPotionItemTool, m_MinRockLaunchTime) == 0x0004C0, "Member 'AEdurusPotionItemTool::m_MinRockLaunchTime' has a wrong offset!"); \ static_assert(offsetof(AEdurusPotionItemTool, m_MaxRockLaunchTime) == 0x0004C4, "Member 'AEdurusPotionItemTool::m_MaxRockLaunchTime' has a wrong offset!"); \ static_assert(offsetof(AEdurusPotionItemTool, m_MinNumRocks) == 0x0004C8, "Member 'AEdurusPotionItemTool::m_MinNumRocks' has a wrong offset!"); \ static_assert(offsetof(AEdurusPotionItemTool, m_MaxNumRocks) == 0x0004CC, "Member 'AEdurusPotionItemTool::m_MaxNumRocks' has a wrong offset!"); \ static_assert(offsetof(AEdurusPotionItemTool, m_RockMunition) == 0x0004D0, "Member 'AEdurusPotionItemTool::m_RockMunition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothInteractorBlueprintLibrary_EvaluateBoolClothInteractorValue \ static_assert(alignof(ClothInteractorBlueprintLibrary_EvaluateBoolClothInteractorValue) == 0x000004, "Wrong alignment on ClothInteractorBlueprintLibrary_EvaluateBoolClothInteractorValue"); \ static_assert(sizeof(ClothInteractorBlueprintLibrary_EvaluateBoolClothInteractorValue) == 0x00000C, "Wrong size on ClothInteractorBlueprintLibrary_EvaluateBoolClothInteractorValue"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateBoolClothInteractorValue, ClothInteractorValue) == 0x000000, "Member 'ClothInteractorBlueprintLibrary_EvaluateBoolClothInteractorValue::ClothInteractorValue' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateBoolClothInteractorValue, DefaultValue) == 0x000002, "Member 'ClothInteractorBlueprintLibrary_EvaluateBoolClothInteractorValue::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateBoolClothInteractorValue, BlendAlpha) == 0x000004, "Member 'ClothInteractorBlueprintLibrary_EvaluateBoolClothInteractorValue::BlendAlpha' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateBoolClothInteractorValue, ReturnValue) == 0x000008, "Member 'ClothInteractorBlueprintLibrary_EvaluateBoolClothInteractorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothInteractorBlueprintLibrary_EvaluateFloatClothInteractorValue \ static_assert(alignof(ClothInteractorBlueprintLibrary_EvaluateFloatClothInteractorValue) == 0x000004, "Wrong alignment on ClothInteractorBlueprintLibrary_EvaluateFloatClothInteractorValue"); \ static_assert(sizeof(ClothInteractorBlueprintLibrary_EvaluateFloatClothInteractorValue) == 0x000014, "Wrong size on ClothInteractorBlueprintLibrary_EvaluateFloatClothInteractorValue"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateFloatClothInteractorValue, ClothInteractorValue) == 0x000000, "Member 'ClothInteractorBlueprintLibrary_EvaluateFloatClothInteractorValue::ClothInteractorValue' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateFloatClothInteractorValue, DefaultValue) == 0x000008, "Member 'ClothInteractorBlueprintLibrary_EvaluateFloatClothInteractorValue::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateFloatClothInteractorValue, BlendAlpha) == 0x00000C, "Member 'ClothInteractorBlueprintLibrary_EvaluateFloatClothInteractorValue::BlendAlpha' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateFloatClothInteractorValue, ReturnValue) == 0x000010, "Member 'ClothInteractorBlueprintLibrary_EvaluateFloatClothInteractorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothInteractorBlueprintLibrary_EvaluateIntClothInteractorValue \ static_assert(alignof(ClothInteractorBlueprintLibrary_EvaluateIntClothInteractorValue) == 0x000004, "Wrong alignment on ClothInteractorBlueprintLibrary_EvaluateIntClothInteractorValue"); \ static_assert(sizeof(ClothInteractorBlueprintLibrary_EvaluateIntClothInteractorValue) == 0x000014, "Wrong size on ClothInteractorBlueprintLibrary_EvaluateIntClothInteractorValue"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateIntClothInteractorValue, ClothInteractorValue) == 0x000000, "Member 'ClothInteractorBlueprintLibrary_EvaluateIntClothInteractorValue::ClothInteractorValue' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateIntClothInteractorValue, DefaultValue) == 0x000008, "Member 'ClothInteractorBlueprintLibrary_EvaluateIntClothInteractorValue::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateIntClothInteractorValue, BlendAlpha) == 0x00000C, "Member 'ClothInteractorBlueprintLibrary_EvaluateIntClothInteractorValue::BlendAlpha' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateIntClothInteractorValue, ReturnValue) == 0x000010, "Member 'ClothInteractorBlueprintLibrary_EvaluateIntClothInteractorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothInteractorBlueprintLibrary_EvaluateVector2DClothInteractorValue \ static_assert(alignof(ClothInteractorBlueprintLibrary_EvaluateVector2DClothInteractorValue) == 0x000004, "Wrong alignment on ClothInteractorBlueprintLibrary_EvaluateVector2DClothInteractorValue"); \ static_assert(sizeof(ClothInteractorBlueprintLibrary_EvaluateVector2DClothInteractorValue) == 0x000020, "Wrong size on ClothInteractorBlueprintLibrary_EvaluateVector2DClothInteractorValue"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateVector2DClothInteractorValue, ClothInteractorValue) == 0x000000, "Member 'ClothInteractorBlueprintLibrary_EvaluateVector2DClothInteractorValue::ClothInteractorValue' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateVector2DClothInteractorValue, DefaultValue) == 0x00000C, "Member 'ClothInteractorBlueprintLibrary_EvaluateVector2DClothInteractorValue::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateVector2DClothInteractorValue, BlendAlpha) == 0x000014, "Member 'ClothInteractorBlueprintLibrary_EvaluateVector2DClothInteractorValue::BlendAlpha' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateVector2DClothInteractorValue, ReturnValue) == 0x000018, "Member 'ClothInteractorBlueprintLibrary_EvaluateVector2DClothInteractorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothInteractorBlueprintLibrary_EvaluateVectorClothInteractorValue \ static_assert(alignof(ClothInteractorBlueprintLibrary_EvaluateVectorClothInteractorValue) == 0x000004, "Wrong alignment on ClothInteractorBlueprintLibrary_EvaluateVectorClothInteractorValue"); \ static_assert(sizeof(ClothInteractorBlueprintLibrary_EvaluateVectorClothInteractorValue) == 0x00002C, "Wrong size on ClothInteractorBlueprintLibrary_EvaluateVectorClothInteractorValue"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateVectorClothInteractorValue, ClothInteractorValue) == 0x000000, "Member 'ClothInteractorBlueprintLibrary_EvaluateVectorClothInteractorValue::ClothInteractorValue' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateVectorClothInteractorValue, DefaultValue) == 0x000010, "Member 'ClothInteractorBlueprintLibrary_EvaluateVectorClothInteractorValue::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateVectorClothInteractorValue, BlendAlpha) == 0x00001C, "Member 'ClothInteractorBlueprintLibrary_EvaluateVectorClothInteractorValue::BlendAlpha' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_EvaluateVectorClothInteractorValue, ReturnValue) == 0x000020, "Member 'ClothInteractorBlueprintLibrary_EvaluateVectorClothInteractorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothInteractorBlueprintLibrary_GetChaosClothConfig \ static_assert(alignof(ClothInteractorBlueprintLibrary_GetChaosClothConfig) == 0x000008, "Wrong alignment on ClothInteractorBlueprintLibrary_GetChaosClothConfig"); \ static_assert(sizeof(ClothInteractorBlueprintLibrary_GetChaosClothConfig) == 0x000018, "Wrong size on ClothInteractorBlueprintLibrary_GetChaosClothConfig"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_GetChaosClothConfig, SkeletalMesh) == 0x000000, "Member 'ClothInteractorBlueprintLibrary_GetChaosClothConfig::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_GetChaosClothConfig, ChaosClothingInteractor) == 0x000008, "Member 'ClothInteractorBlueprintLibrary_GetChaosClothConfig::ChaosClothingInteractor' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_GetChaosClothConfig, ReturnValue) == 0x000010, "Member 'ClothInteractorBlueprintLibrary_GetChaosClothConfig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ClothInteractorBlueprintLibrary_GetChaosClothSharedSimConfig \ static_assert(alignof(ClothInteractorBlueprintLibrary_GetChaosClothSharedSimConfig) == 0x000008, "Wrong alignment on ClothInteractorBlueprintLibrary_GetChaosClothSharedSimConfig"); \ static_assert(sizeof(ClothInteractorBlueprintLibrary_GetChaosClothSharedSimConfig) == 0x000018, "Wrong size on ClothInteractorBlueprintLibrary_GetChaosClothSharedSimConfig"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_GetChaosClothSharedSimConfig, SkeletalMesh) == 0x000000, "Member 'ClothInteractorBlueprintLibrary_GetChaosClothSharedSimConfig::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_GetChaosClothSharedSimConfig, ChaosClothingInteractor) == 0x000008, "Member 'ClothInteractorBlueprintLibrary_GetChaosClothSharedSimConfig::ChaosClothingInteractor' has a wrong offset!"); \ static_assert(offsetof(ClothInteractorBlueprintLibrary_GetChaosClothSharedSimConfig, ReturnValue) == 0x000010, "Member 'ClothInteractorBlueprintLibrary_GetChaosClothSharedSimConfig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UClothInteractorBlueprintLibrary \ static_assert(alignof(UClothInteractorBlueprintLibrary) == 0x000008, "Wrong alignment on UClothInteractorBlueprintLibrary"); \ static_assert(sizeof(UClothInteractorBlueprintLibrary) == 0x000028, "Wrong size on UClothInteractorBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_Health \ static_assert(alignof(UCogGroupEvaluation_Health) == 0x000008, "Wrong alignment on UCogGroupEvaluation_Health"); \ static_assert(sizeof(UCogGroupEvaluation_Health) == 0x000038, "Wrong size on UCogGroupEvaluation_Health"); \ static_assert(offsetof(UCogGroupEvaluation_Health, HealthMin) == 0x000030, "Member 'UCogGroupEvaluation_Health::HealthMin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_Ally \ static_assert(alignof(UCogGroupEvaluation_Ally) == 0x000008, "Wrong alignment on UCogGroupEvaluation_Ally"); \ static_assert(sizeof(UCogGroupEvaluation_Ally) == 0x000038, "Wrong size on UCogGroupEvaluation_Ally"); \ static_assert(offsetof(UCogGroupEvaluation_Ally, bFailOnAllyInAdventureMode) == 0x000030, "Member 'UCogGroupEvaluation_Ally::bFailOnAllyInAdventureMode' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_Ally, bFailOnNonAllyInSocialMode) == 0x000031, "Member 'UCogGroupEvaluation_Ally::bFailOnNonAllyInSocialMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Reposition_InstanceQBUpdateData \ static_assert(alignof(UEnemy_Reposition_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_Reposition_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_Reposition_InstanceQBUpdateData) == 0x000040, "Wrong size on UEnemy_Reposition_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Instigator_IsDisillusioned \ static_assert(alignof(UModFilter_DealDamage_Instigator_IsDisillusioned) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Instigator_IsDisillusioned"); \ static_assert(sizeof(UModFilter_DealDamage_Instigator_IsDisillusioned) == 0x000030, "Wrong size on UModFilter_DealDamage_Instigator_IsDisillusioned"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_Companion \ static_assert(alignof(UCogGroupEvaluation_Companion) == 0x000008, "Wrong alignment on UCogGroupEvaluation_Companion"); \ static_assert(sizeof(UCogGroupEvaluation_Companion) == 0x000030, "Wrong size on UCogGroupEvaluation_Companion"); \ #define DUMPER7_ASSERTS_UDialogueLineRule \ static_assert(alignof(UDialogueLineRule) == 0x000008, "Wrong alignment on UDialogueLineRule"); \ static_assert(sizeof(UDialogueLineRule) == 0x000038, "Wrong size on UDialogueLineRule"); \ static_assert(offsetof(UDialogueLineRule, Enabled) == 0x000028, "Member 'UDialogueLineRule::Enabled' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule, CreateGroup) == 0x000029, "Member 'UDialogueLineRule::CreateGroup' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule, GroupName) == 0x00002C, "Member 'UDialogueLineRule::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_FacialEmotion \ static_assert(alignof(UDialogueLineRule_FacialEmotion) == 0x000008, "Wrong alignment on UDialogueLineRule_FacialEmotion"); \ static_assert(sizeof(UDialogueLineRule_FacialEmotion) == 0x000040, "Wrong size on UDialogueLineRule_FacialEmotion"); \ #define DUMPER7_ASSERTS_APhoenixCameraStackManager \ static_assert(alignof(APhoenixCameraStackManager) == 0x000010, "Wrong alignment on APhoenixCameraStackManager"); \ static_assert(sizeof(APhoenixCameraStackManager) == 0x003030, "Wrong size on APhoenixCameraStackManager"); \ static_assert(offsetof(APhoenixCameraStackManager, bEnableObjectFading) == 0x002E68, "Member 'APhoenixCameraStackManager::bEnableObjectFading' has a wrong offset!"); \ static_assert(offsetof(APhoenixCameraStackManager, ObjectFadeDuration) == 0x002E6C, "Member 'APhoenixCameraStackManager::ObjectFadeDuration' has a wrong offset!"); \ static_assert(offsetof(APhoenixCameraStackManager, MinObjectFadeOpacity) == 0x002E70, "Member 'APhoenixCameraStackManager::MinObjectFadeOpacity' has a wrong offset!"); \ static_assert(offsetof(APhoenixCameraStackManager, ObjectFadingProbeSize) == 0x002E74, "Member 'APhoenixCameraStackManager::ObjectFadingProbeSize' has a wrong offset!"); \ static_assert(offsetof(APhoenixCameraStackManager, MinFadeCameraDistanceToAvatar) == 0x002E78, "Member 'APhoenixCameraStackManager::MinFadeCameraDistanceToAvatar' has a wrong offset!"); \ static_assert(offsetof(APhoenixCameraStackManager, AvatarCapsuleRefRadius) == 0x002E7C, "Member 'APhoenixCameraStackManager::AvatarCapsuleRefRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_FOVSticky \ static_assert(alignof(UCogGroupEvaluation_FOVSticky) == 0x000008, "Wrong alignment on UCogGroupEvaluation_FOVSticky"); \ static_assert(sizeof(UCogGroupEvaluation_FOVSticky) == 0x000038, "Wrong size on UCogGroupEvaluation_FOVSticky"); \ static_assert(offsetof(UCogGroupEvaluation_FOVSticky, FOV) == 0x000030, "Member 'UCogGroupEvaluation_FOVSticky::FOV' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_FOVSticky, bAutoAcceptIfFootprintOverlap) == 0x000034, "Member 'UCogGroupEvaluation_FOVSticky::bAutoAcceptIfFootprintOverlap' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_FOVSticky, bUseTargetFootprintForFOV) == 0x000035, "Member 'UCogGroupEvaluation_FOVSticky::bUseTargetFootprintForFOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Instigator_IsEnemy \ static_assert(alignof(UModFilter_DealDamage_Instigator_IsEnemy) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Instigator_IsEnemy"); \ static_assert(sizeof(UModFilter_DealDamage_Instigator_IsEnemy) == 0x000030, "Wrong size on UModFilter_DealDamage_Instigator_IsEnemy"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_FOVFocused \ static_assert(alignof(UCogGroupEvaluation_FOVFocused) == 0x000008, "Wrong alignment on UCogGroupEvaluation_FOVFocused"); \ static_assert(sizeof(UCogGroupEvaluation_FOVFocused) == 0x000040, "Wrong size on UCogGroupEvaluation_FOVFocused"); \ static_assert(offsetof(UCogGroupEvaluation_FOVFocused, NotFocusedMultiplier) == 0x000038, "Member 'UCogGroupEvaluation_FOVFocused::NotFocusedMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_FOVFocused, ScreenBorder) == 0x00003C, "Member 'UCogGroupEvaluation_FOVFocused::ScreenBorder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_SecondOrder_FOVSticky \ static_assert(alignof(UCogGroupEvaluation_SecondOrder_FOVSticky) == 0x000008, "Wrong alignment on UCogGroupEvaluation_SecondOrder_FOVSticky"); \ static_assert(sizeof(UCogGroupEvaluation_SecondOrder_FOVSticky) == 0x000028, "Wrong size on UCogGroupEvaluation_SecondOrder_FOVSticky"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_StairsSpline \ static_assert(alignof(UCogGroupEvaluation_StairsSpline) == 0x000008, "Wrong alignment on UCogGroupEvaluation_StairsSpline"); \ static_assert(sizeof(UCogGroupEvaluation_StairsSpline) == 0x000038, "Wrong size on UCogGroupEvaluation_StairsSpline"); \ static_assert(offsetof(UCogGroupEvaluation_StairsSpline, MaxAngleIntoSpline) == 0x000030, "Member 'UCogGroupEvaluation_StairsSpline::MaxAngleIntoSpline' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_StairsSpline, MaxDistanceFromSpline) == 0x000034, "Member 'UCogGroupEvaluation_StairsSpline::MaxDistanceFromSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_SocialGreetScore \ static_assert(alignof(UEnvQueryTest_SocialGreetScore) == 0x000008, "Wrong alignment on UEnvQueryTest_SocialGreetScore"); \ static_assert(sizeof(UEnvQueryTest_SocialGreetScore) == 0x0001F8, "Wrong size on UEnvQueryTest_SocialGreetScore"); \ #define DUMPER7_ASSERTS_LumosSpellTool_GetLumosDebug \ static_assert(alignof(LumosSpellTool_GetLumosDebug) == 0x000004, "Wrong alignment on LumosSpellTool_GetLumosDebug"); \ static_assert(sizeof(LumosSpellTool_GetLumosDebug) == 0x000004, "Wrong size on LumosSpellTool_GetLumosDebug"); \ static_assert(offsetof(LumosSpellTool_GetLumosDebug, ReturnValue) == 0x000000, "Member 'LumosSpellTool_GetLumosDebug::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosSpellTool_GetLumosLevelIntensityFactor \ static_assert(alignof(LumosSpellTool_GetLumosLevelIntensityFactor) == 0x000004, "Wrong alignment on LumosSpellTool_GetLumosLevelIntensityFactor"); \ static_assert(sizeof(LumosSpellTool_GetLumosLevelIntensityFactor) == 0x000004, "Wrong size on LumosSpellTool_GetLumosLevelIntensityFactor"); \ static_assert(offsetof(LumosSpellTool_GetLumosLevelIntensityFactor, ReturnValue) == 0x000000, "Member 'LumosSpellTool_GetLumosLevelIntensityFactor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosSpellTool_GetLumosVolumetricScatteringIntensity \ static_assert(alignof(LumosSpellTool_GetLumosVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on LumosSpellTool_GetLumosVolumetricScatteringIntensity"); \ static_assert(sizeof(LumosSpellTool_GetLumosVolumetricScatteringIntensity) == 0x000004, "Wrong size on LumosSpellTool_GetLumosVolumetricScatteringIntensity"); \ static_assert(offsetof(LumosSpellTool_GetLumosVolumetricScatteringIntensity, ReturnValue) == 0x000000, "Member 'LumosSpellTool_GetLumosVolumetricScatteringIntensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosSpellTool_SetLumosLevelSettings \ static_assert(alignof(LumosSpellTool_SetLumosLevelSettings) == 0x000004, "Wrong alignment on LumosSpellTool_SetLumosLevelSettings"); \ static_assert(sizeof(LumosSpellTool_SetLumosLevelSettings) == 0x00000C, "Wrong size on LumosSpellTool_SetLumosLevelSettings"); \ static_assert(offsetof(LumosSpellTool_SetLumosLevelSettings, Intensity) == 0x000000, "Member 'LumosSpellTool_SetLumosLevelSettings::Intensity' has a wrong offset!"); \ static_assert(offsetof(LumosSpellTool_SetLumosLevelSettings, Radius) == 0x000004, "Member 'LumosSpellTool_SetLumosLevelSettings::Radius' has a wrong offset!"); \ static_assert(offsetof(LumosSpellTool_SetLumosLevelSettings, MinDistance) == 0x000008, "Member 'LumosSpellTool_SetLumosLevelSettings::MinDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosSpellTool_SetLumosLevelSettingsNew \ static_assert(alignof(LumosSpellTool_SetLumosLevelSettingsNew) == 0x000004, "Wrong alignment on LumosSpellTool_SetLumosLevelSettingsNew"); \ static_assert(sizeof(LumosSpellTool_SetLumosLevelSettingsNew) == 0x00000C, "Wrong size on LumosSpellTool_SetLumosLevelSettingsNew"); \ static_assert(offsetof(LumosSpellTool_SetLumosLevelSettingsNew, IntensityFactor) == 0x000000, "Member 'LumosSpellTool_SetLumosLevelSettingsNew::IntensityFactor' has a wrong offset!"); \ static_assert(offsetof(LumosSpellTool_SetLumosLevelSettingsNew, Radius) == 0x000004, "Member 'LumosSpellTool_SetLumosLevelSettingsNew::Radius' has a wrong offset!"); \ static_assert(offsetof(LumosSpellTool_SetLumosLevelSettingsNew, MinDistance) == 0x000008, "Member 'LumosSpellTool_SetLumosLevelSettingsNew::MinDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosSpellTool_SetLumosVolumetricScatteringIntensity \ static_assert(alignof(LumosSpellTool_SetLumosVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on LumosSpellTool_SetLumosVolumetricScatteringIntensity"); \ static_assert(sizeof(LumosSpellTool_SetLumosVolumetricScatteringIntensity) == 0x000004, "Wrong size on LumosSpellTool_SetLumosVolumetricScatteringIntensity"); \ static_assert(offsetof(LumosSpellTool_SetLumosVolumetricScatteringIntensity, Intensity) == 0x000000, "Member 'LumosSpellTool_SetLumosVolumetricScatteringIntensity::Intensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosSpellTool_ActivateLumos \ static_assert(alignof(LumosSpellTool_ActivateLumos) == 0x000008, "Wrong alignment on LumosSpellTool_ActivateLumos"); \ static_assert(sizeof(LumosSpellTool_ActivateLumos) == 0x000010, "Wrong size on LumosSpellTool_ActivateLumos"); \ static_assert(offsetof(LumosSpellTool_ActivateLumos, Priority) == 0x000000, "Member 'LumosSpellTool_ActivateLumos::Priority' has a wrong offset!"); \ static_assert(offsetof(LumosSpellTool_ActivateLumos, InInstigator) == 0x000008, "Member 'LumosSpellTool_ActivateLumos::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosSpellTool_DeactivateLumos \ static_assert(alignof(LumosSpellTool_DeactivateLumos) == 0x000008, "Wrong alignment on LumosSpellTool_DeactivateLumos"); \ static_assert(sizeof(LumosSpellTool_DeactivateLumos) == 0x000010, "Wrong size on LumosSpellTool_DeactivateLumos"); \ static_assert(offsetof(LumosSpellTool_DeactivateLumos, Priority) == 0x000000, "Member 'LumosSpellTool_DeactivateLumos::Priority' has a wrong offset!"); \ static_assert(offsetof(LumosSpellTool_DeactivateLumos, InInstigator) == 0x000008, "Member 'LumosSpellTool_DeactivateLumos::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosSpellTool_GetLumosActor \ static_assert(alignof(LumosSpellTool_GetLumosActor) == 0x000008, "Wrong alignment on LumosSpellTool_GetLumosActor"); \ static_assert(sizeof(LumosSpellTool_GetLumosActor) == 0x000008, "Wrong size on LumosSpellTool_GetLumosActor"); \ static_assert(offsetof(LumosSpellTool_GetLumosActor, ReturnValue) == 0x000000, "Member 'LumosSpellTool_GetLumosActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosSpellTool_IsLumosActive \ static_assert(alignof(LumosSpellTool_IsLumosActive) == 0x000001, "Wrong alignment on LumosSpellTool_IsLumosActive"); \ static_assert(sizeof(LumosSpellTool_IsLumosActive) == 0x000001, "Wrong size on LumosSpellTool_IsLumosActive"); \ static_assert(offsetof(LumosSpellTool_IsLumosActive, ReturnValue) == 0x000000, "Member 'LumosSpellTool_IsLumosActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosSpellTool_TurnOffLumos \ static_assert(alignof(LumosSpellTool_TurnOffLumos) == 0x000008, "Wrong alignment on LumosSpellTool_TurnOffLumos"); \ static_assert(sizeof(LumosSpellTool_TurnOffLumos) == 0x000008, "Wrong size on LumosSpellTool_TurnOffLumos"); \ static_assert(offsetof(LumosSpellTool_TurnOffLumos, i_caller) == 0x000000, "Member 'LumosSpellTool_TurnOffLumos::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALumosSpellTool \ static_assert(alignof(ALumosSpellTool) == 0x000008, "Wrong alignment on ALumosSpellTool"); \ static_assert(sizeof(ALumosSpellTool) == 0x000A58, "Wrong size on ALumosSpellTool"); \ static_assert(offsetof(ALumosSpellTool, LevelDataArray) == 0x000960, "Member 'ALumosSpellTool::LevelDataArray' has a wrong offset!"); \ static_assert(offsetof(ALumosSpellTool, LumosActorClass) == 0x000970, "Member 'ALumosSpellTool::LumosActorClass' has a wrong offset!"); \ static_assert(offsetof(ALumosSpellTool, LumosScalabilitySettings) == 0x000978, "Member 'ALumosSpellTool::LumosScalabilitySettings' has a wrong offset!"); \ static_assert(offsetof(ALumosSpellTool, IgnoreActorList) == 0x000980, "Member 'ALumosSpellTool::IgnoreActorList' has a wrong offset!"); \ static_assert(offsetof(ALumosSpellTool, ObjectNearVolume) == 0x000990, "Member 'ALumosSpellTool::ObjectNearVolume' has a wrong offset!"); \ static_assert(offsetof(ALumosSpellTool, ObjectNearTime) == 0x000994, "Member 'ALumosSpellTool::ObjectNearTime' has a wrong offset!"); \ static_assert(offsetof(ALumosSpellTool, InterpTimeMS) == 0x000998, "Member 'ALumosSpellTool::InterpTimeMS' has a wrong offset!"); \ static_assert(offsetof(ALumosSpellTool, CollisionQueryOffset) == 0x00099C, "Member 'ALumosSpellTool::CollisionQueryOffset' has a wrong offset!"); \ static_assert(offsetof(ALumosSpellTool, LumosMotionStartFX) == 0x0009A8, "Member 'ALumosSpellTool::LumosMotionStartFX' has a wrong offset!"); \ static_assert(offsetof(ALumosSpellTool, LumosMotionStopFX) == 0x0009B0, "Member 'ALumosSpellTool::LumosMotionStopFX' has a wrong offset!"); \ static_assert(offsetof(ALumosSpellTool, LumosActor) == 0x0009C0, "Member 'ALumosSpellTool::LumosActor' has a wrong offset!"); \ static_assert(offsetof(ALumosSpellTool, LastLumosActor) == 0x0009C8, "Member 'ALumosSpellTool::LastLumosActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_SecondOrder_SocialMode \ static_assert(alignof(UCogGroupEvaluation_SecondOrder_SocialMode) == 0x000008, "Wrong alignment on UCogGroupEvaluation_SecondOrder_SocialMode"); \ static_assert(sizeof(UCogGroupEvaluation_SecondOrder_SocialMode) == 0x000030, "Wrong size on UCogGroupEvaluation_SecondOrder_SocialMode"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_ModeDistance \ static_assert(alignof(UCogGroupEvaluation_ModeDistance) == 0x000008, "Wrong alignment on UCogGroupEvaluation_ModeDistance"); \ static_assert(sizeof(UCogGroupEvaluation_ModeDistance) == 0x000040, "Wrong size on UCogGroupEvaluation_ModeDistance"); \ static_assert(offsetof(UCogGroupEvaluation_ModeDistance, PriorityNearDistance) == 0x000038, "Member 'UCogGroupEvaluation_ModeDistance::PriorityNearDistance' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_ModeDistance, PriorityFarDistance) == 0x00003C, "Member 'UCogGroupEvaluation_ModeDistance::PriorityFarDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEphemerisActor \ static_assert(alignof(AEphemerisActor) == 0x000008, "Wrong alignment on AEphemerisActor"); \ static_assert(sizeof(AEphemerisActor) == 0x000248, "Wrong size on AEphemerisActor"); \ #define DUMPER7_ASSERTS_UPhoenixMMDebugCommandManager \ static_assert(alignof(UPhoenixMMDebugCommandManager) == 0x000008, "Wrong alignment on UPhoenixMMDebugCommandManager"); \ static_assert(sizeof(UPhoenixMMDebugCommandManager) == 0x000070, "Wrong size on UPhoenixMMDebugCommandManager"); \ static_assert(offsetof(UPhoenixMMDebugCommandManager, CommandClasses) == 0x000060, "Member 'UPhoenixMMDebugCommandManager::CommandClasses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_SecondOrder_LOSStation \ static_assert(alignof(UCogGroupEvaluation_SecondOrder_LOSStation) == 0x000008, "Wrong alignment on UCogGroupEvaluation_SecondOrder_LOSStation"); \ static_assert(sizeof(UCogGroupEvaluation_SecondOrder_LOSStation) == 0x000028, "Wrong size on UCogGroupEvaluation_SecondOrder_LOSStation"); \ #define DUMPER7_ASSERTS_USceneAction_LumosDynamicScalability \ static_assert(alignof(USceneAction_LumosDynamicScalability) == 0x000008, "Wrong alignment on USceneAction_LumosDynamicScalability"); \ static_assert(sizeof(USceneAction_LumosDynamicScalability) == 0x000088, "Wrong size on USceneAction_LumosDynamicScalability"); \ #define DUMPER7_ASSERTS_USceneAction_LumosDynamicScalabilityOverride \ static_assert(alignof(USceneAction_LumosDynamicScalabilityOverride) == 0x000008, "Wrong alignment on USceneAction_LumosDynamicScalabilityOverride"); \ static_assert(sizeof(USceneAction_LumosDynamicScalabilityOverride) == 0x000090, "Wrong size on USceneAction_LumosDynamicScalabilityOverride"); \ static_assert(offsetof(USceneAction_LumosDynamicScalabilityOverride, ScalabilityOverride) == 0x000088, "Member 'USceneAction_LumosDynamicScalabilityOverride::ScalabilityOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_SecondOrder_ExclusiveWithInteractionTarget \ static_assert(alignof(UCogGroupEvaluation_SecondOrder_ExclusiveWithInteractionTarget) == 0x000008, "Wrong alignment on UCogGroupEvaluation_SecondOrder_ExclusiveWithInteractionTarget"); \ static_assert(sizeof(UCogGroupEvaluation_SecondOrder_ExclusiveWithInteractionTarget) == 0x000028, "Wrong size on UCogGroupEvaluation_SecondOrder_ExclusiveWithInteractionTarget"); \ #define DUMPER7_ASSERTS_UCogGroupFocusDirection_MovementCameraHybrid \ static_assert(alignof(UCogGroupFocusDirection_MovementCameraHybrid) == 0x000008, "Wrong alignment on UCogGroupFocusDirection_MovementCameraHybrid"); \ static_assert(sizeof(UCogGroupFocusDirection_MovementCameraHybrid) == 0x000030, "Wrong size on UCogGroupFocusDirection_MovementCameraHybrid"); \ static_assert(offsetof(UCogGroupFocusDirection_MovementCameraHybrid, bRequiredCameraMovementToUseCameraFocus) == 0x000028, "Member 'UCogGroupFocusDirection_MovementCameraHybrid::bRequiredCameraMovementToUseCameraFocus' has a wrong offset!"); \ static_assert(offsetof(UCogGroupFocusDirection_MovementCameraHybrid, bCameraDirectionHasPriority) == 0x000029, "Member 'UCogGroupFocusDirection_MovementCameraHybrid::bCameraDirectionHasPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupUpDirection_CameraWithPitchOffset \ static_assert(alignof(UCogGroupUpDirection_CameraWithPitchOffset) == 0x000008, "Wrong alignment on UCogGroupUpDirection_CameraWithPitchOffset"); \ static_assert(sizeof(UCogGroupUpDirection_CameraWithPitchOffset) == 0x000028, "Wrong size on UCogGroupUpDirection_CameraWithPitchOffset"); \ #define DUMPER7_ASSERTS_UDoorBoxComponent \ static_assert(alignof(UDoorBoxComponent) == 0x000010, "Wrong alignment on UDoorBoxComponent"); \ static_assert(sizeof(UDoorBoxComponent) == 0x0004B0, "Wrong size on UDoorBoxComponent"); \ #define DUMPER7_ASSERTS_UCogGroupUpDirection_MovementCameraHybrid \ static_assert(alignof(UCogGroupUpDirection_MovementCameraHybrid) == 0x000008, "Wrong alignment on UCogGroupUpDirection_MovementCameraHybrid"); \ static_assert(sizeof(UCogGroupUpDirection_MovementCameraHybrid) == 0x000028, "Wrong size on UCogGroupUpDirection_MovementCameraHybrid"); \ #define DUMPER7_ASSERTS_USpiderSpawn_AttackExtraData \ static_assert(alignof(USpiderSpawn_AttackExtraData) == 0x000008, "Wrong alignment on USpiderSpawn_AttackExtraData"); \ static_assert(sizeof(USpiderSpawn_AttackExtraData) == 0x000048, "Wrong size on USpiderSpawn_AttackExtraData"); \ static_assert(offsetof(USpiderSpawn_AttackExtraData, MinSpawn) == 0x000028, "Member 'USpiderSpawn_AttackExtraData::MinSpawn' has a wrong offset!"); \ static_assert(offsetof(USpiderSpawn_AttackExtraData, MaxSpawn) == 0x00002C, "Member 'USpiderSpawn_AttackExtraData::MaxSpawn' has a wrong offset!"); \ static_assert(offsetof(USpiderSpawn_AttackExtraData, MinToAttack) == 0x000030, "Member 'USpiderSpawn_AttackExtraData::MinToAttack' has a wrong offset!"); \ static_assert(offsetof(USpiderSpawn_AttackExtraData, TotalSpawn) == 0x000034, "Member 'USpiderSpawn_AttackExtraData::TotalSpawn' has a wrong offset!"); \ static_assert(offsetof(USpiderSpawn_AttackExtraData, SpawnEligibleWaitTime) == 0x000038, "Member 'USpiderSpawn_AttackExtraData::SpawnEligibleWaitTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USummonReinforcements_AttackExtraData \ static_assert(alignof(USummonReinforcements_AttackExtraData) == 0x000008, "Wrong alignment on USummonReinforcements_AttackExtraData"); \ static_assert(sizeof(USummonReinforcements_AttackExtraData) == 0x000088, "Wrong size on USummonReinforcements_AttackExtraData"); \ static_assert(offsetof(USummonReinforcements_AttackExtraData, SpawnObjectName) == 0x000028, "Member 'USummonReinforcements_AttackExtraData::SpawnObjectName' has a wrong offset!"); \ static_assert(offsetof(USummonReinforcements_AttackExtraData, SpawnType) == 0x000038, "Member 'USummonReinforcements_AttackExtraData::SpawnType' has a wrong offset!"); \ static_assert(offsetof(USummonReinforcements_AttackExtraData, InitialWaitTime) == 0x00003C, "Member 'USummonReinforcements_AttackExtraData::InitialWaitTime' has a wrong offset!"); \ static_assert(offsetof(USummonReinforcements_AttackExtraData, ReinCooldownWaitTime) == 0x000040, "Member 'USummonReinforcements_AttackExtraData::ReinCooldownWaitTime' has a wrong offset!"); \ static_assert(offsetof(USummonReinforcements_AttackExtraData, ReinMinTeamCount) == 0x000044, "Member 'USummonReinforcements_AttackExtraData::ReinMinTeamCount' has a wrong offset!"); \ static_assert(offsetof(USummonReinforcements_AttackExtraData, MinReinforcementCount) == 0x000048, "Member 'USummonReinforcements_AttackExtraData::MinReinforcementCount' has a wrong offset!"); \ static_assert(offsetof(USummonReinforcements_AttackExtraData, MaxReinforcementCount) == 0x00004C, "Member 'USummonReinforcements_AttackExtraData::MaxReinforcementCount' has a wrong offset!"); \ static_assert(offsetof(USummonReinforcements_AttackExtraData, GlobalMaxReinCount) == 0x000050, "Member 'USummonReinforcements_AttackExtraData::GlobalMaxReinCount' has a wrong offset!"); \ static_assert(offsetof(USummonReinforcements_AttackExtraData, SpawnRadius) == 0x000054, "Member 'USummonReinforcements_AttackExtraData::SpawnRadius' has a wrong offset!"); \ static_assert(offsetof(USummonReinforcements_AttackExtraData, MinDelayTime) == 0x000058, "Member 'USummonReinforcements_AttackExtraData::MinDelayTime' has a wrong offset!"); \ static_assert(offsetof(USummonReinforcements_AttackExtraData, MaxDelayTime) == 0x00005C, "Member 'USummonReinforcements_AttackExtraData::MaxDelayTime' has a wrong offset!"); \ static_assert(offsetof(USummonReinforcements_AttackExtraData, bStaggerAttack) == 0x000060, "Member 'USummonReinforcements_AttackExtraData::bStaggerAttack' has a wrong offset!"); \ static_assert(offsetof(USummonReinforcements_AttackExtraData, MinStaggerTime) == 0x000064, "Member 'USummonReinforcements_AttackExtraData::MinStaggerTime' has a wrong offset!"); \ static_assert(offsetof(USummonReinforcements_AttackExtraData, MaxStaggerTime) == 0x000068, "Member 'USummonReinforcements_AttackExtraData::MaxStaggerTime' has a wrong offset!"); \ static_assert(offsetof(USummonReinforcements_AttackExtraData, bDoDebugDraw) == 0x00006C, "Member 'USummonReinforcements_AttackExtraData::bDoDebugDraw' has a wrong offset!"); \ static_assert(offsetof(USummonReinforcements_AttackExtraData, bForceThisAttack) == 0x00006D, "Member 'USummonReinforcements_AttackExtraData::bForceThisAttack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixForceFeedbackComponent_SetCadenceMultiplier \ static_assert(alignof(PhoenixForceFeedbackComponent_SetCadenceMultiplier) == 0x000004, "Wrong alignment on PhoenixForceFeedbackComponent_SetCadenceMultiplier"); \ static_assert(sizeof(PhoenixForceFeedbackComponent_SetCadenceMultiplier) == 0x000004, "Wrong size on PhoenixForceFeedbackComponent_SetCadenceMultiplier"); \ static_assert(offsetof(PhoenixForceFeedbackComponent_SetCadenceMultiplier, NewCadenceMultiplier) == 0x000000, "Member 'PhoenixForceFeedbackComponent_SetCadenceMultiplier::NewCadenceMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixForceFeedbackComponent \ static_assert(alignof(UPhoenixForceFeedbackComponent) == 0x000010, "Wrong alignment on UPhoenixForceFeedbackComponent"); \ static_assert(sizeof(UPhoenixForceFeedbackComponent) == 0x000300, "Wrong size on UPhoenixForceFeedbackComponent"); \ static_assert(offsetof(UPhoenixForceFeedbackComponent, CadenceMultiplier) == 0x0002F8, "Member 'UPhoenixForceFeedbackComponent::CadenceMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCombatChallengeResultsBase \ static_assert(alignof(UCombatChallengeResultsBase) == 0x000008, "Wrong alignment on UCombatChallengeResultsBase"); \ static_assert(sizeof(UCombatChallengeResultsBase) == 0x000388, "Wrong size on UCombatChallengeResultsBase"); \ static_assert(offsetof(UCombatChallengeResultsBase, TitleText) == 0x000370, "Member 'UCombatChallengeResultsBase::TitleText' has a wrong offset!"); \ static_assert(offsetof(UCombatChallengeResultsBase, ResultIsAVictory) == 0x000380, "Member 'UCombatChallengeResultsBase::ResultIsAVictory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LODActorRotationManager_CheckAnyActorRefValid \ static_assert(alignof(LODActorRotationManager_CheckAnyActorRefValid) == 0x000008, "Wrong alignment on LODActorRotationManager_CheckAnyActorRefValid"); \ static_assert(sizeof(LODActorRotationManager_CheckAnyActorRefValid) == 0x000018, "Wrong size on LODActorRotationManager_CheckAnyActorRefValid"); \ static_assert(offsetof(LODActorRotationManager_CheckAnyActorRefValid, ActorRefList) == 0x000000, "Member 'LODActorRotationManager_CheckAnyActorRefValid::ActorRefList' has a wrong offset!"); \ static_assert(offsetof(LODActorRotationManager_CheckAnyActorRefValid, bTrue) == 0x000010, "Member 'LODActorRotationManager_CheckAnyActorRefValid::bTrue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LODActorRotationManager_CheckLOD0ActorRefValid \ static_assert(alignof(LODActorRotationManager_CheckLOD0ActorRefValid) == 0x000008, "Wrong alignment on LODActorRotationManager_CheckLOD0ActorRefValid"); \ static_assert(sizeof(LODActorRotationManager_CheckLOD0ActorRefValid) == 0x000030, "Wrong size on LODActorRotationManager_CheckLOD0ActorRefValid"); \ static_assert(offsetof(LODActorRotationManager_CheckLOD0ActorRefValid, ActorRef) == 0x000000, "Member 'LODActorRotationManager_CheckLOD0ActorRefValid::ActorRef' has a wrong offset!"); \ static_assert(offsetof(LODActorRotationManager_CheckLOD0ActorRefValid, bTrue) == 0x000028, "Member 'LODActorRotationManager_CheckLOD0ActorRefValid::bTrue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LODActorRotationManager_FilterValidActorRef \ static_assert(alignof(LODActorRotationManager_FilterValidActorRef) == 0x000008, "Wrong alignment on LODActorRotationManager_FilterValidActorRef"); \ static_assert(sizeof(LODActorRotationManager_FilterValidActorRef) == 0x000020, "Wrong size on LODActorRotationManager_FilterValidActorRef"); \ static_assert(offsetof(LODActorRotationManager_FilterValidActorRef, ActorRefList) == 0x000000, "Member 'LODActorRotationManager_FilterValidActorRef::ActorRefList' has a wrong offset!"); \ static_assert(offsetof(LODActorRotationManager_FilterValidActorRef, ReturnValue) == 0x000010, "Member 'LODActorRotationManager_FilterValidActorRef::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALODActorRotationManager \ static_assert(alignof(ALODActorRotationManager) == 0x000008, "Wrong alignment on ALODActorRotationManager"); \ static_assert(sizeof(ALODActorRotationManager) == 0x000248, "Wrong size on ALODActorRotationManager"); \ #define DUMPER7_ASSERTS_UCombatCursedComponent \ static_assert(alignof(UCombatCursedComponent) == 0x000008, "Wrong alignment on UCombatCursedComponent"); \ static_assert(sizeof(UCombatCursedComponent) == 0x0001D8, "Wrong size on UCombatCursedComponent"); \ static_assert(offsetof(UCombatCursedComponent, Data) == 0x000198, "Member 'UCombatCursedComponent::Data' has a wrong offset!"); \ static_assert(offsetof(UCombatCursedComponent, ModAdded) == 0x0001C8, "Member 'UCombatCursedComponent::ModAdded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDuel_Manager \ static_assert(alignof(UDuel_Manager) == 0x000008, "Wrong alignment on UDuel_Manager"); \ static_assert(sizeof(UDuel_Manager) == 0x0001D0, "Wrong size on UDuel_Manager"); \ #define DUMPER7_ASSERTS_UCombatDOVCollection \ static_assert(alignof(UCombatDOVCollection) == 0x000008, "Wrong alignment on UCombatDOVCollection"); \ static_assert(sizeof(UCombatDOVCollection) == 0x000210, "Wrong size on UCombatDOVCollection"); \ static_assert(offsetof(UCombatDOVCollection, IncludedDynamicObjectVolumes) == 0x000028, "Member 'UCombatDOVCollection::IncludedDynamicObjectVolumes' has a wrong offset!"); \ static_assert(offsetof(UCombatDOVCollection, IncludedEncounterVolumes) == 0x000078, "Member 'UCombatDOVCollection::IncludedEncounterVolumes' has a wrong offset!"); \ static_assert(offsetof(UCombatDOVCollection, ExcludedDynamicObjectVolumes) == 0x0000C8, "Member 'UCombatDOVCollection::ExcludedDynamicObjectVolumes' has a wrong offset!"); \ static_assert(offsetof(UCombatDOVCollection, ExcludedEncounterVolumes) == 0x000118, "Member 'UCombatDOVCollection::ExcludedEncounterVolumes' has a wrong offset!"); \ static_assert(offsetof(UCombatDOVCollection, ResolvedDOVCollection) == 0x000168, "Member 'UCombatDOVCollection::ResolvedDOVCollection' has a wrong offset!"); \ static_assert(offsetof(UCombatDOVCollection, UnrestrictedResolvedDOVCollection) == 0x0001B8, "Member 'UCombatDOVCollection::UnrestrictedResolvedDOVCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_BroadcastWeapon_AnimEvent \ static_assert(alignof(EnemyAIWeapon_BroadcastWeapon_AnimEvent) == 0x000004, "Wrong alignment on EnemyAIWeapon_BroadcastWeapon_AnimEvent"); \ static_assert(sizeof(EnemyAIWeapon_BroadcastWeapon_AnimEvent) == 0x000008, "Wrong size on EnemyAIWeapon_BroadcastWeapon_AnimEvent"); \ static_assert(offsetof(EnemyAIWeapon_BroadcastWeapon_AnimEvent, InName) == 0x000000, "Member 'EnemyAIWeapon_BroadcastWeapon_AnimEvent::InName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_BroadcastWeaponEvent \ static_assert(alignof(EnemyAIWeapon_BroadcastWeaponEvent) == 0x000001, "Wrong alignment on EnemyAIWeapon_BroadcastWeaponEvent"); \ static_assert(sizeof(EnemyAIWeapon_BroadcastWeaponEvent) == 0x000001, "Wrong size on EnemyAIWeapon_BroadcastWeaponEvent"); \ static_assert(offsetof(EnemyAIWeapon_BroadcastWeaponEvent, InEvent) == 0x000000, "Member 'EnemyAIWeapon_BroadcastWeaponEvent::InEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_DoDisarmOnOwner \ static_assert(alignof(EnemyAIWeapon_DoDisarmOnOwner) == 0x000008, "Wrong alignment on EnemyAIWeapon_DoDisarmOnOwner"); \ static_assert(sizeof(EnemyAIWeapon_DoDisarmOnOwner) == 0x000020, "Wrong size on EnemyAIWeapon_DoDisarmOnOwner"); \ static_assert(offsetof(EnemyAIWeapon_DoDisarmOnOwner, HitDirection) == 0x000000, "Member 'EnemyAIWeapon_DoDisarmOnOwner::HitDirection' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_DoDisarmOnOwner, InInstigator) == 0x000010, "Member 'EnemyAIWeapon_DoDisarmOnOwner::InInstigator' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_DoDisarmOnOwner, ReturnValue) == 0x000018, "Member 'EnemyAIWeapon_DoDisarmOnOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_EnablePhysicsSimEvent \ static_assert(alignof(EnemyAIWeapon_EnablePhysicsSimEvent) == 0x000001, "Wrong alignment on EnemyAIWeapon_EnablePhysicsSimEvent"); \ static_assert(sizeof(EnemyAIWeapon_EnablePhysicsSimEvent) == 0x000001, "Wrong size on EnemyAIWeapon_EnablePhysicsSimEvent"); \ static_assert(offsetof(EnemyAIWeapon_EnablePhysicsSimEvent, bEnable) == 0x000000, "Member 'EnemyAIWeapon_EnablePhysicsSimEvent::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_EnableTrackPoints \ static_assert(alignof(EnemyAIWeapon_EnableTrackPoints) == 0x000001, "Wrong alignment on EnemyAIWeapon_EnableTrackPoints"); \ static_assert(sizeof(EnemyAIWeapon_EnableTrackPoints) == 0x000001, "Wrong size on EnemyAIWeapon_EnableTrackPoints"); \ static_assert(offsetof(EnemyAIWeapon_EnableTrackPoints, bEnable) == 0x000000, "Member 'EnemyAIWeapon_EnableTrackPoints::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_FireAtTarget \ static_assert(alignof(EnemyAIWeapon_FireAtTarget) == 0x000008, "Wrong alignment on EnemyAIWeapon_FireAtTarget"); \ static_assert(sizeof(EnemyAIWeapon_FireAtTarget) == 0x000028, "Wrong size on EnemyAIWeapon_FireAtTarget"); \ static_assert(offsetof(EnemyAIWeapon_FireAtTarget, TargetPtr) == 0x000000, "Member 'EnemyAIWeapon_FireAtTarget::TargetPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_FireAtTarget, WeaponOwnerPtr) == 0x000008, "Member 'EnemyAIWeapon_FireAtTarget::WeaponOwnerPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_FireAtTarget, AccuracyOffset) == 0x000010, "Member 'EnemyAIWeapon_FireAtTarget::AccuracyOffset' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_FireAtTarget, InDamage) == 0x000014, "Member 'EnemyAIWeapon_FireAtTarget::InDamage' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_FireAtTarget, OverrideSpeed) == 0x000018, "Member 'EnemyAIWeapon_FireAtTarget::OverrideSpeed' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_FireAtTarget, ReturnValue) == 0x000020, "Member 'EnemyAIWeapon_FireAtTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_FireWeaponAOEMunition \ static_assert(alignof(EnemyAIWeapon_FireWeaponAOEMunition) == 0x000008, "Wrong alignment on EnemyAIWeapon_FireWeaponAOEMunition"); \ static_assert(sizeof(EnemyAIWeapon_FireWeaponAOEMunition) == 0x000058, "Wrong size on EnemyAIWeapon_FireWeaponAOEMunition"); \ static_assert(offsetof(EnemyAIWeapon_FireWeaponAOEMunition, InMunitionActor) == 0x000000, "Member 'EnemyAIWeapon_FireWeaponAOEMunition::InMunitionActor' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_FireWeaponAOEMunition, TargetActor) == 0x000008, "Member 'EnemyAIWeapon_FireWeaponAOEMunition::TargetActor' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_FireWeaponAOEMunition, InLocation) == 0x000010, "Member 'EnemyAIWeapon_FireWeaponAOEMunition::InLocation' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_FireWeaponAOEMunition, InMunitionDataAsset) == 0x000020, "Member 'EnemyAIWeapon_FireWeaponAOEMunition::InMunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_FireWeaponAOEMunition, InMunitionImpactType) == 0x000028, "Member 'EnemyAIWeapon_FireWeaponAOEMunition::InMunitionImpactType' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_FireWeaponAOEMunition, InMunitionTagContainer) == 0x000030, "Member 'EnemyAIWeapon_FireWeaponAOEMunition::InMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_FireWeaponAOEMunition, AOEDamage) == 0x000050, "Member 'EnemyAIWeapon_FireWeaponAOEMunition::AOEDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_FireWeaponAOEMunitionNew \ static_assert(alignof(EnemyAIWeapon_FireWeaponAOEMunitionNew) == 0x000008, "Wrong alignment on EnemyAIWeapon_FireWeaponAOEMunitionNew"); \ static_assert(sizeof(EnemyAIWeapon_FireWeaponAOEMunitionNew) == 0x000058, "Wrong size on EnemyAIWeapon_FireWeaponAOEMunitionNew"); \ static_assert(offsetof(EnemyAIWeapon_FireWeaponAOEMunitionNew, InMunitionActor) == 0x000000, "Member 'EnemyAIWeapon_FireWeaponAOEMunitionNew::InMunitionActor' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_FireWeaponAOEMunitionNew, TargetActor) == 0x000008, "Member 'EnemyAIWeapon_FireWeaponAOEMunitionNew::TargetActor' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_FireWeaponAOEMunitionNew, InLocation) == 0x000010, "Member 'EnemyAIWeapon_FireWeaponAOEMunitionNew::InLocation' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_FireWeaponAOEMunitionNew, InMunitionDataAsset) == 0x000020, "Member 'EnemyAIWeapon_FireWeaponAOEMunitionNew::InMunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_FireWeaponAOEMunitionNew, InMunitionImpactType) == 0x000028, "Member 'EnemyAIWeapon_FireWeaponAOEMunitionNew::InMunitionImpactType' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_FireWeaponAOEMunitionNew, InMunitionTagContainer) == 0x000030, "Member 'EnemyAIWeapon_FireWeaponAOEMunitionNew::InMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_FireWeaponAOEMunitionNew, AOEDamage) == 0x000050, "Member 'EnemyAIWeapon_FireWeaponAOEMunitionNew::AOEDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_GetMunition \ static_assert(alignof(EnemyAIWeapon_GetMunition) == 0x000008, "Wrong alignment on EnemyAIWeapon_GetMunition"); \ static_assert(sizeof(EnemyAIWeapon_GetMunition) == 0x000008, "Wrong size on EnemyAIWeapon_GetMunition"); \ static_assert(offsetof(EnemyAIWeapon_GetMunition, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_GetMunition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_GetThrowImpactNormal \ static_assert(alignof(EnemyAIWeapon_GetThrowImpactNormal) == 0x000008, "Wrong alignment on EnemyAIWeapon_GetThrowImpactNormal"); \ static_assert(sizeof(EnemyAIWeapon_GetThrowImpactNormal) == 0x000028, "Wrong size on EnemyAIWeapon_GetThrowImpactNormal"); \ static_assert(offsetof(EnemyAIWeapon_GetThrowImpactNormal, InNormal) == 0x000000, "Member 'EnemyAIWeapon_GetThrowImpactNormal::InNormal' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_GetThrowImpactNormal, InHitActor) == 0x000010, "Member 'EnemyAIWeapon_GetThrowImpactNormal::InHitActor' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_GetThrowImpactNormal, ReturnValue) == 0x000018, "Member 'EnemyAIWeapon_GetThrowImpactNormal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_GetWieldImpactNormal \ static_assert(alignof(EnemyAIWeapon_GetWieldImpactNormal) == 0x000008, "Wrong alignment on EnemyAIWeapon_GetWieldImpactNormal"); \ static_assert(sizeof(EnemyAIWeapon_GetWieldImpactNormal) == 0x000028, "Wrong size on EnemyAIWeapon_GetWieldImpactNormal"); \ static_assert(offsetof(EnemyAIWeapon_GetWieldImpactNormal, InNormal) == 0x000000, "Member 'EnemyAIWeapon_GetWieldImpactNormal::InNormal' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_GetWieldImpactNormal, InHitActor) == 0x000010, "Member 'EnemyAIWeapon_GetWieldImpactNormal::InHitActor' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_GetWieldImpactNormal, ReturnValue) == 0x000018, "Member 'EnemyAIWeapon_GetWieldImpactNormal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_HandlePhysicsMunitionHit \ static_assert(alignof(EnemyAIWeapon_HandlePhysicsMunitionHit) == 0x000004, "Wrong alignment on EnemyAIWeapon_HandlePhysicsMunitionHit"); \ static_assert(sizeof(EnemyAIWeapon_HandlePhysicsMunitionHit) == 0x00008C, "Wrong size on EnemyAIWeapon_HandlePhysicsMunitionHit"); \ static_assert(offsetof(EnemyAIWeapon_HandlePhysicsMunitionHit, PhysicsMunitionHitType) == 0x000000, "Member 'EnemyAIWeapon_HandlePhysicsMunitionHit::PhysicsMunitionHitType' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_HandlePhysicsMunitionHit, HitResult) == 0x000004, "Member 'EnemyAIWeapon_HandlePhysicsMunitionHit::HitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_OnMunitionDestroyed \ static_assert(alignof(EnemyAIWeapon_OnMunitionDestroyed) == 0x000008, "Wrong alignment on EnemyAIWeapon_OnMunitionDestroyed"); \ static_assert(sizeof(EnemyAIWeapon_OnMunitionDestroyed) == 0x000008, "Wrong size on EnemyAIWeapon_OnMunitionDestroyed"); \ static_assert(offsetof(EnemyAIWeapon_OnMunitionDestroyed, InMunitionInstance) == 0x000000, "Member 'EnemyAIWeapon_OnMunitionDestroyed::InMunitionInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_OnMunitionImpact \ static_assert(alignof(EnemyAIWeapon_OnMunitionImpact) == 0x000008, "Wrong alignment on EnemyAIWeapon_OnMunitionImpact"); \ static_assert(sizeof(EnemyAIWeapon_OnMunitionImpact) == 0x0000F8, "Wrong size on EnemyAIWeapon_OnMunitionImpact"); \ static_assert(offsetof(EnemyAIWeapon_OnMunitionImpact, MunitionInstance) == 0x000000, "Member 'EnemyAIWeapon_OnMunitionImpact::MunitionInstance' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_OnMunitionImpact, MunitionImpactData) == 0x000008, "Member 'EnemyAIWeapon_OnMunitionImpact::MunitionImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_OverlapAttackCapsule \ static_assert(alignof(EnemyAIWeapon_OverlapAttackCapsule) == 0x000008, "Wrong alignment on EnemyAIWeapon_OverlapAttackCapsule"); \ static_assert(sizeof(EnemyAIWeapon_OverlapAttackCapsule) == 0x000148, "Wrong size on EnemyAIWeapon_OverlapAttackCapsule"); \ static_assert(offsetof(EnemyAIWeapon_OverlapAttackCapsule, InVictim) == 0x000000, "Member 'EnemyAIWeapon_OverlapAttackCapsule::InVictim' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_OverlapAttackCapsule, InHitResult) == 0x000008, "Member 'EnemyAIWeapon_OverlapAttackCapsule::InHitResult' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_OverlapAttackCapsule, OutOverlapData) == 0x000090, "Member 'EnemyAIWeapon_OverlapAttackCapsule::OutOverlapData' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_OverlapAttackCapsule, ReturnValue) == 0x000140, "Member 'EnemyAIWeapon_OverlapAttackCapsule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_OverlapAttackCapsule_New \ static_assert(alignof(EnemyAIWeapon_OverlapAttackCapsule_New) == 0x000008, "Wrong alignment on EnemyAIWeapon_OverlapAttackCapsule_New"); \ static_assert(sizeof(EnemyAIWeapon_OverlapAttackCapsule_New) == 0x000130, "Wrong size on EnemyAIWeapon_OverlapAttackCapsule_New"); \ static_assert(offsetof(EnemyAIWeapon_OverlapAttackCapsule_New, OverlappedComponent) == 0x000000, "Member 'EnemyAIWeapon_OverlapAttackCapsule_New::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_OverlapAttackCapsule_New, OtherActor) == 0x000008, "Member 'EnemyAIWeapon_OverlapAttackCapsule_New::OtherActor' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_OverlapAttackCapsule_New, OtherComponent) == 0x000010, "Member 'EnemyAIWeapon_OverlapAttackCapsule_New::OtherComponent' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_OverlapAttackCapsule_New, SweepResult) == 0x000018, "Member 'EnemyAIWeapon_OverlapAttackCapsule_New::SweepResult' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_OverlapAttackCapsule_New, OutHitResult) == 0x0000A0, "Member 'EnemyAIWeapon_OverlapAttackCapsule_New::OutHitResult' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_OverlapAttackCapsule_New, ReturnValue) == 0x000128, "Member 'EnemyAIWeapon_OverlapAttackCapsule_New::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_RangedNotifyHit \ static_assert(alignof(EnemyAIWeapon_RangedNotifyHit) == 0x000008, "Wrong alignment on EnemyAIWeapon_RangedNotifyHit"); \ static_assert(sizeof(EnemyAIWeapon_RangedNotifyHit) == 0x0000C8, "Wrong size on EnemyAIWeapon_RangedNotifyHit"); \ static_assert(offsetof(EnemyAIWeapon_RangedNotifyHit, MyComp) == 0x000000, "Member 'EnemyAIWeapon_RangedNotifyHit::MyComp' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_RangedNotifyHit, Other) == 0x000008, "Member 'EnemyAIWeapon_RangedNotifyHit::Other' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_RangedNotifyHit, OtherComp) == 0x000010, "Member 'EnemyAIWeapon_RangedNotifyHit::OtherComp' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_RangedNotifyHit, bSelfMoved) == 0x000018, "Member 'EnemyAIWeapon_RangedNotifyHit::bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_RangedNotifyHit, HitLocation) == 0x00001C, "Member 'EnemyAIWeapon_RangedNotifyHit::HitLocation' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_RangedNotifyHit, HitNormal) == 0x000028, "Member 'EnemyAIWeapon_RangedNotifyHit::HitNormal' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_RangedNotifyHit, NormalImpulse) == 0x000034, "Member 'EnemyAIWeapon_RangedNotifyHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_RangedNotifyHit, Hit) == 0x000040, "Member 'EnemyAIWeapon_RangedNotifyHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_SetState \ static_assert(alignof(EnemyAIWeapon_SetState) == 0x000001, "Wrong alignment on EnemyAIWeapon_SetState"); \ static_assert(sizeof(EnemyAIWeapon_SetState) == 0x000001, "Wrong size on EnemyAIWeapon_SetState"); \ static_assert(offsetof(EnemyAIWeapon_SetState, InState) == 0x000000, "Member 'EnemyAIWeapon_SetState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_TrackPoints \ static_assert(alignof(EnemyAIWeapon_TrackPoints) == 0x000004, "Wrong alignment on EnemyAIWeapon_TrackPoints"); \ static_assert(sizeof(EnemyAIWeapon_TrackPoints) == 0x000018, "Wrong size on EnemyAIWeapon_TrackPoints"); \ static_assert(offsetof(EnemyAIWeapon_TrackPoints, InThrowLoc) == 0x000000, "Member 'EnemyAIWeapon_TrackPoints::InThrowLoc' has a wrong offset!"); \ static_assert(offsetof(EnemyAIWeapon_TrackPoints, InWieldLoc) == 0x00000C, "Member 'EnemyAIWeapon_TrackPoints::InWieldLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_GetAttackInstigator \ static_assert(alignof(EnemyAIWeapon_GetAttackInstigator) == 0x000008, "Wrong alignment on EnemyAIWeapon_GetAttackInstigator"); \ static_assert(sizeof(EnemyAIWeapon_GetAttackInstigator) == 0x000008, "Wrong size on EnemyAIWeapon_GetAttackInstigator"); \ static_assert(offsetof(EnemyAIWeapon_GetAttackInstigator, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_GetAttackInstigator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIWeapon_GetState \ static_assert(alignof(EnemyAIWeapon_GetState) == 0x000001, "Wrong alignment on EnemyAIWeapon_GetState"); \ static_assert(sizeof(EnemyAIWeapon_GetState) == 0x000001, "Wrong size on EnemyAIWeapon_GetState"); \ static_assert(offsetof(EnemyAIWeapon_GetState, ReturnValue) == 0x000000, "Member 'EnemyAIWeapon_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEnemyAIWeapon \ static_assert(alignof(AEnemyAIWeapon) == 0x000008, "Wrong alignment on AEnemyAIWeapon"); \ static_assert(sizeof(AEnemyAIWeapon) == 0x000670, "Wrong size on AEnemyAIWeapon"); \ static_assert(offsetof(AEnemyAIWeapon, SuccessfulMeleeFx) == 0x0002E0, "Member 'AEnemyAIWeapon::SuccessfulMeleeFx' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, SuccessfulRangedFx) == 0x0002F0, "Member 'AEnemyAIWeapon::SuccessfulRangedFx' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, BlockedMeleeFx) == 0x000300, "Member 'AEnemyAIWeapon::BlockedMeleeFx' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, RecoverLocFx) == 0x000310, "Member 'AEnemyAIWeapon::RecoverLocFx' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, RecoverFXHandle) == 0x000320, "Member 'AEnemyAIWeapon::RecoverFXHandle' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, AggroCorruptionSettings) == 0x000328, "Member 'AEnemyAIWeapon::AggroCorruptionSettings' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, AggroCorruptionInstance) == 0x000330, "Member 'AEnemyAIWeapon::AggroCorruptionInstance' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, AATag) == 0x000338, "Member 'AEnemyAIWeapon::AATag' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, AttackSelectionTag) == 0x000340, "Member 'AEnemyAIWeapon::AttackSelectionTag' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, AttachOffset) == 0x000348, "Member 'AEnemyAIWeapon::AttachOffset' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, AttachRot) == 0x000354, "Member 'AEnemyAIWeapon::AttachRot' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, IAApplyEquipedTagContainer) == 0x000360, "Member 'AEnemyAIWeapon::IAApplyEquipedTagContainer' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, IARemovedUnequipedTagContainer) == 0x000380, "Member 'AEnemyAIWeapon::IARemovedUnequipedTagContainer' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, IAApplyUnequipedTagContainer) == 0x0003A0, "Member 'AEnemyAIWeapon::IAApplyUnequipedTagContainer' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, IARemovedEquipedTagContainer) == 0x0003C0, "Member 'AEnemyAIWeapon::IARemovedEquipedTagContainer' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, AAApplyEquipedTagContainer) == 0x0003E0, "Member 'AEnemyAIWeapon::AAApplyEquipedTagContainer' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, AARemovedUnequipedTagContainer) == 0x000400, "Member 'AEnemyAIWeapon::AARemovedUnequipedTagContainer' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, AAApplyUnequipedTagContainer) == 0x000420, "Member 'AEnemyAIWeapon::AAApplyUnequipedTagContainer' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, AARemovedEquipedTagContainer) == 0x000440, "Member 'AEnemyAIWeapon::AARemovedEquipedTagContainer' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, EquipApplyTagTime) == 0x000460, "Member 'AEnemyAIWeapon::EquipApplyTagTime' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, ThrowSpeed) == 0x000464, "Member 'AEnemyAIWeapon::ThrowSpeed' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bIgnoreGravityWhenThrown) == 0x000468, "Member 'AEnemyAIWeapon::bIgnoreGravityWhenThrown' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, throwOffsetForward) == 0x00046C, "Member 'AEnemyAIWeapon::throwOffsetForward' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, throwTargetHeightOffset) == 0x000470, "Member 'AEnemyAIWeapon::throwTargetHeightOffset' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, ThrowOrientRotDegrees) == 0x000474, "Member 'AEnemyAIWeapon::ThrowOrientRotDegrees' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, ThrowRotDegrees) == 0x000480, "Member 'AEnemyAIWeapon::ThrowRotDegrees' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, ThrowMeshRotDegrees) == 0x00048C, "Member 'AEnemyAIWeapon::ThrowMeshRotDegrees' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, ProtegoRotDegrees) == 0x000498, "Member 'AEnemyAIWeapon::ProtegoRotDegrees' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, ProtegoBlockSpeed) == 0x0004A4, "Member 'AEnemyAIWeapon::ProtegoBlockSpeed' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, ProtegoBounceBackSpeed) == 0x0004A8, "Member 'AEnemyAIWeapon::ProtegoBounceBackSpeed' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, ProtegoDeflectSpeed) == 0x0004AC, "Member 'AEnemyAIWeapon::ProtegoDeflectSpeed' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bProtegoConstrainDirToUp) == 0x0004B0, "Member 'AEnemyAIWeapon::bProtegoConstrainDirToUp' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, DisarmRotDegrees) == 0x0004B4, "Member 'AEnemyAIWeapon::DisarmRotDegrees' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, DisarmMaxVel) == 0x0004C0, "Member 'AEnemyAIWeapon::DisarmMaxVel' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, DisarmMinVel) == 0x0004CC, "Member 'AEnemyAIWeapon::DisarmMinVel' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, DropMaxVel) == 0x0004D8, "Member 'AEnemyAIWeapon::DropMaxVel' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, DropMinVel) == 0x0004E4, "Member 'AEnemyAIWeapon::DropMinVel' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, DeathMaxVel) == 0x0004F0, "Member 'AEnemyAIWeapon::DeathMaxVel' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, DeathMinVel) == 0x0004FC, "Member 'AEnemyAIWeapon::DeathMinVel' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, impactFxMinRepeatTime) == 0x000508, "Member 'AEnemyAIWeapon::impactFxMinRepeatTime' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bTerrainDestroysMunition) == 0x00050C, "Member 'AEnemyAIWeapon::bTerrainDestroysMunition' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bAllowWeaponDeflection) == 0x00050D, "Member 'AEnemyAIWeapon::bAllowWeaponDeflection' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bDestroyWeaponOnSuccessfulPhysicsMunitionHit) == 0x00050E, "Member 'AEnemyAIWeapon::bDestroyWeaponOnSuccessfulPhysicsMunitionHit' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bForceLifetimeCountdownAfterRangedHit) == 0x00050F, "Member 'AEnemyAIWeapon::bForceLifetimeCountdownAfterRangedHit' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, EquipMode) == 0x000510, "Member 'AEnemyAIWeapon::EquipMode' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bCanSwitchOut) == 0x000511, "Member 'AEnemyAIWeapon::bCanSwitchOut' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, StoredWeaponTypeEnum) == 0x000512, "Member 'AEnemyAIWeapon::StoredWeaponTypeEnum' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, EquipPriority) == 0x000514, "Member 'AEnemyAIWeapon::EquipPriority' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, EquipWeight) == 0x000518, "Member 'AEnemyAIWeapon::EquipWeight' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, weaponDamage) == 0x00051C, "Member 'AEnemyAIWeapon::weaponDamage' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, AttachRule) == 0x000520, "Member 'AEnemyAIWeapon::AttachRule' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bPowerupEligible) == 0x000521, "Member 'AEnemyAIWeapon::bPowerupEligible' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, PowerupDamagePercent) == 0x000524, "Member 'AEnemyAIWeapon::PowerupDamagePercent' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, PowerupTimeout) == 0x000528, "Member 'AEnemyAIWeapon::PowerupTimeout' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bAllowSpellDeflection) == 0x00052C, "Member 'AEnemyAIWeapon::bAllowSpellDeflection' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bIsAShield) == 0x00052D, "Member 'AEnemyAIWeapon::bIsAShield' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, SpawnWithPhysics) == 0x00052E, "Member 'AEnemyAIWeapon::SpawnWithPhysics' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bCanBeStored) == 0x00052F, "Member 'AEnemyAIWeapon::bCanBeStored' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bCanBeThrown) == 0x000530, "Member 'AEnemyAIWeapon::bCanBeThrown' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bCanBeDisarmed) == 0x000531, "Member 'AEnemyAIWeapon::bCanBeDisarmed' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bCanBeRecovered) == 0x000532, "Member 'AEnemyAIWeapon::bCanBeRecovered' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bJustHideForRecovery) == 0x000533, "Member 'AEnemyAIWeapon::bJustHideForRecovery' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, PostThrownLifetime) == 0x00053C, "Member 'AEnemyAIWeapon::PostThrownLifetime' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, PostDropLifetime) == 0x000540, "Member 'AEnemyAIWeapon::PostDropLifetime' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, PostProtegoLifetime) == 0x000544, "Member 'AEnemyAIWeapon::PostProtegoLifetime' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, LifetimeEndEvent) == 0x000548, "Member 'AEnemyAIWeapon::LifetimeEndEvent' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bOnWall) == 0x00054C, "Member 'AEnemyAIWeapon::bOnWall' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, MunitionActor) == 0x000550, "Member 'AEnemyAIWeapon::MunitionActor' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, MunitionImpactType) == 0x000558, "Member 'AEnemyAIWeapon::MunitionImpactType' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, MunitionTagContainer) == 0x000560, "Member 'AEnemyAIWeapon::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, MunitionDataAsset) == 0x000580, "Member 'AEnemyAIWeapon::MunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, AOE1MunitionActor) == 0x000588, "Member 'AEnemyAIWeapon::AOE1MunitionActor' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, AOE1MunitionImpactType) == 0x000590, "Member 'AEnemyAIWeapon::AOE1MunitionImpactType' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, AOE1MunitionTagContainer) == 0x000598, "Member 'AEnemyAIWeapon::AOE1MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, AOE1MunitionDataAsset) == 0x0005B8, "Member 'AEnemyAIWeapon::AOE1MunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, AOE1TargetActor) == 0x0005C0, "Member 'AEnemyAIWeapon::AOE1TargetActor' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bAllowOverideAttackSocket) == 0x0005C8, "Member 'AEnemyAIWeapon::bAllowOverideAttackSocket' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, bIsABlindManWeapon) == 0x0005C9, "Member 'AEnemyAIWeapon::bIsABlindManWeapon' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, WeaponEventDelegate) == 0x0005D0, "Member 'AEnemyAIWeapon::WeaponEventDelegate' has a wrong offset!"); \ static_assert(offsetof(AEnemyAIWeapon, Weapon_AnimEventDelegate) == 0x0005E0, "Member 'AEnemyAIWeapon::Weapon_AnimEventDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CombatVolume_BeginOverlap \ static_assert(alignof(CombatVolume_BeginOverlap) == 0x000008, "Wrong alignment on CombatVolume_BeginOverlap"); \ static_assert(sizeof(CombatVolume_BeginOverlap) == 0x0000A8, "Wrong size on CombatVolume_BeginOverlap"); \ static_assert(offsetof(CombatVolume_BeginOverlap, OverlappedComponent) == 0x000000, "Member 'CombatVolume_BeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(CombatVolume_BeginOverlap, OtherActor) == 0x000008, "Member 'CombatVolume_BeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(CombatVolume_BeginOverlap, OtherComp) == 0x000010, "Member 'CombatVolume_BeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(CombatVolume_BeginOverlap, OtherBodyIndex) == 0x000018, "Member 'CombatVolume_BeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(CombatVolume_BeginOverlap, bFromSweep) == 0x00001C, "Member 'CombatVolume_BeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(CombatVolume_BeginOverlap, SweepResult) == 0x000020, "Member 'CombatVolume_BeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CombatVolume_EndOverlap \ static_assert(alignof(CombatVolume_EndOverlap) == 0x000008, "Wrong alignment on CombatVolume_EndOverlap"); \ static_assert(sizeof(CombatVolume_EndOverlap) == 0x000020, "Wrong size on CombatVolume_EndOverlap"); \ static_assert(offsetof(CombatVolume_EndOverlap, OverlappedComponent) == 0x000000, "Member 'CombatVolume_EndOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(CombatVolume_EndOverlap, OtherActor) == 0x000008, "Member 'CombatVolume_EndOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(CombatVolume_EndOverlap, OtherComp) == 0x000010, "Member 'CombatVolume_EndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(CombatVolume_EndOverlap, OtherBodyIndex) == 0x000018, "Member 'CombatVolume_EndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CombatVolume_GetGroup \ static_assert(alignof(CombatVolume_GetGroup) == 0x000008, "Wrong alignment on CombatVolume_GetGroup"); \ static_assert(sizeof(CombatVolume_GetGroup) == 0x000008, "Wrong size on CombatVolume_GetGroup"); \ static_assert(offsetof(CombatVolume_GetGroup, ReturnValue) == 0x000000, "Member 'CombatVolume_GetGroup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CombatVolume_OnActorDeadEvent \ static_assert(alignof(CombatVolume_OnActorDeadEvent) == 0x000008, "Wrong alignment on CombatVolume_OnActorDeadEvent"); \ static_assert(sizeof(CombatVolume_OnActorDeadEvent) == 0x000008, "Wrong size on CombatVolume_OnActorDeadEvent"); \ static_assert(offsetof(CombatVolume_OnActorDeadEvent, DeadActor) == 0x000000, "Member 'CombatVolume_OnActorDeadEvent::DeadActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CombatVolume_OnActorSpawnInFinished \ static_assert(alignof(CombatVolume_OnActorSpawnInFinished) == 0x000008, "Wrong alignment on CombatVolume_OnActorSpawnInFinished"); \ static_assert(sizeof(CombatVolume_OnActorSpawnInFinished) == 0x000008, "Wrong size on CombatVolume_OnActorSpawnInFinished"); \ static_assert(offsetof(CombatVolume_OnActorSpawnInFinished, SpawnedActor) == 0x000000, "Member 'CombatVolume_OnActorSpawnInFinished::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACombatVolume \ static_assert(alignof(ACombatVolume) == 0x000008, "Wrong alignment on ACombatVolume"); \ static_assert(sizeof(ACombatVolume) == 0x0004A0, "Wrong size on ACombatVolume"); \ static_assert(offsetof(ACombatVolume, OwningGroup) == 0x000268, "Member 'ACombatVolume::OwningGroup' has a wrong offset!"); \ static_assert(offsetof(ACombatVolume, WireColor) == 0x000270, "Member 'ACombatVolume::WireColor' has a wrong offset!"); \ static_assert(offsetof(ACombatVolume, bStartEncounterOnEnter) == 0x000274, "Member 'ACombatVolume::bStartEncounterOnEnter' has a wrong offset!"); \ static_assert(offsetof(ACombatVolume, PlayerClearDistance) == 0x000278, "Member 'ACombatVolume::PlayerClearDistance' has a wrong offset!"); \ static_assert(offsetof(ACombatVolume, BoxComponent) == 0x000280, "Member 'ACombatVolume::BoxComponent' has a wrong offset!"); \ static_assert(offsetof(ACombatVolume, OverlappedDOVs) == 0x000288, "Member 'ACombatVolume::OverlappedDOVs' has a wrong offset!"); \ static_assert(offsetof(ACombatVolume, OverlappedEncounterVolumes) == 0x0002D8, "Member 'ACombatVolume::OverlappedEncounterVolumes' has a wrong offset!"); \ static_assert(offsetof(ACombatVolume, VolumesRefreshButton) == 0x000328, "Member 'ACombatVolume::VolumesRefreshButton' has a wrong offset!"); \ static_assert(offsetof(ACombatVolume, LinkedDOVCollection) == 0x000358, "Member 'ACombatVolume::LinkedDOVCollection' has a wrong offset!"); \ static_assert(offsetof(ACombatVolume, ExplosiveBarrels) == 0x000360, "Member 'ACombatVolume::ExplosiveBarrels' has a wrong offset!"); \ static_assert(offsetof(ACombatVolume, Throwables) == 0x0003B0, "Member 'ACombatVolume::Throwables' has a wrong offset!"); \ static_assert(offsetof(ACombatVolume, SendTargets) == 0x000400, "Member 'ACombatVolume::SendTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyBroomRider_OnOverrideCharacterLook \ static_assert(alignof(EnemyBroomRider_OnOverrideCharacterLook) == 0x000008, "Wrong alignment on EnemyBroomRider_OnOverrideCharacterLook"); \ static_assert(sizeof(EnemyBroomRider_OnOverrideCharacterLook) == 0x000018, "Wrong size on EnemyBroomRider_OnOverrideCharacterLook"); \ static_assert(offsetof(EnemyBroomRider_OnOverrideCharacterLook, Actor) == 0x000000, "Member 'EnemyBroomRider_OnOverrideCharacterLook::Actor' has a wrong offset!"); \ static_assert(offsetof(EnemyBroomRider_OnOverrideCharacterLook, Name_0) == 0x000008, "Member 'EnemyBroomRider_OnOverrideCharacterLook::Name_0' has a wrong offset!"); \ static_assert(offsetof(EnemyBroomRider_OnOverrideCharacterLook, ReturnValue) == 0x000010, "Member 'EnemyBroomRider_OnOverrideCharacterLook::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEnemyBroomRider \ static_assert(alignof(AEnemyBroomRider) == 0x000010, "Wrong alignment on AEnemyBroomRider"); \ static_assert(sizeof(AEnemyBroomRider) == 0x000CD0, "Wrong size on AEnemyBroomRider"); \ static_assert(offsetof(AEnemyBroomRider, BroomRiders) == 0x000CC0, "Member 'AEnemyBroomRider::BroomRiders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedGroundSwarmingActor_BeginExiting \ static_assert(alignof(InstancedGroundSwarmingActor_BeginExiting) == 0x000001, "Wrong alignment on InstancedGroundSwarmingActor_BeginExiting"); \ static_assert(sizeof(InstancedGroundSwarmingActor_BeginExiting) == 0x000002, "Wrong size on InstancedGroundSwarmingActor_BeginExiting"); \ static_assert(offsetof(InstancedGroundSwarmingActor_BeginExiting, Type) == 0x000000, "Member 'InstancedGroundSwarmingActor_BeginExiting::Type' has a wrong offset!"); \ static_assert(offsetof(InstancedGroundSwarmingActor_BeginExiting, disableTargets) == 0x000001, "Member 'InstancedGroundSwarmingActor_BeginExiting::disableTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedGroundSwarmingActor_SetTargetFocii \ static_assert(alignof(InstancedGroundSwarmingActor_SetTargetFocii) == 0x000008, "Wrong alignment on InstancedGroundSwarmingActor_SetTargetFocii"); \ static_assert(sizeof(InstancedGroundSwarmingActor_SetTargetFocii) == 0x000008, "Wrong size on InstancedGroundSwarmingActor_SetTargetFocii"); \ static_assert(offsetof(InstancedGroundSwarmingActor_SetTargetFocii, Target) == 0x000000, "Member 'InstancedGroundSwarmingActor_SetTargetFocii::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedGroundSwarmingActor_IsExiting \ static_assert(alignof(InstancedGroundSwarmingActor_IsExiting) == 0x000001, "Wrong alignment on InstancedGroundSwarmingActor_IsExiting"); \ static_assert(sizeof(InstancedGroundSwarmingActor_IsExiting) == 0x000001, "Wrong size on InstancedGroundSwarmingActor_IsExiting"); \ static_assert(offsetof(InstancedGroundSwarmingActor_IsExiting, ReturnValue) == 0x000000, "Member 'InstancedGroundSwarmingActor_IsExiting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedGroundSwarmingActor_IsRunning \ static_assert(alignof(InstancedGroundSwarmingActor_IsRunning) == 0x000001, "Wrong alignment on InstancedGroundSwarmingActor_IsRunning"); \ static_assert(sizeof(InstancedGroundSwarmingActor_IsRunning) == 0x000001, "Wrong size on InstancedGroundSwarmingActor_IsRunning"); \ static_assert(offsetof(InstancedGroundSwarmingActor_IsRunning, bIsRunning) == 0x000000, "Member 'InstancedGroundSwarmingActor_IsRunning::bIsRunning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AInstancedGroundSwarmingActor \ static_assert(alignof(AInstancedGroundSwarmingActor) == 0x000010, "Wrong alignment on AInstancedGroundSwarmingActor"); \ static_assert(sizeof(AInstancedGroundSwarmingActor) == 0x000890, "Wrong size on AInstancedGroundSwarmingActor"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, GroundSwarmMeshes) == 0x000248, "Member 'AInstancedGroundSwarmingActor::GroundSwarmMeshes' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, GroundSwarmingParams) == 0x000260, "Member 'AInstancedGroundSwarmingActor::GroundSwarmingParams' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, CollisionParams) == 0x0002B0, "Member 'AInstancedGroundSwarmingActor::CollisionParams' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, TopologyParams) == 0x0002E4, "Member 'AInstancedGroundSwarmingActor::TopologyParams' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, ExternalFollow) == 0x000300, "Member 'AInstancedGroundSwarmingActor::ExternalFollow' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, FollowForceModifier) == 0x0003A0, "Member 'AInstancedGroundSwarmingActor::FollowForceModifier' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, ExternalForces) == 0x0003A8, "Member 'AInstancedGroundSwarmingActor::ExternalForces' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, ForceModifiers) == 0x0003B8, "Member 'AInstancedGroundSwarmingActor::ForceModifiers' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, DeathVolumes) == 0x0003C8, "Member 'AInstancedGroundSwarmingActor::DeathVolumes' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, Externals) == 0x0003E0, "Member 'AInstancedGroundSwarmingActor::Externals' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, GroundSwarmGenerationParams) == 0x0004D0, "Member 'AInstancedGroundSwarmingActor::GroundSwarmGenerationParams' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, GroundSwarmInitialConditions) == 0x0004E0, "Member 'AInstancedGroundSwarmingActor::GroundSwarmInitialConditions' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, InitialVelocityScale) == 0x00051C, "Member 'AInstancedGroundSwarmingActor::InitialVelocityScale' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, InitialSpawnHiddenPercent) == 0x000528, "Member 'AInstancedGroundSwarmingActor::InitialSpawnHiddenPercent' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, InitialSpawnHiddenTimeMin) == 0x00052C, "Member 'AInstancedGroundSwarmingActor::InitialSpawnHiddenTimeMin' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, InitialSpawnHiddenTimeMax) == 0x000530, "Member 'AInstancedGroundSwarmingActor::InitialSpawnHiddenTimeMax' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, InitialFreezeTimeMin) == 0x000534, "Member 'AInstancedGroundSwarmingActor::InitialFreezeTimeMin' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, InitialFreezeTimeMax) == 0x000538, "Member 'AInstancedGroundSwarmingActor::InitialFreezeTimeMax' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, InitialShapeTo) == 0x000540, "Member 'AInstancedGroundSwarmingActor::InitialShapeTo' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, InitialShapeToSettings) == 0x000548, "Member 'AInstancedGroundSwarmingActor::InitialShapeToSettings' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, OnSwarmStartAudio) == 0x000558, "Member 'AInstancedGroundSwarmingActor::OnSwarmStartAudio' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, OnSwarmDispersedAudio) == 0x000560, "Member 'AInstancedGroundSwarmingActor::OnSwarmDispersedAudio' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, bSwarmStartDisperseMulti) == 0x000568, "Member 'AInstancedGroundSwarmingActor::bSwarmStartDisperseMulti' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, OnHitTarget) == 0x000570, "Member 'AInstancedGroundSwarmingActor::OnHitTarget' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, OnHitTargetAudio) == 0x000578, "Member 'AInstancedGroundSwarmingActor::OnHitTargetAudio' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, OnKillVolume) == 0x000580, "Member 'AInstancedGroundSwarmingActor::OnKillVolume' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, OnKillVolumeAudio) == 0x000588, "Member 'AInstancedGroundSwarmingActor::OnKillVolumeAudio' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, OnPoof) == 0x000590, "Member 'AInstancedGroundSwarmingActor::OnPoof' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, OnPoofAudio) == 0x000598, "Member 'AInstancedGroundSwarmingActor::OnPoofAudio' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, OnBurrow) == 0x0005A0, "Member 'AInstancedGroundSwarmingActor::OnBurrow' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, OnBurrowAudio) == 0x0005A8, "Member 'AInstancedGroundSwarmingActor::OnBurrowAudio' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, OnBurrowUpOffset) == 0x0005B0, "Member 'AInstancedGroundSwarmingActor::OnBurrowUpOffset' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, BurrowingParameters) == 0x0005B4, "Member 'AInstancedGroundSwarmingActor::BurrowingParameters' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, Timeout) == 0x0005E4, "Member 'AInstancedGroundSwarmingActor::Timeout' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, TimeoutModifier) == 0x0005E8, "Member 'AInstancedGroundSwarmingActor::TimeoutModifier' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, TargetThresholdPercent) == 0x0005EC, "Member 'AInstancedGroundSwarmingActor::TargetThresholdPercent' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, TargetThresholdDelay) == 0x0005F0, "Member 'AInstancedGroundSwarmingActor::TargetThresholdDelay' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, bAutoStart) == 0x0005F4, "Member 'AInstancedGroundSwarmingActor::bAutoStart' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, bAutoDestroyWhenDone) == 0x0005F5, "Member 'AInstancedGroundSwarmingActor::bAutoDestroyWhenDone' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, InitialStates) == 0x000818, "Member 'AInstancedGroundSwarmingActor::InitialStates' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, SwarmAudioSource) == 0x000828, "Member 'AInstancedGroundSwarmingActor::SwarmAudioSource' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, TargetTrackingMap) == 0x000830, "Member 'AInstancedGroundSwarmingActor::TargetTrackingMap' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, bShapeApplied) == 0x000880, "Member 'AInstancedGroundSwarmingActor::bShapeApplied' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, bSignalledDestroyWhenDone) == 0x000881, "Member 'AInstancedGroundSwarmingActor::bSignalledDestroyWhenDone' has a wrong offset!"); \ static_assert(offsetof(AInstancedGroundSwarmingActor, bSwarmAudioEnded) == 0x000882, "Member 'AInstancedGroundSwarmingActor::bSwarmAudioEnded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboHelperHud_OnRequiredSpellsChanged \ static_assert(alignof(ComboHelperHud_OnRequiredSpellsChanged) == 0x000008, "Wrong alignment on ComboHelperHud_OnRequiredSpellsChanged"); \ static_assert(sizeof(ComboHelperHud_OnRequiredSpellsChanged) == 0x000018, "Wrong size on ComboHelperHud_OnRequiredSpellsChanged"); \ static_assert(offsetof(ComboHelperHud_OnRequiredSpellsChanged, SpellNames) == 0x000000, "Member 'ComboHelperHud_OnRequiredSpellsChanged::SpellNames' has a wrong offset!"); \ static_assert(offsetof(ComboHelperHud_OnRequiredSpellsChanged, NumSpells) == 0x000010, "Member 'ComboHelperHud_OnRequiredSpellsChanged::NumSpells' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboHelperHud_OnShowComboHelperChanged \ static_assert(alignof(ComboHelperHud_OnShowComboHelperChanged) == 0x000001, "Wrong alignment on ComboHelperHud_OnShowComboHelperChanged"); \ static_assert(sizeof(ComboHelperHud_OnShowComboHelperChanged) == 0x000001, "Wrong size on ComboHelperHud_OnShowComboHelperChanged"); \ static_assert(offsetof(ComboHelperHud_OnShowComboHelperChanged, bShow) == 0x000000, "Member 'ComboHelperHud_OnShowComboHelperChanged::bShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboHelperHud_OnSpellFailed \ static_assert(alignof(ComboHelperHud_OnSpellFailed) == 0x000004, "Wrong alignment on ComboHelperHud_OnSpellFailed"); \ static_assert(sizeof(ComboHelperHud_OnSpellFailed) == 0x000004, "Wrong size on ComboHelperHud_OnSpellFailed"); \ static_assert(offsetof(ComboHelperHud_OnSpellFailed, NumSucceeded) == 0x000000, "Member 'ComboHelperHud_OnSpellFailed::NumSucceeded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboHelperHud_OnSpellSucceeded \ static_assert(alignof(ComboHelperHud_OnSpellSucceeded) == 0x000004, "Wrong alignment on ComboHelperHud_OnSpellSucceeded"); \ static_assert(sizeof(ComboHelperHud_OnSpellSucceeded) == 0x000004, "Wrong size on ComboHelperHud_OnSpellSucceeded"); \ static_assert(offsetof(ComboHelperHud_OnSpellSucceeded, NumSucceeded) == 0x000000, "Member 'ComboHelperHud_OnSpellSucceeded::NumSucceeded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboHelperHud_SetRequiredSpells \ static_assert(alignof(ComboHelperHud_SetRequiredSpells) == 0x000008, "Wrong alignment on ComboHelperHud_SetRequiredSpells"); \ static_assert(sizeof(ComboHelperHud_SetRequiredSpells) == 0x000010, "Wrong size on ComboHelperHud_SetRequiredSpells"); \ static_assert(offsetof(ComboHelperHud_SetRequiredSpells, SpellNames) == 0x000000, "Member 'ComboHelperHud_SetRequiredSpells::SpellNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComboHelperHud_ShowComboHelper \ static_assert(alignof(ComboHelperHud_ShowComboHelper) == 0x000001, "Wrong alignment on ComboHelperHud_ShowComboHelper"); \ static_assert(sizeof(ComboHelperHud_ShowComboHelper) == 0x000001, "Wrong size on ComboHelperHud_ShowComboHelper"); \ static_assert(offsetof(ComboHelperHud_ShowComboHelper, bShow) == 0x000000, "Member 'ComboHelperHud_ShowComboHelper::bShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UComboHelperHud \ static_assert(alignof(UComboHelperHud) == 0x000008, "Wrong alignment on UComboHelperHud"); \ static_assert(sizeof(UComboHelperHud) == 0x000308, "Wrong size on UComboHelperHud"); \ #define DUMPER7_ASSERTS_UComboHUD_Base \ static_assert(alignof(UComboHUD_Base) == 0x000008, "Wrong alignment on UComboHUD_Base"); \ static_assert(sizeof(UComboHUD_Base) == 0x0002E8, "Wrong size on UComboHUD_Base"); \ #define DUMPER7_ASSERTS_CommonActionsBase_ActivateCurrentMiniDiamond \ static_assert(alignof(CommonActionsBase_ActivateCurrentMiniDiamond) == 0x000001, "Wrong alignment on CommonActionsBase_ActivateCurrentMiniDiamond"); \ static_assert(sizeof(CommonActionsBase_ActivateCurrentMiniDiamond) == 0x000001, "Wrong size on CommonActionsBase_ActivateCurrentMiniDiamond"); \ static_assert(offsetof(CommonActionsBase_ActivateCurrentMiniDiamond, Activate) == 0x000000, "Member 'CommonActionsBase_ActivateCurrentMiniDiamond::Activate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonActionsBase_AddItemToGroup \ static_assert(alignof(CommonActionsBase_AddItemToGroup) == 0x000008, "Wrong alignment on CommonActionsBase_AddItemToGroup"); \ static_assert(sizeof(CommonActionsBase_AddItemToGroup) == 0x000030, "Wrong size on CommonActionsBase_AddItemToGroup"); \ static_assert(offsetof(CommonActionsBase_AddItemToGroup, ItemName) == 0x000000, "Member 'CommonActionsBase_AddItemToGroup::ItemName' has a wrong offset!"); \ static_assert(offsetof(CommonActionsBase_AddItemToGroup, Variation) == 0x000010, "Member 'CommonActionsBase_AddItemToGroup::Variation' has a wrong offset!"); \ static_assert(offsetof(CommonActionsBase_AddItemToGroup, HolderID) == 0x000020, "Member 'CommonActionsBase_AddItemToGroup::HolderID' has a wrong offset!"); \ static_assert(offsetof(CommonActionsBase_AddItemToGroup, Amount) == 0x000028, "Member 'CommonActionsBase_AddItemToGroup::Amount' has a wrong offset!"); \ static_assert(offsetof(CommonActionsBase_AddItemToGroup, ItemType) == 0x00002C, "Member 'CommonActionsBase_AddItemToGroup::ItemType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonActionsBase_AddMiniSelectionItem \ static_assert(alignof(CommonActionsBase_AddMiniSelectionItem) == 0x000008, "Wrong alignment on CommonActionsBase_AddMiniSelectionItem"); \ static_assert(sizeof(CommonActionsBase_AddMiniSelectionItem) == 0x000008, "Wrong size on CommonActionsBase_AddMiniSelectionItem"); \ static_assert(offsetof(CommonActionsBase_AddMiniSelectionItem, Item) == 0x000000, "Member 'CommonActionsBase_AddMiniSelectionItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonActionsBase_OnActivateMiniDiamond \ static_assert(alignof(CommonActionsBase_OnActivateMiniDiamond) == 0x000001, "Wrong alignment on CommonActionsBase_OnActivateMiniDiamond"); \ static_assert(sizeof(CommonActionsBase_OnActivateMiniDiamond) == 0x000001, "Wrong size on CommonActionsBase_OnActivateMiniDiamond"); \ static_assert(offsetof(CommonActionsBase_OnActivateMiniDiamond, Activate) == 0x000000, "Member 'CommonActionsBase_OnActivateMiniDiamond::Activate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonActionsBase_OnToggleButtonCallouts \ static_assert(alignof(CommonActionsBase_OnToggleButtonCallouts) == 0x000001, "Wrong alignment on CommonActionsBase_OnToggleButtonCallouts"); \ static_assert(sizeof(CommonActionsBase_OnToggleButtonCallouts) == 0x000001, "Wrong size on CommonActionsBase_OnToggleButtonCallouts"); \ static_assert(offsetof(CommonActionsBase_OnToggleButtonCallouts, IsSlotting) == 0x000000, "Member 'CommonActionsBase_OnToggleButtonCallouts::IsSlotting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonActionsBase_SetItemData \ static_assert(alignof(CommonActionsBase_SetItemData) == 0x000004, "Wrong alignment on CommonActionsBase_SetItemData"); \ static_assert(sizeof(CommonActionsBase_SetItemData) == 0x000004, "Wrong size on CommonActionsBase_SetItemData"); \ static_assert(offsetof(CommonActionsBase_SetItemData, GroupIndex) == 0x000000, "Member 'CommonActionsBase_SetItemData::GroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonActionsBase_SetMainLoadout \ static_assert(alignof(CommonActionsBase_SetMainLoadout) == 0x000008, "Wrong alignment on CommonActionsBase_SetMainLoadout"); \ static_assert(sizeof(CommonActionsBase_SetMainLoadout) == 0x000008, "Wrong size on CommonActionsBase_SetMainLoadout"); \ static_assert(offsetof(CommonActionsBase_SetMainLoadout, Loadout) == 0x000000, "Member 'CommonActionsBase_SetMainLoadout::Loadout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonActionsBase_SetSelectedIndex \ static_assert(alignof(CommonActionsBase_SetSelectedIndex) == 0x000004, "Wrong alignment on CommonActionsBase_SetSelectedIndex"); \ static_assert(sizeof(CommonActionsBase_SetSelectedIndex) == 0x000004, "Wrong size on CommonActionsBase_SetSelectedIndex"); \ static_assert(offsetof(CommonActionsBase_SetSelectedIndex, Index_0) == 0x000000, "Member 'CommonActionsBase_SetSelectedIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonActionsBase_ShowSelected \ static_assert(alignof(CommonActionsBase_ShowSelected) == 0x000004, "Wrong alignment on CommonActionsBase_ShowSelected"); \ static_assert(sizeof(CommonActionsBase_ShowSelected) == 0x000004, "Wrong size on CommonActionsBase_ShowSelected"); \ static_assert(offsetof(CommonActionsBase_ShowSelected, GroupIndex) == 0x000000, "Member 'CommonActionsBase_ShowSelected::GroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonActionsBase_ToggleButtonCallouts \ static_assert(alignof(CommonActionsBase_ToggleButtonCallouts) == 0x000001, "Wrong alignment on CommonActionsBase_ToggleButtonCallouts"); \ static_assert(sizeof(CommonActionsBase_ToggleButtonCallouts) == 0x000001, "Wrong size on CommonActionsBase_ToggleButtonCallouts"); \ static_assert(offsetof(CommonActionsBase_ToggleButtonCallouts, IsSlotting) == 0x000000, "Member 'CommonActionsBase_ToggleButtonCallouts::IsSlotting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCommonActionsBase \ static_assert(alignof(UCommonActionsBase) == 0x000008, "Wrong alignment on UCommonActionsBase"); \ static_assert(sizeof(UCommonActionsBase) == 0x000288, "Wrong size on UCommonActionsBase"); \ static_assert(offsetof(UCommonActionsBase, AvailableGroups) == 0x000268, "Member 'UCommonActionsBase::AvailableGroups' has a wrong offset!"); \ static_assert(offsetof(UCommonActionsBase, CurrentGroupIndex) == 0x00026C, "Member 'UCommonActionsBase::CurrentGroupIndex' has a wrong offset!"); \ static_assert(offsetof(UCommonActionsBase, MainLoadout) == 0x000280, "Member 'UCommonActionsBase::MainLoadout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightInterface_DisableLightInteraction \ static_assert(alignof(LightInterface_DisableLightInteraction) == 0x000001, "Wrong alignment on LightInterface_DisableLightInteraction"); \ static_assert(sizeof(LightInterface_DisableLightInteraction) == 0x000001, "Wrong size on LightInterface_DisableLightInteraction"); \ static_assert(offsetof(LightInterface_DisableLightInteraction, ReturnValue) == 0x000000, "Member 'LightInterface_DisableLightInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightInterface_DisableLightRaytrace \ static_assert(alignof(LightInterface_DisableLightRaytrace) == 0x000001, "Wrong alignment on LightInterface_DisableLightRaytrace"); \ static_assert(sizeof(LightInterface_DisableLightRaytrace) == 0x000001, "Wrong size on LightInterface_DisableLightRaytrace"); \ static_assert(offsetof(LightInterface_DisableLightRaytrace, ReturnValue) == 0x000000, "Member 'LightInterface_DisableLightRaytrace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightInterface_OnEnteredLight \ static_assert(alignof(LightInterface_OnEnteredLight) == 0x000008, "Wrong alignment on LightInterface_OnEnteredLight"); \ static_assert(sizeof(LightInterface_OnEnteredLight) == 0x000010, "Wrong size on LightInterface_OnEnteredLight"); \ static_assert(offsetof(LightInterface_OnEnteredLight, LumosBP) == 0x000000, "Member 'LightInterface_OnEnteredLight::LumosBP' has a wrong offset!"); \ static_assert(offsetof(LightInterface_OnEnteredLight, bPlayerOwned) == 0x000008, "Member 'LightInterface_OnEnteredLight::bPlayerOwned' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightInterface_OnEnteredLightProximity \ static_assert(alignof(LightInterface_OnEnteredLightProximity) == 0x000008, "Wrong alignment on LightInterface_OnEnteredLightProximity"); \ static_assert(sizeof(LightInterface_OnEnteredLightProximity) == 0x000008, "Wrong size on LightInterface_OnEnteredLightProximity"); \ static_assert(offsetof(LightInterface_OnEnteredLightProximity, LumosBP) == 0x000000, "Member 'LightInterface_OnEnteredLightProximity::LumosBP' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightInterface_OnEnteredNearby \ static_assert(alignof(LightInterface_OnEnteredNearby) == 0x000008, "Wrong alignment on LightInterface_OnEnteredNearby"); \ static_assert(sizeof(LightInterface_OnEnteredNearby) == 0x000008, "Wrong size on LightInterface_OnEnteredNearby"); \ static_assert(offsetof(LightInterface_OnEnteredNearby, LumosBP) == 0x000000, "Member 'LightInterface_OnEnteredNearby::LumosBP' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightInterface_OnExitedLight \ static_assert(alignof(LightInterface_OnExitedLight) == 0x000008, "Wrong alignment on LightInterface_OnExitedLight"); \ static_assert(sizeof(LightInterface_OnExitedLight) == 0x000010, "Wrong size on LightInterface_OnExitedLight"); \ static_assert(offsetof(LightInterface_OnExitedLight, LumosBP) == 0x000000, "Member 'LightInterface_OnExitedLight::LumosBP' has a wrong offset!"); \ static_assert(offsetof(LightInterface_OnExitedLight, bPlayerOwned) == 0x000008, "Member 'LightInterface_OnExitedLight::bPlayerOwned' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightInterface_OnExitedLightProximity \ static_assert(alignof(LightInterface_OnExitedLightProximity) == 0x000008, "Wrong alignment on LightInterface_OnExitedLightProximity"); \ static_assert(sizeof(LightInterface_OnExitedLightProximity) == 0x000008, "Wrong size on LightInterface_OnExitedLightProximity"); \ static_assert(offsetof(LightInterface_OnExitedLightProximity, LumosBP) == 0x000000, "Member 'LightInterface_OnExitedLightProximity::LumosBP' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ILightInterface \ static_assert(alignof(ILightInterface) == 0x000001, "Wrong alignment on ILightInterface"); \ static_assert(sizeof(ILightInterface) == 0x000001, "Wrong size on ILightInterface"); \ #define DUMPER7_ASSERTS_UEnemy_Close_InstanceQBUpdateData \ static_assert(alignof(UEnemy_Close_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_Close_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_Close_InstanceQBUpdateData) == 0x000048, "Wrong size on UEnemy_Close_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_AvaIsRunningCommandlet \ static_assert(alignof(PhoenixBPLibrary_AvaIsRunningCommandlet) == 0x000001, "Wrong alignment on PhoenixBPLibrary_AvaIsRunningCommandlet"); \ static_assert(sizeof(PhoenixBPLibrary_AvaIsRunningCommandlet) == 0x000001, "Wrong size on PhoenixBPLibrary_AvaIsRunningCommandlet"); \ static_assert(offsetof(PhoenixBPLibrary_AvaIsRunningCommandlet, ReturnValue) == 0x000000, "Member 'PhoenixBPLibrary_AvaIsRunningCommandlet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_AvaIsRunningWithEditor \ static_assert(alignof(PhoenixBPLibrary_AvaIsRunningWithEditor) == 0x000001, "Wrong alignment on PhoenixBPLibrary_AvaIsRunningWithEditor"); \ static_assert(sizeof(PhoenixBPLibrary_AvaIsRunningWithEditor) == 0x000001, "Wrong size on PhoenixBPLibrary_AvaIsRunningWithEditor"); \ static_assert(offsetof(PhoenixBPLibrary_AvaIsRunningWithEditor, ReturnValue) == 0x000000, "Member 'PhoenixBPLibrary_AvaIsRunningWithEditor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_AVATranslate \ static_assert(alignof(PhoenixBPLibrary_AVATranslate) == 0x000008, "Wrong alignment on PhoenixBPLibrary_AVATranslate"); \ static_assert(sizeof(PhoenixBPLibrary_AVATranslate) == 0x000038, "Wrong size on PhoenixBPLibrary_AVATranslate"); \ static_assert(offsetof(PhoenixBPLibrary_AVATranslate, Key) == 0x000000, "Member 'PhoenixBPLibrary_AVATranslate::Key' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_AVATranslate, DebugLogText) == 0x000010, "Member 'PhoenixBPLibrary_AVATranslate::DebugLogText' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_AVATranslate, ReturnValue) == 0x000020, "Member 'PhoenixBPLibrary_AVATranslate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_AVATranslateSubtitle \ static_assert(alignof(PhoenixBPLibrary_AVATranslateSubtitle) == 0x000008, "Wrong alignment on PhoenixBPLibrary_AVATranslateSubtitle"); \ static_assert(sizeof(PhoenixBPLibrary_AVATranslateSubtitle) == 0x000038, "Wrong size on PhoenixBPLibrary_AVATranslateSubtitle"); \ static_assert(offsetof(PhoenixBPLibrary_AVATranslateSubtitle, Key) == 0x000000, "Member 'PhoenixBPLibrary_AVATranslateSubtitle::Key' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_AVATranslateSubtitle, DebugLogText) == 0x000010, "Member 'PhoenixBPLibrary_AVATranslateSubtitle::DebugLogText' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_AVATranslateSubtitle, ReturnValue) == 0x000020, "Member 'PhoenixBPLibrary_AVATranslateSubtitle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_CastToWorldSoftObjectReference \ static_assert(alignof(PhoenixBPLibrary_CastToWorldSoftObjectReference) == 0x000008, "Wrong alignment on PhoenixBPLibrary_CastToWorldSoftObjectReference"); \ static_assert(sizeof(PhoenixBPLibrary_CastToWorldSoftObjectReference) == 0x000050, "Wrong size on PhoenixBPLibrary_CastToWorldSoftObjectReference"); \ static_assert(offsetof(PhoenixBPLibrary_CastToWorldSoftObjectReference, ObjRef) == 0x000000, "Member 'PhoenixBPLibrary_CastToWorldSoftObjectReference::ObjRef' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_CastToWorldSoftObjectReference, ReturnValue) == 0x000028, "Member 'PhoenixBPLibrary_CastToWorldSoftObjectReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_ChangeOutfit \ static_assert(alignof(PhoenixBPLibrary_ChangeOutfit) == 0x000008, "Wrong alignment on PhoenixBPLibrary_ChangeOutfit"); \ static_assert(sizeof(PhoenixBPLibrary_ChangeOutfit) == 0x000040, "Wrong size on PhoenixBPLibrary_ChangeOutfit"); \ static_assert(offsetof(PhoenixBPLibrary_ChangeOutfit, Actor) == 0x000000, "Member 'PhoenixBPLibrary_ChangeOutfit::Actor' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_ChangeOutfit, GearIDs) == 0x000008, "Member 'PhoenixBPLibrary_ChangeOutfit::GearIDs' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_ChangeOutfit, OldMeshes) == 0x000018, "Member 'PhoenixBPLibrary_ChangeOutfit::OldMeshes' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_ChangeOutfit, NewMeshes) == 0x000028, "Member 'PhoenixBPLibrary_ChangeOutfit::NewMeshes' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_ChangeOutfit, bSkipChangingGear) == 0x000038, "Member 'PhoenixBPLibrary_ChangeOutfit::bSkipChangingGear' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_ChangeOutfit, ReturnValue) == 0x000039, "Member 'PhoenixBPLibrary_ChangeOutfit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_DestroyComponent \ static_assert(alignof(PhoenixBPLibrary_DestroyComponent) == 0x000008, "Wrong alignment on PhoenixBPLibrary_DestroyComponent"); \ static_assert(sizeof(PhoenixBPLibrary_DestroyComponent) == 0x000010, "Wrong size on PhoenixBPLibrary_DestroyComponent"); \ static_assert(offsetof(PhoenixBPLibrary_DestroyComponent, Component) == 0x000000, "Member 'PhoenixBPLibrary_DestroyComponent::Component' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_DestroyComponent, bPromoteChildren) == 0x000008, "Member 'PhoenixBPLibrary_DestroyComponent::bPromoteChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_ForceUpdateTextureMips \ static_assert(alignof(PhoenixBPLibrary_ForceUpdateTextureMips) == 0x000008, "Wrong alignment on PhoenixBPLibrary_ForceUpdateTextureMips"); \ static_assert(sizeof(PhoenixBPLibrary_ForceUpdateTextureMips) == 0x000008, "Wrong size on PhoenixBPLibrary_ForceUpdateTextureMips"); \ static_assert(offsetof(PhoenixBPLibrary_ForceUpdateTextureMips, Actor) == 0x000000, "Member 'PhoenixBPLibrary_ForceUpdateTextureMips::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_GetActorId \ static_assert(alignof(PhoenixBPLibrary_GetActorId) == 0x000008, "Wrong alignment on PhoenixBPLibrary_GetActorId"); \ static_assert(sizeof(PhoenixBPLibrary_GetActorId) == 0x000018, "Wrong size on PhoenixBPLibrary_GetActorId"); \ static_assert(offsetof(PhoenixBPLibrary_GetActorId, Actor) == 0x000000, "Member 'PhoenixBPLibrary_GetActorId::Actor' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_GetActorId, OutActorId) == 0x000008, "Member 'PhoenixBPLibrary_GetActorId::OutActorId' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_GetActorId, ReturnValue) == 0x000010, "Member 'PhoenixBPLibrary_GetActorId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_GetActorName \ static_assert(alignof(PhoenixBPLibrary_GetActorName) == 0x000008, "Wrong alignment on PhoenixBPLibrary_GetActorName"); \ static_assert(sizeof(PhoenixBPLibrary_GetActorName) == 0x000018, "Wrong size on PhoenixBPLibrary_GetActorName"); \ static_assert(offsetof(PhoenixBPLibrary_GetActorName, Actor) == 0x000000, "Member 'PhoenixBPLibrary_GetActorName::Actor' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_GetActorName, ReturnValue) == 0x000008, "Member 'PhoenixBPLibrary_GetActorName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_GetDisillusionmentEyeRotation \ static_assert(alignof(PhoenixBPLibrary_GetDisillusionmentEyeRotation) == 0x000008, "Wrong alignment on PhoenixBPLibrary_GetDisillusionmentEyeRotation"); \ static_assert(sizeof(PhoenixBPLibrary_GetDisillusionmentEyeRotation) == 0x000030, "Wrong size on PhoenixBPLibrary_GetDisillusionmentEyeRotation"); \ static_assert(offsetof(PhoenixBPLibrary_GetDisillusionmentEyeRotation, ParentSocket) == 0x000000, "Member 'PhoenixBPLibrary_GetDisillusionmentEyeRotation::ParentSocket' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_GetDisillusionmentEyeRotation, Mesh) == 0x000008, "Member 'PhoenixBPLibrary_GetDisillusionmentEyeRotation::Mesh' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_GetDisillusionmentEyeRotation, TargetLocation) == 0x000010, "Member 'PhoenixBPLibrary_GetDisillusionmentEyeRotation::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_GetDisillusionmentEyeRotation, MaxHorizontalAngle) == 0x00001C, "Member 'PhoenixBPLibrary_GetDisillusionmentEyeRotation::MaxHorizontalAngle' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_GetDisillusionmentEyeRotation, MaxVerticalAngle) == 0x000020, "Member 'PhoenixBPLibrary_GetDisillusionmentEyeRotation::MaxVerticalAngle' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_GetDisillusionmentEyeRotation, ReturnValue) == 0x000024, "Member 'PhoenixBPLibrary_GetDisillusionmentEyeRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_GetHouseEnumFromHouseID \ static_assert(alignof(PhoenixBPLibrary_GetHouseEnumFromHouseID) == 0x000008, "Wrong alignment on PhoenixBPLibrary_GetHouseEnumFromHouseID"); \ static_assert(sizeof(PhoenixBPLibrary_GetHouseEnumFromHouseID) == 0x000018, "Wrong size on PhoenixBPLibrary_GetHouseEnumFromHouseID"); \ static_assert(offsetof(PhoenixBPLibrary_GetHouseEnumFromHouseID, InHouseID) == 0x000000, "Member 'PhoenixBPLibrary_GetHouseEnumFromHouseID::InHouseID' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_GetHouseEnumFromHouseID, ReturnValue) == 0x000010, "Member 'PhoenixBPLibrary_GetHouseEnumFromHouseID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_GetObjectHouseID \ static_assert(alignof(PhoenixBPLibrary_GetObjectHouseID) == 0x000008, "Wrong alignment on PhoenixBPLibrary_GetObjectHouseID"); \ static_assert(sizeof(PhoenixBPLibrary_GetObjectHouseID) == 0x000010, "Wrong size on PhoenixBPLibrary_GetObjectHouseID"); \ static_assert(offsetof(PhoenixBPLibrary_GetObjectHouseID, Actor) == 0x000000, "Member 'PhoenixBPLibrary_GetObjectHouseID::Actor' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_GetObjectHouseID, ReturnValue) == 0x000008, "Member 'PhoenixBPLibrary_GetObjectHouseID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_GetRuntimeFloatCurveValue \ static_assert(alignof(PhoenixBPLibrary_GetRuntimeFloatCurveValue) == 0x000008, "Wrong alignment on PhoenixBPLibrary_GetRuntimeFloatCurveValue"); \ static_assert(sizeof(PhoenixBPLibrary_GetRuntimeFloatCurveValue) == 0x000090, "Wrong size on PhoenixBPLibrary_GetRuntimeFloatCurveValue"); \ static_assert(offsetof(PhoenixBPLibrary_GetRuntimeFloatCurveValue, Curve) == 0x000000, "Member 'PhoenixBPLibrary_GetRuntimeFloatCurveValue::Curve' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_GetRuntimeFloatCurveValue, Time) == 0x000088, "Member 'PhoenixBPLibrary_GetRuntimeFloatCurveValue::Time' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_GetRuntimeFloatCurveValue, ReturnValue) == 0x00008C, "Member 'PhoenixBPLibrary_GetRuntimeFloatCurveValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_GetRuntimeLinearColorCurveValue \ static_assert(alignof(PhoenixBPLibrary_GetRuntimeLinearColorCurveValue) == 0x000008, "Wrong alignment on PhoenixBPLibrary_GetRuntimeLinearColorCurveValue"); \ static_assert(sizeof(PhoenixBPLibrary_GetRuntimeLinearColorCurveValue) == 0x000220, "Wrong size on PhoenixBPLibrary_GetRuntimeLinearColorCurveValue"); \ static_assert(offsetof(PhoenixBPLibrary_GetRuntimeLinearColorCurveValue, Curve) == 0x000000, "Member 'PhoenixBPLibrary_GetRuntimeLinearColorCurveValue::Curve' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_GetRuntimeLinearColorCurveValue, Time) == 0x000208, "Member 'PhoenixBPLibrary_GetRuntimeLinearColorCurveValue::Time' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_GetRuntimeLinearColorCurveValue, ReturnValue) == 0x00020C, "Member 'PhoenixBPLibrary_GetRuntimeLinearColorCurveValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_GetRuntimeVectorCurveValue \ static_assert(alignof(PhoenixBPLibrary_GetRuntimeVectorCurveValue) == 0x000008, "Wrong alignment on PhoenixBPLibrary_GetRuntimeVectorCurveValue"); \ static_assert(sizeof(PhoenixBPLibrary_GetRuntimeVectorCurveValue) == 0x000198, "Wrong size on PhoenixBPLibrary_GetRuntimeVectorCurveValue"); \ static_assert(offsetof(PhoenixBPLibrary_GetRuntimeVectorCurveValue, Curve) == 0x000000, "Member 'PhoenixBPLibrary_GetRuntimeVectorCurveValue::Curve' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_GetRuntimeVectorCurveValue, Time) == 0x000188, "Member 'PhoenixBPLibrary_GetRuntimeVectorCurveValue::Time' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_GetRuntimeVectorCurveValue, ReturnValue) == 0x00018C, "Member 'PhoenixBPLibrary_GetRuntimeVectorCurveValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesBindActorHitBySpell \ static_assert(alignof(PhoenixBPLibrary_HermesBindActorHitBySpell) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesBindActorHitBySpell"); \ static_assert(sizeof(PhoenixBPLibrary_HermesBindActorHitBySpell) == 0x000028, "Wrong size on PhoenixBPLibrary_HermesBindActorHitBySpell"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindActorHitBySpell, Delegate_ActorHitBySpell) == 0x000000, "Member 'PhoenixBPLibrary_HermesBindActorHitBySpell::Delegate_ActorHitBySpell' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindActorHitBySpell, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesBindActorHitBySpell::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindActorHitBySpell, Handle) == 0x000018, "Member 'PhoenixBPLibrary_HermesBindActorHitBySpell::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesBindDamageResult \ static_assert(alignof(PhoenixBPLibrary_HermesBindDamageResult) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesBindDamageResult"); \ static_assert(sizeof(PhoenixBPLibrary_HermesBindDamageResult) == 0x000028, "Wrong size on PhoenixBPLibrary_HermesBindDamageResult"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindDamageResult, Delegate_DamageResult) == 0x000000, "Member 'PhoenixBPLibrary_HermesBindDamageResult::Delegate_DamageResult' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindDamageResult, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesBindDamageResult::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindDamageResult, Handle) == 0x000018, "Member 'PhoenixBPLibrary_HermesBindDamageResult::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesBindInventoryResult \ static_assert(alignof(PhoenixBPLibrary_HermesBindInventoryResult) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesBindInventoryResult"); \ static_assert(sizeof(PhoenixBPLibrary_HermesBindInventoryResult) == 0x000028, "Wrong size on PhoenixBPLibrary_HermesBindInventoryResult"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindInventoryResult, Delegate_InventoryResult) == 0x000000, "Member 'PhoenixBPLibrary_HermesBindInventoryResult::Delegate_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindInventoryResult, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesBindInventoryResult::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindInventoryResult, Handle) == 0x000018, "Member 'PhoenixBPLibrary_HermesBindInventoryResult::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesBindLock \ static_assert(alignof(PhoenixBPLibrary_HermesBindLock) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesBindLock"); \ static_assert(sizeof(PhoenixBPLibrary_HermesBindLock) == 0x000028, "Wrong size on PhoenixBPLibrary_HermesBindLock"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindLock, Delegate_Lock) == 0x000000, "Member 'PhoenixBPLibrary_HermesBindLock::Delegate_Lock' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindLock, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesBindLock::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindLock, Handle) == 0x000018, "Member 'PhoenixBPLibrary_HermesBindLock::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesBindParryEvent \ static_assert(alignof(PhoenixBPLibrary_HermesBindParryEvent) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesBindParryEvent"); \ static_assert(sizeof(PhoenixBPLibrary_HermesBindParryEvent) == 0x000028, "Wrong size on PhoenixBPLibrary_HermesBindParryEvent"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindParryEvent, Delegate_ActorParryEvent) == 0x000000, "Member 'PhoenixBPLibrary_HermesBindParryEvent::Delegate_ActorParryEvent' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindParryEvent, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesBindParryEvent::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindParryEvent, Handle) == 0x000018, "Member 'PhoenixBPLibrary_HermesBindParryEvent::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesBindParryTimeToImpact \ static_assert(alignof(PhoenixBPLibrary_HermesBindParryTimeToImpact) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesBindParryTimeToImpact"); \ static_assert(sizeof(PhoenixBPLibrary_HermesBindParryTimeToImpact) == 0x000028, "Wrong size on PhoenixBPLibrary_HermesBindParryTimeToImpact"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindParryTimeToImpact, Delegate_ActorParryTimeToImpact) == 0x000000, "Member 'PhoenixBPLibrary_HermesBindParryTimeToImpact::Delegate_ActorParryTimeToImpact' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindParryTimeToImpact, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesBindParryTimeToImpact::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindParryTimeToImpact, Handle) == 0x000018, "Member 'PhoenixBPLibrary_HermesBindParryTimeToImpact::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesBindParryWindowBegin \ static_assert(alignof(PhoenixBPLibrary_HermesBindParryWindowBegin) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesBindParryWindowBegin"); \ static_assert(sizeof(PhoenixBPLibrary_HermesBindParryWindowBegin) == 0x000028, "Wrong size on PhoenixBPLibrary_HermesBindParryWindowBegin"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindParryWindowBegin, Delegate_ActorParryWindowBegin) == 0x000000, "Member 'PhoenixBPLibrary_HermesBindParryWindowBegin::Delegate_ActorParryWindowBegin' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindParryWindowBegin, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesBindParryWindowBegin::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindParryWindowBegin, Handle) == 0x000018, "Member 'PhoenixBPLibrary_HermesBindParryWindowBegin::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesBindParryWindowEnd \ static_assert(alignof(PhoenixBPLibrary_HermesBindParryWindowEnd) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesBindParryWindowEnd"); \ static_assert(sizeof(PhoenixBPLibrary_HermesBindParryWindowEnd) == 0x000028, "Wrong size on PhoenixBPLibrary_HermesBindParryWindowEnd"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindParryWindowEnd, Delegate_ActorParryWindowEnd) == 0x000000, "Member 'PhoenixBPLibrary_HermesBindParryWindowEnd::Delegate_ActorParryWindowEnd' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindParryWindowEnd, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesBindParryWindowEnd::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindParryWindowEnd, Handle) == 0x000018, "Member 'PhoenixBPLibrary_HermesBindParryWindowEnd::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesBindReflectAttack \ static_assert(alignof(PhoenixBPLibrary_HermesBindReflectAttack) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesBindReflectAttack"); \ static_assert(sizeof(PhoenixBPLibrary_HermesBindReflectAttack) == 0x000028, "Wrong size on PhoenixBPLibrary_HermesBindReflectAttack"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindReflectAttack, Delegate_ReflectAttack) == 0x000000, "Member 'PhoenixBPLibrary_HermesBindReflectAttack::Delegate_ReflectAttack' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindReflectAttack, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesBindReflectAttack::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindReflectAttack, Handle) == 0x000018, "Member 'PhoenixBPLibrary_HermesBindReflectAttack::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesBindSpellForce \ static_assert(alignof(PhoenixBPLibrary_HermesBindSpellForce) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesBindSpellForce"); \ static_assert(sizeof(PhoenixBPLibrary_HermesBindSpellForce) == 0x000028, "Wrong size on PhoenixBPLibrary_HermesBindSpellForce"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindSpellForce, Delegate_MunitionImpactData) == 0x000000, "Member 'PhoenixBPLibrary_HermesBindSpellForce::Delegate_MunitionImpactData' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindSpellForce, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesBindSpellForce::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindSpellForce, Handle) == 0x000018, "Member 'PhoenixBPLibrary_HermesBindSpellForce::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesBindStationComponent \ static_assert(alignof(PhoenixBPLibrary_HermesBindStationComponent) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesBindStationComponent"); \ static_assert(sizeof(PhoenixBPLibrary_HermesBindStationComponent) == 0x000028, "Wrong size on PhoenixBPLibrary_HermesBindStationComponent"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindStationComponent, Delegate_StationComponent) == 0x000000, "Member 'PhoenixBPLibrary_HermesBindStationComponent::Delegate_StationComponent' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindStationComponent, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesBindStationComponent::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesBindStationComponent, Handle) == 0x000018, "Member 'PhoenixBPLibrary_HermesBindStationComponent::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteAllActorHitBySpell \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteAllActorHitBySpell) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteAllActorHitBySpell"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteAllActorHitBySpell) == 0x000060, "Wrong size on PhoenixBPLibrary_HermesExecuteAllActorHitBySpell"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllActorHitBySpell, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteAllActorHitBySpell::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllActorHitBySpell, Caller) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteAllActorHitBySpell::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllActorHitBySpell, HitBySpell) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteAllActorHitBySpell::HitBySpell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteAllDamageResult \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteAllDamageResult) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteAllDamageResult"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteAllDamageResult) == 0x000070, "Wrong size on PhoenixBPLibrary_HermesExecuteAllDamageResult"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllDamageResult, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteAllDamageResult::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllDamageResult, Caller) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteAllDamageResult::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllDamageResult, DamageResult) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteAllDamageResult::DamageResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteAllGameplayTags \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteAllGameplayTags) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteAllGameplayTags"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteAllGameplayTags) == 0x000038, "Wrong size on PhoenixBPLibrary_HermesExecuteAllGameplayTags"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllGameplayTags, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteAllGameplayTags::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllGameplayTags, Caller) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteAllGameplayTags::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllGameplayTags, Wrapper) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteAllGameplayTags::Wrapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteAllInventoryResult \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteAllInventoryResult) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteAllInventoryResult"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteAllInventoryResult) == 0x0000A0, "Wrong size on PhoenixBPLibrary_HermesExecuteAllInventoryResult"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllInventoryResult, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteAllInventoryResult::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllInventoryResult, Caller) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteAllInventoryResult::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllInventoryResult, InventoryResult) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteAllInventoryResult::InventoryResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteAllLock \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteAllLock) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteAllLock"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteAllLock) == 0x000028, "Wrong size on PhoenixBPLibrary_HermesExecuteAllLock"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllLock, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteAllLock::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllLock, Caller) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteAllLock::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllLock, Lock) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteAllLock::Lock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteAllParryEvent \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteAllParryEvent) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteAllParryEvent"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteAllParryEvent) == 0x000020, "Wrong size on PhoenixBPLibrary_HermesExecuteAllParryEvent"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllParryEvent, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteAllParryEvent::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllParryEvent, Caller) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteAllParryEvent::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllParryEvent, ButtonPressed) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteAllParryEvent::ButtonPressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteAllParryTimeToImpact \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteAllParryTimeToImpact) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteAllParryTimeToImpact"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteAllParryTimeToImpact) == 0x000048, "Wrong size on PhoenixBPLibrary_HermesExecuteAllParryTimeToImpact"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllParryTimeToImpact, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteAllParryTimeToImpact::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllParryTimeToImpact, Caller) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteAllParryTimeToImpact::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllParryTimeToImpact, ParryTimeToImpactData) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteAllParryTimeToImpact::ParryTimeToImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteAllParryWindowBegin \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteAllParryWindowBegin) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteAllParryWindowBegin"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteAllParryWindowBegin) == 0x000030, "Wrong size on PhoenixBPLibrary_HermesExecuteAllParryWindowBegin"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllParryWindowBegin, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteAllParryWindowBegin::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllParryWindowBegin, Caller) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteAllParryWindowBegin::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllParryWindowBegin, ParryWindowBeginData) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteAllParryWindowBegin::ParryWindowBeginData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteAllParryWindowEnd \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteAllParryWindowEnd) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteAllParryWindowEnd"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteAllParryWindowEnd) == 0x000020, "Wrong size on PhoenixBPLibrary_HermesExecuteAllParryWindowEnd"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllParryWindowEnd, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteAllParryWindowEnd::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllParryWindowEnd, Caller) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteAllParryWindowEnd::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllParryWindowEnd, ParryWindowEndData) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteAllParryWindowEnd::ParryWindowEndData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteAllReflectAttack \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteAllReflectAttack) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteAllReflectAttack"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteAllReflectAttack) == 0x000070, "Wrong size on PhoenixBPLibrary_HermesExecuteAllReflectAttack"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllReflectAttack, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteAllReflectAttack::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllReflectAttack, Caller) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteAllReflectAttack::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllReflectAttack, DamageResult) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteAllReflectAttack::DamageResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteAllSpellForce \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteAllSpellForce) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteAllSpellForce"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteAllSpellForce) == 0x000030, "Wrong size on PhoenixBPLibrary_HermesExecuteAllSpellForce"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllSpellForce, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteAllSpellForce::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllSpellForce, Caller) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteAllSpellForce::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllSpellForce, SpellForce) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteAllSpellForce::SpellForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteAllStationComponent \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteAllStationComponent) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteAllStationComponent"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteAllStationComponent) == 0x000020, "Wrong size on PhoenixBPLibrary_HermesExecuteAllStationComponent"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllStationComponent, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteAllStationComponent::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllStationComponent, Caller) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteAllStationComponent::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteAllStationComponent, StationComponent) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteAllStationComponent::StationComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteOwnedActorHitBySpell \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteOwnedActorHitBySpell) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteOwnedActorHitBySpell"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteOwnedActorHitBySpell) == 0x000068, "Wrong size on PhoenixBPLibrary_HermesExecuteOwnedActorHitBySpell"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedActorHitBySpell, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteOwnedActorHitBySpell::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedActorHitBySpell, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteOwnedActorHitBySpell::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedActorHitBySpell, Caller) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteOwnedActorHitBySpell::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedActorHitBySpell, HitBySpell) == 0x000020, "Member 'PhoenixBPLibrary_HermesExecuteOwnedActorHitBySpell::HitBySpell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteOwnedDamageResult \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteOwnedDamageResult) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteOwnedDamageResult"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteOwnedDamageResult) == 0x000078, "Wrong size on PhoenixBPLibrary_HermesExecuteOwnedDamageResult"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedDamageResult, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteOwnedDamageResult::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedDamageResult, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteOwnedDamageResult::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedDamageResult, Caller) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteOwnedDamageResult::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedDamageResult, DamageResult) == 0x000020, "Member 'PhoenixBPLibrary_HermesExecuteOwnedDamageResult::DamageResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteOwnedInventoryResult \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteOwnedInventoryResult) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteOwnedInventoryResult"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteOwnedInventoryResult) == 0x0000A8, "Wrong size on PhoenixBPLibrary_HermesExecuteOwnedInventoryResult"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedInventoryResult, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteOwnedInventoryResult::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedInventoryResult, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteOwnedInventoryResult::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedInventoryResult, Caller) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteOwnedInventoryResult::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedInventoryResult, InventoryResult) == 0x000020, "Member 'PhoenixBPLibrary_HermesExecuteOwnedInventoryResult::InventoryResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteOwnedLock \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteOwnedLock) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteOwnedLock"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteOwnedLock) == 0x000030, "Wrong size on PhoenixBPLibrary_HermesExecuteOwnedLock"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedLock, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteOwnedLock::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedLock, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteOwnedLock::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedLock, Caller) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteOwnedLock::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedLock, Lock) == 0x000020, "Member 'PhoenixBPLibrary_HermesExecuteOwnedLock::Lock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteOwnedParryEvent \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteOwnedParryEvent) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteOwnedParryEvent"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteOwnedParryEvent) == 0x000028, "Wrong size on PhoenixBPLibrary_HermesExecuteOwnedParryEvent"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedParryEvent, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteOwnedParryEvent::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedParryEvent, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteOwnedParryEvent::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedParryEvent, Caller) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteOwnedParryEvent::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedParryEvent, ButtonPressed) == 0x000020, "Member 'PhoenixBPLibrary_HermesExecuteOwnedParryEvent::ButtonPressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteOwnedParryTimeToImpact \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteOwnedParryTimeToImpact) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteOwnedParryTimeToImpact"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteOwnedParryTimeToImpact) == 0x000050, "Wrong size on PhoenixBPLibrary_HermesExecuteOwnedParryTimeToImpact"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedParryTimeToImpact, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteOwnedParryTimeToImpact::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedParryTimeToImpact, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteOwnedParryTimeToImpact::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedParryTimeToImpact, Caller) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteOwnedParryTimeToImpact::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedParryTimeToImpact, ParryTimeToImpactData) == 0x000020, "Member 'PhoenixBPLibrary_HermesExecuteOwnedParryTimeToImpact::ParryTimeToImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteOwnedParryWindowBegin \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteOwnedParryWindowBegin) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteOwnedParryWindowBegin"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteOwnedParryWindowBegin) == 0x000038, "Wrong size on PhoenixBPLibrary_HermesExecuteOwnedParryWindowBegin"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedParryWindowBegin, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteOwnedParryWindowBegin::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedParryWindowBegin, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteOwnedParryWindowBegin::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedParryWindowBegin, Caller) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteOwnedParryWindowBegin::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedParryWindowBegin, ParryWindowBeginData) == 0x000020, "Member 'PhoenixBPLibrary_HermesExecuteOwnedParryWindowBegin::ParryWindowBeginData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteOwnedParryWindowEnd \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteOwnedParryWindowEnd) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteOwnedParryWindowEnd"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteOwnedParryWindowEnd) == 0x000028, "Wrong size on PhoenixBPLibrary_HermesExecuteOwnedParryWindowEnd"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedParryWindowEnd, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteOwnedParryWindowEnd::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedParryWindowEnd, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteOwnedParryWindowEnd::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedParryWindowEnd, Caller) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteOwnedParryWindowEnd::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedParryWindowEnd, ParryWindowEndData) == 0x000020, "Member 'PhoenixBPLibrary_HermesExecuteOwnedParryWindowEnd::ParryWindowEndData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteOwnedReflectAttack \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteOwnedReflectAttack) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteOwnedReflectAttack"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteOwnedReflectAttack) == 0x000078, "Wrong size on PhoenixBPLibrary_HermesExecuteOwnedReflectAttack"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedReflectAttack, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteOwnedReflectAttack::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedReflectAttack, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteOwnedReflectAttack::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedReflectAttack, Caller) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteOwnedReflectAttack::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedReflectAttack, DamageResult) == 0x000020, "Member 'PhoenixBPLibrary_HermesExecuteOwnedReflectAttack::DamageResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteOwnedSpellForce \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteOwnedSpellForce) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteOwnedSpellForce"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteOwnedSpellForce) == 0x000038, "Wrong size on PhoenixBPLibrary_HermesExecuteOwnedSpellForce"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedSpellForce, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteOwnedSpellForce::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedSpellForce, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteOwnedSpellForce::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedSpellForce, Caller) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteOwnedSpellForce::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedSpellForce, SpellForce) == 0x000020, "Member 'PhoenixBPLibrary_HermesExecuteOwnedSpellForce::SpellForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_HermesExecuteOwnedStationComponent \ static_assert(alignof(PhoenixBPLibrary_HermesExecuteOwnedStationComponent) == 0x000008, "Wrong alignment on PhoenixBPLibrary_HermesExecuteOwnedStationComponent"); \ static_assert(sizeof(PhoenixBPLibrary_HermesExecuteOwnedStationComponent) == 0x000028, "Wrong size on PhoenixBPLibrary_HermesExecuteOwnedStationComponent"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedStationComponent, Name_0) == 0x000000, "Member 'PhoenixBPLibrary_HermesExecuteOwnedStationComponent::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedStationComponent, Owner) == 0x000010, "Member 'PhoenixBPLibrary_HermesExecuteOwnedStationComponent::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedStationComponent, Caller) == 0x000018, "Member 'PhoenixBPLibrary_HermesExecuteOwnedStationComponent::Caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_HermesExecuteOwnedStationComponent, StationComponent) == 0x000020, "Member 'PhoenixBPLibrary_HermesExecuteOwnedStationComponent::StationComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_IsItemOwned \ static_assert(alignof(PhoenixBPLibrary_IsItemOwned) == 0x000008, "Wrong alignment on PhoenixBPLibrary_IsItemOwned"); \ static_assert(sizeof(PhoenixBPLibrary_IsItemOwned) == 0x000018, "Wrong size on PhoenixBPLibrary_IsItemOwned"); \ static_assert(offsetof(PhoenixBPLibrary_IsItemOwned, productId) == 0x000000, "Member 'PhoenixBPLibrary_IsItemOwned::productId' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_IsItemOwned, ReturnValue) == 0x000010, "Member 'PhoenixBPLibrary_IsItemOwned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_IsRegexMatch \ static_assert(alignof(PhoenixBPLibrary_IsRegexMatch) == 0x000008, "Wrong alignment on PhoenixBPLibrary_IsRegexMatch"); \ static_assert(sizeof(PhoenixBPLibrary_IsRegexMatch) == 0x000028, "Wrong size on PhoenixBPLibrary_IsRegexMatch"); \ static_assert(offsetof(PhoenixBPLibrary_IsRegexMatch, Pattern) == 0x000000, "Member 'PhoenixBPLibrary_IsRegexMatch::Pattern' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_IsRegexMatch, Input) == 0x000010, "Member 'PhoenixBPLibrary_IsRegexMatch::Input' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_IsRegexMatch, ReturnValue) == 0x000020, "Member 'PhoenixBPLibrary_IsRegexMatch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_LoadGearAppearanceItemDefinitionLODs \ static_assert(alignof(PhoenixBPLibrary_LoadGearAppearanceItemDefinitionLODs) == 0x000008, "Wrong alignment on PhoenixBPLibrary_LoadGearAppearanceItemDefinitionLODs"); \ static_assert(sizeof(PhoenixBPLibrary_LoadGearAppearanceItemDefinitionLODs) == 0x000028, "Wrong size on PhoenixBPLibrary_LoadGearAppearanceItemDefinitionLODs"); \ static_assert(offsetof(PhoenixBPLibrary_LoadGearAppearanceItemDefinitionLODs, World) == 0x000000, "Member 'PhoenixBPLibrary_LoadGearAppearanceItemDefinitionLODs::World' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_LoadGearAppearanceItemDefinitionLODs, GearAppearanceItemDefinitions) == 0x000008, "Member 'PhoenixBPLibrary_LoadGearAppearanceItemDefinitionLODs::GearAppearanceItemDefinitions' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_LoadGearAppearanceItemDefinitionLODs, bIncludeTextures) == 0x000018, "Member 'PhoenixBPLibrary_LoadGearAppearanceItemDefinitionLODs::bIncludeTextures' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_LoadGearAppearanceItemDefinitionLODs, ReturnValue) == 0x000020, "Member 'PhoenixBPLibrary_LoadGearAppearanceItemDefinitionLODs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_MakeSoftObjectReference \ static_assert(alignof(PhoenixBPLibrary_MakeSoftObjectReference) == 0x000008, "Wrong alignment on PhoenixBPLibrary_MakeSoftObjectReference"); \ static_assert(sizeof(PhoenixBPLibrary_MakeSoftObjectReference) == 0x000038, "Wrong size on PhoenixBPLibrary_MakeSoftObjectReference"); \ static_assert(offsetof(PhoenixBPLibrary_MakeSoftObjectReference, PathString) == 0x000000, "Member 'PhoenixBPLibrary_MakeSoftObjectReference::PathString' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_MakeSoftObjectReference, ReturnValue) == 0x000010, "Member 'PhoenixBPLibrary_MakeSoftObjectReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_MakeSoftObjectReferenceFromPath \ static_assert(alignof(PhoenixBPLibrary_MakeSoftObjectReferenceFromPath) == 0x000008, "Wrong alignment on PhoenixBPLibrary_MakeSoftObjectReferenceFromPath"); \ static_assert(sizeof(PhoenixBPLibrary_MakeSoftObjectReferenceFromPath) == 0x000040, "Wrong size on PhoenixBPLibrary_MakeSoftObjectReferenceFromPath"); \ static_assert(offsetof(PhoenixBPLibrary_MakeSoftObjectReferenceFromPath, Path) == 0x000000, "Member 'PhoenixBPLibrary_MakeSoftObjectReferenceFromPath::Path' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_MakeSoftObjectReferenceFromPath, ReturnValue) == 0x000018, "Member 'PhoenixBPLibrary_MakeSoftObjectReferenceFromPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_PlayChromaAnimationComposite \ static_assert(alignof(PhoenixBPLibrary_PlayChromaAnimationComposite) == 0x000008, "Wrong alignment on PhoenixBPLibrary_PlayChromaAnimationComposite"); \ static_assert(sizeof(PhoenixBPLibrary_PlayChromaAnimationComposite) == 0x000018, "Wrong size on PhoenixBPLibrary_PlayChromaAnimationComposite"); \ static_assert(offsetof(PhoenixBPLibrary_PlayChromaAnimationComposite, animationName) == 0x000000, "Member 'PhoenixBPLibrary_PlayChromaAnimationComposite::animationName' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_PlayChromaAnimationComposite, loop) == 0x000010, "Member 'PhoenixBPLibrary_PlayChromaAnimationComposite::loop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_SetActorId \ static_assert(alignof(PhoenixBPLibrary_SetActorId) == 0x000008, "Wrong alignment on PhoenixBPLibrary_SetActorId"); \ static_assert(sizeof(PhoenixBPLibrary_SetActorId) == 0x000010, "Wrong size on PhoenixBPLibrary_SetActorId"); \ static_assert(offsetof(PhoenixBPLibrary_SetActorId, Actor) == 0x000000, "Member 'PhoenixBPLibrary_SetActorId::Actor' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_SetActorId, ActorId) == 0x000008, "Member 'PhoenixBPLibrary_SetActorId::ActorId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_SetActorVisibleInRayTracing \ static_assert(alignof(PhoenixBPLibrary_SetActorVisibleInRayTracing) == 0x000008, "Wrong alignment on PhoenixBPLibrary_SetActorVisibleInRayTracing"); \ static_assert(sizeof(PhoenixBPLibrary_SetActorVisibleInRayTracing) == 0x000010, "Wrong size on PhoenixBPLibrary_SetActorVisibleInRayTracing"); \ static_assert(offsetof(PhoenixBPLibrary_SetActorVisibleInRayTracing, Actor) == 0x000000, "Member 'PhoenixBPLibrary_SetActorVisibleInRayTracing::Actor' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_SetActorVisibleInRayTracing, bVisibleInRayTracing) == 0x000008, "Member 'PhoenixBPLibrary_SetActorVisibleInRayTracing::bVisibleInRayTracing' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_SetActorVisibleInRayTracing, bIncludeChildren) == 0x000009, "Member 'PhoenixBPLibrary_SetActorVisibleInRayTracing::bIncludeChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_SetMeshVisibleInRayTracing \ static_assert(alignof(PhoenixBPLibrary_SetMeshVisibleInRayTracing) == 0x000008, "Wrong alignment on PhoenixBPLibrary_SetMeshVisibleInRayTracing"); \ static_assert(sizeof(PhoenixBPLibrary_SetMeshVisibleInRayTracing) == 0x000010, "Wrong size on PhoenixBPLibrary_SetMeshVisibleInRayTracing"); \ static_assert(offsetof(PhoenixBPLibrary_SetMeshVisibleInRayTracing, MeshComponent) == 0x000000, "Member 'PhoenixBPLibrary_SetMeshVisibleInRayTracing::MeshComponent' has a wrong offset!"); \ static_assert(offsetof(PhoenixBPLibrary_SetMeshVisibleInRayTracing, bVisibleInRayTracing) == 0x000008, "Member 'PhoenixBPLibrary_SetMeshVisibleInRayTracing::bVisibleInRayTracing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixBPLibrary_VerifyKey \ static_assert(alignof(PhoenixBPLibrary_VerifyKey) == 0x000008, "Wrong alignment on PhoenixBPLibrary_VerifyKey"); \ static_assert(sizeof(PhoenixBPLibrary_VerifyKey) == 0x000010, "Wrong size on PhoenixBPLibrary_VerifyKey"); \ static_assert(offsetof(PhoenixBPLibrary_VerifyKey, Keys) == 0x000000, "Member 'PhoenixBPLibrary_VerifyKey::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixBPLibrary \ static_assert(alignof(UPhoenixBPLibrary) == 0x000008, "Wrong alignment on UPhoenixBPLibrary"); \ static_assert(sizeof(UPhoenixBPLibrary) == 0x000040, "Wrong size on UPhoenixBPLibrary"); \ #define DUMPER7_ASSERTS_CompanionBlueprintLibrary_HasCompanionOverlaps \ static_assert(alignof(CompanionBlueprintLibrary_HasCompanionOverlaps) == 0x000008, "Wrong alignment on CompanionBlueprintLibrary_HasCompanionOverlaps"); \ static_assert(sizeof(CompanionBlueprintLibrary_HasCompanionOverlaps) == 0x000010, "Wrong size on CompanionBlueprintLibrary_HasCompanionOverlaps"); \ static_assert(offsetof(CompanionBlueprintLibrary_HasCompanionOverlaps, TargetActor) == 0x000000, "Member 'CompanionBlueprintLibrary_HasCompanionOverlaps::TargetActor' has a wrong offset!"); \ static_assert(offsetof(CompanionBlueprintLibrary_HasCompanionOverlaps, ReturnValue) == 0x000008, "Member 'CompanionBlueprintLibrary_HasCompanionOverlaps::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionBlueprintLibrary_IsCompanionPawn \ static_assert(alignof(CompanionBlueprintLibrary_IsCompanionPawn) == 0x000008, "Wrong alignment on CompanionBlueprintLibrary_IsCompanionPawn"); \ static_assert(sizeof(CompanionBlueprintLibrary_IsCompanionPawn) == 0x000010, "Wrong size on CompanionBlueprintLibrary_IsCompanionPawn"); \ static_assert(offsetof(CompanionBlueprintLibrary_IsCompanionPawn, TargetActor) == 0x000000, "Member 'CompanionBlueprintLibrary_IsCompanionPawn::TargetActor' has a wrong offset!"); \ static_assert(offsetof(CompanionBlueprintLibrary_IsCompanionPawn, ReturnValue) == 0x000008, "Member 'CompanionBlueprintLibrary_IsCompanionPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompanionBlueprintLibrary \ static_assert(alignof(UCompanionBlueprintLibrary) == 0x000008, "Wrong alignment on UCompanionBlueprintLibrary"); \ static_assert(sizeof(UCompanionBlueprintLibrary) == 0x000028, "Wrong size on UCompanionBlueprintLibrary"); \ #define DUMPER7_ASSERTS_CompanionManager_CanMoveCompanionBP \ static_assert(alignof(CompanionManager_CanMoveCompanionBP) == 0x000008, "Wrong alignment on CompanionManager_CanMoveCompanionBP"); \ static_assert(sizeof(CompanionManager_CanMoveCompanionBP) == 0x000030, "Wrong size on CompanionManager_CanMoveCompanionBP"); \ static_assert(offsetof(CompanionManager_CanMoveCompanionBP, Pawn) == 0x000000, "Member 'CompanionManager_CanMoveCompanionBP::Pawn' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_CanMoveCompanionBP, Params_0) == 0x000008, "Member 'CompanionManager_CanMoveCompanionBP::Params_0' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_CanMoveCompanionBP, ReturnValue) == 0x000028, "Member 'CompanionManager_CanMoveCompanionBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_DisableSystemicCompanionsForDungeons \ static_assert(alignof(CompanionManager_DisableSystemicCompanionsForDungeons) == 0x000001, "Wrong alignment on CompanionManager_DisableSystemicCompanionsForDungeons"); \ static_assert(sizeof(CompanionManager_DisableSystemicCompanionsForDungeons) == 0x000001, "Wrong size on CompanionManager_DisableSystemicCompanionsForDungeons"); \ static_assert(offsetof(CompanionManager_DisableSystemicCompanionsForDungeons, bDisable) == 0x000000, "Member 'CompanionManager_DisableSystemicCompanionsForDungeons::bDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_Get \ static_assert(alignof(CompanionManager_Get) == 0x000008, "Wrong alignment on CompanionManager_Get"); \ static_assert(sizeof(CompanionManager_Get) == 0x000008, "Wrong size on CompanionManager_Get"); \ static_assert(offsetof(CompanionManager_Get, ReturnValue) == 0x000000, "Member 'CompanionManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_GetCompanionFollowParamsBP \ static_assert(alignof(CompanionManager_GetCompanionFollowParamsBP) == 0x000008, "Wrong alignment on CompanionManager_GetCompanionFollowParamsBP"); \ static_assert(sizeof(CompanionManager_GetCompanionFollowParamsBP) == 0x000030, "Wrong size on CompanionManager_GetCompanionFollowParamsBP"); \ static_assert(offsetof(CompanionManager_GetCompanionFollowParamsBP, Pawn) == 0x000000, "Member 'CompanionManager_GetCompanionFollowParamsBP::Pawn' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_GetCompanionFollowParamsBP, Params_0) == 0x000008, "Member 'CompanionManager_GetCompanionFollowParamsBP::Params_0' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_GetCompanionFollowParamsBP, ReturnValue) == 0x000028, "Member 'CompanionManager_GetCompanionFollowParamsBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_GetCompanionInteractionTextBP \ static_assert(alignof(CompanionManager_GetCompanionInteractionTextBP) == 0x000008, "Wrong alignment on CompanionManager_GetCompanionInteractionTextBP"); \ static_assert(sizeof(CompanionManager_GetCompanionInteractionTextBP) == 0x000020, "Wrong size on CompanionManager_GetCompanionInteractionTextBP"); \ static_assert(offsetof(CompanionManager_GetCompanionInteractionTextBP, interactionActor) == 0x000000, "Member 'CompanionManager_GetCompanionInteractionTextBP::interactionActor' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_GetCompanionInteractionTextBP, Index_0) == 0x000008, "Member 'CompanionManager_GetCompanionInteractionTextBP::Index_0' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_GetCompanionInteractionTextBP, ReturnValue) == 0x000010, "Member 'CompanionManager_GetCompanionInteractionTextBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_GetCompanionManager \ static_assert(alignof(CompanionManager_GetCompanionManager) == 0x000008, "Wrong alignment on CompanionManager_GetCompanionManager"); \ static_assert(sizeof(CompanionManager_GetCompanionManager) == 0x000008, "Wrong size on CompanionManager_GetCompanionManager"); \ static_assert(offsetof(CompanionManager_GetCompanionManager, ReturnValue) == 0x000000, "Member 'CompanionManager_GetCompanionManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_GetCompanionSettingDataBP \ static_assert(alignof(CompanionManager_GetCompanionSettingDataBP) == 0x000008, "Wrong alignment on CompanionManager_GetCompanionSettingDataBP"); \ static_assert(sizeof(CompanionManager_GetCompanionSettingDataBP) == 0x000098, "Wrong size on CompanionManager_GetCompanionSettingDataBP"); \ static_assert(offsetof(CompanionManager_GetCompanionSettingDataBP, Name_0) == 0x000000, "Member 'CompanionManager_GetCompanionSettingDataBP::Name_0' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_GetCompanionSettingDataBP, OutCompanionSettingData) == 0x000010, "Member 'CompanionManager_GetCompanionSettingDataBP::OutCompanionSettingData' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_GetCompanionSettingDataBP, ReturnValue) == 0x000090, "Member 'CompanionManager_GetCompanionSettingDataBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_GetCompanionSettingDataFromActorBP \ static_assert(alignof(CompanionManager_GetCompanionSettingDataFromActorBP) == 0x000008, "Wrong alignment on CompanionManager_GetCompanionSettingDataFromActorBP"); \ static_assert(sizeof(CompanionManager_GetCompanionSettingDataFromActorBP) == 0x000090, "Wrong size on CompanionManager_GetCompanionSettingDataFromActorBP"); \ static_assert(offsetof(CompanionManager_GetCompanionSettingDataFromActorBP, companionActor) == 0x000000, "Member 'CompanionManager_GetCompanionSettingDataFromActorBP::companionActor' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_GetCompanionSettingDataFromActorBP, OutCompanionSettingData) == 0x000008, "Member 'CompanionManager_GetCompanionSettingDataFromActorBP::OutCompanionSettingData' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_GetCompanionSettingDataFromActorBP, ReturnValue) == 0x000088, "Member 'CompanionManager_GetCompanionSettingDataFromActorBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_HandleCompanionInteractionBP \ static_assert(alignof(CompanionManager_HandleCompanionInteractionBP) == 0x000004, "Wrong alignment on CompanionManager_HandleCompanionInteractionBP"); \ static_assert(sizeof(CompanionManager_HandleCompanionInteractionBP) == 0x000004, "Wrong size on CompanionManager_HandleCompanionInteractionBP"); \ static_assert(offsetof(CompanionManager_HandleCompanionInteractionBP, Index_0) == 0x000000, "Member 'CompanionManager_HandleCompanionInteractionBP::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_IdentitiesAllowedToAddOnCompanion \ static_assert(alignof(CompanionManager_IdentitiesAllowedToAddOnCompanion) == 0x000008, "Wrong alignment on CompanionManager_IdentitiesAllowedToAddOnCompanion"); \ static_assert(sizeof(CompanionManager_IdentitiesAllowedToAddOnCompanion) == 0x000018, "Wrong size on CompanionManager_IdentitiesAllowedToAddOnCompanion"); \ static_assert(offsetof(CompanionManager_IdentitiesAllowedToAddOnCompanion, InCompanionName) == 0x000000, "Member 'CompanionManager_IdentitiesAllowedToAddOnCompanion::InCompanionName' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_IdentitiesAllowedToAddOnCompanion, ReturnValue) == 0x000008, "Member 'CompanionManager_IdentitiesAllowedToAddOnCompanion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_IsCompanionWaitingBP \ static_assert(alignof(CompanionManager_IsCompanionWaitingBP) == 0x000008, "Wrong alignment on CompanionManager_IsCompanionWaitingBP"); \ static_assert(sizeof(CompanionManager_IsCompanionWaitingBP) == 0x000018, "Wrong size on CompanionManager_IsCompanionWaitingBP"); \ static_assert(offsetof(CompanionManager_IsCompanionWaitingBP, Pawn) == 0x000000, "Member 'CompanionManager_IsCompanionWaitingBP::Pawn' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_IsCompanionWaitingBP, WaitLocation) == 0x000008, "Member 'CompanionManager_IsCompanionWaitingBP::WaitLocation' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_IsCompanionWaitingBP, ReturnValue) == 0x000014, "Member 'CompanionManager_IsCompanionWaitingBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_SetCompanionBP \ static_assert(alignof(CompanionManager_SetCompanionBP) == 0x000008, "Wrong alignment on CompanionManager_SetCompanionBP"); \ static_assert(sizeof(CompanionManager_SetCompanionBP) == 0x000018, "Wrong size on CompanionManager_SetCompanionBP"); \ static_assert(offsetof(CompanionManager_SetCompanionBP, Name_0) == 0x000000, "Member 'CompanionManager_SetCompanionBP::Name_0' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_SetCompanionBP, bEnable) == 0x000010, "Member 'CompanionManager_SetCompanionBP::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_SetCompanionSettingDataBP \ static_assert(alignof(CompanionManager_SetCompanionSettingDataBP) == 0x000008, "Wrong alignment on CompanionManager_SetCompanionSettingDataBP"); \ static_assert(sizeof(CompanionManager_SetCompanionSettingDataBP) == 0x000090, "Wrong size on CompanionManager_SetCompanionSettingDataBP"); \ static_assert(offsetof(CompanionManager_SetCompanionSettingDataBP, Name_0) == 0x000000, "Member 'CompanionManager_SetCompanionSettingDataBP::Name_0' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_SetCompanionSettingDataBP, InCompanionSettingData) == 0x000010, "Member 'CompanionManager_SetCompanionSettingDataBP::InCompanionSettingData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_SetCompanionSettingDataToConfigBP \ static_assert(alignof(CompanionManager_SetCompanionSettingDataToConfigBP) == 0x000008, "Wrong alignment on CompanionManager_SetCompanionSettingDataToConfigBP"); \ static_assert(sizeof(CompanionManager_SetCompanionSettingDataToConfigBP) == 0x000010, "Wrong size on CompanionManager_SetCompanionSettingDataToConfigBP"); \ static_assert(offsetof(CompanionManager_SetCompanionSettingDataToConfigBP, Name_0) == 0x000000, "Member 'CompanionManager_SetCompanionSettingDataToConfigBP::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_SetSystemicCompanionBP \ static_assert(alignof(CompanionManager_SetSystemicCompanionBP) == 0x000008, "Wrong alignment on CompanionManager_SetSystemicCompanionBP"); \ static_assert(sizeof(CompanionManager_SetSystemicCompanionBP) == 0x000018, "Wrong size on CompanionManager_SetSystemicCompanionBP"); \ static_assert(offsetof(CompanionManager_SetSystemicCompanionBP, Name_0) == 0x000000, "Member 'CompanionManager_SetSystemicCompanionBP::Name_0' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_SetSystemicCompanionBP, bEnable) == 0x000010, "Member 'CompanionManager_SetSystemicCompanionBP::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_TryCompanionTeleportBP \ static_assert(alignof(CompanionManager_TryCompanionTeleportBP) == 0x000008, "Wrong alignment on CompanionManager_TryCompanionTeleportBP"); \ static_assert(sizeof(CompanionManager_TryCompanionTeleportBP) == 0x000028, "Wrong size on CompanionManager_TryCompanionTeleportBP"); \ static_assert(offsetof(CompanionManager_TryCompanionTeleportBP, ScheduledEntity) == 0x000000, "Member 'CompanionManager_TryCompanionTeleportBP::ScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_TryCompanionTeleportBP, TargetLocation) == 0x000008, "Member 'CompanionManager_TryCompanionTeleportBP::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_TryCompanionTeleportBP, TargetRotation) == 0x000014, "Member 'CompanionManager_TryCompanionTeleportBP::TargetRotation' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_TryCompanionTeleportBP, ReturnValue) == 0x000020, "Member 'CompanionManager_TryCompanionTeleportBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_AddIdentityToCompanion \ static_assert(alignof(CompanionManager_AddIdentityToCompanion) == 0x000004, "Wrong alignment on CompanionManager_AddIdentityToCompanion"); \ static_assert(sizeof(CompanionManager_AddIdentityToCompanion) == 0x000010, "Wrong size on CompanionManager_AddIdentityToCompanion"); \ static_assert(offsetof(CompanionManager_AddIdentityToCompanion, InCompanionName) == 0x000000, "Member 'CompanionManager_AddIdentityToCompanion::InCompanionName' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_AddIdentityToCompanion, InIdentityName) == 0x000008, "Member 'CompanionManager_AddIdentityToCompanion::InIdentityName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_CanAddIdentity \ static_assert(alignof(CompanionManager_CanAddIdentity) == 0x000004, "Wrong alignment on CompanionManager_CanAddIdentity"); \ static_assert(sizeof(CompanionManager_CanAddIdentity) == 0x00000C, "Wrong size on CompanionManager_CanAddIdentity"); \ static_assert(offsetof(CompanionManager_CanAddIdentity, InCompanionName) == 0x000000, "Member 'CompanionManager_CanAddIdentity::InCompanionName' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_CanAddIdentity, ReturnValue) == 0x000008, "Member 'CompanionManager_CanAddIdentity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_CanSystemicallyCompanionable \ static_assert(alignof(CompanionManager_CanSystemicallyCompanionable) == 0x000004, "Wrong alignment on CompanionManager_CanSystemicallyCompanionable"); \ static_assert(sizeof(CompanionManager_CanSystemicallyCompanionable) == 0x00000C, "Wrong size on CompanionManager_CanSystemicallyCompanionable"); \ static_assert(offsetof(CompanionManager_CanSystemicallyCompanionable, InNPCName) == 0x000000, "Member 'CompanionManager_CanSystemicallyCompanionable::InNPCName' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_CanSystemicallyCompanionable, ReturnValue) == 0x000008, "Member 'CompanionManager_CanSystemicallyCompanionable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_ChangeCompanionInvulnerableBP \ static_assert(alignof(CompanionManager_ChangeCompanionInvulnerableBP) == 0x000004, "Wrong alignment on CompanionManager_ChangeCompanionInvulnerableBP"); \ static_assert(sizeof(CompanionManager_ChangeCompanionInvulnerableBP) == 0x00000C, "Wrong size on CompanionManager_ChangeCompanionInvulnerableBP"); \ static_assert(offsetof(CompanionManager_ChangeCompanionInvulnerableBP, InCompanionName) == 0x000000, "Member 'CompanionManager_ChangeCompanionInvulnerableBP::InCompanionName' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_ChangeCompanionInvulnerableBP, InBMakeInvulnerable) == 0x000008, "Member 'CompanionManager_ChangeCompanionInvulnerableBP::InBMakeInvulnerable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_ChooseLocation \ static_assert(alignof(CompanionManager_ChooseLocation) == 0x000008, "Wrong alignment on CompanionManager_ChooseLocation"); \ static_assert(sizeof(CompanionManager_ChooseLocation) == 0x000018, "Wrong size on CompanionManager_ChooseLocation"); \ static_assert(offsetof(CompanionManager_ChooseLocation, InCompanionPawn) == 0x000000, "Member 'CompanionManager_ChooseLocation::InCompanionPawn' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_ChooseLocation, OutDestination) == 0x000008, "Member 'CompanionManager_ChooseLocation::OutDestination' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_ChooseLocation, ReturnValue) == 0x000014, "Member 'CompanionManager_ChooseLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_GetCompanionNameWithMostCompanionshipTime \ static_assert(alignof(CompanionManager_GetCompanionNameWithMostCompanionshipTime) == 0x000004, "Wrong alignment on CompanionManager_GetCompanionNameWithMostCompanionshipTime"); \ static_assert(sizeof(CompanionManager_GetCompanionNameWithMostCompanionshipTime) == 0x000008, "Wrong size on CompanionManager_GetCompanionNameWithMostCompanionshipTime"); \ static_assert(offsetof(CompanionManager_GetCompanionNameWithMostCompanionshipTime, ReturnValue) == 0x000000, "Member 'CompanionManager_GetCompanionNameWithMostCompanionshipTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_GetPrimaryCompanionNameBP \ static_assert(alignof(CompanionManager_GetPrimaryCompanionNameBP) == 0x000004, "Wrong alignment on CompanionManager_GetPrimaryCompanionNameBP"); \ static_assert(sizeof(CompanionManager_GetPrimaryCompanionNameBP) == 0x000008, "Wrong size on CompanionManager_GetPrimaryCompanionNameBP"); \ static_assert(offsetof(CompanionManager_GetPrimaryCompanionNameBP, ReturnValue) == 0x000000, "Member 'CompanionManager_GetPrimaryCompanionNameBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_HandleActorHit \ static_assert(alignof(CompanionManager_HandleActorHit) == 0x000008, "Wrong alignment on CompanionManager_HandleActorHit"); \ static_assert(sizeof(CompanionManager_HandleActorHit) == 0x0000A8, "Wrong size on CompanionManager_HandleActorHit"); \ static_assert(offsetof(CompanionManager_HandleActorHit, SelfActor) == 0x000000, "Member 'CompanionManager_HandleActorHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_HandleActorHit, OtherActor) == 0x000008, "Member 'CompanionManager_HandleActorHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_HandleActorHit, NormalImpluse) == 0x000010, "Member 'CompanionManager_HandleActorHit::NormalImpluse' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_HandleActorHit, Hit) == 0x00001C, "Member 'CompanionManager_HandleActorHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_HandleFleshLoaded \ static_assert(alignof(CompanionManager_HandleFleshLoaded) == 0x000008, "Wrong alignment on CompanionManager_HandleFleshLoaded"); \ static_assert(sizeof(CompanionManager_HandleFleshLoaded) == 0x000008, "Wrong size on CompanionManager_HandleFleshLoaded"); \ static_assert(offsetof(CompanionManager_HandleFleshLoaded, FleshActor) == 0x000000, "Member 'CompanionManager_HandleFleshLoaded::FleshActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_MoveToLocation \ static_assert(alignof(CompanionManager_MoveToLocation) == 0x000008, "Wrong alignment on CompanionManager_MoveToLocation"); \ static_assert(sizeof(CompanionManager_MoveToLocation) == 0x000020, "Wrong size on CompanionManager_MoveToLocation"); \ static_assert(offsetof(CompanionManager_MoveToLocation, InCharacterLocation) == 0x000000, "Member 'CompanionManager_MoveToLocation::InCharacterLocation' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_MoveToLocation, InCompanionPawn) == 0x000010, "Member 'CompanionManager_MoveToLocation::InCompanionPawn' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_MoveToLocation, ReturnValue) == 0x000018, "Member 'CompanionManager_MoveToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_OnCharacterTeleported \ static_assert(alignof(CompanionManager_OnCharacterTeleported) == 0x000008, "Wrong alignment on CompanionManager_OnCharacterTeleported"); \ static_assert(sizeof(CompanionManager_OnCharacterTeleported) == 0x000020, "Wrong size on CompanionManager_OnCharacterTeleported"); \ static_assert(offsetof(CompanionManager_OnCharacterTeleported, TeleportedCharacter) == 0x000000, "Member 'CompanionManager_OnCharacterTeleported::TeleportedCharacter' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_OnCharacterTeleported, AmountDisplaced) == 0x000008, "Member 'CompanionManager_OnCharacterTeleported::AmountDisplaced' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_OnCharacterTeleported, AmountRotated) == 0x000014, "Member 'CompanionManager_OnCharacterTeleported::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_OnCompanionDamaged \ static_assert(alignof(CompanionManager_OnCompanionDamaged) == 0x000008, "Wrong alignment on CompanionManager_OnCompanionDamaged"); \ static_assert(sizeof(CompanionManager_OnCompanionDamaged) == 0x0000A0, "Wrong size on CompanionManager_OnCompanionDamaged"); \ static_assert(offsetof(CompanionManager_OnCompanionDamaged, InActor) == 0x000000, "Member 'CompanionManager_OnCompanionDamaged::InActor' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_OnCompanionDamaged, InInstigator) == 0x000008, "Member 'CompanionManager_OnCompanionDamaged::InInstigator' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_OnCompanionDamaged, InDamage) == 0x000010, "Member 'CompanionManager_OnCompanionDamaged::InDamage' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_OnCompanionDamaged, InHit) == 0x000014, "Member 'CompanionManager_OnCompanionDamaged::InHit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_OnCompanionDied \ static_assert(alignof(CompanionManager_OnCompanionDied) == 0x000008, "Wrong alignment on CompanionManager_OnCompanionDied"); \ static_assert(sizeof(CompanionManager_OnCompanionDied) == 0x000008, "Wrong size on CompanionManager_OnCompanionDied"); \ static_assert(offsetof(CompanionManager_OnCompanionDied, Companion) == 0x000000, "Member 'CompanionManager_OnCompanionDied::Companion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_OnCompanionDismissed \ static_assert(alignof(CompanionManager_OnCompanionDismissed) == 0x000004, "Wrong alignment on CompanionManager_OnCompanionDismissed"); \ static_assert(sizeof(CompanionManager_OnCompanionDismissed) == 0x000008, "Wrong size on CompanionManager_OnCompanionDismissed"); \ static_assert(offsetof(CompanionManager_OnCompanionDismissed, CompanionName) == 0x000000, "Member 'CompanionManager_OnCompanionDismissed::CompanionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_OnCompanionHealing \ static_assert(alignof(CompanionManager_OnCompanionHealing) == 0x000008, "Wrong alignment on CompanionManager_OnCompanionHealing"); \ static_assert(sizeof(CompanionManager_OnCompanionHealing) == 0x000018, "Wrong size on CompanionManager_OnCompanionHealing"); \ static_assert(offsetof(CompanionManager_OnCompanionHealing, Instigator) == 0x000000, "Member 'CompanionManager_OnCompanionHealing::Instigator' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_OnCompanionHealing, InHealthChange) == 0x000008, "Member 'CompanionManager_OnCompanionHealing::InHealthChange' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_OnCompanionHealing, TargetActor) == 0x000010, "Member 'CompanionManager_OnCompanionHealing::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_OnCompanionReady \ static_assert(alignof(CompanionManager_OnCompanionReady) == 0x000008, "Wrong alignment on CompanionManager_OnCompanionReady"); \ static_assert(sizeof(CompanionManager_OnCompanionReady) == 0x000008, "Wrong size on CompanionManager_OnCompanionReady"); \ static_assert(offsetof(CompanionManager_OnCompanionReady, companionScheduledEntity) == 0x000000, "Member 'CompanionManager_OnCompanionReady::companionScheduledEntity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_OnCompanionRemoved \ static_assert(alignof(CompanionManager_OnCompanionRemoved) == 0x000008, "Wrong alignment on CompanionManager_OnCompanionRemoved"); \ static_assert(sizeof(CompanionManager_OnCompanionRemoved) == 0x000008, "Wrong size on CompanionManager_OnCompanionRemoved"); \ static_assert(offsetof(CompanionManager_OnCompanionRemoved, Companion) == 0x000000, "Member 'CompanionManager_OnCompanionRemoved::Companion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_OnPawnEnterLeaveCompanionSettingsVolume \ static_assert(alignof(CompanionManager_OnPawnEnterLeaveCompanionSettingsVolume) == 0x000008, "Wrong alignment on CompanionManager_OnPawnEnterLeaveCompanionSettingsVolume"); \ static_assert(sizeof(CompanionManager_OnPawnEnterLeaveCompanionSettingsVolume) == 0x000028, "Wrong size on CompanionManager_OnPawnEnterLeaveCompanionSettingsVolume"); \ static_assert(offsetof(CompanionManager_OnPawnEnterLeaveCompanionSettingsVolume, Volume) == 0x000000, "Member 'CompanionManager_OnPawnEnterLeaveCompanionSettingsVolume::Volume' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_OnPawnEnterLeaveCompanionSettingsVolume, Pawn) == 0x000008, "Member 'CompanionManager_OnPawnEnterLeaveCompanionSettingsVolume::Pawn' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_OnPawnEnterLeaveCompanionSettingsVolume, Settings) == 0x000010, "Member 'CompanionManager_OnPawnEnterLeaveCompanionSettingsVolume::Settings' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_OnPawnEnterLeaveCompanionSettingsVolume, bInside) == 0x000024, "Member 'CompanionManager_OnPawnEnterLeaveCompanionSettingsVolume::bInside' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_OnPlayerEnterLeaveCompanionSettingsVolume \ static_assert(alignof(CompanionManager_OnPlayerEnterLeaveCompanionSettingsVolume) == 0x000008, "Wrong alignment on CompanionManager_OnPlayerEnterLeaveCompanionSettingsVolume"); \ static_assert(sizeof(CompanionManager_OnPlayerEnterLeaveCompanionSettingsVolume) == 0x000020, "Wrong size on CompanionManager_OnPlayerEnterLeaveCompanionSettingsVolume"); \ static_assert(offsetof(CompanionManager_OnPlayerEnterLeaveCompanionSettingsVolume, Volume) == 0x000000, "Member 'CompanionManager_OnPlayerEnterLeaveCompanionSettingsVolume::Volume' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_OnPlayerEnterLeaveCompanionSettingsVolume, Settings) == 0x000008, "Member 'CompanionManager_OnPlayerEnterLeaveCompanionSettingsVolume::Settings' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_OnPlayerEnterLeaveCompanionSettingsVolume, bInside) == 0x00001C, "Member 'CompanionManager_OnPlayerEnterLeaveCompanionSettingsVolume::bInside' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_SetCompanionForcedWaitLocation \ static_assert(alignof(CompanionManager_SetCompanionForcedWaitLocation) == 0x000004, "Wrong alignment on CompanionManager_SetCompanionForcedWaitLocation"); \ static_assert(sizeof(CompanionManager_SetCompanionForcedWaitLocation) == 0x000018, "Wrong size on CompanionManager_SetCompanionForcedWaitLocation"); \ static_assert(offsetof(CompanionManager_SetCompanionForcedWaitLocation, InWaitLocation) == 0x000000, "Member 'CompanionManager_SetCompanionForcedWaitLocation::InWaitLocation' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_SetCompanionForcedWaitLocation, InWaitDirection) == 0x00000C, "Member 'CompanionManager_SetCompanionForcedWaitLocation::InWaitDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_SetCompanionIsIdleFlag \ static_assert(alignof(CompanionManager_SetCompanionIsIdleFlag) == 0x000008, "Wrong alignment on CompanionManager_SetCompanionIsIdleFlag"); \ static_assert(sizeof(CompanionManager_SetCompanionIsIdleFlag) == 0x000010, "Wrong size on CompanionManager_SetCompanionIsIdleFlag"); \ static_assert(offsetof(CompanionManager_SetCompanionIsIdleFlag, InCompanionActor) == 0x000000, "Member 'CompanionManager_SetCompanionIsIdleFlag::InCompanionActor' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_SetCompanionIsIdleFlag, InBCompanionIsIdle) == 0x000008, "Member 'CompanionManager_SetCompanionIsIdleFlag::InBCompanionIsIdle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_StartPrimaryCompanionCustomAbility \ static_assert(alignof(CompanionManager_StartPrimaryCompanionCustomAbility) == 0x000008, "Wrong alignment on CompanionManager_StartPrimaryCompanionCustomAbility"); \ static_assert(sizeof(CompanionManager_StartPrimaryCompanionCustomAbility) == 0x000008, "Wrong size on CompanionManager_StartPrimaryCompanionCustomAbility"); \ static_assert(offsetof(CompanionManager_StartPrimaryCompanionCustomAbility, Ability) == 0x000000, "Member 'CompanionManager_StartPrimaryCompanionCustomAbility::Ability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_StopMovement \ static_assert(alignof(CompanionManager_StopMovement) == 0x000001, "Wrong alignment on CompanionManager_StopMovement"); \ static_assert(sizeof(CompanionManager_StopMovement) == 0x000001, "Wrong size on CompanionManager_StopMovement"); \ static_assert(offsetof(CompanionManager_StopMovement, InStopMovement) == 0x000000, "Member 'CompanionManager_StopMovement::InStopMovement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_TryCompanionTeleportBehindPlayer \ static_assert(alignof(CompanionManager_TryCompanionTeleportBehindPlayer) == 0x000001, "Wrong alignment on CompanionManager_TryCompanionTeleportBehindPlayer"); \ static_assert(sizeof(CompanionManager_TryCompanionTeleportBehindPlayer) == 0x000001, "Wrong size on CompanionManager_TryCompanionTeleportBehindPlayer"); \ static_assert(offsetof(CompanionManager_TryCompanionTeleportBehindPlayer, ReturnValue) == 0x000000, "Member 'CompanionManager_TryCompanionTeleportBehindPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_AreSystemicCompanionsDisabled \ static_assert(alignof(CompanionManager_AreSystemicCompanionsDisabled) == 0x000001, "Wrong alignment on CompanionManager_AreSystemicCompanionsDisabled"); \ static_assert(sizeof(CompanionManager_AreSystemicCompanionsDisabled) == 0x000001, "Wrong size on CompanionManager_AreSystemicCompanionsDisabled"); \ static_assert(offsetof(CompanionManager_AreSystemicCompanionsDisabled, ReturnValue) == 0x000000, "Member 'CompanionManager_AreSystemicCompanionsDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_GetActivePrimaryCompanionPawn \ static_assert(alignof(CompanionManager_GetActivePrimaryCompanionPawn) == 0x000008, "Wrong alignment on CompanionManager_GetActivePrimaryCompanionPawn"); \ static_assert(sizeof(CompanionManager_GetActivePrimaryCompanionPawn) == 0x000010, "Wrong size on CompanionManager_GetActivePrimaryCompanionPawn"); \ static_assert(offsetof(CompanionManager_GetActivePrimaryCompanionPawn, CompanionPawn) == 0x000000, "Member 'CompanionManager_GetActivePrimaryCompanionPawn::CompanionPawn' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_GetActivePrimaryCompanionPawn, ReturnValue) == 0x000008, "Member 'CompanionManager_GetActivePrimaryCompanionPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_GetActivePrimaryCompanionPawnAndName \ static_assert(alignof(CompanionManager_GetActivePrimaryCompanionPawnAndName) == 0x000008, "Wrong alignment on CompanionManager_GetActivePrimaryCompanionPawnAndName"); \ static_assert(sizeof(CompanionManager_GetActivePrimaryCompanionPawnAndName) == 0x000018, "Wrong size on CompanionManager_GetActivePrimaryCompanionPawnAndName"); \ static_assert(offsetof(CompanionManager_GetActivePrimaryCompanionPawnAndName, CompanionPawn) == 0x000000, "Member 'CompanionManager_GetActivePrimaryCompanionPawnAndName::CompanionPawn' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_GetActivePrimaryCompanionPawnAndName, OutCompanionName) == 0x000008, "Member 'CompanionManager_GetActivePrimaryCompanionPawnAndName::OutCompanionName' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_GetActivePrimaryCompanionPawnAndName, bIsFemale) == 0x000010, "Member 'CompanionManager_GetActivePrimaryCompanionPawnAndName::bIsFemale' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_GetActivePrimaryCompanionPawnAndName, ReturnValue) == 0x000011, "Member 'CompanionManager_GetActivePrimaryCompanionPawnAndName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_GetAllPossibleSystemicCompanions \ static_assert(alignof(CompanionManager_GetAllPossibleSystemicCompanions) == 0x000008, "Wrong alignment on CompanionManager_GetAllPossibleSystemicCompanions"); \ static_assert(sizeof(CompanionManager_GetAllPossibleSystemicCompanions) == 0x000010, "Wrong size on CompanionManager_GetAllPossibleSystemicCompanions"); \ static_assert(offsetof(CompanionManager_GetAllPossibleSystemicCompanions, ReturnValue) == 0x000000, "Member 'CompanionManager_GetAllPossibleSystemicCompanions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_GetDisabledSystemicCompanions \ static_assert(alignof(CompanionManager_GetDisabledSystemicCompanions) == 0x000008, "Wrong alignment on CompanionManager_GetDisabledSystemicCompanions"); \ static_assert(sizeof(CompanionManager_GetDisabledSystemicCompanions) == 0x000010, "Wrong size on CompanionManager_GetDisabledSystemicCompanions"); \ static_assert(offsetof(CompanionManager_GetDisabledSystemicCompanions, ReturnValue) == 0x000000, "Member 'CompanionManager_GetDisabledSystemicCompanions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_GetForcedCompanionName \ static_assert(alignof(CompanionManager_GetForcedCompanionName) == 0x000008, "Wrong alignment on CompanionManager_GetForcedCompanionName"); \ static_assert(sizeof(CompanionManager_GetForcedCompanionName) == 0x000010, "Wrong size on CompanionManager_GetForcedCompanionName"); \ static_assert(offsetof(CompanionManager_GetForcedCompanionName, ReturnValue) == 0x000000, "Member 'CompanionManager_GetForcedCompanionName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_GetPrimaryCompanionPawn \ static_assert(alignof(CompanionManager_GetPrimaryCompanionPawn) == 0x000008, "Wrong alignment on CompanionManager_GetPrimaryCompanionPawn"); \ static_assert(sizeof(CompanionManager_GetPrimaryCompanionPawn) == 0x000008, "Wrong size on CompanionManager_GetPrimaryCompanionPawn"); \ static_assert(offsetof(CompanionManager_GetPrimaryCompanionPawn, ReturnValue) == 0x000000, "Member 'CompanionManager_GetPrimaryCompanionPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_GetUnlockedSystemicCompanions \ static_assert(alignof(CompanionManager_GetUnlockedSystemicCompanions) == 0x000008, "Wrong alignment on CompanionManager_GetUnlockedSystemicCompanions"); \ static_assert(sizeof(CompanionManager_GetUnlockedSystemicCompanions) == 0x000010, "Wrong size on CompanionManager_GetUnlockedSystemicCompanions"); \ static_assert(offsetof(CompanionManager_GetUnlockedSystemicCompanions, ReturnValue) == 0x000000, "Member 'CompanionManager_GetUnlockedSystemicCompanions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_HasAnyCompanion \ static_assert(alignof(CompanionManager_HasAnyCompanion) == 0x000001, "Wrong alignment on CompanionManager_HasAnyCompanion"); \ static_assert(sizeof(CompanionManager_HasAnyCompanion) == 0x000001, "Wrong size on CompanionManager_HasAnyCompanion"); \ static_assert(offsetof(CompanionManager_HasAnyCompanion, ReturnValue) == 0x000000, "Member 'CompanionManager_HasAnyCompanion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_HasCompanionToRescuePlayer \ static_assert(alignof(CompanionManager_HasCompanionToRescuePlayer) == 0x000001, "Wrong alignment on CompanionManager_HasCompanionToRescuePlayer"); \ static_assert(sizeof(CompanionManager_HasCompanionToRescuePlayer) == 0x000001, "Wrong size on CompanionManager_HasCompanionToRescuePlayer"); \ static_assert(offsetof(CompanionManager_HasCompanionToRescuePlayer, ReturnValue) == 0x000000, "Member 'CompanionManager_HasCompanionToRescuePlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_HasPrimaryCompanion \ static_assert(alignof(CompanionManager_HasPrimaryCompanion) == 0x000001, "Wrong alignment on CompanionManager_HasPrimaryCompanion"); \ static_assert(sizeof(CompanionManager_HasPrimaryCompanion) == 0x000001, "Wrong size on CompanionManager_HasPrimaryCompanion"); \ static_assert(offsetof(CompanionManager_HasPrimaryCompanion, ReturnValue) == 0x000000, "Member 'CompanionManager_HasPrimaryCompanion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_HasPrimaryFollowingCompanion \ static_assert(alignof(CompanionManager_HasPrimaryFollowingCompanion) == 0x000001, "Wrong alignment on CompanionManager_HasPrimaryFollowingCompanion"); \ static_assert(sizeof(CompanionManager_HasPrimaryFollowingCompanion) == 0x000001, "Wrong size on CompanionManager_HasPrimaryFollowingCompanion"); \ static_assert(offsetof(CompanionManager_HasPrimaryFollowingCompanion, ReturnValue) == 0x000000, "Member 'CompanionManager_HasPrimaryFollowingCompanion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_IsCharacterCompanion \ static_assert(alignof(CompanionManager_IsCharacterCompanion) == 0x000008, "Wrong alignment on CompanionManager_IsCharacterCompanion"); \ static_assert(sizeof(CompanionManager_IsCharacterCompanion) == 0x000010, "Wrong size on CompanionManager_IsCharacterCompanion"); \ static_assert(offsetof(CompanionManager_IsCharacterCompanion, entity) == 0x000000, "Member 'CompanionManager_IsCharacterCompanion::entity' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_IsCharacterCompanion, ReturnValue) == 0x000008, "Member 'CompanionManager_IsCharacterCompanion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_PlayVoiceOver \ static_assert(alignof(CompanionManager_PlayVoiceOver) == 0x000008, "Wrong alignment on CompanionManager_PlayVoiceOver"); \ static_assert(sizeof(CompanionManager_PlayVoiceOver) == 0x000018, "Wrong size on CompanionManager_PlayVoiceOver"); \ static_assert(offsetof(CompanionManager_PlayVoiceOver, VOEventName) == 0x000000, "Member 'CompanionManager_PlayVoiceOver::VOEventName' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_PlayVoiceOver, Selection) == 0x000010, "Member 'CompanionManager_PlayVoiceOver::Selection' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_PlayVoiceOver, Condition) == 0x000011, "Member 'CompanionManager_PlayVoiceOver::Condition' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_PlayVoiceOver, ReturnValue) == 0x000012, "Member 'CompanionManager_PlayVoiceOver::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompanionManager_PlayVoiceOverForPawn \ static_assert(alignof(CompanionManager_PlayVoiceOverForPawn) == 0x000008, "Wrong alignment on CompanionManager_PlayVoiceOverForPawn"); \ static_assert(sizeof(CompanionManager_PlayVoiceOverForPawn) == 0x000018, "Wrong size on CompanionManager_PlayVoiceOverForPawn"); \ static_assert(offsetof(CompanionManager_PlayVoiceOverForPawn, VOEventName) == 0x000000, "Member 'CompanionManager_PlayVoiceOverForPawn::VOEventName' has a wrong offset!"); \ static_assert(offsetof(CompanionManager_PlayVoiceOverForPawn, Pawn) == 0x000010, "Member 'CompanionManager_PlayVoiceOverForPawn::Pawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompanionManager \ static_assert(alignof(UCompanionManager) == 0x000008, "Wrong alignment on UCompanionManager"); \ static_assert(sizeof(UCompanionManager) == 0x0001F8, "Wrong size on UCompanionManager"); \ static_assert(offsetof(UCompanionManager, Config) == 0x000068, "Member 'UCompanionManager::Config' has a wrong offset!"); \ static_assert(offsetof(UCompanionManager, CompanionSettingsVolumesPerEntity) == 0x000158, "Member 'UCompanionManager::CompanionSettingsVolumesPerEntity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightComponentState \ static_assert(alignof(ULightComponentState) == 0x000008, "Wrong alignment on ULightComponentState"); \ static_assert(sizeof(ULightComponentState) == 0x000028, "Wrong size on ULightComponentState"); \ #define DUMPER7_ASSERTS_ULightComponentStateFloatMap \ static_assert(alignof(ULightComponentStateFloatMap) == 0x000008, "Wrong alignment on ULightComponentStateFloatMap"); \ static_assert(sizeof(ULightComponentStateFloatMap) == 0x000028, "Wrong size on ULightComponentStateFloatMap"); \ #define DUMPER7_ASSERTS_ULightComponentStateContactShadowLength \ static_assert(alignof(ULightComponentStateContactShadowLength) == 0x000008, "Wrong alignment on ULightComponentStateContactShadowLength"); \ static_assert(sizeof(ULightComponentStateContactShadowLength) == 0x000030, "Wrong size on ULightComponentStateContactShadowLength"); \ static_assert(offsetof(ULightComponentStateContactShadowLength, ContactShadowLength) == 0x000028, "Member 'ULightComponentStateContactShadowLength::ContactShadowLength' has a wrong offset!"); \ static_assert(offsetof(ULightComponentStateContactShadowLength, bInWorldSpace) == 0x00002C, "Member 'ULightComponentStateContactShadowLength::bInWorldSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompanionSettings \ static_assert(alignof(UCompanionSettings) == 0x000008, "Wrong alignment on UCompanionSettings"); \ static_assert(sizeof(UCompanionSettings) == 0x000178, "Wrong size on UCompanionSettings"); \ static_assert(offsetof(UCompanionSettings, CompanionConfigData) == 0x000028, "Member 'UCompanionSettings::CompanionConfigData' has a wrong offset!"); \ static_assert(offsetof(UCompanionSettings, TestCompanionName) == 0x000040, "Member 'UCompanionSettings::TestCompanionName' has a wrong offset!"); \ static_assert(offsetof(UCompanionSettings, BuffsPerIdentity) == 0x0000C8, "Member 'UCompanionSettings::BuffsPerIdentity' has a wrong offset!"); \ static_assert(offsetof(UCompanionSettings, BuffLevels) == 0x000118, "Member 'UCompanionSettings::BuffLevels' has a wrong offset!"); \ static_assert(offsetof(UCompanionSettings, CompanionPathSpecs) == 0x000128, "Member 'UCompanionSettings::CompanionPathSpecs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_InOut_InstanceQBUpdateData \ static_assert(alignof(UEnemy_InOut_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_InOut_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_InOut_InstanceQBUpdateData) == 0x000050, "Wrong size on UEnemy_InOut_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_UCompanionConfigData \ static_assert(alignof(UCompanionConfigData) == 0x000008, "Wrong alignment on UCompanionConfigData"); \ static_assert(sizeof(UCompanionConfigData) == 0x000120, "Wrong size on UCompanionConfigData"); \ static_assert(offsetof(UCompanionConfigData, CompanionSettingData) == 0x000030, "Member 'UCompanionConfigData::CompanionSettingData' has a wrong offset!"); \ static_assert(offsetof(UCompanionConfigData, SoCapStatusOnDismissal) == 0x0000B0, "Member 'UCompanionConfigData::SoCapStatusOnDismissal' has a wrong offset!"); \ static_assert(offsetof(UCompanionConfigData, DisillusionmentPerkTag) == 0x0000B4, "Member 'UCompanionConfigData::DisillusionmentPerkTag' has a wrong offset!"); \ static_assert(offsetof(UCompanionConfigData, CompanionForbiddenAreaMessage) == 0x0000BC, "Member 'UCompanionConfigData::CompanionForbiddenAreaMessage' has a wrong offset!"); \ static_assert(offsetof(UCompanionConfigData, EventNameMap) == 0x0000C8, "Member 'UCompanionConfigData::EventNameMap' has a wrong offset!"); \ static_assert(offsetof(UCompanionConfigData, ForcedCompanionPlaybackProbability) == 0x000118, "Member 'UCompanionConfigData::ForcedCompanionPlaybackProbability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompendiumModelSpawner_AsyncLoadModelClassFromDbId \ static_assert(alignof(CompendiumModelSpawner_AsyncLoadModelClassFromDbId) == 0x000008, "Wrong alignment on CompendiumModelSpawner_AsyncLoadModelClassFromDbId"); \ static_assert(sizeof(CompendiumModelSpawner_AsyncLoadModelClassFromDbId) == 0x000010, "Wrong size on CompendiumModelSpawner_AsyncLoadModelClassFromDbId"); \ static_assert(offsetof(CompendiumModelSpawner_AsyncLoadModelClassFromDbId, InItemName) == 0x000000, "Member 'CompendiumModelSpawner_AsyncLoadModelClassFromDbId::InItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompendiumModelSpawner_BP_OnModelClassLoaded \ static_assert(alignof(CompendiumModelSpawner_BP_OnModelClassLoaded) == 0x000008, "Wrong alignment on CompendiumModelSpawner_BP_OnModelClassLoaded"); \ static_assert(sizeof(CompendiumModelSpawner_BP_OnModelClassLoaded) == 0x000010, "Wrong size on CompendiumModelSpawner_BP_OnModelClassLoaded"); \ static_assert(offsetof(CompendiumModelSpawner_BP_OnModelClassLoaded, ItemName) == 0x000000, "Member 'CompendiumModelSpawner_BP_OnModelClassLoaded::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompendiumModelSpawner_ForceMountAssetsToBeResident \ static_assert(alignof(CompendiumModelSpawner_ForceMountAssetsToBeResident) == 0x000008, "Wrong alignment on CompendiumModelSpawner_ForceMountAssetsToBeResident"); \ static_assert(sizeof(CompendiumModelSpawner_ForceMountAssetsToBeResident) == 0x000008, "Wrong size on CompendiumModelSpawner_ForceMountAssetsToBeResident"); \ static_assert(offsetof(CompendiumModelSpawner_ForceMountAssetsToBeResident, MountSK) == 0x000000, "Member 'CompendiumModelSpawner_ForceMountAssetsToBeResident::MountSK' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACompendiumModelSpawner \ static_assert(alignof(ACompendiumModelSpawner) == 0x000008, "Wrong alignment on ACompendiumModelSpawner"); \ static_assert(sizeof(ACompendiumModelSpawner) == 0x000268, "Wrong size on ACompendiumModelSpawner"); \ #define DUMPER7_ASSERTS_UEnemy_TooClose_InstanceQBUpdateData \ static_assert(alignof(UEnemy_TooClose_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_TooClose_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_TooClose_InstanceQBUpdateData) == 0x000060, "Wrong size on UEnemy_TooClose_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_ACompletePolyjuiceItemTool \ static_assert(alignof(ACompletePolyjuiceItemTool) == 0x000008, "Wrong alignment on ACompletePolyjuiceItemTool"); \ static_assert(sizeof(ACompletePolyjuiceItemTool) == 0x000488, "Wrong size on ACompletePolyjuiceItemTool"); \ #define DUMPER7_ASSERTS_ConfringoSpellTool_AddOnFireDoT \ static_assert(alignof(ConfringoSpellTool_AddOnFireDoT) == 0x000008, "Wrong alignment on ConfringoSpellTool_AddOnFireDoT"); \ static_assert(sizeof(ConfringoSpellTool_AddOnFireDoT) == 0x000008, "Wrong size on ConfringoSpellTool_AddOnFireDoT"); \ static_assert(offsetof(ConfringoSpellTool_AddOnFireDoT, Target) == 0x000000, "Member 'ConfringoSpellTool_AddOnFireDoT::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConfringoSpellTool_GetExplosionRadius \ static_assert(alignof(ConfringoSpellTool_GetExplosionRadius) == 0x000004, "Wrong alignment on ConfringoSpellTool_GetExplosionRadius"); \ static_assert(sizeof(ConfringoSpellTool_GetExplosionRadius) == 0x000004, "Wrong size on ConfringoSpellTool_GetExplosionRadius"); \ static_assert(offsetof(ConfringoSpellTool_GetExplosionRadius, ReturnValue) == 0x000000, "Member 'ConfringoSpellTool_GetExplosionRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AConfringoSpellTool \ static_assert(alignof(AConfringoSpellTool) == 0x000008, "Wrong alignment on AConfringoSpellTool"); \ static_assert(sizeof(AConfringoSpellTool) == 0x000998, "Wrong size on AConfringoSpellTool"); \ static_assert(offsetof(AConfringoSpellTool, CharacterThrowRadius) == 0x000870, "Member 'AConfringoSpellTool::CharacterThrowRadius' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, TargetPhysicsImpulse) == 0x000874, "Member 'AConfringoSpellTool::TargetPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, BasePhysicsImpulse) == 0x000878, "Member 'AConfringoSpellTool::BasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, MassScaledPhysicsImpulse) == 0x00087C, "Member 'AConfringoSpellTool::MassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, BaseTorque) == 0x000880, "Member 'AConfringoSpellTool::BaseTorque' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, MassScaleTorque) == 0x000884, "Member 'AConfringoSpellTool::MassScaleTorque' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, CharacterBasePhysicsImpulse) == 0x000888, "Member 'AConfringoSpellTool::CharacterBasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, CharacterMassScaledPhysicsImpulse) == 0x00088C, "Member 'AConfringoSpellTool::CharacterMassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, CharacterBaseTorque) == 0x000890, "Member 'AConfringoSpellTool::CharacterBaseTorque' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, CharacterMassScaleTorque) == 0x000894, "Member 'AConfringoSpellTool::CharacterMassScaleTorque' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, ObjectTargetingPercent) == 0x000898, "Member 'AConfringoSpellTool::ObjectTargetingPercent' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, ObjectMaxVelocity) == 0x00089C, "Member 'AConfringoSpellTool::ObjectMaxVelocity' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, AOECharacterDamage) == 0x0008A0, "Member 'AConfringoSpellTool::AOECharacterDamage' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, AOEObjectDamage) == 0x0008A4, "Member 'AConfringoSpellTool::AOEObjectDamage' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, UpgradeCharacterDamage) == 0x0008A8, "Member 'AConfringoSpellTool::UpgradeCharacterDamage' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, UpgradeObjectDamage) == 0x0008AC, "Member 'AConfringoSpellTool::UpgradeObjectDamage' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, UpgradeCharacterThrowRadius) == 0x0008B0, "Member 'AConfringoSpellTool::UpgradeCharacterThrowRadius' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, UpgradeTargetPhysicsImpulse) == 0x0008B4, "Member 'AConfringoSpellTool::UpgradeTargetPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, UpgradeBasePhysicsImpulse) == 0x0008B8, "Member 'AConfringoSpellTool::UpgradeBasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, UpgradeMassScaledPhysicsImpulse) == 0x0008BC, "Member 'AConfringoSpellTool::UpgradeMassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, UpgradeCharacterBasePhysicsImpulse) == 0x0008C0, "Member 'AConfringoSpellTool::UpgradeCharacterBasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, UpgradeCharacterMassScaledPhysicsImpulse) == 0x0008C4, "Member 'AConfringoSpellTool::UpgradeCharacterMassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, UpgradeObjectTargetingPercent) == 0x0008C8, "Member 'AConfringoSpellTool::UpgradeObjectTargetingPercent' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, UpgradeObjectMaxVelocity) == 0x0008CC, "Member 'AConfringoSpellTool::UpgradeObjectMaxVelocity' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, UpgradeAOECharacterDamage) == 0x0008D0, "Member 'AConfringoSpellTool::UpgradeAOECharacterDamage' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, UpgradeAOEObjectDamage) == 0x0008D4, "Member 'AConfringoSpellTool::UpgradeAOEObjectDamage' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, DamageCaster) == 0x0008D8, "Member 'AConfringoSpellTool::DamageCaster' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, bCurseTarget) == 0x0008D9, "Member 'AConfringoSpellTool::bCurseTarget' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, AOEMunitionTagContainer) == 0x0008E0, "Member 'AConfringoSpellTool::AOEMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, AOEMunitionDataAsset) == 0x000900, "Member 'AConfringoSpellTool::AOEMunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, DecalComponent) == 0x000908, "Member 'AConfringoSpellTool::DecalComponent' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, ThrowTargetHalfAngle) == 0x000910, "Member 'AConfringoSpellTool::ThrowTargetHalfAngle' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, ThrowTargetAngleZ) == 0x000914, "Member 'AConfringoSpellTool::ThrowTargetAngleZ' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, Taboo) == 0x000918, "Member 'AConfringoSpellTool::Taboo' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, ThrowMinZThreshold) == 0x00091C, "Member 'AConfringoSpellTool::ThrowMinZThreshold' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, ThrowMaxZThreshold) == 0x000920, "Member 'AConfringoSpellTool::ThrowMaxZThreshold' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, BurnRateScale) == 0x000924, "Member 'AConfringoSpellTool::BurnRateScale' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, TalentBombardaCooldownRecovery) == 0x000928, "Member 'AConfringoSpellTool::TalentBombardaCooldownRecovery' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, TalentRecoveryCharacterNum) == 0x00092C, "Member 'AConfringoSpellTool::TalentRecoveryCharacterNum' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, TalentProjectileDistance) == 0x000930, "Member 'AConfringoSpellTool::TalentProjectileDistance' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, TalentProjectileIgnoreNearDistance) == 0x000934, "Member 'AConfringoSpellTool::TalentProjectileIgnoreNearDistance' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, TalentProjectileDelay) == 0x000938, "Member 'AConfringoSpellTool::TalentProjectileDelay' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, TalentProjectileDamage) == 0x00093C, "Member 'AConfringoSpellTool::TalentProjectileDamage' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, TalentProjectileCount) == 0x000940, "Member 'AConfringoSpellTool::TalentProjectileCount' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, TalentProjectileTargetHalfAngleXY) == 0x000944, "Member 'AConfringoSpellTool::TalentProjectileTargetHalfAngleXY' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, TalentProjectileMunition) == 0x000948, "Member 'AConfringoSpellTool::TalentProjectileMunition' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, MinDamageDealt) == 0x000950, "Member 'AConfringoSpellTool::MinDamageDealt' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, MaxDamageDealt) == 0x000954, "Member 'AConfringoSpellTool::MaxDamageDealt' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, MinDamageDealtCharacter) == 0x000958, "Member 'AConfringoSpellTool::MinDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, MaxDamageDealtCharacter) == 0x00095C, "Member 'AConfringoSpellTool::MaxDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, MinDamageTaken) == 0x000960, "Member 'AConfringoSpellTool::MinDamageTaken' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, MaxDamageTaken) == 0x000964, "Member 'AConfringoSpellTool::MaxDamageTaken' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, MinDamageTakenCharacter) == 0x000968, "Member 'AConfringoSpellTool::MinDamageTakenCharacter' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, MaxDamageTakenCharacter) == 0x00096C, "Member 'AConfringoSpellTool::MaxDamageTakenCharacter' has a wrong offset!"); \ static_assert(offsetof(AConfringoSpellTool, OpportunityWindowAOEMunition) == 0x000970, "Member 'AConfringoSpellTool::OpportunityWindowAOEMunition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConfundoComponent \ static_assert(alignof(UConfundoComponent) == 0x000008, "Wrong alignment on UConfundoComponent"); \ static_assert(sizeof(UConfundoComponent) == 0x0001C0, "Wrong size on UConfundoComponent"); \ static_assert(offsetof(UConfundoComponent, ConfundoData) == 0x000198, "Member 'UConfundoComponent::ConfundoData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRuleLevel \ static_assert(alignof(ULumosScalabilitySettingsRuleLevel) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRuleLevel"); \ static_assert(sizeof(ULumosScalabilitySettingsRuleLevel) == 0x000038, "Wrong size on ULumosScalabilitySettingsRuleLevel"); \ static_assert(offsetof(ULumosScalabilitySettingsRuleLevel, LevelNameContains) == 0x000028, "Member 'ULumosScalabilitySettingsRuleLevel::LevelNameContains' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AConfundoSpellTool \ static_assert(alignof(AConfundoSpellTool) == 0x000008, "Wrong alignment on AConfundoSpellTool"); \ static_assert(sizeof(AConfundoSpellTool) == 0x000888, "Wrong size on AConfundoSpellTool"); \ static_assert(offsetof(AConfundoSpellTool, ConfundoFX2) == 0x000870, "Member 'AConfundoSpellTool::ConfundoFX2' has a wrong offset!"); \ static_assert(offsetof(AConfundoSpellTool, DazeTime) == 0x000880, "Member 'AConfundoSpellTool::DazeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationGroundPlacementAreaComponent_DoesShapeFitBP \ static_assert(alignof(ConjurationGroundPlacementAreaComponent_DoesShapeFitBP) == 0x000010, "Wrong alignment on ConjurationGroundPlacementAreaComponent_DoesShapeFitBP"); \ static_assert(sizeof(ConjurationGroundPlacementAreaComponent_DoesShapeFitBP) == 0x000050, "Wrong size on ConjurationGroundPlacementAreaComponent_DoesShapeFitBP"); \ static_assert(offsetof(ConjurationGroundPlacementAreaComponent_DoesShapeFitBP, InVertices) == 0x000000, "Member 'ConjurationGroundPlacementAreaComponent_DoesShapeFitBP::InVertices' has a wrong offset!"); \ static_assert(offsetof(ConjurationGroundPlacementAreaComponent_DoesShapeFitBP, InTransform) == 0x000010, "Member 'ConjurationGroundPlacementAreaComponent_DoesShapeFitBP::InTransform' has a wrong offset!"); \ static_assert(offsetof(ConjurationGroundPlacementAreaComponent_DoesShapeFitBP, ReturnValue) == 0x000040, "Member 'ConjurationGroundPlacementAreaComponent_DoesShapeFitBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConjurationGroundPlacementAreaComponent \ static_assert(alignof(UConjurationGroundPlacementAreaComponent) == 0x000010, "Wrong alignment on UConjurationGroundPlacementAreaComponent"); \ static_assert(sizeof(UConjurationGroundPlacementAreaComponent) == 0x000510, "Wrong size on UConjurationGroundPlacementAreaComponent"); \ static_assert(offsetof(UConjurationGroundPlacementAreaComponent, BuildParams) == 0x000480, "Member 'UConjurationGroundPlacementAreaComponent::BuildParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Creature_ActorContainsGroupCoordinatedTag \ static_assert(alignof(UEnvQueryTest_Creature_ActorContainsGroupCoordinatedTag) == 0x000008, "Wrong alignment on UEnvQueryTest_Creature_ActorContainsGroupCoordinatedTag"); \ static_assert(sizeof(UEnvQueryTest_Creature_ActorContainsGroupCoordinatedTag) == 0x000200, "Wrong size on UEnvQueryTest_Creature_ActorContainsGroupCoordinatedTag"); \ static_assert(offsetof(UEnvQueryTest_Creature_ActorContainsGroupCoordinatedTag, TagID) == 0x0001F8, "Member 'UEnvQueryTest_Creature_ActorContainsGroupCoordinatedTag::TagID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHighContrastGameplayMarkupOtherActor \ static_assert(alignof(AHighContrastGameplayMarkupOtherActor) == 0x000008, "Wrong alignment on AHighContrastGameplayMarkupOtherActor"); \ static_assert(sizeof(AHighContrastGameplayMarkupOtherActor) == 0x000250, "Wrong size on AHighContrastGameplayMarkupOtherActor"); \ static_assert(offsetof(AHighContrastGameplayMarkupOtherActor, Component) == 0x000248, "Member 'AHighContrastGameplayMarkupOtherActor::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationPreviewEffect_GetSpawnPercent \ static_assert(alignof(ConjurationPreviewEffect_GetSpawnPercent) == 0x000004, "Wrong alignment on ConjurationPreviewEffect_GetSpawnPercent"); \ static_assert(sizeof(ConjurationPreviewEffect_GetSpawnPercent) == 0x000004, "Wrong size on ConjurationPreviewEffect_GetSpawnPercent"); \ static_assert(offsetof(ConjurationPreviewEffect_GetSpawnPercent, ReturnValue) == 0x000000, "Member 'ConjurationPreviewEffect_GetSpawnPercent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationPreviewEffect_UpdateFXBlueprint \ static_assert(alignof(ConjurationPreviewEffect_UpdateFXBlueprint) == 0x000004, "Wrong alignment on ConjurationPreviewEffect_UpdateFXBlueprint"); \ static_assert(sizeof(ConjurationPreviewEffect_UpdateFXBlueprint) == 0x000004, "Wrong size on ConjurationPreviewEffect_UpdateFXBlueprint"); \ static_assert(offsetof(ConjurationPreviewEffect_UpdateFXBlueprint, DeltaTime) == 0x000000, "Member 'ConjurationPreviewEffect_UpdateFXBlueprint::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AConjurationPreviewEffect \ static_assert(alignof(AConjurationPreviewEffect) == 0x000008, "Wrong alignment on AConjurationPreviewEffect"); \ static_assert(sizeof(AConjurationPreviewEffect) == 0x000260, "Wrong size on AConjurationPreviewEffect"); \ static_assert(offsetof(AConjurationPreviewEffect, SpawnTimeLimit) == 0x000248, "Member 'AConjurationPreviewEffect::SpawnTimeLimit' has a wrong offset!"); \ static_assert(offsetof(AConjurationPreviewEffect, TargetPreviewActor) == 0x000250, "Member 'AConjurationPreviewEffect::TargetPreviewActor' has a wrong offset!"); \ static_assert(offsetof(AConjurationPreviewEffect, SpawnState) == 0x000258, "Member 'AConjurationPreviewEffect::SpawnState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRuleNot \ static_assert(alignof(ULumosScalabilitySettingsRuleNot) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRuleNot"); \ static_assert(sizeof(ULumosScalabilitySettingsRuleNot) == 0x000030, "Wrong size on ULumosScalabilitySettingsRuleNot"); \ static_assert(offsetof(ULumosScalabilitySettingsRuleNot, Rule) == 0x000028, "Member 'ULumosScalabilitySettingsRuleNot::Rule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConjurationSnappingComponentBase \ static_assert(alignof(UConjurationSnappingComponentBase) == 0x000010, "Wrong alignment on UConjurationSnappingComponentBase"); \ static_assert(sizeof(UConjurationSnappingComponentBase) == 0x0004F0, "Wrong size on UConjurationSnappingComponentBase"); \ #define DUMPER7_ASSERTS_UConjurationSnappingFootprintComponent \ static_assert(alignof(UConjurationSnappingFootprintComponent) == 0x000010, "Wrong alignment on UConjurationSnappingFootprintComponent"); \ static_assert(sizeof(UConjurationSnappingFootprintComponent) == 0x0004F0, "Wrong size on UConjurationSnappingFootprintComponent"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Creature_InFrontOfContextActor \ static_assert(alignof(UEnvQueryTest_Creature_InFrontOfContextActor) == 0x000008, "Wrong alignment on UEnvQueryTest_Creature_InFrontOfContextActor"); \ static_assert(sizeof(UEnvQueryTest_Creature_InFrontOfContextActor) == 0x0001F8, "Wrong size on UEnvQueryTest_Creature_InFrontOfContextActor"); \ #define DUMPER7_ASSERTS_UConjurationSnappingWallComponent \ static_assert(alignof(UConjurationSnappingWallComponent) == 0x000010, "Wrong alignment on UConjurationSnappingWallComponent"); \ static_assert(sizeof(UConjurationSnappingWallComponent) == 0x0004F0, "Wrong size on UConjurationSnappingWallComponent"); \ #define DUMPER7_ASSERTS_AConjurationStreamingVolume \ static_assert(alignof(AConjurationStreamingVolume) == 0x000008, "Wrong alignment on AConjurationStreamingVolume"); \ static_assert(sizeof(AConjurationStreamingVolume) == 0x000290, "Wrong size on AConjurationStreamingVolume"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Patrol \ static_assert(alignof(UEnvQueryTest_Patrol) == 0x000008, "Wrong alignment on UEnvQueryTest_Patrol"); \ static_assert(sizeof(UEnvQueryTest_Patrol) == 0x0001F8, "Wrong size on UEnvQueryTest_Patrol"); \ #define DUMPER7_ASSERTS_ConjurationSurfaceMeshComponent_AddShape \ static_assert(alignof(ConjurationSurfaceMeshComponent_AddShape) == 0x000010, "Wrong alignment on ConjurationSurfaceMeshComponent_AddShape"); \ static_assert(sizeof(ConjurationSurfaceMeshComponent_AddShape) == 0x000050, "Wrong size on ConjurationSurfaceMeshComponent_AddShape"); \ static_assert(offsetof(ConjurationSurfaceMeshComponent_AddShape, InVertices) == 0x000000, "Member 'ConjurationSurfaceMeshComponent_AddShape::InVertices' has a wrong offset!"); \ static_assert(offsetof(ConjurationSurfaceMeshComponent_AddShape, InTransform) == 0x000010, "Member 'ConjurationSurfaceMeshComponent_AddShape::InTransform' has a wrong offset!"); \ static_assert(offsetof(ConjurationSurfaceMeshComponent_AddShape, ReturnValue) == 0x000040, "Member 'ConjurationSurfaceMeshComponent_AddShape::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationSurfaceMeshComponent_AddShapeComponent \ static_assert(alignof(ConjurationSurfaceMeshComponent_AddShapeComponent) == 0x000010, "Wrong alignment on ConjurationSurfaceMeshComponent_AddShapeComponent"); \ static_assert(sizeof(ConjurationSurfaceMeshComponent_AddShapeComponent) == 0x000050, "Wrong size on ConjurationSurfaceMeshComponent_AddShapeComponent"); \ static_assert(offsetof(ConjurationSurfaceMeshComponent_AddShapeComponent, InShapeComponent) == 0x000000, "Member 'ConjurationSurfaceMeshComponent_AddShapeComponent::InShapeComponent' has a wrong offset!"); \ static_assert(offsetof(ConjurationSurfaceMeshComponent_AddShapeComponent, InTransform) == 0x000010, "Member 'ConjurationSurfaceMeshComponent_AddShapeComponent::InTransform' has a wrong offset!"); \ static_assert(offsetof(ConjurationSurfaceMeshComponent_AddShapeComponent, ReturnValue) == 0x000040, "Member 'ConjurationSurfaceMeshComponent_AddShapeComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationSurfaceMeshComponent_DoesShapeComponentFitBP \ static_assert(alignof(ConjurationSurfaceMeshComponent_DoesShapeComponentFitBP) == 0x000008, "Wrong alignment on ConjurationSurfaceMeshComponent_DoesShapeComponentFitBP"); \ static_assert(sizeof(ConjurationSurfaceMeshComponent_DoesShapeComponentFitBP) == 0x000010, "Wrong size on ConjurationSurfaceMeshComponent_DoesShapeComponentFitBP"); \ static_assert(offsetof(ConjurationSurfaceMeshComponent_DoesShapeComponentFitBP, InShape) == 0x000000, "Member 'ConjurationSurfaceMeshComponent_DoesShapeComponentFitBP::InShape' has a wrong offset!"); \ static_assert(offsetof(ConjurationSurfaceMeshComponent_DoesShapeComponentFitBP, ReturnValue) == 0x000008, "Member 'ConjurationSurfaceMeshComponent_DoesShapeComponentFitBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationSurfaceMeshComponent_DoesShapeFitBP \ static_assert(alignof(ConjurationSurfaceMeshComponent_DoesShapeFitBP) == 0x000010, "Wrong alignment on ConjurationSurfaceMeshComponent_DoesShapeFitBP"); \ static_assert(sizeof(ConjurationSurfaceMeshComponent_DoesShapeFitBP) == 0x000050, "Wrong size on ConjurationSurfaceMeshComponent_DoesShapeFitBP"); \ static_assert(offsetof(ConjurationSurfaceMeshComponent_DoesShapeFitBP, InVertices) == 0x000000, "Member 'ConjurationSurfaceMeshComponent_DoesShapeFitBP::InVertices' has a wrong offset!"); \ static_assert(offsetof(ConjurationSurfaceMeshComponent_DoesShapeFitBP, InTransform) == 0x000010, "Member 'ConjurationSurfaceMeshComponent_DoesShapeFitBP::InTransform' has a wrong offset!"); \ static_assert(offsetof(ConjurationSurfaceMeshComponent_DoesShapeFitBP, ReturnValue) == 0x000040, "Member 'ConjurationSurfaceMeshComponent_DoesShapeFitBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationSurfaceMeshComponent_MoveShape \ static_assert(alignof(ConjurationSurfaceMeshComponent_MoveShape) == 0x000010, "Wrong alignment on ConjurationSurfaceMeshComponent_MoveShape"); \ static_assert(sizeof(ConjurationSurfaceMeshComponent_MoveShape) == 0x000040, "Wrong size on ConjurationSurfaceMeshComponent_MoveShape"); \ static_assert(offsetof(ConjurationSurfaceMeshComponent_MoveShape, ShapeID) == 0x000000, "Member 'ConjurationSurfaceMeshComponent_MoveShape::ShapeID' has a wrong offset!"); \ static_assert(offsetof(ConjurationSurfaceMeshComponent_MoveShape, InNewTransform) == 0x000010, "Member 'ConjurationSurfaceMeshComponent_MoveShape::InNewTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationSurfaceMeshComponent_RemoveShape \ static_assert(alignof(ConjurationSurfaceMeshComponent_RemoveShape) == 0x000004, "Wrong alignment on ConjurationSurfaceMeshComponent_RemoveShape"); \ static_assert(sizeof(ConjurationSurfaceMeshComponent_RemoveShape) == 0x000004, "Wrong size on ConjurationSurfaceMeshComponent_RemoveShape"); \ static_assert(offsetof(ConjurationSurfaceMeshComponent_RemoveShape, ShapeID) == 0x000000, "Member 'ConjurationSurfaceMeshComponent_RemoveShape::ShapeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationSurfaceMeshComponent_RemoveShapeComponent \ static_assert(alignof(ConjurationSurfaceMeshComponent_RemoveShapeComponent) == 0x000008, "Wrong alignment on ConjurationSurfaceMeshComponent_RemoveShapeComponent"); \ static_assert(sizeof(ConjurationSurfaceMeshComponent_RemoveShapeComponent) == 0x000008, "Wrong size on ConjurationSurfaceMeshComponent_RemoveShapeComponent"); \ static_assert(offsetof(ConjurationSurfaceMeshComponent_RemoveShapeComponent, InShapeComponent) == 0x000000, "Member 'ConjurationSurfaceMeshComponent_RemoveShapeComponent::InShapeComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConjurationSurfaceMeshComponent \ static_assert(alignof(UConjurationSurfaceMeshComponent) == 0x000010, "Wrong alignment on UConjurationSurfaceMeshComponent"); \ static_assert(sizeof(UConjurationSurfaceMeshComponent) == 0x000530, "Wrong size on UConjurationSurfaceMeshComponent"); \ static_assert(offsetof(UConjurationSurfaceMeshComponent, BuildParams) == 0x000480, "Member 'UConjurationSurfaceMeshComponent::BuildParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjurationSurfaceShapeComponent_GetNumShapes \ static_assert(alignof(ConjurationSurfaceShapeComponent_GetNumShapes) == 0x000004, "Wrong alignment on ConjurationSurfaceShapeComponent_GetNumShapes"); \ static_assert(sizeof(ConjurationSurfaceShapeComponent_GetNumShapes) == 0x000004, "Wrong size on ConjurationSurfaceShapeComponent_GetNumShapes"); \ static_assert(offsetof(ConjurationSurfaceShapeComponent_GetNumShapes, ReturnValue) == 0x000000, "Member 'ConjurationSurfaceShapeComponent_GetNumShapes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConjurationSurfaceShapeComponent \ static_assert(alignof(UConjurationSurfaceShapeComponent) == 0x000010, "Wrong alignment on UConjurationSurfaceShapeComponent"); \ static_assert(sizeof(UConjurationSurfaceShapeComponent) == 0x0004A0, "Wrong size on UConjurationSurfaceShapeComponent"); \ #define DUMPER7_ASSERTS_UDialogueSequenceReferenceProvider \ static_assert(alignof(UDialogueSequenceReferenceProvider) == 0x000008, "Wrong alignment on UDialogueSequenceReferenceProvider"); \ static_assert(sizeof(UDialogueSequenceReferenceProvider) == 0x000028, "Wrong size on UDialogueSequenceReferenceProvider"); \ #define DUMPER7_ASSERTS_UConjurationWallAlignmentComponent \ static_assert(alignof(UConjurationWallAlignmentComponent) == 0x000010, "Wrong alignment on UConjurationWallAlignmentComponent"); \ static_assert(sizeof(UConjurationWallAlignmentComponent) == 0x0004B0, "Wrong size on UConjurationWallAlignmentComponent"); \ #define DUMPER7_ASSERTS_UConjuredActorComponent \ static_assert(alignof(UConjuredActorComponent) == 0x000010, "Wrong alignment on UConjuredActorComponent"); \ static_assert(sizeof(UConjuredActorComponent) == 0x0003F0, "Wrong size on UConjuredActorComponent"); \ static_assert(offsetof(UConjuredActorComponent, ObjectCategory) == 0x000250, "Member 'UConjuredActorComponent::ObjectCategory' has a wrong offset!"); \ static_assert(offsetof(UConjuredActorComponent, ObjectID) == 0x0002D8, "Member 'UConjuredActorComponent::ObjectID' has a wrong offset!"); \ static_assert(offsetof(UConjuredActorComponent, ColorOverride) == 0x000360, "Member 'UConjuredActorComponent::ColorOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjuredDragonComponent_ApproachScalar \ static_assert(alignof(ConjuredDragonComponent_ApproachScalar) == 0x000004, "Wrong alignment on ConjuredDragonComponent_ApproachScalar"); \ static_assert(sizeof(ConjuredDragonComponent_ApproachScalar) == 0x000014, "Wrong size on ConjuredDragonComponent_ApproachScalar"); \ static_assert(offsetof(ConjuredDragonComponent_ApproachScalar, curr) == 0x000000, "Member 'ConjuredDragonComponent_ApproachScalar::curr' has a wrong offset!"); \ static_assert(offsetof(ConjuredDragonComponent_ApproachScalar, Dest) == 0x000004, "Member 'ConjuredDragonComponent_ApproachScalar::Dest' has a wrong offset!"); \ static_assert(offsetof(ConjuredDragonComponent_ApproachScalar, Rate) == 0x000008, "Member 'ConjuredDragonComponent_ApproachScalar::Rate' has a wrong offset!"); \ static_assert(offsetof(ConjuredDragonComponent_ApproachScalar, dt) == 0x00000C, "Member 'ConjuredDragonComponent_ApproachScalar::dt' has a wrong offset!"); \ static_assert(offsetof(ConjuredDragonComponent_ApproachScalar, ReturnValue) == 0x000010, "Member 'ConjuredDragonComponent_ApproachScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjuredDragonComponent_ApproachVector \ static_assert(alignof(ConjuredDragonComponent_ApproachVector) == 0x000004, "Wrong alignment on ConjuredDragonComponent_ApproachVector"); \ static_assert(sizeof(ConjuredDragonComponent_ApproachVector) == 0x00002C, "Wrong size on ConjuredDragonComponent_ApproachVector"); \ static_assert(offsetof(ConjuredDragonComponent_ApproachVector, Out) == 0x000000, "Member 'ConjuredDragonComponent_ApproachVector::Out' has a wrong offset!"); \ static_assert(offsetof(ConjuredDragonComponent_ApproachVector, curr) == 0x00000C, "Member 'ConjuredDragonComponent_ApproachVector::curr' has a wrong offset!"); \ static_assert(offsetof(ConjuredDragonComponent_ApproachVector, Dest) == 0x000018, "Member 'ConjuredDragonComponent_ApproachVector::Dest' has a wrong offset!"); \ static_assert(offsetof(ConjuredDragonComponent_ApproachVector, Rate) == 0x000024, "Member 'ConjuredDragonComponent_ApproachVector::Rate' has a wrong offset!"); \ static_assert(offsetof(ConjuredDragonComponent_ApproachVector, dt) == 0x000028, "Member 'ConjuredDragonComponent_ApproachVector::dt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConjuredDragonComponent_HeadTrackActor \ static_assert(alignof(ConjuredDragonComponent_HeadTrackActor) == 0x000008, "Wrong alignment on ConjuredDragonComponent_HeadTrackActor"); \ static_assert(sizeof(ConjuredDragonComponent_HeadTrackActor) == 0x000008, "Wrong size on ConjuredDragonComponent_HeadTrackActor"); \ static_assert(offsetof(ConjuredDragonComponent_HeadTrackActor, InActor) == 0x000000, "Member 'ConjuredDragonComponent_HeadTrackActor::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConjuredDragonComponent \ static_assert(alignof(UConjuredDragonComponent) == 0x000008, "Wrong alignment on UConjuredDragonComponent"); \ static_assert(sizeof(UConjuredDragonComponent) == 0x0000D8, "Wrong size on UConjuredDragonComponent"); \ #define DUMPER7_ASSERTS_UDiningTableButtonWidget \ static_assert(alignof(UDiningTableButtonWidget) == 0x000008, "Wrong alignment on UDiningTableButtonWidget"); \ static_assert(sizeof(UDiningTableButtonWidget) == 0x000268, "Wrong size on UDiningTableButtonWidget"); \ #define DUMPER7_ASSERTS_Construction_Interface_Construct \ static_assert(alignof(Construction_Interface_Construct) == 0x000010, "Wrong alignment on Construction_Interface_Construct"); \ static_assert(sizeof(Construction_Interface_Construct) == 0x000030, "Wrong size on Construction_Interface_Construct"); \ static_assert(offsetof(Construction_Interface_Construct, Transform) == 0x000000, "Member 'Construction_Interface_Construct::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IConstruction_Interface \ static_assert(alignof(IConstruction_Interface) == 0x000001, "Wrong alignment on IConstruction_Interface"); \ static_assert(sizeof(IConstruction_Interface) == 0x000001, "Wrong size on IConstruction_Interface"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceAccessibilityColorRemap \ static_assert(alignof(UNiagaraDataInterfaceAccessibilityColorRemap) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAccessibilityColorRemap"); \ static_assert(sizeof(UNiagaraDataInterfaceAccessibilityColorRemap) == 0x000040, "Wrong size on UNiagaraDataInterfaceAccessibilityColorRemap"); \ static_assert(offsetof(UNiagaraDataInterfaceAccessibilityColorRemap, ColorTableTag) == 0x000038, "Member 'UNiagaraDataInterfaceAccessibilityColorRemap::ColorTableTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APotionBottlePhysics \ static_assert(alignof(APotionBottlePhysics) == 0x000008, "Wrong alignment on APotionBottlePhysics"); \ static_assert(sizeof(APotionBottlePhysics) == 0x000278, "Wrong size on APotionBottlePhysics"); \ static_assert(offsetof(APotionBottlePhysics, PotionMesh) == 0x000248, "Member 'APotionBottlePhysics::PotionMesh' has a wrong offset!"); \ static_assert(offsetof(APotionBottlePhysics, ThrowLinearVelocity) == 0x000250, "Member 'APotionBottlePhysics::ThrowLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(APotionBottlePhysics, ThrowAngularVelocity) == 0x00025C, "Member 'APotionBottlePhysics::ThrowAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(APotionBottlePhysics, FadeDelay) == 0x000268, "Member 'APotionBottlePhysics::FadeDelay' has a wrong offset!"); \ static_assert(offsetof(APotionBottlePhysics, FadeDuration) == 0x00026C, "Member 'APotionBottlePhysics::FadeDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AContainer \ static_assert(alignof(AContainer) == 0x000010, "Wrong alignment on AContainer"); \ static_assert(sizeof(AContainer) == 0x0003C0, "Wrong size on AContainer"); \ static_assert(offsetof(AContainer, Open) == 0x0002C0, "Member 'AContainer::Open' has a wrong offset!"); \ static_assert(offsetof(AContainer, PropIndex) == 0x0002C4, "Member 'AContainer::PropIndex' has a wrong offset!"); \ static_assert(offsetof(AContainer, Lid_Transform) == 0x0002D0, "Member 'AContainer::Lid_Transform' has a wrong offset!"); \ static_assert(offsetof(AContainer, Lid_Rot_X) == 0x000300, "Member 'AContainer::Lid_Rot_X' has a wrong offset!"); \ static_assert(offsetof(AContainer, RandomZRotation) == 0x000304, "Member 'AContainer::RandomZRotation' has a wrong offset!"); \ static_assert(offsetof(AContainer, MeshSelect) == 0x000308, "Member 'AContainer::MeshSelect' has a wrong offset!"); \ static_assert(offsetof(AContainer, EnvInt) == 0x000358, "Member 'AContainer::EnvInt' has a wrong offset!"); \ static_assert(offsetof(AContainer, SimulatePhysics) == 0x00035C, "Member 'AContainer::SimulatePhysics' has a wrong offset!"); \ static_assert(offsetof(AContainer, AutoSelectLoot) == 0x00035D, "Member 'AContainer::AutoSelectLoot' has a wrong offset!"); \ static_assert(offsetof(AContainer, LockLevel) == 0x000360, "Member 'AContainer::LockLevel' has a wrong offset!"); \ static_assert(offsetof(AContainer, KeyName) == 0x000364, "Member 'AContainer::KeyName' has a wrong offset!"); \ static_assert(offsetof(AContainer, Lock_KeyName) == 0x00036C, "Member 'AContainer::Lock_KeyName' has a wrong offset!"); \ static_assert(offsetof(AContainer, Stat_KeyName) == 0x000374, "Member 'AContainer::Stat_KeyName' has a wrong offset!"); \ static_assert(offsetof(AContainer, Stat_KeyName2) == 0x00037C, "Member 'AContainer::Stat_KeyName2' has a wrong offset!"); \ static_assert(offsetof(AContainer, Stat_MinValue) == 0x000384, "Member 'AContainer::Stat_MinValue' has a wrong offset!"); \ static_assert(offsetof(AContainer, ExpiryTime) == 0x000388, "Member 'AContainer::ExpiryTime' has a wrong offset!"); \ static_assert(offsetof(AContainer, Target) == 0x000390, "Member 'AContainer::Target' has a wrong offset!"); \ static_assert(offsetof(AContainer, BeaconableObjectID) == 0x0003A0, "Member 'AContainer::BeaconableObjectID' has a wrong offset!"); \ static_assert(offsetof(AContainer, SerializedContainerVersion) == 0x0003A8, "Member 'AContainer::SerializedContainerVersion' has a wrong offset!"); \ static_assert(offsetof(AContainer, PadlockComponent) == 0x0003B0, "Member 'AContainer::PadlockComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDistance_MobilityChoice \ static_assert(alignof(UDistance_MobilityChoice) == 0x000008, "Wrong alignment on UDistance_MobilityChoice"); \ static_assert(sizeof(UDistance_MobilityChoice) == 0x000040, "Wrong size on UDistance_MobilityChoice"); \ static_assert(offsetof(UDistance_MobilityChoice, AttackDistMin) == 0x000028, "Member 'UDistance_MobilityChoice::AttackDistMin' has a wrong offset!"); \ static_assert(offsetof(UDistance_MobilityChoice, AttackDistMax) == 0x00002C, "Member 'UDistance_MobilityChoice::AttackDistMax' has a wrong offset!"); \ static_assert(offsetof(UDistance_MobilityChoice, PressureDistMin) == 0x000030, "Member 'UDistance_MobilityChoice::PressureDistMin' has a wrong offset!"); \ static_assert(offsetof(UDistance_MobilityChoice, PressureDistMax) == 0x000034, "Member 'UDistance_MobilityChoice::PressureDistMax' has a wrong offset!"); \ static_assert(offsetof(UDistance_MobilityChoice, FarDistMin) == 0x000038, "Member 'UDistance_MobilityChoice::FarDistMin' has a wrong offset!"); \ static_assert(offsetof(UDistance_MobilityChoice, FarDistMax) == 0x00003C, "Member 'UDistance_MobilityChoice::FarDistMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IContentsInterface \ static_assert(alignof(IContentsInterface) == 0x000001, "Wrong alignment on IContentsInterface"); \ static_assert(sizeof(IContentsInterface) == 0x000001, "Wrong size on IContentsInterface"); \ #define DUMPER7_ASSERTS_AConvergeTest \ static_assert(alignof(AConvergeTest) == 0x000008, "Wrong alignment on AConvergeTest"); \ static_assert(sizeof(AConvergeTest) == 0x000298, "Wrong size on AConvergeTest"); \ static_assert(offsetof(AConvergeTest, m_convergeTag1) == 0x000248, "Member 'AConvergeTest::m_convergeTag1' has a wrong offset!"); \ static_assert(offsetof(AConvergeTest, m_convergeTag2) == 0x000250, "Member 'AConvergeTest::m_convergeTag2' has a wrong offset!"); \ static_assert(offsetof(AConvergeTest, m_radius) == 0x000258, "Member 'AConvergeTest::m_radius' has a wrong offset!"); \ static_assert(offsetof(AConvergeTest, m_desiredSpeed) == 0x00025C, "Member 'AConvergeTest::m_desiredSpeed' has a wrong offset!"); \ static_assert(offsetof(AConvergeTest, m_pathCount) == 0x000260, "Member 'AConvergeTest::m_pathCount' has a wrong offset!"); \ static_assert(offsetof(AConvergeTest, m_opposing) == 0x000264, "Member 'AConvergeTest::m_opposing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGlaciusSpellTool \ static_assert(alignof(AGlaciusSpellTool) == 0x000008, "Wrong alignment on AGlaciusSpellTool"); \ static_assert(sizeof(AGlaciusSpellTool) == 0x000900, "Wrong size on AGlaciusSpellTool"); \ static_assert(offsetof(AGlaciusSpellTool, FrozenFX2) == 0x000870, "Member 'AGlaciusSpellTool::FrozenFX2' has a wrong offset!"); \ static_assert(offsetof(AGlaciusSpellTool, EndFrozenFX2) == 0x000880, "Member 'AGlaciusSpellTool::EndFrozenFX2' has a wrong offset!"); \ static_assert(offsetof(AGlaciusSpellTool, BreakoutFrozenFX2) == 0x000890, "Member 'AGlaciusSpellTool::BreakoutFrozenFX2' has a wrong offset!"); \ static_assert(offsetof(AGlaciusSpellTool, TerrainImpactZOffset) == 0x0008A0, "Member 'AGlaciusSpellTool::TerrainImpactZOffset' has a wrong offset!"); \ static_assert(offsetof(AGlaciusSpellTool, GlaciusTerrainImpactComponent) == 0x0008A8, "Member 'AGlaciusSpellTool::GlaciusTerrainImpactComponent' has a wrong offset!"); \ static_assert(offsetof(AGlaciusSpellTool, GlaciusPlatformClass) == 0x0008B0, "Member 'AGlaciusSpellTool::GlaciusPlatformClass' has a wrong offset!"); \ static_assert(offsetof(AGlaciusSpellTool, PlatformMax) == 0x0008B8, "Member 'AGlaciusSpellTool::PlatformMax' has a wrong offset!"); \ static_assert(offsetof(AGlaciusSpellTool, PlatformLifetime) == 0x0008BC, "Member 'AGlaciusSpellTool::PlatformLifetime' has a wrong offset!"); \ static_assert(offsetof(AGlaciusSpellTool, PlatformScale) == 0x0008C0, "Member 'AGlaciusSpellTool::PlatformScale' has a wrong offset!"); \ static_assert(offsetof(AGlaciusSpellTool, PlatformScaleTime) == 0x0008C4, "Member 'AGlaciusSpellTool::PlatformScaleTime' has a wrong offset!"); \ static_assert(offsetof(AGlaciusSpellTool, AOEMunition) == 0x0008C8, "Member 'AGlaciusSpellTool::AOEMunition' has a wrong offset!"); \ static_assert(offsetof(AGlaciusSpellTool, GlaciusPlatforms) == 0x0008D0, "Member 'AGlaciusSpellTool::GlaciusPlatforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AConversationActor \ static_assert(alignof(AConversationActor) == 0x000008, "Wrong alignment on AConversationActor"); \ static_assert(sizeof(AConversationActor) == 0x000868, "Wrong size on AConversationActor"); \ static_assert(offsetof(AConversationActor, interactionActor) == 0x000550, "Member 'AConversationActor::interactionActor' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, LocalPlayer) == 0x000568, "Member 'AConversationActor::LocalPlayer' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, Camera) == 0x000580, "Member 'AConversationActor::Camera' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, DialogueSequenceID) == 0x000598, "Member 'AConversationActor::DialogueSequenceID' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, DialogueEventName) == 0x0005B0, "Member 'AConversationActor::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, DialogueFlags) == 0x0005C8, "Member 'AConversationActor::DialogueFlags' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, AvatarHead) == 0x0005E0, "Member 'AConversationActor::AvatarHead' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, AvatarRoot) == 0x0005F8, "Member 'AConversationActor::AvatarRoot' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, AvatarRootFinal) == 0x000610, "Member 'AConversationActor::AvatarRootFinal' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, A1Head) == 0x000628, "Member 'AConversationActor::A1Head' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, A1Root) == 0x000640, "Member 'AConversationActor::A1Root' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, A1RootFinal) == 0x000658, "Member 'AConversationActor::A1RootFinal' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, EnableInitialFadeOut) == 0x000670, "Member 'AConversationActor::EnableInitialFadeOut' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, EnableInitialFadeIn) == 0x000688, "Member 'AConversationActor::EnableInitialFadeIn' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, EnableFinalFadeOut) == 0x0006A0, "Member 'AConversationActor::EnableFinalFadeOut' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, EnableFinalFadeIn) == 0x0006B8, "Member 'AConversationActor::EnableFinalFadeIn' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, SynchronizationMethod) == 0x0006D0, "Member 'AConversationActor::SynchronizationMethod' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, EnableLightRig) == 0x0006E8, "Member 'AConversationActor::EnableLightRig' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, UsesSkyColors) == 0x000700, "Member 'AConversationActor::UsesSkyColors' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, KeyLightColorTemperature) == 0x000718, "Member 'AConversationActor::KeyLightColorTemperature' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, RimLightColorTemperature) == 0x000730, "Member 'AConversationActor::RimLightColorTemperature' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, FillLightColorTemperature) == 0x000748, "Member 'AConversationActor::FillLightColorTemperature' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, KeyLightIntensity) == 0x000760, "Member 'AConversationActor::KeyLightIntensity' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, RimLightIntensity) == 0x000778, "Member 'AConversationActor::RimLightIntensity' has a wrong offset!"); \ static_assert(offsetof(AConversationActor, FillLightIntensity) == 0x000790, "Member 'AConversationActor::FillLightIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDoorSettings \ static_assert(alignof(UDoorSettings) == 0x000008, "Wrong alignment on UDoorSettings"); \ static_assert(sizeof(UDoorSettings) == 0x000040, "Wrong size on UDoorSettings"); \ static_assert(offsetof(UDoorSettings, SpinnerWidgetClass) == 0x000038, "Member 'UDoorSettings::SpinnerWidgetClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_AnyQueuedConversations \ static_assert(alignof(ConversationComponent_AnyQueuedConversations) == 0x000001, "Wrong alignment on ConversationComponent_AnyQueuedConversations"); \ static_assert(sizeof(ConversationComponent_AnyQueuedConversations) == 0x000001, "Wrong size on ConversationComponent_AnyQueuedConversations"); \ static_assert(offsetof(ConversationComponent_AnyQueuedConversations, ReturnValue) == 0x000000, "Member 'ConversationComponent_AnyQueuedConversations::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_BindGenericConversationFinish \ static_assert(alignof(ConversationComponent_BindGenericConversationFinish) == 0x000004, "Wrong alignment on ConversationComponent_BindGenericConversationFinish"); \ static_assert(sizeof(ConversationComponent_BindGenericConversationFinish) == 0x000010, "Wrong size on ConversationComponent_BindGenericConversationFinish"); \ static_assert(offsetof(ConversationComponent_BindGenericConversationFinish, OnConversationFinished) == 0x000000, "Member 'ConversationComponent_BindGenericConversationFinish::OnConversationFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_BindGenericConversationStart \ static_assert(alignof(ConversationComponent_BindGenericConversationStart) == 0x000004, "Wrong alignment on ConversationComponent_BindGenericConversationStart"); \ static_assert(sizeof(ConversationComponent_BindGenericConversationStart) == 0x000010, "Wrong size on ConversationComponent_BindGenericConversationStart"); \ static_assert(offsetof(ConversationComponent_BindGenericConversationStart, OnConversationStarted) == 0x000000, "Member 'ConversationComponent_BindGenericConversationStart::OnConversationStarted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_Get \ static_assert(alignof(ConversationComponent_Get) == 0x000008, "Wrong alignment on ConversationComponent_Get"); \ static_assert(sizeof(ConversationComponent_Get) == 0x000008, "Wrong size on ConversationComponent_Get"); \ static_assert(offsetof(ConversationComponent_Get, ReturnValue) == 0x000000, "Member 'ConversationComponent_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_GetCurrentConversation \ static_assert(alignof(ConversationComponent_GetCurrentConversation) == 0x000008, "Wrong alignment on ConversationComponent_GetCurrentConversation"); \ static_assert(sizeof(ConversationComponent_GetCurrentConversation) == 0x000008, "Wrong size on ConversationComponent_GetCurrentConversation"); \ static_assert(offsetof(ConversationComponent_GetCurrentConversation, ReturnValue) == 0x000000, "Member 'ConversationComponent_GetCurrentConversation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_NewConversations \ static_assert(alignof(ConversationComponent_NewConversations) == 0x000001, "Wrong alignment on ConversationComponent_NewConversations"); \ static_assert(sizeof(ConversationComponent_NewConversations) == 0x000001, "Wrong size on ConversationComponent_NewConversations"); \ static_assert(offsetof(ConversationComponent_NewConversations, ReturnValue) == 0x000000, "Member 'ConversationComponent_NewConversations::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_RegisterConversationBP \ static_assert(alignof(ConversationComponent_RegisterConversationBP) == 0x000004, "Wrong alignment on ConversationComponent_RegisterConversationBP"); \ static_assert(sizeof(ConversationComponent_RegisterConversationBP) == 0x000034, "Wrong size on ConversationComponent_RegisterConversationBP"); \ static_assert(offsetof(ConversationComponent_RegisterConversationBP, CharacterID) == 0x000000, "Member 'ConversationComponent_RegisterConversationBP::CharacterID' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_RegisterConversationBP, ConversationID) == 0x000008, "Member 'ConversationComponent_RegisterConversationBP::ConversationID' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_RegisterConversationBP, OnConversationStarted) == 0x000010, "Member 'ConversationComponent_RegisterConversationBP::OnConversationStarted' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_RegisterConversationBP, OnConversationFinished) == 0x000020, "Member 'ConversationComponent_RegisterConversationBP::OnConversationFinished' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_RegisterConversationBP, ConversationType) == 0x000030, "Member 'ConversationComponent_RegisterConversationBP::ConversationType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_RegisterConversationNoCallbacksBP \ static_assert(alignof(ConversationComponent_RegisterConversationNoCallbacksBP) == 0x000004, "Wrong alignment on ConversationComponent_RegisterConversationNoCallbacksBP"); \ static_assert(sizeof(ConversationComponent_RegisterConversationNoCallbacksBP) == 0x000014, "Wrong size on ConversationComponent_RegisterConversationNoCallbacksBP"); \ static_assert(offsetof(ConversationComponent_RegisterConversationNoCallbacksBP, CharacterID) == 0x000000, "Member 'ConversationComponent_RegisterConversationNoCallbacksBP::CharacterID' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_RegisterConversationNoCallbacksBP, ConversationID) == 0x000008, "Member 'ConversationComponent_RegisterConversationNoCallbacksBP::ConversationID' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_RegisterConversationNoCallbacksBP, ConversationType) == 0x000010, "Member 'ConversationComponent_RegisterConversationNoCallbacksBP::ConversationType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_RegisterVendorConversationBP \ static_assert(alignof(ConversationComponent_RegisterVendorConversationBP) == 0x000008, "Wrong alignment on ConversationComponent_RegisterVendorConversationBP"); \ static_assert(sizeof(ConversationComponent_RegisterVendorConversationBP) == 0x000010, "Wrong size on ConversationComponent_RegisterVendorConversationBP"); \ static_assert(offsetof(ConversationComponent_RegisterVendorConversationBP, InteractingActor) == 0x000000, "Member 'ConversationComponent_RegisterVendorConversationBP::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_RegisterVendorConversationBP, ConversationComponent) == 0x000008, "Member 'ConversationComponent_RegisterVendorConversationBP::ConversationComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_StartConversationBP \ static_assert(alignof(ConversationComponent_StartConversationBP) == 0x000004, "Wrong alignment on ConversationComponent_StartConversationBP"); \ static_assert(sizeof(ConversationComponent_StartConversationBP) == 0x000034, "Wrong size on ConversationComponent_StartConversationBP"); \ static_assert(offsetof(ConversationComponent_StartConversationBP, CharacterID) == 0x000000, "Member 'ConversationComponent_StartConversationBP::CharacterID' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_StartConversationBP, ConversationID) == 0x000008, "Member 'ConversationComponent_StartConversationBP::ConversationID' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_StartConversationBP, OnConversationStarted) == 0x000010, "Member 'ConversationComponent_StartConversationBP::OnConversationStarted' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_StartConversationBP, OnConversationFinished) == 0x000020, "Member 'ConversationComponent_StartConversationBP::OnConversationFinished' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_StartConversationBP, ReturnValue) == 0x000030, "Member 'ConversationComponent_StartConversationBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_StartConversationWithActorBP \ static_assert(alignof(ConversationComponent_StartConversationWithActorBP) == 0x000008, "Wrong alignment on ConversationComponent_StartConversationWithActorBP"); \ static_assert(sizeof(ConversationComponent_StartConversationWithActorBP) == 0x000038, "Wrong size on ConversationComponent_StartConversationWithActorBP"); \ static_assert(offsetof(ConversationComponent_StartConversationWithActorBP, interactionActor) == 0x000000, "Member 'ConversationComponent_StartConversationWithActorBP::interactionActor' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_StartConversationWithActorBP, ConversationID) == 0x000008, "Member 'ConversationComponent_StartConversationWithActorBP::ConversationID' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_StartConversationWithActorBP, OnConversationStarted) == 0x000010, "Member 'ConversationComponent_StartConversationWithActorBP::OnConversationStarted' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_StartConversationWithActorBP, OnConversationFinished) == 0x000020, "Member 'ConversationComponent_StartConversationWithActorBP::OnConversationFinished' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_StartConversationWithActorBP, ReturnValue) == 0x000030, "Member 'ConversationComponent_StartConversationWithActorBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_StartConversationWithAssetBP \ static_assert(alignof(ConversationComponent_StartConversationWithAssetBP) == 0x000008, "Wrong alignment on ConversationComponent_StartConversationWithAssetBP"); \ static_assert(sizeof(ConversationComponent_StartConversationWithAssetBP) == 0x000020, "Wrong size on ConversationComponent_StartConversationWithAssetBP"); \ static_assert(offsetof(ConversationComponent_StartConversationWithAssetBP, CharacterID) == 0x000000, "Member 'ConversationComponent_StartConversationWithAssetBP::CharacterID' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_StartConversationWithAssetBP, ConversationID) == 0x000008, "Member 'ConversationComponent_StartConversationWithAssetBP::ConversationID' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_StartConversationWithAssetBP, ConversationAsset) == 0x000010, "Member 'ConversationComponent_StartConversationWithAssetBP::ConversationAsset' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_StartConversationWithAssetBP, ReturnValue) == 0x000018, "Member 'ConversationComponent_StartConversationWithAssetBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_UnregisterAllConversation \ static_assert(alignof(ConversationComponent_UnregisterAllConversation) == 0x000004, "Wrong alignment on ConversationComponent_UnregisterAllConversation"); \ static_assert(sizeof(ConversationComponent_UnregisterAllConversation) == 0x000008, "Wrong size on ConversationComponent_UnregisterAllConversation"); \ static_assert(offsetof(ConversationComponent_UnregisterAllConversation, CharacterID) == 0x000000, "Member 'ConversationComponent_UnregisterAllConversation::CharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_UnregisterConversation \ static_assert(alignof(ConversationComponent_UnregisterConversation) == 0x000004, "Wrong alignment on ConversationComponent_UnregisterConversation"); \ static_assert(sizeof(ConversationComponent_UnregisterConversation) == 0x000010, "Wrong size on ConversationComponent_UnregisterConversation"); \ static_assert(offsetof(ConversationComponent_UnregisterConversation, CharacterID) == 0x000000, "Member 'ConversationComponent_UnregisterConversation::CharacterID' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_UnregisterConversation, ConversationID) == 0x000008, "Member 'ConversationComponent_UnregisterConversation::ConversationID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_BeginInteraction \ static_assert(alignof(ConversationComponent_BeginInteraction) == 0x000008, "Wrong alignment on ConversationComponent_BeginInteraction"); \ static_assert(sizeof(ConversationComponent_BeginInteraction) == 0x000010, "Wrong size on ConversationComponent_BeginInteraction"); \ static_assert(offsetof(ConversationComponent_BeginInteraction, interactionActor) == 0x000000, "Member 'ConversationComponent_BeginInteraction::interactionActor' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_BeginInteraction, ReturnValue) == 0x000008, "Member 'ConversationComponent_BeginInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_SetBranchIDStateUsed \ static_assert(alignof(ConversationComponent_SetBranchIDStateUsed) == 0x000004, "Wrong alignment on ConversationComponent_SetBranchIDStateUsed"); \ static_assert(sizeof(ConversationComponent_SetBranchIDStateUsed) == 0x000008, "Wrong size on ConversationComponent_SetBranchIDStateUsed"); \ static_assert(offsetof(ConversationComponent_SetBranchIDStateUsed, BranchID) == 0x000000, "Member 'ConversationComponent_SetBranchIDStateUsed::BranchID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_GetConversationLastLineID \ static_assert(alignof(ConversationComponent_GetConversationLastLineID) == 0x000008, "Wrong alignment on ConversationComponent_GetConversationLastLineID"); \ static_assert(sizeof(ConversationComponent_GetConversationLastLineID) == 0x000018, "Wrong size on ConversationComponent_GetConversationLastLineID"); \ static_assert(offsetof(ConversationComponent_GetConversationLastLineID, SGNode) == 0x000000, "Member 'ConversationComponent_GetConversationLastLineID::SGNode' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_GetConversationLastLineID, LastLineID) == 0x000008, "Member 'ConversationComponent_GetConversationLastLineID::LastLineID' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_GetConversationLastLineID, ReturnValue) == 0x000010, "Member 'ConversationComponent_GetConversationLastLineID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConversationComponent_GetConversationOptions \ static_assert(alignof(ConversationComponent_GetConversationOptions) == 0x000008, "Wrong alignment on ConversationComponent_GetConversationOptions"); \ static_assert(sizeof(ConversationComponent_GetConversationOptions) == 0x000040, "Wrong size on ConversationComponent_GetConversationOptions"); \ static_assert(offsetof(ConversationComponent_GetConversationOptions, interactionActor) == 0x000000, "Member 'ConversationComponent_GetConversationOptions::interactionActor' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_GetConversationOptions, CharacterID) == 0x000008, "Member 'ConversationComponent_GetConversationOptions::CharacterID' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_GetConversationOptions, SGNode) == 0x000010, "Member 'ConversationComponent_GetConversationOptions::SGNode' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_GetConversationOptions, UIParameters) == 0x000018, "Member 'ConversationComponent_GetConversationOptions::UIParameters' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_GetConversationOptions, BranchIDs) == 0x000028, "Member 'ConversationComponent_GetConversationOptions::BranchIDs' has a wrong offset!"); \ static_assert(offsetof(ConversationComponent_GetConversationOptions, ReturnValue) == 0x000038, "Member 'ConversationComponent_GetConversationOptions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConversationComponent \ static_assert(alignof(UConversationComponent) == 0x000010, "Wrong alignment on UConversationComponent"); \ static_assert(sizeof(UConversationComponent) == 0x0006F0, "Wrong size on UConversationComponent"); \ static_assert(offsetof(UConversationComponent, ConversationState) == 0x000178, "Member 'UConversationComponent::ConversationState' has a wrong offset!"); \ static_assert(offsetof(UConversationComponent, PreInitializedConversationMap) == 0x000180, "Member 'UConversationComponent::PreInitializedConversationMap' has a wrong offset!"); \ static_assert(offsetof(UConversationComponent, RequestingFleshForSE) == 0x0001D0, "Member 'UConversationComponent::RequestingFleshForSE' has a wrong offset!"); \ static_assert(offsetof(UConversationComponent, RequestingInteractionActor) == 0x0001D8, "Member 'UConversationComponent::RequestingInteractionActor' has a wrong offset!"); \ static_assert(offsetof(UConversationComponent, VendorConditionalConversationMap) == 0x0003E0, "Member 'UConversationComponent::VendorConditionalConversationMap' has a wrong offset!"); \ static_assert(offsetof(UConversationComponent, StaticRegistrations) == 0x000640, "Member 'UConversationComponent::StaticRegistrations' has a wrong offset!"); \ static_assert(offsetof(UConversationComponent, ConversationSceneRigs) == 0x000658, "Member 'UConversationComponent::ConversationSceneRigs' has a wrong offset!"); \ static_assert(offsetof(UConversationComponent, PresentChoicesSR) == 0x000660, "Member 'UConversationComponent::PresentChoicesSR' has a wrong offset!"); \ static_assert(offsetof(UConversationComponent, VendorStoryGraph) == 0x000668, "Member 'UConversationComponent::VendorStoryGraph' has a wrong offset!"); \ static_assert(offsetof(UConversationComponent, StaticVendorEntries) == 0x000670, "Member 'UConversationComponent::StaticVendorEntries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetActivityTypeIDFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetActivityTypeIDFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetActivityTypeIDFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetActivityTypeIDFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetActivityTypeIDFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetActivityTypeIDFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetActivityTypeIDFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetActivityTypeIDFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetActivityTypeIDFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetActivityTypeIDNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetActivityTypeIDNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetActivityTypeIDNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetActivityTypeIDNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetActivityTypeIDNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetActivityTypeIDNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetActivityTypeIDNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetActivityTypeIDNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetActivityTypeIDNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetAmbientChatterTopicIDNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetCollisionTypeIDFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetCollisionTypeIDFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetCollisionTypeIDFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetCollisionTypeIDFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetCollisionTypeIDFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetCollisionTypeIDFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetCollisionTypeIDFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetCollisionTypeIDFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetCollisionTypeIDFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetCollisionTypeIDNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetCollisionTypeIDNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetCollisionTypeIDNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetCollisionTypeIDNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetCollisionTypeIDNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetCollisionTypeIDNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetCollisionTypeIDNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetCollisionTypeIDNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetCollisionTypeIDNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetHouseIDFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetHouseIDFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetHouseIDFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetHouseIDFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetHouseIDFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetHouseIDFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetHouseIDFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetHouseIDFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetHouseIDFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetHouseIDFromRegistryID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetHouseIDFromRegistryID) == 0x000008, "Wrong alignment on SocialEnumsBlueprintLibrary_GetHouseIDFromRegistryID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetHouseIDFromRegistryID) == 0x000018, "Wrong size on SocialEnumsBlueprintLibrary_GetHouseIDFromRegistryID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetHouseIDFromRegistryID, InRegistryID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetHouseIDFromRegistryID::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetHouseIDFromRegistryID, ReturnValue) == 0x000010, "Member 'SocialEnumsBlueprintLibrary_GetHouseIDFromRegistryID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetHouseIDNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetHouseIDNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetHouseIDNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetHouseIDNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetHouseIDNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetHouseIDNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetHouseIDNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetHouseIDNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetHouseIDNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetHouseNameFromRegistryID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetHouseNameFromRegistryID) == 0x000008, "Wrong alignment on SocialEnumsBlueprintLibrary_GetHouseNameFromRegistryID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetHouseNameFromRegistryID) == 0x000018, "Wrong size on SocialEnumsBlueprintLibrary_GetHouseNameFromRegistryID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetHouseNameFromRegistryID, InRegistryID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetHouseNameFromRegistryID::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetHouseNameFromRegistryID, ReturnValue) == 0x000010, "Member 'SocialEnumsBlueprintLibrary_GetHouseNameFromRegistryID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetPropClassIDFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetPropClassIDFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetPropClassIDFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetPropClassIDFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetPropClassIDFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetPropClassIDFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetPropClassIDFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetPropClassIDFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetPropClassIDFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetPropClassIDNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetPropClassIDNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetPropClassIDNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetPropClassIDNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetPropClassIDNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetPropClassIDNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetPropClassIDNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetPropClassIDNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetPropClassIDNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetPropTypeIDFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetPropTypeIDFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetPropTypeIDFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetPropTypeIDFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetPropTypeIDFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetPropTypeIDFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetPropTypeIDFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetPropTypeIDFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetPropTypeIDFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetPropTypeIDNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetPropTypeIDNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetPropTypeIDNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetPropTypeIDNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetPropTypeIDNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetPropTypeIDNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetPropTypeIDNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetPropTypeIDNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetPropTypeIDNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSkeletonTypeIDFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSkeletonTypeIDFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSkeletonTypeIDFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSkeletonTypeIDFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSkeletonTypeIDFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSkeletonTypeIDFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSkeletonTypeIDFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSkeletonTypeIDFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetSkeletonTypeIDFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSkeletonTypeIDNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSkeletonTypeIDNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSkeletonTypeIDNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSkeletonTypeIDNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSkeletonTypeIDNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSkeletonTypeIDNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSkeletonTypeIDNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSkeletonTypeIDNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetSkeletonTypeIDNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetSocialActionObserverTypeNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialActionTypeFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialActionTypeFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialActionTypeFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialActionTypeFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialActionTypeFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialActionTypeFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialActionTypeFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialActionTypeFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetSocialActionTypeFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialActionTypeNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialActionTypeNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialActionTypeNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialActionTypeNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialActionTypeNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialActionTypeNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialActionTypeNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialActionTypeNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetSocialActionTypeNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetSocialCapitalStatusIDNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialConnectionIDFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialConnectionIDFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialConnectionIDFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialConnectionIDFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialConnectionIDFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialConnectionIDFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialConnectionIDFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialConnectionIDFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetSocialConnectionIDFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialConnectionIDNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialConnectionIDNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialConnectionIDNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialConnectionIDNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialConnectionIDNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialConnectionIDNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialConnectionIDNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialConnectionIDNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetSocialConnectionIDNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetSocialHeritageStatusIDNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetSocialInteractionDisplayStatusIDNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetSocialInteractionTypeIDNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialSemanticIDFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialSemanticIDFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialSemanticIDFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialSemanticIDFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialSemanticIDFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialSemanticIDFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialSemanticIDFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialSemanticIDFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetSocialSemanticIDFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialSemanticIDNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialSemanticIDNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialSemanticIDNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialSemanticIDNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialSemanticIDNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialSemanticIDNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialSemanticIDNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialSemanticIDNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetSocialSemanticIDNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetSocialSemanticTypeIDNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetUIActionModeFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetUIActionModeFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetUIActionModeFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetUIActionModeFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetUIActionModeFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetUIActionModeFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetUIActionModeFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetUIActionModeFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetUIActionModeFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetUIActionModeNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetUIActionModeNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetUIActionModeNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetUIActionModeNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetUIActionModeNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetUIActionModeNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetUIActionModeNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetUIActionModeNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetUIActionModeNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetUIHUDGroupFromName \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetUIHUDGroupFromName) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetUIHUDGroupFromName"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetUIHUDGroupFromName) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetUIHUDGroupFromName"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetUIHUDGroupFromName, strName) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetUIHUDGroupFromName::strName' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetUIHUDGroupFromName, ReturnValue) == 0x000008, "Member 'SocialEnumsBlueprintLibrary_GetUIHUDGroupFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialEnumsBlueprintLibrary_GetUIHUDGroupNameFromID \ static_assert(alignof(SocialEnumsBlueprintLibrary_GetUIHUDGroupNameFromID) == 0x000004, "Wrong alignment on SocialEnumsBlueprintLibrary_GetUIHUDGroupNameFromID"); \ static_assert(sizeof(SocialEnumsBlueprintLibrary_GetUIHUDGroupNameFromID) == 0x00000C, "Wrong size on SocialEnumsBlueprintLibrary_GetUIHUDGroupNameFromID"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetUIHUDGroupNameFromID, inID) == 0x000000, "Member 'SocialEnumsBlueprintLibrary_GetUIHUDGroupNameFromID::inID' has a wrong offset!"); \ static_assert(offsetof(SocialEnumsBlueprintLibrary_GetUIHUDGroupNameFromID, ReturnValue) == 0x000004, "Member 'SocialEnumsBlueprintLibrary_GetUIHUDGroupNameFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USocialEnumsBlueprintLibrary \ static_assert(alignof(USocialEnumsBlueprintLibrary) == 0x000008, "Wrong alignment on USocialEnumsBlueprintLibrary"); \ static_assert(sizeof(USocialEnumsBlueprintLibrary) == 0x000028, "Wrong size on USocialEnumsBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UConversationState \ static_assert(alignof(UConversationState) == 0x000010, "Wrong alignment on UConversationState"); \ static_assert(sizeof(UConversationState) == 0x000630, "Wrong size on UConversationState"); \ static_assert(offsetof(UConversationState, LegacyConversationActor) == 0x0002F0, "Member 'UConversationState::LegacyConversationActor' has a wrong offset!"); \ static_assert(offsetof(UConversationState, OwnedConversationActor) == 0x0002F8, "Member 'UConversationState::OwnedConversationActor' has a wrong offset!"); \ static_assert(offsetof(UConversationState, CurrentConversation) == 0x000300, "Member 'UConversationState::CurrentConversation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AConveyorBelt \ static_assert(alignof(AConveyorBelt) == 0x000008, "Wrong alignment on AConveyorBelt"); \ static_assert(sizeof(AConveyorBelt) == 0x000248, "Wrong size on AConveyorBelt"); \ #define DUMPER7_ASSERTS_CooldownPickup_CanPickup \ static_assert(alignof(CooldownPickup_CanPickup) == 0x000001, "Wrong alignment on CooldownPickup_CanPickup"); \ static_assert(sizeof(CooldownPickup_CanPickup) == 0x000001, "Wrong size on CooldownPickup_CanPickup"); \ static_assert(offsetof(CooldownPickup_CanPickup, ReturnValue) == 0x000000, "Member 'CooldownPickup_CanPickup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CooldownPickup_OnPickedUp \ static_assert(alignof(CooldownPickup_OnPickedUp) == 0x000008, "Wrong alignment on CooldownPickup_OnPickedUp"); \ static_assert(sizeof(CooldownPickup_OnPickedUp) == 0x000008, "Wrong size on CooldownPickup_OnPickedUp"); \ static_assert(offsetof(CooldownPickup_OnPickedUp, InActor) == 0x000000, "Member 'CooldownPickup_OnPickedUp::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CooldownPickup_GetDisablePickupTime \ static_assert(alignof(CooldownPickup_GetDisablePickupTime) == 0x000004, "Wrong alignment on CooldownPickup_GetDisablePickupTime"); \ static_assert(sizeof(CooldownPickup_GetDisablePickupTime) == 0x000004, "Wrong size on CooldownPickup_GetDisablePickupTime"); \ static_assert(offsetof(CooldownPickup_GetDisablePickupTime, ReturnValue) == 0x000000, "Member 'CooldownPickup_GetDisablePickupTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACooldownPickup \ static_assert(alignof(ACooldownPickup) == 0x000008, "Wrong alignment on ACooldownPickup"); \ static_assert(sizeof(ACooldownPickup) == 0x000318, "Wrong size on ACooldownPickup"); \ static_assert(offsetof(ACooldownPickup, SpawnFX) == 0x000248, "Member 'ACooldownPickup::SpawnFX' has a wrong offset!"); \ static_assert(offsetof(ACooldownPickup, CollectedFX) == 0x000258, "Member 'ACooldownPickup::CollectedFX' has a wrong offset!"); \ static_assert(offsetof(ACooldownPickup, FizzleFX) == 0x000268, "Member 'ACooldownPickup::FizzleFX' has a wrong offset!"); \ static_assert(offsetof(ACooldownPickup, Prim) == 0x000278, "Member 'ACooldownPickup::Prim' has a wrong offset!"); \ static_assert(offsetof(ACooldownPickup, NiagaraComponent) == 0x000280, "Member 'ACooldownPickup::NiagaraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_Character_GetTrackerAverageSpeed \ static_assert(alignof(Creature_Character_GetTrackerAverageSpeed) == 0x000004, "Wrong alignment on Creature_Character_GetTrackerAverageSpeed"); \ static_assert(sizeof(Creature_Character_GetTrackerAverageSpeed) == 0x000004, "Wrong size on Creature_Character_GetTrackerAverageSpeed"); \ static_assert(offsetof(Creature_Character_GetTrackerAverageSpeed, ReturnValue) == 0x000000, "Member 'Creature_Character_GetTrackerAverageSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_Character_GetTrackerIsStationary \ static_assert(alignof(Creature_Character_GetTrackerIsStationary) == 0x000001, "Wrong alignment on Creature_Character_GetTrackerIsStationary"); \ static_assert(sizeof(Creature_Character_GetTrackerIsStationary) == 0x000001, "Wrong size on Creature_Character_GetTrackerIsStationary"); \ static_assert(offsetof(Creature_Character_GetTrackerIsStationary, ReturnValue) == 0x000000, "Member 'Creature_Character_GetTrackerIsStationary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_Character_SetAvoidanceAgainst \ static_assert(alignof(Creature_Character_SetAvoidanceAgainst) == 0x000008, "Wrong alignment on Creature_Character_SetAvoidanceAgainst"); \ static_assert(sizeof(Creature_Character_SetAvoidanceAgainst) == 0x000010, "Wrong size on Creature_Character_SetAvoidanceAgainst"); \ static_assert(offsetof(Creature_Character_SetAvoidanceAgainst, Actor) == 0x000000, "Member 'Creature_Character_SetAvoidanceAgainst::Actor' has a wrong offset!"); \ static_assert(offsetof(Creature_Character_SetAvoidanceAgainst, bEnable) == 0x000008, "Member 'Creature_Character_SetAvoidanceAgainst::bEnable' has a wrong offset!"); \ static_assert(offsetof(Creature_Character_SetAvoidanceAgainst, ReturnValue) == 0x000009, "Member 'Creature_Character_SetAvoidanceAgainst::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_Character_SetCanUseIdleBreaksDefaultValue \ static_assert(alignof(Creature_Character_SetCanUseIdleBreaksDefaultValue) == 0x000001, "Wrong alignment on Creature_Character_SetCanUseIdleBreaksDefaultValue"); \ static_assert(sizeof(Creature_Character_SetCanUseIdleBreaksDefaultValue) == 0x000001, "Wrong size on Creature_Character_SetCanUseIdleBreaksDefaultValue"); \ static_assert(offsetof(Creature_Character_SetCanUseIdleBreaksDefaultValue, bValue) == 0x000000, "Member 'Creature_Character_SetCanUseIdleBreaksDefaultValue::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_Character_StartFire \ static_assert(alignof(Creature_Character_StartFire) == 0x000004, "Wrong alignment on Creature_Character_StartFire"); \ static_assert(sizeof(Creature_Character_StartFire) == 0x000014, "Wrong size on Creature_Character_StartFire"); \ static_assert(offsetof(Creature_Character_StartFire, Amount) == 0x000000, "Member 'Creature_Character_StartFire::Amount' has a wrong offset!"); \ static_assert(offsetof(Creature_Character_StartFire, Location) == 0x000004, "Member 'Creature_Character_StartFire::Location' has a wrong offset!"); \ static_assert(offsetof(Creature_Character_StartFire, ReturnValue) == 0x000010, "Member 'Creature_Character_StartFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_Character_GetMountComponent \ static_assert(alignof(Creature_Character_GetMountComponent) == 0x000008, "Wrong alignment on Creature_Character_GetMountComponent"); \ static_assert(sizeof(Creature_Character_GetMountComponent) == 0x000008, "Wrong size on Creature_Character_GetMountComponent"); \ static_assert(offsetof(Creature_Character_GetMountComponent, ReturnValue) == 0x000000, "Member 'Creature_Character_GetMountComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_Character_IsActivePlayerMount \ static_assert(alignof(Creature_Character_IsActivePlayerMount) == 0x000001, "Wrong alignment on Creature_Character_IsActivePlayerMount"); \ static_assert(sizeof(Creature_Character_IsActivePlayerMount) == 0x000001, "Wrong size on Creature_Character_IsActivePlayerMount"); \ static_assert(offsetof(Creature_Character_IsActivePlayerMount, ReturnValue) == 0x000000, "Member 'Creature_Character_IsActivePlayerMount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACreature_Character \ static_assert(alignof(ACreature_Character) == 0x000010, "Wrong alignment on ACreature_Character"); \ static_assert(sizeof(ACreature_Character) == 0x0025E0, "Wrong size on ACreature_Character"); \ static_assert(offsetof(ACreature_Character, AnimationComponent) == 0x0022A0, "Member 'ACreature_Character::AnimationComponent' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, EnemyStateComponent) == 0x0022A8, "Member 'ACreature_Character::EnemyStateComponent' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, FlightMotionTable) == 0x0022B0, "Member 'ACreature_Character::FlightMotionTable' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, PreferredAreaUsageFlags) == 0x0022B8, "Member 'ACreature_Character::PreferredAreaUsageFlags' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, FleeAreaUsageFlags) == 0x0022BC, "Member 'ACreature_Character::FleeAreaUsageFlags' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, IgnoredSpellImpactTypes) == 0x0022C0, "Member 'ACreature_Character::IgnoredSpellImpactTypes' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, bRecordLastReceivedAnimNotify) == 0x0022E0, "Member 'ACreature_Character::bRecordLastReceivedAnimNotify' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, FollowScreenWidgetClass) == 0x0022E8, "Member 'ACreature_Character::FollowScreenWidgetClass' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, StartState) == 0x002310, "Member 'ACreature_Character::StartState' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, bStartTame) == 0x002311, "Member 'ACreature_Character::bStartTame' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, StartPathNode) == 0x002318, "Member 'ACreature_Character::StartPathNode' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, Cage) == 0x002320, "Member 'ACreature_Character::Cage' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, CageAnimation) == 0x002328, "Member 'ACreature_Character::CageAnimation' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, SpawnVFX) == 0x002330, "Member 'ACreature_Character::SpawnVFX' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, bSpawnFlying) == 0x002338, "Member 'ACreature_Character::bSpawnFlying' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, bSpawnPerched) == 0x002339, "Member 'ACreature_Character::bSpawnPerched' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, AllowedColorVariationsOverride) == 0x002348, "Member 'ACreature_Character::AllowedColorVariationsOverride' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, bOverrideGender) == 0x002358, "Member 'ACreature_Character::bOverrideGender' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, bIsMaleOverride) == 0x002359, "Member 'ACreature_Character::bIsMaleOverride' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, RootMotionTranslationScale) == 0x00235C, "Member 'ACreature_Character::RootMotionTranslationScale' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, DesiredFlightState) == 0x002360, "Member 'ACreature_Character::DesiredFlightState' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, DesiredLandingType) == 0x002361, "Member 'ACreature_Character::DesiredLandingType' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, DesiredTakeoffAnimationTags) == 0x002368, "Member 'ACreature_Character::DesiredTakeoffAnimationTags' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, DesiredStoppingMode) == 0x002388, "Member 'ACreature_Character::DesiredStoppingMode' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, ActualStoppingMode) == 0x002389, "Member 'ACreature_Character::ActualStoppingMode' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, DesiredMovementSpeed) == 0x00238A, "Member 'ACreature_Character::DesiredMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, CreatureAIComponent) == 0x002390, "Member 'ACreature_Character::CreatureAIComponent' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, NurtureComponent) == 0x002398, "Member 'ACreature_Character::NurtureComponent' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, CombatComponent) == 0x0023A0, "Member 'ACreature_Character::CombatComponent' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, FlightMovementComponent) == 0x0023A8, "Member 'ACreature_Character::FlightMovementComponent' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, FlightNavigationComponent) == 0x0023B0, "Member 'ACreature_Character::FlightNavigationComponent' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, FlightAnimationComponent) == 0x0023B8, "Member 'ACreature_Character::FlightAnimationComponent' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, CentaurCombatComponent) == 0x0023C0, "Member 'ACreature_Character::CentaurCombatComponent' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, MountComponent) == 0x0023C8, "Member 'ACreature_Character::MountComponent' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, AnimationVariationTagContainer) == 0x0023D8, "Member 'ACreature_Character::AnimationVariationTagContainer' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, LastReceivedAnimNotifyEventNames) == 0x0023F8, "Member 'ACreature_Character::LastReceivedAnimNotifyEventNames' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, CalloutAttachmentSocket) == 0x0024C0, "Member 'ACreature_Character::CalloutAttachmentSocket' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, CalloutLocalOffset) == 0x0024D0, "Member 'ACreature_Character::CalloutLocalOffset' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, AlertCalloutLocalOffset) == 0x002500, "Member 'ACreature_Character::AlertCalloutLocalOffset' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, bTestForAudioOcclusion) == 0x00250C, "Member 'ACreature_Character::bTestForAudioOcclusion' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, MaxConcurrentAkComponents) == 0x002510, "Member 'ACreature_Character::MaxConcurrentAkComponents' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, MaxAkEventsPerFrame) == 0x002514, "Member 'ACreature_Character::MaxAkEventsPerFrame' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, CreatedCalloutAttachComponent) == 0x002570, "Member 'ACreature_Character::CreatedCalloutAttachComponent' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, OcclusionAkComponent) == 0x002578, "Member 'ACreature_Character::OcclusionAkComponent' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, FootstepAkComponents) == 0x002580, "Member 'ACreature_Character::FootstepAkComponents' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, MotionAkComponent) == 0x002590, "Member 'ACreature_Character::MotionAkComponent' has a wrong offset!"); \ static_assert(offsetof(ACreature_Character, VoxFoleyAkComponents) == 0x002598, "Member 'ACreature_Character::VoxFoleyAkComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AnimInstance_AnimNotify_ImpulseToTarget \ static_assert(alignof(Enemy_AnimInstance_AnimNotify_ImpulseToTarget) == 0x000004, "Wrong alignment on Enemy_AnimInstance_AnimNotify_ImpulseToTarget"); \ static_assert(sizeof(Enemy_AnimInstance_AnimNotify_ImpulseToTarget) == 0x00000C, "Wrong size on Enemy_AnimInstance_AnimNotify_ImpulseToTarget"); \ static_assert(offsetof(Enemy_AnimInstance_AnimNotify_ImpulseToTarget, ActiveFrames) == 0x000000, "Member 'Enemy_AnimInstance_AnimNotify_ImpulseToTarget::ActiveFrames' has a wrong offset!"); \ static_assert(offsetof(Enemy_AnimInstance_AnimNotify_ImpulseToTarget, DistFromTarget) == 0x000004, "Member 'Enemy_AnimInstance_AnimNotify_ImpulseToTarget::DistFromTarget' has a wrong offset!"); \ static_assert(offsetof(Enemy_AnimInstance_AnimNotify_ImpulseToTarget, MaxTravelDist) == 0x000008, "Member 'Enemy_AnimInstance_AnimNotify_ImpulseToTarget::MaxTravelDist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AnimInstance_GetAnimDodgeState \ static_assert(alignof(Enemy_AnimInstance_GetAnimDodgeState) == 0x000001, "Wrong alignment on Enemy_AnimInstance_GetAnimDodgeState"); \ static_assert(sizeof(Enemy_AnimInstance_GetAnimDodgeState) == 0x000001, "Wrong size on Enemy_AnimInstance_GetAnimDodgeState"); \ static_assert(offsetof(Enemy_AnimInstance_GetAnimDodgeState, ReturnValue) == 0x000000, "Member 'Enemy_AnimInstance_GetAnimDodgeState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AnimInstance_SetAnimDodgeState \ static_assert(alignof(Enemy_AnimInstance_SetAnimDodgeState) == 0x000001, "Wrong alignment on Enemy_AnimInstance_SetAnimDodgeState"); \ static_assert(sizeof(Enemy_AnimInstance_SetAnimDodgeState) == 0x000001, "Wrong size on Enemy_AnimInstance_SetAnimDodgeState"); \ static_assert(offsetof(Enemy_AnimInstance_SetAnimDodgeState, InDodgeState) == 0x000000, "Member 'Enemy_AnimInstance_SetAnimDodgeState::InDodgeState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AnimInstance_SetAttackTypeTag \ static_assert(alignof(Enemy_AnimInstance_SetAttackTypeTag) == 0x000004, "Wrong alignment on Enemy_AnimInstance_SetAttackTypeTag"); \ static_assert(sizeof(Enemy_AnimInstance_SetAttackTypeTag) == 0x000008, "Wrong size on Enemy_AnimInstance_SetAttackTypeTag"); \ static_assert(offsetof(Enemy_AnimInstance_SetAttackTypeTag, InType) == 0x000000, "Member 'Enemy_AnimInstance_SetAttackTypeTag::InType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AnimInstance_SetSpawnData \ static_assert(alignof(Enemy_AnimInstance_SetSpawnData) == 0x000008, "Wrong alignment on Enemy_AnimInstance_SetSpawnData"); \ static_assert(sizeof(Enemy_AnimInstance_SetSpawnData) == 0x000008, "Wrong size on Enemy_AnimInstance_SetSpawnData"); \ static_assert(offsetof(Enemy_AnimInstance_SetSpawnData, InSpawnDataPtr) == 0x000000, "Member 'Enemy_AnimInstance_SetSpawnData::InSpawnDataPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AnimInstance_CanExitAttackLoop \ static_assert(alignof(Enemy_AnimInstance_CanExitAttackLoop) == 0x000001, "Wrong alignment on Enemy_AnimInstance_CanExitAttackLoop"); \ static_assert(sizeof(Enemy_AnimInstance_CanExitAttackLoop) == 0x000001, "Wrong size on Enemy_AnimInstance_CanExitAttackLoop"); \ static_assert(offsetof(Enemy_AnimInstance_CanExitAttackLoop, ReturnValue) == 0x000000, "Member 'Enemy_AnimInstance_CanExitAttackLoop::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AnimInstance_GetAttackTypeTag \ static_assert(alignof(Enemy_AnimInstance_GetAttackTypeTag) == 0x000004, "Wrong alignment on Enemy_AnimInstance_GetAttackTypeTag"); \ static_assert(sizeof(Enemy_AnimInstance_GetAttackTypeTag) == 0x000008, "Wrong size on Enemy_AnimInstance_GetAttackTypeTag"); \ static_assert(offsetof(Enemy_AnimInstance_GetAttackTypeTag, ReturnValue) == 0x000000, "Member 'Enemy_AnimInstance_GetAttackTypeTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AnimInstance_GetSpawnData \ static_assert(alignof(Enemy_AnimInstance_GetSpawnData) == 0x000008, "Wrong alignment on Enemy_AnimInstance_GetSpawnData"); \ static_assert(sizeof(Enemy_AnimInstance_GetSpawnData) == 0x000008, "Wrong size on Enemy_AnimInstance_GetSpawnData"); \ static_assert(offsetof(Enemy_AnimInstance_GetSpawnData, ReturnValue) == 0x000000, "Member 'Enemy_AnimInstance_GetSpawnData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_AnimInstance \ static_assert(alignof(UEnemy_AnimInstance) == 0x000010, "Wrong alignment on UEnemy_AnimInstance"); \ static_assert(sizeof(UEnemy_AnimInstance) == 0x000690, "Wrong size on UEnemy_AnimInstance"); \ static_assert(offsetof(UEnemy_AnimInstance, DodgeState) == 0x000670, "Member 'UEnemy_AnimInstance::DodgeState' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AnimInstance, AttackTypeTag) == 0x000674, "Member 'UEnemy_AnimInstance::AttackTypeTag' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AnimInstance, WeaponActivateStoredIndex) == 0x00067C, "Member 'UEnemy_AnimInstance::WeaponActivateStoredIndex' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AnimInstance, SpawnDataPtr) == 0x000680, "Member 'UEnemy_AnimInstance::SpawnDataPtr' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AnimInstance, bOnGround) == 0x000688, "Member 'UEnemy_AnimInstance::bOnGround' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureCombatData \ static_assert(alignof(UCreatureCombatData) == 0x000008, "Wrong alignment on UCreatureCombatData"); \ static_assert(sizeof(UCreatureCombatData) == 0x000038, "Wrong size on UCreatureCombatData"); \ static_assert(offsetof(UCreatureCombatData, DrawDebug) == 0x000030, "Member 'UCreatureCombatData::DrawDebug' has a wrong offset!"); \ static_assert(offsetof(UCreatureCombatData, ForceBehavior) == 0x000031, "Member 'UCreatureCombatData::ForceBehavior' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNode_BroadcastArrived \ static_assert(alignof(PathNode_BroadcastArrived) == 0x000008, "Wrong alignment on PathNode_BroadcastArrived"); \ static_assert(sizeof(PathNode_BroadcastArrived) == 0x000008, "Wrong size on PathNode_BroadcastArrived"); \ static_assert(offsetof(PathNode_BroadcastArrived, pActor) == 0x000000, "Member 'PathNode_BroadcastArrived::pActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNode_GetArrivalTimeout \ static_assert(alignof(PathNode_GetArrivalTimeout) == 0x000004, "Wrong alignment on PathNode_GetArrivalTimeout"); \ static_assert(sizeof(PathNode_GetArrivalTimeout) == 0x000004, "Wrong size on PathNode_GetArrivalTimeout"); \ static_assert(offsetof(PathNode_GetArrivalTimeout, ReturnValue) == 0x000000, "Member 'PathNode_GetArrivalTimeout::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APathNode \ static_assert(alignof(APathNode) == 0x000008, "Wrong alignment on APathNode"); \ static_assert(sizeof(APathNode) == 0x000288, "Wrong size on APathNode"); \ static_assert(offsetof(APathNode, m_nextArray) == 0x000248, "Member 'APathNode::m_nextArray' has a wrong offset!"); \ static_assert(offsetof(APathNode, m_waitTime) == 0x000258, "Member 'APathNode::m_waitTime' has a wrong offset!"); \ static_assert(offsetof(APathNode, m_threshold) == 0x00025C, "Member 'APathNode::m_threshold' has a wrong offset!"); \ static_assert(offsetof(APathNode, m_arrivalTimeout) == 0x000260, "Member 'APathNode::m_arrivalTimeout' has a wrong offset!"); \ static_assert(offsetof(APathNode, m_nextAction) == 0x000264, "Member 'APathNode::m_nextAction' has a wrong offset!"); \ static_assert(offsetof(APathNode, m_onArrivalEnablePerception) == 0x000265, "Member 'APathNode::m_onArrivalEnablePerception' has a wrong offset!"); \ static_assert(offsetof(APathNode, m_applyPathSpeed) == 0x000266, "Member 'APathNode::m_applyPathSpeed' has a wrong offset!"); \ static_assert(offsetof(APathNode, m_selectedSpeed) == 0x000267, "Member 'APathNode::m_selectedSpeed' has a wrong offset!"); \ static_assert(offsetof(APathNode, m_pathSpeed) == 0x000268, "Member 'APathNode::m_pathSpeed' has a wrong offset!"); \ static_assert(offsetof(APathNode, m_airPathNode) == 0x00026C, "Member 'APathNode::m_airPathNode' has a wrong offset!"); \ static_assert(offsetof(APathNode, m_airPathSpeedMultiplyer) == 0x000270, "Member 'APathNode::m_airPathSpeedMultiplyer' has a wrong offset!"); \ static_assert(offsetof(APathNode, m_perchPathNode) == 0x000274, "Member 'APathNode::m_perchPathNode' has a wrong offset!"); \ static_assert(offsetof(APathNode, m_arrivedDelegate) == 0x000278, "Member 'APathNode::m_arrivedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureCombatRepositionData \ static_assert(alignof(UCreatureCombatRepositionData) == 0x000008, "Wrong alignment on UCreatureCombatRepositionData"); \ static_assert(sizeof(UCreatureCombatRepositionData) == 0x000040, "Wrong size on UCreatureCombatRepositionData"); \ static_assert(offsetof(UCreatureCombatRepositionData, RepositionDistanceRange) == 0x000038, "Member 'UCreatureCombatRepositionData::RepositionDistanceRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureCombatAttackData \ static_assert(alignof(UCreatureCombatAttackData) == 0x000008, "Wrong alignment on UCreatureCombatAttackData"); \ static_assert(sizeof(UCreatureCombatAttackData) == 0x000098, "Wrong size on UCreatureCombatAttackData"); \ static_assert(offsetof(UCreatureCombatAttackData, PatternDistanceRange) == 0x000038, "Member 'UCreatureCombatAttackData::PatternDistanceRange' has a wrong offset!"); \ static_assert(offsetof(UCreatureCombatAttackData, PatternHeadingRange) == 0x000040, "Member 'UCreatureCombatAttackData::PatternHeadingRange' has a wrong offset!"); \ static_assert(offsetof(UCreatureCombatAttackData, AttackDistanceRange) == 0x000048, "Member 'UCreatureCombatAttackData::AttackDistanceRange' has a wrong offset!"); \ static_assert(offsetof(UCreatureCombatAttackData, AttackHeadingRange) == 0x000050, "Member 'UCreatureCombatAttackData::AttackHeadingRange' has a wrong offset!"); \ static_assert(offsetof(UCreatureCombatAttackData, AttackReachDistanceRange) == 0x000058, "Member 'UCreatureCombatAttackData::AttackReachDistanceRange' has a wrong offset!"); \ static_assert(offsetof(UCreatureCombatAttackData, AttackReachHeadingRange) == 0x000060, "Member 'UCreatureCombatAttackData::AttackReachHeadingRange' has a wrong offset!"); \ static_assert(offsetof(UCreatureCombatAttackData, AttackCommitTime) == 0x000068, "Member 'UCreatureCombatAttackData::AttackCommitTime' has a wrong offset!"); \ static_assert(offsetof(UCreatureCombatAttackData, AttackPatternWeight) == 0x00006C, "Member 'UCreatureCombatAttackData::AttackPatternWeight' has a wrong offset!"); \ static_assert(offsetof(UCreatureCombatAttackData, bAttackRequiresStraightLineReachable) == 0x000070, "Member 'UCreatureCombatAttackData::bAttackRequiresStraightLineReachable' has a wrong offset!"); \ static_assert(offsetof(UCreatureCombatAttackData, StraightLineReachableDistanceThreshold) == 0x000074, "Member 'UCreatureCombatAttackData::StraightLineReachableDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(UCreatureCombatAttackData, bUseAttackExecutionPathSpec) == 0x000078, "Member 'UCreatureCombatAttackData::bUseAttackExecutionPathSpec' has a wrong offset!"); \ static_assert(offsetof(UCreatureCombatAttackData, ParryData) == 0x00007C, "Member 'UCreatureCombatAttackData::ParryData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureCombatProgressionData \ static_assert(alignof(UCreatureCombatProgressionData) == 0x000008, "Wrong alignment on UCreatureCombatProgressionData"); \ static_assert(sizeof(UCreatureCombatProgressionData) == 0x000048, "Wrong size on UCreatureCombatProgressionData"); \ static_assert(offsetof(UCreatureCombatProgressionData, CombatStages) == 0x000030, "Member 'UCreatureCombatProgressionData::CombatStages' has a wrong offset!"); \ static_assert(offsetof(UCreatureCombatProgressionData, bDebugDraw) == 0x000040, "Member 'UCreatureCombatProgressionData::bDebugDraw' has a wrong offset!"); \ static_assert(offsetof(UCreatureCombatProgressionData, bEnableDebugStageIndex) == 0x000041, "Member 'UCreatureCombatProgressionData::bEnableDebugStageIndex' has a wrong offset!"); \ static_assert(offsetof(UCreatureCombatProgressionData, DebugStageIndex) == 0x000044, "Member 'UCreatureCombatProgressionData::DebugStageIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AttackComponent_AddSelectionTag \ static_assert(alignof(Enemy_AttackComponent_AddSelectionTag) == 0x000004, "Wrong alignment on Enemy_AttackComponent_AddSelectionTag"); \ static_assert(sizeof(Enemy_AttackComponent_AddSelectionTag) == 0x000008, "Wrong size on Enemy_AttackComponent_AddSelectionTag"); \ static_assert(offsetof(Enemy_AttackComponent_AddSelectionTag, InTag) == 0x000000, "Member 'Enemy_AttackComponent_AddSelectionTag::InTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AttackComponent_AddSelectionTags \ static_assert(alignof(Enemy_AttackComponent_AddSelectionTags) == 0x000008, "Wrong alignment on Enemy_AttackComponent_AddSelectionTags"); \ static_assert(sizeof(Enemy_AttackComponent_AddSelectionTags) == 0x000020, "Wrong size on Enemy_AttackComponent_AddSelectionTags"); \ static_assert(offsetof(Enemy_AttackComponent_AddSelectionTags, InTags) == 0x000000, "Member 'Enemy_AttackComponent_AddSelectionTags::InTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AttackComponent_GetChosenAttackData \ static_assert(alignof(Enemy_AttackComponent_GetChosenAttackData) == 0x000008, "Wrong alignment on Enemy_AttackComponent_GetChosenAttackData"); \ static_assert(sizeof(Enemy_AttackComponent_GetChosenAttackData) == 0x000078, "Wrong size on Enemy_AttackComponent_GetChosenAttackData"); \ static_assert(offsetof(Enemy_AttackComponent_GetChosenAttackData, ReturnValue) == 0x000000, "Member 'Enemy_AttackComponent_GetChosenAttackData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AttackComponent_RemoveSelectionTag \ static_assert(alignof(Enemy_AttackComponent_RemoveSelectionTag) == 0x000004, "Wrong alignment on Enemy_AttackComponent_RemoveSelectionTag"); \ static_assert(sizeof(Enemy_AttackComponent_RemoveSelectionTag) == 0x000008, "Wrong size on Enemy_AttackComponent_RemoveSelectionTag"); \ static_assert(offsetof(Enemy_AttackComponent_RemoveSelectionTag, InTag) == 0x000000, "Member 'Enemy_AttackComponent_RemoveSelectionTag::InTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AttackComponent_RemoveSelectionTags \ static_assert(alignof(Enemy_AttackComponent_RemoveSelectionTags) == 0x000008, "Wrong alignment on Enemy_AttackComponent_RemoveSelectionTags"); \ static_assert(sizeof(Enemy_AttackComponent_RemoveSelectionTags) == 0x000020, "Wrong size on Enemy_AttackComponent_RemoveSelectionTags"); \ static_assert(offsetof(Enemy_AttackComponent_RemoveSelectionTags, InTags) == 0x000000, "Member 'Enemy_AttackComponent_RemoveSelectionTags::InTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AttackComponent_GetAttackData \ static_assert(alignof(Enemy_AttackComponent_GetAttackData) == 0x000008, "Wrong alignment on Enemy_AttackComponent_GetAttackData"); \ static_assert(sizeof(Enemy_AttackComponent_GetAttackData) == 0x000008, "Wrong size on Enemy_AttackComponent_GetAttackData"); \ static_assert(offsetof(Enemy_AttackComponent_GetAttackData, ReturnValue) == 0x000000, "Member 'Enemy_AttackComponent_GetAttackData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AttackComponent_GetAttackUnblockableData \ static_assert(alignof(Enemy_AttackComponent_GetAttackUnblockableData) == 0x000008, "Wrong alignment on Enemy_AttackComponent_GetAttackUnblockableData"); \ static_assert(sizeof(Enemy_AttackComponent_GetAttackUnblockableData) == 0x000010, "Wrong size on Enemy_AttackComponent_GetAttackUnblockableData"); \ static_assert(offsetof(Enemy_AttackComponent_GetAttackUnblockableData, attackDataPtr) == 0x000000, "Member 'Enemy_AttackComponent_GetAttackUnblockableData::attackDataPtr' has a wrong offset!"); \ static_assert(offsetof(Enemy_AttackComponent_GetAttackUnblockableData, ReturnValue) == 0x000008, "Member 'Enemy_AttackComponent_GetAttackUnblockableData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AttackComponent_HasChosenAttack \ static_assert(alignof(Enemy_AttackComponent_HasChosenAttack) == 0x000001, "Wrong alignment on Enemy_AttackComponent_HasChosenAttack"); \ static_assert(sizeof(Enemy_AttackComponent_HasChosenAttack) == 0x000001, "Wrong size on Enemy_AttackComponent_HasChosenAttack"); \ static_assert(offsetof(Enemy_AttackComponent_HasChosenAttack, ReturnValue) == 0x000000, "Member 'Enemy_AttackComponent_HasChosenAttack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AttackComponent_HasSelectionTag \ static_assert(alignof(Enemy_AttackComponent_HasSelectionTag) == 0x000004, "Wrong alignment on Enemy_AttackComponent_HasSelectionTag"); \ static_assert(sizeof(Enemy_AttackComponent_HasSelectionTag) == 0x00000C, "Wrong size on Enemy_AttackComponent_HasSelectionTag"); \ static_assert(offsetof(Enemy_AttackComponent_HasSelectionTag, InTag) == 0x000000, "Member 'Enemy_AttackComponent_HasSelectionTag::InTag' has a wrong offset!"); \ static_assert(offsetof(Enemy_AttackComponent_HasSelectionTag, ReturnValue) == 0x000008, "Member 'Enemy_AttackComponent_HasSelectionTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_AttackComponent_IsAttackAllowed \ static_assert(alignof(Enemy_AttackComponent_IsAttackAllowed) == 0x000008, "Wrong alignment on Enemy_AttackComponent_IsAttackAllowed"); \ static_assert(sizeof(Enemy_AttackComponent_IsAttackAllowed) == 0x000010, "Wrong size on Enemy_AttackComponent_IsAttackAllowed"); \ static_assert(offsetof(Enemy_AttackComponent_IsAttackAllowed, AttackPtr) == 0x000000, "Member 'Enemy_AttackComponent_IsAttackAllowed::AttackPtr' has a wrong offset!"); \ static_assert(offsetof(Enemy_AttackComponent_IsAttackAllowed, ReturnValue) == 0x000008, "Member 'Enemy_AttackComponent_IsAttackAllowed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_AttackComponent \ static_assert(alignof(UEnemy_AttackComponent) == 0x000008, "Wrong alignment on UEnemy_AttackComponent"); \ static_assert(sizeof(UEnemy_AttackComponent) == 0x000268, "Wrong size on UEnemy_AttackComponent"); \ static_assert(offsetof(UEnemy_AttackComponent, AttackList) == 0x0000D0, "Member 'UEnemy_AttackComponent::AttackList' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AttackComponent, CounterAttackList) == 0x0000E0, "Member 'UEnemy_AttackComponent::CounterAttackList' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AttackComponent, SplitAttackList) == 0x0000F0, "Member 'UEnemy_AttackComponent::SplitAttackList' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AttackComponent, OverrideSpellList) == 0x000100, "Member 'UEnemy_AttackComponent::OverrideSpellList' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AttackComponent, ChooseAttackBehaviorTree) == 0x000110, "Member 'UEnemy_AttackComponent::ChooseAttackBehaviorTree' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AttackComponent, DungeonDistanceScale) == 0x000118, "Member 'UEnemy_AttackComponent::DungeonDistanceScale' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AttackComponent, DungeonDistanceRangeScale) == 0x00011C, "Member 'UEnemy_AttackComponent::DungeonDistanceRangeScale' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AttackComponent, HistoryWeightScale) == 0x000120, "Member 'UEnemy_AttackComponent::HistoryWeightScale' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AttackComponent, DistToRangeCurveWeightScale) == 0x000124, "Member 'UEnemy_AttackComponent::DistToRangeCurveWeightScale' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AttackComponent, WeaponSeekDistToTargetCurveWeightScale) == 0x000128, "Member 'UEnemy_AttackComponent::WeaponSeekDistToTargetCurveWeightScale' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AttackComponent, HistoryRatioCurveWeight) == 0x000130, "Member 'UEnemy_AttackComponent::HistoryRatioCurveWeight' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AttackComponent, DistToRangeCurveWeight) == 0x000138, "Member 'UEnemy_AttackComponent::DistToRangeCurveWeight' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AttackComponent, WeaponSeekDistToTargetCurveWeight) == 0x000140, "Member 'UEnemy_AttackComponent::WeaponSeekDistToTargetCurveWeight' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AttackComponent, ChooseAttackTags) == 0x000148, "Member 'UEnemy_AttackComponent::ChooseAttackTags' has a wrong offset!"); \ static_assert(offsetof(UEnemy_AttackComponent, AttackInstanceDataMap) == 0x0001F0, "Member 'UEnemy_AttackComponent::AttackInstanceDataMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_CombatComponentV2_OnCreatureAIStateChanged \ static_assert(alignof(Creature_CombatComponentV2_OnCreatureAIStateChanged) == 0x000008, "Wrong alignment on Creature_CombatComponentV2_OnCreatureAIStateChanged"); \ static_assert(sizeof(Creature_CombatComponentV2_OnCreatureAIStateChanged) == 0x000010, "Wrong size on Creature_CombatComponentV2_OnCreatureAIStateChanged"); \ static_assert(offsetof(Creature_CombatComponentV2_OnCreatureAIStateChanged, AIComponent) == 0x000000, "Member 'Creature_CombatComponentV2_OnCreatureAIStateChanged::AIComponent' has a wrong offset!"); \ static_assert(offsetof(Creature_CombatComponentV2_OnCreatureAIStateChanged, PrevAIState) == 0x000008, "Member 'Creature_CombatComponentV2_OnCreatureAIStateChanged::PrevAIState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_CombatComponentV2_GetCurrentCombatStageIndex \ static_assert(alignof(Creature_CombatComponentV2_GetCurrentCombatStageIndex) == 0x000004, "Wrong alignment on Creature_CombatComponentV2_GetCurrentCombatStageIndex"); \ static_assert(sizeof(Creature_CombatComponentV2_GetCurrentCombatStageIndex) == 0x000004, "Wrong size on Creature_CombatComponentV2_GetCurrentCombatStageIndex"); \ static_assert(offsetof(Creature_CombatComponentV2_GetCurrentCombatStageIndex, ReturnValue) == 0x000000, "Member 'Creature_CombatComponentV2_GetCurrentCombatStageIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreature_CombatComponentV2 \ static_assert(alignof(UCreature_CombatComponentV2) == 0x000008, "Wrong alignment on UCreature_CombatComponentV2"); \ static_assert(sizeof(UCreature_CombatComponentV2) == 0x000160, "Wrong size on UCreature_CombatComponentV2"); \ static_assert(offsetof(UCreature_CombatComponentV2, ProgressionData) == 0x0000D0, "Member 'UCreature_CombatComponentV2::ProgressionData' has a wrong offset!"); \ static_assert(offsetof(UCreature_CombatComponentV2, AttackImpactDataArray) == 0x0000D8, "Member 'UCreature_CombatComponentV2::AttackImpactDataArray' has a wrong offset!"); \ static_assert(offsetof(UCreature_CombatComponentV2, CombatDataArray) == 0x0000E8, "Member 'UCreature_CombatComponentV2::CombatDataArray' has a wrong offset!"); \ static_assert(offsetof(UCreature_CombatComponentV2, AttackExecutionPathSpec) == 0x0000F8, "Member 'UCreature_CombatComponentV2::AttackExecutionPathSpec' has a wrong offset!"); \ static_assert(offsetof(UCreature_CombatComponentV2, bStayInCombatDuringCinematic) == 0x000148, "Member 'UCreature_CombatComponentV2::bStayInCombatDuringCinematic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACreature_Controller \ static_assert(alignof(ACreature_Controller) == 0x000008, "Wrong alignment on ACreature_Controller"); \ static_assert(sizeof(ACreature_Controller) == 0x000490, "Wrong size on ACreature_Controller"); \ static_assert(offsetof(ACreature_Controller, NavmeshQueryHorizontalRadius) == 0x000468, "Member 'ACreature_Controller::NavmeshQueryHorizontalRadius' has a wrong offset!"); \ static_assert(offsetof(ACreature_Controller, NavmeshQueryVerticalUpRadius) == 0x00046C, "Member 'ACreature_Controller::NavmeshQueryVerticalUpRadius' has a wrong offset!"); \ static_assert(offsetof(ACreature_Controller, NavmeshQueryVerticalDownRadius) == 0x000470, "Member 'ACreature_Controller::NavmeshQueryVerticalDownRadius' has a wrong offset!"); \ static_assert(offsetof(ACreature_Controller, NavmeshQueryOffMeshMaxRadius) == 0x000474, "Member 'ACreature_Controller::NavmeshQueryOffMeshMaxRadius' has a wrong offset!"); \ static_assert(offsetof(ACreature_Controller, CreaturePathFollowingComp) == 0x000478, "Member 'ACreature_Controller::CreaturePathFollowingComp' has a wrong offset!"); \ static_assert(offsetof(ACreature_Controller, CreatureUtilityContext) == 0x000480, "Member 'ACreature_Controller::CreatureUtilityContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryAbilityManager_AddOrRefreshAbility \ static_assert(alignof(InventoryAbilityManager_AddOrRefreshAbility) == 0x000008, "Wrong alignment on InventoryAbilityManager_AddOrRefreshAbility"); \ static_assert(sizeof(InventoryAbilityManager_AddOrRefreshAbility) == 0x000018, "Wrong size on InventoryAbilityManager_AddOrRefreshAbility"); \ static_assert(offsetof(InventoryAbilityManager_AddOrRefreshAbility, OwnerActor) == 0x000000, "Member 'InventoryAbilityManager_AddOrRefreshAbility::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(InventoryAbilityManager_AddOrRefreshAbility, ItemName) == 0x000008, "Member 'InventoryAbilityManager_AddOrRefreshAbility::ItemName' has a wrong offset!"); \ static_assert(offsetof(InventoryAbilityManager_AddOrRefreshAbility, Name_0) == 0x000010, "Member 'InventoryAbilityManager_AddOrRefreshAbility::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryAbilityManager_GetCurrentEffectivenessMultiplier \ static_assert(alignof(InventoryAbilityManager_GetCurrentEffectivenessMultiplier) == 0x000004, "Wrong alignment on InventoryAbilityManager_GetCurrentEffectivenessMultiplier"); \ static_assert(sizeof(InventoryAbilityManager_GetCurrentEffectivenessMultiplier) == 0x000004, "Wrong size on InventoryAbilityManager_GetCurrentEffectivenessMultiplier"); \ static_assert(offsetof(InventoryAbilityManager_GetCurrentEffectivenessMultiplier, ReturnValue) == 0x000000, "Member 'InventoryAbilityManager_GetCurrentEffectivenessMultiplier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryAbilityManager_GetItemeffectivenessMultiplier \ static_assert(alignof(InventoryAbilityManager_GetItemeffectivenessMultiplier) == 0x000008, "Wrong alignment on InventoryAbilityManager_GetItemeffectivenessMultiplier"); \ static_assert(sizeof(InventoryAbilityManager_GetItemeffectivenessMultiplier) == 0x000018, "Wrong size on InventoryAbilityManager_GetItemeffectivenessMultiplier"); \ static_assert(offsetof(InventoryAbilityManager_GetItemeffectivenessMultiplier, OwnerActor) == 0x000000, "Member 'InventoryAbilityManager_GetItemeffectivenessMultiplier::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(InventoryAbilityManager_GetItemeffectivenessMultiplier, ItemName) == 0x000008, "Member 'InventoryAbilityManager_GetItemeffectivenessMultiplier::ItemName' has a wrong offset!"); \ static_assert(offsetof(InventoryAbilityManager_GetItemeffectivenessMultiplier, ReturnValue) == 0x000010, "Member 'InventoryAbilityManager_GetItemeffectivenessMultiplier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryAbilityManager_GetPolyJuiceCharacter \ static_assert(alignof(InventoryAbilityManager_GetPolyJuiceCharacter) == 0x000004, "Wrong alignment on InventoryAbilityManager_GetPolyJuiceCharacter"); \ static_assert(sizeof(InventoryAbilityManager_GetPolyJuiceCharacter) == 0x000008, "Wrong size on InventoryAbilityManager_GetPolyJuiceCharacter"); \ static_assert(offsetof(InventoryAbilityManager_GetPolyJuiceCharacter, ReturnValue) == 0x000000, "Member 'InventoryAbilityManager_GetPolyJuiceCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryAbilityManager_SetPolyJuiceCharacter \ static_assert(alignof(InventoryAbilityManager_SetPolyJuiceCharacter) == 0x000004, "Wrong alignment on InventoryAbilityManager_SetPolyJuiceCharacter"); \ static_assert(sizeof(InventoryAbilityManager_SetPolyJuiceCharacter) == 0x000008, "Wrong size on InventoryAbilityManager_SetPolyJuiceCharacter"); \ static_assert(offsetof(InventoryAbilityManager_SetPolyJuiceCharacter, PolyJuiceCharacterName) == 0x000000, "Member 'InventoryAbilityManager_SetPolyJuiceCharacter::PolyJuiceCharacterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryAbilityManager \ static_assert(alignof(UInventoryAbilityManager) == 0x000008, "Wrong alignment on UInventoryAbilityManager"); \ static_assert(sizeof(UInventoryAbilityManager) == 0x000090, "Wrong size on UInventoryAbilityManager"); \ static_assert(offsetof(UInventoryAbilityManager, PolyJuiceCharacter) == 0x000078, "Member 'UInventoryAbilityManager::PolyJuiceCharacter' has a wrong offset!"); \ static_assert(offsetof(UInventoryAbilityManager, CurrentEffectiveness) == 0x000080, "Member 'UInventoryAbilityManager::CurrentEffectiveness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreature_FootstepDataAsset \ static_assert(alignof(UCreature_FootstepDataAsset) == 0x000008, "Wrong alignment on UCreature_FootstepDataAsset"); \ static_assert(sizeof(UCreature_FootstepDataAsset) == 0x000208, "Wrong size on UCreature_FootstepDataAsset"); \ static_assert(offsetof(UCreature_FootstepDataAsset, DefaultAudioSurfaceSwitchStates) == 0x000028, "Member 'UCreature_FootstepDataAsset::DefaultAudioSurfaceSwitchStates' has a wrong offset!"); \ static_assert(offsetof(UCreature_FootstepDataAsset, DefaultAudioSwitchState) == 0x000078, "Member 'UCreature_FootstepDataAsset::DefaultAudioSwitchState' has a wrong offset!"); \ static_assert(offsetof(UCreature_FootstepDataAsset, DefaultParticleSurfaceSystems) == 0x000080, "Member 'UCreature_FootstepDataAsset::DefaultParticleSurfaceSystems' has a wrong offset!"); \ static_assert(offsetof(UCreature_FootstepDataAsset, AudioMaxDistanceToCamera) == 0x000110, "Member 'UCreature_FootstepDataAsset::AudioMaxDistanceToCamera' has a wrong offset!"); \ static_assert(offsetof(UCreature_FootstepDataAsset, AudioEvent) == 0x000118, "Member 'UCreature_FootstepDataAsset::AudioEvent' has a wrong offset!"); \ static_assert(offsetof(UCreature_FootstepDataAsset, AudioSwitchGroup) == 0x000120, "Member 'UCreature_FootstepDataAsset::AudioSwitchGroup' has a wrong offset!"); \ static_assert(offsetof(UCreature_FootstepDataAsset, AudioImpactStrengthArray) == 0x000128, "Member 'UCreature_FootstepDataAsset::AudioImpactStrengthArray' has a wrong offset!"); \ static_assert(offsetof(UCreature_FootstepDataAsset, MotionEvent) == 0x000138, "Member 'UCreature_FootstepDataAsset::MotionEvent' has a wrong offset!"); \ static_assert(offsetof(UCreature_FootstepDataAsset, PlayerMountedMotionEvent) == 0x000140, "Member 'UCreature_FootstepDataAsset::PlayerMountedMotionEvent' has a wrong offset!"); \ static_assert(offsetof(UCreature_FootstepDataAsset, ParticlesMaxLOD) == 0x000148, "Member 'UCreature_FootstepDataAsset::ParticlesMaxLOD' has a wrong offset!"); \ static_assert(offsetof(UCreature_FootstepDataAsset, ParticlesMaxDistanceToCamera) == 0x00014C, "Member 'UCreature_FootstepDataAsset::ParticlesMaxDistanceToCamera' has a wrong offset!"); \ static_assert(offsetof(UCreature_FootstepDataAsset, DecalScale) == 0x000150, "Member 'UCreature_FootstepDataAsset::DecalScale' has a wrong offset!"); \ static_assert(offsetof(UCreature_FootstepDataAsset, DecalOffset) == 0x000154, "Member 'UCreature_FootstepDataAsset::DecalOffset' has a wrong offset!"); \ static_assert(offsetof(UCreature_FootstepDataAsset, EffectScale) == 0x000160, "Member 'UCreature_FootstepDataAsset::EffectScale' has a wrong offset!"); \ static_assert(offsetof(UCreature_FootstepDataAsset, ParticleSurfaceSystems) == 0x000168, "Member 'UCreature_FootstepDataAsset::ParticleSurfaceSystems' has a wrong offset!"); \ static_assert(offsetof(UCreature_FootstepDataAsset, CameraShakeDataMap) == 0x0001B8, "Member 'UCreature_FootstepDataAsset::CameraShakeDataMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_TargetSenseAsset \ static_assert(alignof(UEnemy_TargetSenseAsset) == 0x000008, "Wrong alignment on UEnemy_TargetSenseAsset"); \ static_assert(sizeof(UEnemy_TargetSenseAsset) == 0x000268, "Wrong size on UEnemy_TargetSenseAsset"); \ static_assert(offsetof(UEnemy_TargetSenseAsset, TargetSense) == 0x000030, "Member 'UEnemy_TargetSenseAsset::TargetSense' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreature_FootstepRedirectorAsset \ static_assert(alignof(UCreature_FootstepRedirectorAsset) == 0x000008, "Wrong alignment on UCreature_FootstepRedirectorAsset"); \ static_assert(sizeof(UCreature_FootstepRedirectorAsset) == 0x000038, "Wrong size on UCreature_FootstepRedirectorAsset"); \ static_assert(offsetof(UCreature_FootstepRedirectorAsset, AssetClass) == 0x000030, "Member 'UCreature_FootstepRedirectorAsset::AssetClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInteractTimedButtonWatcherRecord \ static_assert(alignof(UInteractTimedButtonWatcherRecord) == 0x000008, "Wrong alignment on UInteractTimedButtonWatcherRecord"); \ static_assert(sizeof(UInteractTimedButtonWatcherRecord) == 0x000060, "Wrong size on UInteractTimedButtonWatcherRecord"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_GetActorTagAgeFromOwner \ static_assert(alignof(Creature_GroupCoordinator_GetActorTagAgeFromOwner) == 0x000008, "Wrong alignment on Creature_GroupCoordinator_GetActorTagAgeFromOwner"); \ static_assert(sizeof(Creature_GroupCoordinator_GetActorTagAgeFromOwner) == 0x000020, "Wrong size on Creature_GroupCoordinator_GetActorTagAgeFromOwner"); \ static_assert(offsetof(Creature_GroupCoordinator_GetActorTagAgeFromOwner, Subject) == 0x000000, "Member 'Creature_GroupCoordinator_GetActorTagAgeFromOwner::Subject' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetActorTagAgeFromOwner, Identifier) == 0x000008, "Member 'Creature_GroupCoordinator_GetActorTagAgeFromOwner::Identifier' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetActorTagAgeFromOwner, Owner) == 0x000010, "Member 'Creature_GroupCoordinator_GetActorTagAgeFromOwner::Owner' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetActorTagAgeFromOwner, OutTagAge) == 0x000018, "Member 'Creature_GroupCoordinator_GetActorTagAgeFromOwner::OutTagAge' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetActorTagAgeFromOwner, ReturnValue) == 0x00001C, "Member 'Creature_GroupCoordinator_GetActorTagAgeFromOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_GetActorTagLifetimeLeftFromOwner \ static_assert(alignof(Creature_GroupCoordinator_GetActorTagLifetimeLeftFromOwner) == 0x000008, "Wrong alignment on Creature_GroupCoordinator_GetActorTagLifetimeLeftFromOwner"); \ static_assert(sizeof(Creature_GroupCoordinator_GetActorTagLifetimeLeftFromOwner) == 0x000020, "Wrong size on Creature_GroupCoordinator_GetActorTagLifetimeLeftFromOwner"); \ static_assert(offsetof(Creature_GroupCoordinator_GetActorTagLifetimeLeftFromOwner, Subject) == 0x000000, "Member 'Creature_GroupCoordinator_GetActorTagLifetimeLeftFromOwner::Subject' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetActorTagLifetimeLeftFromOwner, Identifier) == 0x000008, "Member 'Creature_GroupCoordinator_GetActorTagLifetimeLeftFromOwner::Identifier' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetActorTagLifetimeLeftFromOwner, Owner) == 0x000010, "Member 'Creature_GroupCoordinator_GetActorTagLifetimeLeftFromOwner::Owner' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetActorTagLifetimeLeftFromOwner, OutTagAge) == 0x000018, "Member 'Creature_GroupCoordinator_GetActorTagLifetimeLeftFromOwner::OutTagAge' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetActorTagLifetimeLeftFromOwner, ReturnValue) == 0x00001C, "Member 'Creature_GroupCoordinator_GetActorTagLifetimeLeftFromOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_GetAllOverlappingLocationTags \ static_assert(alignof(Creature_GroupCoordinator_GetAllOverlappingLocationTags) == 0x000008, "Wrong alignment on Creature_GroupCoordinator_GetAllOverlappingLocationTags"); \ static_assert(sizeof(Creature_GroupCoordinator_GetAllOverlappingLocationTags) == 0x000028, "Wrong size on Creature_GroupCoordinator_GetAllOverlappingLocationTags"); \ static_assert(offsetof(Creature_GroupCoordinator_GetAllOverlappingLocationTags, Location) == 0x000000, "Member 'Creature_GroupCoordinator_GetAllOverlappingLocationTags::Location' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetAllOverlappingLocationTags, Identifier) == 0x00000C, "Member 'Creature_GroupCoordinator_GetAllOverlappingLocationTags::Identifier' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetAllOverlappingLocationTags, SearchRadius) == 0x000014, "Member 'Creature_GroupCoordinator_GetAllOverlappingLocationTags::SearchRadius' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetAllOverlappingLocationTags, ReturnValue) == 0x000018, "Member 'Creature_GroupCoordinator_GetAllOverlappingLocationTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_GetDoesActorTagExist \ static_assert(alignof(Creature_GroupCoordinator_GetDoesActorTagExist) == 0x000008, "Wrong alignment on Creature_GroupCoordinator_GetDoesActorTagExist"); \ static_assert(sizeof(Creature_GroupCoordinator_GetDoesActorTagExist) == 0x000018, "Wrong size on Creature_GroupCoordinator_GetDoesActorTagExist"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesActorTagExist, Subject) == 0x000000, "Member 'Creature_GroupCoordinator_GetDoesActorTagExist::Subject' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesActorTagExist, Identifier) == 0x000008, "Member 'Creature_GroupCoordinator_GetDoesActorTagExist::Identifier' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesActorTagExist, ReturnValue) == 0x000010, "Member 'Creature_GroupCoordinator_GetDoesActorTagExist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_GetDoesActorTagExistFromOwner \ static_assert(alignof(Creature_GroupCoordinator_GetDoesActorTagExistFromOwner) == 0x000008, "Wrong alignment on Creature_GroupCoordinator_GetDoesActorTagExistFromOwner"); \ static_assert(sizeof(Creature_GroupCoordinator_GetDoesActorTagExistFromOwner) == 0x000020, "Wrong size on Creature_GroupCoordinator_GetDoesActorTagExistFromOwner"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesActorTagExistFromOwner, Subject) == 0x000000, "Member 'Creature_GroupCoordinator_GetDoesActorTagExistFromOwner::Subject' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesActorTagExistFromOwner, Identifier) == 0x000008, "Member 'Creature_GroupCoordinator_GetDoesActorTagExistFromOwner::Identifier' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesActorTagExistFromOwner, Owner) == 0x000010, "Member 'Creature_GroupCoordinator_GetDoesActorTagExistFromOwner::Owner' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesActorTagExistFromOwner, ReturnValue) == 0x000018, "Member 'Creature_GroupCoordinator_GetDoesActorTagExistFromOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_GetDoesActorTagExistIgnoreOwner \ static_assert(alignof(Creature_GroupCoordinator_GetDoesActorTagExistIgnoreOwner) == 0x000008, "Wrong alignment on Creature_GroupCoordinator_GetDoesActorTagExistIgnoreOwner"); \ static_assert(sizeof(Creature_GroupCoordinator_GetDoesActorTagExistIgnoreOwner) == 0x000020, "Wrong size on Creature_GroupCoordinator_GetDoesActorTagExistIgnoreOwner"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesActorTagExistIgnoreOwner, Subject) == 0x000000, "Member 'Creature_GroupCoordinator_GetDoesActorTagExistIgnoreOwner::Subject' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesActorTagExistIgnoreOwner, Identifier) == 0x000008, "Member 'Creature_GroupCoordinator_GetDoesActorTagExistIgnoreOwner::Identifier' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesActorTagExistIgnoreOwner, OwnerToIgnore) == 0x000010, "Member 'Creature_GroupCoordinator_GetDoesActorTagExistIgnoreOwner::OwnerToIgnore' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesActorTagExistIgnoreOwner, ReturnValue) == 0x000018, "Member 'Creature_GroupCoordinator_GetDoesActorTagExistIgnoreOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_GetDoesLocationTagExist \ static_assert(alignof(Creature_GroupCoordinator_GetDoesLocationTagExist) == 0x000004, "Wrong alignment on Creature_GroupCoordinator_GetDoesLocationTagExist"); \ static_assert(sizeof(Creature_GroupCoordinator_GetDoesLocationTagExist) == 0x00001C, "Wrong size on Creature_GroupCoordinator_GetDoesLocationTagExist"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesLocationTagExist, Location) == 0x000000, "Member 'Creature_GroupCoordinator_GetDoesLocationTagExist::Location' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesLocationTagExist, Identifier) == 0x00000C, "Member 'Creature_GroupCoordinator_GetDoesLocationTagExist::Identifier' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesLocationTagExist, SearchRadius) == 0x000014, "Member 'Creature_GroupCoordinator_GetDoesLocationTagExist::SearchRadius' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesLocationTagExist, ReturnValue) == 0x000018, "Member 'Creature_GroupCoordinator_GetDoesLocationTagExist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_GetDoesLocationTagExistFromOwner \ static_assert(alignof(Creature_GroupCoordinator_GetDoesLocationTagExistFromOwner) == 0x000008, "Wrong alignment on Creature_GroupCoordinator_GetDoesLocationTagExistFromOwner"); \ static_assert(sizeof(Creature_GroupCoordinator_GetDoesLocationTagExistFromOwner) == 0x000028, "Wrong size on Creature_GroupCoordinator_GetDoesLocationTagExistFromOwner"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesLocationTagExistFromOwner, Location) == 0x000000, "Member 'Creature_GroupCoordinator_GetDoesLocationTagExistFromOwner::Location' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesLocationTagExistFromOwner, Identifier) == 0x00000C, "Member 'Creature_GroupCoordinator_GetDoesLocationTagExistFromOwner::Identifier' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesLocationTagExistFromOwner, SearchRadius) == 0x000014, "Member 'Creature_GroupCoordinator_GetDoesLocationTagExistFromOwner::SearchRadius' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesLocationTagExistFromOwner, Owner) == 0x000018, "Member 'Creature_GroupCoordinator_GetDoesLocationTagExistFromOwner::Owner' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesLocationTagExistFromOwner, ReturnValue) == 0x000020, "Member 'Creature_GroupCoordinator_GetDoesLocationTagExistFromOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_GetDoesLocationTagExistIgnoreOwner \ static_assert(alignof(Creature_GroupCoordinator_GetDoesLocationTagExistIgnoreOwner) == 0x000008, "Wrong alignment on Creature_GroupCoordinator_GetDoesLocationTagExistIgnoreOwner"); \ static_assert(sizeof(Creature_GroupCoordinator_GetDoesLocationTagExistIgnoreOwner) == 0x000028, "Wrong size on Creature_GroupCoordinator_GetDoesLocationTagExistIgnoreOwner"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesLocationTagExistIgnoreOwner, Location) == 0x000000, "Member 'Creature_GroupCoordinator_GetDoesLocationTagExistIgnoreOwner::Location' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesLocationTagExistIgnoreOwner, Identifier) == 0x00000C, "Member 'Creature_GroupCoordinator_GetDoesLocationTagExistIgnoreOwner::Identifier' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesLocationTagExistIgnoreOwner, SearchRadius) == 0x000014, "Member 'Creature_GroupCoordinator_GetDoesLocationTagExistIgnoreOwner::SearchRadius' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesLocationTagExistIgnoreOwner, OwnerToIgnore) == 0x000018, "Member 'Creature_GroupCoordinator_GetDoesLocationTagExistIgnoreOwner::OwnerToIgnore' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetDoesLocationTagExistIgnoreOwner, ReturnValue) == 0x000020, "Member 'Creature_GroupCoordinator_GetDoesLocationTagExistIgnoreOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_GetTagLimitOnActor \ static_assert(alignof(Creature_GroupCoordinator_GetTagLimitOnActor) == 0x000008, "Wrong alignment on Creature_GroupCoordinator_GetTagLimitOnActor"); \ static_assert(sizeof(Creature_GroupCoordinator_GetTagLimitOnActor) == 0x000018, "Wrong size on Creature_GroupCoordinator_GetTagLimitOnActor"); \ static_assert(offsetof(Creature_GroupCoordinator_GetTagLimitOnActor, Subject) == 0x000000, "Member 'Creature_GroupCoordinator_GetTagLimitOnActor::Subject' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetTagLimitOnActor, Identifier) == 0x000008, "Member 'Creature_GroupCoordinator_GetTagLimitOnActor::Identifier' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_GetTagLimitOnActor, ReturnValue) == 0x000010, "Member 'Creature_GroupCoordinator_GetTagLimitOnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_RegisterActorTag \ static_assert(alignof(Creature_GroupCoordinator_RegisterActorTag) == 0x000008, "Wrong alignment on Creature_GroupCoordinator_RegisterActorTag"); \ static_assert(sizeof(Creature_GroupCoordinator_RegisterActorTag) == 0x000028, "Wrong size on Creature_GroupCoordinator_RegisterActorTag"); \ static_assert(offsetof(Creature_GroupCoordinator_RegisterActorTag, Subject) == 0x000000, "Member 'Creature_GroupCoordinator_RegisterActorTag::Subject' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_RegisterActorTag, Identifier) == 0x000008, "Member 'Creature_GroupCoordinator_RegisterActorTag::Identifier' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_RegisterActorTag, LifeTime) == 0x000010, "Member 'Creature_GroupCoordinator_RegisterActorTag::LifeTime' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_RegisterActorTag, Owner) == 0x000018, "Member 'Creature_GroupCoordinator_RegisterActorTag::Owner' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_RegisterActorTag, ReturnValue) == 0x000020, "Member 'Creature_GroupCoordinator_RegisterActorTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_RegisterLocationTag \ static_assert(alignof(Creature_GroupCoordinator_RegisterLocationTag) == 0x000008, "Wrong alignment on Creature_GroupCoordinator_RegisterLocationTag"); \ static_assert(sizeof(Creature_GroupCoordinator_RegisterLocationTag) == 0x000028, "Wrong size on Creature_GroupCoordinator_RegisterLocationTag"); \ static_assert(offsetof(Creature_GroupCoordinator_RegisterLocationTag, Location) == 0x000000, "Member 'Creature_GroupCoordinator_RegisterLocationTag::Location' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_RegisterLocationTag, Identifier) == 0x00000C, "Member 'Creature_GroupCoordinator_RegisterLocationTag::Identifier' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_RegisterLocationTag, Radius) == 0x000014, "Member 'Creature_GroupCoordinator_RegisterLocationTag::Radius' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_RegisterLocationTag, LifeTime) == 0x000018, "Member 'Creature_GroupCoordinator_RegisterLocationTag::LifeTime' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_RegisterLocationTag, Owner) == 0x000020, "Member 'Creature_GroupCoordinator_RegisterLocationTag::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_RemoveActorTag \ static_assert(alignof(Creature_GroupCoordinator_RemoveActorTag) == 0x000008, "Wrong alignment on Creature_GroupCoordinator_RemoveActorTag"); \ static_assert(sizeof(Creature_GroupCoordinator_RemoveActorTag) == 0x000020, "Wrong size on Creature_GroupCoordinator_RemoveActorTag"); \ static_assert(offsetof(Creature_GroupCoordinator_RemoveActorTag, Subject) == 0x000000, "Member 'Creature_GroupCoordinator_RemoveActorTag::Subject' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_RemoveActorTag, Identifier) == 0x000008, "Member 'Creature_GroupCoordinator_RemoveActorTag::Identifier' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_RemoveActorTag, Owner) == 0x000010, "Member 'Creature_GroupCoordinator_RemoveActorTag::Owner' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_RemoveActorTag, ReturnValue) == 0x000018, "Member 'Creature_GroupCoordinator_RemoveActorTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_RemoveAllActorTagsWithIDAndOwner \ static_assert(alignof(Creature_GroupCoordinator_RemoveAllActorTagsWithIDAndOwner) == 0x000008, "Wrong alignment on Creature_GroupCoordinator_RemoveAllActorTagsWithIDAndOwner"); \ static_assert(sizeof(Creature_GroupCoordinator_RemoveAllActorTagsWithIDAndOwner) == 0x000010, "Wrong size on Creature_GroupCoordinator_RemoveAllActorTagsWithIDAndOwner"); \ static_assert(offsetof(Creature_GroupCoordinator_RemoveAllActorTagsWithIDAndOwner, Identifier) == 0x000000, "Member 'Creature_GroupCoordinator_RemoveAllActorTagsWithIDAndOwner::Identifier' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_RemoveAllActorTagsWithIDAndOwner, Owner) == 0x000008, "Member 'Creature_GroupCoordinator_RemoveAllActorTagsWithIDAndOwner::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_RemoveAllLocationTagsWithIDAndOwner \ static_assert(alignof(Creature_GroupCoordinator_RemoveAllLocationTagsWithIDAndOwner) == 0x000008, "Wrong alignment on Creature_GroupCoordinator_RemoveAllLocationTagsWithIDAndOwner"); \ static_assert(sizeof(Creature_GroupCoordinator_RemoveAllLocationTagsWithIDAndOwner) == 0x000010, "Wrong size on Creature_GroupCoordinator_RemoveAllLocationTagsWithIDAndOwner"); \ static_assert(offsetof(Creature_GroupCoordinator_RemoveAllLocationTagsWithIDAndOwner, Identifier) == 0x000000, "Member 'Creature_GroupCoordinator_RemoveAllLocationTagsWithIDAndOwner::Identifier' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_RemoveAllLocationTagsWithIDAndOwner, Owner) == 0x000008, "Member 'Creature_GroupCoordinator_RemoveAllLocationTagsWithIDAndOwner::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_RemoveTagLimitOnActor \ static_assert(alignof(Creature_GroupCoordinator_RemoveTagLimitOnActor) == 0x000008, "Wrong alignment on Creature_GroupCoordinator_RemoveTagLimitOnActor"); \ static_assert(sizeof(Creature_GroupCoordinator_RemoveTagLimitOnActor) == 0x000010, "Wrong size on Creature_GroupCoordinator_RemoveTagLimitOnActor"); \ static_assert(offsetof(Creature_GroupCoordinator_RemoveTagLimitOnActor, Subject) == 0x000000, "Member 'Creature_GroupCoordinator_RemoveTagLimitOnActor::Subject' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_RemoveTagLimitOnActor, Identifier) == 0x000008, "Member 'Creature_GroupCoordinator_RemoveTagLimitOnActor::Identifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_RemoveTagsWithIDFromActor \ static_assert(alignof(Creature_GroupCoordinator_RemoveTagsWithIDFromActor) == 0x000008, "Wrong alignment on Creature_GroupCoordinator_RemoveTagsWithIDFromActor"); \ static_assert(sizeof(Creature_GroupCoordinator_RemoveTagsWithIDFromActor) == 0x000018, "Wrong size on Creature_GroupCoordinator_RemoveTagsWithIDFromActor"); \ static_assert(offsetof(Creature_GroupCoordinator_RemoveTagsWithIDFromActor, Subject) == 0x000000, "Member 'Creature_GroupCoordinator_RemoveTagsWithIDFromActor::Subject' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_RemoveTagsWithIDFromActor, Identifier) == 0x000008, "Member 'Creature_GroupCoordinator_RemoveTagsWithIDFromActor::Identifier' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_RemoveTagsWithIDFromActor, ReturnValue) == 0x000010, "Member 'Creature_GroupCoordinator_RemoveTagsWithIDFromActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_GroupCoordinator_SetTagLimitOnActor \ static_assert(alignof(Creature_GroupCoordinator_SetTagLimitOnActor) == 0x000008, "Wrong alignment on Creature_GroupCoordinator_SetTagLimitOnActor"); \ static_assert(sizeof(Creature_GroupCoordinator_SetTagLimitOnActor) == 0x000018, "Wrong size on Creature_GroupCoordinator_SetTagLimitOnActor"); \ static_assert(offsetof(Creature_GroupCoordinator_SetTagLimitOnActor, Subject) == 0x000000, "Member 'Creature_GroupCoordinator_SetTagLimitOnActor::Subject' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_SetTagLimitOnActor, Identifier) == 0x000008, "Member 'Creature_GroupCoordinator_SetTagLimitOnActor::Identifier' has a wrong offset!"); \ static_assert(offsetof(Creature_GroupCoordinator_SetTagLimitOnActor, Limit) == 0x000010, "Member 'Creature_GroupCoordinator_SetTagLimitOnActor::Limit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreature_GroupCoordinator \ static_assert(alignof(UCreature_GroupCoordinator) == 0x000008, "Wrong alignment on UCreature_GroupCoordinator"); \ static_assert(sizeof(UCreature_GroupCoordinator) == 0x000150, "Wrong size on UCreature_GroupCoordinator"); \ #define DUMPER7_ASSERTS_UCreature_MotionTable \ static_assert(alignof(UCreature_MotionTable) == 0x000008, "Wrong alignment on UCreature_MotionTable"); \ static_assert(sizeof(UCreature_MotionTable) == 0x000078, "Wrong size on UCreature_MotionTable"); \ static_assert(offsetof(UCreature_MotionTable, GaitMotionData) == 0x000030, "Member 'UCreature_MotionTable::GaitMotionData' has a wrong offset!"); \ static_assert(offsetof(UCreature_MotionTable, bUsingTurnAssist) == 0x000070, "Member 'UCreature_MotionTable::bUsingTurnAssist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreature_FlightMotionTable \ static_assert(alignof(UCreature_FlightMotionTable) == 0x000008, "Wrong alignment on UCreature_FlightMotionTable"); \ static_assert(sizeof(UCreature_FlightMotionTable) == 0x000090, "Wrong size on UCreature_FlightMotionTable"); \ static_assert(offsetof(UCreature_FlightMotionTable, LandingMotionData) == 0x000030, "Member 'UCreature_FlightMotionTable::LandingMotionData' has a wrong offset!"); \ static_assert(offsetof(UCreature_FlightMotionTable, TakeoffMotionData) == 0x000080, "Member 'UCreature_FlightMotionTable::TakeoffMotionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDuelTechnique_ImperiusKill \ static_assert(alignof(UDuelTechnique_ImperiusKill) == 0x000008, "Wrong alignment on UDuelTechnique_ImperiusKill"); \ static_assert(sizeof(UDuelTechnique_ImperiusKill) == 0x000050, "Wrong size on UDuelTechnique_ImperiusKill"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_ActivateMountComponent \ static_assert(alignof(Creature_MountComponent_ActivateMountComponent) == 0x000008, "Wrong alignment on Creature_MountComponent_ActivateMountComponent"); \ static_assert(sizeof(Creature_MountComponent_ActivateMountComponent) == 0x000010, "Wrong size on Creature_MountComponent_ActivateMountComponent"); \ static_assert(offsetof(Creature_MountComponent_ActivateMountComponent, InMountHandler) == 0x000000, "Member 'Creature_MountComponent_ActivateMountComponent::InMountHandler' has a wrong offset!"); \ static_assert(offsetof(Creature_MountComponent_ActivateMountComponent, bInRiderIsPlayer) == 0x000008, "Member 'Creature_MountComponent_ActivateMountComponent::bInRiderIsPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_OnHealthChanged \ static_assert(alignof(Creature_MountComponent_OnHealthChanged) == 0x000008, "Wrong alignment on Creature_MountComponent_OnHealthChanged"); \ static_assert(sizeof(Creature_MountComponent_OnHealthChanged) == 0x000010, "Wrong size on Creature_MountComponent_OnHealthChanged"); \ static_assert(offsetof(Creature_MountComponent_OnHealthChanged, Target) == 0x000000, "Member 'Creature_MountComponent_OnHealthChanged::Target' has a wrong offset!"); \ static_assert(offsetof(Creature_MountComponent_OnHealthChanged, InHealthChange) == 0x000008, "Member 'Creature_MountComponent_OnHealthChanged::InHealthChange' has a wrong offset!"); \ static_assert(offsetof(Creature_MountComponent_OnHealthChanged, bIndicateHUD) == 0x00000C, "Member 'Creature_MountComponent_OnHealthChanged::bIndicateHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_OnMovementModeChanged \ static_assert(alignof(Creature_MountComponent_OnMovementModeChanged) == 0x000008, "Wrong alignment on Creature_MountComponent_OnMovementModeChanged"); \ static_assert(sizeof(Creature_MountComponent_OnMovementModeChanged) == 0x000010, "Wrong size on Creature_MountComponent_OnMovementModeChanged"); \ static_assert(offsetof(Creature_MountComponent_OnMovementModeChanged, Character) == 0x000000, "Member 'Creature_MountComponent_OnMovementModeChanged::Character' has a wrong offset!"); \ static_assert(offsetof(Creature_MountComponent_OnMovementModeChanged, PrevMovementMode) == 0x000008, "Member 'Creature_MountComponent_OnMovementModeChanged::PrevMovementMode' has a wrong offset!"); \ static_assert(offsetof(Creature_MountComponent_OnMovementModeChanged, PreviousCustomMode) == 0x000009, "Member 'Creature_MountComponent_OnMovementModeChanged::PreviousCustomMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_OnNearDeathKneel \ static_assert(alignof(Creature_MountComponent_OnNearDeathKneel) == 0x000008, "Wrong alignment on Creature_MountComponent_OnNearDeathKneel"); \ static_assert(sizeof(Creature_MountComponent_OnNearDeathKneel) == 0x000008, "Wrong size on Creature_MountComponent_OnNearDeathKneel"); \ static_assert(offsetof(Creature_MountComponent_OnNearDeathKneel, Owner) == 0x000000, "Member 'Creature_MountComponent_OnNearDeathKneel::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_SetAutoLandingEnabled \ static_assert(alignof(Creature_MountComponent_SetAutoLandingEnabled) == 0x000001, "Wrong alignment on Creature_MountComponent_SetAutoLandingEnabled"); \ static_assert(sizeof(Creature_MountComponent_SetAutoLandingEnabled) == 0x000001, "Wrong size on Creature_MountComponent_SetAutoLandingEnabled"); \ static_assert(offsetof(Creature_MountComponent_SetAutoLandingEnabled, bInEnabled) == 0x000000, "Member 'Creature_MountComponent_SetAutoLandingEnabled::bInEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_SetMinimumFlyingGait \ static_assert(alignof(Creature_MountComponent_SetMinimumFlyingGait) == 0x000001, "Wrong alignment on Creature_MountComponent_SetMinimumFlyingGait"); \ static_assert(sizeof(Creature_MountComponent_SetMinimumFlyingGait) == 0x000001, "Wrong size on Creature_MountComponent_SetMinimumFlyingGait"); \ static_assert(offsetof(Creature_MountComponent_SetMinimumFlyingGait, InMinimumFlyingGait) == 0x000000, "Member 'Creature_MountComponent_SetMinimumFlyingGait::InMinimumFlyingGait' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_ShowActionDiamond \ static_assert(alignof(Creature_MountComponent_ShowActionDiamond) == 0x000001, "Wrong alignment on Creature_MountComponent_ShowActionDiamond"); \ static_assert(sizeof(Creature_MountComponent_ShowActionDiamond) == 0x000001, "Wrong size on Creature_MountComponent_ShowActionDiamond"); \ static_assert(offsetof(Creature_MountComponent_ShowActionDiamond, bShow) == 0x000000, "Member 'Creature_MountComponent_ShowActionDiamond::bShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_SpeedUpPressed \ static_assert(alignof(Creature_MountComponent_SpeedUpPressed) == 0x000001, "Wrong alignment on Creature_MountComponent_SpeedUpPressed"); \ static_assert(sizeof(Creature_MountComponent_SpeedUpPressed) == 0x000001, "Wrong size on Creature_MountComponent_SpeedUpPressed"); \ static_assert(offsetof(Creature_MountComponent_SpeedUpPressed, bSprintToggle) == 0x000000, "Member 'Creature_MountComponent_SpeedUpPressed::bSprintToggle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_StopVocalSfx \ static_assert(alignof(Creature_MountComponent_StopVocalSfx) == 0x000004, "Wrong alignment on Creature_MountComponent_StopVocalSfx"); \ static_assert(sizeof(Creature_MountComponent_StopVocalSfx) == 0x000004, "Wrong size on Creature_MountComponent_StopVocalSfx"); \ static_assert(offsetof(Creature_MountComponent_StopVocalSfx, InTransitionDuration) == 0x000000, "Member 'Creature_MountComponent_StopVocalSfx::InTransitionDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_TakeoffRequested \ static_assert(alignof(Creature_MountComponent_TakeoffRequested) == 0x000001, "Wrong alignment on Creature_MountComponent_TakeoffRequested"); \ static_assert(sizeof(Creature_MountComponent_TakeoffRequested) == 0x000001, "Wrong size on Creature_MountComponent_TakeoffRequested"); \ static_assert(offsetof(Creature_MountComponent_TakeoffRequested, bSkipTakeoffAnimation) == 0x000000, "Member 'Creature_MountComponent_TakeoffRequested::bSkipTakeoffAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_UpdateGroundMovement \ static_assert(alignof(Creature_MountComponent_UpdateGroundMovement) == 0x000004, "Wrong alignment on Creature_MountComponent_UpdateGroundMovement"); \ static_assert(sizeof(Creature_MountComponent_UpdateGroundMovement) == 0x000004, "Wrong size on Creature_MountComponent_UpdateGroundMovement"); \ static_assert(offsetof(Creature_MountComponent_UpdateGroundMovement, DeltaTime) == 0x000000, "Member 'Creature_MountComponent_UpdateGroundMovement::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_UpdateMoveInput \ static_assert(alignof(Creature_MountComponent_UpdateMoveInput) == 0x000004, "Wrong alignment on Creature_MountComponent_UpdateMoveInput"); \ static_assert(sizeof(Creature_MountComponent_UpdateMoveInput) == 0x000004, "Wrong size on Creature_MountComponent_UpdateMoveInput"); \ static_assert(offsetof(Creature_MountComponent_UpdateMoveInput, DeltaTime) == 0x000000, "Member 'Creature_MountComponent_UpdateMoveInput::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_CanCharge \ static_assert(alignof(Creature_MountComponent_CanCharge) == 0x000001, "Wrong alignment on Creature_MountComponent_CanCharge"); \ static_assert(sizeof(Creature_MountComponent_CanCharge) == 0x000001, "Wrong size on Creature_MountComponent_CanCharge"); \ static_assert(offsetof(Creature_MountComponent_CanCharge, ReturnValue) == 0x000000, "Member 'Creature_MountComponent_CanCharge::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_CanFly \ static_assert(alignof(Creature_MountComponent_CanFly) == 0x000001, "Wrong alignment on Creature_MountComponent_CanFly"); \ static_assert(sizeof(Creature_MountComponent_CanFly) == 0x000001, "Wrong size on Creature_MountComponent_CanFly"); \ static_assert(offsetof(Creature_MountComponent_CanFly, ReturnValue) == 0x000000, "Member 'Creature_MountComponent_CanFly::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_GetFlyingDistanceAboveGround \ static_assert(alignof(Creature_MountComponent_GetFlyingDistanceAboveGround) == 0x000004, "Wrong alignment on Creature_MountComponent_GetFlyingDistanceAboveGround"); \ static_assert(sizeof(Creature_MountComponent_GetFlyingDistanceAboveGround) == 0x000008, "Wrong size on Creature_MountComponent_GetFlyingDistanceAboveGround"); \ static_assert(offsetof(Creature_MountComponent_GetFlyingDistanceAboveGround, OutDistanceAboveGround) == 0x000000, "Member 'Creature_MountComponent_GetFlyingDistanceAboveGround::OutDistanceAboveGround' has a wrong offset!"); \ static_assert(offsetof(Creature_MountComponent_GetFlyingDistanceAboveGround, ReturnValue) == 0x000004, "Member 'Creature_MountComponent_GetFlyingDistanceAboveGround::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_GetMountHandler \ static_assert(alignof(Creature_MountComponent_GetMountHandler) == 0x000008, "Wrong alignment on Creature_MountComponent_GetMountHandler"); \ static_assert(sizeof(Creature_MountComponent_GetMountHandler) == 0x000008, "Wrong size on Creature_MountComponent_GetMountHandler"); \ static_assert(offsetof(Creature_MountComponent_GetMountHandler, ReturnValue) == 0x000000, "Member 'Creature_MountComponent_GetMountHandler::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_GetMovementMode \ static_assert(alignof(Creature_MountComponent_GetMovementMode) == 0x000001, "Wrong alignment on Creature_MountComponent_GetMovementMode"); \ static_assert(sizeof(Creature_MountComponent_GetMovementMode) == 0x000001, "Wrong size on Creature_MountComponent_GetMovementMode"); \ static_assert(offsetof(Creature_MountComponent_GetMovementMode, ReturnValue) == 0x000000, "Member 'Creature_MountComponent_GetMovementMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_GetMovementState \ static_assert(alignof(Creature_MountComponent_GetMovementState) == 0x000001, "Wrong alignment on Creature_MountComponent_GetMovementState"); \ static_assert(sizeof(Creature_MountComponent_GetMovementState) == 0x000001, "Wrong size on Creature_MountComponent_GetMovementState"); \ static_assert(offsetof(Creature_MountComponent_GetMovementState, ReturnValue) == 0x000000, "Member 'Creature_MountComponent_GetMovementState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_MountComponent_IsFlying \ static_assert(alignof(Creature_MountComponent_IsFlying) == 0x000001, "Wrong alignment on Creature_MountComponent_IsFlying"); \ static_assert(sizeof(Creature_MountComponent_IsFlying) == 0x000001, "Wrong size on Creature_MountComponent_IsFlying"); \ static_assert(offsetof(Creature_MountComponent_IsFlying, ReturnValue) == 0x000000, "Member 'Creature_MountComponent_IsFlying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreature_MountComponent \ static_assert(alignof(UCreature_MountComponent) == 0x000008, "Wrong alignment on UCreature_MountComponent"); \ static_assert(sizeof(UCreature_MountComponent) == 0x000890, "Wrong size on UCreature_MountComponent"); \ static_assert(offsetof(UCreature_MountComponent, HoverFlightGaitSpeed) == 0x0000D0, "Member 'UCreature_MountComponent::HoverFlightGaitSpeed' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, SlowFlightGaitSpeed) == 0x0000D4, "Member 'UCreature_MountComponent::SlowFlightGaitSpeed' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, FastFlightGaitSpeed) == 0x0000D8, "Member 'UCreature_MountComponent::FastFlightGaitSpeed' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CurrentFlyingGait) == 0x0000E4, "Member 'UCreature_MountComponent::CurrentFlyingGait' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CurrentChargeState) == 0x0000E8, "Member 'UCreature_MountComponent::CurrentChargeState' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CombatChargeActive) == 0x0000E9, "Member 'UCreature_MountComponent::CombatChargeActive' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CombatChargeEnabled) == 0x0000EA, "Member 'UCreature_MountComponent::CombatChargeEnabled' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CombatChargeRequestDuration) == 0x0000EC, "Member 'UCreature_MountComponent::CombatChargeRequestDuration' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CombatChargeMinActiveDuration) == 0x0000F4, "Member 'UCreature_MountComponent::CombatChargeMinActiveDuration' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CombatChargeCooldownDuration) == 0x0000FC, "Member 'UCreature_MountComponent::CombatChargeCooldownDuration' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CombatChargeRefillDelayDuration) == 0x000104, "Member 'UCreature_MountComponent::CombatChargeRefillDelayDuration' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CombatChargeRefillRate) == 0x00010C, "Member 'UCreature_MountComponent::CombatChargeRefillRate' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CombatChargeDepletionRate) == 0x000110, "Member 'UCreature_MountComponent::CombatChargeDepletionRate' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CombatChargeAmount_Max) == 0x000114, "Member 'UCreature_MountComponent::CombatChargeAmount_Max' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CombatChargeAmount_SpawnsWith) == 0x00011C, "Member 'UCreature_MountComponent::CombatChargeAmount_SpawnsWith' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CombatChargeAmount_MinUsable) == 0x000120, "Member 'UCreature_MountComponent::CombatChargeAmount_MinUsable' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CombatChargeWaterDepthLimit) == 0x000124, "Member 'UCreature_MountComponent::CombatChargeWaterDepthLimit' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CombatChargeRunOutSfx) == 0x000128, "Member 'UCreature_MountComponent::CombatChargeRunOutSfx' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CombatChargeNoChargeSfx) == 0x000138, "Member 'UCreature_MountComponent::CombatChargeNoChargeSfx' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CombatChargePreSpecialAttackSfx) == 0x000148, "Member 'UCreature_MountComponent::CombatChargePreSpecialAttackSfx' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, DeactiveSfxTransitionDuration) == 0x000154, "Member 'UCreature_MountComponent::DeactiveSfxTransitionDuration' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, HealthRefillDelayDuration) == 0x000158, "Member 'UCreature_MountComponent::HealthRefillDelayDuration' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, HealthRefillDuration) == 0x000160, "Member 'UCreature_MountComponent::HealthRefillDuration' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, DeathTimeout) == 0x000168, "Member 'UCreature_MountComponent::DeathTimeout' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MovementStateChangedDelegate) == 0x000170, "Member 'UCreature_MountComponent::MovementStateChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, RiderCharacter) == 0x000188, "Member 'UCreature_MountComponent::RiderCharacter' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, LandingDynamics) == 0x000190, "Member 'UCreature_MountComponent::LandingDynamics' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, pChargeTriggerEffect) == 0x000198, "Member 'UCreature_MountComponent::pChargeTriggerEffect' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, pJogTriggerEffect) == 0x0001A0, "Member 'UCreature_MountComponent::pJogTriggerEffect' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, DeadZone) == 0x0002F0, "Member 'UCreature_MountComponent::DeadZone' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, TrotZone) == 0x0002F4, "Member 'UCreature_MountComponent::TrotZone' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, ButtonHoldTime) == 0x0002F8, "Member 'UCreature_MountComponent::ButtonHoldTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, ButtonTapTime) == 0x0002FC, "Member 'UCreature_MountComponent::ButtonTapTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, ToggleGallopTimeoutTime) == 0x000300, "Member 'UCreature_MountComponent::ToggleGallopTimeoutTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MinInputTime) == 0x000304, "Member 'UCreature_MountComponent::MinInputTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, StickBounceMagnitudeThreshold) == 0x000308, "Member 'UCreature_MountComponent::StickBounceMagnitudeThreshold' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CameraRelativeAdjustmentAngle) == 0x00030C, "Member 'UCreature_MountComponent::CameraRelativeAdjustmentAngle' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, GallopHorizontalInputAdjustmentCurve) == 0x000310, "Member 'UCreature_MountComponent::GallopHorizontalInputAdjustmentCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, GallopInputMagnitudeAdjustmentCurve) == 0x000398, "Member 'UCreature_MountComponent::GallopInputMagnitudeAdjustmentCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, WallCollisionImpactAngleThreshold) == 0x000420, "Member 'UCreature_MountComponent::WallCollisionImpactAngleThreshold' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, FlyingWallCollisionImpactAngleThreshold) == 0x000424, "Member 'UCreature_MountComponent::FlyingWallCollisionImpactAngleThreshold' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, NoMountZoneCollisionImpactAngleThreshold) == 0x000428, "Member 'UCreature_MountComponent::NoMountZoneCollisionImpactAngleThreshold' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, FlightDynamics) == 0x000430, "Member 'UCreature_MountComponent::FlightDynamics' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, FlyingMovementProperties) == 0x000438, "Member 'UCreature_MountComponent::FlyingMovementProperties' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, LandingMovementProperties) == 0x000474, "Member 'UCreature_MountComponent::LandingMovementProperties' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, FlyingAdditiveAbility) == 0x0004B0, "Member 'UCreature_MountComponent::FlyingAdditiveAbility' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, FlyingAdditiveChannel) == 0x0004B8, "Member 'UCreature_MountComponent::FlyingAdditiveChannel' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, TailAdditiveAbility) == 0x0004C0, "Member 'UCreature_MountComponent::TailAdditiveAbility' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, TailAdditiveChannel) == 0x0004C8, "Member 'UCreature_MountComponent::TailAdditiveChannel' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MaxLevelGlidingTimeRangeForSlowFlight) == 0x0004D0, "Member 'UCreature_MountComponent::MaxLevelGlidingTimeRangeForSlowFlight' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MaxLevelGlidingTimeRangeForFastFlight) == 0x0004D8, "Member 'UCreature_MountComponent::MaxLevelGlidingTimeRangeForFastFlight' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MinGlidingResetTimeRangeForSlowFlight) == 0x0004E0, "Member 'UCreature_MountComponent::MinGlidingResetTimeRangeForSlowFlight' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MinGlidingResetTimeRangeForFastFlight) == 0x0004E8, "Member 'UCreature_MountComponent::MinGlidingResetTimeRangeForFastFlight' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MaxPitchForLevelFlight) == 0x0004F0, "Member 'UCreature_MountComponent::MaxPitchForLevelFlight' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MinSpeedForLevelFlight) == 0x0004F4, "Member 'UCreature_MountComponent::MinSpeedForLevelFlight' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, PitchToMinGlideSpeed) == 0x0004F8, "Member 'UCreature_MountComponent::PitchToMinGlideSpeed' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MaxPitchDegreesDownForFastFlightGait) == 0x000580, "Member 'UCreature_MountComponent::MaxPitchDegreesDownForFastFlightGait' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MinGlideSpeedForFastFlightGait) == 0x000584, "Member 'UCreature_MountComponent::MinGlideSpeedForFastFlightGait' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MinFlightTimeForAutoLanding) == 0x000588, "Member 'UCreature_MountComponent::MinFlightTimeForAutoLanding' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MaxSpeedForTrotLanding) == 0x00058C, "Member 'UCreature_MountComponent::MaxSpeedForTrotLanding' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MaxInputMagnitudeForHover) == 0x000590, "Member 'UCreature_MountComponent::MaxInputMagnitudeForHover' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MaxDeltaYawToAccelerateWhenHovering) == 0x000594, "Member 'UCreature_MountComponent::MaxDeltaYawToAccelerateWhenHovering' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, FlightInputToPitchCurve) == 0x000598, "Member 'UCreature_MountComponent::FlightInputToPitchCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, DistanceToHeightLimitToMaxPitchMultiplierCurve) == 0x000620, "Member 'UCreature_MountComponent::DistanceToHeightLimitToMaxPitchMultiplierCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, VerticalHoverCollisionPredictionTime) == 0x0006A8, "Member 'UCreature_MountComponent::VerticalHoverCollisionPredictionTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, bEnableAutoTakeoffWhenFalling) == 0x0006AC, "Member 'UCreature_MountComponent::bEnableAutoTakeoffWhenFalling' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MinFallingTimeForAutoTakeoff) == 0x0006B0, "Member 'UCreature_MountComponent::MinFallingTimeForAutoTakeoff' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MinTimeToLandingForAutoTakeoff) == 0x0006B4, "Member 'UCreature_MountComponent::MinTimeToLandingForAutoTakeoff' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, HoverGaitCapsuleHalfHeight) == 0x0006B8, "Member 'UCreature_MountComponent::HoverGaitCapsuleHalfHeight' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, HoverGaitCapsuleRadius) == 0x0006BC, "Member 'UCreature_MountComponent::HoverGaitCapsuleRadius' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, bEnableIdleBreaks) == 0x0006FC, "Member 'UCreature_MountComponent::bEnableIdleBreaks' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MinIdleTimeForIdleBreak) == 0x000700, "Member 'UCreature_MountComponent::MinIdleTimeForIdleBreak' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MinTimeBetweenIdleBreaks) == 0x000704, "Member 'UCreature_MountComponent::MinTimeBetweenIdleBreaks' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MoveZ) == 0x000718, "Member 'UCreature_MountComponent::MoveZ' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, InputTime) == 0x00071C, "Member 'UCreature_MountComponent::InputTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, ReleaseTime) == 0x000720, "Member 'UCreature_MountComponent::ReleaseTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, bStartedMoving) == 0x000724, "Member 'UCreature_MountComponent::bStartedMoving' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, bUsingKeyboard) == 0x000725, "Member 'UCreature_MountComponent::bUsingKeyboard' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, bToggleGallopRequested) == 0x000727, "Member 'UCreature_MountComponent::bToggleGallopRequested' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MountHandler) == 0x000758, "Member 'UCreature_MountComponent::MountHandler' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, OwnerCreatureCharacter) == 0x000760, "Member 'UCreature_MountComponent::OwnerCreatureCharacter' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, FlightMovementComponent) == 0x000768, "Member 'UCreature_MountComponent::FlightMovementComponent' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, FlightAnimationComponent) == 0x000770, "Member 'UCreature_MountComponent::FlightAnimationComponent' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MountStreamingComponent) == 0x000778, "Member 'UCreature_MountComponent::MountStreamingComponent' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MountHeightLimitComponent) == 0x000780, "Member 'UCreature_MountComponent::MountHeightLimitComponent' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, MovementPredictionComponent) == 0x000788, "Member 'UCreature_MountComponent::MovementPredictionComponent' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CreatureMountChargeEnabledDelegate) == 0x000790, "Member 'UCreature_MountComponent::CreatureMountChargeEnabledDelegate' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CreatureMountChargeAmountDelegate) == 0x0007A0, "Member 'UCreature_MountComponent::CreatureMountChargeAmountDelegate' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CreatureMountChargeRequestDelegate) == 0x0007B0, "Member 'UCreature_MountComponent::CreatureMountChargeRequestDelegate' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CreatureMountChargeCooldownDelegate) == 0x0007C0, "Member 'UCreature_MountComponent::CreatureMountChargeCooldownDelegate' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountComponent, CreatureMountChargeRefillDelayDelegate) == 0x0007D0, "Member 'UCreature_MountComponent::CreatureMountChargeRefillDelayDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyHiddenTeleportAttackComponent \ static_assert(alignof(UEnemyHiddenTeleportAttackComponent) == 0x000008, "Wrong alignment on UEnemyHiddenTeleportAttackComponent"); \ static_assert(sizeof(UEnemyHiddenTeleportAttackComponent) == 0x0000E8, "Wrong size on UEnemyHiddenTeleportAttackComponent"); \ static_assert(offsetof(UEnemyHiddenTeleportAttackComponent, TargetLocationFxAsset) == 0x0000D8, "Member 'UEnemyHiddenTeleportAttackComponent::TargetLocationFxAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreature_MountFlightDynamics \ static_assert(alignof(UCreature_MountFlightDynamics) == 0x000008, "Wrong alignment on UCreature_MountFlightDynamics"); \ static_assert(sizeof(UCreature_MountFlightDynamics) == 0x000898, "Wrong size on UCreature_MountFlightDynamics"); \ static_assert(offsetof(UCreature_MountFlightDynamics, LiftConstant) == 0x000030, "Member 'UCreature_MountFlightDynamics::LiftConstant' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, DragConstantParallel) == 0x000034, "Member 'UCreature_MountFlightDynamics::DragConstantParallel' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, DragConstantPerpendicular) == 0x000038, "Member 'UCreature_MountFlightDynamics::DragConstantPerpendicular' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, Thrust) == 0x00003C, "Member 'UCreature_MountFlightDynamics::Thrust' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, SpeedToThrustCurve) == 0x000040, "Member 'UCreature_MountFlightDynamics::SpeedToThrustCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, SpeedToMaxThrustCurve) == 0x0000C8, "Member 'UCreature_MountFlightDynamics::SpeedToMaxThrustCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, LiftDeltaFromAngleCompensationVerticalWhenAscending) == 0x000150, "Member 'UCreature_MountFlightDynamics::LiftDeltaFromAngleCompensationVerticalWhenAscending' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, LiftDeltaFromAngleCompensationHorizontalWhenAscending) == 0x000154, "Member 'UCreature_MountFlightDynamics::LiftDeltaFromAngleCompensationHorizontalWhenAscending' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, LiftDeltaFromAngleCompensationVerticalWhenDescending) == 0x000158, "Member 'UCreature_MountFlightDynamics::LiftDeltaFromAngleCompensationVerticalWhenDescending' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, LiftDeltaFromAngleCompensationHorizontalWhenDescending) == 0x00015C, "Member 'UCreature_MountFlightDynamics::LiftDeltaFromAngleCompensationHorizontalWhenDescending' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, LiftDeltaFromSpeedCompensationVertical) == 0x000160, "Member 'UCreature_MountFlightDynamics::LiftDeltaFromSpeedCompensationVertical' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, PitchToLiftDeltaFromSpeedCompensationCurve) == 0x000168, "Member 'UCreature_MountFlightDynamics::PitchToLiftDeltaFromSpeedCompensationCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, LiftDeltaFromSpeedBaseSpeed) == 0x0001F0, "Member 'UCreature_MountFlightDynamics::LiftDeltaFromSpeedBaseSpeed' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, BrakingStiffness) == 0x0001F4, "Member 'UCreature_MountFlightDynamics::BrakingStiffness' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, MaxBrakingMagnitude) == 0x0001F8, "Member 'UCreature_MountFlightDynamics::MaxBrakingMagnitude' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, DistanceAboveHeightLimitToDownForceCurve) == 0x000200, "Member 'UCreature_MountFlightDynamics::DistanceAboveHeightLimitToDownForceCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, DesiredYawDeltaToRollCurve) == 0x000288, "Member 'UCreature_MountFlightDynamics::DesiredYawDeltaToRollCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, RollToYawRateFactorCurve) == 0x000310, "Member 'UCreature_MountFlightDynamics::RollToYawRateFactorCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, MaxRollDegrees) == 0x000398, "Member 'UCreature_MountFlightDynamics::MaxRollDegrees' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, MaxPitchDegreesUp) == 0x00039C, "Member 'UCreature_MountFlightDynamics::MaxPitchDegreesUp' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, MaxPitchDegreesDown) == 0x0003A0, "Member 'UCreature_MountFlightDynamics::MaxPitchDegreesDown' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, MaxTurnRate) == 0x0003A4, "Member 'UCreature_MountFlightDynamics::MaxTurnRate' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, RollToMaxPitchUpCurve) == 0x0003A8, "Member 'UCreature_MountFlightDynamics::RollToMaxPitchUpCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, RollToMaxPitchDownCurve) == 0x000430, "Member 'UCreature_MountFlightDynamics::RollToMaxPitchDownCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, AngularStiffness) == 0x0004B8, "Member 'UCreature_MountFlightDynamics::AngularStiffness' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, AngularDampingRatio) == 0x0004C4, "Member 'UCreature_MountFlightDynamics::AngularDampingRatio' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, SpeedToRollSensitivityCurve) == 0x0004D0, "Member 'UCreature_MountFlightDynamics::SpeedToRollSensitivityCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, SpeedToPitchSensitivityCurve) == 0x000558, "Member 'UCreature_MountFlightDynamics::SpeedToPitchSensitivityCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, HoverGaitDragConstantParallelMultiplier) == 0x0005E0, "Member 'UCreature_MountFlightDynamics::HoverGaitDragConstantParallelMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, HoverGaitDragConstantPerpendicularMultiplier) == 0x0005E4, "Member 'UCreature_MountFlightDynamics::HoverGaitDragConstantPerpendicularMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, HoverGaitDragBlendInTime) == 0x0005E8, "Member 'UCreature_MountFlightDynamics::HoverGaitDragBlendInTime' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, HoverGaitWingPhaseToYawStiffnessMultiplierCurve) == 0x0005F0, "Member 'UCreature_MountFlightDynamics::HoverGaitWingPhaseToYawStiffnessMultiplierCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, HoverGaitWingPhaseToYawDragCurve) == 0x000678, "Member 'UCreature_MountFlightDynamics::HoverGaitWingPhaseToYawDragCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, HoverGaitWingPhaseToThrustMultiplierForwardCurve) == 0x000700, "Member 'UCreature_MountFlightDynamics::HoverGaitWingPhaseToThrustMultiplierForwardCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, HoverGaitWingPhaseToThrustMultiplierUpCurve) == 0x000788, "Member 'UCreature_MountFlightDynamics::HoverGaitWingPhaseToThrustMultiplierUpCurve' has a wrong offset!"); \ static_assert(offsetof(UCreature_MountFlightDynamics, HoverGaitWingPhaseToThrustMultiplierDownCurve) == 0x000810, "Member 'UCreature_MountFlightDynamics::HoverGaitWingPhaseToThrustMultiplierDownCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyStateComponent \ static_assert(alignof(UEnemyStateComponent) == 0x000008, "Wrong alignment on UEnemyStateComponent"); \ static_assert(sizeof(UEnemyStateComponent) == 0x0008D0, "Wrong size on UEnemyStateComponent"); \ static_assert(offsetof(UEnemyStateComponent, EnemyStateData) == 0x0005A8, "Member 'UEnemyStateComponent::EnemyStateData' has a wrong offset!"); \ static_assert(offsetof(UEnemyStateComponent, TeamAsset) == 0x000848, "Member 'UEnemyStateComponent::TeamAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_ComponentHighContrastGameplayMarkupBase \ static_assert(alignof(UFXUpdate_ComponentHighContrastGameplayMarkupBase) == 0x000008, "Wrong alignment on UFXUpdate_ComponentHighContrastGameplayMarkupBase"); \ static_assert(sizeof(UFXUpdate_ComponentHighContrastGameplayMarkupBase) == 0x000088, "Wrong size on UFXUpdate_ComponentHighContrastGameplayMarkupBase"); \ static_assert(offsetof(UFXUpdate_ComponentHighContrastGameplayMarkupBase, bOnce) == 0x000080, "Member 'UFXUpdate_ComponentHighContrastGameplayMarkupBase::bOnce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_ComponentHighContrastGameplayMarkup \ static_assert(alignof(UFXUpdate_ComponentHighContrastGameplayMarkup) == 0x000008, "Wrong alignment on UFXUpdate_ComponentHighContrastGameplayMarkup"); \ static_assert(sizeof(UFXUpdate_ComponentHighContrastGameplayMarkup) == 0x000090, "Wrong size on UFXUpdate_ComponentHighContrastGameplayMarkup"); \ static_assert(offsetof(UFXUpdate_ComponentHighContrastGameplayMarkup, StencilValue) == 0x000088, "Member 'UFXUpdate_ComponentHighContrastGameplayMarkup::StencilValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_NurtureComponent_GetIsAlbino \ static_assert(alignof(Creature_NurtureComponent_GetIsAlbino) == 0x000001, "Wrong alignment on Creature_NurtureComponent_GetIsAlbino"); \ static_assert(sizeof(Creature_NurtureComponent_GetIsAlbino) == 0x000001, "Wrong size on Creature_NurtureComponent_GetIsAlbino"); \ static_assert(offsetof(Creature_NurtureComponent_GetIsAlbino, ReturnValue) == 0x000000, "Member 'Creature_NurtureComponent_GetIsAlbino::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_NurtureComponent_GetIsMale \ static_assert(alignof(Creature_NurtureComponent_GetIsMale) == 0x000001, "Wrong alignment on Creature_NurtureComponent_GetIsMale"); \ static_assert(sizeof(Creature_NurtureComponent_GetIsMale) == 0x000001, "Wrong size on Creature_NurtureComponent_GetIsMale"); \ static_assert(offsetof(Creature_NurtureComponent_GetIsMale, ReturnValue) == 0x000000, "Member 'Creature_NurtureComponent_GetIsMale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreature_NurtureComponent \ static_assert(alignof(UCreature_NurtureComponent) == 0x000008, "Wrong alignment on UCreature_NurtureComponent"); \ static_assert(sizeof(UCreature_NurtureComponent) == 0x0001F0, "Wrong size on UCreature_NurtureComponent"); \ static_assert(offsetof(UCreature_NurtureComponent, VariationData) == 0x0000D0, "Member 'UCreature_NurtureComponent::VariationData' has a wrong offset!"); \ static_assert(offsetof(UCreature_NurtureComponent, bOverride_TameTargetPriorityWeight) == 0x0000D8, "Member 'UCreature_NurtureComponent::bOverride_TameTargetPriorityWeight' has a wrong offset!"); \ static_assert(offsetof(UCreature_NurtureComponent, TameTargetPriorityWeight) == 0x0000DC, "Member 'UCreature_NurtureComponent::TameTargetPriorityWeight' has a wrong offset!"); \ static_assert(offsetof(UCreature_NurtureComponent, bOverride_TameTargetMode) == 0x0000E0, "Member 'UCreature_NurtureComponent::bOverride_TameTargetMode' has a wrong offset!"); \ static_assert(offsetof(UCreature_NurtureComponent, TameTargetMode) == 0x0000E1, "Member 'UCreature_NurtureComponent::TameTargetMode' has a wrong offset!"); \ static_assert(offsetof(UCreature_NurtureComponent, NurtureCalloutsActorClass) == 0x0000E8, "Member 'UCreature_NurtureComponent::NurtureCalloutsActorClass' has a wrong offset!"); \ static_assert(offsetof(UCreature_NurtureComponent, NurtureCalloutsSocket) == 0x000110, "Member 'UCreature_NurtureComponent::NurtureCalloutsSocket' has a wrong offset!"); \ static_assert(offsetof(UCreature_NurtureComponent, NurtureCalloutsOffset) == 0x000118, "Member 'UCreature_NurtureComponent::NurtureCalloutsOffset' has a wrong offset!"); \ static_assert(offsetof(UCreature_NurtureComponent, CreatureCharacter) == 0x000128, "Member 'UCreature_NurtureComponent::CreatureCharacter' has a wrong offset!"); \ static_assert(offsetof(UCreature_NurtureComponent, LoadedAudioAsset) == 0x0001C8, "Member 'UCreature_NurtureComponent::LoadedAudioAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Creature_PathFollowingComponent_SetUseRepulsorCollisionAvoidance \ static_assert(alignof(Creature_PathFollowingComponent_SetUseRepulsorCollisionAvoidance) == 0x000001, "Wrong alignment on Creature_PathFollowingComponent_SetUseRepulsorCollisionAvoidance"); \ static_assert(sizeof(Creature_PathFollowingComponent_SetUseRepulsorCollisionAvoidance) == 0x000001, "Wrong size on Creature_PathFollowingComponent_SetUseRepulsorCollisionAvoidance"); \ static_assert(offsetof(Creature_PathFollowingComponent_SetUseRepulsorCollisionAvoidance, bEnabled) == 0x000000, "Member 'Creature_PathFollowingComponent_SetUseRepulsorCollisionAvoidance::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreature_PathFollowingComponent \ static_assert(alignof(UCreature_PathFollowingComponent) == 0x000008, "Wrong alignment on UCreature_PathFollowingComponent"); \ static_assert(sizeof(UCreature_PathFollowingComponent) == 0x0004C8, "Wrong size on UCreature_PathFollowingComponent"); \ static_assert(offsetof(UCreature_PathFollowingComponent, bMoveToStopPrediction) == 0x000270, "Member 'UCreature_PathFollowingComponent::bMoveToStopPrediction' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathFollowingComponent, RepulsorMinimumRadius) == 0x000274, "Member 'UCreature_PathFollowingComponent::RepulsorMinimumRadius' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathFollowingComponent, RepulsorDetectionRadiusMultiplier) == 0x000278, "Member 'UCreature_PathFollowingComponent::RepulsorDetectionRadiusMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathFollowingComponent, RepulsorDetectionRadiusMultiplierVariance) == 0x00027C, "Member 'UCreature_PathFollowingComponent::RepulsorDetectionRadiusMultiplierVariance' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathFollowingComponent, RepulsorNavProbeMinLength) == 0x000280, "Member 'UCreature_PathFollowingComponent::RepulsorNavProbeMinLength' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathFollowingComponent, bTangentialAcceptance) == 0x000284, "Member 'UCreature_PathFollowingComponent::bTangentialAcceptance' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathFollowingComponent, bTangentialAcceptanceDefaultRadius) == 0x000288, "Member 'UCreature_PathFollowingComponent::bTangentialAcceptanceDefaultRadius' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathFollowingComponent, LookaheadDistanceMultiplierTune) == 0x00028C, "Member 'UCreature_PathFollowingComponent::LookaheadDistanceMultiplierTune' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathFollowingComponent, LookaheadDistanceMultiplierClampRanges) == 0x000290, "Member 'UCreature_PathFollowingComponent::LookaheadDistanceMultiplierClampRanges' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathFollowingComponent, TurnAnticipationLookaheadTune) == 0x0002B0, "Member 'UCreature_PathFollowingComponent::TurnAnticipationLookaheadTune' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathFollowingComponent, TurnAnticipationCornerLookaheadTune) == 0x0002B4, "Member 'UCreature_PathFollowingComponent::TurnAnticipationCornerLookaheadTune' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathFollowingComponent, TurnAnticipationCornerOffsetTune) == 0x0002B8, "Member 'UCreature_PathFollowingComponent::TurnAnticipationCornerOffsetTune' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathFollowingComponent, RequiredTurnStiffnessOverSpeed) == 0x0002C0, "Member 'UCreature_PathFollowingComponent::RequiredTurnStiffnessOverSpeed' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathFollowingComponent, AdditionalTurningFactor) == 0x000348, "Member 'UCreature_PathFollowingComponent::AdditionalTurningFactor' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathFollowingComponent, MinNavDistSq2D) == 0x00034C, "Member 'UCreature_PathFollowingComponent::MinNavDistSq2D' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathFollowingComponent, CreatureController) == 0x0003D0, "Member 'UCreature_PathFollowingComponent::CreatureController' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathFollowingComponent, CreatureCharacter) == 0x0003D8, "Member 'UCreature_PathFollowingComponent::CreatureCharacter' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathFollowingComponent, MovementComponent) == 0x0003E0, "Member 'UCreature_PathFollowingComponent::MovementComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDuelTechnique_TimedJuggle \ static_assert(alignof(UDuelTechnique_TimedJuggle) == 0x000008, "Wrong alignment on UDuelTechnique_TimedJuggle"); \ static_assert(sizeof(UDuelTechnique_TimedJuggle) == 0x0000D0, "Wrong size on UDuelTechnique_TimedJuggle"); \ static_assert(offsetof(UDuelTechnique_TimedJuggle, ControllerOuter) == 0x0000C8, "Member 'UDuelTechnique_TimedJuggle::ControllerOuter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreature_PathTeleportComponent \ static_assert(alignof(UCreature_PathTeleportComponent) == 0x000010, "Wrong alignment on UCreature_PathTeleportComponent"); \ static_assert(sizeof(UCreature_PathTeleportComponent) == 0x000140, "Wrong size on UCreature_PathTeleportComponent"); \ static_assert(offsetof(UCreature_PathTeleportComponent, TeleportTimeSpacingRange) == 0x0000D0, "Member 'UCreature_PathTeleportComponent::TeleportTimeSpacingRange' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathTeleportComponent, TeleportDistanceRange) == 0x0000D8, "Member 'UCreature_PathTeleportComponent::TeleportDistanceRange' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathTeleportComponent, PathEndBuffer) == 0x0000E0, "Member 'UCreature_PathTeleportComponent::PathEndBuffer' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathTeleportComponent, TeleportFreeAreaTestRadius) == 0x0000E4, "Member 'UCreature_PathTeleportComponent::TeleportFreeAreaTestRadius' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathTeleportComponent, TeleportGroundLineCheckLength) == 0x0000E8, "Member 'UCreature_PathTeleportComponent::TeleportGroundLineCheckLength' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathTeleportComponent, TeleportLocationUpOffset) == 0x0000EC, "Member 'UCreature_PathTeleportComponent::TeleportLocationUpOffset' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathTeleportComponent, CreatureCharacter) == 0x0000F0, "Member 'UCreature_PathTeleportComponent::CreatureCharacter' has a wrong offset!"); \ static_assert(offsetof(UCreature_PathTeleportComponent, CreaturePathFollowingComponent) == 0x0000F8, "Member 'UCreature_PathTeleportComponent::CreaturePathFollowingComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTrollSwingDirectionAnimNotify \ static_assert(alignof(UTrollSwingDirectionAnimNotify) == 0x000008, "Wrong alignment on UTrollSwingDirectionAnimNotify"); \ static_assert(sizeof(UTrollSwingDirectionAnimNotify) == 0x000040, "Wrong size on UTrollSwingDirectionAnimNotify"); \ static_assert(offsetof(UTrollSwingDirectionAnimNotify, SwingDirection) == 0x000038, "Member 'UTrollSwingDirectionAnimNotify::SwingDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACreatureEgg \ static_assert(alignof(ACreatureEgg) == 0x000008, "Wrong alignment on ACreatureEgg"); \ static_assert(sizeof(ACreatureEgg) == 0x000250, "Wrong size on ACreatureEgg"); \ static_assert(offsetof(ACreatureEgg, ObjectStateComponent) == 0x000248, "Member 'ACreatureEgg::ObjectStateComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedFloatingComponent_GetAveragePelletLocation \ static_assert(alignof(CreatureFeedFloatingComponent_GetAveragePelletLocation) == 0x000004, "Wrong alignment on CreatureFeedFloatingComponent_GetAveragePelletLocation"); \ static_assert(sizeof(CreatureFeedFloatingComponent_GetAveragePelletLocation) == 0x00000C, "Wrong size on CreatureFeedFloatingComponent_GetAveragePelletLocation"); \ static_assert(offsetof(CreatureFeedFloatingComponent_GetAveragePelletLocation, ReturnValue) == 0x000000, "Member 'CreatureFeedFloatingComponent_GetAveragePelletLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureFeedFloatingComponent \ static_assert(alignof(UCreatureFeedFloatingComponent) == 0x000008, "Wrong alignment on UCreatureFeedFloatingComponent"); \ static_assert(sizeof(UCreatureFeedFloatingComponent) == 0x000188, "Wrong size on UCreatureFeedFloatingComponent"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, OscillationBlendInTime) == 0x0000D0, "Member 'UCreatureFeedFloatingComponent::OscillationBlendInTime' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, OscillationAmplitudeVert) == 0x0000D4, "Member 'UCreatureFeedFloatingComponent::OscillationAmplitudeVert' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, OscillationFrequencyVert) == 0x0000D8, "Member 'UCreatureFeedFloatingComponent::OscillationFrequencyVert' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, OscillationAmplitudeHoriz) == 0x0000DC, "Member 'UCreatureFeedFloatingComponent::OscillationAmplitudeHoriz' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, OscillationFrequencyHoriz) == 0x0000E0, "Member 'UCreatureFeedFloatingComponent::OscillationFrequencyHoriz' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, OscillationRotationSpeedDegMax) == 0x0000E4, "Member 'UCreatureFeedFloatingComponent::OscillationRotationSpeedDegMax' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, FloatingBlendTime) == 0x0000E8, "Member 'UCreatureFeedFloatingComponent::FloatingBlendTime' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, FloatingBlendPow) == 0x0000EC, "Member 'UCreatureFeedFloatingComponent::FloatingBlendPow' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, FloatingStiffnessDistanceMax) == 0x0000F0, "Member 'UCreatureFeedFloatingComponent::FloatingStiffnessDistanceMax' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, FloatingStiffnessMin) == 0x0000F4, "Member 'UCreatureFeedFloatingComponent::FloatingStiffnessMin' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, FloatingStiffnessMax) == 0x0000F8, "Member 'UCreatureFeedFloatingComponent::FloatingStiffnessMax' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, FloatingStiffnessRange) == 0x0000FC, "Member 'UCreatureFeedFloatingComponent::FloatingStiffnessRange' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, FloatingCriticalDampingFactor) == 0x000100, "Member 'UCreatureFeedFloatingComponent::FloatingCriticalDampingFactor' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, FloatingInterpolationSpeed) == 0x000104, "Member 'UCreatureFeedFloatingComponent::FloatingInterpolationSpeed' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, FloatingExpandTime) == 0x000108, "Member 'UCreatureFeedFloatingComponent::FloatingExpandTime' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, FloatingExpandDistanace) == 0x00010C, "Member 'UCreatureFeedFloatingComponent::FloatingExpandDistanace' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, AttachStartDelay) == 0x000110, "Member 'UCreatureFeedFloatingComponent::AttachStartDelay' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, AttachedBlendTime) == 0x000114, "Member 'UCreatureFeedFloatingComponent::AttachedBlendTime' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, AttachedBlendPow) == 0x000118, "Member 'UCreatureFeedFloatingComponent::AttachedBlendPow' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, AttachedInterpolationSpeed) == 0x00011C, "Member 'UCreatureFeedFloatingComponent::AttachedInterpolationSpeed' has a wrong offset!"); \ static_assert(offsetof(UCreatureFeedFloatingComponent, AttachTargetActor) == 0x000180, "Member 'UCreatureFeedFloatingComponent::AttachTargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADepulsoSpellTool \ static_assert(alignof(ADepulsoSpellTool) == 0x000008, "Wrong alignment on ADepulsoSpellTool"); \ static_assert(sizeof(ADepulsoSpellTool) == 0x0008F8, "Wrong size on ADepulsoSpellTool"); \ static_assert(offsetof(ADepulsoSpellTool, TargetHalfAngleXY) == 0x000870, "Member 'ADepulsoSpellTool::TargetHalfAngleXY' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, TargetHalfAngleZ) == 0x000874, "Member 'ADepulsoSpellTool::TargetHalfAngleZ' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, LaunchAngle) == 0x000878, "Member 'ADepulsoSpellTool::LaunchAngle' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, InAirLaunchAngle) == 0x00087C, "Member 'ADepulsoSpellTool::InAirLaunchAngle' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, MaximumLaunchAngle) == 0x000880, "Member 'ADepulsoSpellTool::MaximumLaunchAngle' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, HeightAdjustment) == 0x000884, "Member 'ADepulsoSpellTool::HeightAdjustment' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, LevelMinZThreshold) == 0x000888, "Member 'ADepulsoSpellTool::LevelMinZThreshold' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, LevelMaxZThreshold) == 0x00088C, "Member 'ADepulsoSpellTool::LevelMaxZThreshold' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, BasePhysicsImpulse) == 0x000890, "Member 'ADepulsoSpellTool::BasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, MassScaledPhysicsImpulse) == 0x000894, "Member 'ADepulsoSpellTool::MassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, CharacterBasePhysicsImpulse) == 0x000898, "Member 'ADepulsoSpellTool::CharacterBasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, CharacterMassScaledPhysicsImpulse) == 0x00089C, "Member 'ADepulsoSpellTool::CharacterMassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, MaxVelocity) == 0x0008A0, "Member 'ADepulsoSpellTool::MaxVelocity' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, NonMovableDamage) == 0x0008A4, "Member 'ADepulsoSpellTool::NonMovableDamage' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, NonMovableAdditionalForce) == 0x0008A8, "Member 'ADepulsoSpellTool::NonMovableAdditionalForce' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, TargetingPercent) == 0x0008AC, "Member 'ADepulsoSpellTool::TargetingPercent' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, bUpdateTarget) == 0x0008B0, "Member 'ADepulsoSpellTool::bUpdateTarget' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, LeviosoImpulseScale) == 0x0008B4, "Member 'ADepulsoSpellTool::LeviosoImpulseScale' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, MinDamageDealt) == 0x0008B8, "Member 'ADepulsoSpellTool::MinDamageDealt' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, MaxDamageDealt) == 0x0008BC, "Member 'ADepulsoSpellTool::MaxDamageDealt' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, MinDamageDealtCharacter) == 0x0008C0, "Member 'ADepulsoSpellTool::MinDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, MaxDamageDealtCharacter) == 0x0008C4, "Member 'ADepulsoSpellTool::MaxDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, MinDamageTaken) == 0x0008C8, "Member 'ADepulsoSpellTool::MinDamageTaken' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, MaxDamageTaken) == 0x0008CC, "Member 'ADepulsoSpellTool::MaxDamageTaken' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, MinDamageTakenCharacter) == 0x0008D0, "Member 'ADepulsoSpellTool::MinDamageTakenCharacter' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, MaxDamageTakenCharacter) == 0x0008D4, "Member 'ADepulsoSpellTool::MaxDamageTakenCharacter' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, MinDamageTakenCharacterWall) == 0x0008D8, "Member 'ADepulsoSpellTool::MinDamageTakenCharacterWall' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, MaxDamageTakenCharacterWall) == 0x0008DC, "Member 'ADepulsoSpellTool::MaxDamageTakenCharacterWall' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, MinDamageTakenCharacterFloor) == 0x0008E0, "Member 'ADepulsoSpellTool::MinDamageTakenCharacterFloor' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, MaxDamageTakenCharacterFloor) == 0x0008E4, "Member 'ADepulsoSpellTool::MaxDamageTakenCharacterFloor' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, MinDamageTakenCharacterCharacter) == 0x0008E8, "Member 'ADepulsoSpellTool::MinDamageTakenCharacterCharacter' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, MaxDamageTakenCharacterCharacter) == 0x0008EC, "Member 'ADepulsoSpellTool::MaxDamageTakenCharacterCharacter' has a wrong offset!"); \ static_assert(offsetof(ADepulsoSpellTool, AOEMunition) == 0x0008F0, "Member 'ADepulsoSpellTool::AOEMunition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedingStation_AssignToSlot \ static_assert(alignof(CreatureFeedingStation_AssignToSlot) == 0x000008, "Wrong alignment on CreatureFeedingStation_AssignToSlot"); \ static_assert(sizeof(CreatureFeedingStation_AssignToSlot) == 0x000008, "Wrong size on CreatureFeedingStation_AssignToSlot"); \ static_assert(offsetof(CreatureFeedingStation_AssignToSlot, Creature) == 0x000000, "Member 'CreatureFeedingStation_AssignToSlot::Creature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedingStation_DispenseFeed \ static_assert(alignof(CreatureFeedingStation_DispenseFeed) == 0x000008, "Wrong alignment on CreatureFeedingStation_DispenseFeed"); \ static_assert(sizeof(CreatureFeedingStation_DispenseFeed) == 0x000010, "Wrong size on CreatureFeedingStation_DispenseFeed"); \ static_assert(offsetof(CreatureFeedingStation_DispenseFeed, Creature) == 0x000000, "Member 'CreatureFeedingStation_DispenseFeed::Creature' has a wrong offset!"); \ static_assert(offsetof(CreatureFeedingStation_DispenseFeed, ReturnValue) == 0x000008, "Member 'CreatureFeedingStation_DispenseFeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedingStation_FindSlotComponents \ static_assert(alignof(CreatureFeedingStation_FindSlotComponents) == 0x000008, "Wrong alignment on CreatureFeedingStation_FindSlotComponents"); \ static_assert(sizeof(CreatureFeedingStation_FindSlotComponents) == 0x000010, "Wrong size on CreatureFeedingStation_FindSlotComponents"); \ static_assert(offsetof(CreatureFeedingStation_FindSlotComponents, OutSlotComponents) == 0x000000, "Member 'CreatureFeedingStation_FindSlotComponents::OutSlotComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedingStation_GetBestSlotTransform \ static_assert(alignof(CreatureFeedingStation_GetBestSlotTransform) == 0x000010, "Wrong alignment on CreatureFeedingStation_GetBestSlotTransform"); \ static_assert(sizeof(CreatureFeedingStation_GetBestSlotTransform) == 0x000040, "Wrong size on CreatureFeedingStation_GetBestSlotTransform"); \ static_assert(offsetof(CreatureFeedingStation_GetBestSlotTransform, Creature) == 0x000000, "Member 'CreatureFeedingStation_GetBestSlotTransform::Creature' has a wrong offset!"); \ static_assert(offsetof(CreatureFeedingStation_GetBestSlotTransform, ReturnValue) == 0x000010, "Member 'CreatureFeedingStation_GetBestSlotTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedingStation_GetFeedingStationState \ static_assert(alignof(CreatureFeedingStation_GetFeedingStationState) == 0x000008, "Wrong alignment on CreatureFeedingStation_GetFeedingStationState"); \ static_assert(sizeof(CreatureFeedingStation_GetFeedingStationState) == 0x000008, "Wrong size on CreatureFeedingStation_GetFeedingStationState"); \ static_assert(offsetof(CreatureFeedingStation_GetFeedingStationState, ReturnValue) == 0x000000, "Member 'CreatureFeedingStation_GetFeedingStationState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedingStation_GetSlotVisualState \ static_assert(alignof(CreatureFeedingStation_GetSlotVisualState) == 0x000004, "Wrong alignment on CreatureFeedingStation_GetSlotVisualState"); \ static_assert(sizeof(CreatureFeedingStation_GetSlotVisualState) == 0x000008, "Wrong size on CreatureFeedingStation_GetSlotVisualState"); \ static_assert(offsetof(CreatureFeedingStation_GetSlotVisualState, SlotIdx) == 0x000000, "Member 'CreatureFeedingStation_GetSlotVisualState::SlotIdx' has a wrong offset!"); \ static_assert(offsetof(CreatureFeedingStation_GetSlotVisualState, ReturnValue) == 0x000004, "Member 'CreatureFeedingStation_GetSlotVisualState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedingStation_OnFeedDispensed \ static_assert(alignof(CreatureFeedingStation_OnFeedDispensed) == 0x000008, "Wrong alignment on CreatureFeedingStation_OnFeedDispensed"); \ static_assert(sizeof(CreatureFeedingStation_OnFeedDispensed) == 0x000010, "Wrong size on CreatureFeedingStation_OnFeedDispensed"); \ static_assert(offsetof(CreatureFeedingStation_OnFeedDispensed, CreatureFeed) == 0x000000, "Member 'CreatureFeedingStation_OnFeedDispensed::CreatureFeed' has a wrong offset!"); \ static_assert(offsetof(CreatureFeedingStation_OnFeedDispensed, Creature) == 0x000008, "Member 'CreatureFeedingStation_OnFeedDispensed::Creature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedingStation_ReleaseFeed \ static_assert(alignof(CreatureFeedingStation_ReleaseFeed) == 0x000008, "Wrong alignment on CreatureFeedingStation_ReleaseFeed"); \ static_assert(sizeof(CreatureFeedingStation_ReleaseFeed) == 0x000008, "Wrong size on CreatureFeedingStation_ReleaseFeed"); \ static_assert(offsetof(CreatureFeedingStation_ReleaseFeed, FeederAnimInstance) == 0x000000, "Member 'CreatureFeedingStation_ReleaseFeed::FeederAnimInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedingStation_RemoveOneFeed \ static_assert(alignof(CreatureFeedingStation_RemoveOneFeed) == 0x000004, "Wrong alignment on CreatureFeedingStation_RemoveOneFeed"); \ static_assert(sizeof(CreatureFeedingStation_RemoveOneFeed) == 0x000004, "Wrong size on CreatureFeedingStation_RemoveOneFeed"); \ static_assert(offsetof(CreatureFeedingStation_RemoveOneFeed, SlotIdx) == 0x000000, "Member 'CreatureFeedingStation_RemoveOneFeed::SlotIdx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedingStation_SetSlotVisualState \ static_assert(alignof(CreatureFeedingStation_SetSlotVisualState) == 0x000004, "Wrong alignment on CreatureFeedingStation_SetSlotVisualState"); \ static_assert(sizeof(CreatureFeedingStation_SetSlotVisualState) == 0x000008, "Wrong size on CreatureFeedingStation_SetSlotVisualState"); \ static_assert(offsetof(CreatureFeedingStation_SetSlotVisualState, SlotIdx) == 0x000000, "Member 'CreatureFeedingStation_SetSlotVisualState::SlotIdx' has a wrong offset!"); \ static_assert(offsetof(CreatureFeedingStation_SetSlotVisualState, VisualState) == 0x000004, "Member 'CreatureFeedingStation_SetSlotVisualState::VisualState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedingStation_Unassign \ static_assert(alignof(CreatureFeedingStation_Unassign) == 0x000008, "Wrong alignment on CreatureFeedingStation_Unassign"); \ static_assert(sizeof(CreatureFeedingStation_Unassign) == 0x000008, "Wrong size on CreatureFeedingStation_Unassign"); \ static_assert(offsetof(CreatureFeedingStation_Unassign, Creature) == 0x000000, "Member 'CreatureFeedingStation_Unassign::Creature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedingStation_UnhideFeed \ static_assert(alignof(CreatureFeedingStation_UnhideFeed) == 0x000008, "Wrong alignment on CreatureFeedingStation_UnhideFeed"); \ static_assert(sizeof(CreatureFeedingStation_UnhideFeed) == 0x000008, "Wrong size on CreatureFeedingStation_UnhideFeed"); \ static_assert(offsetof(CreatureFeedingStation_UnhideFeed, FeederAnimInstance) == 0x000000, "Member 'CreatureFeedingStation_UnhideFeed::FeederAnimInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACreatureFeedingStation \ static_assert(alignof(ACreatureFeedingStation) == 0x000008, "Wrong alignment on ACreatureFeedingStation"); \ static_assert(sizeof(ACreatureFeedingStation) == 0x000320, "Wrong size on ACreatureFeedingStation"); \ static_assert(offsetof(ACreatureFeedingStation, FeedPelletsReleaseVelocity) == 0x0002A8, "Member 'ACreatureFeedingStation::FeedPelletsReleaseVelocity' has a wrong offset!"); \ static_assert(offsetof(ACreatureFeedingStation, FeedActorClass) == 0x0002B8, "Member 'ACreatureFeedingStation::FeedActorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureInteractionTool_OnTickInteraction \ static_assert(alignof(CreatureInteractionTool_OnTickInteraction) == 0x000004, "Wrong alignment on CreatureInteractionTool_OnTickInteraction"); \ static_assert(sizeof(CreatureInteractionTool_OnTickInteraction) == 0x000004, "Wrong size on CreatureInteractionTool_OnTickInteraction"); \ static_assert(offsetof(CreatureInteractionTool_OnTickInteraction, DeltaSeconds) == 0x000000, "Member 'CreatureInteractionTool_OnTickInteraction::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureInteractionTool_GetInteractionEndRequested \ static_assert(alignof(CreatureInteractionTool_GetInteractionEndRequested) == 0x000001, "Wrong alignment on CreatureInteractionTool_GetInteractionEndRequested"); \ static_assert(sizeof(CreatureInteractionTool_GetInteractionEndRequested) == 0x000001, "Wrong size on CreatureInteractionTool_GetInteractionEndRequested"); \ static_assert(offsetof(CreatureInteractionTool_GetInteractionEndRequested, ReturnValue) == 0x000000, "Member 'CreatureInteractionTool_GetInteractionEndRequested::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACreatureInteractionTool \ static_assert(alignof(ACreatureInteractionTool) == 0x000008, "Wrong alignment on ACreatureInteractionTool"); \ static_assert(sizeof(ACreatureInteractionTool) == 0x000450, "Wrong size on ACreatureInteractionTool"); \ static_assert(offsetof(ACreatureInteractionTool, TargetCreature) == 0x000430, "Member 'ACreatureInteractionTool::TargetCreature' has a wrong offset!"); \ static_assert(offsetof(ACreatureInteractionTool, Player) == 0x000438, "Member 'ACreatureInteractionTool::Player' has a wrong offset!"); \ static_assert(offsetof(ACreatureInteractionTool, InteractingSpeedMode) == 0x000440, "Member 'ACreatureInteractionTool::InteractingSpeedMode' has a wrong offset!"); \ static_assert(offsetof(ACreatureInteractionTool, InteractRange) == 0x000444, "Member 'ACreatureInteractionTool::InteractRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedingTool_SetupDistanceBasedPelletReleaseAnim \ static_assert(alignof(CreatureFeedingTool_SetupDistanceBasedPelletReleaseAnim) == 0x000008, "Wrong alignment on CreatureFeedingTool_SetupDistanceBasedPelletReleaseAnim"); \ static_assert(sizeof(CreatureFeedingTool_SetupDistanceBasedPelletReleaseAnim) == 0x000008, "Wrong size on CreatureFeedingTool_SetupDistanceBasedPelletReleaseAnim"); \ static_assert(offsetof(CreatureFeedingTool_SetupDistanceBasedPelletReleaseAnim, InCreatureCharacter) == 0x000000, "Member 'CreatureFeedingTool_SetupDistanceBasedPelletReleaseAnim::InCreatureCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureFeedingTool_CalculateDynamicPelletReleaseVeloctiy \ static_assert(alignof(CreatureFeedingTool_CalculateDynamicPelletReleaseVeloctiy) == 0x000008, "Wrong alignment on CreatureFeedingTool_CalculateDynamicPelletReleaseVeloctiy"); \ static_assert(sizeof(CreatureFeedingTool_CalculateDynamicPelletReleaseVeloctiy) == 0x000018, "Wrong size on CreatureFeedingTool_CalculateDynamicPelletReleaseVeloctiy"); \ static_assert(offsetof(CreatureFeedingTool_CalculateDynamicPelletReleaseVeloctiy, InCreatureCharacter) == 0x000000, "Member 'CreatureFeedingTool_CalculateDynamicPelletReleaseVeloctiy::InCreatureCharacter' has a wrong offset!"); \ static_assert(offsetof(CreatureFeedingTool_CalculateDynamicPelletReleaseVeloctiy, ReturnValue) == 0x000008, "Member 'CreatureFeedingTool_CalculateDynamicPelletReleaseVeloctiy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACreatureFeedingTool \ static_assert(alignof(ACreatureFeedingTool) == 0x000008, "Wrong alignment on ACreatureFeedingTool"); \ static_assert(sizeof(ACreatureFeedingTool) == 0x000520, "Wrong size on ACreatureFeedingTool"); \ static_assert(offsetof(ACreatureFeedingTool, PelletsCloseReleaseTags) == 0x000450, "Member 'ACreatureFeedingTool::PelletsCloseReleaseTags' has a wrong offset!"); \ static_assert(offsetof(ACreatureFeedingTool, PelletsCloseReleaseVelocity) == 0x000470, "Member 'ACreatureFeedingTool::PelletsCloseReleaseVelocity' has a wrong offset!"); \ static_assert(offsetof(ACreatureFeedingTool, PelletsMediumReleaseTags) == 0x000480, "Member 'ACreatureFeedingTool::PelletsMediumReleaseTags' has a wrong offset!"); \ static_assert(offsetof(ACreatureFeedingTool, PelletsMediumReleaseRange) == 0x0004A0, "Member 'ACreatureFeedingTool::PelletsMediumReleaseRange' has a wrong offset!"); \ static_assert(offsetof(ACreatureFeedingTool, PelletsMediumReleaseVelocityMin) == 0x0004A4, "Member 'ACreatureFeedingTool::PelletsMediumReleaseVelocityMin' has a wrong offset!"); \ static_assert(offsetof(ACreatureFeedingTool, PelletsMediumReleaseVelocityMax) == 0x0004B0, "Member 'ACreatureFeedingTool::PelletsMediumReleaseVelocityMax' has a wrong offset!"); \ static_assert(offsetof(ACreatureFeedingTool, PelletsThrowReleaseTags) == 0x0004C0, "Member 'ACreatureFeedingTool::PelletsThrowReleaseTags' has a wrong offset!"); \ static_assert(offsetof(ACreatureFeedingTool, PelletsThrowReleaseRange) == 0x0004E0, "Member 'ACreatureFeedingTool::PelletsThrowReleaseRange' has a wrong offset!"); \ static_assert(offsetof(ACreatureFeedingTool, PelletsThrowReleaseVelocityMin) == 0x0004E4, "Member 'ACreatureFeedingTool::PelletsThrowReleaseVelocityMin' has a wrong offset!"); \ static_assert(offsetof(ACreatureFeedingTool, PelletsThrowReleaseVelocityMax) == 0x0004F0, "Member 'ACreatureFeedingTool::PelletsThrowReleaseVelocityMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DialogBoxScreen_SetDialogContent \ static_assert(alignof(DialogBoxScreen_SetDialogContent) == 0x000008, "Wrong alignment on DialogBoxScreen_SetDialogContent"); \ static_assert(sizeof(DialogBoxScreen_SetDialogContent) == 0x000030, "Wrong size on DialogBoxScreen_SetDialogContent"); \ static_assert(offsetof(DialogBoxScreen_SetDialogContent, TitleText) == 0x000000, "Member 'DialogBoxScreen_SetDialogContent::TitleText' has a wrong offset!"); \ static_assert(offsetof(DialogBoxScreen_SetDialogContent, BodyText) == 0x000010, "Member 'DialogBoxScreen_SetDialogContent::BodyText' has a wrong offset!"); \ static_assert(offsetof(DialogBoxScreen_SetDialogContent, LegendText) == 0x000020, "Member 'DialogBoxScreen_SetDialogContent::LegendText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogBoxScreen \ static_assert(alignof(UDialogBoxScreen) == 0x000008, "Wrong alignment on UDialogBoxScreen"); \ static_assert(sizeof(UDialogBoxScreen) == 0x000370, "Wrong size on UDialogBoxScreen"); \ #define DUMPER7_ASSERTS_CreatureGrowthHandler_TickFX \ static_assert(alignof(CreatureGrowthHandler_TickFX) == 0x000004, "Wrong alignment on CreatureGrowthHandler_TickFX"); \ static_assert(sizeof(CreatureGrowthHandler_TickFX) == 0x000004, "Wrong size on CreatureGrowthHandler_TickFX"); \ static_assert(offsetof(CreatureGrowthHandler_TickFX, DeltaSeconds) == 0x000000, "Member 'CreatureGrowthHandler_TickFX::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureGrowthHandler_IsNewCreatureReady \ static_assert(alignof(CreatureGrowthHandler_IsNewCreatureReady) == 0x000001, "Wrong alignment on CreatureGrowthHandler_IsNewCreatureReady"); \ static_assert(sizeof(CreatureGrowthHandler_IsNewCreatureReady) == 0x000001, "Wrong size on CreatureGrowthHandler_IsNewCreatureReady"); \ static_assert(offsetof(CreatureGrowthHandler_IsNewCreatureReady, ReturnValue) == 0x000000, "Member 'CreatureGrowthHandler_IsNewCreatureReady::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACreatureGrowthHandler \ static_assert(alignof(ACreatureGrowthHandler) == 0x000008, "Wrong alignment on ACreatureGrowthHandler"); \ static_assert(sizeof(ACreatureGrowthHandler) == 0x000280, "Wrong size on ACreatureGrowthHandler"); \ static_assert(offsetof(ACreatureGrowthHandler, TargetCreatureActor) == 0x000248, "Member 'ACreatureGrowthHandler::TargetCreatureActor' has a wrong offset!"); \ static_assert(offsetof(ACreatureGrowthHandler, NewCreatureActor) == 0x000250, "Member 'ACreatureGrowthHandler::NewCreatureActor' has a wrong offset!"); \ static_assert(offsetof(ACreatureGrowthHandler, NewCreatureTypeID) == 0x000258, "Member 'ACreatureGrowthHandler::NewCreatureTypeID' has a wrong offset!"); \ static_assert(offsetof(ACreatureGrowthHandler, NewCreatureScaleVariation) == 0x000260, "Member 'ACreatureGrowthHandler::NewCreatureScaleVariation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMunitionType_AccioSubsonicSpell \ static_assert(alignof(AMunitionType_AccioSubsonicSpell) == 0x000008, "Wrong alignment on AMunitionType_AccioSubsonicSpell"); \ static_assert(sizeof(AMunitionType_AccioSubsonicSpell) == 0x000538, "Wrong size on AMunitionType_AccioSubsonicSpell"); \ #define DUMPER7_ASSERTS_ACreatureHatchHandler \ static_assert(alignof(ACreatureHatchHandler) == 0x000008, "Wrong alignment on ACreatureHatchHandler"); \ static_assert(sizeof(ACreatureHatchHandler) == 0x000280, "Wrong size on ACreatureHatchHandler"); \ #define DUMPER7_ASSERTS_ACreatureGiveBirthHandler \ static_assert(alignof(ACreatureGiveBirthHandler) == 0x000008, "Wrong alignment on ACreatureGiveBirthHandler"); \ static_assert(sizeof(ACreatureGiveBirthHandler) == 0x000280, "Wrong size on ACreatureGiveBirthHandler"); \ #define DUMPER7_ASSERTS_ACreatureGrowUpHandler \ static_assert(alignof(ACreatureGrowUpHandler) == 0x000008, "Wrong alignment on ACreatureGrowUpHandler"); \ static_assert(sizeof(ACreatureGrowUpHandler) == 0x000280, "Wrong size on ACreatureGrowUpHandler"); \ #define DUMPER7_ASSERTS_UDialogueEventProvider \ static_assert(alignof(UDialogueEventProvider) == 0x000008, "Wrong alignment on UDialogueEventProvider"); \ static_assert(sizeof(UDialogueEventProvider) == 0x000028, "Wrong size on UDialogueEventProvider"); \ #define DUMPER7_ASSERTS_UDialogueEvent_Direct \ static_assert(alignof(UDialogueEvent_Direct) == 0x000008, "Wrong alignment on UDialogueEvent_Direct"); \ static_assert(sizeof(UDialogueEvent_Direct) == 0x000038, "Wrong size on UDialogueEvent_Direct"); \ static_assert(offsetof(UDialogueEvent_Direct, DialogueEvent) == 0x000028, "Member 'UDialogueEvent_Direct::DialogueEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureGrowthHandlerConfiguration \ static_assert(alignof(UCreatureGrowthHandlerConfiguration) == 0x000008, "Wrong alignment on UCreatureGrowthHandlerConfiguration"); \ static_assert(sizeof(UCreatureGrowthHandlerConfiguration) == 0x0000A8, "Wrong size on UCreatureGrowthHandlerConfiguration"); \ static_assert(offsetof(UCreatureGrowthHandlerConfiguration, HatchHandler) == 0x000030, "Member 'UCreatureGrowthHandlerConfiguration::HatchHandler' has a wrong offset!"); \ static_assert(offsetof(UCreatureGrowthHandlerConfiguration, GiveBirthHandler) == 0x000058, "Member 'UCreatureGrowthHandlerConfiguration::GiveBirthHandler' has a wrong offset!"); \ static_assert(offsetof(UCreatureGrowthHandlerConfiguration, GrowUpHandler) == 0x000080, "Member 'UCreatureGrowthHandlerConfiguration::GrowUpHandler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGamepadCursorSettings \ static_assert(alignof(UGamepadCursorSettings) == 0x000008, "Wrong alignment on UGamepadCursorSettings"); \ static_assert(sizeof(UGamepadCursorSettings) == 0x000110, "Wrong size on UGamepadCursorSettings"); \ static_assert(offsetof(UGamepadCursorSettings, AnalogCursorAccelerationCurve) == 0x000038, "Member 'UGamepadCursorSettings::AnalogCursorAccelerationCurve' has a wrong offset!"); \ static_assert(offsetof(UGamepadCursorSettings, MaxAnalogCursorSpeed) == 0x0000C0, "Member 'UGamepadCursorSettings::MaxAnalogCursorSpeed' has a wrong offset!"); \ static_assert(offsetof(UGamepadCursorSettings, MaxAnalogCursorSpeedWhenHovered) == 0x0000C4, "Member 'UGamepadCursorSettings::MaxAnalogCursorSpeedWhenHovered' has a wrong offset!"); \ static_assert(offsetof(UGamepadCursorSettings, AnalogCursorDragCoefficient) == 0x0000C8, "Member 'UGamepadCursorSettings::AnalogCursorDragCoefficient' has a wrong offset!"); \ static_assert(offsetof(UGamepadCursorSettings, AnalogCursorDragCoefficientWhenHovered) == 0x0000CC, "Member 'UGamepadCursorSettings::AnalogCursorDragCoefficientWhenHovered' has a wrong offset!"); \ static_assert(offsetof(UGamepadCursorSettings, MinAnalogCursorSpeed) == 0x0000D0, "Member 'UGamepadCursorSettings::MinAnalogCursorSpeed' has a wrong offset!"); \ static_assert(offsetof(UGamepadCursorSettings, AnalogCursorDeadZone) == 0x0000D4, "Member 'UGamepadCursorSettings::AnalogCursorDeadZone' has a wrong offset!"); \ static_assert(offsetof(UGamepadCursorSettings, MinTimeToMaximumVelocity) == 0x0000D8, "Member 'UGamepadCursorSettings::MinTimeToMaximumVelocity' has a wrong offset!"); \ static_assert(offsetof(UGamepadCursorSettings, AnalogCursorAccelerationMultiplier) == 0x0000DC, "Member 'UGamepadCursorSettings::AnalogCursorAccelerationMultiplier' has a wrong offset!"); \ static_assert(offsetof(UGamepadCursorSettings, AnalogCursorSize) == 0x0000E0, "Member 'UGamepadCursorSettings::AnalogCursorSize' has a wrong offset!"); \ static_assert(offsetof(UGamepadCursorSettings, bUseEngineAnalogCursor) == 0x0000E4, "Member 'UGamepadCursorSettings::bUseEngineAnalogCursor' has a wrong offset!"); \ static_assert(offsetof(UGamepadCursorSettings, bAnalogCursorNoAcceleration) == 0x0000E5, "Member 'UGamepadCursorSettings::bAnalogCursorNoAcceleration' has a wrong offset!"); \ static_assert(offsetof(UGamepadCursorSettings, TouchpadLerpSpeed) == 0x0000E8, "Member 'UGamepadCursorSettings::TouchpadLerpSpeed' has a wrong offset!"); \ static_assert(offsetof(UGamepadCursorSettings, TouchpadScalarZone) == 0x0000EC, "Member 'UGamepadCursorSettings::TouchpadScalarZone' has a wrong offset!"); \ static_assert(offsetof(UGamepadCursorSettings, TouchpadDeadZone) == 0x0000F0, "Member 'UGamepadCursorSettings::TouchpadDeadZone' has a wrong offset!"); \ static_assert(offsetof(UGamepadCursorSettings, TouchpadDeadZoneWhenHovered) == 0x0000F4, "Member 'UGamepadCursorSettings::TouchpadDeadZoneWhenHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsBlendDomainScalarValue \ static_assert(alignof(UExposureExpressionsBlendDomainScalarValue) == 0x000008, "Wrong alignment on UExposureExpressionsBlendDomainScalarValue"); \ static_assert(sizeof(UExposureExpressionsBlendDomainScalarValue) == 0x000030, "Wrong size on UExposureExpressionsBlendDomainScalarValue"); \ static_assert(offsetof(UExposureExpressionsBlendDomainScalarValue, DefaultValue) == 0x000028, "Member 'UExposureExpressionsBlendDomainScalarValue::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluation_FOV \ static_assert(alignof(UCreatureLookAtTargetEvaluation_FOV) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluation_FOV"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluation_FOV) == 0x000038, "Wrong size on UCreatureLookAtTargetEvaluation_FOV"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluation_Distance \ static_assert(alignof(UCreatureLookAtTargetEvaluation_Distance) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluation_Distance"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluation_Distance) == 0x000038, "Wrong size on UCreatureLookAtTargetEvaluation_Distance"); \ #define DUMPER7_ASSERTS_UWorldFXRuleIsOvercast \ static_assert(alignof(UWorldFXRuleIsOvercast) == 0x000008, "Wrong alignment on UWorldFXRuleIsOvercast"); \ static_assert(sizeof(UWorldFXRuleIsOvercast) == 0x000030, "Wrong size on UWorldFXRuleIsOvercast"); \ static_assert(offsetof(UWorldFXRuleIsOvercast, Threshold) == 0x000028, "Member 'UWorldFXRuleIsOvercast::Threshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluation_Heading \ static_assert(alignof(UCreatureLookAtTargetEvaluation_Heading) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluation_Heading"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluation_Heading) == 0x000038, "Wrong size on UCreatureLookAtTargetEvaluation_Heading"); \ #define DUMPER7_ASSERTS_UDynamicLightAdaptationModSettingsInLevelNightOnly \ static_assert(alignof(UDynamicLightAdaptationModSettingsInLevelNightOnly) == 0x000008, "Wrong alignment on UDynamicLightAdaptationModSettingsInLevelNightOnly"); \ static_assert(sizeof(UDynamicLightAdaptationModSettingsInLevelNightOnly) == 0x000040, "Wrong size on UDynamicLightAdaptationModSettingsInLevelNightOnly"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsInLevelNightOnly, EVAmount) == 0x000038, "Member 'UDynamicLightAdaptationModSettingsInLevelNightOnly::EVAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluation_TimeSinceBeingTarget \ static_assert(alignof(UCreatureLookAtTargetEvaluation_TimeSinceBeingTarget) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluation_TimeSinceBeingTarget"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluation_TimeSinceBeingTarget) == 0x000038, "Wrong size on UCreatureLookAtTargetEvaluation_TimeSinceBeingTarget"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluation_TimePerceived \ static_assert(alignof(UCreatureLookAtTargetEvaluation_TimePerceived) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluation_TimePerceived"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluation_TimePerceived) == 0x000038, "Wrong size on UCreatureLookAtTargetEvaluation_TimePerceived"); \ #define DUMPER7_ASSERTS_DynamicObstacleManager_Get \ static_assert(alignof(DynamicObstacleManager_Get) == 0x000008, "Wrong alignment on DynamicObstacleManager_Get"); \ static_assert(sizeof(DynamicObstacleManager_Get) == 0x000010, "Wrong size on DynamicObstacleManager_Get"); \ static_assert(offsetof(DynamicObstacleManager_Get, World_0) == 0x000000, "Member 'DynamicObstacleManager_Get::World_0' has a wrong offset!"); \ static_assert(offsetof(DynamicObstacleManager_Get, ReturnValue) == 0x000008, "Member 'DynamicObstacleManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObstacleManager_GetDynamicObstacleManager \ static_assert(alignof(DynamicObstacleManager_GetDynamicObstacleManager) == 0x000008, "Wrong alignment on DynamicObstacleManager_GetDynamicObstacleManager"); \ static_assert(sizeof(DynamicObstacleManager_GetDynamicObstacleManager) == 0x000010, "Wrong size on DynamicObstacleManager_GetDynamicObstacleManager"); \ static_assert(offsetof(DynamicObstacleManager_GetDynamicObstacleManager, WorldContext) == 0x000000, "Member 'DynamicObstacleManager_GetDynamicObstacleManager::WorldContext' has a wrong offset!"); \ static_assert(offsetof(DynamicObstacleManager_GetDynamicObstacleManager, ReturnValue) == 0x000008, "Member 'DynamicObstacleManager_GetDynamicObstacleManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObstacleManager_OnActorDestroyed \ static_assert(alignof(DynamicObstacleManager_OnActorDestroyed) == 0x000008, "Wrong alignment on DynamicObstacleManager_OnActorDestroyed"); \ static_assert(sizeof(DynamicObstacleManager_OnActorDestroyed) == 0x000008, "Wrong size on DynamicObstacleManager_OnActorDestroyed"); \ static_assert(offsetof(DynamicObstacleManager_OnActorDestroyed, DestroyedActor) == 0x000000, "Member 'DynamicObstacleManager_OnActorDestroyed::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DynamicObstacleManager_OnActorEndPlay \ static_assert(alignof(DynamicObstacleManager_OnActorEndPlay) == 0x000008, "Wrong alignment on DynamicObstacleManager_OnActorEndPlay"); \ static_assert(sizeof(DynamicObstacleManager_OnActorEndPlay) == 0x000010, "Wrong size on DynamicObstacleManager_OnActorEndPlay"); \ static_assert(offsetof(DynamicObstacleManager_OnActorEndPlay, DestroyedActor) == 0x000000, "Member 'DynamicObstacleManager_OnActorEndPlay::DestroyedActor' has a wrong offset!"); \ static_assert(offsetof(DynamicObstacleManager_OnActorEndPlay, EndPlayReason) == 0x000008, "Member 'DynamicObstacleManager_OnActorEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicObstacleManager \ static_assert(alignof(UDynamicObstacleManager) == 0x000008, "Wrong alignment on UDynamicObstacleManager"); \ static_assert(sizeof(UDynamicObstacleManager) == 0x000048, "Wrong size on UDynamicObstacleManager"); \ static_assert(offsetof(UDynamicObstacleManager, World) == 0x000038, "Member 'UDynamicObstacleManager::World' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HousePointsHourglass_CheckHousesScore \ static_assert(alignof(HousePointsHourglass_CheckHousesScore) == 0x000008, "Wrong alignment on HousePointsHourglass_CheckHousesScore"); \ static_assert(sizeof(HousePointsHourglass_CheckHousesScore) == 0x000050, "Wrong size on HousePointsHourglass_CheckHousesScore"); \ static_assert(offsetof(HousePointsHourglass_CheckHousesScore, Houses) == 0x000000, "Member 'HousePointsHourglass_CheckHousesScore::Houses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HousePointsHourglass_UpdateFinalHouseScore \ static_assert(alignof(HousePointsHourglass_UpdateFinalHouseScore) == 0x000008, "Wrong alignment on HousePointsHourglass_UpdateFinalHouseScore"); \ static_assert(sizeof(HousePointsHourglass_UpdateFinalHouseScore) == 0x000050, "Wrong size on HousePointsHourglass_UpdateFinalHouseScore"); \ static_assert(offsetof(HousePointsHourglass_UpdateFinalHouseScore, Houses) == 0x000000, "Member 'HousePointsHourglass_UpdateFinalHouseScore::Houses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHousePointsHourglass \ static_assert(alignof(AHousePointsHourglass) == 0x000008, "Wrong alignment on AHousePointsHourglass"); \ static_assert(sizeof(AHousePointsHourglass) == 0x000250, "Wrong size on AHousePointsHourglass"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluation_Speed \ static_assert(alignof(UCreatureLookAtTargetEvaluation_Speed) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluation_Speed"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluation_Speed) == 0x000038, "Wrong size on UCreatureLookAtTargetEvaluation_Speed"); \ #define DUMPER7_ASSERTS_UWorldFXRuleOnlyDuringPrecipitation \ static_assert(alignof(UWorldFXRuleOnlyDuringPrecipitation) == 0x000008, "Wrong alignment on UWorldFXRuleOnlyDuringPrecipitation"); \ static_assert(sizeof(UWorldFXRuleOnlyDuringPrecipitation) == 0x000040, "Wrong size on UWorldFXRuleOnlyDuringPrecipitation"); \ static_assert(offsetof(UWorldFXRuleOnlyDuringPrecipitation, Precipitation) == 0x000028, "Member 'UWorldFXRuleOnlyDuringPrecipitation::Precipitation' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleOnlyDuringPrecipitation, Types) == 0x00002C, "Member 'UWorldFXRuleOnlyDuringPrecipitation::Types' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleOnlyDuringPrecipitation, MinCoverageThreshold) == 0x000030, "Member 'UWorldFXRuleOnlyDuringPrecipitation::MinCoverageThreshold' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleOnlyDuringPrecipitation, MaxCoverageThreshold) == 0x000034, "Member 'UWorldFXRuleOnlyDuringPrecipitation::MaxCoverageThreshold' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleOnlyDuringPrecipitation, MinIntensityThreshold) == 0x000038, "Member 'UWorldFXRuleOnlyDuringPrecipitation::MinIntensityThreshold' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleOnlyDuringPrecipitation, MaxIntensityThreshold) == 0x00003C, "Member 'UWorldFXRuleOnlyDuringPrecipitation::MaxIntensityThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlapAudioComponent \ static_assert(alignof(UOverlapAudioComponent) == 0x000008, "Wrong alignment on UOverlapAudioComponent"); \ static_assert(sizeof(UOverlapAudioComponent) == 0x000140, "Wrong size on UOverlapAudioComponent"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluation_IsParent \ static_assert(alignof(UCreatureLookAtTargetEvaluation_IsParent) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluation_IsParent"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluation_IsParent) == 0x000030, "Wrong size on UCreatureLookAtTargetEvaluation_IsParent"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluation_IsPlayer \ static_assert(alignof(UCreatureLookAtTargetEvaluation_IsPlayer) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluation_IsPlayer"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluation_IsPlayer) == 0x000030, "Wrong size on UCreatureLookAtTargetEvaluation_IsPlayer"); \ #define DUMPER7_ASSERTS_PipelineFileCacheManager_Get \ static_assert(alignof(PipelineFileCacheManager_Get) == 0x000008, "Wrong alignment on PipelineFileCacheManager_Get"); \ static_assert(sizeof(PipelineFileCacheManager_Get) == 0x000008, "Wrong size on PipelineFileCacheManager_Get"); \ static_assert(offsetof(PipelineFileCacheManager_Get, ReturnValue) == 0x000000, "Member 'PipelineFileCacheManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PipelineFileCacheManager_IsBatchingPaused \ static_assert(alignof(PipelineFileCacheManager_IsBatchingPaused) == 0x000001, "Wrong alignment on PipelineFileCacheManager_IsBatchingPaused"); \ static_assert(sizeof(PipelineFileCacheManager_IsBatchingPaused) == 0x000001, "Wrong size on PipelineFileCacheManager_IsBatchingPaused"); \ static_assert(offsetof(PipelineFileCacheManager_IsBatchingPaused, ReturnValue) == 0x000000, "Member 'PipelineFileCacheManager_IsBatchingPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PipelineFileCacheManager_IsPipelioneFileCacheManagerEnabled \ static_assert(alignof(PipelineFileCacheManager_IsPipelioneFileCacheManagerEnabled) == 0x000001, "Wrong alignment on PipelineFileCacheManager_IsPipelioneFileCacheManagerEnabled"); \ static_assert(sizeof(PipelineFileCacheManager_IsPipelioneFileCacheManagerEnabled) == 0x000001, "Wrong size on PipelineFileCacheManager_IsPipelioneFileCacheManagerEnabled"); \ static_assert(offsetof(PipelineFileCacheManager_IsPipelioneFileCacheManagerEnabled, ReturnValue) == 0x000000, "Member 'PipelineFileCacheManager_IsPipelioneFileCacheManagerEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PipelineFileCacheManager_IsPrecachingEnabled \ static_assert(alignof(PipelineFileCacheManager_IsPrecachingEnabled) == 0x000001, "Wrong alignment on PipelineFileCacheManager_IsPrecachingEnabled"); \ static_assert(sizeof(PipelineFileCacheManager_IsPrecachingEnabled) == 0x000001, "Wrong size on PipelineFileCacheManager_IsPrecachingEnabled"); \ static_assert(offsetof(PipelineFileCacheManager_IsPrecachingEnabled, ReturnValue) == 0x000000, "Member 'PipelineFileCacheManager_IsPrecachingEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PipelineFileCacheManager_ResumeBatching \ static_assert(alignof(PipelineFileCacheManager_ResumeBatching) == 0x000001, "Wrong alignment on PipelineFileCacheManager_ResumeBatching"); \ static_assert(sizeof(PipelineFileCacheManager_ResumeBatching) == 0x000001, "Wrong size on PipelineFileCacheManager_ResumeBatching"); \ static_assert(offsetof(PipelineFileCacheManager_ResumeBatching, bLoadInBackground) == 0x000000, "Member 'PipelineFileCacheManager_ResumeBatching::bLoadInBackground' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPipelineFileCacheManager \ static_assert(alignof(UPipelineFileCacheManager) == 0x000008, "Wrong alignment on UPipelineFileCacheManager"); \ static_assert(sizeof(UPipelineFileCacheManager) == 0x000030, "Wrong size on UPipelineFileCacheManager"); \ #define DUMPER7_ASSERTS_UCreatureLookAtTargetEvaluation_MatchingSubtypes \ static_assert(alignof(UCreatureLookAtTargetEvaluation_MatchingSubtypes) == 0x000008, "Wrong alignment on UCreatureLookAtTargetEvaluation_MatchingSubtypes"); \ static_assert(sizeof(UCreatureLookAtTargetEvaluation_MatchingSubtypes) == 0x000040, "Wrong size on UCreatureLookAtTargetEvaluation_MatchingSubtypes"); \ static_assert(offsetof(UCreatureLookAtTargetEvaluation_MatchingSubtypes, CreatureTypeID) == 0x000030, "Member 'UCreatureLookAtTargetEvaluation_MatchingSubtypes::CreatureTypeID' has a wrong offset!"); \ static_assert(offsetof(UCreatureLookAtTargetEvaluation_MatchingSubtypes, TargetTypeID) == 0x000038, "Member 'UCreatureLookAtTargetEvaluation_MatchingSubtypes::TargetTypeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractionZoneComponent_OnActorEndPlay \ static_assert(alignof(InteractionZoneComponent_OnActorEndPlay) == 0x000008, "Wrong alignment on InteractionZoneComponent_OnActorEndPlay"); \ static_assert(sizeof(InteractionZoneComponent_OnActorEndPlay) == 0x000010, "Wrong size on InteractionZoneComponent_OnActorEndPlay"); \ static_assert(offsetof(InteractionZoneComponent_OnActorEndPlay, DestroyedActor) == 0x000000, "Member 'InteractionZoneComponent_OnActorEndPlay::DestroyedActor' has a wrong offset!"); \ static_assert(offsetof(InteractionZoneComponent_OnActorEndPlay, EndPlayReason) == 0x000008, "Member 'InteractionZoneComponent_OnActorEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractionZoneComponent_OnBeginOverlap \ static_assert(alignof(InteractionZoneComponent_OnBeginOverlap) == 0x000008, "Wrong alignment on InteractionZoneComponent_OnBeginOverlap"); \ static_assert(sizeof(InteractionZoneComponent_OnBeginOverlap) == 0x0000A8, "Wrong size on InteractionZoneComponent_OnBeginOverlap"); \ static_assert(offsetof(InteractionZoneComponent_OnBeginOverlap, OverlappedComp) == 0x000000, "Member 'InteractionZoneComponent_OnBeginOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(InteractionZoneComponent_OnBeginOverlap, Other) == 0x000008, "Member 'InteractionZoneComponent_OnBeginOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(InteractionZoneComponent_OnBeginOverlap, OtherComp) == 0x000010, "Member 'InteractionZoneComponent_OnBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(InteractionZoneComponent_OnBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'InteractionZoneComponent_OnBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(InteractionZoneComponent_OnBeginOverlap, bFromSweep) == 0x00001C, "Member 'InteractionZoneComponent_OnBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(InteractionZoneComponent_OnBeginOverlap, SweepResult) == 0x000020, "Member 'InteractionZoneComponent_OnBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractionZoneComponent_OnEndOverlap \ static_assert(alignof(InteractionZoneComponent_OnEndOverlap) == 0x000008, "Wrong alignment on InteractionZoneComponent_OnEndOverlap"); \ static_assert(sizeof(InteractionZoneComponent_OnEndOverlap) == 0x000020, "Wrong size on InteractionZoneComponent_OnEndOverlap"); \ static_assert(offsetof(InteractionZoneComponent_OnEndOverlap, OverlappedComp) == 0x000000, "Member 'InteractionZoneComponent_OnEndOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(InteractionZoneComponent_OnEndOverlap, Other) == 0x000008, "Member 'InteractionZoneComponent_OnEndOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(InteractionZoneComponent_OnEndOverlap, OtherComp) == 0x000010, "Member 'InteractionZoneComponent_OnEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(InteractionZoneComponent_OnEndOverlap, OtherBodyIndex) == 0x000018, "Member 'InteractionZoneComponent_OnEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInteractionZoneComponent \ static_assert(alignof(UInteractionZoneComponent) == 0x000010, "Wrong alignment on UInteractionZoneComponent"); \ static_assert(sizeof(UInteractionZoneComponent) == 0x0004D0, "Wrong size on UInteractionZoneComponent"); \ #define DUMPER7_ASSERTS_PhysicalResponseReporter_HandlePhysicalSweep_Static \ static_assert(alignof(PhysicalResponseReporter_HandlePhysicalSweep_Static) == 0x000004, "Wrong alignment on PhysicalResponseReporter_HandlePhysicalSweep_Static"); \ static_assert(sizeof(PhysicalResponseReporter_HandlePhysicalSweep_Static) == 0x000028, "Wrong size on PhysicalResponseReporter_HandlePhysicalSweep_Static"); \ static_assert(offsetof(PhysicalResponseReporter_HandlePhysicalSweep_Static, SweepPosition) == 0x000000, "Member 'PhysicalResponseReporter_HandlePhysicalSweep_Static::SweepPosition' has a wrong offset!"); \ static_assert(offsetof(PhysicalResponseReporter_HandlePhysicalSweep_Static, PreviousPosition) == 0x00000C, "Member 'PhysicalResponseReporter_HandlePhysicalSweep_Static::PreviousPosition' has a wrong offset!"); \ static_assert(offsetof(PhysicalResponseReporter_HandlePhysicalSweep_Static, SourceName) == 0x000018, "Member 'PhysicalResponseReporter_HandlePhysicalSweep_Static::SourceName' has a wrong offset!"); \ static_assert(offsetof(PhysicalResponseReporter_HandlePhysicalSweep_Static, Radius) == 0x000020, "Member 'PhysicalResponseReporter_HandlePhysicalSweep_Static::Radius' has a wrong offset!"); \ static_assert(offsetof(PhysicalResponseReporter_HandlePhysicalSweep_Static, StrengthFactor) == 0x000024, "Member 'PhysicalResponseReporter_HandlePhysicalSweep_Static::StrengthFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicalResponseReporter \ static_assert(alignof(UPhysicalResponseReporter) == 0x000008, "Wrong alignment on UPhysicalResponseReporter"); \ static_assert(sizeof(UPhysicalResponseReporter) == 0x0000F8, "Wrong size on UPhysicalResponseReporter"); \ static_assert(offsetof(UPhysicalResponseReporter, NewImpactEvents) == 0x000030, "Member 'UPhysicalResponseReporter::NewImpactEvents' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseReporter, ImpactEventsPendingDispatch) == 0x000040, "Member 'UPhysicalResponseReporter::ImpactEventsPendingDispatch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EncounterLocationCreator_AttachEncompassingStations \ static_assert(alignof(EncounterLocationCreator_AttachEncompassingStations) == 0x000008, "Wrong alignment on EncounterLocationCreator_AttachEncompassingStations"); \ static_assert(sizeof(EncounterLocationCreator_AttachEncompassingStations) == 0x000010, "Wrong size on EncounterLocationCreator_AttachEncompassingStations"); \ static_assert(offsetof(EncounterLocationCreator_AttachEncompassingStations, ObjectName) == 0x000000, "Member 'EncounterLocationCreator_AttachEncompassingStations::ObjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EncounterLocationCreator_AttachObjectsToCreator \ static_assert(alignof(EncounterLocationCreator_AttachObjectsToCreator) == 0x000001, "Wrong alignment on EncounterLocationCreator_AttachObjectsToCreator"); \ static_assert(sizeof(EncounterLocationCreator_AttachObjectsToCreator) == 0x000001, "Wrong size on EncounterLocationCreator_AttachObjectsToCreator"); \ static_assert(offsetof(EncounterLocationCreator_AttachObjectsToCreator, bInAttachObjects) == 0x000000, "Member 'EncounterLocationCreator_AttachObjectsToCreator::bInAttachObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEncounterLocationCreator \ static_assert(alignof(AEncounterLocationCreator) == 0x000008, "Wrong alignment on AEncounterLocationCreator"); \ static_assert(sizeof(AEncounterLocationCreator) == 0x0002B8, "Wrong size on AEncounterLocationCreator"); \ static_assert(offsetof(AEncounterLocationCreator, StationCreatorName) == 0x000248, "Member 'AEncounterLocationCreator::StationCreatorName' has a wrong offset!"); \ static_assert(offsetof(AEncounterLocationCreator, LocationData) == 0x000258, "Member 'AEncounterLocationCreator::LocationData' has a wrong offset!"); \ static_assert(offsetof(AEncounterLocationCreator, LocationEncounter) == 0x000268, "Member 'AEncounterLocationCreator::LocationEncounter' has a wrong offset!"); \ static_assert(offsetof(AEncounterLocationCreator, customWorldID) == 0x000270, "Member 'AEncounterLocationCreator::customWorldID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleAllowDuringPrecipitation \ static_assert(alignof(UWorldFXRuleAllowDuringPrecipitation) == 0x000008, "Wrong alignment on UWorldFXRuleAllowDuringPrecipitation"); \ static_assert(sizeof(UWorldFXRuleAllowDuringPrecipitation) == 0x000038, "Wrong size on UWorldFXRuleAllowDuringPrecipitation"); \ static_assert(offsetof(UWorldFXRuleAllowDuringPrecipitation, AllowDuringPrecipitation) == 0x000028, "Member 'UWorldFXRuleAllowDuringPrecipitation::AllowDuringPrecipitation' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleAllowDuringPrecipitation, AllowDuringTypes) == 0x00002C, "Member 'UWorldFXRuleAllowDuringPrecipitation::AllowDuringTypes' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleAllowDuringPrecipitation, MaxCoverageThreshold) == 0x000030, "Member 'UWorldFXRuleAllowDuringPrecipitation::MaxCoverageThreshold' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleAllowDuringPrecipitation, MaxIntensityThreshold) == 0x000034, "Member 'UWorldFXRuleAllowDuringPrecipitation::MaxIntensityThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_Get \ static_assert(alignof(CreatureManager_Get) == 0x000008, "Wrong alignment on CreatureManager_Get"); \ static_assert(sizeof(CreatureManager_Get) == 0x000008, "Wrong size on CreatureManager_Get"); \ static_assert(offsetof(CreatureManager_Get, ReturnValue) == 0x000000, "Member 'CreatureManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetCreatureUIDFromVariationName \ static_assert(alignof(CreatureManager_GetCreatureUIDFromVariationName) == 0x000004, "Wrong alignment on CreatureManager_GetCreatureUIDFromVariationName"); \ static_assert(sizeof(CreatureManager_GetCreatureUIDFromVariationName) == 0x00000C, "Wrong size on CreatureManager_GetCreatureUIDFromVariationName"); \ static_assert(offsetof(CreatureManager_GetCreatureUIDFromVariationName, InUIDName) == 0x000000, "Member 'CreatureManager_GetCreatureUIDFromVariationName::InUIDName' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetCreatureUIDFromVariationName, ReturnValue) == 0x000008, "Member 'CreatureManager_GetCreatureUIDFromVariationName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_SortCreaturesByHappiness \ static_assert(alignof(CreatureManager_SortCreaturesByHappiness) == 0x000008, "Wrong alignment on CreatureManager_SortCreaturesByHappiness"); \ static_assert(sizeof(CreatureManager_SortCreaturesByHappiness) == 0x000020, "Wrong size on CreatureManager_SortCreaturesByHappiness"); \ static_assert(offsetof(CreatureManager_SortCreaturesByHappiness, Creatures) == 0x000000, "Member 'CreatureManager_SortCreaturesByHappiness::Creatures' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SortCreaturesByHappiness, ReturnValue) == 0x000010, "Member 'CreatureManager_SortCreaturesByHappiness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_AllowSpawn \ static_assert(alignof(CreatureManager_AllowSpawn) == 0x000008, "Wrong alignment on CreatureManager_AllowSpawn"); \ static_assert(sizeof(CreatureManager_AllowSpawn) == 0x000020, "Wrong size on CreatureManager_AllowSpawn"); \ static_assert(offsetof(CreatureManager_AllowSpawn, InItemID) == 0x000000, "Member 'CreatureManager_AllowSpawn::InItemID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_AllowSpawn, inParentUID) == 0x000010, "Member 'CreatureManager_AllowSpawn::inParentUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_AllowSpawn, inOverrideUID) == 0x000014, "Member 'CreatureManager_AllowSpawn::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_AllowSpawn, inIsPersistent) == 0x000018, "Member 'CreatureManager_AllowSpawn::inIsPersistent' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_AllowSpawn, ReturnValue) == 0x000019, "Member 'CreatureManager_AllowSpawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_AllowsSplitFrameDeferredSpawn \ static_assert(alignof(CreatureManager_AllowsSplitFrameDeferredSpawn) == 0x000001, "Wrong alignment on CreatureManager_AllowsSplitFrameDeferredSpawn"); \ static_assert(sizeof(CreatureManager_AllowsSplitFrameDeferredSpawn) == 0x000001, "Wrong size on CreatureManager_AllowsSplitFrameDeferredSpawn"); \ static_assert(offsetof(CreatureManager_AllowsSplitFrameDeferredSpawn, ReturnValue) == 0x000000, "Member 'CreatureManager_AllowsSplitFrameDeferredSpawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_BeginCreatureGrowUp \ static_assert(alignof(CreatureManager_BeginCreatureGrowUp) == 0x000008, "Wrong alignment on CreatureManager_BeginCreatureGrowUp"); \ static_assert(sizeof(CreatureManager_BeginCreatureGrowUp) == 0x000008, "Wrong size on CreatureManager_BeginCreatureGrowUp"); \ static_assert(offsetof(CreatureManager_BeginCreatureGrowUp, InCreature) == 0x000000, "Member 'CreatureManager_BeginCreatureGrowUp::InCreature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_BP_ScrapCreatureByFName \ static_assert(alignof(CreatureManager_BP_ScrapCreatureByFName) == 0x000004, "Wrong alignment on CreatureManager_BP_ScrapCreatureByFName"); \ static_assert(sizeof(CreatureManager_BP_ScrapCreatureByFName) == 0x000008, "Wrong size on CreatureManager_BP_ScrapCreatureByFName"); \ static_assert(offsetof(CreatureManager_BP_ScrapCreatureByFName, InCreatureUID) == 0x000000, "Member 'CreatureManager_BP_ScrapCreatureByFName::InCreatureUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_BreedCreatures \ static_assert(alignof(CreatureManager_BreedCreatures) == 0x000008, "Wrong alignment on CreatureManager_BreedCreatures"); \ static_assert(sizeof(CreatureManager_BreedCreatures) == 0x000018, "Wrong size on CreatureManager_BreedCreatures"); \ static_assert(offsetof(CreatureManager_BreedCreatures, MotherState) == 0x000000, "Member 'CreatureManager_BreedCreatures::MotherState' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_BreedCreatures, FatherState) == 0x000008, "Member 'CreatureManager_BreedCreatures::FatherState' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_BreedCreatures, CreaturePen) == 0x000010, "Member 'CreatureManager_BreedCreatures::CreaturePen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_CaptureCreature \ static_assert(alignof(CreatureManager_CaptureCreature) == 0x000004, "Wrong alignment on CreatureManager_CaptureCreature"); \ static_assert(sizeof(CreatureManager_CaptureCreature) == 0x000004, "Wrong size on CreatureManager_CaptureCreature"); \ static_assert(offsetof(CreatureManager_CaptureCreature, InCreatureUID) == 0x000000, "Member 'CreatureManager_CaptureCreature::InCreatureUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_CreatureAddHappinessToAll \ static_assert(alignof(CreatureManager_CreatureAddHappinessToAll) == 0x000004, "Wrong alignment on CreatureManager_CreatureAddHappinessToAll"); \ static_assert(sizeof(CreatureManager_CreatureAddHappinessToAll) == 0x000004, "Wrong size on CreatureManager_CreatureAddHappinessToAll"); \ static_assert(offsetof(CreatureManager_CreatureAddHappinessToAll, Amount) == 0x000000, "Member 'CreatureManager_CreatureAddHappinessToAll::Amount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_CreatureAddNamedToInventory \ static_assert(alignof(CreatureManager_CreatureAddNamedToInventory) == 0x000004, "Wrong alignment on CreatureManager_CreatureAddNamedToInventory"); \ static_assert(sizeof(CreatureManager_CreatureAddNamedToInventory) == 0x000008, "Wrong size on CreatureManager_CreatureAddNamedToInventory"); \ static_assert(offsetof(CreatureManager_CreatureAddNamedToInventory, NamedCreatureID) == 0x000000, "Member 'CreatureManager_CreatureAddNamedToInventory::NamedCreatureID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_CreatureAddToBiomeIfNeeded \ static_assert(alignof(CreatureManager_CreatureAddToBiomeIfNeeded) == 0x000004, "Wrong alignment on CreatureManager_CreatureAddToBiomeIfNeeded"); \ static_assert(sizeof(CreatureManager_CreatureAddToBiomeIfNeeded) == 0x000010, "Wrong size on CreatureManager_CreatureAddToBiomeIfNeeded"); \ static_assert(offsetof(CreatureManager_CreatureAddToBiomeIfNeeded, InCreatureType) == 0x000000, "Member 'CreatureManager_CreatureAddToBiomeIfNeeded::InCreatureType' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CreatureAddToBiomeIfNeeded, InBiomeID) == 0x000008, "Member 'CreatureManager_CreatureAddToBiomeIfNeeded::InBiomeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_CreatureAdvancedSpawn \ static_assert(alignof(CreatureManager_CreatureAdvancedSpawn) == 0x000008, "Wrong alignment on CreatureManager_CreatureAdvancedSpawn"); \ static_assert(sizeof(CreatureManager_CreatureAdvancedSpawn) == 0x000030, "Wrong size on CreatureManager_CreatureAdvancedSpawn"); \ static_assert(offsetof(CreatureManager_CreatureAdvancedSpawn, TypeID) == 0x000000, "Member 'CreatureManager_CreatureAdvancedSpawn::TypeID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CreatureAdvancedSpawn, bIsMale) == 0x000008, "Member 'CreatureManager_CreatureAdvancedSpawn::bIsMale' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CreatureAdvancedSpawn, ColorVariation) == 0x00000C, "Member 'CreatureManager_CreatureAdvancedSpawn::ColorVariation' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CreatureAdvancedSpawn, ScaleVariation) == 0x000014, "Member 'CreatureManager_CreatureAdvancedSpawn::ScaleVariation' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CreatureAdvancedSpawn, CreatureName) == 0x000018, "Member 'CreatureManager_CreatureAdvancedSpawn::CreatureName' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CreatureAdvancedSpawn, BreedingGeneration) == 0x000028, "Member 'CreatureManager_CreatureAdvancedSpawn::BreedingGeneration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_CreatureSimulateBreeding \ static_assert(alignof(CreatureManager_CreatureSimulateBreeding) == 0x000004, "Wrong alignment on CreatureManager_CreatureSimulateBreeding"); \ static_assert(sizeof(CreatureManager_CreatureSimulateBreeding) == 0x000008, "Wrong size on CreatureManager_CreatureSimulateBreeding"); \ static_assert(offsetof(CreatureManager_CreatureSimulateBreeding, TypeID) == 0x000000, "Member 'CreatureManager_CreatureSimulateBreeding::TypeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_CreatureSimulateCapture \ static_assert(alignof(CreatureManager_CreatureSimulateCapture) == 0x000004, "Wrong alignment on CreatureManager_CreatureSimulateCapture"); \ static_assert(sizeof(CreatureManager_CreatureSimulateCapture) == 0x000014, "Wrong size on CreatureManager_CreatureSimulateCapture"); \ static_assert(offsetof(CreatureManager_CreatureSimulateCapture, TypeID) == 0x000000, "Member 'CreatureManager_CreatureSimulateCapture::TypeID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CreatureSimulateCapture, bIsMale) == 0x000008, "Member 'CreatureManager_CreatureSimulateCapture::bIsMale' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CreatureSimulateCapture, ColorVariation) == 0x00000C, "Member 'CreatureManager_CreatureSimulateCapture::ColorVariation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_CreatureSimulateCapturePregnant \ static_assert(alignof(CreatureManager_CreatureSimulateCapturePregnant) == 0x000004, "Wrong alignment on CreatureManager_CreatureSimulateCapturePregnant"); \ static_assert(sizeof(CreatureManager_CreatureSimulateCapturePregnant) == 0x000008, "Wrong size on CreatureManager_CreatureSimulateCapturePregnant"); \ static_assert(offsetof(CreatureManager_CreatureSimulateCapturePregnant, TypeID) == 0x000000, "Member 'CreatureManager_CreatureSimulateCapturePregnant::TypeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_CreatureSpawn \ static_assert(alignof(CreatureManager_CreatureSpawn) == 0x000004, "Wrong alignment on CreatureManager_CreatureSpawn"); \ static_assert(sizeof(CreatureManager_CreatureSpawn) == 0x000008, "Wrong size on CreatureManager_CreatureSpawn"); \ static_assert(offsetof(CreatureManager_CreatureSpawn, TypeID) == 0x000000, "Member 'CreatureManager_CreatureSpawn::TypeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_CreatureSpawnMany \ static_assert(alignof(CreatureManager_CreatureSpawnMany) == 0x000004, "Wrong alignment on CreatureManager_CreatureSpawnMany"); \ static_assert(sizeof(CreatureManager_CreatureSpawnMany) == 0x00000C, "Wrong size on CreatureManager_CreatureSpawnMany"); \ static_assert(offsetof(CreatureManager_CreatureSpawnMany, TypeID) == 0x000000, "Member 'CreatureManager_CreatureSpawnMany::TypeID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CreatureSpawnMany, Count) == 0x000008, "Member 'CreatureManager_CreatureSpawnMany::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_CreatureSpawnWild \ static_assert(alignof(CreatureManager_CreatureSpawnWild) == 0x000004, "Wrong alignment on CreatureManager_CreatureSpawnWild"); \ static_assert(sizeof(CreatureManager_CreatureSpawnWild) == 0x000008, "Wrong size on CreatureManager_CreatureSpawnWild"); \ static_assert(offsetof(CreatureManager_CreatureSpawnWild, TypeID) == 0x000000, "Member 'CreatureManager_CreatureSpawnWild::TypeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_CreatureSpawnWildMany \ static_assert(alignof(CreatureManager_CreatureSpawnWildMany) == 0x000004, "Wrong alignment on CreatureManager_CreatureSpawnWildMany"); \ static_assert(sizeof(CreatureManager_CreatureSpawnWildMany) == 0x00000C, "Wrong size on CreatureManager_CreatureSpawnWildMany"); \ static_assert(offsetof(CreatureManager_CreatureSpawnWildMany, TypeID) == 0x000000, "Member 'CreatureManager_CreatureSpawnWildMany::TypeID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CreatureSpawnWildMany, Count) == 0x000008, "Member 'CreatureManager_CreatureSpawnWildMany::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetAllCreatureByproducts \ static_assert(alignof(CreatureManager_GetAllCreatureByproducts) == 0x000004, "Wrong alignment on CreatureManager_GetAllCreatureByproducts"); \ static_assert(sizeof(CreatureManager_GetAllCreatureByproducts) == 0x000004, "Wrong size on CreatureManager_GetAllCreatureByproducts"); \ static_assert(offsetof(CreatureManager_GetAllCreatureByproducts, AmountToGrant) == 0x000000, "Member 'CreatureManager_GetAllCreatureByproducts::AmountToGrant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetHealth \ static_assert(alignof(CreatureManager_GetHealth) == 0x000008, "Wrong alignment on CreatureManager_GetHealth"); \ static_assert(sizeof(CreatureManager_GetHealth) == 0x000020, "Wrong size on CreatureManager_GetHealth"); \ static_assert(offsetof(CreatureManager_GetHealth, InItemID) == 0x000000, "Member 'CreatureManager_GetHealth::InItemID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetHealth, inParentUID) == 0x000010, "Member 'CreatureManager_GetHealth::inParentUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetHealth, inOverrideUID) == 0x000014, "Member 'CreatureManager_GetHealth::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetHealth, ReturnValue) == 0x000018, "Member 'CreatureManager_GetHealth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetSavedCreature \ static_assert(alignof(CreatureManager_GetSavedCreature) == 0x000008, "Wrong alignment on CreatureManager_GetSavedCreature"); \ static_assert(sizeof(CreatureManager_GetSavedCreature) == 0x000018, "Wrong size on CreatureManager_GetSavedCreature"); \ static_assert(offsetof(CreatureManager_GetSavedCreature, InSaveID) == 0x000000, "Member 'CreatureManager_GetSavedCreature::InSaveID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetSavedCreature, ReturnValue) == 0x000010, "Member 'CreatureManager_GetSavedCreature::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetShellSpawnPath \ static_assert(alignof(CreatureManager_GetShellSpawnPath) == 0x000008, "Wrong alignment on CreatureManager_GetShellSpawnPath"); \ static_assert(sizeof(CreatureManager_GetShellSpawnPath) == 0x000030, "Wrong size on CreatureManager_GetShellSpawnPath"); \ static_assert(offsetof(CreatureManager_GetShellSpawnPath, InItemID) == 0x000000, "Member 'CreatureManager_GetShellSpawnPath::InItemID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetShellSpawnPath, OutPath) == 0x000010, "Member 'CreatureManager_GetShellSpawnPath::OutPath' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetShellSpawnPath, ReturnValue) == 0x000028, "Member 'CreatureManager_GetShellSpawnPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_HasCapturedCreatureInventoryEnoughSpace \ static_assert(alignof(CreatureManager_HasCapturedCreatureInventoryEnoughSpace) == 0x000001, "Wrong alignment on CreatureManager_HasCapturedCreatureInventoryEnoughSpace"); \ static_assert(sizeof(CreatureManager_HasCapturedCreatureInventoryEnoughSpace) == 0x000001, "Wrong size on CreatureManager_HasCapturedCreatureInventoryEnoughSpace"); \ static_assert(offsetof(CreatureManager_HasCapturedCreatureInventoryEnoughSpace, ReturnValue) == 0x000000, "Member 'CreatureManager_HasCapturedCreatureInventoryEnoughSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_OnCreatureInteractedWith \ static_assert(alignof(CreatureManager_OnCreatureInteractedWith) == 0x000008, "Wrong alignment on CreatureManager_OnCreatureInteractedWith"); \ static_assert(sizeof(CreatureManager_OnCreatureInteractedWith) == 0x000020, "Wrong size on CreatureManager_OnCreatureInteractedWith"); \ static_assert(offsetof(CreatureManager_OnCreatureInteractedWith, InCreature) == 0x000000, "Member 'CreatureManager_OnCreatureInteractedWith::InCreature' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_OnCreatureInteractedWith, InInteractionType) == 0x000008, "Member 'CreatureManager_OnCreatureInteractedWith::InInteractionType' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_OnCreatureInteractedWith, InKnowledgeGainedActor) == 0x00000C, "Member 'CreatureManager_OnCreatureInteractedWith::InKnowledgeGainedActor' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_OnCreatureInteractedWith, InActorInteractedWithTypeID) == 0x000014, "Member 'CreatureManager_OnCreatureInteractedWith::InActorInteractedWithTypeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_RegisterCapturedCreature \ static_assert(alignof(CreatureManager_RegisterCapturedCreature) == 0x000008, "Wrong alignment on CreatureManager_RegisterCapturedCreature"); \ static_assert(sizeof(CreatureManager_RegisterCapturedCreature) == 0x000020, "Wrong size on CreatureManager_RegisterCapturedCreature"); \ static_assert(offsetof(CreatureManager_RegisterCapturedCreature, InTypeID) == 0x000000, "Member 'CreatureManager_RegisterCapturedCreature::InTypeID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_RegisterCapturedCreature, bInIsMale) == 0x000008, "Member 'CreatureManager_RegisterCapturedCreature::bInIsMale' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_RegisterCapturedCreature, InColorVariation) == 0x00000C, "Member 'CreatureManager_RegisterCapturedCreature::InColorVariation' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_RegisterCapturedCreature, ReturnValue) == 0x000018, "Member 'CreatureManager_RegisterCapturedCreature::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_ReleaseCreatureToNurturingSpace \ static_assert(alignof(CreatureManager_ReleaseCreatureToNurturingSpace) == 0x000008, "Wrong alignment on CreatureManager_ReleaseCreatureToNurturingSpace"); \ static_assert(sizeof(CreatureManager_ReleaseCreatureToNurturingSpace) == 0x000018, "Wrong size on CreatureManager_ReleaseCreatureToNurturingSpace"); \ static_assert(offsetof(CreatureManager_ReleaseCreatureToNurturingSpace, InCreatureUID) == 0x000000, "Member 'CreatureManager_ReleaseCreatureToNurturingSpace::InCreatureUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_ReleaseCreatureToNurturingSpace, InNurturingSpaceID) == 0x000004, "Member 'CreatureManager_ReleaseCreatureToNurturingSpace::InNurturingSpaceID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_ReleaseCreatureToNurturingSpace, InReleasingPlayer) == 0x000010, "Member 'CreatureManager_ReleaseCreatureToNurturingSpace::InReleasingPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_RemoveCreatureFromInventory \ static_assert(alignof(CreatureManager_RemoveCreatureFromInventory) == 0x000004, "Wrong alignment on CreatureManager_RemoveCreatureFromInventory"); \ static_assert(sizeof(CreatureManager_RemoveCreatureFromInventory) == 0x000008, "Wrong size on CreatureManager_RemoveCreatureFromInventory"); \ static_assert(offsetof(CreatureManager_RemoveCreatureFromInventory, InCreatureUID) == 0x000000, "Member 'CreatureManager_RemoveCreatureFromInventory::InCreatureUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_RemoveCreatureFromInventory, bInRemovedByMission) == 0x000004, "Member 'CreatureManager_RemoveCreatureFromInventory::bInRemovedByMission' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_RemoveCreatureFromInventory, bInSuppressHUDNotification) == 0x000005, "Member 'CreatureManager_RemoveCreatureFromInventory::bInSuppressHUDNotification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_RemoveSavedCreature \ static_assert(alignof(CreatureManager_RemoveSavedCreature) == 0x000008, "Wrong alignment on CreatureManager_RemoveSavedCreature"); \ static_assert(sizeof(CreatureManager_RemoveSavedCreature) == 0x000010, "Wrong size on CreatureManager_RemoveSavedCreature"); \ static_assert(offsetof(CreatureManager_RemoveSavedCreature, InSaveID) == 0x000000, "Member 'CreatureManager_RemoveSavedCreature::InSaveID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_RestoreData \ static_assert(alignof(CreatureManager_RestoreData) == 0x000008, "Wrong alignment on CreatureManager_RestoreData"); \ static_assert(sizeof(CreatureManager_RestoreData) == 0x000020, "Wrong size on CreatureManager_RestoreData"); \ static_assert(offsetof(CreatureManager_RestoreData, InItemID) == 0x000000, "Member 'CreatureManager_RestoreData::InItemID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_RestoreData, TargetActor) == 0x000010, "Member 'CreatureManager_RestoreData::TargetActor' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_RestoreData, inParentUID) == 0x000018, "Member 'CreatureManager_RestoreData::inParentUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_RestoreData, inOverrideUID) == 0x00001C, "Member 'CreatureManager_RestoreData::inOverrideUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_SaveCreatureUID \ static_assert(alignof(CreatureManager_SaveCreatureUID) == 0x000008, "Wrong alignment on CreatureManager_SaveCreatureUID"); \ static_assert(sizeof(CreatureManager_SaveCreatureUID) == 0x000018, "Wrong size on CreatureManager_SaveCreatureUID"); \ static_assert(offsetof(CreatureManager_SaveCreatureUID, InSaveID) == 0x000000, "Member 'CreatureManager_SaveCreatureUID::InSaveID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SaveCreatureUID, InUIDToSave) == 0x000010, "Member 'CreatureManager_SaveCreatureUID::InUIDToSave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_SaveData \ static_assert(alignof(CreatureManager_SaveData) == 0x000008, "Wrong alignment on CreatureManager_SaveData"); \ static_assert(sizeof(CreatureManager_SaveData) == 0x000020, "Wrong size on CreatureManager_SaveData"); \ static_assert(offsetof(CreatureManager_SaveData, InItemID) == 0x000000, "Member 'CreatureManager_SaveData::InItemID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SaveData, TargetActor) == 0x000010, "Member 'CreatureManager_SaveData::TargetActor' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SaveData, inParentUID) == 0x000018, "Member 'CreatureManager_SaveData::inParentUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SaveData, inOverrideUID) == 0x00001C, "Member 'CreatureManager_SaveData::inOverrideUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_ScrapCreature \ static_assert(alignof(CreatureManager_ScrapCreature) == 0x000004, "Wrong alignment on CreatureManager_ScrapCreature"); \ static_assert(sizeof(CreatureManager_ScrapCreature) == 0x000004, "Wrong size on CreatureManager_ScrapCreature"); \ static_assert(offsetof(CreatureManager_ScrapCreature, InCreatureUID) == 0x000000, "Member 'CreatureManager_ScrapCreature::InCreatureUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_SetCreatureInspectedByPlayerUID \ static_assert(alignof(CreatureManager_SetCreatureInspectedByPlayerUID) == 0x000004, "Wrong alignment on CreatureManager_SetCreatureInspectedByPlayerUID"); \ static_assert(sizeof(CreatureManager_SetCreatureInspectedByPlayerUID) == 0x000004, "Wrong size on CreatureManager_SetCreatureInspectedByPlayerUID"); \ static_assert(offsetof(CreatureManager_SetCreatureInspectedByPlayerUID, InCreatureUID) == 0x000000, "Member 'CreatureManager_SetCreatureInspectedByPlayerUID::InCreatureUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_Spawn \ static_assert(alignof(CreatureManager_Spawn) == 0x000010, "Wrong alignment on CreatureManager_Spawn"); \ static_assert(sizeof(CreatureManager_Spawn) == 0x000080, "Wrong size on CreatureManager_Spawn"); \ static_assert(offsetof(CreatureManager_Spawn, InWorld) == 0x000000, "Member 'CreatureManager_Spawn::InWorld' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_Spawn, InSpawnTransform) == 0x000010, "Member 'CreatureManager_Spawn::InSpawnTransform' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_Spawn, InRegistryID) == 0x000040, "Member 'CreatureManager_Spawn::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_Spawn, inParentUID) == 0x000050, "Member 'CreatureManager_Spawn::inParentUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_Spawn, inOverrideUID) == 0x000054, "Member 'CreatureManager_Spawn::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_Spawn, bInIsPersistent) == 0x000058, "Member 'CreatureManager_Spawn::bInIsPersistent' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_Spawn, InCollisionMethod) == 0x000059, "Member 'CreatureManager_Spawn::InCollisionMethod' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_Spawn, InOverrideLevel) == 0x000060, "Member 'CreatureManager_Spawn::InOverrideLevel' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_Spawn, InParentContainer) == 0x000068, "Member 'CreatureManager_Spawn::InParentContainer' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_Spawn, ReturnValue) == 0x000070, "Member 'CreatureManager_Spawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_SpawnFinalize \ static_assert(alignof(CreatureManager_SpawnFinalize) == 0x000008, "Wrong alignment on CreatureManager_SpawnFinalize"); \ static_assert(sizeof(CreatureManager_SpawnFinalize) == 0x000030, "Wrong size on CreatureManager_SpawnFinalize"); \ static_assert(offsetof(CreatureManager_SpawnFinalize, InWorld) == 0x000000, "Member 'CreatureManager_SpawnFinalize::InWorld' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnFinalize, SpawnedActor) == 0x000008, "Member 'CreatureManager_SpawnFinalize::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnFinalize, InRegistryID) == 0x000010, "Member 'CreatureManager_SpawnFinalize::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnFinalize, inParentUID) == 0x000020, "Member 'CreatureManager_SpawnFinalize::inParentUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnFinalize, inOverrideUID) == 0x000024, "Member 'CreatureManager_SpawnFinalize::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnFinalize, ReturnValue) == 0x000028, "Member 'CreatureManager_SpawnFinalize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_SpawnShell \ static_assert(alignof(CreatureManager_SpawnShell) == 0x000010, "Wrong alignment on CreatureManager_SpawnShell"); \ static_assert(sizeof(CreatureManager_SpawnShell) == 0x000070, "Wrong size on CreatureManager_SpawnShell"); \ static_assert(offsetof(CreatureManager_SpawnShell, InWorld) == 0x000000, "Member 'CreatureManager_SpawnShell::InWorld' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnShell, InSpawnTransform) == 0x000010, "Member 'CreatureManager_SpawnShell::InSpawnTransform' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnShell, InRegistryID) == 0x000040, "Member 'CreatureManager_SpawnShell::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnShell, inParentUID) == 0x000050, "Member 'CreatureManager_SpawnShell::inParentUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnShell, inOverrideUID) == 0x000054, "Member 'CreatureManager_SpawnShell::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnShell, bInIsPersistent) == 0x000058, "Member 'CreatureManager_SpawnShell::bInIsPersistent' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnShell, InCollisionMethod) == 0x000059, "Member 'CreatureManager_SpawnShell::InCollisionMethod' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnShell, InOverrideLevel) == 0x000060, "Member 'CreatureManager_SpawnShell::InOverrideLevel' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnShell, ReturnValue) == 0x000068, "Member 'CreatureManager_SpawnShell::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_SpawnStart \ static_assert(alignof(CreatureManager_SpawnStart) == 0x000010, "Wrong alignment on CreatureManager_SpawnStart"); \ static_assert(sizeof(CreatureManager_SpawnStart) == 0x000080, "Wrong size on CreatureManager_SpawnStart"); \ static_assert(offsetof(CreatureManager_SpawnStart, InWorld) == 0x000000, "Member 'CreatureManager_SpawnStart::InWorld' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnStart, InSpawnTransform) == 0x000010, "Member 'CreatureManager_SpawnStart::InSpawnTransform' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnStart, InRegistryID) == 0x000040, "Member 'CreatureManager_SpawnStart::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnStart, inParentUID) == 0x000050, "Member 'CreatureManager_SpawnStart::inParentUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnStart, inOverrideUID) == 0x000054, "Member 'CreatureManager_SpawnStart::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnStart, bInIsPersistent) == 0x000058, "Member 'CreatureManager_SpawnStart::bInIsPersistent' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnStart, InCollisionHandlingMethod) == 0x000059, "Member 'CreatureManager_SpawnStart::InCollisionHandlingMethod' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnStart, InOverrideLevel) == 0x000060, "Member 'CreatureManager_SpawnStart::InOverrideLevel' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnStart, InParentContainer) == 0x000068, "Member 'CreatureManager_SpawnStart::InParentContainer' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SpawnStart, ReturnValue) == 0x000070, "Member 'CreatureManager_SpawnStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_SummonCreature \ static_assert(alignof(CreatureManager_SummonCreature) == 0x000008, "Wrong alignment on CreatureManager_SummonCreature"); \ static_assert(sizeof(CreatureManager_SummonCreature) == 0x000028, "Wrong size on CreatureManager_SummonCreature"); \ static_assert(offsetof(CreatureManager_SummonCreature, InCreatureState) == 0x000000, "Member 'CreatureManager_SummonCreature::InCreatureState' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SummonCreature, InSummoningPlayer) == 0x000008, "Member 'CreatureManager_SummonCreature::InSummoningPlayer' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SummonCreature, OutErrorKey) == 0x000010, "Member 'CreatureManager_SummonCreature::OutErrorKey' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_SummonCreature, ReturnValue) == 0x000020, "Member 'CreatureManager_SummonCreature::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_TeleportCreatureActorsToPen \ static_assert(alignof(CreatureManager_TeleportCreatureActorsToPen) == 0x000008, "Wrong alignment on CreatureManager_TeleportCreatureActorsToPen"); \ static_assert(sizeof(CreatureManager_TeleportCreatureActorsToPen) == 0x000008, "Wrong size on CreatureManager_TeleportCreatureActorsToPen"); \ static_assert(offsetof(CreatureManager_TeleportCreatureActorsToPen, PenActor) == 0x000000, "Member 'CreatureManager_TeleportCreatureActorsToPen::PenActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_UpdateCreatureName \ static_assert(alignof(CreatureManager_UpdateCreatureName) == 0x000008, "Wrong alignment on CreatureManager_UpdateCreatureName"); \ static_assert(sizeof(CreatureManager_UpdateCreatureName) == 0x000018, "Wrong size on CreatureManager_UpdateCreatureName"); \ static_assert(offsetof(CreatureManager_UpdateCreatureName, CreatureState) == 0x000000, "Member 'CreatureManager_UpdateCreatureName::CreatureState' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_UpdateCreatureName, Name_0) == 0x000008, "Member 'CreatureManager_UpdateCreatureName::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_BP_GetCreatureDefinitionByType \ static_assert(alignof(CreatureManager_BP_GetCreatureDefinitionByType) == 0x000008, "Wrong alignment on CreatureManager_BP_GetCreatureDefinitionByType"); \ static_assert(sizeof(CreatureManager_BP_GetCreatureDefinitionByType) == 0x000010, "Wrong size on CreatureManager_BP_GetCreatureDefinitionByType"); \ static_assert(offsetof(CreatureManager_BP_GetCreatureDefinitionByType, InTypeID) == 0x000000, "Member 'CreatureManager_BP_GetCreatureDefinitionByType::InTypeID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_BP_GetCreatureDefinitionByType, ReturnValue) == 0x000008, "Member 'CreatureManager_BP_GetCreatureDefinitionByType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_BP_GetCreatureDefinitionForActor \ static_assert(alignof(CreatureManager_BP_GetCreatureDefinitionForActor) == 0x000008, "Wrong alignment on CreatureManager_BP_GetCreatureDefinitionForActor"); \ static_assert(sizeof(CreatureManager_BP_GetCreatureDefinitionForActor) == 0x000010, "Wrong size on CreatureManager_BP_GetCreatureDefinitionForActor"); \ static_assert(offsetof(CreatureManager_BP_GetCreatureDefinitionForActor, InCreature) == 0x000000, "Member 'CreatureManager_BP_GetCreatureDefinitionForActor::InCreature' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_BP_GetCreatureDefinitionForActor, ReturnValue) == 0x000008, "Member 'CreatureManager_BP_GetCreatureDefinitionForActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_BP_GetCreatureStateByActor \ static_assert(alignof(CreatureManager_BP_GetCreatureStateByActor) == 0x000008, "Wrong alignment on CreatureManager_BP_GetCreatureStateByActor"); \ static_assert(sizeof(CreatureManager_BP_GetCreatureStateByActor) == 0x000010, "Wrong size on CreatureManager_BP_GetCreatureStateByActor"); \ static_assert(offsetof(CreatureManager_BP_GetCreatureStateByActor, InCreature) == 0x000000, "Member 'CreatureManager_BP_GetCreatureStateByActor::InCreature' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_BP_GetCreatureStateByActor, ReturnValue) == 0x000008, "Member 'CreatureManager_BP_GetCreatureStateByActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_BP_GetCreatureStateByFName \ static_assert(alignof(CreatureManager_BP_GetCreatureStateByFName) == 0x000008, "Wrong alignment on CreatureManager_BP_GetCreatureStateByFName"); \ static_assert(sizeof(CreatureManager_BP_GetCreatureStateByFName) == 0x000010, "Wrong size on CreatureManager_BP_GetCreatureStateByFName"); \ static_assert(offsetof(CreatureManager_BP_GetCreatureStateByFName, InCreatureUID) == 0x000000, "Member 'CreatureManager_BP_GetCreatureStateByFName::InCreatureUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_BP_GetCreatureStateByFName, ReturnValue) == 0x000008, "Member 'CreatureManager_BP_GetCreatureStateByFName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_BP_GetCreatureStateByUID \ static_assert(alignof(CreatureManager_BP_GetCreatureStateByUID) == 0x000008, "Wrong alignment on CreatureManager_BP_GetCreatureStateByUID"); \ static_assert(sizeof(CreatureManager_BP_GetCreatureStateByUID) == 0x000010, "Wrong size on CreatureManager_BP_GetCreatureStateByUID"); \ static_assert(offsetof(CreatureManager_BP_GetCreatureStateByUID, InCreatureUID) == 0x000000, "Member 'CreatureManager_BP_GetCreatureStateByUID::InCreatureUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_BP_GetCreatureStateByUID, ReturnValue) == 0x000008, "Member 'CreatureManager_BP_GetCreatureStateByUID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_CanCreaturePairBreed \ static_assert(alignof(CreatureManager_CanCreaturePairBreed) == 0x000008, "Wrong alignment on CreatureManager_CanCreaturePairBreed"); \ static_assert(sizeof(CreatureManager_CanCreaturePairBreed) == 0x000030, "Wrong size on CreatureManager_CanCreaturePairBreed"); \ static_assert(offsetof(CreatureManager_CanCreaturePairBreed, InCreatureA) == 0x000000, "Member 'CreatureManager_CanCreaturePairBreed::InCreatureA' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CanCreaturePairBreed, InCreatureB) == 0x000004, "Member 'CreatureManager_CanCreaturePairBreed::InCreatureB' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CanCreaturePairBreed, CreatureAErrorMsg) == 0x000008, "Member 'CreatureManager_CanCreaturePairBreed::CreatureAErrorMsg' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CanCreaturePairBreed, CreatureBErrorMsg) == 0x000018, "Member 'CreatureManager_CanCreaturePairBreed::CreatureBErrorMsg' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CanCreaturePairBreed, ReturnValue) == 0x000028, "Member 'CreatureManager_CanCreaturePairBreed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_CanReleaseCreatureToNurturingSpace \ static_assert(alignof(CreatureManager_CanReleaseCreatureToNurturingSpace) == 0x000008, "Wrong alignment on CreatureManager_CanReleaseCreatureToNurturingSpace"); \ static_assert(sizeof(CreatureManager_CanReleaseCreatureToNurturingSpace) == 0x000030, "Wrong size on CreatureManager_CanReleaseCreatureToNurturingSpace"); \ static_assert(offsetof(CreatureManager_CanReleaseCreatureToNurturingSpace, InCreatureState) == 0x000000, "Member 'CreatureManager_CanReleaseCreatureToNurturingSpace::InCreatureState' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CanReleaseCreatureToNurturingSpace, InNurturingSpaceID) == 0x000008, "Member 'CreatureManager_CanReleaseCreatureToNurturingSpace::InNurturingSpaceID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CanReleaseCreatureToNurturingSpace, InReleasingPlayer) == 0x000010, "Member 'CreatureManager_CanReleaseCreatureToNurturingSpace::InReleasingPlayer' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CanReleaseCreatureToNurturingSpace, OutErrorKey) == 0x000018, "Member 'CreatureManager_CanReleaseCreatureToNurturingSpace::OutErrorKey' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_CanReleaseCreatureToNurturingSpace, ReturnValue) == 0x000028, "Member 'CreatureManager_CanReleaseCreatureToNurturingSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_FindCreatureActorByUID \ static_assert(alignof(CreatureManager_FindCreatureActorByUID) == 0x000008, "Wrong alignment on CreatureManager_FindCreatureActorByUID"); \ static_assert(sizeof(CreatureManager_FindCreatureActorByUID) == 0x000010, "Wrong size on CreatureManager_FindCreatureActorByUID"); \ static_assert(offsetof(CreatureManager_FindCreatureActorByUID, InCreatureUID) == 0x000000, "Member 'CreatureManager_FindCreatureActorByUID::InCreatureUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_FindCreatureActorByUID, ReturnValue) == 0x000008, "Member 'CreatureManager_FindCreatureActorByUID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetAllColorVariationsForCreature \ static_assert(alignof(CreatureManager_GetAllColorVariationsForCreature) == 0x000008, "Wrong alignment on CreatureManager_GetAllColorVariationsForCreature"); \ static_assert(sizeof(CreatureManager_GetAllColorVariationsForCreature) == 0x000018, "Wrong size on CreatureManager_GetAllColorVariationsForCreature"); \ static_assert(offsetof(CreatureManager_GetAllColorVariationsForCreature, InTypeID) == 0x000000, "Member 'CreatureManager_GetAllColorVariationsForCreature::InTypeID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetAllColorVariationsForCreature, ReturnValue) == 0x000008, "Member 'CreatureManager_GetAllColorVariationsForCreature::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetAllCreatureDefinitions \ static_assert(alignof(CreatureManager_GetAllCreatureDefinitions) == 0x000008, "Wrong alignment on CreatureManager_GetAllCreatureDefinitions"); \ static_assert(sizeof(CreatureManager_GetAllCreatureDefinitions) == 0x000010, "Wrong size on CreatureManager_GetAllCreatureDefinitions"); \ static_assert(offsetof(CreatureManager_GetAllCreatureDefinitions, ReturnValue) == 0x000000, "Member 'CreatureManager_GetAllCreatureDefinitions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetAllCreaturesInNurturingSpace \ static_assert(alignof(CreatureManager_GetAllCreaturesInNurturingSpace) == 0x000008, "Wrong alignment on CreatureManager_GetAllCreaturesInNurturingSpace"); \ static_assert(sizeof(CreatureManager_GetAllCreaturesInNurturingSpace) == 0x000020, "Wrong size on CreatureManager_GetAllCreaturesInNurturingSpace"); \ static_assert(offsetof(CreatureManager_GetAllCreaturesInNurturingSpace, InNurturingSpaceID) == 0x000000, "Member 'CreatureManager_GetAllCreaturesInNurturingSpace::InNurturingSpaceID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetAllCreaturesInNurturingSpace, bIncludeUnbornCreatures) == 0x000008, "Member 'CreatureManager_GetAllCreaturesInNurturingSpace::bIncludeUnbornCreatures' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetAllCreaturesInNurturingSpace, bIncludeEggs) == 0x000009, "Member 'CreatureManager_GetAllCreaturesInNurturingSpace::bIncludeEggs' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetAllCreaturesInNurturingSpace, bSortByTimeInNurturingSpace) == 0x00000A, "Member 'CreatureManager_GetAllCreaturesInNurturingSpace::bSortByTimeInNurturingSpace' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetAllCreaturesInNurturingSpace, ReturnValue) == 0x000010, "Member 'CreatureManager_GetAllCreaturesInNurturingSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetAllCreatureSpeciesInNurturingSpace \ static_assert(alignof(CreatureManager_GetAllCreatureSpeciesInNurturingSpace) == 0x000008, "Wrong alignment on CreatureManager_GetAllCreatureSpeciesInNurturingSpace"); \ static_assert(sizeof(CreatureManager_GetAllCreatureSpeciesInNurturingSpace) == 0x000058, "Wrong size on CreatureManager_GetAllCreatureSpeciesInNurturingSpace"); \ static_assert(offsetof(CreatureManager_GetAllCreatureSpeciesInNurturingSpace, InNurturingSpaceID) == 0x000000, "Member 'CreatureManager_GetAllCreatureSpeciesInNurturingSpace::InNurturingSpaceID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetAllCreatureSpeciesInNurturingSpace, ReturnValue) == 0x000008, "Member 'CreatureManager_GetAllCreatureSpeciesInNurturingSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetByproductProductionTimeModifier \ static_assert(alignof(CreatureManager_GetByproductProductionTimeModifier) == 0x000004, "Wrong alignment on CreatureManager_GetByproductProductionTimeModifier"); \ static_assert(sizeof(CreatureManager_GetByproductProductionTimeModifier) == 0x000004, "Wrong size on CreatureManager_GetByproductProductionTimeModifier"); \ static_assert(offsetof(CreatureManager_GetByproductProductionTimeModifier, ReturnValue) == 0x000000, "Member 'CreatureManager_GetByproductProductionTimeModifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetCapturedCreatureInventorySize \ static_assert(alignof(CreatureManager_GetCapturedCreatureInventorySize) == 0x000004, "Wrong alignment on CreatureManager_GetCapturedCreatureInventorySize"); \ static_assert(sizeof(CreatureManager_GetCapturedCreatureInventorySize) == 0x000004, "Wrong size on CreatureManager_GetCapturedCreatureInventorySize"); \ static_assert(offsetof(CreatureManager_GetCapturedCreatureInventorySize, ReturnValue) == 0x000000, "Member 'CreatureManager_GetCapturedCreatureInventorySize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetCapturedCreaturesOfType \ static_assert(alignof(CreatureManager_GetCapturedCreaturesOfType) == 0x000008, "Wrong alignment on CreatureManager_GetCapturedCreaturesOfType"); \ static_assert(sizeof(CreatureManager_GetCapturedCreaturesOfType) == 0x000018, "Wrong size on CreatureManager_GetCapturedCreaturesOfType"); \ static_assert(offsetof(CreatureManager_GetCapturedCreaturesOfType, InTypeID) == 0x000000, "Member 'CreatureManager_GetCapturedCreaturesOfType::InTypeID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetCapturedCreaturesOfType, ReturnValue) == 0x000008, "Member 'CreatureManager_GetCapturedCreaturesOfType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetCapturedCreatureStatesOfType \ static_assert(alignof(CreatureManager_GetCapturedCreatureStatesOfType) == 0x000008, "Wrong alignment on CreatureManager_GetCapturedCreatureStatesOfType"); \ static_assert(sizeof(CreatureManager_GetCapturedCreatureStatesOfType) == 0x000018, "Wrong size on CreatureManager_GetCapturedCreatureStatesOfType"); \ static_assert(offsetof(CreatureManager_GetCapturedCreatureStatesOfType, InAdultTypeID) == 0x000000, "Member 'CreatureManager_GetCapturedCreatureStatesOfType::InAdultTypeID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetCapturedCreatureStatesOfType, ReturnValue) == 0x000008, "Member 'CreatureManager_GetCapturedCreatureStatesOfType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetCreatureEconomyValue \ static_assert(alignof(CreatureManager_GetCreatureEconomyValue) == 0x000004, "Wrong alignment on CreatureManager_GetCreatureEconomyValue"); \ static_assert(sizeof(CreatureManager_GetCreatureEconomyValue) == 0x00000C, "Wrong size on CreatureManager_GetCreatureEconomyValue"); \ static_assert(offsetof(CreatureManager_GetCreatureEconomyValue, InCreatureUID) == 0x000000, "Member 'CreatureManager_GetCreatureEconomyValue::InCreatureUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetCreatureEconomyValue, ReturnValue) == 0x000008, "Member 'CreatureManager_GetCreatureEconomyValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetCreatureInspectedByPlayerUID \ static_assert(alignof(CreatureManager_GetCreatureInspectedByPlayerUID) == 0x000004, "Wrong alignment on CreatureManager_GetCreatureInspectedByPlayerUID"); \ static_assert(sizeof(CreatureManager_GetCreatureInspectedByPlayerUID) == 0x000004, "Wrong size on CreatureManager_GetCreatureInspectedByPlayerUID"); \ static_assert(offsetof(CreatureManager_GetCreatureInspectedByPlayerUID, ReturnValue) == 0x000000, "Member 'CreatureManager_GetCreatureInspectedByPlayerUID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetCurrentCreatureNurturingSpaceID \ static_assert(alignof(CreatureManager_GetCurrentCreatureNurturingSpaceID) == 0x000004, "Wrong alignment on CreatureManager_GetCurrentCreatureNurturingSpaceID"); \ static_assert(sizeof(CreatureManager_GetCurrentCreatureNurturingSpaceID) == 0x000008, "Wrong size on CreatureManager_GetCurrentCreatureNurturingSpaceID"); \ static_assert(offsetof(CreatureManager_GetCurrentCreatureNurturingSpaceID, ReturnValue) == 0x000000, "Member 'CreatureManager_GetCurrentCreatureNurturingSpaceID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetDeathTimeoutPercentage \ static_assert(alignof(CreatureManager_GetDeathTimeoutPercentage) == 0x000008, "Wrong alignment on CreatureManager_GetDeathTimeoutPercentage"); \ static_assert(sizeof(CreatureManager_GetDeathTimeoutPercentage) == 0x000018, "Wrong size on CreatureManager_GetDeathTimeoutPercentage"); \ static_assert(offsetof(CreatureManager_GetDeathTimeoutPercentage, InCreatureID) == 0x000000, "Member 'CreatureManager_GetDeathTimeoutPercentage::InCreatureID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetDeathTimeoutPercentage, ReturnValue) == 0x000010, "Member 'CreatureManager_GetDeathTimeoutPercentage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetHappyCreaturesInSanctuary \ static_assert(alignof(CreatureManager_GetHappyCreaturesInSanctuary) == 0x000008, "Wrong alignment on CreatureManager_GetHappyCreaturesInSanctuary"); \ static_assert(sizeof(CreatureManager_GetHappyCreaturesInSanctuary) == 0x000010, "Wrong size on CreatureManager_GetHappyCreaturesInSanctuary"); \ static_assert(offsetof(CreatureManager_GetHappyCreaturesInSanctuary, ReturnValue) == 0x000000, "Member 'CreatureManager_GetHappyCreaturesInSanctuary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetMaxCreatureTierInNurturingSpace \ static_assert(alignof(CreatureManager_GetMaxCreatureTierInNurturingSpace) == 0x000004, "Wrong alignment on CreatureManager_GetMaxCreatureTierInNurturingSpace"); \ static_assert(sizeof(CreatureManager_GetMaxCreatureTierInNurturingSpace) == 0x00000C, "Wrong size on CreatureManager_GetMaxCreatureTierInNurturingSpace"); \ static_assert(offsetof(CreatureManager_GetMaxCreatureTierInNurturingSpace, InNurturingSpaceID) == 0x000000, "Member 'CreatureManager_GetMaxCreatureTierInNurturingSpace::InNurturingSpaceID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetMaxCreatureTierInNurturingSpace, ReturnValue) == 0x000008, "Member 'CreatureManager_GetMaxCreatureTierInNurturingSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetMaxNumCreaturesInNurturingSpace \ static_assert(alignof(CreatureManager_GetMaxNumCreaturesInNurturingSpace) == 0x000004, "Wrong alignment on CreatureManager_GetMaxNumCreaturesInNurturingSpace"); \ static_assert(sizeof(CreatureManager_GetMaxNumCreaturesInNurturingSpace) == 0x00000C, "Wrong size on CreatureManager_GetMaxNumCreaturesInNurturingSpace"); \ static_assert(offsetof(CreatureManager_GetMaxNumCreaturesInNurturingSpace, InNurturingSpaceID) == 0x000000, "Member 'CreatureManager_GetMaxNumCreaturesInNurturingSpace::InNurturingSpaceID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetMaxNumCreaturesInNurturingSpace, ReturnValue) == 0x000008, "Member 'CreatureManager_GetMaxNumCreaturesInNurturingSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetMaxNumSpeciesInNurturingSpace \ static_assert(alignof(CreatureManager_GetMaxNumSpeciesInNurturingSpace) == 0x000004, "Wrong alignment on CreatureManager_GetMaxNumSpeciesInNurturingSpace"); \ static_assert(sizeof(CreatureManager_GetMaxNumSpeciesInNurturingSpace) == 0x00000C, "Wrong size on CreatureManager_GetMaxNumSpeciesInNurturingSpace"); \ static_assert(offsetof(CreatureManager_GetMaxNumSpeciesInNurturingSpace, InNurturingSpaceID) == 0x000000, "Member 'CreatureManager_GetMaxNumSpeciesInNurturingSpace::InNurturingSpaceID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetMaxNumSpeciesInNurturingSpace, ReturnValue) == 0x000008, "Member 'CreatureManager_GetMaxNumSpeciesInNurturingSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetMotherCreatureInPen \ static_assert(alignof(CreatureManager_GetMotherCreatureInPen) == 0x000008, "Wrong alignment on CreatureManager_GetMotherCreatureInPen"); \ static_assert(sizeof(CreatureManager_GetMotherCreatureInPen) == 0x000010, "Wrong size on CreatureManager_GetMotherCreatureInPen"); \ static_assert(offsetof(CreatureManager_GetMotherCreatureInPen, PenUID) == 0x000000, "Member 'CreatureManager_GetMotherCreatureInPen::PenUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetMotherCreatureInPen, ReturnValue) == 0x000008, "Member 'CreatureManager_GetMotherCreatureInPen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetNumberOfBreedableCreaturesOfTypeInNurtureSpace \ static_assert(alignof(CreatureManager_GetNumberOfBreedableCreaturesOfTypeInNurtureSpace) == 0x000004, "Wrong alignment on CreatureManager_GetNumberOfBreedableCreaturesOfTypeInNurtureSpace"); \ static_assert(sizeof(CreatureManager_GetNumberOfBreedableCreaturesOfTypeInNurtureSpace) == 0x000018, "Wrong size on CreatureManager_GetNumberOfBreedableCreaturesOfTypeInNurtureSpace"); \ static_assert(offsetof(CreatureManager_GetNumberOfBreedableCreaturesOfTypeInNurtureSpace, TypeID) == 0x000000, "Member 'CreatureManager_GetNumberOfBreedableCreaturesOfTypeInNurtureSpace::TypeID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetNumberOfBreedableCreaturesOfTypeInNurtureSpace, NurturingSpaceID) == 0x000008, "Member 'CreatureManager_GetNumberOfBreedableCreaturesOfTypeInNurtureSpace::NurturingSpaceID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetNumberOfBreedableCreaturesOfTypeInNurtureSpace, bIncludeMale) == 0x000010, "Member 'CreatureManager_GetNumberOfBreedableCreaturesOfTypeInNurtureSpace::bIncludeMale' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetNumberOfBreedableCreaturesOfTypeInNurtureSpace, bIncludeFemale) == 0x000011, "Member 'CreatureManager_GetNumberOfBreedableCreaturesOfTypeInNurtureSpace::bIncludeFemale' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetNumberOfBreedableCreaturesOfTypeInNurtureSpace, ReturnValue) == 0x000014, "Member 'CreatureManager_GetNumberOfBreedableCreaturesOfTypeInNurtureSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetOffspringCreatureInPen \ static_assert(alignof(CreatureManager_GetOffspringCreatureInPen) == 0x000008, "Wrong alignment on CreatureManager_GetOffspringCreatureInPen"); \ static_assert(sizeof(CreatureManager_GetOffspringCreatureInPen) == 0x000010, "Wrong size on CreatureManager_GetOffspringCreatureInPen"); \ static_assert(offsetof(CreatureManager_GetOffspringCreatureInPen, PenUID) == 0x000000, "Member 'CreatureManager_GetOffspringCreatureInPen::PenUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetOffspringCreatureInPen, ReturnValue) == 0x000008, "Member 'CreatureManager_GetOffspringCreatureInPen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_GetRandomCreatureUIDFromInventory \ static_assert(alignof(CreatureManager_GetRandomCreatureUIDFromInventory) == 0x000004, "Wrong alignment on CreatureManager_GetRandomCreatureUIDFromInventory"); \ static_assert(sizeof(CreatureManager_GetRandomCreatureUIDFromInventory) == 0x00000C, "Wrong size on CreatureManager_GetRandomCreatureUIDFromInventory"); \ static_assert(offsetof(CreatureManager_GetRandomCreatureUIDFromInventory, InCreatureTypeID) == 0x000000, "Member 'CreatureManager_GetRandomCreatureUIDFromInventory::InCreatureTypeID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_GetRandomCreatureUIDFromInventory, ReturnValue) == 0x000008, "Member 'CreatureManager_GetRandomCreatureUIDFromInventory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_IsCreatureInInventory \ static_assert(alignof(CreatureManager_IsCreatureInInventory) == 0x000004, "Wrong alignment on CreatureManager_IsCreatureInInventory"); \ static_assert(sizeof(CreatureManager_IsCreatureInInventory) == 0x000008, "Wrong size on CreatureManager_IsCreatureInInventory"); \ static_assert(offsetof(CreatureManager_IsCreatureInInventory, InCreatureUID) == 0x000000, "Member 'CreatureManager_IsCreatureInInventory::InCreatureUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_IsCreatureInInventory, ReturnValue) == 0x000004, "Member 'CreatureManager_IsCreatureInInventory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureManager_IsPenOccupied \ static_assert(alignof(CreatureManager_IsPenOccupied) == 0x000004, "Wrong alignment on CreatureManager_IsPenOccupied"); \ static_assert(sizeof(CreatureManager_IsPenOccupied) == 0x000008, "Wrong size on CreatureManager_IsPenOccupied"); \ static_assert(offsetof(CreatureManager_IsPenOccupied, PenUID) == 0x000000, "Member 'CreatureManager_IsPenOccupied::PenUID' has a wrong offset!"); \ static_assert(offsetof(CreatureManager_IsPenOccupied, ReturnValue) == 0x000004, "Member 'CreatureManager_IsPenOccupied::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureManager \ static_assert(alignof(UCreatureManager) == 0x000008, "Wrong alignment on UCreatureManager"); \ static_assert(sizeof(UCreatureManager) == 0x000790, "Wrong size on UCreatureManager"); \ static_assert(offsetof(UCreatureManager, CreatureStates) == 0x000250, "Member 'UCreatureManager::CreatureStates' has a wrong offset!"); \ static_assert(offsetof(UCreatureManager, CreatureDefinitions) == 0x0002A0, "Member 'UCreatureManager::CreatureDefinitions' has a wrong offset!"); \ static_assert(offsetof(UCreatureManager, CreatureScalabilityManager) == 0x0003F0, "Member 'UCreatureManager::CreatureScalabilityManager' has a wrong offset!"); \ static_assert(offsetof(UCreatureManager, FeedingStationStates) == 0x0003F8, "Member 'UCreatureManager::FeedingStationStates' has a wrong offset!"); \ static_assert(offsetof(UCreatureManager, ByproductProductionTimeMultiplier) == 0x000448, "Member 'UCreatureManager::ByproductProductionTimeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCreatureManager, RareVariationSpawnMultiplier) == 0x0004D8, "Member 'UCreatureManager::RareVariationSpawnMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCreatureManager, BreedRareVariationChanceMultiplier) == 0x000568, "Member 'UCreatureManager::BreedRareVariationChanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCreatureManager, PreLoadedAssets) == 0x0005F8, "Member 'UCreatureManager::PreLoadedAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstallManager_Get \ static_assert(alignof(InstallManager_Get) == 0x000008, "Wrong alignment on InstallManager_Get"); \ static_assert(sizeof(InstallManager_Get) == 0x000008, "Wrong size on InstallManager_Get"); \ static_assert(offsetof(InstallManager_Get, ReturnValue) == 0x000000, "Member 'InstallManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstallManager_FindAvailableInstalledLanguage \ static_assert(alignof(InstallManager_FindAvailableInstalledLanguage) == 0x000008, "Wrong alignment on InstallManager_FindAvailableInstalledLanguage"); \ static_assert(sizeof(InstallManager_FindAvailableInstalledLanguage) == 0x000010, "Wrong size on InstallManager_FindAvailableInstalledLanguage"); \ static_assert(offsetof(InstallManager_FindAvailableInstalledLanguage, ReturnValue) == 0x000000, "Member 'InstallManager_FindAvailableInstalledLanguage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstallManager_GetCurrentlyInstallingFeatureId \ static_assert(alignof(InstallManager_GetCurrentlyInstallingFeatureId) == 0x000001, "Wrong alignment on InstallManager_GetCurrentlyInstallingFeatureId"); \ static_assert(sizeof(InstallManager_GetCurrentlyInstallingFeatureId) == 0x000001, "Wrong size on InstallManager_GetCurrentlyInstallingFeatureId"); \ static_assert(offsetof(InstallManager_GetCurrentlyInstallingFeatureId, ReturnValue) == 0x000000, "Member 'InstallManager_GetCurrentlyInstallingFeatureId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstallManager_GetFeatureInstallPercentage \ static_assert(alignof(InstallManager_GetFeatureInstallPercentage) == 0x000004, "Wrong alignment on InstallManager_GetFeatureInstallPercentage"); \ static_assert(sizeof(InstallManager_GetFeatureInstallPercentage) == 0x000008, "Wrong size on InstallManager_GetFeatureInstallPercentage"); \ static_assert(offsetof(InstallManager_GetFeatureInstallPercentage, FeatureId) == 0x000000, "Member 'InstallManager_GetFeatureInstallPercentage::FeatureId' has a wrong offset!"); \ static_assert(offsetof(InstallManager_GetFeatureInstallPercentage, ReturnValue) == 0x000004, "Member 'InstallManager_GetFeatureInstallPercentage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstallManager_GetFeatureInstallState \ static_assert(alignof(InstallManager_GetFeatureInstallState) == 0x000001, "Wrong alignment on InstallManager_GetFeatureInstallState"); \ static_assert(sizeof(InstallManager_GetFeatureInstallState) == 0x000002, "Wrong size on InstallManager_GetFeatureInstallState"); \ static_assert(offsetof(InstallManager_GetFeatureInstallState, FeatureId) == 0x000000, "Member 'InstallManager_GetFeatureInstallState::FeatureId' has a wrong offset!"); \ static_assert(offsetof(InstallManager_GetFeatureInstallState, ReturnValue) == 0x000001, "Member 'InstallManager_GetFeatureInstallState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstallManager_InstallFeature \ static_assert(alignof(InstallManager_InstallFeature) == 0x000001, "Wrong alignment on InstallManager_InstallFeature"); \ static_assert(sizeof(InstallManager_InstallFeature) == 0x000001, "Wrong size on InstallManager_InstallFeature"); \ static_assert(offsetof(InstallManager_InstallFeature, FeatureId) == 0x000000, "Member 'InstallManager_InstallFeature::FeatureId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstallManager_IsInstallingAnyLanguagePack \ static_assert(alignof(InstallManager_IsInstallingAnyLanguagePack) == 0x000001, "Wrong alignment on InstallManager_IsInstallingAnyLanguagePack"); \ static_assert(sizeof(InstallManager_IsInstallingAnyLanguagePack) == 0x000001, "Wrong size on InstallManager_IsInstallingAnyLanguagePack"); \ static_assert(offsetof(InstallManager_IsInstallingAnyLanguagePack, ReturnValue) == 0x000000, "Member 'InstallManager_IsInstallingAnyLanguagePack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstallManager_IsInstallingAnyPack \ static_assert(alignof(InstallManager_IsInstallingAnyPack) == 0x000001, "Wrong alignment on InstallManager_IsInstallingAnyPack"); \ static_assert(sizeof(InstallManager_IsInstallingAnyPack) == 0x000001, "Wrong size on InstallManager_IsInstallingAnyPack"); \ static_assert(offsetof(InstallManager_IsInstallingAnyPack, ReturnValue) == 0x000000, "Member 'InstallManager_IsInstallingAnyPack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstallManager_IsLanguageInstalledOrInstalling \ static_assert(alignof(InstallManager_IsLanguageInstalledOrInstalling) == 0x000008, "Wrong alignment on InstallManager_IsLanguageInstalledOrInstalling"); \ static_assert(sizeof(InstallManager_IsLanguageInstalledOrInstalling) == 0x000018, "Wrong size on InstallManager_IsLanguageInstalledOrInstalling"); \ static_assert(offsetof(InstallManager_IsLanguageInstalledOrInstalling, Language) == 0x000000, "Member 'InstallManager_IsLanguageInstalledOrInstalling::Language' has a wrong offset!"); \ static_assert(offsetof(InstallManager_IsLanguageInstalledOrInstalling, ReturnValue) == 0x000010, "Member 'InstallManager_IsLanguageInstalledOrInstalling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstallManager_UninstallFeature \ static_assert(alignof(InstallManager_UninstallFeature) == 0x000001, "Wrong alignment on InstallManager_UninstallFeature"); \ static_assert(sizeof(InstallManager_UninstallFeature) == 0x000001, "Wrong size on InstallManager_UninstallFeature"); \ static_assert(offsetof(InstallManager_UninstallFeature, FeatureId) == 0x000000, "Member 'InstallManager_UninstallFeature::FeatureId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInstallManager \ static_assert(alignof(UInstallManager) == 0x000008, "Wrong alignment on UInstallManager"); \ static_assert(sizeof(UInstallManager) == 0x000048, "Wrong size on UInstallManager"); \ #define DUMPER7_ASSERTS_CreatureMountHandler_DismountCreature \ static_assert(alignof(CreatureMountHandler_DismountCreature) == 0x000001, "Wrong alignment on CreatureMountHandler_DismountCreature"); \ static_assert(sizeof(CreatureMountHandler_DismountCreature) == 0x000001, "Wrong size on CreatureMountHandler_DismountCreature"); \ static_assert(offsetof(CreatureMountHandler_DismountCreature, bInUseTransition) == 0x000000, "Member 'CreatureMountHandler_DismountCreature::bInUseTransition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureMountHandler_MountExistingCreature \ static_assert(alignof(CreatureMountHandler_MountExistingCreature) == 0x000008, "Wrong alignment on CreatureMountHandler_MountExistingCreature"); \ static_assert(sizeof(CreatureMountHandler_MountExistingCreature) == 0x000010, "Wrong size on CreatureMountHandler_MountExistingCreature"); \ static_assert(offsetof(CreatureMountHandler_MountExistingCreature, InRiderCharacter) == 0x000000, "Member 'CreatureMountHandler_MountExistingCreature::InRiderCharacter' has a wrong offset!"); \ static_assert(offsetof(CreatureMountHandler_MountExistingCreature, InCreatureCharacter) == 0x000008, "Member 'CreatureMountHandler_MountExistingCreature::InCreatureCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureMountHandler_OnHoverDroneControlModeChanged \ static_assert(alignof(CreatureMountHandler_OnHoverDroneControlModeChanged) == 0x000001, "Wrong alignment on CreatureMountHandler_OnHoverDroneControlModeChanged"); \ static_assert(sizeof(CreatureMountHandler_OnHoverDroneControlModeChanged) == 0x000001, "Wrong size on CreatureMountHandler_OnHoverDroneControlModeChanged"); \ static_assert(offsetof(CreatureMountHandler_OnHoverDroneControlModeChanged, NewMode) == 0x000000, "Member 'CreatureMountHandler_OnHoverDroneControlModeChanged::NewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureMountHandler_SpawnAndMountCreature \ static_assert(alignof(CreatureMountHandler_SpawnAndMountCreature) == 0x000008, "Wrong alignment on CreatureMountHandler_SpawnAndMountCreature"); \ static_assert(sizeof(CreatureMountHandler_SpawnAndMountCreature) == 0x000010, "Wrong size on CreatureMountHandler_SpawnAndMountCreature"); \ static_assert(offsetof(CreatureMountHandler_SpawnAndMountCreature, InRiderCharacter) == 0x000000, "Member 'CreatureMountHandler_SpawnAndMountCreature::InRiderCharacter' has a wrong offset!"); \ static_assert(offsetof(CreatureMountHandler_SpawnAndMountCreature, bInUseTransition) == 0x000008, "Member 'CreatureMountHandler_SpawnAndMountCreature::bInUseTransition' has a wrong offset!"); \ static_assert(offsetof(CreatureMountHandler_SpawnAndMountCreature, bInInFlight) == 0x000009, "Member 'CreatureMountHandler_SpawnAndMountCreature::bInInFlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureMountHandler_IsMountType \ static_assert(alignof(CreatureMountHandler_IsMountType) == 0x000001, "Wrong alignment on CreatureMountHandler_IsMountType"); \ static_assert(sizeof(CreatureMountHandler_IsMountType) == 0x000002, "Wrong size on CreatureMountHandler_IsMountType"); \ static_assert(offsetof(CreatureMountHandler_IsMountType, InType) == 0x000000, "Member 'CreatureMountHandler_IsMountType::InType' has a wrong offset!"); \ static_assert(offsetof(CreatureMountHandler_IsMountType, ReturnValue) == 0x000001, "Member 'CreatureMountHandler_IsMountType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureMountHandler_ToggleCreatureMountCapsule \ static_assert(alignof(CreatureMountHandler_ToggleCreatureMountCapsule) == 0x000008, "Wrong alignment on CreatureMountHandler_ToggleCreatureMountCapsule"); \ static_assert(sizeof(CreatureMountHandler_ToggleCreatureMountCapsule) == 0x000018, "Wrong size on CreatureMountHandler_ToggleCreatureMountCapsule"); \ static_assert(offsetof(CreatureMountHandler_ToggleCreatureMountCapsule, InCreatureCharacter) == 0x000000, "Member 'CreatureMountHandler_ToggleCreatureMountCapsule::InCreatureCharacter' has a wrong offset!"); \ static_assert(offsetof(CreatureMountHandler_ToggleCreatureMountCapsule, InName) == 0x000008, "Member 'CreatureMountHandler_ToggleCreatureMountCapsule::InName' has a wrong offset!"); \ static_assert(offsetof(CreatureMountHandler_ToggleCreatureMountCapsule, bInEnabled) == 0x000010, "Member 'CreatureMountHandler_ToggleCreatureMountCapsule::bInEnabled' has a wrong offset!"); \ static_assert(offsetof(CreatureMountHandler_ToggleCreatureMountCapsule, ReturnValue) == 0x000011, "Member 'CreatureMountHandler_ToggleCreatureMountCapsule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACreatureMountHandler \ static_assert(alignof(ACreatureMountHandler) == 0x000010, "Wrong alignment on ACreatureMountHandler"); \ static_assert(sizeof(ACreatureMountHandler) == 0x0005F0, "Wrong size on ACreatureMountHandler"); \ static_assert(offsetof(ACreatureMountHandler, DbIdInfo) == 0x000248, "Member 'ACreatureMountHandler::DbIdInfo' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, CreatureClass) == 0x0002C8, "Member 'ACreatureMountHandler::CreatureClass' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, CreatureSkeletalMeshPreload) == 0x0002D0, "Member 'ACreatureMountHandler::CreatureSkeletalMeshPreload' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, CreatureMaterialsPreload) == 0x0002D8, "Member 'ACreatureMountHandler::CreatureMaterialsPreload' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, MountedStat) == 0x0002E8, "Member 'ACreatureMountHandler::MountedStat' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, PlayerMountAbility) == 0x0002F0, "Member 'ACreatureMountHandler::PlayerMountAbility' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, RiderPostDismountAbility) == 0x0002F8, "Member 'ACreatureMountHandler::RiderPostDismountAbility' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, ExistingCreatureInitialInteractionArchitectAsset) == 0x000300, "Member 'ACreatureMountHandler::ExistingCreatureInitialInteractionArchitectAsset' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, MountStreamingComponentClass) == 0x000308, "Member 'ACreatureMountHandler::MountStreamingComponentClass' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, MountHeightLimitComponentClass) == 0x000310, "Member 'ACreatureMountHandler::MountHeightLimitComponentClass' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, CreatureRiderComponentClass) == 0x000318, "Member 'ACreatureMountHandler::CreatureRiderComponentClass' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, CreatureMountComponentClass) == 0x000320, "Member 'ACreatureMountHandler::CreatureMountComponentClass' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, MovementPredictionComponentClass) == 0x000328, "Member 'ACreatureMountHandler::MovementPredictionComponentClass' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, MountedAIControllerClass) == 0x000330, "Member 'ACreatureMountHandler::MountedAIControllerClass' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, CreatureMountVFXActorClass) == 0x000338, "Member 'ACreatureMountHandler::CreatureMountVFXActorClass' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, MountedReactionsAsset) == 0x000340, "Member 'ACreatureMountHandler::MountedReactionsAsset' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, MountedInteractionsAsset) == 0x000348, "Member 'ACreatureMountHandler::MountedInteractionsAsset' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, ImmunityTagContainer) == 0x000350, "Member 'ACreatureMountHandler::ImmunityTagContainer' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, NoMountZoneAvoidanceParams) == 0x000370, "Member 'ACreatureMountHandler::NoMountZoneAvoidanceParams' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, MountTransitionActorClass) == 0x000390, "Member 'ACreatureMountHandler::MountTransitionActorClass' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, MountTransitionActorAttachSocket) == 0x000398, "Member 'ACreatureMountHandler::MountTransitionActorAttachSocket' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, bAdjustSpawnForCollision) == 0x0003A0, "Member 'ACreatureMountHandler::bAdjustSpawnForCollision' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, SpawnLocationHandler) == 0x0003B0, "Member 'ACreatureMountHandler::SpawnLocationHandler' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, CreatureMountType) == 0x000450, "Member 'ACreatureMountHandler::CreatureMountType' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, MountCapsuleName) == 0x000454, "Member 'ACreatureMountHandler::MountCapsuleName' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, CreaturePhysicAssetForRiderCloth) == 0x000460, "Member 'ACreatureMountHandler::CreaturePhysicAssetForRiderCloth' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, ClothMountTargets) == 0x000468, "Member 'ACreatureMountHandler::ClothMountTargets' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, LevelScalingOverrideName) == 0x000480, "Member 'ACreatureMountHandler::LevelScalingOverrideName' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, MountCognitionParams) == 0x000488, "Member 'ACreatureMountHandler::MountCognitionParams' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, OriginalBipedCognitionParams) == 0x0004A0, "Member 'ACreatureMountHandler::OriginalBipedCognitionParams' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, bDestroyHandlerAfterDismount) == 0x0004B8, "Member 'ACreatureMountHandler::bDestroyHandlerAfterDismount' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, bDestroyCreatureAfterDismount) == 0x0004B9, "Member 'ACreatureMountHandler::bDestroyCreatureAfterDismount' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, RiderCharacter) == 0x0004C0, "Member 'ACreatureMountHandler::RiderCharacter' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, CreatureCharacter) == 0x0004C8, "Member 'ACreatureMountHandler::CreatureCharacter' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, RiderController) == 0x0004D0, "Member 'ACreatureMountHandler::RiderController' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, PreviousCreatureController) == 0x0004D8, "Member 'ACreatureMountHandler::PreviousCreatureController' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, PreviousRiderController) == 0x0004E0, "Member 'ACreatureMountHandler::PreviousRiderController' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, MountTransitionActor) == 0x0004E8, "Member 'ACreatureMountHandler::MountTransitionActor' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, ChargeUnavailableMessageTimeout) == 0x000500, "Member 'ACreatureMountHandler::ChargeUnavailableMessageTimeout' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, ChargeOnCooldownMessageTimeout) == 0x000504, "Member 'ACreatureMountHandler::ChargeOnCooldownMessageTimeout' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, FlightLandingDynamics) == 0x000508, "Member 'ACreatureMountHandler::FlightLandingDynamics' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, CreatureMountErrors) == 0x000510, "Member 'ACreatureMountHandler::CreatureMountErrors' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, CreatureMountVFXActor) == 0x000578, "Member 'ACreatureMountHandler::CreatureMountVFXActor' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, PreviousMountReactionsAsset) == 0x000580, "Member 'ACreatureMountHandler::PreviousMountReactionsAsset' has a wrong offset!"); \ static_assert(offsetof(ACreatureMountHandler, PreviousMountInteractionsAsset) == 0x000588, "Member 'ACreatureMountHandler::PreviousMountInteractionsAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearOverride_Interface_GetBackGear \ static_assert(alignof(GearOverride_Interface_GetBackGear) == 0x000004, "Wrong alignment on GearOverride_Interface_GetBackGear"); \ static_assert(sizeof(GearOverride_Interface_GetBackGear) == 0x000008, "Wrong size on GearOverride_Interface_GetBackGear"); \ static_assert(offsetof(GearOverride_Interface_GetBackGear, ReturnValue) == 0x000000, "Member 'GearOverride_Interface_GetBackGear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearOverride_Interface_GetFaceGear \ static_assert(alignof(GearOverride_Interface_GetFaceGear) == 0x000004, "Wrong alignment on GearOverride_Interface_GetFaceGear"); \ static_assert(sizeof(GearOverride_Interface_GetFaceGear) == 0x000008, "Wrong size on GearOverride_Interface_GetFaceGear"); \ static_assert(offsetof(GearOverride_Interface_GetFaceGear, ReturnValue) == 0x000000, "Member 'GearOverride_Interface_GetFaceGear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearOverride_Interface_GetHandGear \ static_assert(alignof(GearOverride_Interface_GetHandGear) == 0x000004, "Wrong alignment on GearOverride_Interface_GetHandGear"); \ static_assert(sizeof(GearOverride_Interface_GetHandGear) == 0x000008, "Wrong size on GearOverride_Interface_GetHandGear"); \ static_assert(offsetof(GearOverride_Interface_GetHandGear, ReturnValue) == 0x000000, "Member 'GearOverride_Interface_GetHandGear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearOverride_Interface_GetHeadGear \ static_assert(alignof(GearOverride_Interface_GetHeadGear) == 0x000004, "Wrong alignment on GearOverride_Interface_GetHeadGear"); \ static_assert(sizeof(GearOverride_Interface_GetHeadGear) == 0x000008, "Wrong size on GearOverride_Interface_GetHeadGear"); \ static_assert(offsetof(GearOverride_Interface_GetHeadGear, ReturnValue) == 0x000000, "Member 'GearOverride_Interface_GetHeadGear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearOverride_Interface_GetHouse \ static_assert(alignof(GearOverride_Interface_GetHouse) == 0x000004, "Wrong alignment on GearOverride_Interface_GetHouse"); \ static_assert(sizeof(GearOverride_Interface_GetHouse) == 0x000008, "Wrong size on GearOverride_Interface_GetHouse"); \ static_assert(offsetof(GearOverride_Interface_GetHouse, ReturnValue) == 0x000000, "Member 'GearOverride_Interface_GetHouse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearOverride_Interface_GetNeckGear \ static_assert(alignof(GearOverride_Interface_GetNeckGear) == 0x000004, "Wrong alignment on GearOverride_Interface_GetNeckGear"); \ static_assert(sizeof(GearOverride_Interface_GetNeckGear) == 0x000008, "Wrong size on GearOverride_Interface_GetNeckGear"); \ static_assert(offsetof(GearOverride_Interface_GetNeckGear, ReturnValue) == 0x000000, "Member 'GearOverride_Interface_GetNeckGear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearOverride_Interface_GetOutfitGear \ static_assert(alignof(GearOverride_Interface_GetOutfitGear) == 0x000004, "Wrong alignment on GearOverride_Interface_GetOutfitGear"); \ static_assert(sizeof(GearOverride_Interface_GetOutfitGear) == 0x000008, "Wrong size on GearOverride_Interface_GetOutfitGear"); \ static_assert(offsetof(GearOverride_Interface_GetOutfitGear, ReturnValue) == 0x000000, "Member 'GearOverride_Interface_GetOutfitGear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IGearOverride_Interface \ static_assert(alignof(IGearOverride_Interface) == 0x000001, "Wrong alignment on IGearOverride_Interface"); \ static_assert(sizeof(IGearOverride_Interface) == 0x000001, "Wrong size on IGearOverride_Interface"); \ #define DUMPER7_ASSERTS_ACreatureNurturingVolumeSupressor \ static_assert(alignof(ACreatureNurturingVolumeSupressor) == 0x000008, "Wrong alignment on ACreatureNurturingVolumeSupressor"); \ static_assert(sizeof(ACreatureNurturingVolumeSupressor) == 0x000258, "Wrong size on ACreatureNurturingVolumeSupressor"); \ #define DUMPER7_ASSERTS_CreaturePen_OnBreedingStarted \ static_assert(alignof(CreaturePen_OnBreedingStarted) == 0x000008, "Wrong alignment on CreaturePen_OnBreedingStarted"); \ static_assert(sizeof(CreaturePen_OnBreedingStarted) == 0x000010, "Wrong size on CreaturePen_OnBreedingStarted"); \ static_assert(offsetof(CreaturePen_OnBreedingStarted, OffspringState) == 0x000000, "Member 'CreaturePen_OnBreedingStarted::OffspringState' has a wrong offset!"); \ static_assert(offsetof(CreaturePen_OnBreedingStarted, MotherState) == 0x000008, "Member 'CreaturePen_OnBreedingStarted::MotherState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreaturePen_OnCreatureSpawned \ static_assert(alignof(CreaturePen_OnCreatureSpawned) == 0x000008, "Wrong alignment on CreaturePen_OnCreatureSpawned"); \ static_assert(sizeof(CreaturePen_OnCreatureSpawned) == 0x000010, "Wrong size on CreaturePen_OnCreatureSpawned"); \ static_assert(offsetof(CreaturePen_OnCreatureSpawned, CreatureState) == 0x000000, "Member 'CreaturePen_OnCreatureSpawned::CreatureState' has a wrong offset!"); \ static_assert(offsetof(CreaturePen_OnCreatureSpawned, CreatureActor) == 0x000008, "Member 'CreaturePen_OnCreatureSpawned::CreatureActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreaturePen_IsOccupied \ static_assert(alignof(CreaturePen_IsOccupied) == 0x000001, "Wrong alignment on CreaturePen_IsOccupied"); \ static_assert(sizeof(CreaturePen_IsOccupied) == 0x000001, "Wrong size on CreaturePen_IsOccupied"); \ static_assert(offsetof(CreaturePen_IsOccupied, ReturnValue) == 0x000000, "Member 'CreaturePen_IsOccupied::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreaturePen_IsReadyToSlotCreature \ static_assert(alignof(CreaturePen_IsReadyToSlotCreature) == 0x000001, "Wrong alignment on CreaturePen_IsReadyToSlotCreature"); \ static_assert(sizeof(CreaturePen_IsReadyToSlotCreature) == 0x000001, "Wrong size on CreaturePen_IsReadyToSlotCreature"); \ static_assert(offsetof(CreaturePen_IsReadyToSlotCreature, ReturnValue) == 0x000000, "Member 'CreaturePen_IsReadyToSlotCreature::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACreaturePen \ static_assert(alignof(ACreaturePen) == 0x000008, "Wrong alignment on ACreaturePen"); \ static_assert(sizeof(ACreaturePen) == 0x0002C0, "Wrong size on ACreaturePen"); \ static_assert(offsetof(ACreaturePen, CachedWalkOutTrigger) == 0x0002A8, "Member 'ACreaturePen::CachedWalkOutTrigger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayTagLibrary \ static_assert(alignof(UGameplayTagLibrary) == 0x000008, "Wrong alignment on UGameplayTagLibrary"); \ static_assert(sizeof(UGameplayTagLibrary) == 0x000498, "Wrong size on UGameplayTagLibrary"); \ static_assert(offsetof(UGameplayTagLibrary, BleedingTag) == 0x000030, "Member 'UGameplayTagLibrary::BleedingTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ChannelingTag) == 0x000038, "Member 'UGameplayTagLibrary::ChannelingTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CharacterHighPostImpactVelocity) == 0x000040, "Member 'UGameplayTagLibrary::CharacterHighPostImpactVelocity' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ChargingTag) == 0x000048, "Member 'UGameplayTagLibrary::ChargingTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CharredTag) == 0x000050, "Member 'UGameplayTagLibrary::CharredTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CriticalHealthTag) == 0x000058, "Member 'UGameplayTagLibrary::CriticalHealthTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, DeadTag) == 0x000060, "Member 'UGameplayTagLibrary::DeadTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, DazedTag) == 0x000068, "Member 'UGameplayTagLibrary::DazedTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, FallingTag) == 0x000070, "Member 'UGameplayTagLibrary::FallingTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, FinisherTag) == 0x000078, "Member 'UGameplayTagLibrary::FinisherTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, InAirTag) == 0x000080, "Member 'UGameplayTagLibrary::InAirTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, InvulnerableTag) == 0x000088, "Member 'UGameplayTagLibrary::InvulnerableTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, NearDeathKneelTag) == 0x000090, "Member 'UGameplayTagLibrary::NearDeathKneelTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, InstantDeathTag) == 0x000098, "Member 'UGameplayTagLibrary::InstantDeathTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, OverkilledTag) == 0x0000A0, "Member 'UGameplayTagLibrary::OverkilledTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, OnFireTag) == 0x0000A8, "Member 'UGameplayTagLibrary::OnFireTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, MarkedTag) == 0x0000B0, "Member 'UGameplayTagLibrary::MarkedTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, RagdollTag) == 0x0000B8, "Member 'UGameplayTagLibrary::RagdollTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, SentTag) == 0x0000C0, "Member 'UGameplayTagLibrary::SentTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, WeakTag) == 0x0000C8, "Member 'UGameplayTagLibrary::WeakTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, UnawareTag) == 0x0000D0, "Member 'UGameplayTagLibrary::UnawareTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, VulnerableTag) == 0x0000D8, "Member 'UGameplayTagLibrary::VulnerableTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, PlayStrongAttackBeforeDeathTag) == 0x0000E0, "Member 'UGameplayTagLibrary::PlayStrongAttackBeforeDeathTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ArrestedTag) == 0x0000E8, "Member 'UGameplayTagLibrary::ArrestedTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ConfoundedTag) == 0x0000F0, "Member 'UGameplayTagLibrary::ConfoundedTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CrucioedTag) == 0x0000F8, "Member 'UGameplayTagLibrary::CrucioedTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, FrozenTag) == 0x000100, "Member 'UGameplayTagLibrary::FrozenTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ImperiusedTag) == 0x000108, "Member 'UGameplayTagLibrary::ImperiusedTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, LevitatedTag) == 0x000110, "Member 'UGameplayTagLibrary::LevitatedTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, PetrifiedTag) == 0x000118, "Member 'UGameplayTagLibrary::PetrifiedTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, LaidOutTag) == 0x000120, "Member 'UGameplayTagLibrary::LaidOutTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, GettingUpTag) == 0x000128, "Member 'UGameplayTagLibrary::GettingUpTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ArmedStatusTag) == 0x000130, "Member 'UGameplayTagLibrary::ArmedStatusTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, UnarmedStatusTag) == 0x000138, "Member 'UGameplayTagLibrary::UnarmedStatusTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ShieldedStatusTag) == 0x000140, "Member 'UGameplayTagLibrary::ShieldedStatusTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, UnshieldedStatusTag) == 0x000148, "Member 'UGameplayTagLibrary::UnshieldedStatusTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, AttackLightTag) == 0x000150, "Member 'UGameplayTagLibrary::AttackLightTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, AttackMediumTag) == 0x000158, "Member 'UGameplayTagLibrary::AttackMediumTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, AttackHeavyTag) == 0x000160, "Member 'UGameplayTagLibrary::AttackHeavyTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CompleteDeathTag) == 0x000168, "Member 'UGameplayTagLibrary::CompleteDeathTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, BreakBlockUnawareTag) == 0x000170, "Member 'UGameplayTagLibrary::BreakBlockUnawareTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, BreakBlockPygmyPerkTag) == 0x000178, "Member 'UGameplayTagLibrary::BreakBlockPygmyPerkTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CuttingTag) == 0x000180, "Member 'UGameplayTagLibrary::CuttingTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CharringBlowTag) == 0x000188, "Member 'UGameplayTagLibrary::CharringBlowTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CompanionInstigatorTag) == 0x000190, "Member 'UGameplayTagLibrary::CompanionInstigatorTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, DeathBlowTag) == 0x000198, "Member 'UGameplayTagLibrary::DeathBlowTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, DeflectedTag) == 0x0001A0, "Member 'UGameplayTagLibrary::DeflectedTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, FinisherImpactTag) == 0x0001A8, "Member 'UGameplayTagLibrary::FinisherImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, FireImpactTag) == 0x0001B0, "Member 'UGameplayTagLibrary::FireImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, HighPostImpactVelocity) == 0x0001B8, "Member 'UGameplayTagLibrary::HighPostImpactVelocity' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ImpactByCharacter) == 0x0001C0, "Member 'UGameplayTagLibrary::ImpactByCharacter' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ImpactStrengthLightTag) == 0x0001C8, "Member 'UGameplayTagLibrary::ImpactStrengthLightTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ImpactStrengthHeavyTag) == 0x0001D0, "Member 'UGameplayTagLibrary::ImpactStrengthHeavyTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, LeviosoTag) == 0x0001D8, "Member 'UGameplayTagLibrary::LeviosoTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, MeleeTag) == 0x0001E0, "Member 'UGameplayTagLibrary::MeleeTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, NoInReactionAdjustment) == 0x0001E8, "Member 'UGameplayTagLibrary::NoInReactionAdjustment' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ObjectBroke) == 0x0001F0, "Member 'UGameplayTagLibrary::ObjectBroke' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, OppugnoImpactTag) == 0x0001F8, "Member 'UGameplayTagLibrary::OppugnoImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, OverkillBlowTag) == 0x000200, "Member 'UGameplayTagLibrary::OverkillBlowTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, PerfectParry) == 0x000208, "Member 'UGameplayTagLibrary::PerfectParry' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, PhysicsImpactTag) == 0x000210, "Member 'UGameplayTagLibrary::PhysicsImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, PopupImpactTag) == 0x000218, "Member 'UGameplayTagLibrary::PopupImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ProtogoIgnoreImpactTag) == 0x000220, "Member 'UGameplayTagLibrary::ProtogoIgnoreImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ShockwaveImpactTag) == 0x000228, "Member 'UGameplayTagLibrary::ShockwaveImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, SuperAttackTag) == 0x000230, "Member 'UGameplayTagLibrary::SuperAttackTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, SustainedBlastTag) == 0x000238, "Member 'UGameplayTagLibrary::SustainedBlastTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, StealOnImpactTag) == 0x000240, "Member 'UGameplayTagLibrary::StealOnImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, StrongerReactionImpactTag) == 0x000248, "Member 'UGameplayTagLibrary::StrongerReactionImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, StupefyImpactTag) == 0x000250, "Member 'UGameplayTagLibrary::StupefyImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, TriggerReactionTag) == 0x000258, "Member 'UGameplayTagLibrary::TriggerReactionTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, UnblockableImpactTag) == 0x000260, "Member 'UGameplayTagLibrary::UnblockableImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ShieldBrokenTag) == 0x000268, "Member 'UGameplayTagLibrary::ShieldBrokenTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, PlayerShieldBreakerImpactTag) == 0x000270, "Member 'UGameplayTagLibrary::PlayerShieldBreakerImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, EnemyShieldBreakerTypeAImpactTag) == 0x000278, "Member 'UGameplayTagLibrary::EnemyShieldBreakerTypeAImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, EnemyShieldBreakerTypeBImpactTag) == 0x000280, "Member 'UGameplayTagLibrary::EnemyShieldBreakerTypeBImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, EnemyShieldBreakerTypeCImpactTag) == 0x000288, "Member 'UGameplayTagLibrary::EnemyShieldBreakerTypeCImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CounterAttackImpactTag) == 0x000290, "Member 'UGameplayTagLibrary::CounterAttackImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, DodgeBlinkAttackImpactTag) == 0x000298, "Member 'UGameplayTagLibrary::DodgeBlinkAttackImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CharacterControlAttackImpactTag) == 0x0002A0, "Member 'UGameplayTagLibrary::CharacterControlAttackImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, HeavyDamageAttackImpactTag) == 0x0002A8, "Member 'UGameplayTagLibrary::HeavyDamageAttackImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ForcefulBlastAttackImpactTag) == 0x0002B0, "Member 'UGameplayTagLibrary::ForcefulBlastAttackImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, AOEAttackImpactTag) == 0x0002B8, "Member 'UGameplayTagLibrary::AOEAttackImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, FinisherAttackImpactTag) == 0x0002C0, "Member 'UGameplayTagLibrary::FinisherAttackImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, HighElevationSplatteringFallDeathTag) == 0x0002C8, "Member 'UGameplayTagLibrary::HighElevationSplatteringFallDeathTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ImperiusImpactTag) == 0x0002D0, "Member 'UGameplayTagLibrary::ImperiusImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CrucioImpactTag) == 0x0002D8, "Member 'UGameplayTagLibrary::CrucioImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CrucioEnduringImpactTag) == 0x0002E0, "Member 'UGameplayTagLibrary::CrucioEnduringImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, GlaciusImpactTag) == 0x0002E8, "Member 'UGameplayTagLibrary::GlaciusImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, MandrakeImpactTag) == 0x0002F0, "Member 'UGameplayTagLibrary::MandrakeImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, StupefySpecialPopupImpactTag) == 0x0002F8, "Member 'UGameplayTagLibrary::StupefySpecialPopupImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CrucioTalentProjectileImpactTag) == 0x000300, "Member 'UGameplayTagLibrary::CrucioTalentProjectileImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ImmuneToImpactTag) == 0x000308, "Member 'UGameplayTagLibrary::ImmuneToImpactTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, EnemyDefaultGroupGameplayTag) == 0x000310, "Member 'UGameplayTagLibrary::EnemyDefaultGroupGameplayTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CounterAttackGameplayTag) == 0x000318, "Member 'UGameplayTagLibrary::CounterAttackGameplayTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CounterGetupGameplayTag) == 0x000320, "Member 'UGameplayTagLibrary::CounterGetupGameplayTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CounterReactionGameplayTag) == 0x000328, "Member 'UGameplayTagLibrary::CounterReactionGameplayTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CounterRecoverGameplayTag) == 0x000330, "Member 'UGameplayTagLibrary::CounterRecoverGameplayTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CounterStunLockGameplayTag) == 0x000338, "Member 'UGameplayTagLibrary::CounterStunLockGameplayTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CounterRetaliateGameplayTag) == 0x000340, "Member 'UGameplayTagLibrary::CounterRetaliateGameplayTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CounterEscapeGameplayTag) == 0x000348, "Member 'UGameplayTagLibrary::CounterEscapeGameplayTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, SpecialTicketTag) == 0x000350, "Member 'UGameplayTagLibrary::SpecialTicketTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, SpecialTicketVulnerableMustAvoidTag) == 0x000358, "Member 'UGameplayTagLibrary::SpecialTicketVulnerableMustAvoidTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, SpecialTicketVulnerableFollowupTag) == 0x000360, "Member 'UGameplayTagLibrary::SpecialTicketVulnerableFollowupTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, TargetLevitatedTag) == 0x000368, "Member 'UGameplayTagLibrary::TargetLevitatedTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, TargetInCCTag) == 0x000370, "Member 'UGameplayTagLibrary::TargetInCCTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, DeathBlowGameplayTag) == 0x000378, "Member 'UGameplayTagLibrary::DeathBlowGameplayTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, StealthTakedownGameplayTag) == 0x000380, "Member 'UGameplayTagLibrary::StealthTakedownGameplayTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, AttackChooseUpdateTag) == 0x000388, "Member 'UGameplayTagLibrary::AttackChooseUpdateTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, AttackChooseStartTag) == 0x000390, "Member 'UGameplayTagLibrary::AttackChooseStartTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, AttackExecuteTag) == 0x000398, "Member 'UGameplayTagLibrary::AttackExecuteTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, ProtegoIgnoreTag) == 0x0003A0, "Member 'UGameplayTagLibrary::ProtegoIgnoreTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, LightAttackTag) == 0x0003A8, "Member 'UGameplayTagLibrary::LightAttackTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, MediumAttackTag) == 0x0003B0, "Member 'UGameplayTagLibrary::MediumAttackTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, HeavyAttackTag) == 0x0003B8, "Member 'UGameplayTagLibrary::HeavyAttackTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, MoveTypeSightTag) == 0x0003C0, "Member 'UGameplayTagLibrary::MoveTypeSightTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, MoveTypeListenTag) == 0x0003C8, "Member 'UGameplayTagLibrary::MoveTypeListenTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, MoveTypeComboFinal) == 0x0003D0, "Member 'UGameplayTagLibrary::MoveTypeComboFinal' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, GameEventTag) == 0x0003D8, "Member 'UGameplayTagLibrary::GameEventTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, GameEventMunitionTag) == 0x0003E0, "Member 'UGameplayTagLibrary::GameEventMunitionTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, GameEventMunitionHitTag) == 0x0003E8, "Member 'UGameplayTagLibrary::GameEventMunitionHitTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, GameEventMunitionFireTag) == 0x0003F0, "Member 'UGameplayTagLibrary::GameEventMunitionFireTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, GameEventFootfallTag) == 0x0003F8, "Member 'UGameplayTagLibrary::GameEventFootfallTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, GameEventWandLinkTag) == 0x000400, "Member 'UGameplayTagLibrary::GameEventWandLinkTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, GameEventObjectBrokenTag) == 0x000408, "Member 'UGameplayTagLibrary::GameEventObjectBrokenTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, GameEventPhysicsCollisionTag) == 0x000410, "Member 'UGameplayTagLibrary::GameEventPhysicsCollisionTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, StupefySpecial) == 0x000418, "Member 'UGameplayTagLibrary::StupefySpecial' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, LeaderGroupTag) == 0x000420, "Member 'UGameplayTagLibrary::LeaderGroupTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, DuelOpponentGroupTag) == 0x000428, "Member 'UGameplayTagLibrary::DuelOpponentGroupTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CompanionGroupTag) == 0x000430, "Member 'UGameplayTagLibrary::CompanionGroupTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, DuelModeIATag) == 0x000438, "Member 'UGameplayTagLibrary::DuelModeIATag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, DuelModeAATag) == 0x000440, "Member 'UGameplayTagLibrary::DuelModeAATag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, BecomeAwareInstantAATag) == 0x000448, "Member 'UGameplayTagLibrary::BecomeAwareInstantAATag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CounterTooCloseGameplayTag) == 0x000450, "Member 'UGameplayTagLibrary::CounterTooCloseGameplayTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, SweetSpotDamageTag) == 0x000458, "Member 'UGameplayTagLibrary::SweetSpotDamageTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, HalfSweetSpotDamageTag) == 0x000460, "Member 'UGameplayTagLibrary::HalfSweetSpotDamageTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, CounterAttackVulnerableTag) == 0x000468, "Member 'UGameplayTagLibrary::CounterAttackVulnerableTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, HitAlliesTag) == 0x000470, "Member 'UGameplayTagLibrary::HitAlliesTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, WandLinkCowerV1Tag) == 0x000478, "Member 'UGameplayTagLibrary::WandLinkCowerV1Tag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, WandLinkCowerV2Tag) == 0x000480, "Member 'UGameplayTagLibrary::WandLinkCowerV2Tag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, WandLinkCowerV3Tag) == 0x000488, "Member 'UGameplayTagLibrary::WandLinkCowerV3Tag' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagLibrary, WandLinkCowerV4Tag) == 0x000490, "Member 'UGameplayTagLibrary::WandLinkCowerV4Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreaturePerceptionVolume_OnBeginOverlap \ static_assert(alignof(CreaturePerceptionVolume_OnBeginOverlap) == 0x000008, "Wrong alignment on CreaturePerceptionVolume_OnBeginOverlap"); \ static_assert(sizeof(CreaturePerceptionVolume_OnBeginOverlap) == 0x000010, "Wrong size on CreaturePerceptionVolume_OnBeginOverlap"); \ static_assert(offsetof(CreaturePerceptionVolume_OnBeginOverlap, SelfActor) == 0x000000, "Member 'CreaturePerceptionVolume_OnBeginOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(CreaturePerceptionVolume_OnBeginOverlap, OtherActor) == 0x000008, "Member 'CreaturePerceptionVolume_OnBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreaturePerceptionVolume_OnEndOverlap \ static_assert(alignof(CreaturePerceptionVolume_OnEndOverlap) == 0x000008, "Wrong alignment on CreaturePerceptionVolume_OnEndOverlap"); \ static_assert(sizeof(CreaturePerceptionVolume_OnEndOverlap) == 0x000010, "Wrong size on CreaturePerceptionVolume_OnEndOverlap"); \ static_assert(offsetof(CreaturePerceptionVolume_OnEndOverlap, SelfActor) == 0x000000, "Member 'CreaturePerceptionVolume_OnEndOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(CreaturePerceptionVolume_OnEndOverlap, OtherActor) == 0x000008, "Member 'CreaturePerceptionVolume_OnEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACreaturePerceptionVolume \ static_assert(alignof(ACreaturePerceptionVolume) == 0x000008, "Wrong alignment on ACreaturePerceptionVolume"); \ static_assert(sizeof(ACreaturePerceptionVolume) == 0x000298, "Wrong size on ACreaturePerceptionVolume"); \ static_assert(offsetof(ACreaturePerceptionVolume, VolumeType) == 0x000280, "Member 'ACreaturePerceptionVolume::VolumeType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleOutsideOfCameraDistance \ static_assert(alignof(UWorldFXRuleOutsideOfCameraDistance) == 0x000008, "Wrong alignment on UWorldFXRuleOutsideOfCameraDistance"); \ static_assert(sizeof(UWorldFXRuleOutsideOfCameraDistance) == 0x000030, "Wrong size on UWorldFXRuleOutsideOfCameraDistance"); \ static_assert(offsetof(UWorldFXRuleOutsideOfCameraDistance, Distance) == 0x000028, "Member 'UWorldFXRuleOutsideOfCameraDistance::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackReticleTargetGetter \ static_assert(alignof(UCameraStackReticleTargetGetter) == 0x000008, "Wrong alignment on UCameraStackReticleTargetGetter"); \ static_assert(sizeof(UCameraStackReticleTargetGetter) == 0x0000B0, "Wrong size on UCameraStackReticleTargetGetter"); \ #define DUMPER7_ASSERTS_UCreaturePerchManager \ static_assert(alignof(UCreaturePerchManager) == 0x000008, "Wrong alignment on UCreaturePerchManager"); \ static_assert(sizeof(UCreaturePerchManager) == 0x000118, "Wrong size on UCreaturePerchManager"); \ #define DUMPER7_ASSERTS_UPointAtActorBaseComponent \ static_assert(alignof(UPointAtActorBaseComponent) == 0x000010, "Wrong alignment on UPointAtActorBaseComponent"); \ static_assert(sizeof(UPointAtActorBaseComponent) == 0x000250, "Wrong size on UPointAtActorBaseComponent"); \ static_assert(offsetof(UPointAtActorBaseComponent, Socket) == 0x000220, "Member 'UPointAtActorBaseComponent::Socket' has a wrong offset!"); \ static_assert(offsetof(UPointAtActorBaseComponent, LocalOffset) == 0x000228, "Member 'UPointAtActorBaseComponent::LocalOffset' has a wrong offset!"); \ static_assert(offsetof(UPointAtActorBaseComponent, bIncludeScale) == 0x000234, "Member 'UPointAtActorBaseComponent::bIncludeScale' has a wrong offset!"); \ static_assert(offsetof(UPointAtActorBaseComponent, Smoothing) == 0x000238, "Member 'UPointAtActorBaseComponent::Smoothing' has a wrong offset!"); \ static_assert(offsetof(UPointAtActorBaseComponent, SocketComponentPtr) == 0x000244, "Member 'UPointAtActorBaseComponent::SocketComponentPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACreaturePettingTool \ static_assert(alignof(ACreaturePettingTool) == 0x000008, "Wrong alignment on ACreaturePettingTool"); \ static_assert(sizeof(ACreaturePettingTool) == 0x000450, "Wrong size on ACreaturePettingTool"); \ #define DUMPER7_ASSERTS_UDialogueLineRuleState_Camera \ static_assert(alignof(UDialogueLineRuleState_Camera) == 0x000008, "Wrong alignment on UDialogueLineRuleState_Camera"); \ static_assert(sizeof(UDialogueLineRuleState_Camera) == 0x000090, "Wrong size on UDialogueLineRuleState_Camera"); \ static_assert(offsetof(UDialogueLineRuleState_Camera, LastAnimationActions) == 0x000058, "Member 'UDialogueLineRuleState_Camera::LastAnimationActions' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRuleState_Camera, LastCameraClips) == 0x000068, "Member 'UDialogueLineRuleState_Camera::LastCameraClips' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRuleState_Camera, LastTransformAction) == 0x000078, "Member 'UDialogueLineRuleState_Camera::LastTransformAction' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRuleState_Camera, LastCameraFixupOperations) == 0x000080, "Member 'UDialogueLineRuleState_Camera::LastCameraFixupOperations' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRuleState_Camera, LastCameraFixupAction) == 0x000088, "Member 'UDialogueLineRuleState_Camera::LastCameraFixupAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerTemplate_Get \ static_assert(alignof(PlayerTemplate_Get) == 0x000008, "Wrong alignment on PlayerTemplate_Get"); \ static_assert(sizeof(PlayerTemplate_Get) == 0x000008, "Wrong size on PlayerTemplate_Get"); \ static_assert(offsetof(PlayerTemplate_Get, ReturnValue) == 0x000000, "Member 'PlayerTemplate_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerTemplate_ReloadPlayerTemplate \ static_assert(alignof(PlayerTemplate_ReloadPlayerTemplate) == 0x000004, "Wrong alignment on PlayerTemplate_ReloadPlayerTemplate"); \ static_assert(sizeof(PlayerTemplate_ReloadPlayerTemplate) == 0x000008, "Wrong size on PlayerTemplate_ReloadPlayerTemplate"); \ static_assert(offsetof(PlayerTemplate_ReloadPlayerTemplate, PlayerTemplateName) == 0x000000, "Member 'PlayerTemplate_ReloadPlayerTemplate::PlayerTemplateName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerTemplate \ static_assert(alignof(UPlayerTemplate) == 0x000008, "Wrong alignment on UPlayerTemplate"); \ static_assert(sizeof(UPlayerTemplate) == 0x000038, "Wrong size on UPlayerTemplate"); \ #define DUMPER7_ASSERTS_UCreatureScalabilityManager \ static_assert(alignof(UCreatureScalabilityManager) == 0x000008, "Wrong alignment on UCreatureScalabilityManager"); \ static_assert(sizeof(UCreatureScalabilityManager) == 0x000128, "Wrong size on UCreatureScalabilityManager"); \ #define DUMPER7_ASSERTS_UEnemy_Evade_QBUpdateData \ static_assert(alignof(UEnemy_Evade_QBUpdateData) == 0x000008, "Wrong alignment on UEnemy_Evade_QBUpdateData"); \ static_assert(sizeof(UEnemy_Evade_QBUpdateData) == 0x000050, "Wrong size on UEnemy_Evade_QBUpdateData"); \ #define DUMPER7_ASSERTS_UWorldFXRulePlayerWithinBounds \ static_assert(alignof(UWorldFXRulePlayerWithinBounds) == 0x000008, "Wrong alignment on UWorldFXRulePlayerWithinBounds"); \ static_assert(sizeof(UWorldFXRulePlayerWithinBounds) == 0x000038, "Wrong size on UWorldFXRulePlayerWithinBounds"); \ static_assert(offsetof(UWorldFXRulePlayerWithinBounds, Bounds) == 0x000028, "Member 'UWorldFXRulePlayerWithinBounds::Bounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureSettings \ static_assert(alignof(UCreatureSettings) == 0x000008, "Wrong alignment on UCreatureSettings"); \ static_assert(sizeof(UCreatureSettings) == 0x000128, "Wrong size on UCreatureSettings"); \ static_assert(offsetof(UCreatureSettings, HappinessThresholdForPerkConsideration) == 0x000028, "Member 'UCreatureSettings::HappinessThresholdForPerkConsideration' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, HappinessStartValueWhenCaptured) == 0x00002C, "Member 'UCreatureSettings::HappinessStartValueWhenCaptured' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, HappinessStartValue1stGeneration) == 0x000030, "Member 'UCreatureSettings::HappinessStartValue1stGeneration' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, HappinessStartValue2ndGeneration) == 0x000034, "Member 'UCreatureSettings::HappinessStartValue2ndGeneration' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, HappinessCapWhenCaptured) == 0x000038, "Member 'UCreatureSettings::HappinessCapWhenCaptured' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, HappinessCap1stGeneration) == 0x00003C, "Member 'UCreatureSettings::HappinessCap1stGeneration' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, HappinessCap2ndGeneration) == 0x000040, "Member 'UCreatureSettings::HappinessCap2ndGeneration' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, HappinessGainedWhenFed) == 0x000044, "Member 'UCreatureSettings::HappinessGainedWhenFed' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, HappinessGainedWhenInteractedWith) == 0x000048, "Member 'UCreatureSettings::HappinessGainedWhenInteractedWith' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, HappinessGainedWhenByproductHarvested) == 0x00004C, "Member 'UCreatureSettings::HappinessGainedWhenByproductHarvested' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, MinTimeBetweenHappinessChangesFromDamage) == 0x000050, "Member 'UCreatureSettings::MinTimeBetweenHappinessChangesFromDamage' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, HappinessForConsecutiveDamage) == 0x000058, "Member 'UCreatureSettings::HappinessForConsecutiveDamage' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, TimeoutForConsecutiveDamageReset) == 0x000068, "Member 'UCreatureSettings::TimeoutForConsecutiveDamageReset' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, HappinessForNeighborDeath) == 0x00006C, "Member 'UCreatureSettings::HappinessForNeighborDeath' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, ConflictPreventedDurationSeconds) == 0x000070, "Member 'UCreatureSettings::ConflictPreventedDurationSeconds' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, ByproductProductionLock) == 0x000074, "Member 'UCreatureSettings::ByproductProductionLock' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, ByproductCollectionLock) == 0x00007C, "Member 'UCreatureSettings::ByproductCollectionLock' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, NurturingSpaceContextLock) == 0x000084, "Member 'UCreatureSettings::NurturingSpaceContextLock' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, FemaleEconomyValuePercent) == 0x00008C, "Member 'UCreatureSettings::FemaleEconomyValuePercent' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, AlbinoEconomyValuePercent) == 0x000090, "Member 'UCreatureSettings::AlbinoEconomyValuePercent' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, CommonColorVariationEconomyValuePercent) == 0x000094, "Member 'UCreatureSettings::CommonColorVariationEconomyValuePercent' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, HappinessEconomyValuePercent) == 0x000098, "Member 'UCreatureSettings::HappinessEconomyValuePercent' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, RepopulationTimeHour) == 0x00009C, "Member 'UCreatureSettings::RepopulationTimeHour' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, RepopulationExpiryTimeMinutes) == 0x0000A0, "Member 'UCreatureSettings::RepopulationExpiryTimeMinutes' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, FeedingStationCapacities) == 0x0000A8, "Member 'UCreatureSettings::FeedingStationCapacities' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, CreatureFeedItemID) == 0x0000F8, "Member 'UCreatureSettings::CreatureFeedItemID' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, DefaultFeedConversionTimeSec) == 0x000100, "Member 'UCreatureSettings::DefaultFeedConversionTimeSec' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, DefaultToyID) == 0x000104, "Member 'UCreatureSettings::DefaultToyID' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, PreferredGroundSlopeAngleMax) == 0x00010C, "Member 'UCreatureSettings::PreferredGroundSlopeAngleMax' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, PreferredDistanceToPathMin) == 0x000110, "Member 'UCreatureSettings::PreferredDistanceToPathMin' has a wrong offset!"); \ static_assert(offsetof(UCreatureSettings, PreloadedAssetPaths) == 0x000118, "Member 'UCreatureSettings::PreloadedAssetPaths' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_MoveCamera_Event \ static_assert(alignof(UDialogueLineRule_MoveCamera_Event) == 0x000008, "Wrong alignment on UDialogueLineRule_MoveCamera_Event"); \ static_assert(sizeof(UDialogueLineRule_MoveCamera_Event) == 0x0000A8, "Wrong size on UDialogueLineRule_MoveCamera_Event"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_Event, Enabled) == 0x000028, "Member 'UDialogueLineRule_MoveCamera_Event::Enabled' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_Event, Actor) == 0x000030, "Member 'UDialogueLineRule_MoveCamera_Event::Actor' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_Event, Animations) == 0x000040, "Member 'UDialogueLineRule_MoveCamera_Event::Animations' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_Event, CameraFixup) == 0x000050, "Member 'UDialogueLineRule_MoveCamera_Event::CameraFixup' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_Event, PlacementTransform) == 0x000098, "Member 'UDialogueLineRule_MoveCamera_Event::PlacementTransform' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_Event, PlacementLayer) == 0x0000A0, "Member 'UDialogueLineRule_MoveCamera_Event::PlacementLayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureSpawnSlotComponent_IsOccupied \ static_assert(alignof(CreatureSpawnSlotComponent_IsOccupied) == 0x000001, "Wrong alignment on CreatureSpawnSlotComponent_IsOccupied"); \ static_assert(sizeof(CreatureSpawnSlotComponent_IsOccupied) == 0x000001, "Wrong size on CreatureSpawnSlotComponent_IsOccupied"); \ static_assert(offsetof(CreatureSpawnSlotComponent_IsOccupied, ReturnValue) == 0x000000, "Member 'CreatureSpawnSlotComponent_IsOccupied::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureSpawnSlotComponent_GetSpawnTransform \ static_assert(alignof(CreatureSpawnSlotComponent_GetSpawnTransform) == 0x000010, "Wrong alignment on CreatureSpawnSlotComponent_GetSpawnTransform"); \ static_assert(sizeof(CreatureSpawnSlotComponent_GetSpawnTransform) == 0x000030, "Wrong size on CreatureSpawnSlotComponent_GetSpawnTransform"); \ static_assert(offsetof(CreatureSpawnSlotComponent_GetSpawnTransform, ReturnValue) == 0x000000, "Member 'CreatureSpawnSlotComponent_GetSpawnTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureSpawnSlotComponent \ static_assert(alignof(UCreatureSpawnSlotComponent) == 0x000010, "Wrong alignment on UCreatureSpawnSlotComponent"); \ static_assert(sizeof(UCreatureSpawnSlotComponent) == 0x0004B0, "Wrong size on UCreatureSpawnSlotComponent"); \ static_assert(offsetof(UCreatureSpawnSlotComponent, bIsOffspringSlot) == 0x000480, "Member 'UCreatureSpawnSlotComponent::bIsOffspringSlot' has a wrong offset!"); \ static_assert(offsetof(UCreatureSpawnSlotComponent, bSpawnPerched) == 0x000481, "Member 'UCreatureSpawnSlotComponent::bSpawnPerched' has a wrong offset!"); \ static_assert(offsetof(UCreatureSpawnSlotComponent, bUseExitAnimation) == 0x000482, "Member 'UCreatureSpawnSlotComponent::bUseExitAnimation' has a wrong offset!"); \ static_assert(offsetof(UCreatureSpawnSlotComponent, ExitAnimationAsset) == 0x000488, "Member 'UCreatureSpawnSlotComponent::ExitAnimationAsset' has a wrong offset!"); \ static_assert(offsetof(UCreatureSpawnSlotComponent, bExitFlying) == 0x000490, "Member 'UCreatureSpawnSlotComponent::bExitFlying' has a wrong offset!"); \ static_assert(offsetof(UCreatureSpawnSlotComponent, bRestrictSpecies) == 0x000491, "Member 'UCreatureSpawnSlotComponent::bRestrictSpecies' has a wrong offset!"); \ static_assert(offsetof(UCreatureSpawnSlotComponent, AllowedSpecies) == 0x000498, "Member 'UCreatureSpawnSlotComponent::AllowedSpecies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetAchievementForCapturing \ static_assert(alignof(CreatureDefinition_GetAchievementForCapturing) == 0x000004, "Wrong alignment on CreatureDefinition_GetAchievementForCapturing"); \ static_assert(sizeof(CreatureDefinition_GetAchievementForCapturing) == 0x000008, "Wrong size on CreatureDefinition_GetAchievementForCapturing"); \ static_assert(offsetof(CreatureDefinition_GetAchievementForCapturing, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetAchievementForCapturing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetAdultCreatureTypeID \ static_assert(alignof(CreatureDefinition_GetAdultCreatureTypeID) == 0x000004, "Wrong alignment on CreatureDefinition_GetAdultCreatureTypeID"); \ static_assert(sizeof(CreatureDefinition_GetAdultCreatureTypeID) == 0x000008, "Wrong size on CreatureDefinition_GetAdultCreatureTypeID"); \ static_assert(offsetof(CreatureDefinition_GetAdultCreatureTypeID, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetAdultCreatureTypeID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetBaseEconomyValue \ static_assert(alignof(CreatureDefinition_GetBaseEconomyValue) == 0x000004, "Wrong alignment on CreatureDefinition_GetBaseEconomyValue"); \ static_assert(sizeof(CreatureDefinition_GetBaseEconomyValue) == 0x000004, "Wrong size on CreatureDefinition_GetBaseEconomyValue"); \ static_assert(offsetof(CreatureDefinition_GetBaseEconomyValue, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetBaseEconomyValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetByproductCooldownTimeSec \ static_assert(alignof(CreatureDefinition_GetByproductCooldownTimeSec) == 0x000004, "Wrong alignment on CreatureDefinition_GetByproductCooldownTimeSec"); \ static_assert(sizeof(CreatureDefinition_GetByproductCooldownTimeSec) == 0x000004, "Wrong size on CreatureDefinition_GetByproductCooldownTimeSec"); \ static_assert(offsetof(CreatureDefinition_GetByproductCooldownTimeSec, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetByproductCooldownTimeSec::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetByproductHarvestCount \ static_assert(alignof(CreatureDefinition_GetByproductHarvestCount) == 0x000004, "Wrong alignment on CreatureDefinition_GetByproductHarvestCount"); \ static_assert(sizeof(CreatureDefinition_GetByproductHarvestCount) == 0x000004, "Wrong size on CreatureDefinition_GetByproductHarvestCount"); \ static_assert(offsetof(CreatureDefinition_GetByproductHarvestCount, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetByproductHarvestCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetByproductID \ static_assert(alignof(CreatureDefinition_GetByproductID) == 0x000004, "Wrong alignment on CreatureDefinition_GetByproductID"); \ static_assert(sizeof(CreatureDefinition_GetByproductID) == 0x000008, "Wrong size on CreatureDefinition_GetByproductID"); \ static_assert(offsetof(CreatureDefinition_GetByproductID, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetByproductID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetCanBeCaptured \ static_assert(alignof(CreatureDefinition_GetCanBeCaptured) == 0x000001, "Wrong alignment on CreatureDefinition_GetCanBeCaptured"); \ static_assert(sizeof(CreatureDefinition_GetCanBeCaptured) == 0x000001, "Wrong size on CreatureDefinition_GetCanBeCaptured"); \ static_assert(offsetof(CreatureDefinition_GetCanBeCaptured, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetCanBeCaptured::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetCapturingDistanceMax \ static_assert(alignof(CreatureDefinition_GetCapturingDistanceMax) == 0x000004, "Wrong alignment on CreatureDefinition_GetCapturingDistanceMax"); \ static_assert(sizeof(CreatureDefinition_GetCapturingDistanceMax) == 0x000004, "Wrong size on CreatureDefinition_GetCapturingDistanceMax"); \ static_assert(offsetof(CreatureDefinition_GetCapturingDistanceMax, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetCapturingDistanceMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetCapturingTime \ static_assert(alignof(CreatureDefinition_GetCapturingTime) == 0x000004, "Wrong alignment on CreatureDefinition_GetCapturingTime"); \ static_assert(sizeof(CreatureDefinition_GetCapturingTime) == 0x000004, "Wrong size on CreatureDefinition_GetCapturingTime"); \ static_assert(offsetof(CreatureDefinition_GetCapturingTime, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetCapturingTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetChildhoodDuration \ static_assert(alignof(CreatureDefinition_GetChildhoodDuration) == 0x000008, "Wrong alignment on CreatureDefinition_GetChildhoodDuration"); \ static_assert(sizeof(CreatureDefinition_GetChildhoodDuration) == 0x000008, "Wrong size on CreatureDefinition_GetChildhoodDuration"); \ static_assert(offsetof(CreatureDefinition_GetChildhoodDuration, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetChildhoodDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetCompletedYearForCapture \ static_assert(alignof(CreatureDefinition_GetCompletedYearForCapture) == 0x000004, "Wrong alignment on CreatureDefinition_GetCompletedYearForCapture"); \ static_assert(sizeof(CreatureDefinition_GetCompletedYearForCapture) == 0x000004, "Wrong size on CreatureDefinition_GetCompletedYearForCapture"); \ static_assert(offsetof(CreatureDefinition_GetCompletedYearForCapture, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetCompletedYearForCapture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetConflictTypeIDs \ static_assert(alignof(CreatureDefinition_GetConflictTypeIDs) == 0x000008, "Wrong alignment on CreatureDefinition_GetConflictTypeIDs"); \ static_assert(sizeof(CreatureDefinition_GetConflictTypeIDs) == 0x000010, "Wrong size on CreatureDefinition_GetConflictTypeIDs"); \ static_assert(offsetof(CreatureDefinition_GetConflictTypeIDs, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetConflictTypeIDs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetEggTypeID \ static_assert(alignof(CreatureDefinition_GetEggTypeID) == 0x000004, "Wrong alignment on CreatureDefinition_GetEggTypeID"); \ static_assert(sizeof(CreatureDefinition_GetEggTypeID) == 0x000008, "Wrong size on CreatureDefinition_GetEggTypeID"); \ static_assert(offsetof(CreatureDefinition_GetEggTypeID, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetEggTypeID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetHatchingDuration \ static_assert(alignof(CreatureDefinition_GetHatchingDuration) == 0x000008, "Wrong alignment on CreatureDefinition_GetHatchingDuration"); \ static_assert(sizeof(CreatureDefinition_GetHatchingDuration) == 0x000008, "Wrong size on CreatureDefinition_GetHatchingDuration"); \ static_assert(offsetof(CreatureDefinition_GetHatchingDuration, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetHatchingDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetIsAggressive \ static_assert(alignof(CreatureDefinition_GetIsAggressive) == 0x000001, "Wrong alignment on CreatureDefinition_GetIsAggressive"); \ static_assert(sizeof(CreatureDefinition_GetIsAggressive) == 0x000001, "Wrong size on CreatureDefinition_GetIsAggressive"); \ static_assert(offsetof(CreatureDefinition_GetIsAggressive, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetIsAggressive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetIsCarnivore \ static_assert(alignof(CreatureDefinition_GetIsCarnivore) == 0x000001, "Wrong alignment on CreatureDefinition_GetIsCarnivore"); \ static_assert(sizeof(CreatureDefinition_GetIsCarnivore) == 0x000001, "Wrong size on CreatureDefinition_GetIsCarnivore"); \ static_assert(offsetof(CreatureDefinition_GetIsCarnivore, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetIsCarnivore::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetNumCapturingGates \ static_assert(alignof(CreatureDefinition_GetNumCapturingGates) == 0x000004, "Wrong alignment on CreatureDefinition_GetNumCapturingGates"); \ static_assert(sizeof(CreatureDefinition_GetNumCapturingGates) == 0x000004, "Wrong size on CreatureDefinition_GetNumCapturingGates"); \ static_assert(offsetof(CreatureDefinition_GetNumCapturingGates, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetNumCapturingGates::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetOffspringCreatureTypeID \ static_assert(alignof(CreatureDefinition_GetOffspringCreatureTypeID) == 0x000004, "Wrong alignment on CreatureDefinition_GetOffspringCreatureTypeID"); \ static_assert(sizeof(CreatureDefinition_GetOffspringCreatureTypeID) == 0x000008, "Wrong size on CreatureDefinition_GetOffspringCreatureTypeID"); \ static_assert(offsetof(CreatureDefinition_GetOffspringCreatureTypeID, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetOffspringCreatureTypeID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetOnlyCapturableWhenNearDeathKneeling \ static_assert(alignof(CreatureDefinition_GetOnlyCapturableWhenNearDeathKneeling) == 0x000001, "Wrong alignment on CreatureDefinition_GetOnlyCapturableWhenNearDeathKneeling"); \ static_assert(sizeof(CreatureDefinition_GetOnlyCapturableWhenNearDeathKneeling) == 0x000001, "Wrong size on CreatureDefinition_GetOnlyCapturableWhenNearDeathKneeling"); \ static_assert(offsetof(CreatureDefinition_GetOnlyCapturableWhenNearDeathKneeling, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetOnlyCapturableWhenNearDeathKneeling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetPlayWithToyHappinessPercentage \ static_assert(alignof(CreatureDefinition_GetPlayWithToyHappinessPercentage) == 0x000004, "Wrong alignment on CreatureDefinition_GetPlayWithToyHappinessPercentage"); \ static_assert(sizeof(CreatureDefinition_GetPlayWithToyHappinessPercentage) == 0x000004, "Wrong size on CreatureDefinition_GetPlayWithToyHappinessPercentage"); \ static_assert(offsetof(CreatureDefinition_GetPlayWithToyHappinessPercentage, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetPlayWithToyHappinessPercentage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetPreferredToyID \ static_assert(alignof(CreatureDefinition_GetPreferredToyID) == 0x000004, "Wrong alignment on CreatureDefinition_GetPreferredToyID"); \ static_assert(sizeof(CreatureDefinition_GetPreferredToyID) == 0x000008, "Wrong size on CreatureDefinition_GetPreferredToyID"); \ static_assert(offsetof(CreatureDefinition_GetPreferredToyID, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetPreferredToyID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetPregnancyDuration \ static_assert(alignof(CreatureDefinition_GetPregnancyDuration) == 0x000008, "Wrong alignment on CreatureDefinition_GetPregnancyDuration"); \ static_assert(sizeof(CreatureDefinition_GetPregnancyDuration) == 0x000008, "Wrong size on CreatureDefinition_GetPregnancyDuration"); \ static_assert(offsetof(CreatureDefinition_GetPregnancyDuration, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetPregnancyDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_GetTypeID \ static_assert(alignof(CreatureDefinition_GetTypeID) == 0x000004, "Wrong alignment on CreatureDefinition_GetTypeID"); \ static_assert(sizeof(CreatureDefinition_GetTypeID) == 0x000008, "Wrong size on CreatureDefinition_GetTypeID"); \ static_assert(offsetof(CreatureDefinition_GetTypeID, ReturnValue) == 0x000000, "Member 'CreatureDefinition_GetTypeID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_IsAdult \ static_assert(alignof(CreatureDefinition_IsAdult) == 0x000001, "Wrong alignment on CreatureDefinition_IsAdult"); \ static_assert(sizeof(CreatureDefinition_IsAdult) == 0x000001, "Wrong size on CreatureDefinition_IsAdult"); \ static_assert(offsetof(CreatureDefinition_IsAdult, ReturnValue) == 0x000000, "Member 'CreatureDefinition_IsAdult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_IsEgg \ static_assert(alignof(CreatureDefinition_IsEgg) == 0x000001, "Wrong alignment on CreatureDefinition_IsEgg"); \ static_assert(sizeof(CreatureDefinition_IsEgg) == 0x000001, "Wrong size on CreatureDefinition_IsEgg"); \ static_assert(offsetof(CreatureDefinition_IsEgg, ReturnValue) == 0x000000, "Member 'CreatureDefinition_IsEgg::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_IsEggLaying \ static_assert(alignof(CreatureDefinition_IsEggLaying) == 0x000001, "Wrong alignment on CreatureDefinition_IsEggLaying"); \ static_assert(sizeof(CreatureDefinition_IsEggLaying) == 0x000001, "Wrong size on CreatureDefinition_IsEggLaying"); \ static_assert(offsetof(CreatureDefinition_IsEggLaying, ReturnValue) == 0x000000, "Member 'CreatureDefinition_IsEggLaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreatureDefinition_IsOffspring \ static_assert(alignof(CreatureDefinition_IsOffspring) == 0x000001, "Wrong alignment on CreatureDefinition_IsOffspring"); \ static_assert(sizeof(CreatureDefinition_IsOffspring) == 0x000001, "Wrong size on CreatureDefinition_IsOffspring"); \ static_assert(offsetof(CreatureDefinition_IsOffspring, ReturnValue) == 0x000000, "Member 'CreatureDefinition_IsOffspring::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureDefinition \ static_assert(alignof(UCreatureDefinition) == 0x000008, "Wrong alignment on UCreatureDefinition"); \ static_assert(sizeof(UCreatureDefinition) == 0x0000E0, "Wrong size on UCreatureDefinition"); \ #define DUMPER7_ASSERTS_AEnemy_Controller \ static_assert(alignof(AEnemy_Controller) == 0x000008, "Wrong alignment on AEnemy_Controller"); \ static_assert(sizeof(AEnemy_Controller) == 0x000460, "Wrong size on AEnemy_Controller"); \ #define DUMPER7_ASSERTS_ACreatureTetherVolume \ static_assert(alignof(ACreatureTetherVolume) == 0x000008, "Wrong alignment on ACreatureTetherVolume"); \ static_assert(sizeof(ACreatureTetherVolume) == 0x000288, "Wrong size on ACreatureTetherVolume"); \ static_assert(offsetof(ACreatureTetherVolume, bIsActive) == 0x000280, "Member 'ACreatureTetherVolume::bIsActive' has a wrong offset!"); \ static_assert(offsetof(ACreatureTetherVolume, bCanBeAutoDetected) == 0x000281, "Member 'ACreatureTetherVolume::bCanBeAutoDetected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACreatureTransformedHandler \ static_assert(alignof(ACreatureTransformedHandler) == 0x000010, "Wrong alignment on ACreatureTransformedHandler"); \ static_assert(sizeof(ACreatureTransformedHandler) == 0x000600, "Wrong size on ACreatureTransformedHandler"); \ static_assert(offsetof(ACreatureTransformedHandler, RiderCharacterClass) == 0x0005F0, "Member 'ACreatureTransformedHandler::RiderCharacterClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreatureUtilityContext \ static_assert(alignof(UCreatureUtilityContext) == 0x000008, "Wrong alignment on UCreatureUtilityContext"); \ static_assert(sizeof(UCreatureUtilityContext) == 0x000198, "Wrong size on UCreatureUtilityContext"); \ static_assert(offsetof(UCreatureUtilityContext, SelfCreatureCharacter) == 0x000118, "Member 'UCreatureUtilityContext::SelfCreatureCharacter' has a wrong offset!"); \ static_assert(offsetof(UCreatureUtilityContext, SelfObjectStateInfo) == 0x000120, "Member 'UCreatureUtilityContext::SelfObjectStateInfo' has a wrong offset!"); \ static_assert(offsetof(UCreatureUtilityContext, SelfCreatureDefinition) == 0x000128, "Member 'UCreatureUtilityContext::SelfCreatureDefinition' has a wrong offset!"); \ static_assert(offsetof(UCreatureUtilityContext, SelfCreatureState) == 0x000130, "Member 'UCreatureUtilityContext::SelfCreatureState' has a wrong offset!"); \ static_assert(offsetof(UCreatureUtilityContext, TransfigurationActors) == 0x000138, "Member 'UCreatureUtilityContext::TransfigurationActors' has a wrong offset!"); \ static_assert(offsetof(UCreatureUtilityContext, ActionEnergyData) == 0x000148, "Member 'UCreatureUtilityContext::ActionEnergyData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Evade_QBUpdate \ static_assert(alignof(UEnemy_Evade_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_Evade_QBUpdate"); \ static_assert(sizeof(UEnemy_Evade_QBUpdate) == 0x000050, "Wrong size on UEnemy_Evade_QBUpdate"); \ #define DUMPER7_ASSERTS_ACrowdTest \ static_assert(alignof(ACrowdTest) == 0x000008, "Wrong alignment on ACrowdTest"); \ static_assert(sizeof(ACrowdTest) == 0x0002A0, "Wrong size on ACrowdTest"); \ static_assert(offsetof(ACrowdTest, m_targetTag) == 0x000248, "Member 'ACrowdTest::m_targetTag' has a wrong offset!"); \ static_assert(offsetof(ACrowdTest, m_minDesiredSpeed) == 0x000250, "Member 'ACrowdTest::m_minDesiredSpeed' has a wrong offset!"); \ static_assert(offsetof(ACrowdTest, m_maxDesiredSpeed) == 0x000254, "Member 'ACrowdTest::m_maxDesiredSpeed' has a wrong offset!"); \ static_assert(offsetof(ACrowdTest, m_spawnCount) == 0x000258, "Member 'ACrowdTest::m_spawnCount' has a wrong offset!"); \ static_assert(offsetof(ACrowdTest, m_arrivedCount) == 0x00025C, "Member 'ACrowdTest::m_arrivedCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskSimpleFollowSpline \ static_assert(alignof(UAIPerformTaskSimpleFollowSpline) == 0x000010, "Wrong alignment on UAIPerformTaskSimpleFollowSpline"); \ static_assert(sizeof(UAIPerformTaskSimpleFollowSpline) == 0x0000E0, "Wrong size on UAIPerformTaskSimpleFollowSpline"); \ static_assert(offsetof(UAIPerformTaskSimpleFollowSpline, FollowSimpleSplineForAI) == 0x0000D8, "Member 'UAIPerformTaskSimpleFollowSpline::FollowSimpleSplineForAI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DamageOverTime_OnArrestoEnd \ static_assert(alignof(DamageOverTime_OnArrestoEnd) == 0x000008, "Wrong alignment on DamageOverTime_OnArrestoEnd"); \ static_assert(sizeof(DamageOverTime_OnArrestoEnd) == 0x000008, "Wrong size on DamageOverTime_OnArrestoEnd"); \ static_assert(offsetof(DamageOverTime_OnArrestoEnd, i_component) == 0x000000, "Member 'DamageOverTime_OnArrestoEnd::i_component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDamageOverTime \ static_assert(alignof(UDamageOverTime) == 0x000008, "Wrong alignment on UDamageOverTime"); \ static_assert(sizeof(UDamageOverTime) == 0x0001C8, "Wrong size on UDamageOverTime"); \ #define DUMPER7_ASSERTS_UCrucioComponent \ static_assert(alignof(UCrucioComponent) == 0x000008, "Wrong alignment on UCrucioComponent"); \ static_assert(sizeof(UCrucioComponent) == 0x0001D8, "Wrong size on UCrucioComponent"); \ #define DUMPER7_ASSERTS_ACrucioSpellTool \ static_assert(alignof(ACrucioSpellTool) == 0x000008, "Wrong alignment on ACrucioSpellTool"); \ static_assert(sizeof(ACrucioSpellTool) == 0x000898, "Wrong size on ACrucioSpellTool"); \ static_assert(offsetof(ACrucioSpellTool, DamageFX2) == 0x000870, "Member 'ACrucioSpellTool::DamageFX2' has a wrong offset!"); \ static_assert(offsetof(ACrucioSpellTool, TalentProjectileDistance) == 0x000880, "Member 'ACrucioSpellTool::TalentProjectileDistance' has a wrong offset!"); \ static_assert(offsetof(ACrucioSpellTool, TalentProjectileIgnoreNearDistance) == 0x000884, "Member 'ACrucioSpellTool::TalentProjectileIgnoreNearDistance' has a wrong offset!"); \ static_assert(offsetof(ACrucioSpellTool, TalentProjectileDamage) == 0x000888, "Member 'ACrucioSpellTool::TalentProjectileDamage' has a wrong offset!"); \ static_assert(offsetof(ACrucioSpellTool, TalentProjectileRandomHalfAngle) == 0x00088C, "Member 'ACrucioSpellTool::TalentProjectileRandomHalfAngle' has a wrong offset!"); \ static_assert(offsetof(ACrucioSpellTool, TalentProjectileMunition) == 0x000890, "Member 'ACrucioSpellTool::TalentProjectileMunition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPC_MovementComponent \ static_assert(alignof(UNPC_MovementComponent) == 0x000010, "Wrong alignment on UNPC_MovementComponent"); \ static_assert(sizeof(UNPC_MovementComponent) == 0x000FF0, "Wrong size on UNPC_MovementComponent"); \ static_assert(offsetof(UNPC_MovementComponent, bUseConfinedRotationMode) == 0x000FA8, "Member 'UNPC_MovementComponent::bUseConfinedRotationMode' has a wrong offset!"); \ static_assert(offsetof(UNPC_MovementComponent, bIncludeRootCapsuleInMultiCapsuleSweeps) == 0x000FA9, "Member 'UNPC_MovementComponent::bIncludeRootCapsuleInMultiCapsuleSweeps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CrumblePiecesManager_TryToRepairAll \ static_assert(alignof(CrumblePiecesManager_TryToRepairAll) == 0x000008, "Wrong alignment on CrumblePiecesManager_TryToRepairAll"); \ static_assert(sizeof(CrumblePiecesManager_TryToRepairAll) == 0x000008, "Wrong size on CrumblePiecesManager_TryToRepairAll"); \ static_assert(offsetof(CrumblePiecesManager_TryToRepairAll, TargetActor) == 0x000000, "Member 'CrumblePiecesManager_TryToRepairAll::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACrumblePiecesManager \ static_assert(alignof(ACrumblePiecesManager) == 0x000008, "Wrong alignment on ACrumblePiecesManager"); \ static_assert(sizeof(ACrumblePiecesManager) == 0x000248, "Wrong size on ACrumblePiecesManager"); \ #define DUMPER7_ASSERTS_Curriculum_Get \ static_assert(alignof(Curriculum_Get) == 0x000008, "Wrong alignment on Curriculum_Get"); \ static_assert(sizeof(Curriculum_Get) == 0x000008, "Wrong size on Curriculum_Get"); \ static_assert(offsetof(Curriculum_Get, ReturnValue) == 0x000000, "Member 'Curriculum_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Curriculum_GetApplicableKnowledgeCards \ static_assert(alignof(Curriculum_GetApplicableKnowledgeCards) == 0x000008, "Wrong alignment on Curriculum_GetApplicableKnowledgeCards"); \ static_assert(sizeof(Curriculum_GetApplicableKnowledgeCards) == 0x000018, "Wrong size on Curriculum_GetApplicableKnowledgeCards"); \ static_assert(offsetof(Curriculum_GetApplicableKnowledgeCards, Discipline) == 0x000000, "Member 'Curriculum_GetApplicableKnowledgeCards::Discipline' has a wrong offset!"); \ static_assert(offsetof(Curriculum_GetApplicableKnowledgeCards, Year) == 0x000004, "Member 'Curriculum_GetApplicableKnowledgeCards::Year' has a wrong offset!"); \ static_assert(offsetof(Curriculum_GetApplicableKnowledgeCards, ReturnValue) == 0x000008, "Member 'Curriculum_GetApplicableKnowledgeCards::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Curriculum_GetCurrentYear_Updated \ static_assert(alignof(Curriculum_GetCurrentYear_Updated) == 0x000004, "Wrong alignment on Curriculum_GetCurrentYear_Updated"); \ static_assert(sizeof(Curriculum_GetCurrentYear_Updated) == 0x000008, "Wrong size on Curriculum_GetCurrentYear_Updated"); \ static_assert(offsetof(Curriculum_GetCurrentYear_Updated, Discipline) == 0x000000, "Member 'Curriculum_GetCurrentYear_Updated::Discipline' has a wrong offset!"); \ static_assert(offsetof(Curriculum_GetCurrentYear_Updated, ReturnValue) == 0x000004, "Member 'Curriculum_GetCurrentYear_Updated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Curriculum_GetHighestYearCompleted_Updated \ static_assert(alignof(Curriculum_GetHighestYearCompleted_Updated) == 0x000004, "Wrong alignment on Curriculum_GetHighestYearCompleted_Updated"); \ static_assert(sizeof(Curriculum_GetHighestYearCompleted_Updated) == 0x000008, "Wrong size on Curriculum_GetHighestYearCompleted_Updated"); \ static_assert(offsetof(Curriculum_GetHighestYearCompleted_Updated, Discipline) == 0x000000, "Member 'Curriculum_GetHighestYearCompleted_Updated::Discipline' has a wrong offset!"); \ static_assert(offsetof(Curriculum_GetHighestYearCompleted_Updated, ReturnValue) == 0x000004, "Member 'Curriculum_GetHighestYearCompleted_Updated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Curriculum_GetHighestYearCompletedOverall_Updated \ static_assert(alignof(Curriculum_GetHighestYearCompletedOverall_Updated) == 0x000004, "Wrong alignment on Curriculum_GetHighestYearCompletedOverall_Updated"); \ static_assert(sizeof(Curriculum_GetHighestYearCompletedOverall_Updated) == 0x000004, "Wrong size on Curriculum_GetHighestYearCompletedOverall_Updated"); \ static_assert(offsetof(Curriculum_GetHighestYearCompletedOverall_Updated, ReturnValue) == 0x000000, "Member 'Curriculum_GetHighestYearCompletedOverall_Updated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Curriculum_GetUncompletedTurnIns_Updated \ static_assert(alignof(Curriculum_GetUncompletedTurnIns_Updated) == 0x000008, "Wrong alignment on Curriculum_GetUncompletedTurnIns_Updated"); \ static_assert(sizeof(Curriculum_GetUncompletedTurnIns_Updated) == 0x000020, "Wrong size on Curriculum_GetUncompletedTurnIns_Updated"); \ static_assert(offsetof(Curriculum_GetUncompletedTurnIns_Updated, Discipline) == 0x000000, "Member 'Curriculum_GetUncompletedTurnIns_Updated::Discipline' has a wrong offset!"); \ static_assert(offsetof(Curriculum_GetUncompletedTurnIns_Updated, Year) == 0x000004, "Member 'Curriculum_GetUncompletedTurnIns_Updated::Year' has a wrong offset!"); \ static_assert(offsetof(Curriculum_GetUncompletedTurnIns_Updated, UncompletedTurnIns) == 0x000008, "Member 'Curriculum_GetUncompletedTurnIns_Updated::UncompletedTurnIns' has a wrong offset!"); \ static_assert(offsetof(Curriculum_GetUncompletedTurnIns_Updated, ReturnValue) == 0x000018, "Member 'Curriculum_GetUncompletedTurnIns_Updated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Curriculum_GivePlayerRewardItems_Updated \ static_assert(alignof(Curriculum_GivePlayerRewardItems_Updated) == 0x000004, "Wrong alignment on Curriculum_GivePlayerRewardItems_Updated"); \ static_assert(sizeof(Curriculum_GivePlayerRewardItems_Updated) == 0x000008, "Wrong size on Curriculum_GivePlayerRewardItems_Updated"); \ static_assert(offsetof(Curriculum_GivePlayerRewardItems_Updated, Discipline) == 0x000000, "Member 'Curriculum_GivePlayerRewardItems_Updated::Discipline' has a wrong offset!"); \ static_assert(offsetof(Curriculum_GivePlayerRewardItems_Updated, Year) == 0x000004, "Member 'Curriculum_GivePlayerRewardItems_Updated::Year' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Curriculum_GivePlayerRewardKnowledge_Updated \ static_assert(alignof(Curriculum_GivePlayerRewardKnowledge_Updated) == 0x000004, "Wrong alignment on Curriculum_GivePlayerRewardKnowledge_Updated"); \ static_assert(sizeof(Curriculum_GivePlayerRewardKnowledge_Updated) == 0x000008, "Wrong size on Curriculum_GivePlayerRewardKnowledge_Updated"); \ static_assert(offsetof(Curriculum_GivePlayerRewardKnowledge_Updated, Discipline) == 0x000000, "Member 'Curriculum_GivePlayerRewardKnowledge_Updated::Discipline' has a wrong offset!"); \ static_assert(offsetof(Curriculum_GivePlayerRewardKnowledge_Updated, Year) == 0x000004, "Member 'Curriculum_GivePlayerRewardKnowledge_Updated::Year' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Curriculum_HasCompletedYear_Updated \ static_assert(alignof(Curriculum_HasCompletedYear_Updated) == 0x000004, "Wrong alignment on Curriculum_HasCompletedYear_Updated"); \ static_assert(sizeof(Curriculum_HasCompletedYear_Updated) == 0x00000C, "Wrong size on Curriculum_HasCompletedYear_Updated"); \ static_assert(offsetof(Curriculum_HasCompletedYear_Updated, Discipline) == 0x000000, "Member 'Curriculum_HasCompletedYear_Updated::Discipline' has a wrong offset!"); \ static_assert(offsetof(Curriculum_HasCompletedYear_Updated, Year) == 0x000004, "Member 'Curriculum_HasCompletedYear_Updated::Year' has a wrong offset!"); \ static_assert(offsetof(Curriculum_HasCompletedYear_Updated, ReturnValue) == 0x000008, "Member 'Curriculum_HasCompletedYear_Updated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Curriculum_SetCompleteAllTurnIns_Updated \ static_assert(alignof(Curriculum_SetCompleteAllTurnIns_Updated) == 0x000004, "Wrong alignment on Curriculum_SetCompleteAllTurnIns_Updated"); \ static_assert(sizeof(Curriculum_SetCompleteAllTurnIns_Updated) == 0x00000C, "Wrong size on Curriculum_SetCompleteAllTurnIns_Updated"); \ static_assert(offsetof(Curriculum_SetCompleteAllTurnIns_Updated, Discipline) == 0x000000, "Member 'Curriculum_SetCompleteAllTurnIns_Updated::Discipline' has a wrong offset!"); \ static_assert(offsetof(Curriculum_SetCompleteAllTurnIns_Updated, Year) == 0x000004, "Member 'Curriculum_SetCompleteAllTurnIns_Updated::Year' has a wrong offset!"); \ static_assert(offsetof(Curriculum_SetCompleteAllTurnIns_Updated, ReturnValue) == 0x000008, "Member 'Curriculum_SetCompleteAllTurnIns_Updated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Curriculum_SetCompleteYear_Updated \ static_assert(alignof(Curriculum_SetCompleteYear_Updated) == 0x000004, "Wrong alignment on Curriculum_SetCompleteYear_Updated"); \ static_assert(sizeof(Curriculum_SetCompleteYear_Updated) == 0x00000C, "Wrong size on Curriculum_SetCompleteYear_Updated"); \ static_assert(offsetof(Curriculum_SetCompleteYear_Updated, Discipline) == 0x000000, "Member 'Curriculum_SetCompleteYear_Updated::Discipline' has a wrong offset!"); \ static_assert(offsetof(Curriculum_SetCompleteYear_Updated, Year) == 0x000004, "Member 'Curriculum_SetCompleteYear_Updated::Year' has a wrong offset!"); \ static_assert(offsetof(Curriculum_SetCompleteYear_Updated, ReturnValue) == 0x000008, "Member 'Curriculum_SetCompleteYear_Updated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Curriculum_GetMaxYear \ static_assert(alignof(Curriculum_GetMaxYear) == 0x000004, "Wrong alignment on Curriculum_GetMaxYear"); \ static_assert(sizeof(Curriculum_GetMaxYear) == 0x000004, "Wrong size on Curriculum_GetMaxYear"); \ static_assert(offsetof(Curriculum_GetMaxYear, ReturnValue) == 0x000000, "Member 'Curriculum_GetMaxYear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurriculum \ static_assert(alignof(UCurriculum) == 0x000008, "Wrong alignment on UCurriculum"); \ static_assert(sizeof(UCurriculum) == 0x000070, "Wrong size on UCurriculum"); \ #define DUMPER7_ASSERTS_CurseComponent_ActivateCurseWithBuildup \ static_assert(alignof(CurseComponent_ActivateCurseWithBuildup) == 0x000008, "Wrong alignment on CurseComponent_ActivateCurseWithBuildup"); \ static_assert(sizeof(CurseComponent_ActivateCurseWithBuildup) == 0x000008, "Wrong size on CurseComponent_ActivateCurseWithBuildup"); \ static_assert(offsetof(CurseComponent_ActivateCurseWithBuildup, Target) == 0x000000, "Member 'CurseComponent_ActivateCurseWithBuildup::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurseComponent_IsCursed \ static_assert(alignof(CurseComponent_IsCursed) == 0x000001, "Wrong alignment on CurseComponent_IsCursed"); \ static_assert(sizeof(CurseComponent_IsCursed) == 0x000001, "Wrong size on CurseComponent_IsCursed"); \ static_assert(offsetof(CurseComponent_IsCursed, ReturnValue) == 0x000000, "Member 'CurseComponent_IsCursed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurseComponent_OnOverlapBegin \ static_assert(alignof(CurseComponent_OnOverlapBegin) == 0x000008, "Wrong alignment on CurseComponent_OnOverlapBegin"); \ static_assert(sizeof(CurseComponent_OnOverlapBegin) == 0x0000A8, "Wrong size on CurseComponent_OnOverlapBegin"); \ static_assert(offsetof(CurseComponent_OnOverlapBegin, OverlappedComponent) == 0x000000, "Member 'CurseComponent_OnOverlapBegin::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(CurseComponent_OnOverlapBegin, OtherActor) == 0x000008, "Member 'CurseComponent_OnOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(CurseComponent_OnOverlapBegin, OtherComp) == 0x000010, "Member 'CurseComponent_OnOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(CurseComponent_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'CurseComponent_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(CurseComponent_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'CurseComponent_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(CurseComponent_OnOverlapBegin, SweepResult) == 0x000020, "Member 'CurseComponent_OnOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurseComponent_OnOverlapEnd \ static_assert(alignof(CurseComponent_OnOverlapEnd) == 0x000008, "Wrong alignment on CurseComponent_OnOverlapEnd"); \ static_assert(sizeof(CurseComponent_OnOverlapEnd) == 0x000020, "Wrong size on CurseComponent_OnOverlapEnd"); \ static_assert(offsetof(CurseComponent_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'CurseComponent_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(CurseComponent_OnOverlapEnd, OtherActor) == 0x000008, "Member 'CurseComponent_OnOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(CurseComponent_OnOverlapEnd, OtherComp) == 0x000010, "Member 'CurseComponent_OnOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(CurseComponent_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'CurseComponent_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurseComponent_Uncurse \ static_assert(alignof(CurseComponent_Uncurse) == 0x000004, "Wrong alignment on CurseComponent_Uncurse"); \ static_assert(sizeof(CurseComponent_Uncurse) == 0x000008, "Wrong size on CurseComponent_Uncurse"); \ static_assert(offsetof(CurseComponent_Uncurse, UncurseLevel) == 0x000000, "Member 'CurseComponent_Uncurse::UncurseLevel' has a wrong offset!"); \ static_assert(offsetof(CurseComponent_Uncurse, ReturnValue) == 0x000004, "Member 'CurseComponent_Uncurse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurseComponent \ static_assert(alignof(UCurseComponent) == 0x000010, "Wrong alignment on UCurseComponent"); \ static_assert(sizeof(UCurseComponent) == 0x0002D0, "Wrong size on UCurseComponent"); \ static_assert(offsetof(UCurseComponent, VolumeComponent) == 0x000218, "Member 'UCurseComponent::VolumeComponent' has a wrong offset!"); \ static_assert(offsetof(UCurseComponent, BacklashOriginComponent) == 0x000220, "Member 'UCurseComponent::BacklashOriginComponent' has a wrong offset!"); \ static_assert(offsetof(UCurseComponent, VFXPositionComponent) == 0x000228, "Member 'UCurseComponent::VFXPositionComponent' has a wrong offset!"); \ static_assert(offsetof(UCurseComponent, CurseLevel) == 0x000230, "Member 'UCurseComponent::CurseLevel' has a wrong offset!"); \ static_assert(offsetof(UCurseComponent, bUncursingIsPermanent) == 0x000234, "Member 'UCurseComponent::bUncursingIsPermanent' has a wrong offset!"); \ static_assert(offsetof(UCurseComponent, SpellToBeUsedOnInteract) == 0x000238, "Member 'UCurseComponent::SpellToBeUsedOnInteract' has a wrong offset!"); \ static_assert(offsetof(UCurseComponent, CursedVfx) == 0x000240, "Member 'UCurseComponent::CursedVfx' has a wrong offset!"); \ static_assert(offsetof(UCurseComponent, CursedSfx) == 0x000248, "Member 'UCurseComponent::CursedSfx' has a wrong offset!"); \ static_assert(offsetof(UCurseComponent, BuildupTimeBeforeFiring) == 0x000250, "Member 'UCurseComponent::BuildupTimeBeforeFiring' has a wrong offset!"); \ static_assert(offsetof(UCurseComponent, CursedBuildupVfx) == 0x000258, "Member 'UCurseComponent::CursedBuildupVfx' has a wrong offset!"); \ static_assert(offsetof(UCurseComponent, CursedBuildupSfx) == 0x000260, "Member 'UCurseComponent::CursedBuildupSfx' has a wrong offset!"); \ static_assert(offsetof(UCurseComponent, bUseVolumeOverlapEvent) == 0x000268, "Member 'UCurseComponent::bUseVolumeOverlapEvent' has a wrong offset!"); \ static_assert(offsetof(UCurseComponent, CooldownBetweenSpells) == 0x00026C, "Member 'UCurseComponent::CooldownBetweenSpells' has a wrong offset!"); \ static_assert(offsetof(UCurseComponent, NumberOfSpellsInSequence) == 0x000270, "Member 'UCurseComponent::NumberOfSpellsInSequence' has a wrong offset!"); \ static_assert(offsetof(UCurseComponent, CooldownBetweenSequences) == 0x000274, "Member 'UCurseComponent::CooldownBetweenSequences' has a wrong offset!"); \ static_assert(offsetof(UCurseComponent, bKeepCurseZoneActiveWhenBroken) == 0x000278, "Member 'UCurseComponent::bKeepCurseZoneActiveWhenBroken' has a wrong offset!"); \ static_assert(offsetof(UCurseComponent, ParticleSystemComponent) == 0x0002B0, "Member 'UCurseComponent::ParticleSystemComponent' has a wrong offset!"); \ static_assert(offsetof(UCurseComponent, BuildupParticleSystemComponent) == 0x0002C0, "Member 'UCurseComponent::BuildupParticleSystemComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_PieCut_QBUpdate \ static_assert(alignof(UEnemy_PieCut_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_PieCut_QBUpdate"); \ static_assert(sizeof(UEnemy_PieCut_QBUpdate) == 0x000050, "Wrong size on UEnemy_PieCut_QBUpdate"); \ #define DUMPER7_ASSERTS_UncurseComponent_AddToInstanceList \ static_assert(alignof(UncurseComponent_AddToInstanceList) == 0x000008, "Wrong alignment on UncurseComponent_AddToInstanceList"); \ static_assert(sizeof(UncurseComponent_AddToInstanceList) == 0x000010, "Wrong size on UncurseComponent_AddToInstanceList"); \ static_assert(offsetof(UncurseComponent_AddToInstanceList, InInstigator) == 0x000000, "Member 'UncurseComponent_AddToInstanceList::InInstigator' has a wrong offset!"); \ static_assert(offsetof(UncurseComponent_AddToInstanceList, InMaxInstancesPerInstigator) == 0x000008, "Member 'UncurseComponent_AddToInstanceList::InMaxInstancesPerInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUncurseComponent \ static_assert(alignof(UUncurseComponent) == 0x000008, "Wrong alignment on UUncurseComponent"); \ static_assert(sizeof(UUncurseComponent) == 0x000198, "Wrong size on UUncurseComponent"); \ #define DUMPER7_ASSERTS_InvestigatableComponent_GetInvestigatable \ static_assert(alignof(InvestigatableComponent_GetInvestigatable) == 0x000001, "Wrong alignment on InvestigatableComponent_GetInvestigatable"); \ static_assert(sizeof(InvestigatableComponent_GetInvestigatable) == 0x000001, "Wrong size on InvestigatableComponent_GetInvestigatable"); \ static_assert(offsetof(InvestigatableComponent_GetInvestigatable, ReturnValue) == 0x000000, "Member 'InvestigatableComponent_GetInvestigatable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInvestigatableComponent \ static_assert(alignof(UInvestigatableComponent) == 0x000008, "Wrong alignment on UInvestigatableComponent"); \ static_assert(sizeof(UInvestigatableComponent) == 0x0000E8, "Wrong size on UInvestigatableComponent"); \ static_assert(offsetof(UInvestigatableComponent, totalInvestigations) == 0x0000D8, "Member 'UInvestigatableComponent::totalInvestigations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInvestigatableKnowledge \ static_assert(alignof(UInvestigatableKnowledge) == 0x000008, "Wrong alignment on UInvestigatableKnowledge"); \ static_assert(sizeof(UInvestigatableKnowledge) == 0x000130, "Wrong size on UInvestigatableKnowledge"); \ static_assert(offsetof(UInvestigatableKnowledge, DbKnowledgeInfo) == 0x0000E8, "Member 'UInvestigatableKnowledge::DbKnowledgeInfo' has a wrong offset!"); \ static_assert(offsetof(UInvestigatableKnowledge, SecretFactLockNames) == 0x000118, "Member 'UInvestigatableKnowledge::SecretFactLockNames' has a wrong offset!"); \ static_assert(offsetof(UInvestigatableKnowledge, KnowledgeActionOverride) == 0x000128, "Member 'UInvestigatableKnowledge::KnowledgeActionOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICurseInterface \ static_assert(alignof(ICurseInterface) == 0x000001, "Wrong alignment on ICurseInterface"); \ static_assert(sizeof(ICurseInterface) == 0x000001, "Wrong size on ICurseInterface"); \ #define DUMPER7_ASSERTS_CustomizableActor_SetLODOverride \ static_assert(alignof(CustomizableActor_SetLODOverride) == 0x000004, "Wrong alignment on CustomizableActor_SetLODOverride"); \ static_assert(sizeof(CustomizableActor_SetLODOverride) == 0x000004, "Wrong size on CustomizableActor_SetLODOverride"); \ static_assert(offsetof(CustomizableActor_SetLODOverride, InLODOverride) == 0x000000, "Member 'CustomizableActor_SetLODOverride::InLODOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableActor_GetCCC \ static_assert(alignof(CustomizableActor_GetCCC) == 0x000008, "Wrong alignment on CustomizableActor_GetCCC"); \ static_assert(sizeof(CustomizableActor_GetCCC) == 0x000008, "Wrong size on CustomizableActor_GetCCC"); \ static_assert(offsetof(CustomizableActor_GetCCC, ReturnValue) == 0x000000, "Member 'CustomizableActor_GetCCC::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableActor_GetRegistryID \ static_assert(alignof(CustomizableActor_GetRegistryID) == 0x000008, "Wrong alignment on CustomizableActor_GetRegistryID"); \ static_assert(sizeof(CustomizableActor_GetRegistryID) == 0x000010, "Wrong size on CustomizableActor_GetRegistryID"); \ static_assert(offsetof(CustomizableActor_GetRegistryID, ReturnValue) == 0x000000, "Member 'CustomizableActor_GetRegistryID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACustomizableActor \ static_assert(alignof(ACustomizableActor) == 0x000008, "Wrong alignment on ACustomizableActor"); \ static_assert(sizeof(ACustomizableActor) == 0x000360, "Wrong size on ACustomizableActor"); \ static_assert(offsetof(ACustomizableActor, CharacterIdInfo) == 0x000260, "Member 'ACustomizableActor::CharacterIdInfo' has a wrong offset!"); \ static_assert(offsetof(ACustomizableActor, CCC) == 0x000338, "Member 'ACustomizableActor::CCC' has a wrong offset!"); \ static_assert(offsetof(ACustomizableActor, Mesh) == 0x000348, "Member 'ACustomizableActor::Mesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterShimHelper_GetCharacterLookOverride \ static_assert(alignof(CustomizableCharacterShimHelper_GetCharacterLookOverride) == 0x000004, "Wrong alignment on CustomizableCharacterShimHelper_GetCharacterLookOverride"); \ static_assert(sizeof(CustomizableCharacterShimHelper_GetCharacterLookOverride) == 0x000010, "Wrong size on CustomizableCharacterShimHelper_GetCharacterLookOverride"); \ static_assert(offsetof(CustomizableCharacterShimHelper_GetCharacterLookOverride, CharacterID) == 0x000000, "Member 'CustomizableCharacterShimHelper_GetCharacterLookOverride::CharacterID' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterShimHelper_GetCharacterLookOverride, ReturnValue) == 0x000008, "Member 'CustomizableCharacterShimHelper_GetCharacterLookOverride::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterShimHelper_RemoveCharacterLookOverride \ static_assert(alignof(CustomizableCharacterShimHelper_RemoveCharacterLookOverride) == 0x000004, "Wrong alignment on CustomizableCharacterShimHelper_RemoveCharacterLookOverride"); \ static_assert(sizeof(CustomizableCharacterShimHelper_RemoveCharacterLookOverride) == 0x00000C, "Wrong size on CustomizableCharacterShimHelper_RemoveCharacterLookOverride"); \ static_assert(offsetof(CustomizableCharacterShimHelper_RemoveCharacterLookOverride, CharacterID) == 0x000000, "Member 'CustomizableCharacterShimHelper_RemoveCharacterLookOverride::CharacterID' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterShimHelper_RemoveCharacterLookOverride, ReturnValue) == 0x000008, "Member 'CustomizableCharacterShimHelper_RemoveCharacterLookOverride::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableCharacterShimHelper_SetCharacterLookOverride \ static_assert(alignof(CustomizableCharacterShimHelper_SetCharacterLookOverride) == 0x000004, "Wrong alignment on CustomizableCharacterShimHelper_SetCharacterLookOverride"); \ static_assert(sizeof(CustomizableCharacterShimHelper_SetCharacterLookOverride) == 0x000014, "Wrong size on CustomizableCharacterShimHelper_SetCharacterLookOverride"); \ static_assert(offsetof(CustomizableCharacterShimHelper_SetCharacterLookOverride, CharacterID) == 0x000000, "Member 'CustomizableCharacterShimHelper_SetCharacterLookOverride::CharacterID' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterShimHelper_SetCharacterLookOverride, CharacterIdOverride) == 0x000008, "Member 'CustomizableCharacterShimHelper_SetCharacterLookOverride::CharacterIdOverride' has a wrong offset!"); \ static_assert(offsetof(CustomizableCharacterShimHelper_SetCharacterLookOverride, ReturnValue) == 0x000010, "Member 'CustomizableCharacterShimHelper_SetCharacterLookOverride::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCustomizableCharacterShimHelper \ static_assert(alignof(UCustomizableCharacterShimHelper) == 0x000008, "Wrong alignment on UCustomizableCharacterShimHelper"); \ static_assert(sizeof(UCustomizableCharacterShimHelper) == 0x000028, "Wrong size on UCustomizableCharacterShimHelper"); \ #define DUMPER7_ASSERTS_UDugbog_MobilityChoice \ static_assert(alignof(UDugbog_MobilityChoice) == 0x000008, "Wrong alignment on UDugbog_MobilityChoice"); \ static_assert(sizeof(UDugbog_MobilityChoice) == 0x000030, "Wrong size on UDugbog_MobilityChoice"); \ #define DUMPER7_ASSERTS_CustomizableWand_AsyncLoadTexture \ static_assert(alignof(CustomizableWand_AsyncLoadTexture) == 0x000008, "Wrong alignment on CustomizableWand_AsyncLoadTexture"); \ static_assert(sizeof(CustomizableWand_AsyncLoadTexture) == 0x000048, "Wrong size on CustomizableWand_AsyncLoadTexture"); \ static_assert(offsetof(CustomizableWand_AsyncLoadTexture, SoftTexturePtr) == 0x000000, "Member 'CustomizableWand_AsyncLoadTexture::SoftTexturePtr' has a wrong offset!"); \ static_assert(offsetof(CustomizableWand_AsyncLoadTexture, TexParam) == 0x000028, "Member 'CustomizableWand_AsyncLoadTexture::TexParam' has a wrong offset!"); \ static_assert(offsetof(CustomizableWand_AsyncLoadTexture, Callback) == 0x000030, "Member 'CustomizableWand_AsyncLoadTexture::Callback' has a wrong offset!"); \ static_assert(offsetof(CustomizableWand_AsyncLoadTexture, ReturnValue) == 0x000040, "Member 'CustomizableWand_AsyncLoadTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CustomizableWand_ForceCurrentWandLODsToBeResident \ static_assert(alignof(CustomizableWand_ForceCurrentWandLODsToBeResident) == 0x000008, "Wrong alignment on CustomizableWand_ForceCurrentWandLODsToBeResident"); \ static_assert(sizeof(CustomizableWand_ForceCurrentWandLODsToBeResident) == 0x000038, "Wrong size on CustomizableWand_ForceCurrentWandLODsToBeResident"); \ static_assert(offsetof(CustomizableWand_ForceCurrentWandLODsToBeResident, WandMesh) == 0x000000, "Member 'CustomizableWand_ForceCurrentWandLODsToBeResident::WandMesh' has a wrong offset!"); \ static_assert(offsetof(CustomizableWand_ForceCurrentWandLODsToBeResident, WandD) == 0x000008, "Member 'CustomizableWand_ForceCurrentWandLODsToBeResident::WandD' has a wrong offset!"); \ static_assert(offsetof(CustomizableWand_ForceCurrentWandLODsToBeResident, WandN) == 0x000010, "Member 'CustomizableWand_ForceCurrentWandLODsToBeResident::WandN' has a wrong offset!"); \ static_assert(offsetof(CustomizableWand_ForceCurrentWandLODsToBeResident, WandMRO) == 0x000018, "Member 'CustomizableWand_ForceCurrentWandLODsToBeResident::WandMRO' has a wrong offset!"); \ static_assert(offsetof(CustomizableWand_ForceCurrentWandLODsToBeResident, Handled) == 0x000020, "Member 'CustomizableWand_ForceCurrentWandLODsToBeResident::Handled' has a wrong offset!"); \ static_assert(offsetof(CustomizableWand_ForceCurrentWandLODsToBeResident, HandleN) == 0x000028, "Member 'CustomizableWand_ForceCurrentWandLODsToBeResident::HandleN' has a wrong offset!"); \ static_assert(offsetof(CustomizableWand_ForceCurrentWandLODsToBeResident, HandleMRO) == 0x000030, "Member 'CustomizableWand_ForceCurrentWandLODsToBeResident::HandleMRO' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACustomizableWand \ static_assert(alignof(ACustomizableWand) == 0x000008, "Wrong alignment on ACustomizableWand"); \ static_assert(sizeof(ACustomizableWand) == 0x000248, "Wrong size on ACustomizableWand"); \ #define DUMPER7_ASSERTS_HideTransfigurationObjectActor_OnOverlapEnd \ static_assert(alignof(HideTransfigurationObjectActor_OnOverlapEnd) == 0x000008, "Wrong alignment on HideTransfigurationObjectActor_OnOverlapEnd"); \ static_assert(sizeof(HideTransfigurationObjectActor_OnOverlapEnd) == 0x000010, "Wrong size on HideTransfigurationObjectActor_OnOverlapEnd"); \ static_assert(offsetof(HideTransfigurationObjectActor_OnOverlapEnd, OverlappedActor) == 0x000000, "Member 'HideTransfigurationObjectActor_OnOverlapEnd::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(HideTransfigurationObjectActor_OnOverlapEnd, OtherActor) == 0x000008, "Member 'HideTransfigurationObjectActor_OnOverlapEnd::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHideTransfigurationObjectActor \ static_assert(alignof(AHideTransfigurationObjectActor) == 0x000008, "Wrong alignment on AHideTransfigurationObjectActor"); \ static_assert(sizeof(AHideTransfigurationObjectActor) == 0x000270, "Wrong size on AHideTransfigurationObjectActor"); \ static_assert(offsetof(AHideTransfigurationObjectActor, BoxComponent) == 0x000248, "Member 'AHideTransfigurationObjectActor::BoxComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDead_Manager \ static_assert(alignof(UDead_Manager) == 0x000008, "Wrong alignment on UDead_Manager"); \ static_assert(sizeof(UDead_Manager) == 0x0000E0, "Wrong size on UDead_Manager"); \ #define DUMPER7_ASSERTS_DungeonWaterVolume_SetupWater \ static_assert(alignof(DungeonWaterVolume_SetupWater) == 0x000008, "Wrong alignment on DungeonWaterVolume_SetupWater"); \ static_assert(sizeof(DungeonWaterVolume_SetupWater) == 0x000068, "Wrong size on DungeonWaterVolume_SetupWater"); \ static_assert(offsetof(DungeonWaterVolume_SetupWater, i_Bounds) == 0x000000, "Member 'DungeonWaterVolume_SetupWater::i_Bounds' has a wrong offset!"); \ static_assert(offsetof(DungeonWaterVolume_SetupWater, i_SurfaceMesh) == 0x000020, "Member 'DungeonWaterVolume_SetupWater::i_SurfaceMesh' has a wrong offset!"); \ static_assert(offsetof(DungeonWaterVolume_SetupWater, i_SurfaceLocation) == 0x000028, "Member 'DungeonWaterVolume_SetupWater::i_SurfaceLocation' has a wrong offset!"); \ static_assert(offsetof(DungeonWaterVolume_SetupWater, i_DeepCollision) == 0x000038, "Member 'DungeonWaterVolume_SetupWater::i_DeepCollision' has a wrong offset!"); \ static_assert(offsetof(DungeonWaterVolume_SetupWater, i_DeepLocation) == 0x000040, "Member 'DungeonWaterVolume_SetupWater::i_DeepLocation' has a wrong offset!"); \ static_assert(offsetof(DungeonWaterVolume_SetupWater, i_ShallowCollision) == 0x000050, "Member 'DungeonWaterVolume_SetupWater::i_ShallowCollision' has a wrong offset!"); \ static_assert(offsetof(DungeonWaterVolume_SetupWater, i_ShallowLocation) == 0x000058, "Member 'DungeonWaterVolume_SetupWater::i_ShallowLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADungeonWaterVolume \ static_assert(alignof(ADungeonWaterVolume) == 0x000008, "Wrong alignment on ADungeonWaterVolume"); \ static_assert(sizeof(ADungeonWaterVolume) == 0x0004D0, "Wrong size on ADungeonWaterVolume"); \ static_assert(offsetof(ADungeonWaterVolume, RootComp) == 0x0004B0, "Member 'ADungeonWaterVolume::RootComp' has a wrong offset!"); \ static_assert(offsetof(ADungeonWaterVolume, SurfacePlane) == 0x0004B8, "Member 'ADungeonWaterVolume::SurfacePlane' has a wrong offset!"); \ static_assert(offsetof(ADungeonWaterVolume, bShallowWater) == 0x0004C0, "Member 'ADungeonWaterVolume::bShallowWater' has a wrong offset!"); \ static_assert(offsetof(ADungeonWaterVolume, WaterMaterial) == 0x0004C8, "Member 'ADungeonWaterVolume::WaterMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeaderWidget_SetHeaderSubtitle \ static_assert(alignof(HeaderWidget_SetHeaderSubtitle) == 0x000008, "Wrong alignment on HeaderWidget_SetHeaderSubtitle"); \ static_assert(sizeof(HeaderWidget_SetHeaderSubtitle) == 0x000018, "Wrong size on HeaderWidget_SetHeaderSubtitle"); \ static_assert(offsetof(HeaderWidget_SetHeaderSubtitle, NewSubtitle) == 0x000000, "Member 'HeaderWidget_SetHeaderSubtitle::NewSubtitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeaderWidget_SetHeaderTitle \ static_assert(alignof(HeaderWidget_SetHeaderTitle) == 0x000008, "Wrong alignment on HeaderWidget_SetHeaderTitle"); \ static_assert(sizeof(HeaderWidget_SetHeaderTitle) == 0x000018, "Wrong size on HeaderWidget_SetHeaderTitle"); \ static_assert(offsetof(HeaderWidget_SetHeaderTitle, NewTitle) == 0x000000, "Member 'HeaderWidget_SetHeaderTitle::NewTitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHeaderWidget \ static_assert(alignof(UHeaderWidget) == 0x000008, "Wrong alignment on UHeaderWidget"); \ static_assert(sizeof(UHeaderWidget) == 0x0002A8, "Wrong size on UHeaderWidget"); \ static_assert(offsetof(UHeaderWidget, TitleText) == 0x000268, "Member 'UHeaderWidget::TitleText' has a wrong offset!"); \ static_assert(offsetof(UHeaderWidget, SubtitleText) == 0x000280, "Member 'UHeaderWidget::SubtitleText' has a wrong offset!"); \ static_assert(offsetof(UHeaderWidget, Title) == 0x000298, "Member 'UHeaderWidget::Title' has a wrong offset!"); \ static_assert(offsetof(UHeaderWidget, subTitle) == 0x0002A0, "Member 'UHeaderWidget::subTitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DeathlyHallowsCloakTool_CasterHealthZero \ static_assert(alignof(DeathlyHallowsCloakTool_CasterHealthZero) == 0x000008, "Wrong alignment on DeathlyHallowsCloakTool_CasterHealthZero"); \ static_assert(sizeof(DeathlyHallowsCloakTool_CasterHealthZero) == 0x000008, "Wrong size on DeathlyHallowsCloakTool_CasterHealthZero"); \ static_assert(offsetof(DeathlyHallowsCloakTool_CasterHealthZero, InActor) == 0x000000, "Member 'DeathlyHallowsCloakTool_CasterHealthZero::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADeathlyHallowsCloakTool \ static_assert(alignof(ADeathlyHallowsCloakTool) == 0x000008, "Wrong alignment on ADeathlyHallowsCloakTool"); \ static_assert(sizeof(ADeathlyHallowsCloakTool) == 0x000810, "Wrong size on ADeathlyHallowsCloakTool"); \ static_assert(offsetof(ADeathlyHallowsCloakTool, DisillusionmentMat) == 0x0007F0, "Member 'ADeathlyHallowsCloakTool::DisillusionmentMat' has a wrong offset!"); \ static_assert(offsetof(ADeathlyHallowsCloakTool, DisillusionmentFX2) == 0x0007F8, "Member 'ADeathlyHallowsCloakTool::DisillusionmentFX2' has a wrong offset!"); \ static_assert(offsetof(ADeathlyHallowsCloakTool, bSlowWalk) == 0x000808, "Member 'ADeathlyHallowsCloakTool::bSlowWalk' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInterface_GetMainBone \ static_assert(alignof(ObjectStateInterface_GetMainBone) == 0x000004, "Wrong alignment on ObjectStateInterface_GetMainBone"); \ static_assert(sizeof(ObjectStateInterface_GetMainBone) == 0x000008, "Wrong size on ObjectStateInterface_GetMainBone"); \ static_assert(offsetof(ObjectStateInterface_GetMainBone, ReturnValue) == 0x000000, "Member 'ObjectStateInterface_GetMainBone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInterface_GetMainPrimitive \ static_assert(alignof(ObjectStateInterface_GetMainPrimitive) == 0x000008, "Wrong alignment on ObjectStateInterface_GetMainPrimitive"); \ static_assert(sizeof(ObjectStateInterface_GetMainPrimitive) == 0x000008, "Wrong size on ObjectStateInterface_GetMainPrimitive"); \ static_assert(offsetof(ObjectStateInterface_GetMainPrimitive, ReturnValue) == 0x000000, "Member 'ObjectStateInterface_GetMainPrimitive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateInterface_SetupSfx \ static_assert(alignof(ObjectStateInterface_SetupSfx) == 0x000008, "Wrong alignment on ObjectStateInterface_SetupSfx"); \ static_assert(sizeof(ObjectStateInterface_SetupSfx) == 0x000008, "Wrong size on ObjectStateInterface_SetupSfx"); \ static_assert(offsetof(ObjectStateInterface_SetupSfx, AkComponent) == 0x000000, "Member 'ObjectStateInterface_SetupSfx::AkComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IObjectStateInterface \ static_assert(alignof(IObjectStateInterface) == 0x000001, "Wrong alignment on IObjectStateInterface"); \ static_assert(sizeof(IObjectStateInterface) == 0x000001, "Wrong size on IObjectStateInterface"); \ #define DUMPER7_ASSERTS_ADeathlyHallowsDistractionSpellTool \ static_assert(alignof(ADeathlyHallowsDistractionSpellTool) == 0x000008, "Wrong alignment on ADeathlyHallowsDistractionSpellTool"); \ static_assert(sizeof(ADeathlyHallowsDistractionSpellTool) == 0x000870, "Wrong size on ADeathlyHallowsDistractionSpellTool"); \ #define DUMPER7_ASSERTS_UDebugConversationWindow \ static_assert(alignof(UDebugConversationWindow) == 0x000008, "Wrong alignment on UDebugConversationWindow"); \ static_assert(sizeof(UDebugConversationWindow) == 0x000048, "Wrong size on UDebugConversationWindow"); \ #define DUMPER7_ASSERTS_UDebugMapVolumeComponent \ static_assert(alignof(UDebugMapVolumeComponent) == 0x000010, "Wrong alignment on UDebugMapVolumeComponent"); \ static_assert(sizeof(UDebugMapVolumeComponent) == 0x000570, "Wrong size on UDebugMapVolumeComponent"); \ #define DUMPER7_ASSERTS_UDW_Replicant_AttackChoice_GameChanger \ static_assert(alignof(UDW_Replicant_AttackChoice_GameChanger) == 0x000008, "Wrong alignment on UDW_Replicant_AttackChoice_GameChanger"); \ static_assert(sizeof(UDW_Replicant_AttackChoice_GameChanger) == 0x000028, "Wrong size on UDW_Replicant_AttackChoice_GameChanger"); \ #define DUMPER7_ASSERTS_ADebugMapVolumeActor \ static_assert(alignof(ADebugMapVolumeActor) == 0x000008, "Wrong alignment on ADebugMapVolumeActor"); \ static_assert(sizeof(ADebugMapVolumeActor) == 0x000270, "Wrong size on ADebugMapVolumeActor"); \ static_assert(offsetof(ADebugMapVolumeActor, VolumeId) == 0x000248, "Member 'ADebugMapVolumeActor::VolumeId' has a wrong offset!"); \ static_assert(offsetof(ADebugMapVolumeActor, VolumeDynamicMaterial) == 0x000258, "Member 'ADebugMapVolumeActor::VolumeDynamicMaterial' has a wrong offset!"); \ static_assert(offsetof(ADebugMapVolumeActor, VolumeMaterial) == 0x000260, "Member 'ADebugMapVolumeActor::VolumeMaterial' has a wrong offset!"); \ static_assert(offsetof(ADebugMapVolumeActor, DebugVolumeComponent) == 0x000268, "Member 'ADebugMapVolumeActor::DebugVolumeComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDecalSphereHelper \ static_assert(alignof(UDecalSphereHelper) == 0x000010, "Wrong alignment on UDecalSphereHelper"); \ static_assert(sizeof(UDecalSphereHelper) == 0x000300, "Wrong size on UDecalSphereHelper"); \ static_assert(offsetof(UDecalSphereHelper, NameForDotsPosition) == 0x000218, "Member 'UDecalSphereHelper::NameForDotsPosition' has a wrong offset!"); \ static_assert(offsetof(UDecalSphereHelper, NameForDotsRadius) == 0x000220, "Member 'UDecalSphereHelper::NameForDotsRadius' has a wrong offset!"); \ static_assert(offsetof(UDecalSphereHelper, Sphere1Position) == 0x000228, "Member 'UDecalSphereHelper::Sphere1Position' has a wrong offset!"); \ static_assert(offsetof(UDecalSphereHelper, Sphere1Radius) == 0x000234, "Member 'UDecalSphereHelper::Sphere1Radius' has a wrong offset!"); \ static_assert(offsetof(UDecalSphereHelper, Sphere2Position) == 0x000238, "Member 'UDecalSphereHelper::Sphere2Position' has a wrong offset!"); \ static_assert(offsetof(UDecalSphereHelper, Sphere2Radius) == 0x000244, "Member 'UDecalSphereHelper::Sphere2Radius' has a wrong offset!"); \ static_assert(offsetof(UDecalSphereHelper, Sphere3Position) == 0x000248, "Member 'UDecalSphereHelper::Sphere3Position' has a wrong offset!"); \ static_assert(offsetof(UDecalSphereHelper, Sphere3Radius) == 0x000254, "Member 'UDecalSphereHelper::Sphere3Radius' has a wrong offset!"); \ static_assert(offsetof(UDecalSphereHelper, Sphere4Position) == 0x000258, "Member 'UDecalSphereHelper::Sphere4Position' has a wrong offset!"); \ static_assert(offsetof(UDecalSphereHelper, Sphere4Radius) == 0x000264, "Member 'UDecalSphereHelper::Sphere4Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamic_MobilityChoice \ static_assert(alignof(UDynamic_MobilityChoice) == 0x000008, "Wrong alignment on UDynamic_MobilityChoice"); \ static_assert(sizeof(UDynamic_MobilityChoice) == 0x0000A0, "Wrong size on UDynamic_MobilityChoice"); \ static_assert(offsetof(UDynamic_MobilityChoice, StrafeMinDistToDest) == 0x000028, "Member 'UDynamic_MobilityChoice::StrafeMinDistToDest' has a wrong offset!"); \ static_assert(offsetof(UDynamic_MobilityChoice, StrafeMinDistToTarget) == 0x00002C, "Member 'UDynamic_MobilityChoice::StrafeMinDistToTarget' has a wrong offset!"); \ static_assert(offsetof(UDynamic_MobilityChoice, StrafeMaxAngleToDest) == 0x000030, "Member 'UDynamic_MobilityChoice::StrafeMaxAngleToDest' has a wrong offset!"); \ static_assert(offsetof(UDynamic_MobilityChoice, StrafeIgnoreAngleDist) == 0x000034, "Member 'UDynamic_MobilityChoice::StrafeIgnoreAngleDist' has a wrong offset!"); \ static_assert(offsetof(UDynamic_MobilityChoice, SprintMinDist) == 0x000038, "Member 'UDynamic_MobilityChoice::SprintMinDist' has a wrong offset!"); \ static_assert(offsetof(UDynamic_MobilityChoice, SprintDistStart) == 0x00003C, "Member 'UDynamic_MobilityChoice::SprintDistStart' has a wrong offset!"); \ static_assert(offsetof(UDynamic_MobilityChoice, SprintDistStop) == 0x000040, "Member 'UDynamic_MobilityChoice::SprintDistStop' has a wrong offset!"); \ static_assert(offsetof(UDynamic_MobilityChoice, StartChangeInterval) == 0x000044, "Member 'UDynamic_MobilityChoice::StartChangeInterval' has a wrong offset!"); \ static_assert(offsetof(UDynamic_MobilityChoice, ChangeInterval) == 0x000048, "Member 'UDynamic_MobilityChoice::ChangeInterval' has a wrong offset!"); \ static_assert(offsetof(UDynamic_MobilityChoice, DebugMobility) == 0x00004C, "Member 'UDynamic_MobilityChoice::DebugMobility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDefault_MobilityChoice \ static_assert(alignof(UDefault_MobilityChoice) == 0x000008, "Wrong alignment on UDefault_MobilityChoice"); \ static_assert(sizeof(UDefault_MobilityChoice) == 0x000028, "Wrong size on UDefault_MobilityChoice"); \ #define DUMPER7_ASSERTS_ImmunityInterface_ImmunityActivated \ static_assert(alignof(ImmunityInterface_ImmunityActivated) == 0x000008, "Wrong alignment on ImmunityInterface_ImmunityActivated"); \ static_assert(sizeof(ImmunityInterface_ImmunityActivated) == 0x000030, "Wrong size on ImmunityInterface_ImmunityActivated"); \ static_assert(offsetof(ImmunityInterface_ImmunityActivated, Instigator) == 0x000000, "Member 'ImmunityInterface_ImmunityActivated::Instigator' has a wrong offset!"); \ static_assert(offsetof(ImmunityInterface_ImmunityActivated, Immunity) == 0x000008, "Member 'ImmunityInterface_ImmunityActivated::Immunity' has a wrong offset!"); \ static_assert(offsetof(ImmunityInterface_ImmunityActivated, ReturnValue) == 0x000028, "Member 'ImmunityInterface_ImmunityActivated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IImmunityInterface \ static_assert(alignof(IImmunityInterface) == 0x000001, "Wrong alignment on IImmunityInterface"); \ static_assert(sizeof(IImmunityInterface) == 0x000001, "Wrong size on IImmunityInterface"); \ #define DUMPER7_ASSERTS_UDeferredChildActorComponent \ static_assert(alignof(UDeferredChildActorComponent) == 0x000010, "Wrong alignment on UDeferredChildActorComponent"); \ static_assert(sizeof(UDeferredChildActorComponent) == 0x000270, "Wrong size on UDeferredChildActorComponent"); \ static_assert(offsetof(UDeferredChildActorComponent, OnDeferredChildActorSpawned) == 0x000250, "Member 'UDeferredChildActorComponent::OnDeferredChildActorSpawned' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDeflectionComponent \ static_assert(alignof(UDeflectionComponent) == 0x000008, "Wrong alignment on UDeflectionComponent"); \ static_assert(sizeof(UDeflectionComponent) == 0x0001D8, "Wrong size on UDeflectionComponent"); \ static_assert(offsetof(UDeflectionComponent, Data) == 0x000198, "Member 'UDeflectionComponent::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADepulsoMaximaSpellTool \ static_assert(alignof(ADepulsoMaximaSpellTool) == 0x000008, "Wrong alignment on ADepulsoMaximaSpellTool"); \ static_assert(sizeof(ADepulsoMaximaSpellTool) == 0x0008B8, "Wrong size on ADepulsoMaximaSpellTool"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, bShowDebug) == 0x000870, "Member 'ADepulsoMaximaSpellTool::bShowDebug' has a wrong offset!"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, BasePhysicsImpulse) == 0x000874, "Member 'ADepulsoMaximaSpellTool::BasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, MassScaledPhysicsImpulse) == 0x000878, "Member 'ADepulsoMaximaSpellTool::MassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, CharacterBasePhysicsImpulse) == 0x00087C, "Member 'ADepulsoMaximaSpellTool::CharacterBasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, CharacterMassScaledPhysicsImpulse) == 0x000880, "Member 'ADepulsoMaximaSpellTool::CharacterMassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, MaxVelocity) == 0x000884, "Member 'ADepulsoMaximaSpellTool::MaxVelocity' has a wrong offset!"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, TargetHalfAngleXY) == 0x000888, "Member 'ADepulsoMaximaSpellTool::TargetHalfAngleXY' has a wrong offset!"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, TargetHalfAngleZ) == 0x00088C, "Member 'ADepulsoMaximaSpellTool::TargetHalfAngleZ' has a wrong offset!"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, LaunchAngle) == 0x000890, "Member 'ADepulsoMaximaSpellTool::LaunchAngle' has a wrong offset!"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, HeightAdjustment) == 0x000894, "Member 'ADepulsoMaximaSpellTool::HeightAdjustment' has a wrong offset!"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, LevelMinZThreshold) == 0x000898, "Member 'ADepulsoMaximaSpellTool::LevelMinZThreshold' has a wrong offset!"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, LevelMaxZThreshold) == 0x00089C, "Member 'ADepulsoMaximaSpellTool::LevelMaxZThreshold' has a wrong offset!"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, TargetingPercent) == 0x0008A0, "Member 'ADepulsoMaximaSpellTool::TargetingPercent' has a wrong offset!"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, bUpdateTarget) == 0x0008A4, "Member 'ADepulsoMaximaSpellTool::bUpdateTarget' has a wrong offset!"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, LeviosoImpulseScale) == 0x0008A8, "Member 'ADepulsoMaximaSpellTool::LeviosoImpulseScale' has a wrong offset!"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, NonMovableDamageMax) == 0x0008AC, "Member 'ADepulsoMaximaSpellTool::NonMovableDamageMax' has a wrong offset!"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, NonMovableDamageMin) == 0x0008B0, "Member 'ADepulsoMaximaSpellTool::NonMovableDamageMin' has a wrong offset!"); \ static_assert(offsetof(ADepulsoMaximaSpellTool, NonMovableAdditionalForce) == 0x0008B4, "Member 'ADepulsoMaximaSpellTool::NonMovableAdditionalForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_CompanionLastTarget \ static_assert(alignof(UModFilter_DealDamage_Target_CompanionLastTarget) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_CompanionLastTarget"); \ static_assert(sizeof(UModFilter_DealDamage_Target_CompanionLastTarget) == 0x000030, "Wrong size on UModFilter_DealDamage_Target_CompanionLastTarget"); \ #define DUMPER7_ASSERTS_DescendoSpellTool_OnActorHit \ static_assert(alignof(DescendoSpellTool_OnActorHit) == 0x000008, "Wrong alignment on DescendoSpellTool_OnActorHit"); \ static_assert(sizeof(DescendoSpellTool_OnActorHit) == 0x0000A8, "Wrong size on DescendoSpellTool_OnActorHit"); \ static_assert(offsetof(DescendoSpellTool_OnActorHit, SelfActor) == 0x000000, "Member 'DescendoSpellTool_OnActorHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(DescendoSpellTool_OnActorHit, OtherActor) == 0x000008, "Member 'DescendoSpellTool_OnActorHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(DescendoSpellTool_OnActorHit, NormalImpulse) == 0x000010, "Member 'DescendoSpellTool_OnActorHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(DescendoSpellTool_OnActorHit, Hit) == 0x00001C, "Member 'DescendoSpellTool_OnActorHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADescendoSpellTool \ static_assert(alignof(ADescendoSpellTool) == 0x000008, "Wrong alignment on ADescendoSpellTool"); \ static_assert(sizeof(ADescendoSpellTool) == 0x000900, "Wrong size on ADescendoSpellTool"); \ static_assert(offsetof(ADescendoSpellTool, UpwardVelocity) == 0x000870, "Member 'ADescendoSpellTool::UpwardVelocity' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, ApplyForceDelay) == 0x000874, "Member 'ADescendoSpellTool::ApplyForceDelay' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, PushToGroundDelay) == 0x000878, "Member 'ADescendoSpellTool::PushToGroundDelay' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, GroundDamage) == 0x00087C, "Member 'ADescendoSpellTool::GroundDamage' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, GroundSlamFX2) == 0x000880, "Member 'ADescendoSpellTool::GroundSlamFX2' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, GroundPushFX2) == 0x000890, "Member 'ADescendoSpellTool::GroundPushFX2' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, MinDamageDealt) == 0x0008A0, "Member 'ADescendoSpellTool::MinDamageDealt' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, MaxDamageDealt) == 0x0008A4, "Member 'ADescendoSpellTool::MaxDamageDealt' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, MinDamageDealtCharacter) == 0x0008A8, "Member 'ADescendoSpellTool::MinDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, MaxDamageDealtCharacter) == 0x0008AC, "Member 'ADescendoSpellTool::MaxDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, MinDamageTaken) == 0x0008B0, "Member 'ADescendoSpellTool::MinDamageTaken' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, MaxDamageTaken) == 0x0008B4, "Member 'ADescendoSpellTool::MaxDamageTaken' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, MinDamageTakenCharacter) == 0x0008B8, "Member 'ADescendoSpellTool::MinDamageTakenCharacter' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, MaxDamageTakenCharacter) == 0x0008BC, "Member 'ADescendoSpellTool::MaxDamageTakenCharacter' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, RandomTorque) == 0x0008C0, "Member 'ADescendoSpellTool::RandomTorque' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, MinimumTorque) == 0x0008CC, "Member 'ADescendoSpellTool::MinimumTorque' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, ApplyTorqueDelay) == 0x0008D0, "Member 'ADescendoSpellTool::ApplyTorqueDelay' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, BasePhysicsImpulse) == 0x0008D4, "Member 'ADescendoSpellTool::BasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, MassScaledPhysicsImpulse) == 0x0008D8, "Member 'ADescendoSpellTool::MassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, MaxVelocity) == 0x0008DC, "Member 'ADescendoSpellTool::MaxVelocity' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, NonMovableDamage) == 0x0008E0, "Member 'ADescendoSpellTool::NonMovableDamage' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, NonMovableAdditionalForce) == 0x0008E4, "Member 'ADescendoSpellTool::NonMovableAdditionalForce' has a wrong offset!"); \ static_assert(offsetof(ADescendoSpellTool, AOEMunition) == 0x0008E8, "Member 'ADescendoSpellTool::AOEMunition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_MaterialParameterBase \ static_assert(alignof(UMultiFX2_MaterialParameterBase) == 0x000008, "Wrong alignment on UMultiFX2_MaterialParameterBase"); \ static_assert(sizeof(UMultiFX2_MaterialParameterBase) == 0x000090, "Wrong size on UMultiFX2_MaterialParameterBase"); \ static_assert(offsetof(UMultiFX2_MaterialParameterBase, MaterialName) == 0x000068, "Member 'UMultiFX2_MaterialParameterBase::MaterialName' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_MaterialParameterBase, MaterialIndex) == 0x000070, "Member 'UMultiFX2_MaterialParameterBase::MaterialIndex' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_MaterialParameterBase, bApplyToAll) == 0x000074, "Member 'UMultiFX2_MaterialParameterBase::bApplyToAll' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_MaterialParameterBase, ParameterName) == 0x000078, "Member 'UMultiFX2_MaterialParameterBase::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_MaterialParameterBase, MeshName) == 0x000080, "Member 'UMultiFX2_MaterialParameterBase::MeshName' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_MaterialParameterBase, bApplyToAllMeshes) == 0x000088, "Member 'UMultiFX2_MaterialParameterBase::bApplyToAllMeshes' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_MaterialParameterBase, bCreateMIDs) == 0x000089, "Member 'UMultiFX2_MaterialParameterBase::bCreateMIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_MaterialParameterVector \ static_assert(alignof(UMultiFX2_MaterialParameterVector) == 0x000008, "Wrong alignment on UMultiFX2_MaterialParameterVector"); \ static_assert(sizeof(UMultiFX2_MaterialParameterVector) == 0x0000A0, "Wrong size on UMultiFX2_MaterialParameterVector"); \ static_assert(offsetof(UMultiFX2_MaterialParameterVector, VectorParameter) == 0x000090, "Member 'UMultiFX2_MaterialParameterVector::VectorParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueComponent \ static_assert(alignof(UDialogueComponent) == 0x000008, "Wrong alignment on UDialogueComponent"); \ static_assert(sizeof(UDialogueComponent) == 0x0000D0, "Wrong size on UDialogueComponent"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_MatchesSubTypeIDs \ static_assert(alignof(UModFilter_DealDamage_Target_MatchesSubTypeIDs) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_MatchesSubTypeIDs"); \ static_assert(sizeof(UModFilter_DealDamage_Target_MatchesSubTypeIDs) == 0x000048, "Wrong size on UModFilter_DealDamage_Target_MatchesSubTypeIDs"); \ static_assert(offsetof(UModFilter_DealDamage_Target_MatchesSubTypeIDs, bMatchWholeWord) == 0x000030, "Member 'UModFilter_DealDamage_Target_MatchesSubTypeIDs::bMatchWholeWord' has a wrong offset!"); \ static_assert(offsetof(UModFilter_DealDamage_Target_MatchesSubTypeIDs, MatchingSubTypeIDs) == 0x000038, "Member 'UModFilter_DealDamage_Target_MatchesSubTypeIDs::MatchingSubTypeIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogEvent_SceneRigParameter \ static_assert(alignof(UDialogEvent_SceneRigParameter) == 0x000008, "Wrong alignment on UDialogEvent_SceneRigParameter"); \ static_assert(sizeof(UDialogEvent_SceneRigParameter) == 0x000040, "Wrong size on UDialogEvent_SceneRigParameter"); \ static_assert(offsetof(UDialogEvent_SceneRigParameter, BoundParameter) == 0x000038, "Member 'UDialogEvent_SceneRigParameter::BoundParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueSequenceProvider \ static_assert(alignof(UDialogueSequenceProvider) == 0x000008, "Wrong alignment on UDialogueSequenceProvider"); \ static_assert(sizeof(UDialogueSequenceProvider) == 0x000028, "Wrong size on UDialogueSequenceProvider"); \ #define DUMPER7_ASSERTS_UDialogueSequence_Direct \ static_assert(alignof(UDialogueSequence_Direct) == 0x000008, "Wrong alignment on UDialogueSequence_Direct"); \ static_assert(sizeof(UDialogueSequence_Direct) == 0x000048, "Wrong size on UDialogueSequence_Direct"); \ static_assert(offsetof(UDialogueSequence_Direct, DialogueSequence) == 0x000028, "Member 'UDialogueSequence_Direct::DialogueSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RPGAbilityEventListener_DuringProtego_OnSpellCast \ static_assert(alignof(RPGAbilityEventListener_DuringProtego_OnSpellCast) == 0x000008, "Wrong alignment on RPGAbilityEventListener_DuringProtego_OnSpellCast"); \ static_assert(sizeof(RPGAbilityEventListener_DuringProtego_OnSpellCast) == 0x000008, "Wrong size on RPGAbilityEventListener_DuringProtego_OnSpellCast"); \ static_assert(offsetof(RPGAbilityEventListener_DuringProtego_OnSpellCast, SpellTool) == 0x000000, "Member 'RPGAbilityEventListener_DuringProtego_OnSpellCast::SpellTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RPGAbilityEventListener_DuringProtego_OnSpellStop \ static_assert(alignof(RPGAbilityEventListener_DuringProtego_OnSpellStop) == 0x000008, "Wrong alignment on RPGAbilityEventListener_DuringProtego_OnSpellStop"); \ static_assert(sizeof(RPGAbilityEventListener_DuringProtego_OnSpellStop) == 0x000008, "Wrong size on RPGAbilityEventListener_DuringProtego_OnSpellStop"); \ static_assert(offsetof(RPGAbilityEventListener_DuringProtego_OnSpellStop, SpellTool) == 0x000000, "Member 'RPGAbilityEventListener_DuringProtego_OnSpellStop::SpellTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_DuringProtego \ static_assert(alignof(URPGAbilityEventListener_DuringProtego) == 0x000008, "Wrong alignment on URPGAbilityEventListener_DuringProtego"); \ static_assert(sizeof(URPGAbilityEventListener_DuringProtego) == 0x0000A0, "Wrong size on URPGAbilityEventListener_DuringProtego"); \ static_assert(offsetof(URPGAbilityEventListener_DuringProtego, Wand) == 0x000098, "Member 'URPGAbilityEventListener_DuringProtego::Wand' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueSequenceReference_Direct \ static_assert(alignof(UDialogueSequenceReference_Direct) == 0x000008, "Wrong alignment on UDialogueSequenceReference_Direct"); \ static_assert(sizeof(UDialogueSequenceReference_Direct) == 0x000048, "Wrong size on UDialogueSequenceReference_Direct"); \ static_assert(offsetof(UDialogueSequenceReference_Direct, Value) == 0x000028, "Member 'UDialogueSequenceReference_Direct::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_Vfx \ static_assert(alignof(UMultiFX2_Vfx) == 0x000008, "Wrong alignment on UMultiFX2_Vfx"); \ static_assert(sizeof(UMultiFX2_Vfx) == 0x000078, "Wrong size on UMultiFX2_Vfx"); \ static_assert(offsetof(UMultiFX2_Vfx, VFX) == 0x000068, "Member 'UMultiFX2_Vfx::VFX' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Vfx, bAttached) == 0x000070, "Member 'UMultiFX2_Vfx::bAttached' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Vfx, bIgnoreDeactivate) == 0x000071, "Member 'UMultiFX2_Vfx::bIgnoreDeactivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_VfxBones \ static_assert(alignof(UMultiFX2_VfxBones) == 0x000008, "Wrong alignment on UMultiFX2_VfxBones"); \ static_assert(sizeof(UMultiFX2_VfxBones) == 0x000090, "Wrong size on UMultiFX2_VfxBones"); \ static_assert(offsetof(UMultiFX2_VfxBones, MaxBoneFX) == 0x000078, "Member 'UMultiFX2_VfxBones::MaxBoneFX' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_VfxBones, bRandomBone) == 0x00007C, "Member 'UMultiFX2_VfxBones::bRandomBone' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_VfxBones, BoneList) == 0x000080, "Member 'UMultiFX2_VfxBones::BoneList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DisillusionmentComponent_IsActorDisillusioned \ static_assert(alignof(DisillusionmentComponent_IsActorDisillusioned) == 0x000008, "Wrong alignment on DisillusionmentComponent_IsActorDisillusioned"); \ static_assert(sizeof(DisillusionmentComponent_IsActorDisillusioned) == 0x000010, "Wrong size on DisillusionmentComponent_IsActorDisillusioned"); \ static_assert(offsetof(DisillusionmentComponent_IsActorDisillusioned, Actor) == 0x000000, "Member 'DisillusionmentComponent_IsActorDisillusioned::Actor' has a wrong offset!"); \ static_assert(offsetof(DisillusionmentComponent_IsActorDisillusioned, ReturnValue) == 0x000008, "Member 'DisillusionmentComponent_IsActorDisillusioned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DisillusionmentComponent_IsActorDisillusionedByCloak \ static_assert(alignof(DisillusionmentComponent_IsActorDisillusionedByCloak) == 0x000008, "Wrong alignment on DisillusionmentComponent_IsActorDisillusionedByCloak"); \ static_assert(sizeof(DisillusionmentComponent_IsActorDisillusionedByCloak) == 0x000010, "Wrong size on DisillusionmentComponent_IsActorDisillusionedByCloak"); \ static_assert(offsetof(DisillusionmentComponent_IsActorDisillusionedByCloak, Actor) == 0x000000, "Member 'DisillusionmentComponent_IsActorDisillusionedByCloak::Actor' has a wrong offset!"); \ static_assert(offsetof(DisillusionmentComponent_IsActorDisillusionedByCloak, ReturnValue) == 0x000008, "Member 'DisillusionmentComponent_IsActorDisillusionedByCloak::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DisillusionmentComponent_RemoveDisillusionmentFromActor \ static_assert(alignof(DisillusionmentComponent_RemoveDisillusionmentFromActor) == 0x000008, "Wrong alignment on DisillusionmentComponent_RemoveDisillusionmentFromActor"); \ static_assert(sizeof(DisillusionmentComponent_RemoveDisillusionmentFromActor) == 0x000010, "Wrong size on DisillusionmentComponent_RemoveDisillusionmentFromActor"); \ static_assert(offsetof(DisillusionmentComponent_RemoveDisillusionmentFromActor, Actor) == 0x000000, "Member 'DisillusionmentComponent_RemoveDisillusionmentFromActor::Actor' has a wrong offset!"); \ static_assert(offsetof(DisillusionmentComponent_RemoveDisillusionmentFromActor, bEvenIfCloak) == 0x000008, "Member 'DisillusionmentComponent_RemoveDisillusionmentFromActor::bEvenIfCloak' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DisillusionmentComponent_GetVisibilityPercentage \ static_assert(alignof(DisillusionmentComponent_GetVisibilityPercentage) == 0x000004, "Wrong alignment on DisillusionmentComponent_GetVisibilityPercentage"); \ static_assert(sizeof(DisillusionmentComponent_GetVisibilityPercentage) == 0x000004, "Wrong size on DisillusionmentComponent_GetVisibilityPercentage"); \ static_assert(offsetof(DisillusionmentComponent_GetVisibilityPercentage, ReturnValue) == 0x000000, "Member 'DisillusionmentComponent_GetVisibilityPercentage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DisillusionmentComponent_OnActorBeginOverlap \ static_assert(alignof(DisillusionmentComponent_OnActorBeginOverlap) == 0x000008, "Wrong alignment on DisillusionmentComponent_OnActorBeginOverlap"); \ static_assert(sizeof(DisillusionmentComponent_OnActorBeginOverlap) == 0x000010, "Wrong size on DisillusionmentComponent_OnActorBeginOverlap"); \ static_assert(offsetof(DisillusionmentComponent_OnActorBeginOverlap, SelfActor) == 0x000000, "Member 'DisillusionmentComponent_OnActorBeginOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(DisillusionmentComponent_OnActorBeginOverlap, OtherActor) == 0x000008, "Member 'DisillusionmentComponent_OnActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DisillusionmentComponent_OnActorEndOverlap \ static_assert(alignof(DisillusionmentComponent_OnActorEndOverlap) == 0x000008, "Wrong alignment on DisillusionmentComponent_OnActorEndOverlap"); \ static_assert(sizeof(DisillusionmentComponent_OnActorEndOverlap) == 0x000010, "Wrong size on DisillusionmentComponent_OnActorEndOverlap"); \ static_assert(offsetof(DisillusionmentComponent_OnActorEndOverlap, SelfActor) == 0x000000, "Member 'DisillusionmentComponent_OnActorEndOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(DisillusionmentComponent_OnActorEndOverlap, OtherActor) == 0x000008, "Member 'DisillusionmentComponent_OnActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DisillusionmentComponent_OwnerMovementModeChanged \ static_assert(alignof(DisillusionmentComponent_OwnerMovementModeChanged) == 0x000008, "Wrong alignment on DisillusionmentComponent_OwnerMovementModeChanged"); \ static_assert(sizeof(DisillusionmentComponent_OwnerMovementModeChanged) == 0x000010, "Wrong size on DisillusionmentComponent_OwnerMovementModeChanged"); \ static_assert(offsetof(DisillusionmentComponent_OwnerMovementModeChanged, Character) == 0x000000, "Member 'DisillusionmentComponent_OwnerMovementModeChanged::Character' has a wrong offset!"); \ static_assert(offsetof(DisillusionmentComponent_OwnerMovementModeChanged, PrevMovementMode) == 0x000008, "Member 'DisillusionmentComponent_OwnerMovementModeChanged::PrevMovementMode' has a wrong offset!"); \ static_assert(offsetof(DisillusionmentComponent_OwnerMovementModeChanged, PreviousCustomMode) == 0x000009, "Member 'DisillusionmentComponent_OwnerMovementModeChanged::PreviousCustomMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DisillusionmentComponent_PerceptionDoneHandler \ static_assert(alignof(DisillusionmentComponent_PerceptionDoneHandler) == 0x000008, "Wrong alignment on DisillusionmentComponent_PerceptionDoneHandler"); \ static_assert(sizeof(DisillusionmentComponent_PerceptionDoneHandler) == 0x000010, "Wrong size on DisillusionmentComponent_PerceptionDoneHandler"); \ static_assert(offsetof(DisillusionmentComponent_PerceptionDoneHandler, Actor) == 0x000000, "Member 'DisillusionmentComponent_PerceptionDoneHandler::Actor' has a wrong offset!"); \ static_assert(offsetof(DisillusionmentComponent_PerceptionDoneHandler, bSuccess) == 0x000008, "Member 'DisillusionmentComponent_PerceptionDoneHandler::bSuccess' has a wrong offset!"); \ static_assert(offsetof(DisillusionmentComponent_PerceptionDoneHandler, bReturnControl) == 0x000009, "Member 'DisillusionmentComponent_PerceptionDoneHandler::bReturnControl' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDisillusionmentComponent \ static_assert(alignof(UDisillusionmentComponent) == 0x000008, "Wrong alignment on UDisillusionmentComponent"); \ static_assert(sizeof(UDisillusionmentComponent) == 0x000258, "Wrong size on UDisillusionmentComponent"); \ static_assert(offsetof(UDisillusionmentComponent, DisillusionmentData) == 0x000198, "Member 'UDisillusionmentComponent::DisillusionmentData' has a wrong offset!"); \ static_assert(offsetof(UDisillusionmentComponent, SightDetectionSphereActor) == 0x0001C0, "Member 'UDisillusionmentComponent::SightDetectionSphereActor' has a wrong offset!"); \ static_assert(offsetof(UDisillusionmentComponent, SightDetectionActors) == 0x0001C8, "Member 'UDisillusionmentComponent::SightDetectionActors' has a wrong offset!"); \ static_assert(offsetof(UDisillusionmentComponent, FullyAwareActors) == 0x000218, "Member 'UDisillusionmentComponent::FullyAwareActors' has a wrong offset!"); \ static_assert(offsetof(UDisillusionmentComponent, MinSightAngleDegrees) == 0x000228, "Member 'UDisillusionmentComponent::MinSightAngleDegrees' has a wrong offset!"); \ static_assert(offsetof(UDisillusionmentComponent, FX2Handle) == 0x000230, "Member 'UDisillusionmentComponent::FX2Handle' has a wrong offset!"); \ static_assert(offsetof(UDisillusionmentComponent, MaterialSwap) == 0x000238, "Member 'UDisillusionmentComponent::MaterialSwap' has a wrong offset!"); \ static_assert(offsetof(UDisillusionmentComponent, TaggedActors) == 0x000240, "Member 'UDisillusionmentComponent::TaggedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_DuringDaytime \ static_assert(alignof(URPGAbilityEventListener_DuringDaytime) == 0x000008, "Wrong alignment on URPGAbilityEventListener_DuringDaytime"); \ static_assert(sizeof(URPGAbilityEventListener_DuringDaytime) == 0x0000A0, "Wrong size on URPGAbilityEventListener_DuringDaytime"); \ #define DUMPER7_ASSERTS_DisillusionmentSpellTool_ActivateDisillusionment \ static_assert(alignof(DisillusionmentSpellTool_ActivateDisillusionment) == 0x000008, "Wrong alignment on DisillusionmentSpellTool_ActivateDisillusionment"); \ static_assert(sizeof(DisillusionmentSpellTool_ActivateDisillusionment) == 0x000018, "Wrong size on DisillusionmentSpellTool_ActivateDisillusionment"); \ static_assert(offsetof(DisillusionmentSpellTool_ActivateDisillusionment, Priority) == 0x000000, "Member 'DisillusionmentSpellTool_ActivateDisillusionment::Priority' has a wrong offset!"); \ static_assert(offsetof(DisillusionmentSpellTool_ActivateDisillusionment, InInstigator) == 0x000008, "Member 'DisillusionmentSpellTool_ActivateDisillusionment::InInstigator' has a wrong offset!"); \ static_assert(offsetof(DisillusionmentSpellTool_ActivateDisillusionment, ReturnValue) == 0x000010, "Member 'DisillusionmentSpellTool_ActivateDisillusionment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DisillusionmentSpellTool_CasterHealthZero \ static_assert(alignof(DisillusionmentSpellTool_CasterHealthZero) == 0x000008, "Wrong alignment on DisillusionmentSpellTool_CasterHealthZero"); \ static_assert(sizeof(DisillusionmentSpellTool_CasterHealthZero) == 0x000008, "Wrong size on DisillusionmentSpellTool_CasterHealthZero"); \ static_assert(offsetof(DisillusionmentSpellTool_CasterHealthZero, InActor) == 0x000000, "Member 'DisillusionmentSpellTool_CasterHealthZero::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DisillusionmentSpellTool_DeactivateDisillusionment \ static_assert(alignof(DisillusionmentSpellTool_DeactivateDisillusionment) == 0x000008, "Wrong alignment on DisillusionmentSpellTool_DeactivateDisillusionment"); \ static_assert(sizeof(DisillusionmentSpellTool_DeactivateDisillusionment) == 0x000018, "Wrong size on DisillusionmentSpellTool_DeactivateDisillusionment"); \ static_assert(offsetof(DisillusionmentSpellTool_DeactivateDisillusionment, Priority) == 0x000000, "Member 'DisillusionmentSpellTool_DeactivateDisillusionment::Priority' has a wrong offset!"); \ static_assert(offsetof(DisillusionmentSpellTool_DeactivateDisillusionment, InInstigator) == 0x000008, "Member 'DisillusionmentSpellTool_DeactivateDisillusionment::InInstigator' has a wrong offset!"); \ static_assert(offsetof(DisillusionmentSpellTool_DeactivateDisillusionment, ReturnValue) == 0x000010, "Member 'DisillusionmentSpellTool_DeactivateDisillusionment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADisillusionmentSpellTool \ static_assert(alignof(ADisillusionmentSpellTool) == 0x000008, "Wrong alignment on ADisillusionmentSpellTool"); \ static_assert(sizeof(ADisillusionmentSpellTool) == 0x000858, "Wrong size on ADisillusionmentSpellTool"); \ static_assert(offsetof(ADisillusionmentSpellTool, DisillusionmentMat) == 0x0007F0, "Member 'ADisillusionmentSpellTool::DisillusionmentMat' has a wrong offset!"); \ static_assert(offsetof(ADisillusionmentSpellTool, DisillusionmentFX2) == 0x0007F8, "Member 'ADisillusionmentSpellTool::DisillusionmentFX2' has a wrong offset!"); \ static_assert(offsetof(ADisillusionmentSpellTool, FailedFX2) == 0x000808, "Member 'ADisillusionmentSpellTool::FailedFX2' has a wrong offset!"); \ static_assert(offsetof(ADisillusionmentSpellTool, EndMuzzleFX2) == 0x000818, "Member 'ADisillusionmentSpellTool::EndMuzzleFX2' has a wrong offset!"); \ static_assert(offsetof(ADisillusionmentSpellTool, bSlowWalk) == 0x000828, "Member 'ADisillusionmentSpellTool::bSlowWalk' has a wrong offset!"); \ static_assert(offsetof(ADisillusionmentSpellTool, TalentStrings) == 0x000830, "Member 'ADisillusionmentSpellTool::TalentStrings' has a wrong offset!"); \ static_assert(offsetof(ADisillusionmentSpellTool, Level) == 0x000840, "Member 'ADisillusionmentSpellTool::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Lockable_Lock \ static_assert(alignof(Lockable_Lock) == 0x000001, "Wrong alignment on Lockable_Lock"); \ static_assert(sizeof(Lockable_Lock) == 0x000001, "Wrong size on Lockable_Lock"); \ static_assert(offsetof(Lockable_Lock, PlaySoundsAndEffects) == 0x000000, "Member 'Lockable_Lock::PlaySoundsAndEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Lockable_Seal \ static_assert(alignof(Lockable_Seal) == 0x000001, "Wrong alignment on Lockable_Seal"); \ static_assert(sizeof(Lockable_Seal) == 0x000002, "Wrong size on Lockable_Seal"); \ static_assert(offsetof(Lockable_Seal, ShowLockWhenLocked) == 0x000000, "Member 'Lockable_Seal::ShowLockWhenLocked' has a wrong offset!"); \ static_assert(offsetof(Lockable_Seal, PlaySoundsAndEffects) == 0x000001, "Member 'Lockable_Seal::PlaySoundsAndEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Lockable_SetIsLocked \ static_assert(alignof(Lockable_SetIsLocked) == 0x000001, "Wrong alignment on Lockable_SetIsLocked"); \ static_assert(sizeof(Lockable_SetIsLocked) == 0x000001, "Wrong size on Lockable_SetIsLocked"); \ static_assert(offsetof(Lockable_SetIsLocked, Locked) == 0x000000, "Member 'Lockable_SetIsLocked::Locked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Lockable_SetLocked \ static_assert(alignof(Lockable_SetLocked) == 0x000001, "Wrong alignment on Lockable_SetLocked"); \ static_assert(sizeof(Lockable_SetLocked) == 0x000004, "Wrong size on Lockable_SetLocked"); \ static_assert(offsetof(Lockable_SetLocked, Locked) == 0x000000, "Member 'Lockable_SetLocked::Locked' has a wrong offset!"); \ static_assert(offsetof(Lockable_SetLocked, OpenLockable) == 0x000001, "Member 'Lockable_SetLocked::OpenLockable' has a wrong offset!"); \ static_assert(offsetof(Lockable_SetLocked, ThrowLock) == 0x000002, "Member 'Lockable_SetLocked::ThrowLock' has a wrong offset!"); \ static_assert(offsetof(Lockable_SetLocked, PlaySoundsAndEffects) == 0x000003, "Member 'Lockable_SetLocked::PlaySoundsAndEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Lockable_Unlock \ static_assert(alignof(Lockable_Unlock) == 0x000001, "Wrong alignment on Lockable_Unlock"); \ static_assert(sizeof(Lockable_Unlock) == 0x000003, "Wrong size on Lockable_Unlock"); \ static_assert(offsetof(Lockable_Unlock, OpenLockable) == 0x000000, "Member 'Lockable_Unlock::OpenLockable' has a wrong offset!"); \ static_assert(offsetof(Lockable_Unlock, ThrowLock) == 0x000001, "Member 'Lockable_Unlock::ThrowLock' has a wrong offset!"); \ static_assert(offsetof(Lockable_Unlock, PlaySoundsAndEffects) == 0x000002, "Member 'Lockable_Unlock::PlaySoundsAndEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Lockable_Unseal \ static_assert(alignof(Lockable_Unseal) == 0x000001, "Wrong alignment on Lockable_Unseal"); \ static_assert(sizeof(Lockable_Unseal) == 0x000005, "Wrong size on Lockable_Unseal"); \ static_assert(offsetof(Lockable_Unseal, ShowLockWhenLocked) == 0x000000, "Member 'Lockable_Unseal::ShowLockWhenLocked' has a wrong offset!"); \ static_assert(offsetof(Lockable_Unseal, Locked) == 0x000001, "Member 'Lockable_Unseal::Locked' has a wrong offset!"); \ static_assert(offsetof(Lockable_Unseal, OpenLockable) == 0x000002, "Member 'Lockable_Unseal::OpenLockable' has a wrong offset!"); \ static_assert(offsetof(Lockable_Unseal, ThrowLock) == 0x000003, "Member 'Lockable_Unseal::ThrowLock' has a wrong offset!"); \ static_assert(offsetof(Lockable_Unseal, PlaySoundsAndEffects) == 0x000004, "Member 'Lockable_Unseal::PlaySoundsAndEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Lockable_GetIsLocked \ static_assert(alignof(Lockable_GetIsLocked) == 0x000001, "Wrong alignment on Lockable_GetIsLocked"); \ static_assert(sizeof(Lockable_GetIsLocked) == 0x000001, "Wrong size on Lockable_GetIsLocked"); \ static_assert(offsetof(Lockable_GetIsLocked, ReturnValue) == 0x000000, "Member 'Lockable_GetIsLocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALockable \ static_assert(alignof(ALockable) == 0x000008, "Wrong alignment on ALockable"); \ static_assert(sizeof(ALockable) == 0x000288, "Wrong size on ALockable"); \ static_assert(offsetof(ALockable, OpeningCharacter) == 0x000248, "Member 'ALockable::OpeningCharacter' has a wrong offset!"); \ static_assert(offsetof(ALockable, IsLocked) == 0x000250, "Member 'ALockable::IsLocked' has a wrong offset!"); \ static_assert(offsetof(ALockable, OnPlayerStartedUnlockingLock) == 0x000251, "Member 'ALockable::OnPlayerStartedUnlockingLock' has a wrong offset!"); \ static_assert(offsetof(ALockable, OnPlayerUnlockedLock) == 0x000252, "Member 'ALockable::OnPlayerUnlockedLock' has a wrong offset!"); \ static_assert(offsetof(ALockable, OnPlayerUnlockedLockWithAlohomora) == 0x000253, "Member 'ALockable::OnPlayerUnlockedLockWithAlohomora' has a wrong offset!"); \ static_assert(offsetof(ALockable, OnPlayerUnlockedLockWithKey) == 0x000254, "Member 'ALockable::OnPlayerUnlockedLockWithKey' has a wrong offset!"); \ static_assert(offsetof(ALockable, OnPlayerRemovedLock) == 0x000255, "Member 'ALockable::OnPlayerRemovedLock' has a wrong offset!"); \ static_assert(offsetof(ALockable, OnPlayerFailedToUnlockLock) == 0x000256, "Member 'ALockable::OnPlayerFailedToUnlockLock' has a wrong offset!"); \ static_assert(offsetof(ALockable, SharedCognitionStimuliSource) == 0x000258, "Member 'ALockable::SharedCognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ALockable, Guid) == 0x000270, "Member 'ALockable::Guid' has a wrong offset!"); \ static_assert(offsetof(ALockable, SerializedVersion) == 0x000280, "Member 'ALockable::SerializedVersion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Door_BlockNavMesh \ static_assert(alignof(Door_BlockNavMesh) == 0x000001, "Wrong alignment on Door_BlockNavMesh"); \ static_assert(sizeof(Door_BlockNavMesh) == 0x000002, "Wrong size on Door_BlockNavMesh"); \ static_assert(offsetof(Door_BlockNavMesh, ShouldBlock) == 0x000000, "Member 'Door_BlockNavMesh::ShouldBlock' has a wrong offset!"); \ static_assert(offsetof(Door_BlockNavMesh, Override) == 0x000001, "Member 'Door_BlockNavMesh::Override' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Door_BlockPlayer \ static_assert(alignof(Door_BlockPlayer) == 0x000001, "Wrong alignment on Door_BlockPlayer"); \ static_assert(sizeof(Door_BlockPlayer) == 0x000001, "Wrong size on Door_BlockPlayer"); \ static_assert(offsetof(Door_BlockPlayer, ShouldBlock) == 0x000000, "Member 'Door_BlockPlayer::ShouldBlock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Door_CloseDoor \ static_assert(alignof(Door_CloseDoor) == 0x000001, "Wrong alignment on Door_CloseDoor"); \ static_assert(sizeof(Door_CloseDoor) == 0x000001, "Wrong size on Door_CloseDoor"); \ static_assert(offsetof(Door_CloseDoor, ForceClose) == 0x000000, "Member 'Door_CloseDoor::ForceClose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Door_ObjectPickedUp \ static_assert(alignof(Door_ObjectPickedUp) == 0x000008, "Wrong alignment on Door_ObjectPickedUp"); \ static_assert(sizeof(Door_ObjectPickedUp) == 0x000008, "Wrong size on Door_ObjectPickedUp"); \ static_assert(offsetof(Door_ObjectPickedUp, Caller) == 0x000000, "Member 'Door_ObjectPickedUp::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Door_OnEnterTriggerBeginOverlap \ static_assert(alignof(Door_OnEnterTriggerBeginOverlap) == 0x000008, "Wrong alignment on Door_OnEnterTriggerBeginOverlap"); \ static_assert(sizeof(Door_OnEnterTriggerBeginOverlap) == 0x0000A8, "Wrong size on Door_OnEnterTriggerBeginOverlap"); \ static_assert(offsetof(Door_OnEnterTriggerBeginOverlap, OverlappedComp) == 0x000000, "Member 'Door_OnEnterTriggerBeginOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(Door_OnEnterTriggerBeginOverlap, ActorInTrigger) == 0x000008, "Member 'Door_OnEnterTriggerBeginOverlap::ActorInTrigger' has a wrong offset!"); \ static_assert(offsetof(Door_OnEnterTriggerBeginOverlap, OtherComp) == 0x000010, "Member 'Door_OnEnterTriggerBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(Door_OnEnterTriggerBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'Door_OnEnterTriggerBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(Door_OnEnterTriggerBeginOverlap, bFromSweep) == 0x00001C, "Member 'Door_OnEnterTriggerBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(Door_OnEnterTriggerBeginOverlap, SweepResult) == 0x000020, "Member 'Door_OnEnterTriggerBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Door_OnEnterTriggerEndOverlap \ static_assert(alignof(Door_OnEnterTriggerEndOverlap) == 0x000008, "Wrong alignment on Door_OnEnterTriggerEndOverlap"); \ static_assert(sizeof(Door_OnEnterTriggerEndOverlap) == 0x000020, "Wrong size on Door_OnEnterTriggerEndOverlap"); \ static_assert(offsetof(Door_OnEnterTriggerEndOverlap, OverlappedComp) == 0x000000, "Member 'Door_OnEnterTriggerEndOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(Door_OnEnterTriggerEndOverlap, ActorInTrigger) == 0x000008, "Member 'Door_OnEnterTriggerEndOverlap::ActorInTrigger' has a wrong offset!"); \ static_assert(offsetof(Door_OnEnterTriggerEndOverlap, OtherComp) == 0x000010, "Member 'Door_OnEnterTriggerEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(Door_OnEnterTriggerEndOverlap, OtherBodyIndex) == 0x000018, "Member 'Door_OnEnterTriggerEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Door_OnPlayerNearTriggerBeginOverlap \ static_assert(alignof(Door_OnPlayerNearTriggerBeginOverlap) == 0x000008, "Wrong alignment on Door_OnPlayerNearTriggerBeginOverlap"); \ static_assert(sizeof(Door_OnPlayerNearTriggerBeginOverlap) == 0x0000A8, "Wrong size on Door_OnPlayerNearTriggerBeginOverlap"); \ static_assert(offsetof(Door_OnPlayerNearTriggerBeginOverlap, OverlappedComp) == 0x000000, "Member 'Door_OnPlayerNearTriggerBeginOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(Door_OnPlayerNearTriggerBeginOverlap, ActorInTrigger) == 0x000008, "Member 'Door_OnPlayerNearTriggerBeginOverlap::ActorInTrigger' has a wrong offset!"); \ static_assert(offsetof(Door_OnPlayerNearTriggerBeginOverlap, OtherComp) == 0x000010, "Member 'Door_OnPlayerNearTriggerBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(Door_OnPlayerNearTriggerBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'Door_OnPlayerNearTriggerBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(Door_OnPlayerNearTriggerBeginOverlap, bFromSweep) == 0x00001C, "Member 'Door_OnPlayerNearTriggerBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(Door_OnPlayerNearTriggerBeginOverlap, SweepResult) == 0x000020, "Member 'Door_OnPlayerNearTriggerBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Door_OpenDoor \ static_assert(alignof(Door_OpenDoor) == 0x000004, "Wrong alignment on Door_OpenDoor"); \ static_assert(sizeof(Door_OpenDoor) == 0x00000C, "Wrong size on Door_OpenDoor"); \ static_assert(offsetof(Door_OpenDoor, KeepOpen) == 0x000000, "Member 'Door_OpenDoor::KeepOpen' has a wrong offset!"); \ static_assert(offsetof(Door_OpenDoor, InSecondsToDelayClosing) == 0x000004, "Member 'Door_OpenDoor::InSecondsToDelayClosing' has a wrong offset!"); \ static_assert(offsetof(Door_OpenDoor, bPushedOpen) == 0x000008, "Member 'Door_OpenDoor::bPushedOpen' has a wrong offset!"); \ static_assert(offsetof(Door_OpenDoor, Direction) == 0x000009, "Member 'Door_OpenDoor::Direction' has a wrong offset!"); \ static_assert(offsetof(Door_OpenDoor, AllowStreamingDoorsToKeepOpen) == 0x00000A, "Member 'Door_OpenDoor::AllowStreamingDoorsToKeepOpen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Door_RotateDoorToAlpha \ static_assert(alignof(Door_RotateDoorToAlpha) == 0x000004, "Wrong alignment on Door_RotateDoorToAlpha"); \ static_assert(sizeof(Door_RotateDoorToAlpha) == 0x000004, "Wrong size on Door_RotateDoorToAlpha"); \ static_assert(offsetof(Door_RotateDoorToAlpha, Alpha) == 0x000000, "Member 'Door_RotateDoorToAlpha::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Door_SetKeepDoorOpen \ static_assert(alignof(Door_SetKeepDoorOpen) == 0x000001, "Wrong alignment on Door_SetKeepDoorOpen"); \ static_assert(sizeof(Door_SetKeepDoorOpen) == 0x000001, "Wrong size on Door_SetKeepDoorOpen"); \ static_assert(offsetof(Door_SetKeepDoorOpen, InKeepDoorOpen) == 0x000000, "Member 'Door_SetKeepDoorOpen::InKeepDoorOpen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Door_SetLockLevel \ static_assert(alignof(Door_SetLockLevel) == 0x000008, "Wrong alignment on Door_SetLockLevel"); \ static_assert(sizeof(Door_SetLockLevel) == 0x000010, "Wrong size on Door_SetLockLevel"); \ static_assert(offsetof(Door_SetLockLevel, Caller) == 0x000000, "Member 'Door_SetLockLevel::Caller' has a wrong offset!"); \ static_assert(offsetof(Door_SetLockLevel, int_0) == 0x000008, "Member 'Door_SetLockLevel::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Door_SetState \ static_assert(alignof(Door_SetState) == 0x000001, "Wrong alignment on Door_SetState"); \ static_assert(sizeof(Door_SetState) == 0x000003, "Wrong size on Door_SetState"); \ static_assert(offsetof(Door_SetState, DoorState) == 0x000000, "Member 'Door_SetState::DoorState' has a wrong offset!"); \ static_assert(offsetof(Door_SetState, LockVisible) == 0x000001, "Member 'Door_SetState::LockVisible' has a wrong offset!"); \ static_assert(offsetof(Door_SetState, PlaySoundsAndEffects) == 0x000002, "Member 'Door_SetState::PlaySoundsAndEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADoor \ static_assert(alignof(ADoor) == 0x000008, "Wrong alignment on ADoor"); \ static_assert(sizeof(ADoor) == 0x000530, "Wrong size on ADoor"); \ static_assert(offsetof(ADoor, EnvInt) == 0x0002AC, "Member 'ADoor::EnvInt' has a wrong offset!"); \ static_assert(offsetof(ADoor, PropIndex) == 0x0002B0, "Member 'ADoor::PropIndex' has a wrong offset!"); \ static_assert(offsetof(ADoor, MeshSelect) == 0x0002B8, "Member 'ADoor::MeshSelect' has a wrong offset!"); \ static_assert(offsetof(ADoor, UseDoorFrame) == 0x000308, "Member 'ADoor::UseDoorFrame' has a wrong offset!"); \ static_assert(offsetof(ADoor, ChildDoor) == 0x000310, "Member 'ADoor::ChildDoor' has a wrong offset!"); \ static_assert(offsetof(ADoor, RegisterNamedDoor) == 0x000318, "Member 'ADoor::RegisterNamedDoor' has a wrong offset!"); \ static_assert(offsetof(ADoor, BeaconableObjectID) == 0x00031C, "Member 'ADoor::BeaconableObjectID' has a wrong offset!"); \ static_assert(offsetof(ADoor, Open) == 0x000324, "Member 'ADoor::Open' has a wrong offset!"); \ static_assert(offsetof(ADoor, KeepDoorOpen) == 0x000325, "Member 'ADoor::KeepDoorOpen' has a wrong offset!"); \ static_assert(offsetof(ADoor, DefaultOpenDoorForward) == 0x000326, "Member 'ADoor::DefaultOpenDoorForward' has a wrong offset!"); \ static_assert(offsetof(ADoor, TimeToOpenDoor) == 0x000328, "Member 'ADoor::TimeToOpenDoor' has a wrong offset!"); \ static_assert(offsetof(ADoor, TimeToKeepDoorOpen) == 0x00032C, "Member 'ADoor::TimeToKeepDoorOpen' has a wrong offset!"); \ static_assert(offsetof(ADoor, TimeToHoldDoorWhenInVolume) == 0x000330, "Member 'ADoor::TimeToHoldDoorWhenInVolume' has a wrong offset!"); \ static_assert(offsetof(ADoor, TimeToCloseDoor) == 0x000334, "Member 'ADoor::TimeToCloseDoor' has a wrong offset!"); \ static_assert(offsetof(ADoor, BaseCharacterSpeed) == 0x000338, "Member 'ADoor::BaseCharacterSpeed' has a wrong offset!"); \ static_assert(offsetof(ADoor, BaseHingeDistanceRatio) == 0x00033C, "Member 'ADoor::BaseHingeDistanceRatio' has a wrong offset!"); \ static_assert(offsetof(ADoor, MinOpenSpeedMultiplier) == 0x000340, "Member 'ADoor::MinOpenSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(ADoor, MaxOpenSpeedMultiplier) == 0x000344, "Member 'ADoor::MaxOpenSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(ADoor, MinDoorAngle) == 0x000348, "Member 'ADoor::MinDoorAngle' has a wrong offset!"); \ static_assert(offsetof(ADoor, MaxDoorAngle) == 0x00034C, "Member 'ADoor::MaxDoorAngle' has a wrong offset!"); \ static_assert(offsetof(ADoor, SecondsToDelayClosing) == 0x000350, "Member 'ADoor::SecondsToDelayClosing' has a wrong offset!"); \ static_assert(offsetof(ADoor, AllowNPCToPassThroughLockedDoor) == 0x000354, "Member 'ADoor::AllowNPCToPassThroughLockedDoor' has a wrong offset!"); \ static_assert(offsetof(ADoor, BlockNPCsIfLocked) == 0x000355, "Member 'ADoor::BlockNPCsIfLocked' has a wrong offset!"); \ static_assert(offsetof(ADoor, SlowPlayerInFrontOfDoor) == 0x000356, "Member 'ADoor::SlowPlayerInFrontOfDoor' has a wrong offset!"); \ static_assert(offsetof(ADoor, Expiry_Time) == 0x000358, "Member 'ADoor::Expiry_Time' has a wrong offset!"); \ static_assert(offsetof(ADoor, ForceTickEnabled) == 0x000360, "Member 'ADoor::ForceTickEnabled' has a wrong offset!"); \ static_assert(offsetof(ADoor, bNeverBlockNavGuide) == 0x000361, "Member 'ADoor::bNeverBlockNavGuide' has a wrong offset!"); \ static_assert(offsetof(ADoor, AcousticPortal) == 0x000368, "Member 'ADoor::AcousticPortal' has a wrong offset!"); \ static_assert(offsetof(ADoor, RenderSettingsCustomBlendDomainVolumeAttached) == 0x000370, "Member 'ADoor::RenderSettingsCustomBlendDomainVolumeAttached' has a wrong offset!"); \ static_assert(offsetof(ADoor, LerpVolumeAttached) == 0x000378, "Member 'ADoor::LerpVolumeAttached' has a wrong offset!"); \ static_assert(offsetof(ADoor, OpeningSound) == 0x000380, "Member 'ADoor::OpeningSound' has a wrong offset!"); \ static_assert(offsetof(ADoor, OpenedSound) == 0x000388, "Member 'ADoor::OpenedSound' has a wrong offset!"); \ static_assert(offsetof(ADoor, ClosingSound) == 0x000390, "Member 'ADoor::ClosingSound' has a wrong offset!"); \ static_assert(offsetof(ADoor, ClosedSound) == 0x000398, "Member 'ADoor::ClosedSound' has a wrong offset!"); \ static_assert(offsetof(ADoor, BellSound) == 0x0003A0, "Member 'ADoor::BellSound' has a wrong offset!"); \ static_assert(offsetof(ADoor, FrontCaresAboutStreaming) == 0x0003A8, "Member 'ADoor::FrontCaresAboutStreaming' has a wrong offset!"); \ static_assert(offsetof(ADoor, BackCaresAboutStreaming) == 0x0003A9, "Member 'ADoor::BackCaresAboutStreaming' has a wrong offset!"); \ static_assert(offsetof(ADoor, FrontIsExterior) == 0x0003AA, "Member 'ADoor::FrontIsExterior' has a wrong offset!"); \ static_assert(offsetof(ADoor, BackIsExterior) == 0x0003AB, "Member 'ADoor::BackIsExterior' has a wrong offset!"); \ static_assert(offsetof(ADoor, OpenCurve) == 0x0003B0, "Member 'ADoor::OpenCurve' has a wrong offset!"); \ static_assert(offsetof(ADoor, CloseCurve) == 0x0003B8, "Member 'ADoor::CloseCurve' has a wrong offset!"); \ static_assert(offsetof(ADoor, CloseDoorCurveAdjustment) == 0x0003C0, "Member 'ADoor::CloseDoorCurveAdjustment' has a wrong offset!"); \ static_assert(offsetof(ADoor, DoorMesh) == 0x0003C8, "Member 'ADoor::DoorMesh' has a wrong offset!"); \ static_assert(offsetof(ADoor, FrameMesh) == 0x0003D0, "Member 'ADoor::FrameMesh' has a wrong offset!"); \ static_assert(offsetof(ADoor, NavObstacle) == 0x0003D8, "Member 'ADoor::NavObstacle' has a wrong offset!"); \ static_assert(offsetof(ADoor, ForwardArrow) == 0x0003E0, "Member 'ADoor::ForwardArrow' has a wrong offset!"); \ static_assert(offsetof(ADoor, ClosedDoorNavObstacle) == 0x0003E8, "Member 'ADoor::ClosedDoorNavObstacle' has a wrong offset!"); \ static_assert(offsetof(ADoor, EnterTrigger) == 0x0003F0, "Member 'ADoor::EnterTrigger' has a wrong offset!"); \ static_assert(offsetof(ADoor, ExitTrigger) == 0x0003F8, "Member 'ADoor::ExitTrigger' has a wrong offset!"); \ static_assert(offsetof(ADoor, PlayerNearTrigger) == 0x000400, "Member 'ADoor::PlayerNearTrigger' has a wrong offset!"); \ static_assert(offsetof(ADoor, PlayerCollision) == 0x000408, "Member 'ADoor::PlayerCollision' has a wrong offset!"); \ static_assert(offsetof(ADoor, WidgetComponentSpinner) == 0x000410, "Member 'ADoor::WidgetComponentSpinner' has a wrong offset!"); \ static_assert(offsetof(ADoor, OnPlayerOpenedDoor) == 0x000418, "Member 'ADoor::OnPlayerOpenedDoor' has a wrong offset!"); \ static_assert(offsetof(ADoor, OnPlayerClosedDoor) == 0x000419, "Member 'ADoor::OnPlayerClosedDoor' has a wrong offset!"); \ static_assert(offsetof(ADoor, OnAnyActorOpenedDoor) == 0x00041A, "Member 'ADoor::OnAnyActorOpenedDoor' has a wrong offset!"); \ static_assert(offsetof(ADoor, OnAnyActorClosedDoor) == 0x00041B, "Member 'ADoor::OnAnyActorClosedDoor' has a wrong offset!"); \ static_assert(offsetof(ADoor, FastTravelComponent) == 0x000428, "Member 'ADoor::FastTravelComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RaceManager_Get \ static_assert(alignof(RaceManager_Get) == 0x000008, "Wrong alignment on RaceManager_Get"); \ static_assert(sizeof(RaceManager_Get) == 0x000008, "Wrong size on RaceManager_Get"); \ static_assert(offsetof(RaceManager_Get, ReturnValue) == 0x000000, "Member 'RaceManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RaceManager_GetRaceFromID \ static_assert(alignof(RaceManager_GetRaceFromID) == 0x000008, "Wrong alignment on RaceManager_GetRaceFromID"); \ static_assert(sizeof(RaceManager_GetRaceFromID) == 0x000018, "Wrong size on RaceManager_GetRaceFromID"); \ static_assert(offsetof(RaceManager_GetRaceFromID, RaceId) == 0x000000, "Member 'RaceManager_GetRaceFromID::RaceId' has a wrong offset!"); \ static_assert(offsetof(RaceManager_GetRaceFromID, ReturnValue) == 0x000010, "Member 'RaceManager_GetRaceFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RaceManager_StartRace \ static_assert(alignof(RaceManager_StartRace) == 0x000008, "Wrong alignment on RaceManager_StartRace"); \ static_assert(sizeof(RaceManager_StartRace) == 0x000020, "Wrong size on RaceManager_StartRace"); \ static_assert(offsetof(RaceManager_StartRace, RaceName) == 0x000000, "Member 'RaceManager_StartRace::RaceName' has a wrong offset!"); \ static_assert(offsetof(RaceManager_StartRace, bIsMission) == 0x000010, "Member 'RaceManager_StartRace::bIsMission' has a wrong offset!"); \ static_assert(offsetof(RaceManager_StartRace, ReturnValue) == 0x000018, "Member 'RaceManager_StartRace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RaceManager_GetActiveRace \ static_assert(alignof(RaceManager_GetActiveRace) == 0x000008, "Wrong alignment on RaceManager_GetActiveRace"); \ static_assert(sizeof(RaceManager_GetActiveRace) == 0x000008, "Wrong size on RaceManager_GetActiveRace"); \ static_assert(offsetof(RaceManager_GetActiveRace, ReturnValue) == 0x000000, "Member 'RaceManager_GetActiveRace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URaceManager \ static_assert(alignof(URaceManager) == 0x000008, "Wrong alignment on URaceManager"); \ static_assert(sizeof(URaceManager) == 0x000040, "Wrong size on URaceManager"); \ static_assert(offsetof(URaceManager, RegisteredRaces) == 0x000028, "Member 'URaceManager::RegisteredRaces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALODProxyContainer \ static_assert(alignof(ALODProxyContainer) == 0x000008, "Wrong alignment on ALODProxyContainer"); \ static_assert(sizeof(ALODProxyContainer) == 0x0002B0, "Wrong size on ALODProxyContainer"); \ static_assert(offsetof(ALODProxyContainer, BaseProxyMesh) == 0x000248, "Member 'ALODProxyContainer::BaseProxyMesh' has a wrong offset!"); \ static_assert(offsetof(ALODProxyContainer, AdditionalProxyMeshes) == 0x000250, "Member 'ALODProxyContainer::AdditionalProxyMeshes' has a wrong offset!"); \ static_assert(offsetof(ALODProxyContainer, WinterProxyMeshes) == 0x000260, "Member 'ALODProxyContainer::WinterProxyMeshes' has a wrong offset!"); \ static_assert(offsetof(ALODProxyContainer, MeshOffset) == 0x000270, "Member 'ALODProxyContainer::MeshOffset' has a wrong offset!"); \ static_assert(offsetof(ALODProxyContainer, AlphaMesh) == 0x000280, "Member 'ALODProxyContainer::AlphaMesh' has a wrong offset!"); \ static_assert(offsetof(ALODProxyContainer, LandscapeMeshProxyActor) == 0x000288, "Member 'ALODProxyContainer::LandscapeMeshProxyActor' has a wrong offset!"); \ static_assert(offsetof(ALODProxyContainer, DefaultMaterial) == 0x000290, "Member 'ALODProxyContainer::DefaultMaterial' has a wrong offset!"); \ static_assert(offsetof(ALODProxyContainer, FallMaterial) == 0x000298, "Member 'ALODProxyContainer::FallMaterial' has a wrong offset!"); \ static_assert(offsetof(ALODProxyContainer, WinterMaterial) == 0x0002A0, "Member 'ALODProxyContainer::WinterMaterial' has a wrong offset!"); \ static_assert(offsetof(ALODProxyContainer, LandscapeStaticMesh) == 0x0002A8, "Member 'ALODProxyContainer::LandscapeStaticMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADragonEscapeScene \ static_assert(alignof(ADragonEscapeScene) == 0x000008, "Wrong alignment on ADragonEscapeScene"); \ static_assert(sizeof(ADragonEscapeScene) == 0x000278, "Wrong size on ADragonEscapeScene"); \ static_assert(offsetof(ADragonEscapeScene, m_SceneRigPlayer) == 0x000250, "Member 'ADragonEscapeScene::m_SceneRigPlayer' has a wrong offset!"); \ static_assert(offsetof(ADragonEscapeScene, m_DragonEscapeSceneRig) == 0x000258, "Member 'ADragonEscapeScene::m_DragonEscapeSceneRig' has a wrong offset!"); \ static_assert(offsetof(ADragonEscapeScene, ParameterBlock) == 0x000260, "Member 'ADragonEscapeScene::ParameterBlock' has a wrong offset!"); \ static_assert(offsetof(ADragonEscapeScene, AIDragon) == 0x000268, "Member 'ADragonEscapeScene::AIDragon' has a wrong offset!"); \ static_assert(offsetof(ADragonEscapeScene, DragonPlatform) == 0x000270, "Member 'ADragonEscapeScene::DragonPlatform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ClothRobeMount \ static_assert(alignof(USceneAction_ClothRobeMount) == 0x000008, "Wrong alignment on USceneAction_ClothRobeMount"); \ static_assert(sizeof(USceneAction_ClothRobeMount) == 0x0000C0, "Wrong size on USceneAction_ClothRobeMount"); \ static_assert(offsetof(USceneAction_ClothRobeMount, ClothMountTargets) == 0x0000A0, "Member 'USceneAction_ClothRobeMount::ClothMountTargets' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothRobeMount, BlendIn) == 0x0000B8, "Member 'USceneAction_ClothRobeMount::BlendIn' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ClothRobeMount, TargetsOnly) == 0x0000B9, "Member 'USceneAction_ClothRobeMount::TargetsOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMissionInteractionManager \ static_assert(alignof(UMissionInteractionManager) == 0x000008, "Wrong alignment on UMissionInteractionManager"); \ static_assert(sizeof(UMissionInteractionManager) == 0x000100, "Wrong size on UMissionInteractionManager"); \ #define DUMPER7_ASSERTS_USceneActionState_ConsoleVariables \ static_assert(alignof(USceneActionState_ConsoleVariables) == 0x000008, "Wrong alignment on USceneActionState_ConsoleVariables"); \ static_assert(sizeof(USceneActionState_ConsoleVariables) == 0x0000A8, "Wrong size on USceneActionState_ConsoleVariables"); \ static_assert(offsetof(USceneActionState_ConsoleVariables, bSetValues) == 0x000050, "Member 'USceneActionState_ConsoleVariables::bSetValues' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_ConsoleVariables, bRestoredValues) == 0x000051, "Member 'USceneActionState_ConsoleVariables::bRestoredValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RaceGate_GetSplineTrackOffset \ static_assert(alignof(RaceGate_GetSplineTrackOffset) == 0x000004, "Wrong alignment on RaceGate_GetSplineTrackOffset"); \ static_assert(sizeof(RaceGate_GetSplineTrackOffset) == 0x00000C, "Wrong size on RaceGate_GetSplineTrackOffset"); \ static_assert(offsetof(RaceGate_GetSplineTrackOffset, ReturnValue) == 0x000000, "Member 'RaceGate_GetSplineTrackOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RaceGate_OnHitGate \ static_assert(alignof(RaceGate_OnHitGate) == 0x000001, "Wrong alignment on RaceGate_OnHitGate"); \ static_assert(sizeof(RaceGate_OnHitGate) == 0x000001, "Wrong size on RaceGate_OnHitGate"); \ static_assert(offsetof(RaceGate_OnHitGate, bSuccess) == 0x000000, "Member 'RaceGate_OnHitGate::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RaceGate_OnMissGate \ static_assert(alignof(RaceGate_OnMissGate) == 0x000001, "Wrong alignment on RaceGate_OnMissGate"); \ static_assert(sizeof(RaceGate_OnMissGate) == 0x000001, "Wrong size on RaceGate_OnMissGate"); \ static_assert(offsetof(RaceGate_OnMissGate, bSuccess) == 0x000000, "Member 'RaceGate_OnMissGate::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RaceGate_OnRaceFinished \ static_assert(alignof(RaceGate_OnRaceFinished) == 0x000001, "Wrong alignment on RaceGate_OnRaceFinished"); \ static_assert(sizeof(RaceGate_OnRaceFinished) == 0x000001, "Wrong size on RaceGate_OnRaceFinished"); \ static_assert(offsetof(RaceGate_OnRaceFinished, bNewBestTime) == 0x000000, "Member 'RaceGate_OnRaceFinished::bNewBestTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RaceGate_IsGateActive \ static_assert(alignof(RaceGate_IsGateActive) == 0x000001, "Wrong alignment on RaceGate_IsGateActive"); \ static_assert(sizeof(RaceGate_IsGateActive) == 0x000001, "Wrong size on RaceGate_IsGateActive"); \ static_assert(offsetof(RaceGate_IsGateActive, ReturnValue) == 0x000000, "Member 'RaceGate_IsGateActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARaceGate \ static_assert(alignof(ARaceGate) == 0x000008, "Wrong alignment on ARaceGate"); \ static_assert(sizeof(ARaceGate) == 0x000258, "Wrong size on ARaceGate"); \ static_assert(offsetof(ARaceGate, OwningRace) == 0x000248, "Member 'ARaceGate::OwningRace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADraingingDraughtOrb \ static_assert(alignof(ADraingingDraughtOrb) == 0x000008, "Wrong alignment on ADraingingDraughtOrb"); \ static_assert(sizeof(ADraingingDraughtOrb) == 0x000558, "Wrong size on ADraingingDraughtOrb"); \ static_assert(offsetof(ADraingingDraughtOrb, m_CurActiveRotation) == 0x000538, "Member 'ADraingingDraughtOrb::m_CurActiveRotation' has a wrong offset!"); \ static_assert(offsetof(ADraingingDraughtOrb, m_CurRotAxis) == 0x00053C, "Member 'ADraingingDraughtOrb::m_CurRotAxis' has a wrong offset!"); \ static_assert(offsetof(ADraingingDraughtOrb, m_AttackingDistance) == 0x000548, "Member 'ADraingingDraughtOrb::m_AttackingDistance' has a wrong offset!"); \ static_assert(offsetof(ADraingingDraughtOrb, m_AttackingAcceleration) == 0x00054C, "Member 'ADraingingDraughtOrb::m_AttackingAcceleration' has a wrong offset!"); \ static_assert(offsetof(ADraingingDraughtOrb, m_AttackingSpeed) == 0x000550, "Member 'ADraingingDraughtOrb::m_AttackingSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDuelTechnique_Deflect \ static_assert(alignof(UDuelTechnique_Deflect) == 0x000008, "Wrong alignment on UDuelTechnique_Deflect"); \ static_assert(sizeof(UDuelTechnique_Deflect) == 0x000050, "Wrong size on UDuelTechnique_Deflect"); \ #define DUMPER7_ASSERTS_UDuelTechnique_Depulso \ static_assert(alignof(UDuelTechnique_Depulso) == 0x000008, "Wrong alignment on UDuelTechnique_Depulso"); \ static_assert(sizeof(UDuelTechnique_Depulso) == 0x000050, "Wrong size on UDuelTechnique_Depulso"); \ #define DUMPER7_ASSERTS_UModFilter_SpellCooldown_Base \ static_assert(alignof(UModFilter_SpellCooldown_Base) == 0x000008, "Wrong alignment on UModFilter_SpellCooldown_Base"); \ static_assert(sizeof(UModFilter_SpellCooldown_Base) == 0x000030, "Wrong size on UModFilter_SpellCooldown_Base"); \ #define DUMPER7_ASSERTS_UModFilter_SpellCooldown_IsDada \ static_assert(alignof(UModFilter_SpellCooldown_IsDada) == 0x000008, "Wrong alignment on UModFilter_SpellCooldown_IsDada"); \ static_assert(sizeof(UModFilter_SpellCooldown_IsDada) == 0x000030, "Wrong size on UModFilter_SpellCooldown_IsDada"); \ #define DUMPER7_ASSERTS_ULumosScalabilityOverride \ static_assert(alignof(ULumosScalabilityOverride) == 0x000008, "Wrong alignment on ULumosScalabilityOverride"); \ static_assert(sizeof(ULumosScalabilityOverride) == 0x000038, "Wrong size on ULumosScalabilityOverride"); \ static_assert(offsetof(ULumosScalabilityOverride, LumosAsset) == 0x000030, "Member 'ULumosScalabilityOverride::LumosAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDuelTechnique_KillAllEnemies \ static_assert(alignof(UDuelTechnique_KillAllEnemies) == 0x000008, "Wrong alignment on UDuelTechnique_KillAllEnemies"); \ static_assert(sizeof(UDuelTechnique_KillAllEnemies) == 0x000060, "Wrong size on UDuelTechnique_KillAllEnemies"); \ #define DUMPER7_ASSERTS_USceneActionState_CreatureAI \ static_assert(alignof(USceneActionState_CreatureAI) == 0x000008, "Wrong alignment on USceneActionState_CreatureAI"); \ static_assert(sizeof(USceneActionState_CreatureAI) == 0x000070, "Wrong size on USceneActionState_CreatureAI"); \ #define DUMPER7_ASSERTS_UMultiFX2_Footprint \ static_assert(alignof(UMultiFX2_Footprint) == 0x000008, "Wrong alignment on UMultiFX2_Footprint"); \ static_assert(sizeof(UMultiFX2_Footprint) == 0x0000B8, "Wrong size on UMultiFX2_Footprint"); \ static_assert(offsetof(UMultiFX2_Footprint, InfoMap) == 0x000068, "Member 'UMultiFX2_Footprint::InfoMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDuelTechnique_SpellEffectMultiple \ static_assert(alignof(UDuelTechnique_SpellEffectMultiple) == 0x000008, "Wrong alignment on UDuelTechnique_SpellEffectMultiple"); \ static_assert(sizeof(UDuelTechnique_SpellEffectMultiple) == 0x000070, "Wrong size on UDuelTechnique_SpellEffectMultiple"); \ #define DUMPER7_ASSERTS_USceneAction_DialogueEvent \ static_assert(alignof(USceneAction_DialogueEvent) == 0x000008, "Wrong alignment on USceneAction_DialogueEvent"); \ static_assert(sizeof(USceneAction_DialogueEvent) == 0x0000B8, "Wrong size on USceneAction_DialogueEvent"); \ static_assert(offsetof(USceneAction_DialogueEvent, Event) == 0x0000A0, "Member 'USceneAction_DialogueEvent::Event' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DialogueEvent, CutoffDialogueAtFinish) == 0x0000A8, "Member 'USceneAction_DialogueEvent::CutoffDialogueAtFinish' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DialogueEvent, AudioDialogueFlags) == 0x0000A9, "Member 'USceneAction_DialogueEvent::AudioDialogueFlags' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DialogueEvent, AtLocation) == 0x0000B0, "Member 'USceneAction_DialogueEvent::AtLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_ObjectState_MatchesSubTypeID \ static_assert(alignof(UModFilter_ObjectState_MatchesSubTypeID) == 0x000008, "Wrong alignment on UModFilter_ObjectState_MatchesSubTypeID"); \ static_assert(sizeof(UModFilter_ObjectState_MatchesSubTypeID) == 0x000048, "Wrong size on UModFilter_ObjectState_MatchesSubTypeID"); \ static_assert(offsetof(UModFilter_ObjectState_MatchesSubTypeID, bMatchWholeWord) == 0x000030, "Member 'UModFilter_ObjectState_MatchesSubTypeID::bMatchWholeWord' has a wrong offset!"); \ static_assert(offsetof(UModFilter_ObjectState_MatchesSubTypeID, MatchingSubTypeID) == 0x000038, "Member 'UModFilter_ObjectState_MatchesSubTypeID::MatchingSubTypeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DuelTechnique_TimedEncounter_InitializeImpl \ static_assert(alignof(DuelTechnique_TimedEncounter_InitializeImpl) == 0x000001, "Wrong alignment on DuelTechnique_TimedEncounter_InitializeImpl"); \ static_assert(sizeof(DuelTechnique_TimedEncounter_InitializeImpl) == 0x000001, "Wrong size on DuelTechnique_TimedEncounter_InitializeImpl"); \ static_assert(offsetof(DuelTechnique_TimedEncounter_InitializeImpl, ReturnValue) == 0x000000, "Member 'DuelTechnique_TimedEncounter_InitializeImpl::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDuelTechnique_TimedEncounter \ static_assert(alignof(UDuelTechnique_TimedEncounter) == 0x000008, "Wrong alignment on UDuelTechnique_TimedEncounter"); \ static_assert(sizeof(UDuelTechnique_TimedEncounter) == 0x000090, "Wrong size on UDuelTechnique_TimedEncounter"); \ static_assert(offsetof(UDuelTechnique_TimedEncounter, ControllerOuter) == 0x000088, "Member 'UDuelTechnique_TimedEncounter::ControllerOuter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DuelTechniquesController_OnCombatVolumeGroupDestroyed \ static_assert(alignof(DuelTechniquesController_OnCombatVolumeGroupDestroyed) == 0x000008, "Wrong alignment on DuelTechniquesController_OnCombatVolumeGroupDestroyed"); \ static_assert(sizeof(DuelTechniquesController_OnCombatVolumeGroupDestroyed) == 0x000008, "Wrong size on DuelTechniquesController_OnCombatVolumeGroupDestroyed"); \ static_assert(offsetof(DuelTechniquesController_OnCombatVolumeGroupDestroyed, Group) == 0x000000, "Member 'DuelTechniquesController_OnCombatVolumeGroupDestroyed::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDuelTechniquesController \ static_assert(alignof(UDuelTechniquesController) == 0x000008, "Wrong alignment on UDuelTechniquesController"); \ static_assert(sizeof(UDuelTechniquesController) == 0x0000B8, "Wrong size on UDuelTechniquesController"); \ static_assert(offsetof(UDuelTechniquesController, Owner) == 0x000028, "Member 'UDuelTechniquesController::Owner' has a wrong offset!"); \ static_assert(offsetof(UDuelTechniquesController, SelectedDuelTechniques) == 0x000040, "Member 'UDuelTechniquesController::SelectedDuelTechniques' has a wrong offset!"); \ static_assert(offsetof(UDuelTechniquesController, StashedDuelTechniquesProgress) == 0x000050, "Member 'UDuelTechniquesController::StashedDuelTechniquesProgress' has a wrong offset!"); \ static_assert(offsetof(UDuelTechniquesController, SelectionOverridesCheat) == 0x0000A0, "Member 'UDuelTechniquesController::SelectionOverridesCheat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDugbog_AttackChoice_StealthAttack \ static_assert(alignof(UDugbog_AttackChoice_StealthAttack) == 0x000008, "Wrong alignment on UDugbog_AttackChoice_StealthAttack"); \ static_assert(sizeof(UDugbog_AttackChoice_StealthAttack) == 0x000028, "Wrong size on UDugbog_AttackChoice_StealthAttack"); \ #define DUMPER7_ASSERTS_UModFilter_EnemyAwareness_Base \ static_assert(alignof(UModFilter_EnemyAwareness_Base) == 0x000008, "Wrong alignment on UModFilter_EnemyAwareness_Base"); \ static_assert(sizeof(UModFilter_EnemyAwareness_Base) == 0x000030, "Wrong size on UModFilter_EnemyAwareness_Base"); \ #define DUMPER7_ASSERTS_UModFilter_EnemyAwareness_MatchingMultiAwarenessStates \ static_assert(alignof(UModFilter_EnemyAwareness_MatchingMultiAwarenessStates) == 0x000008, "Wrong alignment on UModFilter_EnemyAwareness_MatchingMultiAwarenessStates"); \ static_assert(sizeof(UModFilter_EnemyAwareness_MatchingMultiAwarenessStates) == 0x000040, "Wrong size on UModFilter_EnemyAwareness_MatchingMultiAwarenessStates"); \ static_assert(offsetof(UModFilter_EnemyAwareness_MatchingMultiAwarenessStates, MatchingAwarenessStates) == 0x000030, "Member 'UModFilter_EnemyAwareness_MatchingMultiAwarenessStates::MatchingAwarenessStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_BeamTargetSkeleton \ static_assert(alignof(UFXUpdate_BeamTargetSkeleton) == 0x000008, "Wrong alignment on UFXUpdate_BeamTargetSkeleton"); \ static_assert(sizeof(UFXUpdate_BeamTargetSkeleton) == 0x000028, "Wrong size on UFXUpdate_BeamTargetSkeleton"); \ #define DUMPER7_ASSERTS_USummonSpider_Backup_AttackChoice \ static_assert(alignof(USummonSpider_Backup_AttackChoice) == 0x000008, "Wrong alignment on USummonSpider_Backup_AttackChoice"); \ static_assert(sizeof(USummonSpider_Backup_AttackChoice) == 0x000030, "Wrong size on USummonSpider_Backup_AttackChoice"); \ static_assert(offsetof(USummonSpider_Backup_AttackChoice, DovSpawnAttackData) == 0x000028, "Member 'USummonSpider_Backup_AttackChoice::DovSpawnAttackData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_GainKnowledge_Base \ static_assert(alignof(UModFilter_GainKnowledge_Base) == 0x000008, "Wrong alignment on UModFilter_GainKnowledge_Base"); \ static_assert(sizeof(UModFilter_GainKnowledge_Base) == 0x000030, "Wrong size on UModFilter_GainKnowledge_Base"); \ #define DUMPER7_ASSERTS_UModFilter_GainKnowledge_ByInvestigation \ static_assert(alignof(UModFilter_GainKnowledge_ByInvestigation) == 0x000008, "Wrong alignment on UModFilter_GainKnowledge_ByInvestigation"); \ static_assert(sizeof(UModFilter_GainKnowledge_ByInvestigation) == 0x000030, "Wrong size on UModFilter_GainKnowledge_ByInvestigation"); \ #define DUMPER7_ASSERTS_UDW_ReplicateSelf_AttackChoice_GameChanger \ static_assert(alignof(UDW_ReplicateSelf_AttackChoice_GameChanger) == 0x000008, "Wrong alignment on UDW_ReplicateSelf_AttackChoice_GameChanger"); \ static_assert(sizeof(UDW_ReplicateSelf_AttackChoice_GameChanger) == 0x000028, "Wrong size on UDW_ReplicateSelf_AttackChoice_GameChanger"); \ #define DUMPER7_ASSERTS_UDW_Animagus_AttackChoice_GameChanger \ static_assert(alignof(UDW_Animagus_AttackChoice_GameChanger) == 0x000008, "Wrong alignment on UDW_Animagus_AttackChoice_GameChanger"); \ static_assert(sizeof(UDW_Animagus_AttackChoice_GameChanger) == 0x000028, "Wrong size on UDW_Animagus_AttackChoice_GameChanger"); \ #define DUMPER7_ASSERTS_IDynamicDB_Interface \ static_assert(alignof(IDynamicDB_Interface) == 0x000001, "Wrong alignment on IDynamicDB_Interface"); \ static_assert(sizeof(IDynamicDB_Interface) == 0x000001, "Wrong size on IDynamicDB_Interface"); \ #define DUMPER7_ASSERTS_EncounterVolume_DoneSpawning \ static_assert(alignof(EncounterVolume_DoneSpawning) == 0x000001, "Wrong alignment on EncounterVolume_DoneSpawning"); \ static_assert(sizeof(EncounterVolume_DoneSpawning) == 0x000001, "Wrong size on EncounterVolume_DoneSpawning"); \ static_assert(offsetof(EncounterVolume_DoneSpawning, ReturnValue) == 0x000000, "Member 'EncounterVolume_DoneSpawning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EncounterVolume_GetActiveActorCount \ static_assert(alignof(EncounterVolume_GetActiveActorCount) == 0x000004, "Wrong alignment on EncounterVolume_GetActiveActorCount"); \ static_assert(sizeof(EncounterVolume_GetActiveActorCount) == 0x000004, "Wrong size on EncounterVolume_GetActiveActorCount"); \ static_assert(offsetof(EncounterVolume_GetActiveActorCount, ReturnValue) == 0x000000, "Member 'EncounterVolume_GetActiveActorCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EncounterVolume_GetAliveActorCount \ static_assert(alignof(EncounterVolume_GetAliveActorCount) == 0x000004, "Wrong alignment on EncounterVolume_GetAliveActorCount"); \ static_assert(sizeof(EncounterVolume_GetAliveActorCount) == 0x000004, "Wrong size on EncounterVolume_GetAliveActorCount"); \ static_assert(offsetof(EncounterVolume_GetAliveActorCount, ReturnValue) == 0x000000, "Member 'EncounterVolume_GetAliveActorCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EncounterVolume_GetAllActiveSpawnedInstances \ static_assert(alignof(EncounterVolume_GetAllActiveSpawnedInstances) == 0x000008, "Wrong alignment on EncounterVolume_GetAllActiveSpawnedInstances"); \ static_assert(sizeof(EncounterVolume_GetAllActiveSpawnedInstances) == 0x000010, "Wrong size on EncounterVolume_GetAllActiveSpawnedInstances"); \ static_assert(offsetof(EncounterVolume_GetAllActiveSpawnedInstances, ReturnValue) == 0x000000, "Member 'EncounterVolume_GetAllActiveSpawnedInstances::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EncounterVolume_GetSpawnActorCount \ static_assert(alignof(EncounterVolume_GetSpawnActorCount) == 0x000004, "Wrong alignment on EncounterVolume_GetSpawnActorCount"); \ static_assert(sizeof(EncounterVolume_GetSpawnActorCount) == 0x000004, "Wrong size on EncounterVolume_GetSpawnActorCount"); \ static_assert(offsetof(EncounterVolume_GetSpawnActorCount, ReturnValue) == 0x000000, "Member 'EncounterVolume_GetSpawnActorCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EncounterVolume_HasSpawned \ static_assert(alignof(EncounterVolume_HasSpawned) == 0x000001, "Wrong alignment on EncounterVolume_HasSpawned"); \ static_assert(sizeof(EncounterVolume_HasSpawned) == 0x000001, "Wrong size on EncounterVolume_HasSpawned"); \ static_assert(offsetof(EncounterVolume_HasSpawned, ReturnValue) == 0x000000, "Member 'EncounterVolume_HasSpawned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EncounterVolume_IsVolumeActive \ static_assert(alignof(EncounterVolume_IsVolumeActive) == 0x000001, "Wrong alignment on EncounterVolume_IsVolumeActive"); \ static_assert(sizeof(EncounterVolume_IsVolumeActive) == 0x000001, "Wrong size on EncounterVolume_IsVolumeActive"); \ static_assert(offsetof(EncounterVolume_IsVolumeActive, ReturnValue) == 0x000000, "Member 'EncounterVolume_IsVolumeActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EncounterVolume_ProcessEncounterReport \ static_assert(alignof(EncounterVolume_ProcessEncounterReport) == 0x000008, "Wrong alignment on EncounterVolume_ProcessEncounterReport"); \ static_assert(sizeof(EncounterVolume_ProcessEncounterReport) == 0x000010, "Wrong size on EncounterVolume_ProcessEncounterReport"); \ static_assert(offsetof(EncounterVolume_ProcessEncounterReport, ObjectName) == 0x000000, "Member 'EncounterVolume_ProcessEncounterReport::ObjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EncounterVolume_ProcessSpawnerSearch \ static_assert(alignof(EncounterVolume_ProcessSpawnerSearch) == 0x000008, "Wrong alignment on EncounterVolume_ProcessSpawnerSearch"); \ static_assert(sizeof(EncounterVolume_ProcessSpawnerSearch) == 0x000010, "Wrong size on EncounterVolume_ProcessSpawnerSearch"); \ static_assert(offsetof(EncounterVolume_ProcessSpawnerSearch, ObjectName) == 0x000000, "Member 'EncounterVolume_ProcessSpawnerSearch::ObjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EncounterVolume_ProcessZoneData \ static_assert(alignof(EncounterVolume_ProcessZoneData) == 0x000008, "Wrong alignment on EncounterVolume_ProcessZoneData"); \ static_assert(sizeof(EncounterVolume_ProcessZoneData) == 0x000010, "Wrong size on EncounterVolume_ProcessZoneData"); \ static_assert(offsetof(EncounterVolume_ProcessZoneData, ObjectName) == 0x000000, "Member 'EncounterVolume_ProcessZoneData::ObjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EncounterVolume_SetAllowAutoActivation \ static_assert(alignof(EncounterVolume_SetAllowAutoActivation) == 0x000001, "Wrong alignment on EncounterVolume_SetAllowAutoActivation"); \ static_assert(sizeof(EncounterVolume_SetAllowAutoActivation) == 0x000001, "Wrong size on EncounterVolume_SetAllowAutoActivation"); \ static_assert(offsetof(EncounterVolume_SetAllowAutoActivation, bAllowAutoActivate) == 0x000000, "Member 'EncounterVolume_SetAllowAutoActivation::bAllowAutoActivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EncounterVolume_SetEncounterActor \ static_assert(alignof(EncounterVolume_SetEncounterActor) == 0x000008, "Wrong alignment on EncounterVolume_SetEncounterActor"); \ static_assert(sizeof(EncounterVolume_SetEncounterActor) == 0x000008, "Wrong size on EncounterVolume_SetEncounterActor"); \ static_assert(offsetof(EncounterVolume_SetEncounterActor, InActor) == 0x000000, "Member 'EncounterVolume_SetEncounterActor::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEncounterVolume \ static_assert(alignof(AEncounterVolume) == 0x000008, "Wrong alignment on AEncounterVolume"); \ static_assert(sizeof(AEncounterVolume) == 0x000958, "Wrong size on AEncounterVolume"); \ static_assert(offsetof(AEncounterVolume, VolumeVisualization) == 0x000248, "Member 'AEncounterVolume::VolumeVisualization' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, bShowActivationDistances) == 0x000254, "Member 'AEncounterVolume::bShowActivationDistances' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, bEnableAutoActivation) == 0x000255, "Member 'AEncounterVolume::bEnableAutoActivation' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, TriggerDistance) == 0x000258, "Member 'AEncounterVolume::TriggerDistance' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, CullDistance) == 0x00025C, "Member 'AEncounterVolume::CullDistance' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, TriggerCullDiff) == 0x000260, "Member 'AEncounterVolume::TriggerCullDiff' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, bMaintainTriggerCullDistance) == 0x000264, "Member 'AEncounterVolume::bMaintainTriggerCullDistance' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, bAutoGeneratePerception) == 0x000265, "Member 'AEncounterVolume::bAutoGeneratePerception' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, PerceptionRadius) == 0x000268, "Member 'AEncounterVolume::PerceptionRadius' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, EncounterTag) == 0x00026C, "Member 'AEncounterVolume::EncounterTag' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, NameEncounterDataString) == 0x000278, "Member 'AEncounterVolume::NameEncounterDataString' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, DBAccessButton) == 0x000288, "Member 'AEncounterVolume::DBAccessButton' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, DBInclusionButton) == 0x000308, "Member 'AEncounterVolume::DBInclusionButton' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, DBExclusionButton) == 0x000388, "Member 'AEncounterVolume::DBExclusionButton' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, DBDOVAccessButton) == 0x000408, "Member 'AEncounterVolume::DBDOVAccessButton' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, GuidString) == 0x000488, "Member 'AEncounterVolume::GuidString' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, SpawnVolumeType) == 0x000498, "Member 'AEncounterVolume::SpawnVolumeType' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, SpawnZones) == 0x0004A0, "Member 'AEncounterVolume::SpawnZones' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, SpawnerSearchButton) == 0x0004B0, "Member 'AEncounterVolume::SpawnerSearchButton' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, NamedRestrictionID) == 0x0004E0, "Member 'AEncounterVolume::NamedRestrictionID' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, bForceOverrideRestriction) == 0x000568, "Member 'AEncounterVolume::bForceOverrideRestriction' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, bIsCreatorEncounter) == 0x000569, "Member 'AEncounterVolume::bIsCreatorEncounter' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, bAllowDataWrite) == 0x00056A, "Member 'AEncounterVolume::bAllowDataWrite' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, DBNamedRestrictionsButton) == 0x000590, "Member 'AEncounterVolume::DBNamedRestrictionsButton' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, ReportButton) == 0x000610, "Member 'AEncounterVolume::ReportButton' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, NumIterationsPerLevel) == 0x000640, "Member 'AEncounterVolume::NumIterationsPerLevel' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, StartPlayerLevel) == 0x000644, "Member 'AEncounterVolume::StartPlayerLevel' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, EndPlayerLevel) == 0x000648, "Member 'AEncounterVolume::EndPlayerLevel' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, LevelIncrement) == 0x00064C, "Member 'AEncounterVolume::LevelIncrement' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, bIsLocationTrigger) == 0x000650, "Member 'AEncounterVolume::bIsLocationTrigger' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, VolumeComponent) == 0x000658, "Member 'AEncounterVolume::VolumeComponent' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, bDestroyOnDeath) == 0x000660, "Member 'AEncounterVolume::bDestroyOnDeath' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, bDissolveOnDeath) == 0x000661, "Member 'AEncounterVolume::bDissolveOnDeath' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, bFadeOnDeath) == 0x000662, "Member 'AEncounterVolume::bFadeOnDeath' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, bDoDeathCamOnLastDeath) == 0x000663, "Member 'AEncounterVolume::bDoDeathCamOnLastDeath' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, bDoDeathCamBulletTime) == 0x000664, "Member 'AEncounterVolume::bDoDeathCamBulletTime' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, OnAllEnemiesDeadEvent) == 0x000668, "Member 'AEncounterVolume::OnAllEnemiesDeadEvent' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, OnAllEnemiesSpawned) == 0x000680, "Member 'AEncounterVolume::OnAllEnemiesSpawned' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, OnEncounterVolumeActivated) == 0x000698, "Member 'AEncounterVolume::OnEncounterVolumeActivated' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, OnEncounterVolumeDeactivated) == 0x0006A8, "Member 'AEncounterVolume::OnEncounterVolumeDeactivated' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, bNamedEncounter) == 0x000770, "Member 'AEncounterVolume::bNamedEncounter' has a wrong offset!"); \ static_assert(offsetof(AEncounterVolume, pEnemyPerception) == 0x000830, "Member 'AEncounterVolume::pEnemyPerception' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_Global_Base \ static_assert(alignof(UModFilter_Global_Base) == 0x000008, "Wrong alignment on UModFilter_Global_Base"); \ static_assert(sizeof(UModFilter_Global_Base) == 0x000030, "Wrong size on UModFilter_Global_Base"); \ #define DUMPER7_ASSERTS_UModFilter_Player_Base \ static_assert(alignof(UModFilter_Player_Base) == 0x000008, "Wrong alignment on UModFilter_Player_Base"); \ static_assert(sizeof(UModFilter_Player_Base) == 0x000030, "Wrong size on UModFilter_Player_Base"); \ #define DUMPER7_ASSERTS_UModFilter_Player_IsRenown \ static_assert(alignof(UModFilter_Player_IsRenown) == 0x000008, "Wrong alignment on UModFilter_Player_IsRenown"); \ static_assert(sizeof(UModFilter_Player_IsRenown) == 0x000030, "Wrong size on UModFilter_Player_IsRenown"); \ #define DUMPER7_ASSERTS_UMultiFX2_Water_Ripple \ static_assert(alignof(UMultiFX2_Water_Ripple) == 0x000008, "Wrong alignment on UMultiFX2_Water_Ripple"); \ static_assert(sizeof(UMultiFX2_Water_Ripple) == 0x000078, "Wrong size on UMultiFX2_Water_Ripple"); \ static_assert(offsetof(UMultiFX2_Water_Ripple, Radius) == 0x000068, "Member 'UMultiFX2_Water_Ripple::Radius' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Water_Ripple, Intensity) == 0x00006C, "Member 'UMultiFX2_Water_Ripple::Intensity' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Water_Ripple, Duration) == 0x000070, "Member 'UMultiFX2_Water_Ripple::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_ApparateActor_BroadcastArrived \ static_assert(alignof(Enemy_ApparateActor_BroadcastArrived) == 0x000008, "Wrong alignment on Enemy_ApparateActor_BroadcastArrived"); \ static_assert(sizeof(Enemy_ApparateActor_BroadcastArrived) == 0x000018, "Wrong size on Enemy_ApparateActor_BroadcastArrived"); \ static_assert(offsetof(Enemy_ApparateActor_BroadcastArrived, pActor) == 0x000000, "Member 'Enemy_ApparateActor_BroadcastArrived::pActor' has a wrong offset!"); \ static_assert(offsetof(Enemy_ApparateActor_BroadcastArrived, Loc) == 0x000008, "Member 'Enemy_ApparateActor_BroadcastArrived::Loc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_ApparateActor_BroadcastDone \ static_assert(alignof(Enemy_ApparateActor_BroadcastDone) == 0x000008, "Wrong alignment on Enemy_ApparateActor_BroadcastDone"); \ static_assert(sizeof(Enemy_ApparateActor_BroadcastDone) == 0x000008, "Wrong size on Enemy_ApparateActor_BroadcastDone"); \ static_assert(offsetof(Enemy_ApparateActor_BroadcastDone, pActor) == 0x000000, "Member 'Enemy_ApparateActor_BroadcastDone::pActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_ApparateActor_HasArrived \ static_assert(alignof(Enemy_ApparateActor_HasArrived) == 0x000001, "Wrong alignment on Enemy_ApparateActor_HasArrived"); \ static_assert(sizeof(Enemy_ApparateActor_HasArrived) == 0x000001, "Wrong size on Enemy_ApparateActor_HasArrived"); \ static_assert(offsetof(Enemy_ApparateActor_HasArrived, ReturnValue) == 0x000000, "Member 'Enemy_ApparateActor_HasArrived::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEnemy_ApparateActor \ static_assert(alignof(AEnemy_ApparateActor) == 0x000008, "Wrong alignment on AEnemy_ApparateActor"); \ static_assert(sizeof(AEnemy_ApparateActor) == 0x0002D0, "Wrong size on AEnemy_ApparateActor"); \ static_assert(offsetof(AEnemy_ApparateActor, Data) == 0x000248, "Member 'AEnemy_ApparateActor::Data' has a wrong offset!"); \ static_assert(offsetof(AEnemy_ApparateActor, bArrived) == 0x000288, "Member 'AEnemy_ApparateActor::bArrived' has a wrong offset!"); \ static_assert(offsetof(AEnemy_ApparateActor, ArrivedEvent) == 0x000290, "Member 'AEnemy_ApparateActor::ArrivedEvent' has a wrong offset!"); \ static_assert(offsetof(AEnemy_ApparateActor, DoneEvent) == 0x0002A0, "Member 'AEnemy_ApparateActor::DoneEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Around_QBUpdate \ static_assert(alignof(UEnemy_Around_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_Around_QBUpdate"); \ static_assert(sizeof(UEnemy_Around_QBUpdate) == 0x000050, "Wrong size on UEnemy_Around_QBUpdate"); \ #define DUMPER7_ASSERTS_UEnemy_BackOnNav_QBUpdate \ static_assert(alignof(UEnemy_BackOnNav_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_BackOnNav_QBUpdate"); \ static_assert(sizeof(UEnemy_BackOnNav_QBUpdate) == 0x000050, "Wrong size on UEnemy_BackOnNav_QBUpdate"); \ #define DUMPER7_ASSERTS_UEnemy_Combat_QBUpdate \ static_assert(alignof(UEnemy_Combat_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_Combat_QBUpdate"); \ static_assert(sizeof(UEnemy_Combat_QBUpdate) == 0x000088, "Wrong size on UEnemy_Combat_QBUpdate"); \ #define DUMPER7_ASSERTS_UEnemy_Companion_QBUpdate \ static_assert(alignof(UEnemy_Companion_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_Companion_QBUpdate"); \ static_assert(sizeof(UEnemy_Companion_QBUpdate) == 0x000050, "Wrong size on UEnemy_Companion_QBUpdate"); \ #define DUMPER7_ASSERTS_UModFilter_SocapAmend_IsInfiltrator \ static_assert(alignof(UModFilter_SocapAmend_IsInfiltrator) == 0x000008, "Wrong alignment on UModFilter_SocapAmend_IsInfiltrator"); \ static_assert(sizeof(UModFilter_SocapAmend_IsInfiltrator) == 0x000030, "Wrong size on UModFilter_SocapAmend_IsInfiltrator"); \ #define DUMPER7_ASSERTS_UEnemy_Cover_QBUpdate \ static_assert(alignof(UEnemy_Cover_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_Cover_QBUpdate"); \ static_assert(sizeof(UEnemy_Cover_QBUpdate) == 0x000090, "Wrong size on UEnemy_Cover_QBUpdate"); \ static_assert(offsetof(UEnemy_Cover_QBUpdate, CoverQuery) == 0x000050, "Member 'UEnemy_Cover_QBUpdate::CoverQuery' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_Disable \ static_assert(alignof(UFXFilter_Disable) == 0x000008, "Wrong alignment on UFXFilter_Disable"); \ static_assert(sizeof(UFXFilter_Disable) == 0x000030, "Wrong size on UFXFilter_Disable"); \ #define DUMPER7_ASSERTS_UEnemy_InOut_QBUpdate \ static_assert(alignof(UEnemy_InOut_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_InOut_QBUpdate"); \ static_assert(sizeof(UEnemy_InOut_QBUpdate) == 0x000050, "Wrong size on UEnemy_InOut_QBUpdate"); \ #define DUMPER7_ASSERTS_UModFilter_SocapAmend_IsGain \ static_assert(alignof(UModFilter_SocapAmend_IsGain) == 0x000008, "Wrong alignment on UModFilter_SocapAmend_IsGain"); \ static_assert(sizeof(UModFilter_SocapAmend_IsGain) == 0x000030, "Wrong size on UModFilter_SocapAmend_IsGain"); \ #define DUMPER7_ASSERTS_UEnemy_LeadPlayer_QBUpdate \ static_assert(alignof(UEnemy_LeadPlayer_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_LeadPlayer_QBUpdate"); \ static_assert(sizeof(UEnemy_LeadPlayer_QBUpdate) == 0x000050, "Wrong size on UEnemy_LeadPlayer_QBUpdate"); \ #define DUMPER7_ASSERTS_Enemy_MovementComponent_EnableDirectionLockModifier \ static_assert(alignof(Enemy_MovementComponent_EnableDirectionLockModifier) == 0x000004, "Wrong alignment on Enemy_MovementComponent_EnableDirectionLockModifier"); \ static_assert(sizeof(Enemy_MovementComponent_EnableDirectionLockModifier) == 0x00000C, "Wrong size on Enemy_MovementComponent_EnableDirectionLockModifier"); \ static_assert(offsetof(Enemy_MovementComponent_EnableDirectionLockModifier, Direction) == 0x000000, "Member 'Enemy_MovementComponent_EnableDirectionLockModifier::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_MovementComponent \ static_assert(alignof(UEnemy_MovementComponent) == 0x000010, "Wrong alignment on UEnemy_MovementComponent"); \ static_assert(sizeof(UEnemy_MovementComponent) == 0x001010, "Wrong size on UEnemy_MovementComponent"); \ static_assert(offsetof(UEnemy_MovementComponent, NavAgent) == 0x000FF8, "Member 'UEnemy_MovementComponent::NavAgent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_RecoverWeapon_QBUpdate \ static_assert(alignof(UEnemy_RecoverWeapon_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_RecoverWeapon_QBUpdate"); \ static_assert(sizeof(UEnemy_RecoverWeapon_QBUpdate) == 0x000050, "Wrong size on UEnemy_RecoverWeapon_QBUpdate"); \ #define DUMPER7_ASSERTS_Enemy_SpawnSpiders_Update \ static_assert(alignof(Enemy_SpawnSpiders_Update) == 0x000004, "Wrong alignment on Enemy_SpawnSpiders_Update"); \ static_assert(sizeof(Enemy_SpawnSpiders_Update) == 0x000008, "Wrong size on Enemy_SpawnSpiders_Update"); \ static_assert(offsetof(Enemy_SpawnSpiders_Update, InDeltaTime) == 0x000000, "Member 'Enemy_SpawnSpiders_Update::InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(Enemy_SpawnSpiders_Update, ReturnValue) == 0x000004, "Member 'Enemy_SpawnSpiders_Update::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_SpawnSpiders \ static_assert(alignof(UEnemy_SpawnSpiders) == 0x000008, "Wrong alignment on UEnemy_SpawnSpiders"); \ static_assert(sizeof(UEnemy_SpawnSpiders) == 0x000120, "Wrong size on UEnemy_SpawnSpiders"); \ static_assert(offsetof(UEnemy_SpawnSpiders, SpawnClass) == 0x000028, "Member 'UEnemy_SpawnSpiders::SpawnClass' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, SpawnLocation) == 0x000050, "Member 'UEnemy_SpawnSpiders::SpawnLocation' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, spawnDirection) == 0x00005C, "Member 'UEnemy_SpawnSpiders::spawnDirection' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, ParentActor) == 0x000068, "Member 'UEnemy_SpawnSpiders::ParentActor' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, SpawnObjectName) == 0x000070, "Member 'UEnemy_SpawnSpiders::SpawnObjectName' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, GroupTag) == 0x000080, "Member 'UEnemy_SpawnSpiders::GroupTag' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, SpawnCount) == 0x000088, "Member 'UEnemy_SpawnSpiders::SpawnCount' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, SpawnDeviation) == 0x00008C, "Member 'UEnemy_SpawnSpiders::SpawnDeviation' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, SpawnInterval) == 0x000090, "Member 'UEnemy_SpawnSpiders::SpawnInterval' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, SpawnAngleFromRange) == 0x000094, "Member 'UEnemy_SpawnSpiders::SpawnAngleFromRange' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, SpawnAngleDeviation) == 0x000098, "Member 'UEnemy_SpawnSpiders::SpawnAngleDeviation' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, SpawnDist) == 0x00009C, "Member 'UEnemy_SpawnSpiders::SpawnDist' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, SpawnUpDist) == 0x0000A0, "Member 'UEnemy_SpawnSpiders::SpawnUpDist' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, SpawnLandDist) == 0x0000A4, "Member 'UEnemy_SpawnSpiders::SpawnLandDist' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, SpawnLandDistVariance) == 0x0000A8, "Member 'UEnemy_SpawnSpiders::SpawnLandDistVariance' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, SpawnParticleSystem) == 0x0000B0, "Member 'UEnemy_SpawnSpiders::SpawnParticleSystem' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, SpawnParticleSystemDeath) == 0x0000B8, "Member 'UEnemy_SpawnSpiders::SpawnParticleSystemDeath' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, SpawnParticleSystem2) == 0x0000C0, "Member 'UEnemy_SpawnSpiders::SpawnParticleSystem2' has a wrong offset!"); \ static_assert(offsetof(UEnemy_SpawnSpiders, SpawnParticleSystemDeath2) == 0x0000C8, "Member 'UEnemy_SpawnSpiders::SpawnParticleSystemDeath2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_SplineSpawnActor_BroadcastArrived \ static_assert(alignof(Enemy_SplineSpawnActor_BroadcastArrived) == 0x000008, "Wrong alignment on Enemy_SplineSpawnActor_BroadcastArrived"); \ static_assert(sizeof(Enemy_SplineSpawnActor_BroadcastArrived) == 0x000018, "Wrong size on Enemy_SplineSpawnActor_BroadcastArrived"); \ static_assert(offsetof(Enemy_SplineSpawnActor_BroadcastArrived, pActor) == 0x000000, "Member 'Enemy_SplineSpawnActor_BroadcastArrived::pActor' has a wrong offset!"); \ static_assert(offsetof(Enemy_SplineSpawnActor_BroadcastArrived, Loc) == 0x000008, "Member 'Enemy_SplineSpawnActor_BroadcastArrived::Loc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_SplineSpawnActor_BroadcastDone \ static_assert(alignof(Enemy_SplineSpawnActor_BroadcastDone) == 0x000008, "Wrong alignment on Enemy_SplineSpawnActor_BroadcastDone"); \ static_assert(sizeof(Enemy_SplineSpawnActor_BroadcastDone) == 0x000008, "Wrong size on Enemy_SplineSpawnActor_BroadcastDone"); \ static_assert(offsetof(Enemy_SplineSpawnActor_BroadcastDone, pActor) == 0x000000, "Member 'Enemy_SplineSpawnActor_BroadcastDone::pActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_SplineSpawnActor_StartLandingVFX \ static_assert(alignof(Enemy_SplineSpawnActor_StartLandingVFX) == 0x000004, "Wrong alignment on Enemy_SplineSpawnActor_StartLandingVFX"); \ static_assert(sizeof(Enemy_SplineSpawnActor_StartLandingVFX) == 0x00000C, "Wrong size on Enemy_SplineSpawnActor_StartLandingVFX"); \ static_assert(offsetof(Enemy_SplineSpawnActor_StartLandingVFX, StartLocation) == 0x000000, "Member 'Enemy_SplineSpawnActor_StartLandingVFX::StartLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_SplineSpawnActor_HasArrived \ static_assert(alignof(Enemy_SplineSpawnActor_HasArrived) == 0x000001, "Wrong alignment on Enemy_SplineSpawnActor_HasArrived"); \ static_assert(sizeof(Enemy_SplineSpawnActor_HasArrived) == 0x000001, "Wrong size on Enemy_SplineSpawnActor_HasArrived"); \ static_assert(offsetof(Enemy_SplineSpawnActor_HasArrived, ReturnValue) == 0x000000, "Member 'Enemy_SplineSpawnActor_HasArrived::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEnemy_SplineSpawnActor \ static_assert(alignof(AEnemy_SplineSpawnActor) == 0x000010, "Wrong alignment on AEnemy_SplineSpawnActor"); \ static_assert(sizeof(AEnemy_SplineSpawnActor) == 0x0003B0, "Wrong size on AEnemy_SplineSpawnActor"); \ static_assert(offsetof(AEnemy_SplineSpawnActor, Data) == 0x000250, "Member 'AEnemy_SplineSpawnActor::Data' has a wrong offset!"); \ static_assert(offsetof(AEnemy_SplineSpawnActor, bAutoStart) == 0x000320, "Member 'AEnemy_SplineSpawnActor::bAutoStart' has a wrong offset!"); \ static_assert(offsetof(AEnemy_SplineSpawnActor, DestroyDelayTime) == 0x000324, "Member 'AEnemy_SplineSpawnActor::DestroyDelayTime' has a wrong offset!"); \ static_assert(offsetof(AEnemy_SplineSpawnActor, ArrivedEvent) == 0x000328, "Member 'AEnemy_SplineSpawnActor::ArrivedEvent' has a wrong offset!"); \ static_assert(offsetof(AEnemy_SplineSpawnActor, DoneEvent) == 0x000338, "Member 'AEnemy_SplineSpawnActor::DoneEvent' has a wrong offset!"); \ static_assert(offsetof(AEnemy_SplineSpawnActor, ArrivedFX2) == 0x000348, "Member 'AEnemy_SplineSpawnActor::ArrivedFX2' has a wrong offset!"); \ static_assert(offsetof(AEnemy_SplineSpawnActor, LandingFX2) == 0x000358, "Member 'AEnemy_SplineSpawnActor::LandingFX2' has a wrong offset!"); \ static_assert(offsetof(AEnemy_SplineSpawnActor, ArrivedFX2Handle) == 0x000368, "Member 'AEnemy_SplineSpawnActor::ArrivedFX2Handle' has a wrong offset!"); \ static_assert(offsetof(AEnemy_SplineSpawnActor, LandingFXHandle2) == 0x000370, "Member 'AEnemy_SplineSpawnActor::LandingFXHandle2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Standby_QBUpdate \ static_assert(alignof(UEnemy_Standby_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_Standby_QBUpdate"); \ static_assert(sizeof(UEnemy_Standby_QBUpdate) == 0x000050, "Wrong size on UEnemy_Standby_QBUpdate"); \ #define DUMPER7_ASSERTS_MapBase_IsMissionBeacon \ static_assert(alignof(MapBase_IsMissionBeacon) == 0x000001, "Wrong alignment on MapBase_IsMissionBeacon"); \ static_assert(sizeof(MapBase_IsMissionBeacon) == 0x000002, "Wrong size on MapBase_IsMissionBeacon"); \ static_assert(offsetof(MapBase_IsMissionBeacon, BeaconType) == 0x000000, "Member 'MapBase_IsMissionBeacon::BeaconType' has a wrong offset!"); \ static_assert(offsetof(MapBase_IsMissionBeacon, ReturnValue) == 0x000001, "Member 'MapBase_IsMissionBeacon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_IsMissionBeaconNoArea \ static_assert(alignof(MapBase_IsMissionBeaconNoArea) == 0x000001, "Wrong alignment on MapBase_IsMissionBeaconNoArea"); \ static_assert(sizeof(MapBase_IsMissionBeaconNoArea) == 0x000002, "Wrong size on MapBase_IsMissionBeaconNoArea"); \ static_assert(offsetof(MapBase_IsMissionBeaconNoArea, BeaconType) == 0x000000, "Member 'MapBase_IsMissionBeaconNoArea::BeaconType' has a wrong offset!"); \ static_assert(offsetof(MapBase_IsMissionBeaconNoArea, ReturnValue) == 0x000001, "Member 'MapBase_IsMissionBeaconNoArea::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetCameraLerpInProgress \ static_assert(alignof(MapBase_GetCameraLerpInProgress) == 0x000001, "Wrong alignment on MapBase_GetCameraLerpInProgress"); \ static_assert(sizeof(MapBase_GetCameraLerpInProgress) == 0x000001, "Wrong size on MapBase_GetCameraLerpInProgress"); \ static_assert(offsetof(MapBase_GetCameraLerpInProgress, ReturnValue) == 0x000000, "Member 'MapBase_GetCameraLerpInProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetHoveredIcon \ static_assert(alignof(MapBase_GetHoveredIcon) == 0x000008, "Wrong alignment on MapBase_GetHoveredIcon"); \ static_assert(sizeof(MapBase_GetHoveredIcon) == 0x000008, "Wrong size on MapBase_GetHoveredIcon"); \ static_assert(offsetof(MapBase_GetHoveredIcon, ReturnValue) == 0x000000, "Member 'MapBase_GetHoveredIcon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetHoveredState \ static_assert(alignof(MapBase_GetHoveredState) == 0x000001, "Wrong alignment on MapBase_GetHoveredState"); \ static_assert(sizeof(MapBase_GetHoveredState) == 0x000001, "Wrong size on MapBase_GetHoveredState"); \ static_assert(offsetof(MapBase_GetHoveredState, ReturnValue) == 0x000000, "Member 'MapBase_GetHoveredState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetIsMouseDragging \ static_assert(alignof(MapBase_GetIsMouseDragging) == 0x000001, "Wrong alignment on MapBase_GetIsMouseDragging"); \ static_assert(sizeof(MapBase_GetIsMouseDragging) == 0x000001, "Wrong size on MapBase_GetIsMouseDragging"); \ static_assert(offsetof(MapBase_GetIsMouseDragging, ReturnValue) == 0x000000, "Member 'MapBase_GetIsMouseDragging::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetKnowledgeCardActive \ static_assert(alignof(MapBase_GetKnowledgeCardActive) == 0x000001, "Wrong alignment on MapBase_GetKnowledgeCardActive"); \ static_assert(sizeof(MapBase_GetKnowledgeCardActive) == 0x000001, "Wrong size on MapBase_GetKnowledgeCardActive"); \ static_assert(offsetof(MapBase_GetKnowledgeCardActive, ReturnValue) == 0x000000, "Member 'MapBase_GetKnowledgeCardActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetLastHoveredIcon \ static_assert(alignof(MapBase_GetLastHoveredIcon) == 0x000008, "Wrong alignment on MapBase_GetLastHoveredIcon"); \ static_assert(sizeof(MapBase_GetLastHoveredIcon) == 0x000008, "Wrong size on MapBase_GetLastHoveredIcon"); \ static_assert(offsetof(MapBase_GetLastHoveredIcon, ReturnValue) == 0x000000, "Member 'MapBase_GetLastHoveredIcon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetMapFadeState \ static_assert(alignof(MapBase_GetMapFadeState) == 0x000001, "Wrong alignment on MapBase_GetMapFadeState"); \ static_assert(sizeof(MapBase_GetMapFadeState) == 0x000001, "Wrong size on MapBase_GetMapFadeState"); \ static_assert(offsetof(MapBase_GetMapFadeState, ReturnValue) == 0x000000, "Member 'MapBase_GetMapFadeState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetMapName \ static_assert(alignof(MapBase_GetMapName) == 0x000004, "Wrong alignment on MapBase_GetMapName"); \ static_assert(sizeof(MapBase_GetMapName) == 0x000008, "Wrong size on MapBase_GetMapName"); \ static_assert(offsetof(MapBase_GetMapName, ReturnValue) == 0x000000, "Member 'MapBase_GetMapName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetMapPlayerController \ static_assert(alignof(MapBase_GetMapPlayerController) == 0x000008, "Wrong alignment on MapBase_GetMapPlayerController"); \ static_assert(sizeof(MapBase_GetMapPlayerController) == 0x000008, "Wrong size on MapBase_GetMapPlayerController"); \ static_assert(offsetof(MapBase_GetMapPlayerController, ReturnValue) == 0x000000, "Member 'MapBase_GetMapPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetMapReadyCalled \ static_assert(alignof(MapBase_GetMapReadyCalled) == 0x000001, "Wrong alignment on MapBase_GetMapReadyCalled"); \ static_assert(sizeof(MapBase_GetMapReadyCalled) == 0x000001, "Wrong size on MapBase_GetMapReadyCalled"); \ static_assert(offsetof(MapBase_GetMapReadyCalled, ReturnValue) == 0x000000, "Member 'MapBase_GetMapReadyCalled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetMapScale \ static_assert(alignof(MapBase_GetMapScale) == 0x000004, "Wrong alignment on MapBase_GetMapScale"); \ static_assert(sizeof(MapBase_GetMapScale) == 0x000004, "Wrong size on MapBase_GetMapScale"); \ static_assert(offsetof(MapBase_GetMapScale, ReturnValue) == 0x000000, "Member 'MapBase_GetMapScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetMapType \ static_assert(alignof(MapBase_GetMapType) == 0x000001, "Wrong alignment on MapBase_GetMapType"); \ static_assert(sizeof(MapBase_GetMapType) == 0x000001, "Wrong size on MapBase_GetMapType"); \ static_assert(offsetof(MapBase_GetMapType, ReturnValue) == 0x000000, "Member 'MapBase_GetMapType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetMapVisible \ static_assert(alignof(MapBase_GetMapVisible) == 0x000001, "Wrong alignment on MapBase_GetMapVisible"); \ static_assert(sizeof(MapBase_GetMapVisible) == 0x000001, "Wrong size on MapBase_GetMapVisible"); \ static_assert(offsetof(MapBase_GetMapVisible, ReturnValue) == 0x000000, "Member 'MapBase_GetMapVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetMapWidget \ static_assert(alignof(MapBase_GetMapWidget) == 0x000008, "Wrong alignment on MapBase_GetMapWidget"); \ static_assert(sizeof(MapBase_GetMapWidget) == 0x000008, "Wrong size on MapBase_GetMapWidget"); \ static_assert(offsetof(MapBase_GetMapWidget, ReturnValue) == 0x000000, "Member 'MapBase_GetMapWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetMapWorld \ static_assert(alignof(MapBase_GetMapWorld) == 0x000008, "Wrong alignment on MapBase_GetMapWorld"); \ static_assert(sizeof(MapBase_GetMapWorld) == 0x000008, "Wrong size on MapBase_GetMapWorld"); \ static_assert(offsetof(MapBase_GetMapWorld, ReturnValue) == 0x000000, "Member 'MapBase_GetMapWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetTurnOffFogCheck \ static_assert(alignof(MapBase_GetTurnOffFogCheck) == 0x000001, "Wrong alignment on MapBase_GetTurnOffFogCheck"); \ static_assert(sizeof(MapBase_GetTurnOffFogCheck) == 0x000001, "Wrong size on MapBase_GetTurnOffFogCheck"); \ static_assert(offsetof(MapBase_GetTurnOffFogCheck, ReturnValue) == 0x000000, "Member 'MapBase_GetTurnOffFogCheck::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetWorldName \ static_assert(alignof(MapBase_GetWorldName) == 0x000004, "Wrong alignment on MapBase_GetWorldName"); \ static_assert(sizeof(MapBase_GetWorldName) == 0x000008, "Wrong size on MapBase_GetWorldName"); \ static_assert(offsetof(MapBase_GetWorldName, ReturnValue) == 0x000000, "Member 'MapBase_GetWorldName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetZoomFactor \ static_assert(alignof(MapBase_GetZoomFactor) == 0x000004, "Wrong alignment on MapBase_GetZoomFactor"); \ static_assert(sizeof(MapBase_GetZoomFactor) == 0x000004, "Wrong size on MapBase_GetZoomFactor"); \ static_assert(offsetof(MapBase_GetZoomFactor, ReturnValue) == 0x000000, "Member 'MapBase_GetZoomFactor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_GetZoomTypeBP \ static_assert(alignof(MapBase_GetZoomTypeBP) == 0x000001, "Wrong alignment on MapBase_GetZoomTypeBP"); \ static_assert(sizeof(MapBase_GetZoomTypeBP) == 0x000001, "Wrong size on MapBase_GetZoomTypeBP"); \ static_assert(offsetof(MapBase_GetZoomTypeBP, ReturnValue) == 0x000000, "Member 'MapBase_GetZoomTypeBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_IconInstanceTextureCallback \ static_assert(alignof(MapBase_IconInstanceTextureCallback) == 0x000008, "Wrong alignment on MapBase_IconInstanceTextureCallback"); \ static_assert(sizeof(MapBase_IconInstanceTextureCallback) == 0x000010, "Wrong size on MapBase_IconInstanceTextureCallback"); \ static_assert(offsetof(MapBase_IconInstanceTextureCallback, Texture) == 0x000000, "Member 'MapBase_IconInstanceTextureCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(MapBase_IconInstanceTextureCallback, Param) == 0x000008, "Member 'MapBase_IconInstanceTextureCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_IconOutlineTextureCallback \ static_assert(alignof(MapBase_IconOutlineTextureCallback) == 0x000008, "Wrong alignment on MapBase_IconOutlineTextureCallback"); \ static_assert(sizeof(MapBase_IconOutlineTextureCallback) == 0x000010, "Wrong size on MapBase_IconOutlineTextureCallback"); \ static_assert(offsetof(MapBase_IconOutlineTextureCallback, Texture) == 0x000000, "Member 'MapBase_IconOutlineTextureCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(MapBase_IconOutlineTextureCallback, Param) == 0x000008, "Member 'MapBase_IconOutlineTextureCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_IsMissionByBeacon \ static_assert(alignof(MapBase_IsMissionByBeacon) == 0x000008, "Wrong alignment on MapBase_IsMissionByBeacon"); \ static_assert(sizeof(MapBase_IsMissionByBeacon) == 0x000010, "Wrong size on MapBase_IsMissionByBeacon"); \ static_assert(offsetof(MapBase_IsMissionByBeacon, BeaconInfo) == 0x000000, "Member 'MapBase_IsMissionByBeacon::BeaconInfo' has a wrong offset!"); \ static_assert(offsetof(MapBase_IsMissionByBeacon, ReturnValue) == 0x000008, "Member 'MapBase_IsMissionByBeacon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_IsWaitAvailable \ static_assert(alignof(MapBase_IsWaitAvailable) == 0x000004, "Wrong alignment on MapBase_IsWaitAvailable"); \ static_assert(sizeof(MapBase_IsWaitAvailable) == 0x000004, "Wrong size on MapBase_IsWaitAvailable"); \ static_assert(offsetof(MapBase_IsWaitAvailable, ReturnValue) == 0x000000, "Member 'MapBase_IsWaitAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_OnWaitPopupDismissed \ static_assert(alignof(MapBase_OnWaitPopupDismissed) == 0x000008, "Wrong alignment on MapBase_OnWaitPopupDismissed"); \ static_assert(sizeof(MapBase_OnWaitPopupDismissed) == 0x000010, "Wrong size on MapBase_OnWaitPopupDismissed"); \ static_assert(offsetof(MapBase_OnWaitPopupDismissed, Popup) == 0x000000, "Member 'MapBase_OnWaitPopupDismissed::Popup' has a wrong offset!"); \ static_assert(offsetof(MapBase_OnWaitPopupDismissed, ConfirmationResult) == 0x000008, "Member 'MapBase_OnWaitPopupDismissed::ConfirmationResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_SetCoverAlpha \ static_assert(alignof(MapBase_SetCoverAlpha) == 0x000004, "Wrong alignment on MapBase_SetCoverAlpha"); \ static_assert(sizeof(MapBase_SetCoverAlpha) == 0x000004, "Wrong size on MapBase_SetCoverAlpha"); \ static_assert(offsetof(MapBase_SetCoverAlpha, Alpha) == 0x000000, "Member 'MapBase_SetCoverAlpha::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_SetCoverDisplayed \ static_assert(alignof(MapBase_SetCoverDisplayed) == 0x000001, "Wrong alignment on MapBase_SetCoverDisplayed"); \ static_assert(sizeof(MapBase_SetCoverDisplayed) == 0x000001, "Wrong size on MapBase_SetCoverDisplayed"); \ static_assert(offsetof(MapBase_SetCoverDisplayed, Enable) == 0x000000, "Member 'MapBase_SetCoverDisplayed::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_SetHoveredIcon \ static_assert(alignof(MapBase_SetHoveredIcon) == 0x000008, "Wrong alignment on MapBase_SetHoveredIcon"); \ static_assert(sizeof(MapBase_SetHoveredIcon) == 0x000008, "Wrong size on MapBase_SetHoveredIcon"); \ static_assert(offsetof(MapBase_SetHoveredIcon, hoverIcon_0) == 0x000000, "Member 'MapBase_SetHoveredIcon::hoverIcon_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_SetKnowledgeCardActive \ static_assert(alignof(MapBase_SetKnowledgeCardActive) == 0x000001, "Wrong alignment on MapBase_SetKnowledgeCardActive"); \ static_assert(sizeof(MapBase_SetKnowledgeCardActive) == 0x000001, "Wrong size on MapBase_SetKnowledgeCardActive"); \ static_assert(offsetof(MapBase_SetKnowledgeCardActive, pKnowledgeCardActive) == 0x000000, "Member 'MapBase_SetKnowledgeCardActive::pKnowledgeCardActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_SetLastHoveredIcon \ static_assert(alignof(MapBase_SetLastHoveredIcon) == 0x000008, "Wrong alignment on MapBase_SetLastHoveredIcon"); \ static_assert(sizeof(MapBase_SetLastHoveredIcon) == 0x000008, "Wrong size on MapBase_SetLastHoveredIcon"); \ static_assert(offsetof(MapBase_SetLastHoveredIcon, lastIcon) == 0x000000, "Member 'MapBase_SetLastHoveredIcon::lastIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_SetTurnOffFogCheck \ static_assert(alignof(MapBase_SetTurnOffFogCheck) == 0x000001, "Wrong alignment on MapBase_SetTurnOffFogCheck"); \ static_assert(sizeof(MapBase_SetTurnOffFogCheck) == 0x000001, "Wrong size on MapBase_SetTurnOffFogCheck"); \ static_assert(offsetof(MapBase_SetTurnOffFogCheck, pTurnOffFogCheck) == 0x000000, "Member 'MapBase_SetTurnOffFogCheck::pTurnOffFogCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_TutorialDisablesMapBehavior_Blueprint \ static_assert(alignof(MapBase_TutorialDisablesMapBehavior_Blueprint) == 0x000001, "Wrong alignment on MapBase_TutorialDisablesMapBehavior_Blueprint"); \ static_assert(sizeof(MapBase_TutorialDisablesMapBehavior_Blueprint) == 0x000002, "Wrong size on MapBase_TutorialDisablesMapBehavior_Blueprint"); \ static_assert(offsetof(MapBase_TutorialDisablesMapBehavior_Blueprint, MapBehavior) == 0x000000, "Member 'MapBase_TutorialDisablesMapBehavior_Blueprint::MapBehavior' has a wrong offset!"); \ static_assert(offsetof(MapBase_TutorialDisablesMapBehavior_Blueprint, ReturnValue) == 0x000001, "Member 'MapBase_TutorialDisablesMapBehavior_Blueprint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBase_CanGoToMissionLogFromIcon \ static_assert(alignof(MapBase_CanGoToMissionLogFromIcon) == 0x000008, "Wrong alignment on MapBase_CanGoToMissionLogFromIcon"); \ static_assert(sizeof(MapBase_CanGoToMissionLogFromIcon) == 0x000010, "Wrong size on MapBase_CanGoToMissionLogFromIcon"); \ static_assert(offsetof(MapBase_CanGoToMissionLogFromIcon, MapIcon) == 0x000000, "Member 'MapBase_CanGoToMissionLogFromIcon::MapIcon' has a wrong offset!"); \ static_assert(offsetof(MapBase_CanGoToMissionLogFromIcon, ReturnValue) == 0x000008, "Member 'MapBase_CanGoToMissionLogFromIcon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapBase \ static_assert(alignof(UMapBase) == 0x000010, "Wrong alignment on UMapBase"); \ static_assert(sizeof(UMapBase) == 0x000940, "Wrong size on UMapBase"); \ static_assert(offsetof(UMapBase, HogwartsDotIconScale) == 0x000040, "Member 'UMapBase::HogwartsDotIconScale' has a wrong offset!"); \ static_assert(offsetof(UMapBase, IconInstanceRenderWidgets) == 0x000048, "Member 'UMapBase::IconInstanceRenderWidgets' has a wrong offset!"); \ static_assert(offsetof(UMapBase, ClosestFastTravelFX) == 0x0004A8, "Member 'UMapBase::ClosestFastTravelFX' has a wrong offset!"); \ static_assert(offsetof(UMapBase, ClosestFastTravelIcon) == 0x0004B0, "Member 'UMapBase::ClosestFastTravelIcon' has a wrong offset!"); \ static_assert(offsetof(UMapBase, RegionDotIconList) == 0x0004B8, "Member 'UMapBase::RegionDotIconList' has a wrong offset!"); \ static_assert(offsetof(UMapBase, MapIconWidgetClass) == 0x0004C8, "Member 'UMapBase::MapIconWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UMapBase, BaseMapWidget) == 0x0004D0, "Member 'UMapBase::BaseMapWidget' has a wrong offset!"); \ static_assert(offsetof(UMapBase, MapBPWidgetClass) == 0x0004D8, "Member 'UMapBase::MapBPWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UMapBase, MapIconBPClass) == 0x0004E0, "Member 'UMapBase::MapIconBPClass' has a wrong offset!"); \ static_assert(offsetof(UMapBase, MapSpriteIconBPClass) == 0x0004E8, "Member 'UMapBase::MapSpriteIconBPClass' has a wrong offset!"); \ static_assert(offsetof(UMapBase, MapWorld) == 0x0004F0, "Member 'UMapBase::MapWorld' has a wrong offset!"); \ static_assert(offsetof(UMapBase, LevelsToLoad) == 0x0004F8, "Member 'UMapBase::LevelsToLoad' has a wrong offset!"); \ static_assert(offsetof(UMapBase, PlayerMarkerIcon) == 0x000630, "Member 'UMapBase::PlayerMarkerIcon' has a wrong offset!"); \ static_assert(offsetof(UMapBase, PlayerMarkerMaterial) == 0x000640, "Member 'UMapBase::PlayerMarkerMaterial' has a wrong offset!"); \ static_assert(offsetof(UMapBase, DebugTextPanel) == 0x000678, "Member 'UMapBase::DebugTextPanel' has a wrong offset!"); \ static_assert(offsetof(UMapBase, WayMarkerScale) == 0x000680, "Member 'UMapBase::WayMarkerScale' has a wrong offset!"); \ static_assert(offsetof(UMapBase, hoverIcon) == 0x000698, "Member 'UMapBase::hoverIcon' has a wrong offset!"); \ static_assert(offsetof(UMapBase, LastHoverIcon) == 0x0006A0, "Member 'UMapBase::LastHoverIcon' has a wrong offset!"); \ static_assert(offsetof(UMapBase, LastHoverIconUnhover) == 0x0006A8, "Member 'UMapBase::LastHoverIconUnhover' has a wrong offset!"); \ static_assert(offsetof(UMapBase, MovementComponent) == 0x0006B8, "Member 'UMapBase::MovementComponent' has a wrong offset!"); \ static_assert(offsetof(UMapBase, MapPawn) == 0x0006C0, "Member 'UMapBase::MapPawn' has a wrong offset!"); \ static_assert(offsetof(UMapBase, StackIcons) == 0x0008D0, "Member 'UMapBase::StackIcons' has a wrong offset!"); \ static_assert(offsetof(UMapBase, ZoomFadeStart) == 0x000914, "Member 'UMapBase::ZoomFadeStart' has a wrong offset!"); \ static_assert(offsetof(UMapBase, ZoomFadeEnd) == 0x000918, "Member 'UMapBase::ZoomFadeEnd' has a wrong offset!"); \ static_assert(offsetof(UMapBase, MinimumAlpha) == 0x00091C, "Member 'UMapBase::MinimumAlpha' has a wrong offset!"); \ static_assert(offsetof(UMapBase, MaxFrameCountToCover) == 0x000920, "Member 'UMapBase::MaxFrameCountToCover' has a wrong offset!"); \ static_assert(offsetof(UMapBase, MapAnalogControllerMin) == 0x000924, "Member 'UMapBase::MapAnalogControllerMin' has a wrong offset!"); \ static_assert(offsetof(UMapBase, CursorSnapDistance) == 0x000928, "Member 'UMapBase::CursorSnapDistance' has a wrong offset!"); \ static_assert(offsetof(UMapBase, CameraParameters) == 0x000930, "Member 'UMapBase::CameraParameters' has a wrong offset!"); \ static_assert(offsetof(UMapBase, DebugCameraParameters) == 0x000938, "Member 'UMapBase::DebugCameraParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_RegisterMarkupActor \ static_assert(alignof(MapHogwarts_RegisterMarkupActor) == 0x000008, "Wrong alignment on MapHogwarts_RegisterMarkupActor"); \ static_assert(sizeof(MapHogwarts_RegisterMarkupActor) == 0x000008, "Wrong size on MapHogwarts_RegisterMarkupActor"); \ static_assert(offsetof(MapHogwarts_RegisterMarkupActor, Actor) == 0x000000, "Member 'MapHogwarts_RegisterMarkupActor::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_UnregisterMarkupActor \ static_assert(alignof(MapHogwarts_UnregisterMarkupActor) == 0x000008, "Wrong alignment on MapHogwarts_UnregisterMarkupActor"); \ static_assert(sizeof(MapHogwarts_UnregisterMarkupActor) == 0x000008, "Wrong size on MapHogwarts_UnregisterMarkupActor"); \ static_assert(offsetof(MapHogwarts_UnregisterMarkupActor, Actor) == 0x000000, "Member 'MapHogwarts_UnregisterMarkupActor::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_ActivateBanner \ static_assert(alignof(MapHogwarts_ActivateBanner) == 0x000001, "Wrong alignment on MapHogwarts_ActivateBanner"); \ static_assert(sizeof(MapHogwarts_ActivateBanner) == 0x000001, "Wrong size on MapHogwarts_ActivateBanner"); \ static_assert(offsetof(MapHogwarts_ActivateBanner, ACTIVE) == 0x000000, "Member 'MapHogwarts_ActivateBanner::ACTIVE' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_ActivateFastTravel \ static_assert(alignof(MapHogwarts_ActivateFastTravel) == 0x000008, "Wrong alignment on MapHogwarts_ActivateFastTravel"); \ static_assert(sizeof(MapHogwarts_ActivateFastTravel) == 0x000020, "Wrong size on MapHogwarts_ActivateFastTravel"); \ static_assert(offsetof(MapHogwarts_ActivateFastTravel, LocationID) == 0x000000, "Member 'MapHogwarts_ActivateFastTravel::LocationID' has a wrong offset!"); \ static_assert(offsetof(MapHogwarts_ActivateFastTravel, FastTravelDestination) == 0x000010, "Member 'MapHogwarts_ActivateFastTravel::FastTravelDestination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_CalulatePathDistance \ static_assert(alignof(MapHogwarts_CalulatePathDistance) == 0x000008, "Wrong alignment on MapHogwarts_CalulatePathDistance"); \ static_assert(sizeof(MapHogwarts_CalulatePathDistance) == 0x000018, "Wrong size on MapHogwarts_CalulatePathDistance"); \ static_assert(offsetof(MapHogwarts_CalulatePathDistance, InPathPoints) == 0x000000, "Member 'MapHogwarts_CalulatePathDistance::InPathPoints' has a wrong offset!"); \ static_assert(offsetof(MapHogwarts_CalulatePathDistance, ReturnValue) == 0x000010, "Member 'MapHogwarts_CalulatePathDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_GetAllActorsOfClass \ static_assert(alignof(MapHogwarts_GetAllActorsOfClass) == 0x000008, "Wrong alignment on MapHogwarts_GetAllActorsOfClass"); \ static_assert(sizeof(MapHogwarts_GetAllActorsOfClass) == 0x000020, "Wrong size on MapHogwarts_GetAllActorsOfClass"); \ static_assert(offsetof(MapHogwarts_GetAllActorsOfClass, World) == 0x000000, "Member 'MapHogwarts_GetAllActorsOfClass::World' has a wrong offset!"); \ static_assert(offsetof(MapHogwarts_GetAllActorsOfClass, ActorClass) == 0x000008, "Member 'MapHogwarts_GetAllActorsOfClass::ActorClass' has a wrong offset!"); \ static_assert(offsetof(MapHogwarts_GetAllActorsOfClass, Actors) == 0x000010, "Member 'MapHogwarts_GetAllActorsOfClass::Actors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_GetAllActorsWithTag \ static_assert(alignof(MapHogwarts_GetAllActorsWithTag) == 0x000008, "Wrong alignment on MapHogwarts_GetAllActorsWithTag"); \ static_assert(sizeof(MapHogwarts_GetAllActorsWithTag) == 0x000020, "Wrong size on MapHogwarts_GetAllActorsWithTag"); \ static_assert(offsetof(MapHogwarts_GetAllActorsWithTag, World) == 0x000000, "Member 'MapHogwarts_GetAllActorsWithTag::World' has a wrong offset!"); \ static_assert(offsetof(MapHogwarts_GetAllActorsWithTag, Tag) == 0x000008, "Member 'MapHogwarts_GetAllActorsWithTag::Tag' has a wrong offset!"); \ static_assert(offsetof(MapHogwarts_GetAllActorsWithTag, Actors) == 0x000010, "Member 'MapHogwarts_GetAllActorsWithTag::Actors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_GetMapLocationName \ static_assert(alignof(MapHogwarts_GetMapLocationName) == 0x000008, "Wrong alignment on MapHogwarts_GetMapLocationName"); \ static_assert(sizeof(MapHogwarts_GetMapLocationName) == 0x000010, "Wrong size on MapHogwarts_GetMapLocationName"); \ static_assert(offsetof(MapHogwarts_GetMapLocationName, ReturnValue) == 0x000000, "Member 'MapHogwarts_GetMapLocationName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_GetMapScreenWidget \ static_assert(alignof(MapHogwarts_GetMapScreenWidget) == 0x000008, "Wrong alignment on MapHogwarts_GetMapScreenWidget"); \ static_assert(sizeof(MapHogwarts_GetMapScreenWidget) == 0x000008, "Wrong size on MapHogwarts_GetMapScreenWidget"); \ static_assert(offsetof(MapHogwarts_GetMapScreenWidget, ReturnValue) == 0x000000, "Member 'MapHogwarts_GetMapScreenWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_GetMapTransform \ static_assert(alignof(MapHogwarts_GetMapTransform) == 0x000004, "Wrong alignment on MapHogwarts_GetMapTransform"); \ static_assert(sizeof(MapHogwarts_GetMapTransform) == 0x00000C, "Wrong size on MapHogwarts_GetMapTransform"); \ static_assert(offsetof(MapHogwarts_GetMapTransform, ReturnValue) == 0x000000, "Member 'MapHogwarts_GetMapTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_GetMissionsForThisRegion \ static_assert(alignof(MapHogwarts_GetMissionsForThisRegion) == 0x000008, "Wrong alignment on MapHogwarts_GetMissionsForThisRegion"); \ static_assert(sizeof(MapHogwarts_GetMissionsForThisRegion) == 0x000010, "Wrong size on MapHogwarts_GetMissionsForThisRegion"); \ static_assert(offsetof(MapHogwarts_GetMissionsForThisRegion, ReturnValue) == 0x000000, "Member 'MapHogwarts_GetMissionsForThisRegion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_GetUseNewIcons \ static_assert(alignof(MapHogwarts_GetUseNewIcons) == 0x000001, "Wrong alignment on MapHogwarts_GetUseNewIcons"); \ static_assert(sizeof(MapHogwarts_GetUseNewIcons) == 0x000001, "Wrong size on MapHogwarts_GetUseNewIcons"); \ static_assert(offsetof(MapHogwarts_GetUseNewIcons, ReturnValue) == 0x000000, "Member 'MapHogwarts_GetUseNewIcons::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_GetZoomType \ static_assert(alignof(MapHogwarts_GetZoomType) == 0x000004, "Wrong alignment on MapHogwarts_GetZoomType"); \ static_assert(sizeof(MapHogwarts_GetZoomType) == 0x000008, "Wrong size on MapHogwarts_GetZoomType"); \ static_assert(offsetof(MapHogwarts_GetZoomType, Zoom) == 0x000000, "Member 'MapHogwarts_GetZoomType::Zoom' has a wrong offset!"); \ static_assert(offsetof(MapHogwarts_GetZoomType, ReturnValue) == 0x000004, "Member 'MapHogwarts_GetZoomType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_HandleMapLocationChanged \ static_assert(alignof(MapHogwarts_HandleMapLocationChanged) == 0x000008, "Wrong alignment on MapHogwarts_HandleMapLocationChanged"); \ static_assert(sizeof(MapHogwarts_HandleMapLocationChanged) == 0x000018, "Wrong size on MapHogwarts_HandleMapLocationChanged"); \ static_assert(offsetof(MapHogwarts_HandleMapLocationChanged, Caller) == 0x000000, "Member 'MapHogwarts_HandleMapLocationChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(MapHogwarts_HandleMapLocationChanged, CurrentMapLocationName) == 0x000008, "Member 'MapHogwarts_HandleMapLocationChanged::CurrentMapLocationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_InHogwarts \ static_assert(alignof(MapHogwarts_InHogwarts) == 0x000001, "Wrong alignment on MapHogwarts_InHogwarts"); \ static_assert(sizeof(MapHogwarts_InHogwarts) == 0x000001, "Wrong size on MapHogwarts_InHogwarts"); \ static_assert(offsetof(MapHogwarts_InHogwarts, ReturnValue) == 0x000000, "Member 'MapHogwarts_InHogwarts::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_InHogwartsLocation \ static_assert(alignof(MapHogwarts_InHogwartsLocation) == 0x000004, "Wrong alignment on MapHogwarts_InHogwartsLocation"); \ static_assert(sizeof(MapHogwarts_InHogwartsLocation) == 0x000010, "Wrong size on MapHogwarts_InHogwartsLocation"); \ static_assert(offsetof(MapHogwarts_InHogwartsLocation, Location) == 0x000000, "Member 'MapHogwarts_InHogwartsLocation::Location' has a wrong offset!"); \ static_assert(offsetof(MapHogwarts_InHogwartsLocation, ReturnValue) == 0x00000C, "Member 'MapHogwarts_InHogwartsLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_IsBannerActive \ static_assert(alignof(MapHogwarts_IsBannerActive) == 0x000001, "Wrong alignment on MapHogwarts_IsBannerActive"); \ static_assert(sizeof(MapHogwarts_IsBannerActive) == 0x000001, "Wrong size on MapHogwarts_IsBannerActive"); \ static_assert(offsetof(MapHogwarts_IsBannerActive, ReturnValue) == 0x000000, "Member 'MapHogwarts_IsBannerActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_OnMapItemSelected \ static_assert(alignof(MapHogwarts_OnMapItemSelected) == 0x000008, "Wrong alignment on MapHogwarts_OnMapItemSelected"); \ static_assert(sizeof(MapHogwarts_OnMapItemSelected) == 0x000018, "Wrong size on MapHogwarts_OnMapItemSelected"); \ static_assert(offsetof(MapHogwarts_OnMapItemSelected, ItemString) == 0x000000, "Member 'MapHogwarts_OnMapItemSelected::ItemString' has a wrong offset!"); \ static_assert(offsetof(MapHogwarts_OnMapItemSelected, ItemIndex) == 0x000010, "Member 'MapHogwarts_OnMapItemSelected::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(MapHogwarts_OnMapItemSelected, WasCanceled) == 0x000014, "Member 'MapHogwarts_OnMapItemSelected::WasCanceled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_OnMapItemSelected_Event \ static_assert(alignof(MapHogwarts_OnMapItemSelected_Event) == 0x000008, "Wrong alignment on MapHogwarts_OnMapItemSelected_Event"); \ static_assert(sizeof(MapHogwarts_OnMapItemSelected_Event) == 0x000018, "Wrong size on MapHogwarts_OnMapItemSelected_Event"); \ static_assert(offsetof(MapHogwarts_OnMapItemSelected_Event, ItemString) == 0x000000, "Member 'MapHogwarts_OnMapItemSelected_Event::ItemString' has a wrong offset!"); \ static_assert(offsetof(MapHogwarts_OnMapItemSelected_Event, ItemIndex) == 0x000010, "Member 'MapHogwarts_OnMapItemSelected_Event::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(MapHogwarts_OnMapItemSelected_Event, WasCanceled) == 0x000014, "Member 'MapHogwarts_OnMapItemSelected_Event::WasCanceled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_OnStartPathing \ static_assert(alignof(MapHogwarts_OnStartPathing) == 0x000008, "Wrong alignment on MapHogwarts_OnStartPathing"); \ static_assert(sizeof(MapHogwarts_OnStartPathing) == 0x000010, "Wrong size on MapHogwarts_OnStartPathing"); \ static_assert(offsetof(MapHogwarts_OnStartPathing, i_caller) == 0x000000, "Member 'MapHogwarts_OnStartPathing::i_caller' has a wrong offset!"); \ static_assert(offsetof(MapHogwarts_OnStartPathing, BeaconHandle) == 0x000008, "Member 'MapHogwarts_OnStartPathing::BeaconHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_OverlandMapZoom \ static_assert(alignof(MapHogwarts_OverlandMapZoom) == 0x000004, "Wrong alignment on MapHogwarts_OverlandMapZoom"); \ static_assert(sizeof(MapHogwarts_OverlandMapZoom) == 0x000004, "Wrong size on MapHogwarts_OverlandMapZoom"); \ static_assert(offsetof(MapHogwarts_OverlandMapZoom, val) == 0x000000, "Member 'MapHogwarts_OverlandMapZoom::val' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_SetUseNewIcons \ static_assert(alignof(MapHogwarts_SetUseNewIcons) == 0x000001, "Wrong alignment on MapHogwarts_SetUseNewIcons"); \ static_assert(sizeof(MapHogwarts_SetUseNewIcons) == 0x000001, "Wrong size on MapHogwarts_SetUseNewIcons"); \ static_assert(offsetof(MapHogwarts_SetUseNewIcons, pUseNewIcons) == 0x000000, "Member 'MapHogwarts_SetUseNewIcons::pUseNewIcons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_SetZoomType \ static_assert(alignof(MapHogwarts_SetZoomType) == 0x000001, "Wrong alignment on MapHogwarts_SetZoomType"); \ static_assert(sizeof(MapHogwarts_SetZoomType) == 0x000001, "Wrong size on MapHogwarts_SetZoomType"); \ static_assert(offsetof(MapHogwarts_SetZoomType, ZoomType) == 0x000000, "Member 'MapHogwarts_SetZoomType::ZoomType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_ShowPortraitTravel \ static_assert(alignof(MapHogwarts_ShowPortraitTravel) == 0x000008, "Wrong alignment on MapHogwarts_ShowPortraitTravel"); \ static_assert(sizeof(MapHogwarts_ShowPortraitTravel) == 0x000050, "Wrong size on MapHogwarts_ShowPortraitTravel"); \ static_assert(offsetof(MapHogwarts_ShowPortraitTravel, Locations) == 0x000000, "Member 'MapHogwarts_ShowPortraitTravel::Locations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwarts_WayPointCallbackHogwarts \ static_assert(alignof(MapHogwarts_WayPointCallbackHogwarts) == 0x000008, "Wrong alignment on MapHogwarts_WayPointCallbackHogwarts"); \ static_assert(sizeof(MapHogwarts_WayPointCallbackHogwarts) == 0x000010, "Wrong size on MapHogwarts_WayPointCallbackHogwarts"); \ static_assert(offsetof(MapHogwarts_WayPointCallbackHogwarts, Texture) == 0x000000, "Member 'MapHogwarts_WayPointCallbackHogwarts::Texture' has a wrong offset!"); \ static_assert(offsetof(MapHogwarts_WayPointCallbackHogwarts, Param) == 0x000008, "Member 'MapHogwarts_WayPointCallbackHogwarts::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapHogwarts \ static_assert(alignof(UMapHogwarts) == 0x000010, "Wrong alignment on UMapHogwarts"); \ static_assert(sizeof(UMapHogwarts) == 0x000C80, "Wrong size on UMapHogwarts"); \ static_assert(offsetof(UMapHogwarts, bDebugPathHelper) == 0x000940, "Member 'UMapHogwarts::bDebugPathHelper' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, MapPathActors) == 0x000948, "Member 'UMapHogwarts::MapPathActors' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, Road50Color) == 0x000958, "Member 'UMapHogwarts::Road50Color' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, Road100Color) == 0x000968, "Member 'UMapHogwarts::Road100Color' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, Road200Color) == 0x000978, "Member 'UMapHogwarts::Road200Color' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, RoadUnknownColor) == 0x000988, "Member 'UMapHogwarts::RoadUnknownColor' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, RegionHoverOverAlpha) == 0x000998, "Member 'UMapHogwarts::RegionHoverOverAlpha' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, RegisteredMarkupActors) == 0x0009A0, "Member 'UMapHogwarts::RegisteredMarkupActors' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, PathDynamicMaterial) == 0x0009B0, "Member 'UMapHogwarts::PathDynamicMaterial' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, StartCamera) == 0x0009B8, "Member 'UMapHogwarts::StartCamera' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, CurrentCamera) == 0x0009C0, "Member 'UMapHogwarts::CurrentCamera' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, OtherObjectsToDarken) == 0x000A40, "Member 'UMapHogwarts::OtherObjectsToDarken' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, TargetPointActors) == 0x000A50, "Member 'UMapHogwarts::TargetPointActors' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, OverlandMapPaths) == 0x000B30, "Member 'UMapHogwarts::OverlandMapPaths' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, Regions) == 0x000B78, "Member 'UMapHogwarts::Regions' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, MissionsForThisRegion) == 0x000B90, "Member 'UMapHogwarts::MissionsForThisRegion' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, FastTravelLocations) == 0x000BB0, "Member 'UMapHogwarts::FastTravelLocations' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, SubLevelNameToMapName) == 0x000C00, "Member 'UMapHogwarts::SubLevelNameToMapName' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, ShowDebugMapPath) == 0x000C50, "Member 'UMapHogwarts::ShowDebugMapPath' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, ShowPathDebug) == 0x000C51, "Member 'UMapHogwarts::ShowPathDebug' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, ShowZoneBanner) == 0x000C52, "Member 'UMapHogwarts::ShowZoneBanner' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, LocationActors) == 0x000C58, "Member 'UMapHogwarts::LocationActors' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, MapIconTier3ScaleFactor) == 0x000C68, "Member 'UMapHogwarts::MapIconTier3ScaleFactor' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, MapIconTier4ScaleFactor) == 0x000C6C, "Member 'UMapHogwarts::MapIconTier4ScaleFactor' has a wrong offset!"); \ static_assert(offsetof(UMapHogwarts, DefaultIconScale) == 0x000C70, "Member 'UMapHogwarts::DefaultIconScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_SwimToShore_QBUpdate \ static_assert(alignof(UEnemy_SwimToShore_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_SwimToShore_QBUpdate"); \ static_assert(sizeof(UEnemy_SwimToShore_QBUpdate) == 0x000050, "Wrong size on UEnemy_SwimToShore_QBUpdate"); \ #define DUMPER7_ASSERTS_UPhxAnimationSharingSetup \ static_assert(alignof(UPhxAnimationSharingSetup) == 0x000008, "Wrong alignment on UPhxAnimationSharingSetup"); \ static_assert(sizeof(UPhxAnimationSharingSetup) == 0x000050, "Wrong size on UPhxAnimationSharingSetup"); \ static_assert(offsetof(UPhxAnimationSharingSetup, FacialAnimationOverride) == 0x000048, "Member 'UPhxAnimationSharingSetup::FacialAnimationOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_TombProtector_QBUpdate_SetDataAsset \ static_assert(alignof(Enemy_TombProtector_QBUpdate_SetDataAsset) == 0x000008, "Wrong alignment on Enemy_TombProtector_QBUpdate_SetDataAsset"); \ static_assert(sizeof(Enemy_TombProtector_QBUpdate_SetDataAsset) == 0x000008, "Wrong size on Enemy_TombProtector_QBUpdate_SetDataAsset"); \ static_assert(offsetof(Enemy_TombProtector_QBUpdate_SetDataAsset, InDataAsset) == 0x000000, "Member 'Enemy_TombProtector_QBUpdate_SetDataAsset::InDataAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_TombProtector_QBUpdate_SetSpawnAnchor \ static_assert(alignof(Enemy_TombProtector_QBUpdate_SetSpawnAnchor) == 0x000004, "Wrong alignment on Enemy_TombProtector_QBUpdate_SetSpawnAnchor"); \ static_assert(sizeof(Enemy_TombProtector_QBUpdate_SetSpawnAnchor) == 0x00000C, "Wrong size on Enemy_TombProtector_QBUpdate_SetSpawnAnchor"); \ static_assert(offsetof(Enemy_TombProtector_QBUpdate_SetSpawnAnchor, InLoc) == 0x000000, "Member 'Enemy_TombProtector_QBUpdate_SetSpawnAnchor::InLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Enemy_TombProtector_QBUpdate_SetSpawnPoints \ static_assert(alignof(Enemy_TombProtector_QBUpdate_SetSpawnPoints) == 0x000008, "Wrong alignment on Enemy_TombProtector_QBUpdate_SetSpawnPoints"); \ static_assert(sizeof(Enemy_TombProtector_QBUpdate_SetSpawnPoints) == 0x000010, "Wrong size on Enemy_TombProtector_QBUpdate_SetSpawnPoints"); \ static_assert(offsetof(Enemy_TombProtector_QBUpdate_SetSpawnPoints, InLocArray) == 0x000000, "Member 'Enemy_TombProtector_QBUpdate_SetSpawnPoints::InLocArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_TombProtector_QBUpdate \ static_assert(alignof(UEnemy_TombProtector_QBUpdate) == 0x000008, "Wrong alignment on UEnemy_TombProtector_QBUpdate"); \ static_assert(sizeof(UEnemy_TombProtector_QBUpdate) == 0x000050, "Wrong size on UEnemy_TombProtector_QBUpdate"); \ #define DUMPER7_ASSERTS_APHX_Able_Preview_Actor \ static_assert(alignof(APHX_Able_Preview_Actor) == 0x000010, "Wrong alignment on APHX_Able_Preview_Actor"); \ static_assert(sizeof(APHX_Able_Preview_Actor) == 0x000CD0, "Wrong size on APHX_Able_Preview_Actor"); \ static_assert(offsetof(APHX_Able_Preview_Actor, Customization) == 0x000CC0, "Member 'APHX_Able_Preview_Actor::Customization' has a wrong offset!"); \ static_assert(offsetof(APHX_Able_Preview_Actor, ObjectStateComponent) == 0x000CC8, "Member 'APHX_Able_Preview_Actor::ObjectStateComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Turns_TicketConfig \ static_assert(alignof(UEnemy_Turns_TicketConfig) == 0x000008, "Wrong alignment on UEnemy_Turns_TicketConfig"); \ static_assert(sizeof(UEnemy_Turns_TicketConfig) == 0x000030, "Wrong size on UEnemy_Turns_TicketConfig"); \ static_assert(offsetof(UEnemy_Turns_TicketConfig, CooldownTable) == 0x000028, "Member 'UEnemy_Turns_TicketConfig::CooldownTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Turns_TicketUpdate \ static_assert(alignof(UEnemy_Turns_TicketUpdate) == 0x000008, "Wrong alignment on UEnemy_Turns_TicketUpdate"); \ static_assert(sizeof(UEnemy_Turns_TicketUpdate) == 0x000060, "Wrong size on UEnemy_Turns_TicketUpdate"); \ static_assert(offsetof(UEnemy_Turns_TicketUpdate, UpdateInterval) == 0x000050, "Member 'UEnemy_Turns_TicketUpdate::UpdateInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Investigate_InstanceQBUpdateData \ static_assert(alignof(UEnemy_Investigate_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_Investigate_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_Investigate_InstanceQBUpdateData) == 0x000090, "Wrong size on UEnemy_Investigate_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_UEnemy_Standby_InstanceQBUpdateData \ static_assert(alignof(UEnemy_Standby_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_Standby_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_Standby_InstanceQBUpdateData) == 0x000048, "Wrong size on UEnemy_Standby_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_UFXAdjustments_LocalOffset \ static_assert(alignof(UFXAdjustments_LocalOffset) == 0x000008, "Wrong alignment on UFXAdjustments_LocalOffset"); \ static_assert(sizeof(UFXAdjustments_LocalOffset) == 0x000038, "Wrong size on UFXAdjustments_LocalOffset"); \ static_assert(offsetof(UFXAdjustments_LocalOffset, LocalOffset) == 0x000028, "Member 'UFXAdjustments_LocalOffset::LocalOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Duel_InstanceQBUpdateData \ static_assert(alignof(UEnemy_Duel_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_Duel_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_Duel_InstanceQBUpdateData) == 0x000090, "Wrong size on UEnemy_Duel_InstanceQBUpdateData"); \ static_assert(offsetof(UEnemy_Duel_InstanceQBUpdateData, EndPoint1) == 0x000074, "Member 'UEnemy_Duel_InstanceQBUpdateData::EndPoint1' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Duel_InstanceQBUpdateData, EndPoint2) == 0x000080, "Member 'UEnemy_Duel_InstanceQBUpdateData::EndPoint2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UReparoData \ static_assert(alignof(UReparoData) == 0x000008, "Wrong alignment on UReparoData"); \ static_assert(sizeof(UReparoData) == 0x000138, "Wrong size on UReparoData"); \ static_assert(offsetof(UReparoData, RepairTime) == 0x000030, "Member 'UReparoData::RepairTime' has a wrong offset!"); \ static_assert(offsetof(UReparoData, DelayBetweenChunks) == 0x000034, "Member 'UReparoData::DelayBetweenChunks' has a wrong offset!"); \ static_assert(offsetof(UReparoData, ScaleDelayBasedOnChunkZ) == 0x000038, "Member 'UReparoData::ScaleDelayBasedOnChunkZ' has a wrong offset!"); \ static_assert(offsetof(UReparoData, ScaleDelayBasedOnDistanceFromPoint) == 0x000039, "Member 'UReparoData::ScaleDelayBasedOnDistanceFromPoint' has a wrong offset!"); \ static_assert(offsetof(UReparoData, ReferencePoint) == 0x00003C, "Member 'UReparoData::ReferencePoint' has a wrong offset!"); \ static_assert(offsetof(UReparoData, DiminishDelay) == 0x000048, "Member 'UReparoData::DiminishDelay' has a wrong offset!"); \ static_assert(offsetof(UReparoData, MaxDelayBetweenSpells) == 0x00004C, "Member 'UReparoData::MaxDelayBetweenSpells' has a wrong offset!"); \ static_assert(offsetof(UReparoData, RepairChunkParticleSystem) == 0x000050, "Member 'UReparoData::RepairChunkParticleSystem' has a wrong offset!"); \ static_assert(offsetof(UReparoData, RepairChunkNiagaraVfx) == 0x000058, "Member 'UReparoData::RepairChunkNiagaraVfx' has a wrong offset!"); \ static_assert(offsetof(UReparoData, SmallRepairChunkParticleSystem) == 0x000060, "Member 'UReparoData::SmallRepairChunkParticleSystem' has a wrong offset!"); \ static_assert(offsetof(UReparoData, SmallRepairChunkNiagaraVfx) == 0x000068, "Member 'UReparoData::SmallRepairChunkNiagaraVfx' has a wrong offset!"); \ static_assert(offsetof(UReparoData, SmallChunkSize) == 0x000070, "Member 'UReparoData::SmallChunkSize' has a wrong offset!"); \ static_assert(offsetof(UReparoData, ChunkParticleProbability) == 0x000074, "Member 'UReparoData::ChunkParticleProbability' has a wrong offset!"); \ static_assert(offsetof(UReparoData, RepairSfx) == 0x000078, "Member 'UReparoData::RepairSfx' has a wrong offset!"); \ static_assert(offsetof(UReparoData, RepairAlmostCompleteTime) == 0x000080, "Member 'UReparoData::RepairAlmostCompleteTime' has a wrong offset!"); \ static_assert(offsetof(UReparoData, RepairAlmostCompleteSfx) == 0x000088, "Member 'UReparoData::RepairAlmostCompleteSfx' has a wrong offset!"); \ static_assert(offsetof(UReparoData, RepairSwapParticleSystem) == 0x000090, "Member 'UReparoData::RepairSwapParticleSystem' has a wrong offset!"); \ static_assert(offsetof(UReparoData, RepairSwapNiagaraVfx) == 0x000098, "Member 'UReparoData::RepairSwapNiagaraVfx' has a wrong offset!"); \ static_assert(offsetof(UReparoData, RepairCompleteSfx) == 0x0000A0, "Member 'UReparoData::RepairCompleteSfx' has a wrong offset!"); \ static_assert(offsetof(UReparoData, RepairCompleteChunkVfx) == 0x0000A8, "Member 'UReparoData::RepairCompleteChunkVfx' has a wrong offset!"); \ static_assert(offsetof(UReparoData, EaseForRepairParticles) == 0x0000C0, "Member 'UReparoData::EaseForRepairParticles' has a wrong offset!"); \ static_assert(offsetof(UReparoData, OffsetForRepairParticles) == 0x0000C4, "Member 'UReparoData::OffsetForRepairParticles' has a wrong offset!"); \ static_assert(offsetof(UReparoData, SpellTranslate) == 0x0000D0, "Member 'UReparoData::SpellTranslate' has a wrong offset!"); \ static_assert(offsetof(UReparoData, SpellScale) == 0x0000D8, "Member 'UReparoData::SpellScale' has a wrong offset!"); \ static_assert(offsetof(UReparoData, SpellRotate) == 0x0000E0, "Member 'UReparoData::SpellRotate' has a wrong offset!"); \ static_assert(offsetof(UReparoData, ChunkEase) == 0x0000E8, "Member 'UReparoData::ChunkEase' has a wrong offset!"); \ static_assert(offsetof(UReparoData, EaseResultsScale) == 0x0000F0, "Member 'UReparoData::EaseResultsScale' has a wrong offset!"); \ static_assert(offsetof(UReparoData, RepeatCurveOverDistance) == 0x0000F8, "Member 'UReparoData::RepeatCurveOverDistance' has a wrong offset!"); \ static_assert(offsetof(UReparoData, RepeatDistance) == 0x0000FC, "Member 'UReparoData::RepeatDistance' has a wrong offset!"); \ static_assert(offsetof(UReparoData, ScaleDistanceBasedOnChunkSize) == 0x000100, "Member 'UReparoData::ScaleDistanceBasedOnChunkSize' has a wrong offset!"); \ static_assert(offsetof(UReparoData, ReferenceChunkSize) == 0x000104, "Member 'UReparoData::ReferenceChunkSize' has a wrong offset!"); \ static_assert(offsetof(UReparoData, ChunkTranslate) == 0x000108, "Member 'UReparoData::ChunkTranslate' has a wrong offset!"); \ static_assert(offsetof(UReparoData, ChunkScale) == 0x000110, "Member 'UReparoData::ChunkScale' has a wrong offset!"); \ static_assert(offsetof(UReparoData, ChunkRotate) == 0x000118, "Member 'UReparoData::ChunkRotate' has a wrong offset!"); \ static_assert(offsetof(UReparoData, RandomMinFactor) == 0x000120, "Member 'UReparoData::RandomMinFactor' has a wrong offset!"); \ static_assert(offsetof(UReparoData, RandomMaxFactor) == 0x00012C, "Member 'UReparoData::RandomMaxFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_LeadPlayer_InstanceQBUpdateData \ static_assert(alignof(UEnemy_LeadPlayer_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_LeadPlayer_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_LeadPlayer_InstanceQBUpdateData) == 0x000048, "Wrong size on UEnemy_LeadPlayer_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_PhoenixTrackingVolume_OnBeginOverlap \ static_assert(alignof(PhoenixTrackingVolume_OnBeginOverlap) == 0x000008, "Wrong alignment on PhoenixTrackingVolume_OnBeginOverlap"); \ static_assert(sizeof(PhoenixTrackingVolume_OnBeginOverlap) == 0x000010, "Wrong size on PhoenixTrackingVolume_OnBeginOverlap"); \ static_assert(offsetof(PhoenixTrackingVolume_OnBeginOverlap, SelfActor) == 0x000000, "Member 'PhoenixTrackingVolume_OnBeginOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(PhoenixTrackingVolume_OnBeginOverlap, OtherActor) == 0x000008, "Member 'PhoenixTrackingVolume_OnBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixTrackingVolume_OnEndOverlap \ static_assert(alignof(PhoenixTrackingVolume_OnEndOverlap) == 0x000008, "Wrong alignment on PhoenixTrackingVolume_OnEndOverlap"); \ static_assert(sizeof(PhoenixTrackingVolume_OnEndOverlap) == 0x000010, "Wrong size on PhoenixTrackingVolume_OnEndOverlap"); \ static_assert(offsetof(PhoenixTrackingVolume_OnEndOverlap, SelfActor) == 0x000000, "Member 'PhoenixTrackingVolume_OnEndOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(PhoenixTrackingVolume_OnEndOverlap, OtherActor) == 0x000008, "Member 'PhoenixTrackingVolume_OnEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APhoenixTrackingVolume \ static_assert(alignof(APhoenixTrackingVolume) == 0x000008, "Wrong alignment on APhoenixTrackingVolume"); \ static_assert(sizeof(APhoenixTrackingVolume) == 0x0002B8, "Wrong size on APhoenixTrackingVolume"); \ static_assert(offsetof(APhoenixTrackingVolume, CollisionComponent) == 0x000248, "Member 'APhoenixTrackingVolume::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(APhoenixTrackingVolume, VolumeData) == 0x000250, "Member 'APhoenixTrackingVolume::VolumeData' has a wrong offset!"); \ static_assert(offsetof(APhoenixTrackingVolume, EnteredList) == 0x000260, "Member 'APhoenixTrackingVolume::EnteredList' has a wrong offset!"); \ static_assert(offsetof(APhoenixTrackingVolume, VolumeType) == 0x0002B0, "Member 'APhoenixTrackingVolume::VolumeType' has a wrong offset!"); \ static_assert(offsetof(APhoenixTrackingVolume, VolumeSearchRadius) == 0x0002B4, "Member 'APhoenixTrackingVolume::VolumeSearchRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARandomEncounterExclusionVolume \ static_assert(alignof(ARandomEncounterExclusionVolume) == 0x000008, "Wrong alignment on ARandomEncounterExclusionVolume"); \ static_assert(sizeof(ARandomEncounterExclusionVolume) == 0x0002B8, "Wrong size on ARandomEncounterExclusionVolume"); \ #define DUMPER7_ASSERTS_UEnemy_BackOnNav_InstanceQBUpdateData \ static_assert(alignof(UEnemy_BackOnNav_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_BackOnNav_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_BackOnNav_InstanceQBUpdateData) == 0x000058, "Wrong size on UEnemy_BackOnNav_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_UEnemy_SwimToShore_InstanceQBUpdateData \ static_assert(alignof(UEnemy_SwimToShore_InstanceQBUpdateData) == 0x000008, "Wrong alignment on UEnemy_SwimToShore_InstanceQBUpdateData"); \ static_assert(sizeof(UEnemy_SwimToShore_InstanceQBUpdateData) == 0x000050, "Wrong size on UEnemy_SwimToShore_InstanceQBUpdateData"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetParentToActors \ static_assert(alignof(EnemyAIComponent_SetParentToActors) == 0x000008, "Wrong alignment on EnemyAIComponent_SetParentToActors"); \ static_assert(sizeof(EnemyAIComponent_SetParentToActors) == 0x000018, "Wrong size on EnemyAIComponent_SetParentToActors"); \ static_assert(offsetof(EnemyAIComponent_SetParentToActors, InActorList) == 0x000000, "Member 'EnemyAIComponent_SetParentToActors::InActorList' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SetParentToActors, InParent) == 0x000010, "Member 'EnemyAIComponent_SetParentToActors::InParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_AbortAUS \ static_assert(alignof(EnemyAIComponent_AbortAUS) == 0x000001, "Wrong alignment on EnemyAIComponent_AbortAUS"); \ static_assert(sizeof(EnemyAIComponent_AbortAUS) == 0x000001, "Wrong size on EnemyAIComponent_AbortAUS"); \ static_assert(offsetof(EnemyAIComponent_AbortAUS, bBranchToIdle) == 0x000000, "Member 'EnemyAIComponent_AbortAUS::bBranchToIdle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_AcquireShield \ static_assert(alignof(EnemyAIComponent_AcquireShield) == 0x000008, "Wrong alignment on EnemyAIComponent_AcquireShield"); \ static_assert(sizeof(EnemyAIComponent_AcquireShield) == 0x000008, "Wrong size on EnemyAIComponent_AcquireShield"); \ static_assert(offsetof(EnemyAIComponent_AcquireShield, InShieldPtr) == 0x000000, "Member 'EnemyAIComponent_AcquireShield::InShieldPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_AcquireSpellCaster \ static_assert(alignof(EnemyAIComponent_AcquireSpellCaster) == 0x000008, "Wrong alignment on EnemyAIComponent_AcquireSpellCaster"); \ static_assert(sizeof(EnemyAIComponent_AcquireSpellCaster) == 0x000008, "Wrong size on EnemyAIComponent_AcquireSpellCaster"); \ static_assert(offsetof(EnemyAIComponent_AcquireSpellCaster, InSpellCasterPtr) == 0x000000, "Member 'EnemyAIComponent_AcquireSpellCaster::InSpellCasterPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_AcquireWeapon \ static_assert(alignof(EnemyAIComponent_AcquireWeapon) == 0x000008, "Wrong alignment on EnemyAIComponent_AcquireWeapon"); \ static_assert(sizeof(EnemyAIComponent_AcquireWeapon) == 0x000008, "Wrong size on EnemyAIComponent_AcquireWeapon"); \ static_assert(offsetof(EnemyAIComponent_AcquireWeapon, InWeaponPtr) == 0x000000, "Member 'EnemyAIComponent_AcquireWeapon::InWeaponPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_AddQBUpdateData \ static_assert(alignof(EnemyAIComponent_AddQBUpdateData) == 0x000001, "Wrong alignment on EnemyAIComponent_AddQBUpdateData"); \ static_assert(sizeof(EnemyAIComponent_AddQBUpdateData) == 0x000001, "Wrong size on EnemyAIComponent_AddQBUpdateData"); \ static_assert(offsetof(EnemyAIComponent_AddQBUpdateData, InSource) == 0x000000, "Member 'EnemyAIComponent_AddQBUpdateData::InSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_AdjustAttackWeightsByID \ static_assert(alignof(EnemyAIComponent_AdjustAttackWeightsByID) == 0x000008, "Wrong alignment on EnemyAIComponent_AdjustAttackWeightsByID"); \ static_assert(sizeof(EnemyAIComponent_AdjustAttackWeightsByID) == 0x000010, "Wrong size on EnemyAIComponent_AdjustAttackWeightsByID"); \ static_assert(offsetof(EnemyAIComponent_AdjustAttackWeightsByID, InRegistryID) == 0x000000, "Member 'EnemyAIComponent_AdjustAttackWeightsByID::InRegistryID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_AdvancePath \ static_assert(alignof(EnemyAIComponent_AdvancePath) == 0x000001, "Wrong alignment on EnemyAIComponent_AdvancePath"); \ static_assert(sizeof(EnemyAIComponent_AdvancePath) == 0x000001, "Wrong size on EnemyAIComponent_AdvancePath"); \ static_assert(offsetof(EnemyAIComponent_AdvancePath, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_AdvancePath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_AllowHideBlindWeapon \ static_assert(alignof(EnemyAIComponent_AllowHideBlindWeapon) == 0x000001, "Wrong alignment on EnemyAIComponent_AllowHideBlindWeapon"); \ static_assert(sizeof(EnemyAIComponent_AllowHideBlindWeapon) == 0x000001, "Wrong size on EnemyAIComponent_AllowHideBlindWeapon"); \ static_assert(offsetof(EnemyAIComponent_AllowHideBlindWeapon, bInAllow) == 0x000000, "Member 'EnemyAIComponent_AllowHideBlindWeapon::bInAllow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_ApparateArrivedEvent \ static_assert(alignof(EnemyAIComponent_ApparateArrivedEvent) == 0x000008, "Wrong alignment on EnemyAIComponent_ApparateArrivedEvent"); \ static_assert(sizeof(EnemyAIComponent_ApparateArrivedEvent) == 0x000018, "Wrong size on EnemyAIComponent_ApparateArrivedEvent"); \ static_assert(offsetof(EnemyAIComponent_ApparateArrivedEvent, InApparateActor) == 0x000000, "Member 'EnemyAIComponent_ApparateArrivedEvent::InApparateActor' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_ApparateArrivedEvent, InLoc) == 0x000008, "Member 'EnemyAIComponent_ApparateArrivedEvent::InLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_ApparateDoneEvent \ static_assert(alignof(EnemyAIComponent_ApparateDoneEvent) == 0x000008, "Wrong alignment on EnemyAIComponent_ApparateDoneEvent"); \ static_assert(sizeof(EnemyAIComponent_ApparateDoneEvent) == 0x000008, "Wrong size on EnemyAIComponent_ApparateDoneEvent"); \ static_assert(offsetof(EnemyAIComponent_ApparateDoneEvent, InApparateActor) == 0x000000, "Member 'EnemyAIComponent_ApparateDoneEvent::InApparateActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_AttackedEvent \ static_assert(alignof(EnemyAIComponent_AttackedEvent) == 0x000008, "Wrong alignment on EnemyAIComponent_AttackedEvent"); \ static_assert(sizeof(EnemyAIComponent_AttackedEvent) == 0x000008, "Wrong size on EnemyAIComponent_AttackedEvent"); \ static_assert(offsetof(EnemyAIComponent_AttackedEvent, Instigator) == 0x000000, "Member 'EnemyAIComponent_AttackedEvent::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_AttackUpdateStateUpdate \ static_assert(alignof(EnemyAIComponent_AttackUpdateStateUpdate) == 0x000004, "Wrong alignment on EnemyAIComponent_AttackUpdateStateUpdate"); \ static_assert(sizeof(EnemyAIComponent_AttackUpdateStateUpdate) == 0x00000C, "Wrong size on EnemyAIComponent_AttackUpdateStateUpdate"); \ static_assert(offsetof(EnemyAIComponent_AttackUpdateStateUpdate, AttackUpdateState) == 0x000000, "Member 'EnemyAIComponent_AttackUpdateStateUpdate::AttackUpdateState' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_AttackUpdateStateUpdate, DeltaTime) == 0x000004, "Member 'EnemyAIComponent_AttackUpdateStateUpdate::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_AttackUpdateStateUpdate, ReturnValue) == 0x000008, "Member 'EnemyAIComponent_AttackUpdateStateUpdate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_BroadcastOnAlertSenseChanged \ static_assert(alignof(EnemyAIComponent_BroadcastOnAlertSenseChanged) == 0x000004, "Wrong alignment on EnemyAIComponent_BroadcastOnAlertSenseChanged"); \ static_assert(sizeof(EnemyAIComponent_BroadcastOnAlertSenseChanged) == 0x000004, "Wrong size on EnemyAIComponent_BroadcastOnAlertSenseChanged"); \ static_assert(offsetof(EnemyAIComponent_BroadcastOnAlertSenseChanged, alertSense) == 0x000000, "Member 'EnemyAIComponent_BroadcastOnAlertSenseChanged::alertSense' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_BroadcastOnDeath \ static_assert(alignof(EnemyAIComponent_BroadcastOnDeath) == 0x000008, "Wrong alignment on EnemyAIComponent_BroadcastOnDeath"); \ static_assert(sizeof(EnemyAIComponent_BroadcastOnDeath) == 0x000008, "Wrong size on EnemyAIComponent_BroadcastOnDeath"); \ static_assert(offsetof(EnemyAIComponent_BroadcastOnDeath, pActor) == 0x000000, "Member 'EnemyAIComponent_BroadcastOnDeath::pActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_CastProtegoSpell \ static_assert(alignof(EnemyAIComponent_CastProtegoSpell) == 0x000008, "Wrong alignment on EnemyAIComponent_CastProtegoSpell"); \ static_assert(sizeof(EnemyAIComponent_CastProtegoSpell) == 0x000010, "Wrong size on EnemyAIComponent_CastProtegoSpell"); \ static_assert(offsetof(EnemyAIComponent_CastProtegoSpell, SpellToolRecord) == 0x000000, "Member 'EnemyAIComponent_CastProtegoSpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_CastProtegoSpell, InSocketName) == 0x000008, "Member 'EnemyAIComponent_CastProtegoSpell::InSocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_CastSpell \ static_assert(alignof(EnemyAIComponent_CastSpell) == 0x000008, "Wrong alignment on EnemyAIComponent_CastSpell"); \ static_assert(sizeof(EnemyAIComponent_CastSpell) == 0x000010, "Wrong size on EnemyAIComponent_CastSpell"); \ static_assert(offsetof(EnemyAIComponent_CastSpell, SpellToolRecord) == 0x000000, "Member 'EnemyAIComponent_CastSpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_CastSpell, InSocketName) == 0x000008, "Member 'EnemyAIComponent_CastSpell::InSocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_CastSpellAtActor \ static_assert(alignof(EnemyAIComponent_CastSpellAtActor) == 0x000008, "Wrong alignment on EnemyAIComponent_CastSpellAtActor"); \ static_assert(sizeof(EnemyAIComponent_CastSpellAtActor) == 0x000020, "Wrong size on EnemyAIComponent_CastSpellAtActor"); \ static_assert(offsetof(EnemyAIComponent_CastSpellAtActor, InTargetPtr) == 0x000000, "Member 'EnemyAIComponent_CastSpellAtActor::InTargetPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_CastSpellAtActor, SpellToolRecord) == 0x000008, "Member 'EnemyAIComponent_CastSpellAtActor::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_CastSpellAtActor, InSocketName) == 0x000010, "Member 'EnemyAIComponent_CastSpellAtActor::InSocketName' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_CastSpellAtActor, bAlwaysHitTargetActor) == 0x000018, "Member 'EnemyAIComponent_CastSpellAtActor::bAlwaysHitTargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_CastSpellAtLocation \ static_assert(alignof(EnemyAIComponent_CastSpellAtLocation) == 0x000008, "Wrong alignment on EnemyAIComponent_CastSpellAtLocation"); \ static_assert(sizeof(EnemyAIComponent_CastSpellAtLocation) == 0x000020, "Wrong size on EnemyAIComponent_CastSpellAtLocation"); \ static_assert(offsetof(EnemyAIComponent_CastSpellAtLocation, TargetLocation) == 0x000000, "Member 'EnemyAIComponent_CastSpellAtLocation::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_CastSpellAtLocation, SpellToolRecord) == 0x000010, "Member 'EnemyAIComponent_CastSpellAtLocation::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_CastSpellAtLocation, InSocketName) == 0x000018, "Member 'EnemyAIComponent_CastSpellAtLocation::InSocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_CastSpellAtRandom \ static_assert(alignof(EnemyAIComponent_CastSpellAtRandom) == 0x000008, "Wrong alignment on EnemyAIComponent_CastSpellAtRandom"); \ static_assert(sizeof(EnemyAIComponent_CastSpellAtRandom) == 0x000010, "Wrong size on EnemyAIComponent_CastSpellAtRandom"); \ static_assert(offsetof(EnemyAIComponent_CastSpellAtRandom, SpellToolRecord) == 0x000000, "Member 'EnemyAIComponent_CastSpellAtRandom::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_CastSpellAtRandom, InSocketName) == 0x000008, "Member 'EnemyAIComponent_CastSpellAtRandom::InSocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_ChooseAttack \ static_assert(alignof(EnemyAIComponent_ChooseAttack) == 0x000008, "Wrong alignment on EnemyAIComponent_ChooseAttack"); \ static_assert(sizeof(EnemyAIComponent_ChooseAttack) == 0x000008, "Wrong size on EnemyAIComponent_ChooseAttack"); \ static_assert(offsetof(EnemyAIComponent_ChooseAttack, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_ChooseAttack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_ChooseAttackUpdate \ static_assert(alignof(EnemyAIComponent_ChooseAttackUpdate) == 0x000001, "Wrong alignment on EnemyAIComponent_ChooseAttackUpdate"); \ static_assert(sizeof(EnemyAIComponent_ChooseAttackUpdate) == 0x000001, "Wrong size on EnemyAIComponent_ChooseAttackUpdate"); \ static_assert(offsetof(EnemyAIComponent_ChooseAttackUpdate, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_ChooseAttackUpdate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_ChooseCounterAttackSplit \ static_assert(alignof(EnemyAIComponent_ChooseCounterAttackSplit) == 0x000008, "Wrong alignment on EnemyAIComponent_ChooseCounterAttackSplit"); \ static_assert(sizeof(EnemyAIComponent_ChooseCounterAttackSplit) == 0x000028, "Wrong size on EnemyAIComponent_ChooseCounterAttackSplit"); \ static_assert(offsetof(EnemyAIComponent_ChooseCounterAttackSplit, InTagContainer) == 0x000000, "Member 'EnemyAIComponent_ChooseCounterAttackSplit::InTagContainer' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_ChooseCounterAttackSplit, ReturnValue) == 0x000020, "Member 'EnemyAIComponent_ChooseCounterAttackSplit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_ComboEnd \ static_assert(alignof(EnemyAIComponent_ComboEnd) == 0x000004, "Wrong alignment on EnemyAIComponent_ComboEnd"); \ static_assert(sizeof(EnemyAIComponent_ComboEnd) == 0x000004, "Wrong size on EnemyAIComponent_ComboEnd"); \ static_assert(offsetof(EnemyAIComponent_ComboEnd, ComboCount) == 0x000000, "Member 'EnemyAIComponent_ComboEnd::ComboCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_DisableProvidedWeaponCollision \ static_assert(alignof(EnemyAIComponent_DisableProvidedWeaponCollision) == 0x000008, "Wrong alignment on EnemyAIComponent_DisableProvidedWeaponCollision"); \ static_assert(sizeof(EnemyAIComponent_DisableProvidedWeaponCollision) == 0x000008, "Wrong size on EnemyAIComponent_DisableProvidedWeaponCollision"); \ static_assert(offsetof(EnemyAIComponent_DisableProvidedWeaponCollision, InWeaponPtr) == 0x000000, "Member 'EnemyAIComponent_DisableProvidedWeaponCollision::InWeaponPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_DisarmShield \ static_assert(alignof(EnemyAIComponent_DisarmShield) == 0x000008, "Wrong alignment on EnemyAIComponent_DisarmShield"); \ static_assert(sizeof(EnemyAIComponent_DisarmShield) == 0x000010, "Wrong size on EnemyAIComponent_DisarmShield"); \ static_assert(offsetof(EnemyAIComponent_DisarmShield, ScaleForce) == 0x000000, "Member 'EnemyAIComponent_DisarmShield::ScaleForce' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_DisarmShield, ReturnValue) == 0x000008, "Member 'EnemyAIComponent_DisarmShield::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_DisarmWeapon \ static_assert(alignof(EnemyAIComponent_DisarmWeapon) == 0x000008, "Wrong alignment on EnemyAIComponent_DisarmWeapon"); \ static_assert(sizeof(EnemyAIComponent_DisarmWeapon) == 0x000010, "Wrong size on EnemyAIComponent_DisarmWeapon"); \ static_assert(offsetof(EnemyAIComponent_DisarmWeapon, ScaleForce) == 0x000000, "Member 'EnemyAIComponent_DisarmWeapon::ScaleForce' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_DisarmWeapon, ReturnValue) == 0x000008, "Member 'EnemyAIComponent_DisarmWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_EnableImmediateAttack \ static_assert(alignof(EnemyAIComponent_EnableImmediateAttack) == 0x000001, "Wrong alignment on EnemyAIComponent_EnableImmediateAttack"); \ static_assert(sizeof(EnemyAIComponent_EnableImmediateAttack) == 0x000001, "Wrong size on EnemyAIComponent_EnableImmediateAttack"); \ static_assert(offsetof(EnemyAIComponent_EnableImmediateAttack, ShouldEnable) == 0x000000, "Member 'EnemyAIComponent_EnableImmediateAttack::ShouldEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_EnableProvidedWeaponCollision \ static_assert(alignof(EnemyAIComponent_EnableProvidedWeaponCollision) == 0x000008, "Wrong alignment on EnemyAIComponent_EnableProvidedWeaponCollision"); \ static_assert(sizeof(EnemyAIComponent_EnableProvidedWeaponCollision) == 0x000008, "Wrong size on EnemyAIComponent_EnableProvidedWeaponCollision"); \ static_assert(offsetof(EnemyAIComponent_EnableProvidedWeaponCollision, InWeaponPtr) == 0x000000, "Member 'EnemyAIComponent_EnableProvidedWeaponCollision::InWeaponPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_EnableTrackMeleePoints \ static_assert(alignof(EnemyAIComponent_EnableTrackMeleePoints) == 0x000001, "Wrong alignment on EnemyAIComponent_EnableTrackMeleePoints"); \ static_assert(sizeof(EnemyAIComponent_EnableTrackMeleePoints) == 0x000001, "Wrong size on EnemyAIComponent_EnableTrackMeleePoints"); \ static_assert(offsetof(EnemyAIComponent_EnableTrackMeleePoints, bEnable) == 0x000000, "Member 'EnemyAIComponent_EnableTrackMeleePoints::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_EnemyAddToManager \ static_assert(alignof(EnemyAIComponent_EnemyAddToManager) == 0x000008, "Wrong alignment on EnemyAIComponent_EnemyAddToManager"); \ static_assert(sizeof(EnemyAIComponent_EnemyAddToManager) == 0x000008, "Wrong size on EnemyAIComponent_EnemyAddToManager"); \ static_assert(offsetof(EnemyAIComponent_EnemyAddToManager, InActorPtr) == 0x000000, "Member 'EnemyAIComponent_EnemyAddToManager::InActorPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_EnemyRemoveFromManager \ static_assert(alignof(EnemyAIComponent_EnemyRemoveFromManager) == 0x000008, "Wrong alignment on EnemyAIComponent_EnemyRemoveFromManager"); \ static_assert(sizeof(EnemyAIComponent_EnemyRemoveFromManager) == 0x000008, "Wrong size on EnemyAIComponent_EnemyRemoveFromManager"); \ static_assert(offsetof(EnemyAIComponent_EnemyRemoveFromManager, InActorPtr) == 0x000000, "Member 'EnemyAIComponent_EnemyRemoveFromManager::InActorPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_FireWeaponAOE1 \ static_assert(alignof(EnemyAIComponent_FireWeaponAOE1) == 0x000008, "Wrong alignment on EnemyAIComponent_FireWeaponAOE1"); \ static_assert(sizeof(EnemyAIComponent_FireWeaponAOE1) == 0x000008, "Wrong size on EnemyAIComponent_FireWeaponAOE1"); \ static_assert(offsetof(EnemyAIComponent_FireWeaponAOE1, InWeaponPtr) == 0x000000, "Member 'EnemyAIComponent_FireWeaponAOE1::InWeaponPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_ForceAttack \ static_assert(alignof(EnemyAIComponent_ForceAttack) == 0x000008, "Wrong alignment on EnemyAIComponent_ForceAttack"); \ static_assert(sizeof(EnemyAIComponent_ForceAttack) == 0x000010, "Wrong size on EnemyAIComponent_ForceAttack"); \ static_assert(offsetof(EnemyAIComponent_ForceAttack, InAttackPtr) == 0x000000, "Member 'EnemyAIComponent_ForceAttack::InAttackPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_ForceAttack, bBypassPerception) == 0x000008, "Member 'EnemyAIComponent_ForceAttack::bBypassPerception' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_ForceChooseAttack \ static_assert(alignof(EnemyAIComponent_ForceChooseAttack) == 0x000008, "Wrong alignment on EnemyAIComponent_ForceChooseAttack"); \ static_assert(sizeof(EnemyAIComponent_ForceChooseAttack) == 0x000008, "Wrong size on EnemyAIComponent_ForceChooseAttack"); \ static_assert(offsetof(EnemyAIComponent_ForceChooseAttack, InAttackPtr) == 0x000000, "Member 'EnemyAIComponent_ForceChooseAttack::InAttackPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_ForceExecuteAttack \ static_assert(alignof(EnemyAIComponent_ForceExecuteAttack) == 0x000008, "Wrong alignment on EnemyAIComponent_ForceExecuteAttack"); \ static_assert(sizeof(EnemyAIComponent_ForceExecuteAttack) == 0x000008, "Wrong size on EnemyAIComponent_ForceExecuteAttack"); \ static_assert(offsetof(EnemyAIComponent_ForceExecuteAttack, InAttackPtr) == 0x000000, "Member 'EnemyAIComponent_ForceExecuteAttack::InAttackPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_ForceExecuteDelayedAttack \ static_assert(alignof(EnemyAIComponent_ForceExecuteDelayedAttack) == 0x000008, "Wrong alignment on EnemyAIComponent_ForceExecuteDelayedAttack"); \ static_assert(sizeof(EnemyAIComponent_ForceExecuteDelayedAttack) == 0x000010, "Wrong size on EnemyAIComponent_ForceExecuteDelayedAttack"); \ static_assert(offsetof(EnemyAIComponent_ForceExecuteDelayedAttack, InAttackPtr) == 0x000000, "Member 'EnemyAIComponent_ForceExecuteDelayedAttack::InAttackPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_ForceExecuteDelayedAttack, InDelay) == 0x000008, "Member 'EnemyAIComponent_ForceExecuteDelayedAttack::InDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_ForceNextAttack \ static_assert(alignof(EnemyAIComponent_ForceNextAttack) == 0x000008, "Wrong alignment on EnemyAIComponent_ForceNextAttack"); \ static_assert(sizeof(EnemyAIComponent_ForceNextAttack) == 0x000008, "Wrong size on EnemyAIComponent_ForceNextAttack"); \ static_assert(offsetof(EnemyAIComponent_ForceNextAttack, InAttackPtr) == 0x000000, "Member 'EnemyAIComponent_ForceNextAttack::InAttackPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetActiveSpawnMeteorData \ static_assert(alignof(EnemyAIComponent_GetActiveSpawnMeteorData) == 0x000008, "Wrong alignment on EnemyAIComponent_GetActiveSpawnMeteorData"); \ static_assert(sizeof(EnemyAIComponent_GetActiveSpawnMeteorData) == 0x000008, "Wrong size on EnemyAIComponent_GetActiveSpawnMeteorData"); \ static_assert(offsetof(EnemyAIComponent_GetActiveSpawnMeteorData, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetActiveSpawnMeteorData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetAlertSense \ static_assert(alignof(EnemyAIComponent_GetAlertSense) == 0x000004, "Wrong alignment on EnemyAIComponent_GetAlertSense"); \ static_assert(sizeof(EnemyAIComponent_GetAlertSense) == 0x000004, "Wrong size on EnemyAIComponent_GetAlertSense"); \ static_assert(offsetof(EnemyAIComponent_GetAlertSense, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetAlertSense::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetAttackStateRange \ static_assert(alignof(EnemyAIComponent_GetAttackStateRange) == 0x000001, "Wrong alignment on EnemyAIComponent_GetAttackStateRange"); \ static_assert(sizeof(EnemyAIComponent_GetAttackStateRange) == 0x000001, "Wrong size on EnemyAIComponent_GetAttackStateRange"); \ static_assert(offsetof(EnemyAIComponent_GetAttackStateRange, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetAttackStateRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetAttackWaitingForDesynchronization \ static_assert(alignof(EnemyAIComponent_GetAttackWaitingForDesynchronization) == 0x000001, "Wrong alignment on EnemyAIComponent_GetAttackWaitingForDesynchronization"); \ static_assert(sizeof(EnemyAIComponent_GetAttackWaitingForDesynchronization) == 0x000001, "Wrong size on EnemyAIComponent_GetAttackWaitingForDesynchronization"); \ static_assert(offsetof(EnemyAIComponent_GetAttackWaitingForDesynchronization, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetAttackWaitingForDesynchronization::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetEnemyAnimInstance \ static_assert(alignof(EnemyAIComponent_GetEnemyAnimInstance) == 0x000008, "Wrong alignment on EnemyAIComponent_GetEnemyAnimInstance"); \ static_assert(sizeof(EnemyAIComponent_GetEnemyAnimInstance) == 0x000008, "Wrong size on EnemyAIComponent_GetEnemyAnimInstance"); \ static_assert(offsetof(EnemyAIComponent_GetEnemyAnimInstance, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetEnemyAnimInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetGameChangerForm \ static_assert(alignof(EnemyAIComponent_GetGameChangerForm) == 0x000008, "Wrong alignment on EnemyAIComponent_GetGameChangerForm"); \ static_assert(sizeof(EnemyAIComponent_GetGameChangerForm) == 0x000008, "Wrong size on EnemyAIComponent_GetGameChangerForm"); \ static_assert(offsetof(EnemyAIComponent_GetGameChangerForm, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetGameChangerForm::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetGameChangerObjectName \ static_assert(alignof(EnemyAIComponent_GetGameChangerObjectName) == 0x000008, "Wrong alignment on EnemyAIComponent_GetGameChangerObjectName"); \ static_assert(sizeof(EnemyAIComponent_GetGameChangerObjectName) == 0x000010, "Wrong size on EnemyAIComponent_GetGameChangerObjectName"); \ static_assert(offsetof(EnemyAIComponent_GetGameChangerObjectName, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetGameChangerObjectName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetOrCreateQBUpdateInstanceData \ static_assert(alignof(EnemyAIComponent_GetOrCreateQBUpdateInstanceData) == 0x000008, "Wrong alignment on EnemyAIComponent_GetOrCreateQBUpdateInstanceData"); \ static_assert(sizeof(EnemyAIComponent_GetOrCreateQBUpdateInstanceData) == 0x000010, "Wrong size on EnemyAIComponent_GetOrCreateQBUpdateInstanceData"); \ static_assert(offsetof(EnemyAIComponent_GetOrCreateQBUpdateInstanceData, InUpdate) == 0x000000, "Member 'EnemyAIComponent_GetOrCreateQBUpdateInstanceData::InUpdate' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_GetOrCreateQBUpdateInstanceData, ReturnValue) == 0x000008, "Member 'EnemyAIComponent_GetOrCreateQBUpdateInstanceData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetProtegoSpellLevel \ static_assert(alignof(EnemyAIComponent_GetProtegoSpellLevel) == 0x000001, "Wrong alignment on EnemyAIComponent_GetProtegoSpellLevel"); \ static_assert(sizeof(EnemyAIComponent_GetProtegoSpellLevel) == 0x000001, "Wrong size on EnemyAIComponent_GetProtegoSpellLevel"); \ static_assert(offsetof(EnemyAIComponent_GetProtegoSpellLevel, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetProtegoSpellLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetQBUpdateData \ static_assert(alignof(EnemyAIComponent_GetQBUpdateData) == 0x000008, "Wrong alignment on EnemyAIComponent_GetQBUpdateData"); \ static_assert(sizeof(EnemyAIComponent_GetQBUpdateData) == 0x000010, "Wrong size on EnemyAIComponent_GetQBUpdateData"); \ static_assert(offsetof(EnemyAIComponent_GetQBUpdateData, InSource) == 0x000000, "Member 'EnemyAIComponent_GetQBUpdateData::InSource' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_GetQBUpdateData, ReturnValue) == 0x000008, "Member 'EnemyAIComponent_GetQBUpdateData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetWeaponToAcquire \ static_assert(alignof(EnemyAIComponent_GetWeaponToAcquire) == 0x000008, "Wrong alignment on EnemyAIComponent_GetWeaponToAcquire"); \ static_assert(sizeof(EnemyAIComponent_GetWeaponToAcquire) == 0x000008, "Wrong size on EnemyAIComponent_GetWeaponToAcquire"); \ static_assert(offsetof(EnemyAIComponent_GetWeaponToAcquire, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetWeaponToAcquire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_HandleAbilityActorHit \ static_assert(alignof(EnemyAIComponent_HandleAbilityActorHit) == 0x000008, "Wrong alignment on EnemyAIComponent_HandleAbilityActorHit"); \ static_assert(sizeof(EnemyAIComponent_HandleAbilityActorHit) == 0x000098, "Wrong size on EnemyAIComponent_HandleAbilityActorHit"); \ static_assert(offsetof(EnemyAIComponent_HandleAbilityActorHit, InOtherActor) == 0x000000, "Member 'EnemyAIComponent_HandleAbilityActorHit::InOtherActor' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_HandleAbilityActorHit, HitResult) == 0x000008, "Member 'EnemyAIComponent_HandleAbilityActorHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_HandleAbilityActorHit, ReturnValue) == 0x000090, "Member 'EnemyAIComponent_HandleAbilityActorHit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_HandleAbilityAnimEvent \ static_assert(alignof(EnemyAIComponent_HandleAbilityAnimEvent) == 0x000001, "Wrong alignment on EnemyAIComponent_HandleAbilityAnimEvent"); \ static_assert(sizeof(EnemyAIComponent_HandleAbilityAnimEvent) == 0x000001, "Wrong size on EnemyAIComponent_HandleAbilityAnimEvent"); \ static_assert(offsetof(EnemyAIComponent_HandleAbilityAnimEvent, inAnimEvent) == 0x000000, "Member 'EnemyAIComponent_HandleAbilityAnimEvent::inAnimEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_HandleOnActorEndHit \ static_assert(alignof(EnemyAIComponent_HandleOnActorEndHit) == 0x000008, "Wrong alignment on EnemyAIComponent_HandleOnActorEndHit"); \ static_assert(sizeof(EnemyAIComponent_HandleOnActorEndHit) == 0x000008, "Wrong size on EnemyAIComponent_HandleOnActorEndHit"); \ static_assert(offsetof(EnemyAIComponent_HandleOnActorEndHit, pOtherActor) == 0x000000, "Member 'EnemyAIComponent_HandleOnActorEndHit::pOtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_HandleOnActorHit \ static_assert(alignof(EnemyAIComponent_HandleOnActorHit) == 0x000008, "Wrong alignment on EnemyAIComponent_HandleOnActorHit"); \ static_assert(sizeof(EnemyAIComponent_HandleOnActorHit) == 0x000098, "Wrong size on EnemyAIComponent_HandleOnActorHit"); \ static_assert(offsetof(EnemyAIComponent_HandleOnActorHit, pOtherActor) == 0x000000, "Member 'EnemyAIComponent_HandleOnActorHit::pOtherActor' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_HandleOnActorHit, HitResult) == 0x000008, "Member 'EnemyAIComponent_HandleOnActorHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_HandleOnActorHit, ReturnValue) == 0x000090, "Member 'EnemyAIComponent_HandleOnActorHit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_HandleSpellSuccess \ static_assert(alignof(EnemyAIComponent_HandleSpellSuccess) == 0x000008, "Wrong alignment on EnemyAIComponent_HandleSpellSuccess"); \ static_assert(sizeof(EnemyAIComponent_HandleSpellSuccess) == 0x000018, "Wrong size on EnemyAIComponent_HandleSpellSuccess"); \ static_assert(offsetof(EnemyAIComponent_HandleSpellSuccess, Target) == 0x000000, "Member 'EnemyAIComponent_HandleSpellSuccess::Target' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_HandleSpellSuccess, Spell) == 0x000008, "Member 'EnemyAIComponent_HandleSpellSuccess::Spell' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_HandleSpellSuccess, SpellType) == 0x000010, "Member 'EnemyAIComponent_HandleSpellSuccess::SpellType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_HideProtegoSpell \ static_assert(alignof(EnemyAIComponent_HideProtegoSpell) == 0x000001, "Wrong alignment on EnemyAIComponent_HideProtegoSpell"); \ static_assert(sizeof(EnemyAIComponent_HideProtegoSpell) == 0x000001, "Wrong size on EnemyAIComponent_HideProtegoSpell"); \ static_assert(offsetof(EnemyAIComponent_HideProtegoSpell, bInHide) == 0x000000, "Member 'EnemyAIComponent_HideProtegoSpell::bInHide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_InitMoveToAttackLocation \ static_assert(alignof(EnemyAIComponent_InitMoveToAttackLocation) == 0x000004, "Wrong alignment on EnemyAIComponent_InitMoveToAttackLocation"); \ static_assert(sizeof(EnemyAIComponent_InitMoveToAttackLocation) == 0x000014, "Wrong size on EnemyAIComponent_InitMoveToAttackLocation"); \ static_assert(offsetof(EnemyAIComponent_InitMoveToAttackLocation, DestinationLoc) == 0x000000, "Member 'EnemyAIComponent_InitMoveToAttackLocation::DestinationLoc' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_InitMoveToAttackLocation, Timeout) == 0x00000C, "Member 'EnemyAIComponent_InitMoveToAttackLocation::Timeout' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_InitMoveToAttackLocation, ReturnValue) == 0x000010, "Member 'EnemyAIComponent_InitMoveToAttackLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_InitMoveToAttackRunTo \ static_assert(alignof(EnemyAIComponent_InitMoveToAttackRunTo) == 0x000004, "Wrong alignment on EnemyAIComponent_InitMoveToAttackRunTo"); \ static_assert(sizeof(EnemyAIComponent_InitMoveToAttackRunTo) == 0x000008, "Wrong size on EnemyAIComponent_InitMoveToAttackRunTo"); \ static_assert(offsetof(EnemyAIComponent_InitMoveToAttackRunTo, Timeout) == 0x000000, "Member 'EnemyAIComponent_InitMoveToAttackRunTo::Timeout' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_InitMoveToAttackRunTo, ReturnValue) == 0x000004, "Member 'EnemyAIComponent_InitMoveToAttackRunTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_InitWaitForAbility \ static_assert(alignof(EnemyAIComponent_InitWaitForAbility) == 0x000004, "Wrong alignment on EnemyAIComponent_InitWaitForAbility"); \ static_assert(sizeof(EnemyAIComponent_InitWaitForAbility) == 0x000004, "Wrong size on EnemyAIComponent_InitWaitForAbility"); \ static_assert(offsetof(EnemyAIComponent_InitWaitForAbility, Timeout) == 0x000000, "Member 'EnemyAIComponent_InitWaitForAbility::Timeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_InitWaitForCreatureStance \ static_assert(alignof(EnemyAIComponent_InitWaitForCreatureStance) == 0x000004, "Wrong alignment on EnemyAIComponent_InitWaitForCreatureStance"); \ static_assert(sizeof(EnemyAIComponent_InitWaitForCreatureStance) == 0x000008, "Wrong size on EnemyAIComponent_InitWaitForCreatureStance"); \ static_assert(offsetof(EnemyAIComponent_InitWaitForCreatureStance, InWaitForStance) == 0x000000, "Member 'EnemyAIComponent_InitWaitForCreatureStance::InWaitForStance' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_InitWaitForCreatureStance, bWaitForStationary) == 0x000001, "Member 'EnemyAIComponent_InitWaitForCreatureStance::bWaitForStationary' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_InitWaitForCreatureStance, Timeout) == 0x000004, "Member 'EnemyAIComponent_InitWaitForCreatureStance::Timeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_IsCharacterDisengaged \ static_assert(alignof(EnemyAIComponent_IsCharacterDisengaged) == 0x000001, "Wrong alignment on EnemyAIComponent_IsCharacterDisengaged"); \ static_assert(sizeof(EnemyAIComponent_IsCharacterDisengaged) == 0x000001, "Wrong size on EnemyAIComponent_IsCharacterDisengaged"); \ static_assert(offsetof(EnemyAIComponent_IsCharacterDisengaged, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_IsCharacterDisengaged::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_LogBehaviorTree \ static_assert(alignof(EnemyAIComponent_LogBehaviorTree) == 0x000004, "Wrong alignment on EnemyAIComponent_LogBehaviorTree"); \ static_assert(sizeof(EnemyAIComponent_LogBehaviorTree) == 0x000008, "Wrong size on EnemyAIComponent_LogBehaviorTree"); \ static_assert(offsetof(EnemyAIComponent_LogBehaviorTree, TaskName) == 0x000000, "Member 'EnemyAIComponent_LogBehaviorTree::TaskName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_MoveToAttackLocation \ static_assert(alignof(EnemyAIComponent_MoveToAttackLocation) == 0x000008, "Wrong alignment on EnemyAIComponent_MoveToAttackLocation"); \ static_assert(sizeof(EnemyAIComponent_MoveToAttackLocation) == 0x000028, "Wrong size on EnemyAIComponent_MoveToAttackLocation"); \ static_assert(offsetof(EnemyAIComponent_MoveToAttackLocation, DestinationLoc) == 0x000000, "Member 'EnemyAIComponent_MoveToAttackLocation::DestinationLoc' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_MoveToAttackLocation, CurveFloatPtr) == 0x000010, "Member 'EnemyAIComponent_MoveToAttackLocation::CurveFloatPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_MoveToAttackLocation, InterpSpeed) == 0x000018, "Member 'EnemyAIComponent_MoveToAttackLocation::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_MoveToAttackLocation, DeltaTime) == 0x00001C, "Member 'EnemyAIComponent_MoveToAttackLocation::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_MoveToAttackLocation, ReturnValue) == 0x000020, "Member 'EnemyAIComponent_MoveToAttackLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_MoveToAttackRunTo \ static_assert(alignof(EnemyAIComponent_MoveToAttackRunTo) == 0x000004, "Wrong alignment on EnemyAIComponent_MoveToAttackRunTo"); \ static_assert(sizeof(EnemyAIComponent_MoveToAttackRunTo) == 0x000008, "Wrong size on EnemyAIComponent_MoveToAttackRunTo"); \ static_assert(offsetof(EnemyAIComponent_MoveToAttackRunTo, DeltaTime) == 0x000000, "Member 'EnemyAIComponent_MoveToAttackRunTo::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_MoveToAttackRunTo, ReturnValue) == 0x000004, "Member 'EnemyAIComponent_MoveToAttackRunTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_OnActorDamaged \ static_assert(alignof(EnemyAIComponent_OnActorDamaged) == 0x000008, "Wrong alignment on EnemyAIComponent_OnActorDamaged"); \ static_assert(sizeof(EnemyAIComponent_OnActorDamaged) == 0x0000A0, "Wrong size on EnemyAIComponent_OnActorDamaged"); \ static_assert(offsetof(EnemyAIComponent_OnActorDamaged, InActor) == 0x000000, "Member 'EnemyAIComponent_OnActorDamaged::InActor' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_OnActorDamaged, InInstigator) == 0x000008, "Member 'EnemyAIComponent_OnActorDamaged::InInstigator' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_OnActorDamaged, InDamage) == 0x000010, "Member 'EnemyAIComponent_OnActorDamaged::InDamage' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_OnActorDamaged, InHit) == 0x000014, "Member 'EnemyAIComponent_OnActorDamaged::InHit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_OnActorHit \ static_assert(alignof(EnemyAIComponent_OnActorHit) == 0x000008, "Wrong alignment on EnemyAIComponent_OnActorHit"); \ static_assert(sizeof(EnemyAIComponent_OnActorHit) == 0x0000A8, "Wrong size on EnemyAIComponent_OnActorHit"); \ static_assert(offsetof(EnemyAIComponent_OnActorHit, SelfActor) == 0x000000, "Member 'EnemyAIComponent_OnActorHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_OnActorHit, OtherActor) == 0x000008, "Member 'EnemyAIComponent_OnActorHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_OnActorHit, NormalImpulse) == 0x000010, "Member 'EnemyAIComponent_OnActorHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_OnActorHit, Hit) == 0x00001C, "Member 'EnemyAIComponent_OnActorHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_OnAttackDBLoaded \ static_assert(alignof(EnemyAIComponent_OnAttackDBLoaded) == 0x000008, "Wrong alignment on EnemyAIComponent_OnAttackDBLoaded"); \ static_assert(sizeof(EnemyAIComponent_OnAttackDBLoaded) == 0x000010, "Wrong size on EnemyAIComponent_OnAttackDBLoaded"); \ static_assert(offsetof(EnemyAIComponent_OnAttackDBLoaded, LoadActor) == 0x000000, "Member 'EnemyAIComponent_OnAttackDBLoaded::LoadActor' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_OnAttackDBLoaded, LoadType) == 0x000008, "Member 'EnemyAIComponent_OnAttackDBLoaded::LoadType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_OnObjectLoaded \ static_assert(alignof(EnemyAIComponent_OnObjectLoaded) == 0x000008, "Wrong alignment on EnemyAIComponent_OnObjectLoaded"); \ static_assert(sizeof(EnemyAIComponent_OnObjectLoaded) == 0x000010, "Wrong size on EnemyAIComponent_OnObjectLoaded"); \ static_assert(offsetof(EnemyAIComponent_OnObjectLoaded, ObjectToLoad) == 0x000000, "Member 'EnemyAIComponent_OnObjectLoaded::ObjectToLoad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_OverlapMeleeCapsule \ static_assert(alignof(EnemyAIComponent_OverlapMeleeCapsule) == 0x000008, "Wrong alignment on EnemyAIComponent_OverlapMeleeCapsule"); \ static_assert(sizeof(EnemyAIComponent_OverlapMeleeCapsule) == 0x000148, "Wrong size on EnemyAIComponent_OverlapMeleeCapsule"); \ static_assert(offsetof(EnemyAIComponent_OverlapMeleeCapsule, InVictim) == 0x000000, "Member 'EnemyAIComponent_OverlapMeleeCapsule::InVictim' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_OverlapMeleeCapsule, InHitResult) == 0x000008, "Member 'EnemyAIComponent_OverlapMeleeCapsule::InHitResult' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_OverlapMeleeCapsule, InForceDirection) == 0x000090, "Member 'EnemyAIComponent_OverlapMeleeCapsule::InForceDirection' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_OverlapMeleeCapsule, OutOverlapData) == 0x000098, "Member 'EnemyAIComponent_OverlapMeleeCapsule::OutOverlapData' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_OverlapMeleeCapsule, ReturnValue) == 0x000140, "Member 'EnemyAIComponent_OverlapMeleeCapsule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_PreAttack \ static_assert(alignof(EnemyAIComponent_PreAttack) == 0x000001, "Wrong alignment on EnemyAIComponent_PreAttack"); \ static_assert(sizeof(EnemyAIComponent_PreAttack) == 0x000002, "Wrong size on EnemyAIComponent_PreAttack"); \ static_assert(offsetof(EnemyAIComponent_PreAttack, InSource) == 0x000000, "Member 'EnemyAIComponent_PreAttack::InSource' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_PreAttack, ReturnValue) == 0x000001, "Member 'EnemyAIComponent_PreAttack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_PreloadAnimagusForm \ static_assert(alignof(EnemyAIComponent_PreloadAnimagusForm) == 0x000008, "Wrong alignment on EnemyAIComponent_PreloadAnimagusForm"); \ static_assert(sizeof(EnemyAIComponent_PreloadAnimagusForm) == 0x000028, "Wrong size on EnemyAIComponent_PreloadAnimagusForm"); \ static_assert(offsetof(EnemyAIComponent_PreloadAnimagusForm, AnimalForm) == 0x000000, "Member 'EnemyAIComponent_PreloadAnimagusForm::AnimalForm' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_ReactionStart \ static_assert(alignof(EnemyAIComponent_ReactionStart) == 0x000008, "Wrong alignment on EnemyAIComponent_ReactionStart"); \ static_assert(sizeof(EnemyAIComponent_ReactionStart) == 0x000010, "Wrong size on EnemyAIComponent_ReactionStart"); \ static_assert(offsetof(EnemyAIComponent_ReactionStart, ReactionData) == 0x000000, "Member 'EnemyAIComponent_ReactionStart::ReactionData' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_ReactionStart, ReactionComponent) == 0x000008, "Member 'EnemyAIComponent_ReactionStart::ReactionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_ReleaseShield \ static_assert(alignof(EnemyAIComponent_ReleaseShield) == 0x000008, "Wrong alignment on EnemyAIComponent_ReleaseShield"); \ static_assert(sizeof(EnemyAIComponent_ReleaseShield) == 0x000010, "Wrong size on EnemyAIComponent_ReleaseShield"); \ static_assert(offsetof(EnemyAIComponent_ReleaseShield, InShieldPtr) == 0x000000, "Member 'EnemyAIComponent_ReleaseShield::InShieldPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_ReleaseShield, bSetDropVel) == 0x000008, "Member 'EnemyAIComponent_ReleaseShield::bSetDropVel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_ReleaseSpellCaster \ static_assert(alignof(EnemyAIComponent_ReleaseSpellCaster) == 0x000008, "Wrong alignment on EnemyAIComponent_ReleaseSpellCaster"); \ static_assert(sizeof(EnemyAIComponent_ReleaseSpellCaster) == 0x000008, "Wrong size on EnemyAIComponent_ReleaseSpellCaster"); \ static_assert(offsetof(EnemyAIComponent_ReleaseSpellCaster, InSpellCasterPtr) == 0x000000, "Member 'EnemyAIComponent_ReleaseSpellCaster::InSpellCasterPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_ReleaseWeapon \ static_assert(alignof(EnemyAIComponent_ReleaseWeapon) == 0x000008, "Wrong alignment on EnemyAIComponent_ReleaseWeapon"); \ static_assert(sizeof(EnemyAIComponent_ReleaseWeapon) == 0x000010, "Wrong size on EnemyAIComponent_ReleaseWeapon"); \ static_assert(offsetof(EnemyAIComponent_ReleaseWeapon, InWeaponPtr) == 0x000000, "Member 'EnemyAIComponent_ReleaseWeapon::InWeaponPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_ReleaseWeapon, bForceDestroy) == 0x000008, "Member 'EnemyAIComponent_ReleaseWeapon::bForceDestroy' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_ReleaseWeapon, bSetDropVel) == 0x000009, "Member 'EnemyAIComponent_ReleaseWeapon::bSetDropVel' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_ReleaseWeapon, bIsThrown) == 0x00000A, "Member 'EnemyAIComponent_ReleaseWeapon::bIsThrown' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_ReleaseWeapon, bForceDrop) == 0x00000B, "Member 'EnemyAIComponent_ReleaseWeapon::bForceDrop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_ResetAttack \ static_assert(alignof(EnemyAIComponent_ResetAttack) == 0x000001, "Wrong alignment on EnemyAIComponent_ResetAttack"); \ static_assert(sizeof(EnemyAIComponent_ResetAttack) == 0x000001, "Wrong size on EnemyAIComponent_ResetAttack"); \ static_assert(offsetof(EnemyAIComponent_ResetAttack, InResetSource) == 0x000000, "Member 'EnemyAIComponent_ResetAttack::InResetSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_RotateToLoc \ static_assert(alignof(EnemyAIComponent_RotateToLoc) == 0x000004, "Wrong alignment on EnemyAIComponent_RotateToLoc"); \ static_assert(sizeof(EnemyAIComponent_RotateToLoc) == 0x00000C, "Wrong size on EnemyAIComponent_RotateToLoc"); \ static_assert(offsetof(EnemyAIComponent_RotateToLoc, Loc) == 0x000000, "Member 'EnemyAIComponent_RotateToLoc::Loc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SendMunitionImpact \ static_assert(alignof(EnemyAIComponent_SendMunitionImpact) == 0x000008, "Wrong alignment on EnemyAIComponent_SendMunitionImpact"); \ static_assert(sizeof(EnemyAIComponent_SendMunitionImpact) == 0x0000D0, "Wrong size on EnemyAIComponent_SendMunitionImpact"); \ static_assert(offsetof(EnemyAIComponent_SendMunitionImpact, HitResult) == 0x000000, "Member 'EnemyAIComponent_SendMunitionImpact::HitResult' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SendMunitionImpact, pVictim) == 0x000088, "Member 'EnemyAIComponent_SendMunitionImpact::pVictim' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SendMunitionImpact, pOriginator) == 0x000090, "Member 'EnemyAIComponent_SendMunitionImpact::pOriginator' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SendMunitionImpact, pMunitionDataAsset) == 0x000098, "Member 'EnemyAIComponent_SendMunitionImpact::pMunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SendMunitionImpact, InMunitionImpactType) == 0x0000A0, "Member 'EnemyAIComponent_SendMunitionImpact::InMunitionImpactType' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SendMunitionImpact, InMunitionTagContainer) == 0x0000A8, "Member 'EnemyAIComponent_SendMunitionImpact::InMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SendMunitionImpact, bForceUnblockable) == 0x0000C8, "Member 'EnemyAIComponent_SendMunitionImpact::bForceUnblockable' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SendMunitionImpact, ReturnValue) == 0x0000CC, "Member 'EnemyAIComponent_SendMunitionImpact::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetAlertMode \ static_assert(alignof(EnemyAIComponent_SetAlertMode) == 0x000008, "Wrong alignment on EnemyAIComponent_SetAlertMode"); \ static_assert(sizeof(EnemyAIComponent_SetAlertMode) == 0x000008, "Wrong size on EnemyAIComponent_SetAlertMode"); \ static_assert(offsetof(EnemyAIComponent_SetAlertMode, pTarget) == 0x000000, "Member 'EnemyAIComponent_SetAlertMode::pTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetAllowProtegoToInterruptAttack \ static_assert(alignof(EnemyAIComponent_SetAllowProtegoToInterruptAttack) == 0x000001, "Wrong alignment on EnemyAIComponent_SetAllowProtegoToInterruptAttack"); \ static_assert(sizeof(EnemyAIComponent_SetAllowProtegoToInterruptAttack) == 0x000001, "Wrong size on EnemyAIComponent_SetAllowProtegoToInterruptAttack"); \ static_assert(offsetof(EnemyAIComponent_SetAllowProtegoToInterruptAttack, bAllowProtegoInterrupt) == 0x000000, "Member 'EnemyAIComponent_SetAllowProtegoToInterruptAttack::bAllowProtegoInterrupt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetAlwaysAccurate \ static_assert(alignof(EnemyAIComponent_SetAlwaysAccurate) == 0x000001, "Wrong alignment on EnemyAIComponent_SetAlwaysAccurate"); \ static_assert(sizeof(EnemyAIComponent_SetAlwaysAccurate) == 0x000001, "Wrong size on EnemyAIComponent_SetAlwaysAccurate"); \ static_assert(offsetof(EnemyAIComponent_SetAlwaysAccurate, bAlways) == 0x000000, "Member 'EnemyAIComponent_SetAlwaysAccurate::bAlways' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetAlwaysInRange \ static_assert(alignof(EnemyAIComponent_SetAlwaysInRange) == 0x000001, "Wrong alignment on EnemyAIComponent_SetAlwaysInRange"); \ static_assert(sizeof(EnemyAIComponent_SetAlwaysInRange) == 0x000001, "Wrong size on EnemyAIComponent_SetAlwaysInRange"); \ static_assert(offsetof(EnemyAIComponent_SetAlwaysInRange, bAlways) == 0x000000, "Member 'EnemyAIComponent_SetAlwaysInRange::bAlways' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetAlwaysMyTurn \ static_assert(alignof(EnemyAIComponent_SetAlwaysMyTurn) == 0x000001, "Wrong alignment on EnemyAIComponent_SetAlwaysMyTurn"); \ static_assert(sizeof(EnemyAIComponent_SetAlwaysMyTurn) == 0x000001, "Wrong size on EnemyAIComponent_SetAlwaysMyTurn"); \ static_assert(offsetof(EnemyAIComponent_SetAlwaysMyTurn, bInAlwaysMyTurn) == 0x000000, "Member 'EnemyAIComponent_SetAlwaysMyTurn::bInAlwaysMyTurn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetAttackCollisionType \ static_assert(alignof(EnemyAIComponent_SetAttackCollisionType) == 0x000001, "Wrong alignment on EnemyAIComponent_SetAttackCollisionType"); \ static_assert(sizeof(EnemyAIComponent_SetAttackCollisionType) == 0x000001, "Wrong size on EnemyAIComponent_SetAttackCollisionType"); \ static_assert(offsetof(EnemyAIComponent_SetAttackCollisionType, InCollisionType) == 0x000000, "Member 'EnemyAIComponent_SetAttackCollisionType::InCollisionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetAttackExitAsSoonAsFired \ static_assert(alignof(EnemyAIComponent_SetAttackExitAsSoonAsFired) == 0x000001, "Wrong alignment on EnemyAIComponent_SetAttackExitAsSoonAsFired"); \ static_assert(sizeof(EnemyAIComponent_SetAttackExitAsSoonAsFired) == 0x000001, "Wrong size on EnemyAIComponent_SetAttackExitAsSoonAsFired"); \ static_assert(offsetof(EnemyAIComponent_SetAttackExitAsSoonAsFired, bExit) == 0x000000, "Member 'EnemyAIComponent_SetAttackExitAsSoonAsFired::bExit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetAttackingState \ static_assert(alignof(EnemyAIComponent_SetAttackingState) == 0x000001, "Wrong alignment on EnemyAIComponent_SetAttackingState"); \ static_assert(sizeof(EnemyAIComponent_SetAttackingState) == 0x000001, "Wrong size on EnemyAIComponent_SetAttackingState"); \ static_assert(offsetof(EnemyAIComponent_SetAttackingState, InState) == 0x000000, "Member 'EnemyAIComponent_SetAttackingState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetAttackLocation \ static_assert(alignof(EnemyAIComponent_SetAttackLocation) == 0x000004, "Wrong alignment on EnemyAIComponent_SetAttackLocation"); \ static_assert(sizeof(EnemyAIComponent_SetAttackLocation) == 0x00000C, "Wrong size on EnemyAIComponent_SetAttackLocation"); \ static_assert(offsetof(EnemyAIComponent_SetAttackLocation, InLocation) == 0x000000, "Member 'EnemyAIComponent_SetAttackLocation::InLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetAttackMode \ static_assert(alignof(EnemyAIComponent_SetAttackMode) == 0x000008, "Wrong alignment on EnemyAIComponent_SetAttackMode"); \ static_assert(sizeof(EnemyAIComponent_SetAttackMode) == 0x000008, "Wrong size on EnemyAIComponent_SetAttackMode"); \ static_assert(offsetof(EnemyAIComponent_SetAttackMode, pTarget) == 0x000000, "Member 'EnemyAIComponent_SetAttackMode::pTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetAttackWithoutRestrictions \ static_assert(alignof(EnemyAIComponent_SetAttackWithoutRestrictions) == 0x000001, "Wrong alignment on EnemyAIComponent_SetAttackWithoutRestrictions"); \ static_assert(sizeof(EnemyAIComponent_SetAttackWithoutRestrictions) == 0x000001, "Wrong size on EnemyAIComponent_SetAttackWithoutRestrictions"); \ static_assert(offsetof(EnemyAIComponent_SetAttackWithoutRestrictions, bInWithoutRestrictions) == 0x000000, "Member 'EnemyAIComponent_SetAttackWithoutRestrictions::bInWithoutRestrictions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetCanAttack \ static_assert(alignof(EnemyAIComponent_SetCanAttack) == 0x000001, "Wrong alignment on EnemyAIComponent_SetCanAttack"); \ static_assert(sizeof(EnemyAIComponent_SetCanAttack) == 0x000001, "Wrong size on EnemyAIComponent_SetCanAttack"); \ static_assert(offsetof(EnemyAIComponent_SetCanAttack, canAttack) == 0x000000, "Member 'EnemyAIComponent_SetCanAttack::canAttack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetCantMoveDuringAttack \ static_assert(alignof(EnemyAIComponent_SetCantMoveDuringAttack) == 0x000001, "Wrong alignment on EnemyAIComponent_SetCantMoveDuringAttack"); \ static_assert(sizeof(EnemyAIComponent_SetCantMoveDuringAttack) == 0x000001, "Wrong size on EnemyAIComponent_SetCantMoveDuringAttack"); \ static_assert(offsetof(EnemyAIComponent_SetCantMoveDuringAttack, disableMove) == 0x000000, "Member 'EnemyAIComponent_SetCantMoveDuringAttack::disableMove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetCustomAttackData \ static_assert(alignof(EnemyAIComponent_SetCustomAttackData) == 0x000008, "Wrong alignment on EnemyAIComponent_SetCustomAttackData"); \ static_assert(sizeof(EnemyAIComponent_SetCustomAttackData) == 0x000010, "Wrong size on EnemyAIComponent_SetCustomAttackData"); \ static_assert(offsetof(EnemyAIComponent_SetCustomAttackData, InCustAttackPtr) == 0x000000, "Member 'EnemyAIComponent_SetCustomAttackData::InCustAttackPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SetCustomAttackData, InCustTarget) == 0x000008, "Member 'EnemyAIComponent_SetCustomAttackData::InCustTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetDamagedEvent \ static_assert(alignof(EnemyAIComponent_SetDamagedEvent) == 0x000008, "Wrong alignment on EnemyAIComponent_SetDamagedEvent"); \ static_assert(sizeof(EnemyAIComponent_SetDamagedEvent) == 0x000010, "Wrong size on EnemyAIComponent_SetDamagedEvent"); \ static_assert(offsetof(EnemyAIComponent_SetDamagedEvent, InAmount) == 0x000000, "Member 'EnemyAIComponent_SetDamagedEvent::InAmount' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SetDamagedEvent, Instigator) == 0x000008, "Member 'EnemyAIComponent_SetDamagedEvent::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetDeadEvent \ static_assert(alignof(EnemyAIComponent_SetDeadEvent) == 0x000008, "Wrong alignment on EnemyAIComponent_SetDeadEvent"); \ static_assert(sizeof(EnemyAIComponent_SetDeadEvent) == 0x000008, "Wrong size on EnemyAIComponent_SetDeadEvent"); \ static_assert(offsetof(EnemyAIComponent_SetDeadEvent, Instigator) == 0x000000, "Member 'EnemyAIComponent_SetDeadEvent::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetForceIntoAttackTAS \ static_assert(alignof(EnemyAIComponent_SetForceIntoAttackTAS) == 0x000001, "Wrong alignment on EnemyAIComponent_SetForceIntoAttackTAS"); \ static_assert(sizeof(EnemyAIComponent_SetForceIntoAttackTAS) == 0x000001, "Wrong size on EnemyAIComponent_SetForceIntoAttackTAS"); \ static_assert(offsetof(EnemyAIComponent_SetForceIntoAttackTAS, bForce) == 0x000000, "Member 'EnemyAIComponent_SetForceIntoAttackTAS::bForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetGameChangerForm \ static_assert(alignof(EnemyAIComponent_SetGameChangerForm) == 0x000008, "Wrong alignment on EnemyAIComponent_SetGameChangerForm"); \ static_assert(sizeof(EnemyAIComponent_SetGameChangerForm) == 0x000008, "Wrong size on EnemyAIComponent_SetGameChangerForm"); \ static_assert(offsetof(EnemyAIComponent_SetGameChangerForm, inGameChangerForm) == 0x000000, "Member 'EnemyAIComponent_SetGameChangerForm::inGameChangerForm' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetGameChangerObjectName \ static_assert(alignof(EnemyAIComponent_SetGameChangerObjectName) == 0x000008, "Wrong alignment on EnemyAIComponent_SetGameChangerObjectName"); \ static_assert(sizeof(EnemyAIComponent_SetGameChangerObjectName) == 0x000010, "Wrong size on EnemyAIComponent_SetGameChangerObjectName"); \ static_assert(offsetof(EnemyAIComponent_SetGameChangerObjectName, inObjectName) == 0x000000, "Member 'EnemyAIComponent_SetGameChangerObjectName::inObjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetGameChangerState \ static_assert(alignof(EnemyAIComponent_SetGameChangerState) == 0x000001, "Wrong alignment on EnemyAIComponent_SetGameChangerState"); \ static_assert(sizeof(EnemyAIComponent_SetGameChangerState) == 0x000001, "Wrong size on EnemyAIComponent_SetGameChangerState"); \ static_assert(offsetof(EnemyAIComponent_SetGameChangerState, InState) == 0x000000, "Member 'EnemyAIComponent_SetGameChangerState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetIgnoreAttackCorridors \ static_assert(alignof(EnemyAIComponent_SetIgnoreAttackCorridors) == 0x000001, "Wrong alignment on EnemyAIComponent_SetIgnoreAttackCorridors"); \ static_assert(sizeof(EnemyAIComponent_SetIgnoreAttackCorridors) == 0x000001, "Wrong size on EnemyAIComponent_SetIgnoreAttackCorridors"); \ static_assert(offsetof(EnemyAIComponent_SetIgnoreAttackCorridors, bIgnore) == 0x000000, "Member 'EnemyAIComponent_SetIgnoreAttackCorridors::bIgnore' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetInAttackWindow \ static_assert(alignof(EnemyAIComponent_SetInAttackWindow) == 0x000001, "Wrong alignment on EnemyAIComponent_SetInAttackWindow"); \ static_assert(sizeof(EnemyAIComponent_SetInAttackWindow) == 0x000001, "Wrong size on EnemyAIComponent_SetInAttackWindow"); \ static_assert(offsetof(EnemyAIComponent_SetInAttackWindow, bin) == 0x000000, "Member 'EnemyAIComponent_SetInAttackWindow::bin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetNewAlertUIData \ static_assert(alignof(EnemyAIComponent_SetNewAlertUIData) == 0x000004, "Wrong alignment on EnemyAIComponent_SetNewAlertUIData"); \ static_assert(sizeof(EnemyAIComponent_SetNewAlertUIData) == 0x00000C, "Wrong size on EnemyAIComponent_SetNewAlertUIData"); \ static_assert(offsetof(EnemyAIComponent_SetNewAlertUIData, NewShowUI) == 0x000000, "Member 'EnemyAIComponent_SetNewAlertUIData::NewShowUI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetNoAttackExecuteCooldown \ static_assert(alignof(EnemyAIComponent_SetNoAttackExecuteCooldown) == 0x000001, "Wrong alignment on EnemyAIComponent_SetNoAttackExecuteCooldown"); \ static_assert(sizeof(EnemyAIComponent_SetNoAttackExecuteCooldown) == 0x000001, "Wrong size on EnemyAIComponent_SetNoAttackExecuteCooldown"); \ static_assert(offsetof(EnemyAIComponent_SetNoAttackExecuteCooldown, bNo) == 0x000000, "Member 'EnemyAIComponent_SetNoAttackExecuteCooldown::bNo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetNoAttackSelectCooldown \ static_assert(alignof(EnemyAIComponent_SetNoAttackSelectCooldown) == 0x000001, "Wrong alignment on EnemyAIComponent_SetNoAttackSelectCooldown"); \ static_assert(sizeof(EnemyAIComponent_SetNoAttackSelectCooldown) == 0x000001, "Wrong size on EnemyAIComponent_SetNoAttackSelectCooldown"); \ static_assert(offsetof(EnemyAIComponent_SetNoAttackSelectCooldown, bNo) == 0x000000, "Member 'EnemyAIComponent_SetNoAttackSelectCooldown::bNo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetPathMode \ static_assert(alignof(EnemyAIComponent_SetPathMode) == 0x000008, "Wrong alignment on EnemyAIComponent_SetPathMode"); \ static_assert(sizeof(EnemyAIComponent_SetPathMode) == 0x000008, "Wrong size on EnemyAIComponent_SetPathMode"); \ static_assert(offsetof(EnemyAIComponent_SetPathMode, pPathNode) == 0x000000, "Member 'EnemyAIComponent_SetPathMode::pPathNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetPlayProtegoDeflection \ static_assert(alignof(EnemyAIComponent_SetPlayProtegoDeflection) == 0x000001, "Wrong alignment on EnemyAIComponent_SetPlayProtegoDeflection"); \ static_assert(sizeof(EnemyAIComponent_SetPlayProtegoDeflection) == 0x000001, "Wrong size on EnemyAIComponent_SetPlayProtegoDeflection"); \ static_assert(offsetof(EnemyAIComponent_SetPlayProtegoDeflection, bPlay) == 0x000000, "Member 'EnemyAIComponent_SetPlayProtegoDeflection::bPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetShield \ static_assert(alignof(EnemyAIComponent_SetShield) == 0x000008, "Wrong alignment on EnemyAIComponent_SetShield"); \ static_assert(sizeof(EnemyAIComponent_SetShield) == 0x000008, "Wrong size on EnemyAIComponent_SetShield"); \ static_assert(offsetof(EnemyAIComponent_SetShield, InShieldPtr) == 0x000000, "Member 'EnemyAIComponent_SetShield::InShieldPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetShieldSpellDeflectionIfEquipped \ static_assert(alignof(EnemyAIComponent_SetShieldSpellDeflectionIfEquipped) == 0x000001, "Wrong alignment on EnemyAIComponent_SetShieldSpellDeflectionIfEquipped"); \ static_assert(sizeof(EnemyAIComponent_SetShieldSpellDeflectionIfEquipped) == 0x000001, "Wrong size on EnemyAIComponent_SetShieldSpellDeflectionIfEquipped"); \ static_assert(offsetof(EnemyAIComponent_SetShieldSpellDeflectionIfEquipped, bShouldDeflect) == 0x000000, "Member 'EnemyAIComponent_SetShieldSpellDeflectionIfEquipped::bShouldDeflect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetShieldToAcquire \ static_assert(alignof(EnemyAIComponent_SetShieldToAcquire) == 0x000008, "Wrong alignment on EnemyAIComponent_SetShieldToAcquire"); \ static_assert(sizeof(EnemyAIComponent_SetShieldToAcquire) == 0x000008, "Wrong size on EnemyAIComponent_SetShieldToAcquire"); \ static_assert(offsetof(EnemyAIComponent_SetShieldToAcquire, InShieldPtr) == 0x000000, "Member 'EnemyAIComponent_SetShieldToAcquire::InShieldPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetShowOnOffShieldEffects \ static_assert(alignof(EnemyAIComponent_SetShowOnOffShieldEffects) == 0x000001, "Wrong alignment on EnemyAIComponent_SetShowOnOffShieldEffects"); \ static_assert(sizeof(EnemyAIComponent_SetShowOnOffShieldEffects) == 0x000001, "Wrong size on EnemyAIComponent_SetShowOnOffShieldEffects"); \ static_assert(offsetof(EnemyAIComponent_SetShowOnOffShieldEffects, bShowShieldEffects) == 0x000000, "Member 'EnemyAIComponent_SetShowOnOffShieldEffects::bShowShieldEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetShowShieldWhenHit \ static_assert(alignof(EnemyAIComponent_SetShowShieldWhenHit) == 0x000001, "Wrong alignment on EnemyAIComponent_SetShowShieldWhenHit"); \ static_assert(sizeof(EnemyAIComponent_SetShowShieldWhenHit) == 0x000001, "Wrong size on EnemyAIComponent_SetShowShieldWhenHit"); \ static_assert(offsetof(EnemyAIComponent_SetShowShieldWhenHit, bShowWhenHit) == 0x000000, "Member 'EnemyAIComponent_SetShowShieldWhenHit::bShowWhenHit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetSpellCaster \ static_assert(alignof(EnemyAIComponent_SetSpellCaster) == 0x000008, "Wrong alignment on EnemyAIComponent_SetSpellCaster"); \ static_assert(sizeof(EnemyAIComponent_SetSpellCaster) == 0x000008, "Wrong size on EnemyAIComponent_SetSpellCaster"); \ static_assert(offsetof(EnemyAIComponent_SetSpellCaster, InSpellCaster) == 0x000000, "Member 'EnemyAIComponent_SetSpellCaster::InSpellCaster' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetTASEnabled \ static_assert(alignof(EnemyAIComponent_SetTASEnabled) == 0x000001, "Wrong alignment on EnemyAIComponent_SetTASEnabled"); \ static_assert(sizeof(EnemyAIComponent_SetTASEnabled) == 0x000001, "Wrong size on EnemyAIComponent_SetTASEnabled"); \ static_assert(offsetof(EnemyAIComponent_SetTASEnabled, inEnabled) == 0x000000, "Member 'EnemyAIComponent_SetTASEnabled::inEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetToDie \ static_assert(alignof(EnemyAIComponent_SetToDie) == 0x000008, "Wrong alignment on EnemyAIComponent_SetToDie"); \ static_assert(sizeof(EnemyAIComponent_SetToDie) == 0x000010, "Wrong size on EnemyAIComponent_SetToDie"); \ static_assert(offsetof(EnemyAIComponent_SetToDie, InstigatorPtr) == 0x000000, "Member 'EnemyAIComponent_SetToDie::InstigatorPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SetToDie, InMunitionDataAssetPtr) == 0x000008, "Member 'EnemyAIComponent_SetToDie::InMunitionDataAssetPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetUnblockableTags \ static_assert(alignof(EnemyAIComponent_SetUnblockableTags) == 0x000008, "Wrong alignment on EnemyAIComponent_SetUnblockableTags"); \ static_assert(sizeof(EnemyAIComponent_SetUnblockableTags) == 0x000030, "Wrong size on EnemyAIComponent_SetUnblockableTags"); \ static_assert(offsetof(EnemyAIComponent_SetUnblockableTags, InOutTagContainer) == 0x000000, "Member 'EnemyAIComponent_SetUnblockableTags::InOutTagContainer' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SetUnblockableTags, attackDataPtr) == 0x000020, "Member 'EnemyAIComponent_SetUnblockableTags::attackDataPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SetUnblockableTags, bForceUnblockable) == 0x000028, "Member 'EnemyAIComponent_SetUnblockableTags::bForceUnblockable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SetWeapon \ static_assert(alignof(EnemyAIComponent_SetWeapon) == 0x000008, "Wrong alignment on EnemyAIComponent_SetWeapon"); \ static_assert(sizeof(EnemyAIComponent_SetWeapon) == 0x000008, "Wrong size on EnemyAIComponent_SetWeapon"); \ static_assert(offsetof(EnemyAIComponent_SetWeapon, InWeaponPtr) == 0x000000, "Member 'EnemyAIComponent_SetWeapon::InWeaponPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SpawnChild_BP \ static_assert(alignof(EnemyAIComponent_SpawnChild_BP) == 0x000010, "Wrong alignment on EnemyAIComponent_SpawnChild_BP"); \ static_assert(sizeof(EnemyAIComponent_SpawnChild_BP) == 0x000070, "Wrong size on EnemyAIComponent_SpawnChild_BP"); \ static_assert(offsetof(EnemyAIComponent_SpawnChild_BP, ObjectToSpawn) == 0x000000, "Member 'EnemyAIComponent_SpawnChild_BP::ObjectToSpawn' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SpawnChild_BP, InSpawnType) == 0x000010, "Member 'EnemyAIComponent_SpawnChild_BP::InSpawnType' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SpawnChild_BP, TeamName) == 0x000018, "Member 'EnemyAIComponent_SpawnChild_BP::TeamName' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SpawnChild_BP, SpawnTransform) == 0x000030, "Member 'EnemyAIComponent_SpawnChild_BP::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SpawnChild_BP, ReturnValue) == 0x000060, "Member 'EnemyAIComponent_SpawnChild_BP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SpawnWeapon \ static_assert(alignof(EnemyAIComponent_SpawnWeapon) == 0x000008, "Wrong alignment on EnemyAIComponent_SpawnWeapon"); \ static_assert(sizeof(EnemyAIComponent_SpawnWeapon) == 0x000010, "Wrong size on EnemyAIComponent_SpawnWeapon"); \ static_assert(offsetof(EnemyAIComponent_SpawnWeapon, SpawnWeaponClass) == 0x000000, "Member 'EnemyAIComponent_SpawnWeapon::SpawnWeaponClass' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SpawnWeapon, ReturnValue) == 0x000008, "Member 'EnemyAIComponent_SpawnWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SplineSpawnArrivedEvent \ static_assert(alignof(EnemyAIComponent_SplineSpawnArrivedEvent) == 0x000008, "Wrong alignment on EnemyAIComponent_SplineSpawnArrivedEvent"); \ static_assert(sizeof(EnemyAIComponent_SplineSpawnArrivedEvent) == 0x000018, "Wrong size on EnemyAIComponent_SplineSpawnArrivedEvent"); \ static_assert(offsetof(EnemyAIComponent_SplineSpawnArrivedEvent, InApparateActor) == 0x000000, "Member 'EnemyAIComponent_SplineSpawnArrivedEvent::InApparateActor' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_SplineSpawnArrivedEvent, InLoc) == 0x000008, "Member 'EnemyAIComponent_SplineSpawnArrivedEvent::InLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_SplineSpawnDoneEvent \ static_assert(alignof(EnemyAIComponent_SplineSpawnDoneEvent) == 0x000008, "Wrong alignment on EnemyAIComponent_SplineSpawnDoneEvent"); \ static_assert(sizeof(EnemyAIComponent_SplineSpawnDoneEvent) == 0x000008, "Wrong size on EnemyAIComponent_SplineSpawnDoneEvent"); \ static_assert(offsetof(EnemyAIComponent_SplineSpawnDoneEvent, InApparateActor) == 0x000000, "Member 'EnemyAIComponent_SplineSpawnDoneEvent::InApparateActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_StartAttack \ static_assert(alignof(EnemyAIComponent_StartAttack) == 0x000001, "Wrong alignment on EnemyAIComponent_StartAttack"); \ static_assert(sizeof(EnemyAIComponent_StartAttack) == 0x000001, "Wrong size on EnemyAIComponent_StartAttack"); \ static_assert(offsetof(EnemyAIComponent_StartAttack, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_StartAttack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_StopCastSpell \ static_assert(alignof(EnemyAIComponent_StopCastSpell) == 0x000008, "Wrong alignment on EnemyAIComponent_StopCastSpell"); \ static_assert(sizeof(EnemyAIComponent_StopCastSpell) == 0x000008, "Wrong size on EnemyAIComponent_StopCastSpell"); \ static_assert(offsetof(EnemyAIComponent_StopCastSpell, SpellToolRecord) == 0x000000, "Member 'EnemyAIComponent_StopCastSpell::SpellToolRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_StoreWeapon \ static_assert(alignof(EnemyAIComponent_StoreWeapon) == 0x000008, "Wrong alignment on EnemyAIComponent_StoreWeapon"); \ static_assert(sizeof(EnemyAIComponent_StoreWeapon) == 0x000010, "Wrong size on EnemyAIComponent_StoreWeapon"); \ static_assert(offsetof(EnemyAIComponent_StoreWeapon, InWeaponPtr) == 0x000000, "Member 'EnemyAIComponent_StoreWeapon::InWeaponPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_StoreWeapon, ReturnValue) == 0x000008, "Member 'EnemyAIComponent_StoreWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_TrackMeleePoints \ static_assert(alignof(EnemyAIComponent_TrackMeleePoints) == 0x000004, "Wrong alignment on EnemyAIComponent_TrackMeleePoints"); \ static_assert(sizeof(EnemyAIComponent_TrackMeleePoints) == 0x00000C, "Wrong size on EnemyAIComponent_TrackMeleePoints"); \ static_assert(offsetof(EnemyAIComponent_TrackMeleePoints, InMeleeLoc) == 0x000000, "Member 'EnemyAIComponent_TrackMeleePoints::InMeleeLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_UpdateFacingToLoc \ static_assert(alignof(EnemyAIComponent_UpdateFacingToLoc) == 0x000008, "Wrong alignment on EnemyAIComponent_UpdateFacingToLoc"); \ static_assert(sizeof(EnemyAIComponent_UpdateFacingToLoc) == 0x000020, "Wrong size on EnemyAIComponent_UpdateFacingToLoc"); \ static_assert(offsetof(EnemyAIComponent_UpdateFacingToLoc, Loc) == 0x000000, "Member 'EnemyAIComponent_UpdateFacingToLoc::Loc' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_UpdateFacingToLoc, CurvePtr) == 0x000010, "Member 'EnemyAIComponent_UpdateFacingToLoc::CurvePtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_UpdateFacingToLoc, InterpSpeed) == 0x000018, "Member 'EnemyAIComponent_UpdateFacingToLoc::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_UpdateFacingToLoc, DeltaTime) == 0x00001C, "Member 'EnemyAIComponent_UpdateFacingToLoc::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_UpdateFollowSpline \ static_assert(alignof(EnemyAIComponent_UpdateFollowSpline) == 0x000004, "Wrong alignment on EnemyAIComponent_UpdateFollowSpline"); \ static_assert(sizeof(EnemyAIComponent_UpdateFollowSpline) == 0x000008, "Wrong size on EnemyAIComponent_UpdateFollowSpline"); \ static_assert(offsetof(EnemyAIComponent_UpdateFollowSpline, DeltaTime) == 0x000000, "Member 'EnemyAIComponent_UpdateFollowSpline::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_UpdateFollowSpline, ReturnValue) == 0x000004, "Member 'EnemyAIComponent_UpdateFollowSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_UpdateHealthRTPCCallback \ static_assert(alignof(EnemyAIComponent_UpdateHealthRTPCCallback) == 0x000008, "Wrong alignment on EnemyAIComponent_UpdateHealthRTPCCallback"); \ static_assert(sizeof(EnemyAIComponent_UpdateHealthRTPCCallback) == 0x000010, "Wrong size on EnemyAIComponent_UpdateHealthRTPCCallback"); \ static_assert(offsetof(EnemyAIComponent_UpdateHealthRTPCCallback, InActor) == 0x000000, "Member 'EnemyAIComponent_UpdateHealthRTPCCallback::InActor' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_UpdateHealthRTPCCallback, Delta) == 0x000008, "Member 'EnemyAIComponent_UpdateHealthRTPCCallback::Delta' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_UpdateHealthRTPCCallback, bIndicateHUD) == 0x00000C, "Member 'EnemyAIComponent_UpdateHealthRTPCCallback::bIndicateHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_WaitForAbility \ static_assert(alignof(EnemyAIComponent_WaitForAbility) == 0x000004, "Wrong alignment on EnemyAIComponent_WaitForAbility"); \ static_assert(sizeof(EnemyAIComponent_WaitForAbility) == 0x00000C, "Wrong size on EnemyAIComponent_WaitForAbility"); \ static_assert(offsetof(EnemyAIComponent_WaitForAbility, InWaitForState) == 0x000000, "Member 'EnemyAIComponent_WaitForAbility::InWaitForState' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_WaitForAbility, DeltaTime) == 0x000004, "Member 'EnemyAIComponent_WaitForAbility::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_WaitForAbility, ReturnValue) == 0x000008, "Member 'EnemyAIComponent_WaitForAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_WaitForCreatureStance \ static_assert(alignof(EnemyAIComponent_WaitForCreatureStance) == 0x000004, "Wrong alignment on EnemyAIComponent_WaitForCreatureStance"); \ static_assert(sizeof(EnemyAIComponent_WaitForCreatureStance) == 0x00000C, "Wrong size on EnemyAIComponent_WaitForCreatureStance"); \ static_assert(offsetof(EnemyAIComponent_WaitForCreatureStance, InWaitForStance) == 0x000000, "Member 'EnemyAIComponent_WaitForCreatureStance::InWaitForStance' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_WaitForCreatureStance, bWaitForStationary) == 0x000001, "Member 'EnemyAIComponent_WaitForCreatureStance::bWaitForStationary' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_WaitForCreatureStance, DeltaTime) == 0x000004, "Member 'EnemyAIComponent_WaitForCreatureStance::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_WaitForCreatureStance, ReturnValue) == 0x000008, "Member 'EnemyAIComponent_WaitForCreatureStance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_CanAnyStoredWeaponBeThrown \ static_assert(alignof(EnemyAIComponent_CanAnyStoredWeaponBeThrown) == 0x000001, "Wrong alignment on EnemyAIComponent_CanAnyStoredWeaponBeThrown"); \ static_assert(sizeof(EnemyAIComponent_CanAnyStoredWeaponBeThrown) == 0x000001, "Wrong size on EnemyAIComponent_CanAnyStoredWeaponBeThrown"); \ static_assert(offsetof(EnemyAIComponent_CanAnyStoredWeaponBeThrown, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_CanAnyStoredWeaponBeThrown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_CanStoreWeapon \ static_assert(alignof(EnemyAIComponent_CanStoreWeapon) == 0x000008, "Wrong alignment on EnemyAIComponent_CanStoreWeapon"); \ static_assert(sizeof(EnemyAIComponent_CanStoreWeapon) == 0x000010, "Wrong size on EnemyAIComponent_CanStoreWeapon"); \ static_assert(offsetof(EnemyAIComponent_CanStoreWeapon, InWeaponPtr) == 0x000000, "Member 'EnemyAIComponent_CanStoreWeapon::InWeaponPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_CanStoreWeapon, ReturnValue) == 0x000008, "Member 'EnemyAIComponent_CanStoreWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_FindAvailableStoredWeaponSocket \ static_assert(alignof(EnemyAIComponent_FindAvailableStoredWeaponSocket) == 0x000008, "Wrong alignment on EnemyAIComponent_FindAvailableStoredWeaponSocket"); \ static_assert(sizeof(EnemyAIComponent_FindAvailableStoredWeaponSocket) == 0x000018, "Wrong size on EnemyAIComponent_FindAvailableStoredWeaponSocket"); \ static_assert(offsetof(EnemyAIComponent_FindAvailableStoredWeaponSocket, InWeaponPtr) == 0x000000, "Member 'EnemyAIComponent_FindAvailableStoredWeaponSocket::InWeaponPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_FindAvailableStoredWeaponSocket, OutSocketName) == 0x000008, "Member 'EnemyAIComponent_FindAvailableStoredWeaponSocket::OutSocketName' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_FindAvailableStoredWeaponSocket, ReturnValue) == 0x000010, "Member 'EnemyAIComponent_FindAvailableStoredWeaponSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetAlert \ static_assert(alignof(EnemyAIComponent_GetAlert) == 0x000004, "Wrong alignment on EnemyAIComponent_GetAlert"); \ static_assert(sizeof(EnemyAIComponent_GetAlert) == 0x000008, "Wrong size on EnemyAIComponent_GetAlert"); \ static_assert(offsetof(EnemyAIComponent_GetAlert, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetAlert::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetAttackCollisionType \ static_assert(alignof(EnemyAIComponent_GetAttackCollisionType) == 0x000001, "Wrong alignment on EnemyAIComponent_GetAttackCollisionType"); \ static_assert(sizeof(EnemyAIComponent_GetAttackCollisionType) == 0x000001, "Wrong size on EnemyAIComponent_GetAttackCollisionType"); \ static_assert(offsetof(EnemyAIComponent_GetAttackCollisionType, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetAttackCollisionType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetAttackLocation \ static_assert(alignof(EnemyAIComponent_GetAttackLocation) == 0x000004, "Wrong alignment on EnemyAIComponent_GetAttackLocation"); \ static_assert(sizeof(EnemyAIComponent_GetAttackLocation) == 0x00000C, "Wrong size on EnemyAIComponent_GetAttackLocation"); \ static_assert(offsetof(EnemyAIComponent_GetAttackLocation, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetAttackLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetAttackState \ static_assert(alignof(EnemyAIComponent_GetAttackState) == 0x000001, "Wrong alignment on EnemyAIComponent_GetAttackState"); \ static_assert(sizeof(EnemyAIComponent_GetAttackState) == 0x000001, "Wrong size on EnemyAIComponent_GetAttackState"); \ static_assert(offsetof(EnemyAIComponent_GetAttackState, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetAttackState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetAttackUpdateState \ static_assert(alignof(EnemyAIComponent_GetAttackUpdateState) == 0x000001, "Wrong alignment on EnemyAIComponent_GetAttackUpdateState"); \ static_assert(sizeof(EnemyAIComponent_GetAttackUpdateState) == 0x000001, "Wrong size on EnemyAIComponent_GetAttackUpdateState"); \ static_assert(offsetof(EnemyAIComponent_GetAttackUpdateState, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetAttackUpdateState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetAttackUpdateStateSuccess \ static_assert(alignof(EnemyAIComponent_GetAttackUpdateStateSuccess) == 0x000001, "Wrong alignment on EnemyAIComponent_GetAttackUpdateStateSuccess"); \ static_assert(sizeof(EnemyAIComponent_GetAttackUpdateStateSuccess) == 0x000001, "Wrong size on EnemyAIComponent_GetAttackUpdateStateSuccess"); \ static_assert(offsetof(EnemyAIComponent_GetAttackUpdateStateSuccess, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetAttackUpdateStateSuccess::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetCanAttack \ static_assert(alignof(EnemyAIComponent_GetCanAttack) == 0x000001, "Wrong alignment on EnemyAIComponent_GetCanAttack"); \ static_assert(sizeof(EnemyAIComponent_GetCanAttack) == 0x000001, "Wrong size on EnemyAIComponent_GetCanAttack"); \ static_assert(offsetof(EnemyAIComponent_GetCanAttack, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetCanAttack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetCriticalHealthPercept \ static_assert(alignof(EnemyAIComponent_GetCriticalHealthPercept) == 0x000004, "Wrong alignment on EnemyAIComponent_GetCriticalHealthPercept"); \ static_assert(sizeof(EnemyAIComponent_GetCriticalHealthPercept) == 0x000004, "Wrong size on EnemyAIComponent_GetCriticalHealthPercept"); \ static_assert(offsetof(EnemyAIComponent_GetCriticalHealthPercept, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetCriticalHealthPercept::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetDamage \ static_assert(alignof(EnemyAIComponent_GetDamage) == 0x000008, "Wrong alignment on EnemyAIComponent_GetDamage"); \ static_assert(sizeof(EnemyAIComponent_GetDamage) == 0x000018, "Wrong size on EnemyAIComponent_GetDamage"); \ static_assert(offsetof(EnemyAIComponent_GetDamage, InVictimPtr) == 0x000000, "Member 'EnemyAIComponent_GetDamage::InVictimPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_GetDamage, InWeaponPtr) == 0x000008, "Member 'EnemyAIComponent_GetDamage::InWeaponPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_GetDamage, ReturnValue) == 0x000010, "Member 'EnemyAIComponent_GetDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetEnemyWeaponDataAsset \ static_assert(alignof(EnemyAIComponent_GetEnemyWeaponDataAsset) == 0x000008, "Wrong alignment on EnemyAIComponent_GetEnemyWeaponDataAsset"); \ static_assert(sizeof(EnemyAIComponent_GetEnemyWeaponDataAsset) == 0x000008, "Wrong size on EnemyAIComponent_GetEnemyWeaponDataAsset"); \ static_assert(offsetof(EnemyAIComponent_GetEnemyWeaponDataAsset, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetEnemyWeaponDataAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetEnemyWeaponTagContainer \ static_assert(alignof(EnemyAIComponent_GetEnemyWeaponTagContainer) == 0x000008, "Wrong alignment on EnemyAIComponent_GetEnemyWeaponTagContainer"); \ static_assert(sizeof(EnemyAIComponent_GetEnemyWeaponTagContainer) == 0x000020, "Wrong size on EnemyAIComponent_GetEnemyWeaponTagContainer"); \ static_assert(offsetof(EnemyAIComponent_GetEnemyWeaponTagContainer, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetEnemyWeaponTagContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetGameChangerState \ static_assert(alignof(EnemyAIComponent_GetGameChangerState) == 0x000001, "Wrong alignment on EnemyAIComponent_GetGameChangerState"); \ static_assert(sizeof(EnemyAIComponent_GetGameChangerState) == 0x000001, "Wrong size on EnemyAIComponent_GetGameChangerState"); \ static_assert(offsetof(EnemyAIComponent_GetGameChangerState, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetGameChangerState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetInAttackWindow \ static_assert(alignof(EnemyAIComponent_GetInAttackWindow) == 0x000001, "Wrong alignment on EnemyAIComponent_GetInAttackWindow"); \ static_assert(sizeof(EnemyAIComponent_GetInAttackWindow) == 0x000001, "Wrong size on EnemyAIComponent_GetInAttackWindow"); \ static_assert(offsetof(EnemyAIComponent_GetInAttackWindow, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetInAttackWindow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetIsStealthAttackCurrentlyDisabled \ static_assert(alignof(EnemyAIComponent_GetIsStealthAttackCurrentlyDisabled) == 0x000001, "Wrong alignment on EnemyAIComponent_GetIsStealthAttackCurrentlyDisabled"); \ static_assert(sizeof(EnemyAIComponent_GetIsStealthAttackCurrentlyDisabled) == 0x000001, "Wrong size on EnemyAIComponent_GetIsStealthAttackCurrentlyDisabled"); \ static_assert(offsetof(EnemyAIComponent_GetIsStealthAttackCurrentlyDisabled, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetIsStealthAttackCurrentlyDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetLastKnownTargetLoc \ static_assert(alignof(EnemyAIComponent_GetLastKnownTargetLoc) == 0x000004, "Wrong alignment on EnemyAIComponent_GetLastKnownTargetLoc"); \ static_assert(sizeof(EnemyAIComponent_GetLastKnownTargetLoc) == 0x00000C, "Wrong size on EnemyAIComponent_GetLastKnownTargetLoc"); \ static_assert(offsetof(EnemyAIComponent_GetLastKnownTargetLoc, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetLastKnownTargetLoc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetMoveToAttackRunToSuccess \ static_assert(alignof(EnemyAIComponent_GetMoveToAttackRunToSuccess) == 0x000001, "Wrong alignment on EnemyAIComponent_GetMoveToAttackRunToSuccess"); \ static_assert(sizeof(EnemyAIComponent_GetMoveToAttackRunToSuccess) == 0x000001, "Wrong size on EnemyAIComponent_GetMoveToAttackRunToSuccess"); \ static_assert(offsetof(EnemyAIComponent_GetMoveToAttackRunToSuccess, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetMoveToAttackRunToSuccess::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetNPCPerceptionInfo \ static_assert(alignof(EnemyAIComponent_GetNPCPerceptionInfo) == 0x000004, "Wrong alignment on EnemyAIComponent_GetNPCPerceptionInfo"); \ static_assert(sizeof(EnemyAIComponent_GetNPCPerceptionInfo) == 0x000030, "Wrong size on EnemyAIComponent_GetNPCPerceptionInfo"); \ static_assert(offsetof(EnemyAIComponent_GetNPCPerceptionInfo, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetNPCPerceptionInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetPathNode \ static_assert(alignof(EnemyAIComponent_GetPathNode) == 0x000008, "Wrong alignment on EnemyAIComponent_GetPathNode"); \ static_assert(sizeof(EnemyAIComponent_GetPathNode) == 0x000008, "Wrong size on EnemyAIComponent_GetPathNode"); \ static_assert(offsetof(EnemyAIComponent_GetPathNode, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetPathNode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetProtegoSpellTool \ static_assert(alignof(EnemyAIComponent_GetProtegoSpellTool) == 0x000008, "Wrong alignment on EnemyAIComponent_GetProtegoSpellTool"); \ static_assert(sizeof(EnemyAIComponent_GetProtegoSpellTool) == 0x000008, "Wrong size on EnemyAIComponent_GetProtegoSpellTool"); \ static_assert(offsetof(EnemyAIComponent_GetProtegoSpellTool, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetProtegoSpellTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetSizeCategory \ static_assert(alignof(EnemyAIComponent_GetSizeCategory) == 0x000001, "Wrong alignment on EnemyAIComponent_GetSizeCategory"); \ static_assert(sizeof(EnemyAIComponent_GetSizeCategory) == 0x000001, "Wrong size on EnemyAIComponent_GetSizeCategory"); \ static_assert(offsetof(EnemyAIComponent_GetSizeCategory, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetSizeCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetSizeCategoryString \ static_assert(alignof(EnemyAIComponent_GetSizeCategoryString) == 0x000008, "Wrong alignment on EnemyAIComponent_GetSizeCategoryString"); \ static_assert(sizeof(EnemyAIComponent_GetSizeCategoryString) == 0x000010, "Wrong size on EnemyAIComponent_GetSizeCategoryString"); \ static_assert(offsetof(EnemyAIComponent_GetSizeCategoryString, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetSizeCategoryString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetSpawnData \ static_assert(alignof(EnemyAIComponent_GetSpawnData) == 0x000008, "Wrong alignment on EnemyAIComponent_GetSpawnData"); \ static_assert(sizeof(EnemyAIComponent_GetSpawnData) == 0x000008, "Wrong size on EnemyAIComponent_GetSpawnData"); \ static_assert(offsetof(EnemyAIComponent_GetSpawnData, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetSpawnData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetSpawnLoc \ static_assert(alignof(EnemyAIComponent_GetSpawnLoc) == 0x000004, "Wrong alignment on EnemyAIComponent_GetSpawnLoc"); \ static_assert(sizeof(EnemyAIComponent_GetSpawnLoc) == 0x00000C, "Wrong size on EnemyAIComponent_GetSpawnLoc"); \ static_assert(offsetof(EnemyAIComponent_GetSpawnLoc, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetSpawnLoc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetSpellCaster \ static_assert(alignof(EnemyAIComponent_GetSpellCaster) == 0x000008, "Wrong alignment on EnemyAIComponent_GetSpellCaster"); \ static_assert(sizeof(EnemyAIComponent_GetSpellCaster) == 0x000008, "Wrong size on EnemyAIComponent_GetSpellCaster"); \ static_assert(offsetof(EnemyAIComponent_GetSpellCaster, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetSpellCaster::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetTransientWeapon \ static_assert(alignof(EnemyAIComponent_GetTransientWeapon) == 0x000008, "Wrong alignment on EnemyAIComponent_GetTransientWeapon"); \ static_assert(sizeof(EnemyAIComponent_GetTransientWeapon) == 0x000008, "Wrong size on EnemyAIComponent_GetTransientWeapon"); \ static_assert(offsetof(EnemyAIComponent_GetTransientWeapon, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetTransientWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetUnblockable \ static_assert(alignof(EnemyAIComponent_GetUnblockable) == 0x000008, "Wrong alignment on EnemyAIComponent_GetUnblockable"); \ static_assert(sizeof(EnemyAIComponent_GetUnblockable) == 0x000010, "Wrong size on EnemyAIComponent_GetUnblockable"); \ static_assert(offsetof(EnemyAIComponent_GetUnblockable, InVictimPtr) == 0x000000, "Member 'EnemyAIComponent_GetUnblockable::InVictimPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_GetUnblockable, bForceUnblockable) == 0x000008, "Member 'EnemyAIComponent_GetUnblockable::bForceUnblockable' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_GetUnblockable, ReturnValue) == 0x000009, "Member 'EnemyAIComponent_GetUnblockable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetWeapon \ static_assert(alignof(EnemyAIComponent_GetWeapon) == 0x000008, "Wrong alignment on EnemyAIComponent_GetWeapon"); \ static_assert(sizeof(EnemyAIComponent_GetWeapon) == 0x000008, "Wrong size on EnemyAIComponent_GetWeapon"); \ static_assert(offsetof(EnemyAIComponent_GetWeapon, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_GetWeaponRequiredPercent \ static_assert(alignof(EnemyAIComponent_GetWeaponRequiredPercent) == 0x000004, "Wrong alignment on EnemyAIComponent_GetWeaponRequiredPercent"); \ static_assert(sizeof(EnemyAIComponent_GetWeaponRequiredPercent) == 0x000004, "Wrong size on EnemyAIComponent_GetWeaponRequiredPercent"); \ static_assert(offsetof(EnemyAIComponent_GetWeaponRequiredPercent, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_GetWeaponRequiredPercent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_HasStoredWeapon \ static_assert(alignof(EnemyAIComponent_HasStoredWeapon) == 0x000001, "Wrong alignment on EnemyAIComponent_HasStoredWeapon"); \ static_assert(sizeof(EnemyAIComponent_HasStoredWeapon) == 0x000001, "Wrong size on EnemyAIComponent_HasStoredWeapon"); \ static_assert(offsetof(EnemyAIComponent_HasStoredWeapon, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_HasStoredWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_HasWeapon \ static_assert(alignof(EnemyAIComponent_HasWeapon) == 0x000001, "Wrong alignment on EnemyAIComponent_HasWeapon"); \ static_assert(sizeof(EnemyAIComponent_HasWeapon) == 0x000001, "Wrong size on EnemyAIComponent_HasWeapon"); \ static_assert(offsetof(EnemyAIComponent_HasWeapon, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_HasWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_InRangeToLoc \ static_assert(alignof(EnemyAIComponent_InRangeToLoc) == 0x000004, "Wrong alignment on EnemyAIComponent_InRangeToLoc"); \ static_assert(sizeof(EnemyAIComponent_InRangeToLoc) == 0x000030, "Wrong size on EnemyAIComponent_InRangeToLoc"); \ static_assert(offsetof(EnemyAIComponent_InRangeToLoc, TestLoc) == 0x000000, "Member 'EnemyAIComponent_InRangeToLoc::TestLoc' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_InRangeToLoc, Loc) == 0x00000C, "Member 'EnemyAIComponent_InRangeToLoc::Loc' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_InRangeToLoc, MinRange) == 0x000018, "Member 'EnemyAIComponent_InRangeToLoc::MinRange' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_InRangeToLoc, MaxRange) == 0x00001C, "Member 'EnemyAIComponent_InRangeToLoc::MaxRange' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_InRangeToLoc, Tolerance) == 0x000020, "Member 'EnemyAIComponent_InRangeToLoc::Tolerance' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_InRangeToLoc, bAllowIfTooClose) == 0x000024, "Member 'EnemyAIComponent_InRangeToLoc::bAllowIfTooClose' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_InRangeToLoc, OutDistFromRange) == 0x000028, "Member 'EnemyAIComponent_InRangeToLoc::OutDistFromRange' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_InRangeToLoc, ReturnValue) == 0x00002C, "Member 'EnemyAIComponent_InRangeToLoc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_IsAttacking \ static_assert(alignof(EnemyAIComponent_IsAttacking) == 0x000001, "Wrong alignment on EnemyAIComponent_IsAttacking"); \ static_assert(sizeof(EnemyAIComponent_IsAttacking) == 0x000001, "Wrong size on EnemyAIComponent_IsAttacking"); \ static_assert(offsetof(EnemyAIComponent_IsAttacking, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_IsAttacking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_IsFacingToLoc \ static_assert(alignof(EnemyAIComponent_IsFacingToLoc) == 0x000004, "Wrong alignment on EnemyAIComponent_IsFacingToLoc"); \ static_assert(sizeof(EnemyAIComponent_IsFacingToLoc) == 0x000014, "Wrong size on EnemyAIComponent_IsFacingToLoc"); \ static_assert(offsetof(EnemyAIComponent_IsFacingToLoc, Loc) == 0x000000, "Member 'EnemyAIComponent_IsFacingToLoc::Loc' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_IsFacingToLoc, MinAngle) == 0x00000C, "Member 'EnemyAIComponent_IsFacingToLoc::MinAngle' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_IsFacingToLoc, ReturnValue) == 0x000010, "Member 'EnemyAIComponent_IsFacingToLoc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_IsRequiredWeaponStored \ static_assert(alignof(EnemyAIComponent_IsRequiredWeaponStored) == 0x000008, "Wrong alignment on EnemyAIComponent_IsRequiredWeaponStored"); \ static_assert(sizeof(EnemyAIComponent_IsRequiredWeaponStored) == 0x000010, "Wrong size on EnemyAIComponent_IsRequiredWeaponStored"); \ static_assert(offsetof(EnemyAIComponent_IsRequiredWeaponStored, AttackPtr) == 0x000000, "Member 'EnemyAIComponent_IsRequiredWeaponStored::AttackPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_IsRequiredWeaponStored, ReturnValue) == 0x000008, "Member 'EnemyAIComponent_IsRequiredWeaponStored::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_IsUsingNavLink \ static_assert(alignof(EnemyAIComponent_IsUsingNavLink) == 0x000001, "Wrong alignment on EnemyAIComponent_IsUsingNavLink"); \ static_assert(sizeof(EnemyAIComponent_IsUsingNavLink) == 0x000001, "Wrong size on EnemyAIComponent_IsUsingNavLink"); \ static_assert(offsetof(EnemyAIComponent_IsUsingNavLink, ReturnValue) == 0x000000, "Member 'EnemyAIComponent_IsUsingNavLink::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyAIComponent_WasAttackParried \ static_assert(alignof(EnemyAIComponent_WasAttackParried) == 0x000008, "Wrong alignment on EnemyAIComponent_WasAttackParried"); \ static_assert(sizeof(EnemyAIComponent_WasAttackParried) == 0x000010, "Wrong size on EnemyAIComponent_WasAttackParried"); \ static_assert(offsetof(EnemyAIComponent_WasAttackParried, InVictimPtr) == 0x000000, "Member 'EnemyAIComponent_WasAttackParried::InVictimPtr' has a wrong offset!"); \ static_assert(offsetof(EnemyAIComponent_WasAttackParried, ReturnValue) == 0x000008, "Member 'EnemyAIComponent_WasAttackParried::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyAIComponent \ static_assert(alignof(UEnemyAIComponent) == 0x000010, "Wrong alignment on UEnemyAIComponent"); \ static_assert(sizeof(UEnemyAIComponent) == 0x003970, "Wrong size on UEnemyAIComponent"); \ static_assert(offsetof(UEnemyAIComponent, m_damageDestructables) == 0x001F10, "Member 'UEnemyAIComponent::m_damageDestructables' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, MoveMaxAngle) == 0x001F14, "Member 'UEnemyAIComponent::MoveMaxAngle' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, MaxAngleFromCamera) == 0x001F18, "Member 'UEnemyAIComponent::MaxAngleFromCamera' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, TooCloseToTargetDist) == 0x001F1C, "Member 'UEnemyAIComponent::TooCloseToTargetDist' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bImmuneToCCIncapacition) == 0x001F20, "Member 'UEnemyAIComponent::bImmuneToCCIncapacition' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, RipApartFinisherData) == 0x001F28, "Member 'UEnemyAIComponent::RipApartFinisherData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ProximityAttackDist) == 0x001F38, "Member 'UEnemyAIComponent::ProximityAttackDist' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ProximityMoveDist) == 0x001F3C, "Member 'UEnemyAIComponent::ProximityMoveDist' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ProximityAttackDistCooldown) == 0x001F40, "Member 'UEnemyAIComponent::ProximityAttackDistCooldown' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ProximityAttackMinTimeSinceLastAttack) == 0x001F44, "Member 'UEnemyAIComponent::ProximityAttackMinTimeSinceLastAttack' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, CounterAttackWindow) == 0x001F48, "Member 'UEnemyAIComponent::CounterAttackWindow' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, CounterAttackCooldown) == 0x001F4C, "Member 'UEnemyAIComponent::CounterAttackCooldown' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bAttackDisable) == 0x001F50, "Member 'UEnemyAIComponent::bAttackDisable' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bAttackWithoutRestrictions) == 0x001F51, "Member 'UEnemyAIComponent::bAttackWithoutRestrictions' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bAlwaysMyTurn) == 0x001F52, "Member 'UEnemyAIComponent::bAlwaysMyTurn' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bNoAttackExecuteCooldown) == 0x001F53, "Member 'UEnemyAIComponent::bNoAttackExecuteCooldown' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bNoAttackSelectCooldown) == 0x001F54, "Member 'UEnemyAIComponent::bNoAttackSelectCooldown' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bAlwaysInRange) == 0x001F55, "Member 'UEnemyAIComponent::bAlwaysInRange' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bAlwaysAccurate) == 0x001F56, "Member 'UEnemyAIComponent::bAlwaysAccurate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bAllAttacksRequireTickets) == 0x001F57, "Member 'UEnemyAIComponent::bAllAttacksRequireTickets' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bStationaryAttackAllowedOutOfRange) == 0x001F58, "Member 'UEnemyAIComponent::bStationaryAttackAllowedOutOfRange' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bAttackExitAsSoonAsFired) == 0x001F59, "Member 'UEnemyAIComponent::bAttackExitAsSoonAsFired' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bIgnoreCorridors) == 0x001F5A, "Member 'UEnemyAIComponent::bIgnoreCorridors' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, AttackLocUpdateData) == 0x001F5C, "Member 'UEnemyAIComponent::AttackLocUpdateData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, AttackSplitBehaviorTree) == 0x001F60, "Member 'UEnemyAIComponent::AttackSplitBehaviorTree' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, AttackCounterBehaviorTree) == 0x001F68, "Member 'UEnemyAIComponent::AttackCounterBehaviorTree' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, RetaliatePauseTicketRecoverTime) == 0x001F70, "Member 'UEnemyAIComponent::RetaliatePauseTicketRecoverTime' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, TeammateLOSCorridorHalfWidth) == 0x001F74, "Member 'UEnemyAIComponent::TeammateLOSCorridorHalfWidth' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, TeammateLOSUpdateInterval) == 0x001F78, "Member 'UEnemyAIComponent::TeammateLOSUpdateInterval' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, TeammateLOSRequireForNPCAttack) == 0x001F7C, "Member 'UEnemyAIComponent::TeammateLOSRequireForNPCAttack' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bAbruptDestinationChangeCheck) == 0x001F7D, "Member 'UEnemyAIComponent::bAbruptDestinationChangeCheck' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, AbruptDestinationChangeAngle) == 0x001F80, "Member 'UEnemyAIComponent::AbruptDestinationChangeAngle' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, CombatLocSearchAngleWidth) == 0x001F84, "Member 'UEnemyAIComponent::CombatLocSearchAngleWidth' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, CombatFootprintSize) == 0x001F88, "Member 'UEnemyAIComponent::CombatFootprintSize' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, QBUpdateData) == 0x001F90, "Member 'UEnemyAIComponent::QBUpdateData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, QBInstanceUpdateData) == 0x001FA0, "Member 'UEnemyAIComponent::QBInstanceUpdateData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, PathCheckPtr) == 0x001FB8, "Member 'UEnemyAIComponent::PathCheckPtr' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, SizeCategory) == 0x001FC0, "Member 'UEnemyAIComponent::SizeCategory' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, RotationRate) == 0x001FC4, "Member 'UEnemyAIComponent::RotationRate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, TurnInPlaceData) == 0x001FD0, "Member 'UEnemyAIComponent::TurnInPlaceData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bEnableEnergyDrain) == 0x002008, "Member 'UEnemyAIComponent::bEnableEnergyDrain' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, EnergyDataList) == 0x002010, "Member 'UEnemyAIComponent::EnergyDataList' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bEnableBreaks) == 0x002020, "Member 'UEnemyAIComponent::bEnableBreaks' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, BreakChance) == 0x002024, "Member 'UEnemyAIComponent::BreakChance' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, BreakIntervalBetween) == 0x002028, "Member 'UEnemyAIComponent::BreakIntervalBetween' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bEnableBreakIntervalDecay) == 0x00202C, "Member 'UEnemyAIComponent::bEnableBreakIntervalDecay' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, BreakIntervalBetweenDeviation) == 0x002030, "Member 'UEnemyAIComponent::BreakIntervalBetweenDeviation' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, BreakDuration) == 0x002034, "Member 'UEnemyAIComponent::BreakDuration' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, BreakDurationDeviation) == 0x002038, "Member 'UEnemyAIComponent::BreakDurationDeviation' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, BecomeAlertAbility) == 0x002040, "Member 'UEnemyAIComponent::BecomeAlertAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, AlertFaceAbility) == 0x002048, "Member 'UEnemyAIComponent::AlertFaceAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, AlertWaitAbility) == 0x002050, "Member 'UEnemyAIComponent::AlertWaitAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, LoseAlertAbility) == 0x002058, "Member 'UEnemyAIComponent::LoseAlertAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, BecomeAwareAbility) == 0x002060, "Member 'UEnemyAIComponent::BecomeAwareAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, LoseAwareAbility) == 0x002068, "Member 'UEnemyAIComponent::LoseAwareAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, TurnInPlaceAbility) == 0x002070, "Member 'UEnemyAIComponent::TurnInPlaceAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, IdleBreakAbility) == 0x002078, "Member 'UEnemyAIComponent::IdleBreakAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ShuffleAbility) == 0x002080, "Member 'UEnemyAIComponent::ShuffleAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, TauntAbility) == 0x002088, "Member 'UEnemyAIComponent::TauntAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ApparateOutAbility) == 0x002090, "Member 'UEnemyAIComponent::ApparateOutAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ApparateWaitAbility) == 0x002098, "Member 'UEnemyAIComponent::ApparateWaitAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ApparateInAbility) == 0x0020A0, "Member 'UEnemyAIComponent::ApparateInAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, WeaponEquipAbility) == 0x0020A8, "Member 'UEnemyAIComponent::WeaponEquipAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, WeaponStoreAbility) == 0x0020B0, "Member 'UEnemyAIComponent::WeaponStoreAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, WeaponPickupAbility) == 0x0020B8, "Member 'UEnemyAIComponent::WeaponPickupAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, WeaponLostAbility) == 0x0020C0, "Member 'UEnemyAIComponent::WeaponLostAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, WeaponRecoveredAbility) == 0x0020C8, "Member 'UEnemyAIComponent::WeaponRecoveredAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, JumpDownAbility) == 0x0020D0, "Member 'UEnemyAIComponent::JumpDownAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, JumpStraightAbility) == 0x0020D8, "Member 'UEnemyAIComponent::JumpStraightAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, JumpSoftLandAbility) == 0x0020E0, "Member 'UEnemyAIComponent::JumpSoftLandAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, JumpLandPT) == 0x0020E8, "Member 'UEnemyAIComponent::JumpLandPT' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, DeathTauntAbility) == 0x0020F0, "Member 'UEnemyAIComponent::DeathTauntAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, FlourishAbility) == 0x0020F8, "Member 'UEnemyAIComponent::FlourishAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, FlyingAbility) == 0x002100, "Member 'UEnemyAIComponent::FlyingAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, StartDrainedAbility) == 0x002108, "Member 'UEnemyAIComponent::StartDrainedAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, DrainedAbility) == 0x002110, "Member 'UEnemyAIComponent::DrainedAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, StopDrainedAbility) == 0x002118, "Member 'UEnemyAIComponent::StopDrainedAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, InvestigateStartAbility) == 0x002120, "Member 'UEnemyAIComponent::InvestigateStartAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, InvestigateMoveAbility) == 0x002128, "Member 'UEnemyAIComponent::InvestigateMoveAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, InvestigateIdleAbility) == 0x002130, "Member 'UEnemyAIComponent::InvestigateIdleAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, InvestigateStopAbility) == 0x002138, "Member 'UEnemyAIComponent::InvestigateStopAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ReflectionIdleAbility) == 0x002140, "Member 'UEnemyAIComponent::ReflectionIdleAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ForceTargetAwareState) == 0x002148, "Member 'UEnemyAIComponent::ForceTargetAwareState' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ForceTargetAwareStateTimer) == 0x00214C, "Member 'UEnemyAIComponent::ForceTargetAwareStateTimer' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bTASForceIntoAttack) == 0x002150, "Member 'UEnemyAIComponent::bTASForceIntoAttack' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bTASEnable) == 0x002151, "Member 'UEnemyAIComponent::bTASEnable' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bPlayBecomeAware) == 0x002152, "Member 'UEnemyAIComponent::bPlayBecomeAware' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, PlayBecomeAwareChance) == 0x002154, "Member 'UEnemyAIComponent::PlayBecomeAwareChance' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, TeammatesPlayBecomeAwareChance) == 0x002158, "Member 'UEnemyAIComponent::TeammatesPlayBecomeAwareChance' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bPlayLoseAware) == 0x00215C, "Member 'UEnemyAIComponent::bPlayLoseAware' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bSetDesiredDirectionInAlertFace) == 0x00215D, "Member 'UEnemyAIComponent::bSetDesiredDirectionInAlertFace' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bAllowAwareTurnAround) == 0x00215E, "Member 'UEnemyAIComponent::bAllowAwareTurnAround' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ClimbSettings) == 0x002160, "Member 'UEnemyAIComponent::ClimbSettings' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, LadderSettings) == 0x002190, "Member 'UEnemyAIComponent::LadderSettings' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, SlideSettings) == 0x002238, "Member 'UEnemyAIComponent::SlideSettings' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, VaultSettings) == 0x002278, "Member 'UEnemyAIComponent::VaultSettings' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bRequireStationaryForIdleChance) == 0x002298, "Member 'UEnemyAIComponent::bRequireStationaryForIdleChance' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, IdleData) == 0x0022A0, "Member 'UEnemyAIComponent::IdleData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, NextDecisionWaitList) == 0x002300, "Member 'UEnemyAIComponent::NextDecisionWaitList' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, NextMoveWaitList) == 0x002310, "Member 'UEnemyAIComponent::NextMoveWaitList' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, MoveStopDataList) == 0x002320, "Member 'UEnemyAIComponent::MoveStopDataList' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bUseCreatureMoveToStopPrediction) == 0x002330, "Member 'UEnemyAIComponent::bUseCreatureMoveToStopPrediction' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bUseCreatureMoveToStopBranching) == 0x002331, "Member 'UEnemyAIComponent::bUseCreatureMoveToStopBranching' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bUpdateMobilityInBecomeOrLoseAware) == 0x002332, "Member 'UEnemyAIComponent::bUpdateMobilityInBecomeOrLoseAware' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, MobilityForAlarmedInvestigate) == 0x002333, "Member 'UEnemyAIComponent::MobilityForAlarmedInvestigate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, TauntData) == 0x002338, "Member 'UEnemyAIComponent::TauntData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, TauntList) == 0x002398, "Member 'UEnemyAIComponent::TauntList' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, IdleBreakData) == 0x0023A8, "Member 'UEnemyAIComponent::IdleBreakData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, IdleBreakList) == 0x002408, "Member 'UEnemyAIComponent::IdleBreakList' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ShuffleIdleData) == 0x002418, "Member 'UEnemyAIComponent::ShuffleIdleData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ShuffleData) == 0x002480, "Member 'UEnemyAIComponent::ShuffleData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ShuffleSupportedDirections) == 0x0024E0, "Member 'UEnemyAIComponent::ShuffleSupportedDirections' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ShuffleDistance) == 0x0024E4, "Member 'UEnemyAIComponent::ShuffleDistance' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ShuffleList) == 0x0024E8, "Member 'UEnemyAIComponent::ShuffleList' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bAllowShuffleWhenTooClose) == 0x0024F8, "Member 'UEnemyAIComponent::bAllowShuffleWhenTooClose' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bAllowShuffleWithoutWeapon) == 0x0024F9, "Member 'UEnemyAIComponent::bAllowShuffleWithoutWeapon' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, EvadeBeingTargetedThreshold) == 0x0024FC, "Member 'UEnemyAIComponent::EvadeBeingTargetedThreshold' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ChanceToEvade) == 0x002500, "Member 'UEnemyAIComponent::ChanceToEvade' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, EnemyEvadeData) == 0x002508, "Member 'UEnemyAIComponent::EnemyEvadeData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bFavorEvade) == 0x002518, "Member 'UEnemyAIComponent::bFavorEvade' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, HealAmountPerEvent) == 0x00251C, "Member 'UEnemyAIComponent::HealAmountPerEvent' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ProtegoRequiredWeaponList) == 0x002520, "Member 'UEnemyAIComponent::ProtegoRequiredWeaponList' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ProtegoDefenseLevel) == 0x002530, "Member 'UEnemyAIComponent::ProtegoDefenseLevel' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ChanceToProtego) == 0x002534, "Member 'UEnemyAIComponent::ChanceToProtego' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ChanceToProtegoLightAttack) == 0x002538, "Member 'UEnemyAIComponent::ChanceToProtegoLightAttack' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ChanceToProtegoMediumAttack) == 0x00253C, "Member 'UEnemyAIComponent::ChanceToProtegoMediumAttack' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ChanceToProtegoHeavyAttack) == 0x002540, "Member 'UEnemyAIComponent::ChanceToProtegoHeavyAttack' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ProtegoDeflectedAttack) == 0x002544, "Member 'UEnemyAIComponent::ProtegoDeflectedAttack' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, BlockAttack) == 0x002548, "Member 'UEnemyAIComponent::BlockAttack' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, DeflectBackAttack) == 0x00254C, "Member 'UEnemyAIComponent::DeflectBackAttack' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, DeflectToTarget) == 0x002550, "Member 'UEnemyAIComponent::DeflectToTarget' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ProtegoDeflectionTimeOut) == 0x002554, "Member 'UEnemyAIComponent::ProtegoDeflectionTimeOut' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, DeflectedAttackTimeOut) == 0x002558, "Member 'UEnemyAIComponent::DeflectedAttackTimeOut' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bPowerupEligible) == 0x00255C, "Member 'UEnemyAIComponent::bPowerupEligible' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, PowerupTimeout) == 0x002560, "Member 'UEnemyAIComponent::PowerupTimeout' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, EnemyStrengthData) == 0x002568, "Member 'UEnemyAIComponent::EnemyStrengthData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, EnemyWeaknessData) == 0x002578, "Member 'UEnemyAIComponent::EnemyWeaknessData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, EnemyAttackStrengthData) == 0x002588, "Member 'UEnemyAIComponent::EnemyAttackStrengthData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, EnemyAttackWeaknessData) == 0x002598, "Member 'UEnemyAIComponent::EnemyAttackWeaknessData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, EnemyGameEventData) == 0x0025A8, "Member 'UEnemyAIComponent::EnemyGameEventData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, GameEvenetInteractionArchitectAssetPtr) == 0x0025B8, "Member 'UEnemyAIComponent::GameEvenetInteractionArchitectAssetPtr' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bBuffAllowHealth) == 0x0025C0, "Member 'UEnemyAIComponent::bBuffAllowHealth' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bBuffAllowWeapon) == 0x0025C1, "Member 'UEnemyAIComponent::bBuffAllowWeapon' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, DisarmRespawnTime) == 0x0025C4, "Member 'UEnemyAIComponent::DisarmRespawnTime' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ProtegoAttackPtr) == 0x0025C8, "Member 'UEnemyAIComponent::ProtegoAttackPtr' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ProtegoAbilityPtr) == 0x0025D0, "Member 'UEnemyAIComponent::ProtegoAbilityPtr' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ProtegoStartupAbilityPtr) == 0x0025D8, "Member 'UEnemyAIComponent::ProtegoStartupAbilityPtr' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bProtegoAdditive) == 0x0025E0, "Member 'UEnemyAIComponent::bProtegoAdditive' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ProtegoChannelName) == 0x0025E4, "Member 'UEnemyAIComponent::ProtegoChannelName' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ProtegoInteractionArchitectAssetPtr) == 0x0025F0, "Member 'UEnemyAIComponent::ProtegoInteractionArchitectAssetPtr' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ProtegoHoldTimeout) == 0x0025F8, "Member 'UEnemyAIComponent::ProtegoHoldTimeout' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bProtegoPlayDeflection) == 0x0025FC, "Member 'UEnemyAIComponent::bProtegoPlayDeflection' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bProtegoShowShieldPulseWhenHit) == 0x0025FD, "Member 'UEnemyAIComponent::bProtegoShowShieldPulseWhenHit' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bProtegoShowOnOffShieldEffects) == 0x0025FE, "Member 'UEnemyAIComponent::bProtegoShowOnOffShieldEffects' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bAllowProtegoToInterrupAttack) == 0x0025FF, "Member 'UEnemyAIComponent::bAllowProtegoToInterrupAttack' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bAllowProtegoToInterrupReactions) == 0x002600, "Member 'UEnemyAIComponent::bAllowProtegoToInterrupReactions' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ProtegoDeflectionChance) == 0x002604, "Member 'UEnemyAIComponent::ProtegoDeflectionChance' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bOnlyUseDOTReactionForCrucio) == 0x002609, "Member 'UEnemyAIComponent::bOnlyUseDOTReactionForCrucio' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, LumosPtr) == 0x002618, "Member 'UEnemyAIComponent::LumosPtr' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, LumosAbilityPtr) == 0x002620, "Member 'UEnemyAIComponent::LumosAbilityPtr' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bLumosAdditive) == 0x002628, "Member 'UEnemyAIComponent::bLumosAdditive' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, LumosChannelName) == 0x00262C, "Member 'UEnemyAIComponent::LumosChannelName' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bCanApparateIfUnreachableLoc) == 0x002634, "Member 'UEnemyAIComponent::bCanApparateIfUnreachableLoc' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bCanApparateToMove) == 0x002635, "Member 'UEnemyAIComponent::bCanApparateToMove' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bCanApparateToRecoverWeapon) == 0x002636, "Member 'UEnemyAIComponent::bCanApparateToRecoverWeapon' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bApparateUsingFixedTime) == 0x002637, "Member 'UEnemyAIComponent::bApparateUsingFixedTime' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ApparateSpeed) == 0x002638, "Member 'UEnemyAIComponent::ApparateSpeed' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ApparateFixedTime) == 0x00263C, "Member 'UEnemyAIComponent::ApparateFixedTime' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ApparateData) == 0x002640, "Member 'UEnemyAIComponent::ApparateData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, LeaderTargetSenseAsset) == 0x002650, "Member 'UEnemyAIComponent::LeaderTargetSenseAsset' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, CompanionTargetSenseAsset) == 0x002658, "Member 'UEnemyAIComponent::CompanionTargetSenseAsset' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, CompanionPerceptionMinTimeSincePlayerAttacked) == 0x002660, "Member 'UEnemyAIComponent::CompanionPerceptionMinTimeSincePlayerAttacked' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, BabyNPCClass) == 0x002668, "Member 'UEnemyAIComponent::BabyNPCClass' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, BabySpawnObjectName) == 0x002690, "Member 'UEnemyAIComponent::BabySpawnObjectName' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, Accuracy) == 0x0026A0, "Member 'UEnemyAIComponent::Accuracy' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bAllowTooCloseCounterAttack) == 0x002718, "Member 'UEnemyAIComponent::bAllowTooCloseCounterAttack' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bAllowCreateAggroHideTrigger) == 0x002719, "Member 'UEnemyAIComponent::bAllowCreateAggroHideTrigger' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bAllowApparateMoveWithInvalidMoveLoc) == 0x00271A, "Member 'UEnemyAIComponent::bAllowApparateMoveWithInvalidMoveLoc' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, TeleportMoveRangeOffset) == 0x00271C, "Member 'UEnemyAIComponent::TeleportMoveRangeOffset' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, TeleportMoveStuckRangeOffset) == 0x002720, "Member 'UEnemyAIComponent::TeleportMoveStuckRangeOffset' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, DamageBuffMultiplier) == 0x002724, "Member 'UEnemyAIComponent::DamageBuffMultiplier' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, m_onGround) == 0x002728, "Member 'UEnemyAIComponent::m_onGround' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, m_lastOnGround) == 0x002729, "Member 'UEnemyAIComponent::m_lastOnGround' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bSpawnSpellCaster) == 0x00272A, "Member 'UEnemyAIComponent::bSpawnSpellCaster' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bSpawnProtegoCaster) == 0x00272B, "Member 'UEnemyAIComponent::bSpawnProtegoCaster' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, SpellCasterSocket) == 0x00272C, "Member 'UEnemyAIComponent::SpellCasterSocket' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, SpellCasterClass) == 0x002738, "Member 'UEnemyAIComponent::SpellCasterClass' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, m_attackBeginDelegate) == 0x002740, "Member 'UEnemyAIComponent::m_attackBeginDelegate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, m_attackEndDelegate) == 0x002750, "Member 'UEnemyAIComponent::m_attackEndDelegate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, m_spawnEndDelegate) == 0x002760, "Member 'UEnemyAIComponent::m_spawnEndDelegate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, m_actorHitDelegate) == 0x002770, "Member 'UEnemyAIComponent::m_actorHitDelegate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, m_onDeathDelegate) == 0x002780, "Member 'UEnemyAIComponent::m_onDeathDelegate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, OnDeadDelegate) == 0x002790, "Member 'UEnemyAIComponent::OnDeadDelegate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, m_onSpawnFinishedDelegate) == 0x0027A0, "Member 'UEnemyAIComponent::m_onSpawnFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, m_weaponsLoadedDelegate) == 0x0027B0, "Member 'UEnemyAIComponent::m_weaponsLoadedDelegate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, m_arrivedDelegate) == 0x0027C0, "Member 'UEnemyAIComponent::m_arrivedDelegate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, OnThreatChangedDelegate) == 0x0027F8, "Member 'UEnemyAIComponent::OnThreatChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, m_onAlertStateChangedDelegate) == 0x002808, "Member 'UEnemyAIComponent::m_onAlertStateChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, HiddenTeleportAttackComp) == 0x002830, "Member 'UEnemyAIComponent::HiddenTeleportAttackComp' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, m_onAlertSenseChangedDelegate) == 0x002840, "Member 'UEnemyAIComponent::m_onAlertSenseChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, m_FOnDodgeDelegate) == 0x002850, "Member 'UEnemyAIComponent::m_FOnDodgeDelegate' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, KeepAwayFromTargetDist) == 0x002860, "Member 'UEnemyAIComponent::KeepAwayFromTargetDist' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bUseFootMatching) == 0x002864, "Member 'UEnemyAIComponent::bUseFootMatching' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bApparateAfterReactions) == 0x002865, "Member 'UEnemyAIComponent::bApparateAfterReactions' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, ApparateAfterReactionsData) == 0x002868, "Member 'UEnemyAIComponent::ApparateAfterReactionsData' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, AggroCorruption) == 0x0028A0, "Member 'UEnemyAIComponent::AggroCorruption' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, AggroCorruptionInstance) == 0x0028A8, "Member 'UEnemyAIComponent::AggroCorruptionInstance' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, Corruption) == 0x0028B0, "Member 'UEnemyAIComponent::Corruption' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, EscapeExceptionTags) == 0x002A28, "Member 'UEnemyAIComponent::EscapeExceptionTags' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, GameChangerForm) == 0x002D48, "Member 'UEnemyAIComponent::GameChangerForm' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, CustTargetPtr) == 0x002D68, "Member 'UEnemyAIComponent::CustTargetPtr' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, AttackComp) == 0x0033A0, "Member 'UEnemyAIComponent::AttackComp' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, WeaponComp) == 0x0033A8, "Member 'UEnemyAIComponent::WeaponComp' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, CurrentClimbAbility) == 0x003690, "Member 'UEnemyAIComponent::CurrentClimbAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, CurrentJumpToClimbAbility) == 0x003698, "Member 'UEnemyAIComponent::CurrentJumpToClimbAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, CurrentLadder) == 0x0036A8, "Member 'UEnemyAIComponent::CurrentLadder' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, CurrentSlide) == 0x0036B0, "Member 'UEnemyAIComponent::CurrentSlide' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, CurrentVaultAbility) == 0x0037D8, "Member 'UEnemyAIComponent::CurrentVaultAbility' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, AnimagusPreloadClass) == 0x0038D8, "Member 'UEnemyAIComponent::AnimagusPreloadClass' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIComponent, bEnableAnimagusFormPreloading) == 0x0038E1, "Member 'UEnemyAIComponent::bEnableAnimagusFormPreloading' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyAIPathCheckPropertyData \ static_assert(alignof(UEnemyAIPathCheckPropertyData) == 0x000008, "Wrong alignment on UEnemyAIPathCheckPropertyData"); \ static_assert(sizeof(UEnemyAIPathCheckPropertyData) == 0x000058, "Wrong size on UEnemyAIPathCheckPropertyData"); \ static_assert(offsetof(UEnemyAIPathCheckPropertyData, MinTime) == 0x000030, "Member 'UEnemyAIPathCheckPropertyData::MinTime' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIPathCheckPropertyData, MaxTime) == 0x000034, "Member 'UEnemyAIPathCheckPropertyData::MaxTime' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIPathCheckPropertyData, StartOffset) == 0x000038, "Member 'UEnemyAIPathCheckPropertyData::StartOffset' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIPathCheckPropertyData, MaxDist) == 0x00003C, "Member 'UEnemyAIPathCheckPropertyData::MaxDist' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIPathCheckPropertyData, AttackPosLockLocTime) == 0x000040, "Member 'UEnemyAIPathCheckPropertyData::AttackPosLockLocTime' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIPathCheckPropertyData, SwappedLockLocTime) == 0x000044, "Member 'UEnemyAIPathCheckPropertyData::SwappedLockLocTime' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIPathCheckPropertyData, OpeningLockLocTime) == 0x000048, "Member 'UEnemyAIPathCheckPropertyData::OpeningLockLocTime' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIPathCheckPropertyData, UseSweepSphere) == 0x00004C, "Member 'UEnemyAIPathCheckPropertyData::UseSweepSphere' has a wrong offset!"); \ static_assert(offsetof(UEnemyAIPathCheckPropertyData, SweepSphereRadius) == 0x000050, "Member 'UEnemyAIPathCheckPropertyData::SweepSphereRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_Companion_QBUpdateData \ static_assert(alignof(UEnemy_Companion_QBUpdateData) == 0x000008, "Wrong alignment on UEnemy_Companion_QBUpdateData"); \ static_assert(sizeof(UEnemy_Companion_QBUpdateData) == 0x000040, "Wrong size on UEnemy_Companion_QBUpdateData"); \ static_assert(offsetof(UEnemy_Companion_QBUpdateData, PlayerTetherDist) == 0x000030, "Member 'UEnemy_Companion_QBUpdateData::PlayerTetherDist' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Companion_QBUpdateData, PlayerInsideDist) == 0x000034, "Member 'UEnemy_Companion_QBUpdateData::PlayerInsideDist' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Companion_QBUpdateData, StrafeDist) == 0x000038, "Member 'UEnemy_Companion_QBUpdateData::StrafeDist' has a wrong offset!"); \ static_assert(offsetof(UEnemy_Companion_QBUpdateData, MinDistFromTarget) == 0x00003C, "Member 'UEnemy_Companion_QBUpdateData::MinDistFromTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemy_TooClose_QBUpdateData \ static_assert(alignof(UEnemy_TooClose_QBUpdateData) == 0x000008, "Wrong alignment on UEnemy_TooClose_QBUpdateData"); \ static_assert(sizeof(UEnemy_TooClose_QBUpdateData) == 0x000048, "Wrong size on UEnemy_TooClose_QBUpdateData"); \ static_assert(offsetof(UEnemy_TooClose_QBUpdateData, TooCloseDist) == 0x000030, "Member 'UEnemy_TooClose_QBUpdateData::TooCloseDist' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TooClose_QBUpdateData, TooCloseDistStop) == 0x000034, "Member 'UEnemy_TooClose_QBUpdateData::TooCloseDistStop' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TooClose_QBUpdateData, bTeammateTooCloseCheck) == 0x000038, "Member 'UEnemy_TooClose_QBUpdateData::bTeammateTooCloseCheck' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TooClose_QBUpdateData, TeammateTooCloseDist) == 0x00003C, "Member 'UEnemy_TooClose_QBUpdateData::TeammateTooCloseDist' has a wrong offset!"); \ static_assert(offsetof(UEnemy_TooClose_QBUpdateData, TeammateTooCloseDistStop) == 0x000040, "Member 'UEnemy_TooClose_QBUpdateData::TeammateTooCloseDistStop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapCommon \ static_assert(alignof(UMapCommon) == 0x000008, "Wrong alignment on UMapCommon"); \ static_assert(sizeof(UMapCommon) == 0x000028, "Wrong size on UMapCommon"); \ #define DUMPER7_ASSERTS_UEnemy_TombProtector_QBUpdateData \ static_assert(alignof(UEnemy_TombProtector_QBUpdateData) == 0x000008, "Wrong alignment on UEnemy_TombProtector_QBUpdateData"); \ static_assert(sizeof(UEnemy_TombProtector_QBUpdateData) == 0x000038, "Wrong size on UEnemy_TombProtector_QBUpdateData"); \ static_assert(offsetof(UEnemy_TombProtector_QBUpdateData, DataAsset) == 0x000030, "Member 'UEnemy_TombProtector_QBUpdateData::DataAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpiderAIAttackData \ static_assert(alignof(USpiderAIAttackData) == 0x000008, "Wrong alignment on USpiderAIAttackData"); \ static_assert(sizeof(USpiderAIAttackData) == 0x000490, "Wrong size on USpiderAIAttackData"); \ #define DUMPER7_ASSERTS_USurfaceImpactSettings \ static_assert(alignof(USurfaceImpactSettings) == 0x000008, "Wrong alignment on USurfaceImpactSettings"); \ static_assert(sizeof(USurfaceImpactSettings) == 0x000048, "Wrong size on USurfaceImpactSettings"); \ static_assert(offsetof(USurfaceImpactSettings, VfxLandscapeLayerInfoWetnessOverrideThreshold) == 0x000028, "Member 'USurfaceImpactSettings::VfxLandscapeLayerInfoWetnessOverrideThreshold' has a wrong offset!"); \ static_assert(offsetof(USurfaceImpactSettings, SfxLandscapeLayerInfoWetnessOverrideThreshold) == 0x00002C, "Member 'USurfaceImpactSettings::SfxLandscapeLayerInfoWetnessOverrideThreshold' has a wrong offset!"); \ static_assert(offsetof(USurfaceImpactSettings, ImpactLandscapeLayerInfoWetnessOverrideThreshold) == 0x000030, "Member 'USurfaceImpactSettings::ImpactLandscapeLayerInfoWetnessOverrideThreshold' has a wrong offset!"); \ static_assert(offsetof(USurfaceImpactSettings, LandscapeWetnessLayerInfo) == 0x000038, "Member 'USurfaceImpactSettings::LandscapeWetnessLayerInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTrollAISwordAttackData \ static_assert(alignof(UTrollAISwordAttackData) == 0x000008, "Wrong alignment on UTrollAISwordAttackData"); \ static_assert(sizeof(UTrollAISwordAttackData) == 0x000490, "Wrong size on UTrollAISwordAttackData"); \ #define DUMPER7_ASSERTS_UEnemyAISpiderSpawnData \ static_assert(alignof(UEnemyAISpiderSpawnData) == 0x000008, "Wrong alignment on UEnemyAISpiderSpawnData"); \ static_assert(sizeof(UEnemyAISpiderSpawnData) == 0x000038, "Wrong size on UEnemyAISpiderSpawnData"); \ static_assert(offsetof(UEnemyAISpiderSpawnData, Type) == 0x000028, "Member 'UEnemyAISpiderSpawnData::Type' has a wrong offset!"); \ static_assert(offsetof(UEnemyAISpiderSpawnData, DescendSpeed) == 0x00002C, "Member 'UEnemyAISpiderSpawnData::DescendSpeed' has a wrong offset!"); \ static_assert(offsetof(UEnemyAISpiderSpawnData, FallGravityScale) == 0x000030, "Member 'UEnemyAISpiderSpawnData::FallGravityScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimagus_AttackExtraData \ static_assert(alignof(UAnimagus_AttackExtraData) == 0x000008, "Wrong alignment on UAnimagus_AttackExtraData"); \ static_assert(sizeof(UAnimagus_AttackExtraData) == 0x000060, "Wrong size on UAnimagus_AttackExtraData"); \ static_assert(offsetof(UAnimagus_AttackExtraData, SpawnObjectName) == 0x000028, "Member 'UAnimagus_AttackExtraData::SpawnObjectName' has a wrong offset!"); \ static_assert(offsetof(UAnimagus_AttackExtraData, SpawnType) == 0x000038, "Member 'UAnimagus_AttackExtraData::SpawnType' has a wrong offset!"); \ static_assert(offsetof(UAnimagus_AttackExtraData, AnimagusMorphTime) == 0x00003C, "Member 'UAnimagus_AttackExtraData::AnimagusMorphTime' has a wrong offset!"); \ static_assert(offsetof(UAnimagus_AttackExtraData, AnimagusMorphTimeLevelMultiplier) == 0x000040, "Member 'UAnimagus_AttackExtraData::AnimagusMorphTimeLevelMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAnimagus_AttackExtraData, AnimagusWaitTime) == 0x000044, "Member 'UAnimagus_AttackExtraData::AnimagusWaitTime' has a wrong offset!"); \ static_assert(offsetof(UAnimagus_AttackExtraData, AnimalHealthOverride) == 0x000048, "Member 'UAnimagus_AttackExtraData::AnimalHealthOverride' has a wrong offset!"); \ static_assert(offsetof(UAnimagus_AttackExtraData, bForceThisAttack) == 0x00004C, "Member 'UAnimagus_AttackExtraData::bForceThisAttack' has a wrong offset!"); \ static_assert(offsetof(UAnimagus_AttackExtraData, bAllowSingleAttack) == 0x00004D, "Member 'UAnimagus_AttackExtraData::bAllowSingleAttack' has a wrong offset!"); \ static_assert(offsetof(UAnimagus_AttackExtraData, bKillChildrenOnDeath) == 0x00004E, "Member 'UAnimagus_AttackExtraData::bKillChildrenOnDeath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActivateDOV_AttackExtraData \ static_assert(alignof(UActivateDOV_AttackExtraData) == 0x000008, "Wrong alignment on UActivateDOV_AttackExtraData"); \ static_assert(sizeof(UActivateDOV_AttackExtraData) == 0x000030, "Wrong size on UActivateDOV_AttackExtraData"); \ static_assert(offsetof(UActivateDOV_AttackExtraData, MinCount) == 0x000028, "Member 'UActivateDOV_AttackExtraData::MinCount' has a wrong offset!"); \ static_assert(offsetof(UActivateDOV_AttackExtraData, MaxDistanceSquared) == 0x00002C, "Member 'UActivateDOV_AttackExtraData::MaxDistanceSquared' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_AddAbility \ static_assert(alignof(URPGTriggerEffect_AddAbility) == 0x000008, "Wrong alignment on URPGTriggerEffect_AddAbility"); \ static_assert(sizeof(URPGTriggerEffect_AddAbility) == 0x000078, "Wrong size on URPGTriggerEffect_AddAbility"); \ static_assert(offsetof(URPGTriggerEffect_AddAbility, RPGAbility) == 0x000040, "Member 'URPGTriggerEffect_AddAbility::RPGAbility' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AddAbility, DurationUnit) == 0x000068, "Member 'URPGTriggerEffect_AddAbility::DurationUnit' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AddAbility, Duration) == 0x00006C, "Member 'URPGTriggerEffect_AddAbility::Duration' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AddAbility, bUseIngameSimulationTime) == 0x000070, "Member 'URPGTriggerEffect_AddAbility::bUseIngameSimulationTime' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AddAbility, bResetOnDayEnd) == 0x000071, "Member 'URPGTriggerEffect_AddAbility::bResetOnDayEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionLogWidget_CanAbandonMission \ static_assert(alignof(MissionLogWidget_CanAbandonMission) == 0x000004, "Wrong alignment on MissionLogWidget_CanAbandonMission"); \ static_assert(sizeof(MissionLogWidget_CanAbandonMission) == 0x00000C, "Wrong size on MissionLogWidget_CanAbandonMission"); \ static_assert(offsetof(MissionLogWidget_CanAbandonMission, MissionID) == 0x000000, "Member 'MissionLogWidget_CanAbandonMission::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionLogWidget_CanAbandonMission, ReturnValue) == 0x000008, "Member 'MissionLogWidget_CanAbandonMission::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionLogWidget_GetMissionLogData \ static_assert(alignof(MissionLogWidget_GetMissionLogData) == 0x000008, "Wrong alignment on MissionLogWidget_GetMissionLogData"); \ static_assert(sizeof(MissionLogWidget_GetMissionLogData) == 0x000018, "Wrong size on MissionLogWidget_GetMissionLogData"); \ static_assert(offsetof(MissionLogWidget_GetMissionLogData, OutTrackedMissionIndex) == 0x000000, "Member 'MissionLogWidget_GetMissionLogData::OutTrackedMissionIndex' has a wrong offset!"); \ static_assert(offsetof(MissionLogWidget_GetMissionLogData, ReturnValue) == 0x000008, "Member 'MissionLogWidget_GetMissionLogData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionLogWidget_TrackNewObjective \ static_assert(alignof(MissionLogWidget_TrackNewObjective) == 0x000008, "Wrong alignment on MissionLogWidget_TrackNewObjective"); \ static_assert(sizeof(MissionLogWidget_TrackNewObjective) == 0x000018, "Wrong size on MissionLogWidget_TrackNewObjective"); \ static_assert(offsetof(MissionLogWidget_TrackNewObjective, ObjectiveName) == 0x000000, "Member 'MissionLogWidget_TrackNewObjective::ObjectiveName' has a wrong offset!"); \ static_assert(offsetof(MissionLogWidget_TrackNewObjective, ReturnValue) == 0x000010, "Member 'MissionLogWidget_TrackNewObjective::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionLogWidget_GetActiveObjectiveTrackableStates \ static_assert(alignof(MissionLogWidget_GetActiveObjectiveTrackableStates) == 0x000008, "Wrong alignment on MissionLogWidget_GetActiveObjectiveTrackableStates"); \ static_assert(sizeof(MissionLogWidget_GetActiveObjectiveTrackableStates) == 0x000028, "Wrong size on MissionLogWidget_GetActiveObjectiveTrackableStates"); \ static_assert(offsetof(MissionLogWidget_GetActiveObjectiveTrackableStates, TrackableStates) == 0x000000, "Member 'MissionLogWidget_GetActiveObjectiveTrackableStates::TrackableStates' has a wrong offset!"); \ static_assert(offsetof(MissionLogWidget_GetActiveObjectiveTrackableStates, TrackedObjective) == 0x000010, "Member 'MissionLogWidget_GetActiveObjectiveTrackableStates::TrackedObjective' has a wrong offset!"); \ static_assert(offsetof(MissionLogWidget_GetActiveObjectiveTrackableStates, ReturnValue) == 0x000020, "Member 'MissionLogWidget_GetActiveObjectiveTrackableStates::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionLogWidget_GetLighthouseGoalInfo \ static_assert(alignof(MissionLogWidget_GetLighthouseGoalInfo) == 0x000008, "Wrong alignment on MissionLogWidget_GetLighthouseGoalInfo"); \ static_assert(sizeof(MissionLogWidget_GetLighthouseGoalInfo) == 0x000040, "Wrong size on MissionLogWidget_GetLighthouseGoalInfo"); \ static_assert(offsetof(MissionLogWidget_GetLighthouseGoalInfo, LighthouseGoalID) == 0x000000, "Member 'MissionLogWidget_GetLighthouseGoalInfo::LighthouseGoalID' has a wrong offset!"); \ static_assert(offsetof(MissionLogWidget_GetLighthouseGoalInfo, LighthouseObjectives) == 0x000008, "Member 'MissionLogWidget_GetLighthouseGoalInfo::LighthouseObjectives' has a wrong offset!"); \ static_assert(offsetof(MissionLogWidget_GetLighthouseGoalInfo, ObjectiveUnlockedStates) == 0x000018, "Member 'MissionLogWidget_GetLighthouseGoalInfo::ObjectiveUnlockedStates' has a wrong offset!"); \ static_assert(offsetof(MissionLogWidget_GetLighthouseGoalInfo, ObjectiveCompleteStates) == 0x000028, "Member 'MissionLogWidget_GetLighthouseGoalInfo::ObjectiveCompleteStates' has a wrong offset!"); \ static_assert(offsetof(MissionLogWidget_GetLighthouseGoalInfo, ReturnValue) == 0x000038, "Member 'MissionLogWidget_GetLighthouseGoalInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionLogWidget_GetMapIconAndGlint \ static_assert(alignof(MissionLogWidget_GetMapIconAndGlint) == 0x000008, "Wrong alignment on MissionLogWidget_GetMapIconAndGlint"); \ static_assert(sizeof(MissionLogWidget_GetMapIconAndGlint) == 0x000040, "Wrong size on MissionLogWidget_GetMapIconAndGlint"); \ static_assert(offsetof(MissionLogWidget_GetMapIconAndGlint, MissionID) == 0x000000, "Member 'MissionLogWidget_GetMapIconAndGlint::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionLogWidget_GetMapIconAndGlint, Icon) == 0x000008, "Member 'MissionLogWidget_GetMapIconAndGlint::Icon' has a wrong offset!"); \ static_assert(offsetof(MissionLogWidget_GetMapIconAndGlint, Glint) == 0x000018, "Member 'MissionLogWidget_GetMapIconAndGlint::Glint' has a wrong offset!"); \ static_assert(offsetof(MissionLogWidget_GetMapIconAndGlint, IconColor) == 0x000028, "Member 'MissionLogWidget_GetMapIconAndGlint::IconColor' has a wrong offset!"); \ static_assert(offsetof(MissionLogWidget_GetMapIconAndGlint, ReturnValue) == 0x000038, "Member 'MissionLogWidget_GetMapIconAndGlint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionLogWidget_GetTrackedMissionData \ static_assert(alignof(MissionLogWidget_GetTrackedMissionData) == 0x000008, "Wrong alignment on MissionLogWidget_GetTrackedMissionData"); \ static_assert(sizeof(MissionLogWidget_GetTrackedMissionData) == 0x0000B0, "Wrong size on MissionLogWidget_GetTrackedMissionData"); \ static_assert(offsetof(MissionLogWidget_GetTrackedMissionData, MissionData) == 0x000000, "Member 'MissionLogWidget_GetTrackedMissionData::MissionData' has a wrong offset!"); \ static_assert(offsetof(MissionLogWidget_GetTrackedMissionData, ReturnValue) == 0x0000A8, "Member 'MissionLogWidget_GetTrackedMissionData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionLogWidget_GetTrackedMissionId \ static_assert(alignof(MissionLogWidget_GetTrackedMissionId) == 0x000004, "Wrong alignment on MissionLogWidget_GetTrackedMissionId"); \ static_assert(sizeof(MissionLogWidget_GetTrackedMissionId) == 0x00000C, "Wrong size on MissionLogWidget_GetTrackedMissionId"); \ static_assert(offsetof(MissionLogWidget_GetTrackedMissionId, MissionID) == 0x000000, "Member 'MissionLogWidget_GetTrackedMissionId::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionLogWidget_GetTrackedMissionId, ReturnValue) == 0x000008, "Member 'MissionLogWidget_GetTrackedMissionId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionLogWidget_HasBeenInitialized \ static_assert(alignof(MissionLogWidget_HasBeenInitialized) == 0x000001, "Wrong alignment on MissionLogWidget_HasBeenInitialized"); \ static_assert(sizeof(MissionLogWidget_HasBeenInitialized) == 0x000001, "Wrong size on MissionLogWidget_HasBeenInitialized"); \ static_assert(offsetof(MissionLogWidget_HasBeenInitialized, ReturnValue) == 0x000000, "Member 'MissionLogWidget_HasBeenInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionLogWidget_MissionHasBeaconOnMap \ static_assert(alignof(MissionLogWidget_MissionHasBeaconOnMap) == 0x000004, "Wrong alignment on MissionLogWidget_MissionHasBeaconOnMap"); \ static_assert(sizeof(MissionLogWidget_MissionHasBeaconOnMap) == 0x00000C, "Wrong size on MissionLogWidget_MissionHasBeaconOnMap"); \ static_assert(offsetof(MissionLogWidget_MissionHasBeaconOnMap, MissionID) == 0x000000, "Member 'MissionLogWidget_MissionHasBeaconOnMap::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionLogWidget_MissionHasBeaconOnMap, ReturnValue) == 0x000008, "Member 'MissionLogWidget_MissionHasBeaconOnMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMissionLogWidget \ static_assert(alignof(UMissionLogWidget) == 0x000008, "Wrong alignment on UMissionLogWidget"); \ static_assert(sizeof(UMissionLogWidget) == 0x0003D8, "Wrong size on UMissionLogWidget"); \ static_assert(offsetof(UMissionLogWidget, MissionTabDataSet) == 0x0003C8, "Member 'UMissionLogWidget::MissionTabDataSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTauntDragon_AttackExtraData \ static_assert(alignof(UTauntDragon_AttackExtraData) == 0x000008, "Wrong alignment on UTauntDragon_AttackExtraData"); \ static_assert(sizeof(UTauntDragon_AttackExtraData) == 0x000040, "Wrong size on UTauntDragon_AttackExtraData"); \ static_assert(offsetof(UTauntDragon_AttackExtraData, TargetObjectName) == 0x000028, "Member 'UTauntDragon_AttackExtraData::TargetObjectName' has a wrong offset!"); \ static_assert(offsetof(UTauntDragon_AttackExtraData, AddedAttackScore) == 0x000038, "Member 'UTauntDragon_AttackExtraData::AddedAttackScore' has a wrong offset!"); \ static_assert(offsetof(UTauntDragon_AttackExtraData, bDoDebugDraw) == 0x00003C, "Member 'UTauntDragon_AttackExtraData::bDoDebugDraw' has a wrong offset!"); \ static_assert(offsetof(UTauntDragon_AttackExtraData, bForceThisAttack) == 0x00003D, "Member 'UTauntDragon_AttackExtraData::bForceThisAttack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickActionWidget_SetItemArray \ static_assert(alignof(QuickActionWidget_SetItemArray) == 0x000008, "Wrong alignment on QuickActionWidget_SetItemArray"); \ static_assert(sizeof(QuickActionWidget_SetItemArray) == 0x000018, "Wrong size on QuickActionWidget_SetItemArray"); \ static_assert(offsetof(QuickActionWidget_SetItemArray, Items) == 0x000000, "Member 'QuickActionWidget_SetItemArray::Items' has a wrong offset!"); \ static_assert(offsetof(QuickActionWidget_SetItemArray, StartingIndex) == 0x000010, "Member 'QuickActionWidget_SetItemArray::StartingIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQuickActionWidget \ static_assert(alignof(UQuickActionWidget) == 0x000008, "Wrong alignment on UQuickActionWidget"); \ static_assert(sizeof(UQuickActionWidget) == 0x000280, "Wrong size on UQuickActionWidget"); \ static_assert(offsetof(UQuickActionWidget, StartIndex) == 0x000268, "Member 'UQuickActionWidget::StartIndex' has a wrong offset!"); \ static_assert(offsetof(UQuickActionWidget, ActionItems) == 0x000270, "Member 'UQuickActionWidget::ActionItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyAIWeaponSpawnData \ static_assert(alignof(UEnemyAIWeaponSpawnData) == 0x000008, "Wrong alignment on UEnemyAIWeaponSpawnData"); \ static_assert(sizeof(UEnemyAIWeaponSpawnData) == 0x000038, "Wrong size on UEnemyAIWeaponSpawnData"); \ #define DUMPER7_ASSERTS_GuideSuppressionVolume_OnBeginOverlap \ static_assert(alignof(GuideSuppressionVolume_OnBeginOverlap) == 0x000008, "Wrong alignment on GuideSuppressionVolume_OnBeginOverlap"); \ static_assert(sizeof(GuideSuppressionVolume_OnBeginOverlap) == 0x000010, "Wrong size on GuideSuppressionVolume_OnBeginOverlap"); \ static_assert(offsetof(GuideSuppressionVolume_OnBeginOverlap, SelfActor) == 0x000000, "Member 'GuideSuppressionVolume_OnBeginOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(GuideSuppressionVolume_OnBeginOverlap, OtherActor) == 0x000008, "Member 'GuideSuppressionVolume_OnBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GuideSuppressionVolume_OnEndOverlap \ static_assert(alignof(GuideSuppressionVolume_OnEndOverlap) == 0x000008, "Wrong alignment on GuideSuppressionVolume_OnEndOverlap"); \ static_assert(sizeof(GuideSuppressionVolume_OnEndOverlap) == 0x000010, "Wrong size on GuideSuppressionVolume_OnEndOverlap"); \ static_assert(offsetof(GuideSuppressionVolume_OnEndOverlap, SelfActor) == 0x000000, "Member 'GuideSuppressionVolume_OnEndOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(GuideSuppressionVolume_OnEndOverlap, OtherActor) == 0x000008, "Member 'GuideSuppressionVolume_OnEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGuideSuppressionVolume \ static_assert(alignof(AGuideSuppressionVolume) == 0x000008, "Wrong alignment on AGuideSuppressionVolume"); \ static_assert(sizeof(AGuideSuppressionVolume) == 0x000258, "Wrong size on AGuideSuppressionVolume"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_TalentReset \ static_assert(alignof(URPGTriggerEffect_TalentReset) == 0x000008, "Wrong alignment on URPGTriggerEffect_TalentReset"); \ static_assert(sizeof(URPGTriggerEffect_TalentReset) == 0x000040, "Wrong size on URPGTriggerEffect_TalentReset"); \ #define DUMPER7_ASSERTS_UAIPerformTaskMoveToLocation_DEBUG \ static_assert(alignof(UAIPerformTaskMoveToLocation_DEBUG) == 0x000010, "Wrong alignment on UAIPerformTaskMoveToLocation_DEBUG"); \ static_assert(sizeof(UAIPerformTaskMoveToLocation_DEBUG) == 0x0000E0, "Wrong size on UAIPerformTaskMoveToLocation_DEBUG"); \ static_assert(offsetof(UAIPerformTaskMoveToLocation_DEBUG, MovementSpeed) == 0x0000D8, "Member 'UAIPerformTaskMoveToLocation_DEBUG::MovementSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyBroomRider_AiController_GetDistanceFromPlayer \ static_assert(alignof(EnemyBroomRider_AiController_GetDistanceFromPlayer) == 0x000008, "Wrong alignment on EnemyBroomRider_AiController_GetDistanceFromPlayer"); \ static_assert(sizeof(EnemyBroomRider_AiController_GetDistanceFromPlayer) == 0x000018, "Wrong size on EnemyBroomRider_AiController_GetDistanceFromPlayer"); \ static_assert(offsetof(EnemyBroomRider_AiController_GetDistanceFromPlayer, SplinePhysicsScratch) == 0x000000, "Member 'EnemyBroomRider_AiController_GetDistanceFromPlayer::SplinePhysicsScratch' has a wrong offset!"); \ static_assert(offsetof(EnemyBroomRider_AiController_GetDistanceFromPlayer, Player) == 0x000008, "Member 'EnemyBroomRider_AiController_GetDistanceFromPlayer::Player' has a wrong offset!"); \ static_assert(offsetof(EnemyBroomRider_AiController_GetDistanceFromPlayer, ReturnValue) == 0x000010, "Member 'EnemyBroomRider_AiController_GetDistanceFromPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyBroomRider_AiController_GoToPointOnSpline \ static_assert(alignof(EnemyBroomRider_AiController_GoToPointOnSpline) == 0x000004, "Wrong alignment on EnemyBroomRider_AiController_GoToPointOnSpline"); \ static_assert(sizeof(EnemyBroomRider_AiController_GoToPointOnSpline) == 0x000004, "Wrong size on EnemyBroomRider_AiController_GoToPointOnSpline"); \ static_assert(offsetof(EnemyBroomRider_AiController_GoToPointOnSpline, Point) == 0x000000, "Member 'EnemyBroomRider_AiController_GoToPointOnSpline::Point' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyBroomRider_AiController_SetBroomYaw \ static_assert(alignof(EnemyBroomRider_AiController_SetBroomYaw) == 0x000004, "Wrong alignment on EnemyBroomRider_AiController_SetBroomYaw"); \ static_assert(sizeof(EnemyBroomRider_AiController_SetBroomYaw) == 0x000004, "Wrong size on EnemyBroomRider_AiController_SetBroomYaw"); \ static_assert(offsetof(EnemyBroomRider_AiController_SetBroomYaw, Yaw) == 0x000000, "Member 'EnemyBroomRider_AiController_SetBroomYaw::Yaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyBroomRider_AiController_StopAndWaitForPlayer \ static_assert(alignof(EnemyBroomRider_AiController_StopAndWaitForPlayer) == 0x000004, "Wrong alignment on EnemyBroomRider_AiController_StopAndWaitForPlayer"); \ static_assert(sizeof(EnemyBroomRider_AiController_StopAndWaitForPlayer) == 0x000004, "Wrong size on EnemyBroomRider_AiController_StopAndWaitForPlayer"); \ static_assert(offsetof(EnemyBroomRider_AiController_StopAndWaitForPlayer, CriticalDistance) == 0x000000, "Member 'EnemyBroomRider_AiController_StopAndWaitForPlayer::CriticalDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEnemyBroomRider_AiController \ static_assert(alignof(AEnemyBroomRider_AiController) == 0x000008, "Wrong alignment on AEnemyBroomRider_AiController"); \ static_assert(sizeof(AEnemyBroomRider_AiController) == 0x0002E8, "Wrong size on AEnemyBroomRider_AiController"); \ static_assert(offsetof(AEnemyBroomRider_AiController, BroomPhysics) == 0x0002C0, "Member 'AEnemyBroomRider_AiController::BroomPhysics' has a wrong offset!"); \ static_assert(offsetof(AEnemyBroomRider_AiController, BroomEnemyState) == 0x0002C8, "Member 'AEnemyBroomRider_AiController::BroomEnemyState' has a wrong offset!"); \ static_assert(offsetof(AEnemyBroomRider_AiController, OverrideYaw) == 0x0002C9, "Member 'AEnemyBroomRider_AiController::OverrideYaw' has a wrong offset!"); \ static_assert(offsetof(AEnemyBroomRider_AiController, OwnedScheduledEntity) == 0x0002E0, "Member 'AEnemyBroomRider_AiController::OwnedScheduledEntity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyBuff_Interface_CreateBuffEmitterFx \ static_assert(alignof(EnemyBuff_Interface_CreateBuffEmitterFx) == 0x000004, "Wrong alignment on EnemyBuff_Interface_CreateBuffEmitterFx"); \ static_assert(sizeof(EnemyBuff_Interface_CreateBuffEmitterFx) == 0x000014, "Wrong size on EnemyBuff_Interface_CreateBuffEmitterFx"); \ static_assert(offsetof(EnemyBuff_Interface_CreateBuffEmitterFx, BuffType) == 0x000000, "Member 'EnemyBuff_Interface_CreateBuffEmitterFx::BuffType' has a wrong offset!"); \ static_assert(offsetof(EnemyBuff_Interface_CreateBuffEmitterFx, Location) == 0x000004, "Member 'EnemyBuff_Interface_CreateBuffEmitterFx::Location' has a wrong offset!"); \ static_assert(offsetof(EnemyBuff_Interface_CreateBuffEmitterFx, ReturnValue) == 0x000010, "Member 'EnemyBuff_Interface_CreateBuffEmitterFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyBuff_Interface_DeactivateBuffEmitterFx \ static_assert(alignof(EnemyBuff_Interface_DeactivateBuffEmitterFx) == 0x000001, "Wrong alignment on EnemyBuff_Interface_DeactivateBuffEmitterFx"); \ static_assert(sizeof(EnemyBuff_Interface_DeactivateBuffEmitterFx) == 0x000002, "Wrong size on EnemyBuff_Interface_DeactivateBuffEmitterFx"); \ static_assert(offsetof(EnemyBuff_Interface_DeactivateBuffEmitterFx, BuffType) == 0x000000, "Member 'EnemyBuff_Interface_DeactivateBuffEmitterFx::BuffType' has a wrong offset!"); \ static_assert(offsetof(EnemyBuff_Interface_DeactivateBuffEmitterFx, ReturnValue) == 0x000001, "Member 'EnemyBuff_Interface_DeactivateBuffEmitterFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyBuff_Interface_DestroyBuffEmitterFx \ static_assert(alignof(EnemyBuff_Interface_DestroyBuffEmitterFx) == 0x000001, "Wrong alignment on EnemyBuff_Interface_DestroyBuffEmitterFx"); \ static_assert(sizeof(EnemyBuff_Interface_DestroyBuffEmitterFx) == 0x000002, "Wrong size on EnemyBuff_Interface_DestroyBuffEmitterFx"); \ static_assert(offsetof(EnemyBuff_Interface_DestroyBuffEmitterFx, BuffType) == 0x000000, "Member 'EnemyBuff_Interface_DestroyBuffEmitterFx::BuffType' has a wrong offset!"); \ static_assert(offsetof(EnemyBuff_Interface_DestroyBuffEmitterFx, ReturnValue) == 0x000001, "Member 'EnemyBuff_Interface_DestroyBuffEmitterFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyBuff_Interface_UpdateBuffEmitterLocationAndRotFx \ static_assert(alignof(EnemyBuff_Interface_UpdateBuffEmitterLocationAndRotFx) == 0x000004, "Wrong alignment on EnemyBuff_Interface_UpdateBuffEmitterLocationAndRotFx"); \ static_assert(sizeof(EnemyBuff_Interface_UpdateBuffEmitterLocationAndRotFx) == 0x00001C, "Wrong size on EnemyBuff_Interface_UpdateBuffEmitterLocationAndRotFx"); \ static_assert(offsetof(EnemyBuff_Interface_UpdateBuffEmitterLocationAndRotFx, Location) == 0x000000, "Member 'EnemyBuff_Interface_UpdateBuffEmitterLocationAndRotFx::Location' has a wrong offset!"); \ static_assert(offsetof(EnemyBuff_Interface_UpdateBuffEmitterLocationAndRotFx, Rotation) == 0x00000C, "Member 'EnemyBuff_Interface_UpdateBuffEmitterLocationAndRotFx::Rotation' has a wrong offset!"); \ static_assert(offsetof(EnemyBuff_Interface_UpdateBuffEmitterLocationAndRotFx, BuffType) == 0x000018, "Member 'EnemyBuff_Interface_UpdateBuffEmitterLocationAndRotFx::BuffType' has a wrong offset!"); \ static_assert(offsetof(EnemyBuff_Interface_UpdateBuffEmitterLocationAndRotFx, ReturnValue) == 0x000019, "Member 'EnemyBuff_Interface_UpdateBuffEmitterLocationAndRotFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEnemyBuff_Interface \ static_assert(alignof(IEnemyBuff_Interface) == 0x000001, "Wrong alignment on IEnemyBuff_Interface"); \ static_assert(sizeof(IEnemyBuff_Interface) == 0x000001, "Wrong size on IEnemyBuff_Interface"); \ #define DUMPER7_ASSERTS_EnemyInfo_HandleHealthPercentageChanged \ static_assert(alignof(EnemyInfo_HandleHealthPercentageChanged) == 0x000004, "Wrong alignment on EnemyInfo_HandleHealthPercentageChanged"); \ static_assert(sizeof(EnemyInfo_HandleHealthPercentageChanged) == 0x000004, "Wrong size on EnemyInfo_HandleHealthPercentageChanged"); \ static_assert(offsetof(EnemyInfo_HandleHealthPercentageChanged, HealthIn) == 0x000000, "Member 'EnemyInfo_HandleHealthPercentageChanged::HealthIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyInfo_HandleNameChanged \ static_assert(alignof(EnemyInfo_HandleNameChanged) == 0x000004, "Wrong alignment on EnemyInfo_HandleNameChanged"); \ static_assert(sizeof(EnemyInfo_HandleNameChanged) == 0x000008, "Wrong size on EnemyInfo_HandleNameChanged"); \ static_assert(offsetof(EnemyInfo_HandleNameChanged, NameIn) == 0x000000, "Member 'EnemyInfo_HandleNameChanged::NameIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyInfo_HandleShow \ static_assert(alignof(EnemyInfo_HandleShow) == 0x000001, "Wrong alignment on EnemyInfo_HandleShow"); \ static_assert(sizeof(EnemyInfo_HandleShow) == 0x000001, "Wrong size on EnemyInfo_HandleShow"); \ static_assert(offsetof(EnemyInfo_HandleShow, VisibleIn) == 0x000000, "Member 'EnemyInfo_HandleShow::VisibleIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyInfo_SetHelthPercentage \ static_assert(alignof(EnemyInfo_SetHelthPercentage) == 0x000004, "Wrong alignment on EnemyInfo_SetHelthPercentage"); \ static_assert(sizeof(EnemyInfo_SetHelthPercentage) == 0x000004, "Wrong size on EnemyInfo_SetHelthPercentage"); \ static_assert(offsetof(EnemyInfo_SetHelthPercentage, HealthIn) == 0x000000, "Member 'EnemyInfo_SetHelthPercentage::HealthIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyInfo_SetName \ static_assert(alignof(EnemyInfo_SetName) == 0x000004, "Wrong alignment on EnemyInfo_SetName"); \ static_assert(sizeof(EnemyInfo_SetName) == 0x000008, "Wrong size on EnemyInfo_SetName"); \ static_assert(offsetof(EnemyInfo_SetName, NameIn) == 0x000000, "Member 'EnemyInfo_SetName::NameIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyInfo_Show \ static_assert(alignof(EnemyInfo_Show) == 0x000001, "Wrong alignment on EnemyInfo_Show"); \ static_assert(sizeof(EnemyInfo_Show) == 0x000001, "Wrong size on EnemyInfo_Show"); \ static_assert(offsetof(EnemyInfo_Show, VisibleIn) == 0x000000, "Member 'EnemyInfo_Show::VisibleIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyInfo \ static_assert(alignof(UEnemyInfo) == 0x000008, "Wrong alignment on UEnemyInfo"); \ static_assert(sizeof(UEnemyInfo) == 0x000278, "Wrong size on UEnemyInfo"); \ static_assert(offsetof(UEnemyInfo, Health) == 0x000268, "Member 'UEnemyInfo::Health' has a wrong offset!"); \ static_assert(offsetof(UEnemyInfo, Name_0) == 0x00026C, "Member 'UEnemyInfo::Name_0' has a wrong offset!"); \ static_assert(offsetof(UEnemyInfo, Visible) == 0x000274, "Member 'UEnemyInfo::Visible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyStateDataContainer \ static_assert(alignof(UEnemyStateDataContainer) == 0x000008, "Wrong alignment on UEnemyStateDataContainer"); \ static_assert(sizeof(UEnemyStateDataContainer) == 0x0002C8, "Wrong size on UEnemyStateDataContainer"); \ static_assert(offsetof(UEnemyStateDataContainer, Data) == 0x000028, "Member 'UEnemyStateDataContainer::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_Weakness \ static_assert(alignof(URPGTriggerEffect_Weakness) == 0x000008, "Wrong alignment on URPGTriggerEffect_Weakness"); \ static_assert(sizeof(URPGTriggerEffect_Weakness) == 0x000048, "Wrong size on URPGTriggerEffect_Weakness"); \ static_assert(offsetof(URPGTriggerEffect_Weakness, Duration) == 0x000040, "Member 'URPGTriggerEffect_Weakness::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_Decal3D \ static_assert(alignof(UMultiFX2_Decal3D) == 0x000008, "Wrong alignment on UMultiFX2_Decal3D"); \ static_assert(sizeof(UMultiFX2_Decal3D) == 0x000078, "Wrong size on UMultiFX2_Decal3D"); \ static_assert(offsetof(UMultiFX2_Decal3D, Decal3D) == 0x000068, "Member 'UMultiFX2_Decal3D::Decal3D' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Decal3D, Decal3DRandomOrientation) == 0x000070, "Member 'UMultiFX2_Decal3D::Decal3DRandomOrientation' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Decal3D, LifeSpan) == 0x000074, "Member 'UMultiFX2_Decal3D::LifeSpan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyStateInfo_SetIgnoreActorHitFrom \ static_assert(alignof(EnemyStateInfo_SetIgnoreActorHitFrom) == 0x000008, "Wrong alignment on EnemyStateInfo_SetIgnoreActorHitFrom"); \ static_assert(sizeof(EnemyStateInfo_SetIgnoreActorHitFrom) == 0x000008, "Wrong size on EnemyStateInfo_SetIgnoreActorHitFrom"); \ static_assert(offsetof(EnemyStateInfo_SetIgnoreActorHitFrom, IgnoreActor) == 0x000000, "Member 'EnemyStateInfo_SetIgnoreActorHitFrom::IgnoreActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyStateInfo_SetInvulnerableToStaticObjects \ static_assert(alignof(EnemyStateInfo_SetInvulnerableToStaticObjects) == 0x000001, "Wrong alignment on EnemyStateInfo_SetInvulnerableToStaticObjects"); \ static_assert(sizeof(EnemyStateInfo_SetInvulnerableToStaticObjects) == 0x000001, "Wrong size on EnemyStateInfo_SetInvulnerableToStaticObjects"); \ static_assert(offsetof(EnemyStateInfo_SetInvulnerableToStaticObjects, bInInvulnerable) == 0x000000, "Member 'EnemyStateInfo_SetInvulnerableToStaticObjects::bInInvulnerable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyStateInfo_SetPullsAggro \ static_assert(alignof(EnemyStateInfo_SetPullsAggro) == 0x000001, "Wrong alignment on EnemyStateInfo_SetPullsAggro"); \ static_assert(sizeof(EnemyStateInfo_SetPullsAggro) == 0x000001, "Wrong size on EnemyStateInfo_SetPullsAggro"); \ static_assert(offsetof(EnemyStateInfo_SetPullsAggro, bInPullsAggro) == 0x000000, "Member 'EnemyStateInfo_SetPullsAggro::bInPullsAggro' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyStateInfo_SetPullsAggroAmount \ static_assert(alignof(EnemyStateInfo_SetPullsAggroAmount) == 0x000004, "Wrong alignment on EnemyStateInfo_SetPullsAggroAmount"); \ static_assert(sizeof(EnemyStateInfo_SetPullsAggroAmount) == 0x000004, "Wrong size on EnemyStateInfo_SetPullsAggroAmount"); \ static_assert(offsetof(EnemyStateInfo_SetPullsAggroAmount, InAmount) == 0x000000, "Member 'EnemyStateInfo_SetPullsAggroAmount::InAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyStateInfo_GetFriendlyFireTypeList \ static_assert(alignof(EnemyStateInfo_GetFriendlyFireTypeList) == 0x000008, "Wrong alignment on EnemyStateInfo_GetFriendlyFireTypeList"); \ static_assert(sizeof(EnemyStateInfo_GetFriendlyFireTypeList) == 0x000010, "Wrong size on EnemyStateInfo_GetFriendlyFireTypeList"); \ static_assert(offsetof(EnemyStateInfo_GetFriendlyFireTypeList, ReturnValue) == 0x000000, "Member 'EnemyStateInfo_GetFriendlyFireTypeList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyStateInfo_GetPullAggroAmount \ static_assert(alignof(EnemyStateInfo_GetPullAggroAmount) == 0x000004, "Wrong alignment on EnemyStateInfo_GetPullAggroAmount"); \ static_assert(sizeof(EnemyStateInfo_GetPullAggroAmount) == 0x000004, "Wrong size on EnemyStateInfo_GetPullAggroAmount"); \ static_assert(offsetof(EnemyStateInfo_GetPullAggroAmount, ReturnValue) == 0x000000, "Member 'EnemyStateInfo_GetPullAggroAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnemyStateInfo_PullsAggro \ static_assert(alignof(EnemyStateInfo_PullsAggro) == 0x000001, "Wrong alignment on EnemyStateInfo_PullsAggro"); \ static_assert(sizeof(EnemyStateInfo_PullsAggro) == 0x000001, "Wrong size on EnemyStateInfo_PullsAggro"); \ static_assert(offsetof(EnemyStateInfo_PullsAggro, ReturnValue) == 0x000000, "Member 'EnemyStateInfo_PullsAggro::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnemyStateInfo \ static_assert(alignof(UEnemyStateInfo) == 0x000008, "Wrong alignment on UEnemyStateInfo"); \ static_assert(sizeof(UEnemyStateInfo) == 0x001048, "Wrong size on UEnemyStateInfo"); \ #define DUMPER7_ASSERTS_UModFilter_ObjectState_IsOnPlayerTeam \ static_assert(alignof(UModFilter_ObjectState_IsOnPlayerTeam) == 0x000008, "Wrong alignment on UModFilter_ObjectState_IsOnPlayerTeam"); \ static_assert(sizeof(UModFilter_ObjectState_IsOnPlayerTeam) == 0x000030, "Wrong size on UModFilter_ObjectState_IsOnPlayerTeam"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_StationsManagedBy \ static_assert(alignof(UEnvQueryGenerator_StationsManagedBy) == 0x000008, "Wrong alignment on UEnvQueryGenerator_StationsManagedBy"); \ static_assert(sizeof(UEnvQueryGenerator_StationsManagedBy) == 0x000060, "Wrong size on UEnvQueryGenerator_StationsManagedBy"); \ static_assert(offsetof(UEnvQueryGenerator_StationsManagedBy, bUseAvailableStationsOnly) == 0x000050, "Member 'UEnvQueryGenerator_StationsManagedBy::bUseAvailableStationsOnly' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_StationsManagedBy, GenerateMaxCount) == 0x000054, "Member 'UEnvQueryGenerator_StationsManagedBy::GenerateMaxCount' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryGenerator_StationsManagedBy, SelectionMethod) == 0x000058, "Member 'UEnvQueryGenerator_StationsManagedBy::SelectionMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HogwartsMapScreen_GetMap \ static_assert(alignof(HogwartsMapScreen_GetMap) == 0x000008, "Wrong alignment on HogwartsMapScreen_GetMap"); \ static_assert(sizeof(HogwartsMapScreen_GetMap) == 0x000008, "Wrong size on HogwartsMapScreen_GetMap"); \ static_assert(offsetof(HogwartsMapScreen_GetMap, ReturnValue) == 0x000000, "Member 'HogwartsMapScreen_GetMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHogwartsMapScreen \ static_assert(alignof(UHogwartsMapScreen) == 0x000008, "Wrong alignment on UHogwartsMapScreen"); \ static_assert(sizeof(UHogwartsMapScreen) == 0x000560, "Wrong size on UHogwartsMapScreen"); \ static_assert(offsetof(UHogwartsMapScreen, OnMapFaceDown) == 0x0004D8, "Member 'UHogwartsMapScreen::OnMapFaceDown' has a wrong offset!"); \ static_assert(offsetof(UHogwartsMapScreen, OnMapFaceTop) == 0x0004E8, "Member 'UHogwartsMapScreen::OnMapFaceTop' has a wrong offset!"); \ static_assert(offsetof(UHogwartsMapScreen, OnMapFaceRight) == 0x0004F8, "Member 'UHogwartsMapScreen::OnMapFaceRight' has a wrong offset!"); \ static_assert(offsetof(UHogwartsMapScreen, OnMapFaceLeft) == 0x000508, "Member 'UHogwartsMapScreen::OnMapFaceLeft' has a wrong offset!"); \ static_assert(offsetof(UHogwartsMapScreen, OnMapDPadDown) == 0x000518, "Member 'UHogwartsMapScreen::OnMapDPadDown' has a wrong offset!"); \ static_assert(offsetof(UHogwartsMapScreen, OnMapDPadUp) == 0x000528, "Member 'UHogwartsMapScreen::OnMapDPadUp' has a wrong offset!"); \ static_assert(offsetof(UHogwartsMapScreen, OnMapDPadLeft) == 0x000538, "Member 'UHogwartsMapScreen::OnMapDPadLeft' has a wrong offset!"); \ static_assert(offsetof(UHogwartsMapScreen, OnMapDPadRight) == 0x000548, "Member 'UHogwartsMapScreen::OnMapDPadRight' has a wrong offset!"); \ static_assert(offsetof(UHogwartsMapScreen, HogwartsMap) == 0x000558, "Member 'UHogwartsMapScreen::HogwartsMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_Crime \ static_assert(alignof(URPGTriggerEffect_Crime) == 0x000008, "Wrong alignment on URPGTriggerEffect_Crime"); \ static_assert(sizeof(URPGTriggerEffect_Crime) == 0x000048, "Wrong size on URPGTriggerEffect_Crime"); \ static_assert(offsetof(URPGTriggerEffect_Crime, SeverityLevel) == 0x000040, "Member 'URPGTriggerEffect_Crime::SeverityLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_Player_HasMaximaUpgrade \ static_assert(alignof(UModFilter_Player_HasMaximaUpgrade) == 0x000008, "Wrong alignment on UModFilter_Player_HasMaximaUpgrade"); \ static_assert(sizeof(UModFilter_Player_HasMaximaUpgrade) == 0x000030, "Wrong size on UModFilter_Player_HasMaximaUpgrade"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_StationsNearby \ static_assert(alignof(UEnvQueryGenerator_StationsNearby) == 0x000008, "Wrong alignment on UEnvQueryGenerator_StationsNearby"); \ static_assert(sizeof(UEnvQueryGenerator_StationsNearby) == 0x0000D0, "Wrong size on UEnvQueryGenerator_StationsNearby"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator_StationsOwned \ static_assert(alignof(UEnvQueryGenerator_StationsOwned) == 0x000008, "Wrong alignment on UEnvQueryGenerator_StationsOwned"); \ static_assert(sizeof(UEnvQueryGenerator_StationsOwned) == 0x000050, "Wrong size on UEnvQueryGenerator_StationsOwned"); \ #define DUMPER7_ASSERTS_UEnvQueryItemType_Station \ static_assert(alignof(UEnvQueryItemType_Station) == 0x000008, "Wrong alignment on UEnvQueryItemType_Station"); \ static_assert(sizeof(UEnvQueryItemType_Station) == 0x000030, "Wrong size on UEnvQueryItemType_Station"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Creature_AreaContainsGroupCoordinatedTag \ static_assert(alignof(UEnvQueryTest_Creature_AreaContainsGroupCoordinatedTag) == 0x000008, "Wrong alignment on UEnvQueryTest_Creature_AreaContainsGroupCoordinatedTag"); \ static_assert(sizeof(UEnvQueryTest_Creature_AreaContainsGroupCoordinatedTag) == 0x000240, "Wrong size on UEnvQueryTest_Creature_AreaContainsGroupCoordinatedTag"); \ static_assert(offsetof(UEnvQueryTest_Creature_AreaContainsGroupCoordinatedTag, DetectionRange) == 0x0001F8, "Member 'UEnvQueryTest_Creature_AreaContainsGroupCoordinatedTag::DetectionRange' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Creature_AreaContainsGroupCoordinatedTag, TagID) == 0x000230, "Member 'UEnvQueryTest_Creature_AreaContainsGroupCoordinatedTag::TagID' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_Creature_AreaContainsGroupCoordinatedTag, bIgnoreQueryContextActor) == 0x000238, "Member 'UEnvQueryTest_Creature_AreaContainsGroupCoordinatedTag::bIgnoreQueryContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAdjustments_Or \ static_assert(alignof(UFXAdjustments_Or) == 0x000008, "Wrong alignment on UFXAdjustments_Or"); \ static_assert(sizeof(UFXAdjustments_Or) == 0x000040, "Wrong size on UFXAdjustments_Or"); \ static_assert(offsetof(UFXAdjustments_Or, Adjustments) == 0x000028, "Member 'UFXAdjustments_Or::Adjustments' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustments_Or, bFailIfNotFound) == 0x000038, "Member 'UFXAdjustments_Or::bFailIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_Creature_CohesionWithActorsOfClass \ static_assert(alignof(UEnvQueryTest_Creature_CohesionWithActorsOfClass) == 0x000008, "Wrong alignment on UEnvQueryTest_Creature_CohesionWithActorsOfClass"); \ static_assert(sizeof(UEnvQueryTest_Creature_CohesionWithActorsOfClass) == 0x000230, "Wrong size on UEnvQueryTest_Creature_CohesionWithActorsOfClass"); \ static_assert(offsetof(UEnvQueryTest_Creature_CohesionWithActorsOfClass, DetectionRange) == 0x0001F8, "Member 'UEnvQueryTest_Creature_CohesionWithActorsOfClass::DetectionRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_OverlapWithIgnore \ static_assert(alignof(UEnvQueryTest_OverlapWithIgnore) == 0x000008, "Wrong alignment on UEnvQueryTest_OverlapWithIgnore"); \ static_assert(sizeof(UEnvQueryTest_OverlapWithIgnore) == 0x000220, "Wrong size on UEnvQueryTest_OverlapWithIgnore"); \ static_assert(offsetof(UEnvQueryTest_OverlapWithIgnore, OverlapData) == 0x0001F8, "Member 'UEnvQueryTest_OverlapWithIgnore::OverlapData' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_OverlapWithIgnore, IgnoreContext) == 0x000218, "Member 'UEnvQueryTest_OverlapWithIgnore::IgnoreContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RollingComponent_OnComponentSleep \ static_assert(alignof(RollingComponent_OnComponentSleep) == 0x000008, "Wrong alignment on RollingComponent_OnComponentSleep"); \ static_assert(sizeof(RollingComponent_OnComponentSleep) == 0x000010, "Wrong size on RollingComponent_OnComponentSleep"); \ static_assert(offsetof(RollingComponent_OnComponentSleep, OverlappedComponent) == 0x000000, "Member 'RollingComponent_OnComponentSleep::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(RollingComponent_OnComponentSleep, BoneName) == 0x000008, "Member 'RollingComponent_OnComponentSleep::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RollingComponent_OnComponentWake \ static_assert(alignof(RollingComponent_OnComponentWake) == 0x000008, "Wrong alignment on RollingComponent_OnComponentWake"); \ static_assert(sizeof(RollingComponent_OnComponentWake) == 0x000010, "Wrong size on RollingComponent_OnComponentWake"); \ static_assert(offsetof(RollingComponent_OnComponentWake, OverlappedComponent) == 0x000000, "Member 'RollingComponent_OnComponentWake::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(RollingComponent_OnComponentWake, BoneName) == 0x000008, "Member 'RollingComponent_OnComponentWake::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URollingComponent \ static_assert(alignof(URollingComponent) == 0x000008, "Wrong alignment on URollingComponent"); \ static_assert(sizeof(URollingComponent) == 0x000128, "Wrong size on URollingComponent"); \ static_assert(offsetof(URollingComponent, RollingFX2) == 0x0000D0, "Member 'URollingComponent::RollingFX2' has a wrong offset!"); \ static_assert(offsetof(URollingComponent, RTPCName) == 0x0000E0, "Member 'URollingComponent::RTPCName' has a wrong offset!"); \ static_assert(offsetof(URollingComponent, RollingAudioCutoffVelocity) == 0x0000E8, "Member 'URollingComponent::RollingAudioCutoffVelocity' has a wrong offset!"); \ static_assert(offsetof(URollingComponent, AdditionalLineTraceDistance) == 0x0000EC, "Member 'URollingComponent::AdditionalLineTraceDistance' has a wrong offset!"); \ static_assert(offsetof(URollingComponent, VelocityLerpValue) == 0x0000F0, "Member 'URollingComponent::VelocityLerpValue' has a wrong offset!"); \ static_assert(offsetof(URollingComponent, InAirVelocityDecay) == 0x0000F4, "Member 'URollingComponent::InAirVelocityDecay' has a wrong offset!"); \ static_assert(offsetof(URollingComponent, StaticMeshComp) == 0x000100, "Member 'URollingComponent::StaticMeshComp' has a wrong offset!"); \ static_assert(offsetof(URollingComponent, AkComponent) == 0x000108, "Member 'URollingComponent::AkComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_PatrolFinalize \ static_assert(alignof(UEnvQueryTest_PatrolFinalize) == 0x000008, "Wrong alignment on UEnvQueryTest_PatrolFinalize"); \ static_assert(sizeof(UEnvQueryTest_PatrolFinalize) == 0x0001F8, "Wrong size on UEnvQueryTest_PatrolFinalize"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_PatrolSetup \ static_assert(alignof(UEnvQueryTest_PatrolSetup) == 0x000008, "Wrong alignment on UEnvQueryTest_PatrolSetup"); \ static_assert(sizeof(UEnvQueryTest_PatrolSetup) == 0x0001F8, "Wrong size on UEnvQueryTest_PatrolSetup"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_StationSubtypes \ static_assert(alignof(UEnvQueryTest_StationSubtypes) == 0x000008, "Wrong alignment on UEnvQueryTest_StationSubtypes"); \ static_assert(sizeof(UEnvQueryTest_StationSubtypes) == 0x0001F8, "Wrong size on UEnvQueryTest_StationSubtypes"); \ #define DUMPER7_ASSERTS_UTimeSourceSanctuaryIdentity \ static_assert(alignof(UTimeSourceSanctuaryIdentity) == 0x000008, "Wrong alignment on UTimeSourceSanctuaryIdentity"); \ static_assert(sizeof(UTimeSourceSanctuaryIdentity) == 0x000038, "Wrong size on UTimeSourceSanctuaryIdentity"); \ #define DUMPER7_ASSERTS_UPerceptionDrawQueueItem \ static_assert(alignof(UPerceptionDrawQueueItem) == 0x000008, "Wrong alignment on UPerceptionDrawQueueItem"); \ static_assert(sizeof(UPerceptionDrawQueueItem) == 0x000060, "Wrong size on UPerceptionDrawQueueItem"); \ static_assert(offsetof(UPerceptionDrawQueueItem, perceptionData) == 0x000058, "Member 'UPerceptionDrawQueueItem::perceptionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEphemerisSubroutineSanctuaryIdentity \ static_assert(alignof(UEphemerisSubroutineSanctuaryIdentity) == 0x000008, "Wrong alignment on UEphemerisSubroutineSanctuaryIdentity"); \ static_assert(sizeof(UEphemerisSubroutineSanctuaryIdentity) == 0x000028, "Wrong size on UEphemerisSubroutineSanctuaryIdentity"); \ #define DUMPER7_ASSERTS_AEpiskeySpellTool \ static_assert(alignof(AEpiskeySpellTool) == 0x000008, "Wrong alignment on AEpiskeySpellTool"); \ static_assert(sizeof(AEpiskeySpellTool) == 0x0007F8, "Wrong size on AEpiskeySpellTool"); \ static_assert(offsetof(AEpiskeySpellTool, HealingAmount) == 0x0007F0, "Member 'AEpiskeySpellTool::HealingAmount' has a wrong offset!"); \ static_assert(offsetof(AEpiskeySpellTool, Radius) == 0x0007F4, "Member 'AEpiskeySpellTool::Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPortraitCallOutAttachComponent \ static_assert(alignof(UPortraitCallOutAttachComponent) == 0x000010, "Wrong alignment on UPortraitCallOutAttachComponent"); \ static_assert(sizeof(UPortraitCallOutAttachComponent) == 0x000230, "Wrong size on UPortraitCallOutAttachComponent"); \ #define DUMPER7_ASSERTS_ExperienceManager_Get \ static_assert(alignof(ExperienceManager_Get) == 0x000008, "Wrong alignment on ExperienceManager_Get"); \ static_assert(sizeof(ExperienceManager_Get) == 0x000008, "Wrong size on ExperienceManager_Get"); \ static_assert(offsetof(ExperienceManager_Get, ReturnValue) == 0x000000, "Member 'ExperienceManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExperienceManager_AddExperience \ static_assert(alignof(ExperienceManager_AddExperience) == 0x000008, "Wrong alignment on ExperienceManager_AddExperience"); \ static_assert(sizeof(ExperienceManager_AddExperience) == 0x000028, "Wrong size on ExperienceManager_AddExperience"); \ static_assert(offsetof(ExperienceManager_AddExperience, Points) == 0x000000, "Member 'ExperienceManager_AddExperience::Points' has a wrong offset!"); \ static_assert(offsetof(ExperienceManager_AddExperience, Source) == 0x000008, "Member 'ExperienceManager_AddExperience::Source' has a wrong offset!"); \ static_assert(offsetof(ExperienceManager_AddExperience, source_detail) == 0x000018, "Member 'ExperienceManager_AddExperience::source_detail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExperienceManager_GainExperienceByAction \ static_assert(alignof(ExperienceManager_GainExperienceByAction) == 0x000008, "Wrong alignment on ExperienceManager_GainExperienceByAction"); \ static_assert(sizeof(ExperienceManager_GainExperienceByAction) == 0x000010, "Wrong size on ExperienceManager_GainExperienceByAction"); \ static_assert(offsetof(ExperienceManager_GainExperienceByAction, ExperienceAction) == 0x000000, "Member 'ExperienceManager_GainExperienceByAction::ExperienceAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExperienceManager_GetExperienceLevel \ static_assert(alignof(ExperienceManager_GetExperienceLevel) == 0x000004, "Wrong alignment on ExperienceManager_GetExperienceLevel"); \ static_assert(sizeof(ExperienceManager_GetExperienceLevel) == 0x000004, "Wrong size on ExperienceManager_GetExperienceLevel"); \ static_assert(offsetof(ExperienceManager_GetExperienceLevel, ReturnValue) == 0x000000, "Member 'ExperienceManager_GetExperienceLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExperienceManager_GetExperienceLevelEndPoints \ static_assert(alignof(ExperienceManager_GetExperienceLevelEndPoints) == 0x000004, "Wrong alignment on ExperienceManager_GetExperienceLevelEndPoints"); \ static_assert(sizeof(ExperienceManager_GetExperienceLevelEndPoints) == 0x000004, "Wrong size on ExperienceManager_GetExperienceLevelEndPoints"); \ static_assert(offsetof(ExperienceManager_GetExperienceLevelEndPoints, ReturnValue) == 0x000000, "Member 'ExperienceManager_GetExperienceLevelEndPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExperienceManager_GetExperienceLevelStartPoints \ static_assert(alignof(ExperienceManager_GetExperienceLevelStartPoints) == 0x000004, "Wrong alignment on ExperienceManager_GetExperienceLevelStartPoints"); \ static_assert(sizeof(ExperienceManager_GetExperienceLevelStartPoints) == 0x000004, "Wrong size on ExperienceManager_GetExperienceLevelStartPoints"); \ static_assert(offsetof(ExperienceManager_GetExperienceLevelStartPoints, ReturnValue) == 0x000000, "Member 'ExperienceManager_GetExperienceLevelStartPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExperienceManager_GetExperiencePoints \ static_assert(alignof(ExperienceManager_GetExperiencePoints) == 0x000004, "Wrong alignment on ExperienceManager_GetExperiencePoints"); \ static_assert(sizeof(ExperienceManager_GetExperiencePoints) == 0x000004, "Wrong size on ExperienceManager_GetExperiencePoints"); \ static_assert(offsetof(ExperienceManager_GetExperiencePoints, ReturnValue) == 0x000000, "Member 'ExperienceManager_GetExperiencePoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExperienceManager_OnNewGame \ static_assert(alignof(ExperienceManager_OnNewGame) == 0x000008, "Wrong alignment on ExperienceManager_OnNewGame"); \ static_assert(sizeof(ExperienceManager_OnNewGame) == 0x000010, "Wrong size on ExperienceManager_OnNewGame"); \ static_assert(offsetof(ExperienceManager_OnNewGame, Caller) == 0x000000, "Member 'ExperienceManager_OnNewGame::Caller' has a wrong offset!"); \ static_assert(offsetof(ExperienceManager_OnNewGame, IsInIntro) == 0x000008, "Member 'ExperienceManager_OnNewGame::IsInIntro' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExperienceManager_SetExperienceLevel \ static_assert(alignof(ExperienceManager_SetExperienceLevel) == 0x000004, "Wrong alignment on ExperienceManager_SetExperienceLevel"); \ static_assert(sizeof(ExperienceManager_SetExperienceLevel) == 0x000004, "Wrong size on ExperienceManager_SetExperienceLevel"); \ static_assert(offsetof(ExperienceManager_SetExperienceLevel, NewLevel) == 0x000000, "Member 'ExperienceManager_SetExperienceLevel::NewLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExperienceManager_SetLevelBounds \ static_assert(alignof(ExperienceManager_SetLevelBounds) == 0x000004, "Wrong alignment on ExperienceManager_SetLevelBounds"); \ static_assert(sizeof(ExperienceManager_SetLevelBounds) == 0x00000C, "Wrong size on ExperienceManager_SetLevelBounds"); \ static_assert(offsetof(ExperienceManager_SetLevelBounds, i_level) == 0x000000, "Member 'ExperienceManager_SetLevelBounds::i_level' has a wrong offset!"); \ static_assert(offsetof(ExperienceManager_SetLevelBounds, o_startPoints) == 0x000004, "Member 'ExperienceManager_SetLevelBounds::o_startPoints' has a wrong offset!"); \ static_assert(offsetof(ExperienceManager_SetLevelBounds, o_endPoints) == 0x000008, "Member 'ExperienceManager_SetLevelBounds::o_endPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExperienceManager \ static_assert(alignof(UExperienceManager) == 0x000008, "Wrong alignment on UExperienceManager"); \ static_assert(sizeof(UExperienceManager) == 0x0000A8, "Wrong size on UExperienceManager"); \ static_assert(offsetof(UExperienceManager, m_onExperienceLevelChangedDelegate) == 0x000028, "Member 'UExperienceManager::m_onExperienceLevelChangedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExpiryManager_Get \ static_assert(alignof(ExpiryManager_Get) == 0x000008, "Wrong alignment on ExpiryManager_Get"); \ static_assert(sizeof(ExpiryManager_Get) == 0x000008, "Wrong size on ExpiryManager_Get"); \ static_assert(offsetof(ExpiryManager_Get, ReturnValue) == 0x000000, "Member 'ExpiryManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExpiryManager_AddExpiry \ static_assert(alignof(ExpiryManager_AddExpiry) == 0x000008, "Wrong alignment on ExpiryManager_AddExpiry"); \ static_assert(sizeof(ExpiryManager_AddExpiry) == 0x000020, "Wrong size on ExpiryManager_AddExpiry"); \ static_assert(offsetof(ExpiryManager_AddExpiry, UniqueId) == 0x000000, "Member 'ExpiryManager_AddExpiry::UniqueId' has a wrong offset!"); \ static_assert(offsetof(ExpiryManager_AddExpiry, ExpireTime) == 0x000010, "Member 'ExpiryManager_AddExpiry::ExpireTime' has a wrong offset!"); \ static_assert(offsetof(ExpiryManager_AddExpiry, ExpiryType) == 0x000018, "Member 'ExpiryManager_AddExpiry::ExpiryType' has a wrong offset!"); \ static_assert(offsetof(ExpiryManager_AddExpiry, ReturnValue) == 0x000019, "Member 'ExpiryManager_AddExpiry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExpiryManager_ClearExpiry \ static_assert(alignof(ExpiryManager_ClearExpiry) == 0x000008, "Wrong alignment on ExpiryManager_ClearExpiry"); \ static_assert(sizeof(ExpiryManager_ClearExpiry) == 0x000018, "Wrong size on ExpiryManager_ClearExpiry"); \ static_assert(offsetof(ExpiryManager_ClearExpiry, UniqueId) == 0x000000, "Member 'ExpiryManager_ClearExpiry::UniqueId' has a wrong offset!"); \ static_assert(offsetof(ExpiryManager_ClearExpiry, ExpiryType) == 0x000010, "Member 'ExpiryManager_ClearExpiry::ExpiryType' has a wrong offset!"); \ static_assert(offsetof(ExpiryManager_ClearExpiry, ReturnValue) == 0x000011, "Member 'ExpiryManager_ClearExpiry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExpiryManager_GetExpiry \ static_assert(alignof(ExpiryManager_GetExpiry) == 0x000008, "Wrong alignment on ExpiryManager_GetExpiry"); \ static_assert(sizeof(ExpiryManager_GetExpiry) == 0x000020, "Wrong size on ExpiryManager_GetExpiry"); \ static_assert(offsetof(ExpiryManager_GetExpiry, UniqueId) == 0x000000, "Member 'ExpiryManager_GetExpiry::UniqueId' has a wrong offset!"); \ static_assert(offsetof(ExpiryManager_GetExpiry, ExpiryType) == 0x000010, "Member 'ExpiryManager_GetExpiry::ExpiryType' has a wrong offset!"); \ static_assert(offsetof(ExpiryManager_GetExpiry, ReturnValue) == 0x000018, "Member 'ExpiryManager_GetExpiry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExpiryManager_HasExpiry \ static_assert(alignof(ExpiryManager_HasExpiry) == 0x000008, "Wrong alignment on ExpiryManager_HasExpiry"); \ static_assert(sizeof(ExpiryManager_HasExpiry) == 0x000018, "Wrong size on ExpiryManager_HasExpiry"); \ static_assert(offsetof(ExpiryManager_HasExpiry, UniqueId) == 0x000000, "Member 'ExpiryManager_HasExpiry::UniqueId' has a wrong offset!"); \ static_assert(offsetof(ExpiryManager_HasExpiry, ExpiryType) == 0x000010, "Member 'ExpiryManager_HasExpiry::ExpiryType' has a wrong offset!"); \ static_assert(offsetof(ExpiryManager_HasExpiry, ReturnValue) == 0x000011, "Member 'ExpiryManager_HasExpiry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExpiryManager_RefreshExpiry \ static_assert(alignof(ExpiryManager_RefreshExpiry) == 0x000008, "Wrong alignment on ExpiryManager_RefreshExpiry"); \ static_assert(sizeof(ExpiryManager_RefreshExpiry) == 0x000020, "Wrong size on ExpiryManager_RefreshExpiry"); \ static_assert(offsetof(ExpiryManager_RefreshExpiry, UniqueId) == 0x000000, "Member 'ExpiryManager_RefreshExpiry::UniqueId' has a wrong offset!"); \ static_assert(offsetof(ExpiryManager_RefreshExpiry, ExpireTime) == 0x000010, "Member 'ExpiryManager_RefreshExpiry::ExpireTime' has a wrong offset!"); \ static_assert(offsetof(ExpiryManager_RefreshExpiry, ExpiryType) == 0x000018, "Member 'ExpiryManager_RefreshExpiry::ExpiryType' has a wrong offset!"); \ static_assert(offsetof(ExpiryManager_RefreshExpiry, ReturnValue) == 0x000019, "Member 'ExpiryManager_RefreshExpiry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpiryManager \ static_assert(alignof(UExpiryManager) == 0x000008, "Wrong alignment on UExpiryManager"); \ static_assert(sizeof(UExpiryManager) == 0x000090, "Wrong size on UExpiryManager"); \ #define DUMPER7_ASSERTS_PopulationManager_EnableDistanceBasedLOD \ static_assert(alignof(PopulationManager_EnableDistanceBasedLOD) == 0x000008, "Wrong alignment on PopulationManager_EnableDistanceBasedLOD"); \ static_assert(sizeof(PopulationManager_EnableDistanceBasedLOD) == 0x000018, "Wrong size on PopulationManager_EnableDistanceBasedLOD"); \ static_assert(offsetof(PopulationManager_EnableDistanceBasedLOD, InEntityName) == 0x000000, "Member 'PopulationManager_EnableDistanceBasedLOD::InEntityName' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_EnableDistanceBasedLOD, InEnable) == 0x000010, "Member 'PopulationManager_EnableDistanceBasedLOD::InEnable' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_EnableDistanceBasedLOD, ReturnValue) == 0x000011, "Member 'PopulationManager_EnableDistanceBasedLOD::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_EnableScheduling \ static_assert(alignof(PopulationManager_EnableScheduling) == 0x000008, "Wrong alignment on PopulationManager_EnableScheduling"); \ static_assert(sizeof(PopulationManager_EnableScheduling) == 0x000018, "Wrong size on PopulationManager_EnableScheduling"); \ static_assert(offsetof(PopulationManager_EnableScheduling, InEntityName) == 0x000000, "Member 'PopulationManager_EnableScheduling::InEntityName' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_EnableScheduling, InEnable) == 0x000010, "Member 'PopulationManager_EnableScheduling::InEnable' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_EnableScheduling, ReturnValue) == 0x000011, "Member 'PopulationManager_EnableScheduling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_Get \ static_assert(alignof(PopulationManager_Get) == 0x000008, "Wrong alignment on PopulationManager_Get"); \ static_assert(sizeof(PopulationManager_Get) == 0x000008, "Wrong size on PopulationManager_Get"); \ static_assert(offsetof(PopulationManager_Get, ReturnValue) == 0x000000, "Member 'PopulationManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_GetActorFromEntityNameBP \ static_assert(alignof(PopulationManager_GetActorFromEntityNameBP) == 0x000008, "Wrong alignment on PopulationManager_GetActorFromEntityNameBP"); \ static_assert(sizeof(PopulationManager_GetActorFromEntityNameBP) == 0x000020, "Wrong size on PopulationManager_GetActorFromEntityNameBP"); \ static_assert(offsetof(PopulationManager_GetActorFromEntityNameBP, EntityName) == 0x000000, "Member 'PopulationManager_GetActorFromEntityNameBP::EntityName' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_GetActorFromEntityNameBP, bInCanLookInCache) == 0x000010, "Member 'PopulationManager_GetActorFromEntityNameBP::bInCanLookInCache' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_GetActorFromEntityNameBP, ReturnValue) == 0x000018, "Member 'PopulationManager_GetActorFromEntityNameBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_GetCharacterFromDatabase \ static_assert(alignof(PopulationManager_GetCharacterFromDatabase) == 0x000008, "Wrong alignment on PopulationManager_GetCharacterFromDatabase"); \ static_assert(sizeof(PopulationManager_GetCharacterFromDatabase) == 0x000020, "Wrong size on PopulationManager_GetCharacterFromDatabase"); \ static_assert(offsetof(PopulationManager_GetCharacterFromDatabase, DatabaseName) == 0x000000, "Member 'PopulationManager_GetCharacterFromDatabase::DatabaseName' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_GetCharacterFromDatabase, ReturnValue) == 0x000010, "Member 'PopulationManager_GetCharacterFromDatabase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_IsScheduledEntityBP \ static_assert(alignof(PopulationManager_IsScheduledEntityBP) == 0x000008, "Wrong alignment on PopulationManager_IsScheduledEntityBP"); \ static_assert(sizeof(PopulationManager_IsScheduledEntityBP) == 0x000010, "Wrong size on PopulationManager_IsScheduledEntityBP"); \ static_assert(offsetof(PopulationManager_IsScheduledEntityBP, InActor) == 0x000000, "Member 'PopulationManager_IsScheduledEntityBP::InActor' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_IsScheduledEntityBP, ReturnValue) == 0x000008, "Member 'PopulationManager_IsScheduledEntityBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_JoinStation \ static_assert(alignof(PopulationManager_JoinStation) == 0x000008, "Wrong alignment on PopulationManager_JoinStation"); \ static_assert(sizeof(PopulationManager_JoinStation) == 0x000030, "Wrong size on PopulationManager_JoinStation"); \ static_assert(offsetof(PopulationManager_JoinStation, InJoiningObject) == 0x000000, "Member 'PopulationManager_JoinStation::InJoiningObject' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_JoinStation, StationData) == 0x000008, "Member 'PopulationManager_JoinStation::StationData' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_JoinStation, InDuration) == 0x000028, "Member 'PopulationManager_JoinStation::InDuration' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_JoinStation, OverwritePreviousGoal) == 0x00002C, "Member 'PopulationManager_JoinStation::OverwritePreviousGoal' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_JoinStation, ReturnValue) == 0x00002D, "Member 'PopulationManager_JoinStation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_PlaceScheduledEntityBP \ static_assert(alignof(PopulationManager_PlaceScheduledEntityBP) == 0x000010, "Wrong alignment on PopulationManager_PlaceScheduledEntityBP"); \ static_assert(sizeof(PopulationManager_PlaceScheduledEntityBP) == 0x000050, "Wrong size on PopulationManager_PlaceScheduledEntityBP"); \ static_assert(offsetof(PopulationManager_PlaceScheduledEntityBP, EntityName) == 0x000000, "Member 'PopulationManager_PlaceScheduledEntityBP::EntityName' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_PlaceScheduledEntityBP, InTransform) == 0x000010, "Member 'PopulationManager_PlaceScheduledEntityBP::InTransform' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_PlaceScheduledEntityBP, ReturnValue) == 0x000040, "Member 'PopulationManager_PlaceScheduledEntityBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_ServiceStationWithNPC \ static_assert(alignof(PopulationManager_ServiceStationWithNPC) == 0x000008, "Wrong alignment on PopulationManager_ServiceStationWithNPC"); \ static_assert(sizeof(PopulationManager_ServiceStationWithNPC) == 0x000020, "Wrong size on PopulationManager_ServiceStationWithNPC"); \ static_assert(offsetof(PopulationManager_ServiceStationWithNPC, InEntityName) == 0x000000, "Member 'PopulationManager_ServiceStationWithNPC::InEntityName' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_ServiceStationWithNPC, InStationComponent) == 0x000010, "Member 'PopulationManager_ServiceStationWithNPC::InStationComponent' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_ServiceStationWithNPC, ReturnValue) == 0x000018, "Member 'PopulationManager_ServiceStationWithNPC::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_BroadCastScheduleKey \ static_assert(alignof(PopulationManager_BroadCastScheduleKey) == 0x000008, "Wrong alignment on PopulationManager_BroadCastScheduleKey"); \ static_assert(sizeof(PopulationManager_BroadCastScheduleKey) == 0x000018, "Wrong size on PopulationManager_BroadCastScheduleKey"); \ static_assert(offsetof(PopulationManager_BroadCastScheduleKey, InKey) == 0x000000, "Member 'PopulationManager_BroadCastScheduleKey::InKey' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_BroadCastScheduleKey, InTemporary) == 0x000010, "Member 'PopulationManager_BroadCastScheduleKey::InTemporary' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_BroadCastScheduleKey, ReturnValue) == 0x000011, "Member 'PopulationManager_BroadCastScheduleKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_CreateItemAsScheduledEntity \ static_assert(alignof(PopulationManager_CreateItemAsScheduledEntity) == 0x000008, "Wrong alignment on PopulationManager_CreateItemAsScheduledEntity"); \ static_assert(sizeof(PopulationManager_CreateItemAsScheduledEntity) == 0x000018, "Wrong size on PopulationManager_CreateItemAsScheduledEntity"); \ static_assert(offsetof(PopulationManager_CreateItemAsScheduledEntity, InItemID) == 0x000000, "Member 'PopulationManager_CreateItemAsScheduledEntity::InItemID' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_CreateItemAsScheduledEntity, ReturnValue) == 0x000010, "Member 'PopulationManager_CreateItemAsScheduledEntity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_CreateScheduleAtLocationWithKey \ static_assert(alignof(PopulationManager_CreateScheduleAtLocationWithKey) == 0x000008, "Wrong alignment on PopulationManager_CreateScheduleAtLocationWithKey"); \ static_assert(sizeof(PopulationManager_CreateScheduleAtLocationWithKey) == 0x000028, "Wrong size on PopulationManager_CreateScheduleAtLocationWithKey"); \ static_assert(offsetof(PopulationManager_CreateScheduleAtLocationWithKey, InLocation) == 0x000000, "Member 'PopulationManager_CreateScheduleAtLocationWithKey::InLocation' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_CreateScheduleAtLocationWithKey, InKey) == 0x000010, "Member 'PopulationManager_CreateScheduleAtLocationWithKey::InKey' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_CreateScheduleAtLocationWithKey, ReturnValue) == 0x000020, "Member 'PopulationManager_CreateScheduleAtLocationWithKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_EnableSeatFillers \ static_assert(alignof(PopulationManager_EnableSeatFillers) == 0x000001, "Wrong alignment on PopulationManager_EnableSeatFillers"); \ static_assert(sizeof(PopulationManager_EnableSeatFillers) == 0x000001, "Wrong size on PopulationManager_EnableSeatFillers"); \ static_assert(offsetof(PopulationManager_EnableSeatFillers, inActivate) == 0x000000, "Member 'PopulationManager_EnableSeatFillers::inActivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_FinishSettingCollisionResponseOnSE \ static_assert(alignof(PopulationManager_FinishSettingCollisionResponseOnSE) == 0x000008, "Wrong alignment on PopulationManager_FinishSettingCollisionResponseOnSE"); \ static_assert(sizeof(PopulationManager_FinishSettingCollisionResponseOnSE) == 0x000020, "Wrong size on PopulationManager_FinishSettingCollisionResponseOnSE"); \ static_assert(offsetof(PopulationManager_FinishSettingCollisionResponseOnSE, InActor) == 0x000000, "Member 'PopulationManager_FinishSettingCollisionResponseOnSE::InActor' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_FinishSettingCollisionResponseOnSE, InPriority) == 0x000008, "Member 'PopulationManager_FinishSettingCollisionResponseOnSE::InPriority' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_FinishSettingCollisionResponseOnSE, InProvider) == 0x000010, "Member 'PopulationManager_FinishSettingCollisionResponseOnSE::InProvider' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_FinishSettingCollisionResponseOnSE, InProviderName) == 0x000018, "Member 'PopulationManager_FinishSettingCollisionResponseOnSE::InProviderName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_GetScheduledEntityFromActor \ static_assert(alignof(PopulationManager_GetScheduledEntityFromActor) == 0x000008, "Wrong alignment on PopulationManager_GetScheduledEntityFromActor"); \ static_assert(sizeof(PopulationManager_GetScheduledEntityFromActor) == 0x000018, "Wrong size on PopulationManager_GetScheduledEntityFromActor"); \ static_assert(offsetof(PopulationManager_GetScheduledEntityFromActor, InActor) == 0x000000, "Member 'PopulationManager_GetScheduledEntityFromActor::InActor' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_GetScheduledEntityFromActor, bAssertIfNotFound) == 0x000008, "Member 'PopulationManager_GetScheduledEntityFromActor::bAssertIfNotFound' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_GetScheduledEntityFromActor, ReturnValue) == 0x000010, "Member 'PopulationManager_GetScheduledEntityFromActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_GetScheduledEntityFromName \ static_assert(alignof(PopulationManager_GetScheduledEntityFromName) == 0x000008, "Wrong alignment on PopulationManager_GetScheduledEntityFromName"); \ static_assert(sizeof(PopulationManager_GetScheduledEntityFromName) == 0x000018, "Wrong size on PopulationManager_GetScheduledEntityFromName"); \ static_assert(offsetof(PopulationManager_GetScheduledEntityFromName, EntityName) == 0x000000, "Member 'PopulationManager_GetScheduledEntityFromName::EntityName' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_GetScheduledEntityFromName, ReturnValue) == 0x000010, "Member 'PopulationManager_GetScheduledEntityFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_IsAttendingActivityActor \ static_assert(alignof(PopulationManager_IsAttendingActivityActor) == 0x000008, "Wrong alignment on PopulationManager_IsAttendingActivityActor"); \ static_assert(sizeof(PopulationManager_IsAttendingActivityActor) == 0x000020, "Wrong size on PopulationManager_IsAttendingActivityActor"); \ static_assert(offsetof(PopulationManager_IsAttendingActivityActor, InActivityName) == 0x000000, "Member 'PopulationManager_IsAttendingActivityActor::InActivityName' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_IsAttendingActivityActor, InActor) == 0x000010, "Member 'PopulationManager_IsAttendingActivityActor::InActor' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_IsAttendingActivityActor, ReturnValue) == 0x000018, "Member 'PopulationManager_IsAttendingActivityActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_IsAttendingActivityName \ static_assert(alignof(PopulationManager_IsAttendingActivityName) == 0x000008, "Wrong alignment on PopulationManager_IsAttendingActivityName"); \ static_assert(sizeof(PopulationManager_IsAttendingActivityName) == 0x000028, "Wrong size on PopulationManager_IsAttendingActivityName"); \ static_assert(offsetof(PopulationManager_IsAttendingActivityName, InName) == 0x000000, "Member 'PopulationManager_IsAttendingActivityName::InName' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_IsAttendingActivityName, InActivityName) == 0x000010, "Member 'PopulationManager_IsAttendingActivityName::InActivityName' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_IsAttendingActivityName, ReturnValue) == 0x000020, "Member 'PopulationManager_IsAttendingActivityName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_OnFleshCreated \ static_assert(alignof(PopulationManager_OnFleshCreated) == 0x000008, "Wrong alignment on PopulationManager_OnFleshCreated"); \ static_assert(sizeof(PopulationManager_OnFleshCreated) == 0x000010, "Wrong size on PopulationManager_OnFleshCreated"); \ static_assert(offsetof(PopulationManager_OnFleshCreated, InActor) == 0x000000, "Member 'PopulationManager_OnFleshCreated::InActor' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_OnFleshCreated, InScheduledEntity) == 0x000008, "Member 'PopulationManager_OnFleshCreated::InScheduledEntity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_OnFleshDestroyed \ static_assert(alignof(PopulationManager_OnFleshDestroyed) == 0x000008, "Wrong alignment on PopulationManager_OnFleshDestroyed"); \ static_assert(sizeof(PopulationManager_OnFleshDestroyed) == 0x000010, "Wrong size on PopulationManager_OnFleshDestroyed"); \ static_assert(offsetof(PopulationManager_OnFleshDestroyed, InActor) == 0x000000, "Member 'PopulationManager_OnFleshDestroyed::InActor' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_OnFleshDestroyed, InScheduledEntity) == 0x000008, "Member 'PopulationManager_OnFleshDestroyed::InScheduledEntity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_PerformTask_MoveToLocation \ static_assert(alignof(PopulationManager_PerformTask_MoveToLocation) == 0x000008, "Wrong alignment on PopulationManager_PerformTask_MoveToLocation"); \ static_assert(sizeof(PopulationManager_PerformTask_MoveToLocation) == 0x000028, "Wrong size on PopulationManager_PerformTask_MoveToLocation"); \ static_assert(offsetof(PopulationManager_PerformTask_MoveToLocation, InName) == 0x000000, "Member 'PopulationManager_PerformTask_MoveToLocation::InName' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_PerformTask_MoveToLocation, InLocation) == 0x000010, "Member 'PopulationManager_PerformTask_MoveToLocation::InLocation' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_PerformTask_MoveToLocation, InForcedSpeed) == 0x00001C, "Member 'PopulationManager_PerformTask_MoveToLocation::InForcedSpeed' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_PerformTask_MoveToLocation, ReturnValue) == 0x000020, "Member 'PopulationManager_PerformTask_MoveToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_PerformTask_MoveToLocationActor \ static_assert(alignof(PopulationManager_PerformTask_MoveToLocationActor) == 0x000008, "Wrong alignment on PopulationManager_PerformTask_MoveToLocationActor"); \ static_assert(sizeof(PopulationManager_PerformTask_MoveToLocationActor) == 0x000020, "Wrong size on PopulationManager_PerformTask_MoveToLocationActor"); \ static_assert(offsetof(PopulationManager_PerformTask_MoveToLocationActor, InActor) == 0x000000, "Member 'PopulationManager_PerformTask_MoveToLocationActor::InActor' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_PerformTask_MoveToLocationActor, InLocation) == 0x000008, "Member 'PopulationManager_PerformTask_MoveToLocationActor::InLocation' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_PerformTask_MoveToLocationActor, InForcedSpeed) == 0x000014, "Member 'PopulationManager_PerformTask_MoveToLocationActor::InForcedSpeed' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_PerformTask_MoveToLocationActor, ReturnValue) == 0x000018, "Member 'PopulationManager_PerformTask_MoveToLocationActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_PerformTask_TeleportToLocation \ static_assert(alignof(PopulationManager_PerformTask_TeleportToLocation) == 0x000008, "Wrong alignment on PopulationManager_PerformTask_TeleportToLocation"); \ static_assert(sizeof(PopulationManager_PerformTask_TeleportToLocation) == 0x000018, "Wrong size on PopulationManager_PerformTask_TeleportToLocation"); \ static_assert(offsetof(PopulationManager_PerformTask_TeleportToLocation, InName) == 0x000000, "Member 'PopulationManager_PerformTask_TeleportToLocation::InName' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_PerformTask_TeleportToLocation, ReturnValue) == 0x000010, "Member 'PopulationManager_PerformTask_TeleportToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_PerformTask_WaitForPlayer \ static_assert(alignof(PopulationManager_PerformTask_WaitForPlayer) == 0x000008, "Wrong alignment on PopulationManager_PerformTask_WaitForPlayer"); \ static_assert(sizeof(PopulationManager_PerformTask_WaitForPlayer) == 0x000018, "Wrong size on PopulationManager_PerformTask_WaitForPlayer"); \ static_assert(offsetof(PopulationManager_PerformTask_WaitForPlayer, InName) == 0x000000, "Member 'PopulationManager_PerformTask_WaitForPlayer::InName' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_PerformTask_WaitForPlayer, InDistance) == 0x000010, "Member 'PopulationManager_PerformTask_WaitForPlayer::InDistance' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_PerformTask_WaitForPlayer, ReturnValue) == 0x000014, "Member 'PopulationManager_PerformTask_WaitForPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_PerformTask_WaitForPlayerActor \ static_assert(alignof(PopulationManager_PerformTask_WaitForPlayerActor) == 0x000008, "Wrong alignment on PopulationManager_PerformTask_WaitForPlayerActor"); \ static_assert(sizeof(PopulationManager_PerformTask_WaitForPlayerActor) == 0x000010, "Wrong size on PopulationManager_PerformTask_WaitForPlayerActor"); \ static_assert(offsetof(PopulationManager_PerformTask_WaitForPlayerActor, InActor) == 0x000000, "Member 'PopulationManager_PerformTask_WaitForPlayerActor::InActor' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_PerformTask_WaitForPlayerActor, InLocation) == 0x000008, "Member 'PopulationManager_PerformTask_WaitForPlayerActor::InLocation' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_PerformTask_WaitForPlayerActor, ReturnValue) == 0x00000C, "Member 'PopulationManager_PerformTask_WaitForPlayerActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_ReleaseHobo \ static_assert(alignof(PopulationManager_ReleaseHobo) == 0x000008, "Wrong alignment on PopulationManager_ReleaseHobo"); \ static_assert(sizeof(PopulationManager_ReleaseHobo) == 0x000010, "Wrong size on PopulationManager_ReleaseHobo"); \ static_assert(offsetof(PopulationManager_ReleaseHobo, InScheduledEntity) == 0x000000, "Member 'PopulationManager_ReleaseHobo::InScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_ReleaseHobo, InDestroyImmediate) == 0x000008, "Member 'PopulationManager_ReleaseHobo::InDestroyImmediate' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_ReleaseHobo, InIgnoreVisibilityChecks) == 0x000009, "Member 'PopulationManager_ReleaseHobo::InIgnoreVisibilityChecks' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_ReleaseHobo, bInIgnoreWanderOnRelease) == 0x00000A, "Member 'PopulationManager_ReleaseHobo::bInIgnoreWanderOnRelease' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_ReleaseHobo, bInIsWorldEvent) == 0x00000B, "Member 'PopulationManager_ReleaseHobo::bInIsWorldEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_ReleaseHoboAndEndPrecaching \ static_assert(alignof(PopulationManager_ReleaseHoboAndEndPrecaching) == 0x000008, "Wrong alignment on PopulationManager_ReleaseHoboAndEndPrecaching"); \ static_assert(sizeof(PopulationManager_ReleaseHoboAndEndPrecaching) == 0x000020, "Wrong size on PopulationManager_ReleaseHoboAndEndPrecaching"); \ static_assert(offsetof(PopulationManager_ReleaseHoboAndEndPrecaching, InScheduledEntity) == 0x000000, "Member 'PopulationManager_ReleaseHoboAndEndPrecaching::InScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_ReleaseHoboAndEndPrecaching, InDestroyImmediate) == 0x000008, "Member 'PopulationManager_ReleaseHoboAndEndPrecaching::InDestroyImmediate' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_ReleaseHoboAndEndPrecaching, bInIgnoreVisibilityChecks) == 0x000009, "Member 'PopulationManager_ReleaseHoboAndEndPrecaching::bInIgnoreVisibilityChecks' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_ReleaseHoboAndEndPrecaching, bInIgnoreWanderOnRelease) == 0x00000A, "Member 'PopulationManager_ReleaseHoboAndEndPrecaching::bInIgnoreWanderOnRelease' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_ReleaseHoboAndEndPrecaching, InPriority) == 0x00000B, "Member 'PopulationManager_ReleaseHoboAndEndPrecaching::InPriority' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_ReleaseHoboAndEndPrecaching, InCaller) == 0x000010, "Member 'PopulationManager_ReleaseHoboAndEndPrecaching::InCaller' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_ReleaseHoboAndEndPrecaching, bInIsWorldEvent) == 0x000018, "Member 'PopulationManager_ReleaseHoboAndEndPrecaching::bInIsWorldEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_ReleaseT4Actor \ static_assert(alignof(PopulationManager_ReleaseT4Actor) == 0x000008, "Wrong alignment on PopulationManager_ReleaseT4Actor"); \ static_assert(sizeof(PopulationManager_ReleaseT4Actor) == 0x000008, "Wrong size on PopulationManager_ReleaseT4Actor"); \ static_assert(offsetof(PopulationManager_ReleaseT4Actor, InT4Actor) == 0x000000, "Member 'PopulationManager_ReleaseT4Actor::InT4Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_RemoveCachedCharacter \ static_assert(alignof(PopulationManager_RemoveCachedCharacter) == 0x000004, "Wrong alignment on PopulationManager_RemoveCachedCharacter"); \ static_assert(sizeof(PopulationManager_RemoveCachedCharacter) == 0x000010, "Wrong size on PopulationManager_RemoveCachedCharacter"); \ static_assert(offsetof(PopulationManager_RemoveCachedCharacter, InCharacterID) == 0x000000, "Member 'PopulationManager_RemoveCachedCharacter::InCharacterID' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_RemoveCachedCharacter, InWorldID) == 0x000008, "Member 'PopulationManager_RemoveCachedCharacter::InWorldID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_RequestCachedCharacter \ static_assert(alignof(PopulationManager_RequestCachedCharacter) == 0x000004, "Wrong alignment on PopulationManager_RequestCachedCharacter"); \ static_assert(sizeof(PopulationManager_RequestCachedCharacter) == 0x000010, "Wrong size on PopulationManager_RequestCachedCharacter"); \ static_assert(offsetof(PopulationManager_RequestCachedCharacter, InCharacterID) == 0x000000, "Member 'PopulationManager_RequestCachedCharacter::InCharacterID' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_RequestCachedCharacter, InWorldID) == 0x000008, "Member 'PopulationManager_RequestCachedCharacter::InWorldID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_RequestCustomHobo \ static_assert(alignof(PopulationManager_RequestCustomHobo) == 0x000008, "Wrong alignment on PopulationManager_RequestCustomHobo"); \ static_assert(sizeof(PopulationManager_RequestCustomHobo) == 0x000028, "Wrong size on PopulationManager_RequestCustomHobo"); \ static_assert(offsetof(PopulationManager_RequestCustomHobo, HoboName) == 0x000000, "Member 'PopulationManager_RequestCustomHobo::HoboName' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_RequestCustomHobo, InLocation) == 0x000010, "Member 'PopulationManager_RequestCustomHobo::InLocation' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_RequestCustomHobo, InIsMale) == 0x00001C, "Member 'PopulationManager_RequestCustomHobo::InIsMale' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_RequestCustomHobo, bInIsWorldEvent) == 0x00001D, "Member 'PopulationManager_RequestCustomHobo::bInIsWorldEvent' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_RequestCustomHobo, ReturnValue) == 0x000020, "Member 'PopulationManager_RequestCustomHobo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_RequestT4Actor \ static_assert(alignof(PopulationManager_RequestT4Actor) == 0x000010, "Wrong alignment on PopulationManager_RequestT4Actor"); \ static_assert(sizeof(PopulationManager_RequestT4Actor) == 0x000060, "Wrong size on PopulationManager_RequestT4Actor"); \ static_assert(offsetof(PopulationManager_RequestT4Actor, InT4Type) == 0x000000, "Member 'PopulationManager_RequestT4Actor::InT4Type' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_RequestT4Actor, InSpawnTransform) == 0x000010, "Member 'PopulationManager_RequestT4Actor::InSpawnTransform' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_RequestT4Actor, OnCompleted) == 0x000040, "Member 'PopulationManager_RequestT4Actor::OnCompleted' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_RequestT4Actor, InHouse) == 0x000050, "Member 'PopulationManager_RequestT4Actor::InHouse' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_RequestT4Actor, InAllowFemale) == 0x000051, "Member 'PopulationManager_RequestT4Actor::InAllowFemale' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_RequestT4Actor, InAllowMale) == 0x000052, "Member 'PopulationManager_RequestT4Actor::InAllowMale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_Spawn \ static_assert(alignof(PopulationManager_Spawn) == 0x000010, "Wrong alignment on PopulationManager_Spawn"); \ static_assert(sizeof(PopulationManager_Spawn) == 0x000080, "Wrong size on PopulationManager_Spawn"); \ static_assert(offsetof(PopulationManager_Spawn, InWorld) == 0x000000, "Member 'PopulationManager_Spawn::InWorld' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_Spawn, InTransform) == 0x000010, "Member 'PopulationManager_Spawn::InTransform' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_Spawn, InRegistryID) == 0x000040, "Member 'PopulationManager_Spawn::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_Spawn, inParentUID) == 0x000050, "Member 'PopulationManager_Spawn::inParentUID' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_Spawn, inOverrideUID) == 0x000054, "Member 'PopulationManager_Spawn::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_Spawn, inIsPersistent) == 0x000058, "Member 'PopulationManager_Spawn::inIsPersistent' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_Spawn, inCollisioinMethod) == 0x000059, "Member 'PopulationManager_Spawn::inCollisioinMethod' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_Spawn, InOverrideLevel) == 0x000060, "Member 'PopulationManager_Spawn::InOverrideLevel' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_Spawn, InParentContainer) == 0x000068, "Member 'PopulationManager_Spawn::InParentContainer' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_Spawn, ReturnValue) == 0x000070, "Member 'PopulationManager_Spawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_StartSettingCollisionResponseOnSE \ static_assert(alignof(PopulationManager_StartSettingCollisionResponseOnSE) == 0x000008, "Wrong alignment on PopulationManager_StartSettingCollisionResponseOnSE"); \ static_assert(sizeof(PopulationManager_StartSettingCollisionResponseOnSE) == 0x000028, "Wrong size on PopulationManager_StartSettingCollisionResponseOnSE"); \ static_assert(offsetof(PopulationManager_StartSettingCollisionResponseOnSE, InActor) == 0x000000, "Member 'PopulationManager_StartSettingCollisionResponseOnSE::InActor' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_StartSettingCollisionResponseOnSE, InCollisionResponse) == 0x000008, "Member 'PopulationManager_StartSettingCollisionResponseOnSE::InCollisionResponse' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_StartSettingCollisionResponseOnSE, InPriority) == 0x000009, "Member 'PopulationManager_StartSettingCollisionResponseOnSE::InPriority' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_StartSettingCollisionResponseOnSE, InProvider) == 0x000010, "Member 'PopulationManager_StartSettingCollisionResponseOnSE::InProvider' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_StartSettingCollisionResponseOnSE, InProviderName) == 0x000018, "Member 'PopulationManager_StartSettingCollisionResponseOnSE::InProviderName' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_StartSettingCollisionResponseOnSE, ReturnValue) == 0x000020, "Member 'PopulationManager_StartSettingCollisionResponseOnSE::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_TriggerUpdate \ static_assert(alignof(PopulationManager_TriggerUpdate) == 0x000008, "Wrong alignment on PopulationManager_TriggerUpdate"); \ static_assert(sizeof(PopulationManager_TriggerUpdate) == 0x000008, "Wrong size on PopulationManager_TriggerUpdate"); \ static_assert(offsetof(PopulationManager_TriggerUpdate, InScheduledEntity) == 0x000000, "Member 'PopulationManager_TriggerUpdate::InScheduledEntity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopulationManager_UpdateLocationSchedule \ static_assert(alignof(PopulationManager_UpdateLocationSchedule) == 0x000004, "Wrong alignment on PopulationManager_UpdateLocationSchedule"); \ static_assert(sizeof(PopulationManager_UpdateLocationSchedule) == 0x000014, "Wrong size on PopulationManager_UpdateLocationSchedule"); \ static_assert(offsetof(PopulationManager_UpdateLocationSchedule, inScheduleKey) == 0x000000, "Member 'PopulationManager_UpdateLocationSchedule::inScheduleKey' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_UpdateLocationSchedule, inActivityTypeID) == 0x000008, "Member 'PopulationManager_UpdateLocationSchedule::inActivityTypeID' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_UpdateLocationSchedule, inActivate) == 0x000010, "Member 'PopulationManager_UpdateLocationSchedule::inActivate' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_UpdateLocationSchedule, inHideImmediatelyOnDeactivate) == 0x000011, "Member 'PopulationManager_UpdateLocationSchedule::inHideImmediatelyOnDeactivate' has a wrong offset!"); \ static_assert(offsetof(PopulationManager_UpdateLocationSchedule, ReturnValue) == 0x000012, "Member 'PopulationManager_UpdateLocationSchedule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPopulationManager \ static_assert(alignof(UPopulationManager) == 0x000008, "Wrong alignment on UPopulationManager"); \ static_assert(sizeof(UPopulationManager) == 0x000968, "Wrong size on UPopulationManager"); \ static_assert(offsetof(UPopulationManager, PreloadedSocialReasoningClass) == 0x000950, "Member 'UPopulationManager::PreloadedSocialReasoningClass' has a wrong offset!"); \ static_assert(offsetof(UPopulationManager, ApparateAbilityMapping) == 0x000958, "Member 'UPopulationManager::ApparateAbilityMapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExplodingSkeletonPieceSetup \ static_assert(alignof(UExplodingSkeletonPieceSetup) == 0x000008, "Wrong alignment on UExplodingSkeletonPieceSetup"); \ static_assert(sizeof(UExplodingSkeletonPieceSetup) == 0x000060, "Wrong size on UExplodingSkeletonPieceSetup"); \ static_assert(offsetof(UExplodingSkeletonPieceSetup, Pieces) == 0x000030, "Member 'UExplodingSkeletonPieceSetup::Pieces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExplodingSkeleton_SpawnExplodingSkeleton \ static_assert(alignof(ExplodingSkeleton_SpawnExplodingSkeleton) == 0x000008, "Wrong alignment on ExplodingSkeleton_SpawnExplodingSkeleton"); \ static_assert(sizeof(ExplodingSkeleton_SpawnExplodingSkeleton) == 0x000068, "Wrong size on ExplodingSkeleton_SpawnExplodingSkeleton"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeleton, SourceActor) == 0x000000, "Member 'ExplodingSkeleton_SpawnExplodingSkeleton::SourceActor' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeleton, PieceSetup) == 0x000008, "Member 'ExplodingSkeleton_SpawnExplodingSkeleton::PieceSetup' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeleton, InitialImpulse) == 0x000010, "Member 'ExplodingSkeleton_SpawnExplodingSkeleton::InitialImpulse' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeleton, InitialDelay) == 0x000038, "Member 'ExplodingSkeleton_SpawnExplodingSkeleton::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeleton, bUseDitheredAlphaFade) == 0x000044, "Member 'ExplodingSkeleton_SpawnExplodingSkeleton::bUseDitheredAlphaFade' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeleton, InCollisionProfileName) == 0x000048, "Member 'ExplodingSkeleton_SpawnExplodingSkeleton::InCollisionProfileName' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeleton, BaseOffset) == 0x000050, "Member 'ExplodingSkeleton_SpawnExplodingSkeleton::BaseOffset' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeleton, ReturnValue) == 0x000060, "Member 'ExplodingSkeleton_SpawnExplodingSkeleton::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride \ static_assert(alignof(ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride) == 0x000008, "Wrong alignment on ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride"); \ static_assert(sizeof(ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride) == 0x000060, "Wrong size on ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride, SourceActor) == 0x000000, "Member 'ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride::SourceActor' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride, PieceSetup) == 0x000008, "Member 'ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride::PieceSetup' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride, InitialImpulse) == 0x000010, "Member 'ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride::InitialImpulse' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride, InitialDelay) == 0x000038, "Member 'ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride, InCollisionProfileName) == 0x000044, "Member 'ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride::InCollisionProfileName' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride, BaseOffset) == 0x00004C, "Member 'ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride::BaseOffset' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride, ReturnValue) == 0x000058, "Member 'ExplodingSkeleton_SpawnExplodingSkeleton_CollisionOverride::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExplodingSkeleton_SpawnExplodingSkeletonFade \ static_assert(alignof(ExplodingSkeleton_SpawnExplodingSkeletonFade) == 0x000008, "Wrong alignment on ExplodingSkeleton_SpawnExplodingSkeletonFade"); \ static_assert(sizeof(ExplodingSkeleton_SpawnExplodingSkeletonFade) == 0x000070, "Wrong size on ExplodingSkeleton_SpawnExplodingSkeletonFade"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonFade, SourceActor) == 0x000000, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonFade::SourceActor' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonFade, PieceSetup) == 0x000008, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonFade::PieceSetup' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonFade, InitialImpulse) == 0x000010, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonFade::InitialImpulse' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonFade, InitialDelay) == 0x000038, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonFade::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonFade, FadeMaterialKey) == 0x000044, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonFade::FadeMaterialKey' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonFade, FadeMaterialParmeter) == 0x00004C, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonFade::FadeMaterialParmeter' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonFade, InCollisionProfileName) == 0x000054, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonFade::InCollisionProfileName' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonFade, BaseOffset) == 0x00005C, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonFade::BaseOffset' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonFade, ReturnValue) == 0x000068, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonFade::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExplodingSkeleton_SpawnExplodingSkeletonMIDFade \ static_assert(alignof(ExplodingSkeleton_SpawnExplodingSkeletonMIDFade) == 0x000008, "Wrong alignment on ExplodingSkeleton_SpawnExplodingSkeletonMIDFade"); \ static_assert(sizeof(ExplodingSkeleton_SpawnExplodingSkeletonMIDFade) == 0x000068, "Wrong size on ExplodingSkeleton_SpawnExplodingSkeletonMIDFade"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonMIDFade, SourceActor) == 0x000000, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonMIDFade::SourceActor' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonMIDFade, PieceSetup) == 0x000008, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonMIDFade::PieceSetup' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonMIDFade, InitialImpulse) == 0x000010, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonMIDFade::InitialImpulse' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonMIDFade, InitialDelay) == 0x000038, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonMIDFade::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonMIDFade, FadeMaterialParmeter) == 0x000044, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonMIDFade::FadeMaterialParmeter' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonMIDFade, InCollisionProfileName) == 0x00004C, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonMIDFade::InCollisionProfileName' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonMIDFade, BaseOffset) == 0x000054, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonMIDFade::BaseOffset' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonMIDFade, ReturnValue) == 0x000060, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonMIDFade::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExplodingSkeleton_SpawnExplodingSkeletonSkinFX \ static_assert(alignof(ExplodingSkeleton_SpawnExplodingSkeletonSkinFX) == 0x000008, "Wrong alignment on ExplodingSkeleton_SpawnExplodingSkeletonSkinFX"); \ static_assert(sizeof(ExplodingSkeleton_SpawnExplodingSkeletonSkinFX) == 0x000070, "Wrong size on ExplodingSkeleton_SpawnExplodingSkeletonSkinFX"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonSkinFX, SourceActor) == 0x000000, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonSkinFX::SourceActor' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonSkinFX, PieceSetup) == 0x000008, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonSkinFX::PieceSetup' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonSkinFX, InitialImpulse) == 0x000010, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonSkinFX::InitialImpulse' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonSkinFX, InitialDelay) == 0x000038, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonSkinFX::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonSkinFX, SkinFXEffect) == 0x000048, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonSkinFX::SkinFXEffect' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonSkinFX, InCollisionProfileName) == 0x000050, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonSkinFX::InCollisionProfileName' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonSkinFX, BaseOffset) == 0x000058, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonSkinFX::BaseOffset' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_SpawnExplodingSkeletonSkinFX, ReturnValue) == 0x000068, "Member 'ExplodingSkeleton_SpawnExplodingSkeletonSkinFX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExplodingSkeleton_ExplodingSkeletonPieces \ static_assert(alignof(ExplodingSkeleton_ExplodingSkeletonPieces) == 0x000004, "Wrong alignment on ExplodingSkeleton_ExplodingSkeletonPieces"); \ static_assert(sizeof(ExplodingSkeleton_ExplodingSkeletonPieces) == 0x000008, "Wrong size on ExplodingSkeleton_ExplodingSkeletonPieces"); \ static_assert(offsetof(ExplodingSkeleton_ExplodingSkeletonPieces, TotalPieces) == 0x000000, "Member 'ExplodingSkeleton_ExplodingSkeletonPieces::TotalPieces' has a wrong offset!"); \ static_assert(offsetof(ExplodingSkeleton_ExplodingSkeletonPieces, CurrentlyAlivePieces) == 0x000004, "Member 'ExplodingSkeleton_ExplodingSkeletonPieces::CurrentlyAlivePieces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AExplodingSkeleton \ static_assert(alignof(AExplodingSkeleton) == 0x000008, "Wrong alignment on AExplodingSkeleton"); \ static_assert(sizeof(AExplodingSkeleton) == 0x0002B8, "Wrong size on AExplodingSkeleton"); \ static_assert(offsetof(AExplodingSkeleton, ExplodingSkeletonDone) == 0x000248, "Member 'AExplodingSkeleton::ExplodingSkeletonDone' has a wrong offset!"); \ static_assert(offsetof(AExplodingSkeleton, Pieces) == 0x000258, "Member 'AExplodingSkeleton::Pieces' has a wrong offset!"); \ static_assert(offsetof(AExplodingSkeleton, AlivePieces) == 0x000268, "Member 'AExplodingSkeleton::AlivePieces' has a wrong offset!"); \ static_assert(offsetof(AExplodingSkeleton, SkinFXComponent) == 0x000270, "Member 'AExplodingSkeleton::SkinFXComponent' has a wrong offset!"); \ static_assert(offsetof(AExplodingSkeleton, ObjectFadeMaterialParmeter) == 0x000278, "Member 'AExplodingSkeleton::ObjectFadeMaterialParmeter' has a wrong offset!"); \ static_assert(offsetof(AExplodingSkeleton, MaterialSwap) == 0x000280, "Member 'AExplodingSkeleton::MaterialSwap' has a wrong offset!"); \ static_assert(offsetof(AExplodingSkeleton, Impulse) == 0x000288, "Member 'AExplodingSkeleton::Impulse' has a wrong offset!"); \ static_assert(offsetof(AExplodingSkeleton, Age) == 0x0002B0, "Member 'AExplodingSkeleton::Age' has a wrong offset!"); \ static_assert(offsetof(AExplodingSkeleton, bDitheredAlphaFade) == 0x0002B4, "Member 'AExplodingSkeleton::bDitheredAlphaFade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUnmanageCharacterLightingAndFeaturesData \ static_assert(alignof(UUnmanageCharacterLightingAndFeaturesData) == 0x000008, "Wrong alignment on UUnmanageCharacterLightingAndFeaturesData"); \ static_assert(sizeof(UUnmanageCharacterLightingAndFeaturesData) == 0x000078, "Wrong size on UUnmanageCharacterLightingAndFeaturesData"); \ #define DUMPER7_ASSERTS_UCameraStackNamedSplineGetter \ static_assert(alignof(UCameraStackNamedSplineGetter) == 0x000008, "Wrong alignment on UCameraStackNamedSplineGetter"); \ static_assert(sizeof(UCameraStackNamedSplineGetter) == 0x000038, "Wrong size on UCameraStackNamedSplineGetter"); \ static_assert(offsetof(UCameraStackNamedSplineGetter, SplineActorName) == 0x000030, "Member 'UCameraStackNamedSplineGetter::SplineActorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateCapsuleShadow \ static_assert(alignof(UMaterialSwapMeshStateCapsuleShadow) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateCapsuleShadow"); \ static_assert(sizeof(UMaterialSwapMeshStateCapsuleShadow) == 0x000030, "Wrong size on UMaterialSwapMeshStateCapsuleShadow"); \ static_assert(offsetof(UMaterialSwapMeshStateCapsuleShadow, bCastCapsuleDirectShadow) == 0x000028, "Member 'UMaterialSwapMeshStateCapsuleShadow::bCastCapsuleDirectShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialSwapMeshStateStencilManagerLockStencilCustomDepth \ static_assert(alignof(UMaterialSwapMeshStateStencilManagerLockStencilCustomDepth) == 0x000008, "Wrong alignment on UMaterialSwapMeshStateStencilManagerLockStencilCustomDepth"); \ static_assert(sizeof(UMaterialSwapMeshStateStencilManagerLockStencilCustomDepth) == 0x000030, "Wrong size on UMaterialSwapMeshStateStencilManagerLockStencilCustomDepth"); \ static_assert(offsetof(UMaterialSwapMeshStateStencilManagerLockStencilCustomDepth, StencilValue) == 0x000028, "Member 'UMaterialSwapMeshStateStencilManagerLockStencilCustomDepth::StencilValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialSwapMeshStateStencilManagerLockStencilCustomDepth, bRenderCustomDepth) == 0x00002C, "Member 'UMaterialSwapMeshStateStencilManagerLockStencilCustomDepth::bRenderCustomDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFaceIDComponent \ static_assert(alignof(UFaceIDComponent) == 0x000008, "Wrong alignment on UFaceIDComponent"); \ static_assert(sizeof(UFaceIDComponent) == 0x000160, "Wrong size on UFaceIDComponent"); \ static_assert(offsetof(UFaceIDComponent, Port) == 0x0000D0, "Member 'UFaceIDComponent::Port' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_PickCamera_Event \ static_assert(alignof(UDialogueLineRule_PickCamera_Event) == 0x000008, "Wrong alignment on UDialogueLineRule_PickCamera_Event"); \ static_assert(sizeof(UDialogueLineRule_PickCamera_Event) == 0x0000B8, "Wrong size on UDialogueLineRule_PickCamera_Event"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_Event, Enabled) == 0x000028, "Member 'UDialogueLineRule_PickCamera_Event::Enabled' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_Event, Actor) == 0x000030, "Member 'UDialogueLineRule_PickCamera_Event::Actor' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_Event, CameraList) == 0x000040, "Member 'UDialogueLineRule_PickCamera_Event::CameraList' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_Event, Priority) == 0x000050, "Member 'UDialogueLineRule_PickCamera_Event::Priority' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_Event, TransitionInSettings) == 0x000058, "Member 'UDialogueLineRule_PickCamera_Event::TransitionInSettings' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_Event, TransitionOutSettings) == 0x000088, "Member 'UDialogueLineRule_PickCamera_Event::TransitionOutSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_PickCamera_EndingEvent \ static_assert(alignof(UDialogueLineRule_PickCamera_EndingEvent) == 0x000008, "Wrong alignment on UDialogueLineRule_PickCamera_EndingEvent"); \ static_assert(sizeof(UDialogueLineRule_PickCamera_EndingEvent) == 0x0000C8, "Wrong size on UDialogueLineRule_PickCamera_EndingEvent"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_EndingEvent, ForChoicesAtEnd) == 0x0000B8, "Member 'UDialogueLineRule_PickCamera_EndingEvent::ForChoicesAtEnd' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_EndingEvent, ForBeforeEmbeddedSequence) == 0x0000B9, "Member 'UDialogueLineRule_PickCamera_EndingEvent::ForBeforeEmbeddedSequence' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_EndingEvent, OffsetFromEnd) == 0x0000BC, "Member 'UDialogueLineRule_PickCamera_EndingEvent::OffsetFromEnd' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_EndingEvent, MinimumOffsetFromEnd) == 0x0000C0, "Member 'UDialogueLineRule_PickCamera_EndingEvent::MinimumOffsetFromEnd' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_EndingEvent, MinimumPreviousCameraLength) == 0x0000C4, "Member 'UDialogueLineRule_PickCamera_EndingEvent::MinimumPreviousCameraLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackAvatarSyncSplineGetter \ static_assert(alignof(UCameraStackAvatarSyncSplineGetter) == 0x000008, "Wrong alignment on UCameraStackAvatarSyncSplineGetter"); \ static_assert(sizeof(UCameraStackAvatarSyncSplineGetter) == 0x000030, "Wrong size on UCameraStackAvatarSyncSplineGetter"); \ #define DUMPER7_ASSERTS_UFactsheetButtonWidget \ static_assert(alignof(UFactsheetButtonWidget) == 0x000008, "Wrong alignment on UFactsheetButtonWidget"); \ static_assert(sizeof(UFactsheetButtonWidget) == 0x0004F8, "Wrong size on UFactsheetButtonWidget"); \ static_assert(offsetof(UFactsheetButtonWidget, FactsheetButtonItemName) == 0x0004A8, "Member 'UFactsheetButtonWidget::FactsheetButtonItemName' has a wrong offset!"); \ static_assert(offsetof(UFactsheetButtonWidget, FactsheetButtonItemDesc) == 0x0004B8, "Member 'UFactsheetButtonWidget::FactsheetButtonItemDesc' has a wrong offset!"); \ static_assert(offsetof(UFactsheetButtonWidget, FactsheetButtonCharacterAsked) == 0x0004C8, "Member 'UFactsheetButtonWidget::FactsheetButtonCharacterAsked' has a wrong offset!"); \ static_assert(offsetof(UFactsheetButtonWidget, FactsheetButtonSuggestedLead) == 0x0004D8, "Member 'UFactsheetButtonWidget::FactsheetButtonSuggestedLead' has a wrong offset!"); \ static_assert(offsetof(UFactsheetButtonWidget, FactsheetButtonItemState) == 0x0004E8, "Member 'UFactsheetButtonWidget::FactsheetButtonItemState' has a wrong offset!"); \ static_assert(offsetof(UFactsheetButtonWidget, FactsheetRelativeSocialCapital) == 0x0004EC, "Member 'UFactsheetButtonWidget::FactsheetRelativeSocialCapital' has a wrong offset!"); \ static_assert(offsetof(UFactsheetButtonWidget, FactsheetSocialNeeded) == 0x0004F0, "Member 'UFactsheetButtonWidget::FactsheetSocialNeeded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FactSheetWidget_SetFactSheetData \ static_assert(alignof(FactSheetWidget_SetFactSheetData) == 0x000008, "Wrong alignment on FactSheetWidget_SetFactSheetData"); \ static_assert(sizeof(FactSheetWidget_SetFactSheetData) == 0x000018, "Wrong size on FactSheetWidget_SetFactSheetData"); \ static_assert(offsetof(FactSheetWidget_SetFactSheetData, ItemName) == 0x000000, "Member 'FactSheetWidget_SetFactSheetData::ItemName' has a wrong offset!"); \ static_assert(offsetof(FactSheetWidget_SetFactSheetData, ReturnValue) == 0x000010, "Member 'FactSheetWidget_SetFactSheetData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFactSheetWidget \ static_assert(alignof(UFactSheetWidget) == 0x000008, "Wrong alignment on UFactSheetWidget"); \ static_assert(sizeof(UFactSheetWidget) == 0x0003C8, "Wrong size on UFactSheetWidget"); \ #define DUMPER7_ASSERTS_FancyProgressBar_GhostProgressChanged \ static_assert(alignof(FancyProgressBar_GhostProgressChanged) == 0x000004, "Wrong alignment on FancyProgressBar_GhostProgressChanged"); \ static_assert(sizeof(FancyProgressBar_GhostProgressChanged) == 0x000004, "Wrong size on FancyProgressBar_GhostProgressChanged"); \ static_assert(offsetof(FancyProgressBar_GhostProgressChanged, GhostProgress) == 0x000000, "Member 'FancyProgressBar_GhostProgressChanged::GhostProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FancyProgressBar_ProgressChanged \ static_assert(alignof(FancyProgressBar_ProgressChanged) == 0x000004, "Wrong alignment on FancyProgressBar_ProgressChanged"); \ static_assert(sizeof(FancyProgressBar_ProgressChanged) == 0x000004, "Wrong size on FancyProgressBar_ProgressChanged"); \ static_assert(offsetof(FancyProgressBar_ProgressChanged, progress) == 0x000000, "Member 'FancyProgressBar_ProgressChanged::progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FancyProgressBar_ResetProgress \ static_assert(alignof(FancyProgressBar_ResetProgress) == 0x000004, "Wrong alignment on FancyProgressBar_ResetProgress"); \ static_assert(sizeof(FancyProgressBar_ResetProgress) == 0x000004, "Wrong size on FancyProgressBar_ResetProgress"); \ static_assert(offsetof(FancyProgressBar_ResetProgress, progress) == 0x000000, "Member 'FancyProgressBar_ResetProgress::progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FancyProgressBar_SetGhostProgress \ static_assert(alignof(FancyProgressBar_SetGhostProgress) == 0x000004, "Wrong alignment on FancyProgressBar_SetGhostProgress"); \ static_assert(sizeof(FancyProgressBar_SetGhostProgress) == 0x000004, "Wrong size on FancyProgressBar_SetGhostProgress"); \ static_assert(offsetof(FancyProgressBar_SetGhostProgress, GhostProgress) == 0x000000, "Member 'FancyProgressBar_SetGhostProgress::GhostProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FancyProgressBar_SetProgress \ static_assert(alignof(FancyProgressBar_SetProgress) == 0x000004, "Wrong alignment on FancyProgressBar_SetProgress"); \ static_assert(sizeof(FancyProgressBar_SetProgress) == 0x000004, "Wrong size on FancyProgressBar_SetProgress"); \ static_assert(offsetof(FancyProgressBar_SetProgress, progress) == 0x000000, "Member 'FancyProgressBar_SetProgress::progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFancyProgressBar \ static_assert(alignof(UFancyProgressBar) == 0x000008, "Wrong alignment on UFancyProgressBar"); \ static_assert(sizeof(UFancyProgressBar) == 0x000348, "Wrong size on UFancyProgressBar"); \ static_assert(offsetof(UFancyProgressBar, DelayBeforeDecay) == 0x000328, "Member 'UFancyProgressBar::DelayBeforeDecay' has a wrong offset!"); \ static_assert(offsetof(UFancyProgressBar, DecayDuration) == 0x00032C, "Member 'UFancyProgressBar::DecayDuration' has a wrong offset!"); \ static_assert(offsetof(UFancyProgressBar, mProgress) == 0x000330, "Member 'UFancyProgressBar::mProgress' has a wrong offset!"); \ static_assert(offsetof(UFancyProgressBar, mGhostProgress) == 0x000334, "Member 'UFancyProgressBar::mGhostProgress' has a wrong offset!"); \ static_assert(offsetof(UFancyProgressBar, mPreDecayProgress) == 0x000338, "Member 'UFancyProgressBar::mPreDecayProgress' has a wrong offset!"); \ static_assert(offsetof(UFancyProgressBar, mPreDecayGhostProgress) == 0x00033C, "Member 'UFancyProgressBar::mPreDecayGhostProgress' has a wrong offset!"); \ static_assert(offsetof(UFancyProgressBar, mInactiveDelayTimer) == 0x000340, "Member 'UFancyProgressBar::mInactiveDelayTimer' has a wrong offset!"); \ static_assert(offsetof(UFancyProgressBar, mDecayTimer) == 0x000344, "Member 'UFancyProgressBar::mDecayTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFastidioRockSmash \ static_assert(alignof(AFastidioRockSmash) == 0x000008, "Wrong alignment on AFastidioRockSmash"); \ static_assert(sizeof(AFastidioRockSmash) == 0x000280, "Wrong size on AFastidioRockSmash"); \ static_assert(offsetof(AFastidioRockSmash, RootPiv) == 0x000248, "Member 'AFastidioRockSmash::RootPiv' has a wrong offset!"); \ static_assert(offsetof(AFastidioRockSmash, TargetPiv) == 0x000250, "Member 'AFastidioRockSmash::TargetPiv' has a wrong offset!"); \ static_assert(offsetof(AFastidioRockSmash, RockMeshes) == 0x000258, "Member 'AFastidioRockSmash::RockMeshes' has a wrong offset!"); \ static_assert(offsetof(AFastidioRockSmash, RockDirCurve) == 0x000268, "Member 'AFastidioRockSmash::RockDirCurve' has a wrong offset!"); \ static_assert(offsetof(AFastidioRockSmash, RockForceCurve) == 0x00026C, "Member 'AFastidioRockSmash::RockForceCurve' has a wrong offset!"); \ static_assert(offsetof(AFastidioRockSmash, Offset) == 0x000270, "Member 'AFastidioRockSmash::Offset' has a wrong offset!"); \ static_assert(offsetof(AFastidioRockSmash, AimSpeed) == 0x000274, "Member 'AFastidioRockSmash::AimSpeed' has a wrong offset!"); \ static_assert(offsetof(AFastidioRockSmash, IsMoving) == 0x000278, "Member 'AFastidioRockSmash::IsMoving' has a wrong offset!"); \ static_assert(offsetof(AFastidioRockSmash, IsAim) == 0x000279, "Member 'AFastidioRockSmash::IsAim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerkFX_DoPerkFX \ static_assert(alignof(PerkFX_DoPerkFX) == 0x000008, "Wrong alignment on PerkFX_DoPerkFX"); \ static_assert(sizeof(PerkFX_DoPerkFX) == 0x000030, "Wrong size on PerkFX_DoPerkFX"); \ static_assert(offsetof(PerkFX_DoPerkFX, PerkName) == 0x000000, "Member 'PerkFX_DoPerkFX::PerkName' has a wrong offset!"); \ static_assert(offsetof(PerkFX_DoPerkFX, InActor) == 0x000010, "Member 'PerkFX_DoPerkFX::InActor' has a wrong offset!"); \ static_assert(offsetof(PerkFX_DoPerkFX, InLocation) == 0x000018, "Member 'PerkFX_DoPerkFX::InLocation' has a wrong offset!"); \ static_assert(offsetof(PerkFX_DoPerkFX, InRotation) == 0x000024, "Member 'PerkFX_DoPerkFX::InRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPerkFX \ static_assert(alignof(UPerkFX) == 0x000008, "Wrong alignment on UPerkFX"); \ static_assert(sizeof(UPerkFX) == 0x000028, "Wrong size on UPerkFX"); \ #define DUMPER7_ASSERTS_FastTravelList_AddList \ static_assert(alignof(FastTravelList_AddList) == 0x000008, "Wrong alignment on FastTravelList_AddList"); \ static_assert(sizeof(FastTravelList_AddList) == 0x000010, "Wrong size on FastTravelList_AddList"); \ static_assert(offsetof(FastTravelList_AddList, ItemList) == 0x000000, "Member 'FastTravelList_AddList::ItemList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelList_AddListMenuItem \ static_assert(alignof(FastTravelList_AddListMenuItem) == 0x000008, "Wrong alignment on FastTravelList_AddListMenuItem"); \ static_assert(sizeof(FastTravelList_AddListMenuItem) == 0x000010, "Wrong size on FastTravelList_AddListMenuItem"); \ static_assert(offsetof(FastTravelList_AddListMenuItem, ItemName) == 0x000000, "Member 'FastTravelList_AddListMenuItem::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelList_ClearHighlightListMenuItem \ static_assert(alignof(FastTravelList_ClearHighlightListMenuItem) == 0x000001, "Wrong alignment on FastTravelList_ClearHighlightListMenuItem"); \ static_assert(sizeof(FastTravelList_ClearHighlightListMenuItem) == 0x000001, "Wrong size on FastTravelList_ClearHighlightListMenuItem"); \ static_assert(offsetof(FastTravelList_ClearHighlightListMenuItem, bCallUnHovered) == 0x000000, "Member 'FastTravelList_ClearHighlightListMenuItem::bCallUnHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelList_DisableItem \ static_assert(alignof(FastTravelList_DisableItem) == 0x000008, "Wrong alignment on FastTravelList_DisableItem"); \ static_assert(sizeof(FastTravelList_DisableItem) == 0x000010, "Wrong size on FastTravelList_DisableItem"); \ static_assert(offsetof(FastTravelList_DisableItem, ItemName) == 0x000000, "Member 'FastTravelList_DisableItem::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelList_EnableItem \ static_assert(alignof(FastTravelList_EnableItem) == 0x000008, "Wrong alignment on FastTravelList_EnableItem"); \ static_assert(sizeof(FastTravelList_EnableItem) == 0x000010, "Wrong size on FastTravelList_EnableItem"); \ static_assert(offsetof(FastTravelList_EnableItem, ItemName) == 0x000000, "Member 'FastTravelList_EnableItem::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelList_HighlightListMenuItem \ static_assert(alignof(FastTravelList_HighlightListMenuItem) == 0x000008, "Wrong alignment on FastTravelList_HighlightListMenuItem"); \ static_assert(sizeof(FastTravelList_HighlightListMenuItem) == 0x000018, "Wrong size on FastTravelList_HighlightListMenuItem"); \ static_assert(offsetof(FastTravelList_HighlightListMenuItem, ItemName) == 0x000000, "Member 'FastTravelList_HighlightListMenuItem::ItemName' has a wrong offset!"); \ static_assert(offsetof(FastTravelList_HighlightListMenuItem, bCallUnHovered) == 0x000010, "Member 'FastTravelList_HighlightListMenuItem::bCallUnHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelList_IsListVisible \ static_assert(alignof(FastTravelList_IsListVisible) == 0x000001, "Wrong alignment on FastTravelList_IsListVisible"); \ static_assert(sizeof(FastTravelList_IsListVisible) == 0x000001, "Wrong size on FastTravelList_IsListVisible"); \ static_assert(offsetof(FastTravelList_IsListVisible, ReturnValue) == 0x000000, "Member 'FastTravelList_IsListVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FastTravelList_SetListTitle \ static_assert(alignof(FastTravelList_SetListTitle) == 0x000008, "Wrong alignment on FastTravelList_SetListTitle"); \ static_assert(sizeof(FastTravelList_SetListTitle) == 0x000010, "Wrong size on FastTravelList_SetListTitle"); \ static_assert(offsetof(FastTravelList_SetListTitle, Title) == 0x000000, "Member 'FastTravelList_SetListTitle::Title' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFastTravelList \ static_assert(alignof(UFastTravelList) == 0x000008, "Wrong alignment on UFastTravelList"); \ static_assert(sizeof(UFastTravelList) == 0x000330, "Wrong size on UFastTravelList"); \ #define DUMPER7_ASSERTS_AFastTravelStatue \ static_assert(alignof(AFastTravelStatue) == 0x000008, "Wrong alignment on AFastTravelStatue"); \ static_assert(sizeof(AFastTravelStatue) == 0x000258, "Wrong size on AFastTravelStatue"); \ #define DUMPER7_ASSERTS_Letterbox_Base_OnShowLetterbox \ static_assert(alignof(Letterbox_Base_OnShowLetterbox) == 0x000001, "Wrong alignment on Letterbox_Base_OnShowLetterbox"); \ static_assert(sizeof(Letterbox_Base_OnShowLetterbox) == 0x000001, "Wrong size on Letterbox_Base_OnShowLetterbox"); \ static_assert(offsetof(Letterbox_Base_OnShowLetterbox, Show) == 0x000000, "Member 'Letterbox_Base_OnShowLetterbox::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Letterbox_Base_ShowLetterbox \ static_assert(alignof(Letterbox_Base_ShowLetterbox) == 0x000001, "Wrong alignment on Letterbox_Base_ShowLetterbox"); \ static_assert(sizeof(Letterbox_Base_ShowLetterbox) == 0x000001, "Wrong size on Letterbox_Base_ShowLetterbox"); \ static_assert(offsetof(Letterbox_Base_ShowLetterbox, Show) == 0x000000, "Member 'Letterbox_Base_ShowLetterbox::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULetterbox_Base \ static_assert(alignof(ULetterbox_Base) == 0x000008, "Wrong alignment on ULetterbox_Base"); \ static_assert(sizeof(ULetterbox_Base) == 0x000268, "Wrong size on ULetterbox_Base"); \ #define DUMPER7_ASSERTS_AIPerformTaskMoveToStation_OnStationEnterFinished \ static_assert(alignof(AIPerformTaskMoveToStation_OnStationEnterFinished) == 0x000008, "Wrong alignment on AIPerformTaskMoveToStation_OnStationEnterFinished"); \ static_assert(sizeof(AIPerformTaskMoveToStation_OnStationEnterFinished) == 0x000008, "Wrong size on AIPerformTaskMoveToStation_OnStationEnterFinished"); \ static_assert(offsetof(AIPerformTaskMoveToStation_OnStationEnterFinished, i_caller) == 0x000000, "Member 'AIPerformTaskMoveToStation_OnStationEnterFinished::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskMoveToStation \ static_assert(alignof(UAIPerformTaskMoveToStation) == 0x000010, "Wrong alignment on UAIPerformTaskMoveToStation"); \ static_assert(sizeof(UAIPerformTaskMoveToStation) == 0x0001A0, "Wrong size on UAIPerformTaskMoveToStation"); \ static_assert(offsetof(UAIPerformTaskMoveToStation, TargetStation) == 0x0000D8, "Member 'UAIPerformTaskMoveToStation::TargetStation' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskMoveToStation, ActivityType) == 0x0000E0, "Member 'UAIPerformTaskMoveToStation::ActivityType' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskMoveToStation, ActionName) == 0x000168, "Member 'UAIPerformTaskMoveToStation::ActionName' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskMoveToStation, bInteract) == 0x000170, "Member 'UAIPerformTaskMoveToStation::bInteract' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskMoveToStation, ConnectionIndex) == 0x000174, "Member 'UAIPerformTaskMoveToStation::ConnectionIndex' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskMoveToStation, stationDuration) == 0x000178, "Member 'UAIPerformTaskMoveToStation::stationDuration' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskMoveToStation, SpeedMode) == 0x000198, "Member 'UAIPerformTaskMoveToStation::SpeedMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskTeleportToStation \ static_assert(alignof(UAIPerformTaskTeleportToStation) == 0x000010, "Wrong alignment on UAIPerformTaskTeleportToStation"); \ static_assert(sizeof(UAIPerformTaskTeleportToStation) == 0x0001A0, "Wrong size on UAIPerformTaskTeleportToStation"); \ #define DUMPER7_ASSERTS_UFastTravelTestSettings \ static_assert(alignof(UFastTravelTestSettings) == 0x000008, "Wrong alignment on UFastTravelTestSettings"); \ static_assert(sizeof(UFastTravelTestSettings) == 0x000038, "Wrong size on UFastTravelTestSettings"); \ static_assert(offsetof(UFastTravelTestSettings, FastTravelTests) == 0x000028, "Member 'UFastTravelTestSettings::FastTravelTests' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFieldGuideButton_Actions \ static_assert(alignof(UFieldGuideButton_Actions) == 0x000008, "Wrong alignment on UFieldGuideButton_Actions"); \ static_assert(sizeof(UFieldGuideButton_Actions) == 0x0004C0, "Wrong size on UFieldGuideButton_Actions"); \ static_assert(offsetof(UFieldGuideButton_Actions, NewItemCategories) == 0x0004B0, "Member 'UFieldGuideButton_Actions::NewItemCategories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFieldGuideButton_OwlMail \ static_assert(alignof(UFieldGuideButton_OwlMail) == 0x000008, "Wrong alignment on UFieldGuideButton_OwlMail"); \ static_assert(sizeof(UFieldGuideButton_OwlMail) == 0x0004B0, "Wrong size on UFieldGuideButton_OwlMail"); \ #define DUMPER7_ASSERTS_UFieldGuideButton_Quests \ static_assert(alignof(UFieldGuideButton_Quests) == 0x000008, "Wrong alignment on UFieldGuideButton_Quests"); \ static_assert(sizeof(UFieldGuideButton_Quests) == 0x0004B0, "Wrong size on UFieldGuideButton_Quests"); \ #define DUMPER7_ASSERTS_PageStack_GetStack \ static_assert(alignof(PageStack_GetStack) == 0x000008, "Wrong alignment on PageStack_GetStack"); \ static_assert(sizeof(PageStack_GetStack) == 0x000010, "Wrong size on PageStack_GetStack"); \ static_assert(offsetof(PageStack_GetStack, ReturnValue) == 0x000000, "Member 'PageStack_GetStack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PageStack_Peek \ static_assert(alignof(PageStack_Peek) == 0x000008, "Wrong alignment on PageStack_Peek"); \ static_assert(sizeof(PageStack_Peek) == 0x000010, "Wrong size on PageStack_Peek"); \ static_assert(offsetof(PageStack_Peek, ReturnValue) == 0x000000, "Member 'PageStack_Peek::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PageStack_Pop \ static_assert(alignof(PageStack_Pop) == 0x000008, "Wrong alignment on PageStack_Pop"); \ static_assert(sizeof(PageStack_Pop) == 0x000010, "Wrong size on PageStack_Pop"); \ static_assert(offsetof(PageStack_Pop, ReturnValue) == 0x000000, "Member 'PageStack_Pop::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PageStack_Push \ static_assert(alignof(PageStack_Push) == 0x000008, "Wrong alignment on PageStack_Push"); \ static_assert(sizeof(PageStack_Push) == 0x000010, "Wrong size on PageStack_Push"); \ static_assert(offsetof(PageStack_Push, Widget) == 0x000000, "Member 'PageStack_Push::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPageStack \ static_assert(alignof(UPageStack) == 0x000008, "Wrong alignment on UPageStack"); \ static_assert(sizeof(UPageStack) == 0x000038, "Wrong size on UPageStack"); \ #define DUMPER7_ASSERTS_UFXFilter_IsCreature \ static_assert(alignof(UFXFilter_IsCreature) == 0x000008, "Wrong alignment on UFXFilter_IsCreature"); \ static_assert(sizeof(UFXFilter_IsCreature) == 0x000030, "Wrong size on UFXFilter_IsCreature"); \ #define DUMPER7_ASSERTS_FieldGuideHotSpot_HintedByRevelio \ static_assert(alignof(FieldGuideHotSpot_HintedByRevelio) == 0x000001, "Wrong alignment on FieldGuideHotSpot_HintedByRevelio"); \ static_assert(sizeof(FieldGuideHotSpot_HintedByRevelio) == 0x000001, "Wrong size on FieldGuideHotSpot_HintedByRevelio"); \ static_assert(offsetof(FieldGuideHotSpot_HintedByRevelio, bWasHintedAt) == 0x000000, "Member 'FieldGuideHotSpot_HintedByRevelio::bWasHintedAt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldGuideHotSpot_Interact \ static_assert(alignof(FieldGuideHotSpot_Interact) == 0x000008, "Wrong alignment on FieldGuideHotSpot_Interact"); \ static_assert(sizeof(FieldGuideHotSpot_Interact) == 0x000008, "Wrong size on FieldGuideHotSpot_Interact"); \ static_assert(offsetof(FieldGuideHotSpot_Interact, AvaService) == 0x000000, "Member 'FieldGuideHotSpot_Interact::AvaService' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldGuideHotSpot_Log \ static_assert(alignof(FieldGuideHotSpot_Log) == 0x000008, "Wrong alignment on FieldGuideHotSpot_Log"); \ static_assert(sizeof(FieldGuideHotSpot_Log) == 0x000010, "Wrong size on FieldGuideHotSpot_Log"); \ static_assert(offsetof(FieldGuideHotSpot_Log, InLogString) == 0x000000, "Member 'FieldGuideHotSpot_Log::InLogString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldGuideHotSpot_PlayerIsInHotSpot \ static_assert(alignof(FieldGuideHotSpot_PlayerIsInHotSpot) == 0x000008, "Wrong alignment on FieldGuideHotSpot_PlayerIsInHotSpot"); \ static_assert(sizeof(FieldGuideHotSpot_PlayerIsInHotSpot) == 0x000010, "Wrong size on FieldGuideHotSpot_PlayerIsInHotSpot"); \ static_assert(offsetof(FieldGuideHotSpot_PlayerIsInHotSpot, InPlayerActor) == 0x000000, "Member 'FieldGuideHotSpot_PlayerIsInHotSpot::InPlayerActor' has a wrong offset!"); \ static_assert(offsetof(FieldGuideHotSpot_PlayerIsInHotSpot, bInHotSpot) == 0x000008, "Member 'FieldGuideHotSpot_PlayerIsInHotSpot::bInHotSpot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldGuideHotSpot_StartVFX \ static_assert(alignof(FieldGuideHotSpot_StartVFX) == 0x000008, "Wrong alignment on FieldGuideHotSpot_StartVFX"); \ static_assert(sizeof(FieldGuideHotSpot_StartVFX) == 0x000008, "Wrong size on FieldGuideHotSpot_StartVFX"); \ static_assert(offsetof(FieldGuideHotSpot_StartVFX, InAsset) == 0x000000, "Member 'FieldGuideHotSpot_StartVFX::InAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldGuideHotSpot_UpdateOuterRadius \ static_assert(alignof(FieldGuideHotSpot_UpdateOuterRadius) == 0x000004, "Wrong alignment on FieldGuideHotSpot_UpdateOuterRadius"); \ static_assert(sizeof(FieldGuideHotSpot_UpdateOuterRadius) == 0x000008, "Wrong size on FieldGuideHotSpot_UpdateOuterRadius"); \ static_assert(offsetof(FieldGuideHotSpot_UpdateOuterRadius, AngleRatio) == 0x000000, "Member 'FieldGuideHotSpot_UpdateOuterRadius::AngleRatio' has a wrong offset!"); \ static_assert(offsetof(FieldGuideHotSpot_UpdateOuterRadius, DistanceRatio) == 0x000004, "Member 'FieldGuideHotSpot_UpdateOuterRadius::DistanceRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldGuideHotSpot_UpdateVFX \ static_assert(alignof(FieldGuideHotSpot_UpdateVFX) == 0x000004, "Wrong alignment on FieldGuideHotSpot_UpdateVFX"); \ static_assert(sizeof(FieldGuideHotSpot_UpdateVFX) == 0x000008, "Wrong size on FieldGuideHotSpot_UpdateVFX"); \ static_assert(offsetof(FieldGuideHotSpot_UpdateVFX, AngleRatio) == 0x000000, "Member 'FieldGuideHotSpot_UpdateVFX::AngleRatio' has a wrong offset!"); \ static_assert(offsetof(FieldGuideHotSpot_UpdateVFX, DistanceRatio) == 0x000004, "Member 'FieldGuideHotSpot_UpdateVFX::DistanceRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldGuideHotSpot_IsRevealed \ static_assert(alignof(FieldGuideHotSpot_IsRevealed) == 0x000001, "Wrong alignment on FieldGuideHotSpot_IsRevealed"); \ static_assert(sizeof(FieldGuideHotSpot_IsRevealed) == 0x000001, "Wrong size on FieldGuideHotSpot_IsRevealed"); \ static_assert(offsetof(FieldGuideHotSpot_IsRevealed, ReturnValue) == 0x000000, "Member 'FieldGuideHotSpot_IsRevealed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFieldGuideHotSpot \ static_assert(alignof(AFieldGuideHotSpot) == 0x000008, "Wrong alignment on AFieldGuideHotSpot"); \ static_assert(sizeof(AFieldGuideHotSpot) == 0x0002D0, "Wrong size on AFieldGuideHotSpot"); \ static_assert(offsetof(AFieldGuideHotSpot, bDebugDraw) == 0x000258, "Member 'AFieldGuideHotSpot::bDebugDraw' has a wrong offset!"); \ static_assert(offsetof(AFieldGuideHotSpot, HotSpotHeightAllowed) == 0x00025C, "Member 'AFieldGuideHotSpot::HotSpotHeightAllowed' has a wrong offset!"); \ static_assert(offsetof(AFieldGuideHotSpot, OuterRadius) == 0x000260, "Member 'AFieldGuideHotSpot::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(AFieldGuideHotSpot, MinOuterRadiusRatio) == 0x000264, "Member 'AFieldGuideHotSpot::MinOuterRadiusRatio' has a wrong offset!"); \ static_assert(offsetof(AFieldGuideHotSpot, bInsideOuterRadius) == 0x000268, "Member 'AFieldGuideHotSpot::bInsideOuterRadius' has a wrong offset!"); \ static_assert(offsetof(AFieldGuideHotSpot, bInsideCollision) == 0x000269, "Member 'AFieldGuideHotSpot::bInsideCollision' has a wrong offset!"); \ static_assert(offsetof(AFieldGuideHotSpot, HotSpotRadius) == 0x00026C, "Member 'AFieldGuideHotSpot::HotSpotRadius' has a wrong offset!"); \ static_assert(offsetof(AFieldGuideHotSpot, HotSpotRumbleDeadZone) == 0x000270, "Member 'AFieldGuideHotSpot::HotSpotRumbleDeadZone' has a wrong offset!"); \ static_assert(offsetof(AFieldGuideHotSpot, bInsideHotSpotRadius) == 0x000274, "Member 'AFieldGuideHotSpot::bInsideHotSpotRadius' has a wrong offset!"); \ static_assert(offsetof(AFieldGuideHotSpot, bHotSpotActive) == 0x000275, "Member 'AFieldGuideHotSpot::bHotSpotActive' has a wrong offset!"); \ static_assert(offsetof(AFieldGuideHotSpot, OnCompletedDelagate) == 0x000278, "Member 'AFieldGuideHotSpot::OnCompletedDelagate' has a wrong offset!"); \ static_assert(offsetof(AFieldGuideHotSpot, OnCancelledDelagate) == 0x000288, "Member 'AFieldGuideHotSpot::OnCancelledDelagate' has a wrong offset!"); \ static_assert(offsetof(AFieldGuideHotSpot, OnEndedDelagate) == 0x000298, "Member 'AFieldGuideHotSpot::OnEndedDelagate' has a wrong offset!"); \ static_assert(offsetof(AFieldGuideHotSpot, CognitionStimuliSourceComponent) == 0x0002A8, "Member 'AFieldGuideHotSpot::CognitionStimuliSourceComponent' has a wrong offset!"); \ static_assert(offsetof(AFieldGuideHotSpot, PlayerActor) == 0x0002B0, "Member 'AFieldGuideHotSpot::PlayerActor' has a wrong offset!"); \ static_assert(offsetof(AFieldGuideHotSpot, VFXPulseComponent) == 0x0002B8, "Member 'AFieldGuideHotSpot::VFXPulseComponent' has a wrong offset!"); \ static_assert(offsetof(AFieldGuideHotSpot, bPageCollected) == 0x0002C0, "Member 'AFieldGuideHotSpot::bPageCollected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UThrowData \ static_assert(alignof(UThrowData) == 0x000008, "Wrong alignment on UThrowData"); \ static_assert(sizeof(UThrowData) == 0x000160, "Wrong size on UThrowData"); \ static_assert(offsetof(UThrowData, World) == 0x000028, "Member 'UThrowData::World' has a wrong offset!"); \ static_assert(offsetof(UThrowData, Owner) == 0x000030, "Member 'UThrowData::Owner' has a wrong offset!"); \ static_assert(offsetof(UThrowData, Instigator) == 0x000038, "Member 'UThrowData::Instigator' has a wrong offset!"); \ static_assert(offsetof(UThrowData, ThrownActor) == 0x000040, "Member 'UThrowData::ThrownActor' has a wrong offset!"); \ static_assert(offsetof(UThrowData, Component) == 0x000048, "Member 'UThrowData::Component' has a wrong offset!"); \ static_assert(offsetof(UThrowData, SpellTool) == 0x000050, "Member 'UThrowData::SpellTool' has a wrong offset!"); \ static_assert(offsetof(UThrowData, ObjectStateInfo) == 0x0000D0, "Member 'UThrowData::ObjectStateInfo' has a wrong offset!"); \ static_assert(offsetof(UThrowData, IgnoreObjectArray) == 0x0000E0, "Member 'UThrowData::IgnoreObjectArray' has a wrong offset!"); \ static_assert(offsetof(UThrowData, MunitionDataAssets) == 0x000130, "Member 'UThrowData::MunitionDataAssets' has a wrong offset!"); \ static_assert(offsetof(UThrowData, TargetActor) == 0x000158, "Member 'UThrowData::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldGuideMenu_ChangeMenuPage \ static_assert(alignof(FieldGuideMenu_ChangeMenuPage) == 0x000001, "Wrong alignment on FieldGuideMenu_ChangeMenuPage"); \ static_assert(sizeof(FieldGuideMenu_ChangeMenuPage) == 0x000001, "Wrong size on FieldGuideMenu_ChangeMenuPage"); \ static_assert(offsetof(FieldGuideMenu_ChangeMenuPage, MenuPage) == 0x000000, "Member 'FieldGuideMenu_ChangeMenuPage::MenuPage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FieldGuideMenu_UpdateMenuLegend \ static_assert(alignof(FieldGuideMenu_UpdateMenuLegend) == 0x000008, "Wrong alignment on FieldGuideMenu_UpdateMenuLegend"); \ static_assert(sizeof(FieldGuideMenu_UpdateMenuLegend) == 0x000010, "Wrong size on FieldGuideMenu_UpdateMenuLegend"); \ static_assert(offsetof(FieldGuideMenu_UpdateMenuLegend, NewData) == 0x000000, "Member 'FieldGuideMenu_UpdateMenuLegend::NewData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFieldGuideMenu \ static_assert(alignof(UFieldGuideMenu) == 0x000008, "Wrong alignment on UFieldGuideMenu"); \ static_assert(sizeof(UFieldGuideMenu) == 0x000378, "Wrong size on UFieldGuideMenu"); \ static_assert(offsetof(UFieldGuideMenu, NeedsAutosave) == 0x000370, "Member 'UFieldGuideMenu::NeedsAutosave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduleItemWidget_SetInformation \ static_assert(alignof(ScheduleItemWidget_SetInformation) == 0x000008, "Wrong alignment on ScheduleItemWidget_SetInformation"); \ static_assert(sizeof(ScheduleItemWidget_SetInformation) == 0x000030, "Wrong size on ScheduleItemWidget_SetInformation"); \ static_assert(offsetof(ScheduleItemWidget_SetInformation, Activity) == 0x000000, "Member 'ScheduleItemWidget_SetInformation::Activity' has a wrong offset!"); \ static_assert(offsetof(ScheduleItemWidget_SetInformation, ShowText) == 0x000028, "Member 'ScheduleItemWidget_SetInformation::ShowText' has a wrong offset!"); \ static_assert(offsetof(ScheduleItemWidget_SetInformation, ReturnValue) == 0x000029, "Member 'ScheduleItemWidget_SetInformation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScheduleItemWidget \ static_assert(alignof(UScheduleItemWidget) == 0x000008, "Wrong alignment on UScheduleItemWidget"); \ static_assert(sizeof(UScheduleItemWidget) == 0x0002D0, "Wrong size on UScheduleItemWidget"); \ static_assert(offsetof(UScheduleItemWidget, OnScheduleItemHovered) == 0x000268, "Member 'UScheduleItemWidget::OnScheduleItemHovered' has a wrong offset!"); \ static_assert(offsetof(UScheduleItemWidget, OnScheduleItemUnhovered) == 0x000278, "Member 'UScheduleItemWidget::OnScheduleItemUnhovered' has a wrong offset!"); \ static_assert(offsetof(UScheduleItemWidget, BackgroundScale) == 0x000288, "Member 'UScheduleItemWidget::BackgroundScale' has a wrong offset!"); \ static_assert(offsetof(UScheduleItemWidget, IconName) == 0x000290, "Member 'UScheduleItemWidget::IconName' has a wrong offset!"); \ static_assert(offsetof(UScheduleItemWidget, StartTime) == 0x0002A0, "Member 'UScheduleItemWidget::StartTime' has a wrong offset!"); \ static_assert(offsetof(UScheduleItemWidget, EndTime) == 0x0002A4, "Member 'UScheduleItemWidget::EndTime' has a wrong offset!"); \ static_assert(offsetof(UScheduleItemWidget, ActivityID) == 0x0002A8, "Member 'UScheduleItemWidget::ActivityID' has a wrong offset!"); \ static_assert(offsetof(UScheduleItemWidget, ActivityTypeID) == 0x0002B8, "Member 'UScheduleItemWidget::ActivityTypeID' has a wrong offset!"); \ static_assert(offsetof(UScheduleItemWidget, ShowActivityText) == 0x0002C8, "Member 'UScheduleItemWidget::ShowActivityText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FiniteInterface_StartFinite \ static_assert(alignof(FiniteInterface_StartFinite) == 0x000008, "Wrong alignment on FiniteInterface_StartFinite"); \ static_assert(sizeof(FiniteInterface_StartFinite) == 0x000010, "Wrong size on FiniteInterface_StartFinite"); \ static_assert(offsetof(FiniteInterface_StartFinite, Instigator) == 0x000000, "Member 'FiniteInterface_StartFinite::Instigator' has a wrong offset!"); \ static_assert(offsetof(FiniteInterface_StartFinite, RemovedEffect) == 0x000008, "Member 'FiniteInterface_StartFinite::RemovedEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFiniteInterface \ static_assert(alignof(IFiniteInterface) == 0x000001, "Wrong alignment on IFiniteInterface"); \ static_assert(sizeof(IFiniteInterface) == 0x000001, "Wrong size on IFiniteInterface"); \ #define DUMPER7_ASSERTS_AInstancedTrailActor \ static_assert(alignof(AInstancedTrailActor) == 0x000010, "Wrong alignment on AInstancedTrailActor"); \ static_assert(sizeof(AInstancedTrailActor) == 0x000500, "Wrong size on AInstancedTrailActor"); \ static_assert(offsetof(AInstancedTrailActor, MaxMeshes) == 0x000248, "Member 'AInstancedTrailActor::MaxMeshes' has a wrong offset!"); \ static_assert(offsetof(AInstancedTrailActor, TrailMemberMesh) == 0x000250, "Member 'AInstancedTrailActor::TrailMemberMesh' has a wrong offset!"); \ static_assert(offsetof(AInstancedTrailActor, spacing) == 0x000258, "Member 'AInstancedTrailActor::spacing' has a wrong offset!"); \ static_assert(offsetof(AInstancedTrailActor, RandomizeSpacingPercent) == 0x00025C, "Member 'AInstancedTrailActor::RandomizeSpacingPercent' has a wrong offset!"); \ static_assert(offsetof(AInstancedTrailActor, Burst) == 0x000260, "Member 'AInstancedTrailActor::Burst' has a wrong offset!"); \ static_assert(offsetof(AInstancedTrailActor, FollowOffset) == 0x000270, "Member 'AInstancedTrailActor::FollowOffset' has a wrong offset!"); \ static_assert(offsetof(AInstancedTrailActor, MemberBehavior) == 0x0002A0, "Member 'AInstancedTrailActor::MemberBehavior' has a wrong offset!"); \ static_assert(offsetof(AInstancedTrailActor, bEnabled) == 0x000480, "Member 'AInstancedTrailActor::bEnabled' has a wrong offset!"); \ static_assert(offsetof(AInstancedTrailActor, TrailMeshes) == 0x000488, "Member 'AInstancedTrailActor::TrailMeshes' has a wrong offset!"); \ static_assert(offsetof(AInstancedTrailActor, TrailMembers) == 0x000490, "Member 'AInstancedTrailActor::TrailMembers' has a wrong offset!"); \ static_assert(offsetof(AInstancedTrailActor, NextTrailMember) == 0x0004A0, "Member 'AInstancedTrailActor::NextTrailMember' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelfArrangingBooks_OnTimelineUpdate \ static_assert(alignof(SelfArrangingBooks_OnTimelineUpdate) == 0x000004, "Wrong alignment on SelfArrangingBooks_OnTimelineUpdate"); \ static_assert(sizeof(SelfArrangingBooks_OnTimelineUpdate) == 0x000004, "Wrong size on SelfArrangingBooks_OnTimelineUpdate"); \ static_assert(offsetof(SelfArrangingBooks_OnTimelineUpdate, Value) == 0x000000, "Member 'SelfArrangingBooks_OnTimelineUpdate::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelfArrangingBooks_UpdateBookTransform \ static_assert(alignof(SelfArrangingBooks_UpdateBookTransform) == 0x000004, "Wrong alignment on SelfArrangingBooks_UpdateBookTransform"); \ static_assert(sizeof(SelfArrangingBooks_UpdateBookTransform) == 0x00000C, "Wrong size on SelfArrangingBooks_UpdateBookTransform"); \ static_assert(offsetof(SelfArrangingBooks_UpdateBookTransform, idx) == 0x000000, "Member 'SelfArrangingBooks_UpdateBookTransform::idx' has a wrong offset!"); \ static_assert(offsetof(SelfArrangingBooks_UpdateBookTransform, Path) == 0x000004, "Member 'SelfArrangingBooks_UpdateBookTransform::Path' has a wrong offset!"); \ static_assert(offsetof(SelfArrangingBooks_UpdateBookTransform, Rot) == 0x000008, "Member 'SelfArrangingBooks_UpdateBookTransform::Rot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASelfArrangingBooks \ static_assert(alignof(ASelfArrangingBooks) == 0x000008, "Wrong alignment on ASelfArrangingBooks"); \ static_assert(sizeof(ASelfArrangingBooks) == 0x0002C0, "Wrong size on ASelfArrangingBooks"); \ static_assert(offsetof(ASelfArrangingBooks, SplineArray) == 0x000248, "Member 'ASelfArrangingBooks::SplineArray' has a wrong offset!"); \ static_assert(offsetof(ASelfArrangingBooks, RandomSMCs) == 0x000258, "Member 'ASelfArrangingBooks::RandomSMCs' has a wrong offset!"); \ static_assert(offsetof(ASelfArrangingBooks, RandomSelection) == 0x000268, "Member 'ASelfArrangingBooks::RandomSelection' has a wrong offset!"); \ static_assert(offsetof(ASelfArrangingBooks, bCanPlay) == 0x00026C, "Member 'ASelfArrangingBooks::bCanPlay' has a wrong offset!"); \ static_assert(offsetof(ASelfArrangingBooks, bPlayReverse) == 0x00026D, "Member 'ASelfArrangingBooks::bPlayReverse' has a wrong offset!"); \ static_assert(offsetof(ASelfArrangingBooks, NumberOfBooks) == 0x000270, "Member 'ASelfArrangingBooks::NumberOfBooks' has a wrong offset!"); \ static_assert(offsetof(ASelfArrangingBooks, NumberOfPaths) == 0x000274, "Member 'ASelfArrangingBooks::NumberOfPaths' has a wrong offset!"); \ static_assert(offsetof(ASelfArrangingBooks, ScaleOfProps) == 0x000278, "Member 'ASelfArrangingBooks::ScaleOfProps' has a wrong offset!"); \ static_assert(offsetof(ASelfArrangingBooks, spacing) == 0x00027C, "Member 'ASelfArrangingBooks::spacing' has a wrong offset!"); \ static_assert(offsetof(ASelfArrangingBooks, DistanceInbetweenProps) == 0x000280, "Member 'ASelfArrangingBooks::DistanceInbetweenProps' has a wrong offset!"); \ static_assert(offsetof(ASelfArrangingBooks, RotationOfProps) == 0x000284, "Member 'ASelfArrangingBooks::RotationOfProps' has a wrong offset!"); \ static_assert(offsetof(ASelfArrangingBooks, TM_Spline) == 0x000290, "Member 'ASelfArrangingBooks::TM_Spline' has a wrong offset!"); \ static_assert(offsetof(ASelfArrangingBooks, PathCurve) == 0x000298, "Member 'ASelfArrangingBooks::PathCurve' has a wrong offset!"); \ static_assert(offsetof(ASelfArrangingBooks, Rot1Curve) == 0x0002A0, "Member 'ASelfArrangingBooks::Rot1Curve' has a wrong offset!"); \ static_assert(offsetof(ASelfArrangingBooks, Rot2Curve) == 0x0002A8, "Member 'ASelfArrangingBooks::Rot2Curve' has a wrong offset!"); \ static_assert(offsetof(ASelfArrangingBooks, Rot3Curve) == 0x0002B0, "Member 'ASelfArrangingBooks::Rot3Curve' has a wrong offset!"); \ static_assert(offsetof(ASelfArrangingBooks, Rot4Curve) == 0x0002B8, "Member 'ASelfArrangingBooks::Rot4Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableComponent_GetLockable \ static_assert(alignof(LockableComponent_GetLockable) == 0x000008, "Wrong alignment on LockableComponent_GetLockable"); \ static_assert(sizeof(LockableComponent_GetLockable) == 0x000008, "Wrong size on LockableComponent_GetLockable"); \ static_assert(offsetof(LockableComponent_GetLockable, ReturnValue) == 0x000000, "Member 'LockableComponent_GetLockable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableComponent_OnLockSphereHit \ static_assert(alignof(LockableComponent_OnLockSphereHit) == 0x000008, "Wrong alignment on LockableComponent_OnLockSphereHit"); \ static_assert(sizeof(LockableComponent_OnLockSphereHit) == 0x0000A8, "Wrong size on LockableComponent_OnLockSphereHit"); \ static_assert(offsetof(LockableComponent_OnLockSphereHit, OverlappedComp) == 0x000000, "Member 'LockableComponent_OnLockSphereHit::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_OnLockSphereHit, OtherActor) == 0x000008, "Member 'LockableComponent_OnLockSphereHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_OnLockSphereHit, OtherComp) == 0x000010, "Member 'LockableComponent_OnLockSphereHit::OtherComp' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_OnLockSphereHit, OtherBodyIndex) == 0x000018, "Member 'LockableComponent_OnLockSphereHit::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_OnLockSphereHit, bFromSweep) == 0x00001C, "Member 'LockableComponent_OnLockSphereHit::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_OnLockSphereHit, SweepResult) == 0x000020, "Member 'LockableComponent_OnLockSphereHit::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableComponent_OnPlayerRemovedLock \ static_assert(alignof(LockableComponent_OnPlayerRemovedLock) == 0x000008, "Wrong alignment on LockableComponent_OnPlayerRemovedLock"); \ static_assert(sizeof(LockableComponent_OnPlayerRemovedLock) == 0x000008, "Wrong size on LockableComponent_OnPlayerRemovedLock"); \ static_assert(offsetof(LockableComponent_OnPlayerRemovedLock, AmbulatoryCharacter) == 0x000000, "Member 'LockableComponent_OnPlayerRemovedLock::AmbulatoryCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableComponent_Seal \ static_assert(alignof(LockableComponent_Seal) == 0x000001, "Wrong alignment on LockableComponent_Seal"); \ static_assert(sizeof(LockableComponent_Seal) == 0x000002, "Wrong size on LockableComponent_Seal"); \ static_assert(offsetof(LockableComponent_Seal, ShowLockWhenLocked) == 0x000000, "Member 'LockableComponent_Seal::ShowLockWhenLocked' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_Seal, PlaySoundsAndEffects) == 0x000001, "Member 'LockableComponent_Seal::PlaySoundsAndEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableComponent_Unlock \ static_assert(alignof(LockableComponent_Unlock) == 0x000001, "Wrong alignment on LockableComponent_Unlock"); \ static_assert(sizeof(LockableComponent_Unlock) == 0x000006, "Wrong size on LockableComponent_Unlock"); \ static_assert(offsetof(LockableComponent_Unlock, OpenLockable) == 0x000000, "Member 'LockableComponent_Unlock::OpenLockable' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_Unlock, ThrowLock) == 0x000001, "Member 'LockableComponent_Unlock::ThrowLock' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_Unlock, PlaySoundsAndEffects) == 0x000002, "Member 'LockableComponent_Unlock::PlaySoundsAndEffects' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_Unlock, DoChild) == 0x000003, "Member 'LockableComponent_Unlock::DoChild' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_Unlock, FromMinigame) == 0x000004, "Member 'LockableComponent_Unlock::FromMinigame' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_Unlock, AllowStreamingDoorsToKeepOpen) == 0x000005, "Member 'LockableComponent_Unlock::AllowStreamingDoorsToKeepOpen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableComponent_UnlockButtonPressed \ static_assert(alignof(LockableComponent_UnlockButtonPressed) == 0x000008, "Wrong alignment on LockableComponent_UnlockButtonPressed"); \ static_assert(sizeof(LockableComponent_UnlockButtonPressed) == 0x000008, "Wrong size on LockableComponent_UnlockButtonPressed"); \ static_assert(offsetof(LockableComponent_UnlockButtonPressed, Caller) == 0x000000, "Member 'LockableComponent_UnlockButtonPressed::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableComponent_UnlockButtonReleasedEarly \ static_assert(alignof(LockableComponent_UnlockButtonReleasedEarly) == 0x000008, "Wrong alignment on LockableComponent_UnlockButtonReleasedEarly"); \ static_assert(sizeof(LockableComponent_UnlockButtonReleasedEarly) == 0x000008, "Wrong size on LockableComponent_UnlockButtonReleasedEarly"); \ static_assert(offsetof(LockableComponent_UnlockButtonReleasedEarly, Caller) == 0x000000, "Member 'LockableComponent_UnlockButtonReleasedEarly::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableComponent_UnlockIfLinked \ static_assert(alignof(LockableComponent_UnlockIfLinked) == 0x000008, "Wrong alignment on LockableComponent_UnlockIfLinked"); \ static_assert(sizeof(LockableComponent_UnlockIfLinked) == 0x000010, "Wrong size on LockableComponent_UnlockIfLinked"); \ static_assert(offsetof(LockableComponent_UnlockIfLinked, Caller) == 0x000000, "Member 'LockableComponent_UnlockIfLinked::Caller' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_UnlockIfLinked, inGroupName) == 0x000008, "Member 'LockableComponent_UnlockIfLinked::inGroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableComponent_UnlockTimeReached \ static_assert(alignof(LockableComponent_UnlockTimeReached) == 0x000008, "Wrong alignment on LockableComponent_UnlockTimeReached"); \ static_assert(sizeof(LockableComponent_UnlockTimeReached) == 0x000008, "Wrong size on LockableComponent_UnlockTimeReached"); \ static_assert(offsetof(LockableComponent_UnlockTimeReached, Caller) == 0x000000, "Member 'LockableComponent_UnlockTimeReached::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableComponent_Unseal \ static_assert(alignof(LockableComponent_Unseal) == 0x000001, "Wrong alignment on LockableComponent_Unseal"); \ static_assert(sizeof(LockableComponent_Unseal) == 0x000005, "Wrong size on LockableComponent_Unseal"); \ static_assert(offsetof(LockableComponent_Unseal, ShowLockWhenLocked) == 0x000000, "Member 'LockableComponent_Unseal::ShowLockWhenLocked' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_Unseal, Locked_0) == 0x000001, "Member 'LockableComponent_Unseal::Locked_0' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_Unseal, OpenLockable) == 0x000002, "Member 'LockableComponent_Unseal::OpenLockable' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_Unseal, ThrowLock) == 0x000003, "Member 'LockableComponent_Unseal::ThrowLock' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_Unseal, PlaySoundsAndEffects) == 0x000004, "Member 'LockableComponent_Unseal::PlaySoundsAndEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableComponent_UpdateLockAfterChange \ static_assert(alignof(LockableComponent_UpdateLockAfterChange) == 0x000001, "Wrong alignment on LockableComponent_UpdateLockAfterChange"); \ static_assert(sizeof(LockableComponent_UpdateLockAfterChange) == 0x000004, "Wrong size on LockableComponent_UpdateLockAfterChange"); \ static_assert(offsetof(LockableComponent_UpdateLockAfterChange, OpenLockable) == 0x000000, "Member 'LockableComponent_UpdateLockAfterChange::OpenLockable' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_UpdateLockAfterChange, ThrowLock) == 0x000001, "Member 'LockableComponent_UpdateLockAfterChange::ThrowLock' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_UpdateLockAfterChange, PlaySoundsAndEffects) == 0x000002, "Member 'LockableComponent_UpdateLockAfterChange::PlaySoundsAndEffects' has a wrong offset!"); \ static_assert(offsetof(LockableComponent_UpdateLockAfterChange, DoChild) == 0x000003, "Member 'LockableComponent_UpdateLockAfterChange::DoChild' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableComponent_CanPlayerOpenLock \ static_assert(alignof(LockableComponent_CanPlayerOpenLock) == 0x000001, "Wrong alignment on LockableComponent_CanPlayerOpenLock"); \ static_assert(sizeof(LockableComponent_CanPlayerOpenLock) == 0x000001, "Wrong size on LockableComponent_CanPlayerOpenLock"); \ static_assert(offsetof(LockableComponent_CanPlayerOpenLock, ReturnValue) == 0x000000, "Member 'LockableComponent_CanPlayerOpenLock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableComponent_CanPlayerUseAlohomoraOnLock \ static_assert(alignof(LockableComponent_CanPlayerUseAlohomoraOnLock) == 0x000001, "Wrong alignment on LockableComponent_CanPlayerUseAlohomoraOnLock"); \ static_assert(sizeof(LockableComponent_CanPlayerUseAlohomoraOnLock) == 0x000001, "Wrong size on LockableComponent_CanPlayerUseAlohomoraOnLock"); \ static_assert(offsetof(LockableComponent_CanPlayerUseAlohomoraOnLock, ReturnValue) == 0x000000, "Member 'LockableComponent_CanPlayerUseAlohomoraOnLock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableComponent_GetLockMeshComponent \ static_assert(alignof(LockableComponent_GetLockMeshComponent) == 0x000008, "Wrong alignment on LockableComponent_GetLockMeshComponent"); \ static_assert(sizeof(LockableComponent_GetLockMeshComponent) == 0x000008, "Wrong size on LockableComponent_GetLockMeshComponent"); \ static_assert(offsetof(LockableComponent_GetLockMeshComponent, ReturnValue) == 0x000000, "Member 'LockableComponent_GetLockMeshComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableComponent_HasKey \ static_assert(alignof(LockableComponent_HasKey) == 0x000001, "Wrong alignment on LockableComponent_HasKey"); \ static_assert(sizeof(LockableComponent_HasKey) == 0x000001, "Wrong size on LockableComponent_HasKey"); \ static_assert(offsetof(LockableComponent_HasKey, ReturnValue) == 0x000000, "Member 'LockableComponent_HasKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULockableComponent \ static_assert(alignof(ULockableComponent) == 0x000008, "Wrong alignment on ULockableComponent"); \ static_assert(sizeof(ULockableComponent) == 0x000228, "Wrong size on ULockableComponent"); \ static_assert(offsetof(ULockableComponent, LockMeshComponent) == 0x0000F0, "Member 'ULockableComponent::LockMeshComponent' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, CalloutLocator) == 0x0000F8, "Member 'ULockableComponent::CalloutLocator' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, CognitionStimuliSource) == 0x000100, "Member 'ULockableComponent::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, LockHitSphere) == 0x000108, "Member 'ULockableComponent::LockHitSphere' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, SerializedVersion) == 0x000110, "Member 'ULockableComponent::SerializedVersion' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, AlwaysFaceCamera) == 0x000114, "Member 'ULockableComponent::AlwaysFaceCamera' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, Socket) == 0x000118, "Member 'ULockableComponent::Socket' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, Locked) == 0x000120, "Member 'ULockableComponent::Locked' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, Inventory_KeyName) == 0x000124, "Member 'ULockableComponent::Inventory_KeyName' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, DatabaseLock_KeyName) == 0x00012C, "Member 'ULockableComponent::DatabaseLock_KeyName' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, AutomaticallyChangeLockStateWithKeyPossession) == 0x000134, "Member 'ULockableComponent::AutomaticallyChangeLockStateWithKeyPossession' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, ShowLock) == 0x000135, "Member 'ULockableComponent::ShowLock' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, PerceptibleWhenLocked) == 0x000136, "Member 'ULockableComponent::PerceptibleWhenLocked' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, GroupName) == 0x000138, "Member 'ULockableComponent::GroupName' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, ScheduleUnlockedTime) == 0x000140, "Member 'ULockableComponent::ScheduleUnlockedTime' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, ScheduleLockedTime) == 0x000150, "Member 'ULockableComponent::ScheduleLockedTime' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, LockPickParticleSystem) == 0x000160, "Member 'ULockableComponent::LockPickParticleSystem' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, LockLocationUnlockParticleSystem) == 0x000168, "Member 'ULockableComponent::LockLocationUnlockParticleSystem' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, AlohomoraCompleteAbilityClass) == 0x000170, "Member 'ULockableComponent::AlohomoraCompleteAbilityClass' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, AlohomoraFailTime) == 0x000178, "Member 'ULockableComponent::AlohomoraFailTime' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, AlohomoraAtLevelTime) == 0x00017C, "Member 'ULockableComponent::AlohomoraAtLevelTime' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, AlohomoraOneAboveTime) == 0x000180, "Member 'ULockableComponent::AlohomoraOneAboveTime' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, AlohomoraTwoAboveTime) == 0x000184, "Member 'ULockableComponent::AlohomoraTwoAboveTime' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, UnlockWithKeyTime) == 0x000188, "Member 'ULockableComponent::UnlockWithKeyTime' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, TimeForWiggleSound) == 0x00018C, "Member 'ULockableComponent::TimeForWiggleSound' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, UnlockSound) == 0x000190, "Member 'ULockableComponent::UnlockSound' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, UnlockingSound) == 0x000198, "Member 'ULockableComponent::UnlockingSound' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, UnlockingStopSound) == 0x0001A0, "Member 'ULockableComponent::UnlockingStopSound' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, VoidSound) == 0x0001A8, "Member 'ULockableComponent::VoidSound' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, WiggleSound) == 0x0001B0, "Member 'ULockableComponent::WiggleSound' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, AddedSound) == 0x0001B8, "Member 'ULockableComponent::AddedSound' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, RemovedSound) == 0x0001C0, "Member 'ULockableComponent::RemovedSound' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, HitByMunitionSound) == 0x0001C8, "Member 'ULockableComponent::HitByMunitionSound' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, ClosedWithLockSound) == 0x0001D0, "Member 'ULockableComponent::ClosedWithLockSound' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, BumpedIntoLockSound) == 0x0001D8, "Member 'ULockableComponent::BumpedIntoLockSound' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, UnlockFailSound) == 0x0001E0, "Member 'ULockableComponent::UnlockFailSound' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, Guid) == 0x0001E8, "Member 'ULockableComponent::Guid' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, HasBeenSetUp) == 0x0001F8, "Member 'ULockableComponent::HasBeenSetUp' has a wrong offset!"); \ static_assert(offsetof(ULockableComponent, DeleteThisComponent) == 0x0001F9, "Member 'ULockableComponent::DeleteThisComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PadlockComponent_SetGlowStrength \ static_assert(alignof(PadlockComponent_SetGlowStrength) == 0x000004, "Wrong alignment on PadlockComponent_SetGlowStrength"); \ static_assert(sizeof(PadlockComponent_SetGlowStrength) == 0x000004, "Wrong size on PadlockComponent_SetGlowStrength"); \ static_assert(offsetof(PadlockComponent_SetGlowStrength, GlowWipeStrength) == 0x000000, "Member 'PadlockComponent_SetGlowStrength::GlowWipeStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPadlockComponent \ static_assert(alignof(UPadlockComponent) == 0x000010, "Wrong alignment on UPadlockComponent"); \ static_assert(sizeof(UPadlockComponent) == 0x0003A0, "Wrong size on UPadlockComponent"); \ static_assert(offsetof(UPadlockComponent, LockDifficulty) == 0x000228, "Member 'UPadlockComponent::LockDifficulty' has a wrong offset!"); \ static_assert(offsetof(UPadlockComponent, ReverseLock) == 0x000229, "Member 'UPadlockComponent::ReverseLock' has a wrong offset!"); \ static_assert(offsetof(UPadlockComponent, LockMeshRelativeTransform) == 0x000230, "Member 'UPadlockComponent::LockMeshRelativeTransform' has a wrong offset!"); \ static_assert(offsetof(UPadlockComponent, LockedMeshArray) == 0x000260, "Member 'UPadlockComponent::LockedMeshArray' has a wrong offset!"); \ static_assert(offsetof(UPadlockComponent, UnlockedMeshArray) == 0x000270, "Member 'UPadlockComponent::UnlockedMeshArray' has a wrong offset!"); \ static_assert(offsetof(UPadlockComponent, GlowCurve) == 0x000280, "Member 'UPadlockComponent::GlowCurve' has a wrong offset!"); \ static_assert(offsetof(UPadlockComponent, GlowParticleSystem) == 0x000288, "Member 'UPadlockComponent::GlowParticleSystem' has a wrong offset!"); \ static_assert(offsetof(UPadlockComponent, LockMaterialInstance) == 0x000378, "Member 'UPadlockComponent::LockMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(UPadlockComponent, RemovedMeshComponent) == 0x000380, "Member 'UPadlockComponent::RemovedMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UPadlockComponent, DeleteLockTimerHandle) == 0x000388, "Member 'UPadlockComponent::DeleteLockTimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFiniteSpellTool \ static_assert(alignof(AFiniteSpellTool) == 0x000008, "Wrong alignment on AFiniteSpellTool"); \ static_assert(sizeof(AFiniteSpellTool) == 0x000878, "Wrong size on AFiniteSpellTool"); \ static_assert(offsetof(AFiniteSpellTool, FiniteLevel) == 0x000870, "Member 'AFiniteSpellTool::FiniteLevel' has a wrong offset!"); \ static_assert(offsetof(AFiniteSpellTool, bRemoveSpellsFromOtherCasters) == 0x000874, "Member 'AFiniteSpellTool::bRemoveSpellsFromOtherCasters' has a wrong offset!"); \ static_assert(offsetof(AFiniteSpellTool, bRemoveBuffs) == 0x000875, "Member 'AFiniteSpellTool::bRemoveBuffs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFireOnceThrowSpellTool \ static_assert(alignof(AFireOnceThrowSpellTool) == 0x000008, "Wrong alignment on AFireOnceThrowSpellTool"); \ static_assert(sizeof(AFireOnceThrowSpellTool) == 0x000890, "Wrong size on AFireOnceThrowSpellTool"); \ static_assert(offsetof(AFireOnceThrowSpellTool, bShowDebug) == 0x000870, "Member 'AFireOnceThrowSpellTool::bShowDebug' has a wrong offset!"); \ static_assert(offsetof(AFireOnceThrowSpellTool, BasePhysicsImpulse) == 0x000874, "Member 'AFireOnceThrowSpellTool::BasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AFireOnceThrowSpellTool, MassScaledPhysicsImpulse) == 0x000878, "Member 'AFireOnceThrowSpellTool::MassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AFireOnceThrowSpellTool, MaxVelocity) == 0x00087C, "Member 'AFireOnceThrowSpellTool::MaxVelocity' has a wrong offset!"); \ static_assert(offsetof(AFireOnceThrowSpellTool, ThrowAngleZ) == 0x000880, "Member 'AFireOnceThrowSpellTool::ThrowAngleZ' has a wrong offset!"); \ static_assert(offsetof(AFireOnceThrowSpellTool, TargetingPercent) == 0x000884, "Member 'AFireOnceThrowSpellTool::TargetingPercent' has a wrong offset!"); \ static_assert(offsetof(AFireOnceThrowSpellTool, TargetHalfAngleXY) == 0x000888, "Member 'AFireOnceThrowSpellTool::TargetHalfAngleXY' has a wrong offset!"); \ static_assert(offsetof(AFireOnceThrowSpellTool, TargetHalfAngleZ) == 0x00088C, "Member 'AFireOnceThrowSpellTool::TargetHalfAngleZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FishMoverBase_AddFishSpline \ static_assert(alignof(FishMoverBase_AddFishSpline) == 0x000008, "Wrong alignment on FishMoverBase_AddFishSpline"); \ static_assert(sizeof(FishMoverBase_AddFishSpline) == 0x000008, "Wrong size on FishMoverBase_AddFishSpline"); \ static_assert(offsetof(FishMoverBase_AddFishSpline, Spline) == 0x000000, "Member 'FishMoverBase_AddFishSpline::Spline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FishMoverBase_InitFish \ static_assert(alignof(FishMoverBase_InitFish) == 0x000008, "Wrong alignment on FishMoverBase_InitFish"); \ static_assert(sizeof(FishMoverBase_InitFish) == 0x000028, "Wrong size on FishMoverBase_InitFish"); \ static_assert(offsetof(FishMoverBase_InitFish, numberOfFish) == 0x000000, "Member 'FishMoverBase_InitFish::numberOfFish' has a wrong offset!"); \ static_assert(offsetof(FishMoverBase_InitFish, Mesh) == 0x000008, "Member 'FishMoverBase_InitFish::Mesh' has a wrong offset!"); \ static_assert(offsetof(FishMoverBase_InitFish, Anim) == 0x000010, "Member 'FishMoverBase_InitFish::Anim' has a wrong offset!"); \ static_assert(offsetof(FishMoverBase_InitFish, ScaleMin) == 0x000018, "Member 'FishMoverBase_InitFish::ScaleMin' has a wrong offset!"); \ static_assert(offsetof(FishMoverBase_InitFish, ScaleMax) == 0x00001C, "Member 'FishMoverBase_InitFish::ScaleMax' has a wrong offset!"); \ static_assert(offsetof(FishMoverBase_InitFish, spacing) == 0x000020, "Member 'FishMoverBase_InitFish::spacing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FishMoverBase_MoveFish \ static_assert(alignof(FishMoverBase_MoveFish) == 0x000004, "Wrong alignment on FishMoverBase_MoveFish"); \ static_assert(sizeof(FishMoverBase_MoveFish) == 0x000004, "Wrong size on FishMoverBase_MoveFish"); \ static_assert(offsetof(FishMoverBase_MoveFish, timelineTime) == 0x000000, "Member 'FishMoverBase_MoveFish::timelineTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFishMoverBase \ static_assert(alignof(AFishMoverBase) == 0x000008, "Wrong alignment on AFishMoverBase"); \ static_assert(sizeof(AFishMoverBase) == 0x000278, "Wrong size on AFishMoverBase"); \ static_assert(offsetof(AFishMoverBase, FishOffset) == 0x000248, "Member 'AFishMoverBase::FishOffset' has a wrong offset!"); \ static_assert(offsetof(AFishMoverBase, Splines) == 0x000258, "Member 'AFishMoverBase::Splines' has a wrong offset!"); \ static_assert(offsetof(AFishMoverBase, FishComponents) == 0x000268, "Member 'AFishMoverBase::FishComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlipendoSpellTool_FlipTarget \ static_assert(alignof(FlipendoSpellTool_FlipTarget) == 0x000008, "Wrong alignment on FlipendoSpellTool_FlipTarget"); \ static_assert(sizeof(FlipendoSpellTool_FlipTarget) == 0x000020, "Wrong size on FlipendoSpellTool_FlipTarget"); \ static_assert(offsetof(FlipendoSpellTool_FlipTarget, InTargetActor) == 0x000000, "Member 'FlipendoSpellTool_FlipTarget::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(FlipendoSpellTool_FlipTarget, InTargetComp) == 0x000008, "Member 'FlipendoSpellTool_FlipTarget::InTargetComp' has a wrong offset!"); \ static_assert(offsetof(FlipendoSpellTool_FlipTarget, ImpactLocation) == 0x000010, "Member 'FlipendoSpellTool_FlipTarget::ImpactLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFlipendoSpellTool \ static_assert(alignof(AFlipendoSpellTool) == 0x000008, "Wrong alignment on AFlipendoSpellTool"); \ static_assert(sizeof(AFlipendoSpellTool) == 0x000898, "Wrong size on AFlipendoSpellTool"); \ static_assert(offsetof(AFlipendoSpellTool, LevelDataArray) == 0x000870, "Member 'AFlipendoSpellTool::LevelDataArray' has a wrong offset!"); \ static_assert(offsetof(AFlipendoSpellTool, CharacterImpulseScale) == 0x000880, "Member 'AFlipendoSpellTool::CharacterImpulseScale' has a wrong offset!"); \ static_assert(offsetof(AFlipendoSpellTool, AOEMunition) == 0x000888, "Member 'AFlipendoSpellTool::AOEMunition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlockingActorComponent \ static_assert(alignof(UFlockingActorComponent) == 0x000008, "Wrong alignment on UFlockingActorComponent"); \ static_assert(sizeof(UFlockingActorComponent) == 0x0000D8, "Wrong size on UFlockingActorComponent"); \ static_assert(offsetof(UFlockingActorComponent, bEditorOnly) == 0x0000D0, "Member 'UFlockingActorComponent::bEditorOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackCapturedBeastTargetGetter \ static_assert(alignof(UCameraStackCapturedBeastTargetGetter) == 0x000008, "Wrong alignment on UCameraStackCapturedBeastTargetGetter"); \ static_assert(sizeof(UCameraStackCapturedBeastTargetGetter) == 0x000068, "Wrong size on UCameraStackCapturedBeastTargetGetter"); \ #define DUMPER7_ASSERTS_UFXFilter_Spell \ static_assert(alignof(UFXFilter_Spell) == 0x000008, "Wrong alignment on UFXFilter_Spell"); \ static_assert(sizeof(UFXFilter_Spell) == 0x000038, "Wrong size on UFXFilter_Spell"); \ static_assert(offsetof(UFXFilter_Spell, SpellCondition) == 0x000030, "Member 'UFXFilter_Spell::SpellCondition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedFlockingActor_SetAdjustableParameters \ static_assert(alignof(InstancedFlockingActor_SetAdjustableParameters) == 0x000004, "Wrong alignment on InstancedFlockingActor_SetAdjustableParameters"); \ static_assert(sizeof(InstancedFlockingActor_SetAdjustableParameters) == 0x000060, "Wrong size on InstancedFlockingActor_SetAdjustableParameters"); \ static_assert(offsetof(InstancedFlockingActor_SetAdjustableParameters, Parameters) == 0x000000, "Member 'InstancedFlockingActor_SetAdjustableParameters::Parameters' has a wrong offset!"); \ static_assert(offsetof(InstancedFlockingActor_SetAdjustableParameters, BlendTimeSeconds) == 0x00005C, "Member 'InstancedFlockingActor_SetAdjustableParameters::BlendTimeSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedFlockingActor_SetFlockingStrength \ static_assert(alignof(InstancedFlockingActor_SetFlockingStrength) == 0x000004, "Wrong alignment on InstancedFlockingActor_SetFlockingStrength"); \ static_assert(sizeof(InstancedFlockingActor_SetFlockingStrength) == 0x000004, "Wrong size on InstancedFlockingActor_SetFlockingStrength"); \ static_assert(offsetof(InstancedFlockingActor_SetFlockingStrength, Strength) == 0x000000, "Member 'InstancedFlockingActor_SetFlockingStrength::Strength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedFlockingActor_GetAdjustableParameters \ static_assert(alignof(InstancedFlockingActor_GetAdjustableParameters) == 0x000004, "Wrong alignment on InstancedFlockingActor_GetAdjustableParameters"); \ static_assert(sizeof(InstancedFlockingActor_GetAdjustableParameters) == 0x00005C, "Wrong size on InstancedFlockingActor_GetAdjustableParameters"); \ static_assert(offsetof(InstancedFlockingActor_GetAdjustableParameters, Parameters) == 0x000000, "Member 'InstancedFlockingActor_GetAdjustableParameters::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AInstancedFlockingActor \ static_assert(alignof(AInstancedFlockingActor) == 0x000010, "Wrong alignment on AInstancedFlockingActor"); \ static_assert(sizeof(AInstancedFlockingActor) == 0x0006C0, "Wrong size on AInstancedFlockingActor"); \ static_assert(offsetof(AInstancedFlockingActor, FlockMeshes) == 0x000248, "Member 'AInstancedFlockingActor::FlockMeshes' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, FlockingParams) == 0x000250, "Member 'AInstancedFlockingActor::FlockingParams' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, bEnableCollisions) == 0x0002B8, "Member 'AInstancedFlockingActor::bEnableCollisions' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, CollisionParams) == 0x0002BC, "Member 'AInstancedFlockingActor::CollisionParams' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, bEnableFlocking) == 0x0002D0, "Member 'AInstancedFlockingActor::bEnableFlocking' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, FlockingStrength) == 0x0002D4, "Member 'AInstancedFlockingActor::FlockingStrength' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, FlockGenerationParams) == 0x0002E0, "Member 'AInstancedFlockingActor::FlockGenerationParams' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, FlockInitialConditions) == 0x000350, "Member 'AInstancedFlockingActor::FlockInitialConditions' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, FlockInitialStates) == 0x000380, "Member 'AInstancedFlockingActor::FlockInitialStates' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, FadeParameters) == 0x000390, "Member 'AInstancedFlockingActor::FadeParameters' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, bFlockFade) == 0x0003C4, "Member 'AInstancedFlockingActor::bFlockFade' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, bEnablePersonalities) == 0x0003C5, "Member 'AInstancedFlockingActor::bEnablePersonalities' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, Personalities) == 0x0003C8, "Member 'AInstancedFlockingActor::Personalities' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, BlendFlockingParameters) == 0x0005D0, "Member 'AInstancedFlockingActor::BlendFlockingParameters' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, LastFollowPos) == 0x000690, "Member 'AInstancedFlockingActor::LastFollowPos' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, Age) == 0x00069C, "Member 'AInstancedFlockingActor::Age' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, FlockFadeRadius) == 0x0006A0, "Member 'AInstancedFlockingActor::FlockFadeRadius' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, FlockFadeCenter) == 0x0006A4, "Member 'AInstancedFlockingActor::FlockFadeCenter' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, FlockOriginalMaterial) == 0x0006B0, "Member 'AInstancedFlockingActor::FlockOriginalMaterial' has a wrong offset!"); \ static_assert(offsetof(AInstancedFlockingActor, FlockFadeMaterial) == 0x0006B8, "Member 'AInstancedFlockingActor::FlockFadeMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USetScale_ExecuteTask \ static_assert(alignof(USetScale_ExecuteTask) == 0x000008, "Wrong alignment on USetScale_ExecuteTask"); \ static_assert(sizeof(USetScale_ExecuteTask) == 0x000038, "Wrong size on USetScale_ExecuteTask"); \ static_assert(offsetof(USetScale_ExecuteTask, mNewScale) == 0x000028, "Member 'USetScale_ExecuteTask::mNewScale' has a wrong offset!"); \ static_assert(offsetof(USetScale_ExecuteTask, bIsRelative) == 0x000034, "Member 'USetScale_ExecuteTask::bIsRelative' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBook_ActivateSpellReaction \ static_assert(alignof(FlyingBook_ActivateSpellReaction) == 0x000001, "Wrong alignment on FlyingBook_ActivateSpellReaction"); \ static_assert(sizeof(FlyingBook_ActivateSpellReaction) == 0x000001, "Wrong size on FlyingBook_ActivateSpellReaction"); \ static_assert(offsetof(FlyingBook_ActivateSpellReaction, newActivate) == 0x000000, "Member 'FlyingBook_ActivateSpellReaction::newActivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBook_Update \ static_assert(alignof(FlyingBook_Update) == 0x000004, "Wrong alignment on FlyingBook_Update"); \ static_assert(sizeof(FlyingBook_Update) == 0x000004, "Wrong size on FlyingBook_Update"); \ static_assert(offsetof(FlyingBook_Update, DeltaTime) == 0x000000, "Member 'FlyingBook_Update::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFlyingBook \ static_assert(alignof(AFlyingBook) == 0x000008, "Wrong alignment on AFlyingBook"); \ static_assert(sizeof(AFlyingBook) == 0x000308, "Wrong size on AFlyingBook"); \ static_assert(offsetof(AFlyingBook, BookSpeed) == 0x0002E8, "Member 'AFlyingBook::BookSpeed' has a wrong offset!"); \ static_assert(offsetof(AFlyingBook, BookSpeedMod) == 0x0002EC, "Member 'AFlyingBook::BookSpeedMod' has a wrong offset!"); \ static_assert(offsetof(AFlyingBook, MainSplineReference) == 0x0002F0, "Member 'AFlyingBook::MainSplineReference' has a wrong offset!"); \ static_assert(offsetof(AFlyingBook, BookRoot) == 0x0002F8, "Member 'AFlyingBook::BookRoot' has a wrong offset!"); \ static_assert(offsetof(AFlyingBook, SplineLength) == 0x000300, "Member 'AFlyingBook::SplineLength' has a wrong offset!"); \ static_assert(offsetof(AFlyingBook, DistanceAlongSpline) == 0x000304, "Member 'AFlyingBook::DistanceAlongSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_MoveCamera_DuringPauseEvent \ static_assert(alignof(UDialogueLineRule_MoveCamera_DuringPauseEvent) == 0x000008, "Wrong alignment on UDialogueLineRule_MoveCamera_DuringPauseEvent"); \ static_assert(sizeof(UDialogueLineRule_MoveCamera_DuringPauseEvent) == 0x0000C8, "Wrong size on UDialogueLineRule_MoveCamera_DuringPauseEvent"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_DuringPauseEvent, DurationThreshold) == 0x0000A8, "Member 'UDialogueLineRule_MoveCamera_DuringPauseEvent::DurationThreshold' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_DuringPauseEvent, DurationVariability) == 0x0000AC, "Member 'UDialogueLineRule_MoveCamera_DuringPauseEvent::DurationVariability' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_DuringPauseEvent, ShowBeforePause) == 0x0000B0, "Member 'UDialogueLineRule_MoveCamera_DuringPauseEvent::ShowBeforePause' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_DuringPauseEvent, ShowBeforePauseVariability) == 0x0000B4, "Member 'UDialogueLineRule_MoveCamera_DuringPauseEvent::ShowBeforePauseVariability' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_DuringPauseEvent, ShowAfterPause) == 0x0000B8, "Member 'UDialogueLineRule_MoveCamera_DuringPauseEvent::ShowAfterPause' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_DuringPauseEvent, ShowAfterPauseVariability) == 0x0000BC, "Member 'UDialogueLineRule_MoveCamera_DuringPauseEvent::ShowAfterPauseVariability' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_DuringPauseEvent, CombinePausesThreshold) == 0x0000C0, "Member 'UDialogueLineRule_MoveCamera_DuringPauseEvent::CombinePausesThreshold' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_DuringPauseEvent, CombinePauseThresholdVariability) == 0x0000C4, "Member 'UDialogueLineRule_MoveCamera_DuringPauseEvent::CombinePauseThresholdVariability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SimpleSplineFollowerForAI_MoveOnSplineFleshLoad \ static_assert(alignof(SimpleSplineFollowerForAI_MoveOnSplineFleshLoad) == 0x000008, "Wrong alignment on SimpleSplineFollowerForAI_MoveOnSplineFleshLoad"); \ static_assert(sizeof(SimpleSplineFollowerForAI_MoveOnSplineFleshLoad) == 0x000008, "Wrong size on SimpleSplineFollowerForAI_MoveOnSplineFleshLoad"); \ static_assert(offsetof(SimpleSplineFollowerForAI_MoveOnSplineFleshLoad, FleshActor) == 0x000000, "Member 'SimpleSplineFollowerForAI_MoveOnSplineFleshLoad::FleshActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SimpleSplineFollowerForAI_OnFleshLoadComplete \ static_assert(alignof(SimpleSplineFollowerForAI_OnFleshLoadComplete) == 0x000008, "Wrong alignment on SimpleSplineFollowerForAI_OnFleshLoadComplete"); \ static_assert(sizeof(SimpleSplineFollowerForAI_OnFleshLoadComplete) == 0x000008, "Wrong size on SimpleSplineFollowerForAI_OnFleshLoadComplete"); \ static_assert(offsetof(SimpleSplineFollowerForAI_OnFleshLoadComplete, FleshActor) == 0x000000, "Member 'SimpleSplineFollowerForAI_OnFleshLoadComplete::FleshActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SimpleSplineFollowerForAI_StartAIMovementOnSpline \ static_assert(alignof(SimpleSplineFollowerForAI_StartAIMovementOnSpline) == 0x000008, "Wrong alignment on SimpleSplineFollowerForAI_StartAIMovementOnSpline"); \ static_assert(sizeof(SimpleSplineFollowerForAI_StartAIMovementOnSpline) == 0x000010, "Wrong size on SimpleSplineFollowerForAI_StartAIMovementOnSpline"); \ static_assert(offsetof(SimpleSplineFollowerForAI_StartAIMovementOnSpline, InScheduledEntity) == 0x000000, "Member 'SimpleSplineFollowerForAI_StartAIMovementOnSpline::InScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(SimpleSplineFollowerForAI_StartAIMovementOnSpline, ActivityTypeBits) == 0x000008, "Member 'SimpleSplineFollowerForAI_StartAIMovementOnSpline::ActivityTypeBits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASimpleSplineFollowerForAI \ static_assert(alignof(ASimpleSplineFollowerForAI) == 0x000008, "Wrong alignment on ASimpleSplineFollowerForAI"); \ static_assert(sizeof(ASimpleSplineFollowerForAI) == 0x000348, "Wrong size on ASimpleSplineFollowerForAI"); \ static_assert(offsetof(ASimpleSplineFollowerForAI, PathComponent) == 0x000248, "Member 'ASimpleSplineFollowerForAI::PathComponent' has a wrong offset!"); \ static_assert(offsetof(ASimpleSplineFollowerForAI, bDebugSpline) == 0x000250, "Member 'ASimpleSplineFollowerForAI::bDebugSpline' has a wrong offset!"); \ static_assert(offsetof(ASimpleSplineFollowerForAI, SplineType) == 0x000251, "Member 'ASimpleSplineFollowerForAI::SplineType' has a wrong offset!"); \ static_assert(offsetof(ASimpleSplineFollowerForAI, bSprintSplineType) == 0x000252, "Member 'ASimpleSplineFollowerForAI::bSprintSplineType' has a wrong offset!"); \ static_assert(offsetof(ASimpleSplineFollowerForAI, bStartAtSplineStart) == 0x000253, "Member 'ASimpleSplineFollowerForAI::bStartAtSplineStart' has a wrong offset!"); \ static_assert(offsetof(ASimpleSplineFollowerForAI, MissionID) == 0x000258, "Member 'ASimpleSplineFollowerForAI::MissionID' has a wrong offset!"); \ static_assert(offsetof(ASimpleSplineFollowerForAI, MissionUID) == 0x0002E0, "Member 'ASimpleSplineFollowerForAI::MissionUID' has a wrong offset!"); \ static_assert(offsetof(ASimpleSplineFollowerForAI, SplinePointsFromOtherSpline) == 0x0002E8, "Member 'ASimpleSplineFollowerForAI::SplinePointsFromOtherSpline' has a wrong offset!"); \ static_assert(offsetof(ASimpleSplineFollowerForAI, OtherSplinePath) == 0x0002F8, "Member 'ASimpleSplineFollowerForAI::OtherSplinePath' has a wrong offset!"); \ static_assert(offsetof(ASimpleSplineFollowerForAI, OnSplineCompleted) == 0x000300, "Member 'ASimpleSplineFollowerForAI::OnSplineCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackTransfigurationPreviewTargetGetter \ static_assert(alignof(UCameraStackTransfigurationPreviewTargetGetter) == 0x000008, "Wrong alignment on UCameraStackTransfigurationPreviewTargetGetter"); \ static_assert(sizeof(UCameraStackTransfigurationPreviewTargetGetter) == 0x0000C0, "Wrong size on UCameraStackTransfigurationPreviewTargetGetter"); \ static_assert(offsetof(UCameraStackTransfigurationPreviewTargetGetter, bObjectCenter) == 0x0000A8, "Member 'UCameraStackTransfigurationPreviewTargetGetter::bObjectCenter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackStationaryTransfigurationPreviewTargetGetter \ static_assert(alignof(UCameraStackStationaryTransfigurationPreviewTargetGetter) == 0x000008, "Wrong alignment on UCameraStackStationaryTransfigurationPreviewTargetGetter"); \ static_assert(sizeof(UCameraStackStationaryTransfigurationPreviewTargetGetter) == 0x0000C0, "Wrong size on UCameraStackStationaryTransfigurationPreviewTargetGetter"); \ #define DUMPER7_ASSERTS_FlyingBroom_AddBoostPercentage \ static_assert(alignof(FlyingBroom_AddBoostPercentage) == 0x000004, "Wrong alignment on FlyingBroom_AddBoostPercentage"); \ static_assert(sizeof(FlyingBroom_AddBoostPercentage) == 0x000004, "Wrong size on FlyingBroom_AddBoostPercentage"); \ static_assert(offsetof(FlyingBroom_AddBoostPercentage, percent) == 0x000000, "Member 'FlyingBroom_AddBoostPercentage::percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_AddRiderClothCollisionSources \ static_assert(alignof(FlyingBroom_AddRiderClothCollisionSources) == 0x000008, "Wrong alignment on FlyingBroom_AddRiderClothCollisionSources"); \ static_assert(sizeof(FlyingBroom_AddRiderClothCollisionSources) == 0x000008, "Wrong size on FlyingBroom_AddRiderClothCollisionSources"); \ static_assert(offsetof(FlyingBroom_AddRiderClothCollisionSources, Character) == 0x000000, "Member 'FlyingBroom_AddRiderClothCollisionSources::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_AIMountBroom \ static_assert(alignof(FlyingBroom_AIMountBroom) == 0x000008, "Wrong alignment on FlyingBroom_AIMountBroom"); \ static_assert(sizeof(FlyingBroom_AIMountBroom) == 0x000010, "Wrong size on FlyingBroom_AIMountBroom"); \ static_assert(offsetof(FlyingBroom_AIMountBroom, Character) == 0x000000, "Member 'FlyingBroom_AIMountBroom::Character' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_AIMountBroom, FlightData) == 0x000008, "Member 'FlyingBroom_AIMountBroom::FlightData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_AllowDismount \ static_assert(alignof(FlyingBroom_AllowDismount) == 0x000001, "Wrong alignment on FlyingBroom_AllowDismount"); \ static_assert(sizeof(FlyingBroom_AllowDismount) == 0x000001, "Wrong size on FlyingBroom_AllowDismount"); \ static_assert(offsetof(FlyingBroom_AllowDismount, ReturnValue) == 0x000000, "Member 'FlyingBroom_AllowDismount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_AttachPlayerToBroomOnMount \ static_assert(alignof(FlyingBroom_AttachPlayerToBroomOnMount) == 0x000008, "Wrong alignment on FlyingBroom_AttachPlayerToBroomOnMount"); \ static_assert(sizeof(FlyingBroom_AttachPlayerToBroomOnMount) == 0x000018, "Wrong size on FlyingBroom_AttachPlayerToBroomOnMount"); \ static_assert(offsetof(FlyingBroom_AttachPlayerToBroomOnMount, BipedPlayer) == 0x000000, "Member 'FlyingBroom_AttachPlayerToBroomOnMount::BipedPlayer' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_AttachPlayerToBroomOnMount, BroomProp) == 0x000008, "Member 'FlyingBroom_AttachPlayerToBroomOnMount::BroomProp' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_AttachPlayerToBroomOnMount, InMountType) == 0x000010, "Member 'FlyingBroom_AttachPlayerToBroomOnMount::InMountType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_BroomEvent \ static_assert(alignof(FlyingBroom_BroomEvent) == 0x000004, "Wrong alignment on FlyingBroom_BroomEvent"); \ static_assert(sizeof(FlyingBroom_BroomEvent) == 0x000008, "Wrong size on FlyingBroom_BroomEvent"); \ static_assert(offsetof(FlyingBroom_BroomEvent, EventName) == 0x000000, "Member 'FlyingBroom_BroomEvent::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_DetachPlayerFromBroomOnDismount \ static_assert(alignof(FlyingBroom_DetachPlayerFromBroomOnDismount) == 0x000008, "Wrong alignment on FlyingBroom_DetachPlayerFromBroomOnDismount"); \ static_assert(sizeof(FlyingBroom_DetachPlayerFromBroomOnDismount) == 0x000018, "Wrong size on FlyingBroom_DetachPlayerFromBroomOnDismount"); \ static_assert(offsetof(FlyingBroom_DetachPlayerFromBroomOnDismount, BipedPlayer) == 0x000000, "Member 'FlyingBroom_DetachPlayerFromBroomOnDismount::BipedPlayer' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_DetachPlayerFromBroomOnDismount, BroomProp) == 0x000008, "Member 'FlyingBroom_DetachPlayerFromBroomOnDismount::BroomProp' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_DetachPlayerFromBroomOnDismount, VelocityDamping) == 0x000010, "Member 'FlyingBroom_DetachPlayerFromBroomOnDismount::VelocityDamping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_DisableSpellHUD \ static_assert(alignof(FlyingBroom_DisableSpellHUD) == 0x000001, "Wrong alignment on FlyingBroom_DisableSpellHUD"); \ static_assert(sizeof(FlyingBroom_DisableSpellHUD) == 0x000002, "Wrong size on FlyingBroom_DisableSpellHUD"); \ static_assert(offsetof(FlyingBroom_DisableSpellHUD, DisableSpellHUD_0) == 0x000000, "Member 'FlyingBroom_DisableSpellHUD::DisableSpellHUD_0' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_DisableSpellHUD, DisableHealtHUD) == 0x000001, "Member 'FlyingBroom_DisableSpellHUD::DisableHealtHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_DismountBroom \ static_assert(alignof(FlyingBroom_DismountBroom) == 0x000008, "Wrong alignment on FlyingBroom_DismountBroom"); \ static_assert(sizeof(FlyingBroom_DismountBroom) == 0x000010, "Wrong size on FlyingBroom_DismountBroom"); \ static_assert(offsetof(FlyingBroom_DismountBroom, Player) == 0x000000, "Member 'FlyingBroom_DismountBroom::Player' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_DismountBroom, Instant) == 0x000008, "Member 'FlyingBroom_DismountBroom::Instant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_FinishSettingBoostAllowedValue \ static_assert(alignof(FlyingBroom_FinishSettingBoostAllowedValue) == 0x000008, "Wrong alignment on FlyingBroom_FinishSettingBoostAllowedValue"); \ static_assert(sizeof(FlyingBroom_FinishSettingBoostAllowedValue) == 0x000010, "Wrong size on FlyingBroom_FinishSettingBoostAllowedValue"); \ static_assert(offsetof(FlyingBroom_FinishSettingBoostAllowedValue, Priority) == 0x000000, "Member 'FlyingBroom_FinishSettingBoostAllowedValue::Priority' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_FinishSettingBoostAllowedValue, InInstigator) == 0x000008, "Member 'FlyingBroom_FinishSettingBoostAllowedValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_FinishSettingDisableBarrelRollValue \ static_assert(alignof(FlyingBroom_FinishSettingDisableBarrelRollValue) == 0x000008, "Wrong alignment on FlyingBroom_FinishSettingDisableBarrelRollValue"); \ static_assert(sizeof(FlyingBroom_FinishSettingDisableBarrelRollValue) == 0x000010, "Wrong size on FlyingBroom_FinishSettingDisableBarrelRollValue"); \ static_assert(offsetof(FlyingBroom_FinishSettingDisableBarrelRollValue, Priority) == 0x000000, "Member 'FlyingBroom_FinishSettingDisableBarrelRollValue::Priority' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_FinishSettingDisableBarrelRollValue, InInstigator) == 0x000008, "Member 'FlyingBroom_FinishSettingDisableBarrelRollValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_FinishSettingDisableInputValue \ static_assert(alignof(FlyingBroom_FinishSettingDisableInputValue) == 0x000008, "Wrong alignment on FlyingBroom_FinishSettingDisableInputValue"); \ static_assert(sizeof(FlyingBroom_FinishSettingDisableInputValue) == 0x000010, "Wrong size on FlyingBroom_FinishSettingDisableInputValue"); \ static_assert(offsetof(FlyingBroom_FinishSettingDisableInputValue, Priority) == 0x000000, "Member 'FlyingBroom_FinishSettingDisableInputValue::Priority' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_FinishSettingDisableInputValue, InInstigator) == 0x000008, "Member 'FlyingBroom_FinishSettingDisableInputValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_FinishSettingDismountAllowedValue \ static_assert(alignof(FlyingBroom_FinishSettingDismountAllowedValue) == 0x000008, "Wrong alignment on FlyingBroom_FinishSettingDismountAllowedValue"); \ static_assert(sizeof(FlyingBroom_FinishSettingDismountAllowedValue) == 0x000010, "Wrong size on FlyingBroom_FinishSettingDismountAllowedValue"); \ static_assert(offsetof(FlyingBroom_FinishSettingDismountAllowedValue, Priority) == 0x000000, "Member 'FlyingBroom_FinishSettingDismountAllowedValue::Priority' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_FinishSettingDismountAllowedValue, InInstigator) == 0x000008, "Member 'FlyingBroom_FinishSettingDismountAllowedValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_FinishSettingForceHoverValue \ static_assert(alignof(FlyingBroom_FinishSettingForceHoverValue) == 0x000008, "Wrong alignment on FlyingBroom_FinishSettingForceHoverValue"); \ static_assert(sizeof(FlyingBroom_FinishSettingForceHoverValue) == 0x000010, "Wrong size on FlyingBroom_FinishSettingForceHoverValue"); \ static_assert(offsetof(FlyingBroom_FinishSettingForceHoverValue, Priority) == 0x000000, "Member 'FlyingBroom_FinishSettingForceHoverValue::Priority' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_FinishSettingForceHoverValue, InInstigator) == 0x000008, "Member 'FlyingBroom_FinishSettingForceHoverValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_GetBoostMeterAmount \ static_assert(alignof(FlyingBroom_GetBoostMeterAmount) == 0x000004, "Wrong alignment on FlyingBroom_GetBoostMeterAmount"); \ static_assert(sizeof(FlyingBroom_GetBoostMeterAmount) == 0x000004, "Wrong size on FlyingBroom_GetBoostMeterAmount"); \ static_assert(offsetof(FlyingBroom_GetBoostMeterAmount, ReturnValue) == 0x000000, "Member 'FlyingBroom_GetBoostMeterAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_GetMaxBoostMeter \ static_assert(alignof(FlyingBroom_GetMaxBoostMeter) == 0x000004, "Wrong alignment on FlyingBroom_GetMaxBoostMeter"); \ static_assert(sizeof(FlyingBroom_GetMaxBoostMeter) == 0x000004, "Wrong size on FlyingBroom_GetMaxBoostMeter"); \ static_assert(offsetof(FlyingBroom_GetMaxBoostMeter, ReturnValue) == 0x000000, "Member 'FlyingBroom_GetMaxBoostMeter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_OnActorIsHiddenChanged \ static_assert(alignof(FlyingBroom_OnActorIsHiddenChanged) == 0x000001, "Wrong alignment on FlyingBroom_OnActorIsHiddenChanged"); \ static_assert(sizeof(FlyingBroom_OnActorIsHiddenChanged) == 0x000001, "Wrong size on FlyingBroom_OnActorIsHiddenChanged"); \ static_assert(offsetof(FlyingBroom_OnActorIsHiddenChanged, NewValue) == 0x000000, "Member 'FlyingBroom_OnActorIsHiddenChanged::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_OnBarrelRollStart \ static_assert(alignof(FlyingBroom_OnBarrelRollStart) == 0x000001, "Wrong alignment on FlyingBroom_OnBarrelRollStart"); \ static_assert(sizeof(FlyingBroom_OnBarrelRollStart) == 0x000001, "Wrong size on FlyingBroom_OnBarrelRollStart"); \ static_assert(offsetof(FlyingBroom_OnBarrelRollStart, bRollLeft) == 0x000000, "Member 'FlyingBroom_OnBarrelRollStart::bRollLeft' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_OnMountedNPCHiddenIsChanged \ static_assert(alignof(FlyingBroom_OnMountedNPCHiddenIsChanged) == 0x000008, "Wrong alignment on FlyingBroom_OnMountedNPCHiddenIsChanged"); \ static_assert(sizeof(FlyingBroom_OnMountedNPCHiddenIsChanged) == 0x000010, "Wrong size on FlyingBroom_OnMountedNPCHiddenIsChanged"); \ static_assert(offsetof(FlyingBroom_OnMountedNPCHiddenIsChanged, inParticipant) == 0x000000, "Member 'FlyingBroom_OnMountedNPCHiddenIsChanged::inParticipant' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_OnMountedNPCHiddenIsChanged, inHidden) == 0x000008, "Member 'FlyingBroom_OnMountedNPCHiddenIsChanged::inHidden' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_RemoveRiderClothCollisionSources \ static_assert(alignof(FlyingBroom_RemoveRiderClothCollisionSources) == 0x000008, "Wrong alignment on FlyingBroom_RemoveRiderClothCollisionSources"); \ static_assert(sizeof(FlyingBroom_RemoveRiderClothCollisionSources) == 0x000010, "Wrong size on FlyingBroom_RemoveRiderClothCollisionSources"); \ static_assert(offsetof(FlyingBroom_RemoveRiderClothCollisionSources, Character) == 0x000000, "Member 'FlyingBroom_RemoveRiderClothCollisionSources::Character' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_RemoveRiderClothCollisionSources, bRemoveDelegates) == 0x000008, "Member 'FlyingBroom_RemoveRiderClothCollisionSources::bRemoveDelegates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_SetForceLand \ static_assert(alignof(FlyingBroom_SetForceLand) == 0x000001, "Wrong alignment on FlyingBroom_SetForceLand"); \ static_assert(sizeof(FlyingBroom_SetForceLand) == 0x000001, "Wrong size on FlyingBroom_SetForceLand"); \ static_assert(offsetof(FlyingBroom_SetForceLand, bInForceLand) == 0x000000, "Member 'FlyingBroom_SetForceLand::bInForceLand' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_SetScaleInfo \ static_assert(alignof(FlyingBroom_SetScaleInfo) == 0x000004, "Wrong alignment on FlyingBroom_SetScaleInfo"); \ static_assert(sizeof(FlyingBroom_SetScaleInfo) == 0x000008, "Wrong size on FlyingBroom_SetScaleInfo"); \ static_assert(offsetof(FlyingBroom_SetScaleInfo, bInScaleIn) == 0x000000, "Member 'FlyingBroom_SetScaleInfo::bInScaleIn' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_SetScaleInfo, InActiveScale) == 0x000004, "Member 'FlyingBroom_SetScaleInfo::InActiveScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_SetupBroomComponents \ static_assert(alignof(FlyingBroom_SetupBroomComponents) == 0x000008, "Wrong alignment on FlyingBroom_SetupBroomComponents"); \ static_assert(sizeof(FlyingBroom_SetupBroomComponents) == 0x000018, "Wrong size on FlyingBroom_SetupBroomComponents"); \ static_assert(offsetof(FlyingBroom_SetupBroomComponents, Capsule) == 0x000000, "Member 'FlyingBroom_SetupBroomComponents::Capsule' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_SetupBroomComponents, Movement) == 0x000008, "Member 'FlyingBroom_SetupBroomComponents::Movement' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_SetupBroomComponents, Mesh) == 0x000010, "Member 'FlyingBroom_SetupBroomComponents::Mesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_SetupPlayerOnBroom \ static_assert(alignof(FlyingBroom_SetupPlayerOnBroom) == 0x000008, "Wrong alignment on FlyingBroom_SetupPlayerOnBroom"); \ static_assert(sizeof(FlyingBroom_SetupPlayerOnBroom) == 0x000008, "Wrong size on FlyingBroom_SetupPlayerOnBroom"); \ static_assert(offsetof(FlyingBroom_SetupPlayerOnBroom, BipedPlayer) == 0x000000, "Member 'FlyingBroom_SetupPlayerOnBroom::BipedPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_StartSettingBoostAllowedValue \ static_assert(alignof(FlyingBroom_StartSettingBoostAllowedValue) == 0x000008, "Wrong alignment on FlyingBroom_StartSettingBoostAllowedValue"); \ static_assert(sizeof(FlyingBroom_StartSettingBoostAllowedValue) == 0x000010, "Wrong size on FlyingBroom_StartSettingBoostAllowedValue"); \ static_assert(offsetof(FlyingBroom_StartSettingBoostAllowedValue, bValue) == 0x000000, "Member 'FlyingBroom_StartSettingBoostAllowedValue::bValue' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_StartSettingBoostAllowedValue, Priority) == 0x000001, "Member 'FlyingBroom_StartSettingBoostAllowedValue::Priority' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_StartSettingBoostAllowedValue, InInstigator) == 0x000008, "Member 'FlyingBroom_StartSettingBoostAllowedValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_StartSettingDisableBarrelRollValue \ static_assert(alignof(FlyingBroom_StartSettingDisableBarrelRollValue) == 0x000008, "Wrong alignment on FlyingBroom_StartSettingDisableBarrelRollValue"); \ static_assert(sizeof(FlyingBroom_StartSettingDisableBarrelRollValue) == 0x000010, "Wrong size on FlyingBroom_StartSettingDisableBarrelRollValue"); \ static_assert(offsetof(FlyingBroom_StartSettingDisableBarrelRollValue, bValue) == 0x000000, "Member 'FlyingBroom_StartSettingDisableBarrelRollValue::bValue' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_StartSettingDisableBarrelRollValue, Priority) == 0x000001, "Member 'FlyingBroom_StartSettingDisableBarrelRollValue::Priority' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_StartSettingDisableBarrelRollValue, InInstigator) == 0x000008, "Member 'FlyingBroom_StartSettingDisableBarrelRollValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_StartSettingDisableInputValue \ static_assert(alignof(FlyingBroom_StartSettingDisableInputValue) == 0x000008, "Wrong alignment on FlyingBroom_StartSettingDisableInputValue"); \ static_assert(sizeof(FlyingBroom_StartSettingDisableInputValue) == 0x000010, "Wrong size on FlyingBroom_StartSettingDisableInputValue"); \ static_assert(offsetof(FlyingBroom_StartSettingDisableInputValue, bValue) == 0x000000, "Member 'FlyingBroom_StartSettingDisableInputValue::bValue' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_StartSettingDisableInputValue, Priority) == 0x000001, "Member 'FlyingBroom_StartSettingDisableInputValue::Priority' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_StartSettingDisableInputValue, InInstigator) == 0x000008, "Member 'FlyingBroom_StartSettingDisableInputValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_StartSettingDismountAllowedValue \ static_assert(alignof(FlyingBroom_StartSettingDismountAllowedValue) == 0x000008, "Wrong alignment on FlyingBroom_StartSettingDismountAllowedValue"); \ static_assert(sizeof(FlyingBroom_StartSettingDismountAllowedValue) == 0x000010, "Wrong size on FlyingBroom_StartSettingDismountAllowedValue"); \ static_assert(offsetof(FlyingBroom_StartSettingDismountAllowedValue, bValue) == 0x000000, "Member 'FlyingBroom_StartSettingDismountAllowedValue::bValue' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_StartSettingDismountAllowedValue, Priority) == 0x000001, "Member 'FlyingBroom_StartSettingDismountAllowedValue::Priority' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_StartSettingDismountAllowedValue, InInstigator) == 0x000008, "Member 'FlyingBroom_StartSettingDismountAllowedValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_StartSettingForceHoverValue \ static_assert(alignof(FlyingBroom_StartSettingForceHoverValue) == 0x000008, "Wrong alignment on FlyingBroom_StartSettingForceHoverValue"); \ static_assert(sizeof(FlyingBroom_StartSettingForceHoverValue) == 0x000010, "Wrong size on FlyingBroom_StartSettingForceHoverValue"); \ static_assert(offsetof(FlyingBroom_StartSettingForceHoverValue, bValue) == 0x000000, "Member 'FlyingBroom_StartSettingForceHoverValue::bValue' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_StartSettingForceHoverValue, Priority) == 0x000001, "Member 'FlyingBroom_StartSettingForceHoverValue::Priority' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_StartSettingForceHoverValue, InInstigator) == 0x000008, "Member 'FlyingBroom_StartSettingForceHoverValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_SupressHoverDisabledUI \ static_assert(alignof(FlyingBroom_SupressHoverDisabledUI) == 0x000001, "Wrong alignment on FlyingBroom_SupressHoverDisabledUI"); \ static_assert(sizeof(FlyingBroom_SupressHoverDisabledUI) == 0x000001, "Wrong size on FlyingBroom_SupressHoverDisabledUI"); \ static_assert(offsetof(FlyingBroom_SupressHoverDisabledUI, bDisable) == 0x000000, "Member 'FlyingBroom_SupressHoverDisabledUI::bDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_Teleport \ static_assert(alignof(FlyingBroom_Teleport) == 0x000004, "Wrong alignment on FlyingBroom_Teleport"); \ static_assert(sizeof(FlyingBroom_Teleport) == 0x000014, "Wrong size on FlyingBroom_Teleport"); \ static_assert(offsetof(FlyingBroom_Teleport, DestLocation) == 0x000000, "Member 'FlyingBroom_Teleport::DestLocation' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_Teleport, DestYaw) == 0x00000C, "Member 'FlyingBroom_Teleport::DestYaw' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_Teleport, ResetCamera) == 0x000010, "Member 'FlyingBroom_Teleport::ResetCamera' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_Teleport, TeleportPhysics) == 0x000011, "Member 'FlyingBroom_Teleport::TeleportPhysics' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_Teleport, ReturnValue) == 0x000012, "Member 'FlyingBroom_Teleport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_UpdateBroomAudio \ static_assert(alignof(FlyingBroom_UpdateBroomAudio) == 0x000008, "Wrong alignment on FlyingBroom_UpdateBroomAudio"); \ static_assert(sizeof(FlyingBroom_UpdateBroomAudio) == 0x000008, "Wrong size on FlyingBroom_UpdateBroomAudio"); \ static_assert(offsetof(FlyingBroom_UpdateBroomAudio, BroomAudio) == 0x000000, "Member 'FlyingBroom_UpdateBroomAudio::BroomAudio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_CanIdleBreak \ static_assert(alignof(FlyingBroom_CanIdleBreak) == 0x000001, "Wrong alignment on FlyingBroom_CanIdleBreak"); \ static_assert(sizeof(FlyingBroom_CanIdleBreak) == 0x000001, "Wrong size on FlyingBroom_CanIdleBreak"); \ static_assert(offsetof(FlyingBroom_CanIdleBreak, ReturnValue) == 0x000000, "Member 'FlyingBroom_CanIdleBreak::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_EnableMountedRiderIKSetup \ static_assert(alignof(FlyingBroom_EnableMountedRiderIKSetup) == 0x000001, "Wrong alignment on FlyingBroom_EnableMountedRiderIKSetup"); \ static_assert(sizeof(FlyingBroom_EnableMountedRiderIKSetup) == 0x000001, "Wrong size on FlyingBroom_EnableMountedRiderIKSetup"); \ static_assert(offsetof(FlyingBroom_EnableMountedRiderIKSetup, bEnabled) == 0x000000, "Member 'FlyingBroom_EnableMountedRiderIKSetup::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_FinishSettingMaxFlyHeightValue \ static_assert(alignof(FlyingBroom_FinishSettingMaxFlyHeightValue) == 0x000008, "Wrong alignment on FlyingBroom_FinishSettingMaxFlyHeightValue"); \ static_assert(sizeof(FlyingBroom_FinishSettingMaxFlyHeightValue) == 0x000010, "Wrong size on FlyingBroom_FinishSettingMaxFlyHeightValue"); \ static_assert(offsetof(FlyingBroom_FinishSettingMaxFlyHeightValue, Priority) == 0x000000, "Member 'FlyingBroom_FinishSettingMaxFlyHeightValue::Priority' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_FinishSettingMaxFlyHeightValue, InInstigator) == 0x000008, "Member 'FlyingBroom_FinishSettingMaxFlyHeightValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_GetDismountType \ static_assert(alignof(FlyingBroom_GetDismountType) == 0x000001, "Wrong alignment on FlyingBroom_GetDismountType"); \ static_assert(sizeof(FlyingBroom_GetDismountType) == 0x000001, "Wrong size on FlyingBroom_GetDismountType"); \ static_assert(offsetof(FlyingBroom_GetDismountType, ReturnValue) == 0x000000, "Member 'FlyingBroom_GetDismountType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_GetLastHitObject \ static_assert(alignof(FlyingBroom_GetLastHitObject) == 0x000001, "Wrong alignment on FlyingBroom_GetLastHitObject"); \ static_assert(sizeof(FlyingBroom_GetLastHitObject) == 0x000001, "Wrong size on FlyingBroom_GetLastHitObject"); \ static_assert(offsetof(FlyingBroom_GetLastHitObject, ReturnValue) == 0x000000, "Member 'FlyingBroom_GetLastHitObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_IsBoostRecharging \ static_assert(alignof(FlyingBroom_IsBoostRecharging) == 0x000001, "Wrong alignment on FlyingBroom_IsBoostRecharging"); \ static_assert(sizeof(FlyingBroom_IsBoostRecharging) == 0x000001, "Wrong size on FlyingBroom_IsBoostRecharging"); \ static_assert(offsetof(FlyingBroom_IsBoostRecharging, ReturnValue) == 0x000000, "Member 'FlyingBroom_IsBoostRecharging::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_IsForceLanding \ static_assert(alignof(FlyingBroom_IsForceLanding) == 0x000001, "Wrong alignment on FlyingBroom_IsForceLanding"); \ static_assert(sizeof(FlyingBroom_IsForceLanding) == 0x000001, "Wrong size on FlyingBroom_IsForceLanding"); \ static_assert(offsetof(FlyingBroom_IsForceLanding, ReturnValue) == 0x000000, "Member 'FlyingBroom_IsForceLanding::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_IsInBoost \ static_assert(alignof(FlyingBroom_IsInBoost) == 0x000001, "Wrong alignment on FlyingBroom_IsInBoost"); \ static_assert(sizeof(FlyingBroom_IsInBoost) == 0x000001, "Wrong size on FlyingBroom_IsInBoost"); \ static_assert(offsetof(FlyingBroom_IsInBoost, ReturnValue) == 0x000000, "Member 'FlyingBroom_IsInBoost::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_IsInHoverMode \ static_assert(alignof(FlyingBroom_IsInHoverMode) == 0x000001, "Wrong alignment on FlyingBroom_IsInHoverMode"); \ static_assert(sizeof(FlyingBroom_IsInHoverMode) == 0x000001, "Wrong size on FlyingBroom_IsInHoverMode"); \ static_assert(offsetof(FlyingBroom_IsInHoverMode, ReturnValue) == 0x000000, "Member 'FlyingBroom_IsInHoverMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_IsInTurbo \ static_assert(alignof(FlyingBroom_IsInTurbo) == 0x000001, "Wrong alignment on FlyingBroom_IsInTurbo"); \ static_assert(sizeof(FlyingBroom_IsInTurbo) == 0x000001, "Wrong size on FlyingBroom_IsInTurbo"); \ static_assert(offsetof(FlyingBroom_IsInTurbo, ReturnValue) == 0x000000, "Member 'FlyingBroom_IsInTurbo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_PushFlightDataOntoStack \ static_assert(alignof(FlyingBroom_PushFlightDataOntoStack) == 0x000008, "Wrong alignment on FlyingBroom_PushFlightDataOntoStack"); \ static_assert(sizeof(FlyingBroom_PushFlightDataOntoStack) == 0x000008, "Wrong size on FlyingBroom_PushFlightDataOntoStack"); \ static_assert(offsetof(FlyingBroom_PushFlightDataOntoStack, NewFlightData) == 0x000000, "Member 'FlyingBroom_PushFlightDataOntoStack::NewFlightData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_SetMaxFlyingSpeed \ static_assert(alignof(FlyingBroom_SetMaxFlyingSpeed) == 0x000004, "Wrong alignment on FlyingBroom_SetMaxFlyingSpeed"); \ static_assert(sizeof(FlyingBroom_SetMaxFlyingSpeed) == 0x000004, "Wrong size on FlyingBroom_SetMaxFlyingSpeed"); \ static_assert(offsetof(FlyingBroom_SetMaxFlyingSpeed, Speed) == 0x000000, "Member 'FlyingBroom_SetMaxFlyingSpeed::Speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_SetSplineComponent \ static_assert(alignof(FlyingBroom_SetSplineComponent) == 0x000008, "Wrong alignment on FlyingBroom_SetSplineComponent"); \ static_assert(sizeof(FlyingBroom_SetSplineComponent) == 0x000010, "Wrong size on FlyingBroom_SetSplineComponent"); \ static_assert(offsetof(FlyingBroom_SetSplineComponent, InSplineComponent) == 0x000000, "Member 'FlyingBroom_SetSplineComponent::InSplineComponent' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_SetSplineComponent, bTeleportToStart) == 0x000008, "Member 'FlyingBroom_SetSplineComponent::bTeleportToStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_ShowBroomHUD \ static_assert(alignof(FlyingBroom_ShowBroomHUD) == 0x000001, "Wrong alignment on FlyingBroom_ShowBroomHUD"); \ static_assert(sizeof(FlyingBroom_ShowBroomHUD) == 0x000001, "Wrong size on FlyingBroom_ShowBroomHUD"); \ static_assert(offsetof(FlyingBroom_ShowBroomHUD, bShow) == 0x000000, "Member 'FlyingBroom_ShowBroomHUD::bShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_StartSettingMaxFlyHeightValue \ static_assert(alignof(FlyingBroom_StartSettingMaxFlyHeightValue) == 0x000008, "Wrong alignment on FlyingBroom_StartSettingMaxFlyHeightValue"); \ static_assert(sizeof(FlyingBroom_StartSettingMaxFlyHeightValue) == 0x000010, "Wrong size on FlyingBroom_StartSettingMaxFlyHeightValue"); \ static_assert(offsetof(FlyingBroom_StartSettingMaxFlyHeightValue, Value) == 0x000000, "Member 'FlyingBroom_StartSettingMaxFlyHeightValue::Value' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_StartSettingMaxFlyHeightValue, Priority) == 0x000004, "Member 'FlyingBroom_StartSettingMaxFlyHeightValue::Priority' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_StartSettingMaxFlyHeightValue, InInstigator) == 0x000008, "Member 'FlyingBroom_StartSettingMaxFlyHeightValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FlyingBroom_UpdateRTPCValue \ static_assert(alignof(FlyingBroom_UpdateRTPCValue) == 0x000008, "Wrong alignment on FlyingBroom_UpdateRTPCValue"); \ static_assert(sizeof(FlyingBroom_UpdateRTPCValue) == 0x000028, "Wrong size on FlyingBroom_UpdateRTPCValue"); \ static_assert(offsetof(FlyingBroom_UpdateRTPCValue, InRTPCValue) == 0x000000, "Member 'FlyingBroom_UpdateRTPCValue::InRTPCValue' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_UpdateRTPCValue, RTPC) == 0x000008, "Member 'FlyingBroom_UpdateRTPCValue::RTPC' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_UpdateRTPCValue, ValueRange) == 0x000018, "Member 'FlyingBroom_UpdateRTPCValue::ValueRange' has a wrong offset!"); \ static_assert(offsetof(FlyingBroom_UpdateRTPCValue, AudioValueRange) == 0x000020, "Member 'FlyingBroom_UpdateRTPCValue::AudioValueRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFlyingBroom \ static_assert(alignof(AFlyingBroom) == 0x000010, "Wrong alignment on AFlyingBroom"); \ static_assert(sizeof(AFlyingBroom) == 0x000990, "Wrong size on AFlyingBroom"); \ static_assert(offsetof(AFlyingBroom, BroomMountErrors) == 0x0002A8, "Member 'AFlyingBroom::BroomMountErrors' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, MountedCharacter) == 0x0002F8, "Member 'AFlyingBroom::MountedCharacter' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, BroomActionSpline) == 0x000300, "Member 'AFlyingBroom::BroomActionSpline' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, LastDirection) == 0x000308, "Member 'AFlyingBroom::LastDirection' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, ActiveScale) == 0x000314, "Member 'AFlyingBroom::ActiveScale' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, bScaleIn) == 0x000318, "Member 'AFlyingBroom::bScaleIn' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, BroomPhysicAssetForRiderCloth) == 0x000320, "Member 'AFlyingBroom::BroomPhysicAssetForRiderCloth' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, ClothMountTargets) == 0x000328, "Member 'AFlyingBroom::ClothMountTargets' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, CapsuleComponent) == 0x000340, "Member 'AFlyingBroom::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, BroomMeshComponent) == 0x000348, "Member 'AFlyingBroom::BroomMeshComponent' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, BeaterMeshComponent) == 0x000350, "Member 'AFlyingBroom::BeaterMeshComponent' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, MovementComponent) == 0x000358, "Member 'AFlyingBroom::MovementComponent' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, MountStreamingComponent) == 0x000360, "Member 'AFlyingBroom::MountStreamingComponent' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, MountHeightLimitComponent) == 0x000368, "Member 'AFlyingBroom::MountHeightLimitComponent' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, AudioComponent) == 0x000370, "Member 'AFlyingBroom::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, PlayerMountAbility) == 0x000378, "Member 'AFlyingBroom::PlayerMountAbility' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, PlayerDismountDiveAbility) == 0x000380, "Member 'AFlyingBroom::PlayerDismountDiveAbility' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, PlayerDismountGroundAbility) == 0x000388, "Member 'AFlyingBroom::PlayerDismountGroundAbility' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, PlayerDismountGround2JogAbility) == 0x000390, "Member 'AFlyingBroom::PlayerDismountGround2JogAbility' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, PlayerDismountInstantAbility) == 0x000398, "Member 'AFlyingBroom::PlayerDismountInstantAbility' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, SwingBeaterAbility) == 0x0003A0, "Member 'AFlyingBroom::SwingBeaterAbility' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, SwingBeaterBackhandAbility) == 0x0003A8, "Member 'AFlyingBroom::SwingBeaterBackhandAbility' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, ThrowQuaffleAbility) == 0x0003B0, "Member 'AFlyingBroom::ThrowQuaffleAbility' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, StudentHoverBroomFlyAbility) == 0x0003B8, "Member 'AFlyingBroom::StudentHoverBroomFlyAbility' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, StudentIdleAbility) == 0x0003C0, "Member 'AFlyingBroom::StudentIdleAbility' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, BroomRiderAnims) == 0x0003C8, "Member 'AFlyingBroom::BroomRiderAnims' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, FlyingBroomAudio) == 0x0003F0, "Member 'AFlyingBroom::FlyingBroomAudio' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, DeadZoneCurve) == 0x0003F8, "Member 'AFlyingBroom::DeadZoneCurve' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, DeadZone) == 0x000400, "Member 'AFlyingBroom::DeadZone' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, FastFlightInputEaseSpeed) == 0x000404, "Member 'AFlyingBroom::FastFlightInputEaseSpeed' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, FastFlightInputMagnitudeAdjustmentCurve) == 0x000408, "Member 'AFlyingBroom::FastFlightInputMagnitudeAdjustmentCurve' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, GroundDismountHeight) == 0x000490, "Member 'AFlyingBroom::GroundDismountHeight' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, MinCollisionResponseSpeed) == 0x000494, "Member 'AFlyingBroom::MinCollisionResponseSpeed' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, IdleBreakTime) == 0x00049C, "Member 'AFlyingBroom::IdleBreakTime' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, SpeedBoostUnavailableMessageTimeout) == 0x000780, "Member 'AFlyingBroom::SpeedBoostUnavailableMessageTimeout' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, DecelerationInterpType) == 0x0007B0, "Member 'AFlyingBroom::DecelerationInterpType' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, DecelerationInterpSpeed) == 0x0007B4, "Member 'AFlyingBroom::DecelerationInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, pBoostTriggerEffect) == 0x0008D0, "Member 'AFlyingBroom::pBoostTriggerEffect' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, pSpeedUpTriggerEffect) == 0x0008D8, "Member 'AFlyingBroom::pSpeedUpTriggerEffect' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, pInactiveTriggerEffect) == 0x0008E0, "Member 'AFlyingBroom::pInactiveTriggerEffect' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, MountedAIControllerClass) == 0x0008E8, "Member 'AFlyingBroom::MountedAIControllerClass' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, EnemyAIController) == 0x0008F0, "Member 'AFlyingBroom::EnemyAIController' has a wrong offset!"); \ static_assert(offsetof(AFlyingBroom, StudentDefaultFlightData) == 0x000930, "Member 'AFlyingBroom::StudentDefaultFlightData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlyingBroomAudio \ static_assert(alignof(UFlyingBroomAudio) == 0x000008, "Wrong alignment on UFlyingBroomAudio"); \ static_assert(sizeof(UFlyingBroomAudio) == 0x000090, "Wrong size on UFlyingBroomAudio"); \ static_assert(offsetof(UFlyingBroomAudio, SpeedRTPC) == 0x000030, "Member 'UFlyingBroomAudio::SpeedRTPC' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomAudio, SpeedValues) == 0x000040, "Member 'UFlyingBroomAudio::SpeedValues' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomAudio, SpeedAudioValues) == 0x000048, "Member 'UFlyingBroomAudio::SpeedAudioValues' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomAudio, HeightRTPC) == 0x000050, "Member 'UFlyingBroomAudio::HeightRTPC' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomAudio, HeightValues) == 0x000060, "Member 'UFlyingBroomAudio::HeightValues' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomAudio, HeightAudioValues) == 0x000068, "Member 'UFlyingBroomAudio::HeightAudioValues' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomAudio, PitchRTPC) == 0x000070, "Member 'UFlyingBroomAudio::PitchRTPC' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomAudio, PitchValues) == 0x000080, "Member 'UFlyingBroomAudio::PitchValues' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomAudio, PitchAudioValues) == 0x000088, "Member 'UFlyingBroomAudio::PitchAudioValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlyingBroomPhysicsScratch_FreeRoam \ static_assert(alignof(UFlyingBroomPhysicsScratch_FreeRoam) == 0x000008, "Wrong alignment on UFlyingBroomPhysicsScratch_FreeRoam"); \ static_assert(sizeof(UFlyingBroomPhysicsScratch_FreeRoam) == 0x000138, "Wrong size on UFlyingBroomPhysicsScratch_FreeRoam"); \ static_assert(offsetof(UFlyingBroomPhysicsScratch_FreeRoam, PhysicsData) == 0x000050, "Member 'UFlyingBroomPhysicsScratch_FreeRoam::PhysicsData' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysicsScratch_FreeRoam, StatsData) == 0x000058, "Member 'UFlyingBroomPhysicsScratch_FreeRoam::StatsData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlyingBroomPhysics_FreeRoam \ static_assert(alignof(UFlyingBroomPhysics_FreeRoam) == 0x000008, "Wrong alignment on UFlyingBroomPhysics_FreeRoam"); \ static_assert(sizeof(UFlyingBroomPhysics_FreeRoam) == 0x000230, "Wrong size on UFlyingBroomPhysics_FreeRoam"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, HoverForwardImpulse) == 0x000038, "Member 'UFlyingBroomPhysics_FreeRoam::HoverForwardImpulse' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, PassiveForwardImpulse) == 0x000054, "Member 'UFlyingBroomPhysics_FreeRoam::PassiveForwardImpulse' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, BoostForwardImpulse) == 0x000070, "Member 'UFlyingBroomPhysics_FreeRoam::BoostForwardImpulse' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, ThrusterEaseHalflife) == 0x00008C, "Member 'UFlyingBroomPhysics_FreeRoam::ThrusterEaseHalflife' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, HoverVerticalImpulse) == 0x000090, "Member 'UFlyingBroomPhysics_FreeRoam::HoverVerticalImpulse' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, PassiveVerticalImpulse) == 0x0000AC, "Member 'UFlyingBroomPhysics_FreeRoam::PassiveVerticalImpulse' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, BoostVerticalImpulse) == 0x0000C8, "Member 'UFlyingBroomPhysics_FreeRoam::BoostVerticalImpulse' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, LateralImpulse) == 0x0000E4, "Member 'UFlyingBroomPhysics_FreeRoam::LateralImpulse' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, ConformToGroundHeight) == 0x000100, "Member 'UFlyingBroomPhysics_FreeRoam::ConformToGroundHeight' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, bUseWorldHeightForDangerZone) == 0x000104, "Member 'UFlyingBroomPhysics_FreeRoam::bUseWorldHeightForDangerZone' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, DangerZoneFromGround) == 0x000108, "Member 'UFlyingBroomPhysics_FreeRoam::DangerZoneFromGround' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, DangerZoneWorldHeight) == 0x00010C, "Member 'UFlyingBroomPhysics_FreeRoam::DangerZoneWorldHeight' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, GroundBuffer) == 0x000110, "Member 'UFlyingBroomPhysics_FreeRoam::GroundBuffer' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, CeilingBuffer) == 0x000114, "Member 'UFlyingBroomPhysics_FreeRoam::CeilingBuffer' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, ConformToGroundTime) == 0x000118, "Member 'UFlyingBroomPhysics_FreeRoam::ConformToGroundTime' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, DangerZoneImpulse) == 0x00011C, "Member 'UFlyingBroomPhysics_FreeRoam::DangerZoneImpulse' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, GroundBufferImpulse) == 0x000138, "Member 'UFlyingBroomPhysics_FreeRoam::GroundBufferImpulse' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, CeilingBufferImpulse) == 0x000154, "Member 'UFlyingBroomPhysics_FreeRoam::CeilingBufferImpulse' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, bDangerZoneIfNoGroundFound) == 0x000170, "Member 'UFlyingBroomPhysics_FreeRoam::bDangerZoneIfNoGroundFound' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, HoverYawMinInterpSpeed) == 0x000174, "Member 'UFlyingBroomPhysics_FreeRoam::HoverYawMinInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, HoverYawMaxInterpSpeed) == 0x000178, "Member 'UFlyingBroomPhysics_FreeRoam::HoverYawMaxInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, PassiveYawMinInterpSpeed) == 0x00017C, "Member 'UFlyingBroomPhysics_FreeRoam::PassiveYawMinInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, PassiveYawMaxInterpSpeed) == 0x000180, "Member 'UFlyingBroomPhysics_FreeRoam::PassiveYawMaxInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, BoostYawMinInterpSpeed) == 0x000184, "Member 'UFlyingBroomPhysics_FreeRoam::BoostYawMinInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, BoostYawMaxInterpSpeed) == 0x000188, "Member 'UFlyingBroomPhysics_FreeRoam::BoostYawMaxInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, TurboYawMinInterpSpeed) == 0x00018C, "Member 'UFlyingBroomPhysics_FreeRoam::TurboYawMinInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, TurboYawMaxInterpSpeed) == 0x000190, "Member 'UFlyingBroomPhysics_FreeRoam::TurboYawMaxInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, YawSpringHalfLife) == 0x000194, "Member 'UFlyingBroomPhysics_FreeRoam::YawSpringHalfLife' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, MaxYawTurnAngle) == 0x000198, "Member 'UFlyingBroomPhysics_FreeRoam::MaxYawTurnAngle' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, WallTraceLengthMax) == 0x00019C, "Member 'UFlyingBroomPhysics_FreeRoam::WallTraceLengthMax' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, WallTraceVerticalLengthMax) == 0x0001A0, "Member 'UFlyingBroomPhysics_FreeRoam::WallTraceVerticalLengthMax' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, WallTraceLengthStop) == 0x0001A4, "Member 'UFlyingBroomPhysics_FreeRoam::WallTraceLengthStop' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, VerticalImpulsePitch) == 0x0001A8, "Member 'UFlyingBroomPhysics_FreeRoam::VerticalImpulsePitch' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, PitchInterpSpeed) == 0x0001AC, "Member 'UFlyingBroomPhysics_FreeRoam::PitchInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, PitchSpringHalflife) == 0x0001B0, "Member 'UFlyingBroomPhysics_FreeRoam::PitchSpringHalflife' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, DelayBeforeMoving) == 0x0001B4, "Member 'UFlyingBroomPhysics_FreeRoam::DelayBeforeMoving' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, StartDirectionMatchTolerance) == 0x0001B8, "Member 'UFlyingBroomPhysics_FreeRoam::StartDirectionMatchTolerance' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, TurboImpulse) == 0x0001BC, "Member 'UFlyingBroomPhysics_FreeRoam::TurboImpulse' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, InterpToMaxSpeedSpeed) == 0x0001D8, "Member 'UFlyingBroomPhysics_FreeRoam::InterpToMaxSpeedSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, InterpToMaxSpeedType) == 0x0001DC, "Member 'UFlyingBroomPhysics_FreeRoam::InterpToMaxSpeedType' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, HoverMaxAnimTurn) == 0x0001E0, "Member 'UFlyingBroomPhysics_FreeRoam::HoverMaxAnimTurn' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, PassiveMaxAnimTurn) == 0x0001E4, "Member 'UFlyingBroomPhysics_FreeRoam::PassiveMaxAnimTurn' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, BoostMaxAnimTurn) == 0x0001E8, "Member 'UFlyingBroomPhysics_FreeRoam::BoostMaxAnimTurn' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, TurboMaxAnimTurn) == 0x0001EC, "Member 'UFlyingBroomPhysics_FreeRoam::TurboMaxAnimTurn' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, HoverAnimTurnHalflife) == 0x0001F0, "Member 'UFlyingBroomPhysics_FreeRoam::HoverAnimTurnHalflife' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, FastAnimTurnHalflife) == 0x0001F4, "Member 'UFlyingBroomPhysics_FreeRoam::FastAnimTurnHalflife' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, MaxAnimThrusterForce) == 0x0001F8, "Member 'UFlyingBroomPhysics_FreeRoam::MaxAnimThrusterForce' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, AnimSpeedHalflife) == 0x0001FC, "Member 'UFlyingBroomPhysics_FreeRoam::AnimSpeedHalflife' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, AnimUpDownHalflife) == 0x000200, "Member 'UFlyingBroomPhysics_FreeRoam::AnimUpDownHalflife' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_FreeRoam, ReactPushbackForceAmount) == 0x000204, "Member 'UFlyingBroomPhysics_FreeRoam::ReactPushbackForceAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlyingBroomPhysics_Spline \ static_assert(alignof(UFlyingBroomPhysics_Spline) == 0x000008, "Wrong alignment on UFlyingBroomPhysics_Spline"); \ static_assert(sizeof(UFlyingBroomPhysics_Spline) == 0x0000B0, "Wrong size on UFlyingBroomPhysics_Spline"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, SplineTravelMaxSpeed) == 0x000038, "Member 'UFlyingBroomPhysics_Spline::SplineTravelMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, SplineTravelMinSpeed) == 0x00003C, "Member 'UFlyingBroomPhysics_Spline::SplineTravelMinSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, SplineTravelTurboSpeed) == 0x000040, "Member 'UFlyingBroomPhysics_Spline::SplineTravelTurboSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, MaxHorizontalOffset) == 0x000044, "Member 'UFlyingBroomPhysics_Spline::MaxHorizontalOffset' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, HorizontalOffsetSpeed) == 0x000048, "Member 'UFlyingBroomPhysics_Spline::HorizontalOffsetSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, BarrelRollOffset) == 0x00004C, "Member 'UFlyingBroomPhysics_Spline::BarrelRollOffset' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, MaxVerticalOffsetUp) == 0x000050, "Member 'UFlyingBroomPhysics_Spline::MaxVerticalOffsetUp' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, MaxVerticalOffsetDown) == 0x000054, "Member 'UFlyingBroomPhysics_Spline::MaxVerticalOffsetDown' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, VerticalOffsetSpeed) == 0x000058, "Member 'UFlyingBroomPhysics_Spline::VerticalOffsetSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, MaxYaw) == 0x00005C, "Member 'UFlyingBroomPhysics_Spline::MaxYaw' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, YawInterpSpeed) == 0x000060, "Member 'UFlyingBroomPhysics_Spline::YawInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, YawInterpType) == 0x000064, "Member 'UFlyingBroomPhysics_Spline::YawInterpType' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, AnimYawInterpSpeed) == 0x000068, "Member 'UFlyingBroomPhysics_Spline::AnimYawInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, AnimYawInterpType) == 0x00006C, "Member 'UFlyingBroomPhysics_Spline::AnimYawInterpType' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, MaxPitch) == 0x000070, "Member 'UFlyingBroomPhysics_Spline::MaxPitch' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, PitchInterpSpeed) == 0x000074, "Member 'UFlyingBroomPhysics_Spline::PitchInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, PitchInterpType) == 0x000078, "Member 'UFlyingBroomPhysics_Spline::PitchInterpType' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, SplineForwardInterpSpeed) == 0x00007C, "Member 'UFlyingBroomPhysics_Spline::SplineForwardInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, SplineForwardInterpType) == 0x000080, "Member 'UFlyingBroomPhysics_Spline::SplineForwardInterpType' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, SplineOffsetInterpSpeed) == 0x000084, "Member 'UFlyingBroomPhysics_Spline::SplineOffsetInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, SplineOffsetInterpType) == 0x000088, "Member 'UFlyingBroomPhysics_Spline::SplineOffsetInterpType' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, OrientToSplineSpeed) == 0x00008C, "Member 'UFlyingBroomPhysics_Spline::OrientToSplineSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, MaxAnimPitch) == 0x000090, "Member 'UFlyingBroomPhysics_Spline::MaxAnimPitch' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, MaxAnimYaw) == 0x000094, "Member 'UFlyingBroomPhysics_Spline::MaxAnimYaw' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, EnemyCriticalMinDistanceOffset) == 0x000098, "Member 'UFlyingBroomPhysics_Spline::EnemyCriticalMinDistanceOffset' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, EnemyMinDistanceOffset) == 0x00009C, "Member 'UFlyingBroomPhysics_Spline::EnemyMinDistanceOffset' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, EnemyMaxDistanceOffset) == 0x0000A0, "Member 'UFlyingBroomPhysics_Spline::EnemyMaxDistanceOffset' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, EnemyCriticalMaxDistanceOffset) == 0x0000A4, "Member 'UFlyingBroomPhysics_Spline::EnemyCriticalMaxDistanceOffset' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, CameraInterpSpeed) == 0x0000A8, "Member 'UFlyingBroomPhysics_Spline::CameraInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UFlyingBroomPhysics_Spline, CameraInterpType) == 0x0000AC, "Member 'UFlyingBroomPhysics_Spline::CameraInterpType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRulePlatforms \ static_assert(alignof(ULumosScalabilitySettingsRulePlatforms) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRulePlatforms"); \ static_assert(sizeof(ULumosScalabilitySettingsRulePlatforms) == 0x000030, "Wrong size on ULumosScalabilitySettingsRulePlatforms"); \ static_assert(offsetof(ULumosScalabilitySettingsRulePlatforms, Platforms) == 0x000028, "Member 'ULumosScalabilitySettingsRulePlatforms::Platforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavArea_Vertical \ static_assert(alignof(UNavArea_Vertical) == 0x000008, "Wrong alignment on UNavArea_Vertical"); \ static_assert(sizeof(UNavArea_Vertical) == 0x000048, "Wrong size on UNavArea_Vertical"); \ #define DUMPER7_ASSERTS_FoliageRemoverActorComponent_SetBoxSize \ static_assert(alignof(FoliageRemoverActorComponent_SetBoxSize) == 0x000004, "Wrong alignment on FoliageRemoverActorComponent_SetBoxSize"); \ static_assert(sizeof(FoliageRemoverActorComponent_SetBoxSize) == 0x00000C, "Wrong size on FoliageRemoverActorComponent_SetBoxSize"); \ static_assert(offsetof(FoliageRemoverActorComponent_SetBoxSize, size) == 0x000000, "Member 'FoliageRemoverActorComponent_SetBoxSize::size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoliageRemoverActorComponent_GetBoxInWorldSpace \ static_assert(alignof(FoliageRemoverActorComponent_GetBoxInWorldSpace) == 0x000004, "Wrong alignment on FoliageRemoverActorComponent_GetBoxInWorldSpace"); \ static_assert(sizeof(FoliageRemoverActorComponent_GetBoxInWorldSpace) == 0x00001C, "Wrong size on FoliageRemoverActorComponent_GetBoxInWorldSpace"); \ static_assert(offsetof(FoliageRemoverActorComponent_GetBoxInWorldSpace, ReturnValue) == 0x000000, "Member 'FoliageRemoverActorComponent_GetBoxInWorldSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFoliageRemoverActorComponent \ static_assert(alignof(UFoliageRemoverActorComponent) == 0x000008, "Wrong alignment on UFoliageRemoverActorComponent"); \ static_assert(sizeof(UFoliageRemoverActorComponent) == 0x000130, "Wrong size on UFoliageRemoverActorComponent"); \ static_assert(offsetof(UFoliageRemoverActorComponent, BoxSize) == 0x0000D0, "Member 'UFoliageRemoverActorComponent::BoxSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UForce_TASChoice \ static_assert(alignof(UForce_TASChoice) == 0x000008, "Wrong alignment on UForce_TASChoice"); \ static_assert(sizeof(UForce_TASChoice) == 0x000030, "Wrong size on UForce_TASChoice"); \ static_assert(offsetof(UForce_TASChoice, ForcedState) == 0x000028, "Member 'UForce_TASChoice::ForcedState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UForageablePool \ static_assert(alignof(UForageablePool) == 0x000008, "Wrong alignment on UForageablePool"); \ static_assert(sizeof(UForageablePool) == 0x000080, "Wrong size on UForageablePool"); \ #define DUMPER7_ASSERTS_FrozenInterface_OnThaw \ static_assert(alignof(FrozenInterface_OnThaw) == 0x000008, "Wrong alignment on FrozenInterface_OnThaw"); \ static_assert(sizeof(FrozenInterface_OnThaw) == 0x000008, "Wrong size on FrozenInterface_OnThaw"); \ static_assert(offsetof(FrozenInterface_OnThaw, Instigator) == 0x000000, "Member 'FrozenInterface_OnThaw::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FrozenInterface_StartFreeze \ static_assert(alignof(FrozenInterface_StartFreeze) == 0x000008, "Wrong alignment on FrozenInterface_StartFreeze"); \ static_assert(sizeof(FrozenInterface_StartFreeze) == 0x000010, "Wrong size on FrozenInterface_StartFreeze"); \ static_assert(offsetof(FrozenInterface_StartFreeze, Instigator) == 0x000000, "Member 'FrozenInterface_StartFreeze::Instigator' has a wrong offset!"); \ static_assert(offsetof(FrozenInterface_StartFreeze, Amount) == 0x000008, "Member 'FrozenInterface_StartFreeze::Amount' has a wrong offset!"); \ static_assert(offsetof(FrozenInterface_StartFreeze, ReturnValue) == 0x00000C, "Member 'FrozenInterface_StartFreeze::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IFrozenInterface \ static_assert(alignof(IFrozenInterface) == 0x000001, "Wrong alignment on IFrozenInterface"); \ static_assert(sizeof(IFrozenInterface) == 0x000001, "Wrong size on IFrozenInterface"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolInLevel \ static_assert(alignof(UFXAutoTriggerBoolInLevel) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolInLevel"); \ static_assert(sizeof(UFXAutoTriggerBoolInLevel) == 0x000030, "Wrong size on UFXAutoTriggerBoolInLevel"); \ static_assert(offsetof(UFXAutoTriggerBoolInLevel, Level) == 0x000028, "Member 'UFXAutoTriggerBoolInLevel::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorMoveTargetToRagdollCOM \ static_assert(alignof(UCameraStackBehaviorMoveTargetToRagdollCOM) == 0x000008, "Wrong alignment on UCameraStackBehaviorMoveTargetToRagdollCOM"); \ static_assert(sizeof(UCameraStackBehaviorMoveTargetToRagdollCOM) == 0x0001D8, "Wrong size on UCameraStackBehaviorMoveTargetToRagdollCOM"); \ static_assert(offsetof(UCameraStackBehaviorMoveTargetToRagdollCOM, verticalOffset) == 0x0001B8, "Member 'UCameraStackBehaviorMoveTargetToRagdollCOM::verticalOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarLerpVolumeEye \ static_assert(alignof(UFXAutoTriggerScalarLerpVolumeEye) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarLerpVolumeEye"); \ static_assert(sizeof(UFXAutoTriggerScalarLerpVolumeEye) == 0x000030, "Wrong size on UFXAutoTriggerScalarLerpVolumeEye"); \ static_assert(offsetof(UFXAutoTriggerScalarLerpVolumeEye, LerpVolumesScalar) == 0x000028, "Member 'UFXAutoTriggerScalarLerpVolumeEye::LerpVolumesScalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolAllBlendDomainsZero \ static_assert(alignof(UFXAutoTriggerBoolAllBlendDomainsZero) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolAllBlendDomainsZero"); \ static_assert(sizeof(UFXAutoTriggerBoolAllBlendDomainsZero) == 0x000038, "Wrong size on UFXAutoTriggerBoolAllBlendDomainsZero"); \ static_assert(offsetof(UFXAutoTriggerBoolAllBlendDomainsZero, BlendDomains) == 0x000028, "Member 'UFXAutoTriggerBoolAllBlendDomainsZero::BlendDomains' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightComponentStateDataIntMap \ static_assert(alignof(ULightComponentStateDataIntMap) == 0x000008, "Wrong alignment on ULightComponentStateDataIntMap"); \ static_assert(sizeof(ULightComponentStateDataIntMap) == 0x000080, "Wrong size on ULightComponentStateDataIntMap"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAttachToSplineBroom \ static_assert(alignof(UCameraStackBehaviorAttachToSplineBroom) == 0x000008, "Wrong alignment on UCameraStackBehaviorAttachToSplineBroom"); \ static_assert(sizeof(UCameraStackBehaviorAttachToSplineBroom) == 0x000248, "Wrong size on UCameraStackBehaviorAttachToSplineBroom"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarBlendDomainEye \ static_assert(alignof(UFXAutoTriggerScalarBlendDomainEye) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarBlendDomainEye"); \ static_assert(sizeof(UFXAutoTriggerScalarBlendDomainEye) == 0x000038, "Wrong size on UFXAutoTriggerScalarBlendDomainEye"); \ static_assert(offsetof(UFXAutoTriggerScalarBlendDomainEye, BlendDomain) == 0x000028, "Member 'UFXAutoTriggerScalarBlendDomainEye::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarBlendDomainActor \ static_assert(alignof(UFXAutoTriggerScalarBlendDomainActor) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarBlendDomainActor"); \ static_assert(sizeof(UFXAutoTriggerScalarBlendDomainActor) == 0x000038, "Wrong size on UFXAutoTriggerScalarBlendDomainActor"); \ static_assert(offsetof(UFXAutoTriggerScalarBlendDomainActor, BlendDomain) == 0x000028, "Member 'UFXAutoTriggerScalarBlendDomainActor::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolGameLogicResultOnOff \ static_assert(alignof(UFXAutoTriggerBoolGameLogicResultOnOff) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolGameLogicResultOnOff"); \ static_assert(sizeof(UFXAutoTriggerBoolGameLogicResultOnOff) == 0x000030, "Wrong size on UFXAutoTriggerBoolGameLogicResultOnOff"); \ static_assert(offsetof(UFXAutoTriggerBoolGameLogicResultOnOff, Result) == 0x000028, "Member 'UFXAutoTriggerBoolGameLogicResultOnOff::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolActorExpression \ static_assert(alignof(UFXAutoTriggerBoolActorExpression) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolActorExpression"); \ static_assert(sizeof(UFXAutoTriggerBoolActorExpression) == 0x000030, "Wrong size on UFXAutoTriggerBoolActorExpression"); \ static_assert(offsetof(UFXAutoTriggerBoolActorExpression, ActorExpression) == 0x000028, "Member 'UFXAutoTriggerBoolActorExpression::ActorExpression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarGameLogicPropositionalInt32 \ static_assert(alignof(UFXAutoTriggerScalarGameLogicPropositionalInt32) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarGameLogicPropositionalInt32"); \ static_assert(sizeof(UFXAutoTriggerScalarGameLogicPropositionalInt32) == 0x000030, "Wrong size on UFXAutoTriggerScalarGameLogicPropositionalInt32"); \ static_assert(offsetof(UFXAutoTriggerScalarGameLogicPropositionalInt32, Propositional) == 0x000028, "Member 'UFXAutoTriggerScalarGameLogicPropositionalInt32::Propositional' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilityModifyBase \ static_assert(alignof(ULumosScalabilityModifyBase) == 0x000008, "Wrong alignment on ULumosScalabilityModifyBase"); \ static_assert(sizeof(ULumosScalabilityModifyBase) == 0x000030, "Wrong size on ULumosScalabilityModifyBase"); \ static_assert(offsetof(ULumosScalabilityModifyBase, bContinueModifiers) == 0x000028, "Member 'ULumosScalabilityModifyBase::bContinueModifiers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilityModifyWithRule \ static_assert(alignof(ULumosScalabilityModifyWithRule) == 0x000008, "Wrong alignment on ULumosScalabilityModifyWithRule"); \ static_assert(sizeof(ULumosScalabilityModifyWithRule) == 0x000040, "Wrong size on ULumosScalabilityModifyWithRule"); \ static_assert(offsetof(ULumosScalabilityModifyWithRule, Rule) == 0x000030, "Member 'ULumosScalabilityModifyWithRule::Rule' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityModifyWithRule, LightingScenarios) == 0x000038, "Member 'ULumosScalabilityModifyWithRule::LightingScenarios' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilityModifyPostProcessing \ static_assert(alignof(ULumosScalabilityModifyPostProcessing) == 0x000008, "Wrong alignment on ULumosScalabilityModifyPostProcessing"); \ static_assert(sizeof(ULumosScalabilityModifyPostProcessing) == 0x000050, "Wrong size on ULumosScalabilityModifyPostProcessing"); \ static_assert(offsetof(ULumosScalabilityModifyPostProcessing, PostProcessing) == 0x000040, "Member 'ULumosScalabilityModifyPostProcessing::PostProcessing' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityModifyPostProcessing, bUsePostProcessing) == 0x000048, "Member 'ULumosScalabilityModifyPostProcessing::bUsePostProcessing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarPlayerRequirement \ static_assert(alignof(UFXAutoTriggerScalarPlayerRequirement) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarPlayerRequirement"); \ static_assert(sizeof(UFXAutoTriggerScalarPlayerRequirement) == 0x000030, "Wrong size on UFXAutoTriggerScalarPlayerRequirement"); \ static_assert(offsetof(UFXAutoTriggerScalarPlayerRequirement, PlayerRequirement) == 0x000028, "Member 'UFXAutoTriggerScalarPlayerRequirement::PlayerRequirement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixImage_SetColorTag \ static_assert(alignof(PhoenixImage_SetColorTag) == 0x000008, "Wrong alignment on PhoenixImage_SetColorTag"); \ static_assert(sizeof(PhoenixImage_SetColorTag) == 0x000010, "Wrong size on PhoenixImage_SetColorTag"); \ static_assert(offsetof(PhoenixImage_SetColorTag, NewColorTag) == 0x000000, "Member 'PhoenixImage_SetColorTag::NewColorTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixImage \ static_assert(alignof(UPhoenixImage) == 0x000008, "Wrong alignment on UPhoenixImage"); \ static_assert(sizeof(UPhoenixImage) == 0x000228, "Wrong size on UPhoenixImage"); \ static_assert(offsetof(UPhoenixImage, ColorTag) == 0x000210, "Member 'UPhoenixImage::ColorTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolPlayerResult \ static_assert(alignof(UFXAutoTriggerBoolPlayerResult) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolPlayerResult"); \ static_assert(sizeof(UFXAutoTriggerBoolPlayerResult) == 0x000030, "Wrong size on UFXAutoTriggerBoolPlayerResult"); \ static_assert(offsetof(UFXAutoTriggerBoolPlayerResult, PlayerResult) == 0x000028, "Member 'UFXAutoTriggerBoolPlayerResult::PlayerResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolPlayerExpression \ static_assert(alignof(UFXAutoTriggerBoolPlayerExpression) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolPlayerExpression"); \ static_assert(sizeof(UFXAutoTriggerBoolPlayerExpression) == 0x000030, "Wrong size on UFXAutoTriggerBoolPlayerExpression"); \ static_assert(offsetof(UFXAutoTriggerBoolPlayerExpression, PlayerExpression) == 0x000028, "Member 'UFXAutoTriggerBoolPlayerExpression::PlayerExpression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolNotInFrontend \ static_assert(alignof(UFXAutoTriggerBoolNotInFrontend) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolNotInFrontend"); \ static_assert(sizeof(UFXAutoTriggerBoolNotInFrontend) == 0x000028, "Wrong size on UFXAutoTriggerBoolNotInFrontend"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolSocialSemanticValueEquals \ static_assert(alignof(UFXAutoTriggerBoolSocialSemanticValueEquals) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolSocialSemanticValueEquals"); \ static_assert(sizeof(UFXAutoTriggerBoolSocialSemanticValueEquals) == 0x000030, "Wrong size on UFXAutoTriggerBoolSocialSemanticValueEquals"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolSocialSemanticValueLessThan \ static_assert(alignof(UFXAutoTriggerBoolSocialSemanticValueLessThan) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolSocialSemanticValueLessThan"); \ static_assert(sizeof(UFXAutoTriggerBoolSocialSemanticValueLessThan) == 0x000030, "Wrong size on UFXAutoTriggerBoolSocialSemanticValueLessThan"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarEnvironmentalGlobal \ static_assert(alignof(UFXAutoTriggerScalarEnvironmentalGlobal) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarEnvironmentalGlobal"); \ static_assert(sizeof(UFXAutoTriggerScalarEnvironmentalGlobal) == 0x000038, "Wrong size on UFXAutoTriggerScalarEnvironmentalGlobal"); \ static_assert(offsetof(UFXAutoTriggerScalarEnvironmentalGlobal, EnvironmentalGlobal) == 0x000028, "Member 'UFXAutoTriggerScalarEnvironmentalGlobal::EnvironmentalGlobal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGlaciusMaximaSpellTool \ static_assert(alignof(AGlaciusMaximaSpellTool) == 0x000008, "Wrong alignment on AGlaciusMaximaSpellTool"); \ static_assert(sizeof(AGlaciusMaximaSpellTool) == 0x0008B0, "Wrong size on AGlaciusMaximaSpellTool"); \ static_assert(offsetof(AGlaciusMaximaSpellTool, GlaciusActorClass) == 0x000870, "Member 'AGlaciusMaximaSpellTool::GlaciusActorClass' has a wrong offset!"); \ static_assert(offsetof(AGlaciusMaximaSpellTool, GlaciusImpactComponent) == 0x000878, "Member 'AGlaciusMaximaSpellTool::GlaciusImpactComponent' has a wrong offset!"); \ static_assert(offsetof(AGlaciusMaximaSpellTool, GlaciusTerrainImpactComponent) == 0x000880, "Member 'AGlaciusMaximaSpellTool::GlaciusTerrainImpactComponent' has a wrong offset!"); \ static_assert(offsetof(AGlaciusMaximaSpellTool, GlaciusPlatformClass) == 0x000888, "Member 'AGlaciusMaximaSpellTool::GlaciusPlatformClass' has a wrong offset!"); \ static_assert(offsetof(AGlaciusMaximaSpellTool, SkinFX) == 0x000890, "Member 'AGlaciusMaximaSpellTool::SkinFX' has a wrong offset!"); \ static_assert(offsetof(AGlaciusMaximaSpellTool, FrozenFX2) == 0x000898, "Member 'AGlaciusMaximaSpellTool::FrozenFX2' has a wrong offset!"); \ static_assert(offsetof(AGlaciusMaximaSpellTool, TerrainImpactZOffset) == 0x0008A8, "Member 'AGlaciusMaximaSpellTool::TerrainImpactZOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarDistanceSquaredToCameraActor \ static_assert(alignof(UFXAutoTriggerScalarDistanceSquaredToCameraActor) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarDistanceSquaredToCameraActor"); \ static_assert(sizeof(UFXAutoTriggerScalarDistanceSquaredToCameraActor) == 0x000028, "Wrong size on UFXAutoTriggerScalarDistanceSquaredToCameraActor"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarDistanceSquaredToPlayer \ static_assert(alignof(UFXAutoTriggerScalarDistanceSquaredToPlayer) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarDistanceSquaredToPlayer"); \ static_assert(sizeof(UFXAutoTriggerScalarDistanceSquaredToPlayer) == 0x000028, "Wrong size on UFXAutoTriggerScalarDistanceSquaredToPlayer"); \ #define DUMPER7_ASSERTS_NiagaraPoserComponent_CreateNiagaraSystem \ static_assert(alignof(NiagaraPoserComponent_CreateNiagaraSystem) == 0x000008, "Wrong alignment on NiagaraPoserComponent_CreateNiagaraSystem"); \ static_assert(sizeof(NiagaraPoserComponent_CreateNiagaraSystem) == 0x000010, "Wrong size on NiagaraPoserComponent_CreateNiagaraSystem"); \ static_assert(offsetof(NiagaraPoserComponent_CreateNiagaraSystem, NiagaraSystem) == 0x000000, "Member 'NiagaraPoserComponent_CreateNiagaraSystem::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraPoserComponent_CreateNiagaraSystem, pAutoActivate) == 0x000008, "Member 'NiagaraPoserComponent_CreateNiagaraSystem::pAutoActivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraPoserComponent \ static_assert(alignof(UNiagaraPoserComponent) == 0x000010, "Wrong alignment on UNiagaraPoserComponent"); \ static_assert(sizeof(UNiagaraPoserComponent) == 0x0002C0, "Wrong size on UNiagaraPoserComponent"); \ static_assert(offsetof(UNiagaraPoserComponent, Setup) == 0x000218, "Member 'UNiagaraPoserComponent::Setup' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPoserComponent, MeshComponent) == 0x000280, "Member 'UNiagaraPoserComponent::MeshComponent' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPoserComponent, NiagaraComponent) == 0x000288, "Member 'UNiagaraPoserComponent::NiagaraComponent' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPoserComponent, Bones) == 0x000290, "Member 'UNiagaraPoserComponent::Bones' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPoserComponent, EmitterName) == 0x0002A0, "Member 'UNiagaraPoserComponent::EmitterName' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPoserComponent, Age) == 0x0002B0, "Member 'UNiagaraPoserComponent::Age' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPoserComponent, UpdateCounter) == 0x0002B4, "Member 'UNiagaraPoserComponent::UpdateCounter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANamedPoint \ static_assert(alignof(ANamedPoint) == 0x000008, "Wrong alignment on ANamedPoint"); \ static_assert(sizeof(ANamedPoint) == 0x000270, "Wrong size on ANamedPoint"); \ static_assert(offsetof(ANamedPoint, m_nameOverride) == 0x000248, "Member 'ANamedPoint::m_nameOverride' has a wrong offset!"); \ static_assert(offsetof(ANamedPoint, m_bAppendLevelName) == 0x000258, "Member 'ANamedPoint::m_bAppendLevelName' has a wrong offset!"); \ static_assert(offsetof(ANamedPoint, VolumeType) == 0x000259, "Member 'ANamedPoint::VolumeType' has a wrong offset!"); \ static_assert(offsetof(ANamedPoint, Volume) == 0x000260, "Member 'ANamedPoint::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolWithinDistanceToCameraActor \ static_assert(alignof(UFXAutoTriggerBoolWithinDistanceToCameraActor) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolWithinDistanceToCameraActor"); \ static_assert(sizeof(UFXAutoTriggerBoolWithinDistanceToCameraActor) == 0x000038, "Wrong size on UFXAutoTriggerBoolWithinDistanceToCameraActor"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolActorInFrontOfCamera \ static_assert(alignof(UFXAutoTriggerBoolActorInFrontOfCamera) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolActorInFrontOfCamera"); \ static_assert(sizeof(UFXAutoTriggerBoolActorInFrontOfCamera) == 0x000028, "Wrong size on UFXAutoTriggerBoolActorInFrontOfCamera"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarMaxWaterLevelLocal \ static_assert(alignof(UFXAutoTriggerScalarMaxWaterLevelLocal) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarMaxWaterLevelLocal"); \ static_assert(sizeof(UFXAutoTriggerScalarMaxWaterLevelLocal) == 0x000028, "Wrong size on UFXAutoTriggerScalarMaxWaterLevelLocal"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarWaterDepth \ static_assert(alignof(UFXAutoTriggerScalarWaterDepth) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarWaterDepth"); \ static_assert(sizeof(UFXAutoTriggerScalarWaterDepth) == 0x000028, "Wrong size on UFXAutoTriggerScalarWaterDepth"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarIsSwimming \ static_assert(alignof(UFXAutoTriggerScalarIsSwimming) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarIsSwimming"); \ static_assert(sizeof(UFXAutoTriggerScalarIsSwimming) == 0x000028, "Wrong size on UFXAutoTriggerScalarIsSwimming"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarPlayerIsSwimming \ static_assert(alignof(UFXAutoTriggerScalarPlayerIsSwimming) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarPlayerIsSwimming"); \ static_assert(sizeof(UFXAutoTriggerScalarPlayerIsSwimming) == 0x000028, "Wrong size on UFXAutoTriggerScalarPlayerIsSwimming"); \ #define DUMPER7_ASSERTS_IntrusionVolumeComponent_IsPlayerInIntrusionArea \ static_assert(alignof(IntrusionVolumeComponent_IsPlayerInIntrusionArea) == 0x000001, "Wrong alignment on IntrusionVolumeComponent_IsPlayerInIntrusionArea"); \ static_assert(sizeof(IntrusionVolumeComponent_IsPlayerInIntrusionArea) == 0x000001, "Wrong size on IntrusionVolumeComponent_IsPlayerInIntrusionArea"); \ static_assert(offsetof(IntrusionVolumeComponent_IsPlayerInIntrusionArea, ReturnValue) == 0x000000, "Member 'IntrusionVolumeComponent_IsPlayerInIntrusionArea::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntrusionVolumeComponent_EnableIntrusion \ static_assert(alignof(IntrusionVolumeComponent_EnableIntrusion) == 0x000001, "Wrong alignment on IntrusionVolumeComponent_EnableIntrusion"); \ static_assert(sizeof(IntrusionVolumeComponent_EnableIntrusion) == 0x000001, "Wrong size on IntrusionVolumeComponent_EnableIntrusion"); \ static_assert(offsetof(IntrusionVolumeComponent_EnableIntrusion, Enable) == 0x000000, "Member 'IntrusionVolumeComponent_EnableIntrusion::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntrusionVolumeComponent_IsPlayerAllowed \ static_assert(alignof(IntrusionVolumeComponent_IsPlayerAllowed) == 0x000001, "Wrong alignment on IntrusionVolumeComponent_IsPlayerAllowed"); \ static_assert(sizeof(IntrusionVolumeComponent_IsPlayerAllowed) == 0x000001, "Wrong size on IntrusionVolumeComponent_IsPlayerAllowed"); \ static_assert(offsetof(IntrusionVolumeComponent_IsPlayerAllowed, ReturnValue) == 0x000000, "Member 'IntrusionVolumeComponent_IsPlayerAllowed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntrusionVolumeComponent_OnActorBeginOverlap \ static_assert(alignof(IntrusionVolumeComponent_OnActorBeginOverlap) == 0x000008, "Wrong alignment on IntrusionVolumeComponent_OnActorBeginOverlap"); \ static_assert(sizeof(IntrusionVolumeComponent_OnActorBeginOverlap) == 0x000010, "Wrong size on IntrusionVolumeComponent_OnActorBeginOverlap"); \ static_assert(offsetof(IntrusionVolumeComponent_OnActorBeginOverlap, SelfActor) == 0x000000, "Member 'IntrusionVolumeComponent_OnActorBeginOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(IntrusionVolumeComponent_OnActorBeginOverlap, OtherActor) == 0x000008, "Member 'IntrusionVolumeComponent_OnActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntrusionVolumeComponent_OnActorEndOverlap \ static_assert(alignof(IntrusionVolumeComponent_OnActorEndOverlap) == 0x000008, "Wrong alignment on IntrusionVolumeComponent_OnActorEndOverlap"); \ static_assert(sizeof(IntrusionVolumeComponent_OnActorEndOverlap) == 0x000010, "Wrong size on IntrusionVolumeComponent_OnActorEndOverlap"); \ static_assert(offsetof(IntrusionVolumeComponent_OnActorEndOverlap, SelfActor) == 0x000000, "Member 'IntrusionVolumeComponent_OnActorEndOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(IntrusionVolumeComponent_OnActorEndOverlap, OtherActor) == 0x000008, "Member 'IntrusionVolumeComponent_OnActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntrusionVolumeComponent_OnIntrusionPerceptionDone \ static_assert(alignof(IntrusionVolumeComponent_OnIntrusionPerceptionDone) == 0x000008, "Wrong alignment on IntrusionVolumeComponent_OnIntrusionPerceptionDone"); \ static_assert(sizeof(IntrusionVolumeComponent_OnIntrusionPerceptionDone) == 0x000008, "Wrong size on IntrusionVolumeComponent_OnIntrusionPerceptionDone"); \ static_assert(offsetof(IntrusionVolumeComponent_OnIntrusionPerceptionDone, InNPC) == 0x000000, "Member 'IntrusionVolumeComponent_OnIntrusionPerceptionDone::InNPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntrusionVolumeComponent_PlayIntrusionSceneRig \ static_assert(alignof(IntrusionVolumeComponent_PlayIntrusionSceneRig) == 0x000008, "Wrong alignment on IntrusionVolumeComponent_PlayIntrusionSceneRig"); \ static_assert(sizeof(IntrusionVolumeComponent_PlayIntrusionSceneRig) == 0x000008, "Wrong size on IntrusionVolumeComponent_PlayIntrusionSceneRig"); \ static_assert(offsetof(IntrusionVolumeComponent_PlayIntrusionSceneRig, InNPC) == 0x000000, "Member 'IntrusionVolumeComponent_PlayIntrusionSceneRig::InNPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntrusionVolumeComponent_WhenWillPlayerBeAllowed \ static_assert(alignof(IntrusionVolumeComponent_WhenWillPlayerBeAllowed) == 0x000008, "Wrong alignment on IntrusionVolumeComponent_WhenWillPlayerBeAllowed"); \ static_assert(sizeof(IntrusionVolumeComponent_WhenWillPlayerBeAllowed) == 0x000040, "Wrong size on IntrusionVolumeComponent_WhenWillPlayerBeAllowed"); \ static_assert(offsetof(IntrusionVolumeComponent_WhenWillPlayerBeAllowed, ReturnValue) == 0x000000, "Member 'IntrusionVolumeComponent_WhenWillPlayerBeAllowed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntrusionVolumeComponent_WhenWillPlayerBeDisallowed \ static_assert(alignof(IntrusionVolumeComponent_WhenWillPlayerBeDisallowed) == 0x000008, "Wrong alignment on IntrusionVolumeComponent_WhenWillPlayerBeDisallowed"); \ static_assert(sizeof(IntrusionVolumeComponent_WhenWillPlayerBeDisallowed) == 0x000040, "Wrong size on IntrusionVolumeComponent_WhenWillPlayerBeDisallowed"); \ static_assert(offsetof(IntrusionVolumeComponent_WhenWillPlayerBeDisallowed, ReturnValue) == 0x000000, "Member 'IntrusionVolumeComponent_WhenWillPlayerBeDisallowed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIntrusionVolumeComponent \ static_assert(alignof(UIntrusionVolumeComponent) == 0x000010, "Wrong alignment on UIntrusionVolumeComponent"); \ static_assert(sizeof(UIntrusionVolumeComponent) == 0x000280, "Wrong size on UIntrusionVolumeComponent"); \ static_assert(offsetof(UIntrusionVolumeComponent, OpeningTime) == 0x000218, "Member 'UIntrusionVolumeComponent::OpeningTime' has a wrong offset!"); \ static_assert(offsetof(UIntrusionVolumeComponent, ClosingTime) == 0x000228, "Member 'UIntrusionVolumeComponent::ClosingTime' has a wrong offset!"); \ static_assert(offsetof(UIntrusionVolumeComponent, OnCaughtByAuthorityFigure) == 0x000258, "Member 'UIntrusionVolumeComponent::OnCaughtByAuthorityFigure' has a wrong offset!"); \ static_assert(offsetof(UIntrusionVolumeComponent, IntrusionSceneRig) == 0x000268, "Member 'UIntrusionVolumeComponent::IntrusionSceneRig' has a wrong offset!"); \ static_assert(offsetof(UIntrusionVolumeComponent, Stat) == 0x000270, "Member 'UIntrusionVolumeComponent::Stat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarActorWorldZ \ static_assert(alignof(UFXAutoTriggerScalarActorWorldZ) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarActorWorldZ"); \ static_assert(sizeof(UFXAutoTriggerScalarActorWorldZ) == 0x000030, "Wrong size on UFXAutoTriggerScalarActorWorldZ"); \ static_assert(offsetof(UFXAutoTriggerScalarActorWorldZ, Location) == 0x000028, "Member 'UFXAutoTriggerScalarActorWorldZ::Location' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarActorWorldZ, Type) == 0x000029, "Member 'UFXAutoTriggerScalarActorWorldZ::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPathSelectHUD \ static_assert(alignof(UPathSelectHUD) == 0x000008, "Wrong alignment on UPathSelectHUD"); \ static_assert(sizeof(UPathSelectHUD) == 0x000268, "Wrong size on UPathSelectHUD"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarPlayerWorldZ \ static_assert(alignof(UFXAutoTriggerScalarPlayerWorldZ) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarPlayerWorldZ"); \ static_assert(sizeof(UFXAutoTriggerScalarPlayerWorldZ) == 0x000030, "Wrong size on UFXAutoTriggerScalarPlayerWorldZ"); \ static_assert(offsetof(UFXAutoTriggerScalarPlayerWorldZ, Location) == 0x000028, "Member 'UFXAutoTriggerScalarPlayerWorldZ::Location' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerScalarPlayerWorldZ, Type) == 0x000029, "Member 'UFXAutoTriggerScalarPlayerWorldZ::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapPathComponent \ static_assert(alignof(UMapPathComponent) == 0x000010, "Wrong alignment on UMapPathComponent"); \ static_assert(sizeof(UMapPathComponent) == 0x000570, "Wrong size on UMapPathComponent"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerScalarPlayerSpeed \ static_assert(alignof(UFXAutoTriggerScalarPlayerSpeed) == 0x000008, "Wrong alignment on UFXAutoTriggerScalarPlayerSpeed"); \ static_assert(sizeof(UFXAutoTriggerScalarPlayerSpeed) == 0x000028, "Wrong size on UFXAutoTriggerScalarPlayerSpeed"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolActorMeshesDirty \ static_assert(alignof(UFXAutoTriggerBoolActorMeshesDirty) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolActorMeshesDirty"); \ static_assert(sizeof(UFXAutoTriggerBoolActorMeshesDirty) == 0x000030, "Wrong size on UFXAutoTriggerBoolActorMeshesDirty"); \ static_assert(offsetof(UFXAutoTriggerBoolActorMeshesDirty, ThresholdFrames) == 0x000028, "Member 'UFXAutoTriggerBoolActorMeshesDirty::ThresholdFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolActorTagListHas \ static_assert(alignof(UFXAutoTriggerBoolActorTagListHas) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolActorTagListHas"); \ static_assert(sizeof(UFXAutoTriggerBoolActorTagListHas) == 0x000038, "Wrong size on UFXAutoTriggerBoolActorTagListHas"); \ #define DUMPER7_ASSERTS_USkinFXParameterDriverAutoFXBoolMod \ static_assert(alignof(USkinFXParameterDriverAutoFXBoolMod) == 0x000008, "Wrong alignment on USkinFXParameterDriverAutoFXBoolMod"); \ static_assert(sizeof(USkinFXParameterDriverAutoFXBoolMod) == 0x000040, "Wrong size on USkinFXParameterDriverAutoFXBoolMod"); \ static_assert(offsetof(USkinFXParameterDriverAutoFXBoolMod, AutoTriggerBool) == 0x000030, "Member 'USkinFXParameterDriverAutoFXBoolMod::AutoTriggerBool' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterDriverAutoFXBoolMod, ModIfFalse) == 0x000038, "Member 'USkinFXParameterDriverAutoFXBoolMod::ModIfFalse' has a wrong offset!"); \ static_assert(offsetof(USkinFXParameterDriverAutoFXBoolMod, ModIfTrue) == 0x00003C, "Member 'USkinFXParameterDriverAutoFXBoolMod::ModIfTrue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolStencilEffectAnyActive \ static_assert(alignof(UFXAutoTriggerBoolStencilEffectAnyActive) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolStencilEffectAnyActive"); \ static_assert(sizeof(UFXAutoTriggerBoolStencilEffectAnyActive) == 0x000028, "Wrong size on UFXAutoTriggerBoolStencilEffectAnyActive"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorMatchIsCompanion \ static_assert(alignof(UFXAutoTriggerRequiredActorMatchIsCompanion) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorMatchIsCompanion"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorMatchIsCompanion) == 0x000028, "Wrong size on UFXAutoTriggerRequiredActorMatchIsCompanion"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorMatchIsNPCCompanion \ static_assert(alignof(UFXAutoTriggerRequiredActorMatchIsNPCCompanion) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorMatchIsNPCCompanion"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorMatchIsNPCCompanion) == 0x000028, "Wrong size on UFXAutoTriggerRequiredActorMatchIsNPCCompanion"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorMatchIsPlayerCompanion \ static_assert(alignof(UFXAutoTriggerRequiredActorMatchIsPlayerCompanion) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorMatchIsPlayerCompanion"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorMatchIsPlayerCompanion) == 0x000028, "Wrong size on UFXAutoTriggerRequiredActorMatchIsPlayerCompanion"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorMatchIsPlayerLeadNPC \ static_assert(alignof(UFXAutoTriggerRequiredActorMatchIsPlayerLeadNPC) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorMatchIsPlayerLeadNPC"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorMatchIsPlayerLeadNPC) == 0x000028, "Wrong size on UFXAutoTriggerRequiredActorMatchIsPlayerLeadNPC"); \ #define DUMPER7_ASSERTS_GameOverScreenBase_SetGameOverReason \ static_assert(alignof(GameOverScreenBase_SetGameOverReason) == 0x000001, "Wrong alignment on GameOverScreenBase_SetGameOverReason"); \ static_assert(sizeof(GameOverScreenBase_SetGameOverReason) == 0x000001, "Wrong size on GameOverScreenBase_SetGameOverReason"); \ static_assert(offsetof(GameOverScreenBase_SetGameOverReason, Reason) == 0x000000, "Member 'GameOverScreenBase_SetGameOverReason::Reason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameOverScreenBase_SetRestartButtonText \ static_assert(alignof(GameOverScreenBase_SetRestartButtonText) == 0x000008, "Wrong alignment on GameOverScreenBase_SetRestartButtonText"); \ static_assert(sizeof(GameOverScreenBase_SetRestartButtonText) == 0x000010, "Wrong size on GameOverScreenBase_SetRestartButtonText"); \ static_assert(offsetof(GameOverScreenBase_SetRestartButtonText, ButtonText) == 0x000000, "Member 'GameOverScreenBase_SetRestartButtonText::ButtonText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameOverScreenBase_ShowLoadSaveResultPopup \ static_assert(alignof(GameOverScreenBase_ShowLoadSaveResultPopup) == 0x000008, "Wrong alignment on GameOverScreenBase_ShowLoadSaveResultPopup"); \ static_assert(sizeof(GameOverScreenBase_ShowLoadSaveResultPopup) == 0x000018, "Wrong size on GameOverScreenBase_ShowLoadSaveResultPopup"); \ static_assert(offsetof(GameOverScreenBase_ShowLoadSaveResultPopup, ResultMessage) == 0x000000, "Member 'GameOverScreenBase_ShowLoadSaveResultPopup::ResultMessage' has a wrong offset!"); \ static_assert(offsetof(GameOverScreenBase_ShowLoadSaveResultPopup, Duration) == 0x000010, "Member 'GameOverScreenBase_ShowLoadSaveResultPopup::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameOverScreenBase \ static_assert(alignof(UGameOverScreenBase) == 0x000008, "Wrong alignment on UGameOverScreenBase"); \ static_assert(sizeof(UGameOverScreenBase) == 0x000378, "Wrong size on UGameOverScreenBase"); \ static_assert(offsetof(UGameOverScreenBase, MyReason) == 0x000370, "Member 'UGameOverScreenBase::MyReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolAlive \ static_assert(alignof(UFXAutoTriggerBoolAlive) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolAlive"); \ static_assert(sizeof(UFXAutoTriggerBoolAlive) == 0x000028, "Wrong size on UFXAutoTriggerBoolAlive"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolIsCurrentPlayerTarget \ static_assert(alignof(UFXAutoTriggerBoolIsCurrentPlayerTarget) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolIsCurrentPlayerTarget"); \ static_assert(sizeof(UFXAutoTriggerBoolIsCurrentPlayerTarget) == 0x000028, "Wrong size on UFXAutoTriggerBoolIsCurrentPlayerTarget"); \ #define DUMPER7_ASSERTS_MunitionType_AOE_MultiFX_IsArresto \ static_assert(alignof(MunitionType_AOE_MultiFX_IsArresto) == 0x000001, "Wrong alignment on MunitionType_AOE_MultiFX_IsArresto"); \ static_assert(sizeof(MunitionType_AOE_MultiFX_IsArresto) == 0x000001, "Wrong size on MunitionType_AOE_MultiFX_IsArresto"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_IsArresto, ReturnValue) == 0x000000, "Member 'MunitionType_AOE_MultiFX_IsArresto::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_AOE_MultiFX_OnAnnounce \ static_assert(alignof(MunitionType_AOE_MultiFX_OnAnnounce) == 0x000008, "Wrong alignment on MunitionType_AOE_MultiFX_OnAnnounce"); \ static_assert(sizeof(MunitionType_AOE_MultiFX_OnAnnounce) == 0x000020, "Wrong size on MunitionType_AOE_MultiFX_OnAnnounce"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_OnAnnounce, Location) == 0x000000, "Member 'MunitionType_AOE_MultiFX_OnAnnounce::Location' has a wrong offset!"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_OnAnnounce, Rotation) == 0x00000C, "Member 'MunitionType_AOE_MultiFX_OnAnnounce::Rotation' has a wrong offset!"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_OnAnnounce, FXHandle) == 0x000018, "Member 'MunitionType_AOE_MultiFX_OnAnnounce::FXHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_AOE_MultiFX_OnExplode \ static_assert(alignof(MunitionType_AOE_MultiFX_OnExplode) == 0x000008, "Wrong alignment on MunitionType_AOE_MultiFX_OnExplode"); \ static_assert(sizeof(MunitionType_AOE_MultiFX_OnExplode) == 0x000020, "Wrong size on MunitionType_AOE_MultiFX_OnExplode"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_OnExplode, Location) == 0x000000, "Member 'MunitionType_AOE_MultiFX_OnExplode::Location' has a wrong offset!"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_OnExplode, Rotation) == 0x00000C, "Member 'MunitionType_AOE_MultiFX_OnExplode::Rotation' has a wrong offset!"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_OnExplode, FXHandle) == 0x000018, "Member 'MunitionType_AOE_MultiFX_OnExplode::FXHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_AOE_MultiFX_OnHit \ static_assert(alignof(MunitionType_AOE_MultiFX_OnHit) == 0x000008, "Wrong alignment on MunitionType_AOE_MultiFX_OnHit"); \ static_assert(sizeof(MunitionType_AOE_MultiFX_OnHit) == 0x000180, "Wrong size on MunitionType_AOE_MultiFX_OnHit"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_OnHit, MunitionImpact) == 0x000000, "Member 'MunitionType_AOE_MultiFX_OnHit::MunitionImpact' has a wrong offset!"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_OnHit, HitResult) == 0x0000F0, "Member 'MunitionType_AOE_MultiFX_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_OnHit, bHit) == 0x000178, "Member 'MunitionType_AOE_MultiFX_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_OnHit, bBlocked) == 0x000179, "Member 'MunitionType_AOE_MultiFX_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_OnHit, bFailed) == 0x00017A, "Member 'MunitionType_AOE_MultiFX_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_AOE_MultiFX_OnWarning \ static_assert(alignof(MunitionType_AOE_MultiFX_OnWarning) == 0x000008, "Wrong alignment on MunitionType_AOE_MultiFX_OnWarning"); \ static_assert(sizeof(MunitionType_AOE_MultiFX_OnWarning) == 0x000020, "Wrong size on MunitionType_AOE_MultiFX_OnWarning"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_OnWarning, Location) == 0x000000, "Member 'MunitionType_AOE_MultiFX_OnWarning::Location' has a wrong offset!"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_OnWarning, Rotation) == 0x00000C, "Member 'MunitionType_AOE_MultiFX_OnWarning::Rotation' has a wrong offset!"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_OnWarning, FXHandle) == 0x000018, "Member 'MunitionType_AOE_MultiFX_OnWarning::FXHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_AOE_MultiFX_TriggerImpact \ static_assert(alignof(MunitionType_AOE_MultiFX_TriggerImpact) == 0x000001, "Wrong alignment on MunitionType_AOE_MultiFX_TriggerImpact"); \ static_assert(sizeof(MunitionType_AOE_MultiFX_TriggerImpact) == 0x000001, "Wrong size on MunitionType_AOE_MultiFX_TriggerImpact"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_TriggerImpact, bSkipStartState) == 0x000000, "Member 'MunitionType_AOE_MultiFX_TriggerImpact::bSkipStartState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_AOE_MultiFX_GetAnnounceFXHandle \ static_assert(alignof(MunitionType_AOE_MultiFX_GetAnnounceFXHandle) == 0x000008, "Wrong alignment on MunitionType_AOE_MultiFX_GetAnnounceFXHandle"); \ static_assert(sizeof(MunitionType_AOE_MultiFX_GetAnnounceFXHandle) == 0x000008, "Wrong size on MunitionType_AOE_MultiFX_GetAnnounceFXHandle"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_GetAnnounceFXHandle, ReturnValue) == 0x000000, "Member 'MunitionType_AOE_MultiFX_GetAnnounceFXHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_AOE_MultiFX_GetExplodeFXHandle \ static_assert(alignof(MunitionType_AOE_MultiFX_GetExplodeFXHandle) == 0x000008, "Wrong alignment on MunitionType_AOE_MultiFX_GetExplodeFXHandle"); \ static_assert(sizeof(MunitionType_AOE_MultiFX_GetExplodeFXHandle) == 0x000008, "Wrong size on MunitionType_AOE_MultiFX_GetExplodeFXHandle"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_GetExplodeFXHandle, ReturnValue) == 0x000000, "Member 'MunitionType_AOE_MultiFX_GetExplodeFXHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_AOE_MultiFX_GetFizzleFXHandle \ static_assert(alignof(MunitionType_AOE_MultiFX_GetFizzleFXHandle) == 0x000008, "Wrong alignment on MunitionType_AOE_MultiFX_GetFizzleFXHandle"); \ static_assert(sizeof(MunitionType_AOE_MultiFX_GetFizzleFXHandle) == 0x000008, "Wrong size on MunitionType_AOE_MultiFX_GetFizzleFXHandle"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_GetFizzleFXHandle, ReturnValue) == 0x000000, "Member 'MunitionType_AOE_MultiFX_GetFizzleFXHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_AOE_MultiFX_GetWarningFXHandle \ static_assert(alignof(MunitionType_AOE_MultiFX_GetWarningFXHandle) == 0x000008, "Wrong alignment on MunitionType_AOE_MultiFX_GetWarningFXHandle"); \ static_assert(sizeof(MunitionType_AOE_MultiFX_GetWarningFXHandle) == 0x000008, "Wrong size on MunitionType_AOE_MultiFX_GetWarningFXHandle"); \ static_assert(offsetof(MunitionType_AOE_MultiFX_GetWarningFXHandle, ReturnValue) == 0x000000, "Member 'MunitionType_AOE_MultiFX_GetWarningFXHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMunitionType_AOE_MultiFX \ static_assert(alignof(AMunitionType_AOE_MultiFX) == 0x000008, "Wrong alignment on AMunitionType_AOE_MultiFX"); \ static_assert(sizeof(AMunitionType_AOE_MultiFX) == 0x000660, "Wrong size on AMunitionType_AOE_MultiFX"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MinDamage) == 0x000368, "Member 'AMunitionType_AOE_MultiFX::MinDamage' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, CharacterDamage) == 0x00036C, "Member 'AMunitionType_AOE_MultiFX::CharacterDamage' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, m_radiusStart) == 0x000370, "Member 'AMunitionType_AOE_MultiFX::m_radiusStart' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, m_radiusEnd) == 0x000374, "Member 'AMunitionType_AOE_MultiFX::m_radiusEnd' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bUseCustomGrowthDuration) == 0x000378, "Member 'AMunitionType_AOE_MultiFX::bUseCustomGrowthDuration' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, CustomGrowthDuration) == 0x00037C, "Member 'AMunitionType_AOE_MultiFX::CustomGrowthDuration' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, m_hitVictimInterval) == 0x000380, "Member 'AMunitionType_AOE_MultiFX::m_hitVictimInterval' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, CollisionChannel) == 0x000384, "Member 'AMunitionType_AOE_MultiFX::CollisionChannel' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, m_damageType) == 0x000388, "Member 'AMunitionType_AOE_MultiFX::m_damageType' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, PhysicsImpulse) == 0x000390, "Member 'AMunitionType_AOE_MultiFX::PhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, PhysicsAngularImpulse) == 0x000394, "Member 'AMunitionType_AOE_MultiFX::PhysicsAngularImpulse' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bOnlyTestDamageOnce) == 0x000398, "Member 'AMunitionType_AOE_MultiFX::bOnlyTestDamageOnce' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bUnblockable) == 0x00039A, "Member 'AMunitionType_AOE_MultiFX::bUnblockable' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bBreakBlockFX) == 0x00039B, "Member 'AMunitionType_AOE_MultiFX::bBreakBlockFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bAffectCompanions) == 0x00039C, "Member 'AMunitionType_AOE_MultiFX::bAffectCompanions' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bAffectCharacters) == 0x00039D, "Member 'AMunitionType_AOE_MultiFX::bAffectCharacters' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bOnlyAffectCharactersOfHostileTeams) == 0x00039E, "Member 'AMunitionType_AOE_MultiFX::bOnlyAffectCharactersOfHostileTeams' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bAffectObjects) == 0x00039F, "Member 'AMunitionType_AOE_MultiFX::bAffectObjects' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bTransformedCharactersAffectedLikeCharacters) == 0x0003A0, "Member 'AMunitionType_AOE_MultiFX::bTransformedCharactersAffectedLikeCharacters' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bRespectInstigatorCanHit) == 0x0003A1, "Member 'AMunitionType_AOE_MultiFX::bRespectInstigatorCanHit' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bTriggerNPCResponse) == 0x0003A2, "Member 'AMunitionType_AOE_MultiFX::bTriggerNPCResponse' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bRespectCover) == 0x0003A3, "Member 'AMunitionType_AOE_MultiFX::bRespectCover' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bOnlyRespectCoverForCharacters) == 0x0003A4, "Member 'AMunitionType_AOE_MultiFX::bOnlyRespectCoverForCharacters' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bCalculatePositionOnce) == 0x0003A5, "Member 'AMunitionType_AOE_MultiFX::bCalculatePositionOnce' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, ComboType) == 0x0003A6, "Member 'AMunitionType_AOE_MultiFX::ComboType' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, FocusType) == 0x0003A8, "Member 'AMunitionType_AOE_MultiFX::FocusType' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, AnnounceTime) == 0x0003B0, "Member 'AMunitionType_AOE_MultiFX::AnnounceTime' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, AnnounceHomingSpeed) == 0x0003B4, "Member 'AMunitionType_AOE_MultiFX::AnnounceHomingSpeed' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bKeepAnnounceStartRunning) == 0x0003B8, "Member 'AMunitionType_AOE_MultiFX::bKeepAnnounceStartRunning' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bForceAnnounceStartEndOnCancel) == 0x0003B9, "Member 'AMunitionType_AOE_MultiFX::bForceAnnounceStartEndOnCancel' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, AnnounceStartFX2) == 0x0003C0, "Member 'AMunitionType_AOE_MultiFX::AnnounceStartFX2' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, AnnounceFX2) == 0x0003D0, "Member 'AMunitionType_AOE_MultiFX::AnnounceFX2' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, AnnounceFizzleFX2) == 0x0003E0, "Member 'AMunitionType_AOE_MultiFX::AnnounceFizzleFX2' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, AnnounceMotionFX) == 0x0003F0, "Member 'AMunitionType_AOE_MultiFX::AnnounceMotionFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bRequireTriggerToWarn) == 0x0003F8, "Member 'AMunitionType_AOE_MultiFX::bRequireTriggerToWarn' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, WarningTime) == 0x0003FC, "Member 'AMunitionType_AOE_MultiFX::WarningTime' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, WarningHomingSpeed) == 0x000400, "Member 'AMunitionType_AOE_MultiFX::WarningHomingSpeed' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, WarningStartFX2) == 0x000408, "Member 'AMunitionType_AOE_MultiFX::WarningStartFX2' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, WarningFX2) == 0x000418, "Member 'AMunitionType_AOE_MultiFX::WarningFX2' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, WarningFizzleFX2) == 0x000428, "Member 'AMunitionType_AOE_MultiFX::WarningFizzleFX2' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, WarningMotionFX) == 0x000438, "Member 'AMunitionType_AOE_MultiFX::WarningMotionFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bRequireTriggerToExplode) == 0x000440, "Member 'AMunitionType_AOE_MultiFX::bRequireTriggerToExplode' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, ExplosionFX2) == 0x000448, "Member 'AMunitionType_AOE_MultiFX::ExplosionFX2' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, ExplosionFX_EndImmediately) == 0x000458, "Member 'AMunitionType_AOE_MultiFX::ExplosionFX_EndImmediately' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, ExplosionStartTime) == 0x00045C, "Member 'AMunitionType_AOE_MultiFX::ExplosionStartTime' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, ExplosionEndTime) == 0x000460, "Member 'AMunitionType_AOE_MultiFX::ExplosionEndTime' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, ExplosionStartFX2) == 0x000468, "Member 'AMunitionType_AOE_MultiFX::ExplosionStartFX2' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, ExplosionEndFX2) == 0x000478, "Member 'AMunitionType_AOE_MultiFX::ExplosionEndFX2' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, ExplosionMotionFX) == 0x000488, "Member 'AMunitionType_AOE_MultiFX::ExplosionMotionFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, PlayExplosionOnGround) == 0x000490, "Member 'AMunitionType_AOE_MultiFX::PlayExplosionOnGround' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, m_stopAtCollision) == 0x000491, "Member 'AMunitionType_AOE_MultiFX::m_stopAtCollision' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, HitActorFX2) == 0x000498, "Member 'AMunitionType_AOE_MultiFX::HitActorFX2' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, HitTerrainFX2) == 0x0004A8, "Member 'AMunitionType_AOE_MultiFX::HitTerrainFX2' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, HitBlockedFX2) == 0x0004B8, "Member 'AMunitionType_AOE_MultiFX::HitBlockedFX2' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, FireNoiseSize) == 0x0004C8, "Member 'AMunitionType_AOE_MultiFX::FireNoiseSize' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, ImpactNoiseSize) == 0x0004C9, "Member 'AMunitionType_AOE_MultiFX::ImpactNoiseSize' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bThrowTarget) == 0x0004CA, "Member 'AMunitionType_AOE_MultiFX::bThrowTarget' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, TargetHalfAngleXY) == 0x0004CC, "Member 'AMunitionType_AOE_MultiFX::TargetHalfAngleXY' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, TargetHalfAngleZ) == 0x0004D0, "Member 'AMunitionType_AOE_MultiFX::TargetHalfAngleZ' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, LaunchAngle) == 0x0004D4, "Member 'AMunitionType_AOE_MultiFX::LaunchAngle' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, InAirLaunchAngle) == 0x0004D8, "Member 'AMunitionType_AOE_MultiFX::InAirLaunchAngle' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MaximumLaunchAngle) == 0x0004DC, "Member 'AMunitionType_AOE_MultiFX::MaximumLaunchAngle' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, HeightAdjustment) == 0x0004E0, "Member 'AMunitionType_AOE_MultiFX::HeightAdjustment' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, LevelMinZThreshold) == 0x0004E4, "Member 'AMunitionType_AOE_MultiFX::LevelMinZThreshold' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, LevelMaxZThreshold) == 0x0004E8, "Member 'AMunitionType_AOE_MultiFX::LevelMaxZThreshold' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, BasePhysicsImpulse) == 0x0004EC, "Member 'AMunitionType_AOE_MultiFX::BasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MassScaledPhysicsImpulse) == 0x0004F0, "Member 'AMunitionType_AOE_MultiFX::MassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, CharacterBasePhysicsImpulse) == 0x0004F4, "Member 'AMunitionType_AOE_MultiFX::CharacterBasePhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, CharacterMassScaledPhysicsImpulse) == 0x0004F8, "Member 'AMunitionType_AOE_MultiFX::CharacterMassScaledPhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MaxVelocity) == 0x0004FC, "Member 'AMunitionType_AOE_MultiFX::MaxVelocity' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, TargetingPercent) == 0x000500, "Member 'AMunitionType_AOE_MultiFX::TargetingPercent' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bUpdateTarget) == 0x000504, "Member 'AMunitionType_AOE_MultiFX::bUpdateTarget' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, LeviosoImpulseScale) == 0x000508, "Member 'AMunitionType_AOE_MultiFX::LeviosoImpulseScale' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MinDamageDealt) == 0x00050C, "Member 'AMunitionType_AOE_MultiFX::MinDamageDealt' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MaxDamageDealt) == 0x000510, "Member 'AMunitionType_AOE_MultiFX::MaxDamageDealt' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MinDamageDealtCharacter) == 0x000514, "Member 'AMunitionType_AOE_MultiFX::MinDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MaxDamageDealtCharacter) == 0x000518, "Member 'AMunitionType_AOE_MultiFX::MaxDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MinDamageTaken) == 0x00051C, "Member 'AMunitionType_AOE_MultiFX::MinDamageTaken' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MaxDamageTaken) == 0x000520, "Member 'AMunitionType_AOE_MultiFX::MaxDamageTaken' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MinDamageTakenCharacter) == 0x000524, "Member 'AMunitionType_AOE_MultiFX::MinDamageTakenCharacter' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MaxDamageTakenCharacter) == 0x000528, "Member 'AMunitionType_AOE_MultiFX::MaxDamageTakenCharacter' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MinDamageTakenCharacterWall) == 0x00052C, "Member 'AMunitionType_AOE_MultiFX::MinDamageTakenCharacterWall' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MaxDamageTakenCharacterWall) == 0x000530, "Member 'AMunitionType_AOE_MultiFX::MaxDamageTakenCharacterWall' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MinDamageTakenCharacterFloor) == 0x000534, "Member 'AMunitionType_AOE_MultiFX::MinDamageTakenCharacterFloor' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MaxDamageTakenCharacterFloor) == 0x000538, "Member 'AMunitionType_AOE_MultiFX::MaxDamageTakenCharacterFloor' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MinDamageTakenCharacterCharacter) == 0x00053C, "Member 'AMunitionType_AOE_MultiFX::MinDamageTakenCharacterCharacter' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, MaxDamageTakenCharacterCharacter) == 0x000540, "Member 'AMunitionType_AOE_MultiFX::MaxDamageTakenCharacterCharacter' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, ArrestoTimeExtension) == 0x000544, "Member 'AMunitionType_AOE_MultiFX::ArrestoTimeExtension' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, bTriggerMunitionSentMessage) == 0x000548, "Member 'AMunitionType_AOE_MultiFX::bTriggerMunitionSentMessage' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, m_ignoreActors) == 0x0005A0, "Member 'AMunitionType_AOE_MultiFX::m_ignoreActors' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, AnnounceMotionComponent) == 0x000640, "Member 'AMunitionType_AOE_MultiFX::AnnounceMotionComponent' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, WarningMotionComponent) == 0x000648, "Member 'AMunitionType_AOE_MultiFX::WarningMotionComponent' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, ExplosionMotionComponent) == 0x000650, "Member 'AMunitionType_AOE_MultiFX::ExplosionMotionComponent' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE_MultiFX, SpellTool) == 0x000658, "Member 'AMunitionType_AOE_MultiFX::SpellTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolIsSpecificNPC \ static_assert(alignof(UFXAutoTriggerBoolIsSpecificNPC) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolIsSpecificNPC"); \ static_assert(sizeof(UFXAutoTriggerBoolIsSpecificNPC) == 0x0000B8, "Wrong size on UFXAutoTriggerBoolIsSpecificNPC"); \ static_assert(offsetof(UFXAutoTriggerBoolIsSpecificNPC, NPCKey) == 0x000028, "Member 'UFXAutoTriggerBoolIsSpecificNPC::NPCKey' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerBoolIsSpecificNPC, NPCKeyName) == 0x0000B0, "Member 'UFXAutoTriggerBoolIsSpecificNPC::NPCKeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_Property \ static_assert(alignof(UFXUpdate_Property) == 0x000008, "Wrong alignment on UFXUpdate_Property"); \ static_assert(sizeof(UFXUpdate_Property) == 0x000098, "Wrong size on UFXUpdate_Property"); \ static_assert(offsetof(UFXUpdate_Property, PropertySource) == 0x000080, "Member 'UFXUpdate_Property::PropertySource' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_Property, SourcePropertyName) == 0x000084, "Member 'UFXUpdate_Property::SourcePropertyName' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_Property, TargetPropertyName) == 0x00008C, "Member 'UFXUpdate_Property::TargetPropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsFriendlyNPC \ static_assert(alignof(UFXAutoTriggerRequiredActorsFriendlyNPC) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsFriendlyNPC"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsFriendlyNPC) == 0x000040, "Wrong size on UFXAutoTriggerRequiredActorsFriendlyNPC"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsEnemyNPC \ static_assert(alignof(UFXAutoTriggerRequiredActorsEnemyNPC) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsEnemyNPC"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsEnemyNPC) == 0x000040, "Wrong size on UFXAutoTriggerRequiredActorsEnemyNPC"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsCreatures \ static_assert(alignof(UFXAutoTriggerRequiredActorsCreatures) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsCreatures"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsCreatures) == 0x000028, "Wrong size on UFXAutoTriggerRequiredActorsCreatures"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolActivePlayerMount \ static_assert(alignof(UFXAutoTriggerBoolActivePlayerMount) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolActivePlayerMount"); \ static_assert(sizeof(UFXAutoTriggerBoolActivePlayerMount) == 0x000028, "Wrong size on UFXAutoTriggerBoolActivePlayerMount"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsMounts \ static_assert(alignof(UFXAutoTriggerRequiredActorsMounts) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsMounts"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsMounts) == 0x000030, "Wrong size on UFXAutoTriggerRequiredActorsMounts"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsMounts, bExcludeActivePlayerMount) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsMounts::bExcludeActivePlayerMount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_MountCreature \ static_assert(alignof(USceneAction_MountCreature) == 0x000008, "Wrong alignment on USceneAction_MountCreature"); \ static_assert(sizeof(USceneAction_MountCreature) == 0x0000C0, "Wrong size on USceneAction_MountCreature"); \ static_assert(offsetof(USceneAction_MountCreature, Creature) == 0x0000A0, "Member 'USceneAction_MountCreature::Creature' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MountCreature, MountHandlerClass) == 0x0000A8, "Member 'USceneAction_MountCreature::MountHandlerClass' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MountCreature, bForceMountOnEnter) == 0x0000B0, "Member 'USceneAction_MountCreature::bForceMountOnEnter' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MountCreature, bForceDismountOnExit) == 0x0000B1, "Member 'USceneAction_MountCreature::bForceDismountOnExit' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MountCreature, bUseDismountTransition) == 0x0000B2, "Member 'USceneAction_MountCreature::bUseDismountTransition' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MountCreature, bStartFlying) == 0x0000B3, "Member 'USceneAction_MountCreature::bStartFlying' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MountCreature, bStopFlying) == 0x0000B4, "Member 'USceneAction_MountCreature::bStopFlying' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MountCreature, PathNode) == 0x0000B8, "Member 'USceneAction_MountCreature::PathNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolHasSenseGroup \ static_assert(alignof(UFXAutoTriggerBoolHasSenseGroup) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolHasSenseGroup"); \ static_assert(sizeof(UFXAutoTriggerBoolHasSenseGroup) == 0x000038, "Wrong size on UFXAutoTriggerBoolHasSenseGroup"); \ static_assert(offsetof(UFXAutoTriggerBoolHasSenseGroup, Senses) == 0x000028, "Member 'UFXAutoTriggerBoolHasSenseGroup::Senses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInt_ScheduledEntitySynchronizeMethod \ static_assert(alignof(UInt_ScheduledEntitySynchronizeMethod) == 0x000008, "Wrong alignment on UInt_ScheduledEntitySynchronizeMethod"); \ static_assert(sizeof(UInt_ScheduledEntitySynchronizeMethod) == 0x000030, "Wrong size on UInt_ScheduledEntitySynchronizeMethod"); \ static_assert(offsetof(UInt_ScheduledEntitySynchronizeMethod, Value) == 0x000028, "Member 'UInt_ScheduledEntitySynchronizeMethod::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANiagaraBasketActor \ static_assert(alignof(ANiagaraBasketActor) == 0x000008, "Wrong alignment on ANiagaraBasketActor"); \ static_assert(sizeof(ANiagaraBasketActor) == 0x000258, "Wrong size on ANiagaraBasketActor"); \ static_assert(offsetof(ANiagaraBasketActor, Components) == 0x000248, "Member 'ANiagaraBasketActor::Components' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerCognitionStimuliTestOr \ static_assert(alignof(UFXAutoTriggerCognitionStimuliTestOr) == 0x000008, "Wrong alignment on UFXAutoTriggerCognitionStimuliTestOr"); \ static_assert(sizeof(UFXAutoTriggerCognitionStimuliTestOr) == 0x000038, "Wrong size on UFXAutoTriggerCognitionStimuliTestOr"); \ static_assert(offsetof(UFXAutoTriggerCognitionStimuliTestOr, Tests) == 0x000028, "Member 'UFXAutoTriggerCognitionStimuliTestOr::Tests' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OwlMailNotification_PlayMailDialogLine \ static_assert(alignof(OwlMailNotification_PlayMailDialogLine) == 0x000008, "Wrong alignment on OwlMailNotification_PlayMailDialogLine"); \ static_assert(sizeof(OwlMailNotification_PlayMailDialogLine) == 0x000018, "Wrong size on OwlMailNotification_PlayMailDialogLine"); \ static_assert(offsetof(OwlMailNotification_PlayMailDialogLine, MailID) == 0x000000, "Member 'OwlMailNotification_PlayMailDialogLine::MailID' has a wrong offset!"); \ static_assert(offsetof(OwlMailNotification_PlayMailDialogLine, ReturnValue) == 0x000010, "Member 'OwlMailNotification_PlayMailDialogLine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOwlMailNotification \ static_assert(alignof(UOwlMailNotification) == 0x000008, "Wrong alignment on UOwlMailNotification"); \ static_assert(sizeof(UOwlMailNotification) == 0x0002E8, "Wrong size on UOwlMailNotification"); \ #define DUMPER7_ASSERTS_APhoenixMapRegion \ static_assert(alignof(APhoenixMapRegion) == 0x000008, "Wrong alignment on APhoenixMapRegion"); \ static_assert(sizeof(APhoenixMapRegion) == 0x000290, "Wrong size on APhoenixMapRegion"); \ static_assert(offsetof(APhoenixMapRegion, RegionMaterialDynamic) == 0x000248, "Member 'APhoenixMapRegion::RegionMaterialDynamic' has a wrong offset!"); \ static_assert(offsetof(APhoenixMapRegion, Region) == 0x000250, "Member 'APhoenixMapRegion::Region' has a wrong offset!"); \ static_assert(offsetof(APhoenixMapRegion, SubRegion) == 0x000251, "Member 'APhoenixMapRegion::SubRegion' has a wrong offset!"); \ static_assert(offsetof(APhoenixMapRegion, SubRegionIndex) == 0x000254, "Member 'APhoenixMapRegion::SubRegionIndex' has a wrong offset!"); \ static_assert(offsetof(APhoenixMapRegion, IsSubRegion) == 0x000258, "Member 'APhoenixMapRegion::IsSubRegion' has a wrong offset!"); \ static_assert(offsetof(APhoenixMapRegion, IsLevelBounds) == 0x000259, "Member 'APhoenixMapRegion::IsLevelBounds' has a wrong offset!"); \ static_assert(offsetof(APhoenixMapRegion, IsInnerLevelBounds) == 0x00025A, "Member 'APhoenixMapRegion::IsInnerLevelBounds' has a wrong offset!"); \ static_assert(offsetof(APhoenixMapRegion, IsSpecialCase) == 0x00025B, "Member 'APhoenixMapRegion::IsSpecialCase' has a wrong offset!"); \ static_assert(offsetof(APhoenixMapRegion, RegionFowardAxis) == 0x00025C, "Member 'APhoenixMapRegion::RegionFowardAxis' has a wrong offset!"); \ static_assert(offsetof(APhoenixMapRegion, RegionName) == 0x000260, "Member 'APhoenixMapRegion::RegionName' has a wrong offset!"); \ static_assert(offsetof(APhoenixMapRegion, HighlightColor) == 0x000270, "Member 'APhoenixMapRegion::HighlightColor' has a wrong offset!"); \ static_assert(offsetof(APhoenixMapRegion, RegionCenterPoint) == 0x000280, "Member 'APhoenixMapRegion::RegionCenterPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerCognitionStimuliTestHasSense \ static_assert(alignof(UFXAutoTriggerCognitionStimuliTestHasSense) == 0x000008, "Wrong alignment on UFXAutoTriggerCognitionStimuliTestHasSense"); \ static_assert(sizeof(UFXAutoTriggerCognitionStimuliTestHasSense) == 0x000050, "Wrong size on UFXAutoTriggerCognitionStimuliTestHasSense"); \ static_assert(offsetof(UFXAutoTriggerCognitionStimuliTestHasSense, Sense) == 0x000028, "Member 'UFXAutoTriggerCognitionStimuliTestHasSense::Sense' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_MaterialSwapFlex \ static_assert(alignof(USceneAction_MaterialSwapFlex) == 0x000008, "Wrong alignment on USceneAction_MaterialSwapFlex"); \ static_assert(sizeof(USceneAction_MaterialSwapFlex) == 0x000138, "Wrong size on USceneAction_MaterialSwapFlex"); \ static_assert(offsetof(USceneAction_MaterialSwapFlex, Swap) == 0x0000D8, "Member 'USceneAction_MaterialSwapFlex::Swap' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MaterialSwapFlex, PreloadMaterials) == 0x0000E0, "Member 'USceneAction_MaterialSwapFlex::PreloadMaterials' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MaterialSwapFlex, InitialParameters) == 0x0000E8, "Member 'USceneAction_MaterialSwapFlex::InitialParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OverlandMapScreen_GetMap \ static_assert(alignof(OverlandMapScreen_GetMap) == 0x000008, "Wrong alignment on OverlandMapScreen_GetMap"); \ static_assert(sizeof(OverlandMapScreen_GetMap) == 0x000008, "Wrong size on OverlandMapScreen_GetMap"); \ static_assert(offsetof(OverlandMapScreen_GetMap, ReturnValue) == 0x000000, "Member 'OverlandMapScreen_GetMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OverlandMapScreen_HoveredFilterRegion_Event \ static_assert(alignof(OverlandMapScreen_HoveredFilterRegion_Event) == 0x000008, "Wrong alignment on OverlandMapScreen_HoveredFilterRegion_Event"); \ static_assert(sizeof(OverlandMapScreen_HoveredFilterRegion_Event) == 0x000008, "Wrong size on OverlandMapScreen_HoveredFilterRegion_Event"); \ static_assert(offsetof(OverlandMapScreen_HoveredFilterRegion_Event, Icon) == 0x000000, "Member 'OverlandMapScreen_HoveredFilterRegion_Event::Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OverlandMapScreen_RegionChange_Event \ static_assert(alignof(OverlandMapScreen_RegionChange_Event) == 0x000008, "Wrong alignment on OverlandMapScreen_RegionChange_Event"); \ static_assert(sizeof(OverlandMapScreen_RegionChange_Event) == 0x000018, "Wrong size on OverlandMapScreen_RegionChange_Event"); \ static_assert(offsetof(OverlandMapScreen_RegionChange_Event, regionActor) == 0x000000, "Member 'OverlandMapScreen_RegionChange_Event::regionActor' has a wrong offset!"); \ static_assert(offsetof(OverlandMapScreen_RegionChange_Event, subregionActor) == 0x000008, "Member 'OverlandMapScreen_RegionChange_Event::subregionActor' has a wrong offset!"); \ static_assert(offsetof(OverlandMapScreen_RegionChange_Event, noString) == 0x000010, "Member 'OverlandMapScreen_RegionChange_Event::noString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlandMapScreen \ static_assert(alignof(UOverlandMapScreen) == 0x000008, "Wrong alignment on UOverlandMapScreen"); \ static_assert(sizeof(UOverlandMapScreen) == 0x0004E0, "Wrong size on UOverlandMapScreen"); \ static_assert(offsetof(UOverlandMapScreen, OverlandMap) == 0x0004D8, "Member 'UOverlandMapScreen::OverlandMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerCognitionStimuliTestSocialCombatMode \ static_assert(alignof(UFXAutoTriggerCognitionStimuliTestSocialCombatMode) == 0x000008, "Wrong alignment on UFXAutoTriggerCognitionStimuliTestSocialCombatMode"); \ static_assert(sizeof(UFXAutoTriggerCognitionStimuliTestSocialCombatMode) == 0x000030, "Wrong size on UFXAutoTriggerCognitionStimuliTestSocialCombatMode"); \ static_assert(offsetof(UFXAutoTriggerCognitionStimuliTestSocialCombatMode, SocialCombatMode) == 0x000028, "Member 'UFXAutoTriggerCognitionStimuliTestSocialCombatMode::SocialCombatMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOutfitDefinitionWrapper \ static_assert(alignof(UOutfitDefinitionWrapper) == 0x000008, "Wrong alignment on UOutfitDefinitionWrapper"); \ static_assert(sizeof(UOutfitDefinitionWrapper) == 0x000078, "Wrong size on UOutfitDefinitionWrapper"); \ static_assert(offsetof(UOutfitDefinitionWrapper, OutfitDefinition) == 0x000028, "Member 'UOutfitDefinitionWrapper::OutfitDefinition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerCognitionStimuliTestAnySocialCombatMode \ static_assert(alignof(UFXAutoTriggerCognitionStimuliTestAnySocialCombatMode) == 0x000008, "Wrong alignment on UFXAutoTriggerCognitionStimuliTestAnySocialCombatMode"); \ static_assert(sizeof(UFXAutoTriggerCognitionStimuliTestAnySocialCombatMode) == 0x000038, "Wrong size on UFXAutoTriggerCognitionStimuliTestAnySocialCombatMode"); \ static_assert(offsetof(UFXAutoTriggerCognitionStimuliTestAnySocialCombatMode, SocialCombatModes) == 0x000028, "Member 'UFXAutoTriggerCognitionStimuliTestAnySocialCombatMode::SocialCombatModes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolCognitionStimuliTest \ static_assert(alignof(UFXAutoTriggerBoolCognitionStimuliTest) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolCognitionStimuliTest"); \ static_assert(sizeof(UFXAutoTriggerBoolCognitionStimuliTest) == 0x000030, "Wrong size on UFXAutoTriggerBoolCognitionStimuliTest"); \ static_assert(offsetof(UFXAutoTriggerBoolCognitionStimuliTest, Test) == 0x000028, "Member 'UFXAutoTriggerBoolCognitionStimuliTest::Test' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerInteractibleItemsFilterNot \ static_assert(alignof(UFXAutoTriggerInteractibleItemsFilterNot) == 0x000008, "Wrong alignment on UFXAutoTriggerInteractibleItemsFilterNot"); \ static_assert(sizeof(UFXAutoTriggerInteractibleItemsFilterNot) == 0x000030, "Wrong size on UFXAutoTriggerInteractibleItemsFilterNot"); \ static_assert(offsetof(UFXAutoTriggerInteractibleItemsFilterNot, Filter) == 0x000028, "Member 'UFXAutoTriggerInteractibleItemsFilterNot::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_PerformTask \ static_assert(alignof(USceneActionState_PerformTask) == 0x000008, "Wrong alignment on USceneActionState_PerformTask"); \ static_assert(sizeof(USceneActionState_PerformTask) == 0x000070, "Wrong size on USceneActionState_PerformTask"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerInteractibleItemsFilterAnd \ static_assert(alignof(UFXAutoTriggerInteractibleItemsFilterAnd) == 0x000008, "Wrong alignment on UFXAutoTriggerInteractibleItemsFilterAnd"); \ static_assert(sizeof(UFXAutoTriggerInteractibleItemsFilterAnd) == 0x000038, "Wrong size on UFXAutoTriggerInteractibleItemsFilterAnd"); \ static_assert(offsetof(UFXAutoTriggerInteractibleItemsFilterAnd, filters) == 0x000028, "Member 'UFXAutoTriggerInteractibleItemsFilterAnd::filters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_Camera \ static_assert(alignof(UDialogueLineRule_Camera) == 0x000008, "Wrong alignment on UDialogueLineRule_Camera"); \ static_assert(sizeof(UDialogueLineRule_Camera) == 0x000060, "Wrong size on UDialogueLineRule_Camera"); \ static_assert(offsetof(UDialogueLineRule_Camera, Characters) == 0x000040, "Member 'UDialogueLineRule_Camera::Characters' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_Camera, Events) == 0x000050, "Member 'UDialogueLineRule_Camera::Events' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackLockOnTargetGetter \ static_assert(alignof(UCameraStackLockOnTargetGetter) == 0x000008, "Wrong alignment on UCameraStackLockOnTargetGetter"); \ static_assert(sizeof(UCameraStackLockOnTargetGetter) == 0x0000B0, "Wrong size on UCameraStackLockOnTargetGetter"); \ #define DUMPER7_ASSERTS_UMealButtonWidget \ static_assert(alignof(UMealButtonWidget) == 0x000008, "Wrong alignment on UMealButtonWidget"); \ static_assert(sizeof(UMealButtonWidget) == 0x000268, "Wrong size on UMealButtonWidget"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerInteractibleItemsFilterHasSense \ static_assert(alignof(UFXAutoTriggerInteractibleItemsFilterHasSense) == 0x000008, "Wrong alignment on UFXAutoTriggerInteractibleItemsFilterHasSense"); \ static_assert(sizeof(UFXAutoTriggerInteractibleItemsFilterHasSense) == 0x000050, "Wrong size on UFXAutoTriggerInteractibleItemsFilterHasSense"); \ static_assert(offsetof(UFXAutoTriggerInteractibleItemsFilterHasSense, Sense) == 0x000028, "Member 'UFXAutoTriggerInteractibleItemsFilterHasSense::Sense' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_PerformTask \ static_assert(alignof(USceneAction_PerformTask) == 0x000008, "Wrong alignment on USceneAction_PerformTask"); \ static_assert(sizeof(USceneAction_PerformTask) == 0x0000A0, "Wrong size on USceneAction_PerformTask"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorCrossBlendByCapturedBeastSize \ static_assert(alignof(UCameraStackBehaviorCrossBlendByCapturedBeastSize) == 0x000008, "Wrong alignment on UCameraStackBehaviorCrossBlendByCapturedBeastSize"); \ static_assert(sizeof(UCameraStackBehaviorCrossBlendByCapturedBeastSize) == 0x000370, "Wrong size on UCameraStackBehaviorCrossBlendByCapturedBeastSize"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerInteractibleItemsFilterHasTag \ static_assert(alignof(UFXAutoTriggerInteractibleItemsFilterHasTag) == 0x000008, "Wrong alignment on UFXAutoTriggerInteractibleItemsFilterHasTag"); \ static_assert(sizeof(UFXAutoTriggerInteractibleItemsFilterHasTag) == 0x000030, "Wrong size on UFXAutoTriggerInteractibleItemsFilterHasTag"); \ static_assert(offsetof(UFXAutoTriggerInteractibleItemsFilterHasTag, Tag) == 0x000028, "Member 'UFXAutoTriggerInteractibleItemsFilterHasTag::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsTabWidget_InitForSettingsLocation \ static_assert(alignof(SettingsTabWidget_InitForSettingsLocation) == 0x000001, "Wrong alignment on SettingsTabWidget_InitForSettingsLocation"); \ static_assert(sizeof(SettingsTabWidget_InitForSettingsLocation) == 0x000001, "Wrong size on SettingsTabWidget_InitForSettingsLocation"); \ static_assert(offsetof(SettingsTabWidget_InitForSettingsLocation, IsInFieldGuide) == 0x000000, "Member 'SettingsTabWidget_InitForSettingsLocation::IsInFieldGuide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USettingsTabWidget \ static_assert(alignof(USettingsTabWidget) == 0x000008, "Wrong alignment on USettingsTabWidget"); \ static_assert(sizeof(USettingsTabWidget) == 0x0003F0, "Wrong size on USettingsTabWidget"); \ static_assert(offsetof(USettingsTabWidget, NeedsExitConfirmed) == 0x0003C8, "Member 'USettingsTabWidget::NeedsExitConfirmed' has a wrong offset!"); \ static_assert(offsetof(USettingsTabWidget, ConfirmExitTitle) == 0x0003D0, "Member 'USettingsTabWidget::ConfirmExitTitle' has a wrong offset!"); \ static_assert(offsetof(USettingsTabWidget, ConfirmExitDesc) == 0x0003E0, "Member 'USettingsTabWidget::ConfirmExitDesc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGraphicsSettingsWidget \ static_assert(alignof(UGraphicsSettingsWidget) == 0x000008, "Wrong alignment on UGraphicsSettingsWidget"); \ static_assert(sizeof(UGraphicsSettingsWidget) == 0x000420, "Wrong size on UGraphicsSettingsWidget"); \ static_assert(offsetof(UGraphicsSettingsWidget, OnConfirmDialogRequested) == 0x0003F0, "Member 'UGraphicsSettingsWidget::OnConfirmDialogRequested' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, OnCalibrationSelected) == 0x000400, "Member 'UGraphicsSettingsWidget::OnCalibrationSelected' has a wrong offset!"); \ static_assert(offsetof(UGraphicsSettingsWidget, OnHDRCalibrationSelected) == 0x000410, "Member 'UGraphicsSettingsWidget::OnHDRCalibrationSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerInteractibleItemsFilterNotHasTag \ static_assert(alignof(UFXAutoTriggerInteractibleItemsFilterNotHasTag) == 0x000008, "Wrong alignment on UFXAutoTriggerInteractibleItemsFilterNotHasTag"); \ static_assert(sizeof(UFXAutoTriggerInteractibleItemsFilterNotHasTag) == 0x000030, "Wrong size on UFXAutoTriggerInteractibleItemsFilterNotHasTag"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsInteractibleItems \ static_assert(alignof(UFXAutoTriggerRequiredActorsInteractibleItems) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsInteractibleItems"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsInteractibleItems) == 0x000030, "Wrong size on UFXAutoTriggerRequiredActorsInteractibleItems"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsInteractibleItems, Filter) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsInteractibleItems::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolIsInteractibleItem \ static_assert(alignof(UFXAutoTriggerBoolIsInteractibleItem) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolIsInteractibleItem"); \ static_assert(sizeof(UFXAutoTriggerBoolIsInteractibleItem) == 0x000030, "Wrong size on UFXAutoTriggerBoolIsInteractibleItem"); \ static_assert(offsetof(UFXAutoTriggerBoolIsInteractibleItem, Filter) == 0x000028, "Member 'UFXAutoTriggerBoolIsInteractibleItem::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolLockableIsLocked \ static_assert(alignof(UFXAutoTriggerBoolLockableIsLocked) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolLockableIsLocked"); \ static_assert(sizeof(UFXAutoTriggerBoolLockableIsLocked) == 0x000028, "Wrong size on UFXAutoTriggerBoolLockableIsLocked"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolLockableIsUnlocked \ static_assert(alignof(UFXAutoTriggerBoolLockableIsUnlocked) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolLockableIsUnlocked"); \ static_assert(sizeof(UFXAutoTriggerBoolLockableIsUnlocked) == 0x000028, "Wrong size on UFXAutoTriggerBoolLockableIsUnlocked"); \ #define DUMPER7_ASSERTS_ItemScrollBox_OnStickScroll \ static_assert(alignof(ItemScrollBox_OnStickScroll) == 0x000004, "Wrong alignment on ItemScrollBox_OnStickScroll"); \ static_assert(sizeof(ItemScrollBox_OnStickScroll) == 0x000004, "Wrong size on ItemScrollBox_OnStickScroll"); \ static_assert(offsetof(ItemScrollBox_OnStickScroll, AnalogVal) == 0x000000, "Member 'ItemScrollBox_OnStickScroll::AnalogVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemScrollBox_SetAlwaysShowScrollbarTrack \ static_assert(alignof(ItemScrollBox_SetAlwaysShowScrollbarTrack) == 0x000001, "Wrong alignment on ItemScrollBox_SetAlwaysShowScrollbarTrack"); \ static_assert(sizeof(ItemScrollBox_SetAlwaysShowScrollbarTrack) == 0x000001, "Wrong size on ItemScrollBox_SetAlwaysShowScrollbarTrack"); \ static_assert(offsetof(ItemScrollBox_SetAlwaysShowScrollbarTrack, NewAlwaysShowScrollbarTrack) == 0x000000, "Member 'ItemScrollBox_SetAlwaysShowScrollbarTrack::NewAlwaysShowScrollbarTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemScrollBox_SetNavigationDestination \ static_assert(alignof(ItemScrollBox_SetNavigationDestination) == 0x000001, "Wrong alignment on ItemScrollBox_SetNavigationDestination"); \ static_assert(sizeof(ItemScrollBox_SetNavigationDestination) == 0x000001, "Wrong size on ItemScrollBox_SetNavigationDestination"); \ static_assert(offsetof(ItemScrollBox_SetNavigationDestination, NewNavigationDestination) == 0x000000, "Member 'ItemScrollBox_SetNavigationDestination::NewNavigationDestination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ItemScrollBox_SetNavigationScrollPadding \ static_assert(alignof(ItemScrollBox_SetNavigationScrollPadding) == 0x000004, "Wrong alignment on ItemScrollBox_SetNavigationScrollPadding"); \ static_assert(sizeof(ItemScrollBox_SetNavigationScrollPadding) == 0x000004, "Wrong size on ItemScrollBox_SetNavigationScrollPadding"); \ static_assert(offsetof(ItemScrollBox_SetNavigationScrollPadding, NewNavigationScrollPadding) == 0x000000, "Member 'ItemScrollBox_SetNavigationScrollPadding::NewNavigationScrollPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UItemScrollBox \ static_assert(alignof(UItemScrollBox) == 0x000008, "Wrong alignment on UItemScrollBox"); \ static_assert(sizeof(UItemScrollBox) == 0x000888, "Wrong size on UItemScrollBox"); \ static_assert(offsetof(UItemScrollBox, StickScrollStepSize) == 0x000880, "Member 'UItemScrollBox::StickScrollStepSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchSpecificNPC \ static_assert(alignof(UActorMeshSetupMatchSpecificNPC) == 0x000008, "Wrong alignment on UActorMeshSetupMatchSpecificNPC"); \ static_assert(sizeof(UActorMeshSetupMatchSpecificNPC) == 0x0000B8, "Wrong size on UActorMeshSetupMatchSpecificNPC"); \ static_assert(offsetof(UActorMeshSetupMatchSpecificNPC, NPCKey) == 0x000028, "Member 'UActorMeshSetupMatchSpecificNPC::NPCKey' has a wrong offset!"); \ static_assert(offsetof(UActorMeshSetupMatchSpecificNPC, NPCKeyName) == 0x0000B0, "Member 'UActorMeshSetupMatchSpecificNPC::NPCKeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskTeleportToLocation \ static_assert(alignof(UAIPerformTaskTeleportToLocation) == 0x000010, "Wrong alignment on UAIPerformTaskTeleportToLocation"); \ static_assert(sizeof(UAIPerformTaskTeleportToLocation) == 0x0000E0, "Wrong size on UAIPerformTaskTeleportToLocation"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchCustomizableCharacterType \ static_assert(alignof(UActorMeshSetupMatchCustomizableCharacterType) == 0x000008, "Wrong alignment on UActorMeshSetupMatchCustomizableCharacterType"); \ static_assert(sizeof(UActorMeshSetupMatchCustomizableCharacterType) == 0x000038, "Wrong size on UActorMeshSetupMatchCustomizableCharacterType"); \ static_assert(offsetof(UActorMeshSetupMatchCustomizableCharacterType, Types) == 0x000028, "Member 'UActorMeshSetupMatchCustomizableCharacterType::Types' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchInLevel \ static_assert(alignof(UActorMeshSetupMatchInLevel) == 0x000008, "Wrong alignment on UActorMeshSetupMatchInLevel"); \ static_assert(sizeof(UActorMeshSetupMatchInLevel) == 0x000030, "Wrong size on UActorMeshSetupMatchInLevel"); \ static_assert(offsetof(UActorMeshSetupMatchInLevel, Level) == 0x000028, "Member 'UActorMeshSetupMatchInLevel::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotState_GetFertilizerID \ static_assert(alignof(HerbPlotState_GetFertilizerID) == 0x000004, "Wrong alignment on HerbPlotState_GetFertilizerID"); \ static_assert(sizeof(HerbPlotState_GetFertilizerID) == 0x000008, "Wrong size on HerbPlotState_GetFertilizerID"); \ static_assert(offsetof(HerbPlotState_GetFertilizerID, ReturnValue) == 0x000000, "Member 'HerbPlotState_GetFertilizerID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotState_GetGrowthProgressRatio \ static_assert(alignof(HerbPlotState_GetGrowthProgressRatio) == 0x000004, "Wrong alignment on HerbPlotState_GetGrowthProgressRatio"); \ static_assert(sizeof(HerbPlotState_GetGrowthProgressRatio) == 0x000004, "Wrong size on HerbPlotState_GetGrowthProgressRatio"); \ static_assert(offsetof(HerbPlotState_GetGrowthProgressRatio, ReturnValue) == 0x000000, "Member 'HerbPlotState_GetGrowthProgressRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotState_GetGrowthState \ static_assert(alignof(HerbPlotState_GetGrowthState) == 0x000001, "Wrong alignment on HerbPlotState_GetGrowthState"); \ static_assert(sizeof(HerbPlotState_GetGrowthState) == 0x000001, "Wrong size on HerbPlotState_GetGrowthState"); \ static_assert(offsetof(HerbPlotState_GetGrowthState, ReturnValue) == 0x000000, "Member 'HerbPlotState_GetGrowthState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotState_GetGrowthTimeRemaining \ static_assert(alignof(HerbPlotState_GetGrowthTimeRemaining) == 0x000008, "Wrong alignment on HerbPlotState_GetGrowthTimeRemaining"); \ static_assert(sizeof(HerbPlotState_GetGrowthTimeRemaining) == 0x000008, "Wrong size on HerbPlotState_GetGrowthTimeRemaining"); \ static_assert(offsetof(HerbPlotState_GetGrowthTimeRemaining, ReturnValue) == 0x000000, "Member 'HerbPlotState_GetGrowthTimeRemaining::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotState_GetIsInSanctuary \ static_assert(alignof(HerbPlotState_GetIsInSanctuary) == 0x000001, "Wrong alignment on HerbPlotState_GetIsInSanctuary"); \ static_assert(sizeof(HerbPlotState_GetIsInSanctuary) == 0x000001, "Wrong size on HerbPlotState_GetIsInSanctuary"); \ static_assert(offsetof(HerbPlotState_GetIsInSanctuary, ReturnValue) == 0x000000, "Member 'HerbPlotState_GetIsInSanctuary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotState_GetPlantID \ static_assert(alignof(HerbPlotState_GetPlantID) == 0x000004, "Wrong alignment on HerbPlotState_GetPlantID"); \ static_assert(sizeof(HerbPlotState_GetPlantID) == 0x000008, "Wrong size on HerbPlotState_GetPlantID"); \ static_assert(offsetof(HerbPlotState_GetPlantID, ReturnValue) == 0x000000, "Member 'HerbPlotState_GetPlantID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotState_GetPlotID \ static_assert(alignof(HerbPlotState_GetPlotID) == 0x000004, "Wrong alignment on HerbPlotState_GetPlotID"); \ static_assert(sizeof(HerbPlotState_GetPlotID) == 0x000008, "Wrong size on HerbPlotState_GetPlotID"); \ static_assert(offsetof(HerbPlotState_GetPlotID, ReturnValue) == 0x000000, "Member 'HerbPlotState_GetPlotID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotState_GetRegrowthTimeRatio \ static_assert(alignof(HerbPlotState_GetRegrowthTimeRatio) == 0x000004, "Wrong alignment on HerbPlotState_GetRegrowthTimeRatio"); \ static_assert(sizeof(HerbPlotState_GetRegrowthTimeRatio) == 0x000004, "Wrong size on HerbPlotState_GetRegrowthTimeRatio"); \ static_assert(offsetof(HerbPlotState_GetRegrowthTimeRatio, ReturnValue) == 0x000000, "Member 'HerbPlotState_GetRegrowthTimeRatio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotState_GetYield \ static_assert(alignof(HerbPlotState_GetYield) == 0x000004, "Wrong alignment on HerbPlotState_GetYield"); \ static_assert(sizeof(HerbPlotState_GetYield) == 0x000004, "Wrong size on HerbPlotState_GetYield"); \ static_assert(offsetof(HerbPlotState_GetYield, ReturnValue) == 0x000000, "Member 'HerbPlotState_GetYield::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotState_IsGrowing \ static_assert(alignof(HerbPlotState_IsGrowing) == 0x000001, "Wrong alignment on HerbPlotState_IsGrowing"); \ static_assert(sizeof(HerbPlotState_IsGrowing) == 0x000001, "Wrong size on HerbPlotState_IsGrowing"); \ static_assert(offsetof(HerbPlotState_IsGrowing, ReturnValue) == 0x000000, "Member 'HerbPlotState_IsGrowing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHerbPlotState \ static_assert(alignof(UHerbPlotState) == 0x000008, "Wrong alignment on UHerbPlotState"); \ static_assert(sizeof(UHerbPlotState) == 0x000118, "Wrong size on UHerbPlotState"); \ static_assert(offsetof(UHerbPlotState, HerbPlotActor) == 0x0000F8, "Member 'UHerbPlotState::HerbPlotActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorMeshSetupMatchInLevels \ static_assert(alignof(UActorMeshSetupMatchInLevels) == 0x000008, "Wrong alignment on UActorMeshSetupMatchInLevels"); \ static_assert(sizeof(UActorMeshSetupMatchInLevels) == 0x000038, "Wrong size on UActorMeshSetupMatchInLevels"); \ static_assert(offsetof(UActorMeshSetupMatchInLevels, Levels) == 0x000028, "Member 'UActorMeshSetupMatchInLevels::Levels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainCurtainDown \ static_assert(alignof(URenderSettingsCustomBlendDomainCurtainDown) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainCurtainDown"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainCurtainDown) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainCurtainDown"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainFadeToBlack \ static_assert(alignof(URenderSettingsCustomBlendDomainFadeToBlack) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainFadeToBlack"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainFadeToBlack) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainFadeToBlack"); \ #define DUMPER7_ASSERTS_URenderSettingsCustomBlendDomainPlayerInCinematic \ static_assert(alignof(URenderSettingsCustomBlendDomainPlayerInCinematic) == 0x000008, "Wrong alignment on URenderSettingsCustomBlendDomainPlayerInCinematic"); \ static_assert(sizeof(URenderSettingsCustomBlendDomainPlayerInCinematic) == 0x000028, "Wrong size on URenderSettingsCustomBlendDomainPlayerInCinematic"); \ #define DUMPER7_ASSERTS_UCustomBlendDomainPhoenixPlatform \ static_assert(alignof(UCustomBlendDomainPhoenixPlatform) == 0x000008, "Wrong alignment on UCustomBlendDomainPhoenixPlatform"); \ static_assert(sizeof(UCustomBlendDomainPhoenixPlatform) == 0x000028, "Wrong size on UCustomBlendDomainPhoenixPlatform"); \ #define DUMPER7_ASSERTS_UUnloadLevelTracker \ static_assert(alignof(UUnloadLevelTracker) == 0x000008, "Wrong alignment on UUnloadLevelTracker"); \ static_assert(sizeof(UUnloadLevelTracker) == 0x000070, "Wrong size on UUnloadLevelTracker"); \ static_assert(offsetof(UUnloadLevelTracker, World) == 0x000030, "Member 'UUnloadLevelTracker::World' has a wrong offset!"); \ static_assert(offsetof(UUnloadLevelTracker, StreamingLevel) == 0x000038, "Member 'UUnloadLevelTracker::StreamingLevel' has a wrong offset!"); \ static_assert(offsetof(UUnloadLevelTracker, Manager) == 0x000040, "Member 'UUnloadLevelTracker::Manager' has a wrong offset!"); \ static_assert(offsetof(UUnloadLevelTracker, RemovedOSINames) == 0x000048, "Member 'UUnloadLevelTracker::RemovedOSINames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateComponent_SetBaseHealth \ static_assert(alignof(ObjectStateComponent_SetBaseHealth) == 0x000004, "Wrong alignment on ObjectStateComponent_SetBaseHealth"); \ static_assert(sizeof(ObjectStateComponent_SetBaseHealth) == 0x000004, "Wrong size on ObjectStateComponent_SetBaseHealth"); \ static_assert(offsetof(ObjectStateComponent_SetBaseHealth, baseHealth) == 0x000000, "Member 'ObjectStateComponent_SetBaseHealth::baseHealth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateComponent_SetCanHighlight \ static_assert(alignof(ObjectStateComponent_SetCanHighlight) == 0x000001, "Wrong alignment on ObjectStateComponent_SetCanHighlight"); \ static_assert(sizeof(ObjectStateComponent_SetCanHighlight) == 0x000001, "Wrong size on ObjectStateComponent_SetCanHighlight"); \ static_assert(offsetof(ObjectStateComponent_SetCanHighlight, bCanHighlight) == 0x000000, "Member 'ObjectStateComponent_SetCanHighlight::bCanHighlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateComponent_SetDamageable \ static_assert(alignof(ObjectStateComponent_SetDamageable) == 0x000001, "Wrong alignment on ObjectStateComponent_SetDamageable"); \ static_assert(sizeof(ObjectStateComponent_SetDamageable) == 0x000001, "Wrong size on ObjectStateComponent_SetDamageable"); \ static_assert(offsetof(ObjectStateComponent_SetDamageable, bDamageable) == 0x000000, "Member 'ObjectStateComponent_SetDamageable::bDamageable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateComponent_SetHitSfx \ static_assert(alignof(ObjectStateComponent_SetHitSfx) == 0x000008, "Wrong alignment on ObjectStateComponent_SetHitSfx"); \ static_assert(sizeof(ObjectStateComponent_SetHitSfx) == 0x000008, "Wrong size on ObjectStateComponent_SetHitSfx"); \ static_assert(offsetof(ObjectStateComponent_SetHitSfx, InSfx) == 0x000000, "Member 'ObjectStateComponent_SetHitSfx::InSfx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateComponent_SetImportant \ static_assert(alignof(ObjectStateComponent_SetImportant) == 0x000001, "Wrong alignment on ObjectStateComponent_SetImportant"); \ static_assert(sizeof(ObjectStateComponent_SetImportant) == 0x000001, "Wrong size on ObjectStateComponent_SetImportant"); \ static_assert(offsetof(ObjectStateComponent_SetImportant, bImportant) == 0x000000, "Member 'ObjectStateComponent_SetImportant::bImportant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateComponent_SetNeverAffectNavmesh \ static_assert(alignof(ObjectStateComponent_SetNeverAffectNavmesh) == 0x000001, "Wrong alignment on ObjectStateComponent_SetNeverAffectNavmesh"); \ static_assert(sizeof(ObjectStateComponent_SetNeverAffectNavmesh) == 0x000001, "Wrong size on ObjectStateComponent_SetNeverAffectNavmesh"); \ static_assert(offsetof(ObjectStateComponent_SetNeverAffectNavmesh, NeverAffectNavmesh) == 0x000000, "Member 'ObjectStateComponent_SetNeverAffectNavmesh::NeverAffectNavmesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateComponent_SetStartBroken \ static_assert(alignof(ObjectStateComponent_SetStartBroken) == 0x000001, "Wrong alignment on ObjectStateComponent_SetStartBroken"); \ static_assert(sizeof(ObjectStateComponent_SetStartBroken) == 0x000001, "Wrong size on ObjectStateComponent_SetStartBroken"); \ static_assert(offsetof(ObjectStateComponent_SetStartBroken, StartBroken) == 0x000000, "Member 'ObjectStateComponent_SetStartBroken::StartBroken' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateComponent_SetTargetable \ static_assert(alignof(ObjectStateComponent_SetTargetable) == 0x000001, "Wrong alignment on ObjectStateComponent_SetTargetable"); \ static_assert(sizeof(ObjectStateComponent_SetTargetable) == 0x000001, "Wrong size on ObjectStateComponent_SetTargetable"); \ static_assert(offsetof(ObjectStateComponent_SetTargetable, bTargetable) == 0x000000, "Member 'ObjectStateComponent_SetTargetable::bTargetable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObjectStateComponent \ static_assert(alignof(UObjectStateComponent) == 0x000008, "Wrong alignment on UObjectStateComponent"); \ static_assert(sizeof(UObjectStateComponent) == 0x000640, "Wrong size on UObjectStateComponent"); \ static_assert(offsetof(UObjectStateComponent, ObjectStateData) == 0x0005A8, "Member 'UObjectStateComponent::ObjectStateData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightTemplateComponent_SetIntensityFactor \ static_assert(alignof(LightTemplateComponent_SetIntensityFactor) == 0x000004, "Wrong alignment on LightTemplateComponent_SetIntensityFactor"); \ static_assert(sizeof(LightTemplateComponent_SetIntensityFactor) == 0x000008, "Wrong size on LightTemplateComponent_SetIntensityFactor"); \ static_assert(offsetof(LightTemplateComponent_SetIntensityFactor, InIntensityFactor) == 0x000000, "Member 'LightTemplateComponent_SetIntensityFactor::InIntensityFactor' has a wrong offset!"); \ static_assert(offsetof(LightTemplateComponent_SetIntensityFactor, bApplyNow) == 0x000004, "Member 'LightTemplateComponent_SetIntensityFactor::bApplyNow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightTemplateComponent \ static_assert(alignof(ULightTemplateComponent) == 0x000010, "Wrong alignment on ULightTemplateComponent"); \ static_assert(sizeof(ULightTemplateComponent) == 0x000240, "Wrong size on ULightTemplateComponent"); \ static_assert(offsetof(ULightTemplateComponent, TemplateSettings) == 0x000218, "Member 'ULightTemplateComponent::TemplateSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicLightAdaptationModSettingsInLevel \ static_assert(alignof(UDynamicLightAdaptationModSettingsInLevel) == 0x000008, "Wrong alignment on UDynamicLightAdaptationModSettingsInLevel"); \ static_assert(sizeof(UDynamicLightAdaptationModSettingsInLevel) == 0x000040, "Wrong size on UDynamicLightAdaptationModSettingsInLevel"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsInLevel, EVAmount) == 0x000038, "Member 'UDynamicLightAdaptationModSettingsInLevel::EVAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_SpellCooldown_IsInfiltrator \ static_assert(alignof(UModFilter_SpellCooldown_IsInfiltrator) == 0x000008, "Wrong alignment on UModFilter_SpellCooldown_IsInfiltrator"); \ static_assert(sizeof(UModFilter_SpellCooldown_IsInfiltrator) == 0x000030, "Wrong size on UModFilter_SpellCooldown_IsInfiltrator"); \ #define DUMPER7_ASSERTS_UDynamicLightAdaptationModSettingsInLevelDayNight \ static_assert(alignof(UDynamicLightAdaptationModSettingsInLevelDayNight) == 0x000008, "Wrong alignment on UDynamicLightAdaptationModSettingsInLevelDayNight"); \ static_assert(sizeof(UDynamicLightAdaptationModSettingsInLevelDayNight) == 0x000040, "Wrong size on UDynamicLightAdaptationModSettingsInLevelDayNight"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsInLevelDayNight, DayEVAmount) == 0x000038, "Member 'UDynamicLightAdaptationModSettingsInLevelDayNight::DayEVAmount' has a wrong offset!"); \ static_assert(offsetof(UDynamicLightAdaptationModSettingsInLevelDayNight, NightEVAmount) == 0x00003C, "Member 'UDynamicLightAdaptationModSettingsInLevelDayNight::NightEVAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExposureExpressionsPreComputedBlendDomainNamedScalarValue \ static_assert(alignof(UExposureExpressionsPreComputedBlendDomainNamedScalarValue) == 0x000008, "Wrong alignment on UExposureExpressionsPreComputedBlendDomainNamedScalarValue"); \ static_assert(sizeof(UExposureExpressionsPreComputedBlendDomainNamedScalarValue) == 0x000038, "Wrong size on UExposureExpressionsPreComputedBlendDomainNamedScalarValue"); \ static_assert(offsetof(UExposureExpressionsPreComputedBlendDomainNamedScalarValue, BlendDomain) == 0x000030, "Member 'UExposureExpressionsPreComputedBlendDomainNamedScalarValue::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASceneRigPreviewActor \ static_assert(alignof(ASceneRigPreviewActor) == 0x000008, "Wrong alignment on ASceneRigPreviewActor"); \ static_assert(sizeof(ASceneRigPreviewActor) == 0x0004B8, "Wrong size on ASceneRigPreviewActor"); \ #define DUMPER7_ASSERTS_UExposureExpressionsCustomBlendDomainScalarValue \ static_assert(alignof(UExposureExpressionsCustomBlendDomainScalarValue) == 0x000008, "Wrong alignment on UExposureExpressionsCustomBlendDomainScalarValue"); \ static_assert(sizeof(UExposureExpressionsCustomBlendDomainScalarValue) == 0x000038, "Wrong size on UExposureExpressionsCustomBlendDomainScalarValue"); \ static_assert(offsetof(UExposureExpressionsCustomBlendDomainScalarValue, BlendDomain) == 0x000030, "Member 'UExposureExpressionsCustomBlendDomainScalarValue::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_OnHit_Base \ static_assert(alignof(UModFilter_OnHit_Base) == 0x000008, "Wrong alignment on UModFilter_OnHit_Base"); \ static_assert(sizeof(UModFilter_OnHit_Base) == 0x000030, "Wrong size on UModFilter_OnHit_Base"); \ #define DUMPER7_ASSERTS_UModFilter_OnHit_Target_IsUnaware \ static_assert(alignof(UModFilter_OnHit_Target_IsUnaware) == 0x000008, "Wrong alignment on UModFilter_OnHit_Target_IsUnaware"); \ static_assert(sizeof(UModFilter_OnHit_Target_IsUnaware) == 0x000030, "Wrong size on UModFilter_OnHit_Target_IsUnaware"); \ #define DUMPER7_ASSERTS_USceneRigGameOptionsAsset \ static_assert(alignof(USceneRigGameOptionsAsset) == 0x000008, "Wrong alignment on USceneRigGameOptionsAsset"); \ static_assert(sizeof(USceneRigGameOptionsAsset) == 0x000088, "Wrong size on USceneRigGameOptionsAsset"); \ static_assert(offsetof(USceneRigGameOptionsAsset, ExperienceCategory) == 0x000038, "Member 'USceneRigGameOptionsAsset::ExperienceCategory' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bDisableAllIK) == 0x000039, "Member 'USceneRigGameOptionsAsset::bDisableAllIK' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bDisableCameraTransparency) == 0x00003A, "Member 'USceneRigGameOptionsAsset::bDisableCameraTransparency' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bDisablePlayerControl) == 0x00003B, "Member 'USceneRigGameOptionsAsset::bDisablePlayerControl' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bPauseStreaming) == 0x00003C, "Member 'USceneRigGameOptionsAsset::bPauseStreaming' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bPauseSignificanceManager) == 0x00003D, "Member 'USceneRigGameOptionsAsset::bPauseSignificanceManager' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bDisableInteriorExterior) == 0x00003E, "Member 'USceneRigGameOptionsAsset::bDisableInteriorExterior' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bDisableCognitionHilighting) == 0x00003F, "Member 'USceneRigGameOptionsAsset::bDisableCognitionHilighting' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bDisableCharactersInSceneTargetableByAi) == 0x000040, "Member 'USceneRigGameOptionsAsset::bDisableCharactersInSceneTargetableByAi' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, CharactersInSceneTargetableByAiPriority) == 0x000041, "Member 'USceneRigGameOptionsAsset::CharactersInSceneTargetableByAiPriority' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, MuteMissionGossipPriority) == 0x000042, "Member 'USceneRigGameOptionsAsset::MuteMissionGossipPriority' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bMuteMissionGossip) == 0x000043, "Member 'USceneRigGameOptionsAsset::bMuteMissionGossip' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bUntetherSeatFillerFillRate) == 0x000044, "Member 'USceneRigGameOptionsAsset::bUntetherSeatFillerFillRate' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bDisablePauseMenu) == 0x000045, "Member 'USceneRigGameOptionsAsset::bDisablePauseMenu' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bDisableCameraShake) == 0x000046, "Member 'USceneRigGameOptionsAsset::bDisableCameraShake' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bHideNonCinematicElements) == 0x000047, "Member 'USceneRigGameOptionsAsset::bHideNonCinematicElements' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bPauseComboTimeout) == 0x000048, "Member 'USceneRigGameOptionsAsset::bPauseComboTimeout' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bDisablePhotoMode) == 0x000049, "Member 'USceneRigGameOptionsAsset::bDisablePhotoMode' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bPauseNotifications) == 0x00004A, "Member 'USceneRigGameOptionsAsset::bPauseNotifications' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, AudioPriorityCutoffOverride) == 0x00004C, "Member 'USceneRigGameOptionsAsset::AudioPriorityCutoffOverride' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, AudioPrioritySuppressOverride) == 0x000050, "Member 'USceneRigGameOptionsAsset::AudioPrioritySuppressOverride' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, PauseStreamingPlatforms) == 0x000054, "Member 'USceneRigGameOptionsAsset::PauseStreamingPlatforms' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, PausePopulationManager) == 0x000058, "Member 'USceneRigGameOptionsAsset::PausePopulationManager' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, PauseKnowledgeSavings) == 0x00005C, "Member 'USceneRigGameOptionsAsset::PauseKnowledgeSavings' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, PauseInteractionSystem) == 0x000060, "Member 'USceneRigGameOptionsAsset::PauseInteractionSystem' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, PauseWorldEvents) == 0x000064, "Member 'USceneRigGameOptionsAsset::PauseWorldEvents' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, PauseBeaconSystem) == 0x000068, "Member 'USceneRigGameOptionsAsset::PauseBeaconSystem' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, PauseFootPlantEffects) == 0x00006C, "Member 'USceneRigGameOptionsAsset::PauseFootPlantEffects' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, PauseEnemyAIComponent) == 0x000070, "Member 'USceneRigGameOptionsAsset::PauseEnemyAIComponent' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, PrecipitationState) == 0x000074, "Member 'USceneRigGameOptionsAsset::PrecipitationState' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, PrecipitationPercentage) == 0x000078, "Member 'USceneRigGameOptionsAsset::PrecipitationPercentage' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, PrecipitationFadeTime) == 0x00007C, "Member 'USceneRigGameOptionsAsset::PrecipitationFadeTime' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, MaxWindSpeed) == 0x000080, "Member 'USceneRigGameOptionsAsset::MaxWindSpeed' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bSetPrecipitationState) == 0x000084, "Member 'USceneRigGameOptionsAsset::bSetPrecipitationState' has a wrong offset!"); \ static_assert(offsetof(USceneRigGameOptionsAsset, bSetMaxWindSpeed) == 0x000085, "Member 'USceneRigGameOptionsAsset::bSetMaxWindSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRig_SimpleConversation \ static_assert(alignof(USceneRig_SimpleConversation) == 0x000008, "Wrong alignment on USceneRig_SimpleConversation"); \ static_assert(sizeof(USceneRig_SimpleConversation) == 0x000498, "Wrong size on USceneRig_SimpleConversation"); \ static_assert(offsetof(USceneRig_SimpleConversation, interactionActor) == 0x000238, "Member 'USceneRig_SimpleConversation::interactionActor' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, LocalPlayer) == 0x000250, "Member 'USceneRig_SimpleConversation::LocalPlayer' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, Camera) == 0x000268, "Member 'USceneRig_SimpleConversation::Camera' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, DialogueSequenceID) == 0x000280, "Member 'USceneRig_SimpleConversation::DialogueSequenceID' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, DialogueEventName) == 0x000298, "Member 'USceneRig_SimpleConversation::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, DialogueFlags) == 0x0002B0, "Member 'USceneRig_SimpleConversation::DialogueFlags' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, AvatarHead) == 0x0002C8, "Member 'USceneRig_SimpleConversation::AvatarHead' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, AvatarRoot) == 0x0002E0, "Member 'USceneRig_SimpleConversation::AvatarRoot' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, AvatarRootFinal) == 0x0002F8, "Member 'USceneRig_SimpleConversation::AvatarRootFinal' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, A1Head) == 0x000310, "Member 'USceneRig_SimpleConversation::A1Head' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, A1Root) == 0x000328, "Member 'USceneRig_SimpleConversation::A1Root' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, A1RootFinal) == 0x000340, "Member 'USceneRig_SimpleConversation::A1RootFinal' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, EnableInitialFadeIn) == 0x000358, "Member 'USceneRig_SimpleConversation::EnableInitialFadeIn' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, EnableInitialFadeOut) == 0x000370, "Member 'USceneRig_SimpleConversation::EnableInitialFadeOut' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, EnableFinalFadeIn) == 0x000388, "Member 'USceneRig_SimpleConversation::EnableFinalFadeIn' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, EnableFinalFadeOut) == 0x0003A0, "Member 'USceneRig_SimpleConversation::EnableFinalFadeOut' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, SynchronizationMethod) == 0x0003B8, "Member 'USceneRig_SimpleConversation::SynchronizationMethod' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, EnableLightRig) == 0x0003D0, "Member 'USceneRig_SimpleConversation::EnableLightRig' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, UsesSkyColors) == 0x0003E8, "Member 'USceneRig_SimpleConversation::UsesSkyColors' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, KeyLightColorTemperature) == 0x000400, "Member 'USceneRig_SimpleConversation::KeyLightColorTemperature' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, RimLightColorTemperature) == 0x000418, "Member 'USceneRig_SimpleConversation::RimLightColorTemperature' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, FillLightColorTemperature) == 0x000430, "Member 'USceneRig_SimpleConversation::FillLightColorTemperature' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, KeyLightIntensity) == 0x000448, "Member 'USceneRig_SimpleConversation::KeyLightIntensity' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, RimLightIntensity) == 0x000460, "Member 'USceneRig_SimpleConversation::RimLightIntensity' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, FillLightIntensity) == 0x000478, "Member 'USceneRig_SimpleConversation::FillLightIntensity' has a wrong offset!"); \ static_assert(offsetof(USceneRig_SimpleConversation, ActiveSceneRig) == 0x000490, "Member 'USceneRig_SimpleConversation::ActiveSceneRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ISceneRigGameOptions \ static_assert(alignof(ISceneRigGameOptions) == 0x000001, "Wrong alignment on ISceneRigGameOptions"); \ static_assert(sizeof(ISceneRigGameOptions) == 0x000001, "Wrong size on ISceneRigGameOptions"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Source_MatchesRegistryID \ static_assert(alignof(UModFilter_DealDamage_Source_MatchesRegistryID) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Source_MatchesRegistryID"); \ static_assert(sizeof(UModFilter_DealDamage_Source_MatchesRegistryID) == 0x000048, "Wrong size on UModFilter_DealDamage_Source_MatchesRegistryID"); \ static_assert(offsetof(UModFilter_DealDamage_Source_MatchesRegistryID, bMatchWholeWord) == 0x000030, "Member 'UModFilter_DealDamage_Source_MatchesRegistryID::bMatchWholeWord' has a wrong offset!"); \ static_assert(offsetof(UModFilter_DealDamage_Source_MatchesRegistryID, MatchingRegistryID) == 0x000038, "Member 'UModFilter_DealDamage_Source_MatchesRegistryID::MatchingRegistryID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplaySettingsWidget \ static_assert(alignof(UGameplaySettingsWidget) == 0x000008, "Wrong alignment on UGameplaySettingsWidget"); \ static_assert(sizeof(UGameplaySettingsWidget) == 0x0003C8, "Wrong size on UGameplaySettingsWidget"); \ #define DUMPER7_ASSERTS_UGameplayTagLibraryHelper \ static_assert(alignof(UGameplayTagLibraryHelper) == 0x000008, "Wrong alignment on UGameplayTagLibraryHelper"); \ static_assert(sizeof(UGameplayTagLibraryHelper) == 0x000028, "Wrong size on UGameplayTagLibraryHelper"); \ #define DUMPER7_ASSERTS_ScheduledEntity_AbandonStations \ static_assert(alignof(ScheduledEntity_AbandonStations) == 0x000001, "Wrong alignment on ScheduledEntity_AbandonStations"); \ static_assert(sizeof(ScheduledEntity_AbandonStations) == 0x000002, "Wrong size on ScheduledEntity_AbandonStations"); \ static_assert(offsetof(ScheduledEntity_AbandonStations, InExitCallback) == 0x000000, "Member 'ScheduledEntity_AbandonStations::InExitCallback' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_AbandonStations, ReturnValue) == 0x000001, "Member 'ScheduledEntity_AbandonStations::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_AddThinkNowEvent \ static_assert(alignof(ScheduledEntity_AddThinkNowEvent) == 0x000008, "Wrong alignment on ScheduledEntity_AddThinkNowEvent"); \ static_assert(sizeof(ScheduledEntity_AddThinkNowEvent) == 0x000020, "Wrong size on ScheduledEntity_AddThinkNowEvent"); \ static_assert(offsetof(ScheduledEntity_AddThinkNowEvent, InText) == 0x000000, "Member 'ScheduledEntity_AddThinkNowEvent::InText' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_AddThinkNowEvent, InDelayLow) == 0x000010, "Member 'ScheduledEntity_AddThinkNowEvent::InDelayLow' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_AddThinkNowEvent, InDelayHigh) == 0x000014, "Member 'ScheduledEntity_AddThinkNowEvent::InDelayHigh' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_AddThinkNowEvent, bInAllowBTShutdown) == 0x000018, "Member 'ScheduledEntity_AddThinkNowEvent::bInAllowBTShutdown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_CanAllowBTShutdown \ static_assert(alignof(ScheduledEntity_CanAllowBTShutdown) == 0x000008, "Wrong alignment on ScheduledEntity_CanAllowBTShutdown"); \ static_assert(sizeof(ScheduledEntity_CanAllowBTShutdown) == 0x000010, "Wrong size on ScheduledEntity_CanAllowBTShutdown"); \ static_assert(offsetof(ScheduledEntity_CanAllowBTShutdown, InPriority) == 0x000000, "Member 'ScheduledEntity_CanAllowBTShutdown::InPriority' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_CanAllowBTShutdown, InCaller) == 0x000008, "Member 'ScheduledEntity_CanAllowBTShutdown::InCaller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_CollisionResponseEnded \ static_assert(alignof(ScheduledEntity_CollisionResponseEnded) == 0x000008, "Wrong alignment on ScheduledEntity_CollisionResponseEnded"); \ static_assert(sizeof(ScheduledEntity_CollisionResponseEnded) == 0x000010, "Wrong size on ScheduledEntity_CollisionResponseEnded"); \ static_assert(offsetof(ScheduledEntity_CollisionResponseEnded, SocialReasoning) == 0x000000, "Member 'ScheduledEntity_CollisionResponseEnded::SocialReasoning' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_CollisionResponseEnded, SocialAction) == 0x000008, "Member 'ScheduledEntity_CollisionResponseEnded::SocialAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_CurrentlyInFlesh \ static_assert(alignof(ScheduledEntity_CurrentlyInFlesh) == 0x000001, "Wrong alignment on ScheduledEntity_CurrentlyInFlesh"); \ static_assert(sizeof(ScheduledEntity_CurrentlyInFlesh) == 0x000001, "Wrong size on ScheduledEntity_CurrentlyInFlesh"); \ static_assert(offsetof(ScheduledEntity_CurrentlyInFlesh, ReturnValue) == 0x000000, "Member 'ScheduledEntity_CurrentlyInFlesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_DontAllowBTShutdown \ static_assert(alignof(ScheduledEntity_DontAllowBTShutdown) == 0x000008, "Wrong alignment on ScheduledEntity_DontAllowBTShutdown"); \ static_assert(sizeof(ScheduledEntity_DontAllowBTShutdown) == 0x000010, "Wrong size on ScheduledEntity_DontAllowBTShutdown"); \ static_assert(offsetof(ScheduledEntity_DontAllowBTShutdown, InPriority) == 0x000000, "Member 'ScheduledEntity_DontAllowBTShutdown::InPriority' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_DontAllowBTShutdown, InCaller) == 0x000008, "Member 'ScheduledEntity_DontAllowBTShutdown::InCaller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_EnableScheduling \ static_assert(alignof(ScheduledEntity_EnableScheduling) == 0x000001, "Wrong alignment on ScheduledEntity_EnableScheduling"); \ static_assert(sizeof(ScheduledEntity_EnableScheduling) == 0x000004, "Wrong size on ScheduledEntity_EnableScheduling"); \ static_assert(offsetof(ScheduledEntity_EnableScheduling, InEnable) == 0x000000, "Member 'ScheduledEntity_EnableScheduling::InEnable' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_EnableScheduling, bInForceExit) == 0x000001, "Member 'ScheduledEntity_EnableScheduling::bInForceExit' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_EnableScheduling, bInProcessSchedule) == 0x000002, "Member 'ScheduledEntity_EnableScheduling::bInProcessSchedule' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_EnableScheduling, ReturnValue) == 0x000003, "Member 'ScheduledEntity_EnableScheduling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_EnableSocialControl \ static_assert(alignof(ScheduledEntity_EnableSocialControl) == 0x000001, "Wrong alignment on ScheduledEntity_EnableSocialControl"); \ static_assert(sizeof(ScheduledEntity_EnableSocialControl) == 0x000001, "Wrong size on ScheduledEntity_EnableSocialControl"); \ static_assert(offsetof(ScheduledEntity_EnableSocialControl, InEnable) == 0x000000, "Member 'ScheduledEntity_EnableSocialControl::InEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_EndPrecachingFlesh \ static_assert(alignof(ScheduledEntity_EndPrecachingFlesh) == 0x000008, "Wrong alignment on ScheduledEntity_EndPrecachingFlesh"); \ static_assert(sizeof(ScheduledEntity_EndPrecachingFlesh) == 0x000018, "Wrong size on ScheduledEntity_EndPrecachingFlesh"); \ static_assert(offsetof(ScheduledEntity_EndPrecachingFlesh, InPriority) == 0x000000, "Member 'ScheduledEntity_EndPrecachingFlesh::InPriority' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_EndPrecachingFlesh, InCaller) == 0x000008, "Member 'ScheduledEntity_EndPrecachingFlesh::InCaller' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_EndPrecachingFlesh, bInAutoFleshLock) == 0x000010, "Member 'ScheduledEntity_EndPrecachingFlesh::bInAutoFleshLock' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_EndPrecachingFlesh, InForcedShutdown) == 0x000011, "Member 'ScheduledEntity_EndPrecachingFlesh::InForcedShutdown' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_EndPrecachingFlesh, InForcedShutdownPriority) == 0x000012, "Member 'ScheduledEntity_EndPrecachingFlesh::InForcedShutdownPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_FinishSchedulingOverride \ static_assert(alignof(ScheduledEntity_FinishSchedulingOverride) == 0x000008, "Wrong alignment on ScheduledEntity_FinishSchedulingOverride"); \ static_assert(sizeof(ScheduledEntity_FinishSchedulingOverride) == 0x000018, "Wrong size on ScheduledEntity_FinishSchedulingOverride"); \ static_assert(offsetof(ScheduledEntity_FinishSchedulingOverride, InPriority) == 0x000000, "Member 'ScheduledEntity_FinishSchedulingOverride::InPriority' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_FinishSchedulingOverride, InProvider) == 0x000008, "Member 'ScheduledEntity_FinishSchedulingOverride::InProvider' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_FinishSchedulingOverride, bInProcessValue) == 0x000010, "Member 'ScheduledEntity_FinishSchedulingOverride::bInProcessValue' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_FinishSchedulingOverride, bInForceExit) == 0x000011, "Member 'ScheduledEntity_FinishSchedulingOverride::bInForceExit' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_FinishSchedulingOverride, bInProcessSchedule) == 0x000012, "Member 'ScheduledEntity_FinishSchedulingOverride::bInProcessSchedule' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_FinishSchedulingOverride, ReturnValue) == 0x000013, "Member 'ScheduledEntity_FinishSchedulingOverride::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_GetExcessTravelTime \ static_assert(alignof(ScheduledEntity_GetExcessTravelTime) == 0x000004, "Wrong alignment on ScheduledEntity_GetExcessTravelTime"); \ static_assert(sizeof(ScheduledEntity_GetExcessTravelTime) == 0x000008, "Wrong size on ScheduledEntity_GetExcessTravelTime"); \ static_assert(offsetof(ScheduledEntity_GetExcessTravelTime, InDeltaTime) == 0x000000, "Member 'ScheduledEntity_GetExcessTravelTime::InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_GetExcessTravelTime, ReturnValue) == 0x000004, "Member 'ScheduledEntity_GetExcessTravelTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_GetGoalActivity \ static_assert(alignof(ScheduledEntity_GetGoalActivity) == 0x000008, "Wrong alignment on ScheduledEntity_GetGoalActivity"); \ static_assert(sizeof(ScheduledEntity_GetGoalActivity) == 0x000100, "Wrong size on ScheduledEntity_GetGoalActivity"); \ static_assert(offsetof(ScheduledEntity_GetGoalActivity, GoalType) == 0x000000, "Member 'ScheduledEntity_GetGoalActivity::GoalType' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_GetGoalActivity, ActivityIsValid) == 0x000001, "Member 'ScheduledEntity_GetGoalActivity::ActivityIsValid' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_GetGoalActivity, RequestedActivity) == 0x000008, "Member 'ScheduledEntity_GetGoalActivity::RequestedActivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_GetGoalStatus \ static_assert(alignof(ScheduledEntity_GetGoalStatus) == 0x000001, "Wrong alignment on ScheduledEntity_GetGoalStatus"); \ static_assert(sizeof(ScheduledEntity_GetGoalStatus) == 0x000005, "Wrong size on ScheduledEntity_GetGoalStatus"); \ static_assert(offsetof(ScheduledEntity_GetGoalStatus, GoalType) == 0x000000, "Member 'ScheduledEntity_GetGoalStatus::GoalType' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_GetGoalStatus, GoalStatus) == 0x000001, "Member 'ScheduledEntity_GetGoalStatus::GoalStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_GetLocation \ static_assert(alignof(ScheduledEntity_GetLocation) == 0x000004, "Wrong alignment on ScheduledEntity_GetLocation"); \ static_assert(sizeof(ScheduledEntity_GetLocation) == 0x00000C, "Wrong size on ScheduledEntity_GetLocation"); \ static_assert(offsetof(ScheduledEntity_GetLocation, ReturnValue) == 0x000000, "Member 'ScheduledEntity_GetLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_GetMinutesToUpcomingActivity \ static_assert(alignof(ScheduledEntity_GetMinutesToUpcomingActivity) == 0x000004, "Wrong alignment on ScheduledEntity_GetMinutesToUpcomingActivity"); \ static_assert(sizeof(ScheduledEntity_GetMinutesToUpcomingActivity) == 0x000008, "Wrong size on ScheduledEntity_GetMinutesToUpcomingActivity"); \ static_assert(offsetof(ScheduledEntity_GetMinutesToUpcomingActivity, ActivityIsValid) == 0x000000, "Member 'ScheduledEntity_GetMinutesToUpcomingActivity::ActivityIsValid' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_GetMinutesToUpcomingActivity, MinutesToUpcomingActivity) == 0x000004, "Member 'ScheduledEntity_GetMinutesToUpcomingActivity::MinutesToUpcomingActivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_GetSocialReasoning \ static_assert(alignof(ScheduledEntity_GetSocialReasoning) == 0x000008, "Wrong alignment on ScheduledEntity_GetSocialReasoning"); \ static_assert(sizeof(ScheduledEntity_GetSocialReasoning) == 0x000008, "Wrong size on ScheduledEntity_GetSocialReasoning"); \ static_assert(offsetof(ScheduledEntity_GetSocialReasoning, ReturnValue) == 0x000000, "Member 'ScheduledEntity_GetSocialReasoning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_GetUpcomingActivity \ static_assert(alignof(ScheduledEntity_GetUpcomingActivity) == 0x000008, "Wrong alignment on ScheduledEntity_GetUpcomingActivity"); \ static_assert(sizeof(ScheduledEntity_GetUpcomingActivity) == 0x000100, "Wrong size on ScheduledEntity_GetUpcomingActivity"); \ static_assert(offsetof(ScheduledEntity_GetUpcomingActivity, ActivityIsValid) == 0x000000, "Member 'ScheduledEntity_GetUpcomingActivity::ActivityIsValid' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_GetUpcomingActivity, UpcomingActivity) == 0x000008, "Member 'ScheduledEntity_GetUpcomingActivity::UpcomingActivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_IsEnabled \ static_assert(alignof(ScheduledEntity_IsEnabled) == 0x000001, "Wrong alignment on ScheduledEntity_IsEnabled"); \ static_assert(sizeof(ScheduledEntity_IsEnabled) == 0x000001, "Wrong size on ScheduledEntity_IsEnabled"); \ static_assert(offsetof(ScheduledEntity_IsEnabled, ReturnValue) == 0x000000, "Member 'ScheduledEntity_IsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_IsGeneralHobo \ static_assert(alignof(ScheduledEntity_IsGeneralHobo) == 0x000001, "Wrong alignment on ScheduledEntity_IsGeneralHobo"); \ static_assert(sizeof(ScheduledEntity_IsGeneralHobo) == 0x000001, "Wrong size on ScheduledEntity_IsGeneralHobo"); \ static_assert(offsetof(ScheduledEntity_IsGeneralHobo, ReturnValue) == 0x000000, "Member 'ScheduledEntity_IsGeneralHobo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_IsGhost \ static_assert(alignof(ScheduledEntity_IsGhost) == 0x000001, "Wrong alignment on ScheduledEntity_IsGhost"); \ static_assert(sizeof(ScheduledEntity_IsGhost) == 0x000001, "Wrong size on ScheduledEntity_IsGhost"); \ static_assert(offsetof(ScheduledEntity_IsGhost, ReturnValue) == 0x000000, "Member 'ScheduledEntity_IsGhost::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_IsHobo \ static_assert(alignof(ScheduledEntity_IsHobo) == 0x000001, "Wrong alignment on ScheduledEntity_IsHobo"); \ static_assert(sizeof(ScheduledEntity_IsHobo) == 0x000001, "Wrong size on ScheduledEntity_IsHobo"); \ static_assert(offsetof(ScheduledEntity_IsHobo, ReturnValue) == 0x000000, "Member 'ScheduledEntity_IsHobo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_IsInPlayerInteraction \ static_assert(alignof(ScheduledEntity_IsInPlayerInteraction) == 0x000001, "Wrong alignment on ScheduledEntity_IsInPlayerInteraction"); \ static_assert(sizeof(ScheduledEntity_IsInPlayerInteraction) == 0x000001, "Wrong size on ScheduledEntity_IsInPlayerInteraction"); \ static_assert(offsetof(ScheduledEntity_IsInPlayerInteraction, ReturnValue) == 0x000000, "Member 'ScheduledEntity_IsInPlayerInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_IsInTransit \ static_assert(alignof(ScheduledEntity_IsInTransit) == 0x000001, "Wrong alignment on ScheduledEntity_IsInTransit"); \ static_assert(sizeof(ScheduledEntity_IsInTransit) == 0x000001, "Wrong size on ScheduledEntity_IsInTransit"); \ static_assert(offsetof(ScheduledEntity_IsInTransit, ReturnValue) == 0x000000, "Member 'ScheduledEntity_IsInTransit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_IsSceneRigHobo \ static_assert(alignof(ScheduledEntity_IsSceneRigHobo) == 0x000001, "Wrong alignment on ScheduledEntity_IsSceneRigHobo"); \ static_assert(sizeof(ScheduledEntity_IsSceneRigHobo) == 0x000001, "Wrong size on ScheduledEntity_IsSceneRigHobo"); \ static_assert(offsetof(ScheduledEntity_IsSceneRigHobo, ReturnValue) == 0x000000, "Member 'ScheduledEntity_IsSceneRigHobo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_IsSeatFillerHobo \ static_assert(alignof(ScheduledEntity_IsSeatFillerHobo) == 0x000001, "Wrong alignment on ScheduledEntity_IsSeatFillerHobo"); \ static_assert(sizeof(ScheduledEntity_IsSeatFillerHobo) == 0x000001, "Wrong size on ScheduledEntity_IsSeatFillerHobo"); \ static_assert(offsetof(ScheduledEntity_IsSeatFillerHobo, ReturnValue) == 0x000000, "Member 'ScheduledEntity_IsSeatFillerHobo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_IsSplineHobo \ static_assert(alignof(ScheduledEntity_IsSplineHobo) == 0x000001, "Wrong alignment on ScheduledEntity_IsSplineHobo"); \ static_assert(sizeof(ScheduledEntity_IsSplineHobo) == 0x000001, "Wrong size on ScheduledEntity_IsSplineHobo"); \ static_assert(offsetof(ScheduledEntity_IsSplineHobo, ReturnValue) == 0x000000, "Member 'ScheduledEntity_IsSplineHobo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_IsStudent \ static_assert(alignof(ScheduledEntity_IsStudent) == 0x000001, "Wrong alignment on ScheduledEntity_IsStudent"); \ static_assert(sizeof(ScheduledEntity_IsStudent) == 0x000001, "Wrong size on ScheduledEntity_IsStudent"); \ static_assert(offsetof(ScheduledEntity_IsStudent, ReturnValue) == 0x000000, "Member 'ScheduledEntity_IsStudent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_IsWaitingForStation \ static_assert(alignof(ScheduledEntity_IsWaitingForStation) == 0x000001, "Wrong alignment on ScheduledEntity_IsWaitingForStation"); \ static_assert(sizeof(ScheduledEntity_IsWaitingForStation) == 0x000001, "Wrong size on ScheduledEntity_IsWaitingForStation"); \ static_assert(offsetof(ScheduledEntity_IsWaitingForStation, ReturnValue) == 0x000000, "Member 'ScheduledEntity_IsWaitingForStation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_IsWorldEventHobo \ static_assert(alignof(ScheduledEntity_IsWorldEventHobo) == 0x000001, "Wrong alignment on ScheduledEntity_IsWorldEventHobo"); \ static_assert(sizeof(ScheduledEntity_IsWorldEventHobo) == 0x000001, "Wrong size on ScheduledEntity_IsWorldEventHobo"); \ static_assert(offsetof(ScheduledEntity_IsWorldEventHobo, ReturnValue) == 0x000000, "Member 'ScheduledEntity_IsWorldEventHobo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_IsWorldEventReleasedHobo \ static_assert(alignof(ScheduledEntity_IsWorldEventReleasedHobo) == 0x000001, "Wrong alignment on ScheduledEntity_IsWorldEventReleasedHobo"); \ static_assert(sizeof(ScheduledEntity_IsWorldEventReleasedHobo) == 0x000001, "Wrong size on ScheduledEntity_IsWorldEventReleasedHobo"); \ static_assert(offsetof(ScheduledEntity_IsWorldEventReleasedHobo, ReturnValue) == 0x000000, "Member 'ScheduledEntity_IsWorldEventReleasedHobo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_Pause \ static_assert(alignof(ScheduledEntity_Pause) == 0x000001, "Wrong alignment on ScheduledEntity_Pause"); \ static_assert(sizeof(ScheduledEntity_Pause) == 0x000001, "Wrong size on ScheduledEntity_Pause"); \ static_assert(offsetof(ScheduledEntity_Pause, bInPause) == 0x000000, "Member 'ScheduledEntity_Pause::bInPause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PawnOverlapBegin \ static_assert(alignof(ScheduledEntity_PawnOverlapBegin) == 0x000008, "Wrong alignment on ScheduledEntity_PawnOverlapBegin"); \ static_assert(sizeof(ScheduledEntity_PawnOverlapBegin) == 0x000010, "Wrong size on ScheduledEntity_PawnOverlapBegin"); \ static_assert(offsetof(ScheduledEntity_PawnOverlapBegin, InSelf) == 0x000000, "Member 'ScheduledEntity_PawnOverlapBegin::InSelf' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PawnOverlapBegin, InOther) == 0x000008, "Member 'ScheduledEntity_PawnOverlapBegin::InOther' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_ApparateIn \ static_assert(alignof(ScheduledEntity_PerformTask_ApparateIn) == 0x000008, "Wrong alignment on ScheduledEntity_PerformTask_ApparateIn"); \ static_assert(sizeof(ScheduledEntity_PerformTask_ApparateIn) == 0x000010, "Wrong size on ScheduledEntity_PerformTask_ApparateIn"); \ static_assert(offsetof(ScheduledEntity_PerformTask_ApparateIn, InAblAbility) == 0x000000, "Member 'ScheduledEntity_PerformTask_ApparateIn::InAblAbility' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_ApparateIn, ReturnValue) == 0x000008, "Member 'ScheduledEntity_PerformTask_ApparateIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_ApparateOut \ static_assert(alignof(ScheduledEntity_PerformTask_ApparateOut) == 0x000008, "Wrong alignment on ScheduledEntity_PerformTask_ApparateOut"); \ static_assert(sizeof(ScheduledEntity_PerformTask_ApparateOut) == 0x000010, "Wrong size on ScheduledEntity_PerformTask_ApparateOut"); \ static_assert(offsetof(ScheduledEntity_PerformTask_ApparateOut, InAblAbility) == 0x000000, "Member 'ScheduledEntity_PerformTask_ApparateOut::InAblAbility' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_ApparateOut, ReturnValue) == 0x000008, "Member 'ScheduledEntity_PerformTask_ApparateOut::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_ApparateOutActivity \ static_assert(alignof(ScheduledEntity_PerformTask_ApparateOutActivity) == 0x000001, "Wrong alignment on ScheduledEntity_PerformTask_ApparateOutActivity"); \ static_assert(sizeof(ScheduledEntity_PerformTask_ApparateOutActivity) == 0x000001, "Wrong size on ScheduledEntity_PerformTask_ApparateOutActivity"); \ static_assert(offsetof(ScheduledEntity_PerformTask_ApparateOutActivity, ReturnValue) == 0x000000, "Member 'ScheduledEntity_PerformTask_ApparateOutActivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_CastCustomSpell \ static_assert(alignof(ScheduledEntity_PerformTask_CastCustomSpell) == 0x000008, "Wrong alignment on ScheduledEntity_PerformTask_CastCustomSpell"); \ static_assert(sizeof(ScheduledEntity_PerformTask_CastCustomSpell) == 0x000010, "Wrong size on ScheduledEntity_PerformTask_CastCustomSpell"); \ static_assert(offsetof(ScheduledEntity_PerformTask_CastCustomSpell, TargetPtr) == 0x000000, "Member 'ScheduledEntity_PerformTask_CastCustomSpell::TargetPtr' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_CastCustomSpell, Timeout) == 0x000008, "Member 'ScheduledEntity_PerformTask_CastCustomSpell::Timeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_CastReparo \ static_assert(alignof(ScheduledEntity_PerformTask_CastReparo) == 0x000008, "Wrong alignment on ScheduledEntity_PerformTask_CastReparo"); \ static_assert(sizeof(ScheduledEntity_PerformTask_CastReparo) == 0x000010, "Wrong size on ScheduledEntity_PerformTask_CastReparo"); \ static_assert(offsetof(ScheduledEntity_PerformTask_CastReparo, TargetPtr) == 0x000000, "Member 'ScheduledEntity_PerformTask_CastReparo::TargetPtr' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_CastReparo, Timeout) == 0x000008, "Member 'ScheduledEntity_PerformTask_CastReparo::Timeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_CustomSpellFinished \ static_assert(alignof(ScheduledEntity_PerformTask_CustomSpellFinished) == 0x000001, "Wrong alignment on ScheduledEntity_PerformTask_CustomSpellFinished"); \ static_assert(sizeof(ScheduledEntity_PerformTask_CustomSpellFinished) == 0x000001, "Wrong size on ScheduledEntity_PerformTask_CustomSpellFinished"); \ static_assert(offsetof(ScheduledEntity_PerformTask_CustomSpellFinished, InAction) == 0x000000, "Member 'ScheduledEntity_PerformTask_CustomSpellFinished::InAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_FollowActor \ static_assert(alignof(ScheduledEntity_PerformTask_FollowActor) == 0x000008, "Wrong alignment on ScheduledEntity_PerformTask_FollowActor"); \ static_assert(sizeof(ScheduledEntity_PerformTask_FollowActor) == 0x000010, "Wrong size on ScheduledEntity_PerformTask_FollowActor"); \ static_assert(offsetof(ScheduledEntity_PerformTask_FollowActor, InFollowActor) == 0x000000, "Member 'ScheduledEntity_PerformTask_FollowActor::InFollowActor' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_FollowActor, InForceSpeed) == 0x000008, "Member 'ScheduledEntity_PerformTask_FollowActor::InForceSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_MountBroom \ static_assert(alignof(ScheduledEntity_PerformTask_MountBroom) == 0x000008, "Wrong alignment on ScheduledEntity_PerformTask_MountBroom"); \ static_assert(sizeof(ScheduledEntity_PerformTask_MountBroom) == 0x000010, "Wrong size on ScheduledEntity_PerformTask_MountBroom"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MountBroom, FlyingBroomClass) == 0x000000, "Member 'ScheduledEntity_PerformTask_MountBroom::FlyingBroomClass' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MountBroom, ReturnValue) == 0x000008, "Member 'ScheduledEntity_PerformTask_MountBroom::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_MountBroomWithFlightData \ static_assert(alignof(ScheduledEntity_PerformTask_MountBroomWithFlightData) == 0x000008, "Wrong alignment on ScheduledEntity_PerformTask_MountBroomWithFlightData"); \ static_assert(sizeof(ScheduledEntity_PerformTask_MountBroomWithFlightData) == 0x000018, "Wrong size on ScheduledEntity_PerformTask_MountBroomWithFlightData"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MountBroomWithFlightData, FlyingBroomClass) == 0x000000, "Member 'ScheduledEntity_PerformTask_MountBroomWithFlightData::FlyingBroomClass' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MountBroomWithFlightData, StudentFlightData) == 0x000008, "Member 'ScheduledEntity_PerformTask_MountBroomWithFlightData::StudentFlightData' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MountBroomWithFlightData, ReturnValue) == 0x000010, "Member 'ScheduledEntity_PerformTask_MountBroomWithFlightData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_MoveToLocation \ static_assert(alignof(ScheduledEntity_PerformTask_MoveToLocation) == 0x000008, "Wrong alignment on ScheduledEntity_PerformTask_MoveToLocation"); \ static_assert(sizeof(ScheduledEntity_PerformTask_MoveToLocation) == 0x000028, "Wrong size on ScheduledEntity_PerformTask_MoveToLocation"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MoveToLocation, InLocation) == 0x000000, "Member 'ScheduledEntity_PerformTask_MoveToLocation::InLocation' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MoveToLocation, InForceSpeed) == 0x00000C, "Member 'ScheduledEntity_PerformTask_MoveToLocation::InForceSpeed' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MoveToLocation, InClearanceDistance) == 0x000010, "Member 'ScheduledEntity_PerformTask_MoveToLocation::InClearanceDistance' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MoveToLocation, InBTriggerNextActivity) == 0x000014, "Member 'ScheduledEntity_PerformTask_MoveToLocation::InBTriggerNextActivity' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MoveToLocation, InRadius) == 0x000018, "Member 'ScheduledEntity_PerformTask_MoveToLocation::InRadius' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MoveToLocation, InPath) == 0x000020, "Member 'ScheduledEntity_PerformTask_MoveToLocation::InPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_MoveToStation \ static_assert(alignof(ScheduledEntity_PerformTask_MoveToStation) == 0x000008, "Wrong alignment on ScheduledEntity_PerformTask_MoveToStation"); \ static_assert(sizeof(ScheduledEntity_PerformTask_MoveToStation) == 0x000028, "Wrong size on ScheduledEntity_PerformTask_MoveToStation"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MoveToStation, InStation) == 0x000000, "Member 'ScheduledEntity_PerformTask_MoveToStation::InStation' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MoveToStation, InActionName) == 0x000008, "Member 'ScheduledEntity_PerformTask_MoveToStation::InActionName' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MoveToStation, bInInteract) == 0x000010, "Member 'ScheduledEntity_PerformTask_MoveToStation::bInInteract' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MoveToStation, InForceSpeed) == 0x000014, "Member 'ScheduledEntity_PerformTask_MoveToStation::InForceSpeed' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MoveToStation, InConnectionIndex) == 0x000018, "Member 'ScheduledEntity_PerformTask_MoveToStation::InConnectionIndex' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MoveToStation, InStationDurationOverride) == 0x00001C, "Member 'ScheduledEntity_PerformTask_MoveToStation::InStationDurationOverride' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_MoveToStation, ReturnValue) == 0x000020, "Member 'ScheduledEntity_PerformTask_MoveToStation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_PlaceAtLocation \ static_assert(alignof(ScheduledEntity_PerformTask_PlaceAtLocation) == 0x000004, "Wrong alignment on ScheduledEntity_PerformTask_PlaceAtLocation"); \ static_assert(sizeof(ScheduledEntity_PerformTask_PlaceAtLocation) == 0x000010, "Wrong size on ScheduledEntity_PerformTask_PlaceAtLocation"); \ static_assert(offsetof(ScheduledEntity_PerformTask_PlaceAtLocation, InLocation) == 0x000000, "Member 'ScheduledEntity_PerformTask_PlaceAtLocation::InLocation' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_PlaceAtLocation, ReturnValue) == 0x00000C, "Member 'ScheduledEntity_PerformTask_PlaceAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_PlaceAtTransform \ static_assert(alignof(ScheduledEntity_PerformTask_PlaceAtTransform) == 0x000010, "Wrong alignment on ScheduledEntity_PerformTask_PlaceAtTransform"); \ static_assert(sizeof(ScheduledEntity_PerformTask_PlaceAtTransform) == 0x000040, "Wrong size on ScheduledEntity_PerformTask_PlaceAtTransform"); \ static_assert(offsetof(ScheduledEntity_PerformTask_PlaceAtTransform, InTransform) == 0x000000, "Member 'ScheduledEntity_PerformTask_PlaceAtTransform::InTransform' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_PlaceAtTransform, ReturnValue) == 0x000030, "Member 'ScheduledEntity_PerformTask_PlaceAtTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_ReparoFinished \ static_assert(alignof(ScheduledEntity_PerformTask_ReparoFinished) == 0x000001, "Wrong alignment on ScheduledEntity_PerformTask_ReparoFinished"); \ static_assert(sizeof(ScheduledEntity_PerformTask_ReparoFinished) == 0x000001, "Wrong size on ScheduledEntity_PerformTask_ReparoFinished"); \ static_assert(offsetof(ScheduledEntity_PerformTask_ReparoFinished, InAction) == 0x000000, "Member 'ScheduledEntity_PerformTask_ReparoFinished::InAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_StartLumosOnNPC \ static_assert(alignof(ScheduledEntity_PerformTask_StartLumosOnNPC) == 0x000004, "Wrong alignment on ScheduledEntity_PerformTask_StartLumosOnNPC"); \ static_assert(sizeof(ScheduledEntity_PerformTask_StartLumosOnNPC) == 0x000008, "Wrong size on ScheduledEntity_PerformTask_StartLumosOnNPC"); \ static_assert(offsetof(ScheduledEntity_PerformTask_StartLumosOnNPC, Timeout) == 0x000000, "Member 'ScheduledEntity_PerformTask_StartLumosOnNPC::Timeout' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_StartLumosOnNPC, InSpellLevel) == 0x000004, "Member 'ScheduledEntity_PerformTask_StartLumosOnNPC::InSpellLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_StopLumosOnNPC \ static_assert(alignof(ScheduledEntity_PerformTask_StopLumosOnNPC) == 0x000001, "Wrong alignment on ScheduledEntity_PerformTask_StopLumosOnNPC"); \ static_assert(sizeof(ScheduledEntity_PerformTask_StopLumosOnNPC) == 0x000002, "Wrong size on ScheduledEntity_PerformTask_StopLumosOnNPC"); \ static_assert(offsetof(ScheduledEntity_PerformTask_StopLumosOnNPC, bSuccess) == 0x000000, "Member 'ScheduledEntity_PerformTask_StopLumosOnNPC::bSuccess' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_StopLumosOnNPC, bTimeout) == 0x000001, "Member 'ScheduledEntity_PerformTask_StopLumosOnNPC::bTimeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_TeleportToLocation \ static_assert(alignof(ScheduledEntity_PerformTask_TeleportToLocation) == 0x000004, "Wrong alignment on ScheduledEntity_PerformTask_TeleportToLocation"); \ static_assert(sizeof(ScheduledEntity_PerformTask_TeleportToLocation) == 0x000010, "Wrong size on ScheduledEntity_PerformTask_TeleportToLocation"); \ static_assert(offsetof(ScheduledEntity_PerformTask_TeleportToLocation, InLocation) == 0x000000, "Member 'ScheduledEntity_PerformTask_TeleportToLocation::InLocation' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_TeleportToLocation, ReturnValue) == 0x00000C, "Member 'ScheduledEntity_PerformTask_TeleportToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_TeleportToStation \ static_assert(alignof(ScheduledEntity_PerformTask_TeleportToStation) == 0x000008, "Wrong alignment on ScheduledEntity_PerformTask_TeleportToStation"); \ static_assert(sizeof(ScheduledEntity_PerformTask_TeleportToStation) == 0x000030, "Wrong size on ScheduledEntity_PerformTask_TeleportToStation"); \ static_assert(offsetof(ScheduledEntity_PerformTask_TeleportToStation, InStation) == 0x000000, "Member 'ScheduledEntity_PerformTask_TeleportToStation::InStation' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_TeleportToStation, bInInteract) == 0x000008, "Member 'ScheduledEntity_PerformTask_TeleportToStation::bInInteract' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_TeleportToStation, InSocialAction) == 0x000010, "Member 'ScheduledEntity_PerformTask_TeleportToStation::InSocialAction' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_TeleportToStation, InConnectionIndex) == 0x000020, "Member 'ScheduledEntity_PerformTask_TeleportToStation::InConnectionIndex' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_TeleportToStation, InStationDurationOverride) == 0x000024, "Member 'ScheduledEntity_PerformTask_TeleportToStation::InStationDurationOverride' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_TeleportToStation, InSkipValidation) == 0x000028, "Member 'ScheduledEntity_PerformTask_TeleportToStation::InSkipValidation' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_TeleportToStation, ReturnValue) == 0x000029, "Member 'ScheduledEntity_PerformTask_TeleportToStation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_TeleportToTransform \ static_assert(alignof(ScheduledEntity_PerformTask_TeleportToTransform) == 0x000010, "Wrong alignment on ScheduledEntity_PerformTask_TeleportToTransform"); \ static_assert(sizeof(ScheduledEntity_PerformTask_TeleportToTransform) == 0x000040, "Wrong size on ScheduledEntity_PerformTask_TeleportToTransform"); \ static_assert(offsetof(ScheduledEntity_PerformTask_TeleportToTransform, InTransform) == 0x000000, "Member 'ScheduledEntity_PerformTask_TeleportToTransform::InTransform' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_TeleportToTransform, ReturnValue) == 0x000030, "Member 'ScheduledEntity_PerformTask_TeleportToTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_WaitForPlayer \ static_assert(alignof(ScheduledEntity_PerformTask_WaitForPlayer) == 0x000004, "Wrong alignment on ScheduledEntity_PerformTask_WaitForPlayer"); \ static_assert(sizeof(ScheduledEntity_PerformTask_WaitForPlayer) == 0x000008, "Wrong size on ScheduledEntity_PerformTask_WaitForPlayer"); \ static_assert(offsetof(ScheduledEntity_PerformTask_WaitForPlayer, InDistance) == 0x000000, "Member 'ScheduledEntity_PerformTask_WaitForPlayer::InDistance' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_WaitForPlayer, InbOrientTowardsPlayer) == 0x000004, "Member 'ScheduledEntity_PerformTask_WaitForPlayer::InbOrientTowardsPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_WaitForPlayerIsComplete \ static_assert(alignof(ScheduledEntity_PerformTask_WaitForPlayerIsComplete) == 0x000001, "Wrong alignment on ScheduledEntity_PerformTask_WaitForPlayerIsComplete"); \ static_assert(sizeof(ScheduledEntity_PerformTask_WaitForPlayerIsComplete) == 0x000001, "Wrong size on ScheduledEntity_PerformTask_WaitForPlayerIsComplete"); \ static_assert(offsetof(ScheduledEntity_PerformTask_WaitForPlayerIsComplete, ReturnValue) == 0x000000, "Member 'ScheduledEntity_PerformTask_WaitForPlayerIsComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_PerformTask_WaitForTime \ static_assert(alignof(ScheduledEntity_PerformTask_WaitForTime) == 0x000008, "Wrong alignment on ScheduledEntity_PerformTask_WaitForTime"); \ static_assert(sizeof(ScheduledEntity_PerformTask_WaitForTime) == 0x000018, "Wrong size on ScheduledEntity_PerformTask_WaitForTime"); \ static_assert(offsetof(ScheduledEntity_PerformTask_WaitForTime, InTime) == 0x000000, "Member 'ScheduledEntity_PerformTask_WaitForTime::InTime' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_PerformTask_WaitForTime, InLocation) == 0x000008, "Member 'ScheduledEntity_PerformTask_WaitForTime::InLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_SetCompanionHighLOD \ static_assert(alignof(ScheduledEntity_SetCompanionHighLOD) == 0x000001, "Wrong alignment on ScheduledEntity_SetCompanionHighLOD"); \ static_assert(sizeof(ScheduledEntity_SetCompanionHighLOD) == 0x000001, "Wrong size on ScheduledEntity_SetCompanionHighLOD"); \ static_assert(offsetof(ScheduledEntity_SetCompanionHighLOD, bHighLOD) == 0x000000, "Member 'ScheduledEntity_SetCompanionHighLOD::bHighLOD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_SetCurrentActorToAggro \ static_assert(alignof(ScheduledEntity_SetCurrentActorToAggro) == 0x000004, "Wrong alignment on ScheduledEntity_SetCurrentActorToAggro"); \ static_assert(sizeof(ScheduledEntity_SetCurrentActorToAggro) == 0x00000C, "Wrong size on ScheduledEntity_SetCurrentActorToAggro"); \ static_assert(offsetof(ScheduledEntity_SetCurrentActorToAggro, InRequiredTeam) == 0x000000, "Member 'ScheduledEntity_SetCurrentActorToAggro::InRequiredTeam' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_SetCurrentActorToAggro, bEnableCombat) == 0x000008, "Member 'ScheduledEntity_SetCurrentActorToAggro::bEnableCombat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_SetFlesh \ static_assert(alignof(ScheduledEntity_SetFlesh) == 0x000008, "Wrong alignment on ScheduledEntity_SetFlesh"); \ static_assert(sizeof(ScheduledEntity_SetFlesh) == 0x000010, "Wrong size on ScheduledEntity_SetFlesh"); \ static_assert(offsetof(ScheduledEntity_SetFlesh, InFlesh) == 0x000000, "Member 'ScheduledEntity_SetFlesh::InFlesh' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_SetFlesh, ReturnValue) == 0x000008, "Member 'ScheduledEntity_SetFlesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_StartPrecachingFlesh \ static_assert(alignof(ScheduledEntity_StartPrecachingFlesh) == 0x000008, "Wrong alignment on ScheduledEntity_StartPrecachingFlesh"); \ static_assert(sizeof(ScheduledEntity_StartPrecachingFlesh) == 0x000018, "Wrong size on ScheduledEntity_StartPrecachingFlesh"); \ static_assert(offsetof(ScheduledEntity_StartPrecachingFlesh, InPriority) == 0x000000, "Member 'ScheduledEntity_StartPrecachingFlesh::InPriority' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_StartPrecachingFlesh, InCaller) == 0x000008, "Member 'ScheduledEntity_StartPrecachingFlesh::InCaller' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_StartPrecachingFlesh, InPrecacheDistance) == 0x000010, "Member 'ScheduledEntity_StartPrecachingFlesh::InPrecacheDistance' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_StartPrecachingFlesh, bInAutoFleshLock) == 0x000014, "Member 'ScheduledEntity_StartPrecachingFlesh::bInAutoFleshLock' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_StartPrecachingFlesh, InForcedShutdown) == 0x000015, "Member 'ScheduledEntity_StartPrecachingFlesh::InForcedShutdown' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_StartPrecachingFlesh, InForcedShutdownPriority) == 0x000016, "Member 'ScheduledEntity_StartPrecachingFlesh::InForcedShutdownPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_StartSchedulingOverride \ static_assert(alignof(ScheduledEntity_StartSchedulingOverride) == 0x000008, "Wrong alignment on ScheduledEntity_StartSchedulingOverride"); \ static_assert(sizeof(ScheduledEntity_StartSchedulingOverride) == 0x000018, "Wrong size on ScheduledEntity_StartSchedulingOverride"); \ static_assert(offsetof(ScheduledEntity_StartSchedulingOverride, InValue) == 0x000000, "Member 'ScheduledEntity_StartSchedulingOverride::InValue' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_StartSchedulingOverride, InPriority) == 0x000001, "Member 'ScheduledEntity_StartSchedulingOverride::InPriority' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_StartSchedulingOverride, InProvider) == 0x000008, "Member 'ScheduledEntity_StartSchedulingOverride::InProvider' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_StartSchedulingOverride, bInProdcessValue) == 0x000010, "Member 'ScheduledEntity_StartSchedulingOverride::bInProdcessValue' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_StartSchedulingOverride, bInForceExit) == 0x000011, "Member 'ScheduledEntity_StartSchedulingOverride::bInForceExit' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_StartSchedulingOverride, bInProcessSchedule) == 0x000012, "Member 'ScheduledEntity_StartSchedulingOverride::bInProcessSchedule' has a wrong offset!"); \ static_assert(offsetof(ScheduledEntity_StartSchedulingOverride, ReturnValue) == 0x000013, "Member 'ScheduledEntity_StartSchedulingOverride::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_GetBaseCharacter \ static_assert(alignof(ScheduledEntity_GetBaseCharacter) == 0x000008, "Wrong alignment on ScheduledEntity_GetBaseCharacter"); \ static_assert(sizeof(ScheduledEntity_GetBaseCharacter) == 0x000008, "Wrong size on ScheduledEntity_GetBaseCharacter"); \ static_assert(offsetof(ScheduledEntity_GetBaseCharacter, ReturnValue) == 0x000000, "Member 'ScheduledEntity_GetBaseCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledEntity_GetFlesh \ static_assert(alignof(ScheduledEntity_GetFlesh) == 0x000008, "Wrong alignment on ScheduledEntity_GetFlesh"); \ static_assert(sizeof(ScheduledEntity_GetFlesh) == 0x000008, "Wrong size on ScheduledEntity_GetFlesh"); \ static_assert(offsetof(ScheduledEntity_GetFlesh, ReturnValue) == 0x000000, "Member 'ScheduledEntity_GetFlesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScheduledEntity \ static_assert(alignof(UScheduledEntity) == 0x000010, "Wrong alignment on UScheduledEntity"); \ static_assert(sizeof(UScheduledEntity) == 0x001150, "Wrong size on UScheduledEntity"); \ static_assert(offsetof(UScheduledEntity, OnFleshLoadComplete) == 0x000250, "Member 'UScheduledEntity::OnFleshLoadComplete' has a wrong offset!"); \ static_assert(offsetof(UScheduledEntity, OnPerformCustomAction_NoLocation) == 0x0002E0, "Member 'UScheduledEntity::OnPerformCustomAction_NoLocation' has a wrong offset!"); \ static_assert(offsetof(UScheduledEntity, OnPerformTaskComplete) == 0x0002F0, "Member 'UScheduledEntity::OnPerformTaskComplete' has a wrong offset!"); \ static_assert(offsetof(UScheduledEntity, OnMoveToLocationComplete) == 0x000300, "Member 'UScheduledEntity::OnMoveToLocationComplete' has a wrong offset!"); \ static_assert(offsetof(UScheduledEntity, OnWaitForPlayerComplete) == 0x000310, "Member 'UScheduledEntity::OnWaitForPlayerComplete' has a wrong offset!"); \ static_assert(offsetof(UScheduledEntity, OnMoveToStationComplete) == 0x000320, "Member 'UScheduledEntity::OnMoveToStationComplete' has a wrong offset!"); \ static_assert(offsetof(UScheduledEntity, OnPerformTaskStationUseStart) == 0x000330, "Member 'UScheduledEntity::OnPerformTaskStationUseStart' has a wrong offset!"); \ static_assert(offsetof(UScheduledEntity, OnPerformTaskStationUseFinish) == 0x000340, "Member 'UScheduledEntity::OnPerformTaskStationUseFinish' has a wrong offset!"); \ static_assert(offsetof(UScheduledEntity, OnPerformTaskStationFinishUseAfterGivenTime) == 0x000350, "Member 'UScheduledEntity::OnPerformTaskStationFinishUseAfterGivenTime' has a wrong offset!"); \ static_assert(offsetof(UScheduledEntity, OnInteractionWithStationComplete) == 0x000360, "Member 'UScheduledEntity::OnInteractionWithStationComplete' has a wrong offset!"); \ static_assert(offsetof(UScheduledEntity, OnStationInteractionExitComplete) == 0x000370, "Member 'UScheduledEntity::OnStationInteractionExitComplete' has a wrong offset!"); \ static_assert(offsetof(UScheduledEntity, FollowCamActor) == 0x0005D0, "Member 'UScheduledEntity::FollowCamActor' has a wrong offset!"); \ static_assert(offsetof(UScheduledEntity, NavPathController) == 0x0005E8, "Member 'UScheduledEntity::NavPathController' has a wrong offset!"); \ static_assert(offsetof(UScheduledEntity, SplinePathController) == 0x0005F0, "Member 'UScheduledEntity::SplinePathController' has a wrong offset!"); \ static_assert(offsetof(UScheduledEntity, DefaultController) == 0x0005F8, "Member 'UScheduledEntity::DefaultController' has a wrong offset!"); \ static_assert(offsetof(UScheduledEntity, ScheduledEntitySocialReasoning) == 0x000610, "Member 'UScheduledEntity::ScheduledEntitySocialReasoning' has a wrong offset!"); \ static_assert(offsetof(UScheduledEntity, PathComponent_PT) == 0x000FF8, "Member 'UScheduledEntity::PathComponent_PT' has a wrong offset!"); \ static_assert(offsetof(UScheduledEntity, StationComponent_MTS) == 0x001000, "Member 'UScheduledEntity::StationComponent_MTS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManagerFunctionLibrary_EqualEqual_GearItemIDGearItemID \ static_assert(alignof(GearManagerFunctionLibrary_EqualEqual_GearItemIDGearItemID) == 0x000004, "Wrong alignment on GearManagerFunctionLibrary_EqualEqual_GearItemIDGearItemID"); \ static_assert(sizeof(GearManagerFunctionLibrary_EqualEqual_GearItemIDGearItemID) == 0x00002C, "Wrong size on GearManagerFunctionLibrary_EqualEqual_GearItemIDGearItemID"); \ static_assert(offsetof(GearManagerFunctionLibrary_EqualEqual_GearItemIDGearItemID, arg1) == 0x000000, "Member 'GearManagerFunctionLibrary_EqualEqual_GearItemIDGearItemID::arg1' has a wrong offset!"); \ static_assert(offsetof(GearManagerFunctionLibrary_EqualEqual_GearItemIDGearItemID, arg2) == 0x000014, "Member 'GearManagerFunctionLibrary_EqualEqual_GearItemIDGearItemID::arg2' has a wrong offset!"); \ static_assert(offsetof(GearManagerFunctionLibrary_EqualEqual_GearItemIDGearItemID, ReturnValue) == 0x000028, "Member 'GearManagerFunctionLibrary_EqualEqual_GearItemIDGearItemID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManagerFunctionLibrary_IsValid \ static_assert(alignof(GearManagerFunctionLibrary_IsValid) == 0x000004, "Wrong alignment on GearManagerFunctionLibrary_IsValid"); \ static_assert(sizeof(GearManagerFunctionLibrary_IsValid) == 0x000018, "Wrong size on GearManagerFunctionLibrary_IsValid"); \ static_assert(offsetof(GearManagerFunctionLibrary_IsValid, GearItemID) == 0x000000, "Member 'GearManagerFunctionLibrary_IsValid::GearItemID' has a wrong offset!"); \ static_assert(offsetof(GearManagerFunctionLibrary_IsValid, ReturnValue) == 0x000014, "Member 'GearManagerFunctionLibrary_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManagerFunctionLibrary_NotEqual_GearItemIDGearItemID \ static_assert(alignof(GearManagerFunctionLibrary_NotEqual_GearItemIDGearItemID) == 0x000004, "Wrong alignment on GearManagerFunctionLibrary_NotEqual_GearItemIDGearItemID"); \ static_assert(sizeof(GearManagerFunctionLibrary_NotEqual_GearItemIDGearItemID) == 0x00002C, "Wrong size on GearManagerFunctionLibrary_NotEqual_GearItemIDGearItemID"); \ static_assert(offsetof(GearManagerFunctionLibrary_NotEqual_GearItemIDGearItemID, arg1) == 0x000000, "Member 'GearManagerFunctionLibrary_NotEqual_GearItemIDGearItemID::arg1' has a wrong offset!"); \ static_assert(offsetof(GearManagerFunctionLibrary_NotEqual_GearItemIDGearItemID, arg) == 0x000014, "Member 'GearManagerFunctionLibrary_NotEqual_GearItemIDGearItemID::arg' has a wrong offset!"); \ static_assert(offsetof(GearManagerFunctionLibrary_NotEqual_GearItemIDGearItemID, ReturnValue) == 0x000028, "Member 'GearManagerFunctionLibrary_NotEqual_GearItemIDGearItemID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGearManagerFunctionLibrary \ static_assert(alignof(UGearManagerFunctionLibrary) == 0x000008, "Wrong alignment on UGearManagerFunctionLibrary"); \ static_assert(sizeof(UGearManagerFunctionLibrary) == 0x000028, "Wrong size on UGearManagerFunctionLibrary"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_IsImperiousControlled \ static_assert(alignof(UModFilter_DealDamage_Target_IsImperiousControlled) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_IsImperiousControlled"); \ static_assert(sizeof(UModFilter_DealDamage_Target_IsImperiousControlled) == 0x000030, "Wrong size on UModFilter_DealDamage_Target_IsImperiousControlled"); \ #define DUMPER7_ASSERTS_UGearAppearanceItemDefinition \ static_assert(alignof(UGearAppearanceItemDefinition) == 0x000008, "Wrong alignment on UGearAppearanceItemDefinition"); \ static_assert(sizeof(UGearAppearanceItemDefinition) == 0x000090, "Wrong size on UGearAppearanceItemDefinition"); \ static_assert(offsetof(UGearAppearanceItemDefinition, GearAppearanceID) == 0x000030, "Member 'UGearAppearanceItemDefinition::GearAppearanceID' has a wrong offset!"); \ static_assert(offsetof(UGearAppearanceItemDefinition, GearSlot) == 0x000038, "Member 'UGearAppearanceItemDefinition::GearSlot' has a wrong offset!"); \ static_assert(offsetof(UGearAppearanceItemDefinition, OutfitItems) == 0x000040, "Member 'UGearAppearanceItemDefinition::OutfitItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_Excursion \ static_assert(alignof(USceneRigStage_Excursion) == 0x000010, "Wrong alignment on USceneRigStage_Excursion"); \ static_assert(sizeof(USceneRigStage_Excursion) == 0x000190, "Wrong size on USceneRigStage_Excursion"); \ static_assert(offsetof(USceneRigStage_Excursion, InvitedGuest) == 0x000178, "Member 'USceneRigStage_Excursion::InvitedGuest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_AddCraftGearTrait \ static_assert(alignof(GearManager_AddCraftGearTrait) == 0x000008, "Wrong alignment on GearManager_AddCraftGearTrait"); \ static_assert(sizeof(GearManager_AddCraftGearTrait) == 0x000078, "Wrong size on GearManager_AddCraftGearTrait"); \ static_assert(offsetof(GearManager_AddCraftGearTrait, Trait) == 0x000000, "Member 'GearManager_AddCraftGearTrait::Trait' has a wrong offset!"); \ static_assert(offsetof(GearManager_AddCraftGearTrait, GearItemID) == 0x000048, "Member 'GearManager_AddCraftGearTrait::GearItemID' has a wrong offset!"); \ static_assert(offsetof(GearManager_AddCraftGearTrait, ErrorString) == 0x000060, "Member 'GearManager_AddCraftGearTrait::ErrorString' has a wrong offset!"); \ static_assert(offsetof(GearManager_AddCraftGearTrait, ReturnValue) == 0x000070, "Member 'GearManager_AddCraftGearTrait::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_AddGearTrait \ static_assert(alignof(GearManager_AddGearTrait) == 0x000004, "Wrong alignment on GearManager_AddGearTrait"); \ static_assert(sizeof(GearManager_AddGearTrait) == 0x00001C, "Wrong size on GearManager_AddGearTrait"); \ static_assert(offsetof(GearManager_AddGearTrait, GearID) == 0x000000, "Member 'GearManager_AddGearTrait::GearID' has a wrong offset!"); \ static_assert(offsetof(GearManager_AddGearTrait, Variation) == 0x000008, "Member 'GearManager_AddGearTrait::Variation' has a wrong offset!"); \ static_assert(offsetof(GearManager_AddGearTrait, TraitID) == 0x000010, "Member 'GearManager_AddGearTrait::TraitID' has a wrong offset!"); \ static_assert(offsetof(GearManager_AddGearTrait, ReturnValue) == 0x000018, "Member 'GearManager_AddGearTrait::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_CalculateUpgradeAmountForGearItem \ static_assert(alignof(GearManager_CalculateUpgradeAmountForGearItem) == 0x000004, "Wrong alignment on GearManager_CalculateUpgradeAmountForGearItem"); \ static_assert(sizeof(GearManager_CalculateUpgradeAmountForGearItem) == 0x00001C, "Wrong size on GearManager_CalculateUpgradeAmountForGearItem"); \ static_assert(offsetof(GearManager_CalculateUpgradeAmountForGearItem, itemToUpgrade) == 0x000000, "Member 'GearManager_CalculateUpgradeAmountForGearItem::itemToUpgrade' has a wrong offset!"); \ static_assert(offsetof(GearManager_CalculateUpgradeAmountForGearItem, Upgrade) == 0x000014, "Member 'GearManager_CalculateUpgradeAmountForGearItem::Upgrade' has a wrong offset!"); \ static_assert(offsetof(GearManager_CalculateUpgradeAmountForGearItem, ReturnValue) == 0x000018, "Member 'GearManager_CalculateUpgradeAmountForGearItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_CanUnequipActorSlotID \ static_assert(alignof(GearManager_CanUnequipActorSlotID) == 0x000008, "Wrong alignment on GearManager_CanUnequipActorSlotID"); \ static_assert(sizeof(GearManager_CanUnequipActorSlotID) == 0x000010, "Wrong size on GearManager_CanUnequipActorSlotID"); \ static_assert(offsetof(GearManager_CanUnequipActorSlotID, Actor) == 0x000000, "Member 'GearManager_CanUnequipActorSlotID::Actor' has a wrong offset!"); \ static_assert(offsetof(GearManager_CanUnequipActorSlotID, SlotID) == 0x000008, "Member 'GearManager_CanUnequipActorSlotID::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_CanUnequipActorSlotID, ReturnValue) == 0x000009, "Member 'GearManager_CanUnequipActorSlotID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_CanUnequipSlotID \ static_assert(alignof(GearManager_CanUnequipSlotID) == 0x000008, "Wrong alignment on GearManager_CanUnequipSlotID"); \ static_assert(sizeof(GearManager_CanUnequipSlotID) == 0x000018, "Wrong size on GearManager_CanUnequipSlotID"); \ static_assert(offsetof(GearManager_CanUnequipSlotID, ActorId) == 0x000000, "Member 'GearManager_CanUnequipSlotID::ActorId' has a wrong offset!"); \ static_assert(offsetof(GearManager_CanUnequipSlotID, SlotID) == 0x000010, "Member 'GearManager_CanUnequipSlotID::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_CanUnequipSlotID, ReturnValue) == 0x000011, "Member 'GearManager_CanUnequipSlotID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_DefineGearStatTypeFromSlot \ static_assert(alignof(GearManager_DefineGearStatTypeFromSlot) == 0x000001, "Wrong alignment on GearManager_DefineGearStatTypeFromSlot"); \ static_assert(sizeof(GearManager_DefineGearStatTypeFromSlot) == 0x000002, "Wrong size on GearManager_DefineGearStatTypeFromSlot"); \ static_assert(offsetof(GearManager_DefineGearStatTypeFromSlot, SlotID) == 0x000000, "Member 'GearManager_DefineGearStatTypeFromSlot::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_DefineGearStatTypeFromSlot, ReturnValue) == 0x000001, "Member 'GearManager_DefineGearStatTypeFromSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_DefineSecondaryGearStatTypeFromSlot \ static_assert(alignof(GearManager_DefineSecondaryGearStatTypeFromSlot) == 0x000001, "Wrong alignment on GearManager_DefineSecondaryGearStatTypeFromSlot"); \ static_assert(sizeof(GearManager_DefineSecondaryGearStatTypeFromSlot) == 0x000002, "Wrong size on GearManager_DefineSecondaryGearStatTypeFromSlot"); \ static_assert(offsetof(GearManager_DefineSecondaryGearStatTypeFromSlot, SlotID) == 0x000000, "Member 'GearManager_DefineSecondaryGearStatTypeFromSlot::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_DefineSecondaryGearStatTypeFromSlot, ReturnValue) == 0x000001, "Member 'GearManager_DefineSecondaryGearStatTypeFromSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_DoesGearHaveAppearanceOverride \ static_assert(alignof(GearManager_DoesGearHaveAppearanceOverride) == 0x000004, "Wrong alignment on GearManager_DoesGearHaveAppearanceOverride"); \ static_assert(sizeof(GearManager_DoesGearHaveAppearanceOverride) == 0x000018, "Wrong size on GearManager_DoesGearHaveAppearanceOverride"); \ static_assert(offsetof(GearManager_DoesGearHaveAppearanceOverride, Gear) == 0x000000, "Member 'GearManager_DoesGearHaveAppearanceOverride::Gear' has a wrong offset!"); \ static_assert(offsetof(GearManager_DoesGearHaveAppearanceOverride, ReturnValue) == 0x000014, "Member 'GearManager_DoesGearHaveAppearanceOverride::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_EditorClearSlot \ static_assert(alignof(GearManager_EditorClearSlot) == 0x000008, "Wrong alignment on GearManager_EditorClearSlot"); \ static_assert(sizeof(GearManager_EditorClearSlot) == 0x000010, "Wrong size on GearManager_EditorClearSlot"); \ static_assert(offsetof(GearManager_EditorClearSlot, Actor) == 0x000000, "Member 'GearManager_EditorClearSlot::Actor' has a wrong offset!"); \ static_assert(offsetof(GearManager_EditorClearSlot, SlotID) == 0x000008, "Member 'GearManager_EditorClearSlot::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_EditorClearSlot, ReturnValue) == 0x000009, "Member 'GearManager_EditorClearSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_EditorDoesGearAppearanceHaveHouseOverrides \ static_assert(alignof(GearManager_EditorDoesGearAppearanceHaveHouseOverrides) == 0x000008, "Wrong alignment on GearManager_EditorDoesGearAppearanceHaveHouseOverrides"); \ static_assert(sizeof(GearManager_EditorDoesGearAppearanceHaveHouseOverrides) == 0x000020, "Wrong size on GearManager_EditorDoesGearAppearanceHaveHouseOverrides"); \ static_assert(offsetof(GearManager_EditorDoesGearAppearanceHaveHouseOverrides, Actor) == 0x000000, "Member 'GearManager_EditorDoesGearAppearanceHaveHouseOverrides::Actor' has a wrong offset!"); \ static_assert(offsetof(GearManager_EditorDoesGearAppearanceHaveHouseOverrides, GearAppearanceID) == 0x000008, "Member 'GearManager_EditorDoesGearAppearanceHaveHouseOverrides::GearAppearanceID' has a wrong offset!"); \ static_assert(offsetof(GearManager_EditorDoesGearAppearanceHaveHouseOverrides, ReturnValue) == 0x000018, "Member 'GearManager_EditorDoesGearAppearanceHaveHouseOverrides::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_EditorLoadGear \ static_assert(alignof(GearManager_EditorLoadGear) == 0x000008, "Wrong alignment on GearManager_EditorLoadGear"); \ static_assert(sizeof(GearManager_EditorLoadGear) == 0x000020, "Wrong size on GearManager_EditorLoadGear"); \ static_assert(offsetof(GearManager_EditorLoadGear, Actor) == 0x000000, "Member 'GearManager_EditorLoadGear::Actor' has a wrong offset!"); \ static_assert(offsetof(GearManager_EditorLoadGear, GearID) == 0x000008, "Member 'GearManager_EditorLoadGear::GearID' has a wrong offset!"); \ static_assert(offsetof(GearManager_EditorLoadGear, bResetToEquipped) == 0x000018, "Member 'GearManager_EditorLoadGear::bResetToEquipped' has a wrong offset!"); \ static_assert(offsetof(GearManager_EditorLoadGear, ReturnValue) == 0x000019, "Member 'GearManager_EditorLoadGear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_EditorLoadGearAppearance \ static_assert(alignof(GearManager_EditorLoadGearAppearance) == 0x000008, "Wrong alignment on GearManager_EditorLoadGearAppearance"); \ static_assert(sizeof(GearManager_EditorLoadGearAppearance) == 0x000030, "Wrong size on GearManager_EditorLoadGearAppearance"); \ static_assert(offsetof(GearManager_EditorLoadGearAppearance, Actor) == 0x000000, "Member 'GearManager_EditorLoadGearAppearance::Actor' has a wrong offset!"); \ static_assert(offsetof(GearManager_EditorLoadGearAppearance, GearAppearanceID) == 0x000008, "Member 'GearManager_EditorLoadGearAppearance::GearAppearanceID' has a wrong offset!"); \ static_assert(offsetof(GearManager_EditorLoadGearAppearance, HouseIDOverride) == 0x000018, "Member 'GearManager_EditorLoadGearAppearance::HouseIDOverride' has a wrong offset!"); \ static_assert(offsetof(GearManager_EditorLoadGearAppearance, ReturnValue) == 0x000028, "Member 'GearManager_EditorLoadGearAppearance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GearSlotIDToString \ static_assert(alignof(GearManager_GearSlotIDToString) == 0x000008, "Wrong alignment on GearManager_GearSlotIDToString"); \ static_assert(sizeof(GearManager_GearSlotIDToString) == 0x000018, "Wrong size on GearManager_GearSlotIDToString"); \ static_assert(offsetof(GearManager_GearSlotIDToString, SlotID) == 0x000000, "Member 'GearManager_GearSlotIDToString::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GearSlotIDToString, ReturnValue) == 0x000008, "Member 'GearManager_GearSlotIDToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GenerateGearAndAddToInventory \ static_assert(alignof(GearManager_GenerateGearAndAddToInventory) == 0x000004, "Wrong alignment on GearManager_GenerateGearAndAddToInventory"); \ static_assert(sizeof(GearManager_GenerateGearAndAddToInventory) == 0x000020, "Wrong size on GearManager_GenerateGearAndAddToInventory"); \ static_assert(offsetof(GearManager_GenerateGearAndAddToInventory, GearID) == 0x000000, "Member 'GearManager_GenerateGearAndAddToInventory::GearID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GenerateGearAndAddToInventory, IsIdentified) == 0x000008, "Member 'GearManager_GenerateGearAndAddToInventory::IsIdentified' has a wrong offset!"); \ static_assert(offsetof(GearManager_GenerateGearAndAddToInventory, ReturnValue) == 0x00000C, "Member 'GearManager_GenerateGearAndAddToInventory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GenerateGearAndEquip \ static_assert(alignof(GearManager_GenerateGearAndEquip) == 0x000004, "Wrong alignment on GearManager_GenerateGearAndEquip"); \ static_assert(sizeof(GearManager_GenerateGearAndEquip) == 0x000008, "Wrong size on GearManager_GenerateGearAndEquip"); \ static_assert(offsetof(GearManager_GenerateGearAndEquip, GearID) == 0x000000, "Member 'GearManager_GenerateGearAndEquip::GearID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_Get \ static_assert(alignof(GearManager_Get) == 0x000008, "Wrong alignment on GearManager_Get"); \ static_assert(sizeof(GearManager_Get) == 0x000008, "Wrong size on GearManager_Get"); \ static_assert(offsetof(GearManager_Get, ReturnValue) == 0x000000, "Member 'GearManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetActorEquippedGearItemID \ static_assert(alignof(GearManager_GetActorEquippedGearItemID) == 0x000008, "Wrong alignment on GearManager_GetActorEquippedGearItemID"); \ static_assert(sizeof(GearManager_GetActorEquippedGearItemID) == 0x000020, "Wrong size on GearManager_GetActorEquippedGearItemID"); \ static_assert(offsetof(GearManager_GetActorEquippedGearItemID, Actor) == 0x000000, "Member 'GearManager_GetActorEquippedGearItemID::Actor' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetActorEquippedGearItemID, SlotID) == 0x000008, "Member 'GearManager_GetActorEquippedGearItemID::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetActorEquippedGearItemID, ReturnValue) == 0x00000C, "Member 'GearManager_GetActorEquippedGearItemID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetActorGearIconID \ static_assert(alignof(GearManager_GetActorGearIconID) == 0x000008, "Wrong alignment on GearManager_GetActorGearIconID"); \ static_assert(sizeof(GearManager_GetActorGearIconID) == 0x000018, "Wrong size on GearManager_GetActorGearIconID"); \ static_assert(offsetof(GearManager_GetActorGearIconID, Actor) == 0x000000, "Member 'GearManager_GetActorGearIconID::Actor' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetActorGearIconID, GearID) == 0x000008, "Member 'GearManager_GetActorGearIconID::GearID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetActorGearIconID, ReturnValue) == 0x000010, "Member 'GearManager_GetActorGearIconID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetAllActorEquippedGearItemID \ static_assert(alignof(GearManager_GetAllActorEquippedGearItemID) == 0x000008, "Wrong alignment on GearManager_GetAllActorEquippedGearItemID"); \ static_assert(sizeof(GearManager_GetAllActorEquippedGearItemID) == 0x000018, "Wrong size on GearManager_GetAllActorEquippedGearItemID"); \ static_assert(offsetof(GearManager_GetAllActorEquippedGearItemID, Actor) == 0x000000, "Member 'GearManager_GetAllActorEquippedGearItemID::Actor' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetAllActorEquippedGearItemID, ReturnValue) == 0x000008, "Member 'GearManager_GetAllActorEquippedGearItemID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetAllAvailableGearItemIDsSorted \ static_assert(alignof(GearManager_GetAllAvailableGearItemIDsSorted) == 0x000008, "Wrong alignment on GearManager_GetAllAvailableGearItemIDsSorted"); \ static_assert(sizeof(GearManager_GetAllAvailableGearItemIDsSorted) == 0x000028, "Wrong size on GearManager_GetAllAvailableGearItemIDsSorted"); \ static_assert(offsetof(GearManager_GetAllAvailableGearItemIDsSorted, ActorId) == 0x000000, "Member 'GearManager_GetAllAvailableGearItemIDsSorted::ActorId' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetAllAvailableGearItemIDsSorted, SortedSlotID) == 0x000010, "Member 'GearManager_GetAllAvailableGearItemIDsSorted::SortedSlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetAllAvailableGearItemIDsSorted, ReturnValue) == 0x000018, "Member 'GearManager_GetAllAvailableGearItemIDsSorted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetAllEquippedGearItemIDs \ static_assert(alignof(GearManager_GetAllEquippedGearItemIDs) == 0x000008, "Wrong alignment on GearManager_GetAllEquippedGearItemIDs"); \ static_assert(sizeof(GearManager_GetAllEquippedGearItemIDs) == 0x000020, "Wrong size on GearManager_GetAllEquippedGearItemIDs"); \ static_assert(offsetof(GearManager_GetAllEquippedGearItemIDs, ActorId) == 0x000000, "Member 'GearManager_GetAllEquippedGearItemIDs::ActorId' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetAllEquippedGearItemIDs, ReturnValue) == 0x000010, "Member 'GearManager_GetAllEquippedGearItemIDs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetAllGearIDs \ static_assert(alignof(GearManager_GetAllGearIDs) == 0x000008, "Wrong alignment on GearManager_GetAllGearIDs"); \ static_assert(sizeof(GearManager_GetAllGearIDs) == 0x000018, "Wrong size on GearManager_GetAllGearIDs"); \ static_assert(offsetof(GearManager_GetAllGearIDs, SlotID) == 0x000000, "Member 'GearManager_GetAllGearIDs::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetAllGearIDs, GearIDs) == 0x000008, "Member 'GearManager_GetAllGearIDs::GearIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetAllGearSlotIDs \ static_assert(alignof(GearManager_GetAllGearSlotIDs) == 0x000008, "Wrong alignment on GearManager_GetAllGearSlotIDs"); \ static_assert(sizeof(GearManager_GetAllGearSlotIDs) == 0x000010, "Wrong size on GearManager_GetAllGearSlotIDs"); \ static_assert(offsetof(GearManager_GetAllGearSlotIDs, ReturnValue) == 0x000000, "Member 'GearManager_GetAllGearSlotIDs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetAvailableAndEquippedGearItemIDs \ static_assert(alignof(GearManager_GetAvailableAndEquippedGearItemIDs) == 0x000008, "Wrong alignment on GearManager_GetAvailableAndEquippedGearItemIDs"); \ static_assert(sizeof(GearManager_GetAvailableAndEquippedGearItemIDs) == 0x000028, "Wrong size on GearManager_GetAvailableAndEquippedGearItemIDs"); \ static_assert(offsetof(GearManager_GetAvailableAndEquippedGearItemIDs, ActorId) == 0x000000, "Member 'GearManager_GetAvailableAndEquippedGearItemIDs::ActorId' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetAvailableAndEquippedGearItemIDs, SlotID) == 0x000010, "Member 'GearManager_GetAvailableAndEquippedGearItemIDs::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetAvailableAndEquippedGearItemIDs, ReturnValue) == 0x000018, "Member 'GearManager_GetAvailableAndEquippedGearItemIDs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetAvailableGearAppearanceOverrideIDs \ static_assert(alignof(GearManager_GetAvailableGearAppearanceOverrideIDs) == 0x000008, "Wrong alignment on GearManager_GetAvailableGearAppearanceOverrideIDs"); \ static_assert(sizeof(GearManager_GetAvailableGearAppearanceOverrideIDs) == 0x000028, "Wrong size on GearManager_GetAvailableGearAppearanceOverrideIDs"); \ static_assert(offsetof(GearManager_GetAvailableGearAppearanceOverrideIDs, ActorId) == 0x000000, "Member 'GearManager_GetAvailableGearAppearanceOverrideIDs::ActorId' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetAvailableGearAppearanceOverrideIDs, SlotID) == 0x000010, "Member 'GearManager_GetAvailableGearAppearanceOverrideIDs::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetAvailableGearAppearanceOverrideIDs, ReturnValue) == 0x000018, "Member 'GearManager_GetAvailableGearAppearanceOverrideIDs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetAvailableGearItemIDs \ static_assert(alignof(GearManager_GetAvailableGearItemIDs) == 0x000008, "Wrong alignment on GearManager_GetAvailableGearItemIDs"); \ static_assert(sizeof(GearManager_GetAvailableGearItemIDs) == 0x000028, "Wrong size on GearManager_GetAvailableGearItemIDs"); \ static_assert(offsetof(GearManager_GetAvailableGearItemIDs, ActorId) == 0x000000, "Member 'GearManager_GetAvailableGearItemIDs::ActorId' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetAvailableGearItemIDs, SlotID) == 0x000010, "Member 'GearManager_GetAvailableGearItemIDs::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetAvailableGearItemIDs, ReturnValue) == 0x000018, "Member 'GearManager_GetAvailableGearItemIDs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetCanApplyGearTraitToGear \ static_assert(alignof(GearManager_GetCanApplyGearTraitToGear) == 0x000008, "Wrong alignment on GearManager_GetCanApplyGearTraitToGear"); \ static_assert(sizeof(GearManager_GetCanApplyGearTraitToGear) == 0x000070, "Wrong size on GearManager_GetCanApplyGearTraitToGear"); \ static_assert(offsetof(GearManager_GetCanApplyGearTraitToGear, Trait) == 0x000000, "Member 'GearManager_GetCanApplyGearTraitToGear::Trait' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetCanApplyGearTraitToGear, GearID) == 0x000048, "Member 'GearManager_GetCanApplyGearTraitToGear::GearID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetCanApplyGearTraitToGear, GearVariation) == 0x000050, "Member 'GearManager_GetCanApplyGearTraitToGear::GearVariation' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetCanApplyGearTraitToGear, OutErrorStringKey) == 0x000058, "Member 'GearManager_GetCanApplyGearTraitToGear::OutErrorStringKey' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetCanApplyGearTraitToGear, ReturnValue) == 0x000068, "Member 'GearManager_GetCanApplyGearTraitToGear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetDefaultPlayerGearAndAppearance \ static_assert(alignof(GearManager_GetDefaultPlayerGearAndAppearance) == 0x000008, "Wrong alignment on GearManager_GetDefaultPlayerGearAndAppearance"); \ static_assert(sizeof(GearManager_GetDefaultPlayerGearAndAppearance) == 0x000050, "Wrong size on GearManager_GetDefaultPlayerGearAndAppearance"); \ static_assert(offsetof(GearManager_GetDefaultPlayerGearAndAppearance, ReturnValue) == 0x000000, "Member 'GearManager_GetDefaultPlayerGearAndAppearance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetEquippedGearAppearanceOverrideID \ static_assert(alignof(GearManager_GetEquippedGearAppearanceOverrideID) == 0x000008, "Wrong alignment on GearManager_GetEquippedGearAppearanceOverrideID"); \ static_assert(sizeof(GearManager_GetEquippedGearAppearanceOverrideID) == 0x000028, "Wrong size on GearManager_GetEquippedGearAppearanceOverrideID"); \ static_assert(offsetof(GearManager_GetEquippedGearAppearanceOverrideID, ActorId) == 0x000000, "Member 'GearManager_GetEquippedGearAppearanceOverrideID::ActorId' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetEquippedGearAppearanceOverrideID, SlotID) == 0x000010, "Member 'GearManager_GetEquippedGearAppearanceOverrideID::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetEquippedGearAppearanceOverrideID, ReturnValue) == 0x000018, "Member 'GearManager_GetEquippedGearAppearanceOverrideID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetEquippedGearItemID \ static_assert(alignof(GearManager_GetEquippedGearItemID) == 0x000008, "Wrong alignment on GearManager_GetEquippedGearItemID"); \ static_assert(sizeof(GearManager_GetEquippedGearItemID) == 0x000028, "Wrong size on GearManager_GetEquippedGearItemID"); \ static_assert(offsetof(GearManager_GetEquippedGearItemID, ActorId) == 0x000000, "Member 'GearManager_GetEquippedGearItemID::ActorId' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetEquippedGearItemID, SlotID) == 0x000010, "Member 'GearManager_GetEquippedGearItemID::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetEquippedGearItemID, ReturnValue) == 0x000014, "Member 'GearManager_GetEquippedGearItemID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetGearAbilityUIInfo \ static_assert(alignof(GearManager_GetGearAbilityUIInfo) == 0x000008, "Wrong alignment on GearManager_GetGearAbilityUIInfo"); \ static_assert(sizeof(GearManager_GetGearAbilityUIInfo) == 0x000068, "Wrong size on GearManager_GetGearAbilityUIInfo"); \ static_assert(offsetof(GearManager_GetGearAbilityUIInfo, Item) == 0x000000, "Member 'GearManager_GetGearAbilityUIInfo::Item' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetGearAbilityUIInfo, OutGearUI) == 0x000058, "Member 'GearManager_GetGearAbilityUIInfo::OutGearUI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetGearAppearanceFromGearIDs \ static_assert(alignof(GearManager_GetGearAppearanceFromGearIDs) == 0x000008, "Wrong alignment on GearManager_GetGearAppearanceFromGearIDs"); \ static_assert(sizeof(GearManager_GetGearAppearanceFromGearIDs) == 0x000060, "Wrong size on GearManager_GetGearAppearanceFromGearIDs"); \ static_assert(offsetof(GearManager_GetGearAppearanceFromGearIDs, GearIDs) == 0x000000, "Member 'GearManager_GetGearAppearanceFromGearIDs::GearIDs' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetGearAppearanceFromGearIDs, ReturnValue) == 0x000010, "Member 'GearManager_GetGearAppearanceFromGearIDs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetGearAppearanceItemDefinitions \ static_assert(alignof(GearManager_GetGearAppearanceItemDefinitions) == 0x000008, "Wrong alignment on GearManager_GetGearAppearanceItemDefinitions"); \ static_assert(sizeof(GearManager_GetGearAppearanceItemDefinitions) == 0x000028, "Wrong size on GearManager_GetGearAppearanceItemDefinitions"); \ static_assert(offsetof(GearManager_GetGearAppearanceItemDefinitions, Gender) == 0x000000, "Member 'GearManager_GetGearAppearanceItemDefinitions::Gender' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetGearAppearanceItemDefinitions, GearAppearanceIDs) == 0x000008, "Member 'GearManager_GetGearAppearanceItemDefinitions::GearAppearanceIDs' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetGearAppearanceItemDefinitions, ReturnValue) == 0x000018, "Member 'GearManager_GetGearAppearanceItemDefinitions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetGearEmptyTraitSlots \ static_assert(alignof(GearManager_GetGearEmptyTraitSlots) == 0x000004, "Wrong alignment on GearManager_GetGearEmptyTraitSlots"); \ static_assert(sizeof(GearManager_GetGearEmptyTraitSlots) == 0x000014, "Wrong size on GearManager_GetGearEmptyTraitSlots"); \ static_assert(offsetof(GearManager_GetGearEmptyTraitSlots, GearID) == 0x000000, "Member 'GearManager_GetGearEmptyTraitSlots::GearID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetGearEmptyTraitSlots, Variation) == 0x000008, "Member 'GearManager_GetGearEmptyTraitSlots::Variation' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetGearEmptyTraitSlots, ReturnValue) == 0x000010, "Member 'GearManager_GetGearEmptyTraitSlots::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetGearIconID \ static_assert(alignof(GearManager_GetGearIconID) == 0x000004, "Wrong alignment on GearManager_GetGearIconID"); \ static_assert(sizeof(GearManager_GetGearIconID) == 0x000014, "Wrong size on GearManager_GetGearIconID"); \ static_assert(offsetof(GearManager_GetGearIconID, Gender) == 0x000000, "Member 'GearManager_GetGearIconID::Gender' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetGearIconID, GearID) == 0x000004, "Member 'GearManager_GetGearIconID::GearID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetGearIconID, ReturnValue) == 0x00000C, "Member 'GearManager_GetGearIconID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetGearItem \ static_assert(alignof(GearManager_GetGearItem) == 0x000008, "Wrong alignment on GearManager_GetGearItem"); \ static_assert(sizeof(GearManager_GetGearItem) == 0x000078, "Wrong size on GearManager_GetGearItem"); \ static_assert(offsetof(GearManager_GetGearItem, GearItemID) == 0x000000, "Member 'GearManager_GetGearItem::GearItemID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetGearItem, OutGearItem) == 0x000018, "Member 'GearManager_GetGearItem::OutGearItem' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetGearItem, ReturnValue) == 0x000070, "Member 'GearManager_GetGearItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetGearItemDynamic \ static_assert(alignof(GearManager_GetGearItemDynamic) == 0x000008, "Wrong alignment on GearManager_GetGearItemDynamic"); \ static_assert(sizeof(GearManager_GetGearItemDynamic) == 0x000078, "Wrong size on GearManager_GetGearItemDynamic"); \ static_assert(offsetof(GearManager_GetGearItemDynamic, GearItemID) == 0x000000, "Member 'GearManager_GetGearItemDynamic::GearItemID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetGearItemDynamic, GearItem) == 0x000018, "Member 'GearManager_GetGearItemDynamic::GearItem' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetGearItemDynamic, ReturnValue) == 0x000070, "Member 'GearManager_GetGearItemDynamic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetGearMaxTraitSlots \ static_assert(alignof(GearManager_GetGearMaxTraitSlots) == 0x000004, "Wrong alignment on GearManager_GetGearMaxTraitSlots"); \ static_assert(sizeof(GearManager_GetGearMaxTraitSlots) == 0x00000C, "Wrong size on GearManager_GetGearMaxTraitSlots"); \ static_assert(offsetof(GearManager_GetGearMaxTraitSlots, GearID) == 0x000000, "Member 'GearManager_GetGearMaxTraitSlots::GearID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetGearMaxTraitSlots, ReturnValue) == 0x000008, "Member 'GearManager_GetGearMaxTraitSlots::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetGearStatsUpgradeRecipe \ static_assert(alignof(GearManager_GetGearStatsUpgradeRecipe) == 0x000008, "Wrong alignment on GearManager_GetGearStatsUpgradeRecipe"); \ static_assert(sizeof(GearManager_GetGearStatsUpgradeRecipe) == 0x000080, "Wrong size on GearManager_GetGearStatsUpgradeRecipe"); \ static_assert(offsetof(GearManager_GetGearStatsUpgradeRecipe, GearItem) == 0x000000, "Member 'GearManager_GetGearStatsUpgradeRecipe::GearItem' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetGearStatsUpgradeRecipe, StatType) == 0x000058, "Member 'GearManager_GetGearStatsUpgradeRecipe::StatType' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetGearStatsUpgradeRecipe, NewLevel) == 0x00005C, "Member 'GearManager_GetGearStatsUpgradeRecipe::NewLevel' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetGearStatsUpgradeRecipe, ReturnValue) == 0x000060, "Member 'GearManager_GetGearStatsUpgradeRecipe::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetGearTraitRecipes \ static_assert(alignof(GearManager_GetGearTraitRecipes) == 0x000008, "Wrong alignment on GearManager_GetGearTraitRecipes"); \ static_assert(sizeof(GearManager_GetGearTraitRecipes) == 0x000018, "Wrong size on GearManager_GetGearTraitRecipes"); \ static_assert(offsetof(GearManager_GetGearTraitRecipes, AllRecipes) == 0x000000, "Member 'GearManager_GetGearTraitRecipes::AllRecipes' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetGearTraitRecipes, RarityTier) == 0x000010, "Member 'GearManager_GetGearTraitRecipes::RarityTier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetLastPreviewedGearSlot \ static_assert(alignof(GearManager_GetLastPreviewedGearSlot) == 0x000001, "Wrong alignment on GearManager_GetLastPreviewedGearSlot"); \ static_assert(sizeof(GearManager_GetLastPreviewedGearSlot) == 0x000001, "Wrong size on GearManager_GetLastPreviewedGearSlot"); \ static_assert(offsetof(GearManager_GetLastPreviewedGearSlot, ReturnValue) == 0x000000, "Member 'GearManager_GetLastPreviewedGearSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetMaxUpgradeForGearItem \ static_assert(alignof(GearManager_GetMaxUpgradeForGearItem) == 0x000008, "Wrong alignment on GearManager_GetMaxUpgradeForGearItem"); \ static_assert(sizeof(GearManager_GetMaxUpgradeForGearItem) == 0x000060, "Wrong size on GearManager_GetMaxUpgradeForGearItem"); \ static_assert(offsetof(GearManager_GetMaxUpgradeForGearItem, GearItem) == 0x000000, "Member 'GearManager_GetMaxUpgradeForGearItem::GearItem' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetMaxUpgradeForGearItem, ReturnValue) == 0x000058, "Member 'GearManager_GetMaxUpgradeForGearItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetNumOfStatUpgradeForGearItem \ static_assert(alignof(GearManager_GetNumOfStatUpgradeForGearItem) == 0x000004, "Wrong alignment on GearManager_GetNumOfStatUpgradeForGearItem"); \ static_assert(sizeof(GearManager_GetNumOfStatUpgradeForGearItem) == 0x000018, "Wrong size on GearManager_GetNumOfStatUpgradeForGearItem"); \ static_assert(offsetof(GearManager_GetNumOfStatUpgradeForGearItem, itemToCheck) == 0x000000, "Member 'GearManager_GetNumOfStatUpgradeForGearItem::itemToCheck' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetNumOfStatUpgradeForGearItem, ReturnValue) == 0x000014, "Member 'GearManager_GetNumOfStatUpgradeForGearItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetOutFitItemTypesBySlotID \ static_assert(alignof(GearManager_GetOutFitItemTypesBySlotID) == 0x000008, "Wrong alignment on GearManager_GetOutFitItemTypesBySlotID"); \ static_assert(sizeof(GearManager_GetOutFitItemTypesBySlotID) == 0x000018, "Wrong size on GearManager_GetOutFitItemTypesBySlotID"); \ static_assert(offsetof(GearManager_GetOutFitItemTypesBySlotID, SlotID) == 0x000000, "Member 'GearManager_GetOutFitItemTypesBySlotID::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetOutFitItemTypesBySlotID, ReturnValue) == 0x000008, "Member 'GearManager_GetOutFitItemTypesBySlotID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetRarityFromGearItemID \ static_assert(alignof(GearManager_GetRarityFromGearItemID) == 0x000004, "Wrong alignment on GearManager_GetRarityFromGearItemID"); \ static_assert(sizeof(GearManager_GetRarityFromGearItemID) == 0x000010, "Wrong size on GearManager_GetRarityFromGearItemID"); \ static_assert(offsetof(GearManager_GetRarityFromGearItemID, GearID) == 0x000000, "Member 'GearManager_GetRarityFromGearItemID::GearID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetRarityFromGearItemID, ReturnValue) == 0x000008, "Member 'GearManager_GetRarityFromGearItemID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetSlotIDFromGearID \ static_assert(alignof(GearManager_GetSlotIDFromGearID) == 0x000004, "Wrong alignment on GearManager_GetSlotIDFromGearID"); \ static_assert(sizeof(GearManager_GetSlotIDFromGearID) == 0x00000C, "Wrong size on GearManager_GetSlotIDFromGearID"); \ static_assert(offsetof(GearManager_GetSlotIDFromGearID, GearID) == 0x000000, "Member 'GearManager_GetSlotIDFromGearID::GearID' has a wrong offset!"); \ static_assert(offsetof(GearManager_GetSlotIDFromGearID, ReturnValue) == 0x000008, "Member 'GearManager_GetSlotIDFromGearID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_GetUnidentifiedGear \ static_assert(alignof(GearManager_GetUnidentifiedGear) == 0x000008, "Wrong alignment on GearManager_GetUnidentifiedGear"); \ static_assert(sizeof(GearManager_GetUnidentifiedGear) == 0x000010, "Wrong size on GearManager_GetUnidentifiedGear"); \ static_assert(offsetof(GearManager_GetUnidentifiedGear, ReturnValue) == 0x000000, "Member 'GearManager_GetUnidentifiedGear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_IdentifyAllItems \ static_assert(alignof(GearManager_IdentifyAllItems) == 0x000008, "Wrong alignment on GearManager_IdentifyAllItems"); \ static_assert(sizeof(GearManager_IdentifyAllItems) == 0x000010, "Wrong size on GearManager_IdentifyAllItems"); \ static_assert(offsetof(GearManager_IdentifyAllItems, ReturnValue) == 0x000000, "Member 'GearManager_IdentifyAllItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_IsGear \ static_assert(alignof(GearManager_IsGear) == 0x000004, "Wrong alignment on GearManager_IsGear"); \ static_assert(sizeof(GearManager_IsGear) == 0x00000C, "Wrong size on GearManager_IsGear"); \ static_assert(offsetof(GearManager_IsGear, ItemId) == 0x000000, "Member 'GearManager_IsGear::ItemId' has a wrong offset!"); \ static_assert(offsetof(GearManager_IsGear, ReturnValue) == 0x000008, "Member 'GearManager_IsGear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_IsGearItemEquippable \ static_assert(alignof(GearManager_IsGearItemEquippable) == 0x000004, "Wrong alignment on GearManager_IsGearItemEquippable"); \ static_assert(sizeof(GearManager_IsGearItemEquippable) == 0x000018, "Wrong size on GearManager_IsGearItemEquippable"); \ static_assert(offsetof(GearManager_IsGearItemEquippable, GearID) == 0x000000, "Member 'GearManager_IsGearItemEquippable::GearID' has a wrong offset!"); \ static_assert(offsetof(GearManager_IsGearItemEquippable, ReturnValue) == 0x000014, "Member 'GearManager_IsGearItemEquippable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_IsGearItemHoodUp \ static_assert(alignof(GearManager_IsGearItemHoodUp) == 0x000004, "Wrong alignment on GearManager_IsGearItemHoodUp"); \ static_assert(sizeof(GearManager_IsGearItemHoodUp) == 0x000018, "Wrong size on GearManager_IsGearItemHoodUp"); \ static_assert(offsetof(GearManager_IsGearItemHoodUp, GearItemID) == 0x000000, "Member 'GearManager_IsGearItemHoodUp::GearItemID' has a wrong offset!"); \ static_assert(offsetof(GearManager_IsGearItemHoodUp, ReturnValue) == 0x000014, "Member 'GearManager_IsGearItemHoodUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_IsHooded \ static_assert(alignof(GearManager_IsHooded) == 0x000008, "Wrong alignment on GearManager_IsHooded"); \ static_assert(sizeof(GearManager_IsHooded) == 0x000010, "Wrong size on GearManager_IsHooded"); \ static_assert(offsetof(GearManager_IsHooded, Actor) == 0x000000, "Member 'GearManager_IsHooded::Actor' has a wrong offset!"); \ static_assert(offsetof(GearManager_IsHooded, SlotID) == 0x000008, "Member 'GearManager_IsHooded::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_IsHooded, ReturnValue) == 0x000009, "Member 'GearManager_IsHooded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_IsHoodUp \ static_assert(alignof(GearManager_IsHoodUp) == 0x000008, "Wrong alignment on GearManager_IsHoodUp"); \ static_assert(sizeof(GearManager_IsHoodUp) == 0x000010, "Wrong size on GearManager_IsHoodUp"); \ static_assert(offsetof(GearManager_IsHoodUp, Actor) == 0x000000, "Member 'GearManager_IsHoodUp::Actor' has a wrong offset!"); \ static_assert(offsetof(GearManager_IsHoodUp, ReturnValue) == 0x000008, "Member 'GearManager_IsHoodUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_PreloadGearIds \ static_assert(alignof(GearManager_PreloadGearIds) == 0x000008, "Wrong alignment on GearManager_PreloadGearIds"); \ static_assert(sizeof(GearManager_PreloadGearIds) == 0x000028, "Wrong size on GearManager_PreloadGearIds"); \ static_assert(offsetof(GearManager_PreloadGearIds, Gender) == 0x000000, "Member 'GearManager_PreloadGearIds::Gender' has a wrong offset!"); \ static_assert(offsetof(GearManager_PreloadGearIds, GearIDs) == 0x000008, "Member 'GearManager_PreloadGearIds::GearIDs' has a wrong offset!"); \ static_assert(offsetof(GearManager_PreloadGearIds, ReturnValue) == 0x000018, "Member 'GearManager_PreloadGearIds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_PreviewGear \ static_assert(alignof(GearManager_PreviewGear) == 0x000008, "Wrong alignment on GearManager_PreviewGear"); \ static_assert(sizeof(GearManager_PreviewGear) == 0x000018, "Wrong size on GearManager_PreviewGear"); \ static_assert(offsetof(GearManager_PreviewGear, Actor) == 0x000000, "Member 'GearManager_PreviewGear::Actor' has a wrong offset!"); \ static_assert(offsetof(GearManager_PreviewGear, GearID) == 0x000008, "Member 'GearManager_PreviewGear::GearID' has a wrong offset!"); \ static_assert(offsetof(GearManager_PreviewGear, ReturnValue) == 0x000010, "Member 'GearManager_PreviewGear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_RemoveActorGearAppearanceOverride \ static_assert(alignof(GearManager_RemoveActorGearAppearanceOverride) == 0x000008, "Wrong alignment on GearManager_RemoveActorGearAppearanceOverride"); \ static_assert(sizeof(GearManager_RemoveActorGearAppearanceOverride) == 0x000020, "Wrong size on GearManager_RemoveActorGearAppearanceOverride"); \ static_assert(offsetof(GearManager_RemoveActorGearAppearanceOverride, Actor) == 0x000000, "Member 'GearManager_RemoveActorGearAppearanceOverride::Actor' has a wrong offset!"); \ static_assert(offsetof(GearManager_RemoveActorGearAppearanceOverride, GearItemID) == 0x000008, "Member 'GearManager_RemoveActorGearAppearanceOverride::GearItemID' has a wrong offset!"); \ static_assert(offsetof(GearManager_RemoveActorGearAppearanceOverride, ReturnValue) == 0x00001C, "Member 'GearManager_RemoveActorGearAppearanceOverride::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_RemoveForcedGearAppearances \ static_assert(alignof(GearManager_RemoveForcedGearAppearances) == 0x000008, "Wrong alignment on GearManager_RemoveForcedGearAppearances"); \ static_assert(sizeof(GearManager_RemoveForcedGearAppearances) == 0x000018, "Wrong size on GearManager_RemoveForcedGearAppearances"); \ static_assert(offsetof(GearManager_RemoveForcedGearAppearances, GearSlotIDs) == 0x000000, "Member 'GearManager_RemoveForcedGearAppearances::GearSlotIDs' has a wrong offset!"); \ static_assert(offsetof(GearManager_RemoveForcedGearAppearances, ReturnValue) == 0x000010, "Member 'GearManager_RemoveForcedGearAppearances::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_RemoveGearAppearanceOverride \ static_assert(alignof(GearManager_RemoveGearAppearanceOverride) == 0x000008, "Wrong alignment on GearManager_RemoveGearAppearanceOverride"); \ static_assert(sizeof(GearManager_RemoveGearAppearanceOverride) == 0x000028, "Wrong size on GearManager_RemoveGearAppearanceOverride"); \ static_assert(offsetof(GearManager_RemoveGearAppearanceOverride, ActorId) == 0x000000, "Member 'GearManager_RemoveGearAppearanceOverride::ActorId' has a wrong offset!"); \ static_assert(offsetof(GearManager_RemoveGearAppearanceOverride, GearItemID) == 0x000010, "Member 'GearManager_RemoveGearAppearanceOverride::GearItemID' has a wrong offset!"); \ static_assert(offsetof(GearManager_RemoveGearAppearanceOverride, ReturnValue) == 0x000024, "Member 'GearManager_RemoveGearAppearanceOverride::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_SetActorEquippedGearItemID \ static_assert(alignof(GearManager_SetActorEquippedGearItemID) == 0x000008, "Wrong alignment on GearManager_SetActorEquippedGearItemID"); \ static_assert(sizeof(GearManager_SetActorEquippedGearItemID) == 0x000020, "Wrong size on GearManager_SetActorEquippedGearItemID"); \ static_assert(offsetof(GearManager_SetActorEquippedGearItemID, Actor) == 0x000000, "Member 'GearManager_SetActorEquippedGearItemID::Actor' has a wrong offset!"); \ static_assert(offsetof(GearManager_SetActorEquippedGearItemID, GearItemID) == 0x000008, "Member 'GearManager_SetActorEquippedGearItemID::GearItemID' has a wrong offset!"); \ static_assert(offsetof(GearManager_SetActorEquippedGearItemID, bIncludeSlotDefaultGear) == 0x00001C, "Member 'GearManager_SetActorEquippedGearItemID::bIncludeSlotDefaultGear' has a wrong offset!"); \ static_assert(offsetof(GearManager_SetActorEquippedGearItemID, ReturnValue) == 0x00001D, "Member 'GearManager_SetActorEquippedGearItemID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_SetActorsEquippedGearAppearanceOverrideID \ static_assert(alignof(GearManager_SetActorsEquippedGearAppearanceOverrideID) == 0x000008, "Wrong alignment on GearManager_SetActorsEquippedGearAppearanceOverrideID"); \ static_assert(sizeof(GearManager_SetActorsEquippedGearAppearanceOverrideID) == 0x000020, "Wrong size on GearManager_SetActorsEquippedGearAppearanceOverrideID"); \ static_assert(offsetof(GearManager_SetActorsEquippedGearAppearanceOverrideID, Actor) == 0x000000, "Member 'GearManager_SetActorsEquippedGearAppearanceOverrideID::Actor' has a wrong offset!"); \ static_assert(offsetof(GearManager_SetActorsEquippedGearAppearanceOverrideID, GearAppearanceOverrideID) == 0x000008, "Member 'GearManager_SetActorsEquippedGearAppearanceOverrideID::GearAppearanceOverrideID' has a wrong offset!"); \ static_assert(offsetof(GearManager_SetActorsEquippedGearAppearanceOverrideID, ReturnValue) == 0x000018, "Member 'GearManager_SetActorsEquippedGearAppearanceOverrideID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_SetEquippedGearAppearanceOverrideID \ static_assert(alignof(GearManager_SetEquippedGearAppearanceOverrideID) == 0x000008, "Wrong alignment on GearManager_SetEquippedGearAppearanceOverrideID"); \ static_assert(sizeof(GearManager_SetEquippedGearAppearanceOverrideID) == 0x000028, "Wrong size on GearManager_SetEquippedGearAppearanceOverrideID"); \ static_assert(offsetof(GearManager_SetEquippedGearAppearanceOverrideID, ActorId) == 0x000000, "Member 'GearManager_SetEquippedGearAppearanceOverrideID::ActorId' has a wrong offset!"); \ static_assert(offsetof(GearManager_SetEquippedGearAppearanceOverrideID, GearAppearanceID) == 0x000010, "Member 'GearManager_SetEquippedGearAppearanceOverrideID::GearAppearanceID' has a wrong offset!"); \ static_assert(offsetof(GearManager_SetEquippedGearAppearanceOverrideID, ReturnValue) == 0x000020, "Member 'GearManager_SetEquippedGearAppearanceOverrideID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_SetEquippedGearItemID \ static_assert(alignof(GearManager_SetEquippedGearItemID) == 0x000008, "Wrong alignment on GearManager_SetEquippedGearItemID"); \ static_assert(sizeof(GearManager_SetEquippedGearItemID) == 0x000028, "Wrong size on GearManager_SetEquippedGearItemID"); \ static_assert(offsetof(GearManager_SetEquippedGearItemID, ActorId) == 0x000000, "Member 'GearManager_SetEquippedGearItemID::ActorId' has a wrong offset!"); \ static_assert(offsetof(GearManager_SetEquippedGearItemID, GearItemID) == 0x000010, "Member 'GearManager_SetEquippedGearItemID::GearItemID' has a wrong offset!"); \ static_assert(offsetof(GearManager_SetEquippedGearItemID, ReturnValue) == 0x000024, "Member 'GearManager_SetEquippedGearItemID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_SetForcedGearAppearances \ static_assert(alignof(GearManager_SetForcedGearAppearances) == 0x000008, "Wrong alignment on GearManager_SetForcedGearAppearances"); \ static_assert(sizeof(GearManager_SetForcedGearAppearances) == 0x000058, "Wrong size on GearManager_SetForcedGearAppearances"); \ static_assert(offsetof(GearManager_SetForcedGearAppearances, GearAppearanceNames) == 0x000000, "Member 'GearManager_SetForcedGearAppearances::GearAppearanceNames' has a wrong offset!"); \ static_assert(offsetof(GearManager_SetForcedGearAppearances, ReturnValue) == 0x000050, "Member 'GearManager_SetForcedGearAppearances::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_SetGearStat \ static_assert(alignof(GearManager_SetGearStat) == 0x000004, "Wrong alignment on GearManager_SetGearStat"); \ static_assert(sizeof(GearManager_SetGearStat) == 0x000020, "Wrong size on GearManager_SetGearStat"); \ static_assert(offsetof(GearManager_SetGearStat, GearID) == 0x000000, "Member 'GearManager_SetGearStat::GearID' has a wrong offset!"); \ static_assert(offsetof(GearManager_SetGearStat, Variation) == 0x000008, "Member 'GearManager_SetGearStat::Variation' has a wrong offset!"); \ static_assert(offsetof(GearManager_SetGearStat, StatName) == 0x000010, "Member 'GearManager_SetGearStat::StatName' has a wrong offset!"); \ static_assert(offsetof(GearManager_SetGearStat, StatValue) == 0x000018, "Member 'GearManager_SetGearStat::StatValue' has a wrong offset!"); \ static_assert(offsetof(GearManager_SetGearStat, ReturnValue) == 0x00001C, "Member 'GearManager_SetGearStat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_SetHoodPosition \ static_assert(alignof(GearManager_SetHoodPosition) == 0x000008, "Wrong alignment on GearManager_SetHoodPosition"); \ static_assert(sizeof(GearManager_SetHoodPosition) == 0x000020, "Wrong size on GearManager_SetHoodPosition"); \ static_assert(offsetof(GearManager_SetHoodPosition, Actor) == 0x000000, "Member 'GearManager_SetHoodPosition::Actor' has a wrong offset!"); \ static_assert(offsetof(GearManager_SetHoodPosition, GearItemID) == 0x000008, "Member 'GearManager_SetHoodPosition::GearItemID' has a wrong offset!"); \ static_assert(offsetof(GearManager_SetHoodPosition, bHoodUp) == 0x00001C, "Member 'GearManager_SetHoodPosition::bHoodUp' has a wrong offset!"); \ static_assert(offsetof(GearManager_SetHoodPosition, bRebuildCharacter) == 0x00001D, "Member 'GearManager_SetHoodPosition::bRebuildCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_StringToGearSlotID \ static_assert(alignof(GearManager_StringToGearSlotID) == 0x000008, "Wrong alignment on GearManager_StringToGearSlotID"); \ static_assert(sizeof(GearManager_StringToGearSlotID) == 0x000018, "Wrong size on GearManager_StringToGearSlotID"); \ static_assert(offsetof(GearManager_StringToGearSlotID, SlotID) == 0x000000, "Member 'GearManager_StringToGearSlotID::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_StringToGearSlotID, ReturnValue) == 0x000010, "Member 'GearManager_StringToGearSlotID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_UnequipActorSlotID \ static_assert(alignof(GearManager_UnequipActorSlotID) == 0x000008, "Wrong alignment on GearManager_UnequipActorSlotID"); \ static_assert(sizeof(GearManager_UnequipActorSlotID) == 0x000010, "Wrong size on GearManager_UnequipActorSlotID"); \ static_assert(offsetof(GearManager_UnequipActorSlotID, Actor) == 0x000000, "Member 'GearManager_UnequipActorSlotID::Actor' has a wrong offset!"); \ static_assert(offsetof(GearManager_UnequipActorSlotID, SlotID) == 0x000008, "Member 'GearManager_UnequipActorSlotID::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_UnequipActorSlotID, bIncludeSlotDefaultGear) == 0x000009, "Member 'GearManager_UnequipActorSlotID::bIncludeSlotDefaultGear' has a wrong offset!"); \ static_assert(offsetof(GearManager_UnequipActorSlotID, ReturnValue) == 0x00000A, "Member 'GearManager_UnequipActorSlotID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_UnequipSlotID \ static_assert(alignof(GearManager_UnequipSlotID) == 0x000008, "Wrong alignment on GearManager_UnequipSlotID"); \ static_assert(sizeof(GearManager_UnequipSlotID) == 0x000018, "Wrong size on GearManager_UnequipSlotID"); \ static_assert(offsetof(GearManager_UnequipSlotID, ActorId) == 0x000000, "Member 'GearManager_UnequipSlotID::ActorId' has a wrong offset!"); \ static_assert(offsetof(GearManager_UnequipSlotID, SlotID) == 0x000010, "Member 'GearManager_UnequipSlotID::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearManager_UnequipSlotID, ReturnValue) == 0x000011, "Member 'GearManager_UnequipSlotID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_UpdateGearOutfitItems \ static_assert(alignof(GearManager_UpdateGearOutfitItems) == 0x000008, "Wrong alignment on GearManager_UpdateGearOutfitItems"); \ static_assert(sizeof(GearManager_UpdateGearOutfitItems) == 0x000028, "Wrong size on GearManager_UpdateGearOutfitItems"); \ static_assert(offsetof(GearManager_UpdateGearOutfitItems, Actor) == 0x000000, "Member 'GearManager_UpdateGearOutfitItems::Actor' has a wrong offset!"); \ static_assert(offsetof(GearManager_UpdateGearOutfitItems, UpdateIfNothingEquipped) == 0x000008, "Member 'GearManager_UpdateGearOutfitItems::UpdateIfNothingEquipped' has a wrong offset!"); \ static_assert(offsetof(GearManager_UpdateGearOutfitItems, bIncludeSlotDefaultGear) == 0x000009, "Member 'GearManager_UpdateGearOutfitItems::bIncludeSlotDefaultGear' has a wrong offset!"); \ static_assert(offsetof(GearManager_UpdateGearOutfitItems, GearActorID) == 0x000010, "Member 'GearManager_UpdateGearOutfitItems::GearActorID' has a wrong offset!"); \ static_assert(offsetof(GearManager_UpdateGearOutfitItems, ReturnValue) == 0x000020, "Member 'GearManager_UpdateGearOutfitItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_UpgradeGearStatOnLoom \ static_assert(alignof(GearManager_UpgradeGearStatOnLoom) == 0x000008, "Wrong alignment on GearManager_UpgradeGearStatOnLoom"); \ static_assert(sizeof(GearManager_UpgradeGearStatOnLoom) == 0x000040, "Wrong size on GearManager_UpgradeGearStatOnLoom"); \ static_assert(offsetof(GearManager_UpgradeGearStatOnLoom, itemToUpgrade) == 0x000000, "Member 'GearManager_UpgradeGearStatOnLoom::itemToUpgrade' has a wrong offset!"); \ static_assert(offsetof(GearManager_UpgradeGearStatOnLoom, UpgradeData) == 0x000018, "Member 'GearManager_UpgradeGearStatOnLoom::UpgradeData' has a wrong offset!"); \ static_assert(offsetof(GearManager_UpgradeGearStatOnLoom, bIgnoreIngredients) == 0x000038, "Member 'GearManager_UpgradeGearStatOnLoom::bIgnoreIngredients' has a wrong offset!"); \ static_assert(offsetof(GearManager_UpgradeGearStatOnLoom, ReturnValue) == 0x00003C, "Member 'GearManager_UpgradeGearStatOnLoom::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_AddGearAbilityItems \ static_assert(alignof(GearManager_AddGearAbilityItems) == 0x000004, "Wrong alignment on GearManager_AddGearAbilityItems"); \ static_assert(sizeof(GearManager_AddGearAbilityItems) == 0x000008, "Wrong size on GearManager_AddGearAbilityItems"); \ static_assert(offsetof(GearManager_AddGearAbilityItems, GearAbility) == 0x000000, "Member 'GearManager_AddGearAbilityItems::GearAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearManager_AddGearUpgradeItems \ static_assert(alignof(GearManager_AddGearUpgradeItems) == 0x000004, "Wrong alignment on GearManager_AddGearUpgradeItems"); \ static_assert(sizeof(GearManager_AddGearUpgradeItems) == 0x000010, "Wrong size on GearManager_AddGearUpgradeItems"); \ static_assert(offsetof(GearManager_AddGearUpgradeItems, Rarity) == 0x000000, "Member 'GearManager_AddGearUpgradeItems::Rarity' has a wrong offset!"); \ static_assert(offsetof(GearManager_AddGearUpgradeItems, StatType) == 0x000008, "Member 'GearManager_AddGearUpgradeItems::StatType' has a wrong offset!"); \ static_assert(offsetof(GearManager_AddGearUpgradeItems, Level) == 0x00000C, "Member 'GearManager_AddGearUpgradeItems::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGearManager \ static_assert(alignof(UGearManager) == 0x000008, "Wrong alignment on UGearManager"); \ static_assert(sizeof(UGearManager) == 0x000080, "Wrong size on UGearManager"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_OnExcursionCompleted \ static_assert(alignof(URPGAbilityEventListener_OnExcursionCompleted) == 0x000008, "Wrong alignment on URPGAbilityEventListener_OnExcursionCompleted"); \ static_assert(sizeof(URPGAbilityEventListener_OnExcursionCompleted) == 0x000098, "Wrong size on URPGAbilityEventListener_OnExcursionCompleted"); \ #define DUMPER7_ASSERTS_GearScreen_EquipGearItem \ static_assert(alignof(GearScreen_EquipGearItem) == 0x000004, "Wrong alignment on GearScreen_EquipGearItem"); \ static_assert(sizeof(GearScreen_EquipGearItem) == 0x00002C, "Wrong size on GearScreen_EquipGearItem"); \ static_assert(offsetof(GearScreen_EquipGearItem, GearItemID) == 0x000000, "Member 'GearScreen_EquipGearItem::GearItemID' has a wrong offset!"); \ static_assert(offsetof(GearScreen_EquipGearItem, NewGearItemId) == 0x000014, "Member 'GearScreen_EquipGearItem::NewGearItemId' has a wrong offset!"); \ static_assert(offsetof(GearScreen_EquipGearItem, ReturnValue) == 0x000028, "Member 'GearScreen_EquipGearItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearScreen_GetActiveBuffData \ static_assert(alignof(GearScreen_GetActiveBuffData) == 0x000008, "Wrong alignment on GearScreen_GetActiveBuffData"); \ static_assert(sizeof(GearScreen_GetActiveBuffData) == 0x000010, "Wrong size on GearScreen_GetActiveBuffData"); \ static_assert(offsetof(GearScreen_GetActiveBuffData, ReturnValue) == 0x000000, "Member 'GearScreen_GetActiveBuffData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearScreen_GetSortedTools \ static_assert(alignof(GearScreen_GetSortedTools) == 0x000008, "Wrong alignment on GearScreen_GetSortedTools"); \ static_assert(sizeof(GearScreen_GetSortedTools) == 0x000020, "Wrong size on GearScreen_GetSortedTools"); \ static_assert(offsetof(GearScreen_GetSortedTools, ActiveHolderID) == 0x000000, "Member 'GearScreen_GetSortedTools::ActiveHolderID' has a wrong offset!"); \ static_assert(offsetof(GearScreen_GetSortedTools, StorageHolderID) == 0x000008, "Member 'GearScreen_GetSortedTools::StorageHolderID' has a wrong offset!"); \ static_assert(offsetof(GearScreen_GetSortedTools, ReturnValue) == 0x000010, "Member 'GearScreen_GetSortedTools::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearScreen_GetUnlockedAppearanceGear \ static_assert(alignof(GearScreen_GetUnlockedAppearanceGear) == 0x000008, "Wrong alignment on GearScreen_GetUnlockedAppearanceGear"); \ static_assert(sizeof(GearScreen_GetUnlockedAppearanceGear) == 0x000028, "Wrong size on GearScreen_GetUnlockedAppearanceGear"); \ static_assert(offsetof(GearScreen_GetUnlockedAppearanceGear, SlotID) == 0x000000, "Member 'GearScreen_GetUnlockedAppearanceGear::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearScreen_GetUnlockedAppearanceGear, OutCostumes) == 0x000008, "Member 'GearScreen_GetUnlockedAppearanceGear::OutCostumes' has a wrong offset!"); \ static_assert(offsetof(GearScreen_GetUnlockedAppearanceGear, OutGeneral) == 0x000018, "Member 'GearScreen_GetUnlockedAppearanceGear::OutGeneral' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearScreen_IsPlayerOnBroom \ static_assert(alignof(GearScreen_IsPlayerOnBroom) == 0x000001, "Wrong alignment on GearScreen_IsPlayerOnBroom"); \ static_assert(sizeof(GearScreen_IsPlayerOnBroom) == 0x000001, "Wrong size on GearScreen_IsPlayerOnBroom"); \ static_assert(offsetof(GearScreen_IsPlayerOnBroom, ReturnValue) == 0x000000, "Member 'GearScreen_IsPlayerOnBroom::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearScreen_IsPlayerOnMount \ static_assert(alignof(GearScreen_IsPlayerOnMount) == 0x000001, "Wrong alignment on GearScreen_IsPlayerOnMount"); \ static_assert(sizeof(GearScreen_IsPlayerOnMount) == 0x000001, "Wrong size on GearScreen_IsPlayerOnMount"); \ static_assert(offsetof(GearScreen_IsPlayerOnMount, ReturnValue) == 0x000000, "Member 'GearScreen_IsPlayerOnMount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearScreen_MakeGearIdForAppearance \ static_assert(alignof(GearScreen_MakeGearIdForAppearance) == 0x000004, "Wrong alignment on GearScreen_MakeGearIdForAppearance"); \ static_assert(sizeof(GearScreen_MakeGearIdForAppearance) == 0x000020, "Wrong size on GearScreen_MakeGearIdForAppearance"); \ static_assert(offsetof(GearScreen_MakeGearIdForAppearance, GearID) == 0x000000, "Member 'GearScreen_MakeGearIdForAppearance::GearID' has a wrong offset!"); \ static_assert(offsetof(GearScreen_MakeGearIdForAppearance, SlotID) == 0x000008, "Member 'GearScreen_MakeGearIdForAppearance::SlotID' has a wrong offset!"); \ static_assert(offsetof(GearScreen_MakeGearIdForAppearance, ReturnValue) == 0x00000C, "Member 'GearScreen_MakeGearIdForAppearance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GearScreen_UnequipGearItem \ static_assert(alignof(GearScreen_UnequipGearItem) == 0x000004, "Wrong alignment on GearScreen_UnequipGearItem"); \ static_assert(sizeof(GearScreen_UnequipGearItem) == 0x00001C, "Wrong size on GearScreen_UnequipGearItem"); \ static_assert(offsetof(GearScreen_UnequipGearItem, GearSlot) == 0x000000, "Member 'GearScreen_UnequipGearItem::GearSlot' has a wrong offset!"); \ static_assert(offsetof(GearScreen_UnequipGearItem, NewGearItemId) == 0x000004, "Member 'GearScreen_UnequipGearItem::NewGearItemId' has a wrong offset!"); \ static_assert(offsetof(GearScreen_UnequipGearItem, ReturnValue) == 0x000018, "Member 'GearScreen_UnequipGearItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGearScreen \ static_assert(alignof(UGearScreen) == 0x000008, "Wrong alignment on UGearScreen"); \ static_assert(sizeof(UGearScreen) == 0x0003F0, "Wrong size on UGearScreen"); \ static_assert(offsetof(UGearScreen, MenuCharacter) == 0x0003C8, "Member 'UGearScreen::MenuCharacter' has a wrong offset!"); \ static_assert(offsetof(UGearScreen, WandActor) == 0x0003D0, "Member 'UGearScreen::WandActor' has a wrong offset!"); \ static_assert(offsetof(UGearScreen, BroomProxyActor) == 0x0003D8, "Member 'UGearScreen::BroomProxyActor' has a wrong offset!"); \ static_assert(offsetof(UGearScreen, MountActor) == 0x0003E0, "Member 'UGearScreen::MountActor' has a wrong offset!"); \ static_assert(offsetof(UGearScreen, ShowAppearanceGear) == 0x0003E8, "Member 'UGearScreen::ShowAppearanceGear' has a wrong offset!"); \ static_assert(offsetof(UGearScreen, IsAppearanceInventory) == 0x0003E9, "Member 'UGearScreen::IsAppearanceInventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGenericBPSpellTool \ static_assert(alignof(AGenericBPSpellTool) == 0x000008, "Wrong alignment on AGenericBPSpellTool"); \ static_assert(sizeof(AGenericBPSpellTool) == 0x000970, "Wrong size on AGenericBPSpellTool"); \ static_assert(offsetof(AGenericBPSpellTool, BPActorClass) == 0x000960, "Member 'AGenericBPSpellTool::BPActorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneActionState_WaitForDeath_OnActorEndPlay \ static_assert(alignof(SceneActionState_WaitForDeath_OnActorEndPlay) == 0x000008, "Wrong alignment on SceneActionState_WaitForDeath_OnActorEndPlay"); \ static_assert(sizeof(SceneActionState_WaitForDeath_OnActorEndPlay) == 0x000008, "Wrong size on SceneActionState_WaitForDeath_OnActorEndPlay"); \ static_assert(offsetof(SceneActionState_WaitForDeath_OnActorEndPlay, Actor) == 0x000000, "Member 'SceneActionState_WaitForDeath_OnActorEndPlay::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WaitForDeath \ static_assert(alignof(USceneActionState_WaitForDeath) == 0x000008, "Wrong alignment on USceneActionState_WaitForDeath"); \ static_assert(sizeof(USceneActionState_WaitForDeath) == 0x000070, "Wrong size on USceneActionState_WaitForDeath"); \ #define DUMPER7_ASSERTS_GenericStepWidget_TickBox \ static_assert(alignof(GenericStepWidget_TickBox) == 0x000008, "Wrong alignment on GenericStepWidget_TickBox"); \ static_assert(sizeof(GenericStepWidget_TickBox) == 0x000008, "Wrong size on GenericStepWidget_TickBox"); \ static_assert(offsetof(GenericStepWidget_TickBox, Image) == 0x000000, "Member 'GenericStepWidget_TickBox::Image' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GenericStepWidget_UntickBox \ static_assert(alignof(GenericStepWidget_UntickBox) == 0x000008, "Wrong alignment on GenericStepWidget_UntickBox"); \ static_assert(sizeof(GenericStepWidget_UntickBox) == 0x000008, "Wrong size on GenericStepWidget_UntickBox"); \ static_assert(offsetof(GenericStepWidget_UntickBox, Image) == 0x000000, "Member 'GenericStepWidget_UntickBox::Image' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGenericStepWidget \ static_assert(alignof(UGenericStepWidget) == 0x000008, "Wrong alignment on UGenericStepWidget"); \ static_assert(sizeof(UGenericStepWidget) == 0x000270, "Wrong size on UGenericStepWidget"); \ static_assert(offsetof(UGenericStepWidget, checkmark) == 0x000268, "Member 'UGenericStepWidget::checkmark' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityCustomTargetEventListener \ static_assert(alignof(URPGAbilityCustomTargetEventListener) == 0x000008, "Wrong alignment on URPGAbilityCustomTargetEventListener"); \ static_assert(sizeof(URPGAbilityCustomTargetEventListener) == 0x0000A0, "Wrong size on URPGAbilityCustomTargetEventListener"); \ static_assert(offsetof(URPGAbilityCustomTargetEventListener, TargetActor) == 0x000098, "Member 'URPGAbilityCustomTargetEventListener::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RPGAbilityEventListener_OnTargetHitWithMunition_OnMunitionHit \ static_assert(alignof(RPGAbilityEventListener_OnTargetHitWithMunition_OnMunitionHit) == 0x000008, "Wrong alignment on RPGAbilityEventListener_OnTargetHitWithMunition_OnMunitionHit"); \ static_assert(sizeof(RPGAbilityEventListener_OnTargetHitWithMunition_OnMunitionHit) == 0x000020, "Wrong size on RPGAbilityEventListener_OnTargetHitWithMunition_OnMunitionHit"); \ static_assert(offsetof(RPGAbilityEventListener_OnTargetHitWithMunition_OnMunitionHit, Caller) == 0x000000, "Member 'RPGAbilityEventListener_OnTargetHitWithMunition_OnMunitionHit::Caller' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityEventListener_OnTargetHitWithMunition_OnMunitionHit, MunitionData) == 0x000008, "Member 'RPGAbilityEventListener_OnTargetHitWithMunition_OnMunitionHit::MunitionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_OnTargetHitWithMunition \ static_assert(alignof(URPGAbilityEventListener_OnTargetHitWithMunition) == 0x000008, "Wrong alignment on URPGAbilityEventListener_OnTargetHitWithMunition"); \ static_assert(sizeof(URPGAbilityEventListener_OnTargetHitWithMunition) == 0x0000A8, "Wrong size on URPGAbilityEventListener_OnTargetHitWithMunition"); \ static_assert(offsetof(URPGAbilityEventListener_OnTargetHitWithMunition, MunitionTypeFilter) == 0x0000A0, "Member 'URPGAbilityEventListener_OnTargetHitWithMunition::MunitionTypeFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeOverrideDateTimeInputRangeSceneRig \ static_assert(alignof(UTimeOverrideDateTimeInputRangeSceneRig) == 0x000008, "Wrong alignment on UTimeOverrideDateTimeInputRangeSceneRig"); \ static_assert(sizeof(UTimeOverrideDateTimeInputRangeSceneRig) == 0x000068, "Wrong size on UTimeOverrideDateTimeInputRangeSceneRig"); \ static_assert(offsetof(UTimeOverrideDateTimeInputRangeSceneRig, StartDateTime) == 0x000030, "Member 'UTimeOverrideDateTimeInputRangeSceneRig::StartDateTime' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideDateTimeInputRangeSceneRig, EndDateTime) == 0x000048, "Member 'UTimeOverrideDateTimeInputRangeSceneRig::EndDateTime' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideDateTimeInputRangeSceneRig, Priority) == 0x000060, "Member 'UTimeOverrideDateTimeInputRangeSceneRig::Priority' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideDateTimeInputRangeSceneRig, bUseEndDateTime) == 0x000064, "Member 'UTimeOverrideDateTimeInputRangeSceneRig::bUseEndDateTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGhostStory \ static_assert(alignof(UGhostStory) == 0x000008, "Wrong alignment on UGhostStory"); \ static_assert(sizeof(UGhostStory) == 0x000140, "Wrong size on UGhostStory"); \ #define DUMPER7_ASSERTS_RPGAbilityEventListener_OnPlayerEpiskeyHealing_OnEpiskeyHealing \ static_assert(alignof(RPGAbilityEventListener_OnPlayerEpiskeyHealing_OnEpiskeyHealing) == 0x000008, "Wrong alignment on RPGAbilityEventListener_OnPlayerEpiskeyHealing_OnEpiskeyHealing"); \ static_assert(sizeof(RPGAbilityEventListener_OnPlayerEpiskeyHealing_OnEpiskeyHealing) == 0x000018, "Wrong size on RPGAbilityEventListener_OnPlayerEpiskeyHealing_OnEpiskeyHealing"); \ static_assert(offsetof(RPGAbilityEventListener_OnPlayerEpiskeyHealing_OnEpiskeyHealing, Instigator) == 0x000000, "Member 'RPGAbilityEventListener_OnPlayerEpiskeyHealing_OnEpiskeyHealing::Instigator' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityEventListener_OnPlayerEpiskeyHealing_OnEpiskeyHealing, InHealthChange) == 0x000008, "Member 'RPGAbilityEventListener_OnPlayerEpiskeyHealing_OnEpiskeyHealing::InHealthChange' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityEventListener_OnPlayerEpiskeyHealing_OnEpiskeyHealing, TargetActor) == 0x000010, "Member 'RPGAbilityEventListener_OnPlayerEpiskeyHealing_OnEpiskeyHealing::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_OnPlayerEpiskeyHealing \ static_assert(alignof(URPGAbilityEventListener_OnPlayerEpiskeyHealing) == 0x000008, "Wrong alignment on URPGAbilityEventListener_OnPlayerEpiskeyHealing"); \ static_assert(sizeof(URPGAbilityEventListener_OnPlayerEpiskeyHealing) == 0x0000A0, "Wrong size on URPGAbilityEventListener_OnPlayerEpiskeyHealing"); \ static_assert(offsetof(URPGAbilityEventListener_OnPlayerEpiskeyHealing, HealthThresholdBefore) == 0x000098, "Member 'URPGAbilityEventListener_OnPlayerEpiskeyHealing::HealthThresholdBefore' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlassWaller_SetMobility \ static_assert(alignof(GlassWaller_SetMobility) == 0x000001, "Wrong alignment on GlassWaller_SetMobility"); \ static_assert(sizeof(GlassWaller_SetMobility) == 0x000001, "Wrong size on GlassWaller_SetMobility"); \ static_assert(offsetof(GlassWaller_SetMobility, InMobility) == 0x000000, "Member 'GlassWaller_SetMobility::InMobility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GlassWaller_WithEditor \ static_assert(alignof(GlassWaller_WithEditor) == 0x000001, "Wrong alignment on GlassWaller_WithEditor"); \ static_assert(sizeof(GlassWaller_WithEditor) == 0x000001, "Wrong size on GlassWaller_WithEditor"); \ static_assert(offsetof(GlassWaller_WithEditor, ReturnValue) == 0x000000, "Member 'GlassWaller_WithEditor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGlassWaller \ static_assert(alignof(AGlassWaller) == 0x000008, "Wrong alignment on AGlassWaller"); \ static_assert(sizeof(AGlassWaller) == 0x000280, "Wrong size on AGlassWaller"); \ static_assert(offsetof(AGlassWaller, SplineComponent) == 0x000248, "Member 'AGlassWaller::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(AGlassWaller, InstancedStaticMeshComponent) == 0x000250, "Member 'AGlassWaller::InstancedStaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(AGlassWaller, NavigationGeometryGatheringMode) == 0x000258, "Member 'AGlassWaller::NavigationGeometryGatheringMode' has a wrong offset!"); \ static_assert(offsetof(AGlassWaller, bDisableWhenPlayerMounted) == 0x000259, "Member 'AGlassWaller::bDisableWhenPlayerMounted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GmCheatManager_BICaptureLLM \ static_assert(alignof(GmCheatManager_BICaptureLLM) == 0x000008, "Wrong alignment on GmCheatManager_BICaptureLLM"); \ static_assert(sizeof(GmCheatManager_BICaptureLLM) == 0x000010, "Wrong size on GmCheatManager_BICaptureLLM"); \ static_assert(offsetof(GmCheatManager_BICaptureLLM, Label) == 0x000000, "Member 'GmCheatManager_BICaptureLLM::Label' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GmCheatManager_BICaptureObjListMemory \ static_assert(alignof(GmCheatManager_BICaptureObjListMemory) == 0x000008, "Wrong alignment on GmCheatManager_BICaptureObjListMemory"); \ static_assert(sizeof(GmCheatManager_BICaptureObjListMemory) == 0x000010, "Wrong size on GmCheatManager_BICaptureObjListMemory"); \ static_assert(offsetof(GmCheatManager_BICaptureObjListMemory, Label) == 0x000000, "Member 'GmCheatManager_BICaptureObjListMemory::Label' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GmCheatManager_QAConsoleCommand \ static_assert(alignof(GmCheatManager_QAConsoleCommand) == 0x000008, "Wrong alignment on GmCheatManager_QAConsoleCommand"); \ static_assert(sizeof(GmCheatManager_QAConsoleCommand) == 0x000010, "Wrong size on GmCheatManager_QAConsoleCommand"); \ static_assert(offsetof(GmCheatManager_QAConsoleCommand, Command) == 0x000000, "Member 'GmCheatManager_QAConsoleCommand::Command' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GmCheatManager_QAGetEnvironmentInformation \ static_assert(alignof(GmCheatManager_QAGetEnvironmentInformation) == 0x000004, "Wrong alignment on GmCheatManager_QAGetEnvironmentInformation"); \ static_assert(sizeof(GmCheatManager_QAGetEnvironmentInformation) == 0x000004, "Wrong size on GmCheatManager_QAGetEnvironmentInformation"); \ static_assert(offsetof(GmCheatManager_QAGetEnvironmentInformation, Index_0) == 0x000000, "Member 'GmCheatManager_QAGetEnvironmentInformation::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GmCheatManager_QARunAutomationTest \ static_assert(alignof(GmCheatManager_QARunAutomationTest) == 0x000008, "Wrong alignment on GmCheatManager_QARunAutomationTest"); \ static_assert(sizeof(GmCheatManager_QARunAutomationTest) == 0x000010, "Wrong size on GmCheatManager_QARunAutomationTest"); \ static_assert(offsetof(GmCheatManager_QARunAutomationTest, TestName) == 0x000000, "Member 'GmCheatManager_QARunAutomationTest::TestName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GmCheatManager_QARunBroomFlightAutomationTest \ static_assert(alignof(GmCheatManager_QARunBroomFlightAutomationTest) == 0x000008, "Wrong alignment on GmCheatManager_QARunBroomFlightAutomationTest"); \ static_assert(sizeof(GmCheatManager_QARunBroomFlightAutomationTest) == 0x000010, "Wrong size on GmCheatManager_QARunBroomFlightAutomationTest"); \ static_assert(offsetof(GmCheatManager_QARunBroomFlightAutomationTest, Command) == 0x000000, "Member 'GmCheatManager_QARunBroomFlightAutomationTest::Command' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GmCheatManager_QARunConjurationPerformanceTest \ static_assert(alignof(GmCheatManager_QARunConjurationPerformanceTest) == 0x000008, "Wrong alignment on GmCheatManager_QARunConjurationPerformanceTest"); \ static_assert(sizeof(GmCheatManager_QARunConjurationPerformanceTest) == 0x000010, "Wrong size on GmCheatManager_QARunConjurationPerformanceTest"); \ static_assert(offsetof(GmCheatManager_QARunConjurationPerformanceTest, TestName) == 0x000000, "Member 'GmCheatManager_QARunConjurationPerformanceTest::TestName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GmCheatManager_QARunLoadTimingsAutomationTest \ static_assert(alignof(GmCheatManager_QARunLoadTimingsAutomationTest) == 0x000008, "Wrong alignment on GmCheatManager_QARunLoadTimingsAutomationTest"); \ static_assert(sizeof(GmCheatManager_QARunLoadTimingsAutomationTest) == 0x000010, "Wrong size on GmCheatManager_QARunLoadTimingsAutomationTest"); \ static_assert(offsetof(GmCheatManager_QARunLoadTimingsAutomationTest, TestName) == 0x000000, "Member 'GmCheatManager_QARunLoadTimingsAutomationTest::TestName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GmCheatManager_QARunMemoryAutomationTest \ static_assert(alignof(GmCheatManager_QARunMemoryAutomationTest) == 0x000008, "Wrong alignment on GmCheatManager_QARunMemoryAutomationTest"); \ static_assert(sizeof(GmCheatManager_QARunMemoryAutomationTest) == 0x000010, "Wrong size on GmCheatManager_QARunMemoryAutomationTest"); \ static_assert(offsetof(GmCheatManager_QARunMemoryAutomationTest, TestName) == 0x000000, "Member 'GmCheatManager_QARunMemoryAutomationTest::TestName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GmCheatManager_QARunMultiplePointOfInterestAutomationTest \ static_assert(alignof(GmCheatManager_QARunMultiplePointOfInterestAutomationTest) == 0x000008, "Wrong alignment on GmCheatManager_QARunMultiplePointOfInterestAutomationTest"); \ static_assert(sizeof(GmCheatManager_QARunMultiplePointOfInterestAutomationTest) == 0x000010, "Wrong size on GmCheatManager_QARunMultiplePointOfInterestAutomationTest"); \ static_assert(offsetof(GmCheatManager_QARunMultiplePointOfInterestAutomationTest, TestName) == 0x000000, "Member 'GmCheatManager_QARunMultiplePointOfInterestAutomationTest::TestName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GmCheatManager_QARunScalabilityAutomationTest \ static_assert(alignof(GmCheatManager_QARunScalabilityAutomationTest) == 0x000008, "Wrong alignment on GmCheatManager_QARunScalabilityAutomationTest"); \ static_assert(sizeof(GmCheatManager_QARunScalabilityAutomationTest) == 0x000018, "Wrong size on GmCheatManager_QARunScalabilityAutomationTest"); \ static_assert(offsetof(GmCheatManager_QARunScalabilityAutomationTest, QualityPreset) == 0x000000, "Member 'GmCheatManager_QARunScalabilityAutomationTest::QualityPreset' has a wrong offset!"); \ static_assert(offsetof(GmCheatManager_QARunScalabilityAutomationTest, TestName) == 0x000008, "Member 'GmCheatManager_QARunScalabilityAutomationTest::TestName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGmCheatManager \ static_assert(alignof(UGmCheatManager) == 0x000008, "Wrong alignment on UGmCheatManager"); \ static_assert(sizeof(UGmCheatManager) == 0x000098, "Wrong size on UGmCheatManager"); \ static_assert(offsetof(UGmCheatManager, OtherCheatManagers) == 0x000088, "Member 'UGmCheatManager::OtherCheatManagers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGoblin_AttackChoice_DaggerThrow \ static_assert(alignof(UGoblin_AttackChoice_DaggerThrow) == 0x000008, "Wrong alignment on UGoblin_AttackChoice_DaggerThrow"); \ static_assert(sizeof(UGoblin_AttackChoice_DaggerThrow) == 0x000028, "Wrong size on UGoblin_AttackChoice_DaggerThrow"); \ #define DUMPER7_ASSERTS_USceneActionState_WaterRipple \ static_assert(alignof(USceneActionState_WaterRipple) == 0x000008, "Wrong alignment on USceneActionState_WaterRipple"); \ static_assert(sizeof(USceneActionState_WaterRipple) == 0x000078, "Wrong size on USceneActionState_WaterRipple"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_DuringNighttime \ static_assert(alignof(URPGAbilityEventListener_DuringNighttime) == 0x000008, "Wrong alignment on URPGAbilityEventListener_DuringNighttime"); \ static_assert(sizeof(URPGAbilityEventListener_DuringNighttime) == 0x0000A0, "Wrong size on URPGAbilityEventListener_DuringNighttime"); \ #define DUMPER7_ASSERTS_UGoblin_AttackSpeedChoice \ static_assert(alignof(UGoblin_AttackSpeedChoice) == 0x000008, "Wrong alignment on UGoblin_AttackSpeedChoice"); \ static_assert(sizeof(UGoblin_AttackSpeedChoice) == 0x000048, "Wrong size on UGoblin_AttackSpeedChoice"); \ static_assert(offsetof(UGoblin_AttackSpeedChoice, SplitDistance) == 0x000028, "Member 'UGoblin_AttackSpeedChoice::SplitDistance' has a wrong offset!"); \ static_assert(offsetof(UGoblin_AttackSpeedChoice, ChangeTime) == 0x00002C, "Member 'UGoblin_AttackSpeedChoice::ChangeTime' has a wrong offset!"); \ static_assert(offsetof(UGoblin_AttackSpeedChoice, CloserSpeed) == 0x000030, "Member 'UGoblin_AttackSpeedChoice::CloserSpeed' has a wrong offset!"); \ static_assert(offsetof(UGoblin_AttackSpeedChoice, FurtherSpeed) == 0x000034, "Member 'UGoblin_AttackSpeedChoice::FurtherSpeed' has a wrong offset!"); \ static_assert(offsetof(UGoblin_AttackSpeedChoice, RetreatDistance) == 0x000038, "Member 'UGoblin_AttackSpeedChoice::RetreatDistance' has a wrong offset!"); \ static_assert(offsetof(UGoblin_AttackSpeedChoice, RetreatTimeSinceAttack) == 0x00003C, "Member 'UGoblin_AttackSpeedChoice::RetreatTimeSinceAttack' has a wrong offset!"); \ static_assert(offsetof(UGoblin_AttackSpeedChoice, RetreatSpeed) == 0x000040, "Member 'UGoblin_AttackSpeedChoice::RetreatSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneActionState_WaitForPlayer_OnPerformTaskComplete \ static_assert(alignof(SceneActionState_WaitForPlayer_OnPerformTaskComplete) == 0x000008, "Wrong alignment on SceneActionState_WaitForPlayer_OnPerformTaskComplete"); \ static_assert(sizeof(SceneActionState_WaitForPlayer_OnPerformTaskComplete) == 0x000010, "Wrong size on SceneActionState_WaitForPlayer_OnPerformTaskComplete"); \ static_assert(offsetof(SceneActionState_WaitForPlayer_OnPerformTaskComplete, InScheduledEntity) == 0x000000, "Member 'SceneActionState_WaitForPlayer_OnPerformTaskComplete::InScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(SceneActionState_WaitForPlayer_OnPerformTaskComplete, ActivityTypeBits) == 0x000008, "Member 'SceneActionState_WaitForPlayer_OnPerformTaskComplete::ActivityTypeBits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WaitForPlayer \ static_assert(alignof(USceneActionState_WaitForPlayer) == 0x000008, "Wrong alignment on USceneActionState_WaitForPlayer"); \ static_assert(sizeof(USceneActionState_WaitForPlayer) == 0x000080, "Wrong size on USceneActionState_WaitForPlayer"); \ #define DUMPER7_ASSERTS_ProxFloorBend_OnOverlapBegin \ static_assert(alignof(ProxFloorBend_OnOverlapBegin) == 0x000008, "Wrong alignment on ProxFloorBend_OnOverlapBegin"); \ static_assert(sizeof(ProxFloorBend_OnOverlapBegin) == 0x0000A8, "Wrong size on ProxFloorBend_OnOverlapBegin"); \ static_assert(offsetof(ProxFloorBend_OnOverlapBegin, OverlappedComp) == 0x000000, "Member 'ProxFloorBend_OnOverlapBegin::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(ProxFloorBend_OnOverlapBegin, Other) == 0x000008, "Member 'ProxFloorBend_OnOverlapBegin::Other' has a wrong offset!"); \ static_assert(offsetof(ProxFloorBend_OnOverlapBegin, OtherComp) == 0x000010, "Member 'ProxFloorBend_OnOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(ProxFloorBend_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'ProxFloorBend_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(ProxFloorBend_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'ProxFloorBend_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(ProxFloorBend_OnOverlapBegin, SweepResult) == 0x000020, "Member 'ProxFloorBend_OnOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProxFloorBend_OnOverlapEnd \ static_assert(alignof(ProxFloorBend_OnOverlapEnd) == 0x000008, "Wrong alignment on ProxFloorBend_OnOverlapEnd"); \ static_assert(sizeof(ProxFloorBend_OnOverlapEnd) == 0x000020, "Wrong size on ProxFloorBend_OnOverlapEnd"); \ static_assert(offsetof(ProxFloorBend_OnOverlapEnd, OverlappedComp) == 0x000000, "Member 'ProxFloorBend_OnOverlapEnd::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(ProxFloorBend_OnOverlapEnd, Other) == 0x000008, "Member 'ProxFloorBend_OnOverlapEnd::Other' has a wrong offset!"); \ static_assert(offsetof(ProxFloorBend_OnOverlapEnd, OtherComp) == 0x000010, "Member 'ProxFloorBend_OnOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(ProxFloorBend_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'ProxFloorBend_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProxFloorBend_ProxFloorBendSetUp \ static_assert(alignof(ProxFloorBend_ProxFloorBendSetUp) == 0x000008, "Wrong alignment on ProxFloorBend_ProxFloorBendSetUp"); \ static_assert(sizeof(ProxFloorBend_ProxFloorBendSetUp) == 0x000030, "Wrong size on ProxFloorBend_ProxFloorBendSetUp"); \ static_assert(offsetof(ProxFloorBend_ProxFloorBendSetUp, i_SceneComponent) == 0x000000, "Member 'ProxFloorBend_ProxFloorBendSetUp::i_SceneComponent' has a wrong offset!"); \ static_assert(offsetof(ProxFloorBend_ProxFloorBendSetUp, i_NewFloor) == 0x000008, "Member 'ProxFloorBend_ProxFloorBendSetUp::i_NewFloor' has a wrong offset!"); \ static_assert(offsetof(ProxFloorBend_ProxFloorBendSetUp, i_AkComponent) == 0x000010, "Member 'ProxFloorBend_ProxFloorBendSetUp::i_AkComponent' has a wrong offset!"); \ static_assert(offsetof(ProxFloorBend_ProxFloorBendSetUp, i_TriggerBox) == 0x000018, "Member 'ProxFloorBend_ProxFloorBendSetUp::i_TriggerBox' has a wrong offset!"); \ static_assert(offsetof(ProxFloorBend_ProxFloorBendSetUp, i_ComparisonActor) == 0x000020, "Member 'ProxFloorBend_ProxFloorBendSetUp::i_ComparisonActor' has a wrong offset!"); \ static_assert(offsetof(ProxFloorBend_ProxFloorBendSetUp, ReturnValue) == 0x000028, "Member 'ProxFloorBend_ProxFloorBendSetUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProxFloorBend_SetFloorLocation \ static_assert(alignof(ProxFloorBend_SetFloorLocation) == 0x000008, "Wrong alignment on ProxFloorBend_SetFloorLocation"); \ static_assert(sizeof(ProxFloorBend_SetFloorLocation) == 0x000028, "Wrong size on ProxFloorBend_SetFloorLocation"); \ static_assert(offsetof(ProxFloorBend_SetFloorLocation, Obj) == 0x000000, "Member 'ProxFloorBend_SetFloorLocation::Obj' has a wrong offset!"); \ static_assert(offsetof(ProxFloorBend_SetFloorLocation, Blend) == 0x000008, "Member 'ProxFloorBend_SetFloorLocation::Blend' has a wrong offset!"); \ static_assert(offsetof(ProxFloorBend_SetFloorLocation, BaseLOC) == 0x00000C, "Member 'ProxFloorBend_SetFloorLocation::BaseLOC' has a wrong offset!"); \ static_assert(offsetof(ProxFloorBend_SetFloorLocation, CompareLocation) == 0x000018, "Member 'ProxFloorBend_SetFloorLocation::CompareLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProxFloorBend_UpdateCollisionResponse \ static_assert(alignof(ProxFloorBend_UpdateCollisionResponse) == 0x000004, "Wrong alignment on ProxFloorBend_UpdateCollisionResponse"); \ static_assert(sizeof(ProxFloorBend_UpdateCollisionResponse) == 0x000004, "Wrong size on ProxFloorBend_UpdateCollisionResponse"); \ static_assert(offsetof(ProxFloorBend_UpdateCollisionResponse, Blend) == 0x000000, "Member 'ProxFloorBend_UpdateCollisionResponse::Blend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProxFloorBend_UpdateProxFloorBend \ static_assert(alignof(ProxFloorBend_UpdateProxFloorBend) == 0x000004, "Wrong alignment on ProxFloorBend_UpdateProxFloorBend"); \ static_assert(sizeof(ProxFloorBend_UpdateProxFloorBend) == 0x000004, "Wrong size on ProxFloorBend_UpdateProxFloorBend"); \ static_assert(offsetof(ProxFloorBend_UpdateProxFloorBend, Blend) == 0x000000, "Member 'ProxFloorBend_UpdateProxFloorBend::Blend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AProxFloorBend \ static_assert(alignof(AProxFloorBend) == 0x000010, "Wrong alignment on AProxFloorBend"); \ static_assert(sizeof(AProxFloorBend) == 0x000400, "Wrong size on AProxFloorBend"); \ static_assert(offsetof(AProxFloorBend, Floor) == 0x000248, "Member 'AProxFloorBend::Floor' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, Radius) == 0x000258, "Member 'AProxFloorBend::Radius' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, InnerRadius) == 0x00025C, "Member 'AProxFloorBend::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, Offset) == 0x000260, "Member 'AProxFloorBend::Offset' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, BlendTime) == 0x000264, "Member 'AProxFloorBend::BlendTime' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, FloorOffset) == 0x000268, "Member 'AProxFloorBend::FloorOffset' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, ZOffset) == 0x00026C, "Member 'AProxFloorBend::ZOffset' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, ZFloorBase) == 0x000270, "Member 'AProxFloorBend::ZFloorBase' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, TraceDistance) == 0x000274, "Member 'AProxFloorBend::TraceDistance' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, ProximityOffset) == 0x000280, "Member 'AProxFloorBend::ProximityOffset' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, bUseProxOffset) == 0x0002B0, "Member 'AProxFloorBend::bUseProxOffset' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, bSetUpOnPlay) == 0x0002B1, "Member 'AProxFloorBend::bSetUpOnPlay' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, bShowCollisionPlane) == 0x0002B2, "Member 'AProxFloorBend::bShowCollisionPlane' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, bHardFloorReset) == 0x0002B3, "Member 'AProxFloorBend::bHardFloorReset' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, OffsetDis) == 0x0002B4, "Member 'AProxFloorBend::OffsetDis' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, OffsetMultiplier) == 0x0002B8, "Member 'AProxFloorBend::OffsetMultiplier' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, BaseHeight) == 0x0002BC, "Member 'AProxFloorBend::BaseHeight' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, NewFloorModifierX) == 0x0002C0, "Member 'AProxFloorBend::NewFloorModifierX' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, NewFloorModifierY) == 0x0002C4, "Member 'AProxFloorBend::NewFloorModifierY' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, FloorBaseLocation) == 0x0002C8, "Member 'AProxFloorBend::FloorBaseLocation' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, OverlappedList) == 0x0002D8, "Member 'AProxFloorBend::OverlappedList' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, LocationsList) == 0x0002E8, "Member 'AProxFloorBend::LocationsList' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, StartAkEvent) == 0x0002F8, "Member 'AProxFloorBend::StartAkEvent' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, StopAkEvent) == 0x000300, "Member 'AProxFloorBend::StopAkEvent' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, FloorMoveLoopStartAkEvent) == 0x000308, "Member 'AProxFloorBend::FloorMoveLoopStartAkEvent' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, FloorMoveLoopStopAkEvent) == 0x000310, "Member 'AProxFloorBend::FloorMoveLoopStopAkEvent' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, FloorCurve) == 0x000318, "Member 'AProxFloorBend::FloorCurve' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, TimelineDirection) == 0x0003B8, "Member 'AProxFloorBend::TimelineDirection' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, SceneComponent) == 0x0003C0, "Member 'AProxFloorBend::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, NewFloorComponent) == 0x0003C8, "Member 'AProxFloorBend::NewFloorComponent' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, AkProxFloorBend) == 0x0003D0, "Member 'AProxFloorBend::AkProxFloorBend' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, TriggerBox) == 0x0003D8, "Member 'AProxFloorBend::TriggerBox' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, PlayerCharacter) == 0x0003E0, "Member 'AProxFloorBend::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(AProxFloorBend, ComparisonActor) == 0x0003E8, "Member 'AProxFloorBend::ComparisonActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridBackground_PopulateGrid \ static_assert(alignof(GridBackground_PopulateGrid) == 0x000004, "Wrong alignment on GridBackground_PopulateGrid"); \ static_assert(sizeof(GridBackground_PopulateGrid) == 0x000010, "Wrong size on GridBackground_PopulateGrid"); \ static_assert(offsetof(GridBackground_PopulateGrid, GridSpacing) == 0x000000, "Member 'GridBackground_PopulateGrid::GridSpacing' has a wrong offset!"); \ static_assert(offsetof(GridBackground_PopulateGrid, Rows) == 0x000008, "Member 'GridBackground_PopulateGrid::Rows' has a wrong offset!"); \ static_assert(offsetof(GridBackground_PopulateGrid, Columns) == 0x00000C, "Member 'GridBackground_PopulateGrid::Columns' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGridBackground \ static_assert(alignof(UGridBackground) == 0x000008, "Wrong alignment on UGridBackground"); \ static_assert(sizeof(UGridBackground) == 0x000148, "Wrong size on UGridBackground"); \ static_assert(offsetof(UGridBackground, LineWidth) == 0x000130, "Member 'UGridBackground::LineWidth' has a wrong offset!"); \ static_assert(offsetof(UGridBackground, GridColor) == 0x000134, "Member 'UGridBackground::GridColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExternalNetworkSettings \ static_assert(alignof(UExternalNetworkSettings) == 0x000008, "Wrong alignment on UExternalNetworkSettings"); \ static_assert(sizeof(UExternalNetworkSettings) == 0x000058, "Wrong size on UExternalNetworkSettings"); \ static_assert(offsetof(UExternalNetworkSettings, WBPNAPIKey) == 0x000028, "Member 'UExternalNetworkSettings::WBPNAPIKey' has a wrong offset!"); \ static_assert(offsetof(UExternalNetworkSettings, WBPNURI) == 0x000038, "Member 'UExternalNetworkSettings::WBPNURI' has a wrong offset!"); \ static_assert(offsetof(UExternalNetworkSettings, WBPNUnlink) == 0x000048, "Member 'UExternalNetworkSettings::WBPNUnlink' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Puddle_OnBeginOverlap \ static_assert(alignof(Puddle_OnBeginOverlap) == 0x000008, "Wrong alignment on Puddle_OnBeginOverlap"); \ static_assert(sizeof(Puddle_OnBeginOverlap) == 0x000010, "Wrong size on Puddle_OnBeginOverlap"); \ static_assert(offsetof(Puddle_OnBeginOverlap, SelfActor) == 0x000000, "Member 'Puddle_OnBeginOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(Puddle_OnBeginOverlap, OtherActor) == 0x000008, "Member 'Puddle_OnBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Puddle_OnEndOverlap \ static_assert(alignof(Puddle_OnEndOverlap) == 0x000008, "Wrong alignment on Puddle_OnEndOverlap"); \ static_assert(sizeof(Puddle_OnEndOverlap) == 0x000010, "Wrong size on Puddle_OnEndOverlap"); \ static_assert(offsetof(Puddle_OnEndOverlap, SelfActor) == 0x000000, "Member 'Puddle_OnEndOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(Puddle_OnEndOverlap, OtherActor) == 0x000008, "Member 'Puddle_OnEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APuddle \ static_assert(alignof(APuddle) == 0x000008, "Wrong alignment on APuddle"); \ static_assert(sizeof(APuddle) == 0x000260, "Wrong size on APuddle"); \ static_assert(offsetof(APuddle, PhysMat) == 0x000248, "Member 'APuddle::PhysMat' has a wrong offset!"); \ static_assert(offsetof(APuddle, Mesh) == 0x000250, "Member 'APuddle::Mesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroundSwarmingExternalForceModifierComponent \ static_assert(alignof(UGroundSwarmingExternalForceModifierComponent) == 0x000010, "Wrong alignment on UGroundSwarmingExternalForceModifierComponent"); \ static_assert(sizeof(UGroundSwarmingExternalForceModifierComponent) == 0x0002F0, "Wrong size on UGroundSwarmingExternalForceModifierComponent"); \ static_assert(offsetof(UGroundSwarmingExternalForceModifierComponent, ForceModifier) == 0x000220, "Member 'UGroundSwarmingExternalForceModifierComponent::ForceModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIColorTable_CreateColorBlindColor \ static_assert(alignof(UIColorTable_CreateColorBlindColor) == 0x000004, "Wrong alignment on UIColorTable_CreateColorBlindColor"); \ static_assert(sizeof(UIColorTable_CreateColorBlindColor) == 0x000030, "Wrong size on UIColorTable_CreateColorBlindColor"); \ static_assert(offsetof(UIColorTable_CreateColorBlindColor, pColorType) == 0x000000, "Member 'UIColorTable_CreateColorBlindColor::pColorType' has a wrong offset!"); \ static_assert(offsetof(UIColorTable_CreateColorBlindColor, pColor) == 0x000004, "Member 'UIColorTable_CreateColorBlindColor::pColor' has a wrong offset!"); \ static_assert(offsetof(UIColorTable_CreateColorBlindColor, bCorrectDeficiency) == 0x000014, "Member 'UIColorTable_CreateColorBlindColor::bCorrectDeficiency' has a wrong offset!"); \ static_assert(offsetof(UIColorTable_CreateColorBlindColor, bSimulateCorrectionWithDeficiency) == 0x000018, "Member 'UIColorTable_CreateColorBlindColor::bSimulateCorrectionWithDeficiency' has a wrong offset!"); \ static_assert(offsetof(UIColorTable_CreateColorBlindColor, Severity) == 0x00001C, "Member 'UIColorTable_CreateColorBlindColor::Severity' has a wrong offset!"); \ static_assert(offsetof(UIColorTable_CreateColorBlindColor, ReturnValue) == 0x000020, "Member 'UIColorTable_CreateColorBlindColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIColorTable_GetColorByRowHandle \ static_assert(alignof(UIColorTable_GetColorByRowHandle) == 0x000008, "Wrong alignment on UIColorTable_GetColorByRowHandle"); \ static_assert(sizeof(UIColorTable_GetColorByRowHandle) == 0x000020, "Wrong size on UIColorTable_GetColorByRowHandle"); \ static_assert(offsetof(UIColorTable_GetColorByRowHandle, pRowHandle) == 0x000000, "Member 'UIColorTable_GetColorByRowHandle::pRowHandle' has a wrong offset!"); \ static_assert(offsetof(UIColorTable_GetColorByRowHandle, ReturnValue) == 0x000010, "Member 'UIColorTable_GetColorByRowHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIColorTable_GetColorByRowHandleBP \ static_assert(alignof(UIColorTable_GetColorByRowHandleBP) == 0x000008, "Wrong alignment on UIColorTable_GetColorByRowHandleBP"); \ static_assert(sizeof(UIColorTable_GetColorByRowHandleBP) == 0x000020, "Wrong size on UIColorTable_GetColorByRowHandleBP"); \ static_assert(offsetof(UIColorTable_GetColorByRowHandleBP, pRowHandle) == 0x000000, "Member 'UIColorTable_GetColorByRowHandleBP::pRowHandle' has a wrong offset!"); \ static_assert(offsetof(UIColorTable_GetColorByRowHandleBP, ReturnValue) == 0x000010, "Member 'UIColorTable_GetColorByRowHandleBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIColorTable_GetColorByTag \ static_assert(alignof(UIColorTable_GetColorByTag) == 0x000004, "Wrong alignment on UIColorTable_GetColorByTag"); \ static_assert(sizeof(UIColorTable_GetColorByTag) == 0x000018, "Wrong size on UIColorTable_GetColorByTag"); \ static_assert(offsetof(UIColorTable_GetColorByTag, pColorTag) == 0x000000, "Member 'UIColorTable_GetColorByTag::pColorTag' has a wrong offset!"); \ static_assert(offsetof(UIColorTable_GetColorByTag, ReturnValue) == 0x000008, "Member 'UIColorTable_GetColorByTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUIColorTable \ static_assert(alignof(UUIColorTable) == 0x000008, "Wrong alignment on UUIColorTable"); \ static_assert(sizeof(UUIColorTable) == 0x000028, "Wrong size on UUIColorTable"); \ #define DUMPER7_ASSERTS_USceneAction_MaxFPS \ static_assert(alignof(USceneAction_MaxFPS) == 0x000008, "Wrong alignment on USceneAction_MaxFPS"); \ static_assert(sizeof(USceneAction_MaxFPS) == 0x000090, "Wrong size on USceneAction_MaxFPS"); \ static_assert(offsetof(USceneAction_MaxFPS, MaxFPS) == 0x000088, "Member 'USceneAction_MaxFPS::MaxFPS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroundSwarmingDeathVolumeComponent \ static_assert(alignof(UGroundSwarmingDeathVolumeComponent) == 0x000010, "Wrong alignment on UGroundSwarmingDeathVolumeComponent"); \ static_assert(sizeof(UGroundSwarmingDeathVolumeComponent) == 0x000330, "Wrong size on UGroundSwarmingDeathVolumeComponent"); \ static_assert(offsetof(UGroundSwarmingDeathVolumeComponent, DeathVolume) == 0x000220, "Member 'UGroundSwarmingDeathVolumeComponent::DeathVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HealthInterface_Damaged \ static_assert(alignof(HealthInterface_Damaged) == 0x000008, "Wrong alignment on HealthInterface_Damaged"); \ static_assert(sizeof(HealthInterface_Damaged) == 0x000060, "Wrong size on HealthInterface_Damaged"); \ static_assert(offsetof(HealthInterface_Damaged, DamageAmount) == 0x000000, "Member 'HealthInterface_Damaged::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_Damaged, HitLocation) == 0x000004, "Member 'HealthInterface_Damaged::HitLocation' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_Damaged, HitDirection) == 0x000010, "Member 'HealthInterface_Damaged::HitDirection' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_Damaged, PrimComp) == 0x000020, "Member 'HealthInterface_Damaged::PrimComp' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_Damaged, MunitionTagContainer) == 0x000028, "Member 'HealthInterface_Damaged::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_Damaged, Instigator) == 0x000048, "Member 'HealthInterface_Damaged::Instigator' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_Damaged, Velocity) == 0x000050, "Member 'HealthInterface_Damaged::Velocity' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_Damaged, ReturnValue) == 0x00005C, "Member 'HealthInterface_Damaged::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HealthInterface_Destroyed \ static_assert(alignof(HealthInterface_Destroyed) == 0x000008, "Wrong alignment on HealthInterface_Destroyed"); \ static_assert(sizeof(HealthInterface_Destroyed) == 0x000040, "Wrong size on HealthInterface_Destroyed"); \ static_assert(offsetof(HealthInterface_Destroyed, DamageAmount) == 0x000000, "Member 'HealthInterface_Destroyed::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_Destroyed, Instigator) == 0x000008, "Member 'HealthInterface_Destroyed::Instigator' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_Destroyed, MunitionTagContainer) == 0x000010, "Member 'HealthInterface_Destroyed::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_Destroyed, Velocity) == 0x000030, "Member 'HealthInterface_Destroyed::Velocity' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_Destroyed, ReturnValue) == 0x00003C, "Member 'HealthInterface_Destroyed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HealthInterface_NearDeathKneeling \ static_assert(alignof(HealthInterface_NearDeathKneeling) == 0x000008, "Wrong alignment on HealthInterface_NearDeathKneeling"); \ static_assert(sizeof(HealthInterface_NearDeathKneeling) == 0x000040, "Wrong size on HealthInterface_NearDeathKneeling"); \ static_assert(offsetof(HealthInterface_NearDeathKneeling, DamageAmount) == 0x000000, "Member 'HealthInterface_NearDeathKneeling::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_NearDeathKneeling, Instigator) == 0x000008, "Member 'HealthInterface_NearDeathKneeling::Instigator' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_NearDeathKneeling, MunitionTagContainer) == 0x000010, "Member 'HealthInterface_NearDeathKneeling::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_NearDeathKneeling, Velocity) == 0x000030, "Member 'HealthInterface_NearDeathKneeling::Velocity' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_NearDeathKneeling, ReturnValue) == 0x00003C, "Member 'HealthInterface_NearDeathKneeling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HealthInterface_OnFailedToBeDamaged \ static_assert(alignof(HealthInterface_OnFailedToBeDamaged) == 0x000008, "Wrong alignment on HealthInterface_OnFailedToBeDamaged"); \ static_assert(sizeof(HealthInterface_OnFailedToBeDamaged) == 0x000060, "Wrong size on HealthInterface_OnFailedToBeDamaged"); \ static_assert(offsetof(HealthInterface_OnFailedToBeDamaged, DamageAmount) == 0x000000, "Member 'HealthInterface_OnFailedToBeDamaged::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnFailedToBeDamaged, HitLocation) == 0x000004, "Member 'HealthInterface_OnFailedToBeDamaged::HitLocation' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnFailedToBeDamaged, HitDirection) == 0x000010, "Member 'HealthInterface_OnFailedToBeDamaged::HitDirection' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnFailedToBeDamaged, PrimComp) == 0x000020, "Member 'HealthInterface_OnFailedToBeDamaged::PrimComp' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnFailedToBeDamaged, MunitionTagContainer) == 0x000028, "Member 'HealthInterface_OnFailedToBeDamaged::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnFailedToBeDamaged, Instigator) == 0x000048, "Member 'HealthInterface_OnFailedToBeDamaged::Instigator' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnFailedToBeDamaged, Velocity) == 0x000050, "Member 'HealthInterface_OnFailedToBeDamaged::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HealthInterface_OnGeometryCollectionCompletelyBroken \ static_assert(alignof(HealthInterface_OnGeometryCollectionCompletelyBroken) == 0x000008, "Wrong alignment on HealthInterface_OnGeometryCollectionCompletelyBroken"); \ static_assert(sizeof(HealthInterface_OnGeometryCollectionCompletelyBroken) == 0x000030, "Wrong size on HealthInterface_OnGeometryCollectionCompletelyBroken"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionCompletelyBroken, RepairComponent) == 0x000000, "Member 'HealthInterface_OnGeometryCollectionCompletelyBroken::RepairComponent' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionCompletelyBroken, GeometryCollectionComponent) == 0x000008, "Member 'HealthInterface_OnGeometryCollectionCompletelyBroken::GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionCompletelyBroken, impulseStr) == 0x000010, "Member 'HealthInterface_OnGeometryCollectionCompletelyBroken::impulseStr' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionCompletelyBroken, Radius) == 0x000014, "Member 'HealthInterface_OnGeometryCollectionCompletelyBroken::Radius' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionCompletelyBroken, HitLocation) == 0x000018, "Member 'HealthInterface_OnGeometryCollectionCompletelyBroken::HitLocation' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionCompletelyBroken, HitDirection) == 0x000024, "Member 'HealthInterface_OnGeometryCollectionCompletelyBroken::HitDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HealthInterface_OnGeometryCollectionDamaged \ static_assert(alignof(HealthInterface_OnGeometryCollectionDamaged) == 0x000008, "Wrong alignment on HealthInterface_OnGeometryCollectionDamaged"); \ static_assert(sizeof(HealthInterface_OnGeometryCollectionDamaged) == 0x000030, "Wrong size on HealthInterface_OnGeometryCollectionDamaged"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionDamaged, RepairComponent) == 0x000000, "Member 'HealthInterface_OnGeometryCollectionDamaged::RepairComponent' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionDamaged, GeometryCollectionComponent) == 0x000008, "Member 'HealthInterface_OnGeometryCollectionDamaged::GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionDamaged, impulseStr) == 0x000010, "Member 'HealthInterface_OnGeometryCollectionDamaged::impulseStr' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionDamaged, Radius) == 0x000014, "Member 'HealthInterface_OnGeometryCollectionDamaged::Radius' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionDamaged, HitLocation) == 0x000018, "Member 'HealthInterface_OnGeometryCollectionDamaged::HitLocation' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionDamaged, HitDirection) == 0x000024, "Member 'HealthInterface_OnGeometryCollectionDamaged::HitDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HealthInterface_OnGeometryCollectionSpawned \ static_assert(alignof(HealthInterface_OnGeometryCollectionSpawned) == 0x000008, "Wrong alignment on HealthInterface_OnGeometryCollectionSpawned"); \ static_assert(sizeof(HealthInterface_OnGeometryCollectionSpawned) == 0x000038, "Wrong size on HealthInterface_OnGeometryCollectionSpawned"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionSpawned, RepairComponent) == 0x000000, "Member 'HealthInterface_OnGeometryCollectionSpawned::RepairComponent' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionSpawned, GeometryCollectionComponent) == 0x000008, "Member 'HealthInterface_OnGeometryCollectionSpawned::GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionSpawned, impulseStr) == 0x000010, "Member 'HealthInterface_OnGeometryCollectionSpawned::impulseStr' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionSpawned, Radius) == 0x000014, "Member 'HealthInterface_OnGeometryCollectionSpawned::Radius' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionSpawned, HitLocation) == 0x000018, "Member 'HealthInterface_OnGeometryCollectionSpawned::HitLocation' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionSpawned, HitDirection) == 0x000024, "Member 'HealthInterface_OnGeometryCollectionSpawned::HitDirection' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnGeometryCollectionSpawned, bCompletelyBroken) == 0x000030, "Member 'HealthInterface_OnGeometryCollectionSpawned::bCompletelyBroken' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HealthInterface_OnHealed \ static_assert(alignof(HealthInterface_OnHealed) == 0x000008, "Wrong alignment on HealthInterface_OnHealed"); \ static_assert(sizeof(HealthInterface_OnHealed) == 0x000010, "Wrong size on HealthInterface_OnHealed"); \ static_assert(offsetof(HealthInterface_OnHealed, healAmount) == 0x000000, "Member 'HealthInterface_OnHealed::healAmount' has a wrong offset!"); \ static_assert(offsetof(HealthInterface_OnHealed, PrimComp) == 0x000008, "Member 'HealthInterface_OnHealed::PrimComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IHealthInterface \ static_assert(alignof(IHealthInterface) == 0x000001, "Wrong alignment on IHealthInterface"); \ static_assert(sizeof(IHealthInterface) == 0x000001, "Wrong size on IHealthInterface"); \ #define DUMPER7_ASSERTS_USceneActionState_SetCurrentTime \ static_assert(alignof(USceneActionState_SetCurrentTime) == 0x000008, "Wrong alignment on USceneActionState_SetCurrentTime"); \ static_assert(sizeof(USceneActionState_SetCurrentTime) == 0x000050, "Wrong size on USceneActionState_SetCurrentTime"); \ #define DUMPER7_ASSERTS_Herb_GetHasInventorySpaceToHarvestPlantOfType \ static_assert(alignof(Herb_GetHasInventorySpaceToHarvestPlantOfType) == 0x000004, "Wrong alignment on Herb_GetHasInventorySpaceToHarvestPlantOfType"); \ static_assert(sizeof(Herb_GetHasInventorySpaceToHarvestPlantOfType) == 0x00001C, "Wrong size on Herb_GetHasInventorySpaceToHarvestPlantOfType"); \ static_assert(offsetof(Herb_GetHasInventorySpaceToHarvestPlantOfType, PlantID) == 0x000000, "Member 'Herb_GetHasInventorySpaceToHarvestPlantOfType::PlantID' has a wrong offset!"); \ static_assert(offsetof(Herb_GetHasInventorySpaceToHarvestPlantOfType, CollectorCharacterID) == 0x000008, "Member 'Herb_GetHasInventorySpaceToHarvestPlantOfType::CollectorCharacterID' has a wrong offset!"); \ static_assert(offsetof(Herb_GetHasInventorySpaceToHarvestPlantOfType, FertilizerID) == 0x000010, "Member 'Herb_GetHasInventorySpaceToHarvestPlantOfType::FertilizerID' has a wrong offset!"); \ static_assert(offsetof(Herb_GetHasInventorySpaceToHarvestPlantOfType, bIsPlanted) == 0x000018, "Member 'Herb_GetHasInventorySpaceToHarvestPlantOfType::bIsPlanted' has a wrong offset!"); \ static_assert(offsetof(Herb_GetHasInventorySpaceToHarvestPlantOfType, ReturnValue) == 0x000019, "Member 'Herb_GetHasInventorySpaceToHarvestPlantOfType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Herb_GetPlantByproductID \ static_assert(alignof(Herb_GetPlantByproductID) == 0x000004, "Wrong alignment on Herb_GetPlantByproductID"); \ static_assert(sizeof(Herb_GetPlantByproductID) == 0x000010, "Wrong size on Herb_GetPlantByproductID"); \ static_assert(offsetof(Herb_GetPlantByproductID, PlantID) == 0x000000, "Member 'Herb_GetPlantByproductID::PlantID' has a wrong offset!"); \ static_assert(offsetof(Herb_GetPlantByproductID, ReturnValue) == 0x000008, "Member 'Herb_GetPlantByproductID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Herb_IsMultiHarvestable \ static_assert(alignof(Herb_IsMultiHarvestable) == 0x000001, "Wrong alignment on Herb_IsMultiHarvestable"); \ static_assert(sizeof(Herb_IsMultiHarvestable) == 0x000001, "Wrong size on Herb_IsMultiHarvestable"); \ static_assert(offsetof(Herb_IsMultiHarvestable, ReturnValue) == 0x000000, "Member 'Herb_IsMultiHarvestable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Herb_NotifyStageChange \ static_assert(alignof(Herb_NotifyStageChange) == 0x000004, "Wrong alignment on Herb_NotifyStageChange"); \ static_assert(sizeof(Herb_NotifyStageChange) == 0x000008, "Wrong size on Herb_NotifyStageChange"); \ static_assert(offsetof(Herb_NotifyStageChange, NewStage) == 0x000000, "Member 'Herb_NotifyStageChange::NewStage' has a wrong offset!"); \ static_assert(offsetof(Herb_NotifyStageChange, bIsInitialState) == 0x000004, "Member 'Herb_NotifyStageChange::bIsInitialState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Herb_TryCreateBeacon \ static_assert(alignof(Herb_TryCreateBeacon) == 0x000001, "Wrong alignment on Herb_TryCreateBeacon"); \ static_assert(sizeof(Herb_TryCreateBeacon) == 0x000001, "Wrong size on Herb_TryCreateBeacon"); \ static_assert(offsetof(Herb_TryCreateBeacon, ReturnValue) == 0x000000, "Member 'Herb_TryCreateBeacon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Herb_GetNumStages \ static_assert(alignof(Herb_GetNumStages) == 0x000004, "Wrong alignment on Herb_GetNumStages"); \ static_assert(sizeof(Herb_GetNumStages) == 0x000004, "Wrong size on Herb_GetNumStages"); \ static_assert(offsetof(Herb_GetNumStages, ReturnValue) == 0x000000, "Member 'Herb_GetNumStages::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Herb_GetPlot \ static_assert(alignof(Herb_GetPlot) == 0x000008, "Wrong alignment on Herb_GetPlot"); \ static_assert(sizeof(Herb_GetPlot) == 0x000008, "Wrong size on Herb_GetPlot"); \ static_assert(offsetof(Herb_GetPlot, ReturnValue) == 0x000000, "Member 'Herb_GetPlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Herb_IsFinalStage \ static_assert(alignof(Herb_IsFinalStage) == 0x000004, "Wrong alignment on Herb_IsFinalStage"); \ static_assert(sizeof(Herb_IsFinalStage) == 0x000008, "Wrong size on Herb_IsFinalStage"); \ static_assert(offsetof(Herb_IsFinalStage, Stage) == 0x000000, "Member 'Herb_IsFinalStage::Stage' has a wrong offset!"); \ static_assert(offsetof(Herb_IsFinalStage, ReturnValue) == 0x000004, "Member 'Herb_IsFinalStage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Herb_IsInPlot \ static_assert(alignof(Herb_IsInPlot) == 0x000001, "Wrong alignment on Herb_IsInPlot"); \ static_assert(sizeof(Herb_IsInPlot) == 0x000001, "Wrong size on Herb_IsInPlot"); \ static_assert(offsetof(Herb_IsInPlot, ReturnValue) == 0x000000, "Member 'Herb_IsInPlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHerb \ static_assert(alignof(AHerb) == 0x000008, "Wrong alignment on AHerb"); \ static_assert(sizeof(AHerb) == 0x0002D0, "Wrong size on AHerb"); \ static_assert(offsetof(AHerb, RespawnTime) == 0x0002A0, "Member 'AHerb::RespawnTime' has a wrong offset!"); \ static_assert(offsetof(AHerb, CurrentStage) == 0x0002B0, "Member 'AHerb::CurrentStage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVaultNavLinkStripActor \ static_assert(alignof(AVaultNavLinkStripActor) == 0x000008, "Wrong alignment on AVaultNavLinkStripActor"); \ static_assert(sizeof(AVaultNavLinkStripActor) == 0x0002F0, "Wrong size on AVaultNavLinkStripActor"); \ #define DUMPER7_ASSERTS_ARaceGhostOrb \ static_assert(alignof(ARaceGhostOrb) == 0x000008, "Wrong alignment on ARaceGhostOrb"); \ static_assert(sizeof(ARaceGhostOrb) == 0x000278, "Wrong size on ARaceGhostOrb"); \ #define DUMPER7_ASSERTS_HerbPlot_SetPlotNeighborsFromChildComponents \ static_assert(alignof(HerbPlot_SetPlotNeighborsFromChildComponents) == 0x000008, "Wrong alignment on HerbPlot_SetPlotNeighborsFromChildComponents"); \ static_assert(sizeof(HerbPlot_SetPlotNeighborsFromChildComponents) == 0x000018, "Wrong size on HerbPlot_SetPlotNeighborsFromChildComponents"); \ static_assert(offsetof(HerbPlot_SetPlotNeighborsFromChildComponents, ChildComponents) == 0x000000, "Member 'HerbPlot_SetPlotNeighborsFromChildComponents::ChildComponents' has a wrong offset!"); \ static_assert(offsetof(HerbPlot_SetPlotNeighborsFromChildComponents, bLoopNeighbors) == 0x000010, "Member 'HerbPlot_SetPlotNeighborsFromChildComponents::bLoopNeighbors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlot_ApplyFertilizer \ static_assert(alignof(HerbPlot_ApplyFertilizer) == 0x000004, "Wrong alignment on HerbPlot_ApplyFertilizer"); \ static_assert(sizeof(HerbPlot_ApplyFertilizer) == 0x000010, "Wrong size on HerbPlot_ApplyFertilizer"); \ static_assert(offsetof(HerbPlot_ApplyFertilizer, FertilizerID) == 0x000000, "Member 'HerbPlot_ApplyFertilizer::FertilizerID' has a wrong offset!"); \ static_assert(offsetof(HerbPlot_ApplyFertilizer, InteractorID) == 0x000008, "Member 'HerbPlot_ApplyFertilizer::InteractorID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlot_ForceGrowthState \ static_assert(alignof(HerbPlot_ForceGrowthState) == 0x000004, "Wrong alignment on HerbPlot_ForceGrowthState"); \ static_assert(sizeof(HerbPlot_ForceGrowthState) == 0x000008, "Wrong size on HerbPlot_ForceGrowthState"); \ static_assert(offsetof(HerbPlot_ForceGrowthState, GrowthState) == 0x000000, "Member 'HerbPlot_ForceGrowthState::GrowthState' has a wrong offset!"); \ static_assert(offsetof(HerbPlot_ForceGrowthState, GrowthProgress) == 0x000004, "Member 'HerbPlot_ForceGrowthState::GrowthProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlot_ForceState \ static_assert(alignof(HerbPlot_ForceState) == 0x000004, "Wrong alignment on HerbPlot_ForceState"); \ static_assert(sizeof(HerbPlot_ForceState) == 0x000018, "Wrong size on HerbPlot_ForceState"); \ static_assert(offsetof(HerbPlot_ForceState, PlantID) == 0x000000, "Member 'HerbPlot_ForceState::PlantID' has a wrong offset!"); \ static_assert(offsetof(HerbPlot_ForceState, FertilizerID) == 0x000008, "Member 'HerbPlot_ForceState::FertilizerID' has a wrong offset!"); \ static_assert(offsetof(HerbPlot_ForceState, GrowthState) == 0x000010, "Member 'HerbPlot_ForceState::GrowthState' has a wrong offset!"); \ static_assert(offsetof(HerbPlot_ForceState, GrowthProgress) == 0x000014, "Member 'HerbPlot_ForceState::GrowthProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlot_GetPlotState \ static_assert(alignof(HerbPlot_GetPlotState) == 0x000008, "Wrong alignment on HerbPlot_GetPlotState"); \ static_assert(sizeof(HerbPlot_GetPlotState) == 0x000008, "Wrong size on HerbPlot_GetPlotState"); \ static_assert(offsetof(HerbPlot_GetPlotState, ReturnValue) == 0x000000, "Member 'HerbPlot_GetPlotState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlot_HarvestHerb \ static_assert(alignof(HerbPlot_HarvestHerb) == 0x000004, "Wrong alignment on HerbPlot_HarvestHerb"); \ static_assert(sizeof(HerbPlot_HarvestHerb) == 0x000008, "Wrong size on HerbPlot_HarvestHerb"); \ static_assert(offsetof(HerbPlot_HarvestHerb, CollectorCharacterID) == 0x000000, "Member 'HerbPlot_HarvestHerb::CollectorCharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlot_NotifyFertilized \ static_assert(alignof(HerbPlot_NotifyFertilized) == 0x000004, "Wrong alignment on HerbPlot_NotifyFertilized"); \ static_assert(sizeof(HerbPlot_NotifyFertilized) == 0x000010, "Wrong size on HerbPlot_NotifyFertilized"); \ static_assert(offsetof(HerbPlot_NotifyFertilized, IsFertilized) == 0x000000, "Member 'HerbPlot_NotifyFertilized::IsFertilized' has a wrong offset!"); \ static_assert(offsetof(HerbPlot_NotifyFertilized, FertilizerID) == 0x000004, "Member 'HerbPlot_NotifyFertilized::FertilizerID' has a wrong offset!"); \ static_assert(offsetof(HerbPlot_NotifyFertilized, IsInitialState) == 0x00000C, "Member 'HerbPlot_NotifyFertilized::IsInitialState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlot_NotifyHarvested \ static_assert(alignof(HerbPlot_NotifyHarvested) == 0x000001, "Wrong alignment on HerbPlot_NotifyHarvested"); \ static_assert(sizeof(HerbPlot_NotifyHarvested) == 0x000001, "Wrong size on HerbPlot_NotifyHarvested"); \ static_assert(offsetof(HerbPlot_NotifyHarvested, bIsMultiHarvest) == 0x000000, "Member 'HerbPlot_NotifyHarvested::bIsMultiHarvest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlot_PlantSeed \ static_assert(alignof(HerbPlot_PlantSeed) == 0x000004, "Wrong alignment on HerbPlot_PlantSeed"); \ static_assert(sizeof(HerbPlot_PlantSeed) == 0x000010, "Wrong size on HerbPlot_PlantSeed"); \ static_assert(offsetof(HerbPlot_PlantSeed, PlantID) == 0x000000, "Member 'HerbPlot_PlantSeed::PlantID' has a wrong offset!"); \ static_assert(offsetof(HerbPlot_PlantSeed, InteractorID) == 0x000008, "Member 'HerbPlot_PlantSeed::InteractorID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlot_GetPlantedHerb \ static_assert(alignof(HerbPlot_GetPlantedHerb) == 0x000008, "Wrong alignment on HerbPlot_GetPlantedHerb"); \ static_assert(sizeof(HerbPlot_GetPlantedHerb) == 0x000008, "Wrong size on HerbPlot_GetPlantedHerb"); \ static_assert(offsetof(HerbPlot_GetPlantedHerb, ReturnValue) == 0x000000, "Member 'HerbPlot_GetPlantedHerb::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlot_IsInLineWithNeighbors \ static_assert(alignof(HerbPlot_IsInLineWithNeighbors) == 0x000001, "Wrong alignment on HerbPlot_IsInLineWithNeighbors"); \ static_assert(sizeof(HerbPlot_IsInLineWithNeighbors) == 0x000001, "Wrong size on HerbPlot_IsInLineWithNeighbors"); \ static_assert(offsetof(HerbPlot_IsInLineWithNeighbors, ReturnValue) == 0x000000, "Member 'HerbPlot_IsInLineWithNeighbors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHerbPlot \ static_assert(alignof(AHerbPlot) == 0x000008, "Wrong alignment on AHerbPlot"); \ static_assert(sizeof(AHerbPlot) == 0x000310, "Wrong size on AHerbPlot"); \ static_assert(offsetof(AHerbPlot, HerbPlotBecomeActiveDelegate) == 0x000298, "Member 'AHerbPlot::HerbPlotBecomeActiveDelegate' has a wrong offset!"); \ static_assert(offsetof(AHerbPlot, HerbPlotBecomeInactiveDelegate) == 0x0002A8, "Member 'AHerbPlot::HerbPlotBecomeInactiveDelegate' has a wrong offset!"); \ static_assert(offsetof(AHerbPlot, PotionedSFXEvent) == 0x0002C0, "Member 'AHerbPlot::PotionedSFXEvent' has a wrong offset!"); \ static_assert(offsetof(AHerbPlot, FertilizedSFXEvent) == 0x0002C8, "Member 'AHerbPlot::FertilizedSFXEvent' has a wrong offset!"); \ static_assert(offsetof(AHerbPlot, PlantedSFXEvent) == 0x0002D0, "Member 'AHerbPlot::PlantedSFXEvent' has a wrong offset!"); \ static_assert(offsetof(AHerbPlot, LeftNeighbor) == 0x0002F8, "Member 'AHerbPlot::LeftNeighbor' has a wrong offset!"); \ static_assert(offsetof(AHerbPlot, RightNeighbor) == 0x000300, "Member 'AHerbPlot::RightNeighbor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_Get \ static_assert(alignof(UIOnlineManager_Get) == 0x000008, "Wrong alignment on UIOnlineManager_Get"); \ static_assert(sizeof(UIOnlineManager_Get) == 0x000008, "Wrong size on UIOnlineManager_Get"); \ static_assert(offsetof(UIOnlineManager_Get, ReturnValue) == 0x000000, "Member 'UIOnlineManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetCountryCode \ static_assert(alignof(UIOnlineManager_GetCountryCode) == 0x000008, "Wrong alignment on UIOnlineManager_GetCountryCode"); \ static_assert(sizeof(UIOnlineManager_GetCountryCode) == 0x000010, "Wrong size on UIOnlineManager_GetCountryCode"); \ static_assert(offsetof(UIOnlineManager_GetCountryCode, ReturnValue) == 0x000000, "Member 'UIOnlineManager_GetCountryCode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetUIOnlineManagerPure \ static_assert(alignof(UIOnlineManager_GetUIOnlineManagerPure) == 0x000008, "Wrong alignment on UIOnlineManager_GetUIOnlineManagerPure"); \ static_assert(sizeof(UIOnlineManager_GetUIOnlineManagerPure) == 0x000008, "Wrong size on UIOnlineManager_GetUIOnlineManagerPure"); \ static_assert(offsetof(UIOnlineManager_GetUIOnlineManagerPure, ReturnValue) == 0x000000, "Member 'UIOnlineManager_GetUIOnlineManagerPure::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_CheckEulaVersion \ static_assert(alignof(UIOnlineManager_CheckEulaVersion) == 0x000001, "Wrong alignment on UIOnlineManager_CheckEulaVersion"); \ static_assert(sizeof(UIOnlineManager_CheckEulaVersion) == 0x000001, "Wrong size on UIOnlineManager_CheckEulaVersion"); \ static_assert(offsetof(UIOnlineManager_CheckEulaVersion, ReturnValue) == 0x000000, "Member 'UIOnlineManager_CheckEulaVersion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_CheckModdingPrivileges \ static_assert(alignof(UIOnlineManager_CheckModdingPrivileges) == 0x000004, "Wrong alignment on UIOnlineManager_CheckModdingPrivileges"); \ static_assert(sizeof(UIOnlineManager_CheckModdingPrivileges) == 0x000010, "Wrong size on UIOnlineManager_CheckModdingPrivileges"); \ static_assert(offsetof(UIOnlineManager_CheckModdingPrivileges, PrivilegeCallback) == 0x000000, "Member 'UIOnlineManager_CheckModdingPrivileges::PrivilegeCallback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_DismissRewardNotification \ static_assert(alignof(UIOnlineManager_DismissRewardNotification) == 0x000008, "Wrong alignment on UIOnlineManager_DismissRewardNotification"); \ static_assert(sizeof(UIOnlineManager_DismissRewardNotification) == 0x000010, "Wrong size on UIOnlineManager_DismissRewardNotification"); \ static_assert(offsetof(UIOnlineManager_DismissRewardNotification, RewardID) == 0x000000, "Member 'UIOnlineManager_DismissRewardNotification::RewardID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_ForceRichPresenceString \ static_assert(alignof(UIOnlineManager_ForceRichPresenceString) == 0x000008, "Wrong alignment on UIOnlineManager_ForceRichPresenceString"); \ static_assert(sizeof(UIOnlineManager_ForceRichPresenceString) == 0x000010, "Wrong size on UIOnlineManager_ForceRichPresenceString"); \ static_assert(offsetof(UIOnlineManager_ForceRichPresenceString, RichPresenceString) == 0x000000, "Member 'UIOnlineManager_ForceRichPresenceString::RichPresenceString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetCurrentEulaAcceptance \ static_assert(alignof(UIOnlineManager_GetCurrentEulaAcceptance) == 0x000001, "Wrong alignment on UIOnlineManager_GetCurrentEulaAcceptance"); \ static_assert(sizeof(UIOnlineManager_GetCurrentEulaAcceptance) == 0x000001, "Wrong size on UIOnlineManager_GetCurrentEulaAcceptance"); \ static_assert(offsetof(UIOnlineManager_GetCurrentEulaAcceptance, ReturnValue) == 0x000000, "Member 'UIOnlineManager_GetCurrentEulaAcceptance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetEULA \ static_assert(alignof(UIOnlineManager_GetEULA) == 0x000008, "Wrong alignment on UIOnlineManager_GetEULA"); \ static_assert(sizeof(UIOnlineManager_GetEULA) == 0x000018, "Wrong size on UIOnlineManager_GetEULA"); \ static_assert(offsetof(UIOnlineManager_GetEULA, ReturnValue) == 0x000000, "Member 'UIOnlineManager_GetEULA::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetExternalConfig \ static_assert(alignof(UIOnlineManager_GetExternalConfig) == 0x000008, "Wrong alignment on UIOnlineManager_GetExternalConfig"); \ static_assert(sizeof(UIOnlineManager_GetExternalConfig) == 0x000020, "Wrong size on UIOnlineManager_GetExternalConfig"); \ static_assert(offsetof(UIOnlineManager_GetExternalConfig, LinkType) == 0x000000, "Member 'UIOnlineManager_GetExternalConfig::LinkType' has a wrong offset!"); \ static_assert(offsetof(UIOnlineManager_GetExternalConfig, ReturnValue) == 0x000010, "Member 'UIOnlineManager_GetExternalConfig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetFullGameInstallCompletionPercent \ static_assert(alignof(UIOnlineManager_GetFullGameInstallCompletionPercent) == 0x000004, "Wrong alignment on UIOnlineManager_GetFullGameInstallCompletionPercent"); \ static_assert(sizeof(UIOnlineManager_GetFullGameInstallCompletionPercent) == 0x000004, "Wrong size on UIOnlineManager_GetFullGameInstallCompletionPercent"); \ static_assert(offsetof(UIOnlineManager_GetFullGameInstallCompletionPercent, ReturnValue) == 0x000000, "Member 'UIOnlineManager_GetFullGameInstallCompletionPercent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetHydraID \ static_assert(alignof(UIOnlineManager_GetHydraID) == 0x000008, "Wrong alignment on UIOnlineManager_GetHydraID"); \ static_assert(sizeof(UIOnlineManager_GetHydraID) == 0x000010, "Wrong size on UIOnlineManager_GetHydraID"); \ static_assert(offsetof(UIOnlineManager_GetHydraID, ReturnValue) == 0x000000, "Member 'UIOnlineManager_GetHydraID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetMOTD \ static_assert(alignof(UIOnlineManager_GetMOTD) == 0x000008, "Wrong alignment on UIOnlineManager_GetMOTD"); \ static_assert(sizeof(UIOnlineManager_GetMOTD) == 0x000010, "Wrong size on UIOnlineManager_GetMOTD"); \ static_assert(offsetof(UIOnlineManager_GetMOTD, ReturnValue) == 0x000000, "Member 'UIOnlineManager_GetMOTD::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetPendingRewardNotifications \ static_assert(alignof(UIOnlineManager_GetPendingRewardNotifications) == 0x000008, "Wrong alignment on UIOnlineManager_GetPendingRewardNotifications"); \ static_assert(sizeof(UIOnlineManager_GetPendingRewardNotifications) == 0x000010, "Wrong size on UIOnlineManager_GetPendingRewardNotifications"); \ static_assert(offsetof(UIOnlineManager_GetPendingRewardNotifications, ReturnValue) == 0x000000, "Member 'UIOnlineManager_GetPendingRewardNotifications::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetProfileName \ static_assert(alignof(UIOnlineManager_GetProfileName) == 0x000008, "Wrong alignment on UIOnlineManager_GetProfileName"); \ static_assert(sizeof(UIOnlineManager_GetProfileName) == 0x000010, "Wrong size on UIOnlineManager_GetProfileName"); \ static_assert(offsetof(UIOnlineManager_GetProfileName, ProfileName) == 0x000000, "Member 'UIOnlineManager_GetProfileName::ProfileName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetStoreOffers \ static_assert(alignof(UIOnlineManager_GetStoreOffers) == 0x000008, "Wrong alignment on UIOnlineManager_GetStoreOffers"); \ static_assert(sizeof(UIOnlineManager_GetStoreOffers) == 0x000010, "Wrong size on UIOnlineManager_GetStoreOffers"); \ static_assert(offsetof(UIOnlineManager_GetStoreOffers, Offers) == 0x000000, "Member 'UIOnlineManager_GetStoreOffers::Offers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetStoreState \ static_assert(alignof(UIOnlineManager_GetStoreState) == 0x000008, "Wrong alignment on UIOnlineManager_GetStoreState"); \ static_assert(sizeof(UIOnlineManager_GetStoreState) == 0x000010, "Wrong size on UIOnlineManager_GetStoreState"); \ static_assert(offsetof(UIOnlineManager_GetStoreState, StoreState) == 0x000000, "Member 'UIOnlineManager_GetStoreState::StoreState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetWBPNAccountDetails \ static_assert(alignof(UIOnlineManager_GetWBPNAccountDetails) == 0x000008, "Wrong alignment on UIOnlineManager_GetWBPNAccountDetails"); \ static_assert(sizeof(UIOnlineManager_GetWBPNAccountDetails) == 0x000040, "Wrong size on UIOnlineManager_GetWBPNAccountDetails"); \ static_assert(offsetof(UIOnlineManager_GetWBPNAccountDetails, ReturnValue) == 0x000000, "Member 'UIOnlineManager_GetWBPNAccountDetails::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetWBPNConnectionStatus \ static_assert(alignof(UIOnlineManager_GetWBPNConnectionStatus) == 0x000001, "Wrong alignment on UIOnlineManager_GetWBPNConnectionStatus"); \ static_assert(sizeof(UIOnlineManager_GetWBPNConnectionStatus) == 0x000001, "Wrong size on UIOnlineManager_GetWBPNConnectionStatus"); \ static_assert(offsetof(UIOnlineManager_GetWBPNConnectionStatus, ReturnValue) == 0x000000, "Member 'UIOnlineManager_GetWBPNConnectionStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetWBPNLinkStatus \ static_assert(alignof(UIOnlineManager_GetWBPNLinkStatus) == 0x000001, "Wrong alignment on UIOnlineManager_GetWBPNLinkStatus"); \ static_assert(sizeof(UIOnlineManager_GetWBPNLinkStatus) == 0x000001, "Wrong size on UIOnlineManager_GetWBPNLinkStatus"); \ static_assert(offsetof(UIOnlineManager_GetWBPNLinkStatus, ReturnValue) == 0x000000, "Member 'UIOnlineManager_GetWBPNLinkStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetWBPNQRCode \ static_assert(alignof(UIOnlineManager_GetWBPNQRCode) == 0x000008, "Wrong alignment on UIOnlineManager_GetWBPNQRCode"); \ static_assert(sizeof(UIOnlineManager_GetWBPNQRCode) == 0x000018, "Wrong size on UIOnlineManager_GetWBPNQRCode"); \ static_assert(offsetof(UIOnlineManager_GetWBPNQRCode, texWidth) == 0x000000, "Member 'UIOnlineManager_GetWBPNQRCode::texWidth' has a wrong offset!"); \ static_assert(offsetof(UIOnlineManager_GetWBPNQRCode, texHeight) == 0x000004, "Member 'UIOnlineManager_GetWBPNQRCode::texHeight' has a wrong offset!"); \ static_assert(offsetof(UIOnlineManager_GetWBPNQRCode, bUnlink) == 0x000008, "Member 'UIOnlineManager_GetWBPNQRCode::bUnlink' has a wrong offset!"); \ static_assert(offsetof(UIOnlineManager_GetWBPNQRCode, ReturnValue) == 0x000010, "Member 'UIOnlineManager_GetWBPNQRCode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetWBPNShortcode \ static_assert(alignof(UIOnlineManager_GetWBPNShortcode) == 0x000008, "Wrong alignment on UIOnlineManager_GetWBPNShortcode"); \ static_assert(sizeof(UIOnlineManager_GetWBPNShortcode) == 0x000010, "Wrong size on UIOnlineManager_GetWBPNShortcode"); \ static_assert(offsetof(UIOnlineManager_GetWBPNShortcode, ReturnValue) == 0x000000, "Member 'UIOnlineManager_GetWBPNShortcode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetWBPNUnlink \ static_assert(alignof(UIOnlineManager_GetWBPNUnlink) == 0x000008, "Wrong alignment on UIOnlineManager_GetWBPNUnlink"); \ static_assert(sizeof(UIOnlineManager_GetWBPNUnlink) == 0x000010, "Wrong size on UIOnlineManager_GetWBPNUnlink"); \ static_assert(offsetof(UIOnlineManager_GetWBPNUnlink, ReturnValue) == 0x000000, "Member 'UIOnlineManager_GetWBPNUnlink::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetWBPNUrl \ static_assert(alignof(UIOnlineManager_GetWBPNUrl) == 0x000008, "Wrong alignment on UIOnlineManager_GetWBPNUrl"); \ static_assert(sizeof(UIOnlineManager_GetWBPNUrl) == 0x000010, "Wrong size on UIOnlineManager_GetWBPNUrl"); \ static_assert(offsetof(UIOnlineManager_GetWBPNUrl, ReturnValue) == 0x000000, "Member 'UIOnlineManager_GetWBPNUrl::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_GetWizardWords \ static_assert(alignof(UIOnlineManager_GetWizardWords) == 0x000008, "Wrong alignment on UIOnlineManager_GetWizardWords"); \ static_assert(sizeof(UIOnlineManager_GetWizardWords) == 0x000010, "Wrong size on UIOnlineManager_GetWizardWords"); \ static_assert(offsetof(UIOnlineManager_GetWizardWords, ReturnValue) == 0x000000, "Member 'UIOnlineManager_GetWizardWords::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_IsCFLinked \ static_assert(alignof(UIOnlineManager_IsCFLinked) == 0x000001, "Wrong alignment on UIOnlineManager_IsCFLinked"); \ static_assert(sizeof(UIOnlineManager_IsCFLinked) == 0x000001, "Wrong size on UIOnlineManager_IsCFLinked"); \ static_assert(offsetof(UIOnlineManager_IsCFLinked, ReturnValue) == 0x000000, "Member 'UIOnlineManager_IsCFLinked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_IsConnectedToOnlineServices \ static_assert(alignof(UIOnlineManager_IsConnectedToOnlineServices) == 0x000001, "Wrong alignment on UIOnlineManager_IsConnectedToOnlineServices"); \ static_assert(sizeof(UIOnlineManager_IsConnectedToOnlineServices) == 0x000001, "Wrong size on UIOnlineManager_IsConnectedToOnlineServices"); \ static_assert(offsetof(UIOnlineManager_IsConnectedToOnlineServices, ReturnValue) == 0x000000, "Member 'UIOnlineManager_IsConnectedToOnlineServices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_IsDay0PatchInstalled \ static_assert(alignof(UIOnlineManager_IsDay0PatchInstalled) == 0x000001, "Wrong alignment on UIOnlineManager_IsDay0PatchInstalled"); \ static_assert(sizeof(UIOnlineManager_IsDay0PatchInstalled) == 0x000001, "Wrong size on UIOnlineManager_IsDay0PatchInstalled"); \ static_assert(offsetof(UIOnlineManager_IsDay0PatchInstalled, ReturnValue) == 0x000000, "Member 'UIOnlineManager_IsDay0PatchInstalled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_IsFullGameInstalled \ static_assert(alignof(UIOnlineManager_IsFullGameInstalled) == 0x000001, "Wrong alignment on UIOnlineManager_IsFullGameInstalled"); \ static_assert(sizeof(UIOnlineManager_IsFullGameInstalled) == 0x000001, "Wrong size on UIOnlineManager_IsFullGameInstalled"); \ static_assert(offsetof(UIOnlineManager_IsFullGameInstalled, ReturnValue) == 0x000000, "Member 'UIOnlineManager_IsFullGameInstalled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_IsHydraLoggedIn \ static_assert(alignof(UIOnlineManager_IsHydraLoggedIn) == 0x000001, "Wrong alignment on UIOnlineManager_IsHydraLoggedIn"); \ static_assert(sizeof(UIOnlineManager_IsHydraLoggedIn) == 0x000001, "Wrong size on UIOnlineManager_IsHydraLoggedIn"); \ static_assert(offsetof(UIOnlineManager_IsHydraLoggedIn, ReturnValue) == 0x000000, "Member 'UIOnlineManager_IsHydraLoggedIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_IsNetworkConnected \ static_assert(alignof(UIOnlineManager_IsNetworkConnected) == 0x000001, "Wrong alignment on UIOnlineManager_IsNetworkConnected"); \ static_assert(sizeof(UIOnlineManager_IsNetworkConnected) == 0x000001, "Wrong size on UIOnlineManager_IsNetworkConnected"); \ static_assert(offsetof(UIOnlineManager_IsNetworkConnected, ReturnValue) == 0x000000, "Member 'UIOnlineManager_IsNetworkConnected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_OnControllerDisconnectedPopupClosed \ static_assert(alignof(UIOnlineManager_OnControllerDisconnectedPopupClosed) == 0x000008, "Wrong alignment on UIOnlineManager_OnControllerDisconnectedPopupClosed"); \ static_assert(sizeof(UIOnlineManager_OnControllerDisconnectedPopupClosed) == 0x000010, "Wrong size on UIOnlineManager_OnControllerDisconnectedPopupClosed"); \ static_assert(offsetof(UIOnlineManager_OnControllerDisconnectedPopupClosed, PopupScreen) == 0x000000, "Member 'UIOnlineManager_OnControllerDisconnectedPopupClosed::PopupScreen' has a wrong offset!"); \ static_assert(offsetof(UIOnlineManager_OnControllerDisconnectedPopupClosed, CompletionActionIndex) == 0x000008, "Member 'UIOnlineManager_OnControllerDisconnectedPopupClosed::CompletionActionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_OnFullGameNotInstalledMessageClosed \ static_assert(alignof(UIOnlineManager_OnFullGameNotInstalledMessageClosed) == 0x000008, "Wrong alignment on UIOnlineManager_OnFullGameNotInstalledMessageClosed"); \ static_assert(sizeof(UIOnlineManager_OnFullGameNotInstalledMessageClosed) == 0x000010, "Wrong size on UIOnlineManager_OnFullGameNotInstalledMessageClosed"); \ static_assert(offsetof(UIOnlineManager_OnFullGameNotInstalledMessageClosed, PopupScreen) == 0x000000, "Member 'UIOnlineManager_OnFullGameNotInstalledMessageClosed::PopupScreen' has a wrong offset!"); \ static_assert(offsetof(UIOnlineManager_OnFullGameNotInstalledMessageClosed, CompletionActionIndex) == 0x000008, "Member 'UIOnlineManager_OnFullGameNotInstalledMessageClosed::CompletionActionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_PurchaseDLC \ static_assert(alignof(UIOnlineManager_PurchaseDLC) == 0x000008, "Wrong alignment on UIOnlineManager_PurchaseDLC"); \ static_assert(sizeof(UIOnlineManager_PurchaseDLC) == 0x000010, "Wrong size on UIOnlineManager_PurchaseDLC"); \ static_assert(offsetof(UIOnlineManager_PurchaseDLC, OfferId) == 0x000000, "Member 'UIOnlineManager_PurchaseDLC::OfferId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_SendWizardingWorldData \ static_assert(alignof(UIOnlineManager_SendWizardingWorldData) == 0x000008, "Wrong alignment on UIOnlineManager_SendWizardingWorldData"); \ static_assert(sizeof(UIOnlineManager_SendWizardingWorldData) == 0x000028, "Wrong size on UIOnlineManager_SendWizardingWorldData"); \ static_assert(offsetof(UIOnlineManager_SendWizardingWorldData, AttributeKey) == 0x000000, "Member 'UIOnlineManager_SendWizardingWorldData::AttributeKey' has a wrong offset!"); \ static_assert(offsetof(UIOnlineManager_SendWizardingWorldData, AttributeValue) == 0x000010, "Member 'UIOnlineManager_SendWizardingWorldData::AttributeValue' has a wrong offset!"); \ static_assert(offsetof(UIOnlineManager_SendWizardingWorldData, Update) == 0x000020, "Member 'UIOnlineManager_SendWizardingWorldData::Update' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_SetCurrentEulaAcceptance \ static_assert(alignof(UIOnlineManager_SetCurrentEulaAcceptance) == 0x000001, "Wrong alignment on UIOnlineManager_SetCurrentEulaAcceptance"); \ static_assert(sizeof(UIOnlineManager_SetCurrentEulaAcceptance) == 0x000001, "Wrong size on UIOnlineManager_SetCurrentEulaAcceptance"); \ static_assert(offsetof(UIOnlineManager_SetCurrentEulaAcceptance, isAccepted) == 0x000000, "Member 'UIOnlineManager_SetCurrentEulaAcceptance::isAccepted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_WBPNExitDeviceFlow \ static_assert(alignof(UIOnlineManager_WBPNExitDeviceFlow) == 0x000001, "Wrong alignment on UIOnlineManager_WBPNExitDeviceFlow"); \ static_assert(sizeof(UIOnlineManager_WBPNExitDeviceFlow) == 0x000001, "Wrong size on UIOnlineManager_WBPNExitDeviceFlow"); \ static_assert(offsetof(UIOnlineManager_WBPNExitDeviceFlow, bContinuePolling) == 0x000000, "Member 'UIOnlineManager_WBPNExitDeviceFlow::bContinuePolling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_WBPNGenerateDeviceToken \ static_assert(alignof(UIOnlineManager_WBPNGenerateDeviceToken) == 0x000001, "Wrong alignment on UIOnlineManager_WBPNGenerateDeviceToken"); \ static_assert(sizeof(UIOnlineManager_WBPNGenerateDeviceToken) == 0x000001, "Wrong size on UIOnlineManager_WBPNGenerateDeviceToken"); \ static_assert(offsetof(UIOnlineManager_WBPNGenerateDeviceToken, bPollLogin) == 0x000000, "Member 'UIOnlineManager_WBPNGenerateDeviceToken::bPollLogin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_WBPNPollForCFLink \ static_assert(alignof(UIOnlineManager_WBPNPollForCFLink) == 0x000001, "Wrong alignment on UIOnlineManager_WBPNPollForCFLink"); \ static_assert(sizeof(UIOnlineManager_WBPNPollForCFLink) == 0x000001, "Wrong size on UIOnlineManager_WBPNPollForCFLink"); \ static_assert(offsetof(UIOnlineManager_WBPNPollForCFLink, bStopPolling) == 0x000000, "Member 'UIOnlineManager_WBPNPollForCFLink::bStopPolling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIOnlineManager_IsLoggedIn \ static_assert(alignof(UIOnlineManager_IsLoggedIn) == 0x000001, "Wrong alignment on UIOnlineManager_IsLoggedIn"); \ static_assert(sizeof(UIOnlineManager_IsLoggedIn) == 0x000001, "Wrong size on UIOnlineManager_IsLoggedIn"); \ static_assert(offsetof(UIOnlineManager_IsLoggedIn, ReturnValue) == 0x000000, "Member 'UIOnlineManager_IsLoggedIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUIOnlineManager \ static_assert(alignof(UUIOnlineManager) == 0x000008, "Wrong alignment on UUIOnlineManager"); \ static_assert(sizeof(UUIOnlineManager) == 0x000330, "Wrong size on UUIOnlineManager"); \ static_assert(offsetof(UUIOnlineManager, OnFullGameNotInstalledPopupClosed) == 0x000040, "Member 'UUIOnlineManager::OnFullGameNotInstalledPopupClosed' has a wrong offset!"); \ static_assert(offsetof(UUIOnlineManager, ControllerDisconnectPopup) == 0x000058, "Member 'UUIOnlineManager::ControllerDisconnectPopup' has a wrong offset!"); \ static_assert(offsetof(UUIOnlineManager, FullGameNotInstalledPopup) == 0x000080, "Member 'UUIOnlineManager::FullGameNotInstalledPopup' has a wrong offset!"); \ static_assert(offsetof(UUIOnlineManager, LoginStatusChangedPopup) == 0x000130, "Member 'UUIOnlineManager::LoginStatusChangedPopup' has a wrong offset!"); \ static_assert(offsetof(UUIOnlineManager, m_wbpnClient) == 0x0001E8, "Member 'UUIOnlineManager::m_wbpnClient' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_RenderSettings \ static_assert(alignof(USceneAction_RenderSettings) == 0x000008, "Wrong alignment on USceneAction_RenderSettings"); \ static_assert(sizeof(USceneAction_RenderSettings) == 0x000130, "Wrong size on USceneAction_RenderSettings"); \ static_assert(offsetof(USceneAction_RenderSettings, PostProcessing) == 0x000088, "Member 'USceneAction_RenderSettings::PostProcessing' has a wrong offset!"); \ static_assert(offsetof(USceneAction_RenderSettings, ExposureTweak) == 0x0000E4, "Member 'USceneAction_RenderSettings::ExposureTweak' has a wrong offset!"); \ static_assert(offsetof(USceneAction_RenderSettings, FeatherInTime) == 0x0000E8, "Member 'USceneAction_RenderSettings::FeatherInTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_RenderSettings, FeatherOutTime) == 0x0000EC, "Member 'USceneAction_RenderSettings::FeatherOutTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_RenderSettings, BlendDomain) == 0x0000F0, "Member 'USceneAction_RenderSettings::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(USceneAction_RenderSettings, Priority) == 0x000128, "Member 'USceneAction_RenderSettings::Priority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_RenderSettings, bEnabled) == 0x00012C, "Member 'USceneAction_RenderSettings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(USceneAction_RenderSettings, bUseExposureTweak) == 0x00012D, "Member 'USceneAction_RenderSettings::bUseExposureTweak' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotManager_BP_Get \ static_assert(alignof(HerbPlotManager_BP_Get) == 0x000008, "Wrong alignment on HerbPlotManager_BP_Get"); \ static_assert(sizeof(HerbPlotManager_BP_Get) == 0x000008, "Wrong size on HerbPlotManager_BP_Get"); \ static_assert(offsetof(HerbPlotManager_BP_Get, ReturnValue) == 0x000000, "Member 'HerbPlotManager_BP_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotManager_DoesSeedFitInPlot \ static_assert(alignof(HerbPlotManager_DoesSeedFitInPlot) == 0x000008, "Wrong alignment on HerbPlotManager_DoesSeedFitInPlot"); \ static_assert(sizeof(HerbPlotManager_DoesSeedFitInPlot) == 0x000040, "Wrong size on HerbPlotManager_DoesSeedFitInPlot"); \ static_assert(offsetof(HerbPlotManager_DoesSeedFitInPlot, SeedInfo) == 0x000000, "Member 'HerbPlotManager_DoesSeedFitInPlot::SeedInfo' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_DoesSeedFitInPlot, HerbPlot) == 0x000030, "Member 'HerbPlotManager_DoesSeedFitInPlot::HerbPlot' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_DoesSeedFitInPlot, ReturnValue) == 0x000038, "Member 'HerbPlotManager_DoesSeedFitInPlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotManager_GetFertilizerEffectStatic \ static_assert(alignof(HerbPlotManager_GetFertilizerEffectStatic) == 0x000004, "Wrong alignment on HerbPlotManager_GetFertilizerEffectStatic"); \ static_assert(sizeof(HerbPlotManager_GetFertilizerEffectStatic) == 0x00000C, "Wrong size on HerbPlotManager_GetFertilizerEffectStatic"); \ static_assert(offsetof(HerbPlotManager_GetFertilizerEffectStatic, FertilizerID) == 0x000000, "Member 'HerbPlotManager_GetFertilizerEffectStatic::FertilizerID' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_GetFertilizerEffectStatic, ReturnValue) == 0x000008, "Member 'HerbPlotManager_GetFertilizerEffectStatic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotManager_GetOwnedSeeds \ static_assert(alignof(HerbPlotManager_GetOwnedSeeds) == 0x000008, "Wrong alignment on HerbPlotManager_GetOwnedSeeds"); \ static_assert(sizeof(HerbPlotManager_GetOwnedSeeds) == 0x000010, "Wrong size on HerbPlotManager_GetOwnedSeeds"); \ static_assert(offsetof(HerbPlotManager_GetOwnedSeeds, OwnedSeeds) == 0x000000, "Member 'HerbPlotManager_GetOwnedSeeds::OwnedSeeds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotManager_AllowSpawn \ static_assert(alignof(HerbPlotManager_AllowSpawn) == 0x000008, "Wrong alignment on HerbPlotManager_AllowSpawn"); \ static_assert(sizeof(HerbPlotManager_AllowSpawn) == 0x000020, "Wrong size on HerbPlotManager_AllowSpawn"); \ static_assert(offsetof(HerbPlotManager_AllowSpawn, InItemID) == 0x000000, "Member 'HerbPlotManager_AllowSpawn::InItemID' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_AllowSpawn, inParentUID) == 0x000010, "Member 'HerbPlotManager_AllowSpawn::inParentUID' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_AllowSpawn, inOverrideUID) == 0x000014, "Member 'HerbPlotManager_AllowSpawn::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_AllowSpawn, inIsPersistent) == 0x000018, "Member 'HerbPlotManager_AllowSpawn::inIsPersistent' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_AllowSpawn, ReturnValue) == 0x000019, "Member 'HerbPlotManager_AllowSpawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotManager_BP_GetPlantDefinition \ static_assert(alignof(HerbPlotManager_BP_GetPlantDefinition) == 0x000004, "Wrong alignment on HerbPlotManager_BP_GetPlantDefinition"); \ static_assert(sizeof(HerbPlotManager_BP_GetPlantDefinition) == 0x000050, "Wrong size on HerbPlotManager_BP_GetPlantDefinition"); \ static_assert(offsetof(HerbPlotManager_BP_GetPlantDefinition, PlantID) == 0x000000, "Member 'HerbPlotManager_BP_GetPlantDefinition::PlantID' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_BP_GetPlantDefinition, DefinitionFound) == 0x000008, "Member 'HerbPlotManager_BP_GetPlantDefinition::DefinitionFound' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_BP_GetPlantDefinition, ReturnValue) == 0x00000C, "Member 'HerbPlotManager_BP_GetPlantDefinition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotManager_GetAllHerbologyByproducts \ static_assert(alignof(HerbPlotManager_GetAllHerbologyByproducts) == 0x000004, "Wrong alignment on HerbPlotManager_GetAllHerbologyByproducts"); \ static_assert(sizeof(HerbPlotManager_GetAllHerbologyByproducts) == 0x000004, "Wrong size on HerbPlotManager_GetAllHerbologyByproducts"); \ static_assert(offsetof(HerbPlotManager_GetAllHerbologyByproducts, AmountToGrant) == 0x000000, "Member 'HerbPlotManager_GetAllHerbologyByproducts::AmountToGrant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotManager_GetAllPlantNames \ static_assert(alignof(HerbPlotManager_GetAllPlantNames) == 0x000008, "Wrong alignment on HerbPlotManager_GetAllPlantNames"); \ static_assert(sizeof(HerbPlotManager_GetAllPlantNames) == 0x000010, "Wrong size on HerbPlotManager_GetAllPlantNames"); \ static_assert(offsetof(HerbPlotManager_GetAllPlantNames, ReturnValue) == 0x000000, "Member 'HerbPlotManager_GetAllPlantNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotManager_SaveData \ static_assert(alignof(HerbPlotManager_SaveData) == 0x000008, "Wrong alignment on HerbPlotManager_SaveData"); \ static_assert(sizeof(HerbPlotManager_SaveData) == 0x000020, "Wrong size on HerbPlotManager_SaveData"); \ static_assert(offsetof(HerbPlotManager_SaveData, InItemID) == 0x000000, "Member 'HerbPlotManager_SaveData::InItemID' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_SaveData, TargetActor) == 0x000010, "Member 'HerbPlotManager_SaveData::TargetActor' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_SaveData, inParentUID) == 0x000018, "Member 'HerbPlotManager_SaveData::inParentUID' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_SaveData, inOverrideUID) == 0x00001C, "Member 'HerbPlotManager_SaveData::inOverrideUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotManager_Spawn \ static_assert(alignof(HerbPlotManager_Spawn) == 0x000010, "Wrong alignment on HerbPlotManager_Spawn"); \ static_assert(sizeof(HerbPlotManager_Spawn) == 0x000080, "Wrong size on HerbPlotManager_Spawn"); \ static_assert(offsetof(HerbPlotManager_Spawn, InWorld) == 0x000000, "Member 'HerbPlotManager_Spawn::InWorld' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_Spawn, InSpawnTransform) == 0x000010, "Member 'HerbPlotManager_Spawn::InSpawnTransform' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_Spawn, InRegistryID) == 0x000040, "Member 'HerbPlotManager_Spawn::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_Spawn, inParentUID) == 0x000050, "Member 'HerbPlotManager_Spawn::inParentUID' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_Spawn, inOverrideUID) == 0x000054, "Member 'HerbPlotManager_Spawn::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_Spawn, bInIsPersistent) == 0x000058, "Member 'HerbPlotManager_Spawn::bInIsPersistent' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_Spawn, InCollisionMethod) == 0x000059, "Member 'HerbPlotManager_Spawn::InCollisionMethod' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_Spawn, InOverrideLevel) == 0x000060, "Member 'HerbPlotManager_Spawn::InOverrideLevel' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_Spawn, InParentContainer) == 0x000068, "Member 'HerbPlotManager_Spawn::InParentContainer' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_Spawn, ReturnValue) == 0x000070, "Member 'HerbPlotManager_Spawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotManager_SpawnShell \ static_assert(alignof(HerbPlotManager_SpawnShell) == 0x000010, "Wrong alignment on HerbPlotManager_SpawnShell"); \ static_assert(sizeof(HerbPlotManager_SpawnShell) == 0x000070, "Wrong size on HerbPlotManager_SpawnShell"); \ static_assert(offsetof(HerbPlotManager_SpawnShell, InWorld) == 0x000000, "Member 'HerbPlotManager_SpawnShell::InWorld' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_SpawnShell, InSpawnTransform) == 0x000010, "Member 'HerbPlotManager_SpawnShell::InSpawnTransform' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_SpawnShell, InRegistryID) == 0x000040, "Member 'HerbPlotManager_SpawnShell::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_SpawnShell, inParentUID) == 0x000050, "Member 'HerbPlotManager_SpawnShell::inParentUID' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_SpawnShell, inOverrideUID) == 0x000054, "Member 'HerbPlotManager_SpawnShell::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_SpawnShell, bInIsPersistent) == 0x000058, "Member 'HerbPlotManager_SpawnShell::bInIsPersistent' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_SpawnShell, InCollisionMethod) == 0x000059, "Member 'HerbPlotManager_SpawnShell::InCollisionMethod' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_SpawnShell, InOverrideLevel) == 0x000060, "Member 'HerbPlotManager_SpawnShell::InOverrideLevel' has a wrong offset!"); \ static_assert(offsetof(HerbPlotManager_SpawnShell, ReturnValue) == 0x000068, "Member 'HerbPlotManager_SpawnShell::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HerbPlotManager_GetGrowthTimeMultiplier \ static_assert(alignof(HerbPlotManager_GetGrowthTimeMultiplier) == 0x000004, "Wrong alignment on HerbPlotManager_GetGrowthTimeMultiplier"); \ static_assert(sizeof(HerbPlotManager_GetGrowthTimeMultiplier) == 0x000004, "Wrong size on HerbPlotManager_GetGrowthTimeMultiplier"); \ static_assert(offsetof(HerbPlotManager_GetGrowthTimeMultiplier, ReturnValue) == 0x000000, "Member 'HerbPlotManager_GetGrowthTimeMultiplier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHerbPlotManager \ static_assert(alignof(UHerbPlotManager) == 0x000008, "Wrong alignment on UHerbPlotManager"); \ static_assert(sizeof(UHerbPlotManager) == 0x000378, "Wrong size on UHerbPlotManager"); \ static_assert(offsetof(UHerbPlotManager, HerbPlotStates) == 0x000200, "Member 'UHerbPlotManager::HerbPlotStates' has a wrong offset!"); \ static_assert(offsetof(UHerbPlotManager, GrowthTimeMultiplier) == 0x000250, "Member 'UHerbPlotManager::GrowthTimeMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_Player_IsProtegoActive \ static_assert(alignof(UModFilter_Player_IsProtegoActive) == 0x000008, "Wrong alignment on UModFilter_Player_IsProtegoActive"); \ static_assert(sizeof(UModFilter_Player_IsProtegoActive) == 0x000030, "Wrong size on UModFilter_Player_IsProtegoActive"); \ #define DUMPER7_ASSERTS_NavigationDisruptor_OnBeginActorOverlap \ static_assert(alignof(NavigationDisruptor_OnBeginActorOverlap) == 0x000008, "Wrong alignment on NavigationDisruptor_OnBeginActorOverlap"); \ static_assert(sizeof(NavigationDisruptor_OnBeginActorOverlap) == 0x000010, "Wrong size on NavigationDisruptor_OnBeginActorOverlap"); \ static_assert(offsetof(NavigationDisruptor_OnBeginActorOverlap, SelfActor) == 0x000000, "Member 'NavigationDisruptor_OnBeginActorOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(NavigationDisruptor_OnBeginActorOverlap, Other) == 0x000008, "Member 'NavigationDisruptor_OnBeginActorOverlap::Other' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationDisruptor_OnEndActorOverlap \ static_assert(alignof(NavigationDisruptor_OnEndActorOverlap) == 0x000008, "Wrong alignment on NavigationDisruptor_OnEndActorOverlap"); \ static_assert(sizeof(NavigationDisruptor_OnEndActorOverlap) == 0x000010, "Wrong size on NavigationDisruptor_OnEndActorOverlap"); \ static_assert(offsetof(NavigationDisruptor_OnEndActorOverlap, SelfActor) == 0x000000, "Member 'NavigationDisruptor_OnEndActorOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(NavigationDisruptor_OnEndActorOverlap, Other) == 0x000008, "Member 'NavigationDisruptor_OnEndActorOverlap::Other' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANavigationDisruptor \ static_assert(alignof(ANavigationDisruptor) == 0x000008, "Wrong alignment on ANavigationDisruptor"); \ static_assert(sizeof(ANavigationDisruptor) == 0x0002A0, "Wrong size on ANavigationDisruptor"); \ #define DUMPER7_ASSERTS_UVegetationInteractionComponentSimple \ static_assert(alignof(UVegetationInteractionComponentSimple) == 0x000008, "Wrong alignment on UVegetationInteractionComponentSimple"); \ static_assert(sizeof(UVegetationInteractionComponentSimple) == 0x0000F8, "Wrong size on UVegetationInteractionComponentSimple"); \ static_assert(offsetof(UVegetationInteractionComponentSimple, Priority) == 0x0000D8, "Member 'UVegetationInteractionComponentSimple::Priority' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentSimple, Offset) == 0x0000DC, "Member 'UVegetationInteractionComponentSimple::Offset' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentSimple, InnerRadius) == 0x0000E8, "Member 'UVegetationInteractionComponentSimple::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentSimple, OuterRadius) == 0x0000EC, "Member 'UVegetationInteractionComponentSimple::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentSimple, ForceScalingMultiplier) == 0x0000F0, "Member 'UVegetationInteractionComponentSimple::ForceScalingMultiplier' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentSimple, MaxAngleMultiplier) == 0x0000F4, "Member 'UVegetationInteractionComponentSimple::MaxAngleMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_ObjectState_IsFullHealth \ static_assert(alignof(UModFilter_ObjectState_IsFullHealth) == 0x000008, "Wrong alignment on UModFilter_ObjectState_IsFullHealth"); \ static_assert(sizeof(UModFilter_ObjectState_IsFullHealth) == 0x000030, "Wrong size on UModFilter_ObjectState_IsFullHealth"); \ #define DUMPER7_ASSERTS_HintManager_CreateHint \ static_assert(alignof(HintManager_CreateHint) == 0x000008, "Wrong alignment on HintManager_CreateHint"); \ static_assert(sizeof(HintManager_CreateHint) == 0x000018, "Wrong size on HintManager_CreateHint"); \ static_assert(offsetof(HintManager_CreateHint, Name_0) == 0x000000, "Member 'HintManager_CreateHint::Name_0' has a wrong offset!"); \ static_assert(offsetof(HintManager_CreateHint, ReturnValue) == 0x000010, "Member 'HintManager_CreateHint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HintManager_DestroyHint \ static_assert(alignof(HintManager_DestroyHint) == 0x000008, "Wrong alignment on HintManager_DestroyHint"); \ static_assert(sizeof(HintManager_DestroyHint) == 0x000008, "Wrong size on HintManager_DestroyHint"); \ static_assert(offsetof(HintManager_DestroyHint, Hint) == 0x000000, "Member 'HintManager_DestroyHint::Hint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HintManager_GetHint \ static_assert(alignof(HintManager_GetHint) == 0x000008, "Wrong alignment on HintManager_GetHint"); \ static_assert(sizeof(HintManager_GetHint) == 0x000018, "Wrong size on HintManager_GetHint"); \ static_assert(offsetof(HintManager_GetHint, HintKey) == 0x000000, "Member 'HintManager_GetHint::HintKey' has a wrong offset!"); \ static_assert(offsetof(HintManager_GetHint, ReturnValue) == 0x000010, "Member 'HintManager_GetHint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HintManager_GetHintManagerGameLogicObject \ static_assert(alignof(HintManager_GetHintManagerGameLogicObject) == 0x000008, "Wrong alignment on HintManager_GetHintManagerGameLogicObject"); \ static_assert(sizeof(HintManager_GetHintManagerGameLogicObject) == 0x000008, "Wrong size on HintManager_GetHintManagerGameLogicObject"); \ static_assert(offsetof(HintManager_GetHintManagerGameLogicObject, ReturnValue) == 0x000000, "Member 'HintManager_GetHintManagerGameLogicObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHintManager \ static_assert(alignof(UHintManager) == 0x000008, "Wrong alignment on UHintManager"); \ static_assert(sizeof(UHintManager) == 0x000040, "Wrong size on UHintManager"); \ static_assert(offsetof(UHintManager, Hints) == 0x000028, "Member 'UHintManager::Hints' has a wrong offset!"); \ static_assert(offsetof(UHintManager, GameLogicObject) == 0x000038, "Member 'UHintManager::GameLogicObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVector2DTweenDummy \ static_assert(alignof(UVector2DTweenDummy) == 0x000008, "Wrong alignment on UVector2DTweenDummy"); \ static_assert(sizeof(UVector2DTweenDummy) == 0x000028, "Wrong size on UVector2DTweenDummy"); \ #define DUMPER7_ASSERTS_USceneRigParameterDefinition_AkAudioRTPC \ static_assert(alignof(USceneRigParameterDefinition_AkAudioRTPC) == 0x000008, "Wrong alignment on USceneRigParameterDefinition_AkAudioRTPC"); \ static_assert(sizeof(USceneRigParameterDefinition_AkAudioRTPC) == 0x000050, "Wrong size on USceneRigParameterDefinition_AkAudioRTPC"); \ static_assert(offsetof(USceneRigParameterDefinition_AkAudioRTPC, DefaultEvent) == 0x000038, "Member 'USceneRigParameterDefinition_AkAudioRTPC::DefaultEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHippogriffStatue \ static_assert(alignof(AHippogriffStatue) == 0x000008, "Wrong alignment on AHippogriffStatue"); \ static_assert(sizeof(AHippogriffStatue) == 0x000248, "Wrong size on AHippogriffStatue"); \ #define DUMPER7_ASSERTS_AHowler_Character \ static_assert(alignof(AHowler_Character) == 0x000010, "Wrong alignment on AHowler_Character"); \ static_assert(sizeof(AHowler_Character) == 0x0004E0, "Wrong size on AHowler_Character"); \ #define DUMPER7_ASSERTS_SceneRig_Interaction_SetInteractionActor \ static_assert(alignof(SceneRig_Interaction_SetInteractionActor) == 0x000008, "Wrong alignment on SceneRig_Interaction_SetInteractionActor"); \ static_assert(sizeof(SceneRig_Interaction_SetInteractionActor) == 0x000010, "Wrong size on SceneRig_Interaction_SetInteractionActor"); \ static_assert(offsetof(SceneRig_Interaction_SetInteractionActor, StageParameterBlock) == 0x000000, "Member 'SceneRig_Interaction_SetInteractionActor::StageParameterBlock' has a wrong offset!"); \ static_assert(offsetof(SceneRig_Interaction_SetInteractionActor, Actor) == 0x000008, "Member 'SceneRig_Interaction_SetInteractionActor::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRig_Interaction_SetSceneRoot \ static_assert(alignof(SceneRig_Interaction_SetSceneRoot) == 0x000010, "Wrong alignment on SceneRig_Interaction_SetSceneRoot"); \ static_assert(sizeof(SceneRig_Interaction_SetSceneRoot) == 0x000040, "Wrong size on SceneRig_Interaction_SetSceneRoot"); \ static_assert(offsetof(SceneRig_Interaction_SetSceneRoot, StageParameterBlock) == 0x000000, "Member 'SceneRig_Interaction_SetSceneRoot::StageParameterBlock' has a wrong offset!"); \ static_assert(offsetof(SceneRig_Interaction_SetSceneRoot, Transform) == 0x000010, "Member 'SceneRig_Interaction_SetSceneRoot::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRig_Interaction \ static_assert(alignof(USceneRig_Interaction) == 0x000008, "Wrong alignment on USceneRig_Interaction"); \ static_assert(sizeof(USceneRig_Interaction) == 0x000268, "Wrong size on USceneRig_Interaction"); \ static_assert(offsetof(USceneRig_Interaction, interactionActor) == 0x000238, "Member 'USceneRig_Interaction::interactionActor' has a wrong offset!"); \ static_assert(offsetof(USceneRig_Interaction, LocalPlayer) == 0x000250, "Member 'USceneRig_Interaction::LocalPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUD_Clock_OnTimeChanged \ static_assert(alignof(HUD_Clock_OnTimeChanged) == 0x000004, "Wrong alignment on HUD_Clock_OnTimeChanged"); \ static_assert(sizeof(HUD_Clock_OnTimeChanged) == 0x000008, "Wrong size on HUD_Clock_OnTimeChanged"); \ static_assert(offsetof(HUD_Clock_OnTimeChanged, Hour) == 0x000000, "Member 'HUD_Clock_OnTimeChanged::Hour' has a wrong offset!"); \ static_assert(offsetof(HUD_Clock_OnTimeChanged, Minute) == 0x000004, "Member 'HUD_Clock_OnTimeChanged::Minute' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHUD_Clock \ static_assert(alignof(UHUD_Clock) == 0x000008, "Wrong alignment on UHUD_Clock"); \ static_assert(sizeof(UHUD_Clock) == 0x000270, "Wrong size on UHUD_Clock"); \ #define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_DisableVirtualCursor \ static_assert(alignof(VirtualCursorFunctionLibrary_DisableVirtualCursor) == 0x000008, "Wrong alignment on VirtualCursorFunctionLibrary_DisableVirtualCursor"); \ static_assert(sizeof(VirtualCursorFunctionLibrary_DisableVirtualCursor) == 0x000008, "Wrong size on VirtualCursorFunctionLibrary_DisableVirtualCursor"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_DisableVirtualCursor, PC) == 0x000000, "Member 'VirtualCursorFunctionLibrary_DisableVirtualCursor::PC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_EnableVirtualCursor \ static_assert(alignof(VirtualCursorFunctionLibrary_EnableVirtualCursor) == 0x000008, "Wrong alignment on VirtualCursorFunctionLibrary_EnableVirtualCursor"); \ static_assert(sizeof(VirtualCursorFunctionLibrary_EnableVirtualCursor) == 0x000008, "Wrong size on VirtualCursorFunctionLibrary_EnableVirtualCursor"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_EnableVirtualCursor, PC) == 0x000000, "Member 'VirtualCursorFunctionLibrary_EnableVirtualCursor::PC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_GetAnalogLeftValues \ static_assert(alignof(VirtualCursorFunctionLibrary_GetAnalogLeftValues) == 0x000004, "Wrong alignment on VirtualCursorFunctionLibrary_GetAnalogLeftValues"); \ static_assert(sizeof(VirtualCursorFunctionLibrary_GetAnalogLeftValues) == 0x000008, "Wrong size on VirtualCursorFunctionLibrary_GetAnalogLeftValues"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_GetAnalogLeftValues, ReturnValue) == 0x000000, "Member 'VirtualCursorFunctionLibrary_GetAnalogLeftValues::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_GetAnalogRightValues \ static_assert(alignof(VirtualCursorFunctionLibrary_GetAnalogRightValues) == 0x000004, "Wrong alignment on VirtualCursorFunctionLibrary_GetAnalogRightValues"); \ static_assert(sizeof(VirtualCursorFunctionLibrary_GetAnalogRightValues) == 0x000008, "Wrong size on VirtualCursorFunctionLibrary_GetAnalogRightValues"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_GetAnalogRightValues, ReturnValue) == 0x000000, "Member 'VirtualCursorFunctionLibrary_GetAnalogRightValues::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_GetAnalogTriggerValues \ static_assert(alignof(VirtualCursorFunctionLibrary_GetAnalogTriggerValues) == 0x000004, "Wrong alignment on VirtualCursorFunctionLibrary_GetAnalogTriggerValues"); \ static_assert(sizeof(VirtualCursorFunctionLibrary_GetAnalogTriggerValues) == 0x000008, "Wrong size on VirtualCursorFunctionLibrary_GetAnalogTriggerValues"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_GetAnalogTriggerValues, ReturnValue) == 0x000000, "Member 'VirtualCursorFunctionLibrary_GetAnalogTriggerValues::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_GetCursorPositionDirect \ static_assert(alignof(VirtualCursorFunctionLibrary_GetCursorPositionDirect) == 0x000004, "Wrong alignment on VirtualCursorFunctionLibrary_GetCursorPositionDirect"); \ static_assert(sizeof(VirtualCursorFunctionLibrary_GetCursorPositionDirect) == 0x000008, "Wrong size on VirtualCursorFunctionLibrary_GetCursorPositionDirect"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_GetCursorPositionDirect, ReturnValue) == 0x000000, "Member 'VirtualCursorFunctionLibrary_GetCursorPositionDirect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_GetCursorPostion \ static_assert(alignof(VirtualCursorFunctionLibrary_GetCursorPostion) == 0x000004, "Wrong alignment on VirtualCursorFunctionLibrary_GetCursorPostion"); \ static_assert(sizeof(VirtualCursorFunctionLibrary_GetCursorPostion) == 0x000008, "Wrong size on VirtualCursorFunctionLibrary_GetCursorPostion"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_GetCursorPostion, ReturnValue) == 0x000000, "Member 'VirtualCursorFunctionLibrary_GetCursorPostion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_GetIsStickTouched \ static_assert(alignof(VirtualCursorFunctionLibrary_GetIsStickTouched) == 0x000001, "Wrong alignment on VirtualCursorFunctionLibrary_GetIsStickTouched"); \ static_assert(sizeof(VirtualCursorFunctionLibrary_GetIsStickTouched) == 0x000001, "Wrong size on VirtualCursorFunctionLibrary_GetIsStickTouched"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_GetIsStickTouched, ReturnValue) == 0x000000, "Member 'VirtualCursorFunctionLibrary_GetIsStickTouched::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_GetIsUsingVirtualCursor \ static_assert(alignof(VirtualCursorFunctionLibrary_GetIsUsingVirtualCursor) == 0x000001, "Wrong alignment on VirtualCursorFunctionLibrary_GetIsUsingVirtualCursor"); \ static_assert(sizeof(VirtualCursorFunctionLibrary_GetIsUsingVirtualCursor) == 0x000001, "Wrong size on VirtualCursorFunctionLibrary_GetIsUsingVirtualCursor"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_GetIsUsingVirtualCursor, ReturnValue) == 0x000000, "Member 'VirtualCursorFunctionLibrary_GetIsUsingVirtualCursor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_IsCursorOverInteractableWidget \ static_assert(alignof(VirtualCursorFunctionLibrary_IsCursorOverInteractableWidget) == 0x000001, "Wrong alignment on VirtualCursorFunctionLibrary_IsCursorOverInteractableWidget"); \ static_assert(sizeof(VirtualCursorFunctionLibrary_IsCursorOverInteractableWidget) == 0x000001, "Wrong size on VirtualCursorFunctionLibrary_IsCursorOverInteractableWidget"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_IsCursorOverInteractableWidget, ReturnValue) == 0x000000, "Member 'VirtualCursorFunctionLibrary_IsCursorOverInteractableWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_IsVirtualCursorEnabled \ static_assert(alignof(VirtualCursorFunctionLibrary_IsVirtualCursorEnabled) == 0x000001, "Wrong alignment on VirtualCursorFunctionLibrary_IsVirtualCursorEnabled"); \ static_assert(sizeof(VirtualCursorFunctionLibrary_IsVirtualCursorEnabled) == 0x000001, "Wrong size on VirtualCursorFunctionLibrary_IsVirtualCursorEnabled"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_IsVirtualCursorEnabled, ReturnValue) == 0x000000, "Member 'VirtualCursorFunctionLibrary_IsVirtualCursorEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_SetAllowMouseClickInput \ static_assert(alignof(VirtualCursorFunctionLibrary_SetAllowMouseClickInput) == 0x000001, "Wrong alignment on VirtualCursorFunctionLibrary_SetAllowMouseClickInput"); \ static_assert(sizeof(VirtualCursorFunctionLibrary_SetAllowMouseClickInput) == 0x000001, "Wrong size on VirtualCursorFunctionLibrary_SetAllowMouseClickInput"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_SetAllowMouseClickInput, Allow) == 0x000000, "Member 'VirtualCursorFunctionLibrary_SetAllowMouseClickInput::Allow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_SetCursorPositionDirect \ static_assert(alignof(VirtualCursorFunctionLibrary_SetCursorPositionDirect) == 0x000008, "Wrong alignment on VirtualCursorFunctionLibrary_SetCursorPositionDirect"); \ static_assert(sizeof(VirtualCursorFunctionLibrary_SetCursorPositionDirect) == 0x000010, "Wrong size on VirtualCursorFunctionLibrary_SetCursorPositionDirect"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_SetCursorPositionDirect, PC) == 0x000000, "Member 'VirtualCursorFunctionLibrary_SetCursorPositionDirect::PC' has a wrong offset!"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_SetCursorPositionDirect, nx) == 0x000008, "Member 'VirtualCursorFunctionLibrary_SetCursorPositionDirect::nx' has a wrong offset!"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_SetCursorPositionDirect, ny) == 0x00000C, "Member 'VirtualCursorFunctionLibrary_SetCursorPositionDirect::ny' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VirtualCursorFunctionLibrary_SetCursorPostion \ static_assert(alignof(VirtualCursorFunctionLibrary_SetCursorPostion) == 0x000008, "Wrong alignment on VirtualCursorFunctionLibrary_SetCursorPostion"); \ static_assert(sizeof(VirtualCursorFunctionLibrary_SetCursorPostion) == 0x000010, "Wrong size on VirtualCursorFunctionLibrary_SetCursorPostion"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_SetCursorPostion, PC) == 0x000000, "Member 'VirtualCursorFunctionLibrary_SetCursorPostion::PC' has a wrong offset!"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_SetCursorPostion, nx) == 0x000008, "Member 'VirtualCursorFunctionLibrary_SetCursorPostion::nx' has a wrong offset!"); \ static_assert(offsetof(VirtualCursorFunctionLibrary_SetCursorPostion, ny) == 0x00000C, "Member 'VirtualCursorFunctionLibrary_SetCursorPostion::ny' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVirtualCursorFunctionLibrary \ static_assert(alignof(UVirtualCursorFunctionLibrary) == 0x000008, "Wrong alignment on UVirtualCursorFunctionLibrary"); \ static_assert(sizeof(UVirtualCursorFunctionLibrary) == 0x000028, "Wrong size on UVirtualCursorFunctionLibrary"); \ #define DUMPER7_ASSERTS_HUDCompassIcon_SetCompassIconColorAndOpacity \ static_assert(alignof(HUDCompassIcon_SetCompassIconColorAndOpacity) == 0x000004, "Wrong alignment on HUDCompassIcon_SetCompassIconColorAndOpacity"); \ static_assert(sizeof(HUDCompassIcon_SetCompassIconColorAndOpacity) == 0x000010, "Wrong size on HUDCompassIcon_SetCompassIconColorAndOpacity"); \ static_assert(offsetof(HUDCompassIcon_SetCompassIconColorAndOpacity, NewColor) == 0x000000, "Member 'HUDCompassIcon_SetCompassIconColorAndOpacity::NewColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCompassIcon_SetCompassIconVisibility \ static_assert(alignof(HUDCompassIcon_SetCompassIconVisibility) == 0x000001, "Wrong alignment on HUDCompassIcon_SetCompassIconVisibility"); \ static_assert(sizeof(HUDCompassIcon_SetCompassIconVisibility) == 0x000001, "Wrong size on HUDCompassIcon_SetCompassIconVisibility"); \ static_assert(offsetof(HUDCompassIcon_SetCompassIconVisibility, NewVisibility) == 0x000000, "Member 'HUDCompassIcon_SetCompassIconVisibility::NewVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCompassIcon_SetDistanceValue \ static_assert(alignof(HUDCompassIcon_SetDistanceValue) == 0x000004, "Wrong alignment on HUDCompassIcon_SetDistanceValue"); \ static_assert(sizeof(HUDCompassIcon_SetDistanceValue) == 0x000004, "Wrong size on HUDCompassIcon_SetDistanceValue"); \ static_assert(offsetof(HUDCompassIcon_SetDistanceValue, Distance) == 0x000000, "Member 'HUDCompassIcon_SetDistanceValue::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCompassIcon_SetElevationDistance \ static_assert(alignof(HUDCompassIcon_SetElevationDistance) == 0x000004, "Wrong alignment on HUDCompassIcon_SetElevationDistance"); \ static_assert(sizeof(HUDCompassIcon_SetElevationDistance) == 0x000004, "Wrong size on HUDCompassIcon_SetElevationDistance"); \ static_assert(offsetof(HUDCompassIcon_SetElevationDistance, Distance) == 0x000000, "Member 'HUDCompassIcon_SetElevationDistance::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCompassIcon_SetElevationVisibility \ static_assert(alignof(HUDCompassIcon_SetElevationVisibility) == 0x000001, "Wrong alignment on HUDCompassIcon_SetElevationVisibility"); \ static_assert(sizeof(HUDCompassIcon_SetElevationVisibility) == 0x000001, "Wrong size on HUDCompassIcon_SetElevationVisibility"); \ static_assert(offsetof(HUDCompassIcon_SetElevationVisibility, NewVisibility) == 0x000000, "Member 'HUDCompassIcon_SetElevationVisibility::NewVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCompassIcon_SetIconOpacity \ static_assert(alignof(HUDCompassIcon_SetIconOpacity) == 0x000004, "Wrong alignment on HUDCompassIcon_SetIconOpacity"); \ static_assert(sizeof(HUDCompassIcon_SetIconOpacity) == 0x000004, "Wrong size on HUDCompassIcon_SetIconOpacity"); \ static_assert(offsetof(HUDCompassIcon_SetIconOpacity, Opacity) == 0x000000, "Member 'HUDCompassIcon_SetIconOpacity::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCompassIcon_SetIconScale \ static_assert(alignof(HUDCompassIcon_SetIconScale) == 0x000004, "Wrong alignment on HUDCompassIcon_SetIconScale"); \ static_assert(sizeof(HUDCompassIcon_SetIconScale) == 0x000004, "Wrong size on HUDCompassIcon_SetIconScale"); \ static_assert(offsetof(HUDCompassIcon_SetIconScale, Scale) == 0x000000, "Member 'HUDCompassIcon_SetIconScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCompassIcon_SetIconSize \ static_assert(alignof(HUDCompassIcon_SetIconSize) == 0x000004, "Wrong alignment on HUDCompassIcon_SetIconSize"); \ static_assert(sizeof(HUDCompassIcon_SetIconSize) == 0x000008, "Wrong size on HUDCompassIcon_SetIconSize"); \ static_assert(offsetof(HUDCompassIcon_SetIconSize, NewSize) == 0x000000, "Member 'HUDCompassIcon_SetIconSize::NewSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCompassIcon_SetIconTexture \ static_assert(alignof(HUDCompassIcon_SetIconTexture) == 0x000008, "Wrong alignment on HUDCompassIcon_SetIconTexture"); \ static_assert(sizeof(HUDCompassIcon_SetIconTexture) == 0x000008, "Wrong size on HUDCompassIcon_SetIconTexture"); \ static_assert(offsetof(HUDCompassIcon_SetIconTexture, Texture) == 0x000000, "Member 'HUDCompassIcon_SetIconTexture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCompassIcon_SetIconTextureByName \ static_assert(alignof(HUDCompassIcon_SetIconTextureByName) == 0x000008, "Wrong alignment on HUDCompassIcon_SetIconTextureByName"); \ static_assert(sizeof(HUDCompassIcon_SetIconTextureByName) == 0x000018, "Wrong size on HUDCompassIcon_SetIconTextureByName"); \ static_assert(offsetof(HUDCompassIcon_SetIconTextureByName, IconName) == 0x000000, "Member 'HUDCompassIcon_SetIconTextureByName::IconName' has a wrong offset!"); \ static_assert(offsetof(HUDCompassIcon_SetIconTextureByName, ShowPulse) == 0x000010, "Member 'HUDCompassIcon_SetIconTextureByName::ShowPulse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCompassIcon_SetIndicatorArrowRotation \ static_assert(alignof(HUDCompassIcon_SetIndicatorArrowRotation) == 0x000004, "Wrong alignment on HUDCompassIcon_SetIndicatorArrowRotation"); \ static_assert(sizeof(HUDCompassIcon_SetIndicatorArrowRotation) == 0x000004, "Wrong size on HUDCompassIcon_SetIndicatorArrowRotation"); \ static_assert(offsetof(HUDCompassIcon_SetIndicatorArrowRotation, DegreeRot) == 0x000000, "Member 'HUDCompassIcon_SetIndicatorArrowRotation::DegreeRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCompassIcon_SetPulse \ static_assert(alignof(HUDCompassIcon_SetPulse) == 0x000001, "Wrong alignment on HUDCompassIcon_SetPulse"); \ static_assert(sizeof(HUDCompassIcon_SetPulse) == 0x000001, "Wrong size on HUDCompassIcon_SetPulse"); \ static_assert(offsetof(HUDCompassIcon_SetPulse, Enable) == 0x000000, "Member 'HUDCompassIcon_SetPulse::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCompassIcon_SetRotation \ static_assert(alignof(HUDCompassIcon_SetRotation) == 0x000004, "Wrong alignment on HUDCompassIcon_SetRotation"); \ static_assert(sizeof(HUDCompassIcon_SetRotation) == 0x000004, "Wrong size on HUDCompassIcon_SetRotation"); \ static_assert(offsetof(HUDCompassIcon_SetRotation, Angle) == 0x000000, "Member 'HUDCompassIcon_SetRotation::Angle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCompassIcon_ShowDistance \ static_assert(alignof(HUDCompassIcon_ShowDistance) == 0x000001, "Wrong alignment on HUDCompassIcon_ShowDistance"); \ static_assert(sizeof(HUDCompassIcon_ShowDistance) == 0x000001, "Wrong size on HUDCompassIcon_ShowDistance"); \ static_assert(offsetof(HUDCompassIcon_ShowDistance, ShouldShow) == 0x000000, "Member 'HUDCompassIcon_ShowDistance::ShouldShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCompassIcon_ShowIndicatorArrow \ static_assert(alignof(HUDCompassIcon_ShowIndicatorArrow) == 0x000001, "Wrong alignment on HUDCompassIcon_ShowIndicatorArrow"); \ static_assert(sizeof(HUDCompassIcon_ShowIndicatorArrow) == 0x000001, "Wrong size on HUDCompassIcon_ShowIndicatorArrow"); \ static_assert(offsetof(HUDCompassIcon_ShowIndicatorArrow, ShouldShow) == 0x000000, "Member 'HUDCompassIcon_ShowIndicatorArrow::ShouldShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCompassIcon_ToggleLockBadge \ static_assert(alignof(HUDCompassIcon_ToggleLockBadge) == 0x000001, "Wrong alignment on HUDCompassIcon_ToggleLockBadge"); \ static_assert(sizeof(HUDCompassIcon_ToggleLockBadge) == 0x000001, "Wrong size on HUDCompassIcon_ToggleLockBadge"); \ static_assert(offsetof(HUDCompassIcon_ToggleLockBadge, ShowLock) == 0x000000, "Member 'HUDCompassIcon_ToggleLockBadge::ShowLock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HUDCompassIcon_TogglePathingBorder \ static_assert(alignof(HUDCompassIcon_TogglePathingBorder) == 0x000008, "Wrong alignment on HUDCompassIcon_TogglePathingBorder"); \ static_assert(sizeof(HUDCompassIcon_TogglePathingBorder) == 0x000018, "Wrong size on HUDCompassIcon_TogglePathingBorder"); \ static_assert(offsetof(HUDCompassIcon_TogglePathingBorder, ShowBorder) == 0x000000, "Member 'HUDCompassIcon_TogglePathingBorder::ShowBorder' has a wrong offset!"); \ static_assert(offsetof(HUDCompassIcon_TogglePathingBorder, OutlineIconName) == 0x000008, "Member 'HUDCompassIcon_TogglePathingBorder::OutlineIconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHUDCompassIcon \ static_assert(alignof(UHUDCompassIcon) == 0x000008, "Wrong alignment on UHUDCompassIcon"); \ static_assert(sizeof(UHUDCompassIcon) == 0x000270, "Wrong size on UHUDCompassIcon"); \ static_assert(offsetof(UHUDCompassIcon, IsAnimating) == 0x000268, "Member 'UHUDCompassIcon::IsAnimating' has a wrong offset!"); \ static_assert(offsetof(UHUDCompassIcon, InElevationRange) == 0x000269, "Member 'UHUDCompassIcon::InElevationRange' has a wrong offset!"); \ static_assert(offsetof(UHUDCompassIcon, ShouldShowElevationHint) == 0x00026A, "Member 'UHUDCompassIcon::ShouldShowElevationHint' has a wrong offset!"); \ static_assert(offsetof(UHUDCompassIcon, IsInPathedState) == 0x00026B, "Member 'UHUDCompassIcon::IsInPathedState' has a wrong offset!"); \ static_assert(offsetof(UHUDCompassIcon, IsInLockedState) == 0x00026C, "Member 'UHUDCompassIcon::IsInLockedState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VegetationInteractionComponentDualMode_SetVegetationInteractionModeImmediate \ static_assert(alignof(VegetationInteractionComponentDualMode_SetVegetationInteractionModeImmediate) == 0x000004, "Wrong alignment on VegetationInteractionComponentDualMode_SetVegetationInteractionModeImmediate"); \ static_assert(sizeof(VegetationInteractionComponentDualMode_SetVegetationInteractionModeImmediate) == 0x000004, "Wrong size on VegetationInteractionComponentDualMode_SetVegetationInteractionModeImmediate"); \ static_assert(offsetof(VegetationInteractionComponentDualMode_SetVegetationInteractionModeImmediate, TargetZeroOrOne) == 0x000000, "Member 'VegetationInteractionComponentDualMode_SetVegetationInteractionModeImmediate::TargetZeroOrOne' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VegetationInteractionComponentDualMode_SetVegetationInteractionModeSmooth \ static_assert(alignof(VegetationInteractionComponentDualMode_SetVegetationInteractionModeSmooth) == 0x000004, "Wrong alignment on VegetationInteractionComponentDualMode_SetVegetationInteractionModeSmooth"); \ static_assert(sizeof(VegetationInteractionComponentDualMode_SetVegetationInteractionModeSmooth) == 0x000008, "Wrong size on VegetationInteractionComponentDualMode_SetVegetationInteractionModeSmooth"); \ static_assert(offsetof(VegetationInteractionComponentDualMode_SetVegetationInteractionModeSmooth, TargetZeroOrOne) == 0x000000, "Member 'VegetationInteractionComponentDualMode_SetVegetationInteractionModeSmooth::TargetZeroOrOne' has a wrong offset!"); \ static_assert(offsetof(VegetationInteractionComponentDualMode_SetVegetationInteractionModeSmooth, RatePerSecond) == 0x000004, "Member 'VegetationInteractionComponentDualMode_SetVegetationInteractionModeSmooth::RatePerSecond' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVegetationInteractionComponentDualMode \ static_assert(alignof(UVegetationInteractionComponentDualMode) == 0x000008, "Wrong alignment on UVegetationInteractionComponentDualMode"); \ static_assert(sizeof(UVegetationInteractionComponentDualMode) == 0x000198, "Wrong size on UVegetationInteractionComponentDualMode"); \ static_assert(offsetof(UVegetationInteractionComponentDualMode, Priority) == 0x0000D8, "Member 'UVegetationInteractionComponentDualMode::Priority' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentDualMode, SettingsMode0) == 0x0000DC, "Member 'UVegetationInteractionComponentDualMode::SettingsMode0' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentDualMode, SettingsMode1) == 0x000100, "Member 'UVegetationInteractionComponentDualMode::SettingsMode1' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentDualMode, SpringMassMode0) == 0x000124, "Member 'UVegetationInteractionComponentDualMode::SpringMassMode0' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentDualMode, SpringMassMode1) == 0x00013C, "Member 'UVegetationInteractionComponentDualMode::SpringMassMode1' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentDualMode, Mode) == 0x000154, "Member 'UVegetationInteractionComponentDualMode::Mode' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentDualMode, ModeTarget) == 0x000158, "Member 'UVegetationInteractionComponentDualMode::ModeTarget' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentDualMode, ModeRate) == 0x00015C, "Member 'UVegetationInteractionComponentDualMode::ModeRate' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentDualMode, VelocityTracker) == 0x000160, "Member 'UVegetationInteractionComponentDualMode::VelocityTracker' has a wrong offset!"); \ static_assert(offsetof(UVegetationInteractionComponentDualMode, SpringMassTracker) == 0x000190, "Member 'UVegetationInteractionComponentDualMode::SpringMassTracker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRig_ByPlayerGender \ static_assert(alignof(USceneRig_ByPlayerGender) == 0x000008, "Wrong alignment on USceneRig_ByPlayerGender"); \ static_assert(sizeof(USceneRig_ByPlayerGender) == 0x000038, "Wrong size on USceneRig_ByPlayerGender"); \ static_assert(offsetof(USceneRig_ByPlayerGender, Male) == 0x000028, "Member 'USceneRig_ByPlayerGender::Male' has a wrong offset!"); \ static_assert(offsetof(USceneRig_ByPlayerGender, Female) == 0x000030, "Member 'USceneRig_ByPlayerGender::Female' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconNoteWidget_SetDetails \ static_assert(alignof(IconNoteWidget_SetDetails) == 0x000008, "Wrong alignment on IconNoteWidget_SetDetails"); \ static_assert(sizeof(IconNoteWidget_SetDetails) == 0x000038, "Wrong size on IconNoteWidget_SetDetails"); \ static_assert(offsetof(IconNoteWidget_SetDetails, IconName) == 0x000000, "Member 'IconNoteWidget_SetDetails::IconName' has a wrong offset!"); \ static_assert(offsetof(IconNoteWidget_SetDetails, Quantity) == 0x000010, "Member 'IconNoteWidget_SetDetails::Quantity' has a wrong offset!"); \ static_assert(offsetof(IconNoteWidget_SetDetails, DescriptionOverride) == 0x000018, "Member 'IconNoteWidget_SetDetails::DescriptionOverride' has a wrong offset!"); \ static_assert(offsetof(IconNoteWidget_SetDetails, bAlreadyTranslated) == 0x000030, "Member 'IconNoteWidget_SetDetails::bAlreadyTranslated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIconNoteWidget \ static_assert(alignof(UIconNoteWidget) == 0x000008, "Wrong alignment on UIconNoteWidget"); \ static_assert(sizeof(UIconNoteWidget) == 0x000278, "Wrong size on UIconNoteWidget"); \ static_assert(offsetof(UIconNoteWidget, NoteImage) == 0x000268, "Member 'UIconNoteWidget::NoteImage' has a wrong offset!"); \ static_assert(offsetof(UIconNoteWidget, NoteLabel) == 0x000270, "Member 'UIconNoteWidget::NoteLabel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IdentityLightTemplateComponent_OnUpdateIdentity \ static_assert(alignof(IdentityLightTemplateComponent_OnUpdateIdentity) == 0x000004, "Wrong alignment on IdentityLightTemplateComponent_OnUpdateIdentity"); \ static_assert(sizeof(IdentityLightTemplateComponent_OnUpdateIdentity) == 0x000008, "Wrong size on IdentityLightTemplateComponent_OnUpdateIdentity"); \ static_assert(offsetof(IdentityLightTemplateComponent_OnUpdateIdentity, PreviousIdentity) == 0x000000, "Member 'IdentityLightTemplateComponent_OnUpdateIdentity::PreviousIdentity' has a wrong offset!"); \ static_assert(offsetof(IdentityLightTemplateComponent_OnUpdateIdentity, CurrentIdentity) == 0x000001, "Member 'IdentityLightTemplateComponent_OnUpdateIdentity::CurrentIdentity' has a wrong offset!"); \ static_assert(offsetof(IdentityLightTemplateComponent_OnUpdateIdentity, BlendWeight) == 0x000004, "Member 'IdentityLightTemplateComponent_OnUpdateIdentity::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIdentityLightTemplateComponent \ static_assert(alignof(UIdentityLightTemplateComponent) == 0x000010, "Wrong alignment on UIdentityLightTemplateComponent"); \ static_assert(sizeof(UIdentityLightTemplateComponent) == 0x0002A0, "Wrong size on UIdentityLightTemplateComponent"); \ static_assert(offsetof(UIdentityLightTemplateComponent, IdentityOverrides) == 0x000240, "Member 'UIdentityLightTemplateComponent::IdentityOverrides' has a wrong offset!"); \ static_assert(offsetof(UIdentityLightTemplateComponent, OnIdentityUpdate) == 0x000290, "Member 'UIdentityLightTemplateComponent::OnIdentityUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_SocapAmend_IsMagizoologist \ static_assert(alignof(UModFilter_SocapAmend_IsMagizoologist) == 0x000008, "Wrong alignment on UModFilter_SocapAmend_IsMagizoologist"); \ static_assert(sizeof(UModFilter_SocapAmend_IsMagizoologist) == 0x000030, "Wrong size on UModFilter_SocapAmend_IsMagizoologist"); \ #define DUMPER7_ASSERTS_ImmunityComponent_AddImmuneUnlessCritical \ static_assert(alignof(ImmunityComponent_AddImmuneUnlessCritical) == 0x000008, "Wrong alignment on ImmunityComponent_AddImmuneUnlessCritical"); \ static_assert(sizeof(ImmunityComponent_AddImmuneUnlessCritical) == 0x000020, "Wrong size on ImmunityComponent_AddImmuneUnlessCritical"); \ static_assert(offsetof(ImmunityComponent_AddImmuneUnlessCritical, InImpactTagContainer) == 0x000000, "Member 'ImmunityComponent_AddImmuneUnlessCritical::InImpactTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImmunityComponent_AddImmunity \ static_assert(alignof(ImmunityComponent_AddImmunity) == 0x000008, "Wrong alignment on ImmunityComponent_AddImmunity"); \ static_assert(sizeof(ImmunityComponent_AddImmunity) == 0x000020, "Wrong size on ImmunityComponent_AddImmunity"); \ static_assert(offsetof(ImmunityComponent_AddImmunity, InImpactTagContainer) == 0x000000, "Member 'ImmunityComponent_AddImmunity::InImpactTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImmunityComponent_RemoveImmuneUnlessCritical \ static_assert(alignof(ImmunityComponent_RemoveImmuneUnlessCritical) == 0x000008, "Wrong alignment on ImmunityComponent_RemoveImmuneUnlessCritical"); \ static_assert(sizeof(ImmunityComponent_RemoveImmuneUnlessCritical) == 0x000020, "Wrong size on ImmunityComponent_RemoveImmuneUnlessCritical"); \ static_assert(offsetof(ImmunityComponent_RemoveImmuneUnlessCritical, InImpactTagContainer) == 0x000000, "Member 'ImmunityComponent_RemoveImmuneUnlessCritical::InImpactTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImmunityComponent_RemoveImmunity \ static_assert(alignof(ImmunityComponent_RemoveImmunity) == 0x000008, "Wrong alignment on ImmunityComponent_RemoveImmunity"); \ static_assert(sizeof(ImmunityComponent_RemoveImmunity) == 0x000020, "Wrong size on ImmunityComponent_RemoveImmunity"); \ static_assert(offsetof(ImmunityComponent_RemoveImmunity, InImpactTagContainer) == 0x000000, "Member 'ImmunityComponent_RemoveImmunity::InImpactTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImmunityComponent_SetImmuneToEverythingExcept \ static_assert(alignof(ImmunityComponent_SetImmuneToEverythingExcept) == 0x000008, "Wrong alignment on ImmunityComponent_SetImmuneToEverythingExcept"); \ static_assert(sizeof(ImmunityComponent_SetImmuneToEverythingExcept) == 0x000020, "Wrong size on ImmunityComponent_SetImmuneToEverythingExcept"); \ static_assert(offsetof(ImmunityComponent_SetImmuneToEverythingExcept, InImpactTagContainer) == 0x000000, "Member 'ImmunityComponent_SetImmuneToEverythingExcept::InImpactTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImmunityComponent_IsImmuneTo \ static_assert(alignof(ImmunityComponent_IsImmuneTo) == 0x000008, "Wrong alignment on ImmunityComponent_IsImmuneTo"); \ static_assert(sizeof(ImmunityComponent_IsImmuneTo) == 0x000028, "Wrong size on ImmunityComponent_IsImmuneTo"); \ static_assert(offsetof(ImmunityComponent_IsImmuneTo, InImpactTagContainer) == 0x000000, "Member 'ImmunityComponent_IsImmuneTo::InImpactTagContainer' has a wrong offset!"); \ static_assert(offsetof(ImmunityComponent_IsImmuneTo, bCritical) == 0x000020, "Member 'ImmunityComponent_IsImmuneTo::bCritical' has a wrong offset!"); \ static_assert(offsetof(ImmunityComponent_IsImmuneTo, ReturnValue) == 0x000021, "Member 'ImmunityComponent_IsImmuneTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UImmunityComponent \ static_assert(alignof(UImmunityComponent) == 0x000008, "Wrong alignment on UImmunityComponent"); \ static_assert(sizeof(UImmunityComponent) == 0x000138, "Wrong size on UImmunityComponent"); \ static_assert(offsetof(UImmunityComponent, ImmunityTagContainer) == 0x0000D0, "Member 'UImmunityComponent::ImmunityTagContainer' has a wrong offset!"); \ static_assert(offsetof(UImmunityComponent, ImmuneUnlessCriticalTagContainer) == 0x0000F0, "Member 'UImmunityComponent::ImmuneUnlessCriticalTagContainer' has a wrong offset!"); \ static_assert(offsetof(UImmunityComponent, bImmuneToEverythingExcept) == 0x000110, "Member 'UImmunityComponent::bImmuneToEverythingExcept' has a wrong offset!"); \ static_assert(offsetof(UImmunityComponent, ImmuneToEverythingExceptTagContainer) == 0x000118, "Member 'UImmunityComponent::ImmuneToEverythingExceptTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UImperiusComponent \ static_assert(alignof(UImperiusComponent) == 0x000008, "Wrong alignment on UImperiusComponent"); \ static_assert(sizeof(UImperiusComponent) == 0x0001D0, "Wrong size on UImperiusComponent"); \ static_assert(offsetof(UImperiusComponent, ImperiusData) == 0x000198, "Member 'UImperiusComponent::ImperiusData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellCastingLayoutWidget_EnterSpellMode \ static_assert(alignof(SpellCastingLayoutWidget_EnterSpellMode) == 0x000001, "Wrong alignment on SpellCastingLayoutWidget_EnterSpellMode"); \ static_assert(sizeof(SpellCastingLayoutWidget_EnterSpellMode) == 0x000001, "Wrong size on SpellCastingLayoutWidget_EnterSpellMode"); \ static_assert(offsetof(SpellCastingLayoutWidget_EnterSpellMode, InSpellMode) == 0x000000, "Member 'SpellCastingLayoutWidget_EnterSpellMode::InSpellMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpellCastingLayoutWidget \ static_assert(alignof(USpellCastingLayoutWidget) == 0x000008, "Wrong alignment on USpellCastingLayoutWidget"); \ static_assert(sizeof(USpellCastingLayoutWidget) == 0x0002C0, "Wrong size on USpellCastingLayoutWidget"); \ static_assert(offsetof(USpellCastingLayoutWidget, DisplayName) == 0x000268, "Member 'USpellCastingLayoutWidget::DisplayName' has a wrong offset!"); \ static_assert(offsetof(USpellCastingLayoutWidget, ActiveLayout) == 0x000280, "Member 'USpellCastingLayoutWidget::ActiveLayout' has a wrong offset!"); \ static_assert(offsetof(USpellCastingLayoutWidget, ParentWidget) == 0x000288, "Member 'USpellCastingLayoutWidget::ParentWidget' has a wrong offset!"); \ static_assert(offsetof(USpellCastingLayoutWidget, OnNewSpellSelected) == 0x000290, "Member 'USpellCastingLayoutWidget::OnNewSpellSelected' has a wrong offset!"); \ static_assert(offsetof(USpellCastingLayoutWidget, OnEnterSpellMode) == 0x0002A0, "Member 'USpellCastingLayoutWidget::OnEnterSpellMode' has a wrong offset!"); \ static_assert(offsetof(USpellCastingLayoutWidget, OnExitSpellMode) == 0x0002B0, "Member 'USpellCastingLayoutWidget::OnExitSpellMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ImperiusSpellTool_DoSpellComponentSetup \ static_assert(alignof(ImperiusSpellTool_DoSpellComponentSetup) == 0x000008, "Wrong alignment on ImperiusSpellTool_DoSpellComponentSetup"); \ static_assert(sizeof(ImperiusSpellTool_DoSpellComponentSetup) == 0x000008, "Wrong size on ImperiusSpellTool_DoSpellComponentSetup"); \ static_assert(offsetof(ImperiusSpellTool_DoSpellComponentSetup, StateEffectComponent) == 0x000000, "Member 'ImperiusSpellTool_DoSpellComponentSetup::StateEffectComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AImperiusSpellTool \ static_assert(alignof(AImperiusSpellTool) == 0x000008, "Wrong alignment on AImperiusSpellTool"); \ static_assert(sizeof(AImperiusSpellTool) == 0x000890, "Wrong size on AImperiusSpellTool"); \ static_assert(offsetof(AImperiusSpellTool, ImperiusFX2) == 0x000870, "Member 'AImperiusSpellTool::ImperiusFX2' has a wrong offset!"); \ static_assert(offsetof(AImperiusSpellTool, mod) == 0x000880, "Member 'AImperiusSpellTool::mod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_SocapAmend_IsStudent \ static_assert(alignof(UModFilter_SocapAmend_IsStudent) == 0x000008, "Wrong alignment on UModFilter_SocapAmend_IsStudent"); \ static_assert(sizeof(UModFilter_SocapAmend_IsStudent) == 0x000030, "Wrong size on UModFilter_SocapAmend_IsStudent"); \ #define DUMPER7_ASSERTS_IncendioComponent_IsComplete \ static_assert(alignof(IncendioComponent_IsComplete) == 0x000001, "Wrong alignment on IncendioComponent_IsComplete"); \ static_assert(sizeof(IncendioComponent_IsComplete) == 0x000001, "Wrong size on IncendioComponent_IsComplete"); \ static_assert(offsetof(IncendioComponent_IsComplete, ReturnValue) == 0x000000, "Member 'IncendioComponent_IsComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IncendioComponent_IsPointOnFire \ static_assert(alignof(IncendioComponent_IsPointOnFire) == 0x000004, "Wrong alignment on IncendioComponent_IsPointOnFire"); \ static_assert(sizeof(IncendioComponent_IsPointOnFire) == 0x000010, "Wrong size on IncendioComponent_IsPointOnFire"); \ static_assert(offsetof(IncendioComponent_IsPointOnFire, Point) == 0x000000, "Member 'IncendioComponent_IsPointOnFire::Point' has a wrong offset!"); \ static_assert(offsetof(IncendioComponent_IsPointOnFire, LimitToRing) == 0x00000C, "Member 'IncendioComponent_IsPointOnFire::LimitToRing' has a wrong offset!"); \ static_assert(offsetof(IncendioComponent_IsPointOnFire, ReturnValue) == 0x00000D, "Member 'IncendioComponent_IsPointOnFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIncendioComponent \ static_assert(alignof(UIncendioComponent) == 0x000008, "Wrong alignment on UIncendioComponent"); \ static_assert(sizeof(UIncendioComponent) == 0x000290, "Wrong size on UIncendioComponent"); \ static_assert(offsetof(UIncendioComponent, SpawnPos) == 0x000198, "Member 'UIncendioComponent::SpawnPos' has a wrong offset!"); \ static_assert(offsetof(UIncendioComponent, InitialRadius) == 0x0001A4, "Member 'UIncendioComponent::InitialRadius' has a wrong offset!"); \ static_assert(offsetof(UIncendioComponent, RingWidth) == 0x0001A8, "Member 'UIncendioComponent::RingWidth' has a wrong offset!"); \ static_assert(offsetof(UIncendioComponent, BurnRate) == 0x0001AC, "Member 'UIncendioComponent::BurnRate' has a wrong offset!"); \ static_assert(offsetof(UIncendioComponent, BurnRateScale) == 0x0001B0, "Member 'UIncendioComponent::BurnRateScale' has a wrong offset!"); \ static_assert(offsetof(UIncendioComponent, JumpDistance) == 0x0001B4, "Member 'UIncendioComponent::JumpDistance' has a wrong offset!"); \ static_assert(offsetof(UIncendioComponent, ParticleSpawnRateScale) == 0x0001B8, "Member 'UIncendioComponent::ParticleSpawnRateScale' has a wrong offset!"); \ static_assert(offsetof(UIncendioComponent, OnFireMeshComponents) == 0x0001C0, "Member 'UIncendioComponent::OnFireMeshComponents' has a wrong offset!"); \ static_assert(offsetof(UIncendioComponent, CharredStaticMeshComponents) == 0x0001D0, "Member 'UIncendioComponent::CharredStaticMeshComponents' has a wrong offset!"); \ static_assert(offsetof(UIncendioComponent, ContainmentSphere) == 0x0001E0, "Member 'UIncendioComponent::ContainmentSphere' has a wrong offset!"); \ static_assert(offsetof(UIncendioComponent, BurningMaterials) == 0x0001E8, "Member 'UIncendioComponent::BurningMaterials' has a wrong offset!"); \ static_assert(offsetof(UIncendioComponent, UnburnedMeshes) == 0x0001F8, "Member 'UIncendioComponent::UnburnedMeshes' has a wrong offset!"); \ static_assert(offsetof(UIncendioComponent, MaterialPropertyData) == 0x000208, "Member 'UIncendioComponent::MaterialPropertyData' has a wrong offset!"); \ static_assert(offsetof(UIncendioComponent, OrigMeshComponent) == 0x000210, "Member 'UIncendioComponent::OrigMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_SocapAmend_IsFavor \ static_assert(alignof(UModFilter_SocapAmend_IsFavor) == 0x000008, "Wrong alignment on UModFilter_SocapAmend_IsFavor"); \ static_assert(sizeof(UModFilter_SocapAmend_IsFavor) == 0x000030, "Wrong size on UModFilter_SocapAmend_IsFavor"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationStaticMesh \ static_assert(alignof(UParticleModuleLocationStaticMesh) == 0x000008, "Wrong alignment on UParticleModuleLocationStaticMesh"); \ static_assert(sizeof(UParticleModuleLocationStaticMesh) == 0x000068, "Wrong size on UParticleModuleLocationStaticMesh"); \ static_assert(offsetof(UParticleModuleLocationStaticMesh, VelocityScale) == 0x000038, "Member 'UParticleModuleLocationStaticMesh::VelocityScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIncendioParticleModule \ static_assert(alignof(UIncendioParticleModule) == 0x000008, "Wrong alignment on UIncendioParticleModule"); \ static_assert(sizeof(UIncendioParticleModule) == 0x000078, "Wrong size on UIncendioParticleModule"); \ static_assert(offsetof(UIncendioParticleModule, SpawnArea) == 0x000068, "Member 'UIncendioParticleModule::SpawnArea' has a wrong offset!"); \ static_assert(offsetof(UIncendioParticleModule, FalloffCurve) == 0x000070, "Member 'UIncendioParticleModule::FalloffCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIncendioSpellTool \ static_assert(alignof(AIncendioSpellTool) == 0x000008, "Wrong alignment on AIncendioSpellTool"); \ static_assert(sizeof(AIncendioSpellTool) == 0x0008B0, "Wrong size on AIncendioSpellTool"); \ static_assert(offsetof(AIncendioSpellTool, FlameFX2) == 0x000870, "Member 'AIncendioSpellTool::FlameFX2' has a wrong offset!"); \ static_assert(offsetof(AIncendioSpellTool, CharacterDamageScale) == 0x000880, "Member 'AIncendioSpellTool::CharacterDamageScale' has a wrong offset!"); \ static_assert(offsetof(AIncendioSpellTool, AOEMunition) == 0x000888, "Member 'AIncendioSpellTool::AOEMunition' has a wrong offset!"); \ static_assert(offsetof(AIncendioSpellTool, CurrentAOE) == 0x000898, "Member 'AIncendioSpellTool::CurrentAOE' has a wrong offset!"); \ static_assert(offsetof(AIncendioSpellTool, AOEIgnoreList) == 0x0008A0, "Member 'AIncendioSpellTool::AOEIgnoreList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpellManager \ static_assert(alignof(USpellManager) == 0x000008, "Wrong alignment on USpellManager"); \ static_assert(sizeof(USpellManager) == 0x0001E0, "Wrong size on USpellManager"); \ #define DUMPER7_ASSERTS_AIncompletePolyjuiceItemTool \ static_assert(alignof(AIncompletePolyjuiceItemTool) == 0x000008, "Wrong alignment on AIncompletePolyjuiceItemTool"); \ static_assert(sizeof(AIncompletePolyjuiceItemTool) == 0x000498, "Wrong size on AIncompletePolyjuiceItemTool"); \ static_assert(offsetof(AIncompletePolyjuiceItemTool, UsageDistance) == 0x000488, "Member 'AIncompletePolyjuiceItemTool::UsageDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Index_FG_OnGetAvailableAssignments \ static_assert(alignof(Index_FG_OnGetAvailableAssignments) == 0x000008, "Wrong alignment on Index_FG_OnGetAvailableAssignments"); \ static_assert(sizeof(Index_FG_OnGetAvailableAssignments) == 0x000010, "Wrong size on Index_FG_OnGetAvailableAssignments"); \ static_assert(offsetof(Index_FG_OnGetAvailableAssignments, DisplayText) == 0x000000, "Member 'Index_FG_OnGetAvailableAssignments::DisplayText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Index_FG_OnSetActionsPct \ static_assert(alignof(Index_FG_OnSetActionsPct) == 0x000004, "Wrong alignment on Index_FG_OnSetActionsPct"); \ static_assert(sizeof(Index_FG_OnSetActionsPct) == 0x000008, "Wrong size on Index_FG_OnSetActionsPct"); \ static_assert(offsetof(Index_FG_OnSetActionsPct, OldPct) == 0x000000, "Member 'Index_FG_OnSetActionsPct::OldPct' has a wrong offset!"); \ static_assert(offsetof(Index_FG_OnSetActionsPct, NewPct) == 0x000004, "Member 'Index_FG_OnSetActionsPct::NewPct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Index_FG_OnSetPlayerLevel \ static_assert(alignof(Index_FG_OnSetPlayerLevel) == 0x000004, "Wrong alignment on Index_FG_OnSetPlayerLevel"); \ static_assert(sizeof(Index_FG_OnSetPlayerLevel) == 0x000004, "Wrong size on Index_FG_OnSetPlayerLevel"); \ static_assert(offsetof(Index_FG_OnSetPlayerLevel, NewLevel) == 0x000000, "Member 'Index_FG_OnSetPlayerLevel::NewLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Index_FG_OnSetSchoolPct \ static_assert(alignof(Index_FG_OnSetSchoolPct) == 0x000004, "Wrong alignment on Index_FG_OnSetSchoolPct"); \ static_assert(sizeof(Index_FG_OnSetSchoolPct) == 0x000008, "Wrong size on Index_FG_OnSetSchoolPct"); \ static_assert(offsetof(Index_FG_OnSetSchoolPct, OldPct) == 0x000000, "Member 'Index_FG_OnSetSchoolPct::OldPct' has a wrong offset!"); \ static_assert(offsetof(Index_FG_OnSetSchoolPct, NewPct) == 0x000004, "Member 'Index_FG_OnSetSchoolPct::NewPct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIndex_FG \ static_assert(alignof(UIndex_FG) == 0x000008, "Wrong alignment on UIndex_FG"); \ static_assert(sizeof(UIndex_FG) == 0x0003D8, "Wrong size on UIndex_FG"); \ #define DUMPER7_ASSERTS_SpellHelper_AddCombatCursed \ static_assert(alignof(SpellHelper_AddCombatCursed) == 0x000008, "Wrong alignment on SpellHelper_AddCombatCursed"); \ static_assert(sizeof(SpellHelper_AddCombatCursed) == 0x000010, "Wrong size on SpellHelper_AddCombatCursed"); \ static_assert(offsetof(SpellHelper_AddCombatCursed, InTarget) == 0x000000, "Member 'SpellHelper_AddCombatCursed::InTarget' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_AddCombatCursed, InInstigator) == 0x000008, "Member 'SpellHelper_AddCombatCursed::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_AddDeflectionComponent \ static_assert(alignof(SpellHelper_AddDeflectionComponent) == 0x000008, "Wrong alignment on SpellHelper_AddDeflectionComponent"); \ static_assert(sizeof(SpellHelper_AddDeflectionComponent) == 0x000008, "Wrong size on SpellHelper_AddDeflectionComponent"); \ static_assert(offsetof(SpellHelper_AddDeflectionComponent, InTarget) == 0x000000, "Member 'SpellHelper_AddDeflectionComponent::InTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_AddVelocityTracker \ static_assert(alignof(SpellHelper_AddVelocityTracker) == 0x000008, "Wrong alignment on SpellHelper_AddVelocityTracker"); \ static_assert(sizeof(SpellHelper_AddVelocityTracker) == 0x000020, "Wrong size on SpellHelper_AddVelocityTracker"); \ static_assert(offsetof(SpellHelper_AddVelocityTracker, Target) == 0x000000, "Member 'SpellHelper_AddVelocityTracker::Target' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_AddVelocityTracker, InInstigator) == 0x000008, "Member 'SpellHelper_AddVelocityTracker::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_AddVelocityTracker, InLifetime) == 0x000010, "Member 'SpellHelper_AddVelocityTracker::InLifetime' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_AddVelocityTracker, InRemoveWhenStopped) == 0x000014, "Member 'SpellHelper_AddVelocityTracker::InRemoveWhenStopped' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_AddVelocityTracker, InFalling) == 0x000015, "Member 'SpellHelper_AddVelocityTracker::InFalling' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_AddVelocityTracker, ReturnValue) == 0x000018, "Member 'SpellHelper_AddVelocityTracker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_AddVelocityTrackerTag \ static_assert(alignof(SpellHelper_AddVelocityTrackerTag) == 0x000008, "Wrong alignment on SpellHelper_AddVelocityTrackerTag"); \ static_assert(sizeof(SpellHelper_AddVelocityTrackerTag) == 0x000010, "Wrong size on SpellHelper_AddVelocityTrackerTag"); \ static_assert(offsetof(SpellHelper_AddVelocityTrackerTag, InTarget) == 0x000000, "Member 'SpellHelper_AddVelocityTrackerTag::InTarget' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_AddVelocityTrackerTag, Tag) == 0x000008, "Member 'SpellHelper_AddVelocityTrackerTag::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_ApplyRadialForce \ static_assert(alignof(SpellHelper_ApplyRadialForce) == 0x000004, "Wrong alignment on SpellHelper_ApplyRadialForce"); \ static_assert(sizeof(SpellHelper_ApplyRadialForce) == 0x000020, "Wrong size on SpellHelper_ApplyRadialForce"); \ static_assert(offsetof(SpellHelper_ApplyRadialForce, Location) == 0x000000, "Member 'SpellHelper_ApplyRadialForce::Location' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForce, Impulse) == 0x00000C, "Member 'SpellHelper_ApplyRadialForce::Impulse' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForce, MassScaledImpulse) == 0x000010, "Member 'SpellHelper_ApplyRadialForce::MassScaledImpulse' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForce, Radius) == 0x000014, "Member 'SpellHelper_ApplyRadialForce::Radius' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForce, Falloff) == 0x000018, "Member 'SpellHelper_ApplyRadialForce::Falloff' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForce, bVelChange) == 0x000019, "Member 'SpellHelper_ApplyRadialForce::bVelChange' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForce, Delay) == 0x00001C, "Member 'SpellHelper_ApplyRadialForce::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_ApplyRadialForceToActor \ static_assert(alignof(SpellHelper_ApplyRadialForceToActor) == 0x000008, "Wrong alignment on SpellHelper_ApplyRadialForceToActor"); \ static_assert(sizeof(SpellHelper_ApplyRadialForceToActor) == 0x000028, "Wrong size on SpellHelper_ApplyRadialForceToActor"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceToActor, InActor) == 0x000000, "Member 'SpellHelper_ApplyRadialForceToActor::InActor' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceToActor, Location) == 0x000008, "Member 'SpellHelper_ApplyRadialForceToActor::Location' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceToActor, Impulse) == 0x000014, "Member 'SpellHelper_ApplyRadialForceToActor::Impulse' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceToActor, MassScaledImpulse) == 0x000018, "Member 'SpellHelper_ApplyRadialForceToActor::MassScaledImpulse' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceToActor, Radius) == 0x00001C, "Member 'SpellHelper_ApplyRadialForceToActor::Radius' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceToActor, Falloff) == 0x000020, "Member 'SpellHelper_ApplyRadialForceToActor::Falloff' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceToActor, bVelChange) == 0x000021, "Member 'SpellHelper_ApplyRadialForceToActor::bVelChange' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceToActor, Delay) == 0x000024, "Member 'SpellHelper_ApplyRadialForceToActor::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_ApplyRadialForceToComponent \ static_assert(alignof(SpellHelper_ApplyRadialForceToComponent) == 0x000008, "Wrong alignment on SpellHelper_ApplyRadialForceToComponent"); \ static_assert(sizeof(SpellHelper_ApplyRadialForceToComponent) == 0x000028, "Wrong size on SpellHelper_ApplyRadialForceToComponent"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceToComponent, InComp) == 0x000000, "Member 'SpellHelper_ApplyRadialForceToComponent::InComp' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceToComponent, Location) == 0x000008, "Member 'SpellHelper_ApplyRadialForceToComponent::Location' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceToComponent, Impulse) == 0x000014, "Member 'SpellHelper_ApplyRadialForceToComponent::Impulse' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceToComponent, MassScaledImpulse) == 0x000018, "Member 'SpellHelper_ApplyRadialForceToComponent::MassScaledImpulse' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceToComponent, Radius) == 0x00001C, "Member 'SpellHelper_ApplyRadialForceToComponent::Radius' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceToComponent, Falloff) == 0x000020, "Member 'SpellHelper_ApplyRadialForceToComponent::Falloff' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceToComponent, bVelChange) == 0x000021, "Member 'SpellHelper_ApplyRadialForceToComponent::bVelChange' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceToComponent, Delay) == 0x000024, "Member 'SpellHelper_ApplyRadialForceToComponent::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_ApplyRadialForceWithIgnore \ static_assert(alignof(SpellHelper_ApplyRadialForceWithIgnore) == 0x000008, "Wrong alignment on SpellHelper_ApplyRadialForceWithIgnore"); \ static_assert(sizeof(SpellHelper_ApplyRadialForceWithIgnore) == 0x000030, "Wrong size on SpellHelper_ApplyRadialForceWithIgnore"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceWithIgnore, Location) == 0x000000, "Member 'SpellHelper_ApplyRadialForceWithIgnore::Location' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceWithIgnore, Impulse) == 0x00000C, "Member 'SpellHelper_ApplyRadialForceWithIgnore::Impulse' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceWithIgnore, ActorsToIgnore) == 0x000010, "Member 'SpellHelper_ApplyRadialForceWithIgnore::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceWithIgnore, MassScaledImpulse) == 0x000020, "Member 'SpellHelper_ApplyRadialForceWithIgnore::MassScaledImpulse' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceWithIgnore, Radius) == 0x000024, "Member 'SpellHelper_ApplyRadialForceWithIgnore::Radius' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceWithIgnore, Falloff) == 0x000028, "Member 'SpellHelper_ApplyRadialForceWithIgnore::Falloff' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceWithIgnore, bVelChange) == 0x000029, "Member 'SpellHelper_ApplyRadialForceWithIgnore::bVelChange' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyRadialForceWithIgnore, Delay) == 0x00002C, "Member 'SpellHelper_ApplyRadialForceWithIgnore::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_ApplySpellEffectFromPlayer \ static_assert(alignof(SpellHelper_ApplySpellEffectFromPlayer) == 0x000008, "Wrong alignment on SpellHelper_ApplySpellEffectFromPlayer"); \ static_assert(sizeof(SpellHelper_ApplySpellEffectFromPlayer) == 0x000018, "Wrong size on SpellHelper_ApplySpellEffectFromPlayer"); \ static_assert(offsetof(SpellHelper_ApplySpellEffectFromPlayer, Target) == 0x000000, "Member 'SpellHelper_ApplySpellEffectFromPlayer::Target' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplySpellEffectFromPlayer, SpellToolRecord) == 0x000008, "Member 'SpellHelper_ApplySpellEffectFromPlayer::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplySpellEffectFromPlayer, Duration) == 0x000010, "Member 'SpellHelper_ApplySpellEffectFromPlayer::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_ApplyWetness \ static_assert(alignof(SpellHelper_ApplyWetness) == 0x000008, "Wrong alignment on SpellHelper_ApplyWetness"); \ static_assert(sizeof(SpellHelper_ApplyWetness) == 0x000028, "Wrong size on SpellHelper_ApplyWetness"); \ static_assert(offsetof(SpellHelper_ApplyWetness, Target) == 0x000000, "Member 'SpellHelper_ApplyWetness::Target' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyWetness, InInstigator) == 0x000008, "Member 'SpellHelper_ApplyWetness::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyWetness, Amount) == 0x000010, "Member 'SpellHelper_ApplyWetness::Amount' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyWetness, Location) == 0x000014, "Member 'SpellHelper_ApplyWetness::Location' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ApplyWetness, ReturnValue) == 0x000020, "Member 'SpellHelper_ApplyWetness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_CalculateTimeToReachDestination \ static_assert(alignof(SpellHelper_CalculateTimeToReachDestination) == 0x000008, "Wrong alignment on SpellHelper_CalculateTimeToReachDestination"); \ static_assert(sizeof(SpellHelper_CalculateTimeToReachDestination) == 0x000028, "Wrong size on SpellHelper_CalculateTimeToReachDestination"); \ static_assert(offsetof(SpellHelper_CalculateTimeToReachDestination, SpellToolRecord) == 0x000000, "Member 'SpellHelper_CalculateTimeToReachDestination::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CalculateTimeToReachDestination, SourceLocation) == 0x000008, "Member 'SpellHelper_CalculateTimeToReachDestination::SourceLocation' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CalculateTimeToReachDestination, TargetLocation) == 0x000014, "Member 'SpellHelper_CalculateTimeToReachDestination::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CalculateTimeToReachDestination, ReturnValue) == 0x000020, "Member 'SpellHelper_CalculateTimeToReachDestination::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_CastSpell \ static_assert(alignof(SpellHelper_CastSpell) == 0x000008, "Wrong alignment on SpellHelper_CastSpell"); \ static_assert(sizeof(SpellHelper_CastSpell) == 0x000050, "Wrong size on SpellHelper_CastSpell"); \ static_assert(offsetof(SpellHelper_CastSpell, Target) == 0x000000, "Member 'SpellHelper_CastSpell::Target' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, SourceLocation) == 0x000008, "Member 'SpellHelper_CastSpell::SourceLocation' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, SpellToolRecord) == 0x000018, "Member 'SpellHelper_CastSpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, TargetLocation) == 0x000020, "Member 'SpellHelper_CastSpell::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, InInstigator) == 0x000030, "Member 'SpellHelper_CastSpell::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, bCharged) == 0x000038, "Member 'SpellHelper_CastSpell::bCharged' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, Duration) == 0x00003C, "Member 'SpellHelper_CastSpell::Duration' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, bPlayMuzzleFX) == 0x000040, "Member 'SpellHelper_CastSpell::bPlayMuzzleFX' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, bPlayImpactFX) == 0x000041, "Member 'SpellHelper_CastSpell::bPlayImpactFX' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, bHideProjectile) == 0x000042, "Member 'SpellHelper_CastSpell::bHideProjectile' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, bInDebug) == 0x000043, "Member 'SpellHelper_CastSpell::bInDebug' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, SpellLevel) == 0x000044, "Member 'SpellHelper_CastSpell::SpellLevel' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, bPlayerShieldBreaker) == 0x000048, "Member 'SpellHelper_CastSpell::bPlayerShieldBreaker' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, EnemyShieldBreaker) == 0x000049, "Member 'SpellHelper_CastSpell::EnemyShieldBreaker' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, bTriggerCastAnim) == 0x00004A, "Member 'SpellHelper_CastSpell::bTriggerCastAnim' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, bOnlyHitTarget) == 0x00004B, "Member 'SpellHelper_CastSpell::bOnlyHitTarget' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, bHoming) == 0x00004C, "Member 'SpellHelper_CastSpell::bHoming' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, bRespectLock) == 0x00004D, "Member 'SpellHelper_CastSpell::bRespectLock' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpell, ReturnValue) == 0x00004E, "Member 'SpellHelper_CastSpell::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_CastSpellImmediate \ static_assert(alignof(SpellHelper_CastSpellImmediate) == 0x000008, "Wrong alignment on SpellHelper_CastSpellImmediate"); \ static_assert(sizeof(SpellHelper_CastSpellImmediate) == 0x000060, "Wrong size on SpellHelper_CastSpellImmediate"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, Target) == 0x000000, "Member 'SpellHelper_CastSpellImmediate::Target' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, SourceLocation) == 0x000008, "Member 'SpellHelper_CastSpellImmediate::SourceLocation' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, SpellToolRecord) == 0x000018, "Member 'SpellHelper_CastSpellImmediate::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, TargetLocation) == 0x000020, "Member 'SpellHelper_CastSpellImmediate::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, InInstigator) == 0x000030, "Member 'SpellHelper_CastSpellImmediate::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, bCharged) == 0x000038, "Member 'SpellHelper_CastSpellImmediate::bCharged' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, Duration) == 0x00003C, "Member 'SpellHelper_CastSpellImmediate::Duration' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, bPlayMuzzleFX) == 0x000040, "Member 'SpellHelper_CastSpellImmediate::bPlayMuzzleFX' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, bPlayImpactFX) == 0x000041, "Member 'SpellHelper_CastSpellImmediate::bPlayImpactFX' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, bHideProjectile) == 0x000042, "Member 'SpellHelper_CastSpellImmediate::bHideProjectile' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, bInDebug) == 0x000043, "Member 'SpellHelper_CastSpellImmediate::bInDebug' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, SpellLevel) == 0x000044, "Member 'SpellHelper_CastSpellImmediate::SpellLevel' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, bPlayerShieldBreaker) == 0x000048, "Member 'SpellHelper_CastSpellImmediate::bPlayerShieldBreaker' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, EnemyShieldBreaker) == 0x000049, "Member 'SpellHelper_CastSpellImmediate::EnemyShieldBreaker' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, bTriggerCastAnim) == 0x00004A, "Member 'SpellHelper_CastSpellImmediate::bTriggerCastAnim' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, bOnlyHitTarget) == 0x00004B, "Member 'SpellHelper_CastSpellImmediate::bOnlyHitTarget' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, bHoming) == 0x00004C, "Member 'SpellHelper_CastSpellImmediate::bHoming' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, bRespectLock) == 0x00004D, "Member 'SpellHelper_CastSpellImmediate::bRespectLock' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, damageOverride) == 0x000050, "Member 'SpellHelper_CastSpellImmediate::damageOverride' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_CastSpellImmediate, ReturnValue) == 0x000058, "Member 'SpellHelper_CastSpellImmediate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_DoDamage \ static_assert(alignof(SpellHelper_DoDamage) == 0x000008, "Wrong alignment on SpellHelper_DoDamage"); \ static_assert(sizeof(SpellHelper_DoDamage) == 0x000108, "Wrong size on SpellHelper_DoDamage"); \ static_assert(offsetof(SpellHelper_DoDamage, Target) == 0x000000, "Member 'SpellHelper_DoDamage::Target' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, InInstigator) == 0x000008, "Member 'SpellHelper_DoDamage::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, InMunitionTagContainer) == 0x000010, "Member 'SpellHelper_DoDamage::InMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, InMunitionDataAssets) == 0x000030, "Member 'SpellHelper_DoDamage::InMunitionDataAssets' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, Amount) == 0x000040, "Member 'SpellHelper_DoDamage::Amount' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, HitResult) == 0x000044, "Member 'SpellHelper_DoDamage::HitResult' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, bSendImpact) == 0x0000CC, "Member 'SpellHelper_DoDamage::bSendImpact' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, bIgnoreDamageThreshold) == 0x0000CD, "Member 'SpellHelper_DoDamage::bIgnoreDamageThreshold' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, InDestructionForce) == 0x0000D0, "Member 'SpellHelper_DoDamage::InDestructionForce' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, InRadialDestructionForce) == 0x0000D4, "Member 'SpellHelper_DoDamage::InRadialDestructionForce' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, InDestroyPieceVFX) == 0x0000D8, "Member 'SpellHelper_DoDamage::InDestroyPieceVFX' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, InDestroyPieceVFXRadius) == 0x0000E0, "Member 'SpellHelper_DoDamage::InDestroyPieceVFXRadius' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, bPlayerShieldBreaker) == 0x0000E4, "Member 'SpellHelper_DoDamage::bPlayerShieldBreaker' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, EnemyShieldBreaker) == 0x0000E5, "Member 'SpellHelper_DoDamage::EnemyShieldBreaker' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, SFX) == 0x0000E8, "Member 'SpellHelper_DoDamage::SFX' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, InDuration) == 0x0000F0, "Member 'SpellHelper_DoDamage::InDuration' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, InNoReaction) == 0x0000F4, "Member 'SpellHelper_DoDamage::InNoReaction' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, InImpactType) == 0x0000F5, "Member 'SpellHelper_DoDamage::InImpactType' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, InSpellTool) == 0x0000F8, "Member 'SpellHelper_DoDamage::InSpellTool' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamage, ReturnValue) == 0x000100, "Member 'SpellHelper_DoDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_DoDamageAOE \ static_assert(alignof(SpellHelper_DoDamageAOE) == 0x000008, "Wrong alignment on SpellHelper_DoDamageAOE"); \ static_assert(sizeof(SpellHelper_DoDamageAOE) == 0x000088, "Wrong size on SpellHelper_DoDamageAOE"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, InInstigator) == 0x000000, "Member 'SpellHelper_DoDamageAOE::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, InMunitionTagContainer) == 0x000008, "Member 'SpellHelper_DoDamageAOE::InMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, InMunitionDataAssets) == 0x000028, "Member 'SpellHelper_DoDamageAOE::InMunitionDataAssets' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, InDamage) == 0x000038, "Member 'SpellHelper_DoDamageAOE::InDamage' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, InLocation) == 0x00003C, "Member 'SpellHelper_DoDamageAOE::InLocation' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, InRadius) == 0x000048, "Member 'SpellHelper_DoDamageAOE::InRadius' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, InForce) == 0x00004C, "Member 'SpellHelper_DoDamageAOE::InForce' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, bSendImpact) == 0x000050, "Member 'SpellHelper_DoDamageAOE::bSendImpact' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, bIgnoreDamageThreshold) == 0x000051, "Member 'SpellHelper_DoDamageAOE::bIgnoreDamageThreshold' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, InRadialDestructionForce) == 0x000054, "Member 'SpellHelper_DoDamageAOE::InRadialDestructionForce' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, InDestroyPieceVFX) == 0x000058, "Member 'SpellHelper_DoDamageAOE::InDestroyPieceVFX' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, InDestroyPieceVFXRadius) == 0x000060, "Member 'SpellHelper_DoDamageAOE::InDestroyPieceVFXRadius' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, bPlayerShieldBreaker) == 0x000064, "Member 'SpellHelper_DoDamageAOE::bPlayerShieldBreaker' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, EnemyShieldBreaker) == 0x000065, "Member 'SpellHelper_DoDamageAOE::EnemyShieldBreaker' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, bOnlyHitCharacters) == 0x000066, "Member 'SpellHelper_DoDamageAOE::bOnlyHitCharacters' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, bIgnoreSameTeam) == 0x000067, "Member 'SpellHelper_DoDamageAOE::bIgnoreSameTeam' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, bIgnoreCompanions) == 0x000068, "Member 'SpellHelper_DoDamageAOE::bIgnoreCompanions' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, bRespectInstigatorCanHit) == 0x000069, "Member 'SpellHelper_DoDamageAOE::bRespectInstigatorCanHit' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, SFX) == 0x000070, "Member 'SpellHelper_DoDamageAOE::SFX' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, InDuration) == 0x000078, "Member 'SpellHelper_DoDamageAOE::InDuration' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, InImpactType) == 0x00007C, "Member 'SpellHelper_DoDamageAOE::InImpactType' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageAOE, InSpellTool) == 0x000080, "Member 'SpellHelper_DoDamageAOE::InSpellTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_DoDamageFinisher \ static_assert(alignof(SpellHelper_DoDamageFinisher) == 0x000008, "Wrong alignment on SpellHelper_DoDamageFinisher"); \ static_assert(sizeof(SpellHelper_DoDamageFinisher) == 0x000018, "Wrong size on SpellHelper_DoDamageFinisher"); \ static_assert(offsetof(SpellHelper_DoDamageFinisher, InTarget) == 0x000000, "Member 'SpellHelper_DoDamageFinisher::InTarget' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageFinisher, InInstigator) == 0x000008, "Member 'SpellHelper_DoDamageFinisher::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageFinisher, Damage) == 0x000010, "Member 'SpellHelper_DoDamageFinisher::Damage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_DoDamageLocationDirection \ static_assert(alignof(SpellHelper_DoDamageLocationDirection) == 0x000008, "Wrong alignment on SpellHelper_DoDamageLocationDirection"); \ static_assert(sizeof(SpellHelper_DoDamageLocationDirection) == 0x000268, "Wrong size on SpellHelper_DoDamageLocationDirection"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, InTarget) == 0x000000, "Member 'SpellHelper_DoDamageLocationDirection::InTarget' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, InInstigator) == 0x000008, "Member 'SpellHelper_DoDamageLocationDirection::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, InMunitionTagContainer) == 0x000010, "Member 'SpellHelper_DoDamageLocationDirection::InMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, InMunitionDataAssets) == 0x000030, "Member 'SpellHelper_DoDamageLocationDirection::InMunitionDataAssets' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, OutDamageInfo) == 0x000040, "Member 'SpellHelper_DoDamageLocationDirection::OutDamageInfo' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, InDamage) == 0x000208, "Member 'SpellHelper_DoDamageLocationDirection::InDamage' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, InLocation) == 0x00020C, "Member 'SpellHelper_DoDamageLocationDirection::InLocation' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, InDirection) == 0x000218, "Member 'SpellHelper_DoDamageLocationDirection::InDirection' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, InForce) == 0x000224, "Member 'SpellHelper_DoDamageLocationDirection::InForce' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, bSendImpact) == 0x000228, "Member 'SpellHelper_DoDamageLocationDirection::bSendImpact' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, bIgnoreDamageThreshold) == 0x000229, "Member 'SpellHelper_DoDamageLocationDirection::bIgnoreDamageThreshold' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, InDestructionForce) == 0x00022C, "Member 'SpellHelper_DoDamageLocationDirection::InDestructionForce' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, InRadialDestructionForce) == 0x000230, "Member 'SpellHelper_DoDamageLocationDirection::InRadialDestructionForce' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, InDestroyPieceVFX) == 0x000238, "Member 'SpellHelper_DoDamageLocationDirection::InDestroyPieceVFX' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, InDestroyPieceVFXRadius) == 0x000240, "Member 'SpellHelper_DoDamageLocationDirection::InDestroyPieceVFXRadius' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, bPlayerShieldBreaker) == 0x000244, "Member 'SpellHelper_DoDamageLocationDirection::bPlayerShieldBreaker' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, EnemyShieldBreaker) == 0x000245, "Member 'SpellHelper_DoDamageLocationDirection::EnemyShieldBreaker' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, SFX) == 0x000248, "Member 'SpellHelper_DoDamageLocationDirection::SFX' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, InDuration) == 0x000250, "Member 'SpellHelper_DoDamageLocationDirection::InDuration' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, InNoReaction) == 0x000254, "Member 'SpellHelper_DoDamageLocationDirection::InNoReaction' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, InImpactType) == 0x000255, "Member 'SpellHelper_DoDamageLocationDirection::InImpactType' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, bForceNoReaction) == 0x000256, "Member 'SpellHelper_DoDamageLocationDirection::bForceNoReaction' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, InSpellTool) == 0x000258, "Member 'SpellHelper_DoDamageLocationDirection::InSpellTool' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageLocationDirection, ReturnValue) == 0x000260, "Member 'SpellHelper_DoDamageLocationDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_DoDamageOverTime \ static_assert(alignof(SpellHelper_DoDamageOverTime) == 0x000008, "Wrong alignment on SpellHelper_DoDamageOverTime"); \ static_assert(sizeof(SpellHelper_DoDamageOverTime) == 0x000060, "Wrong size on SpellHelper_DoDamageOverTime"); \ static_assert(offsetof(SpellHelper_DoDamageOverTime, InTarget) == 0x000000, "Member 'SpellHelper_DoDamageOverTime::InTarget' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageOverTime, InInstigator) == 0x000008, "Member 'SpellHelper_DoDamageOverTime::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageOverTime, InMunitionTagContainer) == 0x000010, "Member 'SpellHelper_DoDamageOverTime::InMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageOverTime, InMunitionDataAssets) == 0x000030, "Member 'SpellHelper_DoDamageOverTime::InMunitionDataAssets' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageOverTime, InDOTType) == 0x000040, "Member 'SpellHelper_DoDamageOverTime::InDOTType' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageOverTime, MultiFX2) == 0x000048, "Member 'SpellHelper_DoDamageOverTime::MultiFX2' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageOverTime, InDamagePerSecond) == 0x000050, "Member 'SpellHelper_DoDamageOverTime::InDamagePerSecond' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageOverTime, DurationInSeconds) == 0x000054, "Member 'SpellHelper_DoDamageOverTime::DurationInSeconds' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageOverTime, UpdateRate) == 0x000058, "Member 'SpellHelper_DoDamageOverTime::UpdateRate' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageOverTime, bPlayerShieldBreaker) == 0x00005C, "Member 'SpellHelper_DoDamageOverTime::bPlayerShieldBreaker' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageOverTime, EnemyShieldBreaker) == 0x00005D, "Member 'SpellHelper_DoDamageOverTime::EnemyShieldBreaker' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageOverTime, ReturnValue) == 0x00005E, "Member 'SpellHelper_DoDamageOverTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_DoDamageTarget \ static_assert(alignof(SpellHelper_DoDamageTarget) == 0x000008, "Wrong alignment on SpellHelper_DoDamageTarget"); \ static_assert(sizeof(SpellHelper_DoDamageTarget) == 0x000250, "Wrong size on SpellHelper_DoDamageTarget"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, InTarget) == 0x000000, "Member 'SpellHelper_DoDamageTarget::InTarget' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, InInstigator) == 0x000008, "Member 'SpellHelper_DoDamageTarget::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, InMunitionTagContainer) == 0x000010, "Member 'SpellHelper_DoDamageTarget::InMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, InMunitionDataAssets) == 0x000030, "Member 'SpellHelper_DoDamageTarget::InMunitionDataAssets' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, OutDamageInfo) == 0x000040, "Member 'SpellHelper_DoDamageTarget::OutDamageInfo' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, InDamage) == 0x000208, "Member 'SpellHelper_DoDamageTarget::InDamage' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, InForce) == 0x00020C, "Member 'SpellHelper_DoDamageTarget::InForce' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, bSendImpact) == 0x000210, "Member 'SpellHelper_DoDamageTarget::bSendImpact' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, bIgnoreDamageThreshold) == 0x000211, "Member 'SpellHelper_DoDamageTarget::bIgnoreDamageThreshold' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, InDestructionForce) == 0x000214, "Member 'SpellHelper_DoDamageTarget::InDestructionForce' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, InRadialDestructionForce) == 0x000218, "Member 'SpellHelper_DoDamageTarget::InRadialDestructionForce' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, InDestroyPieceVFX) == 0x000220, "Member 'SpellHelper_DoDamageTarget::InDestroyPieceVFX' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, InDestroyPieceVFXRadius) == 0x000228, "Member 'SpellHelper_DoDamageTarget::InDestroyPieceVFXRadius' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, bPlayerShieldBreaker) == 0x00022C, "Member 'SpellHelper_DoDamageTarget::bPlayerShieldBreaker' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, EnemyShieldBreaker) == 0x00022D, "Member 'SpellHelper_DoDamageTarget::EnemyShieldBreaker' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, SFX) == 0x000230, "Member 'SpellHelper_DoDamageTarget::SFX' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, InDuration) == 0x000238, "Member 'SpellHelper_DoDamageTarget::InDuration' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, InImpactType) == 0x00023C, "Member 'SpellHelper_DoDamageTarget::InImpactType' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, bNoReaction) == 0x00023D, "Member 'SpellHelper_DoDamageTarget::bNoReaction' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, bForceNoReaction) == 0x00023E, "Member 'SpellHelper_DoDamageTarget::bForceNoReaction' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, InSpellTool) == 0x000240, "Member 'SpellHelper_DoDamageTarget::InSpellTool' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_DoDamageTarget, ReturnValue) == 0x000248, "Member 'SpellHelper_DoDamageTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_FinisherWillKillTarget \ static_assert(alignof(SpellHelper_FinisherWillKillTarget) == 0x000008, "Wrong alignment on SpellHelper_FinisherWillKillTarget"); \ static_assert(sizeof(SpellHelper_FinisherWillKillTarget) == 0x000018, "Wrong size on SpellHelper_FinisherWillKillTarget"); \ static_assert(offsetof(SpellHelper_FinisherWillKillTarget, InTarget) == 0x000000, "Member 'SpellHelper_FinisherWillKillTarget::InTarget' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_FinisherWillKillTarget, InInstigator) == 0x000008, "Member 'SpellHelper_FinisherWillKillTarget::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_FinisherWillKillTarget, Damage) == 0x000010, "Member 'SpellHelper_FinisherWillKillTarget::Damage' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_FinisherWillKillTarget, ReturnValue) == 0x000014, "Member 'SpellHelper_FinisherWillKillTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_FireMunition \ static_assert(alignof(SpellHelper_FireMunition) == 0x000008, "Wrong alignment on SpellHelper_FireMunition"); \ static_assert(sizeof(SpellHelper_FireMunition) == 0x000038, "Wrong size on SpellHelper_FireMunition"); \ static_assert(offsetof(SpellHelper_FireMunition, SpellToolRecord) == 0x000000, "Member 'SpellHelper_FireMunition::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_FireMunition, SourceLocation) == 0x000008, "Member 'SpellHelper_FireMunition::SourceLocation' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_FireMunition, TargetLocation) == 0x000014, "Member 'SpellHelper_FireMunition::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_FireMunition, InMunitionOwner) == 0x000020, "Member 'SpellHelper_FireMunition::InMunitionOwner' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_FireMunition, InInstigator) == 0x000028, "Member 'SpellHelper_FireMunition::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_FireMunition, ReturnValue) == 0x000030, "Member 'SpellHelper_FireMunition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_GetSpellTool \ static_assert(alignof(SpellHelper_GetSpellTool) == 0x000008, "Wrong alignment on SpellHelper_GetSpellTool"); \ static_assert(sizeof(SpellHelper_GetSpellTool) == 0x000010, "Wrong size on SpellHelper_GetSpellTool"); \ static_assert(offsetof(SpellHelper_GetSpellTool, InSpellToolRecord) == 0x000000, "Member 'SpellHelper_GetSpellTool::InSpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_GetSpellTool, ReturnValue) == 0x000008, "Member 'SpellHelper_GetSpellTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_Heal \ static_assert(alignof(SpellHelper_Heal) == 0x000008, "Wrong alignment on SpellHelper_Heal"); \ static_assert(sizeof(SpellHelper_Heal) == 0x000010, "Wrong size on SpellHelper_Heal"); \ static_assert(offsetof(SpellHelper_Heal, Target) == 0x000000, "Member 'SpellHelper_Heal::Target' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_Heal, Health) == 0x000008, "Member 'SpellHelper_Heal::Health' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_Kill \ static_assert(alignof(SpellHelper_Kill) == 0x000008, "Wrong alignment on SpellHelper_Kill"); \ static_assert(sizeof(SpellHelper_Kill) == 0x0000E0, "Wrong size on SpellHelper_Kill"); \ static_assert(offsetof(SpellHelper_Kill, Target) == 0x000000, "Member 'SpellHelper_Kill::Target' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_Kill, InInstigator) == 0x000008, "Member 'SpellHelper_Kill::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_Kill, InMunitionTagContainer) == 0x000010, "Member 'SpellHelper_Kill::InMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_Kill, InMunitionDataAssets) == 0x000030, "Member 'SpellHelper_Kill::InMunitionDataAssets' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_Kill, HitResult) == 0x000040, "Member 'SpellHelper_Kill::HitResult' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_Kill, InDestructionForce) == 0x0000C8, "Member 'SpellHelper_Kill::InDestructionForce' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_Kill, InRadialDestructionForce) == 0x0000CC, "Member 'SpellHelper_Kill::InRadialDestructionForce' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_Kill, InDestroyPieceVFX) == 0x0000D0, "Member 'SpellHelper_Kill::InDestroyPieceVFX' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_Kill, InDestroyPieceVFXRadius) == 0x0000D8, "Member 'SpellHelper_Kill::InDestroyPieceVFXRadius' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_Kill, bSkipTakeAKnee) == 0x0000DC, "Member 'SpellHelper_Kill::bSkipTakeAKnee' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_Kill, InNoReaction) == 0x0000DD, "Member 'SpellHelper_Kill::InNoReaction' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_Kill, ReturnValue) == 0x0000DE, "Member 'SpellHelper_Kill::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_KillTarget \ static_assert(alignof(SpellHelper_KillTarget) == 0x000008, "Wrong alignment on SpellHelper_KillTarget"); \ static_assert(sizeof(SpellHelper_KillTarget) == 0x000068, "Wrong size on SpellHelper_KillTarget"); \ static_assert(offsetof(SpellHelper_KillTarget, InTarget) == 0x000000, "Member 'SpellHelper_KillTarget::InTarget' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_KillTarget, InInstigator) == 0x000008, "Member 'SpellHelper_KillTarget::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_KillTarget, InMunitionTagContainer) == 0x000010, "Member 'SpellHelper_KillTarget::InMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_KillTarget, InMunitionDataAssets) == 0x000030, "Member 'SpellHelper_KillTarget::InMunitionDataAssets' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_KillTarget, InForce) == 0x000040, "Member 'SpellHelper_KillTarget::InForce' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_KillTarget, InDestructionForce) == 0x000044, "Member 'SpellHelper_KillTarget::InDestructionForce' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_KillTarget, InRadialDestructionForce) == 0x000048, "Member 'SpellHelper_KillTarget::InRadialDestructionForce' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_KillTarget, InDestroyPieceVFX) == 0x000050, "Member 'SpellHelper_KillTarget::InDestroyPieceVFX' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_KillTarget, InDestroyPieceVFXRadius) == 0x000058, "Member 'SpellHelper_KillTarget::InDestroyPieceVFXRadius' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_KillTarget, bSkipTakeAKnee) == 0x00005C, "Member 'SpellHelper_KillTarget::bSkipTakeAKnee' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_KillTarget, InNoReaction) == 0x00005D, "Member 'SpellHelper_KillTarget::InNoReaction' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_KillTarget, bAlwaysKill) == 0x00005E, "Member 'SpellHelper_KillTarget::bAlwaysKill' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_KillTarget, bNoCurseReflection) == 0x00005F, "Member 'SpellHelper_KillTarget::bNoCurseReflection' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_KillTarget, ReturnValue) == 0x000060, "Member 'SpellHelper_KillTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_ObjectCanDamagePlayer \ static_assert(alignof(SpellHelper_ObjectCanDamagePlayer) == 0x000008, "Wrong alignment on SpellHelper_ObjectCanDamagePlayer"); \ static_assert(sizeof(SpellHelper_ObjectCanDamagePlayer) == 0x000010, "Wrong size on SpellHelper_ObjectCanDamagePlayer"); \ static_assert(offsetof(SpellHelper_ObjectCanDamagePlayer, InTarget) == 0x000000, "Member 'SpellHelper_ObjectCanDamagePlayer::InTarget' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_ObjectCanDamagePlayer, InInstigator) == 0x000008, "Member 'SpellHelper_ObjectCanDamagePlayer::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_PreloadSpell \ static_assert(alignof(SpellHelper_PreloadSpell) == 0x000008, "Wrong alignment on SpellHelper_PreloadSpell"); \ static_assert(sizeof(SpellHelper_PreloadSpell) == 0x000008, "Wrong size on SpellHelper_PreloadSpell"); \ static_assert(offsetof(SpellHelper_PreloadSpell, SpellToolRecord) == 0x000000, "Member 'SpellHelper_PreloadSpell::SpellToolRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_PreloadSpellWithPriority \ static_assert(alignof(SpellHelper_PreloadSpellWithPriority) == 0x000008, "Wrong alignment on SpellHelper_PreloadSpellWithPriority"); \ static_assert(sizeof(SpellHelper_PreloadSpellWithPriority) == 0x000010, "Wrong size on SpellHelper_PreloadSpellWithPriority"); \ static_assert(offsetof(SpellHelper_PreloadSpellWithPriority, SpellToolRecord) == 0x000000, "Member 'SpellHelper_PreloadSpellWithPriority::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_PreloadSpellWithPriority, Priority) == 0x000008, "Member 'SpellHelper_PreloadSpellWithPriority::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_RemoveDeflectionComponent \ static_assert(alignof(SpellHelper_RemoveDeflectionComponent) == 0x000008, "Wrong alignment on SpellHelper_RemoveDeflectionComponent"); \ static_assert(sizeof(SpellHelper_RemoveDeflectionComponent) == 0x000008, "Wrong size on SpellHelper_RemoveDeflectionComponent"); \ static_assert(offsetof(SpellHelper_RemoveDeflectionComponent, InTarget) == 0x000000, "Member 'SpellHelper_RemoveDeflectionComponent::InTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_RemoveFiniteCountTracking \ static_assert(alignof(SpellHelper_RemoveFiniteCountTracking) == 0x000008, "Wrong alignment on SpellHelper_RemoveFiniteCountTracking"); \ static_assert(sizeof(SpellHelper_RemoveFiniteCountTracking) == 0x000008, "Wrong size on SpellHelper_RemoveFiniteCountTracking"); \ static_assert(offsetof(SpellHelper_RemoveFiniteCountTracking, InOwner) == 0x000000, "Member 'SpellHelper_RemoveFiniteCountTracking::InOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_RemoveLeviosoCountTracking \ static_assert(alignof(SpellHelper_RemoveLeviosoCountTracking) == 0x000008, "Wrong alignment on SpellHelper_RemoveLeviosoCountTracking"); \ static_assert(sizeof(SpellHelper_RemoveLeviosoCountTracking) == 0x000008, "Wrong size on SpellHelper_RemoveLeviosoCountTracking"); \ static_assert(offsetof(SpellHelper_RemoveLeviosoCountTracking, InOwner) == 0x000000, "Member 'SpellHelper_RemoveLeviosoCountTracking::InOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_RemoveSpellEffect \ static_assert(alignof(SpellHelper_RemoveSpellEffect) == 0x000008, "Wrong alignment on SpellHelper_RemoveSpellEffect"); \ static_assert(sizeof(SpellHelper_RemoveSpellEffect) == 0x000010, "Wrong size on SpellHelper_RemoveSpellEffect"); \ static_assert(offsetof(SpellHelper_RemoveSpellEffect, Target) == 0x000000, "Member 'SpellHelper_RemoveSpellEffect::Target' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_RemoveSpellEffect, InRemoveEffect) == 0x000008, "Member 'SpellHelper_RemoveSpellEffect::InRemoveEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_Repair \ static_assert(alignof(SpellHelper_Repair) == 0x000008, "Wrong alignment on SpellHelper_Repair"); \ static_assert(sizeof(SpellHelper_Repair) == 0x000010, "Wrong size on SpellHelper_Repair"); \ static_assert(offsetof(SpellHelper_Repair, Target) == 0x000000, "Member 'SpellHelper_Repair::Target' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_Repair, InInstigator) == 0x000008, "Member 'SpellHelper_Repair::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_SetFrozen \ static_assert(alignof(SpellHelper_SetFrozen) == 0x000008, "Wrong alignment on SpellHelper_SetFrozen"); \ static_assert(sizeof(SpellHelper_SetFrozen) == 0x000020, "Wrong size on SpellHelper_SetFrozen"); \ static_assert(offsetof(SpellHelper_SetFrozen, Target) == 0x000000, "Member 'SpellHelper_SetFrozen::Target' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SetFrozen, InInstigator) == 0x000008, "Member 'SpellHelper_SetFrozen::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SetFrozen, Location) == 0x000010, "Member 'SpellHelper_SetFrozen::Location' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SetFrozen, ReturnValue) == 0x00001C, "Member 'SpellHelper_SetFrozen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_SetOnFire \ static_assert(alignof(SpellHelper_SetOnFire) == 0x000008, "Wrong alignment on SpellHelper_SetOnFire"); \ static_assert(sizeof(SpellHelper_SetOnFire) == 0x000030, "Wrong size on SpellHelper_SetOnFire"); \ static_assert(offsetof(SpellHelper_SetOnFire, Target) == 0x000000, "Member 'SpellHelper_SetOnFire::Target' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SetOnFire, InInstigator) == 0x000008, "Member 'SpellHelper_SetOnFire::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SetOnFire, Amount) == 0x000010, "Member 'SpellHelper_SetOnFire::Amount' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SetOnFire, Location) == 0x000014, "Member 'SpellHelper_SetOnFire::Location' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SetOnFire, CharacterDuration) == 0x000020, "Member 'SpellHelper_SetOnFire::CharacterDuration' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SetOnFire, OverrideDamagePerSecond) == 0x000024, "Member 'SpellHelper_SetOnFire::OverrideDamagePerSecond' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SetOnFire, ReturnValue) == 0x000028, "Member 'SpellHelper_SetOnFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_SetVelocityTrackerMaxDamage \ static_assert(alignof(SpellHelper_SetVelocityTrackerMaxDamage) == 0x000008, "Wrong alignment on SpellHelper_SetVelocityTrackerMaxDamage"); \ static_assert(sizeof(SpellHelper_SetVelocityTrackerMaxDamage) == 0x000018, "Wrong size on SpellHelper_SetVelocityTrackerMaxDamage"); \ static_assert(offsetof(SpellHelper_SetVelocityTrackerMaxDamage, InTarget) == 0x000000, "Member 'SpellHelper_SetVelocityTrackerMaxDamage::InTarget' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SetVelocityTrackerMaxDamage, MaxDamageDealt) == 0x000008, "Member 'SpellHelper_SetVelocityTrackerMaxDamage::MaxDamageDealt' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SetVelocityTrackerMaxDamage, MaxDamageDealtCharacter) == 0x00000C, "Member 'SpellHelper_SetVelocityTrackerMaxDamage::MaxDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SetVelocityTrackerMaxDamage, MaxDamageTaken) == 0x000010, "Member 'SpellHelper_SetVelocityTrackerMaxDamage::MaxDamageTaken' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SetVelocityTrackerMaxDamage, MaxDamageTakenCharacter) == 0x000014, "Member 'SpellHelper_SetVelocityTrackerMaxDamage::MaxDamageTakenCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_SetVelocityTrackerMinDamage \ static_assert(alignof(SpellHelper_SetVelocityTrackerMinDamage) == 0x000008, "Wrong alignment on SpellHelper_SetVelocityTrackerMinDamage"); \ static_assert(sizeof(SpellHelper_SetVelocityTrackerMinDamage) == 0x000018, "Wrong size on SpellHelper_SetVelocityTrackerMinDamage"); \ static_assert(offsetof(SpellHelper_SetVelocityTrackerMinDamage, InTarget) == 0x000000, "Member 'SpellHelper_SetVelocityTrackerMinDamage::InTarget' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SetVelocityTrackerMinDamage, MinDamageDealt) == 0x000008, "Member 'SpellHelper_SetVelocityTrackerMinDamage::MinDamageDealt' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SetVelocityTrackerMinDamage, MinDamageDealtCharacter) == 0x00000C, "Member 'SpellHelper_SetVelocityTrackerMinDamage::MinDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SetVelocityTrackerMinDamage, MixDamageTaken) == 0x000010, "Member 'SpellHelper_SetVelocityTrackerMinDamage::MixDamageTaken' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SetVelocityTrackerMinDamage, MixDamageTakenCharacter) == 0x000014, "Member 'SpellHelper_SetVelocityTrackerMinDamage::MixDamageTakenCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_SpellWillKillTarget \ static_assert(alignof(SpellHelper_SpellWillKillTarget) == 0x000008, "Wrong alignment on SpellHelper_SpellWillKillTarget"); \ static_assert(sizeof(SpellHelper_SpellWillKillTarget) == 0x000020, "Wrong size on SpellHelper_SpellWillKillTarget"); \ static_assert(offsetof(SpellHelper_SpellWillKillTarget, InTarget) == 0x000000, "Member 'SpellHelper_SpellWillKillTarget::InTarget' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SpellWillKillTarget, InInstigator) == 0x000008, "Member 'SpellHelper_SpellWillKillTarget::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SpellWillKillTarget, InSpellToolRecord) == 0x000010, "Member 'SpellHelper_SpellWillKillTarget::InSpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SpellWillKillTarget, OutDamage) == 0x000018, "Member 'SpellHelper_SpellWillKillTarget::OutDamage' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_SpellWillKillTarget, ReturnValue) == 0x00001C, "Member 'SpellHelper_SpellWillKillTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_TriggerNpcSpellResponse \ static_assert(alignof(SpellHelper_TriggerNpcSpellResponse) == 0x000008, "Wrong alignment on SpellHelper_TriggerNpcSpellResponse"); \ static_assert(sizeof(SpellHelper_TriggerNpcSpellResponse) == 0x000028, "Wrong size on SpellHelper_TriggerNpcSpellResponse"); \ static_assert(offsetof(SpellHelper_TriggerNpcSpellResponse, InTarget) == 0x000000, "Member 'SpellHelper_TriggerNpcSpellResponse::InTarget' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_TriggerNpcSpellResponse, InInstigator) == 0x000008, "Member 'SpellHelper_TriggerNpcSpellResponse::InInstigator' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_TriggerNpcSpellResponse, Location) == 0x000010, "Member 'SpellHelper_TriggerNpcSpellResponse::Location' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_TriggerNpcSpellResponse, Radius) == 0x00001C, "Member 'SpellHelper_TriggerNpcSpellResponse::Radius' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_TriggerNpcSpellResponse, bAlwaysUseRadius) == 0x000020, "Member 'SpellHelper_TriggerNpcSpellResponse::bAlwaysUseRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellHelper_TriggerReaction \ static_assert(alignof(SpellHelper_TriggerReaction) == 0x000008, "Wrong alignment on SpellHelper_TriggerReaction"); \ static_assert(sizeof(SpellHelper_TriggerReaction) == 0x000050, "Wrong size on SpellHelper_TriggerReaction"); \ static_assert(offsetof(SpellHelper_TriggerReaction, TargetActor) == 0x000000, "Member 'SpellHelper_TriggerReaction::TargetActor' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_TriggerReaction, InMunitionTagContainer) == 0x000008, "Member 'SpellHelper_TriggerReaction::InMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_TriggerReaction, InMunitionDataAssets) == 0x000028, "Member 'SpellHelper_TriggerReaction::InMunitionDataAssets' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_TriggerReaction, SourceLocation) == 0x000038, "Member 'SpellHelper_TriggerReaction::SourceLocation' has a wrong offset!"); \ static_assert(offsetof(SpellHelper_TriggerReaction, InInstigator) == 0x000048, "Member 'SpellHelper_TriggerReaction::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpellHelper \ static_assert(alignof(ASpellHelper) == 0x000008, "Wrong alignment on ASpellHelper"); \ static_assert(sizeof(ASpellHelper) == 0x000280, "Wrong size on ASpellHelper"); \ static_assert(offsetof(ASpellHelper, ToolSetComponent) == 0x000248, "Member 'ASpellHelper::ToolSetComponent' has a wrong offset!"); \ static_assert(offsetof(ASpellHelper, DummyRoot) == 0x000250, "Member 'ASpellHelper::DummyRoot' has a wrong offset!"); \ static_assert(offsetof(ASpellHelper, RadialForceDataArray) == 0x000258, "Member 'ASpellHelper::RadialForceDataArray' has a wrong offset!"); \ static_assert(offsetof(ASpellHelper, SpellCastArray) == 0x000270, "Member 'ASpellHelper::SpellCastArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInfirmarySettings \ static_assert(alignof(UInfirmarySettings) == 0x000008, "Wrong alignment on UInfirmarySettings"); \ static_assert(sizeof(UInfirmarySettings) == 0x000050, "Wrong size on UInfirmarySettings"); \ static_assert(offsetof(UInfirmarySettings, MaximumNumberOfStudentsInInfirmary) == 0x000028, "Member 'UInfirmarySettings::MaximumNumberOfStudentsInInfirmary' has a wrong offset!"); \ static_assert(offsetof(UInfirmarySettings, ActivityKey) == 0x000030, "Member 'UInfirmarySettings::ActivityKey' has a wrong offset!"); \ static_assert(offsetof(UInfirmarySettings, HospitalSiteLocation) == 0x000040, "Member 'UInfirmarySettings::HospitalSiteLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InfirmaryManager_Get \ static_assert(alignof(InfirmaryManager_Get) == 0x000008, "Wrong alignment on InfirmaryManager_Get"); \ static_assert(sizeof(InfirmaryManager_Get) == 0x000008, "Wrong size on InfirmaryManager_Get"); \ static_assert(offsetof(InfirmaryManager_Get, ReturnValue) == 0x000000, "Member 'InfirmaryManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InfirmaryManager_AddStudent \ static_assert(alignof(InfirmaryManager_AddStudent) == 0x000008, "Wrong alignment on InfirmaryManager_AddStudent"); \ static_assert(sizeof(InfirmaryManager_AddStudent) == 0x000020, "Wrong size on InfirmaryManager_AddStudent"); \ static_assert(offsetof(InfirmaryManager_AddStudent, UniqueId) == 0x000000, "Member 'InfirmaryManager_AddStudent::UniqueId' has a wrong offset!"); \ static_assert(offsetof(InfirmaryManager_AddStudent, SecondsInTheInfirmary) == 0x000010, "Member 'InfirmaryManager_AddStudent::SecondsInTheInfirmary' has a wrong offset!"); \ static_assert(offsetof(InfirmaryManager_AddStudent, Priority) == 0x000018, "Member 'InfirmaryManager_AddStudent::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InfirmaryManager_GetStudents \ static_assert(alignof(InfirmaryManager_GetStudents) == 0x000008, "Wrong alignment on InfirmaryManager_GetStudents"); \ static_assert(sizeof(InfirmaryManager_GetStudents) == 0x000010, "Wrong size on InfirmaryManager_GetStudents"); \ static_assert(offsetof(InfirmaryManager_GetStudents, OutStudents) == 0x000000, "Member 'InfirmaryManager_GetStudents::OutStudents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InfirmaryManager_HourlyCheck \ static_assert(alignof(InfirmaryManager_HourlyCheck) == 0x000008, "Wrong alignment on InfirmaryManager_HourlyCheck"); \ static_assert(sizeof(InfirmaryManager_HourlyCheck) == 0x000030, "Wrong size on InfirmaryManager_HourlyCheck"); \ static_assert(offsetof(InfirmaryManager_HourlyCheck, InTimeEvent) == 0x000000, "Member 'InfirmaryManager_HourlyCheck::InTimeEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InfirmaryManager_IsStudentIn \ static_assert(alignof(InfirmaryManager_IsStudentIn) == 0x000008, "Wrong alignment on InfirmaryManager_IsStudentIn"); \ static_assert(sizeof(InfirmaryManager_IsStudentIn) == 0x000018, "Wrong size on InfirmaryManager_IsStudentIn"); \ static_assert(offsetof(InfirmaryManager_IsStudentIn, UniqueId) == 0x000000, "Member 'InfirmaryManager_IsStudentIn::UniqueId' has a wrong offset!"); \ static_assert(offsetof(InfirmaryManager_IsStudentIn, ReturnValue) == 0x000010, "Member 'InfirmaryManager_IsStudentIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInfirmaryManager \ static_assert(alignof(UInfirmaryManager) == 0x000008, "Wrong alignment on UInfirmaryManager"); \ static_assert(sizeof(UInfirmaryManager) == 0x0000F8, "Wrong size on UInfirmaryManager"); \ static_assert(offsetof(UInfirmaryManager, StudentAddedToInfirmary) == 0x000038, "Member 'UInfirmaryManager::StudentAddedToInfirmary' has a wrong offset!"); \ static_assert(offsetof(UInfirmaryManager, StudentRemovedToInfirmary) == 0x000048, "Member 'UInfirmaryManager::StudentRemovedToInfirmary' has a wrong offset!"); \ static_assert(offsetof(UInfirmaryManager, StudentList) == 0x0000E8, "Member 'UInfirmaryManager::StudentList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicalResponseSettings \ static_assert(alignof(UPhysicalResponseSettings) == 0x000008, "Wrong alignment on UPhysicalResponseSettings"); \ static_assert(sizeof(UPhysicalResponseSettings) == 0x000078, "Wrong size on UPhysicalResponseSettings"); \ static_assert(offsetof(UPhysicalResponseSettings, MunitionImpactStrengths) == 0x000028, "Member 'UPhysicalResponseSettings::MunitionImpactStrengths' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InGameMenuScreen_ExitPauseMenu \ static_assert(alignof(InGameMenuScreen_ExitPauseMenu) == 0x000001, "Wrong alignment on InGameMenuScreen_ExitPauseMenu"); \ static_assert(sizeof(InGameMenuScreen_ExitPauseMenu) == 0x000001, "Wrong size on InGameMenuScreen_ExitPauseMenu"); \ static_assert(offsetof(InGameMenuScreen_ExitPauseMenu, SkipFade) == 0x000000, "Member 'InGameMenuScreen_ExitPauseMenu::SkipFade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InGameMenuScreen_SetButtonLegend \ static_assert(alignof(InGameMenuScreen_SetButtonLegend) == 0x000008, "Wrong alignment on InGameMenuScreen_SetButtonLegend"); \ static_assert(sizeof(InGameMenuScreen_SetButtonLegend) == 0x000010, "Wrong size on InGameMenuScreen_SetButtonLegend"); \ static_assert(offsetof(InGameMenuScreen_SetButtonLegend, Legend) == 0x000000, "Member 'InGameMenuScreen_SetButtonLegend::Legend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInGameMenuScreen \ static_assert(alignof(UInGameMenuScreen) == 0x000008, "Wrong alignment on UInGameMenuScreen"); \ static_assert(sizeof(UInGameMenuScreen) == 0x000380, "Wrong size on UInGameMenuScreen"); \ static_assert(offsetof(UInGameMenuScreen, ThePageStack) == 0x000370, "Member 'UInGameMenuScreen::ThePageStack' has a wrong offset!"); \ static_assert(offsetof(UInGameMenuScreen, NeedsAutosave) == 0x000378, "Member 'UInGameMenuScreen::NeedsAutosave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_NearClip \ static_assert(alignof(USceneActionState_NearClip) == 0x000008, "Wrong alignment on USceneActionState_NearClip"); \ static_assert(sizeof(USceneActionState_NearClip) == 0x000050, "Wrong size on USceneActionState_NearClip"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_IsTroll \ static_assert(alignof(UModFilter_DealDamage_Target_IsTroll) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_IsTroll"); \ static_assert(sizeof(UModFilter_DealDamage_Target_IsTroll) == 0x000030, "Wrong size on UModFilter_DealDamage_Target_IsTroll"); \ #define DUMPER7_ASSERTS_UInstallFeatureSettings \ static_assert(alignof(UInstallFeatureSettings) == 0x000008, "Wrong alignment on UInstallFeatureSettings"); \ static_assert(sizeof(UInstallFeatureSettings) == 0x000040, "Wrong size on UInstallFeatureSettings"); \ static_assert(offsetof(UInstallFeatureSettings, bSupportsLanguagePacks) == 0x000028, "Member 'UInstallFeatureSettings::bSupportsLanguagePacks' has a wrong offset!"); \ static_assert(offsetof(UInstallFeatureSettings, bSupportsLanguagePackInstalling) == 0x000029, "Member 'UInstallFeatureSettings::bSupportsLanguagePackInstalling' has a wrong offset!"); \ static_assert(offsetof(UInstallFeatureSettings, InstallFeatures) == 0x000030, "Member 'UInstallFeatureSettings::InstallFeatures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstallManagerProgressBar_GetInstallManagerState \ static_assert(alignof(InstallManagerProgressBar_GetInstallManagerState) == 0x000001, "Wrong alignment on InstallManagerProgressBar_GetInstallManagerState"); \ static_assert(sizeof(InstallManagerProgressBar_GetInstallManagerState) == 0x000001, "Wrong size on InstallManagerProgressBar_GetInstallManagerState"); \ static_assert(offsetof(InstallManagerProgressBar_GetInstallManagerState, ReturnValue) == 0x000000, "Member 'InstallManagerProgressBar_GetInstallManagerState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstallManagerProgressBar_GetInstallMessageText \ static_assert(alignof(InstallManagerProgressBar_GetInstallMessageText) == 0x000008, "Wrong alignment on InstallManagerProgressBar_GetInstallMessageText"); \ static_assert(sizeof(InstallManagerProgressBar_GetInstallMessageText) == 0x000010, "Wrong size on InstallManagerProgressBar_GetInstallMessageText"); \ static_assert(offsetof(InstallManagerProgressBar_GetInstallMessageText, ReturnValue) == 0x000000, "Member 'InstallManagerProgressBar_GetInstallMessageText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstallManagerProgressBar_GetInstallPercentage \ static_assert(alignof(InstallManagerProgressBar_GetInstallPercentage) == 0x000004, "Wrong alignment on InstallManagerProgressBar_GetInstallPercentage"); \ static_assert(sizeof(InstallManagerProgressBar_GetInstallPercentage) == 0x000004, "Wrong size on InstallManagerProgressBar_GetInstallPercentage"); \ static_assert(offsetof(InstallManagerProgressBar_GetInstallPercentage, ReturnValue) == 0x000000, "Member 'InstallManagerProgressBar_GetInstallPercentage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInstallManagerProgressBar \ static_assert(alignof(UInstallManagerProgressBar) == 0x000008, "Wrong alignment on UInstallManagerProgressBar"); \ static_assert(sizeof(UInstallManagerProgressBar) == 0x000270, "Wrong size on UInstallManagerProgressBar"); \ #define DUMPER7_ASSERTS_ASeasonChangerDelegate \ static_assert(alignof(ASeasonChangerDelegate) == 0x000008, "Wrong alignment on ASeasonChangerDelegate"); \ static_assert(sizeof(ASeasonChangerDelegate) == 0x000250, "Wrong size on ASeasonChangerDelegate"); \ static_assert(offsetof(ASeasonChangerDelegate, DisableSeasonChanges) == 0x000248, "Member 'ASeasonChangerDelegate::DisableSeasonChanges' has a wrong offset!"); \ static_assert(offsetof(ASeasonChangerDelegate, SeasonOverride) == 0x000249, "Member 'ASeasonChangerDelegate::SeasonOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APickupTool \ static_assert(alignof(APickupTool) == 0x000008, "Wrong alignment on APickupTool"); \ static_assert(sizeof(APickupTool) == 0x000308, "Wrong size on APickupTool"); \ static_assert(offsetof(APickupTool, UnequipAction) == 0x0002F8, "Member 'APickupTool::UnequipAction' has a wrong offset!"); \ static_assert(offsetof(APickupTool, AccioCatchable) == 0x000300, "Member 'APickupTool::AccioCatchable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedCharacterBoneSwarmComponent_UnHide \ static_assert(alignof(InstancedCharacterBoneSwarmComponent_UnHide) == 0x000004, "Wrong alignment on InstancedCharacterBoneSwarmComponent_UnHide"); \ static_assert(sizeof(InstancedCharacterBoneSwarmComponent_UnHide) == 0x000008, "Wrong size on InstancedCharacterBoneSwarmComponent_UnHide"); \ static_assert(offsetof(InstancedCharacterBoneSwarmComponent_UnHide, howMany) == 0x000000, "Member 'InstancedCharacterBoneSwarmComponent_UnHide::howMany' has a wrong offset!"); \ static_assert(offsetof(InstancedCharacterBoneSwarmComponent_UnHide, ReturnValue) == 0x000004, "Member 'InstancedCharacterBoneSwarmComponent_UnHide::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedCharacterBoneSwarmComponent_RemainingHidden \ static_assert(alignof(InstancedCharacterBoneSwarmComponent_RemainingHidden) == 0x000004, "Wrong alignment on InstancedCharacterBoneSwarmComponent_RemainingHidden"); \ static_assert(sizeof(InstancedCharacterBoneSwarmComponent_RemainingHidden) == 0x000004, "Wrong size on InstancedCharacterBoneSwarmComponent_RemainingHidden"); \ static_assert(offsetof(InstancedCharacterBoneSwarmComponent_RemainingHidden, ReturnValue) == 0x000000, "Member 'InstancedCharacterBoneSwarmComponent_RemainingHidden::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInstancedCharacterBoneSwarmComponent \ static_assert(alignof(UInstancedCharacterBoneSwarmComponent) == 0x000008, "Wrong alignment on UInstancedCharacterBoneSwarmComponent"); \ static_assert(sizeof(UInstancedCharacterBoneSwarmComponent) == 0x0001D8, "Wrong size on UInstancedCharacterBoneSwarmComponent"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, Projector) == 0x0000D0, "Member 'UInstancedCharacterBoneSwarmComponent::Projector' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, ProjectionParams) == 0x0000D8, "Member 'UInstancedCharacterBoneSwarmComponent::ProjectionParams' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, SwarmGenerationParams) == 0x0000E0, "Member 'UInstancedCharacterBoneSwarmComponent::SwarmGenerationParams' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, SwarmInitialConditions) == 0x0000F0, "Member 'UInstancedCharacterBoneSwarmComponent::SwarmInitialConditions' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, SkinEffect) == 0x000148, "Member 'UInstancedCharacterBoneSwarmComponent::SkinEffect' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, ParamProjectionsCenterRadius) == 0x000150, "Member 'UInstancedCharacterBoneSwarmComponent::ParamProjectionsCenterRadius' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, ParamProjectionsMin) == 0x000158, "Member 'UInstancedCharacterBoneSwarmComponent::ParamProjectionsMin' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, ParamProjectionsMax) == 0x000160, "Member 'UInstancedCharacterBoneSwarmComponent::ParamProjectionsMax' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, ParamTotalProjectionsCenterRadius) == 0x000168, "Member 'UInstancedCharacterBoneSwarmComponent::ParamTotalProjectionsCenterRadius' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, ParamActorCenterRadius) == 0x000170, "Member 'UInstancedCharacterBoneSwarmComponent::ParamActorCenterRadius' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, bParamProjectionsCenterRadius) == 0x000178, "Member 'UInstancedCharacterBoneSwarmComponent::bParamProjectionsCenterRadius' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, bParamProjectionsMin) == 0x000179, "Member 'UInstancedCharacterBoneSwarmComponent::bParamProjectionsMin' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, bParamProjectionsMax) == 0x00017A, "Member 'UInstancedCharacterBoneSwarmComponent::bParamProjectionsMax' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, bParamTotalProjectionsCenterRadius) == 0x00017B, "Member 'UInstancedCharacterBoneSwarmComponent::bParamTotalProjectionsCenterRadius' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, bParamActorCenterRadius) == 0x00017C, "Member 'UInstancedCharacterBoneSwarmComponent::bParamActorCenterRadius' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, OnFirstBoneTouch) == 0x000180, "Member 'UInstancedCharacterBoneSwarmComponent::OnFirstBoneTouch' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, OnFirstBoneTouchIgnoreBones) == 0x000188, "Member 'UInstancedCharacterBoneSwarmComponent::OnFirstBoneTouchIgnoreBones' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, OnPoof) == 0x000198, "Member 'UInstancedCharacterBoneSwarmComponent::OnPoof' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, PoofLimitParticles) == 0x0001A0, "Member 'UInstancedCharacterBoneSwarmComponent::PoofLimitParticles' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, bPoofLimitParticles) == 0x0001A4, "Member 'UInstancedCharacterBoneSwarmComponent::bPoofLimitParticles' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, bDisableMotionBlur) == 0x0001A5, "Member 'UInstancedCharacterBoneSwarmComponent::bDisableMotionBlur' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, NextUnhide) == 0x0001A8, "Member 'UInstancedCharacterBoneSwarmComponent::NextUnhide' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, SwarmMeshes) == 0x0001B0, "Member 'UInstancedCharacterBoneSwarmComponent::SwarmMeshes' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, BoneParticles) == 0x0001B8, "Member 'UInstancedCharacterBoneSwarmComponent::BoneParticles' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, SkinFXComponent) == 0x0001C8, "Member 'UInstancedCharacterBoneSwarmComponent::SkinFXComponent' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, bDebugDraw) == 0x0001D0, "Member 'UInstancedCharacterBoneSwarmComponent::bDebugDraw' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, bDebugBounds) == 0x0001D1, "Member 'UInstancedCharacterBoneSwarmComponent::bDebugBounds' has a wrong offset!"); \ static_assert(offsetof(UInstancedCharacterBoneSwarmComponent, bDebugProjectionResults) == 0x0001D2, "Member 'UInstancedCharacterBoneSwarmComponent::bDebugProjectionResults' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_HasTag \ static_assert(alignof(UModFilter_DealDamage_HasTag) == 0x000008, "Wrong alignment on UModFilter_DealDamage_HasTag"); \ static_assert(sizeof(UModFilter_DealDamage_HasTag) == 0x000038, "Wrong size on UModFilter_DealDamage_HasTag"); \ static_assert(offsetof(UModFilter_DealDamage_HasTag, Tag) == 0x000030, "Member 'UModFilter_DealDamage_HasTag::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInstancedTrailActorComponent \ static_assert(alignof(UInstancedTrailActorComponent) == 0x000008, "Wrong alignment on UInstancedTrailActorComponent"); \ static_assert(sizeof(UInstancedTrailActorComponent) == 0x0000D8, "Wrong size on UInstancedTrailActorComponent"); \ static_assert(offsetof(UInstancedTrailActorComponent, bEditorOnly) == 0x0000D0, "Member 'UInstancedTrailActorComponent::bEditorOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ObjectFade \ static_assert(alignof(USceneAction_ObjectFade) == 0x000008, "Wrong alignment on USceneAction_ObjectFade"); \ static_assert(sizeof(USceneAction_ObjectFade) == 0x0000B0, "Wrong size on USceneAction_ObjectFade"); \ static_assert(offsetof(USceneAction_ObjectFade, FadeCurve) == 0x0000A0, "Member 'USceneAction_ObjectFade::FadeCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_IsEnemy \ static_assert(alignof(UModFilter_DealDamage_Target_IsEnemy) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_IsEnemy"); \ static_assert(sizeof(UModFilter_DealDamage_Target_IsEnemy) == 0x000030, "Wrong size on UModFilter_DealDamage_Target_IsEnemy"); \ #define DUMPER7_ASSERTS_InteractiveObjectComponent_CheckForStateChange \ static_assert(alignof(InteractiveObjectComponent_CheckForStateChange) == 0x000001, "Wrong alignment on InteractiveObjectComponent_CheckForStateChange"); \ static_assert(sizeof(InteractiveObjectComponent_CheckForStateChange) == 0x000001, "Wrong size on InteractiveObjectComponent_CheckForStateChange"); \ static_assert(offsetof(InteractiveObjectComponent_CheckForStateChange, Action) == 0x000000, "Member 'InteractiveObjectComponent_CheckForStateChange::Action' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractiveObjectComponent_GetEnabled \ static_assert(alignof(InteractiveObjectComponent_GetEnabled) == 0x000001, "Wrong alignment on InteractiveObjectComponent_GetEnabled"); \ static_assert(sizeof(InteractiveObjectComponent_GetEnabled) == 0x000001, "Wrong size on InteractiveObjectComponent_GetEnabled"); \ static_assert(offsetof(InteractiveObjectComponent_GetEnabled, ReturnValue) == 0x000000, "Member 'InteractiveObjectComponent_GetEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractiveObjectComponent_GetState \ static_assert(alignof(InteractiveObjectComponent_GetState) == 0x000001, "Wrong alignment on InteractiveObjectComponent_GetState"); \ static_assert(sizeof(InteractiveObjectComponent_GetState) == 0x000001, "Wrong size on InteractiveObjectComponent_GetState"); \ static_assert(offsetof(InteractiveObjectComponent_GetState, ReturnValue) == 0x000000, "Member 'InteractiveObjectComponent_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractiveObjectComponent_HandleInteract \ static_assert(alignof(InteractiveObjectComponent_HandleInteract) == 0x000008, "Wrong alignment on InteractiveObjectComponent_HandleInteract"); \ static_assert(sizeof(InteractiveObjectComponent_HandleInteract) == 0x000008, "Wrong size on InteractiveObjectComponent_HandleInteract"); \ static_assert(offsetof(InteractiveObjectComponent_HandleInteract, i_caller) == 0x000000, "Member 'InteractiveObjectComponent_HandleInteract::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractiveObjectComponent_SetEnabled \ static_assert(alignof(InteractiveObjectComponent_SetEnabled) == 0x000001, "Wrong alignment on InteractiveObjectComponent_SetEnabled"); \ static_assert(sizeof(InteractiveObjectComponent_SetEnabled) == 0x000001, "Wrong size on InteractiveObjectComponent_SetEnabled"); \ static_assert(offsetof(InteractiveObjectComponent_SetEnabled, bEnable) == 0x000000, "Member 'InteractiveObjectComponent_SetEnabled::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractiveObjectComponent_SetState \ static_assert(alignof(InteractiveObjectComponent_SetState) == 0x000001, "Wrong alignment on InteractiveObjectComponent_SetState"); \ static_assert(sizeof(InteractiveObjectComponent_SetState) == 0x000001, "Wrong size on InteractiveObjectComponent_SetState"); \ static_assert(offsetof(InteractiveObjectComponent_SetState, State) == 0x000000, "Member 'InteractiveObjectComponent_SetState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInteractiveObjectComponent \ static_assert(alignof(UInteractiveObjectComponent) == 0x000008, "Wrong alignment on UInteractiveObjectComponent"); \ static_assert(sizeof(UInteractiveObjectComponent) == 0x000128, "Wrong size on UInteractiveObjectComponent"); \ static_assert(offsetof(UInteractiveObjectComponent, m_initialState) == 0x0000D0, "Member 'UInteractiveObjectComponent::m_initialState' has a wrong offset!"); \ static_assert(offsetof(UInteractiveObjectComponent, m_stateArray) == 0x0000D8, "Member 'UInteractiveObjectComponent::m_stateArray' has a wrong offset!"); \ static_assert(offsetof(UInteractiveObjectComponent, m_linkArray) == 0x0000E8, "Member 'UInteractiveObjectComponent::m_linkArray' has a wrong offset!"); \ static_assert(offsetof(UInteractiveObjectComponent, bCustomInteract) == 0x0000F8, "Member 'UInteractiveObjectComponent::bCustomInteract' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelectionRingItemBase_GetSpellCategory \ static_assert(alignof(SelectionRingItemBase_GetSpellCategory) == 0x000001, "Wrong alignment on SelectionRingItemBase_GetSpellCategory"); \ static_assert(sizeof(SelectionRingItemBase_GetSpellCategory) == 0x000001, "Wrong size on SelectionRingItemBase_GetSpellCategory"); \ static_assert(offsetof(SelectionRingItemBase_GetSpellCategory, ReturnValue) == 0x000000, "Member 'SelectionRingItemBase_GetSpellCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelectionRingItemBase_LoadBackgroundCallback \ static_assert(alignof(SelectionRingItemBase_LoadBackgroundCallback) == 0x000008, "Wrong alignment on SelectionRingItemBase_LoadBackgroundCallback"); \ static_assert(sizeof(SelectionRingItemBase_LoadBackgroundCallback) == 0x000010, "Wrong size on SelectionRingItemBase_LoadBackgroundCallback"); \ static_assert(offsetof(SelectionRingItemBase_LoadBackgroundCallback, Texture) == 0x000000, "Member 'SelectionRingItemBase_LoadBackgroundCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(SelectionRingItemBase_LoadBackgroundCallback, Param) == 0x000008, "Member 'SelectionRingItemBase_LoadBackgroundCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelectionRingItemBase_LoadIconCallback \ static_assert(alignof(SelectionRingItemBase_LoadIconCallback) == 0x000008, "Wrong alignment on SelectionRingItemBase_LoadIconCallback"); \ static_assert(sizeof(SelectionRingItemBase_LoadIconCallback) == 0x000010, "Wrong size on SelectionRingItemBase_LoadIconCallback"); \ static_assert(offsetof(SelectionRingItemBase_LoadIconCallback, Texture) == 0x000000, "Member 'SelectionRingItemBase_LoadIconCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(SelectionRingItemBase_LoadIconCallback, Param) == 0x000008, "Member 'SelectionRingItemBase_LoadIconCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelectionRingItemBase_OnBackgroundTextureLoaded \ static_assert(alignof(SelectionRingItemBase_OnBackgroundTextureLoaded) == 0x000008, "Wrong alignment on SelectionRingItemBase_OnBackgroundTextureLoaded"); \ static_assert(sizeof(SelectionRingItemBase_OnBackgroundTextureLoaded) == 0x000010, "Wrong size on SelectionRingItemBase_OnBackgroundTextureLoaded"); \ static_assert(offsetof(SelectionRingItemBase_OnBackgroundTextureLoaded, Texture) == 0x000000, "Member 'SelectionRingItemBase_OnBackgroundTextureLoaded::Texture' has a wrong offset!"); \ static_assert(offsetof(SelectionRingItemBase_OnBackgroundTextureLoaded, IsBlacklisted) == 0x000008, "Member 'SelectionRingItemBase_OnBackgroundTextureLoaded::IsBlacklisted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelectionRingItemBase_OnIconTextureLoaded \ static_assert(alignof(SelectionRingItemBase_OnIconTextureLoaded) == 0x000008, "Wrong alignment on SelectionRingItemBase_OnIconTextureLoaded"); \ static_assert(sizeof(SelectionRingItemBase_OnIconTextureLoaded) == 0x000010, "Wrong size on SelectionRingItemBase_OnIconTextureLoaded"); \ static_assert(offsetof(SelectionRingItemBase_OnIconTextureLoaded, Texture) == 0x000000, "Member 'SelectionRingItemBase_OnIconTextureLoaded::Texture' has a wrong offset!"); \ static_assert(offsetof(SelectionRingItemBase_OnIconTextureLoaded, IsBlacklisted) == 0x000008, "Member 'SelectionRingItemBase_OnIconTextureLoaded::IsBlacklisted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SelectionRingItemBase_SetItemData \ static_assert(alignof(SelectionRingItemBase_SetItemData) == 0x000004, "Wrong alignment on SelectionRingItemBase_SetItemData"); \ static_assert(sizeof(SelectionRingItemBase_SetItemData) == 0x000010, "Wrong size on SelectionRingItemBase_SetItemData"); \ static_assert(offsetof(SelectionRingItemBase_SetItemData, GroupIndex) == 0x000000, "Member 'SelectionRingItemBase_SetItemData::GroupIndex' has a wrong offset!"); \ static_assert(offsetof(SelectionRingItemBase_SetItemData, MacroIndex) == 0x000004, "Member 'SelectionRingItemBase_SetItemData::MacroIndex' has a wrong offset!"); \ static_assert(offsetof(SelectionRingItemBase_SetItemData, ItemIndex) == 0x000008, "Member 'SelectionRingItemBase_SetItemData::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(SelectionRingItemBase_SetItemData, ShowNone) == 0x00000C, "Member 'SelectionRingItemBase_SetItemData::ShowNone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelectionRingItemBase \ static_assert(alignof(USelectionRingItemBase) == 0x000008, "Wrong alignment on USelectionRingItemBase"); \ static_assert(sizeof(USelectionRingItemBase) == 0x0004B0, "Wrong size on USelectionRingItemBase"); \ #define DUMPER7_ASSERTS_InteractTimedButtonWatcher_TargetChanged \ static_assert(alignof(InteractTimedButtonWatcher_TargetChanged) == 0x000008, "Wrong alignment on InteractTimedButtonWatcher_TargetChanged"); \ static_assert(sizeof(InteractTimedButtonWatcher_TargetChanged) == 0x000018, "Wrong size on InteractTimedButtonWatcher_TargetChanged"); \ static_assert(offsetof(InteractTimedButtonWatcher_TargetChanged, Sense) == 0x000000, "Member 'InteractTimedButtonWatcher_TargetChanged::Sense' has a wrong offset!"); \ static_assert(offsetof(InteractTimedButtonWatcher_TargetChanged, NewTarget) == 0x000008, "Member 'InteractTimedButtonWatcher_TargetChanged::NewTarget' has a wrong offset!"); \ static_assert(offsetof(InteractTimedButtonWatcher_TargetChanged, OldTarget) == 0x000010, "Member 'InteractTimedButtonWatcher_TargetChanged::OldTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InteractTimedButtonWatcher_TargetSighted \ static_assert(alignof(InteractTimedButtonWatcher_TargetSighted) == 0x000008, "Wrong alignment on InteractTimedButtonWatcher_TargetSighted"); \ static_assert(sizeof(InteractTimedButtonWatcher_TargetSighted) == 0x000010, "Wrong size on InteractTimedButtonWatcher_TargetSighted"); \ static_assert(offsetof(InteractTimedButtonWatcher_TargetSighted, Sense) == 0x000000, "Member 'InteractTimedButtonWatcher_TargetSighted::Sense' has a wrong offset!"); \ static_assert(offsetof(InteractTimedButtonWatcher_TargetSighted, Target) == 0x000008, "Member 'InteractTimedButtonWatcher_TargetSighted::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInteractTimedButtonWatcher \ static_assert(alignof(UInteractTimedButtonWatcher) == 0x000008, "Wrong alignment on UInteractTimedButtonWatcher"); \ static_assert(sizeof(UInteractTimedButtonWatcher) == 0x000160, "Wrong size on UInteractTimedButtonWatcher"); \ #define DUMPER7_ASSERTS_AInterestPoint \ static_assert(alignof(AInterestPoint) == 0x000008, "Wrong alignment on AInterestPoint"); \ static_assert(sizeof(AInterestPoint) == 0x000250, "Wrong size on AInterestPoint"); \ static_assert(offsetof(AInterestPoint, SceneComponent) == 0x000248, "Member 'AInterestPoint::SceneComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherLocalWindParameters \ static_assert(alignof(USceneAction_WeatherLocalWindParameters) == 0x000008, "Wrong alignment on USceneAction_WeatherLocalWindParameters"); \ static_assert(sizeof(USceneAction_WeatherLocalWindParameters) == 0x0001F8, "Wrong size on USceneAction_WeatherLocalWindParameters"); \ static_assert(offsetof(USceneAction_WeatherLocalWindParameters, WindParameters) == 0x0000D0, "Member 'USceneAction_WeatherLocalWindParameters::WindParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeAudioFadeInterpolant \ static_assert(alignof(ULerpVolumeAudioFadeInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeAudioFadeInterpolant"); \ static_assert(sizeof(ULerpVolumeAudioFadeInterpolant) == 0x000038, "Wrong size on ULerpVolumeAudioFadeInterpolant"); \ static_assert(offsetof(ULerpVolumeAudioFadeInterpolant, RTPC) == 0x000028, "Member 'ULerpVolumeAudioFadeInterpolant::RTPC' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeAudioFadeInterpolant, UpdateThreshold) == 0x000030, "Member 'ULerpVolumeAudioFadeInterpolant::UpdateThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGModExtensionUI \ static_assert(alignof(URPGModExtensionUI) == 0x000008, "Wrong alignment on URPGModExtensionUI"); \ static_assert(sizeof(URPGModExtensionUI) == 0x000040, "Wrong size on URPGModExtensionUI"); \ static_assert(offsetof(URPGModExtensionUI, bSendUINotifications) == 0x000028, "Member 'URPGModExtensionUI::bSendUINotifications' has a wrong offset!"); \ static_assert(offsetof(URPGModExtensionUI, UIInfo) == 0x00002C, "Member 'URPGModExtensionUI::UIInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntroBlueprintFunctionLibrary_GetIntroCheckpoint \ static_assert(alignof(IntroBlueprintFunctionLibrary_GetIntroCheckpoint) == 0x000001, "Wrong alignment on IntroBlueprintFunctionLibrary_GetIntroCheckpoint"); \ static_assert(sizeof(IntroBlueprintFunctionLibrary_GetIntroCheckpoint) == 0x000001, "Wrong size on IntroBlueprintFunctionLibrary_GetIntroCheckpoint"); \ static_assert(offsetof(IntroBlueprintFunctionLibrary_GetIntroCheckpoint, ReturnValue) == 0x000000, "Member 'IntroBlueprintFunctionLibrary_GetIntroCheckpoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntroBlueprintFunctionLibrary_IntroEnd \ static_assert(alignof(IntroBlueprintFunctionLibrary_IntroEnd) == 0x000008, "Wrong alignment on IntroBlueprintFunctionLibrary_IntroEnd"); \ static_assert(sizeof(IntroBlueprintFunctionLibrary_IntroEnd) == 0x000008, "Wrong size on IntroBlueprintFunctionLibrary_IntroEnd"); \ static_assert(offsetof(IntroBlueprintFunctionLibrary_IntroEnd, WorldContextObject) == 0x000000, "Member 'IntroBlueprintFunctionLibrary_IntroEnd::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntroBlueprintFunctionLibrary_IntroSave \ static_assert(alignof(IntroBlueprintFunctionLibrary_IntroSave) == 0x000008, "Wrong alignment on IntroBlueprintFunctionLibrary_IntroSave"); \ static_assert(sizeof(IntroBlueprintFunctionLibrary_IntroSave) == 0x000018, "Wrong size on IntroBlueprintFunctionLibrary_IntroSave"); \ static_assert(offsetof(IntroBlueprintFunctionLibrary_IntroSave, WorldContextObject) == 0x000000, "Member 'IntroBlueprintFunctionLibrary_IntroSave::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(IntroBlueprintFunctionLibrary_IntroSave, Checkpoint) == 0x000008, "Member 'IntroBlueprintFunctionLibrary_IntroSave::Checkpoint' has a wrong offset!"); \ static_assert(offsetof(IntroBlueprintFunctionLibrary_IntroSave, PlayerSpawnLocation) == 0x00000C, "Member 'IntroBlueprintFunctionLibrary_IntroSave::PlayerSpawnLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntroBlueprintFunctionLibrary_IntroStart \ static_assert(alignof(IntroBlueprintFunctionLibrary_IntroStart) == 0x000008, "Wrong alignment on IntroBlueprintFunctionLibrary_IntroStart"); \ static_assert(sizeof(IntroBlueprintFunctionLibrary_IntroStart) == 0x000008, "Wrong size on IntroBlueprintFunctionLibrary_IntroStart"); \ static_assert(offsetof(IntroBlueprintFunctionLibrary_IntroStart, WorldContextObject) == 0x000000, "Member 'IntroBlueprintFunctionLibrary_IntroStart::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntroBlueprintFunctionLibrary_IsCheating \ static_assert(alignof(IntroBlueprintFunctionLibrary_IsCheating) == 0x000001, "Wrong alignment on IntroBlueprintFunctionLibrary_IsCheating"); \ static_assert(sizeof(IntroBlueprintFunctionLibrary_IsCheating) == 0x000001, "Wrong size on IntroBlueprintFunctionLibrary_IsCheating"); \ static_assert(offsetof(IntroBlueprintFunctionLibrary_IsCheating, ReturnValue) == 0x000000, "Member 'IntroBlueprintFunctionLibrary_IsCheating::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntroBlueprintFunctionLibrary_IsLoadingRootLevel \ static_assert(alignof(IntroBlueprintFunctionLibrary_IsLoadingRootLevel) == 0x000001, "Wrong alignment on IntroBlueprintFunctionLibrary_IsLoadingRootLevel"); \ static_assert(sizeof(IntroBlueprintFunctionLibrary_IsLoadingRootLevel) == 0x000002, "Wrong size on IntroBlueprintFunctionLibrary_IsLoadingRootLevel"); \ static_assert(offsetof(IntroBlueprintFunctionLibrary_IsLoadingRootLevel, bReset) == 0x000000, "Member 'IntroBlueprintFunctionLibrary_IsLoadingRootLevel::bReset' has a wrong offset!"); \ static_assert(offsetof(IntroBlueprintFunctionLibrary_IsLoadingRootLevel, ReturnValue) == 0x000001, "Member 'IntroBlueprintFunctionLibrary_IsLoadingRootLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntroBlueprintFunctionLibrary_SetCheating \ static_assert(alignof(IntroBlueprintFunctionLibrary_SetCheating) == 0x000001, "Wrong alignment on IntroBlueprintFunctionLibrary_SetCheating"); \ static_assert(sizeof(IntroBlueprintFunctionLibrary_SetCheating) == 0x000001, "Wrong size on IntroBlueprintFunctionLibrary_SetCheating"); \ static_assert(offsetof(IntroBlueprintFunctionLibrary_SetCheating, bCheating) == 0x000000, "Member 'IntroBlueprintFunctionLibrary_SetCheating::bCheating' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IntroBlueprintFunctionLibrary_SetLoadingRootLevel \ static_assert(alignof(IntroBlueprintFunctionLibrary_SetLoadingRootLevel) == 0x000001, "Wrong alignment on IntroBlueprintFunctionLibrary_SetLoadingRootLevel"); \ static_assert(sizeof(IntroBlueprintFunctionLibrary_SetLoadingRootLevel) == 0x000001, "Wrong size on IntroBlueprintFunctionLibrary_SetLoadingRootLevel"); \ static_assert(offsetof(IntroBlueprintFunctionLibrary_SetLoadingRootLevel, bLoadingRootLevel) == 0x000000, "Member 'IntroBlueprintFunctionLibrary_SetLoadingRootLevel::bLoadingRootLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIntroBlueprintFunctionLibrary \ static_assert(alignof(UIntroBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UIntroBlueprintFunctionLibrary"); \ static_assert(sizeof(UIntroBlueprintFunctionLibrary) == 0x000028, "Wrong size on UIntroBlueprintFunctionLibrary"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherPreset \ static_assert(alignof(USceneAction_WeatherPreset) == 0x000008, "Wrong alignment on USceneAction_WeatherPreset"); \ static_assert(sizeof(USceneAction_WeatherPreset) == 0x0000A0, "Wrong size on USceneAction_WeatherPreset"); \ static_assert(offsetof(USceneAction_WeatherPreset, Preset) == 0x000088, "Member 'USceneAction_WeatherPreset::Preset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherPreset, PlaybackScale) == 0x000098, "Member 'USceneAction_WeatherPreset::PlaybackScale' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherPreset, bInstantSwitch) == 0x00009C, "Member 'USceneAction_WeatherPreset::bInstantSwitch' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherPreset, bRestorePriorWeather) == 0x00009D, "Member 'USceneAction_WeatherPreset::bRestorePriorWeather' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherPreset, bRestorePriorWeatherInstant) == 0x00009E, "Member 'USceneAction_WeatherPreset::bRestorePriorWeatherInstant' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherPreset, bPreviewOnly) == 0x00009F, "Member 'USceneAction_WeatherPreset::bPreviewOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CrimeScene_GlobalEnableCrime \ static_assert(alignof(CrimeScene_GlobalEnableCrime) == 0x000001, "Wrong alignment on CrimeScene_GlobalEnableCrime"); \ static_assert(sizeof(CrimeScene_GlobalEnableCrime) == 0x000001, "Wrong size on CrimeScene_GlobalEnableCrime"); \ static_assert(offsetof(CrimeScene_GlobalEnableCrime, i_Enable) == 0x000000, "Member 'CrimeScene_GlobalEnableCrime::i_Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACrimeScene \ static_assert(alignof(ACrimeScene) == 0x000008, "Wrong alignment on ACrimeScene"); \ static_assert(sizeof(ACrimeScene) == 0x0002B0, "Wrong size on ACrimeScene"); \ #define DUMPER7_ASSERTS_InventoryItemToolRecord_IsLoaded \ static_assert(alignof(InventoryItemToolRecord_IsLoaded) == 0x000001, "Wrong alignment on InventoryItemToolRecord_IsLoaded"); \ static_assert(sizeof(InventoryItemToolRecord_IsLoaded) == 0x000001, "Wrong size on InventoryItemToolRecord_IsLoaded"); \ static_assert(offsetof(InventoryItemToolRecord_IsLoaded, ReturnValue) == 0x000000, "Member 'InventoryItemToolRecord_IsLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryItemToolRecord \ static_assert(alignof(UInventoryItemToolRecord) == 0x000008, "Wrong alignment on UInventoryItemToolRecord"); \ static_assert(sizeof(UInventoryItemToolRecord) == 0x000090, "Wrong size on UInventoryItemToolRecord"); \ static_assert(offsetof(UInventoryItemToolRecord, InventoryItemTool) == 0x000050, "Member 'UInventoryItemToolRecord::InventoryItemTool' has a wrong offset!"); \ static_assert(offsetof(UInventoryItemToolRecord, OnLoadComplete) == 0x000078, "Member 'UInventoryItemToolRecord::OnLoadComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManager_InventoryAdd \ static_assert(alignof(InventoryManager_InventoryAdd) == 0x000008, "Wrong alignment on InventoryManager_InventoryAdd"); \ static_assert(sizeof(InventoryManager_InventoryAdd) == 0x000018, "Wrong size on InventoryManager_InventoryAdd"); \ static_assert(offsetof(InventoryManager_InventoryAdd, ItemId) == 0x000000, "Member 'InventoryManager_InventoryAdd::ItemId' has a wrong offset!"); \ static_assert(offsetof(InventoryManager_InventoryAdd, Quantity) == 0x000010, "Member 'InventoryManager_InventoryAdd::Quantity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManager_InventoryAddGear \ static_assert(alignof(InventoryManager_InventoryAddGear) == 0x000008, "Wrong alignment on InventoryManager_InventoryAddGear"); \ static_assert(sizeof(InventoryManager_InventoryAddGear) == 0x000020, "Wrong size on InventoryManager_InventoryAddGear"); \ static_assert(offsetof(InventoryManager_InventoryAddGear, ItemId) == 0x000000, "Member 'InventoryManager_InventoryAddGear::ItemId' has a wrong offset!"); \ static_assert(offsetof(InventoryManager_InventoryAddGear, Variation) == 0x000010, "Member 'InventoryManager_InventoryAddGear::Variation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManager_InventoryAddTool \ static_assert(alignof(InventoryManager_InventoryAddTool) == 0x000008, "Wrong alignment on InventoryManager_InventoryAddTool"); \ static_assert(sizeof(InventoryManager_InventoryAddTool) == 0x000010, "Wrong size on InventoryManager_InventoryAddTool"); \ static_assert(offsetof(InventoryManager_InventoryAddTool, ToolID) == 0x000000, "Member 'InventoryManager_InventoryAddTool::ToolID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManager_InventoryUseItem \ static_assert(alignof(InventoryManager_InventoryUseItem) == 0x000008, "Wrong alignment on InventoryManager_InventoryUseItem"); \ static_assert(sizeof(InventoryManager_InventoryUseItem) == 0x000010, "Wrong size on InventoryManager_InventoryUseItem"); \ static_assert(offsetof(InventoryManager_InventoryUseItem, ItemId) == 0x000000, "Member 'InventoryManager_InventoryUseItem::ItemId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManager_LootContainerStats \ static_assert(alignof(InventoryManager_LootContainerStats) == 0x000008, "Wrong alignment on InventoryManager_LootContainerStats"); \ static_assert(sizeof(InventoryManager_LootContainerStats) == 0x000018, "Wrong size on InventoryManager_LootContainerStats"); \ static_assert(offsetof(InventoryManager_LootContainerStats, ContainerID) == 0x000000, "Member 'InventoryManager_LootContainerStats::ContainerID' has a wrong offset!"); \ static_assert(offsetof(InventoryManager_LootContainerStats, iterations) == 0x000010, "Member 'InventoryManager_LootContainerStats::iterations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManager_ResetInventory \ static_assert(alignof(InventoryManager_ResetInventory) == 0x000004, "Wrong alignment on InventoryManager_ResetInventory"); \ static_assert(sizeof(InventoryManager_ResetInventory) == 0x000014, "Wrong size on InventoryManager_ResetInventory"); \ static_assert(offsetof(InventoryManager_ResetInventory, CharacterID) == 0x000000, "Member 'InventoryManager_ResetInventory::CharacterID' has a wrong offset!"); \ static_assert(offsetof(InventoryManager_ResetInventory, HolderID) == 0x000008, "Member 'InventoryManager_ResetInventory::HolderID' has a wrong offset!"); \ static_assert(offsetof(InventoryManager_ResetInventory, ResetKeepOnResetItems) == 0x000010, "Member 'InventoryManager_ResetInventory::ResetKeepOnResetItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManager_Test_AddGearTrait \ static_assert(alignof(InventoryManager_Test_AddGearTrait) == 0x000008, "Wrong alignment on InventoryManager_Test_AddGearTrait"); \ static_assert(sizeof(InventoryManager_Test_AddGearTrait) == 0x000030, "Wrong size on InventoryManager_Test_AddGearTrait"); \ static_assert(offsetof(InventoryManager_Test_AddGearTrait, GearID) == 0x000000, "Member 'InventoryManager_Test_AddGearTrait::GearID' has a wrong offset!"); \ static_assert(offsetof(InventoryManager_Test_AddGearTrait, Variation) == 0x000010, "Member 'InventoryManager_Test_AddGearTrait::Variation' has a wrong offset!"); \ static_assert(offsetof(InventoryManager_Test_AddGearTrait, TraitID) == 0x000020, "Member 'InventoryManager_Test_AddGearTrait::TraitID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManager_Test_GetGearEmptyTraitSlots \ static_assert(alignof(InventoryManager_Test_GetGearEmptyTraitSlots) == 0x000008, "Wrong alignment on InventoryManager_Test_GetGearEmptyTraitSlots"); \ static_assert(sizeof(InventoryManager_Test_GetGearEmptyTraitSlots) == 0x000020, "Wrong size on InventoryManager_Test_GetGearEmptyTraitSlots"); \ static_assert(offsetof(InventoryManager_Test_GetGearEmptyTraitSlots, GearID) == 0x000000, "Member 'InventoryManager_Test_GetGearEmptyTraitSlots::GearID' has a wrong offset!"); \ static_assert(offsetof(InventoryManager_Test_GetGearEmptyTraitSlots, Variation) == 0x000010, "Member 'InventoryManager_Test_GetGearEmptyTraitSlots::Variation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManager_Test_SetCooldownStat \ static_assert(alignof(InventoryManager_Test_SetCooldownStat) == 0x000008, "Wrong alignment on InventoryManager_Test_SetCooldownStat"); \ static_assert(sizeof(InventoryManager_Test_SetCooldownStat) == 0x000028, "Wrong size on InventoryManager_Test_SetCooldownStat"); \ static_assert(offsetof(InventoryManager_Test_SetCooldownStat, GearID) == 0x000000, "Member 'InventoryManager_Test_SetCooldownStat::GearID' has a wrong offset!"); \ static_assert(offsetof(InventoryManager_Test_SetCooldownStat, Variation) == 0x000010, "Member 'InventoryManager_Test_SetCooldownStat::Variation' has a wrong offset!"); \ static_assert(offsetof(InventoryManager_Test_SetCooldownStat, Cooldown) == 0x000020, "Member 'InventoryManager_Test_SetCooldownStat::Cooldown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManager_Test_SetDefenseStat \ static_assert(alignof(InventoryManager_Test_SetDefenseStat) == 0x000008, "Wrong alignment on InventoryManager_Test_SetDefenseStat"); \ static_assert(sizeof(InventoryManager_Test_SetDefenseStat) == 0x000028, "Wrong size on InventoryManager_Test_SetDefenseStat"); \ static_assert(offsetof(InventoryManager_Test_SetDefenseStat, GearID) == 0x000000, "Member 'InventoryManager_Test_SetDefenseStat::GearID' has a wrong offset!"); \ static_assert(offsetof(InventoryManager_Test_SetDefenseStat, Variation) == 0x000010, "Member 'InventoryManager_Test_SetDefenseStat::Variation' has a wrong offset!"); \ static_assert(offsetof(InventoryManager_Test_SetDefenseStat, Defense) == 0x000020, "Member 'InventoryManager_Test_SetDefenseStat::Defense' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManager_Test_SetOffenseStat \ static_assert(alignof(InventoryManager_Test_SetOffenseStat) == 0x000008, "Wrong alignment on InventoryManager_Test_SetOffenseStat"); \ static_assert(sizeof(InventoryManager_Test_SetOffenseStat) == 0x000028, "Wrong size on InventoryManager_Test_SetOffenseStat"); \ static_assert(offsetof(InventoryManager_Test_SetOffenseStat, GearID) == 0x000000, "Member 'InventoryManager_Test_SetOffenseStat::GearID' has a wrong offset!"); \ static_assert(offsetof(InventoryManager_Test_SetOffenseStat, Variation) == 0x000010, "Member 'InventoryManager_Test_SetOffenseStat::Variation' has a wrong offset!"); \ static_assert(offsetof(InventoryManager_Test_SetOffenseStat, Offense) == 0x000020, "Member 'InventoryManager_Test_SetOffenseStat::Offense' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryManager \ static_assert(alignof(UInventoryManager) == 0x000008, "Wrong alignment on UInventoryManager"); \ static_assert(sizeof(UInventoryManager) == 0x0001C8, "Wrong size on UInventoryManager"); \ static_assert(offsetof(UInventoryManager, m_cachedInventories) == 0x000158, "Member 'UInventoryManager::m_cachedInventories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameterDefinition_AkAudioEvent \ static_assert(alignof(USceneRigParameterDefinition_AkAudioEvent) == 0x000008, "Wrong alignment on USceneRigParameterDefinition_AkAudioEvent"); \ static_assert(sizeof(USceneRigParameterDefinition_AkAudioEvent) == 0x000058, "Wrong size on USceneRigParameterDefinition_AkAudioEvent"); \ static_assert(offsetof(USceneRigParameterDefinition_AkAudioEvent, DefaultEvent) == 0x000038, "Member 'USceneRigParameterDefinition_AkAudioEvent::DefaultEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_AdjustCount \ static_assert(alignof(InventoryManagerInterface_AdjustCount) == 0x000004, "Wrong alignment on InventoryManagerInterface_AdjustCount"); \ static_assert(sizeof(InventoryManagerInterface_AdjustCount) == 0x00003C, "Wrong size on InventoryManagerInterface_AdjustCount"); \ static_assert(offsetof(InventoryManagerInterface_AdjustCount, CharacterID) == 0x000000, "Member 'InventoryManagerInterface_AdjustCount::CharacterID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_AdjustCount, InventoryObjectID) == 0x000008, "Member 'InventoryManagerInterface_AdjustCount::InventoryObjectID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_AdjustCount, Delta) == 0x000010, "Member 'InventoryManagerInterface_AdjustCount::Delta' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_AdjustCount, Reason) == 0x000014, "Member 'InventoryManagerInterface_AdjustCount::Reason' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_AdjustCount, HolderID) == 0x000018, "Member 'InventoryManagerInterface_AdjustCount::HolderID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_AdjustCount, Variation) == 0x000020, "Member 'InventoryManagerInterface_AdjustCount::Variation' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_AdjustCount, SuppressHUDNotification) == 0x000028, "Member 'InventoryManagerInterface_AdjustCount::SuppressHUDNotification' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_AdjustCount, SpecialHUDNotification) == 0x000029, "Member 'InventoryManagerInterface_AdjustCount::SpecialHUDNotification' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_AdjustCount, OtherCharacterID) == 0x00002C, "Member 'InventoryManagerInterface_AdjustCount::OtherCharacterID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_AdjustCount, IsUnique) == 0x000034, "Member 'InventoryManagerInterface_AdjustCount::IsUnique' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_AdjustCount, IsStolen) == 0x000035, "Member 'InventoryManagerInterface_AdjustCount::IsStolen' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_AdjustCount, KeepOnReset) == 0x000036, "Member 'InventoryManagerInterface_AdjustCount::KeepOnReset' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_AdjustCount, ReturnValue) == 0x000038, "Member 'InventoryManagerInterface_AdjustCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_CanAddItem \ static_assert(alignof(InventoryManagerInterface_CanAddItem) == 0x000004, "Wrong alignment on InventoryManagerInterface_CanAddItem"); \ static_assert(sizeof(InventoryManagerInterface_CanAddItem) == 0x000028, "Wrong size on InventoryManagerInterface_CanAddItem"); \ static_assert(offsetof(InventoryManagerInterface_CanAddItem, CharacterID) == 0x000000, "Member 'InventoryManagerInterface_CanAddItem::CharacterID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_CanAddItem, ItemId) == 0x000008, "Member 'InventoryManagerInterface_CanAddItem::ItemId' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_CanAddItem, HolderID) == 0x000010, "Member 'InventoryManagerInterface_CanAddItem::HolderID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_CanAddItem, Variation) == 0x000018, "Member 'InventoryManagerInterface_CanAddItem::Variation' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_CanAddItem, Count) == 0x000020, "Member 'InventoryManagerInterface_CanAddItem::Count' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_CanAddItem, ReturnValue) == 0x000024, "Member 'InventoryManagerInterface_CanAddItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_DropItemBP \ static_assert(alignof(InventoryManagerInterface_DropItemBP) == 0x000008, "Wrong alignment on InventoryManagerInterface_DropItemBP"); \ static_assert(sizeof(InventoryManagerInterface_DropItemBP) == 0x000090, "Wrong size on InventoryManagerInterface_DropItemBP"); \ static_assert(offsetof(InventoryManagerInterface_DropItemBP, ItemToDrop) == 0x000000, "Member 'InventoryManagerInterface_DropItemBP::ItemToDrop' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_DropItemBP, AmountToDrop) == 0x000088, "Member 'InventoryManagerInterface_DropItemBP::AmountToDrop' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_DropItemBP, ReturnValue) == 0x00008C, "Member 'InventoryManagerInterface_DropItemBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_GetContainerMaxSlotsBP \ static_assert(alignof(InventoryManagerInterface_GetContainerMaxSlotsBP) == 0x000004, "Wrong alignment on InventoryManagerInterface_GetContainerMaxSlotsBP"); \ static_assert(sizeof(InventoryManagerInterface_GetContainerMaxSlotsBP) == 0x00000C, "Wrong size on InventoryManagerInterface_GetContainerMaxSlotsBP"); \ static_assert(offsetof(InventoryManagerInterface_GetContainerMaxSlotsBP, ContainerID) == 0x000000, "Member 'InventoryManagerInterface_GetContainerMaxSlotsBP::ContainerID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetContainerMaxSlotsBP, ReturnValue) == 0x000008, "Member 'InventoryManagerInterface_GetContainerMaxSlotsBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_GetCost \ static_assert(alignof(InventoryManagerInterface_GetCost) == 0x000004, "Wrong alignment on InventoryManagerInterface_GetCost"); \ static_assert(sizeof(InventoryManagerInterface_GetCost) == 0x000014, "Wrong size on InventoryManagerInterface_GetCost"); \ static_assert(offsetof(InventoryManagerInterface_GetCost, InventoryObjectID) == 0x000000, "Member 'InventoryManagerInterface_GetCost::InventoryObjectID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetCost, Variation) == 0x000008, "Member 'InventoryManagerInterface_GetCost::Variation' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetCost, ReturnValue) == 0x000010, "Member 'InventoryManagerInterface_GetCost::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_GetCount \ static_assert(alignof(InventoryManagerInterface_GetCount) == 0x000004, "Wrong alignment on InventoryManagerInterface_GetCount"); \ static_assert(sizeof(InventoryManagerInterface_GetCount) == 0x000028, "Wrong size on InventoryManagerInterface_GetCount"); \ static_assert(offsetof(InventoryManagerInterface_GetCount, CharacterID) == 0x000000, "Member 'InventoryManagerInterface_GetCount::CharacterID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetCount, InventoryObjectID) == 0x000008, "Member 'InventoryManagerInterface_GetCount::InventoryObjectID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetCount, InventoryObjectType) == 0x000010, "Member 'InventoryManagerInterface_GetCount::InventoryObjectType' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetCount, StolenType) == 0x000011, "Member 'InventoryManagerInterface_GetCount::StolenType' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetCount, HolderID) == 0x000014, "Member 'InventoryManagerInterface_GetCount::HolderID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetCount, Variation) == 0x00001C, "Member 'InventoryManagerInterface_GetCount::Variation' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetCount, ReturnValue) == 0x000024, "Member 'InventoryManagerInterface_GetCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_GetHolderInventoryFullString \ static_assert(alignof(InventoryManagerInterface_GetHolderInventoryFullString) == 0x000004, "Wrong alignment on InventoryManagerInterface_GetHolderInventoryFullString"); \ static_assert(sizeof(InventoryManagerInterface_GetHolderInventoryFullString) == 0x000010, "Wrong size on InventoryManagerInterface_GetHolderInventoryFullString"); \ static_assert(offsetof(InventoryManagerInterface_GetHolderInventoryFullString, HolderID) == 0x000000, "Member 'InventoryManagerInterface_GetHolderInventoryFullString::HolderID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetHolderInventoryFullString, ReturnValue) == 0x000008, "Member 'InventoryManagerInterface_GetHolderInventoryFullString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_GetHolderMaxSlotsBP \ static_assert(alignof(InventoryManagerInterface_GetHolderMaxSlotsBP) == 0x000004, "Wrong alignment on InventoryManagerInterface_GetHolderMaxSlotsBP"); \ static_assert(sizeof(InventoryManagerInterface_GetHolderMaxSlotsBP) == 0x00000C, "Wrong size on InventoryManagerInterface_GetHolderMaxSlotsBP"); \ static_assert(offsetof(InventoryManagerInterface_GetHolderMaxSlotsBP, HolderID) == 0x000000, "Member 'InventoryManagerInterface_GetHolderMaxSlotsBP::HolderID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetHolderMaxSlotsBP, ReturnValue) == 0x000008, "Member 'InventoryManagerInterface_GetHolderMaxSlotsBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_GetInventorySellPriceBP \ static_assert(alignof(InventoryManagerInterface_GetInventorySellPriceBP) == 0x000004, "Wrong alignment on InventoryManagerInterface_GetInventorySellPriceBP"); \ static_assert(sizeof(InventoryManagerInterface_GetInventorySellPriceBP) == 0x000014, "Wrong size on InventoryManagerInterface_GetInventorySellPriceBP"); \ static_assert(offsetof(InventoryManagerInterface_GetInventorySellPriceBP, CharacterID) == 0x000000, "Member 'InventoryManagerInterface_GetInventorySellPriceBP::CharacterID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetInventorySellPriceBP, HolderID) == 0x000008, "Member 'InventoryManagerInterface_GetInventorySellPriceBP::HolderID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetInventorySellPriceBP, ReturnValue) == 0x000010, "Member 'InventoryManagerInterface_GetInventorySellPriceBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_GetInventoryTextBP \ static_assert(alignof(InventoryManagerInterface_GetInventoryTextBP) == 0x000008, "Wrong alignment on InventoryManagerInterface_GetInventoryTextBP"); \ static_assert(sizeof(InventoryManagerInterface_GetInventoryTextBP) == 0x000060, "Wrong size on InventoryManagerInterface_GetInventoryTextBP"); \ static_assert(offsetof(InventoryManagerInterface_GetInventoryTextBP, InCharacterID) == 0x000000, "Member 'InventoryManagerInterface_GetInventoryTextBP::InCharacterID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetInventoryTextBP, InItemTypeID) == 0x000008, "Member 'InventoryManagerInterface_GetInventoryTextBP::InItemTypeID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetInventoryTextBP, InventoryResultArray) == 0x000010, "Member 'InventoryManagerInterface_GetInventoryTextBP::InventoryResultArray' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetInventoryTextBP, InventoryFilter) == 0x000020, "Member 'InventoryManagerInterface_GetInventoryTextBP::InventoryFilter' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetInventoryTextBP, HolderID) == 0x000050, "Member 'InventoryManagerInterface_GetInventoryTextBP::HolderID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetInventoryTextBP, SkipLockedItems) == 0x000058, "Member 'InventoryManagerInterface_GetInventoryTextBP::SkipLockedItems' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetInventoryTextBP, SpecifiedHolderOnly) == 0x000059, "Member 'InventoryManagerInterface_GetInventoryTextBP::SpecifiedHolderOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_GetInventoryTypesBP \ static_assert(alignof(InventoryManagerInterface_GetInventoryTypesBP) == 0x000008, "Wrong alignment on InventoryManagerInterface_GetInventoryTypesBP"); \ static_assert(sizeof(InventoryManagerInterface_GetInventoryTypesBP) == 0x000010, "Wrong size on InventoryManagerInterface_GetInventoryTypesBP"); \ static_assert(offsetof(InventoryManagerInterface_GetInventoryTypesBP, InventoryTypeArray) == 0x000000, "Member 'InventoryManagerInterface_GetInventoryTypesBP::InventoryTypeArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_GetIsInspectableBP \ static_assert(alignof(InventoryManagerInterface_GetIsInspectableBP) == 0x000008, "Wrong alignment on InventoryManagerInterface_GetIsInspectableBP"); \ static_assert(sizeof(InventoryManagerInterface_GetIsInspectableBP) == 0x000018, "Wrong size on InventoryManagerInterface_GetIsInspectableBP"); \ static_assert(offsetof(InventoryManagerInterface_GetIsInspectableBP, ItemId) == 0x000000, "Member 'InventoryManagerInterface_GetIsInspectableBP::ItemId' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetIsInspectableBP, ReturnValue) == 0x000010, "Member 'InventoryManagerInterface_GetIsInspectableBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_GetItemInventoryFullString \ static_assert(alignof(InventoryManagerInterface_GetItemInventoryFullString) == 0x000004, "Wrong alignment on InventoryManagerInterface_GetItemInventoryFullString"); \ static_assert(sizeof(InventoryManagerInterface_GetItemInventoryFullString) == 0x000010, "Wrong size on InventoryManagerInterface_GetItemInventoryFullString"); \ static_assert(offsetof(InventoryManagerInterface_GetItemInventoryFullString, ItemId) == 0x000000, "Member 'InventoryManagerInterface_GetItemInventoryFullString::ItemId' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetItemInventoryFullString, ReturnValue) == 0x000008, "Member 'InventoryManagerInterface_GetItemInventoryFullString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_GetPlayerAvailableCapacity \ static_assert(alignof(InventoryManagerInterface_GetPlayerAvailableCapacity) == 0x000004, "Wrong alignment on InventoryManagerInterface_GetPlayerAvailableCapacity"); \ static_assert(sizeof(InventoryManagerInterface_GetPlayerAvailableCapacity) == 0x000010, "Wrong size on InventoryManagerInterface_GetPlayerAvailableCapacity"); \ static_assert(offsetof(InventoryManagerInterface_GetPlayerAvailableCapacity, ItemId) == 0x000000, "Member 'InventoryManagerInterface_GetPlayerAvailableCapacity::ItemId' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetPlayerAvailableCapacity, UseMaxCapacityWhenNoReturnExcess) == 0x000008, "Member 'InventoryManagerInterface_GetPlayerAvailableCapacity::UseMaxCapacityWhenNoReturnExcess' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_GetPlayerAvailableCapacity, ReturnValue) == 0x00000C, "Member 'InventoryManagerInterface_GetPlayerAvailableCapacity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_GetPlayerExpandedInventoryBP \ static_assert(alignof(InventoryManagerInterface_GetPlayerExpandedInventoryBP) == 0x000004, "Wrong alignment on InventoryManagerInterface_GetPlayerExpandedInventoryBP"); \ static_assert(sizeof(InventoryManagerInterface_GetPlayerExpandedInventoryBP) == 0x000004, "Wrong size on InventoryManagerInterface_GetPlayerExpandedInventoryBP"); \ static_assert(offsetof(InventoryManagerInterface_GetPlayerExpandedInventoryBP, ReturnValue) == 0x000000, "Member 'InventoryManagerInterface_GetPlayerExpandedInventoryBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_GetPlayerLimitedHolders \ static_assert(alignof(InventoryManagerInterface_GetPlayerLimitedHolders) == 0x000008, "Wrong alignment on InventoryManagerInterface_GetPlayerLimitedHolders"); \ static_assert(sizeof(InventoryManagerInterface_GetPlayerLimitedHolders) == 0x000010, "Wrong size on InventoryManagerInterface_GetPlayerLimitedHolders"); \ static_assert(offsetof(InventoryManagerInterface_GetPlayerLimitedHolders, ReturnValue) == 0x000000, "Member 'InventoryManagerInterface_GetPlayerLimitedHolders::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_GetPlayerStolenItemCount \ static_assert(alignof(InventoryManagerInterface_GetPlayerStolenItemCount) == 0x000004, "Wrong alignment on InventoryManagerInterface_GetPlayerStolenItemCount"); \ static_assert(sizeof(InventoryManagerInterface_GetPlayerStolenItemCount) == 0x000004, "Wrong size on InventoryManagerInterface_GetPlayerStolenItemCount"); \ static_assert(offsetof(InventoryManagerInterface_GetPlayerStolenItemCount, ReturnValue) == 0x000000, "Member 'InventoryManagerInterface_GetPlayerStolenItemCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_GetPlayerUnlimitedHolders \ static_assert(alignof(InventoryManagerInterface_GetPlayerUnlimitedHolders) == 0x000008, "Wrong alignment on InventoryManagerInterface_GetPlayerUnlimitedHolders"); \ static_assert(sizeof(InventoryManagerInterface_GetPlayerUnlimitedHolders) == 0x000010, "Wrong size on InventoryManagerInterface_GetPlayerUnlimitedHolders"); \ static_assert(offsetof(InventoryManagerInterface_GetPlayerUnlimitedHolders, ReturnValue) == 0x000000, "Member 'InventoryManagerInterface_GetPlayerUnlimitedHolders::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_GetQuestItems \ static_assert(alignof(InventoryManagerInterface_GetQuestItems) == 0x000008, "Wrong alignment on InventoryManagerInterface_GetQuestItems"); \ static_assert(sizeof(InventoryManagerInterface_GetQuestItems) == 0x000010, "Wrong size on InventoryManagerInterface_GetQuestItems"); \ static_assert(offsetof(InventoryManagerInterface_GetQuestItems, ReturnValue) == 0x000000, "Member 'InventoryManagerInterface_GetQuestItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_HasAnyInventory \ static_assert(alignof(InventoryManagerInterface_HasAnyInventory) == 0x000004, "Wrong alignment on InventoryManagerInterface_HasAnyInventory"); \ static_assert(sizeof(InventoryManagerInterface_HasAnyInventory) == 0x000014, "Wrong size on InventoryManagerInterface_HasAnyInventory"); \ static_assert(offsetof(InventoryManagerInterface_HasAnyInventory, CharacterID) == 0x000000, "Member 'InventoryManagerInterface_HasAnyInventory::CharacterID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_HasAnyInventory, HolderID) == 0x000008, "Member 'InventoryManagerInterface_HasAnyInventory::HolderID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_HasAnyInventory, ReturnValue) == 0x000010, "Member 'InventoryManagerInterface_HasAnyInventory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_IsAbilityActive \ static_assert(alignof(InventoryManagerInterface_IsAbilityActive) == 0x000008, "Wrong alignment on InventoryManagerInterface_IsAbilityActive"); \ static_assert(sizeof(InventoryManagerInterface_IsAbilityActive) == 0x000018, "Wrong size on InventoryManagerInterface_IsAbilityActive"); \ static_assert(offsetof(InventoryManagerInterface_IsAbilityActive, Actor) == 0x000000, "Member 'InventoryManagerInterface_IsAbilityActive::Actor' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_IsAbilityActive, AbilityName) == 0x000008, "Member 'InventoryManagerInterface_IsAbilityActive::AbilityName' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_IsAbilityActive, ReturnValue) == 0x000010, "Member 'InventoryManagerInterface_IsAbilityActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_ResetInventory \ static_assert(alignof(InventoryManagerInterface_ResetInventory) == 0x000004, "Wrong alignment on InventoryManagerInterface_ResetInventory"); \ static_assert(sizeof(InventoryManagerInterface_ResetInventory) == 0x000010, "Wrong size on InventoryManagerInterface_ResetInventory"); \ static_assert(offsetof(InventoryManagerInterface_ResetInventory, CharacterID) == 0x000000, "Member 'InventoryManagerInterface_ResetInventory::CharacterID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_ResetInventory, HolderID) == 0x000008, "Member 'InventoryManagerInterface_ResetInventory::HolderID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_ResetTalentsTransaction \ static_assert(alignof(InventoryManagerInterface_ResetTalentsTransaction) == 0x000004, "Wrong alignment on InventoryManagerInterface_ResetTalentsTransaction"); \ static_assert(sizeof(InventoryManagerInterface_ResetTalentsTransaction) == 0x000004, "Wrong size on InventoryManagerInterface_ResetTalentsTransaction"); \ static_assert(offsetof(InventoryManagerInterface_ResetTalentsTransaction, TalentCount) == 0x000000, "Member 'InventoryManagerInterface_ResetTalentsTransaction::TalentCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_SellItemFromPlayerInventoryBP \ static_assert(alignof(InventoryManagerInterface_SellItemFromPlayerInventoryBP) == 0x000008, "Wrong alignment on InventoryManagerInterface_SellItemFromPlayerInventoryBP"); \ static_assert(sizeof(InventoryManagerInterface_SellItemFromPlayerInventoryBP) == 0x0000A0, "Wrong size on InventoryManagerInterface_SellItemFromPlayerInventoryBP"); \ static_assert(offsetof(InventoryManagerInterface_SellItemFromPlayerInventoryBP, TransferItem) == 0x000000, "Member 'InventoryManagerInterface_SellItemFromPlayerInventoryBP::TransferItem' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_SellItemFromPlayerInventoryBP, SoldCount) == 0x000088, "Member 'InventoryManagerInterface_SellItemFromPlayerInventoryBP::SoldCount' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_SellItemFromPlayerInventoryBP, VendorName) == 0x00008C, "Member 'InventoryManagerInterface_SellItemFromPlayerInventoryBP::VendorName' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_SellItemFromPlayerInventoryBP, OutKnutsEarned) == 0x000094, "Member 'InventoryManagerInterface_SellItemFromPlayerInventoryBP::OutKnutsEarned' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_SellItemFromPlayerInventoryBP, ReturnValue) == 0x000098, "Member 'InventoryManagerInterface_SellItemFromPlayerInventoryBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_SetPlayerExpandedInventoryBP \ static_assert(alignof(InventoryManagerInterface_SetPlayerExpandedInventoryBP) == 0x000004, "Wrong alignment on InventoryManagerInterface_SetPlayerExpandedInventoryBP"); \ static_assert(sizeof(InventoryManagerInterface_SetPlayerExpandedInventoryBP) == 0x000004, "Wrong size on InventoryManagerInterface_SetPlayerExpandedInventoryBP"); \ static_assert(offsetof(InventoryManagerInterface_SetPlayerExpandedInventoryBP, newInventoryAmount) == 0x000000, "Member 'InventoryManagerInterface_SetPlayerExpandedInventoryBP::newInventoryAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_TransferItemToContainerBP \ static_assert(alignof(InventoryManagerInterface_TransferItemToContainerBP) == 0x000008, "Wrong alignment on InventoryManagerInterface_TransferItemToContainerBP"); \ static_assert(sizeof(InventoryManagerInterface_TransferItemToContainerBP) == 0x0000A0, "Wrong size on InventoryManagerInterface_TransferItemToContainerBP"); \ static_assert(offsetof(InventoryManagerInterface_TransferItemToContainerBP, ItemToTransfer) == 0x000000, "Member 'InventoryManagerInterface_TransferItemToContainerBP::ItemToTransfer' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_TransferItemToContainerBP, CharacterID) == 0x000088, "Member 'InventoryManagerInterface_TransferItemToContainerBP::CharacterID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_TransferItemToContainerBP, HolderID) == 0x000090, "Member 'InventoryManagerInterface_TransferItemToContainerBP::HolderID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_TransferItemToContainerBP, AmountToTransfer) == 0x000098, "Member 'InventoryManagerInterface_TransferItemToContainerBP::AmountToTransfer' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_TransferItemToContainerBP, ReturnValue) == 0x00009C, "Member 'InventoryManagerInterface_TransferItemToContainerBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_TransferItemToPlayerInventoryBP \ static_assert(alignof(InventoryManagerInterface_TransferItemToPlayerInventoryBP) == 0x000008, "Wrong alignment on InventoryManagerInterface_TransferItemToPlayerInventoryBP"); \ static_assert(sizeof(InventoryManagerInterface_TransferItemToPlayerInventoryBP) == 0x000090, "Wrong size on InventoryManagerInterface_TransferItemToPlayerInventoryBP"); \ static_assert(offsetof(InventoryManagerInterface_TransferItemToPlayerInventoryBP, TransferItem) == 0x000000, "Member 'InventoryManagerInterface_TransferItemToPlayerInventoryBP::TransferItem' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_TransferItemToPlayerInventoryBP, AmountToTransfer) == 0x000088, "Member 'InventoryManagerInterface_TransferItemToPlayerInventoryBP::AmountToTransfer' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_TransferItemToPlayerInventoryBP, ReturnValue) == 0x00008C, "Member 'InventoryManagerInterface_TransferItemToPlayerInventoryBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_UseItem \ static_assert(alignof(InventoryManagerInterface_UseItem) == 0x000008, "Wrong alignment on InventoryManagerInterface_UseItem"); \ static_assert(sizeof(InventoryManagerInterface_UseItem) == 0x000098, "Wrong size on InventoryManagerInterface_UseItem"); \ static_assert(offsetof(InventoryManagerInterface_UseItem, CharacterID) == 0x000000, "Member 'InventoryManagerInterface_UseItem::CharacterID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_UseItem, InventoryResult) == 0x000008, "Member 'InventoryManagerInterface_UseItem::InventoryResult' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_UseItem, ReturnValue) == 0x000090, "Member 'InventoryManagerInterface_UseItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryManagerInterface_UseItemByName \ static_assert(alignof(InventoryManagerInterface_UseItemByName) == 0x000004, "Wrong alignment on InventoryManagerInterface_UseItemByName"); \ static_assert(sizeof(InventoryManagerInterface_UseItemByName) == 0x00001C, "Wrong size on InventoryManagerInterface_UseItemByName"); \ static_assert(offsetof(InventoryManagerInterface_UseItemByName, CharacterID) == 0x000000, "Member 'InventoryManagerInterface_UseItemByName::CharacterID' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_UseItemByName, ItemId) == 0x000008, "Member 'InventoryManagerInterface_UseItemByName::ItemId' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_UseItemByName, Variation) == 0x000010, "Member 'InventoryManagerInterface_UseItemByName::Variation' has a wrong offset!"); \ static_assert(offsetof(InventoryManagerInterface_UseItemByName, ReturnValue) == 0x000018, "Member 'InventoryManagerInterface_UseItemByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryManagerInterface \ static_assert(alignof(UInventoryManagerInterface) == 0x000008, "Wrong alignment on UInventoryManagerInterface"); \ static_assert(sizeof(UInventoryManagerInterface) == 0x000028, "Wrong size on UInventoryManagerInterface"); \ #define DUMPER7_ASSERTS_UModFilter_Player_IsWellRested \ static_assert(alignof(UModFilter_Player_IsWellRested) == 0x000008, "Wrong alignment on UModFilter_Player_IsWellRested"); \ static_assert(sizeof(UModFilter_Player_IsWellRested) == 0x000030, "Wrong size on UModFilter_Player_IsWellRested"); \ #define DUMPER7_ASSERTS_InventoryObject_AddPickedUpHandler \ static_assert(alignof(InventoryObject_AddPickedUpHandler) == 0x000004, "Wrong alignment on InventoryObject_AddPickedUpHandler"); \ static_assert(sizeof(InventoryObject_AddPickedUpHandler) == 0x000010, "Wrong size on InventoryObject_AddPickedUpHandler"); \ static_assert(offsetof(InventoryObject_AddPickedUpHandler, Handler) == 0x000000, "Member 'InventoryObject_AddPickedUpHandler::Handler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryObject_NotifyPickedUp \ static_assert(alignof(InventoryObject_NotifyPickedUp) == 0x000004, "Wrong alignment on InventoryObject_NotifyPickedUp"); \ static_assert(sizeof(InventoryObject_NotifyPickedUp) == 0x00000C, "Wrong size on InventoryObject_NotifyPickedUp"); \ static_assert(offsetof(InventoryObject_NotifyPickedUp, ItemId) == 0x000000, "Member 'InventoryObject_NotifyPickedUp::ItemId' has a wrong offset!"); \ static_assert(offsetof(InventoryObject_NotifyPickedUp, ItemCount) == 0x000008, "Member 'InventoryObject_NotifyPickedUp::ItemCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryObject_SetItemData \ static_assert(alignof(InventoryObject_SetItemData) == 0x000004, "Wrong alignment on InventoryObject_SetItemData"); \ static_assert(sizeof(InventoryObject_SetItemData) == 0x000018, "Wrong size on InventoryObject_SetItemData"); \ static_assert(offsetof(InventoryObject_SetItemData, ItemId) == 0x000000, "Member 'InventoryObject_SetItemData::ItemId' has a wrong offset!"); \ static_assert(offsetof(InventoryObject_SetItemData, ItemCount) == 0x000008, "Member 'InventoryObject_SetItemData::ItemCount' has a wrong offset!"); \ static_assert(offsetof(InventoryObject_SetItemData, InVariation) == 0x00000C, "Member 'InventoryObject_SetItemData::InVariation' has a wrong offset!"); \ static_assert(offsetof(InventoryObject_SetItemData, InIsStolen) == 0x000014, "Member 'InventoryObject_SetItemData::InIsStolen' has a wrong offset!"); \ static_assert(offsetof(InventoryObject_SetItemData, InIsUnique) == 0x000015, "Member 'InventoryObject_SetItemData::InIsUnique' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AInventoryObject \ static_assert(alignof(AInventoryObject) == 0x000008, "Wrong alignment on AInventoryObject"); \ static_assert(sizeof(AInventoryObject) == 0x000330, "Wrong size on AInventoryObject"); \ static_assert(offsetof(AInventoryObject, UnitCount) == 0x0002D0, "Member 'AInventoryObject::UnitCount' has a wrong offset!"); \ static_assert(offsetof(AInventoryObject, IsStolen) == 0x0002D4, "Member 'AInventoryObject::IsStolen' has a wrong offset!"); \ static_assert(offsetof(AInventoryObject, IsUnique) == 0x0002D5, "Member 'AInventoryObject::IsUnique' has a wrong offset!"); \ static_assert(offsetof(AInventoryObject, Variation) == 0x0002D8, "Member 'AInventoryObject::Variation' has a wrong offset!"); \ static_assert(offsetof(AInventoryObject, RespawnTime) == 0x0002E0, "Member 'AInventoryObject::RespawnTime' has a wrong offset!"); \ static_assert(offsetof(AInventoryObject, SpawnType) == 0x0002E8, "Member 'AInventoryObject::SpawnType' has a wrong offset!"); \ static_assert(offsetof(AInventoryObject, m_pickupSfx) == 0x0002F0, "Member 'AInventoryObject::m_pickupSfx' has a wrong offset!"); \ static_assert(offsetof(AInventoryObject, BeaconableObjectID) == 0x0002F8, "Member 'AInventoryObject::BeaconableObjectID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherLocalWindProviders \ static_assert(alignof(USceneAction_WeatherLocalWindProviders) == 0x000008, "Wrong alignment on USceneAction_WeatherLocalWindProviders"); \ static_assert(sizeof(USceneAction_WeatherLocalWindProviders) == 0x0000E0, "Wrong size on USceneAction_WeatherLocalWindProviders"); \ static_assert(offsetof(USceneAction_WeatherLocalWindProviders, Direction) == 0x0000D0, "Member 'USceneAction_WeatherLocalWindProviders::Direction' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherLocalWindProviders, Speed) == 0x0000D8, "Member 'USceneAction_WeatherLocalWindProviders::Speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryObjectManager_SaveData \ static_assert(alignof(InventoryObjectManager_SaveData) == 0x000008, "Wrong alignment on InventoryObjectManager_SaveData"); \ static_assert(sizeof(InventoryObjectManager_SaveData) == 0x000020, "Wrong size on InventoryObjectManager_SaveData"); \ static_assert(offsetof(InventoryObjectManager_SaveData, InItemID) == 0x000000, "Member 'InventoryObjectManager_SaveData::InItemID' has a wrong offset!"); \ static_assert(offsetof(InventoryObjectManager_SaveData, TargetActor) == 0x000010, "Member 'InventoryObjectManager_SaveData::TargetActor' has a wrong offset!"); \ static_assert(offsetof(InventoryObjectManager_SaveData, inParentUID) == 0x000018, "Member 'InventoryObjectManager_SaveData::inParentUID' has a wrong offset!"); \ static_assert(offsetof(InventoryObjectManager_SaveData, inOverrideUID) == 0x00001C, "Member 'InventoryObjectManager_SaveData::inOverrideUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryObjectManager \ static_assert(alignof(UInventoryObjectManager) == 0x000008, "Wrong alignment on UInventoryObjectManager"); \ static_assert(sizeof(UInventoryObjectManager) == 0x000198, "Wrong size on UInventoryObjectManager"); \ static_assert(offsetof(UInventoryObjectManager, MaxStackModifier) == 0x0000B8, "Member 'UInventoryObjectManager::MaxStackModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryObjectManagerBPInterface_GetInventorySlotCapacityByIndex \ static_assert(alignof(InventoryObjectManagerBPInterface_GetInventorySlotCapacityByIndex) == 0x000004, "Wrong alignment on InventoryObjectManagerBPInterface_GetInventorySlotCapacityByIndex"); \ static_assert(sizeof(InventoryObjectManagerBPInterface_GetInventorySlotCapacityByIndex) == 0x000018, "Wrong size on InventoryObjectManagerBPInterface_GetInventorySlotCapacityByIndex"); \ static_assert(offsetof(InventoryObjectManagerBPInterface_GetInventorySlotCapacityByIndex, ItemId) == 0x000000, "Member 'InventoryObjectManagerBPInterface_GetInventorySlotCapacityByIndex::ItemId' has a wrong offset!"); \ static_assert(offsetof(InventoryObjectManagerBPInterface_GetInventorySlotCapacityByIndex, ItemType) == 0x000008, "Member 'InventoryObjectManagerBPInterface_GetInventorySlotCapacityByIndex::ItemType' has a wrong offset!"); \ static_assert(offsetof(InventoryObjectManagerBPInterface_GetInventorySlotCapacityByIndex, SlotLevelIndex) == 0x000010, "Member 'InventoryObjectManagerBPInterface_GetInventorySlotCapacityByIndex::SlotLevelIndex' has a wrong offset!"); \ static_assert(offsetof(InventoryObjectManagerBPInterface_GetInventorySlotCapacityByIndex, ReturnValue) == 0x000014, "Member 'InventoryObjectManagerBPInterface_GetInventorySlotCapacityByIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryObjectManagerBPInterface_GetInventorySlotCapacityByName \ static_assert(alignof(InventoryObjectManagerBPInterface_GetInventorySlotCapacityByName) == 0x000004, "Wrong alignment on InventoryObjectManagerBPInterface_GetInventorySlotCapacityByName"); \ static_assert(sizeof(InventoryObjectManagerBPInterface_GetInventorySlotCapacityByName) == 0x00001C, "Wrong size on InventoryObjectManagerBPInterface_GetInventorySlotCapacityByName"); \ static_assert(offsetof(InventoryObjectManagerBPInterface_GetInventorySlotCapacityByName, ItemId) == 0x000000, "Member 'InventoryObjectManagerBPInterface_GetInventorySlotCapacityByName::ItemId' has a wrong offset!"); \ static_assert(offsetof(InventoryObjectManagerBPInterface_GetInventorySlotCapacityByName, ItemType) == 0x000008, "Member 'InventoryObjectManagerBPInterface_GetInventorySlotCapacityByName::ItemType' has a wrong offset!"); \ static_assert(offsetof(InventoryObjectManagerBPInterface_GetInventorySlotCapacityByName, SlotLevelName) == 0x000010, "Member 'InventoryObjectManagerBPInterface_GetInventorySlotCapacityByName::SlotLevelName' has a wrong offset!"); \ static_assert(offsetof(InventoryObjectManagerBPInterface_GetInventorySlotCapacityByName, ReturnValue) == 0x000018, "Member 'InventoryObjectManagerBPInterface_GetInventorySlotCapacityByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryObjectManagerBPInterface_GetItemProperties \ static_assert(alignof(InventoryObjectManagerBPInterface_GetItemProperties) == 0x000004, "Wrong alignment on InventoryObjectManagerBPInterface_GetItemProperties"); \ static_assert(sizeof(InventoryObjectManagerBPInterface_GetItemProperties) == 0x000080, "Wrong size on InventoryObjectManagerBPInterface_GetItemProperties"); \ static_assert(offsetof(InventoryObjectManagerBPInterface_GetItemProperties, InventoryObjectID) == 0x000000, "Member 'InventoryObjectManagerBPInterface_GetItemProperties::InventoryObjectID' has a wrong offset!"); \ static_assert(offsetof(InventoryObjectManagerBPInterface_GetItemProperties, ItemProperties) == 0x000008, "Member 'InventoryObjectManagerBPInterface_GetItemProperties::ItemProperties' has a wrong offset!"); \ static_assert(offsetof(InventoryObjectManagerBPInterface_GetItemProperties, Variation) == 0x000074, "Member 'InventoryObjectManagerBPInterface_GetItemProperties::Variation' has a wrong offset!"); \ static_assert(offsetof(InventoryObjectManagerBPInterface_GetItemProperties, ReturnValue) == 0x00007C, "Member 'InventoryObjectManagerBPInterface_GetItemProperties::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryObjectManagerBPInterface_GetItemSellPrice \ static_assert(alignof(InventoryObjectManagerBPInterface_GetItemSellPrice) == 0x000004, "Wrong alignment on InventoryObjectManagerBPInterface_GetItemSellPrice"); \ static_assert(sizeof(InventoryObjectManagerBPInterface_GetItemSellPrice) == 0x00000C, "Wrong size on InventoryObjectManagerBPInterface_GetItemSellPrice"); \ static_assert(offsetof(InventoryObjectManagerBPInterface_GetItemSellPrice, DbPrice) == 0x000000, "Member 'InventoryObjectManagerBPInterface_GetItemSellPrice::DbPrice' has a wrong offset!"); \ static_assert(offsetof(InventoryObjectManagerBPInterface_GetItemSellPrice, EconomyValue) == 0x000004, "Member 'InventoryObjectManagerBPInterface_GetItemSellPrice::EconomyValue' has a wrong offset!"); \ static_assert(offsetof(InventoryObjectManagerBPInterface_GetItemSellPrice, ReturnValue) == 0x000008, "Member 'InventoryObjectManagerBPInterface_GetItemSellPrice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryObjectManagerBPInterface_GetItemStaticMesh \ static_assert(alignof(InventoryObjectManagerBPInterface_GetItemStaticMesh) == 0x000008, "Wrong alignment on InventoryObjectManagerBPInterface_GetItemStaticMesh"); \ static_assert(sizeof(InventoryObjectManagerBPInterface_GetItemStaticMesh) == 0x000010, "Wrong size on InventoryObjectManagerBPInterface_GetItemStaticMesh"); \ static_assert(offsetof(InventoryObjectManagerBPInterface_GetItemStaticMesh, InventoryObjectID) == 0x000000, "Member 'InventoryObjectManagerBPInterface_GetItemStaticMesh::InventoryObjectID' has a wrong offset!"); \ static_assert(offsetof(InventoryObjectManagerBPInterface_GetItemStaticMesh, ReturnValue) == 0x000008, "Member 'InventoryObjectManagerBPInterface_GetItemStaticMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryObjectManagerBPInterface \ static_assert(alignof(UInventoryObjectManagerBPInterface) == 0x000008, "Wrong alignment on UInventoryObjectManagerBPInterface"); \ static_assert(sizeof(UInventoryObjectManagerBPInterface) == 0x000028, "Wrong size on UInventoryObjectManagerBPInterface"); \ #define DUMPER7_ASSERTS_InventoryState_GetDefaultInventoryTab \ static_assert(alignof(InventoryState_GetDefaultInventoryTab) == 0x000001, "Wrong alignment on InventoryState_GetDefaultInventoryTab"); \ static_assert(sizeof(InventoryState_GetDefaultInventoryTab) == 0x000001, "Wrong size on InventoryState_GetDefaultInventoryTab"); \ static_assert(offsetof(InventoryState_GetDefaultInventoryTab, ReturnValue) == 0x000000, "Member 'InventoryState_GetDefaultInventoryTab::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryState_GetInventoryItemData \ static_assert(alignof(InventoryState_GetInventoryItemData) == 0x000008, "Wrong alignment on InventoryState_GetInventoryItemData"); \ static_assert(sizeof(InventoryState_GetInventoryItemData) == 0x000018, "Wrong size on InventoryState_GetInventoryItemData"); \ static_assert(offsetof(InventoryState_GetInventoryItemData, SortType) == 0x000000, "Member 'InventoryState_GetInventoryItemData::SortType' has a wrong offset!"); \ static_assert(offsetof(InventoryState_GetInventoryItemData, ReturnValue) == 0x000008, "Member 'InventoryState_GetInventoryItemData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryState_GetMenuTitle \ static_assert(alignof(InventoryState_GetMenuTitle) == 0x000008, "Wrong alignment on InventoryState_GetMenuTitle"); \ static_assert(sizeof(InventoryState_GetMenuTitle) == 0x000018, "Wrong size on InventoryState_GetMenuTitle"); \ static_assert(offsetof(InventoryState_GetMenuTitle, TabCategory) == 0x000000, "Member 'InventoryState_GetMenuTitle::TabCategory' has a wrong offset!"); \ static_assert(offsetof(InventoryState_GetMenuTitle, ReturnValue) == 0x000008, "Member 'InventoryState_GetMenuTitle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryState_GetNonExpandableTooltipContent \ static_assert(alignof(InventoryState_GetNonExpandableTooltipContent) == 0x000008, "Wrong alignment on InventoryState_GetNonExpandableTooltipContent"); \ static_assert(sizeof(InventoryState_GetNonExpandableTooltipContent) == 0x000018, "Wrong size on InventoryState_GetNonExpandableTooltipContent"); \ static_assert(offsetof(InventoryState_GetNonExpandableTooltipContent, hoveredButton) == 0x000000, "Member 'InventoryState_GetNonExpandableTooltipContent::hoveredButton' has a wrong offset!"); \ static_assert(offsetof(InventoryState_GetNonExpandableTooltipContent, ReturnValue) == 0x000008, "Member 'InventoryState_GetNonExpandableTooltipContent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryState_GetTooltipContent \ static_assert(alignof(InventoryState_GetTooltipContent) == 0x000008, "Wrong alignment on InventoryState_GetTooltipContent"); \ static_assert(sizeof(InventoryState_GetTooltipContent) == 0x000010, "Wrong size on InventoryState_GetTooltipContent"); \ static_assert(offsetof(InventoryState_GetTooltipContent, hoveredButton) == 0x000000, "Member 'InventoryState_GetTooltipContent::hoveredButton' has a wrong offset!"); \ static_assert(offsetof(InventoryState_GetTooltipContent, ReturnValue) == 0x000008, "Member 'InventoryState_GetTooltipContent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryState_GetTooltipLegendData \ static_assert(alignof(InventoryState_GetTooltipLegendData) == 0x000008, "Wrong alignment on InventoryState_GetTooltipLegendData"); \ static_assert(sizeof(InventoryState_GetTooltipLegendData) == 0x000098, "Wrong size on InventoryState_GetTooltipLegendData"); \ static_assert(offsetof(InventoryState_GetTooltipLegendData, InventoryItem) == 0x000000, "Member 'InventoryState_GetTooltipLegendData::InventoryItem' has a wrong offset!"); \ static_assert(offsetof(InventoryState_GetTooltipLegendData, LegendData) == 0x000088, "Member 'InventoryState_GetTooltipLegendData::LegendData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryState_HandleClicked \ static_assert(alignof(InventoryState_HandleClicked) == 0x000008, "Wrong alignment on InventoryState_HandleClicked"); \ static_assert(sizeof(InventoryState_HandleClicked) == 0x000010, "Wrong size on InventoryState_HandleClicked"); \ static_assert(offsetof(InventoryState_HandleClicked, InventoryButton) == 0x000000, "Member 'InventoryState_HandleClicked::InventoryButton' has a wrong offset!"); \ static_assert(offsetof(InventoryState_HandleClicked, ReturnValue) == 0x000008, "Member 'InventoryState_HandleClicked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryState_HandleUMGInputAction \ static_assert(alignof(InventoryState_HandleUMGInputAction) == 0x000008, "Wrong alignment on InventoryState_HandleUMGInputAction"); \ static_assert(sizeof(InventoryState_HandleUMGInputAction) == 0x000018, "Wrong size on InventoryState_HandleUMGInputAction"); \ static_assert(offsetof(InventoryState_HandleUMGInputAction, InputAction) == 0x000000, "Member 'InventoryState_HandleUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(InventoryState_HandleUMGInputAction, InputEvent) == 0x000001, "Member 'InventoryState_HandleUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(InventoryState_HandleUMGInputAction, InventoryButton) == 0x000008, "Member 'InventoryState_HandleUMGInputAction::InventoryButton' has a wrong offset!"); \ static_assert(offsetof(InventoryState_HandleUMGInputAction, ReturnValue) == 0x000010, "Member 'InventoryState_HandleUMGInputAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InventoryState_InitializeState \ static_assert(alignof(InventoryState_InitializeState) == 0x000008, "Wrong alignment on InventoryState_InitializeState"); \ static_assert(sizeof(InventoryState_InitializeState) == 0x000008, "Wrong size on InventoryState_InitializeState"); \ static_assert(offsetof(InventoryState_InitializeState, OwningWidget) == 0x000000, "Member 'InventoryState_InitializeState::OwningWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInventoryState \ static_assert(alignof(UInventoryState) == 0x000008, "Wrong alignment on UInventoryState"); \ static_assert(sizeof(UInventoryState) == 0x000030, "Wrong size on UInventoryState"); \ static_assert(offsetof(UInventoryState, InventoryOwner) == 0x000028, "Member 'UInventoryState::InventoryOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Instigator_IsGoblin \ static_assert(alignof(UModFilter_DealDamage_Instigator_IsGoblin) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Instigator_IsGoblin"); \ static_assert(sizeof(UModFilter_DealDamage_Instigator_IsGoblin) == 0x000030, "Wrong size on UModFilter_DealDamage_Instigator_IsGoblin"); \ #define DUMPER7_ASSERTS_IsmDestructionManager_Get \ static_assert(alignof(IsmDestructionManager_Get) == 0x000008, "Wrong alignment on IsmDestructionManager_Get"); \ static_assert(sizeof(IsmDestructionManager_Get) == 0x000008, "Wrong size on IsmDestructionManager_Get"); \ static_assert(offsetof(IsmDestructionManager_Get, ReturnValue) == 0x000000, "Member 'IsmDestructionManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IsmDestructionManager_ConvertInstanceIfNecessary \ static_assert(alignof(IsmDestructionManager_ConvertInstanceIfNecessary) == 0x000008, "Wrong alignment on IsmDestructionManager_ConvertInstanceIfNecessary"); \ static_assert(sizeof(IsmDestructionManager_ConvertInstanceIfNecessary) == 0x0000C8, "Wrong size on IsmDestructionManager_ConvertInstanceIfNecessary"); \ static_assert(offsetof(IsmDestructionManager_ConvertInstanceIfNecessary, HitTarget) == 0x000000, "Member 'IsmDestructionManager_ConvertInstanceIfNecessary::HitTarget' has a wrong offset!"); \ static_assert(offsetof(IsmDestructionManager_ConvertInstanceIfNecessary, Box) == 0x000008, "Member 'IsmDestructionManager_ConvertInstanceIfNecessary::Box' has a wrong offset!"); \ static_assert(offsetof(IsmDestructionManager_ConvertInstanceIfNecessary, Damage) == 0x000024, "Member 'IsmDestructionManager_ConvertInstanceIfNecessary::Damage' has a wrong offset!"); \ static_assert(offsetof(IsmDestructionManager_ConvertInstanceIfNecessary, HitResult) == 0x000028, "Member 'IsmDestructionManager_ConvertInstanceIfNecessary::HitResult' has a wrong offset!"); \ static_assert(offsetof(IsmDestructionManager_ConvertInstanceIfNecessary, Instigator) == 0x0000B0, "Member 'IsmDestructionManager_ConvertInstanceIfNecessary::Instigator' has a wrong offset!"); \ static_assert(offsetof(IsmDestructionManager_ConvertInstanceIfNecessary, Munition) == 0x0000B8, "Member 'IsmDestructionManager_ConvertInstanceIfNecessary::Munition' has a wrong offset!"); \ static_assert(offsetof(IsmDestructionManager_ConvertInstanceIfNecessary, ReturnValue) == 0x0000C0, "Member 'IsmDestructionManager_ConvertInstanceIfNecessary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IsmDestructionManager_RegisterMapping \ static_assert(alignof(IsmDestructionManager_RegisterMapping) == 0x000008, "Wrong alignment on IsmDestructionManager_RegisterMapping"); \ static_assert(sizeof(IsmDestructionManager_RegisterMapping) == 0x000050, "Wrong size on IsmDestructionManager_RegisterMapping"); \ static_assert(offsetof(IsmDestructionManager_RegisterMapping, InStaticMesh) == 0x000000, "Member 'IsmDestructionManager_RegisterMapping::InStaticMesh' has a wrong offset!"); \ static_assert(offsetof(IsmDestructionManager_RegisterMapping, InDestructibleActor) == 0x000028, "Member 'IsmDestructionManager_RegisterMapping::InDestructibleActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIsmDestructionManager \ static_assert(alignof(UIsmDestructionManager) == 0x000008, "Wrong alignment on UIsmDestructionManager"); \ static_assert(sizeof(UIsmDestructionManager) == 0x000098, "Wrong size on UIsmDestructionManager"); \ static_assert(offsetof(UIsmDestructionManager, PendingInstances) == 0x000088, "Member 'UIsmDestructionManager::PendingInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASlaveToSplineActor \ static_assert(alignof(ASlaveToSplineActor) == 0x000008, "Wrong alignment on ASlaveToSplineActor"); \ static_assert(sizeof(ASlaveToSplineActor) == 0x000260, "Wrong size on ASlaveToSplineActor"); \ static_assert(offsetof(ASlaveToSplineActor, FollowSpline) == 0x000248, "Member 'ASlaveToSplineActor::FollowSpline' has a wrong offset!"); \ static_assert(offsetof(ASlaveToSplineActor, Slaves) == 0x000250, "Member 'ASlaveToSplineActor::Slaves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIsmParent \ static_assert(alignof(AIsmParent) == 0x000008, "Wrong alignment on AIsmParent"); \ static_assert(sizeof(AIsmParent) == 0x000258, "Wrong size on AIsmParent"); \ static_assert(offsetof(AIsmParent, InstancedMesh) == 0x000248, "Member 'AIsmParent::InstancedMesh' has a wrong offset!"); \ static_assert(offsetof(AIsmParent, HierarchicalISM) == 0x000250, "Member 'AIsmParent::HierarchicalISM' has a wrong offset!"); \ static_assert(offsetof(AIsmParent, DisableISM) == 0x000251, "Member 'AIsmParent::DisableISM' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Instigator_IsDarkWizard \ static_assert(alignof(UModFilter_DealDamage_Instigator_IsDarkWizard) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Instigator_IsDarkWizard"); \ static_assert(sizeof(UModFilter_DealDamage_Instigator_IsDarkWizard) == 0x000030, "Wrong size on UModFilter_DealDamage_Instigator_IsDarkWizard"); \ #define DUMPER7_ASSERTS_UIsmParentComponent \ static_assert(alignof(UIsmParentComponent) == 0x000010, "Wrong alignment on UIsmParentComponent"); \ static_assert(sizeof(UIsmParentComponent) == 0x000220, "Wrong size on UIsmParentComponent"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_IsImmobilized \ static_assert(alignof(UModFilter_DealDamage_Target_IsImmobilized) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_IsImmobilized"); \ static_assert(sizeof(UModFilter_DealDamage_Target_IsImmobilized) == 0x000030, "Wrong size on UModFilter_DealDamage_Target_IsImmobilized"); \ #define DUMPER7_ASSERTS_UItemToolRecord \ static_assert(alignof(UItemToolRecord) == 0x000008, "Wrong alignment on UItemToolRecord"); \ static_assert(sizeof(UItemToolRecord) == 0x000058, "Wrong size on UItemToolRecord"); \ static_assert(offsetof(UItemToolRecord, ItemTool) == 0x000050, "Member 'UItemToolRecord::ItemTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_Get \ static_assert(alignof(KnowledgeManager_Get) == 0x000008, "Wrong alignment on KnowledgeManager_Get"); \ static_assert(sizeof(KnowledgeManager_Get) == 0x000008, "Wrong size on KnowledgeManager_Get"); \ static_assert(offsetof(KnowledgeManager_Get, ReturnValue) == 0x000000, "Member 'KnowledgeManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_AddKnowledgeFromInventory \ static_assert(alignof(KnowledgeManager_AddKnowledgeFromInventory) == 0x000008, "Wrong alignment on KnowledgeManager_AddKnowledgeFromInventory"); \ static_assert(sizeof(KnowledgeManager_AddKnowledgeFromInventory) == 0x000010, "Wrong size on KnowledgeManager_AddKnowledgeFromInventory"); \ static_assert(offsetof(KnowledgeManager_AddKnowledgeFromInventory, Level) == 0x000000, "Member 'KnowledgeManager_AddKnowledgeFromInventory::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_AddKnowledgePointsToCard \ static_assert(alignof(KnowledgeManager_AddKnowledgePointsToCard) == 0x000008, "Wrong alignment on KnowledgeManager_AddKnowledgePointsToCard"); \ static_assert(sizeof(KnowledgeManager_AddKnowledgePointsToCard) == 0x000018, "Wrong size on KnowledgeManager_AddKnowledgePointsToCard"); \ static_assert(offsetof(KnowledgeManager_AddKnowledgePointsToCard, KnowledgeCard) == 0x000000, "Member 'KnowledgeManager_AddKnowledgePointsToCard::KnowledgeCard' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_AddKnowledgePointsToCard, PointsToAdd) == 0x000010, "Member 'KnowledgeManager_AddKnowledgePointsToCard::PointsToAdd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_GainKnowledgeFact \ static_assert(alignof(KnowledgeManager_GainKnowledgeFact) == 0x000004, "Wrong alignment on KnowledgeManager_GainKnowledgeFact"); \ static_assert(sizeof(KnowledgeManager_GainKnowledgeFact) == 0x000014, "Wrong size on KnowledgeManager_GainKnowledgeFact"); \ static_assert(offsetof(KnowledgeManager_GainKnowledgeFact, ObjectID) == 0x000000, "Member 'KnowledgeManager_GainKnowledgeFact::ObjectID' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_GainKnowledgeFact, FactColumnID) == 0x000008, "Member 'KnowledgeManager_GainKnowledgeFact::FactColumnID' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_GainKnowledgeFact, KnowledgeAction) == 0x000010, "Member 'KnowledgeManager_GainKnowledgeFact::KnowledgeAction' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_GainKnowledgeFact, InDisplayTicker) == 0x000011, "Member 'KnowledgeManager_GainKnowledgeFact::InDisplayTicker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_GainKnowledgeFromAction \ static_assert(alignof(KnowledgeManager_GainKnowledgeFromAction) == 0x000004, "Wrong alignment on KnowledgeManager_GainKnowledgeFromAction"); \ static_assert(sizeof(KnowledgeManager_GainKnowledgeFromAction) == 0x00000C, "Wrong size on KnowledgeManager_GainKnowledgeFromAction"); \ static_assert(offsetof(KnowledgeManager_GainKnowledgeFromAction, ObjectID) == 0x000000, "Member 'KnowledgeManager_GainKnowledgeFromAction::ObjectID' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_GainKnowledgeFromAction, KnowledgeAction) == 0x000008, "Member 'KnowledgeManager_GainKnowledgeFromAction::KnowledgeAction' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_GainKnowledgeFromAction, InDisplayTicker) == 0x000009, "Member 'KnowledgeManager_GainKnowledgeFromAction::InDisplayTicker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_GainKnowledgeFromNPC \ static_assert(alignof(KnowledgeManager_GainKnowledgeFromNPC) == 0x000004, "Wrong alignment on KnowledgeManager_GainKnowledgeFromNPC"); \ static_assert(sizeof(KnowledgeManager_GainKnowledgeFromNPC) == 0x000014, "Wrong size on KnowledgeManager_GainKnowledgeFromNPC"); \ static_assert(offsetof(KnowledgeManager_GainKnowledgeFromNPC, ObjectID) == 0x000000, "Member 'KnowledgeManager_GainKnowledgeFromNPC::ObjectID' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_GainKnowledgeFromNPC, NPCID) == 0x000008, "Member 'KnowledgeManager_GainKnowledgeFromNPC::NPCID' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_GainKnowledgeFromNPC, InDisplayTicker) == 0x000010, "Member 'KnowledgeManager_GainKnowledgeFromNPC::InDisplayTicker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_GetAllKnowledgeCards \ static_assert(alignof(KnowledgeManager_GetAllKnowledgeCards) == 0x000008, "Wrong alignment on KnowledgeManager_GetAllKnowledgeCards"); \ static_assert(sizeof(KnowledgeManager_GetAllKnowledgeCards) == 0x000010, "Wrong size on KnowledgeManager_GetAllKnowledgeCards"); \ static_assert(offsetof(KnowledgeManager_GetAllKnowledgeCards, ReturnValue) == 0x000000, "Member 'KnowledgeManager_GetAllKnowledgeCards::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_GetAllKnowledgeCardsByCategory \ static_assert(alignof(KnowledgeManager_GetAllKnowledgeCardsByCategory) == 0x000008, "Wrong alignment on KnowledgeManager_GetAllKnowledgeCardsByCategory"); \ static_assert(sizeof(KnowledgeManager_GetAllKnowledgeCardsByCategory) == 0x000020, "Wrong size on KnowledgeManager_GetAllKnowledgeCardsByCategory"); \ static_assert(offsetof(KnowledgeManager_GetAllKnowledgeCardsByCategory, Category) == 0x000000, "Member 'KnowledgeManager_GetAllKnowledgeCardsByCategory::Category' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_GetAllKnowledgeCardsByCategory, ReturnValue) == 0x000010, "Member 'KnowledgeManager_GetAllKnowledgeCardsByCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_GetCollections \ static_assert(alignof(KnowledgeManager_GetCollections) == 0x000008, "Wrong alignment on KnowledgeManager_GetCollections"); \ static_assert(sizeof(KnowledgeManager_GetCollections) == 0x000050, "Wrong size on KnowledgeManager_GetCollections"); \ static_assert(offsetof(KnowledgeManager_GetCollections, ReturnValue) == 0x000000, "Member 'KnowledgeManager_GetCollections::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_GetCompanionLevel \ static_assert(alignof(KnowledgeManager_GetCompanionLevel) == 0x000008, "Wrong alignment on KnowledgeManager_GetCompanionLevel"); \ static_assert(sizeof(KnowledgeManager_GetCompanionLevel) == 0x000018, "Wrong size on KnowledgeManager_GetCompanionLevel"); \ static_assert(offsetof(KnowledgeManager_GetCompanionLevel, CharacterID) == 0x000000, "Member 'KnowledgeManager_GetCompanionLevel::CharacterID' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_GetCompanionLevel, ReturnValue) == 0x000010, "Member 'KnowledgeManager_GetCompanionLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_GetFieldGuideCompletionPercentage \ static_assert(alignof(KnowledgeManager_GetFieldGuideCompletionPercentage) == 0x000004, "Wrong alignment on KnowledgeManager_GetFieldGuideCompletionPercentage"); \ static_assert(sizeof(KnowledgeManager_GetFieldGuideCompletionPercentage) == 0x000004, "Wrong size on KnowledgeManager_GetFieldGuideCompletionPercentage"); \ static_assert(offsetof(KnowledgeManager_GetFieldGuideCompletionPercentage, ReturnValue) == 0x000000, "Member 'KnowledgeManager_GetFieldGuideCompletionPercentage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_GetGroupMembers \ static_assert(alignof(KnowledgeManager_GetGroupMembers) == 0x000008, "Wrong alignment on KnowledgeManager_GetGroupMembers"); \ static_assert(sizeof(KnowledgeManager_GetGroupMembers) == 0x000018, "Wrong size on KnowledgeManager_GetGroupMembers"); \ static_assert(offsetof(KnowledgeManager_GetGroupMembers, ObjectID) == 0x000000, "Member 'KnowledgeManager_GetGroupMembers::ObjectID' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_GetGroupMembers, ReturnValue) == 0x000008, "Member 'KnowledgeManager_GetGroupMembers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_GetKnowledgeAuthority \ static_assert(alignof(KnowledgeManager_GetKnowledgeAuthority) == 0x000008, "Wrong alignment on KnowledgeManager_GetKnowledgeAuthority"); \ static_assert(sizeof(KnowledgeManager_GetKnowledgeAuthority) == 0x000018, "Wrong size on KnowledgeManager_GetKnowledgeAuthority"); \ static_assert(offsetof(KnowledgeManager_GetKnowledgeAuthority, KnowledgeSubjectID) == 0x000000, "Member 'KnowledgeManager_GetKnowledgeAuthority::KnowledgeSubjectID' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_GetKnowledgeAuthority, ReturnValue) == 0x000008, "Member 'KnowledgeManager_GetKnowledgeAuthority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_GetNameFromKnowledgeLevel \ static_assert(alignof(KnowledgeManager_GetNameFromKnowledgeLevel) == 0x000004, "Wrong alignment on KnowledgeManager_GetNameFromKnowledgeLevel"); \ static_assert(sizeof(KnowledgeManager_GetNameFromKnowledgeLevel) == 0x00000C, "Wrong size on KnowledgeManager_GetNameFromKnowledgeLevel"); \ static_assert(offsetof(KnowledgeManager_GetNameFromKnowledgeLevel, KnowledgeLevel) == 0x000000, "Member 'KnowledgeManager_GetNameFromKnowledgeLevel::KnowledgeLevel' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_GetNameFromKnowledgeLevel, ReturnValue) == 0x000004, "Member 'KnowledgeManager_GetNameFromKnowledgeLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_GetPlayerKnowledgeLevel \ static_assert(alignof(KnowledgeManager_GetPlayerKnowledgeLevel) == 0x000004, "Wrong alignment on KnowledgeManager_GetPlayerKnowledgeLevel"); \ static_assert(sizeof(KnowledgeManager_GetPlayerKnowledgeLevel) == 0x000014, "Wrong size on KnowledgeManager_GetPlayerKnowledgeLevel"); \ static_assert(offsetof(KnowledgeManager_GetPlayerKnowledgeLevel, ObjectID) == 0x000000, "Member 'KnowledgeManager_GetPlayerKnowledgeLevel::ObjectID' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_GetPlayerKnowledgeLevel, FactColumnID) == 0x000008, "Member 'KnowledgeManager_GetPlayerKnowledgeLevel::FactColumnID' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_GetPlayerKnowledgeLevel, ReturnValue) == 0x000010, "Member 'KnowledgeManager_GetPlayerKnowledgeLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_GetRegionKnowledgeCardFromLocation \ static_assert(alignof(KnowledgeManager_GetRegionKnowledgeCardFromLocation) == 0x000004, "Wrong alignment on KnowledgeManager_GetRegionKnowledgeCardFromLocation"); \ static_assert(sizeof(KnowledgeManager_GetRegionKnowledgeCardFromLocation) == 0x000014, "Wrong size on KnowledgeManager_GetRegionKnowledgeCardFromLocation"); \ static_assert(offsetof(KnowledgeManager_GetRegionKnowledgeCardFromLocation, Location) == 0x000000, "Member 'KnowledgeManager_GetRegionKnowledgeCardFromLocation::Location' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_GetRegionKnowledgeCardFromLocation, ReturnValue) == 0x00000C, "Member 'KnowledgeManager_GetRegionKnowledgeCardFromLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_GetSubjectKnowledgeCategory \ static_assert(alignof(KnowledgeManager_GetSubjectKnowledgeCategory) == 0x000004, "Wrong alignment on KnowledgeManager_GetSubjectKnowledgeCategory"); \ static_assert(sizeof(KnowledgeManager_GetSubjectKnowledgeCategory) == 0x000010, "Wrong size on KnowledgeManager_GetSubjectKnowledgeCategory"); \ static_assert(offsetof(KnowledgeManager_GetSubjectKnowledgeCategory, ObjectID) == 0x000000, "Member 'KnowledgeManager_GetSubjectKnowledgeCategory::ObjectID' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_GetSubjectKnowledgeCategory, ReturnValue) == 0x000008, "Member 'KnowledgeManager_GetSubjectKnowledgeCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_GetSubjectKnowledgePoints \ static_assert(alignof(KnowledgeManager_GetSubjectKnowledgePoints) == 0x000004, "Wrong alignment on KnowledgeManager_GetSubjectKnowledgePoints"); \ static_assert(sizeof(KnowledgeManager_GetSubjectKnowledgePoints) == 0x00000C, "Wrong size on KnowledgeManager_GetSubjectKnowledgePoints"); \ static_assert(offsetof(KnowledgeManager_GetSubjectKnowledgePoints, ObjectID) == 0x000000, "Member 'KnowledgeManager_GetSubjectKnowledgePoints::ObjectID' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_GetSubjectKnowledgePoints, ReturnValue) == 0x000008, "Member 'KnowledgeManager_GetSubjectKnowledgePoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_IsCollectionActionItemObtained \ static_assert(alignof(KnowledgeManager_IsCollectionActionItemObtained) == 0x000004, "Wrong alignment on KnowledgeManager_IsCollectionActionItemObtained"); \ static_assert(sizeof(KnowledgeManager_IsCollectionActionItemObtained) == 0x00000C, "Wrong size on KnowledgeManager_IsCollectionActionItemObtained"); \ static_assert(offsetof(KnowledgeManager_IsCollectionActionItemObtained, KnowledgeSubject) == 0x000000, "Member 'KnowledgeManager_IsCollectionActionItemObtained::KnowledgeSubject' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_IsCollectionActionItemObtained, KnowledgeAction) == 0x000008, "Member 'KnowledgeManager_IsCollectionActionItemObtained::KnowledgeAction' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_IsCollectionActionItemObtained, ReturnValue) == 0x000009, "Member 'KnowledgeManager_IsCollectionActionItemObtained::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_IsCollectionItemObtained \ static_assert(alignof(KnowledgeManager_IsCollectionItemObtained) == 0x000004, "Wrong alignment on KnowledgeManager_IsCollectionItemObtained"); \ static_assert(sizeof(KnowledgeManager_IsCollectionItemObtained) == 0x00000C, "Wrong size on KnowledgeManager_IsCollectionItemObtained"); \ static_assert(offsetof(KnowledgeManager_IsCollectionItemObtained, CollectionItem) == 0x000000, "Member 'KnowledgeManager_IsCollectionItemObtained::CollectionItem' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_IsCollectionItemObtained, ReturnValue) == 0x000008, "Member 'KnowledgeManager_IsCollectionItemObtained::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_IsFactKnown \ static_assert(alignof(KnowledgeManager_IsFactKnown) == 0x000004, "Wrong alignment on KnowledgeManager_IsFactKnown"); \ static_assert(sizeof(KnowledgeManager_IsFactKnown) == 0x000014, "Wrong size on KnowledgeManager_IsFactKnown"); \ static_assert(offsetof(KnowledgeManager_IsFactKnown, ObjectID) == 0x000000, "Member 'KnowledgeManager_IsFactKnown::ObjectID' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_IsFactKnown, FactColumnID) == 0x000008, "Member 'KnowledgeManager_IsFactKnown::FactColumnID' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_IsFactKnown, KnowledgeLevel) == 0x000010, "Member 'KnowledgeManager_IsFactKnown::KnowledgeLevel' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_IsFactKnown, ReturnValue) == 0x000011, "Member 'KnowledgeManager_IsFactKnown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_IsGroupMember \ static_assert(alignof(KnowledgeManager_IsGroupMember) == 0x000004, "Wrong alignment on KnowledgeManager_IsGroupMember"); \ static_assert(sizeof(KnowledgeManager_IsGroupMember) == 0x000010, "Wrong size on KnowledgeManager_IsGroupMember"); \ static_assert(offsetof(KnowledgeManager_IsGroupMember, ObjectID) == 0x000000, "Member 'KnowledgeManager_IsGroupMember::ObjectID' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_IsGroupMember, ReturnValue) == 0x000008, "Member 'KnowledgeManager_IsGroupMember::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_IsKnowledgeSubject \ static_assert(alignof(KnowledgeManager_IsKnowledgeSubject) == 0x000004, "Wrong alignment on KnowledgeManager_IsKnowledgeSubject"); \ static_assert(sizeof(KnowledgeManager_IsKnowledgeSubject) == 0x000014, "Wrong size on KnowledgeManager_IsKnowledgeSubject"); \ static_assert(offsetof(KnowledgeManager_IsKnowledgeSubject, ObjectID) == 0x000000, "Member 'KnowledgeManager_IsKnowledgeSubject::ObjectID' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_IsKnowledgeSubject, IsRecursion) == 0x000008, "Member 'KnowledgeManager_IsKnowledgeSubject::IsRecursion' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_IsKnowledgeSubject, ReturnValue) == 0x00000C, "Member 'KnowledgeManager_IsKnowledgeSubject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_IsSubjectCompletelyKnown \ static_assert(alignof(KnowledgeManager_IsSubjectCompletelyKnown) == 0x000004, "Wrong alignment on KnowledgeManager_IsSubjectCompletelyKnown"); \ static_assert(sizeof(KnowledgeManager_IsSubjectCompletelyKnown) == 0x00000C, "Wrong size on KnowledgeManager_IsSubjectCompletelyKnown"); \ static_assert(offsetof(KnowledgeManager_IsSubjectCompletelyKnown, ObjectID) == 0x000000, "Member 'KnowledgeManager_IsSubjectCompletelyKnown::ObjectID' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_IsSubjectCompletelyKnown, ReturnValue) == 0x000008, "Member 'KnowledgeManager_IsSubjectCompletelyKnown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_KnowledgeLevelSet \ static_assert(alignof(KnowledgeManager_KnowledgeLevelSet) == 0x000008, "Wrong alignment on KnowledgeManager_KnowledgeLevelSet"); \ static_assert(sizeof(KnowledgeManager_KnowledgeLevelSet) == 0x000020, "Wrong size on KnowledgeManager_KnowledgeLevelSet"); \ static_assert(offsetof(KnowledgeManager_KnowledgeLevelSet, KnowledgeCard) == 0x000000, "Member 'KnowledgeManager_KnowledgeLevelSet::KnowledgeCard' has a wrong offset!"); \ static_assert(offsetof(KnowledgeManager_KnowledgeLevelSet, Level) == 0x000010, "Member 'KnowledgeManager_KnowledgeLevelSet::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KnowledgeManager_UpdateGoldChestChallenge \ static_assert(alignof(KnowledgeManager_UpdateGoldChestChallenge) == 0x000008, "Wrong alignment on KnowledgeManager_UpdateGoldChestChallenge"); \ static_assert(sizeof(KnowledgeManager_UpdateGoldChestChallenge) == 0x000008, "Wrong size on KnowledgeManager_UpdateGoldChestChallenge"); \ static_assert(offsetof(KnowledgeManager_UpdateGoldChestChallenge, Chest) == 0x000000, "Member 'KnowledgeManager_UpdateGoldChestChallenge::Chest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKnowledgeManager \ static_assert(alignof(UKnowledgeManager) == 0x000008, "Wrong alignment on UKnowledgeManager"); \ static_assert(sizeof(UKnowledgeManager) == 0x000400, "Wrong size on UKnowledgeManager"); \ #define DUMPER7_ASSERTS_Ladder_CanPlayerClimbLadder \ static_assert(alignof(Ladder_CanPlayerClimbLadder) == 0x000001, "Wrong alignment on Ladder_CanPlayerClimbLadder"); \ static_assert(sizeof(Ladder_CanPlayerClimbLadder) == 0x000001, "Wrong size on Ladder_CanPlayerClimbLadder"); \ static_assert(offsetof(Ladder_CanPlayerClimbLadder, ReturnValue) == 0x000000, "Member 'Ladder_CanPlayerClimbLadder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ladder_GetLadderBottomZ \ static_assert(alignof(Ladder_GetLadderBottomZ) == 0x000004, "Wrong alignment on Ladder_GetLadderBottomZ"); \ static_assert(sizeof(Ladder_GetLadderBottomZ) == 0x000004, "Wrong size on Ladder_GetLadderBottomZ"); \ static_assert(offsetof(Ladder_GetLadderBottomZ, ReturnValue) == 0x000000, "Member 'Ladder_GetLadderBottomZ::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ladder_GetLadderHeight \ static_assert(alignof(Ladder_GetLadderHeight) == 0x000004, "Wrong alignment on Ladder_GetLadderHeight"); \ static_assert(sizeof(Ladder_GetLadderHeight) == 0x000004, "Wrong size on Ladder_GetLadderHeight"); \ static_assert(offsetof(Ladder_GetLadderHeight, ReturnValue) == 0x000000, "Member 'Ladder_GetLadderHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ladder_GetLadderTopZ \ static_assert(alignof(Ladder_GetLadderTopZ) == 0x000004, "Wrong alignment on Ladder_GetLadderTopZ"); \ static_assert(sizeof(Ladder_GetLadderTopZ) == 0x000004, "Wrong size on Ladder_GetLadderTopZ"); \ static_assert(offsetof(Ladder_GetLadderTopZ, ReturnValue) == 0x000000, "Member 'Ladder_GetLadderTopZ::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ladder_GetMeshHeight \ static_assert(alignof(Ladder_GetMeshHeight) == 0x000004, "Wrong alignment on Ladder_GetMeshHeight"); \ static_assert(sizeof(Ladder_GetMeshHeight) == 0x000004, "Wrong size on Ladder_GetMeshHeight"); \ static_assert(offsetof(Ladder_GetMeshHeight, ReturnValue) == 0x000000, "Member 'Ladder_GetMeshHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALadder \ static_assert(alignof(ALadder) == 0x000008, "Wrong alignment on ALadder"); \ static_assert(sizeof(ALadder) == 0x000250, "Wrong size on ALadder"); \ static_assert(offsetof(ALadder, bPlayerClimbingEnabled) == 0x000248, "Member 'ALadder::bPlayerClimbingEnabled' has a wrong offset!"); \ static_assert(offsetof(ALadder, bPlayerMountTopEnabled) == 0x000249, "Member 'ALadder::bPlayerMountTopEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawn_ByRandomAndTime \ static_assert(alignof(USpawn_ByRandomAndTime) == 0x000008, "Wrong alignment on USpawn_ByRandomAndTime"); \ static_assert(sizeof(USpawn_ByRandomAndTime) == 0x000058, "Wrong size on USpawn_ByRandomAndTime"); \ static_assert(offsetof(USpawn_ByRandomAndTime, StaticMeshPoolDA) == 0x000048, "Member 'USpawn_ByRandomAndTime::StaticMeshPoolDA' has a wrong offset!"); \ static_assert(offsetof(USpawn_ByRandomAndTime, RandomStaticMesh) == 0x000050, "Member 'USpawn_ByRandomAndTime::RandomStaticMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LadderNavLinkComponent_UpdateNavLink \ static_assert(alignof(LadderNavLinkComponent_UpdateNavLink) == 0x000004, "Wrong alignment on LadderNavLinkComponent_UpdateNavLink"); \ static_assert(sizeof(LadderNavLinkComponent_UpdateNavLink) == 0x000028, "Wrong size on LadderNavLinkComponent_UpdateNavLink"); \ static_assert(offsetof(LadderNavLinkComponent_UpdateNavLink, Info) == 0x000000, "Member 'LadderNavLinkComponent_UpdateNavLink::Info' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LadderNavLinkComponent_HasValidLinks \ static_assert(alignof(LadderNavLinkComponent_HasValidLinks) == 0x000001, "Wrong alignment on LadderNavLinkComponent_HasValidLinks"); \ static_assert(sizeof(LadderNavLinkComponent_HasValidLinks) == 0x000001, "Wrong size on LadderNavLinkComponent_HasValidLinks"); \ static_assert(offsetof(LadderNavLinkComponent_HasValidLinks, ReturnValue) == 0x000000, "Member 'LadderNavLinkComponent_HasValidLinks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULadderNavLinkComponent \ static_assert(alignof(ULadderNavLinkComponent) == 0x000010, "Wrong alignment on ULadderNavLinkComponent"); \ static_assert(sizeof(ULadderNavLinkComponent) == 0x0002D0, "Wrong size on ULadderNavLinkComponent"); \ static_assert(offsetof(ULadderNavLinkComponent, bIsBottomLinkPosValid) == 0x000280, "Member 'ULadderNavLinkComponent::bIsBottomLinkPosValid' has a wrong offset!"); \ static_assert(offsetof(ULadderNavLinkComponent, LadderBottomLinkEnd) == 0x000284, "Member 'ULadderNavLinkComponent::LadderBottomLinkEnd' has a wrong offset!"); \ static_assert(offsetof(ULadderNavLinkComponent, bIsTopLinkPosValid) == 0x000290, "Member 'ULadderNavLinkComponent::bIsTopLinkPosValid' has a wrong offset!"); \ static_assert(offsetof(ULadderNavLinkComponent, LadderTopLinkEnd) == 0x000294, "Member 'ULadderNavLinkComponent::LadderTopLinkEnd' has a wrong offset!"); \ static_assert(offsetof(ULadderNavLinkComponent, LadderInfo) == 0x0002A0, "Member 'ULadderNavLinkComponent::LadderInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_SocapAmend_IsCost \ static_assert(alignof(UModFilter_SocapAmend_IsCost) == 0x000008, "Wrong alignment on UModFilter_SocapAmend_IsCost"); \ static_assert(sizeof(UModFilter_SocapAmend_IsCost) == 0x000030, "Wrong size on UModFilter_SocapAmend_IsCost"); \ #define DUMPER7_ASSERTS_URegionData \ static_assert(alignof(URegionData) == 0x000008, "Wrong alignment on URegionData"); \ static_assert(sizeof(URegionData) == 0x000050, "Wrong size on URegionData"); \ static_assert(offsetof(URegionData, RegionName) == 0x000028, "Member 'URegionData::RegionName' has a wrong offset!"); \ static_assert(offsetof(URegionData, IsUnlocked) == 0x000038, "Member 'URegionData::IsUnlocked' has a wrong offset!"); \ static_assert(offsetof(URegionData, IsNewlyUnlocked) == 0x000039, "Member 'URegionData::IsNewlyUnlocked' has a wrong offset!"); \ static_assert(offsetof(URegionData, SplineActor) == 0x000040, "Member 'URegionData::SplineActor' has a wrong offset!"); \ static_assert(offsetof(URegionData, CurrentAlphaValue) == 0x000048, "Member 'URegionData::CurrentAlphaValue' has a wrong offset!"); \ static_assert(offsetof(URegionData, FadeTime) == 0x00004C, "Member 'URegionData::FadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialCallOutWidget_UpdateCallout \ static_assert(alignof(SocialCallOutWidget_UpdateCallout) == 0x000008, "Wrong alignment on SocialCallOutWidget_UpdateCallout"); \ static_assert(sizeof(SocialCallOutWidget_UpdateCallout) == 0x000030, "Wrong size on SocialCallOutWidget_UpdateCallout"); \ static_assert(offsetof(SocialCallOutWidget_UpdateCallout, SocialCallout) == 0x000000, "Member 'SocialCallOutWidget_UpdateCallout::SocialCallout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USocialCallOutWidget \ static_assert(alignof(USocialCallOutWidget) == 0x000008, "Wrong alignment on USocialCallOutWidget"); \ static_assert(sizeof(USocialCallOutWidget) == 0x000268, "Wrong size on USocialCallOutWidget"); \ #define DUMPER7_ASSERTS_LandscapeManager_Get \ static_assert(alignof(LandscapeManager_Get) == 0x000008, "Wrong alignment on LandscapeManager_Get"); \ static_assert(sizeof(LandscapeManager_Get) == 0x000008, "Wrong size on LandscapeManager_Get"); \ static_assert(offsetof(LandscapeManager_Get, ReturnValue) == 0x000000, "Member 'LandscapeManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeManager_AddCriticalLevel \ static_assert(alignof(LandscapeManager_AddCriticalLevel) == 0x000008, "Wrong alignment on LandscapeManager_AddCriticalLevel"); \ static_assert(sizeof(LandscapeManager_AddCriticalLevel) == 0x000008, "Wrong size on LandscapeManager_AddCriticalLevel"); \ static_assert(offsetof(LandscapeManager_AddCriticalLevel, InLevel) == 0x000000, "Member 'LandscapeManager_AddCriticalLevel::InLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeManager_GetLandscapeWorldBounds \ static_assert(alignof(LandscapeManager_GetLandscapeWorldBounds) == 0x000004, "Wrong alignment on LandscapeManager_GetLandscapeWorldBounds"); \ static_assert(sizeof(LandscapeManager_GetLandscapeWorldBounds) == 0x00001C, "Wrong size on LandscapeManager_GetLandscapeWorldBounds"); \ static_assert(offsetof(LandscapeManager_GetLandscapeWorldBounds, ReturnValue) == 0x000000, "Member 'LandscapeManager_GetLandscapeWorldBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeManager_GetNumActiveLevelLoads \ static_assert(alignof(LandscapeManager_GetNumActiveLevelLoads) == 0x000004, "Wrong alignment on LandscapeManager_GetNumActiveLevelLoads"); \ static_assert(sizeof(LandscapeManager_GetNumActiveLevelLoads) == 0x000008, "Wrong size on LandscapeManager_GetNumActiveLevelLoads"); \ static_assert(offsetof(LandscapeManager_GetNumActiveLevelLoads, InCriticalOnly) == 0x000000, "Member 'LandscapeManager_GetNumActiveLevelLoads::InCriticalOnly' has a wrong offset!"); \ static_assert(offsetof(LandscapeManager_GetNumActiveLevelLoads, ReturnValue) == 0x000004, "Member 'LandscapeManager_GetNumActiveLevelLoads::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeManager_IsLevelCritical \ static_assert(alignof(LandscapeManager_IsLevelCritical) == 0x000008, "Wrong alignment on LandscapeManager_IsLevelCritical"); \ static_assert(sizeof(LandscapeManager_IsLevelCritical) == 0x000010, "Wrong size on LandscapeManager_IsLevelCritical"); \ static_assert(offsetof(LandscapeManager_IsLevelCritical, InLevel) == 0x000000, "Member 'LandscapeManager_IsLevelCritical::InLevel' has a wrong offset!"); \ static_assert(offsetof(LandscapeManager_IsLevelCritical, ReturnValue) == 0x000008, "Member 'LandscapeManager_IsLevelCritical::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeManager_IsLoadedLevelCritical \ static_assert(alignof(LandscapeManager_IsLoadedLevelCritical) == 0x000008, "Wrong alignment on LandscapeManager_IsLoadedLevelCritical"); \ static_assert(sizeof(LandscapeManager_IsLoadedLevelCritical) == 0x000010, "Wrong size on LandscapeManager_IsLoadedLevelCritical"); \ static_assert(offsetof(LandscapeManager_IsLoadedLevelCritical, InLevel) == 0x000000, "Member 'LandscapeManager_IsLoadedLevelCritical::InLevel' has a wrong offset!"); \ static_assert(offsetof(LandscapeManager_IsLoadedLevelCritical, ReturnValue) == 0x000008, "Member 'LandscapeManager_IsLoadedLevelCritical::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeManager_IsLocationExploredFog \ static_assert(alignof(LandscapeManager_IsLocationExploredFog) == 0x000004, "Wrong alignment on LandscapeManager_IsLocationExploredFog"); \ static_assert(sizeof(LandscapeManager_IsLocationExploredFog) == 0x000014, "Wrong size on LandscapeManager_IsLocationExploredFog"); \ static_assert(offsetof(LandscapeManager_IsLocationExploredFog, Location) == 0x000000, "Member 'LandscapeManager_IsLocationExploredFog::Location' has a wrong offset!"); \ static_assert(offsetof(LandscapeManager_IsLocationExploredFog, MapScale) == 0x00000C, "Member 'LandscapeManager_IsLocationExploredFog::MapScale' has a wrong offset!"); \ static_assert(offsetof(LandscapeManager_IsLocationExploredFog, ReturnValue) == 0x000010, "Member 'LandscapeManager_IsLocationExploredFog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeManager_IsLocationExploredRegion \ static_assert(alignof(LandscapeManager_IsLocationExploredRegion) == 0x000004, "Wrong alignment on LandscapeManager_IsLocationExploredRegion"); \ static_assert(sizeof(LandscapeManager_IsLocationExploredRegion) == 0x000014, "Wrong size on LandscapeManager_IsLocationExploredRegion"); \ static_assert(offsetof(LandscapeManager_IsLocationExploredRegion, Location) == 0x000000, "Member 'LandscapeManager_IsLocationExploredRegion::Location' has a wrong offset!"); \ static_assert(offsetof(LandscapeManager_IsLocationExploredRegion, MapScale) == 0x00000C, "Member 'LandscapeManager_IsLocationExploredRegion::MapScale' has a wrong offset!"); \ static_assert(offsetof(LandscapeManager_IsLocationExploredRegion, ReturnValue) == 0x000010, "Member 'LandscapeManager_IsLocationExploredRegion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeManager_IsReadyForMapCapture \ static_assert(alignof(LandscapeManager_IsReadyForMapCapture) == 0x000001, "Wrong alignment on LandscapeManager_IsReadyForMapCapture"); \ static_assert(sizeof(LandscapeManager_IsReadyForMapCapture) == 0x000001, "Wrong size on LandscapeManager_IsReadyForMapCapture"); \ static_assert(offsetof(LandscapeManager_IsReadyForMapCapture, ReturnValue) == 0x000000, "Member 'LandscapeManager_IsReadyForMapCapture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeManager_RemoveCriticalLevel \ static_assert(alignof(LandscapeManager_RemoveCriticalLevel) == 0x000008, "Wrong alignment on LandscapeManager_RemoveCriticalLevel"); \ static_assert(sizeof(LandscapeManager_RemoveCriticalLevel) == 0x000008, "Wrong size on LandscapeManager_RemoveCriticalLevel"); \ static_assert(offsetof(LandscapeManager_RemoveCriticalLevel, InLevel) == 0x000000, "Member 'LandscapeManager_RemoveCriticalLevel::InLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeManager \ static_assert(alignof(ULandscapeManager) == 0x000008, "Wrong alignment on ULandscapeManager"); \ static_assert(sizeof(ULandscapeManager) == 0x000270, "Wrong size on ULandscapeManager"); \ static_assert(offsetof(ULandscapeManager, OnAnyLevelLoaded) == 0x000030, "Member 'ULandscapeManager::OnAnyLevelLoaded' has a wrong offset!"); \ static_assert(offsetof(ULandscapeManager, OverlandRegionData) == 0x000120, "Member 'ULandscapeManager::OverlandRegionData' has a wrong offset!"); \ static_assert(offsetof(ULandscapeManager, MapRegions) == 0x000130, "Member 'ULandscapeManager::MapRegions' has a wrong offset!"); \ static_assert(offsetof(ULandscapeManager, LevelRegions) == 0x000180, "Member 'ULandscapeManager::LevelRegions' has a wrong offset!"); \ static_assert(offsetof(ULandscapeManager, SubLevelRegions) == 0x0001D0, "Member 'ULandscapeManager::SubLevelRegions' has a wrong offset!"); \ static_assert(offsetof(ULandscapeManager, InnerLevelRegions) == 0x000220, "Member 'ULandscapeManager::InnerLevelRegions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeUtils_GetLandscapeComponentLayerInfoData \ static_assert(alignof(LandscapeUtils_GetLandscapeComponentLayerInfoData) == 0x000008, "Wrong alignment on LandscapeUtils_GetLandscapeComponentLayerInfoData"); \ static_assert(sizeof(LandscapeUtils_GetLandscapeComponentLayerInfoData) == 0x000018, "Wrong size on LandscapeUtils_GetLandscapeComponentLayerInfoData"); \ static_assert(offsetof(LandscapeUtils_GetLandscapeComponentLayerInfoData, LandColComponent) == 0x000000, "Member 'LandscapeUtils_GetLandscapeComponentLayerInfoData::LandColComponent' has a wrong offset!"); \ static_assert(offsetof(LandscapeUtils_GetLandscapeComponentLayerInfoData, ReturnValue) == 0x000008, "Member 'LandscapeUtils_GetLandscapeComponentLayerInfoData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeUtils_GetWetnessFromLayerInfoData \ static_assert(alignof(LandscapeUtils_GetWetnessFromLayerInfoData) == 0x000008, "Wrong alignment on LandscapeUtils_GetWetnessFromLayerInfoData"); \ static_assert(sizeof(LandscapeUtils_GetWetnessFromLayerInfoData) == 0x000038, "Wrong size on LandscapeUtils_GetWetnessFromLayerInfoData"); \ static_assert(offsetof(LandscapeUtils_GetWetnessFromLayerInfoData, LandColComponent) == 0x000000, "Member 'LandscapeUtils_GetWetnessFromLayerInfoData::LandColComponent' has a wrong offset!"); \ static_assert(offsetof(LandscapeUtils_GetWetnessFromLayerInfoData, InLocation) == 0x000008, "Member 'LandscapeUtils_GetWetnessFromLayerInfoData::InLocation' has a wrong offset!"); \ static_assert(offsetof(LandscapeUtils_GetWetnessFromLayerInfoData, InWetnessLayerInfoNames) == 0x000018, "Member 'LandscapeUtils_GetWetnessFromLayerInfoData::InWetnessLayerInfoNames' has a wrong offset!"); \ static_assert(offsetof(LandscapeUtils_GetWetnessFromLayerInfoData, OutPhysMaterial) == 0x000028, "Member 'LandscapeUtils_GetWetnessFromLayerInfoData::OutPhysMaterial' has a wrong offset!"); \ static_assert(offsetof(LandscapeUtils_GetWetnessFromLayerInfoData, ReturnValue) == 0x000030, "Member 'LandscapeUtils_GetWetnessFromLayerInfoData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeUtils_LineTraceForLayerInfoWeight \ static_assert(alignof(LandscapeUtils_LineTraceForLayerInfoWeight) == 0x000008, "Wrong alignment on LandscapeUtils_LineTraceForLayerInfoWeight"); \ static_assert(sizeof(LandscapeUtils_LineTraceForLayerInfoWeight) == 0x000028, "Wrong size on LandscapeUtils_LineTraceForLayerInfoWeight"); \ static_assert(offsetof(LandscapeUtils_LineTraceForLayerInfoWeight, Start) == 0x000000, "Member 'LandscapeUtils_LineTraceForLayerInfoWeight::Start' has a wrong offset!"); \ static_assert(offsetof(LandscapeUtils_LineTraceForLayerInfoWeight, End) == 0x00000C, "Member 'LandscapeUtils_LineTraceForLayerInfoWeight::End' has a wrong offset!"); \ static_assert(offsetof(LandscapeUtils_LineTraceForLayerInfoWeight, ReturnValue) == 0x000018, "Member 'LandscapeUtils_LineTraceForLayerInfoWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeUtils_LogLandscapeComponentLayerInfoData \ static_assert(alignof(LandscapeUtils_LogLandscapeComponentLayerInfoData) == 0x000008, "Wrong alignment on LandscapeUtils_LogLandscapeComponentLayerInfoData"); \ static_assert(sizeof(LandscapeUtils_LogLandscapeComponentLayerInfoData) == 0x000008, "Wrong size on LandscapeUtils_LogLandscapeComponentLayerInfoData"); \ static_assert(offsetof(LandscapeUtils_LogLandscapeComponentLayerInfoData, LandColComponent) == 0x000000, "Member 'LandscapeUtils_LogLandscapeComponentLayerInfoData::LandColComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeUtils \ static_assert(alignof(ULandscapeUtils) == 0x000008, "Wrong alignment on ULandscapeUtils"); \ static_assert(sizeof(ULandscapeUtils) == 0x000028, "Wrong size on ULandscapeUtils"); \ #define DUMPER7_ASSERTS_ULeader_Manager \ static_assert(alignof(ULeader_Manager) == 0x000008, "Wrong alignment on ULeader_Manager"); \ static_assert(sizeof(ULeader_Manager) == 0x0001D0, "Wrong size on ULeader_Manager"); \ #define DUMPER7_ASSERTS_USceneActionState_LightComponentStates \ static_assert(alignof(USceneActionState_LightComponentStates) == 0x000008, "Wrong alignment on USceneActionState_LightComponentStates"); \ static_assert(sizeof(USceneActionState_LightComponentStates) == 0x000088, "Wrong size on USceneActionState_LightComponentStates"); \ static_assert(offsetof(USceneActionState_LightComponentStates, SaveData) == 0x000070, "Member 'USceneActionState_LightComponentStates::SaveData' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_LightComponentStates, SavedData) == 0x000080, "Member 'USceneActionState_LightComponentStates::SavedData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Legend_AddLegendItem \ static_assert(alignof(Legend_AddLegendItem) == 0x000008, "Wrong alignment on Legend_AddLegendItem"); \ static_assert(sizeof(Legend_AddLegendItem) == 0x000008, "Wrong size on Legend_AddLegendItem"); \ static_assert(offsetof(Legend_AddLegendItem, NewLegendItem) == 0x000000, "Member 'Legend_AddLegendItem::NewLegendItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Legend_GetLegendItem \ static_assert(alignof(Legend_GetLegendItem) == 0x000008, "Wrong alignment on Legend_GetLegendItem"); \ static_assert(sizeof(Legend_GetLegendItem) == 0x000010, "Wrong size on Legend_GetLegendItem"); \ static_assert(offsetof(Legend_GetLegendItem, Index_0) == 0x000000, "Member 'Legend_GetLegendItem::Index_0' has a wrong offset!"); \ static_assert(offsetof(Legend_GetLegendItem, ReturnValue) == 0x000008, "Member 'Legend_GetLegendItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Legend_InitLegendData \ static_assert(alignof(Legend_InitLegendData) == 0x000008, "Wrong alignment on Legend_InitLegendData"); \ static_assert(sizeof(Legend_InitLegendData) == 0x000010, "Wrong size on Legend_InitLegendData"); \ static_assert(offsetof(Legend_InitLegendData, LegendData) == 0x000000, "Member 'Legend_InitLegendData::LegendData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Legend_RemoveAllLegendItems \ static_assert(alignof(Legend_RemoveAllLegendItems) == 0x000004, "Wrong alignment on Legend_RemoveAllLegendItems"); \ static_assert(sizeof(Legend_RemoveAllLegendItems) == 0x000004, "Wrong size on Legend_RemoveAllLegendItems"); \ static_assert(offsetof(Legend_RemoveAllLegendItems, StartFromIndex) == 0x000000, "Member 'Legend_RemoveAllLegendItems::StartFromIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULegend \ static_assert(alignof(ULegend) == 0x000008, "Wrong alignment on ULegend"); \ static_assert(sizeof(ULegend) == 0x000388, "Wrong size on ULegend"); \ static_assert(offsetof(ULegend, LegendItemSoftClassPath) == 0x000328, "Member 'ULegend::LegendItemSoftClassPath' has a wrong offset!"); \ static_assert(offsetof(ULegend, LegendItemTextColor) == 0x000340, "Member 'ULegend::LegendItemTextColor' has a wrong offset!"); \ static_assert(offsetof(ULegend, LegendItemData) == 0x000368, "Member 'ULegend::LegendItemData' has a wrong offset!"); \ static_assert(offsetof(ULegend, mLegendItems) == 0x000378, "Member 'ULegend::mLegendItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldEventSettings \ static_assert(alignof(UWorldEventSettings) == 0x000008, "Wrong alignment on UWorldEventSettings"); \ static_assert(sizeof(UWorldEventSettings) == 0x000078, "Wrong size on UWorldEventSettings"); \ static_assert(offsetof(UWorldEventSettings, WorldEventDataTable) == 0x000028, "Member 'UWorldEventSettings::WorldEventDataTable' has a wrong offset!"); \ static_assert(offsetof(UWorldEventSettings, bLimitMaximumNumberOfWorldEvent) == 0x000040, "Member 'UWorldEventSettings::bLimitMaximumNumberOfWorldEvent' has a wrong offset!"); \ static_assert(offsetof(UWorldEventSettings, MaximumNumberOfWorldEvent) == 0x000044, "Member 'UWorldEventSettings::MaximumNumberOfWorldEvent' has a wrong offset!"); \ static_assert(offsetof(UWorldEventSettings, LocatorDefaultCooldown) == 0x000048, "Member 'UWorldEventSettings::LocatorDefaultCooldown' has a wrong offset!"); \ static_assert(offsetof(UWorldEventSettings, LocatorHogwartsCooldown) == 0x000058, "Member 'UWorldEventSettings::LocatorHogwartsCooldown' has a wrong offset!"); \ static_assert(offsetof(UWorldEventSettings, LocatorHogsmeadeCooldown) == 0x000068, "Member 'UWorldEventSettings::LocatorHogsmeadeCooldown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULegendBox \ static_assert(alignof(ULegendBox) == 0x000008, "Wrong alignment on ULegendBox"); \ static_assert(sizeof(ULegendBox) == 0x000268, "Wrong size on ULegendBox"); \ #define DUMPER7_ASSERTS_LegendItem_DisabledStateChanged \ static_assert(alignof(LegendItem_DisabledStateChanged) == 0x000001, "Wrong alignment on LegendItem_DisabledStateChanged"); \ static_assert(sizeof(LegendItem_DisabledStateChanged) == 0x000001, "Wrong size on LegendItem_DisabledStateChanged"); \ static_assert(offsetof(LegendItem_DisabledStateChanged, Disabled) == 0x000000, "Member 'LegendItem_DisabledStateChanged::Disabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LegendItem_LegendItemDataChanged \ static_assert(alignof(LegendItem_LegendItemDataChanged) == 0x000008, "Wrong alignment on LegendItem_LegendItemDataChanged"); \ static_assert(sizeof(LegendItem_LegendItemDataChanged) == 0x000028, "Wrong size on LegendItem_LegendItemDataChanged"); \ static_assert(offsetof(LegendItem_LegendItemDataChanged, ButtonString) == 0x000000, "Member 'LegendItem_LegendItemDataChanged::ButtonString' has a wrong offset!"); \ static_assert(offsetof(LegendItem_LegendItemDataChanged, TextString) == 0x000010, "Member 'LegendItem_LegendItemDataChanged::TextString' has a wrong offset!"); \ static_assert(offsetof(LegendItem_LegendItemDataChanged, TextStringIsLocalized) == 0x000020, "Member 'LegendItem_LegendItemDataChanged::TextStringIsLocalized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LegendItem_ProgressChanged \ static_assert(alignof(LegendItem_ProgressChanged) == 0x000004, "Wrong alignment on LegendItem_ProgressChanged"); \ static_assert(sizeof(LegendItem_ProgressChanged) == 0x000004, "Wrong size on LegendItem_ProgressChanged"); \ static_assert(offsetof(LegendItem_ProgressChanged, progress) == 0x000000, "Member 'LegendItem_ProgressChanged::progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LegendItem_ProgressUsedChanged \ static_assert(alignof(LegendItem_ProgressUsedChanged) == 0x000001, "Wrong alignment on LegendItem_ProgressUsedChanged"); \ static_assert(sizeof(LegendItem_ProgressUsedChanged) == 0x000001, "Wrong size on LegendItem_ProgressUsedChanged"); \ static_assert(offsetof(LegendItem_ProgressUsedChanged, ProgressUsed) == 0x000000, "Member 'LegendItem_ProgressUsedChanged::ProgressUsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LegendItem_SetDisabledState \ static_assert(alignof(LegendItem_SetDisabledState) == 0x000001, "Wrong alignment on LegendItem_SetDisabledState"); \ static_assert(sizeof(LegendItem_SetDisabledState) == 0x000001, "Wrong size on LegendItem_SetDisabledState"); \ static_assert(offsetof(LegendItem_SetDisabledState, Disabled) == 0x000000, "Member 'LegendItem_SetDisabledState::Disabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LegendItem_SetHoldDuration \ static_assert(alignof(LegendItem_SetHoldDuration) == 0x000004, "Wrong alignment on LegendItem_SetHoldDuration"); \ static_assert(sizeof(LegendItem_SetHoldDuration) == 0x000004, "Wrong size on LegendItem_SetHoldDuration"); \ static_assert(offsetof(LegendItem_SetHoldDuration, NewHoldDuration) == 0x000000, "Member 'LegendItem_SetHoldDuration::NewHoldDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LegendItem_SetLegendItemData \ static_assert(alignof(LegendItem_SetLegendItemData) == 0x000008, "Wrong alignment on LegendItem_SetLegendItemData"); \ static_assert(sizeof(LegendItem_SetLegendItemData) == 0x000030, "Wrong size on LegendItem_SetLegendItemData"); \ static_assert(offsetof(LegendItem_SetLegendItemData, LegendItemData) == 0x000000, "Member 'LegendItem_SetLegendItemData::LegendItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LegendItem_SetProgress \ static_assert(alignof(LegendItem_SetProgress) == 0x000004, "Wrong alignment on LegendItem_SetProgress"); \ static_assert(sizeof(LegendItem_SetProgress) == 0x000004, "Wrong size on LegendItem_SetProgress"); \ static_assert(offsetof(LegendItem_SetProgress, progress) == 0x000000, "Member 'LegendItem_SetProgress::progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LegendItem_SetProgressUsed \ static_assert(alignof(LegendItem_SetProgressUsed) == 0x000001, "Wrong alignment on LegendItem_SetProgressUsed"); \ static_assert(sizeof(LegendItem_SetProgressUsed) == 0x000001, "Wrong size on LegendItem_SetProgressUsed"); \ static_assert(offsetof(LegendItem_SetProgressUsed, ProgressUsed) == 0x000000, "Member 'LegendItem_SetProgressUsed::ProgressUsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LegendItem_SetTextColor \ static_assert(alignof(LegendItem_SetTextColor) == 0x000008, "Wrong alignment on LegendItem_SetTextColor"); \ static_assert(sizeof(LegendItem_SetTextColor) == 0x000028, "Wrong size on LegendItem_SetTextColor"); \ static_assert(offsetof(LegendItem_SetTextColor, InColor) == 0x000000, "Member 'LegendItem_SetTextColor::InColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LegendItem_UpdateFillMeterStyle \ static_assert(alignof(LegendItem_UpdateFillMeterStyle) == 0x000001, "Wrong alignment on LegendItem_UpdateFillMeterStyle"); \ static_assert(sizeof(LegendItem_UpdateFillMeterStyle) == 0x000001, "Wrong size on LegendItem_UpdateFillMeterStyle"); \ static_assert(offsetof(LegendItem_UpdateFillMeterStyle, UsedInputDevice) == 0x000000, "Member 'LegendItem_UpdateFillMeterStyle::UsedInputDevice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LegendItem_GetLegendItemData \ static_assert(alignof(LegendItem_GetLegendItemData) == 0x000008, "Wrong alignment on LegendItem_GetLegendItemData"); \ static_assert(sizeof(LegendItem_GetLegendItemData) == 0x000030, "Wrong size on LegendItem_GetLegendItemData"); \ static_assert(offsetof(LegendItem_GetLegendItemData, ReturnValue) == 0x000000, "Member 'LegendItem_GetLegendItemData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULegendItem \ static_assert(alignof(ULegendItem) == 0x000008, "Wrong alignment on ULegendItem"); \ static_assert(sizeof(ULegendItem) == 0x000398, "Wrong size on ULegendItem"); \ static_assert(offsetof(ULegendItem, HoldReleasedEvent) == 0x000328, "Member 'ULegendItem::HoldReleasedEvent' has a wrong offset!"); \ static_assert(offsetof(ULegendItem, StartHoldEvent) == 0x000338, "Member 'ULegendItem::StartHoldEvent' has a wrong offset!"); \ static_assert(offsetof(ULegendItem, mLegendItemData) == 0x000348, "Member 'ULegendItem::mLegendItemData' has a wrong offset!"); \ static_assert(offsetof(ULegendItem, mIsHolding) == 0x000380, "Member 'ULegendItem::mIsHolding' has a wrong offset!"); \ static_assert(offsetof(ULegendItem, mProgress) == 0x000384, "Member 'ULegendItem::mProgress' has a wrong offset!"); \ static_assert(offsetof(ULegendItem, mDisabledState) == 0x000388, "Member 'ULegendItem::mDisabledState' has a wrong offset!"); \ static_assert(offsetof(ULegendItem, mHoldTimeRemaining) == 0x00038C, "Member 'ULegendItem::mHoldTimeRemaining' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHX_Biped_Preview_Actor \ static_assert(alignof(APHX_Biped_Preview_Actor) == 0x000010, "Wrong alignment on APHX_Biped_Preview_Actor"); \ static_assert(sizeof(APHX_Biped_Preview_Actor) == 0x001B80, "Wrong size on APHX_Biped_Preview_Actor"); \ static_assert(offsetof(APHX_Biped_Preview_Actor, Customization) == 0x001B70, "Member 'APHX_Biped_Preview_Actor::Customization' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULerpVolumeMapLocationTagInterpolant \ static_assert(alignof(ULerpVolumeMapLocationTagInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeMapLocationTagInterpolant"); \ static_assert(sizeof(ULerpVolumeMapLocationTagInterpolant) == 0x000030, "Wrong size on ULerpVolumeMapLocationTagInterpolant"); \ #define DUMPER7_ASSERTS_ULerpVolumeDBLocationTagInterpolant \ static_assert(alignof(ULerpVolumeDBLocationTagInterpolant) == 0x000008, "Wrong alignment on ULerpVolumeDBLocationTagInterpolant"); \ static_assert(sizeof(ULerpVolumeDBLocationTagInterpolant) == 0x000048, "Wrong size on ULerpVolumeDBLocationTagInterpolant"); \ static_assert(offsetof(ULerpVolumeDBLocationTagInterpolant, Location) == 0x000030, "Member 'ULerpVolumeDBLocationTagInterpolant::Location' has a wrong offset!"); \ static_assert(offsetof(ULerpVolumeDBLocationTagInterpolant, LocationName) == 0x000040, "Member 'ULerpVolumeDBLocationTagInterpolant::LocationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_KillBystanders \ static_assert(alignof(USceneActionState_KillBystanders) == 0x000008, "Wrong alignment on USceneActionState_KillBystanders"); \ static_assert(sizeof(USceneActionState_KillBystanders) == 0x000070, "Wrong size on USceneActionState_KillBystanders"); \ #define DUMPER7_ASSERTS_ULevelStreamingLatencyProfiler \ static_assert(alignof(ULevelStreamingLatencyProfiler) == 0x000008, "Wrong alignment on ULevelStreamingLatencyProfiler"); \ static_assert(sizeof(ULevelStreamingLatencyProfiler) == 0x0000A8, "Wrong size on ULevelStreamingLatencyProfiler"); \ #define DUMPER7_ASSERTS_UPhxAnimSharingStateInstance \ static_assert(alignof(UPhxAnimSharingStateInstance) == 0x000010, "Wrong alignment on UPhxAnimSharingStateInstance"); \ static_assert(sizeof(UPhxAnimSharingStateInstance) == 0x0003B0, "Wrong size on UPhxAnimSharingStateInstance"); \ static_assert(offsetof(UPhxAnimSharingStateInstance, bIsFemale) == 0x0002D8, "Member 'UPhxAnimSharingStateInstance::bIsFemale' has a wrong offset!"); \ static_assert(offsetof(UPhxAnimSharingStateInstance, bUseEyeAnims) == 0x0002D9, "Member 'UPhxAnimSharingStateInstance::bUseEyeAnims' has a wrong offset!"); \ static_assert(offsetof(UPhxAnimSharingStateInstance, bUseMouthAnims) == 0x0002DA, "Member 'UPhxAnimSharingStateInstance::bUseMouthAnims' has a wrong offset!"); \ static_assert(offsetof(UPhxAnimSharingStateInstance, bFullBodyAnimHasEyes) == 0x0002DB, "Member 'UPhxAnimSharingStateInstance::bFullBodyAnimHasEyes' has a wrong offset!"); \ static_assert(offsetof(UPhxAnimSharingStateInstance, bFullBodyAnimHasMouth) == 0x0002DC, "Member 'UPhxAnimSharingStateInstance::bFullBodyAnimHasMouth' has a wrong offset!"); \ static_assert(offsetof(UPhxAnimSharingStateInstance, FemalePoseAsset) == 0x0002E0, "Member 'UPhxAnimSharingStateInstance::FemalePoseAsset' has a wrong offset!"); \ static_assert(offsetof(UPhxAnimSharingStateInstance, MalePoseAsset) == 0x0002E8, "Member 'UPhxAnimSharingStateInstance::MalePoseAsset' has a wrong offset!"); \ static_assert(offsetof(UPhxAnimSharingStateInstance, ActivePoseAsset) == 0x0002F0, "Member 'UPhxAnimSharingStateInstance::ActivePoseAsset' has a wrong offset!"); \ static_assert(offsetof(UPhxAnimSharingStateInstance, ActiveEyeAsset) == 0x0002F8, "Member 'UPhxAnimSharingStateInstance::ActiveEyeAsset' has a wrong offset!"); \ static_assert(offsetof(UPhxAnimSharingStateInstance, FacialAnimationToPlay) == 0x000300, "Member 'UPhxAnimSharingStateInstance::FacialAnimationToPlay' has a wrong offset!"); \ static_assert(offsetof(UPhxAnimSharingStateInstance, MapFacialAnimations) == 0x000308, "Member 'UPhxAnimSharingStateInstance::MapFacialAnimations' has a wrong offset!"); \ static_assert(offsetof(UPhxAnimSharingStateInstance, MapEyeAnimations) == 0x000358, "Member 'UPhxAnimSharingStateInstance::MapEyeAnimations' has a wrong offset!"); \ static_assert(offsetof(UPhxAnimSharingStateInstance, UseFacialAnimation) == 0x0003A8, "Member 'UPhxAnimSharingStateInstance::UseFacialAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeviosoComponent_SetData \ static_assert(alignof(LeviosoComponent_SetData) == 0x000008, "Wrong alignment on LeviosoComponent_SetData"); \ static_assert(sizeof(LeviosoComponent_SetData) == 0x000090, "Wrong size on LeviosoComponent_SetData"); \ static_assert(offsetof(LeviosoComponent_SetData, InData) == 0x000000, "Member 'LeviosoComponent_SetData::InData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeviosoComponent_SetFloorHeight \ static_assert(alignof(LeviosoComponent_SetFloorHeight) == 0x000004, "Wrong alignment on LeviosoComponent_SetFloorHeight"); \ static_assert(sizeof(LeviosoComponent_SetFloorHeight) == 0x000004, "Wrong size on LeviosoComponent_SetFloorHeight"); \ static_assert(offsetof(LeviosoComponent_SetFloorHeight, Height) == 0x000000, "Member 'LeviosoComponent_SetFloorHeight::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LeviosoComponent_SetIgnoreActors \ static_assert(alignof(LeviosoComponent_SetIgnoreActors) == 0x000008, "Wrong alignment on LeviosoComponent_SetIgnoreActors"); \ static_assert(sizeof(LeviosoComponent_SetIgnoreActors) == 0x000010, "Wrong size on LeviosoComponent_SetIgnoreActors"); \ static_assert(offsetof(LeviosoComponent_SetIgnoreActors, i_Ingores) == 0x000000, "Member 'LeviosoComponent_SetIgnoreActors::i_Ingores' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULeviosoComponent \ static_assert(alignof(ULeviosoComponent) == 0x000008, "Wrong alignment on ULeviosoComponent"); \ static_assert(sizeof(ULeviosoComponent) == 0x0002C0, "Wrong size on ULeviosoComponent"); \ static_assert(offsetof(ULeviosoComponent, LeviosoData) == 0x000198, "Member 'ULeviosoComponent::LeviosoData' has a wrong offset!"); \ static_assert(offsetof(ULeviosoComponent, ActiveMunition) == 0x000228, "Member 'ULeviosoComponent::ActiveMunition' has a wrong offset!"); \ static_assert(offsetof(ULeviosoComponent, SavedPhysMesh) == 0x000230, "Member 'ULeviosoComponent::SavedPhysMesh' has a wrong offset!"); \ static_assert(offsetof(ULeviosoComponent, SavedHoverTargetOffset) == 0x000248, "Member 'ULeviosoComponent::SavedHoverTargetOffset' has a wrong offset!"); \ static_assert(offsetof(ULeviosoComponent, SavedHoverTargetRotation) == 0x000250, "Member 'ULeviosoComponent::SavedHoverTargetRotation' has a wrong offset!"); \ static_assert(offsetof(ULeviosoComponent, IgnoreActors) == 0x000258, "Member 'ULeviosoComponent::IgnoreActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALeviosoSpellTool \ static_assert(alignof(ALeviosoSpellTool) == 0x000008, "Wrong alignment on ALeviosoSpellTool"); \ static_assert(sizeof(ALeviosoSpellTool) == 0x0008F8, "Wrong size on ALeviosoSpellTool"); \ static_assert(offsetof(ALeviosoSpellTool, LeviosoFX2) == 0x000870, "Member 'ALeviosoSpellTool::LeviosoFX2' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, MassMax) == 0x000880, "Member 'ALeviosoSpellTool::MassMax' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, LinearDamping) == 0x000884, "Member 'ALeviosoSpellTool::LinearDamping' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, AngularDamping) == 0x000888, "Member 'ALeviosoSpellTool::AngularDamping' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, BeingClimbedLinearDamping) == 0x00088C, "Member 'ALeviosoSpellTool::BeingClimbedLinearDamping' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, BeingClimbedAngularDamping) == 0x000890, "Member 'ALeviosoSpellTool::BeingClimbedAngularDamping' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, NoSimulatingWhenBeingClimbed) == 0x000894, "Member 'ALeviosoSpellTool::NoSimulatingWhenBeingClimbed' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, HoverForce) == 0x000898, "Member 'ALeviosoSpellTool::HoverForce' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, RagdollHoverForce) == 0x00089C, "Member 'ALeviosoSpellTool::RagdollHoverForce' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, HoverHeight) == 0x0008A0, "Member 'ALeviosoSpellTool::HoverHeight' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, MinDiff) == 0x0008A4, "Member 'ALeviosoSpellTool::MinDiff' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, MaxDiff) == 0x0008A8, "Member 'ALeviosoSpellTool::MaxDiff' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, TorqueScale) == 0x0008AC, "Member 'ALeviosoSpellTool::TorqueScale' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, HoverTargetOffset) == 0x0008B0, "Member 'ALeviosoSpellTool::HoverTargetOffset' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, HoverTargetRotation) == 0x0008B8, "Member 'ALeviosoSpellTool::HoverTargetRotation' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, UpdateHeight) == 0x0008C0, "Member 'ALeviosoSpellTool::UpdateHeight' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, NoSupportDropRate) == 0x0008C4, "Member 'ALeviosoSpellTool::NoSupportDropRate' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, SupportTraceLength) == 0x0008C8, "Member 'ALeviosoSpellTool::SupportTraceLength' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, AOEMunition) == 0x0008D0, "Member 'ALeviosoSpellTool::AOEMunition' has a wrong offset!"); \ static_assert(offsetof(ALeviosoSpellTool, IgnoreActors) == 0x0008D8, "Member 'ALeviosoSpellTool::IgnoreActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleNightDayThreshold \ static_assert(alignof(UWorldFXRuleNightDayThreshold) == 0x000008, "Wrong alignment on UWorldFXRuleNightDayThreshold"); \ static_assert(sizeof(UWorldFXRuleNightDayThreshold) == 0x000030, "Wrong size on UWorldFXRuleNightDayThreshold"); \ static_assert(offsetof(UWorldFXRuleNightDayThreshold, minThreshold) == 0x000028, "Member 'UWorldFXRuleNightDayThreshold::minThreshold' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleNightDayThreshold, maxThreshold) == 0x00002C, "Member 'UWorldFXRuleNightDayThreshold::maxThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleDayThreshold \ static_assert(alignof(UWorldFXRuleDayThreshold) == 0x000008, "Wrong alignment on UWorldFXRuleDayThreshold"); \ static_assert(sizeof(UWorldFXRuleDayThreshold) == 0x000030, "Wrong size on UWorldFXRuleDayThreshold"); \ #define DUMPER7_ASSERTS_LightClippingPlanesSupportLibrary_AssignLightClippingPlanesSource \ static_assert(alignof(LightClippingPlanesSupportLibrary_AssignLightClippingPlanesSource) == 0x000008, "Wrong alignment on LightClippingPlanesSupportLibrary_AssignLightClippingPlanesSource"); \ static_assert(sizeof(LightClippingPlanesSupportLibrary_AssignLightClippingPlanesSource) == 0x000018, "Wrong size on LightClippingPlanesSupportLibrary_AssignLightClippingPlanesSource"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_AssignLightClippingPlanesSource, LightComponent) == 0x000000, "Member 'LightClippingPlanesSupportLibrary_AssignLightClippingPlanesSource::LightComponent' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_AssignLightClippingPlanesSource, LightClippingPlanesActor) == 0x000008, "Member 'LightClippingPlanesSupportLibrary_AssignLightClippingPlanesSource::LightClippingPlanesActor' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_AssignLightClippingPlanesSource, bSuccess) == 0x000010, "Member 'LightClippingPlanesSupportLibrary_AssignLightClippingPlanesSource::bSuccess' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_AssignLightClippingPlanesSource, bInvertClippingPlanes) == 0x000011, "Member 'LightClippingPlanesSupportLibrary_AssignLightClippingPlanesSource::bInvertClippingPlanes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingPlanesSupportLibrary_ClearAllLightClippingPlanesSource \ static_assert(alignof(LightClippingPlanesSupportLibrary_ClearAllLightClippingPlanesSource) == 0x000008, "Wrong alignment on LightClippingPlanesSupportLibrary_ClearAllLightClippingPlanesSource"); \ static_assert(sizeof(LightClippingPlanesSupportLibrary_ClearAllLightClippingPlanesSource) == 0x000010, "Wrong size on LightClippingPlanesSupportLibrary_ClearAllLightClippingPlanesSource"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_ClearAllLightClippingPlanesSource, LightClippingPlanesActor) == 0x000000, "Member 'LightClippingPlanesSupportLibrary_ClearAllLightClippingPlanesSource::LightClippingPlanesActor' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_ClearAllLightClippingPlanesSource, UnassignedLights) == 0x000008, "Member 'LightClippingPlanesSupportLibrary_ClearAllLightClippingPlanesSource::UnassignedLights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingPlanesSupportLibrary_ClearLightClippingSource \ static_assert(alignof(LightClippingPlanesSupportLibrary_ClearLightClippingSource) == 0x000008, "Wrong alignment on LightClippingPlanesSupportLibrary_ClearLightClippingSource"); \ static_assert(sizeof(LightClippingPlanesSupportLibrary_ClearLightClippingSource) == 0x000008, "Wrong size on LightClippingPlanesSupportLibrary_ClearLightClippingSource"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_ClearLightClippingSource, LightComponent) == 0x000000, "Member 'LightClippingPlanesSupportLibrary_ClearLightClippingSource::LightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingPlanesSupportLibrary_FindAndAssignLightClippingPlanesSource \ static_assert(alignof(LightClippingPlanesSupportLibrary_FindAndAssignLightClippingPlanesSource) == 0x000008, "Wrong alignment on LightClippingPlanesSupportLibrary_FindAndAssignLightClippingPlanesSource"); \ static_assert(sizeof(LightClippingPlanesSupportLibrary_FindAndAssignLightClippingPlanesSource) == 0x000018, "Wrong size on LightClippingPlanesSupportLibrary_FindAndAssignLightClippingPlanesSource"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_FindAndAssignLightClippingPlanesSource, LightTag) == 0x000000, "Member 'LightClippingPlanesSupportLibrary_FindAndAssignLightClippingPlanesSource::LightTag' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_FindAndAssignLightClippingPlanesSource, LightClippingPlanesActor) == 0x000008, "Member 'LightClippingPlanesSupportLibrary_FindAndAssignLightClippingPlanesSource::LightClippingPlanesActor' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_FindAndAssignLightClippingPlanesSource, AssignedLights) == 0x000010, "Member 'LightClippingPlanesSupportLibrary_FindAndAssignLightClippingPlanesSource::AssignedLights' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_FindAndAssignLightClippingPlanesSource, bForceEvenIfAlreadySet) == 0x000014, "Member 'LightClippingPlanesSupportLibrary_FindAndAssignLightClippingPlanesSource::bForceEvenIfAlreadySet' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_FindAndAssignLightClippingPlanesSource, bInvertClippingPlanes) == 0x000015, "Member 'LightClippingPlanesSupportLibrary_FindAndAssignLightClippingPlanesSource::bInvertClippingPlanes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingPlanesSupportLibrary_GetAllLevelLightsWithTag \ static_assert(alignof(LightClippingPlanesSupportLibrary_GetAllLevelLightsWithTag) == 0x000008, "Wrong alignment on LightClippingPlanesSupportLibrary_GetAllLevelLightsWithTag"); \ static_assert(sizeof(LightClippingPlanesSupportLibrary_GetAllLevelLightsWithTag) == 0x000020, "Wrong size on LightClippingPlanesSupportLibrary_GetAllLevelLightsWithTag"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_GetAllLevelLightsWithTag, Level) == 0x000000, "Member 'LightClippingPlanesSupportLibrary_GetAllLevelLightsWithTag::Level' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_GetAllLevelLightsWithTag, LightTag) == 0x000008, "Member 'LightClippingPlanesSupportLibrary_GetAllLevelLightsWithTag::LightTag' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_GetAllLevelLightsWithTag, Lights) == 0x000010, "Member 'LightClippingPlanesSupportLibrary_GetAllLevelLightsWithTag::Lights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingPlanesSupportLibrary_GetAllWithLightClippingPlanesActor \ static_assert(alignof(LightClippingPlanesSupportLibrary_GetAllWithLightClippingPlanesActor) == 0x000008, "Wrong alignment on LightClippingPlanesSupportLibrary_GetAllWithLightClippingPlanesActor"); \ static_assert(sizeof(LightClippingPlanesSupportLibrary_GetAllWithLightClippingPlanesActor) == 0x000020, "Wrong size on LightClippingPlanesSupportLibrary_GetAllWithLightClippingPlanesActor"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_GetAllWithLightClippingPlanesActor, LightClippingPlanesActor) == 0x000000, "Member 'LightClippingPlanesSupportLibrary_GetAllWithLightClippingPlanesActor::LightClippingPlanesActor' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_GetAllWithLightClippingPlanesActor, Lights) == 0x000008, "Member 'LightClippingPlanesSupportLibrary_GetAllWithLightClippingPlanesActor::Lights' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_GetAllWithLightClippingPlanesActor, FilterType) == 0x000018, "Member 'LightClippingPlanesSupportLibrary_GetAllWithLightClippingPlanesActor::FilterType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingPlanesSupportLibrary_GetAllWorldLightsWithTag \ static_assert(alignof(LightClippingPlanesSupportLibrary_GetAllWorldLightsWithTag) == 0x000008, "Wrong alignment on LightClippingPlanesSupportLibrary_GetAllWorldLightsWithTag"); \ static_assert(sizeof(LightClippingPlanesSupportLibrary_GetAllWorldLightsWithTag) == 0x000020, "Wrong size on LightClippingPlanesSupportLibrary_GetAllWorldLightsWithTag"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_GetAllWorldLightsWithTag, WorldContextObject) == 0x000000, "Member 'LightClippingPlanesSupportLibrary_GetAllWorldLightsWithTag::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_GetAllWorldLightsWithTag, LightTag) == 0x000008, "Member 'LightClippingPlanesSupportLibrary_GetAllWorldLightsWithTag::LightTag' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_GetAllWorldLightsWithTag, Lights) == 0x000010, "Member 'LightClippingPlanesSupportLibrary_GetAllWorldLightsWithTag::Lights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightClippingPlanesSupportLibrary_GetLightClippingPlanesSource \ static_assert(alignof(LightClippingPlanesSupportLibrary_GetLightClippingPlanesSource) == 0x000008, "Wrong alignment on LightClippingPlanesSupportLibrary_GetLightClippingPlanesSource"); \ static_assert(sizeof(LightClippingPlanesSupportLibrary_GetLightClippingPlanesSource) == 0x000010, "Wrong size on LightClippingPlanesSupportLibrary_GetLightClippingPlanesSource"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_GetLightClippingPlanesSource, LightComponent) == 0x000000, "Member 'LightClippingPlanesSupportLibrary_GetLightClippingPlanesSource::LightComponent' has a wrong offset!"); \ static_assert(offsetof(LightClippingPlanesSupportLibrary_GetLightClippingPlanesSource, LightClippingPlanesActor) == 0x000008, "Member 'LightClippingPlanesSupportLibrary_GetLightClippingPlanesSource::LightClippingPlanesActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightClippingPlanesSupportLibrary \ static_assert(alignof(ULightClippingPlanesSupportLibrary) == 0x000008, "Wrong alignment on ULightClippingPlanesSupportLibrary"); \ static_assert(sizeof(ULightClippingPlanesSupportLibrary) == 0x000028, "Wrong size on ULightClippingPlanesSupportLibrary"); \ #define DUMPER7_ASSERTS_PhxSceneRigBlueprintLibrary_FindCharacterReferencesInObject \ static_assert(alignof(PhxSceneRigBlueprintLibrary_FindCharacterReferencesInObject) == 0x000008, "Wrong alignment on PhxSceneRigBlueprintLibrary_FindCharacterReferencesInObject"); \ static_assert(sizeof(PhxSceneRigBlueprintLibrary_FindCharacterReferencesInObject) == 0x000058, "Wrong size on PhxSceneRigBlueprintLibrary_FindCharacterReferencesInObject"); \ static_assert(offsetof(PhxSceneRigBlueprintLibrary_FindCharacterReferencesInObject, InObject) == 0x000000, "Member 'PhxSceneRigBlueprintLibrary_FindCharacterReferencesInObject::InObject' has a wrong offset!"); \ static_assert(offsetof(PhxSceneRigBlueprintLibrary_FindCharacterReferencesInObject, ReturnValue) == 0x000008, "Member 'PhxSceneRigBlueprintLibrary_FindCharacterReferencesInObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhxSceneRigBlueprintLibrary_FindDialogueEventReferences \ static_assert(alignof(PhxSceneRigBlueprintLibrary_FindDialogueEventReferences) == 0x000008, "Wrong alignment on PhxSceneRigBlueprintLibrary_FindDialogueEventReferences"); \ static_assert(sizeof(PhxSceneRigBlueprintLibrary_FindDialogueEventReferences) == 0x000018, "Wrong size on PhxSceneRigBlueprintLibrary_FindDialogueEventReferences"); \ static_assert(offsetof(PhxSceneRigBlueprintLibrary_FindDialogueEventReferences, SceneRig) == 0x000000, "Member 'PhxSceneRigBlueprintLibrary_FindDialogueEventReferences::SceneRig' has a wrong offset!"); \ static_assert(offsetof(PhxSceneRigBlueprintLibrary_FindDialogueEventReferences, ReturnValue) == 0x000008, "Member 'PhxSceneRigBlueprintLibrary_FindDialogueEventReferences::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhxSceneRigBlueprintLibrary_FindFirstSceneActionClothingOptionState \ static_assert(alignof(PhxSceneRigBlueprintLibrary_FindFirstSceneActionClothingOptionState) == 0x000008, "Wrong alignment on PhxSceneRigBlueprintLibrary_FindFirstSceneActionClothingOptionState"); \ static_assert(sizeof(PhxSceneRigBlueprintLibrary_FindFirstSceneActionClothingOptionState) == 0x000010, "Wrong size on PhxSceneRigBlueprintLibrary_FindFirstSceneActionClothingOptionState"); \ static_assert(offsetof(PhxSceneRigBlueprintLibrary_FindFirstSceneActionClothingOptionState, InSceneRigActor) == 0x000000, "Member 'PhxSceneRigBlueprintLibrary_FindFirstSceneActionClothingOptionState::InSceneRigActor' has a wrong offset!"); \ static_assert(offsetof(PhxSceneRigBlueprintLibrary_FindFirstSceneActionClothingOptionState, ReturnValue) == 0x000008, "Member 'PhxSceneRigBlueprintLibrary_FindFirstSceneActionClothingOptionState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhxSceneRigBlueprintLibrary \ static_assert(alignof(UPhxSceneRigBlueprintLibrary) == 0x000008, "Wrong alignment on UPhxSceneRigBlueprintLibrary"); \ static_assert(sizeof(UPhxSceneRigBlueprintLibrary) == 0x000028, "Wrong size on UPhxSceneRigBlueprintLibrary"); \ #define DUMPER7_ASSERTS_ULightComponentStateDataBoolMap \ static_assert(alignof(ULightComponentStateDataBoolMap) == 0x000008, "Wrong alignment on ULightComponentStateDataBoolMap"); \ static_assert(sizeof(ULightComponentStateDataBoolMap) == 0x000080, "Wrong size on ULightComponentStateDataBoolMap"); \ static_assert(offsetof(ULightComponentStateDataBoolMap, BoolMap) == 0x000030, "Member 'ULightComponentStateDataBoolMap::BoolMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_Lumos \ static_assert(alignof(USceneActionState_Lumos) == 0x000008, "Wrong alignment on USceneActionState_Lumos"); \ static_assert(sizeof(USceneActionState_Lumos) == 0x000078, "Wrong size on USceneActionState_Lumos"); \ #define DUMPER7_ASSERTS_ULightComponentStateBoolMap \ static_assert(alignof(ULightComponentStateBoolMap) == 0x000008, "Wrong alignment on ULightComponentStateBoolMap"); \ static_assert(sizeof(ULightComponentStateBoolMap) == 0x000028, "Wrong size on ULightComponentStateBoolMap"); \ #define DUMPER7_ASSERTS_RandomEncounterActor_IsActive \ static_assert(alignof(RandomEncounterActor_IsActive) == 0x000001, "Wrong alignment on RandomEncounterActor_IsActive"); \ static_assert(sizeof(RandomEncounterActor_IsActive) == 0x000001, "Wrong size on RandomEncounterActor_IsActive"); \ static_assert(offsetof(RandomEncounterActor_IsActive, ReturnValue) == 0x000000, "Member 'RandomEncounterActor_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARandomEncounterActor \ static_assert(alignof(ARandomEncounterActor) == 0x000008, "Wrong alignment on ARandomEncounterActor"); \ static_assert(sizeof(ARandomEncounterActor) == 0x0002D8, "Wrong size on ARandomEncounterActor"); \ #define DUMPER7_ASSERTS_ULightComponentStateVisibility \ static_assert(alignof(ULightComponentStateVisibility) == 0x000008, "Wrong alignment on ULightComponentStateVisibility"); \ static_assert(sizeof(ULightComponentStateVisibility) == 0x000030, "Wrong size on ULightComponentStateVisibility"); \ static_assert(offsetof(ULightComponentStateVisibility, bVisible) == 0x000028, "Member 'ULightComponentStateVisibility::bVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_SkyState \ static_assert(alignof(USceneActionState_SkyState) == 0x000008, "Wrong alignment on USceneActionState_SkyState"); \ static_assert(sizeof(USceneActionState_SkyState) == 0x000060, "Wrong size on USceneActionState_SkyState"); \ static_assert(offsetof(USceneActionState_SkyState, LerpAlpha) == 0x000058, "Member 'USceneActionState_SkyState::LerpAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightComponentStateCastTranslucentShadows \ static_assert(alignof(ULightComponentStateCastTranslucentShadows) == 0x000008, "Wrong alignment on ULightComponentStateCastTranslucentShadows"); \ static_assert(sizeof(ULightComponentStateCastTranslucentShadows) == 0x000030, "Wrong size on ULightComponentStateCastTranslucentShadows"); \ static_assert(offsetof(ULightComponentStateCastTranslucentShadows, bCastTranslucentShadows) == 0x000028, "Member 'ULightComponentStateCastTranslucentShadows::bCastTranslucentShadows' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightComponentStateCastShadows \ static_assert(alignof(ULightComponentStateCastShadows) == 0x000008, "Wrong alignment on ULightComponentStateCastShadows"); \ static_assert(sizeof(ULightComponentStateCastShadows) == 0x000030, "Wrong size on ULightComponentStateCastShadows"); \ static_assert(offsetof(ULightComponentStateCastShadows, bCastShadows) == 0x000028, "Member 'ULightComponentStateCastShadows::bCastShadows' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightComponentStateTag \ static_assert(alignof(ULightComponentStateTag) == 0x000008, "Wrong alignment on ULightComponentStateTag"); \ static_assert(sizeof(ULightComponentStateTag) == 0x000030, "Wrong size on ULightComponentStateTag"); \ static_assert(offsetof(ULightComponentStateTag, Tag) == 0x000028, "Member 'ULightComponentStateTag::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RegisterConversationWithNameNode_RegisterConversationWithName \ static_assert(alignof(RegisterConversationWithNameNode_RegisterConversationWithName) == 0x000008, "Wrong alignment on RegisterConversationWithNameNode_RegisterConversationWithName"); \ static_assert(sizeof(RegisterConversationWithNameNode_RegisterConversationWithName) == 0x000018, "Wrong size on RegisterConversationWithNameNode_RegisterConversationWithName"); \ static_assert(offsetof(RegisterConversationWithNameNode_RegisterConversationWithName, CharacterID_0) == 0x000000, "Member 'RegisterConversationWithNameNode_RegisterConversationWithName::CharacterID_0' has a wrong offset!"); \ static_assert(offsetof(RegisterConversationWithNameNode_RegisterConversationWithName, ConversationID_0) == 0x000008, "Member 'RegisterConversationWithNameNode_RegisterConversationWithName::ConversationID_0' has a wrong offset!"); \ static_assert(offsetof(RegisterConversationWithNameNode_RegisterConversationWithName, ReturnValue) == 0x000010, "Member 'RegisterConversationWithNameNode_RegisterConversationWithName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URegisterConversationWithNameNode \ static_assert(alignof(URegisterConversationWithNameNode) == 0x000008, "Wrong alignment on URegisterConversationWithNameNode"); \ static_assert(sizeof(URegisterConversationWithNameNode) == 0x000060, "Wrong size on URegisterConversationWithNameNode"); \ static_assert(offsetof(URegisterConversationWithNameNode, ConversationStarted) == 0x000030, "Member 'URegisterConversationWithNameNode::ConversationStarted' has a wrong offset!"); \ static_assert(offsetof(URegisterConversationWithNameNode, ConversationFinished) == 0x000040, "Member 'URegisterConversationWithNameNode::ConversationFinished' has a wrong offset!"); \ static_assert(offsetof(URegisterConversationWithNameNode, CharacterID) == 0x000050, "Member 'URegisterConversationWithNameNode::CharacterID' has a wrong offset!"); \ static_assert(offsetof(URegisterConversationWithNameNode, ConversationID) == 0x000058, "Member 'URegisterConversationWithNameNode::ConversationID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightComponentStateAddTag \ static_assert(alignof(ULightComponentStateAddTag) == 0x000008, "Wrong alignment on ULightComponentStateAddTag"); \ static_assert(sizeof(ULightComponentStateAddTag) == 0x000030, "Wrong size on ULightComponentStateAddTag"); \ #define DUMPER7_ASSERTS_ULightComponentStateRemoveTag \ static_assert(alignof(ULightComponentStateRemoveTag) == 0x000008, "Wrong alignment on ULightComponentStateRemoveTag"); \ static_assert(sizeof(ULightComponentStateRemoveTag) == 0x000030, "Wrong size on ULightComponentStateRemoveTag"); \ #define DUMPER7_ASSERTS_USceneAction_SkipControl \ static_assert(alignof(USceneAction_SkipControl) == 0x000008, "Wrong alignment on USceneAction_SkipControl"); \ static_assert(sizeof(USceneAction_SkipControl) == 0x000088, "Wrong size on USceneAction_SkipControl"); \ #define DUMPER7_ASSERTS_ULightComponentStateIntMap \ static_assert(alignof(ULightComponentStateIntMap) == 0x000008, "Wrong alignment on ULightComponentStateIntMap"); \ static_assert(sizeof(ULightComponentStateIntMap) == 0x000028, "Wrong size on ULightComponentStateIntMap"); \ #define DUMPER7_ASSERTS_ReparoMaximaSpellTool_ARepairComplete \ static_assert(alignof(ReparoMaximaSpellTool_ARepairComplete) == 0x000008, "Wrong alignment on ReparoMaximaSpellTool_ARepairComplete"); \ static_assert(sizeof(ReparoMaximaSpellTool_ARepairComplete) == 0x000008, "Wrong size on ReparoMaximaSpellTool_ARepairComplete"); \ static_assert(offsetof(ReparoMaximaSpellTool_ARepairComplete, Comp) == 0x000000, "Member 'ReparoMaximaSpellTool_ARepairComplete::Comp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AReparoMaximaSpellTool \ static_assert(alignof(AReparoMaximaSpellTool) == 0x000008, "Wrong alignment on AReparoMaximaSpellTool"); \ static_assert(sizeof(AReparoMaximaSpellTool) == 0x0008E0, "Wrong size on AReparoMaximaSpellTool"); \ static_assert(offsetof(AReparoMaximaSpellTool, RestoreLocationFX2) == 0x000870, "Member 'AReparoMaximaSpellTool::RestoreLocationFX2' has a wrong offset!"); \ static_assert(offsetof(AReparoMaximaSpellTool, FailSafeTime) == 0x000880, "Member 'AReparoMaximaSpellTool::FailSafeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightComponentStateLightingChannels \ static_assert(alignof(ULightComponentStateLightingChannels) == 0x000008, "Wrong alignment on ULightComponentStateLightingChannels"); \ static_assert(sizeof(ULightComponentStateLightingChannels) == 0x000030, "Wrong size on ULightComponentStateLightingChannels"); \ static_assert(offsetof(ULightComponentStateLightingChannels, LightingChannels) == 0x000028, "Member 'ULightComponentStateLightingChannels::LightingChannels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_StencilFXEnableInterface \ static_assert(alignof(USceneActionState_StencilFXEnableInterface) == 0x000008, "Wrong alignment on USceneActionState_StencilFXEnableInterface"); \ static_assert(sizeof(USceneActionState_StencilFXEnableInterface) == 0x000080, "Wrong size on USceneActionState_StencilFXEnableInterface"); \ static_assert(offsetof(USceneActionState_StencilFXEnableInterface, bInsideInterval) == 0x000078, "Member 'USceneActionState_StencilFXEnableInterface::bInsideInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightComponentStateDataFloatMap \ static_assert(alignof(ULightComponentStateDataFloatMap) == 0x000008, "Wrong alignment on ULightComponentStateDataFloatMap"); \ static_assert(sizeof(ULightComponentStateDataFloatMap) == 0x000080, "Wrong size on ULightComponentStateDataFloatMap"); \ #define DUMPER7_ASSERTS_RevealInterface_OnBeginRevealFade \ static_assert(alignof(RevealInterface_OnBeginRevealFade) == 0x000008, "Wrong alignment on RevealInterface_OnBeginRevealFade"); \ static_assert(sizeof(RevealInterface_OnBeginRevealFade) == 0x000008, "Wrong size on RevealInterface_OnBeginRevealFade"); \ static_assert(offsetof(RevealInterface_OnBeginRevealFade, Instigator) == 0x000000, "Member 'RevealInterface_OnBeginRevealFade::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RevealInterface_OnEndReveal \ static_assert(alignof(RevealInterface_OnEndReveal) == 0x000008, "Wrong alignment on RevealInterface_OnEndReveal"); \ static_assert(sizeof(RevealInterface_OnEndReveal) == 0x000008, "Wrong size on RevealInterface_OnEndReveal"); \ static_assert(offsetof(RevealInterface_OnEndReveal, Instigator) == 0x000000, "Member 'RevealInterface_OnEndReveal::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RevealInterface_OnHiddenObjectHinted \ static_assert(alignof(RevealInterface_OnHiddenObjectHinted) == 0x000008, "Wrong alignment on RevealInterface_OnHiddenObjectHinted"); \ static_assert(sizeof(RevealInterface_OnHiddenObjectHinted) == 0x000008, "Wrong size on RevealInterface_OnHiddenObjectHinted"); \ static_assert(offsetof(RevealInterface_OnHiddenObjectHinted, Instigator) == 0x000000, "Member 'RevealInterface_OnHiddenObjectHinted::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RevealInterface_OnHiddenObjectRevealed \ static_assert(alignof(RevealInterface_OnHiddenObjectRevealed) == 0x000008, "Wrong alignment on RevealInterface_OnHiddenObjectRevealed"); \ static_assert(sizeof(RevealInterface_OnHiddenObjectRevealed) == 0x000008, "Wrong size on RevealInterface_OnHiddenObjectRevealed"); \ static_assert(offsetof(RevealInterface_OnHiddenObjectRevealed, Instigator) == 0x000000, "Member 'RevealInterface_OnHiddenObjectRevealed::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RevealInterface_StartReveal \ static_assert(alignof(RevealInterface_StartReveal) == 0x000008, "Wrong alignment on RevealInterface_StartReveal"); \ static_assert(sizeof(RevealInterface_StartReveal) == 0x000010, "Wrong size on RevealInterface_StartReveal"); \ static_assert(offsetof(RevealInterface_StartReveal, Instigator) == 0x000000, "Member 'RevealInterface_StartReveal::Instigator' has a wrong offset!"); \ static_assert(offsetof(RevealInterface_StartReveal, ShowOccluded) == 0x000008, "Member 'RevealInterface_StartReveal::ShowOccluded' has a wrong offset!"); \ static_assert(offsetof(RevealInterface_StartReveal, ReturnValue) == 0x000009, "Member 'RevealInterface_StartReveal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IRevealInterface \ static_assert(alignof(IRevealInterface) == 0x000001, "Wrong alignment on IRevealInterface"); \ static_assert(sizeof(IRevealInterface) == 0x000001, "Wrong size on IRevealInterface"); \ #define DUMPER7_ASSERTS_LightComponentStatesLibrary_AddLightComponentStateCastShadow \ static_assert(alignof(LightComponentStatesLibrary_AddLightComponentStateCastShadow) == 0x000008, "Wrong alignment on LightComponentStatesLibrary_AddLightComponentStateCastShadow"); \ static_assert(sizeof(LightComponentStatesLibrary_AddLightComponentStateCastShadow) == 0x000020, "Wrong size on LightComponentStatesLibrary_AddLightComponentStateCastShadow"); \ static_assert(offsetof(LightComponentStatesLibrary_AddLightComponentStateCastShadow, Owner) == 0x000000, "Member 'LightComponentStatesLibrary_AddLightComponentStateCastShadow::Owner' has a wrong offset!"); \ static_assert(offsetof(LightComponentStatesLibrary_AddLightComponentStateCastShadow, LightComponentStatesSaveData) == 0x000008, "Member 'LightComponentStatesLibrary_AddLightComponentStateCastShadow::LightComponentStatesSaveData' has a wrong offset!"); \ static_assert(offsetof(LightComponentStatesLibrary_AddLightComponentStateCastShadow, bCastShadow) == 0x000018, "Member 'LightComponentStatesLibrary_AddLightComponentStateCastShadow::bCastShadow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentStatesLibrary_AddLightComponentStateVisibility \ static_assert(alignof(LightComponentStatesLibrary_AddLightComponentStateVisibility) == 0x000008, "Wrong alignment on LightComponentStatesLibrary_AddLightComponentStateVisibility"); \ static_assert(sizeof(LightComponentStatesLibrary_AddLightComponentStateVisibility) == 0x000020, "Wrong size on LightComponentStatesLibrary_AddLightComponentStateVisibility"); \ static_assert(offsetof(LightComponentStatesLibrary_AddLightComponentStateVisibility, Owner) == 0x000000, "Member 'LightComponentStatesLibrary_AddLightComponentStateVisibility::Owner' has a wrong offset!"); \ static_assert(offsetof(LightComponentStatesLibrary_AddLightComponentStateVisibility, LightComponentStatesSaveData) == 0x000008, "Member 'LightComponentStatesLibrary_AddLightComponentStateVisibility::LightComponentStatesSaveData' has a wrong offset!"); \ static_assert(offsetof(LightComponentStatesLibrary_AddLightComponentStateVisibility, bVisible) == 0x000018, "Member 'LightComponentStatesLibrary_AddLightComponentStateVisibility::bVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentStatesLibrary_LightComponentStatesInitialize \ static_assert(alignof(LightComponentStatesLibrary_LightComponentStatesInitialize) == 0x000008, "Wrong alignment on LightComponentStatesLibrary_LightComponentStatesInitialize"); \ static_assert(sizeof(LightComponentStatesLibrary_LightComponentStatesInitialize) == 0x000028, "Wrong size on LightComponentStatesLibrary_LightComponentStatesInitialize"); \ static_assert(offsetof(LightComponentStatesLibrary_LightComponentStatesInitialize, Owner) == 0x000000, "Member 'LightComponentStatesLibrary_LightComponentStatesInitialize::Owner' has a wrong offset!"); \ static_assert(offsetof(LightComponentStatesLibrary_LightComponentStatesInitialize, LightComponentStatesSaveData) == 0x000008, "Member 'LightComponentStatesLibrary_LightComponentStatesInitialize::LightComponentStatesSaveData' has a wrong offset!"); \ static_assert(offsetof(LightComponentStatesLibrary_LightComponentStatesInitialize, LightComponentStates) == 0x000018, "Member 'LightComponentStatesLibrary_LightComponentStatesInitialize::LightComponentStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentStatesLibrary_LightComponentStatesRestore \ static_assert(alignof(LightComponentStatesLibrary_LightComponentStatesRestore) == 0x000008, "Wrong alignment on LightComponentStatesLibrary_LightComponentStatesRestore"); \ static_assert(sizeof(LightComponentStatesLibrary_LightComponentStatesRestore) == 0x000010, "Wrong size on LightComponentStatesLibrary_LightComponentStatesRestore"); \ static_assert(offsetof(LightComponentStatesLibrary_LightComponentStatesRestore, LightComponentStatesSaveData) == 0x000000, "Member 'LightComponentStatesLibrary_LightComponentStatesRestore::LightComponentStatesSaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentStatesLibrary_LightComponentStatesUpdate \ static_assert(alignof(LightComponentStatesLibrary_LightComponentStatesUpdate) == 0x000008, "Wrong alignment on LightComponentStatesLibrary_LightComponentStatesUpdate"); \ static_assert(sizeof(LightComponentStatesLibrary_LightComponentStatesUpdate) == 0x000020, "Wrong size on LightComponentStatesLibrary_LightComponentStatesUpdate"); \ static_assert(offsetof(LightComponentStatesLibrary_LightComponentStatesUpdate, Actor) == 0x000000, "Member 'LightComponentStatesLibrary_LightComponentStatesUpdate::Actor' has a wrong offset!"); \ static_assert(offsetof(LightComponentStatesLibrary_LightComponentStatesUpdate, LightComponentStatesSaveData) == 0x000008, "Member 'LightComponentStatesLibrary_LightComponentStatesUpdate::LightComponentStatesSaveData' has a wrong offset!"); \ static_assert(offsetof(LightComponentStatesLibrary_LightComponentStatesUpdate, bIncludeChildActors) == 0x000018, "Member 'LightComponentStatesLibrary_LightComponentStatesUpdate::bIncludeChildActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightComponentStatesLibrary \ static_assert(alignof(ULightComponentStatesLibrary) == 0x000008, "Wrong alignment on ULightComponentStatesLibrary"); \ static_assert(sizeof(ULightComponentStatesLibrary) == 0x000028, "Wrong size on ULightComponentStatesLibrary"); \ #define DUMPER7_ASSERTS_LightSmoothOnOff_AbortFadeOff \ static_assert(alignof(LightSmoothOnOff_AbortFadeOff) == 0x000001, "Wrong alignment on LightSmoothOnOff_AbortFadeOff"); \ static_assert(sizeof(LightSmoothOnOff_AbortFadeOff) == 0x000001, "Wrong size on LightSmoothOnOff_AbortFadeOff"); \ static_assert(offsetof(LightSmoothOnOff_AbortFadeOff, abortFade) == 0x000000, "Member 'LightSmoothOnOff_AbortFadeOff::abortFade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightSmoothOnOff_AbortFadeOn \ static_assert(alignof(LightSmoothOnOff_AbortFadeOn) == 0x000001, "Wrong alignment on LightSmoothOnOff_AbortFadeOn"); \ static_assert(sizeof(LightSmoothOnOff_AbortFadeOn) == 0x000001, "Wrong size on LightSmoothOnOff_AbortFadeOn"); \ static_assert(offsetof(LightSmoothOnOff_AbortFadeOn, abortFade) == 0x000000, "Member 'LightSmoothOnOff_AbortFadeOn::abortFade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightSmoothOnOff_Initialize \ static_assert(alignof(LightSmoothOnOff_Initialize) == 0x000004, "Wrong alignment on LightSmoothOnOff_Initialize"); \ static_assert(sizeof(LightSmoothOnOff_Initialize) == 0x000008, "Wrong size on LightSmoothOnOff_Initialize"); \ static_assert(offsetof(LightSmoothOnOff_Initialize, Intensity) == 0x000000, "Member 'LightSmoothOnOff_Initialize::Intensity' has a wrong offset!"); \ static_assert(offsetof(LightSmoothOnOff_Initialize, Visible) == 0x000004, "Member 'LightSmoothOnOff_Initialize::Visible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightSmoothOnOff_SetIntensity \ static_assert(alignof(LightSmoothOnOff_SetIntensity) == 0x000004, "Wrong alignment on LightSmoothOnOff_SetIntensity"); \ static_assert(sizeof(LightSmoothOnOff_SetIntensity) == 0x000008, "Wrong size on LightSmoothOnOff_SetIntensity"); \ static_assert(offsetof(LightSmoothOnOff_SetIntensity, NewIntensity) == 0x000000, "Member 'LightSmoothOnOff_SetIntensity::NewIntensity' has a wrong offset!"); \ static_assert(offsetof(LightSmoothOnOff_SetIntensity, Filter) == 0x000004, "Member 'LightSmoothOnOff_SetIntensity::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightSmoothOnOff_TurnOnOff \ static_assert(alignof(LightSmoothOnOff_TurnOnOff) == 0x000001, "Wrong alignment on LightSmoothOnOff_TurnOnOff"); \ static_assert(sizeof(LightSmoothOnOff_TurnOnOff) == 0x000002, "Wrong size on LightSmoothOnOff_TurnOnOff"); \ static_assert(offsetof(LightSmoothOnOff_TurnOnOff, On) == 0x000000, "Member 'LightSmoothOnOff_TurnOnOff::On' has a wrong offset!"); \ static_assert(offsetof(LightSmoothOnOff_TurnOnOff, smooth) == 0x000001, "Member 'LightSmoothOnOff_TurnOnOff::smooth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightSmoothOnOff_GetIntensity \ static_assert(alignof(LightSmoothOnOff_GetIntensity) == 0x000004, "Wrong alignment on LightSmoothOnOff_GetIntensity"); \ static_assert(sizeof(LightSmoothOnOff_GetIntensity) == 0x000004, "Wrong size on LightSmoothOnOff_GetIntensity"); \ static_assert(offsetof(LightSmoothOnOff_GetIntensity, ReturnValue) == 0x000000, "Member 'LightSmoothOnOff_GetIntensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightSmoothOnOff_GetSmoothedIntensity \ static_assert(alignof(LightSmoothOnOff_GetSmoothedIntensity) == 0x000004, "Wrong alignment on LightSmoothOnOff_GetSmoothedIntensity"); \ static_assert(sizeof(LightSmoothOnOff_GetSmoothedIntensity) == 0x000004, "Wrong size on LightSmoothOnOff_GetSmoothedIntensity"); \ static_assert(offsetof(LightSmoothOnOff_GetSmoothedIntensity, ReturnValue) == 0x000000, "Member 'LightSmoothOnOff_GetSmoothedIntensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightSmoothOnOff_IsOn \ static_assert(alignof(LightSmoothOnOff_IsOn) == 0x000001, "Wrong alignment on LightSmoothOnOff_IsOn"); \ static_assert(sizeof(LightSmoothOnOff_IsOn) == 0x000001, "Wrong size on LightSmoothOnOff_IsOn"); \ static_assert(offsetof(LightSmoothOnOff_IsOn, ReturnValue) == 0x000000, "Member 'LightSmoothOnOff_IsOn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightSmoothOnOff_IsOnSmoothed \ static_assert(alignof(LightSmoothOnOff_IsOnSmoothed) == 0x000001, "Wrong alignment on LightSmoothOnOff_IsOnSmoothed"); \ static_assert(sizeof(LightSmoothOnOff_IsOnSmoothed) == 0x000001, "Wrong size on LightSmoothOnOff_IsOnSmoothed"); \ static_assert(offsetof(LightSmoothOnOff_IsOnSmoothed, ReturnValue) == 0x000000, "Member 'LightSmoothOnOff_IsOnSmoothed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightSmoothOnOff \ static_assert(alignof(ULightSmoothOnOff) == 0x000008, "Wrong alignment on ULightSmoothOnOff"); \ static_assert(sizeof(ULightSmoothOnOff) == 0x000218, "Wrong size on ULightSmoothOnOff"); \ static_assert(offsetof(ULightSmoothOnOff, DefaultIntensity) == 0x0000D0, "Member 'ULightSmoothOnOff::DefaultIntensity' has a wrong offset!"); \ static_assert(offsetof(ULightSmoothOnOff, IntensityChangeFilter) == 0x0000D4, "Member 'ULightSmoothOnOff::IntensityChangeFilter' has a wrong offset!"); \ static_assert(offsetof(ULightSmoothOnOff, DisableIntensityFilter) == 0x0000D8, "Member 'ULightSmoothOnOff::DisableIntensityFilter' has a wrong offset!"); \ static_assert(offsetof(ULightSmoothOnOff, TurnOnCurve) == 0x0000E0, "Member 'ULightSmoothOnOff::TurnOnCurve' has a wrong offset!"); \ static_assert(offsetof(ULightSmoothOnOff, TurnOnDuration) == 0x000168, "Member 'ULightSmoothOnOff::TurnOnDuration' has a wrong offset!"); \ static_assert(offsetof(ULightSmoothOnOff, TurnOffCurve) == 0x000170, "Member 'ULightSmoothOnOff::TurnOffCurve' has a wrong offset!"); \ static_assert(offsetof(ULightSmoothOnOff, TurnOffDuration) == 0x0001F8, "Member 'ULightSmoothOnOff::TurnOffDuration' has a wrong offset!"); \ static_assert(offsetof(ULightSmoothOnOff, DisableOnOffSmoothing) == 0x0001FC, "Member 'ULightSmoothOnOff::DisableOnOffSmoothing' has a wrong offset!"); \ static_assert(offsetof(ULightSmoothOnOff, TimeFactor) == 0x000200, "Member 'ULightSmoothOnOff::TimeFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_StencilFX \ static_assert(alignof(USceneActionState_StencilFX) == 0x000008, "Wrong alignment on USceneActionState_StencilFX"); \ static_assert(sizeof(USceneActionState_StencilFX) == 0x000078, "Wrong size on USceneActionState_StencilFX"); \ static_assert(offsetof(USceneActionState_StencilFX, StartedFX) == 0x000070, "Member 'USceneActionState_StencilFX::StartedFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULinearColorTweenDummy \ static_assert(alignof(ULinearColorTweenDummy) == 0x000008, "Wrong alignment on ULinearColorTweenDummy"); \ static_assert(sizeof(ULinearColorTweenDummy) == 0x000028, "Wrong size on ULinearColorTweenDummy"); \ #define DUMPER7_ASSERTS_PlayerMountOverlapManager_Get \ static_assert(alignof(PlayerMountOverlapManager_Get) == 0x000008, "Wrong alignment on PlayerMountOverlapManager_Get"); \ static_assert(sizeof(PlayerMountOverlapManager_Get) == 0x000008, "Wrong size on PlayerMountOverlapManager_Get"); \ static_assert(offsetof(PlayerMountOverlapManager_Get, ReturnValue) == 0x000000, "Member 'PlayerMountOverlapManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerMountOverlapManager_GetTimeInNoMountZone \ static_assert(alignof(PlayerMountOverlapManager_GetTimeInNoMountZone) == 0x000004, "Wrong alignment on PlayerMountOverlapManager_GetTimeInNoMountZone"); \ static_assert(sizeof(PlayerMountOverlapManager_GetTimeInNoMountZone) == 0x000008, "Wrong size on PlayerMountOverlapManager_GetTimeInNoMountZone"); \ static_assert(offsetof(PlayerMountOverlapManager_GetTimeInNoMountZone, Time) == 0x000000, "Member 'PlayerMountOverlapManager_GetTimeInNoMountZone::Time' has a wrong offset!"); \ static_assert(offsetof(PlayerMountOverlapManager_GetTimeInNoMountZone, ReturnValue) == 0x000004, "Member 'PlayerMountOverlapManager_GetTimeInNoMountZone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerMountOverlapManager_CanSpeedUp \ static_assert(alignof(PlayerMountOverlapManager_CanSpeedUp) == 0x000001, "Wrong alignment on PlayerMountOverlapManager_CanSpeedUp"); \ static_assert(sizeof(PlayerMountOverlapManager_CanSpeedUp) == 0x000001, "Wrong size on PlayerMountOverlapManager_CanSpeedUp"); \ static_assert(offsetof(PlayerMountOverlapManager_CanSpeedUp, ReturnValue) == 0x000000, "Member 'PlayerMountOverlapManager_CanSpeedUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerMountOverlapManager_GetInNoMountZone \ static_assert(alignof(PlayerMountOverlapManager_GetInNoMountZone) == 0x000001, "Wrong alignment on PlayerMountOverlapManager_GetInNoMountZone"); \ static_assert(sizeof(PlayerMountOverlapManager_GetInNoMountZone) == 0x000001, "Wrong size on PlayerMountOverlapManager_GetInNoMountZone"); \ static_assert(offsetof(PlayerMountOverlapManager_GetInNoMountZone, ReturnValue) == 0x000000, "Member 'PlayerMountOverlapManager_GetInNoMountZone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerMountOverlapManager_IsInsideFacingEntry \ static_assert(alignof(PlayerMountOverlapManager_IsInsideFacingEntry) == 0x000001, "Wrong alignment on PlayerMountOverlapManager_IsInsideFacingEntry"); \ static_assert(sizeof(PlayerMountOverlapManager_IsInsideFacingEntry) == 0x000002, "Wrong size on PlayerMountOverlapManager_IsInsideFacingEntry"); \ static_assert(offsetof(PlayerMountOverlapManager_IsInsideFacingEntry, bDraw) == 0x000000, "Member 'PlayerMountOverlapManager_IsInsideFacingEntry::bDraw' has a wrong offset!"); \ static_assert(offsetof(PlayerMountOverlapManager_IsInsideFacingEntry, ReturnValue) == 0x000001, "Member 'PlayerMountOverlapManager_IsInsideFacingEntry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerMountOverlapManager \ static_assert(alignof(UPlayerMountOverlapManager) == 0x000008, "Wrong alignment on UPlayerMountOverlapManager"); \ static_assert(sizeof(UPlayerMountOverlapManager) == 0x0002B0, "Wrong size on UPlayerMountOverlapManager"); \ static_assert(offsetof(UPlayerMountOverlapManager, NoMountZoneErrors) == 0x000030, "Member 'UPlayerMountOverlapManager::NoMountZoneErrors' has a wrong offset!"); \ static_assert(offsetof(UPlayerMountOverlapManager, MountErrors) == 0x000080, "Member 'UPlayerMountOverlapManager::MountErrors' has a wrong offset!"); \ static_assert(offsetof(UPlayerMountOverlapManager, SpeedUpUnavailableMessageTimeout) == 0x0000D0, "Member 'UPlayerMountOverlapManager::SpeedUpUnavailableMessageTimeout' has a wrong offset!"); \ static_assert(offsetof(UPlayerMountOverlapManager, LandingUnavailableMessageTimeout) == 0x0000D4, "Member 'UPlayerMountOverlapManager::LandingUnavailableMessageTimeout' has a wrong offset!"); \ static_assert(offsetof(UPlayerMountOverlapManager, MountSettingsDataTable) == 0x000238, "Member 'UPlayerMountOverlapManager::MountSettingsDataTable' has a wrong offset!"); \ static_assert(offsetof(UPlayerMountOverlapManager, MountSettingsCompositeDataTable) == 0x000240, "Member 'UPlayerMountOverlapManager::MountSettingsCompositeDataTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_BodyIdle \ static_assert(alignof(UDialogueLineRule_BodyIdle) == 0x000008, "Wrong alignment on UDialogueLineRule_BodyIdle"); \ static_assert(sizeof(UDialogueLineRule_BodyIdle) == 0x000090, "Wrong size on UDialogueLineRule_BodyIdle"); \ static_assert(offsetof(UDialogueLineRule_BodyIdle, DefaultPoseGroup) == 0x000040, "Member 'UDialogueLineRule_BodyIdle::DefaultPoseGroup' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_BodyIdle, PoseGroupLookup) == 0x000048, "Member 'UDialogueLineRule_BodyIdle::PoseGroupLookup' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_BodyIdle, PoseGroupTags) == 0x000050, "Member 'UDialogueLineRule_BodyIdle::PoseGroupTags' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_BodyIdle, IdleLayer) == 0x000070, "Member 'UDialogueLineRule_BodyIdle::IdleLayer' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_BodyIdle, TransitionLayer) == 0x000078, "Member 'UDialogueLineRule_BodyIdle::TransitionLayer' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_BodyIdle, BlendTime) == 0x000080, "Member 'UDialogueLineRule_BodyIdle::BlendTime' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_BodyIdle, BlendInTime) == 0x000084, "Member 'UDialogueLineRule_BodyIdle::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_BodyIdle, BlendOutTime) == 0x000088, "Member 'UDialogueLineRule_BodyIdle::BlendOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneActionState_PerformTaskExecute_OnPTComplete \ static_assert(alignof(SceneActionState_PerformTaskExecute_OnPTComplete) == 0x000008, "Wrong alignment on SceneActionState_PerformTaskExecute_OnPTComplete"); \ static_assert(sizeof(SceneActionState_PerformTaskExecute_OnPTComplete) == 0x000008, "Wrong size on SceneActionState_PerformTaskExecute_OnPTComplete"); \ static_assert(offsetof(SceneActionState_PerformTaskExecute_OnPTComplete, InPTPtr) == 0x000000, "Member 'SceneActionState_PerformTaskExecute_OnPTComplete::InPTPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_PerformTaskExecute \ static_assert(alignof(USceneActionState_PerformTaskExecute) == 0x000008, "Wrong alignment on USceneActionState_PerformTaskExecute"); \ static_assert(sizeof(USceneActionState_PerformTaskExecute) == 0x000078, "Wrong size on USceneActionState_PerformTaskExecute"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Spell_IsSpell \ static_assert(alignof(UModFilter_DealDamage_Spell_IsSpell) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Spell_IsSpell"); \ static_assert(sizeof(UModFilter_DealDamage_Spell_IsSpell) == 0x000030, "Wrong size on UModFilter_DealDamage_Spell_IsSpell"); \ #define DUMPER7_ASSERTS_UDialogueLineRuleState_BodyIdle \ static_assert(alignof(UDialogueLineRuleState_BodyIdle) == 0x000008, "Wrong alignment on UDialogueLineRuleState_BodyIdle"); \ static_assert(sizeof(UDialogueLineRuleState_BodyIdle) == 0x000058, "Wrong size on UDialogueLineRuleState_BodyIdle"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_MoveCamera_SpeakingActorEvent \ static_assert(alignof(UDialogueLineRule_MoveCamera_SpeakingActorEvent) == 0x000008, "Wrong alignment on UDialogueLineRule_MoveCamera_SpeakingActorEvent"); \ static_assert(sizeof(UDialogueLineRule_MoveCamera_SpeakingActorEvent) == 0x0000B0, "Wrong size on UDialogueLineRule_MoveCamera_SpeakingActorEvent"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_SpeakingActorEvent, OffsetFromDialogueLine) == 0x0000A8, "Member 'UDialogueLineRule_MoveCamera_SpeakingActorEvent::OffsetFromDialogueLine' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_SpeakingActorEvent, SwitchCameraLengthThreshold) == 0x0000AC, "Member 'UDialogueLineRule_MoveCamera_SpeakingActorEvent::SwitchCameraLengthThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ShadowSprintMovementComponent_SetVerticalImpulse \ static_assert(alignof(ShadowSprintMovementComponent_SetVerticalImpulse) == 0x000004, "Wrong alignment on ShadowSprintMovementComponent_SetVerticalImpulse"); \ static_assert(sizeof(ShadowSprintMovementComponent_SetVerticalImpulse) == 0x000004, "Wrong size on ShadowSprintMovementComponent_SetVerticalImpulse"); \ static_assert(offsetof(ShadowSprintMovementComponent_SetVerticalImpulse, val) == 0x000000, "Member 'ShadowSprintMovementComponent_SetVerticalImpulse::val' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UShadowSprintMovementComponent \ static_assert(alignof(UShadowSprintMovementComponent) == 0x000008, "Wrong alignment on UShadowSprintMovementComponent"); \ static_assert(sizeof(UShadowSprintMovementComponent) == 0x0002D8, "Wrong size on UShadowSprintMovementComponent"); \ static_assert(offsetof(UShadowSprintMovementComponent, MaxSimulationIterations) == 0x000110, "Member 'UShadowSprintMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintMovementComponent, MaxSimulationTimeStep) == 0x000114, "Member 'UShadowSprintMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintMovementComponent, ShadowSprintData) == 0x000118, "Member 'UShadowSprintMovementComponent::ShadowSprintData' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintMovementComponent, BroomTrailEmitter) == 0x000120, "Member 'UShadowSprintMovementComponent::BroomTrailEmitter' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintMovementComponent, BroomTrailEmitterSystemComponent) == 0x000128, "Member 'UShadowSprintMovementComponent::BroomTrailEmitterSystemComponent' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintMovementComponent, bClearAccumulatedForces) == 0x000130, "Member 'UShadowSprintMovementComponent::bClearAccumulatedForces' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintMovementComponent, bOnGround) == 0x000131, "Member 'UShadowSprintMovementComponent::bOnGround' has a wrong offset!"); \ static_assert(offsetof(UShadowSprintMovementComponent, CurrentPitch) == 0x000134, "Member 'UShadowSprintMovementComponent::CurrentPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPOI_MobilityChoice \ static_assert(alignof(UPOI_MobilityChoice) == 0x000008, "Wrong alignment on UPOI_MobilityChoice"); \ static_assert(sizeof(UPOI_MobilityChoice) == 0x000030, "Wrong size on UPOI_MobilityChoice"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_MoveCamera_SpeakingActorStartEvent \ static_assert(alignof(UDialogueLineRule_MoveCamera_SpeakingActorStartEvent) == 0x000008, "Wrong alignment on UDialogueLineRule_MoveCamera_SpeakingActorStartEvent"); \ static_assert(sizeof(UDialogueLineRule_MoveCamera_SpeakingActorStartEvent) == 0x0000B0, "Wrong size on UDialogueLineRule_MoveCamera_SpeakingActorStartEvent"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_SpeakingActorStartEvent, OffsetFromDialogueLine) == 0x0000A8, "Member 'UDialogueLineRule_MoveCamera_SpeakingActorStartEvent::OffsetFromDialogueLine' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_SpeakingActorStartEvent, SwitchCameraLengthThreshold) == 0x0000AC, "Member 'UDialogueLineRule_MoveCamera_SpeakingActorStartEvent::SwitchCameraLengthThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Spell_IsIncendioOrAOE \ static_assert(alignof(UModFilter_DealDamage_Spell_IsIncendioOrAOE) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Spell_IsIncendioOrAOE"); \ static_assert(sizeof(UModFilter_DealDamage_Spell_IsIncendioOrAOE) == 0x000030, "Wrong size on UModFilter_DealDamage_Spell_IsIncendioOrAOE"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_MoveCamera_EndingEvent \ static_assert(alignof(UDialogueLineRule_MoveCamera_EndingEvent) == 0x000008, "Wrong alignment on UDialogueLineRule_MoveCamera_EndingEvent"); \ static_assert(sizeof(UDialogueLineRule_MoveCamera_EndingEvent) == 0x0000B8, "Wrong size on UDialogueLineRule_MoveCamera_EndingEvent"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_EndingEvent, ForChoicesAtEnd) == 0x0000A8, "Member 'UDialogueLineRule_MoveCamera_EndingEvent::ForChoicesAtEnd' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_EndingEvent, OffsetFromEnd) == 0x0000AC, "Member 'UDialogueLineRule_MoveCamera_EndingEvent::OffsetFromEnd' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_MoveCamera_EndingEvent, MinimumPreviousCameraLength) == 0x0000B0, "Member 'UDialogueLineRule_MoveCamera_EndingEvent::MinimumPreviousCameraLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGlobalLightingCustomBlendableFocusValue \ static_assert(alignof(UGlobalLightingCustomBlendableFocusValue) == 0x000008, "Wrong alignment on UGlobalLightingCustomBlendableFocusValue"); \ static_assert(sizeof(UGlobalLightingCustomBlendableFocusValue) == 0x000038, "Wrong size on UGlobalLightingCustomBlendableFocusValue"); \ static_assert(offsetof(UGlobalLightingCustomBlendableFocusValue, Focus) == 0x000028, "Member 'UGlobalLightingCustomBlendableFocusValue::Focus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_IsMelee \ static_assert(alignof(UModFilter_DealDamage_IsMelee) == 0x000008, "Wrong alignment on UModFilter_DealDamage_IsMelee"); \ static_assert(sizeof(UModFilter_DealDamage_IsMelee) == 0x000030, "Wrong size on UModFilter_DealDamage_IsMelee"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_Dialog \ static_assert(alignof(UDialogueLineRule_Dialog) == 0x000008, "Wrong alignment on UDialogueLineRule_Dialog"); \ static_assert(sizeof(UDialogueLineRule_Dialog) == 0x000050, "Wrong size on UDialogueLineRule_Dialog"); \ static_assert(offsetof(UDialogueLineRule_Dialog, UseSameSpeakerPreAndPostRoll) == 0x000038, "Member 'UDialogueLineRule_Dialog::UseSameSpeakerPreAndPostRoll' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_Dialog, UseDifferentSpeakerPreAndPostRoll) == 0x000039, "Member 'UDialogueLineRule_Dialog::UseDifferentSpeakerPreAndPostRoll' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_Dialog, SameSpeakerDelayBetweenLines) == 0x00003C, "Member 'UDialogueLineRule_Dialog::SameSpeakerDelayBetweenLines' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_Dialog, DifferentSpeakerDelayBetweenLines) == 0x000040, "Member 'UDialogueLineRule_Dialog::DifferentSpeakerDelayBetweenLines' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_Dialog, FirstConversationDelay) == 0x000044, "Member 'UDialogueLineRule_Dialog::FirstConversationDelay' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_Dialog, LaterConversationDelay) == 0x000048, "Member 'UDialogueLineRule_Dialog::LaterConversationDelay' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_Dialog, bEnableDialogueSkipping) == 0x00004C, "Member 'UDialogueLineRule_Dialog::bEnableDialogueSkipping' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_Dialog, bEnableGameOptions) == 0x00004D, "Member 'UDialogueLineRule_Dialog::bEnableGameOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleBlendDomainPreComputed \ static_assert(alignof(UWorldFXRuleBlendDomainPreComputed) == 0x000008, "Wrong alignment on UWorldFXRuleBlendDomainPreComputed"); \ static_assert(sizeof(UWorldFXRuleBlendDomainPreComputed) == 0x000038, "Wrong size on UWorldFXRuleBlendDomainPreComputed"); \ static_assert(offsetof(UWorldFXRuleBlendDomainPreComputed, BlendDomain) == 0x000028, "Member 'UWorldFXRuleBlendDomainPreComputed::BlendDomain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRuleState_Dialog \ static_assert(alignof(UDialogueLineRuleState_Dialog) == 0x000008, "Wrong alignment on UDialogueLineRuleState_Dialog"); \ static_assert(sizeof(UDialogueLineRuleState_Dialog) == 0x000058, "Wrong size on UDialogueLineRuleState_Dialog"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_ExplicitLayeredAnimation \ static_assert(alignof(UDialogueLineRule_ExplicitLayeredAnimation) == 0x000008, "Wrong alignment on UDialogueLineRule_ExplicitLayeredAnimation"); \ static_assert(sizeof(UDialogueLineRule_ExplicitLayeredAnimation) == 0x000040, "Wrong size on UDialogueLineRule_ExplicitLayeredAnimation"); \ #define DUMPER7_ASSERTS_USkinFXEventTriggerFilteredWithDistance \ static_assert(alignof(USkinFXEventTriggerFilteredWithDistance) == 0x000008, "Wrong alignment on USkinFXEventTriggerFilteredWithDistance"); \ static_assert(sizeof(USkinFXEventTriggerFilteredWithDistance) == 0x000038, "Wrong size on USkinFXEventTriggerFilteredWithDistance"); \ static_assert(offsetof(USkinFXEventTriggerFilteredWithDistance, MaxDistanceFromCameraMeters) == 0x000030, "Member 'USkinFXEventTriggerFilteredWithDistance::MaxDistanceFromCameraMeters' has a wrong offset!"); \ static_assert(offsetof(USkinFXEventTriggerFilteredWithDistance, bUseMaxDistanceFromCamera) == 0x000034, "Member 'USkinFXEventTriggerFilteredWithDistance::bUseMaxDistanceFromCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXEventTriggerFilteredMultiFX2 \ static_assert(alignof(USkinFXEventTriggerFilteredMultiFX2) == 0x000008, "Wrong alignment on USkinFXEventTriggerFilteredMultiFX2"); \ static_assert(sizeof(USkinFXEventTriggerFilteredMultiFX2) == 0x000048, "Wrong size on USkinFXEventTriggerFilteredMultiFX2"); \ static_assert(offsetof(USkinFXEventTriggerFilteredMultiFX2, FX) == 0x000038, "Member 'USkinFXEventTriggerFilteredMultiFX2::FX' has a wrong offset!"); \ static_assert(offsetof(USkinFXEventTriggerFilteredMultiFX2, AttachPointName) == 0x000040, "Member 'USkinFXEventTriggerFilteredMultiFX2::AttachPointName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APointOfInterestMarkup \ static_assert(alignof(APointOfInterestMarkup) == 0x000008, "Wrong alignment on APointOfInterestMarkup"); \ static_assert(sizeof(APointOfInterestMarkup) == 0x0002D8, "Wrong size on APointOfInterestMarkup"); \ static_assert(offsetof(APointOfInterestMarkup, PointOfInterestId) == 0x000248, "Member 'APointOfInterestMarkup::PointOfInterestId' has a wrong offset!"); \ static_assert(offsetof(APointOfInterestMarkup, DiscoverDistance) == 0x0002D0, "Member 'APointOfInterestMarkup::DiscoverDistance' has a wrong offset!"); \ static_assert(offsetof(APointOfInterestMarkup, State) == 0x0002D4, "Member 'APointOfInterestMarkup::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRuleState_ExplicitLayeredAnimation \ static_assert(alignof(UDialogueLineRuleState_ExplicitLayeredAnimation) == 0x000008, "Wrong alignment on UDialogueLineRuleState_ExplicitLayeredAnimation"); \ static_assert(sizeof(UDialogueLineRuleState_ExplicitLayeredAnimation) == 0x000058, "Wrong size on UDialogueLineRuleState_ExplicitLayeredAnimation"); \ #define DUMPER7_ASSERTS_SimpleInteractObject_GetAbilityClass \ static_assert(alignof(SimpleInteractObject_GetAbilityClass) == 0x000008, "Wrong alignment on SimpleInteractObject_GetAbilityClass"); \ static_assert(sizeof(SimpleInteractObject_GetAbilityClass) == 0x000008, "Wrong size on SimpleInteractObject_GetAbilityClass"); \ static_assert(offsetof(SimpleInteractObject_GetAbilityClass, ReturnValue) == 0x000000, "Member 'SimpleInteractObject_GetAbilityClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASimpleInteractObject \ static_assert(alignof(ASimpleInteractObject) == 0x000008, "Wrong alignment on ASimpleInteractObject"); \ static_assert(sizeof(ASimpleInteractObject) == 0x0002D8, "Wrong size on ASimpleInteractObject"); \ static_assert(offsetof(ASimpleInteractObject, CognitionStimuliSource) == 0x000268, "Member 'ASimpleInteractObject::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ASimpleInteractObject, AbilityClass) == 0x000270, "Member 'ASimpleInteractObject::AbilityClass' has a wrong offset!"); \ static_assert(offsetof(ASimpleInteractObject, bPartialBody) == 0x000278, "Member 'ASimpleInteractObject::bPartialBody' has a wrong offset!"); \ static_assert(offsetof(ASimpleInteractObject, AbilitySpawnActorClass) == 0x000280, "Member 'ASimpleInteractObject::AbilitySpawnActorClass' has a wrong offset!"); \ static_assert(offsetof(ASimpleInteractObject, AbilitySpawnOffset) == 0x000288, "Member 'ASimpleInteractObject::AbilitySpawnOffset' has a wrong offset!"); \ static_assert(offsetof(ASimpleInteractObject, AbilitySpawnRotationOffset) == 0x000294, "Member 'ASimpleInteractObject::AbilitySpawnRotationOffset' has a wrong offset!"); \ static_assert(offsetof(ASimpleInteractObject, InteractProperties) == 0x0002A0, "Member 'ASimpleInteractObject::InteractProperties' has a wrong offset!"); \ static_assert(offsetof(ASimpleInteractObject, PlayDialogueAfterInteractTime) == 0x0002A8, "Member 'ASimpleInteractObject::PlayDialogueAfterInteractTime' has a wrong offset!"); \ static_assert(offsetof(ASimpleInteractObject, DialogueEventName) == 0x0002B0, "Member 'ASimpleInteractObject::DialogueEventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRuleState_FacialEmotion \ static_assert(alignof(UDialogueLineRuleState_FacialEmotion) == 0x000008, "Wrong alignment on UDialogueLineRuleState_FacialEmotion"); \ static_assert(sizeof(UDialogueLineRuleState_FacialEmotion) == 0x000058, "Wrong size on UDialogueLineRuleState_FacialEmotion"); \ #define DUMPER7_ASSERTS_USceneActionState_PeriodicSRTrigger \ static_assert(alignof(USceneActionState_PeriodicSRTrigger) == 0x000008, "Wrong alignment on USceneActionState_PeriodicSRTrigger"); \ static_assert(sizeof(USceneActionState_PeriodicSRTrigger) == 0x0000B0, "Wrong size on USceneActionState_PeriodicSRTrigger"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_FillerLayeredAnimation \ static_assert(alignof(UDialogueLineRule_FillerLayeredAnimation) == 0x000008, "Wrong alignment on UDialogueLineRule_FillerLayeredAnimation"); \ static_assert(sizeof(UDialogueLineRule_FillerLayeredAnimation) == 0x0000A0, "Wrong size on UDialogueLineRule_FillerLayeredAnimation"); \ static_assert(offsetof(UDialogueLineRule_FillerLayeredAnimation, Tags) == 0x000040, "Member 'UDialogueLineRule_FillerLayeredAnimation::Tags' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_FillerLayeredAnimation, Layer) == 0x000060, "Member 'UDialogueLineRule_FillerLayeredAnimation::Layer' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_FillerLayeredAnimation, Mask) == 0x000068, "Member 'UDialogueLineRule_FillerLayeredAnimation::Mask' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_FillerLayeredAnimation, ActiveWhen) == 0x000070, "Member 'UDialogueLineRule_FillerLayeredAnimation::ActiveWhen' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_FillerLayeredAnimation, BlendWeight) == 0x000074, "Member 'UDialogueLineRule_FillerLayeredAnimation::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_FillerLayeredAnimation, BlendWeightVariability) == 0x000078, "Member 'UDialogueLineRule_FillerLayeredAnimation::BlendWeightVariability' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_FillerLayeredAnimation, ComputedBlendWeight) == 0x000080, "Member 'UDialogueLineRule_FillerLayeredAnimation::ComputedBlendWeight' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_FillerLayeredAnimation, BlendTime) == 0x000088, "Member 'UDialogueLineRule_FillerLayeredAnimation::BlendTime' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_FillerLayeredAnimation, BlendTimeVariability) == 0x00008C, "Member 'UDialogueLineRule_FillerLayeredAnimation::BlendTimeVariability' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_FillerLayeredAnimation, PaddingTime) == 0x000090, "Member 'UDialogueLineRule_FillerLayeredAnimation::PaddingTime' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_FillerLayeredAnimation, PaddingTimeVariability) == 0x000094, "Member 'UDialogueLineRule_FillerLayeredAnimation::PaddingTimeVariability' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_FillerLayeredAnimation, FitSmallAnimations) == 0x000098, "Member 'UDialogueLineRule_FillerLayeredAnimation::FitSmallAnimations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixPersistentAssets \ static_assert(alignof(UPhoenixPersistentAssets) == 0x000008, "Wrong alignment on UPhoenixPersistentAssets"); \ static_assert(sizeof(UPhoenixPersistentAssets) == 0x000040, "Wrong size on UPhoenixPersistentAssets"); \ static_assert(offsetof(UPhoenixPersistentAssets, AssetPaths) == 0x000030, "Member 'UPhoenixPersistentAssets::AssetPaths' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRuleState_FillerLayeredAnimation \ static_assert(alignof(UDialogueLineRuleState_FillerLayeredAnimation) == 0x000008, "Wrong alignment on UDialogueLineRuleState_FillerLayeredAnimation"); \ static_assert(sizeof(UDialogueLineRuleState_FillerLayeredAnimation) == 0x000058, "Wrong size on UDialogueLineRuleState_FillerLayeredAnimation"); \ #define DUMPER7_ASSERTS_USceneAction_GlobalLightRigBlendable \ static_assert(alignof(USceneAction_GlobalLightRigBlendable) == 0x000008, "Wrong alignment on USceneAction_GlobalLightRigBlendable"); \ static_assert(sizeof(USceneAction_GlobalLightRigBlendable) == 0x0000F0, "Wrong size on USceneAction_GlobalLightRigBlendable"); \ static_assert(offsetof(USceneAction_GlobalLightRigBlendable, GlobalLightingBlendable) == 0x000088, "Member 'USceneAction_GlobalLightRigBlendable::GlobalLightingBlendable' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GlobalLightRigBlendable, FogZMode) == 0x000090, "Member 'USceneAction_GlobalLightRigBlendable::FogZMode' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GlobalLightRigBlendable, FogZBase) == 0x000098, "Member 'USceneAction_GlobalLightRigBlendable::FogZBase' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GlobalLightRigBlendable, Priority) == 0x0000A0, "Member 'USceneAction_GlobalLightRigBlendable::Priority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GlobalLightRigBlendable, BlendDomain) == 0x0000A8, "Member 'USceneAction_GlobalLightRigBlendable::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GlobalLightRigBlendable, FeatherInTime) == 0x0000E0, "Member 'USceneAction_GlobalLightRigBlendable::FeatherInTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GlobalLightRigBlendable, FeatherOutTime) == 0x0000E4, "Member 'USceneAction_GlobalLightRigBlendable::FeatherOutTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GlobalLightRigBlendable, bPreviewOnly) == 0x0000E8, "Member 'USceneAction_GlobalLightRigBlendable::bPreviewOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_LayeredAnimation \ static_assert(alignof(UDialogueLineRule_LayeredAnimation) == 0x000008, "Wrong alignment on UDialogueLineRule_LayeredAnimation"); \ static_assert(sizeof(UDialogueLineRule_LayeredAnimation) == 0x000098, "Wrong size on UDialogueLineRule_LayeredAnimation"); \ static_assert(offsetof(UDialogueLineRule_LayeredAnimation, Tags) == 0x000040, "Member 'UDialogueLineRule_LayeredAnimation::Tags' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_LayeredAnimation, Layer) == 0x000060, "Member 'UDialogueLineRule_LayeredAnimation::Layer' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_LayeredAnimation, Mask) == 0x000068, "Member 'UDialogueLineRule_LayeredAnimation::Mask' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_LayeredAnimation, ActiveWhen) == 0x000070, "Member 'UDialogueLineRule_LayeredAnimation::ActiveWhen' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_LayeredAnimation, StartsFrom) == 0x000071, "Member 'UDialogueLineRule_LayeredAnimation::StartsFrom' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_LayeredAnimation, LipSyncIntensity) == 0x000072, "Member 'UDialogueLineRule_LayeredAnimation::LipSyncIntensity' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_LayeredAnimation, BlendWeight) == 0x000074, "Member 'UDialogueLineRule_LayeredAnimation::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_LayeredAnimation, BlendWeightVariability) == 0x000078, "Member 'UDialogueLineRule_LayeredAnimation::BlendWeightVariability' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_LayeredAnimation, ComputedBlendWeight) == 0x000080, "Member 'UDialogueLineRule_LayeredAnimation::ComputedBlendWeight' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_LayeredAnimation, BlendTime) == 0x000088, "Member 'UDialogueLineRule_LayeredAnimation::BlendTime' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_LayeredAnimation, BlendTimeVariability) == 0x00008C, "Member 'UDialogueLineRule_LayeredAnimation::BlendTimeVariability' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_LayeredAnimation, Blocking) == 0x000090, "Member 'UDialogueLineRule_LayeredAnimation::Blocking' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldEventCondition_Cooldown \ static_assert(alignof(UWorldEventCondition_Cooldown) == 0x000008, "Wrong alignment on UWorldEventCondition_Cooldown"); \ static_assert(sizeof(UWorldEventCondition_Cooldown) == 0x000090, "Wrong size on UWorldEventCondition_Cooldown"); \ static_assert(offsetof(UWorldEventCondition_Cooldown, GroupName) == 0x000038, "Member 'UWorldEventCondition_Cooldown::GroupName' has a wrong offset!"); \ static_assert(offsetof(UWorldEventCondition_Cooldown, bScalableCooldown) == 0x000048, "Member 'UWorldEventCondition_Cooldown::bScalableCooldown' has a wrong offset!"); \ static_assert(offsetof(UWorldEventCondition_Cooldown, DefaultScale) == 0x00004C, "Member 'UWorldEventCondition_Cooldown::DefaultScale' has a wrong offset!"); \ static_assert(offsetof(UWorldEventCondition_Cooldown, GroupMinCooldownTime) == 0x000050, "Member 'UWorldEventCondition_Cooldown::GroupMinCooldownTime' has a wrong offset!"); \ static_assert(offsetof(UWorldEventCondition_Cooldown, GroupMaxCooldownTime) == 0x000060, "Member 'UWorldEventCondition_Cooldown::GroupMaxCooldownTime' has a wrong offset!"); \ static_assert(offsetof(UWorldEventCondition_Cooldown, GroupCooldownTime) == 0x000070, "Member 'UWorldEventCondition_Cooldown::GroupCooldownTime' has a wrong offset!"); \ static_assert(offsetof(UWorldEventCondition_Cooldown, bRealTime) == 0x000080, "Member 'UWorldEventCondition_Cooldown::bRealTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRuleState_LayeredAnimation \ static_assert(alignof(UDialogueLineRuleState_LayeredAnimation) == 0x000008, "Wrong alignment on UDialogueLineRuleState_LayeredAnimation"); \ static_assert(sizeof(UDialogueLineRuleState_LayeredAnimation) == 0x000058, "Wrong size on UDialogueLineRuleState_LayeredAnimation"); \ #define DUMPER7_ASSERTS_UWeatherRemapBase \ static_assert(alignof(UWeatherRemapBase) == 0x000008, "Wrong alignment on UWeatherRemapBase"); \ static_assert(sizeof(UWeatherRemapBase) == 0x000030, "Wrong size on UWeatherRemapBase"); \ static_assert(offsetof(UWeatherRemapBase, RemapPPM) == 0x000028, "Member 'UWeatherRemapBase::RemapPPM' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherRemapRain \ static_assert(alignof(UWeatherRemapRain) == 0x000008, "Wrong alignment on UWeatherRemapRain"); \ static_assert(sizeof(UWeatherRemapRain) == 0x000040, "Wrong size on UWeatherRemapRain"); \ static_assert(offsetof(UWeatherRemapRain, VfxThreshold) == 0x000030, "Member 'UWeatherRemapRain::VfxThreshold' has a wrong offset!"); \ static_assert(offsetof(UWeatherRemapRain, SfxThreshold) == 0x000034, "Member 'UWeatherRemapRain::SfxThreshold' has a wrong offset!"); \ static_assert(offsetof(UWeatherRemapRain, ImpactThreshold) == 0x000038, "Member 'UWeatherRemapRain::ImpactThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_PickCamera_SpeakingActorEvent \ static_assert(alignof(UDialogueLineRule_PickCamera_SpeakingActorEvent) == 0x000008, "Wrong alignment on UDialogueLineRule_PickCamera_SpeakingActorEvent"); \ static_assert(sizeof(UDialogueLineRule_PickCamera_SpeakingActorEvent) == 0x0000C0, "Wrong size on UDialogueLineRule_PickCamera_SpeakingActorEvent"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_SpeakingActorEvent, OffsetFromDialogueLine) == 0x0000B8, "Member 'UDialogueLineRule_PickCamera_SpeakingActorEvent::OffsetFromDialogueLine' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_SpeakingActorEvent, SwitchCameraLengthThreshold) == 0x0000BC, "Member 'UDialogueLineRule_PickCamera_SpeakingActorEvent::SwitchCameraLengthThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_PickCamera_SpeakingActorStartEvent \ static_assert(alignof(UDialogueLineRule_PickCamera_SpeakingActorStartEvent) == 0x000008, "Wrong alignment on UDialogueLineRule_PickCamera_SpeakingActorStartEvent"); \ static_assert(sizeof(UDialogueLineRule_PickCamera_SpeakingActorStartEvent) == 0x0000C0, "Wrong size on UDialogueLineRule_PickCamera_SpeakingActorStartEvent"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_SpeakingActorStartEvent, OffsetFromDialogueLine) == 0x0000B8, "Member 'UDialogueLineRule_PickCamera_SpeakingActorStartEvent::OffsetFromDialogueLine' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_SpeakingActorStartEvent, SwitchCameraLengthThreshold) == 0x0000BC, "Member 'UDialogueLineRule_PickCamera_SpeakingActorStartEvent::SwitchCameraLengthThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_GameOptions \ static_assert(alignof(USceneActionState_GameOptions) == 0x000008, "Wrong alignment on USceneActionState_GameOptions"); \ static_assert(sizeof(USceneActionState_GameOptions) == 0x000070, "Wrong size on USceneActionState_GameOptions"); \ static_assert(offsetof(USceneActionState_GameOptions, CachedTime) == 0x00005C, "Member 'USceneActionState_GameOptions::CachedTime' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_GameOptions, CachedDuration) == 0x000060, "Member 'USceneActionState_GameOptions::CachedDuration' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_GameOptions, bCachedEnabled) == 0x000064, "Member 'USceneActionState_GameOptions::bCachedEnabled' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_GameOptions, bCachedInsideInterval) == 0x000065, "Member 'USceneActionState_GameOptions::bCachedInsideInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_PickCamera_DuringPauseEvent \ static_assert(alignof(UDialogueLineRule_PickCamera_DuringPauseEvent) == 0x000008, "Wrong alignment on UDialogueLineRule_PickCamera_DuringPauseEvent"); \ static_assert(sizeof(UDialogueLineRule_PickCamera_DuringPauseEvent) == 0x0000D8, "Wrong size on UDialogueLineRule_PickCamera_DuringPauseEvent"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_DuringPauseEvent, DurationThreshold) == 0x0000B8, "Member 'UDialogueLineRule_PickCamera_DuringPauseEvent::DurationThreshold' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_DuringPauseEvent, DurationVariability) == 0x0000BC, "Member 'UDialogueLineRule_PickCamera_DuringPauseEvent::DurationVariability' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_DuringPauseEvent, ShowBeforePause) == 0x0000C0, "Member 'UDialogueLineRule_PickCamera_DuringPauseEvent::ShowBeforePause' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_DuringPauseEvent, ShowBeforePauseVariability) == 0x0000C4, "Member 'UDialogueLineRule_PickCamera_DuringPauseEvent::ShowBeforePauseVariability' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_DuringPauseEvent, ShowAfterPause) == 0x0000C8, "Member 'UDialogueLineRule_PickCamera_DuringPauseEvent::ShowAfterPause' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_DuringPauseEvent, ShowAfterPauseVariability) == 0x0000CC, "Member 'UDialogueLineRule_PickCamera_DuringPauseEvent::ShowAfterPauseVariability' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_DuringPauseEvent, CombinePausesThreshold) == 0x0000D0, "Member 'UDialogueLineRule_PickCamera_DuringPauseEvent::CombinePausesThreshold' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_PickCamera_DuringPauseEvent, CombinePauseThresholdVariability) == 0x0000D4, "Member 'UDialogueLineRule_PickCamera_DuringPauseEvent::CombinePauseThresholdVariability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixPhysicalMaterial_Impact \ static_assert(alignof(PhoenixPhysicalMaterial_Impact) == 0x000008, "Wrong alignment on PhoenixPhysicalMaterial_Impact"); \ static_assert(sizeof(PhoenixPhysicalMaterial_Impact) == 0x000060, "Wrong size on PhoenixPhysicalMaterial_Impact"); \ static_assert(offsetof(PhoenixPhysicalMaterial_Impact, InImpactType) == 0x000000, "Member 'PhoenixPhysicalMaterial_Impact::InImpactType' has a wrong offset!"); \ static_assert(offsetof(PhoenixPhysicalMaterial_Impact, ImpactLocation) == 0x000004, "Member 'PhoenixPhysicalMaterial_Impact::ImpactLocation' has a wrong offset!"); \ static_assert(offsetof(PhoenixPhysicalMaterial_Impact, ImpactNormal) == 0x000010, "Member 'PhoenixPhysicalMaterial_Impact::ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(PhoenixPhysicalMaterial_Impact, ImpactDirection) == 0x00001C, "Member 'PhoenixPhysicalMaterial_Impact::ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(PhoenixPhysicalMaterial_Impact, ImpactComponent) == 0x000028, "Member 'PhoenixPhysicalMaterial_Impact::ImpactComponent' has a wrong offset!"); \ static_assert(offsetof(PhoenixPhysicalMaterial_Impact, Instigator) == 0x000030, "Member 'PhoenixPhysicalMaterial_Impact::Instigator' has a wrong offset!"); \ static_assert(offsetof(PhoenixPhysicalMaterial_Impact, ImpactBone) == 0x000038, "Member 'PhoenixPhysicalMaterial_Impact::ImpactBone' has a wrong offset!"); \ static_assert(offsetof(PhoenixPhysicalMaterial_Impact, ImpactScale) == 0x000040, "Member 'PhoenixPhysicalMaterial_Impact::ImpactScale' has a wrong offset!"); \ static_assert(offsetof(PhoenixPhysicalMaterial_Impact, AudioImpactVelocity) == 0x000044, "Member 'PhoenixPhysicalMaterial_Impact::AudioImpactVelocity' has a wrong offset!"); \ static_assert(offsetof(PhoenixPhysicalMaterial_Impact, Velocity) == 0x000048, "Member 'PhoenixPhysicalMaterial_Impact::Velocity' has a wrong offset!"); \ static_assert(offsetof(PhoenixPhysicalMaterial_Impact, UseRemap) == 0x000054, "Member 'PhoenixPhysicalMaterial_Impact::UseRemap' has a wrong offset!"); \ static_assert(offsetof(PhoenixPhysicalMaterial_Impact, ReturnValue) == 0x000058, "Member 'PhoenixPhysicalMaterial_Impact::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap \ static_assert(alignof(PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap) == 0x000008, "Wrong alignment on PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap"); \ static_assert(sizeof(PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap) == 0x000040, "Wrong size on PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap"); \ static_assert(offsetof(PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap, ImpactLocation) == 0x000000, "Member 'PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap::ImpactLocation' has a wrong offset!"); \ static_assert(offsetof(PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap, ImpactComponent) == 0x000010, "Member 'PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap::ImpactComponent' has a wrong offset!"); \ static_assert(offsetof(PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap, Instigator) == 0x000018, "Member 'PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap::Instigator' has a wrong offset!"); \ static_assert(offsetof(PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap, FootFall) == 0x000020, "Member 'PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap::FootFall' has a wrong offset!"); \ static_assert(offsetof(PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap, OutVfxRemapPPM) == 0x000028, "Member 'PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap::OutVfxRemapPPM' has a wrong offset!"); \ static_assert(offsetof(PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap, OutSfxRemapPPM) == 0x000030, "Member 'PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap::OutSfxRemapPPM' has a wrong offset!"); \ static_assert(offsetof(PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap, ReturnValue) == 0x000038, "Member 'PhoenixPhysicalMaterial_WeatherAndLandscapePhysicalMaterialRemap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixPhysicalMaterial \ static_assert(alignof(UPhoenixPhysicalMaterial) == 0x000008, "Wrong alignment on UPhoenixPhysicalMaterial"); \ static_assert(sizeof(UPhoenixPhysicalMaterial) == 0x0000E8, "Wrong size on UPhoenixPhysicalMaterial"); \ static_assert(offsetof(UPhoenixPhysicalMaterial, ImpactType) == 0x000080, "Member 'UPhoenixPhysicalMaterial::ImpactType' has a wrong offset!"); \ static_assert(offsetof(UPhoenixPhysicalMaterial, SlidingTime) == 0x000084, "Member 'UPhoenixPhysicalMaterial::SlidingTime' has a wrong offset!"); \ static_assert(offsetof(UPhoenixPhysicalMaterial, ImpactDamageScale) == 0x000088, "Member 'UPhoenixPhysicalMaterial::ImpactDamageScale' has a wrong offset!"); \ static_assert(offsetof(UPhoenixPhysicalMaterial, BaseSurfaceImpactFile) == 0x000090, "Member 'UPhoenixPhysicalMaterial::BaseSurfaceImpactFile' has a wrong offset!"); \ static_assert(offsetof(UPhoenixPhysicalMaterial, SlidingActorMap) == 0x000098, "Member 'UPhoenixPhysicalMaterial::SlidingActorMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_PickCamera \ static_assert(alignof(UDialogueLineRule_PickCamera) == 0x000008, "Wrong alignment on UDialogueLineRule_PickCamera"); \ static_assert(sizeof(UDialogueLineRule_PickCamera) == 0x000048, "Wrong size on UDialogueLineRule_PickCamera"); \ static_assert(offsetof(UDialogueLineRule_PickCamera, Events) == 0x000038, "Member 'UDialogueLineRule_PickCamera::Events' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_HideTransfigurationObjects \ static_assert(alignof(USceneAction_HideTransfigurationObjects) == 0x000008, "Wrong alignment on USceneAction_HideTransfigurationObjects"); \ static_assert(sizeof(USceneAction_HideTransfigurationObjects) == 0x0000A0, "Wrong size on USceneAction_HideTransfigurationObjects"); \ static_assert(offsetof(USceneAction_HideTransfigurationObjects, AffectedBoundingVolumes) == 0x000088, "Member 'USceneAction_HideTransfigurationObjects::AffectedBoundingVolumes' has a wrong offset!"); \ static_assert(offsetof(USceneAction_HideTransfigurationObjects, bTransitionToHide) == 0x000098, "Member 'USceneAction_HideTransfigurationObjects::bTransitionToHide' has a wrong offset!"); \ static_assert(offsetof(USceneAction_HideTransfigurationObjects, bTransitionToShow) == 0x000099, "Member 'USceneAction_HideTransfigurationObjects::bTransitionToShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRuleState_PickCamera \ static_assert(alignof(UDialogueLineRuleState_PickCamera) == 0x000008, "Wrong alignment on UDialogueLineRuleState_PickCamera"); \ static_assert(sizeof(UDialogueLineRuleState_PickCamera) == 0x000068, "Wrong size on UDialogueLineRuleState_PickCamera"); \ static_assert(offsetof(UDialogueLineRuleState_PickCamera, LastCameraAction) == 0x000058, "Member 'UDialogueLineRuleState_PickCamera::LastCameraAction' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRuleState_PickCamera, CurrentConversation) == 0x000060, "Member 'UDialogueLineRuleState_PickCamera::CurrentConversation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldEventCondition_PlayerKnowledge \ static_assert(alignof(UWorldEventCondition_PlayerKnowledge) == 0x000008, "Wrong alignment on UWorldEventCondition_PlayerKnowledge"); \ static_assert(sizeof(UWorldEventCondition_PlayerKnowledge) == 0x000050, "Wrong size on UWorldEventCondition_PlayerKnowledge"); \ static_assert(offsetof(UWorldEventCondition_PlayerKnowledge, ObjectID) == 0x000038, "Member 'UWorldEventCondition_PlayerKnowledge::ObjectID' has a wrong offset!"); \ static_assert(offsetof(UWorldEventCondition_PlayerKnowledge, FactColumnID) == 0x000040, "Member 'UWorldEventCondition_PlayerKnowledge::FactColumnID' has a wrong offset!"); \ static_assert(offsetof(UWorldEventCondition_PlayerKnowledge, MinimumKnowledgeRequired) == 0x000048, "Member 'UWorldEventCondition_PlayerKnowledge::MinimumKnowledgeRequired' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRule_ScreenFade \ static_assert(alignof(UDialogueLineRule_ScreenFade) == 0x000008, "Wrong alignment on UDialogueLineRule_ScreenFade"); \ static_assert(sizeof(UDialogueLineRule_ScreenFade) == 0x000080, "Wrong size on UDialogueLineRule_ScreenFade"); \ static_assert(offsetof(UDialogueLineRule_ScreenFade, OffsetFromDialogueLine) == 0x000038, "Member 'UDialogueLineRule_ScreenFade::OffsetFromDialogueLine' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_ScreenFade, InitialScreenFade) == 0x000040, "Member 'UDialogueLineRule_ScreenFade::InitialScreenFade' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_ScreenFade, FinalScreenFade) == 0x000048, "Member 'UDialogueLineRule_ScreenFade::FinalScreenFade' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_ScreenFade, BlendTime) == 0x000050, "Member 'UDialogueLineRule_ScreenFade::BlendTime' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_ScreenFade, FadeEventType) == 0x000058, "Member 'UDialogueLineRule_ScreenFade::FadeEventType' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_ScreenFade, KeepStateOnCompletion) == 0x000060, "Member 'UDialogueLineRule_ScreenFade::KeepStateOnCompletion' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_ScreenFade, KeepFadeAfterSceneRigCompletion) == 0x000068, "Member 'UDialogueLineRule_ScreenFade::KeepFadeAfterSceneRigCompletion' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_ScreenFade, EnableFading) == 0x000070, "Member 'UDialogueLineRule_ScreenFade::EnableFading' has a wrong offset!"); \ static_assert(offsetof(UDialogueLineRule_ScreenFade, FadeColor) == 0x000078, "Member 'UDialogueLineRule_ScreenFade::FadeColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueLineRuleState_ScreenFade \ static_assert(alignof(UDialogueLineRuleState_ScreenFade) == 0x000008, "Wrong alignment on UDialogueLineRuleState_ScreenFade"); \ static_assert(sizeof(UDialogueLineRuleState_ScreenFade) == 0x000058, "Wrong size on UDialogueLineRuleState_ScreenFade"); \ #define DUMPER7_ASSERTS_PhoenixPlayerInput_ForceRebuildTransposedKeyMaps \ static_assert(alignof(PhoenixPlayerInput_ForceRebuildTransposedKeyMaps) == 0x000001, "Wrong alignment on PhoenixPlayerInput_ForceRebuildTransposedKeyMaps"); \ static_assert(sizeof(PhoenixPlayerInput_ForceRebuildTransposedKeyMaps) == 0x000003, "Wrong size on PhoenixPlayerInput_ForceRebuildTransposedKeyMaps"); \ static_assert(offsetof(PhoenixPlayerInput_ForceRebuildTransposedKeyMaps, bRestoreDefaults) == 0x000000, "Member 'PhoenixPlayerInput_ForceRebuildTransposedKeyMaps::bRestoreDefaults' has a wrong offset!"); \ static_assert(offsetof(PhoenixPlayerInput_ForceRebuildTransposedKeyMaps, InCurrentLayout) == 0x000001, "Member 'PhoenixPlayerInput_ForceRebuildTransposedKeyMaps::InCurrentLayout' has a wrong offset!"); \ static_assert(offsetof(PhoenixPlayerInput_ForceRebuildTransposedKeyMaps, InNewLayout) == 0x000002, "Member 'PhoenixPlayerInput_ForceRebuildTransposedKeyMaps::InNewLayout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixPlayerInput_GetKeyLayout \ static_assert(alignof(PhoenixPlayerInput_GetKeyLayout) == 0x000001, "Wrong alignment on PhoenixPlayerInput_GetKeyLayout"); \ static_assert(sizeof(PhoenixPlayerInput_GetKeyLayout) == 0x000001, "Wrong size on PhoenixPlayerInput_GetKeyLayout"); \ static_assert(offsetof(PhoenixPlayerInput_GetKeyLayout, ReturnValue) == 0x000000, "Member 'PhoenixPlayerInput_GetKeyLayout::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixPlayerInput \ static_assert(alignof(UPhoenixPlayerInput) == 0x000008, "Wrong alignment on UPhoenixPlayerInput"); \ static_assert(sizeof(UPhoenixPlayerInput) == 0x0003E0, "Wrong size on UPhoenixPlayerInput"); \ static_assert(offsetof(UPhoenixPlayerInput, OnKeyLayoutChanged) == 0x0003B8, "Member 'UPhoenixPlayerInput::OnKeyLayoutChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALineTraceTestActor \ static_assert(alignof(ALineTraceTestActor) == 0x000008, "Wrong alignment on ALineTraceTestActor"); \ static_assert(sizeof(ALineTraceTestActor) == 0x000260, "Wrong size on ALineTraceTestActor"); \ static_assert(offsetof(ALineTraceTestActor, TraceLength) == 0x000248, "Member 'ALineTraceTestActor::TraceLength' has a wrong offset!"); \ static_assert(offsetof(ALineTraceTestActor, bTraceComplex) == 0x00024C, "Member 'ALineTraceTestActor::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(ALineTraceTestActor, QueryMobilityType) == 0x00024D, "Member 'ALineTraceTestActor::QueryMobilityType' has a wrong offset!"); \ static_assert(offsetof(ALineTraceTestActor, LineTraceBy) == 0x00024E, "Member 'ALineTraceTestActor::LineTraceBy' has a wrong offset!"); \ static_assert(offsetof(ALineTraceTestActor, SelectedChannel) == 0x00024F, "Member 'ALineTraceTestActor::SelectedChannel' has a wrong offset!"); \ static_assert(offsetof(ALineTraceTestActor, SelectedObjectType) == 0x000250, "Member 'ALineTraceTestActor::SelectedObjectType' has a wrong offset!"); \ static_assert(offsetof(ALineTraceTestActor, SelectedProfileName) == 0x000254, "Member 'ALineTraceTestActor::SelectedProfileName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Loadingcreen_GenerateTipList \ static_assert(alignof(Loadingcreen_GenerateTipList) == 0x000001, "Wrong alignment on Loadingcreen_GenerateTipList"); \ static_assert(sizeof(Loadingcreen_GenerateTipList) == 0x000001, "Wrong size on Loadingcreen_GenerateTipList"); \ static_assert(offsetof(Loadingcreen_GenerateTipList, DestinationLocation) == 0x000000, "Member 'Loadingcreen_GenerateTipList::DestinationLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Loadingcreen_OnDisplayNextTip \ static_assert(alignof(Loadingcreen_OnDisplayNextTip) == 0x000008, "Wrong alignment on Loadingcreen_OnDisplayNextTip"); \ static_assert(sizeof(Loadingcreen_OnDisplayNextTip) == 0x000010, "Wrong size on Loadingcreen_OnDisplayNextTip"); \ static_assert(offsetof(Loadingcreen_OnDisplayNextTip, TipKey) == 0x000000, "Member 'Loadingcreen_OnDisplayNextTip::TipKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Loadingcreen_PickBackgroundID \ static_assert(alignof(Loadingcreen_PickBackgroundID) == 0x000001, "Wrong alignment on Loadingcreen_PickBackgroundID"); \ static_assert(sizeof(Loadingcreen_PickBackgroundID) == 0x000001, "Wrong size on Loadingcreen_PickBackgroundID"); \ static_assert(offsetof(Loadingcreen_PickBackgroundID, DestinationLocation) == 0x000000, "Member 'Loadingcreen_PickBackgroundID::DestinationLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Loadingcreen_SetTexture \ static_assert(alignof(Loadingcreen_SetTexture) == 0x000008, "Wrong alignment on Loadingcreen_SetTexture"); \ static_assert(sizeof(Loadingcreen_SetTexture) == 0x000008, "Wrong size on Loadingcreen_SetTexture"); \ static_assert(offsetof(Loadingcreen_SetTexture, Texture) == 0x000000, "Member 'Loadingcreen_SetTexture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Loadingcreen_SetTextureByName \ static_assert(alignof(Loadingcreen_SetTextureByName) == 0x000008, "Wrong alignment on Loadingcreen_SetTextureByName"); \ static_assert(sizeof(Loadingcreen_SetTextureByName) == 0x000010, "Wrong size on Loadingcreen_SetTextureByName"); \ static_assert(offsetof(Loadingcreen_SetTextureByName, Name_0) == 0x000000, "Member 'Loadingcreen_SetTextureByName::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULoadingcreen \ static_assert(alignof(ULoadingcreen) == 0x000008, "Wrong alignment on ULoadingcreen"); \ static_assert(sizeof(ULoadingcreen) == 0x000380, "Wrong size on ULoadingcreen"); \ static_assert(offsetof(ULoadingcreen, LoadingImage) == 0x000328, "Member 'ULoadingcreen::LoadingImage' has a wrong offset!"); \ static_assert(offsetof(ULoadingcreen, Tips) == 0x000330, "Member 'ULoadingcreen::Tips' has a wrong offset!"); \ static_assert(offsetof(ULoadingcreen, BackgroundID) == 0x000340, "Member 'ULoadingcreen::BackgroundID' has a wrong offset!"); \ static_assert(offsetof(ULoadingcreen, DebugBackgroundIDs) == 0x000350, "Member 'ULoadingcreen::DebugBackgroundIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_HermesMessageAdvanced \ static_assert(alignof(USceneAction_HermesMessageAdvanced) == 0x000008, "Wrong alignment on USceneAction_HermesMessageAdvanced"); \ static_assert(sizeof(USceneAction_HermesMessageAdvanced) == 0x000088, "Wrong size on USceneAction_HermesMessageAdvanced"); \ #define DUMPER7_ASSERTS_USceneAction_HermesMessageAdvancedStartEnd \ static_assert(alignof(USceneAction_HermesMessageAdvancedStartEnd) == 0x000008, "Wrong alignment on USceneAction_HermesMessageAdvancedStartEnd"); \ static_assert(sizeof(USceneAction_HermesMessageAdvancedStartEnd) == 0x0000C8, "Wrong size on USceneAction_HermesMessageAdvancedStartEnd"); \ static_assert(offsetof(USceneAction_HermesMessageAdvancedStartEnd, StartMessage) == 0x000088, "Member 'USceneAction_HermesMessageAdvancedStartEnd::StartMessage' has a wrong offset!"); \ static_assert(offsetof(USceneAction_HermesMessageAdvancedStartEnd, StartData) == 0x000090, "Member 'USceneAction_HermesMessageAdvancedStartEnd::StartData' has a wrong offset!"); \ static_assert(offsetof(USceneAction_HermesMessageAdvancedStartEnd, EndMessage) == 0x0000A8, "Member 'USceneAction_HermesMessageAdvancedStartEnd::EndMessage' has a wrong offset!"); \ static_assert(offsetof(USceneAction_HermesMessageAdvancedStartEnd, EndData) == 0x0000B0, "Member 'USceneAction_HermesMessageAdvancedStartEnd::EndData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_HermesMessageAdvancedStartEndToActor \ static_assert(alignof(USceneAction_HermesMessageAdvancedStartEndToActor) == 0x000008, "Wrong alignment on USceneAction_HermesMessageAdvancedStartEndToActor"); \ static_assert(sizeof(USceneAction_HermesMessageAdvancedStartEndToActor) == 0x0000D0, "Wrong size on USceneAction_HermesMessageAdvancedStartEndToActor"); \ static_assert(offsetof(USceneAction_HermesMessageAdvancedStartEndToActor, ToActor) == 0x0000C8, "Member 'USceneAction_HermesMessageAdvancedStartEndToActor::ToActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalizationDebuggerWindow \ static_assert(alignof(ULocalizationDebuggerWindow) == 0x000008, "Wrong alignment on ULocalizationDebuggerWindow"); \ static_assert(sizeof(ULocalizationDebuggerWindow) == 0x000030, "Wrong size on ULocalizationDebuggerWindow"); \ static_assert(offsetof(ULocalizationDebuggerWindow, Widget) == 0x000028, "Member 'ULocalizationDebuggerWindow::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavMeshCache \ static_assert(alignof(UNavMeshCache) == 0x000008, "Wrong alignment on UNavMeshCache"); \ static_assert(sizeof(UNavMeshCache) == 0x000080, "Wrong size on UNavMeshCache"); \ static_assert(offsetof(UNavMeshCache, PathMatrix) == 0x000030, "Member 'UNavMeshCache::PathMatrix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskDelay \ static_assert(alignof(UAIPerformTaskDelay) == 0x000010, "Wrong alignment on UAIPerformTaskDelay"); \ static_assert(sizeof(UAIPerformTaskDelay) == 0x0000F0, "Wrong size on UAIPerformTaskDelay"); \ static_assert(offsetof(UAIPerformTaskDelay, Duration) == 0x0000D8, "Member 'UAIPerformTaskDelay::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_GetWorldEventLocations \ static_assert(alignof(LocationBasedDatabaseTables_GetWorldEventLocations) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_GetWorldEventLocations"); \ static_assert(sizeof(LocationBasedDatabaseTables_GetWorldEventLocations) == 0x000050, "Wrong size on LocationBasedDatabaseTables_GetWorldEventLocations"); \ static_assert(offsetof(LocationBasedDatabaseTables_GetWorldEventLocations, LocationRequiredDescriptors) == 0x000000, "Member 'LocationBasedDatabaseTables_GetWorldEventLocations::LocationRequiredDescriptors' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_GetWorldEventLocations, LocationDeniedDescriptors) == 0x000020, "Member 'LocationBasedDatabaseTables_GetWorldEventLocations::LocationDeniedDescriptors' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_GetWorldEventLocations, OutResults) == 0x000040, "Member 'LocationBasedDatabaseTables_GetWorldEventLocations::OutResults' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordAmbientCreatureSpawnLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordAmbientCreatureSpawnLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordAmbientCreatureSpawnLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordAmbientCreatureSpawnLocation) == 0x000008, "Wrong size on LocationBasedDatabaseTables_RecordAmbientCreatureSpawnLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordAmbientCreatureSpawnLocation, InVolume) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordAmbientCreatureSpawnLocation::InVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordAncientMagicDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordAncientMagicDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordAncientMagicDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordAncientMagicDatabaseLocation) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordAncientMagicDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordAncientMagicDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordAncientMagicDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordAncientMagicDatabaseLocation, Position) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordAncientMagicDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordAncientMagicDatabaseLocation, ZRot) == 0x00001C, "Member 'LocationBasedDatabaseTables_RecordAncientMagicDatabaseLocation::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordBanditCampDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordBanditCampDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordBanditCampDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordBanditCampDatabaseLocation) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordBanditCampDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordBanditCampDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordBanditCampDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordBanditCampDatabaseLocation, Position) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordBanditCampDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordBanditCampDatabaseLocation, ZRot) == 0x00001C, "Member 'LocationBasedDatabaseTables_RecordBanditCampDatabaseLocation::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordBeastDenDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordBeastDenDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordBeastDenDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordBeastDenDatabaseLocation) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordBeastDenDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordBeastDenDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordBeastDenDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordBeastDenDatabaseLocation, Position) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordBeastDenDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordBeastDenDatabaseLocation, ZRot) == 0x00001C, "Member 'LocationBasedDatabaseTables_RecordBeastDenDatabaseLocation::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordBroomRaceGates \ static_assert(alignof(LocationBasedDatabaseTables_RecordBroomRaceGates) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordBroomRaceGates"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordBroomRaceGates) == 0x000030, "Wrong size on LocationBasedDatabaseTables_RecordBroomRaceGates"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordBroomRaceGates, RaceName) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordBroomRaceGates::RaceName' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordBroomRaceGates, RaceGateTransforms) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordBroomRaceGates::RaceGateTransforms' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordBroomRaceGates, GateTypes) == 0x000020, "Member 'LocationBasedDatabaseTables_RecordBroomRaceGates::GateTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordBroomRacePath \ static_assert(alignof(LocationBasedDatabaseTables_RecordBroomRacePath) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordBroomRacePath"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordBroomRacePath) == 0x000038, "Wrong size on LocationBasedDatabaseTables_RecordBroomRacePath"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordBroomRacePath, RaceName) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordBroomRacePath::RaceName' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordBroomRacePath, PathName) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordBroomRacePath::PathName' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordBroomRacePath, PathIndex) == 0x000020, "Member 'LocationBasedDatabaseTables_RecordBroomRacePath::PathIndex' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordBroomRacePath, PathPoints) == 0x000028, "Member 'LocationBasedDatabaseTables_RecordBroomRacePath::PathPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordCharacterSpawnLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordCharacterSpawnLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordCharacterSpawnLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordCharacterSpawnLocation) == 0x000008, "Wrong size on LocationBasedDatabaseTables_RecordCharacterSpawnLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordCharacterSpawnLocation, InVolume) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordCharacterSpawnLocation::InVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordChestDatabaseOwner \ static_assert(alignof(LocationBasedDatabaseTables_RecordChestDatabaseOwner) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordChestDatabaseOwner"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordChestDatabaseOwner) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordChestDatabaseOwner"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordChestDatabaseOwner, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordChestDatabaseOwner::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordChestDatabaseOwner, Owner) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordChestDatabaseOwner::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordClusterDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordClusterDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordClusterDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordClusterDatabaseLocation) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordClusterDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordClusterDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordClusterDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordClusterDatabaseLocation, Position) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordClusterDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordClusterDatabaseLocation, ZRot) == 0x00001C, "Member 'LocationBasedDatabaseTables_RecordClusterDatabaseLocation::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordDevBanditCampDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordDevBanditCampDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordDevBanditCampDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordDevBanditCampDatabaseLocation) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordDevBanditCampDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordDevBanditCampDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordDevBanditCampDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordDevBanditCampDatabaseLocation, Position) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordDevBanditCampDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordDevBanditCampDatabaseLocation, ZRot) == 0x00001C, "Member 'LocationBasedDatabaseTables_RecordDevBanditCampDatabaseLocation::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordDevMiscDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordDevMiscDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordDevMiscDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordDevMiscDatabaseLocation) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordDevMiscDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordDevMiscDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordDevMiscDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordDevMiscDatabaseLocation, Position) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordDevMiscDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordDevMiscDatabaseLocation, ZRot) == 0x00001C, "Member 'LocationBasedDatabaseTables_RecordDevMiscDatabaseLocation::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordDungeonChestDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordDungeonChestDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordDungeonChestDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordDungeonChestDatabaseLocation) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordDungeonChestDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordDungeonChestDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordDungeonChestDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordDungeonChestDatabaseLocation, Position) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordDungeonChestDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordDungeonChestDatabaseLocation, ZRot) == 0x00001C, "Member 'LocationBasedDatabaseTables_RecordDungeonChestDatabaseLocation::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordDungeonChestDatabaseOwner \ static_assert(alignof(LocationBasedDatabaseTables_RecordDungeonChestDatabaseOwner) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordDungeonChestDatabaseOwner"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordDungeonChestDatabaseOwner) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordDungeonChestDatabaseOwner"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordDungeonChestDatabaseOwner, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordDungeonChestDatabaseOwner::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordDungeonChestDatabaseOwner, Owner) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordDungeonChestDatabaseOwner::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordEnemyDenLocationsDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordEnemyDenLocationsDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordEnemyDenLocationsDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordEnemyDenLocationsDatabaseLocation) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordEnemyDenLocationsDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordEnemyDenLocationsDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordEnemyDenLocationsDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordEnemyDenLocationsDatabaseLocation, Position) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordEnemyDenLocationsDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordEnemyDenLocationsDatabaseLocation, ZRot) == 0x00001C, "Member 'LocationBasedDatabaseTables_RecordEnemyDenLocationsDatabaseLocation::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordFastTravelDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordFastTravelDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordFastTravelDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordFastTravelDatabaseLocation) == 0x000038, "Wrong size on LocationBasedDatabaseTables_RecordFastTravelDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordFastTravelDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordFastTravelDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordFastTravelDatabaseLocation, Position) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordFastTravelDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordFastTravelDatabaseLocation, BeaconPosition) == 0x00001C, "Member 'LocationBasedDatabaseTables_RecordFastTravelDatabaseLocation::BeaconPosition' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordFastTravelDatabaseLocation, ZRot) == 0x000028, "Member 'LocationBasedDatabaseTables_RecordFastTravelDatabaseLocation::ZRot' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordFastTravelDatabaseLocation, locationActor) == 0x000030, "Member 'LocationBasedDatabaseTables_RecordFastTravelDatabaseLocation::locationActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordHamletDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordHamletDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordHamletDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordHamletDatabaseLocation) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordHamletDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordHamletDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordHamletDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordHamletDatabaseLocation, Position) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordHamletDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordHamletDatabaseLocation, ZRot) == 0x00001C, "Member 'LocationBasedDatabaseTables_RecordHamletDatabaseLocation::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordKnowledgeInvestigatableDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordKnowledgeInvestigatableDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordKnowledgeInvestigatableDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordKnowledgeInvestigatableDatabaseLocation) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordKnowledgeInvestigatableDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordKnowledgeInvestigatableDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordKnowledgeInvestigatableDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordKnowledgeInvestigatableDatabaseLocation, Position) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordKnowledgeInvestigatableDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordKnowledgeInvestigatableDatabaseLocation, ZRot) == 0x00001C, "Member 'LocationBasedDatabaseTables_RecordKnowledgeInvestigatableDatabaseLocation::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordKnowledgeLocationDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordKnowledgeLocationDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordKnowledgeLocationDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordKnowledgeLocationDatabaseLocation) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordKnowledgeLocationDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordKnowledgeLocationDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordKnowledgeLocationDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordKnowledgeLocationDatabaseLocation, Position) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordKnowledgeLocationDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordKnowledgeLocationDatabaseLocation, ZRot) == 0x00001C, "Member 'LocationBasedDatabaseTables_RecordKnowledgeLocationDatabaseLocation::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordMiscDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordMiscDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordMiscDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordMiscDatabaseLocation) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordMiscDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordMiscDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordMiscDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordMiscDatabaseLocation, Position) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordMiscDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordMiscDatabaseLocation, ZRot) == 0x00001C, "Member 'LocationBasedDatabaseTables_RecordMiscDatabaseLocation::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordMountZoneLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordMountZoneLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordMountZoneLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordMountZoneLocation) == 0x000008, "Wrong size on LocationBasedDatabaseTables_RecordMountZoneLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordMountZoneLocation, InVolume) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordMountZoneLocation::InVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordObjectAndOwner \ static_assert(alignof(LocationBasedDatabaseTables_RecordObjectAndOwner) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordObjectAndOwner"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordObjectAndOwner) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordObjectAndOwner"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordObjectAndOwner, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordObjectAndOwner::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordObjectAndOwner, Owner) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordObjectAndOwner::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordRuinDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordRuinDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordRuinDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordRuinDatabaseLocation) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordRuinDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordRuinDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordRuinDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordRuinDatabaseLocation, Position) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordRuinDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordRuinDatabaseLocation, ZRot) == 0x00001C, "Member 'LocationBasedDatabaseTables_RecordRuinDatabaseLocation::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordSphinxPuzzleDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordSphinxPuzzleDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordSphinxPuzzleDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordSphinxPuzzleDatabaseLocation) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordSphinxPuzzleDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordSphinxPuzzleDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordSphinxPuzzleDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordSphinxPuzzleDatabaseLocation, Position) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordSphinxPuzzleDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordSphinxPuzzleDatabaseLocation, ZRot) == 0x00001C, "Member 'LocationBasedDatabaseTables_RecordSphinxPuzzleDatabaseLocation::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordTentDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordTentDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordTentDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordTentDatabaseLocation) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordTentDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordTentDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordTentDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordTentDatabaseLocation, Position) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordTentDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordTentDatabaseLocation, ZRot) == 0x00001C, "Member 'LocationBasedDatabaseTables_RecordTentDatabaseLocation::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordVaultDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordVaultDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordVaultDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordVaultDatabaseLocation) == 0x000020, "Wrong size on LocationBasedDatabaseTables_RecordVaultDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordVaultDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordVaultDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordVaultDatabaseLocation, Position) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordVaultDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordVaultDatabaseLocation, ZRot) == 0x00001C, "Member 'LocationBasedDatabaseTables_RecordVaultDatabaseLocation::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordWorldEventDatabaseDescriptors \ static_assert(alignof(LocationBasedDatabaseTables_RecordWorldEventDatabaseDescriptors) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordWorldEventDatabaseDescriptors"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordWorldEventDatabaseDescriptors) == 0x000040, "Wrong size on LocationBasedDatabaseTables_RecordWorldEventDatabaseDescriptors"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordWorldEventDatabaseDescriptors, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordWorldEventDatabaseDescriptors::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordWorldEventDatabaseDescriptors, locationDescriptors) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordWorldEventDatabaseDescriptors::locationDescriptors' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordWorldEventDatabaseDescriptors, Conditions) == 0x000030, "Member 'LocationBasedDatabaseTables_RecordWorldEventDatabaseDescriptors::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordWorldEventDatabaseLocation \ static_assert(alignof(LocationBasedDatabaseTables_RecordWorldEventDatabaseLocation) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordWorldEventDatabaseLocation"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordWorldEventDatabaseLocation) == 0x000030, "Wrong size on LocationBasedDatabaseTables_RecordWorldEventDatabaseLocation"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordWorldEventDatabaseLocation, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordWorldEventDatabaseLocation::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordWorldEventDatabaseLocation, Guid) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordWorldEventDatabaseLocation::Guid' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordWorldEventDatabaseLocation, Position) == 0x000020, "Member 'LocationBasedDatabaseTables_RecordWorldEventDatabaseLocation::Position' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordWorldEventDatabaseLocation, ZRot) == 0x00002C, "Member 'LocationBasedDatabaseTables_RecordWorldEventDatabaseLocation::ZRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LocationBasedDatabaseTables_RecordWorldEventLocationMeta \ static_assert(alignof(LocationBasedDatabaseTables_RecordWorldEventLocationMeta) == 0x000008, "Wrong alignment on LocationBasedDatabaseTables_RecordWorldEventLocationMeta"); \ static_assert(sizeof(LocationBasedDatabaseTables_RecordWorldEventLocationMeta) == 0x000018, "Wrong size on LocationBasedDatabaseTables_RecordWorldEventLocationMeta"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordWorldEventLocationMeta, Name_0) == 0x000000, "Member 'LocationBasedDatabaseTables_RecordWorldEventLocationMeta::Name_0' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordWorldEventLocationMeta, StreamInRadius) == 0x000010, "Member 'LocationBasedDatabaseTables_RecordWorldEventLocationMeta::StreamInRadius' has a wrong offset!"); \ static_assert(offsetof(LocationBasedDatabaseTables_RecordWorldEventLocationMeta, StreamOutRadius) == 0x000014, "Member 'LocationBasedDatabaseTables_RecordWorldEventLocationMeta::StreamOutRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocationBasedDatabaseTables \ static_assert(alignof(ULocationBasedDatabaseTables) == 0x000008, "Wrong alignment on ULocationBasedDatabaseTables"); \ static_assert(sizeof(ULocationBasedDatabaseTables) == 0x000028, "Wrong size on ULocationBasedDatabaseTables"); \ #define DUMPER7_ASSERTS_LockableInterface_GetAttachToMesh \ static_assert(alignof(LockableInterface_GetAttachToMesh) == 0x000008, "Wrong alignment on LockableInterface_GetAttachToMesh"); \ static_assert(sizeof(LockableInterface_GetAttachToMesh) == 0x000008, "Wrong size on LockableInterface_GetAttachToMesh"); \ static_assert(offsetof(LockableInterface_GetAttachToMesh, ReturnValue) == 0x000000, "Member 'LockableInterface_GetAttachToMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableInterface_GetSoundPos \ static_assert(alignof(LockableInterface_GetSoundPos) == 0x000004, "Wrong alignment on LockableInterface_GetSoundPos"); \ static_assert(sizeof(LockableInterface_GetSoundPos) == 0x00000C, "Wrong size on LockableInterface_GetSoundPos"); \ static_assert(offsetof(LockableInterface_GetSoundPos, ReturnValue) == 0x000000, "Member 'LockableInterface_GetSoundPos::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableInterface_OnUnlocked \ static_assert(alignof(LockableInterface_OnUnlocked) == 0x000001, "Wrong alignment on LockableInterface_OnUnlocked"); \ static_assert(sizeof(LockableInterface_OnUnlocked) == 0x000004, "Wrong size on LockableInterface_OnUnlocked"); \ static_assert(offsetof(LockableInterface_OnUnlocked, OpenLockable) == 0x000000, "Member 'LockableInterface_OnUnlocked::OpenLockable' has a wrong offset!"); \ static_assert(offsetof(LockableInterface_OnUnlocked, ThrowLock) == 0x000001, "Member 'LockableInterface_OnUnlocked::ThrowLock' has a wrong offset!"); \ static_assert(offsetof(LockableInterface_OnUnlocked, PlaySoundsAndEffects) == 0x000002, "Member 'LockableInterface_OnUnlocked::PlaySoundsAndEffects' has a wrong offset!"); \ static_assert(offsetof(LockableInterface_OnUnlocked, FromMinigame) == 0x000003, "Member 'LockableInterface_OnUnlocked::FromMinigame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableInterface_SetAudioSwitch \ static_assert(alignof(LockableInterface_SetAudioSwitch) == 0x000008, "Wrong alignment on LockableInterface_SetAudioSwitch"); \ static_assert(sizeof(LockableInterface_SetAudioSwitch) == 0x000008, "Wrong size on LockableInterface_SetAudioSwitch"); \ static_assert(offsetof(LockableInterface_SetAudioSwitch, AkComponent) == 0x000000, "Member 'LockableInterface_SetAudioSwitch::AkComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ILockableInterface \ static_assert(alignof(ILockableInterface) == 0x000001, "Wrong alignment on ILockableInterface"); \ static_assert(sizeof(ILockableInterface) == 0x000001, "Wrong size on ILockableInterface"); \ #define DUMPER7_ASSERTS_PuzzleTarget_GetNewVelocity \ static_assert(alignof(PuzzleTarget_GetNewVelocity) == 0x000008, "Wrong alignment on PuzzleTarget_GetNewVelocity"); \ static_assert(sizeof(PuzzleTarget_GetNewVelocity) == 0x000018, "Wrong size on PuzzleTarget_GetNewVelocity"); \ static_assert(offsetof(PuzzleTarget_GetNewVelocity, PrimComp) == 0x000000, "Member 'PuzzleTarget_GetNewVelocity::PrimComp' has a wrong offset!"); \ static_assert(offsetof(PuzzleTarget_GetNewVelocity, ReturnValue) == 0x000008, "Member 'PuzzleTarget_GetNewVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PuzzleTarget_OnOverlapBegin \ static_assert(alignof(PuzzleTarget_OnOverlapBegin) == 0x000008, "Wrong alignment on PuzzleTarget_OnOverlapBegin"); \ static_assert(sizeof(PuzzleTarget_OnOverlapBegin) == 0x0000A8, "Wrong size on PuzzleTarget_OnOverlapBegin"); \ static_assert(offsetof(PuzzleTarget_OnOverlapBegin, OverlappedComponent) == 0x000000, "Member 'PuzzleTarget_OnOverlapBegin::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(PuzzleTarget_OnOverlapBegin, OtherActor) == 0x000008, "Member 'PuzzleTarget_OnOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(PuzzleTarget_OnOverlapBegin, OtherComp) == 0x000010, "Member 'PuzzleTarget_OnOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(PuzzleTarget_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'PuzzleTarget_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(PuzzleTarget_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'PuzzleTarget_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(PuzzleTarget_OnOverlapBegin, SweepResult) == 0x000020, "Member 'PuzzleTarget_OnOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PuzzleTarget_OnOverlapEnd \ static_assert(alignof(PuzzleTarget_OnOverlapEnd) == 0x000008, "Wrong alignment on PuzzleTarget_OnOverlapEnd"); \ static_assert(sizeof(PuzzleTarget_OnOverlapEnd) == 0x000020, "Wrong size on PuzzleTarget_OnOverlapEnd"); \ static_assert(offsetof(PuzzleTarget_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'PuzzleTarget_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(PuzzleTarget_OnOverlapEnd, OtherActor) == 0x000008, "Member 'PuzzleTarget_OnOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(PuzzleTarget_OnOverlapEnd, OtherComp) == 0x000010, "Member 'PuzzleTarget_OnOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(PuzzleTarget_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'PuzzleTarget_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PuzzleTarget_StartMove \ static_assert(alignof(PuzzleTarget_StartMove) == 0x000008, "Wrong alignment on PuzzleTarget_StartMove"); \ static_assert(sizeof(PuzzleTarget_StartMove) == 0x000008, "Wrong size on PuzzleTarget_StartMove"); \ static_assert(offsetof(PuzzleTarget_StartMove, OtherActor) == 0x000000, "Member 'PuzzleTarget_StartMove::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APuzzleTarget \ static_assert(alignof(APuzzleTarget) == 0x000008, "Wrong alignment on APuzzleTarget"); \ static_assert(sizeof(APuzzleTarget) == 0x000318, "Wrong size on APuzzleTarget"); \ static_assert(offsetof(APuzzleTarget, VolumeComponent) == 0x000250, "Member 'APuzzleTarget::VolumeComponent' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, TargetComponent) == 0x000258, "Member 'APuzzleTarget::TargetComponent' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, bCanComplete) == 0x000260, "Member 'APuzzleTarget::bCanComplete' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, NumActorsToComplete) == 0x000264, "Member 'APuzzleTarget::NumActorsToComplete' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, MoveSpeed) == 0x000268, "Member 'APuzzleTarget::MoveSpeed' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, RotationSpeed) == 0x00026C, "Member 'APuzzleTarget::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, MarginOfError) == 0x000270, "Member 'APuzzleTarget::MarginOfError' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, bStopMovingWhenFinished) == 0x000274, "Member 'APuzzleTarget::bStopMovingWhenFinished' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, bSnapToTarget) == 0x000275, "Member 'APuzzleTarget::bSnapToTarget' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, bRotateToTarget) == 0x000276, "Member 'APuzzleTarget::bRotateToTarget' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, bCancelMomentum) == 0x000277, "Member 'APuzzleTarget::bCancelMomentum' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, ActorTypes) == 0x000278, "Member 'APuzzleTarget::ActorTypes' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, ActorList) == 0x000288, "Member 'APuzzleTarget::ActorList' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, TerminatePreviousEffects) == 0x000298, "Member 'APuzzleTarget::TerminatePreviousEffects' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, bCancelSpellsOnTargetReached) == 0x0002A8, "Member 'APuzzleTarget::bCancelSpellsOnTargetReached' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, bOneAtATime) == 0x0002A9, "Member 'APuzzleTarget::bOneAtATime' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, OnTargetReached) == 0x0002B0, "Member 'APuzzleTarget::OnTargetReached' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, OnTargetFinished) == 0x0002C0, "Member 'APuzzleTarget::OnTargetFinished' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, MovingActors) == 0x0002D0, "Member 'APuzzleTarget::MovingActors' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, TargetActors) == 0x0002E0, "Member 'APuzzleTarget::TargetActors' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, bMoving) == 0x0002F0, "Member 'APuzzleTarget::bMoving' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, bDoOnce) == 0x0002F1, "Member 'APuzzleTarget::bDoOnce' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, MovingDestReached) == 0x0002F8, "Member 'APuzzleTarget::MovingDestReached' has a wrong offset!"); \ static_assert(offsetof(APuzzleTarget, MovingRotReached) == 0x000308, "Member 'APuzzleTarget::MovingRotReached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableManager_LockablesDrawDebugInfo \ static_assert(alignof(LockableManager_LockablesDrawDebugInfo) == 0x000001, "Wrong alignment on LockableManager_LockablesDrawDebugInfo"); \ static_assert(sizeof(LockableManager_LockablesDrawDebugInfo) == 0x000001, "Wrong size on LockableManager_LockablesDrawDebugInfo"); \ static_assert(offsetof(LockableManager_LockablesDrawDebugInfo, Enable) == 0x000000, "Member 'LockableManager_LockablesDrawDebugInfo::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableManager_LockablesMarkLocks \ static_assert(alignof(LockableManager_LockablesMarkLocks) == 0x000001, "Wrong alignment on LockableManager_LockablesMarkLocks"); \ static_assert(sizeof(LockableManager_LockablesMarkLocks) == 0x000001, "Wrong size on LockableManager_LockablesMarkLocks"); \ static_assert(offsetof(LockableManager_LockablesMarkLocks, Enable) == 0x000000, "Member 'LockableManager_LockablesMarkLocks::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableManager_LockablesMasterKey \ static_assert(alignof(LockableManager_LockablesMasterKey) == 0x000001, "Wrong alignment on LockableManager_LockablesMasterKey"); \ static_assert(sizeof(LockableManager_LockablesMasterKey) == 0x000001, "Wrong size on LockableManager_LockablesMasterKey"); \ static_assert(offsetof(LockableManager_LockablesMasterKey, Enable) == 0x000000, "Member 'LockableManager_LockablesMasterKey::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableManager_LockablesSetAlohomora \ static_assert(alignof(LockableManager_LockablesSetAlohomora) == 0x000001, "Wrong alignment on LockableManager_LockablesSetAlohomora"); \ static_assert(sizeof(LockableManager_LockablesSetAlohomora) == 0x000001, "Wrong size on LockableManager_LockablesSetAlohomora"); \ static_assert(offsetof(LockableManager_LockablesSetAlohomora, AlohomoraLevel) == 0x000000, "Member 'LockableManager_LockablesSetAlohomora::AlohomoraLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableManager_LockablesSuperAlohomora \ static_assert(alignof(LockableManager_LockablesSuperAlohomora) == 0x000001, "Wrong alignment on LockableManager_LockablesSuperAlohomora"); \ static_assert(sizeof(LockableManager_LockablesSuperAlohomora) == 0x000001, "Wrong size on LockableManager_LockablesSuperAlohomora"); \ static_assert(offsetof(LockableManager_LockablesSuperAlohomora, Enable) == 0x000000, "Member 'LockableManager_LockablesSuperAlohomora::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULockableManager \ static_assert(alignof(ULockableManager) == 0x000008, "Wrong alignment on ULockableManager"); \ static_assert(sizeof(ULockableManager) == 0x000280, "Wrong size on ULockableManager"); \ static_assert(offsetof(ULockableManager, AlohomoraComponents) == 0x000108, "Member 'ULockableManager::AlohomoraComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableManagerFunctionLibrary_FindNamedDoor \ static_assert(alignof(LockableManagerFunctionLibrary_FindNamedDoor) == 0x000008, "Wrong alignment on LockableManagerFunctionLibrary_FindNamedDoor"); \ static_assert(sizeof(LockableManagerFunctionLibrary_FindNamedDoor) == 0x000018, "Wrong size on LockableManagerFunctionLibrary_FindNamedDoor"); \ static_assert(offsetof(LockableManagerFunctionLibrary_FindNamedDoor, DoorName) == 0x000000, "Member 'LockableManagerFunctionLibrary_FindNamedDoor::DoorName' has a wrong offset!"); \ static_assert(offsetof(LockableManagerFunctionLibrary_FindNamedDoor, ReturnValue) == 0x000010, "Member 'LockableManagerFunctionLibrary_FindNamedDoor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockableManagerFunctionLibrary_WaitForDoorAndSetState \ static_assert(alignof(LockableManagerFunctionLibrary_WaitForDoorAndSetState) == 0x000008, "Wrong alignment on LockableManagerFunctionLibrary_WaitForDoorAndSetState"); \ static_assert(sizeof(LockableManagerFunctionLibrary_WaitForDoorAndSetState) == 0x000018, "Wrong size on LockableManagerFunctionLibrary_WaitForDoorAndSetState"); \ static_assert(offsetof(LockableManagerFunctionLibrary_WaitForDoorAndSetState, DoorName) == 0x000000, "Member 'LockableManagerFunctionLibrary_WaitForDoorAndSetState::DoorName' has a wrong offset!"); \ static_assert(offsetof(LockableManagerFunctionLibrary_WaitForDoorAndSetState, DoorState) == 0x000010, "Member 'LockableManagerFunctionLibrary_WaitForDoorAndSetState::DoorState' has a wrong offset!"); \ static_assert(offsetof(LockableManagerFunctionLibrary_WaitForDoorAndSetState, LockVisible) == 0x000011, "Member 'LockableManagerFunctionLibrary_WaitForDoorAndSetState::LockVisible' has a wrong offset!"); \ static_assert(offsetof(LockableManagerFunctionLibrary_WaitForDoorAndSetState, PlaySoundsAndEffects) == 0x000012, "Member 'LockableManagerFunctionLibrary_WaitForDoorAndSetState::PlaySoundsAndEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULockableManagerFunctionLibrary \ static_assert(alignof(ULockableManagerFunctionLibrary) == 0x000008, "Wrong alignment on ULockableManagerFunctionLibrary"); \ static_assert(sizeof(ULockableManagerFunctionLibrary) == 0x000028, "Wrong size on ULockableManagerFunctionLibrary"); \ #define DUMPER7_ASSERTS_StationManager_GetStationManager \ static_assert(alignof(StationManager_GetStationManager) == 0x000008, "Wrong alignment on StationManager_GetStationManager"); \ static_assert(sizeof(StationManager_GetStationManager) == 0x000008, "Wrong size on StationManager_GetStationManager"); \ static_assert(offsetof(StationManager_GetStationManager, ReturnValue) == 0x000000, "Member 'StationManager_GetStationManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationManager_IsPlayerInWorld \ static_assert(alignof(StationManager_IsPlayerInWorld) == 0x000004, "Wrong alignment on StationManager_IsPlayerInWorld"); \ static_assert(sizeof(StationManager_IsPlayerInWorld) == 0x00000C, "Wrong size on StationManager_IsPlayerInWorld"); \ static_assert(offsetof(StationManager_IsPlayerInWorld, InWorldName) == 0x000000, "Member 'StationManager_IsPlayerInWorld::InWorldName' has a wrong offset!"); \ static_assert(offsetof(StationManager_IsPlayerInWorld, ReturnValue) == 0x000008, "Member 'StationManager_IsPlayerInWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationManager_FindBedSiteLocation \ static_assert(alignof(StationManager_FindBedSiteLocation) == 0x000008, "Wrong alignment on StationManager_FindBedSiteLocation"); \ static_assert(sizeof(StationManager_FindBedSiteLocation) == 0x000020, "Wrong size on StationManager_FindBedSiteLocation"); \ static_assert(offsetof(StationManager_FindBedSiteLocation, InSiteName) == 0x000000, "Member 'StationManager_FindBedSiteLocation::InSiteName' has a wrong offset!"); \ static_assert(offsetof(StationManager_FindBedSiteLocation, Location) == 0x000010, "Member 'StationManager_FindBedSiteLocation::Location' has a wrong offset!"); \ static_assert(offsetof(StationManager_FindBedSiteLocation, ReturnValue) == 0x00001C, "Member 'StationManager_FindBedSiteLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationManager_FindSiteLocation \ static_assert(alignof(StationManager_FindSiteLocation) == 0x000008, "Wrong alignment on StationManager_FindSiteLocation"); \ static_assert(sizeof(StationManager_FindSiteLocation) == 0x000020, "Wrong size on StationManager_FindSiteLocation"); \ static_assert(offsetof(StationManager_FindSiteLocation, InSiteName) == 0x000000, "Member 'StationManager_FindSiteLocation::InSiteName' has a wrong offset!"); \ static_assert(offsetof(StationManager_FindSiteLocation, Location) == 0x000010, "Member 'StationManager_FindSiteLocation::Location' has a wrong offset!"); \ static_assert(offsetof(StationManager_FindSiteLocation, ReturnValue) == 0x00001C, "Member 'StationManager_FindSiteLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StationManager_GetClosestPlayerBed \ static_assert(alignof(StationManager_GetClosestPlayerBed) == 0x000008, "Wrong alignment on StationManager_GetClosestPlayerBed"); \ static_assert(sizeof(StationManager_GetClosestPlayerBed) == 0x000008, "Wrong size on StationManager_GetClosestPlayerBed"); \ static_assert(offsetof(StationManager_GetClosestPlayerBed, ReturnValue) == 0x000000, "Member 'StationManager_GetClosestPlayerBed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStationManager \ static_assert(alignof(UStationManager) == 0x000008, "Wrong alignment on UStationManager"); \ static_assert(sizeof(UStationManager) == 0x000480, "Wrong size on UStationManager"); \ #define DUMPER7_ASSERTS_USceneAction_VSyncEditor \ static_assert(alignof(USceneAction_VSyncEditor) == 0x000008, "Wrong alignment on USceneAction_VSyncEditor"); \ static_assert(sizeof(USceneAction_VSyncEditor) == 0x000088, "Wrong size on USceneAction_VSyncEditor"); \ #define DUMPER7_ASSERTS_LockDifficultyHelper_ConvertLockDifficultyToLockLevel \ static_assert(alignof(LockDifficultyHelper_ConvertLockDifficultyToLockLevel) == 0x000001, "Wrong alignment on LockDifficultyHelper_ConvertLockDifficultyToLockLevel"); \ static_assert(sizeof(LockDifficultyHelper_ConvertLockDifficultyToLockLevel) == 0x000002, "Wrong size on LockDifficultyHelper_ConvertLockDifficultyToLockLevel"); \ static_assert(offsetof(LockDifficultyHelper_ConvertLockDifficultyToLockLevel, LockDifficulty) == 0x000000, "Member 'LockDifficultyHelper_ConvertLockDifficultyToLockLevel::LockDifficulty' has a wrong offset!"); \ static_assert(offsetof(LockDifficultyHelper_ConvertLockDifficultyToLockLevel, ReturnValue) == 0x000001, "Member 'LockDifficultyHelper_ConvertLockDifficultyToLockLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockDifficultyHelper_ConvertLockLevelToLockDifficulty \ static_assert(alignof(LockDifficultyHelper_ConvertLockLevelToLockDifficulty) == 0x000001, "Wrong alignment on LockDifficultyHelper_ConvertLockLevelToLockDifficulty"); \ static_assert(sizeof(LockDifficultyHelper_ConvertLockLevelToLockDifficulty) == 0x000002, "Wrong size on LockDifficultyHelper_ConvertLockLevelToLockDifficulty"); \ static_assert(offsetof(LockDifficultyHelper_ConvertLockLevelToLockDifficulty, LockLevel) == 0x000000, "Member 'LockDifficultyHelper_ConvertLockLevelToLockDifficulty::LockLevel' has a wrong offset!"); \ static_assert(offsetof(LockDifficultyHelper_ConvertLockLevelToLockDifficulty, ReturnValue) == 0x000001, "Member 'LockDifficultyHelper_ConvertLockLevelToLockDifficulty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULockDifficultyHelper \ static_assert(alignof(ULockDifficultyHelper) == 0x000008, "Wrong alignment on ULockDifficultyHelper"); \ static_assert(sizeof(ULockDifficultyHelper) == 0x000028, "Wrong size on ULockDifficultyHelper"); \ #define DUMPER7_ASSERTS_UStationStoryContent \ static_assert(alignof(UStationStoryContent) == 0x000008, "Wrong alignment on UStationStoryContent"); \ static_assert(sizeof(UStationStoryContent) == 0x0000C0, "Wrong size on UStationStoryContent"); \ static_assert(offsetof(UStationStoryContent, StoryCast) == 0x000030, "Member 'UStationStoryContent::StoryCast' has a wrong offset!"); \ static_assert(offsetof(UStationStoryContent, Props) == 0x000040, "Member 'UStationStoryContent::Props' has a wrong offset!"); \ static_assert(offsetof(UStationStoryContent, Enters) == 0x000050, "Member 'UStationStoryContent::Enters' has a wrong offset!"); \ static_assert(offsetof(UStationStoryContent, TransitionsIn) == 0x000060, "Member 'UStationStoryContent::TransitionsIn' has a wrong offset!"); \ static_assert(offsetof(UStationStoryContent, Idles) == 0x000070, "Member 'UStationStoryContent::Idles' has a wrong offset!"); \ static_assert(offsetof(UStationStoryContent, TransitionsOut) == 0x000080, "Member 'UStationStoryContent::TransitionsOut' has a wrong offset!"); \ static_assert(offsetof(UStationStoryContent, Exits) == 0x000090, "Member 'UStationStoryContent::Exits' has a wrong offset!"); \ static_assert(offsetof(UStationStoryContent, StaticMeshProps) == 0x0000A0, "Member 'UStationStoryContent::StaticMeshProps' has a wrong offset!"); \ static_assert(offsetof(UStationStoryContent, SkeletalMeshProps) == 0x0000B0, "Member 'UStationStoryContent::SkeletalMeshProps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickHealthActions_DisplayItemCount \ static_assert(alignof(QuickHealthActions_DisplayItemCount) == 0x000004, "Wrong alignment on QuickHealthActions_DisplayItemCount"); \ static_assert(sizeof(QuickHealthActions_DisplayItemCount) == 0x000004, "Wrong size on QuickHealthActions_DisplayItemCount"); \ static_assert(offsetof(QuickHealthActions_DisplayItemCount, Count) == 0x000000, "Member 'QuickHealthActions_DisplayItemCount::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickHealthActions_LoadIconCallback \ static_assert(alignof(QuickHealthActions_LoadIconCallback) == 0x000008, "Wrong alignment on QuickHealthActions_LoadIconCallback"); \ static_assert(sizeof(QuickHealthActions_LoadIconCallback) == 0x000010, "Wrong size on QuickHealthActions_LoadIconCallback"); \ static_assert(offsetof(QuickHealthActions_LoadIconCallback, Texture) == 0x000000, "Member 'QuickHealthActions_LoadIconCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(QuickHealthActions_LoadIconCallback, Param) == 0x000008, "Member 'QuickHealthActions_LoadIconCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickHealthActions_OnHealthChanged \ static_assert(alignof(QuickHealthActions_OnHealthChanged) == 0x000008, "Wrong alignment on QuickHealthActions_OnHealthChanged"); \ static_assert(sizeof(QuickHealthActions_OnHealthChanged) == 0x000010, "Wrong size on QuickHealthActions_OnHealthChanged"); \ static_assert(offsetof(QuickHealthActions_OnHealthChanged, Actor) == 0x000000, "Member 'QuickHealthActions_OnHealthChanged::Actor' has a wrong offset!"); \ static_assert(offsetof(QuickHealthActions_OnHealthChanged, Delta) == 0x000008, "Member 'QuickHealthActions_OnHealthChanged::Delta' has a wrong offset!"); \ static_assert(offsetof(QuickHealthActions_OnHealthChanged, IndicateHUD) == 0x00000C, "Member 'QuickHealthActions_OnHealthChanged::IndicateHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickHealthActions_OnIconTextureLoaded \ static_assert(alignof(QuickHealthActions_OnIconTextureLoaded) == 0x000008, "Wrong alignment on QuickHealthActions_OnIconTextureLoaded"); \ static_assert(sizeof(QuickHealthActions_OnIconTextureLoaded) == 0x000008, "Wrong size on QuickHealthActions_OnIconTextureLoaded"); \ static_assert(offsetof(QuickHealthActions_OnIconTextureLoaded, Texture) == 0x000000, "Member 'QuickHealthActions_OnIconTextureLoaded::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickHealthActions_OnSetMaxHealth \ static_assert(alignof(QuickHealthActions_OnSetMaxHealth) == 0x000004, "Wrong alignment on QuickHealthActions_OnSetMaxHealth"); \ static_assert(sizeof(QuickHealthActions_OnSetMaxHealth) == 0x000004, "Wrong size on QuickHealthActions_OnSetMaxHealth"); \ static_assert(offsetof(QuickHealthActions_OnSetMaxHealth, NewHealthSize) == 0x000000, "Member 'QuickHealthActions_OnSetMaxHealth::NewHealthSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickHealthActions_SetMaxHealth \ static_assert(alignof(QuickHealthActions_SetMaxHealth) == 0x000004, "Wrong alignment on QuickHealthActions_SetMaxHealth"); \ static_assert(sizeof(QuickHealthActions_SetMaxHealth) == 0x000004, "Wrong size on QuickHealthActions_SetMaxHealth"); \ static_assert(offsetof(QuickHealthActions_SetMaxHealth, NewMaxHealth) == 0x000000, "Member 'QuickHealthActions_SetMaxHealth::NewMaxHealth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuickHealthActions_UpdateHealthBar \ static_assert(alignof(QuickHealthActions_UpdateHealthBar) == 0x000004, "Wrong alignment on QuickHealthActions_UpdateHealthBar"); \ static_assert(sizeof(QuickHealthActions_UpdateHealthBar) == 0x000004, "Wrong size on QuickHealthActions_UpdateHealthBar"); \ static_assert(offsetof(QuickHealthActions_UpdateHealthBar, NewPct) == 0x000000, "Member 'QuickHealthActions_UpdateHealthBar::NewPct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQuickHealthActions \ static_assert(alignof(UQuickHealthActions) == 0x000008, "Wrong alignment on UQuickHealthActions"); \ static_assert(sizeof(UQuickHealthActions) == 0x000300, "Wrong size on UQuickHealthActions"); \ static_assert(offsetof(UQuickHealthActions, CurrentHealthItem) == 0x0002E8, "Member 'UQuickHealthActions::CurrentHealthItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockInterface_CanUnlock \ static_assert(alignof(LockInterface_CanUnlock) == 0x000008, "Wrong alignment on LockInterface_CanUnlock"); \ static_assert(sizeof(LockInterface_CanUnlock) == 0x000018, "Wrong size on LockInterface_CanUnlock"); \ static_assert(offsetof(LockInterface_CanUnlock, Comp) == 0x000000, "Member 'LockInterface_CanUnlock::Comp' has a wrong offset!"); \ static_assert(offsetof(LockInterface_CanUnlock, Location) == 0x000008, "Member 'LockInterface_CanUnlock::Location' has a wrong offset!"); \ static_assert(offsetof(LockInterface_CanUnlock, ReturnValue) == 0x000014, "Member 'LockInterface_CanUnlock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ILockInterface \ static_assert(alignof(ILockInterface) == 0x000001, "Wrong alignment on ILockInterface"); \ static_assert(sizeof(ILockInterface) == 0x000001, "Wrong size on ILockInterface"); \ #define DUMPER7_ASSERTS_USceneAction_SetCurrentTime \ static_assert(alignof(USceneAction_SetCurrentTime) == 0x000008, "Wrong alignment on USceneAction_SetCurrentTime"); \ static_assert(sizeof(USceneAction_SetCurrentTime) == 0x000098, "Wrong size on USceneAction_SetCurrentTime"); \ static_assert(offsetof(USceneAction_SetCurrentTime, SchedulerTime) == 0x000088, "Member 'USceneAction_SetCurrentTime::SchedulerTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SetCurrentTime, Hours) == 0x000090, "Member 'USceneAction_SetCurrentTime::Hours' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SetCurrentTime, Minutes) == 0x000094, "Member 'USceneAction_SetCurrentTime::Minutes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LockManager_GetLockName \ static_assert(alignof(LockManager_GetLockName) == 0x000004, "Wrong alignment on LockManager_GetLockName"); \ static_assert(sizeof(LockManager_GetLockName) == 0x000010, "Wrong size on LockManager_GetLockName"); \ static_assert(offsetof(LockManager_GetLockName, DatabaseLockList) == 0x000000, "Member 'LockManager_GetLockName::DatabaseLockList' has a wrong offset!"); \ static_assert(offsetof(LockManager_GetLockName, ReturnValue) == 0x000008, "Member 'LockManager_GetLockName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULockManager \ static_assert(alignof(ULockManager) == 0x000008, "Wrong alignment on ULockManager"); \ static_assert(sizeof(ULockManager) == 0x000108, "Wrong size on ULockManager"); \ #define DUMPER7_ASSERTS_ULoopingTransformByCurveComponent \ static_assert(alignof(ULoopingTransformByCurveComponent) == 0x000010, "Wrong alignment on ULoopingTransformByCurveComponent"); \ static_assert(sizeof(ULoopingTransformByCurveComponent) == 0x0002D0, "Wrong size on ULoopingTransformByCurveComponent"); \ static_assert(offsetof(ULoopingTransformByCurveComponent, TranslateXCurve) == 0x000218, "Member 'ULoopingTransformByCurveComponent::TranslateXCurve' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformByCurveComponent, TranslateYCurve) == 0x000220, "Member 'ULoopingTransformByCurveComponent::TranslateYCurve' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformByCurveComponent, TranslateZCurve) == 0x000228, "Member 'ULoopingTransformByCurveComponent::TranslateZCurve' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformByCurveComponent, RotateXCurve) == 0x000230, "Member 'ULoopingTransformByCurveComponent::RotateXCurve' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformByCurveComponent, RotateYCurve) == 0x000238, "Member 'ULoopingTransformByCurveComponent::RotateYCurve' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformByCurveComponent, RotateZCurve) == 0x000240, "Member 'ULoopingTransformByCurveComponent::RotateZCurve' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformByCurveComponent, ScaleXCurve) == 0x000248, "Member 'ULoopingTransformByCurveComponent::ScaleXCurve' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformByCurveComponent, ScaleYCurve) == 0x000250, "Member 'ULoopingTransformByCurveComponent::ScaleYCurve' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformByCurveComponent, ScaleZCurve) == 0x000258, "Member 'ULoopingTransformByCurveComponent::ScaleZCurve' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformByCurveComponent, CurvePlayRate) == 0x000260, "Member 'ULoopingTransformByCurveComponent::CurvePlayRate' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformByCurveComponent, TranslationWeight) == 0x000264, "Member 'ULoopingTransformByCurveComponent::TranslationWeight' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformByCurveComponent, RotationWeight) == 0x000268, "Member 'ULoopingTransformByCurveComponent::RotationWeight' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformByCurveComponent, ScaleWeight) == 0x00026C, "Member 'ULoopingTransformByCurveComponent::ScaleWeight' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformByCurveComponent, PerpetualRotationPerSecond) == 0x000270, "Member 'ULoopingTransformByCurveComponent::PerpetualRotationPerSecond' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStationStoryProp \ static_assert(alignof(UStationStoryProp) == 0x000008, "Wrong alignment on UStationStoryProp"); \ static_assert(sizeof(UStationStoryProp) == 0x000038, "Wrong size on UStationStoryProp"); \ static_assert(offsetof(UStationStoryProp, PropCastMember) == 0x000028, "Member 'UStationStoryProp::PropCastMember' has a wrong offset!"); \ static_assert(offsetof(UStationStoryProp, Attachment) == 0x000030, "Member 'UStationStoryProp::Attachment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStationStorySkeletalMeshProp \ static_assert(alignof(UStationStorySkeletalMeshProp) == 0x000008, "Wrong alignment on UStationStorySkeletalMeshProp"); \ static_assert(sizeof(UStationStorySkeletalMeshProp) == 0x000040, "Wrong size on UStationStorySkeletalMeshProp"); \ static_assert(offsetof(UStationStorySkeletalMeshProp, SkeletalMesh) == 0x000038, "Member 'UStationStorySkeletalMeshProp::SkeletalMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_SanctuaryLoadZone \ static_assert(alignof(USceneAction_SanctuaryLoadZone) == 0x000008, "Wrong alignment on USceneAction_SanctuaryLoadZone"); \ static_assert(sizeof(USceneAction_SanctuaryLoadZone) == 0x000098, "Wrong size on USceneAction_SanctuaryLoadZone"); \ static_assert(offsetof(USceneAction_SanctuaryLoadZone, ZoneNameToLoad) == 0x000088, "Member 'USceneAction_SanctuaryLoadZone::ZoneNameToLoad' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SanctuaryLoadZone, bIgnoreZoneLocks) == 0x000090, "Member 'USceneAction_SanctuaryLoadZone::bIgnoreZoneLocks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULoopingTransformComponent \ static_assert(alignof(ULoopingTransformComponent) == 0x000010, "Wrong alignment on ULoopingTransformComponent"); \ static_assert(sizeof(ULoopingTransformComponent) == 0x000280, "Wrong size on ULoopingTransformComponent"); \ static_assert(offsetof(ULoopingTransformComponent, TranslateXFunction) == 0x000218, "Member 'ULoopingTransformComponent::TranslateXFunction' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformComponent, TranslateYFunction) == 0x000219, "Member 'ULoopingTransformComponent::TranslateYFunction' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformComponent, TranslateZFunction) == 0x00021A, "Member 'ULoopingTransformComponent::TranslateZFunction' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformComponent, RotateXFunction) == 0x00021B, "Member 'ULoopingTransformComponent::RotateXFunction' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformComponent, RotateYFunction) == 0x00021C, "Member 'ULoopingTransformComponent::RotateYFunction' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformComponent, RotateZFunction) == 0x00021D, "Member 'ULoopingTransformComponent::RotateZFunction' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformComponent, ScaleXFunction) == 0x00021E, "Member 'ULoopingTransformComponent::ScaleXFunction' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformComponent, ScaleYFunction) == 0x00021F, "Member 'ULoopingTransformComponent::ScaleYFunction' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformComponent, ScaleZFunction) == 0x000220, "Member 'ULoopingTransformComponent::ScaleZFunction' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformComponent, CurvePeriod) == 0x000224, "Member 'ULoopingTransformComponent::CurvePeriod' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformComponent, CurveAmplitude) == 0x000228, "Member 'ULoopingTransformComponent::CurveAmplitude' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformComponent, bApplyCurveCumulatively) == 0x00022C, "Member 'ULoopingTransformComponent::bApplyCurveCumulatively' has a wrong offset!"); \ static_assert(offsetof(ULoopingTransformComponent, RandomOffsetMax) == 0x000230, "Member 'ULoopingTransformComponent::RandomOffsetMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryGraphCondition_ConversationResult \ static_assert(alignof(UStoryGraphCondition_ConversationResult) == 0x000008, "Wrong alignment on UStoryGraphCondition_ConversationResult"); \ static_assert(sizeof(UStoryGraphCondition_ConversationResult) == 0x000038, "Wrong size on UStoryGraphCondition_ConversationResult"); \ static_assert(offsetof(UStoryGraphCondition_ConversationResult, ConversationResult) == 0x000028, "Member 'UStoryGraphCondition_ConversationResult::ConversationResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_Player_HasEdurusUpgrade \ static_assert(alignof(UModFilter_Player_HasEdurusUpgrade) == 0x000008, "Wrong alignment on UModFilter_Player_HasEdurusUpgrade"); \ static_assert(sizeof(UModFilter_Player_HasEdurusUpgrade) == 0x000030, "Wrong size on UModFilter_Player_HasEdurusUpgrade"); \ #define DUMPER7_ASSERTS_LootDrop_AddItems \ static_assert(alignof(LootDrop_AddItems) == 0x000008, "Wrong alignment on LootDrop_AddItems"); \ static_assert(sizeof(LootDrop_AddItems) == 0x000030, "Wrong size on LootDrop_AddItems"); \ static_assert(offsetof(LootDrop_AddItems, Item) == 0x000000, "Member 'LootDrop_AddItems::Item' has a wrong offset!"); \ static_assert(offsetof(LootDrop_AddItems, Quantity) == 0x000010, "Member 'LootDrop_AddItems::Quantity' has a wrong offset!"); \ static_assert(offsetof(LootDrop_AddItems, Variation) == 0x000018, "Member 'LootDrop_AddItems::Variation' has a wrong offset!"); \ static_assert(offsetof(LootDrop_AddItems, IsUnique) == 0x000028, "Member 'LootDrop_AddItems::IsUnique' has a wrong offset!"); \ static_assert(offsetof(LootDrop_AddItems, IsAlreadyIdentified) == 0x000029, "Member 'LootDrop_AddItems::IsAlreadyIdentified' has a wrong offset!"); \ static_assert(offsetof(LootDrop_AddItems, ReturnValue) == 0x00002A, "Member 'LootDrop_AddItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDrop_GenerateContents \ static_assert(alignof(LootDrop_GenerateContents) == 0x000008, "Wrong alignment on LootDrop_GenerateContents"); \ static_assert(sizeof(LootDrop_GenerateContents) == 0x000028, "Wrong size on LootDrop_GenerateContents"); \ static_assert(offsetof(LootDrop_GenerateContents, Category) == 0x000000, "Member 'LootDrop_GenerateContents::Category' has a wrong offset!"); \ static_assert(offsetof(LootDrop_GenerateContents, Level) == 0x000010, "Member 'LootDrop_GenerateContents::Level' has a wrong offset!"); \ static_assert(offsetof(LootDrop_GenerateContents, bForceGeneration) == 0x000014, "Member 'LootDrop_GenerateContents::bForceGeneration' has a wrong offset!"); \ static_assert(offsetof(LootDrop_GenerateContents, ReturnValue) == 0x000018, "Member 'LootDrop_GenerateContents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDrop_GetContainerID \ static_assert(alignof(LootDrop_GetContainerID) == 0x000008, "Wrong alignment on LootDrop_GetContainerID"); \ static_assert(sizeof(LootDrop_GetContainerID) == 0x000010, "Wrong size on LootDrop_GetContainerID"); \ static_assert(offsetof(LootDrop_GetContainerID, ReturnValue) == 0x000000, "Member 'LootDrop_GetContainerID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDrop_GetContents \ static_assert(alignof(LootDrop_GetContents) == 0x000008, "Wrong alignment on LootDrop_GetContents"); \ static_assert(sizeof(LootDrop_GetContents) == 0x000010, "Wrong size on LootDrop_GetContents"); \ static_assert(offsetof(LootDrop_GetContents, ReturnValue) == 0x000000, "Member 'LootDrop_GetContents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDrop_LootDropGenerateContents \ static_assert(alignof(LootDrop_LootDropGenerateContents) == 0x000008, "Wrong alignment on LootDrop_LootDropGenerateContents"); \ static_assert(sizeof(LootDrop_LootDropGenerateContents) == 0x000018, "Wrong size on LootDrop_LootDropGenerateContents"); \ static_assert(offsetof(LootDrop_LootDropGenerateContents, ContentCategory) == 0x000000, "Member 'LootDrop_LootDropGenerateContents::ContentCategory' has a wrong offset!"); \ static_assert(offsetof(LootDrop_LootDropGenerateContents, Level) == 0x000010, "Member 'LootDrop_LootDropGenerateContents::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDrop_RemoveItems \ static_assert(alignof(LootDrop_RemoveItems) == 0x000008, "Wrong alignment on LootDrop_RemoveItems"); \ static_assert(sizeof(LootDrop_RemoveItems) == 0x000030, "Wrong size on LootDrop_RemoveItems"); \ static_assert(offsetof(LootDrop_RemoveItems, Item) == 0x000000, "Member 'LootDrop_RemoveItems::Item' has a wrong offset!"); \ static_assert(offsetof(LootDrop_RemoveItems, Quantity) == 0x000010, "Member 'LootDrop_RemoveItems::Quantity' has a wrong offset!"); \ static_assert(offsetof(LootDrop_RemoveItems, Variation) == 0x000018, "Member 'LootDrop_RemoveItems::Variation' has a wrong offset!"); \ static_assert(offsetof(LootDrop_RemoveItems, ReturnValue) == 0x000028, "Member 'LootDrop_RemoveItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LootDrop_SetContainerID \ static_assert(alignof(LootDrop_SetContainerID) == 0x000008, "Wrong alignment on LootDrop_SetContainerID"); \ static_assert(sizeof(LootDrop_SetContainerID) == 0x000010, "Wrong size on LootDrop_SetContainerID"); \ static_assert(offsetof(LootDrop_SetContainerID, ContainerID) == 0x000000, "Member 'LootDrop_SetContainerID::ContainerID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULootDrop \ static_assert(alignof(ULootDrop) == 0x000008, "Wrong alignment on ULootDrop"); \ static_assert(sizeof(ULootDrop) == 0x000068, "Wrong size on ULootDrop"); \ #define DUMPER7_ASSERTS_ULumosEmberTrick \ static_assert(alignof(ULumosEmberTrick) == 0x000008, "Wrong alignment on ULumosEmberTrick"); \ static_assert(sizeof(ULumosEmberTrick) == 0x000060, "Wrong size on ULumosEmberTrick"); \ static_assert(offsetof(ULumosEmberTrick, RadiusCurve) == 0x000030, "Member 'ULumosEmberTrick::RadiusCurve' has a wrong offset!"); \ static_assert(offsetof(ULumosEmberTrick, RotationCurve) == 0x000038, "Member 'ULumosEmberTrick::RotationCurve' has a wrong offset!"); \ static_assert(offsetof(ULumosEmberTrick, TrickAxis) == 0x000040, "Member 'ULumosEmberTrick::TrickAxis' has a wrong offset!"); \ static_assert(offsetof(ULumosEmberTrick, TrickRotation) == 0x000041, "Member 'ULumosEmberTrick::TrickRotation' has a wrong offset!"); \ static_assert(offsetof(ULumosEmberTrick, RadiusValueMultiplier) == 0x000044, "Member 'ULumosEmberTrick::RadiusValueMultiplier' has a wrong offset!"); \ static_assert(offsetof(ULumosEmberTrick, RadiusTimeMultiplier) == 0x000048, "Member 'ULumosEmberTrick::RadiusTimeMultiplier' has a wrong offset!"); \ static_assert(offsetof(ULumosEmberTrick, RotationValueMultiplier) == 0x00004C, "Member 'ULumosEmberTrick::RotationValueMultiplier' has a wrong offset!"); \ static_assert(offsetof(ULumosEmberTrick, RotationTimeMultiplier) == 0x000050, "Member 'ULumosEmberTrick::RotationTimeMultiplier' has a wrong offset!"); \ static_assert(offsetof(ULumosEmberTrick, TrickSceneComponent) == 0x000054, "Member 'ULumosEmberTrick::TrickSceneComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosEmberActor_CacheLerpVolumeLumosEVAdjust \ static_assert(alignof(LumosEmberActor_CacheLerpVolumeLumosEVAdjust) == 0x000004, "Wrong alignment on LumosEmberActor_CacheLerpVolumeLumosEVAdjust"); \ static_assert(sizeof(LumosEmberActor_CacheLerpVolumeLumosEVAdjust) == 0x000008, "Wrong size on LumosEmberActor_CacheLerpVolumeLumosEVAdjust"); \ static_assert(offsetof(LumosEmberActor_CacheLerpVolumeLumosEVAdjust, Value) == 0x000000, "Member 'LumosEmberActor_CacheLerpVolumeLumosEVAdjust::Value' has a wrong offset!"); \ static_assert(offsetof(LumosEmberActor_CacheLerpVolumeLumosEVAdjust, bSuccess) == 0x000004, "Member 'LumosEmberActor_CacheLerpVolumeLumosEVAdjust::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosEmberActor_CacheLerpVolumeLumosVolumetricScatteringIntensity \ static_assert(alignof(LumosEmberActor_CacheLerpVolumeLumosVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on LumosEmberActor_CacheLerpVolumeLumosVolumetricScatteringIntensity"); \ static_assert(sizeof(LumosEmberActor_CacheLerpVolumeLumosVolumetricScatteringIntensity) == 0x000008, "Wrong size on LumosEmberActor_CacheLerpVolumeLumosVolumetricScatteringIntensity"); \ static_assert(offsetof(LumosEmberActor_CacheLerpVolumeLumosVolumetricScatteringIntensity, Value) == 0x000000, "Member 'LumosEmberActor_CacheLerpVolumeLumosVolumetricScatteringIntensity::Value' has a wrong offset!"); \ static_assert(offsetof(LumosEmberActor_CacheLerpVolumeLumosVolumetricScatteringIntensity, bSuccess) == 0x000004, "Member 'LumosEmberActor_CacheLerpVolumeLumosVolumetricScatteringIntensity::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosEmberActor_CharacterTeleported \ static_assert(alignof(LumosEmberActor_CharacterTeleported) == 0x000008, "Wrong alignment on LumosEmberActor_CharacterTeleported"); \ static_assert(sizeof(LumosEmberActor_CharacterTeleported) == 0x000020, "Wrong size on LumosEmberActor_CharacterTeleported"); \ static_assert(offsetof(LumosEmberActor_CharacterTeleported, TeleportedCharacter) == 0x000000, "Member 'LumosEmberActor_CharacterTeleported::TeleportedCharacter' has a wrong offset!"); \ static_assert(offsetof(LumosEmberActor_CharacterTeleported, AmountDisplaced) == 0x000008, "Member 'LumosEmberActor_CharacterTeleported::AmountDisplaced' has a wrong offset!"); \ static_assert(offsetof(LumosEmberActor_CharacterTeleported, AmountRotated) == 0x000014, "Member 'LumosEmberActor_CharacterTeleported::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosEmberActor_ExternallyStartLumosFlickerForActor \ static_assert(alignof(LumosEmberActor_ExternallyStartLumosFlickerForActor) == 0x000008, "Wrong alignment on LumosEmberActor_ExternallyStartLumosFlickerForActor"); \ static_assert(sizeof(LumosEmberActor_ExternallyStartLumosFlickerForActor) == 0x000010, "Wrong size on LumosEmberActor_ExternallyStartLumosFlickerForActor"); \ static_assert(offsetof(LumosEmberActor_ExternallyStartLumosFlickerForActor, OnlyForOwningActor) == 0x000000, "Member 'LumosEmberActor_ExternallyStartLumosFlickerForActor::OnlyForOwningActor' has a wrong offset!"); \ static_assert(offsetof(LumosEmberActor_ExternallyStartLumosFlickerForActor, bMatchedOwner) == 0x000008, "Member 'LumosEmberActor_ExternallyStartLumosFlickerForActor::bMatchedOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosEmberActor_UpdateLumosFlicker \ static_assert(alignof(LumosEmberActor_UpdateLumosFlicker) == 0x000004, "Wrong alignment on LumosEmberActor_UpdateLumosFlicker"); \ static_assert(sizeof(LumosEmberActor_UpdateLumosFlicker) == 0x000008, "Wrong size on LumosEmberActor_UpdateLumosFlicker"); \ static_assert(offsetof(LumosEmberActor_UpdateLumosFlicker, DeltaTime) == 0x000000, "Member 'LumosEmberActor_UpdateLumosFlicker::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(LumosEmberActor_UpdateLumosFlicker, bIsFading) == 0x000004, "Member 'LumosEmberActor_UpdateLumosFlicker::bIsFading' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosEmberActor_GetLumosFlicker \ static_assert(alignof(LumosEmberActor_GetLumosFlicker) == 0x000004, "Wrong alignment on LumosEmberActor_GetLumosFlicker"); \ static_assert(sizeof(LumosEmberActor_GetLumosFlicker) == 0x000004, "Wrong size on LumosEmberActor_GetLumosFlicker"); \ static_assert(offsetof(LumosEmberActor_GetLumosFlicker, IntensityMultiplier) == 0x000000, "Member 'LumosEmberActor_GetLumosFlicker::IntensityMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosEmberActor_GetScalabilityMeshStatesComponent \ static_assert(alignof(LumosEmberActor_GetScalabilityMeshStatesComponent) == 0x000008, "Wrong alignment on LumosEmberActor_GetScalabilityMeshStatesComponent"); \ static_assert(sizeof(LumosEmberActor_GetScalabilityMeshStatesComponent) == 0x000008, "Wrong size on LumosEmberActor_GetScalabilityMeshStatesComponent"); \ static_assert(offsetof(LumosEmberActor_GetScalabilityMeshStatesComponent, ReturnValue) == 0x000000, "Member 'LumosEmberActor_GetScalabilityMeshStatesComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALumosEmberActor \ static_assert(alignof(ALumosEmberActor) == 0x000008, "Wrong alignment on ALumosEmberActor"); \ static_assert(sizeof(ALumosEmberActor) == 0x000350, "Wrong size on ALumosEmberActor"); \ static_assert(offsetof(ALumosEmberActor, CurrentScalabilitySettings) == 0x000248, "Member 'ALumosEmberActor::CurrentScalabilitySettings' has a wrong offset!"); \ static_assert(offsetof(ALumosEmberActor, ArcHeightMultiplierCurve) == 0x000290, "Member 'ALumosEmberActor::ArcHeightMultiplierCurve' has a wrong offset!"); \ static_assert(offsetof(ALumosEmberActor, DistanceInFrontOfPlayer) == 0x000298, "Member 'ALumosEmberActor::DistanceInFrontOfPlayer' has a wrong offset!"); \ static_assert(offsetof(ALumosEmberActor, HeightAbovePlayer) == 0x00029C, "Member 'ALumosEmberActor::HeightAbovePlayer' has a wrong offset!"); \ static_assert(offsetof(ALumosEmberActor, EmberSpeedMultiplierOfDistance) == 0x0002A0, "Member 'ALumosEmberActor::EmberSpeedMultiplierOfDistance' has a wrong offset!"); \ static_assert(offsetof(ALumosEmberActor, BreadcrumbHeightModSpeed) == 0x0002A4, "Member 'ALumosEmberActor::BreadcrumbHeightModSpeed' has a wrong offset!"); \ static_assert(offsetof(ALumosEmberActor, EmberLifeTime) == 0x0002A8, "Member 'ALumosEmberActor::EmberLifeTime' has a wrong offset!"); \ static_assert(offsetof(ALumosEmberActor, FollowBone) == 0x0002AC, "Member 'ALumosEmberActor::FollowBone' has a wrong offset!"); \ static_assert(offsetof(ALumosEmberActor, BreadcrumbTrailSegmentLength) == 0x0002B4, "Member 'ALumosEmberActor::BreadcrumbTrailSegmentLength' has a wrong offset!"); \ static_assert(offsetof(ALumosEmberActor, MaxBreadcrumbs) == 0x0002B8, "Member 'ALumosEmberActor::MaxBreadcrumbs' has a wrong offset!"); \ static_assert(offsetof(ALumosEmberActor, bDebug) == 0x0002BC, "Member 'ALumosEmberActor::bDebug' has a wrong offset!"); \ static_assert(offsetof(ALumosEmberActor, PossibleEmberTricks) == 0x0002C0, "Member 'ALumosEmberActor::PossibleEmberTricks' has a wrong offset!"); \ static_assert(offsetof(ALumosEmberActor, bDisconnectedFromWand) == 0x0002D0, "Member 'ALumosEmberActor::bDisconnectedFromWand' has a wrong offset!"); \ static_assert(offsetof(ALumosEmberActor, FlickerCurve) == 0x0002D8, "Member 'ALumosEmberActor::FlickerCurve' has a wrong offset!"); \ static_assert(offsetof(ALumosEmberActor, FlickerCurveLoops) == 0x0002E0, "Member 'ALumosEmberActor::FlickerCurveLoops' has a wrong offset!"); \ static_assert(offsetof(ALumosEmberActor, EmberTrick) == 0x000320, "Member 'ALumosEmberActor::EmberTrick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_PlantState_IsFullHealth \ static_assert(alignof(UModFilter_PlantState_IsFullHealth) == 0x000008, "Wrong alignment on UModFilter_PlantState_IsFullHealth"); \ static_assert(sizeof(UModFilter_PlantState_IsFullHealth) == 0x000030, "Wrong size on UModFilter_PlantState_IsFullHealth"); \ #define DUMPER7_ASSERTS_ULumosDynamicLightAdaptationModSettingsInterface \ static_assert(alignof(ULumosDynamicLightAdaptationModSettingsInterface) == 0x000008, "Wrong alignment on ULumosDynamicLightAdaptationModSettingsInterface"); \ static_assert(sizeof(ULumosDynamicLightAdaptationModSettingsInterface) == 0x000058, "Wrong size on ULumosDynamicLightAdaptationModSettingsInterface"); \ static_assert(offsetof(ULumosDynamicLightAdaptationModSettingsInterface, AdjustBaseEV) == 0x000028, "Member 'ULumosDynamicLightAdaptationModSettingsInterface::AdjustBaseEV' has a wrong offset!"); \ static_assert(offsetof(ULumosDynamicLightAdaptationModSettingsInterface, OutdoorsDayTimeEVBoost) == 0x000030, "Member 'ULumosDynamicLightAdaptationModSettingsInterface::OutdoorsDayTimeEVBoost' has a wrong offset!"); \ static_assert(offsetof(ULumosDynamicLightAdaptationModSettingsInterface, MaxEV) == 0x000038, "Member 'ULumosDynamicLightAdaptationModSettingsInterface::MaxEV' has a wrong offset!"); \ static_assert(offsetof(ULumosDynamicLightAdaptationModSettingsInterface, MinEV) == 0x000040, "Member 'ULumosDynamicLightAdaptationModSettingsInterface::MinEV' has a wrong offset!"); \ static_assert(offsetof(ULumosDynamicLightAdaptationModSettingsInterface, StartCutoffMaxEV) == 0x000048, "Member 'ULumosDynamicLightAdaptationModSettingsInterface::StartCutoffMaxEV' has a wrong offset!"); \ static_assert(offsetof(ULumosDynamicLightAdaptationModSettingsInterface, StartCutoffMinEV) == 0x000050, "Member 'ULumosDynamicLightAdaptationModSettingsInterface::StartCutoffMinEV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosPostProcessingAsset \ static_assert(alignof(ULumosPostProcessingAsset) == 0x000010, "Wrong alignment on ULumosPostProcessingAsset"); \ static_assert(sizeof(ULumosPostProcessingAsset) == 0x000620, "Wrong size on ULumosPostProcessingAsset"); \ static_assert(offsetof(ULumosPostProcessingAsset, PostProcessSettings) == 0x000030, "Member 'ULumosPostProcessingAsset::PostProcessSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryGraphCondition_ByStat \ static_assert(alignof(UStoryGraphCondition_ByStat) == 0x000008, "Wrong alignment on UStoryGraphCondition_ByStat"); \ static_assert(sizeof(UStoryGraphCondition_ByStat) == 0x000038, "Wrong size on UStoryGraphCondition_ByStat"); \ static_assert(offsetof(UStoryGraphCondition_ByStat, StatName) == 0x000028, "Member 'UStoryGraphCondition_ByStat::StatName' has a wrong offset!"); \ static_assert(offsetof(UStoryGraphCondition_ByStat, StatValue) == 0x000030, "Member 'UStoryGraphCondition_ByStat::StatValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameter_AvaAudioMusic \ static_assert(alignof(USceneRigParameter_AvaAudioMusic) == 0x000008, "Wrong alignment on USceneRigParameter_AvaAudioMusic"); \ static_assert(sizeof(USceneRigParameter_AvaAudioMusic) == 0x000050, "Wrong size on USceneRigParameter_AvaAudioMusic"); \ static_assert(offsetof(USceneRigParameter_AvaAudioMusic, Value) == 0x000038, "Member 'USceneRigParameter_AvaAudioMusic::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamingPlaceholderFixedUID_GetSpawnedActor \ static_assert(alignof(StreamingPlaceholderFixedUID_GetSpawnedActor) == 0x000008, "Wrong alignment on StreamingPlaceholderFixedUID_GetSpawnedActor"); \ static_assert(sizeof(StreamingPlaceholderFixedUID_GetSpawnedActor) == 0x000008, "Wrong size on StreamingPlaceholderFixedUID_GetSpawnedActor"); \ static_assert(offsetof(StreamingPlaceholderFixedUID_GetSpawnedActor, ReturnValue) == 0x000000, "Member 'StreamingPlaceholderFixedUID_GetSpawnedActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AStreamingPlaceholderFixedUID \ static_assert(alignof(AStreamingPlaceholderFixedUID) == 0x000008, "Wrong alignment on AStreamingPlaceholderFixedUID"); \ static_assert(sizeof(AStreamingPlaceholderFixedUID) == 0x0002F0, "Wrong size on AStreamingPlaceholderFixedUID"); \ static_assert(offsetof(AStreamingPlaceholderFixedUID, DbIdInfo) == 0x000260, "Member 'AStreamingPlaceholderFixedUID::DbIdInfo' has a wrong offset!"); \ static_assert(offsetof(AStreamingPlaceholderFixedUID, UID) == 0x0002E0, "Member 'AStreamingPlaceholderFixedUID::UID' has a wrong offset!"); \ static_assert(offsetof(AStreamingPlaceholderFixedUID, SpawnedActor) == 0x0002E8, "Member 'AStreamingPlaceholderFixedUID::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_ObjectState_IsDisillusioned \ static_assert(alignof(UModFilter_ObjectState_IsDisillusioned) == 0x000008, "Wrong alignment on UModFilter_ObjectState_IsDisillusioned"); \ static_assert(sizeof(UModFilter_ObjectState_IsDisillusioned) == 0x000030, "Wrong size on UModFilter_ObjectState_IsDisillusioned"); \ #define DUMPER7_ASSERTS_USceneRig_FluidStation \ static_assert(alignof(USceneRig_FluidStation) == 0x000008, "Wrong alignment on USceneRig_FluidStation"); \ static_assert(sizeof(USceneRig_FluidStation) == 0x000060, "Wrong size on USceneRig_FluidStation"); \ #define DUMPER7_ASSERTS_LumosScalabilitySettingsAsset_GetLumosScalabilityChangedMessage \ static_assert(alignof(LumosScalabilitySettingsAsset_GetLumosScalabilityChangedMessage) == 0x000004, "Wrong alignment on LumosScalabilitySettingsAsset_GetLumosScalabilityChangedMessage"); \ static_assert(sizeof(LumosScalabilitySettingsAsset_GetLumosScalabilityChangedMessage) == 0x000008, "Wrong size on LumosScalabilitySettingsAsset_GetLumosScalabilityChangedMessage"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_GetLumosScalabilityChangedMessage, HermesMessage) == 0x000000, "Member 'LumosScalabilitySettingsAsset_GetLumosScalabilityChangedMessage::HermesMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosScalabilitySettingsAsset_LumosScalabilityGetSettings \ static_assert(alignof(LumosScalabilitySettingsAsset_LumosScalabilityGetSettings) == 0x000008, "Wrong alignment on LumosScalabilitySettingsAsset_LumosScalabilityGetSettings"); \ static_assert(sizeof(LumosScalabilitySettingsAsset_LumosScalabilityGetSettings) == 0x000068, "Wrong size on LumosScalabilitySettingsAsset_LumosScalabilityGetSettings"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilityGetSettings, ScalabilitySettingsAsset) == 0x000000, "Member 'LumosScalabilitySettingsAsset_LumosScalabilityGetSettings::ScalabilitySettingsAsset' has a wrong offset!"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilityGetSettings, Caster) == 0x000008, "Member 'LumosScalabilitySettingsAsset_LumosScalabilityGetSettings::Caster' has a wrong offset!"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilityGetSettings, bIsPlayer) == 0x000010, "Member 'LumosScalabilitySettingsAsset_LumosScalabilityGetSettings::bIsPlayer' has a wrong offset!"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilityGetSettings, ScalabilitySettings) == 0x000018, "Member 'LumosScalabilitySettingsAsset_LumosScalabilityGetSettings::ScalabilitySettings' has a wrong offset!"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilityGetSettings, bFound) == 0x000060, "Member 'LumosScalabilitySettingsAsset_LumosScalabilityGetSettings::bFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosScalabilitySettingsAsset_LumosScalabilityLightMinDistance \ static_assert(alignof(LumosScalabilitySettingsAsset_LumosScalabilityLightMinDistance) == 0x000008, "Wrong alignment on LumosScalabilitySettingsAsset_LumosScalabilityLightMinDistance"); \ static_assert(sizeof(LumosScalabilitySettingsAsset_LumosScalabilityLightMinDistance) == 0x000050, "Wrong size on LumosScalabilitySettingsAsset_LumosScalabilityLightMinDistance"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilityLightMinDistance, ScalabilitySettings) == 0x000000, "Member 'LumosScalabilitySettingsAsset_LumosScalabilityLightMinDistance::ScalabilitySettings' has a wrong offset!"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilityLightMinDistance, InLightMinDistance) == 0x000048, "Member 'LumosScalabilitySettingsAsset_LumosScalabilityLightMinDistance::InLightMinDistance' has a wrong offset!"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilityLightMinDistance, OutLightMinDistance) == 0x00004C, "Member 'LumosScalabilitySettingsAsset_LumosScalabilityLightMinDistance::OutLightMinDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosScalabilitySettingsAsset_LumosScalabilitySetupLight \ static_assert(alignof(LumosScalabilitySettingsAsset_LumosScalabilitySetupLight) == 0x000008, "Wrong alignment on LumosScalabilitySettingsAsset_LumosScalabilitySetupLight"); \ static_assert(sizeof(LumosScalabilitySettingsAsset_LumosScalabilitySetupLight) == 0x000050, "Wrong size on LumosScalabilitySettingsAsset_LumosScalabilitySetupLight"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilitySetupLight, ScalabilitySettings) == 0x000000, "Member 'LumosScalabilitySettingsAsset_LumosScalabilitySetupLight::ScalabilitySettings' has a wrong offset!"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilitySetupLight, LumosLight) == 0x000048, "Member 'LumosScalabilitySettingsAsset_LumosScalabilitySetupLight::LumosLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessing \ static_assert(alignof(LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessing) == 0x000010, "Wrong alignment on LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessing"); \ static_assert(sizeof(LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessing) == 0x000650, "Wrong size on LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessing"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessing, ScalabilitySettings) == 0x000000, "Member 'LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessing::ScalabilitySettings' has a wrong offset!"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessing, PostProcessSettings) == 0x000050, "Member 'LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessing::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessing, bEnablePostProcessing) == 0x000640, "Member 'LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessing::bEnablePostProcessing' has a wrong offset!"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessing, bMerge) == 0x000641, "Member 'LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessing::bMerge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessingComponent \ static_assert(alignof(LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessingComponent) == 0x000008, "Wrong alignment on LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessingComponent"); \ static_assert(sizeof(LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessingComponent) == 0x000058, "Wrong size on LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessingComponent"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessingComponent, ScalabilitySettings) == 0x000000, "Member 'LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessingComponent::ScalabilitySettings' has a wrong offset!"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessingComponent, PostProcessComponent) == 0x000048, "Member 'LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessingComponent::PostProcessComponent' has a wrong offset!"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessingComponent, bEnablePostProcessing) == 0x000050, "Member 'LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessingComponent::bEnablePostProcessing' has a wrong offset!"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessingComponent, bMerge) == 0x000051, "Member 'LumosScalabilitySettingsAsset_LumosScalabilitySetupPostProcessingComponent::bMerge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LumosScalabilitySettingsAsset_Get \ static_assert(alignof(LumosScalabilitySettingsAsset_Get) == 0x000008, "Wrong alignment on LumosScalabilitySettingsAsset_Get"); \ static_assert(sizeof(LumosScalabilitySettingsAsset_Get) == 0x000058, "Wrong size on LumosScalabilitySettingsAsset_Get"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_Get, Caster) == 0x000000, "Member 'LumosScalabilitySettingsAsset_Get::Caster' has a wrong offset!"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_Get, bIsPlayer) == 0x000008, "Member 'LumosScalabilitySettingsAsset_Get::bIsPlayer' has a wrong offset!"); \ static_assert(offsetof(LumosScalabilitySettingsAsset_Get, ScalabilitySettings) == 0x000010, "Member 'LumosScalabilitySettingsAsset_Get::ScalabilitySettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsAsset \ static_assert(alignof(ULumosScalabilitySettingsAsset) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsAsset"); \ static_assert(sizeof(ULumosScalabilitySettingsAsset) == 0x000190, "Wrong size on ULumosScalabilitySettingsAsset"); \ static_assert(offsetof(ULumosScalabilitySettingsAsset, PlayerLevels) == 0x000030, "Member 'ULumosScalabilitySettingsAsset::PlayerLevels' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilitySettingsAsset, NPCLevels) == 0x000058, "Member 'ULumosScalabilitySettingsAsset::NPCLevels' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilitySettingsAsset, CustomLevels) == 0x000080, "Member 'ULumosScalabilitySettingsAsset::CustomLevels' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilitySettingsAsset, PerPlatformPlayerLevels) == 0x0000D0, "Member 'ULumosScalabilitySettingsAsset::PerPlatformPlayerLevels' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilitySettingsAsset, PerPlatformNPCLevels) == 0x000120, "Member 'ULumosScalabilitySettingsAsset::PerPlatformNPCLevels' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilitySettingsAsset, SettingsOverrides) == 0x000170, "Member 'ULumosScalabilitySettingsAsset::SettingsOverrides' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilitySettingsAsset, Modifiers) == 0x000180, "Member 'ULumosScalabilitySettingsAsset::Modifiers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilityOverrideScalabilityDelta \ static_assert(alignof(ULumosScalabilityOverrideScalabilityDelta) == 0x000008, "Wrong alignment on ULumosScalabilityOverrideScalabilityDelta"); \ static_assert(sizeof(ULumosScalabilityOverrideScalabilityDelta) == 0x000038, "Wrong size on ULumosScalabilityOverrideScalabilityDelta"); \ static_assert(offsetof(ULumosScalabilityOverrideScalabilityDelta, LevelDelta) == 0x000030, "Member 'ULumosScalabilityOverrideScalabilityDelta::LevelDelta' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityOverrideScalabilityDelta, MinLevel) == 0x000034, "Member 'ULumosScalabilityOverrideScalabilityDelta::MinLevel' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityOverrideScalabilityDelta, MaxLevel) == 0x000035, "Member 'ULumosScalabilityOverrideScalabilityDelta::MaxLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AStreamingPlaceholderUnlocked \ static_assert(alignof(AStreamingPlaceholderUnlocked) == 0x000008, "Wrong alignment on AStreamingPlaceholderUnlocked"); \ static_assert(sizeof(AStreamingPlaceholderUnlocked) == 0x000300, "Wrong size on AStreamingPlaceholderUnlocked"); \ static_assert(offsetof(AStreamingPlaceholderUnlocked, States) == 0x000270, "Member 'AStreamingPlaceholderUnlocked::States' has a wrong offset!"); \ static_assert(offsetof(AStreamingPlaceholderUnlocked, DefaultActor) == 0x000280, "Member 'AStreamingPlaceholderUnlocked::DefaultActor' has a wrong offset!"); \ static_assert(offsetof(AStreamingPlaceholderUnlocked, bAutoSwapWhenLockChanges) == 0x0002A8, "Member 'AStreamingPlaceholderUnlocked::bAutoSwapWhenLockChanges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRig_ByStat \ static_assert(alignof(USceneRig_ByStat) == 0x000008, "Wrong alignment on USceneRig_ByStat"); \ static_assert(sizeof(USceneRig_ByStat) == 0x000080, "Wrong size on USceneRig_ByStat"); \ static_assert(offsetof(USceneRig_ByStat, StatName) == 0x000028, "Member 'USceneRig_ByStat::StatName' has a wrong offset!"); \ static_assert(offsetof(USceneRig_ByStat, SceneRigs) == 0x000030, "Member 'USceneRig_ByStat::SceneRigs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilityOverrideCustomScalabilityLevel \ static_assert(alignof(ULumosScalabilityOverrideCustomScalabilityLevel) == 0x000008, "Wrong alignment on ULumosScalabilityOverrideCustomScalabilityLevel"); \ static_assert(sizeof(ULumosScalabilityOverrideCustomScalabilityLevel) == 0x000040, "Wrong size on ULumosScalabilityOverrideCustomScalabilityLevel"); \ static_assert(offsetof(ULumosScalabilityOverrideCustomScalabilityLevel, Custom) == 0x000030, "Member 'ULumosScalabilityOverrideCustomScalabilityLevel::Custom' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityOverrideCustomScalabilityLevel, Level) == 0x000038, "Member 'ULumosScalabilityOverrideCustomScalabilityLevel::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RiverVolume_GetForceVector \ static_assert(alignof(RiverVolume_GetForceVector) == 0x000008, "Wrong alignment on RiverVolume_GetForceVector"); \ static_assert(sizeof(RiverVolume_GetForceVector) == 0x000018, "Wrong size on RiverVolume_GetForceVector"); \ static_assert(offsetof(RiverVolume_GetForceVector, PrimComp) == 0x000000, "Member 'RiverVolume_GetForceVector::PrimComp' has a wrong offset!"); \ static_assert(offsetof(RiverVolume_GetForceVector, bUseDist) == 0x000008, "Member 'RiverVolume_GetForceVector::bUseDist' has a wrong offset!"); \ static_assert(offsetof(RiverVolume_GetForceVector, ReturnValue) == 0x00000C, "Member 'RiverVolume_GetForceVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RiverVolume_OnActorOverlapEnd \ static_assert(alignof(RiverVolume_OnActorOverlapEnd) == 0x000008, "Wrong alignment on RiverVolume_OnActorOverlapEnd"); \ static_assert(sizeof(RiverVolume_OnActorOverlapEnd) == 0x000010, "Wrong size on RiverVolume_OnActorOverlapEnd"); \ static_assert(offsetof(RiverVolume_OnActorOverlapEnd, OverlappedActor) == 0x000000, "Member 'RiverVolume_OnActorOverlapEnd::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(RiverVolume_OnActorOverlapEnd, OtherActor) == 0x000008, "Member 'RiverVolume_OnActorOverlapEnd::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RiverVolume_OnLakeSphereOverlapEnd \ static_assert(alignof(RiverVolume_OnLakeSphereOverlapEnd) == 0x000008, "Wrong alignment on RiverVolume_OnLakeSphereOverlapEnd"); \ static_assert(sizeof(RiverVolume_OnLakeSphereOverlapEnd) == 0x000020, "Wrong size on RiverVolume_OnLakeSphereOverlapEnd"); \ static_assert(offsetof(RiverVolume_OnLakeSphereOverlapEnd, OverlappedComp) == 0x000000, "Member 'RiverVolume_OnLakeSphereOverlapEnd::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(RiverVolume_OnLakeSphereOverlapEnd, OtherActor) == 0x000008, "Member 'RiverVolume_OnLakeSphereOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(RiverVolume_OnLakeSphereOverlapEnd, OtherComp) == 0x000010, "Member 'RiverVolume_OnLakeSphereOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(RiverVolume_OnLakeSphereOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'RiverVolume_OnLakeSphereOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RiverVolume_SetupRiver \ static_assert(alignof(RiverVolume_SetupRiver) == 0x000010, "Wrong alignment on RiverVolume_SetupRiver"); \ static_assert(sizeof(RiverVolume_SetupRiver) == 0x0000D0, "Wrong size on RiverVolume_SetupRiver"); \ static_assert(offsetof(RiverVolume_SetupRiver, i_RiverTransform) == 0x000000, "Member 'RiverVolume_SetupRiver::i_RiverTransform' has a wrong offset!"); \ static_assert(offsetof(RiverVolume_SetupRiver, i_RiverAveDir) == 0x000030, "Member 'RiverVolume_SetupRiver::i_RiverAveDir' has a wrong offset!"); \ static_assert(offsetof(RiverVolume_SetupRiver, i_RiverFlowPoints) == 0x000040, "Member 'RiverVolume_SetupRiver::i_RiverFlowPoints' has a wrong offset!"); \ static_assert(offsetof(RiverVolume_SetupRiver, i_WaterBoxInfo) == 0x000090, "Member 'RiverVolume_SetupRiver::i_WaterBoxInfo' has a wrong offset!"); \ static_assert(offsetof(RiverVolume_SetupRiver, i_VolumeZRotation) == 0x0000AC, "Member 'RiverVolume_SetupRiver::i_VolumeZRotation' has a wrong offset!"); \ static_assert(offsetof(RiverVolume_SetupRiver, i_RiverMesh) == 0x0000B0, "Member 'RiverVolume_SetupRiver::i_RiverMesh' has a wrong offset!"); \ static_assert(offsetof(RiverVolume_SetupRiver, i_DeepCollision) == 0x0000B8, "Member 'RiverVolume_SetupRiver::i_DeepCollision' has a wrong offset!"); \ static_assert(offsetof(RiverVolume_SetupRiver, i_ShallowCollision) == 0x0000C0, "Member 'RiverVolume_SetupRiver::i_ShallowCollision' has a wrong offset!"); \ static_assert(offsetof(RiverVolume_SetupRiver, i_bFlowInLake) == 0x0000C8, "Member 'RiverVolume_SetupRiver::i_bFlowInLake' has a wrong offset!"); \ static_assert(offsetof(RiverVolume_SetupRiver, i_bFlowOutLake) == 0x0000C9, "Member 'RiverVolume_SetupRiver::i_bFlowOutLake' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARiverVolume \ static_assert(alignof(ARiverVolume) == 0x000008, "Wrong alignment on ARiverVolume"); \ static_assert(sizeof(ARiverVolume) == 0x000558, "Wrong size on ARiverVolume"); \ static_assert(offsetof(ARiverVolume, RiverMesh) == 0x0004B0, "Member 'ARiverVolume::RiverMesh' has a wrong offset!"); \ static_assert(offsetof(ARiverVolume, RiverFlowSpeed) == 0x0004B8, "Member 'ARiverVolume::RiverFlowSpeed' has a wrong offset!"); \ static_assert(offsetof(ARiverVolume, bDebugFlowView) == 0x0004BC, "Member 'ARiverVolume::bDebugFlowView' has a wrong offset!"); \ static_assert(offsetof(ARiverVolume, LakeSphereIn) == 0x0004C0, "Member 'ARiverVolume::LakeSphereIn' has a wrong offset!"); \ static_assert(offsetof(ARiverVolume, LakeSphereOut) == 0x0004C8, "Member 'ARiverVolume::LakeSphereOut' has a wrong offset!"); \ static_assert(offsetof(ARiverVolume, RiverFlowPoints) == 0x0004D0, "Member 'ARiverVolume::RiverFlowPoints' has a wrong offset!"); \ static_assert(offsetof(ARiverVolume, RiverAveDir) == 0x000520, "Member 'ARiverVolume::RiverAveDir' has a wrong offset!"); \ static_assert(offsetof(ARiverVolume, LakeActors) == 0x000530, "Member 'ARiverVolume::LakeActors' has a wrong offset!"); \ static_assert(offsetof(ARiverVolume, RemoveLakeActors) == 0x000540, "Member 'ARiverVolume::RemoveLakeActors' has a wrong offset!"); \ static_assert(offsetof(ARiverVolume, DebugFlowView) == 0x000550, "Member 'ARiverVolume::DebugFlowView' has a wrong offset!"); \ static_assert(offsetof(ARiverVolume, bFlowInLake) == 0x000551, "Member 'ARiverVolume::bFlowInLake' has a wrong offset!"); \ static_assert(offsetof(ARiverVolume, bFlowOutLake) == 0x000552, "Member 'ARiverVolume::bFlowOutLake' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilityOverrideCustomScalabilityDelta \ static_assert(alignof(ULumosScalabilityOverrideCustomScalabilityDelta) == 0x000008, "Wrong alignment on ULumosScalabilityOverrideCustomScalabilityDelta"); \ static_assert(sizeof(ULumosScalabilityOverrideCustomScalabilityDelta) == 0x000040, "Wrong size on ULumosScalabilityOverrideCustomScalabilityDelta"); \ static_assert(offsetof(ULumosScalabilityOverrideCustomScalabilityDelta, Custom) == 0x000030, "Member 'ULumosScalabilityOverrideCustomScalabilityDelta::Custom' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityOverrideCustomScalabilityDelta, LevelDelta) == 0x000038, "Member 'ULumosScalabilityOverrideCustomScalabilityDelta::LevelDelta' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityOverrideCustomScalabilityDelta, MinLevel) == 0x00003C, "Member 'ULumosScalabilityOverrideCustomScalabilityDelta::MinLevel' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityOverrideCustomScalabilityDelta, MaxLevel) == 0x00003D, "Member 'ULumosScalabilityOverrideCustomScalabilityDelta::MaxLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_StitchingEnter \ static_assert(alignof(USceneActionState_StitchingEnter) == 0x000010, "Wrong alignment on USceneActionState_StitchingEnter"); \ static_assert(sizeof(USceneActionState_StitchingEnter) == 0x000780, "Wrong size on USceneActionState_StitchingEnter"); \ static_assert(offsetof(USceneActionState_StitchingEnter, AnimationTrack) == 0x000090, "Member 'USceneActionState_StitchingEnter::AnimationTrack' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_StitchingEnter, SkeletalMeshComponent) == 0x000260, "Member 'USceneActionState_StitchingEnter::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_StitchingEnter, Path) == 0x000268, "Member 'USceneActionState_StitchingEnter::Path' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_StitchingEnter, AnimationComponent) == 0x0006F8, "Member 'USceneActionState_StitchingEnter::AnimationComponent' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_StitchingEnter, AnimSequences) == 0x000700, "Member 'USceneActionState_StitchingEnter::AnimSequences' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_StitchingEnter, Actor) == 0x000710, "Member 'USceneActionState_StitchingEnter::Actor' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_StitchingEnter, EntryAnimSequence) == 0x000718, "Member 'USceneActionState_StitchingEnter::EntryAnimSequence' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_StitchingEnter, CurrAnimSequence) == 0x000720, "Member 'USceneActionState_StitchingEnter::CurrAnimSequence' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_StitchingEnter, PrevAnimSequence) == 0x000728, "Member 'USceneActionState_StitchingEnter::PrevAnimSequence' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_StitchingEnter, AnimInstance) == 0x000730, "Member 'USceneActionState_StitchingEnter::AnimInstance' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_StitchingEnter, CCC) == 0x000738, "Member 'USceneActionState_StitchingEnter::CCC' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_StitchingEnter, ShouldBeRegistered) == 0x000740, "Member 'USceneActionState_StitchingEnter::ShouldBeRegistered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilityModifyRadiusFactor \ static_assert(alignof(ULumosScalabilityModifyRadiusFactor) == 0x000008, "Wrong alignment on ULumosScalabilityModifyRadiusFactor"); \ static_assert(sizeof(ULumosScalabilityModifyRadiusFactor) == 0x000048, "Wrong size on ULumosScalabilityModifyRadiusFactor"); \ static_assert(offsetof(ULumosScalabilityModifyRadiusFactor, LightRadiusFactor) == 0x000040, "Member 'ULumosScalabilityModifyRadiusFactor::LightRadiusFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilityModifyShadows \ static_assert(alignof(ULumosScalabilityModifyShadows) == 0x000008, "Wrong alignment on ULumosScalabilityModifyShadows"); \ static_assert(sizeof(ULumosScalabilityModifyShadows) == 0x000050, "Wrong size on ULumosScalabilityModifyShadows"); \ static_assert(offsetof(ULumosScalabilityModifyShadows, bProjectDynamicShadows) == 0x000040, "Member 'ULumosScalabilityModifyShadows::bProjectDynamicShadows' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityModifyShadows, bCastVolumetricShadow) == 0x000041, "Member 'ULumosScalabilityModifyShadows::bCastVolumetricShadow' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityModifyShadows, bCastTranslucentShadows) == 0x000042, "Member 'ULumosScalabilityModifyShadows::bCastTranslucentShadows' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityModifyShadows, ContactShadows) == 0x000043, "Member 'ULumosScalabilityModifyShadows::ContactShadows' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityModifyShadows, ContactShadowLength) == 0x000044, "Member 'ULumosScalabilityModifyShadows::ContactShadowLength' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityModifyShadows, bOverride_bProjectDynamicShadows) == 0x000048, "Member 'ULumosScalabilityModifyShadows::bOverride_bProjectDynamicShadows' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityModifyShadows, bOverride_bCastVolumetricShadow) == 0x000049, "Member 'ULumosScalabilityModifyShadows::bOverride_bCastVolumetricShadow' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityModifyShadows, bOverride_bCastTranslucentShadows) == 0x00004A, "Member 'ULumosScalabilityModifyShadows::bOverride_bCastTranslucentShadows' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityModifyShadows, bOverride_ContactShadows) == 0x00004B, "Member 'ULumosScalabilityModifyShadows::bOverride_ContactShadows' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityModifyShadows, bOverride_ContactShadowLength) == 0x00004C, "Member 'ULumosScalabilityModifyShadows::bOverride_ContactShadowLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityBase \ static_assert(alignof(URPGAbilityBase) == 0x000008, "Wrong alignment on URPGAbilityBase"); \ static_assert(sizeof(URPGAbilityBase) == 0x000070, "Wrong size on URPGAbilityBase"); \ static_assert(offsetof(URPGAbilityBase, bIsStackable) == 0x000028, "Member 'URPGAbilityBase::bIsStackable' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityBase, StartInGameTimeStamp) == 0x000030, "Member 'URPGAbilityBase::StartInGameTimeStamp' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityBase, EndInGameTimeStamp) == 0x000038, "Member 'URPGAbilityBase::EndInGameTimeStamp' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityBase, RemainingLifeTime) == 0x000040, "Member 'URPGAbilityBase::RemainingLifeTime' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityBase, OwnerActor) == 0x000048, "Member 'URPGAbilityBase::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityBase, OwnerID) == 0x000050, "Member 'URPGAbilityBase::OwnerID' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityBase, bShowIcon) == 0x000058, "Member 'URPGAbilityBase::bShowIcon' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityBase, UIIconInfo) == 0x00005C, "Member 'URPGAbilityBase::UIIconInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbility \ static_assert(alignof(URPGAbility) == 0x000008, "Wrong alignment on URPGAbility"); \ static_assert(sizeof(URPGAbility) == 0x000100, "Wrong size on URPGAbility"); \ static_assert(offsetof(URPGAbility, mods) == 0x000070, "Member 'URPGAbility::mods' has a wrong offset!"); \ static_assert(offsetof(URPGAbility, AbilityTags) == 0x000080, "Member 'URPGAbility::AbilityTags' has a wrong offset!"); \ static_assert(offsetof(URPGAbility, EventReactions) == 0x0000A0, "Member 'URPGAbility::EventReactions' has a wrong offset!"); \ static_assert(offsetof(URPGAbility, TriggerEffects) == 0x0000B0, "Member 'URPGAbility::TriggerEffects' has a wrong offset!"); \ static_assert(offsetof(URPGAbility, BeginAbilityTriggerEffects) == 0x0000C0, "Member 'URPGAbility::BeginAbilityTriggerEffects' has a wrong offset!"); \ static_assert(offsetof(URPGAbility, EndAbilityTriggerEffects) == 0x0000D0, "Member 'URPGAbility::EndAbilityTriggerEffects' has a wrong offset!"); \ static_assert(offsetof(URPGAbility, TimeTriggers) == 0x0000E0, "Member 'URPGAbility::TimeTriggers' has a wrong offset!"); \ static_assert(offsetof(URPGAbility, EndConditions) == 0x0000F0, "Member 'URPGAbility::EndConditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbility_CompanionBoost \ static_assert(alignof(URPGAbility_CompanionBoost) == 0x000008, "Wrong alignment on URPGAbility_CompanionBoost"); \ static_assert(sizeof(URPGAbility_CompanionBoost) == 0x0001A0, "Wrong size on URPGAbility_CompanionBoost"); \ static_assert(offsetof(URPGAbility_CompanionBoost, ModsForCompanions) == 0x000100, "Member 'URPGAbility_CompanionBoost::ModsForCompanions' has a wrong offset!"); \ static_assert(offsetof(URPGAbility_CompanionBoost, AbilitiesForCompanions) == 0x000110, "Member 'URPGAbility_CompanionBoost::AbilitiesForCompanions' has a wrong offset!"); \ static_assert(offsetof(URPGAbility_CompanionBoost, AbilityTagsForCompanions) == 0x000120, "Member 'URPGAbility_CompanionBoost::AbilityTagsForCompanions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilityModifyContactShadows \ static_assert(alignof(ULumosScalabilityModifyContactShadows) == 0x000008, "Wrong alignment on ULumosScalabilityModifyContactShadows"); \ static_assert(sizeof(ULumosScalabilityModifyContactShadows) == 0x000050, "Wrong size on ULumosScalabilityModifyContactShadows"); \ static_assert(offsetof(ULumosScalabilityModifyContactShadows, ContactShadows) == 0x000040, "Member 'ULumosScalabilityModifyContactShadows::ContactShadows' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityModifyContactShadows, ContactShadowLength) == 0x000044, "Member 'ULumosScalabilityModifyContactShadows::ContactShadowLength' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityModifyContactShadows, bOnlyIfContactShadowsEnabled) == 0x000048, "Member 'ULumosScalabilityModifyContactShadows::bOnlyIfContactShadowsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilityModifyOverrides \ static_assert(alignof(ULumosScalabilityModifyOverrides) == 0x000008, "Wrong alignment on ULumosScalabilityModifyOverrides"); \ static_assert(sizeof(ULumosScalabilityModifyOverrides) == 0x000050, "Wrong size on ULumosScalabilityModifyOverrides"); \ static_assert(offsetof(ULumosScalabilityModifyOverrides, MinDistance) == 0x000040, "Member 'ULumosScalabilityModifyOverrides::MinDistance' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityModifyOverrides, OuterConeAngle) == 0x000044, "Member 'ULumosScalabilityModifyOverrides::OuterConeAngle' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityModifyOverrides, bOverride_MinDistance) == 0x000048, "Member 'ULumosScalabilityModifyOverrides::bOverride_MinDistance' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilityModifyOverrides, bOverride_OuterConeAngle) == 0x000049, "Member 'ULumosScalabilityModifyOverrides::bOverride_OuterConeAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_StencilFXEnableGroups \ static_assert(alignof(USceneAction_StencilFXEnableGroups) == 0x000008, "Wrong alignment on USceneAction_StencilFXEnableGroups"); \ static_assert(sizeof(USceneAction_StencilFXEnableGroups) == 0x0000A0, "Wrong size on USceneAction_StencilFXEnableGroups"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRuleTrue \ static_assert(alignof(ULumosScalabilitySettingsRuleTrue) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRuleTrue"); \ static_assert(sizeof(ULumosScalabilitySettingsRuleTrue) == 0x000028, "Wrong size on ULumosScalabilitySettingsRuleTrue"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRuleFalse \ static_assert(alignof(ULumosScalabilitySettingsRuleFalse) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRuleFalse"); \ static_assert(sizeof(ULumosScalabilitySettingsRuleFalse) == 0x000028, "Wrong size on ULumosScalabilitySettingsRuleFalse"); \ #define DUMPER7_ASSERTS_USceneActionState_TimeDate \ static_assert(alignof(USceneActionState_TimeDate) == 0x000008, "Wrong alignment on USceneActionState_TimeDate"); \ static_assert(sizeof(USceneActionState_TimeDate) == 0x000060, "Wrong size on USceneActionState_TimeDate"); \ static_assert(offsetof(USceneActionState_TimeDate, LerpAlpha) == 0x000058, "Member 'USceneActionState_TimeDate::LerpAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRuleAnd \ static_assert(alignof(ULumosScalabilitySettingsRuleAnd) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRuleAnd"); \ static_assert(sizeof(ULumosScalabilitySettingsRuleAnd) == 0x000038, "Wrong size on ULumosScalabilitySettingsRuleAnd"); \ static_assert(offsetof(ULumosScalabilitySettingsRuleAnd, Rules) == 0x000028, "Member 'ULumosScalabilitySettingsRuleAnd::Rules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRuleOr \ static_assert(alignof(ULumosScalabilitySettingsRuleOr) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRuleOr"); \ static_assert(sizeof(ULumosScalabilitySettingsRuleOr) == 0x000038, "Wrong size on ULumosScalabilitySettingsRuleOr"); \ static_assert(offsetof(ULumosScalabilitySettingsRuleOr, Rules) == 0x000028, "Member 'ULumosScalabilitySettingsRuleOr::Rules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_OnBreed \ static_assert(alignof(URPGAbilityEventListener_OnBreed) == 0x000008, "Wrong alignment on URPGAbilityEventListener_OnBreed"); \ static_assert(sizeof(URPGAbilityEventListener_OnBreed) == 0x0000A0, "Wrong size on URPGAbilityEventListener_OnBreed"); \ static_assert(offsetof(URPGAbilityEventListener_OnBreed, MinTier) == 0x000098, "Member 'URPGAbilityEventListener_OnBreed::MinTier' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnBreed, MaxTier) == 0x00009C, "Member 'URPGAbilityEventListener_OnBreed::MaxTier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRuleNPCKey \ static_assert(alignof(ULumosScalabilitySettingsRuleNPCKey) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRuleNPCKey"); \ static_assert(sizeof(ULumosScalabilitySettingsRuleNPCKey) == 0x0000B0, "Wrong size on ULumosScalabilitySettingsRuleNPCKey"); \ static_assert(offsetof(ULumosScalabilitySettingsRuleNPCKey, NPCKey) == 0x000028, "Member 'ULumosScalabilitySettingsRuleNPCKey::NPCKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRuleLevelBase \ static_assert(alignof(ULumosScalabilitySettingsRuleLevelBase) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRuleLevelBase"); \ static_assert(sizeof(ULumosScalabilitySettingsRuleLevelBase) == 0x000028, "Wrong size on ULumosScalabilitySettingsRuleLevelBase"); \ #define DUMPER7_ASSERTS_USceneAction_TickSequencerDynamicBucketsBase \ static_assert(alignof(USceneAction_TickSequencerDynamicBucketsBase) == 0x000008, "Wrong alignment on USceneAction_TickSequencerDynamicBucketsBase"); \ static_assert(sizeof(USceneAction_TickSequencerDynamicBucketsBase) == 0x000088, "Wrong size on USceneAction_TickSequencerDynamicBucketsBase"); \ #define DUMPER7_ASSERTS_USceneAction_TickSequencerDynamicBuckets \ static_assert(alignof(USceneAction_TickSequencerDynamicBuckets) == 0x000008, "Wrong alignment on USceneAction_TickSequencerDynamicBuckets"); \ static_assert(sizeof(USceneAction_TickSequencerDynamicBuckets) == 0x000088, "Wrong size on USceneAction_TickSequencerDynamicBuckets"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRuleLevelExact \ static_assert(alignof(ULumosScalabilitySettingsRuleLevelExact) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRuleLevelExact"); \ static_assert(sizeof(ULumosScalabilitySettingsRuleLevelExact) == 0x000030, "Wrong size on ULumosScalabilitySettingsRuleLevelExact"); \ static_assert(offsetof(ULumosScalabilitySettingsRuleLevelExact, Level) == 0x000028, "Member 'ULumosScalabilitySettingsRuleLevelExact::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPopulationConfigData \ static_assert(alignof(UPopulationConfigData) == 0x000008, "Wrong alignment on UPopulationConfigData"); \ static_assert(sizeof(UPopulationConfigData) == 0x000090, "Wrong size on UPopulationConfigData"); \ static_assert(offsetof(UPopulationConfigData, ApparateMap) == 0x000030, "Member 'UPopulationConfigData::ApparateMap' has a wrong offset!"); \ static_assert(offsetof(UPopulationConfigData, Effects) == 0x000080, "Member 'UPopulationConfigData::Effects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRuleLevelsExact \ static_assert(alignof(ULumosScalabilitySettingsRuleLevelsExact) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRuleLevelsExact"); \ static_assert(sizeof(ULumosScalabilitySettingsRuleLevelsExact) == 0x000038, "Wrong size on ULumosScalabilitySettingsRuleLevelsExact"); \ static_assert(offsetof(ULumosScalabilitySettingsRuleLevelsExact, Levels) == 0x000028, "Member 'ULumosScalabilitySettingsRuleLevelsExact::Levels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_PlayTalkToConversation \ static_assert(alignof(USceneAction_PlayTalkToConversation) == 0x000008, "Wrong alignment on USceneAction_PlayTalkToConversation"); \ static_assert(sizeof(USceneAction_PlayTalkToConversation) == 0x0000E0, "Wrong size on USceneAction_PlayTalkToConversation"); \ static_assert(offsetof(USceneAction_PlayTalkToConversation, CharacterID) == 0x0000A0, "Member 'USceneAction_PlayTalkToConversation::CharacterID' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayTalkToConversation, ConversationGraph) == 0x0000A8, "Member 'USceneAction_PlayTalkToConversation::ConversationGraph' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayTalkToConversation, ConversationStart) == 0x0000B0, "Member 'USceneAction_PlayTalkToConversation::ConversationStart' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayTalkToConversation, ConversationEnd) == 0x0000C8, "Member 'USceneAction_PlayTalkToConversation::ConversationEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRuleIsPlayer \ static_assert(alignof(ULumosScalabilitySettingsRuleIsPlayer) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRuleIsPlayer"); \ static_assert(sizeof(ULumosScalabilitySettingsRuleIsPlayer) == 0x000028, "Wrong size on ULumosScalabilitySettingsRuleIsPlayer"); \ #define DUMPER7_ASSERTS_UWorldFXRuleBlendDomainNotInCinematicCamera \ static_assert(alignof(UWorldFXRuleBlendDomainNotInCinematicCamera) == 0x000008, "Wrong alignment on UWorldFXRuleBlendDomainNotInCinematicCamera"); \ static_assert(sizeof(UWorldFXRuleBlendDomainNotInCinematicCamera) == 0x000028, "Wrong size on UWorldFXRuleBlendDomainNotInCinematicCamera"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRuleIsNotPlayer \ static_assert(alignof(ULumosScalabilitySettingsRuleIsNotPlayer) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRuleIsNotPlayer"); \ static_assert(sizeof(ULumosScalabilitySettingsRuleIsNotPlayer) == 0x000028, "Wrong size on ULumosScalabilitySettingsRuleIsNotPlayer"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRuleIsCompanion \ static_assert(alignof(ULumosScalabilitySettingsRuleIsCompanion) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRuleIsCompanion"); \ static_assert(sizeof(ULumosScalabilitySettingsRuleIsCompanion) == 0x000028, "Wrong size on ULumosScalabilitySettingsRuleIsCompanion"); \ #define DUMPER7_ASSERTS_Portkey_Base_OnOverlapEnd \ static_assert(alignof(Portkey_Base_OnOverlapEnd) == 0x000008, "Wrong alignment on Portkey_Base_OnOverlapEnd"); \ static_assert(sizeof(Portkey_Base_OnOverlapEnd) == 0x000020, "Wrong size on Portkey_Base_OnOverlapEnd"); \ static_assert(offsetof(Portkey_Base_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'Portkey_Base_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(Portkey_Base_OnOverlapEnd, OtherActor) == 0x000008, "Member 'Portkey_Base_OnOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(Portkey_Base_OnOverlapEnd, OtherComp) == 0x000010, "Member 'Portkey_Base_OnOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(Portkey_Base_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'Portkey_Base_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APortkey_Base \ static_assert(alignof(APortkey_Base) == 0x000010, "Wrong alignment on APortkey_Base"); \ static_assert(sizeof(APortkey_Base) == 0x0002C0, "Wrong size on APortkey_Base"); \ static_assert(offsetof(APortkey_Base, bReturnToBase) == 0x000248, "Member 'APortkey_Base::bReturnToBase' has a wrong offset!"); \ static_assert(offsetof(APortkey_Base, TargetTrans) == 0x000250, "Member 'APortkey_Base::TargetTrans' has a wrong offset!"); \ static_assert(offsetof(APortkey_Base, PlayerTrans) == 0x000280, "Member 'APortkey_Base::PlayerTrans' has a wrong offset!"); \ static_assert(offsetof(APortkey_Base, PortkeyObject) == 0x0002B0, "Member 'APortkey_Base::PortkeyObject' has a wrong offset!"); \ static_assert(offsetof(APortkey_Base, bStartingAtBase) == 0x0002B8, "Member 'APortkey_Base::bStartingAtBase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRuleTag \ static_assert(alignof(ULumosScalabilitySettingsRuleTag) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRuleTag"); \ static_assert(sizeof(ULumosScalabilitySettingsRuleTag) == 0x000030, "Wrong size on ULumosScalabilitySettingsRuleTag"); \ static_assert(offsetof(ULumosScalabilitySettingsRuleTag, ActorTag) == 0x000028, "Member 'ULumosScalabilitySettingsRuleTag::ActorTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRuleScalability \ static_assert(alignof(ULumosScalabilitySettingsRuleScalability) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRuleScalability"); \ static_assert(sizeof(ULumosScalabilitySettingsRuleScalability) == 0x000030, "Wrong size on ULumosScalabilitySettingsRuleScalability"); \ static_assert(offsetof(ULumosScalabilitySettingsRuleScalability, Category) == 0x000028, "Member 'ULumosScalabilitySettingsRuleScalability::Category' has a wrong offset!"); \ static_assert(offsetof(ULumosScalabilitySettingsRuleScalability, Levels) == 0x00002C, "Member 'ULumosScalabilitySettingsRuleScalability::Levels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_PlayForcedConversation \ static_assert(alignof(USceneAction_PlayForcedConversation) == 0x000008, "Wrong alignment on USceneAction_PlayForcedConversation"); \ static_assert(sizeof(USceneAction_PlayForcedConversation) == 0x0000E8, "Wrong size on USceneAction_PlayForcedConversation"); \ static_assert(offsetof(USceneAction_PlayForcedConversation, CharacterID) == 0x0000A0, "Member 'USceneAction_PlayForcedConversation::CharacterID' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayForcedConversation, ConversationGraph) == 0x0000A8, "Member 'USceneAction_PlayForcedConversation::ConversationGraph' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayForcedConversation, ConversationStart) == 0x0000B0, "Member 'USceneAction_PlayForcedConversation::ConversationStart' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayForcedConversation, ConversationEnd) == 0x0000C8, "Member 'USceneAction_PlayForcedConversation::ConversationEnd' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayForcedConversation, ConversationInitializationTime) == 0x0000E0, "Member 'USceneAction_PlayForcedConversation::ConversationInitializationTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRulePlatformsHighEnd \ static_assert(alignof(ULumosScalabilitySettingsRulePlatformsHighEnd) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRulePlatformsHighEnd"); \ static_assert(sizeof(ULumosScalabilitySettingsRulePlatformsHighEnd) == 0x000028, "Wrong size on ULumosScalabilitySettingsRulePlatformsHighEnd"); \ #define DUMPER7_ASSERTS_PortraitPaintingEntityComponent_OnCharacterAddOnMeshesChanged \ static_assert(alignof(PortraitPaintingEntityComponent_OnCharacterAddOnMeshesChanged) == 0x000008, "Wrong alignment on PortraitPaintingEntityComponent_OnCharacterAddOnMeshesChanged"); \ static_assert(sizeof(PortraitPaintingEntityComponent_OnCharacterAddOnMeshesChanged) == 0x000008, "Wrong size on PortraitPaintingEntityComponent_OnCharacterAddOnMeshesChanged"); \ static_assert(offsetof(PortraitPaintingEntityComponent_OnCharacterAddOnMeshesChanged, Actor) == 0x000000, "Member 'PortraitPaintingEntityComponent_OnCharacterAddOnMeshesChanged::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PortraitPaintingEntityComponent_OnFleshDestroyed \ static_assert(alignof(PortraitPaintingEntityComponent_OnFleshDestroyed) == 0x000008, "Wrong alignment on PortraitPaintingEntityComponent_OnFleshDestroyed"); \ static_assert(sizeof(PortraitPaintingEntityComponent_OnFleshDestroyed) == 0x000010, "Wrong size on PortraitPaintingEntityComponent_OnFleshDestroyed"); \ static_assert(offsetof(PortraitPaintingEntityComponent_OnFleshDestroyed, Actor) == 0x000000, "Member 'PortraitPaintingEntityComponent_OnFleshDestroyed::Actor' has a wrong offset!"); \ static_assert(offsetof(PortraitPaintingEntityComponent_OnFleshDestroyed, entity) == 0x000008, "Member 'PortraitPaintingEntityComponent_OnFleshDestroyed::entity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPortraitPaintingEntityComponent \ static_assert(alignof(UPortraitPaintingEntityComponent) == 0x000010, "Wrong alignment on UPortraitPaintingEntityComponent"); \ static_assert(sizeof(UPortraitPaintingEntityComponent) == 0x000190, "Wrong size on UPortraitPaintingEntityComponent"); \ static_assert(offsetof(UPortraitPaintingEntityComponent, PortraitActors) == 0x0000D0, "Member 'UPortraitPaintingEntityComponent::PortraitActors' has a wrong offset!"); \ static_assert(offsetof(UPortraitPaintingEntityComponent, InPortrait) == 0x0000E0, "Member 'UPortraitPaintingEntityComponent::InPortrait' has a wrong offset!"); \ static_assert(offsetof(UPortraitPaintingEntityComponent, MaterialBundle) == 0x0000E8, "Member 'UPortraitPaintingEntityComponent::MaterialBundle' has a wrong offset!"); \ static_assert(offsetof(UPortraitPaintingEntityComponent, MaterialSwap) == 0x0000F0, "Member 'UPortraitPaintingEntityComponent::MaterialSwap' has a wrong offset!"); \ static_assert(offsetof(UPortraitPaintingEntityComponent, OriginalTransform) == 0x000100, "Member 'UPortraitPaintingEntityComponent::OriginalTransform' has a wrong offset!"); \ static_assert(offsetof(UPortraitPaintingEntityComponent, ComponentStates) == 0x000130, "Member 'UPortraitPaintingEntityComponent::ComponentStates' has a wrong offset!"); \ static_assert(offsetof(UPortraitPaintingEntityComponent, AttachedTo) == 0x000180, "Member 'UPortraitPaintingEntityComponent::AttachedTo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosScalabilitySettingsRulePlatformsLowEnd \ static_assert(alignof(ULumosScalabilitySettingsRulePlatformsLowEnd) == 0x000008, "Wrong alignment on ULumosScalabilitySettingsRulePlatformsLowEnd"); \ static_assert(sizeof(ULumosScalabilitySettingsRulePlatformsLowEnd) == 0x000028, "Wrong size on ULumosScalabilitySettingsRulePlatformsLowEnd"); \ #define DUMPER7_ASSERTS_USceneActionState_LumosDynamicScalability \ static_assert(alignof(USceneActionState_LumosDynamicScalability) == 0x000008, "Wrong alignment on USceneActionState_LumosDynamicScalability"); \ static_assert(sizeof(USceneActionState_LumosDynamicScalability) == 0x000050, "Wrong size on USceneActionState_LumosDynamicScalability"); \ #define DUMPER7_ASSERTS_UWorldFXRulePlayerState \ static_assert(alignof(UWorldFXRulePlayerState) == 0x000008, "Wrong alignment on UWorldFXRulePlayerState"); \ static_assert(sizeof(UWorldFXRulePlayerState) == 0x000028, "Wrong size on UWorldFXRulePlayerState"); \ #define DUMPER7_ASSERTS_UWorldFXRulePlayerIsHealthZero \ static_assert(alignof(UWorldFXRulePlayerIsHealthZero) == 0x000008, "Wrong alignment on UWorldFXRulePlayerIsHealthZero"); \ static_assert(sizeof(UWorldFXRulePlayerIsHealthZero) == 0x000028, "Wrong size on UWorldFXRulePlayerIsHealthZero"); \ #define DUMPER7_ASSERTS_UPropOwl_AnimInstance \ static_assert(alignof(UPropOwl_AnimInstance) == 0x000010, "Wrong alignment on UPropOwl_AnimInstance"); \ static_assert(sizeof(UPropOwl_AnimInstance) == 0x0002C0, "Wrong size on UPropOwl_AnimInstance"); \ static_assert(offsetof(UPropOwl_AnimInstance, DesiredStance) == 0x0002B8, "Member 'UPropOwl_AnimInstance::DesiredStance' has a wrong offset!"); \ static_assert(offsetof(UPropOwl_AnimInstance, InitStance) == 0x0002B9, "Member 'UPropOwl_AnimInstance::InitStance' has a wrong offset!"); \ static_assert(offsetof(UPropOwl_AnimInstance, ReactToSpell) == 0x0002BA, "Member 'UPropOwl_AnimInstance::ReactToSpell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_LumosDynamicScalabilityMod \ static_assert(alignof(USceneAction_LumosDynamicScalabilityMod) == 0x000008, "Wrong alignment on USceneAction_LumosDynamicScalabilityMod"); \ static_assert(sizeof(USceneAction_LumosDynamicScalabilityMod) == 0x000090, "Wrong size on USceneAction_LumosDynamicScalabilityMod"); \ static_assert(offsetof(USceneAction_LumosDynamicScalabilityMod, ScalabilityMod) == 0x000088, "Member 'USceneAction_LumosDynamicScalabilityMod::ScalabilityMod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosDefaultValueInterpolant \ static_assert(alignof(ULumosDefaultValueInterpolant) == 0x000008, "Wrong alignment on ULumosDefaultValueInterpolant"); \ static_assert(sizeof(ULumosDefaultValueInterpolant) == 0x000030, "Wrong size on ULumosDefaultValueInterpolant"); \ static_assert(offsetof(ULumosDefaultValueInterpolant, Name_0) == 0x000028, "Member 'ULumosDefaultValueInterpolant::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_PostProcessingBase \ static_assert(alignof(USceneAction_PostProcessingBase) == 0x000008, "Wrong alignment on USceneAction_PostProcessingBase"); \ static_assert(sizeof(USceneAction_PostProcessingBase) == 0x000090, "Wrong size on USceneAction_PostProcessingBase"); \ static_assert(offsetof(USceneAction_PostProcessingBase, Priority) == 0x000088, "Member 'USceneAction_PostProcessingBase::Priority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PostProcessingBase, bHighestPossiblePriority) == 0x00008C, "Member 'USceneAction_PostProcessingBase::bHighestPossiblePriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_PostProcessingBaseFeatherInOut \ static_assert(alignof(USceneAction_PostProcessingBaseFeatherInOut) == 0x000008, "Wrong alignment on USceneAction_PostProcessingBaseFeatherInOut"); \ static_assert(sizeof(USceneAction_PostProcessingBaseFeatherInOut) == 0x000098, "Wrong size on USceneAction_PostProcessingBaseFeatherInOut"); \ static_assert(offsetof(USceneAction_PostProcessingBaseFeatherInOut, FeatherInTime) == 0x000090, "Member 'USceneAction_PostProcessingBaseFeatherInOut::FeatherInTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PostProcessingBaseFeatherInOut, FeatherOutTime) == 0x000094, "Member 'USceneAction_PostProcessingBaseFeatherInOut::FeatherOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_PostProcessingVars \ static_assert(alignof(USceneAction_PostProcessingVars) == 0x000008, "Wrong alignment on USceneAction_PostProcessingVars"); \ static_assert(sizeof(USceneAction_PostProcessingVars) == 0x0000E8, "Wrong size on USceneAction_PostProcessingVars"); \ static_assert(offsetof(USceneAction_PostProcessingVars, PostProcessingVars) == 0x000098, "Member 'USceneAction_PostProcessingVars::PostProcessingVars' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PostProcessingVars, BlendDomain) == 0x0000A8, "Member 'USceneAction_PostProcessingVars::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PostProcessingVars, bStretchCurvesToTime) == 0x0000E0, "Member 'USceneAction_PostProcessingVars::bStretchCurvesToTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULumosVolumetricScatteringIntensityInterpolant \ static_assert(alignof(ULumosVolumetricScatteringIntensityInterpolant) == 0x000008, "Wrong alignment on ULumosVolumetricScatteringIntensityInterpolant"); \ static_assert(sizeof(ULumosVolumetricScatteringIntensityInterpolant) == 0x000030, "Wrong size on ULumosVolumetricScatteringIntensityInterpolant"); \ #define DUMPER7_ASSERTS_ULumosLevelIntensityFactorInterpolant \ static_assert(alignof(ULumosLevelIntensityFactorInterpolant) == 0x000008, "Wrong alignment on ULumosLevelIntensityFactorInterpolant"); \ static_assert(sizeof(ULumosLevelIntensityFactorInterpolant) == 0x000030, "Wrong size on ULumosLevelIntensityFactorInterpolant"); \ #define DUMPER7_ASSERTS_UCameraStackActiveSpellTargetGetter \ static_assert(alignof(UCameraStackActiveSpellTargetGetter) == 0x000008, "Wrong alignment on UCameraStackActiveSpellTargetGetter"); \ static_assert(sizeof(UCameraStackActiveSpellTargetGetter) == 0x0000B0, "Wrong size on UCameraStackActiveSpellTargetGetter"); \ #define DUMPER7_ASSERTS_MailManager_BulletinItemClickedBP \ static_assert(alignof(MailManager_BulletinItemClickedBP) == 0x000004, "Wrong alignment on MailManager_BulletinItemClickedBP"); \ static_assert(sizeof(MailManager_BulletinItemClickedBP) == 0x000008, "Wrong size on MailManager_BulletinItemClickedBP"); \ static_assert(offsetof(MailManager_BulletinItemClickedBP, ItemIndex) == 0x000000, "Member 'MailManager_BulletinItemClickedBP::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(MailManager_BulletinItemClickedBP, bRadiantVisible) == 0x000004, "Member 'MailManager_BulletinItemClickedBP::bRadiantVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MailManager_Get \ static_assert(alignof(MailManager_Get) == 0x000008, "Wrong alignment on MailManager_Get"); \ static_assert(sizeof(MailManager_Get) == 0x000008, "Wrong size on MailManager_Get"); \ static_assert(offsetof(MailManager_Get, ReturnValue) == 0x000000, "Member 'MailManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MailManager_GetBulletinBoardTextBP \ static_assert(alignof(MailManager_GetBulletinBoardTextBP) == 0x000008, "Wrong alignment on MailManager_GetBulletinBoardTextBP"); \ static_assert(sizeof(MailManager_GetBulletinBoardTextBP) == 0x000040, "Wrong size on MailManager_GetBulletinBoardTextBP"); \ static_assert(offsetof(MailManager_GetBulletinBoardTextBP, o_mailIndexes) == 0x000000, "Member 'MailManager_GetBulletinBoardTextBP::o_mailIndexes' has a wrong offset!"); \ static_assert(offsetof(MailManager_GetBulletinBoardTextBP, o_senders) == 0x000010, "Member 'MailManager_GetBulletinBoardTextBP::o_senders' has a wrong offset!"); \ static_assert(offsetof(MailManager_GetBulletinBoardTextBP, o_acceptRadiantVisibles) == 0x000020, "Member 'MailManager_GetBulletinBoardTextBP::o_acceptRadiantVisibles' has a wrong offset!"); \ static_assert(offsetof(MailManager_GetBulletinBoardTextBP, o_descriptions) == 0x000030, "Member 'MailManager_GetBulletinBoardTextBP::o_descriptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MailManager_GetBulletinBoardTypeBP \ static_assert(alignof(MailManager_GetBulletinBoardTypeBP) == 0x000001, "Wrong alignment on MailManager_GetBulletinBoardTypeBP"); \ static_assert(sizeof(MailManager_GetBulletinBoardTypeBP) == 0x000001, "Wrong size on MailManager_GetBulletinBoardTypeBP"); \ static_assert(offsetof(MailManager_GetBulletinBoardTypeBP, ReturnValue) == 0x000000, "Member 'MailManager_GetBulletinBoardTypeBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MailManager_GetMailItemsBP \ static_assert(alignof(MailManager_GetMailItemsBP) == 0x000008, "Wrong alignment on MailManager_GetMailItemsBP"); \ static_assert(sizeof(MailManager_GetMailItemsBP) == 0x000018, "Wrong size on MailManager_GetMailItemsBP"); \ static_assert(offsetof(MailManager_GetMailItemsBP, bFromArchive) == 0x000000, "Member 'MailManager_GetMailItemsBP::bFromArchive' has a wrong offset!"); \ static_assert(offsetof(MailManager_GetMailItemsBP, MailInfo) == 0x000008, "Member 'MailManager_GetMailItemsBP::MailInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MailManager_GetMailOwlVisibilityBP \ static_assert(alignof(MailManager_GetMailOwlVisibilityBP) == 0x000001, "Wrong alignment on MailManager_GetMailOwlVisibilityBP"); \ static_assert(sizeof(MailManager_GetMailOwlVisibilityBP) == 0x000001, "Wrong size on MailManager_GetMailOwlVisibilityBP"); \ static_assert(offsetof(MailManager_GetMailOwlVisibilityBP, ReturnValue) == 0x000000, "Member 'MailManager_GetMailOwlVisibilityBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MailManager_GetRadiantRewardIconsBP \ static_assert(alignof(MailManager_GetRadiantRewardIconsBP) == 0x000008, "Wrong alignment on MailManager_GetRadiantRewardIconsBP"); \ static_assert(sizeof(MailManager_GetRadiantRewardIconsBP) == 0x000010, "Wrong size on MailManager_GetRadiantRewardIconsBP"); \ static_assert(offsetof(MailManager_GetRadiantRewardIconsBP, o_rewardIcons) == 0x000000, "Member 'MailManager_GetRadiantRewardIconsBP::o_rewardIcons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MailManager_GetRadiantTaskTextBP \ static_assert(alignof(MailManager_GetRadiantTaskTextBP) == 0x000008, "Wrong alignment on MailManager_GetRadiantTaskTextBP"); \ static_assert(sizeof(MailManager_GetRadiantTaskTextBP) == 0x000020, "Wrong size on MailManager_GetRadiantTaskTextBP"); \ static_assert(offsetof(MailManager_GetRadiantTaskTextBP, o_iconNames) == 0x000000, "Member 'MailManager_GetRadiantTaskTextBP::o_iconNames' has a wrong offset!"); \ static_assert(offsetof(MailManager_GetRadiantTaskTextBP, o_taskQuantities) == 0x000010, "Member 'MailManager_GetRadiantTaskTextBP::o_taskQuantities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MailManager_HandleMailUIButtonBP \ static_assert(alignof(MailManager_HandleMailUIButtonBP) == 0x000008, "Wrong alignment on MailManager_HandleMailUIButtonBP"); \ static_assert(sizeof(MailManager_HandleMailUIButtonBP) == 0x000030, "Wrong size on MailManager_HandleMailUIButtonBP"); \ static_assert(offsetof(MailManager_HandleMailUIButtonBP, Button) == 0x000000, "Member 'MailManager_HandleMailUIButtonBP::Button' has a wrong offset!"); \ static_assert(offsetof(MailManager_HandleMailUIButtonBP, MailKey) == 0x000008, "Member 'MailManager_HandleMailUIButtonBP::MailKey' has a wrong offset!"); \ static_assert(offsetof(MailManager_HandleMailUIButtonBP, sender) == 0x000018, "Member 'MailManager_HandleMailUIButtonBP::sender' has a wrong offset!"); \ static_assert(offsetof(MailManager_HandleMailUIButtonBP, bFromArchive) == 0x000028, "Member 'MailManager_HandleMailUIButtonBP::bFromArchive' has a wrong offset!"); \ static_assert(offsetof(MailManager_HandleMailUIButtonBP, o_bMailListChanged) == 0x000029, "Member 'MailManager_HandleMailUIButtonBP::o_bMailListChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MailManager_MailUIEventBP \ static_assert(alignof(MailManager_MailUIEventBP) == 0x000001, "Wrong alignment on MailManager_MailUIEventBP"); \ static_assert(sizeof(MailManager_MailUIEventBP) == 0x000002, "Wrong size on MailManager_MailUIEventBP"); \ static_assert(offsetof(MailManager_MailUIEventBP, bStart) == 0x000000, "Member 'MailManager_MailUIEventBP::bStart' has a wrong offset!"); \ static_assert(offsetof(MailManager_MailUIEventBP, mailType) == 0x000001, "Member 'MailManager_MailUIEventBP::mailType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MailManager_StationKnownByMailManagerBP \ static_assert(alignof(MailManager_StationKnownByMailManagerBP) == 0x000008, "Wrong alignment on MailManager_StationKnownByMailManagerBP"); \ static_assert(sizeof(MailManager_StationKnownByMailManagerBP) == 0x000010, "Wrong size on MailManager_StationKnownByMailManagerBP"); \ static_assert(offsetof(MailManager_StationKnownByMailManagerBP, Station) == 0x000000, "Member 'MailManager_StationKnownByMailManagerBP::Station' has a wrong offset!"); \ static_assert(offsetof(MailManager_StationKnownByMailManagerBP, ReturnValue) == 0x000008, "Member 'MailManager_StationKnownByMailManagerBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MailManager_UpdateMailArchiveAndDeleteBP \ static_assert(alignof(MailManager_UpdateMailArchiveAndDeleteBP) == 0x000008, "Wrong alignment on MailManager_UpdateMailArchiveAndDeleteBP"); \ static_assert(sizeof(MailManager_UpdateMailArchiveAndDeleteBP) == 0x000028, "Wrong size on MailManager_UpdateMailArchiveAndDeleteBP"); \ static_assert(offsetof(MailManager_UpdateMailArchiveAndDeleteBP, MailKey) == 0x000000, "Member 'MailManager_UpdateMailArchiveAndDeleteBP::MailKey' has a wrong offset!"); \ static_assert(offsetof(MailManager_UpdateMailArchiveAndDeleteBP, sender) == 0x000010, "Member 'MailManager_UpdateMailArchiveAndDeleteBP::sender' has a wrong offset!"); \ static_assert(offsetof(MailManager_UpdateMailArchiveAndDeleteBP, o_canArchive) == 0x000020, "Member 'MailManager_UpdateMailArchiveAndDeleteBP::o_canArchive' has a wrong offset!"); \ static_assert(offsetof(MailManager_UpdateMailArchiveAndDeleteBP, o_canDelete) == 0x000021, "Member 'MailManager_UpdateMailArchiveAndDeleteBP::o_canDelete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MailManager_GetUnreadMailCountBP \ static_assert(alignof(MailManager_GetUnreadMailCountBP) == 0x000004, "Wrong alignment on MailManager_GetUnreadMailCountBP"); \ static_assert(sizeof(MailManager_GetUnreadMailCountBP) == 0x000004, "Wrong size on MailManager_GetUnreadMailCountBP"); \ static_assert(offsetof(MailManager_GetUnreadMailCountBP, ReturnValue) == 0x000000, "Member 'MailManager_GetUnreadMailCountBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMailManager \ static_assert(alignof(UMailManager) == 0x000008, "Wrong alignment on UMailManager"); \ static_assert(sizeof(UMailManager) == 0x0000F0, "Wrong size on UMailManager"); \ #define DUMPER7_ASSERTS_UUAbleCreatureAttackHitboxTask \ static_assert(alignof(UUAbleCreatureAttackHitboxTask) == 0x000008, "Wrong alignment on UUAbleCreatureAttackHitboxTask"); \ static_assert(sizeof(UUAbleCreatureAttackHitboxTask) == 0x000130, "Wrong size on UUAbleCreatureAttackHitboxTask"); \ static_assert(offsetof(UUAbleCreatureAttackHitboxTask, CreatureTypes) == 0x0000D8, "Member 'UUAbleCreatureAttackHitboxTask::CreatureTypes' has a wrong offset!"); \ static_assert(offsetof(UUAbleCreatureAttackHitboxTask, bAddForMountsOnly) == 0x000128, "Member 'UUAbleCreatureAttackHitboxTask::bAddForMountsOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UManualNavigationInvokerComponent \ static_assert(alignof(UManualNavigationInvokerComponent) == 0x000008, "Wrong alignment on UManualNavigationInvokerComponent"); \ static_assert(sizeof(UManualNavigationInvokerComponent) == 0x0000D8, "Wrong size on UManualNavigationInvokerComponent"); \ #define DUMPER7_ASSERTS_USceneAction_CharacterWalkFollow \ static_assert(alignof(USceneAction_CharacterWalkFollow) == 0x000008, "Wrong alignment on USceneAction_CharacterWalkFollow"); \ static_assert(sizeof(USceneAction_CharacterWalkFollow) == 0x0000B0, "Wrong size on USceneAction_CharacterWalkFollow"); \ static_assert(offsetof(USceneAction_CharacterWalkFollow, GoalActor) == 0x0000A0, "Member 'USceneAction_CharacterWalkFollow::GoalActor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterWalkFollow, WalkSpeed) == 0x0000A8, "Member 'USceneAction_CharacterWalkFollow::WalkSpeed' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterWalkFollow, DistanceToMaintain) == 0x0000AC, "Member 'USceneAction_CharacterWalkFollow::DistanceToMaintain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBaseActor_GetMapPawn \ static_assert(alignof(MapBaseActor_GetMapPawn) == 0x000008, "Wrong alignment on MapBaseActor_GetMapPawn"); \ static_assert(sizeof(MapBaseActor_GetMapPawn) == 0x000008, "Wrong size on MapBaseActor_GetMapPawn"); \ static_assert(offsetof(MapBaseActor_GetMapPawn, ReturnValue) == 0x000000, "Member 'MapBaseActor_GetMapPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapBaseActor_SetMapPawn \ static_assert(alignof(MapBaseActor_SetMapPawn) == 0x000008, "Wrong alignment on MapBaseActor_SetMapPawn"); \ static_assert(sizeof(MapBaseActor_SetMapPawn) == 0x000008, "Wrong size on MapBaseActor_SetMapPawn"); \ static_assert(offsetof(MapBaseActor_SetMapPawn, Pawn) == 0x000000, "Member 'MapBaseActor_SetMapPawn::Pawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMapBaseActor \ static_assert(alignof(AMapBaseActor) == 0x000008, "Wrong alignment on AMapBaseActor"); \ static_assert(sizeof(AMapBaseActor) == 0x000288, "Wrong size on AMapBaseActor"); \ static_assert(offsetof(AMapBaseActor, ZoomFadeStart) == 0x000248, "Member 'AMapBaseActor::ZoomFadeStart' has a wrong offset!"); \ static_assert(offsetof(AMapBaseActor, ZoomFadeEnd) == 0x00024C, "Member 'AMapBaseActor::ZoomFadeEnd' has a wrong offset!"); \ static_assert(offsetof(AMapBaseActor, MinimumAlpha) == 0x000250, "Member 'AMapBaseActor::MinimumAlpha' has a wrong offset!"); \ static_assert(offsetof(AMapBaseActor, MapCursorClass) == 0x000258, "Member 'AMapBaseActor::MapCursorClass' has a wrong offset!"); \ static_assert(offsetof(AMapBaseActor, MaxFrameCountToCover) == 0x000260, "Member 'AMapBaseActor::MaxFrameCountToCover' has a wrong offset!"); \ static_assert(offsetof(AMapBaseActor, MapAnalogControllerMin) == 0x000264, "Member 'AMapBaseActor::MapAnalogControllerMin' has a wrong offset!"); \ static_assert(offsetof(AMapBaseActor, CameraParameters) == 0x000268, "Member 'AMapBaseActor::CameraParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_CharacterTeleport \ static_assert(alignof(USceneActionState_CharacterTeleport) == 0x000008, "Wrong alignment on USceneActionState_CharacterTeleport"); \ static_assert(sizeof(USceneActionState_CharacterTeleport) == 0x000070, "Wrong size on USceneActionState_CharacterTeleport"); \ #define DUMPER7_ASSERTS_URegionSplineContainer \ static_assert(alignof(URegionSplineContainer) == 0x000008, "Wrong alignment on URegionSplineContainer"); \ static_assert(sizeof(URegionSplineContainer) == 0x000080, "Wrong size on URegionSplineContainer"); \ #define DUMPER7_ASSERTS_UCameraStackMountCreatureGetter \ static_assert(alignof(UCameraStackMountCreatureGetter) == 0x000008, "Wrong alignment on UCameraStackMountCreatureGetter"); \ static_assert(sizeof(UCameraStackMountCreatureGetter) == 0x000078, "Wrong size on UCameraStackMountCreatureGetter"); \ static_assert(offsetof(UCameraStackMountCreatureGetter, OffsetFromCreature) == 0x000060, "Member 'UCameraStackMountCreatureGetter::OffsetFromCreature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_CreateLocation \ static_assert(alignof(MapLocation_CreateLocation) == 0x000008, "Wrong alignment on MapLocation_CreateLocation"); \ static_assert(sizeof(MapLocation_CreateLocation) == 0x000058, "Wrong size on MapLocation_CreateLocation"); \ static_assert(offsetof(MapLocation_CreateLocation, RegionIn) == 0x000000, "Member 'MapLocation_CreateLocation::RegionIn' has a wrong offset!"); \ static_assert(offsetof(MapLocation_CreateLocation, LocationIdIn) == 0x000010, "Member 'MapLocation_CreateLocation::LocationIdIn' has a wrong offset!"); \ static_assert(offsetof(MapLocation_CreateLocation, LocationIn) == 0x000020, "Member 'MapLocation_CreateLocation::LocationIn' has a wrong offset!"); \ static_assert(offsetof(MapLocation_CreateLocation, ExtentIn) == 0x00002C, "Member 'MapLocation_CreateLocation::ExtentIn' has a wrong offset!"); \ static_assert(offsetof(MapLocation_CreateLocation, RotationIn) == 0x000038, "Member 'MapLocation_CreateLocation::RotationIn' has a wrong offset!"); \ static_assert(offsetof(MapLocation_CreateLocation, MarkupDataIn) == 0x000044, "Member 'MapLocation_CreateLocation::MarkupDataIn' has a wrong offset!"); \ static_assert(offsetof(MapLocation_CreateLocation, ReturnValue) == 0x000050, "Member 'MapLocation_CreateLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_CreateLocationUsingComponent \ static_assert(alignof(MapLocation_CreateLocationUsingComponent) == 0x000008, "Wrong alignment on MapLocation_CreateLocationUsingComponent"); \ static_assert(sizeof(MapLocation_CreateLocationUsingComponent) == 0x000028, "Wrong size on MapLocation_CreateLocationUsingComponent"); \ static_assert(offsetof(MapLocation_CreateLocationUsingComponent, RegionIn) == 0x000000, "Member 'MapLocation_CreateLocationUsingComponent::RegionIn' has a wrong offset!"); \ static_assert(offsetof(MapLocation_CreateLocationUsingComponent, LocationActorIn) == 0x000010, "Member 'MapLocation_CreateLocationUsingComponent::LocationActorIn' has a wrong offset!"); \ static_assert(offsetof(MapLocation_CreateLocationUsingComponent, MarkupDataIn) == 0x000018, "Member 'MapLocation_CreateLocationUsingComponent::MarkupDataIn' has a wrong offset!"); \ static_assert(offsetof(MapLocation_CreateLocationUsingComponent, ReturnValue) == 0x000020, "Member 'MapLocation_CreateLocationUsingComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_AddLocation \ static_assert(alignof(MapLocation_AddLocation) == 0x000008, "Wrong alignment on MapLocation_AddLocation"); \ static_assert(sizeof(MapLocation_AddLocation) == 0x000010, "Wrong size on MapLocation_AddLocation"); \ static_assert(offsetof(MapLocation_AddLocation, MapLocation) == 0x000000, "Member 'MapLocation_AddLocation::MapLocation' has a wrong offset!"); \ static_assert(offsetof(MapLocation_AddLocation, ReturnValue) == 0x000008, "Member 'MapLocation_AddLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_ContainsLocation \ static_assert(alignof(MapLocation_ContainsLocation) == 0x000008, "Wrong alignment on MapLocation_ContainsLocation"); \ static_assert(sizeof(MapLocation_ContainsLocation) == 0x000018, "Wrong size on MapLocation_ContainsLocation"); \ static_assert(offsetof(MapLocation_ContainsLocation, LocationIdIn) == 0x000000, "Member 'MapLocation_ContainsLocation::LocationIdIn' has a wrong offset!"); \ static_assert(offsetof(MapLocation_ContainsLocation, ReturnValue) == 0x000010, "Member 'MapLocation_ContainsLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_ContainsPoint \ static_assert(alignof(MapLocation_ContainsPoint) == 0x000004, "Wrong alignment on MapLocation_ContainsPoint"); \ static_assert(sizeof(MapLocation_ContainsPoint) == 0x000010, "Wrong size on MapLocation_ContainsPoint"); \ static_assert(offsetof(MapLocation_ContainsPoint, Point) == 0x000000, "Member 'MapLocation_ContainsPoint::Point' has a wrong offset!"); \ static_assert(offsetof(MapLocation_ContainsPoint, ReturnValue) == 0x00000C, "Member 'MapLocation_ContainsPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_Depth \ static_assert(alignof(MapLocation_Depth) == 0x000004, "Wrong alignment on MapLocation_Depth"); \ static_assert(sizeof(MapLocation_Depth) == 0x000004, "Wrong size on MapLocation_Depth"); \ static_assert(offsetof(MapLocation_Depth, ReturnValue) == 0x000000, "Member 'MapLocation_Depth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_GetCenter \ static_assert(alignof(MapLocation_GetCenter) == 0x000004, "Wrong alignment on MapLocation_GetCenter"); \ static_assert(sizeof(MapLocation_GetCenter) == 0x00000C, "Wrong size on MapLocation_GetCenter"); \ static_assert(offsetof(MapLocation_GetCenter, ReturnValue) == 0x000000, "Member 'MapLocation_GetCenter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_GetChildren \ static_assert(alignof(MapLocation_GetChildren) == 0x000008, "Wrong alignment on MapLocation_GetChildren"); \ static_assert(sizeof(MapLocation_GetChildren) == 0x000010, "Wrong size on MapLocation_GetChildren"); \ static_assert(offsetof(MapLocation_GetChildren, ReturnValue) == 0x000000, "Member 'MapLocation_GetChildren::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_GetExtent \ static_assert(alignof(MapLocation_GetExtent) == 0x000004, "Wrong alignment on MapLocation_GetExtent"); \ static_assert(sizeof(MapLocation_GetExtent) == 0x00000C, "Wrong size on MapLocation_GetExtent"); \ static_assert(offsetof(MapLocation_GetExtent, ReturnValue) == 0x000000, "Member 'MapLocation_GetExtent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_GetLocation \ static_assert(alignof(MapLocation_GetLocation) == 0x000004, "Wrong alignment on MapLocation_GetLocation"); \ static_assert(sizeof(MapLocation_GetLocation) == 0x00000C, "Wrong size on MapLocation_GetLocation"); \ static_assert(offsetof(MapLocation_GetLocation, ReturnValue) == 0x000000, "Member 'MapLocation_GetLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_GetLocationActor \ static_assert(alignof(MapLocation_GetLocationActor) == 0x000008, "Wrong alignment on MapLocation_GetLocationActor"); \ static_assert(sizeof(MapLocation_GetLocationActor) == 0x000008, "Wrong size on MapLocation_GetLocationActor"); \ static_assert(offsetof(MapLocation_GetLocationActor, ReturnValue) == 0x000000, "Member 'MapLocation_GetLocationActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_GetLocationByName \ static_assert(alignof(MapLocation_GetLocationByName) == 0x000008, "Wrong alignment on MapLocation_GetLocationByName"); \ static_assert(sizeof(MapLocation_GetLocationByName) == 0x000018, "Wrong size on MapLocation_GetLocationByName"); \ static_assert(offsetof(MapLocation_GetLocationByName, LocationName) == 0x000000, "Member 'MapLocation_GetLocationByName::LocationName' has a wrong offset!"); \ static_assert(offsetof(MapLocation_GetLocationByName, ReturnValue) == 0x000010, "Member 'MapLocation_GetLocationByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_GetLocationId \ static_assert(alignof(MapLocation_GetLocationId) == 0x000008, "Wrong alignment on MapLocation_GetLocationId"); \ static_assert(sizeof(MapLocation_GetLocationId) == 0x000010, "Wrong size on MapLocation_GetLocationId"); \ static_assert(offsetof(MapLocation_GetLocationId, ReturnValue) == 0x000000, "Member 'MapLocation_GetLocationId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_GetMapMarkupComponent \ static_assert(alignof(MapLocation_GetMapMarkupComponent) == 0x000008, "Wrong alignment on MapLocation_GetMapMarkupComponent"); \ static_assert(sizeof(MapLocation_GetMapMarkupComponent) == 0x000008, "Wrong size on MapLocation_GetMapMarkupComponent"); \ static_assert(offsetof(MapLocation_GetMapMarkupComponent, ReturnValue) == 0x000000, "Member 'MapLocation_GetMapMarkupComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_GetParent \ static_assert(alignof(MapLocation_GetParent) == 0x000008, "Wrong alignment on MapLocation_GetParent"); \ static_assert(sizeof(MapLocation_GetParent) == 0x000008, "Wrong size on MapLocation_GetParent"); \ static_assert(offsetof(MapLocation_GetParent, ReturnValue) == 0x000000, "Member 'MapLocation_GetParent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_GetPrimaryInTree \ static_assert(alignof(MapLocation_GetPrimaryInTree) == 0x000008, "Wrong alignment on MapLocation_GetPrimaryInTree"); \ static_assert(sizeof(MapLocation_GetPrimaryInTree) == 0x000008, "Wrong size on MapLocation_GetPrimaryInTree"); \ static_assert(offsetof(MapLocation_GetPrimaryInTree, ReturnValue) == 0x000000, "Member 'MapLocation_GetPrimaryInTree::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_GetRotation \ static_assert(alignof(MapLocation_GetRotation) == 0x000004, "Wrong alignment on MapLocation_GetRotation"); \ static_assert(sizeof(MapLocation_GetRotation) == 0x00000C, "Wrong size on MapLocation_GetRotation"); \ static_assert(offsetof(MapLocation_GetRotation, ReturnValue) == 0x000000, "Member 'MapLocation_GetRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_GetVolume \ static_assert(alignof(MapLocation_GetVolume) == 0x000004, "Wrong alignment on MapLocation_GetVolume"); \ static_assert(sizeof(MapLocation_GetVolume) == 0x000004, "Wrong size on MapLocation_GetVolume"); \ static_assert(offsetof(MapLocation_GetVolume, ReturnValue) == 0x000000, "Member 'MapLocation_GetVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_IsPrimary \ static_assert(alignof(MapLocation_IsPrimary) == 0x000001, "Wrong alignment on MapLocation_IsPrimary"); \ static_assert(sizeof(MapLocation_IsPrimary) == 0x000001, "Wrong size on MapLocation_IsPrimary"); \ static_assert(offsetof(MapLocation_IsPrimary, ReturnValue) == 0x000000, "Member 'MapLocation_IsPrimary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_IsRoot \ static_assert(alignof(MapLocation_IsRoot) == 0x000001, "Wrong alignment on MapLocation_IsRoot"); \ static_assert(sizeof(MapLocation_IsRoot) == 0x000001, "Wrong size on MapLocation_IsRoot"); \ static_assert(offsetof(MapLocation_IsRoot, ReturnValue) == 0x000000, "Member 'MapLocation_IsRoot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_RemoveLocation \ static_assert(alignof(MapLocation_RemoveLocation) == 0x000008, "Wrong alignment on MapLocation_RemoveLocation"); \ static_assert(sizeof(MapLocation_RemoveLocation) == 0x000010, "Wrong size on MapLocation_RemoveLocation"); \ static_assert(offsetof(MapLocation_RemoveLocation, LocationIn) == 0x000000, "Member 'MapLocation_RemoveLocation::LocationIn' has a wrong offset!"); \ static_assert(offsetof(MapLocation_RemoveLocation, ReturnValue) == 0x000008, "Member 'MapLocation_RemoveLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_SetIsPrimary \ static_assert(alignof(MapLocation_SetIsPrimary) == 0x000001, "Wrong alignment on MapLocation_SetIsPrimary"); \ static_assert(sizeof(MapLocation_SetIsPrimary) == 0x000001, "Wrong size on MapLocation_SetIsPrimary"); \ static_assert(offsetof(MapLocation_SetIsPrimary, IsPrimaryIn) == 0x000000, "Member 'MapLocation_SetIsPrimary::IsPrimaryIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocation_SetParent \ static_assert(alignof(MapLocation_SetParent) == 0x000008, "Wrong alignment on MapLocation_SetParent"); \ static_assert(sizeof(MapLocation_SetParent) == 0x000008, "Wrong size on MapLocation_SetParent"); \ static_assert(offsetof(MapLocation_SetParent, ParentIn) == 0x000000, "Member 'MapLocation_SetParent::ParentIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapLocation \ static_assert(alignof(UMapLocation) == 0x000008, "Wrong alignment on UMapLocation"); \ static_assert(sizeof(UMapLocation) == 0x0000A0, "Wrong size on UMapLocation"); \ static_assert(offsetof(UMapLocation, locationActor) == 0x000028, "Member 'UMapLocation::locationActor' has a wrong offset!"); \ static_assert(offsetof(UMapLocation, MapMarkupComponent) == 0x000030, "Member 'UMapLocation::MapMarkupComponent' has a wrong offset!"); \ static_assert(offsetof(UMapLocation, Children) == 0x000090, "Member 'UMapLocation::Children' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapData_CreateMapData \ static_assert(alignof(MapData_CreateMapData) == 0x000008, "Wrong alignment on MapData_CreateMapData"); \ static_assert(sizeof(MapData_CreateMapData) == 0x000008, "Wrong size on MapData_CreateMapData"); \ static_assert(offsetof(MapData_CreateMapData, ReturnValue) == 0x000000, "Member 'MapData_CreateMapData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapData_AddLocation \ static_assert(alignof(MapData_AddLocation) == 0x000008, "Wrong alignment on MapData_AddLocation"); \ static_assert(sizeof(MapData_AddLocation) == 0x000010, "Wrong size on MapData_AddLocation"); \ static_assert(offsetof(MapData_AddLocation, MapLocation) == 0x000000, "Member 'MapData_AddLocation::MapLocation' has a wrong offset!"); \ static_assert(offsetof(MapData_AddLocation, ReturnValue) == 0x000008, "Member 'MapData_AddLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapData_AddLocationInternal \ static_assert(alignof(MapData_AddLocationInternal) == 0x000008, "Wrong alignment on MapData_AddLocationInternal"); \ static_assert(sizeof(MapData_AddLocationInternal) == 0x000018, "Wrong size on MapData_AddLocationInternal"); \ static_assert(offsetof(MapData_AddLocationInternal, MapLocation) == 0x000000, "Member 'MapData_AddLocationInternal::MapLocation' has a wrong offset!"); \ static_assert(offsetof(MapData_AddLocationInternal, Parent) == 0x000008, "Member 'MapData_AddLocationInternal::Parent' has a wrong offset!"); \ static_assert(offsetof(MapData_AddLocationInternal, ReturnValue) == 0x000010, "Member 'MapData_AddLocationInternal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapData_ContainsLocation \ static_assert(alignof(MapData_ContainsLocation) == 0x000008, "Wrong alignment on MapData_ContainsLocation"); \ static_assert(sizeof(MapData_ContainsLocation) == 0x000018, "Wrong size on MapData_ContainsLocation"); \ static_assert(offsetof(MapData_ContainsLocation, LocationName) == 0x000000, "Member 'MapData_ContainsLocation::LocationName' has a wrong offset!"); \ static_assert(offsetof(MapData_ContainsLocation, ReturnValue) == 0x000010, "Member 'MapData_ContainsLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapData_FindDepthOfLocation \ static_assert(alignof(MapData_FindDepthOfLocation) == 0x000008, "Wrong alignment on MapData_FindDepthOfLocation"); \ static_assert(sizeof(MapData_FindDepthOfLocation) == 0x000018, "Wrong size on MapData_FindDepthOfLocation"); \ static_assert(offsetof(MapData_FindDepthOfLocation, LocationIn) == 0x000000, "Member 'MapData_FindDepthOfLocation::LocationIn' has a wrong offset!"); \ static_assert(offsetof(MapData_FindDepthOfLocation, SearchRoot) == 0x000008, "Member 'MapData_FindDepthOfLocation::SearchRoot' has a wrong offset!"); \ static_assert(offsetof(MapData_FindDepthOfLocation, CurrentDepth) == 0x000010, "Member 'MapData_FindDepthOfLocation::CurrentDepth' has a wrong offset!"); \ static_assert(offsetof(MapData_FindDepthOfLocation, ReturnValue) == 0x000014, "Member 'MapData_FindDepthOfLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapData_FindLocationByName \ static_assert(alignof(MapData_FindLocationByName) == 0x000008, "Wrong alignment on MapData_FindLocationByName"); \ static_assert(sizeof(MapData_FindLocationByName) == 0x000020, "Wrong size on MapData_FindLocationByName"); \ static_assert(offsetof(MapData_FindLocationByName, Name_0) == 0x000000, "Member 'MapData_FindLocationByName::Name_0' has a wrong offset!"); \ static_assert(offsetof(MapData_FindLocationByName, StartLocation) == 0x000010, "Member 'MapData_FindLocationByName::StartLocation' has a wrong offset!"); \ static_assert(offsetof(MapData_FindLocationByName, ReturnValue) == 0x000018, "Member 'MapData_FindLocationByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapData_FindLocationThatContainsPoint \ static_assert(alignof(MapData_FindLocationThatContainsPoint) == 0x000008, "Wrong alignment on MapData_FindLocationThatContainsPoint"); \ static_assert(sizeof(MapData_FindLocationThatContainsPoint) == 0x000020, "Wrong size on MapData_FindLocationThatContainsPoint"); \ static_assert(offsetof(MapData_FindLocationThatContainsPoint, Point) == 0x000000, "Member 'MapData_FindLocationThatContainsPoint::Point' has a wrong offset!"); \ static_assert(offsetof(MapData_FindLocationThatContainsPoint, StartLocation) == 0x000010, "Member 'MapData_FindLocationThatContainsPoint::StartLocation' has a wrong offset!"); \ static_assert(offsetof(MapData_FindLocationThatContainsPoint, ReturnValue) == 0x000018, "Member 'MapData_FindLocationThatContainsPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapData \ static_assert(alignof(UMapData) == 0x000008, "Wrong alignment on UMapData"); \ static_assert(sizeof(UMapData) == 0x000030, "Wrong size on UMapData"); \ static_assert(offsetof(UMapData, Root) == 0x000028, "Member 'UMapData::Root' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUDSStatManager \ static_assert(alignof(UUDSStatManager) == 0x000008, "Wrong alignment on UUDSStatManager"); \ static_assert(sizeof(UUDSStatManager) == 0x000098, "Wrong size on UUDSStatManager"); \ static_assert(offsetof(UUDSStatManager, UDSEventQueuer) == 0x000028, "Member 'UUDSStatManager::UDSEventQueuer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapDebuggerWindow \ static_assert(alignof(UMapDebuggerWindow) == 0x000008, "Wrong alignment on UMapDebuggerWindow"); \ static_assert(sizeof(UMapDebuggerWindow) == 0x000040, "Wrong size on UMapDebuggerWindow"); \ static_assert(offsetof(UMapDebuggerWindow, audioCueActors) == 0x000028, "Member 'UMapDebuggerWindow::audioCueActors' has a wrong offset!"); \ static_assert(offsetof(UMapDebuggerWindow, enterLeaveActor) == 0x000038, "Member 'UMapDebuggerWindow::enterLeaveActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ResetClothSim \ static_assert(alignof(USceneAction_ResetClothSim) == 0x000008, "Wrong alignment on USceneAction_ResetClothSim"); \ static_assert(sizeof(USceneAction_ResetClothSim) == 0x0000C0, "Wrong size on USceneAction_ResetClothSim"); \ static_assert(offsetof(USceneAction_ResetClothSim, bPiecesListIsInclusive) == 0x0000A0, "Member 'USceneAction_ResetClothSim::bPiecesListIsInclusive' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ResetClothSim, PiecesList) == 0x0000A8, "Member 'USceneAction_ResetClothSim::PiecesList' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ResetClothSim, ClothTeleportMode) == 0x0000B8, "Member 'USceneAction_ResetClothSim::ClothTeleportMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapDungeon_DungeonShowAll \ static_assert(alignof(MapDungeon_DungeonShowAll) == 0x000001, "Wrong alignment on MapDungeon_DungeonShowAll"); \ static_assert(sizeof(MapDungeon_DungeonShowAll) == 0x000001, "Wrong size on MapDungeon_DungeonShowAll"); \ static_assert(offsetof(MapDungeon_DungeonShowAll, Show) == 0x000000, "Member 'MapDungeon_DungeonShowAll::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapDungeon_GetDungeonMapActor \ static_assert(alignof(MapDungeon_GetDungeonMapActor) == 0x000008, "Wrong alignment on MapDungeon_GetDungeonMapActor"); \ static_assert(sizeof(MapDungeon_GetDungeonMapActor) == 0x000008, "Wrong size on MapDungeon_GetDungeonMapActor"); \ static_assert(offsetof(MapDungeon_GetDungeonMapActor, ReturnValue) == 0x000000, "Member 'MapDungeon_GetDungeonMapActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapDungeon_GetMapScreenWidget \ static_assert(alignof(MapDungeon_GetMapScreenWidget) == 0x000008, "Wrong alignment on MapDungeon_GetMapScreenWidget"); \ static_assert(sizeof(MapDungeon_GetMapScreenWidget) == 0x000008, "Wrong size on MapDungeon_GetMapScreenWidget"); \ static_assert(offsetof(MapDungeon_GetMapScreenWidget, ReturnValue) == 0x000000, "Member 'MapDungeon_GetMapScreenWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapDungeon \ static_assert(alignof(UMapDungeon) == 0x000010, "Wrong alignment on UMapDungeon"); \ static_assert(sizeof(UMapDungeon) == 0x0009E0, "Wrong size on UMapDungeon"); \ static_assert(offsetof(UMapDungeon, DungeonMapActor) == 0x000940, "Member 'UMapDungeon::DungeonMapActor' has a wrong offset!"); \ static_assert(offsetof(UMapDungeon, MapNavActorClass) == 0x000948, "Member 'UMapDungeon::MapNavActorClass' has a wrong offset!"); \ static_assert(offsetof(UMapDungeon, MapWidget) == 0x000950, "Member 'UMapDungeon::MapWidget' has a wrong offset!"); \ static_assert(offsetof(UMapDungeon, DefaultIconScale) == 0x000970, "Member 'UMapDungeon::DefaultIconScale' has a wrong offset!"); \ static_assert(offsetof(UMapDungeon, MapIconDiscoveredColor) == 0x000974, "Member 'UMapDungeon::MapIconDiscoveredColor' has a wrong offset!"); \ static_assert(offsetof(UMapDungeon, MapIconColor) == 0x000984, "Member 'UMapDungeon::MapIconColor' has a wrong offset!"); \ static_assert(offsetof(UMapDungeon, MapIconTier4ScaleFactor) == 0x000994, "Member 'UMapDungeon::MapIconTier4ScaleFactor' has a wrong offset!"); \ static_assert(offsetof(UMapDungeon, MaxZoomDistance) == 0x000998, "Member 'UMapDungeon::MaxZoomDistance' has a wrong offset!"); \ static_assert(offsetof(UMapDungeon, MaxRadius) == 0x00099C, "Member 'UMapDungeon::MaxRadius' has a wrong offset!"); \ static_assert(offsetof(UMapDungeon, CursorScale) == 0x0009A0, "Member 'UMapDungeon::CursorScale' has a wrong offset!"); \ static_assert(offsetof(UMapDungeon, CursorScaleFactor) == 0x0009A4, "Member 'UMapDungeon::CursorScaleFactor' has a wrong offset!"); \ static_assert(offsetof(UMapDungeon, MapBounds) == 0x0009B0, "Member 'UMapDungeon::MapBounds' has a wrong offset!"); \ static_assert(offsetof(UMapDungeon, MapScreenBounds) == 0x0009C0, "Member 'UMapDungeon::MapScreenBounds' has a wrong offset!"); \ static_assert(offsetof(UMapDungeon, DecalSize) == 0x0009D0, "Member 'UMapDungeon::DecalSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBroomFlightGetter \ static_assert(alignof(UCameraStackBroomFlightGetter) == 0x000008, "Wrong alignment on UCameraStackBroomFlightGetter"); \ static_assert(sizeof(UCameraStackBroomFlightGetter) == 0x000030, "Wrong size on UCameraStackBroomFlightGetter"); \ #define DUMPER7_ASSERTS_UMapNavData \ static_assert(alignof(UMapNavData) == 0x000008, "Wrong alignment on UMapNavData"); \ static_assert(sizeof(UMapNavData) == 0x0000C8, "Wrong size on UMapNavData"); \ static_assert(offsetof(UMapNavData, LevelName) == 0x000028, "Member 'UMapNavData::LevelName' has a wrong offset!"); \ static_assert(offsetof(UMapNavData, SubLevelNames) == 0x000038, "Member 'UMapNavData::SubLevelNames' has a wrong offset!"); \ static_assert(offsetof(UMapNavData, NumNavmeshes) == 0x000048, "Member 'UMapNavData::NumNavmeshes' has a wrong offset!"); \ static_assert(offsetof(UMapNavData, Offsets) == 0x000050, "Member 'UMapNavData::Offsets' has a wrong offset!"); \ static_assert(offsetof(UMapNavData, Vertexes) == 0x000060, "Member 'UMapNavData::Vertexes' has a wrong offset!"); \ static_assert(offsetof(UMapNavData, TriangleIndexes) == 0x000070, "Member 'UMapNavData::TriangleIndexes' has a wrong offset!"); \ static_assert(offsetof(UMapNavData, NavLayers) == 0x000080, "Member 'UMapNavData::NavLayers' has a wrong offset!"); \ static_assert(offsetof(UMapNavData, Triangles) == 0x000090, "Member 'UMapNavData::Triangles' has a wrong offset!"); \ static_assert(offsetof(UMapNavData, TriangleCentroid) == 0x0000A0, "Member 'UMapNavData::TriangleCentroid' has a wrong offset!"); \ static_assert(offsetof(UMapNavData, Bounds) == 0x0000B0, "Member 'UMapNavData::Bounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_CharacterWalkToPoint \ static_assert(alignof(USceneAction_CharacterWalkToPoint) == 0x000008, "Wrong alignment on USceneAction_CharacterWalkToPoint"); \ static_assert(sizeof(USceneAction_CharacterWalkToPoint) == 0x0000B0, "Wrong size on USceneAction_CharacterWalkToPoint"); \ static_assert(offsetof(USceneAction_CharacterWalkToPoint, WorldSpaceTransform) == 0x0000A0, "Member 'USceneAction_CharacterWalkToPoint::WorldSpaceTransform' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterWalkToPoint, WalkSpeed) == 0x0000A8, "Member 'USceneAction_CharacterWalkToPoint::WalkSpeed' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterWalkToPoint, ArrivalRadius) == 0x0000AC, "Member 'USceneAction_CharacterWalkToPoint::ArrivalRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapDungeonComponent \ static_assert(alignof(UMapDungeonComponent) == 0x000010, "Wrong alignment on UMapDungeonComponent"); \ static_assert(sizeof(UMapDungeonComponent) == 0x000570, "Wrong size on UMapDungeonComponent"); \ #define DUMPER7_ASSERTS_AMapDungeonActor \ static_assert(alignof(AMapDungeonActor) == 0x000008, "Wrong alignment on AMapDungeonActor"); \ static_assert(sizeof(AMapDungeonActor) == 0x000390, "Wrong size on AMapDungeonActor"); \ static_assert(offsetof(AMapDungeonActor, DungeonMaterialDynamic) == 0x000248, "Member 'AMapDungeonActor::DungeonMaterialDynamic' has a wrong offset!"); \ static_assert(offsetof(AMapDungeonActor, DungeonMaterial) == 0x000250, "Member 'AMapDungeonActor::DungeonMaterial' has a wrong offset!"); \ static_assert(offsetof(AMapDungeonActor, MapDungeonComponent) == 0x000258, "Member 'AMapDungeonActor::MapDungeonComponent' has a wrong offset!"); \ static_assert(offsetof(AMapDungeonActor, OverrideMaterials) == 0x000260, "Member 'AMapDungeonActor::OverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(AMapDungeonActor, CurrentLayer) == 0x000280, "Member 'AMapDungeonActor::CurrentLayer' has a wrong offset!"); \ static_assert(offsetof(AMapDungeonActor, CurrentLayerColor) == 0x000284, "Member 'AMapDungeonActor::CurrentLayerColor' has a wrong offset!"); \ static_assert(offsetof(AMapDungeonActor, OtherLayerColor) == 0x000294, "Member 'AMapDungeonActor::OtherLayerColor' has a wrong offset!"); \ static_assert(offsetof(AMapDungeonActor, TestList) == 0x0002A8, "Member 'AMapDungeonActor::TestList' has a wrong offset!"); \ static_assert(offsetof(AMapDungeonActor, DataFiles) == 0x000348, "Member 'AMapDungeonActor::DataFiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapFilterRegion_GetName \ static_assert(alignof(MapFilterRegion_GetName) == 0x000008, "Wrong alignment on MapFilterRegion_GetName"); \ static_assert(sizeof(MapFilterRegion_GetName) == 0x000010, "Wrong size on MapFilterRegion_GetName"); \ static_assert(offsetof(MapFilterRegion_GetName, ReturnValue) == 0x000000, "Member 'MapFilterRegion_GetName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapFilterRegion_SetTexture \ static_assert(alignof(MapFilterRegion_SetTexture) == 0x000008, "Wrong alignment on MapFilterRegion_SetTexture"); \ static_assert(sizeof(MapFilterRegion_SetTexture) == 0x000008, "Wrong size on MapFilterRegion_SetTexture"); \ static_assert(offsetof(MapFilterRegion_SetTexture, inTexture) == 0x000000, "Member 'MapFilterRegion_SetTexture::inTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMapFilterRegion \ static_assert(alignof(AMapFilterRegion) == 0x000008, "Wrong alignment on AMapFilterRegion"); \ static_assert(sizeof(AMapFilterRegion) == 0x000270, "Wrong size on AMapFilterRegion"); \ static_assert(offsetof(AMapFilterRegion, Material) == 0x000250, "Member 'AMapFilterRegion::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskMoveToLocation \ static_assert(alignof(UAIPerformTaskMoveToLocation) == 0x000010, "Wrong alignment on UAIPerformTaskMoveToLocation"); \ static_assert(sizeof(UAIPerformTaskMoveToLocation) == 0x0000E0, "Wrong size on UAIPerformTaskMoveToLocation"); \ static_assert(offsetof(UAIPerformTaskMoveToLocation, SpeedMode) == 0x0000D8, "Member 'UAIPerformTaskMoveToLocation::SpeedMode' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskMoveToLocation, clearanceDistance) == 0x0000DC, "Member 'UAIPerformTaskMoveToLocation::clearanceDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapFXManager_FXChainComplete \ static_assert(alignof(MapFXManager_FXChainComplete) == 0x000008, "Wrong alignment on MapFXManager_FXChainComplete"); \ static_assert(sizeof(MapFXManager_FXChainComplete) == 0x000008, "Wrong size on MapFXManager_FXChainComplete"); \ static_assert(offsetof(MapFXManager_FXChainComplete, MapFXChain) == 0x000000, "Member 'MapFXManager_FXChainComplete::MapFXChain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapFXManager_FXComplete \ static_assert(alignof(MapFXManager_FXComplete) == 0x000008, "Wrong alignment on MapFXManager_FXComplete"); \ static_assert(sizeof(MapFXManager_FXComplete) == 0x000008, "Wrong size on MapFXManager_FXComplete"); \ static_assert(offsetof(MapFXManager_FXComplete, MapFX) == 0x000000, "Member 'MapFXManager_FXComplete::MapFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapFXManager \ static_assert(alignof(UMapFXManager) == 0x000008, "Wrong alignment on UMapFXManager"); \ static_assert(sizeof(UMapFXManager) == 0x000070, "Wrong size on UMapFXManager"); \ static_assert(offsetof(UMapFXManager, FXList) == 0x000028, "Member 'UMapFXManager::FXList' has a wrong offset!"); \ static_assert(offsetof(UMapFXManager, FXActiveList) == 0x000038, "Member 'UMapFXManager::FXActiveList' has a wrong offset!"); \ static_assert(offsetof(UMapFXManager, FXChainActiveList) == 0x000048, "Member 'UMapFXManager::FXChainActiveList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransfigurationMaterials \ static_assert(alignof(UTransfigurationMaterials) == 0x000008, "Wrong alignment on UTransfigurationMaterials"); \ static_assert(sizeof(UTransfigurationMaterials) == 0x000038, "Wrong size on UTransfigurationMaterials"); \ static_assert(offsetof(UTransfigurationMaterials, VFXFlipbookMaster) == 0x000030, "Member 'UTransfigurationMaterials::VFXFlipbookMaster' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapFX_OnFinished \ static_assert(alignof(MapFX_OnFinished) == 0x000008, "Wrong alignment on MapFX_OnFinished"); \ static_assert(sizeof(MapFX_OnFinished) == 0x000008, "Wrong size on MapFX_OnFinished"); \ static_assert(offsetof(MapFX_OnFinished, PSystem) == 0x000000, "Member 'MapFX_OnFinished::PSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapFX \ static_assert(alignof(UMapFX) == 0x000008, "Wrong alignment on UMapFX"); \ static_assert(sizeof(UMapFX) == 0x000070, "Wrong size on UMapFX"); \ static_assert(offsetof(UMapFX, NiagaraComponent) == 0x000030, "Member 'UMapFX::NiagaraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEmissiveAdaptationFixedOverrideComponent \ static_assert(alignof(UEmissiveAdaptationFixedOverrideComponent) == 0x000010, "Wrong alignment on UEmissiveAdaptationFixedOverrideComponent"); \ static_assert(sizeof(UEmissiveAdaptationFixedOverrideComponent) == 0x000710, "Wrong size on UEmissiveAdaptationFixedOverrideComponent"); \ static_assert(offsetof(UEmissiveAdaptationFixedOverrideComponent, AdaptationEV100) == 0x000100, "Member 'UEmissiveAdaptationFixedOverrideComponent::AdaptationEV100' has a wrong offset!"); \ static_assert(offsetof(UEmissiveAdaptationFixedOverrideComponent, Affects) == 0x000104, "Member 'UEmissiveAdaptationFixedOverrideComponent::Affects' has a wrong offset!"); \ static_assert(offsetof(UEmissiveAdaptationFixedOverrideComponent, bIncludeBias) == 0x000108, "Member 'UEmissiveAdaptationFixedOverrideComponent::bIncludeBias' has a wrong offset!"); \ static_assert(offsetof(UEmissiveAdaptationFixedOverrideComponent, bAllowOutdoorsDayTimeBoostFactor) == 0x000109, "Member 'UEmissiveAdaptationFixedOverrideComponent::bAllowOutdoorsDayTimeBoostFactor' has a wrong offset!"); \ static_assert(offsetof(UEmissiveAdaptationFixedOverrideComponent, PostProcessSettings) == 0x000110, "Member 'UEmissiveAdaptationFixedOverrideComponent::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(UEmissiveAdaptationFixedOverrideComponent, PostProcessingPriority) == 0x000700, "Member 'UEmissiveAdaptationFixedOverrideComponent::PostProcessingPriority' has a wrong offset!"); \ static_assert(offsetof(UEmissiveAdaptationFixedOverrideComponent, bBlendPostProcessSettings) == 0x000704, "Member 'UEmissiveAdaptationFixedOverrideComponent::bBlendPostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(UEmissiveAdaptationFixedOverrideComponent, bUsePostProcessSettings) == 0x000705, "Member 'UEmissiveAdaptationFixedOverrideComponent::bUsePostProcessSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapFXChain_OnFinished \ static_assert(alignof(MapFXChain_OnFinished) == 0x000008, "Wrong alignment on MapFXChain_OnFinished"); \ static_assert(sizeof(MapFXChain_OnFinished) == 0x000008, "Wrong size on MapFXChain_OnFinished"); \ static_assert(offsetof(MapFXChain_OnFinished, PSystem) == 0x000000, "Member 'MapFXChain_OnFinished::PSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapFXChain \ static_assert(alignof(UMapFXChain) == 0x000008, "Wrong alignment on UMapFXChain"); \ static_assert(sizeof(UMapFXChain) == 0x000080, "Wrong size on UMapFXChain"); \ #define DUMPER7_ASSERTS_UAIPerformTaskUnlockSpell \ static_assert(alignof(UAIPerformTaskUnlockSpell) == 0x000010, "Wrong alignment on UAIPerformTaskUnlockSpell"); \ static_assert(sizeof(UAIPerformTaskUnlockSpell) == 0x0000F0, "Wrong size on UAIPerformTaskUnlockSpell"); \ static_assert(offsetof(UAIPerformTaskUnlockSpell, SpellType) == 0x0000D8, "Member 'UAIPerformTaskUnlockSpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskUnlockSpell, SpellSlot) == 0x0000E0, "Member 'UAIPerformTaskUnlockSpell::SpellSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHogsmeadeMaterialFade \ static_assert(alignof(UHogsmeadeMaterialFade) == 0x000008, "Wrong alignment on UHogsmeadeMaterialFade"); \ static_assert(sizeof(UHogsmeadeMaterialFade) == 0x000040, "Wrong size on UHogsmeadeMaterialFade"); \ static_assert(offsetof(UHogsmeadeMaterialFade, Material) == 0x000028, "Member 'UHogsmeadeMaterialFade::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_Adaptation \ static_assert(alignof(USceneAction_Adaptation) == 0x000008, "Wrong alignment on USceneAction_Adaptation"); \ static_assert(sizeof(USceneAction_Adaptation) == 0x000098, "Wrong size on USceneAction_Adaptation"); \ static_assert(offsetof(USceneAction_Adaptation, FeatherInTime) == 0x000088, "Member 'USceneAction_Adaptation::FeatherInTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Adaptation, FeatherOutTime) == 0x00008C, "Member 'USceneAction_Adaptation::FeatherOutTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Adaptation, Priority) == 0x000090, "Member 'USceneAction_Adaptation::Priority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Adaptation, bHighestPossiblePriority) == 0x000094, "Member 'USceneAction_Adaptation::bHighestPossiblePriority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Adaptation, bEnabled) == 0x000095, "Member 'USceneAction_Adaptation::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_AdaptationCurve \ static_assert(alignof(USceneAction_AdaptationCurve) == 0x000008, "Wrong alignment on USceneAction_AdaptationCurve"); \ static_assert(sizeof(USceneAction_AdaptationCurve) == 0x0000A8, "Wrong size on USceneAction_AdaptationCurve"); \ static_assert(offsetof(USceneAction_AdaptationCurve, AdaptationEV100) == 0x000098, "Member 'USceneAction_AdaptationCurve::AdaptationEV100' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AdaptationCurve, Affects) == 0x0000A0, "Member 'USceneAction_AdaptationCurve::Affects' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AdaptationCurve, bIncludeBias) == 0x0000A4, "Member 'USceneAction_AdaptationCurve::bIncludeBias' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AdaptationCurve, bAllowOutdoorsDayTimeBoostFactor) == 0x0000A5, "Member 'USceneAction_AdaptationCurve::bAllowOutdoorsDayTimeBoostFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogsmeade_GetMapScreenWidget \ static_assert(alignof(MapHogsmeade_GetMapScreenWidget) == 0x000008, "Wrong alignment on MapHogsmeade_GetMapScreenWidget"); \ static_assert(sizeof(MapHogsmeade_GetMapScreenWidget) == 0x000008, "Wrong size on MapHogsmeade_GetMapScreenWidget"); \ static_assert(offsetof(MapHogsmeade_GetMapScreenWidget, ReturnValue) == 0x000000, "Member 'MapHogsmeade_GetMapScreenWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapHogsmeade \ static_assert(alignof(UMapHogsmeade) == 0x000010, "Wrong alignment on UMapHogsmeade"); \ static_assert(sizeof(UMapHogsmeade) == 0x0009E0, "Wrong size on UMapHogsmeade"); \ static_assert(offsetof(UMapHogsmeade, MaterialFades) == 0x000948, "Member 'UMapHogsmeade::MaterialFades' has a wrong offset!"); \ static_assert(offsetof(UMapHogsmeade, ZoomFactorTier1) == 0x00095C, "Member 'UMapHogsmeade::ZoomFactorTier1' has a wrong offset!"); \ static_assert(offsetof(UMapHogsmeade, ZoomFactorTier2) == 0x000960, "Member 'UMapHogsmeade::ZoomFactorTier2' has a wrong offset!"); \ static_assert(offsetof(UMapHogsmeade, ZoomFactorTier3) == 0x000964, "Member 'UMapHogsmeade::ZoomFactorTier3' has a wrong offset!"); \ static_assert(offsetof(UMapHogsmeade, ZoomFactorTier4) == 0x000968, "Member 'UMapHogsmeade::ZoomFactorTier4' has a wrong offset!"); \ static_assert(offsetof(UMapHogsmeade, ZoomFactorTier5) == 0x00096C, "Member 'UMapHogsmeade::ZoomFactorTier5' has a wrong offset!"); \ static_assert(offsetof(UMapHogsmeade, MapIconDiscoveredColor) == 0x000970, "Member 'UMapHogsmeade::MapIconDiscoveredColor' has a wrong offset!"); \ static_assert(offsetof(UMapHogsmeade, MapIconColor) == 0x000980, "Member 'UMapHogsmeade::MapIconColor' has a wrong offset!"); \ static_assert(offsetof(UMapHogsmeade, DefaultIconScale) == 0x000990, "Member 'UMapHogsmeade::DefaultIconScale' has a wrong offset!"); \ static_assert(offsetof(UMapHogsmeade, CursorScale) == 0x000994, "Member 'UMapHogsmeade::CursorScale' has a wrong offset!"); \ static_assert(offsetof(UMapHogsmeade, CursorScaleFactor) == 0x000998, "Member 'UMapHogsmeade::CursorScaleFactor' has a wrong offset!"); \ static_assert(offsetof(UMapHogsmeade, DecalSize) == 0x00099C, "Member 'UMapHogsmeade::DecalSize' has a wrong offset!"); \ static_assert(offsetof(UMapHogsmeade, MapBounds) == 0x0009B0, "Member 'UMapHogsmeade::MapBounds' has a wrong offset!"); \ static_assert(offsetof(UMapHogsmeade, MapScreenBounds) == 0x0009C0, "Member 'UMapHogsmeade::MapScreenBounds' has a wrong offset!"); \ static_assert(offsetof(UMapHogsmeade, HogsmeadeCenter) == 0x0009D0, "Member 'UMapHogsmeade::HogsmeadeCenter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskSetCompanion \ static_assert(alignof(UAIPerformTaskSetCompanion) == 0x000010, "Wrong alignment on UAIPerformTaskSetCompanion"); \ static_assert(sizeof(UAIPerformTaskSetCompanion) == 0x0000E0, "Wrong size on UAIPerformTaskSetCompanion"); \ static_assert(offsetof(UAIPerformTaskSetCompanion, bSetCompanion) == 0x0000D8, "Member 'UAIPerformTaskSetCompanion::bSetCompanion' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskSetCompanion, bIsForcedCompanion) == 0x0000D9, "Member 'UAIPerformTaskSetCompanion::bIsForcedCompanion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULevelData \ static_assert(alignof(ULevelData) == 0x000008, "Wrong alignment on ULevelData"); \ static_assert(sizeof(ULevelData) == 0x000050, "Wrong size on ULevelData"); \ #define DUMPER7_ASSERTS_MapHogwartsBPActor_FindLocationActorBelowPoint \ static_assert(alignof(MapHogwartsBPActor_FindLocationActorBelowPoint) == 0x000008, "Wrong alignment on MapHogwartsBPActor_FindLocationActorBelowPoint"); \ static_assert(sizeof(MapHogwartsBPActor_FindLocationActorBelowPoint) == 0x000018, "Wrong size on MapHogwartsBPActor_FindLocationActorBelowPoint"); \ static_assert(offsetof(MapHogwartsBPActor_FindLocationActorBelowPoint, Point) == 0x000000, "Member 'MapHogwartsBPActor_FindLocationActorBelowPoint::Point' has a wrong offset!"); \ static_assert(offsetof(MapHogwartsBPActor_FindLocationActorBelowPoint, ReturnValue) == 0x000010, "Member 'MapHogwartsBPActor_FindLocationActorBelowPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwartsBPActor_FindLocationActorThatContainsPoint \ static_assert(alignof(MapHogwartsBPActor_FindLocationActorThatContainsPoint) == 0x000008, "Wrong alignment on MapHogwartsBPActor_FindLocationActorThatContainsPoint"); \ static_assert(sizeof(MapHogwartsBPActor_FindLocationActorThatContainsPoint) == 0x000018, "Wrong size on MapHogwartsBPActor_FindLocationActorThatContainsPoint"); \ static_assert(offsetof(MapHogwartsBPActor_FindLocationActorThatContainsPoint, Point) == 0x000000, "Member 'MapHogwartsBPActor_FindLocationActorThatContainsPoint::Point' has a wrong offset!"); \ static_assert(offsetof(MapHogwartsBPActor_FindLocationActorThatContainsPoint, ReturnValue) == 0x000010, "Member 'MapHogwartsBPActor_FindLocationActorThatContainsPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwartsBPActor_GetHogwartsMap \ static_assert(alignof(MapHogwartsBPActor_GetHogwartsMap) == 0x000008, "Wrong alignment on MapHogwartsBPActor_GetHogwartsMap"); \ static_assert(sizeof(MapHogwartsBPActor_GetHogwartsMap) == 0x000008, "Wrong size on MapHogwartsBPActor_GetHogwartsMap"); \ static_assert(offsetof(MapHogwartsBPActor_GetHogwartsMap, ReturnValue) == 0x000000, "Member 'MapHogwartsBPActor_GetHogwartsMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwartsBPActor_GetIsActive \ static_assert(alignof(MapHogwartsBPActor_GetIsActive) == 0x000001, "Wrong alignment on MapHogwartsBPActor_GetIsActive"); \ static_assert(sizeof(MapHogwartsBPActor_GetIsActive) == 0x000001, "Wrong size on MapHogwartsBPActor_GetIsActive"); \ static_assert(offsetof(MapHogwartsBPActor_GetIsActive, ReturnValue) == 0x000000, "Member 'MapHogwartsBPActor_GetIsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwartsBPActor_GetRoomStairFloorString \ static_assert(alignof(MapHogwartsBPActor_GetRoomStairFloorString) == 0x000008, "Wrong alignment on MapHogwartsBPActor_GetRoomStairFloorString"); \ static_assert(sizeof(MapHogwartsBPActor_GetRoomStairFloorString) == 0x000038, "Wrong size on MapHogwartsBPActor_GetRoomStairFloorString"); \ static_assert(offsetof(MapHogwartsBPActor_GetRoomStairFloorString, MapLocation) == 0x000000, "Member 'MapHogwartsBPActor_GetRoomStairFloorString::MapLocation' has a wrong offset!"); \ static_assert(offsetof(MapHogwartsBPActor_GetRoomStairFloorString, StairLocation) == 0x000008, "Member 'MapHogwartsBPActor_GetRoomStairFloorString::StairLocation' has a wrong offset!"); \ static_assert(offsetof(MapHogwartsBPActor_GetRoomStairFloorString, FloorLocation) == 0x000010, "Member 'MapHogwartsBPActor_GetRoomStairFloorString::FloorLocation' has a wrong offset!"); \ static_assert(offsetof(MapHogwartsBPActor_GetRoomStairFloorString, PrimaryrLocation) == 0x000018, "Member 'MapHogwartsBPActor_GetRoomStairFloorString::PrimaryrLocation' has a wrong offset!"); \ static_assert(offsetof(MapHogwartsBPActor_GetRoomStairFloorString, IsOnlyPrimaryLocation) == 0x000020, "Member 'MapHogwartsBPActor_GetRoomStairFloorString::IsOnlyPrimaryLocation' has a wrong offset!"); \ static_assert(offsetof(MapHogwartsBPActor_GetRoomStairFloorString, ReturnValue) == 0x000028, "Member 'MapHogwartsBPActor_GetRoomStairFloorString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwartsBPActor_GetState \ static_assert(alignof(MapHogwartsBPActor_GetState) == 0x000001, "Wrong alignment on MapHogwartsBPActor_GetState"); \ static_assert(sizeof(MapHogwartsBPActor_GetState) == 0x000001, "Wrong size on MapHogwartsBPActor_GetState"); \ static_assert(offsetof(MapHogwartsBPActor_GetState, ReturnValue) == 0x000000, "Member 'MapHogwartsBPActor_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwartsBPActor_OnActivate_Event \ static_assert(alignof(MapHogwartsBPActor_OnActivate_Event) == 0x000001, "Wrong alignment on MapHogwartsBPActor_OnActivate_Event"); \ static_assert(sizeof(MapHogwartsBPActor_OnActivate_Event) == 0x000001, "Wrong size on MapHogwartsBPActor_OnActivate_Event"); \ static_assert(offsetof(MapHogwartsBPActor_OnActivate_Event, Activate) == 0x000000, "Member 'MapHogwartsBPActor_OnActivate_Event::Activate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwartsBPActor_PushLocaitonNameToScreen \ static_assert(alignof(MapHogwartsBPActor_PushLocaitonNameToScreen) == 0x000008, "Wrong alignment on MapHogwartsBPActor_PushLocaitonNameToScreen"); \ static_assert(sizeof(MapHogwartsBPActor_PushLocaitonNameToScreen) == 0x000010, "Wrong size on MapHogwartsBPActor_PushLocaitonNameToScreen"); \ static_assert(offsetof(MapHogwartsBPActor_PushLocaitonNameToScreen, LocationName) == 0x000000, "Member 'MapHogwartsBPActor_PushLocaitonNameToScreen::LocationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwartsBPActor_PushLocationListToScreen \ static_assert(alignof(MapHogwartsBPActor_PushLocationListToScreen) == 0x000008, "Wrong alignment on MapHogwartsBPActor_PushLocationListToScreen"); \ static_assert(sizeof(MapHogwartsBPActor_PushLocationListToScreen) == 0x000018, "Wrong size on MapHogwartsBPActor_PushLocationListToScreen"); \ static_assert(offsetof(MapHogwartsBPActor_PushLocationListToScreen, InLocationList) == 0x000000, "Member 'MapHogwartsBPActor_PushLocationListToScreen::InLocationList' has a wrong offset!"); \ static_assert(offsetof(MapHogwartsBPActor_PushLocationListToScreen, InStartIndex) == 0x000010, "Member 'MapHogwartsBPActor_PushLocationListToScreen::InStartIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwartsBPActor_SetDynamicMapTarget \ static_assert(alignof(MapHogwartsBPActor_SetDynamicMapTarget) == 0x000008, "Wrong alignment on MapHogwartsBPActor_SetDynamicMapTarget"); \ static_assert(sizeof(MapHogwartsBPActor_SetDynamicMapTarget) == 0x000008, "Wrong size on MapHogwartsBPActor_SetDynamicMapTarget"); \ static_assert(offsetof(MapHogwartsBPActor_SetDynamicMapTarget, Target) == 0x000000, "Member 'MapHogwartsBPActor_SetDynamicMapTarget::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwartsBPActor_SetNextState \ static_assert(alignof(MapHogwartsBPActor_SetNextState) == 0x000001, "Wrong alignment on MapHogwartsBPActor_SetNextState"); \ static_assert(sizeof(MapHogwartsBPActor_SetNextState) == 0x000001, "Wrong size on MapHogwartsBPActor_SetNextState"); \ static_assert(offsetof(MapHogwartsBPActor_SetNextState, NewState) == 0x000000, "Member 'MapHogwartsBPActor_SetNextState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapHogwartsBPActor_SetStaticMapTarget \ static_assert(alignof(MapHogwartsBPActor_SetStaticMapTarget) == 0x000004, "Wrong alignment on MapHogwartsBPActor_SetStaticMapTarget"); \ static_assert(sizeof(MapHogwartsBPActor_SetStaticMapTarget) == 0x00000C, "Wrong size on MapHogwartsBPActor_SetStaticMapTarget"); \ static_assert(offsetof(MapHogwartsBPActor_SetStaticMapTarget, Target) == 0x000000, "Member 'MapHogwartsBPActor_SetStaticMapTarget::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMapHogwartsBPActor \ static_assert(alignof(AMapHogwartsBPActor) == 0x000010, "Wrong alignment on AMapHogwartsBPActor"); \ static_assert(sizeof(AMapHogwartsBPActor) == 0x0005D0, "Wrong size on AMapHogwartsBPActor"); \ static_assert(offsetof(AMapHogwartsBPActor, PathMaterial) == 0x000290, "Member 'AMapHogwartsBPActor::PathMaterial' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, PostProcessMaterial) == 0x000298, "Member 'AMapHogwartsBPActor::PostProcessMaterial' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, PostProcessMaterialInstance) == 0x0002A0, "Member 'AMapHogwartsBPActor::PostProcessMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, TestLocation) == 0x0002A8, "Member 'AMapHogwartsBPActor::TestLocation' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, TargetNPC) == 0x0002B0, "Member 'AMapHogwartsBPActor::TargetNPC' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, HasTarget) == 0x0002C0, "Member 'AMapHogwartsBPActor::HasTarget' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, CursorScale) == 0x0002C4, "Member 'AMapHogwartsBPActor::CursorScale' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, CursorScaleFactor) == 0x0002C8, "Member 'AMapHogwartsBPActor::CursorScaleFactor' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, DecalSize) == 0x0002CC, "Member 'AMapHogwartsBPActor::DecalSize' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, MapBounds) == 0x0002E0, "Member 'AMapHogwartsBPActor::MapBounds' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, ScreenBounds) == 0x0002F0, "Member 'AMapHogwartsBPActor::ScreenBounds' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, CursorSnapDistance) == 0x000300, "Member 'AMapHogwartsBPActor::CursorSnapDistance' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, IsMapTargetScheduledEntity) == 0x000304, "Member 'AMapHogwartsBPActor::IsMapTargetScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, MapTargetScheduledEntity) == 0x000308, "Member 'AMapHogwartsBPActor::MapTargetScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, IsMapTargetWorldLocation) == 0x000310, "Member 'AMapHogwartsBPActor::IsMapTargetWorldLocation' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, MapTargetWorldLocation) == 0x000314, "Member 'AMapHogwartsBPActor::MapTargetWorldLocation' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, PathMapLocationList) == 0x000320, "Member 'AMapHogwartsBPActor::PathMapLocationList' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, ShowFloors) == 0x000330, "Member 'AMapHogwartsBPActor::ShowFloors' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, UseNavPath) == 0x000331, "Member 'AMapHogwartsBPActor::UseNavPath' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, PathWorldMarkerOffset) == 0x000334, "Member 'AMapHogwartsBPActor::PathWorldMarkerOffset' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, UpdatePathOnPrimaryLocationChange) == 0x000340, "Member 'AMapHogwartsBPActor::UpdatePathOnPrimaryLocationChange' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, bUsePointsOfInterest) == 0x000341, "Member 'AMapHogwartsBPActor::bUsePointsOfInterest' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, PointsOfInterest) == 0x000348, "Member 'AMapHogwartsBPActor::PointsOfInterest' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, Groups) == 0x000398, "Member 'AMapHogwartsBPActor::Groups' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, WorldToMapOffset) == 0x0003F0, "Member 'AMapHogwartsBPActor::WorldToMapOffset' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, MapData) == 0x000400, "Member 'AMapHogwartsBPActor::MapData' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, FloorData) == 0x000408, "Member 'AMapHogwartsBPActor::FloorData' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, StairData) == 0x000410, "Member 'AMapHogwartsBPActor::StairData' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, PlayerMarkerActor) == 0x000418, "Member 'AMapHogwartsBPActor::PlayerMarkerActor' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, FocusPointActor) == 0x000420, "Member 'AMapHogwartsBPActor::FocusPointActor' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, PathEndActor) == 0x000428, "Member 'AMapHogwartsBPActor::PathEndActor' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, IsolationMeshComponent) == 0x000430, "Member 'AMapHogwartsBPActor::IsolationMeshComponent' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, BaseColor) == 0x000438, "Member 'AMapHogwartsBPActor::BaseColor' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, OriginColor) == 0x000448, "Member 'AMapHogwartsBPActor::OriginColor' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, PathColor) == 0x000458, "Member 'AMapHogwartsBPActor::PathColor' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, UseZoomMaterailForPath) == 0x000468, "Member 'AMapHogwartsBPActor::UseZoomMaterailForPath' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, UVDistanceMul) == 0x00046C, "Member 'AMapHogwartsBPActor::UVDistanceMul' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, LevelData) == 0x000470, "Member 'AMapHogwartsBPActor::LevelData' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, UseComplexCollision) == 0x000480, "Member 'AMapHogwartsBPActor::UseComplexCollision' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, CameraParametersBirdsEye) == 0x000488, "Member 'AMapHogwartsBPActor::CameraParametersBirdsEye' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, DefaultStartComponent) == 0x000490, "Member 'AMapHogwartsBPActor::DefaultStartComponent' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, DebugStairVolumeMaterial) == 0x000498, "Member 'AMapHogwartsBPActor::DebugStairVolumeMaterial' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, DebugRoomVolumeMaterial) == 0x0004A0, "Member 'AMapHogwartsBPActor::DebugRoomVolumeMaterial' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, DebugFloorVolumeMaterial) == 0x0004A8, "Member 'AMapHogwartsBPActor::DebugFloorVolumeMaterial' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, TranslateSpeed) == 0x0004B0, "Member 'AMapHogwartsBPActor::TranslateSpeed' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, PathPoints) == 0x0004B8, "Member 'AMapHogwartsBPActor::PathPoints' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, NextPathPointActor) == 0x0004C8, "Member 'AMapHogwartsBPActor::NextPathPointActor' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, LastLevelName) == 0x0004D0, "Member 'AMapHogwartsBPActor::LastLevelName' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, TargetName) == 0x0004E0, "Member 'AMapHogwartsBPActor::TargetName' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, PathStructures) == 0x000500, "Member 'AMapHogwartsBPActor::PathStructures' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, LastMapLocation) == 0x000510, "Member 'AMapHogwartsBPActor::LastMapLocation' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, HitPoints) == 0x000518, "Member 'AMapHogwartsBPActor::HitPoints' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, MissPoints) == 0x000528, "Member 'AMapHogwartsBPActor::MissPoints' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, DebugRayStart) == 0x000538, "Member 'AMapHogwartsBPActor::DebugRayStart' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, DebugRayEnd) == 0x000548, "Member 'AMapHogwartsBPActor::DebugRayEnd' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, NavMeshLevel) == 0x000560, "Member 'AMapHogwartsBPActor::NavMeshLevel' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsBPActor, DebugActors) == 0x000588, "Member 'AMapHogwartsBPActor::DebugActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Station_TriggerSoloActionOnParticipants \ static_assert(alignof(Station_TriggerSoloActionOnParticipants) == 0x000008, "Wrong alignment on Station_TriggerSoloActionOnParticipants"); \ static_assert(sizeof(Station_TriggerSoloActionOnParticipants) == 0x000018, "Wrong size on Station_TriggerSoloActionOnParticipants"); \ static_assert(offsetof(Station_TriggerSoloActionOnParticipants, InTargetStation) == 0x000000, "Member 'Station_TriggerSoloActionOnParticipants::InTargetStation' has a wrong offset!"); \ static_assert(offsetof(Station_TriggerSoloActionOnParticipants, Story) == 0x000008, "Member 'Station_TriggerSoloActionOnParticipants::Story' has a wrong offset!"); \ static_assert(offsetof(Station_TriggerSoloActionOnParticipants, Emotion) == 0x000009, "Member 'Station_TriggerSoloActionOnParticipants::Emotion' has a wrong offset!"); \ static_assert(offsetof(Station_TriggerSoloActionOnParticipants, FocusActor) == 0x000010, "Member 'Station_TriggerSoloActionOnParticipants::FocusActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Station_CreateAndAttachSkeletalMeshComponent \ static_assert(alignof(Station_CreateAndAttachSkeletalMeshComponent) == 0x000008, "Wrong alignment on Station_CreateAndAttachSkeletalMeshComponent"); \ static_assert(sizeof(Station_CreateAndAttachSkeletalMeshComponent) == 0x000020, "Wrong size on Station_CreateAndAttachSkeletalMeshComponent"); \ static_assert(offsetof(Station_CreateAndAttachSkeletalMeshComponent, AnimPose) == 0x000000, "Member 'Station_CreateAndAttachSkeletalMeshComponent::AnimPose' has a wrong offset!"); \ static_assert(offsetof(Station_CreateAndAttachSkeletalMeshComponent, ParentProp) == 0x000008, "Member 'Station_CreateAndAttachSkeletalMeshComponent::ParentProp' has a wrong offset!"); \ static_assert(offsetof(Station_CreateAndAttachSkeletalMeshComponent, SocketName) == 0x000010, "Member 'Station_CreateAndAttachSkeletalMeshComponent::SocketName' has a wrong offset!"); \ static_assert(offsetof(Station_CreateAndAttachSkeletalMeshComponent, ReturnValue) == 0x000018, "Member 'Station_CreateAndAttachSkeletalMeshComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Station_Interact \ static_assert(alignof(Station_Interact) == 0x000008, "Wrong alignment on Station_Interact"); \ static_assert(sizeof(Station_Interact) == 0x000008, "Wrong size on Station_Interact"); \ static_assert(offsetof(Station_Interact, AvaService) == 0x000000, "Member 'Station_Interact::AvaService' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Station_GetStationComponent \ static_assert(alignof(Station_GetStationComponent) == 0x000008, "Wrong alignment on Station_GetStationComponent"); \ static_assert(sizeof(Station_GetStationComponent) == 0x000008, "Wrong size on Station_GetStationComponent"); \ static_assert(offsetof(Station_GetStationComponent, ReturnValue) == 0x000000, "Member 'Station_GetStationComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AStation \ static_assert(alignof(AStation) == 0x000008, "Wrong alignment on AStation"); \ static_assert(sizeof(AStation) == 0x000368, "Wrong size on AStation"); \ static_assert(offsetof(AStation, StationComponent) == 0x0002C8, "Member 'AStation::StationComponent' has a wrong offset!"); \ static_assert(offsetof(AStation, MissionID) == 0x0002D0, "Member 'AStation::MissionID' has a wrong offset!"); \ static_assert(offsetof(AStation, MissionUID) == 0x000358, "Member 'AStation::MissionUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATransfigurationObjectStationBase \ static_assert(alignof(ATransfigurationObjectStationBase) == 0x000008, "Wrong alignment on ATransfigurationObjectStationBase"); \ static_assert(sizeof(ATransfigurationObjectStationBase) == 0x000378, "Wrong size on ATransfigurationObjectStationBase"); \ static_assert(offsetof(ATransfigurationObjectStationBase, CogSourceComponent) == 0x000368, "Member 'ATransfigurationObjectStationBase::CogSourceComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMapHogwartsCamera \ static_assert(alignof(AMapHogwartsCamera) == 0x000010, "Wrong alignment on AMapHogwartsCamera"); \ static_assert(sizeof(AMapHogwartsCamera) == 0x000930, "Wrong size on AMapHogwartsCamera"); \ static_assert(offsetof(AMapHogwartsCamera, RotateCenterTarget) == 0x000870, "Member 'AMapHogwartsCamera::RotateCenterTarget' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, AllowRotation) == 0x000878, "Member 'AMapHogwartsCamera::AllowRotation' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, AllowZoom) == 0x000879, "Member 'AMapHogwartsCamera::AllowZoom' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, YawSpeed) == 0x00087C, "Member 'AMapHogwartsCamera::YawSpeed' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, MouseSensitivity) == 0x000880, "Member 'AMapHogwartsCamera::MouseSensitivity' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, MaxMouseDragYawSpeed) == 0x000884, "Member 'AMapHogwartsCamera::MaxMouseDragYawSpeed' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, YawAcceleration) == 0x000888, "Member 'AMapHogwartsCamera::YawAcceleration' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, YawDeceleration) == 0x00088C, "Member 'AMapHogwartsCamera::YawDeceleration' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, MouseDragYawAcceleration) == 0x000890, "Member 'AMapHogwartsCamera::MouseDragYawAcceleration' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, MouseFlickYawDeceleration) == 0x000894, "Member 'AMapHogwartsCamera::MouseFlickYawDeceleration' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, ZoomAmount) == 0x000898, "Member 'AMapHogwartsCamera::ZoomAmount' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, Zoom) == 0x00089C, "Member 'AMapHogwartsCamera::Zoom' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, ZoomSpeed) == 0x0008A0, "Member 'AMapHogwartsCamera::ZoomSpeed' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, MinZoomAppliedWithInput) == 0x0008A4, "Member 'AMapHogwartsCamera::MinZoomAppliedWithInput' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, ZoomAcceleration) == 0x0008A8, "Member 'AMapHogwartsCamera::ZoomAcceleration' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, ZoomDeceleration) == 0x0008AC, "Member 'AMapHogwartsCamera::ZoomDeceleration' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, ActorsToHide) == 0x0008B0, "Member 'AMapHogwartsCamera::ActorsToHide' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, AllowInitialCircleMove) == 0x0008C0, "Member 'AMapHogwartsCamera::AllowInitialCircleMove' has a wrong offset!"); \ static_assert(offsetof(AMapHogwartsCamera, FocusLocation) == 0x0008C4, "Member 'AMapHogwartsCamera::FocusLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_AnimatedLightControllerComponent \ static_assert(alignof(USceneAction_AnimatedLightControllerComponent) == 0x000008, "Wrong alignment on USceneAction_AnimatedLightControllerComponent"); \ static_assert(sizeof(USceneAction_AnimatedLightControllerComponent) == 0x0000A8, "Wrong size on USceneAction_AnimatedLightControllerComponent"); \ static_assert(offsetof(USceneAction_AnimatedLightControllerComponent, CullingSettings) == 0x0000A0, "Member 'USceneAction_AnimatedLightControllerComponent::CullingSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_ExcludeIconFromStackedFade \ static_assert(alignof(MapIcon_ExcludeIconFromStackedFade) == 0x000001, "Wrong alignment on MapIcon_ExcludeIconFromStackedFade"); \ static_assert(sizeof(MapIcon_ExcludeIconFromStackedFade) == 0x000001, "Wrong size on MapIcon_ExcludeIconFromStackedFade"); \ static_assert(offsetof(MapIcon_ExcludeIconFromStackedFade, pExcludeFromStackedFade) == 0x000000, "Member 'MapIcon_ExcludeIconFromStackedFade::pExcludeFromStackedFade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_GetBeaconDescShort \ static_assert(alignof(MapIcon_GetBeaconDescShort) == 0x000008, "Wrong alignment on MapIcon_GetBeaconDescShort"); \ static_assert(sizeof(MapIcon_GetBeaconDescShort) == 0x000010, "Wrong size on MapIcon_GetBeaconDescShort"); \ static_assert(offsetof(MapIcon_GetBeaconDescShort, ReturnValue) == 0x000000, "Member 'MapIcon_GetBeaconDescShort::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_GetBeaconFastTravelLocationID \ static_assert(alignof(MapIcon_GetBeaconFastTravelLocationID) == 0x000008, "Wrong alignment on MapIcon_GetBeaconFastTravelLocationID"); \ static_assert(sizeof(MapIcon_GetBeaconFastTravelLocationID) == 0x000010, "Wrong size on MapIcon_GetBeaconFastTravelLocationID"); \ static_assert(offsetof(MapIcon_GetBeaconFastTravelLocationID, ReturnValue) == 0x000000, "Member 'MapIcon_GetBeaconFastTravelLocationID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_GetBeaconIcon \ static_assert(alignof(MapIcon_GetBeaconIcon) == 0x000008, "Wrong alignment on MapIcon_GetBeaconIcon"); \ static_assert(sizeof(MapIcon_GetBeaconIcon) == 0x000010, "Wrong size on MapIcon_GetBeaconIcon"); \ static_assert(offsetof(MapIcon_GetBeaconIcon, ReturnValue) == 0x000000, "Member 'MapIcon_GetBeaconIcon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_GetBeaconName \ static_assert(alignof(MapIcon_GetBeaconName) == 0x000008, "Wrong alignment on MapIcon_GetBeaconName"); \ static_assert(sizeof(MapIcon_GetBeaconName) == 0x000010, "Wrong size on MapIcon_GetBeaconName"); \ static_assert(offsetof(MapIcon_GetBeaconName, ReturnValue) == 0x000000, "Member 'MapIcon_GetBeaconName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_GetBeaconType \ static_assert(alignof(MapIcon_GetBeaconType) == 0x000001, "Wrong alignment on MapIcon_GetBeaconType"); \ static_assert(sizeof(MapIcon_GetBeaconType) == 0x000001, "Wrong size on MapIcon_GetBeaconType"); \ static_assert(offsetof(MapIcon_GetBeaconType, ReturnValue) == 0x000000, "Member 'MapIcon_GetBeaconType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_GetBeaconWorldPosition \ static_assert(alignof(MapIcon_GetBeaconWorldPosition) == 0x000004, "Wrong alignment on MapIcon_GetBeaconWorldPosition"); \ static_assert(sizeof(MapIcon_GetBeaconWorldPosition) == 0x00000C, "Wrong size on MapIcon_GetBeaconWorldPosition"); \ static_assert(offsetof(MapIcon_GetBeaconWorldPosition, ReturnValue) == 0x000000, "Member 'MapIcon_GetBeaconWorldPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_GetFadeState \ static_assert(alignof(MapIcon_GetFadeState) == 0x000001, "Wrong alignment on MapIcon_GetFadeState"); \ static_assert(sizeof(MapIcon_GetFadeState) == 0x000001, "Wrong size on MapIcon_GetFadeState"); \ static_assert(offsetof(MapIcon_GetFadeState, ReturnValue) == 0x000000, "Member 'MapIcon_GetFadeState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_GetIconFlags \ static_assert(alignof(MapIcon_GetIconFlags) == 0x000004, "Wrong alignment on MapIcon_GetIconFlags"); \ static_assert(sizeof(MapIcon_GetIconFlags) == 0x000004, "Wrong size on MapIcon_GetIconFlags"); \ static_assert(offsetof(MapIcon_GetIconFlags, ReturnValue) == 0x000000, "Member 'MapIcon_GetIconFlags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_GetIconPriority \ static_assert(alignof(MapIcon_GetIconPriority) == 0x000004, "Wrong alignment on MapIcon_GetIconPriority"); \ static_assert(sizeof(MapIcon_GetIconPriority) == 0x000004, "Wrong size on MapIcon_GetIconPriority"); \ static_assert(offsetof(MapIcon_GetIconPriority, ReturnValue) == 0x000000, "Member 'MapIcon_GetIconPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_GetStartingScale \ static_assert(alignof(MapIcon_GetStartingScale) == 0x000004, "Wrong alignment on MapIcon_GetStartingScale"); \ static_assert(sizeof(MapIcon_GetStartingScale) == 0x000004, "Wrong size on MapIcon_GetStartingScale"); \ static_assert(offsetof(MapIcon_GetStartingScale, ReturnValue) == 0x000000, "Member 'MapIcon_GetStartingScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_GetState \ static_assert(alignof(MapIcon_GetState) == 0x000001, "Wrong alignment on MapIcon_GetState"); \ static_assert(sizeof(MapIcon_GetState) == 0x000001, "Wrong size on MapIcon_GetState"); \ static_assert(offsetof(MapIcon_GetState, ReturnValue) == 0x000000, "Member 'MapIcon_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_GetTargetScale \ static_assert(alignof(MapIcon_GetTargetScale) == 0x000004, "Wrong alignment on MapIcon_GetTargetScale"); \ static_assert(sizeof(MapIcon_GetTargetScale) == 0x000004, "Wrong size on MapIcon_GetTargetScale"); \ static_assert(offsetof(MapIcon_GetTargetScale, ReturnValue) == 0x000000, "Member 'MapIcon_GetTargetScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_IsBadgeStopping \ static_assert(alignof(MapIcon_IsBadgeStopping) == 0x000001, "Wrong alignment on MapIcon_IsBadgeStopping"); \ static_assert(sizeof(MapIcon_IsBadgeStopping) == 0x000001, "Wrong size on MapIcon_IsBadgeStopping"); \ static_assert(offsetof(MapIcon_IsBadgeStopping, ReturnValue) == 0x000000, "Member 'MapIcon_IsBadgeStopping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_IsStopping \ static_assert(alignof(MapIcon_IsStopping) == 0x000001, "Wrong alignment on MapIcon_IsStopping"); \ static_assert(sizeof(MapIcon_IsStopping) == 0x000001, "Wrong size on MapIcon_IsStopping"); \ static_assert(offsetof(MapIcon_IsStopping, ReturnValue) == 0x000000, "Member 'MapIcon_IsStopping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_SetBadgeName \ static_assert(alignof(MapIcon_SetBadgeName) == 0x000008, "Wrong alignment on MapIcon_SetBadgeName"); \ static_assert(sizeof(MapIcon_SetBadgeName) == 0x000010, "Wrong size on MapIcon_SetBadgeName"); \ static_assert(offsetof(MapIcon_SetBadgeName, pBadgeName) == 0x000000, "Member 'MapIcon_SetBadgeName::pBadgeName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_SetColor \ static_assert(alignof(MapIcon_SetColor) == 0x000004, "Wrong alignment on MapIcon_SetColor"); \ static_assert(sizeof(MapIcon_SetColor) == 0x000010, "Wrong size on MapIcon_SetColor"); \ static_assert(offsetof(MapIcon_SetColor, ColorIn) == 0x000000, "Member 'MapIcon_SetColor::ColorIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_SetIconBadgeVisibility \ static_assert(alignof(MapIcon_SetIconBadgeVisibility) == 0x000001, "Wrong alignment on MapIcon_SetIconBadgeVisibility"); \ static_assert(sizeof(MapIcon_SetIconBadgeVisibility) == 0x000001, "Wrong size on MapIcon_SetIconBadgeVisibility"); \ static_assert(offsetof(MapIcon_SetIconBadgeVisibility, pVisbility) == 0x000000, "Member 'MapIcon_SetIconBadgeVisibility::pVisbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_SetIconFlags \ static_assert(alignof(MapIcon_SetIconFlags) == 0x000004, "Wrong alignment on MapIcon_SetIconFlags"); \ static_assert(sizeof(MapIcon_SetIconFlags) == 0x000004, "Wrong size on MapIcon_SetIconFlags"); \ static_assert(offsetof(MapIcon_SetIconFlags, flags) == 0x000000, "Member 'MapIcon_SetIconFlags::flags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_SetIconPriority \ static_assert(alignof(MapIcon_SetIconPriority) == 0x000004, "Wrong alignment on MapIcon_SetIconPriority"); \ static_assert(sizeof(MapIcon_SetIconPriority) == 0x000004, "Wrong size on MapIcon_SetIconPriority"); \ static_assert(offsetof(MapIcon_SetIconPriority, Priority) == 0x000000, "Member 'MapIcon_SetIconPriority::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_SetIconVisibility \ static_assert(alignof(MapIcon_SetIconVisibility) == 0x000001, "Wrong alignment on MapIcon_SetIconVisibility"); \ static_assert(sizeof(MapIcon_SetIconVisibility) == 0x000001, "Wrong size on MapIcon_SetIconVisibility"); \ static_assert(offsetof(MapIcon_SetIconVisibility, pVisbility) == 0x000000, "Member 'MapIcon_SetIconVisibility::pVisbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_SetScale \ static_assert(alignof(MapIcon_SetScale) == 0x000004, "Wrong alignment on MapIcon_SetScale"); \ static_assert(sizeof(MapIcon_SetScale) == 0x000004, "Wrong size on MapIcon_SetScale"); \ static_assert(offsetof(MapIcon_SetScale, ScaleIn) == 0x000000, "Member 'MapIcon_SetScale::ScaleIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_SetStartingScale \ static_assert(alignof(MapIcon_SetStartingScale) == 0x000004, "Wrong alignment on MapIcon_SetStartingScale"); \ static_assert(sizeof(MapIcon_SetStartingScale) == 0x000004, "Wrong size on MapIcon_SetStartingScale"); \ static_assert(offsetof(MapIcon_SetStartingScale, Scale) == 0x000000, "Member 'MapIcon_SetStartingScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_SetState \ static_assert(alignof(MapIcon_SetState) == 0x000001, "Wrong alignment on MapIcon_SetState"); \ static_assert(sizeof(MapIcon_SetState) == 0x000002, "Wrong size on MapIcon_SetState"); \ static_assert(offsetof(MapIcon_SetState, IconState) == 0x000000, "Member 'MapIcon_SetState::IconState' has a wrong offset!"); \ static_assert(offsetof(MapIcon_SetState, SaveState) == 0x000001, "Member 'MapIcon_SetState::SaveState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_SetTargetColor \ static_assert(alignof(MapIcon_SetTargetColor) == 0x000004, "Wrong alignment on MapIcon_SetTargetColor"); \ static_assert(sizeof(MapIcon_SetTargetColor) == 0x000010, "Wrong size on MapIcon_SetTargetColor"); \ static_assert(offsetof(MapIcon_SetTargetColor, pTargetColor) == 0x000000, "Member 'MapIcon_SetTargetColor::pTargetColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_SetTargetScale \ static_assert(alignof(MapIcon_SetTargetScale) == 0x000004, "Wrong alignment on MapIcon_SetTargetScale"); \ static_assert(sizeof(MapIcon_SetTargetScale) == 0x000004, "Wrong size on MapIcon_SetTargetScale"); \ static_assert(offsetof(MapIcon_SetTargetScale, Scale) == 0x000000, "Member 'MapIcon_SetTargetScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIcon_StopAnimationAndChain \ static_assert(alignof(MapIcon_StopAnimationAndChain) == 0x000001, "Wrong alignment on MapIcon_StopAnimationAndChain"); \ static_assert(sizeof(MapIcon_StopAnimationAndChain) == 0x000001, "Wrong size on MapIcon_StopAnimationAndChain"); \ static_assert(offsetof(MapIcon_StopAnimationAndChain, NextState) == 0x000000, "Member 'MapIcon_StopAnimationAndChain::NextState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapIcon \ static_assert(alignof(UMapIcon) == 0x000008, "Wrong alignment on UMapIcon"); \ static_assert(sizeof(UMapIcon) == 0x000188, "Wrong size on UMapIcon"); \ static_assert(offsetof(UMapIcon, BeaconInfo) == 0x000028, "Member 'UMapIcon::BeaconInfo' has a wrong offset!"); \ static_assert(offsetof(UMapIcon, NameWidget) == 0x000038, "Member 'UMapIcon::NameWidget' has a wrong offset!"); \ static_assert(offsetof(UMapIcon, FilterRegion) == 0x000040, "Member 'UMapIcon::FilterRegion' has a wrong offset!"); \ static_assert(offsetof(UMapIcon, FilterRegionTexture) == 0x000048, "Member 'UMapIcon::FilterRegionTexture' has a wrong offset!"); \ static_assert(offsetof(UMapIcon, Texture) == 0x000050, "Member 'UMapIcon::Texture' has a wrong offset!"); \ static_assert(offsetof(UMapIcon, IconType) == 0x0000A8, "Member 'UMapIcon::IconType' has a wrong offset!"); \ static_assert(offsetof(UMapIcon, EventData) == 0x0000AC, "Member 'UMapIcon::EventData' has a wrong offset!"); \ static_assert(offsetof(UMapIcon, IconInstance) == 0x000168, "Member 'UMapIcon::IconInstance' has a wrong offset!"); \ static_assert(offsetof(UMapIcon, IconInstanceBadge) == 0x000170, "Member 'UMapIcon::IconInstanceBadge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerformTaskWaitForHermes_OnHermesMessageExecuted \ static_assert(alignof(AIPerformTaskWaitForHermes_OnHermesMessageExecuted) == 0x000008, "Wrong alignment on AIPerformTaskWaitForHermes_OnHermesMessageExecuted"); \ static_assert(sizeof(AIPerformTaskWaitForHermes_OnHermesMessageExecuted) == 0x000008, "Wrong size on AIPerformTaskWaitForHermes_OnHermesMessageExecuted"); \ static_assert(offsetof(AIPerformTaskWaitForHermes_OnHermesMessageExecuted, i_caller) == 0x000000, "Member 'AIPerformTaskWaitForHermes_OnHermesMessageExecuted::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskWaitForHermes \ static_assert(alignof(UAIPerformTaskWaitForHermes) == 0x000010, "Wrong alignment on UAIPerformTaskWaitForHermes"); \ static_assert(sizeof(UAIPerformTaskWaitForHermes) == 0x0000F0, "Wrong size on UAIPerformTaskWaitForHermes"); \ static_assert(offsetof(UAIPerformTaskWaitForHermes, CustomHermesMessage) == 0x0000D8, "Member 'UAIPerformTaskWaitForHermes::CustomHermesMessage' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskWaitForHermes, bOrientToPlayer) == 0x0000E0, "Member 'UAIPerformTaskWaitForHermes::bOrientToPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapIconInstance \ static_assert(alignof(UMapIconInstance) == 0x000008, "Wrong alignment on UMapIconInstance"); \ static_assert(sizeof(UMapIconInstance) == 0x000180, "Wrong size on UMapIconInstance"); \ #define DUMPER7_ASSERTS_USceneActionState_AkAudioEvent \ static_assert(alignof(USceneActionState_AkAudioEvent) == 0x000008, "Wrong alignment on USceneActionState_AkAudioEvent"); \ static_assert(sizeof(USceneActionState_AkAudioEvent) == 0x0000B0, "Wrong size on USceneActionState_AkAudioEvent"); \ static_assert(offsetof(USceneActionState_AkAudioEvent, AkAudioEventData) == 0x000078, "Member 'USceneActionState_AkAudioEvent::AkAudioEventData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapIconList \ static_assert(alignof(UMapIconList) == 0x000008, "Wrong alignment on UMapIconList"); \ static_assert(sizeof(UMapIconList) == 0x000060, "Wrong size on UMapIconList"); \ static_assert(offsetof(UMapIconList, Icons) == 0x000028, "Member 'UMapIconList::Icons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_AddBeaconToList \ static_assert(alignof(MapIconMeshRenderWidget_AddBeaconToList) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_AddBeaconToList"); \ static_assert(sizeof(MapIconMeshRenderWidget_AddBeaconToList) == 0x000008, "Wrong size on MapIconMeshRenderWidget_AddBeaconToList"); \ static_assert(offsetof(MapIconMeshRenderWidget_AddBeaconToList, pBeaconInfo) == 0x000000, "Member 'MapIconMeshRenderWidget_AddBeaconToList::pBeaconInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_AddIcon \ static_assert(alignof(MapIconMeshRenderWidget_AddIcon) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_AddIcon"); \ static_assert(sizeof(MapIconMeshRenderWidget_AddIcon) == 0x000030, "Wrong size on MapIconMeshRenderWidget_AddIcon"); \ static_assert(offsetof(MapIconMeshRenderWidget_AddIcon, Beacon) == 0x000000, "Member 'MapIconMeshRenderWidget_AddIcon::Beacon' has a wrong offset!"); \ static_assert(offsetof(MapIconMeshRenderWidget_AddIcon, Position) == 0x000008, "Member 'MapIconMeshRenderWidget_AddIcon::Position' has a wrong offset!"); \ static_assert(offsetof(MapIconMeshRenderWidget_AddIcon, Scale) == 0x000010, "Member 'MapIconMeshRenderWidget_AddIcon::Scale' has a wrong offset!"); \ static_assert(offsetof(MapIconMeshRenderWidget_AddIcon, flags) == 0x000014, "Member 'MapIconMeshRenderWidget_AddIcon::flags' has a wrong offset!"); \ static_assert(offsetof(MapIconMeshRenderWidget_AddIcon, Color) == 0x000018, "Member 'MapIconMeshRenderWidget_AddIcon::Color' has a wrong offset!"); \ static_assert(offsetof(MapIconMeshRenderWidget_AddIcon, ReturnValue) == 0x000028, "Member 'MapIconMeshRenderWidget_AddIcon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_AddIconToList \ static_assert(alignof(MapIconMeshRenderWidget_AddIconToList) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_AddIconToList"); \ static_assert(sizeof(MapIconMeshRenderWidget_AddIconToList) == 0x000008, "Wrong size on MapIconMeshRenderWidget_AddIconToList"); \ static_assert(offsetof(MapIconMeshRenderWidget_AddIconToList, MapIconInstance) == 0x000000, "Member 'MapIconMeshRenderWidget_AddIconToList::MapIconInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_CONTAINS \ static_assert(alignof(MapIconMeshRenderWidget_CONTAINS) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_CONTAINS"); \ static_assert(sizeof(MapIconMeshRenderWidget_CONTAINS) == 0x000010, "Wrong size on MapIconMeshRenderWidget_CONTAINS"); \ static_assert(offsetof(MapIconMeshRenderWidget_CONTAINS, Icon) == 0x000000, "Member 'MapIconMeshRenderWidget_CONTAINS::Icon' has a wrong offset!"); \ static_assert(offsetof(MapIconMeshRenderWidget_CONTAINS, ReturnValue) == 0x000008, "Member 'MapIconMeshRenderWidget_CONTAINS::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_CreateMaterial \ static_assert(alignof(MapIconMeshRenderWidget_CreateMaterial) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_CreateMaterial"); \ static_assert(sizeof(MapIconMeshRenderWidget_CreateMaterial) == 0x000010, "Wrong size on MapIconMeshRenderWidget_CreateMaterial"); \ static_assert(offsetof(MapIconMeshRenderWidget_CreateMaterial, pMaterial) == 0x000000, "Member 'MapIconMeshRenderWidget_CreateMaterial::pMaterial' has a wrong offset!"); \ static_assert(offsetof(MapIconMeshRenderWidget_CreateMaterial, ReturnValue) == 0x000008, "Member 'MapIconMeshRenderWidget_CreateMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_GetCurrentBeaconState \ static_assert(alignof(MapIconMeshRenderWidget_GetCurrentBeaconState) == 0x000001, "Wrong alignment on MapIconMeshRenderWidget_GetCurrentBeaconState"); \ static_assert(sizeof(MapIconMeshRenderWidget_GetCurrentBeaconState) == 0x000001, "Wrong size on MapIconMeshRenderWidget_GetCurrentBeaconState"); \ static_assert(offsetof(MapIconMeshRenderWidget_GetCurrentBeaconState, ReturnValue) == 0x000000, "Member 'MapIconMeshRenderWidget_GetCurrentBeaconState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_GetCurrentTextureName \ static_assert(alignof(MapIconMeshRenderWidget_GetCurrentTextureName) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_GetCurrentTextureName"); \ static_assert(sizeof(MapIconMeshRenderWidget_GetCurrentTextureName) == 0x000010, "Wrong size on MapIconMeshRenderWidget_GetCurrentTextureName"); \ static_assert(offsetof(MapIconMeshRenderWidget_GetCurrentTextureName, ReturnValue) == 0x000000, "Member 'MapIconMeshRenderWidget_GetCurrentTextureName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_GetMaterial \ static_assert(alignof(MapIconMeshRenderWidget_GetMaterial) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_GetMaterial"); \ static_assert(sizeof(MapIconMeshRenderWidget_GetMaterial) == 0x000008, "Wrong size on MapIconMeshRenderWidget_GetMaterial"); \ static_assert(offsetof(MapIconMeshRenderWidget_GetMaterial, ReturnValue) == 0x000000, "Member 'MapIconMeshRenderWidget_GetMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_GetMaterialDynamic \ static_assert(alignof(MapIconMeshRenderWidget_GetMaterialDynamic) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_GetMaterialDynamic"); \ static_assert(sizeof(MapIconMeshRenderWidget_GetMaterialDynamic) == 0x000008, "Wrong size on MapIconMeshRenderWidget_GetMaterialDynamic"); \ static_assert(offsetof(MapIconMeshRenderWidget_GetMaterialDynamic, ReturnValue) == 0x000000, "Member 'MapIconMeshRenderWidget_GetMaterialDynamic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_GetWidgetName \ static_assert(alignof(MapIconMeshRenderWidget_GetWidgetName) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_GetWidgetName"); \ static_assert(sizeof(MapIconMeshRenderWidget_GetWidgetName) == 0x000010, "Wrong size on MapIconMeshRenderWidget_GetWidgetName"); \ static_assert(offsetof(MapIconMeshRenderWidget_GetWidgetName, ReturnValue) == 0x000000, "Member 'MapIconMeshRenderWidget_GetWidgetName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_IconTextureCallback \ static_assert(alignof(MapIconMeshRenderWidget_IconTextureCallback) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_IconTextureCallback"); \ static_assert(sizeof(MapIconMeshRenderWidget_IconTextureCallback) == 0x000010, "Wrong size on MapIconMeshRenderWidget_IconTextureCallback"); \ static_assert(offsetof(MapIconMeshRenderWidget_IconTextureCallback, Texture) == 0x000000, "Member 'MapIconMeshRenderWidget_IconTextureCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(MapIconMeshRenderWidget_IconTextureCallback, Param) == 0x000008, "Member 'MapIconMeshRenderWidget_IconTextureCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_RemoveIcon \ static_assert(alignof(MapIconMeshRenderWidget_RemoveIcon) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_RemoveIcon"); \ static_assert(sizeof(MapIconMeshRenderWidget_RemoveIcon) == 0x000010, "Wrong size on MapIconMeshRenderWidget_RemoveIcon"); \ static_assert(offsetof(MapIconMeshRenderWidget_RemoveIcon, Icon) == 0x000000, "Member 'MapIconMeshRenderWidget_RemoveIcon::Icon' has a wrong offset!"); \ static_assert(offsetof(MapIconMeshRenderWidget_RemoveIcon, ReturnValue) == 0x000008, "Member 'MapIconMeshRenderWidget_RemoveIcon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_SetCurrentBeaconState \ static_assert(alignof(MapIconMeshRenderWidget_SetCurrentBeaconState) == 0x000001, "Wrong alignment on MapIconMeshRenderWidget_SetCurrentBeaconState"); \ static_assert(sizeof(MapIconMeshRenderWidget_SetCurrentBeaconState) == 0x000001, "Wrong size on MapIconMeshRenderWidget_SetCurrentBeaconState"); \ static_assert(offsetof(MapIconMeshRenderWidget_SetCurrentBeaconState, pCurrentBeaconState) == 0x000000, "Member 'MapIconMeshRenderWidget_SetCurrentBeaconState::pCurrentBeaconState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_SetCurrentTextureName \ static_assert(alignof(MapIconMeshRenderWidget_SetCurrentTextureName) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_SetCurrentTextureName"); \ static_assert(sizeof(MapIconMeshRenderWidget_SetCurrentTextureName) == 0x000010, "Wrong size on MapIconMeshRenderWidget_SetCurrentTextureName"); \ static_assert(offsetof(MapIconMeshRenderWidget_SetCurrentTextureName, pTextureName) == 0x000000, "Member 'MapIconMeshRenderWidget_SetCurrentTextureName::pTextureName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_SetLayer2Texture \ static_assert(alignof(MapIconMeshRenderWidget_SetLayer2Texture) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_SetLayer2Texture"); \ static_assert(sizeof(MapIconMeshRenderWidget_SetLayer2Texture) == 0x000008, "Wrong size on MapIconMeshRenderWidget_SetLayer2Texture"); \ static_assert(offsetof(MapIconMeshRenderWidget_SetLayer2Texture, Texture) == 0x000000, "Member 'MapIconMeshRenderWidget_SetLayer2Texture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_SetLayer3Texture \ static_assert(alignof(MapIconMeshRenderWidget_SetLayer3Texture) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_SetLayer3Texture"); \ static_assert(sizeof(MapIconMeshRenderWidget_SetLayer3Texture) == 0x000008, "Wrong size on MapIconMeshRenderWidget_SetLayer3Texture"); \ static_assert(offsetof(MapIconMeshRenderWidget_SetLayer3Texture, Texture) == 0x000000, "Member 'MapIconMeshRenderWidget_SetLayer3Texture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_SetMaterial \ static_assert(alignof(MapIconMeshRenderWidget_SetMaterial) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_SetMaterial"); \ static_assert(sizeof(MapIconMeshRenderWidget_SetMaterial) == 0x000008, "Wrong size on MapIconMeshRenderWidget_SetMaterial"); \ static_assert(offsetof(MapIconMeshRenderWidget_SetMaterial, pMaterial) == 0x000000, "Member 'MapIconMeshRenderWidget_SetMaterial::pMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_SetName \ static_assert(alignof(MapIconMeshRenderWidget_SetName) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_SetName"); \ static_assert(sizeof(MapIconMeshRenderWidget_SetName) == 0x000010, "Wrong size on MapIconMeshRenderWidget_SetName"); \ static_assert(offsetof(MapIconMeshRenderWidget_SetName, pName) == 0x000000, "Member 'MapIconMeshRenderWidget_SetName::pName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_SetOutlineTexture \ static_assert(alignof(MapIconMeshRenderWidget_SetOutlineTexture) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_SetOutlineTexture"); \ static_assert(sizeof(MapIconMeshRenderWidget_SetOutlineTexture) == 0x000008, "Wrong size on MapIconMeshRenderWidget_SetOutlineTexture"); \ static_assert(offsetof(MapIconMeshRenderWidget_SetOutlineTexture, Texture) == 0x000000, "Member 'MapIconMeshRenderWidget_SetOutlineTexture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_SetTexture \ static_assert(alignof(MapIconMeshRenderWidget_SetTexture) == 0x000008, "Wrong alignment on MapIconMeshRenderWidget_SetTexture"); \ static_assert(sizeof(MapIconMeshRenderWidget_SetTexture) == 0x000008, "Wrong size on MapIconMeshRenderWidget_SetTexture"); \ static_assert(offsetof(MapIconMeshRenderWidget_SetTexture, Texture) == 0x000000, "Member 'MapIconMeshRenderWidget_SetTexture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconMeshRenderWidget_GetColorAndOpacity \ static_assert(alignof(MapIconMeshRenderWidget_GetColorAndOpacity) == 0x000004, "Wrong alignment on MapIconMeshRenderWidget_GetColorAndOpacity"); \ static_assert(sizeof(MapIconMeshRenderWidget_GetColorAndOpacity) == 0x000010, "Wrong size on MapIconMeshRenderWidget_GetColorAndOpacity"); \ static_assert(offsetof(MapIconMeshRenderWidget_GetColorAndOpacity, ReturnValue) == 0x000000, "Member 'MapIconMeshRenderWidget_GetColorAndOpacity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapIconMeshRenderWidget \ static_assert(alignof(UMapIconMeshRenderWidget) == 0x000008, "Wrong alignment on UMapIconMeshRenderWidget"); \ static_assert(sizeof(UMapIconMeshRenderWidget) == 0x000348, "Wrong size on UMapIconMeshRenderWidget"); \ static_assert(offsetof(UMapIconMeshRenderWidget, Name_0) == 0x000268, "Member 'UMapIconMeshRenderWidget::Name_0' has a wrong offset!"); \ static_assert(offsetof(UMapIconMeshRenderWidget, Material) == 0x000278, "Member 'UMapIconMeshRenderWidget::Material' has a wrong offset!"); \ static_assert(offsetof(UMapIconMeshRenderWidget, NumIcons) == 0x000280, "Member 'UMapIconMeshRenderWidget::NumIcons' has a wrong offset!"); \ static_assert(offsetof(UMapIconMeshRenderWidget, MaterialDynamic) == 0x000288, "Member 'UMapIconMeshRenderWidget::MaterialDynamic' has a wrong offset!"); \ static_assert(offsetof(UMapIconMeshRenderWidget, MeshAsset) == 0x0002A0, "Member 'UMapIconMeshRenderWidget::MeshAsset' has a wrong offset!"); \ static_assert(offsetof(UMapIconMeshRenderWidget, BeaconsInList) == 0x000338, "Member 'UMapIconMeshRenderWidget::BeaconsInList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconWidget_GetDistanceFromGround \ static_assert(alignof(MapIconWidget_GetDistanceFromGround) == 0x000004, "Wrong alignment on MapIconWidget_GetDistanceFromGround"); \ static_assert(sizeof(MapIconWidget_GetDistanceFromGround) == 0x000004, "Wrong size on MapIconWidget_GetDistanceFromGround"); \ static_assert(offsetof(MapIconWidget_GetDistanceFromGround, ReturnValue) == 0x000000, "Member 'MapIconWidget_GetDistanceFromGround::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconWidget_GetPitchFactor \ static_assert(alignof(MapIconWidget_GetPitchFactor) == 0x000004, "Wrong alignment on MapIconWidget_GetPitchFactor"); \ static_assert(sizeof(MapIconWidget_GetPitchFactor) == 0x000004, "Wrong size on MapIconWidget_GetPitchFactor"); \ static_assert(offsetof(MapIconWidget_GetPitchFactor, ReturnValue) == 0x000000, "Member 'MapIconWidget_GetPitchFactor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapIconWidget_GetZoomFactor \ static_assert(alignof(MapIconWidget_GetZoomFactor) == 0x000004, "Wrong alignment on MapIconWidget_GetZoomFactor"); \ static_assert(sizeof(MapIconWidget_GetZoomFactor) == 0x000004, "Wrong size on MapIconWidget_GetZoomFactor"); \ static_assert(offsetof(MapIconWidget_GetZoomFactor, ReturnValue) == 0x000000, "Member 'MapIconWidget_GetZoomFactor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapIconWidget \ static_assert(alignof(UMapIconWidget) == 0x000008, "Wrong alignment on UMapIconWidget"); \ static_assert(sizeof(UMapIconWidget) == 0x000288, "Wrong size on UMapIconWidget"); \ static_assert(offsetof(UMapIconWidget, IconName) == 0x000268, "Member 'UMapIconWidget::IconName' has a wrong offset!"); \ static_assert(offsetof(UMapIconWidget, RegionBorder) == 0x000270, "Member 'UMapIconWidget::RegionBorder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OppugnoSpellTool_OnActorHit \ static_assert(alignof(OppugnoSpellTool_OnActorHit) == 0x000008, "Wrong alignment on OppugnoSpellTool_OnActorHit"); \ static_assert(sizeof(OppugnoSpellTool_OnActorHit) == 0x0000A8, "Wrong size on OppugnoSpellTool_OnActorHit"); \ static_assert(offsetof(OppugnoSpellTool_OnActorHit, SelfActor) == 0x000000, "Member 'OppugnoSpellTool_OnActorHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(OppugnoSpellTool_OnActorHit, OtherActor) == 0x000008, "Member 'OppugnoSpellTool_OnActorHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(OppugnoSpellTool_OnActorHit, NormalImpulse) == 0x000010, "Member 'OppugnoSpellTool_OnActorHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(OppugnoSpellTool_OnActorHit, Hit) == 0x00001C, "Member 'OppugnoSpellTool_OnActorHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OppugnoSpellTool_OnOppugnoMunitionImpact \ static_assert(alignof(OppugnoSpellTool_OnOppugnoMunitionImpact) == 0x000008, "Wrong alignment on OppugnoSpellTool_OnOppugnoMunitionImpact"); \ static_assert(sizeof(OppugnoSpellTool_OnOppugnoMunitionImpact) == 0x0000F8, "Wrong size on OppugnoSpellTool_OnOppugnoMunitionImpact"); \ static_assert(offsetof(OppugnoSpellTool_OnOppugnoMunitionImpact, MunitionInstance) == 0x000000, "Member 'OppugnoSpellTool_OnOppugnoMunitionImpact::MunitionInstance' has a wrong offset!"); \ static_assert(offsetof(OppugnoSpellTool_OnOppugnoMunitionImpact, MunitionImpactData) == 0x000008, "Member 'OppugnoSpellTool_OnOppugnoMunitionImpact::MunitionImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OppugnoSpellTool_SetThrowTarget \ static_assert(alignof(OppugnoSpellTool_SetThrowTarget) == 0x000004, "Wrong alignment on OppugnoSpellTool_SetThrowTarget"); \ static_assert(sizeof(OppugnoSpellTool_SetThrowTarget) == 0x00000C, "Wrong size on OppugnoSpellTool_SetThrowTarget"); \ static_assert(offsetof(OppugnoSpellTool_SetThrowTarget, InLocation) == 0x000000, "Member 'OppugnoSpellTool_SetThrowTarget::InLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OppugnoSpellTool_TriggerOnOppugnoImpact \ static_assert(alignof(OppugnoSpellTool_TriggerOnOppugnoImpact) == 0x000008, "Wrong alignment on OppugnoSpellTool_TriggerOnOppugnoImpact"); \ static_assert(sizeof(OppugnoSpellTool_TriggerOnOppugnoImpact) == 0x000010, "Wrong size on OppugnoSpellTool_TriggerOnOppugnoImpact"); \ static_assert(offsetof(OppugnoSpellTool_TriggerOnOppugnoImpact, InSrcActor) == 0x000000, "Member 'OppugnoSpellTool_TriggerOnOppugnoImpact::InSrcActor' has a wrong offset!"); \ static_assert(offsetof(OppugnoSpellTool_TriggerOnOppugnoImpact, InTargetActor) == 0x000008, "Member 'OppugnoSpellTool_TriggerOnOppugnoImpact::InTargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOppugnoSpellTool \ static_assert(alignof(AOppugnoSpellTool) == 0x000008, "Wrong alignment on AOppugnoSpellTool"); \ static_assert(sizeof(AOppugnoSpellTool) == 0x000C50, "Wrong size on AOppugnoSpellTool"); \ static_assert(offsetof(AOppugnoSpellTool, LevelDataArray) == 0x000960, "Member 'AOppugnoSpellTool::LevelDataArray' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, TargetIdentifyRadius) == 0x000970, "Member 'AOppugnoSpellTool::TargetIdentifyRadius' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, OppugnoAngularDamping) == 0x000974, "Member 'AOppugnoSpellTool::OppugnoAngularDamping' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, OppugnoLinearDamping) == 0x000978, "Member 'AOppugnoSpellTool::OppugnoLinearDamping' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, ClearActorTagAfterThrowTime) == 0x00097C, "Member 'AOppugnoSpellTool::ClearActorTagAfterThrowTime' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, ActorsToSpawn) == 0x000980, "Member 'AOppugnoSpellTool::ActorsToSpawn' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, SpawnFX2) == 0x000990, "Member 'AOppugnoSpellTool::SpawnFX2' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, AdjustTargetHeight) == 0x0009A0, "Member 'AOppugnoSpellTool::AdjustTargetHeight' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, RagdollImpulseScale) == 0x0009A4, "Member 'AOppugnoSpellTool::RagdollImpulseScale' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, DisableCharacterCollisionTime) == 0x0009A8, "Member 'AOppugnoSpellTool::DisableCharacterCollisionTime' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, ObjectOffsetArray) == 0x0009B0, "Member 'AOppugnoSpellTool::ObjectOffsetArray' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, HoldTorque) == 0x0009C0, "Member 'AOppugnoSpellTool::HoldTorque' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, MinimumHoldTorque) == 0x0009CC, "Member 'AOppugnoSpellTool::MinimumHoldTorque' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, PullFX2) == 0x0009D0, "Member 'AOppugnoSpellTool::PullFX2' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, PullMotionFX) == 0x0009E0, "Member 'AOppugnoSpellTool::PullMotionFX' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, HoldFX2) == 0x0009E8, "Member 'AOppugnoSpellTool::HoldFX2' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, ThrowFX2) == 0x0009F8, "Member 'AOppugnoSpellTool::ThrowFX2' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, ThrowMotionFX) == 0x000A08, "Member 'AOppugnoSpellTool::ThrowMotionFX' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, ImpactFX2) == 0x000A10, "Member 'AOppugnoSpellTool::ImpactFX2' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, ThrowTimeDilationCurve) == 0x000A20, "Member 'AOppugnoSpellTool::ThrowTimeDilationCurve' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, bReplacePhysicsObjectWithMunitionOnThrow) == 0x000A28, "Member 'AOppugnoSpellTool::bReplacePhysicsObjectWithMunitionOnThrow' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, MunitionToSpawn) == 0x000A30, "Member 'AOppugnoSpellTool::MunitionToSpawn' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, MinDamageDealt) == 0x000A38, "Member 'AOppugnoSpellTool::MinDamageDealt' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, MaxDamageDealt) == 0x000A3C, "Member 'AOppugnoSpellTool::MaxDamageDealt' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, MinDamageDealtCharacter) == 0x000A40, "Member 'AOppugnoSpellTool::MinDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, MaxDamageDealtCharacter) == 0x000A44, "Member 'AOppugnoSpellTool::MaxDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, MinDamageTaken) == 0x000A48, "Member 'AOppugnoSpellTool::MinDamageTaken' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, MaxDamageTaken) == 0x000A4C, "Member 'AOppugnoSpellTool::MaxDamageTaken' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, MinDamageTakenCharacter) == 0x000A50, "Member 'AOppugnoSpellTool::MinDamageTakenCharacter' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, MaxDamageTakenCharacter) == 0x000A54, "Member 'AOppugnoSpellTool::MaxDamageTakenCharacter' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, InterpPositionSpeed) == 0x000A58, "Member 'AOppugnoSpellTool::InterpPositionSpeed' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, InterpRotationSpeed) == 0x000A5C, "Member 'AOppugnoSpellTool::InterpRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, MaximumCharacterSize) == 0x000A60, "Member 'AOppugnoSpellTool::MaximumCharacterSize' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, IgnoreActors) == 0x000A68, "Member 'AOppugnoSpellTool::IgnoreActors' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, AttachedActor) == 0x000A78, "Member 'AOppugnoSpellTool::AttachedActor' has a wrong offset!"); \ static_assert(offsetof(AOppugnoSpellTool, RestorePullCollisionPrim) == 0x000A80, "Member 'AOppugnoSpellTool::RestorePullCollisionPrim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocationActor_OnActivateHighlight \ static_assert(alignof(MapLocationActor_OnActivateHighlight) == 0x000001, "Wrong alignment on MapLocationActor_OnActivateHighlight"); \ static_assert(sizeof(MapLocationActor_OnActivateHighlight) == 0x000001, "Wrong size on MapLocationActor_OnActivateHighlight"); \ static_assert(offsetof(MapLocationActor_OnActivateHighlight, Activate) == 0x000000, "Member 'MapLocationActor_OnActivateHighlight::Activate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapLocationActor_OnActivateHighlight_Event \ static_assert(alignof(MapLocationActor_OnActivateHighlight_Event) == 0x000001, "Wrong alignment on MapLocationActor_OnActivateHighlight_Event"); \ static_assert(sizeof(MapLocationActor_OnActivateHighlight_Event) == 0x000001, "Wrong size on MapLocationActor_OnActivateHighlight_Event"); \ static_assert(offsetof(MapLocationActor_OnActivateHighlight_Event, Activate) == 0x000000, "Member 'MapLocationActor_OnActivateHighlight_Event::Activate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMapLocationActor \ static_assert(alignof(AMapLocationActor) == 0x000008, "Wrong alignment on AMapLocationActor"); \ static_assert(sizeof(AMapLocationActor) == 0x000358, "Wrong size on AMapLocationActor"); \ static_assert(offsetof(AMapLocationActor, MyLocationID) == 0x000258, "Member 'AMapLocationActor::MyLocationID' has a wrong offset!"); \ static_assert(offsetof(AMapLocationActor, CameraParameters) == 0x0002E0, "Member 'AMapLocationActor::CameraParameters' has a wrong offset!"); \ static_assert(offsetof(AMapLocationActor, Visited) == 0x0002E8, "Member 'AMapLocationActor::Visited' has a wrong offset!"); \ static_assert(offsetof(AMapLocationActor, IsTower) == 0x0002E9, "Member 'AMapLocationActor::IsTower' has a wrong offset!"); \ static_assert(offsetof(AMapLocationActor, HasMaterialInstance) == 0x0002EA, "Member 'AMapLocationActor::HasMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(AMapLocationActor, RegionName) == 0x0002F0, "Member 'AMapLocationActor::RegionName' has a wrong offset!"); \ static_assert(offsetof(AMapLocationActor, TargetFocusPoint) == 0x000300, "Member 'AMapLocationActor::TargetFocusPoint' has a wrong offset!"); \ static_assert(offsetof(AMapLocationActor, bIsHighlighted) == 0x000308, "Member 'AMapLocationActor::bIsHighlighted' has a wrong offset!"); \ static_assert(offsetof(AMapLocationActor, bIsForward) == 0x000309, "Member 'AMapLocationActor::bIsForward' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapPathData \ static_assert(alignof(UMapPathData) == 0x000008, "Wrong alignment on UMapPathData"); \ static_assert(sizeof(UMapPathData) == 0x000038, "Wrong size on UMapPathData"); \ static_assert(offsetof(UMapPathData, AllPaths) == 0x000028, "Member 'UMapPathData::AllPaths' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapObjectComponent \ static_assert(alignof(UMapObjectComponent) == 0x000010, "Wrong alignment on UMapObjectComponent"); \ static_assert(sizeof(UMapObjectComponent) == 0x000900, "Wrong size on UMapObjectComponent"); \ static_assert(offsetof(UMapObjectComponent, MyLocationID) == 0x000518, "Member 'UMapObjectComponent::MyLocationID' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, UpLocationID) == 0x0005A0, "Member 'UMapObjectComponent::UpLocationID' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, DownLocationID) == 0x000628, "Member 'UMapObjectComponent::DownLocationID' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, LeftLocationID) == 0x0006B0, "Member 'UMapObjectComponent::LeftLocationID' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, RightLocationID) == 0x000738, "Member 'UMapObjectComponent::RightLocationID' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, LimitCamera) == 0x0007C0, "Member 'UMapObjectComponent::LimitCamera' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, RestrictedRadiusRange) == 0x0007C4, "Member 'UMapObjectComponent::RestrictedRadiusRange' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, StartRadius) == 0x0007CC, "Member 'UMapObjectComponent::StartRadius' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, RestrictedPitchRange) == 0x0007D0, "Member 'UMapObjectComponent::RestrictedPitchRange' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, StartPitch) == 0x0007D8, "Member 'UMapObjectComponent::StartPitch' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, RestrictedYawRange) == 0x0007DC, "Member 'UMapObjectComponent::RestrictedYawRange' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, StartYaw) == 0x0007E4, "Member 'UMapObjectComponent::StartYaw' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, RestrictedElevationRange) == 0x0007E8, "Member 'UMapObjectComponent::RestrictedElevationRange' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, StartElevation) == 0x0007F0, "Member 'UMapObjectComponent::StartElevation' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, HasMaterialInstance) == 0x0007F4, "Member 'UMapObjectComponent::HasMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, MyDBLocation) == 0x0007F8, "Member 'UMapObjectComponent::MyDBLocation' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, ParentComponent) == 0x000808, "Member 'UMapObjectComponent::ParentComponent' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, ChildComponent) == 0x000818, "Member 'UMapObjectComponent::ChildComponent' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, UpComponent) == 0x000828, "Member 'UMapObjectComponent::UpComponent' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, DownComponent) == 0x000838, "Member 'UMapObjectComponent::DownComponent' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, LeftComponent) == 0x000848, "Member 'UMapObjectComponent::LeftComponent' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, RightComponent) == 0x000858, "Member 'UMapObjectComponent::RightComponent' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, AnimationSpeed) == 0x000868, "Member 'UMapObjectComponent::AnimationSpeed' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, AnimationBounce) == 0x00086C, "Member 'UMapObjectComponent::AnimationBounce' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, AnimationBounceFalloff) == 0x000870, "Member 'UMapObjectComponent::AnimationBounceFalloff' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, MaxAnimationScale) == 0x000874, "Member 'UMapObjectComponent::MaxAnimationScale' has a wrong offset!"); \ static_assert(offsetof(UMapObjectComponent, MinAnimationScale) == 0x000878, "Member 'UMapObjectComponent::MinAnimationScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_LoadTutorial \ static_assert(alignof(URPGTriggerEffect_LoadTutorial) == 0x000008, "Wrong alignment on URPGTriggerEffect_LoadTutorial"); \ static_assert(sizeof(URPGTriggerEffect_LoadTutorial) == 0x000048, "Wrong size on URPGTriggerEffect_LoadTutorial"); \ static_assert(offsetof(URPGTriggerEffect_LoadTutorial, TutorialName) == 0x000040, "Member 'URPGTriggerEffect_LoadTutorial::TutorialName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapOverland_CursorCallback \ static_assert(alignof(MapOverland_CursorCallback) == 0x000008, "Wrong alignment on MapOverland_CursorCallback"); \ static_assert(sizeof(MapOverland_CursorCallback) == 0x000010, "Wrong size on MapOverland_CursorCallback"); \ static_assert(offsetof(MapOverland_CursorCallback, Texture) == 0x000000, "Member 'MapOverland_CursorCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(MapOverland_CursorCallback, Param) == 0x000008, "Member 'MapOverland_CursorCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapOverland_GetMapScreenWidget \ static_assert(alignof(MapOverland_GetMapScreenWidget) == 0x000008, "Wrong alignment on MapOverland_GetMapScreenWidget"); \ static_assert(sizeof(MapOverland_GetMapScreenWidget) == 0x000008, "Wrong size on MapOverland_GetMapScreenWidget"); \ static_assert(offsetof(MapOverland_GetMapScreenWidget, ReturnValue) == 0x000000, "Member 'MapOverland_GetMapScreenWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapOverland \ static_assert(alignof(UMapOverland) == 0x000010, "Wrong alignment on UMapOverland"); \ static_assert(sizeof(UMapOverland) == 0x000CE0, "Wrong size on UMapOverland"); \ static_assert(offsetof(UMapOverland, FogMaskBlitter) == 0x000940, "Member 'UMapOverland::FogMaskBlitter' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, Tiles) == 0x000950, "Member 'UMapOverland::Tiles' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, RegionActors) == 0x000B60, "Member 'UMapOverland::RegionActors' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, MapBounds) == 0x000B70, "Member 'UMapOverland::MapBounds' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, RegionMaskBlitter) == 0x000B78, "Member 'UMapOverland::RegionMaskBlitter' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, NewlyDiscoveredRegions) == 0x000B88, "Member 'UMapOverland::NewlyDiscoveredRegions' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, RegionSplineActors) == 0x000BC0, "Member 'UMapOverland::RegionSplineActors' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, bIsFastTravelListShowingRegions) == 0x000BE0, "Member 'UMapOverland::bIsFastTravelListShowingRegions' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, ZoomFactorTier1) == 0x000BE4, "Member 'UMapOverland::ZoomFactorTier1' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, ZoomFactorTier2) == 0x000BE8, "Member 'UMapOverland::ZoomFactorTier2' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, ZoomFactorTier3) == 0x000BEC, "Member 'UMapOverland::ZoomFactorTier3' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, ZoomFactorTier4) == 0x000BF0, "Member 'UMapOverland::ZoomFactorTier4' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, ZoomFactorTier5) == 0x000BF4, "Member 'UMapOverland::ZoomFactorTier5' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, RegionSplineHeight) == 0x000BF8, "Member 'UMapOverland::RegionSplineHeight' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, MapIconDiscoveredColor) == 0x000BFC, "Member 'UMapOverland::MapIconDiscoveredColor' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, MapIconColor) == 0x000C0C, "Member 'UMapOverland::MapIconColor' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, DefaultIconScale) == 0x000C1C, "Member 'UMapOverland::DefaultIconScale' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, CursorScale) == 0x000C20, "Member 'UMapOverland::CursorScale' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, CursorScaleFactor) == 0x000C24, "Member 'UMapOverland::CursorScaleFactor' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, DecalSize) == 0x000C28, "Member 'UMapOverland::DecalSize' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, MapCursorBounds) == 0x000C40, "Member 'UMapOverland::MapCursorBounds' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, MapCursorBoundsInitial) == 0x000C50, "Member 'UMapOverland::MapCursorBoundsInitial' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, MapCursorBoundsHogwarts) == 0x000C60, "Member 'UMapOverland::MapCursorBoundsHogwarts' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, MapCursorBoundsForest) == 0x000C70, "Member 'UMapOverland::MapCursorBoundsForest' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, MapCursorBoundsSwamp) == 0x000C80, "Member 'UMapOverland::MapCursorBoundsSwamp' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, MapCursorBoundsTundra) == 0x000C90, "Member 'UMapOverland::MapCursorBoundsTundra' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, MapScreenBounds) == 0x000CA0, "Member 'UMapOverland::MapScreenBounds' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, MapScreenBoundsInitial) == 0x000CB0, "Member 'UMapOverland::MapScreenBoundsInitial' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, FogMaskTexture) == 0x000CC0, "Member 'UMapOverland::FogMaskTexture' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, RegionMaskTexture) == 0x000CC8, "Member 'UMapOverland::RegionMaskTexture' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, RegionHighlightMaskTexture) == 0x000CD0, "Member 'UMapOverland::RegionHighlightMaskTexture' has a wrong offset!"); \ static_assert(offsetof(UMapOverland, AboveFogHeight) == 0x000CDC, "Member 'UMapOverland::AboveFogHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMapRegionBox \ static_assert(alignof(AMapRegionBox) == 0x000008, "Wrong alignment on AMapRegionBox"); \ static_assert(sizeof(AMapRegionBox) == 0x0002F8, "Wrong size on AMapRegionBox"); \ static_assert(offsetof(AMapRegionBox, LocationID) == 0x000248, "Member 'AMapRegionBox::LocationID' has a wrong offset!"); \ static_assert(offsetof(AMapRegionBox, WorldID) == 0x0002D0, "Member 'AMapRegionBox::WorldID' has a wrong offset!"); \ static_assert(offsetof(AMapRegionBox, TypeID) == 0x0002E0, "Member 'AMapRegionBox::TypeID' has a wrong offset!"); \ static_assert(offsetof(AMapRegionBox, Region) == 0x0002F0, "Member 'AMapRegionBox::Region' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTabIconButtonWidget \ static_assert(alignof(UTabIconButtonWidget) == 0x000008, "Wrong alignment on UTabIconButtonWidget"); \ static_assert(sizeof(UTabIconButtonWidget) == 0x0004A8, "Wrong size on UTabIconButtonWidget"); \ #define DUMPER7_ASSERTS_MapRegionInfoWidget_SetData \ static_assert(alignof(MapRegionInfoWidget_SetData) == 0x000008, "Wrong alignment on MapRegionInfoWidget_SetData"); \ static_assert(sizeof(MapRegionInfoWidget_SetData) == 0x000038, "Wrong size on MapRegionInfoWidget_SetData"); \ static_assert(offsetof(MapRegionInfoWidget_SetData, RegionName) == 0x000000, "Member 'MapRegionInfoWidget_SetData::RegionName' has a wrong offset!"); \ static_assert(offsetof(MapRegionInfoWidget_SetData, EnemyLevel) == 0x000010, "Member 'MapRegionInfoWidget_SetData::EnemyLevel' has a wrong offset!"); \ static_assert(offsetof(MapRegionInfoWidget_SetData, MinLevel) == 0x000020, "Member 'MapRegionInfoWidget_SetData::MinLevel' has a wrong offset!"); \ static_assert(offsetof(MapRegionInfoWidget_SetData, MaxLevel) == 0x000024, "Member 'MapRegionInfoWidget_SetData::MaxLevel' has a wrong offset!"); \ static_assert(offsetof(MapRegionInfoWidget_SetData, RegionData) == 0x000028, "Member 'MapRegionInfoWidget_SetData::RegionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapRegionInfoWidget_SetDataBP \ static_assert(alignof(MapRegionInfoWidget_SetDataBP) == 0x000008, "Wrong alignment on MapRegionInfoWidget_SetDataBP"); \ static_assert(sizeof(MapRegionInfoWidget_SetDataBP) == 0x000038, "Wrong size on MapRegionInfoWidget_SetDataBP"); \ static_assert(offsetof(MapRegionInfoWidget_SetDataBP, RegionName) == 0x000000, "Member 'MapRegionInfoWidget_SetDataBP::RegionName' has a wrong offset!"); \ static_assert(offsetof(MapRegionInfoWidget_SetDataBP, EnemyLevel) == 0x000010, "Member 'MapRegionInfoWidget_SetDataBP::EnemyLevel' has a wrong offset!"); \ static_assert(offsetof(MapRegionInfoWidget_SetDataBP, MinLevel) == 0x000020, "Member 'MapRegionInfoWidget_SetDataBP::MinLevel' has a wrong offset!"); \ static_assert(offsetof(MapRegionInfoWidget_SetDataBP, MaxLevel) == 0x000024, "Member 'MapRegionInfoWidget_SetDataBP::MaxLevel' has a wrong offset!"); \ static_assert(offsetof(MapRegionInfoWidget_SetDataBP, RegionData) == 0x000028, "Member 'MapRegionInfoWidget_SetDataBP::RegionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapRegionInfoWidget \ static_assert(alignof(UMapRegionInfoWidget) == 0x000008, "Wrong alignment on UMapRegionInfoWidget"); \ static_assert(sizeof(UMapRegionInfoWidget) == 0x000330, "Wrong size on UMapRegionInfoWidget"); \ #define DUMPER7_ASSERTS_SanctuaryExpansionManager_LoadExpansion \ static_assert(alignof(SanctuaryExpansionManager_LoadExpansion) == 0x000004, "Wrong alignment on SanctuaryExpansionManager_LoadExpansion"); \ static_assert(sizeof(SanctuaryExpansionManager_LoadExpansion) == 0x000008, "Wrong size on SanctuaryExpansionManager_LoadExpansion"); \ static_assert(offsetof(SanctuaryExpansionManager_LoadExpansion, InExpansionLockID) == 0x000000, "Member 'SanctuaryExpansionManager_LoadExpansion::InExpansionLockID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryExpansionManager_ReleaseExpansion \ static_assert(alignof(SanctuaryExpansionManager_ReleaseExpansion) == 0x000004, "Wrong alignment on SanctuaryExpansionManager_ReleaseExpansion"); \ static_assert(sizeof(SanctuaryExpansionManager_ReleaseExpansion) == 0x000008, "Wrong size on SanctuaryExpansionManager_ReleaseExpansion"); \ static_assert(offsetof(SanctuaryExpansionManager_ReleaseExpansion, InExpansionLockID) == 0x000000, "Member 'SanctuaryExpansionManager_ReleaseExpansion::InExpansionLockID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryExpansionManager_TriggerExpansion \ static_assert(alignof(SanctuaryExpansionManager_TriggerExpansion) == 0x000004, "Wrong alignment on SanctuaryExpansionManager_TriggerExpansion"); \ static_assert(sizeof(SanctuaryExpansionManager_TriggerExpansion) == 0x000008, "Wrong size on SanctuaryExpansionManager_TriggerExpansion"); \ static_assert(offsetof(SanctuaryExpansionManager_TriggerExpansion, InExpansionLockID) == 0x000000, "Member 'SanctuaryExpansionManager_TriggerExpansion::InExpansionLockID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryExpansionManager_IsExpansionLoaded \ static_assert(alignof(SanctuaryExpansionManager_IsExpansionLoaded) == 0x000004, "Wrong alignment on SanctuaryExpansionManager_IsExpansionLoaded"); \ static_assert(sizeof(SanctuaryExpansionManager_IsExpansionLoaded) == 0x00000C, "Wrong size on SanctuaryExpansionManager_IsExpansionLoaded"); \ static_assert(offsetof(SanctuaryExpansionManager_IsExpansionLoaded, InExpansionLockID) == 0x000000, "Member 'SanctuaryExpansionManager_IsExpansionLoaded::InExpansionLockID' has a wrong offset!"); \ static_assert(offsetof(SanctuaryExpansionManager_IsExpansionLoaded, ReturnValue) == 0x000008, "Member 'SanctuaryExpansionManager_IsExpansionLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryExpansionManager_IsExpansionOpen \ static_assert(alignof(SanctuaryExpansionManager_IsExpansionOpen) == 0x000004, "Wrong alignment on SanctuaryExpansionManager_IsExpansionOpen"); \ static_assert(sizeof(SanctuaryExpansionManager_IsExpansionOpen) == 0x00000C, "Wrong size on SanctuaryExpansionManager_IsExpansionOpen"); \ static_assert(offsetof(SanctuaryExpansionManager_IsExpansionOpen, InExpansionLockID) == 0x000000, "Member 'SanctuaryExpansionManager_IsExpansionOpen::InExpansionLockID' has a wrong offset!"); \ static_assert(offsetof(SanctuaryExpansionManager_IsExpansionOpen, ReturnValue) == 0x000008, "Member 'SanctuaryExpansionManager_IsExpansionOpen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryExpansionManager_IsValidExpansion \ static_assert(alignof(SanctuaryExpansionManager_IsValidExpansion) == 0x000004, "Wrong alignment on SanctuaryExpansionManager_IsValidExpansion"); \ static_assert(sizeof(SanctuaryExpansionManager_IsValidExpansion) == 0x00000C, "Wrong size on SanctuaryExpansionManager_IsValidExpansion"); \ static_assert(offsetof(SanctuaryExpansionManager_IsValidExpansion, InExpansionLockID) == 0x000000, "Member 'SanctuaryExpansionManager_IsValidExpansion::InExpansionLockID' has a wrong offset!"); \ static_assert(offsetof(SanctuaryExpansionManager_IsValidExpansion, ReturnValue) == 0x000008, "Member 'SanctuaryExpansionManager_IsValidExpansion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryExpansionManager_ShouldSkipUnlockCinematics \ static_assert(alignof(SanctuaryExpansionManager_ShouldSkipUnlockCinematics) == 0x000001, "Wrong alignment on SanctuaryExpansionManager_ShouldSkipUnlockCinematics"); \ static_assert(sizeof(SanctuaryExpansionManager_ShouldSkipUnlockCinematics) == 0x000001, "Wrong size on SanctuaryExpansionManager_ShouldSkipUnlockCinematics"); \ static_assert(offsetof(SanctuaryExpansionManager_ShouldSkipUnlockCinematics, ReturnValue) == 0x000000, "Member 'SanctuaryExpansionManager_ShouldSkipUnlockCinematics::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USanctuaryExpansionManager \ static_assert(alignof(USanctuaryExpansionManager) == 0x000008, "Wrong alignment on USanctuaryExpansionManager"); \ static_assert(sizeof(USanctuaryExpansionManager) == 0x0000C8, "Wrong size on USanctuaryExpansionManager"); \ #define DUMPER7_ASSERTS_USharedMapData \ static_assert(alignof(USharedMapData) == 0x000008, "Wrong alignment on USharedMapData"); \ static_assert(sizeof(USharedMapData) == 0x000088, "Wrong size on USharedMapData"); \ static_assert(offsetof(USharedMapData, PathDirectionShortDotsTimerMax) == 0x000030, "Member 'USharedMapData::PathDirectionShortDotsTimerMax' has a wrong offset!"); \ static_assert(offsetof(USharedMapData, PathDirectionMediumDotsThreshold) == 0x000034, "Member 'USharedMapData::PathDirectionMediumDotsThreshold' has a wrong offset!"); \ static_assert(offsetof(USharedMapData, PathDirectionMediumDotsTimerMax) == 0x000038, "Member 'USharedMapData::PathDirectionMediumDotsTimerMax' has a wrong offset!"); \ static_assert(offsetof(USharedMapData, PathDirectionLongDotsThreshold) == 0x00003C, "Member 'USharedMapData::PathDirectionLongDotsThreshold' has a wrong offset!"); \ static_assert(offsetof(USharedMapData, PathDirectionLongDotsTimerMax) == 0x000040, "Member 'USharedMapData::PathDirectionLongDotsTimerMax' has a wrong offset!"); \ static_assert(offsetof(USharedMapData, PathDirectionTimerMax) == 0x000044, "Member 'USharedMapData::PathDirectionTimerMax' has a wrong offset!"); \ static_assert(offsetof(USharedMapData, DirectionIndicatorLength) == 0x000048, "Member 'USharedMapData::DirectionIndicatorLength' has a wrong offset!"); \ static_assert(offsetof(USharedMapData, OverlandPathPointSpacingModifier) == 0x00004C, "Member 'USharedMapData::OverlandPathPointSpacingModifier' has a wrong offset!"); \ static_assert(offsetof(USharedMapData, HogwartsPathPointSpacingModifier) == 0x000050, "Member 'USharedMapData::HogwartsPathPointSpacingModifier' has a wrong offset!"); \ static_assert(offsetof(USharedMapData, HogwartsZoomedPathPointSpacingModifier) == 0x000054, "Member 'USharedMapData::HogwartsZoomedPathPointSpacingModifier' has a wrong offset!"); \ static_assert(offsetof(USharedMapData, HogsmeadePathPointSpacingModifier) == 0x000058, "Member 'USharedMapData::HogsmeadePathPointSpacingModifier' has a wrong offset!"); \ static_assert(offsetof(USharedMapData, IconScale) == 0x00005C, "Member 'USharedMapData::IconScale' has a wrong offset!"); \ static_assert(offsetof(USharedMapData, MinimumTimeBeforeRestart) == 0x000060, "Member 'USharedMapData::MinimumTimeBeforeRestart' has a wrong offset!"); \ static_assert(offsetof(USharedMapData, DirectionColor) == 0x000064, "Member 'USharedMapData::DirectionColor' has a wrong offset!"); \ static_assert(offsetof(USharedMapData, TrackedColor) == 0x000074, "Member 'USharedMapData::TrackedColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PadlockDoor_SetLockDifficulty \ static_assert(alignof(PadlockDoor_SetLockDifficulty) == 0x000001, "Wrong alignment on PadlockDoor_SetLockDifficulty"); \ static_assert(sizeof(PadlockDoor_SetLockDifficulty) == 0x000001, "Wrong size on PadlockDoor_SetLockDifficulty"); \ static_assert(offsetof(PadlockDoor_SetLockDifficulty, Difficulty) == 0x000000, "Member 'PadlockDoor_SetLockDifficulty::Difficulty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PadlockDoor_SetLockedAndDifficulty \ static_assert(alignof(PadlockDoor_SetLockedAndDifficulty) == 0x000001, "Wrong alignment on PadlockDoor_SetLockedAndDifficulty"); \ static_assert(sizeof(PadlockDoor_SetLockedAndDifficulty) == 0x000006, "Wrong size on PadlockDoor_SetLockedAndDifficulty"); \ static_assert(offsetof(PadlockDoor_SetLockedAndDifficulty, Locked) == 0x000000, "Member 'PadlockDoor_SetLockedAndDifficulty::Locked' has a wrong offset!"); \ static_assert(offsetof(PadlockDoor_SetLockedAndDifficulty, Difficulty) == 0x000001, "Member 'PadlockDoor_SetLockedAndDifficulty::Difficulty' has a wrong offset!"); \ static_assert(offsetof(PadlockDoor_SetLockedAndDifficulty, OpenLockable) == 0x000002, "Member 'PadlockDoor_SetLockedAndDifficulty::OpenLockable' has a wrong offset!"); \ static_assert(offsetof(PadlockDoor_SetLockedAndDifficulty, ThrowLock) == 0x000003, "Member 'PadlockDoor_SetLockedAndDifficulty::ThrowLock' has a wrong offset!"); \ static_assert(offsetof(PadlockDoor_SetLockedAndDifficulty, PlaySoundsAndEffects) == 0x000004, "Member 'PadlockDoor_SetLockedAndDifficulty::PlaySoundsAndEffects' has a wrong offset!"); \ static_assert(offsetof(PadlockDoor_SetLockedAndDifficulty, DoChild) == 0x000005, "Member 'PadlockDoor_SetLockedAndDifficulty::DoChild' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PadlockDoor_GetLockDifficulty \ static_assert(alignof(PadlockDoor_GetLockDifficulty) == 0x000001, "Wrong alignment on PadlockDoor_GetLockDifficulty"); \ static_assert(sizeof(PadlockDoor_GetLockDifficulty) == 0x000001, "Wrong size on PadlockDoor_GetLockDifficulty"); \ static_assert(offsetof(PadlockDoor_GetLockDifficulty, ReturnValue) == 0x000000, "Member 'PadlockDoor_GetLockDifficulty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APadlockDoor \ static_assert(alignof(APadlockDoor) == 0x000008, "Wrong alignment on APadlockDoor"); \ static_assert(sizeof(APadlockDoor) == 0x000538, "Wrong size on APadlockDoor"); \ static_assert(offsetof(APadlockDoor, LockableComponent) == 0x000530, "Member 'APadlockDoor::LockableComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_ActivateMap \ static_assert(alignof(MapSubSystem_ActivateMap) == 0x000004, "Wrong alignment on MapSubSystem_ActivateMap"); \ static_assert(sizeof(MapSubSystem_ActivateMap) == 0x000004, "Wrong size on MapSubSystem_ActivateMap"); \ static_assert(offsetof(MapSubSystem_ActivateMap, ReturnValue) == 0x000000, "Member 'MapSubSystem_ActivateMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_ActivateMapByType \ static_assert(alignof(MapSubSystem_ActivateMapByType) == 0x000001, "Wrong alignment on MapSubSystem_ActivateMapByType"); \ static_assert(sizeof(MapSubSystem_ActivateMapByType) == 0x000003, "Wrong size on MapSubSystem_ActivateMapByType"); \ static_assert(offsetof(MapSubSystem_ActivateMapByType, MapType) == 0x000000, "Member 'MapSubSystem_ActivateMapByType::MapType' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_ActivateMapByType, fromOverland) == 0x000001, "Member 'MapSubSystem_ActivateMapByType::fromOverland' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_ActivateMapByType, fromDungeon) == 0x000002, "Member 'MapSubSystem_ActivateMapByType::fromDungeon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_AreItemsRevealed \ static_assert(alignof(MapSubSystem_AreItemsRevealed) == 0x000008, "Wrong alignment on MapSubSystem_AreItemsRevealed"); \ static_assert(sizeof(MapSubSystem_AreItemsRevealed) == 0x000018, "Wrong size on MapSubSystem_AreItemsRevealed"); \ static_assert(offsetof(MapSubSystem_AreItemsRevealed, ItemName) == 0x000000, "Member 'MapSubSystem_AreItemsRevealed::ItemName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_AreItemsRevealed, ReturnValue) == 0x000010, "Member 'MapSubSystem_AreItemsRevealed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_AudioCueTrigger \ static_assert(alignof(MapSubSystem_AudioCueTrigger) == 0x000004, "Wrong alignment on MapSubSystem_AudioCueTrigger"); \ static_assert(sizeof(MapSubSystem_AudioCueTrigger) == 0x000008, "Wrong size on MapSubSystem_AudioCueTrigger"); \ static_assert(offsetof(MapSubSystem_AudioCueTrigger, DisplayType) == 0x000000, "Member 'MapSubSystem_AudioCueTrigger::DisplayType' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_AudioCueTrigger, CueType) == 0x000004, "Member 'MapSubSystem_AudioCueTrigger::CueType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_ClearActiveMap \ static_assert(alignof(MapSubSystem_ClearActiveMap) == 0x000001, "Wrong alignment on MapSubSystem_ClearActiveMap"); \ static_assert(sizeof(MapSubSystem_ClearActiveMap) == 0x000001, "Wrong size on MapSubSystem_ClearActiveMap"); \ static_assert(offsetof(MapSubSystem_ClearActiveMap, ReturnValue) == 0x000000, "Member 'MapSubSystem_ClearActiveMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_CompleteBeaconOfType \ static_assert(alignof(MapSubSystem_CompleteBeaconOfType) == 0x000001, "Wrong alignment on MapSubSystem_CompleteBeaconOfType"); \ static_assert(sizeof(MapSubSystem_CompleteBeaconOfType) == 0x000001, "Wrong size on MapSubSystem_CompleteBeaconOfType"); \ static_assert(offsetof(MapSubSystem_CompleteBeaconOfType, BeaconType) == 0x000000, "Member 'MapSubSystem_CompleteBeaconOfType::BeaconType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_CreateAreaBeacon \ static_assert(alignof(MapSubSystem_CreateAreaBeacon) == 0x000004, "Wrong alignment on MapSubSystem_CreateAreaBeacon"); \ static_assert(sizeof(MapSubSystem_CreateAreaBeacon) == 0x000010, "Wrong size on MapSubSystem_CreateAreaBeacon"); \ static_assert(offsetof(MapSubSystem_CreateAreaBeacon, X) == 0x000000, "Member 'MapSubSystem_CreateAreaBeacon::X' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_CreateAreaBeacon, Y) == 0x000004, "Member 'MapSubSystem_CreateAreaBeacon::Y' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_CreateAreaBeacon, Z) == 0x000008, "Member 'MapSubSystem_CreateAreaBeacon::Z' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_CreateAreaBeacon, Radius) == 0x00000C, "Member 'MapSubSystem_CreateAreaBeacon::Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_DetermineMap \ static_assert(alignof(MapSubSystem_DetermineMap) == 0x000004, "Wrong alignment on MapSubSystem_DetermineMap"); \ static_assert(sizeof(MapSubSystem_DetermineMap) == 0x000008, "Wrong size on MapSubSystem_DetermineMap"); \ static_assert(offsetof(MapSubSystem_DetermineMap, ReturnValue) == 0x000000, "Member 'MapSubSystem_DetermineMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_EnablePathDisplay \ static_assert(alignof(MapSubSystem_EnablePathDisplay) == 0x000001, "Wrong alignment on MapSubSystem_EnablePathDisplay"); \ static_assert(sizeof(MapSubSystem_EnablePathDisplay) == 0x000001, "Wrong size on MapSubSystem_EnablePathDisplay"); \ static_assert(offsetof(MapSubSystem_EnablePathDisplay, Enable) == 0x000000, "Member 'MapSubSystem_EnablePathDisplay::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_FindMap \ static_assert(alignof(MapSubSystem_FindMap) == 0x000004, "Wrong alignment on MapSubSystem_FindMap"); \ static_assert(sizeof(MapSubSystem_FindMap) == 0x00000C, "Wrong size on MapSubSystem_FindMap"); \ static_assert(offsetof(MapSubSystem_FindMap, MapName) == 0x000000, "Member 'MapSubSystem_FindMap::MapName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_FindMap, ReturnValue) == 0x000008, "Member 'MapSubSystem_FindMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_FindMapByType \ static_assert(alignof(MapSubSystem_FindMapByType) == 0x000004, "Wrong alignment on MapSubSystem_FindMapByType"); \ static_assert(sizeof(MapSubSystem_FindMapByType) == 0x000008, "Wrong size on MapSubSystem_FindMapByType"); \ static_assert(offsetof(MapSubSystem_FindMapByType, MapType) == 0x000000, "Member 'MapSubSystem_FindMapByType::MapType' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_FindMapByType, ReturnValue) == 0x000004, "Member 'MapSubSystem_FindMapByType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetAccessibilityManager \ static_assert(alignof(MapSubSystem_GetAccessibilityManager) == 0x000008, "Wrong alignment on MapSubSystem_GetAccessibilityManager"); \ static_assert(sizeof(MapSubSystem_GetAccessibilityManager) == 0x000008, "Wrong size on MapSubSystem_GetAccessibilityManager"); \ static_assert(offsetof(MapSubSystem_GetAccessibilityManager, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetAccessibilityManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetActiveMap \ static_assert(alignof(MapSubSystem_GetActiveMap) == 0x000008, "Wrong alignment on MapSubSystem_GetActiveMap"); \ static_assert(sizeof(MapSubSystem_GetActiveMap) == 0x000008, "Wrong size on MapSubSystem_GetActiveMap"); \ static_assert(offsetof(MapSubSystem_GetActiveMap, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetActiveMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetActiveMapIndex \ static_assert(alignof(MapSubSystem_GetActiveMapIndex) == 0x000004, "Wrong alignment on MapSubSystem_GetActiveMapIndex"); \ static_assert(sizeof(MapSubSystem_GetActiveMapIndex) == 0x000004, "Wrong size on MapSubSystem_GetActiveMapIndex"); \ static_assert(offsetof(MapSubSystem_GetActiveMapIndex, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetActiveMapIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetActiveMapName \ static_assert(alignof(MapSubSystem_GetActiveMapName) == 0x000004, "Wrong alignment on MapSubSystem_GetActiveMapName"); \ static_assert(sizeof(MapSubSystem_GetActiveMapName) == 0x000008, "Wrong size on MapSubSystem_GetActiveMapName"); \ static_assert(offsetof(MapSubSystem_GetActiveMapName, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetActiveMapName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetActiveMapType \ static_assert(alignof(MapSubSystem_GetActiveMapType) == 0x000001, "Wrong alignment on MapSubSystem_GetActiveMapType"); \ static_assert(sizeof(MapSubSystem_GetActiveMapType) == 0x000001, "Wrong size on MapSubSystem_GetActiveMapType"); \ static_assert(offsetof(MapSubSystem_GetActiveMapType, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetActiveMapType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetAuthorityFigureColor \ static_assert(alignof(MapSubSystem_GetAuthorityFigureColor) == 0x000004, "Wrong alignment on MapSubSystem_GetAuthorityFigureColor"); \ static_assert(sizeof(MapSubSystem_GetAuthorityFigureColor) == 0x000010, "Wrong size on MapSubSystem_GetAuthorityFigureColor"); \ static_assert(offsetof(MapSubSystem_GetAuthorityFigureColor, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetAuthorityFigureColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetBeaconState \ static_assert(alignof(MapSubSystem_GetBeaconState) == 0x000008, "Wrong alignment on MapSubSystem_GetBeaconState"); \ static_assert(sizeof(MapSubSystem_GetBeaconState) == 0x000018, "Wrong size on MapSubSystem_GetBeaconState"); \ static_assert(offsetof(MapSubSystem_GetBeaconState, BeaconName) == 0x000000, "Member 'MapSubSystem_GetBeaconState::BeaconName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_GetBeaconState, ReturnValue) == 0x000010, "Member 'MapSubSystem_GetBeaconState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetChestsInVault \ static_assert(alignof(MapSubSystem_GetChestsInVault) == 0x000008, "Wrong alignment on MapSubSystem_GetChestsInVault"); \ static_assert(sizeof(MapSubSystem_GetChestsInVault) == 0x000020, "Wrong size on MapSubSystem_GetChestsInVault"); \ static_assert(offsetof(MapSubSystem_GetChestsInVault, VaultName) == 0x000000, "Member 'MapSubSystem_GetChestsInVault::VaultName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_GetChestsInVault, ReturnValue) == 0x000010, "Member 'MapSubSystem_GetChestsInVault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetColorFromState \ static_assert(alignof(MapSubSystem_GetColorFromState) == 0x000008, "Wrong alignment on MapSubSystem_GetColorFromState"); \ static_assert(sizeof(MapSubSystem_GetColorFromState) == 0x000018, "Wrong size on MapSubSystem_GetColorFromState"); \ static_assert(offsetof(MapSubSystem_GetColorFromState, BeaconInfo) == 0x000000, "Member 'MapSubSystem_GetColorFromState::BeaconInfo' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_GetColorFromState, ReturnValue) == 0x000008, "Member 'MapSubSystem_GetColorFromState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetCoverIsDisplayed \ static_assert(alignof(MapSubSystem_GetCoverIsDisplayed) == 0x000001, "Wrong alignment on MapSubSystem_GetCoverIsDisplayed"); \ static_assert(sizeof(MapSubSystem_GetCoverIsDisplayed) == 0x000001, "Wrong size on MapSubSystem_GetCoverIsDisplayed"); \ static_assert(offsetof(MapSubSystem_GetCoverIsDisplayed, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetCoverIsDisplayed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetCurrentPlayerRegionInfo \ static_assert(alignof(MapSubSystem_GetCurrentPlayerRegionInfo) == 0x000008, "Wrong alignment on MapSubSystem_GetCurrentPlayerRegionInfo"); \ static_assert(sizeof(MapSubSystem_GetCurrentPlayerRegionInfo) == 0x000030, "Wrong size on MapSubSystem_GetCurrentPlayerRegionInfo"); \ static_assert(offsetof(MapSubSystem_GetCurrentPlayerRegionInfo, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetCurrentPlayerRegionInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetCursorControl \ static_assert(alignof(MapSubSystem_GetCursorControl) == 0x000001, "Wrong alignment on MapSubSystem_GetCursorControl"); \ static_assert(sizeof(MapSubSystem_GetCursorControl) == 0x000001, "Wrong size on MapSubSystem_GetCursorControl"); \ static_assert(offsetof(MapSubSystem_GetCursorControl, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetCursorControl::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetDeveloperMenuUsed \ static_assert(alignof(MapSubSystem_GetDeveloperMenuUsed) == 0x000001, "Wrong alignment on MapSubSystem_GetDeveloperMenuUsed"); \ static_assert(sizeof(MapSubSystem_GetDeveloperMenuUsed) == 0x000001, "Wrong size on MapSubSystem_GetDeveloperMenuUsed"); \ static_assert(offsetof(MapSubSystem_GetDeveloperMenuUsed, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetDeveloperMenuUsed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetDungeonMap \ static_assert(alignof(MapSubSystem_GetDungeonMap) == 0x000008, "Wrong alignment on MapSubSystem_GetDungeonMap"); \ static_assert(sizeof(MapSubSystem_GetDungeonMap) == 0x000008, "Wrong size on MapSubSystem_GetDungeonMap"); \ static_assert(offsetof(MapSubSystem_GetDungeonMap, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetDungeonMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetFadeToGame \ static_assert(alignof(MapSubSystem_GetFadeToGame) == 0x000001, "Wrong alignment on MapSubSystem_GetFadeToGame"); \ static_assert(sizeof(MapSubSystem_GetFadeToGame) == 0x000001, "Wrong size on MapSubSystem_GetFadeToGame"); \ static_assert(offsetof(MapSubSystem_GetFadeToGame, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetFadeToGame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetFelixFelicisPotionActive \ static_assert(alignof(MapSubSystem_GetFelixFelicisPotionActive) == 0x000001, "Wrong alignment on MapSubSystem_GetFelixFelicisPotionActive"); \ static_assert(sizeof(MapSubSystem_GetFelixFelicisPotionActive) == 0x000001, "Wrong size on MapSubSystem_GetFelixFelicisPotionActive"); \ static_assert(offsetof(MapSubSystem_GetFelixFelicisPotionActive, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetFelixFelicisPotionActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetFilter \ static_assert(alignof(MapSubSystem_GetFilter) == 0x000004, "Wrong alignment on MapSubSystem_GetFilter"); \ static_assert(sizeof(MapSubSystem_GetFilter) == 0x000008, "Wrong size on MapSubSystem_GetFilter"); \ static_assert(offsetof(MapSubSystem_GetFilter, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetFilter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetFXManager \ static_assert(alignof(MapSubSystem_GetFXManager) == 0x000008, "Wrong alignment on MapSubSystem_GetFXManager"); \ static_assert(sizeof(MapSubSystem_GetFXManager) == 0x000008, "Wrong size on MapSubSystem_GetFXManager"); \ static_assert(offsetof(MapSubSystem_GetFXManager, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetFXManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetGamePawn \ static_assert(alignof(MapSubSystem_GetGamePawn) == 0x000008, "Wrong alignment on MapSubSystem_GetGamePawn"); \ static_assert(sizeof(MapSubSystem_GetGamePawn) == 0x000008, "Wrong size on MapSubSystem_GetGamePawn"); \ static_assert(offsetof(MapSubSystem_GetGamePawn, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetGamePawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetGamePlayerController \ static_assert(alignof(MapSubSystem_GetGamePlayerController) == 0x000008, "Wrong alignment on MapSubSystem_GetGamePlayerController"); \ static_assert(sizeof(MapSubSystem_GetGamePlayerController) == 0x000008, "Wrong size on MapSubSystem_GetGamePlayerController"); \ static_assert(offsetof(MapSubSystem_GetGamePlayerController, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetGamePlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetGameWorld \ static_assert(alignof(MapSubSystem_GetGameWorld) == 0x000008, "Wrong alignment on MapSubSystem_GetGameWorld"); \ static_assert(sizeof(MapSubSystem_GetGameWorld) == 0x000008, "Wrong size on MapSubSystem_GetGameWorld"); \ static_assert(offsetof(MapSubSystem_GetGameWorld, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetGameWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetHasIntroPlayed \ static_assert(alignof(MapSubSystem_GetHasIntroPlayed) == 0x000001, "Wrong alignment on MapSubSystem_GetHasIntroPlayed"); \ static_assert(sizeof(MapSubSystem_GetHasIntroPlayed) == 0x000001, "Wrong size on MapSubSystem_GetHasIntroPlayed"); \ static_assert(offsetof(MapSubSystem_GetHasIntroPlayed, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetHasIntroPlayed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetHogsmeadeMap \ static_assert(alignof(MapSubSystem_GetHogsmeadeMap) == 0x000008, "Wrong alignment on MapSubSystem_GetHogsmeadeMap"); \ static_assert(sizeof(MapSubSystem_GetHogsmeadeMap) == 0x000008, "Wrong size on MapSubSystem_GetHogsmeadeMap"); \ static_assert(offsetof(MapSubSystem_GetHogsmeadeMap, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetHogsmeadeMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetHogwartsMap \ static_assert(alignof(MapSubSystem_GetHogwartsMap) == 0x000008, "Wrong alignment on MapSubSystem_GetHogwartsMap"); \ static_assert(sizeof(MapSubSystem_GetHogwartsMap) == 0x000008, "Wrong size on MapSubSystem_GetHogwartsMap"); \ static_assert(offsetof(MapSubSystem_GetHogwartsMap, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetHogwartsMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetIconColorByState \ static_assert(alignof(MapSubSystem_GetIconColorByState) == 0x000004, "Wrong alignment on MapSubSystem_GetIconColorByState"); \ static_assert(sizeof(MapSubSystem_GetIconColorByState) == 0x000014, "Wrong size on MapSubSystem_GetIconColorByState"); \ static_assert(offsetof(MapSubSystem_GetIconColorByState, BeaconState) == 0x000000, "Member 'MapSubSystem_GetIconColorByState::BeaconState' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_GetIconColorByState, ReturnValue) == 0x000004, "Member 'MapSubSystem_GetIconColorByState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetInPauseMenu \ static_assert(alignof(MapSubSystem_GetInPauseMenu) == 0x000001, "Wrong alignment on MapSubSystem_GetInPauseMenu"); \ static_assert(sizeof(MapSubSystem_GetInPauseMenu) == 0x000001, "Wrong size on MapSubSystem_GetInPauseMenu"); \ static_assert(offsetof(MapSubSystem_GetInPauseMenu, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetInPauseMenu::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetIsFromFieldGuide \ static_assert(alignof(MapSubSystem_GetIsFromFieldGuide) == 0x000001, "Wrong alignment on MapSubSystem_GetIsFromFieldGuide"); \ static_assert(sizeof(MapSubSystem_GetIsFromFieldGuide) == 0x000001, "Wrong size on MapSubSystem_GetIsFromFieldGuide"); \ static_assert(offsetof(MapSubSystem_GetIsFromFieldGuide, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetIsFromFieldGuide::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetIsInVault \ static_assert(alignof(MapSubSystem_GetIsInVault) == 0x000001, "Wrong alignment on MapSubSystem_GetIsInVault"); \ static_assert(sizeof(MapSubSystem_GetIsInVault) == 0x000001, "Wrong size on MapSubSystem_GetIsInVault"); \ static_assert(offsetof(MapSubSystem_GetIsInVault, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetIsInVault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetLastActiveMap \ static_assert(alignof(MapSubSystem_GetLastActiveMap) == 0x000008, "Wrong alignment on MapSubSystem_GetLastActiveMap"); \ static_assert(sizeof(MapSubSystem_GetLastActiveMap) == 0x000008, "Wrong size on MapSubSystem_GetLastActiveMap"); \ static_assert(offsetof(MapSubSystem_GetLastActiveMap, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetLastActiveMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetLocatedItem \ static_assert(alignof(MapSubSystem_GetLocatedItem) == 0x000008, "Wrong alignment on MapSubSystem_GetLocatedItem"); \ static_assert(sizeof(MapSubSystem_GetLocatedItem) == 0x000010, "Wrong size on MapSubSystem_GetLocatedItem"); \ static_assert(offsetof(MapSubSystem_GetLocatedItem, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetLocatedItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetMainLineColor \ static_assert(alignof(MapSubSystem_GetMainLineColor) == 0x000004, "Wrong alignment on MapSubSystem_GetMainLineColor"); \ static_assert(sizeof(MapSubSystem_GetMainLineColor) == 0x000010, "Wrong size on MapSubSystem_GetMainLineColor"); \ static_assert(offsetof(MapSubSystem_GetMainLineColor, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetMainLineColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetMapActivated \ static_assert(alignof(MapSubSystem_GetMapActivated) == 0x000001, "Wrong alignment on MapSubSystem_GetMapActivated"); \ static_assert(sizeof(MapSubSystem_GetMapActivated) == 0x000001, "Wrong size on MapSubSystem_GetMapActivated"); \ static_assert(offsetof(MapSubSystem_GetMapActivated, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetMapActivated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetMapBeaconFromName \ static_assert(alignof(MapSubSystem_GetMapBeaconFromName) == 0x000008, "Wrong alignment on MapSubSystem_GetMapBeaconFromName"); \ static_assert(sizeof(MapSubSystem_GetMapBeaconFromName) == 0x000018, "Wrong size on MapSubSystem_GetMapBeaconFromName"); \ static_assert(offsetof(MapSubSystem_GetMapBeaconFromName, BeaconName) == 0x000000, "Member 'MapSubSystem_GetMapBeaconFromName::BeaconName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_GetMapBeaconFromName, ReturnValue) == 0x000010, "Member 'MapSubSystem_GetMapBeaconFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetMapBeaconsNearLocation \ static_assert(alignof(MapSubSystem_GetMapBeaconsNearLocation) == 0x000008, "Wrong alignment on MapSubSystem_GetMapBeaconsNearLocation"); \ static_assert(sizeof(MapSubSystem_GetMapBeaconsNearLocation) == 0x000020, "Wrong size on MapSubSystem_GetMapBeaconsNearLocation"); \ static_assert(offsetof(MapSubSystem_GetMapBeaconsNearLocation, Location) == 0x000000, "Member 'MapSubSystem_GetMapBeaconsNearLocation::Location' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_GetMapBeaconsNearLocation, Radius) == 0x00000C, "Member 'MapSubSystem_GetMapBeaconsNearLocation::Radius' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_GetMapBeaconsNearLocation, ReturnValue) == 0x000010, "Member 'MapSubSystem_GetMapBeaconsNearLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetMapByType \ static_assert(alignof(MapSubSystem_GetMapByType) == 0x000008, "Wrong alignment on MapSubSystem_GetMapByType"); \ static_assert(sizeof(MapSubSystem_GetMapByType) == 0x000010, "Wrong size on MapSubSystem_GetMapByType"); \ static_assert(offsetof(MapSubSystem_GetMapByType, MapType) == 0x000000, "Member 'MapSubSystem_GetMapByType::MapType' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_GetMapByType, ReturnValue) == 0x000008, "Member 'MapSubSystem_GetMapByType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetMapPawn \ static_assert(alignof(MapSubSystem_GetMapPawn) == 0x000008, "Wrong alignment on MapSubSystem_GetMapPawn"); \ static_assert(sizeof(MapSubSystem_GetMapPawn) == 0x000008, "Wrong size on MapSubSystem_GetMapPawn"); \ static_assert(offsetof(MapSubSystem_GetMapPawn, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetMapPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetMapScreenWidget \ static_assert(alignof(MapSubSystem_GetMapScreenWidget) == 0x000008, "Wrong alignment on MapSubSystem_GetMapScreenWidget"); \ static_assert(sizeof(MapSubSystem_GetMapScreenWidget) == 0x000008, "Wrong size on MapSubSystem_GetMapScreenWidget"); \ static_assert(offsetof(MapSubSystem_GetMapScreenWidget, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetMapScreenWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetMapWorld \ static_assert(alignof(MapSubSystem_GetMapWorld) == 0x000008, "Wrong alignment on MapSubSystem_GetMapWorld"); \ static_assert(sizeof(MapSubSystem_GetMapWorld) == 0x000008, "Wrong size on MapSubSystem_GetMapWorld"); \ static_assert(offsetof(MapSubSystem_GetMapWorld, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetMapWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetMiniMapManager \ static_assert(alignof(MapSubSystem_GetMiniMapManager) == 0x000008, "Wrong alignment on MapSubSystem_GetMiniMapManager"); \ static_assert(sizeof(MapSubSystem_GetMiniMapManager) == 0x000008, "Wrong size on MapSubSystem_GetMiniMapManager"); \ static_assert(offsetof(MapSubSystem_GetMiniMapManager, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetMiniMapManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetNewlyDiscoveredBeacons \ static_assert(alignof(MapSubSystem_GetNewlyDiscoveredBeacons) == 0x000008, "Wrong alignment on MapSubSystem_GetNewlyDiscoveredBeacons"); \ static_assert(sizeof(MapSubSystem_GetNewlyDiscoveredBeacons) == 0x000010, "Wrong size on MapSubSystem_GetNewlyDiscoveredBeacons"); \ static_assert(offsetof(MapSubSystem_GetNewlyDiscoveredBeacons, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetNewlyDiscoveredBeacons::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetOverlandMap \ static_assert(alignof(MapSubSystem_GetOverlandMap) == 0x000008, "Wrong alignment on MapSubSystem_GetOverlandMap"); \ static_assert(sizeof(MapSubSystem_GetOverlandMap) == 0x000008, "Wrong size on MapSubSystem_GetOverlandMap"); \ static_assert(offsetof(MapSubSystem_GetOverlandMap, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetOverlandMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetRegionForLocation \ static_assert(alignof(MapSubSystem_GetRegionForLocation) == 0x000008, "Wrong alignment on MapSubSystem_GetRegionForLocation"); \ static_assert(sizeof(MapSubSystem_GetRegionForLocation) == 0x000048, "Wrong size on MapSubSystem_GetRegionForLocation"); \ static_assert(offsetof(MapSubSystem_GetRegionForLocation, Location) == 0x000000, "Member 'MapSubSystem_GetRegionForLocation::Location' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_GetRegionForLocation, MapBase) == 0x000010, "Member 'MapSubSystem_GetRegionForLocation::MapBase' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_GetRegionForLocation, ReturnValue) == 0x000018, "Member 'MapSubSystem_GetRegionForLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetShouldRevealMinimapOnStart \ static_assert(alignof(MapSubSystem_GetShouldRevealMinimapOnStart) == 0x000001, "Wrong alignment on MapSubSystem_GetShouldRevealMinimapOnStart"); \ static_assert(sizeof(MapSubSystem_GetShouldRevealMinimapOnStart) == 0x000001, "Wrong size on MapSubSystem_GetShouldRevealMinimapOnStart"); \ static_assert(offsetof(MapSubSystem_GetShouldRevealMinimapOnStart, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetShouldRevealMinimapOnStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetTrackedColor \ static_assert(alignof(MapSubSystem_GetTrackedColor) == 0x000004, "Wrong alignment on MapSubSystem_GetTrackedColor"); \ static_assert(sizeof(MapSubSystem_GetTrackedColor) == 0x000010, "Wrong size on MapSubSystem_GetTrackedColor"); \ static_assert(offsetof(MapSubSystem_GetTrackedColor, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetTrackedColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetTrackedMissionColor \ static_assert(alignof(MapSubSystem_GetTrackedMissionColor) == 0x000004, "Wrong alignment on MapSubSystem_GetTrackedMissionColor"); \ static_assert(sizeof(MapSubSystem_GetTrackedMissionColor) == 0x000010, "Wrong size on MapSubSystem_GetTrackedMissionColor"); \ static_assert(offsetof(MapSubSystem_GetTrackedMissionColor, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetTrackedMissionColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetTrackedWaypointColor \ static_assert(alignof(MapSubSystem_GetTrackedWaypointColor) == 0x000004, "Wrong alignment on MapSubSystem_GetTrackedWaypointColor"); \ static_assert(sizeof(MapSubSystem_GetTrackedWaypointColor) == 0x000010, "Wrong size on MapSubSystem_GetTrackedWaypointColor"); \ static_assert(offsetof(MapSubSystem_GetTrackedWaypointColor, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetTrackedWaypointColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetUsingGamePad \ static_assert(alignof(MapSubSystem_GetUsingGamePad) == 0x000001, "Wrong alignment on MapSubSystem_GetUsingGamePad"); \ static_assert(sizeof(MapSubSystem_GetUsingGamePad) == 0x000001, "Wrong size on MapSubSystem_GetUsingGamePad"); \ static_assert(offsetof(MapSubSystem_GetUsingGamePad, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetUsingGamePad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_HasDungeonBeenEntered \ static_assert(alignof(MapSubSystem_HasDungeonBeenEntered) == 0x000008, "Wrong alignment on MapSubSystem_HasDungeonBeenEntered"); \ static_assert(sizeof(MapSubSystem_HasDungeonBeenEntered) == 0x000018, "Wrong size on MapSubSystem_HasDungeonBeenEntered"); \ static_assert(offsetof(MapSubSystem_HasDungeonBeenEntered, DungeonName) == 0x000000, "Member 'MapSubSystem_HasDungeonBeenEntered::DungeonName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_HasDungeonBeenEntered, ReturnValue) == 0x000010, "Member 'MapSubSystem_HasDungeonBeenEntered::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsBeaconComplete \ static_assert(alignof(MapSubSystem_IsBeaconComplete) == 0x000008, "Wrong alignment on MapSubSystem_IsBeaconComplete"); \ static_assert(sizeof(MapSubSystem_IsBeaconComplete) == 0x000018, "Wrong size on MapSubSystem_IsBeaconComplete"); \ static_assert(offsetof(MapSubSystem_IsBeaconComplete, BeaconName) == 0x000000, "Member 'MapSubSystem_IsBeaconComplete::BeaconName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_IsBeaconComplete, ReturnValue) == 0x000010, "Member 'MapSubSystem_IsBeaconComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsBeaconNameInMapDB \ static_assert(alignof(MapSubSystem_IsBeaconNameInMapDB) == 0x000008, "Wrong alignment on MapSubSystem_IsBeaconNameInMapDB"); \ static_assert(sizeof(MapSubSystem_IsBeaconNameInMapDB) == 0x000018, "Wrong size on MapSubSystem_IsBeaconNameInMapDB"); \ static_assert(offsetof(MapSubSystem_IsBeaconNameInMapDB, BeaconName) == 0x000000, "Member 'MapSubSystem_IsBeaconNameInMapDB::BeaconName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_IsBeaconNameInMapDB, ReturnValue) == 0x000010, "Member 'MapSubSystem_IsBeaconNameInMapDB::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsDungeon \ static_assert(alignof(MapSubSystem_IsDungeon) == 0x000001, "Wrong alignment on MapSubSystem_IsDungeon"); \ static_assert(sizeof(MapSubSystem_IsDungeon) == 0x000001, "Wrong size on MapSubSystem_IsDungeon"); \ static_assert(offsetof(MapSubSystem_IsDungeon, ReturnValue) == 0x000000, "Member 'MapSubSystem_IsDungeon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsDungeonLevel \ static_assert(alignof(MapSubSystem_IsDungeonLevel) == 0x000008, "Wrong alignment on MapSubSystem_IsDungeonLevel"); \ static_assert(sizeof(MapSubSystem_IsDungeonLevel) == 0x000018, "Wrong size on MapSubSystem_IsDungeonLevel"); \ static_assert(offsetof(MapSubSystem_IsDungeonLevel, LevelName) == 0x000000, "Member 'MapSubSystem_IsDungeonLevel::LevelName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_IsDungeonLevel, ReturnValue) == 0x000010, "Member 'MapSubSystem_IsDungeonLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsDungeonMap \ static_assert(alignof(MapSubSystem_IsDungeonMap) == 0x000001, "Wrong alignment on MapSubSystem_IsDungeonMap"); \ static_assert(sizeof(MapSubSystem_IsDungeonMap) == 0x000001, "Wrong size on MapSubSystem_IsDungeonMap"); \ static_assert(offsetof(MapSubSystem_IsDungeonMap, ReturnValue) == 0x000000, "Member 'MapSubSystem_IsDungeonMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsExclusiveMissionActive \ static_assert(alignof(MapSubSystem_IsExclusiveMissionActive) == 0x000001, "Wrong alignment on MapSubSystem_IsExclusiveMissionActive"); \ static_assert(sizeof(MapSubSystem_IsExclusiveMissionActive) == 0x000001, "Wrong size on MapSubSystem_IsExclusiveMissionActive"); \ static_assert(offsetof(MapSubSystem_IsExclusiveMissionActive, ReturnValue) == 0x000000, "Member 'MapSubSystem_IsExclusiveMissionActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsFromDungeon \ static_assert(alignof(MapSubSystem_IsFromDungeon) == 0x000001, "Wrong alignment on MapSubSystem_IsFromDungeon"); \ static_assert(sizeof(MapSubSystem_IsFromDungeon) == 0x000001, "Wrong size on MapSubSystem_IsFromDungeon"); \ static_assert(offsetof(MapSubSystem_IsFromDungeon, ReturnValue) == 0x000000, "Member 'MapSubSystem_IsFromDungeon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsFromOverland \ static_assert(alignof(MapSubSystem_IsFromOverland) == 0x000001, "Wrong alignment on MapSubSystem_IsFromOverland"); \ static_assert(sizeof(MapSubSystem_IsFromOverland) == 0x000001, "Wrong size on MapSubSystem_IsFromOverland"); \ static_assert(offsetof(MapSubSystem_IsFromOverland, ReturnValue) == 0x000000, "Member 'MapSubSystem_IsFromOverland::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsFTPointValidPreFIG01b \ static_assert(alignof(MapSubSystem_IsFTPointValidPreFIG01b) == 0x000008, "Wrong alignment on MapSubSystem_IsFTPointValidPreFIG01b"); \ static_assert(sizeof(MapSubSystem_IsFTPointValidPreFIG01b) == 0x000018, "Wrong size on MapSubSystem_IsFTPointValidPreFIG01b"); \ static_assert(offsetof(MapSubSystem_IsFTPointValidPreFIG01b, FTLocationID) == 0x000000, "Member 'MapSubSystem_IsFTPointValidPreFIG01b::FTLocationID' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_IsFTPointValidPreFIG01b, ReturnValue) == 0x000010, "Member 'MapSubSystem_IsFTPointValidPreFIG01b::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsHogsmeade \ static_assert(alignof(MapSubSystem_IsHogsmeade) == 0x000001, "Wrong alignment on MapSubSystem_IsHogsmeade"); \ static_assert(sizeof(MapSubSystem_IsHogsmeade) == 0x000001, "Wrong size on MapSubSystem_IsHogsmeade"); \ static_assert(offsetof(MapSubSystem_IsHogsmeade, ReturnValue) == 0x000000, "Member 'MapSubSystem_IsHogsmeade::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsHogsmeadeLevel \ static_assert(alignof(MapSubSystem_IsHogsmeadeLevel) == 0x000008, "Wrong alignment on MapSubSystem_IsHogsmeadeLevel"); \ static_assert(sizeof(MapSubSystem_IsHogsmeadeLevel) == 0x000018, "Wrong size on MapSubSystem_IsHogsmeadeLevel"); \ static_assert(offsetof(MapSubSystem_IsHogsmeadeLevel, LevelName) == 0x000000, "Member 'MapSubSystem_IsHogsmeadeLevel::LevelName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_IsHogsmeadeLevel, ReturnValue) == 0x000010, "Member 'MapSubSystem_IsHogsmeadeLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsHogwarts \ static_assert(alignof(MapSubSystem_IsHogwarts) == 0x000001, "Wrong alignment on MapSubSystem_IsHogwarts"); \ static_assert(sizeof(MapSubSystem_IsHogwarts) == 0x000001, "Wrong size on MapSubSystem_IsHogwarts"); \ static_assert(offsetof(MapSubSystem_IsHogwarts, ReturnValue) == 0x000000, "Member 'MapSubSystem_IsHogwarts::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsHogwartsLevel \ static_assert(alignof(MapSubSystem_IsHogwartsLevel) == 0x000008, "Wrong alignment on MapSubSystem_IsHogwartsLevel"); \ static_assert(sizeof(MapSubSystem_IsHogwartsLevel) == 0x000018, "Wrong size on MapSubSystem_IsHogwartsLevel"); \ static_assert(offsetof(MapSubSystem_IsHogwartsLevel, LevelName) == 0x000000, "Member 'MapSubSystem_IsHogwartsLevel::LevelName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_IsHogwartsLevel, ReturnValue) == 0x000010, "Member 'MapSubSystem_IsHogwartsLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsHolo \ static_assert(alignof(MapSubSystem_IsHolo) == 0x000001, "Wrong alignment on MapSubSystem_IsHolo"); \ static_assert(sizeof(MapSubSystem_IsHolo) == 0x000001, "Wrong size on MapSubSystem_IsHolo"); \ static_assert(offsetof(MapSubSystem_IsHolo, ReturnValue) == 0x000000, "Member 'MapSubSystem_IsHolo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsHoloLevel \ static_assert(alignof(MapSubSystem_IsHoloLevel) == 0x000008, "Wrong alignment on MapSubSystem_IsHoloLevel"); \ static_assert(sizeof(MapSubSystem_IsHoloLevel) == 0x000018, "Wrong size on MapSubSystem_IsHoloLevel"); \ static_assert(offsetof(MapSubSystem_IsHoloLevel, LevelName) == 0x000000, "Member 'MapSubSystem_IsHoloLevel::LevelName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_IsHoloLevel, ReturnValue) == 0x000010, "Member 'MapSubSystem_IsHoloLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsMapActive \ static_assert(alignof(MapSubSystem_IsMapActive) == 0x000001, "Wrong alignment on MapSubSystem_IsMapActive"); \ static_assert(sizeof(MapSubSystem_IsMapActive) == 0x000001, "Wrong size on MapSubSystem_IsMapActive"); \ static_assert(offsetof(MapSubSystem_IsMapActive, ReturnValue) == 0x000000, "Member 'MapSubSystem_IsMapActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsMapReady \ static_assert(alignof(MapSubSystem_IsMapReady) == 0x000001, "Wrong alignment on MapSubSystem_IsMapReady"); \ static_assert(sizeof(MapSubSystem_IsMapReady) == 0x000001, "Wrong size on MapSubSystem_IsMapReady"); \ static_assert(offsetof(MapSubSystem_IsMapReady, ReturnValue) == 0x000000, "Member 'MapSubSystem_IsMapReady::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsMapReadyCalled \ static_assert(alignof(MapSubSystem_IsMapReadyCalled) == 0x000001, "Wrong alignment on MapSubSystem_IsMapReadyCalled"); \ static_assert(sizeof(MapSubSystem_IsMapReadyCalled) == 0x000001, "Wrong size on MapSubSystem_IsMapReadyCalled"); \ static_assert(offsetof(MapSubSystem_IsMapReadyCalled, ReturnValue) == 0x000000, "Member 'MapSubSystem_IsMapReadyCalled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsOverland \ static_assert(alignof(MapSubSystem_IsOverland) == 0x000001, "Wrong alignment on MapSubSystem_IsOverland"); \ static_assert(sizeof(MapSubSystem_IsOverland) == 0x000001, "Wrong size on MapSubSystem_IsOverland"); \ static_assert(offsetof(MapSubSystem_IsOverland, ReturnValue) == 0x000000, "Member 'MapSubSystem_IsOverland::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsOverlandLevel \ static_assert(alignof(MapSubSystem_IsOverlandLevel) == 0x000008, "Wrong alignment on MapSubSystem_IsOverlandLevel"); \ static_assert(sizeof(MapSubSystem_IsOverlandLevel) == 0x000018, "Wrong size on MapSubSystem_IsOverlandLevel"); \ static_assert(offsetof(MapSubSystem_IsOverlandLevel, LevelName) == 0x000000, "Member 'MapSubSystem_IsOverlandLevel::LevelName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_IsOverlandLevel, ReturnValue) == 0x000010, "Member 'MapSubSystem_IsOverlandLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsPathDisplayEnabled \ static_assert(alignof(MapSubSystem_IsPathDisplayEnabled) == 0x000001, "Wrong alignment on MapSubSystem_IsPathDisplayEnabled"); \ static_assert(sizeof(MapSubSystem_IsPathDisplayEnabled) == 0x000001, "Wrong size on MapSubSystem_IsPathDisplayEnabled"); \ static_assert(offsetof(MapSubSystem_IsPathDisplayEnabled, ReturnValue) == 0x000000, "Member 'MapSubSystem_IsPathDisplayEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsSanctuary \ static_assert(alignof(MapSubSystem_IsSanctuary) == 0x000001, "Wrong alignment on MapSubSystem_IsSanctuary"); \ static_assert(sizeof(MapSubSystem_IsSanctuary) == 0x000001, "Wrong size on MapSubSystem_IsSanctuary"); \ static_assert(offsetof(MapSubSystem_IsSanctuary, ReturnValue) == 0x000000, "Member 'MapSubSystem_IsSanctuary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsSanctuaryLevel \ static_assert(alignof(MapSubSystem_IsSanctuaryLevel) == 0x000008, "Wrong alignment on MapSubSystem_IsSanctuaryLevel"); \ static_assert(sizeof(MapSubSystem_IsSanctuaryLevel) == 0x000018, "Wrong size on MapSubSystem_IsSanctuaryLevel"); \ static_assert(offsetof(MapSubSystem_IsSanctuaryLevel, LevelName) == 0x000000, "Member 'MapSubSystem_IsSanctuaryLevel::LevelName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_IsSanctuaryLevel, ReturnValue) == 0x000010, "Member 'MapSubSystem_IsSanctuaryLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsTent \ static_assert(alignof(MapSubSystem_IsTent) == 0x000001, "Wrong alignment on MapSubSystem_IsTent"); \ static_assert(sizeof(MapSubSystem_IsTent) == 0x000001, "Wrong size on MapSubSystem_IsTent"); \ static_assert(offsetof(MapSubSystem_IsTent, ReturnValue) == 0x000000, "Member 'MapSubSystem_IsTent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsTentLevel \ static_assert(alignof(MapSubSystem_IsTentLevel) == 0x000008, "Wrong alignment on MapSubSystem_IsTentLevel"); \ static_assert(sizeof(MapSubSystem_IsTentLevel) == 0x000018, "Wrong size on MapSubSystem_IsTentLevel"); \ static_assert(offsetof(MapSubSystem_IsTentLevel, LevelName) == 0x000000, "Member 'MapSubSystem_IsTentLevel::LevelName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_IsTentLevel, ReturnValue) == 0x000010, "Member 'MapSubSystem_IsTentLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsTutorial \ static_assert(alignof(MapSubSystem_IsTutorial) == 0x000001, "Wrong alignment on MapSubSystem_IsTutorial"); \ static_assert(sizeof(MapSubSystem_IsTutorial) == 0x000001, "Wrong size on MapSubSystem_IsTutorial"); \ static_assert(offsetof(MapSubSystem_IsTutorial, ReturnValue) == 0x000000, "Member 'MapSubSystem_IsTutorial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_IsTutorialLevel \ static_assert(alignof(MapSubSystem_IsTutorialLevel) == 0x000008, "Wrong alignment on MapSubSystem_IsTutorialLevel"); \ static_assert(sizeof(MapSubSystem_IsTutorialLevel) == 0x000018, "Wrong size on MapSubSystem_IsTutorialLevel"); \ static_assert(offsetof(MapSubSystem_IsTutorialLevel, LevelName) == 0x000000, "Member 'MapSubSystem_IsTutorialLevel::LevelName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_IsTutorialLevel, ReturnValue) == 0x000010, "Member 'MapSubSystem_IsTutorialLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_LoadFieldGuideLevels \ static_assert(alignof(MapSubSystem_LoadFieldGuideLevels) == 0x000001, "Wrong alignment on MapSubSystem_LoadFieldGuideLevels"); \ static_assert(sizeof(MapSubSystem_LoadFieldGuideLevels) == 0x000001, "Wrong size on MapSubSystem_LoadFieldGuideLevels"); \ static_assert(offsetof(MapSubSystem_LoadFieldGuideLevels, ReturnValue) == 0x000000, "Member 'MapSubSystem_LoadFieldGuideLevels::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_LoadGameLevel \ static_assert(alignof(MapSubSystem_LoadGameLevel) == 0x000008, "Wrong alignment on MapSubSystem_LoadGameLevel"); \ static_assert(sizeof(MapSubSystem_LoadGameLevel) == 0x000010, "Wrong size on MapSubSystem_LoadGameLevel"); \ static_assert(offsetof(MapSubSystem_LoadGameLevel, LevelName) == 0x000000, "Member 'MapSubSystem_LoadGameLevel::LevelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_LoadLevels \ static_assert(alignof(MapSubSystem_LoadLevels) == 0x000001, "Wrong alignment on MapSubSystem_LoadLevels"); \ static_assert(sizeof(MapSubSystem_LoadLevels) == 0x000001, "Wrong size on MapSubSystem_LoadLevels"); \ static_assert(offsetof(MapSubSystem_LoadLevels, ReturnValue) == 0x000000, "Member 'MapSubSystem_LoadLevels::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_Locate \ static_assert(alignof(MapSubSystem_Locate) == 0x000008, "Wrong alignment on MapSubSystem_Locate"); \ static_assert(sizeof(MapSubSystem_Locate) == 0x000030, "Wrong size on MapSubSystem_Locate"); \ static_assert(offsetof(MapSubSystem_Locate, ItemToLocate) == 0x000000, "Member 'MapSubSystem_Locate::ItemToLocate' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_Locate, Category) == 0x000010, "Member 'MapSubSystem_Locate::Category' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_Locate, OnMap) == 0x000020, "Member 'MapSubSystem_Locate::OnMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapAddAreaBeaconAtPlayerLocation \ static_assert(alignof(MapSubSystem_MapAddAreaBeaconAtPlayerLocation) == 0x000004, "Wrong alignment on MapSubSystem_MapAddAreaBeaconAtPlayerLocation"); \ static_assert(sizeof(MapSubSystem_MapAddAreaBeaconAtPlayerLocation) == 0x000008, "Wrong size on MapSubSystem_MapAddAreaBeaconAtPlayerLocation"); \ static_assert(offsetof(MapSubSystem_MapAddAreaBeaconAtPlayerLocation, Radius) == 0x000000, "Member 'MapSubSystem_MapAddAreaBeaconAtPlayerLocation::Radius' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapAddAreaBeaconAtPlayerLocation, ReturnValue) == 0x000004, "Member 'MapSubSystem_MapAddAreaBeaconAtPlayerLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapAddDynamicBeacon \ static_assert(alignof(MapSubSystem_MapAddDynamicBeacon) == 0x000004, "Wrong alignment on MapSubSystem_MapAddDynamicBeacon"); \ static_assert(sizeof(MapSubSystem_MapAddDynamicBeacon) == 0x000024, "Wrong size on MapSubSystem_MapAddDynamicBeacon"); \ static_assert(offsetof(MapSubSystem_MapAddDynamicBeacon, BeaconType) == 0x000000, "Member 'MapSubSystem_MapAddDynamicBeacon::BeaconType' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapAddDynamicBeacon, BeaconName) == 0x000004, "Member 'MapSubSystem_MapAddDynamicBeacon::BeaconName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapAddDynamicBeacon, BeaconIcon) == 0x00000C, "Member 'MapSubSystem_MapAddDynamicBeacon::BeaconIcon' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapAddDynamicBeacon, X) == 0x000014, "Member 'MapSubSystem_MapAddDynamicBeacon::X' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapAddDynamicBeacon, Y) == 0x000018, "Member 'MapSubSystem_MapAddDynamicBeacon::Y' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapAddDynamicBeacon, Z) == 0x00001C, "Member 'MapSubSystem_MapAddDynamicBeacon::Z' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapAddDynamicBeacon, ReturnValue) == 0x000020, "Member 'MapSubSystem_MapAddDynamicBeacon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapAlwaysDefaultToOverlandMap \ static_assert(alignof(MapSubSystem_MapAlwaysDefaultToOverlandMap) == 0x000004, "Wrong alignment on MapSubSystem_MapAlwaysDefaultToOverlandMap"); \ static_assert(sizeof(MapSubSystem_MapAlwaysDefaultToOverlandMap) == 0x000004, "Wrong size on MapSubSystem_MapAlwaysDefaultToOverlandMap"); \ static_assert(offsetof(MapSubSystem_MapAlwaysDefaultToOverlandMap, Value) == 0x000000, "Member 'MapSubSystem_MapAlwaysDefaultToOverlandMap::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapAlwaysShowDemiguise \ static_assert(alignof(MapSubSystem_MapAlwaysShowDemiguise) == 0x000004, "Wrong alignment on MapSubSystem_MapAlwaysShowDemiguise"); \ static_assert(sizeof(MapSubSystem_MapAlwaysShowDemiguise) == 0x000004, "Wrong size on MapSubSystem_MapAlwaysShowDemiguise"); \ static_assert(offsetof(MapSubSystem_MapAlwaysShowDemiguise, ShowDemiguise) == 0x000000, "Member 'MapSubSystem_MapAlwaysShowDemiguise::ShowDemiguise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapAlwaysShowMerlin \ static_assert(alignof(MapSubSystem_MapAlwaysShowMerlin) == 0x000004, "Wrong alignment on MapSubSystem_MapAlwaysShowMerlin"); \ static_assert(sizeof(MapSubSystem_MapAlwaysShowMerlin) == 0x000004, "Wrong size on MapSubSystem_MapAlwaysShowMerlin"); \ static_assert(offsetof(MapSubSystem_MapAlwaysShowMerlin, ShowMerlin) == 0x000000, "Member 'MapSubSystem_MapAlwaysShowMerlin::ShowMerlin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapDoKnowledgeCard \ static_assert(alignof(MapSubSystem_MapDoKnowledgeCard) == 0x000008, "Wrong alignment on MapSubSystem_MapDoKnowledgeCard"); \ static_assert(sizeof(MapSubSystem_MapDoKnowledgeCard) == 0x000010, "Wrong size on MapSubSystem_MapDoKnowledgeCard"); \ static_assert(offsetof(MapSubSystem_MapDoKnowledgeCard, Item) == 0x000000, "Member 'MapSubSystem_MapDoKnowledgeCard::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapHideIcons \ static_assert(alignof(MapSubSystem_MapHideIcons) == 0x000004, "Wrong alignment on MapSubSystem_MapHideIcons"); \ static_assert(sizeof(MapSubSystem_MapHideIcons) == 0x000004, "Wrong size on MapSubSystem_MapHideIcons"); \ static_assert(offsetof(MapSubSystem_MapHideIcons, Value) == 0x000000, "Member 'MapSubSystem_MapHideIcons::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapIconTextureCallback \ static_assert(alignof(MapSubSystem_MapIconTextureCallback) == 0x000008, "Wrong alignment on MapSubSystem_MapIconTextureCallback"); \ static_assert(sizeof(MapSubSystem_MapIconTextureCallback) == 0x000010, "Wrong size on MapSubSystem_MapIconTextureCallback"); \ static_assert(offsetof(MapSubSystem_MapIconTextureCallback, Texture) == 0x000000, "Member 'MapSubSystem_MapIconTextureCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapIconTextureCallback, Param) == 0x000008, "Member 'MapSubSystem_MapIconTextureCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapLerpToIcon \ static_assert(alignof(MapSubSystem_MapLerpToIcon) == 0x000004, "Wrong alignment on MapSubSystem_MapLerpToIcon"); \ static_assert(sizeof(MapSubSystem_MapLerpToIcon) == 0x000010, "Wrong size on MapSubSystem_MapLerpToIcon"); \ static_assert(offsetof(MapSubSystem_MapLerpToIcon, X) == 0x000000, "Member 'MapSubSystem_MapLerpToIcon::X' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapLerpToIcon, Y) == 0x000004, "Member 'MapSubSystem_MapLerpToIcon::Y' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapLerpToIcon, Z) == 0x000008, "Member 'MapSubSystem_MapLerpToIcon::Z' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapLerpToIcon, Speed) == 0x00000C, "Member 'MapSubSystem_MapLerpToIcon::Speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapMoveToTier \ static_assert(alignof(MapSubSystem_MapMoveToTier) == 0x000004, "Wrong alignment on MapSubSystem_MapMoveToTier"); \ static_assert(sizeof(MapSubSystem_MapMoveToTier) == 0x000008, "Wrong size on MapSubSystem_MapMoveToTier"); \ static_assert(offsetof(MapSubSystem_MapMoveToTier, tierValue) == 0x000000, "Member 'MapSubSystem_MapMoveToTier::tierValue' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapMoveToTier, Time) == 0x000004, "Member 'MapSubSystem_MapMoveToTier::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapOpenFieldGuideTest \ static_assert(alignof(MapSubSystem_MapOpenFieldGuideTest) == 0x000004, "Wrong alignment on MapSubSystem_MapOpenFieldGuideTest"); \ static_assert(sizeof(MapSubSystem_MapOpenFieldGuideTest) == 0x000004, "Wrong size on MapSubSystem_MapOpenFieldGuideTest"); \ static_assert(offsetof(MapSubSystem_MapOpenFieldGuideTest, DoFastTravel) == 0x000000, "Member 'MapSubSystem_MapOpenFieldGuideTest::DoFastTravel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapSendHermes \ static_assert(alignof(MapSubSystem_MapSendHermes) == 0x000004, "Wrong alignment on MapSubSystem_MapSendHermes"); \ static_assert(sizeof(MapSubSystem_MapSendHermes) == 0x000008, "Wrong size on MapSubSystem_MapSendHermes"); \ static_assert(offsetof(MapSubSystem_MapSendHermes, MessageName) == 0x000000, "Member 'MapSubSystem_MapSendHermes::MessageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapSendHermesString \ static_assert(alignof(MapSubSystem_MapSendHermesString) == 0x000004, "Wrong alignment on MapSubSystem_MapSendHermesString"); \ static_assert(sizeof(MapSubSystem_MapSendHermesString) == 0x000010, "Wrong size on MapSubSystem_MapSendHermesString"); \ static_assert(offsetof(MapSubSystem_MapSendHermesString, MessageName) == 0x000000, "Member 'MapSubSystem_MapSendHermesString::MessageName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapSendHermesString, Parameter) == 0x000008, "Member 'MapSubSystem_MapSendHermesString::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapSetBeaconState \ static_assert(alignof(MapSubSystem_MapSetBeaconState) == 0x000001, "Wrong alignment on MapSubSystem_MapSetBeaconState"); \ static_assert(sizeof(MapSubSystem_MapSetBeaconState) == 0x000002, "Wrong size on MapSubSystem_MapSetBeaconState"); \ static_assert(offsetof(MapSubSystem_MapSetBeaconState, BeaconType) == 0x000000, "Member 'MapSubSystem_MapSetBeaconState::BeaconType' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapSetBeaconState, BeaconState) == 0x000001, "Member 'MapSubSystem_MapSetBeaconState::BeaconState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapSetIconSize \ static_assert(alignof(MapSubSystem_MapSetIconSize) == 0x000004, "Wrong alignment on MapSubSystem_MapSetIconSize"); \ static_assert(sizeof(MapSubSystem_MapSetIconSize) == 0x000004, "Wrong size on MapSubSystem_MapSetIconSize"); \ static_assert(offsetof(MapSubSystem_MapSetIconSize, size) == 0x000000, "Member 'MapSubSystem_MapSetIconSize::size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapSetIsFromFieldGuide \ static_assert(alignof(MapSubSystem_MapSetIsFromFieldGuide) == 0x000004, "Wrong alignment on MapSubSystem_MapSetIsFromFieldGuide"); \ static_assert(sizeof(MapSubSystem_MapSetIsFromFieldGuide) == 0x000004, "Wrong size on MapSubSystem_MapSetIsFromFieldGuide"); \ static_assert(offsetof(MapSubSystem_MapSetIsFromFieldGuide, Value) == 0x000000, "Member 'MapSubSystem_MapSetIsFromFieldGuide::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapShowIconsWithoutRegions \ static_assert(alignof(MapSubSystem_MapShowIconsWithoutRegions) == 0x000004, "Wrong alignment on MapSubSystem_MapShowIconsWithoutRegions"); \ static_assert(sizeof(MapSubSystem_MapShowIconsWithoutRegions) == 0x000004, "Wrong size on MapSubSystem_MapShowIconsWithoutRegions"); \ static_assert(offsetof(MapSubSystem_MapShowIconsWithoutRegions, Value) == 0x000000, "Member 'MapSubSystem_MapShowIconsWithoutRegions::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapSpawnFX \ static_assert(alignof(MapSubSystem_MapSpawnFX) == 0x000004, "Wrong alignment on MapSubSystem_MapSpawnFX"); \ static_assert(sizeof(MapSubSystem_MapSpawnFX) == 0x000020, "Wrong size on MapSubSystem_MapSpawnFX"); \ static_assert(offsetof(MapSubSystem_MapSpawnFX, FXName) == 0x000000, "Member 'MapSubSystem_MapSpawnFX::FXName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapSpawnFX, X) == 0x000008, "Member 'MapSubSystem_MapSpawnFX::X' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapSpawnFX, Y) == 0x00000C, "Member 'MapSubSystem_MapSpawnFX::Y' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapSpawnFX, Z) == 0x000010, "Member 'MapSubSystem_MapSpawnFX::Z' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapSpawnFX, SX) == 0x000014, "Member 'MapSubSystem_MapSpawnFX::SX' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapSpawnFX, SY) == 0x000018, "Member 'MapSubSystem_MapSpawnFX::SY' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapSpawnFX, SZ) == 0x00001C, "Member 'MapSubSystem_MapSpawnFX::SZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapSpawnFXChain \ static_assert(alignof(MapSubSystem_MapSpawnFXChain) == 0x000004, "Wrong alignment on MapSubSystem_MapSpawnFXChain"); \ static_assert(sizeof(MapSubSystem_MapSpawnFXChain) == 0x000020, "Wrong size on MapSubSystem_MapSpawnFXChain"); \ static_assert(offsetof(MapSubSystem_MapSpawnFXChain, FXChainName) == 0x000000, "Member 'MapSubSystem_MapSpawnFXChain::FXChainName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapSpawnFXChain, X) == 0x000008, "Member 'MapSubSystem_MapSpawnFXChain::X' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapSpawnFXChain, Y) == 0x00000C, "Member 'MapSubSystem_MapSpawnFXChain::Y' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapSpawnFXChain, Z) == 0x000010, "Member 'MapSubSystem_MapSpawnFXChain::Z' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapSpawnFXChain, SX) == 0x000014, "Member 'MapSubSystem_MapSpawnFXChain::SX' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapSpawnFXChain, SY) == 0x000018, "Member 'MapSubSystem_MapSpawnFXChain::SY' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapSpawnFXChain, SZ) == 0x00001C, "Member 'MapSubSystem_MapSpawnFXChain::SZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapTeleportToLocation \ static_assert(alignof(MapSubSystem_MapTeleportToLocation) == 0x000008, "Wrong alignment on MapSubSystem_MapTeleportToLocation"); \ static_assert(sizeof(MapSubSystem_MapTeleportToLocation) == 0x000018, "Wrong size on MapSubSystem_MapTeleportToLocation"); \ static_assert(offsetof(MapSubSystem_MapTeleportToLocation, pName) == 0x000000, "Member 'MapSubSystem_MapTeleportToLocation::pName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapTeleportToLocation, pTeleportType) == 0x000010, "Member 'MapSubSystem_MapTeleportToLocation::pTeleportType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapTestRegionSaturation \ static_assert(alignof(MapSubSystem_MapTestRegionSaturation) == 0x000004, "Wrong alignment on MapSubSystem_MapTestRegionSaturation"); \ static_assert(sizeof(MapSubSystem_MapTestRegionSaturation) == 0x000008, "Wrong size on MapSubSystem_MapTestRegionSaturation"); \ static_assert(offsetof(MapSubSystem_MapTestRegionSaturation, Region) == 0x000000, "Member 'MapSubSystem_MapTestRegionSaturation::Region' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapToggleFogDrawMode \ static_assert(alignof(MapSubSystem_MapToggleFogDrawMode) == 0x000004, "Wrong alignment on MapSubSystem_MapToggleFogDrawMode"); \ static_assert(sizeof(MapSubSystem_MapToggleFogDrawMode) == 0x000004, "Wrong size on MapSubSystem_MapToggleFogDrawMode"); \ static_assert(offsetof(MapSubSystem_MapToggleFogDrawMode, DrawMode) == 0x000000, "Member 'MapSubSystem_MapToggleFogDrawMode::DrawMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapToggleIconStacking \ static_assert(alignof(MapSubSystem_MapToggleIconStacking) == 0x000004, "Wrong alignment on MapSubSystem_MapToggleIconStacking"); \ static_assert(sizeof(MapSubSystem_MapToggleIconStacking) == 0x000004, "Wrong size on MapSubSystem_MapToggleIconStacking"); \ static_assert(offsetof(MapSubSystem_MapToggleIconStacking, Value) == 0x000000, "Member 'MapSubSystem_MapToggleIconStacking::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapToggleRegionSplineDots \ static_assert(alignof(MapSubSystem_MapToggleRegionSplineDots) == 0x000004, "Wrong alignment on MapSubSystem_MapToggleRegionSplineDots"); \ static_assert(sizeof(MapSubSystem_MapToggleRegionSplineDots) == 0x000004, "Wrong size on MapSubSystem_MapToggleRegionSplineDots"); \ static_assert(offsetof(MapSubSystem_MapToggleRegionSplineDots, Value) == 0x000000, "Member 'MapSubSystem_MapToggleRegionSplineDots::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapTurnOnAllMapLocations \ static_assert(alignof(MapSubSystem_MapTurnOnAllMapLocations) == 0x000004, "Wrong alignment on MapSubSystem_MapTurnOnAllMapLocations"); \ static_assert(sizeof(MapSubSystem_MapTurnOnAllMapLocations) == 0x00000C, "Wrong size on MapSubSystem_MapTurnOnAllMapLocations"); \ static_assert(offsetof(MapSubSystem_MapTurnOnAllMapLocations, Filter) == 0x000000, "Member 'MapSubSystem_MapTurnOnAllMapLocations::Filter' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapTurnOnAllMapLocations, pSetStateToShown) == 0x000008, "Member 'MapSubSystem_MapTurnOnAllMapLocations::pSetStateToShown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapTurnOnCollisionSphere \ static_assert(alignof(MapSubSystem_MapTurnOnCollisionSphere) == 0x000004, "Wrong alignment on MapSubSystem_MapTurnOnCollisionSphere"); \ static_assert(sizeof(MapSubSystem_MapTurnOnCollisionSphere) == 0x000004, "Wrong size on MapSubSystem_MapTurnOnCollisionSphere"); \ static_assert(offsetof(MapSubSystem_MapTurnOnCollisionSphere, Value) == 0x000000, "Member 'MapSubSystem_MapTurnOnCollisionSphere::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapTurnOnCompletionMessages \ static_assert(alignof(MapSubSystem_MapTurnOnCompletionMessages) == 0x000004, "Wrong alignment on MapSubSystem_MapTurnOnCompletionMessages"); \ static_assert(sizeof(MapSubSystem_MapTurnOnCompletionMessages) == 0x000004, "Wrong size on MapSubSystem_MapTurnOnCompletionMessages"); \ static_assert(offsetof(MapSubSystem_MapTurnOnCompletionMessages, Value) == 0x000000, "Member 'MapSubSystem_MapTurnOnCompletionMessages::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapTurnOnDebugCamera \ static_assert(alignof(MapSubSystem_MapTurnOnDebugCamera) == 0x000004, "Wrong alignment on MapSubSystem_MapTurnOnDebugCamera"); \ static_assert(sizeof(MapSubSystem_MapTurnOnDebugCamera) == 0x000004, "Wrong size on MapSubSystem_MapTurnOnDebugCamera"); \ static_assert(offsetof(MapSubSystem_MapTurnOnDebugCamera, Value) == 0x000000, "Member 'MapSubSystem_MapTurnOnDebugCamera::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapUnlockAllMapIcons \ static_assert(alignof(MapSubSystem_MapUnlockAllMapIcons) == 0x000004, "Wrong alignment on MapSubSystem_MapUnlockAllMapIcons"); \ static_assert(sizeof(MapSubSystem_MapUnlockAllMapIcons) == 0x000004, "Wrong size on MapSubSystem_MapUnlockAllMapIcons"); \ static_assert(offsetof(MapSubSystem_MapUnlockAllMapIcons, Type) == 0x000000, "Member 'MapSubSystem_MapUnlockAllMapIcons::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MapVerifyBeacons \ static_assert(alignof(MapSubSystem_MapVerifyBeacons) == 0x000004, "Wrong alignment on MapSubSystem_MapVerifyBeacons"); \ static_assert(sizeof(MapSubSystem_MapVerifyBeacons) == 0x00000C, "Wrong size on MapSubSystem_MapVerifyBeacons"); \ static_assert(offsetof(MapSubSystem_MapVerifyBeacons, LocationIndex) == 0x000000, "Member 'MapSubSystem_MapVerifyBeacons::LocationIndex' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapVerifyBeacons, pTeleportType) == 0x000004, "Member 'MapSubSystem_MapVerifyBeacons::pTeleportType' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MapVerifyBeacons, pEndIndex) == 0x000008, "Member 'MapSubSystem_MapVerifyBeacons::pEndIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapActivateIntrusionArea \ static_assert(alignof(MapSubSystem_MiniMapActivateIntrusionArea) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapActivateIntrusionArea"); \ static_assert(sizeof(MapSubSystem_MiniMapActivateIntrusionArea) == 0x000008, "Wrong size on MapSubSystem_MiniMapActivateIntrusionArea"); \ static_assert(offsetof(MapSubSystem_MiniMapActivateIntrusionArea, IntrusionVolumeActorName) == 0x000000, "Member 'MapSubSystem_MiniMapActivateIntrusionArea::IntrusionVolumeActorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapAlwaysShowFastTravelIcons \ static_assert(alignof(MapSubSystem_MiniMapAlwaysShowFastTravelIcons) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapAlwaysShowFastTravelIcons"); \ static_assert(sizeof(MapSubSystem_MiniMapAlwaysShowFastTravelIcons) == 0x000004, "Wrong size on MapSubSystem_MiniMapAlwaysShowFastTravelIcons"); \ static_assert(offsetof(MapSubSystem_MiniMapAlwaysShowFastTravelIcons, Value) == 0x000000, "Member 'MapSubSystem_MiniMapAlwaysShowFastTravelIcons::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapDeactivateIntrusionArea \ static_assert(alignof(MapSubSystem_MiniMapDeactivateIntrusionArea) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapDeactivateIntrusionArea"); \ static_assert(sizeof(MapSubSystem_MiniMapDeactivateIntrusionArea) == 0x000008, "Wrong size on MapSubSystem_MiniMapDeactivateIntrusionArea"); \ static_assert(offsetof(MapSubSystem_MiniMapDeactivateIntrusionArea, IntrusionVolumeActorName) == 0x000000, "Member 'MapSubSystem_MiniMapDeactivateIntrusionArea::IntrusionVolumeActorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapDebugMap \ static_assert(alignof(MapSubSystem_MiniMapDebugMap) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapDebugMap"); \ static_assert(sizeof(MapSubSystem_MiniMapDebugMap) == 0x000008, "Wrong size on MapSubSystem_MiniMapDebugMap"); \ static_assert(offsetof(MapSubSystem_MiniMapDebugMap, MapName) == 0x000000, "Member 'MapSubSystem_MiniMapDebugMap::MapName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapDungeonDebug \ static_assert(alignof(MapSubSystem_MiniMapDungeonDebug) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapDungeonDebug"); \ static_assert(sizeof(MapSubSystem_MiniMapDungeonDebug) == 0x000004, "Wrong size on MapSubSystem_MiniMapDungeonDebug"); \ static_assert(offsetof(MapSubSystem_MiniMapDungeonDebug, Value) == 0x000000, "Member 'MapSubSystem_MiniMapDungeonDebug::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapDungeonEnableFogOfWar \ static_assert(alignof(MapSubSystem_MiniMapDungeonEnableFogOfWar) == 0x000001, "Wrong alignment on MapSubSystem_MiniMapDungeonEnableFogOfWar"); \ static_assert(sizeof(MapSubSystem_MiniMapDungeonEnableFogOfWar) == 0x000001, "Wrong size on MapSubSystem_MiniMapDungeonEnableFogOfWar"); \ static_assert(offsetof(MapSubSystem_MiniMapDungeonEnableFogOfWar, Enable) == 0x000000, "Member 'MapSubSystem_MiniMapDungeonEnableFogOfWar::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapDungeonSetPartialTextureUpdate \ static_assert(alignof(MapSubSystem_MiniMapDungeonSetPartialTextureUpdate) == 0x000001, "Wrong alignment on MapSubSystem_MiniMapDungeonSetPartialTextureUpdate"); \ static_assert(sizeof(MapSubSystem_MiniMapDungeonSetPartialTextureUpdate) == 0x000001, "Wrong size on MapSubSystem_MiniMapDungeonSetPartialTextureUpdate"); \ static_assert(offsetof(MapSubSystem_MiniMapDungeonSetPartialTextureUpdate, Enable) == 0x000000, "Member 'MapSubSystem_MiniMapDungeonSetPartialTextureUpdate::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapQuickFade \ static_assert(alignof(MapSubSystem_MiniMapQuickFade) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapQuickFade"); \ static_assert(sizeof(MapSubSystem_MiniMapQuickFade) == 0x000004, "Wrong size on MapSubSystem_MiniMapQuickFade"); \ static_assert(offsetof(MapSubSystem_MiniMapQuickFade, Reveal) == 0x000000, "Member 'MapSubSystem_MiniMapQuickFade::Reveal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapReveal \ static_assert(alignof(MapSubSystem_MiniMapReveal) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapReveal"); \ static_assert(sizeof(MapSubSystem_MiniMapReveal) == 0x000004, "Wrong size on MapSubSystem_MiniMapReveal"); \ static_assert(offsetof(MapSubSystem_MiniMapReveal, Reveal) == 0x000000, "Member 'MapSubSystem_MiniMapReveal::Reveal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapSetDungeonRadius \ static_assert(alignof(MapSubSystem_MiniMapSetDungeonRadius) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapSetDungeonRadius"); \ static_assert(sizeof(MapSubSystem_MiniMapSetDungeonRadius) == 0x000004, "Wrong size on MapSubSystem_MiniMapSetDungeonRadius"); \ static_assert(offsetof(MapSubSystem_MiniMapSetDungeonRadius, Value) == 0x000000, "Member 'MapSubSystem_MiniMapSetDungeonRadius::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapSetIconScale \ static_assert(alignof(MapSubSystem_MiniMapSetIconScale) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapSetIconScale"); \ static_assert(sizeof(MapSubSystem_MiniMapSetIconScale) == 0x000004, "Wrong size on MapSubSystem_MiniMapSetIconScale"); \ static_assert(offsetof(MapSubSystem_MiniMapSetIconScale, IconDistanceScale) == 0x000000, "Member 'MapSubSystem_MiniMapSetIconScale::IconDistanceScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapSetIconSize \ static_assert(alignof(MapSubSystem_MiniMapSetIconSize) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapSetIconSize"); \ static_assert(sizeof(MapSubSystem_MiniMapSetIconSize) == 0x000004, "Wrong size on MapSubSystem_MiniMapSetIconSize"); \ static_assert(offsetof(MapSubSystem_MiniMapSetIconSize, size) == 0x000000, "Member 'MapSubSystem_MiniMapSetIconSize::size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapSetLevel \ static_assert(alignof(MapSubSystem_MiniMapSetLevel) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapSetLevel"); \ static_assert(sizeof(MapSubSystem_MiniMapSetLevel) == 0x000004, "Wrong size on MapSubSystem_MiniMapSetLevel"); \ static_assert(offsetof(MapSubSystem_MiniMapSetLevel, LevelIndex) == 0x000000, "Member 'MapSubSystem_MiniMapSetLevel::LevelIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapSetLevelName \ static_assert(alignof(MapSubSystem_MiniMapSetLevelName) == 0x000008, "Wrong alignment on MapSubSystem_MiniMapSetLevelName"); \ static_assert(sizeof(MapSubSystem_MiniMapSetLevelName) == 0x000010, "Wrong size on MapSubSystem_MiniMapSetLevelName"); \ static_assert(offsetof(MapSubSystem_MiniMapSetLevelName, LevelName) == 0x000000, "Member 'MapSubSystem_MiniMapSetLevelName::LevelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapSetMap \ static_assert(alignof(MapSubSystem_MiniMapSetMap) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapSetMap"); \ static_assert(sizeof(MapSubSystem_MiniMapSetMap) == 0x000008, "Wrong size on MapSubSystem_MiniMapSetMap"); \ static_assert(offsetof(MapSubSystem_MiniMapSetMap, MapName) == 0x000000, "Member 'MapSubSystem_MiniMapSetMap::MapName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapSetNoFlyTexture \ static_assert(alignof(MapSubSystem_MiniMapSetNoFlyTexture) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapSetNoFlyTexture"); \ static_assert(sizeof(MapSubSystem_MiniMapSetNoFlyTexture) == 0x000004, "Wrong size on MapSubSystem_MiniMapSetNoFlyTexture"); \ static_assert(offsetof(MapSubSystem_MiniMapSetNoFlyTexture, Value) == 0x000000, "Member 'MapSubSystem_MiniMapSetNoFlyTexture::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapSetOptions \ static_assert(alignof(MapSubSystem_MiniMapSetOptions) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapSetOptions"); \ static_assert(sizeof(MapSubSystem_MiniMapSetOptions) == 0x00000C, "Wrong size on MapSubSystem_MiniMapSetOptions"); \ static_assert(offsetof(MapSubSystem_MiniMapSetOptions, size) == 0x000000, "Member 'MapSubSystem_MiniMapSetOptions::size' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MiniMapSetOptions, Opacity) == 0x000004, "Member 'MapSubSystem_MiniMapSetOptions::Opacity' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MiniMapSetOptions, PathlineOn) == 0x000008, "Member 'MapSubSystem_MiniMapSetOptions::PathlineOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapSetPlayerActorPosition \ static_assert(alignof(MapSubSystem_MiniMapSetPlayerActorPosition) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapSetPlayerActorPosition"); \ static_assert(sizeof(MapSubSystem_MiniMapSetPlayerActorPosition) == 0x00000C, "Wrong size on MapSubSystem_MiniMapSetPlayerActorPosition"); \ static_assert(offsetof(MapSubSystem_MiniMapSetPlayerActorPosition, X) == 0x000000, "Member 'MapSubSystem_MiniMapSetPlayerActorPosition::X' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MiniMapSetPlayerActorPosition, Y) == 0x000004, "Member 'MapSubSystem_MiniMapSetPlayerActorPosition::Y' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MiniMapSetPlayerActorPosition, Z) == 0x000008, "Member 'MapSubSystem_MiniMapSetPlayerActorPosition::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapSetPlayerLocation \ static_assert(alignof(MapSubSystem_MiniMapSetPlayerLocation) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapSetPlayerLocation"); \ static_assert(sizeof(MapSubSystem_MiniMapSetPlayerLocation) == 0x00000C, "Wrong size on MapSubSystem_MiniMapSetPlayerLocation"); \ static_assert(offsetof(MapSubSystem_MiniMapSetPlayerLocation, X) == 0x000000, "Member 'MapSubSystem_MiniMapSetPlayerLocation::X' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MiniMapSetPlayerLocation, Y) == 0x000004, "Member 'MapSubSystem_MiniMapSetPlayerLocation::Y' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MiniMapSetPlayerLocation, Z) == 0x000008, "Member 'MapSubSystem_MiniMapSetPlayerLocation::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapSetScale \ static_assert(alignof(MapSubSystem_MiniMapSetScale) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapSetScale"); \ static_assert(sizeof(MapSubSystem_MiniMapSetScale) == 0x000004, "Wrong size on MapSubSystem_MiniMapSetScale"); \ static_assert(offsetof(MapSubSystem_MiniMapSetScale, size) == 0x000000, "Member 'MapSubSystem_MiniMapSetScale::size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapSetSize \ static_assert(alignof(MapSubSystem_MiniMapSetSize) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapSetSize"); \ static_assert(sizeof(MapSubSystem_MiniMapSetSize) == 0x000008, "Wrong size on MapSubSystem_MiniMapSetSize"); \ static_assert(offsetof(MapSubSystem_MiniMapSetSize, size) == 0x000000, "Member 'MapSubSystem_MiniMapSetSize::size' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_MiniMapSetSize, ZoomTime) == 0x000004, "Member 'MapSubSystem_MiniMapSetSize::ZoomTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_MiniMapSetTutorialIntroLevel \ static_assert(alignof(MapSubSystem_MiniMapSetTutorialIntroLevel) == 0x000004, "Wrong alignment on MapSubSystem_MiniMapSetTutorialIntroLevel"); \ static_assert(sizeof(MapSubSystem_MiniMapSetTutorialIntroLevel) == 0x000008, "Wrong size on MapSubSystem_MiniMapSetTutorialIntroLevel"); \ static_assert(offsetof(MapSubSystem_MiniMapSetTutorialIntroLevel, IntroLevel) == 0x000000, "Member 'MapSubSystem_MiniMapSetTutorialIntroLevel::IntroLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_OnStartPathing \ static_assert(alignof(MapSubSystem_OnStartPathing) == 0x000008, "Wrong alignment on MapSubSystem_OnStartPathing"); \ static_assert(sizeof(MapSubSystem_OnStartPathing) == 0x000010, "Wrong size on MapSubSystem_OnStartPathing"); \ static_assert(offsetof(MapSubSystem_OnStartPathing, i_caller) == 0x000000, "Member 'MapSubSystem_OnStartPathing::i_caller' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_OnStartPathing, BeaconHandle) == 0x000008, "Member 'MapSubSystem_OnStartPathing::BeaconHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_OnStatChanged \ static_assert(alignof(MapSubSystem_OnStatChanged) == 0x000004, "Wrong alignment on MapSubSystem_OnStatChanged"); \ static_assert(sizeof(MapSubSystem_OnStatChanged) == 0x000010, "Wrong size on MapSubSystem_OnStatChanged"); \ static_assert(offsetof(MapSubSystem_OnStatChanged, StatID) == 0x000000, "Member 'MapSubSystem_OnStatChanged::StatID' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_OnStatChanged, Value) == 0x000008, "Member 'MapSubSystem_OnStatChanged::Value' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_OnStatChanged, Delta) == 0x00000C, "Member 'MapSubSystem_OnStatChanged::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_RemoveAreaBeaconByHandle \ static_assert(alignof(MapSubSystem_RemoveAreaBeaconByHandle) == 0x000004, "Wrong alignment on MapSubSystem_RemoveAreaBeaconByHandle"); \ static_assert(sizeof(MapSubSystem_RemoveAreaBeaconByHandle) == 0x000004, "Wrong size on MapSubSystem_RemoveAreaBeaconByHandle"); \ static_assert(offsetof(MapSubSystem_RemoveAreaBeaconByHandle, Handle) == 0x000000, "Member 'MapSubSystem_RemoveAreaBeaconByHandle::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetActiveMap \ static_assert(alignof(MapSubSystem_SetActiveMap) == 0x000004, "Wrong alignment on MapSubSystem_SetActiveMap"); \ static_assert(sizeof(MapSubSystem_SetActiveMap) == 0x00000C, "Wrong size on MapSubSystem_SetActiveMap"); \ static_assert(offsetof(MapSubSystem_SetActiveMap, MapName) == 0x000000, "Member 'MapSubSystem_SetActiveMap::MapName' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_SetActiveMap, ReturnValue) == 0x000008, "Member 'MapSubSystem_SetActiveMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetActiveMapByType \ static_assert(alignof(MapSubSystem_SetActiveMapByType) == 0x000001, "Wrong alignment on MapSubSystem_SetActiveMapByType"); \ static_assert(sizeof(MapSubSystem_SetActiveMapByType) == 0x000002, "Wrong size on MapSubSystem_SetActiveMapByType"); \ static_assert(offsetof(MapSubSystem_SetActiveMapByType, MapType) == 0x000000, "Member 'MapSubSystem_SetActiveMapByType::MapType' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_SetActiveMapByType, ReturnValue) == 0x000001, "Member 'MapSubSystem_SetActiveMapByType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetCoverDisplayed \ static_assert(alignof(MapSubSystem_SetCoverDisplayed) == 0x000001, "Wrong alignment on MapSubSystem_SetCoverDisplayed"); \ static_assert(sizeof(MapSubSystem_SetCoverDisplayed) == 0x000001, "Wrong size on MapSubSystem_SetCoverDisplayed"); \ static_assert(offsetof(MapSubSystem_SetCoverDisplayed, IsDisplayed) == 0x000000, "Member 'MapSubSystem_SetCoverDisplayed::IsDisplayed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetDeveloperMenuUsed \ static_assert(alignof(MapSubSystem_SetDeveloperMenuUsed) == 0x000001, "Wrong alignment on MapSubSystem_SetDeveloperMenuUsed"); \ static_assert(sizeof(MapSubSystem_SetDeveloperMenuUsed) == 0x000001, "Wrong size on MapSubSystem_SetDeveloperMenuUsed"); \ static_assert(offsetof(MapSubSystem_SetDeveloperMenuUsed, pUsedDeveloperMenu) == 0x000000, "Member 'MapSubSystem_SetDeveloperMenuUsed::pUsedDeveloperMenu' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetFadeToGame \ static_assert(alignof(MapSubSystem_SetFadeToGame) == 0x000001, "Wrong alignment on MapSubSystem_SetFadeToGame"); \ static_assert(sizeof(MapSubSystem_SetFadeToGame) == 0x000001, "Wrong size on MapSubSystem_SetFadeToGame"); \ static_assert(offsetof(MapSubSystem_SetFadeToGame, pSetFadeToGame) == 0x000000, "Member 'MapSubSystem_SetFadeToGame::pSetFadeToGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetFelixFelicisPotionActive \ static_assert(alignof(MapSubSystem_SetFelixFelicisPotionActive) == 0x000001, "Wrong alignment on MapSubSystem_SetFelixFelicisPotionActive"); \ static_assert(sizeof(MapSubSystem_SetFelixFelicisPotionActive) == 0x000001, "Wrong size on MapSubSystem_SetFelixFelicisPotionActive"); \ static_assert(offsetof(MapSubSystem_SetFelixFelicisPotionActive, pFelixFelicisPotionActive) == 0x000000, "Member 'MapSubSystem_SetFelixFelicisPotionActive::pFelixFelicisPotionActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetFelixFelicisPotionRadius \ static_assert(alignof(MapSubSystem_SetFelixFelicisPotionRadius) == 0x000004, "Wrong alignment on MapSubSystem_SetFelixFelicisPotionRadius"); \ static_assert(sizeof(MapSubSystem_SetFelixFelicisPotionRadius) == 0x000004, "Wrong size on MapSubSystem_SetFelixFelicisPotionRadius"); \ static_assert(offsetof(MapSubSystem_SetFelixFelicisPotionRadius, PotionRadius) == 0x000000, "Member 'MapSubSystem_SetFelixFelicisPotionRadius::PotionRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetHasIntroPlayed \ static_assert(alignof(MapSubSystem_SetHasIntroPlayed) == 0x000001, "Wrong alignment on MapSubSystem_SetHasIntroPlayed"); \ static_assert(sizeof(MapSubSystem_SetHasIntroPlayed) == 0x000001, "Wrong size on MapSubSystem_SetHasIntroPlayed"); \ static_assert(offsetof(MapSubSystem_SetHasIntroPlayed, HasPlayed) == 0x000000, "Member 'MapSubSystem_SetHasIntroPlayed::HasPlayed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetIfFromFieldGuide \ static_assert(alignof(MapSubSystem_SetIfFromFieldGuide) == 0x000001, "Wrong alignment on MapSubSystem_SetIfFromFieldGuide"); \ static_assert(sizeof(MapSubSystem_SetIfFromFieldGuide) == 0x000001, "Wrong size on MapSubSystem_SetIfFromFieldGuide"); \ static_assert(offsetof(MapSubSystem_SetIfFromFieldGuide, pIsFromFieldGuide) == 0x000000, "Member 'MapSubSystem_SetIfFromFieldGuide::pIsFromFieldGuide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetInPauseMenu \ static_assert(alignof(MapSubSystem_SetInPauseMenu) == 0x000001, "Wrong alignment on MapSubSystem_SetInPauseMenu"); \ static_assert(sizeof(MapSubSystem_SetInPauseMenu) == 0x000001, "Wrong size on MapSubSystem_SetInPauseMenu"); \ static_assert(offsetof(MapSubSystem_SetInPauseMenu, InPauseMenuFlag) == 0x000000, "Member 'MapSubSystem_SetInPauseMenu::InPauseMenuFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetIsFromDungeon \ static_assert(alignof(MapSubSystem_SetIsFromDungeon) == 0x000001, "Wrong alignment on MapSubSystem_SetIsFromDungeon"); \ static_assert(sizeof(MapSubSystem_SetIsFromDungeon) == 0x000001, "Wrong size on MapSubSystem_SetIsFromDungeon"); \ static_assert(offsetof(MapSubSystem_SetIsFromDungeon, IsFromDungeon) == 0x000000, "Member 'MapSubSystem_SetIsFromDungeon::IsFromDungeon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetIsFromOverland \ static_assert(alignof(MapSubSystem_SetIsFromOverland) == 0x000001, "Wrong alignment on MapSubSystem_SetIsFromOverland"); \ static_assert(sizeof(MapSubSystem_SetIsFromOverland) == 0x000001, "Wrong size on MapSubSystem_SetIsFromOverland"); \ static_assert(offsetof(MapSubSystem_SetIsFromOverland, IsFromOverland) == 0x000000, "Member 'MapSubSystem_SetIsFromOverland::IsFromOverland' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetIsInVault \ static_assert(alignof(MapSubSystem_SetIsInVault) == 0x000001, "Wrong alignment on MapSubSystem_SetIsInVault"); \ static_assert(sizeof(MapSubSystem_SetIsInVault) == 0x000001, "Wrong size on MapSubSystem_SetIsInVault"); \ static_assert(offsetof(MapSubSystem_SetIsInVault, InIsInVault) == 0x000000, "Member 'MapSubSystem_SetIsInVault::InIsInVault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetMapTransitionStyle \ static_assert(alignof(MapSubSystem_SetMapTransitionStyle) == 0x000001, "Wrong alignment on MapSubSystem_SetMapTransitionStyle"); \ static_assert(sizeof(MapSubSystem_SetMapTransitionStyle) == 0x000001, "Wrong size on MapSubSystem_SetMapTransitionStyle"); \ static_assert(offsetof(MapSubSystem_SetMapTransitionStyle, InStyle) == 0x000000, "Member 'MapSubSystem_SetMapTransitionStyle::InStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetMiniMapManager \ static_assert(alignof(MapSubSystem_SetMiniMapManager) == 0x000008, "Wrong alignment on MapSubSystem_SetMiniMapManager"); \ static_assert(sizeof(MapSubSystem_SetMiniMapManager) == 0x000008, "Wrong size on MapSubSystem_SetMiniMapManager"); \ static_assert(offsetof(MapSubSystem_SetMiniMapManager, pMiniMapManager) == 0x000000, "Member 'MapSubSystem_SetMiniMapManager::pMiniMapManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetOverrideFIG01FTCheck \ static_assert(alignof(MapSubSystem_SetOverrideFIG01FTCheck) == 0x000001, "Wrong alignment on MapSubSystem_SetOverrideFIG01FTCheck"); \ static_assert(sizeof(MapSubSystem_SetOverrideFIG01FTCheck) == 0x000001, "Wrong size on MapSubSystem_SetOverrideFIG01FTCheck"); \ static_assert(offsetof(MapSubSystem_SetOverrideFIG01FTCheck, pOverrideCheck) == 0x000000, "Member 'MapSubSystem_SetOverrideFIG01FTCheck::pOverrideCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetShouldRevealMinimapOnStart \ static_assert(alignof(MapSubSystem_SetShouldRevealMinimapOnStart) == 0x000001, "Wrong alignment on MapSubSystem_SetShouldRevealMinimapOnStart"); \ static_assert(sizeof(MapSubSystem_SetShouldRevealMinimapOnStart) == 0x000001, "Wrong size on MapSubSystem_SetShouldRevealMinimapOnStart"); \ static_assert(offsetof(MapSubSystem_SetShouldRevealMinimapOnStart, RevealMinimapOnStart) == 0x000000, "Member 'MapSubSystem_SetShouldRevealMinimapOnStart::RevealMinimapOnStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_SetToMapFromIndexOrTab \ static_assert(alignof(MapSubSystem_SetToMapFromIndexOrTab) == 0x000001, "Wrong alignment on MapSubSystem_SetToMapFromIndexOrTab"); \ static_assert(sizeof(MapSubSystem_SetToMapFromIndexOrTab) == 0x000001, "Wrong size on MapSubSystem_SetToMapFromIndexOrTab"); \ static_assert(offsetof(MapSubSystem_SetToMapFromIndexOrTab, InToMapFromIndexOrTab) == 0x000000, "Member 'MapSubSystem_SetToMapFromIndexOrTab::InToMapFromIndexOrTab' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_ShowMap \ static_assert(alignof(MapSubSystem_ShowMap) == 0x000001, "Wrong alignment on MapSubSystem_ShowMap"); \ static_assert(sizeof(MapSubSystem_ShowMap) == 0x000001, "Wrong size on MapSubSystem_ShowMap"); \ static_assert(offsetof(MapSubSystem_ShowMap, ShowMap_0) == 0x000000, "Member 'MapSubSystem_ShowMap::ShowMap_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_StartMap \ static_assert(alignof(MapSubSystem_StartMap) == 0x000001, "Wrong alignment on MapSubSystem_StartMap"); \ static_assert(sizeof(MapSubSystem_StartMap) == 0x000001, "Wrong size on MapSubSystem_StartMap"); \ static_assert(offsetof(MapSubSystem_StartMap, ReturnValue) == 0x000000, "Member 'MapSubSystem_StartMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_StartMapExitTransition \ static_assert(alignof(MapSubSystem_StartMapExitTransition) == 0x000004, "Wrong alignment on MapSubSystem_StartMapExitTransition"); \ static_assert(sizeof(MapSubSystem_StartMapExitTransition) == 0x000004, "Wrong size on MapSubSystem_StartMapExitTransition"); \ static_assert(offsetof(MapSubSystem_StartMapExitTransition, InDuration) == 0x000000, "Member 'MapSubSystem_StartMapExitTransition::InDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_StartTutorialOpenMap \ static_assert(alignof(MapSubSystem_StartTutorialOpenMap) == 0x000004, "Wrong alignment on MapSubSystem_StartTutorialOpenMap"); \ static_assert(sizeof(MapSubSystem_StartTutorialOpenMap) == 0x000008, "Wrong size on MapSubSystem_StartTutorialOpenMap"); \ static_assert(offsetof(MapSubSystem_StartTutorialOpenMap, TutorialName) == 0x000000, "Member 'MapSubSystem_StartTutorialOpenMap::TutorialName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_StopMap \ static_assert(alignof(MapSubSystem_StopMap) == 0x000001, "Wrong alignment on MapSubSystem_StopMap"); \ static_assert(sizeof(MapSubSystem_StopMap) == 0x000003, "Wrong size on MapSubSystem_StopMap"); \ static_assert(offsetof(MapSubSystem_StopMap, pCleanupActors) == 0x000000, "Member 'MapSubSystem_StopMap::pCleanupActors' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_StopMap, PostFadeState) == 0x000001, "Member 'MapSubSystem_StopMap::PostFadeState' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_StopMap, ReturnValue) == 0x000002, "Member 'MapSubSystem_StopMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_TeleportToListIndex \ static_assert(alignof(MapSubSystem_TeleportToListIndex) == 0x000004, "Wrong alignment on MapSubSystem_TeleportToListIndex"); \ static_assert(sizeof(MapSubSystem_TeleportToListIndex) == 0x000004, "Wrong size on MapSubSystem_TeleportToListIndex"); \ static_assert(offsetof(MapSubSystem_TeleportToListIndex, Index_0) == 0x000000, "Member 'MapSubSystem_TeleportToListIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_TriggerAccessibility \ static_assert(alignof(MapSubSystem_TriggerAccessibility) == 0x000008, "Wrong alignment on MapSubSystem_TriggerAccessibility"); \ static_assert(sizeof(MapSubSystem_TriggerAccessibility) == 0x000010, "Wrong size on MapSubSystem_TriggerAccessibility"); \ static_assert(offsetof(MapSubSystem_TriggerAccessibility, Type) == 0x000000, "Member 'MapSubSystem_TriggerAccessibility::Type' has a wrong offset!"); \ static_assert(offsetof(MapSubSystem_TriggerAccessibility, Actor) == 0x000008, "Member 'MapSubSystem_TriggerAccessibility::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_UnloadFieldGuideLevels \ static_assert(alignof(MapSubSystem_UnloadFieldGuideLevels) == 0x000001, "Wrong alignment on MapSubSystem_UnloadFieldGuideLevels"); \ static_assert(sizeof(MapSubSystem_UnloadFieldGuideLevels) == 0x000001, "Wrong size on MapSubSystem_UnloadFieldGuideLevels"); \ static_assert(offsetof(MapSubSystem_UnloadFieldGuideLevels, ReturnValue) == 0x000000, "Member 'MapSubSystem_UnloadFieldGuideLevels::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_UnloadLevels \ static_assert(alignof(MapSubSystem_UnloadLevels) == 0x000001, "Wrong alignment on MapSubSystem_UnloadLevels"); \ static_assert(sizeof(MapSubSystem_UnloadLevels) == 0x000001, "Wrong size on MapSubSystem_UnloadLevels"); \ static_assert(offsetof(MapSubSystem_UnloadLevels, ReturnValue) == 0x000000, "Member 'MapSubSystem_UnloadLevels::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_UpdateDungeonFogMaskAsync \ static_assert(alignof(MapSubSystem_UpdateDungeonFogMaskAsync) == 0x000004, "Wrong alignment on MapSubSystem_UpdateDungeonFogMaskAsync"); \ static_assert(sizeof(MapSubSystem_UpdateDungeonFogMaskAsync) == 0x00000C, "Wrong size on MapSubSystem_UpdateDungeonFogMaskAsync"); \ static_assert(offsetof(MapSubSystem_UpdateDungeonFogMaskAsync, PlayerPosition) == 0x000000, "Member 'MapSubSystem_UpdateDungeonFogMaskAsync::PlayerPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MapSubSystem_GetMapTransitionStyle \ static_assert(alignof(MapSubSystem_GetMapTransitionStyle) == 0x000001, "Wrong alignment on MapSubSystem_GetMapTransitionStyle"); \ static_assert(sizeof(MapSubSystem_GetMapTransitionStyle) == 0x000001, "Wrong size on MapSubSystem_GetMapTransitionStyle"); \ static_assert(offsetof(MapSubSystem_GetMapTransitionStyle, ReturnValue) == 0x000000, "Member 'MapSubSystem_GetMapTransitionStyle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMapSubSystem \ static_assert(alignof(UMapSubSystem) == 0x000008, "Wrong alignment on UMapSubSystem"); \ static_assert(sizeof(UMapSubSystem) == 0x004ED8, "Wrong size on UMapSubSystem"); \ static_assert(offsetof(UMapSubSystem, CurrentMapPathMission) == 0x000038, "Member 'UMapSubSystem::CurrentMapPathMission' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, CurrentMapPathWaymarker) == 0x000048, "Member 'UMapSubSystem::CurrentMapPathWaymarker' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, PathSplineComponent) == 0x000060, "Member 'UMapSubSystem::PathSplineComponent' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, PathActor) == 0x000070, "Member 'UMapSubSystem::PathActor' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, CleanNameToDisplayName) == 0x0000E8, "Member 'UMapSubSystem::CleanNameToDisplayName' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MapIconInstancePool) == 0x000130, "Member 'UMapSubSystem::MapIconInstancePool' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MapOptions) == 0x004204, "Member 'UMapSubSystem::MapOptions' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, InWorldDirectionArrowPool) == 0x004218, "Member 'UMapSubSystem::InWorldDirectionArrowPool' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, InWorldArrowMaterial) == 0x004228, "Member 'UMapSubSystem::InWorldArrowMaterial' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, PathIconList) == 0x004238, "Member 'UMapSubSystem::PathIconList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, RegionSplineDotList) == 0x004240, "Member 'UMapSubSystem::RegionSplineDotList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MapIconList) == 0x004248, "Member 'UMapSubSystem::MapIconList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MapIconListArray) == 0x004268, "Member 'UMapSubSystem::MapIconListArray' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, RegionMaskTempTexture) == 0x004280, "Member 'UMapSubSystem::RegionMaskTempTexture' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, IconRenderWidgetClass) == 0x004320, "Member 'UMapSubSystem::IconRenderWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MapPlayerMarker) == 0x004328, "Member 'UMapSubSystem::MapPlayerMarker' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, InGameDirectionArrowClass) == 0x004330, "Member 'UMapSubSystem::InGameDirectionArrowClass' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, InGameDirectionArrow) == 0x004338, "Member 'UMapSubSystem::InGameDirectionArrow' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, IconRenderWidgetSimpleMaterial) == 0x004340, "Member 'UMapSubSystem::IconRenderWidgetSimpleMaterial' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, IconRenderWidgetPathMaterial) == 0x004348, "Member 'UMapSubSystem::IconRenderWidgetPathMaterial' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MapIconTextureCache) == 0x004350, "Member 'UMapSubSystem::MapIconTextureCache' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, RegionMaskHighlightBlitter) == 0x0043A0, "Member 'UMapSubSystem::RegionMaskHighlightBlitter' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, RegionMaskHighlightTexture) == 0x0043A8, "Member 'UMapSubSystem::RegionMaskHighlightTexture' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, RegionTextureToRegionMap) == 0x0043B0, "Member 'UMapSubSystem::RegionTextureToRegionMap' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, RegionTypeToRegionPixelMap) == 0x004400, "Member 'UMapSubSystem::RegionTypeToRegionPixelMap' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, RegionTextureToRegionNameMap) == 0x004450, "Member 'UMapSubSystem::RegionTextureToRegionNameMap' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, SplineWorld) == 0x0045A8, "Member 'UMapSubSystem::SplineWorld' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, DebugTextPanel) == 0x004630, "Member 'UMapSubSystem::DebugTextPanel' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, IconLocMap) == 0x004648, "Member 'UMapSubSystem::IconLocMap' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, IconColorsTable) == 0x004698, "Member 'UMapSubSystem::IconColorsTable' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MiniMapIconOutlinesTable) == 0x0046A0, "Member 'UMapSubSystem::MiniMapIconOutlinesTable' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, IconAnimationTable) == 0x0046A8, "Member 'UMapSubSystem::IconAnimationTable' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MiniMapIconBackgroundLayersTable) == 0x0046B0, "Member 'UMapSubSystem::MiniMapIconBackgroundLayersTable' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MapFXTables) == 0x0046B8, "Member 'UMapSubSystem::MapFXTables' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MapLocTable) == 0x0046C0, "Member 'UMapSubSystem::MapLocTable' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MapDungeonSubdivisionTable) == 0x0046C8, "Member 'UMapSubSystem::MapDungeonSubdivisionTable' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, IconTierTable) == 0x0046D0, "Member 'UMapSubSystem::IconTierTable' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, IconCacheTable) == 0x0046D8, "Member 'UMapSubSystem::IconCacheTable' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, IconTierTableHogsmeade) == 0x0046E0, "Member 'UMapSubSystem::IconTierTableHogsmeade' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, IconTierTableHogwarts) == 0x0046E8, "Member 'UMapSubSystem::IconTierTableHogwarts' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, IconStylesTable) == 0x0046F0, "Member 'UMapSubSystem::IconStylesTable' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, RegionSplineNamesTable) == 0x0046F8, "Member 'UMapSubSystem::RegionSplineNamesTable' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, RegionSplineClass) == 0x004708, "Member 'UMapSubSystem::RegionSplineClass' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, IntrusionFullScreenFX) == 0x004710, "Member 'UMapSubSystem::IntrusionFullScreenFX' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, RegionSplineLocNameMap) == 0x004718, "Member 'UMapSubSystem::RegionSplineLocNameMap' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, RegionSplineEnemyLevelMap) == 0x004768, "Member 'UMapSubSystem::RegionSplineEnemyLevelMap' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, DiscoverableBeacons) == 0x0047B8, "Member 'UMapSubSystem::DiscoverableBeacons' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MapScreens) == 0x004928, "Member 'UMapSubSystem::MapScreens' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MapWorlds) == 0x004938, "Member 'UMapSubSystem::MapWorlds' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, LastPathToHighlight) == 0x004948, "Member 'UMapSubSystem::LastPathToHighlight' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, ActiveMap) == 0x004968, "Member 'UMapSubSystem::ActiveMap' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, LastActiveMap) == 0x004970, "Member 'UMapSubSystem::LastActiveMap' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, NewlyDiscoveredBeacons) == 0x004988, "Member 'UMapSubSystem::NewlyDiscoveredBeacons' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, NewlyDiscoveredFastTravelLocations) == 0x004998, "Member 'UMapSubSystem::NewlyDiscoveredFastTravelLocations' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, PreviouslySeenFastTravelLocations) == 0x0049A8, "Member 'UMapSubSystem::PreviouslySeenFastTravelLocations' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MapIcons) == 0x0049E0, "Member 'UMapSubSystem::MapIcons' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MapPawn) == 0x0049F0, "Member 'UMapSubSystem::MapPawn' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MovementComponent) == 0x004A00, "Member 'UMapSubSystem::MovementComponent' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, PreviousViewTarget) == 0x004A08, "Member 'UMapSubSystem::PreviousViewTarget' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, DungeonFOWDataList) == 0x004A38, "Member 'UMapSubSystem::DungeonFOWDataList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MapNavMeshAssetPackage) == 0x004A78, "Member 'UMapSubSystem::MapNavMeshAssetPackage' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, MapNavMeshData) == 0x004A80, "Member 'UMapSubSystem::MapNavMeshData' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, FXManager) == 0x004AB8, "Member 'UMapSubSystem::FXManager' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandFastTravelLocationList) == 0x004B70, "Member 'UMapSubSystem::OverlandFastTravelLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, HogwartsFastTravelLocationList) == 0x004B80, "Member 'UMapSubSystem::HogwartsFastTravelLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, HogsmeadeFastTravelLocationList) == 0x004B90, "Member 'UMapSubSystem::HogsmeadeFastTravelLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandSphinxPuzzleLocationList) == 0x004BA0, "Member 'UMapSubSystem::OverlandSphinxPuzzleLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandTreasureVaultLocationList) == 0x004BB0, "Member 'UMapSubSystem::OverlandTreasureVaultLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandChestLocationList) == 0x004BC0, "Member 'UMapSubSystem::OverlandChestLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, DungeonChestLocationList) == 0x004BD0, "Member 'UMapSubSystem::DungeonChestLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandAstronomyLocationList) == 0x004BE0, "Member 'UMapSubSystem::OverlandAstronomyLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandDemiguiseLocationList) == 0x004BF0, "Member 'UMapSubSystem::OverlandDemiguiseLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, HogwartsDemiguiseLocationList) == 0x004C00, "Member 'UMapSubSystem::HogwartsDemiguiseLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, HogsmeadeDemiguiseLocationList) == 0x004C10, "Member 'UMapSubSystem::HogsmeadeDemiguiseLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandAncientMagicLocationList) == 0x004C20, "Member 'UMapSubSystem::OverlandAncientMagicLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandHamletLocationList) == 0x004C30, "Member 'UMapSubSystem::OverlandHamletLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandBanditCampLocationList) == 0x004C40, "Member 'UMapSubSystem::OverlandBanditCampLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandBeastDenLocationList) == 0x004C50, "Member 'UMapSubSystem::OverlandBeastDenLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandEnemyDenLocationList) == 0x004C60, "Member 'UMapSubSystem::OverlandEnemyDenLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandForagablesLocationList) == 0x004C70, "Member 'UMapSubSystem::OverlandForagablesLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandPlantsLocationList) == 0x004C80, "Member 'UMapSubSystem::OverlandPlantsLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandDungeonsLocationList) == 0x004C90, "Member 'UMapSubSystem::OverlandDungeonsLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandTentsLocationList) == 0x004CA0, "Member 'UMapSubSystem::OverlandTentsLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandNamedEnemyLocationList) == 0x004CB0, "Member 'UMapSubSystem::OverlandNamedEnemyLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandKnowledgeEnemyLocationList) == 0x004CC0, "Member 'UMapSubSystem::OverlandKnowledgeEnemyLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandBothyLocationList) == 0x004CD0, "Member 'UMapSubSystem::OverlandBothyLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandCombatChallengesLocationList) == 0x004CE0, "Member 'UMapSubSystem::OverlandCombatChallengesLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, HogsmeadeLocationList) == 0x004CF0, "Member 'UMapSubSystem::HogsmeadeLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandBroomPlatformLocationList) == 0x004D00, "Member 'UMapSubSystem::OverlandBroomPlatformLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandBroomRaceLocationList) == 0x004D10, "Member 'UMapSubSystem::OverlandBroomRaceLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandBroomBalloonLocationList) == 0x004D20, "Member 'UMapSubSystem::OverlandBroomBalloonLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandRuinLocationList) == 0x004D30, "Member 'UMapSubSystem::OverlandRuinLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, VendorsLocationList) == 0x004D40, "Member 'UMapSubSystem::VendorsLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, KnowledgeInvestigatablesLocationList) == 0x004D50, "Member 'UMapSubSystem::KnowledgeInvestigatablesLocationList' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, IconAnimationSplines) == 0x004DA0, "Member 'UMapSubSystem::IconAnimationSplines' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, DummyTexture) == 0x004E30, "Member 'UMapSubSystem::DummyTexture' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, AccessibilityManager) == 0x004E58, "Member 'UMapSubSystem::AccessibilityManager' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, OverlandMapTexture) == 0x004E68, "Member 'UMapSubSystem::OverlandMapTexture' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, SharedMapData) == 0x004EC0, "Member 'UMapSubSystem::SharedMapData' has a wrong offset!"); \ static_assert(offsetof(UMapSubSystem, BPClasses) == 0x004EC8, "Member 'UMapSubSystem::BPClasses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigRuleState_DialogueSequence_OnForceFinishChanged \ static_assert(alignof(SceneRigRuleState_DialogueSequence_OnForceFinishChanged) == 0x000004, "Wrong alignment on SceneRigRuleState_DialogueSequence_OnForceFinishChanged"); \ static_assert(sizeof(SceneRigRuleState_DialogueSequence_OnForceFinishChanged) == 0x000008, "Wrong size on SceneRigRuleState_DialogueSequence_OnForceFinishChanged"); \ static_assert(offsetof(SceneRigRuleState_DialogueSequence_OnForceFinishChanged, PreviousCoordinate) == 0x000000, "Member 'SceneRigRuleState_DialogueSequence_OnForceFinishChanged::PreviousCoordinate' has a wrong offset!"); \ static_assert(offsetof(SceneRigRuleState_DialogueSequence_OnForceFinishChanged, CurrentCoordinate) == 0x000004, "Member 'SceneRigRuleState_DialogueSequence_OnForceFinishChanged::CurrentCoordinate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigRuleState_DialogueSequence \ static_assert(alignof(USceneRigRuleState_DialogueSequence) == 0x000008, "Wrong alignment on USceneRigRuleState_DialogueSequence"); \ static_assert(sizeof(USceneRigRuleState_DialogueSequence) == 0x0002E0, "Wrong size on USceneRigRuleState_DialogueSequence"); \ static_assert(offsetof(USceneRigRuleState_DialogueSequence, RuleInstance) == 0x000078, "Member 'USceneRigRuleState_DialogueSequence::RuleInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Marker_GenerateUniqueName \ static_assert(alignof(Marker_GenerateUniqueName) == 0x000004, "Wrong alignment on Marker_GenerateUniqueName"); \ static_assert(sizeof(Marker_GenerateUniqueName) == 0x000010, "Wrong size on Marker_GenerateUniqueName"); \ static_assert(offsetof(Marker_GenerateUniqueName, InBaseName) == 0x000000, "Member 'Marker_GenerateUniqueName::InBaseName' has a wrong offset!"); \ static_assert(offsetof(Marker_GenerateUniqueName, ReturnValue) == 0x000008, "Member 'Marker_GenerateUniqueName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMarker \ static_assert(alignof(AMarker) == 0x000008, "Wrong alignment on AMarker"); \ static_assert(sizeof(AMarker) == 0x000250, "Wrong size on AMarker"); \ static_assert(offsetof(AMarker, UniqueName) == 0x000248, "Member 'AMarker::UniqueName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USetScalarParameterValue \ static_assert(alignof(USetScalarParameterValue) == 0x000008, "Wrong alignment on USetScalarParameterValue"); \ static_assert(sizeof(USetScalarParameterValue) == 0x000038, "Wrong size on USetScalarParameterValue"); \ static_assert(offsetof(USetScalarParameterValue, m_Scalar) == 0x000030, "Member 'USetScalarParameterValue::m_Scalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorFlyingMountHeightCrossBlend \ static_assert(alignof(UCameraStackBehaviorFlyingMountHeightCrossBlend) == 0x000008, "Wrong alignment on UCameraStackBehaviorFlyingMountHeightCrossBlend"); \ static_assert(sizeof(UCameraStackBehaviorFlyingMountHeightCrossBlend) == 0x0003A8, "Wrong size on UCameraStackBehaviorFlyingMountHeightCrossBlend"); \ static_assert(offsetof(UCameraStackBehaviorFlyingMountHeightCrossBlend, HeightRange) == 0x000368, "Member 'UCameraStackBehaviorFlyingMountHeightCrossBlend::HeightRange' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFlyingMountHeightCrossBlend, DescendingVelocityRange) == 0x000378, "Member 'UCameraStackBehaviorFlyingMountHeightCrossBlend::DescendingVelocityRange' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFlyingMountHeightCrossBlend, FilterHalflifeIncrease) == 0x000388, "Member 'UCameraStackBehaviorFlyingMountHeightCrossBlend::FilterHalflifeIncrease' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFlyingMountHeightCrossBlend, FilterHalflifeDecrease) == 0x00038C, "Member 'UCameraStackBehaviorFlyingMountHeightCrossBlend::FilterHalflifeDecrease' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFlyingMountHeightCrossBlend, FilterHalflifeDescending) == 0x000390, "Member 'UCameraStackBehaviorFlyingMountHeightCrossBlend::FilterHalflifeDescending' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USetVectorParameterValue \ static_assert(alignof(USetVectorParameterValue) == 0x000008, "Wrong alignment on USetVectorParameterValue"); \ static_assert(sizeof(USetVectorParameterValue) == 0x000040, "Wrong size on USetVectorParameterValue"); \ static_assert(offsetof(USetVectorParameterValue, m_Vector) == 0x000030, "Member 'USetVectorParameterValue::m_Vector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionBlueprintVarProviderVector \ static_assert(alignof(USceneActionBlueprintVarProviderVector) == 0x000008, "Wrong alignment on USceneActionBlueprintVarProviderVector"); \ static_assert(sizeof(USceneActionBlueprintVarProviderVector) == 0x000040, "Wrong size on USceneActionBlueprintVarProviderVector"); \ static_assert(offsetof(USceneActionBlueprintVarProviderVector, Value) == 0x000038, "Member 'USceneActionBlueprintVarProviderVector::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultParameters \ static_assert(alignof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultParameters) == 0x000008, "Wrong alignment on MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultParameters"); \ static_assert(sizeof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultParameters) == 0x0000F8, "Wrong size on MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultParameters"); \ static_assert(offsetof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultParameters, Material) == 0x000000, "Member 'MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultParameters::Material' has a wrong offset!"); \ static_assert(offsetof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultParameters, MaterialDefaultParameters) == 0x000008, "Member 'MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultParameters::MaterialDefaultParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultScalarParameter \ static_assert(alignof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultScalarParameter) == 0x000008, "Wrong alignment on MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultScalarParameter"); \ static_assert(sizeof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultScalarParameter) == 0x000100, "Wrong size on MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultScalarParameter"); \ static_assert(offsetof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultScalarParameter, MaterialDefaultParameters) == 0x000000, "Member 'MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultScalarParameter::MaterialDefaultParameters' has a wrong offset!"); \ static_assert(offsetof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultScalarParameter, ParameterName) == 0x0000F0, "Member 'MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultScalarParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultScalarParameter, DefaultValue) == 0x0000F8, "Member 'MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultScalarParameter::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultScalarParameter, bSuccess) == 0x0000FC, "Member 'MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultScalarParameter::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultTextureParameter \ static_assert(alignof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultTextureParameter) == 0x000008, "Wrong alignment on MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultTextureParameter"); \ static_assert(sizeof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultTextureParameter) == 0x000108, "Wrong size on MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultTextureParameter"); \ static_assert(offsetof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultTextureParameter, MaterialDefaultParameters) == 0x000000, "Member 'MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultTextureParameter::MaterialDefaultParameters' has a wrong offset!"); \ static_assert(offsetof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultTextureParameter, ParameterName) == 0x0000F0, "Member 'MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultTextureParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultTextureParameter, DefaultValue) == 0x0000F8, "Member 'MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultTextureParameter::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultTextureParameter, bSuccess) == 0x000100, "Member 'MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultTextureParameter::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultVectorParameter \ static_assert(alignof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultVectorParameter) == 0x000008, "Wrong alignment on MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultVectorParameter"); \ static_assert(sizeof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultVectorParameter) == 0x000110, "Wrong size on MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultVectorParameter"); \ static_assert(offsetof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultVectorParameter, MaterialDefaultParameters) == 0x000000, "Member 'MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultVectorParameter::MaterialDefaultParameters' has a wrong offset!"); \ static_assert(offsetof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultVectorParameter, ParameterName) == 0x0000F0, "Member 'MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultVectorParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultVectorParameter, DefaultValue) == 0x0000F8, "Member 'MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultVectorParameter::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultVectorParameter, bSuccess) == 0x000108, "Member 'MaterialDefaultParametersBlueprintLibrary_GetMaterialDefaultVectorParameter::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialDefaultParametersBlueprintLibrary \ static_assert(alignof(UMaterialDefaultParametersBlueprintLibrary) == 0x000008, "Wrong alignment on UMaterialDefaultParametersBlueprintLibrary"); \ static_assert(sizeof(UMaterialDefaultParametersBlueprintLibrary) == 0x000028, "Wrong size on UMaterialDefaultParametersBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorAddOffsetsWhileCrouching \ static_assert(alignof(UCameraStackBehaviorAddOffsetsWhileCrouching) == 0x000008, "Wrong alignment on UCameraStackBehaviorAddOffsetsWhileCrouching"); \ static_assert(sizeof(UCameraStackBehaviorAddOffsetsWhileCrouching) == 0x000228, "Wrong size on UCameraStackBehaviorAddOffsetsWhileCrouching"); \ static_assert(offsetof(UCameraStackBehaviorAddOffsetsWhileCrouching, TargetZOffset) == 0x0001B8, "Member 'UCameraStackBehaviorAddOffsetsWhileCrouching::TargetZOffset' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAddOffsetsWhileCrouching, ArmOriginZOffset) == 0x0001BC, "Member 'UCameraStackBehaviorAddOffsetsWhileCrouching::ArmOriginZOffset' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAddOffsetsWhileCrouching, CameraSpaceTranslation) == 0x0001C0, "Member 'UCameraStackBehaviorAddOffsetsWhileCrouching::CameraSpaceTranslation' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAddOffsetsWhileCrouching, bApplyToStealthOnly) == 0x0001CC, "Member 'UCameraStackBehaviorAddOffsetsWhileCrouching::bApplyToStealthOnly' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAddOffsetsWhileCrouching, BlendDuration) == 0x0001D0, "Member 'UCameraStackBehaviorAddOffsetsWhileCrouching::BlendDuration' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAddOffsetsWhileCrouching, bAddArmOriginZOffsetWhileMoving) == 0x0001D4, "Member 'UCameraStackBehaviorAddOffsetsWhileCrouching::bAddArmOriginZOffsetWhileMoving' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAddOffsetsWhileCrouching, ArmOriginZOffsetWhileMoving) == 0x0001D8, "Member 'UCameraStackBehaviorAddOffsetsWhileCrouching::ArmOriginZOffsetWhileMoving' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorAddOffsetsWhileCrouching, MovingBlendDuration) == 0x0001DC, "Member 'UCameraStackBehaviorAddOffsetsWhileCrouching::MovingBlendDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_MakeOrthogonalUnitVector \ static_assert(alignof(FoodsMathHelpers_MakeOrthogonalUnitVector) == 0x000004, "Wrong alignment on FoodsMathHelpers_MakeOrthogonalUnitVector"); \ static_assert(sizeof(FoodsMathHelpers_MakeOrthogonalUnitVector) == 0x000018, "Wrong size on FoodsMathHelpers_MakeOrthogonalUnitVector"); \ static_assert(offsetof(FoodsMathHelpers_MakeOrthogonalUnitVector, In) == 0x000000, "Member 'FoodsMathHelpers_MakeOrthogonalUnitVector::In' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_MakeOrthogonalUnitVector, Orthoganal) == 0x00000C, "Member 'FoodsMathHelpers_MakeOrthogonalUnitVector::Orthoganal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RandomInCone \ static_assert(alignof(FoodsMathHelpers_RandomInCone) == 0x000004, "Wrong alignment on FoodsMathHelpers_RandomInCone"); \ static_assert(sizeof(FoodsMathHelpers_RandomInCone) == 0x000020, "Wrong size on FoodsMathHelpers_RandomInCone"); \ static_assert(offsetof(FoodsMathHelpers_RandomInCone, Direction) == 0x000000, "Member 'FoodsMathHelpers_RandomInCone::Direction' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RandomInCone, RandomDir) == 0x00000C, "Member 'FoodsMathHelpers_RandomInCone::RandomDir' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RandomInCone, HalfAngleInnerDegrees) == 0x000018, "Member 'FoodsMathHelpers_RandomInCone::HalfAngleInnerDegrees' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RandomInCone, HalfAngleOuterDegrees) == 0x00001C, "Member 'FoodsMathHelpers_RandomInCone::HalfAngleOuterDegrees' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RandomUniformPointOnSphere \ static_assert(alignof(FoodsMathHelpers_RandomUniformPointOnSphere) == 0x000004, "Wrong alignment on FoodsMathHelpers_RandomUniformPointOnSphere"); \ static_assert(sizeof(FoodsMathHelpers_RandomUniformPointOnSphere) == 0x00001C, "Wrong size on FoodsMathHelpers_RandomUniformPointOnSphere"); \ static_assert(offsetof(FoodsMathHelpers_RandomUniformPointOnSphere, NumPoints) == 0x000000, "Member 'FoodsMathHelpers_RandomUniformPointOnSphere::NumPoints' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RandomUniformPointOnSphere, Point) == 0x000004, "Member 'FoodsMathHelpers_RandomUniformPointOnSphere::Point' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RandomUniformPointOnSphere, PointOnSphere) == 0x000008, "Member 'FoodsMathHelpers_RandomUniformPointOnSphere::PointOnSphere' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RandomUniformPointOnSphere, RandomHalfAngleInnerDegrees) == 0x000014, "Member 'FoodsMathHelpers_RandomUniformPointOnSphere::RandomHalfAngleInnerDegrees' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RandomUniformPointOnSphere, RandomHalfAngleOuterDegrees) == 0x000018, "Member 'FoodsMathHelpers_RandomUniformPointOnSphere::RandomHalfAngleOuterDegrees' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RandomUniformPointsOnSphere \ static_assert(alignof(FoodsMathHelpers_RandomUniformPointsOnSphere) == 0x000008, "Wrong alignment on FoodsMathHelpers_RandomUniformPointsOnSphere"); \ static_assert(sizeof(FoodsMathHelpers_RandomUniformPointsOnSphere) == 0x000018, "Wrong size on FoodsMathHelpers_RandomUniformPointsOnSphere"); \ static_assert(offsetof(FoodsMathHelpers_RandomUniformPointsOnSphere, NumPoints) == 0x000000, "Member 'FoodsMathHelpers_RandomUniformPointsOnSphere::NumPoints' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RandomUniformPointsOnSphere, RandomHalfAngleDegrees) == 0x000004, "Member 'FoodsMathHelpers_RandomUniformPointsOnSphere::RandomHalfAngleDegrees' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RandomUniformPointsOnSphere, PointsOnSphere) == 0x000008, "Member 'FoodsMathHelpers_RandomUniformPointsOnSphere::PointsOnSphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RotationFromUnitX \ static_assert(alignof(FoodsMathHelpers_RotationFromUnitX) == 0x000004, "Wrong alignment on FoodsMathHelpers_RotationFromUnitX"); \ static_assert(sizeof(FoodsMathHelpers_RotationFromUnitX) == 0x000018, "Wrong size on FoodsMathHelpers_RotationFromUnitX"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitX, UnitX) == 0x000000, "Member 'FoodsMathHelpers_RotationFromUnitX::UnitX' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitX, Rotation) == 0x00000C, "Member 'FoodsMathHelpers_RotationFromUnitX::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RotationFromUnitXY \ static_assert(alignof(FoodsMathHelpers_RotationFromUnitXY) == 0x000004, "Wrong alignment on FoodsMathHelpers_RotationFromUnitXY"); \ static_assert(sizeof(FoodsMathHelpers_RotationFromUnitXY) == 0x000024, "Wrong size on FoodsMathHelpers_RotationFromUnitXY"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitXY, UnitX) == 0x000000, "Member 'FoodsMathHelpers_RotationFromUnitXY::UnitX' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitXY, UnitY) == 0x00000C, "Member 'FoodsMathHelpers_RotationFromUnitXY::UnitY' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitXY, Rotation) == 0x000018, "Member 'FoodsMathHelpers_RotationFromUnitXY::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RotationFromUnitXYSafe \ static_assert(alignof(FoodsMathHelpers_RotationFromUnitXYSafe) == 0x000004, "Wrong alignment on FoodsMathHelpers_RotationFromUnitXYSafe"); \ static_assert(sizeof(FoodsMathHelpers_RotationFromUnitXYSafe) == 0x000024, "Wrong size on FoodsMathHelpers_RotationFromUnitXYSafe"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitXYSafe, UnitX) == 0x000000, "Member 'FoodsMathHelpers_RotationFromUnitXYSafe::UnitX' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitXYSafe, UnitY) == 0x00000C, "Member 'FoodsMathHelpers_RotationFromUnitXYSafe::UnitY' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitXYSafe, Rotation) == 0x000018, "Member 'FoodsMathHelpers_RotationFromUnitXYSafe::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RotationFromUnitXZ \ static_assert(alignof(FoodsMathHelpers_RotationFromUnitXZ) == 0x000004, "Wrong alignment on FoodsMathHelpers_RotationFromUnitXZ"); \ static_assert(sizeof(FoodsMathHelpers_RotationFromUnitXZ) == 0x000024, "Wrong size on FoodsMathHelpers_RotationFromUnitXZ"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitXZ, UnitX) == 0x000000, "Member 'FoodsMathHelpers_RotationFromUnitXZ::UnitX' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitXZ, UnitZ) == 0x00000C, "Member 'FoodsMathHelpers_RotationFromUnitXZ::UnitZ' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitXZ, Rotation) == 0x000018, "Member 'FoodsMathHelpers_RotationFromUnitXZ::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RotationFromUnitXZSafe \ static_assert(alignof(FoodsMathHelpers_RotationFromUnitXZSafe) == 0x000004, "Wrong alignment on FoodsMathHelpers_RotationFromUnitXZSafe"); \ static_assert(sizeof(FoodsMathHelpers_RotationFromUnitXZSafe) == 0x000024, "Wrong size on FoodsMathHelpers_RotationFromUnitXZSafe"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitXZSafe, UnitX) == 0x000000, "Member 'FoodsMathHelpers_RotationFromUnitXZSafe::UnitX' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitXZSafe, UnitZ) == 0x00000C, "Member 'FoodsMathHelpers_RotationFromUnitXZSafe::UnitZ' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitXZSafe, Rotation) == 0x000018, "Member 'FoodsMathHelpers_RotationFromUnitXZSafe::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RotationFromUnitY \ static_assert(alignof(FoodsMathHelpers_RotationFromUnitY) == 0x000004, "Wrong alignment on FoodsMathHelpers_RotationFromUnitY"); \ static_assert(sizeof(FoodsMathHelpers_RotationFromUnitY) == 0x000018, "Wrong size on FoodsMathHelpers_RotationFromUnitY"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitY, UnitY) == 0x000000, "Member 'FoodsMathHelpers_RotationFromUnitY::UnitY' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitY, Rotation) == 0x00000C, "Member 'FoodsMathHelpers_RotationFromUnitY::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RotationFromUnitYX \ static_assert(alignof(FoodsMathHelpers_RotationFromUnitYX) == 0x000004, "Wrong alignment on FoodsMathHelpers_RotationFromUnitYX"); \ static_assert(sizeof(FoodsMathHelpers_RotationFromUnitYX) == 0x000024, "Wrong size on FoodsMathHelpers_RotationFromUnitYX"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitYX, UnitY) == 0x000000, "Member 'FoodsMathHelpers_RotationFromUnitYX::UnitY' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitYX, UnitX) == 0x00000C, "Member 'FoodsMathHelpers_RotationFromUnitYX::UnitX' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitYX, Rotation) == 0x000018, "Member 'FoodsMathHelpers_RotationFromUnitYX::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RotationFromUnitYXSafe \ static_assert(alignof(FoodsMathHelpers_RotationFromUnitYXSafe) == 0x000004, "Wrong alignment on FoodsMathHelpers_RotationFromUnitYXSafe"); \ static_assert(sizeof(FoodsMathHelpers_RotationFromUnitYXSafe) == 0x000024, "Wrong size on FoodsMathHelpers_RotationFromUnitYXSafe"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitYXSafe, UnitY) == 0x000000, "Member 'FoodsMathHelpers_RotationFromUnitYXSafe::UnitY' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitYXSafe, UnitX) == 0x00000C, "Member 'FoodsMathHelpers_RotationFromUnitYXSafe::UnitX' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitYXSafe, Rotation) == 0x000018, "Member 'FoodsMathHelpers_RotationFromUnitYXSafe::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RotationFromUnitYZ \ static_assert(alignof(FoodsMathHelpers_RotationFromUnitYZ) == 0x000004, "Wrong alignment on FoodsMathHelpers_RotationFromUnitYZ"); \ static_assert(sizeof(FoodsMathHelpers_RotationFromUnitYZ) == 0x000024, "Wrong size on FoodsMathHelpers_RotationFromUnitYZ"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitYZ, UnitY) == 0x000000, "Member 'FoodsMathHelpers_RotationFromUnitYZ::UnitY' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitYZ, UnitZ) == 0x00000C, "Member 'FoodsMathHelpers_RotationFromUnitYZ::UnitZ' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitYZ, Rotation) == 0x000018, "Member 'FoodsMathHelpers_RotationFromUnitYZ::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RotationFromUnitYZSafe \ static_assert(alignof(FoodsMathHelpers_RotationFromUnitYZSafe) == 0x000004, "Wrong alignment on FoodsMathHelpers_RotationFromUnitYZSafe"); \ static_assert(sizeof(FoodsMathHelpers_RotationFromUnitYZSafe) == 0x000024, "Wrong size on FoodsMathHelpers_RotationFromUnitYZSafe"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitYZSafe, UnitY) == 0x000000, "Member 'FoodsMathHelpers_RotationFromUnitYZSafe::UnitY' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitYZSafe, UnitZ) == 0x00000C, "Member 'FoodsMathHelpers_RotationFromUnitYZSafe::UnitZ' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitYZSafe, Rotation) == 0x000018, "Member 'FoodsMathHelpers_RotationFromUnitYZSafe::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RotationFromUnitZ \ static_assert(alignof(FoodsMathHelpers_RotationFromUnitZ) == 0x000004, "Wrong alignment on FoodsMathHelpers_RotationFromUnitZ"); \ static_assert(sizeof(FoodsMathHelpers_RotationFromUnitZ) == 0x000018, "Wrong size on FoodsMathHelpers_RotationFromUnitZ"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitZ, UnitZ) == 0x000000, "Member 'FoodsMathHelpers_RotationFromUnitZ::UnitZ' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitZ, Rotation) == 0x00000C, "Member 'FoodsMathHelpers_RotationFromUnitZ::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RotationFromUnitZX \ static_assert(alignof(FoodsMathHelpers_RotationFromUnitZX) == 0x000004, "Wrong alignment on FoodsMathHelpers_RotationFromUnitZX"); \ static_assert(sizeof(FoodsMathHelpers_RotationFromUnitZX) == 0x000024, "Wrong size on FoodsMathHelpers_RotationFromUnitZX"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitZX, UnitZ) == 0x000000, "Member 'FoodsMathHelpers_RotationFromUnitZX::UnitZ' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitZX, UnitX) == 0x00000C, "Member 'FoodsMathHelpers_RotationFromUnitZX::UnitX' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitZX, Rotation) == 0x000018, "Member 'FoodsMathHelpers_RotationFromUnitZX::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RotationFromUnitZXSafe \ static_assert(alignof(FoodsMathHelpers_RotationFromUnitZXSafe) == 0x000004, "Wrong alignment on FoodsMathHelpers_RotationFromUnitZXSafe"); \ static_assert(sizeof(FoodsMathHelpers_RotationFromUnitZXSafe) == 0x000024, "Wrong size on FoodsMathHelpers_RotationFromUnitZXSafe"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitZXSafe, UnitZ) == 0x000000, "Member 'FoodsMathHelpers_RotationFromUnitZXSafe::UnitZ' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitZXSafe, UnitX) == 0x00000C, "Member 'FoodsMathHelpers_RotationFromUnitZXSafe::UnitX' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitZXSafe, Rotation) == 0x000018, "Member 'FoodsMathHelpers_RotationFromUnitZXSafe::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RotationFromUnitZY \ static_assert(alignof(FoodsMathHelpers_RotationFromUnitZY) == 0x000004, "Wrong alignment on FoodsMathHelpers_RotationFromUnitZY"); \ static_assert(sizeof(FoodsMathHelpers_RotationFromUnitZY) == 0x000024, "Wrong size on FoodsMathHelpers_RotationFromUnitZY"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitZY, UnitZ) == 0x000000, "Member 'FoodsMathHelpers_RotationFromUnitZY::UnitZ' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitZY, UnitY) == 0x00000C, "Member 'FoodsMathHelpers_RotationFromUnitZY::UnitY' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitZY, Rotation) == 0x000018, "Member 'FoodsMathHelpers_RotationFromUnitZY::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RotationFromUnitZYSafe \ static_assert(alignof(FoodsMathHelpers_RotationFromUnitZYSafe) == 0x000004, "Wrong alignment on FoodsMathHelpers_RotationFromUnitZYSafe"); \ static_assert(sizeof(FoodsMathHelpers_RotationFromUnitZYSafe) == 0x000024, "Wrong size on FoodsMathHelpers_RotationFromUnitZYSafe"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitZYSafe, UnitZ) == 0x000000, "Member 'FoodsMathHelpers_RotationFromUnitZYSafe::UnitZ' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitZYSafe, UnitY) == 0x00000C, "Member 'FoodsMathHelpers_RotationFromUnitZYSafe::UnitY' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationFromUnitZYSafe, Rotation) == 0x000018, "Member 'FoodsMathHelpers_RotationFromUnitZYSafe::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RotationSafePerp \ static_assert(alignof(FoodsMathHelpers_RotationSafePerp) == 0x000004, "Wrong alignment on FoodsMathHelpers_RotationSafePerp"); \ static_assert(sizeof(FoodsMathHelpers_RotationSafePerp) == 0x000024, "Wrong size on FoodsMathHelpers_RotationSafePerp"); \ static_assert(offsetof(FoodsMathHelpers_RotationSafePerp, UnitA) == 0x000000, "Member 'FoodsMathHelpers_RotationSafePerp::UnitA' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationSafePerp, UnitB) == 0x00000C, "Member 'FoodsMathHelpers_RotationSafePerp::UnitB' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationSafePerp, SafePerp) == 0x000018, "Member 'FoodsMathHelpers_RotationSafePerp::SafePerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_RotationSafeUp \ static_assert(alignof(FoodsMathHelpers_RotationSafeUp) == 0x000004, "Wrong alignment on FoodsMathHelpers_RotationSafeUp"); \ static_assert(sizeof(FoodsMathHelpers_RotationSafeUp) == 0x000018, "Wrong size on FoodsMathHelpers_RotationSafeUp"); \ static_assert(offsetof(FoodsMathHelpers_RotationSafeUp, Unit) == 0x000000, "Member 'FoodsMathHelpers_RotationSafeUp::Unit' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_RotationSafeUp, SafeUp) == 0x00000C, "Member 'FoodsMathHelpers_RotationSafeUp::SafeUp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_TriangleWave \ static_assert(alignof(FoodsMathHelpers_TriangleWave) == 0x000004, "Wrong alignment on FoodsMathHelpers_TriangleWave"); \ static_assert(sizeof(FoodsMathHelpers_TriangleWave) == 0x000010, "Wrong size on FoodsMathHelpers_TriangleWave"); \ static_assert(offsetof(FoodsMathHelpers_TriangleWave, Time) == 0x000000, "Member 'FoodsMathHelpers_TriangleWave::Time' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_TriangleWave, Period) == 0x000004, "Member 'FoodsMathHelpers_TriangleWave::Period' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_TriangleWave, Output) == 0x000008, "Member 'FoodsMathHelpers_TriangleWave::Output' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_TriangleWave, Amplitude) == 0x00000C, "Member 'FoodsMathHelpers_TriangleWave::Amplitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_TriangleWaveCosine \ static_assert(alignof(FoodsMathHelpers_TriangleWaveCosine) == 0x000004, "Wrong alignment on FoodsMathHelpers_TriangleWaveCosine"); \ static_assert(sizeof(FoodsMathHelpers_TriangleWaveCosine) == 0x000014, "Wrong size on FoodsMathHelpers_TriangleWaveCosine"); \ static_assert(offsetof(FoodsMathHelpers_TriangleWaveCosine, Time) == 0x000000, "Member 'FoodsMathHelpers_TriangleWaveCosine::Time' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_TriangleWaveCosine, Period) == 0x000004, "Member 'FoodsMathHelpers_TriangleWaveCosine::Period' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_TriangleWaveCosine, Output) == 0x000008, "Member 'FoodsMathHelpers_TriangleWaveCosine::Output' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_TriangleWaveCosine, Amplitude) == 0x00000C, "Member 'FoodsMathHelpers_TriangleWaveCosine::Amplitude' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_TriangleWaveCosine, Phase) == 0x000010, "Member 'FoodsMathHelpers_TriangleWaveCosine::Phase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_TriangleWaveSine \ static_assert(alignof(FoodsMathHelpers_TriangleWaveSine) == 0x000004, "Wrong alignment on FoodsMathHelpers_TriangleWaveSine"); \ static_assert(sizeof(FoodsMathHelpers_TriangleWaveSine) == 0x000010, "Wrong size on FoodsMathHelpers_TriangleWaveSine"); \ static_assert(offsetof(FoodsMathHelpers_TriangleWaveSine, Time) == 0x000000, "Member 'FoodsMathHelpers_TriangleWaveSine::Time' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_TriangleWaveSine, Period) == 0x000004, "Member 'FoodsMathHelpers_TriangleWaveSine::Period' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_TriangleWaveSine, Output) == 0x000008, "Member 'FoodsMathHelpers_TriangleWaveSine::Output' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_TriangleWaveSine, Amplitude) == 0x00000C, "Member 'FoodsMathHelpers_TriangleWaveSine::Amplitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_UniformPointOnSphere \ static_assert(alignof(FoodsMathHelpers_UniformPointOnSphere) == 0x000004, "Wrong alignment on FoodsMathHelpers_UniformPointOnSphere"); \ static_assert(sizeof(FoodsMathHelpers_UniformPointOnSphere) == 0x000014, "Wrong size on FoodsMathHelpers_UniformPointOnSphere"); \ static_assert(offsetof(FoodsMathHelpers_UniformPointOnSphere, NumPoints) == 0x000000, "Member 'FoodsMathHelpers_UniformPointOnSphere::NumPoints' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_UniformPointOnSphere, Point) == 0x000004, "Member 'FoodsMathHelpers_UniformPointOnSphere::Point' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_UniformPointOnSphere, PointOnSphere) == 0x000008, "Member 'FoodsMathHelpers_UniformPointOnSphere::PointOnSphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FoodsMathHelpers_UniformPointsOnSphere \ static_assert(alignof(FoodsMathHelpers_UniformPointsOnSphere) == 0x000008, "Wrong alignment on FoodsMathHelpers_UniformPointsOnSphere"); \ static_assert(sizeof(FoodsMathHelpers_UniformPointsOnSphere) == 0x000018, "Wrong size on FoodsMathHelpers_UniformPointsOnSphere"); \ static_assert(offsetof(FoodsMathHelpers_UniformPointsOnSphere, NumPoints) == 0x000000, "Member 'FoodsMathHelpers_UniformPointsOnSphere::NumPoints' has a wrong offset!"); \ static_assert(offsetof(FoodsMathHelpers_UniformPointsOnSphere, PointsOnSphere) == 0x000008, "Member 'FoodsMathHelpers_UniformPointsOnSphere::PointsOnSphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFoodsMathHelpers \ static_assert(alignof(UFoodsMathHelpers) == 0x000008, "Wrong alignment on UFoodsMathHelpers"); \ static_assert(sizeof(UFoodsMathHelpers) == 0x000028, "Wrong size on UFoodsMathHelpers"); \ #define DUMPER7_ASSERTS_AMeleeSpellTool \ static_assert(alignof(AMeleeSpellTool) == 0x000008, "Wrong alignment on AMeleeSpellTool"); \ static_assert(sizeof(AMeleeSpellTool) == 0x000800, "Wrong size on AMeleeSpellTool"); \ static_assert(offsetof(AMeleeSpellTool, MeleeRange) == 0x0007F0, "Member 'AMeleeSpellTool::MeleeRange' has a wrong offset!"); \ static_assert(offsetof(AMeleeSpellTool, MeleeHalfAngle) == 0x0007F4, "Member 'AMeleeSpellTool::MeleeHalfAngle' has a wrong offset!"); \ static_assert(offsetof(AMeleeSpellTool, HitMultipleTargets) == 0x0007F8, "Member 'AMeleeSpellTool::HitMultipleTargets' has a wrong offset!"); \ static_assert(offsetof(AMeleeSpellTool, OnlyAffectCharacters) == 0x0007F9, "Member 'AMeleeSpellTool::OnlyAffectCharacters' has a wrong offset!"); \ static_assert(offsetof(AMeleeSpellTool, CastAtTarget) == 0x0007FA, "Member 'AMeleeSpellTool::CastAtTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TriggerBox_Floor_OnOverlapBegin \ static_assert(alignof(TriggerBox_Floor_OnOverlapBegin) == 0x000008, "Wrong alignment on TriggerBox_Floor_OnOverlapBegin"); \ static_assert(sizeof(TriggerBox_Floor_OnOverlapBegin) == 0x0000A8, "Wrong size on TriggerBox_Floor_OnOverlapBegin"); \ static_assert(offsetof(TriggerBox_Floor_OnOverlapBegin, OverlappedComponent) == 0x000000, "Member 'TriggerBox_Floor_OnOverlapBegin::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(TriggerBox_Floor_OnOverlapBegin, OtherActor) == 0x000008, "Member 'TriggerBox_Floor_OnOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(TriggerBox_Floor_OnOverlapBegin, OtherComp) == 0x000010, "Member 'TriggerBox_Floor_OnOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(TriggerBox_Floor_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'TriggerBox_Floor_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(TriggerBox_Floor_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'TriggerBox_Floor_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(TriggerBox_Floor_OnOverlapBegin, SweepResult) == 0x000020, "Member 'TriggerBox_Floor_OnOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TriggerBox_Floor_OnOverlapEnd \ static_assert(alignof(TriggerBox_Floor_OnOverlapEnd) == 0x000008, "Wrong alignment on TriggerBox_Floor_OnOverlapEnd"); \ static_assert(sizeof(TriggerBox_Floor_OnOverlapEnd) == 0x000020, "Wrong size on TriggerBox_Floor_OnOverlapEnd"); \ static_assert(offsetof(TriggerBox_Floor_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'TriggerBox_Floor_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(TriggerBox_Floor_OnOverlapEnd, OtherActor) == 0x000008, "Member 'TriggerBox_Floor_OnOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(TriggerBox_Floor_OnOverlapEnd, OtherComp) == 0x000010, "Member 'TriggerBox_Floor_OnOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(TriggerBox_Floor_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'TriggerBox_Floor_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATriggerBox_Floor \ static_assert(alignof(ATriggerBox_Floor) == 0x000008, "Wrong alignment on ATriggerBox_Floor"); \ static_assert(sizeof(ATriggerBox_Floor) == 0x000250, "Wrong size on ATriggerBox_Floor"); \ #define DUMPER7_ASSERTS_MenuCursorWidget_ScaleCursor \ static_assert(alignof(MenuCursorWidget_ScaleCursor) == 0x000001, "Wrong alignment on MenuCursorWidget_ScaleCursor"); \ static_assert(sizeof(MenuCursorWidget_ScaleCursor) == 0x000001, "Wrong size on MenuCursorWidget_ScaleCursor"); \ static_assert(offsetof(MenuCursorWidget_ScaleCursor, IsHover) == 0x000000, "Member 'MenuCursorWidget_ScaleCursor::IsHover' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MenuCursorWidget_SetTooltipExpandState \ static_assert(alignof(MenuCursorWidget_SetTooltipExpandState) == 0x000001, "Wrong alignment on MenuCursorWidget_SetTooltipExpandState"); \ static_assert(sizeof(MenuCursorWidget_SetTooltipExpandState) == 0x000002, "Wrong size on MenuCursorWidget_SetTooltipExpandState"); \ static_assert(offsetof(MenuCursorWidget_SetTooltipExpandState, IsExpanded) == 0x000000, "Member 'MenuCursorWidget_SetTooltipExpandState::IsExpanded' has a wrong offset!"); \ static_assert(offsetof(MenuCursorWidget_SetTooltipExpandState, ShouldAnimate) == 0x000001, "Member 'MenuCursorWidget_SetTooltipExpandState::ShouldAnimate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMenuCursorWidget \ static_assert(alignof(UMenuCursorWidget) == 0x000008, "Wrong alignment on UMenuCursorWidget"); \ static_assert(sizeof(UMenuCursorWidget) == 0x000278, "Wrong size on UMenuCursorWidget"); \ static_assert(offsetof(UMenuCursorWidget, IsScaledDown) == 0x000268, "Member 'UMenuCursorWidget::IsScaledDown' has a wrong offset!"); \ static_assert(offsetof(UMenuCursorWidget, DefaultExpandState) == 0x000269, "Member 'UMenuCursorWidget::DefaultExpandState' has a wrong offset!"); \ static_assert(offsetof(UMenuCursorWidget, FadeInStarted) == 0x00026A, "Member 'UMenuCursorWidget::FadeInStarted' has a wrong offset!"); \ static_assert(offsetof(UMenuCursorWidget, FadeOutStarted) == 0x00026B, "Member 'UMenuCursorWidget::FadeOutStarted' has a wrong offset!"); \ static_assert(offsetof(UMenuCursorWidget, DoneFading) == 0x00026C, "Member 'UMenuCursorWidget::DoneFading' has a wrong offset!"); \ static_assert(offsetof(UMenuCursorWidget, FadeSpeed) == 0x000270, "Member 'UMenuCursorWidget::FadeSpeed' has a wrong offset!"); \ static_assert(offsetof(UMenuCursorWidget, DefaultFadeSpeed) == 0x000274, "Member 'UMenuCursorWidget::DefaultFadeSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_CharacterOptions \ static_assert(alignof(USceneActionState_CharacterOptions) == 0x000008, "Wrong alignment on USceneActionState_CharacterOptions"); \ static_assert(sizeof(USceneActionState_CharacterOptions) == 0x000140, "Wrong size on USceneActionState_CharacterOptions"); \ #define DUMPER7_ASSERTS_UMenuReaderTestScreen \ static_assert(alignof(UMenuReaderTestScreen) == 0x000008, "Wrong alignment on UMenuReaderTestScreen"); \ static_assert(sizeof(UMenuReaderTestScreen) == 0x000390, "Wrong size on UMenuReaderTestScreen"); \ static_assert(offsetof(UMenuReaderTestScreen, ButtonStrings) == 0x000370, "Member 'UMenuReaderTestScreen::ButtonStrings' has a wrong offset!"); \ static_assert(offsetof(UMenuReaderTestScreen, DummyPronunciationStrings) == 0x000380, "Member 'UMenuReaderTestScreen::DummyPronunciationStrings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackTransfigurationPreviewAttachmentLocationTargetGetter \ static_assert(alignof(UCameraStackTransfigurationPreviewAttachmentLocationTargetGetter) == 0x000008, "Wrong alignment on UCameraStackTransfigurationPreviewAttachmentLocationTargetGetter"); \ static_assert(sizeof(UCameraStackTransfigurationPreviewAttachmentLocationTargetGetter) == 0x0000C0, "Wrong size on UCameraStackTransfigurationPreviewAttachmentLocationTargetGetter"); \ #define DUMPER7_ASSERTS_UMenuTextButton \ static_assert(alignof(UMenuTextButton) == 0x000008, "Wrong alignment on UMenuTextButton"); \ static_assert(sizeof(UMenuTextButton) == 0x000268, "Wrong size on UMenuTextButton"); \ #define DUMPER7_ASSERTS_USceneActionBlueprintVarProviderTransform \ static_assert(alignof(USceneActionBlueprintVarProviderTransform) == 0x000008, "Wrong alignment on USceneActionBlueprintVarProviderTransform"); \ static_assert(sizeof(USceneActionBlueprintVarProviderTransform) == 0x000040, "Wrong size on USceneActionBlueprintVarProviderTransform"); \ static_assert(offsetof(USceneActionBlueprintVarProviderTransform, Value) == 0x000038, "Member 'USceneActionBlueprintVarProviderTransform::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMiniMapParameters \ static_assert(alignof(UMiniMapParameters) == 0x000008, "Wrong alignment on UMiniMapParameters"); \ static_assert(sizeof(UMiniMapParameters) == 0x000040, "Wrong size on UMiniMapParameters"); \ static_assert(offsetof(UMiniMapParameters, BottomLeft) == 0x000030, "Member 'UMiniMapParameters::BottomLeft' has a wrong offset!"); \ static_assert(offsetof(UMiniMapParameters, Width) == 0x000038, "Member 'UMiniMapParameters::Width' has a wrong offset!"); \ static_assert(offsetof(UMiniMapParameters, Height) == 0x00003C, "Member 'UMiniMapParameters::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapDungeon_ChangeLevel \ static_assert(alignof(MinimapDungeon_ChangeLevel) == 0x000004, "Wrong alignment on MinimapDungeon_ChangeLevel"); \ static_assert(sizeof(MinimapDungeon_ChangeLevel) == 0x000008, "Wrong size on MinimapDungeon_ChangeLevel"); \ static_assert(offsetof(MinimapDungeon_ChangeLevel, LevelIndex) == 0x000000, "Member 'MinimapDungeon_ChangeLevel::LevelIndex' has a wrong offset!"); \ static_assert(offsetof(MinimapDungeon_ChangeLevel, fromInit) == 0x000004, "Member 'MinimapDungeon_ChangeLevel::fromInit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapDungeon_Init \ static_assert(alignof(MinimapDungeon_Init) == 0x000001, "Wrong alignment on MinimapDungeon_Init"); \ static_assert(sizeof(MinimapDungeon_Init) == 0x000001, "Wrong size on MinimapDungeon_Init"); \ static_assert(offsetof(MinimapDungeon_Init, LoadNavMesh) == 0x000000, "Member 'MinimapDungeon_Init::LoadNavMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapDungeon_TextureLoadedCallback \ static_assert(alignof(MinimapDungeon_TextureLoadedCallback) == 0x000008, "Wrong alignment on MinimapDungeon_TextureLoadedCallback"); \ static_assert(sizeof(MinimapDungeon_TextureLoadedCallback) == 0x000010, "Wrong size on MinimapDungeon_TextureLoadedCallback"); \ static_assert(offsetof(MinimapDungeon_TextureLoadedCallback, Texture) == 0x000000, "Member 'MinimapDungeon_TextureLoadedCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(MinimapDungeon_TextureLoadedCallback, Param) == 0x000008, "Member 'MinimapDungeon_TextureLoadedCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMinimapDungeon \ static_assert(alignof(UMinimapDungeon) == 0x000008, "Wrong alignment on UMinimapDungeon"); \ static_assert(sizeof(UMinimapDungeon) == 0x000578, "Wrong size on UMinimapDungeon"); \ static_assert(offsetof(UMinimapDungeon, BlackTexture) == 0x0004A8, "Member 'UMinimapDungeon::BlackTexture' has a wrong offset!"); \ static_assert(offsetof(UMinimapDungeon, DungeonMap) == 0x0004B0, "Member 'UMinimapDungeon::DungeonMap' has a wrong offset!"); \ static_assert(offsetof(UMinimapDungeon, DungeonTextureBlitter) == 0x000508, "Member 'UMinimapDungeon::DungeonTextureBlitter' has a wrong offset!"); \ static_assert(offsetof(UMinimapDungeon, MapTexture) == 0x000510, "Member 'UMinimapDungeon::MapTexture' has a wrong offset!"); \ static_assert(offsetof(UMinimapDungeon, RevealTexture) == 0x000518, "Member 'UMinimapDungeon::RevealTexture' has a wrong offset!"); \ static_assert(offsetof(UMinimapDungeon, SeenTexture) == 0x000520, "Member 'UMinimapDungeon::SeenTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_InputKeyConsoleCommand \ static_assert(alignof(PhoenixMMCommandImplementations_InputKeyConsoleCommand) == 0x000008, "Wrong alignment on PhoenixMMCommandImplementations_InputKeyConsoleCommand"); \ static_assert(sizeof(PhoenixMMCommandImplementations_InputKeyConsoleCommand) == 0x000028, "Wrong size on PhoenixMMCommandImplementations_InputKeyConsoleCommand"); \ static_assert(offsetof(PhoenixMMCommandImplementations_InputKeyConsoleCommand, KeyStates) == 0x000000, "Member 'PhoenixMMCommandImplementations_InputKeyConsoleCommand::KeyStates' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_InputKeyConsoleCommand, Button) == 0x000010, "Member 'PhoenixMMCommandImplementations_InputKeyConsoleCommand::Button' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_InputKeyConsoleCommand, ReturnValue) == 0x000020, "Member 'PhoenixMMCommandImplementations_InputKeyConsoleCommand::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_ToggleWImGUIMainWindow \ static_assert(alignof(PhoenixMMCommandImplementations_ToggleWImGUIMainWindow) == 0x000001, "Wrong alignment on PhoenixMMCommandImplementations_ToggleWImGUIMainWindow"); \ static_assert(sizeof(PhoenixMMCommandImplementations_ToggleWImGUIMainWindow) == 0x000001, "Wrong size on PhoenixMMCommandImplementations_ToggleWImGUIMainWindow"); \ static_assert(offsetof(PhoenixMMCommandImplementations_ToggleWImGUIMainWindow, ReturnValue) == 0x000000, "Member 'PhoenixMMCommandImplementations_ToggleWImGUIMainWindow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_ButtonDelegate \ static_assert(alignof(PhoenixMMCommandImplementations_ButtonDelegate) == 0x000008, "Wrong alignment on PhoenixMMCommandImplementations_ButtonDelegate"); \ static_assert(sizeof(PhoenixMMCommandImplementations_ButtonDelegate) == 0x000018, "Wrong size on PhoenixMMCommandImplementations_ButtonDelegate"); \ static_assert(offsetof(PhoenixMMCommandImplementations_ButtonDelegate, Key) == 0x000000, "Member 'PhoenixMMCommandImplementations_ButtonDelegate::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QACameraLookInDirection \ static_assert(alignof(PhoenixMMCommandImplementations_QACameraLookInDirection) == 0x000004, "Wrong alignment on PhoenixMMCommandImplementations_QACameraLookInDirection"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QACameraLookInDirection) == 0x000008, "Wrong size on PhoenixMMCommandImplementations_QACameraLookInDirection"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QACameraLookInDirection, AroundY) == 0x000000, "Member 'PhoenixMMCommandImplementations_QACameraLookInDirection::AroundY' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QACameraLookInDirection, AroundZ) == 0x000004, "Member 'PhoenixMMCommandImplementations_QACameraLookInDirection::AroundZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QAGetAllLocation \ static_assert(alignof(PhoenixMMCommandImplementations_QAGetAllLocation) == 0x000008, "Wrong alignment on PhoenixMMCommandImplementations_QAGetAllLocation"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QAGetAllLocation) == 0x000010, "Wrong size on PhoenixMMCommandImplementations_QAGetAllLocation"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QAGetAllLocation, ActorName) == 0x000000, "Member 'PhoenixMMCommandImplementations_QAGetAllLocation::ActorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QAGetAverageFrametime \ static_assert(alignof(PhoenixMMCommandImplementations_QAGetAverageFrametime) == 0x000004, "Wrong alignment on PhoenixMMCommandImplementations_QAGetAverageFrametime"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QAGetAverageFrametime) == 0x000008, "Wrong size on PhoenixMMCommandImplementations_QAGetAverageFrametime"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QAGetAverageFrametime, FrameSampleCount) == 0x000000, "Member 'PhoenixMMCommandImplementations_QAGetAverageFrametime::FrameSampleCount' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QAGetAverageFrametime, SampleFrequencyMS) == 0x000004, "Member 'PhoenixMMCommandImplementations_QAGetAverageFrametime::SampleFrequencyMS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QAGetPOIs \ static_assert(alignof(PhoenixMMCommandImplementations_QAGetPOIs) == 0x000008, "Wrong alignment on PhoenixMMCommandImplementations_QAGetPOIs"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QAGetPOIs) == 0x000010, "Wrong size on PhoenixMMCommandImplementations_QAGetPOIs"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QAGetPOIs, SearchString) == 0x000000, "Member 'PhoenixMMCommandImplementations_QAGetPOIs::SearchString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QAGetTODLocations \ static_assert(alignof(PhoenixMMCommandImplementations_QAGetTODLocations) == 0x000008, "Wrong alignment on PhoenixMMCommandImplementations_QAGetTODLocations"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QAGetTODLocations) == 0x000010, "Wrong size on PhoenixMMCommandImplementations_QAGetTODLocations"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QAGetTODLocations, TODGroup) == 0x000000, "Member 'PhoenixMMCommandImplementations_QAGetTODLocations::TODGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QAGivePlayer \ static_assert(alignof(PhoenixMMCommandImplementations_QAGivePlayer) == 0x000008, "Wrong alignment on PhoenixMMCommandImplementations_QAGivePlayer"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QAGivePlayer) == 0x000010, "Wrong size on PhoenixMMCommandImplementations_QAGivePlayer"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QAGivePlayer, Item) == 0x000000, "Member 'PhoenixMMCommandImplementations_QAGivePlayer::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QAGivePlayerResource \ static_assert(alignof(PhoenixMMCommandImplementations_QAGivePlayerResource) == 0x000008, "Wrong alignment on PhoenixMMCommandImplementations_QAGivePlayerResource"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QAGivePlayerResource) == 0x000018, "Wrong size on PhoenixMMCommandImplementations_QAGivePlayerResource"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QAGivePlayerResource, ResourceType) == 0x000000, "Member 'PhoenixMMCommandImplementations_QAGivePlayerResource::ResourceType' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QAGivePlayerResource, Amount) == 0x000010, "Member 'PhoenixMMCommandImplementations_QAGivePlayerResource::Amount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QAGoToPosition \ static_assert(alignof(PhoenixMMCommandImplementations_QAGoToPosition) == 0x000004, "Wrong alignment on PhoenixMMCommandImplementations_QAGoToPosition"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QAGoToPosition) == 0x00000C, "Wrong size on PhoenixMMCommandImplementations_QAGoToPosition"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QAGoToPosition, X) == 0x000000, "Member 'PhoenixMMCommandImplementations_QAGoToPosition::X' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QAGoToPosition, Y) == 0x000004, "Member 'PhoenixMMCommandImplementations_QAGoToPosition::Y' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QAGoToPosition, Z) == 0x000008, "Member 'PhoenixMMCommandImplementations_QAGoToPosition::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QAKillEnemiesInRadius \ static_assert(alignof(PhoenixMMCommandImplementations_QAKillEnemiesInRadius) == 0x000004, "Wrong alignment on PhoenixMMCommandImplementations_QAKillEnemiesInRadius"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QAKillEnemiesInRadius) == 0x000004, "Wrong size on PhoenixMMCommandImplementations_QAKillEnemiesInRadius"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QAKillEnemiesInRadius, Radius) == 0x000000, "Member 'PhoenixMMCommandImplementations_QAKillEnemiesInRadius::Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QALocationLogAdd \ static_assert(alignof(PhoenixMMCommandImplementations_QALocationLogAdd) == 0x000008, "Wrong alignment on PhoenixMMCommandImplementations_QALocationLogAdd"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QALocationLogAdd) == 0x000010, "Wrong size on PhoenixMMCommandImplementations_QALocationLogAdd"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QALocationLogAdd, LocationName) == 0x000000, "Member 'PhoenixMMCommandImplementations_QALocationLogAdd::LocationName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QALockPlayerAtCurrentPosition \ static_assert(alignof(PhoenixMMCommandImplementations_QALockPlayerAtCurrentPosition) == 0x000001, "Wrong alignment on PhoenixMMCommandImplementations_QALockPlayerAtCurrentPosition"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QALockPlayerAtCurrentPosition) == 0x000001, "Wrong size on PhoenixMMCommandImplementations_QALockPlayerAtCurrentPosition"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QALockPlayerAtCurrentPosition, Set) == 0x000000, "Member 'PhoenixMMCommandImplementations_QALockPlayerAtCurrentPosition::Set' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QALockPlayerPosition \ static_assert(alignof(PhoenixMMCommandImplementations_QALockPlayerPosition) == 0x000004, "Wrong alignment on PhoenixMMCommandImplementations_QALockPlayerPosition"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QALockPlayerPosition) == 0x000010, "Wrong size on PhoenixMMCommandImplementations_QALockPlayerPosition"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QALockPlayerPosition, Set) == 0x000000, "Member 'PhoenixMMCommandImplementations_QALockPlayerPosition::Set' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QALockPlayerPosition, X) == 0x000004, "Member 'PhoenixMMCommandImplementations_QALockPlayerPosition::X' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QALockPlayerPosition, Y) == 0x000008, "Member 'PhoenixMMCommandImplementations_QALockPlayerPosition::Y' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QALockPlayerPosition, Z) == 0x00000C, "Member 'PhoenixMMCommandImplementations_QALockPlayerPosition::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QALookAtActor \ static_assert(alignof(PhoenixMMCommandImplementations_QALookAtActor) == 0x000008, "Wrong alignment on PhoenixMMCommandImplementations_QALookAtActor"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QALookAtActor) == 0x000018, "Wrong size on PhoenixMMCommandImplementations_QALookAtActor"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QALookAtActor, ActorName) == 0x000000, "Member 'PhoenixMMCommandImplementations_QALookAtActor::ActorName' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QALookAtActor, Target) == 0x000010, "Member 'PhoenixMMCommandImplementations_QALookAtActor::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QAPlayerLookInDirection \ static_assert(alignof(PhoenixMMCommandImplementations_QAPlayerLookInDirection) == 0x000004, "Wrong alignment on PhoenixMMCommandImplementations_QAPlayerLookInDirection"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QAPlayerLookInDirection) == 0x000004, "Wrong size on PhoenixMMCommandImplementations_QAPlayerLookInDirection"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QAPlayerLookInDirection, AroundY) == 0x000000, "Member 'PhoenixMMCommandImplementations_QAPlayerLookInDirection::AroundY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QAPressButtonConsole \ static_assert(alignof(PhoenixMMCommandImplementations_QAPressButtonConsole) == 0x000008, "Wrong alignment on PhoenixMMCommandImplementations_QAPressButtonConsole"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QAPressButtonConsole) == 0x000018, "Wrong size on PhoenixMMCommandImplementations_QAPressButtonConsole"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QAPressButtonConsole, ButtonName) == 0x000000, "Member 'PhoenixMMCommandImplementations_QAPressButtonConsole::ButtonName' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QAPressButtonConsole, TimePressed) == 0x000010, "Member 'PhoenixMMCommandImplementations_QAPressButtonConsole::TimePressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QARecordPlayerLocation \ static_assert(alignof(PhoenixMMCommandImplementations_QARecordPlayerLocation) == 0x000008, "Wrong alignment on PhoenixMMCommandImplementations_QARecordPlayerLocation"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QARecordPlayerLocation) == 0x000010, "Wrong size on PhoenixMMCommandImplementations_QARecordPlayerLocation"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QARecordPlayerLocation, IdentifyingString) == 0x000000, "Member 'PhoenixMMCommandImplementations_QARecordPlayerLocation::IdentifyingString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QARunForward \ static_assert(alignof(PhoenixMMCommandImplementations_QARunForward) == 0x000004, "Wrong alignment on PhoenixMMCommandImplementations_QARunForward"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QARunForward) == 0x000004, "Wrong size on PhoenixMMCommandImplementations_QARunForward"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QARunForward, Speed) == 0x000000, "Member 'PhoenixMMCommandImplementations_QARunForward::Speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QASetPlayerRotation \ static_assert(alignof(PhoenixMMCommandImplementations_QASetPlayerRotation) == 0x000004, "Wrong alignment on PhoenixMMCommandImplementations_QASetPlayerRotation"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QASetPlayerRotation) == 0x00000C, "Wrong size on PhoenixMMCommandImplementations_QASetPlayerRotation"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QASetPlayerRotation, rotX) == 0x000000, "Member 'PhoenixMMCommandImplementations_QASetPlayerRotation::rotX' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QASetPlayerRotation, rotY) == 0x000004, "Member 'PhoenixMMCommandImplementations_QASetPlayerRotation::rotY' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QASetPlayerRotation, rotZ) == 0x000008, "Member 'PhoenixMMCommandImplementations_QASetPlayerRotation::rotZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QASetPlayerStart \ static_assert(alignof(PhoenixMMCommandImplementations_QASetPlayerStart) == 0x000004, "Wrong alignment on PhoenixMMCommandImplementations_QASetPlayerStart"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QASetPlayerStart) == 0x000018, "Wrong size on PhoenixMMCommandImplementations_QASetPlayerStart"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QASetPlayerStart, locX) == 0x000000, "Member 'PhoenixMMCommandImplementations_QASetPlayerStart::locX' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QASetPlayerStart, locY) == 0x000004, "Member 'PhoenixMMCommandImplementations_QASetPlayerStart::locY' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QASetPlayerStart, locZ) == 0x000008, "Member 'PhoenixMMCommandImplementations_QASetPlayerStart::locZ' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QASetPlayerStart, rotX) == 0x00000C, "Member 'PhoenixMMCommandImplementations_QASetPlayerStart::rotX' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QASetPlayerStart, rotY) == 0x000010, "Member 'PhoenixMMCommandImplementations_QASetPlayerStart::rotY' has a wrong offset!"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QASetPlayerStart, rotZ) == 0x000014, "Member 'PhoenixMMCommandImplementations_QASetPlayerStart::rotZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_QAStreamingRecordSession \ static_assert(alignof(PhoenixMMCommandImplementations_QAStreamingRecordSession) == 0x000008, "Wrong alignment on PhoenixMMCommandImplementations_QAStreamingRecordSession"); \ static_assert(sizeof(PhoenixMMCommandImplementations_QAStreamingRecordSession) == 0x000010, "Wrong size on PhoenixMMCommandImplementations_QAStreamingRecordSession"); \ static_assert(offsetof(PhoenixMMCommandImplementations_QAStreamingRecordSession, SessionName) == 0x000000, "Member 'PhoenixMMCommandImplementations_QAStreamingRecordSession::SessionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_RunAtDungeonDelegate \ static_assert(alignof(PhoenixMMCommandImplementations_RunAtDungeonDelegate) == 0x000004, "Wrong alignment on PhoenixMMCommandImplementations_RunAtDungeonDelegate"); \ static_assert(sizeof(PhoenixMMCommandImplementations_RunAtDungeonDelegate) == 0x00000C, "Wrong size on PhoenixMMCommandImplementations_RunAtDungeonDelegate"); \ static_assert(offsetof(PhoenixMMCommandImplementations_RunAtDungeonDelegate, TargetLocation) == 0x000000, "Member 'PhoenixMMCommandImplementations_RunAtDungeonDelegate::TargetLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixMMCommandImplementations_RunAtDungeonExitDelegate \ static_assert(alignof(PhoenixMMCommandImplementations_RunAtDungeonExitDelegate) == 0x000004, "Wrong alignment on PhoenixMMCommandImplementations_RunAtDungeonExitDelegate"); \ static_assert(sizeof(PhoenixMMCommandImplementations_RunAtDungeonExitDelegate) == 0x00000C, "Wrong size on PhoenixMMCommandImplementations_RunAtDungeonExitDelegate"); \ static_assert(offsetof(PhoenixMMCommandImplementations_RunAtDungeonExitDelegate, TargetLocation) == 0x000000, "Member 'PhoenixMMCommandImplementations_RunAtDungeonExitDelegate::TargetLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixMMCommandImplementations \ static_assert(alignof(UPhoenixMMCommandImplementations) == 0x000008, "Wrong alignment on UPhoenixMMCommandImplementations"); \ static_assert(sizeof(UPhoenixMMCommandImplementations) == 0x0000D8, "Wrong size on UPhoenixMMCommandImplementations"); \ #define DUMPER7_ASSERTS_MinimapHogsmeade_ChangeLevel \ static_assert(alignof(MinimapHogsmeade_ChangeLevel) == 0x000004, "Wrong alignment on MinimapHogsmeade_ChangeLevel"); \ static_assert(sizeof(MinimapHogsmeade_ChangeLevel) == 0x000008, "Wrong size on MinimapHogsmeade_ChangeLevel"); \ static_assert(offsetof(MinimapHogsmeade_ChangeLevel, LevelIndex) == 0x000000, "Member 'MinimapHogsmeade_ChangeLevel::LevelIndex' has a wrong offset!"); \ static_assert(offsetof(MinimapHogsmeade_ChangeLevel, fromInit) == 0x000004, "Member 'MinimapHogsmeade_ChangeLevel::fromInit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapHogsmeade_GetBottomRightBound \ static_assert(alignof(MinimapHogsmeade_GetBottomRightBound) == 0x000004, "Wrong alignment on MinimapHogsmeade_GetBottomRightBound"); \ static_assert(sizeof(MinimapHogsmeade_GetBottomRightBound) == 0x000008, "Wrong size on MinimapHogsmeade_GetBottomRightBound"); \ static_assert(offsetof(MinimapHogsmeade_GetBottomRightBound, ReturnValue) == 0x000000, "Member 'MinimapHogsmeade_GetBottomRightBound::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapHogsmeade_GetDebugPlayerOffset \ static_assert(alignof(MinimapHogsmeade_GetDebugPlayerOffset) == 0x000004, "Wrong alignment on MinimapHogsmeade_GetDebugPlayerOffset"); \ static_assert(sizeof(MinimapHogsmeade_GetDebugPlayerOffset) == 0x00000C, "Wrong size on MinimapHogsmeade_GetDebugPlayerOffset"); \ static_assert(offsetof(MinimapHogsmeade_GetDebugPlayerOffset, ReturnValue) == 0x000000, "Member 'MinimapHogsmeade_GetDebugPlayerOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapHogsmeade_GetTopLeftBound \ static_assert(alignof(MinimapHogsmeade_GetTopLeftBound) == 0x000004, "Wrong alignment on MinimapHogsmeade_GetTopLeftBound"); \ static_assert(sizeof(MinimapHogsmeade_GetTopLeftBound) == 0x000008, "Wrong size on MinimapHogsmeade_GetTopLeftBound"); \ static_assert(offsetof(MinimapHogsmeade_GetTopLeftBound, ReturnValue) == 0x000000, "Member 'MinimapHogsmeade_GetTopLeftBound::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapHogsmeade_Init \ static_assert(alignof(MinimapHogsmeade_Init) == 0x000001, "Wrong alignment on MinimapHogsmeade_Init"); \ static_assert(sizeof(MinimapHogsmeade_Init) == 0x000001, "Wrong size on MinimapHogsmeade_Init"); \ static_assert(offsetof(MinimapHogsmeade_Init, LoadNavMesh) == 0x000000, "Member 'MinimapHogsmeade_Init::LoadNavMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapHogsmeade_TextureLoadedCallback \ static_assert(alignof(MinimapHogsmeade_TextureLoadedCallback) == 0x000008, "Wrong alignment on MinimapHogsmeade_TextureLoadedCallback"); \ static_assert(sizeof(MinimapHogsmeade_TextureLoadedCallback) == 0x000010, "Wrong size on MinimapHogsmeade_TextureLoadedCallback"); \ static_assert(offsetof(MinimapHogsmeade_TextureLoadedCallback, Texture) == 0x000000, "Member 'MinimapHogsmeade_TextureLoadedCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(MinimapHogsmeade_TextureLoadedCallback, Param) == 0x000008, "Member 'MinimapHogsmeade_TextureLoadedCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMinimapHogsmeade \ static_assert(alignof(UMinimapHogsmeade) == 0x000008, "Wrong alignment on UMinimapHogsmeade"); \ static_assert(sizeof(UMinimapHogsmeade) == 0x0004D0, "Wrong size on UMinimapHogsmeade"); \ #define DUMPER7_ASSERTS_AWaterMill \ static_assert(alignof(AWaterMill) == 0x000008, "Wrong alignment on AWaterMill"); \ static_assert(sizeof(AWaterMill) == 0x000248, "Wrong size on AWaterMill"); \ #define DUMPER7_ASSERTS_USharedMinimapData \ static_assert(alignof(USharedMinimapData) == 0x000008, "Wrong alignment on USharedMinimapData"); \ static_assert(sizeof(USharedMinimapData) == 0x000080, "Wrong size on USharedMinimapData"); \ static_assert(offsetof(USharedMinimapData, PathDirectionTimerMax) == 0x000030, "Member 'USharedMinimapData::PathDirectionTimerMax' has a wrong offset!"); \ static_assert(offsetof(USharedMinimapData, DirectionIndicatorLength) == 0x000034, "Member 'USharedMinimapData::DirectionIndicatorLength' has a wrong offset!"); \ static_assert(offsetof(USharedMinimapData, PathPointSpacingModifier) == 0x000038, "Member 'USharedMinimapData::PathPointSpacingModifier' has a wrong offset!"); \ static_assert(offsetof(USharedMinimapData, PathPointSpacingModifierHogsmeade) == 0x00003C, "Member 'USharedMinimapData::PathPointSpacingModifierHogsmeade' has a wrong offset!"); \ static_assert(offsetof(USharedMinimapData, IconScale) == 0x000040, "Member 'USharedMinimapData::IconScale' has a wrong offset!"); \ static_assert(offsetof(USharedMinimapData, AllowedOffMapDistanceModifier) == 0x000044, "Member 'USharedMinimapData::AllowedOffMapDistanceModifier' has a wrong offset!"); \ static_assert(offsetof(USharedMinimapData, MinimumTimeBeforeRestart) == 0x000048, "Member 'USharedMinimapData::MinimumTimeBeforeRestart' has a wrong offset!"); \ static_assert(offsetof(USharedMinimapData, PathAlphaDecayFactor) == 0x00004C, "Member 'USharedMinimapData::PathAlphaDecayFactor' has a wrong offset!"); \ static_assert(offsetof(USharedMinimapData, MinimumPathAlpha) == 0x000050, "Member 'USharedMinimapData::MinimumPathAlpha' has a wrong offset!"); \ static_assert(offsetof(USharedMinimapData, MaxHeightDelta) == 0x000054, "Member 'USharedMinimapData::MaxHeightDelta' has a wrong offset!"); \ static_assert(offsetof(USharedMinimapData, MinimumPathPointScale) == 0x000058, "Member 'USharedMinimapData::MinimumPathPointScale' has a wrong offset!"); \ static_assert(offsetof(USharedMinimapData, DefaultOverlapDistance) == 0x00005C, "Member 'USharedMinimapData::DefaultOverlapDistance' has a wrong offset!"); \ static_assert(offsetof(USharedMinimapData, DirectionColor) == 0x000060, "Member 'USharedMinimapData::DirectionColor' has a wrong offset!"); \ static_assert(offsetof(USharedMinimapData, TrackedColor) == 0x000070, "Member 'USharedMinimapData::TrackedColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ExternalCameraCut \ static_assert(alignof(USceneAction_ExternalCameraCut) == 0x000008, "Wrong alignment on USceneAction_ExternalCameraCut"); \ static_assert(sizeof(USceneAction_ExternalCameraCut) == 0x000088, "Wrong size on USceneAction_ExternalCameraCut"); \ #define DUMPER7_ASSERTS_MinimapManager_AddIntrusionArea \ static_assert(alignof(MinimapManager_AddIntrusionArea) == 0x000008, "Wrong alignment on MinimapManager_AddIntrusionArea"); \ static_assert(sizeof(MinimapManager_AddIntrusionArea) == 0x000008, "Wrong size on MinimapManager_AddIntrusionArea"); \ static_assert(offsetof(MinimapManager_AddIntrusionArea, IntrusionActor) == 0x000000, "Member 'MinimapManager_AddIntrusionArea::IntrusionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_AddMiniMap \ static_assert(alignof(MinimapManager_AddMiniMap) == 0x000008, "Wrong alignment on MinimapManager_AddMiniMap"); \ static_assert(sizeof(MinimapManager_AddMiniMap) == 0x000008, "Wrong size on MinimapManager_AddMiniMap"); \ static_assert(offsetof(MinimapManager_AddMiniMap, pMiniMapbase) == 0x000000, "Member 'MinimapManager_AddMiniMap::pMiniMapbase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_FindMapByName \ static_assert(alignof(MinimapManager_FindMapByName) == 0x000008, "Wrong alignment on MinimapManager_FindMapByName"); \ static_assert(sizeof(MinimapManager_FindMapByName) == 0x000018, "Wrong size on MinimapManager_FindMapByName"); \ static_assert(offsetof(MinimapManager_FindMapByName, MapName) == 0x000000, "Member 'MinimapManager_FindMapByName::MapName' has a wrong offset!"); \ static_assert(offsetof(MinimapManager_FindMapByName, ReturnValue) == 0x000010, "Member 'MinimapManager_FindMapByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_GetActiveMiniMap \ static_assert(alignof(MinimapManager_GetActiveMiniMap) == 0x000008, "Wrong alignment on MinimapManager_GetActiveMiniMap"); \ static_assert(sizeof(MinimapManager_GetActiveMiniMap) == 0x000008, "Wrong size on MinimapManager_GetActiveMiniMap"); \ static_assert(offsetof(MinimapManager_GetActiveMiniMap, ReturnValue) == 0x000000, "Member 'MinimapManager_GetActiveMiniMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_GetAreIntrusionAreasActive \ static_assert(alignof(MinimapManager_GetAreIntrusionAreasActive) == 0x000001, "Wrong alignment on MinimapManager_GetAreIntrusionAreasActive"); \ static_assert(sizeof(MinimapManager_GetAreIntrusionAreasActive) == 0x000001, "Wrong size on MinimapManager_GetAreIntrusionAreasActive"); \ static_assert(offsetof(MinimapManager_GetAreIntrusionAreasActive, ReturnValue) == 0x000000, "Member 'MinimapManager_GetAreIntrusionAreasActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_GetDungeonMiniMap \ static_assert(alignof(MinimapManager_GetDungeonMiniMap) == 0x000008, "Wrong alignment on MinimapManager_GetDungeonMiniMap"); \ static_assert(sizeof(MinimapManager_GetDungeonMiniMap) == 0x000008, "Wrong size on MinimapManager_GetDungeonMiniMap"); \ static_assert(offsetof(MinimapManager_GetDungeonMiniMap, ReturnValue) == 0x000000, "Member 'MinimapManager_GetDungeonMiniMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_GetHogsmeadeMiniMap \ static_assert(alignof(MinimapManager_GetHogsmeadeMiniMap) == 0x000008, "Wrong alignment on MinimapManager_GetHogsmeadeMiniMap"); \ static_assert(sizeof(MinimapManager_GetHogsmeadeMiniMap) == 0x000008, "Wrong size on MinimapManager_GetHogsmeadeMiniMap"); \ static_assert(offsetof(MinimapManager_GetHogsmeadeMiniMap, ReturnValue) == 0x000000, "Member 'MinimapManager_GetHogsmeadeMiniMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_GetHogwartsMiniMap \ static_assert(alignof(MinimapManager_GetHogwartsMiniMap) == 0x000008, "Wrong alignment on MinimapManager_GetHogwartsMiniMap"); \ static_assert(sizeof(MinimapManager_GetHogwartsMiniMap) == 0x000008, "Wrong size on MinimapManager_GetHogwartsMiniMap"); \ static_assert(offsetof(MinimapManager_GetHogwartsMiniMap, ReturnValue) == 0x000000, "Member 'MinimapManager_GetHogwartsMiniMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_GetInTentTransition \ static_assert(alignof(MinimapManager_GetInTentTransition) == 0x000001, "Wrong alignment on MinimapManager_GetInTentTransition"); \ static_assert(sizeof(MinimapManager_GetInTentTransition) == 0x000001, "Wrong size on MinimapManager_GetInTentTransition"); \ static_assert(offsetof(MinimapManager_GetInTentTransition, ReturnValue) == 0x000000, "Member 'MinimapManager_GetInTentTransition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_GetIntrusionAlertOn \ static_assert(alignof(MinimapManager_GetIntrusionAlertOn) == 0x000001, "Wrong alignment on MinimapManager_GetIntrusionAlertOn"); \ static_assert(sizeof(MinimapManager_GetIntrusionAlertOn) == 0x000001, "Wrong size on MinimapManager_GetIntrusionAlertOn"); \ static_assert(offsetof(MinimapManager_GetIntrusionAlertOn, ReturnValue) == 0x000000, "Member 'MinimapManager_GetIntrusionAlertOn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_GetIsDroneMap \ static_assert(alignof(MinimapManager_GetIsDroneMap) == 0x000001, "Wrong alignment on MinimapManager_GetIsDroneMap"); \ static_assert(sizeof(MinimapManager_GetIsDroneMap) == 0x000001, "Wrong size on MinimapManager_GetIsDroneMap"); \ static_assert(offsetof(MinimapManager_GetIsDroneMap, ReturnValue) == 0x000000, "Member 'MinimapManager_GetIsDroneMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_GetMapSubsytem \ static_assert(alignof(MinimapManager_GetMapSubsytem) == 0x000008, "Wrong alignment on MinimapManager_GetMapSubsytem"); \ static_assert(sizeof(MinimapManager_GetMapSubsytem) == 0x000008, "Wrong size on MinimapManager_GetMapSubsytem"); \ static_assert(offsetof(MinimapManager_GetMapSubsytem, ReturnValue) == 0x000000, "Member 'MinimapManager_GetMapSubsytem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_GetMiniMapSize \ static_assert(alignof(MinimapManager_GetMiniMapSize) == 0x000004, "Wrong alignment on MinimapManager_GetMiniMapSize"); \ static_assert(sizeof(MinimapManager_GetMiniMapSize) == 0x000004, "Wrong size on MinimapManager_GetMiniMapSize"); \ static_assert(offsetof(MinimapManager_GetMiniMapSize, ReturnValue) == 0x000000, "Member 'MinimapManager_GetMiniMapSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_GetMiniMapVisibility \ static_assert(alignof(MinimapManager_GetMiniMapVisibility) == 0x000001, "Wrong alignment on MinimapManager_GetMiniMapVisibility"); \ static_assert(sizeof(MinimapManager_GetMiniMapVisibility) == 0x000001, "Wrong size on MinimapManager_GetMiniMapVisibility"); \ static_assert(offsetof(MinimapManager_GetMiniMapVisibility, ReturnValue) == 0x000000, "Member 'MinimapManager_GetMiniMapVisibility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_GetOverlandMiniMap \ static_assert(alignof(MinimapManager_GetOverlandMiniMap) == 0x000008, "Wrong alignment on MinimapManager_GetOverlandMiniMap"); \ static_assert(sizeof(MinimapManager_GetOverlandMiniMap) == 0x000008, "Wrong size on MinimapManager_GetOverlandMiniMap"); \ static_assert(offsetof(MinimapManager_GetOverlandMiniMap, ReturnValue) == 0x000000, "Member 'MinimapManager_GetOverlandMiniMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_GetSanctuaryMiniMap \ static_assert(alignof(MinimapManager_GetSanctuaryMiniMap) == 0x000008, "Wrong alignment on MinimapManager_GetSanctuaryMiniMap"); \ static_assert(sizeof(MinimapManager_GetSanctuaryMiniMap) == 0x000008, "Wrong size on MinimapManager_GetSanctuaryMiniMap"); \ static_assert(offsetof(MinimapManager_GetSanctuaryMiniMap, ReturnValue) == 0x000000, "Member 'MinimapManager_GetSanctuaryMiniMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_GetTentsMiniMap \ static_assert(alignof(MinimapManager_GetTentsMiniMap) == 0x000008, "Wrong alignment on MinimapManager_GetTentsMiniMap"); \ static_assert(sizeof(MinimapManager_GetTentsMiniMap) == 0x000008, "Wrong size on MinimapManager_GetTentsMiniMap"); \ static_assert(offsetof(MinimapManager_GetTentsMiniMap, ReturnValue) == 0x000000, "Member 'MinimapManager_GetTentsMiniMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_GetTutorialMiniMap \ static_assert(alignof(MinimapManager_GetTutorialMiniMap) == 0x000008, "Wrong alignment on MinimapManager_GetTutorialMiniMap"); \ static_assert(sizeof(MinimapManager_GetTutorialMiniMap) == 0x000008, "Wrong size on MinimapManager_GetTutorialMiniMap"); \ static_assert(offsetof(MinimapManager_GetTutorialMiniMap, ReturnValue) == 0x000000, "Member 'MinimapManager_GetTutorialMiniMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_HoverdroneToggleMinimap \ static_assert(alignof(MinimapManager_HoverdroneToggleMinimap) == 0x000001, "Wrong alignment on MinimapManager_HoverdroneToggleMinimap"); \ static_assert(sizeof(MinimapManager_HoverdroneToggleMinimap) == 0x000001, "Wrong size on MinimapManager_HoverdroneToggleMinimap"); \ static_assert(offsetof(MinimapManager_HoverdroneToggleMinimap, bShowMiniMap) == 0x000000, "Member 'MinimapManager_HoverdroneToggleMinimap::bShowMiniMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_IconTextureCallback \ static_assert(alignof(MinimapManager_IconTextureCallback) == 0x000008, "Wrong alignment on MinimapManager_IconTextureCallback"); \ static_assert(sizeof(MinimapManager_IconTextureCallback) == 0x000010, "Wrong size on MinimapManager_IconTextureCallback"); \ static_assert(offsetof(MinimapManager_IconTextureCallback, Texture) == 0x000000, "Member 'MinimapManager_IconTextureCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(MinimapManager_IconTextureCallback, Param) == 0x000008, "Member 'MinimapManager_IconTextureCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_IsParentHoverDrone \ static_assert(alignof(MinimapManager_IsParentHoverDrone) == 0x000001, "Wrong alignment on MinimapManager_IsParentHoverDrone"); \ static_assert(sizeof(MinimapManager_IsParentHoverDrone) == 0x000001, "Wrong size on MinimapManager_IsParentHoverDrone"); \ static_assert(offsetof(MinimapManager_IsParentHoverDrone, ReturnValue) == 0x000000, "Member 'MinimapManager_IsParentHoverDrone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_MinimapScaleChanged \ static_assert(alignof(MinimapManager_MinimapScaleChanged) == 0x000001, "Wrong alignment on MinimapManager_MinimapScaleChanged"); \ static_assert(sizeof(MinimapManager_MinimapScaleChanged) == 0x000001, "Wrong size on MinimapManager_MinimapScaleChanged"); \ static_assert(offsetof(MinimapManager_MinimapScaleChanged, MiniMapSize) == 0x000000, "Member 'MinimapManager_MinimapScaleChanged::MiniMapSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_RemoveIntrusionArea \ static_assert(alignof(MinimapManager_RemoveIntrusionArea) == 0x000008, "Wrong alignment on MinimapManager_RemoveIntrusionArea"); \ static_assert(sizeof(MinimapManager_RemoveIntrusionArea) == 0x000008, "Wrong size on MinimapManager_RemoveIntrusionArea"); \ static_assert(offsetof(MinimapManager_RemoveIntrusionArea, IntrusionActor) == 0x000000, "Member 'MinimapManager_RemoveIntrusionArea::IntrusionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_RevealMiniMap \ static_assert(alignof(MinimapManager_RevealMiniMap) == 0x000001, "Wrong alignment on MinimapManager_RevealMiniMap"); \ static_assert(sizeof(MinimapManager_RevealMiniMap) == 0x000002, "Wrong size on MinimapManager_RevealMiniMap"); \ static_assert(offsetof(MinimapManager_RevealMiniMap, InstantIntro) == 0x000000, "Member 'MinimapManager_RevealMiniMap::InstantIntro' has a wrong offset!"); \ static_assert(offsetof(MinimapManager_RevealMiniMap, fromHUD) == 0x000001, "Member 'MinimapManager_RevealMiniMap::fromHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_RevealMiniMapEvent \ static_assert(alignof(MinimapManager_RevealMiniMapEvent) == 0x000001, "Wrong alignment on MinimapManager_RevealMiniMapEvent"); \ static_assert(sizeof(MinimapManager_RevealMiniMapEvent) == 0x000001, "Wrong size on MinimapManager_RevealMiniMapEvent"); \ static_assert(offsetof(MinimapManager_RevealMiniMapEvent, InstantIntro) == 0x000000, "Member 'MinimapManager_RevealMiniMapEvent::InstantIntro' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_SanctuarySetHubUnlock \ static_assert(alignof(MinimapManager_SanctuarySetHubUnlock) == 0x000008, "Wrong alignment on MinimapManager_SanctuarySetHubUnlock"); \ static_assert(sizeof(MinimapManager_SanctuarySetHubUnlock) == 0x000010, "Wrong size on MinimapManager_SanctuarySetHubUnlock"); \ static_assert(offsetof(MinimapManager_SanctuarySetHubUnlock, NameOfUnlock) == 0x000000, "Member 'MinimapManager_SanctuarySetHubUnlock::NameOfUnlock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_SetInTentTransition \ static_assert(alignof(MinimapManager_SetInTentTransition) == 0x000001, "Wrong alignment on MinimapManager_SetInTentTransition"); \ static_assert(sizeof(MinimapManager_SetInTentTransition) == 0x000001, "Wrong size on MinimapManager_SetInTentTransition"); \ static_assert(offsetof(MinimapManager_SetInTentTransition, pInTentTransition) == 0x000000, "Member 'MinimapManager_SetInTentTransition::pInTentTransition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_SetIntrusionAlertOn \ static_assert(alignof(MinimapManager_SetIntrusionAlertOn) == 0x000001, "Wrong alignment on MinimapManager_SetIntrusionAlertOn"); \ static_assert(sizeof(MinimapManager_SetIntrusionAlertOn) == 0x000001, "Wrong size on MinimapManager_SetIntrusionAlertOn"); \ static_assert(offsetof(MinimapManager_SetIntrusionAlertOn, pIntrusionAlertOn) == 0x000000, "Member 'MinimapManager_SetIntrusionAlertOn::pIntrusionAlertOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_SetIntrusionAlertOnBP \ static_assert(alignof(MinimapManager_SetIntrusionAlertOnBP) == 0x000001, "Wrong alignment on MinimapManager_SetIntrusionAlertOnBP"); \ static_assert(sizeof(MinimapManager_SetIntrusionAlertOnBP) == 0x000001, "Wrong size on MinimapManager_SetIntrusionAlertOnBP"); \ static_assert(offsetof(MinimapManager_SetIntrusionAlertOnBP, Enable) == 0x000000, "Member 'MinimapManager_SetIntrusionAlertOnBP::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_SetIsDroneMap \ static_assert(alignof(MinimapManager_SetIsDroneMap) == 0x000001, "Wrong alignment on MinimapManager_SetIsDroneMap"); \ static_assert(sizeof(MinimapManager_SetIsDroneMap) == 0x000001, "Wrong size on MinimapManager_SetIsDroneMap"); \ static_assert(offsetof(MinimapManager_SetIsDroneMap, pIsDroneMap) == 0x000000, "Member 'MinimapManager_SetIsDroneMap::pIsDroneMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_SetLockMiniMapReveal \ static_assert(alignof(MinimapManager_SetLockMiniMapReveal) == 0x000001, "Wrong alignment on MinimapManager_SetLockMiniMapReveal"); \ static_assert(sizeof(MinimapManager_SetLockMiniMapReveal) == 0x000001, "Wrong size on MinimapManager_SetLockMiniMapReveal"); \ static_assert(offsetof(MinimapManager_SetLockMiniMapReveal, pLockMiniMapReveal) == 0x000000, "Member 'MinimapManager_SetLockMiniMapReveal::pLockMiniMapReveal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_SetMiniMapLevel \ static_assert(alignof(MinimapManager_SetMiniMapLevel) == 0x000001, "Wrong alignment on MinimapManager_SetMiniMapLevel"); \ static_assert(sizeof(MinimapManager_SetMiniMapLevel) == 0x000005, "Wrong size on MinimapManager_SetMiniMapLevel"); \ static_assert(offsetof(MinimapManager_SetMiniMapLevel, LevelType) == 0x000000, "Member 'MinimapManager_SetMiniMapLevel::LevelType' has a wrong offset!"); \ static_assert(offsetof(MinimapManager_SetMiniMapLevel, hideCurrentMap) == 0x000001, "Member 'MinimapManager_SetMiniMapLevel::hideCurrentMap' has a wrong offset!"); \ static_assert(offsetof(MinimapManager_SetMiniMapLevel, ShowMap) == 0x000002, "Member 'MinimapManager_SetMiniMapLevel::ShowMap' has a wrong offset!"); \ static_assert(offsetof(MinimapManager_SetMiniMapLevel, LoadNavMesh) == 0x000003, "Member 'MinimapManager_SetMiniMapLevel::LoadNavMesh' has a wrong offset!"); \ static_assert(offsetof(MinimapManager_SetMiniMapLevel, AllowMiniMapReveal) == 0x000004, "Member 'MinimapManager_SetMiniMapLevel::AllowMiniMapReveal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_SetMiniMapSize \ static_assert(alignof(MinimapManager_SetMiniMapSize) == 0x000004, "Wrong alignment on MinimapManager_SetMiniMapSize"); \ static_assert(sizeof(MinimapManager_SetMiniMapSize) == 0x000008, "Wrong size on MinimapManager_SetMiniMapSize"); \ static_assert(offsetof(MinimapManager_SetMiniMapSize, size) == 0x000000, "Member 'MinimapManager_SetMiniMapSize::size' has a wrong offset!"); \ static_assert(offsetof(MinimapManager_SetMiniMapSize, ZoomTime) == 0x000004, "Member 'MinimapManager_SetMiniMapSize::ZoomTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_SetMiniMapWidgetSize \ static_assert(alignof(MinimapManager_SetMiniMapWidgetSize) == 0x000004, "Wrong alignment on MinimapManager_SetMiniMapWidgetSize"); \ static_assert(sizeof(MinimapManager_SetMiniMapWidgetSize) == 0x000008, "Wrong size on MinimapManager_SetMiniMapWidgetSize"); \ static_assert(offsetof(MinimapManager_SetMiniMapWidgetSize, size) == 0x000000, "Member 'MinimapManager_SetMiniMapWidgetSize::size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_SetOpacityMiniMapEvent \ static_assert(alignof(MinimapManager_SetOpacityMiniMapEvent) == 0x000004, "Wrong alignment on MinimapManager_SetOpacityMiniMapEvent"); \ static_assert(sizeof(MinimapManager_SetOpacityMiniMapEvent) == 0x000004, "Wrong size on MinimapManager_SetOpacityMiniMapEvent"); \ static_assert(offsetof(MinimapManager_SetOpacityMiniMapEvent, Opacity) == 0x000000, "Member 'MinimapManager_SetOpacityMiniMapEvent::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_SetOpacityQucikMiniMapEvent \ static_assert(alignof(MinimapManager_SetOpacityQucikMiniMapEvent) == 0x000004, "Wrong alignment on MinimapManager_SetOpacityQucikMiniMapEvent"); \ static_assert(sizeof(MinimapManager_SetOpacityQucikMiniMapEvent) == 0x000008, "Wrong size on MinimapManager_SetOpacityQucikMiniMapEvent"); \ static_assert(offsetof(MinimapManager_SetOpacityQucikMiniMapEvent, Opacity) == 0x000000, "Member 'MinimapManager_SetOpacityQucikMiniMapEvent::Opacity' has a wrong offset!"); \ static_assert(offsetof(MinimapManager_SetOpacityQucikMiniMapEvent, MapOpacity) == 0x000004, "Member 'MinimapManager_SetOpacityQucikMiniMapEvent::MapOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_SetVisibleOpacityMiniMapEvent \ static_assert(alignof(MinimapManager_SetVisibleOpacityMiniMapEvent) == 0x000004, "Wrong alignment on MinimapManager_SetVisibleOpacityMiniMapEvent"); \ static_assert(sizeof(MinimapManager_SetVisibleOpacityMiniMapEvent) == 0x000008, "Wrong size on MinimapManager_SetVisibleOpacityMiniMapEvent"); \ static_assert(offsetof(MinimapManager_SetVisibleOpacityMiniMapEvent, Visible) == 0x000000, "Member 'MinimapManager_SetVisibleOpacityMiniMapEvent::Visible' has a wrong offset!"); \ static_assert(offsetof(MinimapManager_SetVisibleOpacityMiniMapEvent, Opacity) == 0x000004, "Member 'MinimapManager_SetVisibleOpacityMiniMapEvent::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_ShowMiniMap \ static_assert(alignof(MinimapManager_ShowMiniMap) == 0x000001, "Wrong alignment on MinimapManager_ShowMiniMap"); \ static_assert(sizeof(MinimapManager_ShowMiniMap) == 0x000001, "Wrong size on MinimapManager_ShowMiniMap"); \ static_assert(offsetof(MinimapManager_ShowMiniMap, Enable) == 0x000000, "Member 'MinimapManager_ShowMiniMap::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_ShowMiniMapEvent \ static_assert(alignof(MinimapManager_ShowMiniMapEvent) == 0x000001, "Wrong alignment on MinimapManager_ShowMiniMapEvent"); \ static_assert(sizeof(MinimapManager_ShowMiniMapEvent) == 0x000001, "Wrong size on MinimapManager_ShowMiniMapEvent"); \ static_assert(offsetof(MinimapManager_ShowMiniMapEvent, Enable) == 0x000000, "Member 'MinimapManager_ShowMiniMapEvent::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_ShowPathLayerEvent \ static_assert(alignof(MinimapManager_ShowPathLayerEvent) == 0x000001, "Wrong alignment on MinimapManager_ShowPathLayerEvent"); \ static_assert(sizeof(MinimapManager_ShowPathLayerEvent) == 0x000001, "Wrong size on MinimapManager_ShowPathLayerEvent"); \ static_assert(offsetof(MinimapManager_ShowPathLayerEvent, Enable) == 0x000000, "Member 'MinimapManager_ShowPathLayerEvent::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_SwitchToHoverdronePawn \ static_assert(alignof(MinimapManager_SwitchToHoverdronePawn) == 0x000008, "Wrong alignment on MinimapManager_SwitchToHoverdronePawn"); \ static_assert(sizeof(MinimapManager_SwitchToHoverdronePawn) == 0x000008, "Wrong size on MinimapManager_SwitchToHoverdronePawn"); \ static_assert(offsetof(MinimapManager_SwitchToHoverdronePawn, HoverPawn) == 0x000000, "Member 'MinimapManager_SwitchToHoverdronePawn::HoverPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_UnrevealMiniMap \ static_assert(alignof(MinimapManager_UnrevealMiniMap) == 0x000001, "Wrong alignment on MinimapManager_UnrevealMiniMap"); \ static_assert(sizeof(MinimapManager_UnrevealMiniMap) == 0x000003, "Wrong size on MinimapManager_UnrevealMiniMap"); \ static_assert(offsetof(MinimapManager_UnrevealMiniMap, InstantIntro) == 0x000000, "Member 'MinimapManager_UnrevealMiniMap::InstantIntro' has a wrong offset!"); \ static_assert(offsetof(MinimapManager_UnrevealMiniMap, ForceUnreveal) == 0x000001, "Member 'MinimapManager_UnrevealMiniMap::ForceUnreveal' has a wrong offset!"); \ static_assert(offsetof(MinimapManager_UnrevealMiniMap, fromHUD) == 0x000002, "Member 'MinimapManager_UnrevealMiniMap::fromHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapManager_UnrevealMiniMapEvent \ static_assert(alignof(MinimapManager_UnrevealMiniMapEvent) == 0x000001, "Wrong alignment on MinimapManager_UnrevealMiniMapEvent"); \ static_assert(sizeof(MinimapManager_UnrevealMiniMapEvent) == 0x000001, "Wrong size on MinimapManager_UnrevealMiniMapEvent"); \ static_assert(offsetof(MinimapManager_UnrevealMiniMapEvent, InstantIntro) == 0x000000, "Member 'MinimapManager_UnrevealMiniMapEvent::InstantIntro' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMinimapManager \ static_assert(alignof(UMinimapManager) == 0x000008, "Wrong alignment on UMinimapManager"); \ static_assert(sizeof(UMinimapManager) == 0x0007C0, "Wrong size on UMinimapManager"); \ static_assert(offsetof(UMinimapManager, MaskedIconContainer) == 0x0002E8, "Member 'UMinimapManager::MaskedIconContainer' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, UnmaskedIconContainer) == 0x0002F0, "Member 'UMinimapManager::UnmaskedIconContainer' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, FadeCircle) == 0x0002F8, "Member 'UMinimapManager::FadeCircle' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, SharedMinimapData) == 0x000330, "Member 'UMinimapManager::SharedMinimapData' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, IconRange1Arrow) == 0x000338, "Member 'UMinimapManager::IconRange1Arrow' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, IconRange2Arrow) == 0x00033C, "Member 'UMinimapManager::IconRange2Arrow' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, IconRange3Arrow) == 0x000340, "Member 'UMinimapManager::IconRange3Arrow' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, MiniMapSaveDataBlob) == 0x000358, "Member 'UMinimapManager::MiniMapSaveDataBlob' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, IconInstanceRenderWidgets) == 0x000440, "Member 'UMinimapManager::IconInstanceRenderWidgets' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, IntrusionBlitter) == 0x000498, "Member 'UMinimapManager::IntrusionBlitter' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, IntrusionTexture) == 0x0004A0, "Member 'UMinimapManager::IntrusionTexture' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, IntrusionFXActor) == 0x0004B8, "Member 'UMinimapManager::IntrusionFXActor' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, IconClass) == 0x000590, "Member 'UMinimapManager::IconClass' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, IconRenderWidgetClass) == 0x000598, "Member 'UMinimapManager::IconRenderWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, IconRenderWidgetPulseMaterial) == 0x0005A0, "Member 'UMinimapManager::IconRenderWidgetPulseMaterial' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, IconRenderWidgetGlowMaterial) == 0x0005A8, "Member 'UMinimapManager::IconRenderWidgetGlowMaterial' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, IconRenderWidgetSimpleMaterial) == 0x0005B0, "Member 'UMinimapManager::IconRenderWidgetSimpleMaterial' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, IconRenderWidgetPathMaterial) == 0x0005B8, "Member 'UMinimapManager::IconRenderWidgetPathMaterial' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, IconRenderAreaBeaconMaterial) == 0x0005C0, "Member 'UMinimapManager::IconRenderAreaBeaconMaterial' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, MinimapWidgetClass) == 0x0005C8, "Member 'UMinimapManager::MinimapWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, PlayerPawn) == 0x0005D8, "Member 'UMinimapManager::PlayerPawn' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, PrevPawn) == 0x0005E0, "Member 'UMinimapManager::PrevPawn' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, PlayerController) == 0x0005E8, "Member 'UMinimapManager::PlayerController' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, MiniMaps) == 0x000600, "Member 'UMinimapManager::MiniMaps' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, ActiveMiniMap) == 0x000610, "Member 'UMinimapManager::ActiveMiniMap' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, OverlandMiniMap) == 0x000618, "Member 'UMinimapManager::OverlandMiniMap' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, HogwartsMiniMap) == 0x000620, "Member 'UMinimapManager::HogwartsMiniMap' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, HogsmeadeMiniMap) == 0x000628, "Member 'UMinimapManager::HogsmeadeMiniMap' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, DungeonMiniMap) == 0x000630, "Member 'UMinimapManager::DungeonMiniMap' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, TutorialMiniMap) == 0x000638, "Member 'UMinimapManager::TutorialMiniMap' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, SanctuaryMiniMap) == 0x000640, "Member 'UMinimapManager::SanctuaryMiniMap' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, TentsMiniMap) == 0x000648, "Member 'UMinimapManager::TentsMiniMap' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, FadingOutMap) == 0x000660, "Member 'UMinimapManager::FadingOutMap' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, FadingInMap) == 0x000668, "Member 'UMinimapManager::FadingInMap' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, MiniMapVisible) == 0x000690, "Member 'UMinimapManager::MiniMapVisible' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, MapWidgetsToRotate) == 0x000698, "Member 'UMinimapManager::MapWidgetsToRotate' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, PlayerWidgetsToRotate) == 0x0006A8, "Member 'UMinimapManager::PlayerWidgetsToRotate' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, MinimapCamRotation) == 0x0006B8, "Member 'UMinimapManager::MinimapCamRotation' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, MiniMapPlayerRotation) == 0x0006BC, "Member 'UMinimapManager::MiniMapPlayerRotation' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, UpdatePath) == 0x000770, "Member 'UMinimapManager::UpdatePath' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, PathMaterial) == 0x000780, "Member 'UMinimapManager::PathMaterial' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, PathMaterialDynamic) == 0x000788, "Member 'UMinimapManager::PathMaterialDynamic' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, PathImage) == 0x000790, "Member 'UMinimapManager::PathImage' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, MapIconListArray) == 0x0007A8, "Member 'UMinimapManager::MapIconListArray' has a wrong offset!"); \ static_assert(offsetof(UMinimapManager, PathIconList) == 0x0007B8, "Member 'UMinimapManager::PathIconList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USessionTracker \ static_assert(alignof(USessionTracker) == 0x000008, "Wrong alignment on USessionTracker"); \ static_assert(sizeof(USessionTracker) == 0x000028, "Wrong size on USessionTracker"); \ #define DUMPER7_ASSERTS_UFrameTimeSession \ static_assert(alignof(UFrameTimeSession) == 0x000008, "Wrong alignment on UFrameTimeSession"); \ static_assert(sizeof(UFrameTimeSession) == 0x000028, "Wrong size on UFrameTimeSession"); \ #define DUMPER7_ASSERTS_MinimapOverland_Init \ static_assert(alignof(MinimapOverland_Init) == 0x000001, "Wrong alignment on MinimapOverland_Init"); \ static_assert(sizeof(MinimapOverland_Init) == 0x000001, "Wrong size on MinimapOverland_Init"); \ static_assert(offsetof(MinimapOverland_Init, LoadNavMesh) == 0x000000, "Member 'MinimapOverland_Init::LoadNavMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapOverland_TextureLoadedCallback \ static_assert(alignof(MinimapOverland_TextureLoadedCallback) == 0x000008, "Wrong alignment on MinimapOverland_TextureLoadedCallback"); \ static_assert(sizeof(MinimapOverland_TextureLoadedCallback) == 0x000010, "Wrong size on MinimapOverland_TextureLoadedCallback"); \ static_assert(offsetof(MinimapOverland_TextureLoadedCallback, Texture) == 0x000000, "Member 'MinimapOverland_TextureLoadedCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(MinimapOverland_TextureLoadedCallback, Param) == 0x000008, "Member 'MinimapOverland_TextureLoadedCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMinimapOverland \ static_assert(alignof(UMinimapOverland) == 0x000008, "Wrong alignment on UMinimapOverland"); \ static_assert(sizeof(UMinimapOverland) == 0x0004D0, "Wrong size on UMinimapOverland"); \ #define DUMPER7_ASSERTS_USceneActionState_EnableDialogueSkipping \ static_assert(alignof(USceneActionState_EnableDialogueSkipping) == 0x000008, "Wrong alignment on USceneActionState_EnableDialogueSkipping"); \ static_assert(sizeof(USceneActionState_EnableDialogueSkipping) == 0x0000E8, "Wrong size on USceneActionState_EnableDialogueSkipping"); \ #define DUMPER7_ASSERTS_UPerceptionIconData \ static_assert(alignof(UPerceptionIconData) == 0x000008, "Wrong alignment on UPerceptionIconData"); \ static_assert(sizeof(UPerceptionIconData) == 0x000068, "Wrong size on UPerceptionIconData"); \ static_assert(offsetof(UPerceptionIconData, NPCCharacter) == 0x000028, "Member 'UPerceptionIconData::NPCCharacter' has a wrong offset!"); \ static_assert(offsetof(UPerceptionIconData, BeaconInfo) == 0x000030, "Member 'UPerceptionIconData::BeaconInfo' has a wrong offset!"); \ static_assert(offsetof(UPerceptionIconData, Icon) == 0x000038, "Member 'UPerceptionIconData::Icon' has a wrong offset!"); \ static_assert(offsetof(UPerceptionIconData, TextureItem) == 0x000040, "Member 'UPerceptionIconData::TextureItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMiniMapPerceptionIcons \ static_assert(alignof(UMiniMapPerceptionIcons) == 0x000008, "Wrong alignment on UMiniMapPerceptionIcons"); \ static_assert(sizeof(UMiniMapPerceptionIcons) == 0x0000E8, "Wrong size on UMiniMapPerceptionIcons"); \ static_assert(offsetof(UMiniMapPerceptionIcons, PerceptionIcons) == 0x000028, "Member 'UMiniMapPerceptionIcons::PerceptionIcons' has a wrong offset!"); \ static_assert(offsetof(UMiniMapPerceptionIcons, PerceptionTextureCache) == 0x000038, "Member 'UMiniMapPerceptionIcons::PerceptionTextureCache' has a wrong offset!"); \ static_assert(offsetof(UMiniMapPerceptionIcons, DrawQueue) == 0x000048, "Member 'UMiniMapPerceptionIcons::DrawQueue' has a wrong offset!"); \ static_assert(offsetof(UMiniMapPerceptionIcons, TextureBlitter) == 0x000058, "Member 'UMiniMapPerceptionIcons::TextureBlitter' has a wrong offset!"); \ static_assert(offsetof(UMiniMapPerceptionIcons, OverlayTexture) == 0x000060, "Member 'UMiniMapPerceptionIcons::OverlayTexture' has a wrong offset!"); \ static_assert(offsetof(UMiniMapPerceptionIcons, MapSubSystem) == 0x000068, "Member 'UMiniMapPerceptionIcons::MapSubSystem' has a wrong offset!"); \ static_assert(offsetof(UMiniMapPerceptionIcons, MinimapManager) == 0x000070, "Member 'UMiniMapPerceptionIcons::MinimapManager' has a wrong offset!"); \ static_assert(offsetof(UMiniMapPerceptionIcons, Minimap) == 0x000078, "Member 'UMiniMapPerceptionIcons::Minimap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWolf_AttackChoice_BiteLeft \ static_assert(alignof(UWolf_AttackChoice_BiteLeft) == 0x000008, "Wrong alignment on UWolf_AttackChoice_BiteLeft"); \ static_assert(sizeof(UWolf_AttackChoice_BiteLeft) == 0x000028, "Wrong size on UWolf_AttackChoice_BiteLeft"); \ #define DUMPER7_ASSERTS_UMinimapRetentionBox \ static_assert(alignof(UMinimapRetentionBox) == 0x000008, "Wrong alignment on UMinimapRetentionBox"); \ static_assert(sizeof(UMinimapRetentionBox) == 0x000150, "Wrong size on UMinimapRetentionBox"); \ #define DUMPER7_ASSERTS_USceneAction_FreezeTime \ static_assert(alignof(USceneAction_FreezeTime) == 0x000008, "Wrong alignment on USceneAction_FreezeTime"); \ static_assert(sizeof(USceneAction_FreezeTime) == 0x000090, "Wrong size on USceneAction_FreezeTime"); \ static_assert(offsetof(USceneAction_FreezeTime, bUnFreezeAtEnd) == 0x000088, "Member 'USceneAction_FreezeTime::bUnFreezeAtEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapSanctuary_ChangeLevel \ static_assert(alignof(MinimapSanctuary_ChangeLevel) == 0x000004, "Wrong alignment on MinimapSanctuary_ChangeLevel"); \ static_assert(sizeof(MinimapSanctuary_ChangeLevel) == 0x000008, "Wrong size on MinimapSanctuary_ChangeLevel"); \ static_assert(offsetof(MinimapSanctuary_ChangeLevel, LevelIndex) == 0x000000, "Member 'MinimapSanctuary_ChangeLevel::LevelIndex' has a wrong offset!"); \ static_assert(offsetof(MinimapSanctuary_ChangeLevel, fromInit) == 0x000004, "Member 'MinimapSanctuary_ChangeLevel::fromInit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapSanctuary_Init \ static_assert(alignof(MinimapSanctuary_Init) == 0x000001, "Wrong alignment on MinimapSanctuary_Init"); \ static_assert(sizeof(MinimapSanctuary_Init) == 0x000001, "Wrong size on MinimapSanctuary_Init"); \ static_assert(offsetof(MinimapSanctuary_Init, LoadNavMesh) == 0x000000, "Member 'MinimapSanctuary_Init::LoadNavMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapSanctuary_SetHubLevelUnlock \ static_assert(alignof(MinimapSanctuary_SetHubLevelUnlock) == 0x000008, "Wrong alignment on MinimapSanctuary_SetHubLevelUnlock"); \ static_assert(sizeof(MinimapSanctuary_SetHubLevelUnlock) == 0x000018, "Wrong size on MinimapSanctuary_SetHubLevelUnlock"); \ static_assert(offsetof(MinimapSanctuary_SetHubLevelUnlock, NameOfUnlock) == 0x000000, "Member 'MinimapSanctuary_SetHubLevelUnlock::NameOfUnlock' has a wrong offset!"); \ static_assert(offsetof(MinimapSanctuary_SetHubLevelUnlock, LoadTexture) == 0x000010, "Member 'MinimapSanctuary_SetHubLevelUnlock::LoadTexture' has a wrong offset!"); \ static_assert(offsetof(MinimapSanctuary_SetHubLevelUnlock, FromLoadGame) == 0x000011, "Member 'MinimapSanctuary_SetHubLevelUnlock::FromLoadGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapSanctuary_SetMapType \ static_assert(alignof(MinimapSanctuary_SetMapType) == 0x000001, "Wrong alignment on MinimapSanctuary_SetMapType"); \ static_assert(sizeof(MinimapSanctuary_SetMapType) == 0x000003, "Wrong size on MinimapSanctuary_SetMapType"); \ static_assert(offsetof(MinimapSanctuary_SetMapType, MapType) == 0x000000, "Member 'MinimapSanctuary_SetMapType::MapType' has a wrong offset!"); \ static_assert(offsetof(MinimapSanctuary_SetMapType, LoadNavMesh) == 0x000001, "Member 'MinimapSanctuary_SetMapType::LoadNavMesh' has a wrong offset!"); \ static_assert(offsetof(MinimapSanctuary_SetMapType, fromInit) == 0x000002, "Member 'MinimapSanctuary_SetMapType::fromInit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapSanctuary_TextureLoadedCallback \ static_assert(alignof(MinimapSanctuary_TextureLoadedCallback) == 0x000008, "Wrong alignment on MinimapSanctuary_TextureLoadedCallback"); \ static_assert(sizeof(MinimapSanctuary_TextureLoadedCallback) == 0x000010, "Wrong size on MinimapSanctuary_TextureLoadedCallback"); \ static_assert(offsetof(MinimapSanctuary_TextureLoadedCallback, Texture) == 0x000000, "Member 'MinimapSanctuary_TextureLoadedCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(MinimapSanctuary_TextureLoadedCallback, Param) == 0x000008, "Member 'MinimapSanctuary_TextureLoadedCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMinimapSanctuary \ static_assert(alignof(UMinimapSanctuary) == 0x000008, "Wrong alignment on UMinimapSanctuary"); \ static_assert(sizeof(UMinimapSanctuary) == 0x000530, "Wrong size on UMinimapSanctuary"); \ static_assert(offsetof(UMinimapSanctuary, BlackTexture) == 0x0004A0, "Member 'UMinimapSanctuary::BlackTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavArea_Fall \ static_assert(alignof(UNavArea_Fall) == 0x000008, "Wrong alignment on UNavArea_Fall"); \ static_assert(sizeof(UNavArea_Fall) == 0x000048, "Wrong size on UNavArea_Fall"); \ #define DUMPER7_ASSERTS_MinimapTents_ChangeLevel \ static_assert(alignof(MinimapTents_ChangeLevel) == 0x000004, "Wrong alignment on MinimapTents_ChangeLevel"); \ static_assert(sizeof(MinimapTents_ChangeLevel) == 0x000008, "Wrong size on MinimapTents_ChangeLevel"); \ static_assert(offsetof(MinimapTents_ChangeLevel, LevelIndex) == 0x000000, "Member 'MinimapTents_ChangeLevel::LevelIndex' has a wrong offset!"); \ static_assert(offsetof(MinimapTents_ChangeLevel, fromInit) == 0x000004, "Member 'MinimapTents_ChangeLevel::fromInit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapTents_Init \ static_assert(alignof(MinimapTents_Init) == 0x000001, "Wrong alignment on MinimapTents_Init"); \ static_assert(sizeof(MinimapTents_Init) == 0x000001, "Wrong size on MinimapTents_Init"); \ static_assert(offsetof(MinimapTents_Init, LoadNavMesh) == 0x000000, "Member 'MinimapTents_Init::LoadNavMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapTents_TextureLoadedCallback \ static_assert(alignof(MinimapTents_TextureLoadedCallback) == 0x000008, "Wrong alignment on MinimapTents_TextureLoadedCallback"); \ static_assert(sizeof(MinimapTents_TextureLoadedCallback) == 0x000010, "Wrong size on MinimapTents_TextureLoadedCallback"); \ static_assert(offsetof(MinimapTents_TextureLoadedCallback, Texture) == 0x000000, "Member 'MinimapTents_TextureLoadedCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(MinimapTents_TextureLoadedCallback, Param) == 0x000008, "Member 'MinimapTents_TextureLoadedCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMinimapTents \ static_assert(alignof(UMinimapTents) == 0x000008, "Wrong alignment on UMinimapTents"); \ static_assert(sizeof(UMinimapTents) == 0x0004E0, "Wrong size on UMinimapTents"); \ #define DUMPER7_ASSERTS_RenderingCutsBluprintLibrary_TriggerCameraCut \ static_assert(alignof(RenderingCutsBluprintLibrary_TriggerCameraCut) == 0x000008, "Wrong alignment on RenderingCutsBluprintLibrary_TriggerCameraCut"); \ static_assert(sizeof(RenderingCutsBluprintLibrary_TriggerCameraCut) == 0x000008, "Wrong size on RenderingCutsBluprintLibrary_TriggerCameraCut"); \ static_assert(offsetof(RenderingCutsBluprintLibrary_TriggerCameraCut, WorldContextObject) == 0x000000, "Member 'RenderingCutsBluprintLibrary_TriggerCameraCut::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderingCutsBluprintLibrary_TriggerRenderingCut \ static_assert(alignof(RenderingCutsBluprintLibrary_TriggerRenderingCut) == 0x000008, "Wrong alignment on RenderingCutsBluprintLibrary_TriggerRenderingCut"); \ static_assert(sizeof(RenderingCutsBluprintLibrary_TriggerRenderingCut) == 0x000010, "Wrong size on RenderingCutsBluprintLibrary_TriggerRenderingCut"); \ static_assert(offsetof(RenderingCutsBluprintLibrary_TriggerRenderingCut, WorldContextObject) == 0x000000, "Member 'RenderingCutsBluprintLibrary_TriggerRenderingCut::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(RenderingCutsBluprintLibrary_TriggerRenderingCut, RenderingCuts) == 0x000008, "Member 'RenderingCutsBluprintLibrary_TriggerRenderingCut::RenderingCuts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderingCutsBluprintLibrary \ static_assert(alignof(URenderingCutsBluprintLibrary) == 0x000008, "Wrong alignment on URenderingCutsBluprintLibrary"); \ static_assert(sizeof(URenderingCutsBluprintLibrary) == 0x000028, "Wrong size on URenderingCutsBluprintLibrary"); \ #define DUMPER7_ASSERTS_MinimapTutorial_ChangeLevel \ static_assert(alignof(MinimapTutorial_ChangeLevel) == 0x000004, "Wrong alignment on MinimapTutorial_ChangeLevel"); \ static_assert(sizeof(MinimapTutorial_ChangeLevel) == 0x000008, "Wrong size on MinimapTutorial_ChangeLevel"); \ static_assert(offsetof(MinimapTutorial_ChangeLevel, LevelIndex) == 0x000000, "Member 'MinimapTutorial_ChangeLevel::LevelIndex' has a wrong offset!"); \ static_assert(offsetof(MinimapTutorial_ChangeLevel, fromInit) == 0x000004, "Member 'MinimapTutorial_ChangeLevel::fromInit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapTutorial_Init \ static_assert(alignof(MinimapTutorial_Init) == 0x000001, "Wrong alignment on MinimapTutorial_Init"); \ static_assert(sizeof(MinimapTutorial_Init) == 0x000001, "Wrong size on MinimapTutorial_Init"); \ static_assert(offsetof(MinimapTutorial_Init, LoadNavMesh) == 0x000000, "Member 'MinimapTutorial_Init::LoadNavMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MinimapTutorial_TextureLoadedCallback \ static_assert(alignof(MinimapTutorial_TextureLoadedCallback) == 0x000008, "Wrong alignment on MinimapTutorial_TextureLoadedCallback"); \ static_assert(sizeof(MinimapTutorial_TextureLoadedCallback) == 0x000010, "Wrong size on MinimapTutorial_TextureLoadedCallback"); \ static_assert(offsetof(MinimapTutorial_TextureLoadedCallback, Texture) == 0x000000, "Member 'MinimapTutorial_TextureLoadedCallback::Texture' has a wrong offset!"); \ static_assert(offsetof(MinimapTutorial_TextureLoadedCallback, Param) == 0x000008, "Member 'MinimapTutorial_TextureLoadedCallback::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMinimapTutorial \ static_assert(alignof(UMinimapTutorial) == 0x000008, "Wrong alignment on UMinimapTutorial"); \ static_assert(sizeof(UMinimapTutorial) == 0x0004E0, "Wrong size on UMinimapTutorial"); \ static_assert(offsetof(UMinimapTutorial, BlackTexture) == 0x0004A0, "Member 'UMinimapTutorial::BlackTexture' has a wrong offset!"); \ static_assert(offsetof(UMinimapTutorial, MapTexture) == 0x0004D8, "Member 'UMinimapTutorial::MapTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MiniSelectionDiamondBase_OnSetState \ static_assert(alignof(MiniSelectionDiamondBase_OnSetState) == 0x000004, "Wrong alignment on MiniSelectionDiamondBase_OnSetState"); \ static_assert(sizeof(MiniSelectionDiamondBase_OnSetState) == 0x000004, "Wrong size on MiniSelectionDiamondBase_OnSetState"); \ static_assert(offsetof(MiniSelectionDiamondBase_OnSetState, NewState) == 0x000000, "Member 'MiniSelectionDiamondBase_OnSetState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MiniSelectionDiamondBase_SetState \ static_assert(alignof(MiniSelectionDiamondBase_SetState) == 0x000001, "Wrong alignment on MiniSelectionDiamondBase_SetState"); \ static_assert(sizeof(MiniSelectionDiamondBase_SetState) == 0x000001, "Wrong size on MiniSelectionDiamondBase_SetState"); \ static_assert(offsetof(MiniSelectionDiamondBase_SetState, IsActive) == 0x000000, "Member 'MiniSelectionDiamondBase_SetState::IsActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMiniSelectionDiamondBase \ static_assert(alignof(UMiniSelectionDiamondBase) == 0x000008, "Wrong alignment on UMiniSelectionDiamondBase"); \ static_assert(sizeof(UMiniSelectionDiamondBase) == 0x000268, "Wrong size on UMiniSelectionDiamondBase"); \ #define DUMPER7_ASSERTS_NotificationWidget_IncrementCount \ static_assert(alignof(NotificationWidget_IncrementCount) == 0x000004, "Wrong alignment on NotificationWidget_IncrementCount"); \ static_assert(sizeof(NotificationWidget_IncrementCount) == 0x000008, "Wrong size on NotificationWidget_IncrementCount"); \ static_assert(offsetof(NotificationWidget_IncrementCount, Amount) == 0x000000, "Member 'NotificationWidget_IncrementCount::Amount' has a wrong offset!"); \ static_assert(offsetof(NotificationWidget_IncrementCount, ReturnValue) == 0x000004, "Member 'NotificationWidget_IncrementCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationWidget_InitDetails \ static_assert(alignof(NotificationWidget_InitDetails) == 0x000008, "Wrong alignment on NotificationWidget_InitDetails"); \ static_assert(sizeof(NotificationWidget_InitDetails) == 0x000048, "Wrong size on NotificationWidget_InitDetails"); \ static_assert(offsetof(NotificationWidget_InitDetails, NewItemName) == 0x000000, "Member 'NotificationWidget_InitDetails::NewItemName' has a wrong offset!"); \ static_assert(offsetof(NotificationWidget_InitDetails, NewVariation) == 0x000010, "Member 'NotificationWidget_InitDetails::NewVariation' has a wrong offset!"); \ static_assert(offsetof(NotificationWidget_InitDetails, DisplayName) == 0x000018, "Member 'NotificationWidget_InitDetails::DisplayName' has a wrong offset!"); \ static_assert(offsetof(NotificationWidget_InitDetails, bIsHeaderTranslatable) == 0x000028, "Member 'NotificationWidget_InitDetails::bIsHeaderTranslatable' has a wrong offset!"); \ static_assert(offsetof(NotificationWidget_InitDetails, NewItemCount) == 0x00002C, "Member 'NotificationWidget_InitDetails::NewItemCount' has a wrong offset!"); \ static_assert(offsetof(NotificationWidget_InitDetails, NewIconName) == 0x000030, "Member 'NotificationWidget_InitDetails::NewIconName' has a wrong offset!"); \ static_assert(offsetof(NotificationWidget_InitDetails, bSpecialCollection) == 0x000040, "Member 'NotificationWidget_InitDetails::bSpecialCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationWidget_SetIsInventoryFullNotification \ static_assert(alignof(NotificationWidget_SetIsInventoryFullNotification) == 0x000001, "Wrong alignment on NotificationWidget_SetIsInventoryFullNotification"); \ static_assert(sizeof(NotificationWidget_SetIsInventoryFullNotification) == 0x000001, "Wrong size on NotificationWidget_SetIsInventoryFullNotification"); \ static_assert(offsetof(NotificationWidget_SetIsInventoryFullNotification, IsInventoryFull) == 0x000000, "Member 'NotificationWidget_SetIsInventoryFullNotification::IsInventoryFull' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationWidget_ToggleCountVisibility \ static_assert(alignof(NotificationWidget_ToggleCountVisibility) == 0x000001, "Wrong alignment on NotificationWidget_ToggleCountVisibility"); \ static_assert(sizeof(NotificationWidget_ToggleCountVisibility) == 0x000001, "Wrong size on NotificationWidget_ToggleCountVisibility"); \ static_assert(offsetof(NotificationWidget_ToggleCountVisibility, IsVisible_0) == 0x000000, "Member 'NotificationWidget_ToggleCountVisibility::IsVisible_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNotificationWidget \ static_assert(alignof(UNotificationWidget) == 0x000008, "Wrong alignment on UNotificationWidget"); \ static_assert(sizeof(UNotificationWidget) == 0x0002B0, "Wrong size on UNotificationWidget"); \ static_assert(offsetof(UNotificationWidget, Subheader) == 0x000268, "Member 'UNotificationWidget::Subheader' has a wrong offset!"); \ static_assert(offsetof(UNotificationWidget, Icon) == 0x000270, "Member 'UNotificationWidget::Icon' has a wrong offset!"); \ static_assert(offsetof(UNotificationWidget, Header) == 0x000278, "Member 'UNotificationWidget::Header' has a wrong offset!"); \ static_assert(offsetof(UNotificationWidget, ItemName) == 0x000280, "Member 'UNotificationWidget::ItemName' has a wrong offset!"); \ static_assert(offsetof(UNotificationWidget, Variation) == 0x000290, "Member 'UNotificationWidget::Variation' has a wrong offset!"); \ static_assert(offsetof(UNotificationWidget, ImageId) == 0x000298, "Member 'UNotificationWidget::ImageId' has a wrong offset!"); \ static_assert(offsetof(UNotificationWidget, ItemCount) == 0x0002A8, "Member 'UNotificationWidget::ItemCount' has a wrong offset!"); \ static_assert(offsetof(UNotificationWidget, LifeTime) == 0x0002AC, "Member 'UNotificationWidget::LifeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBannerWidget_BannerComplete \ static_assert(alignof(MissionBannerWidget_BannerComplete) == 0x000001, "Wrong alignment on MissionBannerWidget_BannerComplete"); \ static_assert(sizeof(MissionBannerWidget_BannerComplete) == 0x000001, "Wrong size on MissionBannerWidget_BannerComplete"); \ static_assert(offsetof(MissionBannerWidget_BannerComplete, Category) == 0x000000, "Member 'MissionBannerWidget_BannerComplete::Category' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBannerWidget_BeginOrEndPlay \ static_assert(alignof(MissionBannerWidget_BeginOrEndPlay) == 0x000001, "Wrong alignment on MissionBannerWidget_BeginOrEndPlay"); \ static_assert(sizeof(MissionBannerWidget_BeginOrEndPlay) == 0x000001, "Wrong size on MissionBannerWidget_BeginOrEndPlay"); \ static_assert(offsetof(MissionBannerWidget_BeginOrEndPlay, endPlay) == 0x000000, "Member 'MissionBannerWidget_BeginOrEndPlay::endPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBannerWidget_ShowBPCelebrationBanner \ static_assert(alignof(MissionBannerWidget_ShowBPCelebrationBanner) == 0x000008, "Wrong alignment on MissionBannerWidget_ShowBPCelebrationBanner"); \ static_assert(sizeof(MissionBannerWidget_ShowBPCelebrationBanner) == 0x000070, "Wrong size on MissionBannerWidget_ShowBPCelebrationBanner"); \ static_assert(offsetof(MissionBannerWidget_ShowBPCelebrationBanner, updateType) == 0x000000, "Member 'MissionBannerWidget_ShowBPCelebrationBanner::updateType' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPCelebrationBanner, updateTitle) == 0x000004, "Member 'MissionBannerWidget_ShowBPCelebrationBanner::updateTitle' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPCelebrationBanner, bannerText) == 0x00000C, "Member 'MissionBannerWidget_ShowBPCelebrationBanner::bannerText' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPCelebrationBanner, bannerText2) == 0x000014, "Member 'MissionBannerWidget_ShowBPCelebrationBanner::bannerText2' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPCelebrationBanner, bShowTrackMission) == 0x00001C, "Member 'MissionBannerWidget_ShowBPCelebrationBanner::bShowTrackMission' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPCelebrationBanner, objectiveText) == 0x000020, "Member 'MissionBannerWidget_ShowBPCelebrationBanner::objectiveText' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPCelebrationBanner, objectiveChecked) == 0x000030, "Member 'MissionBannerWidget_ShowBPCelebrationBanner::objectiveChecked' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPCelebrationBanner, objectiveCheckChanged) == 0x000040, "Member 'MissionBannerWidget_ShowBPCelebrationBanner::objectiveCheckChanged' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPCelebrationBanner, objectiveRuntimeValue1) == 0x000050, "Member 'MissionBannerWidget_ShowBPCelebrationBanner::objectiveRuntimeValue1' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPCelebrationBanner, objectiveRuntimeValue2) == 0x000060, "Member 'MissionBannerWidget_ShowBPCelebrationBanner::objectiveRuntimeValue2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBannerWidget_ShowBPMissionBanner \ static_assert(alignof(MissionBannerWidget_ShowBPMissionBanner) == 0x000008, "Wrong alignment on MissionBannerWidget_ShowBPMissionBanner"); \ static_assert(sizeof(MissionBannerWidget_ShowBPMissionBanner) == 0x000070, "Wrong size on MissionBannerWidget_ShowBPMissionBanner"); \ static_assert(offsetof(MissionBannerWidget_ShowBPMissionBanner, updateType) == 0x000000, "Member 'MissionBannerWidget_ShowBPMissionBanner::updateType' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPMissionBanner, updateTitle) == 0x000004, "Member 'MissionBannerWidget_ShowBPMissionBanner::updateTitle' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPMissionBanner, bannerText) == 0x00000C, "Member 'MissionBannerWidget_ShowBPMissionBanner::bannerText' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPMissionBanner, bannerText2) == 0x000014, "Member 'MissionBannerWidget_ShowBPMissionBanner::bannerText2' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPMissionBanner, bShowTrackMission) == 0x00001C, "Member 'MissionBannerWidget_ShowBPMissionBanner::bShowTrackMission' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPMissionBanner, objectiveText) == 0x000020, "Member 'MissionBannerWidget_ShowBPMissionBanner::objectiveText' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPMissionBanner, objectiveChecked) == 0x000030, "Member 'MissionBannerWidget_ShowBPMissionBanner::objectiveChecked' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPMissionBanner, objectiveCheckChanged) == 0x000040, "Member 'MissionBannerWidget_ShowBPMissionBanner::objectiveCheckChanged' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPMissionBanner, objectiveRuntimeValue1) == 0x000050, "Member 'MissionBannerWidget_ShowBPMissionBanner::objectiveRuntimeValue1' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPMissionBanner, objectiveRuntimeValue2) == 0x000060, "Member 'MissionBannerWidget_ShowBPMissionBanner::objectiveRuntimeValue2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBannerWidget_ShowBPStepBanner \ static_assert(alignof(MissionBannerWidget_ShowBPStepBanner) == 0x000008, "Wrong alignment on MissionBannerWidget_ShowBPStepBanner"); \ static_assert(sizeof(MissionBannerWidget_ShowBPStepBanner) == 0x0000B0, "Wrong size on MissionBannerWidget_ShowBPStepBanner"); \ static_assert(offsetof(MissionBannerWidget_ShowBPStepBanner, updateType) == 0x000000, "Member 'MissionBannerWidget_ShowBPStepBanner::updateType' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPStepBanner, updateTitle) == 0x000004, "Member 'MissionBannerWidget_ShowBPStepBanner::updateTitle' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPStepBanner, bannerText) == 0x00000C, "Member 'MissionBannerWidget_ShowBPStepBanner::bannerText' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPStepBanner, bannerText2) == 0x000014, "Member 'MissionBannerWidget_ShowBPStepBanner::bannerText2' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPStepBanner, bShowTrackMission) == 0x00001C, "Member 'MissionBannerWidget_ShowBPStepBanner::bShowTrackMission' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPStepBanner, objectiveText) == 0x000020, "Member 'MissionBannerWidget_ShowBPStepBanner::objectiveText' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPStepBanner, objectiveChecked) == 0x000030, "Member 'MissionBannerWidget_ShowBPStepBanner::objectiveChecked' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPStepBanner, objectiveCheckChanged) == 0x000040, "Member 'MissionBannerWidget_ShowBPStepBanner::objectiveCheckChanged' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPStepBanner, objectiveRuntimeValue1) == 0x000050, "Member 'MissionBannerWidget_ShowBPStepBanner::objectiveRuntimeValue1' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPStepBanner, objectiveRuntimeValue2) == 0x000060, "Member 'MissionBannerWidget_ShowBPStepBanner::objectiveRuntimeValue2' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPStepBanner, MissionDescription) == 0x000070, "Member 'MissionBannerWidget_ShowBPStepBanner::MissionDescription' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPStepBanner, MissionTypeIcon) == 0x000080, "Member 'MissionBannerWidget_ShowBPStepBanner::MissionTypeIcon' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPStepBanner, MissionObjectiveIcon) == 0x000090, "Member 'MissionBannerWidget_ShowBPStepBanner::MissionObjectiveIcon' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_ShowBPStepBanner, ObjectiveTintColor) == 0x0000A0, "Member 'MissionBannerWidget_ShowBPStepBanner::ObjectiveTintColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBannerWidget_UpdateColorBlindColors \ static_assert(alignof(MissionBannerWidget_UpdateColorBlindColors) == 0x000004, "Wrong alignment on MissionBannerWidget_UpdateColorBlindColors"); \ static_assert(sizeof(MissionBannerWidget_UpdateColorBlindColors) == 0x000010, "Wrong size on MissionBannerWidget_UpdateColorBlindColors"); \ static_assert(offsetof(MissionBannerWidget_UpdateColorBlindColors, ObjectiveTintColor) == 0x000000, "Member 'MissionBannerWidget_UpdateColorBlindColors::ObjectiveTintColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBannerWidget_UpdateExistingStepBanner \ static_assert(alignof(MissionBannerWidget_UpdateExistingStepBanner) == 0x000008, "Wrong alignment on MissionBannerWidget_UpdateExistingStepBanner"); \ static_assert(sizeof(MissionBannerWidget_UpdateExistingStepBanner) == 0x000050, "Wrong size on MissionBannerWidget_UpdateExistingStepBanner"); \ static_assert(offsetof(MissionBannerWidget_UpdateExistingStepBanner, objectiveText) == 0x000000, "Member 'MissionBannerWidget_UpdateExistingStepBanner::objectiveText' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_UpdateExistingStepBanner, objectiveChecked) == 0x000010, "Member 'MissionBannerWidget_UpdateExistingStepBanner::objectiveChecked' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_UpdateExistingStepBanner, objectiveCheckChanged) == 0x000020, "Member 'MissionBannerWidget_UpdateExistingStepBanner::objectiveCheckChanged' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_UpdateExistingStepBanner, objectiveRuntimeValue1) == 0x000030, "Member 'MissionBannerWidget_UpdateExistingStepBanner::objectiveRuntimeValue1' has a wrong offset!"); \ static_assert(offsetof(MissionBannerWidget_UpdateExistingStepBanner, objectiveRuntimeValue2) == 0x000040, "Member 'MissionBannerWidget_UpdateExistingStepBanner::objectiveRuntimeValue2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMissionBannerWidget \ static_assert(alignof(UMissionBannerWidget) == 0x000008, "Wrong alignment on UMissionBannerWidget"); \ static_assert(sizeof(UMissionBannerWidget) == 0x000530, "Wrong size on UMissionBannerWidget"); \ static_assert(offsetof(UMissionBannerWidget, StepUpdateInProgress) == 0x000318, "Member 'UMissionBannerWidget::StepUpdateInProgress' has a wrong offset!"); \ static_assert(offsetof(UMissionBannerWidget, MissionStepsShowing) == 0x000319, "Member 'UMissionBannerWidget::MissionStepsShowing' has a wrong offset!"); \ static_assert(offsetof(UMissionBannerWidget, WaypointShowing) == 0x00031A, "Member 'UMissionBannerWidget::WaypointShowing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_AdjustHealth \ static_assert(alignof(URPGTriggerEffect_AdjustHealth) == 0x000008, "Wrong alignment on URPGTriggerEffect_AdjustHealth"); \ static_assert(sizeof(URPGTriggerEffect_AdjustHealth) == 0x000078, "Wrong size on URPGTriggerEffect_AdjustHealth"); \ static_assert(offsetof(URPGTriggerEffect_AdjustHealth, bRelyOnItemEffectiveness) == 0x000040, "Member 'URPGTriggerEffect_AdjustHealth::bRelyOnItemEffectiveness' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AdjustHealth, HealthAdjustAmount) == 0x000044, "Member 'URPGTriggerEffect_AdjustHealth::HealthAdjustAmount' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AdjustHealth, bAdjustAsPercentage) == 0x000048, "Member 'URPGTriggerEffect_AdjustHealth::bAdjustAsPercentage' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AdjustHealth, bApplyOnce) == 0x000049, "Member 'URPGTriggerEffect_AdjustHealth::bApplyOnce' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AdjustHealth, Duration) == 0x00004C, "Member 'URPGTriggerEffect_AdjustHealth::Duration' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AdjustHealth, OnBeginHealingTriggerEffects) == 0x000050, "Member 'URPGTriggerEffect_AdjustHealth::OnBeginHealingTriggerEffects' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AdjustHealth, OnEndHealingTriggerEffects) == 0x000060, "Member 'URPGTriggerEffect_AdjustHealth::OnEndHealingTriggerEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixTextBlock_FontLoadCallback \ static_assert(alignof(PhoenixTextBlock_FontLoadCallback) == 0x000008, "Wrong alignment on PhoenixTextBlock_FontLoadCallback"); \ static_assert(sizeof(PhoenixTextBlock_FontLoadCallback) == 0x000008, "Wrong size on PhoenixTextBlock_FontLoadCallback"); \ static_assert(offsetof(PhoenixTextBlock_FontLoadCallback, LoadedFont) == 0x000000, "Member 'PhoenixTextBlock_FontLoadCallback::LoadedFont' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixTextBlock_GetColorTag \ static_assert(alignof(PhoenixTextBlock_GetColorTag) == 0x000008, "Wrong alignment on PhoenixTextBlock_GetColorTag"); \ static_assert(sizeof(PhoenixTextBlock_GetColorTag) == 0x000010, "Wrong size on PhoenixTextBlock_GetColorTag"); \ static_assert(offsetof(PhoenixTextBlock_GetColorTag, ReturnValue) == 0x000000, "Member 'PhoenixTextBlock_GetColorTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixTextBlock_GetCurrentFontScale \ static_assert(alignof(PhoenixTextBlock_GetCurrentFontScale) == 0x000004, "Wrong alignment on PhoenixTextBlock_GetCurrentFontScale"); \ static_assert(sizeof(PhoenixTextBlock_GetCurrentFontScale) == 0x000004, "Wrong size on PhoenixTextBlock_GetCurrentFontScale"); \ static_assert(offsetof(PhoenixTextBlock_GetCurrentFontScale, ReturnValue) == 0x000000, "Member 'PhoenixTextBlock_GetCurrentFontScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixTextBlock_GetFontInfo \ static_assert(alignof(PhoenixTextBlock_GetFontInfo) == 0x000008, "Wrong alignment on PhoenixTextBlock_GetFontInfo"); \ static_assert(sizeof(PhoenixTextBlock_GetFontInfo) == 0x000058, "Wrong size on PhoenixTextBlock_GetFontInfo"); \ static_assert(offsetof(PhoenixTextBlock_GetFontInfo, ReturnValue) == 0x000000, "Member 'PhoenixTextBlock_GetFontInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixTextBlock_GetPhoenixText \ static_assert(alignof(PhoenixTextBlock_GetPhoenixText) == 0x000008, "Wrong alignment on PhoenixTextBlock_GetPhoenixText"); \ static_assert(sizeof(PhoenixTextBlock_GetPhoenixText) == 0x000010, "Wrong size on PhoenixTextBlock_GetPhoenixText"); \ static_assert(offsetof(PhoenixTextBlock_GetPhoenixText, ReturnValue) == 0x000000, "Member 'PhoenixTextBlock_GetPhoenixText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixTextBlock_PreValidateLocalizationKey \ static_assert(alignof(PhoenixTextBlock_PreValidateLocalizationKey) == 0x000008, "Wrong alignment on PhoenixTextBlock_PreValidateLocalizationKey"); \ static_assert(sizeof(PhoenixTextBlock_PreValidateLocalizationKey) == 0x000018, "Wrong size on PhoenixTextBlock_PreValidateLocalizationKey"); \ static_assert(offsetof(PhoenixTextBlock_PreValidateLocalizationKey, RequestedKey) == 0x000000, "Member 'PhoenixTextBlock_PreValidateLocalizationKey::RequestedKey' has a wrong offset!"); \ static_assert(offsetof(PhoenixTextBlock_PreValidateLocalizationKey, ReturnValue) == 0x000010, "Member 'PhoenixTextBlock_PreValidateLocalizationKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixTextBlock_SetColorTag \ static_assert(alignof(PhoenixTextBlock_SetColorTag) == 0x000008, "Wrong alignment on PhoenixTextBlock_SetColorTag"); \ static_assert(sizeof(PhoenixTextBlock_SetColorTag) == 0x000010, "Wrong size on PhoenixTextBlock_SetColorTag"); \ static_assert(offsetof(PhoenixTextBlock_SetColorTag, NewColorTag) == 0x000000, "Member 'PhoenixTextBlock_SetColorTag::NewColorTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixTextBlock_SetTextKey \ static_assert(alignof(PhoenixTextBlock_SetTextKey) == 0x000008, "Wrong alignment on PhoenixTextBlock_SetTextKey"); \ static_assert(sizeof(PhoenixTextBlock_SetTextKey) == 0x000010, "Wrong size on PhoenixTextBlock_SetTextKey"); \ static_assert(offsetof(PhoenixTextBlock_SetTextKey, Key) == 0x000000, "Member 'PhoenixTextBlock_SetTextKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixTextBlock \ static_assert(alignof(UPhoenixTextBlock) == 0x000008, "Wrong alignment on UPhoenixTextBlock"); \ static_assert(sizeof(UPhoenixTextBlock) == 0x000418, "Wrong size on UPhoenixTextBlock"); \ static_assert(offsetof(UPhoenixTextBlock, LocalizationKey) == 0x0002A8, "Member 'UPhoenixTextBlock::LocalizationKey' has a wrong offset!"); \ static_assert(offsetof(UPhoenixTextBlock, Translatable) == 0x0002B8, "Member 'UPhoenixTextBlock::Translatable' has a wrong offset!"); \ static_assert(offsetof(UPhoenixTextBlock, ScaleFontSize) == 0x0002B9, "Member 'UPhoenixTextBlock::ScaleFontSize' has a wrong offset!"); \ static_assert(offsetof(UPhoenixTextBlock, TextBackground) == 0x0002C0, "Member 'UPhoenixTextBlock::TextBackground' has a wrong offset!"); \ static_assert(offsetof(UPhoenixTextBlock, BackgroundBrushColor) == 0x000348, "Member 'UPhoenixTextBlock::BackgroundBrushColor' has a wrong offset!"); \ static_assert(offsetof(UPhoenixTextBlock, TextBackgroundDelegate) == 0x000378, "Member 'UPhoenixTextBlock::TextBackgroundDelegate' has a wrong offset!"); \ static_assert(offsetof(UPhoenixTextBlock, ColorTag) == 0x000388, "Member 'UPhoenixTextBlock::ColorTag' has a wrong offset!"); \ static_assert(offsetof(UPhoenixTextBlock, AsianFontPath) == 0x0003A0, "Member 'UPhoenixTextBlock::AsianFontPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_BindMissionUpdates \ static_assert(alignof(MissionBPLibrary_BindMissionUpdates) == 0x000008, "Wrong alignment on MissionBPLibrary_BindMissionUpdates"); \ static_assert(sizeof(MissionBPLibrary_BindMissionUpdates) == 0x000028, "Wrong size on MissionBPLibrary_BindMissionUpdates"); \ static_assert(offsetof(MissionBPLibrary_BindMissionUpdates, MissionID) == 0x000000, "Member 'MissionBPLibrary_BindMissionUpdates::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_BindMissionUpdates, Delegate_MissionID) == 0x000008, "Member 'MissionBPLibrary_BindMissionUpdates::Delegate_MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_BindMissionUpdates, Handle) == 0x000018, "Member 'MissionBPLibrary_BindMissionUpdates::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_BranchMissionComplete \ static_assert(alignof(MissionBPLibrary_BranchMissionComplete) == 0x000004, "Wrong alignment on MissionBPLibrary_BranchMissionComplete"); \ static_assert(sizeof(MissionBPLibrary_BranchMissionComplete) == 0x00000C, "Wrong size on MissionBPLibrary_BranchMissionComplete"); \ static_assert(offsetof(MissionBPLibrary_BranchMissionComplete, MissionID) == 0x000000, "Member 'MissionBPLibrary_BranchMissionComplete::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_BranchMissionComplete, Complete) == 0x000008, "Member 'MissionBPLibrary_BranchMissionComplete::Complete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_BranchMissionStatus \ static_assert(alignof(MissionBPLibrary_BranchMissionStatus) == 0x000004, "Wrong alignment on MissionBPLibrary_BranchMissionStatus"); \ static_assert(sizeof(MissionBPLibrary_BranchMissionStatus) == 0x00000C, "Wrong size on MissionBPLibrary_BranchMissionStatus"); \ static_assert(offsetof(MissionBPLibrary_BranchMissionStatus, MissionID) == 0x000000, "Member 'MissionBPLibrary_BranchMissionStatus::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_BranchMissionStatus, status) == 0x000008, "Member 'MissionBPLibrary_BranchMissionStatus::status' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_BranchMissionStepComplete \ static_assert(alignof(MissionBPLibrary_BranchMissionStepComplete) == 0x000008, "Wrong alignment on MissionBPLibrary_BranchMissionStepComplete"); \ static_assert(sizeof(MissionBPLibrary_BranchMissionStepComplete) == 0x000020, "Wrong size on MissionBPLibrary_BranchMissionStepComplete"); \ static_assert(offsetof(MissionBPLibrary_BranchMissionStepComplete, MissionID) == 0x000000, "Member 'MissionBPLibrary_BranchMissionStepComplete::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_BranchMissionStepComplete, StepName) == 0x000008, "Member 'MissionBPLibrary_BranchMissionStepComplete::StepName' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_BranchMissionStepComplete, Complete) == 0x000018, "Member 'MissionBPLibrary_BranchMissionStepComplete::Complete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_CompleteMissionTask \ static_assert(alignof(MissionBPLibrary_CompleteMissionTask) == 0x000008, "Wrong alignment on MissionBPLibrary_CompleteMissionTask"); \ static_assert(sizeof(MissionBPLibrary_CompleteMissionTask) == 0x000018, "Wrong size on MissionBPLibrary_CompleteMissionTask"); \ static_assert(offsetof(MissionBPLibrary_CompleteMissionTask, MissionID) == 0x000000, "Member 'MissionBPLibrary_CompleteMissionTask::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_CompleteMissionTask, StepName) == 0x000008, "Member 'MissionBPLibrary_CompleteMissionTask::StepName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_GetCurrentMissionStepName \ static_assert(alignof(MissionBPLibrary_GetCurrentMissionStepName) == 0x000008, "Wrong alignment on MissionBPLibrary_GetCurrentMissionStepName"); \ static_assert(sizeof(MissionBPLibrary_GetCurrentMissionStepName) == 0x000018, "Wrong size on MissionBPLibrary_GetCurrentMissionStepName"); \ static_assert(offsetof(MissionBPLibrary_GetCurrentMissionStepName, MissionID) == 0x000000, "Member 'MissionBPLibrary_GetCurrentMissionStepName::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_GetCurrentMissionStepName, ReturnValue) == 0x000008, "Member 'MissionBPLibrary_GetCurrentMissionStepName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_GetMissionComplete \ static_assert(alignof(MissionBPLibrary_GetMissionComplete) == 0x000004, "Wrong alignment on MissionBPLibrary_GetMissionComplete"); \ static_assert(sizeof(MissionBPLibrary_GetMissionComplete) == 0x00000C, "Wrong size on MissionBPLibrary_GetMissionComplete"); \ static_assert(offsetof(MissionBPLibrary_GetMissionComplete, MissionID) == 0x000000, "Member 'MissionBPLibrary_GetMissionComplete::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_GetMissionComplete, ReturnValue) == 0x000008, "Member 'MissionBPLibrary_GetMissionComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_GetMissionStatus \ static_assert(alignof(MissionBPLibrary_GetMissionStatus) == 0x000004, "Wrong alignment on MissionBPLibrary_GetMissionStatus"); \ static_assert(sizeof(MissionBPLibrary_GetMissionStatus) == 0x00000C, "Wrong size on MissionBPLibrary_GetMissionStatus"); \ static_assert(offsetof(MissionBPLibrary_GetMissionStatus, MissionID) == 0x000000, "Member 'MissionBPLibrary_GetMissionStatus::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_GetMissionStatus, ReturnValue) == 0x000008, "Member 'MissionBPLibrary_GetMissionStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_GetMissionStepComplete \ static_assert(alignof(MissionBPLibrary_GetMissionStepComplete) == 0x000008, "Wrong alignment on MissionBPLibrary_GetMissionStepComplete"); \ static_assert(sizeof(MissionBPLibrary_GetMissionStepComplete) == 0x000020, "Wrong size on MissionBPLibrary_GetMissionStepComplete"); \ static_assert(offsetof(MissionBPLibrary_GetMissionStepComplete, MissionID) == 0x000000, "Member 'MissionBPLibrary_GetMissionStepComplete::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_GetMissionStepComplete, StepName) == 0x000008, "Member 'MissionBPLibrary_GetMissionStepComplete::StepName' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_GetMissionStepComplete, ReturnValue) == 0x000018, "Member 'MissionBPLibrary_GetMissionStepComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_HermesBind_MissionID \ static_assert(alignof(MissionBPLibrary_HermesBind_MissionID) == 0x000008, "Wrong alignment on MissionBPLibrary_HermesBind_MissionID"); \ static_assert(sizeof(MissionBPLibrary_HermesBind_MissionID) == 0x000028, "Wrong size on MissionBPLibrary_HermesBind_MissionID"); \ static_assert(offsetof(MissionBPLibrary_HermesBind_MissionID, Delegate_MissionID) == 0x000000, "Member 'MissionBPLibrary_HermesBind_MissionID::Delegate_MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_HermesBind_MissionID, Owner) == 0x000010, "Member 'MissionBPLibrary_HermesBind_MissionID::Owner' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_HermesBind_MissionID, Handle) == 0x000018, "Member 'MissionBPLibrary_HermesBind_MissionID::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_HermesExecuteAll_MissionID \ static_assert(alignof(MissionBPLibrary_HermesExecuteAll_MissionID) == 0x000008, "Wrong alignment on MissionBPLibrary_HermesExecuteAll_MissionID"); \ static_assert(sizeof(MissionBPLibrary_HermesExecuteAll_MissionID) == 0x000020, "Wrong size on MissionBPLibrary_HermesExecuteAll_MissionID"); \ static_assert(offsetof(MissionBPLibrary_HermesExecuteAll_MissionID, Name_0) == 0x000000, "Member 'MissionBPLibrary_HermesExecuteAll_MissionID::Name_0' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_HermesExecuteAll_MissionID, Caller) == 0x000010, "Member 'MissionBPLibrary_HermesExecuteAll_MissionID::Caller' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_HermesExecuteAll_MissionID, MissionID) == 0x000018, "Member 'MissionBPLibrary_HermesExecuteAll_MissionID::MissionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_HermesExecuteOwned_MissionID \ static_assert(alignof(MissionBPLibrary_HermesExecuteOwned_MissionID) == 0x000008, "Wrong alignment on MissionBPLibrary_HermesExecuteOwned_MissionID"); \ static_assert(sizeof(MissionBPLibrary_HermesExecuteOwned_MissionID) == 0x000028, "Wrong size on MissionBPLibrary_HermesExecuteOwned_MissionID"); \ static_assert(offsetof(MissionBPLibrary_HermesExecuteOwned_MissionID, Name_0) == 0x000000, "Member 'MissionBPLibrary_HermesExecuteOwned_MissionID::Name_0' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_HermesExecuteOwned_MissionID, Owner) == 0x000010, "Member 'MissionBPLibrary_HermesExecuteOwned_MissionID::Owner' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_HermesExecuteOwned_MissionID, Caller) == 0x000018, "Member 'MissionBPLibrary_HermesExecuteOwned_MissionID::Caller' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_HermesExecuteOwned_MissionID, MissionID) == 0x000020, "Member 'MissionBPLibrary_HermesExecuteOwned_MissionID::MissionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_IsExclusiveMission \ static_assert(alignof(MissionBPLibrary_IsExclusiveMission) == 0x000004, "Wrong alignment on MissionBPLibrary_IsExclusiveMission"); \ static_assert(sizeof(MissionBPLibrary_IsExclusiveMission) == 0x00000C, "Wrong size on MissionBPLibrary_IsExclusiveMission"); \ static_assert(offsetof(MissionBPLibrary_IsExclusiveMission, MissionID) == 0x000000, "Member 'MissionBPLibrary_IsExclusiveMission::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_IsExclusiveMission, ReturnValue) == 0x000008, "Member 'MissionBPLibrary_IsExclusiveMission::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_IsExclusiveMissionActive \ static_assert(alignof(MissionBPLibrary_IsExclusiveMissionActive) == 0x000001, "Wrong alignment on MissionBPLibrary_IsExclusiveMissionActive"); \ static_assert(sizeof(MissionBPLibrary_IsExclusiveMissionActive) == 0x000001, "Wrong size on MissionBPLibrary_IsExclusiveMissionActive"); \ static_assert(offsetof(MissionBPLibrary_IsExclusiveMissionActive, ReturnValue) == 0x000000, "Member 'MissionBPLibrary_IsExclusiveMissionActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_IsFocusMission \ static_assert(alignof(MissionBPLibrary_IsFocusMission) == 0x000004, "Wrong alignment on MissionBPLibrary_IsFocusMission"); \ static_assert(sizeof(MissionBPLibrary_IsFocusMission) == 0x00000C, "Wrong size on MissionBPLibrary_IsFocusMission"); \ static_assert(offsetof(MissionBPLibrary_IsFocusMission, MissionID) == 0x000000, "Member 'MissionBPLibrary_IsFocusMission::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_IsFocusMission, ReturnValue) == 0x000008, "Member 'MissionBPLibrary_IsFocusMission::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_PlayMissionDevOnly \ static_assert(alignof(MissionBPLibrary_PlayMissionDevOnly) == 0x000004, "Wrong alignment on MissionBPLibrary_PlayMissionDevOnly"); \ static_assert(sizeof(MissionBPLibrary_PlayMissionDevOnly) == 0x000008, "Wrong size on MissionBPLibrary_PlayMissionDevOnly"); \ static_assert(offsetof(MissionBPLibrary_PlayMissionDevOnly, MissionID) == 0x000000, "Member 'MissionBPLibrary_PlayMissionDevOnly::MissionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_PrintMissionString \ static_assert(alignof(MissionBPLibrary_PrintMissionString) == 0x000008, "Wrong alignment on MissionBPLibrary_PrintMissionString"); \ static_assert(sizeof(MissionBPLibrary_PrintMissionString) == 0x000018, "Wrong size on MissionBPLibrary_PrintMissionString"); \ static_assert(offsetof(MissionBPLibrary_PrintMissionString, MissionID) == 0x000000, "Member 'MissionBPLibrary_PrintMissionString::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_PrintMissionString, inString) == 0x000008, "Member 'MissionBPLibrary_PrintMissionString::inString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_RequestMissionUpdates \ static_assert(alignof(MissionBPLibrary_RequestMissionUpdates) == 0x000004, "Wrong alignment on MissionBPLibrary_RequestMissionUpdates"); \ static_assert(sizeof(MissionBPLibrary_RequestMissionUpdates) == 0x000008, "Wrong size on MissionBPLibrary_RequestMissionUpdates"); \ static_assert(offsetof(MissionBPLibrary_RequestMissionUpdates, MissionID) == 0x000000, "Member 'MissionBPLibrary_RequestMissionUpdates::MissionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_ResetMissionDevOnly \ static_assert(alignof(MissionBPLibrary_ResetMissionDevOnly) == 0x000004, "Wrong alignment on MissionBPLibrary_ResetMissionDevOnly"); \ static_assert(sizeof(MissionBPLibrary_ResetMissionDevOnly) == 0x000008, "Wrong size on MissionBPLibrary_ResetMissionDevOnly"); \ static_assert(offsetof(MissionBPLibrary_ResetMissionDevOnly, MissionID) == 0x000000, "Member 'MissionBPLibrary_ResetMissionDevOnly::MissionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_TrackMission \ static_assert(alignof(MissionBPLibrary_TrackMission) == 0x000004, "Wrong alignment on MissionBPLibrary_TrackMission"); \ static_assert(sizeof(MissionBPLibrary_TrackMission) == 0x000008, "Wrong size on MissionBPLibrary_TrackMission"); \ static_assert(offsetof(MissionBPLibrary_TrackMission, MissionID) == 0x000000, "Member 'MissionBPLibrary_TrackMission::MissionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionBPLibrary_UpdateMissionProgress \ static_assert(alignof(MissionBPLibrary_UpdateMissionProgress) == 0x000008, "Wrong alignment on MissionBPLibrary_UpdateMissionProgress"); \ static_assert(sizeof(MissionBPLibrary_UpdateMissionProgress) == 0x000020, "Wrong size on MissionBPLibrary_UpdateMissionProgress"); \ static_assert(offsetof(MissionBPLibrary_UpdateMissionProgress, MissionID) == 0x000000, "Member 'MissionBPLibrary_UpdateMissionProgress::MissionID' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_UpdateMissionProgress, StepName) == 0x000008, "Member 'MissionBPLibrary_UpdateMissionProgress::StepName' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_UpdateMissionProgress, ProgressIncrement) == 0x000018, "Member 'MissionBPLibrary_UpdateMissionProgress::ProgressIncrement' has a wrong offset!"); \ static_assert(offsetof(MissionBPLibrary_UpdateMissionProgress, ProgressGoal) == 0x00001C, "Member 'MissionBPLibrary_UpdateMissionProgress::ProgressGoal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMissionBPLibrary \ static_assert(alignof(UMissionBPLibrary) == 0x000008, "Wrong alignment on UMissionBPLibrary"); \ static_assert(sizeof(UMissionBPLibrary) == 0x000028, "Wrong size on UMissionBPLibrary"); \ #define DUMPER7_ASSERTS_AUIDummyActor \ static_assert(alignof(AUIDummyActor) == 0x000010, "Wrong alignment on AUIDummyActor"); \ static_assert(sizeof(AUIDummyActor) == 0x000540, "Wrong size on AUIDummyActor"); \ static_assert(offsetof(AUIDummyActor, ObjectStateComponent) == 0x0004F8, "Member 'AUIDummyActor::ObjectStateComponent' has a wrong offset!"); \ static_assert(offsetof(AUIDummyActor, OnDummyMeshLoadComplete) == 0x000500, "Member 'AUIDummyActor::OnDummyMeshLoadComplete' has a wrong offset!"); \ static_assert(offsetof(AUIDummyActor, OnDummyGearLoadComplete) == 0x000510, "Member 'AUIDummyActor::OnDummyGearLoadComplete' has a wrong offset!"); \ static_assert(offsetof(AUIDummyActor, DesiredVisibility) == 0x000520, "Member 'AUIDummyActor::DesiredVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMissionEntryPoint \ static_assert(alignof(AMissionEntryPoint) == 0x000008, "Wrong alignment on AMissionEntryPoint"); \ static_assert(sizeof(AMissionEntryPoint) == 0x000378, "Wrong size on AMissionEntryPoint"); \ static_assert(offsetof(AMissionEntryPoint, m_missionID) == 0x000258, "Member 'AMissionEntryPoint::m_missionID' has a wrong offset!"); \ static_assert(offsetof(AMissionEntryPoint, m_ringRadius) == 0x0002E0, "Member 'AMissionEntryPoint::m_ringRadius' has a wrong offset!"); \ static_assert(offsetof(AMissionEntryPoint, RingEffectComponent) == 0x0002F8, "Member 'AMissionEntryPoint::RingEffectComponent' has a wrong offset!"); \ static_assert(offsetof(AMissionEntryPoint, CalloutLocator) == 0x000300, "Member 'AMissionEntryPoint::CalloutLocator' has a wrong offset!"); \ static_assert(offsetof(AMissionEntryPoint, CognitionStimuliSource) == 0x000308, "Member 'AMissionEntryPoint::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(AMissionEntryPoint, BeaconableObjectID) == 0x000310, "Member 'AMissionEntryPoint::BeaconableObjectID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ConsoleCommandBase \ static_assert(alignof(USceneAction_ConsoleCommandBase) == 0x000008, "Wrong alignment on USceneAction_ConsoleCommandBase"); \ static_assert(sizeof(USceneAction_ConsoleCommandBase) == 0x000098, "Wrong size on USceneAction_ConsoleCommandBase"); \ static_assert(offsetof(USceneAction_ConsoleCommandBase, Commands) == 0x000088, "Member 'USceneAction_ConsoleCommandBase::Commands' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPC_BTComponent \ static_assert(alignof(UNPC_BTComponent) == 0x000008, "Wrong alignment on UNPC_BTComponent"); \ static_assert(sizeof(UNPC_BTComponent) == 0x0002B0, "Wrong size on UNPC_BTComponent"); \ #define DUMPER7_ASSERTS_UMissionEntryPointEffectComponent \ static_assert(alignof(UMissionEntryPointEffectComponent) == 0x000010, "Wrong alignment on UMissionEntryPointEffectComponent"); \ static_assert(sizeof(UMissionEntryPointEffectComponent) == 0x000490, "Wrong size on UMissionEntryPointEffectComponent"); \ static_assert(offsetof(UMissionEntryPointEffectComponent, NiagaraSystem) == 0x000480, "Member 'UMissionEntryPointEffectComponent::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(UMissionEntryPointEffectComponent, NiagaraComponent) == 0x000488, "Member 'UMissionEntryPointEffectComponent::NiagaraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixFootPlantEffects \ static_assert(alignof(UPhoenixFootPlantEffects) == 0x000008, "Wrong alignment on UPhoenixFootPlantEffects"); \ static_assert(sizeof(UPhoenixFootPlantEffects) == 0x000078, "Wrong size on UPhoenixFootPlantEffects"); \ static_assert(offsetof(UPhoenixFootPlantEffects, VfxRadius) == 0x000050, "Member 'UPhoenixFootPlantEffects::VfxRadius' has a wrong offset!"); \ static_assert(offsetof(UPhoenixFootPlantEffects, FootprintType) == 0x000054, "Member 'UPhoenixFootPlantEffects::FootprintType' has a wrong offset!"); \ static_assert(offsetof(UPhoenixFootPlantEffects, FootOffsetZ) == 0x000058, "Member 'UPhoenixFootPlantEffects::FootOffsetZ' has a wrong offset!"); \ static_assert(offsetof(UPhoenixFootPlantEffects, FootprintScale) == 0x00005C, "Member 'UPhoenixFootPlantEffects::FootprintScale' has a wrong offset!"); \ static_assert(offsetof(UPhoenixFootPlantEffects, ScaleMultiplier) == 0x000060, "Member 'UPhoenixFootPlantEffects::ScaleMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPhoenixFootPlantEffects, FemaleFootprintScaleAdjustment) == 0x000064, "Member 'UPhoenixFootPlantEffects::FemaleFootprintScaleAdjustment' has a wrong offset!"); \ static_assert(offsetof(UPhoenixFootPlantEffects, FootprintScaleVariationRange) == 0x000068, "Member 'UPhoenixFootPlantEffects::FootprintScaleVariationRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionFailScreenBase_SetDisplayText \ static_assert(alignof(MissionFailScreenBase_SetDisplayText) == 0x000008, "Wrong alignment on MissionFailScreenBase_SetDisplayText"); \ static_assert(sizeof(MissionFailScreenBase_SetDisplayText) == 0x000020, "Wrong size on MissionFailScreenBase_SetDisplayText"); \ static_assert(offsetof(MissionFailScreenBase_SetDisplayText, Title) == 0x000000, "Member 'MissionFailScreenBase_SetDisplayText::Title' has a wrong offset!"); \ static_assert(offsetof(MissionFailScreenBase_SetDisplayText, Description) == 0x000010, "Member 'MissionFailScreenBase_SetDisplayText::Description' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MissionFailScreenBase_SetReason \ static_assert(alignof(MissionFailScreenBase_SetReason) == 0x000001, "Wrong alignment on MissionFailScreenBase_SetReason"); \ static_assert(sizeof(MissionFailScreenBase_SetReason) == 0x000001, "Wrong size on MissionFailScreenBase_SetReason"); \ static_assert(offsetof(MissionFailScreenBase_SetReason, Reason) == 0x000000, "Member 'MissionFailScreenBase_SetReason::Reason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMissionFailScreenBase \ static_assert(alignof(UMissionFailScreenBase) == 0x000008, "Wrong alignment on UMissionFailScreenBase"); \ static_assert(sizeof(UMissionFailScreenBase) == 0x000378, "Wrong size on UMissionFailScreenBase"); \ static_assert(offsetof(UMissionFailScreenBase, MyReason) == 0x000370, "Member 'UMissionFailScreenBase::MyReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ManipulateDamageInfo \ static_assert(alignof(URPGTriggerEffect_ManipulateDamageInfo) == 0x000008, "Wrong alignment on URPGTriggerEffect_ManipulateDamageInfo"); \ static_assert(sizeof(URPGTriggerEffect_ManipulateDamageInfo) == 0x000080, "Wrong size on URPGTriggerEffect_ManipulateDamageInfo"); \ static_assert(offsetof(URPGTriggerEffect_ManipulateDamageInfo, TriggerChance) == 0x000040, "Member 'URPGTriggerEffect_ManipulateDamageInfo::TriggerChance' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ManipulateDamageInfo, MunitionsToAdd) == 0x000048, "Member 'URPGTriggerEffect_ManipulateDamageInfo::MunitionsToAdd' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ManipulateDamageInfo, DamageFilters) == 0x000070, "Member 'URPGTriggerEffect_ManipulateDamageInfo::DamageFilters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameMode_GetPhoenixGameMode \ static_assert(alignof(PhoenixGameMode_GetPhoenixGameMode) == 0x000008, "Wrong alignment on PhoenixGameMode_GetPhoenixGameMode"); \ static_assert(sizeof(PhoenixGameMode_GetPhoenixGameMode) == 0x000008, "Wrong size on PhoenixGameMode_GetPhoenixGameMode"); \ static_assert(offsetof(PhoenixGameMode_GetPhoenixGameMode, ReturnValue) == 0x000000, "Member 'PhoenixGameMode_GetPhoenixGameMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameMode_GetStreamingLevelAva \ static_assert(alignof(PhoenixGameMode_GetStreamingLevelAva) == 0x000008, "Wrong alignment on PhoenixGameMode_GetStreamingLevelAva"); \ static_assert(sizeof(PhoenixGameMode_GetStreamingLevelAva) == 0x000018, "Wrong size on PhoenixGameMode_GetStreamingLevelAva"); \ static_assert(offsetof(PhoenixGameMode_GetStreamingLevelAva, WorldContextObject) == 0x000000, "Member 'PhoenixGameMode_GetStreamingLevelAva::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameMode_GetStreamingLevelAva, PackageName) == 0x000008, "Member 'PhoenixGameMode_GetStreamingLevelAva::PackageName' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameMode_GetStreamingLevelAva, ReturnValue) == 0x000010, "Member 'PhoenixGameMode_GetStreamingLevelAva::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameMode_OpenLevelByReference \ static_assert(alignof(PhoenixGameMode_OpenLevelByReference) == 0x000008, "Wrong alignment on PhoenixGameMode_OpenLevelByReference"); \ static_assert(sizeof(PhoenixGameMode_OpenLevelByReference) == 0x000048, "Wrong size on PhoenixGameMode_OpenLevelByReference"); \ static_assert(offsetof(PhoenixGameMode_OpenLevelByReference, WorldContextObject) == 0x000000, "Member 'PhoenixGameMode_OpenLevelByReference::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameMode_OpenLevelByReference, Level) == 0x000008, "Member 'PhoenixGameMode_OpenLevelByReference::Level' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameMode_OpenLevelByReference, bAbsolute) == 0x000030, "Member 'PhoenixGameMode_OpenLevelByReference::bAbsolute' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameMode_OpenLevelByReference, OPTIONS) == 0x000038, "Member 'PhoenixGameMode_OpenLevelByReference::OPTIONS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameMode_RemoveInstancedStaticMeshCollision \ static_assert(alignof(PhoenixGameMode_RemoveInstancedStaticMeshCollision) == 0x000008, "Wrong alignment on PhoenixGameMode_RemoveInstancedStaticMeshCollision"); \ static_assert(sizeof(PhoenixGameMode_RemoveInstancedStaticMeshCollision) == 0x000010, "Wrong size on PhoenixGameMode_RemoveInstancedStaticMeshCollision"); \ static_assert(offsetof(PhoenixGameMode_RemoveInstancedStaticMeshCollision, InstancedMeshComponent) == 0x000000, "Member 'PhoenixGameMode_RemoveInstancedStaticMeshCollision::InstancedMeshComponent' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameMode_RemoveInstancedStaticMeshCollision, InstanceIndex) == 0x000008, "Member 'PhoenixGameMode_RemoveInstancedStaticMeshCollision::InstanceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameMode_AsyncLoadAssetList \ static_assert(alignof(PhoenixGameMode_AsyncLoadAssetList) == 0x000008, "Wrong alignment on PhoenixGameMode_AsyncLoadAssetList"); \ static_assert(sizeof(PhoenixGameMode_AsyncLoadAssetList) == 0x000020, "Wrong size on PhoenixGameMode_AsyncLoadAssetList"); \ static_assert(offsetof(PhoenixGameMode_AsyncLoadAssetList, WorldContextObject) == 0x000000, "Member 'PhoenixGameMode_AsyncLoadAssetList::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameMode_AsyncLoadAssetList, AssetsToStream) == 0x000008, "Member 'PhoenixGameMode_AsyncLoadAssetList::AssetsToStream' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameMode_AsyncLoadAssetList, UniqueId) == 0x000018, "Member 'PhoenixGameMode_AsyncLoadAssetList::UniqueId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameMode_GameDBExport \ static_assert(alignof(PhoenixGameMode_GameDBExport) == 0x000008, "Wrong alignment on PhoenixGameMode_GameDBExport"); \ static_assert(sizeof(PhoenixGameMode_GameDBExport) == 0x000010, "Wrong size on PhoenixGameMode_GameDBExport"); \ static_assert(offsetof(PhoenixGameMode_GameDBExport, ExportFilename) == 0x000000, "Member 'PhoenixGameMode_GameDBExport::ExportFilename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameMode_GameDBImport \ static_assert(alignof(PhoenixGameMode_GameDBImport) == 0x000008, "Wrong alignment on PhoenixGameMode_GameDBImport"); \ static_assert(sizeof(PhoenixGameMode_GameDBImport) == 0x000010, "Wrong size on PhoenixGameMode_GameDBImport"); \ static_assert(offsetof(PhoenixGameMode_GameDBImport, ImportFilename) == 0x000000, "Member 'PhoenixGameMode_GameDBImport::ImportFilename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameMode_GetOptions \ static_assert(alignof(PhoenixGameMode_GetOptions) == 0x000008, "Wrong alignment on PhoenixGameMode_GetOptions"); \ static_assert(sizeof(PhoenixGameMode_GetOptions) == 0x000010, "Wrong size on PhoenixGameMode_GetOptions"); \ static_assert(offsetof(PhoenixGameMode_GetOptions, ReturnValue) == 0x000000, "Member 'PhoenixGameMode_GetOptions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameMode_LootDrop \ static_assert(alignof(PhoenixGameMode_LootDrop) == 0x000008, "Wrong alignment on PhoenixGameMode_LootDrop"); \ static_assert(sizeof(PhoenixGameMode_LootDrop) == 0x000018, "Wrong size on PhoenixGameMode_LootDrop"); \ static_assert(offsetof(PhoenixGameMode_LootDrop, LootCategoryID) == 0x000000, "Member 'PhoenixGameMode_LootDrop::LootCategoryID' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameMode_LootDrop, Level) == 0x000010, "Member 'PhoenixGameMode_LootDrop::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameMode_RegisterInterestPointActor \ static_assert(alignof(PhoenixGameMode_RegisterInterestPointActor) == 0x000008, "Wrong alignment on PhoenixGameMode_RegisterInterestPointActor"); \ static_assert(sizeof(PhoenixGameMode_RegisterInterestPointActor) == 0x000020, "Wrong size on PhoenixGameMode_RegisterInterestPointActor"); \ static_assert(offsetof(PhoenixGameMode_RegisterInterestPointActor, InActorName) == 0x000000, "Member 'PhoenixGameMode_RegisterInterestPointActor::InActorName' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameMode_RegisterInterestPointActor, InSpawnX) == 0x000010, "Member 'PhoenixGameMode_RegisterInterestPointActor::InSpawnX' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameMode_RegisterInterestPointActor, InSpawnY) == 0x000014, "Member 'PhoenixGameMode_RegisterInterestPointActor::InSpawnY' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameMode_RegisterInterestPointActor, InSpawnZ) == 0x000018, "Member 'PhoenixGameMode_RegisterInterestPointActor::InSpawnZ' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameMode_RegisterInterestPointActor, bSpawnNewActor) == 0x00001C, "Member 'PhoenixGameMode_RegisterInterestPointActor::bSpawnNewActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameMode_SetLocale \ static_assert(alignof(PhoenixGameMode_SetLocale) == 0x000008, "Wrong alignment on PhoenixGameMode_SetLocale"); \ static_assert(sizeof(PhoenixGameMode_SetLocale) == 0x000010, "Wrong size on PhoenixGameMode_SetLocale"); \ static_assert(offsetof(PhoenixGameMode_SetLocale, LocaleString) == 0x000000, "Member 'PhoenixGameMode_SetLocale::LocaleString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameMode_SetProgrammaticPlayerStartInfo \ static_assert(alignof(PhoenixGameMode_SetProgrammaticPlayerStartInfo) == 0x000004, "Wrong alignment on PhoenixGameMode_SetProgrammaticPlayerStartInfo"); \ static_assert(sizeof(PhoenixGameMode_SetProgrammaticPlayerStartInfo) == 0x00001C, "Wrong size on PhoenixGameMode_SetProgrammaticPlayerStartInfo"); \ static_assert(offsetof(PhoenixGameMode_SetProgrammaticPlayerStartInfo, InLocation) == 0x000000, "Member 'PhoenixGameMode_SetProgrammaticPlayerStartInfo::InLocation' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameMode_SetProgrammaticPlayerStartInfo, InRotation) == 0x00000C, "Member 'PhoenixGameMode_SetProgrammaticPlayerStartInfo::InRotation' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameMode_SetProgrammaticPlayerStartInfo, bForceUse) == 0x000018, "Member 'PhoenixGameMode_SetProgrammaticPlayerStartInfo::bForceUse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameMode_UnregisterInterestPointActor \ static_assert(alignof(PhoenixGameMode_UnregisterInterestPointActor) == 0x000008, "Wrong alignment on PhoenixGameMode_UnregisterInterestPointActor"); \ static_assert(sizeof(PhoenixGameMode_UnregisterInterestPointActor) == 0x000010, "Wrong size on PhoenixGameMode_UnregisterInterestPointActor"); \ static_assert(offsetof(PhoenixGameMode_UnregisterInterestPointActor, ActorName) == 0x000000, "Member 'PhoenixGameMode_UnregisterInterestPointActor::ActorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameMode_VCGetContents \ static_assert(alignof(PhoenixGameMode_VCGetContents) == 0x000008, "Wrong alignment on PhoenixGameMode_VCGetContents"); \ static_assert(sizeof(PhoenixGameMode_VCGetContents) == 0x000010, "Wrong size on PhoenixGameMode_VCGetContents"); \ static_assert(offsetof(PhoenixGameMode_VCGetContents, ContainerID) == 0x000000, "Member 'PhoenixGameMode_VCGetContents::ContainerID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameMode_GetPlayerStartTag \ static_assert(alignof(PhoenixGameMode_GetPlayerStartTag) == 0x000008, "Wrong alignment on PhoenixGameMode_GetPlayerStartTag"); \ static_assert(sizeof(PhoenixGameMode_GetPlayerStartTag) == 0x000010, "Wrong size on PhoenixGameMode_GetPlayerStartTag"); \ static_assert(offsetof(PhoenixGameMode_GetPlayerStartTag, ReturnValue) == 0x000000, "Member 'PhoenixGameMode_GetPlayerStartTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameMode_PlayerStartedAtProgrammaticLocation \ static_assert(alignof(PhoenixGameMode_PlayerStartedAtProgrammaticLocation) == 0x000001, "Wrong alignment on PhoenixGameMode_PlayerStartedAtProgrammaticLocation"); \ static_assert(sizeof(PhoenixGameMode_PlayerStartedAtProgrammaticLocation) == 0x000001, "Wrong size on PhoenixGameMode_PlayerStartedAtProgrammaticLocation"); \ static_assert(offsetof(PhoenixGameMode_PlayerStartedAtProgrammaticLocation, ReturnValue) == 0x000000, "Member 'PhoenixGameMode_PlayerStartedAtProgrammaticLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APhoenixGameMode \ static_assert(alignof(APhoenixGameMode) == 0x000008, "Wrong alignment on APhoenixGameMode"); \ static_assert(sizeof(APhoenixGameMode) == 0x000380, "Wrong size on APhoenixGameMode"); \ static_assert(offsetof(APhoenixGameMode, OnAsyncLoadAssetListComplete) == 0x000350, "Member 'APhoenixGameMode::OnAsyncLoadAssetListComplete' has a wrong offset!"); \ static_assert(offsetof(APhoenixGameMode, ProgrammaticPlayerStart) == 0x000368, "Member 'APhoenixGameMode::ProgrammaticPlayerStart' has a wrong offset!"); \ static_assert(offsetof(APhoenixGameMode, InterestPointActors) == 0x000370, "Member 'APhoenixGameMode::InterestPointActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMissionSpawnComponent \ static_assert(alignof(UMissionSpawnComponent) == 0x000008, "Wrong alignment on UMissionSpawnComponent"); \ static_assert(sizeof(UMissionSpawnComponent) == 0x000158, "Wrong size on UMissionSpawnComponent"); \ static_assert(offsetof(UMissionSpawnComponent, m_missionID) == 0x0000D0, "Member 'UMissionSpawnComponent::m_missionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModDialogueData_PlayDialogueFromActor \ static_assert(alignof(ModDialogueData_PlayDialogueFromActor) == 0x000008, "Wrong alignment on ModDialogueData_PlayDialogueFromActor"); \ static_assert(sizeof(ModDialogueData_PlayDialogueFromActor) == 0x000010, "Wrong size on ModDialogueData_PlayDialogueFromActor"); \ static_assert(offsetof(ModDialogueData_PlayDialogueFromActor, Actor) == 0x000000, "Member 'ModDialogueData_PlayDialogueFromActor::Actor' has a wrong offset!"); \ static_assert(offsetof(ModDialogueData_PlayDialogueFromActor, DelaySeconds) == 0x000008, "Member 'ModDialogueData_PlayDialogueFromActor::DelaySeconds' has a wrong offset!"); \ static_assert(offsetof(ModDialogueData_PlayDialogueFromActor, ReturnValue) == 0x00000C, "Member 'ModDialogueData_PlayDialogueFromActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModDialogueData_IsPlaying \ static_assert(alignof(ModDialogueData_IsPlaying) == 0x000001, "Wrong alignment on ModDialogueData_IsPlaying"); \ static_assert(sizeof(ModDialogueData_IsPlaying) == 0x000001, "Wrong size on ModDialogueData_IsPlaying"); \ static_assert(offsetof(ModDialogueData_IsPlaying, ReturnValue) == 0x000000, "Member 'ModDialogueData_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModDialogueData \ static_assert(alignof(UModDialogueData) == 0x000008, "Wrong alignment on UModDialogueData"); \ static_assert(sizeof(UModDialogueData) == 0x0000F0, "Wrong size on UModDialogueData"); \ static_assert(offsetof(UModDialogueData, AudioCue) == 0x000028, "Member 'UModDialogueData::AudioCue' has a wrong offset!"); \ static_assert(offsetof(UModDialogueData, WwiseAudioEvent) == 0x000030, "Member 'UModDialogueData::WwiseAudioEvent' has a wrong offset!"); \ static_assert(offsetof(UModDialogueData, bNoAudio) == 0x000038, "Member 'UModDialogueData::bNoAudio' has a wrong offset!"); \ static_assert(offsetof(UModDialogueData, LocDirectKey) == 0x000040, "Member 'UModDialogueData::LocDirectKey' has a wrong offset!"); \ static_assert(offsetof(UModDialogueData, UnlocalizedSubtitle) == 0x000050, "Member 'UModDialogueData::UnlocalizedSubtitle' has a wrong offset!"); \ static_assert(offsetof(UModDialogueData, SubtitleDisplayDurationOverride) == 0x000060, "Member 'UModDialogueData::SubtitleDisplayDurationOverride' has a wrong offset!"); \ static_assert(offsetof(UModDialogueData, SubtitlePriority) == 0x000064, "Member 'UModDialogueData::SubtitlePriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_ConversationLightRigOptions \ static_assert(alignof(USceneActionState_ConversationLightRigOptions) == 0x000008, "Wrong alignment on USceneActionState_ConversationLightRigOptions"); \ static_assert(sizeof(USceneActionState_ConversationLightRigOptions) == 0x000090, "Wrong size on USceneActionState_ConversationLightRigOptions"); \ #define DUMPER7_ASSERTS_UNPC_MovementCapsuleComponent \ static_assert(alignof(UNPC_MovementCapsuleComponent) == 0x000010, "Wrong alignment on UNPC_MovementCapsuleComponent"); \ static_assert(sizeof(UNPC_MovementCapsuleComponent) == 0x0004E0, "Wrong size on UNPC_MovementCapsuleComponent"); \ static_assert(offsetof(UNPC_MovementCapsuleComponent, bUseBoneLocationTracking) == 0x0004A0, "Member 'UNPC_MovementCapsuleComponent::bUseBoneLocationTracking' has a wrong offset!"); \ static_assert(offsetof(UNPC_MovementCapsuleComponent, BoneNameToLocationTrack) == 0x0004A4, "Member 'UNPC_MovementCapsuleComponent::BoneNameToLocationTrack' has a wrong offset!"); \ static_assert(offsetof(UNPC_MovementCapsuleComponent, CapsuleLocationInterpToSpeed) == 0x0004AC, "Member 'UNPC_MovementCapsuleComponent::CapsuleLocationInterpToSpeed' has a wrong offset!"); \ static_assert(offsetof(UNPC_MovementCapsuleComponent, StartTrackingLocationTolerance) == 0x0004B0, "Member 'UNPC_MovementCapsuleComponent::StartTrackingLocationTolerance' has a wrong offset!"); \ static_assert(offsetof(UNPC_MovementCapsuleComponent, EndTrackingLocationTolerance) == 0x0004B4, "Member 'UNPC_MovementCapsuleComponent::EndTrackingLocationTolerance' has a wrong offset!"); \ static_assert(offsetof(UNPC_MovementCapsuleComponent, bTrackBoneZ) == 0x0004B8, "Member 'UNPC_MovementCapsuleComponent::bTrackBoneZ' has a wrong offset!"); \ static_assert(offsetof(UNPC_MovementCapsuleComponent, bUseInFloorSweep) == 0x0004B9, "Member 'UNPC_MovementCapsuleComponent::bUseInFloorSweep' has a wrong offset!"); \ static_assert(offsetof(UNPC_MovementCapsuleComponent, bDisabledAtSpawn) == 0x0004BA, "Member 'UNPC_MovementCapsuleComponent::bDisabledAtSpawn' has a wrong offset!"); \ static_assert(offsetof(UNPC_MovementCapsuleComponent, bDisabledAlways) == 0x0004BB, "Member 'UNPC_MovementCapsuleComponent::bDisabledAlways' has a wrong offset!"); \ static_assert(offsetof(UNPC_MovementCapsuleComponent, ActivateCollisionEnabledType) == 0x0004BC, "Member 'UNPC_MovementCapsuleComponent::ActivateCollisionEnabledType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MountedAI_Controller_StartMovingToPathNode \ static_assert(alignof(MountedAI_Controller_StartMovingToPathNode) == 0x000008, "Wrong alignment on MountedAI_Controller_StartMovingToPathNode"); \ static_assert(sizeof(MountedAI_Controller_StartMovingToPathNode) == 0x000008, "Wrong size on MountedAI_Controller_StartMovingToPathNode"); \ static_assert(offsetof(MountedAI_Controller_StartMovingToPathNode, InPathNode) == 0x000000, "Member 'MountedAI_Controller_StartMovingToPathNode::InPathNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMountedAI_Controller \ static_assert(alignof(AMountedAI_Controller) == 0x000008, "Wrong alignment on AMountedAI_Controller"); \ static_assert(sizeof(AMountedAI_Controller) == 0x000500, "Wrong size on AMountedAI_Controller"); \ static_assert(offsetof(AMountedAI_Controller, DistanceFromGroundPathNodeThreshold) == 0x000350, "Member 'AMountedAI_Controller::DistanceFromGroundPathNodeThreshold' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, DistanceFromAirPathNodeThreshold) == 0x000354, "Member 'AMountedAI_Controller::DistanceFromAirPathNodeThreshold' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, DistanceFromSplineThreshold) == 0x000358, "Member 'AMountedAI_Controller::DistanceFromSplineThreshold' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, SplineTrackingPointHeadstartDistance) == 0x00035C, "Member 'AMountedAI_Controller::SplineTrackingPointHeadstartDistance' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, TicksForPredictedLocation) == 0x000360, "Member 'AMountedAI_Controller::TicksForPredictedLocation' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, bKeepWithinDistanceOfPlayer) == 0x000364, "Member 'AMountedAI_Controller::bKeepWithinDistanceOfPlayer' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, DistanceFromPlayerWaitThreshold) == 0x000368, "Member 'AMountedAI_Controller::DistanceFromPlayerWaitThreshold' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, DistanceFromPlayerSlowDownThreshold) == 0x00036C, "Member 'AMountedAI_Controller::DistanceFromPlayerSlowDownThreshold' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, PlayerDistanceThresholdChangeDistance) == 0x000370, "Member 'AMountedAI_Controller::PlayerDistanceThresholdChangeDistance' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, DistanceFromPlayerToTargetSpeedMultiplierCurve) == 0x000378, "Member 'AMountedAI_Controller::DistanceFromPlayerToTargetSpeedMultiplierCurve' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, DistanceFromPlayerToMaxSpeedMultiplierCurve) == 0x000400, "Member 'AMountedAI_Controller::DistanceFromPlayerToMaxSpeedMultiplierCurve' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, CreatureCharacter) == 0x000488, "Member 'AMountedAI_Controller::CreatureCharacter' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, RiderCharacter) == 0x000490, "Member 'AMountedAI_Controller::RiderCharacter' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, CreatureMountComponent) == 0x000498, "Member 'AMountedAI_Controller::CreatureMountComponent' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, FlightMovementComponent) == 0x0004A0, "Member 'AMountedAI_Controller::FlightMovementComponent' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, CreaturePathFollowingComponent) == 0x0004A8, "Member 'AMountedAI_Controller::CreaturePathFollowingComponent' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, PathNode) == 0x0004B8, "Member 'AMountedAI_Controller::PathNode' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, NextPathNode) == 0x0004C0, "Member 'AMountedAI_Controller::NextPathNode' has a wrong offset!"); \ static_assert(offsetof(AMountedAI_Controller, Spline) == 0x0004E0, "Member 'AMountedAI_Controller::Spline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ConsoleCommandInShippingToo \ static_assert(alignof(USceneAction_ConsoleCommandInShippingToo) == 0x000008, "Wrong alignment on USceneAction_ConsoleCommandInShippingToo"); \ static_assert(sizeof(USceneAction_ConsoleCommandInShippingToo) == 0x0000A0, "Wrong size on USceneAction_ConsoleCommandInShippingToo"); \ static_assert(offsetof(USceneAction_ConsoleCommandInShippingToo, bInShippingToo) == 0x000098, "Member 'USceneAction_ConsoleCommandInShippingToo::bInShippingToo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMountRegionHeights \ static_assert(alignof(UMountRegionHeights) == 0x000008, "Wrong alignment on UMountRegionHeights"); \ static_assert(sizeof(UMountRegionHeights) == 0x000090, "Wrong size on UMountRegionHeights"); \ static_assert(offsetof(UMountRegionHeights, HeightBuffer) == 0x000030, "Member 'UMountRegionHeights::HeightBuffer' has a wrong offset!"); \ static_assert(offsetof(UMountRegionHeights, HeightMap) == 0x000038, "Member 'UMountRegionHeights::HeightMap' has a wrong offset!"); \ static_assert(offsetof(UMountRegionHeights, HeightRaiseInterpSpeed) == 0x000088, "Member 'UMountRegionHeights::HeightRaiseInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UMountRegionHeights, HeightLowerInterpSpeed) == 0x00008C, "Member 'UMountRegionHeights::HeightLowerInterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_AdjustMovementSpeed \ static_assert(alignof(URPGTriggerEffect_AdjustMovementSpeed) == 0x000008, "Wrong alignment on URPGTriggerEffect_AdjustMovementSpeed"); \ static_assert(sizeof(URPGTriggerEffect_AdjustMovementSpeed) == 0x000048, "Wrong size on URPGTriggerEffect_AdjustMovementSpeed"); \ static_assert(offsetof(URPGTriggerEffect_AdjustMovementSpeed, MovementSpeedScale) == 0x000040, "Member 'URPGTriggerEffect_AdjustMovementSpeed::MovementSpeedScale' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AdjustMovementSpeed, Duration) == 0x000044, "Member 'URPGTriggerEffect_AdjustMovementSpeed::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MountZoneVolumeBase_GetBroom \ static_assert(alignof(MountZoneVolumeBase_GetBroom) == 0x000008, "Wrong alignment on MountZoneVolumeBase_GetBroom"); \ static_assert(sizeof(MountZoneVolumeBase_GetBroom) == 0x000010, "Wrong size on MountZoneVolumeBase_GetBroom"); \ static_assert(offsetof(MountZoneVolumeBase_GetBroom, InPawn) == 0x000000, "Member 'MountZoneVolumeBase_GetBroom::InPawn' has a wrong offset!"); \ static_assert(offsetof(MountZoneVolumeBase_GetBroom, ReturnValue) == 0x000008, "Member 'MountZoneVolumeBase_GetBroom::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MountZoneVolumeBase_GetEquivalentFlyingType \ static_assert(alignof(MountZoneVolumeBase_GetEquivalentFlyingType) == 0x000001, "Wrong alignment on MountZoneVolumeBase_GetEquivalentFlyingType"); \ static_assert(sizeof(MountZoneVolumeBase_GetEquivalentFlyingType) == 0x000003, "Wrong size on MountZoneVolumeBase_GetEquivalentFlyingType"); \ static_assert(offsetof(MountZoneVolumeBase_GetEquivalentFlyingType, InType) == 0x000000, "Member 'MountZoneVolumeBase_GetEquivalentFlyingType::InType' has a wrong offset!"); \ static_assert(offsetof(MountZoneVolumeBase_GetEquivalentFlyingType, OutType) == 0x000001, "Member 'MountZoneVolumeBase_GetEquivalentFlyingType::OutType' has a wrong offset!"); \ static_assert(offsetof(MountZoneVolumeBase_GetEquivalentFlyingType, ReturnValue) == 0x000002, "Member 'MountZoneVolumeBase_GetEquivalentFlyingType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MountZoneVolumeBase_GetEquivalentGroundType \ static_assert(alignof(MountZoneVolumeBase_GetEquivalentGroundType) == 0x000001, "Wrong alignment on MountZoneVolumeBase_GetEquivalentGroundType"); \ static_assert(sizeof(MountZoneVolumeBase_GetEquivalentGroundType) == 0x000003, "Wrong size on MountZoneVolumeBase_GetEquivalentGroundType"); \ static_assert(offsetof(MountZoneVolumeBase_GetEquivalentGroundType, InType) == 0x000000, "Member 'MountZoneVolumeBase_GetEquivalentGroundType::InType' has a wrong offset!"); \ static_assert(offsetof(MountZoneVolumeBase_GetEquivalentGroundType, OutType) == 0x000001, "Member 'MountZoneVolumeBase_GetEquivalentGroundType::OutType' has a wrong offset!"); \ static_assert(offsetof(MountZoneVolumeBase_GetEquivalentGroundType, ReturnValue) == 0x000002, "Member 'MountZoneVolumeBase_GetEquivalentGroundType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MountZoneVolumeBase_GetMount \ static_assert(alignof(MountZoneVolumeBase_GetMount) == 0x000008, "Wrong alignment on MountZoneVolumeBase_GetMount"); \ static_assert(sizeof(MountZoneVolumeBase_GetMount) == 0x000010, "Wrong size on MountZoneVolumeBase_GetMount"); \ static_assert(offsetof(MountZoneVolumeBase_GetMount, InPawn) == 0x000000, "Member 'MountZoneVolumeBase_GetMount::InPawn' has a wrong offset!"); \ static_assert(offsetof(MountZoneVolumeBase_GetMount, ReturnValue) == 0x000008, "Member 'MountZoneVolumeBase_GetMount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MountZoneVolumeBase_GetMountType \ static_assert(alignof(MountZoneVolumeBase_GetMountType) == 0x000008, "Wrong alignment on MountZoneVolumeBase_GetMountType"); \ static_assert(sizeof(MountZoneVolumeBase_GetMountType) == 0x000010, "Wrong size on MountZoneVolumeBase_GetMountType"); \ static_assert(offsetof(MountZoneVolumeBase_GetMountType, InPawn) == 0x000000, "Member 'MountZoneVolumeBase_GetMountType::InPawn' has a wrong offset!"); \ static_assert(offsetof(MountZoneVolumeBase_GetMountType, OutType) == 0x000008, "Member 'MountZoneVolumeBase_GetMountType::OutType' has a wrong offset!"); \ static_assert(offsetof(MountZoneVolumeBase_GetMountType, ReturnValue) == 0x000009, "Member 'MountZoneVolumeBase_GetMountType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MountZoneVolumeBase_EnableZone \ static_assert(alignof(MountZoneVolumeBase_EnableZone) == 0x000001, "Wrong alignment on MountZoneVolumeBase_EnableZone"); \ static_assert(sizeof(MountZoneVolumeBase_EnableZone) == 0x000001, "Wrong size on MountZoneVolumeBase_EnableZone"); \ static_assert(offsetof(MountZoneVolumeBase_EnableZone, Enable) == 0x000000, "Member 'MountZoneVolumeBase_EnableZone::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MountZoneVolumeBase_IsIgnored \ static_assert(alignof(MountZoneVolumeBase_IsIgnored) == 0x000001, "Wrong alignment on MountZoneVolumeBase_IsIgnored"); \ static_assert(sizeof(MountZoneVolumeBase_IsIgnored) == 0x000002, "Wrong size on MountZoneVolumeBase_IsIgnored"); \ static_assert(offsetof(MountZoneVolumeBase_IsIgnored, InType) == 0x000000, "Member 'MountZoneVolumeBase_IsIgnored::InType' has a wrong offset!"); \ static_assert(offsetof(MountZoneVolumeBase_IsIgnored, ReturnValue) == 0x000001, "Member 'MountZoneVolumeBase_IsIgnored::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMountZoneVolumeBase \ static_assert(alignof(AMountZoneVolumeBase) == 0x000008, "Wrong alignment on AMountZoneVolumeBase"); \ static_assert(sizeof(AMountZoneVolumeBase) == 0x0003B8, "Wrong size on AMountZoneVolumeBase"); \ static_assert(offsetof(AMountZoneVolumeBase, bDisableOnHighEndPlatforms) == 0x000280, "Member 'AMountZoneVolumeBase::bDisableOnHighEndPlatforms' has a wrong offset!"); \ static_assert(offsetof(AMountZoneVolumeBase, IgnoredMounts) == 0x000281, "Member 'AMountZoneVolumeBase::IgnoredMounts' has a wrong offset!"); \ static_assert(offsetof(AMountZoneVolumeBase, PrerequisiteType) == 0x000282, "Member 'AMountZoneVolumeBase::PrerequisiteType' has a wrong offset!"); \ static_assert(offsetof(AMountZoneVolumeBase, MissionID) == 0x000288, "Member 'AMountZoneVolumeBase::MissionID' has a wrong offset!"); \ static_assert(offsetof(AMountZoneVolumeBase, MissionStates) == 0x000310, "Member 'AMountZoneVolumeBase::MissionStates' has a wrong offset!"); \ static_assert(offsetof(AMountZoneVolumeBase, LockId) == 0x000318, "Member 'AMountZoneVolumeBase::LockId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MountHeightLimitVolume_OnOverlapBegin \ static_assert(alignof(MountHeightLimitVolume_OnOverlapBegin) == 0x000008, "Wrong alignment on MountHeightLimitVolume_OnOverlapBegin"); \ static_assert(sizeof(MountHeightLimitVolume_OnOverlapBegin) == 0x0000A8, "Wrong size on MountHeightLimitVolume_OnOverlapBegin"); \ static_assert(offsetof(MountHeightLimitVolume_OnOverlapBegin, OverlappedComp) == 0x000000, "Member 'MountHeightLimitVolume_OnOverlapBegin::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(MountHeightLimitVolume_OnOverlapBegin, OtherActor) == 0x000008, "Member 'MountHeightLimitVolume_OnOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(MountHeightLimitVolume_OnOverlapBegin, OtherComp) == 0x000010, "Member 'MountHeightLimitVolume_OnOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(MountHeightLimitVolume_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'MountHeightLimitVolume_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(MountHeightLimitVolume_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'MountHeightLimitVolume_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(MountHeightLimitVolume_OnOverlapBegin, SweepResult) == 0x000020, "Member 'MountHeightLimitVolume_OnOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MountHeightLimitVolume_OnOverlapEnd \ static_assert(alignof(MountHeightLimitVolume_OnOverlapEnd) == 0x000008, "Wrong alignment on MountHeightLimitVolume_OnOverlapEnd"); \ static_assert(sizeof(MountHeightLimitVolume_OnOverlapEnd) == 0x000020, "Wrong size on MountHeightLimitVolume_OnOverlapEnd"); \ static_assert(offsetof(MountHeightLimitVolume_OnOverlapEnd, OverlappedComp) == 0x000000, "Member 'MountHeightLimitVolume_OnOverlapEnd::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(MountHeightLimitVolume_OnOverlapEnd, OtherActor) == 0x000008, "Member 'MountHeightLimitVolume_OnOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(MountHeightLimitVolume_OnOverlapEnd, OtherComp) == 0x000010, "Member 'MountHeightLimitVolume_OnOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(MountHeightLimitVolume_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'MountHeightLimitVolume_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMountHeightLimitVolume \ static_assert(alignof(AMountHeightLimitVolume) == 0x000008, "Wrong alignment on AMountHeightLimitVolume"); \ static_assert(sizeof(AMountHeightLimitVolume) == 0x0003C0, "Wrong size on AMountHeightLimitVolume"); \ static_assert(offsetof(AMountHeightLimitVolume, FlyHeightOverride) == 0x0003B8, "Member 'AMountHeightLimitVolume::FlyHeightOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPerkWidget \ static_assert(alignof(UPerkWidget) == 0x000008, "Wrong alignment on UPerkWidget"); \ static_assert(sizeof(UPerkWidget) == 0x0003C8, "Wrong size on UPerkWidget"); \ #define DUMPER7_ASSERTS_MountSpeedLimitVolume_OnOverlapBegin \ static_assert(alignof(MountSpeedLimitVolume_OnOverlapBegin) == 0x000008, "Wrong alignment on MountSpeedLimitVolume_OnOverlapBegin"); \ static_assert(sizeof(MountSpeedLimitVolume_OnOverlapBegin) == 0x0000A8, "Wrong size on MountSpeedLimitVolume_OnOverlapBegin"); \ static_assert(offsetof(MountSpeedLimitVolume_OnOverlapBegin, OverlappedComp) == 0x000000, "Member 'MountSpeedLimitVolume_OnOverlapBegin::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(MountSpeedLimitVolume_OnOverlapBegin, OtherActor) == 0x000008, "Member 'MountSpeedLimitVolume_OnOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(MountSpeedLimitVolume_OnOverlapBegin, OtherComp) == 0x000010, "Member 'MountSpeedLimitVolume_OnOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(MountSpeedLimitVolume_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'MountSpeedLimitVolume_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(MountSpeedLimitVolume_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'MountSpeedLimitVolume_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(MountSpeedLimitVolume_OnOverlapBegin, SweepResult) == 0x000020, "Member 'MountSpeedLimitVolume_OnOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MountSpeedLimitVolume_OnOverlapEnd \ static_assert(alignof(MountSpeedLimitVolume_OnOverlapEnd) == 0x000008, "Wrong alignment on MountSpeedLimitVolume_OnOverlapEnd"); \ static_assert(sizeof(MountSpeedLimitVolume_OnOverlapEnd) == 0x000020, "Wrong size on MountSpeedLimitVolume_OnOverlapEnd"); \ static_assert(offsetof(MountSpeedLimitVolume_OnOverlapEnd, OverlappedComp) == 0x000000, "Member 'MountSpeedLimitVolume_OnOverlapEnd::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(MountSpeedLimitVolume_OnOverlapEnd, OtherActor) == 0x000008, "Member 'MountSpeedLimitVolume_OnOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(MountSpeedLimitVolume_OnOverlapEnd, OtherComp) == 0x000010, "Member 'MountSpeedLimitVolume_OnOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(MountSpeedLimitVolume_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'MountSpeedLimitVolume_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMountSpeedLimitVolume \ static_assert(alignof(AMountSpeedLimitVolume) == 0x000008, "Wrong alignment on AMountSpeedLimitVolume"); \ static_assert(sizeof(AMountSpeedLimitVolume) == 0x0003C0, "Wrong size on AMountSpeedLimitVolume"); \ static_assert(offsetof(AMountSpeedLimitVolume, bEnforceGroundGait) == 0x0003B8, "Member 'AMountSpeedLimitVolume::bEnforceGroundGait' has a wrong offset!"); \ static_assert(offsetof(AMountSpeedLimitVolume, GroundGaitLimit) == 0x0003B9, "Member 'AMountSpeedLimitVolume::GroundGaitLimit' has a wrong offset!"); \ static_assert(offsetof(AMountSpeedLimitVolume, EnforcedGroundGait) == 0x0003BA, "Member 'AMountSpeedLimitVolume::EnforcedGroundGait' has a wrong offset!"); \ static_assert(offsetof(AMountSpeedLimitVolume, bEnforceFlyingGait) == 0x0003BB, "Member 'AMountSpeedLimitVolume::bEnforceFlyingGait' has a wrong offset!"); \ static_assert(offsetof(AMountSpeedLimitVolume, FlyingGaitLimit) == 0x0003BC, "Member 'AMountSpeedLimitVolume::FlyingGaitLimit' has a wrong offset!"); \ static_assert(offsetof(AMountSpeedLimitVolume, EnforcedFlyingGait) == 0x0003BD, "Member 'AMountSpeedLimitVolume::EnforcedFlyingGait' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransfigurationSettings \ static_assert(alignof(UTransfigurationSettings) == 0x000008, "Wrong alignment on UTransfigurationSettings"); \ static_assert(sizeof(UTransfigurationSettings) == 0x000060, "Wrong size on UTransfigurationSettings"); \ static_assert(offsetof(UTransfigurationSettings, PreviewActorClass) == 0x000028, "Member 'UTransfigurationSettings::PreviewActorClass' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationSettings, MinSecondsBetweenVanishments) == 0x000050, "Member 'UTransfigurationSettings::MinSecondsBetweenVanishments' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationSettings, FoliageHidingZOffset) == 0x000054, "Member 'UTransfigurationSettings::FoliageHidingZOffset' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationSettings, BoundsMinZ) == 0x000058, "Member 'UTransfigurationSettings::BoundsMinZ' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationSettings, BoundsMaxZ) == 0x00005C, "Member 'UTransfigurationSettings::BoundsMaxZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMountViewDistanceLimiter \ static_assert(alignof(UMountViewDistanceLimiter) == 0x000008, "Wrong alignment on UMountViewDistanceLimiter"); \ static_assert(sizeof(UMountViewDistanceLimiter) == 0x000100, "Wrong size on UMountViewDistanceLimiter"); \ static_assert(offsetof(UMountViewDistanceLimiter, CameraHeightRenderSettingsComponent) == 0x0000D0, "Member 'UMountViewDistanceLimiter::CameraHeightRenderSettingsComponent' has a wrong offset!"); \ static_assert(offsetof(UMountViewDistanceLimiter, MaxFogOnOffValue) == 0x0000D8, "Member 'UMountViewDistanceLimiter::MaxFogOnOffValue' has a wrong offset!"); \ static_assert(offsetof(UMountViewDistanceLimiter, FogOnOffInterpSpeed) == 0x0000DC, "Member 'UMountViewDistanceLimiter::FogOnOffInterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_AnimateLightColorIntensity \ static_assert(alignof(USceneActionState_AnimateLightColorIntensity) == 0x000008, "Wrong alignment on USceneActionState_AnimateLightColorIntensity"); \ static_assert(sizeof(USceneActionState_AnimateLightColorIntensity) == 0x0000C0, "Wrong size on USceneActionState_AnimateLightColorIntensity"); \ #define DUMPER7_ASSERTS_MoveToPointPuzzleComponent_Move \ static_assert(alignof(MoveToPointPuzzleComponent_Move) == 0x000004, "Wrong alignment on MoveToPointPuzzleComponent_Move"); \ static_assert(sizeof(MoveToPointPuzzleComponent_Move) == 0x000014, "Wrong size on MoveToPointPuzzleComponent_Move"); \ static_assert(offsetof(MoveToPointPuzzleComponent_Move, Direction) == 0x000000, "Member 'MoveToPointPuzzleComponent_Move::Direction' has a wrong offset!"); \ static_assert(offsetof(MoveToPointPuzzleComponent_Move, Speed) == 0x00000C, "Member 'MoveToPointPuzzleComponent_Move::Speed' has a wrong offset!"); \ static_assert(offsetof(MoveToPointPuzzleComponent_Move, ReturnValue) == 0x000010, "Member 'MoveToPointPuzzleComponent_Move::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoveToPointPuzzleComponent_OnBeginOverlap \ static_assert(alignof(MoveToPointPuzzleComponent_OnBeginOverlap) == 0x000008, "Wrong alignment on MoveToPointPuzzleComponent_OnBeginOverlap"); \ static_assert(sizeof(MoveToPointPuzzleComponent_OnBeginOverlap) == 0x0000A8, "Wrong size on MoveToPointPuzzleComponent_OnBeginOverlap"); \ static_assert(offsetof(MoveToPointPuzzleComponent_OnBeginOverlap, OverlappedComp) == 0x000000, "Member 'MoveToPointPuzzleComponent_OnBeginOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(MoveToPointPuzzleComponent_OnBeginOverlap, Other) == 0x000008, "Member 'MoveToPointPuzzleComponent_OnBeginOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(MoveToPointPuzzleComponent_OnBeginOverlap, OtherComp) == 0x000010, "Member 'MoveToPointPuzzleComponent_OnBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(MoveToPointPuzzleComponent_OnBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'MoveToPointPuzzleComponent_OnBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(MoveToPointPuzzleComponent_OnBeginOverlap, bFromSweep) == 0x00001C, "Member 'MoveToPointPuzzleComponent_OnBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(MoveToPointPuzzleComponent_OnBeginOverlap, OverlapInfo) == 0x000020, "Member 'MoveToPointPuzzleComponent_OnBeginOverlap::OverlapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoveToPointPuzzleComponent \ static_assert(alignof(UMoveToPointPuzzleComponent) == 0x000008, "Wrong alignment on UMoveToPointPuzzleComponent"); \ static_assert(sizeof(UMoveToPointPuzzleComponent) == 0x0001B0, "Wrong size on UMoveToPointPuzzleComponent"); \ static_assert(offsetof(UMoveToPointPuzzleComponent, TargetPointArray) == 0x0000D0, "Member 'UMoveToPointPuzzleComponent::TargetPointArray' has a wrong offset!"); \ static_assert(offsetof(UMoveToPointPuzzleComponent, FinalPointArray) == 0x0000E0, "Member 'UMoveToPointPuzzleComponent::FinalPointArray' has a wrong offset!"); \ static_assert(offsetof(UMoveToPointPuzzleComponent, BlockerArray) == 0x0000F0, "Member 'UMoveToPointPuzzleComponent::BlockerArray' has a wrong offset!"); \ static_assert(offsetof(UMoveToPointPuzzleComponent, DynamicBlockerArray) == 0x000100, "Member 'UMoveToPointPuzzleComponent::DynamicBlockerArray' has a wrong offset!"); \ static_assert(offsetof(UMoveToPointPuzzleComponent, TargetThreshold) == 0x000110, "Member 'UMoveToPointPuzzleComponent::TargetThreshold' has a wrong offset!"); \ static_assert(offsetof(UMoveToPointPuzzleComponent, Friction) == 0x000114, "Member 'UMoveToPointPuzzleComponent::Friction' has a wrong offset!"); \ static_assert(offsetof(UMoveToPointPuzzleComponent, BounceFriction) == 0x000118, "Member 'UMoveToPointPuzzleComponent::BounceFriction' has a wrong offset!"); \ static_assert(offsetof(UMoveToPointPuzzleComponent, CollisionSpeedAdjustment) == 0x00011C, "Member 'UMoveToPointPuzzleComponent::CollisionSpeedAdjustment' has a wrong offset!"); \ static_assert(offsetof(UMoveToPointPuzzleComponent, TargetOrientation) == 0x000120, "Member 'UMoveToPointPuzzleComponent::TargetOrientation' has a wrong offset!"); \ static_assert(offsetof(UMoveToPointPuzzleComponent, bMustMatchFinalOrientation) == 0x000121, "Member 'UMoveToPointPuzzleComponent::bMustMatchFinalOrientation' has a wrong offset!"); \ static_assert(offsetof(UMoveToPointPuzzleComponent, FinalOrientation) == 0x000124, "Member 'UMoveToPointPuzzleComponent::FinalOrientation' has a wrong offset!"); \ static_assert(offsetof(UMoveToPointPuzzleComponent, OnStartMoving) == 0x000128, "Member 'UMoveToPointPuzzleComponent::OnStartMoving' has a wrong offset!"); \ static_assert(offsetof(UMoveToPointPuzzleComponent, OnStopMoving) == 0x000138, "Member 'UMoveToPointPuzzleComponent::OnStopMoving' has a wrong offset!"); \ static_assert(offsetof(UMoveToPointPuzzleComponent, OnTargetReached) == 0x000148, "Member 'UMoveToPointPuzzleComponent::OnTargetReached' has a wrong offset!"); \ static_assert(offsetof(UMoveToPointPuzzleComponent, OnFinalTargetReached) == 0x000158, "Member 'UMoveToPointPuzzleComponent::OnFinalTargetReached' has a wrong offset!"); \ static_assert(offsetof(UMoveToPointPuzzleComponent, OnFinalTargetLeft) == 0x000168, "Member 'UMoveToPointPuzzleComponent::OnFinalTargetLeft' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenix3DMovementComponent \ static_assert(alignof(UPhoenix3DMovementComponent) == 0x000010, "Wrong alignment on UPhoenix3DMovementComponent"); \ static_assert(sizeof(UPhoenix3DMovementComponent) == 0x000660, "Wrong size on UPhoenix3DMovementComponent"); \ static_assert(offsetof(UPhoenix3DMovementComponent, bEnableRootMotion) == 0x000260, "Member 'UPhoenix3DMovementComponent::bEnableRootMotion' has a wrong offset!"); \ static_assert(offsetof(UPhoenix3DMovementComponent, InitialPushForceFactor) == 0x000264, "Member 'UPhoenix3DMovementComponent::InitialPushForceFactor' has a wrong offset!"); \ static_assert(offsetof(UPhoenix3DMovementComponent, PushForceFactor) == 0x000268, "Member 'UPhoenix3DMovementComponent::PushForceFactor' has a wrong offset!"); \ static_assert(offsetof(UPhoenix3DMovementComponent, PushForcePointZOffsetFactor) == 0x00026C, "Member 'UPhoenix3DMovementComponent::PushForcePointZOffsetFactor' has a wrong offset!"); \ static_assert(offsetof(UPhoenix3DMovementComponent, RootMotionParams) == 0x000270, "Member 'UPhoenix3DMovementComponent::RootMotionParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USublevelEntry \ static_assert(alignof(USublevelEntry) == 0x000008, "Wrong alignment on USublevelEntry"); \ static_assert(sizeof(USublevelEntry) == 0x000050, "Wrong size on USublevelEntry"); \ #define DUMPER7_ASSERTS_USceneAction_AdaptiveLightControllerComponent \ static_assert(alignof(USceneAction_AdaptiveLightControllerComponent) == 0x000008, "Wrong alignment on USceneAction_AdaptiveLightControllerComponent"); \ static_assert(sizeof(USceneAction_AdaptiveLightControllerComponent) == 0x000108, "Wrong size on USceneAction_AdaptiveLightControllerComponent"); \ static_assert(offsetof(USceneAction_AdaptiveLightControllerComponent, Settings) == 0x0000A8, "Member 'USceneAction_AdaptiveLightControllerComponent::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_Destroy \ static_assert(alignof(MultiFXManager_Destroy) == 0x000008, "Wrong alignment on MultiFXManager_Destroy"); \ static_assert(sizeof(MultiFXManager_Destroy) == 0x000010, "Wrong size on MultiFXManager_Destroy"); \ static_assert(offsetof(MultiFXManager_Destroy, InHandle) == 0x000000, "Member 'MultiFXManager_Destroy::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_Destroy, bImmediate) == 0x000008, "Member 'MultiFXManager_Destroy::bImmediate' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_Destroy, EndStyle) == 0x000009, "Member 'MultiFXManager_Destroy::EndStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_DestroyPlus \ static_assert(alignof(MultiFXManager_DestroyPlus) == 0x000008, "Wrong alignment on MultiFXManager_DestroyPlus"); \ static_assert(sizeof(MultiFXManager_DestroyPlus) == 0x000018, "Wrong size on MultiFXManager_DestroyPlus"); \ static_assert(offsetof(MultiFXManager_DestroyPlus, InHandles) == 0x000000, "Member 'MultiFXManager_DestroyPlus::InHandles' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_DestroyPlus, bImmediate) == 0x000010, "Member 'MultiFXManager_DestroyPlus::bImmediate' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_DestroyPlus, EndStyle) == 0x000011, "Member 'MultiFXManager_DestroyPlus::EndStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_DetachVfxRule \ static_assert(alignof(MultiFXManager_DetachVfxRule) == 0x000008, "Wrong alignment on MultiFXManager_DetachVfxRule"); \ static_assert(sizeof(MultiFXManager_DetachVfxRule) == 0x000010, "Wrong size on MultiFXManager_DetachVfxRule"); \ static_assert(offsetof(MultiFXManager_DetachVfxRule, InHandle) == 0x000000, "Member 'MultiFXManager_DetachVfxRule::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_DetachVfxRule, DetachmentRules) == 0x000008, "Member 'MultiFXManager_DetachVfxRule::DetachmentRules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_GetCustomTimeDilation \ static_assert(alignof(MultiFXManager_GetCustomTimeDilation) == 0x000008, "Wrong alignment on MultiFXManager_GetCustomTimeDilation"); \ static_assert(sizeof(MultiFXManager_GetCustomTimeDilation) == 0x000010, "Wrong size on MultiFXManager_GetCustomTimeDilation"); \ static_assert(offsetof(MultiFXManager_GetCustomTimeDilation, InHandle) == 0x000000, "Member 'MultiFXManager_GetCustomTimeDilation::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_GetCustomTimeDilation, ReturnValue) == 0x000008, "Member 'MultiFXManager_GetCustomTimeDilation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_GetNiagaraComponent \ static_assert(alignof(MultiFXManager_GetNiagaraComponent) == 0x000008, "Wrong alignment on MultiFXManager_GetNiagaraComponent"); \ static_assert(sizeof(MultiFXManager_GetNiagaraComponent) == 0x000010, "Wrong size on MultiFXManager_GetNiagaraComponent"); \ static_assert(offsetof(MultiFXManager_GetNiagaraComponent, InHandle) == 0x000000, "Member 'MultiFXManager_GetNiagaraComponent::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_GetNiagaraComponent, ReturnValue) == 0x000008, "Member 'MultiFXManager_GetNiagaraComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_GetParticleSystemComponent \ static_assert(alignof(MultiFXManager_GetParticleSystemComponent) == 0x000008, "Wrong alignment on MultiFXManager_GetParticleSystemComponent"); \ static_assert(sizeof(MultiFXManager_GetParticleSystemComponent) == 0x000010, "Wrong size on MultiFXManager_GetParticleSystemComponent"); \ static_assert(offsetof(MultiFXManager_GetParticleSystemComponent, InHandle) == 0x000000, "Member 'MultiFXManager_GetParticleSystemComponent::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_GetParticleSystemComponent, ReturnValue) == 0x000008, "Member 'MultiFXManager_GetParticleSystemComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_GetSfxHandle \ static_assert(alignof(MultiFXManager_GetSfxHandle) == 0x000008, "Wrong alignment on MultiFXManager_GetSfxHandle"); \ static_assert(sizeof(MultiFXManager_GetSfxHandle) == 0x000010, "Wrong size on MultiFXManager_GetSfxHandle"); \ static_assert(offsetof(MultiFXManager_GetSfxHandle, InHandle) == 0x000000, "Member 'MultiFXManager_GetSfxHandle::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_GetSfxHandle, ReturnValue) == 0x000008, "Member 'MultiFXManager_GetSfxHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_GetSkinFxComponent \ static_assert(alignof(MultiFXManager_GetSkinFxComponent) == 0x000008, "Wrong alignment on MultiFXManager_GetSkinFxComponent"); \ static_assert(sizeof(MultiFXManager_GetSkinFxComponent) == 0x000010, "Wrong size on MultiFXManager_GetSkinFxComponent"); \ static_assert(offsetof(MultiFXManager_GetSkinFxComponent, InHandle) == 0x000000, "Member 'MultiFXManager_GetSkinFxComponent::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_GetSkinFxComponent, ReturnValue) == 0x000008, "Member 'MultiFXManager_GetSkinFxComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_GetVfxLocation \ static_assert(alignof(MultiFXManager_GetVfxLocation) == 0x000008, "Wrong alignment on MultiFXManager_GetVfxLocation"); \ static_assert(sizeof(MultiFXManager_GetVfxLocation) == 0x000018, "Wrong size on MultiFXManager_GetVfxLocation"); \ static_assert(offsetof(MultiFXManager_GetVfxLocation, InHandle) == 0x000000, "Member 'MultiFXManager_GetVfxLocation::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_GetVfxLocation, ReturnValue) == 0x000008, "Member 'MultiFXManager_GetVfxLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_GetVfxRotation \ static_assert(alignof(MultiFXManager_GetVfxRotation) == 0x000008, "Wrong alignment on MultiFXManager_GetVfxRotation"); \ static_assert(sizeof(MultiFXManager_GetVfxRotation) == 0x000018, "Wrong size on MultiFXManager_GetVfxRotation"); \ static_assert(offsetof(MultiFXManager_GetVfxRotation, InHandle) == 0x000000, "Member 'MultiFXManager_GetVfxRotation::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_GetVfxRotation, ReturnValue) == 0x000008, "Member 'MultiFXManager_GetVfxRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_IsPlusComplete \ static_assert(alignof(MultiFXManager_IsPlusComplete) == 0x000008, "Wrong alignment on MultiFXManager_IsPlusComplete"); \ static_assert(sizeof(MultiFXManager_IsPlusComplete) == 0x000018, "Wrong size on MultiFXManager_IsPlusComplete"); \ static_assert(offsetof(MultiFXManager_IsPlusComplete, InHandles) == 0x000000, "Member 'MultiFXManager_IsPlusComplete::InHandles' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_IsPlusComplete, ReturnValue) == 0x000010, "Member 'MultiFXManager_IsPlusComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_IsValid \ static_assert(alignof(MultiFXManager_IsValid) == 0x000008, "Wrong alignment on MultiFXManager_IsValid"); \ static_assert(sizeof(MultiFXManager_IsValid) == 0x000010, "Wrong size on MultiFXManager_IsValid"); \ static_assert(offsetof(MultiFXManager_IsValid, InHandle) == 0x000000, "Member 'MultiFXManager_IsValid::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_IsValid, ReturnValue) == 0x000008, "Member 'MultiFXManager_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_IsVfxLooping \ static_assert(alignof(MultiFXManager_IsVfxLooping) == 0x000008, "Wrong alignment on MultiFXManager_IsVfxLooping"); \ static_assert(sizeof(MultiFXManager_IsVfxLooping) == 0x000010, "Wrong size on MultiFXManager_IsVfxLooping"); \ static_assert(offsetof(MultiFXManager_IsVfxLooping, InHandle) == 0x000000, "Member 'MultiFXManager_IsVfxLooping::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_IsVfxLooping, ReturnValue) == 0x000008, "Member 'MultiFXManager_IsVfxLooping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_IsVfxPlaying \ static_assert(alignof(MultiFXManager_IsVfxPlaying) == 0x000008, "Wrong alignment on MultiFXManager_IsVfxPlaying"); \ static_assert(sizeof(MultiFXManager_IsVfxPlaying) == 0x000010, "Wrong size on MultiFXManager_IsVfxPlaying"); \ static_assert(offsetof(MultiFXManager_IsVfxPlaying, InHandle) == 0x000000, "Member 'MultiFXManager_IsVfxPlaying::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_IsVfxPlaying, ReturnValue) == 0x000008, "Member 'MultiFXManager_IsVfxPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_SetCustomTimeDilation \ static_assert(alignof(MultiFXManager_SetCustomTimeDilation) == 0x000008, "Wrong alignment on MultiFXManager_SetCustomTimeDilation"); \ static_assert(sizeof(MultiFXManager_SetCustomTimeDilation) == 0x000010, "Wrong size on MultiFXManager_SetCustomTimeDilation"); \ static_assert(offsetof(MultiFXManager_SetCustomTimeDilation, InHandle) == 0x000000, "Member 'MultiFXManager_SetCustomTimeDilation::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SetCustomTimeDilation, Dilation) == 0x000008, "Member 'MultiFXManager_SetCustomTimeDilation::Dilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_SetVfxLocation \ static_assert(alignof(MultiFXManager_SetVfxLocation) == 0x000008, "Wrong alignment on MultiFXManager_SetVfxLocation"); \ static_assert(sizeof(MultiFXManager_SetVfxLocation) == 0x000018, "Wrong size on MultiFXManager_SetVfxLocation"); \ static_assert(offsetof(MultiFXManager_SetVfxLocation, InHandle) == 0x000000, "Member 'MultiFXManager_SetVfxLocation::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SetVfxLocation, Location) == 0x000008, "Member 'MultiFXManager_SetVfxLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_SetVfxRotation \ static_assert(alignof(MultiFXManager_SetVfxRotation) == 0x000008, "Wrong alignment on MultiFXManager_SetVfxRotation"); \ static_assert(sizeof(MultiFXManager_SetVfxRotation) == 0x000018, "Wrong size on MultiFXManager_SetVfxRotation"); \ static_assert(offsetof(MultiFXManager_SetVfxRotation, InHandle) == 0x000000, "Member 'MultiFXManager_SetVfxRotation::InHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SetVfxRotation, Rotation) == 0x000008, "Member 'MultiFXManager_SetVfxRotation::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_SpawnMultiFXAtLocation \ static_assert(alignof(MultiFXManager_SpawnMultiFXAtLocation) == 0x000008, "Wrong alignment on MultiFXManager_SpawnMultiFXAtLocation"); \ static_assert(sizeof(MultiFXManager_SpawnMultiFXAtLocation) == 0x0000B8, "Wrong size on MultiFXManager_SpawnMultiFXAtLocation"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAtLocation, MultiFX) == 0x000000, "Member 'MultiFXManager_SpawnMultiFXAtLocation::MultiFX' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAtLocation, WorldContextObject) == 0x000030, "Member 'MultiFXManager_SpawnMultiFXAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAtLocation, MaterialSwapParameters) == 0x000038, "Member 'MultiFXManager_SpawnMultiFXAtLocation::MaterialSwapParameters' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAtLocation, Location) == 0x000088, "Member 'MultiFXManager_SpawnMultiFXAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAtLocation, Rotation) == 0x000094, "Member 'MultiFXManager_SpawnMultiFXAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAtLocation, Scale) == 0x0000A0, "Member 'MultiFXManager_SpawnMultiFXAtLocation::Scale' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAtLocation, bAutoDestroy) == 0x0000AC, "Member 'MultiFXManager_SpawnMultiFXAtLocation::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAtLocation, ReturnValue) == 0x0000B0, "Member 'MultiFXManager_SpawnMultiFXAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_SpawnMultiFXAttached \ static_assert(alignof(MultiFXManager_SpawnMultiFXAttached) == 0x000008, "Wrong alignment on MultiFXManager_SpawnMultiFXAttached"); \ static_assert(sizeof(MultiFXManager_SpawnMultiFXAttached) == 0x0000C0, "Wrong size on MultiFXManager_SpawnMultiFXAttached"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAttached, MultiFX) == 0x000000, "Member 'MultiFXManager_SpawnMultiFXAttached::MultiFX' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAttached, AttachToComponent) == 0x000030, "Member 'MultiFXManager_SpawnMultiFXAttached::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAttached, MaterialSwapParameters) == 0x000038, "Member 'MultiFXManager_SpawnMultiFXAttached::MaterialSwapParameters' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAttached, AttachPointName) == 0x000088, "Member 'MultiFXManager_SpawnMultiFXAttached::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAttached, Location) == 0x000090, "Member 'MultiFXManager_SpawnMultiFXAttached::Location' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAttached, Rotation) == 0x00009C, "Member 'MultiFXManager_SpawnMultiFXAttached::Rotation' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAttached, Scale) == 0x0000A8, "Member 'MultiFXManager_SpawnMultiFXAttached::Scale' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAttached, LocationType) == 0x0000B4, "Member 'MultiFXManager_SpawnMultiFXAttached::LocationType' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAttached, bAutoDestroy) == 0x0000B5, "Member 'MultiFXManager_SpawnMultiFXAttached::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXAttached, ReturnValue) == 0x0000B8, "Member 'MultiFXManager_SpawnMultiFXAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_SpawnMultiFXPlus \ static_assert(alignof(MultiFXManager_SpawnMultiFXPlus) == 0x000008, "Wrong alignment on MultiFXManager_SpawnMultiFXPlus"); \ static_assert(sizeof(MultiFXManager_SpawnMultiFXPlus) == 0x0000A0, "Wrong size on MultiFXManager_SpawnMultiFXPlus"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXPlus, MultiPlus) == 0x000000, "Member 'MultiFXManager_SpawnMultiFXPlus::MultiPlus' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXPlus, Object) == 0x000070, "Member 'MultiFXManager_SpawnMultiFXPlus::Object' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXPlus, FXHandles) == 0x000078, "Member 'MultiFXManager_SpawnMultiFXPlus::FXHandles' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXPlus, Location) == 0x000088, "Member 'MultiFXManager_SpawnMultiFXPlus::Location' has a wrong offset!"); \ static_assert(offsetof(MultiFXManager_SpawnMultiFXPlus, Rotation) == 0x000094, "Member 'MultiFXManager_SpawnMultiFXPlus::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFXManager_MovementStopped \ static_assert(alignof(MultiFXManager_MovementStopped) == 0x000008, "Wrong alignment on MultiFXManager_MovementStopped"); \ static_assert(sizeof(MultiFXManager_MovementStopped) == 0x000008, "Wrong size on MultiFXManager_MovementStopped"); \ static_assert(offsetof(MultiFXManager_MovementStopped, InActor) == 0x000000, "Member 'MultiFXManager_MovementStopped::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFXManager \ static_assert(alignof(UMultiFXManager) == 0x000008, "Wrong alignment on UMultiFXManager"); \ static_assert(sizeof(UMultiFXManager) == 0x000028, "Wrong size on UMultiFXManager"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorWingardiumCrossBlend \ static_assert(alignof(UCameraStackBehaviorWingardiumCrossBlend) == 0x000008, "Wrong alignment on UCameraStackBehaviorWingardiumCrossBlend"); \ static_assert(sizeof(UCameraStackBehaviorWingardiumCrossBlend) == 0x000388, "Wrong size on UCameraStackBehaviorWingardiumCrossBlend"); \ static_assert(offsetof(UCameraStackBehaviorWingardiumCrossBlend, Target) == 0x000368, "Member 'UCameraStackBehaviorWingardiumCrossBlend::Target' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorWingardiumCrossBlend, MinTargetHeight) == 0x000370, "Member 'UCameraStackBehaviorWingardiumCrossBlend::MinTargetHeight' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorWingardiumCrossBlend, MaxTargetHeight) == 0x000374, "Member 'UCameraStackBehaviorWingardiumCrossBlend::MaxTargetHeight' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorWingardiumCrossBlend, ProbeSize) == 0x000378, "Member 'UCameraStackBehaviorWingardiumCrossBlend::ProbeSize' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorWingardiumCrossBlend, ProbeChannel) == 0x00037C, "Member 'UCameraStackBehaviorWingardiumCrossBlend::ProbeChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAdjustments_ApplyRotation \ static_assert(alignof(UFXAdjustments_ApplyRotation) == 0x000008, "Wrong alignment on UFXAdjustments_ApplyRotation"); \ static_assert(sizeof(UFXAdjustments_ApplyRotation) == 0x000038, "Wrong size on UFXAdjustments_ApplyRotation"); \ static_assert(offsetof(UFXAdjustments_ApplyRotation, Rotation) == 0x000028, "Member 'UFXAdjustments_ApplyRotation::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAdjustments_Scale \ static_assert(alignof(UFXAdjustments_Scale) == 0x000008, "Wrong alignment on UFXAdjustments_Scale"); \ static_assert(sizeof(UFXAdjustments_Scale) == 0x000038, "Wrong size on UFXAdjustments_Scale"); \ static_assert(offsetof(UFXAdjustments_Scale, Scale) == 0x000028, "Member 'UFXAdjustments_Scale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_Conversation \ static_assert(alignof(UTransform_Conversation) == 0x000008, "Wrong alignment on UTransform_Conversation"); \ static_assert(sizeof(UTransform_Conversation) == 0x000030, "Wrong size on UTransform_Conversation"); \ static_assert(offsetof(UTransform_Conversation, TransformType) == 0x000028, "Member 'UTransform_Conversation::TransformType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAdjustments_InstigatorScale \ static_assert(alignof(UFXAdjustments_InstigatorScale) == 0x000008, "Wrong alignment on UFXAdjustments_InstigatorScale"); \ static_assert(sizeof(UFXAdjustments_InstigatorScale) == 0x000028, "Wrong size on UFXAdjustments_InstigatorScale"); \ #define DUMPER7_ASSERTS_USceneActionState_AvaAudioState \ static_assert(alignof(USceneActionState_AvaAudioState) == 0x000008, "Wrong alignment on USceneActionState_AvaAudioState"); \ static_assert(sizeof(USceneActionState_AvaAudioState) == 0x000068, "Wrong size on USceneActionState_AvaAudioState"); \ static_assert(offsetof(USceneActionState_AvaAudioState, AvaAudioStateData) == 0x000050, "Member 'USceneActionState_AvaAudioState::AvaAudioStateData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAdjustments_Location \ static_assert(alignof(UFXAdjustments_Location) == 0x000008, "Wrong alignment on UFXAdjustments_Location"); \ static_assert(sizeof(UFXAdjustments_Location) == 0x000030, "Wrong size on UFXAdjustments_Location"); \ static_assert(offsetof(UFXAdjustments_Location, Location) == 0x000028, "Member 'UFXAdjustments_Location::Location' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustments_Location, bFailIfNotFound) == 0x000029, "Member 'UFXAdjustments_Location::bFailIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorMoveTargetToIKHeight \ static_assert(alignof(UCameraStackBehaviorMoveTargetToIKHeight) == 0x000008, "Wrong alignment on UCameraStackBehaviorMoveTargetToIKHeight"); \ static_assert(sizeof(UCameraStackBehaviorMoveTargetToIKHeight) == 0x0001D0, "Wrong size on UCameraStackBehaviorMoveTargetToIKHeight"); \ #define DUMPER7_ASSERTS_UFXAdjustments_Orientation \ static_assert(alignof(UFXAdjustments_Orientation) == 0x000008, "Wrong alignment on UFXAdjustments_Orientation"); \ static_assert(sizeof(UFXAdjustments_Orientation) == 0x000030, "Wrong size on UFXAdjustments_Orientation"); \ static_assert(offsetof(UFXAdjustments_Orientation, Orientation) == 0x000028, "Member 'UFXAdjustments_Orientation::Orientation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_AnimateLightIntensity \ static_assert(alignof(USceneAction_AnimateLightIntensity) == 0x000008, "Wrong alignment on USceneAction_AnimateLightIntensity"); \ static_assert(sizeof(USceneAction_AnimateLightIntensity) == 0x000138, "Wrong size on USceneAction_AnimateLightIntensity"); \ static_assert(offsetof(USceneAction_AnimateLightIntensity, Intensity) == 0x0000A8, "Member 'USceneAction_AnimateLightIntensity::Intensity' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AnimateLightIntensity, Default) == 0x000130, "Member 'USceneAction_AnimateLightIntensity::Default' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AnimateLightIntensity, Blend) == 0x000134, "Member 'USceneAction_AnimateLightIntensity::Blend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAdjustments_MakeInstigatorTheTarget \ static_assert(alignof(UFXAdjustments_MakeInstigatorTheTarget) == 0x000008, "Wrong alignment on UFXAdjustments_MakeInstigatorTheTarget"); \ static_assert(sizeof(UFXAdjustments_MakeInstigatorTheTarget) == 0x000030, "Wrong size on UFXAdjustments_MakeInstigatorTheTarget"); \ static_assert(offsetof(UFXAdjustments_MakeInstigatorTheTarget, bFailIfNotFound) == 0x000028, "Member 'UFXAdjustments_MakeInstigatorTheTarget::bFailIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAdjustments_TargetCharacter \ static_assert(alignof(UFXAdjustments_TargetCharacter) == 0x000008, "Wrong alignment on UFXAdjustments_TargetCharacter"); \ static_assert(sizeof(UFXAdjustments_TargetCharacter) == 0x000030, "Wrong size on UFXAdjustments_TargetCharacter"); \ static_assert(offsetof(UFXAdjustments_TargetCharacter, bFailIfNotFound) == 0x000028, "Member 'UFXAdjustments_TargetCharacter::bFailIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAdjustments_TargetSkeleton \ static_assert(alignof(UFXAdjustments_TargetSkeleton) == 0x000008, "Wrong alignment on UFXAdjustments_TargetSkeleton"); \ static_assert(sizeof(UFXAdjustments_TargetSkeleton) == 0x000030, "Wrong size on UFXAdjustments_TargetSkeleton"); \ static_assert(offsetof(UFXAdjustments_TargetSkeleton, bFailIfNotFound) == 0x000028, "Member 'UFXAdjustments_TargetSkeleton::bFailIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_CustomDepthLockBase \ static_assert(alignof(UMultiFX2_CustomDepthLockBase) == 0x000008, "Wrong alignment on UMultiFX2_CustomDepthLockBase"); \ static_assert(sizeof(UMultiFX2_CustomDepthLockBase) == 0x000068, "Wrong size on UMultiFX2_CustomDepthLockBase"); \ #define DUMPER7_ASSERTS_UMultiFX2_HighContrastGameplayNPCMarkup \ static_assert(alignof(UMultiFX2_HighContrastGameplayNPCMarkup) == 0x000008, "Wrong alignment on UMultiFX2_HighContrastGameplayNPCMarkup"); \ static_assert(sizeof(UMultiFX2_HighContrastGameplayNPCMarkup) == 0x000080, "Wrong size on UMultiFX2_HighContrastGameplayNPCMarkup"); \ static_assert(offsetof(UMultiFX2_HighContrastGameplayNPCMarkup, Filter) == 0x000068, "Member 'UMultiFX2_HighContrastGameplayNPCMarkup::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAdjustments_TargetRootActor \ static_assert(alignof(UFXAdjustments_TargetRootActor) == 0x000008, "Wrong alignment on UFXAdjustments_TargetRootActor"); \ static_assert(sizeof(UFXAdjustments_TargetRootActor) == 0x000030, "Wrong size on UFXAdjustments_TargetRootActor"); \ static_assert(offsetof(UFXAdjustments_TargetRootActor, bFailIfNotFound) == 0x000028, "Member 'UFXAdjustments_TargetRootActor::bFailIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaitForNamedDoorToLoadNode_WaitForNamedDoorToLoad \ static_assert(alignof(WaitForNamedDoorToLoadNode_WaitForNamedDoorToLoad) == 0x000008, "Wrong alignment on WaitForNamedDoorToLoadNode_WaitForNamedDoorToLoad"); \ static_assert(sizeof(WaitForNamedDoorToLoadNode_WaitForNamedDoorToLoad) == 0x000028, "Wrong size on WaitForNamedDoorToLoadNode_WaitForNamedDoorToLoad"); \ static_assert(offsetof(WaitForNamedDoorToLoadNode_WaitForNamedDoorToLoad, WorldContextObject) == 0x000000, "Member 'WaitForNamedDoorToLoadNode_WaitForNamedDoorToLoad::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WaitForNamedDoorToLoadNode_WaitForNamedDoorToLoad, DoorName) == 0x000008, "Member 'WaitForNamedDoorToLoadNode_WaitForNamedDoorToLoad::DoorName' has a wrong offset!"); \ static_assert(offsetof(WaitForNamedDoorToLoadNode_WaitForNamedDoorToLoad, TimeOutSeconds) == 0x000018, "Member 'WaitForNamedDoorToLoadNode_WaitForNamedDoorToLoad::TimeOutSeconds' has a wrong offset!"); \ static_assert(offsetof(WaitForNamedDoorToLoadNode_WaitForNamedDoorToLoad, ReturnValue) == 0x000020, "Member 'WaitForNamedDoorToLoadNode_WaitForNamedDoorToLoad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWaitForNamedDoorToLoadNode \ static_assert(alignof(UWaitForNamedDoorToLoadNode) == 0x000008, "Wrong alignment on UWaitForNamedDoorToLoadNode"); \ static_assert(sizeof(UWaitForNamedDoorToLoadNode) == 0x000078, "Wrong size on UWaitForNamedDoorToLoadNode"); \ static_assert(offsetof(UWaitForNamedDoorToLoadNode, FoundDoor) == 0x000030, "Member 'UWaitForNamedDoorToLoadNode::FoundDoor' has a wrong offset!"); \ static_assert(offsetof(UWaitForNamedDoorToLoadNode, TimedOut) == 0x000040, "Member 'UWaitForNamedDoorToLoadNode::TimedOut' has a wrong offset!"); \ static_assert(offsetof(UWaitForNamedDoorToLoadNode, World) == 0x000050, "Member 'UWaitForNamedDoorToLoadNode::World' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAdjustments_TargetGeometryCollection \ static_assert(alignof(UFXAdjustments_TargetGeometryCollection) == 0x000008, "Wrong alignment on UFXAdjustments_TargetGeometryCollection"); \ static_assert(sizeof(UFXAdjustments_TargetGeometryCollection) == 0x000030, "Wrong size on UFXAdjustments_TargetGeometryCollection"); \ static_assert(offsetof(UFXAdjustments_TargetGeometryCollection, bFailIfNotFound) == 0x000028, "Member 'UFXAdjustments_TargetGeometryCollection::bFailIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_EmissiveAdaptationExtras \ static_assert(alignof(USceneActionState_EmissiveAdaptationExtras) == 0x000008, "Wrong alignment on USceneActionState_EmissiveAdaptationExtras"); \ static_assert(sizeof(USceneActionState_EmissiveAdaptationExtras) == 0x000068, "Wrong size on USceneActionState_EmissiveAdaptationExtras"); \ #define DUMPER7_ASSERTS_UFXAdjustments_InstigatorCharacter \ static_assert(alignof(UFXAdjustments_InstigatorCharacter) == 0x000008, "Wrong alignment on UFXAdjustments_InstigatorCharacter"); \ static_assert(sizeof(UFXAdjustments_InstigatorCharacter) == 0x000030, "Wrong size on UFXAdjustments_InstigatorCharacter"); \ static_assert(offsetof(UFXAdjustments_InstigatorCharacter, bFailIfNotFound) == 0x000028, "Member 'UFXAdjustments_InstigatorCharacter::bFailIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHighContrastGameplayMarkupActorComponent \ static_assert(alignof(UHighContrastGameplayMarkupActorComponent) == 0x000008, "Wrong alignment on UHighContrastGameplayMarkupActorComponent"); \ static_assert(sizeof(UHighContrastGameplayMarkupActorComponent) == 0x000140, "Wrong size on UHighContrastGameplayMarkupActorComponent"); \ static_assert(offsetof(UHighContrastGameplayMarkupActorComponent, Type) == 0x0000D0, "Member 'UHighContrastGameplayMarkupActorComponent::Type' has a wrong offset!"); \ static_assert(offsetof(UHighContrastGameplayMarkupActorComponent, Filter) == 0x0000D8, "Member 'UHighContrastGameplayMarkupActorComponent::Filter' has a wrong offset!"); \ static_assert(offsetof(UHighContrastGameplayMarkupActorComponent, StateMap) == 0x0000F0, "Member 'UHighContrastGameplayMarkupActorComponent::StateMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHighContrastGameplayMarkupOwnerComponent \ static_assert(alignof(UHighContrastGameplayMarkupOwnerComponent) == 0x000008, "Wrong alignment on UHighContrastGameplayMarkupOwnerComponent"); \ static_assert(sizeof(UHighContrastGameplayMarkupOwnerComponent) == 0x000140, "Wrong size on UHighContrastGameplayMarkupOwnerComponent"); \ #define DUMPER7_ASSERTS_UFXAdjustments_FindNearbyTarget \ static_assert(alignof(UFXAdjustments_FindNearbyTarget) == 0x000008, "Wrong alignment on UFXAdjustments_FindNearbyTarget"); \ static_assert(sizeof(UFXAdjustments_FindNearbyTarget) == 0x000038, "Wrong size on UFXAdjustments_FindNearbyTarget"); \ static_assert(offsetof(UFXAdjustments_FindNearbyTarget, ActorType) == 0x000028, "Member 'UFXAdjustments_FindNearbyTarget::ActorType' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustments_FindNearbyTarget, Range) == 0x000030, "Member 'UFXAdjustments_FindNearbyTarget::Range' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustments_FindNearbyTarget, bFailIfNotFound) == 0x000034, "Member 'UFXAdjustments_FindNearbyTarget::bFailIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_DisableIK \ static_assert(alignof(USceneActionState_DisableIK) == 0x000008, "Wrong alignment on USceneActionState_DisableIK"); \ static_assert(sizeof(USceneActionState_DisableIK) == 0x000070, "Wrong size on USceneActionState_DisableIK"); \ #define DUMPER7_ASSERTS_UFXAdjustments_FindNearbyTargetInHeirarchy \ static_assert(alignof(UFXAdjustments_FindNearbyTargetInHeirarchy) == 0x000008, "Wrong alignment on UFXAdjustments_FindNearbyTargetInHeirarchy"); \ static_assert(sizeof(UFXAdjustments_FindNearbyTargetInHeirarchy) == 0x000038, "Wrong size on UFXAdjustments_FindNearbyTargetInHeirarchy"); \ static_assert(offsetof(UFXAdjustments_FindNearbyTargetInHeirarchy, ActorType) == 0x000028, "Member 'UFXAdjustments_FindNearbyTargetInHeirarchy::ActorType' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustments_FindNearbyTargetInHeirarchy, bFailIfNotFound) == 0x000030, "Member 'UFXAdjustments_FindNearbyTargetInHeirarchy::bFailIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStencilManagerExternalControlDisableHighContrast \ static_assert(alignof(UStencilManagerExternalControlDisableHighContrast) == 0x000008, "Wrong alignment on UStencilManagerExternalControlDisableHighContrast"); \ static_assert(sizeof(UStencilManagerExternalControlDisableHighContrast) == 0x000028, "Wrong size on UStencilManagerExternalControlDisableHighContrast"); \ #define DUMPER7_ASSERTS_UFXAdjustments_UseBone \ static_assert(alignof(UFXAdjustments_UseBone) == 0x000008, "Wrong alignment on UFXAdjustments_UseBone"); \ static_assert(sizeof(UFXAdjustments_UseBone) == 0x000040, "Wrong size on UFXAdjustments_UseBone"); \ static_assert(offsetof(UFXAdjustments_UseBone, BoneNames) == 0x000028, "Member 'UFXAdjustments_UseBone::BoneNames' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustments_UseBone, bLocation) == 0x000038, "Member 'UFXAdjustments_UseBone::bLocation' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustments_UseBone, bRotation) == 0x000039, "Member 'UFXAdjustments_UseBone::bRotation' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustments_UseBone, bFailIfNotFound) == 0x00003A, "Member 'UFXAdjustments_UseBone::bFailIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAdjustments_SetAttachNameToNearestBone \ static_assert(alignof(UFXAdjustments_SetAttachNameToNearestBone) == 0x000008, "Wrong alignment on UFXAdjustments_SetAttachNameToNearestBone"); \ static_assert(sizeof(UFXAdjustments_SetAttachNameToNearestBone) == 0x000030, "Wrong size on UFXAdjustments_SetAttachNameToNearestBone"); \ static_assert(offsetof(UFXAdjustments_SetAttachNameToNearestBone, bFailIfNotFound) == 0x000028, "Member 'UFXAdjustments_SetAttachNameToNearestBone::bFailIfNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWandLinkKillBystander \ static_assert(alignof(UWandLinkKillBystander) == 0x000008, "Wrong alignment on UWandLinkKillBystander"); \ static_assert(sizeof(UWandLinkKillBystander) == 0x000040, "Wrong size on UWandLinkKillBystander"); \ #define DUMPER7_ASSERTS_UFXAdjustments_OnGround \ static_assert(alignof(UFXAdjustments_OnGround) == 0x000008, "Wrong alignment on UFXAdjustments_OnGround"); \ static_assert(sizeof(UFXAdjustments_OnGround) == 0x000038, "Wrong size on UFXAdjustments_OnGround"); \ static_assert(offsetof(UFXAdjustments_OnGround, TraceDistance) == 0x000028, "Member 'UFXAdjustments_OnGround::TraceDistance' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustments_OnGround, TraceRadius) == 0x00002C, "Member 'UFXAdjustments_OnGround::TraceRadius' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustments_OnGround, bPlayIfNoGround) == 0x000030, "Member 'UFXAdjustments_OnGround::bPlayIfNoGround' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustments_OnGround, bUseGroundTarget) == 0x000031, "Member 'UFXAdjustments_OnGround::bUseGroundTarget' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustments_OnGround, bUseGroundPosition) == 0x000032, "Member 'UFXAdjustments_OnGround::bUseGroundPosition' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustments_OnGround, bUseGoundNormalOrientation) == 0x000033, "Member 'UFXAdjustments_OnGround::bUseGoundNormalOrientation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_EmissiveAdaptationExtrasScalar \ static_assert(alignof(USceneAction_EmissiveAdaptationExtrasScalar) == 0x000008, "Wrong alignment on USceneAction_EmissiveAdaptationExtrasScalar"); \ static_assert(sizeof(USceneAction_EmissiveAdaptationExtrasScalar) == 0x0000F8, "Wrong size on USceneAction_EmissiveAdaptationExtrasScalar"); \ static_assert(offsetof(USceneAction_EmissiveAdaptationExtrasScalar, ScalarName) == 0x0000D8, "Member 'USceneAction_EmissiveAdaptationExtrasScalar::ScalarName' has a wrong offset!"); \ static_assert(offsetof(USceneAction_EmissiveAdaptationExtrasScalar, ScalarCurve) == 0x0000E8, "Member 'USceneAction_EmissiveAdaptationExtrasScalar::ScalarCurve' has a wrong offset!"); \ static_assert(offsetof(USceneAction_EmissiveAdaptationExtrasScalar, ScalarValue) == 0x0000F0, "Member 'USceneAction_EmissiveAdaptationExtrasScalar::ScalarValue' has a wrong offset!"); \ static_assert(offsetof(USceneAction_EmissiveAdaptationExtrasScalar, bUseCurve) == 0x0000F4, "Member 'USceneAction_EmissiveAdaptationExtrasScalar::bUseCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBeamTarget \ static_assert(alignof(UBeamTarget) == 0x000010, "Wrong alignment on UBeamTarget"); \ static_assert(sizeof(UBeamTarget) == 0x000220, "Wrong size on UBeamTarget"); \ #define DUMPER7_ASSERTS_UPhoenixLocalizationCommandlet \ static_assert(alignof(UPhoenixLocalizationCommandlet) == 0x000008, "Wrong alignment on UPhoenixLocalizationCommandlet"); \ static_assert(sizeof(UPhoenixLocalizationCommandlet) == 0x000080, "Wrong size on UPhoenixLocalizationCommandlet"); \ #define DUMPER7_ASSERTS_UFXAdjustments_Beam \ static_assert(alignof(UFXAdjustments_Beam) == 0x000008, "Wrong alignment on UFXAdjustments_Beam"); \ static_assert(sizeof(UFXAdjustments_Beam) == 0x000030, "Wrong size on UFXAdjustments_Beam"); \ static_assert(offsetof(UFXAdjustments_Beam, SourceObject) == 0x000028, "Member 'UFXAdjustments_Beam::SourceObject' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustments_Beam, SourceLocation) == 0x000029, "Member 'UFXAdjustments_Beam::SourceLocation' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustments_Beam, TargetLocation) == 0x00002A, "Member 'UFXAdjustments_Beam::TargetLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_EmissiveAdaptation \ static_assert(alignof(USceneActionState_EmissiveAdaptation) == 0x000008, "Wrong alignment on USceneActionState_EmissiveAdaptation"); \ static_assert(sizeof(USceneActionState_EmissiveAdaptation) == 0x000068, "Wrong size on USceneActionState_EmissiveAdaptation"); \ #define DUMPER7_ASSERTS_UMultiFX2_ExplodingSkeletonInfoBase \ static_assert(alignof(UMultiFX2_ExplodingSkeletonInfoBase) == 0x000008, "Wrong alignment on UMultiFX2_ExplodingSkeletonInfoBase"); \ static_assert(sizeof(UMultiFX2_ExplodingSkeletonInfoBase) == 0x000028, "Wrong size on UMultiFX2_ExplodingSkeletonInfoBase"); \ #define DUMPER7_ASSERTS_UMultiFX2_ExplodingSkeletonInfoStandard \ static_assert(alignof(UMultiFX2_ExplodingSkeletonInfoStandard) == 0x000008, "Wrong alignment on UMultiFX2_ExplodingSkeletonInfoStandard"); \ static_assert(sizeof(UMultiFX2_ExplodingSkeletonInfoStandard) == 0x000030, "Wrong size on UMultiFX2_ExplodingSkeletonInfoStandard"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeletonInfoStandard, bUseDitheredAlphaFade) == 0x000028, "Member 'UMultiFX2_ExplodingSkeletonInfoStandard::bUseDitheredAlphaFade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NamedCreatureTypeManager_AllowSpawn \ static_assert(alignof(NamedCreatureTypeManager_AllowSpawn) == 0x000008, "Wrong alignment on NamedCreatureTypeManager_AllowSpawn"); \ static_assert(sizeof(NamedCreatureTypeManager_AllowSpawn) == 0x000020, "Wrong size on NamedCreatureTypeManager_AllowSpawn"); \ static_assert(offsetof(NamedCreatureTypeManager_AllowSpawn, InItemID) == 0x000000, "Member 'NamedCreatureTypeManager_AllowSpawn::InItemID' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_AllowSpawn, inParentUID) == 0x000010, "Member 'NamedCreatureTypeManager_AllowSpawn::inParentUID' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_AllowSpawn, inOverrideUID) == 0x000014, "Member 'NamedCreatureTypeManager_AllowSpawn::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_AllowSpawn, inIsPersistent) == 0x000018, "Member 'NamedCreatureTypeManager_AllowSpawn::inIsPersistent' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_AllowSpawn, ReturnValue) == 0x000019, "Member 'NamedCreatureTypeManager_AllowSpawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NamedCreatureTypeManager_GetShellSpawnPath \ static_assert(alignof(NamedCreatureTypeManager_GetShellSpawnPath) == 0x000008, "Wrong alignment on NamedCreatureTypeManager_GetShellSpawnPath"); \ static_assert(sizeof(NamedCreatureTypeManager_GetShellSpawnPath) == 0x000030, "Wrong size on NamedCreatureTypeManager_GetShellSpawnPath"); \ static_assert(offsetof(NamedCreatureTypeManager_GetShellSpawnPath, InItemID) == 0x000000, "Member 'NamedCreatureTypeManager_GetShellSpawnPath::InItemID' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_GetShellSpawnPath, OutPath) == 0x000010, "Member 'NamedCreatureTypeManager_GetShellSpawnPath::OutPath' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_GetShellSpawnPath, ReturnValue) == 0x000028, "Member 'NamedCreatureTypeManager_GetShellSpawnPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NamedCreatureTypeManager_GetSpawnAsset \ static_assert(alignof(NamedCreatureTypeManager_GetSpawnAsset) == 0x000008, "Wrong alignment on NamedCreatureTypeManager_GetSpawnAsset"); \ static_assert(sizeof(NamedCreatureTypeManager_GetSpawnAsset) == 0x000020, "Wrong size on NamedCreatureTypeManager_GetSpawnAsset"); \ static_assert(offsetof(NamedCreatureTypeManager_GetSpawnAsset, InItemID) == 0x000000, "Member 'NamedCreatureTypeManager_GetSpawnAsset::InItemID' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_GetSpawnAsset, OutAsset) == 0x000010, "Member 'NamedCreatureTypeManager_GetSpawnAsset::OutAsset' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_GetSpawnAsset, ReturnValue) == 0x000018, "Member 'NamedCreatureTypeManager_GetSpawnAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NamedCreatureTypeManager_GetSpawnPath \ static_assert(alignof(NamedCreatureTypeManager_GetSpawnPath) == 0x000008, "Wrong alignment on NamedCreatureTypeManager_GetSpawnPath"); \ static_assert(sizeof(NamedCreatureTypeManager_GetSpawnPath) == 0x000030, "Wrong size on NamedCreatureTypeManager_GetSpawnPath"); \ static_assert(offsetof(NamedCreatureTypeManager_GetSpawnPath, InItemID) == 0x000000, "Member 'NamedCreatureTypeManager_GetSpawnPath::InItemID' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_GetSpawnPath, OutPath) == 0x000010, "Member 'NamedCreatureTypeManager_GetSpawnPath::OutPath' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_GetSpawnPath, ReturnValue) == 0x000028, "Member 'NamedCreatureTypeManager_GetSpawnPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NamedCreatureTypeManager_Spawn \ static_assert(alignof(NamedCreatureTypeManager_Spawn) == 0x000010, "Wrong alignment on NamedCreatureTypeManager_Spawn"); \ static_assert(sizeof(NamedCreatureTypeManager_Spawn) == 0x000080, "Wrong size on NamedCreatureTypeManager_Spawn"); \ static_assert(offsetof(NamedCreatureTypeManager_Spawn, InWorld) == 0x000000, "Member 'NamedCreatureTypeManager_Spawn::InWorld' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_Spawn, InSpawnTransform) == 0x000010, "Member 'NamedCreatureTypeManager_Spawn::InSpawnTransform' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_Spawn, InRegistryID) == 0x000040, "Member 'NamedCreatureTypeManager_Spawn::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_Spawn, inParentUID) == 0x000050, "Member 'NamedCreatureTypeManager_Spawn::inParentUID' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_Spawn, inOverrideUID) == 0x000054, "Member 'NamedCreatureTypeManager_Spawn::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_Spawn, bInIsPersistent) == 0x000058, "Member 'NamedCreatureTypeManager_Spawn::bInIsPersistent' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_Spawn, InCollisionMethod) == 0x000059, "Member 'NamedCreatureTypeManager_Spawn::InCollisionMethod' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_Spawn, InOverrideLevel) == 0x000060, "Member 'NamedCreatureTypeManager_Spawn::InOverrideLevel' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_Spawn, InParentContainer) == 0x000068, "Member 'NamedCreatureTypeManager_Spawn::InParentContainer' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_Spawn, ReturnValue) == 0x000070, "Member 'NamedCreatureTypeManager_Spawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NamedCreatureTypeManager_SpawnShell \ static_assert(alignof(NamedCreatureTypeManager_SpawnShell) == 0x000010, "Wrong alignment on NamedCreatureTypeManager_SpawnShell"); \ static_assert(sizeof(NamedCreatureTypeManager_SpawnShell) == 0x000070, "Wrong size on NamedCreatureTypeManager_SpawnShell"); \ static_assert(offsetof(NamedCreatureTypeManager_SpawnShell, InWorld) == 0x000000, "Member 'NamedCreatureTypeManager_SpawnShell::InWorld' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_SpawnShell, InSpawnTransform) == 0x000010, "Member 'NamedCreatureTypeManager_SpawnShell::InSpawnTransform' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_SpawnShell, InRegistryID) == 0x000040, "Member 'NamedCreatureTypeManager_SpawnShell::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_SpawnShell, inParentUID) == 0x000050, "Member 'NamedCreatureTypeManager_SpawnShell::inParentUID' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_SpawnShell, inOverrideUID) == 0x000054, "Member 'NamedCreatureTypeManager_SpawnShell::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_SpawnShell, bInIsPersistent) == 0x000058, "Member 'NamedCreatureTypeManager_SpawnShell::bInIsPersistent' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_SpawnShell, InCollisionMethod) == 0x000059, "Member 'NamedCreatureTypeManager_SpawnShell::InCollisionMethod' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_SpawnShell, InOverrideLevel) == 0x000060, "Member 'NamedCreatureTypeManager_SpawnShell::InOverrideLevel' has a wrong offset!"); \ static_assert(offsetof(NamedCreatureTypeManager_SpawnShell, ReturnValue) == 0x000068, "Member 'NamedCreatureTypeManager_SpawnShell::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNamedCreatureTypeManager \ static_assert(alignof(UNamedCreatureTypeManager) == 0x000008, "Wrong alignment on UNamedCreatureTypeManager"); \ static_assert(sizeof(UNamedCreatureTypeManager) == 0x000150, "Wrong size on UNamedCreatureTypeManager"); \ static_assert(offsetof(UNamedCreatureTypeManager, NamedCreatureStates) == 0x0000A8, "Member 'UNamedCreatureTypeManager::NamedCreatureStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_ExplodingSkeletonInfoCollisionOverride \ static_assert(alignof(UMultiFX2_ExplodingSkeletonInfoCollisionOverride) == 0x000008, "Wrong alignment on UMultiFX2_ExplodingSkeletonInfoCollisionOverride"); \ static_assert(sizeof(UMultiFX2_ExplodingSkeletonInfoCollisionOverride) == 0x000030, "Wrong size on UMultiFX2_ExplodingSkeletonInfoCollisionOverride"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeletonInfoCollisionOverride, CollisionProfileName) == 0x000028, "Member 'UMultiFX2_ExplodingSkeletonInfoCollisionOverride::CollisionProfileName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_AdjustInventoryItem \ static_assert(alignof(URPGTriggerEffect_AdjustInventoryItem) == 0x000008, "Wrong alignment on URPGTriggerEffect_AdjustInventoryItem"); \ static_assert(sizeof(URPGTriggerEffect_AdjustInventoryItem) == 0x000058, "Wrong size on URPGTriggerEffect_AdjustInventoryItem"); \ static_assert(offsetof(URPGTriggerEffect_AdjustInventoryItem, CharacterID) == 0x000040, "Member 'URPGTriggerEffect_AdjustInventoryItem::CharacterID' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AdjustInventoryItem, ItemId) == 0x000048, "Member 'URPGTriggerEffect_AdjustInventoryItem::ItemId' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AdjustInventoryItem, Count) == 0x000050, "Member 'URPGTriggerEffect_AdjustInventoryItem::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_ExplodingSkeletonFade \ static_assert(alignof(UMultiFX2_ExplodingSkeletonFade) == 0x000008, "Wrong alignment on UMultiFX2_ExplodingSkeletonFade"); \ static_assert(sizeof(UMultiFX2_ExplodingSkeletonFade) == 0x000038, "Wrong size on UMultiFX2_ExplodingSkeletonFade"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeletonFade, FadeMaterialKey) == 0x000028, "Member 'UMultiFX2_ExplodingSkeletonFade::FadeMaterialKey' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeletonFade, FadeMaterialParmeter) == 0x000030, "Member 'UMultiFX2_ExplodingSkeletonFade::FadeMaterialParmeter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Interactive_CreateBonePhysicsConstraint \ static_assert(alignof(SpiderWeb_Interactive_CreateBonePhysicsConstraint) == 0x000008, "Wrong alignment on SpiderWeb_Interactive_CreateBonePhysicsConstraint"); \ static_assert(sizeof(SpiderWeb_Interactive_CreateBonePhysicsConstraint) == 0x000010, "Wrong size on SpiderWeb_Interactive_CreateBonePhysicsConstraint"); \ static_assert(offsetof(SpiderWeb_Interactive_CreateBonePhysicsConstraint, skelComp) == 0x000000, "Member 'SpiderWeb_Interactive_CreateBonePhysicsConstraint::skelComp' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Interactive_CreateBonePhysicsConstraint, BoneName) == 0x000008, "Member 'SpiderWeb_Interactive_CreateBonePhysicsConstraint::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Interactive_CreatePhysicsConstraint \ static_assert(alignof(SpiderWeb_Interactive_CreatePhysicsConstraint) == 0x000008, "Wrong alignment on SpiderWeb_Interactive_CreatePhysicsConstraint"); \ static_assert(sizeof(SpiderWeb_Interactive_CreatePhysicsConstraint) == 0x000008, "Wrong size on SpiderWeb_Interactive_CreatePhysicsConstraint"); \ static_assert(offsetof(SpiderWeb_Interactive_CreatePhysicsConstraint, PrimComp) == 0x000000, "Member 'SpiderWeb_Interactive_CreatePhysicsConstraint::PrimComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Interactive_GetCollisionScale \ static_assert(alignof(SpiderWeb_Interactive_GetCollisionScale) == 0x000004, "Wrong alignment on SpiderWeb_Interactive_GetCollisionScale"); \ static_assert(sizeof(SpiderWeb_Interactive_GetCollisionScale) == 0x00000C, "Wrong size on SpiderWeb_Interactive_GetCollisionScale"); \ static_assert(offsetof(SpiderWeb_Interactive_GetCollisionScale, ReturnValue) == 0x000000, "Member 'SpiderWeb_Interactive_GetCollisionScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Interactive_GetRelativeTransform \ static_assert(alignof(SpiderWeb_Interactive_GetRelativeTransform) == 0x000010, "Wrong alignment on SpiderWeb_Interactive_GetRelativeTransform"); \ static_assert(sizeof(SpiderWeb_Interactive_GetRelativeTransform) == 0x000050, "Wrong size on SpiderWeb_Interactive_GetRelativeTransform"); \ static_assert(offsetof(SpiderWeb_Interactive_GetRelativeTransform, PrimComp) == 0x000000, "Member 'SpiderWeb_Interactive_GetRelativeTransform::PrimComp' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Interactive_GetRelativeTransform, FireLocation) == 0x000008, "Member 'SpiderWeb_Interactive_GetRelativeTransform::FireLocation' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Interactive_GetRelativeTransform, ReturnValue) == 0x000020, "Member 'SpiderWeb_Interactive_GetRelativeTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Interactive_OnFireOverlapBegin \ static_assert(alignof(SpiderWeb_Interactive_OnFireOverlapBegin) == 0x000008, "Wrong alignment on SpiderWeb_Interactive_OnFireOverlapBegin"); \ static_assert(sizeof(SpiderWeb_Interactive_OnFireOverlapBegin) == 0x0000A8, "Wrong size on SpiderWeb_Interactive_OnFireOverlapBegin"); \ static_assert(offsetof(SpiderWeb_Interactive_OnFireOverlapBegin, OverlappedComponent) == 0x000000, "Member 'SpiderWeb_Interactive_OnFireOverlapBegin::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Interactive_OnFireOverlapBegin, OtherActor) == 0x000008, "Member 'SpiderWeb_Interactive_OnFireOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Interactive_OnFireOverlapBegin, OtherComp) == 0x000010, "Member 'SpiderWeb_Interactive_OnFireOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Interactive_OnFireOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'SpiderWeb_Interactive_OnFireOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Interactive_OnFireOverlapBegin, bFromSweep) == 0x00001C, "Member 'SpiderWeb_Interactive_OnFireOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Interactive_OnFireOverlapBegin, SweepResult) == 0x000020, "Member 'SpiderWeb_Interactive_OnFireOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Interactive_OnFireOverlapEnd \ static_assert(alignof(SpiderWeb_Interactive_OnFireOverlapEnd) == 0x000008, "Wrong alignment on SpiderWeb_Interactive_OnFireOverlapEnd"); \ static_assert(sizeof(SpiderWeb_Interactive_OnFireOverlapEnd) == 0x000020, "Wrong size on SpiderWeb_Interactive_OnFireOverlapEnd"); \ static_assert(offsetof(SpiderWeb_Interactive_OnFireOverlapEnd, OverlappedComp) == 0x000000, "Member 'SpiderWeb_Interactive_OnFireOverlapEnd::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Interactive_OnFireOverlapEnd, OtherActor) == 0x000008, "Member 'SpiderWeb_Interactive_OnFireOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Interactive_OnFireOverlapEnd, OtherComp) == 0x000010, "Member 'SpiderWeb_Interactive_OnFireOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Interactive_OnFireOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'SpiderWeb_Interactive_OnFireOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Interactive_OnFullyCharred \ static_assert(alignof(SpiderWeb_Interactive_OnFullyCharred) == 0x000001, "Wrong alignment on SpiderWeb_Interactive_OnFullyCharred"); \ static_assert(sizeof(SpiderWeb_Interactive_OnFullyCharred) == 0x000001, "Wrong size on SpiderWeb_Interactive_OnFullyCharred"); \ static_assert(offsetof(SpiderWeb_Interactive_OnFullyCharred, bCharred) == 0x000000, "Member 'SpiderWeb_Interactive_OnFullyCharred::bCharred' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Interactive_OnWebOverlapBegin \ static_assert(alignof(SpiderWeb_Interactive_OnWebOverlapBegin) == 0x000008, "Wrong alignment on SpiderWeb_Interactive_OnWebOverlapBegin"); \ static_assert(sizeof(SpiderWeb_Interactive_OnWebOverlapBegin) == 0x000010, "Wrong size on SpiderWeb_Interactive_OnWebOverlapBegin"); \ static_assert(offsetof(SpiderWeb_Interactive_OnWebOverlapBegin, OtherActor) == 0x000000, "Member 'SpiderWeb_Interactive_OnWebOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Interactive_OnWebOverlapBegin, OtherComp) == 0x000008, "Member 'SpiderWeb_Interactive_OnWebOverlapBegin::OtherComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Interactive_OnWebOverlapEnd \ static_assert(alignof(SpiderWeb_Interactive_OnWebOverlapEnd) == 0x000008, "Wrong alignment on SpiderWeb_Interactive_OnWebOverlapEnd"); \ static_assert(sizeof(SpiderWeb_Interactive_OnWebOverlapEnd) == 0x000010, "Wrong size on SpiderWeb_Interactive_OnWebOverlapEnd"); \ static_assert(offsetof(SpiderWeb_Interactive_OnWebOverlapEnd, OtherActor) == 0x000000, "Member 'SpiderWeb_Interactive_OnWebOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Interactive_OnWebOverlapEnd, OtherComp) == 0x000008, "Member 'SpiderWeb_Interactive_OnWebOverlapEnd::OtherComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Interactive_PhysicsHit \ static_assert(alignof(SpiderWeb_Interactive_PhysicsHit) == 0x000008, "Wrong alignment on SpiderWeb_Interactive_PhysicsHit"); \ static_assert(sizeof(SpiderWeb_Interactive_PhysicsHit) == 0x0000B0, "Wrong size on SpiderWeb_Interactive_PhysicsHit"); \ static_assert(offsetof(SpiderWeb_Interactive_PhysicsHit, HitComp) == 0x000000, "Member 'SpiderWeb_Interactive_PhysicsHit::HitComp' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Interactive_PhysicsHit, OtherActor) == 0x000008, "Member 'SpiderWeb_Interactive_PhysicsHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Interactive_PhysicsHit, OtherComp) == 0x000010, "Member 'SpiderWeb_Interactive_PhysicsHit::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Interactive_PhysicsHit, NormalImpulse) == 0x000018, "Member 'SpiderWeb_Interactive_PhysicsHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Interactive_PhysicsHit, Hit) == 0x000024, "Member 'SpiderWeb_Interactive_PhysicsHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Interactive_StartPhysicsMat \ static_assert(alignof(SpiderWeb_Interactive_StartPhysicsMat) == 0x000008, "Wrong alignment on SpiderWeb_Interactive_StartPhysicsMat"); \ static_assert(sizeof(SpiderWeb_Interactive_StartPhysicsMat) == 0x000008, "Wrong size on SpiderWeb_Interactive_StartPhysicsMat"); \ static_assert(offsetof(SpiderWeb_Interactive_StartPhysicsMat, HitComp) == 0x000000, "Member 'SpiderWeb_Interactive_StartPhysicsMat::HitComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Interactive_StartSkeletalMat \ static_assert(alignof(SpiderWeb_Interactive_StartSkeletalMat) == 0x000008, "Wrong alignment on SpiderWeb_Interactive_StartSkeletalMat"); \ static_assert(sizeof(SpiderWeb_Interactive_StartSkeletalMat) == 0x000008, "Wrong size on SpiderWeb_Interactive_StartSkeletalMat"); \ static_assert(offsetof(SpiderWeb_Interactive_StartSkeletalMat, SkelActor) == 0x000000, "Member 'SpiderWeb_Interactive_StartSkeletalMat::SkelActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Interactive_UnDamp \ static_assert(alignof(SpiderWeb_Interactive_UnDamp) == 0x000008, "Wrong alignment on SpiderWeb_Interactive_UnDamp"); \ static_assert(sizeof(SpiderWeb_Interactive_UnDamp) == 0x000008, "Wrong size on SpiderWeb_Interactive_UnDamp"); \ static_assert(offsetof(SpiderWeb_Interactive_UnDamp, PrimComp) == 0x000000, "Member 'SpiderWeb_Interactive_UnDamp::PrimComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Interactive_WakeCompBody \ static_assert(alignof(SpiderWeb_Interactive_WakeCompBody) == 0x000008, "Wrong alignment on SpiderWeb_Interactive_WakeCompBody"); \ static_assert(sizeof(SpiderWeb_Interactive_WakeCompBody) == 0x000008, "Wrong size on SpiderWeb_Interactive_WakeCompBody"); \ static_assert(offsetof(SpiderWeb_Interactive_WakeCompBody, PrimComp) == 0x000000, "Member 'SpiderWeb_Interactive_WakeCompBody::PrimComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Interactive_WebBurn \ static_assert(alignof(SpiderWeb_Interactive_WebBurn) == 0x000004, "Wrong alignment on SpiderWeb_Interactive_WebBurn"); \ static_assert(sizeof(SpiderWeb_Interactive_WebBurn) == 0x00000C, "Wrong size on SpiderWeb_Interactive_WebBurn"); \ static_assert(offsetof(SpiderWeb_Interactive_WebBurn, burnLoc) == 0x000000, "Member 'SpiderWeb_Interactive_WebBurn::burnLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpiderWeb_Interactive \ static_assert(alignof(ASpiderWeb_Interactive) == 0x000008, "Wrong alignment on ASpiderWeb_Interactive"); \ static_assert(sizeof(ASpiderWeb_Interactive) == 0x000470, "Wrong size on ASpiderWeb_Interactive"); \ static_assert(offsetof(ASpiderWeb_Interactive, CharSpeedMode) == 0x0002B0, "Member 'ASpiderWeb_Interactive::CharSpeedMode' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, WebLinearDamping) == 0x0002B4, "Member 'ASpiderWeb_Interactive::WebLinearDamping' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, WebAngularDamping) == 0x0002B8, "Member 'ASpiderWeb_Interactive::WebAngularDamping' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, bReactiveMaterials) == 0x0002BC, "Member 'ASpiderWeb_Interactive::bReactiveMaterials' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, bDebugBurnSphere) == 0x0002BD, "Member 'ASpiderWeb_Interactive::bDebugBurnSphere' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, PercentageDisableCollision) == 0x0002C0, "Member 'ASpiderWeb_Interactive::PercentageDisableCollision' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, WebbedComponents) == 0x0002C8, "Member 'ASpiderWeb_Interactive::WebbedComponents' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, WebbedRagdolls) == 0x0002D8, "Member 'ASpiderWeb_Interactive::WebbedRagdolls' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, ObjectTypeMap) == 0x0002E8, "Member 'ASpiderWeb_Interactive::ObjectTypeMap' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, CollisionPresetMap) == 0x000338, "Member 'ASpiderWeb_Interactive::CollisionPresetMap' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, NearbyCharacters) == 0x000388, "Member 'ASpiderWeb_Interactive::NearbyCharacters' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, CharMovementComps) == 0x000398, "Member 'ASpiderWeb_Interactive::CharMovementComps' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, CharsToRemove) == 0x0003B8, "Member 'ASpiderWeb_Interactive::CharsToRemove' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, BurnActors) == 0x0003C8, "Member 'ASpiderWeb_Interactive::BurnActors' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, bFrozen) == 0x0003D8, "Member 'ASpiderWeb_Interactive::bFrozen' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, InMatDynamic) == 0x0003E0, "Member 'ASpiderWeb_Interactive::InMatDynamic' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, OutMatDynamic) == 0x0003E8, "Member 'ASpiderWeb_Interactive::OutMatDynamic' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, PhysicsTarget) == 0x0003F0, "Member 'ASpiderWeb_Interactive::PhysicsTarget' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, SkeletalTarget) == 0x0003F8, "Member 'ASpiderWeb_Interactive::SkeletalTarget' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, SkeletalTargetBone) == 0x000400, "Member 'ASpiderWeb_Interactive::SkeletalTargetBone' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, BurnRate) == 0x000408, "Member 'ASpiderWeb_Interactive::BurnRate' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, RootComp) == 0x000410, "Member 'ASpiderWeb_Interactive::RootComp' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, WebObjectState) == 0x000418, "Member 'ASpiderWeb_Interactive::WebObjectState' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, BurnSphere) == 0x000420, "Member 'ASpiderWeb_Interactive::BurnSphere' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, BurnDist) == 0x000428, "Member 'ASpiderWeb_Interactive::BurnDist' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, BurnDistNeeded) == 0x00042C, "Member 'ASpiderWeb_Interactive::BurnDistNeeded' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, BurnOrigin) == 0x000430, "Member 'ASpiderWeb_Interactive::BurnOrigin' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Interactive, IgnoreBurnActors) == 0x000440, "Member 'ASpiderWeb_Interactive::IgnoreBurnActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_ExplodingSkeletonMIDFade \ static_assert(alignof(UMultiFX2_ExplodingSkeletonMIDFade) == 0x000008, "Wrong alignment on UMultiFX2_ExplodingSkeletonMIDFade"); \ static_assert(sizeof(UMultiFX2_ExplodingSkeletonMIDFade) == 0x000030, "Wrong size on UMultiFX2_ExplodingSkeletonMIDFade"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeletonMIDFade, FadeMaterialParmeter) == 0x000028, "Member 'UMultiFX2_ExplodingSkeletonMIDFade::FadeMaterialParmeter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_ExplodingSkeletonSkinFX \ static_assert(alignof(UMultiFX2_ExplodingSkeletonSkinFX) == 0x000008, "Wrong alignment on UMultiFX2_ExplodingSkeletonSkinFX"); \ static_assert(sizeof(UMultiFX2_ExplodingSkeletonSkinFX) == 0x000030, "Wrong size on UMultiFX2_ExplodingSkeletonSkinFX"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeletonSkinFX, SkinFXEffect) == 0x000028, "Member 'UMultiFX2_ExplodingSkeletonSkinFX::SkinFXEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANavigationRedirectionVolume \ static_assert(alignof(ANavigationRedirectionVolume) == 0x000008, "Wrong alignment on ANavigationRedirectionVolume"); \ static_assert(sizeof(ANavigationRedirectionVolume) == 0x000290, "Wrong size on ANavigationRedirectionVolume"); \ static_assert(offsetof(ANavigationRedirectionVolume, RedirectionLocation) == 0x000280, "Member 'ANavigationRedirectionVolume::RedirectionLocation' has a wrong offset!"); \ static_assert(offsetof(ANavigationRedirectionVolume, ForceOverlandArea) == 0x00028C, "Member 'ANavigationRedirectionVolume::ForceOverlandArea' has a wrong offset!"); \ static_assert(offsetof(ANavigationRedirectionVolume, DeactivateIfLevelLoaded) == 0x00028D, "Member 'ANavigationRedirectionVolume::DeactivateIfLevelLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_ExplodingSkeleton \ static_assert(alignof(UMultiFX2_ExplodingSkeleton) == 0x000008, "Wrong alignment on UMultiFX2_ExplodingSkeleton"); \ static_assert(sizeof(UMultiFX2_ExplodingSkeleton) == 0x0000B8, "Wrong size on UMultiFX2_ExplodingSkeleton"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeleton, Info) == 0x000068, "Member 'UMultiFX2_ExplodingSkeleton::Info' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeleton, PieceSetup) == 0x000070, "Member 'UMultiFX2_ExplodingSkeleton::PieceSetup' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeleton, OverrideCollisionProfile) == 0x000078, "Member 'UMultiFX2_ExplodingSkeleton::OverrideCollisionProfile' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeleton, LinearImpulse) == 0x000080, "Member 'UMultiFX2_ExplodingSkeleton::LinearImpulse' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeleton, bUseLinearImpulseOrigin) == 0x00008C, "Member 'UMultiFX2_ExplodingSkeleton::bUseLinearImpulseOrigin' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeleton, bUseInstigatorToTargetAsX) == 0x00008D, "Member 'UMultiFX2_ExplodingSkeleton::bUseInstigatorToTargetAsX' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeleton, bUseNpcImpactDataForImpulse) == 0x00008E, "Member 'UMultiFX2_ExplodingSkeleton::bUseNpcImpactDataForImpulse' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeleton, LinearImpulseStrength) == 0x000090, "Member 'UMultiFX2_ExplodingSkeleton::LinearImpulseStrength' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeleton, RadialImpulseRadius) == 0x000094, "Member 'UMultiFX2_ExplodingSkeleton::RadialImpulseRadius' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeleton, RadialImpulseStrength) == 0x000098, "Member 'UMultiFX2_ExplodingSkeleton::RadialImpulseStrength' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeleton, bRadialImpulseFalloff) == 0x00009C, "Member 'UMultiFX2_ExplodingSkeleton::bRadialImpulseFalloff' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeleton, bUseSkeletalCentroidAsImpulseOrigin) == 0x00009D, "Member 'UMultiFX2_ExplodingSkeleton::bUseSkeletalCentroidAsImpulseOrigin' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeleton, InitialDelay) == 0x0000A0, "Member 'UMultiFX2_ExplodingSkeleton::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ExplodingSkeleton, BaseOffset) == 0x0000AC, "Member 'UMultiFX2_ExplodingSkeleton::BaseOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraPoser_GetNiagaraSystem \ static_assert(alignof(NiagaraPoser_GetNiagaraSystem) == 0x000008, "Wrong alignment on NiagaraPoser_GetNiagaraSystem"); \ static_assert(sizeof(NiagaraPoser_GetNiagaraSystem) == 0x000008, "Wrong size on NiagaraPoser_GetNiagaraSystem"); \ static_assert(offsetof(NiagaraPoser_GetNiagaraSystem, ReturnValue) == 0x000000, "Member 'NiagaraPoser_GetNiagaraSystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraPoser_SetNiagaraSystem \ static_assert(alignof(NiagaraPoser_SetNiagaraSystem) == 0x000008, "Wrong alignment on NiagaraPoser_SetNiagaraSystem"); \ static_assert(sizeof(NiagaraPoser_SetNiagaraSystem) == 0x000010, "Wrong size on NiagaraPoser_SetNiagaraSystem"); \ static_assert(offsetof(NiagaraPoser_SetNiagaraSystem, NiagaraSystem) == 0x000000, "Member 'NiagaraPoser_SetNiagaraSystem::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraPoser_SetNiagaraSystem, pAutoActivate) == 0x000008, "Member 'NiagaraPoser_SetNiagaraSystem::pAutoActivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANiagaraPoser \ static_assert(alignof(ANiagaraPoser) == 0x000008, "Wrong alignment on ANiagaraPoser"); \ static_assert(sizeof(ANiagaraPoser) == 0x000250, "Wrong size on ANiagaraPoser"); \ static_assert(offsetof(ANiagaraPoser, PoserComponent) == 0x000248, "Member 'ANiagaraPoser::PoserComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_NiagraStandardSpawnInfo \ static_assert(alignof(UMultiFX2_NiagraStandardSpawnInfo) == 0x000008, "Wrong alignment on UMultiFX2_NiagraStandardSpawnInfo"); \ static_assert(sizeof(UMultiFX2_NiagraStandardSpawnInfo) == 0x000030, "Wrong size on UMultiFX2_NiagraStandardSpawnInfo"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_HermesMessage \ static_assert(alignof(URPGTriggerEffect_HermesMessage) == 0x000008, "Wrong alignment on URPGTriggerEffect_HermesMessage"); \ static_assert(sizeof(URPGTriggerEffect_HermesMessage) == 0x000050, "Wrong size on URPGTriggerEffect_HermesMessage"); \ static_assert(offsetof(URPGTriggerEffect_HermesMessage, HermesMessage) == 0x000040, "Member 'URPGTriggerEffect_HermesMessage::HermesMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_NiagraSkeletalSpawnInfo \ static_assert(alignof(UMultiFX2_NiagraSkeletalSpawnInfo) == 0x000010, "Wrong alignment on UMultiFX2_NiagraSkeletalSpawnInfo"); \ static_assert(sizeof(UMultiFX2_NiagraSkeletalSpawnInfo) == 0x0000D0, "Wrong size on UMultiFX2_NiagraSkeletalSpawnInfo"); \ static_assert(offsetof(UMultiFX2_NiagraSkeletalSpawnInfo, Filter) == 0x000030, "Member 'UMultiFX2_NiagraSkeletalSpawnInfo::Filter' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_NiagraSkeletalSpawnInfo, SpawnInfo) == 0x000050, "Member 'UMultiFX2_NiagraSkeletalSpawnInfo::SpawnInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpringFollowActor \ static_assert(alignof(ASpringFollowActor) == 0x000008, "Wrong alignment on ASpringFollowActor"); \ static_assert(sizeof(ASpringFollowActor) == 0x000260, "Wrong size on ASpringFollowActor"); \ static_assert(offsetof(ASpringFollowActor, bSpringsActive) == 0x000248, "Member 'ASpringFollowActor::bSpringsActive' has a wrong offset!"); \ static_assert(offsetof(ASpringFollowActor, Damping) == 0x00024C, "Member 'ASpringFollowActor::Damping' has a wrong offset!"); \ static_assert(offsetof(ASpringFollowActor, RadialDamping) == 0x000250, "Member 'ASpringFollowActor::RadialDamping' has a wrong offset!"); \ static_assert(offsetof(ASpringFollowActor, SpringFollow) == 0x000258, "Member 'ASpringFollowActor::SpringFollow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_NiagraStaticalSpawnInfo \ static_assert(alignof(UMultiFX2_NiagraStaticalSpawnInfo) == 0x000010, "Wrong alignment on UMultiFX2_NiagraStaticalSpawnInfo"); \ static_assert(sizeof(UMultiFX2_NiagraStaticalSpawnInfo) == 0x0000D0, "Wrong size on UMultiFX2_NiagraStaticalSpawnInfo"); \ static_assert(offsetof(UMultiFX2_NiagraStaticalSpawnInfo, Filter) == 0x000030, "Member 'UMultiFX2_NiagraStaticalSpawnInfo::Filter' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_NiagraStaticalSpawnInfo, SpawnInfo) == 0x000050, "Member 'UMultiFX2_NiagraStaticalSpawnInfo::SpawnInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NoMountZoneVolume_OnOverlapBegin \ static_assert(alignof(NoMountZoneVolume_OnOverlapBegin) == 0x000008, "Wrong alignment on NoMountZoneVolume_OnOverlapBegin"); \ static_assert(sizeof(NoMountZoneVolume_OnOverlapBegin) == 0x0000A8, "Wrong size on NoMountZoneVolume_OnOverlapBegin"); \ static_assert(offsetof(NoMountZoneVolume_OnOverlapBegin, OverlappedComp) == 0x000000, "Member 'NoMountZoneVolume_OnOverlapBegin::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(NoMountZoneVolume_OnOverlapBegin, OtherActor) == 0x000008, "Member 'NoMountZoneVolume_OnOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(NoMountZoneVolume_OnOverlapBegin, OtherComp) == 0x000010, "Member 'NoMountZoneVolume_OnOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(NoMountZoneVolume_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'NoMountZoneVolume_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(NoMountZoneVolume_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'NoMountZoneVolume_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(NoMountZoneVolume_OnOverlapBegin, SweepResult) == 0x000020, "Member 'NoMountZoneVolume_OnOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NoMountZoneVolume_OnOverlapEnd \ static_assert(alignof(NoMountZoneVolume_OnOverlapEnd) == 0x000008, "Wrong alignment on NoMountZoneVolume_OnOverlapEnd"); \ static_assert(sizeof(NoMountZoneVolume_OnOverlapEnd) == 0x000020, "Wrong size on NoMountZoneVolume_OnOverlapEnd"); \ static_assert(offsetof(NoMountZoneVolume_OnOverlapEnd, OverlappedComp) == 0x000000, "Member 'NoMountZoneVolume_OnOverlapEnd::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(NoMountZoneVolume_OnOverlapEnd, OtherActor) == 0x000008, "Member 'NoMountZoneVolume_OnOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(NoMountZoneVolume_OnOverlapEnd, OtherComp) == 0x000010, "Member 'NoMountZoneVolume_OnOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(NoMountZoneVolume_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'NoMountZoneVolume_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANoMountZoneVolume \ static_assert(alignof(ANoMountZoneVolume) == 0x000008, "Wrong alignment on ANoMountZoneVolume"); \ static_assert(sizeof(ANoMountZoneVolume) == 0x000400, "Wrong size on ANoMountZoneVolume"); \ static_assert(offsetof(ANoMountZoneVolume, ShieldMesh) == 0x0003B8, "Member 'ANoMountZoneVolume::ShieldMesh' has a wrong offset!"); \ static_assert(offsetof(ANoMountZoneVolume, NoMountZoneError) == 0x0003C0, "Member 'ANoMountZoneVolume::NoMountZoneError' has a wrong offset!"); \ static_assert(offsetof(ANoMountZoneVolume, bGenerateShieldMesh) == 0x0003C1, "Member 'ANoMountZoneVolume::bGenerateShieldMesh' has a wrong offset!"); \ static_assert(offsetof(ANoMountZoneVolume, bAlternateStencilValues) == 0x0003C2, "Member 'ANoMountZoneVolume::bAlternateStencilValues' has a wrong offset!"); \ static_assert(offsetof(ANoMountZoneVolume, Version) == 0x0003C3, "Member 'ANoMountZoneVolume::Version' has a wrong offset!"); \ static_assert(offsetof(ANoMountZoneVolume, ConversionTempModel) == 0x0003F8, "Member 'ANoMountZoneVolume::ConversionTempModel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_NiagraPropertyBase \ static_assert(alignof(UMultiFX2_NiagraPropertyBase) == 0x000008, "Wrong alignment on UMultiFX2_NiagraPropertyBase"); \ static_assert(sizeof(UMultiFX2_NiagraPropertyBase) == 0x000030, "Wrong size on UMultiFX2_NiagraPropertyBase"); \ static_assert(offsetof(UMultiFX2_NiagraPropertyBase, PropertyName) == 0x000028, "Member 'UMultiFX2_NiagraPropertyBase::PropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_RecalculateBipedStatEffects \ static_assert(alignof(URPGTriggerEffect_RecalculateBipedStatEffects) == 0x000008, "Wrong alignment on URPGTriggerEffect_RecalculateBipedStatEffects"); \ static_assert(sizeof(URPGTriggerEffect_RecalculateBipedStatEffects) == 0x000040, "Wrong size on URPGTriggerEffect_RecalculateBipedStatEffects"); \ #define DUMPER7_ASSERTS_UMultiFX2_UMultiFX2_NiagraPropertyVelocity \ static_assert(alignof(UMultiFX2_UMultiFX2_NiagraPropertyVelocity) == 0x000008, "Wrong alignment on UMultiFX2_UMultiFX2_NiagraPropertyVelocity"); \ static_assert(sizeof(UMultiFX2_UMultiFX2_NiagraPropertyVelocity) == 0x000038, "Wrong size on UMultiFX2_UMultiFX2_NiagraPropertyVelocity"); \ static_assert(offsetof(UMultiFX2_UMultiFX2_NiagraPropertyVelocity, TargetType) == 0x000030, "Member 'UMultiFX2_UMultiFX2_NiagraPropertyVelocity::TargetType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleMeshRenderWidget_CreateMaterial \ static_assert(alignof(ParticleMeshRenderWidget_CreateMaterial) == 0x000008, "Wrong alignment on ParticleMeshRenderWidget_CreateMaterial"); \ static_assert(sizeof(ParticleMeshRenderWidget_CreateMaterial) == 0x000010, "Wrong size on ParticleMeshRenderWidget_CreateMaterial"); \ static_assert(offsetof(ParticleMeshRenderWidget_CreateMaterial, pMaterial) == 0x000000, "Member 'ParticleMeshRenderWidget_CreateMaterial::pMaterial' has a wrong offset!"); \ static_assert(offsetof(ParticleMeshRenderWidget_CreateMaterial, ReturnValue) == 0x000008, "Member 'ParticleMeshRenderWidget_CreateMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleMeshRenderWidget_SetMaterial \ static_assert(alignof(ParticleMeshRenderWidget_SetMaterial) == 0x000008, "Wrong alignment on ParticleMeshRenderWidget_SetMaterial"); \ static_assert(sizeof(ParticleMeshRenderWidget_SetMaterial) == 0x000008, "Wrong size on ParticleMeshRenderWidget_SetMaterial"); \ static_assert(offsetof(ParticleMeshRenderWidget_SetMaterial, pMaterial) == 0x000000, "Member 'ParticleMeshRenderWidget_SetMaterial::pMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleMeshRenderWidget_GetColorAndOpacity \ static_assert(alignof(ParticleMeshRenderWidget_GetColorAndOpacity) == 0x000004, "Wrong alignment on ParticleMeshRenderWidget_GetColorAndOpacity"); \ static_assert(sizeof(ParticleMeshRenderWidget_GetColorAndOpacity) == 0x000010, "Wrong size on ParticleMeshRenderWidget_GetColorAndOpacity"); \ static_assert(offsetof(ParticleMeshRenderWidget_GetColorAndOpacity, ReturnValue) == 0x000000, "Member 'ParticleMeshRenderWidget_GetColorAndOpacity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleMeshRenderWidget \ static_assert(alignof(UParticleMeshRenderWidget) == 0x000008, "Wrong alignment on UParticleMeshRenderWidget"); \ static_assert(sizeof(UParticleMeshRenderWidget) == 0x0002F0, "Wrong size on UParticleMeshRenderWidget"); \ static_assert(offsetof(UParticleMeshRenderWidget, Properties) == 0x000268, "Member 'UParticleMeshRenderWidget::Properties' has a wrong offset!"); \ static_assert(offsetof(UParticleMeshRenderWidget, ParticleMesh) == 0x0002B0, "Member 'UParticleMeshRenderWidget::ParticleMesh' has a wrong offset!"); \ static_assert(offsetof(UParticleMeshRenderWidget, Material) == 0x0002B8, "Member 'UParticleMeshRenderWidget::Material' has a wrong offset!"); \ static_assert(offsetof(UParticleMeshRenderWidget, ParticleTexture) == 0x0002C0, "Member 'UParticleMeshRenderWidget::ParticleTexture' has a wrong offset!"); \ static_assert(offsetof(UParticleMeshRenderWidget, MaterialDynamic) == 0x0002D8, "Member 'UParticleMeshRenderWidget::MaterialDynamic' has a wrong offset!"); \ static_assert(offsetof(UParticleMeshRenderWidget, MeshAsset) == 0x0002E0, "Member 'UParticleMeshRenderWidget::MeshAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_UMultiFX2_NiagraPropertyActorCenter \ static_assert(alignof(UMultiFX2_UMultiFX2_NiagraPropertyActorCenter) == 0x000008, "Wrong alignment on UMultiFX2_UMultiFX2_NiagraPropertyActorCenter"); \ static_assert(sizeof(UMultiFX2_UMultiFX2_NiagraPropertyActorCenter) == 0x000038, "Wrong size on UMultiFX2_UMultiFX2_NiagraPropertyActorCenter"); \ static_assert(offsetof(UMultiFX2_UMultiFX2_NiagraPropertyActorCenter, TargetType) == 0x000030, "Member 'UMultiFX2_UMultiFX2_NiagraPropertyActorCenter::TargetType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASanctuaryLightingIdentityMaster \ static_assert(alignof(ASanctuaryLightingIdentityMaster) == 0x000008, "Wrong alignment on ASanctuaryLightingIdentityMaster"); \ static_assert(sizeof(ASanctuaryLightingIdentityMaster) == 0x000250, "Wrong size on ASanctuaryLightingIdentityMaster"); \ static_assert(offsetof(ASanctuaryLightingIdentityMaster, MasterComponent) == 0x000248, "Member 'ASanctuaryLightingIdentityMaster::MasterComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_UMultiFX2_NiagraPropertyActorExtents \ static_assert(alignof(UMultiFX2_UMultiFX2_NiagraPropertyActorExtents) == 0x000008, "Wrong alignment on UMultiFX2_UMultiFX2_NiagraPropertyActorExtents"); \ static_assert(sizeof(UMultiFX2_UMultiFX2_NiagraPropertyActorExtents) == 0x000038, "Wrong size on UMultiFX2_UMultiFX2_NiagraPropertyActorExtents"); \ static_assert(offsetof(UMultiFX2_UMultiFX2_NiagraPropertyActorExtents, TargetType) == 0x000030, "Member 'UMultiFX2_UMultiFX2_NiagraPropertyActorExtents::TargetType' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_UMultiFX2_NiagraPropertyActorExtents, FullExtent) == 0x000031, "Member 'UMultiFX2_UMultiFX2_NiagraPropertyActorExtents::FullExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeClosestPointOnCollision_AddTarget_ClosestPointOnCollision \ static_assert(alignof(TargetTypeClosestPointOnCollision_AddTarget_ClosestPointOnCollision) == 0x000008, "Wrong alignment on TargetTypeClosestPointOnCollision_AddTarget_ClosestPointOnCollision"); \ static_assert(sizeof(TargetTypeClosestPointOnCollision_AddTarget_ClosestPointOnCollision) == 0x000020, "Wrong size on TargetTypeClosestPointOnCollision_AddTarget_ClosestPointOnCollision"); \ static_assert(offsetof(TargetTypeClosestPointOnCollision_AddTarget_ClosestPointOnCollision, TargetTracker) == 0x000000, "Member 'TargetTypeClosestPointOnCollision_AddTarget_ClosestPointOnCollision::TargetTracker' has a wrong offset!"); \ static_assert(offsetof(TargetTypeClosestPointOnCollision_AddTarget_ClosestPointOnCollision, InTargetID) == 0x000008, "Member 'TargetTypeClosestPointOnCollision_AddTarget_ClosestPointOnCollision::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTypeClosestPointOnCollision_AddTarget_ClosestPointOnCollision, InTargetActor) == 0x000010, "Member 'TargetTypeClosestPointOnCollision_AddTarget_ClosestPointOnCollision::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(TargetTypeClosestPointOnCollision_AddTarget_ClosestPointOnCollision, ReturnValue) == 0x000018, "Member 'TargetTypeClosestPointOnCollision_AddTarget_ClosestPointOnCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargetTypeClosestPointOnCollision \ static_assert(alignof(UTargetTypeClosestPointOnCollision) == 0x000008, "Wrong alignment on UTargetTypeClosestPointOnCollision"); \ static_assert(sizeof(UTargetTypeClosestPointOnCollision) == 0x000060, "Wrong size on UTargetTypeClosestPointOnCollision"); \ static_assert(offsetof(UTargetTypeClosestPointOnCollision, TargetActor) == 0x000048, "Member 'UTargetTypeClosestPointOnCollision::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_UMultiFX2_NiagraPropertyActorWaterHeight \ static_assert(alignof(UMultiFX2_UMultiFX2_NiagraPropertyActorWaterHeight) == 0x000008, "Wrong alignment on UMultiFX2_UMultiFX2_NiagraPropertyActorWaterHeight"); \ static_assert(sizeof(UMultiFX2_UMultiFX2_NiagraPropertyActorWaterHeight) == 0x000038, "Wrong size on UMultiFX2_UMultiFX2_NiagraPropertyActorWaterHeight"); \ static_assert(offsetof(UMultiFX2_UMultiFX2_NiagraPropertyActorWaterHeight, TargetType) == 0x000030, "Member 'UMultiFX2_UMultiFX2_NiagraPropertyActorWaterHeight::TargetType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_NiagraBase \ static_assert(alignof(UMultiFX2_NiagraBase) == 0x000008, "Wrong alignment on UMultiFX2_NiagraBase"); \ static_assert(sizeof(UMultiFX2_NiagraBase) == 0x000080, "Wrong size on UMultiFX2_NiagraBase"); \ static_assert(offsetof(UMultiFX2_NiagraBase, SpawnInfo) == 0x000068, "Member 'UMultiFX2_NiagraBase::SpawnInfo' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_NiagraBase, NiagaraProperties) == 0x000070, "Member 'UMultiFX2_NiagraBase::NiagaraProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathHelperComponent_CalculateAngleBetweenTwoVectors \ static_assert(alignof(PathHelperComponent_CalculateAngleBetweenTwoVectors) == 0x000004, "Wrong alignment on PathHelperComponent_CalculateAngleBetweenTwoVectors"); \ static_assert(sizeof(PathHelperComponent_CalculateAngleBetweenTwoVectors) == 0x00001C, "Wrong size on PathHelperComponent_CalculateAngleBetweenTwoVectors"); \ static_assert(offsetof(PathHelperComponent_CalculateAngleBetweenTwoVectors, v1) == 0x000000, "Member 'PathHelperComponent_CalculateAngleBetweenTwoVectors::v1' has a wrong offset!"); \ static_assert(offsetof(PathHelperComponent_CalculateAngleBetweenTwoVectors, v2) == 0x00000C, "Member 'PathHelperComponent_CalculateAngleBetweenTwoVectors::v2' has a wrong offset!"); \ static_assert(offsetof(PathHelperComponent_CalculateAngleBetweenTwoVectors, ReturnValue) == 0x000018, "Member 'PathHelperComponent_CalculateAngleBetweenTwoVectors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathHelperComponent_SetNewStopAndAttractPoint \ static_assert(alignof(PathHelperComponent_SetNewStopAndAttractPoint) == 0x000004, "Wrong alignment on PathHelperComponent_SetNewStopAndAttractPoint"); \ static_assert(sizeof(PathHelperComponent_SetNewStopAndAttractPoint) == 0x000014, "Wrong size on PathHelperComponent_SetNewStopAndAttractPoint"); \ static_assert(offsetof(PathHelperComponent_SetNewStopAndAttractPoint, Index_0) == 0x000000, "Member 'PathHelperComponent_SetNewStopAndAttractPoint::Index_0' has a wrong offset!"); \ static_assert(offsetof(PathHelperComponent_SetNewStopAndAttractPoint, Point) == 0x000004, "Member 'PathHelperComponent_SetNewStopAndAttractPoint::Point' has a wrong offset!"); \ static_assert(offsetof(PathHelperComponent_SetNewStopAndAttractPoint, CreatePoint) == 0x000010, "Member 'PathHelperComponent_SetNewStopAndAttractPoint::CreatePoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathHelperComponent_SetState \ static_assert(alignof(PathHelperComponent_SetState) == 0x000001, "Wrong alignment on PathHelperComponent_SetState"); \ static_assert(sizeof(PathHelperComponent_SetState) == 0x000001, "Wrong size on PathHelperComponent_SetState"); \ static_assert(offsetof(PathHelperComponent_SetState, InState) == 0x000000, "Member 'PathHelperComponent_SetState::InState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathHelperComponent_StartHelp \ static_assert(alignof(PathHelperComponent_StartHelp) == 0x000008, "Wrong alignment on PathHelperComponent_StartHelp"); \ static_assert(sizeof(PathHelperComponent_StartHelp) == 0x000010, "Wrong size on PathHelperComponent_StartHelp"); \ static_assert(offsetof(PathHelperComponent_StartHelp, InPath) == 0x000000, "Member 'PathHelperComponent_StartHelp::InPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPathHelperComponent \ static_assert(alignof(UPathHelperComponent) == 0x000008, "Wrong alignment on UPathHelperComponent"); \ static_assert(sizeof(UPathHelperComponent) == 0x0002B0, "Wrong size on UPathHelperComponent"); \ static_assert(offsetof(UPathHelperComponent, TravelSpeed) == 0x0000D0, "Member 'UPathHelperComponent::TravelSpeed' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, MinTravelSpeed) == 0x0000D4, "Member 'UPathHelperComponent::MinTravelSpeed' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, TravelTime) == 0x0000D8, "Member 'UPathHelperComponent::TravelTime' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, DistanceBeforeAttract) == 0x0000DC, "Member 'UPathHelperComponent::DistanceBeforeAttract' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, Height) == 0x0000E0, "Member 'UPathHelperComponent::Height' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, HelperRadius) == 0x0000E4, "Member 'UPathHelperComponent::HelperRadius' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, Deflection) == 0x0000E8, "Member 'UPathHelperComponent::Deflection' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, DelayBetweenPoints) == 0x0000EC, "Member 'UPathHelperComponent::DelayBetweenPoints' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, StartDelay) == 0x0000F0, "Member 'UPathHelperComponent::StartDelay' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, AttractHoldTime) == 0x0000F4, "Member 'UPathHelperComponent::AttractHoldTime' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, StartMoveDistSq) == 0x0000F8, "Member 'UPathHelperComponent::StartMoveDistSq' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, bNearActivate) == 0x0000FC, "Member 'UPathHelperComponent::bNearActivate' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, CameraRotationTime) == 0x000100, "Member 'UPathHelperComponent::CameraRotationTime' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, DebugNumberOfPathPointsToShow) == 0x000104, "Member 'UPathHelperComponent::DebugNumberOfPathPointsToShow' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, bIsRunningHelp) == 0x000108, "Member 'UPathHelperComponent::bIsRunningHelp' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, bAllowCollisionDuringZip) == 0x000109, "Member 'UPathHelperComponent::bAllowCollisionDuringZip' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, bShowExitPath) == 0x00010A, "Member 'UPathHelperComponent::bShowExitPath' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, bShowDebug) == 0x00010B, "Member 'UPathHelperComponent::bShowDebug' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, bJustFollowPath) == 0x00010C, "Member 'UPathHelperComponent::bJustFollowPath' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, bOrientActorToPath) == 0x00010D, "Member 'UPathHelperComponent::bOrientActorToPath' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, bHideActorAtEnd) == 0x00010E, "Member 'UPathHelperComponent::bHideActorAtEnd' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, Path) == 0x000110, "Member 'UPathHelperComponent::Path' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, NextPoint) == 0x000120, "Member 'UPathHelperComponent::NextPoint' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, CurrentPoint) == 0x00012C, "Member 'UPathHelperComponent::CurrentPoint' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, DistanceToAvatarSq) == 0x000138, "Member 'UPathHelperComponent::DistanceToAvatarSq' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, PlayerSpeed) == 0x00013C, "Member 'UPathHelperComponent::PlayerSpeed' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, PlayerToPathHelperDot) == 0x000140, "Member 'UPathHelperComponent::PlayerToPathHelperDot' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, PlayerForward) == 0x000144, "Member 'UPathHelperComponent::PlayerForward' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, CurrentVelocity) == 0x000150, "Member 'UPathHelperComponent::CurrentVelocity' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, CurrentSpeed) == 0x00015C, "Member 'UPathHelperComponent::CurrentSpeed' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, FirstPointInView) == 0x000160, "Member 'UPathHelperComponent::FirstPointInView' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, FirstPointInViewIndex) == 0x00016C, "Member 'UPathHelperComponent::FirstPointInViewIndex' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, FirstPointInViewAchieved) == 0x000170, "Member 'UPathHelperComponent::FirstPointInViewAchieved' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, MaxZipPointDistance) == 0x000174, "Member 'UPathHelperComponent::MaxZipPointDistance' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, SpawnDistance) == 0x000178, "Member 'UPathHelperComponent::SpawnDistance' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, MinSpawnDistance) == 0x00017C, "Member 'UPathHelperComponent::MinSpawnDistance' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, ReverseSpawnDistance) == 0x000180, "Member 'UPathHelperComponent::ReverseSpawnDistance' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, MinReverseSpawnDistance) == 0x000184, "Member 'UPathHelperComponent::MinReverseSpawnDistance' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, EndPointIndex) == 0x0001B4, "Member 'UPathHelperComponent::EndPointIndex' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, HasLineOfSight) == 0x0001B8, "Member 'UPathHelperComponent::HasLineOfSight' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, UseCreatureAnimation) == 0x0001B9, "Member 'UPathHelperComponent::UseCreatureAnimation' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, StartStartEvent) == 0x0001C0, "Member 'UPathHelperComponent::StartStartEvent' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, DeployStartEvent) == 0x0001D0, "Member 'UPathHelperComponent::DeployStartEvent' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, NumberOfFramesForTurn) == 0x0001F4, "Member 'UPathHelperComponent::NumberOfFramesForTurn' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, DeployTurnStartEvent) == 0x0001F8, "Member 'UPathHelperComponent::DeployTurnStartEvent' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, RunStartEvent) == 0x000208, "Member 'UPathHelperComponent::RunStartEvent' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, AttractStartEvent) == 0x000218, "Member 'UPathHelperComponent::AttractStartEvent' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, OnPopOutStart) == 0x000228, "Member 'UPathHelperComponent::OnPopOutStart' has a wrong offset!"); \ static_assert(offsetof(UPathHelperComponent, OnEndStartEvent) == 0x000238, "Member 'UPathHelperComponent::OnEndStartEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_NiagraVfx \ static_assert(alignof(UMultiFX2_NiagraVfx) == 0x000008, "Wrong alignment on UMultiFX2_NiagraVfx"); \ static_assert(sizeof(UMultiFX2_NiagraVfx) == 0x0000B8, "Wrong size on UMultiFX2_NiagraVfx"); \ static_assert(offsetof(UMultiFX2_NiagraVfx, NiagaraVFX) == 0x000080, "Member 'UMultiFX2_NiagraVfx::NiagaraVFX' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_NiagraVfx, NiagaraVFXSoft) == 0x000088, "Member 'UMultiFX2_NiagraVfx::NiagaraVFXSoft' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_NiagraVfx, bAttached) == 0x0000B0, "Member 'UMultiFX2_NiagraVfx::bAttached' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_NiagraVfx, bIgnoreDeactivate) == 0x0000B1, "Member 'UMultiFX2_NiagraVfx::bIgnoreDeactivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_NiagraVfxWithVars \ static_assert(alignof(UMultiFX2_NiagraVfxWithVars) == 0x000008, "Wrong alignment on UMultiFX2_NiagraVfxWithVars"); \ static_assert(sizeof(UMultiFX2_NiagraVfxWithVars) == 0x000090, "Wrong size on UMultiFX2_NiagraVfxWithVars"); \ static_assert(offsetof(UMultiFX2_NiagraVfxWithVars, NiagaraVfxWithVars) == 0x000080, "Member 'UMultiFX2_NiagraVfxWithVars::NiagaraVfxWithVars' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_NiagraVfxWithVars, bAttached) == 0x000088, "Member 'UMultiFX2_NiagraVfxWithVars::bAttached' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_NiagraVfxWithVars, bIgnoreDeactivate) == 0x000089, "Member 'UMultiFX2_NiagraVfxWithVars::bIgnoreDeactivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryItemGenerator_BP_NotifyItemHeldUpdated \ static_assert(alignof(SanctuaryItemGenerator_BP_NotifyItemHeldUpdated) == 0x000004, "Wrong alignment on SanctuaryItemGenerator_BP_NotifyItemHeldUpdated"); \ static_assert(sizeof(SanctuaryItemGenerator_BP_NotifyItemHeldUpdated) == 0x00000C, "Wrong size on SanctuaryItemGenerator_BP_NotifyItemHeldUpdated"); \ static_assert(offsetof(SanctuaryItemGenerator_BP_NotifyItemHeldUpdated, NewItemHeld) == 0x000000, "Member 'SanctuaryItemGenerator_BP_NotifyItemHeldUpdated::NewItemHeld' has a wrong offset!"); \ static_assert(offsetof(SanctuaryItemGenerator_BP_NotifyItemHeldUpdated, bIsInitialState) == 0x000008, "Member 'SanctuaryItemGenerator_BP_NotifyItemHeldUpdated::bIsInitialState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASanctuaryItemGenerator \ static_assert(alignof(ASanctuaryItemGenerator) == 0x000008, "Wrong alignment on ASanctuaryItemGenerator"); \ static_assert(sizeof(ASanctuaryItemGenerator) == 0x0002B8, "Wrong size on ASanctuaryItemGenerator"); \ #define DUMPER7_ASSERTS_UMultiFX2_Water_Ripple_Curve \ static_assert(alignof(UMultiFX2_Water_Ripple_Curve) == 0x000008, "Wrong alignment on UMultiFX2_Water_Ripple_Curve"); \ static_assert(sizeof(UMultiFX2_Water_Ripple_Curve) == 0x000088, "Wrong size on UMultiFX2_Water_Ripple_Curve"); \ static_assert(offsetof(UMultiFX2_Water_Ripple_Curve, SourceProperty) == 0x000068, "Member 'UMultiFX2_Water_Ripple_Curve::SourceProperty' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Water_Ripple_Curve, CurveRadius) == 0x000070, "Member 'UMultiFX2_Water_Ripple_Curve::CurveRadius' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Water_Ripple_Curve, CurveIntensity) == 0x000078, "Member 'UMultiFX2_Water_Ripple_Curve::CurveIntensity' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Water_Ripple_Curve, CurveDuration) == 0x000080, "Member 'UMultiFX2_Water_Ripple_Curve::CurveDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APatronus_Character \ static_assert(alignof(APatronus_Character) == 0x000010, "Wrong alignment on APatronus_Character"); \ static_assert(sizeof(APatronus_Character) == 0x000550, "Wrong size on APatronus_Character"); \ static_assert(offsetof(APatronus_Character, AnimationComponent) == 0x000538, "Member 'APatronus_Character::AnimationComponent' has a wrong offset!"); \ static_assert(offsetof(APatronus_Character, RootMotionTranslationScale) == 0x000540, "Member 'APatronus_Character::RootMotionTranslationScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2_Sfx_OnAkPostEventFunc \ static_assert(alignof(MultiFX2_Sfx_OnAkPostEventFunc) == 0x000008, "Wrong alignment on MultiFX2_Sfx_OnAkPostEventFunc"); \ static_assert(sizeof(MultiFX2_Sfx_OnAkPostEventFunc) == 0x000010, "Wrong size on MultiFX2_Sfx_OnAkPostEventFunc"); \ static_assert(offsetof(MultiFX2_Sfx_OnAkPostEventFunc, CallbackType) == 0x000000, "Member 'MultiFX2_Sfx_OnAkPostEventFunc::CallbackType' has a wrong offset!"); \ static_assert(offsetof(MultiFX2_Sfx_OnAkPostEventFunc, CallbackInfo) == 0x000008, "Member 'MultiFX2_Sfx_OnAkPostEventFunc::CallbackInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_Sfx \ static_assert(alignof(UMultiFX2_Sfx) == 0x000008, "Wrong alignment on UMultiFX2_Sfx"); \ static_assert(sizeof(UMultiFX2_Sfx) == 0x000090, "Wrong size on UMultiFX2_Sfx"); \ static_assert(offsetof(UMultiFX2_Sfx, SFX) == 0x000078, "Member 'UMultiFX2_Sfx::SFX' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Sfx, bPlayAtLocation) == 0x000080, "Member 'UMultiFX2_Sfx::bPlayAtLocation' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Sfx, bIgnoreDeactivate) == 0x000081, "Member 'UMultiFX2_Sfx::bIgnoreDeactivate' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Sfx, bStopWhenTargetDestroyed) == 0x000082, "Member 'UMultiFX2_Sfx::bStopWhenTargetDestroyed' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Sfx, bUseExistingAKComponent) == 0x000083, "Member 'UMultiFX2_Sfx::bUseExistingAKComponent' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Sfx, bNoOcclusionOnPlayerTarget) == 0x000084, "Member 'UMultiFX2_Sfx::bNoOcclusionOnPlayerTarget' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Sfx, bNoOcclusionOnPlayerInstigator) == 0x000085, "Member 'UMultiFX2_Sfx::bNoOcclusionOnPlayerInstigator' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Sfx, Occlusion) == 0x000086, "Member 'UMultiFX2_Sfx::Occlusion' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Sfx, bUseMotionListener) == 0x000087, "Member 'UMultiFX2_Sfx::bUseMotionListener' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Sfx, bUsePlayerOrientatedMotionListener) == 0x000088, "Member 'UMultiFX2_Sfx::bUsePlayerOrientatedMotionListener' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USanctuarySettings \ static_assert(alignof(USanctuarySettings) == 0x000008, "Wrong alignment on USanctuarySettings"); \ static_assert(sizeof(USanctuarySettings) == 0x000030, "Wrong size on USanctuarySettings"); \ static_assert(offsetof(USanctuarySettings, HousekeepingSimulationStepIntervalSec) == 0x000028, "Member 'USanctuarySettings::HousekeepingSimulationStepIntervalSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_SfxEndSfx \ static_assert(alignof(UMultiFX2_SfxEndSfx) == 0x000008, "Wrong alignment on UMultiFX2_SfxEndSfx"); \ static_assert(sizeof(UMultiFX2_SfxEndSfx) == 0x000098, "Wrong size on UMultiFX2_SfxEndSfx"); \ static_assert(offsetof(UMultiFX2_SfxEndSfx, EndSfx) == 0x000090, "Member 'UMultiFX2_SfxEndSfx::EndSfx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextInputScreen_SetCreatureState \ static_assert(alignof(TextInputScreen_SetCreatureState) == 0x000008, "Wrong alignment on TextInputScreen_SetCreatureState"); \ static_assert(sizeof(TextInputScreen_SetCreatureState) == 0x000008, "Wrong size on TextInputScreen_SetCreatureState"); \ static_assert(offsetof(TextInputScreen_SetCreatureState, CreatureState) == 0x000000, "Member 'TextInputScreen_SetCreatureState::CreatureState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextInputScreen_SetPopupTitle \ static_assert(alignof(TextInputScreen_SetPopupTitle) == 0x000008, "Wrong alignment on TextInputScreen_SetPopupTitle"); \ static_assert(sizeof(TextInputScreen_SetPopupTitle) == 0x000010, "Wrong size on TextInputScreen_SetPopupTitle"); \ static_assert(offsetof(TextInputScreen_SetPopupTitle, PopupTitle) == 0x000000, "Member 'TextInputScreen_SetPopupTitle::PopupTitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTextInputScreen \ static_assert(alignof(UTextInputScreen) == 0x000008, "Wrong alignment on UTextInputScreen"); \ static_assert(sizeof(UTextInputScreen) == 0x000390, "Wrong size on UTextInputScreen"); \ static_assert(offsetof(UTextInputScreen, OnTextConfirmed) == 0x000370, "Member 'UTextInputScreen::OnTextConfirmed' has a wrong offset!"); \ static_assert(offsetof(UTextInputScreen, OnDialogCancelled) == 0x000380, "Member 'UTextInputScreen::OnDialogCancelled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_Dialogue \ static_assert(alignof(UMultiFX2_Dialogue) == 0x000008, "Wrong alignment on UMultiFX2_Dialogue"); \ static_assert(sizeof(UMultiFX2_Dialogue) == 0x000088, "Wrong size on UMultiFX2_Dialogue"); \ static_assert(offsetof(UMultiFX2_Dialogue, DialogueEvent) == 0x000068, "Member 'UMultiFX2_Dialogue::DialogueEvent' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Dialogue, DialogueEventName) == 0x000070, "Member 'UMultiFX2_Dialogue::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Dialogue, bStopWhenAttachedToDestroyed) == 0x000080, "Member 'UMultiFX2_Dialogue::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Dialogue, flags) == 0x000081, "Member 'UMultiFX2_Dialogue::flags' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Dialogue, bIgnoreDeactivate) == 0x000082, "Member 'UMultiFX2_Dialogue::bIgnoreDeactivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerPerceptionPointComponent \ static_assert(alignof(UPlayerPerceptionPointComponent) == 0x000008, "Wrong alignment on UPlayerPerceptionPointComponent"); \ static_assert(sizeof(UPlayerPerceptionPointComponent) == 0x000100, "Wrong size on UPlayerPerceptionPointComponent"); \ static_assert(offsetof(UPlayerPerceptionPointComponent, Priority) == 0x0000D0, "Member 'UPlayerPerceptionPointComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UPlayerPerceptionPointComponent, SensesConfigList) == 0x0000D8, "Member 'UPlayerPerceptionPointComponent::SensesConfigList' has a wrong offset!"); \ static_assert(offsetof(UPlayerPerceptionPointComponent, PerceptionPoint) == 0x0000E8, "Member 'UPlayerPerceptionPointComponent::PerceptionPoint' has a wrong offset!"); \ static_assert(offsetof(UPlayerPerceptionPointComponent, FootfallDataAsset) == 0x0000F0, "Member 'UPlayerPerceptionPointComponent::FootfallDataAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_MaterialPermuterSwapInfoInPlaceMIDs \ static_assert(alignof(UMultiFX2_MaterialPermuterSwapInfoInPlaceMIDs) == 0x000008, "Wrong alignment on UMultiFX2_MaterialPermuterSwapInfoInPlaceMIDs"); \ static_assert(sizeof(UMultiFX2_MaterialPermuterSwapInfoInPlaceMIDs) == 0x000128, "Wrong size on UMultiFX2_MaterialPermuterSwapInfoInPlaceMIDs"); \ static_assert(offsetof(UMultiFX2_MaterialPermuterSwapInfoInPlaceMIDs, SwapInfo) == 0x000028, "Member 'UMultiFX2_MaterialPermuterSwapInfoInPlaceMIDs::SwapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryPortalCaptureEntrance_ApplyMaterialParameters \ static_assert(alignof(SanctuaryPortalCaptureEntrance_ApplyMaterialParameters) == 0x000008, "Wrong alignment on SanctuaryPortalCaptureEntrance_ApplyMaterialParameters"); \ static_assert(sizeof(SanctuaryPortalCaptureEntrance_ApplyMaterialParameters) == 0x000008, "Wrong size on SanctuaryPortalCaptureEntrance_ApplyMaterialParameters"); \ static_assert(offsetof(SanctuaryPortalCaptureEntrance_ApplyMaterialParameters, InMaterialInstanceDynamic) == 0x000000, "Member 'SanctuaryPortalCaptureEntrance_ApplyMaterialParameters::InMaterialInstanceDynamic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASanctuaryPortalCaptureEntrance \ static_assert(alignof(ASanctuaryPortalCaptureEntrance) == 0x000008, "Wrong alignment on ASanctuaryPortalCaptureEntrance"); \ static_assert(sizeof(ASanctuaryPortalCaptureEntrance) == 0x000270, "Wrong size on ASanctuaryPortalCaptureEntrance"); \ static_assert(offsetof(ASanctuaryPortalCaptureEntrance, EntranceZone) == 0x000248, "Member 'ASanctuaryPortalCaptureEntrance::EntranceZone' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryPortalCaptureEntrance, RenderTarget) == 0x000250, "Member 'ASanctuaryPortalCaptureEntrance::RenderTarget' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryPortalCaptureEntrance, PreRenderedTexture) == 0x000258, "Member 'ASanctuaryPortalCaptureEntrance::PreRenderedTexture' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryPortalCaptureEntrance, Exit) == 0x000260, "Member 'ASanctuaryPortalCaptureEntrance::Exit' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryPortalCaptureEntrance, bReCaptureAtRuntime) == 0x000268, "Member 'ASanctuaryPortalCaptureEntrance::bReCaptureAtRuntime' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryPortalCaptureEntrance, bHasRuntimeCapture) == 0x000269, "Member 'ASanctuaryPortalCaptureEntrance::bHasRuntimeCapture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_MaterialPermuterSwapInfoOverrideMaterial \ static_assert(alignof(UMultiFX2_MaterialPermuterSwapInfoOverrideMaterial) == 0x000008, "Wrong alignment on UMultiFX2_MaterialPermuterSwapInfoOverrideMaterial"); \ static_assert(sizeof(UMultiFX2_MaterialPermuterSwapInfoOverrideMaterial) == 0x000138, "Wrong size on UMultiFX2_MaterialPermuterSwapInfoOverrideMaterial"); \ static_assert(offsetof(UMultiFX2_MaterialPermuterSwapInfoOverrideMaterial, SwapInfo) == 0x000028, "Member 'UMultiFX2_MaterialPermuterSwapInfoOverrideMaterial::SwapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_ReactionComponent_IsFullBodyReactionQueuedOrRunning \ static_assert(alignof(NPC_ReactionComponent_IsFullBodyReactionQueuedOrRunning) == 0x000008, "Wrong alignment on NPC_ReactionComponent_IsFullBodyReactionQueuedOrRunning"); \ static_assert(sizeof(NPC_ReactionComponent_IsFullBodyReactionQueuedOrRunning) == 0x000010, "Wrong size on NPC_ReactionComponent_IsFullBodyReactionQueuedOrRunning"); \ static_assert(offsetof(NPC_ReactionComponent_IsFullBodyReactionQueuedOrRunning, ReactionComponent) == 0x000000, "Member 'NPC_ReactionComponent_IsFullBodyReactionQueuedOrRunning::ReactionComponent' has a wrong offset!"); \ static_assert(offsetof(NPC_ReactionComponent_IsFullBodyReactionQueuedOrRunning, ReturnValue) == 0x000008, "Member 'NPC_ReactionComponent_IsFullBodyReactionQueuedOrRunning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_ReactionComponent_FinishSettingReactionsEnabledFromAlliesValue \ static_assert(alignof(NPC_ReactionComponent_FinishSettingReactionsEnabledFromAlliesValue) == 0x000008, "Wrong alignment on NPC_ReactionComponent_FinishSettingReactionsEnabledFromAlliesValue"); \ static_assert(sizeof(NPC_ReactionComponent_FinishSettingReactionsEnabledFromAlliesValue) == 0x000008, "Wrong size on NPC_ReactionComponent_FinishSettingReactionsEnabledFromAlliesValue"); \ static_assert(offsetof(NPC_ReactionComponent_FinishSettingReactionsEnabledFromAlliesValue, InInstigator) == 0x000000, "Member 'NPC_ReactionComponent_FinishSettingReactionsEnabledFromAlliesValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_ReactionComponent_FinishSettingReactionsEnabledValue \ static_assert(alignof(NPC_ReactionComponent_FinishSettingReactionsEnabledValue) == 0x000008, "Wrong alignment on NPC_ReactionComponent_FinishSettingReactionsEnabledValue"); \ static_assert(sizeof(NPC_ReactionComponent_FinishSettingReactionsEnabledValue) == 0x000010, "Wrong size on NPC_ReactionComponent_FinishSettingReactionsEnabledValue"); \ static_assert(offsetof(NPC_ReactionComponent_FinishSettingReactionsEnabledValue, Priority) == 0x000000, "Member 'NPC_ReactionComponent_FinishSettingReactionsEnabledValue::Priority' has a wrong offset!"); \ static_assert(offsetof(NPC_ReactionComponent_FinishSettingReactionsEnabledValue, InInstigator) == 0x000008, "Member 'NPC_ReactionComponent_FinishSettingReactionsEnabledValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_ReactionComponent_HandleReactionFinished \ static_assert(alignof(NPC_ReactionComponent_HandleReactionFinished) == 0x000008, "Wrong alignment on NPC_ReactionComponent_HandleReactionFinished"); \ static_assert(sizeof(NPC_ReactionComponent_HandleReactionFinished) == 0x000010, "Wrong size on NPC_ReactionComponent_HandleReactionFinished"); \ static_assert(offsetof(NPC_ReactionComponent_HandleReactionFinished, ReactionData) == 0x000000, "Member 'NPC_ReactionComponent_HandleReactionFinished::ReactionData' has a wrong offset!"); \ static_assert(offsetof(NPC_ReactionComponent_HandleReactionFinished, ReactionComponent) == 0x000008, "Member 'NPC_ReactionComponent_HandleReactionFinished::ReactionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_ReactionComponent_StartSettingReactionsEnabledFromAlliesValue \ static_assert(alignof(NPC_ReactionComponent_StartSettingReactionsEnabledFromAlliesValue) == 0x000008, "Wrong alignment on NPC_ReactionComponent_StartSettingReactionsEnabledFromAlliesValue"); \ static_assert(sizeof(NPC_ReactionComponent_StartSettingReactionsEnabledFromAlliesValue) == 0x000010, "Wrong size on NPC_ReactionComponent_StartSettingReactionsEnabledFromAlliesValue"); \ static_assert(offsetof(NPC_ReactionComponent_StartSettingReactionsEnabledFromAlliesValue, bValue) == 0x000000, "Member 'NPC_ReactionComponent_StartSettingReactionsEnabledFromAlliesValue::bValue' has a wrong offset!"); \ static_assert(offsetof(NPC_ReactionComponent_StartSettingReactionsEnabledFromAlliesValue, Priority) == 0x000001, "Member 'NPC_ReactionComponent_StartSettingReactionsEnabledFromAlliesValue::Priority' has a wrong offset!"); \ static_assert(offsetof(NPC_ReactionComponent_StartSettingReactionsEnabledFromAlliesValue, InInstigator) == 0x000008, "Member 'NPC_ReactionComponent_StartSettingReactionsEnabledFromAlliesValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPC_ReactionComponent_StartSettingReactionsEnabledValue \ static_assert(alignof(NPC_ReactionComponent_StartSettingReactionsEnabledValue) == 0x000008, "Wrong alignment on NPC_ReactionComponent_StartSettingReactionsEnabledValue"); \ static_assert(sizeof(NPC_ReactionComponent_StartSettingReactionsEnabledValue) == 0x000010, "Wrong size on NPC_ReactionComponent_StartSettingReactionsEnabledValue"); \ static_assert(offsetof(NPC_ReactionComponent_StartSettingReactionsEnabledValue, bValue) == 0x000000, "Member 'NPC_ReactionComponent_StartSettingReactionsEnabledValue::bValue' has a wrong offset!"); \ static_assert(offsetof(NPC_ReactionComponent_StartSettingReactionsEnabledValue, Priority) == 0x000001, "Member 'NPC_ReactionComponent_StartSettingReactionsEnabledValue::Priority' has a wrong offset!"); \ static_assert(offsetof(NPC_ReactionComponent_StartSettingReactionsEnabledValue, InInstigator) == 0x000008, "Member 'NPC_ReactionComponent_StartSettingReactionsEnabledValue::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPC_ReactionComponent \ static_assert(alignof(UNPC_ReactionComponent) == 0x000008, "Wrong alignment on UNPC_ReactionComponent"); \ static_assert(sizeof(UNPC_ReactionComponent) == 0x000368, "Wrong size on UNPC_ReactionComponent"); \ static_assert(offsetof(UNPC_ReactionComponent, OnComboStart) == 0x0001D8, "Member 'UNPC_ReactionComponent::OnComboStart' has a wrong offset!"); \ static_assert(offsetof(UNPC_ReactionComponent, OnComboEnd) == 0x0001E8, "Member 'UNPC_ReactionComponent::OnComboEnd' has a wrong offset!"); \ static_assert(offsetof(UNPC_ReactionComponent, Config) == 0x0001F8, "Member 'UNPC_ReactionComponent::Config' has a wrong offset!"); \ static_assert(offsetof(UNPC_ReactionComponent, ReactionDurationOverrides) == 0x000308, "Member 'UNPC_ReactionComponent::ReactionDurationOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_MaterialPermuterSwapInfoOverrideMaterials \ static_assert(alignof(UMultiFX2_MaterialPermuterSwapInfoOverrideMaterials) == 0x000008, "Wrong alignment on UMultiFX2_MaterialPermuterSwapInfoOverrideMaterials"); \ static_assert(sizeof(UMultiFX2_MaterialPermuterSwapInfoOverrideMaterials) == 0x000140, "Wrong size on UMultiFX2_MaterialPermuterSwapInfoOverrideMaterials"); \ static_assert(offsetof(UMultiFX2_MaterialPermuterSwapInfoOverrideMaterials, SwapInfo) == 0x000028, "Member 'UMultiFX2_MaterialPermuterSwapInfoOverrideMaterials::SwapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_CombatCurse \ static_assert(alignof(URPGTriggerEffect_CombatCurse) == 0x000008, "Wrong alignment on URPGTriggerEffect_CombatCurse"); \ static_assert(sizeof(URPGTriggerEffect_CombatCurse) == 0x000040, "Wrong size on URPGTriggerEffect_CombatCurse"); \ #define DUMPER7_ASSERTS_UPhoenixGameViewportClient \ static_assert(alignof(UPhoenixGameViewportClient) == 0x000008, "Wrong alignment on UPhoenixGameViewportClient"); \ static_assert(sizeof(UPhoenixGameViewportClient) == 0x000390, "Wrong size on UPhoenixGameViewportClient"); \ #define DUMPER7_ASSERTS_UMultiFX2_MaterialPermuterSwap \ static_assert(alignof(UMultiFX2_MaterialPermuterSwap) == 0x000008, "Wrong alignment on UMultiFX2_MaterialPermuterSwap"); \ static_assert(sizeof(UMultiFX2_MaterialPermuterSwap) == 0x0000C0, "Wrong size on UMultiFX2_MaterialPermuterSwap"); \ static_assert(offsetof(UMultiFX2_MaterialPermuterSwap, SwapInfo) == 0x000068, "Member 'UMultiFX2_MaterialPermuterSwap::SwapInfo' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_MaterialPermuterSwap, Parameters) == 0x000070, "Member 'UMultiFX2_MaterialPermuterSwap::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraFadeVegetationDisable \ static_assert(alignof(UCameraFadeVegetationDisable) == 0x000008, "Wrong alignment on UCameraFadeVegetationDisable"); \ static_assert(sizeof(UCameraFadeVegetationDisable) == 0x000028, "Wrong size on UCameraFadeVegetationDisable"); \ #define DUMPER7_ASSERTS_UMultiFX2_ActorMeshStatesSimple \ static_assert(alignof(UMultiFX2_ActorMeshStatesSimple) == 0x000008, "Wrong alignment on UMultiFX2_ActorMeshStatesSimple"); \ static_assert(sizeof(UMultiFX2_ActorMeshStatesSimple) == 0x000090, "Wrong size on UMultiFX2_ActorMeshStatesSimple"); \ static_assert(offsetof(UMultiFX2_ActorMeshStatesSimple, bIncludeChildren) == 0x000088, "Member 'UMultiFX2_ActorMeshStatesSimple::bIncludeChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_Dialogue \ static_assert(alignof(USceneActionState_Dialogue) == 0x000008, "Wrong alignment on USceneActionState_Dialogue"); \ static_assert(sizeof(USceneActionState_Dialogue) == 0x0000A0, "Wrong size on USceneActionState_Dialogue"); \ static_assert(offsetof(USceneActionState_Dialogue, LineReference) == 0x000080, "Member 'USceneActionState_Dialogue::LineReference' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Dialogue, AudioHandle) == 0x000090, "Member 'USceneActionState_Dialogue::AudioHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANPC_SplineVolume \ static_assert(alignof(ANPC_SplineVolume) == 0x000008, "Wrong alignment on ANPC_SplineVolume"); \ static_assert(sizeof(ANPC_SplineVolume) == 0x0002F0, "Wrong size on ANPC_SplineVolume"); \ static_assert(offsetof(ANPC_SplineVolume, SplineList) == 0x0002A8, "Member 'ANPC_SplineVolume::SplineList' has a wrong offset!"); \ static_assert(offsetof(ANPC_SplineVolume, bIdle) == 0x0002B8, "Member 'ANPC_SplineVolume::bIdle' has a wrong offset!"); \ static_assert(offsetof(ANPC_SplineVolume, IdleInterval) == 0x0002BC, "Member 'ANPC_SplineVolume::IdleInterval' has a wrong offset!"); \ static_assert(offsetof(ANPC_SplineVolume, IdleIntervalDeviation) == 0x0002C0, "Member 'ANPC_SplineVolume::IdleIntervalDeviation' has a wrong offset!"); \ static_assert(offsetof(ANPC_SplineVolume, VolumeMoveScale) == 0x0002C4, "Member 'ANPC_SplineVolume::VolumeMoveScale' has a wrong offset!"); \ static_assert(offsetof(ANPC_SplineVolume, bApplyVolumeSpeed) == 0x0002C8, "Member 'ANPC_SplineVolume::bApplyVolumeSpeed' has a wrong offset!"); \ static_assert(offsetof(ANPC_SplineVolume, MinVolumeSpeed) == 0x0002CC, "Member 'ANPC_SplineVolume::MinVolumeSpeed' has a wrong offset!"); \ static_assert(offsetof(ANPC_SplineVolume, MaxVolumeSpeed) == 0x0002D0, "Member 'ANPC_SplineVolume::MaxVolumeSpeed' has a wrong offset!"); \ static_assert(offsetof(ANPC_SplineVolume, bChangeSpeed) == 0x0002D4, "Member 'ANPC_SplineVolume::bChangeSpeed' has a wrong offset!"); \ static_assert(offsetof(ANPC_SplineVolume, MinSpeed) == 0x0002D8, "Member 'ANPC_SplineVolume::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(ANPC_SplineVolume, MaxSpeed) == 0x0002DC, "Member 'ANPC_SplineVolume::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(ANPC_SplineVolume, bChangeScurrySpeed) == 0x0002E0, "Member 'ANPC_SplineVolume::bChangeScurrySpeed' has a wrong offset!"); \ static_assert(offsetof(ANPC_SplineVolume, ScurryMinSpeed) == 0x0002E4, "Member 'ANPC_SplineVolume::ScurryMinSpeed' has a wrong offset!"); \ static_assert(offsetof(ANPC_SplineVolume, ScurryMaxSpeed) == 0x0002E8, "Member 'ANPC_SplineVolume::ScurryMaxSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_ActorMeshStatesRules \ static_assert(alignof(UMultiFX2_ActorMeshStatesRules) == 0x000008, "Wrong alignment on UMultiFX2_ActorMeshStatesRules"); \ static_assert(sizeof(UMultiFX2_ActorMeshStatesRules) == 0x000168, "Wrong size on UMultiFX2_ActorMeshStatesRules"); \ static_assert(offsetof(UMultiFX2_ActorMeshStatesRules, Rules) == 0x000088, "Member 'UMultiFX2_ActorMeshStatesRules::Rules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_HighContrastGameplayMarkup \ static_assert(alignof(UMultiFX2_HighContrastGameplayMarkup) == 0x000008, "Wrong alignment on UMultiFX2_HighContrastGameplayMarkup"); \ static_assert(sizeof(UMultiFX2_HighContrastGameplayMarkup) == 0x000090, "Wrong size on UMultiFX2_HighContrastGameplayMarkup"); \ static_assert(offsetof(UMultiFX2_HighContrastGameplayMarkup, Filter) == 0x000068, "Member 'UMultiFX2_HighContrastGameplayMarkup::Filter' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_HighContrastGameplayMarkup, StencilValue) == 0x000080, "Member 'UMultiFX2_HighContrastGameplayMarkup::StencilValue' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_HighContrastGameplayMarkup, PriorityBoost) == 0x000084, "Member 'UMultiFX2_HighContrastGameplayMarkup::PriorityBoost' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_Decal \ static_assert(alignof(UMultiFX2_Decal) == 0x000008, "Wrong alignment on UMultiFX2_Decal"); \ static_assert(sizeof(UMultiFX2_Decal) == 0x0000A8, "Wrong size on UMultiFX2_Decal"); \ static_assert(offsetof(UMultiFX2_Decal, bAttached) == 0x000068, "Member 'UMultiFX2_Decal::bAttached' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Decal, Material) == 0x000070, "Member 'UMultiFX2_Decal::Material' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Decal, size) == 0x000078, "Member 'UMultiFX2_Decal::size' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Decal, FadeInDelay) == 0x000084, "Member 'UMultiFX2_Decal::FadeInDelay' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Decal, FadeInTime) == 0x000088, "Member 'UMultiFX2_Decal::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Decal, LifeSpan) == 0x00008C, "Member 'UMultiFX2_Decal::LifeSpan' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Decal, FadeTime) == 0x000090, "Member 'UMultiFX2_Decal::FadeTime' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Decal, DecalOrientation) == 0x000094, "Member 'UMultiFX2_Decal::DecalOrientation' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_Decal, DecalLocalOffset) == 0x000098, "Member 'UMultiFX2_Decal::DecalLocalOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_RevivePlayer \ static_assert(alignof(URPGTriggerEffect_RevivePlayer) == 0x000008, "Wrong alignment on URPGTriggerEffect_RevivePlayer"); \ static_assert(sizeof(URPGTriggerEffect_RevivePlayer) == 0x0000A8, "Wrong size on URPGTriggerEffect_RevivePlayer"); \ static_assert(offsetof(URPGTriggerEffect_RevivePlayer, FadeDelay) == 0x000058, "Member 'URPGTriggerEffect_RevivePlayer::FadeDelay' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RevivePlayer, Delay) == 0x00005C, "Member 'URPGTriggerEffect_RevivePlayer::Delay' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RevivePlayer, RestoreFadeTime) == 0x000060, "Member 'URPGTriggerEffect_RevivePlayer::RestoreFadeTime' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RevivePlayer, Cooldown) == 0x000064, "Member 'URPGTriggerEffect_RevivePlayer::Cooldown' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RevivePlayer, invulnerableTime) == 0x000068, "Member 'URPGTriggerEffect_RevivePlayer::invulnerableTime' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RevivePlayer, RestorePercentHealth) == 0x00006C, "Member 'URPGTriggerEffect_RevivePlayer::RestorePercentHealth' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RevivePlayer, TriggerEffect) == 0x000070, "Member 'URPGTriggerEffect_RevivePlayer::TriggerEffect' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RevivePlayer, UserWidgetSubclass) == 0x000078, "Member 'URPGTriggerEffect_RevivePlayer::UserWidgetSubclass' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_RevivePlayer, UserWidget) == 0x0000A0, "Member 'URPGTriggerEffect_RevivePlayer::UserWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerHighContrastGameplayConditions \ static_assert(alignof(UFXAutoTriggerHighContrastGameplayConditions) == 0x000008, "Wrong alignment on UFXAutoTriggerHighContrastGameplayConditions"); \ static_assert(sizeof(UFXAutoTriggerHighContrastGameplayConditions) == 0x000050, "Wrong size on UFXAutoTriggerHighContrastGameplayConditions"); \ static_assert(offsetof(UFXAutoTriggerHighContrastGameplayConditions, AndConditions) == 0x000030, "Member 'UFXAutoTriggerHighContrastGameplayConditions::AndConditions' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerHighContrastGameplayConditions, ExcludeLevels) == 0x000040, "Member 'UFXAutoTriggerHighContrastGameplayConditions::ExcludeLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_ForceFeedback \ static_assert(alignof(UMultiFX2_ForceFeedback) == 0x000008, "Wrong alignment on UMultiFX2_ForceFeedback"); \ static_assert(sizeof(UMultiFX2_ForceFeedback) == 0x000078, "Wrong size on UMultiFX2_ForceFeedback"); \ static_assert(offsetof(UMultiFX2_ForceFeedback, ForceFeedbackEffect) == 0x000068, "Member 'UMultiFX2_ForceFeedback::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ForceFeedback, InnerRadius) == 0x000070, "Member 'UMultiFX2_ForceFeedback::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_ForceFeedback, OuterRadius) == 0x000074, "Member 'UMultiFX2_ForceFeedback::OuterRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStreamingPreviewChildActorComponent \ static_assert(alignof(UStreamingPreviewChildActorComponent) == 0x000010, "Wrong alignment on UStreamingPreviewChildActorComponent"); \ static_assert(sizeof(UStreamingPreviewChildActorComponent) == 0x000250, "Wrong size on UStreamingPreviewChildActorComponent"); \ #define DUMPER7_ASSERTS_UMultiFX2_GameEvent \ static_assert(alignof(UMultiFX2_GameEvent) == 0x000008, "Wrong alignment on UMultiFX2_GameEvent"); \ static_assert(sizeof(UMultiFX2_GameEvent) == 0x000098, "Wrong size on UMultiFX2_GameEvent"); \ static_assert(offsetof(UMultiFX2_GameEvent, TagContainer) == 0x000068, "Member 'UMultiFX2_GameEvent::TagContainer' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_GameEvent, Intensity) == 0x000088, "Member 'UMultiFX2_GameEvent::Intensity' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_GameEvent, Duration) == 0x00008C, "Member 'UMultiFX2_GameEvent::Duration' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_GameEvent, Range) == 0x000090, "Member 'UMultiFX2_GameEvent::Range' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_GameEvent, Falloff) == 0x000094, "Member 'UMultiFX2_GameEvent::Falloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_DisableFadeSystem \ static_assert(alignof(USceneActionState_DisableFadeSystem) == 0x000008, "Wrong alignment on USceneActionState_DisableFadeSystem"); \ static_assert(sizeof(USceneActionState_DisableFadeSystem) == 0x000050, "Wrong size on USceneActionState_DisableFadeSystem"); \ #define DUMPER7_ASSERTS_UObject_OwningStation \ static_assert(alignof(UObject_OwningStation) == 0x000008, "Wrong alignment on UObject_OwningStation"); \ static_assert(sizeof(UObject_OwningStation) == 0x000040, "Wrong size on UObject_OwningStation"); \ static_assert(offsetof(UObject_OwningStation, FindOwningStationFor) == 0x000038, "Member 'UObject_OwningStation::FindOwningStationFor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_CombatCursed \ static_assert(alignof(UMultiFX2_CombatCursed) == 0x000008, "Wrong alignment on UMultiFX2_CombatCursed"); \ static_assert(sizeof(UMultiFX2_CombatCursed) == 0x000068, "Wrong size on UMultiFX2_CombatCursed"); \ #define DUMPER7_ASSERTS_USceneActionState_DialogueBucket \ static_assert(alignof(USceneActionState_DialogueBucket) == 0x000008, "Wrong alignment on USceneActionState_DialogueBucket"); \ static_assert(sizeof(USceneActionState_DialogueBucket) == 0x000098, "Wrong size on USceneActionState_DialogueBucket"); \ static_assert(offsetof(USceneActionState_DialogueBucket, EventBucket) == 0x000070, "Member 'USceneActionState_DialogueBucket::EventBucket' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_DialogueBucket, AudioHandle) == 0x000080, "Member 'USceneActionState_DialogueBucket::AudioHandle' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_DialogueBucket, bHasValidEnter) == 0x000088, "Member 'USceneActionState_DialogueBucket::bHasValidEnter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_SceneComponent \ static_assert(alignof(UMultiFX2_SceneComponent) == 0x000008, "Wrong alignment on UMultiFX2_SceneComponent"); \ static_assert(sizeof(UMultiFX2_SceneComponent) == 0x000078, "Wrong size on UMultiFX2_SceneComponent"); \ static_assert(offsetof(UMultiFX2_SceneComponent, SpawnSceneComponentClass) == 0x000068, "Member 'UMultiFX2_SceneComponent::SpawnSceneComponentClass' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SceneComponent, bAttached) == 0x000070, "Member 'UMultiFX2_SceneComponent::bAttached' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SceneComponent, bIgnoreDeactivate) == 0x000071, "Member 'UMultiFX2_SceneComponent::bIgnoreDeactivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_FocusGainOnCompanionDamage \ static_assert(alignof(URPGTriggerEffect_FocusGainOnCompanionDamage) == 0x000008, "Wrong alignment on URPGTriggerEffect_FocusGainOnCompanionDamage"); \ static_assert(sizeof(URPGTriggerEffect_FocusGainOnCompanionDamage) == 0x000060, "Wrong size on URPGTriggerEffect_FocusGainOnCompanionDamage"); \ static_assert(offsetof(URPGTriggerEffect_FocusGainOnCompanionDamage, FocusGain) == 0x000058, "Member 'URPGTriggerEffect_FocusGainOnCompanionDamage::FocusGain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_SkeletalComponent \ static_assert(alignof(UMultiFX2_SkeletalComponent) == 0x000008, "Wrong alignment on UMultiFX2_SkeletalComponent"); \ static_assert(sizeof(UMultiFX2_SkeletalComponent) == 0x000080, "Wrong size on UMultiFX2_SkeletalComponent"); \ static_assert(offsetof(UMultiFX2_SkeletalComponent, SkeletalMesh) == 0x000068, "Member 'UMultiFX2_SkeletalComponent::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SkeletalComponent, Anim) == 0x000070, "Member 'UMultiFX2_SkeletalComponent::Anim' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SkeletalComponent, bLooped) == 0x000078, "Member 'UMultiFX2_SkeletalComponent::bLooped' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SkeletalComponent, bAttached) == 0x000079, "Member 'UMultiFX2_SkeletalComponent::bAttached' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_SkeletalComponent, bIgnoreDeactivate) == 0x00007A, "Member 'UMultiFX2_SkeletalComponent::bIgnoreDeactivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_TranslucencySortPriority \ static_assert(alignof(UFXUpdate_TranslucencySortPriority) == 0x000008, "Wrong alignment on UFXUpdate_TranslucencySortPriority"); \ static_assert(sizeof(UFXUpdate_TranslucencySortPriority) == 0x000030, "Wrong size on UFXUpdate_TranslucencySortPriority"); \ static_assert(offsetof(UFXUpdate_TranslucencySortPriority, TranslucencySortPriority) == 0x000028, "Member 'UFXUpdate_TranslucencySortPriority::TranslucencySortPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_Stencil \ static_assert(alignof(UMultiFX2_Stencil) == 0x000008, "Wrong alignment on UMultiFX2_Stencil"); \ static_assert(sizeof(UMultiFX2_Stencil) == 0x000070, "Wrong size on UMultiFX2_Stencil"); \ static_assert(offsetof(UMultiFX2_Stencil, StencilValue) == 0x000068, "Member 'UMultiFX2_Stencil::StencilValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_Focus_IsGain \ static_assert(alignof(UModFilter_Focus_IsGain) == 0x000008, "Wrong alignment on UModFilter_Focus_IsGain"); \ static_assert(sizeof(UModFilter_Focus_IsGain) == 0x000030, "Wrong size on UModFilter_Focus_IsGain"); \ #define DUMPER7_ASSERTS_UMultiFX2_StencilEffect \ static_assert(alignof(UMultiFX2_StencilEffect) == 0x000008, "Wrong alignment on UMultiFX2_StencilEffect"); \ static_assert(sizeof(UMultiFX2_StencilEffect) == 0x000070, "Wrong size on UMultiFX2_StencilEffect"); \ static_assert(offsetof(UMultiFX2_StencilEffect, StencilEffect) == 0x000068, "Member 'UMultiFX2_StencilEffect::StencilEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellSelectionDiamondBase_AddItemToWidgetArray \ static_assert(alignof(SpellSelectionDiamondBase_AddItemToWidgetArray) == 0x000008, "Wrong alignment on SpellSelectionDiamondBase_AddItemToWidgetArray"); \ static_assert(sizeof(SpellSelectionDiamondBase_AddItemToWidgetArray) == 0x000008, "Wrong size on SpellSelectionDiamondBase_AddItemToWidgetArray"); \ static_assert(offsetof(SpellSelectionDiamondBase_AddItemToWidgetArray, Widget) == 0x000000, "Member 'SpellSelectionDiamondBase_AddItemToWidgetArray::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellSelectionDiamondBase_CollectItemData \ static_assert(alignof(SpellSelectionDiamondBase_CollectItemData) == 0x000004, "Wrong alignment on SpellSelectionDiamondBase_CollectItemData"); \ static_assert(sizeof(SpellSelectionDiamondBase_CollectItemData) == 0x000004, "Wrong size on SpellSelectionDiamondBase_CollectItemData"); \ static_assert(offsetof(SpellSelectionDiamondBase_CollectItemData, GroupIndex) == 0x000000, "Member 'SpellSelectionDiamondBase_CollectItemData::GroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellSelectionDiamondBase_SetSelectedIndex \ static_assert(alignof(SpellSelectionDiamondBase_SetSelectedIndex) == 0x000004, "Wrong alignment on SpellSelectionDiamondBase_SetSelectedIndex"); \ static_assert(sizeof(SpellSelectionDiamondBase_SetSelectedIndex) == 0x000004, "Wrong size on SpellSelectionDiamondBase_SetSelectedIndex"); \ static_assert(offsetof(SpellSelectionDiamondBase_SetSelectedIndex, Index_0) == 0x000000, "Member 'SpellSelectionDiamondBase_SetSelectedIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellSelectionDiamondBase_SlotNewItem \ static_assert(alignof(SpellSelectionDiamondBase_SlotNewItem) == 0x000008, "Wrong alignment on SpellSelectionDiamondBase_SlotNewItem"); \ static_assert(sizeof(SpellSelectionDiamondBase_SlotNewItem) == 0x000030, "Wrong size on SpellSelectionDiamondBase_SlotNewItem"); \ static_assert(offsetof(SpellSelectionDiamondBase_SlotNewItem, NewItem) == 0x000000, "Member 'SpellSelectionDiamondBase_SlotNewItem::NewItem' has a wrong offset!"); \ static_assert(offsetof(SpellSelectionDiamondBase_SlotNewItem, Variation) == 0x000010, "Member 'SpellSelectionDiamondBase_SlotNewItem::Variation' has a wrong offset!"); \ static_assert(offsetof(SpellSelectionDiamondBase_SlotNewItem, ItemHolder) == 0x000020, "Member 'SpellSelectionDiamondBase_SlotNewItem::ItemHolder' has a wrong offset!"); \ static_assert(offsetof(SpellSelectionDiamondBase_SlotNewItem, Count) == 0x000028, "Member 'SpellSelectionDiamondBase_SlotNewItem::Count' has a wrong offset!"); \ static_assert(offsetof(SpellSelectionDiamondBase_SlotNewItem, Type) == 0x00002C, "Member 'SpellSelectionDiamondBase_SlotNewItem::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpellSelectionDiamondBase \ static_assert(alignof(USpellSelectionDiamondBase) == 0x000008, "Wrong alignment on USpellSelectionDiamondBase"); \ static_assert(sizeof(USpellSelectionDiamondBase) == 0x000280, "Wrong size on USpellSelectionDiamondBase"); \ static_assert(offsetof(USpellSelectionDiamondBase, SelectedIndex) == 0x000268, "Member 'USpellSelectionDiamondBase::SelectedIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_CustomDepthLock \ static_assert(alignof(UMultiFX2_CustomDepthLock) == 0x000008, "Wrong alignment on UMultiFX2_CustomDepthLock"); \ static_assert(sizeof(UMultiFX2_CustomDepthLock) == 0x000088, "Wrong size on UMultiFX2_CustomDepthLock"); \ static_assert(offsetof(UMultiFX2_CustomDepthLock, Filter) == 0x000068, "Member 'UMultiFX2_CustomDepthLock::Filter' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_CustomDepthLock, StencilValue) == 0x000080, "Member 'UMultiFX2_CustomDepthLock::StencilValue' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_CustomDepthLock, bRenderCustomDepth) == 0x000081, "Member 'UMultiFX2_CustomDepthLock::bRenderCustomDepth' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_CustomDepthLock, StencilLockPriority) == 0x000084, "Member 'UMultiFX2_CustomDepthLock::StencilLockPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiplier_AttackSpeedChoice \ static_assert(alignof(UMultiplier_AttackSpeedChoice) == 0x000008, "Wrong alignment on UMultiplier_AttackSpeedChoice"); \ static_assert(sizeof(UMultiplier_AttackSpeedChoice) == 0x000028, "Wrong size on UMultiplier_AttackSpeedChoice"); \ #define DUMPER7_ASSERTS_UMultiFX2_MaterialParameterScalar \ static_assert(alignof(UMultiFX2_MaterialParameterScalar) == 0x000008, "Wrong alignment on UMultiFX2_MaterialParameterScalar"); \ static_assert(sizeof(UMultiFX2_MaterialParameterScalar) == 0x000098, "Wrong size on UMultiFX2_MaterialParameterScalar"); \ static_assert(offsetof(UMultiFX2_MaterialParameterScalar, ScalarParameter) == 0x000090, "Member 'UMultiFX2_MaterialParameterScalar::ScalarParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_VendorTransaction_IsPlantSeed \ static_assert(alignof(UModFilter_VendorTransaction_IsPlantSeed) == 0x000008, "Wrong alignment on UModFilter_VendorTransaction_IsPlantSeed"); \ static_assert(sizeof(UModFilter_VendorTransaction_IsPlantSeed) == 0x000030, "Wrong size on UModFilter_VendorTransaction_IsPlantSeed"); \ #define DUMPER7_ASSERTS_UMultiFX2_MaterialParameterColor \ static_assert(alignof(UMultiFX2_MaterialParameterColor) == 0x000008, "Wrong alignment on UMultiFX2_MaterialParameterColor"); \ static_assert(sizeof(UMultiFX2_MaterialParameterColor) == 0x0000A0, "Wrong size on UMultiFX2_MaterialParameterColor"); \ static_assert(offsetof(UMultiFX2_MaterialParameterColor, ColorParameter) == 0x000090, "Member 'UMultiFX2_MaterialParameterColor::ColorParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_MaterialParameterCurve \ static_assert(alignof(UMultiFX2_MaterialParameterCurve) == 0x000008, "Wrong alignment on UMultiFX2_MaterialParameterCurve"); \ static_assert(sizeof(UMultiFX2_MaterialParameterCurve) == 0x0000A0, "Wrong size on UMultiFX2_MaterialParameterCurve"); \ static_assert(offsetof(UMultiFX2_MaterialParameterCurve, CurveParameter) == 0x000090, "Member 'UMultiFX2_MaterialParameterCurve::CurveParameter' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_MaterialParameterCurve, UpdateRate) == 0x000098, "Member 'UMultiFX2_MaterialParameterCurve::UpdateRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_ItemProperty_Base \ static_assert(alignof(UModFilter_ItemProperty_Base) == 0x000008, "Wrong alignment on UModFilter_ItemProperty_Base"); \ static_assert(sizeof(UModFilter_ItemProperty_Base) == 0x000030, "Wrong size on UModFilter_ItemProperty_Base"); \ #define DUMPER7_ASSERTS_UModFilter_ItemProperty_IsPotion \ static_assert(alignof(UModFilter_ItemProperty_IsPotion) == 0x000008, "Wrong alignment on UModFilter_ItemProperty_IsPotion"); \ static_assert(sizeof(UModFilter_ItemProperty_IsPotion) == 0x000030, "Wrong size on UModFilter_ItemProperty_IsPotion"); \ #define DUMPER7_ASSERTS_UMultiFX2_HermesEvent \ static_assert(alignof(UMultiFX2_HermesEvent) == 0x000008, "Wrong alignment on UMultiFX2_HermesEvent"); \ static_assert(sizeof(UMultiFX2_HermesEvent) == 0x000078, "Wrong size on UMultiFX2_HermesEvent"); \ static_assert(offsetof(UMultiFX2_HermesEvent, HermesMessage) == 0x000068, "Member 'UMultiFX2_HermesEvent::HermesMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Uabl_SpiderAttack_SubScratchPad \ static_assert(alignof(Uabl_SpiderAttack_SubScratchPad) == 0x000008, "Wrong alignment on Uabl_SpiderAttack_SubScratchPad"); \ static_assert(sizeof(Uabl_SpiderAttack_SubScratchPad) == 0x000030, "Wrong size on Uabl_SpiderAttack_SubScratchPad"); \ static_assert(offsetof(Uabl_SpiderAttack_SubScratchPad, SpawnSpidersPtr) == 0x000028, "Member 'Uabl_SpiderAttack_SubScratchPad::SpawnSpidersPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_WindPointSource \ static_assert(alignof(UMultiFX2_WindPointSource) == 0x000008, "Wrong alignment on UMultiFX2_WindPointSource"); \ static_assert(sizeof(UMultiFX2_WindPointSource) == 0x0000A0, "Wrong size on UMultiFX2_WindPointSource"); \ static_assert(offsetof(UMultiFX2_WindPointSource, Envelope) == 0x000068, "Member 'UMultiFX2_WindPointSource::Envelope' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindPointSource, EnvelopeAffects) == 0x000070, "Member 'UMultiFX2_WindPointSource::EnvelopeAffects' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindPointSource, Radius) == 0x000074, "Member 'UMultiFX2_WindPointSource::Radius' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindPointSource, InnerRadius) == 0x000078, "Member 'UMultiFX2_WindPointSource::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindPointSource, Strength) == 0x00007C, "Member 'UMultiFX2_WindPointSource::Strength' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindPointSource, Speed) == 0x000080, "Member 'UMultiFX2_WindPointSource::Speed' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindPointSource, WindGustController) == 0x000088, "Member 'UMultiFX2_WindPointSource::WindGustController' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindPointSource, OutdoorsOnly) == 0x000090, "Member 'UMultiFX2_WindPointSource::OutdoorsOnly' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindPointSource, Priority) == 0x000094, "Member 'UMultiFX2_WindPointSource::Priority' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindPointSource, bAutoKillAfterEnvelope) == 0x000098, "Member 'UMultiFX2_WindPointSource::bAutoKillAfterEnvelope' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindPointSource, bAttached) == 0x000099, "Member 'UMultiFX2_WindPointSource::bAttached' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindPointSource, SourceCombine) == 0x00009A, "Member 'UMultiFX2_WindPointSource::SourceCombine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_WindDirectionalSource \ static_assert(alignof(UMultiFX2_WindDirectionalSource) == 0x000008, "Wrong alignment on UMultiFX2_WindDirectionalSource"); \ static_assert(sizeof(UMultiFX2_WindDirectionalSource) == 0x0000A0, "Wrong size on UMultiFX2_WindDirectionalSource"); \ static_assert(offsetof(UMultiFX2_WindDirectionalSource, Envelope) == 0x000068, "Member 'UMultiFX2_WindDirectionalSource::Envelope' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindDirectionalSource, EnvelopeAffects) == 0x000070, "Member 'UMultiFX2_WindDirectionalSource::EnvelopeAffects' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindDirectionalSource, Strength) == 0x000074, "Member 'UMultiFX2_WindDirectionalSource::Strength' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindDirectionalSource, Speed) == 0x000078, "Member 'UMultiFX2_WindDirectionalSource::Speed' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindDirectionalSource, BlendDistance) == 0x00007C, "Member 'UMultiFX2_WindDirectionalSource::BlendDistance' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindDirectionalSource, bUseScaleAsBounds) == 0x000080, "Member 'UMultiFX2_WindDirectionalSource::bUseScaleAsBounds' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindDirectionalSource, WindGustController) == 0x000088, "Member 'UMultiFX2_WindDirectionalSource::WindGustController' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindDirectionalSource, OutdoorsOnly) == 0x000090, "Member 'UMultiFX2_WindDirectionalSource::OutdoorsOnly' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindDirectionalSource, Priority) == 0x000094, "Member 'UMultiFX2_WindDirectionalSource::Priority' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindDirectionalSource, bAutoKillAfterEnvelope) == 0x000098, "Member 'UMultiFX2_WindDirectionalSource::bAutoKillAfterEnvelope' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindDirectionalSource, bAttached) == 0x000099, "Member 'UMultiFX2_WindDirectionalSource::bAttached' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindDirectionalSource, SourceCombine) == 0x00009A, "Member 'UMultiFX2_WindDirectionalSource::SourceCombine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_PhoenixSubsonic_BeginOverlap \ static_assert(alignof(MunitionType_PhoenixSubsonic_BeginOverlap) == 0x000008, "Wrong alignment on MunitionType_PhoenixSubsonic_BeginOverlap"); \ static_assert(sizeof(MunitionType_PhoenixSubsonic_BeginOverlap) == 0x0000A8, "Wrong size on MunitionType_PhoenixSubsonic_BeginOverlap"); \ static_assert(offsetof(MunitionType_PhoenixSubsonic_BeginOverlap, OverlappedComponent) == 0x000000, "Member 'MunitionType_PhoenixSubsonic_BeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(MunitionType_PhoenixSubsonic_BeginOverlap, OtherActor) == 0x000008, "Member 'MunitionType_PhoenixSubsonic_BeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(MunitionType_PhoenixSubsonic_BeginOverlap, OtherComp) == 0x000010, "Member 'MunitionType_PhoenixSubsonic_BeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(MunitionType_PhoenixSubsonic_BeginOverlap, OtherBodyIndex) == 0x000018, "Member 'MunitionType_PhoenixSubsonic_BeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(MunitionType_PhoenixSubsonic_BeginOverlap, bFromSweep) == 0x00001C, "Member 'MunitionType_PhoenixSubsonic_BeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(MunitionType_PhoenixSubsonic_BeginOverlap, SweepResult) == 0x000020, "Member 'MunitionType_PhoenixSubsonic_BeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_PhoenixSubsonic_GetSpellTool \ static_assert(alignof(MunitionType_PhoenixSubsonic_GetSpellTool) == 0x000008, "Wrong alignment on MunitionType_PhoenixSubsonic_GetSpellTool"); \ static_assert(sizeof(MunitionType_PhoenixSubsonic_GetSpellTool) == 0x000008, "Wrong size on MunitionType_PhoenixSubsonic_GetSpellTool"); \ static_assert(offsetof(MunitionType_PhoenixSubsonic_GetSpellTool, ReturnValue) == 0x000000, "Member 'MunitionType_PhoenixSubsonic_GetSpellTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMunitionType_PhoenixSubsonic \ static_assert(alignof(AMunitionType_PhoenixSubsonic) == 0x000008, "Wrong alignment on AMunitionType_PhoenixSubsonic"); \ static_assert(sizeof(AMunitionType_PhoenixSubsonic) == 0x000488, "Wrong size on AMunitionType_PhoenixSubsonic"); \ static_assert(offsetof(AMunitionType_PhoenixSubsonic, bCanOppugnoAfterProtego) == 0x000468, "Member 'AMunitionType_PhoenixSubsonic::bCanOppugnoAfterProtego' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_PhoenixSubsonic, OppugnoPhysicsObjectClass) == 0x000470, "Member 'AMunitionType_PhoenixSubsonic::OppugnoPhysicsObjectClass' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_PhoenixSubsonic, SpellTool) == 0x000480, "Member 'AMunitionType_PhoenixSubsonic::SpellTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_WindVortexSource \ static_assert(alignof(UMultiFX2_WindVortexSource) == 0x000008, "Wrong alignment on UMultiFX2_WindVortexSource"); \ static_assert(sizeof(UMultiFX2_WindVortexSource) == 0x0000A0, "Wrong size on UMultiFX2_WindVortexSource"); \ static_assert(offsetof(UMultiFX2_WindVortexSource, Envelope) == 0x000068, "Member 'UMultiFX2_WindVortexSource::Envelope' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindVortexSource, EnvelopeAffects) == 0x000070, "Member 'UMultiFX2_WindVortexSource::EnvelopeAffects' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindVortexSource, Height) == 0x000074, "Member 'UMultiFX2_WindVortexSource::Height' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindVortexSource, Radius) == 0x000078, "Member 'UMultiFX2_WindVortexSource::Radius' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindVortexSource, InnerRadius) == 0x00007C, "Member 'UMultiFX2_WindVortexSource::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindVortexSource, Strength) == 0x000080, "Member 'UMultiFX2_WindVortexSource::Strength' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindVortexSource, Speed) == 0x000084, "Member 'UMultiFX2_WindVortexSource::Speed' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindVortexSource, WindGustController) == 0x000088, "Member 'UMultiFX2_WindVortexSource::WindGustController' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindVortexSource, OutdoorsOnly) == 0x000090, "Member 'UMultiFX2_WindVortexSource::OutdoorsOnly' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindVortexSource, Priority) == 0x000094, "Member 'UMultiFX2_WindVortexSource::Priority' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindVortexSource, bAutoKillAfterEnvelope) == 0x000098, "Member 'UMultiFX2_WindVortexSource::bAutoKillAfterEnvelope' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindVortexSource, bAttached) == 0x000099, "Member 'UMultiFX2_WindVortexSource::bAttached' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_WindVortexSource, SourceCombine) == 0x00009A, "Member 'UMultiFX2_WindVortexSource::SourceCombine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_RemoveIAGameplayTags \ static_assert(alignof(UMultiFX2_RemoveIAGameplayTags) == 0x000008, "Wrong alignment on UMultiFX2_RemoveIAGameplayTags"); \ static_assert(sizeof(UMultiFX2_RemoveIAGameplayTags) == 0x000088, "Wrong size on UMultiFX2_RemoveIAGameplayTags"); \ static_assert(offsetof(UMultiFX2_RemoveIAGameplayTags, GameplayTags) == 0x000068, "Member 'UMultiFX2_RemoveIAGameplayTags::GameplayTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_CrimeScene_Base \ static_assert(alignof(UModFilter_CrimeScene_Base) == 0x000008, "Wrong alignment on UModFilter_CrimeScene_Base"); \ static_assert(sizeof(UModFilter_CrimeScene_Base) == 0x000030, "Wrong size on UModFilter_CrimeScene_Base"); \ #define DUMPER7_ASSERTS_UModFilter_CrimeScene_SeverityIs \ static_assert(alignof(UModFilter_CrimeScene_SeverityIs) == 0x000008, "Wrong alignment on UModFilter_CrimeScene_SeverityIs"); \ static_assert(sizeof(UModFilter_CrimeScene_SeverityIs) == 0x000038, "Wrong size on UModFilter_CrimeScene_SeverityIs"); \ static_assert(offsetof(UModFilter_CrimeScene_SeverityIs, Comparision) == 0x000030, "Member 'UModFilter_CrimeScene_SeverityIs::Comparision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_SetPhysicalMaterial \ static_assert(alignof(UMultiFX2_SetPhysicalMaterial) == 0x000008, "Wrong alignment on UMultiFX2_SetPhysicalMaterial"); \ static_assert(sizeof(UMultiFX2_SetPhysicalMaterial) == 0x000070, "Wrong size on UMultiFX2_SetPhysicalMaterial"); \ static_assert(offsetof(UMultiFX2_SetPhysicalMaterial, PhysicalMaterial) == 0x000068, "Member 'UMultiFX2_SetPhysicalMaterial::PhysicalMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOptionsWidget \ static_assert(alignof(UOptionsWidget) == 0x000008, "Wrong alignment on UOptionsWidget"); \ static_assert(sizeof(UOptionsWidget) == 0x000268, "Wrong size on UOptionsWidget"); \ #define DUMPER7_ASSERTS_UMultiFX2_SetHidden \ static_assert(alignof(UMultiFX2_SetHidden) == 0x000008, "Wrong alignment on UMultiFX2_SetHidden"); \ static_assert(sizeof(UMultiFX2_SetHidden) == 0x000068, "Wrong size on UMultiFX2_SetHidden"); \ #define DUMPER7_ASSERTS_SuperSlamFinisherComponent_HandleSkeletalMeshComponentHit \ static_assert(alignof(SuperSlamFinisherComponent_HandleSkeletalMeshComponentHit) == 0x000008, "Wrong alignment on SuperSlamFinisherComponent_HandleSkeletalMeshComponentHit"); \ static_assert(sizeof(SuperSlamFinisherComponent_HandleSkeletalMeshComponentHit) == 0x0000B0, "Wrong size on SuperSlamFinisherComponent_HandleSkeletalMeshComponentHit"); \ static_assert(offsetof(SuperSlamFinisherComponent_HandleSkeletalMeshComponentHit, HitComponent) == 0x000000, "Member 'SuperSlamFinisherComponent_HandleSkeletalMeshComponentHit::HitComponent' has a wrong offset!"); \ static_assert(offsetof(SuperSlamFinisherComponent_HandleSkeletalMeshComponentHit, OtherActor) == 0x000008, "Member 'SuperSlamFinisherComponent_HandleSkeletalMeshComponentHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SuperSlamFinisherComponent_HandleSkeletalMeshComponentHit, OtherComp) == 0x000010, "Member 'SuperSlamFinisherComponent_HandleSkeletalMeshComponentHit::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SuperSlamFinisherComponent_HandleSkeletalMeshComponentHit, NormalImpulse) == 0x000018, "Member 'SuperSlamFinisherComponent_HandleSkeletalMeshComponentHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(SuperSlamFinisherComponent_HandleSkeletalMeshComponentHit, Hit) == 0x000024, "Member 'SuperSlamFinisherComponent_HandleSkeletalMeshComponentHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USuperSlamFinisherComponent \ static_assert(alignof(USuperSlamFinisherComponent) == 0x000010, "Wrong alignment on USuperSlamFinisherComponent"); \ static_assert(sizeof(USuperSlamFinisherComponent) == 0x000190, "Wrong size on USuperSlamFinisherComponent"); \ static_assert(offsetof(USuperSlamFinisherComponent, HitFx) == 0x0000D8, "Member 'USuperSlamFinisherComponent::HitFx' has a wrong offset!"); \ static_assert(offsetof(USuperSlamFinisherComponent, SkeletalMeshComp) == 0x0000E8, "Member 'USuperSlamFinisherComponent::SkeletalMeshComp' has a wrong offset!"); \ static_assert(offsetof(USuperSlamFinisherComponent, SuperSlamTarget) == 0x0000F0, "Member 'USuperSlamFinisherComponent::SuperSlamTarget' has a wrong offset!"); \ static_assert(offsetof(USuperSlamFinisherComponent, PhysicsConstraintActor) == 0x0000F8, "Member 'USuperSlamFinisherComponent::PhysicsConstraintActor' has a wrong offset!"); \ static_assert(offsetof(USuperSlamFinisherComponent, Instigator) == 0x000100, "Member 'USuperSlamFinisherComponent::Instigator' has a wrong offset!"); \ static_assert(offsetof(USuperSlamFinisherComponent, Curve) == 0x000108, "Member 'USuperSlamFinisherComponent::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2End_Vfx \ static_assert(alignof(UMultiFX2End_Vfx) == 0x000008, "Wrong alignment on UMultiFX2End_Vfx"); \ static_assert(sizeof(UMultiFX2End_Vfx) == 0x000038, "Wrong size on UMultiFX2End_Vfx"); \ static_assert(offsetof(UMultiFX2End_Vfx, VFX) == 0x000028, "Member 'UMultiFX2End_Vfx::VFX' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2End_Vfx, bAttached) == 0x000030, "Member 'UMultiFX2End_Vfx::bAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2End_NiagraVfx \ static_assert(alignof(UMultiFX2End_NiagraVfx) == 0x000008, "Wrong alignment on UMultiFX2End_NiagraVfx"); \ static_assert(sizeof(UMultiFX2End_NiagraVfx) == 0x000038, "Wrong size on UMultiFX2End_NiagraVfx"); \ static_assert(offsetof(UMultiFX2End_NiagraVfx, NiagaraVFX) == 0x000028, "Member 'UMultiFX2End_NiagraVfx::NiagaraVFX' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2End_NiagraVfx, bAttached) == 0x000030, "Member 'UMultiFX2End_NiagraVfx::bAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OverlandPathFinder_GetPath \ static_assert(alignof(OverlandPathFinder_GetPath) == 0x000008, "Wrong alignment on OverlandPathFinder_GetPath"); \ static_assert(sizeof(OverlandPathFinder_GetPath) == 0x000010, "Wrong size on OverlandPathFinder_GetPath"); \ static_assert(offsetof(OverlandPathFinder_GetPath, ReturnValue) == 0x000000, "Member 'OverlandPathFinder_GetPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlandPathFinder \ static_assert(alignof(UOverlandPathFinder) == 0x000008, "Wrong alignment on UOverlandPathFinder"); \ static_assert(sizeof(UOverlandPathFinder) == 0x000188, "Wrong size on UOverlandPathFinder"); \ static_assert(offsetof(UOverlandPathFinder, ClosestPathToStart) == 0x000028, "Member 'UOverlandPathFinder::ClosestPathToStart' has a wrong offset!"); \ static_assert(offsetof(UOverlandPathFinder, ClosestPathToEnd) == 0x000030, "Member 'UOverlandPathFinder::ClosestPathToEnd' has a wrong offset!"); \ static_assert(offsetof(UOverlandPathFinder, PathPoints) == 0x000038, "Member 'UOverlandPathFinder::PathPoints' has a wrong offset!"); \ static_assert(offsetof(UOverlandPathFinder, MaxSpliceDistance) == 0x000048, "Member 'UOverlandPathFinder::MaxSpliceDistance' has a wrong offset!"); \ static_assert(offsetof(UOverlandPathFinder, ShowUnknownRoads) == 0x00004C, "Member 'UOverlandPathFinder::ShowUnknownRoads' has a wrong offset!"); \ static_assert(offsetof(UOverlandPathFinder, MapPathActors) == 0x000050, "Member 'UOverlandPathFinder::MapPathActors' has a wrong offset!"); \ static_assert(offsetof(UOverlandPathFinder, Road50Color) == 0x000060, "Member 'UOverlandPathFinder::Road50Color' has a wrong offset!"); \ static_assert(offsetof(UOverlandPathFinder, Road100Color) == 0x000070, "Member 'UOverlandPathFinder::Road100Color' has a wrong offset!"); \ static_assert(offsetof(UOverlandPathFinder, Road200Color) == 0x000080, "Member 'UOverlandPathFinder::Road200Color' has a wrong offset!"); \ static_assert(offsetof(UOverlandPathFinder, RoadUnknownColor) == 0x000090, "Member 'UOverlandPathFinder::RoadUnknownColor' has a wrong offset!"); \ static_assert(offsetof(UOverlandPathFinder, debugAStarSearchData) == 0x0000A0, "Member 'UOverlandPathFinder::debugAStarSearchData' has a wrong offset!"); \ static_assert(offsetof(UOverlandPathFinder, AllRoads) == 0x0000F0, "Member 'UOverlandPathFinder::AllRoads' has a wrong offset!"); \ static_assert(offsetof(UOverlandPathFinder, AllFlights) == 0x0000F8, "Member 'UOverlandPathFinder::AllFlights' has a wrong offset!"); \ static_assert(offsetof(UOverlandPathFinder, StreamingLevels) == 0x000168, "Member 'UOverlandPathFinder::StreamingLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2End_Sfx \ static_assert(alignof(UMultiFX2End_Sfx) == 0x000008, "Wrong alignment on UMultiFX2End_Sfx"); \ static_assert(sizeof(UMultiFX2End_Sfx) == 0x000038, "Wrong size on UMultiFX2End_Sfx"); \ static_assert(offsetof(UMultiFX2End_Sfx, SFX) == 0x000028, "Member 'UMultiFX2End_Sfx::SFX' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2End_Sfx, bPlayOnExistingAkComponent) == 0x000030, "Member 'UMultiFX2End_Sfx::bPlayOnExistingAkComponent' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2End_Sfx, bPlayAtLocation) == 0x000031, "Member 'UMultiFX2End_Sfx::bPlayAtLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2End_MultiFX2 \ static_assert(alignof(UMultiFX2End_MultiFX2) == 0x000008, "Wrong alignment on UMultiFX2End_MultiFX2"); \ static_assert(sizeof(UMultiFX2End_MultiFX2) == 0x000038, "Wrong size on UMultiFX2End_MultiFX2"); \ static_assert(offsetof(UMultiFX2End_MultiFX2, endFX) == 0x000028, "Member 'UMultiFX2End_MultiFX2::endFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleNoPrecipitation \ static_assert(alignof(UWorldFXRuleNoPrecipitation) == 0x000008, "Wrong alignment on UWorldFXRuleNoPrecipitation"); \ static_assert(sizeof(UWorldFXRuleNoPrecipitation) == 0x000030, "Wrong size on UWorldFXRuleNoPrecipitation"); \ static_assert(offsetof(UWorldFXRuleNoPrecipitation, MaxCoverageThreshold) == 0x000028, "Member 'UWorldFXRuleNoPrecipitation::MaxCoverageThreshold' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleNoPrecipitation, MaxIntensityThreshold) == 0x00002C, "Member 'UWorldFXRuleNoPrecipitation::MaxIntensityThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_OnSpellCast \ static_assert(alignof(URPGTriggerEffect_OnSpellCast) == 0x000008, "Wrong alignment on URPGTriggerEffect_OnSpellCast"); \ static_assert(sizeof(URPGTriggerEffect_OnSpellCast) == 0x000080, "Wrong size on URPGTriggerEffect_OnSpellCast"); \ static_assert(offsetof(URPGTriggerEffect_OnSpellCast, SpellNames) == 0x000040, "Member 'URPGTriggerEffect_OnSpellCast::SpellNames' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_OnSpellCast, bOnlyDiamondSpells) == 0x000050, "Member 'URPGTriggerEffect_OnSpellCast::bOnlyDiamondSpells' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_OnSpellCast, TriggerEffects) == 0x000058, "Member 'URPGTriggerEffect_OnSpellCast::TriggerEffects' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_OnSpellCast, Owner) == 0x000068, "Member 'URPGTriggerEffect_OnSpellCast::Owner' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_OnSpellCast, OwnerAbility) == 0x000070, "Member 'URPGTriggerEffect_OnSpellCast::OwnerAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_IsCharacter \ static_assert(alignof(UFXFilter_IsCharacter) == 0x000008, "Wrong alignment on UFXFilter_IsCharacter"); \ static_assert(sizeof(UFXFilter_IsCharacter) == 0x000030, "Wrong size on UFXFilter_IsCharacter"); \ #define DUMPER7_ASSERTS_UWorldFXRuleWeatherWindSpeed \ static_assert(alignof(UWorldFXRuleWeatherWindSpeed) == 0x000008, "Wrong alignment on UWorldFXRuleWeatherWindSpeed"); \ static_assert(sizeof(UWorldFXRuleWeatherWindSpeed) == 0x000028, "Wrong size on UWorldFXRuleWeatherWindSpeed"); \ #define DUMPER7_ASSERTS_UWorldFXRuleWeatherWindSpeedLessThanMS \ static_assert(alignof(UWorldFXRuleWeatherWindSpeedLessThanMS) == 0x000008, "Wrong alignment on UWorldFXRuleWeatherWindSpeedLessThanMS"); \ static_assert(sizeof(UWorldFXRuleWeatherWindSpeedLessThanMS) == 0x000030, "Wrong size on UWorldFXRuleWeatherWindSpeedLessThanMS"); \ static_assert(offsetof(UWorldFXRuleWeatherWindSpeedLessThanMS, Threshold) == 0x000028, "Member 'UWorldFXRuleWeatherWindSpeedLessThanMS::Threshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OwnershipComponent_CopyOwnership \ static_assert(alignof(OwnershipComponent_CopyOwnership) == 0x000008, "Wrong alignment on OwnershipComponent_CopyOwnership"); \ static_assert(sizeof(OwnershipComponent_CopyOwnership) == 0x000010, "Wrong size on OwnershipComponent_CopyOwnership"); \ static_assert(offsetof(OwnershipComponent_CopyOwnership, From) == 0x000000, "Member 'OwnershipComponent_CopyOwnership::From' has a wrong offset!"); \ static_assert(offsetof(OwnershipComponent_CopyOwnership, To) == 0x000008, "Member 'OwnershipComponent_CopyOwnership::To' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OwnershipComponent_GetMinimumPlayerStatusWithOwners \ static_assert(alignof(OwnershipComponent_GetMinimumPlayerStatusWithOwners) == 0x000008, "Wrong alignment on OwnershipComponent_GetMinimumPlayerStatusWithOwners"); \ static_assert(sizeof(OwnershipComponent_GetMinimumPlayerStatusWithOwners) == 0x000010, "Wrong size on OwnershipComponent_GetMinimumPlayerStatusWithOwners"); \ static_assert(offsetof(OwnershipComponent_GetMinimumPlayerStatusWithOwners, OwnedObject) == 0x000000, "Member 'OwnershipComponent_GetMinimumPlayerStatusWithOwners::OwnedObject' has a wrong offset!"); \ static_assert(offsetof(OwnershipComponent_GetMinimumPlayerStatusWithOwners, ReturnValue) == 0x000008, "Member 'OwnershipComponent_GetMinimumPlayerStatusWithOwners::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OwnershipComponent_GetOwnership \ static_assert(alignof(OwnershipComponent_GetOwnership) == 0x000008, "Wrong alignment on OwnershipComponent_GetOwnership"); \ static_assert(sizeof(OwnershipComponent_GetOwnership) == 0x000020, "Wrong size on OwnershipComponent_GetOwnership"); \ static_assert(offsetof(OwnershipComponent_GetOwnership, Owned) == 0x000000, "Member 'OwnershipComponent_GetOwnership::Owned' has a wrong offset!"); \ static_assert(offsetof(OwnershipComponent_GetOwnership, o_OwnerName) == 0x000008, "Member 'OwnershipComponent_GetOwnership::o_OwnerName' has a wrong offset!"); \ static_assert(offsetof(OwnershipComponent_GetOwnership, ReturnValue) == 0x000018, "Member 'OwnershipComponent_GetOwnership::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OwnershipComponent_HasOwnership \ static_assert(alignof(OwnershipComponent_HasOwnership) == 0x000008, "Wrong alignment on OwnershipComponent_HasOwnership"); \ static_assert(sizeof(OwnershipComponent_HasOwnership) == 0x000010, "Wrong size on OwnershipComponent_HasOwnership"); \ static_assert(offsetof(OwnershipComponent_HasOwnership, Owned) == 0x000000, "Member 'OwnershipComponent_HasOwnership::Owned' has a wrong offset!"); \ static_assert(offsetof(OwnershipComponent_HasOwnership, ReturnValue) == 0x000008, "Member 'OwnershipComponent_HasOwnership::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OwnershipComponent_IsEntityAnOwner \ static_assert(alignof(OwnershipComponent_IsEntityAnOwner) == 0x000008, "Wrong alignment on OwnershipComponent_IsEntityAnOwner"); \ static_assert(sizeof(OwnershipComponent_IsEntityAnOwner) == 0x000018, "Wrong size on OwnershipComponent_IsEntityAnOwner"); \ static_assert(offsetof(OwnershipComponent_IsEntityAnOwner, Owned) == 0x000000, "Member 'OwnershipComponent_IsEntityAnOwner::Owned' has a wrong offset!"); \ static_assert(offsetof(OwnershipComponent_IsEntityAnOwner, ScheduledEntity) == 0x000008, "Member 'OwnershipComponent_IsEntityAnOwner::ScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(OwnershipComponent_IsEntityAnOwner, ReturnValue) == 0x000010, "Member 'OwnershipComponent_IsEntityAnOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OwnershipComponent_IsTakingObjectStealing \ static_assert(alignof(OwnershipComponent_IsTakingObjectStealing) == 0x000008, "Wrong alignment on OwnershipComponent_IsTakingObjectStealing"); \ static_assert(sizeof(OwnershipComponent_IsTakingObjectStealing) == 0x000018, "Wrong size on OwnershipComponent_IsTakingObjectStealing"); \ static_assert(offsetof(OwnershipComponent_IsTakingObjectStealing, ObjectToTake) == 0x000000, "Member 'OwnershipComponent_IsTakingObjectStealing::ObjectToTake' has a wrong offset!"); \ static_assert(offsetof(OwnershipComponent_IsTakingObjectStealing, WhoIsTaking) == 0x000008, "Member 'OwnershipComponent_IsTakingObjectStealing::WhoIsTaking' has a wrong offset!"); \ static_assert(offsetof(OwnershipComponent_IsTakingObjectStealing, ReturnValue) == 0x000010, "Member 'OwnershipComponent_IsTakingObjectStealing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOwnershipComponent \ static_assert(alignof(UOwnershipComponent) == 0x000008, "Wrong alignment on UOwnershipComponent"); \ static_assert(sizeof(UOwnershipComponent) == 0x000358, "Wrong size on UOwnershipComponent"); \ static_assert(offsetof(UOwnershipComponent, m_DbIdInfo) == 0x0000D0, "Member 'UOwnershipComponent::m_DbIdInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_IsPlayer \ static_assert(alignof(UFXFilter_IsPlayer) == 0x000008, "Wrong alignment on UFXFilter_IsPlayer"); \ static_assert(sizeof(UFXFilter_IsPlayer) == 0x000038, "Wrong size on UFXFilter_IsPlayer"); \ static_assert(offsetof(UFXFilter_IsPlayer, TreatPlayerMountAsPlayer) == 0x000030, "Member 'UFXFilter_IsPlayer::TreatPlayerMountAsPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASanctuaryExpansionAnimationActor \ static_assert(alignof(ASanctuaryExpansionAnimationActor) == 0x000008, "Wrong alignment on ASanctuaryExpansionAnimationActor"); \ static_assert(sizeof(ASanctuaryExpansionAnimationActor) == 0x0002D0, "Wrong size on ASanctuaryExpansionAnimationActor"); \ static_assert(offsetof(ASanctuaryExpansionAnimationActor, ExpansionID) == 0x000248, "Member 'ASanctuaryExpansionAnimationActor::ExpansionID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_IsCompanion \ static_assert(alignof(UFXFilter_IsCompanion) == 0x000008, "Wrong alignment on UFXFilter_IsCompanion"); \ static_assert(sizeof(UFXFilter_IsCompanion) == 0x000030, "Wrong size on UFXFilter_IsCompanion"); \ #define DUMPER7_ASSERTS_UFXFilter_IsMounted \ static_assert(alignof(UFXFilter_IsMounted) == 0x000008, "Wrong alignment on UFXFilter_IsMounted"); \ static_assert(sizeof(UFXFilter_IsMounted) == 0x000030, "Wrong size on UFXFilter_IsMounted"); \ #define DUMPER7_ASSERTS_UWorldFXRuleWeatherWindSpeedRange \ static_assert(alignof(UWorldFXRuleWeatherWindSpeedRange) == 0x000008, "Wrong alignment on UWorldFXRuleWeatherWindSpeedRange"); \ static_assert(sizeof(UWorldFXRuleWeatherWindSpeedRange) == 0x000030, "Wrong size on UWorldFXRuleWeatherWindSpeedRange"); \ static_assert(offsetof(UWorldFXRuleWeatherWindSpeedRange, minThreshold) == 0x000028, "Member 'UWorldFXRuleWeatherWindSpeedRange::minThreshold' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleWeatherWindSpeedRange, maxThreshold) == 0x000029, "Member 'UWorldFXRuleWeatherWindSpeedRange::maxThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARuneSwitch \ static_assert(alignof(ARuneSwitch) == 0x000008, "Wrong alignment on ARuneSwitch"); \ static_assert(sizeof(ARuneSwitch) == 0x000248, "Wrong size on ARuneSwitch"); \ #define DUMPER7_ASSERTS_UFXFilter_IsActor \ static_assert(alignof(UFXFilter_IsActor) == 0x000008, "Wrong alignment on UFXFilter_IsActor"); \ static_assert(sizeof(UFXFilter_IsActor) == 0x000030, "Wrong size on UFXFilter_IsActor"); \ #define DUMPER7_ASSERTS_UWorldFXRuleSpawnOnPlayerWithinDistance \ static_assert(alignof(UWorldFXRuleSpawnOnPlayerWithinDistance) == 0x000008, "Wrong alignment on UWorldFXRuleSpawnOnPlayerWithinDistance"); \ static_assert(sizeof(UWorldFXRuleSpawnOnPlayerWithinDistance) == 0x000068, "Wrong size on UWorldFXRuleSpawnOnPlayerWithinDistance"); \ static_assert(offsetof(UWorldFXRuleSpawnOnPlayerWithinDistance, Distance) == 0x000060, "Member 'UWorldFXRuleSpawnOnPlayerWithinDistance::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorChooseByMountType \ static_assert(alignof(UCameraStackBehaviorChooseByMountType) == 0x000008, "Wrong alignment on UCameraStackBehaviorChooseByMountType"); \ static_assert(sizeof(UCameraStackBehaviorChooseByMountType) == 0x0000A8, "Wrong size on UCameraStackBehaviorChooseByMountType"); \ static_assert(offsetof(UCameraStackBehaviorChooseByMountType, DefaultBehavior) == 0x000050, "Member 'UCameraStackBehaviorChooseByMountType::DefaultBehavior' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorChooseByMountType, MountSpecificBehaviors) == 0x000058, "Member 'UCameraStackBehaviorChooseByMountType::MountSpecificBehaviors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_IsOnGround \ static_assert(alignof(UFXFilter_IsOnGround) == 0x000008, "Wrong alignment on UFXFilter_IsOnGround"); \ static_assert(sizeof(UFXFilter_IsOnGround) == 0x000030, "Wrong size on UFXFilter_IsOnGround"); \ #define DUMPER7_ASSERTS_TransformationInterface_OnRestoreComplete \ static_assert(alignof(TransformationInterface_OnRestoreComplete) == 0x000008, "Wrong alignment on TransformationInterface_OnRestoreComplete"); \ static_assert(sizeof(TransformationInterface_OnRestoreComplete) == 0x000008, "Wrong size on TransformationInterface_OnRestoreComplete"); \ static_assert(offsetof(TransformationInterface_OnRestoreComplete, Instigator) == 0x000000, "Member 'TransformationInterface_OnRestoreComplete::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransformationInterface_OnRestoreStart \ static_assert(alignof(TransformationInterface_OnRestoreStart) == 0x000008, "Wrong alignment on TransformationInterface_OnRestoreStart"); \ static_assert(sizeof(TransformationInterface_OnRestoreStart) == 0x000008, "Wrong size on TransformationInterface_OnRestoreStart"); \ static_assert(offsetof(TransformationInterface_OnRestoreStart, Instigator) == 0x000000, "Member 'TransformationInterface_OnRestoreStart::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransformationInterface_OnRestoreStartSpawned \ static_assert(alignof(TransformationInterface_OnRestoreStartSpawned) == 0x000008, "Wrong alignment on TransformationInterface_OnRestoreStartSpawned"); \ static_assert(sizeof(TransformationInterface_OnRestoreStartSpawned) == 0x000010, "Wrong size on TransformationInterface_OnRestoreStartSpawned"); \ static_assert(offsetof(TransformationInterface_OnRestoreStartSpawned, Instigator) == 0x000000, "Member 'TransformationInterface_OnRestoreStartSpawned::Instigator' has a wrong offset!"); \ static_assert(offsetof(TransformationInterface_OnRestoreStartSpawned, OriginalActor) == 0x000008, "Member 'TransformationInterface_OnRestoreStartSpawned::OriginalActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransformationInterface_OnTransformComplete \ static_assert(alignof(TransformationInterface_OnTransformComplete) == 0x000008, "Wrong alignment on TransformationInterface_OnTransformComplete"); \ static_assert(sizeof(TransformationInterface_OnTransformComplete) == 0x000010, "Wrong size on TransformationInterface_OnTransformComplete"); \ static_assert(offsetof(TransformationInterface_OnTransformComplete, Instigator) == 0x000000, "Member 'TransformationInterface_OnTransformComplete::Instigator' has a wrong offset!"); \ static_assert(offsetof(TransformationInterface_OnTransformComplete, TransformedActor) == 0x000008, "Member 'TransformationInterface_OnTransformComplete::TransformedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransformationInterface_OnTransformCompleteSpawned \ static_assert(alignof(TransformationInterface_OnTransformCompleteSpawned) == 0x000008, "Wrong alignment on TransformationInterface_OnTransformCompleteSpawned"); \ static_assert(sizeof(TransformationInterface_OnTransformCompleteSpawned) == 0x000010, "Wrong size on TransformationInterface_OnTransformCompleteSpawned"); \ static_assert(offsetof(TransformationInterface_OnTransformCompleteSpawned, Instigator) == 0x000000, "Member 'TransformationInterface_OnTransformCompleteSpawned::Instigator' has a wrong offset!"); \ static_assert(offsetof(TransformationInterface_OnTransformCompleteSpawned, OriginalActor) == 0x000008, "Member 'TransformationInterface_OnTransformCompleteSpawned::OriginalActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransformationInterface_OnTransformSpawn \ static_assert(alignof(TransformationInterface_OnTransformSpawn) == 0x000008, "Wrong alignment on TransformationInterface_OnTransformSpawn"); \ static_assert(sizeof(TransformationInterface_OnTransformSpawn) == 0x000010, "Wrong size on TransformationInterface_OnTransformSpawn"); \ static_assert(offsetof(TransformationInterface_OnTransformSpawn, Instigator) == 0x000000, "Member 'TransformationInterface_OnTransformSpawn::Instigator' has a wrong offset!"); \ static_assert(offsetof(TransformationInterface_OnTransformSpawn, TransformedActor) == 0x000008, "Member 'TransformationInterface_OnTransformSpawn::TransformedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransformationInterface_OnTransformSpawnSpawned \ static_assert(alignof(TransformationInterface_OnTransformSpawnSpawned) == 0x000008, "Wrong alignment on TransformationInterface_OnTransformSpawnSpawned"); \ static_assert(sizeof(TransformationInterface_OnTransformSpawnSpawned) == 0x000010, "Wrong size on TransformationInterface_OnTransformSpawnSpawned"); \ static_assert(offsetof(TransformationInterface_OnTransformSpawnSpawned, Instigator) == 0x000000, "Member 'TransformationInterface_OnTransformSpawnSpawned::Instigator' has a wrong offset!"); \ static_assert(offsetof(TransformationInterface_OnTransformSpawnSpawned, OriginalActor) == 0x000008, "Member 'TransformationInterface_OnTransformSpawnSpawned::OriginalActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransformationInterface_OnTransformStart \ static_assert(alignof(TransformationInterface_OnTransformStart) == 0x000008, "Wrong alignment on TransformationInterface_OnTransformStart"); \ static_assert(sizeof(TransformationInterface_OnTransformStart) == 0x000008, "Wrong size on TransformationInterface_OnTransformStart"); \ static_assert(offsetof(TransformationInterface_OnTransformStart, Instigator) == 0x000000, "Member 'TransformationInterface_OnTransformStart::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ITransformationInterface \ static_assert(alignof(ITransformationInterface) == 0x000001, "Wrong alignment on ITransformationInterface"); \ static_assert(sizeof(ITransformationInterface) == 0x000001, "Wrong size on ITransformationInterface"); \ #define DUMPER7_ASSERTS_UFXFilter_IsBroken \ static_assert(alignof(UFXFilter_IsBroken) == 0x000008, "Wrong alignment on UFXFilter_IsBroken"); \ static_assert(sizeof(UFXFilter_IsBroken) == 0x000030, "Wrong size on UFXFilter_IsBroken"); \ #define DUMPER7_ASSERTS_UFXFilter_IsArachnophobiaModeEnabled \ static_assert(alignof(UFXFilter_IsArachnophobiaModeEnabled) == 0x000008, "Wrong alignment on UFXFilter_IsArachnophobiaModeEnabled"); \ static_assert(sizeof(UFXFilter_IsArachnophobiaModeEnabled) == 0x000030, "Wrong size on UFXFilter_IsArachnophobiaModeEnabled"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorDisableCreatureTickThrottling \ static_assert(alignof(UCameraStackBehaviorDisableCreatureTickThrottling) == 0x000008, "Wrong alignment on UCameraStackBehaviorDisableCreatureTickThrottling"); \ static_assert(sizeof(UCameraStackBehaviorDisableCreatureTickThrottling) == 0x000050, "Wrong size on UCameraStackBehaviorDisableCreatureTickThrottling"); \ #define DUMPER7_ASSERTS_UFXFilter_IsDead \ static_assert(alignof(UFXFilter_IsDead) == 0x000008, "Wrong alignment on UFXFilter_IsDead"); \ static_assert(sizeof(UFXFilter_IsDead) == 0x000038, "Wrong size on UFXFilter_IsDead"); \ static_assert(offsetof(UFXFilter_IsDead, ConsiderTakeAKneeDead) == 0x000030, "Member 'UFXFilter_IsDead::ConsiderTakeAKneeDead' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_IsArmed \ static_assert(alignof(UFXFilter_IsArmed) == 0x000008, "Wrong alignment on UFXFilter_IsArmed"); \ static_assert(sizeof(UFXFilter_IsArmed) == 0x000030, "Wrong size on UFXFilter_IsArmed"); \ #define DUMPER7_ASSERTS_USceneActionBlueprintVarProviderFloat \ static_assert(alignof(USceneActionBlueprintVarProviderFloat) == 0x000008, "Wrong alignment on USceneActionBlueprintVarProviderFloat"); \ static_assert(sizeof(USceneActionBlueprintVarProviderFloat) == 0x000040, "Wrong size on USceneActionBlueprintVarProviderFloat"); \ static_assert(offsetof(USceneActionBlueprintVarProviderFloat, Value) == 0x000038, "Member 'USceneActionBlueprintVarProviderFloat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_IsValidDbId \ static_assert(alignof(UFXFilter_IsValidDbId) == 0x000008, "Wrong alignment on UFXFilter_IsValidDbId"); \ static_assert(sizeof(UFXFilter_IsValidDbId) == 0x000040, "Wrong size on UFXFilter_IsValidDbId"); \ static_assert(offsetof(UFXFilter_IsValidDbId, ValidDbIds) == 0x000030, "Member 'UFXFilter_IsValidDbId::ValidDbIds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleBlendDomainRange \ static_assert(alignof(UWorldFXRuleBlendDomainRange) == 0x000008, "Wrong alignment on UWorldFXRuleBlendDomainRange"); \ static_assert(sizeof(UWorldFXRuleBlendDomainRange) == 0x000040, "Wrong size on UWorldFXRuleBlendDomainRange"); \ static_assert(offsetof(UWorldFXRuleBlendDomainRange, minThreshold) == 0x000038, "Member 'UWorldFXRuleBlendDomainRange::minThreshold' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleBlendDomainRange, maxThreshold) == 0x00003C, "Member 'UWorldFXRuleBlendDomainRange::maxThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleBlendDomainPlayer \ static_assert(alignof(UWorldFXRuleBlendDomainPlayer) == 0x000008, "Wrong alignment on UWorldFXRuleBlendDomainPlayer"); \ static_assert(sizeof(UWorldFXRuleBlendDomainPlayer) == 0x000040, "Wrong size on UWorldFXRuleBlendDomainPlayer"); \ #define DUMPER7_ASSERTS_UCameraStackAimModeTargetGetter \ static_assert(alignof(UCameraStackAimModeTargetGetter) == 0x000008, "Wrong alignment on UCameraStackAimModeTargetGetter"); \ static_assert(sizeof(UCameraStackAimModeTargetGetter) == 0x0000B0, "Wrong size on UCameraStackAimModeTargetGetter"); \ #define DUMPER7_ASSERTS_UFXFilter_IsValidSubtype \ static_assert(alignof(UFXFilter_IsValidSubtype) == 0x000008, "Wrong alignment on UFXFilter_IsValidSubtype"); \ static_assert(sizeof(UFXFilter_IsValidSubtype) == 0x000040, "Wrong size on UFXFilter_IsValidSubtype"); \ static_assert(offsetof(UFXFilter_IsValidSubtype, ValidSubtypes) == 0x000030, "Member 'UFXFilter_IsValidSubtype::ValidSubtypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_CharacterOptions \ static_assert(alignof(USceneAction_CharacterOptions) == 0x000008, "Wrong alignment on USceneAction_CharacterOptions"); \ static_assert(sizeof(USceneAction_CharacterOptions) == 0x000160, "Wrong size on USceneAction_CharacterOptions"); \ static_assert(offsetof(USceneAction_CharacterOptions, OPTIONS) == 0x0000A8, "Member 'USceneAction_CharacterOptions::OPTIONS' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bDisableURO) == 0x0000B0, "Member 'USceneAction_CharacterOptions::bDisableURO' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, ControlBehaviors) == 0x0000B1, "Member 'USceneAction_CharacterOptions::ControlBehaviors' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bCancelAbilities) == 0x0000B2, "Member 'USceneAction_CharacterOptions::bCancelAbilities' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bDisableProceduralEyes) == 0x0000B3, "Member 'USceneAction_CharacterOptions::bDisableProceduralEyes' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, LODOverride) == 0x0000B4, "Member 'USceneAction_CharacterOptions::LODOverride' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, AlwaysTickPoseAndRefreshBones) == 0x0000B8, "Member 'USceneAction_CharacterOptions::AlwaysTickPoseAndRefreshBones' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, BoundsScale) == 0x0000BC, "Member 'USceneAction_CharacterOptions::BoundsScale' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bEnableReactions) == 0x0000C0, "Member 'USceneAction_CharacterOptions::bEnableReactions' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bForceDismount) == 0x0000C1, "Member 'USceneAction_CharacterOptions::bForceDismount' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, MovementModePriority) == 0x0000C2, "Member 'USceneAction_CharacterOptions::MovementModePriority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bUseCustomMovementMode) == 0x0000C3, "Member 'USceneAction_CharacterOptions::bUseCustomMovementMode' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bSkipOverlaps) == 0x0000C4, "Member 'USceneAction_CharacterOptions::bSkipOverlaps' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bSanityCheckTransforms) == 0x0000C5, "Member 'USceneAction_CharacterOptions::bSanityCheckTransforms' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, CollisionResponse) == 0x0000C6, "Member 'USceneAction_CharacterOptions::CollisionResponse' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, SocializationPriority) == 0x0000C7, "Member 'USceneAction_CharacterOptions::SocializationPriority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bDisableSocialization) == 0x0000C8, "Member 'USceneAction_CharacterOptions::bDisableSocialization' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, IKPriority) == 0x0000C9, "Member 'USceneAction_CharacterOptions::IKPriority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bEnableIK) == 0x0000CA, "Member 'USceneAction_CharacterOptions::bEnableIK' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bEnableFloorContact) == 0x0000CB, "Member 'USceneAction_CharacterOptions::bEnableFloorContact' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, EnableFloorContactProvider) == 0x0000D0, "Member 'USceneAction_CharacterOptions::EnableFloorContactProvider' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bEnableLookat) == 0x0000D8, "Member 'USceneAction_CharacterOptions::bEnableLookat' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bEnablePoseFixup) == 0x0000D9, "Member 'USceneAction_CharacterOptions::bEnablePoseFixup' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, IKBlendDurationOnEnter) == 0x0000DC, "Member 'USceneAction_CharacterOptions::IKBlendDurationOnEnter' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, IKBlendDurationOnExit) == 0x0000E0, "Member 'USceneAction_CharacterOptions::IKBlendDurationOnExit' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, LowestAllowedLookAtPriority) == 0x0000E4, "Member 'USceneAction_CharacterOptions::LowestAllowedLookAtPriority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bDisablePostProcessBlueprint) == 0x0000E5, "Member 'USceneAction_CharacterOptions::bDisablePostProcessBlueprint' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, ScalePriority) == 0x0000E6, "Member 'USceneAction_CharacterOptions::ScalePriority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, ScaleRootMotion) == 0x0000E7, "Member 'USceneAction_CharacterOptions::ScaleRootMotion' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, UnityScale) == 0x0000E8, "Member 'USceneAction_CharacterOptions::UnityScale' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, OverrideRootMotionTranslationScale) == 0x0000E9, "Member 'USceneAction_CharacterOptions::OverrideRootMotionTranslationScale' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, RootMotionTranslationScale) == 0x0000EC, "Member 'USceneAction_CharacterOptions::RootMotionTranslationScale' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, TickingBlackList) == 0x0000F0, "Member 'USceneAction_CharacterOptions::TickingBlackList' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, DisableAudioOcclusion) == 0x000140, "Member 'USceneAction_CharacterOptions::DisableAudioOcclusion' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bRemoveSpellEffects) == 0x000141, "Member 'USceneAction_CharacterOptions::bRemoveSpellEffects' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bOverrideDisableSpells) == 0x000142, "Member 'USceneAction_CharacterOptions::bOverrideDisableSpells' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bDisableSpells) == 0x000143, "Member 'USceneAction_CharacterOptions::bDisableSpells' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bRemoveGuideSpline) == 0x000144, "Member 'USceneAction_CharacterOptions::bRemoveGuideSpline' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, DisableSpellsPriority) == 0x000145, "Member 'USceneAction_CharacterOptions::DisableSpellsPriority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bSetRightArmState) == 0x000146, "Member 'USceneAction_CharacterOptions::bSetRightArmState' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, RightArmState) == 0x000147, "Member 'USceneAction_CharacterOptions::RightArmState' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bSetLeftArmState) == 0x000148, "Member 'USceneAction_CharacterOptions::bSetLeftArmState' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, LeftArmState) == 0x000149, "Member 'USceneAction_CharacterOptions::LeftArmState' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, OverrideNPCStateOnFinish) == 0x00014A, "Member 'USceneAction_CharacterOptions::OverrideNPCStateOnFinish' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bOverrideIsTargetableByAi) == 0x00014B, "Member 'USceneAction_CharacterOptions::bOverrideIsTargetableByAi' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bIsTargetableByAi) == 0x00014C, "Member 'USceneAction_CharacterOptions::bIsTargetableByAi' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, TargetableByAiPriority) == 0x00014D, "Member 'USceneAction_CharacterOptions::TargetableByAiPriority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bOverrideIsAiSuspended) == 0x00014E, "Member 'USceneAction_CharacterOptions::bOverrideIsAiSuspended' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bSuspendAi) == 0x00014F, "Member 'USceneAction_CharacterOptions::bSuspendAi' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, SynchronizationMethodProvider) == 0x000150, "Member 'USceneAction_CharacterOptions::SynchronizationMethodProvider' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, ReleaseFleshLockOnFinish) == 0x000158, "Member 'USceneAction_CharacterOptions::ReleaseFleshLockOnFinish' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, SynchronizationMethod) == 0x000159, "Member 'USceneAction_CharacterOptions::SynchronizationMethod' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterOptions, bSynchronizeLocation) == 0x00015A, "Member 'USceneAction_CharacterOptions::bSynchronizeLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_IsValidClass \ static_assert(alignof(UFXFilter_IsValidClass) == 0x000008, "Wrong alignment on UFXFilter_IsValidClass"); \ static_assert(sizeof(UFXFilter_IsValidClass) == 0x000048, "Wrong size on UFXFilter_IsValidClass"); \ static_assert(offsetof(UFXFilter_IsValidClass, ValidClasses) == 0x000030, "Member 'UFXFilter_IsValidClass::ValidClasses' has a wrong offset!"); \ static_assert(offsetof(UFXFilter_IsValidClass, bIncludeParents) == 0x000040, "Member 'UFXFilter_IsValidClass::bIncludeParents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_SpellType \ static_assert(alignof(UFXFilter_SpellType) == 0x000008, "Wrong alignment on UFXFilter_SpellType"); \ static_assert(sizeof(UFXFilter_SpellType) == 0x000040, "Wrong size on UFXFilter_SpellType"); \ static_assert(offsetof(UFXFilter_SpellType, SpellNames) == 0x000030, "Member 'UFXFilter_SpellType::SpellNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleBlendDomainEye \ static_assert(alignof(UWorldFXRuleBlendDomainEye) == 0x000008, "Wrong alignment on UWorldFXRuleBlendDomainEye"); \ static_assert(sizeof(UWorldFXRuleBlendDomainEye) == 0x000040, "Wrong size on UWorldFXRuleBlendDomainEye"); \ #define DUMPER7_ASSERTS_USceneAction_CharacterCaptureFocus \ static_assert(alignof(USceneAction_CharacterCaptureFocus) == 0x000008, "Wrong alignment on USceneAction_CharacterCaptureFocus"); \ static_assert(sizeof(USceneAction_CharacterCaptureFocus) == 0x0000A8, "Wrong size on USceneAction_CharacterCaptureFocus"); \ static_assert(offsetof(USceneAction_CharacterCaptureFocus, bCaptureFocusOnActionStart) == 0x0000A0, "Member 'USceneAction_CharacterCaptureFocus::bCaptureFocusOnActionStart' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterCaptureFocus, bReleaseFocusOnActionEnd) == 0x0000A1, "Member 'USceneAction_CharacterCaptureFocus::bReleaseFocusOnActionEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_HasIAGameplayTag \ static_assert(alignof(UFXFilter_HasIAGameplayTag) == 0x000008, "Wrong alignment on UFXFilter_HasIAGameplayTag"); \ static_assert(sizeof(UFXFilter_HasIAGameplayTag) == 0x000040, "Wrong size on UFXFilter_HasIAGameplayTag"); \ static_assert(offsetof(UFXFilter_HasIAGameplayTag, Actor) == 0x000030, "Member 'UFXFilter_HasIAGameplayTag::Actor' has a wrong offset!"); \ static_assert(offsetof(UFXFilter_HasIAGameplayTag, GameplayTag) == 0x000034, "Member 'UFXFilter_HasIAGameplayTag::GameplayTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerceptionPointArea_GetActive \ static_assert(alignof(PerceptionPointArea_GetActive) == 0x000001, "Wrong alignment on PerceptionPointArea_GetActive"); \ static_assert(sizeof(PerceptionPointArea_GetActive) == 0x000001, "Wrong size on PerceptionPointArea_GetActive"); \ static_assert(offsetof(PerceptionPointArea_GetActive, ReturnValue) == 0x000000, "Member 'PerceptionPointArea_GetActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerceptionPointArea_OnBeginOverlap \ static_assert(alignof(PerceptionPointArea_OnBeginOverlap) == 0x000008, "Wrong alignment on PerceptionPointArea_OnBeginOverlap"); \ static_assert(sizeof(PerceptionPointArea_OnBeginOverlap) == 0x000010, "Wrong size on PerceptionPointArea_OnBeginOverlap"); \ static_assert(offsetof(PerceptionPointArea_OnBeginOverlap, SelfActor) == 0x000000, "Member 'PerceptionPointArea_OnBeginOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(PerceptionPointArea_OnBeginOverlap, OtherActor) == 0x000008, "Member 'PerceptionPointArea_OnBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerceptionPointArea_OnEndOverlap \ static_assert(alignof(PerceptionPointArea_OnEndOverlap) == 0x000008, "Wrong alignment on PerceptionPointArea_OnEndOverlap"); \ static_assert(sizeof(PerceptionPointArea_OnEndOverlap) == 0x000010, "Wrong size on PerceptionPointArea_OnEndOverlap"); \ static_assert(offsetof(PerceptionPointArea_OnEndOverlap, SelfActor) == 0x000000, "Member 'PerceptionPointArea_OnEndOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(PerceptionPointArea_OnEndOverlap, OtherActor) == 0x000008, "Member 'PerceptionPointArea_OnEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerceptionPointArea_SetActive \ static_assert(alignof(PerceptionPointArea_SetActive) == 0x000001, "Wrong alignment on PerceptionPointArea_SetActive"); \ static_assert(sizeof(PerceptionPointArea_SetActive) == 0x000001, "Wrong size on PerceptionPointArea_SetActive"); \ static_assert(offsetof(PerceptionPointArea_SetActive, bInActive) == 0x000000, "Member 'PerceptionPointArea_SetActive::bInActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APerceptionPointArea \ static_assert(alignof(APerceptionPointArea) == 0x000008, "Wrong alignment on APerceptionPointArea"); \ static_assert(sizeof(APerceptionPointArea) == 0x0002C8, "Wrong size on APerceptionPointArea"); \ static_assert(offsetof(APerceptionPointArea, CollisionComponent) == 0x000248, "Member 'APerceptionPointArea::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(APerceptionPointArea, EnteredList) == 0x000250, "Member 'APerceptionPointArea::EnteredList' has a wrong offset!"); \ static_assert(offsetof(APerceptionPointArea, OnEnter) == 0x0002A0, "Member 'APerceptionPointArea::OnEnter' has a wrong offset!"); \ static_assert(offsetof(APerceptionPointArea, OnExit) == 0x0002B0, "Member 'APerceptionPointArea::OnExit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APerceptionPointSphere \ static_assert(alignof(APerceptionPointSphere) == 0x000008, "Wrong alignment on APerceptionPointSphere"); \ static_assert(sizeof(APerceptionPointSphere) == 0x0002C8, "Wrong size on APerceptionPointSphere"); \ #define DUMPER7_ASSERTS_UFXFilter_State \ static_assert(alignof(UFXFilter_State) == 0x000008, "Wrong alignment on UFXFilter_State"); \ static_assert(sizeof(UFXFilter_State) == 0x000038, "Wrong size on UFXFilter_State"); \ static_assert(offsetof(UFXFilter_State, State) == 0x000030, "Member 'UFXFilter_State::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_AbandonStations \ static_assert(alignof(USceneAction_AbandonStations) == 0x000008, "Wrong alignment on USceneAction_AbandonStations"); \ static_assert(sizeof(USceneAction_AbandonStations) == 0x0000A8, "Wrong size on USceneAction_AbandonStations"); \ static_assert(offsetof(USceneAction_AbandonStations, bAbortPerformTasks) == 0x0000A0, "Member 'USceneAction_AbandonStations::bAbortPerformTasks' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AbandonStations, bStopAndWait) == 0x0000A1, "Member 'USceneAction_AbandonStations::bStopAndWait' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_Season \ static_assert(alignof(UFXFilter_Season) == 0x000008, "Wrong alignment on UFXFilter_Season"); \ static_assert(sizeof(UFXFilter_Season) == 0x000038, "Wrong size on UFXFilter_Season"); \ static_assert(offsetof(UFXFilter_Season, bSummer) == 0x000030, "Member 'UFXFilter_Season::bSummer' has a wrong offset!"); \ static_assert(offsetof(UFXFilter_Season, bFall) == 0x000031, "Member 'UFXFilter_Season::bFall' has a wrong offset!"); \ static_assert(offsetof(UFXFilter_Season, bWinter) == 0x000032, "Member 'UFXFilter_Season::bWinter' has a wrong offset!"); \ static_assert(offsetof(UFXFilter_Season, bSpring) == 0x000033, "Member 'UFXFilter_Season::bSpring' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATileSpawnPointCollector \ static_assert(alignof(ATileSpawnPointCollector) == 0x000008, "Wrong alignment on ATileSpawnPointCollector"); \ static_assert(sizeof(ATileSpawnPointCollector) == 0x000528, "Wrong size on ATileSpawnPointCollector"); \ static_assert(offsetof(ATileSpawnPointCollector, UpdateSpawnLocationsDBButton) == 0x000248, "Member 'ATileSpawnPointCollector::UpdateSpawnLocationsDBButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_Scalability \ static_assert(alignof(UFXFilter_Scalability) == 0x000008, "Wrong alignment on UFXFilter_Scalability"); \ static_assert(sizeof(UFXFilter_Scalability) == 0x000038, "Wrong size on UFXFilter_Scalability"); \ static_assert(offsetof(UFXFilter_Scalability, ScalabilityCategory) == 0x000030, "Member 'UFXFilter_Scalability::ScalabilityCategory' has a wrong offset!"); \ static_assert(offsetof(UFXFilter_Scalability, ScalabilityLevels) == 0x000034, "Member 'UFXFilter_Scalability::ScalabilityLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_Platforms \ static_assert(alignof(UFXFilter_Platforms) == 0x000008, "Wrong alignment on UFXFilter_Platforms"); \ static_assert(sizeof(UFXFilter_Platforms) == 0x000038, "Wrong size on UFXFilter_Platforms"); \ static_assert(offsetof(UFXFilter_Platforms, Platforms) == 0x000030, "Member 'UFXFilter_Platforms::Platforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerformTaskCastSpell_OnTargetActorSpawnInFinished \ static_assert(alignof(AIPerformTaskCastSpell_OnTargetActorSpawnInFinished) == 0x000008, "Wrong alignment on AIPerformTaskCastSpell_OnTargetActorSpawnInFinished"); \ static_assert(sizeof(AIPerformTaskCastSpell_OnTargetActorSpawnInFinished) == 0x000008, "Wrong size on AIPerformTaskCastSpell_OnTargetActorSpawnInFinished"); \ static_assert(offsetof(AIPerformTaskCastSpell_OnTargetActorSpawnInFinished, SpawnedActor) == 0x000000, "Member 'AIPerformTaskCastSpell_OnTargetActorSpawnInFinished::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerformTaskCastSpell_WeaponsAreReady \ static_assert(alignof(AIPerformTaskCastSpell_WeaponsAreReady) == 0x000008, "Wrong alignment on AIPerformTaskCastSpell_WeaponsAreReady"); \ static_assert(sizeof(AIPerformTaskCastSpell_WeaponsAreReady) == 0x000008, "Wrong size on AIPerformTaskCastSpell_WeaponsAreReady"); \ static_assert(offsetof(AIPerformTaskCastSpell_WeaponsAreReady, InActor) == 0x000000, "Member 'AIPerformTaskCastSpell_WeaponsAreReady::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskCastSpell \ static_assert(alignof(UAIPerformTaskCastSpell) == 0x000010, "Wrong alignment on UAIPerformTaskCastSpell"); \ static_assert(sizeof(UAIPerformTaskCastSpell) == 0x000100, "Wrong size on UAIPerformTaskCastSpell"); \ static_assert(offsetof(UAIPerformTaskCastSpell, SpellTargetActor) == 0x0000E0, "Member 'UAIPerformTaskCastSpell::SpellTargetActor' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskCastSpell, SpellType) == 0x0000E8, "Member 'UAIPerformTaskCastSpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskCastSpell, CustomSpellAbility) == 0x0000F0, "Member 'UAIPerformTaskCastSpell::CustomSpellAbility' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskCastSpell, CustomSpellToolRecord) == 0x0000F8, "Member 'UAIPerformTaskCastSpell::CustomSpellToolRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerformTaskCastChannelingSpell_DisillusionmentFinished \ static_assert(alignof(AIPerformTaskCastChannelingSpell_DisillusionmentFinished) == 0x000001, "Wrong alignment on AIPerformTaskCastChannelingSpell_DisillusionmentFinished"); \ static_assert(sizeof(AIPerformTaskCastChannelingSpell_DisillusionmentFinished) == 0x000001, "Wrong size on AIPerformTaskCastChannelingSpell_DisillusionmentFinished"); \ static_assert(offsetof(AIPerformTaskCastChannelingSpell_DisillusionmentFinished, InAction) == 0x000000, "Member 'AIPerformTaskCastChannelingSpell_DisillusionmentFinished::InAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskCastChannelingSpell \ static_assert(alignof(UAIPerformTaskCastChannelingSpell) == 0x000010, "Wrong alignment on UAIPerformTaskCastChannelingSpell"); \ static_assert(sizeof(UAIPerformTaskCastChannelingSpell) == 0x000110, "Wrong size on UAIPerformTaskCastChannelingSpell"); \ static_assert(offsetof(UAIPerformTaskCastChannelingSpell, ChannelingSpellType) == 0x000100, "Member 'UAIPerformTaskCastChannelingSpell::ChannelingSpellType' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskCastChannelingSpell, bShouldStopChannelingSpell) == 0x000101, "Member 'UAIPerformTaskCastChannelingSpell::bShouldStopChannelingSpell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_ScalabilityAndPlatforms \ static_assert(alignof(UFXFilter_ScalabilityAndPlatforms) == 0x000008, "Wrong alignment on UFXFilter_ScalabilityAndPlatforms"); \ static_assert(sizeof(UFXFilter_ScalabilityAndPlatforms) == 0x000040, "Wrong size on UFXFilter_ScalabilityAndPlatforms"); \ static_assert(offsetof(UFXFilter_ScalabilityAndPlatforms, Platforms) == 0x000030, "Member 'UFXFilter_ScalabilityAndPlatforms::Platforms' has a wrong offset!"); \ static_assert(offsetof(UFXFilter_ScalabilityAndPlatforms, ScalabilityCategory) == 0x000034, "Member 'UFXFilter_ScalabilityAndPlatforms::ScalabilityCategory' has a wrong offset!"); \ static_assert(offsetof(UFXFilter_ScalabilityAndPlatforms, ScalabilityLevels) == 0x000038, "Member 'UFXFilter_ScalabilityAndPlatforms::ScalabilityLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_ValuePropertyCompare \ static_assert(alignof(UFXFilter_ValuePropertyCompare) == 0x000008, "Wrong alignment on UFXFilter_ValuePropertyCompare"); \ static_assert(sizeof(UFXFilter_ValuePropertyCompare) == 0x000048, "Wrong size on UFXFilter_ValuePropertyCompare"); \ static_assert(offsetof(UFXFilter_ValuePropertyCompare, PropertyOwner) == 0x000030, "Member 'UFXFilter_ValuePropertyCompare::PropertyOwner' has a wrong offset!"); \ static_assert(offsetof(UFXFilter_ValuePropertyCompare, Name_0) == 0x000034, "Member 'UFXFilter_ValuePropertyCompare::Name_0' has a wrong offset!"); \ static_assert(offsetof(UFXFilter_ValuePropertyCompare, Condition) == 0x00003C, "Member 'UFXFilter_ValuePropertyCompare::Condition' has a wrong offset!"); \ static_assert(offsetof(UFXFilter_ValuePropertyCompare, Value) == 0x000040, "Member 'UFXFilter_ValuePropertyCompare::Value' has a wrong offset!"); \ static_assert(offsetof(UFXFilter_ValuePropertyCompare, VectorUsage) == 0x000044, "Member 'UFXFilter_ValuePropertyCompare::VectorUsage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveLoadSettingsWidget_RestartFromLastSave \ static_assert(alignof(SaveLoadSettingsWidget_RestartFromLastSave) == 0x000001, "Wrong alignment on SaveLoadSettingsWidget_RestartFromLastSave"); \ static_assert(sizeof(SaveLoadSettingsWidget_RestartFromLastSave) == 0x000001, "Wrong size on SaveLoadSettingsWidget_RestartFromLastSave"); \ static_assert(offsetof(SaveLoadSettingsWidget_RestartFromLastSave, ReturnValue) == 0x000000, "Member 'SaveLoadSettingsWidget_RestartFromLastSave::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USaveLoadSettingsWidget \ static_assert(alignof(USaveLoadSettingsWidget) == 0x000008, "Wrong alignment on USaveLoadSettingsWidget"); \ static_assert(sizeof(USaveLoadSettingsWidget) == 0x000410, "Wrong size on USaveLoadSettingsWidget"); \ static_assert(offsetof(USaveLoadSettingsWidget, OnLoadButtonClicked) == 0x0003F0, "Member 'USaveLoadSettingsWidget::OnLoadButtonClicked' has a wrong offset!"); \ static_assert(offsetof(USaveLoadSettingsWidget, OnSaveButtonClicked) == 0x000400, "Member 'USaveLoadSettingsWidget::OnSaveButtonClicked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_Or \ static_assert(alignof(UFXFilter_Or) == 0x000008, "Wrong alignment on UFXFilter_Or"); \ static_assert(sizeof(UFXFilter_Or) == 0x000040, "Wrong size on UFXFilter_Or"); \ static_assert(offsetof(UFXFilter_Or, filters) == 0x000030, "Member 'UFXFilter_Or::filters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPerformTaskAITeleportToTransform \ static_assert(alignof(UPerformTaskAITeleportToTransform) == 0x000010, "Wrong alignment on UPerformTaskAITeleportToTransform"); \ static_assert(sizeof(UPerformTaskAITeleportToTransform) == 0x0000E0, "Wrong size on UPerformTaskAITeleportToTransform"); \ static_assert(offsetof(UPerformTaskAITeleportToTransform, TeleportTargetPoint) == 0x0000D8, "Member 'UPerformTaskAITeleportToTransform::TeleportTargetPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Poke_FXPokeMaterialSwapColorParameter \ static_assert(alignof(MultiFX2Poke_FXPokeMaterialSwapColorParameter) == 0x000008, "Wrong alignment on MultiFX2Poke_FXPokeMaterialSwapColorParameter"); \ static_assert(sizeof(MultiFX2Poke_FXPokeMaterialSwapColorParameter) == 0x000028, "Wrong size on MultiFX2Poke_FXPokeMaterialSwapColorParameter"); \ static_assert(offsetof(MultiFX2Poke_FXPokeMaterialSwapColorParameter, FXHandle) == 0x000000, "Member 'MultiFX2Poke_FXPokeMaterialSwapColorParameter::FXHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeMaterialSwapColorParameter, Parameter) == 0x000008, "Member 'MultiFX2Poke_FXPokeMaterialSwapColorParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeMaterialSwapColorParameter, Value) == 0x000010, "Member 'MultiFX2Poke_FXPokeMaterialSwapColorParameter::Value' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeMaterialSwapColorParameter, bSuccess) == 0x000020, "Member 'MultiFX2Poke_FXPokeMaterialSwapColorParameter::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Poke_FXPokeMaterialSwapParameters \ static_assert(alignof(MultiFX2Poke_FXPokeMaterialSwapParameters) == 0x000008, "Wrong alignment on MultiFX2Poke_FXPokeMaterialSwapParameters"); \ static_assert(sizeof(MultiFX2Poke_FXPokeMaterialSwapParameters) == 0x000060, "Wrong size on MultiFX2Poke_FXPokeMaterialSwapParameters"); \ static_assert(offsetof(MultiFX2Poke_FXPokeMaterialSwapParameters, FXHandle) == 0x000000, "Member 'MultiFX2Poke_FXPokeMaterialSwapParameters::FXHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeMaterialSwapParameters, Parameters) == 0x000008, "Member 'MultiFX2Poke_FXPokeMaterialSwapParameters::Parameters' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeMaterialSwapParameters, bSuccess) == 0x000058, "Member 'MultiFX2Poke_FXPokeMaterialSwapParameters::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Poke_FXPokeMaterialSwapScalarParameter \ static_assert(alignof(MultiFX2Poke_FXPokeMaterialSwapScalarParameter) == 0x000008, "Wrong alignment on MultiFX2Poke_FXPokeMaterialSwapScalarParameter"); \ static_assert(sizeof(MultiFX2Poke_FXPokeMaterialSwapScalarParameter) == 0x000018, "Wrong size on MultiFX2Poke_FXPokeMaterialSwapScalarParameter"); \ static_assert(offsetof(MultiFX2Poke_FXPokeMaterialSwapScalarParameter, FXHandle) == 0x000000, "Member 'MultiFX2Poke_FXPokeMaterialSwapScalarParameter::FXHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeMaterialSwapScalarParameter, Parameter) == 0x000008, "Member 'MultiFX2Poke_FXPokeMaterialSwapScalarParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeMaterialSwapScalarParameter, Value) == 0x000010, "Member 'MultiFX2Poke_FXPokeMaterialSwapScalarParameter::Value' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeMaterialSwapScalarParameter, bSuccess) == 0x000014, "Member 'MultiFX2Poke_FXPokeMaterialSwapScalarParameter::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Poke_FXPokeMaterialSwapVectorParameter \ static_assert(alignof(MultiFX2Poke_FXPokeMaterialSwapVectorParameter) == 0x000008, "Wrong alignment on MultiFX2Poke_FXPokeMaterialSwapVectorParameter"); \ static_assert(sizeof(MultiFX2Poke_FXPokeMaterialSwapVectorParameter) == 0x000020, "Wrong size on MultiFX2Poke_FXPokeMaterialSwapVectorParameter"); \ static_assert(offsetof(MultiFX2Poke_FXPokeMaterialSwapVectorParameter, FXHandle) == 0x000000, "Member 'MultiFX2Poke_FXPokeMaterialSwapVectorParameter::FXHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeMaterialSwapVectorParameter, Parameter) == 0x000008, "Member 'MultiFX2Poke_FXPokeMaterialSwapVectorParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeMaterialSwapVectorParameter, Value) == 0x000010, "Member 'MultiFX2Poke_FXPokeMaterialSwapVectorParameter::Value' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeMaterialSwapVectorParameter, bSuccess) == 0x00001C, "Member 'MultiFX2Poke_FXPokeMaterialSwapVectorParameter::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Poke_FXPokeNiagara \ static_assert(alignof(MultiFX2Poke_FXPokeNiagara) == 0x000008, "Wrong alignment on MultiFX2Poke_FXPokeNiagara"); \ static_assert(sizeof(MultiFX2Poke_FXPokeNiagara) == 0x000088, "Wrong size on MultiFX2Poke_FXPokeNiagara"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagara, FXHandle) == 0x000000, "Member 'MultiFX2Poke_FXPokeNiagara::FXHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagara, FXPoke) == 0x000008, "Member 'MultiFX2Poke_FXPokeNiagara::FXPoke' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagara, bSuccess) == 0x000080, "Member 'MultiFX2Poke_FXPokeNiagara::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Poke_FXPokeNiagaraBool \ static_assert(alignof(MultiFX2Poke_FXPokeNiagaraBool) == 0x000008, "Wrong alignment on MultiFX2Poke_FXPokeNiagaraBool"); \ static_assert(sizeof(MultiFX2Poke_FXPokeNiagaraBool) == 0x000028, "Wrong size on MultiFX2Poke_FXPokeNiagaraBool"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraBool, FXHandle) == 0x000000, "Member 'MultiFX2Poke_FXPokeNiagaraBool::FXHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraBool, FXPoke) == 0x000008, "Member 'MultiFX2Poke_FXPokeNiagaraBool::FXPoke' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraBool, bSuccess) == 0x000020, "Member 'MultiFX2Poke_FXPokeNiagaraBool::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Poke_FXPokeNiagaraColor \ static_assert(alignof(MultiFX2Poke_FXPokeNiagaraColor) == 0x000008, "Wrong alignment on MultiFX2Poke_FXPokeNiagaraColor"); \ static_assert(sizeof(MultiFX2Poke_FXPokeNiagaraColor) == 0x000030, "Wrong size on MultiFX2Poke_FXPokeNiagaraColor"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraColor, FXHandle) == 0x000000, "Member 'MultiFX2Poke_FXPokeNiagaraColor::FXHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraColor, FXPoke) == 0x000008, "Member 'MultiFX2Poke_FXPokeNiagaraColor::FXPoke' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraColor, bSuccess) == 0x000028, "Member 'MultiFX2Poke_FXPokeNiagaraColor::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Poke_FXPokeNiagaraFloat \ static_assert(alignof(MultiFX2Poke_FXPokeNiagaraFloat) == 0x000008, "Wrong alignment on MultiFX2Poke_FXPokeNiagaraFloat"); \ static_assert(sizeof(MultiFX2Poke_FXPokeNiagaraFloat) == 0x000028, "Wrong size on MultiFX2Poke_FXPokeNiagaraFloat"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraFloat, FXHandle) == 0x000000, "Member 'MultiFX2Poke_FXPokeNiagaraFloat::FXHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraFloat, FXPoke) == 0x000008, "Member 'MultiFX2Poke_FXPokeNiagaraFloat::FXPoke' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraFloat, bSuccess) == 0x000020, "Member 'MultiFX2Poke_FXPokeNiagaraFloat::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Poke_FXPokeNiagaraInt \ static_assert(alignof(MultiFX2Poke_FXPokeNiagaraInt) == 0x000008, "Wrong alignment on MultiFX2Poke_FXPokeNiagaraInt"); \ static_assert(sizeof(MultiFX2Poke_FXPokeNiagaraInt) == 0x000028, "Wrong size on MultiFX2Poke_FXPokeNiagaraInt"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraInt, FXHandle) == 0x000000, "Member 'MultiFX2Poke_FXPokeNiagaraInt::FXHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraInt, FXPoke) == 0x000008, "Member 'MultiFX2Poke_FXPokeNiagaraInt::FXPoke' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraInt, bSuccess) == 0x000020, "Member 'MultiFX2Poke_FXPokeNiagaraInt::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Poke_FXPokeNiagaraQuat \ static_assert(alignof(MultiFX2Poke_FXPokeNiagaraQuat) == 0x000008, "Wrong alignment on MultiFX2Poke_FXPokeNiagaraQuat"); \ static_assert(sizeof(MultiFX2Poke_FXPokeNiagaraQuat) == 0x000030, "Wrong size on MultiFX2Poke_FXPokeNiagaraQuat"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraQuat, FXHandle) == 0x000000, "Member 'MultiFX2Poke_FXPokeNiagaraQuat::FXHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraQuat, FXPoke) == 0x000008, "Member 'MultiFX2Poke_FXPokeNiagaraQuat::FXPoke' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraQuat, bSuccess) == 0x000028, "Member 'MultiFX2Poke_FXPokeNiagaraQuat::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Poke_FXPokeNiagaraVector \ static_assert(alignof(MultiFX2Poke_FXPokeNiagaraVector) == 0x000008, "Wrong alignment on MultiFX2Poke_FXPokeNiagaraVector"); \ static_assert(sizeof(MultiFX2Poke_FXPokeNiagaraVector) == 0x000030, "Wrong size on MultiFX2Poke_FXPokeNiagaraVector"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraVector, FXHandle) == 0x000000, "Member 'MultiFX2Poke_FXPokeNiagaraVector::FXHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraVector, FXPoke) == 0x000008, "Member 'MultiFX2Poke_FXPokeNiagaraVector::FXPoke' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraVector, bSuccess) == 0x000028, "Member 'MultiFX2Poke_FXPokeNiagaraVector::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Poke_FXPokeNiagaraVector4 \ static_assert(alignof(MultiFX2Poke_FXPokeNiagaraVector4) == 0x000010, "Wrong alignment on MultiFX2Poke_FXPokeNiagaraVector4"); \ static_assert(sizeof(MultiFX2Poke_FXPokeNiagaraVector4) == 0x000040, "Wrong size on MultiFX2Poke_FXPokeNiagaraVector4"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraVector4, FXHandle) == 0x000000, "Member 'MultiFX2Poke_FXPokeNiagaraVector4::FXHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraVector4, FXPoke) == 0x000010, "Member 'MultiFX2Poke_FXPokeNiagaraVector4::FXPoke' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeNiagaraVector4, bSuccess) == 0x000030, "Member 'MultiFX2Poke_FXPokeNiagaraVector4::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Poke_FXPokeSkinFXColorParameter \ static_assert(alignof(MultiFX2Poke_FXPokeSkinFXColorParameter) == 0x000008, "Wrong alignment on MultiFX2Poke_FXPokeSkinFXColorParameter"); \ static_assert(sizeof(MultiFX2Poke_FXPokeSkinFXColorParameter) == 0x000030, "Wrong size on MultiFX2Poke_FXPokeSkinFXColorParameter"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXColorParameter, FXHandle) == 0x000000, "Member 'MultiFX2Poke_FXPokeSkinFXColorParameter::FXHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXColorParameter, FX) == 0x000008, "Member 'MultiFX2Poke_FXPokeSkinFXColorParameter::FX' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXColorParameter, Parameter) == 0x000010, "Member 'MultiFX2Poke_FXPokeSkinFXColorParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXColorParameter, Value) == 0x000018, "Member 'MultiFX2Poke_FXPokeSkinFXColorParameter::Value' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXColorParameter, bSuccess) == 0x000028, "Member 'MultiFX2Poke_FXPokeSkinFXColorParameter::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Poke_FXPokeSkinFXParameters \ static_assert(alignof(MultiFX2Poke_FXPokeSkinFXParameters) == 0x000008, "Wrong alignment on MultiFX2Poke_FXPokeSkinFXParameters"); \ static_assert(sizeof(MultiFX2Poke_FXPokeSkinFXParameters) == 0x000068, "Wrong size on MultiFX2Poke_FXPokeSkinFXParameters"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXParameters, FXHandle) == 0x000000, "Member 'MultiFX2Poke_FXPokeSkinFXParameters::FXHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXParameters, FX) == 0x000008, "Member 'MultiFX2Poke_FXPokeSkinFXParameters::FX' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXParameters, Parameters) == 0x000010, "Member 'MultiFX2Poke_FXPokeSkinFXParameters::Parameters' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXParameters, bSuccess) == 0x000060, "Member 'MultiFX2Poke_FXPokeSkinFXParameters::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Poke_FXPokeSkinFXScalarParameter \ static_assert(alignof(MultiFX2Poke_FXPokeSkinFXScalarParameter) == 0x000008, "Wrong alignment on MultiFX2Poke_FXPokeSkinFXScalarParameter"); \ static_assert(sizeof(MultiFX2Poke_FXPokeSkinFXScalarParameter) == 0x000020, "Wrong size on MultiFX2Poke_FXPokeSkinFXScalarParameter"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXScalarParameter, FXHandle) == 0x000000, "Member 'MultiFX2Poke_FXPokeSkinFXScalarParameter::FXHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXScalarParameter, FX) == 0x000008, "Member 'MultiFX2Poke_FXPokeSkinFXScalarParameter::FX' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXScalarParameter, Parameter) == 0x000010, "Member 'MultiFX2Poke_FXPokeSkinFXScalarParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXScalarParameter, Value) == 0x000018, "Member 'MultiFX2Poke_FXPokeSkinFXScalarParameter::Value' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXScalarParameter, bSuccess) == 0x00001C, "Member 'MultiFX2Poke_FXPokeSkinFXScalarParameter::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2Poke_FXPokeSkinFXVectorParameter \ static_assert(alignof(MultiFX2Poke_FXPokeSkinFXVectorParameter) == 0x000008, "Wrong alignment on MultiFX2Poke_FXPokeSkinFXVectorParameter"); \ static_assert(sizeof(MultiFX2Poke_FXPokeSkinFXVectorParameter) == 0x000028, "Wrong size on MultiFX2Poke_FXPokeSkinFXVectorParameter"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXVectorParameter, FXHandle) == 0x000000, "Member 'MultiFX2Poke_FXPokeSkinFXVectorParameter::FXHandle' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXVectorParameter, FX) == 0x000008, "Member 'MultiFX2Poke_FXPokeSkinFXVectorParameter::FX' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXVectorParameter, Parameter) == 0x000010, "Member 'MultiFX2Poke_FXPokeSkinFXVectorParameter::Parameter' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXVectorParameter, Value) == 0x000018, "Member 'MultiFX2Poke_FXPokeSkinFXVectorParameter::Value' has a wrong offset!"); \ static_assert(offsetof(MultiFX2Poke_FXPokeSkinFXVectorParameter, bSuccess) == 0x000024, "Member 'MultiFX2Poke_FXPokeSkinFXVectorParameter::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2Poke \ static_assert(alignof(UMultiFX2Poke) == 0x000008, "Wrong alignment on UMultiFX2Poke"); \ static_assert(sizeof(UMultiFX2Poke) == 0x000028, "Wrong size on UMultiFX2Poke"); \ #define DUMPER7_ASSERTS_USceneActionState_Adaptation \ static_assert(alignof(USceneActionState_Adaptation) == 0x000008, "Wrong alignment on USceneActionState_Adaptation"); \ static_assert(sizeof(USceneActionState_Adaptation) == 0x0000E8, "Wrong size on USceneActionState_Adaptation"); \ static_assert(offsetof(USceneActionState_Adaptation, InitialState) == 0x000058, "Member 'USceneActionState_Adaptation::InitialState' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Adaptation, CurrentTime) == 0x0000E0, "Member 'USceneActionState_Adaptation::CurrentTime' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Adaptation, bInitialStateValid) == 0x0000E4, "Member 'USceneActionState_Adaptation::bInitialStateValid' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_Adaptation, bInserted) == 0x0000E5, "Member 'USceneActionState_Adaptation::bInserted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2_PostProcessingDefinition_CurvesCanKill \ static_assert(alignof(MultiFX2_PostProcessingDefinition_CurvesCanKill) == 0x000001, "Wrong alignment on MultiFX2_PostProcessingDefinition_CurvesCanKill"); \ static_assert(sizeof(MultiFX2_PostProcessingDefinition_CurvesCanKill) == 0x000001, "Wrong size on MultiFX2_PostProcessingDefinition_CurvesCanKill"); \ static_assert(offsetof(MultiFX2_PostProcessingDefinition_CurvesCanKill, ReturnValue) == 0x000000, "Member 'MultiFX2_PostProcessingDefinition_CurvesCanKill::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2_PostProcessingDefinition_HasCurves \ static_assert(alignof(MultiFX2_PostProcessingDefinition_HasCurves) == 0x000001, "Wrong alignment on MultiFX2_PostProcessingDefinition_HasCurves"); \ static_assert(sizeof(MultiFX2_PostProcessingDefinition_HasCurves) == 0x000001, "Wrong size on MultiFX2_PostProcessingDefinition_HasCurves"); \ static_assert(offsetof(MultiFX2_PostProcessingDefinition_HasCurves, ReturnValue) == 0x000000, "Member 'MultiFX2_PostProcessingDefinition_HasCurves::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiFX2_PostProcessingDefinition_LongestCurve \ static_assert(alignof(MultiFX2_PostProcessingDefinition_LongestCurve) == 0x000004, "Wrong alignment on MultiFX2_PostProcessingDefinition_LongestCurve"); \ static_assert(sizeof(MultiFX2_PostProcessingDefinition_LongestCurve) == 0x000008, "Wrong size on MultiFX2_PostProcessingDefinition_LongestCurve"); \ static_assert(offsetof(MultiFX2_PostProcessingDefinition_LongestCurve, bKillOnly) == 0x000000, "Member 'MultiFX2_PostProcessingDefinition_LongestCurve::bKillOnly' has a wrong offset!"); \ static_assert(offsetof(MultiFX2_PostProcessingDefinition_LongestCurve, ReturnValue) == 0x000004, "Member 'MultiFX2_PostProcessingDefinition_LongestCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_PostProcessingDefinition \ static_assert(alignof(UMultiFX2_PostProcessingDefinition) == 0x000010, "Wrong alignment on UMultiFX2_PostProcessingDefinition"); \ static_assert(sizeof(UMultiFX2_PostProcessingDefinition) == 0x000670, "Wrong size on UMultiFX2_PostProcessingDefinition"); \ static_assert(offsetof(UMultiFX2_PostProcessingDefinition, Settings) == 0x000030, "Member 'UMultiFX2_PostProcessingDefinition::Settings' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_PostProcessingDefinition, DefaultCurves) == 0x000620, "Member 'UMultiFX2_PostProcessingDefinition::DefaultCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrackingInfoWidget_DisplayTrackerInfo \ static_assert(alignof(TrackingInfoWidget_DisplayTrackerInfo) == 0x000008, "Wrong alignment on TrackingInfoWidget_DisplayTrackerInfo"); \ static_assert(sizeof(TrackingInfoWidget_DisplayTrackerInfo) == 0x000040, "Wrong size on TrackingInfoWidget_DisplayTrackerInfo"); \ static_assert(offsetof(TrackingInfoWidget_DisplayTrackerInfo, TrackerTitle) == 0x000000, "Member 'TrackingInfoWidget_DisplayTrackerInfo::TrackerTitle' has a wrong offset!"); \ static_assert(offsetof(TrackingInfoWidget_DisplayTrackerInfo, TaskData) == 0x000010, "Member 'TrackingInfoWidget_DisplayTrackerInfo::TaskData' has a wrong offset!"); \ static_assert(offsetof(TrackingInfoWidget_DisplayTrackerInfo, ExtendedDesc) == 0x000020, "Member 'TrackingInfoWidget_DisplayTrackerInfo::ExtendedDesc' has a wrong offset!"); \ static_assert(offsetof(TrackingInfoWidget_DisplayTrackerInfo, IconName) == 0x000030, "Member 'TrackingInfoWidget_DisplayTrackerInfo::IconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrackingInfoWidget_GetIsDisplayed \ static_assert(alignof(TrackingInfoWidget_GetIsDisplayed) == 0x000001, "Wrong alignment on TrackingInfoWidget_GetIsDisplayed"); \ static_assert(sizeof(TrackingInfoWidget_GetIsDisplayed) == 0x000001, "Wrong size on TrackingInfoWidget_GetIsDisplayed"); \ static_assert(offsetof(TrackingInfoWidget_GetIsDisplayed, ReturnValue) == 0x000000, "Member 'TrackingInfoWidget_GetIsDisplayed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrackingInfoWidget_GetIsExtended \ static_assert(alignof(TrackingInfoWidget_GetIsExtended) == 0x000001, "Wrong alignment on TrackingInfoWidget_GetIsExtended"); \ static_assert(sizeof(TrackingInfoWidget_GetIsExtended) == 0x000001, "Wrong size on TrackingInfoWidget_GetIsExtended"); \ static_assert(offsetof(TrackingInfoWidget_GetIsExtended, ReturnValue) == 0x000000, "Member 'TrackingInfoWidget_GetIsExtended::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTrackingInfoWidget \ static_assert(alignof(UTrackingInfoWidget) == 0x000008, "Wrong alignment on UTrackingInfoWidget"); \ static_assert(sizeof(UTrackingInfoWidget) == 0x000278, "Wrong size on UTrackingInfoWidget"); \ static_assert(offsetof(UTrackingInfoWidget, DisplayDuration) == 0x000268, "Member 'UTrackingInfoWidget::DisplayDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_PostProcessing \ static_assert(alignof(UMultiFX2_PostProcessing) == 0x000008, "Wrong alignment on UMultiFX2_PostProcessing"); \ static_assert(sizeof(UMultiFX2_PostProcessing) == 0x000088, "Wrong size on UMultiFX2_PostProcessing"); \ static_assert(offsetof(UMultiFX2_PostProcessing, Definition) == 0x000068, "Member 'UMultiFX2_PostProcessing::Definition' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_PostProcessing, AutoBlendInTime) == 0x000070, "Member 'UMultiFX2_PostProcessing::AutoBlendInTime' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_PostProcessing, AutoBlendOutTime) == 0x000074, "Member 'UMultiFX2_PostProcessing::AutoBlendOutTime' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_PostProcessing, DefaultBlendOutTime) == 0x000078, "Member 'UMultiFX2_PostProcessing::DefaultBlendOutTime' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_PostProcessing, bUseAutoBlendIn) == 0x00007C, "Member 'UMultiFX2_PostProcessing::bUseAutoBlendIn' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_PostProcessing, bUseAutoBlendOut) == 0x00007D, "Member 'UMultiFX2_PostProcessing::bUseAutoBlendOut' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_PostProcessing, Priority) == 0x000080, "Member 'UMultiFX2_PostProcessing::Priority' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_PostProcessing, IfAlreadyRunning) == 0x000084, "Member 'UMultiFX2_PostProcessing::IfAlreadyRunning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPerformTaskSetPlayerSpeedMode \ static_assert(alignof(UPerformTaskSetPlayerSpeedMode) == 0x000010, "Wrong alignment on UPerformTaskSetPlayerSpeedMode"); \ static_assert(sizeof(UPerformTaskSetPlayerSpeedMode) == 0x000100, "Wrong size on UPerformTaskSetPlayerSpeedMode"); \ static_assert(offsetof(UPerformTaskSetPlayerSpeedMode, SpeedMode) == 0x0000D8, "Member 'UPerformTaskSetPlayerSpeedMode::SpeedMode' has a wrong offset!"); \ static_assert(offsetof(UPerformTaskSetPlayerSpeedMode, SpeedModifier) == 0x0000D9, "Member 'UPerformTaskSetPlayerSpeedMode::SpeedModifier' has a wrong offset!"); \ static_assert(offsetof(UPerformTaskSetPlayerSpeedMode, bShouldRevertToDefault) == 0x0000DA, "Member 'UPerformTaskSetPlayerSpeedMode::bShouldRevertToDefault' has a wrong offset!"); \ static_assert(offsetof(UPerformTaskSetPlayerSpeedMode, changePlayerSpeedRadius) == 0x0000DC, "Member 'UPerformTaskSetPlayerSpeedMode::changePlayerSpeedRadius' has a wrong offset!"); \ static_assert(offsetof(UPerformTaskSetPlayerSpeedMode, revertRadius) == 0x0000E0, "Member 'UPerformTaskSetPlayerSpeedMode::revertRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_PostProcessingCurves \ static_assert(alignof(UFXUpdate_PostProcessingCurves) == 0x000008, "Wrong alignment on UFXUpdate_PostProcessingCurves"); \ static_assert(sizeof(UFXUpdate_PostProcessingCurves) == 0x0000D0, "Wrong size on UFXUpdate_PostProcessingCurves"); \ static_assert(offsetof(UFXUpdate_PostProcessingCurves, Curves) == 0x000080, "Member 'UFXUpdate_PostProcessingCurves::Curves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMultiFX2PostProcessSingleton \ static_assert(alignof(AMultiFX2PostProcessSingleton) == 0x000008, "Wrong alignment on AMultiFX2PostProcessSingleton"); \ static_assert(sizeof(AMultiFX2PostProcessSingleton) == 0x000258, "Wrong size on AMultiFX2PostProcessSingleton"); \ static_assert(offsetof(AMultiFX2PostProcessSingleton, PostProcessComponents) == 0x000248, "Member 'AMultiFX2PostProcessSingleton::PostProcessComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ActorMeshStates \ static_assert(alignof(USceneAction_ActorMeshStates) == 0x000008, "Wrong alignment on USceneAction_ActorMeshStates"); \ static_assert(sizeof(USceneAction_ActorMeshStates) == 0x0000A8, "Wrong size on USceneAction_ActorMeshStates"); \ static_assert(offsetof(USceneAction_ActorMeshStates, bIncludeChildActors) == 0x0000A0, "Member 'USceneAction_ActorMeshStates::bIncludeChildActors' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ActorMeshStates, bUpdateEveryFrame) == 0x0000A1, "Member 'USceneAction_ActorMeshStates::bUpdateEveryFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ActorMeshFullSetup \ static_assert(alignof(USceneAction_ActorMeshFullSetup) == 0x000008, "Wrong alignment on USceneAction_ActorMeshFullSetup"); \ static_assert(sizeof(USceneAction_ActorMeshFullSetup) == 0x0000C0, "Wrong size on USceneAction_ActorMeshFullSetup"); \ static_assert(offsetof(USceneAction_ActorMeshFullSetup, Setup) == 0x0000A8, "Member 'USceneAction_ActorMeshFullSetup::Setup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXUpdate_Timed_DeactivateFX \ static_assert(alignof(FXUpdate_Timed_DeactivateFX) == 0x000008, "Wrong alignment on FXUpdate_Timed_DeactivateFX"); \ static_assert(sizeof(FXUpdate_Timed_DeactivateFX) == 0x000010, "Wrong size on FXUpdate_Timed_DeactivateFX"); \ static_assert(offsetof(FXUpdate_Timed_DeactivateFX, InHandle) == 0x000000, "Member 'FXUpdate_Timed_DeactivateFX::InHandle' has a wrong offset!"); \ static_assert(offsetof(FXUpdate_Timed_DeactivateFX, FXBase) == 0x000008, "Member 'FXUpdate_Timed_DeactivateFX::FXBase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_Timed \ static_assert(alignof(UFXUpdate_Timed) == 0x000008, "Wrong alignment on UFXUpdate_Timed"); \ static_assert(sizeof(UFXUpdate_Timed) == 0x000088, "Wrong size on UFXUpdate_Timed"); \ static_assert(offsetof(UFXUpdate_Timed, Duration) == 0x000028, "Member 'UFXUpdate_Timed::Duration' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_Timed, bForceKill) == 0x00002C, "Member 'UFXUpdate_Timed::bForceKill' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_Timed, World) == 0x000030, "Member 'UFXUpdate_Timed::World' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObjectLevitateComponent \ static_assert(alignof(UObjectLevitateComponent) == 0x000008, "Wrong alignment on UObjectLevitateComponent"); \ static_assert(sizeof(UObjectLevitateComponent) == 0x000160, "Wrong size on UObjectLevitateComponent"); \ static_assert(offsetof(UObjectLevitateComponent, HoverForce) == 0x0000D0, "Member 'UObjectLevitateComponent::HoverForce' has a wrong offset!"); \ static_assert(offsetof(UObjectLevitateComponent, TorqueScale) == 0x0000D4, "Member 'UObjectLevitateComponent::TorqueScale' has a wrong offset!"); \ static_assert(offsetof(UObjectLevitateComponent, HoverHeight) == 0x0000D8, "Member 'UObjectLevitateComponent::HoverHeight' has a wrong offset!"); \ static_assert(offsetof(UObjectLevitateComponent, LinearDamping) == 0x0000DC, "Member 'UObjectLevitateComponent::LinearDamping' has a wrong offset!"); \ static_assert(offsetof(UObjectLevitateComponent, AngularDamping) == 0x0000E0, "Member 'UObjectLevitateComponent::AngularDamping' has a wrong offset!"); \ static_assert(offsetof(UObjectLevitateComponent, DefaultLevitateVfx) == 0x0000E8, "Member 'UObjectLevitateComponent::DefaultLevitateVfx' has a wrong offset!"); \ static_assert(offsetof(UObjectLevitateComponent, DefaultLevitateSfx) == 0x0000F0, "Member 'UObjectLevitateComponent::DefaultLevitateSfx' has a wrong offset!"); \ static_assert(offsetof(UObjectLevitateComponent, bOverrideEffects) == 0x0000F8, "Member 'UObjectLevitateComponent::bOverrideEffects' has a wrong offset!"); \ static_assert(offsetof(UObjectLevitateComponent, LevitateVfx) == 0x000100, "Member 'UObjectLevitateComponent::LevitateVfx' has a wrong offset!"); \ static_assert(offsetof(UObjectLevitateComponent, LevitateSfx) == 0x000108, "Member 'UObjectLevitateComponent::LevitateSfx' has a wrong offset!"); \ static_assert(offsetof(UObjectLevitateComponent, HoverTargetOffset) == 0x000110, "Member 'UObjectLevitateComponent::HoverTargetOffset' has a wrong offset!"); \ static_assert(offsetof(UObjectLevitateComponent, HoverTargetRotation) == 0x000118, "Member 'UObjectLevitateComponent::HoverTargetRotation' has a wrong offset!"); \ static_assert(offsetof(UObjectLevitateComponent, Owner) == 0x000120, "Member 'UObjectLevitateComponent::Owner' has a wrong offset!"); \ static_assert(offsetof(UObjectLevitateComponent, LevitateMesh) == 0x000128, "Member 'UObjectLevitateComponent::LevitateMesh' has a wrong offset!"); \ static_assert(offsetof(UObjectLevitateComponent, SavedHoverHeight) == 0x000130, "Member 'UObjectLevitateComponent::SavedHoverHeight' has a wrong offset!"); \ static_assert(offsetof(UObjectLevitateComponent, SavedHoverForce) == 0x000134, "Member 'UObjectLevitateComponent::SavedHoverForce' has a wrong offset!"); \ static_assert(offsetof(UObjectLevitateComponent, SavedMass) == 0x000138, "Member 'UObjectLevitateComponent::SavedMass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXUpdate_EndWhenMovementStops_MovementStopped \ static_assert(alignof(FXUpdate_EndWhenMovementStops_MovementStopped) == 0x000008, "Wrong alignment on FXUpdate_EndWhenMovementStops_MovementStopped"); \ static_assert(sizeof(FXUpdate_EndWhenMovementStops_MovementStopped) == 0x000008, "Wrong size on FXUpdate_EndWhenMovementStops_MovementStopped"); \ static_assert(offsetof(FXUpdate_EndWhenMovementStops_MovementStopped, InActor) == 0x000000, "Member 'FXUpdate_EndWhenMovementStops_MovementStopped::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_EndWhenMovementStops \ static_assert(alignof(UFXUpdate_EndWhenMovementStops) == 0x000008, "Wrong alignment on UFXUpdate_EndWhenMovementStops"); \ static_assert(sizeof(UFXUpdate_EndWhenMovementStops) == 0x000028, "Wrong size on UFXUpdate_EndWhenMovementStops"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ProtegoReflectDamageOnCursed \ static_assert(alignof(URPGTriggerEffect_ProtegoReflectDamageOnCursed) == 0x000008, "Wrong alignment on URPGTriggerEffect_ProtegoReflectDamageOnCursed"); \ static_assert(sizeof(URPGTriggerEffect_ProtegoReflectDamageOnCursed) == 0x000058, "Wrong size on URPGTriggerEffect_ProtegoReflectDamageOnCursed"); \ static_assert(offsetof(URPGTriggerEffect_ProtegoReflectDamageOnCursed, DamageScale) == 0x000050, "Member 'URPGTriggerEffect_ProtegoReflectDamageOnCursed::DamageScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_KeepOnGround \ static_assert(alignof(UFXUpdate_KeepOnGround) == 0x000008, "Wrong alignment on UFXUpdate_KeepOnGround"); \ static_assert(sizeof(UFXUpdate_KeepOnGround) == 0x000090, "Wrong size on UFXUpdate_KeepOnGround"); \ static_assert(offsetof(UFXUpdate_KeepOnGround, MaxDistance) == 0x000080, "Member 'UFXUpdate_KeepOnGround::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_KeepOnGround, InterpolationWeight) == 0x000084, "Member 'UFXUpdate_KeepOnGround::InterpolationWeight' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_KeepOnGround, bPlayIfNoGround) == 0x000088, "Member 'UFXUpdate_KeepOnGround::bPlayIfNoGround' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_KeepOnGround, bOrientToGround) == 0x000089, "Member 'UFXUpdate_KeepOnGround::bOrientToGround' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_KeepOnGround, bReApplyAdjustments) == 0x00008A, "Member 'UFXUpdate_KeepOnGround::bReApplyAdjustments' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UString_DialogueArticyID \ static_assert(alignof(UString_DialogueArticyID) == 0x000008, "Wrong alignment on UString_DialogueArticyID"); \ static_assert(sizeof(UString_DialogueArticyID) == 0x000038, "Wrong size on UString_DialogueArticyID"); \ static_assert(offsetof(UString_DialogueArticyID, DialogueLine) == 0x000028, "Member 'UString_DialogueArticyID::DialogueLine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_BeamTargetBase \ static_assert(alignof(UMultiFX2_BeamTargetBase) == 0x000008, "Wrong alignment on UMultiFX2_BeamTargetBase"); \ static_assert(sizeof(UMultiFX2_BeamTargetBase) == 0x000028, "Wrong size on UMultiFX2_BeamTargetBase"); \ #define DUMPER7_ASSERTS_UMultiFX2_BeamTarget \ static_assert(alignof(UMultiFX2_BeamTarget) == 0x000008, "Wrong alignment on UMultiFX2_BeamTarget"); \ static_assert(sizeof(UMultiFX2_BeamTarget) == 0x000028, "Wrong size on UMultiFX2_BeamTarget"); \ #define DUMPER7_ASSERTS_UObjectStateDataContainer \ static_assert(alignof(UObjectStateDataContainer) == 0x000008, "Wrong alignment on UObjectStateDataContainer"); \ static_assert(sizeof(UObjectStateDataContainer) == 0x0000C0, "Wrong size on UObjectStateDataContainer"); \ static_assert(offsetof(UObjectStateDataContainer, Data) == 0x000028, "Member 'UObjectStateDataContainer::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_BeamGroundBelow \ static_assert(alignof(UMultiFX2_BeamGroundBelow) == 0x000008, "Wrong alignment on UMultiFX2_BeamGroundBelow"); \ static_assert(sizeof(UMultiFX2_BeamGroundBelow) == 0x000030, "Wrong size on UMultiFX2_BeamGroundBelow"); \ static_assert(offsetof(UMultiFX2_BeamGroundBelow, MaxDistance) == 0x000028, "Member 'UMultiFX2_BeamGroundBelow::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(UMultiFX2_BeamGroundBelow, bPlayIfNoGround) == 0x00002C, "Member 'UMultiFX2_BeamGroundBelow::bPlayIfNoGround' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiFX2_BeamTargetProperty \ static_assert(alignof(UMultiFX2_BeamTargetProperty) == 0x000008, "Wrong alignment on UMultiFX2_BeamTargetProperty"); \ static_assert(sizeof(UMultiFX2_BeamTargetProperty) == 0x000030, "Wrong size on UMultiFX2_BeamTargetProperty"); \ static_assert(offsetof(UMultiFX2_BeamTargetProperty, PropertyName) == 0x000028, "Member 'UMultiFX2_BeamTargetProperty::PropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_BeamTargetAttach \ static_assert(alignof(UFXUpdate_BeamTargetAttach) == 0x000008, "Wrong alignment on UFXUpdate_BeamTargetAttach"); \ static_assert(sizeof(UFXUpdate_BeamTargetAttach) == 0x000090, "Wrong size on UFXUpdate_BeamTargetAttach"); \ static_assert(offsetof(UFXUpdate_BeamTargetAttach, TargetType) == 0x000080, "Member 'UFXUpdate_BeamTargetAttach::TargetType' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_BeamTargetAttach, InterpolationWeight) == 0x000088, "Member 'UFXUpdate_BeamTargetAttach::InterpolationWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateManager_DisableAutoRepair \ static_assert(alignof(ObjectStateManager_DisableAutoRepair) == 0x000008, "Wrong alignment on ObjectStateManager_DisableAutoRepair"); \ static_assert(sizeof(ObjectStateManager_DisableAutoRepair) == 0x000008, "Wrong size on ObjectStateManager_DisableAutoRepair"); \ static_assert(offsetof(ObjectStateManager_DisableAutoRepair, InObject) == 0x000000, "Member 'ObjectStateManager_DisableAutoRepair::InObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateManager_EnableAutoRepair \ static_assert(alignof(ObjectStateManager_EnableAutoRepair) == 0x000008, "Wrong alignment on ObjectStateManager_EnableAutoRepair"); \ static_assert(sizeof(ObjectStateManager_EnableAutoRepair) == 0x000018, "Wrong size on ObjectStateManager_EnableAutoRepair"); \ static_assert(offsetof(ObjectStateManager_EnableAutoRepair, InObject) == 0x000000, "Member 'ObjectStateManager_EnableAutoRepair::InObject' has a wrong offset!"); \ static_assert(offsetof(ObjectStateManager_EnableAutoRepair, MinRepairDelay) == 0x000008, "Member 'ObjectStateManager_EnableAutoRepair::MinRepairDelay' has a wrong offset!"); \ static_assert(offsetof(ObjectStateManager_EnableAutoRepair, MaxRepairDelay) == 0x00000C, "Member 'ObjectStateManager_EnableAutoRepair::MaxRepairDelay' has a wrong offset!"); \ static_assert(offsetof(ObjectStateManager_EnableAutoRepair, ReparoDataOverride) == 0x000010, "Member 'ObjectStateManager_EnableAutoRepair::ReparoDataOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateManager_EnableCcd \ static_assert(alignof(ObjectStateManager_EnableCcd) == 0x000008, "Wrong alignment on ObjectStateManager_EnableCcd"); \ static_assert(sizeof(ObjectStateManager_EnableCcd) == 0x000010, "Wrong size on ObjectStateManager_EnableCcd"); \ static_assert(offsetof(ObjectStateManager_EnableCcd, InActor) == 0x000000, "Member 'ObjectStateManager_EnableCcd::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateManager_EnableCcd, ReturnValue) == 0x000008, "Member 'ObjectStateManager_EnableCcd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateManager_EnableCcdForXSeconds \ static_assert(alignof(ObjectStateManager_EnableCcdForXSeconds) == 0x000008, "Wrong alignment on ObjectStateManager_EnableCcdForXSeconds"); \ static_assert(sizeof(ObjectStateManager_EnableCcdForXSeconds) == 0x000010, "Wrong size on ObjectStateManager_EnableCcdForXSeconds"); \ static_assert(offsetof(ObjectStateManager_EnableCcdForXSeconds, InActor) == 0x000000, "Member 'ObjectStateManager_EnableCcdForXSeconds::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateManager_EnableCcdForXSeconds, Time) == 0x000008, "Member 'ObjectStateManager_EnableCcdForXSeconds::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateManager_Get \ static_assert(alignof(ObjectStateManager_Get) == 0x000008, "Wrong alignment on ObjectStateManager_Get"); \ static_assert(sizeof(ObjectStateManager_Get) == 0x000010, "Wrong size on ObjectStateManager_Get"); \ static_assert(offsetof(ObjectStateManager_Get, World_0) == 0x000000, "Member 'ObjectStateManager_Get::World_0' has a wrong offset!"); \ static_assert(offsetof(ObjectStateManager_Get, ReturnValue) == 0x000008, "Member 'ObjectStateManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateManager_GetCharacterStateInfo \ static_assert(alignof(ObjectStateManager_GetCharacterStateInfo) == 0x000008, "Wrong alignment on ObjectStateManager_GetCharacterStateInfo"); \ static_assert(sizeof(ObjectStateManager_GetCharacterStateInfo) == 0x000010, "Wrong size on ObjectStateManager_GetCharacterStateInfo"); \ static_assert(offsetof(ObjectStateManager_GetCharacterStateInfo, InCharacter) == 0x000000, "Member 'ObjectStateManager_GetCharacterStateInfo::InCharacter' has a wrong offset!"); \ static_assert(offsetof(ObjectStateManager_GetCharacterStateInfo, ReturnValue) == 0x000008, "Member 'ObjectStateManager_GetCharacterStateInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateManager_GetDbClassId \ static_assert(alignof(ObjectStateManager_GetDbClassId) == 0x000008, "Wrong alignment on ObjectStateManager_GetDbClassId"); \ static_assert(sizeof(ObjectStateManager_GetDbClassId) == 0x000010, "Wrong size on ObjectStateManager_GetDbClassId"); \ static_assert(offsetof(ObjectStateManager_GetDbClassId, InActor) == 0x000000, "Member 'ObjectStateManager_GetDbClassId::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateManager_GetDbClassId, ReturnValue) == 0x000008, "Member 'ObjectStateManager_GetDbClassId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateManager_GetDbId \ static_assert(alignof(ObjectStateManager_GetDbId) == 0x000008, "Wrong alignment on ObjectStateManager_GetDbId"); \ static_assert(sizeof(ObjectStateManager_GetDbId) == 0x000010, "Wrong size on ObjectStateManager_GetDbId"); \ static_assert(offsetof(ObjectStateManager_GetDbId, InActor) == 0x000000, "Member 'ObjectStateManager_GetDbId::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateManager_GetDbId, ReturnValue) == 0x000008, "Member 'ObjectStateManager_GetDbId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateManager_GetDbSubType \ static_assert(alignof(ObjectStateManager_GetDbSubType) == 0x000008, "Wrong alignment on ObjectStateManager_GetDbSubType"); \ static_assert(sizeof(ObjectStateManager_GetDbSubType) == 0x000010, "Wrong size on ObjectStateManager_GetDbSubType"); \ static_assert(offsetof(ObjectStateManager_GetDbSubType, InActor) == 0x000000, "Member 'ObjectStateManager_GetDbSubType::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateManager_GetDbSubType, ReturnValue) == 0x000008, "Member 'ObjectStateManager_GetDbSubType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateManager_GetDbUniqueId \ static_assert(alignof(ObjectStateManager_GetDbUniqueId) == 0x000008, "Wrong alignment on ObjectStateManager_GetDbUniqueId"); \ static_assert(sizeof(ObjectStateManager_GetDbUniqueId) == 0x000010, "Wrong size on ObjectStateManager_GetDbUniqueId"); \ static_assert(offsetof(ObjectStateManager_GetDbUniqueId, InActor) == 0x000000, "Member 'ObjectStateManager_GetDbUniqueId::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateManager_GetDbUniqueId, ReturnValue) == 0x000008, "Member 'ObjectStateManager_GetDbUniqueId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateManager_GetObjectStateInfo \ static_assert(alignof(ObjectStateManager_GetObjectStateInfo) == 0x000008, "Wrong alignment on ObjectStateManager_GetObjectStateInfo"); \ static_assert(sizeof(ObjectStateManager_GetObjectStateInfo) == 0x000010, "Wrong size on ObjectStateManager_GetObjectStateInfo"); \ static_assert(offsetof(ObjectStateManager_GetObjectStateInfo, InActor) == 0x000000, "Member 'ObjectStateManager_GetObjectStateInfo::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateManager_GetObjectStateInfo, ReturnValue) == 0x000008, "Member 'ObjectStateManager_GetObjectStateInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateManager_GetObjectStateManager \ static_assert(alignof(ObjectStateManager_GetObjectStateManager) == 0x000008, "Wrong alignment on ObjectStateManager_GetObjectStateManager"); \ static_assert(sizeof(ObjectStateManager_GetObjectStateManager) == 0x000010, "Wrong size on ObjectStateManager_GetObjectStateManager"); \ static_assert(offsetof(ObjectStateManager_GetObjectStateManager, WorldContext) == 0x000000, "Member 'ObjectStateManager_GetObjectStateManager::WorldContext' has a wrong offset!"); \ static_assert(offsetof(ObjectStateManager_GetObjectStateManager, ReturnValue) == 0x000008, "Member 'ObjectStateManager_GetObjectStateManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateManager_HighlightActorWithRevelio \ static_assert(alignof(ObjectStateManager_HighlightActorWithRevelio) == 0x000008, "Wrong alignment on ObjectStateManager_HighlightActorWithRevelio"); \ static_assert(sizeof(ObjectStateManager_HighlightActorWithRevelio) == 0x000010, "Wrong size on ObjectStateManager_HighlightActorWithRevelio"); \ static_assert(offsetof(ObjectStateManager_HighlightActorWithRevelio, InActor) == 0x000000, "Member 'ObjectStateManager_HighlightActorWithRevelio::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateManager_HighlightActorWithRevelio, bHighlight) == 0x000008, "Member 'ObjectStateManager_HighlightActorWithRevelio::bHighlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateManager_IsRevelioActor \ static_assert(alignof(ObjectStateManager_IsRevelioActor) == 0x000008, "Wrong alignment on ObjectStateManager_IsRevelioActor"); \ static_assert(sizeof(ObjectStateManager_IsRevelioActor) == 0x000010, "Wrong size on ObjectStateManager_IsRevelioActor"); \ static_assert(offsetof(ObjectStateManager_IsRevelioActor, InActor) == 0x000000, "Member 'ObjectStateManager_IsRevelioActor::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateManager_IsRevelioActor, ReturnValue) == 0x000008, "Member 'ObjectStateManager_IsRevelioActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateManager_OnActorEndPlay \ static_assert(alignof(ObjectStateManager_OnActorEndPlay) == 0x000008, "Wrong alignment on ObjectStateManager_OnActorEndPlay"); \ static_assert(sizeof(ObjectStateManager_OnActorEndPlay) == 0x000010, "Wrong size on ObjectStateManager_OnActorEndPlay"); \ static_assert(offsetof(ObjectStateManager_OnActorEndPlay, DestroyedActor) == 0x000000, "Member 'ObjectStateManager_OnActorEndPlay::DestroyedActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateManager_OnActorEndPlay, EndPlayReason) == 0x000008, "Member 'ObjectStateManager_OnActorEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateManager_SetOriginalTransform \ static_assert(alignof(ObjectStateManager_SetOriginalTransform) == 0x000010, "Wrong alignment on ObjectStateManager_SetOriginalTransform"); \ static_assert(sizeof(ObjectStateManager_SetOriginalTransform) == 0x000040, "Wrong size on ObjectStateManager_SetOriginalTransform"); \ static_assert(offsetof(ObjectStateManager_SetOriginalTransform, InActor) == 0x000000, "Member 'ObjectStateManager_SetOriginalTransform::InActor' has a wrong offset!"); \ static_assert(offsetof(ObjectStateManager_SetOriginalTransform, InTransform) == 0x000010, "Member 'ObjectStateManager_SetOriginalTransform::InTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectStateManager_UpdateOriginalInfo \ static_assert(alignof(ObjectStateManager_UpdateOriginalInfo) == 0x000008, "Wrong alignment on ObjectStateManager_UpdateOriginalInfo"); \ static_assert(sizeof(ObjectStateManager_UpdateOriginalInfo) == 0x000008, "Wrong size on ObjectStateManager_UpdateOriginalInfo"); \ static_assert(offsetof(ObjectStateManager_UpdateOriginalInfo, InActor) == 0x000000, "Member 'ObjectStateManager_UpdateOriginalInfo::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObjectStateManager \ static_assert(alignof(UObjectStateManager) == 0x000008, "Wrong alignment on UObjectStateManager"); \ static_assert(sizeof(UObjectStateManager) == 0x000330, "Wrong size on UObjectStateManager"); \ static_assert(offsetof(UObjectStateManager, OsiMap) == 0x000038, "Member 'UObjectStateManager::OsiMap' has a wrong offset!"); \ static_assert(offsetof(UObjectStateManager, OsiActiveList) == 0x000088, "Member 'UObjectStateManager::OsiActiveList' has a wrong offset!"); \ static_assert(offsetof(UObjectStateManager, OsiInactiveList) == 0x000098, "Member 'UObjectStateManager::OsiInactiveList' has a wrong offset!"); \ static_assert(offsetof(UObjectStateManager, OsiToActivateLater) == 0x0000A8, "Member 'UObjectStateManager::OsiToActivateLater' has a wrong offset!"); \ static_assert(offsetof(UObjectStateManager, OverrideRepairLocationMap) == 0x0000B8, "Member 'UObjectStateManager::OverrideRepairLocationMap' has a wrong offset!"); \ static_assert(offsetof(UObjectStateManager, MaterialPropertyMap) == 0x000108, "Member 'UObjectStateManager::MaterialPropertyMap' has a wrong offset!"); \ static_assert(offsetof(UObjectStateManager, PlayerActorList) == 0x000158, "Member 'UObjectStateManager::PlayerActorList' has a wrong offset!"); \ static_assert(offsetof(UObjectStateManager, CollisionPairs) == 0x000168, "Member 'UObjectStateManager::CollisionPairs' has a wrong offset!"); \ static_assert(offsetof(UObjectStateManager, World) == 0x000178, "Member 'UObjectStateManager::World' has a wrong offset!"); \ static_assert(offsetof(UObjectStateManager, OriginalInfoMap) == 0x000180, "Member 'UObjectStateManager::OriginalInfoMap' has a wrong offset!"); \ static_assert(offsetof(UObjectStateManager, OsiRemovedMap) == 0x0001D0, "Member 'UObjectStateManager::OsiRemovedMap' has a wrong offset!"); \ static_assert(offsetof(UObjectStateManager, ContextFilterComponent) == 0x000220, "Member 'UObjectStateManager::ContextFilterComponent' has a wrong offset!"); \ static_assert(offsetof(UObjectStateManager, UnloadTrackerArray) == 0x0002C8, "Member 'UObjectStateManager::UnloadTrackerArray' has a wrong offset!"); \ static_assert(offsetof(UObjectStateManager, CooldownPickupPool) == 0x0002D8, "Member 'UObjectStateManager::CooldownPickupPool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_BeamTargetLocation \ static_assert(alignof(UFXUpdate_BeamTargetLocation) == 0x000008, "Wrong alignment on UFXUpdate_BeamTargetLocation"); \ static_assert(sizeof(UFXUpdate_BeamTargetLocation) == 0x000098, "Wrong size on UFXUpdate_BeamTargetLocation"); \ static_assert(offsetof(UFXUpdate_BeamTargetLocation, PropertyName) == 0x000090, "Member 'UFXUpdate_BeamTargetLocation::PropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_MultiFXPlus \ static_assert(alignof(URPGTriggerEffect_MultiFXPlus) == 0x000008, "Wrong alignment on URPGTriggerEffect_MultiFXPlus"); \ static_assert(sizeof(URPGTriggerEffect_MultiFXPlus) == 0x0001B0, "Wrong size on URPGTriggerEffect_MultiFXPlus"); \ static_assert(offsetof(URPGTriggerEffect_MultiFXPlus, FXData) == 0x000040, "Member 'URPGTriggerEffect_MultiFXPlus::FXData' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_MultiFXPlus, ActivateFx) == 0x0000B0, "Member 'URPGTriggerEffect_MultiFXPlus::ActivateFx' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_MultiFXPlus, DeactivateFX) == 0x000120, "Member 'URPGTriggerEffect_MultiFXPlus::DeactivateFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_LocationRotationScale \ static_assert(alignof(UFXUpdate_LocationRotationScale) == 0x000008, "Wrong alignment on UFXUpdate_LocationRotationScale"); \ static_assert(sizeof(UFXUpdate_LocationRotationScale) == 0x0000D8, "Wrong size on UFXUpdate_LocationRotationScale"); \ static_assert(offsetof(UFXUpdate_LocationRotationScale, InterpolationWeight) == 0x000080, "Member 'UFXUpdate_LocationRotationScale::InterpolationWeight' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_LocationRotationScale, LocationPropertyName) == 0x000084, "Member 'UFXUpdate_LocationRotationScale::LocationPropertyName' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_LocationRotationScale, bUseLocationPropertyName) == 0x00008C, "Member 'UFXUpdate_LocationRotationScale::bUseLocationPropertyName' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_LocationRotationScale, OverrideLocation) == 0x000090, "Member 'UFXUpdate_LocationRotationScale::OverrideLocation' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_LocationRotationScale, bUseOverrideLocation) == 0x00009C, "Member 'UFXUpdate_LocationRotationScale::bUseOverrideLocation' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_LocationRotationScale, RotationPropertyName) == 0x0000A0, "Member 'UFXUpdate_LocationRotationScale::RotationPropertyName' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_LocationRotationScale, bUseRotationPropertyName) == 0x0000A8, "Member 'UFXUpdate_LocationRotationScale::bUseRotationPropertyName' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_LocationRotationScale, OverrideRotation) == 0x0000AC, "Member 'UFXUpdate_LocationRotationScale::OverrideRotation' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_LocationRotationScale, bUseOverrideRotation) == 0x0000B8, "Member 'UFXUpdate_LocationRotationScale::bUseOverrideRotation' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_LocationRotationScale, ScalePropertyName) == 0x0000BC, "Member 'UFXUpdate_LocationRotationScale::ScalePropertyName' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_LocationRotationScale, bUseScalePropertyName) == 0x0000C4, "Member 'UFXUpdate_LocationRotationScale::bUseScalePropertyName' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_LocationRotationScale, OverrideScale) == 0x0000C8, "Member 'UFXUpdate_LocationRotationScale::OverrideScale' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_LocationRotationScale, bUseOverrideScale) == 0x0000D4, "Member 'UFXUpdate_LocationRotationScale::bUseOverrideScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_BroomFlight \ static_assert(alignof(UFXUpdate_BroomFlight) == 0x000008, "Wrong alignment on UFXUpdate_BroomFlight"); \ static_assert(sizeof(UFXUpdate_BroomFlight) == 0x000090, "Wrong size on UFXUpdate_BroomFlight"); \ static_assert(offsetof(UFXUpdate_BroomFlight, MaxDistance) == 0x000080, "Member 'UFXUpdate_BroomFlight::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_BroomFlight, InterpolationWeight) == 0x000084, "Member 'UFXUpdate_BroomFlight::InterpolationWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOnScreenObjectIndicator \ static_assert(alignof(AOnScreenObjectIndicator) == 0x000008, "Wrong alignment on AOnScreenObjectIndicator"); \ static_assert(sizeof(AOnScreenObjectIndicator) == 0x000270, "Wrong size on AOnScreenObjectIndicator"); \ static_assert(offsetof(AOnScreenObjectIndicator, WidgetComponent) == 0x000248, "Member 'AOnScreenObjectIndicator::WidgetComponent' has a wrong offset!"); \ static_assert(offsetof(AOnScreenObjectIndicator, IndicatorScreenWidgetClass) == 0x000250, "Member 'AOnScreenObjectIndicator::IndicatorScreenWidgetClass' has a wrong offset!"); \ static_assert(offsetof(AOnScreenObjectIndicator, IndicatorScreenWidget) == 0x000258, "Member 'AOnScreenObjectIndicator::IndicatorScreenWidget' has a wrong offset!"); \ static_assert(offsetof(AOnScreenObjectIndicator, OffscreenIndicatorHudSlot) == 0x000260, "Member 'AOnScreenObjectIndicator::OffscreenIndicatorHudSlot' has a wrong offset!"); \ static_assert(offsetof(AOnScreenObjectIndicator, bOffscreen) == 0x000268, "Member 'AOnScreenObjectIndicator::bOffscreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_ContinousMatchTimeDilation \ static_assert(alignof(UFXUpdate_ContinousMatchTimeDilation) == 0x000008, "Wrong alignment on UFXUpdate_ContinousMatchTimeDilation"); \ static_assert(sizeof(UFXUpdate_ContinousMatchTimeDilation) == 0x000088, "Wrong size on UFXUpdate_ContinousMatchTimeDilation"); \ static_assert(offsetof(UFXUpdate_ContinousMatchTimeDilation, UseTimeDilation) == 0x000080, "Member 'UFXUpdate_ContinousMatchTimeDilation::UseTimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_SetTimeDilation \ static_assert(alignof(UFXUpdate_SetTimeDilation) == 0x000008, "Wrong alignment on UFXUpdate_SetTimeDilation"); \ static_assert(sizeof(UFXUpdate_SetTimeDilation) == 0x000030, "Wrong size on UFXUpdate_SetTimeDilation"); \ static_assert(offsetof(UFXUpdate_SetTimeDilation, TimeDilation) == 0x000028, "Member 'UFXUpdate_SetTimeDilation::TimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_AffectedBySpell \ static_assert(alignof(URPGTriggerEffect_AffectedBySpell) == 0x000008, "Wrong alignment on URPGTriggerEffect_AffectedBySpell"); \ static_assert(sizeof(URPGTriggerEffect_AffectedBySpell) == 0x000088, "Wrong size on URPGTriggerEffect_AffectedBySpell"); \ static_assert(offsetof(URPGTriggerEffect_AffectedBySpell, SpellGroup) == 0x000040, "Member 'URPGTriggerEffect_AffectedBySpell::SpellGroup' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AffectedBySpell, SpellName) == 0x000048, "Member 'URPGTriggerEffect_AffectedBySpell::SpellName' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AffectedBySpell, TargetIsPlayer) == 0x000050, "Member 'URPGTriggerEffect_AffectedBySpell::TargetIsPlayer' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AffectedBySpell, TargetIsTeammate) == 0x000051, "Member 'URPGTriggerEffect_AffectedBySpell::TargetIsTeammate' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AffectedBySpell, TargetIsEnemy) == 0x000052, "Member 'URPGTriggerEffect_AffectedBySpell::TargetIsEnemy' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AffectedBySpell, TargetIsNeutral) == 0x000053, "Member 'URPGTriggerEffect_AffectedBySpell::TargetIsNeutral' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AffectedBySpell, InstigatorIsPlayer) == 0x000054, "Member 'URPGTriggerEffect_AffectedBySpell::InstigatorIsPlayer' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AffectedBySpell, InstigatorIsCompanion) == 0x000055, "Member 'URPGTriggerEffect_AffectedBySpell::InstigatorIsCompanion' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AffectedBySpell, RequiresCursed) == 0x000056, "Member 'URPGTriggerEffect_AffectedBySpell::RequiresCursed' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AffectedBySpell, RequiresAirborne) == 0x000057, "Member 'URPGTriggerEffect_AffectedBySpell::RequiresAirborne' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AffectedBySpell, RequiresUnaware) == 0x000058, "Member 'URPGTriggerEffect_AffectedBySpell::RequiresUnaware' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AffectedBySpell, RequiresRadiantAura) == 0x000059, "Member 'URPGTriggerEffect_AffectedBySpell::RequiresRadiantAura' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AffectedBySpell, FocusAmount) == 0x00005C, "Member 'URPGTriggerEffect_AffectedBySpell::FocusAmount' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AffectedBySpell, TriggerEffect) == 0x000060, "Member 'URPGTriggerEffect_AffectedBySpell::TriggerEffect' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AffectedBySpell, TriggerEffectOnPlayer) == 0x000068, "Member 'URPGTriggerEffect_AffectedBySpell::TriggerEffectOnPlayer' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AffectedBySpell, TriggerEffectOnInstigator) == 0x000069, "Member 'URPGTriggerEffect_AffectedBySpell::TriggerEffectOnInstigator' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AffectedBySpell, Owner) == 0x000070, "Member 'URPGTriggerEffect_AffectedBySpell::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ManageMomentumTokens \ static_assert(alignof(URPGTriggerEffect_ManageMomentumTokens) == 0x000008, "Wrong alignment on URPGTriggerEffect_ManageMomentumTokens"); \ static_assert(sizeof(URPGTriggerEffect_ManageMomentumTokens) == 0x0000B0, "Wrong size on URPGTriggerEffect_ManageMomentumTokens"); \ static_assert(offsetof(URPGTriggerEffect_ManageMomentumTokens, Ability) == 0x000088, "Member 'URPGTriggerEffect_ManageMomentumTokens::Ability' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ManageMomentumTokens, AbilityDuration) == 0x000090, "Member 'URPGTriggerEffect_ManageMomentumTokens::AbilityDuration' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ManageMomentumTokens, AbilityOnPlayer) == 0x000094, "Member 'URPGTriggerEffect_ManageMomentumTokens::AbilityOnPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_ApplyAdjustments \ static_assert(alignof(UFXUpdate_ApplyAdjustments) == 0x000008, "Wrong alignment on UFXUpdate_ApplyAdjustments"); \ static_assert(sizeof(UFXUpdate_ApplyAdjustments) == 0x0000A0, "Wrong size on UFXUpdate_ApplyAdjustments"); \ static_assert(offsetof(UFXUpdate_ApplyAdjustments, bUseFXAsSource) == 0x000080, "Member 'UFXUpdate_ApplyAdjustments::bUseFXAsSource' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_ApplyAdjustments, Adjustments) == 0x000088, "Member 'UFXUpdate_ApplyAdjustments::Adjustments' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_ApplyAdjustments, bDeactivateIfAdjustmentsFail) == 0x000098, "Member 'UFXUpdate_ApplyAdjustments::bDeactivateIfAdjustmentsFail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_AddFXTag \ static_assert(alignof(UFXUpdate_AddFXTag) == 0x000008, "Wrong alignment on UFXUpdate_AddFXTag"); \ static_assert(sizeof(UFXUpdate_AddFXTag) == 0x000030, "Wrong size on UFXUpdate_AddFXTag"); \ static_assert(offsetof(UFXUpdate_AddFXTag, Tag) == 0x000028, "Member 'UFXUpdate_AddFXTag::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRig_SpellMinigame \ static_assert(alignof(USceneRig_SpellMinigame) == 0x000008, "Wrong alignment on USceneRig_SpellMinigame"); \ static_assert(sizeof(USceneRig_SpellMinigame) == 0x000250, "Wrong size on USceneRig_SpellMinigame"); \ static_assert(offsetof(USceneRig_SpellMinigame, AssignedSpell) == 0x000238, "Member 'USceneRig_SpellMinigame::AssignedSpell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_NiagaraCurves \ static_assert(alignof(UFXUpdate_NiagaraCurves) == 0x000008, "Wrong alignment on UFXUpdate_NiagaraCurves"); \ static_assert(sizeof(UFXUpdate_NiagaraCurves) == 0x0000A0, "Wrong size on UFXUpdate_NiagaraCurves"); \ static_assert(offsetof(UFXUpdate_NiagaraCurves, FloatCurves) == 0x000080, "Member 'UFXUpdate_NiagaraCurves::FloatCurves' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_NiagaraCurves, ColorCurves) == 0x000090, "Member 'UFXUpdate_NiagaraCurves::ColorCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXUpdate_NiagaraSkinFXCurves \ static_assert(alignof(UFXUpdate_NiagaraSkinFXCurves) == 0x000008, "Wrong alignment on UFXUpdate_NiagaraSkinFXCurves"); \ static_assert(sizeof(UFXUpdate_NiagaraSkinFXCurves) == 0x0000A8, "Wrong size on UFXUpdate_NiagaraSkinFXCurves"); \ static_assert(offsetof(UFXUpdate_NiagaraSkinFXCurves, FloatCurves) == 0x000080, "Member 'UFXUpdate_NiagaraSkinFXCurves::FloatCurves' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_NiagaraSkinFXCurves, ColorCurves) == 0x000090, "Member 'UFXUpdate_NiagaraSkinFXCurves::ColorCurves' has a wrong offset!"); \ static_assert(offsetof(UFXUpdate_NiagaraSkinFXCurves, SkinFX) == 0x0000A0, "Member 'UFXUpdate_NiagaraSkinFXCurves::SkinFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionSpellInterface_SetEnemyShieldBreaker \ static_assert(alignof(MunitionSpellInterface_SetEnemyShieldBreaker) == 0x000001, "Wrong alignment on MunitionSpellInterface_SetEnemyShieldBreaker"); \ static_assert(sizeof(MunitionSpellInterface_SetEnemyShieldBreaker) == 0x000001, "Wrong size on MunitionSpellInterface_SetEnemyShieldBreaker"); \ static_assert(offsetof(MunitionSpellInterface_SetEnemyShieldBreaker, ShieldBreaker) == 0x000000, "Member 'MunitionSpellInterface_SetEnemyShieldBreaker::ShieldBreaker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionSpellInterface_SetPlayerShieldBreaker \ static_assert(alignof(MunitionSpellInterface_SetPlayerShieldBreaker) == 0x000001, "Wrong alignment on MunitionSpellInterface_SetPlayerShieldBreaker"); \ static_assert(sizeof(MunitionSpellInterface_SetPlayerShieldBreaker) == 0x000001, "Wrong size on MunitionSpellInterface_SetPlayerShieldBreaker"); \ static_assert(offsetof(MunitionSpellInterface_SetPlayerShieldBreaker, ShieldBreaker) == 0x000000, "Member 'MunitionSpellInterface_SetPlayerShieldBreaker::ShieldBreaker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionSpellInterface_GetSpellTool \ static_assert(alignof(MunitionSpellInterface_GetSpellTool) == 0x000008, "Wrong alignment on MunitionSpellInterface_GetSpellTool"); \ static_assert(sizeof(MunitionSpellInterface_GetSpellTool) == 0x000008, "Wrong size on MunitionSpellInterface_GetSpellTool"); \ static_assert(offsetof(MunitionSpellInterface_GetSpellTool, ReturnValue) == 0x000000, "Member 'MunitionSpellInterface_GetSpellTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionSpellInterface_IsEnemyShieldBreaker \ static_assert(alignof(MunitionSpellInterface_IsEnemyShieldBreaker) == 0x000001, "Wrong alignment on MunitionSpellInterface_IsEnemyShieldBreaker"); \ static_assert(sizeof(MunitionSpellInterface_IsEnemyShieldBreaker) == 0x000001, "Wrong size on MunitionSpellInterface_IsEnemyShieldBreaker"); \ static_assert(offsetof(MunitionSpellInterface_IsEnemyShieldBreaker, ReturnValue) == 0x000000, "Member 'MunitionSpellInterface_IsEnemyShieldBreaker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionSpellInterface_IsPlayerShieldBreaker \ static_assert(alignof(MunitionSpellInterface_IsPlayerShieldBreaker) == 0x000001, "Wrong alignment on MunitionSpellInterface_IsPlayerShieldBreaker"); \ static_assert(sizeof(MunitionSpellInterface_IsPlayerShieldBreaker) == 0x000001, "Wrong size on MunitionSpellInterface_IsPlayerShieldBreaker"); \ static_assert(offsetof(MunitionSpellInterface_IsPlayerShieldBreaker, ReturnValue) == 0x000000, "Member 'MunitionSpellInterface_IsPlayerShieldBreaker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionSpellInterface_IsUnblockable \ static_assert(alignof(MunitionSpellInterface_IsUnblockable) == 0x000008, "Wrong alignment on MunitionSpellInterface_IsUnblockable"); \ static_assert(sizeof(MunitionSpellInterface_IsUnblockable) == 0x000010, "Wrong size on MunitionSpellInterface_IsUnblockable"); \ static_assert(offsetof(MunitionSpellInterface_IsUnblockable, SpellTarget) == 0x000000, "Member 'MunitionSpellInterface_IsUnblockable::SpellTarget' has a wrong offset!"); \ static_assert(offsetof(MunitionSpellInterface_IsUnblockable, ReturnValue) == 0x000008, "Member 'MunitionSpellInterface_IsUnblockable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMunitionSpellInterface \ static_assert(alignof(IMunitionSpellInterface) == 0x000001, "Wrong alignment on IMunitionSpellInterface"); \ static_assert(sizeof(IMunitionSpellInterface) == 0x000001, "Wrong size on IMunitionSpellInterface"); \ #define DUMPER7_ASSERTS_AMunitionType_AttackHitbox \ static_assert(alignof(AMunitionType_AttackHitbox) == 0x000010, "Wrong alignment on AMunitionType_AttackHitbox"); \ static_assert(sizeof(AMunitionType_AttackHitbox) == 0x000470, "Wrong size on AMunitionType_AttackHitbox"); \ #define DUMPER7_ASSERTS_USceneRigStage_SimpleConversation \ static_assert(alignof(USceneRigStage_SimpleConversation) == 0x000010, "Wrong alignment on USceneRigStage_SimpleConversation"); \ static_assert(sizeof(USceneRigStage_SimpleConversation) == 0x0003B0, "Wrong size on USceneRigStage_SimpleConversation"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, interactionActor) == 0x000178, "Member 'USceneRigStage_SimpleConversation::interactionActor' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, LocalPlayer) == 0x000190, "Member 'USceneRigStage_SimpleConversation::LocalPlayer' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, Camera) == 0x0001A8, "Member 'USceneRigStage_SimpleConversation::Camera' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, DialogueSequenceID) == 0x0001C0, "Member 'USceneRigStage_SimpleConversation::DialogueSequenceID' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, DialogueEventName) == 0x0001D8, "Member 'USceneRigStage_SimpleConversation::DialogueEventName' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, DialogueFlags) == 0x0001F0, "Member 'USceneRigStage_SimpleConversation::DialogueFlags' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, AvatarHead) == 0x000208, "Member 'USceneRigStage_SimpleConversation::AvatarHead' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, AvatarRoot) == 0x000220, "Member 'USceneRigStage_SimpleConversation::AvatarRoot' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, A1Head) == 0x000238, "Member 'USceneRigStage_SimpleConversation::A1Head' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, A1Root) == 0x000250, "Member 'USceneRigStage_SimpleConversation::A1Root' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, EnableInitialFadeIn) == 0x000268, "Member 'USceneRigStage_SimpleConversation::EnableInitialFadeIn' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, EnableInitialFadeOut) == 0x000280, "Member 'USceneRigStage_SimpleConversation::EnableInitialFadeOut' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, EnableFinalFadeIn) == 0x000298, "Member 'USceneRigStage_SimpleConversation::EnableFinalFadeIn' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, EnableFinalFadeOut) == 0x0002B0, "Member 'USceneRigStage_SimpleConversation::EnableFinalFadeOut' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, SynchronizationMethod) == 0x0002C8, "Member 'USceneRigStage_SimpleConversation::SynchronizationMethod' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, EnableLightRig) == 0x0002E0, "Member 'USceneRigStage_SimpleConversation::EnableLightRig' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, UsesSkyColors) == 0x0002F8, "Member 'USceneRigStage_SimpleConversation::UsesSkyColors' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, KeyLightColorTemperature) == 0x000310, "Member 'USceneRigStage_SimpleConversation::KeyLightColorTemperature' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, RimLightColorTemperature) == 0x000328, "Member 'USceneRigStage_SimpleConversation::RimLightColorTemperature' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, FillLightColorTemperature) == 0x000340, "Member 'USceneRigStage_SimpleConversation::FillLightColorTemperature' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, KeyLightIntensity) == 0x000358, "Member 'USceneRigStage_SimpleConversation::KeyLightIntensity' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, RimLightIntensity) == 0x000370, "Member 'USceneRigStage_SimpleConversation::RimLightIntensity' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, FillLightIntensity) == 0x000388, "Member 'USceneRigStage_SimpleConversation::FillLightIntensity' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_SimpleConversation, ActiveSceneRig) == 0x0003A0, "Member 'USceneRigStage_SimpleConversation::ActiveSceneRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_ConeSpell_OnHit \ static_assert(alignof(MunitionType_ConeSpell_OnHit) == 0x000004, "Wrong alignment on MunitionType_ConeSpell_OnHit"); \ static_assert(sizeof(MunitionType_ConeSpell_OnHit) == 0x00008C, "Wrong size on MunitionType_ConeSpell_OnHit"); \ static_assert(offsetof(MunitionType_ConeSpell_OnHit, HitResult) == 0x000000, "Member 'MunitionType_ConeSpell_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(MunitionType_ConeSpell_OnHit, bDestroyed) == 0x000088, "Member 'MunitionType_ConeSpell_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(MunitionType_ConeSpell_OnHit, bHit) == 0x000089, "Member 'MunitionType_ConeSpell_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(MunitionType_ConeSpell_OnHit, bBlocked) == 0x00008A, "Member 'MunitionType_ConeSpell_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(MunitionType_ConeSpell_OnHit, bFailed) == 0x00008B, "Member 'MunitionType_ConeSpell_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_ConeSpell_GetSpellTool \ static_assert(alignof(MunitionType_ConeSpell_GetSpellTool) == 0x000008, "Wrong alignment on MunitionType_ConeSpell_GetSpellTool"); \ static_assert(sizeof(MunitionType_ConeSpell_GetSpellTool) == 0x000008, "Wrong size on MunitionType_ConeSpell_GetSpellTool"); \ static_assert(offsetof(MunitionType_ConeSpell_GetSpellTool, ReturnValue) == 0x000000, "Member 'MunitionType_ConeSpell_GetSpellTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMunitionType_ConeSpell \ static_assert(alignof(AMunitionType_ConeSpell) == 0x000008, "Wrong alignment on AMunitionType_ConeSpell"); \ static_assert(sizeof(AMunitionType_ConeSpell) == 0x0003B8, "Wrong size on AMunitionType_ConeSpell"); \ static_assert(offsetof(AMunitionType_ConeSpell, EndRadius) == 0x000368, "Member 'AMunitionType_ConeSpell::EndRadius' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_ConeSpell, DamageType) == 0x000370, "Member 'AMunitionType_ConeSpell::DamageType' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_ConeSpell, StopAtCollision) == 0x000378, "Member 'AMunitionType_ConeSpell::StopAtCollision' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_ConeSpell, ExplosionVFX) == 0x000380, "Member 'AMunitionType_ConeSpell::ExplosionVFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_ConeSpell, ExplosionSfx) == 0x000388, "Member 'AMunitionType_ConeSpell::ExplosionSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_ConeSpell, SpellTool) == 0x000390, "Member 'AMunitionType_ConeSpell::SpellTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMunitionType_Potion \ static_assert(alignof(AMunitionType_Potion) == 0x000008, "Wrong alignment on AMunitionType_Potion"); \ static_assert(sizeof(AMunitionType_Potion) == 0x000540, "Wrong size on AMunitionType_Potion"); \ static_assert(offsetof(AMunitionType_Potion, SpawnDistance) == 0x000538, "Member 'AMunitionType_Potion::SpawnDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AActor_SubsonicProximity \ static_assert(alignof(AActor_SubsonicProximity) == 0x000008, "Wrong alignment on AActor_SubsonicProximity"); \ static_assert(sizeof(AActor_SubsonicProximity) == 0x000260, "Wrong size on AActor_SubsonicProximity"); \ static_assert(offsetof(AActor_SubsonicProximity, SphereComponent) == 0x000248, "Member 'AActor_SubsonicProximity::SphereComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMunitionType_SuperSonicSpell \ static_assert(alignof(AMunitionType_SuperSonicSpell) == 0x000008, "Wrong alignment on AMunitionType_SuperSonicSpell"); \ static_assert(sizeof(AMunitionType_SuperSonicSpell) == 0x0003A0, "Wrong size on AMunitionType_SuperSonicSpell"); \ static_assert(offsetof(AMunitionType_SuperSonicSpell, SpellTool) == 0x000368, "Member 'AMunitionType_SuperSonicSpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SuperSonicSpell, AlwaysHit) == 0x000370, "Member 'AMunitionType_SuperSonicSpell::AlwaysHit' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SuperSonicSpell, IncreaseRangeBy) == 0x000374, "Member 'AMunitionType_SuperSonicSpell::IncreaseRangeBy' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SuperSonicSpell, IgnoreProtego) == 0x000378, "Member 'AMunitionType_SuperSonicSpell::IgnoreProtego' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_TimeDilation \ static_assert(alignof(USceneAction_TimeDilation) == 0x000008, "Wrong alignment on USceneAction_TimeDilation"); \ static_assert(sizeof(USceneAction_TimeDilation) == 0x000090, "Wrong size on USceneAction_TimeDilation"); \ static_assert(offsetof(USceneAction_TimeDilation, DilationValueProvider) == 0x000088, "Member 'USceneAction_TimeDilation::DilationValueProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationArrow_GetMaterial \ static_assert(alignof(NavigationArrow_GetMaterial) == 0x000008, "Wrong alignment on NavigationArrow_GetMaterial"); \ static_assert(sizeof(NavigationArrow_GetMaterial) == 0x000008, "Wrong size on NavigationArrow_GetMaterial"); \ static_assert(offsetof(NavigationArrow_GetMaterial, ReturnValue) == 0x000000, "Member 'NavigationArrow_GetMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationArrow_IsListVisible \ static_assert(alignof(NavigationArrow_IsListVisible) == 0x000001, "Wrong alignment on NavigationArrow_IsListVisible"); \ static_assert(sizeof(NavigationArrow_IsListVisible) == 0x000001, "Wrong size on NavigationArrow_IsListVisible"); \ static_assert(offsetof(NavigationArrow_IsListVisible, ReturnValue) == 0x000000, "Member 'NavigationArrow_IsListVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANavigationArrow \ static_assert(alignof(ANavigationArrow) == 0x000008, "Wrong alignment on ANavigationArrow"); \ static_assert(sizeof(ANavigationArrow) == 0x000268, "Wrong size on ANavigationArrow"); \ static_assert(offsetof(ANavigationArrow, PathActivationRadius) == 0x000248, "Member 'ANavigationArrow::PathActivationRadius' has a wrong offset!"); \ static_assert(offsetof(ANavigationArrow, NearFadeDistanceOutterRadius) == 0x00024C, "Member 'ANavigationArrow::NearFadeDistanceOutterRadius' has a wrong offset!"); \ static_assert(offsetof(ANavigationArrow, NearFadeDistanceInnerRadius) == 0x000250, "Member 'ANavigationArrow::NearFadeDistanceInnerRadius' has a wrong offset!"); \ static_assert(offsetof(ANavigationArrow, FarFadeDistanceOutterRadius) == 0x000254, "Member 'ANavigationArrow::FarFadeDistanceOutterRadius' has a wrong offset!"); \ static_assert(offsetof(ANavigationArrow, FarFadeDistanceInnerRadius) == 0x000258, "Member 'ANavigationArrow::FarFadeDistanceInnerRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationBlueprintLibrary_RefreshObjectStateInfoActorObstacles \ static_assert(alignof(NavigationBlueprintLibrary_RefreshObjectStateInfoActorObstacles) == 0x000008, "Wrong alignment on NavigationBlueprintLibrary_RefreshObjectStateInfoActorObstacles"); \ static_assert(sizeof(NavigationBlueprintLibrary_RefreshObjectStateInfoActorObstacles) == 0x000010, "Wrong size on NavigationBlueprintLibrary_RefreshObjectStateInfoActorObstacles"); \ static_assert(offsetof(NavigationBlueprintLibrary_RefreshObjectStateInfoActorObstacles, TargetActor) == 0x000000, "Member 'NavigationBlueprintLibrary_RefreshObjectStateInfoActorObstacles::TargetActor' has a wrong offset!"); \ static_assert(offsetof(NavigationBlueprintLibrary_RefreshObjectStateInfoActorObstacles, bForceDynamicSpawnedFlag) == 0x000008, "Member 'NavigationBlueprintLibrary_RefreshObjectStateInfoActorObstacles::bForceDynamicSpawnedFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationBlueprintLibrary_SetCanEverAffectNavigation \ static_assert(alignof(NavigationBlueprintLibrary_SetCanEverAffectNavigation) == 0x000008, "Wrong alignment on NavigationBlueprintLibrary_SetCanEverAffectNavigation"); \ static_assert(sizeof(NavigationBlueprintLibrary_SetCanEverAffectNavigation) == 0x000010, "Wrong size on NavigationBlueprintLibrary_SetCanEverAffectNavigation"); \ static_assert(offsetof(NavigationBlueprintLibrary_SetCanEverAffectNavigation, ActorComponent) == 0x000000, "Member 'NavigationBlueprintLibrary_SetCanEverAffectNavigation::ActorComponent' has a wrong offset!"); \ static_assert(offsetof(NavigationBlueprintLibrary_SetCanEverAffectNavigation, bCanAffectNavigation) == 0x000008, "Member 'NavigationBlueprintLibrary_SetCanEverAffectNavigation::bCanAffectNavigation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationBlueprintLibrary_SetObjectStateInfoObstacleComponentActive \ static_assert(alignof(NavigationBlueprintLibrary_SetObjectStateInfoObstacleComponentActive) == 0x000008, "Wrong alignment on NavigationBlueprintLibrary_SetObjectStateInfoObstacleComponentActive"); \ static_assert(sizeof(NavigationBlueprintLibrary_SetObjectStateInfoObstacleComponentActive) == 0x000010, "Wrong size on NavigationBlueprintLibrary_SetObjectStateInfoObstacleComponentActive"); \ static_assert(offsetof(NavigationBlueprintLibrary_SetObjectStateInfoObstacleComponentActive, TargetActor) == 0x000000, "Member 'NavigationBlueprintLibrary_SetObjectStateInfoObstacleComponentActive::TargetActor' has a wrong offset!"); \ static_assert(offsetof(NavigationBlueprintLibrary_SetObjectStateInfoObstacleComponentActive, bActive) == 0x000008, "Member 'NavigationBlueprintLibrary_SetObjectStateInfoObstacleComponentActive::bActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationBlueprintLibrary_SwitchDynamicNavigation \ static_assert(alignof(NavigationBlueprintLibrary_SwitchDynamicNavigation) == 0x000008, "Wrong alignment on NavigationBlueprintLibrary_SwitchDynamicNavigation"); \ static_assert(sizeof(NavigationBlueprintLibrary_SwitchDynamicNavigation) == 0x000010, "Wrong size on NavigationBlueprintLibrary_SwitchDynamicNavigation"); \ static_assert(offsetof(NavigationBlueprintLibrary_SwitchDynamicNavigation, TargetActor) == 0x000000, "Member 'NavigationBlueprintLibrary_SwitchDynamicNavigation::TargetActor' has a wrong offset!"); \ static_assert(offsetof(NavigationBlueprintLibrary_SwitchDynamicNavigation, bBlock) == 0x000008, "Member 'NavigationBlueprintLibrary_SwitchDynamicNavigation::bBlock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationBlueprintLibrary_TraceWater \ static_assert(alignof(NavigationBlueprintLibrary_TraceWater) == 0x000008, "Wrong alignment on NavigationBlueprintLibrary_TraceWater"); \ static_assert(sizeof(NavigationBlueprintLibrary_TraceWater) == 0x0000C8, "Wrong size on NavigationBlueprintLibrary_TraceWater"); \ static_assert(offsetof(NavigationBlueprintLibrary_TraceWater, WorldContextObject) == 0x000000, "Member 'NavigationBlueprintLibrary_TraceWater::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavigationBlueprintLibrary_TraceWater, TraceStart) == 0x000008, "Member 'NavigationBlueprintLibrary_TraceWater::TraceStart' has a wrong offset!"); \ static_assert(offsetof(NavigationBlueprintLibrary_TraceWater, TraceEnd) == 0x000014, "Member 'NavigationBlueprintLibrary_TraceWater::TraceEnd' has a wrong offset!"); \ static_assert(offsetof(NavigationBlueprintLibrary_TraceWater, Radius) == 0x000020, "Member 'NavigationBlueprintLibrary_TraceWater::Radius' has a wrong offset!"); \ static_assert(offsetof(NavigationBlueprintLibrary_TraceWater, bTraceComplex) == 0x000024, "Member 'NavigationBlueprintLibrary_TraceWater::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(NavigationBlueprintLibrary_TraceWater, ActorsToIgnore) == 0x000028, "Member 'NavigationBlueprintLibrary_TraceWater::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(NavigationBlueprintLibrary_TraceWater, bIgnoreSelf) == 0x000038, "Member 'NavigationBlueprintLibrary_TraceWater::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(NavigationBlueprintLibrary_TraceWater, OutHit) == 0x00003C, "Member 'NavigationBlueprintLibrary_TraceWater::OutHit' has a wrong offset!"); \ static_assert(offsetof(NavigationBlueprintLibrary_TraceWater, ReturnValue) == 0x0000C4, "Member 'NavigationBlueprintLibrary_TraceWater::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavigationBlueprintLibrary_UpdateNavigationObstacles \ static_assert(alignof(NavigationBlueprintLibrary_UpdateNavigationObstacles) == 0x000008, "Wrong alignment on NavigationBlueprintLibrary_UpdateNavigationObstacles"); \ static_assert(sizeof(NavigationBlueprintLibrary_UpdateNavigationObstacles) == 0x000008, "Wrong size on NavigationBlueprintLibrary_UpdateNavigationObstacles"); \ static_assert(offsetof(NavigationBlueprintLibrary_UpdateNavigationObstacles, TargetActor) == 0x000000, "Member 'NavigationBlueprintLibrary_UpdateNavigationObstacles::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavigationBlueprintLibrary \ static_assert(alignof(UNavigationBlueprintLibrary) == 0x000008, "Wrong alignment on UNavigationBlueprintLibrary"); \ static_assert(sizeof(UNavigationBlueprintLibrary) == 0x000028, "Wrong size on UNavigationBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UControllerButtonGraphicsDecorator \ static_assert(alignof(UControllerButtonGraphicsDecorator) == 0x000008, "Wrong alignment on UControllerButtonGraphicsDecorator"); \ static_assert(sizeof(UControllerButtonGraphicsDecorator) == 0x000028, "Wrong size on UControllerButtonGraphicsDecorator"); \ #define DUMPER7_ASSERTS_UNoCookComponent \ static_assert(alignof(UNoCookComponent) == 0x000008, "Wrong alignment on UNoCookComponent"); \ static_assert(sizeof(UNoCookComponent) == 0x0000D8, "Wrong size on UNoCookComponent"); \ static_assert(offsetof(UNoCookComponent, NoCookActor) == 0x0000D0, "Member 'UNoCookComponent::NoCookActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WalkToPoint \ static_assert(alignof(USceneAction_WalkToPoint) == 0x000008, "Wrong alignment on USceneAction_WalkToPoint"); \ static_assert(sizeof(USceneAction_WalkToPoint) == 0x0000B8, "Wrong size on USceneAction_WalkToPoint"); \ static_assert(offsetof(USceneAction_WalkToPoint, WorldSpaceTransform) == 0x0000A0, "Member 'USceneAction_WalkToPoint::WorldSpaceTransform' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WalkToPoint, bForceTravelSpeed) == 0x0000A8, "Member 'USceneAction_WalkToPoint::bForceTravelSpeed' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WalkToPoint, TravelSpeed) == 0x0000A9, "Member 'USceneAction_WalkToPoint::TravelSpeed' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WalkToPoint, ArrivalRadius) == 0x0000AC, "Member 'USceneAction_WalkToPoint::ArrivalRadius' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WalkToPoint, FinishAction) == 0x0000B0, "Member 'USceneAction_WalkToPoint::FinishAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NoDismountZoneVolume_OnOverlapBegin \ static_assert(alignof(NoDismountZoneVolume_OnOverlapBegin) == 0x000008, "Wrong alignment on NoDismountZoneVolume_OnOverlapBegin"); \ static_assert(sizeof(NoDismountZoneVolume_OnOverlapBegin) == 0x0000A8, "Wrong size on NoDismountZoneVolume_OnOverlapBegin"); \ static_assert(offsetof(NoDismountZoneVolume_OnOverlapBegin, OverlappedComp) == 0x000000, "Member 'NoDismountZoneVolume_OnOverlapBegin::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(NoDismountZoneVolume_OnOverlapBegin, OtherActor) == 0x000008, "Member 'NoDismountZoneVolume_OnOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(NoDismountZoneVolume_OnOverlapBegin, OtherComp) == 0x000010, "Member 'NoDismountZoneVolume_OnOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(NoDismountZoneVolume_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'NoDismountZoneVolume_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(NoDismountZoneVolume_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'NoDismountZoneVolume_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(NoDismountZoneVolume_OnOverlapBegin, SweepResult) == 0x000020, "Member 'NoDismountZoneVolume_OnOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NoDismountZoneVolume_OnOverlapEnd \ static_assert(alignof(NoDismountZoneVolume_OnOverlapEnd) == 0x000008, "Wrong alignment on NoDismountZoneVolume_OnOverlapEnd"); \ static_assert(sizeof(NoDismountZoneVolume_OnOverlapEnd) == 0x000020, "Wrong size on NoDismountZoneVolume_OnOverlapEnd"); \ static_assert(offsetof(NoDismountZoneVolume_OnOverlapEnd, OverlappedComp) == 0x000000, "Member 'NoDismountZoneVolume_OnOverlapEnd::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(NoDismountZoneVolume_OnOverlapEnd, OtherActor) == 0x000008, "Member 'NoDismountZoneVolume_OnOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(NoDismountZoneVolume_OnOverlapEnd, OtherComp) == 0x000010, "Member 'NoDismountZoneVolume_OnOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(NoDismountZoneVolume_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'NoDismountZoneVolume_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANoDismountZoneVolume \ static_assert(alignof(ANoDismountZoneVolume) == 0x000008, "Wrong alignment on ANoDismountZoneVolume"); \ static_assert(sizeof(ANoDismountZoneVolume) == 0x0003B8, "Wrong size on ANoDismountZoneVolume"); \ #define DUMPER7_ASSERTS_NoMountHUDBase_OnUseStateChanged \ static_assert(alignof(NoMountHUDBase_OnUseStateChanged) == 0x000001, "Wrong alignment on NoMountHUDBase_OnUseStateChanged"); \ static_assert(sizeof(NoMountHUDBase_OnUseStateChanged) == 0x000001, "Wrong size on NoMountHUDBase_OnUseStateChanged"); \ static_assert(offsetof(NoMountHUDBase_OnUseStateChanged, Show) == 0x000000, "Member 'NoMountHUDBase_OnUseStateChanged::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNoMountHUDBase \ static_assert(alignof(UNoMountHUDBase) == 0x000008, "Wrong alignment on UNoMountHUDBase"); \ static_assert(sizeof(UNoMountHUDBase) == 0x0002F0, "Wrong size on UNoMountHUDBase"); \ static_assert(offsetof(UNoMountHUDBase, IsAnimating) == 0x0002E8, "Member 'UNoMountHUDBase::IsAnimating' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_DisableCallout \ static_assert(alignof(NonCombat_Character_DisableCallout) == 0x000008, "Wrong alignment on NonCombat_Character_DisableCallout"); \ static_assert(sizeof(NonCombat_Character_DisableCallout) == 0x000008, "Wrong size on NonCombat_Character_DisableCallout"); \ static_assert(offsetof(NonCombat_Character_DisableCallout, i_caller) == 0x000000, "Member 'NonCombat_Character_DisableCallout::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_EnableCallout \ static_assert(alignof(NonCombat_Character_EnableCallout) == 0x000008, "Wrong alignment on NonCombat_Character_EnableCallout"); \ static_assert(sizeof(NonCombat_Character_EnableCallout) == 0x000008, "Wrong size on NonCombat_Character_EnableCallout"); \ static_assert(offsetof(NonCombat_Character_EnableCallout, i_caller) == 0x000000, "Member 'NonCombat_Character_EnableCallout::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_ForceProtego \ static_assert(alignof(NonCombat_Character_ForceProtego) == 0x000001, "Wrong alignment on NonCombat_Character_ForceProtego"); \ static_assert(sizeof(NonCombat_Character_ForceProtego) == 0x000001, "Wrong size on NonCombat_Character_ForceProtego"); \ static_assert(offsetof(NonCombat_Character_ForceProtego, inProtegoOnOff) == 0x000000, "Member 'NonCombat_Character_ForceProtego::inProtegoOnOff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_Freeze \ static_assert(alignof(NonCombat_Character_Freeze) == 0x000008, "Wrong alignment on NonCombat_Character_Freeze"); \ static_assert(sizeof(NonCombat_Character_Freeze) == 0x000008, "Wrong size on NonCombat_Character_Freeze"); \ static_assert(offsetof(NonCombat_Character_Freeze, i_caller) == 0x000000, "Member 'NonCombat_Character_Freeze::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_GetNpcCapsuleComponent \ static_assert(alignof(NonCombat_Character_GetNpcCapsuleComponent) == 0x000008, "Wrong alignment on NonCombat_Character_GetNpcCapsuleComponent"); \ static_assert(sizeof(NonCombat_Character_GetNpcCapsuleComponent) == 0x000008, "Wrong size on NonCombat_Character_GetNpcCapsuleComponent"); \ static_assert(offsetof(NonCombat_Character_GetNpcCapsuleComponent, ReturnValue) == 0x000000, "Member 'NonCombat_Character_GetNpcCapsuleComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_HandleRagdollImpact \ static_assert(alignof(NonCombat_Character_HandleRagdollImpact) == 0x000008, "Wrong alignment on NonCombat_Character_HandleRagdollImpact"); \ static_assert(sizeof(NonCombat_Character_HandleRagdollImpact) == 0x000008, "Wrong size on NonCombat_Character_HandleRagdollImpact"); \ static_assert(offsetof(NonCombat_Character_HandleRagdollImpact, i_caller) == 0x000000, "Member 'NonCombat_Character_HandleRagdollImpact::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_IsScheduledEntity \ static_assert(alignof(NonCombat_Character_IsScheduledEntity) == 0x000001, "Wrong alignment on NonCombat_Character_IsScheduledEntity"); \ static_assert(sizeof(NonCombat_Character_IsScheduledEntity) == 0x000001, "Wrong size on NonCombat_Character_IsScheduledEntity"); \ static_assert(offsetof(NonCombat_Character_IsScheduledEntity, ReturnValue) == 0x000000, "Member 'NonCombat_Character_IsScheduledEntity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_OnChildSpawnFX \ static_assert(alignof(NonCombat_Character_OnChildSpawnFX) == 0x000010, "Wrong alignment on NonCombat_Character_OnChildSpawnFX"); \ static_assert(sizeof(NonCombat_Character_OnChildSpawnFX) == 0x000030, "Wrong size on NonCombat_Character_OnChildSpawnFX"); \ static_assert(offsetof(NonCombat_Character_OnChildSpawnFX, inSpawnLoc) == 0x000000, "Member 'NonCombat_Character_OnChildSpawnFX::inSpawnLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_OnReactionEnd \ static_assert(alignof(NonCombat_Character_OnReactionEnd) == 0x000008, "Wrong alignment on NonCombat_Character_OnReactionEnd"); \ static_assert(sizeof(NonCombat_Character_OnReactionEnd) == 0x000010, "Wrong size on NonCombat_Character_OnReactionEnd"); \ static_assert(offsetof(NonCombat_Character_OnReactionEnd, InReactionData) == 0x000000, "Member 'NonCombat_Character_OnReactionEnd::InReactionData' has a wrong offset!"); \ static_assert(offsetof(NonCombat_Character_OnReactionEnd, InReactionComponent) == 0x000008, "Member 'NonCombat_Character_OnReactionEnd::InReactionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_OnReactionQueued \ static_assert(alignof(NonCombat_Character_OnReactionQueued) == 0x000008, "Wrong alignment on NonCombat_Character_OnReactionQueued"); \ static_assert(sizeof(NonCombat_Character_OnReactionQueued) == 0x000010, "Wrong size on NonCombat_Character_OnReactionQueued"); \ static_assert(offsetof(NonCombat_Character_OnReactionQueued, InReactionData) == 0x000000, "Member 'NonCombat_Character_OnReactionQueued::InReactionData' has a wrong offset!"); \ static_assert(offsetof(NonCombat_Character_OnReactionQueued, InReactionComponent) == 0x000008, "Member 'NonCombat_Character_OnReactionQueued::InReactionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_PlayCustomAbility \ static_assert(alignof(NonCombat_Character_PlayCustomAbility) == 0x000008, "Wrong alignment on NonCombat_Character_PlayCustomAbility"); \ static_assert(sizeof(NonCombat_Character_PlayCustomAbility) == 0x000010, "Wrong size on NonCombat_Character_PlayCustomAbility"); \ static_assert(offsetof(NonCombat_Character_PlayCustomAbility, InAbility) == 0x000000, "Member 'NonCombat_Character_PlayCustomAbility::InAbility' has a wrong offset!"); \ static_assert(offsetof(NonCombat_Character_PlayCustomAbility, bPreventReactions) == 0x000008, "Member 'NonCombat_Character_PlayCustomAbility::bPreventReactions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_RegisterForInteractionSense \ static_assert(alignof(NonCombat_Character_RegisterForInteractionSense) == 0x000008, "Wrong alignment on NonCombat_Character_RegisterForInteractionSense"); \ static_assert(sizeof(NonCombat_Character_RegisterForInteractionSense) == 0x000008, "Wrong size on NonCombat_Character_RegisterForInteractionSense"); \ static_assert(offsetof(NonCombat_Character_RegisterForInteractionSense, InObject) == 0x000000, "Member 'NonCombat_Character_RegisterForInteractionSense::InObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_Release \ static_assert(alignof(NonCombat_Character_Release) == 0x000008, "Wrong alignment on NonCombat_Character_Release"); \ static_assert(sizeof(NonCombat_Character_Release) == 0x000008, "Wrong size on NonCombat_Character_Release"); \ static_assert(offsetof(NonCombat_Character_Release, i_caller) == 0x000000, "Member 'NonCombat_Character_Release::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_Resume \ static_assert(alignof(NonCombat_Character_Resume) == 0x000008, "Wrong alignment on NonCombat_Character_Resume"); \ static_assert(sizeof(NonCombat_Character_Resume) == 0x000008, "Wrong size on NonCombat_Character_Resume"); \ static_assert(offsetof(NonCombat_Character_Resume, i_caller) == 0x000000, "Member 'NonCombat_Character_Resume::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_StartChildSpawnFX \ static_assert(alignof(NonCombat_Character_StartChildSpawnFX) == 0x000010, "Wrong alignment on NonCombat_Character_StartChildSpawnFX"); \ static_assert(sizeof(NonCombat_Character_StartChildSpawnFX) == 0x000030, "Wrong size on NonCombat_Character_StartChildSpawnFX"); \ static_assert(offsetof(NonCombat_Character_StartChildSpawnFX, inSpawnLoc) == 0x000000, "Member 'NonCombat_Character_StartChildSpawnFX::inSpawnLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_StopAndIdle \ static_assert(alignof(NonCombat_Character_StopAndIdle) == 0x000008, "Wrong alignment on NonCombat_Character_StopAndIdle"); \ static_assert(sizeof(NonCombat_Character_StopAndIdle) == 0x000008, "Wrong size on NonCombat_Character_StopAndIdle"); \ static_assert(offsetof(NonCombat_Character_StopAndIdle, i_caller) == 0x000000, "Member 'NonCombat_Character_StopAndIdle::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_Suspend \ static_assert(alignof(NonCombat_Character_Suspend) == 0x000008, "Wrong alignment on NonCombat_Character_Suspend"); \ static_assert(sizeof(NonCombat_Character_Suspend) == 0x000008, "Wrong size on NonCombat_Character_Suspend"); \ static_assert(offsetof(NonCombat_Character_Suspend, i_caller) == 0x000000, "Member 'NonCombat_Character_Suspend::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_UnregisterForInteractionSense \ static_assert(alignof(NonCombat_Character_UnregisterForInteractionSense) == 0x000008, "Wrong alignment on NonCombat_Character_UnregisterForInteractionSense"); \ static_assert(sizeof(NonCombat_Character_UnregisterForInteractionSense) == 0x000008, "Wrong size on NonCombat_Character_UnregisterForInteractionSense"); \ static_assert(offsetof(NonCombat_Character_UnregisterForInteractionSense, InObject) == 0x000000, "Member 'NonCombat_Character_UnregisterForInteractionSense::InObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_GetImpactDirection \ static_assert(alignof(NonCombat_Character_GetImpactDirection) == 0x000004, "Wrong alignment on NonCombat_Character_GetImpactDirection"); \ static_assert(sizeof(NonCombat_Character_GetImpactDirection) == 0x00000C, "Wrong size on NonCombat_Character_GetImpactDirection"); \ static_assert(offsetof(NonCombat_Character_GetImpactDirection, ReturnValue) == 0x000000, "Member 'NonCombat_Character_GetImpactDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_GetImpactLocation \ static_assert(alignof(NonCombat_Character_GetImpactLocation) == 0x000004, "Wrong alignment on NonCombat_Character_GetImpactLocation"); \ static_assert(sizeof(NonCombat_Character_GetImpactLocation) == 0x00000C, "Wrong size on NonCombat_Character_GetImpactLocation"); \ static_assert(offsetof(NonCombat_Character_GetImpactLocation, ReturnValue) == 0x000000, "Member 'NonCombat_Character_GetImpactLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_IsAlive \ static_assert(alignof(NonCombat_Character_IsAlive) == 0x000001, "Wrong alignment on NonCombat_Character_IsAlive"); \ static_assert(sizeof(NonCombat_Character_IsAlive) == 0x000001, "Wrong size on NonCombat_Character_IsAlive"); \ static_assert(offsetof(NonCombat_Character_IsAlive, ReturnValue) == 0x000000, "Member 'NonCombat_Character_IsAlive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_IsFrozen \ static_assert(alignof(NonCombat_Character_IsFrozen) == 0x000001, "Wrong alignment on NonCombat_Character_IsFrozen"); \ static_assert(sizeof(NonCombat_Character_IsFrozen) == 0x000001, "Wrong size on NonCombat_Character_IsFrozen"); \ static_assert(offsetof(NonCombat_Character_IsFrozen, ReturnValue) == 0x000000, "Member 'NonCombat_Character_IsFrozen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_IsReleased \ static_assert(alignof(NonCombat_Character_IsReleased) == 0x000001, "Wrong alignment on NonCombat_Character_IsReleased"); \ static_assert(sizeof(NonCombat_Character_IsReleased) == 0x000001, "Wrong size on NonCombat_Character_IsReleased"); \ static_assert(offsetof(NonCombat_Character_IsReleased, ReturnValue) == 0x000000, "Member 'NonCombat_Character_IsReleased::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NonCombat_Character_IsSuspended \ static_assert(alignof(NonCombat_Character_IsSuspended) == 0x000001, "Wrong alignment on NonCombat_Character_IsSuspended"); \ static_assert(sizeof(NonCombat_Character_IsSuspended) == 0x000001, "Wrong size on NonCombat_Character_IsSuspended"); \ static_assert(offsetof(NonCombat_Character_IsSuspended, ReturnValue) == 0x000000, "Member 'NonCombat_Character_IsSuspended::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANonCombat_Character \ static_assert(alignof(ANonCombat_Character) == 0x000010, "Wrong alignment on ANonCombat_Character"); \ static_assert(sizeof(ANonCombat_Character) == 0x001920, "Wrong size on ANonCombat_Character"); \ static_assert(offsetof(ANonCombat_Character, GroupTag) == 0x001758, "Member 'ANonCombat_Character::GroupTag' has a wrong offset!"); \ static_assert(offsetof(ANonCombat_Character, SocialAgentComponent) == 0x001760, "Member 'ANonCombat_Character::SocialAgentComponent' has a wrong offset!"); \ static_assert(offsetof(ANonCombat_Character, CCComponent) == 0x001768, "Member 'ANonCombat_Character::CCComponent' has a wrong offset!"); \ static_assert(offsetof(ANonCombat_Character, CogSourceComp) == 0x001770, "Member 'ANonCombat_Character::CogSourceComp' has a wrong offset!"); \ static_assert(offsetof(ANonCombat_Character, NPCReactionComponent) == 0x001778, "Member 'ANonCombat_Character::NPCReactionComponent' has a wrong offset!"); \ static_assert(offsetof(ANonCombat_Character, bAllowDBInstanceRedirect) == 0x001780, "Member 'ANonCombat_Character::bAllowDBInstanceRedirect' has a wrong offset!"); \ static_assert(offsetof(ANonCombat_Character, bCreateScheduledEntity) == 0x001781, "Member 'ANonCombat_Character::bCreateScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(ANonCombat_Character, bIsAScheduledEntity) == 0x001782, "Member 'ANonCombat_Character::bIsAScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(ANonCombat_Character, DefaultWorldID) == 0x001788, "Member 'ANonCombat_Character::DefaultWorldID' has a wrong offset!"); \ static_assert(offsetof(ANonCombat_Character, CustomAbilityFinishedDelegate) == 0x001798, "Member 'ANonCombat_Character::CustomAbilityFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(ANonCombat_Character, DefaultMunition) == 0x0018E0, "Member 'ANonCombat_Character::DefaultMunition' has a wrong offset!"); \ static_assert(offsetof(ANonCombat_Character, NPCVariantMapHandle) == 0x0018E8, "Member 'ANonCombat_Character::NPCVariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(ANonCombat_Character, IdleAbility) == 0x0018F0, "Member 'ANonCombat_Character::IdleAbility' has a wrong offset!"); \ static_assert(offsetof(ANonCombat_Character, MoveStartAbility) == 0x0018F8, "Member 'ANonCombat_Character::MoveStartAbility' has a wrong offset!"); \ static_assert(offsetof(ANonCombat_Character, MoveAbility) == 0x001900, "Member 'ANonCombat_Character::MoveAbility' has a wrong offset!"); \ static_assert(offsetof(ANonCombat_Character, PivotAbility) == 0x001908, "Member 'ANonCombat_Character::PivotAbility' has a wrong offset!"); \ static_assert(offsetof(ANonCombat_Character, StairAbility) == 0x001910, "Member 'ANonCombat_Character::StairAbility' has a wrong offset!"); \ static_assert(offsetof(ANonCombat_Character, MoveStopAbility) == 0x001918, "Member 'ANonCombat_Character::MoveStopAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNonCombat_MovementComponent \ static_assert(alignof(UNonCombat_MovementComponent) == 0x000010, "Wrong alignment on UNonCombat_MovementComponent"); \ static_assert(sizeof(UNonCombat_MovementComponent) == 0x000FC0, "Wrong size on UNonCombat_MovementComponent"); \ static_assert(offsetof(UNonCombat_MovementComponent, NavAgent) == 0x000FB8, "Member 'UNonCombat_MovementComponent::NavAgent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_AddChallengeCompleteNotification \ static_assert(alignof(NotificationPanelWidget_AddChallengeCompleteNotification) == 0x000004, "Wrong alignment on NotificationPanelWidget_AddChallengeCompleteNotification"); \ static_assert(sizeof(NotificationPanelWidget_AddChallengeCompleteNotification) == 0x000018, "Wrong size on NotificationPanelWidget_AddChallengeCompleteNotification"); \ static_assert(offsetof(NotificationPanelWidget_AddChallengeCompleteNotification, ItemData) == 0x000000, "Member 'NotificationPanelWidget_AddChallengeCompleteNotification::ItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_AddChallengeUpdatedNotification \ static_assert(alignof(NotificationPanelWidget_AddChallengeUpdatedNotification) == 0x000004, "Wrong alignment on NotificationPanelWidget_AddChallengeUpdatedNotification"); \ static_assert(sizeof(NotificationPanelWidget_AddChallengeUpdatedNotification) == 0x000018, "Wrong size on NotificationPanelWidget_AddChallengeUpdatedNotification"); \ static_assert(offsetof(NotificationPanelWidget_AddChallengeUpdatedNotification, ItemData) == 0x000000, "Member 'NotificationPanelWidget_AddChallengeUpdatedNotification::ItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_AddCollectionKnownNotification \ static_assert(alignof(NotificationPanelWidget_AddCollectionKnownNotification) == 0x000004, "Wrong alignment on NotificationPanelWidget_AddCollectionKnownNotification"); \ static_assert(sizeof(NotificationPanelWidget_AddCollectionKnownNotification) == 0x000010, "Wrong size on NotificationPanelWidget_AddCollectionKnownNotification"); \ static_assert(offsetof(NotificationPanelWidget_AddCollectionKnownNotification, ItemData) == 0x000000, "Member 'NotificationPanelWidget_AddCollectionKnownNotification::ItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_AddCollectionObtainedNotification \ static_assert(alignof(NotificationPanelWidget_AddCollectionObtainedNotification) == 0x000004, "Wrong alignment on NotificationPanelWidget_AddCollectionObtainedNotification"); \ static_assert(sizeof(NotificationPanelWidget_AddCollectionObtainedNotification) == 0x000010, "Wrong size on NotificationPanelWidget_AddCollectionObtainedNotification"); \ static_assert(offsetof(NotificationPanelWidget_AddCollectionObtainedNotification, ItemData) == 0x000000, "Member 'NotificationPanelWidget_AddCollectionObtainedNotification::ItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_AddMoneyNotification \ static_assert(alignof(NotificationPanelWidget_AddMoneyNotification) == 0x000008, "Wrong alignment on NotificationPanelWidget_AddMoneyNotification"); \ static_assert(sizeof(NotificationPanelWidget_AddMoneyNotification) == 0x000060, "Wrong size on NotificationPanelWidget_AddMoneyNotification"); \ static_assert(offsetof(NotificationPanelWidget_AddMoneyNotification, ItemData) == 0x000000, "Member 'NotificationPanelWidget_AddMoneyNotification::ItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_AddPickupNotification \ static_assert(alignof(NotificationPanelWidget_AddPickupNotification) == 0x000008, "Wrong alignment on NotificationPanelWidget_AddPickupNotification"); \ static_assert(sizeof(NotificationPanelWidget_AddPickupNotification) == 0x000060, "Wrong size on NotificationPanelWidget_AddPickupNotification"); \ static_assert(offsetof(NotificationPanelWidget_AddPickupNotification, ItemData) == 0x000000, "Member 'NotificationPanelWidget_AddPickupNotification::ItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_IncrementCurrentChallengeUpdate \ static_assert(alignof(NotificationPanelWidget_IncrementCurrentChallengeUpdate) == 0x000004, "Wrong alignment on NotificationPanelWidget_IncrementCurrentChallengeUpdate"); \ static_assert(sizeof(NotificationPanelWidget_IncrementCurrentChallengeUpdate) == 0x000018, "Wrong size on NotificationPanelWidget_IncrementCurrentChallengeUpdate"); \ static_assert(offsetof(NotificationPanelWidget_IncrementCurrentChallengeUpdate, ItemData) == 0x000000, "Member 'NotificationPanelWidget_IncrementCurrentChallengeUpdate::ItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_IncrementCurrentMoneyNotification \ static_assert(alignof(NotificationPanelWidget_IncrementCurrentMoneyNotification) == 0x000004, "Wrong alignment on NotificationPanelWidget_IncrementCurrentMoneyNotification"); \ static_assert(sizeof(NotificationPanelWidget_IncrementCurrentMoneyNotification) == 0x000004, "Wrong size on NotificationPanelWidget_IncrementCurrentMoneyNotification"); \ static_assert(offsetof(NotificationPanelWidget_IncrementCurrentMoneyNotification, Amount) == 0x000000, "Member 'NotificationPanelWidget_IncrementCurrentMoneyNotification::Amount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_ItemCollected \ static_assert(alignof(NotificationPanelWidget_ItemCollected) == 0x000008, "Wrong alignment on NotificationPanelWidget_ItemCollected"); \ static_assert(sizeof(NotificationPanelWidget_ItemCollected) == 0x000060, "Wrong size on NotificationPanelWidget_ItemCollected"); \ static_assert(offsetof(NotificationPanelWidget_ItemCollected, NewItem) == 0x000000, "Member 'NotificationPanelWidget_ItemCollected::NewItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_OnDisplayChallengeCompleteNotification \ static_assert(alignof(NotificationPanelWidget_OnDisplayChallengeCompleteNotification) == 0x000008, "Wrong alignment on NotificationPanelWidget_OnDisplayChallengeCompleteNotification"); \ static_assert(sizeof(NotificationPanelWidget_OnDisplayChallengeCompleteNotification) == 0x000008, "Wrong size on NotificationPanelWidget_OnDisplayChallengeCompleteNotification"); \ static_assert(offsetof(NotificationPanelWidget_OnDisplayChallengeCompleteNotification, Caller) == 0x000000, "Member 'NotificationPanelWidget_OnDisplayChallengeCompleteNotification::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_OnDisplayChallengeUpdatedNotification \ static_assert(alignof(NotificationPanelWidget_OnDisplayChallengeUpdatedNotification) == 0x000008, "Wrong alignment on NotificationPanelWidget_OnDisplayChallengeUpdatedNotification"); \ static_assert(sizeof(NotificationPanelWidget_OnDisplayChallengeUpdatedNotification) == 0x000008, "Wrong size on NotificationPanelWidget_OnDisplayChallengeUpdatedNotification"); \ static_assert(offsetof(NotificationPanelWidget_OnDisplayChallengeUpdatedNotification, Caller) == 0x000000, "Member 'NotificationPanelWidget_OnDisplayChallengeUpdatedNotification::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_OnDisplayCollectionKnownNotification \ static_assert(alignof(NotificationPanelWidget_OnDisplayCollectionKnownNotification) == 0x000008, "Wrong alignment on NotificationPanelWidget_OnDisplayCollectionKnownNotification"); \ static_assert(sizeof(NotificationPanelWidget_OnDisplayCollectionKnownNotification) == 0x000008, "Wrong size on NotificationPanelWidget_OnDisplayCollectionKnownNotification"); \ static_assert(offsetof(NotificationPanelWidget_OnDisplayCollectionKnownNotification, Caller) == 0x000000, "Member 'NotificationPanelWidget_OnDisplayCollectionKnownNotification::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_OnDisplayCollectionObtainedNotification \ static_assert(alignof(NotificationPanelWidget_OnDisplayCollectionObtainedNotification) == 0x000008, "Wrong alignment on NotificationPanelWidget_OnDisplayCollectionObtainedNotification"); \ static_assert(sizeof(NotificationPanelWidget_OnDisplayCollectionObtainedNotification) == 0x000008, "Wrong size on NotificationPanelWidget_OnDisplayCollectionObtainedNotification"); \ static_assert(offsetof(NotificationPanelWidget_OnDisplayCollectionObtainedNotification, Caller) == 0x000000, "Member 'NotificationPanelWidget_OnDisplayCollectionObtainedNotification::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_OnDisplayMoneyNotification \ static_assert(alignof(NotificationPanelWidget_OnDisplayMoneyNotification) == 0x000008, "Wrong alignment on NotificationPanelWidget_OnDisplayMoneyNotification"); \ static_assert(sizeof(NotificationPanelWidget_OnDisplayMoneyNotification) == 0x000008, "Wrong size on NotificationPanelWidget_OnDisplayMoneyNotification"); \ static_assert(offsetof(NotificationPanelWidget_OnDisplayMoneyNotification, Caller) == 0x000000, "Member 'NotificationPanelWidget_OnDisplayMoneyNotification::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_OnDisplayPickupNotification \ static_assert(alignof(NotificationPanelWidget_OnDisplayPickupNotification) == 0x000008, "Wrong alignment on NotificationPanelWidget_OnDisplayPickupNotification"); \ static_assert(sizeof(NotificationPanelWidget_OnDisplayPickupNotification) == 0x000008, "Wrong size on NotificationPanelWidget_OnDisplayPickupNotification"); \ static_assert(offsetof(NotificationPanelWidget_OnDisplayPickupNotification, Caller) == 0x000000, "Member 'NotificationPanelWidget_OnDisplayPickupNotification::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_OnNotificationAborted \ static_assert(alignof(NotificationPanelWidget_OnNotificationAborted) == 0x000008, "Wrong alignment on NotificationPanelWidget_OnNotificationAborted"); \ static_assert(sizeof(NotificationPanelWidget_OnNotificationAborted) == 0x000008, "Wrong size on NotificationPanelWidget_OnNotificationAborted"); \ static_assert(offsetof(NotificationPanelWidget_OnNotificationAborted, Caller) == 0x000000, "Member 'NotificationPanelWidget_OnNotificationAborted::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_RequestChallengeCompleteNotification \ static_assert(alignof(NotificationPanelWidget_RequestChallengeCompleteNotification) == 0x000004, "Wrong alignment on NotificationPanelWidget_RequestChallengeCompleteNotification"); \ static_assert(sizeof(NotificationPanelWidget_RequestChallengeCompleteNotification) == 0x000018, "Wrong size on NotificationPanelWidget_RequestChallengeCompleteNotification"); \ static_assert(offsetof(NotificationPanelWidget_RequestChallengeCompleteNotification, NewItem) == 0x000000, "Member 'NotificationPanelWidget_RequestChallengeCompleteNotification::NewItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_RequestChallengeUpdatedNotification \ static_assert(alignof(NotificationPanelWidget_RequestChallengeUpdatedNotification) == 0x000004, "Wrong alignment on NotificationPanelWidget_RequestChallengeUpdatedNotification"); \ static_assert(sizeof(NotificationPanelWidget_RequestChallengeUpdatedNotification) == 0x000018, "Wrong size on NotificationPanelWidget_RequestChallengeUpdatedNotification"); \ static_assert(offsetof(NotificationPanelWidget_RequestChallengeUpdatedNotification, NewItem) == 0x000000, "Member 'NotificationPanelWidget_RequestChallengeUpdatedNotification::NewItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_RequestCollectionKnownNotification \ static_assert(alignof(NotificationPanelWidget_RequestCollectionKnownNotification) == 0x000004, "Wrong alignment on NotificationPanelWidget_RequestCollectionKnownNotification"); \ static_assert(sizeof(NotificationPanelWidget_RequestCollectionKnownNotification) == 0x000010, "Wrong size on NotificationPanelWidget_RequestCollectionKnownNotification"); \ static_assert(offsetof(NotificationPanelWidget_RequestCollectionKnownNotification, NewItem) == 0x000000, "Member 'NotificationPanelWidget_RequestCollectionKnownNotification::NewItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NotificationPanelWidget_RequestCollectionObtainedNotification \ static_assert(alignof(NotificationPanelWidget_RequestCollectionObtainedNotification) == 0x000004, "Wrong alignment on NotificationPanelWidget_RequestCollectionObtainedNotification"); \ static_assert(sizeof(NotificationPanelWidget_RequestCollectionObtainedNotification) == 0x000010, "Wrong size on NotificationPanelWidget_RequestCollectionObtainedNotification"); \ static_assert(offsetof(NotificationPanelWidget_RequestCollectionObtainedNotification, NewItem) == 0x000000, "Member 'NotificationPanelWidget_RequestCollectionObtainedNotification::NewItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNotificationPanelWidget \ static_assert(alignof(UNotificationPanelWidget) == 0x000008, "Wrong alignment on UNotificationPanelWidget"); \ static_assert(sizeof(UNotificationPanelWidget) == 0x0003A8, "Wrong size on UNotificationPanelWidget"); \ static_assert(offsetof(UNotificationPanelWidget, NotificationsBox) == 0x0002E8, "Member 'UNotificationPanelWidget::NotificationsBox' has a wrong offset!"); \ static_assert(offsetof(UNotificationPanelWidget, IsActiveChallengeUpdateIncrementable) == 0x0002F0, "Member 'UNotificationPanelWidget::IsActiveChallengeUpdateIncrementable' has a wrong offset!"); \ static_assert(offsetof(UNotificationPanelWidget, IsActiveMoneyNotificationIncrementable) == 0x0002F1, "Member 'UNotificationPanelWidget::IsActiveMoneyNotificationIncrementable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZoneNotification_DisplayNotificationBP \ static_assert(alignof(ZoneNotification_DisplayNotificationBP) == 0x000001, "Wrong alignment on ZoneNotification_DisplayNotificationBP"); \ static_assert(sizeof(ZoneNotification_DisplayNotificationBP) == 0x000001, "Wrong size on ZoneNotification_DisplayNotificationBP"); \ static_assert(offsetof(ZoneNotification_DisplayNotificationBP, PlaySound_0) == 0x000000, "Member 'ZoneNotification_DisplayNotificationBP::PlaySound_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ZoneNotification_Notify \ static_assert(alignof(ZoneNotification_Notify) == 0x000004, "Wrong alignment on ZoneNotification_Notify"); \ static_assert(sizeof(ZoneNotification_Notify) == 0x000028, "Wrong size on ZoneNotification_Notify"); \ static_assert(offsetof(ZoneNotification_Notify, Header_Name) == 0x000000, "Member 'ZoneNotification_Notify::Header_Name' has a wrong offset!"); \ static_assert(offsetof(ZoneNotification_Notify, Label_Name) == 0x000008, "Member 'ZoneNotification_Notify::Label_Name' has a wrong offset!"); \ static_assert(offsetof(ZoneNotification_Notify, Image_Left) == 0x000010, "Member 'ZoneNotification_Notify::Image_Left' has a wrong offset!"); \ static_assert(offsetof(ZoneNotification_Notify, Image_Right) == 0x000018, "Member 'ZoneNotification_Notify::Image_Right' has a wrong offset!"); \ static_assert(offsetof(ZoneNotification_Notify, duration_seconds) == 0x000020, "Member 'ZoneNotification_Notify::duration_seconds' has a wrong offset!"); \ static_assert(offsetof(ZoneNotification_Notify, PlaySound_0) == 0x000024, "Member 'ZoneNotification_Notify::PlaySound_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UZoneNotification \ static_assert(alignof(UZoneNotification) == 0x000008, "Wrong alignment on UZoneNotification"); \ static_assert(sizeof(UZoneNotification) == 0x000300, "Wrong size on UZoneNotification"); \ static_assert(offsetof(UZoneNotification, ZoneNotification_Header) == 0x0002E8, "Member 'UZoneNotification::ZoneNotification_Header' has a wrong offset!"); \ static_assert(offsetof(UZoneNotification, ZoneNotification_Label) == 0x0002F0, "Member 'UZoneNotification::ZoneNotification_Label' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_ResetClothSim \ static_assert(alignof(USceneActionState_ResetClothSim) == 0x000008, "Wrong alignment on USceneActionState_ResetClothSim"); \ static_assert(sizeof(USceneActionState_ResetClothSim) == 0x000078, "Wrong size on USceneActionState_ResetClothSim"); \ static_assert(offsetof(USceneActionState_ResetClothSim, ResetClothSim) == 0x000070, "Member 'USceneActionState_ResetClothSim::ResetClothSim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_INPC_Character_Interface \ static_assert(alignof(INPC_Character_Interface) == 0x000001, "Wrong alignment on INPC_Character_Interface"); \ static_assert(sizeof(INPC_Character_Interface) == 0x000001, "Wrong size on INPC_Character_Interface"); \ #define DUMPER7_ASSERTS_UNPC_MobilityDataContainerAsset \ static_assert(alignof(UNPC_MobilityDataContainerAsset) == 0x000008, "Wrong alignment on UNPC_MobilityDataContainerAsset"); \ static_assert(sizeof(UNPC_MobilityDataContainerAsset) == 0x0000E8, "Wrong size on UNPC_MobilityDataContainerAsset"); \ static_assert(offsetof(UNPC_MobilityDataContainerAsset, ContainerData) == 0x000030, "Member 'UNPC_MobilityDataContainerAsset::ContainerData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_RenderSettingsViewpoint \ static_assert(alignof(USceneActionState_RenderSettingsViewpoint) == 0x000008, "Wrong alignment on USceneActionState_RenderSettingsViewpoint"); \ static_assert(sizeof(USceneActionState_RenderSettingsViewpoint) == 0x000050, "Wrong size on USceneActionState_RenderSettingsViewpoint"); \ #define DUMPER7_ASSERTS_UNPC_GameEvent_PerceptionUpdate \ static_assert(alignof(UNPC_GameEvent_PerceptionUpdate) == 0x000008, "Wrong alignment on UNPC_GameEvent_PerceptionUpdate"); \ static_assert(sizeof(UNPC_GameEvent_PerceptionUpdate) == 0x000040, "Wrong size on UNPC_GameEvent_PerceptionUpdate"); \ #define DUMPER7_ASSERTS_USceneAction_ConsoleCommand \ static_assert(alignof(USceneAction_ConsoleCommand) == 0x000008, "Wrong alignment on USceneAction_ConsoleCommand"); \ static_assert(sizeof(USceneAction_ConsoleCommand) == 0x000098, "Wrong size on USceneAction_ConsoleCommand"); \ #define DUMPER7_ASSERTS_UNPC_PerceptionComponent \ static_assert(alignof(UNPC_PerceptionComponent) == 0x000008, "Wrong alignment on UNPC_PerceptionComponent"); \ static_assert(sizeof(UNPC_PerceptionComponent) == 0x0001B0, "Wrong size on UNPC_PerceptionComponent"); \ #define DUMPER7_ASSERTS_UNPC_RagdollBehaviorComponent \ static_assert(alignof(UNPC_RagdollBehaviorComponent) == 0x000008, "Wrong alignment on UNPC_RagdollBehaviorComponent"); \ static_assert(sizeof(UNPC_RagdollBehaviorComponent) == 0x0001E8, "Wrong size on UNPC_RagdollBehaviorComponent"); \ #define DUMPER7_ASSERTS_UAblReactionComponentConfig \ static_assert(alignof(UAblReactionComponentConfig) == 0x000008, "Wrong alignment on UAblReactionComponentConfig"); \ static_assert(sizeof(UAblReactionComponentConfig) == 0x000080, "Wrong size on UAblReactionComponentConfig"); \ static_assert(offsetof(UAblReactionComponentConfig, ReactionsToResetDuration) == 0x000030, "Member 'UAblReactionComponentConfig::ReactionsToResetDuration' has a wrong offset!"); \ static_assert(offsetof(UAblReactionComponentConfig, ResetReactionDurationTags) == 0x000040, "Member 'UAblReactionComponentConfig::ResetReactionDurationTags' has a wrong offset!"); \ static_assert(offsetof(UAblReactionComponentConfig, DefaultFallingAbility) == 0x000060, "Member 'UAblReactionComponentConfig::DefaultFallingAbility' has a wrong offset!"); \ static_assert(offsetof(UAblReactionComponentConfig, DefaultRagdollAbility) == 0x000068, "Member 'UAblReactionComponentConfig::DefaultRagdollAbility' has a wrong offset!"); \ static_assert(offsetof(UAblReactionComponentConfig, RecentlyOnFireTime) == 0x000070, "Member 'UAblReactionComponentConfig::RecentlyOnFireTime' has a wrong offset!"); \ static_assert(offsetof(UAblReactionComponentConfig, InAirDistanceFromGround) == 0x000074, "Member 'UAblReactionComponentConfig::InAirDistanceFromGround' has a wrong offset!"); \ static_assert(offsetof(UAblReactionComponentConfig, bDefaultCanReactToAllies) == 0x000078, "Member 'UAblReactionComponentConfig::bDefaultCanReactToAllies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_CreatureAI \ static_assert(alignof(USceneAction_CreatureAI) == 0x000008, "Wrong alignment on USceneAction_CreatureAI"); \ static_assert(sizeof(USceneAction_CreatureAI) == 0x0000B0, "Wrong size on USceneAction_CreatureAI"); \ static_assert(offsetof(USceneAction_CreatureAI, bSet_IdleOverrideState) == 0x0000A0, "Member 'USceneAction_CreatureAI::bSet_IdleOverrideState' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CreatureAI, IdleOverrideState) == 0x0000A1, "Member 'USceneAction_CreatureAI::IdleOverrideState' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CreatureAI, bSet_StationaryForNurtureInteract) == 0x0000A2, "Member 'USceneAction_CreatureAI::bSet_StationaryForNurtureInteract' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CreatureAI, bStationaryForNurtureInteract) == 0x0000A3, "Member 'USceneAction_CreatureAI::bStationaryForNurtureInteract' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CreatureAI, bSet_FlyingOption) == 0x0000A4, "Member 'USceneAction_CreatureAI::bSet_FlyingOption' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CreatureAI, FlyingOption) == 0x0000A5, "Member 'USceneAction_CreatureAI::FlyingOption' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CreatureAI, bSet_EnablePerception) == 0x0000A6, "Member 'USceneAction_CreatureAI::bSet_EnablePerception' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CreatureAI, bEnablePerception) == 0x0000A7, "Member 'USceneAction_CreatureAI::bEnablePerception' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CreatureAI, bSet_DesiredStance) == 0x0000A8, "Member 'USceneAction_CreatureAI::bSet_DesiredStance' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CreatureAI, DesiredStance) == 0x0000A9, "Member 'USceneAction_CreatureAI::DesiredStance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayer_FootfallDataAsset \ static_assert(alignof(UPlayer_FootfallDataAsset) == 0x000008, "Wrong alignment on UPlayer_FootfallDataAsset"); \ static_assert(sizeof(UPlayer_FootfallDataAsset) == 0x000068, "Wrong size on UPlayer_FootfallDataAsset"); \ static_assert(offsetof(UPlayer_FootfallDataAsset, Data) == 0x000030, "Member 'UPlayer_FootfallDataAsset::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPCDistance_SpeedChoice \ static_assert(alignof(UNPCDistance_SpeedChoice) == 0x000008, "Wrong alignment on UNPCDistance_SpeedChoice"); \ static_assert(sizeof(UNPCDistance_SpeedChoice) == 0x000030, "Wrong size on UNPCDistance_SpeedChoice"); \ static_assert(offsetof(UNPCDistance_SpeedChoice, MinDist) == 0x000028, "Member 'UNPCDistance_SpeedChoice::MinDist' has a wrong offset!"); \ static_assert(offsetof(UNPCDistance_SpeedChoice, MaxDist) == 0x00002C, "Member 'UNPCDistance_SpeedChoice::MaxDist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRig_ByPlayerHouse \ static_assert(alignof(USceneRig_ByPlayerHouse) == 0x000008, "Wrong alignment on USceneRig_ByPlayerHouse"); \ static_assert(sizeof(USceneRig_ByPlayerHouse) == 0x000048, "Wrong size on USceneRig_ByPlayerHouse"); \ static_assert(offsetof(USceneRig_ByPlayerHouse, Gryffindor) == 0x000028, "Member 'USceneRig_ByPlayerHouse::Gryffindor' has a wrong offset!"); \ static_assert(offsetof(USceneRig_ByPlayerHouse, Hufflepuff) == 0x000030, "Member 'USceneRig_ByPlayerHouse::Hufflepuff' has a wrong offset!"); \ static_assert(offsetof(USceneRig_ByPlayerHouse, Ravenclaw) == 0x000038, "Member 'USceneRig_ByPlayerHouse::Ravenclaw' has a wrong offset!"); \ static_assert(offsetof(USceneRig_ByPlayerHouse, Slytherin) == 0x000040, "Member 'USceneRig_ByPlayerHouse::Slytherin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPCGameplayUtil_AddImpulseSpread \ static_assert(alignof(NPCGameplayUtil_AddImpulseSpread) == 0x000008, "Wrong alignment on NPCGameplayUtil_AddImpulseSpread"); \ static_assert(sizeof(NPCGameplayUtil_AddImpulseSpread) == 0x000018, "Wrong size on NPCGameplayUtil_AddImpulseSpread"); \ static_assert(offsetof(NPCGameplayUtil_AddImpulseSpread, SkeletalMeshComp) == 0x000000, "Member 'NPCGameplayUtil_AddImpulseSpread::SkeletalMeshComp' has a wrong offset!"); \ static_assert(offsetof(NPCGameplayUtil_AddImpulseSpread, Velocity) == 0x000008, "Member 'NPCGameplayUtil_AddImpulseSpread::Velocity' has a wrong offset!"); \ static_assert(offsetof(NPCGameplayUtil_AddImpulseSpread, bVelocityChange) == 0x000014, "Member 'NPCGameplayUtil_AddImpulseSpread::bVelocityChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NPCGameplayUtil_SetLinearDampeningAcrossPhysicsBodies \ static_assert(alignof(NPCGameplayUtil_SetLinearDampeningAcrossPhysicsBodies) == 0x000008, "Wrong alignment on NPCGameplayUtil_SetLinearDampeningAcrossPhysicsBodies"); \ static_assert(sizeof(NPCGameplayUtil_SetLinearDampeningAcrossPhysicsBodies) == 0x000010, "Wrong size on NPCGameplayUtil_SetLinearDampeningAcrossPhysicsBodies"); \ static_assert(offsetof(NPCGameplayUtil_SetLinearDampeningAcrossPhysicsBodies, SkeletalMeshComp) == 0x000000, "Member 'NPCGameplayUtil_SetLinearDampeningAcrossPhysicsBodies::SkeletalMeshComp' has a wrong offset!"); \ static_assert(offsetof(NPCGameplayUtil_SetLinearDampeningAcrossPhysicsBodies, LinearDampening) == 0x000008, "Member 'NPCGameplayUtil_SetLinearDampeningAcrossPhysicsBodies::LinearDampening' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNPCGameplayUtil \ static_assert(alignof(UNPCGameplayUtil) == 0x000008, "Wrong alignment on UNPCGameplayUtil"); \ static_assert(sizeof(UNPCGameplayUtil) == 0x000028, "Wrong size on UNPCGameplayUtil"); \ #define DUMPER7_ASSERTS_UNumericTweenDummy \ static_assert(alignof(UNumericTweenDummy) == 0x000008, "Wrong alignment on UNumericTweenDummy"); \ static_assert(sizeof(UNumericTweenDummy) == 0x000028, "Wrong size on UNumericTweenDummy"); \ #define DUMPER7_ASSERTS_USceneAction_DialogueBucket \ static_assert(alignof(USceneAction_DialogueBucket) == 0x000008, "Wrong alignment on USceneAction_DialogueBucket"); \ static_assert(sizeof(USceneAction_DialogueBucket) == 0x000100, "Wrong size on USceneAction_DialogueBucket"); \ static_assert(offsetof(USceneAction_DialogueBucket, EventBucket) == 0x0000A0, "Member 'USceneAction_DialogueBucket::EventBucket' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DialogueBucket, RepeatDelay) == 0x0000B0, "Member 'USceneAction_DialogueBucket::RepeatDelay' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DialogueBucket, DialogueStart) == 0x0000B8, "Member 'USceneAction_DialogueBucket::DialogueStart' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DialogueBucket, DialogueFinish) == 0x0000D0, "Member 'USceneAction_DialogueBucket::DialogueFinish' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DialogueBucket, CutoffDialogueAtFinish) == 0x0000E8, "Member 'USceneAction_DialogueBucket::CutoffDialogueAtFinish' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DialogueBucket, AudioDialogueFlags) == 0x0000E9, "Member 'USceneAction_DialogueBucket::AudioDialogueFlags' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DialogueBucket, AtLocation) == 0x0000F0, "Member 'USceneAction_DialogueBucket::AtLocation' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DialogueBucket, RestrictDialogueByProximity) == 0x0000F8, "Member 'USceneAction_DialogueBucket::RestrictDialogueByProximity' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DialogueBucket, ProximityRadius) == 0x0000FC, "Member 'USceneAction_DialogueBucket::ProximityRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObject_StationStoryContent \ static_assert(alignof(UObject_StationStoryContent) == 0x000008, "Wrong alignment on UObject_StationStoryContent"); \ static_assert(sizeof(UObject_StationStoryContent) == 0x000060, "Wrong size on UObject_StationStoryContent"); \ static_assert(offsetof(UObject_StationStoryContent, Tags) == 0x000030, "Member 'UObject_StationStoryContent::Tags' has a wrong offset!"); \ static_assert(offsetof(UObject_StationStoryContent, TagProviders) == 0x000050, "Member 'UObject_StationStoryContent::TagProviders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ObjectBuoyancyComponent_ToggleOn \ static_assert(alignof(ObjectBuoyancyComponent_ToggleOn) == 0x000001, "Wrong alignment on ObjectBuoyancyComponent_ToggleOn"); \ static_assert(sizeof(ObjectBuoyancyComponent_ToggleOn) == 0x000001, "Wrong size on ObjectBuoyancyComponent_ToggleOn"); \ static_assert(offsetof(ObjectBuoyancyComponent_ToggleOn, bToggle) == 0x000000, "Member 'ObjectBuoyancyComponent_ToggleOn::bToggle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObjectBuoyancyComponent \ static_assert(alignof(UObjectBuoyancyComponent) == 0x000008, "Wrong alignment on UObjectBuoyancyComponent"); \ static_assert(sizeof(UObjectBuoyancyComponent) == 0x000128, "Wrong size on UObjectBuoyancyComponent"); \ static_assert(offsetof(UObjectBuoyancyComponent, Owner) == 0x0000D0, "Member 'UObjectBuoyancyComponent::Owner' has a wrong offset!"); \ static_assert(offsetof(UObjectBuoyancyComponent, TargetMesh) == 0x0000D8, "Member 'UObjectBuoyancyComponent::TargetMesh' has a wrong offset!"); \ static_assert(offsetof(UObjectBuoyancyComponent, TargetMass) == 0x0000E0, "Member 'UObjectBuoyancyComponent::TargetMass' has a wrong offset!"); \ static_assert(offsetof(UObjectBuoyancyComponent, TargetLoc) == 0x0000E4, "Member 'UObjectBuoyancyComponent::TargetLoc' has a wrong offset!"); \ static_assert(offsetof(UObjectBuoyancyComponent, HoverHeight) == 0x0000F0, "Member 'UObjectBuoyancyComponent::HoverHeight' has a wrong offset!"); \ static_assert(offsetof(UObjectBuoyancyComponent, TargetBuoyancy) == 0x0000F4, "Member 'UObjectBuoyancyComponent::TargetBuoyancy' has a wrong offset!"); \ static_assert(offsetof(UObjectBuoyancyComponent, ForcePercent) == 0x0000F8, "Member 'UObjectBuoyancyComponent::ForcePercent' has a wrong offset!"); \ static_assert(offsetof(UObjectBuoyancyComponent, targetBounds) == 0x0000FC, "Member 'UObjectBuoyancyComponent::targetBounds' has a wrong offset!"); \ static_assert(offsetof(UObjectBuoyancyComponent, meshOrigin) == 0x000118, "Member 'UObjectBuoyancyComponent::meshOrigin' has a wrong offset!"); \ static_assert(offsetof(UObjectBuoyancyComponent, meshExtent) == 0x00011C, "Member 'UObjectBuoyancyComponent::meshExtent' has a wrong offset!"); \ static_assert(offsetof(UObjectBuoyancyComponent, bTicking) == 0x000120, "Member 'UObjectBuoyancyComponent::bTicking' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AObjectGrouper \ static_assert(alignof(AObjectGrouper) == 0x000008, "Wrong alignment on AObjectGrouper"); \ static_assert(sizeof(AObjectGrouper) == 0x000258, "Wrong size on AObjectGrouper"); \ static_assert(offsetof(AObjectGrouper, Objects) == 0x000248, "Member 'AObjectGrouper::Objects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawn_CameraActor \ static_assert(alignof(USpawn_CameraActor) == 0x000008, "Wrong alignment on USpawn_CameraActor"); \ static_assert(sizeof(USpawn_CameraActor) == 0x000060, "Wrong size on USpawn_CameraActor"); \ static_assert(offsetof(USpawn_CameraActor, CameraType) == 0x000048, "Member 'USpawn_CameraActor::CameraType' has a wrong offset!"); \ static_assert(offsetof(USpawn_CameraActor, bFixedAspectRatio) == 0x000049, "Member 'USpawn_CameraActor::bFixedAspectRatio' has a wrong offset!"); \ static_assert(offsetof(USpawn_CameraActor, StackCameraClass) == 0x000050, "Member 'USpawn_CameraActor::StackCameraClass' has a wrong offset!"); \ static_assert(offsetof(USpawn_CameraActor, DefaultCameraClass) == 0x000058, "Member 'USpawn_CameraActor::DefaultCameraClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObjectScalingData \ static_assert(alignof(UObjectScalingData) == 0x000008, "Wrong alignment on UObjectScalingData"); \ static_assert(sizeof(UObjectScalingData) == 0x000098, "Wrong size on UObjectScalingData"); \ static_assert(offsetof(UObjectScalingData, CurveScaleLarger) == 0x000038, "Member 'UObjectScalingData::CurveScaleLarger' has a wrong offset!"); \ static_assert(offsetof(UObjectScalingData, CurveScaleLargerOffset) == 0x000040, "Member 'UObjectScalingData::CurveScaleLargerOffset' has a wrong offset!"); \ static_assert(offsetof(UObjectScalingData, CurveScaleLargerRotation) == 0x000048, "Member 'UObjectScalingData::CurveScaleLargerRotation' has a wrong offset!"); \ static_assert(offsetof(UObjectScalingData, RestoreCurveScaleLarger) == 0x000050, "Member 'UObjectScalingData::RestoreCurveScaleLarger' has a wrong offset!"); \ static_assert(offsetof(UObjectScalingData, RestoreCurveScaleLargerOffset) == 0x000058, "Member 'UObjectScalingData::RestoreCurveScaleLargerOffset' has a wrong offset!"); \ static_assert(offsetof(UObjectScalingData, RestoreCurveScaleLargerRotation) == 0x000060, "Member 'UObjectScalingData::RestoreCurveScaleLargerRotation' has a wrong offset!"); \ static_assert(offsetof(UObjectScalingData, CurveScaleSmaller) == 0x000068, "Member 'UObjectScalingData::CurveScaleSmaller' has a wrong offset!"); \ static_assert(offsetof(UObjectScalingData, CurveScaleSmallerOffset) == 0x000070, "Member 'UObjectScalingData::CurveScaleSmallerOffset' has a wrong offset!"); \ static_assert(offsetof(UObjectScalingData, CurveScaleSmallerRotation) == 0x000078, "Member 'UObjectScalingData::CurveScaleSmallerRotation' has a wrong offset!"); \ static_assert(offsetof(UObjectScalingData, RestoreCurveScaleSmaller) == 0x000080, "Member 'UObjectScalingData::RestoreCurveScaleSmaller' has a wrong offset!"); \ static_assert(offsetof(UObjectScalingData, RestoreCurveScaleSmallerOffset) == 0x000088, "Member 'UObjectScalingData::RestoreCurveScaleSmallerOffset' has a wrong offset!"); \ static_assert(offsetof(UObjectScalingData, RestoreCurveScaleSmallerRotation) == 0x000090, "Member 'UObjectScalingData::RestoreCurveScaleSmallerRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URepairInfo \ static_assert(alignof(URepairInfo) == 0x000008, "Wrong alignment on URepairInfo"); \ static_assert(sizeof(URepairInfo) == 0x000250, "Wrong size on URepairInfo"); \ static_assert(offsetof(URepairInfo, DestructibleGeometryCollection) == 0x000028, "Member 'URepairInfo::DestructibleGeometryCollection' has a wrong offset!"); \ static_assert(offsetof(URepairInfo, BaseMesh) == 0x000030, "Member 'URepairInfo::BaseMesh' has a wrong offset!"); \ static_assert(offsetof(URepairInfo, ChunkPhysicalMaterial) == 0x000040, "Member 'URepairInfo::ChunkPhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(URepairInfo, DeathFX2) == 0x000048, "Member 'URepairInfo::DeathFX2' has a wrong offset!"); \ static_assert(offsetof(URepairInfo, DamagableInPiecesFX2) == 0x000058, "Member 'URepairInfo::DamagableInPiecesFX2' has a wrong offset!"); \ static_assert(offsetof(URepairInfo, DeathNoiseSize) == 0x000068, "Member 'URepairInfo::DeathNoiseSize' has a wrong offset!"); \ static_assert(offsetof(URepairInfo, ChunkTrailVfx) == 0x000070, "Member 'URepairInfo::ChunkTrailVfx' has a wrong offset!"); \ static_assert(offsetof(URepairInfo, ChunkTrailFX2) == 0x000078, "Member 'URepairInfo::ChunkTrailFX2' has a wrong offset!"); \ static_assert(offsetof(URepairInfo, ChunkFadeVfx) == 0x000088, "Member 'URepairInfo::ChunkFadeVfx' has a wrong offset!"); \ static_assert(offsetof(URepairInfo, ChunkImpactVfx) == 0x000090, "Member 'URepairInfo::ChunkImpactVfx' has a wrong offset!"); \ static_assert(offsetof(URepairInfo, RepairSfx) == 0x000098, "Member 'URepairInfo::RepairSfx' has a wrong offset!"); \ static_assert(offsetof(URepairInfo, ReparoDataPtr) == 0x0000A0, "Member 'URepairInfo::ReparoDataPtr' has a wrong offset!"); \ static_assert(offsetof(URepairInfo, ReparoDataArray) == 0x0000A8, "Member 'URepairInfo::ReparoDataArray' has a wrong offset!"); \ static_assert(offsetof(URepairInfo, DestroyObjectFieldSystemClass) == 0x0000B8, "Member 'URepairInfo::DestroyObjectFieldSystemClass' has a wrong offset!"); \ static_assert(offsetof(URepairInfo, MaxClusterLevel) == 0x0000C0, "Member 'URepairInfo::MaxClusterLevel' has a wrong offset!"); \ static_assert(offsetof(URepairInfo, bSimpleDestroy) == 0x0000C4, "Member 'URepairInfo::bSimpleDestroy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UObjectStateInfoData \ static_assert(alignof(UObjectStateInfoData) == 0x000008, "Wrong alignment on UObjectStateInfoData"); \ static_assert(sizeof(UObjectStateInfoData) == 0x0004A8, "Wrong size on UObjectStateInfoData"); \ static_assert(offsetof(UObjectStateInfoData, bShowDebug) == 0x000030, "Member 'UObjectStateInfoData::bShowDebug' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DebugObjectStateDiagnosis) == 0x000031, "Member 'UObjectStateInfoData::DebugObjectStateDiagnosis' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ObjectStateDiagnosisActorClass) == 0x000038, "Member 'UObjectStateInfoData::ObjectStateDiagnosisActorClass' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, BumpSoundThreshold) == 0x000040, "Member 'UObjectStateInfoData::BumpSoundThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ImpulseIgnoreThreshold) == 0x000044, "Member 'UObjectStateInfoData::ImpulseIgnoreThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, RagdollImpulseIgnoreThreshold) == 0x00004C, "Member 'UObjectStateInfoData::RagdollImpulseIgnoreThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ChaosImpulseMultiplier) == 0x000054, "Member 'UObjectStateInfoData::ChaosImpulseMultiplier' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ImpulseDamageDivider) == 0x000058, "Member 'UObjectStateInfoData::ImpulseDamageDivider' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ImpactDamageThreshold) == 0x00005C, "Member 'UObjectStateInfoData::ImpactDamageThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ObjectToCharacterVelocityThreshold) == 0x000060, "Member 'UObjectStateInfoData::ObjectToCharacterVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CharacterToCharacterVelocityThreshold) == 0x000064, "Member 'UObjectStateInfoData::CharacterToCharacterVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, BecomeMovableDamageThreshold) == 0x000068, "Member 'UObjectStateInfoData::BecomeMovableDamageThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, BecomeMovableVelocityThreshold) == 0x00006C, "Member 'UObjectStateInfoData::BecomeMovableVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CharacterVelocityScale) == 0x000070, "Member 'UObjectStateInfoData::CharacterVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CharacterDamageScale) == 0x000074, "Member 'UObjectStateInfoData::CharacterDamageScale' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CharacterToCharacterDamageScale) == 0x000078, "Member 'UObjectStateInfoData::CharacterToCharacterDamageScale' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CharacterCanBeDamagedStates) == 0x000080, "Member 'UObjectStateInfoData::CharacterCanBeDamagedStates' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CharacterCanDealDamageStates) == 0x0000A0, "Member 'UObjectStateInfoData::CharacterCanDealDamageStates' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, PlayerVelocityScale) == 0x0000C0, "Member 'UObjectStateInfoData::PlayerVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, PlayerDamageScale) == 0x0000C4, "Member 'UObjectStateInfoData::PlayerDamageScale' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, LevelLoadedImpactIgnoreTime) == 0x0000C8, "Member 'UObjectStateInfoData::LevelLoadedImpactIgnoreTime' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, SpawnedImpactIgnoreTime) == 0x0000CC, "Member 'UObjectStateInfoData::SpawnedImpactIgnoreTime' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ResetImpactIgnoreTime) == 0x0000D0, "Member 'UObjectStateInfoData::ResetImpactIgnoreTime' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CharacterStaticPhysicsHitIgnoreTime) == 0x0000D4, "Member 'UObjectStateInfoData::CharacterStaticPhysicsHitIgnoreTime' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, OppugnoVelocityScale) == 0x0000D8, "Member 'UObjectStateInfoData::OppugnoVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, OppugnoLaunchAngleMax) == 0x0000DC, "Member 'UObjectStateInfoData::OppugnoLaunchAngleMax' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, MaxMassDamagePercent) == 0x0000E0, "Member 'UObjectStateInfoData::MaxMassDamagePercent' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, MaxHealthDamagePercent) == 0x0000E4, "Member 'UObjectStateInfoData::MaxHealthDamagePercent' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, MassContributionToDamage) == 0x0000E8, "Member 'UObjectStateInfoData::MassContributionToDamage' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, HighPostImpactVelocityThreshold) == 0x0000EC, "Member 'UObjectStateInfoData::HighPostImpactVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyedVelocityScaleXY) == 0x0000F0, "Member 'UObjectStateInfoData::DestroyedVelocityScaleXY' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyedVelocityScaleZ) == 0x0000F4, "Member 'UObjectStateInfoData::DestroyedVelocityScaleZ' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyedVelocityScaleMin) == 0x0000F8, "Member 'UObjectStateInfoData::DestroyedVelocityScaleMin' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, PhysicsHitFX2) == 0x000100, "Member 'UObjectStateInfoData::PhysicsHitFX2' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, PhysicsMunitionDataAsset) == 0x000110, "Member 'UObjectStateInfoData::PhysicsMunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, PhysicsMunitionTag) == 0x000118, "Member 'UObjectStateInfoData::PhysicsMunitionTag' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, PhysicsFloorBounceDegreesFromVerticalThreshold) == 0x000120, "Member 'UObjectStateInfoData::PhysicsFloorBounceDegreesFromVerticalThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, PhysicsWallBounceDegreesFromHorizontalThreshold) == 0x000124, "Member 'UObjectStateInfoData::PhysicsWallBounceDegreesFromHorizontalThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, PhysicsWallBounceVelocityThreshold) == 0x000128, "Member 'UObjectStateInfoData::PhysicsWallBounceVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, PhysicsWallBounceMunitionTag) == 0x00012C, "Member 'UObjectStateInfoData::PhysicsWallBounceMunitionTag' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, PhysicsHitArray) == 0x000138, "Member 'UObjectStateInfoData::PhysicsHitArray' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, PhysicsHitFromAboveThreshold) == 0x000148, "Member 'UObjectStateInfoData::PhysicsHitFromAboveThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, PhysicsHitFromAboveMunitionTag) == 0x00014C, "Member 'UObjectStateInfoData::PhysicsHitFromAboveMunitionTag' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, PhysicsHitFromBelowThreshold) == 0x000154, "Member 'UObjectStateInfoData::PhysicsHitFromBelowThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, PhysicsHitFromBelowMunitionTag) == 0x000158, "Member 'UObjectStateInfoData::PhysicsHitFromBelowMunitionTag' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DefaultMunitionDataAsset) == 0x000160, "Member 'UObjectStateInfoData::DefaultMunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, SendMunitionDataAsset) == 0x000168, "Member 'UObjectStateInfoData::SendMunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, MinDamageOnVelocityTrackedCollision) == 0x000170, "Member 'UObjectStateInfoData::MinDamageOnVelocityTrackedCollision' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, MaintainVelocityTime) == 0x000174, "Member 'UObjectStateInfoData::MaintainVelocityTime' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, AccioGroundHitZThreshold) == 0x000178, "Member 'UObjectStateInfoData::AccioGroundHitZThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, AdditionalCommonBreakableCollisionDamage) == 0x00017C, "Member 'UObjectStateInfoData::AdditionalCommonBreakableCollisionDamage' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, IgnoreFallDamageTimeAfterSpawn) == 0x000180, "Member 'UObjectStateInfoData::IgnoreFallDamageTimeAfterSpawn' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CurveHeightDamage) == 0x000188, "Member 'UObjectStateInfoData::CurveHeightDamage' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, VelocityTransferPercent) == 0x000190, "Member 'UObjectStateInfoData::VelocityTransferPercent' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ImpactIngoreTime) == 0x000194, "Member 'UObjectStateInfoData::ImpactIngoreTime' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ImpactCameraShake) == 0x000198, "Member 'UObjectStateInfoData::ImpactCameraShake' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ImpactCameraShakeDamageThreshold) == 0x0001A0, "Member 'UObjectStateInfoData::ImpactCameraShakeDamageThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ImpactCameraShakeVelocityThreshold) == 0x0001A4, "Member 'UObjectStateInfoData::ImpactCameraShakeVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ImpactCameraShakeInnerRadius) == 0x0001A8, "Member 'UObjectStateInfoData::ImpactCameraShakeInnerRadius' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ImpactCameraShakeOuterRadius) == 0x0001AC, "Member 'UObjectStateInfoData::ImpactCameraShakeOuterRadius' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ImpactCameraShakeFalloff) == 0x0001B0, "Member 'UObjectStateInfoData::ImpactCameraShakeFalloff' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ImpactCameraShakeBaseDamage) == 0x0001B4, "Member 'UObjectStateInfoData::ImpactCameraShakeBaseDamage' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ImpactCameraShakeScale) == 0x0001B8, "Member 'UObjectStateInfoData::ImpactCameraShakeScale' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ImpactCameraShakeScaleMin) == 0x0001BC, "Member 'UObjectStateInfoData::ImpactCameraShakeScaleMin' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ImpactCameraShakeScaleMax) == 0x0001C0, "Member 'UObjectStateInfoData::ImpactCameraShakeScaleMax' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ImpactControllerVibration) == 0x0001C8, "Member 'UObjectStateInfoData::ImpactControllerVibration' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, VulnerableTagDamageScale) == 0x0001D0, "Member 'UObjectStateInfoData::VulnerableTagDamageScale' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, InReactionDamageIncrease) == 0x0001D4, "Member 'UObjectStateInfoData::InReactionDamageIncrease' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, InReactionDamageMultiplier) == 0x0001D8, "Member 'UObjectStateInfoData::InReactionDamageMultiplier' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ClassSizeData) == 0x0001E0, "Member 'UObjectStateInfoData::ClassSizeData' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, SteamEffectPS) == 0x0001E8, "Member 'UObjectStateInfoData::SteamEffectPS' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, FireDamageMunitionDataAsset) == 0x0001F0, "Member 'UObjectStateInfoData::FireDamageMunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, FireDamageTags) == 0x0001F8, "Member 'UObjectStateInfoData::FireDamageTags' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, OnFireCharacterAOE) == 0x000218, "Member 'UObjectStateInfoData::OnFireCharacterAOE' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, FireDamageFloorPercent) == 0x000220, "Member 'UObjectStateInfoData::FireDamageFloorPercent' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, FrozenExtraDamageFX2) == 0x000228, "Member 'UObjectStateInfoData::FrozenExtraDamageFX2' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ActivateRange) == 0x000238, "Member 'UObjectStateInfoData::ActivateRange' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DeactivateRange) == 0x00023C, "Member 'UObjectStateInfoData::DeactivateRange' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DefaultMaterialPropertyData) == 0x000240, "Member 'UObjectStateInfoData::DefaultMaterialPropertyData' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, NoTrackingBaseClasses) == 0x000248, "Member 'UObjectStateInfoData::NoTrackingBaseClasses' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, NoTrackingActorClassSet) == 0x000258, "Member 'UObjectStateInfoData::NoTrackingActorClassSet' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, HealingRemoveEffects) == 0x0002A8, "Member 'UObjectStateInfoData::HealingRemoveEffects' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, HealingRemoveGameplayStateTags) == 0x0002B8, "Member 'UObjectStateInfoData::HealingRemoveGameplayStateTags' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, HealingFXArray) == 0x0002D8, "Member 'UObjectStateInfoData::HealingFXArray' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DamageInPiecesAmountMultiplier) == 0x0002E8, "Member 'UObjectStateInfoData::DamageInPiecesAmountMultiplier' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DamageInPiecesMaxAmount) == 0x0002EC, "Member 'UObjectStateInfoData::DamageInPiecesMaxAmount' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DamageInPiecesImpulseMax) == 0x0002F0, "Member 'UObjectStateInfoData::DamageInPiecesImpulseMax' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DamageInPiecesImpulseMultiplier) == 0x0002F4, "Member 'UObjectStateInfoData::DamageInPiecesImpulseMultiplier' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DamageInPiecesHealthZeroScale) == 0x0002F8, "Member 'UObjectStateInfoData::DamageInPiecesHealthZeroScale' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DamageInPiecesHealthZeroRadius) == 0x0002FC, "Member 'UObjectStateInfoData::DamageInPiecesHealthZeroRadius' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, NearDeathKneelInvulnerableTime) == 0x000300, "Member 'UObjectStateInfoData::NearDeathKneelInvulnerableTime' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, KneelingHealth) == 0x000304, "Member 'UObjectStateInfoData::KneelingHealth' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, NonCombatKneelingRecoveryTime) == 0x000308, "Member 'UObjectStateInfoData::NonCombatKneelingRecoveryTime' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CreatureKneelingRecoveryTime) == 0x00030C, "Member 'UObjectStateInfoData::CreatureKneelingRecoveryTime' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, RecoverHealthPercent) == 0x000310, "Member 'UObjectStateInfoData::RecoverHealthPercent' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, TimeInInfirmary) == 0x000318, "Member 'UObjectStateInfoData::TimeInInfirmary' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ProtectionActor) == 0x000320, "Member 'UObjectStateInfoData::ProtectionActor' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, BeamAwayFX2) == 0x000328, "Member 'UObjectStateInfoData::BeamAwayFX2' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, KneelingRemoveEffects) == 0x000338, "Member 'UObjectStateInfoData::KneelingRemoveEffects' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyImpulseMultiplier) == 0x000348, "Member 'UObjectStateInfoData::DestroyImpulseMultiplier' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyImpulseMax) == 0x00034C, "Member 'UObjectStateInfoData::DestroyImpulseMax' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyNonSpellImpulseMultiplier) == 0x000350, "Member 'UObjectStateInfoData::DestroyNonSpellImpulseMultiplier' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, BreakMeshVelocityThreshold) == 0x000354, "Member 'UObjectStateInfoData::BreakMeshVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, BreakMeshVelocityMultiplier) == 0x000358, "Member 'UObjectStateInfoData::BreakMeshVelocityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyCenterOfObjectRadius) == 0x00035C, "Member 'UObjectStateInfoData::DestroyCenterOfObjectRadius' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyNonSpellRadius) == 0x000360, "Member 'UObjectStateInfoData::DestroyNonSpellRadius' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, LargeChunkThreshold) == 0x000364, "Member 'UObjectStateInfoData::LargeChunkThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, ThrowDeadCharacterThreshold) == 0x000368, "Member 'UObjectStateInfoData::ThrowDeadCharacterThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyVelocityScale) == 0x00036C, "Member 'UObjectStateInfoData::DestroyVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyedTerminateStateEffects) == 0x000370, "Member 'UObjectStateInfoData::DestroyedTerminateStateEffects' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, OverkillPercent) == 0x000380, "Member 'UObjectStateInfoData::OverkillPercent' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, PlayerOverkillPercent) == 0x000384, "Member 'UObjectStateInfoData::PlayerOverkillPercent' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, LootDropContainer) == 0x000388, "Member 'UObjectStateInfoData::LootDropContainer' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, LootDropContainerOnlyCoins) == 0x000390, "Member 'UObjectStateInfoData::LootDropContainerOnlyCoins' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, LootDropImpulse) == 0x000398, "Member 'UObjectStateInfoData::LootDropImpulse' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, LootDropAngularImpulse) == 0x0003A4, "Member 'UObjectStateInfoData::LootDropAngularImpulse' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DisableChunkTime) == 0x0003B0, "Member 'UObjectStateInfoData::DisableChunkTime' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DisableChunkLinearSpeed) == 0x0003B4, "Member 'UObjectStateInfoData::DisableChunkLinearSpeed' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DisableChunkLinearSpeedFrameMultiplier) == 0x0003B8, "Member 'UObjectStateInfoData::DisableChunkLinearSpeedFrameMultiplier' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DisableChunkAngularSpeed) == 0x0003BC, "Member 'UObjectStateInfoData::DisableChunkAngularSpeed' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DisableChunkAngularSpeedFrameMultiplier) == 0x0003C0, "Member 'UObjectStateInfoData::DisableChunkAngularSpeedFrameMultiplier' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DisableChunkSlowFrames) == 0x0003C4, "Member 'UObjectStateInfoData::DisableChunkSlowFrames' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DisableChunkAfterFrames) == 0x0003C8, "Member 'UObjectStateInfoData::DisableChunkAfterFrames' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyCameraShake) == 0x0003D0, "Member 'UObjectStateInfoData::DestroyCameraShake' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyCameraShakeInnerRadius) == 0x0003D8, "Member 'UObjectStateInfoData::DestroyCameraShakeInnerRadius' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyCameraShakeOuterRadius) == 0x0003DC, "Member 'UObjectStateInfoData::DestroyCameraShakeOuterRadius' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyCameraShakeFalloff) == 0x0003E0, "Member 'UObjectStateInfoData::DestroyCameraShakeFalloff' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyCameraShakeBaseMass) == 0x0003E4, "Member 'UObjectStateInfoData::DestroyCameraShakeBaseMass' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyCameraShakeScale) == 0x0003E8, "Member 'UObjectStateInfoData::DestroyCameraShakeScale' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyCameraShakeScaleMin) == 0x0003EC, "Member 'UObjectStateInfoData::DestroyCameraShakeScaleMin' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyCameraShakeScaleMax) == 0x0003F0, "Member 'UObjectStateInfoData::DestroyCameraShakeScaleMax' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, DestroyControllerVibration) == 0x0003F8, "Member 'UObjectStateInfoData::DestroyControllerVibration' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CursedReflectedPercent) == 0x000400, "Member 'UObjectStateInfoData::CursedReflectedPercent' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CursedDamageMultiplier) == 0x000404, "Member 'UObjectStateInfoData::CursedDamageMultiplier' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CursedDuration) == 0x000408, "Member 'UObjectStateInfoData::CursedDuration' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, LongTalentCursedDuration) == 0x00040C, "Member 'UObjectStateInfoData::LongTalentCursedDuration' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CombatCursedActivateFX2) == 0x000410, "Member 'UObjectStateInfoData::CombatCursedActivateFX2' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CombatCursedFlairFX2) == 0x000420, "Member 'UObjectStateInfoData::CombatCursedFlairFX2' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CursedAllyDamageMod) == 0x000430, "Member 'UObjectStateInfoData::CursedAllyDamageMod' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, HiddenFX2) == 0x000438, "Member 'UObjectStateInfoData::HiddenFX2' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, StartFastSpeed) == 0x000448, "Member 'UObjectStateInfoData::StartFastSpeed' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, EndFastSpeed) == 0x00044C, "Member 'UObjectStateInfoData::EndFastSpeed' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, TimeBeforeSlowSpeedCheckBegins) == 0x000450, "Member 'UObjectStateInfoData::TimeBeforeSlowSpeedCheckBegins' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, SlowSpeedThreshold) == 0x000454, "Member 'UObjectStateInfoData::SlowSpeedThreshold' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, SlowFramesBeforeTrackingEnd) == 0x000458, "Member 'UObjectStateInfoData::SlowFramesBeforeTrackingEnd' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, AnchorFieldSystem) == 0x000460, "Member 'UObjectStateInfoData::AnchorFieldSystem' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, AnchorFieldSystemClass) == 0x000468, "Member 'UObjectStateInfoData::AnchorFieldSystemClass' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CooldownPickupArray) == 0x000470, "Member 'UObjectStateInfoData::CooldownPickupArray' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CooldownPickupImpulseArray) == 0x000480, "Member 'UObjectStateInfoData::CooldownPickupImpulseArray' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CooldownPickupImpulseScaleLEnemy) == 0x000490, "Member 'UObjectStateInfoData::CooldownPickupImpulseScaleLEnemy' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CooldownPickupImpulseScaleXLEnemy) == 0x000494, "Member 'UObjectStateInfoData::CooldownPickupImpulseScaleXLEnemy' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CooldownPickupLifetime) == 0x000498, "Member 'UObjectStateInfoData::CooldownPickupLifetime' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CooldownPickupTargetingTimeMin) == 0x00049C, "Member 'UObjectStateInfoData::CooldownPickupTargetingTimeMin' has a wrong offset!"); \ static_assert(offsetof(UObjectStateInfoData, CooldownPickupTargetingTimeMax) == 0x0004A0, "Member 'UObjectStateInfoData::CooldownPickupTargetingTimeMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AObliviateSpellTool \ static_assert(alignof(AObliviateSpellTool) == 0x000008, "Wrong alignment on AObliviateSpellTool"); \ static_assert(sizeof(AObliviateSpellTool) == 0x000878, "Wrong size on AObliviateSpellTool"); \ static_assert(offsetof(AObliviateSpellTool, DazeTime) == 0x000870, "Member 'AObliviateSpellTool::DazeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpellHelperData \ static_assert(alignof(USpellHelperData) == 0x000008, "Wrong alignment on USpellHelperData"); \ static_assert(sizeof(USpellHelperData) == 0x000080, "Wrong size on USpellHelperData"); \ static_assert(offsetof(USpellHelperData, GlaciusFX2) == 0x000030, "Member 'USpellHelperData::GlaciusFX2' has a wrong offset!"); \ static_assert(offsetof(USpellHelperData, GlaciusMunitionTagContainer) == 0x000040, "Member 'USpellHelperData::GlaciusMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(USpellHelperData, GlaciusMunitionDataAsset) == 0x000060, "Member 'USpellHelperData::GlaciusMunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(USpellHelperData, DeflectedFX2) == 0x000068, "Member 'USpellHelperData::DeflectedFX2' has a wrong offset!"); \ static_assert(offsetof(USpellHelperData, DeflectedMaxCharacterDamage) == 0x000078, "Member 'USpellHelperData::DeflectedMaxCharacterDamage' has a wrong offset!"); \ static_assert(offsetof(USpellHelperData, DeflectedMaxObjectDamage) == 0x00007C, "Member 'USpellHelperData::DeflectedMaxObjectDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOcclusionTestSubsystem \ static_assert(alignof(UOcclusionTestSubsystem) == 0x000008, "Wrong alignment on UOcclusionTestSubsystem"); \ static_assert(sizeof(UOcclusionTestSubsystem) == 0x0000B8, "Wrong size on UOcclusionTestSubsystem"); \ #define DUMPER7_ASSERTS_OffscreenThreatComponent_SetAttackState \ static_assert(alignof(OffscreenThreatComponent_SetAttackState) == 0x000001, "Wrong alignment on OffscreenThreatComponent_SetAttackState"); \ static_assert(sizeof(OffscreenThreatComponent_SetAttackState) == 0x000001, "Wrong size on OffscreenThreatComponent_SetAttackState"); \ static_assert(offsetof(OffscreenThreatComponent_SetAttackState, AttackState) == 0x000000, "Member 'OffscreenThreatComponent_SetAttackState::AttackState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOffscreenThreatComponent \ static_assert(alignof(UOffscreenThreatComponent) == 0x000010, "Wrong alignment on UOffscreenThreatComponent"); \ static_assert(sizeof(UOffscreenThreatComponent) == 0x0005E0, "Wrong size on UOffscreenThreatComponent"); \ static_assert(offsetof(UOffscreenThreatComponent, PointerIndex) == 0x0005D0, "Member 'UOffscreenThreatComponent::PointerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OppugnoInterface_OnHitByOppugnoImpact \ static_assert(alignof(OppugnoInterface_OnHitByOppugnoImpact) == 0x000008, "Wrong alignment on OppugnoInterface_OnHitByOppugnoImpact"); \ static_assert(sizeof(OppugnoInterface_OnHitByOppugnoImpact) == 0x000010, "Wrong size on OppugnoInterface_OnHitByOppugnoImpact"); \ static_assert(offsetof(OppugnoInterface_OnHitByOppugnoImpact, Instigator) == 0x000000, "Member 'OppugnoInterface_OnHitByOppugnoImpact::Instigator' has a wrong offset!"); \ static_assert(offsetof(OppugnoInterface_OnHitByOppugnoImpact, Object) == 0x000008, "Member 'OppugnoInterface_OnHitByOppugnoImpact::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OppugnoInterface_OnOppugnoEnd \ static_assert(alignof(OppugnoInterface_OnOppugnoEnd) == 0x000008, "Wrong alignment on OppugnoInterface_OnOppugnoEnd"); \ static_assert(sizeof(OppugnoInterface_OnOppugnoEnd) == 0x000008, "Wrong size on OppugnoInterface_OnOppugnoEnd"); \ static_assert(offsetof(OppugnoInterface_OnOppugnoEnd, Instigator) == 0x000000, "Member 'OppugnoInterface_OnOppugnoEnd::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OppugnoInterface_OnOppugnoHold \ static_assert(alignof(OppugnoInterface_OnOppugnoHold) == 0x000008, "Wrong alignment on OppugnoInterface_OnOppugnoHold"); \ static_assert(sizeof(OppugnoInterface_OnOppugnoHold) == 0x000008, "Wrong size on OppugnoInterface_OnOppugnoHold"); \ static_assert(offsetof(OppugnoInterface_OnOppugnoHold, Instigator) == 0x000000, "Member 'OppugnoInterface_OnOppugnoHold::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OppugnoInterface_OnOppugnoImpact \ static_assert(alignof(OppugnoInterface_OnOppugnoImpact) == 0x000008, "Wrong alignment on OppugnoInterface_OnOppugnoImpact"); \ static_assert(sizeof(OppugnoInterface_OnOppugnoImpact) == 0x000018, "Wrong size on OppugnoInterface_OnOppugnoImpact"); \ static_assert(offsetof(OppugnoInterface_OnOppugnoImpact, Instigator) == 0x000000, "Member 'OppugnoInterface_OnOppugnoImpact::Instigator' has a wrong offset!"); \ static_assert(offsetof(OppugnoInterface_OnOppugnoImpact, Target) == 0x000008, "Member 'OppugnoInterface_OnOppugnoImpact::Target' has a wrong offset!"); \ static_assert(offsetof(OppugnoInterface_OnOppugnoImpact, HitObject) == 0x000010, "Member 'OppugnoInterface_OnOppugnoImpact::HitObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OppugnoInterface_OnOppugnoPull \ static_assert(alignof(OppugnoInterface_OnOppugnoPull) == 0x000008, "Wrong alignment on OppugnoInterface_OnOppugnoPull"); \ static_assert(sizeof(OppugnoInterface_OnOppugnoPull) == 0x000008, "Wrong size on OppugnoInterface_OnOppugnoPull"); \ static_assert(offsetof(OppugnoInterface_OnOppugnoPull, Instigator) == 0x000000, "Member 'OppugnoInterface_OnOppugnoPull::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OppugnoInterface_OnOppugnoThrow \ static_assert(alignof(OppugnoInterface_OnOppugnoThrow) == 0x000008, "Wrong alignment on OppugnoInterface_OnOppugnoThrow"); \ static_assert(sizeof(OppugnoInterface_OnOppugnoThrow) == 0x000020, "Wrong size on OppugnoInterface_OnOppugnoThrow"); \ static_assert(offsetof(OppugnoInterface_OnOppugnoThrow, Instigator) == 0x000000, "Member 'OppugnoInterface_OnOppugnoThrow::Instigator' has a wrong offset!"); \ static_assert(offsetof(OppugnoInterface_OnOppugnoThrow, Target) == 0x000008, "Member 'OppugnoInterface_OnOppugnoThrow::Target' has a wrong offset!"); \ static_assert(offsetof(OppugnoInterface_OnOppugnoThrow, Velocity) == 0x000010, "Member 'OppugnoInterface_OnOppugnoThrow::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IOppugnoInterface \ static_assert(alignof(IOppugnoInterface) == 0x000001, "Wrong alignment on IOppugnoInterface"); \ static_assert(sizeof(IOppugnoInterface) == 0x000001, "Wrong size on IOppugnoInterface"); \ #define DUMPER7_ASSERTS_OppugnoSpecialTagsActor_AddSpecialTag \ static_assert(alignof(OppugnoSpecialTagsActor_AddSpecialTag) == 0x000004, "Wrong alignment on OppugnoSpecialTagsActor_AddSpecialTag"); \ static_assert(sizeof(OppugnoSpecialTagsActor_AddSpecialTag) == 0x000008, "Wrong size on OppugnoSpecialTagsActor_AddSpecialTag"); \ static_assert(offsetof(OppugnoSpecialTagsActor_AddSpecialTag, GameplayTag) == 0x000000, "Member 'OppugnoSpecialTagsActor_AddSpecialTag::GameplayTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OppugnoSpecialTagsActor_GetSpecialTags \ static_assert(alignof(OppugnoSpecialTagsActor_GetSpecialTags) == 0x000008, "Wrong alignment on OppugnoSpecialTagsActor_GetSpecialTags"); \ static_assert(sizeof(OppugnoSpecialTagsActor_GetSpecialTags) == 0x000020, "Wrong size on OppugnoSpecialTagsActor_GetSpecialTags"); \ static_assert(offsetof(OppugnoSpecialTagsActor_GetSpecialTags, ReturnValue) == 0x000000, "Member 'OppugnoSpecialTagsActor_GetSpecialTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IOppugnoSpecialTagsActor \ static_assert(alignof(IOppugnoSpecialTagsActor) == 0x000001, "Wrong alignment on IOppugnoSpecialTagsActor"); \ static_assert(sizeof(IOppugnoSpecialTagsActor) == 0x000001, "Wrong size on IOppugnoSpecialTagsActor"); \ #define DUMPER7_ASSERTS_USchedulerTimeProvider \ static_assert(alignof(USchedulerTimeProvider) == 0x000008, "Wrong alignment on USchedulerTimeProvider"); \ static_assert(sizeof(USchedulerTimeProvider) == 0x000028, "Wrong size on USchedulerTimeProvider"); \ #define DUMPER7_ASSERTS_UMapPath \ static_assert(alignof(UMapPath) == 0x000008, "Wrong alignment on UMapPath"); \ static_assert(sizeof(UMapPath) == 0x0000B0, "Wrong size on UMapPath"); \ static_assert(offsetof(UMapPath, Path) == 0x000028, "Member 'UMapPath::Path' has a wrong offset!"); \ static_assert(offsetof(UMapPath, IntersectedPaths) == 0x000038, "Member 'UMapPath::IntersectedPaths' has a wrong offset!"); \ static_assert(offsetof(UMapPath, IntersectedChildTSegmentValues) == 0x000048, "Member 'UMapPath::IntersectedChildTSegmentValues' has a wrong offset!"); \ static_assert(offsetof(UMapPath, IntersectedChildSegment) == 0x000058, "Member 'UMapPath::IntersectedChildSegment' has a wrong offset!"); \ static_assert(offsetof(UMapPath, IntersectedParentTSegmentValues) == 0x000068, "Member 'UMapPath::IntersectedParentTSegmentValues' has a wrong offset!"); \ static_assert(offsetof(UMapPath, IntersectedParentSegment) == 0x000078, "Member 'UMapPath::IntersectedParentSegment' has a wrong offset!"); \ static_assert(offsetof(UMapPath, ClosestPathIndexToA) == 0x000088, "Member 'UMapPath::ClosestPathIndexToA' has a wrong offset!"); \ static_assert(offsetof(UMapPath, ClosestPathIndexToB) == 0x00008C, "Member 'UMapPath::ClosestPathIndexToB' has a wrong offset!"); \ static_assert(offsetof(UMapPath, Length) == 0x000090, "Member 'UMapPath::Length' has a wrong offset!"); \ static_assert(offsetof(UMapPath, Width) == 0x000094, "Member 'UMapPath::Width' has a wrong offset!"); \ static_assert(offsetof(UMapPath, PathTags) == 0x0000A0, "Member 'UMapPath::PathTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_NiagaraEmitter \ static_assert(alignof(USceneActionState_NiagaraEmitter) == 0x000008, "Wrong alignment on USceneActionState_NiagaraEmitter"); \ static_assert(sizeof(USceneActionState_NiagaraEmitter) == 0x000078, "Wrong size on USceneActionState_NiagaraEmitter"); \ static_assert(offsetof(USceneActionState_NiagaraEmitter, NiagaraComponent) == 0x000070, "Member 'USceneActionState_NiagaraEmitter::NiagaraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_P4Support_GetCurrentPerforceChangelist \ static_assert(alignof(P4Support_GetCurrentPerforceChangelist) == 0x000008, "Wrong alignment on P4Support_GetCurrentPerforceChangelist"); \ static_assert(sizeof(P4Support_GetCurrentPerforceChangelist) == 0x000010, "Wrong size on P4Support_GetCurrentPerforceChangelist"); \ static_assert(offsetof(P4Support_GetCurrentPerforceChangelist, ReturnValue) == 0x000000, "Member 'P4Support_GetCurrentPerforceChangelist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UP4Support \ static_assert(alignof(UP4Support) == 0x000008, "Wrong alignment on UP4Support"); \ static_assert(sizeof(UP4Support) == 0x000028, "Wrong size on UP4Support"); \ #define DUMPER7_ASSERTS_ParallaxWidget_ApplyParallaxEffect \ static_assert(alignof(ParallaxWidget_ApplyParallaxEffect) == 0x000008, "Wrong alignment on ParallaxWidget_ApplyParallaxEffect"); \ static_assert(sizeof(ParallaxWidget_ApplyParallaxEffect) == 0x000008, "Wrong size on ParallaxWidget_ApplyParallaxEffect"); \ static_assert(offsetof(ParallaxWidget_ApplyParallaxEffect, ParallaxingObject) == 0x000000, "Member 'ParallaxWidget_ApplyParallaxEffect::ParallaxingObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParallaxWidget_GetSlot \ static_assert(alignof(ParallaxWidget_GetSlot) == 0x000008, "Wrong alignment on ParallaxWidget_GetSlot"); \ static_assert(sizeof(ParallaxWidget_GetSlot) == 0x000008, "Wrong size on ParallaxWidget_GetSlot"); \ static_assert(offsetof(ParallaxWidget_GetSlot, ReturnValue) == 0x000000, "Member 'ParallaxWidget_GetSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParallaxWidget_SetInitialCursorPosition \ static_assert(alignof(ParallaxWidget_SetInitialCursorPosition) == 0x000008, "Wrong alignment on ParallaxWidget_SetInitialCursorPosition"); \ static_assert(sizeof(ParallaxWidget_SetInitialCursorPosition) == 0x000008, "Wrong size on ParallaxWidget_SetInitialCursorPosition"); \ static_assert(offsetof(ParallaxWidget_SetInitialCursorPosition, ParallaxingObject) == 0x000000, "Member 'ParallaxWidget_SetInitialCursorPosition::ParallaxingObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParallaxWidget_SyncParallaxToCursor \ static_assert(alignof(ParallaxWidget_SyncParallaxToCursor) == 0x000008, "Wrong alignment on ParallaxWidget_SyncParallaxToCursor"); \ static_assert(sizeof(ParallaxWidget_SyncParallaxToCursor) == 0x000008, "Wrong size on ParallaxWidget_SyncParallaxToCursor"); \ static_assert(offsetof(ParallaxWidget_SyncParallaxToCursor, ParallaxingObject) == 0x000000, "Member 'ParallaxWidget_SyncParallaxToCursor::ParallaxingObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParallaxWidget \ static_assert(alignof(UParallaxWidget) == 0x000008, "Wrong alignment on UParallaxWidget"); \ static_assert(sizeof(UParallaxWidget) == 0x000288, "Wrong size on UParallaxWidget"); \ static_assert(offsetof(UParallaxWidget, SlideRate) == 0x000268, "Member 'UParallaxWidget::SlideRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleWeatherWindSpeedGreaterThan \ static_assert(alignof(UWorldFXRuleWeatherWindSpeedGreaterThan) == 0x000008, "Wrong alignment on UWorldFXRuleWeatherWindSpeedGreaterThan"); \ static_assert(sizeof(UWorldFXRuleWeatherWindSpeedGreaterThan) == 0x000030, "Wrong size on UWorldFXRuleWeatherWindSpeedGreaterThan"); \ static_assert(offsetof(UWorldFXRuleWeatherWindSpeedGreaterThan, Threshold) == 0x000028, "Member 'UWorldFXRuleWeatherWindSpeedGreaterThan::Threshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParallaxWindowHelper \ static_assert(alignof(UParallaxWindowHelper) == 0x000010, "Wrong alignment on UParallaxWindowHelper"); \ static_assert(sizeof(UParallaxWindowHelper) == 0x000240, "Wrong size on UParallaxWindowHelper"); \ static_assert(offsetof(UParallaxWindowHelper, PositiveExtents) == 0x000218, "Member 'UParallaxWindowHelper::PositiveExtents' has a wrong offset!"); \ static_assert(offsetof(UParallaxWindowHelper, NegativeExtents) == 0x000224, "Member 'UParallaxWindowHelper::NegativeExtents' has a wrong offset!"); \ static_assert(offsetof(UParallaxWindowHelper, RotationAngle) == 0x000230, "Member 'UParallaxWindowHelper::RotationAngle' has a wrong offset!"); \ static_assert(offsetof(UParallaxWindowHelper, bShowDebugBox) == 0x000234, "Member 'UParallaxWindowHelper::bShowDebugBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleFXContainer_AddNiagaraSystem \ static_assert(alignof(ParticleFXContainer_AddNiagaraSystem) == 0x000008, "Wrong alignment on ParticleFXContainer_AddNiagaraSystem"); \ static_assert(sizeof(ParticleFXContainer_AddNiagaraSystem) == 0x000008, "Wrong size on ParticleFXContainer_AddNiagaraSystem"); \ static_assert(offsetof(ParticleFXContainer_AddNiagaraSystem, SystemTemplate) == 0x000000, "Member 'ParticleFXContainer_AddNiagaraSystem::SystemTemplate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleFXContainer_AddParticleEmitter \ static_assert(alignof(ParticleFXContainer_AddParticleEmitter) == 0x000008, "Wrong alignment on ParticleFXContainer_AddParticleEmitter"); \ static_assert(sizeof(ParticleFXContainer_AddParticleEmitter) == 0x000008, "Wrong size on ParticleFXContainer_AddParticleEmitter"); \ static_assert(offsetof(ParticleFXContainer_AddParticleEmitter, SystemTemplate) == 0x000000, "Member 'ParticleFXContainer_AddParticleEmitter::SystemTemplate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleFXContainer_DeactiveAndDestroyAfterXSeconds \ static_assert(alignof(ParticleFXContainer_DeactiveAndDestroyAfterXSeconds) == 0x000004, "Wrong alignment on ParticleFXContainer_DeactiveAndDestroyAfterXSeconds"); \ static_assert(sizeof(ParticleFXContainer_DeactiveAndDestroyAfterXSeconds) == 0x000004, "Wrong size on ParticleFXContainer_DeactiveAndDestroyAfterXSeconds"); \ static_assert(offsetof(ParticleFXContainer_DeactiveAndDestroyAfterXSeconds, Seconds) == 0x000000, "Member 'ParticleFXContainer_DeactiveAndDestroyAfterXSeconds::Seconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AParticleFXContainer \ static_assert(alignof(AParticleFXContainer) == 0x000008, "Wrong alignment on AParticleFXContainer"); \ static_assert(sizeof(AParticleFXContainer) == 0x000270, "Wrong size on AParticleFXContainer"); \ static_assert(offsetof(AParticleFXContainer, SceneComp) == 0x000268, "Member 'AParticleFXContainer::SceneComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherCloudsTime \ static_assert(alignof(USceneActionState_WeatherCloudsTime) == 0x000008, "Wrong alignment on USceneActionState_WeatherCloudsTime"); \ static_assert(sizeof(USceneActionState_WeatherCloudsTime) == 0x000050, "Wrong size on USceneActionState_WeatherCloudsTime"); \ #define DUMPER7_ASSERTS_APhoenixPathActor \ static_assert(alignof(APhoenixPathActor) == 0x000008, "Wrong alignment on APhoenixPathActor"); \ static_assert(sizeof(APhoenixPathActor) == 0x000280, "Wrong size on APhoenixPathActor"); \ static_assert(offsetof(APhoenixPathActor, PathDynamicMaterial) == 0x000248, "Member 'APhoenixPathActor::PathDynamicMaterial' has a wrong offset!"); \ static_assert(offsetof(APhoenixPathActor, PathMaterial) == 0x000250, "Member 'APhoenixPathActor::PathMaterial' has a wrong offset!"); \ static_assert(offsetof(APhoenixPathActor, WorldPathMaterial) == 0x000258, "Member 'APhoenixPathActor::WorldPathMaterial' has a wrong offset!"); \ static_assert(offsetof(APhoenixPathActor, ManagedPathPoints) == 0x000260, "Member 'APhoenixPathActor::ManagedPathPoints' has a wrong offset!"); \ static_assert(offsetof(APhoenixPathActor, PathWidth) == 0x000270, "Member 'APhoenixPathActor::PathWidth' has a wrong offset!"); \ static_assert(offsetof(APhoenixPathActor, PathComponent) == 0x000278, "Member 'APhoenixPathActor::PathComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPathCollector \ static_assert(alignof(UPathCollector) == 0x000008, "Wrong alignment on UPathCollector"); \ static_assert(sizeof(UPathCollector) == 0x000038, "Wrong size on UPathCollector"); \ static_assert(offsetof(UPathCollector, ClosestPaths) == 0x000028, "Member 'UPathCollector::ClosestPaths' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_Get \ static_assert(alignof(PathNavigationManager_Get) == 0x000008, "Wrong alignment on PathNavigationManager_Get"); \ static_assert(sizeof(PathNavigationManager_Get) == 0x000008, "Wrong size on PathNavigationManager_Get"); \ static_assert(offsetof(PathNavigationManager_Get, ReturnValue) == 0x000000, "Member 'PathNavigationManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_AddMissionBeacon \ static_assert(alignof(PathNavigationManager_AddMissionBeacon) == 0x000008, "Wrong alignment on PathNavigationManager_AddMissionBeacon"); \ static_assert(sizeof(PathNavigationManager_AddMissionBeacon) == 0x000020, "Wrong size on PathNavigationManager_AddMissionBeacon"); \ static_assert(offsetof(PathNavigationManager_AddMissionBeacon, dynamicTarget) == 0x000000, "Member 'PathNavigationManager_AddMissionBeacon::dynamicTarget' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_AddMissionBeacon, staticTarget) == 0x000008, "Member 'PathNavigationManager_AddMissionBeacon::staticTarget' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_AddMissionBeacon, BeaconHandle) == 0x000018, "Member 'PathNavigationManager_AddMissionBeacon::BeaconHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_AddWaypointPathTarget \ static_assert(alignof(PathNavigationManager_AddWaypointPathTarget) == 0x000004, "Wrong alignment on PathNavigationManager_AddWaypointPathTarget"); \ static_assert(sizeof(PathNavigationManager_AddWaypointPathTarget) == 0x00000C, "Wrong size on PathNavigationManager_AddWaypointPathTarget"); \ static_assert(offsetof(PathNavigationManager_AddWaypointPathTarget, Point) == 0x000000, "Member 'PathNavigationManager_AddWaypointPathTarget::Point' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_Debug_StartMap \ static_assert(alignof(PathNavigationManager_Debug_StartMap) == 0x000008, "Wrong alignment on PathNavigationManager_Debug_StartMap"); \ static_assert(sizeof(PathNavigationManager_Debug_StartMap) == 0x000010, "Wrong size on PathNavigationManager_Debug_StartMap"); \ static_assert(offsetof(PathNavigationManager_Debug_StartMap, MapTypeIn) == 0x000000, "Member 'PathNavigationManager_Debug_StartMap::MapTypeIn' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_Debug_StartMap, WorldIn) == 0x000008, "Member 'PathNavigationManager_Debug_StartMap::WorldIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_ExecuteSave \ static_assert(alignof(PathNavigationManager_ExecuteSave) == 0x000004, "Wrong alignment on PathNavigationManager_ExecuteSave"); \ static_assert(sizeof(PathNavigationManager_ExecuteSave) == 0x000008, "Wrong size on PathNavigationManager_ExecuteSave"); \ static_assert(offsetof(PathNavigationManager_ExecuteSave, CharacterID) == 0x000000, "Member 'PathNavigationManager_ExecuteSave::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_ExecuteSave, ReturnValue) == 0x000004, "Member 'PathNavigationManager_ExecuteSave::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_FindPath \ static_assert(alignof(PathNavigationManager_FindPath) == 0x000008, "Wrong alignment on PathNavigationManager_FindPath"); \ static_assert(sizeof(PathNavigationManager_FindPath) == 0x000030, "Wrong size on PathNavigationManager_FindPath"); \ static_assert(offsetof(PathNavigationManager_FindPath, Start) == 0x000000, "Member 'PathNavigationManager_FindPath::Start' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_FindPath, End) == 0x00000C, "Member 'PathNavigationManager_FindPath::End' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_FindPath, OutPath) == 0x000018, "Member 'PathNavigationManager_FindPath::OutPath' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_FindPath, OutMissingHogwartsSection) == 0x000028, "Member 'PathNavigationManager_FindPath::OutMissingHogwartsSection' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_FindPath, ReturnValue) == 0x000029, "Member 'PathNavigationManager_FindPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_GetAuthoredPathName \ static_assert(alignof(PathNavigationManager_GetAuthoredPathName) == 0x000004, "Wrong alignment on PathNavigationManager_GetAuthoredPathName"); \ static_assert(sizeof(PathNavigationManager_GetAuthoredPathName) == 0x000008, "Wrong size on PathNavigationManager_GetAuthoredPathName"); \ static_assert(offsetof(PathNavigationManager_GetAuthoredPathName, ReturnValue) == 0x000000, "Member 'PathNavigationManager_GetAuthoredPathName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_GetDestinationLocationForBeacon \ static_assert(alignof(PathNavigationManager_GetDestinationLocationForBeacon) == 0x000008, "Wrong alignment on PathNavigationManager_GetDestinationLocationForBeacon"); \ static_assert(sizeof(PathNavigationManager_GetDestinationLocationForBeacon) == 0x000018, "Wrong size on PathNavigationManager_GetDestinationLocationForBeacon"); \ static_assert(offsetof(PathNavigationManager_GetDestinationLocationForBeacon, Beacon) == 0x000000, "Member 'PathNavigationManager_GetDestinationLocationForBeacon::Beacon' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_GetDestinationLocationForBeacon, ReturnValue) == 0x000008, "Member 'PathNavigationManager_GetDestinationLocationForBeacon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_GetElevationChangePoints \ static_assert(alignof(PathNavigationManager_GetElevationChangePoints) == 0x000008, "Wrong alignment on PathNavigationManager_GetElevationChangePoints"); \ static_assert(sizeof(PathNavigationManager_GetElevationChangePoints) == 0x000010, "Wrong size on PathNavigationManager_GetElevationChangePoints"); \ static_assert(offsetof(PathNavigationManager_GetElevationChangePoints, ReturnValue) == 0x000000, "Member 'PathNavigationManager_GetElevationChangePoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_GetGuidePath \ static_assert(alignof(PathNavigationManager_GetGuidePath) == 0x000008, "Wrong alignment on PathNavigationManager_GetGuidePath"); \ static_assert(sizeof(PathNavigationManager_GetGuidePath) == 0x000010, "Wrong size on PathNavigationManager_GetGuidePath"); \ static_assert(offsetof(PathNavigationManager_GetGuidePath, ReturnValue) == 0x000000, "Member 'PathNavigationManager_GetGuidePath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_GetGuidePathEndPoint \ static_assert(alignof(PathNavigationManager_GetGuidePathEndPoint) == 0x000004, "Wrong alignment on PathNavigationManager_GetGuidePathEndPoint"); \ static_assert(sizeof(PathNavigationManager_GetGuidePathEndPoint) == 0x00000C, "Wrong size on PathNavigationManager_GetGuidePathEndPoint"); \ static_assert(offsetof(PathNavigationManager_GetGuidePathEndPoint, ReturnValue) == 0x000000, "Member 'PathNavigationManager_GetGuidePathEndPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_GetImportantPathName \ static_assert(alignof(PathNavigationManager_GetImportantPathName) == 0x000004, "Wrong alignment on PathNavigationManager_GetImportantPathName"); \ static_assert(sizeof(PathNavigationManager_GetImportantPathName) == 0x000008, "Wrong size on PathNavigationManager_GetImportantPathName"); \ static_assert(offsetof(PathNavigationManager_GetImportantPathName, ReturnValue) == 0x000000, "Member 'PathNavigationManager_GetImportantPathName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_GetMinimapPath \ static_assert(alignof(PathNavigationManager_GetMinimapPath) == 0x000008, "Wrong alignment on PathNavigationManager_GetMinimapPath"); \ static_assert(sizeof(PathNavigationManager_GetMinimapPath) == 0x000010, "Wrong size on PathNavigationManager_GetMinimapPath"); \ static_assert(offsetof(PathNavigationManager_GetMinimapPath, ReturnValue) == 0x000000, "Member 'PathNavigationManager_GetMinimapPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_GetMissionDestinationLocation \ static_assert(alignof(PathNavigationManager_GetMissionDestinationLocation) == 0x000004, "Wrong alignment on PathNavigationManager_GetMissionDestinationLocation"); \ static_assert(sizeof(PathNavigationManager_GetMissionDestinationLocation) == 0x00000C, "Wrong size on PathNavigationManager_GetMissionDestinationLocation"); \ static_assert(offsetof(PathNavigationManager_GetMissionDestinationLocation, ReturnValue) == 0x000000, "Member 'PathNavigationManager_GetMissionDestinationLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_GetNagivationMarkerActors \ static_assert(alignof(PathNavigationManager_GetNagivationMarkerActors) == 0x000008, "Wrong alignment on PathNavigationManager_GetNagivationMarkerActors"); \ static_assert(sizeof(PathNavigationManager_GetNagivationMarkerActors) == 0x000010, "Wrong size on PathNavigationManager_GetNagivationMarkerActors"); \ static_assert(offsetof(PathNavigationManager_GetNagivationMarkerActors, ReturnValue) == 0x000000, "Member 'PathNavigationManager_GetNagivationMarkerActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_GetPath \ static_assert(alignof(PathNavigationManager_GetPath) == 0x000008, "Wrong alignment on PathNavigationManager_GetPath"); \ static_assert(sizeof(PathNavigationManager_GetPath) == 0x000010, "Wrong size on PathNavigationManager_GetPath"); \ static_assert(offsetof(PathNavigationManager_GetPath, ReturnValue) == 0x000000, "Member 'PathNavigationManager_GetPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_GetPathDestinationLocation \ static_assert(alignof(PathNavigationManager_GetPathDestinationLocation) == 0x000004, "Wrong alignment on PathNavigationManager_GetPathDestinationLocation"); \ static_assert(sizeof(PathNavigationManager_GetPathDestinationLocation) == 0x00000C, "Wrong size on PathNavigationManager_GetPathDestinationLocation"); \ static_assert(offsetof(PathNavigationManager_GetPathDestinationLocation, ReturnValue) == 0x000000, "Member 'PathNavigationManager_GetPathDestinationLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_GetWaymarkerDestinationLocation \ static_assert(alignof(PathNavigationManager_GetWaymarkerDestinationLocation) == 0x000004, "Wrong alignment on PathNavigationManager_GetWaymarkerDestinationLocation"); \ static_assert(sizeof(PathNavigationManager_GetWaymarkerDestinationLocation) == 0x00000C, "Wrong size on PathNavigationManager_GetWaymarkerDestinationLocation"); \ static_assert(offsetof(PathNavigationManager_GetWaymarkerDestinationLocation, ReturnValue) == 0x000000, "Member 'PathNavigationManager_GetWaymarkerDestinationLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_GiveMeHelp \ static_assert(alignof(PathNavigationManager_GiveMeHelp) == 0x000001, "Wrong alignment on PathNavigationManager_GiveMeHelp"); \ static_assert(sizeof(PathNavigationManager_GiveMeHelp) == 0x000001, "Wrong size on PathNavigationManager_GiveMeHelp"); \ static_assert(offsetof(PathNavigationManager_GiveMeHelp, ReturnValue) == 0x000000, "Member 'PathNavigationManager_GiveMeHelp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_HasGuidePath \ static_assert(alignof(PathNavigationManager_HasGuidePath) == 0x000001, "Wrong alignment on PathNavigationManager_HasGuidePath"); \ static_assert(sizeof(PathNavigationManager_HasGuidePath) == 0x000001, "Wrong size on PathNavigationManager_HasGuidePath"); \ static_assert(offsetof(PathNavigationManager_HasGuidePath, ReturnValue) == 0x000000, "Member 'PathNavigationManager_HasGuidePath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_IsNavmeshLoaded \ static_assert(alignof(PathNavigationManager_IsNavmeshLoaded) == 0x000001, "Wrong alignment on PathNavigationManager_IsNavmeshLoaded"); \ static_assert(sizeof(PathNavigationManager_IsNavmeshLoaded) == 0x000002, "Wrong size on PathNavigationManager_IsNavmeshLoaded"); \ static_assert(offsetof(PathNavigationManager_IsNavmeshLoaded, Sublevel) == 0x000000, "Member 'PathNavigationManager_IsNavmeshLoaded::Sublevel' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_IsNavmeshLoaded, ReturnValue) == 0x000001, "Member 'PathNavigationManager_IsNavmeshLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_IsWaypointPathTarget \ static_assert(alignof(PathNavigationManager_IsWaypointPathTarget) == 0x000001, "Wrong alignment on PathNavigationManager_IsWaypointPathTarget"); \ static_assert(sizeof(PathNavigationManager_IsWaypointPathTarget) == 0x000001, "Wrong size on PathNavigationManager_IsWaypointPathTarget"); \ static_assert(offsetof(PathNavigationManager_IsWaypointPathTarget, ReturnValue) == 0x000000, "Member 'PathNavigationManager_IsWaypointPathTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_MarkHogwartsNavmeshLoaded \ static_assert(alignof(PathNavigationManager_MarkHogwartsNavmeshLoaded) == 0x000001, "Wrong alignment on PathNavigationManager_MarkHogwartsNavmeshLoaded"); \ static_assert(sizeof(PathNavigationManager_MarkHogwartsNavmeshLoaded) == 0x000002, "Wrong size on PathNavigationManager_MarkHogwartsNavmeshLoaded"); \ static_assert(offsetof(PathNavigationManager_MarkHogwartsNavmeshLoaded, NavMesh) == 0x000000, "Member 'PathNavigationManager_MarkHogwartsNavmeshLoaded::NavMesh' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_MarkHogwartsNavmeshLoaded, bLoaded) == 0x000001, "Member 'PathNavigationManager_MarkHogwartsNavmeshLoaded::bLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_MarkNavmeshLoaded \ static_assert(alignof(PathNavigationManager_MarkNavmeshLoaded) == 0x000001, "Wrong alignment on PathNavigationManager_MarkNavmeshLoaded"); \ static_assert(sizeof(PathNavigationManager_MarkNavmeshLoaded) == 0x000002, "Wrong size on PathNavigationManager_MarkNavmeshLoaded"); \ static_assert(offsetof(PathNavigationManager_MarkNavmeshLoaded, Sublevel) == 0x000000, "Member 'PathNavigationManager_MarkNavmeshLoaded::Sublevel' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_MarkNavmeshLoaded, bLoaded) == 0x000001, "Member 'PathNavigationManager_MarkNavmeshLoaded::bLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_PathNavigation_SetForcePathDestination \ static_assert(alignof(PathNavigationManager_PathNavigation_SetForcePathDestination) == 0x000004, "Wrong alignment on PathNavigationManager_PathNavigation_SetForcePathDestination"); \ static_assert(sizeof(PathNavigationManager_PathNavigation_SetForcePathDestination) == 0x00000C, "Wrong size on PathNavigationManager_PathNavigation_SetForcePathDestination"); \ static_assert(offsetof(PathNavigationManager_PathNavigation_SetForcePathDestination, X) == 0x000000, "Member 'PathNavigationManager_PathNavigation_SetForcePathDestination::X' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_PathNavigation_SetForcePathDestination, Y) == 0x000004, "Member 'PathNavigationManager_PathNavigation_SetForcePathDestination::Y' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_PathNavigation_SetForcePathDestination, Z) == 0x000008, "Member 'PathNavigationManager_PathNavigation_SetForcePathDestination::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_PathNavigation_SetUseForcePathDestination \ static_assert(alignof(PathNavigationManager_PathNavigation_SetUseForcePathDestination) == 0x000001, "Wrong alignment on PathNavigationManager_PathNavigation_SetUseForcePathDestination"); \ static_assert(sizeof(PathNavigationManager_PathNavigation_SetUseForcePathDestination) == 0x000001, "Wrong size on PathNavigationManager_PathNavigation_SetUseForcePathDestination"); \ static_assert(offsetof(PathNavigationManager_PathNavigation_SetUseForcePathDestination, bNewValue) == 0x000000, "Member 'PathNavigationManager_PathNavigation_SetUseForcePathDestination::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_SetBeaconPathTarget \ static_assert(alignof(PathNavigationManager_SetBeaconPathTarget) == 0x000008, "Wrong alignment on PathNavigationManager_SetBeaconPathTarget"); \ static_assert(sizeof(PathNavigationManager_SetBeaconPathTarget) == 0x000020, "Wrong size on PathNavigationManager_SetBeaconPathTarget"); \ static_assert(offsetof(PathNavigationManager_SetBeaconPathTarget, NewBeaconHandle) == 0x000000, "Member 'PathNavigationManager_SetBeaconPathTarget::NewBeaconHandle' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_SetBeaconPathTarget, bValidateOnly) == 0x000008, "Member 'PathNavigationManager_SetBeaconPathTarget::bValidateOnly' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_SetBeaconPathTarget, BeaconLongName) == 0x000010, "Member 'PathNavigationManager_SetBeaconPathTarget::BeaconLongName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_SetImportantPathName \ static_assert(alignof(PathNavigationManager_SetImportantPathName) == 0x000004, "Wrong alignment on PathNavigationManager_SetImportantPathName"); \ static_assert(sizeof(PathNavigationManager_SetImportantPathName) == 0x000008, "Wrong size on PathNavigationManager_SetImportantPathName"); \ static_assert(offsetof(PathNavigationManager_SetImportantPathName, Name_0) == 0x000000, "Member 'PathNavigationManager_SetImportantPathName::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_SetStaticPathTarget \ static_assert(alignof(PathNavigationManager_SetStaticPathTarget) == 0x000004, "Wrong alignment on PathNavigationManager_SetStaticPathTarget"); \ static_assert(sizeof(PathNavigationManager_SetStaticPathTarget) == 0x00000C, "Wrong size on PathNavigationManager_SetStaticPathTarget"); \ static_assert(offsetof(PathNavigationManager_SetStaticPathTarget, staticTarget) == 0x000000, "Member 'PathNavigationManager_SetStaticPathTarget::staticTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_SetWaypointPathTarget \ static_assert(alignof(PathNavigationManager_SetWaypointPathTarget) == 0x000008, "Wrong alignment on PathNavigationManager_SetWaypointPathTarget"); \ static_assert(sizeof(PathNavigationManager_SetWaypointPathTarget) == 0x000010, "Wrong size on PathNavigationManager_SetWaypointPathTarget"); \ static_assert(offsetof(PathNavigationManager_SetWaypointPathTarget, Waypoints) == 0x000000, "Member 'PathNavigationManager_SetWaypointPathTarget::Waypoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_SpawnGuideSplineFromPath \ static_assert(alignof(PathNavigationManager_SpawnGuideSplineFromPath) == 0x000008, "Wrong alignment on PathNavigationManager_SpawnGuideSplineFromPath"); \ static_assert(sizeof(PathNavigationManager_SpawnGuideSplineFromPath) == 0x000018, "Wrong size on PathNavigationManager_SpawnGuideSplineFromPath"); \ static_assert(offsetof(PathNavigationManager_SpawnGuideSplineFromPath, InPath) == 0x000000, "Member 'PathNavigationManager_SpawnGuideSplineFromPath::InPath' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_SpawnGuideSplineFromPath, ReturnValue) == 0x000010, "Member 'PathNavigationManager_SpawnGuideSplineFromPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_UpdateMissionBeacons \ static_assert(alignof(PathNavigationManager_UpdateMissionBeacons) == 0x000001, "Wrong alignment on PathNavigationManager_UpdateMissionBeacons"); \ static_assert(sizeof(PathNavigationManager_UpdateMissionBeacons) == 0x000001, "Wrong size on PathNavigationManager_UpdateMissionBeacons"); \ static_assert(offsetof(PathNavigationManager_UpdateMissionBeacons, bStart) == 0x000000, "Member 'PathNavigationManager_UpdateMissionBeacons::bStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_UseAuthoredPath \ static_assert(alignof(PathNavigationManager_UseAuthoredPath) == 0x000004, "Wrong alignment on PathNavigationManager_UseAuthoredPath"); \ static_assert(sizeof(PathNavigationManager_UseAuthoredPath) == 0x000008, "Wrong size on PathNavigationManager_UseAuthoredPath"); \ static_assert(offsetof(PathNavigationManager_UseAuthoredPath, Name_0) == 0x000000, "Member 'PathNavigationManager_UseAuthoredPath::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_GetCanPlayerTrackDestination \ static_assert(alignof(PathNavigationManager_GetCanPlayerTrackDestination) == 0x000001, "Wrong alignment on PathNavigationManager_GetCanPlayerTrackDestination"); \ static_assert(sizeof(PathNavigationManager_GetCanPlayerTrackDestination) == 0x000001, "Wrong size on PathNavigationManager_GetCanPlayerTrackDestination"); \ static_assert(offsetof(PathNavigationManager_GetCanPlayerTrackDestination, ReturnValue) == 0x000000, "Member 'PathNavigationManager_GetCanPlayerTrackDestination::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_HasDestinationLocation \ static_assert(alignof(PathNavigationManager_HasDestinationLocation) == 0x000001, "Wrong alignment on PathNavigationManager_HasDestinationLocation"); \ static_assert(sizeof(PathNavigationManager_HasDestinationLocation) == 0x000002, "Wrong size on PathNavigationManager_HasDestinationLocation"); \ static_assert(offsetof(PathNavigationManager_HasDestinationLocation, ShowDestinationsInAreaBeacons) == 0x000000, "Member 'PathNavigationManager_HasDestinationLocation::ShowDestinationsInAreaBeacons' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_HasDestinationLocation, ReturnValue) == 0x000001, "Member 'PathNavigationManager_HasDestinationLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PathNavigationManager_IsLocationInAreaBeaconArea \ static_assert(alignof(PathNavigationManager_IsLocationInAreaBeaconArea) == 0x000004, "Wrong alignment on PathNavigationManager_IsLocationInAreaBeaconArea"); \ static_assert(sizeof(PathNavigationManager_IsLocationInAreaBeaconArea) == 0x000010, "Wrong size on PathNavigationManager_IsLocationInAreaBeaconArea"); \ static_assert(offsetof(PathNavigationManager_IsLocationInAreaBeaconArea, Location) == 0x000000, "Member 'PathNavigationManager_IsLocationInAreaBeaconArea::Location' has a wrong offset!"); \ static_assert(offsetof(PathNavigationManager_IsLocationInAreaBeaconArea, ReturnValue) == 0x00000C, "Member 'PathNavigationManager_IsLocationInAreaBeaconArea::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPathNavigationManager \ static_assert(alignof(UPathNavigationManager) == 0x000008, "Wrong alignment on UPathNavigationManager"); \ static_assert(sizeof(UPathNavigationManager) == 0x000638, "Wrong size on UPathNavigationManager"); \ static_assert(offsetof(UPathNavigationManager, MapLocationHints) == 0x000030, "Member 'UPathNavigationManager::MapLocationHints' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, OnNavigationPathUpdated) == 0x000080, "Member 'UPathNavigationManager::OnNavigationPathUpdated' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, MapTargetBeaconHandle) == 0x000090, "Member 'UPathNavigationManager::MapTargetBeaconHandle' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, WayMarkerBeaconHandle) == 0x000098, "Member 'UPathNavigationManager::WayMarkerBeaconHandle' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, MissionBeaconHandle) == 0x0000A0, "Member 'UPathNavigationManager::MissionBeaconHandle' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, MapTargetBeacon) == 0x0000A8, "Member 'UPathNavigationManager::MapTargetBeacon' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, MapTargetBeaconLongName) == 0x0000B0, "Member 'UPathNavigationManager::MapTargetBeaconLongName' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, MapTargetScheduledEntity) == 0x0000C0, "Member 'UPathNavigationManager::MapTargetScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, MapTargetWorldLocation) == 0x0000C8, "Member 'UPathNavigationManager::MapTargetWorldLocation' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, MapTargetWaypoints) == 0x0000D8, "Member 'UPathNavigationManager::MapTargetWaypoints' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, PathTargetType) == 0x0000E8, "Member 'UPathNavigationManager::PathTargetType' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, MaxSpliceDistance) == 0x0000EC, "Member 'UPathNavigationManager::MaxSpliceDistance' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, ShowUnknownRoads) == 0x0000F0, "Member 'UPathNavigationManager::ShowUnknownRoads' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, HogwartExits) == 0x0000F8, "Member 'UPathNavigationManager::HogwartExits' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, CoastNorthLocation) == 0x000108, "Member 'UPathNavigationManager::CoastNorthLocation' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, CoastSouthLocation) == 0x000114, "Member 'UPathNavigationManager::CoastSouthLocation' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, GuideSplineClass) == 0x000120, "Member 'UPathNavigationManager::GuideSplineClass' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, GuidePathPoints) == 0x000150, "Member 'UPathNavigationManager::GuidePathPoints' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, GuideSplineActor) == 0x000160, "Member 'UPathNavigationManager::GuideSplineActor' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, WiggleIterDist) == 0x000168, "Member 'UPathNavigationManager::WiggleIterDist' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, WiggleMaxDist) == 0x00016C, "Member 'UPathNavigationManager::WiggleMaxDist' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, WiggleInitialDist) == 0x000170, "Member 'UPathNavigationManager::WiggleInitialDist' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, WiggleRange) == 0x000174, "Member 'UPathNavigationManager::WiggleRange' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, WiggleMaxAngleDegrees) == 0x000178, "Member 'UPathNavigationManager::WiggleMaxAngleDegrees' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, PathSelectWidgetClass) == 0x000180, "Member 'UPathNavigationManager::PathSelectWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, PathSelectWidget) == 0x000188, "Member 'UPathNavigationManager::PathSelectWidget' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, bShowingPathSelectUI) == 0x000190, "Member 'UPathNavigationManager::bShowingPathSelectUI' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, PathCollector) == 0x000198, "Member 'UPathNavigationManager::PathCollector' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, OverlandPathFinder) == 0x0001A0, "Member 'UPathNavigationManager::OverlandPathFinder' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, debugHelperData) == 0x0001A8, "Member 'UPathNavigationManager::debugHelperData' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, FlightPathWorld) == 0x000200, "Member 'UPathNavigationManager::FlightPathWorld' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, AllRoads) == 0x000208, "Member 'UPathNavigationManager::AllRoads' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, PathMarkerActorsTS) == 0x000210, "Member 'UPathNavigationManager::PathMarkerActorsTS' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, RegisteredAuthoredPaths) == 0x000220, "Member 'UPathNavigationManager::RegisteredAuthoredPaths' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, PathTS) == 0x000300, "Member 'UPathNavigationManager::PathTS' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, MinimapPathTS) == 0x000310, "Member 'UPathNavigationManager::MinimapPathTS' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, ElevationChangePointsTS) == 0x000320, "Member 'UPathNavigationManager::ElevationChangePointsTS' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, Spline) == 0x000350, "Member 'UPathNavigationManager::Spline' has a wrong offset!"); \ static_assert(offsetof(UPathNavigationManager, PathDestinationLocationsMap) == 0x000548, "Member 'UPathNavigationManager::PathDestinationLocationsMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PausePopoutWidget_SetPopoutData \ static_assert(alignof(PausePopoutWidget_SetPopoutData) == 0x000008, "Wrong alignment on PausePopoutWidget_SetPopoutData"); \ static_assert(sizeof(PausePopoutWidget_SetPopoutData) == 0x000030, "Wrong size on PausePopoutWidget_SetPopoutData"); \ static_assert(offsetof(PausePopoutWidget_SetPopoutData, NewTitle) == 0x000000, "Member 'PausePopoutWidget_SetPopoutData::NewTitle' has a wrong offset!"); \ static_assert(offsetof(PausePopoutWidget_SetPopoutData, NewDescription) == 0x000018, "Member 'PausePopoutWidget_SetPopoutData::NewDescription' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPausePopoutWidget \ static_assert(alignof(UPausePopoutWidget) == 0x000008, "Wrong alignment on UPausePopoutWidget"); \ static_assert(sizeof(UPausePopoutWidget) == 0x000280, "Wrong size on UPausePopoutWidget"); \ static_assert(offsetof(UPausePopoutWidget, PopoutHeader) == 0x000268, "Member 'UPausePopoutWidget::PopoutHeader' has a wrong offset!"); \ static_assert(offsetof(UPausePopoutWidget, PopoutDescription) == 0x000270, "Member 'UPausePopoutWidget::PopoutDescription' has a wrong offset!"); \ static_assert(offsetof(UPausePopoutWidget, LegendText) == 0x000278, "Member 'UPausePopoutWidget::LegendText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WorldBaseHeight \ static_assert(alignof(USceneActionState_WorldBaseHeight) == 0x000008, "Wrong alignment on USceneActionState_WorldBaseHeight"); \ static_assert(sizeof(USceneActionState_WorldBaseHeight) == 0x000058, "Wrong size on USceneActionState_WorldBaseHeight"); \ #define DUMPER7_ASSERTS_PearDoor_TickleThePear \ static_assert(alignof(PearDoor_TickleThePear) == 0x000008, "Wrong alignment on PearDoor_TickleThePear"); \ static_assert(sizeof(PearDoor_TickleThePear) == 0x000008, "Wrong size on PearDoor_TickleThePear"); \ static_assert(offsetof(PearDoor_TickleThePear, Caller) == 0x000000, "Member 'PearDoor_TickleThePear::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APearDoor \ static_assert(alignof(APearDoor) == 0x000008, "Wrong alignment on APearDoor"); \ static_assert(sizeof(APearDoor) == 0x000540, "Wrong size on APearDoor"); \ static_assert(offsetof(APearDoor, LockableComponent) == 0x000538, "Member 'APearDoor::LockableComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPearLockComponent \ static_assert(alignof(UPearLockComponent) == 0x000008, "Wrong alignment on UPearLockComponent"); \ static_assert(sizeof(UPearLockComponent) == 0x000278, "Wrong size on UPearLockComponent"); \ static_assert(offsetof(UPearLockComponent, PearMeshComponent) == 0x000228, "Member 'UPearLockComponent::PearMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UPearLockComponent, DoorknobMeshComponent) == 0x000230, "Member 'UPearLockComponent::DoorknobMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UPearLockComponent, PearMesh) == 0x000238, "Member 'UPearLockComponent::PearMesh' has a wrong offset!"); \ static_assert(offsetof(UPearLockComponent, LaughingAnimation) == 0x000240, "Member 'UPearLockComponent::LaughingAnimation' has a wrong offset!"); \ static_assert(offsetof(UPearLockComponent, DoorknobMesh) == 0x000248, "Member 'UPearLockComponent::DoorknobMesh' has a wrong offset!"); \ static_assert(offsetof(UPearLockComponent, TickleTime) == 0x000250, "Member 'UPearLockComponent::TickleTime' has a wrong offset!"); \ static_assert(offsetof(UPearLockComponent, PearDoorknobTransformSystem) == 0x000258, "Member 'UPearLockComponent::PearDoorknobTransformSystem' has a wrong offset!"); \ static_assert(offsetof(UPearLockComponent, PearDoorknobComponent) == 0x000260, "Member 'UPearLockComponent::PearDoorknobComponent' has a wrong offset!"); \ static_assert(offsetof(UPearLockComponent, Character) == 0x000268, "Member 'UPearLockComponent::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APerceptionPointBox \ static_assert(alignof(APerceptionPointBox) == 0x000008, "Wrong alignment on APerceptionPointBox"); \ static_assert(sizeof(APerceptionPointBox) == 0x0002C8, "Wrong size on APerceptionPointBox"); \ #define DUMPER7_ASSERTS_APerceptionPointController \ static_assert(alignof(APerceptionPointController) == 0x000008, "Wrong alignment on APerceptionPointController"); \ static_assert(sizeof(APerceptionPointController) == 0x000358, "Wrong size on APerceptionPointController"); \ #define DUMPER7_ASSERTS_USkinFXEventTriggerFilteredRTPC \ static_assert(alignof(USkinFXEventTriggerFilteredRTPC) == 0x000008, "Wrong alignment on USkinFXEventTriggerFilteredRTPC"); \ static_assert(sizeof(USkinFXEventTriggerFilteredRTPC) == 0x000050, "Wrong size on USkinFXEventTriggerFilteredRTPC"); \ static_assert(offsetof(USkinFXEventTriggerFilteredRTPC, RTPC) == 0x000038, "Member 'USkinFXEventTriggerFilteredRTPC::RTPC' has a wrong offset!"); \ static_assert(offsetof(USkinFXEventTriggerFilteredRTPC, Value) == 0x000040, "Member 'USkinFXEventTriggerFilteredRTPC::Value' has a wrong offset!"); \ static_assert(offsetof(USkinFXEventTriggerFilteredRTPC, InterpolationTime) == 0x000044, "Member 'USkinFXEventTriggerFilteredRTPC::InterpolationTime' has a wrong offset!"); \ static_assert(offsetof(USkinFXEventTriggerFilteredRTPC, bUseRTPCCache) == 0x000048, "Member 'USkinFXEventTriggerFilteredRTPC::bUseRTPCCache' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerformTaskApparateToLocation_OnApparateOutCompleted \ static_assert(alignof(AIPerformTaskApparateToLocation_OnApparateOutCompleted) == 0x000008, "Wrong alignment on AIPerformTaskApparateToLocation_OnApparateOutCompleted"); \ static_assert(sizeof(AIPerformTaskApparateToLocation_OnApparateOutCompleted) == 0x000010, "Wrong size on AIPerformTaskApparateToLocation_OnApparateOutCompleted"); \ static_assert(offsetof(AIPerformTaskApparateToLocation_OnApparateOutCompleted, InScheduledEntity) == 0x000000, "Member 'AIPerformTaskApparateToLocation_OnApparateOutCompleted::InScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(AIPerformTaskApparateToLocation_OnApparateOutCompleted, ActivityTypeBits) == 0x000008, "Member 'AIPerformTaskApparateToLocation_OnApparateOutCompleted::ActivityTypeBits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskApparateToLocation \ static_assert(alignof(UAIPerformTaskApparateToLocation) == 0x000010, "Wrong alignment on UAIPerformTaskApparateToLocation"); \ static_assert(sizeof(UAIPerformTaskApparateToLocation) == 0x0000F0, "Wrong size on UAIPerformTaskApparateToLocation"); \ static_assert(offsetof(UAIPerformTaskApparateToLocation, ApparateInAblAbility) == 0x0000D8, "Member 'UAIPerformTaskApparateToLocation::ApparateInAblAbility' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskApparateToLocation, ApparateOutAblAbility) == 0x0000E0, "Member 'UAIPerformTaskApparateToLocation::ApparateOutAblAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskStartFollowSpline \ static_assert(alignof(UAIPerformTaskStartFollowSpline) == 0x000010, "Wrong alignment on UAIPerformTaskStartFollowSpline"); \ static_assert(sizeof(UAIPerformTaskStartFollowSpline) == 0x0000E0, "Wrong size on UAIPerformTaskStartFollowSpline"); \ static_assert(offsetof(UAIPerformTaskStartFollowSpline, FollowSplineForAI) == 0x0000D8, "Member 'UAIPerformTaskStartFollowSpline::FollowSplineForAI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskJumpDown \ static_assert(alignof(UAIPerformTaskJumpDown) == 0x000010, "Wrong alignment on UAIPerformTaskJumpDown"); \ static_assert(sizeof(UAIPerformTaskJumpDown) == 0x0000E0, "Wrong size on UAIPerformTaskJumpDown"); \ static_assert(offsetof(UAIPerformTaskJumpDown, JumpDownAbility) == 0x0000D8, "Member 'UAIPerformTaskJumpDown::JumpDownAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialJournalEntryWidget_InitDetails \ static_assert(alignof(SocialJournalEntryWidget_InitDetails) == 0x000008, "Wrong alignment on SocialJournalEntryWidget_InitDetails"); \ static_assert(sizeof(SocialJournalEntryWidget_InitDetails) == 0x000038, "Wrong size on SocialJournalEntryWidget_InitDetails"); \ static_assert(offsetof(SocialJournalEntryWidget_InitDetails, inIconObserverName) == 0x000000, "Member 'SocialJournalEntryWidget_InitDetails::inIconObserverName' has a wrong offset!"); \ static_assert(offsetof(SocialJournalEntryWidget_InitDetails, inIconObserverTypeName) == 0x000010, "Member 'SocialJournalEntryWidget_InitDetails::inIconObserverTypeName' has a wrong offset!"); \ static_assert(offsetof(SocialJournalEntryWidget_InitDetails, inIconSourceName) == 0x000020, "Member 'SocialJournalEntryWidget_InitDetails::inIconSourceName' has a wrong offset!"); \ static_assert(offsetof(SocialJournalEntryWidget_InitDetails, InCount) == 0x000030, "Member 'SocialJournalEntryWidget_InitDetails::InCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USocialJournalEntryWidget \ static_assert(alignof(USocialJournalEntryWidget) == 0x000008, "Wrong alignment on USocialJournalEntryWidget"); \ static_assert(sizeof(USocialJournalEntryWidget) == 0x000288, "Wrong size on USocialJournalEntryWidget"); \ static_assert(offsetof(USocialJournalEntryWidget, Count) == 0x000268, "Member 'USocialJournalEntryWidget::Count' has a wrong offset!"); \ static_assert(offsetof(USocialJournalEntryWidget, IconObserver) == 0x000270, "Member 'USocialJournalEntryWidget::IconObserver' has a wrong offset!"); \ static_assert(offsetof(USocialJournalEntryWidget, IconObserverType) == 0x000278, "Member 'USocialJournalEntryWidget::IconObserverType' has a wrong offset!"); \ static_assert(offsetof(USocialJournalEntryWidget, IconSource) == 0x000280, "Member 'USocialJournalEntryWidget::IconSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskRunSceneRig \ static_assert(alignof(UAIPerformTaskRunSceneRig) == 0x000010, "Wrong alignment on UAIPerformTaskRunSceneRig"); \ static_assert(sizeof(UAIPerformTaskRunSceneRig) == 0x000100, "Wrong size on UAIPerformTaskRunSceneRig"); \ static_assert(offsetof(UAIPerformTaskRunSceneRig, SceneRigActor) == 0x0000D8, "Member 'UAIPerformTaskRunSceneRig::SceneRigActor' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskRunSceneRig, bOrientToPlayer) == 0x0000E0, "Member 'UAIPerformTaskRunSceneRig::bOrientToPlayer' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskRunSceneRig, CurrentTaskSetting) == 0x0000E1, "Member 'UAIPerformTaskRunSceneRig::CurrentTaskSetting' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskRunSceneRig, OnSceneRigPlayed) == 0x0000E8, "Member 'UAIPerformTaskRunSceneRig::OnSceneRigPlayed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPerformTaskSetTempAnimationArchitectAsset \ static_assert(alignof(UPerformTaskSetTempAnimationArchitectAsset) == 0x000010, "Wrong alignment on UPerformTaskSetTempAnimationArchitectAsset"); \ static_assert(sizeof(UPerformTaskSetTempAnimationArchitectAsset) == 0x0000F0, "Wrong size on UPerformTaskSetTempAnimationArchitectAsset"); \ static_assert(offsetof(UPerformTaskSetTempAnimationArchitectAsset, TriggerAnimationArchitectAsset) == 0x0000D8, "Member 'UPerformTaskSetTempAnimationArchitectAsset::TriggerAnimationArchitectAsset' has a wrong offset!"); \ static_assert(offsetof(UPerformTaskSetTempAnimationArchitectAsset, CurrentTaskSetting) == 0x0000E0, "Member 'UPerformTaskSetTempAnimationArchitectAsset::CurrentTaskSetting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerformTasksForAI_CallSwitchOffBP \ static_assert(alignof(PerformTasksForAI_CallSwitchOffBP) == 0x000008, "Wrong alignment on PerformTasksForAI_CallSwitchOffBP"); \ static_assert(sizeof(PerformTasksForAI_CallSwitchOffBP) == 0x000008, "Wrong size on PerformTasksForAI_CallSwitchOffBP"); \ static_assert(offsetof(PerformTasksForAI_CallSwitchOffBP, InTarget) == 0x000000, "Member 'PerformTasksForAI_CallSwitchOffBP::InTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerformTasksForAI_CallSwitchOnBP \ static_assert(alignof(PerformTasksForAI_CallSwitchOnBP) == 0x000008, "Wrong alignment on PerformTasksForAI_CallSwitchOnBP"); \ static_assert(sizeof(PerformTasksForAI_CallSwitchOnBP) == 0x000008, "Wrong size on PerformTasksForAI_CallSwitchOnBP"); \ static_assert(offsetof(PerformTasksForAI_CallSwitchOnBP, InTarget) == 0x000000, "Member 'PerformTasksForAI_CallSwitchOnBP::InTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerformTasksForAI_CleanUpAndStartNextPerformTask \ static_assert(alignof(PerformTasksForAI_CleanUpAndStartNextPerformTask) == 0x000008, "Wrong alignment on PerformTasksForAI_CleanUpAndStartNextPerformTask"); \ static_assert(sizeof(PerformTasksForAI_CleanUpAndStartNextPerformTask) == 0x000010, "Wrong size on PerformTasksForAI_CleanUpAndStartNextPerformTask"); \ static_assert(offsetof(PerformTasksForAI_CleanUpAndStartNextPerformTask, ScheduledEntity) == 0x000000, "Member 'PerformTasksForAI_CleanUpAndStartNextPerformTask::ScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(PerformTasksForAI_CleanUpAndStartNextPerformTask, ActivityTypeBits) == 0x000008, "Member 'PerformTasksForAI_CleanUpAndStartNextPerformTask::ActivityTypeBits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerformTasksForAI_GetScheduledEntity \ static_assert(alignof(PerformTasksForAI_GetScheduledEntity) == 0x000008, "Wrong alignment on PerformTasksForAI_GetScheduledEntity"); \ static_assert(sizeof(PerformTasksForAI_GetScheduledEntity) == 0x000008, "Wrong size on PerformTasksForAI_GetScheduledEntity"); \ static_assert(offsetof(PerformTasksForAI_GetScheduledEntity, ReturnValue) == 0x000000, "Member 'PerformTasksForAI_GetScheduledEntity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerformTasksForAI_OnFleshLoadComplete \ static_assert(alignof(PerformTasksForAI_OnFleshLoadComplete) == 0x000008, "Wrong alignment on PerformTasksForAI_OnFleshLoadComplete"); \ static_assert(sizeof(PerformTasksForAI_OnFleshLoadComplete) == 0x000008, "Wrong size on PerformTasksForAI_OnFleshLoadComplete"); \ static_assert(offsetof(PerformTasksForAI_OnFleshLoadComplete, FleshActor) == 0x000000, "Member 'PerformTasksForAI_OnFleshLoadComplete::FleshActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerformTasksForAI_OnOverlapBegin \ static_assert(alignof(PerformTasksForAI_OnOverlapBegin) == 0x000008, "Wrong alignment on PerformTasksForAI_OnOverlapBegin"); \ static_assert(sizeof(PerformTasksForAI_OnOverlapBegin) == 0x0000A8, "Wrong size on PerformTasksForAI_OnOverlapBegin"); \ static_assert(offsetof(PerformTasksForAI_OnOverlapBegin, OverlappedComp) == 0x000000, "Member 'PerformTasksForAI_OnOverlapBegin::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(PerformTasksForAI_OnOverlapBegin, OtherActor) == 0x000008, "Member 'PerformTasksForAI_OnOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(PerformTasksForAI_OnOverlapBegin, OtherComp) == 0x000010, "Member 'PerformTasksForAI_OnOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(PerformTasksForAI_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'PerformTasksForAI_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(PerformTasksForAI_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'PerformTasksForAI_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(PerformTasksForAI_OnOverlapBegin, SweepResult) == 0x000020, "Member 'PerformTasksForAI_OnOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerformTasksForAI_SetScheduledEntity \ static_assert(alignof(PerformTasksForAI_SetScheduledEntity) == 0x000008, "Wrong alignment on PerformTasksForAI_SetScheduledEntity"); \ static_assert(sizeof(PerformTasksForAI_SetScheduledEntity) == 0x000008, "Wrong size on PerformTasksForAI_SetScheduledEntity"); \ static_assert(offsetof(PerformTasksForAI_SetScheduledEntity, InAI_ScheduledEntity) == 0x000000, "Member 'PerformTasksForAI_SetScheduledEntity::InAI_ScheduledEntity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerformTasksForAI_GetTaskAtIndex \ static_assert(alignof(PerformTasksForAI_GetTaskAtIndex) == 0x000010, "Wrong alignment on PerformTasksForAI_GetTaskAtIndex"); \ static_assert(sizeof(PerformTasksForAI_GetTaskAtIndex) == 0x000050, "Wrong size on PerformTasksForAI_GetTaskAtIndex"); \ static_assert(offsetof(PerformTasksForAI_GetTaskAtIndex, TaskIndex) == 0x000000, "Member 'PerformTasksForAI_GetTaskAtIndex::TaskIndex' has a wrong offset!"); \ static_assert(offsetof(PerformTasksForAI_GetTaskAtIndex, ReturnValue) == 0x000010, "Member 'PerformTasksForAI_GetTaskAtIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APerformTasksForAI \ static_assert(alignof(APerformTasksForAI) == 0x000010, "Wrong alignment on APerformTasksForAI"); \ static_assert(sizeof(APerformTasksForAI) == 0x000530, "Wrong size on APerformTasksForAI"); \ static_assert(offsetof(APerformTasksForAI, NPCKey) == 0x000248, "Member 'APerformTasksForAI::NPCKey' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, Description) == 0x0002D0, "Member 'APerformTasksForAI::Description' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, PerformTaskContainerType) == 0x0002E8, "Member 'APerformTasksForAI::PerformTaskContainerType' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, LevelOwnerName) == 0x0002F0, "Member 'APerformTasksForAI::LevelOwnerName' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, TasksToBePerformedContainer) == 0x000300, "Member 'APerformTasksForAI::TasksToBePerformedContainer' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, bStartOff) == 0x000310, "Member 'APerformTasksForAI::bStartOff' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, bAutoActivate) == 0x000311, "Member 'APerformTasksForAI::bAutoActivate' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, bAlwaysActive) == 0x000312, "Member 'APerformTasksForAI::bAlwaysActive' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, bCanActivateAgainWhenUnfinished) == 0x000313, "Member 'APerformTasksForAI::bCanActivateAgainWhenUnfinished' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, bLumosOn) == 0x000314, "Member 'APerformTasksForAI::bLumosOn' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, ApparateInAblAbility) == 0x000318, "Member 'APerformTasksForAI::ApparateInAblAbility' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, ApparateOutAblAbility) == 0x000320, "Member 'APerformTasksForAI::ApparateOutAblAbility' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, JumpDownAbilityPtr) == 0x000328, "Member 'APerformTasksForAI::JumpDownAbilityPtr' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, m_missionID) == 0x000330, "Member 'APerformTasksForAI::m_missionID' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, MissionUID) == 0x0003B8, "Member 'APerformTasksForAI::MissionUID' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, ResetGoal) == 0x0003BC, "Member 'APerformTasksForAI::ResetGoal' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, bReleaseOnCompletion) == 0x0003BD, "Member 'APerformTasksForAI::bReleaseOnCompletion' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, ClearedDialogueReference) == 0x0003C0, "Member 'APerformTasksForAI::ClearedDialogueReference' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, ClearedDialogueEvent) == 0x0003D0, "Member 'APerformTasksForAI::ClearedDialogueEvent' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, clearedAudioDelay) == 0x0003D8, "Member 'APerformTasksForAI::clearedAudioDelay' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, NextTask) == 0x0003E0, "Member 'APerformTasksForAI::NextTask' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, OffTargets) == 0x0003E8, "Member 'APerformTasksForAI::OffTargets' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, Scene) == 0x0003F8, "Member 'APerformTasksForAI::Scene' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, Trigger) == 0x000400, "Member 'APerformTasksForAI::Trigger' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, SphereTrigger) == 0x000408, "Member 'APerformTasksForAI::SphereTrigger' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, TextRenderer) == 0x000410, "Member 'APerformTasksForAI::TextRenderer' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, FirstDelay) == 0x000418, "Member 'APerformTasksForAI::FirstDelay' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, OnPerformTriggerTaskCompleteBP) == 0x000420, "Member 'APerformTasksForAI::OnPerformTriggerTaskCompleteBP' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, OnWholePerformTaskTriggerStart) == 0x000430, "Member 'APerformTasksForAI::OnWholePerformTaskTriggerStart' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, OnWholePerformTaskTriggerComplete) == 0x000440, "Member 'APerformTasksForAI::OnWholePerformTaskTriggerComplete' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, bShowAxisInGame) == 0x000450, "Member 'APerformTasksForAI::bShowAxisInGame' has a wrong offset!"); \ static_assert(offsetof(APerformTasksForAI, SpellToolRecords) == 0x000458, "Member 'APerformTasksForAI::SpellToolRecords' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventSpline_AddBoxColliderAtSplinePoint \ static_assert(alignof(WorldEventSpline_AddBoxColliderAtSplinePoint) == 0x000008, "Wrong alignment on WorldEventSpline_AddBoxColliderAtSplinePoint"); \ static_assert(sizeof(WorldEventSpline_AddBoxColliderAtSplinePoint) == 0x000018, "Wrong size on WorldEventSpline_AddBoxColliderAtSplinePoint"); \ static_assert(offsetof(WorldEventSpline_AddBoxColliderAtSplinePoint, SplinePointIndex) == 0x000000, "Member 'WorldEventSpline_AddBoxColliderAtSplinePoint::SplinePointIndex' has a wrong offset!"); \ static_assert(offsetof(WorldEventSpline_AddBoxColliderAtSplinePoint, InSplineComponent) == 0x000008, "Member 'WorldEventSpline_AddBoxColliderAtSplinePoint::InSplineComponent' has a wrong offset!"); \ static_assert(offsetof(WorldEventSpline_AddBoxColliderAtSplinePoint, ReturnValue) == 0x000010, "Member 'WorldEventSpline_AddBoxColliderAtSplinePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventSpline_AddTextAtSplinePoint \ static_assert(alignof(WorldEventSpline_AddTextAtSplinePoint) == 0x000008, "Wrong alignment on WorldEventSpline_AddTextAtSplinePoint"); \ static_assert(sizeof(WorldEventSpline_AddTextAtSplinePoint) == 0x000038, "Wrong size on WorldEventSpline_AddTextAtSplinePoint"); \ static_assert(offsetof(WorldEventSpline_AddTextAtSplinePoint, SplinePointIndex) == 0x000000, "Member 'WorldEventSpline_AddTextAtSplinePoint::SplinePointIndex' has a wrong offset!"); \ static_assert(offsetof(WorldEventSpline_AddTextAtSplinePoint, InSplinePointEvents) == 0x000008, "Member 'WorldEventSpline_AddTextAtSplinePoint::InSplinePointEvents' has a wrong offset!"); \ static_assert(offsetof(WorldEventSpline_AddTextAtSplinePoint, Offset) == 0x000018, "Member 'WorldEventSpline_AddTextAtSplinePoint::Offset' has a wrong offset!"); \ static_assert(offsetof(WorldEventSpline_AddTextAtSplinePoint, InSplineComponent) == 0x000028, "Member 'WorldEventSpline_AddTextAtSplinePoint::InSplineComponent' has a wrong offset!"); \ static_assert(offsetof(WorldEventSpline_AddTextAtSplinePoint, ReturnValue) == 0x000030, "Member 'WorldEventSpline_AddTextAtSplinePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventSpline_Bind \ static_assert(alignof(WorldEventSpline_Bind) == 0x000008, "Wrong alignment on WorldEventSpline_Bind"); \ static_assert(sizeof(WorldEventSpline_Bind) == 0x000020, "Wrong size on WorldEventSpline_Bind"); \ static_assert(offsetof(WorldEventSpline_Bind, TriggerEventName) == 0x000000, "Member 'WorldEventSpline_Bind::TriggerEventName' has a wrong offset!"); \ static_assert(offsetof(WorldEventSpline_Bind, Event) == 0x000010, "Member 'WorldEventSpline_Bind::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventSpline_Construct \ static_assert(alignof(WorldEventSpline_Construct) == 0x000010, "Wrong alignment on WorldEventSpline_Construct"); \ static_assert(sizeof(WorldEventSpline_Construct) == 0x000030, "Wrong size on WorldEventSpline_Construct"); \ static_assert(offsetof(WorldEventSpline_Construct, Transform) == 0x000000, "Member 'WorldEventSpline_Construct::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventSpline_EnableTriggerEvents \ static_assert(alignof(WorldEventSpline_EnableTriggerEvents) == 0x000001, "Wrong alignment on WorldEventSpline_EnableTriggerEvents"); \ static_assert(sizeof(WorldEventSpline_EnableTriggerEvents) == 0x000001, "Wrong size on WorldEventSpline_EnableTriggerEvents"); \ static_assert(offsetof(WorldEventSpline_EnableTriggerEvents, Enable) == 0x000000, "Member 'WorldEventSpline_EnableTriggerEvents::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventSpline_OnOverlapBegin \ static_assert(alignof(WorldEventSpline_OnOverlapBegin) == 0x000008, "Wrong alignment on WorldEventSpline_OnOverlapBegin"); \ static_assert(sizeof(WorldEventSpline_OnOverlapBegin) == 0x0000A8, "Wrong size on WorldEventSpline_OnOverlapBegin"); \ static_assert(offsetof(WorldEventSpline_OnOverlapBegin, OverlappedComp) == 0x000000, "Member 'WorldEventSpline_OnOverlapBegin::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(WorldEventSpline_OnOverlapBegin, OtherActor) == 0x000008, "Member 'WorldEventSpline_OnOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(WorldEventSpline_OnOverlapBegin, OtherComp) == 0x000010, "Member 'WorldEventSpline_OnOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(WorldEventSpline_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'WorldEventSpline_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(WorldEventSpline_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'WorldEventSpline_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(WorldEventSpline_OnOverlapBegin, SweepResult) == 0x000020, "Member 'WorldEventSpline_OnOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventSpline_Unbind \ static_assert(alignof(WorldEventSpline_Unbind) == 0x000008, "Wrong alignment on WorldEventSpline_Unbind"); \ static_assert(sizeof(WorldEventSpline_Unbind) == 0x000020, "Wrong size on WorldEventSpline_Unbind"); \ static_assert(offsetof(WorldEventSpline_Unbind, TriggerEventName) == 0x000000, "Member 'WorldEventSpline_Unbind::TriggerEventName' has a wrong offset!"); \ static_assert(offsetof(WorldEventSpline_Unbind, Event) == 0x000010, "Member 'WorldEventSpline_Unbind::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventSpline_UnbindAllFromEvent \ static_assert(alignof(WorldEventSpline_UnbindAllFromEvent) == 0x000008, "Wrong alignment on WorldEventSpline_UnbindAllFromEvent"); \ static_assert(sizeof(WorldEventSpline_UnbindAllFromEvent) == 0x000010, "Wrong size on WorldEventSpline_UnbindAllFromEvent"); \ static_assert(offsetof(WorldEventSpline_UnbindAllFromEvent, TriggerEventName) == 0x000000, "Member 'WorldEventSpline_UnbindAllFromEvent::TriggerEventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventSpline_FindEventsAtSplinePoint \ static_assert(alignof(WorldEventSpline_FindEventsAtSplinePoint) == 0x000008, "Wrong alignment on WorldEventSpline_FindEventsAtSplinePoint"); \ static_assert(sizeof(WorldEventSpline_FindEventsAtSplinePoint) == 0x000028, "Wrong size on WorldEventSpline_FindEventsAtSplinePoint"); \ static_assert(offsetof(WorldEventSpline_FindEventsAtSplinePoint, SplinePointIndex) == 0x000000, "Member 'WorldEventSpline_FindEventsAtSplinePoint::SplinePointIndex' has a wrong offset!"); \ static_assert(offsetof(WorldEventSpline_FindEventsAtSplinePoint, InSplinePointEvents) == 0x000008, "Member 'WorldEventSpline_FindEventsAtSplinePoint::InSplinePointEvents' has a wrong offset!"); \ static_assert(offsetof(WorldEventSpline_FindEventsAtSplinePoint, OutFoundEventNames) == 0x000018, "Member 'WorldEventSpline_FindEventsAtSplinePoint::OutFoundEventNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldEventSpline \ static_assert(alignof(UWorldEventSpline) == 0x000010, "Wrong alignment on UWorldEventSpline"); \ static_assert(sizeof(UWorldEventSpline) == 0x000610, "Wrong size on UWorldEventSpline"); \ static_assert(offsetof(UWorldEventSpline, SplinePointEvents) == 0x0005D0, "Member 'UWorldEventSpline::SplinePointEvents' has a wrong offset!"); \ static_assert(offsetof(UWorldEventSpline, SplineTriggerBoxes) == 0x0005E0, "Member 'UWorldEventSpline::SplineTriggerBoxes' has a wrong offset!"); \ static_assert(offsetof(UWorldEventSpline, EventTexts) == 0x0005F0, "Member 'UWorldEventSpline::EventTexts' has a wrong offset!"); \ static_assert(offsetof(UWorldEventSpline, TextOffset) == 0x000600, "Member 'UWorldEventSpline::TextOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskWaitForPlayer \ static_assert(alignof(UAIPerformTaskWaitForPlayer) == 0x000010, "Wrong alignment on UAIPerformTaskWaitForPlayer"); \ static_assert(sizeof(UAIPerformTaskWaitForPlayer) == 0x0000F0, "Wrong size on UAIPerformTaskWaitForPlayer"); \ static_assert(offsetof(UAIPerformTaskWaitForPlayer, ProximityRadius) == 0x0000D8, "Member 'UAIPerformTaskWaitForPlayer::ProximityRadius' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskWaitForPlayer, bOrientToPlayer) == 0x0000DC, "Member 'UAIPerformTaskWaitForPlayer::bOrientToPlayer' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskWaitForPlayer, ProximityCheckBeforeStopping) == 0x0000DD, "Member 'UAIPerformTaskWaitForPlayer::ProximityCheckBeforeStopping' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskWaitForPlayer, WaitForFastTravelBegun) == 0x0000DE, "Member 'UAIPerformTaskWaitForPlayer::WaitForFastTravelBegun' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskWaitForPlayer, WaitForFastTravelFinished) == 0x0000DF, "Member 'UAIPerformTaskWaitForPlayer::WaitForFastTravelFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_KillBystanders \ static_assert(alignof(USceneAction_KillBystanders) == 0x000008, "Wrong alignment on USceneAction_KillBystanders"); \ static_assert(sizeof(USceneAction_KillBystanders) == 0x0000A8, "Wrong size on USceneAction_KillBystanders"); \ static_assert(offsetof(USceneAction_KillBystanders, KillPct) == 0x0000A0, "Member 'USceneAction_KillBystanders::KillPct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskVO \ static_assert(alignof(UAIPerformTaskVO) == 0x000010, "Wrong alignment on UAIPerformTaskVO"); \ static_assert(sizeof(UAIPerformTaskVO) == 0x0000E0, "Wrong size on UAIPerformTaskVO"); \ static_assert(offsetof(UAIPerformTaskVO, bOrientToPlayer) == 0x0000D8, "Member 'UAIPerformTaskVO::bOrientToPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskTutorial \ static_assert(alignof(UAIPerformTaskTutorial) == 0x000010, "Wrong alignment on UAIPerformTaskTutorial"); \ static_assert(sizeof(UAIPerformTaskTutorial) == 0x0000F0, "Wrong size on UAIPerformTaskTutorial"); \ static_assert(offsetof(UAIPerformTaskTutorial, TutorialName) == 0x0000D8, "Member 'UAIPerformTaskTutorial::TutorialName' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskTutorial, bOrientToPlayer) == 0x0000E0, "Member 'UAIPerformTaskTutorial::bOrientToPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPerformTaskTrigger_OnWaitTriggerOverlap \ static_assert(alignof(AIPerformTaskTrigger_OnWaitTriggerOverlap) == 0x000008, "Wrong alignment on AIPerformTaskTrigger_OnWaitTriggerOverlap"); \ static_assert(sizeof(AIPerformTaskTrigger_OnWaitTriggerOverlap) == 0x0000A8, "Wrong size on AIPerformTaskTrigger_OnWaitTriggerOverlap"); \ static_assert(offsetof(AIPerformTaskTrigger_OnWaitTriggerOverlap, OverlappedComp) == 0x000000, "Member 'AIPerformTaskTrigger_OnWaitTriggerOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(AIPerformTaskTrigger_OnWaitTriggerOverlap, OtherActor) == 0x000008, "Member 'AIPerformTaskTrigger_OnWaitTriggerOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(AIPerformTaskTrigger_OnWaitTriggerOverlap, OtherComp) == 0x000010, "Member 'AIPerformTaskTrigger_OnWaitTriggerOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(AIPerformTaskTrigger_OnWaitTriggerOverlap, OtherBodyIndex) == 0x000018, "Member 'AIPerformTaskTrigger_OnWaitTriggerOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(AIPerformTaskTrigger_OnWaitTriggerOverlap, bFromSweep) == 0x00001C, "Member 'AIPerformTaskTrigger_OnWaitTriggerOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(AIPerformTaskTrigger_OnWaitTriggerOverlap, SweepResult) == 0x000020, "Member 'AIPerformTaskTrigger_OnWaitTriggerOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskTrigger \ static_assert(alignof(UAIPerformTaskTrigger) == 0x000010, "Wrong alignment on UAIPerformTaskTrigger"); \ static_assert(sizeof(UAIPerformTaskTrigger) == 0x000100, "Wrong size on UAIPerformTaskTrigger"); \ static_assert(offsetof(UAIPerformTaskTrigger, WaitTriggerScale) == 0x0000D8, "Member 'UAIPerformTaskTrigger::WaitTriggerScale' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskTrigger, WaitTrigger) == 0x0000E8, "Member 'UAIPerformTaskTrigger::WaitTrigger' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskTrigger, bOrientToPlayer) == 0x0000F0, "Member 'UAIPerformTaskTrigger::bOrientToPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldEventSocketPreview \ static_assert(alignof(UWorldEventSocketPreview) == 0x000008, "Wrong alignment on UWorldEventSocketPreview"); \ static_assert(sizeof(UWorldEventSocketPreview) == 0x000040, "Wrong size on UWorldEventSocketPreview"); \ static_assert(offsetof(UWorldEventSocketPreview, WorldPreviewData) == 0x000030, "Member 'UWorldEventSocketPreview::WorldPreviewData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskCombatMode \ static_assert(alignof(UAIPerformTaskCombatMode) == 0x000010, "Wrong alignment on UAIPerformTaskCombatMode"); \ static_assert(sizeof(UAIPerformTaskCombatMode) == 0x000100, "Wrong size on UAIPerformTaskCombatMode"); \ static_assert(offsetof(UAIPerformTaskCombatMode, NewTeamName) == 0x0000D8, "Member 'UAIPerformTaskCombatMode::NewTeamName' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskCombatMode, AudioSubtypeID) == 0x0000E0, "Member 'UAIPerformTaskCombatMode::AudioSubtypeID' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskCombatMode, bStartCombatMode) == 0x0000E8, "Member 'UAIPerformTaskCombatMode::bStartCombatMode' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskCombatMode, Duration) == 0x0000EC, "Member 'UAIPerformTaskCombatMode::Duration' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskCombatMode, CombatMode) == 0x0000F0, "Member 'UAIPerformTaskCombatMode::CombatMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleTime \ static_assert(alignof(UWorldFXRuleTime) == 0x000008, "Wrong alignment on UWorldFXRuleTime"); \ static_assert(sizeof(UWorldFXRuleTime) == 0x000028, "Wrong size on UWorldFXRuleTime"); \ #define DUMPER7_ASSERTS_UAIPerformTaskEnableTriggerOverlapForPT \ static_assert(alignof(UAIPerformTaskEnableTriggerOverlapForPT) == 0x000010, "Wrong alignment on UAIPerformTaskEnableTriggerOverlapForPT"); \ static_assert(sizeof(UAIPerformTaskEnableTriggerOverlapForPT) == 0x0000F0, "Wrong size on UAIPerformTaskEnableTriggerOverlapForPT"); \ static_assert(offsetof(UAIPerformTaskEnableTriggerOverlapForPT, PerformTaskTrigger) == 0x0000D8, "Member 'UAIPerformTaskEnableTriggerOverlapForPT::PerformTaskTrigger' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskEnableTriggerOverlapForPT, bShouldActivate) == 0x0000E0, "Member 'UAIPerformTaskEnableTriggerOverlapForPT::bShouldActivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_Lumos \ static_assert(alignof(USceneAction_Lumos) == 0x000008, "Wrong alignment on USceneAction_Lumos"); \ static_assert(sizeof(USceneAction_Lumos) == 0x0000A8, "Wrong size on USceneAction_Lumos"); \ static_assert(offsetof(USceneAction_Lumos, SpellLevel) == 0x0000A0, "Member 'USceneAction_Lumos::SpellLevel' has a wrong offset!"); \ static_assert(offsetof(USceneAction_Lumos, KeepStateOnCompletion) == 0x0000A4, "Member 'USceneAction_Lumos::KeepStateOnCompletion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskSpawnHogwartsExpress \ static_assert(alignof(UAIPerformTaskSpawnHogwartsExpress) == 0x000010, "Wrong alignment on UAIPerformTaskSpawnHogwartsExpress"); \ static_assert(sizeof(UAIPerformTaskSpawnHogwartsExpress) == 0x000100, "Wrong size on UAIPerformTaskSpawnHogwartsExpress"); \ static_assert(offsetof(UAIPerformTaskSpawnHogwartsExpress, CurrentTaskSetting) == 0x0000D8, "Member 'UAIPerformTaskSpawnHogwartsExpress::CurrentTaskSetting' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskSpawnHogwartsExpress, bUpdateLocation) == 0x0000D9, "Member 'UAIPerformTaskSpawnHogwartsExpress::bUpdateLocation' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskSpawnHogwartsExpress, NewLocation) == 0x0000DC, "Member 'UAIPerformTaskSpawnHogwartsExpress::NewLocation' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskSpawnHogwartsExpress, bUpdateSpeed) == 0x0000E8, "Member 'UAIPerformTaskSpawnHogwartsExpress::bUpdateSpeed' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskSpawnHogwartsExpress, NewSpeed) == 0x0000EC, "Member 'UAIPerformTaskSpawnHogwartsExpress::NewSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPerksSettings \ static_assert(alignof(UPerksSettings) == 0x000008, "Wrong alignment on UPerksSettings"); \ static_assert(sizeof(UPerksSettings) == 0x000078, "Wrong size on UPerksSettings"); \ static_assert(offsetof(UPerksSettings, PerkFXMap) == 0x000028, "Member 'UPerksSettings::PerkFXMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleNightThreshold \ static_assert(alignof(UWorldFXRuleNightThreshold) == 0x000008, "Wrong alignment on UWorldFXRuleNightThreshold"); \ static_assert(sizeof(UWorldFXRuleNightThreshold) == 0x000030, "Wrong size on UWorldFXRuleNightThreshold"); \ #define DUMPER7_ASSERTS_PerksTree_Get \ static_assert(alignof(PerksTree_Get) == 0x000008, "Wrong alignment on PerksTree_Get"); \ static_assert(sizeof(PerksTree_Get) == 0x000008, "Wrong size on PerksTree_Get"); \ static_assert(offsetof(PerksTree_Get, ReturnValue) == 0x000000, "Member 'PerksTree_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_GetAllPerks \ static_assert(alignof(PerksTree_GetAllPerks) == 0x000008, "Wrong alignment on PerksTree_GetAllPerks"); \ static_assert(sizeof(PerksTree_GetAllPerks) == 0x000028, "Wrong size on PerksTree_GetAllPerks"); \ static_assert(offsetof(PerksTree_GetAllPerks, UIDisplayOnly) == 0x000000, "Member 'PerksTree_GetAllPerks::UIDisplayOnly' has a wrong offset!"); \ static_assert(offsetof(PerksTree_GetAllPerks, categoryId) == 0x000008, "Member 'PerksTree_GetAllPerks::categoryId' has a wrong offset!"); \ static_assert(offsetof(PerksTree_GetAllPerks, ReturnValue) == 0x000018, "Member 'PerksTree_GetAllPerks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_GetPerkPoints \ static_assert(alignof(PerksTree_GetPerkPoints) == 0x000004, "Wrong alignment on PerksTree_GetPerkPoints"); \ static_assert(sizeof(PerksTree_GetPerkPoints) == 0x000004, "Wrong size on PerksTree_GetPerkPoints"); \ static_assert(offsetof(PerksTree_GetPerkPoints, ReturnValue) == 0x000000, "Member 'PerksTree_GetPerkPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_GetPurchasedPerkCount \ static_assert(alignof(PerksTree_GetPurchasedPerkCount) == 0x000008, "Wrong alignment on PerksTree_GetPurchasedPerkCount"); \ static_assert(sizeof(PerksTree_GetPurchasedPerkCount) == 0x000018, "Wrong size on PerksTree_GetPurchasedPerkCount"); \ static_assert(offsetof(PerksTree_GetPurchasedPerkCount, categoryId) == 0x000000, "Member 'PerksTree_GetPurchasedPerkCount::categoryId' has a wrong offset!"); \ static_assert(offsetof(PerksTree_GetPurchasedPerkCount, ReturnValue) == 0x000010, "Member 'PerksTree_GetPurchasedPerkCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_GetTotalPerks \ static_assert(alignof(PerksTree_GetTotalPerks) == 0x000008, "Wrong alignment on PerksTree_GetTotalPerks"); \ static_assert(sizeof(PerksTree_GetTotalPerks) == 0x000018, "Wrong size on PerksTree_GetTotalPerks"); \ static_assert(offsetof(PerksTree_GetTotalPerks, categoryId) == 0x000000, "Member 'PerksTree_GetTotalPerks::categoryId' has a wrong offset!"); \ static_assert(offsetof(PerksTree_GetTotalPerks, ReturnValue) == 0x000010, "Member 'PerksTree_GetTotalPerks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_RefreshDataForSlot \ static_assert(alignof(PerksTree_RefreshDataForSlot) == 0x000008, "Wrong alignment on PerksTree_RefreshDataForSlot"); \ static_assert(sizeof(PerksTree_RefreshDataForSlot) == 0x000088, "Wrong size on PerksTree_RefreshDataForSlot"); \ static_assert(offsetof(PerksTree_RefreshDataForSlot, PerkCategory) == 0x000000, "Member 'PerksTree_RefreshDataForSlot::PerkCategory' has a wrong offset!"); \ static_assert(offsetof(PerksTree_RefreshDataForSlot, Row) == 0x000010, "Member 'PerksTree_RefreshDataForSlot::Row' has a wrong offset!"); \ static_assert(offsetof(PerksTree_RefreshDataForSlot, Column) == 0x000014, "Member 'PerksTree_RefreshDataForSlot::Column' has a wrong offset!"); \ static_assert(offsetof(PerksTree_RefreshDataForSlot, ReturnValue) == 0x000018, "Member 'PerksTree_RefreshDataForSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_ResetPerks \ static_assert(alignof(PerksTree_ResetPerks) == 0x000001, "Wrong alignment on PerksTree_ResetPerks"); \ static_assert(sizeof(PerksTree_ResetPerks) == 0x000001, "Wrong size on PerksTree_ResetPerks"); \ static_assert(offsetof(PerksTree_ResetPerks, ReturnValue) == 0x000000, "Member 'PerksTree_ResetPerks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_ResetPerksByCategory \ static_assert(alignof(PerksTree_ResetPerksByCategory) == 0x000008, "Wrong alignment on PerksTree_ResetPerksByCategory"); \ static_assert(sizeof(PerksTree_ResetPerksByCategory) == 0x000018, "Wrong size on PerksTree_ResetPerksByCategory"); \ static_assert(offsetof(PerksTree_ResetPerksByCategory, categoryId) == 0x000000, "Member 'PerksTree_ResetPerksByCategory::categoryId' has a wrong offset!"); \ static_assert(offsetof(PerksTree_ResetPerksByCategory, ReturnValue) == 0x000010, "Member 'PerksTree_ResetPerksByCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_UpdatePerkPoints \ static_assert(alignof(PerksTree_UpdatePerkPoints) == 0x000004, "Wrong alignment on PerksTree_UpdatePerkPoints"); \ static_assert(sizeof(PerksTree_UpdatePerkPoints) == 0x000008, "Wrong size on PerksTree_UpdatePerkPoints"); \ static_assert(offsetof(PerksTree_UpdatePerkPoints, Amount) == 0x000000, "Member 'PerksTree_UpdatePerkPoints::Amount' has a wrong offset!"); \ static_assert(offsetof(PerksTree_UpdatePerkPoints, ReturnValue) == 0x000004, "Member 'PerksTree_UpdatePerkPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_GetPerkLevel \ static_assert(alignof(PerksTree_GetPerkLevel) == 0x000008, "Wrong alignment on PerksTree_GetPerkLevel"); \ static_assert(sizeof(PerksTree_GetPerkLevel) == 0x000018, "Wrong size on PerksTree_GetPerkLevel"); \ static_assert(offsetof(PerksTree_GetPerkLevel, PerkID) == 0x000000, "Member 'PerksTree_GetPerkLevel::PerkID' has a wrong offset!"); \ static_assert(offsetof(PerksTree_GetPerkLevel, ReturnValue) == 0x000010, "Member 'PerksTree_GetPerkLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_GetPerkState \ static_assert(alignof(PerksTree_GetPerkState) == 0x000008, "Wrong alignment on PerksTree_GetPerkState"); \ static_assert(sizeof(PerksTree_GetPerkState) == 0x000018, "Wrong size on PerksTree_GetPerkState"); \ static_assert(offsetof(PerksTree_GetPerkState, PerkID) == 0x000000, "Member 'PerksTree_GetPerkState::PerkID' has a wrong offset!"); \ static_assert(offsetof(PerksTree_GetPerkState, ReturnValue) == 0x000010, "Member 'PerksTree_GetPerkState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_IsPerkAvailable \ static_assert(alignof(PerksTree_IsPerkAvailable) == 0x000008, "Wrong alignment on PerksTree_IsPerkAvailable"); \ static_assert(sizeof(PerksTree_IsPerkAvailable) == 0x000018, "Wrong size on PerksTree_IsPerkAvailable"); \ static_assert(offsetof(PerksTree_IsPerkAvailable, PerkID) == 0x000000, "Member 'PerksTree_IsPerkAvailable::PerkID' has a wrong offset!"); \ static_assert(offsetof(PerksTree_IsPerkAvailable, ReturnValue) == 0x000010, "Member 'PerksTree_IsPerkAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_IsPerkPurchased \ static_assert(alignof(PerksTree_IsPerkPurchased) == 0x000008, "Wrong alignment on PerksTree_IsPerkPurchased"); \ static_assert(sizeof(PerksTree_IsPerkPurchased) == 0x000018, "Wrong size on PerksTree_IsPerkPurchased"); \ static_assert(offsetof(PerksTree_IsPerkPurchased, PerkID) == 0x000000, "Member 'PerksTree_IsPerkPurchased::PerkID' has a wrong offset!"); \ static_assert(offsetof(PerksTree_IsPerkPurchased, ReturnValue) == 0x000010, "Member 'PerksTree_IsPerkPurchased::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_IsPerkUpgradeable \ static_assert(alignof(PerksTree_IsPerkUpgradeable) == 0x000008, "Wrong alignment on PerksTree_IsPerkUpgradeable"); \ static_assert(sizeof(PerksTree_IsPerkUpgradeable) == 0x000018, "Wrong size on PerksTree_IsPerkUpgradeable"); \ static_assert(offsetof(PerksTree_IsPerkUpgradeable, PerkID) == 0x000000, "Member 'PerksTree_IsPerkUpgradeable::PerkID' has a wrong offset!"); \ static_assert(offsetof(PerksTree_IsPerkUpgradeable, ReturnValue) == 0x000010, "Member 'PerksTree_IsPerkUpgradeable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_PerkActivate \ static_assert(alignof(PerksTree_PerkActivate) == 0x000008, "Wrong alignment on PerksTree_PerkActivate"); \ static_assert(sizeof(PerksTree_PerkActivate) == 0x000010, "Wrong size on PerksTree_PerkActivate"); \ static_assert(offsetof(PerksTree_PerkActivate, PerkID) == 0x000000, "Member 'PerksTree_PerkActivate::PerkID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_PerkActivateAllInCategory \ static_assert(alignof(PerksTree_PerkActivateAllInCategory) == 0x000008, "Wrong alignment on PerksTree_PerkActivateAllInCategory"); \ static_assert(sizeof(PerksTree_PerkActivateAllInCategory) == 0x000010, "Wrong size on PerksTree_PerkActivateAllInCategory"); \ static_assert(offsetof(PerksTree_PerkActivateAllInCategory, Category) == 0x000000, "Member 'PerksTree_PerkActivateAllInCategory::Category' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_PerkCurriculumRefresh \ static_assert(alignof(PerksTree_PerkCurriculumRefresh) == 0x000008, "Wrong alignment on PerksTree_PerkCurriculumRefresh"); \ static_assert(sizeof(PerksTree_PerkCurriculumRefresh) == 0x000018, "Wrong size on PerksTree_PerkCurriculumRefresh"); \ static_assert(offsetof(PerksTree_PerkCurriculumRefresh, Curriculum) == 0x000000, "Member 'PerksTree_PerkCurriculumRefresh::Curriculum' has a wrong offset!"); \ static_assert(offsetof(PerksTree_PerkCurriculumRefresh, Year) == 0x000010, "Member 'PerksTree_PerkCurriculumRefresh::Year' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_PerkIsActive \ static_assert(alignof(PerksTree_PerkIsActive) == 0x000008, "Wrong alignment on PerksTree_PerkIsActive"); \ static_assert(sizeof(PerksTree_PerkIsActive) == 0x000010, "Wrong size on PerksTree_PerkIsActive"); \ static_assert(offsetof(PerksTree_PerkIsActive, PerkID) == 0x000000, "Member 'PerksTree_PerkIsActive::PerkID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_PerkIsAvailable \ static_assert(alignof(PerksTree_PerkIsAvailable) == 0x000008, "Wrong alignment on PerksTree_PerkIsAvailable"); \ static_assert(sizeof(PerksTree_PerkIsAvailable) == 0x000010, "Wrong size on PerksTree_PerkIsAvailable"); \ static_assert(offsetof(PerksTree_PerkIsAvailable, PerkID) == 0x000000, "Member 'PerksTree_PerkIsAvailable::PerkID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_PerkIsUpgradeable \ static_assert(alignof(PerksTree_PerkIsUpgradeable) == 0x000008, "Wrong alignment on PerksTree_PerkIsUpgradeable"); \ static_assert(sizeof(PerksTree_PerkIsUpgradeable) == 0x000010, "Wrong size on PerksTree_PerkIsUpgradeable"); \ static_assert(offsetof(PerksTree_PerkIsUpgradeable, PerkID) == 0x000000, "Member 'PerksTree_PerkIsUpgradeable::PerkID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_PerkPurchase \ static_assert(alignof(PerksTree_PerkPurchase) == 0x000008, "Wrong alignment on PerksTree_PerkPurchase"); \ static_assert(sizeof(PerksTree_PerkPurchase) == 0x000010, "Wrong size on PerksTree_PerkPurchase"); \ static_assert(offsetof(PerksTree_PerkPurchase, PerkID) == 0x000000, "Member 'PerksTree_PerkPurchase::PerkID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_PerkSetLevel \ static_assert(alignof(PerksTree_PerkSetLevel) == 0x000008, "Wrong alignment on PerksTree_PerkSetLevel"); \ static_assert(sizeof(PerksTree_PerkSetLevel) == 0x000018, "Wrong size on PerksTree_PerkSetLevel"); \ static_assert(offsetof(PerksTree_PerkSetLevel, PerkID) == 0x000000, "Member 'PerksTree_PerkSetLevel::PerkID' has a wrong offset!"); \ static_assert(offsetof(PerksTree_PerkSetLevel, Level) == 0x000010, "Member 'PerksTree_PerkSetLevel::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_PerkUpdatePoints \ static_assert(alignof(PerksTree_PerkUpdatePoints) == 0x000004, "Wrong alignment on PerksTree_PerkUpdatePoints"); \ static_assert(sizeof(PerksTree_PerkUpdatePoints) == 0x000004, "Wrong size on PerksTree_PerkUpdatePoints"); \ static_assert(offsetof(PerksTree_PerkUpdatePoints, Amount) == 0x000000, "Member 'PerksTree_PerkUpdatePoints::Amount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_PurchasePerk \ static_assert(alignof(PerksTree_PurchasePerk) == 0x000008, "Wrong alignment on PerksTree_PurchasePerk"); \ static_assert(sizeof(PerksTree_PurchasePerk) == 0x000018, "Wrong size on PerksTree_PurchasePerk"); \ static_assert(offsetof(PerksTree_PurchasePerk, PerkID) == 0x000000, "Member 'PerksTree_PurchasePerk::PerkID' has a wrong offset!"); \ static_assert(offsetof(PerksTree_PurchasePerk, ReturnValue) == 0x000010, "Member 'PerksTree_PurchasePerk::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_RemovePerk \ static_assert(alignof(PerksTree_RemovePerk) == 0x000008, "Wrong alignment on PerksTree_RemovePerk"); \ static_assert(sizeof(PerksTree_RemovePerk) == 0x000010, "Wrong size on PerksTree_RemovePerk"); \ static_assert(offsetof(PerksTree_RemovePerk, InPerkID) == 0x000000, "Member 'PerksTree_RemovePerk::InPerkID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_ReturnPerk \ static_assert(alignof(PerksTree_ReturnPerk) == 0x000008, "Wrong alignment on PerksTree_ReturnPerk"); \ static_assert(sizeof(PerksTree_ReturnPerk) == 0x000018, "Wrong size on PerksTree_ReturnPerk"); \ static_assert(offsetof(PerksTree_ReturnPerk, InPerkID) == 0x000000, "Member 'PerksTree_ReturnPerk::InPerkID' has a wrong offset!"); \ static_assert(offsetof(PerksTree_ReturnPerk, ReturnValue) == 0x000010, "Member 'PerksTree_ReturnPerk::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PerksTree_UpgradePerk \ static_assert(alignof(PerksTree_UpgradePerk) == 0x000008, "Wrong alignment on PerksTree_UpgradePerk"); \ static_assert(sizeof(PerksTree_UpgradePerk) == 0x000018, "Wrong size on PerksTree_UpgradePerk"); \ static_assert(offsetof(PerksTree_UpgradePerk, PerkID) == 0x000000, "Member 'PerksTree_UpgradePerk::PerkID' has a wrong offset!"); \ static_assert(offsetof(PerksTree_UpgradePerk, ReturnValue) == 0x000010, "Member 'PerksTree_UpgradePerk::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPerksTree \ static_assert(alignof(UPerksTree) == 0x000008, "Wrong alignment on UPerksTree"); \ static_assert(sizeof(UPerksTree) == 0x0000E0, "Wrong size on UPerksTree"); \ #define DUMPER7_ASSERTS_PersistentBreakable_ResetState \ static_assert(alignof(PersistentBreakable_ResetState) == 0x000001, "Wrong alignment on PersistentBreakable_ResetState"); \ static_assert(sizeof(PersistentBreakable_ResetState) == 0x000002, "Wrong size on PersistentBreakable_ResetState"); \ static_assert(offsetof(PersistentBreakable_ResetState, NextState) == 0x000000, "Member 'PersistentBreakable_ResetState::NextState' has a wrong offset!"); \ static_assert(offsetof(PersistentBreakable_ResetState, ReturnValue) == 0x000001, "Member 'PersistentBreakable_ResetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APersistentBreakable \ static_assert(alignof(APersistentBreakable) == 0x000008, "Wrong alignment on APersistentBreakable"); \ static_assert(sizeof(APersistentBreakable) == 0x0002B0, "Wrong size on APersistentBreakable"); \ #define DUMPER7_ASSERTS_USceneAction_SkinFX \ static_assert(alignof(USceneAction_SkinFX) == 0x000008, "Wrong alignment on USceneAction_SkinFX"); \ static_assert(sizeof(USceneAction_SkinFX) == 0x0002E0, "Wrong size on USceneAction_SkinFX"); \ static_assert(offsetof(USceneAction_SkinFX, SkinFX) == 0x0000A0, "Member 'USceneAction_SkinFX::SkinFX' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SkinFX, MaterialLoadPriority) == 0x0000A8, "Member 'USceneAction_SkinFX::MaterialLoadPriority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SkinFX, InitialParameters) == 0x0000B0, "Member 'USceneAction_SkinFX::InitialParameters' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SkinFX, SceneRigParameters) == 0x000100, "Member 'USceneAction_SkinFX::SceneRigParameters' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SkinFX, swapRules) == 0x000130, "Member 'USceneAction_SkinFX::swapRules' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SkinFX, NiagaraOverride) == 0x000210, "Member 'USceneAction_SkinFX::NiagaraOverride' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SkinFX, EnvelopeOverride) == 0x000288, "Member 'USceneAction_SkinFX::EnvelopeOverride' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SkinFX, OverrideMeshStates) == 0x0002B8, "Member 'USceneAction_SkinFX::OverrideMeshStates' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SkinFX, SkinFXBlueprintVariables) == 0x0002C8, "Member 'USceneAction_SkinFX::SkinFXBlueprintVariables' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SkinFX, bUseInitialParameters) == 0x0002D8, "Member 'USceneAction_SkinFX::bUseInitialParameters' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SkinFX, bUseSceneRigParameters) == 0x0002D9, "Member 'USceneAction_SkinFX::bUseSceneRigParameters' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SkinFX, bUseSwapRules) == 0x0002DA, "Member 'USceneAction_SkinFX::bUseSwapRules' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SkinFX, bUseNiagaraOverride) == 0x0002DB, "Member 'USceneAction_SkinFX::bUseNiagaraOverride' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SkinFX, bUseEnvelopeOverride) == 0x0002DC, "Member 'USceneAction_SkinFX::bUseEnvelopeOverride' has a wrong offset!"); \ static_assert(offsetof(USceneAction_SkinFX, bUseMeshStatesOverride) == 0x0002DD, "Member 'USceneAction_SkinFX::bUseMeshStatesOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPetrificusComponent \ static_assert(alignof(UPetrificusComponent) == 0x000008, "Wrong alignment on UPetrificusComponent"); \ static_assert(sizeof(UPetrificusComponent) == 0x0001B0, "Wrong size on UPetrificusComponent"); \ static_assert(offsetof(UPetrificusComponent, PetrificusData) == 0x000198, "Member 'UPetrificusComponent::PetrificusData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APetrificusSpellTool \ static_assert(alignof(APetrificusSpellTool) == 0x000008, "Wrong alignment on APetrificusSpellTool"); \ static_assert(sizeof(APetrificusSpellTool) == 0x000888, "Wrong size on APetrificusSpellTool"); \ static_assert(offsetof(APetrificusSpellTool, ChargedEndMunitionDataAsset) == 0x000870, "Member 'APetrificusSpellTool::ChargedEndMunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(APetrificusSpellTool, PetrificusFX2) == 0x000878, "Member 'APetrificusSpellTool::PetrificusFX2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAmbulatoryBlobShadowDecalCharacterComponent \ static_assert(alignof(UAmbulatoryBlobShadowDecalCharacterComponent) == 0x000010, "Wrong alignment on UAmbulatoryBlobShadowDecalCharacterComponent"); \ static_assert(sizeof(UAmbulatoryBlobShadowDecalCharacterComponent) == 0x0005B0, "Wrong size on UAmbulatoryBlobShadowDecalCharacterComponent"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_Apply \ static_assert(alignof(PhoenixCameraSettings_Apply) == 0x000008, "Wrong alignment on PhoenixCameraSettings_Apply"); \ static_assert(sizeof(PhoenixCameraSettings_Apply) == 0x000008, "Wrong size on PhoenixCameraSettings_Apply"); \ static_assert(offsetof(PhoenixCameraSettings_Apply, InWorldContextObject) == 0x000000, "Member 'PhoenixCameraSettings_Apply::InWorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_ApplyToCameraManager \ static_assert(alignof(PhoenixCameraSettings_ApplyToCameraManager) == 0x000008, "Wrong alignment on PhoenixCameraSettings_ApplyToCameraManager"); \ static_assert(sizeof(PhoenixCameraSettings_ApplyToCameraManager) == 0x000008, "Wrong size on PhoenixCameraSettings_ApplyToCameraManager"); \ static_assert(offsetof(PhoenixCameraSettings_ApplyToCameraManager, PC) == 0x000000, "Member 'PhoenixCameraSettings_ApplyToCameraManager::PC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetAimAssistStrength \ static_assert(alignof(PhoenixCameraSettings_GetAimAssistStrength) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetAimAssistStrength"); \ static_assert(sizeof(PhoenixCameraSettings_GetAimAssistStrength) == 0x000004, "Wrong size on PhoenixCameraSettings_GetAimAssistStrength"); \ static_assert(offsetof(PhoenixCameraSettings_GetAimAssistStrength, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetAimAssistStrength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetAmountMotionBlur \ static_assert(alignof(PhoenixCameraSettings_GetAmountMotionBlur) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetAmountMotionBlur"); \ static_assert(sizeof(PhoenixCameraSettings_GetAmountMotionBlur) == 0x000004, "Wrong size on PhoenixCameraSettings_GetAmountMotionBlur"); \ static_assert(offsetof(PhoenixCameraSettings_GetAmountMotionBlur, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetAmountMotionBlur::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetAppliedFieldOfView \ static_assert(alignof(PhoenixCameraSettings_GetAppliedFieldOfView) == 0x000008, "Wrong alignment on PhoenixCameraSettings_GetAppliedFieldOfView"); \ static_assert(sizeof(PhoenixCameraSettings_GetAppliedFieldOfView) == 0x000010, "Wrong size on PhoenixCameraSettings_GetAppliedFieldOfView"); \ static_assert(offsetof(PhoenixCameraSettings_GetAppliedFieldOfView, InWorldContextObject) == 0x000000, "Member 'PhoenixCameraSettings_GetAppliedFieldOfView::InWorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraSettings_GetAppliedFieldOfView, ReturnValue) == 0x000008, "Member 'PhoenixCameraSettings_GetAppliedFieldOfView::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetCameraShake \ static_assert(alignof(PhoenixCameraSettings_GetCameraShake) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetCameraShake"); \ static_assert(sizeof(PhoenixCameraSettings_GetCameraShake) == 0x000004, "Wrong size on PhoenixCameraSettings_GetCameraShake"); \ static_assert(offsetof(PhoenixCameraSettings_GetCameraShake, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetCameraShake::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetChromaticAberration \ static_assert(alignof(PhoenixCameraSettings_GetChromaticAberration) == 0x000001, "Wrong alignment on PhoenixCameraSettings_GetChromaticAberration"); \ static_assert(sizeof(PhoenixCameraSettings_GetChromaticAberration) == 0x000001, "Wrong size on PhoenixCameraSettings_GetChromaticAberration"); \ static_assert(offsetof(PhoenixCameraSettings_GetChromaticAberration, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetChromaticAberration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetCineCameraShake \ static_assert(alignof(PhoenixCameraSettings_GetCineCameraShake) == 0x000001, "Wrong alignment on PhoenixCameraSettings_GetCineCameraShake"); \ static_assert(sizeof(PhoenixCameraSettings_GetCineCameraShake) == 0x000001, "Wrong size on PhoenixCameraSettings_GetCineCameraShake"); \ static_assert(offsetof(PhoenixCameraSettings_GetCineCameraShake, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetCineCameraShake::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDepthOfField \ static_assert(alignof(PhoenixCameraSettings_GetDepthOfField) == 0x000001, "Wrong alignment on PhoenixCameraSettings_GetDepthOfField"); \ static_assert(sizeof(PhoenixCameraSettings_GetDepthOfField) == 0x000001, "Wrong size on PhoenixCameraSettings_GetDepthOfField"); \ static_assert(offsetof(PhoenixCameraSettings_GetDepthOfField, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDepthOfField::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_AmbientFrequency \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_AmbientFrequency) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_AmbientFrequency"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_AmbientFrequency) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_AmbientFrequency"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_AmbientFrequency, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_AmbientFrequency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_AmbientIntensity \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_AmbientIntensity) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_AmbientIntensity"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_AmbientIntensity) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_AmbientIntensity"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_AmbientIntensity, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_AmbientIntensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_Aperture \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_Aperture) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_Aperture"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_Aperture) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_Aperture"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_Aperture, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_Aperture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_DollyInLocalSpace \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_DollyInLocalSpace) == 0x000001, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_DollyInLocalSpace"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_DollyInLocalSpace) == 0x000001, "Wrong size on PhoenixCameraSettings_GetDirectorCam_DollyInLocalSpace"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_DollyInLocalSpace, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_DollyInLocalSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_FocusDistanceFiltering \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_FocusDistanceFiltering) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_FocusDistanceFiltering"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_FocusDistanceFiltering) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_FocusDistanceFiltering"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_FocusDistanceFiltering, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_FocusDistanceFiltering::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_FocusDistanceInputAcceleration \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_FocusDistanceInputAcceleration) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_FocusDistanceInputAcceleration"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_FocusDistanceInputAcceleration) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_FocusDistanceInputAcceleration"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_FocusDistanceInputAcceleration, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_FocusDistanceInputAcceleration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_FocusDistanceInputSensitivity \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_FocusDistanceInputSensitivity) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_FocusDistanceInputSensitivity"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_FocusDistanceInputSensitivity) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_FocusDistanceInputSensitivity"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_FocusDistanceInputSensitivity, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_FocusDistanceInputSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_MoveFiltering \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_MoveFiltering) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_MoveFiltering"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_MoveFiltering) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_MoveFiltering"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_MoveFiltering, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_MoveFiltering::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_MoveInputAcceleration \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_MoveInputAcceleration) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_MoveInputAcceleration"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_MoveInputAcceleration) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_MoveInputAcceleration"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_MoveInputAcceleration, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_MoveInputAcceleration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_MoveInputSensitivity \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_MoveInputSensitivity) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_MoveInputSensitivity"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_MoveInputSensitivity) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_MoveInputSensitivity"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_MoveInputSensitivity, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_MoveInputSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_PedestalInLocalSpace \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_PedestalInLocalSpace) == 0x000001, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_PedestalInLocalSpace"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_PedestalInLocalSpace) == 0x000001, "Wrong size on PhoenixCameraSettings_GetDirectorCam_PedestalInLocalSpace"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_PedestalInLocalSpace, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_PedestalInLocalSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_PedestalInputAcceleration \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_PedestalInputAcceleration) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_PedestalInputAcceleration"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_PedestalInputAcceleration) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_PedestalInputAcceleration"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_PedestalInputAcceleration, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_PedestalInputAcceleration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_PedestalInputSensitivity \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_PedestalInputSensitivity) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_PedestalInputSensitivity"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_PedestalInputSensitivity) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_PedestalInputSensitivity"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_PedestalInputSensitivity, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_PedestalInputSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_RollInputAcceleration \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_RollInputAcceleration) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_RollInputAcceleration"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_RollInputAcceleration) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_RollInputAcceleration"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_RollInputAcceleration, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_RollInputAcceleration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_RollInputSensitivity \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_RollInputSensitivity) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_RollInputSensitivity"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_RollInputSensitivity) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_RollInputSensitivity"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_RollInputSensitivity, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_RollInputSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_RotationFiltering \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_RotationFiltering) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_RotationFiltering"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_RotationFiltering) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_RotationFiltering"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_RotationFiltering, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_RotationFiltering::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_RotationInputAcceleration \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_RotationInputAcceleration) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_RotationInputAcceleration"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_RotationInputAcceleration) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_RotationInputAcceleration"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_RotationInputAcceleration, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_RotationInputAcceleration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_RotationInputSensitivity \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_RotationInputSensitivity) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_RotationInputSensitivity"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_RotationInputSensitivity) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_RotationInputSensitivity"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_RotationInputSensitivity, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_RotationInputSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_SwitchRollAndZoomInput \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_SwitchRollAndZoomInput) == 0x000001, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_SwitchRollAndZoomInput"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_SwitchRollAndZoomInput) == 0x000001, "Wrong size on PhoenixCameraSettings_GetDirectorCam_SwitchRollAndZoomInput"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_SwitchRollAndZoomInput, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_SwitchRollAndZoomInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_TruckInLocalSpace \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_TruckInLocalSpace) == 0x000001, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_TruckInLocalSpace"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_TruckInLocalSpace) == 0x000001, "Wrong size on PhoenixCameraSettings_GetDirectorCam_TruckInLocalSpace"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_TruckInLocalSpace, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_TruckInLocalSpace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_ZoomFiltering \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_ZoomFiltering) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_ZoomFiltering"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_ZoomFiltering) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_ZoomFiltering"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_ZoomFiltering, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_ZoomFiltering::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_ZoomInputAcceleration \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_ZoomInputAcceleration) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_ZoomInputAcceleration"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_ZoomInputAcceleration) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_ZoomInputAcceleration"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_ZoomInputAcceleration, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_ZoomInputAcceleration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirectorCam_ZoomInputSensitivity \ static_assert(alignof(PhoenixCameraSettings_GetDirectorCam_ZoomInputSensitivity) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetDirectorCam_ZoomInputSensitivity"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirectorCam_ZoomInputSensitivity) == 0x000004, "Wrong size on PhoenixCameraSettings_GetDirectorCam_ZoomInputSensitivity"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirectorCam_ZoomInputSensitivity, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirectorCam_ZoomInputSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetDirty \ static_assert(alignof(PhoenixCameraSettings_GetDirty) == 0x000001, "Wrong alignment on PhoenixCameraSettings_GetDirty"); \ static_assert(sizeof(PhoenixCameraSettings_GetDirty) == 0x000001, "Wrong size on PhoenixCameraSettings_GetDirty"); \ static_assert(offsetof(PhoenixCameraSettings_GetDirty, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetFieldOfViewOffset \ static_assert(alignof(PhoenixCameraSettings_GetFieldOfViewOffset) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetFieldOfViewOffset"); \ static_assert(sizeof(PhoenixCameraSettings_GetFieldOfViewOffset) == 0x000004, "Wrong size on PhoenixCameraSettings_GetFieldOfViewOffset"); \ static_assert(offsetof(PhoenixCameraSettings_GetFieldOfViewOffset, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetFieldOfViewOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetFilmGrain \ static_assert(alignof(PhoenixCameraSettings_GetFilmGrain) == 0x000001, "Wrong alignment on PhoenixCameraSettings_GetFilmGrain"); \ static_assert(sizeof(PhoenixCameraSettings_GetFilmGrain) == 0x000001, "Wrong size on PhoenixCameraSettings_GetFilmGrain"); \ static_assert(offsetof(PhoenixCameraSettings_GetFilmGrain, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetFilmGrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetFlightInvertY \ static_assert(alignof(PhoenixCameraSettings_GetFlightInvertY) == 0x000001, "Wrong alignment on PhoenixCameraSettings_GetFlightInvertY"); \ static_assert(sizeof(PhoenixCameraSettings_GetFlightInvertY) == 0x000001, "Wrong size on PhoenixCameraSettings_GetFlightInvertY"); \ static_assert(offsetof(PhoenixCameraSettings_GetFlightInvertY, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetFlightInvertY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetGamepadAimingSwitch \ static_assert(alignof(PhoenixCameraSettings_GetGamepadAimingSwitch) == 0x000001, "Wrong alignment on PhoenixCameraSettings_GetGamepadAimingSwitch"); \ static_assert(sizeof(PhoenixCameraSettings_GetGamepadAimingSwitch) == 0x000001, "Wrong size on PhoenixCameraSettings_GetGamepadAimingSwitch"); \ static_assert(offsetof(PhoenixCameraSettings_GetGamepadAimingSwitch, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetGamepadAimingSwitch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetGamepadDeadzone \ static_assert(alignof(PhoenixCameraSettings_GetGamepadDeadzone) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetGamepadDeadzone"); \ static_assert(sizeof(PhoenixCameraSettings_GetGamepadDeadzone) == 0x000004, "Wrong size on PhoenixCameraSettings_GetGamepadDeadzone"); \ static_assert(offsetof(PhoenixCameraSettings_GetGamepadDeadzone, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetGamepadDeadzone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetGamepadSouthpaw \ static_assert(alignof(PhoenixCameraSettings_GetGamepadSouthpaw) == 0x000001, "Wrong alignment on PhoenixCameraSettings_GetGamepadSouthpaw"); \ static_assert(sizeof(PhoenixCameraSettings_GetGamepadSouthpaw) == 0x000001, "Wrong size on PhoenixCameraSettings_GetGamepadSouthpaw"); \ static_assert(offsetof(PhoenixCameraSettings_GetGamepadSouthpaw, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetGamepadSouthpaw::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetInputAccelerationAiming \ static_assert(alignof(PhoenixCameraSettings_GetInputAccelerationAiming) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetInputAccelerationAiming"); \ static_assert(sizeof(PhoenixCameraSettings_GetInputAccelerationAiming) == 0x000004, "Wrong size on PhoenixCameraSettings_GetInputAccelerationAiming"); \ static_assert(offsetof(PhoenixCameraSettings_GetInputAccelerationAiming, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetInputAccelerationAiming::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetInputAccelerationDefault \ static_assert(alignof(PhoenixCameraSettings_GetInputAccelerationDefault) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetInputAccelerationDefault"); \ static_assert(sizeof(PhoenixCameraSettings_GetInputAccelerationDefault) == 0x000004, "Wrong size on PhoenixCameraSettings_GetInputAccelerationDefault"); \ static_assert(offsetof(PhoenixCameraSettings_GetInputAccelerationDefault, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetInputAccelerationDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetInputSensitivityAiming \ static_assert(alignof(PhoenixCameraSettings_GetInputSensitivityAiming) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetInputSensitivityAiming"); \ static_assert(sizeof(PhoenixCameraSettings_GetInputSensitivityAiming) == 0x000004, "Wrong size on PhoenixCameraSettings_GetInputSensitivityAiming"); \ static_assert(offsetof(PhoenixCameraSettings_GetInputSensitivityAiming, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetInputSensitivityAiming::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetInputSensitivityDefault \ static_assert(alignof(PhoenixCameraSettings_GetInputSensitivityDefault) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetInputSensitivityDefault"); \ static_assert(sizeof(PhoenixCameraSettings_GetInputSensitivityDefault) == 0x000004, "Wrong size on PhoenixCameraSettings_GetInputSensitivityDefault"); \ static_assert(offsetof(PhoenixCameraSettings_GetInputSensitivityDefault, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetInputSensitivityDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetInvertX \ static_assert(alignof(PhoenixCameraSettings_GetInvertX) == 0x000001, "Wrong alignment on PhoenixCameraSettings_GetInvertX"); \ static_assert(sizeof(PhoenixCameraSettings_GetInvertX) == 0x000001, "Wrong size on PhoenixCameraSettings_GetInvertX"); \ static_assert(offsetof(PhoenixCameraSettings_GetInvertX, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetInvertX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetInvertY \ static_assert(alignof(PhoenixCameraSettings_GetInvertY) == 0x000001, "Wrong alignment on PhoenixCameraSettings_GetInvertY"); \ static_assert(sizeof(PhoenixCameraSettings_GetInvertY) == 0x000001, "Wrong size on PhoenixCameraSettings_GetInvertY"); \ static_assert(offsetof(PhoenixCameraSettings_GetInvertY, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetInvertY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetMotionBlur \ static_assert(alignof(PhoenixCameraSettings_GetMotionBlur) == 0x000001, "Wrong alignment on PhoenixCameraSettings_GetMotionBlur"); \ static_assert(sizeof(PhoenixCameraSettings_GetMotionBlur) == 0x000001, "Wrong size on PhoenixCameraSettings_GetMotionBlur"); \ static_assert(offsetof(PhoenixCameraSettings_GetMotionBlur, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetMotionBlur::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetSettingsData \ static_assert(alignof(PhoenixCameraSettings_GetSettingsData) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetSettingsData"); \ static_assert(sizeof(PhoenixCameraSettings_GetSettingsData) == 0x000088, "Wrong size on PhoenixCameraSettings_GetSettingsData"); \ static_assert(offsetof(PhoenixCameraSettings_GetSettingsData, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetSettingsData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetSpeedFollowCamera \ static_assert(alignof(PhoenixCameraSettings_GetSpeedFollowCamera) == 0x000004, "Wrong alignment on PhoenixCameraSettings_GetSpeedFollowCamera"); \ static_assert(sizeof(PhoenixCameraSettings_GetSpeedFollowCamera) == 0x000004, "Wrong size on PhoenixCameraSettings_GetSpeedFollowCamera"); \ static_assert(offsetof(PhoenixCameraSettings_GetSpeedFollowCamera, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetSpeedFollowCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_GetToggleAim \ static_assert(alignof(PhoenixCameraSettings_GetToggleAim) == 0x000001, "Wrong alignment on PhoenixCameraSettings_GetToggleAim"); \ static_assert(sizeof(PhoenixCameraSettings_GetToggleAim) == 0x000001, "Wrong size on PhoenixCameraSettings_GetToggleAim"); \ static_assert(offsetof(PhoenixCameraSettings_GetToggleAim, ReturnValue) == 0x000000, "Member 'PhoenixCameraSettings_GetToggleAim::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetAimAssistStrength \ static_assert(alignof(PhoenixCameraSettings_SetAimAssistStrength) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetAimAssistStrength"); \ static_assert(sizeof(PhoenixCameraSettings_SetAimAssistStrength) == 0x000004, "Wrong size on PhoenixCameraSettings_SetAimAssistStrength"); \ static_assert(offsetof(PhoenixCameraSettings_SetAimAssistStrength, InStrength) == 0x000000, "Member 'PhoenixCameraSettings_SetAimAssistStrength::InStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetAmountMotionBlur \ static_assert(alignof(PhoenixCameraSettings_SetAmountMotionBlur) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetAmountMotionBlur"); \ static_assert(sizeof(PhoenixCameraSettings_SetAmountMotionBlur) == 0x000004, "Wrong size on PhoenixCameraSettings_SetAmountMotionBlur"); \ static_assert(offsetof(PhoenixCameraSettings_SetAmountMotionBlur, InMotionBlurAmount) == 0x000000, "Member 'PhoenixCameraSettings_SetAmountMotionBlur::InMotionBlurAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetCameraShake \ static_assert(alignof(PhoenixCameraSettings_SetCameraShake) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetCameraShake"); \ static_assert(sizeof(PhoenixCameraSettings_SetCameraShake) == 0x000004, "Wrong size on PhoenixCameraSettings_SetCameraShake"); \ static_assert(offsetof(PhoenixCameraSettings_SetCameraShake, InCameraShake) == 0x000000, "Member 'PhoenixCameraSettings_SetCameraShake::InCameraShake' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetChromaticAberration \ static_assert(alignof(PhoenixCameraSettings_SetChromaticAberration) == 0x000001, "Wrong alignment on PhoenixCameraSettings_SetChromaticAberration"); \ static_assert(sizeof(PhoenixCameraSettings_SetChromaticAberration) == 0x000002, "Wrong size on PhoenixCameraSettings_SetChromaticAberration"); \ static_assert(offsetof(PhoenixCameraSettings_SetChromaticAberration, bInChromaticAberration) == 0x000000, "Member 'PhoenixCameraSettings_SetChromaticAberration::bInChromaticAberration' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraSettings_SetChromaticAberration, ReturnValue) == 0x000001, "Member 'PhoenixCameraSettings_SetChromaticAberration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetCineCameraShake \ static_assert(alignof(PhoenixCameraSettings_SetCineCameraShake) == 0x000001, "Wrong alignment on PhoenixCameraSettings_SetCineCameraShake"); \ static_assert(sizeof(PhoenixCameraSettings_SetCineCameraShake) == 0x000001, "Wrong size on PhoenixCameraSettings_SetCineCameraShake"); \ static_assert(offsetof(PhoenixCameraSettings_SetCineCameraShake, bInCineCameraShake) == 0x000000, "Member 'PhoenixCameraSettings_SetCineCameraShake::bInCineCameraShake' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDepthOfField \ static_assert(alignof(PhoenixCameraSettings_SetDepthOfField) == 0x000001, "Wrong alignment on PhoenixCameraSettings_SetDepthOfField"); \ static_assert(sizeof(PhoenixCameraSettings_SetDepthOfField) == 0x000001, "Wrong size on PhoenixCameraSettings_SetDepthOfField"); \ static_assert(offsetof(PhoenixCameraSettings_SetDepthOfField, bInDepthOfField) == 0x000000, "Member 'PhoenixCameraSettings_SetDepthOfField::bInDepthOfField' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_AmbientFrequency \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_AmbientFrequency) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_AmbientFrequency"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_AmbientFrequency) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_AmbientFrequency"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_AmbientFrequency, InFrequency) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_AmbientFrequency::InFrequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_AmbientIntensity \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_AmbientIntensity) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_AmbientIntensity"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_AmbientIntensity) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_AmbientIntensity"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_AmbientIntensity, InIntensity) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_AmbientIntensity::InIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_Aperture \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_Aperture) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_Aperture"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_Aperture) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_Aperture"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_Aperture, InAperture) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_Aperture::InAperture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_DollyInLocalSpace \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_DollyInLocalSpace) == 0x000001, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_DollyInLocalSpace"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_DollyInLocalSpace) == 0x000001, "Wrong size on PhoenixCameraSettings_SetDirectorCam_DollyInLocalSpace"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_DollyInLocalSpace, bInValue) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_DollyInLocalSpace::bInValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_FocusDistanceFiltering \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_FocusDistanceFiltering) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_FocusDistanceFiltering"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_FocusDistanceFiltering) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_FocusDistanceFiltering"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_FocusDistanceFiltering, InFiltering) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_FocusDistanceFiltering::InFiltering' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_FocusDistanceInputAcceleration \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_FocusDistanceInputAcceleration) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_FocusDistanceInputAcceleration"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_FocusDistanceInputAcceleration) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_FocusDistanceInputAcceleration"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_FocusDistanceInputAcceleration, InAcceleration) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_FocusDistanceInputAcceleration::InAcceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_FocusDistanceInputSensitivity \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_FocusDistanceInputSensitivity) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_FocusDistanceInputSensitivity"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_FocusDistanceInputSensitivity) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_FocusDistanceInputSensitivity"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_FocusDistanceInputSensitivity, InSensitivity) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_FocusDistanceInputSensitivity::InSensitivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_MoveFiltering \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_MoveFiltering) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_MoveFiltering"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_MoveFiltering) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_MoveFiltering"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_MoveFiltering, InFiltering) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_MoveFiltering::InFiltering' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_MoveInputAcceleration \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_MoveInputAcceleration) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_MoveInputAcceleration"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_MoveInputAcceleration) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_MoveInputAcceleration"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_MoveInputAcceleration, InAcceleration) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_MoveInputAcceleration::InAcceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_MoveInputSensitivity \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_MoveInputSensitivity) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_MoveInputSensitivity"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_MoveInputSensitivity) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_MoveInputSensitivity"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_MoveInputSensitivity, InSensitivity) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_MoveInputSensitivity::InSensitivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_PedestalInLocalSpace \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_PedestalInLocalSpace) == 0x000001, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_PedestalInLocalSpace"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_PedestalInLocalSpace) == 0x000001, "Wrong size on PhoenixCameraSettings_SetDirectorCam_PedestalInLocalSpace"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_PedestalInLocalSpace, bInValue) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_PedestalInLocalSpace::bInValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_PedestalInputAcceleration \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_PedestalInputAcceleration) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_PedestalInputAcceleration"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_PedestalInputAcceleration) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_PedestalInputAcceleration"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_PedestalInputAcceleration, InAcceleration) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_PedestalInputAcceleration::InAcceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_PedestalInputSensitivity \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_PedestalInputSensitivity) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_PedestalInputSensitivity"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_PedestalInputSensitivity) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_PedestalInputSensitivity"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_PedestalInputSensitivity, InSensitivity) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_PedestalInputSensitivity::InSensitivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_RollInputAcceleration \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_RollInputAcceleration) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_RollInputAcceleration"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_RollInputAcceleration) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_RollInputAcceleration"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_RollInputAcceleration, InAcceleration) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_RollInputAcceleration::InAcceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_RollInputSensitivity \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_RollInputSensitivity) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_RollInputSensitivity"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_RollInputSensitivity) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_RollInputSensitivity"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_RollInputSensitivity, InSensitivity) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_RollInputSensitivity::InSensitivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_RotationFiltering \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_RotationFiltering) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_RotationFiltering"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_RotationFiltering) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_RotationFiltering"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_RotationFiltering, InFiltering) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_RotationFiltering::InFiltering' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_RotationInputAcceleration \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_RotationInputAcceleration) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_RotationInputAcceleration"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_RotationInputAcceleration) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_RotationInputAcceleration"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_RotationInputAcceleration, InAcceleration) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_RotationInputAcceleration::InAcceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_RotationInputSensitivity \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_RotationInputSensitivity) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_RotationInputSensitivity"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_RotationInputSensitivity) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_RotationInputSensitivity"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_RotationInputSensitivity, InSensitivity) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_RotationInputSensitivity::InSensitivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_SwitchRollAndZoomInput \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_SwitchRollAndZoomInput) == 0x000001, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_SwitchRollAndZoomInput"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_SwitchRollAndZoomInput) == 0x000001, "Wrong size on PhoenixCameraSettings_SetDirectorCam_SwitchRollAndZoomInput"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_SwitchRollAndZoomInput, bInValue) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_SwitchRollAndZoomInput::bInValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_TruckInLocalSpace \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_TruckInLocalSpace) == 0x000001, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_TruckInLocalSpace"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_TruckInLocalSpace) == 0x000001, "Wrong size on PhoenixCameraSettings_SetDirectorCam_TruckInLocalSpace"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_TruckInLocalSpace, bInValue) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_TruckInLocalSpace::bInValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_ZoomFiltering \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_ZoomFiltering) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_ZoomFiltering"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_ZoomFiltering) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_ZoomFiltering"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_ZoomFiltering, InFiltering) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_ZoomFiltering::InFiltering' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_ZoomInputAcceleration \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_ZoomInputAcceleration) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_ZoomInputAcceleration"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_ZoomInputAcceleration) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_ZoomInputAcceleration"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_ZoomInputAcceleration, InAcceleration) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_ZoomInputAcceleration::InAcceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetDirectorCam_ZoomInputSensitivity \ static_assert(alignof(PhoenixCameraSettings_SetDirectorCam_ZoomInputSensitivity) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetDirectorCam_ZoomInputSensitivity"); \ static_assert(sizeof(PhoenixCameraSettings_SetDirectorCam_ZoomInputSensitivity) == 0x000004, "Wrong size on PhoenixCameraSettings_SetDirectorCam_ZoomInputSensitivity"); \ static_assert(offsetof(PhoenixCameraSettings_SetDirectorCam_ZoomInputSensitivity, InSensitivity) == 0x000000, "Member 'PhoenixCameraSettings_SetDirectorCam_ZoomInputSensitivity::InSensitivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetFieldOfViewOffset \ static_assert(alignof(PhoenixCameraSettings_SetFieldOfViewOffset) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetFieldOfViewOffset"); \ static_assert(sizeof(PhoenixCameraSettings_SetFieldOfViewOffset) == 0x000004, "Wrong size on PhoenixCameraSettings_SetFieldOfViewOffset"); \ static_assert(offsetof(PhoenixCameraSettings_SetFieldOfViewOffset, InFieldOfViewOffset) == 0x000000, "Member 'PhoenixCameraSettings_SetFieldOfViewOffset::InFieldOfViewOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetFilmGrain \ static_assert(alignof(PhoenixCameraSettings_SetFilmGrain) == 0x000001, "Wrong alignment on PhoenixCameraSettings_SetFilmGrain"); \ static_assert(sizeof(PhoenixCameraSettings_SetFilmGrain) == 0x000002, "Wrong size on PhoenixCameraSettings_SetFilmGrain"); \ static_assert(offsetof(PhoenixCameraSettings_SetFilmGrain, bInFilmGrain) == 0x000000, "Member 'PhoenixCameraSettings_SetFilmGrain::bInFilmGrain' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraSettings_SetFilmGrain, ReturnValue) == 0x000001, "Member 'PhoenixCameraSettings_SetFilmGrain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetGamepadAimingSwitch \ static_assert(alignof(PhoenixCameraSettings_SetGamepadAimingSwitch) == 0x000001, "Wrong alignment on PhoenixCameraSettings_SetGamepadAimingSwitch"); \ static_assert(sizeof(PhoenixCameraSettings_SetGamepadAimingSwitch) == 0x000001, "Wrong size on PhoenixCameraSettings_SetGamepadAimingSwitch"); \ static_assert(offsetof(PhoenixCameraSettings_SetGamepadAimingSwitch, bInAimingSwitch) == 0x000000, "Member 'PhoenixCameraSettings_SetGamepadAimingSwitch::bInAimingSwitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetGamepadDeadzone \ static_assert(alignof(PhoenixCameraSettings_SetGamepadDeadzone) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetGamepadDeadzone"); \ static_assert(sizeof(PhoenixCameraSettings_SetGamepadDeadzone) == 0x000004, "Wrong size on PhoenixCameraSettings_SetGamepadDeadzone"); \ static_assert(offsetof(PhoenixCameraSettings_SetGamepadDeadzone, InDeadzone) == 0x000000, "Member 'PhoenixCameraSettings_SetGamepadDeadzone::InDeadzone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetGamepadSouthpaw \ static_assert(alignof(PhoenixCameraSettings_SetGamepadSouthpaw) == 0x000001, "Wrong alignment on PhoenixCameraSettings_SetGamepadSouthpaw"); \ static_assert(sizeof(PhoenixCameraSettings_SetGamepadSouthpaw) == 0x000001, "Wrong size on PhoenixCameraSettings_SetGamepadSouthpaw"); \ static_assert(offsetof(PhoenixCameraSettings_SetGamepadSouthpaw, bInSouthpaw) == 0x000000, "Member 'PhoenixCameraSettings_SetGamepadSouthpaw::bInSouthpaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetInputAccelerationAiming \ static_assert(alignof(PhoenixCameraSettings_SetInputAccelerationAiming) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetInputAccelerationAiming"); \ static_assert(sizeof(PhoenixCameraSettings_SetInputAccelerationAiming) == 0x000004, "Wrong size on PhoenixCameraSettings_SetInputAccelerationAiming"); \ static_assert(offsetof(PhoenixCameraSettings_SetInputAccelerationAiming, InAcceleration) == 0x000000, "Member 'PhoenixCameraSettings_SetInputAccelerationAiming::InAcceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetInputAccelerationDefault \ static_assert(alignof(PhoenixCameraSettings_SetInputAccelerationDefault) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetInputAccelerationDefault"); \ static_assert(sizeof(PhoenixCameraSettings_SetInputAccelerationDefault) == 0x000004, "Wrong size on PhoenixCameraSettings_SetInputAccelerationDefault"); \ static_assert(offsetof(PhoenixCameraSettings_SetInputAccelerationDefault, InAcceleration) == 0x000000, "Member 'PhoenixCameraSettings_SetInputAccelerationDefault::InAcceleration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetInputSensitivityAiming \ static_assert(alignof(PhoenixCameraSettings_SetInputSensitivityAiming) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetInputSensitivityAiming"); \ static_assert(sizeof(PhoenixCameraSettings_SetInputSensitivityAiming) == 0x000004, "Wrong size on PhoenixCameraSettings_SetInputSensitivityAiming"); \ static_assert(offsetof(PhoenixCameraSettings_SetInputSensitivityAiming, InSensitivity) == 0x000000, "Member 'PhoenixCameraSettings_SetInputSensitivityAiming::InSensitivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetInputSensitivityDefault \ static_assert(alignof(PhoenixCameraSettings_SetInputSensitivityDefault) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetInputSensitivityDefault"); \ static_assert(sizeof(PhoenixCameraSettings_SetInputSensitivityDefault) == 0x000004, "Wrong size on PhoenixCameraSettings_SetInputSensitivityDefault"); \ static_assert(offsetof(PhoenixCameraSettings_SetInputSensitivityDefault, InSensitivity) == 0x000000, "Member 'PhoenixCameraSettings_SetInputSensitivityDefault::InSensitivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetInvertFlightY \ static_assert(alignof(PhoenixCameraSettings_SetInvertFlightY) == 0x000001, "Wrong alignment on PhoenixCameraSettings_SetInvertFlightY"); \ static_assert(sizeof(PhoenixCameraSettings_SetInvertFlightY) == 0x000001, "Wrong size on PhoenixCameraSettings_SetInvertFlightY"); \ static_assert(offsetof(PhoenixCameraSettings_SetInvertFlightY, bInInvertFlightY) == 0x000000, "Member 'PhoenixCameraSettings_SetInvertFlightY::bInInvertFlightY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetInvertX \ static_assert(alignof(PhoenixCameraSettings_SetInvertX) == 0x000001, "Wrong alignment on PhoenixCameraSettings_SetInvertX"); \ static_assert(sizeof(PhoenixCameraSettings_SetInvertX) == 0x000001, "Wrong size on PhoenixCameraSettings_SetInvertX"); \ static_assert(offsetof(PhoenixCameraSettings_SetInvertX, bInInvertX) == 0x000000, "Member 'PhoenixCameraSettings_SetInvertX::bInInvertX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetInvertY \ static_assert(alignof(PhoenixCameraSettings_SetInvertY) == 0x000001, "Wrong alignment on PhoenixCameraSettings_SetInvertY"); \ static_assert(sizeof(PhoenixCameraSettings_SetInvertY) == 0x000001, "Wrong size on PhoenixCameraSettings_SetInvertY"); \ static_assert(offsetof(PhoenixCameraSettings_SetInvertY, bInInvertY) == 0x000000, "Member 'PhoenixCameraSettings_SetInvertY::bInInvertY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetMotionBlur \ static_assert(alignof(PhoenixCameraSettings_SetMotionBlur) == 0x000001, "Wrong alignment on PhoenixCameraSettings_SetMotionBlur"); \ static_assert(sizeof(PhoenixCameraSettings_SetMotionBlur) == 0x000001, "Wrong size on PhoenixCameraSettings_SetMotionBlur"); \ static_assert(offsetof(PhoenixCameraSettings_SetMotionBlur, bInMotionBlur) == 0x000000, "Member 'PhoenixCameraSettings_SetMotionBlur::bInMotionBlur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetSettingsData \ static_assert(alignof(PhoenixCameraSettings_SetSettingsData) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetSettingsData"); \ static_assert(sizeof(PhoenixCameraSettings_SetSettingsData) == 0x000088, "Wrong size on PhoenixCameraSettings_SetSettingsData"); \ static_assert(offsetof(PhoenixCameraSettings_SetSettingsData, InSettingsData) == 0x000000, "Member 'PhoenixCameraSettings_SetSettingsData::InSettingsData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetSpeedFollowCamera \ static_assert(alignof(PhoenixCameraSettings_SetSpeedFollowCamera) == 0x000004, "Wrong alignment on PhoenixCameraSettings_SetSpeedFollowCamera"); \ static_assert(sizeof(PhoenixCameraSettings_SetSpeedFollowCamera) == 0x000004, "Wrong size on PhoenixCameraSettings_SetSpeedFollowCamera"); \ static_assert(offsetof(PhoenixCameraSettings_SetSpeedFollowCamera, InFollowSpeed) == 0x000000, "Member 'PhoenixCameraSettings_SetSpeedFollowCamera::InFollowSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraSettings_SetToggleAim \ static_assert(alignof(PhoenixCameraSettings_SetToggleAim) == 0x000001, "Wrong alignment on PhoenixCameraSettings_SetToggleAim"); \ static_assert(sizeof(PhoenixCameraSettings_SetToggleAim) == 0x000001, "Wrong size on PhoenixCameraSettings_SetToggleAim"); \ static_assert(offsetof(PhoenixCameraSettings_SetToggleAim, bInToggleAim) == 0x000000, "Member 'PhoenixCameraSettings_SetToggleAim::bInToggleAim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixCameraSettings \ static_assert(alignof(UPhoenixCameraSettings) == 0x000008, "Wrong alignment on UPhoenixCameraSettings"); \ static_assert(sizeof(UPhoenixCameraSettings) == 0x0000B8, "Wrong size on UPhoenixCameraSettings"); \ static_assert(offsetof(UPhoenixCameraSettings, SettingsData) == 0x000028, "Member 'UPhoenixCameraSettings::SettingsData' has a wrong offset!"); \ static_assert(offsetof(UPhoenixCameraSettings, bDirty) == 0x0000B0, "Member 'UPhoenixCameraSettings::bDirty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorTransfigurationCrossBlend \ static_assert(alignof(UCameraStackBehaviorTransfigurationCrossBlend) == 0x000008, "Wrong alignment on UCameraStackBehaviorTransfigurationCrossBlend"); \ static_assert(sizeof(UCameraStackBehaviorTransfigurationCrossBlend) == 0x000370, "Wrong size on UCameraStackBehaviorTransfigurationCrossBlend"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorFlowWaterCollision \ static_assert(alignof(UCameraStackBehaviorFlowWaterCollision) == 0x000008, "Wrong alignment on UCameraStackBehaviorFlowWaterCollision"); \ static_assert(sizeof(UCameraStackBehaviorFlowWaterCollision) == 0x000078, "Wrong size on UCameraStackBehaviorFlowWaterCollision"); \ static_assert(offsetof(UCameraStackBehaviorFlowWaterCollision, ProbeSize) == 0x000050, "Member 'UCameraStackBehaviorFlowWaterCollision::ProbeSize' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFlowWaterCollision, bCheckForWaterVolumeOverlap) == 0x000054, "Member 'UCameraStackBehaviorFlowWaterCollision::bCheckForWaterVolumeOverlap' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFlowWaterCollision, bMaintainArmOriginFraming) == 0x000055, "Member 'UCameraStackBehaviorFlowWaterCollision::bMaintainArmOriginFraming' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraStackBehaviorJumpLag_OnTeleport \ static_assert(alignof(CameraStackBehaviorJumpLag_OnTeleport) == 0x000008, "Wrong alignment on CameraStackBehaviorJumpLag_OnTeleport"); \ static_assert(sizeof(CameraStackBehaviorJumpLag_OnTeleport) == 0x000020, "Wrong size on CameraStackBehaviorJumpLag_OnTeleport"); \ static_assert(offsetof(CameraStackBehaviorJumpLag_OnTeleport, Character) == 0x000000, "Member 'CameraStackBehaviorJumpLag_OnTeleport::Character' has a wrong offset!"); \ static_assert(offsetof(CameraStackBehaviorJumpLag_OnTeleport, AmountDisplaced) == 0x000008, "Member 'CameraStackBehaviorJumpLag_OnTeleport::AmountDisplaced' has a wrong offset!"); \ static_assert(offsetof(CameraStackBehaviorJumpLag_OnTeleport, AmountRotated) == 0x000014, "Member 'CameraStackBehaviorJumpLag_OnTeleport::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorJumpLag \ static_assert(alignof(UCameraStackBehaviorJumpLag) == 0x000008, "Wrong alignment on UCameraStackBehaviorJumpLag"); \ static_assert(sizeof(UCameraStackBehaviorJumpLag) == 0x0001F8, "Wrong size on UCameraStackBehaviorJumpLag"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorFollowTargetRotationSpringMountSteering \ static_assert(alignof(UCameraStackBehaviorFollowTargetRotationSpringMountSteering) == 0x000008, "Wrong alignment on UCameraStackBehaviorFollowTargetRotationSpringMountSteering"); \ static_assert(sizeof(UCameraStackBehaviorFollowTargetRotationSpringMountSteering) == 0x000238, "Wrong size on UCameraStackBehaviorFollowTargetRotationSpringMountSteering"); \ static_assert(offsetof(UCameraStackBehaviorFollowTargetRotationSpringMountSteering, MaximumInput) == 0x000218, "Member 'UCameraStackBehaviorFollowTargetRotationSpringMountSteering::MaximumInput' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFollowTargetRotationSpringMountSteering, InputAlphaInterpSpeed) == 0x00021C, "Member 'UCameraStackBehaviorFollowTargetRotationSpringMountSteering::InputAlphaInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackBehaviorFollowTargetRotationSpringMountSteering, SpineDeltaMappedRange) == 0x000220, "Member 'UCameraStackBehaviorFollowTargetRotationSpringMountSteering::SpineDeltaMappedRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SettingsSliderButtonBase_SetMouseUsesStep_Internal \ static_assert(alignof(SettingsSliderButtonBase_SetMouseUsesStep_Internal) == 0x000008, "Wrong alignment on SettingsSliderButtonBase_SetMouseUsesStep_Internal"); \ static_assert(sizeof(SettingsSliderButtonBase_SetMouseUsesStep_Internal) == 0x000010, "Wrong size on SettingsSliderButtonBase_SetMouseUsesStep_Internal"); \ static_assert(offsetof(SettingsSliderButtonBase_SetMouseUsesStep_Internal, Slider) == 0x000000, "Member 'SettingsSliderButtonBase_SetMouseUsesStep_Internal::Slider' has a wrong offset!"); \ static_assert(offsetof(SettingsSliderButtonBase_SetMouseUsesStep_Internal, MouseUsesStep) == 0x000008, "Member 'SettingsSliderButtonBase_SetMouseUsesStep_Internal::MouseUsesStep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USettingsSliderButtonBase \ static_assert(alignof(USettingsSliderButtonBase) == 0x000008, "Wrong alignment on USettingsSliderButtonBase"); \ static_assert(sizeof(USettingsSliderButtonBase) == 0x000328, "Wrong size on USettingsSliderButtonBase"); \ #define DUMPER7_ASSERTS_UCameraStackBehaviorCrossBlendByCrouchingPose \ static_assert(alignof(UCameraStackBehaviorCrossBlendByCrouchingPose) == 0x000008, "Wrong alignment on UCameraStackBehaviorCrossBlendByCrouchingPose"); \ static_assert(sizeof(UCameraStackBehaviorCrossBlendByCrouchingPose) == 0x000370, "Wrong size on UCameraStackBehaviorCrossBlendByCrouchingPose"); \ #define DUMPER7_ASSERTS_USceneAction_PeriodicSRTrigger \ static_assert(alignof(USceneAction_PeriodicSRTrigger) == 0x000008, "Wrong alignment on USceneAction_PeriodicSRTrigger"); \ static_assert(sizeof(USceneAction_PeriodicSRTrigger) == 0x0000E8, "Wrong size on USceneAction_PeriodicSRTrigger"); \ static_assert(offsetof(USceneAction_PeriodicSRTrigger, MinTriggerTime) == 0x000088, "Member 'USceneAction_PeriodicSRTrigger::MinTriggerTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PeriodicSRTrigger, MaxTriggerTime) == 0x00008C, "Member 'USceneAction_PeriodicSRTrigger::MaxTriggerTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PeriodicSRTrigger, WeightedPeriodicSceneRigs) == 0x000090, "Member 'USceneAction_PeriodicSRTrigger::WeightedPeriodicSceneRigs' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PeriodicSRTrigger, bTriggerImmediately) == 0x0000E0, "Member 'USceneAction_PeriodicSRTrigger::bTriggerImmediately' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PeriodicSRTrigger, bStopScenerigsAtEnd) == 0x0000E1, "Member 'USceneAction_PeriodicSRTrigger::bStopScenerigsAtEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackToolInteractionBeastTargetGetter \ static_assert(alignof(UCameraStackToolInteractionBeastTargetGetter) == 0x000008, "Wrong alignment on UCameraStackToolInteractionBeastTargetGetter"); \ static_assert(sizeof(UCameraStackToolInteractionBeastTargetGetter) == 0x000068, "Wrong size on UCameraStackToolInteractionBeastTargetGetter"); \ #define DUMPER7_ASSERTS_UCameraStackDuelingPartnerTargetGetter \ static_assert(alignof(UCameraStackDuelingPartnerTargetGetter) == 0x000008, "Wrong alignment on UCameraStackDuelingPartnerTargetGetter"); \ static_assert(sizeof(UCameraStackDuelingPartnerTargetGetter) == 0x0000B0, "Wrong size on UCameraStackDuelingPartnerTargetGetter"); \ #define DUMPER7_ASSERTS_UWorldEventCondition_Lock \ static_assert(alignof(UWorldEventCondition_Lock) == 0x000008, "Wrong alignment on UWorldEventCondition_Lock"); \ static_assert(sizeof(UWorldEventCondition_Lock) == 0x0000C0, "Wrong size on UWorldEventCondition_Lock"); \ static_assert(offsetof(UWorldEventCondition_Lock, Lock) == 0x000038, "Member 'UWorldEventCondition_Lock::Lock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackSpellCastTargetGetter \ static_assert(alignof(UCameraStackSpellCastTargetGetter) == 0x000008, "Wrong alignment on UCameraStackSpellCastTargetGetter"); \ static_assert(sizeof(UCameraStackSpellCastTargetGetter) == 0x0000C0, "Wrong size on UCameraStackSpellCastTargetGetter"); \ static_assert(offsetof(UCameraStackSpellCastTargetGetter, Timeout) == 0x0000A8, "Member 'UCameraStackSpellCastTargetGetter::Timeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_GameOptions \ static_assert(alignof(USceneAction_GameOptions) == 0x000008, "Wrong alignment on USceneAction_GameOptions"); \ static_assert(sizeof(USceneAction_GameOptions) == 0x0000E8, "Wrong size on USceneAction_GameOptions"); \ static_assert(offsetof(USceneAction_GameOptions, Settings) == 0x000090, "Member 'USceneAction_GameOptions::Settings' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, ExperienceCategory) == 0x000098, "Member 'USceneAction_GameOptions::ExperienceCategory' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bDisableAllIK) == 0x000099, "Member 'USceneAction_GameOptions::bDisableAllIK' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bDisableCameraTransparency) == 0x00009A, "Member 'USceneAction_GameOptions::bDisableCameraTransparency' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bDisablePlayerControl) == 0x00009B, "Member 'USceneAction_GameOptions::bDisablePlayerControl' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bPauseStreaming) == 0x00009C, "Member 'USceneAction_GameOptions::bPauseStreaming' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bPauseSignificanceManager) == 0x00009D, "Member 'USceneAction_GameOptions::bPauseSignificanceManager' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bDisableInteriorExterior) == 0x00009E, "Member 'USceneAction_GameOptions::bDisableInteriorExterior' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bDisableCognitionHilighting) == 0x00009F, "Member 'USceneAction_GameOptions::bDisableCognitionHilighting' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bDisableCharactersInSceneTargetableByAi) == 0x0000A0, "Member 'USceneAction_GameOptions::bDisableCharactersInSceneTargetableByAi' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, CharactersInSceneTargetableByAiPriority) == 0x0000A1, "Member 'USceneAction_GameOptions::CharactersInSceneTargetableByAiPriority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, MuteMissionGossipPriority) == 0x0000A2, "Member 'USceneAction_GameOptions::MuteMissionGossipPriority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bMuteMissionGossip) == 0x0000A3, "Member 'USceneAction_GameOptions::bMuteMissionGossip' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bUntetherSeatFillerFillRate) == 0x0000A4, "Member 'USceneAction_GameOptions::bUntetherSeatFillerFillRate' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bDisablePauseMenu) == 0x0000A5, "Member 'USceneAction_GameOptions::bDisablePauseMenu' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bDisableCameraShake) == 0x0000A6, "Member 'USceneAction_GameOptions::bDisableCameraShake' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bHideNonCinematicElements) == 0x0000A7, "Member 'USceneAction_GameOptions::bHideNonCinematicElements' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bPauseComboTimeout) == 0x0000A8, "Member 'USceneAction_GameOptions::bPauseComboTimeout' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bDisablePhotoMode) == 0x0000A9, "Member 'USceneAction_GameOptions::bDisablePhotoMode' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bPauseNotifications) == 0x0000AA, "Member 'USceneAction_GameOptions::bPauseNotifications' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, AudioPriorityCutoffOverride) == 0x0000AC, "Member 'USceneAction_GameOptions::AudioPriorityCutoffOverride' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, AudioPrioritySuppressOverride) == 0x0000B0, "Member 'USceneAction_GameOptions::AudioPrioritySuppressOverride' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, PauseStreamingPlatforms) == 0x0000B4, "Member 'USceneAction_GameOptions::PauseStreamingPlatforms' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, PausePopulationManager) == 0x0000B8, "Member 'USceneAction_GameOptions::PausePopulationManager' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, PauseKnowledgeSavings) == 0x0000BC, "Member 'USceneAction_GameOptions::PauseKnowledgeSavings' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, PauseInteractionSystem) == 0x0000C0, "Member 'USceneAction_GameOptions::PauseInteractionSystem' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, PauseWorldEvents) == 0x0000C4, "Member 'USceneAction_GameOptions::PauseWorldEvents' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, PauseBeaconSystem) == 0x0000C8, "Member 'USceneAction_GameOptions::PauseBeaconSystem' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, PauseFootPlantEffects) == 0x0000CC, "Member 'USceneAction_GameOptions::PauseFootPlantEffects' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, PauseEnemyAIComponent) == 0x0000D0, "Member 'USceneAction_GameOptions::PauseEnemyAIComponent' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, PrecipitationState) == 0x0000D4, "Member 'USceneAction_GameOptions::PrecipitationState' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, PrecipitationPercentage) == 0x0000D8, "Member 'USceneAction_GameOptions::PrecipitationPercentage' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, PrecipitationFadeTime) == 0x0000DC, "Member 'USceneAction_GameOptions::PrecipitationFadeTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, MaxWindSpeed) == 0x0000E0, "Member 'USceneAction_GameOptions::MaxWindSpeed' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bSetPrecipitationState) == 0x0000E4, "Member 'USceneAction_GameOptions::bSetPrecipitationState' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameOptions, bSetMaxWindSpeed) == 0x0000E5, "Member 'USceneAction_GameOptions::bSetMaxWindSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackKillCamTargetGetter \ static_assert(alignof(UCameraStackKillCamTargetGetter) == 0x000008, "Wrong alignment on UCameraStackKillCamTargetGetter"); \ static_assert(sizeof(UCameraStackKillCamTargetGetter) == 0x0000B0, "Wrong size on UCameraStackKillCamTargetGetter"); \ #define DUMPER7_ASSERTS_UCameraStackDebugTargetGetter \ static_assert(alignof(UCameraStackDebugTargetGetter) == 0x000008, "Wrong alignment on UCameraStackDebugTargetGetter"); \ static_assert(sizeof(UCameraStackDebugTargetGetter) == 0x0000B0, "Wrong size on UCameraStackDebugTargetGetter"); \ #define DUMPER7_ASSERTS_UCameraStackAvatarFaceTargetGetter \ static_assert(alignof(UCameraStackAvatarFaceTargetGetter) == 0x000008, "Wrong alignment on UCameraStackAvatarFaceTargetGetter"); \ static_assert(sizeof(UCameraStackAvatarFaceTargetGetter) == 0x0000C0, "Wrong size on UCameraStackAvatarFaceTargetGetter"); \ #define DUMPER7_ASSERTS_UWorldEventCondition_DaysOfTheWeek \ static_assert(alignof(UWorldEventCondition_DaysOfTheWeek) == 0x000008, "Wrong alignment on UWorldEventCondition_DaysOfTheWeek"); \ static_assert(sizeof(UWorldEventCondition_DaysOfTheWeek) == 0x000048, "Wrong size on UWorldEventCondition_DaysOfTheWeek"); \ static_assert(offsetof(UWorldEventCondition_DaysOfTheWeek, DaysToCheck) == 0x000038, "Member 'UWorldEventCondition_DaysOfTheWeek::DaysToCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackMovementTrajectoryTargetGetter \ static_assert(alignof(UCameraStackMovementTrajectoryTargetGetter) == 0x000008, "Wrong alignment on UCameraStackMovementTrajectoryTargetGetter"); \ static_assert(sizeof(UCameraStackMovementTrajectoryTargetGetter) == 0x000098, "Wrong size on UCameraStackMovementTrajectoryTargetGetter"); \ static_assert(offsetof(UCameraStackMovementTrajectoryTargetGetter, TimeAhead) == 0x000060, "Member 'UCameraStackMovementTrajectoryTargetGetter::TimeAhead' has a wrong offset!"); \ static_assert(offsetof(UCameraStackMovementTrajectoryTargetGetter, TargetDistanceAheadRange) == 0x000064, "Member 'UCameraStackMovementTrajectoryTargetGetter::TargetDistanceAheadRange' has a wrong offset!"); \ static_assert(offsetof(UCameraStackMovementTrajectoryTargetGetter, TargetDistanceSpeedRange) == 0x00006C, "Member 'UCameraStackMovementTrajectoryTargetGetter::TargetDistanceSpeedRange' has a wrong offset!"); \ static_assert(offsetof(UCameraStackMovementTrajectoryTargetGetter, InterpolationSpeed) == 0x000074, "Member 'UCameraStackMovementTrajectoryTargetGetter::InterpolationSpeed' has a wrong offset!"); \ static_assert(offsetof(UCameraStackMovementTrajectoryTargetGetter, bDrawDebug) == 0x000078, "Member 'UCameraStackMovementTrajectoryTargetGetter::bDrawDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldEventCondition_TimeOfTheDay \ static_assert(alignof(UWorldEventCondition_TimeOfTheDay) == 0x000008, "Wrong alignment on UWorldEventCondition_TimeOfTheDay"); \ static_assert(sizeof(UWorldEventCondition_TimeOfTheDay) == 0x000060, "Wrong size on UWorldEventCondition_TimeOfTheDay"); \ static_assert(offsetof(UWorldEventCondition_TimeOfTheDay, StartHour) == 0x000038, "Member 'UWorldEventCondition_TimeOfTheDay::StartHour' has a wrong offset!"); \ static_assert(offsetof(UWorldEventCondition_TimeOfTheDay, StartMinute) == 0x00003C, "Member 'UWorldEventCondition_TimeOfTheDay::StartMinute' has a wrong offset!"); \ static_assert(offsetof(UWorldEventCondition_TimeOfTheDay, StartSeconds) == 0x000040, "Member 'UWorldEventCondition_TimeOfTheDay::StartSeconds' has a wrong offset!"); \ static_assert(offsetof(UWorldEventCondition_TimeOfTheDay, EndHour) == 0x000044, "Member 'UWorldEventCondition_TimeOfTheDay::EndHour' has a wrong offset!"); \ static_assert(offsetof(UWorldEventCondition_TimeOfTheDay, EndMinute) == 0x000048, "Member 'UWorldEventCondition_TimeOfTheDay::EndMinute' has a wrong offset!"); \ static_assert(offsetof(UWorldEventCondition_TimeOfTheDay, EndSeconds) == 0x00004C, "Member 'UWorldEventCondition_TimeOfTheDay::EndSeconds' has a wrong offset!"); \ static_assert(offsetof(UWorldEventCondition_TimeOfTheDay, bDespawnOnConditionFail) == 0x000050, "Member 'UWorldEventCondition_TimeOfTheDay::bDespawnOnConditionFail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackNamedSecondaryTargetGetter \ static_assert(alignof(UCameraStackNamedSecondaryTargetGetter) == 0x000008, "Wrong alignment on UCameraStackNamedSecondaryTargetGetter"); \ static_assert(sizeof(UCameraStackNamedSecondaryTargetGetter) == 0x0000B0, "Wrong size on UCameraStackNamedSecondaryTargetGetter"); \ static_assert(offsetof(UCameraStackNamedSecondaryTargetGetter, TargetActorName) == 0x0000A8, "Member 'UCameraStackNamedSecondaryTargetGetter::TargetActorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraStackClimbingLedgeTargetGetter \ static_assert(alignof(UCameraStackClimbingLedgeTargetGetter) == 0x000008, "Wrong alignment on UCameraStackClimbingLedgeTargetGetter"); \ static_assert(sizeof(UCameraStackClimbingLedgeTargetGetter) == 0x0000C0, "Wrong size on UCameraStackClimbingLedgeTargetGetter"); \ static_assert(offsetof(UCameraStackClimbingLedgeTargetGetter, LedgeRelativeLocation) == 0x0000A8, "Member 'UCameraStackClimbingLedgeTargetGetter::LedgeRelativeLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraStackStatics_GetHighestPriorityLookAtTargetActor \ static_assert(alignof(PhoenixCameraStackStatics_GetHighestPriorityLookAtTargetActor) == 0x000008, "Wrong alignment on PhoenixCameraStackStatics_GetHighestPriorityLookAtTargetActor"); \ static_assert(sizeof(PhoenixCameraStackStatics_GetHighestPriorityLookAtTargetActor) == 0x000018, "Wrong size on PhoenixCameraStackStatics_GetHighestPriorityLookAtTargetActor"); \ static_assert(offsetof(PhoenixCameraStackStatics_GetHighestPriorityLookAtTargetActor, WorldContextObject) == 0x000000, "Member 'PhoenixCameraStackStatics_GetHighestPriorityLookAtTargetActor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_GetHighestPriorityLookAtTargetActor, PlayerIndex) == 0x000008, "Member 'PhoenixCameraStackStatics_GetHighestPriorityLookAtTargetActor::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_GetHighestPriorityLookAtTargetActor, ReturnValue) == 0x000010, "Member 'PhoenixCameraStackStatics_GetHighestPriorityLookAtTargetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraStackStatics_GetLookAtTargetActorWithStrength \ static_assert(alignof(PhoenixCameraStackStatics_GetLookAtTargetActorWithStrength) == 0x000008, "Wrong alignment on PhoenixCameraStackStatics_GetLookAtTargetActorWithStrength"); \ static_assert(sizeof(PhoenixCameraStackStatics_GetLookAtTargetActorWithStrength) == 0x000018, "Wrong size on PhoenixCameraStackStatics_GetLookAtTargetActorWithStrength"); \ static_assert(offsetof(PhoenixCameraStackStatics_GetLookAtTargetActorWithStrength, WorldContextObject) == 0x000000, "Member 'PhoenixCameraStackStatics_GetLookAtTargetActorWithStrength::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_GetLookAtTargetActorWithStrength, LookAtStrength) == 0x000008, "Member 'PhoenixCameraStackStatics_GetLookAtTargetActorWithStrength::LookAtStrength' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_GetLookAtTargetActorWithStrength, PlayerIndex) == 0x00000C, "Member 'PhoenixCameraStackStatics_GetLookAtTargetActorWithStrength::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_GetLookAtTargetActorWithStrength, ReturnValue) == 0x000010, "Member 'PhoenixCameraStackStatics_GetLookAtTargetActorWithStrength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraStackStatics_PlayWorldCameraShakeScale \ static_assert(alignof(PhoenixCameraStackStatics_PlayWorldCameraShakeScale) == 0x000008, "Wrong alignment on PhoenixCameraStackStatics_PlayWorldCameraShakeScale"); \ static_assert(sizeof(PhoenixCameraStackStatics_PlayWorldCameraShakeScale) == 0x000030, "Wrong size on PhoenixCameraStackStatics_PlayWorldCameraShakeScale"); \ static_assert(offsetof(PhoenixCameraStackStatics_PlayWorldCameraShakeScale, WorldContextObject) == 0x000000, "Member 'PhoenixCameraStackStatics_PlayWorldCameraShakeScale::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_PlayWorldCameraShakeScale, Shake) == 0x000008, "Member 'PhoenixCameraStackStatics_PlayWorldCameraShakeScale::Shake' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_PlayWorldCameraShakeScale, epicenter) == 0x000010, "Member 'PhoenixCameraStackStatics_PlayWorldCameraShakeScale::epicenter' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_PlayWorldCameraShakeScale, InnerRadius) == 0x00001C, "Member 'PhoenixCameraStackStatics_PlayWorldCameraShakeScale::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_PlayWorldCameraShakeScale, OuterRadius) == 0x000020, "Member 'PhoenixCameraStackStatics_PlayWorldCameraShakeScale::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_PlayWorldCameraShakeScale, Falloff) == 0x000024, "Member 'PhoenixCameraStackStatics_PlayWorldCameraShakeScale::Falloff' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_PlayWorldCameraShakeScale, InScale) == 0x000028, "Member 'PhoenixCameraStackStatics_PlayWorldCameraShakeScale::InScale' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_PlayWorldCameraShakeScale, bOrientShakeTowardsEpicenter) == 0x00002C, "Member 'PhoenixCameraStackStatics_PlayWorldCameraShakeScale::bOrientShakeTowardsEpicenter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraStackStatics_ReleasePlayerCameraLookAt \ static_assert(alignof(PhoenixCameraStackStatics_ReleasePlayerCameraLookAt) == 0x000008, "Wrong alignment on PhoenixCameraStackStatics_ReleasePlayerCameraLookAt"); \ static_assert(sizeof(PhoenixCameraStackStatics_ReleasePlayerCameraLookAt) == 0x000010, "Wrong size on PhoenixCameraStackStatics_ReleasePlayerCameraLookAt"); \ static_assert(offsetof(PhoenixCameraStackStatics_ReleasePlayerCameraLookAt, WorldContextObject) == 0x000000, "Member 'PhoenixCameraStackStatics_ReleasePlayerCameraLookAt::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_ReleasePlayerCameraLookAt, PlayerIndex) == 0x000008, "Member 'PhoenixCameraStackStatics_ReleasePlayerCameraLookAt::PlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraStackStatics_SetPlayerCameraLookAtActor \ static_assert(alignof(PhoenixCameraStackStatics_SetPlayerCameraLookAtActor) == 0x000008, "Wrong alignment on PhoenixCameraStackStatics_SetPlayerCameraLookAtActor"); \ static_assert(sizeof(PhoenixCameraStackStatics_SetPlayerCameraLookAtActor) == 0x000018, "Wrong size on PhoenixCameraStackStatics_SetPlayerCameraLookAtActor"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtActor, WorldContextObject) == 0x000000, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtActor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtActor, LookAtActor) == 0x000008, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtActor::LookAtActor' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtActor, LookAtStrength) == 0x000010, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtActor::LookAtStrength' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtActor, PlayerIndex) == 0x000014, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtActor::PlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraStackStatics_SetPlayerCameraLookAtActorForDuration \ static_assert(alignof(PhoenixCameraStackStatics_SetPlayerCameraLookAtActorForDuration) == 0x000008, "Wrong alignment on PhoenixCameraStackStatics_SetPlayerCameraLookAtActorForDuration"); \ static_assert(sizeof(PhoenixCameraStackStatics_SetPlayerCameraLookAtActorForDuration) == 0x000020, "Wrong size on PhoenixCameraStackStatics_SetPlayerCameraLookAtActorForDuration"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtActorForDuration, WorldContextObject) == 0x000000, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtActorForDuration::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtActorForDuration, LookAtActor) == 0x000008, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtActorForDuration::LookAtActor' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtActorForDuration, Duration) == 0x000010, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtActorForDuration::Duration' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtActorForDuration, LookAtStrength) == 0x000014, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtActorForDuration::LookAtStrength' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtActorForDuration, PlayerIndex) == 0x000018, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtActorForDuration::PlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraStackStatics_SetPlayerCameraLookAtLocation \ static_assert(alignof(PhoenixCameraStackStatics_SetPlayerCameraLookAtLocation) == 0x000008, "Wrong alignment on PhoenixCameraStackStatics_SetPlayerCameraLookAtLocation"); \ static_assert(sizeof(PhoenixCameraStackStatics_SetPlayerCameraLookAtLocation) == 0x000020, "Wrong size on PhoenixCameraStackStatics_SetPlayerCameraLookAtLocation"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtLocation, WorldContextObject) == 0x000000, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtLocation, LookAtLocation) == 0x000008, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtLocation::LookAtLocation' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtLocation, LookAtStrength) == 0x000014, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtLocation::LookAtStrength' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtLocation, PlayerIndex) == 0x000018, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtLocation::PlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraStackStatics_SetPlayerCameraLookAtLocationForDuration \ static_assert(alignof(PhoenixCameraStackStatics_SetPlayerCameraLookAtLocationForDuration) == 0x000008, "Wrong alignment on PhoenixCameraStackStatics_SetPlayerCameraLookAtLocationForDuration"); \ static_assert(sizeof(PhoenixCameraStackStatics_SetPlayerCameraLookAtLocationForDuration) == 0x000020, "Wrong size on PhoenixCameraStackStatics_SetPlayerCameraLookAtLocationForDuration"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtLocationForDuration, WorldContextObject) == 0x000000, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtLocationForDuration::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtLocationForDuration, LookAtLocation) == 0x000008, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtLocationForDuration::LookAtLocation' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtLocationForDuration, Duration) == 0x000014, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtLocationForDuration::Duration' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtLocationForDuration, LookAtStrength) == 0x000018, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtLocationForDuration::LookAtStrength' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_SetPlayerCameraLookAtLocationForDuration, PlayerIndex) == 0x00001C, "Member 'PhoenixCameraStackStatics_SetPlayerCameraLookAtLocationForDuration::PlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCameraStackStatics_SpawnCameraLookAtTargetActor \ static_assert(alignof(PhoenixCameraStackStatics_SpawnCameraLookAtTargetActor) == 0x000008, "Wrong alignment on PhoenixCameraStackStatics_SpawnCameraLookAtTargetActor"); \ static_assert(sizeof(PhoenixCameraStackStatics_SpawnCameraLookAtTargetActor) == 0x000020, "Wrong size on PhoenixCameraStackStatics_SpawnCameraLookAtTargetActor"); \ static_assert(offsetof(PhoenixCameraStackStatics_SpawnCameraLookAtTargetActor, WorldContextObject) == 0x000000, "Member 'PhoenixCameraStackStatics_SpawnCameraLookAtTargetActor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_SpawnCameraLookAtTargetActor, WorldLocation) == 0x000008, "Member 'PhoenixCameraStackStatics_SpawnCameraLookAtTargetActor::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_SpawnCameraLookAtTargetActor, LookAtStrength) == 0x000014, "Member 'PhoenixCameraStackStatics_SpawnCameraLookAtTargetActor::LookAtStrength' has a wrong offset!"); \ static_assert(offsetof(PhoenixCameraStackStatics_SpawnCameraLookAtTargetActor, ReturnValue) == 0x000018, "Member 'PhoenixCameraStackStatics_SpawnCameraLookAtTargetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixCameraStackStatics \ static_assert(alignof(UPhoenixCameraStackStatics) == 0x000008, "Wrong alignment on UPhoenixCameraStackStatics"); \ static_assert(sizeof(UPhoenixCameraStackStatics) == 0x000028, "Wrong size on UPhoenixCameraStackStatics"); \ #define DUMPER7_ASSERTS_UPhoenixConversationTextBlock \ static_assert(alignof(UPhoenixConversationTextBlock) == 0x000008, "Wrong alignment on UPhoenixConversationTextBlock"); \ static_assert(sizeof(UPhoenixConversationTextBlock) == 0x000418, "Wrong size on UPhoenixConversationTextBlock"); \ #define DUMPER7_ASSERTS_USceneAction_TestCameraCut \ static_assert(alignof(USceneAction_TestCameraCut) == 0x000008, "Wrong alignment on USceneAction_TestCameraCut"); \ static_assert(sizeof(USceneAction_TestCameraCut) == 0x000088, "Wrong size on USceneAction_TestCameraCut"); \ #define DUMPER7_ASSERTS_PhoenixCreditEntryWidget_SetCreditEntryAnimProgress \ static_assert(alignof(PhoenixCreditEntryWidget_SetCreditEntryAnimProgress) == 0x000004, "Wrong alignment on PhoenixCreditEntryWidget_SetCreditEntryAnimProgress"); \ static_assert(sizeof(PhoenixCreditEntryWidget_SetCreditEntryAnimProgress) == 0x000004, "Wrong size on PhoenixCreditEntryWidget_SetCreditEntryAnimProgress"); \ static_assert(offsetof(PhoenixCreditEntryWidget_SetCreditEntryAnimProgress, progress) == 0x000000, "Member 'PhoenixCreditEntryWidget_SetCreditEntryAnimProgress::progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixCreditEntryWidget_SetCreditEntryInfo \ static_assert(alignof(PhoenixCreditEntryWidget_SetCreditEntryInfo) == 0x000008, "Wrong alignment on PhoenixCreditEntryWidget_SetCreditEntryInfo"); \ static_assert(sizeof(PhoenixCreditEntryWidget_SetCreditEntryInfo) == 0x000028, "Wrong size on PhoenixCreditEntryWidget_SetCreditEntryInfo"); \ static_assert(offsetof(PhoenixCreditEntryWidget_SetCreditEntryInfo, CreditEntry) == 0x000000, "Member 'PhoenixCreditEntryWidget_SetCreditEntryInfo::CreditEntry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixCreditEntryWidget \ static_assert(alignof(UPhoenixCreditEntryWidget) == 0x000008, "Wrong alignment on UPhoenixCreditEntryWidget"); \ static_assert(sizeof(UPhoenixCreditEntryWidget) == 0x000328, "Wrong size on UPhoenixCreditEntryWidget"); \ #define DUMPER7_ASSERTS_PhoenixCreditsScreen_CreateCreditEntry \ static_assert(alignof(PhoenixCreditsScreen_CreateCreditEntry) == 0x000008, "Wrong alignment on PhoenixCreditsScreen_CreateCreditEntry"); \ static_assert(sizeof(PhoenixCreditsScreen_CreateCreditEntry) == 0x000030, "Wrong size on PhoenixCreditsScreen_CreateCreditEntry"); \ static_assert(offsetof(PhoenixCreditsScreen_CreateCreditEntry, CreditEntry) == 0x000000, "Member 'PhoenixCreditsScreen_CreateCreditEntry::CreditEntry' has a wrong offset!"); \ static_assert(offsetof(PhoenixCreditsScreen_CreateCreditEntry, ReturnValue) == 0x000028, "Member 'PhoenixCreditsScreen_CreateCreditEntry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixCreditsScreen \ static_assert(alignof(UPhoenixCreditsScreen) == 0x000008, "Wrong alignment on UPhoenixCreditsScreen"); \ static_assert(sizeof(UPhoenixCreditsScreen) == 0x0003E0, "Wrong size on UPhoenixCreditsScreen"); \ static_assert(offsetof(UPhoenixCreditsScreen, CreditsDataTable) == 0x000370, "Member 'UPhoenixCreditsScreen::CreditsDataTable' has a wrong offset!"); \ static_assert(offsetof(UPhoenixCreditsScreen, RollAnimationDuration) == 0x000398, "Member 'UPhoenixCreditsScreen::RollAnimationDuration' has a wrong offset!"); \ static_assert(offsetof(UPhoenixCreditsScreen, TimeBetweenEntries) == 0x00039C, "Member 'UPhoenixCreditsScreen::TimeBetweenEntries' has a wrong offset!"); \ static_assert(offsetof(UPhoenixCreditsScreen, CreditsCanvasPanel) == 0x0003A0, "Member 'UPhoenixCreditsScreen::CreditsCanvasPanel' has a wrong offset!"); \ static_assert(offsetof(UPhoenixCreditsScreen, AllCreditEntries) == 0x0003A8, "Member 'UPhoenixCreditsScreen::AllCreditEntries' has a wrong offset!"); \ static_assert(offsetof(UPhoenixCreditsScreen, AnimatedCreditEntries) == 0x0003B8, "Member 'UPhoenixCreditsScreen::AnimatedCreditEntries' has a wrong offset!"); \ static_assert(offsetof(UPhoenixCreditsScreen, DataTableLoaded) == 0x0003C8, "Member 'UPhoenixCreditsScreen::DataTableLoaded' has a wrong offset!"); \ static_assert(offsetof(UPhoenixCreditsScreen, CreditsRolling) == 0x0003C9, "Member 'UPhoenixCreditsScreen::CreditsRolling' has a wrong offset!"); \ static_assert(offsetof(UPhoenixCreditsScreen, LastEntryReached) == 0x0003CA, "Member 'UPhoenixCreditsScreen::LastEntryReached' has a wrong offset!"); \ static_assert(offsetof(UPhoenixCreditsScreen, DurationMultiplier) == 0x0003CC, "Member 'UPhoenixCreditsScreen::DurationMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPhoenixCreditsScreen, CreditsEntryCounter) == 0x0003D0, "Member 'UPhoenixCreditsScreen::CreditsEntryCounter' has a wrong offset!"); \ static_assert(offsetof(UPhoenixCreditsScreen, TotalRollTime) == 0x0003D4, "Member 'UPhoenixCreditsScreen::TotalRollTime' has a wrong offset!"); \ static_assert(offsetof(UPhoenixCreditsScreen, TimeToNextEntry) == 0x0003D8, "Member 'UPhoenixCreditsScreen::TimeToNextEntry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_BulletTime \ static_assert(alignof(URPGTriggerEffect_BulletTime) == 0x000008, "Wrong alignment on URPGTriggerEffect_BulletTime"); \ static_assert(sizeof(URPGTriggerEffect_BulletTime) == 0x000050, "Wrong size on URPGTriggerEffect_BulletTime"); \ static_assert(offsetof(URPGTriggerEffect_BulletTime, Dilation) == 0x000040, "Member 'URPGTriggerEffect_BulletTime::Dilation' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_BulletTime, Duration) == 0x000044, "Member 'URPGTriggerEffect_BulletTime::Duration' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_BulletTime, bDoFixedCam) == 0x000048, "Member 'URPGTriggerEffect_BulletTime::bDoFixedCam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_AutoSaveGameData \ static_assert(alignof(PhoenixGameInstance_AutoSaveGameData) == 0x000001, "Wrong alignment on PhoenixGameInstance_AutoSaveGameData"); \ static_assert(sizeof(PhoenixGameInstance_AutoSaveGameData) == 0x000002, "Wrong size on PhoenixGameInstance_AutoSaveGameData"); \ static_assert(offsetof(PhoenixGameInstance_AutoSaveGameData, Type) == 0x000000, "Member 'PhoenixGameInstance_AutoSaveGameData::Type' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_AutoSaveGameData, ReturnValue) == 0x000001, "Member 'PhoenixGameInstance_AutoSaveGameData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_DetectLevelBelowCamera \ static_assert(alignof(PhoenixGameInstance_DetectLevelBelowCamera) == 0x000008, "Wrong alignment on PhoenixGameInstance_DetectLevelBelowCamera"); \ static_assert(sizeof(PhoenixGameInstance_DetectLevelBelowCamera) == 0x000010, "Wrong size on PhoenixGameInstance_DetectLevelBelowCamera"); \ static_assert(offsetof(PhoenixGameInstance_DetectLevelBelowCamera, WorldContextObject) == 0x000000, "Member 'PhoenixGameInstance_DetectLevelBelowCamera::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_DetectLevelBelowCamera, ReturnValue) == 0x000008, "Member 'PhoenixGameInstance_DetectLevelBelowCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GetPhoenixGameInstance \ static_assert(alignof(PhoenixGameInstance_GetPhoenixGameInstance) == 0x000008, "Wrong alignment on PhoenixGameInstance_GetPhoenixGameInstance"); \ static_assert(sizeof(PhoenixGameInstance_GetPhoenixGameInstance) == 0x000008, "Wrong size on PhoenixGameInstance_GetPhoenixGameInstance"); \ static_assert(offsetof(PhoenixGameInstance_GetPhoenixGameInstance, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_GetPhoenixGameInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GetPhoenixGameInstancePure \ static_assert(alignof(PhoenixGameInstance_GetPhoenixGameInstancePure) == 0x000008, "Wrong alignment on PhoenixGameInstance_GetPhoenixGameInstancePure"); \ static_assert(sizeof(PhoenixGameInstance_GetPhoenixGameInstancePure) == 0x000008, "Wrong size on PhoenixGameInstance_GetPhoenixGameInstancePure"); \ static_assert(offsetof(PhoenixGameInstance_GetPhoenixGameInstancePure, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_GetPhoenixGameInstancePure::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_PhoenixOpenLevel \ static_assert(alignof(PhoenixGameInstance_PhoenixOpenLevel) == 0x000008, "Wrong alignment on PhoenixGameInstance_PhoenixOpenLevel"); \ static_assert(sizeof(PhoenixGameInstance_PhoenixOpenLevel) == 0x000028, "Wrong size on PhoenixGameInstance_PhoenixOpenLevel"); \ static_assert(offsetof(PhoenixGameInstance_PhoenixOpenLevel, WorldContextObject) == 0x000000, "Member 'PhoenixGameInstance_PhoenixOpenLevel::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_PhoenixOpenLevel, LevelName) == 0x000008, "Member 'PhoenixGameInstance_PhoenixOpenLevel::LevelName' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_PhoenixOpenLevel, bAbsolute) == 0x000010, "Member 'PhoenixGameInstance_PhoenixOpenLevel::bAbsolute' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_PhoenixOpenLevel, OPTIONS) == 0x000018, "Member 'PhoenixGameInstance_PhoenixOpenLevel::OPTIONS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_PhoenixOpenLevelBySoftObjectPtr \ static_assert(alignof(PhoenixGameInstance_PhoenixOpenLevelBySoftObjectPtr) == 0x000008, "Wrong alignment on PhoenixGameInstance_PhoenixOpenLevelBySoftObjectPtr"); \ static_assert(sizeof(PhoenixGameInstance_PhoenixOpenLevelBySoftObjectPtr) == 0x000048, "Wrong size on PhoenixGameInstance_PhoenixOpenLevelBySoftObjectPtr"); \ static_assert(offsetof(PhoenixGameInstance_PhoenixOpenLevelBySoftObjectPtr, WorldContextObject) == 0x000000, "Member 'PhoenixGameInstance_PhoenixOpenLevelBySoftObjectPtr::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_PhoenixOpenLevelBySoftObjectPtr, Level) == 0x000008, "Member 'PhoenixGameInstance_PhoenixOpenLevelBySoftObjectPtr::Level' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_PhoenixOpenLevelBySoftObjectPtr, bAbsolute) == 0x000030, "Member 'PhoenixGameInstance_PhoenixOpenLevelBySoftObjectPtr::bAbsolute' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_PhoenixOpenLevelBySoftObjectPtr, OPTIONS) == 0x000038, "Member 'PhoenixGameInstance_PhoenixOpenLevelBySoftObjectPtr::OPTIONS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_ChangePawnHoldData \ static_assert(alignof(PhoenixGameInstance_ChangePawnHoldData) == 0x000004, "Wrong alignment on PhoenixGameInstance_ChangePawnHoldData"); \ static_assert(sizeof(PhoenixGameInstance_ChangePawnHoldData) == 0x000018, "Wrong size on PhoenixGameInstance_ChangePawnHoldData"); \ static_assert(offsetof(PhoenixGameInstance_ChangePawnHoldData, PlayerPostion) == 0x000000, "Member 'PhoenixGameInstance_ChangePawnHoldData::PlayerPostion' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_ChangePawnHoldData, PlayerOrientation) == 0x00000C, "Member 'PhoenixGameInstance_ChangePawnHoldData::PlayerOrientation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_ContinueGame \ static_assert(alignof(PhoenixGameInstance_ContinueGame) == 0x000001, "Wrong alignment on PhoenixGameInstance_ContinueGame"); \ static_assert(sizeof(PhoenixGameInstance_ContinueGame) == 0x000001, "Wrong size on PhoenixGameInstance_ContinueGame"); \ static_assert(offsetof(PhoenixGameInstance_ContinueGame, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_ContinueGame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_FadeOutToColor \ static_assert(alignof(PhoenixGameInstance_FadeOutToColor) == 0x000004, "Wrong alignment on PhoenixGameInstance_FadeOutToColor"); \ static_assert(sizeof(PhoenixGameInstance_FadeOutToColor) == 0x000004, "Wrong size on PhoenixGameInstance_FadeOutToColor"); \ static_assert(offsetof(PhoenixGameInstance_FadeOutToColor, inFadeColor) == 0x000000, "Member 'PhoenixGameInstance_FadeOutToColor::inFadeColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_ForceSeasonUpdate \ static_assert(alignof(PhoenixGameInstance_ForceSeasonUpdate) == 0x000001, "Wrong alignment on PhoenixGameInstance_ForceSeasonUpdate"); \ static_assert(sizeof(PhoenixGameInstance_ForceSeasonUpdate) == 0x000001, "Wrong size on PhoenixGameInstance_ForceSeasonUpdate"); \ static_assert(offsetof(PhoenixGameInstance_ForceSeasonUpdate, NewSeason) == 0x000000, "Member 'PhoenixGameInstance_ForceSeasonUpdate::NewSeason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GameLoadCloudSave \ static_assert(alignof(PhoenixGameInstance_GameLoadCloudSave) == 0x000008, "Wrong alignment on PhoenixGameInstance_GameLoadCloudSave"); \ static_assert(sizeof(PhoenixGameInstance_GameLoadCloudSave) == 0x000018, "Wrong size on PhoenixGameInstance_GameLoadCloudSave"); \ static_assert(offsetof(PhoenixGameInstance_GameLoadCloudSave, SlotName) == 0x000000, "Member 'PhoenixGameInstance_GameLoadCloudSave::SlotName' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_GameLoadCloudSave, bNewCharacter) == 0x000010, "Member 'PhoenixGameInstance_GameLoadCloudSave::bNewCharacter' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_GameLoadCloudSave, DestCharacterID) == 0x000014, "Member 'PhoenixGameInstance_GameLoadCloudSave::DestCharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GameLoadHorcrux \ static_assert(alignof(PhoenixGameInstance_GameLoadHorcrux) == 0x000008, "Wrong alignment on PhoenixGameInstance_GameLoadHorcrux"); \ static_assert(sizeof(PhoenixGameInstance_GameLoadHorcrux) == 0x000018, "Wrong size on PhoenixGameInstance_GameLoadHorcrux"); \ static_assert(offsetof(PhoenixGameInstance_GameLoadHorcrux, SaveLabel) == 0x000000, "Member 'PhoenixGameInstance_GameLoadHorcrux::SaveLabel' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_GameLoadHorcrux, DestCharacterID) == 0x000010, "Member 'PhoenixGameInstance_GameLoadHorcrux::DestCharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GameSaveHorcrux \ static_assert(alignof(PhoenixGameInstance_GameSaveHorcrux) == 0x000008, "Wrong alignment on PhoenixGameInstance_GameSaveHorcrux"); \ static_assert(sizeof(PhoenixGameInstance_GameSaveHorcrux) == 0x000010, "Wrong size on PhoenixGameInstance_GameSaveHorcrux"); \ static_assert(offsetof(PhoenixGameInstance_GameSaveHorcrux, SaveLabel) == 0x000000, "Member 'PhoenixGameInstance_GameSaveHorcrux::SaveLabel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GetCurrentLoadingScreenLocation \ static_assert(alignof(PhoenixGameInstance_GetCurrentLoadingScreenLocation) == 0x000001, "Wrong alignment on PhoenixGameInstance_GetCurrentLoadingScreenLocation"); \ static_assert(sizeof(PhoenixGameInstance_GetCurrentLoadingScreenLocation) == 0x000001, "Wrong size on PhoenixGameInstance_GetCurrentLoadingScreenLocation"); \ static_assert(offsetof(PhoenixGameInstance_GetCurrentLoadingScreenLocation, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_GetCurrentLoadingScreenLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GetCurrentWorldName \ static_assert(alignof(PhoenixGameInstance_GetCurrentWorldName) == 0x000008, "Wrong alignment on PhoenixGameInstance_GetCurrentWorldName"); \ static_assert(sizeof(PhoenixGameInstance_GetCurrentWorldName) == 0x000010, "Wrong size on PhoenixGameInstance_GetCurrentWorldName"); \ static_assert(offsetof(PhoenixGameInstance_GetCurrentWorldName, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_GetCurrentWorldName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GetPlayerOrientation \ static_assert(alignof(PhoenixGameInstance_GetPlayerOrientation) == 0x000004, "Wrong alignment on PhoenixGameInstance_GetPlayerOrientation"); \ static_assert(sizeof(PhoenixGameInstance_GetPlayerOrientation) == 0x00000C, "Wrong size on PhoenixGameInstance_GetPlayerOrientation"); \ static_assert(offsetof(PhoenixGameInstance_GetPlayerOrientation, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_GetPlayerOrientation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GetPlayerPawn \ static_assert(alignof(PhoenixGameInstance_GetPlayerPawn) == 0x000008, "Wrong alignment on PhoenixGameInstance_GetPlayerPawn"); \ static_assert(sizeof(PhoenixGameInstance_GetPlayerPawn) == 0x000008, "Wrong size on PhoenixGameInstance_GetPlayerPawn"); \ static_assert(offsetof(PhoenixGameInstance_GetPlayerPawn, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_GetPlayerPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GetPlayerPosition \ static_assert(alignof(PhoenixGameInstance_GetPlayerPosition) == 0x000004, "Wrong alignment on PhoenixGameInstance_GetPlayerPosition"); \ static_assert(sizeof(PhoenixGameInstance_GetPlayerPosition) == 0x00000C, "Wrong size on PhoenixGameInstance_GetPlayerPosition"); \ static_assert(offsetof(PhoenixGameInstance_GetPlayerPosition, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_GetPlayerPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GetPlayingDemoBuild \ static_assert(alignof(PhoenixGameInstance_GetPlayingDemoBuild) == 0x000001, "Wrong alignment on PhoenixGameInstance_GetPlayingDemoBuild"); \ static_assert(sizeof(PhoenixGameInstance_GetPlayingDemoBuild) == 0x000001, "Wrong size on PhoenixGameInstance_GetPlayingDemoBuild"); \ static_assert(offsetof(PhoenixGameInstance_GetPlayingDemoBuild, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_GetPlayingDemoBuild::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GetPlayingFromDeveloperMenu \ static_assert(alignof(PhoenixGameInstance_GetPlayingFromDeveloperMenu) == 0x000001, "Wrong alignment on PhoenixGameInstance_GetPlayingFromDeveloperMenu"); \ static_assert(sizeof(PhoenixGameInstance_GetPlayingFromDeveloperMenu) == 0x000001, "Wrong size on PhoenixGameInstance_GetPlayingFromDeveloperMenu"); \ static_assert(offsetof(PhoenixGameInstance_GetPlayingFromDeveloperMenu, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_GetPlayingFromDeveloperMenu::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GetPlayingFromFrontend \ static_assert(alignof(PhoenixGameInstance_GetPlayingFromFrontend) == 0x000001, "Wrong alignment on PhoenixGameInstance_GetPlayingFromFrontend"); \ static_assert(sizeof(PhoenixGameInstance_GetPlayingFromFrontend) == 0x000001, "Wrong size on PhoenixGameInstance_GetPlayingFromFrontend"); \ static_assert(offsetof(PhoenixGameInstance_GetPlayingFromFrontend, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_GetPlayingFromFrontend::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GetSafePlayerPosition \ static_assert(alignof(PhoenixGameInstance_GetSafePlayerPosition) == 0x000004, "Wrong alignment on PhoenixGameInstance_GetSafePlayerPosition"); \ static_assert(sizeof(PhoenixGameInstance_GetSafePlayerPosition) == 0x00000C, "Wrong size on PhoenixGameInstance_GetSafePlayerPosition"); \ static_assert(offsetof(PhoenixGameInstance_GetSafePlayerPosition, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_GetSafePlayerPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_HasLoadSaveData \ static_assert(alignof(PhoenixGameInstance_HasLoadSaveData) == 0x000001, "Wrong alignment on PhoenixGameInstance_HasLoadSaveData"); \ static_assert(sizeof(PhoenixGameInstance_HasLoadSaveData) == 0x000001, "Wrong size on PhoenixGameInstance_HasLoadSaveData"); \ static_assert(offsetof(PhoenixGameInstance_HasLoadSaveData, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_HasLoadSaveData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_HoldPlayerUntilColliding \ static_assert(alignof(PhoenixGameInstance_HoldPlayerUntilColliding) == 0x000001, "Wrong alignment on PhoenixGameInstance_HoldPlayerUntilColliding"); \ static_assert(sizeof(PhoenixGameInstance_HoldPlayerUntilColliding) == 0x000001, "Wrong size on PhoenixGameInstance_HoldPlayerUntilColliding"); \ static_assert(offsetof(PhoenixGameInstance_HoldPlayerUntilColliding, bFromHoverDrone) == 0x000000, "Member 'PhoenixGameInstance_HoldPlayerUntilColliding::bFromHoverDrone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_LoadGame \ static_assert(alignof(PhoenixGameInstance_LoadGame) == 0x000008, "Wrong alignment on PhoenixGameInstance_LoadGame"); \ static_assert(sizeof(PhoenixGameInstance_LoadGame) == 0x000018, "Wrong size on PhoenixGameInstance_LoadGame"); \ static_assert(offsetof(PhoenixGameInstance_LoadGame, SlotName) == 0x000000, "Member 'PhoenixGameInstance_LoadGame::SlotName' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_LoadGame, SlotIndex) == 0x000010, "Member 'PhoenixGameInstance_LoadGame::SlotIndex' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_LoadGame, ReturnValue) == 0x000014, "Member 'PhoenixGameInstance_LoadGame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_LoadGameOptions \ static_assert(alignof(PhoenixGameInstance_LoadGameOptions) == 0x000001, "Wrong alignment on PhoenixGameInstance_LoadGameOptions"); \ static_assert(sizeof(PhoenixGameInstance_LoadGameOptions) == 0x000001, "Wrong size on PhoenixGameInstance_LoadGameOptions"); \ static_assert(offsetof(PhoenixGameInstance_LoadGameOptions, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_LoadGameOptions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_NewGame \ static_assert(alignof(PhoenixGameInstance_NewGame) == 0x000001, "Wrong alignment on PhoenixGameInstance_NewGame"); \ static_assert(sizeof(PhoenixGameInstance_NewGame) == 0x000002, "Wrong size on PhoenixGameInstance_NewGame"); \ static_assert(offsetof(PhoenixGameInstance_NewGame, bInIsIntro) == 0x000000, "Member 'PhoenixGameInstance_NewGame::bInIsIntro' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_NewGame, ReturnValue) == 0x000001, "Member 'PhoenixGameInstance_NewGame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_OnAcceptEULA \ static_assert(alignof(PhoenixGameInstance_OnAcceptEULA) == 0x000001, "Wrong alignment on PhoenixGameInstance_OnAcceptEULA"); \ static_assert(sizeof(PhoenixGameInstance_OnAcceptEULA) == 0x000001, "Wrong size on PhoenixGameInstance_OnAcceptEULA"); \ static_assert(offsetof(PhoenixGameInstance_OnAcceptEULA, Update) == 0x000000, "Member 'PhoenixGameInstance_OnAcceptEULA::Update' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_OnDBVersionCheck \ static_assert(alignof(PhoenixGameInstance_OnDBVersionCheck) == 0x000004, "Wrong alignment on PhoenixGameInstance_OnDBVersionCheck"); \ static_assert(sizeof(PhoenixGameInstance_OnDBVersionCheck) == 0x000008, "Wrong size on PhoenixGameInstance_OnDBVersionCheck"); \ static_assert(offsetof(PhoenixGameInstance_OnDBVersionCheck, SaveVersion) == 0x000000, "Member 'PhoenixGameInstance_OnDBVersionCheck::SaveVersion' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_OnDBVersionCheck, SaveChangeList) == 0x000004, "Member 'PhoenixGameInstance_OnDBVersionCheck::SaveChangeList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_PlayOverland \ static_assert(alignof(PhoenixGameInstance_PlayOverland) == 0x000001, "Wrong alignment on PhoenixGameInstance_PlayOverland"); \ static_assert(sizeof(PhoenixGameInstance_PlayOverland) == 0x000001, "Wrong size on PhoenixGameInstance_PlayOverland"); \ static_assert(offsetof(PhoenixGameInstance_PlayOverland, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_PlayOverland::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_SaveGameOptions \ static_assert(alignof(PhoenixGameInstance_SaveGameOptions) == 0x000001, "Wrong alignment on PhoenixGameInstance_SaveGameOptions"); \ static_assert(sizeof(PhoenixGameInstance_SaveGameOptions) == 0x000001, "Wrong size on PhoenixGameInstance_SaveGameOptions"); \ static_assert(offsetof(PhoenixGameInstance_SaveGameOptions, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_SaveGameOptions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_SetCurrentLoadingScreenLocation \ static_assert(alignof(PhoenixGameInstance_SetCurrentLoadingScreenLocation) == 0x000001, "Wrong alignment on PhoenixGameInstance_SetCurrentLoadingScreenLocation"); \ static_assert(sizeof(PhoenixGameInstance_SetCurrentLoadingScreenLocation) == 0x000001, "Wrong size on PhoenixGameInstance_SetCurrentLoadingScreenLocation"); \ static_assert(offsetof(PhoenixGameInstance_SetCurrentLoadingScreenLocation, Location) == 0x000000, "Member 'PhoenixGameInstance_SetCurrentLoadingScreenLocation::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_SetCurrentLoadingScreenLocationByLevelName \ static_assert(alignof(PhoenixGameInstance_SetCurrentLoadingScreenLocationByLevelName) == 0x000008, "Wrong alignment on PhoenixGameInstance_SetCurrentLoadingScreenLocationByLevelName"); \ static_assert(sizeof(PhoenixGameInstance_SetCurrentLoadingScreenLocationByLevelName) == 0x000018, "Wrong size on PhoenixGameInstance_SetCurrentLoadingScreenLocationByLevelName"); \ static_assert(offsetof(PhoenixGameInstance_SetCurrentLoadingScreenLocationByLevelName, LevelName) == 0x000000, "Member 'PhoenixGameInstance_SetCurrentLoadingScreenLocationByLevelName::LevelName' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_SetCurrentLoadingScreenLocationByLevelName, PlayerStartTag) == 0x000008, "Member 'PhoenixGameInstance_SetCurrentLoadingScreenLocationByLevelName::PlayerStartTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_SetPlayingDeveloperOverland \ static_assert(alignof(PhoenixGameInstance_SetPlayingDeveloperOverland) == 0x000001, "Wrong alignment on PhoenixGameInstance_SetPlayingDeveloperOverland"); \ static_assert(sizeof(PhoenixGameInstance_SetPlayingDeveloperOverland) == 0x000001, "Wrong size on PhoenixGameInstance_SetPlayingDeveloperOverland"); \ static_assert(offsetof(PhoenixGameInstance_SetPlayingDeveloperOverland, DeveloperOverland) == 0x000000, "Member 'PhoenixGameInstance_SetPlayingDeveloperOverland::DeveloperOverland' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_SetPlayingFromDeveloperMenu \ static_assert(alignof(PhoenixGameInstance_SetPlayingFromDeveloperMenu) == 0x000001, "Wrong alignment on PhoenixGameInstance_SetPlayingFromDeveloperMenu"); \ static_assert(sizeof(PhoenixGameInstance_SetPlayingFromDeveloperMenu) == 0x000001, "Wrong size on PhoenixGameInstance_SetPlayingFromDeveloperMenu"); \ static_assert(offsetof(PhoenixGameInstance_SetPlayingFromDeveloperMenu, bDeveloperMenu) == 0x000000, "Member 'PhoenixGameInstance_SetPlayingFromDeveloperMenu::bDeveloperMenu' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_SetSaveSpawnLocationToPlayerStart \ static_assert(alignof(PhoenixGameInstance_SetSaveSpawnLocationToPlayerStart) == 0x000008, "Wrong alignment on PhoenixGameInstance_SetSaveSpawnLocationToPlayerStart"); \ static_assert(sizeof(PhoenixGameInstance_SetSaveSpawnLocationToPlayerStart) == 0x000008, "Wrong size on PhoenixGameInstance_SetSaveSpawnLocationToPlayerStart"); \ static_assert(offsetof(PhoenixGameInstance_SetSaveSpawnLocationToPlayerStart, InPlayerStart) == 0x000000, "Member 'PhoenixGameInstance_SetSaveSpawnLocationToPlayerStart::InPlayerStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_StartNewGame \ static_assert(alignof(PhoenixGameInstance_StartNewGame) == 0x000001, "Wrong alignment on PhoenixGameInstance_StartNewGame"); \ static_assert(sizeof(PhoenixGameInstance_StartNewGame) == 0x000001, "Wrong size on PhoenixGameInstance_StartNewGame"); \ static_assert(offsetof(PhoenixGameInstance_StartNewGame, bInIsIntro) == 0x000000, "Member 'PhoenixGameInstance_StartNewGame::bInIsIntro' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_UpdateSaveSpawnLocationEx \ static_assert(alignof(PhoenixGameInstance_UpdateSaveSpawnLocationEx) == 0x000004, "Wrong alignment on PhoenixGameInstance_UpdateSaveSpawnLocationEx"); \ static_assert(sizeof(PhoenixGameInstance_UpdateSaveSpawnLocationEx) == 0x000018, "Wrong size on PhoenixGameInstance_UpdateSaveSpawnLocationEx"); \ static_assert(offsetof(PhoenixGameInstance_UpdateSaveSpawnLocationEx, PlayerPostion) == 0x000000, "Member 'PhoenixGameInstance_UpdateSaveSpawnLocationEx::PlayerPostion' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameInstance_UpdateSaveSpawnLocationEx, PlayerOrientation) == 0x00000C, "Member 'PhoenixGameInstance_UpdateSaveSpawnLocationEx::PlayerOrientation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GetPlayingDeveloperOverland \ static_assert(alignof(PhoenixGameInstance_GetPlayingDeveloperOverland) == 0x000001, "Wrong alignment on PhoenixGameInstance_GetPlayingDeveloperOverland"); \ static_assert(sizeof(PhoenixGameInstance_GetPlayingDeveloperOverland) == 0x000001, "Wrong size on PhoenixGameInstance_GetPlayingDeveloperOverland"); \ static_assert(offsetof(PhoenixGameInstance_GetPlayingDeveloperOverland, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_GetPlayingDeveloperOverland::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GetSaveGameWorld \ static_assert(alignof(PhoenixGameInstance_GetSaveGameWorld) == 0x000008, "Wrong alignment on PhoenixGameInstance_GetSaveGameWorld"); \ static_assert(sizeof(PhoenixGameInstance_GetSaveGameWorld) == 0x000010, "Wrong size on PhoenixGameInstance_GetSaveGameWorld"); \ static_assert(offsetof(PhoenixGameInstance_GetSaveGameWorld, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_GetSaveGameWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GetSavePosition \ static_assert(alignof(PhoenixGameInstance_GetSavePosition) == 0x000004, "Wrong alignment on PhoenixGameInstance_GetSavePosition"); \ static_assert(sizeof(PhoenixGameInstance_GetSavePosition) == 0x00000C, "Wrong size on PhoenixGameInstance_GetSavePosition"); \ static_assert(offsetof(PhoenixGameInstance_GetSavePosition, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_GetSavePosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameInstance_GetSaveRotation \ static_assert(alignof(PhoenixGameInstance_GetSaveRotation) == 0x000004, "Wrong alignment on PhoenixGameInstance_GetSaveRotation"); \ static_assert(sizeof(PhoenixGameInstance_GetSaveRotation) == 0x00000C, "Wrong size on PhoenixGameInstance_GetSaveRotation"); \ static_assert(offsetof(PhoenixGameInstance_GetSaveRotation, ReturnValue) == 0x000000, "Member 'PhoenixGameInstance_GetSaveRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixGameInstance \ static_assert(alignof(UPhoenixGameInstance) == 0x000008, "Wrong alignment on UPhoenixGameInstance"); \ static_assert(sizeof(UPhoenixGameInstance) == 0x000438, "Wrong size on UPhoenixGameInstance"); \ static_assert(offsetof(UPhoenixGameInstance, PlayerSpawnedDelegate) == 0x000260, "Member 'UPhoenixGameInstance::PlayerSpawnedDelegate' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameInstance, RespawnReason) == 0x000270, "Member 'UPhoenixGameInstance::RespawnReason' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameInstance, FastTravelManagerClass) == 0x000288, "Member 'UPhoenixGameInstance::FastTravelManagerClass' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameInstance, bAllowHoldPlayerUntilColliding) == 0x000290, "Member 'UPhoenixGameInstance::bAllowHoldPlayerUntilColliding' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameInstance, PersistentAssetsPaths) == 0x000298, "Member 'UPhoenixGameInstance::PersistentAssetsPaths' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameInstance, RestartingGameTime) == 0x0002C0, "Member 'UPhoenixGameInstance::RestartingGameTime' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameInstance, bRequestedNewModdedCharacter) == 0x0002C4, "Member 'UPhoenixGameInstance::bRequestedNewModdedCharacter' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameInstance, PersistentAssets) == 0x0002F0, "Member 'UPhoenixGameInstance::PersistentAssets' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameInstance, mRegistryTypeManagers) == 0x000428, "Member 'UPhoenixGameInstance::mRegistryTypeManagers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_RenderSettingsViewpoint \ static_assert(alignof(USceneAction_RenderSettingsViewpoint) == 0x000008, "Wrong alignment on USceneAction_RenderSettingsViewpoint"); \ static_assert(sizeof(USceneAction_RenderSettingsViewpoint) == 0x000090, "Wrong size on USceneAction_RenderSettingsViewpoint"); \ static_assert(offsetof(USceneAction_RenderSettingsViewpoint, PostProcessingViewpoint) == 0x000088, "Member 'USceneAction_RenderSettingsViewpoint::PostProcessingViewpoint' has a wrong offset!"); \ static_assert(offsetof(USceneAction_RenderSettingsViewpoint, SmoothChangeTimePercent) == 0x00008C, "Member 'USceneAction_RenderSettingsViewpoint::SmoothChangeTimePercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_EqualEqual_GraphicsAdapterDesc \ static_assert(alignof(PhoenixGameSettings_EqualEqual_GraphicsAdapterDesc) == 0x000008, "Wrong alignment on PhoenixGameSettings_EqualEqual_GraphicsAdapterDesc"); \ static_assert(sizeof(PhoenixGameSettings_EqualEqual_GraphicsAdapterDesc) == 0x000038, "Wrong size on PhoenixGameSettings_EqualEqual_GraphicsAdapterDesc"); \ static_assert(offsetof(PhoenixGameSettings_EqualEqual_GraphicsAdapterDesc, A) == 0x000000, "Member 'PhoenixGameSettings_EqualEqual_GraphicsAdapterDesc::A' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_EqualEqual_GraphicsAdapterDesc, b) == 0x000018, "Member 'PhoenixGameSettings_EqualEqual_GraphicsAdapterDesc::b' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_EqualEqual_GraphicsAdapterDesc, ReturnValue) == 0x000030, "Member 'PhoenixGameSettings_EqualEqual_GraphicsAdapterDesc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetGPUDeviceIDandRev \ static_assert(alignof(PhoenixGameSettings_GetGPUDeviceIDandRev) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetGPUDeviceIDandRev"); \ static_assert(sizeof(PhoenixGameSettings_GetGPUDeviceIDandRev) == 0x000008, "Wrong size on PhoenixGameSettings_GetGPUDeviceIDandRev"); \ static_assert(offsetof(PhoenixGameSettings_GetGPUDeviceIDandRev, OutDeviceID) == 0x000000, "Member 'PhoenixGameSettings_GetGPUDeviceIDandRev::OutDeviceID' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_GetGPUDeviceIDandRev, OutDeviceRevision) == 0x000004, "Member 'PhoenixGameSettings_GetGPUDeviceIDandRev::OutDeviceRevision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetPhoenixGameSettings \ static_assert(alignof(PhoenixGameSettings_GetPhoenixGameSettings) == 0x000008, "Wrong alignment on PhoenixGameSettings_GetPhoenixGameSettings"); \ static_assert(sizeof(PhoenixGameSettings_GetPhoenixGameSettings) == 0x000008, "Wrong size on PhoenixGameSettings_GetPhoenixGameSettings"); \ static_assert(offsetof(PhoenixGameSettings_GetPhoenixGameSettings, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetPhoenixGameSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetSteamDeckV1_GPUDeviceID \ static_assert(alignof(PhoenixGameSettings_GetSteamDeckV1_GPUDeviceID) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetSteamDeckV1_GPUDeviceID"); \ static_assert(sizeof(PhoenixGameSettings_GetSteamDeckV1_GPUDeviceID) == 0x000004, "Wrong size on PhoenixGameSettings_GetSteamDeckV1_GPUDeviceID"); \ static_assert(offsetof(PhoenixGameSettings_GetSteamDeckV1_GPUDeviceID, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetSteamDeckV1_GPUDeviceID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetSwitchTextLanguage \ static_assert(alignof(PhoenixGameSettings_GetSwitchTextLanguage) == 0x000008, "Wrong alignment on PhoenixGameSettings_GetSwitchTextLanguage"); \ static_assert(sizeof(PhoenixGameSettings_GetSwitchTextLanguage) == 0x000010, "Wrong size on PhoenixGameSettings_GetSwitchTextLanguage"); \ static_assert(offsetof(PhoenixGameSettings_GetSwitchTextLanguage, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetSwitchTextLanguage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetSwitchTextLanguage \ static_assert(alignof(PhoenixGameSettings_SetSwitchTextLanguage) == 0x000008, "Wrong alignment on PhoenixGameSettings_SetSwitchTextLanguage"); \ static_assert(sizeof(PhoenixGameSettings_SetSwitchTextLanguage) == 0x000010, "Wrong size on PhoenixGameSettings_SetSwitchTextLanguage"); \ static_assert(offsetof(PhoenixGameSettings_SetSwitchTextLanguage, Lang) == 0x000000, "Member 'PhoenixGameSettings_SetSwitchTextLanguage::Lang' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_AllowOptionToSetAlwaysUseCameraAiming \ static_assert(alignof(PhoenixGameSettings_AllowOptionToSetAlwaysUseCameraAiming) == 0x000001, "Wrong alignment on PhoenixGameSettings_AllowOptionToSetAlwaysUseCameraAiming"); \ static_assert(sizeof(PhoenixGameSettings_AllowOptionToSetAlwaysUseCameraAiming) == 0x000001, "Wrong size on PhoenixGameSettings_AllowOptionToSetAlwaysUseCameraAiming"); \ static_assert(offsetof(PhoenixGameSettings_AllowOptionToSetAlwaysUseCameraAiming, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_AllowOptionToSetAlwaysUseCameraAiming::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_ApplySettingsDetailed \ static_assert(alignof(PhoenixGameSettings_ApplySettingsDetailed) == 0x000001, "Wrong alignment on PhoenixGameSettings_ApplySettingsDetailed"); \ static_assert(sizeof(PhoenixGameSettings_ApplySettingsDetailed) == 0x000005, "Wrong size on PhoenixGameSettings_ApplySettingsDetailed"); \ static_assert(offsetof(PhoenixGameSettings_ApplySettingsDetailed, bApplyResolutionSettings) == 0x000000, "Member 'PhoenixGameSettings_ApplySettingsDetailed::bApplyResolutionSettings' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_ApplySettingsDetailed, bApplyNonResolutionSettings) == 0x000001, "Member 'PhoenixGameSettings_ApplySettingsDetailed::bApplyNonResolutionSettings' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_ApplySettingsDetailed, bRequestUIUpdate) == 0x000002, "Member 'PhoenixGameSettings_ApplySettingsDetailed::bRequestUIUpdate' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_ApplySettingsDetailed, bSaveSettings) == 0x000003, "Member 'PhoenixGameSettings_ApplySettingsDetailed::bSaveSettings' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_ApplySettingsDetailed, bCheckForCommandLineOverrides) == 0x000004, "Member 'PhoenixGameSettings_ApplySettingsDetailed::bCheckForCommandLineOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_AttemptToApplyPerformanceMode \ static_assert(alignof(PhoenixGameSettings_AttemptToApplyPerformanceMode) == 0x000001, "Wrong alignment on PhoenixGameSettings_AttemptToApplyPerformanceMode"); \ static_assert(sizeof(PhoenixGameSettings_AttemptToApplyPerformanceMode) == 0x000001, "Wrong size on PhoenixGameSettings_AttemptToApplyPerformanceMode"); \ static_assert(offsetof(PhoenixGameSettings_AttemptToApplyPerformanceMode, IsGameBootup) == 0x000000, "Member 'PhoenixGameSettings_AttemptToApplyPerformanceMode::IsGameBootup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_CanUncapFrameRate \ static_assert(alignof(PhoenixGameSettings_CanUncapFrameRate) == 0x000001, "Wrong alignment on PhoenixGameSettings_CanUncapFrameRate"); \ static_assert(sizeof(PhoenixGameSettings_CanUncapFrameRate) == 0x000001, "Wrong size on PhoenixGameSettings_CanUncapFrameRate"); \ static_assert(offsetof(PhoenixGameSettings_CanUncapFrameRate, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_CanUncapFrameRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_ClearHighContrastMode \ static_assert(alignof(PhoenixGameSettings_ClearHighContrastMode) == 0x000001, "Wrong alignment on PhoenixGameSettings_ClearHighContrastMode"); \ static_assert(sizeof(PhoenixGameSettings_ClearHighContrastMode) == 0x000001, "Wrong size on PhoenixGameSettings_ClearHighContrastMode"); \ static_assert(offsetof(PhoenixGameSettings_ClearHighContrastMode, inContrastMode) == 0x000000, "Member 'PhoenixGameSettings_ClearHighContrastMode::inContrastMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_CreatePerformanceModesOptionDesc \ static_assert(alignof(PhoenixGameSettings_CreatePerformanceModesOptionDesc) == 0x000008, "Wrong alignment on PhoenixGameSettings_CreatePerformanceModesOptionDesc"); \ static_assert(sizeof(PhoenixGameSettings_CreatePerformanceModesOptionDesc) == 0x000010, "Wrong size on PhoenixGameSettings_CreatePerformanceModesOptionDesc"); \ static_assert(offsetof(PhoenixGameSettings_CreatePerformanceModesOptionDesc, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_CreatePerformanceModesOptionDesc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_EnableFidelityFXCas \ static_assert(alignof(PhoenixGameSettings_EnableFidelityFXCas) == 0x000001, "Wrong alignment on PhoenixGameSettings_EnableFidelityFXCas"); \ static_assert(sizeof(PhoenixGameSettings_EnableFidelityFXCas) == 0x000001, "Wrong size on PhoenixGameSettings_EnableFidelityFXCas"); \ static_assert(offsetof(PhoenixGameSettings_EnableFidelityFXCas, bShouldEnable) == 0x000000, "Member 'PhoenixGameSettings_EnableFidelityFXCas::bShouldEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetAccessibilityAudioCueOpacity \ static_assert(alignof(PhoenixGameSettings_GetAccessibilityAudioCueOpacity) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetAccessibilityAudioCueOpacity"); \ static_assert(sizeof(PhoenixGameSettings_GetAccessibilityAudioCueOpacity) == 0x000004, "Wrong size on PhoenixGameSettings_GetAccessibilityAudioCueOpacity"); \ static_assert(offsetof(PhoenixGameSettings_GetAccessibilityAudioCueOpacity, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetAccessibilityAudioCueOpacity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetAccessibilityAudioCueScale \ static_assert(alignof(PhoenixGameSettings_GetAccessibilityAudioCueScale) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetAccessibilityAudioCueScale"); \ static_assert(sizeof(PhoenixGameSettings_GetAccessibilityAudioCueScale) == 0x000004, "Wrong size on PhoenixGameSettings_GetAccessibilityAudioCueScale"); \ static_assert(offsetof(PhoenixGameSettings_GetAccessibilityAudioCueScale, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetAccessibilityAudioCueScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetAccessibilitySpellToggle \ static_assert(alignof(PhoenixGameSettings_GetAccessibilitySpellToggle) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetAccessibilitySpellToggle"); \ static_assert(sizeof(PhoenixGameSettings_GetAccessibilitySpellToggle) == 0x000001, "Wrong size on PhoenixGameSettings_GetAccessibilitySpellToggle"); \ static_assert(offsetof(PhoenixGameSettings_GetAccessibilitySpellToggle, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetAccessibilitySpellToggle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetAlwaysUseCameraAiming \ static_assert(alignof(PhoenixGameSettings_GetAlwaysUseCameraAiming) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetAlwaysUseCameraAiming"); \ static_assert(sizeof(PhoenixGameSettings_GetAlwaysUseCameraAiming) == 0x000001, "Wrong size on PhoenixGameSettings_GetAlwaysUseCameraAiming"); \ static_assert(offsetof(PhoenixGameSettings_GetAlwaysUseCameraAiming, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetAlwaysUseCameraAiming::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetArachnophobiaModeEnabled \ static_assert(alignof(PhoenixGameSettings_GetArachnophobiaModeEnabled) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetArachnophobiaModeEnabled"); \ static_assert(sizeof(PhoenixGameSettings_GetArachnophobiaModeEnabled) == 0x000001, "Wrong size on PhoenixGameSettings_GetArachnophobiaModeEnabled"); \ static_assert(offsetof(PhoenixGameSettings_GetArachnophobiaModeEnabled, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetArachnophobiaModeEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetAudioVisualizer \ static_assert(alignof(PhoenixGameSettings_GetAudioVisualizer) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetAudioVisualizer"); \ static_assert(sizeof(PhoenixGameSettings_GetAudioVisualizer) == 0x000001, "Wrong size on PhoenixGameSettings_GetAudioVisualizer"); \ static_assert(offsetof(PhoenixGameSettings_GetAudioVisualizer, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetAudioVisualizer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetColorVisionDeficiencyType \ static_assert(alignof(PhoenixGameSettings_GetColorVisionDeficiencyType) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetColorVisionDeficiencyType"); \ static_assert(sizeof(PhoenixGameSettings_GetColorVisionDeficiencyType) == 0x000001, "Wrong size on PhoenixGameSettings_GetColorVisionDeficiencyType"); \ static_assert(offsetof(PhoenixGameSettings_GetColorVisionDeficiencyType, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetColorVisionDeficiencyType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetControllerRumble \ static_assert(alignof(PhoenixGameSettings_GetControllerRumble) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetControllerRumble"); \ static_assert(sizeof(PhoenixGameSettings_GetControllerRumble) == 0x000001, "Wrong size on PhoenixGameSettings_GetControllerRumble"); \ static_assert(offsetof(PhoenixGameSettings_GetControllerRumble, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetControllerRumble::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetCursorSpeedMultiplier \ static_assert(alignof(PhoenixGameSettings_GetCursorSpeedMultiplier) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetCursorSpeedMultiplier"); \ static_assert(sizeof(PhoenixGameSettings_GetCursorSpeedMultiplier) == 0x000004, "Wrong size on PhoenixGameSettings_GetCursorSpeedMultiplier"); \ static_assert(offsetof(PhoenixGameSettings_GetCursorSpeedMultiplier, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetCursorSpeedMultiplier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetDifficultyGamePreset \ static_assert(alignof(PhoenixGameSettings_GetDifficultyGamePreset) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetDifficultyGamePreset"); \ static_assert(sizeof(PhoenixGameSettings_GetDifficultyGamePreset) == 0x000001, "Wrong size on PhoenixGameSettings_GetDifficultyGamePreset"); \ static_assert(offsetof(PhoenixGameSettings_GetDifficultyGamePreset, Difficulty) == 0x000000, "Member 'PhoenixGameSettings_GetDifficultyGamePreset::Difficulty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetDynamicRange \ static_assert(alignof(PhoenixGameSettings_GetDynamicRange) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetDynamicRange"); \ static_assert(sizeof(PhoenixGameSettings_GetDynamicRange) == 0x000004, "Wrong size on PhoenixGameSettings_GetDynamicRange"); \ static_assert(offsetof(PhoenixGameSettings_GetDynamicRange, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetDynamicRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetEffectsSoundVolume \ static_assert(alignof(PhoenixGameSettings_GetEffectsSoundVolume) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetEffectsSoundVolume"); \ static_assert(sizeof(PhoenixGameSettings_GetEffectsSoundVolume) == 0x000004, "Wrong size on PhoenixGameSettings_GetEffectsSoundVolume"); \ static_assert(offsetof(PhoenixGameSettings_GetEffectsSoundVolume, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetEffectsSoundVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetEnableKeyboardSprintWalkToggle \ static_assert(alignof(PhoenixGameSettings_GetEnableKeyboardSprintWalkToggle) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetEnableKeyboardSprintWalkToggle"); \ static_assert(sizeof(PhoenixGameSettings_GetEnableKeyboardSprintWalkToggle) == 0x000001, "Wrong size on PhoenixGameSettings_GetEnableKeyboardSprintWalkToggle"); \ static_assert(offsetof(PhoenixGameSettings_GetEnableKeyboardSprintWalkToggle, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetEnableKeyboardSprintWalkToggle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetFontIndex \ static_assert(alignof(PhoenixGameSettings_GetFontIndex) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetFontIndex"); \ static_assert(sizeof(PhoenixGameSettings_GetFontIndex) == 0x000004, "Wrong size on PhoenixGameSettings_GetFontIndex"); \ static_assert(offsetof(PhoenixGameSettings_GetFontIndex, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetFontIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetFontSizeOffset \ static_assert(alignof(PhoenixGameSettings_GetFontSizeOffset) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetFontSizeOffset"); \ static_assert(sizeof(PhoenixGameSettings_GetFontSizeOffset) == 0x000004, "Wrong size on PhoenixGameSettings_GetFontSizeOffset"); \ static_assert(offsetof(PhoenixGameSettings_GetFontSizeOffset, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetFontSizeOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetFrameRateUncapped \ static_assert(alignof(PhoenixGameSettings_GetFrameRateUncapped) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetFrameRateUncapped"); \ static_assert(sizeof(PhoenixGameSettings_GetFrameRateUncapped) == 0x000001, "Wrong size on PhoenixGameSettings_GetFrameRateUncapped"); \ static_assert(offsetof(PhoenixGameSettings_GetFrameRateUncapped, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetFrameRateUncapped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetHighContrastMode \ static_assert(alignof(PhoenixGameSettings_GetHighContrastMode) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetHighContrastMode"); \ static_assert(sizeof(PhoenixGameSettings_GetHighContrastMode) == 0x000004, "Wrong size on PhoenixGameSettings_GetHighContrastMode"); \ static_assert(offsetof(PhoenixGameSettings_GetHighContrastMode, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetHighContrastMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetINILanguageSetting \ static_assert(alignof(PhoenixGameSettings_GetINILanguageSetting) == 0x000008, "Wrong alignment on PhoenixGameSettings_GetINILanguageSetting"); \ static_assert(sizeof(PhoenixGameSettings_GetINILanguageSetting) == 0x000010, "Wrong size on PhoenixGameSettings_GetINILanguageSetting"); \ static_assert(offsetof(PhoenixGameSettings_GetINILanguageSetting, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetINILanguageSetting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetMasteringSuite \ static_assert(alignof(PhoenixGameSettings_GetMasteringSuite) == 0x000008, "Wrong alignment on PhoenixGameSettings_GetMasteringSuite"); \ static_assert(sizeof(PhoenixGameSettings_GetMasteringSuite) == 0x000010, "Wrong size on PhoenixGameSettings_GetMasteringSuite"); \ static_assert(offsetof(PhoenixGameSettings_GetMasteringSuite, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetMasteringSuite::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetMiniMapOpacity \ static_assert(alignof(PhoenixGameSettings_GetMiniMapOpacity) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetMiniMapOpacity"); \ static_assert(sizeof(PhoenixGameSettings_GetMiniMapOpacity) == 0x000004, "Wrong size on PhoenixGameSettings_GetMiniMapOpacity"); \ static_assert(offsetof(PhoenixGameSettings_GetMiniMapOpacity, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetMiniMapOpacity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetMiniMapPathEnabled \ static_assert(alignof(PhoenixGameSettings_GetMiniMapPathEnabled) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetMiniMapPathEnabled"); \ static_assert(sizeof(PhoenixGameSettings_GetMiniMapPathEnabled) == 0x000001, "Wrong size on PhoenixGameSettings_GetMiniMapPathEnabled"); \ static_assert(offsetof(PhoenixGameSettings_GetMiniMapPathEnabled, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetMiniMapPathEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetMiniMapSize \ static_assert(alignof(PhoenixGameSettings_GetMiniMapSize) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetMiniMapSize"); \ static_assert(sizeof(PhoenixGameSettings_GetMiniMapSize) == 0x000004, "Wrong size on PhoenixGameSettings_GetMiniMapSize"); \ static_assert(offsetof(PhoenixGameSettings_GetMiniMapSize, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetMiniMapSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetMonoAudio \ static_assert(alignof(PhoenixGameSettings_GetMonoAudio) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetMonoAudio"); \ static_assert(sizeof(PhoenixGameSettings_GetMonoAudio) == 0x000001, "Wrong size on PhoenixGameSettings_GetMonoAudio"); \ static_assert(offsetof(PhoenixGameSettings_GetMonoAudio, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetMonoAudio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetMusicSoundVolume \ static_assert(alignof(PhoenixGameSettings_GetMusicSoundVolume) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetMusicSoundVolume"); \ static_assert(sizeof(PhoenixGameSettings_GetMusicSoundVolume) == 0x000004, "Wrong size on PhoenixGameSettings_GetMusicSoundVolume"); \ static_assert(offsetof(PhoenixGameSettings_GetMusicSoundVolume, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetMusicSoundVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetRGBPeripheralsEnabled \ static_assert(alignof(PhoenixGameSettings_GetRGBPeripheralsEnabled) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetRGBPeripheralsEnabled"); \ static_assert(sizeof(PhoenixGameSettings_GetRGBPeripheralsEnabled) == 0x000001, "Wrong size on PhoenixGameSettings_GetRGBPeripheralsEnabled"); \ static_assert(offsetof(PhoenixGameSettings_GetRGBPeripheralsEnabled, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetRGBPeripheralsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetShowBeastControls \ static_assert(alignof(PhoenixGameSettings_GetShowBeastControls) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetShowBeastControls"); \ static_assert(sizeof(PhoenixGameSettings_GetShowBeastControls) == 0x000001, "Wrong size on PhoenixGameSettings_GetShowBeastControls"); \ static_assert(offsetof(PhoenixGameSettings_GetShowBeastControls, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetShowBeastControls::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetShowEnemyDamageElements \ static_assert(alignof(PhoenixGameSettings_GetShowEnemyDamageElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetShowEnemyDamageElements"); \ static_assert(sizeof(PhoenixGameSettings_GetShowEnemyDamageElements) == 0x000001, "Wrong size on PhoenixGameSettings_GetShowEnemyDamageElements"); \ static_assert(offsetof(PhoenixGameSettings_GetShowEnemyDamageElements, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetShowEnemyDamageElements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetShowHudBeacons \ static_assert(alignof(PhoenixGameSettings_GetShowHudBeacons) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetShowHudBeacons"); \ static_assert(sizeof(PhoenixGameSettings_GetShowHudBeacons) == 0x000001, "Wrong size on PhoenixGameSettings_GetShowHudBeacons"); \ static_assert(offsetof(PhoenixGameSettings_GetShowHudBeacons, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetShowHudBeacons::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetShowMapElements \ static_assert(alignof(PhoenixGameSettings_GetShowMapElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetShowMapElements"); \ static_assert(sizeof(PhoenixGameSettings_GetShowMapElements) == 0x000001, "Wrong size on PhoenixGameSettings_GetShowMapElements"); \ static_assert(offsetof(PhoenixGameSettings_GetShowMapElements, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetShowMapElements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetShowMeterElements \ static_assert(alignof(PhoenixGameSettings_GetShowMeterElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetShowMeterElements"); \ static_assert(sizeof(PhoenixGameSettings_GetShowMeterElements) == 0x000001, "Wrong size on PhoenixGameSettings_GetShowMeterElements"); \ static_assert(offsetof(PhoenixGameSettings_GetShowMeterElements, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetShowMeterElements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetShowMissionElements \ static_assert(alignof(PhoenixGameSettings_GetShowMissionElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetShowMissionElements"); \ static_assert(sizeof(PhoenixGameSettings_GetShowMissionElements) == 0x000001, "Wrong size on PhoenixGameSettings_GetShowMissionElements"); \ static_assert(offsetof(PhoenixGameSettings_GetShowMissionElements, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetShowMissionElements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetShowNotificationElements \ static_assert(alignof(PhoenixGameSettings_GetShowNotificationElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetShowNotificationElements"); \ static_assert(sizeof(PhoenixGameSettings_GetShowNotificationElements) == 0x000001, "Wrong size on PhoenixGameSettings_GetShowNotificationElements"); \ static_assert(offsetof(PhoenixGameSettings_GetShowNotificationElements, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetShowNotificationElements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetShowSpecialNotificationElements \ static_assert(alignof(PhoenixGameSettings_GetShowSpecialNotificationElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetShowSpecialNotificationElements"); \ static_assert(sizeof(PhoenixGameSettings_GetShowSpecialNotificationElements) == 0x000001, "Wrong size on PhoenixGameSettings_GetShowSpecialNotificationElements"); \ static_assert(offsetof(PhoenixGameSettings_GetShowSpecialNotificationElements, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetShowSpecialNotificationElements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetShowSpellElements \ static_assert(alignof(PhoenixGameSettings_GetShowSpellElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetShowSpellElements"); \ static_assert(sizeof(PhoenixGameSettings_GetShowSpellElements) == 0x000001, "Wrong size on PhoenixGameSettings_GetShowSpellElements"); \ static_assert(offsetof(PhoenixGameSettings_GetShowSpellElements, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetShowSpellElements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetShowTargetElements \ static_assert(alignof(PhoenixGameSettings_GetShowTargetElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetShowTargetElements"); \ static_assert(sizeof(PhoenixGameSettings_GetShowTargetElements) == 0x000001, "Wrong size on PhoenixGameSettings_GetShowTargetElements"); \ static_assert(offsetof(PhoenixGameSettings_GetShowTargetElements, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetShowTargetElements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetShowTargetHighlights \ static_assert(alignof(PhoenixGameSettings_GetShowTargetHighlights) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetShowTargetHighlights"); \ static_assert(sizeof(PhoenixGameSettings_GetShowTargetHighlights) == 0x000001, "Wrong size on PhoenixGameSettings_GetShowTargetHighlights"); \ static_assert(offsetof(PhoenixGameSettings_GetShowTargetHighlights, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetShowTargetHighlights::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetShowTargetName \ static_assert(alignof(PhoenixGameSettings_GetShowTargetName) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetShowTargetName"); \ static_assert(sizeof(PhoenixGameSettings_GetShowTargetName) == 0x000001, "Wrong size on PhoenixGameSettings_GetShowTargetName"); \ static_assert(offsetof(PhoenixGameSettings_GetShowTargetName, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetShowTargetName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetShowToolWheelElements \ static_assert(alignof(PhoenixGameSettings_GetShowToolWheelElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetShowToolWheelElements"); \ static_assert(sizeof(PhoenixGameSettings_GetShowToolWheelElements) == 0x000001, "Wrong size on PhoenixGameSettings_GetShowToolWheelElements"); \ static_assert(offsetof(PhoenixGameSettings_GetShowToolWheelElements, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetShowToolWheelElements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetShowTutorialElements \ static_assert(alignof(PhoenixGameSettings_GetShowTutorialElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetShowTutorialElements"); \ static_assert(sizeof(PhoenixGameSettings_GetShowTutorialElements) == 0x000001, "Wrong size on PhoenixGameSettings_GetShowTutorialElements"); \ static_assert(offsetof(PhoenixGameSettings_GetShowTutorialElements, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetShowTutorialElements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetShowXPElements \ static_assert(alignof(PhoenixGameSettings_GetShowXPElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetShowXPElements"); \ static_assert(sizeof(PhoenixGameSettings_GetShowXPElements) == 0x000001, "Wrong size on PhoenixGameSettings_GetShowXPElements"); \ static_assert(offsetof(PhoenixGameSettings_GetShowXPElements, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetShowXPElements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetSoundMuted \ static_assert(alignof(PhoenixGameSettings_GetSoundMuted) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetSoundMuted"); \ static_assert(sizeof(PhoenixGameSettings_GetSoundMuted) == 0x000001, "Wrong size on PhoenixGameSettings_GetSoundMuted"); \ static_assert(offsetof(PhoenixGameSettings_GetSoundMuted, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetSoundMuted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetSubtitlesEnabled \ static_assert(alignof(PhoenixGameSettings_GetSubtitlesEnabled) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetSubtitlesEnabled"); \ static_assert(sizeof(PhoenixGameSettings_GetSubtitlesEnabled) == 0x000001, "Wrong size on PhoenixGameSettings_GetSubtitlesEnabled"); \ static_assert(offsetof(PhoenixGameSettings_GetSubtitlesEnabled, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetSubtitlesEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetTiltControls \ static_assert(alignof(PhoenixGameSettings_GetTiltControls) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetTiltControls"); \ static_assert(sizeof(PhoenixGameSettings_GetTiltControls) == 0x000001, "Wrong size on PhoenixGameSettings_GetTiltControls"); \ static_assert(offsetof(PhoenixGameSettings_GetTiltControls, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetTiltControls::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetTiltSensitivity \ static_assert(alignof(PhoenixGameSettings_GetTiltSensitivity) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetTiltSensitivity"); \ static_assert(sizeof(PhoenixGameSettings_GetTiltSensitivity) == 0x000004, "Wrong size on PhoenixGameSettings_GetTiltSensitivity"); \ static_assert(offsetof(PhoenixGameSettings_GetTiltSensitivity, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetTiltSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetUseMinimalHud \ static_assert(alignof(PhoenixGameSettings_GetUseMinimalHud) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetUseMinimalHud"); \ static_assert(sizeof(PhoenixGameSettings_GetUseMinimalHud) == 0x000001, "Wrong size on PhoenixGameSettings_GetUseMinimalHud"); \ static_assert(offsetof(PhoenixGameSettings_GetUseMinimalHud, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetUseMinimalHud::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetVoiceSoundVolume \ static_assert(alignof(PhoenixGameSettings_GetVoiceSoundVolume) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetVoiceSoundVolume"); \ static_assert(sizeof(PhoenixGameSettings_GetVoiceSoundVolume) == 0x000004, "Wrong size on PhoenixGameSettings_GetVoiceSoundVolume"); \ static_assert(offsetof(PhoenixGameSettings_GetVoiceSoundVolume, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetVoiceSoundVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_IsHDTextureInstallationAllowed \ static_assert(alignof(PhoenixGameSettings_IsHDTextureInstallationAllowed) == 0x000001, "Wrong alignment on PhoenixGameSettings_IsHDTextureInstallationAllowed"); \ static_assert(sizeof(PhoenixGameSettings_IsHDTextureInstallationAllowed) == 0x000001, "Wrong size on PhoenixGameSettings_IsHDTextureInstallationAllowed"); \ static_assert(offsetof(PhoenixGameSettings_IsHDTextureInstallationAllowed, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_IsHDTextureInstallationAllowed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_IsRogAlly \ static_assert(alignof(PhoenixGameSettings_IsRogAlly) == 0x000001, "Wrong alignment on PhoenixGameSettings_IsRogAlly"); \ static_assert(sizeof(PhoenixGameSettings_IsRogAlly) == 0x000001, "Wrong size on PhoenixGameSettings_IsRogAlly"); \ static_assert(offsetof(PhoenixGameSettings_IsRogAlly, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_IsRogAlly::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_OnRaytracingRebootPopupButtonPressed \ static_assert(alignof(PhoenixGameSettings_OnRaytracingRebootPopupButtonPressed) == 0x000008, "Wrong alignment on PhoenixGameSettings_OnRaytracingRebootPopupButtonPressed"); \ static_assert(sizeof(PhoenixGameSettings_OnRaytracingRebootPopupButtonPressed) == 0x000010, "Wrong size on PhoenixGameSettings_OnRaytracingRebootPopupButtonPressed"); \ static_assert(offsetof(PhoenixGameSettings_OnRaytracingRebootPopupButtonPressed, PopupScreen) == 0x000000, "Member 'PhoenixGameSettings_OnRaytracingRebootPopupButtonPressed::PopupScreen' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_OnRaytracingRebootPopupButtonPressed, CompletionActionIndex) == 0x000008, "Member 'PhoenixGameSettings_OnRaytracingRebootPopupButtonPressed::CompletionActionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetAccessibilityAudioCueOpacity \ static_assert(alignof(PhoenixGameSettings_SetAccessibilityAudioCueOpacity) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetAccessibilityAudioCueOpacity"); \ static_assert(sizeof(PhoenixGameSettings_SetAccessibilityAudioCueOpacity) == 0x000004, "Wrong size on PhoenixGameSettings_SetAccessibilityAudioCueOpacity"); \ static_assert(offsetof(PhoenixGameSettings_SetAccessibilityAudioCueOpacity, Opacity) == 0x000000, "Member 'PhoenixGameSettings_SetAccessibilityAudioCueOpacity::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetAccessibilityAudioCueScale \ static_assert(alignof(PhoenixGameSettings_SetAccessibilityAudioCueScale) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetAccessibilityAudioCueScale"); \ static_assert(sizeof(PhoenixGameSettings_SetAccessibilityAudioCueScale) == 0x000004, "Wrong size on PhoenixGameSettings_SetAccessibilityAudioCueScale"); \ static_assert(offsetof(PhoenixGameSettings_SetAccessibilityAudioCueScale, Scale) == 0x000000, "Member 'PhoenixGameSettings_SetAccessibilityAudioCueScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetAccessibilitySpellToggle \ static_assert(alignof(PhoenixGameSettings_SetAccessibilitySpellToggle) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetAccessibilitySpellToggle"); \ static_assert(sizeof(PhoenixGameSettings_SetAccessibilitySpellToggle) == 0x000001, "Wrong size on PhoenixGameSettings_SetAccessibilitySpellToggle"); \ static_assert(offsetof(PhoenixGameSettings_SetAccessibilitySpellToggle, ToggleOn) == 0x000000, "Member 'PhoenixGameSettings_SetAccessibilitySpellToggle::ToggleOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetAltTooltipsEnabled \ static_assert(alignof(PhoenixGameSettings_SetAltTooltipsEnabled) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetAltTooltipsEnabled"); \ static_assert(sizeof(PhoenixGameSettings_SetAltTooltipsEnabled) == 0x000001, "Wrong size on PhoenixGameSettings_SetAltTooltipsEnabled"); \ static_assert(offsetof(PhoenixGameSettings_SetAltTooltipsEnabled, bEnable) == 0x000000, "Member 'PhoenixGameSettings_SetAltTooltipsEnabled::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetAlwaysUseCameraAiming \ static_assert(alignof(PhoenixGameSettings_SetAlwaysUseCameraAiming) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetAlwaysUseCameraAiming"); \ static_assert(sizeof(PhoenixGameSettings_SetAlwaysUseCameraAiming) == 0x000001, "Wrong size on PhoenixGameSettings_SetAlwaysUseCameraAiming"); \ static_assert(offsetof(PhoenixGameSettings_SetAlwaysUseCameraAiming, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetAlwaysUseCameraAiming::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetAntiAliasMode \ static_assert(alignof(PhoenixGameSettings_SetAntiAliasMode) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetAntiAliasMode"); \ static_assert(sizeof(PhoenixGameSettings_SetAntiAliasMode) == 0x000001, "Wrong size on PhoenixGameSettings_SetAntiAliasMode"); \ static_assert(offsetof(PhoenixGameSettings_SetAntiAliasMode, Mode) == 0x000000, "Member 'PhoenixGameSettings_SetAntiAliasMode::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetArachnophobiaModeEnabled \ static_assert(alignof(PhoenixGameSettings_SetArachnophobiaModeEnabled) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetArachnophobiaModeEnabled"); \ static_assert(sizeof(PhoenixGameSettings_SetArachnophobiaModeEnabled) == 0x000001, "Wrong size on PhoenixGameSettings_SetArachnophobiaModeEnabled"); \ static_assert(offsetof(PhoenixGameSettings_SetArachnophobiaModeEnabled, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetArachnophobiaModeEnabled::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetAudioVisualizer \ static_assert(alignof(PhoenixGameSettings_SetAudioVisualizer) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetAudioVisualizer"); \ static_assert(sizeof(PhoenixGameSettings_SetAudioVisualizer) == 0x000001, "Wrong size on PhoenixGameSettings_SetAudioVisualizer"); \ static_assert(offsetof(PhoenixGameSettings_SetAudioVisualizer, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetAudioVisualizer::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetBrightness \ static_assert(alignof(PhoenixGameSettings_SetBrightness) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetBrightness"); \ static_assert(sizeof(PhoenixGameSettings_SetBrightness) == 0x000004, "Wrong size on PhoenixGameSettings_SetBrightness"); \ static_assert(offsetof(PhoenixGameSettings_SetBrightness, NewBrightness) == 0x000000, "Member 'PhoenixGameSettings_SetBrightness::NewBrightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetColorVisionDeficiencyType \ static_assert(alignof(PhoenixGameSettings_SetColorVisionDeficiencyType) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetColorVisionDeficiencyType"); \ static_assert(sizeof(PhoenixGameSettings_SetColorVisionDeficiencyType) == 0x000001, "Wrong size on PhoenixGameSettings_SetColorVisionDeficiencyType"); \ static_assert(offsetof(PhoenixGameSettings_SetColorVisionDeficiencyType, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetColorVisionDeficiencyType::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetControllerRumble \ static_assert(alignof(PhoenixGameSettings_SetControllerRumble) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetControllerRumble"); \ static_assert(sizeof(PhoenixGameSettings_SetControllerRumble) == 0x000001, "Wrong size on PhoenixGameSettings_SetControllerRumble"); \ static_assert(offsetof(PhoenixGameSettings_SetControllerRumble, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetControllerRumble::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetCursorSpeedMultiplier \ static_assert(alignof(PhoenixGameSettings_SetCursorSpeedMultiplier) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetCursorSpeedMultiplier"); \ static_assert(sizeof(PhoenixGameSettings_SetCursorSpeedMultiplier) == 0x000004, "Wrong size on PhoenixGameSettings_SetCursorSpeedMultiplier"); \ static_assert(offsetof(PhoenixGameSettings_SetCursorSpeedMultiplier, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetCursorSpeedMultiplier::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetDLSSSharpness \ static_assert(alignof(PhoenixGameSettings_SetDLSSSharpness) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetDLSSSharpness"); \ static_assert(sizeof(PhoenixGameSettings_SetDLSSSharpness) == 0x000004, "Wrong size on PhoenixGameSettings_SetDLSSSharpness"); \ static_assert(offsetof(PhoenixGameSettings_SetDLSSSharpness, NewSharpness) == 0x000000, "Member 'PhoenixGameSettings_SetDLSSSharpness::NewSharpness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetDynamicRange \ static_assert(alignof(PhoenixGameSettings_SetDynamicRange) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetDynamicRange"); \ static_assert(sizeof(PhoenixGameSettings_SetDynamicRange) == 0x000004, "Wrong size on PhoenixGameSettings_SetDynamicRange"); \ static_assert(offsetof(PhoenixGameSettings_SetDynamicRange, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetDynamicRange::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetEffectSoundVolume \ static_assert(alignof(PhoenixGameSettings_SetEffectSoundVolume) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetEffectSoundVolume"); \ static_assert(sizeof(PhoenixGameSettings_SetEffectSoundVolume) == 0x000004, "Wrong size on PhoenixGameSettings_SetEffectSoundVolume"); \ static_assert(offsetof(PhoenixGameSettings_SetEffectSoundVolume, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetEffectSoundVolume::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetEnableKeyboardSprintWalkToggle \ static_assert(alignof(PhoenixGameSettings_SetEnableKeyboardSprintWalkToggle) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetEnableKeyboardSprintWalkToggle"); \ static_assert(sizeof(PhoenixGameSettings_SetEnableKeyboardSprintWalkToggle) == 0x000001, "Wrong size on PhoenixGameSettings_SetEnableKeyboardSprintWalkToggle"); \ static_assert(offsetof(PhoenixGameSettings_SetEnableKeyboardSprintWalkToggle, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetEnableKeyboardSprintWalkToggle::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetFogQuality \ static_assert(alignof(PhoenixGameSettings_SetFogQuality) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetFogQuality"); \ static_assert(sizeof(PhoenixGameSettings_SetFogQuality) == 0x000004, "Wrong size on PhoenixGameSettings_SetFogQuality"); \ static_assert(offsetof(PhoenixGameSettings_SetFogQuality, Value) == 0x000000, "Member 'PhoenixGameSettings_SetFogQuality::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetFontIndex \ static_assert(alignof(PhoenixGameSettings_SetFontIndex) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetFontIndex"); \ static_assert(sizeof(PhoenixGameSettings_SetFontIndex) == 0x000004, "Wrong size on PhoenixGameSettings_SetFontIndex"); \ static_assert(offsetof(PhoenixGameSettings_SetFontIndex, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetFontIndex::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetFontSizeOffset \ static_assert(alignof(PhoenixGameSettings_SetFontSizeOffset) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetFontSizeOffset"); \ static_assert(sizeof(PhoenixGameSettings_SetFontSizeOffset) == 0x000004, "Wrong size on PhoenixGameSettings_SetFontSizeOffset"); \ static_assert(offsetof(PhoenixGameSettings_SetFontSizeOffset, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetFontSizeOffset::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetFrameGeneration \ static_assert(alignof(PhoenixGameSettings_SetFrameGeneration) == 0x000008, "Wrong alignment on PhoenixGameSettings_SetFrameGeneration"); \ static_assert(sizeof(PhoenixGameSettings_SetFrameGeneration) == 0x000018, "Wrong size on PhoenixGameSettings_SetFrameGeneration"); \ static_assert(offsetof(PhoenixGameSettings_SetFrameGeneration, FrameGenMode) == 0x000000, "Member 'PhoenixGameSettings_SetFrameGeneration::FrameGenMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetHDRToneMapParameters \ static_assert(alignof(PhoenixGameSettings_SetHDRToneMapParameters) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetHDRToneMapParameters"); \ static_assert(sizeof(PhoenixGameSettings_SetHDRToneMapParameters) == 0x000018, "Wrong size on PhoenixGameSettings_SetHDRToneMapParameters"); \ static_assert(offsetof(PhoenixGameSettings_SetHDRToneMapParameters, bAutomatic) == 0x000000, "Member 'PhoenixGameSettings_SetHDRToneMapParameters::bAutomatic' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_SetHDRToneMapParameters, MinToneMapLuminance_0) == 0x000004, "Member 'PhoenixGameSettings_SetHDRToneMapParameters::MinToneMapLuminance_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_SetHDRToneMapParameters, MidToneMapLuminance_0) == 0x000008, "Member 'PhoenixGameSettings_SetHDRToneMapParameters::MidToneMapLuminance_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_SetHDRToneMapParameters, MaxToneMapLuminance_0) == 0x00000C, "Member 'PhoenixGameSettings_SetHDRToneMapParameters::MaxToneMapLuminance_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_SetHDRToneMapParameters, UIBrightness_0) == 0x000010, "Member 'PhoenixGameSettings_SetHDRToneMapParameters::UIBrightness_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_SetHDRToneMapParameters, ReturnValue) == 0x000014, "Member 'PhoenixGameSettings_SetHDRToneMapParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetHideNonCinematicElements \ static_assert(alignof(PhoenixGameSettings_SetHideNonCinematicElements) == 0x000008, "Wrong alignment on PhoenixGameSettings_SetHideNonCinematicElements"); \ static_assert(sizeof(PhoenixGameSettings_SetHideNonCinematicElements) == 0x000010, "Wrong size on PhoenixGameSettings_SetHideNonCinematicElements"); \ static_assert(offsetof(PhoenixGameSettings_SetHideNonCinematicElements, bHide) == 0x000000, "Member 'PhoenixGameSettings_SetHideNonCinematicElements::bHide' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_SetHideNonCinematicElements, InInstigator) == 0x000008, "Member 'PhoenixGameSettings_SetHideNonCinematicElements::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetHighContrastMode \ static_assert(alignof(PhoenixGameSettings_SetHighContrastMode) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetHighContrastMode"); \ static_assert(sizeof(PhoenixGameSettings_SetHighContrastMode) == 0x000001, "Wrong size on PhoenixGameSettings_SetHighContrastMode"); \ static_assert(offsetof(PhoenixGameSettings_SetHighContrastMode, inContrastMode) == 0x000000, "Member 'PhoenixGameSettings_SetHighContrastMode::inContrastMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetHighContrastModeBits \ static_assert(alignof(PhoenixGameSettings_SetHighContrastModeBits) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetHighContrastModeBits"); \ static_assert(sizeof(PhoenixGameSettings_SetHighContrastModeBits) == 0x000004, "Wrong size on PhoenixGameSettings_SetHighContrastModeBits"); \ static_assert(offsetof(PhoenixGameSettings_SetHighContrastModeBits, inContrastMode) == 0x000000, "Member 'PhoenixGameSettings_SetHighContrastModeBits::inContrastMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetIgnoreConfirmVideoMode \ static_assert(alignof(PhoenixGameSettings_SetIgnoreConfirmVideoMode) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetIgnoreConfirmVideoMode"); \ static_assert(sizeof(PhoenixGameSettings_SetIgnoreConfirmVideoMode) == 0x000001, "Wrong size on PhoenixGameSettings_SetIgnoreConfirmVideoMode"); \ static_assert(offsetof(PhoenixGameSettings_SetIgnoreConfirmVideoMode, bIgnore) == 0x000000, "Member 'PhoenixGameSettings_SetIgnoreConfirmVideoMode::bIgnore' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetINILanguageSetting \ static_assert(alignof(PhoenixGameSettings_SetINILanguageSetting) == 0x000008, "Wrong alignment on PhoenixGameSettings_SetINILanguageSetting"); \ static_assert(sizeof(PhoenixGameSettings_SetINILanguageSetting) == 0x000010, "Wrong size on PhoenixGameSettings_SetINILanguageSetting"); \ static_assert(offsetof(PhoenixGameSettings_SetINILanguageSetting, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetINILanguageSetting::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetLatencyMode \ static_assert(alignof(PhoenixGameSettings_SetLatencyMode) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetLatencyMode"); \ static_assert(sizeof(PhoenixGameSettings_SetLatencyMode) == 0x000001, "Wrong size on PhoenixGameSettings_SetLatencyMode"); \ static_assert(offsetof(PhoenixGameSettings_SetLatencyMode, InMode) == 0x000000, "Member 'PhoenixGameSettings_SetLatencyMode::InMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetMasteringSuite \ static_assert(alignof(PhoenixGameSettings_SetMasteringSuite) == 0x000008, "Wrong alignment on PhoenixGameSettings_SetMasteringSuite"); \ static_assert(sizeof(PhoenixGameSettings_SetMasteringSuite) == 0x000010, "Wrong size on PhoenixGameSettings_SetMasteringSuite"); \ static_assert(offsetof(PhoenixGameSettings_SetMasteringSuite, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetMasteringSuite::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetMenuReaderEnabled \ static_assert(alignof(PhoenixGameSettings_SetMenuReaderEnabled) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetMenuReaderEnabled"); \ static_assert(sizeof(PhoenixGameSettings_SetMenuReaderEnabled) == 0x000001, "Wrong size on PhoenixGameSettings_SetMenuReaderEnabled"); \ static_assert(offsetof(PhoenixGameSettings_SetMenuReaderEnabled, Enabled) == 0x000000, "Member 'PhoenixGameSettings_SetMenuReaderEnabled::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetMenuReaderVoice \ static_assert(alignof(PhoenixGameSettings_SetMenuReaderVoice) == 0x000008, "Wrong alignment on PhoenixGameSettings_SetMenuReaderVoice"); \ static_assert(sizeof(PhoenixGameSettings_SetMenuReaderVoice) == 0x000030, "Wrong size on PhoenixGameSettings_SetMenuReaderVoice"); \ static_assert(offsetof(PhoenixGameSettings_SetMenuReaderVoice, InVoiceID) == 0x000000, "Member 'PhoenixGameSettings_SetMenuReaderVoice::InVoiceID' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_SetMenuReaderVoice, InDescription) == 0x000010, "Member 'PhoenixGameSettings_SetMenuReaderVoice::InDescription' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_SetMenuReaderVoice, InGender) == 0x000020, "Member 'PhoenixGameSettings_SetMenuReaderVoice::InGender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetMenuReaderVolume \ static_assert(alignof(PhoenixGameSettings_SetMenuReaderVolume) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetMenuReaderVolume"); \ static_assert(sizeof(PhoenixGameSettings_SetMenuReaderVolume) == 0x000004, "Wrong size on PhoenixGameSettings_SetMenuReaderVolume"); \ static_assert(offsetof(PhoenixGameSettings_SetMenuReaderVolume, InVolume) == 0x000000, "Member 'PhoenixGameSettings_SetMenuReaderVolume::InVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetMiniMapOpacity \ static_assert(alignof(PhoenixGameSettings_SetMiniMapOpacity) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetMiniMapOpacity"); \ static_assert(sizeof(PhoenixGameSettings_SetMiniMapOpacity) == 0x000004, "Wrong size on PhoenixGameSettings_SetMiniMapOpacity"); \ static_assert(offsetof(PhoenixGameSettings_SetMiniMapOpacity, Opacity) == 0x000000, "Member 'PhoenixGameSettings_SetMiniMapOpacity::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetMiniMapPathEnabled \ static_assert(alignof(PhoenixGameSettings_SetMiniMapPathEnabled) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetMiniMapPathEnabled"); \ static_assert(sizeof(PhoenixGameSettings_SetMiniMapPathEnabled) == 0x000001, "Wrong size on PhoenixGameSettings_SetMiniMapPathEnabled"); \ static_assert(offsetof(PhoenixGameSettings_SetMiniMapPathEnabled, Enabled) == 0x000000, "Member 'PhoenixGameSettings_SetMiniMapPathEnabled::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetMiniMapSize \ static_assert(alignof(PhoenixGameSettings_SetMiniMapSize) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetMiniMapSize"); \ static_assert(sizeof(PhoenixGameSettings_SetMiniMapSize) == 0x000004, "Wrong size on PhoenixGameSettings_SetMiniMapSize"); \ static_assert(offsetof(PhoenixGameSettings_SetMiniMapSize, size) == 0x000000, "Member 'PhoenixGameSettings_SetMiniMapSize::size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetMonoAudio \ static_assert(alignof(PhoenixGameSettings_SetMonoAudio) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetMonoAudio"); \ static_assert(sizeof(PhoenixGameSettings_SetMonoAudio) == 0x000001, "Wrong size on PhoenixGameSettings_SetMonoAudio"); \ static_assert(offsetof(PhoenixGameSettings_SetMonoAudio, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetMonoAudio::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetMusicSoundVolume \ static_assert(alignof(PhoenixGameSettings_SetMusicSoundVolume) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetMusicSoundVolume"); \ static_assert(sizeof(PhoenixGameSettings_SetMusicSoundVolume) == 0x000004, "Wrong size on PhoenixGameSettings_SetMusicSoundVolume"); \ static_assert(offsetof(PhoenixGameSettings_SetMusicSoundVolume, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetMusicSoundVolume::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetNvidiaRayReconstruction \ static_assert(alignof(PhoenixGameSettings_SetNvidiaRayReconstruction) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetNvidiaRayReconstruction"); \ static_assert(sizeof(PhoenixGameSettings_SetNvidiaRayReconstruction) == 0x000001, "Wrong size on PhoenixGameSettings_SetNvidiaRayReconstruction"); \ static_assert(offsetof(PhoenixGameSettings_SetNvidiaRayReconstruction, bEnabled) == 0x000000, "Member 'PhoenixGameSettings_SetNvidiaRayReconstruction::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetPauseOnFocusLoss \ static_assert(alignof(PhoenixGameSettings_SetPauseOnFocusLoss) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetPauseOnFocusLoss"); \ static_assert(sizeof(PhoenixGameSettings_SetPauseOnFocusLoss) == 0x000001, "Wrong size on PhoenixGameSettings_SetPauseOnFocusLoss"); \ static_assert(offsetof(PhoenixGameSettings_SetPauseOnFocusLoss, bEnable) == 0x000000, "Member 'PhoenixGameSettings_SetPauseOnFocusLoss::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetPerformanceMode \ static_assert(alignof(PhoenixGameSettings_SetPerformanceMode) == 0x000008, "Wrong alignment on PhoenixGameSettings_SetPerformanceMode"); \ static_assert(sizeof(PhoenixGameSettings_SetPerformanceMode) == 0x000010, "Wrong size on PhoenixGameSettings_SetPerformanceMode"); \ static_assert(offsetof(PhoenixGameSettings_SetPerformanceMode, InPerformanceMode) == 0x000000, "Member 'PhoenixGameSettings_SetPerformanceMode::InPerformanceMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetPopulationQuality \ static_assert(alignof(PhoenixGameSettings_SetPopulationQuality) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetPopulationQuality"); \ static_assert(sizeof(PhoenixGameSettings_SetPopulationQuality) == 0x000004, "Wrong size on PhoenixGameSettings_SetPopulationQuality"); \ static_assert(offsetof(PhoenixGameSettings_SetPopulationQuality, Value) == 0x000000, "Member 'PhoenixGameSettings_SetPopulationQuality::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetRaytracingAmbientOcclusion \ static_assert(alignof(PhoenixGameSettings_SetRaytracingAmbientOcclusion) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetRaytracingAmbientOcclusion"); \ static_assert(sizeof(PhoenixGameSettings_SetRaytracingAmbientOcclusion) == 0x000001, "Wrong size on PhoenixGameSettings_SetRaytracingAmbientOcclusion"); \ static_assert(offsetof(PhoenixGameSettings_SetRaytracingAmbientOcclusion, bInEnableRaytracingAO) == 0x000000, "Member 'PhoenixGameSettings_SetRaytracingAmbientOcclusion::bInEnableRaytracingAO' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetRaytracingQuality \ static_assert(alignof(PhoenixGameSettings_SetRaytracingQuality) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetRaytracingQuality"); \ static_assert(sizeof(PhoenixGameSettings_SetRaytracingQuality) == 0x000004, "Wrong size on PhoenixGameSettings_SetRaytracingQuality"); \ static_assert(offsetof(PhoenixGameSettings_SetRaytracingQuality, Value) == 0x000000, "Member 'PhoenixGameSettings_SetRaytracingQuality::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetRaytracingReflections \ static_assert(alignof(PhoenixGameSettings_SetRaytracingReflections) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetRaytracingReflections"); \ static_assert(sizeof(PhoenixGameSettings_SetRaytracingReflections) == 0x000001, "Wrong size on PhoenixGameSettings_SetRaytracingReflections"); \ static_assert(offsetof(PhoenixGameSettings_SetRaytracingReflections, bInEnableRaytracingReflections) == 0x000000, "Member 'PhoenixGameSettings_SetRaytracingReflections::bInEnableRaytracingReflections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetRaytracingReflectionsQuality \ static_assert(alignof(PhoenixGameSettings_SetRaytracingReflectionsQuality) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetRaytracingReflectionsQuality"); \ static_assert(sizeof(PhoenixGameSettings_SetRaytracingReflectionsQuality) == 0x000004, "Wrong size on PhoenixGameSettings_SetRaytracingReflectionsQuality"); \ static_assert(offsetof(PhoenixGameSettings_SetRaytracingReflectionsQuality, Value) == 0x000000, "Member 'PhoenixGameSettings_SetRaytracingReflectionsQuality::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetRaytracingShadows \ static_assert(alignof(PhoenixGameSettings_SetRaytracingShadows) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetRaytracingShadows"); \ static_assert(sizeof(PhoenixGameSettings_SetRaytracingShadows) == 0x000001, "Wrong size on PhoenixGameSettings_SetRaytracingShadows"); \ static_assert(offsetof(PhoenixGameSettings_SetRaytracingShadows, bInEnableRaytracingShadows) == 0x000000, "Member 'PhoenixGameSettings_SetRaytracingShadows::bInEnableRaytracingShadows' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetRaytracingShadowsQuality \ static_assert(alignof(PhoenixGameSettings_SetRaytracingShadowsQuality) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetRaytracingShadowsQuality"); \ static_assert(sizeof(PhoenixGameSettings_SetRaytracingShadowsQuality) == 0x000004, "Wrong size on PhoenixGameSettings_SetRaytracingShadowsQuality"); \ static_assert(offsetof(PhoenixGameSettings_SetRaytracingShadowsQuality, Value) == 0x000000, "Member 'PhoenixGameSettings_SetRaytracingShadowsQuality::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetRaytracingSupported \ static_assert(alignof(PhoenixGameSettings_SetRaytracingSupported) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetRaytracingSupported"); \ static_assert(sizeof(PhoenixGameSettings_SetRaytracingSupported) == 0x000001, "Wrong size on PhoenixGameSettings_SetRaytracingSupported"); \ static_assert(offsetof(PhoenixGameSettings_SetRaytracingSupported, bShouldSupport) == 0x000000, "Member 'PhoenixGameSettings_SetRaytracingSupported::bShouldSupport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetRGBPeripheralsEnabled \ static_assert(alignof(PhoenixGameSettings_SetRGBPeripheralsEnabled) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetRGBPeripheralsEnabled"); \ static_assert(sizeof(PhoenixGameSettings_SetRGBPeripheralsEnabled) == 0x000001, "Wrong size on PhoenixGameSettings_SetRGBPeripheralsEnabled"); \ static_assert(offsetof(PhoenixGameSettings_SetRGBPeripheralsEnabled, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetRGBPeripheralsEnabled::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetSelectedGPU \ static_assert(alignof(PhoenixGameSettings_SetSelectedGPU) == 0x000008, "Wrong alignment on PhoenixGameSettings_SetSelectedGPU"); \ static_assert(sizeof(PhoenixGameSettings_SetSelectedGPU) == 0x000018, "Wrong size on PhoenixGameSettings_SetSelectedGPU"); \ static_assert(offsetof(PhoenixGameSettings_SetSelectedGPU, GpuDesc) == 0x000000, "Member 'PhoenixGameSettings_SetSelectedGPU::GpuDesc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetSelectedMonitor \ static_assert(alignof(PhoenixGameSettings_SetSelectedMonitor) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetSelectedMonitor"); \ static_assert(sizeof(PhoenixGameSettings_SetSelectedMonitor) == 0x000008, "Wrong size on PhoenixGameSettings_SetSelectedMonitor"); \ static_assert(offsetof(PhoenixGameSettings_SetSelectedMonitor, SelectedMonitorIdx) == 0x000000, "Member 'PhoenixGameSettings_SetSelectedMonitor::SelectedMonitorIdx' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_SetSelectedMonitor, bForceFullscreen) == 0x000004, "Member 'PhoenixGameSettings_SetSelectedMonitor::bForceFullscreen' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_SetSelectedMonitor, ReturnValue) == 0x000005, "Member 'PhoenixGameSettings_SetSelectedMonitor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetShowBeastControls \ static_assert(alignof(PhoenixGameSettings_SetShowBeastControls) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetShowBeastControls"); \ static_assert(sizeof(PhoenixGameSettings_SetShowBeastControls) == 0x000001, "Wrong size on PhoenixGameSettings_SetShowBeastControls"); \ static_assert(offsetof(PhoenixGameSettings_SetShowBeastControls, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetShowBeastControls::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetShowEnemyDamageElements \ static_assert(alignof(PhoenixGameSettings_SetShowEnemyDamageElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetShowEnemyDamageElements"); \ static_assert(sizeof(PhoenixGameSettings_SetShowEnemyDamageElements) == 0x000001, "Wrong size on PhoenixGameSettings_SetShowEnemyDamageElements"); \ static_assert(offsetof(PhoenixGameSettings_SetShowEnemyDamageElements, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetShowEnemyDamageElements::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetShowHudBeacons \ static_assert(alignof(PhoenixGameSettings_SetShowHudBeacons) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetShowHudBeacons"); \ static_assert(sizeof(PhoenixGameSettings_SetShowHudBeacons) == 0x000001, "Wrong size on PhoenixGameSettings_SetShowHudBeacons"); \ static_assert(offsetof(PhoenixGameSettings_SetShowHudBeacons, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetShowHudBeacons::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetShowMapElements \ static_assert(alignof(PhoenixGameSettings_SetShowMapElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetShowMapElements"); \ static_assert(sizeof(PhoenixGameSettings_SetShowMapElements) == 0x000001, "Wrong size on PhoenixGameSettings_SetShowMapElements"); \ static_assert(offsetof(PhoenixGameSettings_SetShowMapElements, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetShowMapElements::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetShowMeterElements \ static_assert(alignof(PhoenixGameSettings_SetShowMeterElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetShowMeterElements"); \ static_assert(sizeof(PhoenixGameSettings_SetShowMeterElements) == 0x000001, "Wrong size on PhoenixGameSettings_SetShowMeterElements"); \ static_assert(offsetof(PhoenixGameSettings_SetShowMeterElements, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetShowMeterElements::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetShowMissionElements \ static_assert(alignof(PhoenixGameSettings_SetShowMissionElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetShowMissionElements"); \ static_assert(sizeof(PhoenixGameSettings_SetShowMissionElements) == 0x000001, "Wrong size on PhoenixGameSettings_SetShowMissionElements"); \ static_assert(offsetof(PhoenixGameSettings_SetShowMissionElements, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetShowMissionElements::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetShowNotificationElements \ static_assert(alignof(PhoenixGameSettings_SetShowNotificationElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetShowNotificationElements"); \ static_assert(sizeof(PhoenixGameSettings_SetShowNotificationElements) == 0x000001, "Wrong size on PhoenixGameSettings_SetShowNotificationElements"); \ static_assert(offsetof(PhoenixGameSettings_SetShowNotificationElements, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetShowNotificationElements::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetShowSpecialNotificationElements \ static_assert(alignof(PhoenixGameSettings_SetShowSpecialNotificationElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetShowSpecialNotificationElements"); \ static_assert(sizeof(PhoenixGameSettings_SetShowSpecialNotificationElements) == 0x000001, "Wrong size on PhoenixGameSettings_SetShowSpecialNotificationElements"); \ static_assert(offsetof(PhoenixGameSettings_SetShowSpecialNotificationElements, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetShowSpecialNotificationElements::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetShowSpellElements \ static_assert(alignof(PhoenixGameSettings_SetShowSpellElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetShowSpellElements"); \ static_assert(sizeof(PhoenixGameSettings_SetShowSpellElements) == 0x000001, "Wrong size on PhoenixGameSettings_SetShowSpellElements"); \ static_assert(offsetof(PhoenixGameSettings_SetShowSpellElements, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetShowSpellElements::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetShowTargetElements \ static_assert(alignof(PhoenixGameSettings_SetShowTargetElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetShowTargetElements"); \ static_assert(sizeof(PhoenixGameSettings_SetShowTargetElements) == 0x000001, "Wrong size on PhoenixGameSettings_SetShowTargetElements"); \ static_assert(offsetof(PhoenixGameSettings_SetShowTargetElements, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetShowTargetElements::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetShowTargetHighlights \ static_assert(alignof(PhoenixGameSettings_SetShowTargetHighlights) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetShowTargetHighlights"); \ static_assert(sizeof(PhoenixGameSettings_SetShowTargetHighlights) == 0x000001, "Wrong size on PhoenixGameSettings_SetShowTargetHighlights"); \ static_assert(offsetof(PhoenixGameSettings_SetShowTargetHighlights, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetShowTargetHighlights::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetShowTargetName \ static_assert(alignof(PhoenixGameSettings_SetShowTargetName) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetShowTargetName"); \ static_assert(sizeof(PhoenixGameSettings_SetShowTargetName) == 0x000001, "Wrong size on PhoenixGameSettings_SetShowTargetName"); \ static_assert(offsetof(PhoenixGameSettings_SetShowTargetName, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetShowTargetName::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetShowToolWheelElements \ static_assert(alignof(PhoenixGameSettings_SetShowToolWheelElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetShowToolWheelElements"); \ static_assert(sizeof(PhoenixGameSettings_SetShowToolWheelElements) == 0x000001, "Wrong size on PhoenixGameSettings_SetShowToolWheelElements"); \ static_assert(offsetof(PhoenixGameSettings_SetShowToolWheelElements, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetShowToolWheelElements::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetShowTutorialElements \ static_assert(alignof(PhoenixGameSettings_SetShowTutorialElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetShowTutorialElements"); \ static_assert(sizeof(PhoenixGameSettings_SetShowTutorialElements) == 0x000001, "Wrong size on PhoenixGameSettings_SetShowTutorialElements"); \ static_assert(offsetof(PhoenixGameSettings_SetShowTutorialElements, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetShowTutorialElements::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetShowXPElements \ static_assert(alignof(PhoenixGameSettings_SetShowXPElements) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetShowXPElements"); \ static_assert(sizeof(PhoenixGameSettings_SetShowXPElements) == 0x000001, "Wrong size on PhoenixGameSettings_SetShowXPElements"); \ static_assert(offsetof(PhoenixGameSettings_SetShowXPElements, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetShowXPElements::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetSkyQuality \ static_assert(alignof(PhoenixGameSettings_SetSkyQuality) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetSkyQuality"); \ static_assert(sizeof(PhoenixGameSettings_SetSkyQuality) == 0x000004, "Wrong size on PhoenixGameSettings_SetSkyQuality"); \ static_assert(offsetof(PhoenixGameSettings_SetSkyQuality, Value) == 0x000000, "Member 'PhoenixGameSettings_SetSkyQuality::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetSoundMuted \ static_assert(alignof(PhoenixGameSettings_SetSoundMuted) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetSoundMuted"); \ static_assert(sizeof(PhoenixGameSettings_SetSoundMuted) == 0x000001, "Wrong size on PhoenixGameSettings_SetSoundMuted"); \ static_assert(offsetof(PhoenixGameSettings_SetSoundMuted, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetSoundMuted::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetSubtitlesEnabled \ static_assert(alignof(PhoenixGameSettings_SetSubtitlesEnabled) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetSubtitlesEnabled"); \ static_assert(sizeof(PhoenixGameSettings_SetSubtitlesEnabled) == 0x000001, "Wrong size on PhoenixGameSettings_SetSubtitlesEnabled"); \ static_assert(offsetof(PhoenixGameSettings_SetSubtitlesEnabled, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetSubtitlesEnabled::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetTiltControls \ static_assert(alignof(PhoenixGameSettings_SetTiltControls) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetTiltControls"); \ static_assert(sizeof(PhoenixGameSettings_SetTiltControls) == 0x000001, "Wrong size on PhoenixGameSettings_SetTiltControls"); \ static_assert(offsetof(PhoenixGameSettings_SetTiltControls, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetTiltControls::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetTiltSensitivity \ static_assert(alignof(PhoenixGameSettings_SetTiltSensitivity) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetTiltSensitivity"); \ static_assert(sizeof(PhoenixGameSettings_SetTiltSensitivity) == 0x000004, "Wrong size on PhoenixGameSettings_SetTiltSensitivity"); \ static_assert(offsetof(PhoenixGameSettings_SetTiltSensitivity, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetTiltSensitivity::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetUncapFrameRate \ static_assert(alignof(PhoenixGameSettings_SetUncapFrameRate) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetUncapFrameRate"); \ static_assert(sizeof(PhoenixGameSettings_SetUncapFrameRate) == 0x000001, "Wrong size on PhoenixGameSettings_SetUncapFrameRate"); \ static_assert(offsetof(PhoenixGameSettings_SetUncapFrameRate, InUncapFrameRate) == 0x000000, "Member 'PhoenixGameSettings_SetUncapFrameRate::InUncapFrameRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetUpscaleMode \ static_assert(alignof(PhoenixGameSettings_SetUpscaleMode) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetUpscaleMode"); \ static_assert(sizeof(PhoenixGameSettings_SetUpscaleMode) == 0x000001, "Wrong size on PhoenixGameSettings_SetUpscaleMode"); \ static_assert(offsetof(PhoenixGameSettings_SetUpscaleMode, UpscaleModeInput) == 0x000000, "Member 'PhoenixGameSettings_SetUpscaleMode::UpscaleModeInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetUpscaleSoftness \ static_assert(alignof(PhoenixGameSettings_SetUpscaleSoftness) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetUpscaleSoftness"); \ static_assert(sizeof(PhoenixGameSettings_SetUpscaleSoftness) == 0x000004, "Wrong size on PhoenixGameSettings_SetUpscaleSoftness"); \ static_assert(offsetof(PhoenixGameSettings_SetUpscaleSoftness, NewSharpness) == 0x000000, "Member 'PhoenixGameSettings_SetUpscaleSoftness::NewSharpness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetUseMinimalHud \ static_assert(alignof(PhoenixGameSettings_SetUseMinimalHud) == 0x000001, "Wrong alignment on PhoenixGameSettings_SetUseMinimalHud"); \ static_assert(sizeof(PhoenixGameSettings_SetUseMinimalHud) == 0x000001, "Wrong size on PhoenixGameSettings_SetUseMinimalHud"); \ static_assert(offsetof(PhoenixGameSettings_SetUseMinimalHud, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetUseMinimalHud::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_SetVoiceSoundVolume \ static_assert(alignof(PhoenixGameSettings_SetVoiceSoundVolume) == 0x000004, "Wrong alignment on PhoenixGameSettings_SetVoiceSoundVolume"); \ static_assert(sizeof(PhoenixGameSettings_SetVoiceSoundVolume) == 0x000004, "Wrong size on PhoenixGameSettings_SetVoiceSoundVolume"); \ static_assert(offsetof(PhoenixGameSettings_SetVoiceSoundVolume, NewVal) == 0x000000, "Member 'PhoenixGameSettings_SetVoiceSoundVolume::NewVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_ShouldControllerRumble \ static_assert(alignof(PhoenixGameSettings_ShouldControllerRumble) == 0x000001, "Wrong alignment on PhoenixGameSettings_ShouldControllerRumble"); \ static_assert(sizeof(PhoenixGameSettings_ShouldControllerRumble) == 0x000001, "Wrong size on PhoenixGameSettings_ShouldControllerRumble"); \ static_assert(offsetof(PhoenixGameSettings_ShouldControllerRumble, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_ShouldControllerRumble::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_ShouldShowRGBPeripheralsButton \ static_assert(alignof(PhoenixGameSettings_ShouldShowRGBPeripheralsButton) == 0x000001, "Wrong alignment on PhoenixGameSettings_ShouldShowRGBPeripheralsButton"); \ static_assert(sizeof(PhoenixGameSettings_ShouldShowRGBPeripheralsButton) == 0x000001, "Wrong size on PhoenixGameSettings_ShouldShowRGBPeripheralsButton"); \ static_assert(offsetof(PhoenixGameSettings_ShouldShowRGBPeripheralsButton, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_ShouldShowRGBPeripheralsButton::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_ShowRaytracingRebootPopup \ static_assert(alignof(PhoenixGameSettings_ShowRaytracingRebootPopup) == 0x000008, "Wrong alignment on PhoenixGameSettings_ShowRaytracingRebootPopup"); \ static_assert(sizeof(PhoenixGameSettings_ShowRaytracingRebootPopup) == 0x000008, "Wrong size on PhoenixGameSettings_ShowRaytracingRebootPopup"); \ static_assert(offsetof(PhoenixGameSettings_ShowRaytracingRebootPopup, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_ShowRaytracingRebootPopup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_TestHighContrastMode \ static_assert(alignof(PhoenixGameSettings_TestHighContrastMode) == 0x000001, "Wrong alignment on PhoenixGameSettings_TestHighContrastMode"); \ static_assert(sizeof(PhoenixGameSettings_TestHighContrastMode) == 0x000002, "Wrong size on PhoenixGameSettings_TestHighContrastMode"); \ static_assert(offsetof(PhoenixGameSettings_TestHighContrastMode, inContrastMode) == 0x000000, "Member 'PhoenixGameSettings_TestHighContrastMode::inContrastMode' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_TestHighContrastMode, ReturnValue) == 0x000001, "Member 'PhoenixGameSettings_TestHighContrastMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_AreNonCinematicElementsHidden \ static_assert(alignof(PhoenixGameSettings_AreNonCinematicElementsHidden) == 0x000001, "Wrong alignment on PhoenixGameSettings_AreNonCinematicElementsHidden"); \ static_assert(sizeof(PhoenixGameSettings_AreNonCinematicElementsHidden) == 0x000001, "Wrong size on PhoenixGameSettings_AreNonCinematicElementsHidden"); \ static_assert(offsetof(PhoenixGameSettings_AreNonCinematicElementsHidden, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_AreNonCinematicElementsHidden::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_CanPerformAutoReboot \ static_assert(alignof(PhoenixGameSettings_CanPerformAutoReboot) == 0x000001, "Wrong alignment on PhoenixGameSettings_CanPerformAutoReboot"); \ static_assert(sizeof(PhoenixGameSettings_CanPerformAutoReboot) == 0x000001, "Wrong size on PhoenixGameSettings_CanPerformAutoReboot"); \ static_assert(offsetof(PhoenixGameSettings_CanPerformAutoReboot, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_CanPerformAutoReboot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetAltTooltipsEnabled \ static_assert(alignof(PhoenixGameSettings_GetAltTooltipsEnabled) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetAltTooltipsEnabled"); \ static_assert(sizeof(PhoenixGameSettings_GetAltTooltipsEnabled) == 0x000001, "Wrong size on PhoenixGameSettings_GetAltTooltipsEnabled"); \ static_assert(offsetof(PhoenixGameSettings_GetAltTooltipsEnabled, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetAltTooltipsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetAntiAliasMode \ static_assert(alignof(PhoenixGameSettings_GetAntiAliasMode) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetAntiAliasMode"); \ static_assert(sizeof(PhoenixGameSettings_GetAntiAliasMode) == 0x000001, "Wrong size on PhoenixGameSettings_GetAntiAliasMode"); \ static_assert(offsetof(PhoenixGameSettings_GetAntiAliasMode, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetAntiAliasMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetAvailablePerformanceModes \ static_assert(alignof(PhoenixGameSettings_GetAvailablePerformanceModes) == 0x000008, "Wrong alignment on PhoenixGameSettings_GetAvailablePerformanceModes"); \ static_assert(sizeof(PhoenixGameSettings_GetAvailablePerformanceModes) == 0x000010, "Wrong size on PhoenixGameSettings_GetAvailablePerformanceModes"); \ static_assert(offsetof(PhoenixGameSettings_GetAvailablePerformanceModes, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetAvailablePerformanceModes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetAvailablePerformanceModesForBootFlow \ static_assert(alignof(PhoenixGameSettings_GetAvailablePerformanceModesForBootFlow) == 0x000008, "Wrong alignment on PhoenixGameSettings_GetAvailablePerformanceModesForBootFlow"); \ static_assert(sizeof(PhoenixGameSettings_GetAvailablePerformanceModesForBootFlow) == 0x000010, "Wrong size on PhoenixGameSettings_GetAvailablePerformanceModesForBootFlow"); \ static_assert(offsetof(PhoenixGameSettings_GetAvailablePerformanceModesForBootFlow, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetAvailablePerformanceModesForBootFlow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetBrightness \ static_assert(alignof(PhoenixGameSettings_GetBrightness) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetBrightness"); \ static_assert(sizeof(PhoenixGameSettings_GetBrightness) == 0x000004, "Wrong size on PhoenixGameSettings_GetBrightness"); \ static_assert(offsetof(PhoenixGameSettings_GetBrightness, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetBrightness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetClosestAvailableFrameRate \ static_assert(alignof(PhoenixGameSettings_GetClosestAvailableFrameRate) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetClosestAvailableFrameRate"); \ static_assert(sizeof(PhoenixGameSettings_GetClosestAvailableFrameRate) == 0x000008, "Wrong size on PhoenixGameSettings_GetClosestAvailableFrameRate"); \ static_assert(offsetof(PhoenixGameSettings_GetClosestAvailableFrameRate, TargetFrameRate) == 0x000000, "Member 'PhoenixGameSettings_GetClosestAvailableFrameRate::TargetFrameRate' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_GetClosestAvailableFrameRate, ReturnValue) == 0x000004, "Member 'PhoenixGameSettings_GetClosestAvailableFrameRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetDefaultAntiAliasMode \ static_assert(alignof(PhoenixGameSettings_GetDefaultAntiAliasMode) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetDefaultAntiAliasMode"); \ static_assert(sizeof(PhoenixGameSettings_GetDefaultAntiAliasMode) == 0x000001, "Wrong size on PhoenixGameSettings_GetDefaultAntiAliasMode"); \ static_assert(offsetof(PhoenixGameSettings_GetDefaultAntiAliasMode, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetDefaultAntiAliasMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetDLSSSharpness \ static_assert(alignof(PhoenixGameSettings_GetDLSSSharpness) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetDLSSSharpness"); \ static_assert(sizeof(PhoenixGameSettings_GetDLSSSharpness) == 0x000004, "Wrong size on PhoenixGameSettings_GetDLSSSharpness"); \ static_assert(offsetof(PhoenixGameSettings_GetDLSSSharpness, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetDLSSSharpness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetFogQuality \ static_assert(alignof(PhoenixGameSettings_GetFogQuality) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetFogQuality"); \ static_assert(sizeof(PhoenixGameSettings_GetFogQuality) == 0x000004, "Wrong size on PhoenixGameSettings_GetFogQuality"); \ static_assert(offsetof(PhoenixGameSettings_GetFogQuality, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetFogQuality::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetFrameGeneration \ static_assert(alignof(PhoenixGameSettings_GetFrameGeneration) == 0x000008, "Wrong alignment on PhoenixGameSettings_GetFrameGeneration"); \ static_assert(sizeof(PhoenixGameSettings_GetFrameGeneration) == 0x000020, "Wrong size on PhoenixGameSettings_GetFrameGeneration"); \ static_assert(offsetof(PhoenixGameSettings_GetFrameGeneration, bDoCheck) == 0x000000, "Member 'PhoenixGameSettings_GetFrameGeneration::bDoCheck' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_GetFrameGeneration, ReturnValue) == 0x000008, "Member 'PhoenixGameSettings_GetFrameGeneration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetHDRToneMapParameters \ static_assert(alignof(PhoenixGameSettings_GetHDRToneMapParameters) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetHDRToneMapParameters"); \ static_assert(sizeof(PhoenixGameSettings_GetHDRToneMapParameters) == 0x000010, "Wrong size on PhoenixGameSettings_GetHDRToneMapParameters"); \ static_assert(offsetof(PhoenixGameSettings_GetHDRToneMapParameters, OutMinToneMapLuminance) == 0x000000, "Member 'PhoenixGameSettings_GetHDRToneMapParameters::OutMinToneMapLuminance' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_GetHDRToneMapParameters, OutMidToneMapLuminance) == 0x000004, "Member 'PhoenixGameSettings_GetHDRToneMapParameters::OutMidToneMapLuminance' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_GetHDRToneMapParameters, OutMaxToneMapLuminance) == 0x000008, "Member 'PhoenixGameSettings_GetHDRToneMapParameters::OutMaxToneMapLuminance' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_GetHDRToneMapParameters, UIBrightness_0) == 0x00000C, "Member 'PhoenixGameSettings_GetHDRToneMapParameters::UIBrightness_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetLatencyMode \ static_assert(alignof(PhoenixGameSettings_GetLatencyMode) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetLatencyMode"); \ static_assert(sizeof(PhoenixGameSettings_GetLatencyMode) == 0x000002, "Wrong size on PhoenixGameSettings_GetLatencyMode"); \ static_assert(offsetof(PhoenixGameSettings_GetLatencyMode, bDoCheck) == 0x000000, "Member 'PhoenixGameSettings_GetLatencyMode::bDoCheck' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_GetLatencyMode, ReturnValue) == 0x000001, "Member 'PhoenixGameSettings_GetLatencyMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetMenuReaderEnabled \ static_assert(alignof(PhoenixGameSettings_GetMenuReaderEnabled) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetMenuReaderEnabled"); \ static_assert(sizeof(PhoenixGameSettings_GetMenuReaderEnabled) == 0x000001, "Wrong size on PhoenixGameSettings_GetMenuReaderEnabled"); \ static_assert(offsetof(PhoenixGameSettings_GetMenuReaderEnabled, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetMenuReaderEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetMenuReaderVoice \ static_assert(alignof(PhoenixGameSettings_GetMenuReaderVoice) == 0x000008, "Wrong alignment on PhoenixGameSettings_GetMenuReaderVoice"); \ static_assert(sizeof(PhoenixGameSettings_GetMenuReaderVoice) == 0x000030, "Wrong size on PhoenixGameSettings_GetMenuReaderVoice"); \ static_assert(offsetof(PhoenixGameSettings_GetMenuReaderVoice, OutVoiceID) == 0x000000, "Member 'PhoenixGameSettings_GetMenuReaderVoice::OutVoiceID' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_GetMenuReaderVoice, OutDescription) == 0x000010, "Member 'PhoenixGameSettings_GetMenuReaderVoice::OutDescription' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_GetMenuReaderVoice, OutGender) == 0x000020, "Member 'PhoenixGameSettings_GetMenuReaderVoice::OutGender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetMenuReaderVolume \ static_assert(alignof(PhoenixGameSettings_GetMenuReaderVolume) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetMenuReaderVolume"); \ static_assert(sizeof(PhoenixGameSettings_GetMenuReaderVolume) == 0x000004, "Wrong size on PhoenixGameSettings_GetMenuReaderVolume"); \ static_assert(offsetof(PhoenixGameSettings_GetMenuReaderVolume, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetMenuReaderVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetNativeRefreshRateOfCurrentMonitor \ static_assert(alignof(PhoenixGameSettings_GetNativeRefreshRateOfCurrentMonitor) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetNativeRefreshRateOfCurrentMonitor"); \ static_assert(sizeof(PhoenixGameSettings_GetNativeRefreshRateOfCurrentMonitor) == 0x000008, "Wrong size on PhoenixGameSettings_GetNativeRefreshRateOfCurrentMonitor"); \ static_assert(offsetof(PhoenixGameSettings_GetNativeRefreshRateOfCurrentMonitor, OverrideMonitorIdx) == 0x000000, "Member 'PhoenixGameSettings_GetNativeRefreshRateOfCurrentMonitor::OverrideMonitorIdx' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_GetNativeRefreshRateOfCurrentMonitor, ReturnValue) == 0x000004, "Member 'PhoenixGameSettings_GetNativeRefreshRateOfCurrentMonitor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetNativeResolutionOfCurrentMonitor \ static_assert(alignof(PhoenixGameSettings_GetNativeResolutionOfCurrentMonitor) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetNativeResolutionOfCurrentMonitor"); \ static_assert(sizeof(PhoenixGameSettings_GetNativeResolutionOfCurrentMonitor) == 0x00000C, "Wrong size on PhoenixGameSettings_GetNativeResolutionOfCurrentMonitor"); \ static_assert(offsetof(PhoenixGameSettings_GetNativeResolutionOfCurrentMonitor, OverrideMonitorIdx) == 0x000000, "Member 'PhoenixGameSettings_GetNativeResolutionOfCurrentMonitor::OverrideMonitorIdx' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_GetNativeResolutionOfCurrentMonitor, ReturnValue) == 0x000004, "Member 'PhoenixGameSettings_GetNativeResolutionOfCurrentMonitor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetNvidiaRayReconstruction \ static_assert(alignof(PhoenixGameSettings_GetNvidiaRayReconstruction) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetNvidiaRayReconstruction"); \ static_assert(sizeof(PhoenixGameSettings_GetNvidiaRayReconstruction) == 0x000002, "Wrong size on PhoenixGameSettings_GetNvidiaRayReconstruction"); \ static_assert(offsetof(PhoenixGameSettings_GetNvidiaRayReconstruction, bDoCheck) == 0x000000, "Member 'PhoenixGameSettings_GetNvidiaRayReconstruction::bDoCheck' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_GetNvidiaRayReconstruction, ReturnValue) == 0x000001, "Member 'PhoenixGameSettings_GetNvidiaRayReconstruction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetPauseOnFocusLoss \ static_assert(alignof(PhoenixGameSettings_GetPauseOnFocusLoss) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetPauseOnFocusLoss"); \ static_assert(sizeof(PhoenixGameSettings_GetPauseOnFocusLoss) == 0x000001, "Wrong size on PhoenixGameSettings_GetPauseOnFocusLoss"); \ static_assert(offsetof(PhoenixGameSettings_GetPauseOnFocusLoss, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetPauseOnFocusLoss::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetPerformanceMode \ static_assert(alignof(PhoenixGameSettings_GetPerformanceMode) == 0x000008, "Wrong alignment on PhoenixGameSettings_GetPerformanceMode"); \ static_assert(sizeof(PhoenixGameSettings_GetPerformanceMode) == 0x000010, "Wrong size on PhoenixGameSettings_GetPerformanceMode"); \ static_assert(offsetof(PhoenixGameSettings_GetPerformanceMode, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetPerformanceMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetPopulationQuality \ static_assert(alignof(PhoenixGameSettings_GetPopulationQuality) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetPopulationQuality"); \ static_assert(sizeof(PhoenixGameSettings_GetPopulationQuality) == 0x000004, "Wrong size on PhoenixGameSettings_GetPopulationQuality"); \ static_assert(offsetof(PhoenixGameSettings_GetPopulationQuality, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetPopulationQuality::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetRaytracingAmbientOcclusion \ static_assert(alignof(PhoenixGameSettings_GetRaytracingAmbientOcclusion) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetRaytracingAmbientOcclusion"); \ static_assert(sizeof(PhoenixGameSettings_GetRaytracingAmbientOcclusion) == 0x000001, "Wrong size on PhoenixGameSettings_GetRaytracingAmbientOcclusion"); \ static_assert(offsetof(PhoenixGameSettings_GetRaytracingAmbientOcclusion, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetRaytracingAmbientOcclusion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetRaytracingQuality \ static_assert(alignof(PhoenixGameSettings_GetRaytracingQuality) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetRaytracingQuality"); \ static_assert(sizeof(PhoenixGameSettings_GetRaytracingQuality) == 0x000004, "Wrong size on PhoenixGameSettings_GetRaytracingQuality"); \ static_assert(offsetof(PhoenixGameSettings_GetRaytracingQuality, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetRaytracingQuality::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetRaytracingReflections \ static_assert(alignof(PhoenixGameSettings_GetRaytracingReflections) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetRaytracingReflections"); \ static_assert(sizeof(PhoenixGameSettings_GetRaytracingReflections) == 0x000001, "Wrong size on PhoenixGameSettings_GetRaytracingReflections"); \ static_assert(offsetof(PhoenixGameSettings_GetRaytracingReflections, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetRaytracingReflections::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetRaytracingReflectionsQuality \ static_assert(alignof(PhoenixGameSettings_GetRaytracingReflectionsQuality) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetRaytracingReflectionsQuality"); \ static_assert(sizeof(PhoenixGameSettings_GetRaytracingReflectionsQuality) == 0x000004, "Wrong size on PhoenixGameSettings_GetRaytracingReflectionsQuality"); \ static_assert(offsetof(PhoenixGameSettings_GetRaytracingReflectionsQuality, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetRaytracingReflectionsQuality::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetRaytracingShadows \ static_assert(alignof(PhoenixGameSettings_GetRaytracingShadows) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetRaytracingShadows"); \ static_assert(sizeof(PhoenixGameSettings_GetRaytracingShadows) == 0x000001, "Wrong size on PhoenixGameSettings_GetRaytracingShadows"); \ static_assert(offsetof(PhoenixGameSettings_GetRaytracingShadows, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetRaytracingShadows::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetRaytracingShadowsQuality \ static_assert(alignof(PhoenixGameSettings_GetRaytracingShadowsQuality) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetRaytracingShadowsQuality"); \ static_assert(sizeof(PhoenixGameSettings_GetRaytracingShadowsQuality) == 0x000004, "Wrong size on PhoenixGameSettings_GetRaytracingShadowsQuality"); \ static_assert(offsetof(PhoenixGameSettings_GetRaytracingShadowsQuality, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetRaytracingShadowsQuality::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetSelectedGPU \ static_assert(alignof(PhoenixGameSettings_GetSelectedGPU) == 0x000008, "Wrong alignment on PhoenixGameSettings_GetSelectedGPU"); \ static_assert(sizeof(PhoenixGameSettings_GetSelectedGPU) == 0x000020, "Wrong size on PhoenixGameSettings_GetSelectedGPU"); \ static_assert(offsetof(PhoenixGameSettings_GetSelectedGPU, OutGpuDesc) == 0x000000, "Member 'PhoenixGameSettings_GetSelectedGPU::OutGpuDesc' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_GetSelectedGPU, ReturnValue) == 0x000018, "Member 'PhoenixGameSettings_GetSelectedGPU::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetSelectedMonitor \ static_assert(alignof(PhoenixGameSettings_GetSelectedMonitor) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetSelectedMonitor"); \ static_assert(sizeof(PhoenixGameSettings_GetSelectedMonitor) == 0x000004, "Wrong size on PhoenixGameSettings_GetSelectedMonitor"); \ static_assert(offsetof(PhoenixGameSettings_GetSelectedMonitor, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetSelectedMonitor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetSkyQuality \ static_assert(alignof(PhoenixGameSettings_GetSkyQuality) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetSkyQuality"); \ static_assert(sizeof(PhoenixGameSettings_GetSkyQuality) == 0x000004, "Wrong size on PhoenixGameSettings_GetSkyQuality"); \ static_assert(offsetof(PhoenixGameSettings_GetSkyQuality, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetSkyQuality::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetUpscaleMode \ static_assert(alignof(PhoenixGameSettings_GetUpscaleMode) == 0x000001, "Wrong alignment on PhoenixGameSettings_GetUpscaleMode"); \ static_assert(sizeof(PhoenixGameSettings_GetUpscaleMode) == 0x000001, "Wrong size on PhoenixGameSettings_GetUpscaleMode"); \ static_assert(offsetof(PhoenixGameSettings_GetUpscaleMode, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetUpscaleMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_GetUpscaleSoftness \ static_assert(alignof(PhoenixGameSettings_GetUpscaleSoftness) == 0x000004, "Wrong alignment on PhoenixGameSettings_GetUpscaleSoftness"); \ static_assert(sizeof(PhoenixGameSettings_GetUpscaleSoftness) == 0x000004, "Wrong size on PhoenixGameSettings_GetUpscaleSoftness"); \ static_assert(offsetof(PhoenixGameSettings_GetUpscaleSoftness, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_GetUpscaleSoftness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_HasHardwareBenchmark \ static_assert(alignof(PhoenixGameSettings_HasHardwareBenchmark) == 0x000001, "Wrong alignment on PhoenixGameSettings_HasHardwareBenchmark"); \ static_assert(sizeof(PhoenixGameSettings_HasHardwareBenchmark) == 0x000001, "Wrong size on PhoenixGameSettings_HasHardwareBenchmark"); \ static_assert(offsetof(PhoenixGameSettings_HasHardwareBenchmark, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_HasHardwareBenchmark::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_IsDLSSEnabled \ static_assert(alignof(PhoenixGameSettings_IsDLSSEnabled) == 0x000001, "Wrong alignment on PhoenixGameSettings_IsDLSSEnabled"); \ static_assert(sizeof(PhoenixGameSettings_IsDLSSEnabled) == 0x000001, "Wrong size on PhoenixGameSettings_IsDLSSEnabled"); \ static_assert(offsetof(PhoenixGameSettings_IsDLSSEnabled, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_IsDLSSEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_IsDLSSGSupported \ static_assert(alignof(PhoenixGameSettings_IsDLSSGSupported) == 0x000001, "Wrong alignment on PhoenixGameSettings_IsDLSSGSupported"); \ static_assert(sizeof(PhoenixGameSettings_IsDLSSGSupported) == 0x000001, "Wrong size on PhoenixGameSettings_IsDLSSGSupported"); \ static_assert(offsetof(PhoenixGameSettings_IsDLSSGSupported, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_IsDLSSGSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_IsFidelityFXCasEnabled \ static_assert(alignof(PhoenixGameSettings_IsFidelityFXCasEnabled) == 0x000001, "Wrong alignment on PhoenixGameSettings_IsFidelityFXCasEnabled"); \ static_assert(sizeof(PhoenixGameSettings_IsFidelityFXCasEnabled) == 0x000001, "Wrong size on PhoenixGameSettings_IsFidelityFXCasEnabled"); \ static_assert(offsetof(PhoenixGameSettings_IsFidelityFXCasEnabled, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_IsFidelityFXCasEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_IsFrameGenerationSupportedWithCurrentUpscaler \ static_assert(alignof(PhoenixGameSettings_IsFrameGenerationSupportedWithCurrentUpscaler) == 0x000001, "Wrong alignment on PhoenixGameSettings_IsFrameGenerationSupportedWithCurrentUpscaler"); \ static_assert(sizeof(PhoenixGameSettings_IsFrameGenerationSupportedWithCurrentUpscaler) == 0x000001, "Wrong size on PhoenixGameSettings_IsFrameGenerationSupportedWithCurrentUpscaler"); \ static_assert(offsetof(PhoenixGameSettings_IsFrameGenerationSupportedWithCurrentUpscaler, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_IsFrameGenerationSupportedWithCurrentUpscaler::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_IsFSR3Enabled \ static_assert(alignof(PhoenixGameSettings_IsFSR3Enabled) == 0x000001, "Wrong alignment on PhoenixGameSettings_IsFSR3Enabled"); \ static_assert(sizeof(PhoenixGameSettings_IsFSR3Enabled) == 0x000001, "Wrong size on PhoenixGameSettings_IsFSR3Enabled"); \ static_assert(offsetof(PhoenixGameSettings_IsFSR3Enabled, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_IsFSR3Enabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_IsHardwareBenchmarkApplied \ static_assert(alignof(PhoenixGameSettings_IsHardwareBenchmarkApplied) == 0x000001, "Wrong alignment on PhoenixGameSettings_IsHardwareBenchmarkApplied"); \ static_assert(sizeof(PhoenixGameSettings_IsHardwareBenchmarkApplied) == 0x000001, "Wrong size on PhoenixGameSettings_IsHardwareBenchmarkApplied"); \ static_assert(offsetof(PhoenixGameSettings_IsHardwareBenchmarkApplied, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_IsHardwareBenchmarkApplied::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_IsInRaytracingPerformanceMode \ static_assert(alignof(PhoenixGameSettings_IsInRaytracingPerformanceMode) == 0x000001, "Wrong alignment on PhoenixGameSettings_IsInRaytracingPerformanceMode"); \ static_assert(sizeof(PhoenixGameSettings_IsInRaytracingPerformanceMode) == 0x000001, "Wrong size on PhoenixGameSettings_IsInRaytracingPerformanceMode"); \ static_assert(offsetof(PhoenixGameSettings_IsInRaytracingPerformanceMode, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_IsInRaytracingPerformanceMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_IsLatencyModeSupported \ static_assert(alignof(PhoenixGameSettings_IsLatencyModeSupported) == 0x000001, "Wrong alignment on PhoenixGameSettings_IsLatencyModeSupported"); \ static_assert(sizeof(PhoenixGameSettings_IsLatencyModeSupported) == 0x000002, "Wrong size on PhoenixGameSettings_IsLatencyModeSupported"); \ static_assert(offsetof(PhoenixGameSettings_IsLatencyModeSupported, InMode) == 0x000000, "Member 'PhoenixGameSettings_IsLatencyModeSupported::InMode' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_IsLatencyModeSupported, ReturnValue) == 0x000001, "Member 'PhoenixGameSettings_IsLatencyModeSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_IsLowLatencySupported \ static_assert(alignof(PhoenixGameSettings_IsLowLatencySupported) == 0x000001, "Wrong alignment on PhoenixGameSettings_IsLowLatencySupported"); \ static_assert(sizeof(PhoenixGameSettings_IsLowLatencySupported) == 0x000001, "Wrong size on PhoenixGameSettings_IsLowLatencySupported"); \ static_assert(offsetof(PhoenixGameSettings_IsLowLatencySupported, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_IsLowLatencySupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_IsNvidiaRayReconstructionSupported \ static_assert(alignof(PhoenixGameSettings_IsNvidiaRayReconstructionSupported) == 0x000001, "Wrong alignment on PhoenixGameSettings_IsNvidiaRayReconstructionSupported"); \ static_assert(sizeof(PhoenixGameSettings_IsNvidiaRayReconstructionSupported) == 0x000001, "Wrong size on PhoenixGameSettings_IsNvidiaRayReconstructionSupported"); \ static_assert(offsetof(PhoenixGameSettings_IsNvidiaRayReconstructionSupported, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_IsNvidiaRayReconstructionSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_IsPerformanceModeSwitchingAvailable \ static_assert(alignof(PhoenixGameSettings_IsPerformanceModeSwitchingAvailable) == 0x000001, "Wrong alignment on PhoenixGameSettings_IsPerformanceModeSwitchingAvailable"); \ static_assert(sizeof(PhoenixGameSettings_IsPerformanceModeSwitchingAvailable) == 0x000001, "Wrong size on PhoenixGameSettings_IsPerformanceModeSwitchingAvailable"); \ static_assert(offsetof(PhoenixGameSettings_IsPerformanceModeSwitchingAvailable, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_IsPerformanceModeSwitchingAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_IsUncapFrameRateSupported \ static_assert(alignof(PhoenixGameSettings_IsUncapFrameRateSupported) == 0x000001, "Wrong alignment on PhoenixGameSettings_IsUncapFrameRateSupported"); \ static_assert(sizeof(PhoenixGameSettings_IsUncapFrameRateSupported) == 0x000001, "Wrong size on PhoenixGameSettings_IsUncapFrameRateSupported"); \ static_assert(offsetof(PhoenixGameSettings_IsUncapFrameRateSupported, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_IsUncapFrameRateSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_IsXeFGSupported \ static_assert(alignof(PhoenixGameSettings_IsXeFGSupported) == 0x000001, "Wrong alignment on PhoenixGameSettings_IsXeFGSupported"); \ static_assert(sizeof(PhoenixGameSettings_IsXeFGSupported) == 0x000001, "Wrong size on PhoenixGameSettings_IsXeFGSupported"); \ static_assert(offsetof(PhoenixGameSettings_IsXeFGSupported, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_IsXeFGSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_IsXeSSEnabled \ static_assert(alignof(PhoenixGameSettings_IsXeSSEnabled) == 0x000001, "Wrong alignment on PhoenixGameSettings_IsXeSSEnabled"); \ static_assert(sizeof(PhoenixGameSettings_IsXeSSEnabled) == 0x000001, "Wrong size on PhoenixGameSettings_IsXeSSEnabled"); \ static_assert(offsetof(PhoenixGameSettings_IsXeSSEnabled, ReturnValue) == 0x000000, "Member 'PhoenixGameSettings_IsXeSSEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixGameSettings_PerformanceModeChangeRequiresReboot \ static_assert(alignof(PhoenixGameSettings_PerformanceModeChangeRequiresReboot) == 0x000008, "Wrong alignment on PhoenixGameSettings_PerformanceModeChangeRequiresReboot"); \ static_assert(sizeof(PhoenixGameSettings_PerformanceModeChangeRequiresReboot) == 0x000018, "Wrong size on PhoenixGameSettings_PerformanceModeChangeRequiresReboot"); \ static_assert(offsetof(PhoenixGameSettings_PerformanceModeChangeRequiresReboot, NewPerformanceMode) == 0x000000, "Member 'PhoenixGameSettings_PerformanceModeChangeRequiresReboot::NewPerformanceMode' has a wrong offset!"); \ static_assert(offsetof(PhoenixGameSettings_PerformanceModeChangeRequiresReboot, ReturnValue) == 0x000010, "Member 'PhoenixGameSettings_PerformanceModeChangeRequiresReboot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixGameSettings \ static_assert(alignof(UPhoenixGameSettings) == 0x000008, "Wrong alignment on UPhoenixGameSettings"); \ static_assert(sizeof(UPhoenixGameSettings) == 0x000478, "Wrong size on UPhoenixGameSettings"); \ static_assert(offsetof(UPhoenixGameSettings, EffectsSoundVolume) == 0x00013C, "Member 'UPhoenixGameSettings::EffectsSoundVolume' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, MusicSoundVolume) == 0x000140, "Member 'UPhoenixGameSettings::MusicSoundVolume' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, VoiceSoundVolume) == 0x000144, "Member 'UPhoenixGameSettings::VoiceSoundVolume' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, SoundMuted) == 0x000148, "Member 'UPhoenixGameSettings::SoundMuted' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, MonoAudio) == 0x000149, "Member 'UPhoenixGameSettings::MonoAudio' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, DynamicRange) == 0x00014C, "Member 'UPhoenixGameSettings::DynamicRange' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, MasteringSuite) == 0x000150, "Member 'UPhoenixGameSettings::MasteringSuite' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, bEnableRaytracingShadows) == 0x000160, "Member 'UPhoenixGameSettings::bEnableRaytracingShadows' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, bEnableRaytracingReflections) == 0x000161, "Member 'UPhoenixGameSettings::bEnableRaytracingReflections' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, bEnableRaytracingAO) == 0x000162, "Member 'UPhoenixGameSettings::bEnableRaytracingAO' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, PerformanceMode) == 0x000168, "Member 'UPhoenixGameSettings::PerformanceMode' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, bFrameRateUncapped) == 0x000179, "Member 'UPhoenixGameSettings::bFrameRateUncapped' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, CameraSettings) == 0x0001B0, "Member 'UPhoenixGameSettings::CameraSettings' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, MenuReaderEnabled) == 0x000238, "Member 'UPhoenixGameSettings::MenuReaderEnabled' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, MenuReaderVoiceID) == 0x000240, "Member 'UPhoenixGameSettings::MenuReaderVoiceID' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, MenuReaderVoiceDescription) == 0x000250, "Member 'UPhoenixGameSettings::MenuReaderVoiceDescription' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, MenuReaderVoiceGender) == 0x000260, "Member 'UPhoenixGameSettings::MenuReaderVoiceGender' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, MenuReaderVolume) == 0x000270, "Member 'UPhoenixGameSettings::MenuReaderVolume' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ColorVisionDeficiencyType) == 0x000274, "Member 'UPhoenixGameSettings::ColorVisionDeficiencyType' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, CursorSpeedMultiplier) == 0x000278, "Member 'UPhoenixGameSettings::CursorSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, MiniMapSize) == 0x00027C, "Member 'UPhoenixGameSettings::MiniMapSize' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, MiniMapOpacity) == 0x000280, "Member 'UPhoenixGameSettings::MiniMapOpacity' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, PathLineEnabled) == 0x000284, "Member 'UPhoenixGameSettings::PathLineEnabled' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, AccessibilityAudioCueOpacity) == 0x000288, "Member 'UPhoenixGameSettings::AccessibilityAudioCueOpacity' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, AccessibilityAudioCueScale) == 0x00028C, "Member 'UPhoenixGameSettings::AccessibilityAudioCueScale' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, UseMinimalHud) == 0x000290, "Member 'UPhoenixGameSettings::UseMinimalHud' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ShowTargetHighlights) == 0x000291, "Member 'UPhoenixGameSettings::ShowTargetHighlights' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ShowTargetName) == 0x000292, "Member 'UPhoenixGameSettings::ShowTargetName' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ShowHudBeacons) == 0x000293, "Member 'UPhoenixGameSettings::ShowHudBeacons' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ShowNotificationElements) == 0x000294, "Member 'UPhoenixGameSettings::ShowNotificationElements' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ShowXPElements) == 0x000295, "Member 'UPhoenixGameSettings::ShowXPElements' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ShowMissionElements) == 0x000296, "Member 'UPhoenixGameSettings::ShowMissionElements' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ShowSpellElements) == 0x000297, "Member 'UPhoenixGameSettings::ShowSpellElements' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ShowMeterElements) == 0x000298, "Member 'UPhoenixGameSettings::ShowMeterElements' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ShowMapElements) == 0x000299, "Member 'UPhoenixGameSettings::ShowMapElements' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ShowTargetElements) == 0x00029A, "Member 'UPhoenixGameSettings::ShowTargetElements' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ShowSpecialNotificationElements) == 0x00029B, "Member 'UPhoenixGameSettings::ShowSpecialNotificationElements' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ShowTutorialElements) == 0x00029C, "Member 'UPhoenixGameSettings::ShowTutorialElements' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ShowToolWheelElements) == 0x00029D, "Member 'UPhoenixGameSettings::ShowToolWheelElements' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ShowEnemyDamageElements) == 0x00029E, "Member 'UPhoenixGameSettings::ShowEnemyDamageElements' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ShowBeastControls) == 0x00029F, "Member 'UPhoenixGameSettings::ShowBeastControls' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, FontSizeOffset) == 0x0002A0, "Member 'UPhoenixGameSettings::FontSizeOffset' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, FontIndex) == 0x0002A4, "Member 'UPhoenixGameSettings::FontIndex' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, HighContrastMode) == 0x0002A8, "Member 'UPhoenixGameSettings::HighContrastMode' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, AudioVisualizer) == 0x0002AC, "Member 'UPhoenixGameSettings::AudioVisualizer' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, bEnableKeyboardSprintWalkToggle) == 0x0002AD, "Member 'UPhoenixGameSettings::bEnableKeyboardSprintWalkToggle' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, bAccessibilitySpellToggle) == 0x0002AE, "Member 'UPhoenixGameSettings::bAccessibilitySpellToggle' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, SubtitlesEnabled) == 0x0002AF, "Member 'UPhoenixGameSettings::SubtitlesEnabled' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ArachnophobiaModeEnabled) == 0x0002B0, "Member 'UPhoenixGameSettings::ArachnophobiaModeEnabled' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, ControllerRumble) == 0x0002B1, "Member 'UPhoenixGameSettings::ControllerRumble' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, RGBPeripheralsEnabled) == 0x0002B2, "Member 'UPhoenixGameSettings::RGBPeripheralsEnabled' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, AlwaysUseCameraAiming) == 0x0002B3, "Member 'UPhoenixGameSettings::AlwaysUseCameraAiming' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, INILanguageSetting) == 0x0002B8, "Member 'UPhoenixGameSettings::INILanguageSetting' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, SwitchTextLanguageSetting) == 0x0002C8, "Member 'UPhoenixGameSettings::SwitchTextLanguageSetting' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, TiltControls) == 0x0002D8, "Member 'UPhoenixGameSettings::TiltControls' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, TiltSensitivity) == 0x0002DC, "Member 'UPhoenixGameSettings::TiltSensitivity' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, bIsUpscaleModeModified) == 0x0002E0, "Member 'UPhoenixGameSettings::bIsUpscaleModeModified' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, UpscaleMode) == 0x0002E1, "Member 'UPhoenixGameSettings::UpscaleMode' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, UpscaleSoftness) == 0x0002E4, "Member 'UPhoenixGameSettings::UpscaleSoftness' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, bIsUpscaleSoftnessModified) == 0x0002E8, "Member 'UPhoenixGameSettings::bIsUpscaleSoftnessModified' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, AntiAliasingMode) == 0x000300, "Member 'UPhoenixGameSettings::AntiAliasingMode' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, DefaultAntiAliasingMode) == 0x000301, "Member 'UPhoenixGameSettings::DefaultAntiAliasingMode' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, LatencyMode) == 0x000303, "Member 'UPhoenixGameSettings::LatencyMode' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, FrameGeneration) == 0x000308, "Member 'UPhoenixGameSettings::FrameGeneration' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, NvidiaRayReconstruction) == 0x000338, "Member 'UPhoenixGameSettings::NvidiaRayReconstruction' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, Brightness) == 0x00033C, "Member 'UPhoenixGameSettings::Brightness' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, MinToneMapLuminance) == 0x000340, "Member 'UPhoenixGameSettings::MinToneMapLuminance' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, MidToneMapLuminance) == 0x000344, "Member 'UPhoenixGameSettings::MidToneMapLuminance' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, MaxToneMapLuminance) == 0x000348, "Member 'UPhoenixGameSettings::MaxToneMapLuminance' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, UIBrightness) == 0x00034C, "Member 'UPhoenixGameSettings::UIBrightness' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, bAutomaticHDRCalibration) == 0x000350, "Member 'UPhoenixGameSettings::bAutomaticHDRCalibration' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, MonitorIdx) == 0x000354, "Member 'UPhoenixGameSettings::MonitorIdx' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, bHardwareBenchmarkApplied) == 0x000358, "Member 'UPhoenixGameSettings::bHardwareBenchmarkApplied' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, GPUConfigPreset) == 0x00035C, "Member 'UPhoenixGameSettings::GPUConfigPreset' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, RecViewDistanceQuality) == 0x000360, "Member 'UPhoenixGameSettings::RecViewDistanceQuality' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, RecAntiAliasingQuality) == 0x000364, "Member 'UPhoenixGameSettings::RecAntiAliasingQuality' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, RecShadowQuality) == 0x000368, "Member 'UPhoenixGameSettings::RecShadowQuality' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, RecPostProcessQuality) == 0x00036C, "Member 'UPhoenixGameSettings::RecPostProcessQuality' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, RecTextureQuality) == 0x000370, "Member 'UPhoenixGameSettings::RecTextureQuality' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, RecEffectsQuality) == 0x000374, "Member 'UPhoenixGameSettings::RecEffectsQuality' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, RecFoliageQuality) == 0x000378, "Member 'UPhoenixGameSettings::RecFoliageQuality' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, RecShadingQuality) == 0x00037C, "Member 'UPhoenixGameSettings::RecShadingQuality' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, RecFogQuality) == 0x000380, "Member 'UPhoenixGameSettings::RecFogQuality' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, RecSkyQuality) == 0x000384, "Member 'UPhoenixGameSettings::RecSkyQuality' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, RecPopulationQuality) == 0x000388, "Member 'UPhoenixGameSettings::RecPopulationQuality' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, RecRaytracingQuality) == 0x00038C, "Member 'UPhoenixGameSettings::RecRaytracingQuality' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, bAltTooltipsEnabled) == 0x000390, "Member 'UPhoenixGameSettings::bAltTooltipsEnabled' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, bPauseOnFocusLoss) == 0x000391, "Member 'UPhoenixGameSettings::bPauseOnFocusLoss' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, FrameRateLimitMinimized) == 0x000394, "Member 'UPhoenixGameSettings::FrameRateLimitMinimized' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, SubVersion) == 0x000398, "Member 'UPhoenixGameSettings::SubVersion' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, PerformanceModeChangedDelegate) == 0x0003B8, "Member 'UPhoenixGameSettings::PerformanceModeChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UPhoenixGameSettings, AutoTargetCameraFocusChangedDelegate) == 0x0003C8, "Member 'UPhoenixGameSettings::AutoTargetCameraFocusChangedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_HighContrastGameplay \ static_assert(alignof(UFXFilter_HighContrastGameplay) == 0x000008, "Wrong alignment on UFXFilter_HighContrastGameplay"); \ static_assert(sizeof(UFXFilter_HighContrastGameplay) == 0x000030, "Wrong size on UFXFilter_HighContrastGameplay"); \ #define DUMPER7_ASSERTS_USceneRigParameterDefinition_AkAudioState \ static_assert(alignof(USceneRigParameterDefinition_AkAudioState) == 0x000008, "Wrong alignment on USceneRigParameterDefinition_AkAudioState"); \ static_assert(sizeof(USceneRigParameterDefinition_AkAudioState) == 0x000048, "Wrong size on USceneRigParameterDefinition_AkAudioState"); \ static_assert(offsetof(USceneRigParameterDefinition_AkAudioState, DefaultEvent) == 0x000038, "Member 'USceneRigParameterDefinition_AkAudioState::DefaultEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXFilter_StencilManagerEnabled \ static_assert(alignof(UFXFilter_StencilManagerEnabled) == 0x000008, "Wrong alignment on UFXFilter_StencilManagerEnabled"); \ static_assert(sizeof(UFXFilter_StencilManagerEnabled) == 0x000030, "Wrong size on UFXFilter_StencilManagerEnabled"); \ #define DUMPER7_ASSERTS_UFXAdjustmentsKillFXAutoGroup \ static_assert(alignof(UFXAdjustmentsKillFXAutoGroup) == 0x000008, "Wrong alignment on UFXAdjustmentsKillFXAutoGroup"); \ static_assert(sizeof(UFXAdjustmentsKillFXAutoGroup) == 0x000038, "Wrong size on UFXAdjustmentsKillFXAutoGroup"); \ static_assert(offsetof(UFXAdjustmentsKillFXAutoGroup, Group) == 0x000028, "Member 'UFXAdjustmentsKillFXAutoGroup::Group' has a wrong offset!"); \ static_assert(offsetof(UFXAdjustmentsKillFXAutoGroup, bImmediate) == 0x000030, "Member 'UFXAdjustmentsKillFXAutoGroup::bImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ResetTacticalTokens \ static_assert(alignof(URPGTriggerEffect_ResetTacticalTokens) == 0x000008, "Wrong alignment on URPGTriggerEffect_ResetTacticalTokens"); \ static_assert(sizeof(URPGTriggerEffect_ResetTacticalTokens) == 0x000040, "Wrong size on URPGTriggerEffect_ResetTacticalTokens"); \ #define DUMPER7_ASSERTS_UFXUpdate_ComponentHighContrastGameplayAutoMarkup \ static_assert(alignof(UFXUpdate_ComponentHighContrastGameplayAutoMarkup) == 0x000008, "Wrong alignment on UFXUpdate_ComponentHighContrastGameplayAutoMarkup"); \ static_assert(sizeof(UFXUpdate_ComponentHighContrastGameplayAutoMarkup) == 0x000088, "Wrong size on UFXUpdate_ComponentHighContrastGameplayAutoMarkup"); \ #define DUMPER7_ASSERTS_UPhoenixHighContrastGameplaySettings \ static_assert(alignof(UPhoenixHighContrastGameplaySettings) == 0x000008, "Wrong alignment on UPhoenixHighContrastGameplaySettings"); \ static_assert(sizeof(UPhoenixHighContrastGameplaySettings) == 0x000038, "Wrong size on UPhoenixHighContrastGameplaySettings"); \ static_assert(offsetof(UPhoenixHighContrastGameplaySettings, Conditions) == 0x000030, "Member 'UPhoenixHighContrastGameplaySettings::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRig_BySocket \ static_assert(alignof(USceneRig_BySocket) == 0x000008, "Wrong alignment on USceneRig_BySocket"); \ static_assert(sizeof(USceneRig_BySocket) == 0x000038, "Wrong size on USceneRig_BySocket"); \ static_assert(offsetof(USceneRig_BySocket, SocketEntries) == 0x000028, "Member 'USceneRig_BySocket::SocketEntries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerPrerequisiteGameplayHighContrast \ static_assert(alignof(UFXAutoTriggerPrerequisiteGameplayHighContrast) == 0x000008, "Wrong alignment on UFXAutoTriggerPrerequisiteGameplayHighContrast"); \ static_assert(sizeof(UFXAutoTriggerPrerequisiteGameplayHighContrast) == 0x000030, "Wrong size on UFXAutoTriggerPrerequisiteGameplayHighContrast"); \ static_assert(offsetof(UFXAutoTriggerPrerequisiteGameplayHighContrast, Conditions) == 0x000028, "Member 'UFXAutoTriggerPrerequisiteGameplayHighContrast::Conditions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolActorTagListDoesntHave \ static_assert(alignof(UFXAutoTriggerBoolActorTagListDoesntHave) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolActorTagListDoesntHave"); \ static_assert(sizeof(UFXAutoTriggerBoolActorTagListDoesntHave) == 0x000038, "Wrong size on UFXAutoTriggerBoolActorTagListDoesntHave"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ReflectDamageOnCursed \ static_assert(alignof(URPGTriggerEffect_ReflectDamageOnCursed) == 0x000008, "Wrong alignment on URPGTriggerEffect_ReflectDamageOnCursed"); \ static_assert(sizeof(URPGTriggerEffect_ReflectDamageOnCursed) == 0x000060, "Wrong size on URPGTriggerEffect_ReflectDamageOnCursed"); \ static_assert(offsetof(URPGTriggerEffect_ReflectDamageOnCursed, RequiresCursed) == 0x000058, "Member 'URPGTriggerEffect_ReflectDamageOnCursed::RequiresCursed' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ReflectDamageOnCursed, OnPlayer) == 0x000059, "Member 'URPGTriggerEffect_ReflectDamageOnCursed::OnPlayer' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ReflectDamageOnCursed, DamageScale) == 0x00005C, "Member 'URPGTriggerEffect_ReflectDamageOnCursed::DamageScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolGameplayMatchNPCType \ static_assert(alignof(UFXAutoTriggerBoolGameplayMatchNPCType) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolGameplayMatchNPCType"); \ static_assert(sizeof(UFXAutoTriggerBoolGameplayMatchNPCType) == 0x000030, "Wrong size on UFXAutoTriggerBoolGameplayMatchNPCType"); \ static_assert(offsetof(UFXAutoTriggerBoolGameplayMatchNPCType, Types) == 0x000028, "Member 'UFXAutoTriggerBoolGameplayMatchNPCType::Types' has a wrong offset!"); \ static_assert(offsetof(UFXAutoTriggerBoolGameplayMatchNPCType, ExcludeTypes) == 0x00002C, "Member 'UFXAutoTriggerBoolGameplayMatchNPCType::ExcludeTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerRequiredActorsExternalBucketHighContrast \ static_assert(alignof(UFXAutoTriggerRequiredActorsExternalBucketHighContrast) == 0x000008, "Wrong alignment on UFXAutoTriggerRequiredActorsExternalBucketHighContrast"); \ static_assert(sizeof(UFXAutoTriggerRequiredActorsExternalBucketHighContrast) == 0x000030, "Wrong size on UFXAutoTriggerRequiredActorsExternalBucketHighContrast"); \ static_assert(offsetof(UFXAutoTriggerRequiredActorsExternalBucketHighContrast, Bucket) == 0x000028, "Member 'UFXAutoTriggerRequiredActorsExternalBucketHighContrast::Bucket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_StencilFXDisableGroups \ static_assert(alignof(USceneAction_StencilFXDisableGroups) == 0x000008, "Wrong alignment on USceneAction_StencilFXDisableGroups"); \ static_assert(sizeof(USceneAction_StencilFXDisableGroups) == 0x0000A0, "Wrong size on USceneAction_StencilFXDisableGroups"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerBoolWithinHighContrastDistance \ static_assert(alignof(UFXAutoTriggerBoolWithinHighContrastDistance) == 0x000008, "Wrong alignment on UFXAutoTriggerBoolWithinHighContrastDistance"); \ static_assert(sizeof(UFXAutoTriggerBoolWithinHighContrastDistance) == 0x000030, "Wrong size on UFXAutoTriggerBoolWithinHighContrastDistance"); \ static_assert(offsetof(UFXAutoTriggerBoolWithinHighContrastDistance, Type) == 0x000028, "Member 'UFXAutoTriggerBoolWithinHighContrastDistance::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHighContrastGameplayMarkupOtherActorComponent \ static_assert(alignof(UHighContrastGameplayMarkupOtherActorComponent) == 0x000008, "Wrong alignment on UHighContrastGameplayMarkupOtherActorComponent"); \ static_assert(sizeof(UHighContrastGameplayMarkupOtherActorComponent) == 0x000150, "Wrong size on UHighContrastGameplayMarkupOtherActorComponent"); \ static_assert(offsetof(UHighContrastGameplayMarkupOtherActorComponent, MarkupActors) == 0x000140, "Member 'UHighContrastGameplayMarkupOtherActorComponent::MarkupActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerHighContrastGameplay_AddNPCHighContrastGameplayHint \ static_assert(alignof(FXAutoTriggerHighContrastGameplay_AddNPCHighContrastGameplayHint) == 0x000008, "Wrong alignment on FXAutoTriggerHighContrastGameplay_AddNPCHighContrastGameplayHint"); \ static_assert(sizeof(FXAutoTriggerHighContrastGameplay_AddNPCHighContrastGameplayHint) == 0x000010, "Wrong size on FXAutoTriggerHighContrastGameplay_AddNPCHighContrastGameplayHint"); \ static_assert(offsetof(FXAutoTriggerHighContrastGameplay_AddNPCHighContrastGameplayHint, Actor) == 0x000000, "Member 'FXAutoTriggerHighContrastGameplay_AddNPCHighContrastGameplayHint::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerHighContrastGameplay_AddNPCHighContrastGameplayHint, Hint) == 0x000008, "Member 'FXAutoTriggerHighContrastGameplay_AddNPCHighContrastGameplayHint::Hint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerHighContrastGameplay_GetNPCHighContrastGameplayHint \ static_assert(alignof(FXAutoTriggerHighContrastGameplay_GetNPCHighContrastGameplayHint) == 0x000008, "Wrong alignment on FXAutoTriggerHighContrastGameplay_GetNPCHighContrastGameplayHint"); \ static_assert(sizeof(FXAutoTriggerHighContrastGameplay_GetNPCHighContrastGameplayHint) == 0x000010, "Wrong size on FXAutoTriggerHighContrastGameplay_GetNPCHighContrastGameplayHint"); \ static_assert(offsetof(FXAutoTriggerHighContrastGameplay_GetNPCHighContrastGameplayHint, Actor) == 0x000000, "Member 'FXAutoTriggerHighContrastGameplay_GetNPCHighContrastGameplayHint::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerHighContrastGameplay_GetNPCHighContrastGameplayHint, Hint) == 0x000008, "Member 'FXAutoTriggerHighContrastGameplay_GetNPCHighContrastGameplayHint::Hint' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerHighContrastGameplay_GetNPCHighContrastGameplayHint, bHasHint) == 0x000009, "Member 'FXAutoTriggerHighContrastGameplay_GetNPCHighContrastGameplayHint::bHasHint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupActorImmediateVeryDangerous \ static_assert(alignof(FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupActorImmediateVeryDangerous) == 0x000008, "Wrong alignment on FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupActorImmediateVeryDangerous"); \ static_assert(sizeof(FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupActorImmediateVeryDangerous) == 0x000010, "Wrong size on FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupActorImmediateVeryDangerous"); \ static_assert(offsetof(FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupActorImmediateVeryDangerous, Actor) == 0x000000, "Member 'FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupActorImmediateVeryDangerous::Actor' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupActorImmediateVeryDangerous, Markup) == 0x000008, "Member 'FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupActorImmediateVeryDangerous::Markup' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupActorImmediateVeryDangerous, bIncludeChildren) == 0x000009, "Member 'FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupActorImmediateVeryDangerous::bIncludeChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupMeshImmediateVeryDangerous \ static_assert(alignof(FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupMeshImmediateVeryDangerous) == 0x000008, "Wrong alignment on FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupMeshImmediateVeryDangerous"); \ static_assert(sizeof(FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupMeshImmediateVeryDangerous) == 0x000010, "Wrong size on FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupMeshImmediateVeryDangerous"); \ static_assert(offsetof(FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupMeshImmediateVeryDangerous, MeshComponent) == 0x000000, "Member 'FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupMeshImmediateVeryDangerous::MeshComponent' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupMeshImmediateVeryDangerous, Markup) == 0x000008, "Member 'FXAutoTriggerHighContrastGameplay_HighContrastGameplayMarkupMeshImmediateVeryDangerous::Markup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerHighContrastGameplay_IsHighContrastGameplay \ static_assert(alignof(FXAutoTriggerHighContrastGameplay_IsHighContrastGameplay) == 0x000008, "Wrong alignment on FXAutoTriggerHighContrastGameplay_IsHighContrastGameplay"); \ static_assert(sizeof(FXAutoTriggerHighContrastGameplay_IsHighContrastGameplay) == 0x000010, "Wrong size on FXAutoTriggerHighContrastGameplay_IsHighContrastGameplay"); \ static_assert(offsetof(FXAutoTriggerHighContrastGameplay_IsHighContrastGameplay, WorldContextObject) == 0x000000, "Member 'FXAutoTriggerHighContrastGameplay_IsHighContrastGameplay::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FXAutoTriggerHighContrastGameplay_IsHighContrastGameplay, bHighContrastGameplay) == 0x000008, "Member 'FXAutoTriggerHighContrastGameplay_IsHighContrastGameplay::bHighContrastGameplay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FXAutoTriggerHighContrastGameplay_RemoveNPCHighContrastGameplayHints \ static_assert(alignof(FXAutoTriggerHighContrastGameplay_RemoveNPCHighContrastGameplayHints) == 0x000008, "Wrong alignment on FXAutoTriggerHighContrastGameplay_RemoveNPCHighContrastGameplayHints"); \ static_assert(sizeof(FXAutoTriggerHighContrastGameplay_RemoveNPCHighContrastGameplayHints) == 0x000008, "Wrong size on FXAutoTriggerHighContrastGameplay_RemoveNPCHighContrastGameplayHints"); \ static_assert(offsetof(FXAutoTriggerHighContrastGameplay_RemoveNPCHighContrastGameplayHints, Actor) == 0x000000, "Member 'FXAutoTriggerHighContrastGameplay_RemoveNPCHighContrastGameplayHints::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFXAutoTriggerHighContrastGameplay \ static_assert(alignof(UFXAutoTriggerHighContrastGameplay) == 0x000008, "Wrong alignment on UFXAutoTriggerHighContrastGameplay"); \ static_assert(sizeof(UFXAutoTriggerHighContrastGameplay) == 0x000028, "Wrong size on UFXAutoTriggerHighContrastGameplay"); \ #define DUMPER7_ASSERTS_PhoenixHUD_EnableAnimDebugInfo \ static_assert(alignof(PhoenixHUD_EnableAnimDebugInfo) == 0x000001, "Wrong alignment on PhoenixHUD_EnableAnimDebugInfo"); \ static_assert(sizeof(PhoenixHUD_EnableAnimDebugInfo) == 0x000001, "Wrong size on PhoenixHUD_EnableAnimDebugInfo"); \ static_assert(offsetof(PhoenixHUD_EnableAnimDebugInfo, bInFlag) == 0x000000, "Member 'PhoenixHUD_EnableAnimDebugInfo::bInFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUD_FinishSettingHUDVisible \ static_assert(alignof(PhoenixHUD_FinishSettingHUDVisible) == 0x000008, "Wrong alignment on PhoenixHUD_FinishSettingHUDVisible"); \ static_assert(sizeof(PhoenixHUD_FinishSettingHUDVisible) == 0x000018, "Wrong size on PhoenixHUD_FinishSettingHUDVisible"); \ static_assert(offsetof(PhoenixHUD_FinishSettingHUDVisible, Priority) == 0x000000, "Member 'PhoenixHUD_FinishSettingHUDVisible::Priority' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUD_FinishSettingHUDVisible, Provider) == 0x000008, "Member 'PhoenixHUD_FinishSettingHUDVisible::Provider' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUD_FinishSettingHUDVisible, AllowAnimation) == 0x000010, "Member 'PhoenixHUD_FinishSettingHUDVisible::AllowAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUD_GetReticuleWidget \ static_assert(alignof(PhoenixHUD_GetReticuleWidget) == 0x000008, "Wrong alignment on PhoenixHUD_GetReticuleWidget"); \ static_assert(sizeof(PhoenixHUD_GetReticuleWidget) == 0x000008, "Wrong size on PhoenixHUD_GetReticuleWidget"); \ static_assert(offsetof(PhoenixHUD_GetReticuleWidget, ReturnValue) == 0x000000, "Member 'PhoenixHUD_GetReticuleWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUD_HandleHUDGroupRegistration \ static_assert(alignof(PhoenixHUD_HandleHUDGroupRegistration) == 0x000008, "Wrong alignment on PhoenixHUD_HandleHUDGroupRegistration"); \ static_assert(sizeof(PhoenixHUD_HandleHUDGroupRegistration) == 0x000010, "Wrong size on PhoenixHUD_HandleHUDGroupRegistration"); \ static_assert(offsetof(PhoenixHUD_HandleHUDGroupRegistration, i_caller) == 0x000000, "Member 'PhoenixHUD_HandleHUDGroupRegistration::i_caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUD_HandleHUDGroupRegistration, HUDGroupName) == 0x000008, "Member 'PhoenixHUD_HandleHUDGroupRegistration::HUDGroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUD_HandleHUDGroupUnregistration \ static_assert(alignof(PhoenixHUD_HandleHUDGroupUnregistration) == 0x000008, "Wrong alignment on PhoenixHUD_HandleHUDGroupUnregistration"); \ static_assert(sizeof(PhoenixHUD_HandleHUDGroupUnregistration) == 0x000010, "Wrong size on PhoenixHUD_HandleHUDGroupUnregistration"); \ static_assert(offsetof(PhoenixHUD_HandleHUDGroupUnregistration, i_caller) == 0x000000, "Member 'PhoenixHUD_HandleHUDGroupUnregistration::i_caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUD_HandleHUDGroupUnregistration, HUDGroupName) == 0x000008, "Member 'PhoenixHUD_HandleHUDGroupUnregistration::HUDGroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUD_HideHUDGroup \ static_assert(alignof(PhoenixHUD_HideHUDGroup) == 0x000008, "Wrong alignment on PhoenixHUD_HideHUDGroup"); \ static_assert(sizeof(PhoenixHUD_HideHUDGroup) == 0x000018, "Wrong size on PhoenixHUD_HideHUDGroup"); \ static_assert(offsetof(PhoenixHUD_HideHUDGroup, GroupName) == 0x000000, "Member 'PhoenixHUD_HideHUDGroup::GroupName' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUD_HideHUDGroup, Provider) == 0x000010, "Member 'PhoenixHUD_HideHUDGroup::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUD_OnMailRecieved \ static_assert(alignof(PhoenixHUD_OnMailRecieved) == 0x000008, "Wrong alignment on PhoenixHUD_OnMailRecieved"); \ static_assert(sizeof(PhoenixHUD_OnMailRecieved) == 0x000060, "Wrong size on PhoenixHUD_OnMailRecieved"); \ static_assert(offsetof(PhoenixHUD_OnMailRecieved, Entry) == 0x000000, "Member 'PhoenixHUD_OnMailRecieved::Entry' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUD_OnMailRecieved, DisplayPriority) == 0x000058, "Member 'PhoenixHUD_OnMailRecieved::DisplayPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUD_SetDefaultHUDVisible \ static_assert(alignof(PhoenixHUD_SetDefaultHUDVisible) == 0x000001, "Wrong alignment on PhoenixHUD_SetDefaultHUDVisible"); \ static_assert(sizeof(PhoenixHUD_SetDefaultHUDVisible) == 0x000002, "Wrong size on PhoenixHUD_SetDefaultHUDVisible"); \ static_assert(offsetof(PhoenixHUD_SetDefaultHUDVisible, bDefaultValue) == 0x000000, "Member 'PhoenixHUD_SetDefaultHUDVisible::bDefaultValue' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUD_SetDefaultHUDVisible, AllowSelectiveTicking) == 0x000001, "Member 'PhoenixHUD_SetDefaultHUDVisible::AllowSelectiveTicking' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUD_ShowHUDGroup \ static_assert(alignof(PhoenixHUD_ShowHUDGroup) == 0x000008, "Wrong alignment on PhoenixHUD_ShowHUDGroup"); \ static_assert(sizeof(PhoenixHUD_ShowHUDGroup) == 0x000018, "Wrong size on PhoenixHUD_ShowHUDGroup"); \ static_assert(offsetof(PhoenixHUD_ShowHUDGroup, GroupName) == 0x000000, "Member 'PhoenixHUD_ShowHUDGroup::GroupName' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUD_ShowHUDGroup, Provider) == 0x000010, "Member 'PhoenixHUD_ShowHUDGroup::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUD_StartSettingHUDVisible \ static_assert(alignof(PhoenixHUD_StartSettingHUDVisible) == 0x000008, "Wrong alignment on PhoenixHUD_StartSettingHUDVisible"); \ static_assert(sizeof(PhoenixHUD_StartSettingHUDVisible) == 0x000018, "Wrong size on PhoenixHUD_StartSettingHUDVisible"); \ static_assert(offsetof(PhoenixHUD_StartSettingHUDVisible, bNewValue) == 0x000000, "Member 'PhoenixHUD_StartSettingHUDVisible::bNewValue' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUD_StartSettingHUDVisible, Priority) == 0x000001, "Member 'PhoenixHUD_StartSettingHUDVisible::Priority' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUD_StartSettingHUDVisible, Provider) == 0x000008, "Member 'PhoenixHUD_StartSettingHUDVisible::Provider' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUD_StartSettingHUDVisible, AllowAnimation) == 0x000010, "Member 'PhoenixHUD_StartSettingHUDVisible::AllowAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUD_ToggleHUD \ static_assert(alignof(PhoenixHUD_ToggleHUD) == 0x000001, "Wrong alignment on PhoenixHUD_ToggleHUD"); \ static_assert(sizeof(PhoenixHUD_ToggleHUD) == 0x000003, "Wrong size on PhoenixHUD_ToggleHUD"); \ static_assert(offsetof(PhoenixHUD_ToggleHUD, Show) == 0x000000, "Member 'PhoenixHUD_ToggleHUD::Show' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUD_ToggleHUD, AllowSelectiveTicking) == 0x000001, "Member 'PhoenixHUD_ToggleHUD::AllowSelectiveTicking' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUD_ToggleHUD, AllowAnimation) == 0x000002, "Member 'PhoenixHUD_ToggleHUD::AllowAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APhoenixHUD \ static_assert(alignof(APhoenixHUD) == 0x000008, "Wrong alignment on APhoenixHUD"); \ static_assert(sizeof(APhoenixHUD) == 0x000610, "Wrong size on APhoenixHUD"); \ static_assert(offsetof(APhoenixHUD, VerdanaFont) == 0x000348, "Member 'APhoenixHUD::VerdanaFont' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, UE4Font) == 0x000350, "Member 'APhoenixHUD::UE4Font' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, DefaultFontScale) == 0x000358, "Member 'APhoenixHUD::DefaultFontScale' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, GlobalHUDMult) == 0x00035C, "Member 'APhoenixHUD::GlobalHUDMult' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, CursorMain) == 0x000360, "Member 'APhoenixHUD::CursorMain' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, CursorHoveringButton) == 0x000368, "Member 'APhoenixHUD::CursorHoveringButton' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, ButtonBackground) == 0x000370, "Member 'APhoenixHUD::ButtonBackground' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, MaterialBackground) == 0x000378, "Member 'APhoenixHUD::MaterialBackground' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, m_subReticuleMoveToTargetTime) == 0x000380, "Member 'APhoenixHUD::m_subReticuleMoveToTargetTime' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, m_ReticuleWidgetClass) == 0x000388, "Member 'APhoenixHUD::m_ReticuleWidgetClass' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, LoadingScreenWidgetClass) == 0x000390, "Member 'APhoenixHUD::LoadingScreenWidgetClass' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, HUDWidgetRef) == 0x000398, "Member 'APhoenixHUD::HUDWidgetRef' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, KnowledgeNotificationShown) == 0x0003A0, "Member 'APhoenixHUD::KnowledgeNotificationShown' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, KnowledgeNotificationSubject) == 0x0003A8, "Member 'APhoenixHUD::KnowledgeNotificationSubject' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, bShowAnimDebugInfo) == 0x0005A8, "Member 'APhoenixHUD::bShowAnimDebugInfo' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, StickX) == 0x0005AC, "Member 'APhoenixHUD::StickX' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, StickY) == 0x0005B0, "Member 'APhoenixHUD::StickY' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, ModifiedStickX) == 0x0005B4, "Member 'APhoenixHUD::ModifiedStickX' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, ModifiedStickY) == 0x0005B8, "Member 'APhoenixHUD::ModifiedStickY' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, DeadZoneCurve) == 0x0005C0, "Member 'APhoenixHUD::DeadZoneCurve' has a wrong offset!"); \ static_assert(offsetof(APhoenixHUD, SpeedCurve) == 0x0005C8, "Member 'APhoenixHUD::SpeedCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_AddBeaconToHUD \ static_assert(alignof(PhoenixHUDWidget_AddBeaconToHUD) == 0x000008, "Wrong alignment on PhoenixHUDWidget_AddBeaconToHUD"); \ static_assert(sizeof(PhoenixHUDWidget_AddBeaconToHUD) == 0x000010, "Wrong size on PhoenixHUDWidget_AddBeaconToHUD"); \ static_assert(offsetof(PhoenixHUDWidget_AddBeaconToHUD, Beacon) == 0x000000, "Member 'PhoenixHUDWidget_AddBeaconToHUD::Beacon' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_AddBeaconToHUD, BeaconSlot) == 0x000008, "Member 'PhoenixHUDWidget_AddBeaconToHUD::BeaconSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_AddCollectionNotification \ static_assert(alignof(PhoenixHUDWidget_AddCollectionNotification) == 0x000008, "Wrong alignment on PhoenixHUDWidget_AddCollectionNotification"); \ static_assert(sizeof(PhoenixHUDWidget_AddCollectionNotification) == 0x000030, "Wrong size on PhoenixHUDWidget_AddCollectionNotification"); \ static_assert(offsetof(PhoenixHUDWidget_AddCollectionNotification, Name_0) == 0x000000, "Member 'PhoenixHUDWidget_AddCollectionNotification::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_AddCollectionNotification, IconName) == 0x000010, "Member 'PhoenixHUDWidget_AddCollectionNotification::IconName' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_AddCollectionNotification, Count) == 0x000020, "Member 'PhoenixHUDWidget_AddCollectionNotification::Count' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_AddCollectionNotification, bSpecial) == 0x000024, "Member 'PhoenixHUDWidget_AddCollectionNotification::bSpecial' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_AddCollectionNotification, Variation) == 0x000028, "Member 'PhoenixHUDWidget_AddCollectionNotification::Variation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_AddCompanionLevelUpNotification \ static_assert(alignof(PhoenixHUDWidget_AddCompanionLevelUpNotification) == 0x000008, "Wrong alignment on PhoenixHUDWidget_AddCompanionLevelUpNotification"); \ static_assert(sizeof(PhoenixHUDWidget_AddCompanionLevelUpNotification) == 0x000020, "Wrong size on PhoenixHUDWidget_AddCompanionLevelUpNotification"); \ static_assert(offsetof(PhoenixHUDWidget_AddCompanionLevelUpNotification, i_caller) == 0x000000, "Member 'PhoenixHUDWidget_AddCompanionLevelUpNotification::i_caller' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_AddCompanionLevelUpNotification, CompanionName) == 0x000008, "Member 'PhoenixHUDWidget_AddCompanionLevelUpNotification::CompanionName' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_AddCompanionLevelUpNotification, Level) == 0x000018, "Member 'PhoenixHUDWidget_AddCompanionLevelUpNotification::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_AddFastTravelUnlockedNotification \ static_assert(alignof(PhoenixHUDWidget_AddFastTravelUnlockedNotification) == 0x000008, "Wrong alignment on PhoenixHUDWidget_AddFastTravelUnlockedNotification"); \ static_assert(sizeof(PhoenixHUDWidget_AddFastTravelUnlockedNotification) == 0x000020, "Wrong size on PhoenixHUDWidget_AddFastTravelUnlockedNotification"); \ static_assert(offsetof(PhoenixHUDWidget_AddFastTravelUnlockedNotification, Site) == 0x000000, "Member 'PhoenixHUDWidget_AddFastTravelUnlockedNotification::Site' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_AddFastTravelUnlockedNotification, IconName) == 0x000010, "Member 'PhoenixHUDWidget_AddFastTravelUnlockedNotification::IconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_AddSpecialItemNotification \ static_assert(alignof(PhoenixHUDWidget_AddSpecialItemNotification) == 0x000008, "Wrong alignment on PhoenixHUDWidget_AddSpecialItemNotification"); \ static_assert(sizeof(PhoenixHUDWidget_AddSpecialItemNotification) == 0x000038, "Wrong size on PhoenixHUDWidget_AddSpecialItemNotification"); \ static_assert(offsetof(PhoenixHUDWidget_AddSpecialItemNotification, Name_0) == 0x000000, "Member 'PhoenixHUDWidget_AddSpecialItemNotification::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_AddSpecialItemNotification, IconName) == 0x000010, "Member 'PhoenixHUDWidget_AddSpecialItemNotification::IconName' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_AddSpecialItemNotification, Count) == 0x000020, "Member 'PhoenixHUDWidget_AddSpecialItemNotification::Count' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_AddSpecialItemNotification, UnlockMessage) == 0x000028, "Member 'PhoenixHUDWidget_AddSpecialItemNotification::UnlockMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_ExperienceChangedBP \ static_assert(alignof(PhoenixHUDWidget_ExperienceChangedBP) == 0x000004, "Wrong alignment on PhoenixHUDWidget_ExperienceChangedBP"); \ static_assert(sizeof(PhoenixHUDWidget_ExperienceChangedBP) == 0x000020, "Wrong size on PhoenixHUDWidget_ExperienceChangedBP"); \ static_assert(offsetof(PhoenixHUDWidget_ExperienceChangedBP, ExperienceChangedData) == 0x000000, "Member 'PhoenixHUDWidget_ExperienceChangedBP::ExperienceChangedData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_GetMissionBanner \ static_assert(alignof(PhoenixHUDWidget_GetMissionBanner) == 0x000008, "Wrong alignment on PhoenixHUDWidget_GetMissionBanner"); \ static_assert(sizeof(PhoenixHUDWidget_GetMissionBanner) == 0x000008, "Wrong size on PhoenixHUDWidget_GetMissionBanner"); \ static_assert(offsetof(PhoenixHUDWidget_GetMissionBanner, ReturnValue) == 0x000000, "Member 'PhoenixHUDWidget_GetMissionBanner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_MakeBeaconIcon \ static_assert(alignof(PhoenixHUDWidget_MakeBeaconIcon) == 0x000008, "Wrong alignment on PhoenixHUDWidget_MakeBeaconIcon"); \ static_assert(sizeof(PhoenixHUDWidget_MakeBeaconIcon) == 0x000018, "Wrong size on PhoenixHUDWidget_MakeBeaconIcon"); \ static_assert(offsetof(PhoenixHUDWidget_MakeBeaconIcon, IconName) == 0x000000, "Member 'PhoenixHUDWidget_MakeBeaconIcon::IconName' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_MakeBeaconIcon, ReturnValue) == 0x000010, "Member 'PhoenixHUDWidget_MakeBeaconIcon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_OnAddChallengeCompleteNotification \ static_assert(alignof(PhoenixHUDWidget_OnAddChallengeCompleteNotification) == 0x000004, "Wrong alignment on PhoenixHUDWidget_OnAddChallengeCompleteNotification"); \ static_assert(sizeof(PhoenixHUDWidget_OnAddChallengeCompleteNotification) == 0x00001C, "Wrong size on PhoenixHUDWidget_OnAddChallengeCompleteNotification"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddChallengeCompleteNotification, ChallengeID) == 0x000000, "Member 'PhoenixHUDWidget_OnAddChallengeCompleteNotification::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddChallengeCompleteNotification, ChallengeCategory) == 0x000008, "Member 'PhoenixHUDWidget_OnAddChallengeCompleteNotification::ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddChallengeCompleteNotification, CompletedLevel) == 0x000010, "Member 'PhoenixHUDWidget_OnAddChallengeCompleteNotification::CompletedLevel' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddChallengeCompleteNotification, TotalLevels) == 0x000014, "Member 'PhoenixHUDWidget_OnAddChallengeCompleteNotification::TotalLevels' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddChallengeCompleteNotification, TotalInstancesForLevel) == 0x000018, "Member 'PhoenixHUDWidget_OnAddChallengeCompleteNotification::TotalInstancesForLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_OnAddChallengeUnlockedNotification \ static_assert(alignof(PhoenixHUDWidget_OnAddChallengeUnlockedNotification) == 0x000004, "Wrong alignment on PhoenixHUDWidget_OnAddChallengeUnlockedNotification"); \ static_assert(sizeof(PhoenixHUDWidget_OnAddChallengeUnlockedNotification) == 0x000014, "Wrong size on PhoenixHUDWidget_OnAddChallengeUnlockedNotification"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddChallengeUnlockedNotification, ChallengeID) == 0x000000, "Member 'PhoenixHUDWidget_OnAddChallengeUnlockedNotification::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddChallengeUnlockedNotification, ChallengeCategory) == 0x000008, "Member 'PhoenixHUDWidget_OnAddChallengeUnlockedNotification::ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddChallengeUnlockedNotification, TotalRequired) == 0x000010, "Member 'PhoenixHUDWidget_OnAddChallengeUnlockedNotification::TotalRequired' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_OnAddChallengeUpdatedNotification \ static_assert(alignof(PhoenixHUDWidget_OnAddChallengeUpdatedNotification) == 0x000004, "Wrong alignment on PhoenixHUDWidget_OnAddChallengeUpdatedNotification"); \ static_assert(sizeof(PhoenixHUDWidget_OnAddChallengeUpdatedNotification) == 0x000018, "Wrong size on PhoenixHUDWidget_OnAddChallengeUpdatedNotification"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddChallengeUpdatedNotification, ChallengeID) == 0x000000, "Member 'PhoenixHUDWidget_OnAddChallengeUpdatedNotification::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddChallengeUpdatedNotification, ChallengeCategory) == 0x000008, "Member 'PhoenixHUDWidget_OnAddChallengeUpdatedNotification::ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddChallengeUpdatedNotification, CompletedAmt) == 0x000010, "Member 'PhoenixHUDWidget_OnAddChallengeUpdatedNotification::CompletedAmt' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddChallengeUpdatedNotification, TotalRequired) == 0x000014, "Member 'PhoenixHUDWidget_OnAddChallengeUpdatedNotification::TotalRequired' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_OnAddCollectionKnownNotification \ static_assert(alignof(PhoenixHUDWidget_OnAddCollectionKnownNotification) == 0x000004, "Wrong alignment on PhoenixHUDWidget_OnAddCollectionKnownNotification"); \ static_assert(sizeof(PhoenixHUDWidget_OnAddCollectionKnownNotification) == 0x000010, "Wrong size on PhoenixHUDWidget_OnAddCollectionKnownNotification"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddCollectionKnownNotification, CollectionItemID) == 0x000000, "Member 'PhoenixHUDWidget_OnAddCollectionKnownNotification::CollectionItemID' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddCollectionKnownNotification, CollectionCategory) == 0x000008, "Member 'PhoenixHUDWidget_OnAddCollectionKnownNotification::CollectionCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_OnAddCollectionObtainedNotification \ static_assert(alignof(PhoenixHUDWidget_OnAddCollectionObtainedNotification) == 0x000004, "Wrong alignment on PhoenixHUDWidget_OnAddCollectionObtainedNotification"); \ static_assert(sizeof(PhoenixHUDWidget_OnAddCollectionObtainedNotification) == 0x000010, "Wrong size on PhoenixHUDWidget_OnAddCollectionObtainedNotification"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddCollectionObtainedNotification, CollectionItemID) == 0x000000, "Member 'PhoenixHUDWidget_OnAddCollectionObtainedNotification::CollectionItemID' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddCollectionObtainedNotification, CollectionCategory) == 0x000008, "Member 'PhoenixHUDWidget_OnAddCollectionObtainedNotification::CollectionCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_OnAddCompanionLevelUpNotification \ static_assert(alignof(PhoenixHUDWidget_OnAddCompanionLevelUpNotification) == 0x000008, "Wrong alignment on PhoenixHUDWidget_OnAddCompanionLevelUpNotification"); \ static_assert(sizeof(PhoenixHUDWidget_OnAddCompanionLevelUpNotification) == 0x000010, "Wrong size on PhoenixHUDWidget_OnAddCompanionLevelUpNotification"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddCompanionLevelUpNotification, CompanionName) == 0x000000, "Member 'PhoenixHUDWidget_OnAddCompanionLevelUpNotification::CompanionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_OnAddFastTravelUnlockedNotification \ static_assert(alignof(PhoenixHUDWidget_OnAddFastTravelUnlockedNotification) == 0x000008, "Wrong alignment on PhoenixHUDWidget_OnAddFastTravelUnlockedNotification"); \ static_assert(sizeof(PhoenixHUDWidget_OnAddFastTravelUnlockedNotification) == 0x000020, "Wrong size on PhoenixHUDWidget_OnAddFastTravelUnlockedNotification"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddFastTravelUnlockedNotification, Name_0) == 0x000000, "Member 'PhoenixHUDWidget_OnAddFastTravelUnlockedNotification::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddFastTravelUnlockedNotification, IconName) == 0x000010, "Member 'PhoenixHUDWidget_OnAddFastTravelUnlockedNotification::IconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_OnAddPickupNotification \ static_assert(alignof(PhoenixHUDWidget_OnAddPickupNotification) == 0x000008, "Wrong alignment on PhoenixHUDWidget_OnAddPickupNotification"); \ static_assert(sizeof(PhoenixHUDWidget_OnAddPickupNotification) == 0x000030, "Wrong size on PhoenixHUDWidget_OnAddPickupNotification"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddPickupNotification, Name_0) == 0x000000, "Member 'PhoenixHUDWidget_OnAddPickupNotification::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddPickupNotification, IconName) == 0x000010, "Member 'PhoenixHUDWidget_OnAddPickupNotification::IconName' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddPickupNotification, Count) == 0x000020, "Member 'PhoenixHUDWidget_OnAddPickupNotification::Count' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddPickupNotification, bSpecial) == 0x000024, "Member 'PhoenixHUDWidget_OnAddPickupNotification::bSpecial' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddPickupNotification, Variation) == 0x000028, "Member 'PhoenixHUDWidget_OnAddPickupNotification::Variation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_OnAddSpecialItemNotification \ static_assert(alignof(PhoenixHUDWidget_OnAddSpecialItemNotification) == 0x000008, "Wrong alignment on PhoenixHUDWidget_OnAddSpecialItemNotification"); \ static_assert(sizeof(PhoenixHUDWidget_OnAddSpecialItemNotification) == 0x000038, "Wrong size on PhoenixHUDWidget_OnAddSpecialItemNotification"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddSpecialItemNotification, Name_0) == 0x000000, "Member 'PhoenixHUDWidget_OnAddSpecialItemNotification::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddSpecialItemNotification, IconName) == 0x000010, "Member 'PhoenixHUDWidget_OnAddSpecialItemNotification::IconName' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddSpecialItemNotification, Count) == 0x000020, "Member 'PhoenixHUDWidget_OnAddSpecialItemNotification::Count' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddSpecialItemNotification, UnlockMessage) == 0x000028, "Member 'PhoenixHUDWidget_OnAddSpecialItemNotification::UnlockMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_OnAddTextTickerNotification \ static_assert(alignof(PhoenixHUDWidget_OnAddTextTickerNotification) == 0x000008, "Wrong alignment on PhoenixHUDWidget_OnAddTextTickerNotification"); \ static_assert(sizeof(PhoenixHUDWidget_OnAddTextTickerNotification) == 0x000010, "Wrong size on PhoenixHUDWidget_OnAddTextTickerNotification"); \ static_assert(offsetof(PhoenixHUDWidget_OnAddTextTickerNotification, NotificationText) == 0x000000, "Member 'PhoenixHUDWidget_OnAddTextTickerNotification::NotificationText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_OnMailRecieved \ static_assert(alignof(PhoenixHUDWidget_OnMailRecieved) == 0x000008, "Wrong alignment on PhoenixHUDWidget_OnMailRecieved"); \ static_assert(sizeof(PhoenixHUDWidget_OnMailRecieved) == 0x000060, "Wrong size on PhoenixHUDWidget_OnMailRecieved"); \ static_assert(offsetof(PhoenixHUDWidget_OnMailRecieved, Entry) == 0x000000, "Member 'PhoenixHUDWidget_OnMailRecieved::Entry' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnMailRecieved, DisplayPriority) == 0x000058, "Member 'PhoenixHUDWidget_OnMailRecieved::DisplayPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_OnSetEnemyData \ static_assert(alignof(PhoenixHUDWidget_OnSetEnemyData) == 0x000004, "Wrong alignment on PhoenixHUDWidget_OnSetEnemyData"); \ static_assert(sizeof(PhoenixHUDWidget_OnSetEnemyData) == 0x00000C, "Wrong size on PhoenixHUDWidget_OnSetEnemyData"); \ static_assert(offsetof(PhoenixHUDWidget_OnSetEnemyData, Name_0) == 0x000000, "Member 'PhoenixHUDWidget_OnSetEnemyData::Name_0' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_OnSetEnemyData, pct) == 0x000008, "Member 'PhoenixHUDWidget_OnSetEnemyData::pct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_OnShowEnemyInfo \ static_assert(alignof(PhoenixHUDWidget_OnShowEnemyInfo) == 0x000001, "Wrong alignment on PhoenixHUDWidget_OnShowEnemyInfo"); \ static_assert(sizeof(PhoenixHUDWidget_OnShowEnemyInfo) == 0x000001, "Wrong size on PhoenixHUDWidget_OnShowEnemyInfo"); \ static_assert(offsetof(PhoenixHUDWidget_OnShowEnemyInfo, Show) == 0x000000, "Member 'PhoenixHUDWidget_OnShowEnemyInfo::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_OnShowSpellBar \ static_assert(alignof(PhoenixHUDWidget_OnShowSpellBar) == 0x000001, "Wrong alignment on PhoenixHUDWidget_OnShowSpellBar"); \ static_assert(sizeof(PhoenixHUDWidget_OnShowSpellBar) == 0x000001, "Wrong size on PhoenixHUDWidget_OnShowSpellBar"); \ static_assert(offsetof(PhoenixHUDWidget_OnShowSpellBar, Show) == 0x000000, "Member 'PhoenixHUDWidget_OnShowSpellBar::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_RemoveBeaconFromHUD \ static_assert(alignof(PhoenixHUDWidget_RemoveBeaconFromHUD) == 0x000008, "Wrong alignment on PhoenixHUDWidget_RemoveBeaconFromHUD"); \ static_assert(sizeof(PhoenixHUDWidget_RemoveBeaconFromHUD) == 0x000008, "Wrong size on PhoenixHUDWidget_RemoveBeaconFromHUD"); \ static_assert(offsetof(PhoenixHUDWidget_RemoveBeaconFromHUD, Beacon) == 0x000000, "Member 'PhoenixHUDWidget_RemoveBeaconFromHUD::Beacon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_SetAndShowHintMessage \ static_assert(alignof(PhoenixHUDWidget_SetAndShowHintMessage) == 0x000008, "Wrong alignment on PhoenixHUDWidget_SetAndShowHintMessage"); \ static_assert(sizeof(PhoenixHUDWidget_SetAndShowHintMessage) == 0x000028, "Wrong size on PhoenixHUDWidget_SetAndShowHintMessage"); \ static_assert(offsetof(PhoenixHUDWidget_SetAndShowHintMessage, HintKey) == 0x000000, "Member 'PhoenixHUDWidget_SetAndShowHintMessage::HintKey' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_SetAndShowHintMessage, HintPositionData) == 0x000010, "Member 'PhoenixHUDWidget_SetAndShowHintMessage::HintPositionData' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_SetAndShowHintMessage, bIgnoreShowTutorialElementsFlag) == 0x000020, "Member 'PhoenixHUDWidget_SetAndShowHintMessage::bIgnoreShowTutorialElementsFlag' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_SetAndShowHintMessage, MaxDuration) == 0x000024, "Member 'PhoenixHUDWidget_SetAndShowHintMessage::MaxDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_SetCurrentTargetActor \ static_assert(alignof(PhoenixHUDWidget_SetCurrentTargetActor) == 0x000008, "Wrong alignment on PhoenixHUDWidget_SetCurrentTargetActor"); \ static_assert(sizeof(PhoenixHUDWidget_SetCurrentTargetActor) == 0x000010, "Wrong size on PhoenixHUDWidget_SetCurrentTargetActor"); \ static_assert(offsetof(PhoenixHUDWidget_SetCurrentTargetActor, Target) == 0x000000, "Member 'PhoenixHUDWidget_SetCurrentTargetActor::Target' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_SetCurrentTargetActor, ShowName) == 0x000008, "Member 'PhoenixHUDWidget_SetCurrentTargetActor::ShowName' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_SetCurrentTargetActor, ShowHealth) == 0x000009, "Member 'PhoenixHUDWidget_SetCurrentTargetActor::ShowHealth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_SetGlobalHudVisibility \ static_assert(alignof(PhoenixHUDWidget_SetGlobalHudVisibility) == 0x000001, "Wrong alignment on PhoenixHUDWidget_SetGlobalHudVisibility"); \ static_assert(sizeof(PhoenixHUDWidget_SetGlobalHudVisibility) == 0x000003, "Wrong size on PhoenixHUDWidget_SetGlobalHudVisibility"); \ static_assert(offsetof(PhoenixHUDWidget_SetGlobalHudVisibility, ShouldShow) == 0x000000, "Member 'PhoenixHUDWidget_SetGlobalHudVisibility::ShouldShow' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_SetGlobalHudVisibility, AllowTicking) == 0x000001, "Member 'PhoenixHUDWidget_SetGlobalHudVisibility::AllowTicking' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_SetGlobalHudVisibility, ShouldAnimate) == 0x000002, "Member 'PhoenixHUDWidget_SetGlobalHudVisibility::ShouldAnimate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_SetHudElementVisibility \ static_assert(alignof(PhoenixHUDWidget_SetHudElementVisibility) == 0x000008, "Wrong alignment on PhoenixHUDWidget_SetHudElementVisibility"); \ static_assert(sizeof(PhoenixHUDWidget_SetHudElementVisibility) == 0x000020, "Wrong size on PhoenixHUDWidget_SetHudElementVisibility"); \ static_assert(offsetof(PhoenixHUDWidget_SetHudElementVisibility, ElementName) == 0x000000, "Member 'PhoenixHUDWidget_SetHudElementVisibility::ElementName' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_SetHudElementVisibility, NewVisibility) == 0x000010, "Member 'PhoenixHUDWidget_SetHudElementVisibility::NewVisibility' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_SetHudElementVisibility, Provider) == 0x000018, "Member 'PhoenixHUDWidget_SetHudElementVisibility::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_ShowBroomHUD \ static_assert(alignof(PhoenixHUDWidget_ShowBroomHUD) == 0x000008, "Wrong alignment on PhoenixHUDWidget_ShowBroomHUD"); \ static_assert(sizeof(PhoenixHUDWidget_ShowBroomHUD) == 0x000008, "Wrong size on PhoenixHUDWidget_ShowBroomHUD"); \ static_assert(offsetof(PhoenixHUDWidget_ShowBroomHUD, BroomActor) == 0x000000, "Member 'PhoenixHUDWidget_ShowBroomHUD::BroomActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_ShowConjurationUI \ static_assert(alignof(PhoenixHUDWidget_ShowConjurationUI) == 0x000004, "Wrong alignment on PhoenixHUDWidget_ShowConjurationUI"); \ static_assert(sizeof(PhoenixHUDWidget_ShowConjurationUI) == 0x000008, "Wrong size on PhoenixHUDWidget_ShowConjurationUI"); \ static_assert(offsetof(PhoenixHUDWidget_ShowConjurationUI, Show) == 0x000000, "Member 'PhoenixHUDWidget_ShowConjurationUI::Show' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_ShowConjurationUI, IntroType) == 0x000004, "Member 'PhoenixHUDWidget_ShowConjurationUI::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_ShowCreatureNurturingHUD \ static_assert(alignof(PhoenixHUDWidget_ShowCreatureNurturingHUD) == 0x000001, "Wrong alignment on PhoenixHUDWidget_ShowCreatureNurturingHUD"); \ static_assert(sizeof(PhoenixHUDWidget_ShowCreatureNurturingHUD) == 0x000001, "Wrong size on PhoenixHUDWidget_ShowCreatureNurturingHUD"); \ static_assert(offsetof(PhoenixHUDWidget_ShowCreatureNurturingHUD, Show) == 0x000000, "Member 'PhoenixHUDWidget_ShowCreatureNurturingHUD::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_ShowMountHUD \ static_assert(alignof(PhoenixHUDWidget_ShowMountHUD) == 0x000008, "Wrong alignment on PhoenixHUDWidget_ShowMountHUD"); \ static_assert(sizeof(PhoenixHUDWidget_ShowMountHUD) == 0x000010, "Wrong size on PhoenixHUDWidget_ShowMountHUD"); \ static_assert(offsetof(PhoenixHUDWidget_ShowMountHUD, MountComponent) == 0x000000, "Member 'PhoenixHUDWidget_ShowMountHUD::MountComponent' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_ShowMountHUD, bIncludeCharge) == 0x000008, "Member 'PhoenixHUDWidget_ShowMountHUD::bIncludeCharge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_ShowNoFlyHUD \ static_assert(alignof(PhoenixHUDWidget_ShowNoFlyHUD) == 0x000004, "Wrong alignment on PhoenixHUDWidget_ShowNoFlyHUD"); \ static_assert(sizeof(PhoenixHUDWidget_ShowNoFlyHUD) == 0x000008, "Wrong size on PhoenixHUDWidget_ShowNoFlyHUD"); \ static_assert(offsetof(PhoenixHUDWidget_ShowNoFlyHUD, ErrorMessageKey) == 0x000000, "Member 'PhoenixHUDWidget_ShowNoFlyHUD::ErrorMessageKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_ShowOutOfAreaAlert \ static_assert(alignof(PhoenixHUDWidget_ShowOutOfAreaAlert) == 0x000004, "Wrong alignment on PhoenixHUDWidget_ShowOutOfAreaAlert"); \ static_assert(sizeof(PhoenixHUDWidget_ShowOutOfAreaAlert) == 0x00000C, "Wrong size on PhoenixHUDWidget_ShowOutOfAreaAlert"); \ static_assert(offsetof(PhoenixHUDWidget_ShowOutOfAreaAlert, Message) == 0x000000, "Member 'PhoenixHUDWidget_ShowOutOfAreaAlert::Message' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_ShowOutOfAreaAlert, InitialTime) == 0x000008, "Member 'PhoenixHUDWidget_ShowOutOfAreaAlert::InitialTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_ShowSpellBar \ static_assert(alignof(PhoenixHUDWidget_ShowSpellBar) == 0x000001, "Wrong alignment on PhoenixHUDWidget_ShowSpellBar"); \ static_assert(sizeof(PhoenixHUDWidget_ShowSpellBar) == 0x000001, "Wrong size on PhoenixHUDWidget_ShowSpellBar"); \ static_assert(offsetof(PhoenixHUDWidget_ShowSpellBar, Show) == 0x000000, "Member 'PhoenixHUDWidget_ShowSpellBar::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_ShowTransformationUI \ static_assert(alignof(PhoenixHUDWidget_ShowTransformationUI) == 0x000004, "Wrong alignment on PhoenixHUDWidget_ShowTransformationUI"); \ static_assert(sizeof(PhoenixHUDWidget_ShowTransformationUI) == 0x000008, "Wrong size on PhoenixHUDWidget_ShowTransformationUI"); \ static_assert(offsetof(PhoenixHUDWidget_ShowTransformationUI, Show) == 0x000000, "Member 'PhoenixHUDWidget_ShowTransformationUI::Show' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_ShowTransformationUI, IntroType) == 0x000004, "Member 'PhoenixHUDWidget_ShowTransformationUI::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_ShowZoneNotification \ static_assert(alignof(PhoenixHUDWidget_ShowZoneNotification) == 0x000004, "Wrong alignment on PhoenixHUDWidget_ShowZoneNotification"); \ static_assert(sizeof(PhoenixHUDWidget_ShowZoneNotification) == 0x000028, "Wrong size on PhoenixHUDWidget_ShowZoneNotification"); \ static_assert(offsetof(PhoenixHUDWidget_ShowZoneNotification, Header_Name) == 0x000000, "Member 'PhoenixHUDWidget_ShowZoneNotification::Header_Name' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_ShowZoneNotification, Label_Name) == 0x000008, "Member 'PhoenixHUDWidget_ShowZoneNotification::Label_Name' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_ShowZoneNotification, Image_Left) == 0x000010, "Member 'PhoenixHUDWidget_ShowZoneNotification::Image_Left' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_ShowZoneNotification, Image_Right) == 0x000018, "Member 'PhoenixHUDWidget_ShowZoneNotification::Image_Right' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_ShowZoneNotification, duration_seconds) == 0x000020, "Member 'PhoenixHUDWidget_ShowZoneNotification::duration_seconds' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_ShowZoneNotification, PlaySound_0) == 0x000024, "Member 'PhoenixHUDWidget_ShowZoneNotification::PlaySound_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_ToggleMissionDetailsHold \ static_assert(alignof(PhoenixHUDWidget_ToggleMissionDetailsHold) == 0x000001, "Wrong alignment on PhoenixHUDWidget_ToggleMissionDetailsHold"); \ static_assert(sizeof(PhoenixHUDWidget_ToggleMissionDetailsHold) == 0x000001, "Wrong size on PhoenixHUDWidget_ToggleMissionDetailsHold"); \ static_assert(offsetof(PhoenixHUDWidget_ToggleMissionDetailsHold, IsHeld) == 0x000000, "Member 'PhoenixHUDWidget_ToggleMissionDetailsHold::IsHeld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_TogglePersistentStepBanner \ static_assert(alignof(PhoenixHUDWidget_TogglePersistentStepBanner) == 0x000001, "Wrong alignment on PhoenixHUDWidget_TogglePersistentStepBanner"); \ static_assert(sizeof(PhoenixHUDWidget_TogglePersistentStepBanner) == 0x000001, "Wrong size on PhoenixHUDWidget_TogglePersistentStepBanner"); \ static_assert(offsetof(PhoenixHUDWidget_TogglePersistentStepBanner, IsPersistent) == 0x000000, "Member 'PhoenixHUDWidget_TogglePersistentStepBanner::IsPersistent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_UpdateOutOfAreaAlertTimer \ static_assert(alignof(PhoenixHUDWidget_UpdateOutOfAreaAlertTimer) == 0x000004, "Wrong alignment on PhoenixHUDWidget_UpdateOutOfAreaAlertTimer"); \ static_assert(sizeof(PhoenixHUDWidget_UpdateOutOfAreaAlertTimer) == 0x000004, "Wrong size on PhoenixHUDWidget_UpdateOutOfAreaAlertTimer"); \ static_assert(offsetof(PhoenixHUDWidget_UpdateOutOfAreaAlertTimer, Time) == 0x000000, "Member 'PhoenixHUDWidget_UpdateOutOfAreaAlertTimer::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHUDWidget_WorldToViewport \ static_assert(alignof(PhoenixHUDWidget_WorldToViewport) == 0x000004, "Wrong alignment on PhoenixHUDWidget_WorldToViewport"); \ static_assert(sizeof(PhoenixHUDWidget_WorldToViewport) == 0x000018, "Wrong size on PhoenixHUDWidget_WorldToViewport"); \ static_assert(offsetof(PhoenixHUDWidget_WorldToViewport, WorldPos) == 0x000000, "Member 'PhoenixHUDWidget_WorldToViewport::WorldPos' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_WorldToViewport, o_Point) == 0x00000C, "Member 'PhoenixHUDWidget_WorldToViewport::o_Point' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_WorldToViewport, LockToViewableSpace) == 0x000014, "Member 'PhoenixHUDWidget_WorldToViewport::LockToViewableSpace' has a wrong offset!"); \ static_assert(offsetof(PhoenixHUDWidget_WorldToViewport, ReturnValue) == 0x000015, "Member 'PhoenixHUDWidget_WorldToViewport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixHUDWidget \ static_assert(alignof(UPhoenixHUDWidget) == 0x000008, "Wrong alignment on UPhoenixHUDWidget"); \ static_assert(sizeof(UPhoenixHUDWidget) == 0x000310, "Wrong size on UPhoenixHUDWidget"); \ static_assert(offsetof(UPhoenixHUDWidget, LockOnReticlePanel) == 0x000268, "Member 'UPhoenixHUDWidget::LockOnReticlePanel' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHUDWidget, CapturingWidgetPanel) == 0x000270, "Member 'UPhoenixHUDWidget::CapturingWidgetPanel' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHUDWidget, HUD_ZoneNotification) == 0x000278, "Member 'UPhoenixHUDWidget::HUD_ZoneNotification' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHUDWidget, ComboHelperHud) == 0x000280, "Member 'UPhoenixHUDWidget::ComboHelperHud' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHUDWidget, Reticule) == 0x000288, "Member 'UPhoenixHUDWidget::Reticule' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHUDWidget, ConjurationIntroType) == 0x000294, "Member 'UPhoenixHUDWidget::ConjurationIntroType' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHUDWidget, TransfigurationIntroType) == 0x000298, "Member 'UPhoenixHUDWidget::TransfigurationIntroType' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHUDWidget, BeaconMinVertElevationDistMeters) == 0x00029C, "Member 'UPhoenixHUDWidget::BeaconMinVertElevationDistMeters' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHUDWidget, BeaconMaxHorizElevationDistMeters) == 0x0002A0, "Member 'UPhoenixHUDWidget::BeaconMaxHorizElevationDistMeters' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHUDWidget, BeaconElevationBufferMeters) == 0x0002A4, "Member 'UPhoenixHUDWidget::BeaconElevationBufferMeters' has a wrong offset!"); \ static_assert(offsetof(UPhoenixHUDWidget, MinVisibleBeaconTextDistMeters) == 0x0002A8, "Member 'UPhoenixHUDWidget::MinVisibleBeaconTextDistMeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixManagedCharacter \ static_assert(alignof(UPhoenixManagedCharacter) == 0x000008, "Wrong alignment on UPhoenixManagedCharacter"); \ static_assert(sizeof(UPhoenixManagedCharacter) == 0x0003B8, "Wrong size on UPhoenixManagedCharacter"); \ #define DUMPER7_ASSERTS_UWorldFXRulePlayerVariableFloat \ static_assert(alignof(UWorldFXRulePlayerVariableFloat) == 0x000008, "Wrong alignment on UWorldFXRulePlayerVariableFloat"); \ static_assert(sizeof(UWorldFXRulePlayerVariableFloat) == 0x000038, "Wrong size on UWorldFXRulePlayerVariableFloat"); \ static_assert(offsetof(UWorldFXRulePlayerVariableFloat, PlayerVariable) == 0x000028, "Member 'UWorldFXRulePlayerVariableFloat::PlayerVariable' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRulePlayerVariableFloat, minThreshold) == 0x000030, "Member 'UWorldFXRulePlayerVariableFloat::minThreshold' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRulePlayerVariableFloat, maxThreshold) == 0x000034, "Member 'UWorldFXRulePlayerVariableFloat::maxThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_PlayerReset \ static_assert(alignof(USceneActionState_PlayerReset) == 0x000008, "Wrong alignment on USceneActionState_PlayerReset"); \ static_assert(sizeof(USceneActionState_PlayerReset) == 0x000050, "Wrong size on USceneActionState_PlayerReset"); \ #define DUMPER7_ASSERTS_UStreamUnloadSession \ static_assert(alignof(UStreamUnloadSession) == 0x000008, "Wrong alignment on UStreamUnloadSession"); \ static_assert(sizeof(UStreamUnloadSession) == 0x000028, "Wrong size on UStreamUnloadSession"); \ #define DUMPER7_ASSERTS_UStreamTimeSession \ static_assert(alignof(UStreamTimeSession) == 0x000008, "Wrong alignment on UStreamTimeSession"); \ static_assert(sizeof(UStreamTimeSession) == 0x000028, "Wrong size on UStreamTimeSession"); \ #define DUMPER7_ASSERTS_ULockPlayerSession \ static_assert(alignof(ULockPlayerSession) == 0x000008, "Wrong alignment on ULockPlayerSession"); \ static_assert(sizeof(ULockPlayerSession) == 0x000028, "Wrong size on ULockPlayerSession"); \ #define DUMPER7_ASSERTS_UMultiplePoiTestsManager \ static_assert(alignof(UMultiplePoiTestsManager) == 0x000008, "Wrong alignment on UMultiplePoiTestsManager"); \ static_assert(sizeof(UMultiplePoiTestsManager) == 0x000038, "Wrong size on UMultiplePoiTestsManager"); \ static_assert(offsetof(UMultiplePoiTestsManager, AllTests) == 0x000028, "Member 'UMultiplePoiTestsManager::AllTests' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_PostProcessing \ static_assert(alignof(USceneAction_PostProcessing) == 0x000010, "Wrong alignment on USceneAction_PostProcessing"); \ static_assert(sizeof(USceneAction_PostProcessing) == 0x0006D0, "Wrong size on USceneAction_PostProcessing"); \ static_assert(offsetof(USceneAction_PostProcessing, PostProcessSettings) == 0x0000A0, "Member 'USceneAction_PostProcessing::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PostProcessing, BlendDomain) == 0x000690, "Member 'USceneAction_PostProcessing::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PostProcessing, bEnabled) == 0x0006C8, "Member 'USceneAction_PostProcessing::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavArea_Jump \ static_assert(alignof(UNavArea_Jump) == 0x000008, "Wrong alignment on UNavArea_Jump"); \ static_assert(sizeof(UNavArea_Jump) == 0x000048, "Wrong size on UNavArea_Jump"); \ #define DUMPER7_ASSERTS_UWorldFXRuleArachnophobiaMode \ static_assert(alignof(UWorldFXRuleArachnophobiaMode) == 0x000008, "Wrong alignment on UWorldFXRuleArachnophobiaMode"); \ static_assert(sizeof(UWorldFXRuleArachnophobiaMode) == 0x000028, "Wrong size on UWorldFXRuleArachnophobiaMode"); \ #define DUMPER7_ASSERTS_UPhoenixNavigationSystem \ static_assert(alignof(UPhoenixNavigationSystem) == 0x000008, "Wrong alignment on UPhoenixNavigationSystem"); \ static_assert(sizeof(UPhoenixNavigationSystem) == 0x0015E0, "Wrong size on UPhoenixNavigationSystem"); \ #define DUMPER7_ASSERTS_PhoenixNotificationManager_ClearActiveNotificationsInCategory \ static_assert(alignof(PhoenixNotificationManager_ClearActiveNotificationsInCategory) == 0x000001, "Wrong alignment on PhoenixNotificationManager_ClearActiveNotificationsInCategory"); \ static_assert(sizeof(PhoenixNotificationManager_ClearActiveNotificationsInCategory) == 0x000001, "Wrong size on PhoenixNotificationManager_ClearActiveNotificationsInCategory"); \ static_assert(offsetof(PhoenixNotificationManager_ClearActiveNotificationsInCategory, Category) == 0x000000, "Member 'PhoenixNotificationManager_ClearActiveNotificationsInCategory::Category' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixNotificationManager_ClearPendingNotificationsInCategory \ static_assert(alignof(PhoenixNotificationManager_ClearPendingNotificationsInCategory) == 0x000001, "Wrong alignment on PhoenixNotificationManager_ClearPendingNotificationsInCategory"); \ static_assert(sizeof(PhoenixNotificationManager_ClearPendingNotificationsInCategory) == 0x000001, "Wrong size on PhoenixNotificationManager_ClearPendingNotificationsInCategory"); \ static_assert(offsetof(PhoenixNotificationManager_ClearPendingNotificationsInCategory, Category) == 0x000000, "Member 'PhoenixNotificationManager_ClearPendingNotificationsInCategory::Category' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixNotificationManager_GetBlockingCategories \ static_assert(alignof(PhoenixNotificationManager_GetBlockingCategories) == 0x000008, "Wrong alignment on PhoenixNotificationManager_GetBlockingCategories"); \ static_assert(sizeof(PhoenixNotificationManager_GetBlockingCategories) == 0x000018, "Wrong size on PhoenixNotificationManager_GetBlockingCategories"); \ static_assert(offsetof(PhoenixNotificationManager_GetBlockingCategories, Category) == 0x000000, "Member 'PhoenixNotificationManager_GetBlockingCategories::Category' has a wrong offset!"); \ static_assert(offsetof(PhoenixNotificationManager_GetBlockingCategories, ReturnValue) == 0x000008, "Member 'PhoenixNotificationManager_GetBlockingCategories::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixNotificationManager_GetConcurrentNotifications \ static_assert(alignof(PhoenixNotificationManager_GetConcurrentNotifications) == 0x000004, "Wrong alignment on PhoenixNotificationManager_GetConcurrentNotifications"); \ static_assert(sizeof(PhoenixNotificationManager_GetConcurrentNotifications) == 0x000008, "Wrong size on PhoenixNotificationManager_GetConcurrentNotifications"); \ static_assert(offsetof(PhoenixNotificationManager_GetConcurrentNotifications, Category) == 0x000000, "Member 'PhoenixNotificationManager_GetConcurrentNotifications::Category' has a wrong offset!"); \ static_assert(offsetof(PhoenixNotificationManager_GetConcurrentNotifications, ReturnValue) == 0x000004, "Member 'PhoenixNotificationManager_GetConcurrentNotifications::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixNotificationManager_IsNotificationActive \ static_assert(alignof(PhoenixNotificationManager_IsNotificationActive) == 0x000001, "Wrong alignment on PhoenixNotificationManager_IsNotificationActive"); \ static_assert(sizeof(PhoenixNotificationManager_IsNotificationActive) == 0x000002, "Wrong size on PhoenixNotificationManager_IsNotificationActive"); \ static_assert(offsetof(PhoenixNotificationManager_IsNotificationActive, Category) == 0x000000, "Member 'PhoenixNotificationManager_IsNotificationActive::Category' has a wrong offset!"); \ static_assert(offsetof(PhoenixNotificationManager_IsNotificationActive, ReturnValue) == 0x000001, "Member 'PhoenixNotificationManager_IsNotificationActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixNotificationManager_IsNotificationPending \ static_assert(alignof(PhoenixNotificationManager_IsNotificationPending) == 0x000001, "Wrong alignment on PhoenixNotificationManager_IsNotificationPending"); \ static_assert(sizeof(PhoenixNotificationManager_IsNotificationPending) == 0x000002, "Wrong size on PhoenixNotificationManager_IsNotificationPending"); \ static_assert(offsetof(PhoenixNotificationManager_IsNotificationPending, Category) == 0x000000, "Member 'PhoenixNotificationManager_IsNotificationPending::Category' has a wrong offset!"); \ static_assert(offsetof(PhoenixNotificationManager_IsNotificationPending, ReturnValue) == 0x000001, "Member 'PhoenixNotificationManager_IsNotificationPending::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixNotificationManager_NotificationComplete \ static_assert(alignof(PhoenixNotificationManager_NotificationComplete) == 0x000001, "Wrong alignment on PhoenixNotificationManager_NotificationComplete"); \ static_assert(sizeof(PhoenixNotificationManager_NotificationComplete) == 0x000001, "Wrong size on PhoenixNotificationManager_NotificationComplete"); \ static_assert(offsetof(PhoenixNotificationManager_NotificationComplete, Category) == 0x000000, "Member 'PhoenixNotificationManager_NotificationComplete::Category' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixNotificationManager_PauseNotificationCategory \ static_assert(alignof(PhoenixNotificationManager_PauseNotificationCategory) == 0x000008, "Wrong alignment on PhoenixNotificationManager_PauseNotificationCategory"); \ static_assert(sizeof(PhoenixNotificationManager_PauseNotificationCategory) == 0x000018, "Wrong size on PhoenixNotificationManager_PauseNotificationCategory"); \ static_assert(offsetof(PhoenixNotificationManager_PauseNotificationCategory, ShouldPause) == 0x000000, "Member 'PhoenixNotificationManager_PauseNotificationCategory::ShouldPause' has a wrong offset!"); \ static_assert(offsetof(PhoenixNotificationManager_PauseNotificationCategory, Category) == 0x000001, "Member 'PhoenixNotificationManager_PauseNotificationCategory::Category' has a wrong offset!"); \ static_assert(offsetof(PhoenixNotificationManager_PauseNotificationCategory, Provider) == 0x000008, "Member 'PhoenixNotificationManager_PauseNotificationCategory::Provider' has a wrong offset!"); \ static_assert(offsetof(PhoenixNotificationManager_PauseNotificationCategory, ProviderName) == 0x000010, "Member 'PhoenixNotificationManager_PauseNotificationCategory::ProviderName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixNotificationManager_PauseNotifications \ static_assert(alignof(PhoenixNotificationManager_PauseNotifications) == 0x000008, "Wrong alignment on PhoenixNotificationManager_PauseNotifications"); \ static_assert(sizeof(PhoenixNotificationManager_PauseNotifications) == 0x000018, "Wrong size on PhoenixNotificationManager_PauseNotifications"); \ static_assert(offsetof(PhoenixNotificationManager_PauseNotifications, ShouldPause) == 0x000000, "Member 'PhoenixNotificationManager_PauseNotifications::ShouldPause' has a wrong offset!"); \ static_assert(offsetof(PhoenixNotificationManager_PauseNotifications, Provider) == 0x000008, "Member 'PhoenixNotificationManager_PauseNotifications::Provider' has a wrong offset!"); \ static_assert(offsetof(PhoenixNotificationManager_PauseNotifications, ProviderName) == 0x000010, "Member 'PhoenixNotificationManager_PauseNotifications::ProviderName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixNotificationManager_QueueNotification \ static_assert(alignof(PhoenixNotificationManager_QueueNotification) == 0x000008, "Wrong alignment on PhoenixNotificationManager_QueueNotification"); \ static_assert(sizeof(PhoenixNotificationManager_QueueNotification) == 0x000028, "Wrong size on PhoenixNotificationManager_QueueNotification"); \ static_assert(offsetof(PhoenixNotificationManager_QueueNotification, Owner) == 0x000000, "Member 'PhoenixNotificationManager_QueueNotification::Owner' has a wrong offset!"); \ static_assert(offsetof(PhoenixNotificationManager_QueueNotification, Category) == 0x000008, "Member 'PhoenixNotificationManager_QueueNotification::Category' has a wrong offset!"); \ static_assert(offsetof(PhoenixNotificationManager_QueueNotification, CallbackName) == 0x000010, "Member 'PhoenixNotificationManager_QueueNotification::CallbackName' has a wrong offset!"); \ static_assert(offsetof(PhoenixNotificationManager_QueueNotification, Priority) == 0x000020, "Member 'PhoenixNotificationManager_QueueNotification::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixNotificationManager \ static_assert(alignof(UPhoenixNotificationManager) == 0x000008, "Wrong alignment on UPhoenixNotificationManager"); \ static_assert(sizeof(UPhoenixNotificationManager) == 0x000198, "Wrong size on UPhoenixNotificationManager"); \ #define DUMPER7_ASSERTS_USceneAction_CharacterTurnToFace \ static_assert(alignof(USceneAction_CharacterTurnToFace) == 0x000008, "Wrong alignment on USceneAction_CharacterTurnToFace"); \ static_assert(sizeof(USceneAction_CharacterTurnToFace) == 0x0000A8, "Wrong size on USceneAction_CharacterTurnToFace"); \ static_assert(offsetof(USceneAction_CharacterTurnToFace, WorldSpaceTransform) == 0x0000A0, "Member 'USceneAction_CharacterTurnToFace::WorldSpaceTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUDSLocationManager \ static_assert(alignof(UUDSLocationManager) == 0x000008, "Wrong alignment on UUDSLocationManager"); \ static_assert(sizeof(UUDSLocationManager) == 0x0000C0, "Wrong size on UUDSLocationManager"); \ static_assert(offsetof(UUDSLocationManager, UDSManager) == 0x000048, "Member 'UUDSLocationManager::UDSManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeatherRemapSnow \ static_assert(alignof(UWeatherRemapSnow) == 0x000008, "Wrong alignment on UWeatherRemapSnow"); \ static_assert(sizeof(UWeatherRemapSnow) == 0x000030, "Wrong size on UWeatherRemapSnow"); \ #define DUMPER7_ASSERTS_TwisterMixtureEffect_Cleanup \ static_assert(alignof(TwisterMixtureEffect_Cleanup) == 0x000008, "Wrong alignment on TwisterMixtureEffect_Cleanup"); \ static_assert(sizeof(TwisterMixtureEffect_Cleanup) == 0x000008, "Wrong size on TwisterMixtureEffect_Cleanup"); \ static_assert(offsetof(TwisterMixtureEffect_Cleanup, MunitionInstance) == 0x000000, "Member 'TwisterMixtureEffect_Cleanup::MunitionInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TwisterMixtureEffect_OnCharacterLand \ static_assert(alignof(TwisterMixtureEffect_OnCharacterLand) == 0x000004, "Wrong alignment on TwisterMixtureEffect_OnCharacterLand"); \ static_assert(sizeof(TwisterMixtureEffect_OnCharacterLand) == 0x000088, "Wrong size on TwisterMixtureEffect_OnCharacterLand"); \ static_assert(offsetof(TwisterMixtureEffect_OnCharacterLand, Hit) == 0x000000, "Member 'TwisterMixtureEffect_OnCharacterLand::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TwisterMixtureEffect_OnOverlapEndStoppingSphere \ static_assert(alignof(TwisterMixtureEffect_OnOverlapEndStoppingSphere) == 0x000008, "Wrong alignment on TwisterMixtureEffect_OnOverlapEndStoppingSphere"); \ static_assert(sizeof(TwisterMixtureEffect_OnOverlapEndStoppingSphere) == 0x000020, "Wrong size on TwisterMixtureEffect_OnOverlapEndStoppingSphere"); \ static_assert(offsetof(TwisterMixtureEffect_OnOverlapEndStoppingSphere, OverlappedComponent) == 0x000000, "Member 'TwisterMixtureEffect_OnOverlapEndStoppingSphere::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(TwisterMixtureEffect_OnOverlapEndStoppingSphere, OtherActor) == 0x000008, "Member 'TwisterMixtureEffect_OnOverlapEndStoppingSphere::OtherActor' has a wrong offset!"); \ static_assert(offsetof(TwisterMixtureEffect_OnOverlapEndStoppingSphere, OtherComp) == 0x000010, "Member 'TwisterMixtureEffect_OnOverlapEndStoppingSphere::OtherComp' has a wrong offset!"); \ static_assert(offsetof(TwisterMixtureEffect_OnOverlapEndStoppingSphere, OtherBodyIndex) == 0x000018, "Member 'TwisterMixtureEffect_OnOverlapEndStoppingSphere::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TwisterMixtureEffect_Tick \ static_assert(alignof(TwisterMixtureEffect_Tick) == 0x000004, "Wrong alignment on TwisterMixtureEffect_Tick"); \ static_assert(sizeof(TwisterMixtureEffect_Tick) == 0x000004, "Wrong size on TwisterMixtureEffect_Tick"); \ static_assert(offsetof(TwisterMixtureEffect_Tick, DeltaSeconds) == 0x000000, "Member 'TwisterMixtureEffect_Tick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATwisterMixtureEffect \ static_assert(alignof(ATwisterMixtureEffect) == 0x000008, "Wrong alignment on ATwisterMixtureEffect"); \ static_assert(sizeof(ATwisterMixtureEffect) == 0x000530, "Wrong size on ATwisterMixtureEffect"); \ static_assert(offsetof(ATwisterMixtureEffect, m_PullRadius) == 0x0004C8, "Member 'ATwisterMixtureEffect::m_PullRadius' has a wrong offset!"); \ static_assert(offsetof(ATwisterMixtureEffect, m_StopRadius) == 0x0004CC, "Member 'ATwisterMixtureEffect::m_StopRadius' has a wrong offset!"); \ static_assert(offsetof(ATwisterMixtureEffect, m_PullTime) == 0x0004D0, "Member 'ATwisterMixtureEffect::m_PullTime' has a wrong offset!"); \ static_assert(offsetof(ATwisterMixtureEffect, m_PullDelay) == 0x0004D4, "Member 'ATwisterMixtureEffect::m_PullDelay' has a wrong offset!"); \ static_assert(offsetof(ATwisterMixtureEffect, m_Offset) == 0x0004D8, "Member 'ATwisterMixtureEffect::m_Offset' has a wrong offset!"); \ static_assert(offsetof(ATwisterMixtureEffect, m_TwisterImpulseMultiplier) == 0x0004E4, "Member 'ATwisterMixtureEffect::m_TwisterImpulseMultiplier' has a wrong offset!"); \ static_assert(offsetof(ATwisterMixtureEffect, m_UpgradeRadiusMultiplier) == 0x0004E8, "Member 'ATwisterMixtureEffect::m_UpgradeRadiusMultiplier' has a wrong offset!"); \ static_assert(offsetof(ATwisterMixtureEffect, m_TwisterUpgradeAbilityTag) == 0x0004EC, "Member 'ATwisterMixtureEffect::m_TwisterUpgradeAbilityTag' has a wrong offset!"); \ static_assert(offsetof(ATwisterMixtureEffect, m_TwisterEffectSphere) == 0x0004F8, "Member 'ATwisterMixtureEffect::m_TwisterEffectSphere' has a wrong offset!"); \ static_assert(offsetof(ATwisterMixtureEffect, m_TwisterStoppingSphere) == 0x000500, "Member 'ATwisterMixtureEffect::m_TwisterStoppingSphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USurfaceImpactTypeData \ static_assert(alignof(USurfaceImpactTypeData) == 0x000008, "Wrong alignment on USurfaceImpactTypeData"); \ static_assert(sizeof(USurfaceImpactTypeData) == 0x000090, "Wrong size on USurfaceImpactTypeData"); \ static_assert(offsetof(USurfaceImpactTypeData, WeatherRemap) == 0x000030, "Member 'USurfaceImpactTypeData::WeatherRemap' has a wrong offset!"); \ static_assert(offsetof(USurfaceImpactTypeData, ImpactTypeMap) == 0x000040, "Member 'USurfaceImpactTypeData::ImpactTypeMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APhoenixPlayerController \ static_assert(alignof(APhoenixPlayerController) == 0x000010, "Wrong alignment on APhoenixPlayerController"); \ static_assert(sizeof(APhoenixPlayerController) == 0x0009B0, "Wrong size on APhoenixPlayerController"); \ static_assert(offsetof(APhoenixPlayerController, TriggerEffectManager) == 0x000960, "Member 'APhoenixPlayerController::TriggerEffectManager' has a wrong offset!"); \ static_assert(offsetof(APhoenixPlayerController, LEDEffects) == 0x000968, "Member 'APhoenixPlayerController::LEDEffects' has a wrong offset!"); \ static_assert(offsetof(APhoenixPlayerController, PlayerHouseLEDFadeEffect) == 0x000970, "Member 'APhoenixPlayerController::PlayerHouseLEDFadeEffect' has a wrong offset!"); \ static_assert(offsetof(APhoenixPlayerController, DamageTakenLEDEffect) == 0x000978, "Member 'APhoenixPlayerController::DamageTakenLEDEffect' has a wrong offset!"); \ static_assert(offsetof(APhoenixPlayerController, pPlayerHouseLEDFadeEffect) == 0x000980, "Member 'APhoenixPlayerController::pPlayerHouseLEDFadeEffect' has a wrong offset!"); \ static_assert(offsetof(APhoenixPlayerController, pDamageTakenLEDEffect) == 0x000988, "Member 'APhoenixPlayerController::pDamageTakenLEDEffect' has a wrong offset!"); \ static_assert(offsetof(APhoenixPlayerController, m_pPhoenixHUD) == 0x000990, "Member 'APhoenixPlayerController::m_pPhoenixHUD' has a wrong offset!"); \ static_assert(offsetof(APhoenixPlayerController, m_pEncounterTracker) == 0x000998, "Member 'APhoenixPlayerController::m_pEncounterTracker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUDSMechanicManager \ static_assert(alignof(UUDSMechanicManager) == 0x000008, "Wrong alignment on UUDSMechanicManager"); \ static_assert(sizeof(UUDSMechanicManager) == 0x000300, "Wrong size on UUDSMechanicManager"); \ static_assert(offsetof(UUDSMechanicManager, UDSManager) == 0x0000B8, "Member 'UUDSMechanicManager::UDSManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixPreloadSettings \ static_assert(alignof(UPhoenixPreloadSettings) == 0x000008, "Wrong alignment on UPhoenixPreloadSettings"); \ static_assert(sizeof(UPhoenixPreloadSettings) == 0x000068, "Wrong size on UPhoenixPreloadSettings"); \ static_assert(offsetof(UPhoenixPreloadSettings, bPreloadAssets) == 0x000028, "Member 'UPhoenixPreloadSettings::bPreloadAssets' has a wrong offset!"); \ static_assert(offsetof(UPhoenixPreloadSettings, ClassesToPreload) == 0x000030, "Member 'UPhoenixPreloadSettings::ClassesToPreload' has a wrong offset!"); \ static_assert(offsetof(UPhoenixPreloadSettings, bPreloadArchitectAssets) == 0x000040, "Member 'UPhoenixPreloadSettings::bPreloadArchitectAssets' has a wrong offset!"); \ static_assert(offsetof(UPhoenixPreloadSettings, ArchitectPreloadListPath) == 0x000048, "Member 'UPhoenixPreloadSettings::ArchitectPreloadListPath' has a wrong offset!"); \ static_assert(offsetof(UPhoenixPreloadSettings, bPreloadCreatureManagerAssets) == 0x000060, "Member 'UPhoenixPreloadSettings::bPreloadCreatureManagerAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixRichTextBlock_FontLoadCallback \ static_assert(alignof(PhoenixRichTextBlock_FontLoadCallback) == 0x000008, "Wrong alignment on PhoenixRichTextBlock_FontLoadCallback"); \ static_assert(sizeof(PhoenixRichTextBlock_FontLoadCallback) == 0x000008, "Wrong size on PhoenixRichTextBlock_FontLoadCallback"); \ static_assert(offsetof(PhoenixRichTextBlock_FontLoadCallback, font) == 0x000000, "Member 'PhoenixRichTextBlock_FontLoadCallback::font' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixRichTextBlock_PreValidateLocalizationKey \ static_assert(alignof(PhoenixRichTextBlock_PreValidateLocalizationKey) == 0x000008, "Wrong alignment on PhoenixRichTextBlock_PreValidateLocalizationKey"); \ static_assert(sizeof(PhoenixRichTextBlock_PreValidateLocalizationKey) == 0x000018, "Wrong size on PhoenixRichTextBlock_PreValidateLocalizationKey"); \ static_assert(offsetof(PhoenixRichTextBlock_PreValidateLocalizationKey, RequestedKey) == 0x000000, "Member 'PhoenixRichTextBlock_PreValidateLocalizationKey::RequestedKey' has a wrong offset!"); \ static_assert(offsetof(PhoenixRichTextBlock_PreValidateLocalizationKey, ReturnValue) == 0x000010, "Member 'PhoenixRichTextBlock_PreValidateLocalizationKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixRichTextBlock_ReplaceInputActions \ static_assert(alignof(PhoenixRichTextBlock_ReplaceInputActions) == 0x000008, "Wrong alignment on PhoenixRichTextBlock_ReplaceInputActions"); \ static_assert(sizeof(PhoenixRichTextBlock_ReplaceInputActions) == 0x000020, "Wrong size on PhoenixRichTextBlock_ReplaceInputActions"); \ static_assert(offsetof(PhoenixRichTextBlock_ReplaceInputActions, KeyText) == 0x000000, "Member 'PhoenixRichTextBlock_ReplaceInputActions::KeyText' has a wrong offset!"); \ static_assert(offsetof(PhoenixRichTextBlock_ReplaceInputActions, ReturnValue) == 0x000010, "Member 'PhoenixRichTextBlock_ReplaceInputActions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixRichTextBlock_SetPhoenixText \ static_assert(alignof(PhoenixRichTextBlock_SetPhoenixText) == 0x000008, "Wrong alignment on PhoenixRichTextBlock_SetPhoenixText"); \ static_assert(sizeof(PhoenixRichTextBlock_SetPhoenixText) == 0x000010, "Wrong size on PhoenixRichTextBlock_SetPhoenixText"); \ static_assert(offsetof(PhoenixRichTextBlock_SetPhoenixText, InText) == 0x000000, "Member 'PhoenixRichTextBlock_SetPhoenixText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixRichTextBlock_SetTextKey \ static_assert(alignof(PhoenixRichTextBlock_SetTextKey) == 0x000008, "Wrong alignment on PhoenixRichTextBlock_SetTextKey"); \ static_assert(sizeof(PhoenixRichTextBlock_SetTextKey) == 0x000010, "Wrong size on PhoenixRichTextBlock_SetTextKey"); \ static_assert(offsetof(PhoenixRichTextBlock_SetTextKey, Key) == 0x000000, "Member 'PhoenixRichTextBlock_SetTextKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixRichTextBlock \ static_assert(alignof(UPhoenixRichTextBlock) == 0x000008, "Wrong alignment on UPhoenixRichTextBlock"); \ static_assert(sizeof(UPhoenixRichTextBlock) == 0x0007D8, "Wrong size on UPhoenixRichTextBlock"); \ static_assert(offsetof(UPhoenixRichTextBlock, LocalizationKey) == 0x000678, "Member 'UPhoenixRichTextBlock::LocalizationKey' has a wrong offset!"); \ static_assert(offsetof(UPhoenixRichTextBlock, Translatable) == 0x000688, "Member 'UPhoenixRichTextBlock::Translatable' has a wrong offset!"); \ static_assert(offsetof(UPhoenixRichTextBlock, ScaleFontSize) == 0x000689, "Member 'UPhoenixRichTextBlock::ScaleFontSize' has a wrong offset!"); \ static_assert(offsetof(UPhoenixRichTextBlock, ForceDisplayGamepadGraphics) == 0x00068A, "Member 'UPhoenixRichTextBlock::ForceDisplayGamepadGraphics' has a wrong offset!"); \ static_assert(offsetof(UPhoenixRichTextBlock, TextBackground) == 0x000690, "Member 'UPhoenixRichTextBlock::TextBackground' has a wrong offset!"); \ static_assert(offsetof(UPhoenixRichTextBlock, BackgroundBrushColor) == 0x000718, "Member 'UPhoenixRichTextBlock::BackgroundBrushColor' has a wrong offset!"); \ static_assert(offsetof(UPhoenixRichTextBlock, TextBackgroundDelegate) == 0x000748, "Member 'UPhoenixRichTextBlock::TextBackgroundDelegate' has a wrong offset!"); \ static_assert(offsetof(UPhoenixRichTextBlock, ColorTag) == 0x000758, "Member 'UPhoenixRichTextBlock::ColorTag' has a wrong offset!"); \ static_assert(offsetof(UPhoenixRichTextBlock, ReferencedTextures) == 0x0007B0, "Member 'UPhoenixRichTextBlock::ReferencedTextures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixScalabilityLibrary_GetPhoenixScalabilityLevel \ static_assert(alignof(PhoenixScalabilityLibrary_GetPhoenixScalabilityLevel) == 0x000001, "Wrong alignment on PhoenixScalabilityLibrary_GetPhoenixScalabilityLevel"); \ static_assert(sizeof(PhoenixScalabilityLibrary_GetPhoenixScalabilityLevel) == 0x000002, "Wrong size on PhoenixScalabilityLibrary_GetPhoenixScalabilityLevel"); \ static_assert(offsetof(PhoenixScalabilityLibrary_GetPhoenixScalabilityLevel, ScalabilityCategory) == 0x000000, "Member 'PhoenixScalabilityLibrary_GetPhoenixScalabilityLevel::ScalabilityCategory' has a wrong offset!"); \ static_assert(offsetof(PhoenixScalabilityLibrary_GetPhoenixScalabilityLevel, ScalabilityLevel) == 0x000001, "Member 'PhoenixScalabilityLibrary_GetPhoenixScalabilityLevel::ScalabilityLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixScalabilityLibrary_GetPhoenixScalabilityPlatform \ static_assert(alignof(PhoenixScalabilityLibrary_GetPhoenixScalabilityPlatform) == 0x000001, "Wrong alignment on PhoenixScalabilityLibrary_GetPhoenixScalabilityPlatform"); \ static_assert(sizeof(PhoenixScalabilityLibrary_GetPhoenixScalabilityPlatform) == 0x000001, "Wrong size on PhoenixScalabilityLibrary_GetPhoenixScalabilityPlatform"); \ static_assert(offsetof(PhoenixScalabilityLibrary_GetPhoenixScalabilityPlatform, ScalabilityPlatform) == 0x000000, "Member 'PhoenixScalabilityLibrary_GetPhoenixScalabilityPlatform::ScalabilityPlatform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixScalabilityLibrary_IsPhoenixScalabilityPlatform \ static_assert(alignof(PhoenixScalabilityLibrary_IsPhoenixScalabilityPlatform) == 0x000001, "Wrong alignment on PhoenixScalabilityLibrary_IsPhoenixScalabilityPlatform"); \ static_assert(sizeof(PhoenixScalabilityLibrary_IsPhoenixScalabilityPlatform) == 0x000002, "Wrong size on PhoenixScalabilityLibrary_IsPhoenixScalabilityPlatform"); \ static_assert(offsetof(PhoenixScalabilityLibrary_IsPhoenixScalabilityPlatform, ScalabilityPlatform) == 0x000000, "Member 'PhoenixScalabilityLibrary_IsPhoenixScalabilityPlatform::ScalabilityPlatform' has a wrong offset!"); \ static_assert(offsetof(PhoenixScalabilityLibrary_IsPhoenixScalabilityPlatform, bMatch) == 0x000001, "Member 'PhoenixScalabilityLibrary_IsPhoenixScalabilityPlatform::bMatch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixScalabilityLibrary_MatchPhoenixScalabilityLevels \ static_assert(alignof(PhoenixScalabilityLibrary_MatchPhoenixScalabilityLevels) == 0x000004, "Wrong alignment on PhoenixScalabilityLibrary_MatchPhoenixScalabilityLevels"); \ static_assert(sizeof(PhoenixScalabilityLibrary_MatchPhoenixScalabilityLevels) == 0x00000C, "Wrong size on PhoenixScalabilityLibrary_MatchPhoenixScalabilityLevels"); \ static_assert(offsetof(PhoenixScalabilityLibrary_MatchPhoenixScalabilityLevels, ScalabilityCategory) == 0x000000, "Member 'PhoenixScalabilityLibrary_MatchPhoenixScalabilityLevels::ScalabilityCategory' has a wrong offset!"); \ static_assert(offsetof(PhoenixScalabilityLibrary_MatchPhoenixScalabilityLevels, Levels) == 0x000004, "Member 'PhoenixScalabilityLibrary_MatchPhoenixScalabilityLevels::Levels' has a wrong offset!"); \ static_assert(offsetof(PhoenixScalabilityLibrary_MatchPhoenixScalabilityLevels, bMatch) == 0x000008, "Member 'PhoenixScalabilityLibrary_MatchPhoenixScalabilityLevels::bMatch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixScalabilityLibrary_MatchPhoenixScalabilityPlatforms \ static_assert(alignof(PhoenixScalabilityLibrary_MatchPhoenixScalabilityPlatforms) == 0x000004, "Wrong alignment on PhoenixScalabilityLibrary_MatchPhoenixScalabilityPlatforms"); \ static_assert(sizeof(PhoenixScalabilityLibrary_MatchPhoenixScalabilityPlatforms) == 0x000008, "Wrong size on PhoenixScalabilityLibrary_MatchPhoenixScalabilityPlatforms"); \ static_assert(offsetof(PhoenixScalabilityLibrary_MatchPhoenixScalabilityPlatforms, ScalabilityPlatforms) == 0x000000, "Member 'PhoenixScalabilityLibrary_MatchPhoenixScalabilityPlatforms::ScalabilityPlatforms' has a wrong offset!"); \ static_assert(offsetof(PhoenixScalabilityLibrary_MatchPhoenixScalabilityPlatforms, bMatch) == 0x000004, "Member 'PhoenixScalabilityLibrary_MatchPhoenixScalabilityPlatforms::bMatch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixScalabilityLibrary \ static_assert(alignof(UPhoenixScalabilityLibrary) == 0x000008, "Wrong alignment on UPhoenixScalabilityLibrary"); \ static_assert(sizeof(UPhoenixScalabilityLibrary) == 0x000028, "Wrong size on UPhoenixScalabilityLibrary"); \ #define DUMPER7_ASSERTS_USceneAction_AdaptationExpression \ static_assert(alignof(USceneAction_AdaptationExpression) == 0x000008, "Wrong alignment on USceneAction_AdaptationExpression"); \ static_assert(sizeof(USceneAction_AdaptationExpression) == 0x0000A8, "Wrong size on USceneAction_AdaptationExpression"); \ static_assert(offsetof(USceneAction_AdaptationExpression, Affects) == 0x000098, "Member 'USceneAction_AdaptationExpression::Affects' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AdaptationExpression, Expression) == 0x0000A0, "Member 'USceneAction_AdaptationExpression::Expression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHX_Able_Preview_Actor_Simple \ static_assert(alignof(APHX_Able_Preview_Actor_Simple) == 0x000010, "Wrong alignment on APHX_Able_Preview_Actor_Simple"); \ static_assert(sizeof(APHX_Able_Preview_Actor_Simple) == 0x000540, "Wrong size on APHX_Able_Preview_Actor_Simple"); \ #define DUMPER7_ASSERTS_ANamedActor \ static_assert(alignof(ANamedActor) == 0x000008, "Wrong alignment on ANamedActor"); \ static_assert(sizeof(ANamedActor) == 0x000250, "Wrong size on ANamedActor"); \ static_assert(offsetof(ANamedActor, ActorName) == 0x000248, "Member 'ANamedActor::ActorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHX_Able_Preview_AnimInstance \ static_assert(alignof(UPHX_Able_Preview_AnimInstance) == 0x000010, "Wrong alignment on UPHX_Able_Preview_AnimInstance"); \ static_assert(sizeof(UPHX_Able_Preview_AnimInstance) == 0x0005E0, "Wrong size on UPHX_Able_Preview_AnimInstance"); \ #define DUMPER7_ASSERTS_UTransfigurationColorConfiguration \ static_assert(alignof(UTransfigurationColorConfiguration) == 0x000008, "Wrong alignment on UTransfigurationColorConfiguration"); \ static_assert(sizeof(UTransfigurationColorConfiguration) == 0x0000B0, "Wrong size on UTransfigurationColorConfiguration"); \ static_assert(offsetof(UTransfigurationColorConfiguration, ColorSwatchMap) == 0x000030, "Member 'UTransfigurationColorConfiguration::ColorSwatchMap' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationColorConfiguration, TintMaster) == 0x000080, "Member 'UTransfigurationColorConfiguration::TintMaster' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationColorConfiguration, TransitionMaster) == 0x000088, "Member 'UTransfigurationColorConfiguration::TransitionMaster' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationColorConfiguration, TintMasterAlpha) == 0x000090, "Member 'UTransfigurationColorConfiguration::TintMasterAlpha' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationColorConfiguration, TransitionMasterAlpha) == 0x000098, "Member 'UTransfigurationColorConfiguration::TransitionMasterAlpha' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationColorConfiguration, TintMasterEmissive) == 0x0000A0, "Member 'UTransfigurationColorConfiguration::TintMasterEmissive' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationColorConfiguration, TransitionMasterEmissive) == 0x0000A8, "Member 'UTransfigurationColorConfiguration::TransitionMasterEmissive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHX_Biped_Preview_AnimInstance \ static_assert(alignof(UPHX_Biped_Preview_AnimInstance) == 0x000010, "Wrong alignment on UPHX_Biped_Preview_AnimInstance"); \ static_assert(sizeof(UPHX_Biped_Preview_AnimInstance) == 0x000980, "Wrong size on UPHX_Biped_Preview_AnimInstance"); \ #define DUMPER7_ASSERTS_UPhxAnimSharingStateWithNotifyInstance \ static_assert(alignof(UPhxAnimSharingStateWithNotifyInstance) == 0x000010, "Wrong alignment on UPhxAnimSharingStateWithNotifyInstance"); \ static_assert(sizeof(UPhxAnimSharingStateWithNotifyInstance) == 0x0003B0, "Wrong size on UPhxAnimSharingStateWithNotifyInstance"); \ #define DUMPER7_ASSERTS_USceneAction_AkAudioRTPC \ static_assert(alignof(USceneAction_AkAudioRTPC) == 0x000008, "Wrong alignment on USceneAction_AkAudioRTPC"); \ static_assert(sizeof(USceneAction_AkAudioRTPC) == 0x0000C0, "Wrong size on USceneAction_AkAudioRTPC"); \ static_assert(offsetof(USceneAction_AkAudioRTPC, RTPCInfo) == 0x0000A0, "Member 'USceneAction_AkAudioRTPC::RTPCInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhxComboBox \ static_assert(alignof(UPhxComboBox) == 0x000008, "Wrong alignment on UPhxComboBox"); \ static_assert(sizeof(UPhxComboBox) == 0x000328, "Wrong size on UPhxComboBox"); \ #define DUMPER7_ASSERTS_TransfigurationPlacementComponent_GrabComponent \ static_assert(alignof(TransfigurationPlacementComponent_GrabComponent) == 0x000008, "Wrong alignment on TransfigurationPlacementComponent_GrabComponent"); \ static_assert(sizeof(TransfigurationPlacementComponent_GrabComponent) == 0x000020, "Wrong size on TransfigurationPlacementComponent_GrabComponent"); \ static_assert(offsetof(TransfigurationPlacementComponent_GrabComponent, InComponent) == 0x000000, "Member 'TransfigurationPlacementComponent_GrabComponent::InComponent' has a wrong offset!"); \ static_assert(offsetof(TransfigurationPlacementComponent_GrabComponent, InBoneName) == 0x000008, "Member 'TransfigurationPlacementComponent_GrabComponent::InBoneName' has a wrong offset!"); \ static_assert(offsetof(TransfigurationPlacementComponent_GrabComponent, InGrabLocation) == 0x000010, "Member 'TransfigurationPlacementComponent_GrabComponent::InGrabLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPlacementComponent_SetTargetTransform \ static_assert(alignof(TransfigurationPlacementComponent_SetTargetTransform) == 0x000010, "Wrong alignment on TransfigurationPlacementComponent_SetTargetTransform"); \ static_assert(sizeof(TransfigurationPlacementComponent_SetTargetTransform) == 0x000030, "Wrong size on TransfigurationPlacementComponent_SetTargetTransform"); \ static_assert(offsetof(TransfigurationPlacementComponent_SetTargetTransform, InTransform) == 0x000000, "Member 'TransfigurationPlacementComponent_SetTargetTransform::InTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPlacementComponent_GetTargetTransform \ static_assert(alignof(TransfigurationPlacementComponent_GetTargetTransform) == 0x000010, "Wrong alignment on TransfigurationPlacementComponent_GetTargetTransform"); \ static_assert(sizeof(TransfigurationPlacementComponent_GetTargetTransform) == 0x000030, "Wrong size on TransfigurationPlacementComponent_GetTargetTransform"); \ static_assert(offsetof(TransfigurationPlacementComponent_GetTargetTransform, ReturnValue) == 0x000000, "Member 'TransfigurationPlacementComponent_GetTargetTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransfigurationPlacementComponent \ static_assert(alignof(UTransfigurationPlacementComponent) == 0x000008, "Wrong alignment on UTransfigurationPlacementComponent"); \ static_assert(sizeof(UTransfigurationPlacementComponent) == 0x000108, "Wrong size on UTransfigurationPlacementComponent"); \ static_assert(offsetof(UTransfigurationPlacementComponent, PhysicsHandleLinearStiffness) == 0x0000D0, "Member 'UTransfigurationPlacementComponent::PhysicsHandleLinearStiffness' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationPlacementComponent, PhysicsHandleLinearDamping) == 0x0000D4, "Member 'UTransfigurationPlacementComponent::PhysicsHandleLinearDamping' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationPlacementComponent, bConstrainAngular) == 0x0000D8, "Member 'UTransfigurationPlacementComponent::bConstrainAngular' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationPlacementComponent, PhysicsHandleAngularStiffness) == 0x0000DC, "Member 'UTransfigurationPlacementComponent::PhysicsHandleAngularStiffness' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationPlacementComponent, PhysicsHandleAngularDamping) == 0x0000E0, "Member 'UTransfigurationPlacementComponent::PhysicsHandleAngularDamping' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationPlacementComponent, PhysicsHandleInterpolationSpeed) == 0x0000E4, "Member 'UTransfigurationPlacementComponent::PhysicsHandleInterpolationSpeed' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationPlacementComponent, TransitionDuration) == 0x0000E8, "Member 'UTransfigurationPlacementComponent::TransitionDuration' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationPlacementComponent, PhysicsHandleComponent) == 0x0000F0, "Member 'UTransfigurationPlacementComponent::PhysicsHandleComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhxRichTextBlockImageDecorator \ static_assert(alignof(UPhxRichTextBlockImageDecorator) == 0x000008, "Wrong alignment on UPhxRichTextBlockImageDecorator"); \ static_assert(sizeof(UPhxRichTextBlockImageDecorator) == 0x000028, "Wrong size on UPhxRichTextBlockImageDecorator"); \ #define DUMPER7_ASSERTS_UObjectCopyCache \ static_assert(alignof(UObjectCopyCache) == 0x000008, "Wrong alignment on UObjectCopyCache"); \ static_assert(sizeof(UObjectCopyCache) == 0x000078, "Wrong size on UObjectCopyCache"); \ #define DUMPER7_ASSERTS_UPhysicalResponseConfig \ static_assert(alignof(UPhysicalResponseConfig) == 0x000008, "Wrong alignment on UPhysicalResponseConfig"); \ static_assert(sizeof(UPhysicalResponseConfig) == 0x000638, "Wrong size on UPhysicalResponseConfig"); \ static_assert(offsetof(UPhysicalResponseConfig, RotationCurve) == 0x000030, "Member 'UPhysicalResponseConfig::RotationCurve' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, AdditiveRotationCurve) == 0x0000B8, "Member 'UPhysicalResponseConfig::AdditiveRotationCurve' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, bLockXRotation) == 0x000240, "Member 'UPhysicalResponseConfig::bLockXRotation' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, bLockYRotation) == 0x000241, "Member 'UPhysicalResponseConfig::bLockYRotation' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, bLockZRotation) == 0x000242, "Member 'UPhysicalResponseConfig::bLockZRotation' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, bLockXRotationPositive) == 0x000243, "Member 'UPhysicalResponseConfig::bLockXRotationPositive' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, bLockXRotationNegative) == 0x000244, "Member 'UPhysicalResponseConfig::bLockXRotationNegative' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, bLockYRotationPositive) == 0x000245, "Member 'UPhysicalResponseConfig::bLockYRotationPositive' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, bLockYRotationNegative) == 0x000246, "Member 'UPhysicalResponseConfig::bLockYRotationNegative' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, bLockZRotationPositive) == 0x000247, "Member 'UPhysicalResponseConfig::bLockZRotationPositive' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, bLockZRotationNegative) == 0x000248, "Member 'UPhysicalResponseConfig::bLockZRotationNegative' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, TranslationCurve) == 0x000250, "Member 'UPhysicalResponseConfig::TranslationCurve' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, AdditiveTranslationCurve) == 0x0002D8, "Member 'UPhysicalResponseConfig::AdditiveTranslationCurve' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, bLockXTranslation) == 0x000460, "Member 'UPhysicalResponseConfig::bLockXTranslation' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, bLockYTranslation) == 0x000461, "Member 'UPhysicalResponseConfig::bLockYTranslation' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, bLockZTranslationUp) == 0x000462, "Member 'UPhysicalResponseConfig::bLockZTranslationUp' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, bLockZTranslationDown) == 0x000463, "Member 'UPhysicalResponseConfig::bLockZTranslationDown' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, DistanceFalloff) == 0x000468, "Member 'UPhysicalResponseConfig::DistanceFalloff' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, bScaleAdditive) == 0x0004F0, "Member 'UPhysicalResponseConfig::bScaleAdditive' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, RandomRotationRange) == 0x0004F4, "Member 'UPhysicalResponseConfig::RandomRotationRange' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, RandomMagnitudeFactor) == 0x000500, "Member 'UPhysicalResponseConfig::RandomMagnitudeFactor' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, RandomTimeFactor) == 0x000508, "Member 'UPhysicalResponseConfig::RandomTimeFactor' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, MagnitudeFromMass) == 0x000510, "Member 'UPhysicalResponseConfig::MagnitudeFromMass' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, TimeFactorFromMass) == 0x000598, "Member 'UPhysicalResponseConfig::TimeFactorFromMass' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, AudioEvents) == 0x000620, "Member 'UPhysicalResponseConfig::AudioEvents' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseConfig, AudioMinScaleThreshold) == 0x000630, "Member 'UPhysicalResponseConfig::AudioMinScaleThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicalResponseComponent \ static_assert(alignof(UPhysicalResponseComponent) == 0x000010, "Wrong alignment on UPhysicalResponseComponent"); \ static_assert(sizeof(UPhysicalResponseComponent) == 0x0002D0, "Wrong size on UPhysicalResponseComponent"); \ static_assert(offsetof(UPhysicalResponseComponent, Responses) == 0x000218, "Member 'UPhysicalResponseComponent::Responses' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseComponent, CurResponse) == 0x000228, "Member 'UPhysicalResponseComponent::CurResponse' has a wrong offset!"); \ static_assert(offsetof(UPhysicalResponseComponent, ValidResponses) == 0x000230, "Member 'UPhysicalResponseComponent::ValidResponses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicalResponseObjectInterface_ObjectPhysicalResponseImpact \ static_assert(alignof(PhysicalResponseObjectInterface_ObjectPhysicalResponseImpact) == 0x000004, "Wrong alignment on PhysicalResponseObjectInterface_ObjectPhysicalResponseImpact"); \ static_assert(sizeof(PhysicalResponseObjectInterface_ObjectPhysicalResponseImpact) == 0x000020, "Wrong size on PhysicalResponseObjectInterface_ObjectPhysicalResponseImpact"); \ static_assert(offsetof(PhysicalResponseObjectInterface_ObjectPhysicalResponseImpact, ImpactIntensity) == 0x000000, "Member 'PhysicalResponseObjectInterface_ObjectPhysicalResponseImpact::ImpactIntensity' has a wrong offset!"); \ static_assert(offsetof(PhysicalResponseObjectInterface_ObjectPhysicalResponseImpact, SpellName) == 0x000004, "Member 'PhysicalResponseObjectInterface_ObjectPhysicalResponseImpact::SpellName' has a wrong offset!"); \ static_assert(offsetof(PhysicalResponseObjectInterface_ObjectPhysicalResponseImpact, ResponseConfigName) == 0x00000C, "Member 'PhysicalResponseObjectInterface_ObjectPhysicalResponseImpact::ResponseConfigName' has a wrong offset!"); \ static_assert(offsetof(PhysicalResponseObjectInterface_ObjectPhysicalResponseImpact, ImpactLocation) == 0x000014, "Member 'PhysicalResponseObjectInterface_ObjectPhysicalResponseImpact::ImpactLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IPhysicalResponseObjectInterface \ static_assert(alignof(IPhysicalResponseObjectInterface) == 0x000001, "Wrong alignment on IPhysicalResponseObjectInterface"); \ static_assert(sizeof(IPhysicalResponseObjectInterface) == 0x000001, "Wrong size on IPhysicalResponseObjectInterface"); \ #define DUMPER7_ASSERTS_Subtitles_BPAddStandaloneSubtitle \ static_assert(alignof(Subtitles_BPAddStandaloneSubtitle) == 0x000008, "Wrong alignment on Subtitles_BPAddStandaloneSubtitle"); \ static_assert(sizeof(Subtitles_BPAddStandaloneSubtitle) == 0x000010, "Wrong size on Subtitles_BPAddStandaloneSubtitle"); \ static_assert(offsetof(Subtitles_BPAddStandaloneSubtitle, ResolvedSubtitle) == 0x000000, "Member 'Subtitles_BPAddStandaloneSubtitle::ResolvedSubtitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Subtitles_BPAddSubtitleEvent \ static_assert(alignof(Subtitles_BPAddSubtitleEvent) == 0x000008, "Wrong alignment on Subtitles_BPAddSubtitleEvent"); \ static_assert(sizeof(Subtitles_BPAddSubtitleEvent) == 0x000060, "Wrong size on Subtitles_BPAddSubtitleEvent"); \ static_assert(offsetof(Subtitles_BPAddSubtitleEvent, SubtitleData) == 0x000000, "Member 'Subtitles_BPAddSubtitleEvent::SubtitleData' has a wrong offset!"); \ static_assert(offsetof(Subtitles_BPAddSubtitleEvent, ResolvedSubtitle) == 0x000050, "Member 'Subtitles_BPAddSubtitleEvent::ResolvedSubtitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Subtitles_BPRemoveSubtitleEvent \ static_assert(alignof(Subtitles_BPRemoveSubtitleEvent) == 0x000008, "Wrong alignment on Subtitles_BPRemoveSubtitleEvent"); \ static_assert(sizeof(Subtitles_BPRemoveSubtitleEvent) == 0x000050, "Wrong size on Subtitles_BPRemoveSubtitleEvent"); \ static_assert(offsetof(Subtitles_BPRemoveSubtitleEvent, SubtitleData) == 0x000000, "Member 'Subtitles_BPRemoveSubtitleEvent::SubtitleData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Subtitles_BPUpdateStandaloneSubtitle \ static_assert(alignof(Subtitles_BPUpdateStandaloneSubtitle) == 0x000008, "Wrong alignment on Subtitles_BPUpdateStandaloneSubtitle"); \ static_assert(sizeof(Subtitles_BPUpdateStandaloneSubtitle) == 0x000010, "Wrong size on Subtitles_BPUpdateStandaloneSubtitle"); \ static_assert(offsetof(Subtitles_BPUpdateStandaloneSubtitle, ResolvedSubtitle) == 0x000000, "Member 'Subtitles_BPUpdateStandaloneSubtitle::ResolvedSubtitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Subtitles_EvaluateSubtitleVerticalBox \ static_assert(alignof(Subtitles_EvaluateSubtitleVerticalBox) == 0x000008, "Wrong alignment on Subtitles_EvaluateSubtitleVerticalBox"); \ static_assert(sizeof(Subtitles_EvaluateSubtitleVerticalBox) == 0x000008, "Wrong size on Subtitles_EvaluateSubtitleVerticalBox"); \ static_assert(offsetof(Subtitles_EvaluateSubtitleVerticalBox, Subtitle_VerticalBox) == 0x000000, "Member 'Subtitles_EvaluateSubtitleVerticalBox::Subtitle_VerticalBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubtitles \ static_assert(alignof(USubtitles) == 0x000008, "Wrong alignment on USubtitles"); \ static_assert(sizeof(USubtitles) == 0x000320, "Wrong size on USubtitles"); \ static_assert(offsetof(USubtitles, BP_Subtitle_Box) == 0x000268, "Member 'USubtitles::BP_Subtitle_Box' has a wrong offset!"); \ static_assert(offsetof(USubtitles, Subtitle_Box) == 0x000270, "Member 'USubtitles::Subtitle_Box' has a wrong offset!"); \ static_assert(offsetof(USubtitles, Subtitle_Box_LowPriority) == 0x000278, "Member 'USubtitles::Subtitle_Box_LowPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledObject_Interface_GetActiveActivity \ static_assert(alignof(ScheduledObject_Interface_GetActiveActivity) == 0x000008, "Wrong alignment on ScheduledObject_Interface_GetActiveActivity"); \ static_assert(sizeof(ScheduledObject_Interface_GetActiveActivity) == 0x000100, "Wrong size on ScheduledObject_Interface_GetActiveActivity"); \ static_assert(offsetof(ScheduledObject_Interface_GetActiveActivity, OutActiveActivity) == 0x000000, "Member 'ScheduledObject_Interface_GetActiveActivity::OutActiveActivity' has a wrong offset!"); \ static_assert(offsetof(ScheduledObject_Interface_GetActiveActivity, ReturnValue) == 0x0000F8, "Member 'ScheduledObject_Interface_GetActiveActivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledObject_Interface_GetActiveGoal \ static_assert(alignof(ScheduledObject_Interface_GetActiveGoal) == 0x000008, "Wrong alignment on ScheduledObject_Interface_GetActiveGoal"); \ static_assert(sizeof(ScheduledObject_Interface_GetActiveGoal) == 0x000070, "Wrong size on ScheduledObject_Interface_GetActiveGoal"); \ static_assert(offsetof(ScheduledObject_Interface_GetActiveGoal, OutActiveGoal) == 0x000000, "Member 'ScheduledObject_Interface_GetActiveGoal::OutActiveGoal' has a wrong offset!"); \ static_assert(offsetof(ScheduledObject_Interface_GetActiveGoal, ReturnValue) == 0x000068, "Member 'ScheduledObject_Interface_GetActiveGoal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledObject_Interface_GetActiveStation \ static_assert(alignof(ScheduledObject_Interface_GetActiveStation) == 0x000008, "Wrong alignment on ScheduledObject_Interface_GetActiveStation"); \ static_assert(sizeof(ScheduledObject_Interface_GetActiveStation) == 0x000008, "Wrong size on ScheduledObject_Interface_GetActiveStation"); \ static_assert(offsetof(ScheduledObject_Interface_GetActiveStation, ReturnValue) == 0x000000, "Member 'ScheduledObject_Interface_GetActiveStation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledObject_Interface_GetCurrentActivity \ static_assert(alignof(ScheduledObject_Interface_GetCurrentActivity) == 0x000008, "Wrong alignment on ScheduledObject_Interface_GetCurrentActivity"); \ static_assert(sizeof(ScheduledObject_Interface_GetCurrentActivity) == 0x000100, "Wrong size on ScheduledObject_Interface_GetCurrentActivity"); \ static_assert(offsetof(ScheduledObject_Interface_GetCurrentActivity, ActivityIsValid) == 0x000000, "Member 'ScheduledObject_Interface_GetCurrentActivity::ActivityIsValid' has a wrong offset!"); \ static_assert(offsetof(ScheduledObject_Interface_GetCurrentActivity, CurrentActivity) == 0x000008, "Member 'ScheduledObject_Interface_GetCurrentActivity::CurrentActivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledObject_Interface_GetMyID \ static_assert(alignof(ScheduledObject_Interface_GetMyID) == 0x000004, "Wrong alignment on ScheduledObject_Interface_GetMyID"); \ static_assert(sizeof(ScheduledObject_Interface_GetMyID) == 0x000004, "Wrong size on ScheduledObject_Interface_GetMyID"); \ static_assert(offsetof(ScheduledObject_Interface_GetMyID, ReturnValue) == 0x000000, "Member 'ScheduledObject_Interface_GetMyID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledObject_Interface_GetMyName \ static_assert(alignof(ScheduledObject_Interface_GetMyName) == 0x000008, "Wrong alignment on ScheduledObject_Interface_GetMyName"); \ static_assert(sizeof(ScheduledObject_Interface_GetMyName) == 0x000010, "Wrong size on ScheduledObject_Interface_GetMyName"); \ static_assert(offsetof(ScheduledObject_Interface_GetMyName, ReturnValue) == 0x000000, "Member 'ScheduledObject_Interface_GetMyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScheduledObject_Interface_GetMySubtype \ static_assert(alignof(ScheduledObject_Interface_GetMySubtype) == 0x000004, "Wrong alignment on ScheduledObject_Interface_GetMySubtype"); \ static_assert(sizeof(ScheduledObject_Interface_GetMySubtype) == 0x000008, "Wrong size on ScheduledObject_Interface_GetMySubtype"); \ static_assert(offsetof(ScheduledObject_Interface_GetMySubtype, ReturnValue) == 0x000000, "Member 'ScheduledObject_Interface_GetMySubtype::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IScheduledObject_Interface \ static_assert(alignof(IScheduledObject_Interface) == 0x000001, "Wrong alignment on IScheduledObject_Interface"); \ static_assert(sizeof(IScheduledObject_Interface) == 0x000001, "Wrong size on IScheduledObject_Interface"); \ #define DUMPER7_ASSERTS_IPickupTool_Interface \ static_assert(alignof(IPickupTool_Interface) == 0x000001, "Wrong alignment on IPickupTool_Interface"); \ static_assert(sizeof(IPickupTool_Interface) == 0x000001, "Wrong size on IPickupTool_Interface"); \ #define DUMPER7_ASSERTS_Player_AttackIndicator_ReceiveIndicatorStart \ static_assert(alignof(Player_AttackIndicator_ReceiveIndicatorStart) == 0x000008, "Wrong alignment on Player_AttackIndicator_ReceiveIndicatorStart"); \ static_assert(sizeof(Player_AttackIndicator_ReceiveIndicatorStart) == 0x000018, "Wrong size on Player_AttackIndicator_ReceiveIndicatorStart"); \ static_assert(offsetof(Player_AttackIndicator_ReceiveIndicatorStart, bIsParryIndicator) == 0x000000, "Member 'Player_AttackIndicator_ReceiveIndicatorStart::bIsParryIndicator' has a wrong offset!"); \ static_assert(offsetof(Player_AttackIndicator_ReceiveIndicatorStart, bIsUnblockableIndicator) == 0x000001, "Member 'Player_AttackIndicator_ReceiveIndicatorStart::bIsUnblockableIndicator' has a wrong offset!"); \ static_assert(offsetof(Player_AttackIndicator_ReceiveIndicatorStart, InFX2Handle) == 0x000008, "Member 'Player_AttackIndicator_ReceiveIndicatorStart::InFX2Handle' has a wrong offset!"); \ static_assert(offsetof(Player_AttackIndicator_ReceiveIndicatorStart, InEstimatedTime) == 0x000010, "Member 'Player_AttackIndicator_ReceiveIndicatorStart::InEstimatedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Player_AttackIndicator_ReceiveIndicatorStop \ static_assert(alignof(Player_AttackIndicator_ReceiveIndicatorStop) == 0x000008, "Wrong alignment on Player_AttackIndicator_ReceiveIndicatorStop"); \ static_assert(sizeof(Player_AttackIndicator_ReceiveIndicatorStop) == 0x000010, "Wrong size on Player_AttackIndicator_ReceiveIndicatorStop"); \ static_assert(offsetof(Player_AttackIndicator_ReceiveIndicatorStop, bIsParryIndicator) == 0x000000, "Member 'Player_AttackIndicator_ReceiveIndicatorStop::bIsParryIndicator' has a wrong offset!"); \ static_assert(offsetof(Player_AttackIndicator_ReceiveIndicatorStop, bIsUnblockableIndicator) == 0x000001, "Member 'Player_AttackIndicator_ReceiveIndicatorStop::bIsUnblockableIndicator' has a wrong offset!"); \ static_assert(offsetof(Player_AttackIndicator_ReceiveIndicatorStop, InFX2Handle) == 0x000008, "Member 'Player_AttackIndicator_ReceiveIndicatorStop::InFX2Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Player_AttackIndicator_ReceivePerfectParry \ static_assert(alignof(Player_AttackIndicator_ReceivePerfectParry) == 0x000008, "Wrong alignment on Player_AttackIndicator_ReceivePerfectParry"); \ static_assert(sizeof(Player_AttackIndicator_ReceivePerfectParry) == 0x000010, "Wrong size on Player_AttackIndicator_ReceivePerfectParry"); \ static_assert(offsetof(Player_AttackIndicator_ReceivePerfectParry, InParraybleFX2Handle) == 0x000000, "Member 'Player_AttackIndicator_ReceivePerfectParry::InParraybleFX2Handle' has a wrong offset!"); \ static_assert(offsetof(Player_AttackIndicator_ReceivePerfectParry, InPerfectParryFX2Handle) == 0x000008, "Member 'Player_AttackIndicator_ReceivePerfectParry::InPerfectParryFX2Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayer_AttackIndicator \ static_assert(alignof(APlayer_AttackIndicator) == 0x000008, "Wrong alignment on APlayer_AttackIndicator"); \ static_assert(sizeof(APlayer_AttackIndicator) == 0x0002A8, "Wrong size on APlayer_AttackIndicator"); \ static_assert(offsetof(APlayer_AttackIndicator, ParryableBeamFX2) == 0x000248, "Member 'APlayer_AttackIndicator::ParryableBeamFX2' has a wrong offset!"); \ static_assert(offsetof(APlayer_AttackIndicator, UnblockableBeamFX2) == 0x000258, "Member 'APlayer_AttackIndicator::UnblockableBeamFX2' has a wrong offset!"); \ static_assert(offsetof(APlayer_AttackIndicator, PerfectParryBeamFX2) == 0x000268, "Member 'APlayer_AttackIndicator::PerfectParryBeamFX2' has a wrong offset!"); \ static_assert(offsetof(APlayer_AttackIndicator, bBeamGoesAttackerToTarget) == 0x000278, "Member 'APlayer_AttackIndicator::bBeamGoesAttackerToTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URunAt_MobilityChoice \ static_assert(alignof(URunAt_MobilityChoice) == 0x000008, "Wrong alignment on URunAt_MobilityChoice"); \ static_assert(sizeof(URunAt_MobilityChoice) == 0x000030, "Wrong size on URunAt_MobilityChoice"); \ static_assert(offsetof(URunAt_MobilityChoice, ChangeDist) == 0x000028, "Member 'URunAt_MobilityChoice::ChangeDist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayer_QuickActionComponent \ static_assert(alignof(UPlayer_QuickActionComponent) == 0x000008, "Wrong alignment on UPlayer_QuickActionComponent"); \ static_assert(sizeof(UPlayer_QuickActionComponent) == 0x0000D0, "Wrong size on UPlayer_QuickActionComponent"); \ #define DUMPER7_ASSERTS_TargetTypeMoveAndIdle_AddTarget_MoveAndIdle \ static_assert(alignof(TargetTypeMoveAndIdle_AddTarget_MoveAndIdle) == 0x000008, "Wrong alignment on TargetTypeMoveAndIdle_AddTarget_MoveAndIdle"); \ static_assert(sizeof(TargetTypeMoveAndIdle_AddTarget_MoveAndIdle) == 0x000018, "Wrong size on TargetTypeMoveAndIdle_AddTarget_MoveAndIdle"); \ static_assert(offsetof(TargetTypeMoveAndIdle_AddTarget_MoveAndIdle, TargetTracker) == 0x000000, "Member 'TargetTypeMoveAndIdle_AddTarget_MoveAndIdle::TargetTracker' has a wrong offset!"); \ static_assert(offsetof(TargetTypeMoveAndIdle_AddTarget_MoveAndIdle, InTargetID) == 0x000008, "Member 'TargetTypeMoveAndIdle_AddTarget_MoveAndIdle::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTypeMoveAndIdle_AddTarget_MoveAndIdle, ReturnValue) == 0x000010, "Member 'TargetTypeMoveAndIdle_AddTarget_MoveAndIdle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargetTypeMoveAndIdle \ static_assert(alignof(UTargetTypeMoveAndIdle) == 0x000008, "Wrong alignment on UTargetTypeMoveAndIdle"); \ static_assert(sizeof(UTargetTypeMoveAndIdle) == 0x000038, "Wrong size on UTargetTypeMoveAndIdle"); \ #define DUMPER7_ASSERTS_PlayerCart_UpdateCartPositionAndRotation \ static_assert(alignof(PlayerCart_UpdateCartPositionAndRotation) == 0x000004, "Wrong alignment on PlayerCart_UpdateCartPositionAndRotation"); \ static_assert(sizeof(PlayerCart_UpdateCartPositionAndRotation) == 0x000024, "Wrong size on PlayerCart_UpdateCartPositionAndRotation"); \ static_assert(offsetof(PlayerCart_UpdateCartPositionAndRotation, InNewLocation) == 0x000000, "Member 'PlayerCart_UpdateCartPositionAndRotation::InNewLocation' has a wrong offset!"); \ static_assert(offsetof(PlayerCart_UpdateCartPositionAndRotation, InNewRotation) == 0x00000C, "Member 'PlayerCart_UpdateCartPositionAndRotation::InNewRotation' has a wrong offset!"); \ static_assert(offsetof(PlayerCart_UpdateCartPositionAndRotation, InVelocity) == 0x000018, "Member 'PlayerCart_UpdateCartPositionAndRotation::InVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayerCart \ static_assert(alignof(APlayerCart) == 0x000010, "Wrong alignment on APlayerCart"); \ static_assert(sizeof(APlayerCart) == 0x000310, "Wrong size on APlayerCart"); \ static_assert(offsetof(APlayerCart, DismountLocation) == 0x0002B0, "Member 'APlayerCart::DismountLocation' has a wrong offset!"); \ static_assert(offsetof(APlayerCart, CompanionDismountLocation) == 0x0002E0, "Member 'APlayerCart::CompanionDismountLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetHitData_OnActorHit \ static_assert(alignof(TargetHitData_OnActorHit) == 0x000008, "Wrong alignment on TargetHitData_OnActorHit"); \ static_assert(sizeof(TargetHitData_OnActorHit) == 0x0000A8, "Wrong size on TargetHitData_OnActorHit"); \ static_assert(offsetof(TargetHitData_OnActorHit, SelfActor) == 0x000000, "Member 'TargetHitData_OnActorHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(TargetHitData_OnActorHit, OtherActor) == 0x000008, "Member 'TargetHitData_OnActorHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(TargetHitData_OnActorHit, NormalImpulse) == 0x000010, "Member 'TargetHitData_OnActorHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(TargetHitData_OnActorHit, Hit) == 0x00001C, "Member 'TargetHitData_OnActorHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargetHitData \ static_assert(alignof(UTargetHitData) == 0x000008, "Wrong alignment on UTargetHitData"); \ static_assert(sizeof(UTargetHitData) == 0x000048, "Wrong size on UTargetHitData"); \ #define DUMPER7_ASSERTS_PlayerCartPlatform_SetDismountLocation \ static_assert(alignof(PlayerCartPlatform_SetDismountLocation) == 0x000010, "Wrong alignment on PlayerCartPlatform_SetDismountLocation"); \ static_assert(sizeof(PlayerCartPlatform_SetDismountLocation) == 0x000070, "Wrong size on PlayerCartPlatform_SetDismountLocation"); \ static_assert(offsetof(PlayerCartPlatform_SetDismountLocation, Target) == 0x000000, "Member 'PlayerCartPlatform_SetDismountLocation::Target' has a wrong offset!"); \ static_assert(offsetof(PlayerCartPlatform_SetDismountLocation, DismountLocation) == 0x000010, "Member 'PlayerCartPlatform_SetDismountLocation::DismountLocation' has a wrong offset!"); \ static_assert(offsetof(PlayerCartPlatform_SetDismountLocation, CompanionDismountLocation) == 0x000040, "Member 'PlayerCartPlatform_SetDismountLocation::CompanionDismountLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayerCartPlatform \ static_assert(alignof(APlayerCartPlatform) == 0x000008, "Wrong alignment on APlayerCartPlatform"); \ static_assert(sizeof(APlayerCartPlatform) == 0x000248, "Wrong size on APlayerCartPlatform"); \ #define DUMPER7_ASSERTS_SystemMenuWidget_ExecuteLoad \ static_assert(alignof(SystemMenuWidget_ExecuteLoad) == 0x000008, "Wrong alignment on SystemMenuWidget_ExecuteLoad"); \ static_assert(sizeof(SystemMenuWidget_ExecuteLoad) == 0x000018, "Wrong size on SystemMenuWidget_ExecuteLoad"); \ static_assert(offsetof(SystemMenuWidget_ExecuteLoad, Filename) == 0x000000, "Member 'SystemMenuWidget_ExecuteLoad::Filename' has a wrong offset!"); \ static_assert(offsetof(SystemMenuWidget_ExecuteLoad, CharacterID) == 0x000010, "Member 'SystemMenuWidget_ExecuteLoad::CharacterID' has a wrong offset!"); \ static_assert(offsetof(SystemMenuWidget_ExecuteLoad, ReturnValue) == 0x000014, "Member 'SystemMenuWidget_ExecuteLoad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SystemMenuWidget_ExecuteSave \ static_assert(alignof(SystemMenuWidget_ExecuteSave) == 0x000004, "Wrong alignment on SystemMenuWidget_ExecuteSave"); \ static_assert(sizeof(SystemMenuWidget_ExecuteSave) == 0x000008, "Wrong size on SystemMenuWidget_ExecuteSave"); \ static_assert(offsetof(SystemMenuWidget_ExecuteSave, CharacterID) == 0x000000, "Member 'SystemMenuWidget_ExecuteSave::CharacterID' has a wrong offset!"); \ static_assert(offsetof(SystemMenuWidget_ExecuteSave, ReturnValue) == 0x000004, "Member 'SystemMenuWidget_ExecuteSave::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SystemMenuWidget_HandleConfirmExitDialog \ static_assert(alignof(SystemMenuWidget_HandleConfirmExitDialog) == 0x000008, "Wrong alignment on SystemMenuWidget_HandleConfirmExitDialog"); \ static_assert(sizeof(SystemMenuWidget_HandleConfirmExitDialog) == 0x000028, "Wrong size on SystemMenuWidget_HandleConfirmExitDialog"); \ static_assert(offsetof(SystemMenuWidget_HandleConfirmExitDialog, ExitAction) == 0x000000, "Member 'SystemMenuWidget_HandleConfirmExitDialog::ExitAction' has a wrong offset!"); \ static_assert(offsetof(SystemMenuWidget_HandleConfirmExitDialog, ExitEvent) == 0x000001, "Member 'SystemMenuWidget_HandleConfirmExitDialog::ExitEvent' has a wrong offset!"); \ static_assert(offsetof(SystemMenuWidget_HandleConfirmExitDialog, TitleText) == 0x000008, "Member 'SystemMenuWidget_HandleConfirmExitDialog::TitleText' has a wrong offset!"); \ static_assert(offsetof(SystemMenuWidget_HandleConfirmExitDialog, DescText) == 0x000018, "Member 'SystemMenuWidget_HandleConfirmExitDialog::DescText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SystemMenuWidget_OnExitPopupDismissed \ static_assert(alignof(SystemMenuWidget_OnExitPopupDismissed) == 0x000008, "Wrong alignment on SystemMenuWidget_OnExitPopupDismissed"); \ static_assert(sizeof(SystemMenuWidget_OnExitPopupDismissed) == 0x000010, "Wrong size on SystemMenuWidget_OnExitPopupDismissed"); \ static_assert(offsetof(SystemMenuWidget_OnExitPopupDismissed, Popup) == 0x000000, "Member 'SystemMenuWidget_OnExitPopupDismissed::Popup' has a wrong offset!"); \ static_assert(offsetof(SystemMenuWidget_OnExitPopupDismissed, ConfirmationResult) == 0x000008, "Member 'SystemMenuWidget_OnExitPopupDismissed::ConfirmationResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SystemMenuWidget_SettingsNeedExitConfirmed \ static_assert(alignof(SystemMenuWidget_SettingsNeedExitConfirmed) == 0x000008, "Wrong alignment on SystemMenuWidget_SettingsNeedExitConfirmed"); \ static_assert(sizeof(SystemMenuWidget_SettingsNeedExitConfirmed) == 0x000028, "Wrong size on SystemMenuWidget_SettingsNeedExitConfirmed"); \ static_assert(offsetof(SystemMenuWidget_SettingsNeedExitConfirmed, OutConfirmTitle) == 0x000000, "Member 'SystemMenuWidget_SettingsNeedExitConfirmed::OutConfirmTitle' has a wrong offset!"); \ static_assert(offsetof(SystemMenuWidget_SettingsNeedExitConfirmed, OutConfirmDesc) == 0x000010, "Member 'SystemMenuWidget_SettingsNeedExitConfirmed::OutConfirmDesc' has a wrong offset!"); \ static_assert(offsetof(SystemMenuWidget_SettingsNeedExitConfirmed, ReturnValue) == 0x000020, "Member 'SystemMenuWidget_SettingsNeedExitConfirmed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SystemMenuWidget_ShowGraphicsConfirmDialog \ static_assert(alignof(SystemMenuWidget_ShowGraphicsConfirmDialog) == 0x000004, "Wrong alignment on SystemMenuWidget_ShowGraphicsConfirmDialog"); \ static_assert(sizeof(SystemMenuWidget_ShowGraphicsConfirmDialog) == 0x000004, "Wrong size on SystemMenuWidget_ShowGraphicsConfirmDialog"); \ static_assert(offsetof(SystemMenuWidget_ShowGraphicsConfirmDialog, Duration) == 0x000000, "Member 'SystemMenuWidget_ShowGraphicsConfirmDialog::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SystemMenuWidget_ShowLoadSaveResultPopup \ static_assert(alignof(SystemMenuWidget_ShowLoadSaveResultPopup) == 0x000008, "Wrong alignment on SystemMenuWidget_ShowLoadSaveResultPopup"); \ static_assert(sizeof(SystemMenuWidget_ShowLoadSaveResultPopup) == 0x000018, "Wrong size on SystemMenuWidget_ShowLoadSaveResultPopup"); \ static_assert(offsetof(SystemMenuWidget_ShowLoadSaveResultPopup, ResultMessage) == 0x000000, "Member 'SystemMenuWidget_ShowLoadSaveResultPopup::ResultMessage' has a wrong offset!"); \ static_assert(offsetof(SystemMenuWidget_ShowLoadSaveResultPopup, Duration) == 0x000010, "Member 'SystemMenuWidget_ShowLoadSaveResultPopup::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USystemMenuWidget \ static_assert(alignof(USystemMenuWidget) == 0x000008, "Wrong alignment on USystemMenuWidget"); \ static_assert(sizeof(USystemMenuWidget) == 0x0003D0, "Wrong size on USystemMenuWidget"); \ static_assert(offsetof(USystemMenuWidget, HasShownExitConfirmation) == 0x0003C8, "Member 'USystemMenuWidget::HasShownExitConfirmation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USeasonSelectorComponent \ static_assert(alignof(USeasonSelectorComponent) == 0x000010, "Wrong alignment on USeasonSelectorComponent"); \ static_assert(sizeof(USeasonSelectorComponent) == 0x0002B0, "Wrong size on USeasonSelectorComponent"); \ static_assert(offsetof(USeasonSelectorComponent, SeasonMeshes) == 0x000218, "Member 'USeasonSelectorComponent::SeasonMeshes' has a wrong offset!"); \ static_assert(offsetof(USeasonSelectorComponent, SpringMaterials) == 0x000268, "Member 'USeasonSelectorComponent::SpringMaterials' has a wrong offset!"); \ static_assert(offsetof(USeasonSelectorComponent, SummerMaterials) == 0x000278, "Member 'USeasonSelectorComponent::SummerMaterials' has a wrong offset!"); \ static_assert(offsetof(USeasonSelectorComponent, FallMaterials) == 0x000288, "Member 'USeasonSelectorComponent::FallMaterials' has a wrong offset!"); \ static_assert(offsetof(USeasonSelectorComponent, WinterMaterials) == 0x000298, "Member 'USeasonSelectorComponent::WinterMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCentricObjectVolume_DoneSpawning \ static_assert(alignof(PlayerCentricObjectVolume_DoneSpawning) == 0x000001, "Wrong alignment on PlayerCentricObjectVolume_DoneSpawning"); \ static_assert(sizeof(PlayerCentricObjectVolume_DoneSpawning) == 0x000001, "Wrong size on PlayerCentricObjectVolume_DoneSpawning"); \ static_assert(offsetof(PlayerCentricObjectVolume_DoneSpawning, ReturnValue) == 0x000000, "Member 'PlayerCentricObjectVolume_DoneSpawning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCentricObjectVolume_GetActiveActorCount \ static_assert(alignof(PlayerCentricObjectVolume_GetActiveActorCount) == 0x000004, "Wrong alignment on PlayerCentricObjectVolume_GetActiveActorCount"); \ static_assert(sizeof(PlayerCentricObjectVolume_GetActiveActorCount) == 0x000004, "Wrong size on PlayerCentricObjectVolume_GetActiveActorCount"); \ static_assert(offsetof(PlayerCentricObjectVolume_GetActiveActorCount, ReturnValue) == 0x000000, "Member 'PlayerCentricObjectVolume_GetActiveActorCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCentricObjectVolume_GetAliveActorCount \ static_assert(alignof(PlayerCentricObjectVolume_GetAliveActorCount) == 0x000004, "Wrong alignment on PlayerCentricObjectVolume_GetAliveActorCount"); \ static_assert(sizeof(PlayerCentricObjectVolume_GetAliveActorCount) == 0x000004, "Wrong size on PlayerCentricObjectVolume_GetAliveActorCount"); \ static_assert(offsetof(PlayerCentricObjectVolume_GetAliveActorCount, ReturnValue) == 0x000000, "Member 'PlayerCentricObjectVolume_GetAliveActorCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCentricObjectVolume_GetSpawnActorCount \ static_assert(alignof(PlayerCentricObjectVolume_GetSpawnActorCount) == 0x000004, "Wrong alignment on PlayerCentricObjectVolume_GetSpawnActorCount"); \ static_assert(sizeof(PlayerCentricObjectVolume_GetSpawnActorCount) == 0x000004, "Wrong size on PlayerCentricObjectVolume_GetSpawnActorCount"); \ static_assert(offsetof(PlayerCentricObjectVolume_GetSpawnActorCount, ReturnValue) == 0x000000, "Member 'PlayerCentricObjectVolume_GetSpawnActorCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCentricObjectVolume_GetSpawnBounds \ static_assert(alignof(PlayerCentricObjectVolume_GetSpawnBounds) == 0x000004, "Wrong alignment on PlayerCentricObjectVolume_GetSpawnBounds"); \ static_assert(sizeof(PlayerCentricObjectVolume_GetSpawnBounds) == 0x00001C, "Wrong size on PlayerCentricObjectVolume_GetSpawnBounds"); \ static_assert(offsetof(PlayerCentricObjectVolume_GetSpawnBounds, ReturnValue) == 0x000000, "Member 'PlayerCentricObjectVolume_GetSpawnBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCentricObjectVolume_GetVolumeBounds \ static_assert(alignof(PlayerCentricObjectVolume_GetVolumeBounds) == 0x000004, "Wrong alignment on PlayerCentricObjectVolume_GetVolumeBounds"); \ static_assert(sizeof(PlayerCentricObjectVolume_GetVolumeBounds) == 0x00001C, "Wrong size on PlayerCentricObjectVolume_GetVolumeBounds"); \ static_assert(offsetof(PlayerCentricObjectVolume_GetVolumeBounds, ReturnValue) == 0x000000, "Member 'PlayerCentricObjectVolume_GetVolumeBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCentricObjectVolume_GetVolumeExtents \ static_assert(alignof(PlayerCentricObjectVolume_GetVolumeExtents) == 0x000004, "Wrong alignment on PlayerCentricObjectVolume_GetVolumeExtents"); \ static_assert(sizeof(PlayerCentricObjectVolume_GetVolumeExtents) == 0x00000C, "Wrong size on PlayerCentricObjectVolume_GetVolumeExtents"); \ static_assert(offsetof(PlayerCentricObjectVolume_GetVolumeExtents, ReturnValue) == 0x000000, "Member 'PlayerCentricObjectVolume_GetVolumeExtents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCentricObjectVolume_HasSpawned \ static_assert(alignof(PlayerCentricObjectVolume_HasSpawned) == 0x000001, "Wrong alignment on PlayerCentricObjectVolume_HasSpawned"); \ static_assert(sizeof(PlayerCentricObjectVolume_HasSpawned) == 0x000001, "Wrong size on PlayerCentricObjectVolume_HasSpawned"); \ static_assert(offsetof(PlayerCentricObjectVolume_HasSpawned, ReturnValue) == 0x000000, "Member 'PlayerCentricObjectVolume_HasSpawned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCentricObjectVolume_OnActorSpawned \ static_assert(alignof(PlayerCentricObjectVolume_OnActorSpawned) == 0x000008, "Wrong alignment on PlayerCentricObjectVolume_OnActorSpawned"); \ static_assert(sizeof(PlayerCentricObjectVolume_OnActorSpawned) == 0x000010, "Wrong size on PlayerCentricObjectVolume_OnActorSpawned"); \ static_assert(offsetof(PlayerCentricObjectVolume_OnActorSpawned, SpawnedActor) == 0x000000, "Member 'PlayerCentricObjectVolume_OnActorSpawned::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(PlayerCentricObjectVolume_OnActorSpawned, GroupName) == 0x000008, "Member 'PlayerCentricObjectVolume_OnActorSpawned::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCentricObjectVolume_OnFinishedSpawning \ static_assert(alignof(PlayerCentricObjectVolume_OnFinishedSpawning) == 0x000004, "Wrong alignment on PlayerCentricObjectVolume_OnFinishedSpawning"); \ static_assert(sizeof(PlayerCentricObjectVolume_OnFinishedSpawning) == 0x000008, "Wrong size on PlayerCentricObjectVolume_OnFinishedSpawning"); \ static_assert(offsetof(PlayerCentricObjectVolume_OnFinishedSpawning, GroupName) == 0x000000, "Member 'PlayerCentricObjectVolume_OnFinishedSpawning::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCentricObjectVolume_SetAllowAutoActivation \ static_assert(alignof(PlayerCentricObjectVolume_SetAllowAutoActivation) == 0x000001, "Wrong alignment on PlayerCentricObjectVolume_SetAllowAutoActivation"); \ static_assert(sizeof(PlayerCentricObjectVolume_SetAllowAutoActivation) == 0x000001, "Wrong size on PlayerCentricObjectVolume_SetAllowAutoActivation"); \ static_assert(offsetof(PlayerCentricObjectVolume_SetAllowAutoActivation, bAllowAutoActivate) == 0x000000, "Member 'PlayerCentricObjectVolume_SetAllowAutoActivation::bAllowAutoActivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCentricObjectVolume_SetEnableSpawning \ static_assert(alignof(PlayerCentricObjectVolume_SetEnableSpawning) == 0x000001, "Wrong alignment on PlayerCentricObjectVolume_SetEnableSpawning"); \ static_assert(sizeof(PlayerCentricObjectVolume_SetEnableSpawning) == 0x000002, "Wrong size on PlayerCentricObjectVolume_SetEnableSpawning"); \ static_assert(offsetof(PlayerCentricObjectVolume_SetEnableSpawning, bSpawningEnabled) == 0x000000, "Member 'PlayerCentricObjectVolume_SetEnableSpawning::bSpawningEnabled' has a wrong offset!"); \ static_assert(offsetof(PlayerCentricObjectVolume_SetEnableSpawning, bCullActive) == 0x000001, "Member 'PlayerCentricObjectVolume_SetEnableSpawning::bCullActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCentricObjectVolume_SetSpawnBounds \ static_assert(alignof(PlayerCentricObjectVolume_SetSpawnBounds) == 0x000004, "Wrong alignment on PlayerCentricObjectVolume_SetSpawnBounds"); \ static_assert(sizeof(PlayerCentricObjectVolume_SetSpawnBounds) == 0x00001C, "Wrong size on PlayerCentricObjectVolume_SetSpawnBounds"); \ static_assert(offsetof(PlayerCentricObjectVolume_SetSpawnBounds, SpawnBounds) == 0x000000, "Member 'PlayerCentricObjectVolume_SetSpawnBounds::SpawnBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerCentricObjectVolume_SetSpawnBoundsFromVectors \ static_assert(alignof(PlayerCentricObjectVolume_SetSpawnBoundsFromVectors) == 0x000004, "Wrong alignment on PlayerCentricObjectVolume_SetSpawnBoundsFromVectors"); \ static_assert(sizeof(PlayerCentricObjectVolume_SetSpawnBoundsFromVectors) == 0x000018, "Wrong size on PlayerCentricObjectVolume_SetSpawnBoundsFromVectors"); \ static_assert(offsetof(PlayerCentricObjectVolume_SetSpawnBoundsFromVectors, Min) == 0x000000, "Member 'PlayerCentricObjectVolume_SetSpawnBoundsFromVectors::Min' has a wrong offset!"); \ static_assert(offsetof(PlayerCentricObjectVolume_SetSpawnBoundsFromVectors, Max) == 0x00000C, "Member 'PlayerCentricObjectVolume_SetSpawnBoundsFromVectors::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayerCentricObjectVolume \ static_assert(alignof(APlayerCentricObjectVolume) == 0x000008, "Wrong alignment on APlayerCentricObjectVolume"); \ static_assert(sizeof(APlayerCentricObjectVolume) == 0x0008E0, "Wrong size on APlayerCentricObjectVolume"); \ static_assert(offsetof(APlayerCentricObjectVolume, VolumeVisualization) == 0x000248, "Member 'APlayerCentricObjectVolume::VolumeVisualization' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, bShowActivationDistances) == 0x000254, "Member 'APlayerCentricObjectVolume::bShowActivationDistances' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, bEnableAutoActivation) == 0x000255, "Member 'APlayerCentricObjectVolume::bEnableAutoActivation' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, TriggerDistance) == 0x000258, "Member 'APlayerCentricObjectVolume::TriggerDistance' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, CullDistance) == 0x00025C, "Member 'APlayerCentricObjectVolume::CullDistance' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, bEnableSpawning) == 0x000260, "Member 'APlayerCentricObjectVolume::bEnableSpawning' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, ExtentsPercentageForDefaultSpawnLocation) == 0x000264, "Member 'APlayerCentricObjectVolume::ExtentsPercentageForDefaultSpawnLocation' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, RespawnDistance) == 0x000268, "Member 'APlayerCentricObjectVolume::RespawnDistance' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, PlayerOffsetForDefaultSpawnLocation) == 0x00026C, "Member 'APlayerCentricObjectVolume::PlayerOffsetForDefaultSpawnLocation' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, SpawnVolumeType) == 0x000270, "Member 'APlayerCentricObjectVolume::SpawnVolumeType' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, ItemsToSpawn) == 0x000278, "Member 'APlayerCentricObjectVolume::ItemsToSpawn' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, SpawnGroups) == 0x000288, "Member 'APlayerCentricObjectVolume::SpawnGroups' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, VolumeComponent) == 0x0002D8, "Member 'APlayerCentricObjectVolume::VolumeComponent' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, NavInvokerComponent) == 0x0002E0, "Member 'APlayerCentricObjectVolume::NavInvokerComponent' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, OnAllEnemiesDeadEvent) == 0x0002E8, "Member 'APlayerCentricObjectVolume::OnAllEnemiesDeadEvent' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, OnAllEnemiesSpawned) == 0x000300, "Member 'APlayerCentricObjectVolume::OnAllEnemiesSpawned' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, OnSpawnVolumeActivated) == 0x000318, "Member 'APlayerCentricObjectVolume::OnSpawnVolumeActivated' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, OnSpawnVolumeDeactivated) == 0x000328, "Member 'APlayerCentricObjectVolume::OnSpawnVolumeDeactivated' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, OnActorSpawnedEvent) == 0x000338, "Member 'APlayerCentricObjectVolume::OnActorSpawnedEvent' has a wrong offset!"); \ static_assert(offsetof(APlayerCentricObjectVolume, OnFinishedSpawningEvent) == 0x000348, "Member 'APlayerCentricObjectVolume::OnFinishedSpawningEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMountAreaSettingsDataAsset \ static_assert(alignof(UMountAreaSettingsDataAsset) == 0x000008, "Wrong alignment on UMountAreaSettingsDataAsset"); \ static_assert(sizeof(UMountAreaSettingsDataAsset) == 0x000050, "Wrong size on UMountAreaSettingsDataAsset"); \ static_assert(offsetof(UMountAreaSettingsDataAsset, AllowedMapRegions) == 0x000030, "Member 'UMountAreaSettingsDataAsset::AllowedMapRegions' has a wrong offset!"); \ static_assert(offsetof(UMountAreaSettingsDataAsset, AllowedDungeons) == 0x000040, "Member 'UMountAreaSettingsDataAsset::AllowedDungeons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerMountOverlaySettings \ static_assert(alignof(UPlayerMountOverlaySettings) == 0x000008, "Wrong alignment on UPlayerMountOverlaySettings"); \ static_assert(sizeof(UPlayerMountOverlaySettings) == 0x000068, "Wrong size on UPlayerMountOverlaySettings"); \ static_assert(offsetof(UPlayerMountOverlaySettings, TeleportTimer) == 0x000028, "Member 'UPlayerMountOverlaySettings::TeleportTimer' has a wrong offset!"); \ static_assert(offsetof(UPlayerMountOverlaySettings, FadeOutTimer) == 0x00002C, "Member 'UPlayerMountOverlaySettings::FadeOutTimer' has a wrong offset!"); \ static_assert(offsetof(UPlayerMountOverlaySettings, FadeInTeleportTimer) == 0x000030, "Member 'UPlayerMountOverlaySettings::FadeInTeleportTimer' has a wrong offset!"); \ static_assert(offsetof(UPlayerMountOverlaySettings, FadeInExitTimer) == 0x000034, "Member 'UPlayerMountOverlaySettings::FadeInExitTimer' has a wrong offset!"); \ static_assert(offsetof(UPlayerMountOverlaySettings, FadeHoldTimer) == 0x000038, "Member 'UPlayerMountOverlaySettings::FadeHoldTimer' has a wrong offset!"); \ static_assert(offsetof(UPlayerMountOverlaySettings, bDisableSpeedupInside) == 0x00003C, "Member 'UPlayerMountOverlaySettings::bDisableSpeedupInside' has a wrong offset!"); \ static_assert(offsetof(UPlayerMountOverlaySettings, bDisableSpeedupUnlessFacing) == 0x00003D, "Member 'UPlayerMountOverlaySettings::bDisableSpeedupUnlessFacing' has a wrong offset!"); \ static_assert(offsetof(UPlayerMountOverlaySettings, bPauseTimerWhenFacing) == 0x00003E, "Member 'UPlayerMountOverlaySettings::bPauseTimerWhenFacing' has a wrong offset!"); \ static_assert(offsetof(UPlayerMountOverlaySettings, FacingAngle) == 0x000040, "Member 'UPlayerMountOverlaySettings::FacingAngle' has a wrong offset!"); \ static_assert(offsetof(UPlayerMountOverlaySettings, FadeAlpha) == 0x000044, "Member 'UPlayerMountOverlaySettings::FadeAlpha' has a wrong offset!"); \ static_assert(offsetof(UPlayerMountOverlaySettings, ResetTimer) == 0x000048, "Member 'UPlayerMountOverlaySettings::ResetTimer' has a wrong offset!"); \ static_assert(offsetof(UPlayerMountOverlaySettings, MountSettingsDataTable) == 0x000050, "Member 'UPlayerMountOverlaySettings::MountSettingsDataTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATransformationStyleBase \ static_assert(alignof(ATransformationStyleBase) == 0x000008, "Wrong alignment on ATransformationStyleBase"); \ static_assert(sizeof(ATransformationStyleBase) == 0x000258, "Wrong size on ATransformationStyleBase"); \ static_assert(offsetof(ATransformationStyleBase, OldPreviewActor) == 0x000248, "Member 'ATransformationStyleBase::OldPreviewActor' has a wrong offset!"); \ static_assert(offsetof(ATransformationStyleBase, NewPreviewActor) == 0x000250, "Member 'ATransformationStyleBase::NewPreviewActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USendTargetUtil \ static_assert(alignof(USendTargetUtil) == 0x000008, "Wrong alignment on USendTargetUtil"); \ static_assert(sizeof(USendTargetUtil) == 0x000028, "Wrong size on USendTargetUtil"); \ #define DUMPER7_ASSERTS_PointAtActorTargetComponent_PointAtActorClearTarget \ static_assert(alignof(PointAtActorTargetComponent_PointAtActorClearTarget) == 0x000008, "Wrong alignment on PointAtActorTargetComponent_PointAtActorClearTarget"); \ static_assert(sizeof(PointAtActorTargetComponent_PointAtActorClearTarget) == 0x000008, "Wrong size on PointAtActorTargetComponent_PointAtActorClearTarget"); \ static_assert(offsetof(PointAtActorTargetComponent_PointAtActorClearTarget, TargetActor) == 0x000000, "Member 'PointAtActorTargetComponent_PointAtActorClearTarget::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PointAtActorTargetComponent_PointAtActorSetTarget \ static_assert(alignof(PointAtActorTargetComponent_PointAtActorSetTarget) == 0x000008, "Wrong alignment on PointAtActorTargetComponent_PointAtActorSetTarget"); \ static_assert(sizeof(PointAtActorTargetComponent_PointAtActorSetTarget) == 0x000008, "Wrong size on PointAtActorTargetComponent_PointAtActorSetTarget"); \ static_assert(offsetof(PointAtActorTargetComponent_PointAtActorSetTarget, TargetActor) == 0x000000, "Member 'PointAtActorTargetComponent_PointAtActorSetTarget::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPointAtActorTargetComponent \ static_assert(alignof(UPointAtActorTargetComponent) == 0x000010, "Wrong alignment on UPointAtActorTargetComponent"); \ static_assert(sizeof(UPointAtActorTargetComponent) == 0x000260, "Wrong size on UPointAtActorTargetComponent"); \ static_assert(offsetof(UPointAtActorTargetComponent, Target) == 0x000250, "Member 'UPointAtActorTargetComponent::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_BlueprintVar \ static_assert(alignof(USceneActionState_BlueprintVar) == 0x000008, "Wrong alignment on USceneActionState_BlueprintVar"); \ static_assert(sizeof(USceneActionState_BlueprintVar) == 0x000078, "Wrong size on USceneActionState_BlueprintVar"); \ static_assert(offsetof(USceneActionState_BlueprintVar, bFirstTime) == 0x000070, "Member 'USceneActionState_BlueprintVar::bFirstTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPointAtPlayerComponent \ static_assert(alignof(UPointAtPlayerComponent) == 0x000010, "Wrong alignment on UPointAtPlayerComponent"); \ static_assert(sizeof(UPointAtPlayerComponent) == 0x000260, "Wrong size on UPointAtPlayerComponent"); \ static_assert(offsetof(UPointAtPlayerComponent, PlayerIndex) == 0x000250, "Member 'UPointAtPlayerComponent::PlayerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_Get \ static_assert(alignof(TutorialSystem_Get) == 0x000008, "Wrong alignment on TutorialSystem_Get"); \ static_assert(sizeof(TutorialSystem_Get) == 0x000008, "Wrong size on TutorialSystem_Get"); \ static_assert(offsetof(TutorialSystem_Get, ReturnValue) == 0x000000, "Member 'TutorialSystem_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_AbortQueuedTutorials \ static_assert(alignof(TutorialSystem_AbortQueuedTutorials) == 0x000008, "Wrong alignment on TutorialSystem_AbortQueuedTutorials"); \ static_assert(sizeof(TutorialSystem_AbortQueuedTutorials) == 0x000008, "Wrong size on TutorialSystem_AbortQueuedTutorials"); \ static_assert(offsetof(TutorialSystem_AbortQueuedTutorials, sender) == 0x000000, "Member 'TutorialSystem_AbortQueuedTutorials::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_AbortTutorial \ static_assert(alignof(TutorialSystem_AbortTutorial) == 0x000004, "Wrong alignment on TutorialSystem_AbortTutorial"); \ static_assert(sizeof(TutorialSystem_AbortTutorial) == 0x00000C, "Wrong size on TutorialSystem_AbortTutorial"); \ static_assert(offsetof(TutorialSystem_AbortTutorial, TutorialName) == 0x000000, "Member 'TutorialSystem_AbortTutorial::TutorialName' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_AbortTutorial, bInstant) == 0x000008, "Member 'TutorialSystem_AbortTutorial::bInstant' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_AbortTutorial, ReturnValue) == 0x000009, "Member 'TutorialSystem_AbortTutorial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_AllowTravelToAnnex \ static_assert(alignof(TutorialSystem_AllowTravelToAnnex) == 0x000008, "Wrong alignment on TutorialSystem_AllowTravelToAnnex"); \ static_assert(sizeof(TutorialSystem_AllowTravelToAnnex) == 0x000008, "Wrong size on TutorialSystem_AllowTravelToAnnex"); \ static_assert(offsetof(TutorialSystem_AllowTravelToAnnex, sender) == 0x000000, "Member 'TutorialSystem_AllowTravelToAnnex::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_BackOutOfRegion \ static_assert(alignof(TutorialSystem_BackOutOfRegion) == 0x000008, "Wrong alignment on TutorialSystem_BackOutOfRegion"); \ static_assert(sizeof(TutorialSystem_BackOutOfRegion) == 0x000008, "Wrong size on TutorialSystem_BackOutOfRegion"); \ static_assert(offsetof(TutorialSystem_BackOutOfRegion, sender) == 0x000000, "Member 'TutorialSystem_BackOutOfRegion::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_CallAttentionToAnnex \ static_assert(alignof(TutorialSystem_CallAttentionToAnnex) == 0x000008, "Wrong alignment on TutorialSystem_CallAttentionToAnnex"); \ static_assert(sizeof(TutorialSystem_CallAttentionToAnnex) == 0x000008, "Wrong size on TutorialSystem_CallAttentionToAnnex"); \ static_assert(offsetof(TutorialSystem_CallAttentionToAnnex, sender) == 0x000000, "Member 'TutorialSystem_CallAttentionToAnnex::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_ClearTutorialCacheByName \ static_assert(alignof(TutorialSystem_ClearTutorialCacheByName) == 0x000004, "Wrong alignment on TutorialSystem_ClearTutorialCacheByName"); \ static_assert(sizeof(TutorialSystem_ClearTutorialCacheByName) == 0x000008, "Wrong size on TutorialSystem_ClearTutorialCacheByName"); \ static_assert(offsetof(TutorialSystem_ClearTutorialCacheByName, TutorialName) == 0x000000, "Member 'TutorialSystem_ClearTutorialCacheByName::TutorialName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_ClosePauseMenu \ static_assert(alignof(TutorialSystem_ClosePauseMenu) == 0x000008, "Wrong alignment on TutorialSystem_ClosePauseMenu"); \ static_assert(sizeof(TutorialSystem_ClosePauseMenu) == 0x000008, "Wrong size on TutorialSystem_ClosePauseMenu"); \ static_assert(offsetof(TutorialSystem_ClosePauseMenu, sender) == 0x000000, "Member 'TutorialSystem_ClosePauseMenu::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_CompleteTutorialCurrentStep \ static_assert(alignof(TutorialSystem_CompleteTutorialCurrentStep) == 0x000004, "Wrong alignment on TutorialSystem_CompleteTutorialCurrentStep"); \ static_assert(sizeof(TutorialSystem_CompleteTutorialCurrentStep) == 0x00000C, "Wrong size on TutorialSystem_CompleteTutorialCurrentStep"); \ static_assert(offsetof(TutorialSystem_CompleteTutorialCurrentStep, TutorialName) == 0x000000, "Member 'TutorialSystem_CompleteTutorialCurrentStep::TutorialName' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_CompleteTutorialCurrentStep, ReturnValue) == 0x000008, "Member 'TutorialSystem_CompleteTutorialCurrentStep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_CompleteTutorialStep \ static_assert(alignof(TutorialSystem_CompleteTutorialStep) == 0x000004, "Wrong alignment on TutorialSystem_CompleteTutorialStep"); \ static_assert(sizeof(TutorialSystem_CompleteTutorialStep) == 0x000010, "Wrong size on TutorialSystem_CompleteTutorialStep"); \ static_assert(offsetof(TutorialSystem_CompleteTutorialStep, TutorialName) == 0x000000, "Member 'TutorialSystem_CompleteTutorialStep::TutorialName' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_CompleteTutorialStep, TutorialStep) == 0x000008, "Member 'TutorialSystem_CompleteTutorialStep::TutorialStep' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_CompleteTutorialStep, ReturnValue) == 0x00000C, "Member 'TutorialSystem_CompleteTutorialStep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_CompleteTutorialStepByAlias \ static_assert(alignof(TutorialSystem_CompleteTutorialStepByAlias) == 0x000004, "Wrong alignment on TutorialSystem_CompleteTutorialStepByAlias"); \ static_assert(sizeof(TutorialSystem_CompleteTutorialStepByAlias) == 0x000014, "Wrong size on TutorialSystem_CompleteTutorialStepByAlias"); \ static_assert(offsetof(TutorialSystem_CompleteTutorialStepByAlias, TutorialName) == 0x000000, "Member 'TutorialSystem_CompleteTutorialStepByAlias::TutorialName' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_CompleteTutorialStepByAlias, TutorialStepAlias) == 0x000008, "Member 'TutorialSystem_CompleteTutorialStepByAlias::TutorialStepAlias' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_CompleteTutorialStepByAlias, ReturnValue) == 0x000010, "Member 'TutorialSystem_CompleteTutorialStepByAlias::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_ForceCompleteTutorial \ static_assert(alignof(TutorialSystem_ForceCompleteTutorial) == 0x000004, "Wrong alignment on TutorialSystem_ForceCompleteTutorial"); \ static_assert(sizeof(TutorialSystem_ForceCompleteTutorial) == 0x00000C, "Wrong size on TutorialSystem_ForceCompleteTutorial"); \ static_assert(offsetof(TutorialSystem_ForceCompleteTutorial, TutorialName) == 0x000000, "Member 'TutorialSystem_ForceCompleteTutorial::TutorialName' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_ForceCompleteTutorial, DontFireCompletionMessages) == 0x000008, "Member 'TutorialSystem_ForceCompleteTutorial::DontFireCompletionMessages' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_ForceCompleteTutorial, ReturnValue) == 0x000009, "Member 'TutorialSystem_ForceCompleteTutorial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_GetInitialTutorialStepInProgress \ static_assert(alignof(TutorialSystem_GetInitialTutorialStepInProgress) == 0x000001, "Wrong alignment on TutorialSystem_GetInitialTutorialStepInProgress"); \ static_assert(sizeof(TutorialSystem_GetInitialTutorialStepInProgress) == 0x000001, "Wrong size on TutorialSystem_GetInitialTutorialStepInProgress"); \ static_assert(offsetof(TutorialSystem_GetInitialTutorialStepInProgress, ReturnValue) == 0x000000, "Member 'TutorialSystem_GetInitialTutorialStepInProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_HideLivingQuarters \ static_assert(alignof(TutorialSystem_HideLivingQuarters) == 0x000008, "Wrong alignment on TutorialSystem_HideLivingQuarters"); \ static_assert(sizeof(TutorialSystem_HideLivingQuarters) == 0x000008, "Wrong size on TutorialSystem_HideLivingQuarters"); \ static_assert(offsetof(TutorialSystem_HideLivingQuarters, sender) == 0x000000, "Member 'TutorialSystem_HideLivingQuarters::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_HighlightCharmsClass \ static_assert(alignof(TutorialSystem_HighlightCharmsClass) == 0x000008, "Wrong alignment on TutorialSystem_HighlightCharmsClass"); \ static_assert(sizeof(TutorialSystem_HighlightCharmsClass) == 0x000008, "Wrong size on TutorialSystem_HighlightCharmsClass"); \ static_assert(offsetof(TutorialSystem_HighlightCharmsClass, sender) == 0x000000, "Member 'TutorialSystem_HighlightCharmsClass::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_OnCurrentScreenOutroEnded \ static_assert(alignof(TutorialSystem_OnCurrentScreenOutroEnded) == 0x000008, "Wrong alignment on TutorialSystem_OnCurrentScreenOutroEnded"); \ static_assert(sizeof(TutorialSystem_OnCurrentScreenOutroEnded) == 0x000010, "Wrong size on TutorialSystem_OnCurrentScreenOutroEnded"); \ static_assert(offsetof(TutorialSystem_OnCurrentScreenOutroEnded, PhoenixWidget) == 0x000000, "Member 'TutorialSystem_OnCurrentScreenOutroEnded::PhoenixWidget' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_OnCurrentScreenOutroEnded, OutroType) == 0x000008, "Member 'TutorialSystem_OnCurrentScreenOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_OnIntroEnded \ static_assert(alignof(TutorialSystem_OnIntroEnded) == 0x000008, "Wrong alignment on TutorialSystem_OnIntroEnded"); \ static_assert(sizeof(TutorialSystem_OnIntroEnded) == 0x000010, "Wrong size on TutorialSystem_OnIntroEnded"); \ static_assert(offsetof(TutorialSystem_OnIntroEnded, PhoenixWidget) == 0x000000, "Member 'TutorialSystem_OnIntroEnded::PhoenixWidget' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_OnIntroEnded, OutroType) == 0x000008, "Member 'TutorialSystem_OnIntroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_OnMissionFailedScreenLoaded \ static_assert(alignof(TutorialSystem_OnMissionFailedScreenLoaded) == 0x000008, "Wrong alignment on TutorialSystem_OnMissionFailedScreenLoaded"); \ static_assert(sizeof(TutorialSystem_OnMissionFailedScreenLoaded) == 0x000008, "Wrong size on TutorialSystem_OnMissionFailedScreenLoaded"); \ static_assert(offsetof(TutorialSystem_OnMissionFailedScreenLoaded, sender) == 0x000000, "Member 'TutorialSystem_OnMissionFailedScreenLoaded::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_OnTutorialImageLoaded \ static_assert(alignof(TutorialSystem_OnTutorialImageLoaded) == 0x000008, "Wrong alignment on TutorialSystem_OnTutorialImageLoaded"); \ static_assert(sizeof(TutorialSystem_OnTutorialImageLoaded) == 0x000010, "Wrong size on TutorialSystem_OnTutorialImageLoaded"); \ static_assert(offsetof(TutorialSystem_OnTutorialImageLoaded, Texture) == 0x000000, "Member 'TutorialSystem_OnTutorialImageLoaded::Texture' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_OnTutorialImageLoaded, Param) == 0x000008, "Member 'TutorialSystem_OnTutorialImageLoaded::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_OverlandZoomIn \ static_assert(alignof(TutorialSystem_OverlandZoomIn) == 0x000008, "Wrong alignment on TutorialSystem_OverlandZoomIn"); \ static_assert(sizeof(TutorialSystem_OverlandZoomIn) == 0x000008, "Wrong size on TutorialSystem_OverlandZoomIn"); \ static_assert(offsetof(TutorialSystem_OverlandZoomIn, sender) == 0x000000, "Member 'TutorialSystem_OverlandZoomIn::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_OverlandZoomOut \ static_assert(alignof(TutorialSystem_OverlandZoomOut) == 0x000008, "Wrong alignment on TutorialSystem_OverlandZoomOut"); \ static_assert(sizeof(TutorialSystem_OverlandZoomOut) == 0x000008, "Wrong size on TutorialSystem_OverlandZoomOut"); \ static_assert(offsetof(TutorialSystem_OverlandZoomOut, sender) == 0x000000, "Member 'TutorialSystem_OverlandZoomOut::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_PauseTutorialQueue \ static_assert(alignof(TutorialSystem_PauseTutorialQueue) == 0x000008, "Wrong alignment on TutorialSystem_PauseTutorialQueue"); \ static_assert(sizeof(TutorialSystem_PauseTutorialQueue) == 0x000010, "Wrong size on TutorialSystem_PauseTutorialQueue"); \ static_assert(offsetof(TutorialSystem_PauseTutorialQueue, Context) == 0x000000, "Member 'TutorialSystem_PauseTutorialQueue::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_PreLoadTutorial \ static_assert(alignof(TutorialSystem_PreLoadTutorial) == 0x000004, "Wrong alignment on TutorialSystem_PreLoadTutorial"); \ static_assert(sizeof(TutorialSystem_PreLoadTutorial) == 0x000008, "Wrong size on TutorialSystem_PreLoadTutorial"); \ static_assert(offsetof(TutorialSystem_PreLoadTutorial, TutorialName) == 0x000000, "Member 'TutorialSystem_PreLoadTutorial::TutorialName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_ResetMap \ static_assert(alignof(TutorialSystem_ResetMap) == 0x000008, "Wrong alignment on TutorialSystem_ResetMap"); \ static_assert(sizeof(TutorialSystem_ResetMap) == 0x000008, "Wrong size on TutorialSystem_ResetMap"); \ static_assert(offsetof(TutorialSystem_ResetMap, sender) == 0x000000, "Member 'TutorialSystem_ResetMap::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_ResetMapFastTravelTutorial \ static_assert(alignof(TutorialSystem_ResetMapFastTravelTutorial) == 0x000008, "Wrong alignment on TutorialSystem_ResetMapFastTravelTutorial"); \ static_assert(sizeof(TutorialSystem_ResetMapFastTravelTutorial) == 0x000008, "Wrong size on TutorialSystem_ResetMapFastTravelTutorial"); \ static_assert(offsetof(TutorialSystem_ResetMapFastTravelTutorial, sender) == 0x000000, "Member 'TutorialSystem_ResetMapFastTravelTutorial::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_SetupMapFastTravelTutorial \ static_assert(alignof(TutorialSystem_SetupMapFastTravelTutorial) == 0x000008, "Wrong alignment on TutorialSystem_SetupMapFastTravelTutorial"); \ static_assert(sizeof(TutorialSystem_SetupMapFastTravelTutorial) == 0x000008, "Wrong size on TutorialSystem_SetupMapFastTravelTutorial"); \ static_assert(offsetof(TutorialSystem_SetupMapFastTravelTutorial, sender) == 0x000000, "Member 'TutorialSystem_SetupMapFastTravelTutorial::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_SetupMapIconsForOverlandTutorial \ static_assert(alignof(TutorialSystem_SetupMapIconsForOverlandTutorial) == 0x000008, "Wrong alignment on TutorialSystem_SetupMapIconsForOverlandTutorial"); \ static_assert(sizeof(TutorialSystem_SetupMapIconsForOverlandTutorial) == 0x000008, "Wrong size on TutorialSystem_SetupMapIconsForOverlandTutorial"); \ static_assert(offsetof(TutorialSystem_SetupMapIconsForOverlandTutorial, sender) == 0x000000, "Member 'TutorialSystem_SetupMapIconsForOverlandTutorial::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_SetupMapTutorials \ static_assert(alignof(TutorialSystem_SetupMapTutorials) == 0x000008, "Wrong alignment on TutorialSystem_SetupMapTutorials"); \ static_assert(sizeof(TutorialSystem_SetupMapTutorials) == 0x000008, "Wrong size on TutorialSystem_SetupMapTutorials"); \ static_assert(offsetof(TutorialSystem_SetupMapTutorials, sender) == 0x000000, "Member 'TutorialSystem_SetupMapTutorials::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_SetZZDActivate \ static_assert(alignof(TutorialSystem_SetZZDActivate) == 0x000008, "Wrong alignment on TutorialSystem_SetZZDActivate"); \ static_assert(sizeof(TutorialSystem_SetZZDActivate) == 0x000008, "Wrong size on TutorialSystem_SetZZDActivate"); \ static_assert(offsetof(TutorialSystem_SetZZDActivate, sender) == 0x000000, "Member 'TutorialSystem_SetZZDActivate::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_StartTutorial \ static_assert(alignof(TutorialSystem_StartTutorial) == 0x000004, "Wrong alignment on TutorialSystem_StartTutorial"); \ static_assert(sizeof(TutorialSystem_StartTutorial) == 0x00000C, "Wrong size on TutorialSystem_StartTutorial"); \ static_assert(offsetof(TutorialSystem_StartTutorial, TutorialName) == 0x000000, "Member 'TutorialSystem_StartTutorial::TutorialName' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_StartTutorial, AfterNotifications) == 0x000008, "Member 'TutorialSystem_StartTutorial::AfterNotifications' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_StartTutorial, ReturnValue) == 0x000009, "Member 'TutorialSystem_StartTutorial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_StartTutorialStepExpiryTimer \ static_assert(alignof(TutorialSystem_StartTutorialStepExpiryTimer) == 0x000004, "Wrong alignment on TutorialSystem_StartTutorialStepExpiryTimer"); \ static_assert(sizeof(TutorialSystem_StartTutorialStepExpiryTimer) == 0x000010, "Wrong size on TutorialSystem_StartTutorialStepExpiryTimer"); \ static_assert(offsetof(TutorialSystem_StartTutorialStepExpiryTimer, TutorialName) == 0x000000, "Member 'TutorialSystem_StartTutorialStepExpiryTimer::TutorialName' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_StartTutorialStepExpiryTimer, TutorialStep) == 0x000008, "Member 'TutorialSystem_StartTutorialStepExpiryTimer::TutorialStep' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_StartTutorialStepExpiryTimer, ReturnValue) == 0x00000C, "Member 'TutorialSystem_StartTutorialStepExpiryTimer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_StartTutorialStepExpiryTimerByAlias \ static_assert(alignof(TutorialSystem_StartTutorialStepExpiryTimerByAlias) == 0x000004, "Wrong alignment on TutorialSystem_StartTutorialStepExpiryTimerByAlias"); \ static_assert(sizeof(TutorialSystem_StartTutorialStepExpiryTimerByAlias) == 0x000014, "Wrong size on TutorialSystem_StartTutorialStepExpiryTimerByAlias"); \ static_assert(offsetof(TutorialSystem_StartTutorialStepExpiryTimerByAlias, TutorialName) == 0x000000, "Member 'TutorialSystem_StartTutorialStepExpiryTimerByAlias::TutorialName' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_StartTutorialStepExpiryTimerByAlias, TutorialStepAlias) == 0x000008, "Member 'TutorialSystem_StartTutorialStepExpiryTimerByAlias::TutorialStepAlias' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_StartTutorialStepExpiryTimerByAlias, ReturnValue) == 0x000010, "Member 'TutorialSystem_StartTutorialStepExpiryTimerByAlias::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_StopCallAttentionToAnnex \ static_assert(alignof(TutorialSystem_StopCallAttentionToAnnex) == 0x000008, "Wrong alignment on TutorialSystem_StopCallAttentionToAnnex"); \ static_assert(sizeof(TutorialSystem_StopCallAttentionToAnnex) == 0x000008, "Wrong size on TutorialSystem_StopCallAttentionToAnnex"); \ static_assert(offsetof(TutorialSystem_StopCallAttentionToAnnex, sender) == 0x000000, "Member 'TutorialSystem_StopCallAttentionToAnnex::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_TutorialsAvailable \ static_assert(alignof(TutorialSystem_TutorialsAvailable) == 0x000001, "Wrong alignment on TutorialSystem_TutorialsAvailable"); \ static_assert(sizeof(TutorialSystem_TutorialsAvailable) == 0x000001, "Wrong size on TutorialSystem_TutorialsAvailable"); \ static_assert(offsetof(TutorialSystem_TutorialsAvailable, ReturnValue) == 0x000000, "Member 'TutorialSystem_TutorialsAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_UnpauseTutorialQueue \ static_assert(alignof(TutorialSystem_UnpauseTutorialQueue) == 0x000008, "Wrong alignment on TutorialSystem_UnpauseTutorialQueue"); \ static_assert(sizeof(TutorialSystem_UnpauseTutorialQueue) == 0x000010, "Wrong size on TutorialSystem_UnpauseTutorialQueue"); \ static_assert(offsetof(TutorialSystem_UnpauseTutorialQueue, Context) == 0x000000, "Member 'TutorialSystem_UnpauseTutorialQueue::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_ZoomLowerHogsfield \ static_assert(alignof(TutorialSystem_ZoomLowerHogsfield) == 0x000008, "Wrong alignment on TutorialSystem_ZoomLowerHogsfield"); \ static_assert(sizeof(TutorialSystem_ZoomLowerHogsfield) == 0x000008, "Wrong size on TutorialSystem_ZoomLowerHogsfield"); \ static_assert(offsetof(TutorialSystem_ZoomLowerHogsfield, sender) == 0x000000, "Member 'TutorialSystem_ZoomLowerHogsfield::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_IsAnyTutorialQueued \ static_assert(alignof(TutorialSystem_IsAnyTutorialQueued) == 0x000001, "Wrong alignment on TutorialSystem_IsAnyTutorialQueued"); \ static_assert(sizeof(TutorialSystem_IsAnyTutorialQueued) == 0x000001, "Wrong size on TutorialSystem_IsAnyTutorialQueued"); \ static_assert(offsetof(TutorialSystem_IsAnyTutorialQueued, ReturnValue) == 0x000000, "Member 'TutorialSystem_IsAnyTutorialQueued::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_IsCurrentTutorialActive \ static_assert(alignof(TutorialSystem_IsCurrentTutorialActive) == 0x000001, "Wrong alignment on TutorialSystem_IsCurrentTutorialActive"); \ static_assert(sizeof(TutorialSystem_IsCurrentTutorialActive) == 0x000001, "Wrong size on TutorialSystem_IsCurrentTutorialActive"); \ static_assert(offsetof(TutorialSystem_IsCurrentTutorialActive, ReturnValue) == 0x000000, "Member 'TutorialSystem_IsCurrentTutorialActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_IsModalTutorialQueued \ static_assert(alignof(TutorialSystem_IsModalTutorialQueued) == 0x000001, "Wrong alignment on TutorialSystem_IsModalTutorialQueued"); \ static_assert(sizeof(TutorialSystem_IsModalTutorialQueued) == 0x000001, "Wrong size on TutorialSystem_IsModalTutorialQueued"); \ static_assert(offsetof(TutorialSystem_IsModalTutorialQueued, ReturnValue) == 0x000000, "Member 'TutorialSystem_IsModalTutorialQueued::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_IsTutorialActive \ static_assert(alignof(TutorialSystem_IsTutorialActive) == 0x000004, "Wrong alignment on TutorialSystem_IsTutorialActive"); \ static_assert(sizeof(TutorialSystem_IsTutorialActive) == 0x00000C, "Wrong size on TutorialSystem_IsTutorialActive"); \ static_assert(offsetof(TutorialSystem_IsTutorialActive, TutorialName) == 0x000000, "Member 'TutorialSystem_IsTutorialActive::TutorialName' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_IsTutorialActive, ReturnValue) == 0x000008, "Member 'TutorialSystem_IsTutorialActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_IsTutorialActiveOrAboutToBe \ static_assert(alignof(TutorialSystem_IsTutorialActiveOrAboutToBe) == 0x000004, "Wrong alignment on TutorialSystem_IsTutorialActiveOrAboutToBe"); \ static_assert(sizeof(TutorialSystem_IsTutorialActiveOrAboutToBe) == 0x00000C, "Wrong size on TutorialSystem_IsTutorialActiveOrAboutToBe"); \ static_assert(offsetof(TutorialSystem_IsTutorialActiveOrAboutToBe, TutorialName) == 0x000000, "Member 'TutorialSystem_IsTutorialActiveOrAboutToBe::TutorialName' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_IsTutorialActiveOrAboutToBe, ReturnValue) == 0x000008, "Member 'TutorialSystem_IsTutorialActiveOrAboutToBe::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_IsTutorialQueued \ static_assert(alignof(TutorialSystem_IsTutorialQueued) == 0x000004, "Wrong alignment on TutorialSystem_IsTutorialQueued"); \ static_assert(sizeof(TutorialSystem_IsTutorialQueued) == 0x00000C, "Wrong size on TutorialSystem_IsTutorialQueued"); \ static_assert(offsetof(TutorialSystem_IsTutorialQueued, TutorialName) == 0x000000, "Member 'TutorialSystem_IsTutorialQueued::TutorialName' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_IsTutorialQueued, ReturnValue) == 0x000008, "Member 'TutorialSystem_IsTutorialQueued::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_IsTutorialQueuePaused \ static_assert(alignof(TutorialSystem_IsTutorialQueuePaused) == 0x000001, "Wrong alignment on TutorialSystem_IsTutorialQueuePaused"); \ static_assert(sizeof(TutorialSystem_IsTutorialQueuePaused) == 0x000001, "Wrong size on TutorialSystem_IsTutorialQueuePaused"); \ static_assert(offsetof(TutorialSystem_IsTutorialQueuePaused, ReturnValue) == 0x000000, "Member 'TutorialSystem_IsTutorialQueuePaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_IsTutorialStepActive \ static_assert(alignof(TutorialSystem_IsTutorialStepActive) == 0x000004, "Wrong alignment on TutorialSystem_IsTutorialStepActive"); \ static_assert(sizeof(TutorialSystem_IsTutorialStepActive) == 0x000010, "Wrong size on TutorialSystem_IsTutorialStepActive"); \ static_assert(offsetof(TutorialSystem_IsTutorialStepActive, TutorialName) == 0x000000, "Member 'TutorialSystem_IsTutorialStepActive::TutorialName' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_IsTutorialStepActive, TutorialStep) == 0x000008, "Member 'TutorialSystem_IsTutorialStepActive::TutorialStep' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_IsTutorialStepActive, ReturnValue) == 0x00000C, "Member 'TutorialSystem_IsTutorialStepActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_IsTutorialStepActiveByAlias \ static_assert(alignof(TutorialSystem_IsTutorialStepActiveByAlias) == 0x000004, "Wrong alignment on TutorialSystem_IsTutorialStepActiveByAlias"); \ static_assert(sizeof(TutorialSystem_IsTutorialStepActiveByAlias) == 0x000014, "Wrong size on TutorialSystem_IsTutorialStepActiveByAlias"); \ static_assert(offsetof(TutorialSystem_IsTutorialStepActiveByAlias, TutorialName) == 0x000000, "Member 'TutorialSystem_IsTutorialStepActiveByAlias::TutorialName' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_IsTutorialStepActiveByAlias, TutorialStepAlias) == 0x000008, "Member 'TutorialSystem_IsTutorialStepActiveByAlias::TutorialStepAlias' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_IsTutorialStepActiveByAlias, ReturnValue) == 0x000010, "Member 'TutorialSystem_IsTutorialStepActiveByAlias::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_IsTutorialStepActiveOrAboutToBe \ static_assert(alignof(TutorialSystem_IsTutorialStepActiveOrAboutToBe) == 0x000004, "Wrong alignment on TutorialSystem_IsTutorialStepActiveOrAboutToBe"); \ static_assert(sizeof(TutorialSystem_IsTutorialStepActiveOrAboutToBe) == 0x000010, "Wrong size on TutorialSystem_IsTutorialStepActiveOrAboutToBe"); \ static_assert(offsetof(TutorialSystem_IsTutorialStepActiveOrAboutToBe, TutorialName) == 0x000000, "Member 'TutorialSystem_IsTutorialStepActiveOrAboutToBe::TutorialName' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_IsTutorialStepActiveOrAboutToBe, TutorialStep) == 0x000008, "Member 'TutorialSystem_IsTutorialStepActiveOrAboutToBe::TutorialStep' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_IsTutorialStepActiveOrAboutToBe, ReturnValue) == 0x00000C, "Member 'TutorialSystem_IsTutorialStepActiveOrAboutToBe::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TutorialSystem_IsTutorialStepActiveOrAboutToBeByAlias \ static_assert(alignof(TutorialSystem_IsTutorialStepActiveOrAboutToBeByAlias) == 0x000004, "Wrong alignment on TutorialSystem_IsTutorialStepActiveOrAboutToBeByAlias"); \ static_assert(sizeof(TutorialSystem_IsTutorialStepActiveOrAboutToBeByAlias) == 0x000014, "Wrong size on TutorialSystem_IsTutorialStepActiveOrAboutToBeByAlias"); \ static_assert(offsetof(TutorialSystem_IsTutorialStepActiveOrAboutToBeByAlias, TutorialName) == 0x000000, "Member 'TutorialSystem_IsTutorialStepActiveOrAboutToBeByAlias::TutorialName' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_IsTutorialStepActiveOrAboutToBeByAlias, TutorialStepAlias) == 0x000008, "Member 'TutorialSystem_IsTutorialStepActiveOrAboutToBeByAlias::TutorialStepAlias' has a wrong offset!"); \ static_assert(offsetof(TutorialSystem_IsTutorialStepActiveOrAboutToBeByAlias, ReturnValue) == 0x000010, "Member 'TutorialSystem_IsTutorialStepActiveOrAboutToBeByAlias::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTutorialSystem \ static_assert(alignof(UTutorialSystem) == 0x000008, "Wrong alignment on UTutorialSystem"); \ static_assert(sizeof(UTutorialSystem) == 0x000340, "Wrong size on UTutorialSystem"); \ static_assert(offsetof(UTutorialSystem, TutorialPreCache) == 0x0000C8, "Member 'UTutorialSystem::TutorialPreCache' has a wrong offset!"); \ static_assert(offsetof(UTutorialSystem, TutorialDataTable) == 0x000118, "Member 'UTutorialSystem::TutorialDataTable' has a wrong offset!"); \ static_assert(offsetof(UTutorialSystem, CurrentTutorialStepData) == 0x000120, "Member 'UTutorialSystem::CurrentTutorialStepData' has a wrong offset!"); \ static_assert(offsetof(UTutorialSystem, CurrentTutorialData) == 0x000230, "Member 'UTutorialSystem::CurrentTutorialData' has a wrong offset!"); \ static_assert(offsetof(UTutorialSystem, CurrentTutorialScreen) == 0x0002A8, "Member 'UTutorialSystem::CurrentTutorialScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPointAtCameraComponent \ static_assert(alignof(UPointAtCameraComponent) == 0x000010, "Wrong alignment on UPointAtCameraComponent"); \ static_assert(sizeof(UPointAtCameraComponent) == 0x000240, "Wrong size on UPointAtCameraComponent"); \ static_assert(offsetof(UPointAtCameraComponent, LocalOffset) == 0x000220, "Member 'UPointAtCameraComponent::LocalOffset' has a wrong offset!"); \ static_assert(offsetof(UPointAtCameraComponent, Smoothing) == 0x00022C, "Member 'UPointAtCameraComponent::Smoothing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PooledVerticalBox_GetNextAvailableChild \ static_assert(alignof(PooledVerticalBox_GetNextAvailableChild) == 0x000008, "Wrong alignment on PooledVerticalBox_GetNextAvailableChild"); \ static_assert(sizeof(PooledVerticalBox_GetNextAvailableChild) == 0x000008, "Wrong size on PooledVerticalBox_GetNextAvailableChild"); \ static_assert(offsetof(PooledVerticalBox_GetNextAvailableChild, ReturnValue) == 0x000000, "Member 'PooledVerticalBox_GetNextAvailableChild::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PooledVerticalBox_IsChildActive \ static_assert(alignof(PooledVerticalBox_IsChildActive) == 0x000008, "Wrong alignment on PooledVerticalBox_IsChildActive"); \ static_assert(sizeof(PooledVerticalBox_IsChildActive) == 0x000010, "Wrong size on PooledVerticalBox_IsChildActive"); \ static_assert(offsetof(PooledVerticalBox_IsChildActive, ChildWidget) == 0x000000, "Member 'PooledVerticalBox_IsChildActive::ChildWidget' has a wrong offset!"); \ static_assert(offsetof(PooledVerticalBox_IsChildActive, ReturnValue) == 0x000008, "Member 'PooledVerticalBox_IsChildActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PooledVerticalBox_IsChildAvailable \ static_assert(alignof(PooledVerticalBox_IsChildAvailable) == 0x000008, "Wrong alignment on PooledVerticalBox_IsChildAvailable"); \ static_assert(sizeof(PooledVerticalBox_IsChildAvailable) == 0x000010, "Wrong size on PooledVerticalBox_IsChildAvailable"); \ static_assert(offsetof(PooledVerticalBox_IsChildAvailable, ChildWidget) == 0x000000, "Member 'PooledVerticalBox_IsChildAvailable::ChildWidget' has a wrong offset!"); \ static_assert(offsetof(PooledVerticalBox_IsChildAvailable, ReturnValue) == 0x000008, "Member 'PooledVerticalBox_IsChildAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PooledVerticalBox_SetChildActive \ static_assert(alignof(PooledVerticalBox_SetChildActive) == 0x000008, "Wrong alignment on PooledVerticalBox_SetChildActive"); \ static_assert(sizeof(PooledVerticalBox_SetChildActive) == 0x000010, "Wrong size on PooledVerticalBox_SetChildActive"); \ static_assert(offsetof(PooledVerticalBox_SetChildActive, ChildWidget) == 0x000000, "Member 'PooledVerticalBox_SetChildActive::ChildWidget' has a wrong offset!"); \ static_assert(offsetof(PooledVerticalBox_SetChildActive, IsActive) == 0x000008, "Member 'PooledVerticalBox_SetChildActive::IsActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PooledVerticalBox_SetChildWidgetPool \ static_assert(alignof(PooledVerticalBox_SetChildWidgetPool) == 0x000008, "Wrong alignment on PooledVerticalBox_SetChildWidgetPool"); \ static_assert(sizeof(PooledVerticalBox_SetChildWidgetPool) == 0x000020, "Wrong size on PooledVerticalBox_SetChildWidgetPool"); \ static_assert(offsetof(PooledVerticalBox_SetChildWidgetPool, ChildWidgets) == 0x000000, "Member 'PooledVerticalBox_SetChildWidgetPool::ChildWidgets' has a wrong offset!"); \ static_assert(offsetof(PooledVerticalBox_SetChildWidgetPool, Padding) == 0x000010, "Member 'PooledVerticalBox_SetChildWidgetPool::Padding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPooledVerticalBox \ static_assert(alignof(UPooledVerticalBox) == 0x000008, "Wrong alignment on UPooledVerticalBox"); \ static_assert(sizeof(UPooledVerticalBox) == 0x000188, "Wrong size on UPooledVerticalBox"); \ static_assert(offsetof(UPooledVerticalBox, DesiredChildVisibility) == 0x000130, "Member 'UPooledVerticalBox::DesiredChildVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPopoutWidget \ static_assert(alignof(UPopoutWidget) == 0x000008, "Wrong alignment on UPopoutWidget"); \ static_assert(sizeof(UPopoutWidget) == 0x000270, "Wrong size on UPopoutWidget"); \ static_assert(offsetof(UPopoutWidget, PopoutWidgetTEST) == 0x000268, "Member 'UPopoutWidget::PopoutWidgetTEST' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ISkippableDialogueActionStateInterface \ static_assert(alignof(ISkippableDialogueActionStateInterface) == 0x000001, "Wrong alignment on ISkippableDialogueActionStateInterface"); \ static_assert(sizeof(ISkippableDialogueActionStateInterface) == 0x000001, "Wrong size on ISkippableDialogueActionStateInterface"); \ #define DUMPER7_ASSERTS_PopupScreen_AvoidGarbageCollection \ static_assert(alignof(PopupScreen_AvoidGarbageCollection) == 0x000008, "Wrong alignment on PopupScreen_AvoidGarbageCollection"); \ static_assert(sizeof(PopupScreen_AvoidGarbageCollection) == 0x000008, "Wrong size on PopupScreen_AvoidGarbageCollection"); \ static_assert(offsetof(PopupScreen_AvoidGarbageCollection, Screen) == 0x000000, "Member 'PopupScreen_AvoidGarbageCollection::Screen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopupScreen_ClosePopup \ static_assert(alignof(PopupScreen_ClosePopup) == 0x000004, "Wrong alignment on PopupScreen_ClosePopup"); \ static_assert(sizeof(PopupScreen_ClosePopup) == 0x000004, "Wrong size on PopupScreen_ClosePopup"); \ static_assert(offsetof(PopupScreen_ClosePopup, CompletionActionIndex) == 0x000000, "Member 'PopupScreen_ClosePopup::CompletionActionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopupScreen_GetPopupID \ static_assert(alignof(PopupScreen_GetPopupID) == 0x000004, "Wrong alignment on PopupScreen_GetPopupID"); \ static_assert(sizeof(PopupScreen_GetPopupID) == 0x000004, "Wrong size on PopupScreen_GetPopupID"); \ static_assert(offsetof(PopupScreen_GetPopupID, ReturnValue) == 0x000000, "Member 'PopupScreen_GetPopupID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopupScreen_OnPopupOutroEnded \ static_assert(alignof(PopupScreen_OnPopupOutroEnded) == 0x000008, "Wrong alignment on PopupScreen_OnPopupOutroEnded"); \ static_assert(sizeof(PopupScreen_OnPopupOutroEnded) == 0x000010, "Wrong size on PopupScreen_OnPopupOutroEnded"); \ static_assert(offsetof(PopupScreen_OnPopupOutroEnded, PhoenixWidget) == 0x000000, "Member 'PopupScreen_OnPopupOutroEnded::PhoenixWidget' has a wrong offset!"); \ static_assert(offsetof(PopupScreen_OnPopupOutroEnded, OutroType) == 0x000008, "Member 'PopupScreen_OnPopupOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopupScreen_OpenPopup \ static_assert(alignof(PopupScreen_OpenPopup) == 0x000001, "Wrong alignment on PopupScreen_OpenPopup"); \ static_assert(sizeof(PopupScreen_OpenPopup) == 0x000001, "Wrong size on PopupScreen_OpenPopup"); \ static_assert(offsetof(PopupScreen_OpenPopup, bPauseTheGame) == 0x000000, "Member 'PopupScreen_OpenPopup::bPauseTheGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopupScreen_PopupButtonPressCompleted \ static_assert(alignof(PopupScreen_PopupButtonPressCompleted) == 0x000004, "Wrong alignment on PopupScreen_PopupButtonPressCompleted"); \ static_assert(sizeof(PopupScreen_PopupButtonPressCompleted) == 0x000004, "Wrong size on PopupScreen_PopupButtonPressCompleted"); \ static_assert(offsetof(PopupScreen_PopupButtonPressCompleted, CompletionActionIndex) == 0x000000, "Member 'PopupScreen_PopupButtonPressCompleted::CompletionActionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopupScreen_SetAutoCloseOnButtonPress \ static_assert(alignof(PopupScreen_SetAutoCloseOnButtonPress) == 0x000001, "Wrong alignment on PopupScreen_SetAutoCloseOnButtonPress"); \ static_assert(sizeof(PopupScreen_SetAutoCloseOnButtonPress) == 0x000001, "Wrong size on PopupScreen_SetAutoCloseOnButtonPress"); \ static_assert(offsetof(PopupScreen_SetAutoCloseOnButtonPress, bInAutoCloseOnButtonPress) == 0x000000, "Member 'PopupScreen_SetAutoCloseOnButtonPress::bInAutoCloseOnButtonPress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopupScreen_SetCachedCompletionActions \ static_assert(alignof(PopupScreen_SetCachedCompletionActions) == 0x000008, "Wrong alignment on PopupScreen_SetCachedCompletionActions"); \ static_assert(sizeof(PopupScreen_SetCachedCompletionActions) == 0x000010, "Wrong size on PopupScreen_SetCachedCompletionActions"); \ static_assert(offsetof(PopupScreen_SetCachedCompletionActions, CompletionActions) == 0x000000, "Member 'PopupScreen_SetCachedCompletionActions::CompletionActions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopupScreen_SetCachedUsesWaitIndicator \ static_assert(alignof(PopupScreen_SetCachedUsesWaitIndicator) == 0x000001, "Wrong alignment on PopupScreen_SetCachedUsesWaitIndicator"); \ static_assert(sizeof(PopupScreen_SetCachedUsesWaitIndicator) == 0x000001, "Wrong size on PopupScreen_SetCachedUsesWaitIndicator"); \ static_assert(offsetof(PopupScreen_SetCachedUsesWaitIndicator, bUsesWaitIndicator) == 0x000000, "Member 'PopupScreen_SetCachedUsesWaitIndicator::bUsesWaitIndicator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopupScreen_SetPopupCompletionActions \ static_assert(alignof(PopupScreen_SetPopupCompletionActions) == 0x000008, "Wrong alignment on PopupScreen_SetPopupCompletionActions"); \ static_assert(sizeof(PopupScreen_SetPopupCompletionActions) == 0x000010, "Wrong size on PopupScreen_SetPopupCompletionActions"); \ static_assert(offsetof(PopupScreen_SetPopupCompletionActions, CompletionActions) == 0x000000, "Member 'PopupScreen_SetPopupCompletionActions::CompletionActions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopupScreen_SetPopupContentWidget \ static_assert(alignof(PopupScreen_SetPopupContentWidget) == 0x000008, "Wrong alignment on PopupScreen_SetPopupContentWidget"); \ static_assert(sizeof(PopupScreen_SetPopupContentWidget) == 0x000008, "Wrong size on PopupScreen_SetPopupContentWidget"); \ static_assert(offsetof(PopupScreen_SetPopupContentWidget, ContentWidget) == 0x000000, "Member 'PopupScreen_SetPopupContentWidget::ContentWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopupScreen_SetPopupDescription \ static_assert(alignof(PopupScreen_SetPopupDescription) == 0x000008, "Wrong alignment on PopupScreen_SetPopupDescription"); \ static_assert(sizeof(PopupScreen_SetPopupDescription) == 0x000018, "Wrong size on PopupScreen_SetPopupDescription"); \ static_assert(offsetof(PopupScreen_SetPopupDescription, DescriptionString) == 0x000000, "Member 'PopupScreen_SetPopupDescription::DescriptionString' has a wrong offset!"); \ static_assert(offsetof(PopupScreen_SetPopupDescription, isTranslated) == 0x000010, "Member 'PopupScreen_SetPopupDescription::isTranslated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopupScreen_SetPopupLegendItems \ static_assert(alignof(PopupScreen_SetPopupLegendItems) == 0x000008, "Wrong alignment on PopupScreen_SetPopupLegendItems"); \ static_assert(sizeof(PopupScreen_SetPopupLegendItems) == 0x000010, "Wrong size on PopupScreen_SetPopupLegendItems"); \ static_assert(offsetof(PopupScreen_SetPopupLegendItems, LegendItems) == 0x000000, "Member 'PopupScreen_SetPopupLegendItems::LegendItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopupScreen_SetPopupTitle \ static_assert(alignof(PopupScreen_SetPopupTitle) == 0x000008, "Wrong alignment on PopupScreen_SetPopupTitle"); \ static_assert(sizeof(PopupScreen_SetPopupTitle) == 0x000010, "Wrong size on PopupScreen_SetPopupTitle"); \ static_assert(offsetof(PopupScreen_SetPopupTitle, TitleString) == 0x000000, "Member 'PopupScreen_SetPopupTitle::TitleString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PopupScreen_SetPopupUsesWaitIndicator \ static_assert(alignof(PopupScreen_SetPopupUsesWaitIndicator) == 0x000001, "Wrong alignment on PopupScreen_SetPopupUsesWaitIndicator"); \ static_assert(sizeof(PopupScreen_SetPopupUsesWaitIndicator) == 0x000001, "Wrong size on PopupScreen_SetPopupUsesWaitIndicator"); \ static_assert(offsetof(PopupScreen_SetPopupUsesWaitIndicator, bUsesWaitIndicator) == 0x000000, "Member 'PopupScreen_SetPopupUsesWaitIndicator::bUsesWaitIndicator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPopupScreen \ static_assert(alignof(UPopupScreen) == 0x000008, "Wrong alignment on UPopupScreen"); \ static_assert(sizeof(UPopupScreen) == 0x0003C0, "Wrong size on UPopupScreen"); \ static_assert(offsetof(UPopupScreen, PopupButtonPressCompletedEvent) == 0x000370, "Member 'UPopupScreen::PopupButtonPressCompletedEvent' has a wrong offset!"); \ static_assert(offsetof(UPopupScreen, PopupRemovedEvent) == 0x000380, "Member 'UPopupScreen::PopupRemovedEvent' has a wrong offset!"); \ static_assert(offsetof(UPopupScreen, PopupClosedEvent) == 0x000390, "Member 'UPopupScreen::PopupClosedEvent' has a wrong offset!"); \ static_assert(offsetof(UPopupScreen, PopupID) == 0x0003A0, "Member 'UPopupScreen::PopupID' has a wrong offset!"); \ static_assert(offsetof(UPopupScreen, CachedCompletionActions) == 0x0003A8, "Member 'UPopupScreen::CachedCompletionActions' has a wrong offset!"); \ static_assert(offsetof(UPopupScreen, bCachedUsesWaitIndicator) == 0x0003B8, "Member 'UPopupScreen::bCachedUsesWaitIndicator' has a wrong offset!"); \ static_assert(offsetof(UPopupScreen, bPausedTheGame) == 0x0003B9, "Member 'UPopupScreen::bPausedTheGame' has a wrong offset!"); \ static_assert(offsetof(UPopupScreen, bAutoCloseOnButtonPress) == 0x0003BA, "Member 'UPopupScreen::bAutoCloseOnButtonPress' has a wrong offset!"); \ static_assert(offsetof(UPopupScreen, bPopupClosedEventSent) == 0x0003BB, "Member 'UPopupScreen::bPopupClosedEventSent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WetnessComponent_SetInWater \ static_assert(alignof(WetnessComponent_SetInWater) == 0x000001, "Wrong alignment on WetnessComponent_SetInWater"); \ static_assert(sizeof(WetnessComponent_SetInWater) == 0x000001, "Wrong size on WetnessComponent_SetInWater"); \ static_assert(offsetof(WetnessComponent_SetInWater, inWater) == 0x000000, "Member 'WetnessComponent_SetInWater::inWater' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWetnessComponent \ static_assert(alignof(UWetnessComponent) == 0x000008, "Wrong alignment on UWetnessComponent"); \ static_assert(sizeof(UWetnessComponent) == 0x0001C0, "Wrong size on UWetnessComponent"); \ static_assert(offsetof(UWetnessComponent, InitialValue) == 0x000198, "Member 'UWetnessComponent::InitialValue' has a wrong offset!"); \ static_assert(offsetof(UWetnessComponent, MaterialPropertyData) == 0x0001A0, "Member 'UWetnessComponent::MaterialPropertyData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Portkey_FindNonBlockingCameraLocation \ static_assert(alignof(Portkey_FindNonBlockingCameraLocation) == 0x000004, "Wrong alignment on Portkey_FindNonBlockingCameraLocation"); \ static_assert(sizeof(Portkey_FindNonBlockingCameraLocation) == 0x00002C, "Wrong size on Portkey_FindNonBlockingCameraLocation"); \ static_assert(offsetof(Portkey_FindNonBlockingCameraLocation, Target1) == 0x000000, "Member 'Portkey_FindNonBlockingCameraLocation::Target1' has a wrong offset!"); \ static_assert(offsetof(Portkey_FindNonBlockingCameraLocation, Target2) == 0x00000C, "Member 'Portkey_FindNonBlockingCameraLocation::Target2' has a wrong offset!"); \ static_assert(offsetof(Portkey_FindNonBlockingCameraLocation, CameraLocation) == 0x000018, "Member 'Portkey_FindNonBlockingCameraLocation::CameraLocation' has a wrong offset!"); \ static_assert(offsetof(Portkey_FindNonBlockingCameraLocation, CameraDistance) == 0x000024, "Member 'Portkey_FindNonBlockingCameraLocation::CameraDistance' has a wrong offset!"); \ static_assert(offsetof(Portkey_FindNonBlockingCameraLocation, CameraHeight) == 0x000028, "Member 'Portkey_FindNonBlockingCameraLocation::CameraHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Portkey_GetTarget \ static_assert(alignof(Portkey_GetTarget) == 0x000008, "Wrong alignment on Portkey_GetTarget"); \ static_assert(sizeof(Portkey_GetTarget) == 0x000008, "Wrong size on Portkey_GetTarget"); \ static_assert(offsetof(Portkey_GetTarget, ReturnValue) == 0x000000, "Member 'Portkey_GetTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Portkey_Interact \ static_assert(alignof(Portkey_Interact) == 0x000008, "Wrong alignment on Portkey_Interact"); \ static_assert(sizeof(Portkey_Interact) == 0x000008, "Wrong size on Portkey_Interact"); \ static_assert(offsetof(Portkey_Interact, AvaService) == 0x000000, "Member 'Portkey_Interact::AvaService' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APortkey \ static_assert(alignof(APortkey) == 0x000008, "Wrong alignment on APortkey"); \ static_assert(sizeof(APortkey) == 0x0003F0, "Wrong size on APortkey"); \ static_assert(offsetof(APortkey, ParticleSystemComponent) == 0x000258, "Member 'APortkey::ParticleSystemComponent' has a wrong offset!"); \ static_assert(offsetof(APortkey, ActorToTeleport) == 0x000260, "Member 'APortkey::ActorToTeleport' has a wrong offset!"); \ static_assert(offsetof(APortkey, ExitEmitter) == 0x000268, "Member 'APortkey::ExitEmitter' has a wrong offset!"); \ static_assert(offsetof(APortkey, EntryEmitter) == 0x000270, "Member 'APortkey::EntryEmitter' has a wrong offset!"); \ static_assert(offsetof(APortkey, BeaconEmitter) == 0x000278, "Member 'APortkey::BeaconEmitter' has a wrong offset!"); \ static_assert(offsetof(APortkey, UseBeaconEmitter) == 0x000280, "Member 'APortkey::UseBeaconEmitter' has a wrong offset!"); \ static_assert(offsetof(APortkey, TargetA) == 0x000288, "Member 'APortkey::TargetA' has a wrong offset!"); \ static_assert(offsetof(APortkey, TargetB) == 0x000290, "Member 'APortkey::TargetB' has a wrong offset!"); \ static_assert(offsetof(APortkey, FastTravelDestinationA) == 0x000298, "Member 'APortkey::FastTravelDestinationA' has a wrong offset!"); \ static_assert(offsetof(APortkey, FastTravelDestinationB) == 0x000320, "Member 'APortkey::FastTravelDestinationB' has a wrong offset!"); \ static_assert(offsetof(APortkey, AtA) == 0x0003A8, "Member 'APortkey::AtA' has a wrong offset!"); \ static_assert(offsetof(APortkey, EjectForce) == 0x0003AC, "Member 'APortkey::EjectForce' has a wrong offset!"); \ static_assert(offsetof(APortkey, EntryCamDelay) == 0x0003B0, "Member 'APortkey::EntryCamDelay' has a wrong offset!"); \ static_assert(offsetof(APortkey, ExitCamDelay) == 0x0003B4, "Member 'APortkey::ExitCamDelay' has a wrong offset!"); \ static_assert(offsetof(APortkey, EnterCameraRotation) == 0x0003B8, "Member 'APortkey::EnterCameraRotation' has a wrong offset!"); \ static_assert(offsetof(APortkey, ExitCameraRotation) == 0x0003C4, "Member 'APortkey::ExitCameraRotation' has a wrong offset!"); \ static_assert(offsetof(APortkey, UseAdvancedExit) == 0x0003D0, "Member 'APortkey::UseAdvancedExit' has a wrong offset!"); \ static_assert(offsetof(APortkey, OnGround) == 0x0003D1, "Member 'APortkey::OnGround' has a wrong offset!"); \ static_assert(offsetof(APortkey, OptimalDistance) == 0x0003D4, "Member 'APortkey::OptimalDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterIgnoreVolume_OnOverlapBegin \ static_assert(alignof(WaterIgnoreVolume_OnOverlapBegin) == 0x000008, "Wrong alignment on WaterIgnoreVolume_OnOverlapBegin"); \ static_assert(sizeof(WaterIgnoreVolume_OnOverlapBegin) == 0x0000A8, "Wrong size on WaterIgnoreVolume_OnOverlapBegin"); \ static_assert(offsetof(WaterIgnoreVolume_OnOverlapBegin, OverlappedComponent) == 0x000000, "Member 'WaterIgnoreVolume_OnOverlapBegin::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(WaterIgnoreVolume_OnOverlapBegin, OtherActor) == 0x000008, "Member 'WaterIgnoreVolume_OnOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(WaterIgnoreVolume_OnOverlapBegin, OtherComp) == 0x000010, "Member 'WaterIgnoreVolume_OnOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(WaterIgnoreVolume_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'WaterIgnoreVolume_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(WaterIgnoreVolume_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'WaterIgnoreVolume_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(WaterIgnoreVolume_OnOverlapBegin, SweepResult) == 0x000020, "Member 'WaterIgnoreVolume_OnOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterIgnoreVolume_OnOverlapEnd \ static_assert(alignof(WaterIgnoreVolume_OnOverlapEnd) == 0x000008, "Wrong alignment on WaterIgnoreVolume_OnOverlapEnd"); \ static_assert(sizeof(WaterIgnoreVolume_OnOverlapEnd) == 0x000020, "Wrong size on WaterIgnoreVolume_OnOverlapEnd"); \ static_assert(offsetof(WaterIgnoreVolume_OnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'WaterIgnoreVolume_OnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(WaterIgnoreVolume_OnOverlapEnd, OtherActor) == 0x000008, "Member 'WaterIgnoreVolume_OnOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(WaterIgnoreVolume_OnOverlapEnd, OtherComp) == 0x000010, "Member 'WaterIgnoreVolume_OnOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(WaterIgnoreVolume_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'WaterIgnoreVolume_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWaterIgnoreVolume \ static_assert(alignof(AWaterIgnoreVolume) == 0x000008, "Wrong alignment on AWaterIgnoreVolume"); \ static_assert(sizeof(AWaterIgnoreVolume) == 0x0002B8, "Wrong size on AWaterIgnoreVolume"); \ static_assert(offsetof(AWaterIgnoreVolume, IgnoreOverlap) == 0x000248, "Member 'AWaterIgnoreVolume::IgnoreOverlap' has a wrong offset!"); \ static_assert(offsetof(AWaterIgnoreVolume, WaterIgnoreActors) == 0x000250, "Member 'AWaterIgnoreVolume::WaterIgnoreActors' has a wrong offset!"); \ static_assert(offsetof(AWaterIgnoreVolume, OverlapIgnores) == 0x000260, "Member 'AWaterIgnoreVolume::OverlapIgnores' has a wrong offset!"); \ static_assert(offsetof(AWaterIgnoreVolume, OtherIgnoreVolumes) == 0x000270, "Member 'AWaterIgnoreVolume::OtherIgnoreVolumes' has a wrong offset!"); \ static_assert(offsetof(AWaterIgnoreVolume, OverlappingWaterVolumes) == 0x000280, "Member 'AWaterIgnoreVolume::OverlappingWaterVolumes' has a wrong offset!"); \ static_assert(offsetof(AWaterIgnoreVolume, OverlappingRiverVolumes) == 0x000290, "Member 'AWaterIgnoreVolume::OverlappingRiverVolumes' has a wrong offset!"); \ static_assert(offsetof(AWaterIgnoreVolume, OverlappingDungeonWaterVolumes) == 0x0002A0, "Member 'AWaterIgnoreVolume::OverlappingDungeonWaterVolumes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APortkey_Object \ static_assert(alignof(APortkey_Object) == 0x000008, "Wrong alignment on APortkey_Object"); \ static_assert(sizeof(APortkey_Object) == 0x000320, "Wrong size on APortkey_Object"); \ static_assert(offsetof(APortkey_Object, ActorOwner) == 0x000308, "Member 'APortkey_Object::ActorOwner' has a wrong offset!"); \ static_assert(offsetof(APortkey_Object, Portkey_Mesh) == 0x000310, "Member 'APortkey_Object::Portkey_Mesh' has a wrong offset!"); \ static_assert(offsetof(APortkey_Object, PortkeyBase) == 0x000318, "Member 'APortkey_Object::PortkeyBase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PortraitPaintingActor_OnCharacterLoadComplete \ static_assert(alignof(PortraitPaintingActor_OnCharacterLoadComplete) == 0x000008, "Wrong alignment on PortraitPaintingActor_OnCharacterLoadComplete"); \ static_assert(sizeof(PortraitPaintingActor_OnCharacterLoadComplete) == 0x000008, "Wrong size on PortraitPaintingActor_OnCharacterLoadComplete"); \ static_assert(offsetof(PortraitPaintingActor_OnCharacterLoadComplete, Actor) == 0x000000, "Member 'PortraitPaintingActor_OnCharacterLoadComplete::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PortraitPaintingActor_OnFleshLoaded \ static_assert(alignof(PortraitPaintingActor_OnFleshLoaded) == 0x000008, "Wrong alignment on PortraitPaintingActor_OnFleshLoaded"); \ static_assert(sizeof(PortraitPaintingActor_OnFleshLoaded) == 0x000010, "Wrong size on PortraitPaintingActor_OnFleshLoaded"); \ static_assert(offsetof(PortraitPaintingActor_OnFleshLoaded, Actor) == 0x000000, "Member 'PortraitPaintingActor_OnFleshLoaded::Actor' has a wrong offset!"); \ static_assert(offsetof(PortraitPaintingActor_OnFleshLoaded, ScheduledEntity) == 0x000008, "Member 'PortraitPaintingActor_OnFleshLoaded::ScheduledEntity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PortraitPaintingActor_SetPaintingBackground \ static_assert(alignof(PortraitPaintingActor_SetPaintingBackground) == 0x000008, "Wrong alignment on PortraitPaintingActor_SetPaintingBackground"); \ static_assert(sizeof(PortraitPaintingActor_SetPaintingBackground) == 0x000008, "Wrong size on PortraitPaintingActor_SetPaintingBackground"); \ static_assert(offsetof(PortraitPaintingActor_SetPaintingBackground, PaintingBackground) == 0x000000, "Member 'PortraitPaintingActor_SetPaintingBackground::PaintingBackground' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PortraitPaintingActor_SetPaintingFrameMask \ static_assert(alignof(PortraitPaintingActor_SetPaintingFrameMask) == 0x000008, "Wrong alignment on PortraitPaintingActor_SetPaintingFrameMask"); \ static_assert(sizeof(PortraitPaintingActor_SetPaintingFrameMask) == 0x000008, "Wrong size on PortraitPaintingActor_SetPaintingFrameMask"); \ static_assert(offsetof(PortraitPaintingActor_SetPaintingFrameMask, PaintingFrameMask) == 0x000000, "Member 'PortraitPaintingActor_SetPaintingFrameMask::PaintingFrameMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APortraitPaintingActor \ static_assert(alignof(APortraitPaintingActor) == 0x000008, "Wrong alignment on APortraitPaintingActor"); \ static_assert(sizeof(APortraitPaintingActor) == 0x000398, "Wrong size on APortraitPaintingActor"); \ static_assert(offsetof(APortraitPaintingActor, EntityName) == 0x000250, "Member 'APortraitPaintingActor::EntityName' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, SecondaryEntityName) == 0x000260, "Member 'APortraitPaintingActor::SecondaryEntityName' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, PortraitActorRange) == 0x000270, "Member 'APortraitPaintingActor::PortraitActorRange' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, CalloutOffset) == 0x000274, "Member 'APortraitPaintingActor::CalloutOffset' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, CameraFarPlane) == 0x000280, "Member 'APortraitPaintingActor::CameraFarPlane' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, ComponentState) == 0x000284, "Member 'APortraitPaintingActor::ComponentState' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, EntityCustomMeshStates) == 0x00028C, "Member 'APortraitPaintingActor::EntityCustomMeshStates' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, MainPortraitSwapType) == 0x000294, "Member 'APortraitPaintingActor::MainPortraitSwapType' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, PaintingPlane) == 0x000298, "Member 'APortraitPaintingActor::PaintingPlane' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, Frame) == 0x0002A0, "Member 'APortraitPaintingActor::Frame' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, CustomLighting) == 0x0002A8, "Member 'APortraitPaintingActor::CustomLighting' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, Light0) == 0x0002B0, "Member 'APortraitPaintingActor::Light0' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, Light1) == 0x0002B8, "Member 'APortraitPaintingActor::Light1' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, Light2) == 0x0002C0, "Member 'APortraitPaintingActor::Light2' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, Camera) == 0x0002C8, "Member 'APortraitPaintingActor::Camera' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, BeaconableObjectID) == 0x0002D0, "Member 'APortraitPaintingActor::BeaconableObjectID' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, BackgroundTexture) == 0x0002D8, "Member 'APortraitPaintingActor::BackgroundTexture' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, FrameMaskTexture) == 0x0002E0, "Member 'APortraitPaintingActor::FrameMaskTexture' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, CanvasNormalTexture) == 0x0002E8, "Member 'APortraitPaintingActor::CanvasNormalTexture' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, CanvasRoughnessTexture) == 0x0002F0, "Member 'APortraitPaintingActor::CanvasRoughnessTexture' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, NormalIntensity) == 0x0002F8, "Member 'APortraitPaintingActor::NormalIntensity' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, TextureTiling) == 0x0002FC, "Member 'APortraitPaintingActor::TextureTiling' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, FlattenPercent) == 0x000300, "Member 'APortraitPaintingActor::FlattenPercent' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, RotationOffsetInDegrees) == 0x000304, "Member 'APortraitPaintingActor::RotationOffsetInDegrees' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, SkinNormalSoftness) == 0x000308, "Member 'APortraitPaintingActor::SkinNormalSoftness' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, SkinSpecularScale) == 0x00030C, "Member 'APortraitPaintingActor::SkinSpecularScale' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, SkinScatterScale) == 0x000310, "Member 'APortraitPaintingActor::SkinScatterScale' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, SkinSubsurfaceColor) == 0x000314, "Member 'APortraitPaintingActor::SkinSubsurfaceColor' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, BottomFadeHeight) == 0x000324, "Member 'APortraitPaintingActor::BottomFadeHeight' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, BottomFadeStrength) == 0x000328, "Member 'APortraitPaintingActor::BottomFadeStrength' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, LightingPointColor_0) == 0x00032C, "Member 'APortraitPaintingActor::LightingPointColor_0' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, LightingPointIntensity_0) == 0x00033C, "Member 'APortraitPaintingActor::LightingPointIntensity_0' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, LightingPointColor_1) == 0x000340, "Member 'APortraitPaintingActor::LightingPointColor_1' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, LightingPointIntensity_1) == 0x000350, "Member 'APortraitPaintingActor::LightingPointIntensity_1' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, LightingPointColor_2) == 0x000354, "Member 'APortraitPaintingActor::LightingPointColor_2' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, LightingPointIntensity_2) == 0x000364, "Member 'APortraitPaintingActor::LightingPointIntensity_2' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, MainSwap) == 0x000368, "Member 'APortraitPaintingActor::MainSwap' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, bReadyForEntities) == 0x000370, "Member 'APortraitPaintingActor::bReadyForEntities' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, Entities) == 0x000378, "Member 'APortraitPaintingActor::Entities' has a wrong offset!"); \ static_assert(offsetof(APortraitPaintingActor, PaintingMaterial) == 0x000388, "Member 'APortraitPaintingActor::PaintingMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderingCutVolume_ProcessBeginOverlap \ static_assert(alignof(RenderingCutVolume_ProcessBeginOverlap) == 0x000008, "Wrong alignment on RenderingCutVolume_ProcessBeginOverlap"); \ static_assert(sizeof(RenderingCutVolume_ProcessBeginOverlap) == 0x000010, "Wrong size on RenderingCutVolume_ProcessBeginOverlap"); \ static_assert(offsetof(RenderingCutVolume_ProcessBeginOverlap, OverlappedActor) == 0x000000, "Member 'RenderingCutVolume_ProcessBeginOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(RenderingCutVolume_ProcessBeginOverlap, OtherActor) == 0x000008, "Member 'RenderingCutVolume_ProcessBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RenderingCutVolume_SetPriority \ static_assert(alignof(RenderingCutVolume_SetPriority) == 0x000004, "Wrong alignment on RenderingCutVolume_SetPriority"); \ static_assert(sizeof(RenderingCutVolume_SetPriority) == 0x000004, "Wrong size on RenderingCutVolume_SetPriority"); \ static_assert(offsetof(RenderingCutVolume_SetPriority, NewPriority) == 0x000000, "Member 'RenderingCutVolume_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARenderingCutVolume \ static_assert(alignof(ARenderingCutVolume) == 0x000010, "Wrong alignment on ARenderingCutVolume"); \ static_assert(sizeof(ARenderingCutVolume) == 0x0008D0, "Wrong size on ARenderingCutVolume"); \ static_assert(offsetof(ARenderingCutVolume, RenderingCut) == 0x000288, "Member 'ARenderingCutVolume::RenderingCut' has a wrong offset!"); \ static_assert(offsetof(ARenderingCutVolume, PreExposureResetValue) == 0x000290, "Member 'ARenderingCutVolume::PreExposureResetValue' has a wrong offset!"); \ static_assert(offsetof(ARenderingCutVolume, Priority) == 0x000294, "Member 'ARenderingCutVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(ARenderingCutVolume, BlendDomain) == 0x000298, "Member 'ARenderingCutVolume::BlendDomain' has a wrong offset!"); \ static_assert(offsetof(ARenderingCutVolume, bEnabled) == 0x0002D0, "Member 'ARenderingCutVolume::bEnabled' has a wrong offset!"); \ static_assert(offsetof(ARenderingCutVolume, bOnlyAlongPositiveXAxis) == 0x0002D1, "Member 'ARenderingCutVolume::bOnlyAlongPositiveXAxis' has a wrong offset!"); \ static_assert(offsetof(ARenderingCutVolume, PostProcessing) == 0x0002E0, "Member 'ARenderingCutVolume::PostProcessing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressBarWidget_SetLabel \ static_assert(alignof(ProgressBarWidget_SetLabel) == 0x000008, "Wrong alignment on ProgressBarWidget_SetLabel"); \ static_assert(sizeof(ProgressBarWidget_SetLabel) == 0x000018, "Wrong size on ProgressBarWidget_SetLabel"); \ static_assert(offsetof(ProgressBarWidget_SetLabel, NewLabel) == 0x000000, "Member 'ProgressBarWidget_SetLabel::NewLabel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressBarWidget_SetProgress \ static_assert(alignof(ProgressBarWidget_SetProgress) == 0x000004, "Wrong alignment on ProgressBarWidget_SetProgress"); \ static_assert(sizeof(ProgressBarWidget_SetProgress) == 0x000004, "Wrong size on ProgressBarWidget_SetProgress"); \ static_assert(offsetof(ProgressBarWidget_SetProgress, NewProgress) == 0x000000, "Member 'ProgressBarWidget_SetProgress::NewProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProgressBarWidget \ static_assert(alignof(UProgressBarWidget) == 0x000008, "Wrong alignment on UProgressBarWidget"); \ static_assert(sizeof(UProgressBarWidget) == 0x000298, "Wrong size on UProgressBarWidget"); \ static_assert(offsetof(UProgressBarWidget, LabelText) == 0x000268, "Member 'UProgressBarWidget::LabelText' has a wrong offset!"); \ static_assert(offsetof(UProgressBarWidget, ProgressPct) == 0x000280, "Member 'UProgressBarWidget::ProgressPct' has a wrong offset!"); \ static_assert(offsetof(UProgressBarWidget, Label) == 0x000288, "Member 'UProgressBarWidget::Label' has a wrong offset!"); \ static_assert(offsetof(UProgressBarWidget, progress) == 0x000290, "Member 'UProgressBarWidget::progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWolf_FollowOwnerSpeedChoice \ static_assert(alignof(UWolf_FollowOwnerSpeedChoice) == 0x000008, "Wrong alignment on UWolf_FollowOwnerSpeedChoice"); \ static_assert(sizeof(UWolf_FollowOwnerSpeedChoice) == 0x000038, "Wrong size on UWolf_FollowOwnerSpeedChoice"); \ static_assert(offsetof(UWolf_FollowOwnerSpeedChoice, DistanceFromOwnerTrotThreshold) == 0x000028, "Member 'UWolf_FollowOwnerSpeedChoice::DistanceFromOwnerTrotThreshold' has a wrong offset!"); \ static_assert(offsetof(UWolf_FollowOwnerSpeedChoice, UpdateTimeDelta) == 0x00002C, "Member 'UWolf_FollowOwnerSpeedChoice::UpdateTimeDelta' has a wrong offset!"); \ static_assert(offsetof(UWolf_FollowOwnerSpeedChoice, UpdateTimeDeltaRandomNudge) == 0x000030, "Member 'UWolf_FollowOwnerSpeedChoice::UpdateTimeDeltaRandomNudge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PropOwl_OnHitBySpell \ static_assert(alignof(PropOwl_OnHitBySpell) == 0x000008, "Wrong alignment on PropOwl_OnHitBySpell"); \ static_assert(sizeof(PropOwl_OnHitBySpell) == 0x0000B8, "Wrong size on PropOwl_OnHitBySpell"); \ static_assert(offsetof(PropOwl_OnHitBySpell, SpellTool) == 0x000000, "Member 'PropOwl_OnHitBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(PropOwl_OnHitBySpell, InInstigator) == 0x000008, "Member 'PropOwl_OnHitBySpell::InInstigator' has a wrong offset!"); \ static_assert(offsetof(PropOwl_OnHitBySpell, SpellToolRecord) == 0x000010, "Member 'PropOwl_OnHitBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(PropOwl_OnHitBySpell, SpellType) == 0x000018, "Member 'PropOwl_OnHitBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(PropOwl_OnHitBySpell, Hit) == 0x000020, "Member 'PropOwl_OnHitBySpell::Hit' has a wrong offset!"); \ static_assert(offsetof(PropOwl_OnHitBySpell, ImpactDirection) == 0x0000A8, "Member 'PropOwl_OnHitBySpell::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APropOwl \ static_assert(alignof(APropOwl) == 0x000008, "Wrong alignment on APropOwl"); \ static_assert(sizeof(APropOwl) == 0x000398, "Wrong size on APropOwl"); \ static_assert(offsetof(APropOwl, CapsuleComponent) == 0x000270, "Member 'APropOwl::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(APropOwl, SkeletalMeshComponent) == 0x000278, "Member 'APropOwl::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(APropOwl, AnimationComponent) == 0x000280, "Member 'APropOwl::AnimationComponent' has a wrong offset!"); \ static_assert(offsetof(APropOwl, EnableSpellReaction) == 0x000288, "Member 'APropOwl::EnableSpellReaction' has a wrong offset!"); \ static_assert(offsetof(APropOwl, EnableImpactReaction) == 0x000289, "Member 'APropOwl::EnableImpactReaction' has a wrong offset!"); \ static_assert(offsetof(APropOwl, ImpactReactionRange) == 0x00028C, "Member 'APropOwl::ImpactReactionRange' has a wrong offset!"); \ static_assert(offsetof(APropOwl, EnableLookAt) == 0x000290, "Member 'APropOwl::EnableLookAt' has a wrong offset!"); \ static_assert(offsetof(APropOwl, MaxLookAtDistance) == 0x000294, "Member 'APropOwl::MaxLookAtDistance' has a wrong offset!"); \ static_assert(offsetof(APropOwl, MaxLookAtAngle) == 0x000298, "Member 'APropOwl::MaxLookAtAngle' has a wrong offset!"); \ static_assert(offsetof(APropOwl, CanSleep) == 0x00029C, "Member 'APropOwl::CanSleep' has a wrong offset!"); \ static_assert(offsetof(APropOwl, SleepingProbability) == 0x0002A0, "Member 'APropOwl::SleepingProbability' has a wrong offset!"); \ static_assert(offsetof(APropOwl, MinStanceSwitchTime) == 0x0002A4, "Member 'APropOwl::MinStanceSwitchTime' has a wrong offset!"); \ static_assert(offsetof(APropOwl, IgnoredMunitionTags) == 0x0002A8, "Member 'APropOwl::IgnoredMunitionTags' has a wrong offset!"); \ static_assert(offsetof(APropOwl, IgnoredSpellNames) == 0x0002F8, "Member 'APropOwl::IgnoredSpellNames' has a wrong offset!"); \ static_assert(offsetof(APropOwl, TickThrottlerSettings) == 0x000348, "Member 'APropOwl::TickThrottlerSettings' has a wrong offset!"); \ static_assert(offsetof(APropOwl, AnimInstance) == 0x000370, "Member 'APropOwl::AnimInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WingardiumBulletTimeSpellTool_AdjustWingardiumDistance \ static_assert(alignof(WingardiumBulletTimeSpellTool_AdjustWingardiumDistance) == 0x000004, "Wrong alignment on WingardiumBulletTimeSpellTool_AdjustWingardiumDistance"); \ static_assert(sizeof(WingardiumBulletTimeSpellTool_AdjustWingardiumDistance) == 0x000004, "Wrong size on WingardiumBulletTimeSpellTool_AdjustWingardiumDistance"); \ static_assert(offsetof(WingardiumBulletTimeSpellTool_AdjustWingardiumDistance, Adjust) == 0x000000, "Member 'WingardiumBulletTimeSpellTool_AdjustWingardiumDistance::Adjust' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WingardiumBulletTimeSpellTool_AdjustWingardiumHeight \ static_assert(alignof(WingardiumBulletTimeSpellTool_AdjustWingardiumHeight) == 0x000004, "Wrong alignment on WingardiumBulletTimeSpellTool_AdjustWingardiumHeight"); \ static_assert(sizeof(WingardiumBulletTimeSpellTool_AdjustWingardiumHeight) == 0x000004, "Wrong size on WingardiumBulletTimeSpellTool_AdjustWingardiumHeight"); \ static_assert(offsetof(WingardiumBulletTimeSpellTool_AdjustWingardiumHeight, Adjust) == 0x000000, "Member 'WingardiumBulletTimeSpellTool_AdjustWingardiumHeight::Adjust' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WingardiumBulletTimeSpellTool_AdjustWingardiumRotation \ static_assert(alignof(WingardiumBulletTimeSpellTool_AdjustWingardiumRotation) == 0x000004, "Wrong alignment on WingardiumBulletTimeSpellTool_AdjustWingardiumRotation"); \ static_assert(sizeof(WingardiumBulletTimeSpellTool_AdjustWingardiumRotation) == 0x00000C, "Wrong size on WingardiumBulletTimeSpellTool_AdjustWingardiumRotation"); \ static_assert(offsetof(WingardiumBulletTimeSpellTool_AdjustWingardiumRotation, InDirection) == 0x000000, "Member 'WingardiumBulletTimeSpellTool_AdjustWingardiumRotation::InDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WingardiumBulletTimeSpellTool_BeamFadeIn \ static_assert(alignof(WingardiumBulletTimeSpellTool_BeamFadeIn) == 0x000008, "Wrong alignment on WingardiumBulletTimeSpellTool_BeamFadeIn"); \ static_assert(sizeof(WingardiumBulletTimeSpellTool_BeamFadeIn) == 0x000008, "Wrong size on WingardiumBulletTimeSpellTool_BeamFadeIn"); \ static_assert(offsetof(WingardiumBulletTimeSpellTool_BeamFadeIn, BeamEmitter) == 0x000000, "Member 'WingardiumBulletTimeSpellTool_BeamFadeIn::BeamEmitter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WingardiumBulletTimeSpellTool_BeamFadeOut \ static_assert(alignof(WingardiumBulletTimeSpellTool_BeamFadeOut) == 0x000008, "Wrong alignment on WingardiumBulletTimeSpellTool_BeamFadeOut"); \ static_assert(sizeof(WingardiumBulletTimeSpellTool_BeamFadeOut) == 0x000008, "Wrong size on WingardiumBulletTimeSpellTool_BeamFadeOut"); \ static_assert(offsetof(WingardiumBulletTimeSpellTool_BeamFadeOut, BeamEmitter) == 0x000000, "Member 'WingardiumBulletTimeSpellTool_BeamFadeOut::BeamEmitter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WingardiumBulletTimeSpellTool_OnActorEndPlay \ static_assert(alignof(WingardiumBulletTimeSpellTool_OnActorEndPlay) == 0x000008, "Wrong alignment on WingardiumBulletTimeSpellTool_OnActorEndPlay"); \ static_assert(sizeof(WingardiumBulletTimeSpellTool_OnActorEndPlay) == 0x000010, "Wrong size on WingardiumBulletTimeSpellTool_OnActorEndPlay"); \ static_assert(offsetof(WingardiumBulletTimeSpellTool_OnActorEndPlay, DestroyedActor) == 0x000000, "Member 'WingardiumBulletTimeSpellTool_OnActorEndPlay::DestroyedActor' has a wrong offset!"); \ static_assert(offsetof(WingardiumBulletTimeSpellTool_OnActorEndPlay, EndPlayReason) == 0x000008, "Member 'WingardiumBulletTimeSpellTool_OnActorEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WingardiumBulletTimeSpellTool_OnActorHit \ static_assert(alignof(WingardiumBulletTimeSpellTool_OnActorHit) == 0x000008, "Wrong alignment on WingardiumBulletTimeSpellTool_OnActorHit"); \ static_assert(sizeof(WingardiumBulletTimeSpellTool_OnActorHit) == 0x0000A8, "Wrong size on WingardiumBulletTimeSpellTool_OnActorHit"); \ static_assert(offsetof(WingardiumBulletTimeSpellTool_OnActorHit, SelfActor) == 0x000000, "Member 'WingardiumBulletTimeSpellTool_OnActorHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(WingardiumBulletTimeSpellTool_OnActorHit, OtherActor) == 0x000008, "Member 'WingardiumBulletTimeSpellTool_OnActorHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(WingardiumBulletTimeSpellTool_OnActorHit, NormalImpulse) == 0x000010, "Member 'WingardiumBulletTimeSpellTool_OnActorHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(WingardiumBulletTimeSpellTool_OnActorHit, Hit) == 0x00001C, "Member 'WingardiumBulletTimeSpellTool_OnActorHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WingardiumBulletTimeSpellTool_OnComponentOverlapEnd \ static_assert(alignof(WingardiumBulletTimeSpellTool_OnComponentOverlapEnd) == 0x000008, "Wrong alignment on WingardiumBulletTimeSpellTool_OnComponentOverlapEnd"); \ static_assert(sizeof(WingardiumBulletTimeSpellTool_OnComponentOverlapEnd) == 0x000020, "Wrong size on WingardiumBulletTimeSpellTool_OnComponentOverlapEnd"); \ static_assert(offsetof(WingardiumBulletTimeSpellTool_OnComponentOverlapEnd, OverlappedComp) == 0x000000, "Member 'WingardiumBulletTimeSpellTool_OnComponentOverlapEnd::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(WingardiumBulletTimeSpellTool_OnComponentOverlapEnd, Other) == 0x000008, "Member 'WingardiumBulletTimeSpellTool_OnComponentOverlapEnd::Other' has a wrong offset!"); \ static_assert(offsetof(WingardiumBulletTimeSpellTool_OnComponentOverlapEnd, OtherComp) == 0x000010, "Member 'WingardiumBulletTimeSpellTool_OnComponentOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(WingardiumBulletTimeSpellTool_OnComponentOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'WingardiumBulletTimeSpellTool_OnComponentOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWingardiumBulletTimeSpellTool \ static_assert(alignof(AWingardiumBulletTimeSpellTool) == 0x000008, "Wrong alignment on AWingardiumBulletTimeSpellTool"); \ static_assert(sizeof(AWingardiumBulletTimeSpellTool) == 0x000BE8, "Wrong size on AWingardiumBulletTimeSpellTool"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, WingardiumComponent) == 0x000960, "Member 'AWingardiumBulletTimeSpellTool::WingardiumComponent' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, ObjectTrailFX2) == 0x000968, "Member 'AWingardiumBulletTimeSpellTool::ObjectTrailFX2' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, GroundBeamFX2) == 0x000978, "Member 'AWingardiumBulletTimeSpellTool::GroundBeamFX2' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, GroundFX2) == 0x000988, "Member 'AWingardiumBulletTimeSpellTool::GroundFX2' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, MassLimit) == 0x000998, "Member 'AWingardiumBulletTimeSpellTool::MassLimit' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, TapZVelocity) == 0x00099C, "Member 'AWingardiumBulletTimeSpellTool::TapZVelocity' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, ImpulseScale) == 0x0009A0, "Member 'AWingardiumBulletTimeSpellTool::ImpulseScale' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, AngularImpulseScale) == 0x0009A4, "Member 'AWingardiumBulletTimeSpellTool::AngularImpulseScale' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, MaxImpulse) == 0x0009A8, "Member 'AWingardiumBulletTimeSpellTool::MaxImpulse' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, MaxVelocity) == 0x0009AC, "Member 'AWingardiumBulletTimeSpellTool::MaxVelocity' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, WingardiumLinearDamping) == 0x0009B0, "Member 'AWingardiumBulletTimeSpellTool::WingardiumLinearDamping' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, WingardiumAngularDamping) == 0x0009B4, "Member 'AWingardiumBulletTimeSpellTool::WingardiumAngularDamping' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, CharacterImpulseScale) == 0x0009B8, "Member 'AWingardiumBulletTimeSpellTool::CharacterImpulseScale' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, CharacterAngularImpulseScale) == 0x0009BC, "Member 'AWingardiumBulletTimeSpellTool::CharacterAngularImpulseScale' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, CharacterMaxImpulse) == 0x0009C0, "Member 'AWingardiumBulletTimeSpellTool::CharacterMaxImpulse' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, CharacterMaxVelocity) == 0x0009C4, "Member 'AWingardiumBulletTimeSpellTool::CharacterMaxVelocity' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, CharacterLinearDamping) == 0x0009C8, "Member 'AWingardiumBulletTimeSpellTool::CharacterLinearDamping' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, CharacterAngularDamping) == 0x0009CC, "Member 'AWingardiumBulletTimeSpellTool::CharacterAngularDamping' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, WingardiumDistanceSpeed) == 0x0009D0, "Member 'AWingardiumBulletTimeSpellTool::WingardiumDistanceSpeed' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, WingardiumRotationSpeed) == 0x0009D4, "Member 'AWingardiumBulletTimeSpellTool::WingardiumRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, WingardiumHeightSpeed) == 0x0009D8, "Member 'AWingardiumBulletTimeSpellTool::WingardiumHeightSpeed' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, WingardiumMinDistance) == 0x0009DC, "Member 'AWingardiumBulletTimeSpellTool::WingardiumMinDistance' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, WingardiumMaxDistance) == 0x0009E0, "Member 'AWingardiumBulletTimeSpellTool::WingardiumMaxDistance' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, WingardiumMinHeight) == 0x0009E4, "Member 'AWingardiumBulletTimeSpellTool::WingardiumMinHeight' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, WingardiumMaxHeight) == 0x0009E8, "Member 'AWingardiumBulletTimeSpellTool::WingardiumMaxHeight' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, RiseTime) == 0x0009EC, "Member 'AWingardiumBulletTimeSpellTool::RiseTime' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, CameraAdjustValue) == 0x0009F0, "Member 'AWingardiumBulletTimeSpellTool::CameraAdjustValue' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, FloatHeightOverCameraPitch) == 0x0009F8, "Member 'AWingardiumBulletTimeSpellTool::FloatHeightOverCameraPitch' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, RiseHeight) == 0x000A80, "Member 'AWingardiumBulletTimeSpellTool::RiseHeight' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, RiseRate) == 0x000A84, "Member 'AWingardiumBulletTimeSpellTool::RiseRate' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, VelocityToTorqueScale) == 0x000A88, "Member 'AWingardiumBulletTimeSpellTool::VelocityToTorqueScale' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, bZeroInitialOrientation) == 0x000A8C, "Member 'AWingardiumBulletTimeSpellTool::bZeroInitialOrientation' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, bRoundInitialOrientationTo90) == 0x000A8D, "Member 'AWingardiumBulletTimeSpellTool::bRoundInitialOrientationTo90' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, bRoundReleaseOrientationTo90) == 0x000A8E, "Member 'AWingardiumBulletTimeSpellTool::bRoundReleaseOrientationTo90' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, bForcePositionRotation) == 0x000A8F, "Member 'AWingardiumBulletTimeSpellTool::bForcePositionRotation' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, HoldAtEndTime) == 0x000A90, "Member 'AWingardiumBulletTimeSpellTool::HoldAtEndTime' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, DisableCharacterCollisionTime) == 0x000A94, "Member 'AWingardiumBulletTimeSpellTool::DisableCharacterCollisionTime' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, DownImpulseScale) == 0x000A98, "Member 'AWingardiumBulletTimeSpellTool::DownImpulseScale' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, MinDamageDealt) == 0x000A9C, "Member 'AWingardiumBulletTimeSpellTool::MinDamageDealt' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, MaxDamageDealt) == 0x000AA0, "Member 'AWingardiumBulletTimeSpellTool::MaxDamageDealt' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, MinDamageDealtCharacter) == 0x000AA4, "Member 'AWingardiumBulletTimeSpellTool::MinDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, MaxDamageDealtCharacter) == 0x000AA8, "Member 'AWingardiumBulletTimeSpellTool::MaxDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, MinDamageTaken) == 0x000AAC, "Member 'AWingardiumBulletTimeSpellTool::MinDamageTaken' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, MaxDamageTaken) == 0x000AB0, "Member 'AWingardiumBulletTimeSpellTool::MaxDamageTaken' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, MinDamageTakenCharacter) == 0x000AB4, "Member 'AWingardiumBulletTimeSpellTool::MinDamageTakenCharacter' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, MaxDamageTakenCharacter) == 0x000AB8, "Member 'AWingardiumBulletTimeSpellTool::MaxDamageTakenCharacter' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, DropMinDamageDealt) == 0x000ABC, "Member 'AWingardiumBulletTimeSpellTool::DropMinDamageDealt' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, DropMaxDamageDealt) == 0x000AC0, "Member 'AWingardiumBulletTimeSpellTool::DropMaxDamageDealt' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, DropMinDamageDealtCharacter) == 0x000AC4, "Member 'AWingardiumBulletTimeSpellTool::DropMinDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, DropMaxDamageDealtCharacter) == 0x000AC8, "Member 'AWingardiumBulletTimeSpellTool::DropMaxDamageDealtCharacter' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, DropMinDamageTaken) == 0x000ACC, "Member 'AWingardiumBulletTimeSpellTool::DropMinDamageTaken' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, DropMaxDamageTaken) == 0x000AD0, "Member 'AWingardiumBulletTimeSpellTool::DropMaxDamageTaken' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, DropMinDamageTakenCharacter) == 0x000AD4, "Member 'AWingardiumBulletTimeSpellTool::DropMinDamageTakenCharacter' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, DropMaxDamageTakenCharacter) == 0x000AD8, "Member 'AWingardiumBulletTimeSpellTool::DropMaxDamageTakenCharacter' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, IgnoreActors) == 0x000AE0, "Member 'AWingardiumBulletTimeSpellTool::IgnoreActors' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, ActivePrimComponent) == 0x000AF0, "Member 'AWingardiumBulletTimeSpellTool::ActivePrimComponent' has a wrong offset!"); \ static_assert(offsetof(AWingardiumBulletTimeSpellTool, ObjectStateInfo) == 0x000B98, "Member 'AWingardiumBulletTimeSpellTool::ObjectStateInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDeflectData \ static_assert(alignof(UDeflectData) == 0x000008, "Wrong alignment on UDeflectData"); \ static_assert(sizeof(UDeflectData) == 0x0001B0, "Wrong size on UDeflectData"); \ #define DUMPER7_ASSERTS_ProtegoSpellTool_CreateLinkToAttackingActor \ static_assert(alignof(ProtegoSpellTool_CreateLinkToAttackingActor) == 0x000001, "Wrong alignment on ProtegoSpellTool_CreateLinkToAttackingActor"); \ static_assert(sizeof(ProtegoSpellTool_CreateLinkToAttackingActor) == 0x000001, "Wrong size on ProtegoSpellTool_CreateLinkToAttackingActor"); \ static_assert(offsetof(ProtegoSpellTool_CreateLinkToAttackingActor, ReturnValue) == 0x000000, "Member 'ProtegoSpellTool_CreateLinkToAttackingActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProtegoSpellTool_GetAttackingActor \ static_assert(alignof(ProtegoSpellTool_GetAttackingActor) == 0x000008, "Wrong alignment on ProtegoSpellTool_GetAttackingActor"); \ static_assert(sizeof(ProtegoSpellTool_GetAttackingActor) == 0x000008, "Wrong size on ProtegoSpellTool_GetAttackingActor"); \ static_assert(offsetof(ProtegoSpellTool_GetAttackingActor, ReturnValue) == 0x000000, "Member 'ProtegoSpellTool_GetAttackingActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProtegoSpellTool_GetLastInstigator \ static_assert(alignof(ProtegoSpellTool_GetLastInstigator) == 0x000008, "Wrong alignment on ProtegoSpellTool_GetLastInstigator"); \ static_assert(sizeof(ProtegoSpellTool_GetLastInstigator) == 0x000008, "Wrong size on ProtegoSpellTool_GetLastInstigator"); \ static_assert(offsetof(ProtegoSpellTool_GetLastInstigator, ReturnValue) == 0x000000, "Member 'ProtegoSpellTool_GetLastInstigator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProtegoSpellTool_GetProtegoShieldIntensityValue \ static_assert(alignof(ProtegoSpellTool_GetProtegoShieldIntensityValue) == 0x000004, "Wrong alignment on ProtegoSpellTool_GetProtegoShieldIntensityValue"); \ static_assert(sizeof(ProtegoSpellTool_GetProtegoShieldIntensityValue) == 0x000004, "Wrong size on ProtegoSpellTool_GetProtegoShieldIntensityValue"); \ static_assert(offsetof(ProtegoSpellTool_GetProtegoShieldIntensityValue, ReturnValue) == 0x000000, "Member 'ProtegoSpellTool_GetProtegoShieldIntensityValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProtegoSpellTool_HideProtego \ static_assert(alignof(ProtegoSpellTool_HideProtego) == 0x000001, "Wrong alignment on ProtegoSpellTool_HideProtego"); \ static_assert(sizeof(ProtegoSpellTool_HideProtego) == 0x000001, "Wrong size on ProtegoSpellTool_HideProtego"); \ static_assert(offsetof(ProtegoSpellTool_HideProtego, bInHide) == 0x000000, "Member 'ProtegoSpellTool_HideProtego::bInHide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProtegoSpellTool_Hit \ static_assert(alignof(ProtegoSpellTool_Hit) == 0x000008, "Wrong alignment on ProtegoSpellTool_Hit"); \ static_assert(sizeof(ProtegoSpellTool_Hit) == 0x0000A8, "Wrong size on ProtegoSpellTool_Hit"); \ static_assert(offsetof(ProtegoSpellTool_Hit, HitResult) == 0x000000, "Member 'ProtegoSpellTool_Hit::HitResult' has a wrong offset!"); \ static_assert(offsetof(ProtegoSpellTool_Hit, MunitionInstance) == 0x000088, "Member 'ProtegoSpellTool_Hit::MunitionInstance' has a wrong offset!"); \ static_assert(offsetof(ProtegoSpellTool_Hit, HitObject) == 0x000090, "Member 'ProtegoSpellTool_Hit::HitObject' has a wrong offset!"); \ static_assert(offsetof(ProtegoSpellTool_Hit, OverlappedComp) == 0x000098, "Member 'ProtegoSpellTool_Hit::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(ProtegoSpellTool_Hit, bUnblockable) == 0x0000A0, "Member 'ProtegoSpellTool_Hit::bUnblockable' has a wrong offset!"); \ static_assert(offsetof(ProtegoSpellTool_Hit, bOverlap) == 0x0000A1, "Member 'ProtegoSpellTool_Hit::bOverlap' has a wrong offset!"); \ static_assert(offsetof(ProtegoSpellTool_Hit, bMunitionImpact) == 0x0000A2, "Member 'ProtegoSpellTool_Hit::bMunitionImpact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProtegoSpellTool_IsDisabled \ static_assert(alignof(ProtegoSpellTool_IsDisabled) == 0x000001, "Wrong alignment on ProtegoSpellTool_IsDisabled"); \ static_assert(sizeof(ProtegoSpellTool_IsDisabled) == 0x000001, "Wrong size on ProtegoSpellTool_IsDisabled"); \ static_assert(offsetof(ProtegoSpellTool_IsDisabled, ReturnValue) == 0x000000, "Member 'ProtegoSpellTool_IsDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProtegoSpellTool_OnDeflectedAttack \ static_assert(alignof(ProtegoSpellTool_OnDeflectedAttack) == 0x000008, "Wrong alignment on ProtegoSpellTool_OnDeflectedAttack"); \ static_assert(sizeof(ProtegoSpellTool_OnDeflectedAttack) == 0x000058, "Wrong size on ProtegoSpellTool_OnDeflectedAttack"); \ static_assert(offsetof(ProtegoSpellTool_OnDeflectedAttack, DamageResult) == 0x000000, "Member 'ProtegoSpellTool_OnDeflectedAttack::DamageResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProtegoSpellTool_ParryWindowStackChanged \ static_assert(alignof(ProtegoSpellTool_ParryWindowStackChanged) == 0x000004, "Wrong alignment on ProtegoSpellTool_ParryWindowStackChanged"); \ static_assert(sizeof(ProtegoSpellTool_ParryWindowStackChanged) == 0x000004, "Wrong size on ProtegoSpellTool_ParryWindowStackChanged"); \ static_assert(offsetof(ProtegoSpellTool_ParryWindowStackChanged, NewValue) == 0x000000, "Member 'ProtegoSpellTool_ParryWindowStackChanged::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProtegoSpellTool_ShouldShieldBeOn \ static_assert(alignof(ProtegoSpellTool_ShouldShieldBeOn) == 0x000001, "Wrong alignment on ProtegoSpellTool_ShouldShieldBeOn"); \ static_assert(sizeof(ProtegoSpellTool_ShouldShieldBeOn) == 0x000001, "Wrong size on ProtegoSpellTool_ShouldShieldBeOn"); \ static_assert(offsetof(ProtegoSpellTool_ShouldShieldBeOn, ReturnValue) == 0x000000, "Member 'ProtegoSpellTool_ShouldShieldBeOn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProtegoSpellTool_StateChanged \ static_assert(alignof(ProtegoSpellTool_StateChanged) == 0x000001, "Wrong alignment on ProtegoSpellTool_StateChanged"); \ static_assert(sizeof(ProtegoSpellTool_StateChanged) == 0x000001, "Wrong size on ProtegoSpellTool_StateChanged"); \ static_assert(offsetof(ProtegoSpellTool_StateChanged, bInHideShield) == 0x000000, "Member 'ProtegoSpellTool_StateChanged::bInHideShield' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProtegoSpellTool_TurnOffProtegoEffects \ static_assert(alignof(ProtegoSpellTool_TurnOffProtegoEffects) == 0x000004, "Wrong alignment on ProtegoSpellTool_TurnOffProtegoEffects"); \ static_assert(sizeof(ProtegoSpellTool_TurnOffProtegoEffects) == 0x000008, "Wrong size on ProtegoSpellTool_TurnOffProtegoEffects"); \ static_assert(offsetof(ProtegoSpellTool_TurnOffProtegoEffects, bInShowDeactivateEffect) == 0x000000, "Member 'ProtegoSpellTool_TurnOffProtegoEffects::bInShowDeactivateEffect' has a wrong offset!"); \ static_assert(offsetof(ProtegoSpellTool_TurnOffProtegoEffects, InEffectIdx) == 0x000004, "Member 'ProtegoSpellTool_TurnOffProtegoEffects::InEffectIdx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProtegoSpellTool_TurnOnProtegoEffects \ static_assert(alignof(ProtegoSpellTool_TurnOnProtegoEffects) == 0x000004, "Wrong alignment on ProtegoSpellTool_TurnOnProtegoEffects"); \ static_assert(sizeof(ProtegoSpellTool_TurnOnProtegoEffects) == 0x000008, "Wrong size on ProtegoSpellTool_TurnOnProtegoEffects"); \ static_assert(offsetof(ProtegoSpellTool_TurnOnProtegoEffects, bInShowActivateEffect) == 0x000000, "Member 'ProtegoSpellTool_TurnOnProtegoEffects::bInShowActivateEffect' has a wrong offset!"); \ static_assert(offsetof(ProtegoSpellTool_TurnOnProtegoEffects, bInShowLoopEffect) == 0x000001, "Member 'ProtegoSpellTool_TurnOnProtegoEffects::bInShowLoopEffect' has a wrong offset!"); \ static_assert(offsetof(ProtegoSpellTool_TurnOnProtegoEffects, InEffectIdx) == 0x000004, "Member 'ProtegoSpellTool_TurnOnProtegoEffects::InEffectIdx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProtegoSpellTool_WasParryAbilityEventSent \ static_assert(alignof(ProtegoSpellTool_WasParryAbilityEventSent) == 0x000001, "Wrong alignment on ProtegoSpellTool_WasParryAbilityEventSent"); \ static_assert(sizeof(ProtegoSpellTool_WasParryAbilityEventSent) == 0x000001, "Wrong size on ProtegoSpellTool_WasParryAbilityEventSent"); \ static_assert(offsetof(ProtegoSpellTool_WasParryAbilityEventSent, ReturnValue) == 0x000000, "Member 'ProtegoSpellTool_WasParryAbilityEventSent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProtegoSpellTool_GetProtegoActor \ static_assert(alignof(ProtegoSpellTool_GetProtegoActor) == 0x000008, "Wrong alignment on ProtegoSpellTool_GetProtegoActor"); \ static_assert(sizeof(ProtegoSpellTool_GetProtegoActor) == 0x000008, "Wrong size on ProtegoSpellTool_GetProtegoActor"); \ static_assert(offsetof(ProtegoSpellTool_GetProtegoActor, ReturnValue) == 0x000000, "Member 'ProtegoSpellTool_GetProtegoActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AProtegoSpellTool \ static_assert(alignof(AProtegoSpellTool) == 0x000008, "Wrong alignment on AProtegoSpellTool"); \ static_assert(sizeof(AProtegoSpellTool) == 0x000DB0, "Wrong size on AProtegoSpellTool"); \ static_assert(offsetof(AProtegoSpellTool, bShowDebug) == 0x000960, "Member 'AProtegoSpellTool::bShowDebug' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, bAllowTick) == 0x000961, "Member 'AProtegoSpellTool::bAllowTick' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, LevelDataArray) == 0x000968, "Member 'AProtegoSpellTool::LevelDataArray' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ProtegoActorClass) == 0x000978, "Member 'AProtegoSpellTool::ProtegoActorClass' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, IgnoreSpellList) == 0x000980, "Member 'AProtegoSpellTool::IgnoreSpellList' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, MinimumObjectVelocity) == 0x000990, "Member 'AProtegoSpellTool::MinimumObjectVelocity' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, DoubleHitIgnoreTime) == 0x000994, "Member 'AProtegoSpellTool::DoubleHitIgnoreTime' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ProtegoActivateFX2) == 0x000998, "Member 'AProtegoSpellTool::ProtegoActivateFX2' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ProtegoMuzzleLoopFX2) == 0x0009A8, "Member 'AProtegoSpellTool::ProtegoMuzzleLoopFX2' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ProtegoLoopFxDelay) == 0x0009B8, "Member 'AProtegoSpellTool::ProtegoLoopFxDelay' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ProtegoLoopFxDelayAfterHit) == 0x0009BC, "Member 'AProtegoSpellTool::ProtegoLoopFxDelayAfterHit' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, MinActiveTimeToPlayDeactivate) == 0x0009C0, "Member 'AProtegoSpellTool::MinActiveTimeToPlayDeactivate' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ProtegoLoopFX2) == 0x0009C8, "Member 'AProtegoSpellTool::ProtegoLoopFX2' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ProtegoWeakenFX2) == 0x0009D8, "Member 'AProtegoSpellTool::ProtegoWeakenFX2' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ProtegoSustainedLoopFXMap) == 0x0009E8, "Member 'AProtegoSpellTool::ProtegoSustainedLoopFXMap' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ProtegoSustainedEndFXMap) == 0x000A38, "Member 'AProtegoSpellTool::ProtegoSustainedEndFXMap' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ProtegoDeactivateFX2) == 0x000A88, "Member 'AProtegoSpellTool::ProtegoDeactivateFX2' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, DWShieldEffectData) == 0x000A98, "Member 'AProtegoSpellTool::DWShieldEffectData' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ShieldHitFX2) == 0x000AA8, "Member 'AProtegoSpellTool::ShieldHitFX2' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ProtegoFaceOriginatorTag) == 0x000AB8, "Member 'AProtegoSpellTool::ProtegoFaceOriginatorTag' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, NoDeactivateTime) == 0x000AC0, "Member 'AProtegoSpellTool::NoDeactivateTime' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, SustainedBlastEndTime) == 0x000AC4, "Member 'AProtegoSpellTool::SustainedBlastEndTime' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, PerfectBounceBackPercent) == 0x000AC8, "Member 'AProtegoSpellTool::PerfectBounceBackPercent' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, PerfectTargetEnemyPercent) == 0x000ACC, "Member 'AProtegoSpellTool::PerfectTargetEnemyPercent' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, PerfectTargetObjectPercent) == 0x000AD0, "Member 'AProtegoSpellTool::PerfectTargetObjectPercent' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, PerfectRandomPercent) == 0x000AD4, "Member 'AProtegoSpellTool::PerfectRandomPercent' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, PerfectMunitionTagContainer) == 0x000AD8, "Member 'AProtegoSpellTool::PerfectMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, PerfectMunitionDataAsset) == 0x000AF8, "Member 'AProtegoSpellTool::PerfectMunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, PerfectAOEMunitionTagContainer) == 0x000B00, "Member 'AProtegoSpellTool::PerfectAOEMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, PerfectAOEMunitionDataAsset) == 0x000B20, "Member 'AProtegoSpellTool::PerfectAOEMunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, PerfectFX2) == 0x000B28, "Member 'AProtegoSpellTool::PerfectFX2' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, PerfectMotionFX) == 0x000B38, "Member 'AProtegoSpellTool::PerfectMotionFX' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, PerfectTimeDilationCurve) == 0x000B40, "Member 'AProtegoSpellTool::PerfectTimeDilationCurve' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, PerfectDeflectDelay) == 0x000B48, "Member 'AProtegoSpellTool::PerfectDeflectDelay' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, NormalBounceBackPercent) == 0x000B4C, "Member 'AProtegoSpellTool::NormalBounceBackPercent' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, NormalTargetEnemyPercent) == 0x000B50, "Member 'AProtegoSpellTool::NormalTargetEnemyPercent' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, NormalTargetObjectPercent) == 0x000B54, "Member 'AProtegoSpellTool::NormalTargetObjectPercent' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, NormalRandomPercent) == 0x000B58, "Member 'AProtegoSpellTool::NormalRandomPercent' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, NormalMunitionTagContainer) == 0x000B60, "Member 'AProtegoSpellTool::NormalMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, NormalMunitionDataAsset) == 0x000B80, "Member 'AProtegoSpellTool::NormalMunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, NormalTimeDilationCurve) == 0x000B88, "Member 'AProtegoSpellTool::NormalTimeDilationCurve' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, NormalDeflectDelay) == 0x000B90, "Member 'AProtegoSpellTool::NormalDeflectDelay' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, NormalFX2) == 0x000B98, "Member 'AProtegoSpellTool::NormalFX2' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, NormalMotionFX) == 0x000BA8, "Member 'AProtegoSpellTool::NormalMotionFX' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, FailedFX2) == 0x000BB0, "Member 'AProtegoSpellTool::FailedFX2' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, DeflectDistance) == 0x000BC0, "Member 'AProtegoSpellTool::DeflectDistance' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, DeflectHalfAngleXY) == 0x000BC4, "Member 'AProtegoSpellTool::DeflectHalfAngleXY' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, DeflectLaunchAngle) == 0x000BC8, "Member 'AProtegoSpellTool::DeflectLaunchAngle' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, DeflectDelay) == 0x000BCC, "Member 'AProtegoSpellTool::DeflectDelay' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ObjectDamageRandomBlock) == 0x000BD0, "Member 'AProtegoSpellTool::ObjectDamageRandomBlock' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, DestroyedObjectBlockForce) == 0x000BD4, "Member 'AProtegoSpellTool::DestroyedObjectBlockForce' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, PerkIncreasedDeflectionScale) == 0x000BD8, "Member 'AProtegoSpellTool::PerkIncreasedDeflectionScale' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, PerkWeakessTime) == 0x000BDC, "Member 'AProtegoSpellTool::PerkWeakessTime' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, DeflectedMunitionFX2) == 0x000BE0, "Member 'AProtegoSpellTool::DeflectedMunitionFX2' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, DeflectedMunitionMotionFX) == 0x000BF0, "Member 'AProtegoSpellTool::DeflectedMunitionMotionFX' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, DeflectedCharacterMotionFX) == 0x000BF8, "Member 'AProtegoSpellTool::DeflectedCharacterMotionFX' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, DeflectedMaxCharacterDamage) == 0x000C00, "Member 'AProtegoSpellTool::DeflectedMaxCharacterDamage' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, DeflectedMaxObjectDamage) == 0x000C04, "Member 'AProtegoSpellTool::DeflectedMaxObjectDamage' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ShieldBreakDamageScale) == 0x000C08, "Member 'AProtegoSpellTool::ShieldBreakDamageScale' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ShieldBreakTag) == 0x000C0C, "Member 'AProtegoSpellTool::ShieldBreakTag' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, CameraShake) == 0x000C18, "Member 'AProtegoSpellTool::CameraShake' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, InnerRadius) == 0x000C20, "Member 'AProtegoSpellTool::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, OuterRadius) == 0x000C24, "Member 'AProtegoSpellTool::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, Falloff) == 0x000C28, "Member 'AProtegoSpellTool::Falloff' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ProtegoMeleeCooldown) == 0x000C30, "Member 'AProtegoSpellTool::ProtegoMeleeCooldown' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, AOEMunition) == 0x000C38, "Member 'AProtegoSpellTool::AOEMunition' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, DisabledProtegoTime) == 0x000C40, "Member 'AProtegoSpellTool::DisabledProtegoTime' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, InstantKillBounceChance) == 0x000C44, "Member 'AProtegoSpellTool::InstantKillBounceChance' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, InstantKillBounceAngle) == 0x000C48, "Member 'AProtegoSpellTool::InstantKillBounceAngle' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, InstantKillBounceAngleVariance) == 0x000C4C, "Member 'AProtegoSpellTool::InstantKillBounceAngleVariance' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, InstantKillBounceDeflectionSpeedMultiplier) == 0x000C50, "Member 'AProtegoSpellTool::InstantKillBounceDeflectionSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, InstantKillAkEvent) == 0x000C58, "Member 'AProtegoSpellTool::InstantKillAkEvent' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, OppugnoObjectSpeed) == 0x000C60, "Member 'AProtegoSpellTool::OppugnoObjectSpeed' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, OppugnoObjectMaxWobble) == 0x000C64, "Member 'AProtegoSpellTool::OppugnoObjectMaxWobble' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, OppugnoObjectAwayRotSpeed) == 0x000C68, "Member 'AProtegoSpellTool::OppugnoObjectAwayRotSpeed' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, OppugnoObjectRandLeftRightAngle) == 0x000C6C, "Member 'AProtegoSpellTool::OppugnoObjectRandLeftRightAngle' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, OppugnoMinAngle) == 0x000C70, "Member 'AProtegoSpellTool::OppugnoMinAngle' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, OppugnoMaxAngle) == 0x000C74, "Member 'AProtegoSpellTool::OppugnoMaxAngle' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, LoopDWFX2Handle) == 0x000C78, "Member 'AProtegoSpellTool::LoopDWFX2Handle' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, IntensityFXHandle2) == 0x000C80, "Member 'AProtegoSpellTool::IntensityFXHandle2' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ActivateDWFX2Handle) == 0x000C88, "Member 'AProtegoSpellTool::ActivateDWFX2Handle' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, WandDWFX2Handle) == 0x000C90, "Member 'AProtegoSpellTool::WandDWFX2Handle' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ShieldHitFX2Handle) == 0x000C98, "Member 'AProtegoSpellTool::ShieldHitFX2Handle' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ShieldSkinEffectName) == 0x000CA0, "Member 'AProtegoSpellTool::ShieldSkinEffectName' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, ProtegoActor) == 0x000CA8, "Member 'AProtegoSpellTool::ProtegoActor' has a wrong offset!"); \ static_assert(offsetof(AProtegoSpellTool, IgnoreMunition) == 0x000CB0, "Member 'AProtegoSpellTool::IgnoreMunition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_ClothRobeMount \ static_assert(alignof(USceneActionState_ClothRobeMount) == 0x000008, "Wrong alignment on USceneActionState_ClothRobeMount"); \ static_assert(sizeof(USceneActionState_ClothRobeMount) == 0x000078, "Wrong size on USceneActionState_ClothRobeMount"); \ #define DUMPER7_ASSERTS_AIPerformTaskRotateTo_RotateToComplete \ static_assert(alignof(AIPerformTaskRotateTo_RotateToComplete) == 0x000001, "Wrong alignment on AIPerformTaskRotateTo_RotateToComplete"); \ static_assert(sizeof(AIPerformTaskRotateTo_RotateToComplete) == 0x000002, "Wrong size on AIPerformTaskRotateTo_RotateToComplete"); \ static_assert(offsetof(AIPerformTaskRotateTo_RotateToComplete, InAction) == 0x000000, "Member 'AIPerformTaskRotateTo_RotateToComplete::InAction' has a wrong offset!"); \ static_assert(offsetof(AIPerformTaskRotateTo_RotateToComplete, InReason) == 0x000001, "Member 'AIPerformTaskRotateTo_RotateToComplete::InReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIPerformTaskRotateTo \ static_assert(alignof(UAIPerformTaskRotateTo) == 0x000010, "Wrong alignment on UAIPerformTaskRotateTo"); \ static_assert(sizeof(UAIPerformTaskRotateTo) == 0x0000E0, "Wrong size on UAIPerformTaskRotateTo"); \ static_assert(offsetof(UAIPerformTaskRotateTo, Yaw) == 0x0000D8, "Member 'UAIPerformTaskRotateTo::Yaw' has a wrong offset!"); \ static_assert(offsetof(UAIPerformTaskRotateTo, bRelative) == 0x0000DC, "Member 'UAIPerformTaskRotateTo::bRelative' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_AdjustCooldown \ static_assert(alignof(URPGTriggerEffect_AdjustCooldown) == 0x000008, "Wrong alignment on URPGTriggerEffect_AdjustCooldown"); \ static_assert(sizeof(URPGTriggerEffect_AdjustCooldown) == 0x000048, "Wrong size on URPGTriggerEffect_AdjustCooldown"); \ static_assert(offsetof(URPGTriggerEffect_AdjustCooldown, bRelyOnItemEffectiveness) == 0x000040, "Member 'URPGTriggerEffect_AdjustCooldown::bRelyOnItemEffectiveness' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AdjustCooldown, CooldownAdjustAmount) == 0x000044, "Member 'URPGTriggerEffect_AdjustCooldown::CooldownAdjustAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Race_GetTotalRaceTime \ static_assert(alignof(Race_GetTotalRaceTime) == 0x000008, "Wrong alignment on Race_GetTotalRaceTime"); \ static_assert(sizeof(Race_GetTotalRaceTime) == 0x000018, "Wrong size on Race_GetTotalRaceTime"); \ static_assert(offsetof(Race_GetTotalRaceTime, Times) == 0x000000, "Member 'Race_GetTotalRaceTime::Times' has a wrong offset!"); \ static_assert(offsetof(Race_GetTotalRaceTime, ReturnValue) == 0x000010, "Member 'Race_GetTotalRaceTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Race_GetAllRacerTimes \ static_assert(alignof(Race_GetAllRacerTimes) == 0x000008, "Wrong alignment on Race_GetAllRacerTimes"); \ static_assert(sizeof(Race_GetAllRacerTimes) == 0x000018, "Wrong size on Race_GetAllRacerTimes"); \ static_assert(offsetof(Race_GetAllRacerTimes, bMissionRelevant) == 0x000000, "Member 'Race_GetAllRacerTimes::bMissionRelevant' has a wrong offset!"); \ static_assert(offsetof(Race_GetAllRacerTimes, ReturnValue) == 0x000008, "Member 'Race_GetAllRacerTimes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Race_GetBestRacer_Blueprint \ static_assert(alignof(Race_GetBestRacer_Blueprint) == 0x000004, "Wrong alignment on Race_GetBestRacer_Blueprint"); \ static_assert(sizeof(Race_GetBestRacer_Blueprint) == 0x000010, "Wrong size on Race_GetBestRacer_Blueprint"); \ static_assert(offsetof(Race_GetBestRacer_Blueprint, bMissionRelevant) == 0x000000, "Member 'Race_GetBestRacer_Blueprint::bMissionRelevant' has a wrong offset!"); \ static_assert(offsetof(Race_GetBestRacer_Blueprint, OutBestTime) == 0x000004, "Member 'Race_GetBestRacer_Blueprint::OutBestTime' has a wrong offset!"); \ static_assert(offsetof(Race_GetBestRacer_Blueprint, ReturnValue) == 0x000008, "Member 'Race_GetBestRacer_Blueprint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Race_GetGatePrevBestTime \ static_assert(alignof(Race_GetGatePrevBestTime) == 0x000004, "Wrong alignment on Race_GetGatePrevBestTime"); \ static_assert(sizeof(Race_GetGatePrevBestTime) == 0x000008, "Wrong size on Race_GetGatePrevBestTime"); \ static_assert(offsetof(Race_GetGatePrevBestTime, GateNumber) == 0x000000, "Member 'Race_GetGatePrevBestTime::GateNumber' has a wrong offset!"); \ static_assert(offsetof(Race_GetGatePrevBestTime, ReturnValue) == 0x000004, "Member 'Race_GetGatePrevBestTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Race_GetPlayerBroom \ static_assert(alignof(Race_GetPlayerBroom) == 0x000008, "Wrong alignment on Race_GetPlayerBroom"); \ static_assert(sizeof(Race_GetPlayerBroom) == 0x000008, "Wrong size on Race_GetPlayerBroom"); \ static_assert(offsetof(Race_GetPlayerBroom, ReturnValue) == 0x000000, "Member 'Race_GetPlayerBroom::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Race_GetRaceID \ static_assert(alignof(Race_GetRaceID) == 0x000008, "Wrong alignment on Race_GetRaceID"); \ static_assert(sizeof(Race_GetRaceID) == 0x000010, "Wrong size on Race_GetRaceID"); \ static_assert(offsetof(Race_GetRaceID, ReturnValue) == 0x000000, "Member 'Race_GetRaceID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Race_GetRacerBestTime \ static_assert(alignof(Race_GetRacerBestTime) == 0x000004, "Wrong alignment on Race_GetRacerBestTime"); \ static_assert(sizeof(Race_GetRacerBestTime) == 0x000014, "Wrong size on Race_GetRacerBestTime"); \ static_assert(offsetof(Race_GetRacerBestTime, InRacerName) == 0x000000, "Member 'Race_GetRacerBestTime::InRacerName' has a wrong offset!"); \ static_assert(offsetof(Race_GetRacerBestTime, bMissionRelevant) == 0x000008, "Member 'Race_GetRacerBestTime::bMissionRelevant' has a wrong offset!"); \ static_assert(offsetof(Race_GetRacerBestTime, OutBestTime) == 0x00000C, "Member 'Race_GetRacerBestTime::OutBestTime' has a wrong offset!"); \ static_assert(offsetof(Race_GetRacerBestTime, ReturnValue) == 0x000010, "Member 'Race_GetRacerBestTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Race_IsNewBestTime \ static_assert(alignof(Race_IsNewBestTime) == 0x000001, "Wrong alignment on Race_IsNewBestTime"); \ static_assert(sizeof(Race_IsNewBestTime) == 0x000001, "Wrong size on Race_IsNewBestTime"); \ static_assert(offsetof(Race_IsNewBestTime, ReturnValue) == 0x000000, "Member 'Race_IsNewBestTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Race_ItemToolLoadedCallback \ static_assert(alignof(Race_ItemToolLoadedCallback) == 0x000008, "Wrong alignment on Race_ItemToolLoadedCallback"); \ static_assert(sizeof(Race_ItemToolLoadedCallback) == 0x000008, "Wrong size on Race_ItemToolLoadedCallback"); \ static_assert(offsetof(Race_ItemToolLoadedCallback, ToolRecord) == 0x000000, "Member 'Race_ItemToolLoadedCallback::ToolRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Race_OnCollectTurboBubble \ static_assert(alignof(Race_OnCollectTurboBubble) == 0x000008, "Wrong alignment on Race_OnCollectTurboBubble"); \ static_assert(sizeof(Race_OnCollectTurboBubble) == 0x000008, "Wrong size on Race_OnCollectTurboBubble"); \ static_assert(offsetof(Race_OnCollectTurboBubble, i_caller) == 0x000000, "Member 'Race_OnCollectTurboBubble::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Race_OnStoryModeSkipScreenDismissed \ static_assert(alignof(Race_OnStoryModeSkipScreenDismissed) == 0x000008, "Wrong alignment on Race_OnStoryModeSkipScreenDismissed"); \ static_assert(sizeof(Race_OnStoryModeSkipScreenDismissed) == 0x000010, "Wrong size on Race_OnStoryModeSkipScreenDismissed"); \ static_assert(offsetof(Race_OnStoryModeSkipScreenDismissed, Popup) == 0x000000, "Member 'Race_OnStoryModeSkipScreenDismissed::Popup' has a wrong offset!"); \ static_assert(offsetof(Race_OnStoryModeSkipScreenDismissed, ConfirmationResult) == 0x000008, "Member 'Race_OnStoryModeSkipScreenDismissed::ConfirmationResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Race_GetNumberOfGates \ static_assert(alignof(Race_GetNumberOfGates) == 0x000004, "Wrong alignment on Race_GetNumberOfGates"); \ static_assert(sizeof(Race_GetNumberOfGates) == 0x000004, "Wrong size on Race_GetNumberOfGates"); \ static_assert(offsetof(Race_GetNumberOfGates, ReturnValue) == 0x000000, "Member 'Race_GetNumberOfGates::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Race_GetTimeElapsed \ static_assert(alignof(Race_GetTimeElapsed) == 0x000004, "Wrong alignment on Race_GetTimeElapsed"); \ static_assert(sizeof(Race_GetTimeElapsed) == 0x000004, "Wrong size on Race_GetTimeElapsed"); \ static_assert(offsetof(Race_GetTimeElapsed, ReturnValue) == 0x000000, "Member 'Race_GetTimeElapsed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Race_GetTotalPenaltyTime \ static_assert(alignof(Race_GetTotalPenaltyTime) == 0x000004, "Wrong alignment on Race_GetTotalPenaltyTime"); \ static_assert(sizeof(Race_GetTotalPenaltyTime) == 0x000004, "Wrong size on Race_GetTotalPenaltyTime"); \ static_assert(offsetof(Race_GetTotalPenaltyTime, ReturnValue) == 0x000000, "Member 'Race_GetTotalPenaltyTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Race_IsRaceMissionActive \ static_assert(alignof(Race_IsRaceMissionActive) == 0x000001, "Wrong alignment on Race_IsRaceMissionActive"); \ static_assert(sizeof(Race_IsRaceMissionActive) == 0x000001, "Wrong size on Race_IsRaceMissionActive"); \ static_assert(offsetof(Race_IsRaceMissionActive, ReturnValue) == 0x000000, "Member 'Race_IsRaceMissionActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARace \ static_assert(alignof(ARace) == 0x000008, "Wrong alignment on ARace"); \ static_assert(sizeof(ARace) == 0x000628, "Wrong size on ARace"); \ static_assert(offsetof(ARace, SplineComponent) == 0x000248, "Member 'ARace::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(ARace, TrackGatesParent) == 0x000250, "Member 'ARace::TrackGatesParent' has a wrong offset!"); \ static_assert(offsetof(ARace, EndGateParent) == 0x000258, "Member 'ARace::EndGateParent' has a wrong offset!"); \ static_assert(offsetof(ARace, SpawnedGates) == 0x000260, "Member 'ARace::SpawnedGates' has a wrong offset!"); \ static_assert(offsetof(ARace, RaceRingClass) == 0x000270, "Member 'ARace::RaceRingClass' has a wrong offset!"); \ static_assert(offsetof(ARace, EndGateClass) == 0x000298, "Member 'ARace::EndGateClass' has a wrong offset!"); \ static_assert(offsetof(ARace, GhostOrbClass) == 0x0002C0, "Member 'ARace::GhostOrbClass' has a wrong offset!"); \ static_assert(offsetof(ARace, SpawnedGhostOrb) == 0x0002E8, "Member 'ARace::SpawnedGhostOrb' has a wrong offset!"); \ static_assert(offsetof(ARace, PlayerBroom) == 0x000310, "Member 'ARace::PlayerBroom' has a wrong offset!"); \ static_assert(offsetof(ARace, CountdownTime) == 0x000340, "Member 'ARace::CountdownTime' has a wrong offset!"); \ static_assert(offsetof(ARace, TimePenaltySeconds) == 0x000348, "Member 'ARace::TimePenaltySeconds' has a wrong offset!"); \ static_assert(offsetof(ARace, bKeepPlayerCloseToSpline) == 0x000388, "Member 'ARace::bKeepPlayerCloseToSpline' has a wrong offset!"); \ static_assert(offsetof(ARace, MaxDistanceFromSpline) == 0x00038C, "Member 'ARace::MaxDistanceFromSpline' has a wrong offset!"); \ static_assert(offsetof(ARace, MaxDistancePastRing) == 0x000390, "Member 'ARace::MaxDistancePastRing' has a wrong offset!"); \ static_assert(offsetof(ARace, RaceType) == 0x0003B0, "Member 'ARace::RaceType' has a wrong offset!"); \ static_assert(offsetof(ARace, RaceId) == 0x0003E0, "Member 'ARace::RaceId' has a wrong offset!"); \ static_assert(offsetof(ARace, FastTravelLocation) == 0x000468, "Member 'ARace::FastTravelLocation' has a wrong offset!"); \ static_assert(offsetof(ARace, LevelToLoad) == 0x0004F0, "Member 'ARace::LevelToLoad' has a wrong offset!"); \ static_assert(offsetof(ARace, GateSuccessDialogueEvents) == 0x000518, "Member 'ARace::GateSuccessDialogueEvents' has a wrong offset!"); \ static_assert(offsetof(ARace, GateSuccessDialogueMods) == 0x000528, "Member 'ARace::GateSuccessDialogueMods' has a wrong offset!"); \ static_assert(offsetof(ARace, GateSuccessDialoguePercentageChance) == 0x000538, "Member 'ARace::GateSuccessDialoguePercentageChance' has a wrong offset!"); \ static_assert(offsetof(ARace, GateSuccessDialogueCooldown) == 0x00053C, "Member 'ARace::GateSuccessDialogueCooldown' has a wrong offset!"); \ static_assert(offsetof(ARace, GateMissDialogueEvents) == 0x000550, "Member 'ARace::GateMissDialogueEvents' has a wrong offset!"); \ static_assert(offsetof(ARace, GateMissDialogueMods) == 0x000560, "Member 'ARace::GateMissDialogueMods' has a wrong offset!"); \ static_assert(offsetof(ARace, GateMissDialoguePercentageChance) == 0x000570, "Member 'ARace::GateMissDialoguePercentageChance' has a wrong offset!"); \ static_assert(offsetof(ARace, GateMissDialogueCooldown) == 0x000574, "Member 'ARace::GateMissDialogueCooldown' has a wrong offset!"); \ static_assert(offsetof(ARace, TurboBubbleDialogueEvents) == 0x000588, "Member 'ARace::TurboBubbleDialogueEvents' has a wrong offset!"); \ static_assert(offsetof(ARace, TurboBubbleDialogueMods) == 0x000598, "Member 'ARace::TurboBubbleDialogueMods' has a wrong offset!"); \ static_assert(offsetof(ARace, TurboBubbleDialoguePercentageChance) == 0x0005A8, "Member 'ARace::TurboBubbleDialoguePercentageChance' has a wrong offset!"); \ static_assert(offsetof(ARace, TurboBubbleDialogueCooldown) == 0x0005AC, "Member 'ARace::TurboBubbleDialogueCooldown' has a wrong offset!"); \ static_assert(offsetof(ARace, WinRaceDialogueEvents) == 0x0005C8, "Member 'ARace::WinRaceDialogueEvents' has a wrong offset!"); \ static_assert(offsetof(ARace, WinRaceDialogueMods) == 0x0005D8, "Member 'ARace::WinRaceDialogueMods' has a wrong offset!"); \ static_assert(offsetof(ARace, LoseRaceDialogueEvents) == 0x0005E8, "Member 'ARace::LoseRaceDialogueEvents' has a wrong offset!"); \ static_assert(offsetof(ARace, LoseRaceDialogueMods) == 0x0005F8, "Member 'ARace::LoseRaceDialogueMods' has a wrong offset!"); \ static_assert(offsetof(ARace, RaceBeatImeldaLockID) == 0x000608, "Member 'ARace::RaceBeatImeldaLockID' has a wrong offset!"); \ static_assert(offsetof(ARace, RaceAttemptedLockID) == 0x000610, "Member 'ARace::RaceAttemptedLockID' has a wrong offset!"); \ static_assert(offsetof(ARace, AttemptsStatName) == 0x000618, "Member 'ARace::AttemptsStatName' has a wrong offset!"); \ static_assert(offsetof(ARace, StoryModeRaceAttempts) == 0x000620, "Member 'ARace::StoryModeRaceAttempts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldSupportLevel \ static_assert(alignof(UWorldSupportLevel) == 0x000008, "Wrong alignment on UWorldSupportLevel"); \ static_assert(sizeof(UWorldSupportLevel) == 0x000090, "Wrong size on UWorldSupportLevel"); \ #define DUMPER7_ASSERTS_ARacePlatform \ static_assert(alignof(ARacePlatform) == 0x000008, "Wrong alignment on ARacePlatform"); \ static_assert(sizeof(ARacePlatform) == 0x0002E0, "Wrong size on ARacePlatform"); \ static_assert(offsetof(ARacePlatform, CognitionStimuliSource) == 0x000248, "Member 'ARacePlatform::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ARacePlatform, RaceId) == 0x000250, "Member 'ARacePlatform::RaceId' has a wrong offset!"); \ static_assert(offsetof(ARacePlatform, RaceWidgetClass) == 0x0002D8, "Member 'ARacePlatform::RaceWidgetClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStationStoryStaticMeshProp \ static_assert(alignof(UStationStoryStaticMeshProp) == 0x000008, "Wrong alignment on UStationStoryStaticMeshProp"); \ static_assert(sizeof(UStationStoryStaticMeshProp) == 0x000040, "Wrong size on UStationStoryStaticMeshProp"); \ static_assert(offsetof(UStationStoryStaticMeshProp, StaticMesh) == 0x000038, "Member 'UStationStoryStaticMeshProp::StaticMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RailTravelStatue_InitializeForTravel \ static_assert(alignof(RailTravelStatue_InitializeForTravel) == 0x000008, "Wrong alignment on RailTravelStatue_InitializeForTravel"); \ static_assert(sizeof(RailTravelStatue_InitializeForTravel) == 0x000010, "Wrong size on RailTravelStatue_InitializeForTravel"); \ static_assert(offsetof(RailTravelStatue_InitializeForTravel, InSplineComponent) == 0x000000, "Member 'RailTravelStatue_InitializeForTravel::InSplineComponent' has a wrong offset!"); \ static_assert(offsetof(RailTravelStatue_InitializeForTravel, InTravelDirection) == 0x000008, "Member 'RailTravelStatue_InitializeForTravel::InTravelDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARailTravelStatue \ static_assert(alignof(ARailTravelStatue) == 0x000008, "Wrong alignment on ARailTravelStatue"); \ static_assert(sizeof(ARailTravelStatue) == 0x0002C0, "Wrong size on ARailTravelStatue"); \ static_assert(offsetof(ARailTravelStatue, SplineComponent) == 0x000258, "Member 'ARailTravelStatue::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(ARailTravelStatue, SpawnActorClass) == 0x000260, "Member 'ARailTravelStatue::SpawnActorClass' has a wrong offset!"); \ static_assert(offsetof(ARailTravelStatue, StartSpeed) == 0x000268, "Member 'ARailTravelStatue::StartSpeed' has a wrong offset!"); \ static_assert(offsetof(ARailTravelStatue, bUseActualSpeedAsStartSpeed) == 0x00026C, "Member 'ARailTravelStatue::bUseActualSpeedAsStartSpeed' has a wrong offset!"); \ static_assert(offsetof(ARailTravelStatue, Acceleration) == 0x000270, "Member 'ARailTravelStatue::Acceleration' has a wrong offset!"); \ static_assert(offsetof(ARailTravelStatue, MinSpeed) == 0x000274, "Member 'ARailTravelStatue::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(ARailTravelStatue, MaxSpeed) == 0x000278, "Member 'ARailTravelStatue::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(ARailTravelStatue, RotationSpeed) == 0x00027C, "Member 'ARailTravelStatue::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(ARailTravelStatue, MaxOffsetRadius) == 0x000280, "Member 'ARailTravelStatue::MaxOffsetRadius' has a wrong offset!"); \ static_assert(offsetof(ARailTravelStatue, SplineZOffset) == 0x000284, "Member 'ARailTravelStatue::SplineZOffset' has a wrong offset!"); \ static_assert(offsetof(ARailTravelStatue, SuckToSplineSpeed) == 0x000288, "Member 'ARailTravelStatue::SuckToSplineSpeed' has a wrong offset!"); \ static_assert(offsetof(ARailTravelStatue, YawSpeed) == 0x00028C, "Member 'ARailTravelStatue::YawSpeed' has a wrong offset!"); \ static_assert(offsetof(ARailTravelStatue, SendActionAtEndOfSpline) == 0x000290, "Member 'ARailTravelStatue::SendActionAtEndOfSpline' has a wrong offset!"); \ static_assert(offsetof(ARailTravelStatue, bDebug) == 0x00029C, "Member 'ARailTravelStatue::bDebug' has a wrong offset!"); \ static_assert(offsetof(ARailTravelStatue, TravelDirection) == 0x0002A0, "Member 'ARailTravelStatue::TravelDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URailTravelStatue_AnimInstance \ static_assert(alignof(URailTravelStatue_AnimInstance) == 0x000010, "Wrong alignment on URailTravelStatue_AnimInstance"); \ static_assert(sizeof(URailTravelStatue_AnimInstance) == 0x0002C0, "Wrong size on URailTravelStatue_AnimInstance"); \ static_assert(offsetof(URailTravelStatue_AnimInstance, Turn) == 0x0002B8, "Member 'URailTravelStatue_AnimInstance::Turn' has a wrong offset!"); \ static_assert(offsetof(URailTravelStatue_AnimInstance, Speed) == 0x0002BC, "Member 'URailTravelStatue_AnimInstance::Speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARandomEncounterVolume \ static_assert(alignof(ARandomEncounterVolume) == 0x000008, "Wrong alignment on ARandomEncounterVolume"); \ static_assert(sizeof(ARandomEncounterVolume) == 0x0002D0, "Wrong size on ARandomEncounterVolume"); \ static_assert(offsetof(ARandomEncounterVolume, EncounterDBName) == 0x0002B8, "Member 'ARandomEncounterVolume::EncounterDBName' has a wrong offset!"); \ static_assert(offsetof(ARandomEncounterVolume, SearchRadius) == 0x0002C8, "Member 'ARandomEncounterVolume::SearchRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATransfigurationStructureBase \ static_assert(alignof(ATransfigurationStructureBase) == 0x000008, "Wrong alignment on ATransfigurationStructureBase"); \ static_assert(sizeof(ATransfigurationStructureBase) == 0x0002A8, "Wrong size on ATransfigurationStructureBase"); \ #define DUMPER7_ASSERTS_RegisterConversationNode_RegisterConversation \ static_assert(alignof(RegisterConversationNode_RegisterConversation) == 0x000008, "Wrong alignment on RegisterConversationNode_RegisterConversation"); \ static_assert(sizeof(RegisterConversationNode_RegisterConversation) == 0x000018, "Wrong size on RegisterConversationNode_RegisterConversation"); \ static_assert(offsetof(RegisterConversationNode_RegisterConversation, interactionActor_0) == 0x000000, "Member 'RegisterConversationNode_RegisterConversation::interactionActor_0' has a wrong offset!"); \ static_assert(offsetof(RegisterConversationNode_RegisterConversation, ConversationID_0) == 0x000008, "Member 'RegisterConversationNode_RegisterConversation::ConversationID_0' has a wrong offset!"); \ static_assert(offsetof(RegisterConversationNode_RegisterConversation, ReturnValue) == 0x000010, "Member 'RegisterConversationNode_RegisterConversation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URegisterConversationNode \ static_assert(alignof(URegisterConversationNode) == 0x000008, "Wrong alignment on URegisterConversationNode"); \ static_assert(sizeof(URegisterConversationNode) == 0x000060, "Wrong size on URegisterConversationNode"); \ static_assert(offsetof(URegisterConversationNode, ConversationStarted) == 0x000030, "Member 'URegisterConversationNode::ConversationStarted' has a wrong offset!"); \ static_assert(offsetof(URegisterConversationNode, ConversationFinished) == 0x000040, "Member 'URegisterConversationNode::ConversationFinished' has a wrong offset!"); \ static_assert(offsetof(URegisterConversationNode, interactionActor) == 0x000050, "Member 'URegisterConversationNode::interactionActor' has a wrong offset!"); \ static_assert(offsetof(URegisterConversationNode, ConversationID) == 0x000058, "Member 'URegisterConversationNode::ConversationID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewEffect_OnTargetActorDestroyed \ static_assert(alignof(TransfigurationPreviewEffect_OnTargetActorDestroyed) == 0x000008, "Wrong alignment on TransfigurationPreviewEffect_OnTargetActorDestroyed"); \ static_assert(sizeof(TransfigurationPreviewEffect_OnTargetActorDestroyed) == 0x000008, "Wrong size on TransfigurationPreviewEffect_OnTargetActorDestroyed"); \ static_assert(offsetof(TransfigurationPreviewEffect_OnTargetActorDestroyed, InDestroyedActor) == 0x000000, "Member 'TransfigurationPreviewEffect_OnTargetActorDestroyed::InDestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewEffect_TickVFX \ static_assert(alignof(TransfigurationPreviewEffect_TickVFX) == 0x000004, "Wrong alignment on TransfigurationPreviewEffect_TickVFX"); \ static_assert(sizeof(TransfigurationPreviewEffect_TickVFX) == 0x000004, "Wrong size on TransfigurationPreviewEffect_TickVFX"); \ static_assert(offsetof(TransfigurationPreviewEffect_TickVFX, DeltaSeconds) == 0x000000, "Member 'TransfigurationPreviewEffect_TickVFX::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATransfigurationPreviewEffect \ static_assert(alignof(ATransfigurationPreviewEffect) == 0x000008, "Wrong alignment on ATransfigurationPreviewEffect"); \ static_assert(sizeof(ATransfigurationPreviewEffect) == 0x000288, "Wrong size on ATransfigurationPreviewEffect"); \ static_assert(offsetof(ATransfigurationPreviewEffect, CanPlaceObject) == 0x000248, "Member 'ATransfigurationPreviewEffect::CanPlaceObject' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewEffect, TargetActor) == 0x000250, "Member 'ATransfigurationPreviewEffect::TargetActor' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewEffect, TargetActorCopy) == 0x000258, "Member 'ATransfigurationPreviewEffect::TargetActorCopy' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewEffect, ObjectExtent) == 0x000260, "Member 'ATransfigurationPreviewEffect::ObjectExtent' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewEffect, ObjectCenter) == 0x00026C, "Member 'ATransfigurationPreviewEffect::ObjectCenter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARenderSkyLight \ static_assert(alignof(ARenderSkyLight) == 0x000008, "Wrong alignment on ARenderSkyLight"); \ static_assert(sizeof(ARenderSkyLight) == 0x000248, "Wrong size on ARenderSkyLight"); \ #define DUMPER7_ASSERTS_ReparoSpellTool_DisableReparoAOE \ static_assert(alignof(ReparoSpellTool_DisableReparoAOE) == 0x000001, "Wrong alignment on ReparoSpellTool_DisableReparoAOE"); \ static_assert(sizeof(ReparoSpellTool_DisableReparoAOE) == 0x000001, "Wrong size on ReparoSpellTool_DisableReparoAOE"); \ static_assert(offsetof(ReparoSpellTool_DisableReparoAOE, Disable) == 0x000000, "Member 'ReparoSpellTool_DisableReparoAOE::Disable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReparoSpellTool_ARepairComplete \ static_assert(alignof(ReparoSpellTool_ARepairComplete) == 0x000008, "Wrong alignment on ReparoSpellTool_ARepairComplete"); \ static_assert(sizeof(ReparoSpellTool_ARepairComplete) == 0x000008, "Wrong size on ReparoSpellTool_ARepairComplete"); \ static_assert(offsetof(ReparoSpellTool_ARepairComplete, Comp) == 0x000000, "Member 'ReparoSpellTool_ARepairComplete::Comp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ReparoSpellTool_ReparoCancel \ static_assert(alignof(ReparoSpellTool_ReparoCancel) == 0x000008, "Wrong alignment on ReparoSpellTool_ReparoCancel"); \ static_assert(sizeof(ReparoSpellTool_ReparoCancel) == 0x000008, "Wrong size on ReparoSpellTool_ReparoCancel"); \ static_assert(offsetof(ReparoSpellTool_ReparoCancel, InInstigator) == 0x000000, "Member 'ReparoSpellTool_ReparoCancel::InInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AReparoSpellTool \ static_assert(alignof(AReparoSpellTool) == 0x000008, "Wrong alignment on AReparoSpellTool"); \ static_assert(sizeof(AReparoSpellTool) == 0x0008D8, "Wrong size on AReparoSpellTool"); \ static_assert(offsetof(AReparoSpellTool, FailedFX2) == 0x0007F0, "Member 'AReparoSpellTool::FailedFX2' has a wrong offset!"); \ static_assert(offsetof(AReparoSpellTool, EndFX2) == 0x000800, "Member 'AReparoSpellTool::EndFX2' has a wrong offset!"); \ static_assert(offsetof(AReparoSpellTool, bOnlyHitTarget) == 0x000810, "Member 'AReparoSpellTool::bOnlyHitTarget' has a wrong offset!"); \ static_assert(offsetof(AReparoSpellTool, TargetQueryCapsuleRadius) == 0x000814, "Member 'AReparoSpellTool::TargetQueryCapsuleRadius' has a wrong offset!"); \ static_assert(offsetof(AReparoSpellTool, TargetQueryCapsuleOffsetX) == 0x000818, "Member 'AReparoSpellTool::TargetQueryCapsuleOffsetX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_AnimateLightColor \ static_assert(alignof(USceneAction_AnimateLightColor) == 0x000008, "Wrong alignment on USceneAction_AnimateLightColor"); \ static_assert(sizeof(USceneAction_AnimateLightColor) == 0x0002C8, "Wrong size on USceneAction_AnimateLightColor"); \ static_assert(offsetof(USceneAction_AnimateLightColor, Color) == 0x0000A8, "Member 'USceneAction_AnimateLightColor::Color' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AnimateLightColor, Default) == 0x0002B0, "Member 'USceneAction_AnimateLightColor::Default' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AnimateLightColor, Blend) == 0x0002C0, "Member 'USceneAction_AnimateLightColor::Blend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_GetFinisherActive \ static_assert(alignof(Reticule_GetFinisherActive) == 0x000001, "Wrong alignment on Reticule_GetFinisherActive"); \ static_assert(sizeof(Reticule_GetFinisherActive) == 0x000001, "Wrong size on Reticule_GetFinisherActive"); \ static_assert(offsetof(Reticule_GetFinisherActive, ReturnValue) == 0x000000, "Member 'Reticule_GetFinisherActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_GetState \ static_assert(alignof(Reticule_GetState) == 0x000001, "Wrong alignment on Reticule_GetState"); \ static_assert(sizeof(Reticule_GetState) == 0x000001, "Wrong size on Reticule_GetState"); \ static_assert(offsetof(Reticule_GetState, ReturnValue) == 0x000000, "Member 'Reticule_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_HandleBestOverlapping \ static_assert(alignof(Reticule_HandleBestOverlapping) == 0x000001, "Wrong alignment on Reticule_HandleBestOverlapping"); \ static_assert(sizeof(Reticule_HandleBestOverlapping) == 0x000001, "Wrong size on Reticule_HandleBestOverlapping"); \ static_assert(offsetof(Reticule_HandleBestOverlapping, Overlapping) == 0x000000, "Member 'Reticule_HandleBestOverlapping::Overlapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_HandleFinisherActiveChanged \ static_assert(alignof(Reticule_HandleFinisherActiveChanged) == 0x000001, "Wrong alignment on Reticule_HandleFinisherActiveChanged"); \ static_assert(sizeof(Reticule_HandleFinisherActiveChanged) == 0x000001, "Wrong size on Reticule_HandleFinisherActiveChanged"); \ static_assert(offsetof(Reticule_HandleFinisherActiveChanged, FinisherActiveIn) == 0x000000, "Member 'Reticule_HandleFinisherActiveChanged::FinisherActiveIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_HandleOverlapping \ static_assert(alignof(Reticule_HandleOverlapping) == 0x000001, "Wrong alignment on Reticule_HandleOverlapping"); \ static_assert(sizeof(Reticule_HandleOverlapping) == 0x000001, "Wrong size on Reticule_HandleOverlapping"); \ static_assert(offsetof(Reticule_HandleOverlapping, Overlapping) == 0x000000, "Member 'Reticule_HandleOverlapping::Overlapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_HandleSetPrimaryPosition \ static_assert(alignof(Reticule_HandleSetPrimaryPosition) == 0x000004, "Wrong alignment on Reticule_HandleSetPrimaryPosition"); \ static_assert(sizeof(Reticule_HandleSetPrimaryPosition) == 0x000008, "Wrong size on Reticule_HandleSetPrimaryPosition"); \ static_assert(offsetof(Reticule_HandleSetPrimaryPosition, Position) == 0x000000, "Member 'Reticule_HandleSetPrimaryPosition::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_HandleSetState \ static_assert(alignof(Reticule_HandleSetState) == 0x000001, "Wrong alignment on Reticule_HandleSetState"); \ static_assert(sizeof(Reticule_HandleSetState) == 0x000001, "Wrong size on Reticule_HandleSetState"); \ static_assert(offsetof(Reticule_HandleSetState, State) == 0x000000, "Member 'Reticule_HandleSetState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_HandleSetSubPosition \ static_assert(alignof(Reticule_HandleSetSubPosition) == 0x000004, "Wrong alignment on Reticule_HandleSetSubPosition"); \ static_assert(sizeof(Reticule_HandleSetSubPosition) == 0x000008, "Wrong size on Reticule_HandleSetSubPosition"); \ static_assert(offsetof(Reticule_HandleSetSubPosition, Position) == 0x000000, "Member 'Reticule_HandleSetSubPosition::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_HandleSetTargetRingPosition \ static_assert(alignof(Reticule_HandleSetTargetRingPosition) == 0x000004, "Wrong alignment on Reticule_HandleSetTargetRingPosition"); \ static_assert(sizeof(Reticule_HandleSetTargetRingPosition) == 0x000008, "Wrong size on Reticule_HandleSetTargetRingPosition"); \ static_assert(offsetof(Reticule_HandleSetTargetRingPosition, Position) == 0x000000, "Member 'Reticule_HandleSetTargetRingPosition::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_HandleShow \ static_assert(alignof(Reticule_HandleShow) == 0x000001, "Wrong alignment on Reticule_HandleShow"); \ static_assert(sizeof(Reticule_HandleShow) == 0x000001, "Wrong size on Reticule_HandleShow"); \ static_assert(offsetof(Reticule_HandleShow, IsVisible_0) == 0x000000, "Member 'Reticule_HandleShow::IsVisible_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_HandleShowCombatReticule \ static_assert(alignof(Reticule_HandleShowCombatReticule) == 0x000001, "Wrong alignment on Reticule_HandleShowCombatReticule"); \ static_assert(sizeof(Reticule_HandleShowCombatReticule) == 0x000001, "Wrong size on Reticule_HandleShowCombatReticule"); \ static_assert(offsetof(Reticule_HandleShowCombatReticule, IsVisible_0) == 0x000000, "Member 'Reticule_HandleShowCombatReticule::IsVisible_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_HandleShowRing \ static_assert(alignof(Reticule_HandleShowRing) == 0x000001, "Wrong alignment on Reticule_HandleShowRing"); \ static_assert(sizeof(Reticule_HandleShowRing) == 0x000001, "Wrong size on Reticule_HandleShowRing"); \ static_assert(offsetof(Reticule_HandleShowRing, IsVisible_0) == 0x000000, "Member 'Reticule_HandleShowRing::IsVisible_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_HandleShowSub \ static_assert(alignof(Reticule_HandleShowSub) == 0x000001, "Wrong alignment on Reticule_HandleShowSub"); \ static_assert(sizeof(Reticule_HandleShowSub) == 0x000001, "Wrong size on Reticule_HandleShowSub"); \ static_assert(offsetof(Reticule_HandleShowSub, IsVisible_0) == 0x000000, "Member 'Reticule_HandleShowSub::IsVisible_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_HandleShowTargetReticule \ static_assert(alignof(Reticule_HandleShowTargetReticule) == 0x000001, "Wrong alignment on Reticule_HandleShowTargetReticule"); \ static_assert(sizeof(Reticule_HandleShowTargetReticule) == 0x000001, "Wrong size on Reticule_HandleShowTargetReticule"); \ static_assert(offsetof(Reticule_HandleShowTargetReticule, IsVisible_0) == 0x000000, "Member 'Reticule_HandleShowTargetReticule::IsVisible_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_SetFinisherActive \ static_assert(alignof(Reticule_SetFinisherActive) == 0x000001, "Wrong alignment on Reticule_SetFinisherActive"); \ static_assert(sizeof(Reticule_SetFinisherActive) == 0x000001, "Wrong size on Reticule_SetFinisherActive"); \ static_assert(offsetof(Reticule_SetFinisherActive, FinisherActiveIn) == 0x000000, "Member 'Reticule_SetFinisherActive::FinisherActiveIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_SetFinisherNormalizedAngle \ static_assert(alignof(Reticule_SetFinisherNormalizedAngle) == 0x000004, "Wrong alignment on Reticule_SetFinisherNormalizedAngle"); \ static_assert(sizeof(Reticule_SetFinisherNormalizedAngle) == 0x000004, "Wrong size on Reticule_SetFinisherNormalizedAngle"); \ static_assert(offsetof(Reticule_SetFinisherNormalizedAngle, NormalizedAngle) == 0x000000, "Member 'Reticule_SetFinisherNormalizedAngle::NormalizedAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_SetState \ static_assert(alignof(Reticule_SetState) == 0x000001, "Wrong alignment on Reticule_SetState"); \ static_assert(sizeof(Reticule_SetState) == 0x000001, "Wrong size on Reticule_SetState"); \ static_assert(offsetof(Reticule_SetState, State) == 0x000000, "Member 'Reticule_SetState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_Show \ static_assert(alignof(Reticule_Show) == 0x000001, "Wrong alignment on Reticule_Show"); \ static_assert(sizeof(Reticule_Show) == 0x000001, "Wrong size on Reticule_Show"); \ static_assert(offsetof(Reticule_Show, IsVisible_0) == 0x000000, "Member 'Reticule_Show::IsVisible_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_ShowCombatReticule \ static_assert(alignof(Reticule_ShowCombatReticule) == 0x000001, "Wrong alignment on Reticule_ShowCombatReticule"); \ static_assert(sizeof(Reticule_ShowCombatReticule) == 0x000001, "Wrong size on Reticule_ShowCombatReticule"); \ static_assert(offsetof(Reticule_ShowCombatReticule, IsVisible_0) == 0x000000, "Member 'Reticule_ShowCombatReticule::IsVisible_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_ShowTargetReticule \ static_assert(alignof(Reticule_ShowTargetReticule) == 0x000001, "Wrong alignment on Reticule_ShowTargetReticule"); \ static_assert(sizeof(Reticule_ShowTargetReticule) == 0x000001, "Wrong size on Reticule_ShowTargetReticule"); \ static_assert(offsetof(Reticule_ShowTargetReticule, IsVisible_0) == 0x000000, "Member 'Reticule_ShowTargetReticule::IsVisible_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Reticule_UseWeakReticuleBP \ static_assert(alignof(Reticule_UseWeakReticuleBP) == 0x000001, "Wrong alignment on Reticule_UseWeakReticuleBP"); \ static_assert(sizeof(Reticule_UseWeakReticuleBP) == 0x000001, "Wrong size on Reticule_UseWeakReticuleBP"); \ static_assert(offsetof(Reticule_UseWeakReticuleBP, InUseWeakSub) == 0x000000, "Member 'Reticule_UseWeakReticuleBP::InUseWeakSub' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UReticule \ static_assert(alignof(UReticule) == 0x000008, "Wrong alignment on UReticule"); \ static_assert(sizeof(UReticule) == 0x0003C8, "Wrong size on UReticule"); \ static_assert(offsetof(UReticule, IsSubReticuleVisible) == 0x0002E8, "Member 'UReticule::IsSubReticuleVisible' has a wrong offset!"); \ static_assert(offsetof(UReticule, UseWeakSub) == 0x0002E9, "Member 'UReticule::UseWeakSub' has a wrong offset!"); \ static_assert(offsetof(UReticule, SubReticuleMoveToTargetTime) == 0x0002EC, "Member 'UReticule::SubReticuleMoveToTargetTime' has a wrong offset!"); \ static_assert(offsetof(UReticule, FinisherMaxSpeed) == 0x0002F0, "Member 'UReticule::FinisherMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UReticule, FinisherAcceleration) == 0x0002F4, "Member 'UReticule::FinisherAcceleration' has a wrong offset!"); \ static_assert(offsetof(UReticule, IsFinisherOverlapped) == 0x0002F8, "Member 'UReticule::IsFinisherOverlapped' has a wrong offset!"); \ static_assert(offsetof(UReticule, IsBestFinisherOverlapped) == 0x0002F9, "Member 'UReticule::IsBestFinisherOverlapped' has a wrong offset!"); \ static_assert(offsetof(UReticule, PreventFinisherWhenNotOverlapped) == 0x0002FA, "Member 'UReticule::PreventFinisherWhenNotOverlapped' has a wrong offset!"); \ static_assert(offsetof(UReticule, UseLinearFinisherReticule) == 0x0002FB, "Member 'UReticule::UseLinearFinisherReticule' has a wrong offset!"); \ static_assert(offsetof(UReticule, FinisherStartAngle) == 0x0002FC, "Member 'UReticule::FinisherStartAngle' has a wrong offset!"); \ static_assert(offsetof(UReticule, FinisherLinearStartDistance) == 0x000300, "Member 'UReticule::FinisherLinearStartDistance' has a wrong offset!"); \ static_assert(offsetof(UReticule, InitialFinisherReticuleDelay) == 0x000304, "Member 'UReticule::InitialFinisherReticuleDelay' has a wrong offset!"); \ static_assert(offsetof(UReticule, OverlapHalfAngle) == 0x000308, "Member 'UReticule::OverlapHalfAngle' has a wrong offset!"); \ static_assert(offsetof(UReticule, BestOverlapHalfAngle) == 0x00030C, "Member 'UReticule::BestOverlapHalfAngle' has a wrong offset!"); \ static_assert(offsetof(UReticule, HoldFinisherTime) == 0x000310, "Member 'UReticule::HoldFinisherTime' has a wrong offset!"); \ static_assert(offsetof(UReticule, FinisherCircle) == 0x000318, "Member 'UReticule::FinisherCircle' has a wrong offset!"); \ static_assert(offsetof(UReticule, FinisherRing) == 0x000320, "Member 'UReticule::FinisherRing' has a wrong offset!"); \ static_assert(offsetof(UReticule, FinisherCircleImage) == 0x000328, "Member 'UReticule::FinisherCircleImage' has a wrong offset!"); \ static_assert(offsetof(UReticule, FinisherRingImage) == 0x000330, "Member 'UReticule::FinisherRingImage' has a wrong offset!"); \ static_assert(offsetof(UReticule, ReticulePanel) == 0x000338, "Member 'UReticule::ReticulePanel' has a wrong offset!"); \ static_assert(offsetof(UReticule, Primary) == 0x000340, "Member 'UReticule::Primary' has a wrong offset!"); \ static_assert(offsetof(UReticule, ReticuleState) == 0x000348, "Member 'UReticule::ReticuleState' has a wrong offset!"); \ static_assert(offsetof(UReticule, IsReticuleVisible) == 0x000349, "Member 'UReticule::IsReticuleVisible' has a wrong offset!"); \ static_assert(offsetof(UReticule, IsCombatReticuleVisible) == 0x00034A, "Member 'UReticule::IsCombatReticuleVisible' has a wrong offset!"); \ static_assert(offsetof(UReticule, IsTargetReticuleVisible) == 0x00034B, "Member 'UReticule::IsTargetReticuleVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransformAllLoadController \ static_assert(alignof(UTransformAllLoadController) == 0x000008, "Wrong alignment on UTransformAllLoadController"); \ static_assert(sizeof(UTransformAllLoadController) == 0x000068, "Wrong size on UTransformAllLoadController"); \ #define DUMPER7_ASSERTS_URevealComponent \ static_assert(alignof(URevealComponent) == 0x000008, "Wrong alignment on URevealComponent"); \ static_assert(sizeof(URevealComponent) == 0x000230, "Wrong size on URevealComponent"); \ static_assert(offsetof(URevealComponent, RevealData) == 0x0001E8, "Member 'URevealComponent::RevealData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransform_CharacterVerticalOffset \ static_assert(alignof(UTransform_CharacterVerticalOffset) == 0x000008, "Wrong alignment on UTransform_CharacterVerticalOffset"); \ static_assert(sizeof(UTransform_CharacterVerticalOffset) == 0x000038, "Wrong size on UTransform_CharacterVerticalOffset"); \ static_assert(offsetof(UTransform_CharacterVerticalOffset, OffsetForCharacter) == 0x000028, "Member 'UTransform_CharacterVerticalOffset::OffsetForCharacter' has a wrong offset!"); \ static_assert(offsetof(UTransform_CharacterVerticalOffset, SocketName) == 0x000030, "Member 'UTransform_CharacterVerticalOffset::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RevelioPageScreen_SetRevelioPageID \ static_assert(alignof(RevelioPageScreen_SetRevelioPageID) == 0x000004, "Wrong alignment on RevelioPageScreen_SetRevelioPageID"); \ static_assert(sizeof(RevelioPageScreen_SetRevelioPageID) == 0x000008, "Wrong size on RevelioPageScreen_SetRevelioPageID"); \ static_assert(offsetof(RevelioPageScreen_SetRevelioPageID, pageId) == 0x000000, "Member 'RevelioPageScreen_SetRevelioPageID::pageId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URevelioPageScreen \ static_assert(alignof(URevelioPageScreen) == 0x000008, "Wrong alignment on URevelioPageScreen"); \ static_assert(sizeof(URevelioPageScreen) == 0x000370, "Wrong size on URevelioPageScreen"); \ #define DUMPER7_ASSERTS_RevelioSpellTool_RevealHiddenActor \ static_assert(alignof(RevelioSpellTool_RevealHiddenActor) == 0x000008, "Wrong alignment on RevelioSpellTool_RevealHiddenActor"); \ static_assert(sizeof(RevelioSpellTool_RevealHiddenActor) == 0x000008, "Wrong size on RevelioSpellTool_RevealHiddenActor"); \ static_assert(offsetof(RevelioSpellTool_RevealHiddenActor, InActor) == 0x000000, "Member 'RevelioSpellTool_RevealHiddenActor::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RevelioSpellTool_GetCurrentInnerRadius \ static_assert(alignof(RevelioSpellTool_GetCurrentInnerRadius) == 0x000004, "Wrong alignment on RevelioSpellTool_GetCurrentInnerRadius"); \ static_assert(sizeof(RevelioSpellTool_GetCurrentInnerRadius) == 0x000004, "Wrong size on RevelioSpellTool_GetCurrentInnerRadius"); \ static_assert(offsetof(RevelioSpellTool_GetCurrentInnerRadius, ReturnValue) == 0x000000, "Member 'RevelioSpellTool_GetCurrentInnerRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RevelioSpellTool_GetCurrentOuterRadius \ static_assert(alignof(RevelioSpellTool_GetCurrentOuterRadius) == 0x000004, "Wrong alignment on RevelioSpellTool_GetCurrentOuterRadius"); \ static_assert(sizeof(RevelioSpellTool_GetCurrentOuterRadius) == 0x000004, "Wrong size on RevelioSpellTool_GetCurrentOuterRadius"); \ static_assert(offsetof(RevelioSpellTool_GetCurrentOuterRadius, ReturnValue) == 0x000000, "Member 'RevelioSpellTool_GetCurrentOuterRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RevelioSpellTool_GetFieldGuideHotspotRange \ static_assert(alignof(RevelioSpellTool_GetFieldGuideHotspotRange) == 0x000004, "Wrong alignment on RevelioSpellTool_GetFieldGuideHotspotRange"); \ static_assert(sizeof(RevelioSpellTool_GetFieldGuideHotspotRange) == 0x000004, "Wrong size on RevelioSpellTool_GetFieldGuideHotspotRange"); \ static_assert(offsetof(RevelioSpellTool_GetFieldGuideHotspotRange, ReturnValue) == 0x000000, "Member 'RevelioSpellTool_GetFieldGuideHotspotRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RevelioSpellTool_GetHiddenObjectRange \ static_assert(alignof(RevelioSpellTool_GetHiddenObjectRange) == 0x000004, "Wrong alignment on RevelioSpellTool_GetHiddenObjectRange"); \ static_assert(sizeof(RevelioSpellTool_GetHiddenObjectRange) == 0x000004, "Wrong size on RevelioSpellTool_GetHiddenObjectRange"); \ static_assert(offsetof(RevelioSpellTool_GetHiddenObjectRange, ReturnValue) == 0x000000, "Member 'RevelioSpellTool_GetHiddenObjectRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARevelioSpellTool \ static_assert(alignof(ARevelioSpellTool) == 0x000008, "Wrong alignment on ARevelioSpellTool"); \ static_assert(sizeof(ARevelioSpellTool) == 0x0009B0, "Wrong size on ARevelioSpellTool"); \ static_assert(offsetof(ARevelioSpellTool, FadeTime) == 0x0007F0, "Member 'ARevelioSpellTool::FadeTime' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, MaxRevealsPerFrame) == 0x0007F4, "Member 'ARevelioSpellTool::MaxRevealsPerFrame' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, bRevealHiddenOnCastOnly) == 0x0007F8, "Member 'ARevelioSpellTool::bRevealHiddenOnCastOnly' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, StandardRange) == 0x0007FC, "Member 'ARevelioSpellTool::StandardRange' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, StandardRadiusPercentAtTime) == 0x000800, "Member 'ARevelioSpellTool::StandardRadiusPercentAtTime' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, HogwartsRange) == 0x000808, "Member 'ARevelioSpellTool::HogwartsRange' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, HogwartsRadiusPercentAtTime) == 0x000810, "Member 'ARevelioSpellTool::HogwartsRadiusPercentAtTime' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, OverlandRange) == 0x000818, "Member 'ARevelioSpellTool::OverlandRange' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, OverlandRadiusPercentAtTime) == 0x000820, "Member 'ARevelioSpellTool::OverlandRadiusPercentAtTime' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, BroomRange) == 0x000828, "Member 'ARevelioSpellTool::BroomRange' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, BroomFieldGuideHotspotRange) == 0x00082C, "Member 'ARevelioSpellTool::BroomFieldGuideHotspotRange' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, BroomRadiusPercentAtTime) == 0x000830, "Member 'ARevelioSpellTool::BroomRadiusPercentAtTime' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, HiddenObjectRange) == 0x000838, "Member 'ARevelioSpellTool::HiddenObjectRange' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, IntroHiddenObjectRange) == 0x00083C, "Member 'ARevelioSpellTool::IntroHiddenObjectRange' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, BaseRangeScale) == 0x000840, "Member 'ARevelioSpellTool::BaseRangeScale' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, GlobalFX2) == 0x000848, "Member 'ARevelioSpellTool::GlobalFX2' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, InteractiveFX2) == 0x000858, "Member 'ARevelioSpellTool::InteractiveFX2' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, ImportantFX2) == 0x000868, "Member 'ARevelioSpellTool::ImportantFX2' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, HiddenFX2) == 0x000878, "Member 'ARevelioSpellTool::HiddenFX2' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, HiddenFarAwayFX2) == 0x000888, "Member 'ARevelioSpellTool::HiddenFarAwayFX2' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, EnemyFX2) == 0x000898, "Member 'ARevelioSpellTool::EnemyFX2' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, TaggedFX2) == 0x0008A8, "Member 'ARevelioSpellTool::TaggedFX2' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, ShowOccludedMaterialParameterCollection) == 0x0008B8, "Member 'ARevelioSpellTool::ShowOccludedMaterialParameterCollection' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, ShowOccludedParameter) == 0x0008C0, "Member 'ARevelioSpellTool::ShowOccludedParameter' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, CurrentRadius) == 0x0008C8, "Member 'ARevelioSpellTool::CurrentRadius' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, CurrentInnerRadius) == 0x0008CC, "Member 'ARevelioSpellTool::CurrentInnerRadius' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, RevelioComponents) == 0x0008D0, "Member 'ARevelioSpellTool::RevelioComponents' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, IgnoreActorArray) == 0x0008E0, "Member 'ARevelioSpellTool::IgnoreActorArray' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, IgnoreActorSet) == 0x0008F0, "Member 'ARevelioSpellTool::IgnoreActorSet' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, HotspotArray) == 0x000940, "Member 'ARevelioSpellTool::HotspotArray' has a wrong offset!"); \ static_assert(offsetof(ARevelioSpellTool, HiddenFarAwayArray) == 0x000950, "Member 'ARevelioSpellTool::HiddenFarAwayArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichPaperScreen_SetRichPaperID \ static_assert(alignof(RichPaperScreen_SetRichPaperID) == 0x000008, "Wrong alignment on RichPaperScreen_SetRichPaperID"); \ static_assert(sizeof(RichPaperScreen_SetRichPaperID) == 0x000010, "Wrong size on RichPaperScreen_SetRichPaperID"); \ static_assert(offsetof(RichPaperScreen_SetRichPaperID, RichPaperID) == 0x000000, "Member 'RichPaperScreen_SetRichPaperID::RichPaperID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URichPaperScreen \ static_assert(alignof(URichPaperScreen) == 0x000008, "Wrong alignment on URichPaperScreen"); \ static_assert(sizeof(URichPaperScreen) == 0x000370, "Wrong size on URichPaperScreen"); \ #define DUMPER7_ASSERTS_USceneAction_DisableReactions \ static_assert(alignof(USceneAction_DisableReactions) == 0x000008, "Wrong alignment on USceneAction_DisableReactions"); \ static_assert(sizeof(USceneAction_DisableReactions) == 0x0000A8, "Wrong size on USceneAction_DisableReactions"); \ static_assert(offsetof(USceneAction_DisableReactions, Priority) == 0x0000A0, "Member 'USceneAction_DisableReactions::Priority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DisableReactions, PriorityNew) == 0x0000A1, "Member 'USceneAction_DisableReactions::PriorityNew' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWandLinkUIMiniGame_ButtonMash \ static_assert(alignof(UWandLinkUIMiniGame_ButtonMash) == 0x000008, "Wrong alignment on UWandLinkUIMiniGame_ButtonMash"); \ static_assert(sizeof(UWandLinkUIMiniGame_ButtonMash) == 0x000120, "Wrong size on UWandLinkUIMiniGame_ButtonMash"); \ static_assert(offsetof(UWandLinkUIMiniGame_ButtonMash, EasyDifficulty) == 0x000058, "Member 'UWandLinkUIMiniGame_ButtonMash::EasyDifficulty' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_ButtonMash, MediumDifficulty) == 0x000070, "Member 'UWandLinkUIMiniGame_ButtonMash::MediumDifficulty' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_ButtonMash, HardDifficulty) == 0x000088, "Member 'UWandLinkUIMiniGame_ButtonMash::HardDifficulty' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_ButtonMash, StoryModeDifficulty) == 0x0000A0, "Member 'UWandLinkUIMiniGame_ButtonMash::StoryModeDifficulty' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_ButtonMash, AntagonistStartingSurgeToPctInterpType) == 0x0000B8, "Member 'UWandLinkUIMiniGame_ButtonMash::AntagonistStartingSurgeToPctInterpType' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_ButtonMash, AntagonistStartingSurgeToPctInterpSpeedOrExp) == 0x0000BC, "Member 'UWandLinkUIMiniGame_ButtonMash::AntagonistStartingSurgeToPctInterpSpeedOrExp' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_ButtonMash, AntagonistStartingSurgeToPctInterpTime) == 0x0000C0, "Member 'UWandLinkUIMiniGame_ButtonMash::AntagonistStartingSurgeToPctInterpTime' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_ButtonMash, ButtonMashTimeOut) == 0x0000C4, "Member 'UWandLinkUIMiniGame_ButtonMash::ButtonMashTimeOut' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_ButtonMash, WandLinkButtonMashInput) == 0x0000C8, "Member 'UWandLinkUIMiniGame_ButtonMash::WandLinkButtonMashInput' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_ButtonMash, ProtagonistAttackInterpType) == 0x0000C9, "Member 'UWandLinkUIMiniGame_ButtonMash::ProtagonistAttackInterpType' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_ButtonMash, ProtagonistAttackInterpSpeedOrExp) == 0x0000CC, "Member 'UWandLinkUIMiniGame_ButtonMash::ProtagonistAttackInterpSpeedOrExp' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_ButtonMash, ProtagonistAttackInterpTime) == 0x0000D0, "Member 'UWandLinkUIMiniGame_ButtonMash::ProtagonistAttackInterpTime' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_ButtonMash, FailDelay) == 0x0000D4, "Member 'UWandLinkUIMiniGame_ButtonMash::FailDelay' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_ButtonMash, SuccessDelay) == 0x0000D8, "Member 'UWandLinkUIMiniGame_ButtonMash::SuccessDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDebugVisualLoggerImGuiWindow \ static_assert(alignof(UDebugVisualLoggerImGuiWindow) == 0x000008, "Wrong alignment on UDebugVisualLoggerImGuiWindow"); \ static_assert(sizeof(UDebugVisualLoggerImGuiWindow) == 0x000040, "Wrong size on UDebugVisualLoggerImGuiWindow"); \ #define DUMPER7_ASSERTS_RPGAbilityComponent_HasAbilityTagBP \ static_assert(alignof(RPGAbilityComponent_HasAbilityTagBP) == 0x000008, "Wrong alignment on RPGAbilityComponent_HasAbilityTagBP"); \ static_assert(sizeof(RPGAbilityComponent_HasAbilityTagBP) == 0x000018, "Wrong size on RPGAbilityComponent_HasAbilityTagBP"); \ static_assert(offsetof(RPGAbilityComponent_HasAbilityTagBP, Owner) == 0x000000, "Member 'RPGAbilityComponent_HasAbilityTagBP::Owner' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityComponent_HasAbilityTagBP, Tag) == 0x000008, "Member 'RPGAbilityComponent_HasAbilityTagBP::Tag' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityComponent_HasAbilityTagBP, ReturnValue) == 0x000010, "Member 'RPGAbilityComponent_HasAbilityTagBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RPGAbilityComponent_AddAbility \ static_assert(alignof(RPGAbilityComponent_AddAbility) == 0x000004, "Wrong alignment on RPGAbilityComponent_AddAbility"); \ static_assert(sizeof(RPGAbilityComponent_AddAbility) == 0x00001C, "Wrong size on RPGAbilityComponent_AddAbility"); \ static_assert(offsetof(RPGAbilityComponent_AddAbility, AbilityName) == 0x000000, "Member 'RPGAbilityComponent_AddAbility::AbilityName' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityComponent_AddAbility, bForceSyncLoad) == 0x000008, "Member 'RPGAbilityComponent_AddAbility::bForceSyncLoad' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityComponent_AddAbility, ReturnValue) == 0x00000C, "Member 'RPGAbilityComponent_AddAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RPGAbilityComponent_CanAddAbility \ static_assert(alignof(RPGAbilityComponent_CanAddAbility) == 0x000004, "Wrong alignment on RPGAbilityComponent_CanAddAbility"); \ static_assert(sizeof(RPGAbilityComponent_CanAddAbility) == 0x00000C, "Wrong size on RPGAbilityComponent_CanAddAbility"); \ static_assert(offsetof(RPGAbilityComponent_CanAddAbility, AbilityName) == 0x000000, "Member 'RPGAbilityComponent_CanAddAbility::AbilityName' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityComponent_CanAddAbility, ReturnValue) == 0x000008, "Member 'RPGAbilityComponent_CanAddAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RPGAbilityComponent_RemoveAbility \ static_assert(alignof(RPGAbilityComponent_RemoveAbility) == 0x000004, "Wrong alignment on RPGAbilityComponent_RemoveAbility"); \ static_assert(sizeof(RPGAbilityComponent_RemoveAbility) == 0x000010, "Wrong size on RPGAbilityComponent_RemoveAbility"); \ static_assert(offsetof(RPGAbilityComponent_RemoveAbility, AbilityID) == 0x000000, "Member 'RPGAbilityComponent_RemoveAbility::AbilityID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityComponent \ static_assert(alignof(URPGAbilityComponent) == 0x000008, "Wrong alignment on URPGAbilityComponent"); \ static_assert(sizeof(URPGAbilityComponent) == 0x000230, "Wrong size on URPGAbilityComponent"); \ static_assert(offsetof(URPGAbilityComponent, NotifyUIAdd) == 0x0000D0, "Member 'URPGAbilityComponent::NotifyUIAdd' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityComponent, NotifyUIChange) == 0x0000E0, "Member 'URPGAbilityComponent::NotifyUIChange' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityComponent, NotifyUIRemove) == 0x0000F0, "Member 'URPGAbilityComponent::NotifyUIRemove' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityComponent, ActiveAbilities) == 0x000150, "Member 'URPGAbilityComponent::ActiveAbilities' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityComponent, CooldownGroups) == 0x0001A0, "Member 'URPGAbilityComponent::CooldownGroups' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityComponent, CurrentlyLoading) == 0x0001F0, "Member 'URPGAbilityComponent::CurrentlyLoading' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityComponent, AbilityTags) == 0x000200, "Member 'URPGAbilityComponent::AbilityTags' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityComponent, bTickOnScheduler) == 0x00022C, "Member 'URPGAbilityComponent::bTickOnScheduler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_OnDodgeRollFinished \ static_assert(alignof(URPGAbilityEventListener_OnDodgeRollFinished) == 0x000008, "Wrong alignment on URPGAbilityEventListener_OnDodgeRollFinished"); \ static_assert(sizeof(URPGAbilityEventListener_OnDodgeRollFinished) == 0x0000A0, "Wrong size on URPGAbilityEventListener_OnDodgeRollFinished"); \ static_assert(offsetof(URPGAbilityEventListener_OnDodgeRollFinished, BipedPlayer) == 0x000098, "Member 'URPGAbilityEventListener_OnDodgeRollFinished::BipedPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_OnSucessfulBlock \ static_assert(alignof(URPGAbilityEventListener_OnSucessfulBlock) == 0x000008, "Wrong alignment on URPGAbilityEventListener_OnSucessfulBlock"); \ static_assert(sizeof(URPGAbilityEventListener_OnSucessfulBlock) == 0x0000A0, "Wrong size on URPGAbilityEventListener_OnSucessfulBlock"); \ static_assert(offsetof(URPGAbilityEventListener_OnSucessfulBlock, BipedPlayer) == 0x000098, "Member 'URPGAbilityEventListener_OnSucessfulBlock::BipedPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWaterBarrel \ static_assert(alignof(AWaterBarrel) == 0x000008, "Wrong alignment on AWaterBarrel"); \ static_assert(sizeof(AWaterBarrel) == 0x000378, "Wrong size on AWaterBarrel"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_OnCriticalHit \ static_assert(alignof(URPGAbilityEventListener_OnCriticalHit) == 0x000008, "Wrong alignment on URPGAbilityEventListener_OnCriticalHit"); \ static_assert(sizeof(URPGAbilityEventListener_OnCriticalHit) == 0x000098, "Wrong size on URPGAbilityEventListener_OnCriticalHit"); \ #define DUMPER7_ASSERTS_UBlendSpaceInput_WandLink \ static_assert(alignof(UBlendSpaceInput_WandLink) == 0x000008, "Wrong alignment on UBlendSpaceInput_WandLink"); \ static_assert(sizeof(UBlendSpaceInput_WandLink) == 0x000038, "Wrong size on UBlendSpaceInput_WandLink"); \ static_assert(offsetof(UBlendSpaceInput_WandLink, Provider) == 0x000028, "Member 'UBlendSpaceInput_WandLink::Provider' has a wrong offset!"); \ static_assert(offsetof(UBlendSpaceInput_WandLink, bPlayer) == 0x000030, "Member 'UBlendSpaceInput_WandLink::bPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_OnHarvest \ static_assert(alignof(URPGAbilityEventListener_OnHarvest) == 0x000008, "Wrong alignment on URPGAbilityEventListener_OnHarvest"); \ static_assert(sizeof(URPGAbilityEventListener_OnHarvest) == 0x0000A8, "Wrong size on URPGAbilityEventListener_OnHarvest"); \ static_assert(offsetof(URPGAbilityEventListener_OnHarvest, MinTier) == 0x000098, "Member 'URPGAbilityEventListener_OnHarvest::MinTier' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnHarvest, MaxTier) == 0x00009C, "Member 'URPGAbilityEventListener_OnHarvest::MaxTier' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnHarvest, bCriticalsOnly) == 0x0000A0, "Member 'URPGAbilityEventListener_OnHarvest::bCriticalsOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_OnBrewCollect \ static_assert(alignof(URPGAbilityEventListener_OnBrewCollect) == 0x000008, "Wrong alignment on URPGAbilityEventListener_OnBrewCollect"); \ static_assert(sizeof(URPGAbilityEventListener_OnBrewCollect) == 0x000098, "Wrong size on URPGAbilityEventListener_OnBrewCollect"); \ #define DUMPER7_ASSERTS_SplineFollowerForAI_MoveOnSplineFleshLoad \ static_assert(alignof(SplineFollowerForAI_MoveOnSplineFleshLoad) == 0x000008, "Wrong alignment on SplineFollowerForAI_MoveOnSplineFleshLoad"); \ static_assert(sizeof(SplineFollowerForAI_MoveOnSplineFleshLoad) == 0x000008, "Wrong size on SplineFollowerForAI_MoveOnSplineFleshLoad"); \ static_assert(offsetof(SplineFollowerForAI_MoveOnSplineFleshLoad, FleshActor) == 0x000000, "Member 'SplineFollowerForAI_MoveOnSplineFleshLoad::FleshActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineFollowerForAI_OnFleshLoadComplete \ static_assert(alignof(SplineFollowerForAI_OnFleshLoadComplete) == 0x000008, "Wrong alignment on SplineFollowerForAI_OnFleshLoadComplete"); \ static_assert(sizeof(SplineFollowerForAI_OnFleshLoadComplete) == 0x000008, "Wrong size on SplineFollowerForAI_OnFleshLoadComplete"); \ static_assert(offsetof(SplineFollowerForAI_OnFleshLoadComplete, FleshActor) == 0x000000, "Member 'SplineFollowerForAI_OnFleshLoadComplete::FleshActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineFollowerForAI_SetLumos \ static_assert(alignof(SplineFollowerForAI_SetLumos) == 0x000001, "Wrong alignment on SplineFollowerForAI_SetLumos"); \ static_assert(sizeof(SplineFollowerForAI_SetLumos) == 0x000001, "Wrong size on SplineFollowerForAI_SetLumos"); \ static_assert(offsetof(SplineFollowerForAI_SetLumos, InbLumosOn) == 0x000000, "Member 'SplineFollowerForAI_SetLumos::InbLumosOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineFollowerForAI_StartAIMovementOnSpline \ static_assert(alignof(SplineFollowerForAI_StartAIMovementOnSpline) == 0x000008, "Wrong alignment on SplineFollowerForAI_StartAIMovementOnSpline"); \ static_assert(sizeof(SplineFollowerForAI_StartAIMovementOnSpline) == 0x000010, "Wrong size on SplineFollowerForAI_StartAIMovementOnSpline"); \ static_assert(offsetof(SplineFollowerForAI_StartAIMovementOnSpline, InScheduledEntity) == 0x000000, "Member 'SplineFollowerForAI_StartAIMovementOnSpline::InScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(SplineFollowerForAI_StartAIMovementOnSpline, ActivityTypeBits) == 0x000008, "Member 'SplineFollowerForAI_StartAIMovementOnSpline::ActivityTypeBits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineFollowerForAI_UpdateSplineType \ static_assert(alignof(SplineFollowerForAI_UpdateSplineType) == 0x000001, "Wrong alignment on SplineFollowerForAI_UpdateSplineType"); \ static_assert(sizeof(SplineFollowerForAI_UpdateSplineType) == 0x000001, "Wrong size on SplineFollowerForAI_UpdateSplineType"); \ static_assert(offsetof(SplineFollowerForAI_UpdateSplineType, NewSplineType) == 0x000000, "Member 'SplineFollowerForAI_UpdateSplineType::NewSplineType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASplineFollowerForAI \ static_assert(alignof(ASplineFollowerForAI) == 0x000008, "Wrong alignment on ASplineFollowerForAI"); \ static_assert(sizeof(ASplineFollowerForAI) == 0x000498, "Wrong size on ASplineFollowerForAI"); \ static_assert(offsetof(ASplineFollowerForAI, PathComponent) == 0x000248, "Member 'ASplineFollowerForAI::PathComponent' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, bDebugSpline) == 0x000250, "Member 'ASplineFollowerForAI::bDebugSpline' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, SplineType) == 0x000251, "Member 'ASplineFollowerForAI::SplineType' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, bCanPlayerUseSpeedModifier) == 0x000252, "Member 'ASplineFollowerForAI::bCanPlayerUseSpeedModifier' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, bStartAtSplineStart) == 0x000253, "Member 'ASplineFollowerForAI::bStartAtSplineStart' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, bOrientTowardsPlayer) == 0x000254, "Member 'ASplineFollowerForAI::bOrientTowardsPlayer' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, bInfluenceCamera) == 0x000255, "Member 'ASplineFollowerForAI::bInfluenceCamera' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, bUseDetailPanelRadiusValues) == 0x00025C, "Member 'ASplineFollowerForAI::bUseDetailPanelRadiusValues' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, clearanceDistance) == 0x000260, "Member 'ASplineFollowerForAI::clearanceDistance' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, CasualMode) == 0x000264, "Member 'ASplineFollowerForAI::CasualMode' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, JumpDisabled) == 0x000265, "Member 'ASplineFollowerForAI::JumpDisabled' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, DodgeDisabled) == 0x000266, "Member 'ASplineFollowerForAI::DodgeDisabled' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, AimModeDisabled) == 0x000267, "Member 'ASplineFollowerForAI::AimModeDisabled' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, SpellsDisabled) == 0x000268, "Member 'ASplineFollowerForAI::SpellsDisabled' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, SplineSceneRigs) == 0x000270, "Member 'ASplineFollowerForAI::SplineSceneRigs' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, CommonInterruptParallelSceneRigActor) == 0x000280, "Member 'ASplineFollowerForAI::CommonInterruptParallelSceneRigActor' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, CommonResumeParallelSceneRigActor) == 0x000288, "Member 'ASplineFollowerForAI::CommonResumeParallelSceneRigActor' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, CommonBarkParallelSceneRigActor) == 0x000290, "Member 'ASplineFollowerForAI::CommonBarkParallelSceneRigActor' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, CommonInterruptParallelModDialogueData) == 0x000298, "Member 'ASplineFollowerForAI::CommonInterruptParallelModDialogueData' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, CommonBarkParallelModDialogueData) == 0x0002A0, "Member 'ASplineFollowerForAI::CommonBarkParallelModDialogueData' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, bClearParallelSceneRig) == 0x0002A8, "Member 'ASplineFollowerForAI::bClearParallelSceneRig' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, MissionID) == 0x0002B0, "Member 'ASplineFollowerForAI::MissionID' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, MissionUID) == 0x000338, "Member 'ASplineFollowerForAI::MissionUID' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, StartMatchingPlayerSpeedRadius) == 0x00033C, "Member 'ASplineFollowerForAI::StartMatchingPlayerSpeedRadius' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, BungeeRadius) == 0x000340, "Member 'ASplineFollowerForAI::BungeeRadius' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, TickDelays) == 0x000344, "Member 'ASplineFollowerForAI::TickDelays' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, EntryPointDistance) == 0x000348, "Member 'ASplineFollowerForAI::EntryPointDistance' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, HeadTrackingCounter) == 0x00034C, "Member 'ASplineFollowerForAI::HeadTrackingCounter' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, bPlayerDistanceFromSpline) == 0x000350, "Member 'ASplineFollowerForAI::bPlayerDistanceFromSpline' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, bCanWait) == 0x000351, "Member 'ASplineFollowerForAI::bCanWait' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, StartWaitingProximityRadius) == 0x000354, "Member 'ASplineFollowerForAI::StartWaitingProximityRadius' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, StopWaitingProximityRadius) == 0x000358, "Member 'ASplineFollowerForAI::StopWaitingProximityRadius' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, PlayerDistanceFromSplineForWait) == 0x00035C, "Member 'ASplineFollowerForAI::PlayerDistanceFromSplineForWait' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, StartSlowWalkingProximityRadius) == 0x000360, "Member 'ASplineFollowerForAI::StartSlowWalkingProximityRadius' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, StartWalkingProximityRadius) == 0x000364, "Member 'ASplineFollowerForAI::StartWalkingProximityRadius' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, StartJoggingProximityRadius) == 0x00036C, "Member 'ASplineFollowerForAI::StartJoggingProximityRadius' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, bRevertToOriginalSpeedMode) == 0x000370, "Member 'ASplineFollowerForAI::bRevertToOriginalSpeedMode' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, RevertToOrginalProximityRadius) == 0x000374, "Member 'ASplineFollowerForAI::RevertToOrginalProximityRadius' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, bCanInterruptVO) == 0x000378, "Member 'ASplineFollowerForAI::bCanInterruptVO' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, InterruptVOProximityRadius) == 0x00037C, "Member 'ASplineFollowerForAI::InterruptVOProximityRadius' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, ResumeVOProximityRadius) == 0x000380, "Member 'ASplineFollowerForAI::ResumeVOProximityRadius' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, BarkVOProximityRadius) == 0x000384, "Member 'ASplineFollowerForAI::BarkVOProximityRadius' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, SplinePointsFromOtherSpline) == 0x000388, "Member 'ASplineFollowerForAI::SplinePointsFromOtherSpline' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, OtherSplinePath) == 0x000398, "Member 'ASplineFollowerForAI::OtherSplinePath' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, OnSplineCompleted) == 0x0003A0, "Member 'ASplineFollowerForAI::OnSplineCompleted' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, CameraInfluencePreset) == 0x000408, "Member 'ASplineFollowerForAI::CameraInfluencePreset' has a wrong offset!"); \ static_assert(offsetof(ASplineFollowerForAI, CameraInfluenceHandle) == 0x000410, "Member 'ASplineFollowerForAI::CameraInfluenceHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_OnCharacterDied \ static_assert(alignof(URPGAbilityEventListener_OnCharacterDied) == 0x000008, "Wrong alignment on URPGAbilityEventListener_OnCharacterDied"); \ static_assert(sizeof(URPGAbilityEventListener_OnCharacterDied) == 0x0000A8, "Wrong size on URPGAbilityEventListener_OnCharacterDied"); \ static_assert(offsetof(URPGAbilityEventListener_OnCharacterDied, bKillInstigatorMustBeAbilityOwner) == 0x000098, "Member 'URPGAbilityEventListener_OnCharacterDied::bKillInstigatorMustBeAbilityOwner' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnCharacterDied, LevelComparison) == 0x000099, "Member 'URPGAbilityEventListener_OnCharacterDied::LevelComparison' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnCharacterDied, LevelDifference) == 0x00009C, "Member 'URPGAbilityEventListener_OnCharacterDied::LevelDifference' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnCharacterDied, MaximumDistance) == 0x0000A0, "Member 'URPGAbilityEventListener_OnCharacterDied::MaximumDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGSettings \ static_assert(alignof(URPGSettings) == 0x000008, "Wrong alignment on URPGSettings"); \ static_assert(sizeof(URPGSettings) == 0x000078, "Wrong size on URPGSettings"); \ static_assert(offsetof(URPGSettings, Effects) == 0x000028, "Member 'URPGSettings::Effects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_OnCharacterDiedFromSpell \ static_assert(alignof(URPGAbilityEventListener_OnCharacterDiedFromSpell) == 0x000008, "Wrong alignment on URPGAbilityEventListener_OnCharacterDiedFromSpell"); \ static_assert(sizeof(URPGAbilityEventListener_OnCharacterDiedFromSpell) == 0x0000C0, "Wrong size on URPGAbilityEventListener_OnCharacterDiedFromSpell"); \ static_assert(offsetof(URPGAbilityEventListener_OnCharacterDiedFromSpell, SpellGroup) == 0x0000A8, "Member 'URPGAbilityEventListener_OnCharacterDiedFromSpell::SpellGroup' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnCharacterDiedFromSpell, SpellName) == 0x0000B0, "Member 'URPGAbilityEventListener_OnCharacterDiedFromSpell::SpellName' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnCharacterDiedFromSpell, TargetIsPlayer) == 0x0000B8, "Member 'URPGAbilityEventListener_OnCharacterDiedFromSpell::TargetIsPlayer' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnCharacterDiedFromSpell, TargetIsTeammate) == 0x0000B9, "Member 'URPGAbilityEventListener_OnCharacterDiedFromSpell::TargetIsTeammate' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnCharacterDiedFromSpell, TargetIsEnemy) == 0x0000BA, "Member 'URPGAbilityEventListener_OnCharacterDiedFromSpell::TargetIsEnemy' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnCharacterDiedFromSpell, TargetIsNeutral) == 0x0000BB, "Member 'URPGAbilityEventListener_OnCharacterDiedFromSpell::TargetIsNeutral' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RPGAbilityEventListener_OnTargetHitWithSpells_OnDamageReceived \ static_assert(alignof(RPGAbilityEventListener_OnTargetHitWithSpells_OnDamageReceived) == 0x000008, "Wrong alignment on RPGAbilityEventListener_OnTargetHitWithSpells_OnDamageReceived"); \ static_assert(sizeof(RPGAbilityEventListener_OnTargetHitWithSpells_OnDamageReceived) == 0x0000A0, "Wrong size on RPGAbilityEventListener_OnTargetHitWithSpells_OnDamageReceived"); \ static_assert(offsetof(RPGAbilityEventListener_OnTargetHitWithSpells_OnDamageReceived, Target) == 0x000000, "Member 'RPGAbilityEventListener_OnTargetHitWithSpells_OnDamageReceived::Target' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityEventListener_OnTargetHitWithSpells_OnDamageReceived, Instigator) == 0x000008, "Member 'RPGAbilityEventListener_OnTargetHitWithSpells_OnDamageReceived::Instigator' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityEventListener_OnTargetHitWithSpells_OnDamageReceived, Damage) == 0x000010, "Member 'RPGAbilityEventListener_OnTargetHitWithSpells_OnDamageReceived::Damage' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityEventListener_OnTargetHitWithSpells_OnDamageReceived, Hit) == 0x000014, "Member 'RPGAbilityEventListener_OnTargetHitWithSpells_OnDamageReceived::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_OnTargetHitWithSpells \ static_assert(alignof(URPGAbilityEventListener_OnTargetHitWithSpells) == 0x000008, "Wrong alignment on URPGAbilityEventListener_OnTargetHitWithSpells"); \ static_assert(sizeof(URPGAbilityEventListener_OnTargetHitWithSpells) == 0x000150, "Wrong size on URPGAbilityEventListener_OnTargetHitWithSpells"); \ static_assert(offsetof(URPGAbilityEventListener_OnTargetHitWithSpells, TargetChainRule) == 0x000098, "Member 'URPGAbilityEventListener_OnTargetHitWithSpells::TargetChainRule' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnTargetHitWithSpells, SpellChainRule) == 0x000099, "Member 'URPGAbilityEventListener_OnTargetHitWithSpells::SpellChainRule' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnTargetHitWithSpells, bResetOnBeingHit) == 0x00009A, "Member 'URPGAbilityEventListener_OnTargetHitWithSpells::bResetOnBeingHit' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnTargetHitWithSpells, bResetOnFailedSpell) == 0x00009B, "Member 'URPGAbilityEventListener_OnTargetHitWithSpells::bResetOnFailedSpell' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnTargetHitWithSpells, MaxTimeBetweenHits) == 0x00009C, "Member 'URPGAbilityEventListener_OnTargetHitWithSpells::MaxTimeBetweenHits' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnTargetHitWithSpells, bChanceBased) == 0x0000A0, "Member 'URPGAbilityEventListener_OnTargetHitWithSpells::bChanceBased' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnTargetHitWithSpells, NumRequiredHits) == 0x0000A4, "Member 'URPGAbilityEventListener_OnTargetHitWithSpells::NumRequiredHits' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnTargetHitWithSpells, TriggerChance) == 0x0000A8, "Member 'URPGAbilityEventListener_OnTargetHitWithSpells::TriggerChance' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnTargetHitWithSpells, TrackedHits) == 0x000138, "Member 'URPGAbilityEventListener_OnTargetHitWithSpells::TrackedHits' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnTargetHitWithSpells, Wand) == 0x000148, "Member 'URPGAbilityEventListener_OnTargetHitWithSpells::Wand' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RPGAbilityEventListener_ReduceCooldownOnDamage_OnDamageReceived \ static_assert(alignof(RPGAbilityEventListener_ReduceCooldownOnDamage_OnDamageReceived) == 0x000008, "Wrong alignment on RPGAbilityEventListener_ReduceCooldownOnDamage_OnDamageReceived"); \ static_assert(sizeof(RPGAbilityEventListener_ReduceCooldownOnDamage_OnDamageReceived) == 0x0000A0, "Wrong size on RPGAbilityEventListener_ReduceCooldownOnDamage_OnDamageReceived"); \ static_assert(offsetof(RPGAbilityEventListener_ReduceCooldownOnDamage_OnDamageReceived, Target) == 0x000000, "Member 'RPGAbilityEventListener_ReduceCooldownOnDamage_OnDamageReceived::Target' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityEventListener_ReduceCooldownOnDamage_OnDamageReceived, Instigator) == 0x000008, "Member 'RPGAbilityEventListener_ReduceCooldownOnDamage_OnDamageReceived::Instigator' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityEventListener_ReduceCooldownOnDamage_OnDamageReceived, Damage) == 0x000010, "Member 'RPGAbilityEventListener_ReduceCooldownOnDamage_OnDamageReceived::Damage' has a wrong offset!"); \ static_assert(offsetof(RPGAbilityEventListener_ReduceCooldownOnDamage_OnDamageReceived, Hit) == 0x000014, "Member 'RPGAbilityEventListener_ReduceCooldownOnDamage_OnDamageReceived::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_ReduceCooldownOnDamage \ static_assert(alignof(URPGAbilityEventListener_ReduceCooldownOnDamage) == 0x000008, "Wrong alignment on URPGAbilityEventListener_ReduceCooldownOnDamage"); \ static_assert(sizeof(URPGAbilityEventListener_ReduceCooldownOnDamage) == 0x0000B8, "Wrong size on URPGAbilityEventListener_ReduceCooldownOnDamage"); \ static_assert(offsetof(URPGAbilityEventListener_ReduceCooldownOnDamage, TimePerDamage) == 0x000028, "Member 'URPGAbilityEventListener_ReduceCooldownOnDamage::TimePerDamage' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_ReduceCooldownOnDamage, bCheckSpellGroup) == 0x0000B0, "Member 'URPGAbilityEventListener_ReduceCooldownOnDamage::bCheckSpellGroup' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_ReduceCooldownOnDamage, SpellGroupName) == 0x0000B1, "Member 'URPGAbilityEventListener_ReduceCooldownOnDamage::SpellGroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spawner_GetRelativeTransform \ static_assert(alignof(SpiderWeb_Spawner_GetRelativeTransform) == 0x000010, "Wrong alignment on SpiderWeb_Spawner_GetRelativeTransform"); \ static_assert(sizeof(SpiderWeb_Spawner_GetRelativeTransform) == 0x000050, "Wrong size on SpiderWeb_Spawner_GetRelativeTransform"); \ static_assert(offsetof(SpiderWeb_Spawner_GetRelativeTransform, StaticMesh) == 0x000000, "Member 'SpiderWeb_Spawner_GetRelativeTransform::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spawner_GetRelativeTransform, FireLocation) == 0x000008, "Member 'SpiderWeb_Spawner_GetRelativeTransform::FireLocation' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spawner_GetRelativeTransform, ReturnValue) == 0x000020, "Member 'SpiderWeb_Spawner_GetRelativeTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spawner_IsSpider \ static_assert(alignof(SpiderWeb_Spawner_IsSpider) == 0x000008, "Wrong alignment on SpiderWeb_Spawner_IsSpider"); \ static_assert(sizeof(SpiderWeb_Spawner_IsSpider) == 0x000010, "Wrong size on SpiderWeb_Spawner_IsSpider"); \ static_assert(offsetof(SpiderWeb_Spawner_IsSpider, checkActor) == 0x000000, "Member 'SpiderWeb_Spawner_IsSpider::checkActor' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spawner_IsSpider, ReturnValue) == 0x000008, "Member 'SpiderWeb_Spawner_IsSpider::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spawner_OnSpawnOverlapBegin \ static_assert(alignof(SpiderWeb_Spawner_OnSpawnOverlapBegin) == 0x000008, "Wrong alignment on SpiderWeb_Spawner_OnSpawnOverlapBegin"); \ static_assert(sizeof(SpiderWeb_Spawner_OnSpawnOverlapBegin) == 0x0000B0, "Wrong size on SpiderWeb_Spawner_OnSpawnOverlapBegin"); \ static_assert(offsetof(SpiderWeb_Spawner_OnSpawnOverlapBegin, OverlappedComponent) == 0x000000, "Member 'SpiderWeb_Spawner_OnSpawnOverlapBegin::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spawner_OnSpawnOverlapBegin, OtherActor) == 0x000008, "Member 'SpiderWeb_Spawner_OnSpawnOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spawner_OnSpawnOverlapBegin, OtherComp) == 0x000010, "Member 'SpiderWeb_Spawner_OnSpawnOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spawner_OnSpawnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'SpiderWeb_Spawner_OnSpawnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spawner_OnSpawnOverlapBegin, bFromSweep) == 0x00001C, "Member 'SpiderWeb_Spawner_OnSpawnOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spawner_OnSpawnOverlapBegin, SweepResult) == 0x000020, "Member 'SpiderWeb_Spawner_OnSpawnOverlapBegin::SweepResult' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spawner_OnSpawnOverlapBegin, ReturnValue) == 0x0000A8, "Member 'SpiderWeb_Spawner_OnSpawnOverlapBegin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spawner_OnSpawnOverlapEnd \ static_assert(alignof(SpiderWeb_Spawner_OnSpawnOverlapEnd) == 0x000008, "Wrong alignment on SpiderWeb_Spawner_OnSpawnOverlapEnd"); \ static_assert(sizeof(SpiderWeb_Spawner_OnSpawnOverlapEnd) == 0x000020, "Wrong size on SpiderWeb_Spawner_OnSpawnOverlapEnd"); \ static_assert(offsetof(SpiderWeb_Spawner_OnSpawnOverlapEnd, OverlappedComponent) == 0x000000, "Member 'SpiderWeb_Spawner_OnSpawnOverlapEnd::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spawner_OnSpawnOverlapEnd, OtherActor) == 0x000008, "Member 'SpiderWeb_Spawner_OnSpawnOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spawner_OnSpawnOverlapEnd, OtherComp) == 0x000010, "Member 'SpiderWeb_Spawner_OnSpawnOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spawner_OnSpawnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'SpiderWeb_Spawner_OnSpawnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spawner_OnSpawnOverlapEnd, ReturnValue) == 0x00001C, "Member 'SpiderWeb_Spawner_OnSpawnOverlapEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spawner_SetSpawner \ static_assert(alignof(SpiderWeb_Spawner_SetSpawner) == 0x000008, "Wrong alignment on SpiderWeb_Spawner_SetSpawner"); \ static_assert(sizeof(SpiderWeb_Spawner_SetSpawner) == 0x000008, "Wrong size on SpiderWeb_Spawner_SetSpawner"); \ static_assert(offsetof(SpiderWeb_Spawner_SetSpawner, newSpawner) == 0x000000, "Member 'SpiderWeb_Spawner_SetSpawner::newSpawner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spawner_WebThaw \ static_assert(alignof(SpiderWeb_Spawner_WebThaw) == 0x000001, "Wrong alignment on SpiderWeb_Spawner_WebThaw"); \ static_assert(sizeof(SpiderWeb_Spawner_WebThaw) == 0x000001, "Wrong size on SpiderWeb_Spawner_WebThaw"); \ static_assert(offsetof(SpiderWeb_Spawner_WebThaw, ReturnValue) == 0x000000, "Member 'SpiderWeb_Spawner_WebThaw::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpiderWeb_Spawner \ static_assert(alignof(ASpiderWeb_Spawner) == 0x000008, "Wrong alignment on ASpiderWeb_Spawner"); \ static_assert(sizeof(ASpiderWeb_Spawner) == 0x000290, "Wrong size on ASpiderWeb_Spawner"); \ static_assert(offsetof(ASpiderWeb_Spawner, SpawnerVolume) == 0x000248, "Member 'ASpiderWeb_Spawner::SpawnerVolume' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spawner, SpawnTime) == 0x000250, "Member 'ASpiderWeb_Spawner::SpawnTime' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spawner, bDestroyOnSpawn) == 0x000254, "Member 'ASpiderWeb_Spawner::bDestroyOnSpawn' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spawner, bIgnoreType) == 0x000255, "Member 'ASpiderWeb_Spawner::bIgnoreType' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spawner, IgnoreTypeName) == 0x000258, "Member 'ASpiderWeb_Spawner::IgnoreTypeName' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spawner, bBurning) == 0x000268, "Member 'ASpiderWeb_Spawner::bBurning' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spawner, bFrozen) == 0x000269, "Member 'ASpiderWeb_Spawner::bFrozen' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spawner, SpawnGroupName) == 0x00026C, "Member 'ASpiderWeb_Spawner::SpawnGroupName' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spawner, SpawnNum) == 0x000274, "Member 'ASpiderWeb_Spawner::SpawnNum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RPGAbilityEventListener_OnSpellCast_OnSpellCast \ static_assert(alignof(RPGAbilityEventListener_OnSpellCast_OnSpellCast) == 0x000008, "Wrong alignment on RPGAbilityEventListener_OnSpellCast_OnSpellCast"); \ static_assert(sizeof(RPGAbilityEventListener_OnSpellCast_OnSpellCast) == 0x000008, "Wrong size on RPGAbilityEventListener_OnSpellCast_OnSpellCast"); \ static_assert(offsetof(RPGAbilityEventListener_OnSpellCast_OnSpellCast, SpellTool) == 0x000000, "Member 'RPGAbilityEventListener_OnSpellCast_OnSpellCast::SpellTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_OnSpellCast \ static_assert(alignof(URPGAbilityEventListener_OnSpellCast) == 0x000008, "Wrong alignment on URPGAbilityEventListener_OnSpellCast"); \ static_assert(sizeof(URPGAbilityEventListener_OnSpellCast) == 0x0000B0, "Wrong size on URPGAbilityEventListener_OnSpellCast"); \ static_assert(offsetof(URPGAbilityEventListener_OnSpellCast, bCheckSpellGroup) == 0x000098, "Member 'URPGAbilityEventListener_OnSpellCast::bCheckSpellGroup' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnSpellCast, SpellGroup) == 0x000099, "Member 'URPGAbilityEventListener_OnSpellCast::SpellGroup' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnSpellCast, SpellName) == 0x00009C, "Member 'URPGAbilityEventListener_OnSpellCast::SpellName' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnSpellCast, bListenToPlayer) == 0x0000A4, "Member 'URPGAbilityEventListener_OnSpellCast::bListenToPlayer' has a wrong offset!"); \ static_assert(offsetof(URPGAbilityEventListener_OnSpellCast, Wand) == 0x0000A8, "Member 'URPGAbilityEventListener_OnSpellCast::Wand' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StartConversationNode_StartConversation \ static_assert(alignof(StartConversationNode_StartConversation) == 0x000008, "Wrong alignment on StartConversationNode_StartConversation"); \ static_assert(sizeof(StartConversationNode_StartConversation) == 0x000018, "Wrong size on StartConversationNode_StartConversation"); \ static_assert(offsetof(StartConversationNode_StartConversation, interactionActor_0) == 0x000000, "Member 'StartConversationNode_StartConversation::interactionActor_0' has a wrong offset!"); \ static_assert(offsetof(StartConversationNode_StartConversation, ConversationID_0) == 0x000008, "Member 'StartConversationNode_StartConversation::ConversationID_0' has a wrong offset!"); \ static_assert(offsetof(StartConversationNode_StartConversation, ReturnValue) == 0x000010, "Member 'StartConversationNode_StartConversation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStartConversationNode \ static_assert(alignof(UStartConversationNode) == 0x000008, "Wrong alignment on UStartConversationNode"); \ static_assert(sizeof(UStartConversationNode) == 0x000060, "Wrong size on UStartConversationNode"); \ static_assert(offsetof(UStartConversationNode, ConversationStarted) == 0x000030, "Member 'UStartConversationNode::ConversationStarted' has a wrong offset!"); \ static_assert(offsetof(UStartConversationNode, ConversationFinished) == 0x000040, "Member 'UStartConversationNode::ConversationFinished' has a wrong offset!"); \ static_assert(offsetof(UStartConversationNode, interactionActor) == 0x000050, "Member 'UStartConversationNode::interactionActor' has a wrong offset!"); \ static_assert(offsetof(UStartConversationNode, ConversationID) == 0x000058, "Member 'UStartConversationNode::ConversationID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RPGAbilityEventListener_OnPlayerCompanionProtection_OnCastCompanionProtego \ static_assert(alignof(RPGAbilityEventListener_OnPlayerCompanionProtection_OnCastCompanionProtego) == 0x000008, "Wrong alignment on RPGAbilityEventListener_OnPlayerCompanionProtection_OnCastCompanionProtego"); \ static_assert(sizeof(RPGAbilityEventListener_OnPlayerCompanionProtection_OnCastCompanionProtego) == 0x000008, "Wrong size on RPGAbilityEventListener_OnPlayerCompanionProtection_OnCastCompanionProtego"); \ static_assert(offsetof(RPGAbilityEventListener_OnPlayerCompanionProtection_OnCastCompanionProtego, Caller) == 0x000000, "Member 'RPGAbilityEventListener_OnPlayerCompanionProtection_OnCastCompanionProtego::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_OnPlayerCompanionProtection \ static_assert(alignof(URPGAbilityEventListener_OnPlayerCompanionProtection) == 0x000008, "Wrong alignment on URPGAbilityEventListener_OnPlayerCompanionProtection"); \ static_assert(sizeof(URPGAbilityEventListener_OnPlayerCompanionProtection) == 0x000098, "Wrong size on URPGAbilityEventListener_OnPlayerCompanionProtection"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_GenerateFocus \ static_assert(alignof(URPGTriggerEffect_GenerateFocus) == 0x000008, "Wrong alignment on URPGTriggerEffect_GenerateFocus"); \ static_assert(sizeof(URPGTriggerEffect_GenerateFocus) == 0x000048, "Wrong size on URPGTriggerEffect_GenerateFocus"); \ static_assert(offsetof(URPGTriggerEffect_GenerateFocus, FocusAmount) == 0x000040, "Member 'URPGTriggerEffect_GenerateFocus::FocusAmount' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_GenerateFocus, AmountIsFullFocusBars) == 0x000044, "Member 'URPGTriggerEffect_GenerateFocus::AmountIsFullFocusBars' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_InStealth \ static_assert(alignof(URPGAbilityEventListener_InStealth) == 0x000008, "Wrong alignment on URPGAbilityEventListener_InStealth"); \ static_assert(sizeof(URPGAbilityEventListener_InStealth) == 0x0000A8, "Wrong size on URPGAbilityEventListener_InStealth"); \ #define DUMPER7_ASSERTS_URPGAbilityEventListener_OnMessage \ static_assert(alignof(URPGAbilityEventListener_OnMessage) == 0x000008, "Wrong alignment on URPGAbilityEventListener_OnMessage"); \ static_assert(sizeof(URPGAbilityEventListener_OnMessage) == 0x0000A8, "Wrong size on URPGAbilityEventListener_OnMessage"); \ static_assert(offsetof(URPGAbilityEventListener_OnMessage, HermesMessage) == 0x000098, "Member 'URPGAbilityEventListener_OnMessage::HermesMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpringFollowSwarmActor \ static_assert(alignof(ASpringFollowSwarmActor) == 0x000008, "Wrong alignment on ASpringFollowSwarmActor"); \ static_assert(sizeof(ASpringFollowSwarmActor) == 0x000300, "Wrong size on ASpringFollowSwarmActor"); \ static_assert(offsetof(ASpringFollowSwarmActor, SwarmerSettings) == 0x000248, "Member 'ASpringFollowSwarmActor::SwarmerSettings' has a wrong offset!"); \ static_assert(offsetof(ASpringFollowSwarmActor, RandomizeK) == 0x00026C, "Member 'ASpringFollowSwarmActor::RandomizeK' has a wrong offset!"); \ static_assert(offsetof(ASpringFollowSwarmActor, SwarmRandomizeStart) == 0x000270, "Member 'ASpringFollowSwarmActor::SwarmRandomizeStart' has a wrong offset!"); \ static_assert(offsetof(ASpringFollowSwarmActor, SwarmRandomizeSpeed) == 0x000278, "Member 'ASpringFollowSwarmActor::SwarmRandomizeSpeed' has a wrong offset!"); \ static_assert(offsetof(ASpringFollowSwarmActor, SwarmRepulse) == 0x000280, "Member 'ASpringFollowSwarmActor::SwarmRepulse' has a wrong offset!"); \ static_assert(offsetof(ASpringFollowSwarmActor, SwarmDistancePower) == 0x000284, "Member 'ASpringFollowSwarmActor::SwarmDistancePower' has a wrong offset!"); \ static_assert(offsetof(ASpringFollowSwarmActor, LeaderSettings) == 0x000288, "Member 'ASpringFollowSwarmActor::LeaderSettings' has a wrong offset!"); \ static_assert(offsetof(ASpringFollowSwarmActor, LeaderRandomizeStart) == 0x0002AC, "Member 'ASpringFollowSwarmActor::LeaderRandomizeStart' has a wrong offset!"); \ static_assert(offsetof(ASpringFollowSwarmActor, LeaderRandomizeSpeed) == 0x0002B4, "Member 'ASpringFollowSwarmActor::LeaderRandomizeSpeed' has a wrong offset!"); \ static_assert(offsetof(ASpringFollowSwarmActor, LeaderRepulse) == 0x0002BC, "Member 'ASpringFollowSwarmActor::LeaderRepulse' has a wrong offset!"); \ static_assert(offsetof(ASpringFollowSwarmActor, LeaderDistancePower) == 0x0002C0, "Member 'ASpringFollowSwarmActor::LeaderDistancePower' has a wrong offset!"); \ static_assert(offsetof(ASpringFollowSwarmActor, bSwarmAlignToVelocity) == 0x0002C4, "Member 'ASpringFollowSwarmActor::bSwarmAlignToVelocity' has a wrong offset!"); \ static_assert(offsetof(ASpringFollowSwarmActor, bLeaderAlignToVelocity) == 0x0002C5, "Member 'ASpringFollowSwarmActor::bLeaderAlignToVelocity' has a wrong offset!"); \ static_assert(offsetof(ASpringFollowSwarmActor, Leader) == 0x0002C8, "Member 'ASpringFollowSwarmActor::Leader' has a wrong offset!"); \ static_assert(offsetof(ASpringFollowSwarmActor, Swarmers) == 0x0002F0, "Member 'ASpringFollowSwarmActor::Swarmers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGAbilitySettings \ static_assert(alignof(URPGAbilitySettings) == 0x000008, "Wrong alignment on URPGAbilitySettings"); \ static_assert(sizeof(URPGAbilitySettings) == 0x000078, "Wrong size on URPGAbilitySettings"); \ static_assert(offsetof(URPGAbilitySettings, RPGAbilityMap) == 0x000028, "Member 'URPGAbilitySettings::RPGAbilityMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGCondition \ static_assert(alignof(URPGCondition) == 0x000008, "Wrong alignment on URPGCondition"); \ static_assert(sizeof(URPGCondition) == 0x000030, "Wrong size on URPGCondition"); \ static_assert(offsetof(URPGCondition, ConditionMetWhenTrue) == 0x000028, "Member 'URPGCondition::ConditionMetWhenTrue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeFwdMoveLoop_AddTarget_FwdMoveLoop \ static_assert(alignof(TargetTypeFwdMoveLoop_AddTarget_FwdMoveLoop) == 0x000008, "Wrong alignment on TargetTypeFwdMoveLoop_AddTarget_FwdMoveLoop"); \ static_assert(sizeof(TargetTypeFwdMoveLoop_AddTarget_FwdMoveLoop) == 0x000018, "Wrong size on TargetTypeFwdMoveLoop_AddTarget_FwdMoveLoop"); \ static_assert(offsetof(TargetTypeFwdMoveLoop_AddTarget_FwdMoveLoop, TargetTracker) == 0x000000, "Member 'TargetTypeFwdMoveLoop_AddTarget_FwdMoveLoop::TargetTracker' has a wrong offset!"); \ static_assert(offsetof(TargetTypeFwdMoveLoop_AddTarget_FwdMoveLoop, InTargetID) == 0x000008, "Member 'TargetTypeFwdMoveLoop_AddTarget_FwdMoveLoop::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTypeFwdMoveLoop_AddTarget_FwdMoveLoop, ReturnValue) == 0x000010, "Member 'TargetTypeFwdMoveLoop_AddTarget_FwdMoveLoop::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargetTypeFwdMoveLoop \ static_assert(alignof(UTargetTypeFwdMoveLoop) == 0x000008, "Wrong alignment on UTargetTypeFwdMoveLoop"); \ static_assert(sizeof(UTargetTypeFwdMoveLoop) == 0x000038, "Wrong size on UTargetTypeFwdMoveLoop"); \ #define DUMPER7_ASSERTS_URPGCondition_PlayerInCombat \ static_assert(alignof(URPGCondition_PlayerInCombat) == 0x000008, "Wrong alignment on URPGCondition_PlayerInCombat"); \ static_assert(sizeof(URPGCondition_PlayerInCombat) == 0x000030, "Wrong size on URPGCondition_PlayerInCombat"); \ #define DUMPER7_ASSERTS_SanctuaryHousekeepingPlaceholder_HandleBreakableDestroyed \ static_assert(alignof(SanctuaryHousekeepingPlaceholder_HandleBreakableDestroyed) == 0x000008, "Wrong alignment on SanctuaryHousekeepingPlaceholder_HandleBreakableDestroyed"); \ static_assert(sizeof(SanctuaryHousekeepingPlaceholder_HandleBreakableDestroyed) == 0x000008, "Wrong size on SanctuaryHousekeepingPlaceholder_HandleBreakableDestroyed"); \ static_assert(offsetof(SanctuaryHousekeepingPlaceholder_HandleBreakableDestroyed, i_caller) == 0x000000, "Member 'SanctuaryHousekeepingPlaceholder_HandleBreakableDestroyed::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryHousekeepingPlaceholder_OnChildActorEndPlay \ static_assert(alignof(SanctuaryHousekeepingPlaceholder_OnChildActorEndPlay) == 0x000008, "Wrong alignment on SanctuaryHousekeepingPlaceholder_OnChildActorEndPlay"); \ static_assert(sizeof(SanctuaryHousekeepingPlaceholder_OnChildActorEndPlay) == 0x000010, "Wrong size on SanctuaryHousekeepingPlaceholder_OnChildActorEndPlay"); \ static_assert(offsetof(SanctuaryHousekeepingPlaceholder_OnChildActorEndPlay, Actor) == 0x000000, "Member 'SanctuaryHousekeepingPlaceholder_OnChildActorEndPlay::Actor' has a wrong offset!"); \ static_assert(offsetof(SanctuaryHousekeepingPlaceholder_OnChildActorEndPlay, EndPlayReason) == 0x000008, "Member 'SanctuaryHousekeepingPlaceholder_OnChildActorEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryHousekeepingPlaceholder_OnForagableCollected \ static_assert(alignof(SanctuaryHousekeepingPlaceholder_OnForagableCollected) == 0x000008, "Wrong alignment on SanctuaryHousekeepingPlaceholder_OnForagableCollected"); \ static_assert(sizeof(SanctuaryHousekeepingPlaceholder_OnForagableCollected) == 0x000008, "Wrong size on SanctuaryHousekeepingPlaceholder_OnForagableCollected"); \ static_assert(offsetof(SanctuaryHousekeepingPlaceholder_OnForagableCollected, Actor) == 0x000000, "Member 'SanctuaryHousekeepingPlaceholder_OnForagableCollected::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASanctuaryHousekeepingPlaceholder \ static_assert(alignof(ASanctuaryHousekeepingPlaceholder) == 0x000008, "Wrong alignment on ASanctuaryHousekeepingPlaceholder"); \ static_assert(sizeof(ASanctuaryHousekeepingPlaceholder) == 0x000560, "Wrong size on ASanctuaryHousekeepingPlaceholder"); \ static_assert(offsetof(ASanctuaryHousekeepingPlaceholder, HousekeepingType) == 0x000298, "Member 'ASanctuaryHousekeepingPlaceholder::HousekeepingType' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryHousekeepingPlaceholder, ZoneID) == 0x000320, "Member 'ASanctuaryHousekeepingPlaceholder::ZoneID' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryHousekeepingPlaceholder, LockId) == 0x0003A8, "Member 'ASanctuaryHousekeepingPlaceholder::LockId' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryHousekeepingPlaceholder, LockID2) == 0x000430, "Member 'ASanctuaryHousekeepingPlaceholder::LockID2' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryHousekeepingPlaceholder, UID) == 0x0004B8, "Member 'ASanctuaryHousekeepingPlaceholder::UID' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryHousekeepingPlaceholder, StaticMeshOverride) == 0x0004C0, "Member 'ASanctuaryHousekeepingPlaceholder::StaticMeshOverride' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryHousekeepingPlaceholder, LootID) == 0x0004C8, "Member 'ASanctuaryHousekeepingPlaceholder::LootID' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryHousekeepingPlaceholder, bIsAliveOnFirstLoad) == 0x000550, "Member 'ASanctuaryHousekeepingPlaceholder::bIsAliveOnFirstLoad' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryHousekeepingPlaceholder, bIsSpawnedInAsOwnActor) == 0x000551, "Member 'ASanctuaryHousekeepingPlaceholder::bIsSpawnedInAsOwnActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGCondition_PlayerOrCompanionInCombat \ static_assert(alignof(URPGCondition_PlayerOrCompanionInCombat) == 0x000008, "Wrong alignment on URPGCondition_PlayerOrCompanionInCombat"); \ static_assert(sizeof(URPGCondition_PlayerOrCompanionInCombat) == 0x000030, "Wrong size on URPGCondition_PlayerOrCompanionInCombat"); \ #define DUMPER7_ASSERTS_URPGCondition_HasAbilityTags \ static_assert(alignof(URPGCondition_HasAbilityTags) == 0x000008, "Wrong alignment on URPGCondition_HasAbilityTags"); \ static_assert(sizeof(URPGCondition_HasAbilityTags) == 0x000050, "Wrong size on URPGCondition_HasAbilityTags"); \ static_assert(offsetof(URPGCondition_HasAbilityTags, AbilityTags) == 0x000030, "Member 'URPGCondition_HasAbilityTags::AbilityTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGModExtension_PlayerMultiFX \ static_assert(alignof(URPGModExtension_PlayerMultiFX) == 0x000008, "Wrong alignment on URPGModExtension_PlayerMultiFX"); \ static_assert(sizeof(URPGModExtension_PlayerMultiFX) == 0x0001A0, "Wrong size on URPGModExtension_PlayerMultiFX"); \ static_assert(offsetof(URPGModExtension_PlayerMultiFX, OnAddEffect) == 0x000028, "Member 'URPGModExtension_PlayerMultiFX::OnAddEffect' has a wrong offset!"); \ static_assert(offsetof(URPGModExtension_PlayerMultiFX, OnAppliedEffect) == 0x000098, "Member 'URPGModExtension_PlayerMultiFX::OnAppliedEffect' has a wrong offset!"); \ static_assert(offsetof(URPGModExtension_PlayerMultiFX, bOnlyOnFirstApplied) == 0x000108, "Member 'URPGModExtension_PlayerMultiFX::bOnlyOnFirstApplied' has a wrong offset!"); \ static_assert(offsetof(URPGModExtension_PlayerMultiFX, bOnlyAllowOneApplied) == 0x000109, "Member 'URPGModExtension_PlayerMultiFX::bOnlyAllowOneApplied' has a wrong offset!"); \ static_assert(offsetof(URPGModExtension_PlayerMultiFX, bEndAppliedOnRemoved) == 0x00010A, "Member 'URPGModExtension_PlayerMultiFX::bEndAppliedOnRemoved' has a wrong offset!"); \ static_assert(offsetof(URPGModExtension_PlayerMultiFX, OnRemovedEffect) == 0x000110, "Member 'URPGModExtension_PlayerMultiFX::OnRemovedEffect' has a wrong offset!"); \ static_assert(offsetof(URPGModExtension_PlayerMultiFX, OnAddHandle) == 0x000180, "Member 'URPGModExtension_PlayerMultiFX::OnAddHandle' has a wrong offset!"); \ static_assert(offsetof(URPGModExtension_PlayerMultiFX, OnAppliedHandle) == 0x000190, "Member 'URPGModExtension_PlayerMultiFX::OnAppliedHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeBroomSpline_AddTarget_BroomSpline \ static_assert(alignof(TargetTypeBroomSpline_AddTarget_BroomSpline) == 0x000008, "Wrong alignment on TargetTypeBroomSpline_AddTarget_BroomSpline"); \ static_assert(sizeof(TargetTypeBroomSpline_AddTarget_BroomSpline) == 0x000020, "Wrong size on TargetTypeBroomSpline_AddTarget_BroomSpline"); \ static_assert(offsetof(TargetTypeBroomSpline_AddTarget_BroomSpline, TargetTracker) == 0x000000, "Member 'TargetTypeBroomSpline_AddTarget_BroomSpline::TargetTracker' has a wrong offset!"); \ static_assert(offsetof(TargetTypeBroomSpline_AddTarget_BroomSpline, InTargetID) == 0x000008, "Member 'TargetTypeBroomSpline_AddTarget_BroomSpline::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTypeBroomSpline_AddTarget_BroomSpline, InTargetActor) == 0x000010, "Member 'TargetTypeBroomSpline_AddTarget_BroomSpline::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(TargetTypeBroomSpline_AddTarget_BroomSpline, ReturnValue) == 0x000018, "Member 'TargetTypeBroomSpline_AddTarget_BroomSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargetTypeBroomSpline \ static_assert(alignof(UTargetTypeBroomSpline) == 0x000008, "Wrong alignment on UTargetTypeBroomSpline"); \ static_assert(sizeof(UTargetTypeBroomSpline) == 0x000060, "Wrong size on UTargetTypeBroomSpline"); \ #define DUMPER7_ASSERTS_URPGModExtensionNotify \ static_assert(alignof(URPGModExtensionNotify) == 0x000008, "Wrong alignment on URPGModExtensionNotify"); \ static_assert(sizeof(URPGModExtensionNotify) == 0x000030, "Wrong size on URPGModExtensionNotify"); \ static_assert(offsetof(URPGModExtensionNotify, ModAppliedMessage) == 0x000028, "Member 'URPGModExtensionNotify::ModAppliedMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ThrowableInventoryItemTool_GetMaxDistance \ static_assert(alignof(ThrowableInventoryItemTool_GetMaxDistance) == 0x000004, "Wrong alignment on ThrowableInventoryItemTool_GetMaxDistance"); \ static_assert(sizeof(ThrowableInventoryItemTool_GetMaxDistance) == 0x000004, "Wrong size on ThrowableInventoryItemTool_GetMaxDistance"); \ static_assert(offsetof(ThrowableInventoryItemTool_GetMaxDistance, ReturnValue) == 0x000000, "Member 'ThrowableInventoryItemTool_GetMaxDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AThrowableInventoryItemTool \ static_assert(alignof(AThrowableInventoryItemTool) == 0x000008, "Wrong alignment on AThrowableInventoryItemTool"); \ static_assert(sizeof(AThrowableInventoryItemTool) == 0x000438, "Wrong size on AThrowableInventoryItemTool"); \ static_assert(offsetof(AThrowableInventoryItemTool, MaxDistance) == 0x000430, "Member 'AThrowableInventoryItemTool::MaxDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_Global_IsNight \ static_assert(alignof(UModFilter_Global_IsNight) == 0x000008, "Wrong alignment on UModFilter_Global_IsNight"); \ static_assert(sizeof(UModFilter_Global_IsNight) == 0x000030, "Wrong size on UModFilter_Global_IsNight"); \ #define DUMPER7_ASSERTS_ASanctuaryPortalCaptureExit \ static_assert(alignof(ASanctuaryPortalCaptureExit) == 0x000008, "Wrong alignment on ASanctuaryPortalCaptureExit"); \ static_assert(sizeof(ASanctuaryPortalCaptureExit) == 0x000270, "Wrong size on ASanctuaryPortalCaptureExit"); \ static_assert(offsetof(ASanctuaryPortalCaptureExit, SceneCaptureComponent) == 0x000248, "Member 'ASanctuaryPortalCaptureExit::SceneCaptureComponent' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryPortalCaptureExit, HiddenActorClasses) == 0x000250, "Member 'ASanctuaryPortalCaptureExit::HiddenActorClasses' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryPortalCaptureExit, HiddenActorInstances) == 0x000260, "Member 'ASanctuaryPortalCaptureExit::HiddenActorInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_Global_IsDay \ static_assert(alignof(UModFilter_Global_IsDay) == 0x000008, "Wrong alignment on UModFilter_Global_IsDay"); \ static_assert(sizeof(UModFilter_Global_IsDay) == 0x000030, "Wrong size on UModFilter_Global_IsDay"); \ #define DUMPER7_ASSERTS_UModFilter_Player_IsNotorious \ static_assert(alignof(UModFilter_Player_IsNotorious) == 0x000008, "Wrong alignment on UModFilter_Player_IsNotorious"); \ static_assert(sizeof(UModFilter_Player_IsNotorious) == 0x000030, "Wrong size on UModFilter_Player_IsNotorious"); \ #define DUMPER7_ASSERTS_UTextureUtil \ static_assert(alignof(UTextureUtil) == 0x000008, "Wrong alignment on UTextureUtil"); \ static_assert(sizeof(UTextureUtil) == 0x0000F8, "Wrong size on UTextureUtil"); \ static_assert(offsetof(UTextureUtil, TargetTexture) == 0x000028, "Member 'UTextureUtil::TargetTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_Player_IsInfamous \ static_assert(alignof(UModFilter_Player_IsInfamous) == 0x000008, "Wrong alignment on UModFilter_Player_IsInfamous"); \ static_assert(sizeof(UModFilter_Player_IsInfamous) == 0x000030, "Wrong size on UModFilter_Player_IsInfamous"); \ #define DUMPER7_ASSERTS_USceneActionState_CustomBlendDomainOverride \ static_assert(alignof(USceneActionState_CustomBlendDomainOverride) == 0x000008, "Wrong alignment on USceneActionState_CustomBlendDomainOverride"); \ static_assert(sizeof(USceneActionState_CustomBlendDomainOverride) == 0x000058, "Wrong size on USceneActionState_CustomBlendDomainOverride"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ModifyCooldownGroupOnDamage \ static_assert(alignof(URPGTriggerEffect_ModifyCooldownGroupOnDamage) == 0x000008, "Wrong alignment on URPGTriggerEffect_ModifyCooldownGroupOnDamage"); \ static_assert(sizeof(URPGTriggerEffect_ModifyCooldownGroupOnDamage) == 0x000068, "Wrong size on URPGTriggerEffect_ModifyCooldownGroupOnDamage"); \ static_assert(offsetof(URPGTriggerEffect_ModifyCooldownGroupOnDamage, CooldownGroup) == 0x000058, "Member 'URPGTriggerEffect_ModifyCooldownGroupOnDamage::CooldownGroup' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ModifyCooldownGroupOnDamage, CooldownModification) == 0x000060, "Member 'URPGTriggerEffect_ModifyCooldownGroupOnDamage::CooldownModification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_ObjectState_MatchesRegistryID \ static_assert(alignof(UModFilter_ObjectState_MatchesRegistryID) == 0x000008, "Wrong alignment on UModFilter_ObjectState_MatchesRegistryID"); \ static_assert(sizeof(UModFilter_ObjectState_MatchesRegistryID) == 0x000048, "Wrong size on UModFilter_ObjectState_MatchesRegistryID"); \ static_assert(offsetof(UModFilter_ObjectState_MatchesRegistryID, bMatchWholeWord) == 0x000030, "Member 'UModFilter_ObjectState_MatchesRegistryID::bMatchWholeWord' has a wrong offset!"); \ static_assert(offsetof(UModFilter_ObjectState_MatchesRegistryID, MatchingRegistryID) == 0x000038, "Member 'UModFilter_ObjectState_MatchesRegistryID::MatchingRegistryID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVegetationInteractionArbitror \ static_assert(alignof(AVegetationInteractionArbitror) == 0x000008, "Wrong alignment on AVegetationInteractionArbitror"); \ static_assert(sizeof(AVegetationInteractionArbitror) == 0x0002A8, "Wrong size on AVegetationInteractionArbitror"); \ static_assert(offsetof(AVegetationInteractionArbitror, MaterialParameterCollection) == 0x000248, "Member 'AVegetationInteractionArbitror::MaterialParameterCollection' has a wrong offset!"); \ static_assert(offsetof(AVegetationInteractionArbitror, DisplacementCameraDistanceCutoff) == 0x000250, "Member 'AVegetationInteractionArbitror::DisplacementCameraDistanceCutoff' has a wrong offset!"); \ static_assert(offsetof(AVegetationInteractionArbitror, bSuspend) == 0x000254, "Member 'AVegetationInteractionArbitror::bSuspend' has a wrong offset!"); \ static_assert(offsetof(AVegetationInteractionArbitror, VICs) == 0x000258, "Member 'AVegetationInteractionArbitror::VICs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_SpellCooldown_IsDueling \ static_assert(alignof(UModFilter_SpellCooldown_IsDueling) == 0x000008, "Wrong alignment on UModFilter_SpellCooldown_IsDueling"); \ static_assert(sizeof(UModFilter_SpellCooldown_IsDueling) == 0x000030, "Wrong size on UModFilter_SpellCooldown_IsDueling"); \ #define DUMPER7_ASSERTS_AStreamingPlaceholderDbId \ static_assert(alignof(AStreamingPlaceholderDbId) == 0x000008, "Wrong alignment on AStreamingPlaceholderDbId"); \ static_assert(sizeof(AStreamingPlaceholderDbId) == 0x0002F0, "Wrong size on AStreamingPlaceholderDbId"); \ static_assert(offsetof(AStreamingPlaceholderDbId, DbIdInfo) == 0x000270, "Member 'AStreamingPlaceholderDbId::DbIdInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_SpellCooldown_IsScholar \ static_assert(alignof(UModFilter_SpellCooldown_IsScholar) == 0x000008, "Wrong alignment on UModFilter_SpellCooldown_IsScholar"); \ static_assert(sizeof(UModFilter_SpellCooldown_IsScholar) == 0x000030, "Wrong size on UModFilter_SpellCooldown_IsScholar"); \ #define DUMPER7_ASSERTS_USpellUpgradeScreen \ static_assert(alignof(USpellUpgradeScreen) == 0x000008, "Wrong alignment on USpellUpgradeScreen"); \ static_assert(sizeof(USpellUpgradeScreen) == 0x0003E8, "Wrong size on USpellUpgradeScreen"); \ static_assert(offsetof(USpellUpgradeScreen, Spells) == 0x0003C8, "Member 'USpellUpgradeScreen::Spells' has a wrong offset!"); \ static_assert(offsetof(USpellUpgradeScreen, SpellPanel) == 0x0003D8, "Member 'USpellUpgradeScreen::SpellPanel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_SpellCooldown_MatchesSpellIdentity \ static_assert(alignof(UModFilter_SpellCooldown_MatchesSpellIdentity) == 0x000008, "Wrong alignment on UModFilter_SpellCooldown_MatchesSpellIdentity"); \ static_assert(sizeof(UModFilter_SpellCooldown_MatchesSpellIdentity) == 0x000038, "Wrong size on UModFilter_SpellCooldown_MatchesSpellIdentity"); \ static_assert(offsetof(UModFilter_SpellCooldown_MatchesSpellIdentity, SpellIdentity) == 0x000030, "Member 'UModFilter_SpellCooldown_MatchesSpellIdentity::SpellIdentity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_VendorTransaction_IsSelling \ static_assert(alignof(UModFilter_VendorTransaction_IsSelling) == 0x000008, "Wrong alignment on UModFilter_VendorTransaction_IsSelling"); \ static_assert(sizeof(UModFilter_VendorTransaction_IsSelling) == 0x000030, "Wrong size on UModFilter_VendorTransaction_IsSelling"); \ #define DUMPER7_ASSERTS_UModFilter_OnHit_Spell_IsSpellNameAny \ static_assert(alignof(UModFilter_OnHit_Spell_IsSpellNameAny) == 0x000008, "Wrong alignment on UModFilter_OnHit_Spell_IsSpellNameAny"); \ static_assert(sizeof(UModFilter_OnHit_Spell_IsSpellNameAny) == 0x000040, "Wrong size on UModFilter_OnHit_Spell_IsSpellNameAny"); \ static_assert(offsetof(UModFilter_OnHit_Spell_IsSpellNameAny, SpellNames) == 0x000030, "Member 'UModFilter_OnHit_Spell_IsSpellNameAny::SpellNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_OnHit_Target_IsImmobilized \ static_assert(alignof(UModFilter_OnHit_Target_IsImmobilized) == 0x000008, "Wrong alignment on UModFilter_OnHit_Target_IsImmobilized"); \ static_assert(sizeof(UModFilter_OnHit_Target_IsImmobilized) == 0x000030, "Wrong size on UModFilter_OnHit_Target_IsImmobilized"); \ #define DUMPER7_ASSERTS_USpellSlotAssignScreen \ static_assert(alignof(USpellSlotAssignScreen) == 0x000008, "Wrong alignment on USpellSlotAssignScreen"); \ static_assert(sizeof(USpellSlotAssignScreen) == 0x000370, "Wrong size on USpellSlotAssignScreen"); \ #define DUMPER7_ASSERTS_ModFilter_DealDamage_Custom_BlueprintPassesDamageFilter \ static_assert(alignof(ModFilter_DealDamage_Custom_BlueprintPassesDamageFilter) == 0x000008, "Wrong alignment on ModFilter_DealDamage_Custom_BlueprintPassesDamageFilter"); \ static_assert(sizeof(ModFilter_DealDamage_Custom_BlueprintPassesDamageFilter) == 0x0001D8, "Wrong size on ModFilter_DealDamage_Custom_BlueprintPassesDamageFilter"); \ static_assert(offsetof(ModFilter_DealDamage_Custom_BlueprintPassesDamageFilter, InTargetObject) == 0x000000, "Member 'ModFilter_DealDamage_Custom_BlueprintPassesDamageFilter::InTargetObject' has a wrong offset!"); \ static_assert(offsetof(ModFilter_DealDamage_Custom_BlueprintPassesDamageFilter, DamageInfo) == 0x000008, "Member 'ModFilter_DealDamage_Custom_BlueprintPassesDamageFilter::DamageInfo' has a wrong offset!"); \ static_assert(offsetof(ModFilter_DealDamage_Custom_BlueprintPassesDamageFilter, ReturnValue) == 0x0001D0, "Member 'ModFilter_DealDamage_Custom_BlueprintPassesDamageFilter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Custom \ static_assert(alignof(UModFilter_DealDamage_Custom) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Custom"); \ static_assert(sizeof(UModFilter_DealDamage_Custom) == 0x000030, "Wrong size on UModFilter_DealDamage_Custom"); \ #define DUMPER7_ASSERTS_USpiderRunAt_MobilityChoice \ static_assert(alignof(USpiderRunAt_MobilityChoice) == 0x000008, "Wrong alignment on USpiderRunAt_MobilityChoice"); \ static_assert(sizeof(USpiderRunAt_MobilityChoice) == 0x000030, "Wrong size on USpiderRunAt_MobilityChoice"); \ static_assert(offsetof(USpiderRunAt_MobilityChoice, ChangeDist) == 0x000028, "Member 'USpiderRunAt_MobilityChoice::ChangeDist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_MatchesRegistryID \ static_assert(alignof(UModFilter_DealDamage_Target_MatchesRegistryID) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_MatchesRegistryID"); \ static_assert(sizeof(UModFilter_DealDamage_Target_MatchesRegistryID) == 0x000048, "Wrong size on UModFilter_DealDamage_Target_MatchesRegistryID"); \ static_assert(offsetof(UModFilter_DealDamage_Target_MatchesRegistryID, bMatchWholeWord) == 0x000030, "Member 'UModFilter_DealDamage_Target_MatchesRegistryID::bMatchWholeWord' has a wrong offset!"); \ static_assert(offsetof(UModFilter_DealDamage_Target_MatchesRegistryID, MatchingRegistryID) == 0x000038, "Member 'UModFilter_DealDamage_Target_MatchesRegistryID::MatchingRegistryID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_CrimeScene_CrimeIsType \ static_assert(alignof(UModFilter_CrimeScene_CrimeIsType) == 0x000008, "Wrong alignment on UModFilter_CrimeScene_CrimeIsType"); \ static_assert(sizeof(UModFilter_CrimeScene_CrimeIsType) == 0x000030, "Wrong size on UModFilter_CrimeScene_CrimeIsType"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_MatchesSubTypeID \ static_assert(alignof(UModFilter_DealDamage_Target_MatchesSubTypeID) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_MatchesSubTypeID"); \ static_assert(sizeof(UModFilter_DealDamage_Target_MatchesSubTypeID) == 0x000048, "Wrong size on UModFilter_DealDamage_Target_MatchesSubTypeID"); \ static_assert(offsetof(UModFilter_DealDamage_Target_MatchesSubTypeID, bMatchWholeWord) == 0x000030, "Member 'UModFilter_DealDamage_Target_MatchesSubTypeID::bMatchWholeWord' has a wrong offset!"); \ static_assert(offsetof(UModFilter_DealDamage_Target_MatchesSubTypeID, MatchingSubTypeID) == 0x000038, "Member 'UModFilter_DealDamage_Target_MatchesSubTypeID::MatchingSubTypeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_IsWizard \ static_assert(alignof(UModFilter_DealDamage_Target_IsWizard) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_IsWizard"); \ static_assert(sizeof(UModFilter_DealDamage_Target_IsWizard) == 0x000030, "Wrong size on UModFilter_DealDamage_Target_IsWizard"); \ #define DUMPER7_ASSERTS_USpider_SpawnAttack_ExecuteTask \ static_assert(alignof(USpider_SpawnAttack_ExecuteTask) == 0x000008, "Wrong alignment on USpider_SpawnAttack_ExecuteTask"); \ static_assert(sizeof(USpider_SpawnAttack_ExecuteTask) == 0x000058, "Wrong size on USpider_SpawnAttack_ExecuteTask"); \ static_assert(offsetof(USpider_SpawnAttack_ExecuteTask, bDeathSpawn) == 0x000028, "Member 'USpider_SpawnAttack_ExecuteTask::bDeathSpawn' has a wrong offset!"); \ static_assert(offsetof(USpider_SpawnAttack_ExecuteTask, bDeathSpawnCount) == 0x00002C, "Member 'USpider_SpawnAttack_ExecuteTask::bDeathSpawnCount' has a wrong offset!"); \ static_assert(offsetof(USpider_SpawnAttack_ExecuteTask, bDeathSpawnDeviation) == 0x000030, "Member 'USpider_SpawnAttack_ExecuteTask::bDeathSpawnDeviation' has a wrong offset!"); \ static_assert(offsetof(USpider_SpawnAttack_ExecuteTask, SpawnInterval) == 0x000034, "Member 'USpider_SpawnAttack_ExecuteTask::SpawnInterval' has a wrong offset!"); \ static_assert(offsetof(USpider_SpawnAttack_ExecuteTask, SpawnAngleFromRange) == 0x000038, "Member 'USpider_SpawnAttack_ExecuteTask::SpawnAngleFromRange' has a wrong offset!"); \ static_assert(offsetof(USpider_SpawnAttack_ExecuteTask, SpawnAngleDeviation) == 0x00003C, "Member 'USpider_SpawnAttack_ExecuteTask::SpawnAngleDeviation' has a wrong offset!"); \ static_assert(offsetof(USpider_SpawnAttack_ExecuteTask, SpawnDist) == 0x000040, "Member 'USpider_SpawnAttack_ExecuteTask::SpawnDist' has a wrong offset!"); \ static_assert(offsetof(USpider_SpawnAttack_ExecuteTask, SpawnLandDist) == 0x000044, "Member 'USpider_SpawnAttack_ExecuteTask::SpawnLandDist' has a wrong offset!"); \ static_assert(offsetof(USpider_SpawnAttack_ExecuteTask, SpawnLandDistVariance) == 0x000048, "Member 'USpider_SpawnAttack_ExecuteTask::SpawnLandDistVariance' has a wrong offset!"); \ static_assert(offsetof(USpider_SpawnAttack_ExecuteTask, SpawnSpidersPtr) == 0x000050, "Member 'USpider_SpawnAttack_ExecuteTask::SpawnSpidersPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_IsGoblin \ static_assert(alignof(UModFilter_DealDamage_Target_IsGoblin) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_IsGoblin"); \ static_assert(sizeof(UModFilter_DealDamage_Target_IsGoblin) == 0x000030, "Wrong size on UModFilter_DealDamage_Target_IsGoblin"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_Potion \ static_assert(alignof(URPGTriggerEffect_Potion) == 0x000008, "Wrong alignment on URPGTriggerEffect_Potion"); \ static_assert(sizeof(URPGTriggerEffect_Potion) == 0x000050, "Wrong size on URPGTriggerEffect_Potion"); \ static_assert(offsetof(URPGTriggerEffect_Potion, OwnerAbility) == 0x000040, "Member 'URPGTriggerEffect_Potion::OwnerAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_IsStudent \ static_assert(alignof(UModFilter_DealDamage_Target_IsStudent) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_IsStudent"); \ static_assert(sizeof(UModFilter_DealDamage_Target_IsStudent) == 0x000030, "Wrong size on UModFilter_DealDamage_Target_IsStudent"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_HasTag \ static_assert(alignof(UModFilter_DealDamage_Target_HasTag) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_HasTag"); \ static_assert(sizeof(UModFilter_DealDamage_Target_HasTag) == 0x000038, "Wrong size on UModFilter_DealDamage_Target_HasTag"); \ static_assert(offsetof(UModFilter_DealDamage_Target_HasTag, Tag) == 0x000030, "Member 'UModFilter_DealDamage_Target_HasTag::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_IsCharacter \ static_assert(alignof(UModFilter_DealDamage_Target_IsCharacter) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_IsCharacter"); \ static_assert(sizeof(UModFilter_DealDamage_Target_IsCharacter) == 0x000030, "Wrong size on UModFilter_DealDamage_Target_IsCharacter"); \ #define DUMPER7_ASSERTS_USurfaceNormalParticleModule \ static_assert(alignof(USurfaceNormalParticleModule) == 0x000008, "Wrong alignment on USurfaceNormalParticleModule"); \ static_assert(sizeof(USurfaceNormalParticleModule) == 0x000080, "Wrong size on USurfaceNormalParticleModule"); \ static_assert(offsetof(USurfaceNormalParticleModule, LimitToDirection) == 0x000068, "Member 'USurfaceNormalParticleModule::LimitToDirection' has a wrong offset!"); \ static_assert(offsetof(USurfaceNormalParticleModule, FalloffCurve) == 0x000078, "Member 'USurfaceNormalParticleModule::FalloffCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_MountCreature \ static_assert(alignof(USceneActionState_MountCreature) == 0x000008, "Wrong alignment on USceneActionState_MountCreature"); \ static_assert(sizeof(USceneActionState_MountCreature) == 0x000070, "Wrong size on USceneActionState_MountCreature"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_IsCombatCursed \ static_assert(alignof(UModFilter_DealDamage_Target_IsCombatCursed) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_IsCombatCursed"); \ static_assert(sizeof(UModFilter_DealDamage_Target_IsCombatCursed) == 0x000030, "Wrong size on UModFilter_DealDamage_Target_IsCombatCursed"); \ #define DUMPER7_ASSERTS_TargetTypeCamRayCastDestination_AddTarget_CamRayCastDestination \ static_assert(alignof(TargetTypeCamRayCastDestination_AddTarget_CamRayCastDestination) == 0x000008, "Wrong alignment on TargetTypeCamRayCastDestination_AddTarget_CamRayCastDestination"); \ static_assert(sizeof(TargetTypeCamRayCastDestination_AddTarget_CamRayCastDestination) == 0x000018, "Wrong size on TargetTypeCamRayCastDestination_AddTarget_CamRayCastDestination"); \ static_assert(offsetof(TargetTypeCamRayCastDestination_AddTarget_CamRayCastDestination, TargetTracker) == 0x000000, "Member 'TargetTypeCamRayCastDestination_AddTarget_CamRayCastDestination::TargetTracker' has a wrong offset!"); \ static_assert(offsetof(TargetTypeCamRayCastDestination_AddTarget_CamRayCastDestination, InTargetID) == 0x000008, "Member 'TargetTypeCamRayCastDestination_AddTarget_CamRayCastDestination::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTypeCamRayCastDestination_AddTarget_CamRayCastDestination, ReturnValue) == 0x000010, "Member 'TargetTypeCamRayCastDestination_AddTarget_CamRayCastDestination::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargetTypeCamRayCastDestination \ static_assert(alignof(UTargetTypeCamRayCastDestination) == 0x000008, "Wrong alignment on UTargetTypeCamRayCastDestination"); \ static_assert(sizeof(UTargetTypeCamRayCastDestination) == 0x000038, "Wrong size on UTargetTypeCamRayCastDestination"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_IsEnvironment \ static_assert(alignof(UModFilter_DealDamage_Target_IsEnvironment) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_IsEnvironment"); \ static_assert(sizeof(UModFilter_DealDamage_Target_IsEnvironment) == 0x000030, "Wrong size on UModFilter_DealDamage_Target_IsEnvironment"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Spell_IsSpellName \ static_assert(alignof(UModFilter_DealDamage_Spell_IsSpellName) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Spell_IsSpellName"); \ static_assert(sizeof(UModFilter_DealDamage_Spell_IsSpellName) == 0x000038, "Wrong size on UModFilter_DealDamage_Spell_IsSpellName"); \ static_assert(offsetof(UModFilter_DealDamage_Spell_IsSpellName, SpellName) == 0x000030, "Member 'UModFilter_DealDamage_Spell_IsSpellName::SpellName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetComponent_SetEnabled \ static_assert(alignof(TargetComponent_SetEnabled) == 0x000001, "Wrong alignment on TargetComponent_SetEnabled"); \ static_assert(sizeof(TargetComponent_SetEnabled) == 0x000001, "Wrong size on TargetComponent_SetEnabled"); \ static_assert(offsetof(TargetComponent_SetEnabled, bInEnabled) == 0x000000, "Member 'TargetComponent_SetEnabled::bInEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetComponent_SetSendTargetPriority \ static_assert(alignof(TargetComponent_SetSendTargetPriority) == 0x000001, "Wrong alignment on TargetComponent_SetSendTargetPriority"); \ static_assert(sizeof(TargetComponent_SetSendTargetPriority) == 0x000001, "Wrong size on TargetComponent_SetSendTargetPriority"); \ static_assert(offsetof(TargetComponent_SetSendTargetPriority, InPriority) == 0x000000, "Member 'TargetComponent_SetSendTargetPriority::InPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetComponent_GetSendTargetPriority \ static_assert(alignof(TargetComponent_GetSendTargetPriority) == 0x000001, "Wrong alignment on TargetComponent_GetSendTargetPriority"); \ static_assert(sizeof(TargetComponent_GetSendTargetPriority) == 0x000001, "Wrong size on TargetComponent_GetSendTargetPriority"); \ static_assert(offsetof(TargetComponent_GetSendTargetPriority, ReturnValue) == 0x000000, "Member 'TargetComponent_GetSendTargetPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetComponent_IsEnabled \ static_assert(alignof(TargetComponent_IsEnabled) == 0x000001, "Wrong alignment on TargetComponent_IsEnabled"); \ static_assert(sizeof(TargetComponent_IsEnabled) == 0x000001, "Wrong size on TargetComponent_IsEnabled"); \ static_assert(offsetof(TargetComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'TargetComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargetComponent \ static_assert(alignof(UTargetComponent) == 0x000010, "Wrong alignment on UTargetComponent"); \ static_assert(sizeof(UTargetComponent) == 0x000220, "Wrong size on UTargetComponent"); \ static_assert(offsetof(UTargetComponent, Priority) == 0x000218, "Member 'UTargetComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UTargetComponent, bEnabled) == 0x000219, "Member 'UTargetComponent::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_ObjectFade \ static_assert(alignof(USceneActionState_ObjectFade) == 0x000008, "Wrong alignment on USceneActionState_ObjectFade"); \ static_assert(sizeof(USceneActionState_ObjectFade) == 0x000078, "Wrong size on USceneActionState_ObjectFade"); \ static_assert(offsetof(USceneActionState_ObjectFade, bStartedFade) == 0x000070, "Member 'USceneActionState_ObjectFade::bStartedFade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Spell_IsSpellNameAny \ static_assert(alignof(UModFilter_DealDamage_Spell_IsSpellNameAny) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Spell_IsSpellNameAny"); \ static_assert(sizeof(UModFilter_DealDamage_Spell_IsSpellNameAny) == 0x000040, "Wrong size on UModFilter_DealDamage_Spell_IsSpellNameAny"); \ static_assert(offsetof(UModFilter_DealDamage_Spell_IsSpellNameAny, SpellNames) == 0x000030, "Member 'UModFilter_DealDamage_Spell_IsSpellNameAny::SpellNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Spell_IsExpulso \ static_assert(alignof(UModFilter_DealDamage_Spell_IsExpulso) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Spell_IsExpulso"); \ static_assert(sizeof(UModFilter_DealDamage_Spell_IsExpulso) == 0x000030, "Wrong size on UModFilter_DealDamage_Spell_IsExpulso"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Spell_IsIncendio \ static_assert(alignof(UModFilter_DealDamage_Spell_IsIncendio) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Spell_IsIncendio"); \ static_assert(sizeof(UModFilter_DealDamage_Spell_IsIncendio) == 0x000030, "Wrong size on UModFilter_DealDamage_Spell_IsIncendio"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Spell_IsConfringoOrTalent \ static_assert(alignof(UModFilter_DealDamage_Spell_IsConfringoOrTalent) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Spell_IsConfringoOrTalent"); \ static_assert(sizeof(UModFilter_DealDamage_Spell_IsConfringoOrTalent) == 0x000030, "Wrong size on UModFilter_DealDamage_Spell_IsConfringoOrTalent"); \ #define DUMPER7_ASSERTS_TransformationOverlandComponent_HealthZero \ static_assert(alignof(TransformationOverlandComponent_HealthZero) == 0x000008, "Wrong alignment on TransformationOverlandComponent_HealthZero"); \ static_assert(sizeof(TransformationOverlandComponent_HealthZero) == 0x000008, "Wrong size on TransformationOverlandComponent_HealthZero"); \ static_assert(offsetof(TransformationOverlandComponent_HealthZero, InActor) == 0x000000, "Member 'TransformationOverlandComponent_HealthZero::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransformationOverlandComponent_OnActorEndPlay \ static_assert(alignof(TransformationOverlandComponent_OnActorEndPlay) == 0x000008, "Wrong alignment on TransformationOverlandComponent_OnActorEndPlay"); \ static_assert(sizeof(TransformationOverlandComponent_OnActorEndPlay) == 0x000010, "Wrong size on TransformationOverlandComponent_OnActorEndPlay"); \ static_assert(offsetof(TransformationOverlandComponent_OnActorEndPlay, DestroyedActor) == 0x000000, "Member 'TransformationOverlandComponent_OnActorEndPlay::DestroyedActor' has a wrong offset!"); \ static_assert(offsetof(TransformationOverlandComponent_OnActorEndPlay, EndPlayReason) == 0x000008, "Member 'TransformationOverlandComponent_OnActorEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransformationOverlandComponent \ static_assert(alignof(UTransformationOverlandComponent) == 0x000008, "Wrong alignment on UTransformationOverlandComponent"); \ static_assert(sizeof(UTransformationOverlandComponent) == 0x0002F0, "Wrong size on UTransformationOverlandComponent"); \ static_assert(offsetof(UTransformationOverlandComponent, newActor) == 0x000198, "Member 'UTransformationOverlandComponent::newActor' has a wrong offset!"); \ static_assert(offsetof(UTransformationOverlandComponent, Data) == 0x0001A0, "Member 'UTransformationOverlandComponent::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_PerformTaskExecute \ static_assert(alignof(USceneAction_PerformTaskExecute) == 0x000008, "Wrong alignment on USceneAction_PerformTaskExecute"); \ static_assert(sizeof(USceneAction_PerformTaskExecute) == 0x0000A8, "Wrong size on USceneAction_PerformTaskExecute"); \ static_assert(offsetof(USceneAction_PerformTaskExecute, PerformTaskActor) == 0x0000A0, "Member 'USceneAction_PerformTaskExecute::PerformTaskActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_IsCritical \ static_assert(alignof(UModFilter_DealDamage_IsCritical) == 0x000008, "Wrong alignment on UModFilter_DealDamage_IsCritical"); \ static_assert(sizeof(UModFilter_DealDamage_IsCritical) == 0x000030, "Wrong size on UModFilter_DealDamage_IsCritical"); \ #define DUMPER7_ASSERTS_UTutorialPreCacheEntry \ static_assert(alignof(UTutorialPreCacheEntry) == 0x000008, "Wrong alignment on UTutorialPreCacheEntry"); \ static_assert(sizeof(UTutorialPreCacheEntry) == 0x000050, "Wrong size on UTutorialPreCacheEntry"); \ static_assert(offsetof(UTutorialPreCacheEntry, WidgetClass) == 0x000028, "Member 'UTutorialPreCacheEntry::WidgetClass' has a wrong offset!"); \ static_assert(offsetof(UTutorialPreCacheEntry, Texture) == 0x000030, "Member 'UTutorialPreCacheEntry::Texture' has a wrong offset!"); \ static_assert(offsetof(UTutorialPreCacheEntry, Video) == 0x000038, "Member 'UTutorialPreCacheEntry::Video' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_IsRanged \ static_assert(alignof(UModFilter_DealDamage_IsRanged) == 0x000008, "Wrong alignment on UModFilter_DealDamage_IsRanged"); \ static_assert(sizeof(UModFilter_DealDamage_IsRanged) == 0x000030, "Wrong size on UModFilter_DealDamage_IsRanged"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Instigator_IsPlant \ static_assert(alignof(UModFilter_DealDamage_Instigator_IsPlant) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Instigator_IsPlant"); \ static_assert(sizeof(UModFilter_DealDamage_Instigator_IsPlant) == 0x000030, "Wrong size on UModFilter_DealDamage_Instigator_IsPlant"); \ #define DUMPER7_ASSERTS_UTroll_AttackChoice_RockThrowBackup \ static_assert(alignof(UTroll_AttackChoice_RockThrowBackup) == 0x000008, "Wrong alignment on UTroll_AttackChoice_RockThrowBackup"); \ static_assert(sizeof(UTroll_AttackChoice_RockThrowBackup) == 0x000028, "Wrong size on UTroll_AttackChoice_RockThrowBackup"); \ #define DUMPER7_ASSERTS_USceneAction_PIM \ static_assert(alignof(USceneAction_PIM) == 0x000008, "Wrong alignment on USceneAction_PIM"); \ static_assert(sizeof(USceneAction_PIM) == 0x000188, "Wrong size on USceneAction_PIM"); \ static_assert(offsetof(USceneAction_PIM, Reference) == 0x0000A0, "Member 'USceneAction_PIM::Reference' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, PIMType) == 0x0000B0, "Member 'USceneAction_PIM::PIMType' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, bHasFailureTimeout) == 0x0000B1, "Member 'USceneAction_PIM::bHasFailureTimeout' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, FailureTimeout) == 0x0000B4, "Member 'USceneAction_PIM::FailureTimeout' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, JoystickSuccessTime) == 0x0000B8, "Member 'USceneAction_PIM::JoystickSuccessTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, AnimationRotationRate) == 0x0000BC, "Member 'USceneAction_PIM::AnimationRotationRate' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, SuccessDecayRate) == 0x0000C0, "Member 'USceneAction_PIM::SuccessDecayRate' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, bPlayVOHint) == 0x0000C4, "Member 'USceneAction_PIM::bPlayVOHint' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, VOHintID) == 0x0000C8, "Member 'USceneAction_PIM::VOHintID' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, HintDelay) == 0x0000D8, "Member 'USceneAction_PIM::HintDelay' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, DelayAfterCompletion) == 0x0000DC, "Member 'USceneAction_PIM::DelayAfterCompletion' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, bMapPIMProgressToParameter) == 0x0000E0, "Member 'USceneAction_PIM::bMapPIMProgressToParameter' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, ProgressSmoothingSpring) == 0x0000E4, "Member 'USceneAction_PIM::ProgressSmoothingSpring' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, GameActionWildcard) == 0x0000F4, "Member 'USceneAction_PIM::GameActionWildcard' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, WildcardGamepadModifier) == 0x0000FC, "Member 'USceneAction_PIM::WildcardGamepadModifier' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, ButtonLegend) == 0x000108, "Member 'USceneAction_PIM::ButtonLegend' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, ModifierButtonLegend) == 0x000118, "Member 'USceneAction_PIM::ModifierButtonLegend' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, DisplayModifierFirst) == 0x000128, "Member 'USceneAction_PIM::DisplayModifierFirst' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, TextKey) == 0x000130, "Member 'USceneAction_PIM::TextKey' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, BackgroundImage) == 0x000140, "Member 'USceneAction_PIM::BackgroundImage' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, FeedBackAnimType) == 0x000150, "Member 'USceneAction_PIM::FeedBackAnimType' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, HorizontalAlignment) == 0x000151, "Member 'USceneAction_PIM::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, VerticalAlignment) == 0x000152, "Member 'USceneAction_PIM::VerticalAlignment' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, Padding) == 0x000154, "Member 'USceneAction_PIM::Padding' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, TelescopeInFocusDistance) == 0x000164, "Member 'USceneAction_PIM::TelescopeInFocusDistance' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, TelescopeBlurryDistance) == 0x000168, "Member 'USceneAction_PIM::TelescopeBlurryDistance' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, TelescopeInFocusWindow) == 0x00016C, "Member 'USceneAction_PIM::TelescopeInFocusWindow' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, TelescopeFullTravelTime) == 0x000170, "Member 'USceneAction_PIM::TelescopeFullTravelTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, PIMFX) == 0x000178, "Member 'USceneAction_PIM::PIMFX' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PIM, EndPIMFX) == 0x000180, "Member 'USceneAction_PIM::EndPIMFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Instigator_IsOnPlayerTeam \ static_assert(alignof(UModFilter_DealDamage_Instigator_IsOnPlayerTeam) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Instigator_IsOnPlayerTeam"); \ static_assert(sizeof(UModFilter_DealDamage_Instigator_IsOnPlayerTeam) == 0x000030, "Wrong size on UModFilter_DealDamage_Instigator_IsOnPlayerTeam"); \ #define DUMPER7_ASSERTS_ToolTipPopoutWidget_SetButtonLegend \ static_assert(alignof(ToolTipPopoutWidget_SetButtonLegend) == 0x000008, "Wrong alignment on ToolTipPopoutWidget_SetButtonLegend"); \ static_assert(sizeof(ToolTipPopoutWidget_SetButtonLegend) == 0x000018, "Wrong size on ToolTipPopoutWidget_SetButtonLegend"); \ static_assert(offsetof(ToolTipPopoutWidget_SetButtonLegend, Legend) == 0x000000, "Member 'ToolTipPopoutWidget_SetButtonLegend::Legend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolTipPopoutWidget_SetDescription \ static_assert(alignof(ToolTipPopoutWidget_SetDescription) == 0x000008, "Wrong alignment on ToolTipPopoutWidget_SetDescription"); \ static_assert(sizeof(ToolTipPopoutWidget_SetDescription) == 0x000018, "Wrong size on ToolTipPopoutWidget_SetDescription"); \ static_assert(offsetof(ToolTipPopoutWidget_SetDescription, NewDescription) == 0x000000, "Member 'ToolTipPopoutWidget_SetDescription::NewDescription' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolTipPopoutWidget_SetHeaderData \ static_assert(alignof(ToolTipPopoutWidget_SetHeaderData) == 0x000008, "Wrong alignment on ToolTipPopoutWidget_SetHeaderData"); \ static_assert(sizeof(ToolTipPopoutWidget_SetHeaderData) == 0x000030, "Wrong size on ToolTipPopoutWidget_SetHeaderData"); \ static_assert(offsetof(ToolTipPopoutWidget_SetHeaderData, NewTitle) == 0x000000, "Member 'ToolTipPopoutWidget_SetHeaderData::NewTitle' has a wrong offset!"); \ static_assert(offsetof(ToolTipPopoutWidget_SetHeaderData, NewSubtitle) == 0x000018, "Member 'ToolTipPopoutWidget_SetHeaderData::NewSubtitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UToolTipPopoutWidget \ static_assert(alignof(UToolTipPopoutWidget) == 0x000008, "Wrong alignment on UToolTipPopoutWidget"); \ static_assert(sizeof(UToolTipPopoutWidget) == 0x0002D8, "Wrong size on UToolTipPopoutWidget"); \ static_assert(offsetof(UToolTipPopoutWidget, PopoutTitle) == 0x000268, "Member 'UToolTipPopoutWidget::PopoutTitle' has a wrong offset!"); \ static_assert(offsetof(UToolTipPopoutWidget, PopoutSubtitle) == 0x000280, "Member 'UToolTipPopoutWidget::PopoutSubtitle' has a wrong offset!"); \ static_assert(offsetof(UToolTipPopoutWidget, PopoutDescription) == 0x000298, "Member 'UToolTipPopoutWidget::PopoutDescription' has a wrong offset!"); \ static_assert(offsetof(UToolTipPopoutWidget, PopoutLegend) == 0x0002B0, "Member 'UToolTipPopoutWidget::PopoutLegend' has a wrong offset!"); \ static_assert(offsetof(UToolTipPopoutWidget, Header) == 0x0002C8, "Member 'UToolTipPopoutWidget::Header' has a wrong offset!"); \ static_assert(offsetof(UToolTipPopoutWidget, Description) == 0x0002D0, "Member 'UToolTipPopoutWidget::Description' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Instigator_IsSpider \ static_assert(alignof(UModFilter_DealDamage_Instigator_IsSpider) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Instigator_IsSpider"); \ static_assert(sizeof(UModFilter_DealDamage_Instigator_IsSpider) == 0x000030, "Wrong size on UModFilter_DealDamage_Instigator_IsSpider"); \ #define DUMPER7_ASSERTS_SaveGameWidget_ParseSlotNumFromName \ static_assert(alignof(SaveGameWidget_ParseSlotNumFromName) == 0x000008, "Wrong alignment on SaveGameWidget_ParseSlotNumFromName"); \ static_assert(sizeof(SaveGameWidget_ParseSlotNumFromName) == 0x000018, "Wrong size on SaveGameWidget_ParseSlotNumFromName"); \ static_assert(offsetof(SaveGameWidget_ParseSlotNumFromName, SlotName) == 0x000000, "Member 'SaveGameWidget_ParseSlotNumFromName::SlotName' has a wrong offset!"); \ static_assert(offsetof(SaveGameWidget_ParseSlotNumFromName, ReturnValue) == 0x000010, "Member 'SaveGameWidget_ParseSlotNumFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveGameWidget_DeleteGameFromSlot \ static_assert(alignof(SaveGameWidget_DeleteGameFromSlot) == 0x000004, "Wrong alignment on SaveGameWidget_DeleteGameFromSlot"); \ static_assert(sizeof(SaveGameWidget_DeleteGameFromSlot) == 0x000008, "Wrong size on SaveGameWidget_DeleteGameFromSlot"); \ static_assert(offsetof(SaveGameWidget_DeleteGameFromSlot, SaveSlot) == 0x000000, "Member 'SaveGameWidget_DeleteGameFromSlot::SaveSlot' has a wrong offset!"); \ static_assert(offsetof(SaveGameWidget_DeleteGameFromSlot, ReturnValue) == 0x000004, "Member 'SaveGameWidget_DeleteGameFromSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveGameWidget_GetUserSavesBySlot \ static_assert(alignof(SaveGameWidget_GetUserSavesBySlot) == 0x000008, "Wrong alignment on SaveGameWidget_GetUserSavesBySlot"); \ static_assert(sizeof(SaveGameWidget_GetUserSavesBySlot) == 0x000010, "Wrong size on SaveGameWidget_GetUserSavesBySlot"); \ static_assert(offsetof(SaveGameWidget_GetUserSavesBySlot, SaveData) == 0x000000, "Member 'SaveGameWidget_GetUserSavesBySlot::SaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveGameWidget_RefreshListAfterSave \ static_assert(alignof(SaveGameWidget_RefreshListAfterSave) == 0x000008, "Wrong alignment on SaveGameWidget_RefreshListAfterSave"); \ static_assert(sizeof(SaveGameWidget_RefreshListAfterSave) == 0x000010, "Wrong size on SaveGameWidget_RefreshListAfterSave"); \ static_assert(offsetof(SaveGameWidget_RefreshListAfterSave, SaveData) == 0x000000, "Member 'SaveGameWidget_RefreshListAfterSave::SaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveGameWidget_SaveGameInSlot \ static_assert(alignof(SaveGameWidget_SaveGameInSlot) == 0x000004, "Wrong alignment on SaveGameWidget_SaveGameInSlot"); \ static_assert(sizeof(SaveGameWidget_SaveGameInSlot) == 0x000008, "Wrong size on SaveGameWidget_SaveGameInSlot"); \ static_assert(offsetof(SaveGameWidget_SaveGameInSlot, SaveSlot) == 0x000000, "Member 'SaveGameWidget_SaveGameInSlot::SaveSlot' has a wrong offset!"); \ static_assert(offsetof(SaveGameWidget_SaveGameInSlot, ReturnValue) == 0x000004, "Member 'SaveGameWidget_SaveGameInSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USaveGameWidget \ static_assert(alignof(USaveGameWidget) == 0x000008, "Wrong alignment on USaveGameWidget"); \ static_assert(sizeof(USaveGameWidget) == 0x000338, "Wrong size on USaveGameWidget"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Instigator_IsTroll \ static_assert(alignof(UModFilter_DealDamage_Instigator_IsTroll) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Instigator_IsTroll"); \ static_assert(sizeof(UModFilter_DealDamage_Instigator_IsTroll) == 0x000030, "Wrong size on UModFilter_DealDamage_Instigator_IsTroll"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Instigator_IsDugbog \ static_assert(alignof(UModFilter_DealDamage_Instigator_IsDugbog) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Instigator_IsDugbog"); \ static_assert(sizeof(UModFilter_DealDamage_Instigator_IsDugbog) == 0x000030, "Wrong size on UModFilter_DealDamage_Instigator_IsDugbog"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Instigator_IsInferi \ static_assert(alignof(UModFilter_DealDamage_Instigator_IsInferi) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Instigator_IsInferi"); \ static_assert(sizeof(UModFilter_DealDamage_Instigator_IsInferi) == 0x000030, "Wrong size on UModFilter_DealDamage_Instigator_IsInferi"); \ #define DUMPER7_ASSERTS_ATombProtectorStatue \ static_assert(alignof(ATombProtectorStatue) == 0x000008, "Wrong alignment on ATombProtectorStatue"); \ static_assert(sizeof(ATombProtectorStatue) == 0x000248, "Wrong size on ATombProtectorStatue"); \ #define DUMPER7_ASSERTS_UModFilter_DealDamage_Target_IsUnaware \ static_assert(alignof(UModFilter_DealDamage_Target_IsUnaware) == 0x000008, "Wrong alignment on UModFilter_DealDamage_Target_IsUnaware"); \ static_assert(sizeof(UModFilter_DealDamage_Target_IsUnaware) == 0x000030, "Wrong size on UModFilter_DealDamage_Target_IsUnaware"); \ #define DUMPER7_ASSERTS_UTrainNavigationSplineComponent \ static_assert(alignof(UTrainNavigationSplineComponent) == 0x000010, "Wrong alignment on UTrainNavigationSplineComponent"); \ static_assert(sizeof(UTrainNavigationSplineComponent) == 0x000590, "Wrong size on UTrainNavigationSplineComponent"); \ static_assert(offsetof(UTrainNavigationSplineComponent, GeometryTrackSplines) == 0x000578, "Member 'UTrainNavigationSplineComponent::GeometryTrackSplines' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ActorMeshSetup \ static_assert(alignof(USceneAction_ActorMeshSetup) == 0x000008, "Wrong alignment on USceneAction_ActorMeshSetup"); \ static_assert(sizeof(USceneAction_ActorMeshSetup) == 0x0000B0, "Wrong size on USceneAction_ActorMeshSetup"); \ static_assert(offsetof(USceneAction_ActorMeshSetup, Setup) == 0x0000A8, "Member 'USceneAction_ActorMeshSetup::Setup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ModFilter_SocapAmend_Custom_BlueprintPassesSocapFilter \ static_assert(alignof(ModFilter_SocapAmend_Custom_BlueprintPassesSocapFilter) == 0x000008, "Wrong alignment on ModFilter_SocapAmend_Custom_BlueprintPassesSocapFilter"); \ static_assert(sizeof(ModFilter_SocapAmend_Custom_BlueprintPassesSocapFilter) == 0x000040, "Wrong size on ModFilter_SocapAmend_Custom_BlueprintPassesSocapFilter"); \ static_assert(offsetof(ModFilter_SocapAmend_Custom_BlueprintPassesSocapFilter, InTargetObject) == 0x000000, "Member 'ModFilter_SocapAmend_Custom_BlueprintPassesSocapFilter::InTargetObject' has a wrong offset!"); \ static_assert(offsetof(ModFilter_SocapAmend_Custom_BlueprintPassesSocapFilter, SocapInfo) == 0x000008, "Member 'ModFilter_SocapAmend_Custom_BlueprintPassesSocapFilter::SocapInfo' has a wrong offset!"); \ static_assert(offsetof(ModFilter_SocapAmend_Custom_BlueprintPassesSocapFilter, ReturnValue) == 0x000038, "Member 'ModFilter_SocapAmend_Custom_BlueprintPassesSocapFilter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_SocapAmend_Custom \ static_assert(alignof(UModFilter_SocapAmend_Custom) == 0x000008, "Wrong alignment on UModFilter_SocapAmend_Custom"); \ static_assert(sizeof(UModFilter_SocapAmend_Custom) == 0x000048, "Wrong size on UModFilter_SocapAmend_Custom"); \ static_assert(offsetof(UModFilter_SocapAmend_Custom, bUseValueFilter) == 0x000030, "Member 'UModFilter_SocapAmend_Custom::bUseValueFilter' has a wrong offset!"); \ static_assert(offsetof(UModFilter_SocapAmend_Custom, ComparisonOperator) == 0x000031, "Member 'UModFilter_SocapAmend_Custom::ComparisonOperator' has a wrong offset!"); \ static_assert(offsetof(UModFilter_SocapAmend_Custom, ComparisonValue) == 0x000034, "Member 'UModFilter_SocapAmend_Custom::ComparisonValue' has a wrong offset!"); \ static_assert(offsetof(UModFilter_SocapAmend_Custom, bUseSocialReasoningFilter) == 0x000038, "Member 'UModFilter_SocapAmend_Custom::bUseSocialReasoningFilter' has a wrong offset!"); \ static_assert(offsetof(UModFilter_SocapAmend_Custom, SocialReasoningFilter) == 0x000039, "Member 'UModFilter_SocapAmend_Custom::SocialReasoningFilter' has a wrong offset!"); \ static_assert(offsetof(UModFilter_SocapAmend_Custom, bUseSocialSemanticsFilter) == 0x00003A, "Member 'UModFilter_SocapAmend_Custom::bUseSocialSemanticsFilter' has a wrong offset!"); \ static_assert(offsetof(UModFilter_SocapAmend_Custom, SocialSemanticsFilter) == 0x00003C, "Member 'UModFilter_SocapAmend_Custom::SocialSemanticsFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_SocapAmend_IsEvil \ static_assert(alignof(UModFilter_SocapAmend_IsEvil) == 0x000008, "Wrong alignment on UModFilter_SocapAmend_IsEvil"); \ static_assert(sizeof(UModFilter_SocapAmend_IsEvil) == 0x000030, "Wrong size on UModFilter_SocapAmend_IsEvil"); \ #define DUMPER7_ASSERTS_ATrain \ static_assert(alignof(ATrain) == 0x000008, "Wrong alignment on ATrain"); \ static_assert(sizeof(ATrain) == 0x000390, "Wrong size on ATrain"); \ static_assert(offsetof(ATrain, TrainType) == 0x000294, "Member 'ATrain::TrainType' has a wrong offset!"); \ static_assert(offsetof(ATrain, DockedFront) == 0x000298, "Member 'ATrain::DockedFront' has a wrong offset!"); \ static_assert(offsetof(ATrain, DesiredSpeed) == 0x0002A0, "Member 'ATrain::DesiredSpeed' has a wrong offset!"); \ static_assert(offsetof(ATrain, DistanceAlongTrack) == 0x0002A4, "Member 'ATrain::DistanceAlongTrack' has a wrong offset!"); \ static_assert(offsetof(ATrain, Train) == 0x0002A8, "Member 'ATrain::Train' has a wrong offset!"); \ static_assert(offsetof(ATrain, BogieFront) == 0x0002B0, "Member 'ATrain::BogieFront' has a wrong offset!"); \ static_assert(offsetof(ATrain, BogieBack) == 0x0002B8, "Member 'ATrain::BogieBack' has a wrong offset!"); \ static_assert(offsetof(ATrain, FrontAttatchment) == 0x0002C0, "Member 'ATrain::FrontAttatchment' has a wrong offset!"); \ static_assert(offsetof(ATrain, BackAttatchment) == 0x0002C8, "Member 'ATrain::BackAttatchment' has a wrong offset!"); \ static_assert(offsetof(ATrain, TrainMesh) == 0x0002D0, "Member 'ATrain::TrainMesh' has a wrong offset!"); \ static_assert(offsetof(ATrain, FrontBogieMesh) == 0x0002F8, "Member 'ATrain::FrontBogieMesh' has a wrong offset!"); \ static_assert(offsetof(ATrain, BackBogieMesh) == 0x000320, "Member 'ATrain::BackBogieMesh' has a wrong offset!"); \ static_assert(offsetof(ATrain, TrackSpline) == 0x000348, "Member 'ATrain::TrackSpline' has a wrong offset!"); \ static_assert(offsetof(ATrain, AccelerationExp) == 0x000350, "Member 'ATrain::AccelerationExp' has a wrong offset!"); \ static_assert(offsetof(ATrain, TrainPositionOffset) == 0x000354, "Member 'ATrain::TrainPositionOffset' has a wrong offset!"); \ static_assert(offsetof(ATrain, BogiePositionOffset) == 0x000360, "Member 'ATrain::BogiePositionOffset' has a wrong offset!"); \ static_assert(offsetof(ATrain, FrontBogieRotationOffset) == 0x00036C, "Member 'ATrain::FrontBogieRotationOffset' has a wrong offset!"); \ static_assert(offsetof(ATrain, BackBogieRotationOffset) == 0x000378, "Member 'ATrain::BackBogieRotationOffset' has a wrong offset!"); \ static_assert(offsetof(ATrain, RailZOffset) == 0x000384, "Member 'ATrain::RailZOffset' has a wrong offset!"); \ static_assert(offsetof(ATrain, CurrentSpeed) == 0x000388, "Member 'ATrain::CurrentSpeed' has a wrong offset!"); \ static_assert(offsetof(ATrain, SpeedToAnimationRatio) == 0x00038C, "Member 'ATrain::SpeedToAnimationRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_SocapAmend_IsHerbologist \ static_assert(alignof(UModFilter_SocapAmend_IsHerbologist) == 0x000008, "Wrong alignment on UModFilter_SocapAmend_IsHerbologist"); \ static_assert(sizeof(UModFilter_SocapAmend_IsHerbologist) == 0x000030, "Wrong size on UModFilter_SocapAmend_IsHerbologist"); \ #define DUMPER7_ASSERTS_AStupefySpellTool \ static_assert(alignof(AStupefySpellTool) == 0x000008, "Wrong alignment on AStupefySpellTool"); \ static_assert(sizeof(AStupefySpellTool) == 0x0008B8, "Wrong size on AStupefySpellTool"); \ static_assert(offsetof(AStupefySpellTool, AOEMunition) == 0x000890, "Member 'AStupefySpellTool::AOEMunition' has a wrong offset!"); \ static_assert(offsetof(AStupefySpellTool, CharacterDurationScaleTalent) == 0x000898, "Member 'AStupefySpellTool::CharacterDurationScaleTalent' has a wrong offset!"); \ static_assert(offsetof(AStupefySpellTool, CharacterDamageTalent) == 0x00089C, "Member 'AStupefySpellTool::CharacterDamageTalent' has a wrong offset!"); \ static_assert(offsetof(AStupefySpellTool, KillAuthorityFigure) == 0x0008A0, "Member 'AStupefySpellTool::KillAuthorityFigure' has a wrong offset!"); \ static_assert(offsetof(AStupefySpellTool, UpgradedMunitionActor) == 0x0008A8, "Member 'AStupefySpellTool::UpgradedMunitionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_SocapAmend_IsPotioneer \ static_assert(alignof(UModFilter_SocapAmend_IsPotioneer) == 0x000008, "Wrong alignment on UModFilter_SocapAmend_IsPotioneer"); \ static_assert(sizeof(UModFilter_SocapAmend_IsPotioneer) == 0x000030, "Wrong size on UModFilter_SocapAmend_IsPotioneer"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ManageDeadlyTokens \ static_assert(alignof(URPGTriggerEffect_ManageDeadlyTokens) == 0x000008, "Wrong alignment on URPGTriggerEffect_ManageDeadlyTokens"); \ static_assert(sizeof(URPGTriggerEffect_ManageDeadlyTokens) == 0x0000D0, "Wrong size on URPGTriggerEffect_ManageDeadlyTokens"); \ #define DUMPER7_ASSERTS_UModFilter_SocapAmend_IsScholar \ static_assert(alignof(UModFilter_SocapAmend_IsScholar) == 0x000008, "Wrong alignment on UModFilter_SocapAmend_IsScholar"); \ static_assert(sizeof(UModFilter_SocapAmend_IsScholar) == 0x000030, "Wrong size on UModFilter_SocapAmend_IsScholar"); \ #define DUMPER7_ASSERTS_UModFilter_SocapAmend_IsProfessor \ static_assert(alignof(UModFilter_SocapAmend_IsProfessor) == 0x000008, "Wrong alignment on UModFilter_SocapAmend_IsProfessor"); \ static_assert(sizeof(UModFilter_SocapAmend_IsProfessor) == 0x000030, "Wrong size on UModFilter_SocapAmend_IsProfessor"); \ #define DUMPER7_ASSERTS_UModFilter_SocapAmend_AreInSameHouse \ static_assert(alignof(UModFilter_SocapAmend_AreInSameHouse) == 0x000008, "Wrong alignment on UModFilter_SocapAmend_AreInSameHouse"); \ static_assert(sizeof(UModFilter_SocapAmend_AreInSameHouse) == 0x000030, "Wrong size on UModFilter_SocapAmend_AreInSameHouse"); \ #define DUMPER7_ASSERTS_UStudent_Manager \ static_assert(alignof(UStudent_Manager) == 0x000008, "Wrong alignment on UStudent_Manager"); \ static_assert(sizeof(UStudent_Manager) == 0x0000E0, "Wrong size on UStudent_Manager"); \ #define DUMPER7_ASSERTS_UModFilter_SocapAmend_SocialCapitalStatus \ static_assert(alignof(UModFilter_SocapAmend_SocialCapitalStatus) == 0x000008, "Wrong alignment on UModFilter_SocapAmend_SocialCapitalStatus"); \ static_assert(sizeof(UModFilter_SocapAmend_SocialCapitalStatus) == 0x000038, "Wrong size on UModFilter_SocapAmend_SocialCapitalStatus"); \ static_assert(offsetof(UModFilter_SocapAmend_SocialCapitalStatus, ComparisonOperator) == 0x000030, "Member 'UModFilter_SocapAmend_SocialCapitalStatus::ComparisonOperator' has a wrong offset!"); \ static_assert(offsetof(UModFilter_SocapAmend_SocialCapitalStatus, SocialCapitalStatus) == 0x000031, "Member 'UModFilter_SocapAmend_SocialCapitalStatus::SocialCapitalStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubtitle_HUD \ static_assert(alignof(USubtitle_HUD) == 0x000008, "Wrong alignment on USubtitle_HUD"); \ static_assert(sizeof(USubtitle_HUD) == 0x000268, "Wrong size on USubtitle_HUD"); \ #define DUMPER7_ASSERTS_ModFilter_GainKnowledge_Custom_BlueprintPassesKnowledgeGainFilter \ static_assert(alignof(ModFilter_GainKnowledge_Custom_BlueprintPassesKnowledgeGainFilter) == 0x000008, "Wrong alignment on ModFilter_GainKnowledge_Custom_BlueprintPassesKnowledgeGainFilter"); \ static_assert(sizeof(ModFilter_GainKnowledge_Custom_BlueprintPassesKnowledgeGainFilter) == 0x000038, "Wrong size on ModFilter_GainKnowledge_Custom_BlueprintPassesKnowledgeGainFilter"); \ static_assert(offsetof(ModFilter_GainKnowledge_Custom_BlueprintPassesKnowledgeGainFilter, InTargetObject) == 0x000000, "Member 'ModFilter_GainKnowledge_Custom_BlueprintPassesKnowledgeGainFilter::InTargetObject' has a wrong offset!"); \ static_assert(offsetof(ModFilter_GainKnowledge_Custom_BlueprintPassesKnowledgeGainFilter, KnowledgeGainInfo) == 0x000008, "Member 'ModFilter_GainKnowledge_Custom_BlueprintPassesKnowledgeGainFilter::KnowledgeGainInfo' has a wrong offset!"); \ static_assert(offsetof(ModFilter_GainKnowledge_Custom_BlueprintPassesKnowledgeGainFilter, ReturnValue) == 0x000030, "Member 'ModFilter_GainKnowledge_Custom_BlueprintPassesKnowledgeGainFilter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_GainKnowledge_Custom \ static_assert(alignof(UModFilter_GainKnowledge_Custom) == 0x000008, "Wrong alignment on UModFilter_GainKnowledge_Custom"); \ static_assert(sizeof(UModFilter_GainKnowledge_Custom) == 0x000060, "Wrong size on UModFilter_GainKnowledge_Custom"); \ static_assert(offsetof(UModFilter_GainKnowledge_Custom, bUseCategoryFilter) == 0x000030, "Member 'UModFilter_GainKnowledge_Custom::bUseCategoryFilter' has a wrong offset!"); \ static_assert(offsetof(UModFilter_GainKnowledge_Custom, CategoryFilter) == 0x000034, "Member 'UModFilter_GainKnowledge_Custom::CategoryFilter' has a wrong offset!"); \ static_assert(offsetof(UModFilter_GainKnowledge_Custom, bUseKnowledgeActionFilter) == 0x00003C, "Member 'UModFilter_GainKnowledge_Custom::bUseKnowledgeActionFilter' has a wrong offset!"); \ static_assert(offsetof(UModFilter_GainKnowledge_Custom, KnowledgeActionFilter) == 0x00003D, "Member 'UModFilter_GainKnowledge_Custom::KnowledgeActionFilter' has a wrong offset!"); \ static_assert(offsetof(UModFilter_GainKnowledge_Custom, bUseCarrierSubtypeFilter) == 0x00003E, "Member 'UModFilter_GainKnowledge_Custom::bUseCarrierSubtypeFilter' has a wrong offset!"); \ static_assert(offsetof(UModFilter_GainKnowledge_Custom, CarrierSubtypeFilter) == 0x000040, "Member 'UModFilter_GainKnowledge_Custom::CarrierSubtypeFilter' has a wrong offset!"); \ static_assert(offsetof(UModFilter_GainKnowledge_Custom, bUseSubjectFilter) == 0x000048, "Member 'UModFilter_GainKnowledge_Custom::bUseSubjectFilter' has a wrong offset!"); \ static_assert(offsetof(UModFilter_GainKnowledge_Custom, SubjectFilter) == 0x00004C, "Member 'UModFilter_GainKnowledge_Custom::SubjectFilter' has a wrong offset!"); \ static_assert(offsetof(UModFilter_GainKnowledge_Custom, bUseValueFilter) == 0x000054, "Member 'UModFilter_GainKnowledge_Custom::bUseValueFilter' has a wrong offset!"); \ static_assert(offsetof(UModFilter_GainKnowledge_Custom, ValueFilter) == 0x000058, "Member 'UModFilter_GainKnowledge_Custom::ValueFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_LootDrop_Base \ static_assert(alignof(UModFilter_LootDrop_Base) == 0x000008, "Wrong alignment on UModFilter_LootDrop_Base"); \ static_assert(sizeof(UModFilter_LootDrop_Base) == 0x000030, "Wrong size on UModFilter_LootDrop_Base"); \ #define DUMPER7_ASSERTS_UModFilter_LootDrop_RarityPercentageTarget \ static_assert(alignof(UModFilter_LootDrop_RarityPercentageTarget) == 0x000008, "Wrong alignment on UModFilter_LootDrop_RarityPercentageTarget"); \ static_assert(sizeof(UModFilter_LootDrop_RarityPercentageTarget) == 0x000038, "Wrong size on UModFilter_LootDrop_RarityPercentageTarget"); \ static_assert(offsetof(UModFilter_LootDrop_RarityPercentageTarget, ComparisonOperator) == 0x000030, "Member 'UModFilter_LootDrop_RarityPercentageTarget::ComparisonOperator' has a wrong offset!"); \ static_assert(offsetof(UModFilter_LootDrop_RarityPercentageTarget, TargetPercent) == 0x000034, "Member 'UModFilter_LootDrop_RarityPercentageTarget::TargetPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_LootDrop_Enemy \ static_assert(alignof(UModFilter_LootDrop_Enemy) == 0x000008, "Wrong alignment on UModFilter_LootDrop_Enemy"); \ static_assert(sizeof(UModFilter_LootDrop_Enemy) == 0x000030, "Wrong size on UModFilter_LootDrop_Enemy"); \ #define DUMPER7_ASSERTS_UModFilter_UseItem_IsPotion_Custom \ static_assert(alignof(UModFilter_UseItem_IsPotion_Custom) == 0x000008, "Wrong alignment on UModFilter_UseItem_IsPotion_Custom"); \ static_assert(sizeof(UModFilter_UseItem_IsPotion_Custom) == 0x000038, "Wrong size on UModFilter_UseItem_IsPotion_Custom"); \ static_assert(offsetof(UModFilter_UseItem_IsPotion_Custom, PotionType) == 0x000030, "Member 'UModFilter_UseItem_IsPotion_Custom::PotionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UModFilter_ItemProperty_IsPotionIngredient \ static_assert(alignof(UModFilter_ItemProperty_IsPotionIngredient) == 0x000008, "Wrong alignment on UModFilter_ItemProperty_IsPotionIngredient"); \ static_assert(sizeof(UModFilter_ItemProperty_IsPotionIngredient) == 0x000030, "Wrong size on UModFilter_ItemProperty_IsPotionIngredient"); \ #define DUMPER7_ASSERTS_UModFilter_ItemProperty_IsUseablePlant \ static_assert(alignof(UModFilter_ItemProperty_IsUseablePlant) == 0x000008, "Wrong alignment on UModFilter_ItemProperty_IsUseablePlant"); \ static_assert(sizeof(UModFilter_ItemProperty_IsUseablePlant) == 0x000030, "Wrong size on UModFilter_ItemProperty_IsUseablePlant"); \ #define DUMPER7_ASSERTS_UModFilter_ItemProperty_Custom \ static_assert(alignof(UModFilter_ItemProperty_Custom) == 0x000008, "Wrong alignment on UModFilter_ItemProperty_Custom"); \ static_assert(sizeof(UModFilter_ItemProperty_Custom) == 0x000038, "Wrong size on UModFilter_ItemProperty_Custom"); \ static_assert(offsetof(UModFilter_ItemProperty_Custom, ItemType) == 0x000030, "Member 'UModFilter_ItemProperty_Custom::ItemType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_Conditional \ static_assert(alignof(URPGTriggerEffect_Conditional) == 0x000008, "Wrong alignment on URPGTriggerEffect_Conditional"); \ static_assert(sizeof(URPGTriggerEffect_Conditional) == 0x000040, "Wrong size on URPGTriggerEffect_Conditional"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_AddAbilityTags \ static_assert(alignof(URPGTriggerEffect_AddAbilityTags) == 0x000008, "Wrong alignment on URPGTriggerEffect_AddAbilityTags"); \ static_assert(sizeof(URPGTriggerEffect_AddAbilityTags) == 0x000060, "Wrong size on URPGTriggerEffect_AddAbilityTags"); \ static_assert(offsetof(URPGTriggerEffect_AddAbilityTags, AbilityTags) == 0x000040, "Member 'URPGTriggerEffect_AddAbilityTags::AbilityTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_DropLootBag \ static_assert(alignof(URPGTriggerEffect_DropLootBag) == 0x000008, "Wrong alignment on URPGTriggerEffect_DropLootBag"); \ static_assert(sizeof(URPGTriggerEffect_DropLootBag) == 0x000040, "Wrong size on URPGTriggerEffect_DropLootBag"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_AddTimeToDOT \ static_assert(alignof(URPGTriggerEffect_AddTimeToDOT) == 0x000008, "Wrong alignment on URPGTriggerEffect_AddTimeToDOT"); \ static_assert(sizeof(URPGTriggerEffect_AddTimeToDOT) == 0x000058, "Wrong size on URPGTriggerEffect_AddTimeToDOT"); \ static_assert(offsetof(URPGTriggerEffect_AddTimeToDOT, SpellNames) == 0x000040, "Member 'URPGTriggerEffect_AddTimeToDOT::SpellNames' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AddTimeToDOT, DurationToAdd) == 0x000050, "Member 'URPGTriggerEffect_AddTimeToDOT::DurationToAdd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_AddAbilityOnMessage \ static_assert(alignof(URPGTriggerEffect_AddAbilityOnMessage) == 0x000008, "Wrong alignment on URPGTriggerEffect_AddAbilityOnMessage"); \ static_assert(sizeof(URPGTriggerEffect_AddAbilityOnMessage) == 0x000090, "Wrong size on URPGTriggerEffect_AddAbilityOnMessage"); \ static_assert(offsetof(URPGTriggerEffect_AddAbilityOnMessage, HermesMessage) == 0x000040, "Member 'URPGTriggerEffect_AddAbilityOnMessage::HermesMessage' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AddAbilityOnMessage, RPGAbility) == 0x000050, "Member 'URPGTriggerEffect_AddAbilityOnMessage::RPGAbility' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AddAbilityOnMessage, LifeTime) == 0x000078, "Member 'URPGTriggerEffect_AddAbilityOnMessage::LifeTime' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AddAbilityOnMessage, bUseIngameSimulationTime) == 0x00007C, "Member 'URPGTriggerEffect_AddAbilityOnMessage::bUseIngameSimulationTime' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_AddAbilityOnMessage, Owner) == 0x000088, "Member 'URPGTriggerEffect_AddAbilityOnMessage::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_SetModBlackboardValue \ static_assert(alignof(URPGTriggerEffect_SetModBlackboardValue) == 0x000008, "Wrong alignment on URPGTriggerEffect_SetModBlackboardValue"); \ static_assert(sizeof(URPGTriggerEffect_SetModBlackboardValue) == 0x000048, "Wrong size on URPGTriggerEffect_SetModBlackboardValue"); \ static_assert(offsetof(URPGTriggerEffect_SetModBlackboardValue, Tag) == 0x000040, "Member 'URPGTriggerEffect_SetModBlackboardValue::Tag' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_SetModBlackboardValue, Value) == 0x000044, "Member 'URPGTriggerEffect_SetModBlackboardValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XPMeterBase_OnXPAdded \ static_assert(alignof(XPMeterBase_OnXPAdded) == 0x000004, "Wrong alignment on XPMeterBase_OnXPAdded"); \ static_assert(sizeof(XPMeterBase_OnXPAdded) == 0x000004, "Wrong size on XPMeterBase_OnXPAdded"); \ static_assert(offsetof(XPMeterBase_OnXPAdded, FillPct) == 0x000000, "Member 'XPMeterBase_OnXPAdded::FillPct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XPMeterBase_StartAddingXP \ static_assert(alignof(XPMeterBase_StartAddingXP) == 0x000004, "Wrong alignment on XPMeterBase_StartAddingXP"); \ static_assert(sizeof(XPMeterBase_StartAddingXP) == 0x000008, "Wrong size on XPMeterBase_StartAddingXP"); \ static_assert(offsetof(XPMeterBase_StartAddingXP, FillDuration) == 0x000000, "Member 'XPMeterBase_StartAddingXP::FillDuration' has a wrong offset!"); \ static_assert(offsetof(XPMeterBase_StartAddingXP, StartTime) == 0x000004, "Member 'XPMeterBase_StartAddingXP::StartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XPMeterBase_TryStackNotification \ static_assert(alignof(XPMeterBase_TryStackNotification) == 0x000004, "Wrong alignment on XPMeterBase_TryStackNotification"); \ static_assert(sizeof(XPMeterBase_TryStackNotification) == 0x000024, "Wrong size on XPMeterBase_TryStackNotification"); \ static_assert(offsetof(XPMeterBase_TryStackNotification, XPChangeData) == 0x000000, "Member 'XPMeterBase_TryStackNotification::XPChangeData' has a wrong offset!"); \ static_assert(offsetof(XPMeterBase_TryStackNotification, ReturnValue) == 0x000020, "Member 'XPMeterBase_TryStackNotification::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UXPMeterBase \ static_assert(alignof(UXPMeterBase) == 0x000008, "Wrong alignment on UXPMeterBase"); \ static_assert(sizeof(UXPMeterBase) == 0x000310, "Wrong size on UXPMeterBase"); \ static_assert(offsetof(UXPMeterBase, ActiveNotificationStackable) == 0x0002E8, "Member 'UXPMeterBase::ActiveNotificationStackable' has a wrong offset!"); \ static_assert(offsetof(UXPMeterBase, NotificationData) == 0x0002F0, "Member 'UXPMeterBase::NotificationData' has a wrong offset!"); \ static_assert(offsetof(UXPMeterBase, MaxFillTime) == 0x000300, "Member 'UXPMeterBase::MaxFillTime' has a wrong offset!"); \ static_assert(offsetof(UXPMeterBase, CurrentFillTime) == 0x000304, "Member 'UXPMeterBase::CurrentFillTime' has a wrong offset!"); \ static_assert(offsetof(UXPMeterBase, IsFilling) == 0x000308, "Member 'UXPMeterBase::IsFilling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ModifyModBlackboardValue \ static_assert(alignof(URPGTriggerEffect_ModifyModBlackboardValue) == 0x000008, "Wrong alignment on URPGTriggerEffect_ModifyModBlackboardValue"); \ static_assert(sizeof(URPGTriggerEffect_ModifyModBlackboardValue) == 0x000048, "Wrong size on URPGTriggerEffect_ModifyModBlackboardValue"); \ static_assert(offsetof(URPGTriggerEffect_ModifyModBlackboardValue, Tag) == 0x000040, "Member 'URPGTriggerEffect_ModifyModBlackboardValue::Tag' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ModifyModBlackboardValue, ModificationValue) == 0x000044, "Member 'URPGTriggerEffect_ModifyModBlackboardValue::ModificationValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RPGTriggerEffect_FillFocusMeterOnPlayerEpiskey_OnEpiskeyHealing \ static_assert(alignof(RPGTriggerEffect_FillFocusMeterOnPlayerEpiskey_OnEpiskeyHealing) == 0x000008, "Wrong alignment on RPGTriggerEffect_FillFocusMeterOnPlayerEpiskey_OnEpiskeyHealing"); \ static_assert(sizeof(RPGTriggerEffect_FillFocusMeterOnPlayerEpiskey_OnEpiskeyHealing) == 0x000018, "Wrong size on RPGTriggerEffect_FillFocusMeterOnPlayerEpiskey_OnEpiskeyHealing"); \ static_assert(offsetof(RPGTriggerEffect_FillFocusMeterOnPlayerEpiskey_OnEpiskeyHealing, Instigator) == 0x000000, "Member 'RPGTriggerEffect_FillFocusMeterOnPlayerEpiskey_OnEpiskeyHealing::Instigator' has a wrong offset!"); \ static_assert(offsetof(RPGTriggerEffect_FillFocusMeterOnPlayerEpiskey_OnEpiskeyHealing, InHealthChange) == 0x000008, "Member 'RPGTriggerEffect_FillFocusMeterOnPlayerEpiskey_OnEpiskeyHealing::InHealthChange' has a wrong offset!"); \ static_assert(offsetof(RPGTriggerEffect_FillFocusMeterOnPlayerEpiskey_OnEpiskeyHealing, TargetActor) == 0x000010, "Member 'RPGTriggerEffect_FillFocusMeterOnPlayerEpiskey_OnEpiskeyHealing::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_FillFocusMeterOnPlayerEpiskey \ static_assert(alignof(URPGTriggerEffect_FillFocusMeterOnPlayerEpiskey) == 0x000008, "Wrong alignment on URPGTriggerEffect_FillFocusMeterOnPlayerEpiskey"); \ static_assert(sizeof(URPGTriggerEffect_FillFocusMeterOnPlayerEpiskey) == 0x000050, "Wrong size on URPGTriggerEffect_FillFocusMeterOnPlayerEpiskey"); \ static_assert(offsetof(URPGTriggerEffect_FillFocusMeterOnPlayerEpiskey, HealthThresholdBefore) == 0x000040, "Member 'URPGTriggerEffect_FillFocusMeterOnPlayerEpiskey::HealthThresholdBefore' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_FillFocusMeterOnPlayerEpiskey, HealthToFocusRatio) == 0x000044, "Member 'URPGTriggerEffect_FillFocusMeterOnPlayerEpiskey::HealthToFocusRatio' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_FillFocusMeterOnPlayerEpiskey, Owner) == 0x000048, "Member 'URPGTriggerEffect_FillFocusMeterOnPlayerEpiskey::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RPGTriggerEffect_PolyJuice_OnSpellCast \ static_assert(alignof(RPGTriggerEffect_PolyJuice_OnSpellCast) == 0x000008, "Wrong alignment on RPGTriggerEffect_PolyJuice_OnSpellCast"); \ static_assert(sizeof(RPGTriggerEffect_PolyJuice_OnSpellCast) == 0x000008, "Wrong size on RPGTriggerEffect_PolyJuice_OnSpellCast"); \ static_assert(offsetof(RPGTriggerEffect_PolyJuice_OnSpellCast, SpellTool) == 0x000000, "Member 'RPGTriggerEffect_PolyJuice_OnSpellCast::SpellTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_PolyJuice \ static_assert(alignof(URPGTriggerEffect_PolyJuice) == 0x000008, "Wrong alignment on URPGTriggerEffect_PolyJuice"); \ static_assert(sizeof(URPGTriggerEffect_PolyJuice) == 0x000050, "Wrong size on URPGTriggerEffect_PolyJuice"); \ static_assert(offsetof(URPGTriggerEffect_PolyJuice, Owner) == 0x000048, "Member 'URPGTriggerEffect_PolyJuice::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_BroadcastAIEvent \ static_assert(alignof(URPGTriggerEffect_BroadcastAIEvent) == 0x000008, "Wrong alignment on URPGTriggerEffect_BroadcastAIEvent"); \ static_assert(sizeof(URPGTriggerEffect_BroadcastAIEvent) == 0x0000B8, "Wrong size on URPGTriggerEffect_BroadcastAIEvent"); \ static_assert(offsetof(URPGTriggerEffect_BroadcastAIEvent, Owner) == 0x000040, "Member 'URPGTriggerEffect_BroadcastAIEvent::Owner' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_BroadcastAIEvent, EventTags) == 0x000048, "Member 'URPGTriggerEffect_BroadcastAIEvent::EventTags' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_BroadcastAIEvent, EventIntensity) == 0x000068, "Member 'URPGTriggerEffect_BroadcastAIEvent::EventIntensity' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_BroadcastAIEvent, Duration) == 0x00006C, "Member 'URPGTriggerEffect_BroadcastAIEvent::Duration' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_BroadcastAIEvent, Range) == 0x000070, "Member 'URPGTriggerEffect_BroadcastAIEvent::Range' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_BroadcastAIEvent, TriggerChance) == 0x000074, "Member 'URPGTriggerEffect_BroadcastAIEvent::TriggerChance' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_BroadcastAIEvent, TriggerFX) == 0x000078, "Member 'URPGTriggerEffect_BroadcastAIEvent::TriggerFX' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_BroadcastAIEvent, TriggerFX2) == 0x0000A8, "Member 'URPGTriggerEffect_BroadcastAIEvent::TriggerFX2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_OnSuccessfulSpell_BroadcastAIEvent \ static_assert(alignof(URPGTriggerEffect_OnSuccessfulSpell_BroadcastAIEvent) == 0x000008, "Wrong alignment on URPGTriggerEffect_OnSuccessfulSpell_BroadcastAIEvent"); \ static_assert(sizeof(URPGTriggerEffect_OnSuccessfulSpell_BroadcastAIEvent) == 0x0000D0, "Wrong size on URPGTriggerEffect_OnSuccessfulSpell_BroadcastAIEvent"); \ static_assert(offsetof(URPGTriggerEffect_OnSuccessfulSpell_BroadcastAIEvent, WandTool) == 0x0000B8, "Member 'URPGTriggerEffect_OnSuccessfulSpell_BroadcastAIEvent::WandTool' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_OnSuccessfulSpell_BroadcastAIEvent, bCheckSpellGroup) == 0x0000C0, "Member 'URPGTriggerEffect_OnSuccessfulSpell_BroadcastAIEvent::bCheckSpellGroup' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_OnSuccessfulSpell_BroadcastAIEvent, RequiredSpellGroup) == 0x0000C1, "Member 'URPGTriggerEffect_OnSuccessfulSpell_BroadcastAIEvent::RequiredSpellGroup' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_OnSuccessfulSpell_BroadcastAIEvent, bRequiresCharacterTarget) == 0x0000C2, "Member 'URPGTriggerEffect_OnSuccessfulSpell_BroadcastAIEvent::bRequiresCharacterTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPG_TriggerEffect_OnCharacterDeath_BroadcastAIEvent \ static_assert(alignof(URPG_TriggerEffect_OnCharacterDeath_BroadcastAIEvent) == 0x000008, "Wrong alignment on URPG_TriggerEffect_OnCharacterDeath_BroadcastAIEvent"); \ static_assert(sizeof(URPG_TriggerEffect_OnCharacterDeath_BroadcastAIEvent) == 0x0000C8, "Wrong size on URPG_TriggerEffect_OnCharacterDeath_BroadcastAIEvent"); \ static_assert(offsetof(URPG_TriggerEffect_OnCharacterDeath_BroadcastAIEvent, MaximumDistance) == 0x0000B8, "Member 'URPG_TriggerEffect_OnCharacterDeath_BroadcastAIEvent::MaximumDistance' has a wrong offset!"); \ static_assert(offsetof(URPG_TriggerEffect_OnCharacterDeath_BroadcastAIEvent, bNeedToBeDeathInstigator) == 0x0000BC, "Member 'URPG_TriggerEffect_OnCharacterDeath_BroadcastAIEvent::bNeedToBeDeathInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_TriggerOnActorDamaged \ static_assert(alignof(URPGTriggerEffect_TriggerOnActorDamaged) == 0x000008, "Wrong alignment on URPGTriggerEffect_TriggerOnActorDamaged"); \ static_assert(sizeof(URPGTriggerEffect_TriggerOnActorDamaged) == 0x000060, "Wrong size on URPGTriggerEffect_TriggerOnActorDamaged"); \ static_assert(offsetof(URPGTriggerEffect_TriggerOnActorDamaged, TriggerEffect) == 0x000058, "Member 'URPGTriggerEffect_TriggerOnActorDamaged::TriggerEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ModifyObjectStateOnTimer \ static_assert(alignof(URPGTriggerEffect_ModifyObjectStateOnTimer) == 0x000008, "Wrong alignment on URPGTriggerEffect_ModifyObjectStateOnTimer"); \ static_assert(sizeof(URPGTriggerEffect_ModifyObjectStateOnTimer) == 0x000068, "Wrong size on URPGTriggerEffect_ModifyObjectStateOnTimer"); \ static_assert(offsetof(URPGTriggerEffect_ModifyObjectStateOnTimer, TickRate) == 0x000050, "Member 'URPGTriggerEffect_ModifyObjectStateOnTimer::TickRate' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ModifyObjectStateOnTimer, FirstTickDelay) == 0x000054, "Member 'URPGTriggerEffect_ModifyObjectStateOnTimer::FirstTickDelay' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ModifyObjectStateOnTimer, bLoop) == 0x000058, "Member 'URPGTriggerEffect_ModifyObjectStateOnTimer::bLoop' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ModifyObjectStateOnTimer, bModifyHealthByValue) == 0x000059, "Member 'URPGTriggerEffect_ModifyObjectStateOnTimer::bModifyHealthByValue' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ModifyObjectStateOnTimer, HealthModificationAmount) == 0x00005C, "Member 'URPGTriggerEffect_ModifyObjectStateOnTimer::HealthModificationAmount' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ModifyObjectStateOnTimer, bModifyHealthByPercentage) == 0x000060, "Member 'URPGTriggerEffect_ModifyObjectStateOnTimer::bModifyHealthByPercentage' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ModifyObjectStateOnTimer, HealthModificationPercentage) == 0x000064, "Member 'URPGTriggerEffect_ModifyObjectStateOnTimer::HealthModificationPercentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_OnCombatBegin \ static_assert(alignof(URPGTriggerEffect_OnCombatBegin) == 0x000008, "Wrong alignment on URPGTriggerEffect_OnCombatBegin"); \ static_assert(sizeof(URPGTriggerEffect_OnCombatBegin) == 0x000068, "Wrong size on URPGTriggerEffect_OnCombatBegin"); \ static_assert(offsetof(URPGTriggerEffect_OnCombatBegin, Ability) == 0x000040, "Member 'URPGTriggerEffect_OnCombatBegin::Ability' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_OnCombatBegin, AbilityDuration) == 0x000048, "Member 'URPGTriggerEffect_OnCombatBegin::AbilityDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ProtegoTriggerAbility \ static_assert(alignof(URPGTriggerEffect_ProtegoTriggerAbility) == 0x000008, "Wrong alignment on URPGTriggerEffect_ProtegoTriggerAbility"); \ static_assert(sizeof(URPGTriggerEffect_ProtegoTriggerAbility) == 0x000080, "Wrong size on URPGTriggerEffect_ProtegoTriggerAbility"); \ static_assert(offsetof(URPGTriggerEffect_ProtegoTriggerAbility, RPGAbility) == 0x000050, "Member 'URPGTriggerEffect_ProtegoTriggerAbility::RPGAbility' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ProtegoTriggerAbility, LifeTime) == 0x000078, "Member 'URPGTriggerEffect_ProtegoTriggerAbility::LifeTime' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_ProtegoTriggerAbility, bUseIngameSimulationTime) == 0x00007C, "Member 'URPGTriggerEffect_ProtegoTriggerAbility::bUseIngameSimulationTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_OnHitBySpell \ static_assert(alignof(URPGTriggerEffect_OnHitBySpell) == 0x000008, "Wrong alignment on URPGTriggerEffect_OnHitBySpell"); \ static_assert(sizeof(URPGTriggerEffect_OnHitBySpell) == 0x000058, "Wrong size on URPGTriggerEffect_OnHitBySpell"); \ static_assert(offsetof(URPGTriggerEffect_OnHitBySpell, bCheckSpellGroup) == 0x000040, "Member 'URPGTriggerEffect_OnHitBySpell::bCheckSpellGroup' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_OnHitBySpell, SpellGroup) == 0x000041, "Member 'URPGTriggerEffect_OnHitBySpell::SpellGroup' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_OnHitBySpell, bCheckSpellName) == 0x000042, "Member 'URPGTriggerEffect_OnHitBySpell::bCheckSpellName' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_OnHitBySpell, SpellName) == 0x000043, "Member 'URPGTriggerEffect_OnHitBySpell::SpellName' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_OnHitBySpell, Owner) == 0x000048, "Member 'URPGTriggerEffect_OnHitBySpell::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_CauseDisturbanceOnSpellImpact \ static_assert(alignof(URPGTriggerEffect_CauseDisturbanceOnSpellImpact) == 0x000008, "Wrong alignment on URPGTriggerEffect_CauseDisturbanceOnSpellImpact"); \ static_assert(sizeof(URPGTriggerEffect_CauseDisturbanceOnSpellImpact) == 0x000058, "Wrong size on URPGTriggerEffect_CauseDisturbanceOnSpellImpact"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_GainKnowledgeFromCriticalHarvest \ static_assert(alignof(URPGTriggerEffect_GainKnowledgeFromCriticalHarvest) == 0x000008, "Wrong alignment on URPGTriggerEffect_GainKnowledgeFromCriticalHarvest"); \ static_assert(sizeof(URPGTriggerEffect_GainKnowledgeFromCriticalHarvest) == 0x000048, "Wrong size on URPGTriggerEffect_GainKnowledgeFromCriticalHarvest"); \ static_assert(offsetof(URPGTriggerEffect_GainKnowledgeFromCriticalHarvest, KnowledgeAction) == 0x000040, "Member 'URPGTriggerEffect_GainKnowledgeFromCriticalHarvest::KnowledgeAction' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_GainKnowledgeFromCriticalHarvest, bInDisplayTicker) == 0x000041, "Member 'URPGTriggerEffect_GainKnowledgeFromCriticalHarvest::bInDisplayTicker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_MultiFX2 \ static_assert(alignof(URPGTriggerEffect_MultiFX2) == 0x000008, "Wrong alignment on URPGTriggerEffect_MultiFX2"); \ static_assert(sizeof(URPGTriggerEffect_MultiFX2) == 0x000058, "Wrong size on URPGTriggerEffect_MultiFX2"); \ static_assert(offsetof(URPGTriggerEffect_MultiFX2, FX2) == 0x000040, "Member 'URPGTriggerEffect_MultiFX2::FX2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleTimeInRange \ static_assert(alignof(UWorldFXRuleTimeInRange) == 0x000008, "Wrong alignment on UWorldFXRuleTimeInRange"); \ static_assert(sizeof(UWorldFXRuleTimeInRange) == 0x000040, "Wrong size on UWorldFXRuleTimeInRange"); \ static_assert(offsetof(UWorldFXRuleTimeInRange, StartTime) == 0x000028, "Member 'UWorldFXRuleTimeInRange::StartTime' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleTimeInRange, EndTime) == 0x000034, "Member 'UWorldFXRuleTimeInRange::EndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleGameTimeInRange \ static_assert(alignof(UWorldFXRuleGameTimeInRange) == 0x000008, "Wrong alignment on UWorldFXRuleGameTimeInRange"); \ static_assert(sizeof(UWorldFXRuleGameTimeInRange) == 0x000040, "Wrong size on UWorldFXRuleGameTimeInRange"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_SetAudioState \ static_assert(alignof(URPGTriggerEffect_SetAudioState) == 0x000008, "Wrong alignment on URPGTriggerEffect_SetAudioState"); \ static_assert(sizeof(URPGTriggerEffect_SetAudioState) == 0x000050, "Wrong size on URPGTriggerEffect_SetAudioState"); \ static_assert(offsetof(URPGTriggerEffect_SetAudioState, stateGroup) == 0x000040, "Member 'URPGTriggerEffect_SetAudioState::stateGroup' has a wrong offset!"); \ static_assert(offsetof(URPGTriggerEffect_SetAudioState, State) == 0x000048, "Member 'URPGTriggerEffect_SetAudioState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URPGTriggerEffect_ExtendDuration \ static_assert(alignof(URPGTriggerEffect_ExtendDuration) == 0x000008, "Wrong alignment on URPGTriggerEffect_ExtendDuration"); \ static_assert(sizeof(URPGTriggerEffect_ExtendDuration) == 0x000048, "Wrong size on URPGTriggerEffect_ExtendDuration"); \ static_assert(offsetof(URPGTriggerEffect_ExtendDuration, ExtendedTime) == 0x000040, "Member 'URPGTriggerEffect_ExtendDuration::ExtendedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryLightingIdentityMasterComponent_GetLightingIdentityMaster \ static_assert(alignof(SanctuaryLightingIdentityMasterComponent_GetLightingIdentityMaster) == 0x000008, "Wrong alignment on SanctuaryLightingIdentityMasterComponent_GetLightingIdentityMaster"); \ static_assert(sizeof(SanctuaryLightingIdentityMasterComponent_GetLightingIdentityMaster) == 0x000010, "Wrong size on SanctuaryLightingIdentityMasterComponent_GetLightingIdentityMaster"); \ static_assert(offsetof(SanctuaryLightingIdentityMasterComponent_GetLightingIdentityMaster, WorldContextObject) == 0x000000, "Member 'SanctuaryLightingIdentityMasterComponent_GetLightingIdentityMaster::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SanctuaryLightingIdentityMasterComponent_GetLightingIdentityMaster, ReturnValue) == 0x000008, "Member 'SanctuaryLightingIdentityMasterComponent_GetLightingIdentityMaster::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryLightingIdentityMasterComponent_SetIdentity \ static_assert(alignof(SanctuaryLightingIdentityMasterComponent_SetIdentity) == 0x000004, "Wrong alignment on SanctuaryLightingIdentityMasterComponent_SetIdentity"); \ static_assert(sizeof(SanctuaryLightingIdentityMasterComponent_SetIdentity) == 0x000008, "Wrong size on SanctuaryLightingIdentityMasterComponent_SetIdentity"); \ static_assert(offsetof(SanctuaryLightingIdentityMasterComponent_SetIdentity, InNewIdentity) == 0x000000, "Member 'SanctuaryLightingIdentityMasterComponent_SetIdentity::InNewIdentity' has a wrong offset!"); \ static_assert(offsetof(SanctuaryLightingIdentityMasterComponent_SetIdentity, InBlendDuration) == 0x000004, "Member 'SanctuaryLightingIdentityMasterComponent_SetIdentity::InBlendDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryLightingIdentityMasterComponent_GetCurrentIdentity \ static_assert(alignof(SanctuaryLightingIdentityMasterComponent_GetCurrentIdentity) == 0x000001, "Wrong alignment on SanctuaryLightingIdentityMasterComponent_GetCurrentIdentity"); \ static_assert(sizeof(SanctuaryLightingIdentityMasterComponent_GetCurrentIdentity) == 0x000001, "Wrong size on SanctuaryLightingIdentityMasterComponent_GetCurrentIdentity"); \ static_assert(offsetof(SanctuaryLightingIdentityMasterComponent_GetCurrentIdentity, ReturnValue) == 0x000000, "Member 'SanctuaryLightingIdentityMasterComponent_GetCurrentIdentity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryLightingIdentityMasterComponent_GetIdentityBlendWeight \ static_assert(alignof(SanctuaryLightingIdentityMasterComponent_GetIdentityBlendWeight) == 0x000004, "Wrong alignment on SanctuaryLightingIdentityMasterComponent_GetIdentityBlendWeight"); \ static_assert(sizeof(SanctuaryLightingIdentityMasterComponent_GetIdentityBlendWeight) == 0x000004, "Wrong size on SanctuaryLightingIdentityMasterComponent_GetIdentityBlendWeight"); \ static_assert(offsetof(SanctuaryLightingIdentityMasterComponent_GetIdentityBlendWeight, ReturnValue) == 0x000000, "Member 'SanctuaryLightingIdentityMasterComponent_GetIdentityBlendWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryLightingIdentityMasterComponent_GetPreviousIdentity \ static_assert(alignof(SanctuaryLightingIdentityMasterComponent_GetPreviousIdentity) == 0x000001, "Wrong alignment on SanctuaryLightingIdentityMasterComponent_GetPreviousIdentity"); \ static_assert(sizeof(SanctuaryLightingIdentityMasterComponent_GetPreviousIdentity) == 0x000001, "Wrong size on SanctuaryLightingIdentityMasterComponent_GetPreviousIdentity"); \ static_assert(offsetof(SanctuaryLightingIdentityMasterComponent_GetPreviousIdentity, ReturnValue) == 0x000000, "Member 'SanctuaryLightingIdentityMasterComponent_GetPreviousIdentity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USanctuaryLightingIdentityMasterComponent \ static_assert(alignof(USanctuaryLightingIdentityMasterComponent) == 0x000010, "Wrong alignment on USanctuaryLightingIdentityMasterComponent"); \ static_assert(sizeof(USanctuaryLightingIdentityMasterComponent) == 0x0004E0, "Wrong size on USanctuaryLightingIdentityMasterComponent"); \ static_assert(offsetof(USanctuaryLightingIdentityMasterComponent, OnLightingIdentityChanged) == 0x0000D0, "Member 'USanctuaryLightingIdentityMasterComponent::OnLightingIdentityChanged' has a wrong offset!"); \ static_assert(offsetof(USanctuaryLightingIdentityMasterComponent, OnLightingIdentityBlendUpdate) == 0x0000E0, "Member 'USanctuaryLightingIdentityMasterComponent::OnLightingIdentityBlendUpdate' has a wrong offset!"); \ static_assert(offsetof(USanctuaryLightingIdentityMasterComponent, IdentitySettings) == 0x0000F0, "Member 'USanctuaryLightingIdentityMasterComponent::IdentitySettings' has a wrong offset!"); \ static_assert(offsetof(USanctuaryLightingIdentityMasterComponent, CurrentIdentity) == 0x000140, "Member 'USanctuaryLightingIdentityMasterComponent::CurrentIdentity' has a wrong offset!"); \ static_assert(offsetof(USanctuaryLightingIdentityMasterComponent, PreviousIdentity) == 0x000141, "Member 'USanctuaryLightingIdentityMasterComponent::PreviousIdentity' has a wrong offset!"); \ static_assert(offsetof(USanctuaryLightingIdentityMasterComponent, TimeController) == 0x000150, "Member 'USanctuaryLightingIdentityMasterComponent::TimeController' has a wrong offset!"); \ static_assert(offsetof(USanctuaryLightingIdentityMasterComponent, EphemerisComputer) == 0x000200, "Member 'USanctuaryLightingIdentityMasterComponent::EphemerisComputer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASanctuaryLoom \ static_assert(alignof(ASanctuaryLoom) == 0x000008, "Wrong alignment on ASanctuaryLoom"); \ static_assert(sizeof(ASanctuaryLoom) == 0x0002A8, "Wrong size on ASanctuaryLoom"); \ #define DUMPER7_ASSERTS_SanctuaryManager_Get \ static_assert(alignof(SanctuaryManager_Get) == 0x000008, "Wrong alignment on SanctuaryManager_Get"); \ static_assert(sizeof(SanctuaryManager_Get) == 0x000010, "Wrong size on SanctuaryManager_Get"); \ static_assert(offsetof(SanctuaryManager_Get, bCreateIfNull) == 0x000000, "Member 'SanctuaryManager_Get::bCreateIfNull' has a wrong offset!"); \ static_assert(offsetof(SanctuaryManager_Get, ReturnValue) == 0x000008, "Member 'SanctuaryManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_AddCreatureToyToBiome \ static_assert(alignof(SanctuaryManager_AddCreatureToyToBiome) == 0x000008, "Wrong alignment on SanctuaryManager_AddCreatureToyToBiome"); \ static_assert(sizeof(SanctuaryManager_AddCreatureToyToBiome) == 0x000008, "Wrong size on SanctuaryManager_AddCreatureToyToBiome"); \ static_assert(offsetof(SanctuaryManager_AddCreatureToyToBiome, ToyActor) == 0x000000, "Member 'SanctuaryManager_AddCreatureToyToBiome::ToyActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_OnSanctuaryItemGeneratorFinished \ static_assert(alignof(SanctuaryManager_OnSanctuaryItemGeneratorFinished) == 0x000008, "Wrong alignment on SanctuaryManager_OnSanctuaryItemGeneratorFinished"); \ static_assert(sizeof(SanctuaryManager_OnSanctuaryItemGeneratorFinished) == 0x000030, "Wrong size on SanctuaryManager_OnSanctuaryItemGeneratorFinished"); \ static_assert(offsetof(SanctuaryManager_OnSanctuaryItemGeneratorFinished, InTimeEvent) == 0x000000, "Member 'SanctuaryManager_OnSanctuaryItemGeneratorFinished::InTimeEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_OnStartNewInterval \ static_assert(alignof(SanctuaryManager_OnStartNewInterval) == 0x000008, "Wrong alignment on SanctuaryManager_OnStartNewInterval"); \ static_assert(sizeof(SanctuaryManager_OnStartNewInterval) == 0x000030, "Wrong size on SanctuaryManager_OnStartNewInterval"); \ static_assert(offsetof(SanctuaryManager_OnStartNewInterval, InTimeEvent) == 0x000000, "Member 'SanctuaryManager_OnStartNewInterval::InTimeEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_OnToyChestBeginPlay \ static_assert(alignof(SanctuaryManager_OnToyChestBeginPlay) == 0x000008, "Wrong alignment on SanctuaryManager_OnToyChestBeginPlay"); \ static_assert(sizeof(SanctuaryManager_OnToyChestBeginPlay) == 0x000008, "Wrong size on SanctuaryManager_OnToyChestBeginPlay"); \ static_assert(offsetof(SanctuaryManager_OnToyChestBeginPlay, ToyChestActor) == 0x000000, "Member 'SanctuaryManager_OnToyChestBeginPlay::ToyChestActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_OnToyChestEndPlay \ static_assert(alignof(SanctuaryManager_OnToyChestEndPlay) == 0x000008, "Wrong alignment on SanctuaryManager_OnToyChestEndPlay"); \ static_assert(sizeof(SanctuaryManager_OnToyChestEndPlay) == 0x000008, "Wrong size on SanctuaryManager_OnToyChestEndPlay"); \ static_assert(offsetof(SanctuaryManager_OnToyChestEndPlay, ToyChestActor) == 0x000000, "Member 'SanctuaryManager_OnToyChestEndPlay::ToyChestActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_RemoveCreatureToyFromBiome \ static_assert(alignof(SanctuaryManager_RemoveCreatureToyFromBiome) == 0x000008, "Wrong alignment on SanctuaryManager_RemoveCreatureToyFromBiome"); \ static_assert(sizeof(SanctuaryManager_RemoveCreatureToyFromBiome) == 0x000008, "Wrong size on SanctuaryManager_RemoveCreatureToyFromBiome"); \ static_assert(offsetof(SanctuaryManager_RemoveCreatureToyFromBiome, ToyActor) == 0x000000, "Member 'SanctuaryManager_RemoveCreatureToyFromBiome::ToyActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_SetInitialSanctuaryCustomizationChoice \ static_assert(alignof(SanctuaryManager_SetInitialSanctuaryCustomizationChoice) == 0x000008, "Wrong alignment on SanctuaryManager_SetInitialSanctuaryCustomizationChoice"); \ static_assert(sizeof(SanctuaryManager_SetInitialSanctuaryCustomizationChoice) == 0x000018, "Wrong size on SanctuaryManager_SetInitialSanctuaryCustomizationChoice"); \ static_assert(offsetof(SanctuaryManager_SetInitialSanctuaryCustomizationChoice, WorldContextObject) == 0x000000, "Member 'SanctuaryManager_SetInitialSanctuaryCustomizationChoice::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SanctuaryManager_SetInitialSanctuaryCustomizationChoice, InChoice) == 0x000008, "Member 'SanctuaryManager_SetInitialSanctuaryCustomizationChoice::InChoice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_GetBiomeIDFromLevel \ static_assert(alignof(SanctuaryManager_GetBiomeIDFromLevel) == 0x000008, "Wrong alignment on SanctuaryManager_GetBiomeIDFromLevel"); \ static_assert(sizeof(SanctuaryManager_GetBiomeIDFromLevel) == 0x000018, "Wrong size on SanctuaryManager_GetBiomeIDFromLevel"); \ static_assert(offsetof(SanctuaryManager_GetBiomeIDFromLevel, LevelPath) == 0x000000, "Member 'SanctuaryManager_GetBiomeIDFromLevel::LevelPath' has a wrong offset!"); \ static_assert(offsetof(SanctuaryManager_GetBiomeIDFromLevel, ReturnValue) == 0x000010, "Member 'SanctuaryManager_GetBiomeIDFromLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_GetBiomeIDFromNurturingSpaceID \ static_assert(alignof(SanctuaryManager_GetBiomeIDFromNurturingSpaceID) == 0x000004, "Wrong alignment on SanctuaryManager_GetBiomeIDFromNurturingSpaceID"); \ static_assert(sizeof(SanctuaryManager_GetBiomeIDFromNurturingSpaceID) == 0x000010, "Wrong size on SanctuaryManager_GetBiomeIDFromNurturingSpaceID"); \ static_assert(offsetof(SanctuaryManager_GetBiomeIDFromNurturingSpaceID, NurturingSpaceID) == 0x000000, "Member 'SanctuaryManager_GetBiomeIDFromNurturingSpaceID::NurturingSpaceID' has a wrong offset!"); \ static_assert(offsetof(SanctuaryManager_GetBiomeIDFromNurturingSpaceID, ReturnValue) == 0x000008, "Member 'SanctuaryManager_GetBiomeIDFromNurturingSpaceID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_GetCustomNameForChest \ static_assert(alignof(SanctuaryManager_GetCustomNameForChest) == 0x000008, "Wrong alignment on SanctuaryManager_GetCustomNameForChest"); \ static_assert(sizeof(SanctuaryManager_GetCustomNameForChest) == 0x000018, "Wrong size on SanctuaryManager_GetCustomNameForChest"); \ static_assert(offsetof(SanctuaryManager_GetCustomNameForChest, ObjectUID) == 0x000000, "Member 'SanctuaryManager_GetCustomNameForChest::ObjectUID' has a wrong offset!"); \ static_assert(offsetof(SanctuaryManager_GetCustomNameForChest, ReturnValue) == 0x000008, "Member 'SanctuaryManager_GetCustomNameForChest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_GetExpansionManager \ static_assert(alignof(SanctuaryManager_GetExpansionManager) == 0x000008, "Wrong alignment on SanctuaryManager_GetExpansionManager"); \ static_assert(sizeof(SanctuaryManager_GetExpansionManager) == 0x000008, "Wrong size on SanctuaryManager_GetExpansionManager"); \ static_assert(offsetof(SanctuaryManager_GetExpansionManager, ReturnValue) == 0x000000, "Member 'SanctuaryManager_GetExpansionManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_GetInitialSanctuaryLightingIdentity \ static_assert(alignof(SanctuaryManager_GetInitialSanctuaryLightingIdentity) == 0x000001, "Wrong alignment on SanctuaryManager_GetInitialSanctuaryLightingIdentity"); \ static_assert(sizeof(SanctuaryManager_GetInitialSanctuaryLightingIdentity) == 0x000001, "Wrong size on SanctuaryManager_GetInitialSanctuaryLightingIdentity"); \ static_assert(offsetof(SanctuaryManager_GetInitialSanctuaryLightingIdentity, ReturnValue) == 0x000000, "Member 'SanctuaryManager_GetInitialSanctuaryLightingIdentity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_GetNurtureSpacesContainingCreatures \ static_assert(alignof(SanctuaryManager_GetNurtureSpacesContainingCreatures) == 0x000008, "Wrong alignment on SanctuaryManager_GetNurtureSpacesContainingCreatures"); \ static_assert(sizeof(SanctuaryManager_GetNurtureSpacesContainingCreatures) == 0x000058, "Wrong size on SanctuaryManager_GetNurtureSpacesContainingCreatures"); \ static_assert(offsetof(SanctuaryManager_GetNurtureSpacesContainingCreatures, bIncludeInventory) == 0x000000, "Member 'SanctuaryManager_GetNurtureSpacesContainingCreatures::bIncludeInventory' has a wrong offset!"); \ static_assert(offsetof(SanctuaryManager_GetNurtureSpacesContainingCreatures, bIncludeSanctuaryBiomes) == 0x000001, "Member 'SanctuaryManager_GetNurtureSpacesContainingCreatures::bIncludeSanctuaryBiomes' has a wrong offset!"); \ static_assert(offsetof(SanctuaryManager_GetNurtureSpacesContainingCreatures, bIncludeOther) == 0x000002, "Member 'SanctuaryManager_GetNurtureSpacesContainingCreatures::bIncludeOther' has a wrong offset!"); \ static_assert(offsetof(SanctuaryManager_GetNurtureSpacesContainingCreatures, OutNurtureSpaceIDs) == 0x000008, "Member 'SanctuaryManager_GetNurtureSpacesContainingCreatures::OutNurtureSpaceIDs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_GetNurturingSpaceIDFromBiomeID \ static_assert(alignof(SanctuaryManager_GetNurturingSpaceIDFromBiomeID) == 0x000004, "Wrong alignment on SanctuaryManager_GetNurturingSpaceIDFromBiomeID"); \ static_assert(sizeof(SanctuaryManager_GetNurturingSpaceIDFromBiomeID) == 0x000010, "Wrong size on SanctuaryManager_GetNurturingSpaceIDFromBiomeID"); \ static_assert(offsetof(SanctuaryManager_GetNurturingSpaceIDFromBiomeID, BiomeID) == 0x000000, "Member 'SanctuaryManager_GetNurturingSpaceIDFromBiomeID::BiomeID' has a wrong offset!"); \ static_assert(offsetof(SanctuaryManager_GetNurturingSpaceIDFromBiomeID, ReturnValue) == 0x000008, "Member 'SanctuaryManager_GetNurturingSpaceIDFromBiomeID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_GetNurturingSpaceIDFromBiomeLevel \ static_assert(alignof(SanctuaryManager_GetNurturingSpaceIDFromBiomeLevel) == 0x000008, "Wrong alignment on SanctuaryManager_GetNurturingSpaceIDFromBiomeLevel"); \ static_assert(sizeof(SanctuaryManager_GetNurturingSpaceIDFromBiomeLevel) == 0x000018, "Wrong size on SanctuaryManager_GetNurturingSpaceIDFromBiomeLevel"); \ static_assert(offsetof(SanctuaryManager_GetNurturingSpaceIDFromBiomeLevel, LevelPath) == 0x000000, "Member 'SanctuaryManager_GetNurturingSpaceIDFromBiomeLevel::LevelPath' has a wrong offset!"); \ static_assert(offsetof(SanctuaryManager_GetNurturingSpaceIDFromBiomeLevel, ReturnValue) == 0x000010, "Member 'SanctuaryManager_GetNurturingSpaceIDFromBiomeLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_GetSanctuaryExpansions \ static_assert(alignof(SanctuaryManager_GetSanctuaryExpansions) == 0x000008, "Wrong alignment on SanctuaryManager_GetSanctuaryExpansions"); \ static_assert(sizeof(SanctuaryManager_GetSanctuaryExpansions) == 0x000018, "Wrong size on SanctuaryManager_GetSanctuaryExpansions"); \ static_assert(offsetof(SanctuaryManager_GetSanctuaryExpansions, AreaID) == 0x000000, "Member 'SanctuaryManager_GetSanctuaryExpansions::AreaID' has a wrong offset!"); \ static_assert(offsetof(SanctuaryManager_GetSanctuaryExpansions, ReturnValue) == 0x000008, "Member 'SanctuaryManager_GetSanctuaryExpansions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_GetSanctuaryItemGeneratorGuaranteedOutputItem \ static_assert(alignof(SanctuaryManager_GetSanctuaryItemGeneratorGuaranteedOutputItem) == 0x000008, "Wrong alignment on SanctuaryManager_GetSanctuaryItemGeneratorGuaranteedOutputItem"); \ static_assert(sizeof(SanctuaryManager_GetSanctuaryItemGeneratorGuaranteedOutputItem) == 0x000010, "Wrong size on SanctuaryManager_GetSanctuaryItemGeneratorGuaranteedOutputItem"); \ static_assert(offsetof(SanctuaryManager_GetSanctuaryItemGeneratorGuaranteedOutputItem, ItemGenerator) == 0x000000, "Member 'SanctuaryManager_GetSanctuaryItemGeneratorGuaranteedOutputItem::ItemGenerator' has a wrong offset!"); \ static_assert(offsetof(SanctuaryManager_GetSanctuaryItemGeneratorGuaranteedOutputItem, ReturnValue) == 0x000008, "Member 'SanctuaryManager_GetSanctuaryItemGeneratorGuaranteedOutputItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_GetSanctuaryItemGeneratorItemHeld \ static_assert(alignof(SanctuaryManager_GetSanctuaryItemGeneratorItemHeld) == 0x000008, "Wrong alignment on SanctuaryManager_GetSanctuaryItemGeneratorItemHeld"); \ static_assert(sizeof(SanctuaryManager_GetSanctuaryItemGeneratorItemHeld) == 0x000018, "Wrong size on SanctuaryManager_GetSanctuaryItemGeneratorItemHeld"); \ static_assert(offsetof(SanctuaryManager_GetSanctuaryItemGeneratorItemHeld, ItemGenerator) == 0x000000, "Member 'SanctuaryManager_GetSanctuaryItemGeneratorItemHeld::ItemGenerator' has a wrong offset!"); \ static_assert(offsetof(SanctuaryManager_GetSanctuaryItemGeneratorItemHeld, OutItemHeld) == 0x000008, "Member 'SanctuaryManager_GetSanctuaryItemGeneratorItemHeld::OutItemHeld' has a wrong offset!"); \ static_assert(offsetof(SanctuaryManager_GetSanctuaryItemGeneratorItemHeld, OutQuantity) == 0x000010, "Member 'SanctuaryManager_GetSanctuaryItemGeneratorItemHeld::OutQuantity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_GetSanctuaryItemGeneratorProgress \ static_assert(alignof(SanctuaryManager_GetSanctuaryItemGeneratorProgress) == 0x000008, "Wrong alignment on SanctuaryManager_GetSanctuaryItemGeneratorProgress"); \ static_assert(sizeof(SanctuaryManager_GetSanctuaryItemGeneratorProgress) == 0x000010, "Wrong size on SanctuaryManager_GetSanctuaryItemGeneratorProgress"); \ static_assert(offsetof(SanctuaryManager_GetSanctuaryItemGeneratorProgress, ItemGenerator) == 0x000000, "Member 'SanctuaryManager_GetSanctuaryItemGeneratorProgress::ItemGenerator' has a wrong offset!"); \ static_assert(offsetof(SanctuaryManager_GetSanctuaryItemGeneratorProgress, ReturnValue) == 0x000008, "Member 'SanctuaryManager_GetSanctuaryItemGeneratorProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_GetSanctuaryItemGeneratorTimeRemaining \ static_assert(alignof(SanctuaryManager_GetSanctuaryItemGeneratorTimeRemaining) == 0x000008, "Wrong alignment on SanctuaryManager_GetSanctuaryItemGeneratorTimeRemaining"); \ static_assert(sizeof(SanctuaryManager_GetSanctuaryItemGeneratorTimeRemaining) == 0x000010, "Wrong size on SanctuaryManager_GetSanctuaryItemGeneratorTimeRemaining"); \ static_assert(offsetof(SanctuaryManager_GetSanctuaryItemGeneratorTimeRemaining, ItemGenerator) == 0x000000, "Member 'SanctuaryManager_GetSanctuaryItemGeneratorTimeRemaining::ItemGenerator' has a wrong offset!"); \ static_assert(offsetof(SanctuaryManager_GetSanctuaryItemGeneratorTimeRemaining, ReturnValue) == 0x000008, "Member 'SanctuaryManager_GetSanctuaryItemGeneratorTimeRemaining::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryManager_SetCustomNameForChest \ static_assert(alignof(SanctuaryManager_SetCustomNameForChest) == 0x000008, "Wrong alignment on SanctuaryManager_SetCustomNameForChest"); \ static_assert(sizeof(SanctuaryManager_SetCustomNameForChest) == 0x000018, "Wrong size on SanctuaryManager_SetCustomNameForChest"); \ static_assert(offsetof(SanctuaryManager_SetCustomNameForChest, ObjectUID) == 0x000000, "Member 'SanctuaryManager_SetCustomNameForChest::ObjectUID' has a wrong offset!"); \ static_assert(offsetof(SanctuaryManager_SetCustomNameForChest, NewName) == 0x000008, "Member 'SanctuaryManager_SetCustomNameForChest::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USanctuaryManager \ static_assert(alignof(USanctuaryManager) == 0x000008, "Wrong alignment on USanctuaryManager"); \ static_assert(sizeof(USanctuaryManager) == 0x000260, "Wrong size on USanctuaryManager"); \ static_assert(offsetof(USanctuaryManager, ExpansionManager) == 0x000048, "Member 'USanctuaryManager::ExpansionManager' has a wrong offset!"); \ static_assert(offsetof(USanctuaryManager, GeneratorTimeMultiplier) == 0x0001B8, "Member 'USanctuaryManager::GeneratorTimeMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryPortalMaterialComponent_OnUpdateEntranceMaterials \ static_assert(alignof(SanctuaryPortalMaterialComponent_OnUpdateEntranceMaterials) == 0x000008, "Wrong alignment on SanctuaryPortalMaterialComponent_OnUpdateEntranceMaterials"); \ static_assert(sizeof(SanctuaryPortalMaterialComponent_OnUpdateEntranceMaterials) == 0x000008, "Wrong size on SanctuaryPortalMaterialComponent_OnUpdateEntranceMaterials"); \ static_assert(offsetof(SanctuaryPortalMaterialComponent_OnUpdateEntranceMaterials, InCaller) == 0x000000, "Member 'SanctuaryPortalMaterialComponent_OnUpdateEntranceMaterials::InCaller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryPortalMaterialComponent_OnUpdateIdentity \ static_assert(alignof(SanctuaryPortalMaterialComponent_OnUpdateIdentity) == 0x000004, "Wrong alignment on SanctuaryPortalMaterialComponent_OnUpdateIdentity"); \ static_assert(sizeof(SanctuaryPortalMaterialComponent_OnUpdateIdentity) == 0x000008, "Wrong size on SanctuaryPortalMaterialComponent_OnUpdateIdentity"); \ static_assert(offsetof(SanctuaryPortalMaterialComponent_OnUpdateIdentity, PreviousIdentity) == 0x000000, "Member 'SanctuaryPortalMaterialComponent_OnUpdateIdentity::PreviousIdentity' has a wrong offset!"); \ static_assert(offsetof(SanctuaryPortalMaterialComponent_OnUpdateIdentity, CurrentIdentity) == 0x000001, "Member 'SanctuaryPortalMaterialComponent_OnUpdateIdentity::CurrentIdentity' has a wrong offset!"); \ static_assert(offsetof(SanctuaryPortalMaterialComponent_OnUpdateIdentity, BlendWeight) == 0x000004, "Member 'SanctuaryPortalMaterialComponent_OnUpdateIdentity::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USanctuaryPortalMaterialComponent \ static_assert(alignof(USanctuaryPortalMaterialComponent) == 0x000010, "Wrong alignment on USanctuaryPortalMaterialComponent"); \ static_assert(sizeof(USanctuaryPortalMaterialComponent) == 0x000320, "Wrong size on USanctuaryPortalMaterialComponent"); \ static_assert(offsetof(USanctuaryPortalMaterialComponent, EntranceZone) == 0x000218, "Member 'USanctuaryPortalMaterialComponent::EntranceZone' has a wrong offset!"); \ static_assert(offsetof(USanctuaryPortalMaterialComponent, MaterialSettings) == 0x000220, "Member 'USanctuaryPortalMaterialComponent::MaterialSettings' has a wrong offset!"); \ static_assert(offsetof(USanctuaryPortalMaterialComponent, IdentityOverrides) == 0x000240, "Member 'USanctuaryPortalMaterialComponent::IdentityOverrides' has a wrong offset!"); \ static_assert(offsetof(USanctuaryPortalMaterialComponent, bSeparateSettingsForPreRenderedCubemap) == 0x000290, "Member 'USanctuaryPortalMaterialComponent::bSeparateSettingsForPreRenderedCubemap' has a wrong offset!"); \ static_assert(offsetof(USanctuaryPortalMaterialComponent, PreRenderedCubemapMaterialSettings) == 0x000294, "Member 'USanctuaryPortalMaterialComponent::PreRenderedCubemapMaterialSettings' has a wrong offset!"); \ static_assert(offsetof(USanctuaryPortalMaterialComponent, PreRenderedCubemapIdentityOverrides) == 0x0002B0, "Member 'USanctuaryPortalMaterialComponent::PreRenderedCubemapIdentityOverrides' has a wrong offset!"); \ static_assert(offsetof(USanctuaryPortalMaterialComponent, MaterialInstances) == 0x000300, "Member 'USanctuaryPortalMaterialComponent::MaterialInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingController_Get \ static_assert(alignof(SanctuaryStreamingController_Get) == 0x000008, "Wrong alignment on SanctuaryStreamingController_Get"); \ static_assert(sizeof(SanctuaryStreamingController_Get) == 0x000010, "Wrong size on SanctuaryStreamingController_Get"); \ static_assert(offsetof(SanctuaryStreamingController_Get, WorldContextObject) == 0x000000, "Member 'SanctuaryStreamingController_Get::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingController_Get, ReturnValue) == 0x000008, "Member 'SanctuaryStreamingController_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingController_RequestZoneReadyToEnter \ static_assert(alignof(SanctuaryStreamingController_RequestZoneReadyToEnter) == 0x000008, "Wrong alignment on SanctuaryStreamingController_RequestZoneReadyToEnter"); \ static_assert(sizeof(SanctuaryStreamingController_RequestZoneReadyToEnter) == 0x000028, "Wrong size on SanctuaryStreamingController_RequestZoneReadyToEnter"); \ static_assert(offsetof(SanctuaryStreamingController_RequestZoneReadyToEnter, WorldContextObject) == 0x000000, "Member 'SanctuaryStreamingController_RequestZoneReadyToEnter::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingController_RequestZoneReadyToEnter, ZoneName) == 0x000008, "Member 'SanctuaryStreamingController_RequestZoneReadyToEnter::ZoneName' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingController_RequestZoneReadyToEnter, OnZoneIsReady) == 0x000010, "Member 'SanctuaryStreamingController_RequestZoneReadyToEnter::OnZoneIsReady' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingController_RequestZoneReadyToEnter, bIgnoreLock) == 0x000020, "Member 'SanctuaryStreamingController_RequestZoneReadyToEnter::bIgnoreLock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingController_BlockingMinimalZoneLoad \ static_assert(alignof(SanctuaryStreamingController_BlockingMinimalZoneLoad) == 0x000004, "Wrong alignment on SanctuaryStreamingController_BlockingMinimalZoneLoad"); \ static_assert(sizeof(SanctuaryStreamingController_BlockingMinimalZoneLoad) == 0x00000C, "Wrong size on SanctuaryStreamingController_BlockingMinimalZoneLoad"); \ static_assert(offsetof(SanctuaryStreamingController_BlockingMinimalZoneLoad, ZoneName) == 0x000000, "Member 'SanctuaryStreamingController_BlockingMinimalZoneLoad::ZoneName' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingController_BlockingMinimalZoneLoad, bMakeVisible) == 0x000008, "Member 'SanctuaryStreamingController_BlockingMinimalZoneLoad::bMakeVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingController_MakeZoneVisible \ static_assert(alignof(SanctuaryStreamingController_MakeZoneVisible) == 0x000004, "Wrong alignment on SanctuaryStreamingController_MakeZoneVisible"); \ static_assert(sizeof(SanctuaryStreamingController_MakeZoneVisible) == 0x000008, "Wrong size on SanctuaryStreamingController_MakeZoneVisible"); \ static_assert(offsetof(SanctuaryStreamingController_MakeZoneVisible, ZoneName) == 0x000000, "Member 'SanctuaryStreamingController_MakeZoneVisible::ZoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingController_RequestZoneLoad \ static_assert(alignof(SanctuaryStreamingController_RequestZoneLoad) == 0x000004, "Wrong alignment on SanctuaryStreamingController_RequestZoneLoad"); \ static_assert(sizeof(SanctuaryStreamingController_RequestZoneLoad) == 0x00000C, "Wrong size on SanctuaryStreamingController_RequestZoneLoad"); \ static_assert(offsetof(SanctuaryStreamingController_RequestZoneLoad, ZoneName) == 0x000000, "Member 'SanctuaryStreamingController_RequestZoneLoad::ZoneName' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingController_RequestZoneLoad, bMakeVisible) == 0x000008, "Member 'SanctuaryStreamingController_RequestZoneLoad::bMakeVisible' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingController_RequestZoneLoad, bIgnoreLock) == 0x000009, "Member 'SanctuaryStreamingController_RequestZoneLoad::bIgnoreLock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingController_SetActiveIsland \ static_assert(alignof(SanctuaryStreamingController_SetActiveIsland) == 0x000004, "Wrong alignment on SanctuaryStreamingController_SetActiveIsland"); \ static_assert(sizeof(SanctuaryStreamingController_SetActiveIsland) == 0x000008, "Wrong size on SanctuaryStreamingController_SetActiveIsland"); \ static_assert(offsetof(SanctuaryStreamingController_SetActiveIsland, InActiveIsland) == 0x000000, "Member 'SanctuaryStreamingController_SetActiveIsland::InActiveIsland' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingController_SetActiveIslandFromZone \ static_assert(alignof(SanctuaryStreamingController_SetActiveIslandFromZone) == 0x000004, "Wrong alignment on SanctuaryStreamingController_SetActiveIslandFromZone"); \ static_assert(sizeof(SanctuaryStreamingController_SetActiveIslandFromZone) == 0x000008, "Wrong size on SanctuaryStreamingController_SetActiveIslandFromZone"); \ static_assert(offsetof(SanctuaryStreamingController_SetActiveIslandFromZone, InZoneName) == 0x000000, "Member 'SanctuaryStreamingController_SetActiveIslandFromZone::InZoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingController_UnloadZoneExplicitly \ static_assert(alignof(SanctuaryStreamingController_UnloadZoneExplicitly) == 0x000004, "Wrong alignment on SanctuaryStreamingController_UnloadZoneExplicitly"); \ static_assert(sizeof(SanctuaryStreamingController_UnloadZoneExplicitly) == 0x000008, "Wrong size on SanctuaryStreamingController_UnloadZoneExplicitly"); \ static_assert(offsetof(SanctuaryStreamingController_UnloadZoneExplicitly, ZoneName) == 0x000000, "Member 'SanctuaryStreamingController_UnloadZoneExplicitly::ZoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingController_UnlockLockForZone \ static_assert(alignof(SanctuaryStreamingController_UnlockLockForZone) == 0x000004, "Wrong alignment on SanctuaryStreamingController_UnlockLockForZone"); \ static_assert(sizeof(SanctuaryStreamingController_UnlockLockForZone) == 0x000008, "Wrong size on SanctuaryStreamingController_UnlockLockForZone"); \ static_assert(offsetof(SanctuaryStreamingController_UnlockLockForZone, ZoneName) == 0x000000, "Member 'SanctuaryStreamingController_UnlockLockForZone::ZoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingController_DoesZoneExist \ static_assert(alignof(SanctuaryStreamingController_DoesZoneExist) == 0x000004, "Wrong alignment on SanctuaryStreamingController_DoesZoneExist"); \ static_assert(sizeof(SanctuaryStreamingController_DoesZoneExist) == 0x00000C, "Wrong size on SanctuaryStreamingController_DoesZoneExist"); \ static_assert(offsetof(SanctuaryStreamingController_DoesZoneExist, ZoneName) == 0x000000, "Member 'SanctuaryStreamingController_DoesZoneExist::ZoneName' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingController_DoesZoneExist, ReturnValue) == 0x000008, "Member 'SanctuaryStreamingController_DoesZoneExist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingController_GetIslandForZone \ static_assert(alignof(SanctuaryStreamingController_GetIslandForZone) == 0x000004, "Wrong alignment on SanctuaryStreamingController_GetIslandForZone"); \ static_assert(sizeof(SanctuaryStreamingController_GetIslandForZone) == 0x000010, "Wrong size on SanctuaryStreamingController_GetIslandForZone"); \ static_assert(offsetof(SanctuaryStreamingController_GetIslandForZone, InZoneName) == 0x000000, "Member 'SanctuaryStreamingController_GetIslandForZone::InZoneName' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingController_GetIslandForZone, ReturnValue) == 0x000008, "Member 'SanctuaryStreamingController_GetIslandForZone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingController_IsZoneCompletelyVisible \ static_assert(alignof(SanctuaryStreamingController_IsZoneCompletelyVisible) == 0x000004, "Wrong alignment on SanctuaryStreamingController_IsZoneCompletelyVisible"); \ static_assert(sizeof(SanctuaryStreamingController_IsZoneCompletelyVisible) == 0x00000C, "Wrong size on SanctuaryStreamingController_IsZoneCompletelyVisible"); \ static_assert(offsetof(SanctuaryStreamingController_IsZoneCompletelyVisible, ZoneName) == 0x000000, "Member 'SanctuaryStreamingController_IsZoneCompletelyVisible::ZoneName' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingController_IsZoneCompletelyVisible, ReturnValue) == 0x000008, "Member 'SanctuaryStreamingController_IsZoneCompletelyVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingController_IsZoneMinimumLoadComplete \ static_assert(alignof(SanctuaryStreamingController_IsZoneMinimumLoadComplete) == 0x000004, "Wrong alignment on SanctuaryStreamingController_IsZoneMinimumLoadComplete"); \ static_assert(sizeof(SanctuaryStreamingController_IsZoneMinimumLoadComplete) == 0x00000C, "Wrong size on SanctuaryStreamingController_IsZoneMinimumLoadComplete"); \ static_assert(offsetof(SanctuaryStreamingController_IsZoneMinimumLoadComplete, ZoneName) == 0x000000, "Member 'SanctuaryStreamingController_IsZoneMinimumLoadComplete::ZoneName' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingController_IsZoneMinimumLoadComplete, ReturnValue) == 0x000008, "Member 'SanctuaryStreamingController_IsZoneMinimumLoadComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingController_IsZoneMinimumLoadVisible \ static_assert(alignof(SanctuaryStreamingController_IsZoneMinimumLoadVisible) == 0x000004, "Wrong alignment on SanctuaryStreamingController_IsZoneMinimumLoadVisible"); \ static_assert(sizeof(SanctuaryStreamingController_IsZoneMinimumLoadVisible) == 0x00000C, "Wrong size on SanctuaryStreamingController_IsZoneMinimumLoadVisible"); \ static_assert(offsetof(SanctuaryStreamingController_IsZoneMinimumLoadVisible, ZoneName) == 0x000000, "Member 'SanctuaryStreamingController_IsZoneMinimumLoadVisible::ZoneName' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingController_IsZoneMinimumLoadVisible, ReturnValue) == 0x000008, "Member 'SanctuaryStreamingController_IsZoneMinimumLoadVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingController_IsZoneReadyToEnter \ static_assert(alignof(SanctuaryStreamingController_IsZoneReadyToEnter) == 0x000004, "Wrong alignment on SanctuaryStreamingController_IsZoneReadyToEnter"); \ static_assert(sizeof(SanctuaryStreamingController_IsZoneReadyToEnter) == 0x00000C, "Wrong size on SanctuaryStreamingController_IsZoneReadyToEnter"); \ static_assert(offsetof(SanctuaryStreamingController_IsZoneReadyToEnter, ZoneName) == 0x000000, "Member 'SanctuaryStreamingController_IsZoneReadyToEnter::ZoneName' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingController_IsZoneReadyToEnter, ReturnValue) == 0x000008, "Member 'SanctuaryStreamingController_IsZoneReadyToEnter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingController_IsZoneUnlocked \ static_assert(alignof(SanctuaryStreamingController_IsZoneUnlocked) == 0x000004, "Wrong alignment on SanctuaryStreamingController_IsZoneUnlocked"); \ static_assert(sizeof(SanctuaryStreamingController_IsZoneUnlocked) == 0x00000C, "Wrong size on SanctuaryStreamingController_IsZoneUnlocked"); \ static_assert(offsetof(SanctuaryStreamingController_IsZoneUnlocked, ZoneName) == 0x000000, "Member 'SanctuaryStreamingController_IsZoneUnlocked::ZoneName' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingController_IsZoneUnlocked, ReturnValue) == 0x000008, "Member 'SanctuaryStreamingController_IsZoneUnlocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASanctuaryStreamingController \ static_assert(alignof(ASanctuaryStreamingController) == 0x000008, "Wrong alignment on ASanctuaryStreamingController"); \ static_assert(sizeof(ASanctuaryStreamingController) == 0x0003C0, "Wrong size on ASanctuaryStreamingController"); \ static_assert(offsetof(ASanctuaryStreamingController, GlobalLevels) == 0x000248, "Member 'ASanctuaryStreamingController::GlobalLevels' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingController, Islands) == 0x000258, "Member 'ASanctuaryStreamingController::Islands' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingController, bTreatLightingLevelsAsMinimalLoad) == 0x000268, "Member 'ASanctuaryStreamingController::bTreatLightingLevelsAsMinimalLoad' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingController, ActiveIsland) == 0x00026C, "Member 'ASanctuaryStreamingController::ActiveIsland' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingController, bTeleportLockActive) == 0x000274, "Member 'ASanctuaryStreamingController::bTeleportLockActive' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingController, OnActiveIslandSet) == 0x000278, "Member 'ASanctuaryStreamingController::OnActiveIslandSet' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingController, OnMinimumLoadComplete) == 0x0002A0, "Member 'ASanctuaryStreamingController::OnMinimumLoadComplete' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingController, OnZoneIsVisible) == 0x0002B0, "Member 'ASanctuaryStreamingController::OnZoneIsVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASanctuaryZoneStreamingVolume \ static_assert(alignof(ASanctuaryZoneStreamingVolume) == 0x000008, "Wrong alignment on ASanctuaryZoneStreamingVolume"); \ static_assert(sizeof(ASanctuaryZoneStreamingVolume) == 0x000288, "Wrong size on ASanctuaryZoneStreamingVolume"); \ static_assert(offsetof(ASanctuaryZoneStreamingVolume, ZoneName) == 0x000280, "Member 'ASanctuaryZoneStreamingVolume::ZoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingVFXTriggerVolume_OnIdentityChanged \ static_assert(alignof(SanctuaryStreamingVFXTriggerVolume_OnIdentityChanged) == 0x000001, "Wrong alignment on SanctuaryStreamingVFXTriggerVolume_OnIdentityChanged"); \ static_assert(sizeof(SanctuaryStreamingVFXTriggerVolume_OnIdentityChanged) == 0x000002, "Wrong size on SanctuaryStreamingVFXTriggerVolume_OnIdentityChanged"); \ static_assert(offsetof(SanctuaryStreamingVFXTriggerVolume_OnIdentityChanged, OldIdentity) == 0x000000, "Member 'SanctuaryStreamingVFXTriggerVolume_OnIdentityChanged::OldIdentity' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingVFXTriggerVolume_OnIdentityChanged, NewIdentity) == 0x000001, "Member 'SanctuaryStreamingVFXTriggerVolume_OnIdentityChanged::NewIdentity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingVFXTriggerVolume_OnNiagaraFinished \ static_assert(alignof(SanctuaryStreamingVFXTriggerVolume_OnNiagaraFinished) == 0x000008, "Wrong alignment on SanctuaryStreamingVFXTriggerVolume_OnNiagaraFinished"); \ static_assert(sizeof(SanctuaryStreamingVFXTriggerVolume_OnNiagaraFinished) == 0x000008, "Wrong size on SanctuaryStreamingVFXTriggerVolume_OnNiagaraFinished"); \ static_assert(offsetof(SanctuaryStreamingVFXTriggerVolume_OnNiagaraFinished, PSystem) == 0x000000, "Member 'SanctuaryStreamingVFXTriggerVolume_OnNiagaraFinished::PSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingVFXTriggerVolume_OnOverlapEnd \ static_assert(alignof(SanctuaryStreamingVFXTriggerVolume_OnOverlapEnd) == 0x000008, "Wrong alignment on SanctuaryStreamingVFXTriggerVolume_OnOverlapEnd"); \ static_assert(sizeof(SanctuaryStreamingVFXTriggerVolume_OnOverlapEnd) == 0x000020, "Wrong size on SanctuaryStreamingVFXTriggerVolume_OnOverlapEnd"); \ static_assert(offsetof(SanctuaryStreamingVFXTriggerVolume_OnOverlapEnd, OverlappedComp) == 0x000000, "Member 'SanctuaryStreamingVFXTriggerVolume_OnOverlapEnd::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingVFXTriggerVolume_OnOverlapEnd, OtherActor) == 0x000008, "Member 'SanctuaryStreamingVFXTriggerVolume_OnOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingVFXTriggerVolume_OnOverlapEnd, OtherComp) == 0x000010, "Member 'SanctuaryStreamingVFXTriggerVolume_OnOverlapEnd::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingVFXTriggerVolume_OnOverlapEnd, OtherBodyIndex) == 0x000018, "Member 'SanctuaryStreamingVFXTriggerVolume_OnOverlapEnd::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingVFXTriggerVolume_OnOverlapStart \ static_assert(alignof(SanctuaryStreamingVFXTriggerVolume_OnOverlapStart) == 0x000008, "Wrong alignment on SanctuaryStreamingVFXTriggerVolume_OnOverlapStart"); \ static_assert(sizeof(SanctuaryStreamingVFXTriggerVolume_OnOverlapStart) == 0x0000A8, "Wrong size on SanctuaryStreamingVFXTriggerVolume_OnOverlapStart"); \ static_assert(offsetof(SanctuaryStreamingVFXTriggerVolume_OnOverlapStart, OverlappedComp) == 0x000000, "Member 'SanctuaryStreamingVFXTriggerVolume_OnOverlapStart::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingVFXTriggerVolume_OnOverlapStart, OtherActor) == 0x000008, "Member 'SanctuaryStreamingVFXTriggerVolume_OnOverlapStart::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingVFXTriggerVolume_OnOverlapStart, OtherComp) == 0x000010, "Member 'SanctuaryStreamingVFXTriggerVolume_OnOverlapStart::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingVFXTriggerVolume_OnOverlapStart, OtherBodyIndex) == 0x000018, "Member 'SanctuaryStreamingVFXTriggerVolume_OnOverlapStart::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingVFXTriggerVolume_OnOverlapStart, bFromSweep) == 0x00001C, "Member 'SanctuaryStreamingVFXTriggerVolume_OnOverlapStart::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SanctuaryStreamingVFXTriggerVolume_OnOverlapStart, SweepResult) == 0x000020, "Member 'SanctuaryStreamingVFXTriggerVolume_OnOverlapStart::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryStreamingVFXTriggerVolume_OnParticleSystemFinished \ static_assert(alignof(SanctuaryStreamingVFXTriggerVolume_OnParticleSystemFinished) == 0x000008, "Wrong alignment on SanctuaryStreamingVFXTriggerVolume_OnParticleSystemFinished"); \ static_assert(sizeof(SanctuaryStreamingVFXTriggerVolume_OnParticleSystemFinished) == 0x000008, "Wrong size on SanctuaryStreamingVFXTriggerVolume_OnParticleSystemFinished"); \ static_assert(offsetof(SanctuaryStreamingVFXTriggerVolume_OnParticleSystemFinished, PSystem) == 0x000000, "Member 'SanctuaryStreamingVFXTriggerVolume_OnParticleSystemFinished::PSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASanctuaryStreamingVFXTriggerVolume \ static_assert(alignof(ASanctuaryStreamingVFXTriggerVolume) == 0x000008, "Wrong alignment on ASanctuaryStreamingVFXTriggerVolume"); \ static_assert(sizeof(ASanctuaryStreamingVFXTriggerVolume) == 0x000458, "Wrong size on ASanctuaryStreamingVFXTriggerVolume"); \ static_assert(offsetof(ASanctuaryStreamingVFXTriggerVolume, bAutoSwapWhenIdentityChanges) == 0x000260, "Member 'ASanctuaryStreamingVFXTriggerVolume::bAutoSwapWhenIdentityChanges' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingVFXTriggerVolume, IdentityParticleSystems) == 0x000268, "Member 'ASanctuaryStreamingVFXTriggerVolume::IdentityParticleSystems' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingVFXTriggerVolume, DefaultSystem) == 0x0002B8, "Member 'ASanctuaryStreamingVFXTriggerVolume::DefaultSystem' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingVFXTriggerVolume, OnPlayerOverlapStart) == 0x0002D8, "Member 'ASanctuaryStreamingVFXTriggerVolume::OnPlayerOverlapStart' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingVFXTriggerVolume, OnPlayerOverlapEnd) == 0x0002E8, "Member 'ASanctuaryStreamingVFXTriggerVolume::OnPlayerOverlapEnd' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingVFXTriggerVolume, OnCameraOverlapStart) == 0x0002F8, "Member 'ASanctuaryStreamingVFXTriggerVolume::OnCameraOverlapStart' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingVFXTriggerVolume, OnCameraOverlapEnd) == 0x000308, "Member 'ASanctuaryStreamingVFXTriggerVolume::OnCameraOverlapEnd' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingVFXTriggerVolume, OnMoveEmitters) == 0x000318, "Member 'ASanctuaryStreamingVFXTriggerVolume::OnMoveEmitters' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingVFXTriggerVolume, BoxComponent) == 0x000328, "Member 'ASanctuaryStreamingVFXTriggerVolume::BoxComponent' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingVFXTriggerVolume, PlayerTriggers) == 0x000330, "Member 'ASanctuaryStreamingVFXTriggerVolume::PlayerTriggers' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingVFXTriggerVolume, CameraTriggers) == 0x000331, "Member 'ASanctuaryStreamingVFXTriggerVolume::CameraTriggers' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingVFXTriggerVolume, OffsetAmount) == 0x000334, "Member 'ASanctuaryStreamingVFXTriggerVolume::OffsetAmount' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingVFXTriggerVolume, PlayerRelativeMovement) == 0x000338, "Member 'ASanctuaryStreamingVFXTriggerVolume::PlayerRelativeMovement' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingVFXTriggerVolume, ParticleEffectsList) == 0x000340, "Member 'ASanctuaryStreamingVFXTriggerVolume::ParticleEffectsList' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingVFXTriggerVolume, NiagaraEffectsList) == 0x000350, "Member 'ASanctuaryStreamingVFXTriggerVolume::NiagaraEffectsList' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryStreamingVFXTriggerVolume, IsActivated) == 0x000360, "Member 'ASanctuaryStreamingVFXTriggerVolume::IsActivated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_AddBlockRequest \ static_assert(alignof(SaveManager_AddBlockRequest) == 0x000001, "Wrong alignment on SaveManager_AddBlockRequest"); \ static_assert(sizeof(SaveManager_AddBlockRequest) == 0x000001, "Wrong size on SaveManager_AddBlockRequest"); \ static_assert(offsetof(SaveManager_AddBlockRequest, Reason) == 0x000000, "Member 'SaveManager_AddBlockRequest::Reason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_AutoSaveFlush \ static_assert(alignof(SaveManager_AutoSaveFlush) == 0x000001, "Wrong alignment on SaveManager_AutoSaveFlush"); \ static_assert(sizeof(SaveManager_AutoSaveFlush) == 0x000002, "Wrong size on SaveManager_AutoSaveFlush"); \ static_assert(offsetof(SaveManager_AutoSaveFlush, bAsynchronous) == 0x000000, "Member 'SaveManager_AutoSaveFlush::bAsynchronous' has a wrong offset!"); \ static_assert(offsetof(SaveManager_AutoSaveFlush, ReturnValue) == 0x000001, "Member 'SaveManager_AutoSaveFlush::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_AutoSaveGameData \ static_assert(alignof(SaveManager_AutoSaveGameData) == 0x000001, "Wrong alignment on SaveManager_AutoSaveGameData"); \ static_assert(sizeof(SaveManager_AutoSaveGameData) == 0x000003, "Wrong size on SaveManager_AutoSaveGameData"); \ static_assert(offsetof(SaveManager_AutoSaveGameData, Type) == 0x000000, "Member 'SaveManager_AutoSaveGameData::Type' has a wrong offset!"); \ static_assert(offsetof(SaveManager_AutoSaveGameData, bCollectSaveData) == 0x000001, "Member 'SaveManager_AutoSaveGameData::bCollectSaveData' has a wrong offset!"); \ static_assert(offsetof(SaveManager_AutoSaveGameData, ReturnValue) == 0x000002, "Member 'SaveManager_AutoSaveGameData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_BP_AutoSaveGame \ static_assert(alignof(SaveManager_BP_AutoSaveGame) == 0x000001, "Wrong alignment on SaveManager_BP_AutoSaveGame"); \ static_assert(sizeof(SaveManager_BP_AutoSaveGame) == 0x000002, "Wrong size on SaveManager_BP_AutoSaveGame"); \ static_assert(offsetof(SaveManager_BP_AutoSaveGame, Reason) == 0x000000, "Member 'SaveManager_BP_AutoSaveGame::Reason' has a wrong offset!"); \ static_assert(offsetof(SaveManager_BP_AutoSaveGame, ReturnValue) == 0x000001, "Member 'SaveManager_BP_AutoSaveGame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_BP_CreateCharacter \ static_assert(alignof(SaveManager_BP_CreateCharacter) == 0x000008, "Wrong alignment on SaveManager_BP_CreateCharacter"); \ static_assert(sizeof(SaveManager_BP_CreateCharacter) == 0x000028, "Wrong size on SaveManager_BP_CreateCharacter"); \ static_assert(offsetof(SaveManager_BP_CreateCharacter, CharacterName) == 0x000000, "Member 'SaveManager_BP_CreateCharacter::CharacterName' has a wrong offset!"); \ static_assert(offsetof(SaveManager_BP_CreateCharacter, CharacterHouse) == 0x000010, "Member 'SaveManager_BP_CreateCharacter::CharacterHouse' has a wrong offset!"); \ static_assert(offsetof(SaveManager_BP_CreateCharacter, ReturnValue) == 0x000020, "Member 'SaveManager_BP_CreateCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_BP_CreateModdedCharacter \ static_assert(alignof(SaveManager_BP_CreateModdedCharacter) == 0x000008, "Wrong alignment on SaveManager_BP_CreateModdedCharacter"); \ static_assert(sizeof(SaveManager_BP_CreateModdedCharacter) == 0x000028, "Wrong size on SaveManager_BP_CreateModdedCharacter"); \ static_assert(offsetof(SaveManager_BP_CreateModdedCharacter, CharacterName) == 0x000000, "Member 'SaveManager_BP_CreateModdedCharacter::CharacterName' has a wrong offset!"); \ static_assert(offsetof(SaveManager_BP_CreateModdedCharacter, CharacterHouse) == 0x000010, "Member 'SaveManager_BP_CreateModdedCharacter::CharacterHouse' has a wrong offset!"); \ static_assert(offsetof(SaveManager_BP_CreateModdedCharacter, ReturnValue) == 0x000020, "Member 'SaveManager_BP_CreateModdedCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_BP_DoesCharacterExistYet \ static_assert(alignof(SaveManager_BP_DoesCharacterExistYet) == 0x000001, "Wrong alignment on SaveManager_BP_DoesCharacterExistYet"); \ static_assert(sizeof(SaveManager_BP_DoesCharacterExistYet) == 0x000001, "Wrong size on SaveManager_BP_DoesCharacterExistYet"); \ static_assert(offsetof(SaveManager_BP_DoesCharacterExistYet, ReturnValue) == 0x000000, "Member 'SaveManager_BP_DoesCharacterExistYet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_Get \ static_assert(alignof(SaveManager_Get) == 0x000008, "Wrong alignment on SaveManager_Get"); \ static_assert(sizeof(SaveManager_Get) == 0x000008, "Wrong size on SaveManager_Get"); \ static_assert(offsetof(SaveManager_Get, ReturnValue) == 0x000000, "Member 'SaveManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_GetAllAutoEntries \ static_assert(alignof(SaveManager_GetAllAutoEntries) == 0x000008, "Wrong alignment on SaveManager_GetAllAutoEntries"); \ static_assert(sizeof(SaveManager_GetAllAutoEntries) == 0x000010, "Wrong size on SaveManager_GetAllAutoEntries"); \ static_assert(offsetof(SaveManager_GetAllAutoEntries, ReturnValue) == 0x000000, "Member 'SaveManager_GetAllAutoEntries::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_GetAllSavesOfType \ static_assert(alignof(SaveManager_GetAllSavesOfType) == 0x000008, "Wrong alignment on SaveManager_GetAllSavesOfType"); \ static_assert(sizeof(SaveManager_GetAllSavesOfType) == 0x000018, "Wrong size on SaveManager_GetAllSavesOfType"); \ static_assert(offsetof(SaveManager_GetAllSavesOfType, SaveType) == 0x000000, "Member 'SaveManager_GetAllSavesOfType::SaveType' has a wrong offset!"); \ static_assert(offsetof(SaveManager_GetAllSavesOfType, PlayerId) == 0x000004, "Member 'SaveManager_GetAllSavesOfType::PlayerId' has a wrong offset!"); \ static_assert(offsetof(SaveManager_GetAllSavesOfType, ReturnValue) == 0x000008, "Member 'SaveManager_GetAllSavesOfType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_GetAllSavesOfType_Unsorted_IncludeEmptyUserSaves \ static_assert(alignof(SaveManager_GetAllSavesOfType_Unsorted_IncludeEmptyUserSaves) == 0x000008, "Wrong alignment on SaveManager_GetAllSavesOfType_Unsorted_IncludeEmptyUserSaves"); \ static_assert(sizeof(SaveManager_GetAllSavesOfType_Unsorted_IncludeEmptyUserSaves) == 0x000018, "Wrong size on SaveManager_GetAllSavesOfType_Unsorted_IncludeEmptyUserSaves"); \ static_assert(offsetof(SaveManager_GetAllSavesOfType_Unsorted_IncludeEmptyUserSaves, SaveType) == 0x000000, "Member 'SaveManager_GetAllSavesOfType_Unsorted_IncludeEmptyUserSaves::SaveType' has a wrong offset!"); \ static_assert(offsetof(SaveManager_GetAllSavesOfType_Unsorted_IncludeEmptyUserSaves, PlayerId) == 0x000004, "Member 'SaveManager_GetAllSavesOfType_Unsorted_IncludeEmptyUserSaves::PlayerId' has a wrong offset!"); \ static_assert(offsetof(SaveManager_GetAllSavesOfType_Unsorted_IncludeEmptyUserSaves, ReturnValue) == 0x000008, "Member 'SaveManager_GetAllSavesOfType_Unsorted_IncludeEmptyUserSaves::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_GetAllUserEntries \ static_assert(alignof(SaveManager_GetAllUserEntries) == 0x000008, "Wrong alignment on SaveManager_GetAllUserEntries"); \ static_assert(sizeof(SaveManager_GetAllUserEntries) == 0x000010, "Wrong size on SaveManager_GetAllUserEntries"); \ static_assert(offsetof(SaveManager_GetAllUserEntries, ReturnValue) == 0x000000, "Member 'SaveManager_GetAllUserEntries::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_GetCurrentGameDifficulty \ static_assert(alignof(SaveManager_GetCurrentGameDifficulty) == 0x000001, "Wrong alignment on SaveManager_GetCurrentGameDifficulty"); \ static_assert(sizeof(SaveManager_GetCurrentGameDifficulty) == 0x000002, "Wrong size on SaveManager_GetCurrentGameDifficulty"); \ static_assert(offsetof(SaveManager_GetCurrentGameDifficulty, Difficulty) == 0x000000, "Member 'SaveManager_GetCurrentGameDifficulty::Difficulty' has a wrong offset!"); \ static_assert(offsetof(SaveManager_GetCurrentGameDifficulty, ReturnValue) == 0x000001, "Member 'SaveManager_GetCurrentGameDifficulty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_GetCurrentVoicePitch \ static_assert(alignof(SaveManager_GetCurrentVoicePitch) == 0x000004, "Wrong alignment on SaveManager_GetCurrentVoicePitch"); \ static_assert(sizeof(SaveManager_GetCurrentVoicePitch) == 0x000004, "Wrong size on SaveManager_GetCurrentVoicePitch"); \ static_assert(offsetof(SaveManager_GetCurrentVoicePitch, ReturnValue) == 0x000000, "Member 'SaveManager_GetCurrentVoicePitch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_GetPrimaryUserIndex \ static_assert(alignof(SaveManager_GetPrimaryUserIndex) == 0x000004, "Wrong alignment on SaveManager_GetPrimaryUserIndex"); \ static_assert(sizeof(SaveManager_GetPrimaryUserIndex) == 0x000004, "Wrong size on SaveManager_GetPrimaryUserIndex"); \ static_assert(offsetof(SaveManager_GetPrimaryUserIndex, ReturnValue) == 0x000000, "Member 'SaveManager_GetPrimaryUserIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_IsAutoSaveGameBlocked \ static_assert(alignof(SaveManager_IsAutoSaveGameBlocked) == 0x000001, "Wrong alignment on SaveManager_IsAutoSaveGameBlocked"); \ static_assert(sizeof(SaveManager_IsAutoSaveGameBlocked) == 0x000002, "Wrong size on SaveManager_IsAutoSaveGameBlocked"); \ static_assert(offsetof(SaveManager_IsAutoSaveGameBlocked, Reason) == 0x000000, "Member 'SaveManager_IsAutoSaveGameBlocked::Reason' has a wrong offset!"); \ static_assert(offsetof(SaveManager_IsAutoSaveGameBlocked, ReturnValue) == 0x000001, "Member 'SaveManager_IsAutoSaveGameBlocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_IsSaveGameBlocked \ static_assert(alignof(SaveManager_IsSaveGameBlocked) == 0x000001, "Wrong alignment on SaveManager_IsSaveGameBlocked"); \ static_assert(sizeof(SaveManager_IsSaveGameBlocked) == 0x000001, "Wrong size on SaveManager_IsSaveGameBlocked"); \ static_assert(offsetof(SaveManager_IsSaveGameBlocked, ReturnValue) == 0x000000, "Member 'SaveManager_IsSaveGameBlocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_RemoveBlockRequest \ static_assert(alignof(SaveManager_RemoveBlockRequest) == 0x000001, "Wrong alignment on SaveManager_RemoveBlockRequest"); \ static_assert(sizeof(SaveManager_RemoveBlockRequest) == 0x000002, "Wrong size on SaveManager_RemoveBlockRequest"); \ static_assert(offsetof(SaveManager_RemoveBlockRequest, Reason) == 0x000000, "Member 'SaveManager_RemoveBlockRequest::Reason' has a wrong offset!"); \ static_assert(offsetof(SaveManager_RemoveBlockRequest, bRemoveAll) == 0x000001, "Member 'SaveManager_RemoveBlockRequest::bRemoveAll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_ResetCurrentGameDifficulty \ static_assert(alignof(SaveManager_ResetCurrentGameDifficulty) == 0x000001, "Wrong alignment on SaveManager_ResetCurrentGameDifficulty"); \ static_assert(sizeof(SaveManager_ResetCurrentGameDifficulty) == 0x000001, "Wrong size on SaveManager_ResetCurrentGameDifficulty"); \ static_assert(offsetof(SaveManager_ResetCurrentGameDifficulty, ReturnValue) == 0x000000, "Member 'SaveManager_ResetCurrentGameDifficulty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_SaveCurrentVoicePitch \ static_assert(alignof(SaveManager_SaveCurrentVoicePitch) == 0x000004, "Wrong alignment on SaveManager_SaveCurrentVoicePitch"); \ static_assert(sizeof(SaveManager_SaveCurrentVoicePitch) == 0x000008, "Wrong size on SaveManager_SaveCurrentVoicePitch"); \ static_assert(offsetof(SaveManager_SaveCurrentVoicePitch, VoicePitch) == 0x000000, "Member 'SaveManager_SaveCurrentVoicePitch::VoicePitch' has a wrong offset!"); \ static_assert(offsetof(SaveManager_SaveCurrentVoicePitch, ReturnValue) == 0x000004, "Member 'SaveManager_SaveCurrentVoicePitch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_SetCurrentGameDifficulty \ static_assert(alignof(SaveManager_SetCurrentGameDifficulty) == 0x000001, "Wrong alignment on SaveManager_SetCurrentGameDifficulty"); \ static_assert(sizeof(SaveManager_SetCurrentGameDifficulty) == 0x000002, "Wrong size on SaveManager_SetCurrentGameDifficulty"); \ static_assert(offsetof(SaveManager_SetCurrentGameDifficulty, Difficulty) == 0x000000, "Member 'SaveManager_SetCurrentGameDifficulty::Difficulty' has a wrong offset!"); \ static_assert(offsetof(SaveManager_SetCurrentGameDifficulty, ReturnValue) == 0x000001, "Member 'SaveManager_SetCurrentGameDifficulty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_SetCurrentRigGender \ static_assert(alignof(SaveManager_SetCurrentRigGender) == 0x000008, "Wrong alignment on SaveManager_SetCurrentRigGender"); \ static_assert(sizeof(SaveManager_SetCurrentRigGender) == 0x000018, "Wrong size on SaveManager_SetCurrentRigGender"); \ static_assert(offsetof(SaveManager_SetCurrentRigGender, RigGender) == 0x000000, "Member 'SaveManager_SetCurrentRigGender::RigGender' has a wrong offset!"); \ static_assert(offsetof(SaveManager_SetCurrentRigGender, ReturnValue) == 0x000010, "Member 'SaveManager_SetCurrentRigGender::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_SetCurrentVoicePitch \ static_assert(alignof(SaveManager_SetCurrentVoicePitch) == 0x000004, "Wrong alignment on SaveManager_SetCurrentVoicePitch"); \ static_assert(sizeof(SaveManager_SetCurrentVoicePitch) == 0x000008, "Wrong size on SaveManager_SetCurrentVoicePitch"); \ static_assert(offsetof(SaveManager_SetCurrentVoicePitch, VoicePitch) == 0x000000, "Member 'SaveManager_SetCurrentVoicePitch::VoicePitch' has a wrong offset!"); \ static_assert(offsetof(SaveManager_SetCurrentVoicePitch, ReturnValue) == 0x000004, "Member 'SaveManager_SetCurrentVoicePitch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_SetPrimaryUserIndex \ static_assert(alignof(SaveManager_SetPrimaryUserIndex) == 0x000004, "Wrong alignment on SaveManager_SetPrimaryUserIndex"); \ static_assert(sizeof(SaveManager_SetPrimaryUserIndex) == 0x000004, "Wrong size on SaveManager_SetPrimaryUserIndex"); \ static_assert(offsetof(SaveManager_SetPrimaryUserIndex, Index_0) == 0x000000, "Member 'SaveManager_SetPrimaryUserIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_UpdateActiveCharacterProfileClothes \ static_assert(alignof(SaveManager_UpdateActiveCharacterProfileClothes) == 0x000008, "Wrong alignment on SaveManager_UpdateActiveCharacterProfileClothes"); \ static_assert(sizeof(SaveManager_UpdateActiveCharacterProfileClothes) == 0x000028, "Wrong size on SaveManager_UpdateActiveCharacterProfileClothes"); \ static_assert(offsetof(SaveManager_UpdateActiveCharacterProfileClothes, CharacterClothes) == 0x000000, "Member 'SaveManager_UpdateActiveCharacterProfileClothes::CharacterClothes' has a wrong offset!"); \ static_assert(offsetof(SaveManager_UpdateActiveCharacterProfileClothes, AllGearTags) == 0x000010, "Member 'SaveManager_UpdateActiveCharacterProfileClothes::AllGearTags' has a wrong offset!"); \ static_assert(offsetof(SaveManager_UpdateActiveCharacterProfileClothes, ReturnValue) == 0x000020, "Member 'SaveManager_UpdateActiveCharacterProfileClothes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_UpdateActiveCharacterProfilePresets \ static_assert(alignof(SaveManager_UpdateActiveCharacterProfilePresets) == 0x000008, "Wrong alignment on SaveManager_UpdateActiveCharacterProfilePresets"); \ static_assert(sizeof(SaveManager_UpdateActiveCharacterProfilePresets) == 0x000018, "Wrong size on SaveManager_UpdateActiveCharacterProfilePresets"); \ static_assert(offsetof(SaveManager_UpdateActiveCharacterProfilePresets, CharacterPresets) == 0x000000, "Member 'SaveManager_UpdateActiveCharacterProfilePresets::CharacterPresets' has a wrong offset!"); \ static_assert(offsetof(SaveManager_UpdateActiveCharacterProfilePresets, ReturnValue) == 0x000010, "Member 'SaveManager_UpdateActiveCharacterProfilePresets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SaveManager_UserSaveGameData \ static_assert(alignof(SaveManager_UserSaveGameData) == 0x000001, "Wrong alignment on SaveManager_UserSaveGameData"); \ static_assert(sizeof(SaveManager_UserSaveGameData) == 0x000001, "Wrong size on SaveManager_UserSaveGameData"); \ static_assert(offsetof(SaveManager_UserSaveGameData, ReturnValue) == 0x000000, "Member 'SaveManager_UserSaveGameData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USaveManager \ static_assert(alignof(USaveManager) == 0x000008, "Wrong alignment on USaveManager"); \ static_assert(sizeof(USaveManager) == 0x000128, "Wrong size on USaveManager"); \ static_assert(offsetof(USaveManager, OnPreGameSave) == 0x000030, "Member 'USaveManager::OnPreGameSave' has a wrong offset!"); \ static_assert(offsetof(USaveManager, OnPostGameSave) == 0x000040, "Member 'USaveManager::OnPostGameSave' has a wrong offset!"); \ static_assert(offsetof(USaveManager, OnPreGameLoad) == 0x000050, "Member 'USaveManager::OnPreGameLoad' has a wrong offset!"); \ static_assert(offsetof(USaveManager, OnPostGameLoad) == 0x000060, "Member 'USaveManager::OnPostGameLoad' has a wrong offset!"); \ static_assert(offsetof(USaveManager, OnGameDifficultyChanged) == 0x000070, "Member 'USaveManager::OnGameDifficultyChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_ActivateHideTrigger \ static_assert(alignof(USceneActionState_ActivateHideTrigger) == 0x000008, "Wrong alignment on USceneActionState_ActivateHideTrigger"); \ static_assert(sizeof(USceneActionState_ActivateHideTrigger) == 0x000070, "Wrong size on USceneActionState_ActivateHideTrigger"); \ #define DUMPER7_ASSERTS_USceneActionState_ActorMeshStates \ static_assert(alignof(USceneActionState_ActorMeshStates) == 0x000008, "Wrong alignment on USceneActionState_ActorMeshStates"); \ static_assert(sizeof(USceneActionState_ActorMeshStates) == 0x000078, "Wrong size on USceneActionState_ActorMeshStates"); \ static_assert(offsetof(USceneActionState_ActorMeshStates, bNeedsRestore) == 0x000070, "Member 'USceneActionState_ActorMeshStates::bNeedsRestore' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventLocationActor_RequestSocket \ static_assert(alignof(WorldEventLocationActor_RequestSocket) == 0x000008, "Wrong alignment on WorldEventLocationActor_RequestSocket"); \ static_assert(sizeof(WorldEventLocationActor_RequestSocket) == 0x000028, "Wrong size on WorldEventLocationActor_RequestSocket"); \ static_assert(offsetof(WorldEventLocationActor_RequestSocket, SocketDescriptors) == 0x000000, "Member 'WorldEventLocationActor_RequestSocket::SocketDescriptors' has a wrong offset!"); \ static_assert(offsetof(WorldEventLocationActor_RequestSocket, ReturnValue) == 0x000020, "Member 'WorldEventLocationActor_RequestSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventLocationActor_SetLocatorName \ static_assert(alignof(WorldEventLocationActor_SetLocatorName) == 0x000004, "Wrong alignment on WorldEventLocationActor_SetLocatorName"); \ static_assert(sizeof(WorldEventLocationActor_SetLocatorName) == 0x000008, "Wrong size on WorldEventLocationActor_SetLocatorName"); \ static_assert(offsetof(WorldEventLocationActor_SetLocatorName, Name_0) == 0x000000, "Member 'WorldEventLocationActor_SetLocatorName::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventLocationActor_GetConditions \ static_assert(alignof(WorldEventLocationActor_GetConditions) == 0x000008, "Wrong alignment on WorldEventLocationActor_GetConditions"); \ static_assert(sizeof(WorldEventLocationActor_GetConditions) == 0x000010, "Wrong size on WorldEventLocationActor_GetConditions"); \ static_assert(offsetof(WorldEventLocationActor_GetConditions, ReturnValue) == 0x000000, "Member 'WorldEventLocationActor_GetConditions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventLocationActor_GetForcedWorldEventName \ static_assert(alignof(WorldEventLocationActor_GetForcedWorldEventName) == 0x000004, "Wrong alignment on WorldEventLocationActor_GetForcedWorldEventName"); \ static_assert(sizeof(WorldEventLocationActor_GetForcedWorldEventName) == 0x000008, "Wrong size on WorldEventLocationActor_GetForcedWorldEventName"); \ static_assert(offsetof(WorldEventLocationActor_GetForcedWorldEventName, ReturnValue) == 0x000000, "Member 'WorldEventLocationActor_GetForcedWorldEventName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventLocationActor_GetForcedWorldEventSubset \ static_assert(alignof(WorldEventLocationActor_GetForcedWorldEventSubset) == 0x000004, "Wrong alignment on WorldEventLocationActor_GetForcedWorldEventSubset"); \ static_assert(sizeof(WorldEventLocationActor_GetForcedWorldEventSubset) == 0x000008, "Wrong size on WorldEventLocationActor_GetForcedWorldEventSubset"); \ static_assert(offsetof(WorldEventLocationActor_GetForcedWorldEventSubset, ReturnValue) == 0x000000, "Member 'WorldEventLocationActor_GetForcedWorldEventSubset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventLocationActor_GetLocationDescriptors \ static_assert(alignof(WorldEventLocationActor_GetLocationDescriptors) == 0x000008, "Wrong alignment on WorldEventLocationActor_GetLocationDescriptors"); \ static_assert(sizeof(WorldEventLocationActor_GetLocationDescriptors) == 0x000020, "Wrong size on WorldEventLocationActor_GetLocationDescriptors"); \ static_assert(offsetof(WorldEventLocationActor_GetLocationDescriptors, ReturnValue) == 0x000000, "Member 'WorldEventLocationActor_GetLocationDescriptors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventLocationActor_GetLocatorName \ static_assert(alignof(WorldEventLocationActor_GetLocatorName) == 0x000004, "Wrong alignment on WorldEventLocationActor_GetLocatorName"); \ static_assert(sizeof(WorldEventLocationActor_GetLocatorName) == 0x000008, "Wrong size on WorldEventLocationActor_GetLocatorName"); \ static_assert(offsetof(WorldEventLocationActor_GetLocatorName, ReturnValue) == 0x000000, "Member 'WorldEventLocationActor_GetLocatorName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventLocationActor_GetNumberOfSockets \ static_assert(alignof(WorldEventLocationActor_GetNumberOfSockets) == 0x000004, "Wrong alignment on WorldEventLocationActor_GetNumberOfSockets"); \ static_assert(sizeof(WorldEventLocationActor_GetNumberOfSockets) == 0x000004, "Wrong size on WorldEventLocationActor_GetNumberOfSockets"); \ static_assert(offsetof(WorldEventLocationActor_GetNumberOfSockets, ReturnValue) == 0x000000, "Member 'WorldEventLocationActor_GetNumberOfSockets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventLocationActor_GetPercentChanceOfBeingSelected \ static_assert(alignof(WorldEventLocationActor_GetPercentChanceOfBeingSelected) == 0x000004, "Wrong alignment on WorldEventLocationActor_GetPercentChanceOfBeingSelected"); \ static_assert(sizeof(WorldEventLocationActor_GetPercentChanceOfBeingSelected) == 0x000004, "Wrong size on WorldEventLocationActor_GetPercentChanceOfBeingSelected"); \ static_assert(offsetof(WorldEventLocationActor_GetPercentChanceOfBeingSelected, ReturnValue) == 0x000000, "Member 'WorldEventLocationActor_GetPercentChanceOfBeingSelected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventLocationActor_UseForcedWorldEventName \ static_assert(alignof(WorldEventLocationActor_UseForcedWorldEventName) == 0x000001, "Wrong alignment on WorldEventLocationActor_UseForcedWorldEventName"); \ static_assert(sizeof(WorldEventLocationActor_UseForcedWorldEventName) == 0x000001, "Wrong size on WorldEventLocationActor_UseForcedWorldEventName"); \ static_assert(offsetof(WorldEventLocationActor_UseForcedWorldEventName, ReturnValue) == 0x000000, "Member 'WorldEventLocationActor_UseForcedWorldEventName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventLocationActor_UseForcedWorldEventSubset \ static_assert(alignof(WorldEventLocationActor_UseForcedWorldEventSubset) == 0x000001, "Wrong alignment on WorldEventLocationActor_UseForcedWorldEventSubset"); \ static_assert(sizeof(WorldEventLocationActor_UseForcedWorldEventSubset) == 0x000001, "Wrong size on WorldEventLocationActor_UseForcedWorldEventSubset"); \ static_assert(offsetof(WorldEventLocationActor_UseForcedWorldEventSubset, ReturnValue) == 0x000000, "Member 'WorldEventLocationActor_UseForcedWorldEventSubset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWorldEventLocationActor \ static_assert(alignof(AWorldEventLocationActor) == 0x000008, "Wrong alignment on AWorldEventLocationActor"); \ static_assert(sizeof(AWorldEventLocationActor) == 0x000340, "Wrong size on AWorldEventLocationActor"); \ static_assert(offsetof(AWorldEventLocationActor, OnLevelLoaded) == 0x000248, "Member 'AWorldEventLocationActor::OnLevelLoaded' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, LoadedConditions) == 0x000258, "Member 'AWorldEventLocationActor::LoadedConditions' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, locationDescriptors) == 0x000278, "Member 'AWorldEventLocationActor::locationDescriptors' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, PercentChanceOfBeingSelected) == 0x000298, "Member 'AWorldEventLocationActor::PercentChanceOfBeingSelected' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, StreamInDistance) == 0x00029C, "Member 'AWorldEventLocationActor::StreamInDistance' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, StreamOutDistance) == 0x0002A0, "Member 'AWorldEventLocationActor::StreamOutDistance' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, Conditions) == 0x0002A8, "Member 'AWorldEventLocationActor::Conditions' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, bOverrideDefaultCooldown) == 0x0002B8, "Member 'AWorldEventLocationActor::bOverrideDefaultCooldown' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, bInfiniteCooldown) == 0x0002B9, "Member 'AWorldEventLocationActor::bInfiniteCooldown' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, CooldownOverride) == 0x0002BC, "Member 'AWorldEventLocationActor::CooldownOverride' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, bSpawnEventWithLevel) == 0x0002CC, "Member 'AWorldEventLocationActor::bSpawnEventWithLevel' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, bMissionCritical) == 0x0002CD, "Member 'AWorldEventLocationActor::bMissionCritical' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, GuidString) == 0x0002D0, "Member 'AWorldEventLocationActor::GuidString' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, bDrawStreamingVolume) == 0x0002E0, "Member 'AWorldEventLocationActor::bDrawStreamingVolume' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, bUseForcedWorldEventName) == 0x0002E1, "Member 'AWorldEventLocationActor::bUseForcedWorldEventName' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, ForcedWorldEventName) == 0x0002E4, "Member 'AWorldEventLocationActor::ForcedWorldEventName' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, bUseForcedWorldEventSubset) == 0x0002EC, "Member 'AWorldEventLocationActor::bUseForcedWorldEventSubset' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, ForcedWorldEventSubset) == 0x0002F0, "Member 'AWorldEventLocationActor::ForcedWorldEventSubset' has a wrong offset!"); \ static_assert(offsetof(AWorldEventLocationActor, WorldEventSockets) == 0x000318, "Member 'AWorldEventLocationActor::WorldEventSockets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_AdaptationFixed \ static_assert(alignof(USceneAction_AdaptationFixed) == 0x000008, "Wrong alignment on USceneAction_AdaptationFixed"); \ static_assert(sizeof(USceneAction_AdaptationFixed) == 0x0000A8, "Wrong size on USceneAction_AdaptationFixed"); \ static_assert(offsetof(USceneAction_AdaptationFixed, AdaptationEV100) == 0x000098, "Member 'USceneAction_AdaptationFixed::AdaptationEV100' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AdaptationFixed, Affects) == 0x00009C, "Member 'USceneAction_AdaptationFixed::Affects' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AdaptationFixed, bIncludeBias) == 0x0000A0, "Member 'USceneAction_AdaptationFixed::bIncludeBias' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AdaptationFixed, bAllowOutdoorsDayTimeBoostFactor) == 0x0000A1, "Member 'USceneAction_AdaptationFixed::bAllowOutdoorsDayTimeBoostFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_AdaptationSoftDisable \ static_assert(alignof(USceneAction_AdaptationSoftDisable) == 0x000008, "Wrong alignment on USceneAction_AdaptationSoftDisable"); \ static_assert(sizeof(USceneAction_AdaptationSoftDisable) == 0x0000A0, "Wrong size on USceneAction_AdaptationSoftDisable"); \ static_assert(offsetof(USceneAction_AdaptationSoftDisable, Affects) == 0x000098, "Member 'USceneAction_AdaptationSoftDisable::Affects' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AdaptationSoftDisable, Method) == 0x00009C, "Member 'USceneAction_AdaptationSoftDisable::Method' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AdaptationSoftDisable, bIncludeBias) == 0x00009D, "Member 'USceneAction_AdaptationSoftDisable::bIncludeBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventSocketComponent_Construct \ static_assert(alignof(WorldEventSocketComponent_Construct) == 0x000010, "Wrong alignment on WorldEventSocketComponent_Construct"); \ static_assert(sizeof(WorldEventSocketComponent_Construct) == 0x000030, "Wrong size on WorldEventSocketComponent_Construct"); \ static_assert(offsetof(WorldEventSocketComponent_Construct, Transform) == 0x000000, "Member 'WorldEventSocketComponent_Construct::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventSocketComponent_GetShapeComponent \ static_assert(alignof(WorldEventSocketComponent_GetShapeComponent) == 0x000008, "Wrong alignment on WorldEventSocketComponent_GetShapeComponent"); \ static_assert(sizeof(WorldEventSocketComponent_GetShapeComponent) == 0x000008, "Wrong size on WorldEventSocketComponent_GetShapeComponent"); \ static_assert(offsetof(WorldEventSocketComponent_GetShapeComponent, ReturnValue) == 0x000000, "Member 'WorldEventSocketComponent_GetShapeComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventSocketComponent_GetSplineComponent \ static_assert(alignof(WorldEventSocketComponent_GetSplineComponent) == 0x000008, "Wrong alignment on WorldEventSocketComponent_GetSplineComponent"); \ static_assert(sizeof(WorldEventSocketComponent_GetSplineComponent) == 0x000008, "Wrong size on WorldEventSocketComponent_GetSplineComponent"); \ static_assert(offsetof(WorldEventSocketComponent_GetSplineComponent, ReturnValue) == 0x000000, "Member 'WorldEventSocketComponent_GetSplineComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventSocketComponent_IsSocketOccupied \ static_assert(alignof(WorldEventSocketComponent_IsSocketOccupied) == 0x000001, "Wrong alignment on WorldEventSocketComponent_IsSocketOccupied"); \ static_assert(sizeof(WorldEventSocketComponent_IsSocketOccupied) == 0x000001, "Wrong size on WorldEventSocketComponent_IsSocketOccupied"); \ static_assert(offsetof(WorldEventSocketComponent_IsSocketOccupied, ReturnValue) == 0x000000, "Member 'WorldEventSocketComponent_IsSocketOccupied::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventSocketComponent_SetSocketOccupied \ static_assert(alignof(WorldEventSocketComponent_SetSocketOccupied) == 0x000001, "Wrong alignment on WorldEventSocketComponent_SetSocketOccupied"); \ static_assert(sizeof(WorldEventSocketComponent_SetSocketOccupied) == 0x000001, "Wrong size on WorldEventSocketComponent_SetSocketOccupied"); \ static_assert(offsetof(WorldEventSocketComponent_SetSocketOccupied, bInOccupied) == 0x000000, "Member 'WorldEventSocketComponent_SetSocketOccupied::bInOccupied' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventSocketComponent_GetSocketDescriptors \ static_assert(alignof(WorldEventSocketComponent_GetSocketDescriptors) == 0x000008, "Wrong alignment on WorldEventSocketComponent_GetSocketDescriptors"); \ static_assert(sizeof(WorldEventSocketComponent_GetSocketDescriptors) == 0x000020, "Wrong size on WorldEventSocketComponent_GetSocketDescriptors"); \ static_assert(offsetof(WorldEventSocketComponent_GetSocketDescriptors, ReturnValue) == 0x000000, "Member 'WorldEventSocketComponent_GetSocketDescriptors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldEventSocketComponent \ static_assert(alignof(UWorldEventSocketComponent) == 0x000010, "Wrong alignment on UWorldEventSocketComponent"); \ static_assert(sizeof(UWorldEventSocketComponent) == 0x000260, "Wrong size on UWorldEventSocketComponent"); \ static_assert(offsetof(UWorldEventSocketComponent, SplineComponent) == 0x000220, "Member 'UWorldEventSocketComponent::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(UWorldEventSocketComponent, ShapeComponent) == 0x000228, "Member 'UWorldEventSocketComponent::ShapeComponent' has a wrong offset!"); \ static_assert(offsetof(UWorldEventSocketComponent, SocketDescriptors) == 0x000238, "Member 'UWorldEventSocketComponent::SocketDescriptors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_AdaptationHold \ static_assert(alignof(USceneAction_AdaptationHold) == 0x000008, "Wrong alignment on USceneAction_AdaptationHold"); \ static_assert(sizeof(USceneAction_AdaptationHold) == 0x0000A0, "Wrong size on USceneAction_AdaptationHold"); \ static_assert(offsetof(USceneAction_AdaptationHold, Affects) == 0x000098, "Member 'USceneAction_AdaptationHold::Affects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_AdaptationLock \ static_assert(alignof(USceneAction_AdaptationLock) == 0x000008, "Wrong alignment on USceneAction_AdaptationLock"); \ static_assert(sizeof(USceneAction_AdaptationLock) == 0x000098, "Wrong size on USceneAction_AdaptationLock"); \ #define DUMPER7_ASSERTS_UWorldFXRuleIsNight \ static_assert(alignof(UWorldFXRuleIsNight) == 0x000008, "Wrong alignment on UWorldFXRuleIsNight"); \ static_assert(sizeof(UWorldFXRuleIsNight) == 0x000028, "Wrong size on UWorldFXRuleIsNight"); \ #define DUMPER7_ASSERTS_USceneAction_AkAudioEvent \ static_assert(alignof(USceneAction_AkAudioEvent) == 0x000008, "Wrong alignment on USceneAction_AkAudioEvent"); \ static_assert(sizeof(USceneAction_AkAudioEvent) == 0x000100, "Wrong size on USceneAction_AkAudioEvent"); \ static_assert(offsetof(USceneAction_AkAudioEvent, Event) == 0x0000A0, "Member 'USceneAction_AkAudioEvent::Event' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AkAudioEvent, StopEvent) == 0x0000C8, "Member 'USceneAction_AkAudioEvent::StopEvent' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AkAudioEvent, DisableAudioOcclusion) == 0x0000F0, "Member 'USceneAction_AkAudioEvent::DisableAudioOcclusion' has a wrong offset!"); \ static_assert(offsetof(USceneAction_AkAudioEvent, AttachPointName) == 0x0000F4, "Member 'USceneAction_AkAudioEvent::AttachPointName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleMoonPhase \ static_assert(alignof(UWorldFXRuleMoonPhase) == 0x000008, "Wrong alignment on UWorldFXRuleMoonPhase"); \ static_assert(sizeof(UWorldFXRuleMoonPhase) == 0x000038, "Wrong size on UWorldFXRuleMoonPhase"); \ static_assert(offsetof(UWorldFXRuleMoonPhase, MoonPhases) == 0x000028, "Member 'UWorldFXRuleMoonPhase::MoonPhases' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleMoonPhase, bOnlyAtNight) == 0x00002C, "Member 'UWorldFXRuleMoonPhase::bOnlyAtNight' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleMoonPhase, NightThreshold) == 0x000030, "Member 'UWorldFXRuleMoonPhase::NightThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_AkAudioState \ static_assert(alignof(USceneAction_AkAudioState) == 0x000008, "Wrong alignment on USceneAction_AkAudioState"); \ static_assert(sizeof(USceneAction_AkAudioState) == 0x0000A0, "Wrong size on USceneAction_AkAudioState"); \ static_assert(offsetof(USceneAction_AkAudioState, StateInfo) == 0x000088, "Member 'USceneAction_AkAudioState::StateInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_AnimatedLightControllerComponent \ static_assert(alignof(USceneActionState_AnimatedLightControllerComponent) == 0x000008, "Wrong alignment on USceneActionState_AnimatedLightControllerComponent"); \ static_assert(sizeof(USceneActionState_AnimatedLightControllerComponent) == 0x000078, "Wrong size on USceneActionState_AnimatedLightControllerComponent"); \ static_assert(offsetof(USceneActionState_AnimatedLightControllerComponent, AnimatedLightComponent) == 0x000070, "Member 'USceneActionState_AnimatedLightControllerComponent::AnimatedLightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_FlickeringLightControllerComponent \ static_assert(alignof(USceneAction_FlickeringLightControllerComponent) == 0x000008, "Wrong alignment on USceneAction_FlickeringLightControllerComponent"); \ static_assert(sizeof(USceneAction_FlickeringLightControllerComponent) == 0x0000C0, "Wrong size on USceneAction_FlickeringLightControllerComponent"); \ static_assert(offsetof(USceneAction_FlickeringLightControllerComponent, Settings) == 0x0000A8, "Member 'USceneAction_FlickeringLightControllerComponent::Settings' has a wrong offset!"); \ static_assert(offsetof(USceneAction_FlickeringLightControllerComponent, StartOffset) == 0x0000B0, "Member 'USceneAction_FlickeringLightControllerComponent::StartOffset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_FlickeringLightControllerComponent, DurationScale) == 0x0000B4, "Member 'USceneAction_FlickeringLightControllerComponent::DurationScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_DayNightLightControllerComponent \ static_assert(alignof(USceneAction_DayNightLightControllerComponent) == 0x000008, "Wrong alignment on USceneAction_DayNightLightControllerComponent"); \ static_assert(sizeof(USceneAction_DayNightLightControllerComponent) == 0x0000B0, "Wrong size on USceneAction_DayNightLightControllerComponent"); \ static_assert(offsetof(USceneAction_DayNightLightControllerComponent, Settings) == 0x0000A8, "Member 'USceneAction_DayNightLightControllerComponent::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigDayNightBasicLightControllerSettings \ static_assert(alignof(USceneRigDayNightBasicLightControllerSettings) == 0x000008, "Wrong alignment on USceneRigDayNightBasicLightControllerSettings"); \ static_assert(sizeof(USceneRigDayNightBasicLightControllerSettings) == 0x000090, "Wrong size on USceneRigDayNightBasicLightControllerSettings"); \ static_assert(offsetof(USceneRigDayNightBasicLightControllerSettings, DayColorMod) == 0x000038, "Member 'USceneRigDayNightBasicLightControllerSettings::DayColorMod' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightBasicLightControllerSettings, NightColorMod) == 0x000048, "Member 'USceneRigDayNightBasicLightControllerSettings::NightColorMod' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightBasicLightControllerSettings, Night0Day1ColorMod) == 0x000058, "Member 'USceneRigDayNightBasicLightControllerSettings::Night0Day1ColorMod' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightBasicLightControllerSettings, SunLightDesaturation) == 0x000060, "Member 'USceneRigDayNightBasicLightControllerSettings::SunLightDesaturation' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightBasicLightControllerSettings, DayIntensityMod) == 0x000064, "Member 'USceneRigDayNightBasicLightControllerSettings::DayIntensityMod' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightBasicLightControllerSettings, NightIntensityMod) == 0x000068, "Member 'USceneRigDayNightBasicLightControllerSettings::NightIntensityMod' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightBasicLightControllerSettings, SunLightMinMaxInensityFactor) == 0x00006C, "Member 'USceneRigDayNightBasicLightControllerSettings::SunLightMinMaxInensityFactor' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightBasicLightControllerSettings, SunDirectionalBoost) == 0x000074, "Member 'USceneRigDayNightBasicLightControllerSettings::SunDirectionalBoost' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightBasicLightControllerSettings, StartNightSunAngle) == 0x000080, "Member 'USceneRigDayNightBasicLightControllerSettings::StartNightSunAngle' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightBasicLightControllerSettings, FullNightSunAngle) == 0x000084, "Member 'USceneRigDayNightBasicLightControllerSettings::FullNightSunAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigDayNightCurveLightControllerSettings \ static_assert(alignof(USceneRigDayNightCurveLightControllerSettings) == 0x000008, "Wrong alignment on USceneRigDayNightCurveLightControllerSettings"); \ static_assert(sizeof(USceneRigDayNightCurveLightControllerSettings) == 0x000060, "Wrong size on USceneRigDayNightCurveLightControllerSettings"); \ static_assert(offsetof(USceneRigDayNightCurveLightControllerSettings, Color) == 0x000038, "Member 'USceneRigDayNightCurveLightControllerSettings::Color' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightCurveLightControllerSettings, Desaturation) == 0x000040, "Member 'USceneRigDayNightCurveLightControllerSettings::Desaturation' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightCurveLightControllerSettings, Intensity) == 0x000048, "Member 'USceneRigDayNightCurveLightControllerSettings::Intensity' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightCurveLightControllerSettings, DirectionalBoost) == 0x000050, "Member 'USceneRigDayNightCurveLightControllerSettings::DirectionalBoost' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightCurveLightControllerSettings, bUseDirectionalBoost) == 0x00005C, "Member 'USceneRigDayNightCurveLightControllerSettings::bUseDirectionalBoost' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightCurveLightControllerSettings, ColorOp) == 0x00005D, "Member 'USceneRigDayNightCurveLightControllerSettings::ColorOp' has a wrong offset!"); \ static_assert(offsetof(USceneRigDayNightCurveLightControllerSettings, IntensityOp) == 0x00005E, "Member 'USceneRigDayNightCurveLightControllerSettings::IntensityOp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_AvaAudioMusic \ static_assert(alignof(USceneAction_AvaAudioMusic) == 0x000008, "Wrong alignment on USceneAction_AvaAudioMusic"); \ static_assert(sizeof(USceneAction_AvaAudioMusic) == 0x0000C0, "Wrong size on USceneAction_AvaAudioMusic"); \ static_assert(offsetof(USceneAction_AvaAudioMusic, MusicInfo) == 0x0000A0, "Member 'USceneAction_AvaAudioMusic::MusicInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_AvaAudioState \ static_assert(alignof(USceneAction_AvaAudioState) == 0x000008, "Wrong alignment on USceneAction_AvaAudioState"); \ static_assert(sizeof(USceneAction_AvaAudioState) == 0x0000A8, "Wrong size on USceneAction_AvaAudioState"); \ static_assert(offsetof(USceneAction_AvaAudioState, StateInfo) == 0x000088, "Member 'USceneAction_AvaAudioState::StateInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALightCollectionActor \ static_assert(alignof(ALightCollectionActor) == 0x000008, "Wrong alignment on ALightCollectionActor"); \ static_assert(sizeof(ALightCollectionActor) == 0x000258, "Wrong size on ALightCollectionActor"); \ static_assert(offsetof(ALightCollectionActor, Lights) == 0x000248, "Member 'ALightCollectionActor::Lights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_BasicLight \ static_assert(alignof(USceneActionState_BasicLight) == 0x000008, "Wrong alignment on USceneActionState_BasicLight"); \ static_assert(sizeof(USceneActionState_BasicLight) == 0x000060, "Wrong size on USceneActionState_BasicLight"); \ static_assert(offsetof(USceneActionState_BasicLight, light) == 0x000050, "Member 'USceneActionState_BasicLight::light' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_BasicLight, bSetTransform) == 0x000058, "Member 'USceneActionState_BasicLight::bSetTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionBlueprintVarProviderInt \ static_assert(alignof(USceneActionBlueprintVarProviderInt) == 0x000008, "Wrong alignment on USceneActionBlueprintVarProviderInt"); \ static_assert(sizeof(USceneActionBlueprintVarProviderInt) == 0x000040, "Wrong size on USceneActionBlueprintVarProviderInt"); \ static_assert(offsetof(USceneActionBlueprintVarProviderInt, Value) == 0x000038, "Member 'USceneActionBlueprintVarProviderInt::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_CharacterTeleport \ static_assert(alignof(USceneAction_CharacterTeleport) == 0x000008, "Wrong alignment on USceneAction_CharacterTeleport"); \ static_assert(sizeof(USceneAction_CharacterTeleport) == 0x0000B0, "Wrong size on USceneAction_CharacterTeleport"); \ static_assert(offsetof(USceneAction_CharacterTeleport, WorldSpaceTransform) == 0x0000A0, "Member 'USceneAction_CharacterTeleport::WorldSpaceTransform' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterTeleport, MinDistanceToTeleport) == 0x0000A8, "Member 'USceneAction_CharacterTeleport::MinDistanceToTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldEventCondition_LocationSchedule \ static_assert(alignof(UWorldEventCondition_LocationSchedule) == 0x000008, "Wrong alignment on UWorldEventCondition_LocationSchedule"); \ static_assert(sizeof(UWorldEventCondition_LocationSchedule) == 0x0000C0, "Wrong size on UWorldEventCondition_LocationSchedule"); \ static_assert(offsetof(UWorldEventCondition_LocationSchedule, LocationID) == 0x000038, "Member 'UWorldEventCondition_LocationSchedule::LocationID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_CharacterTurnToFace \ static_assert(alignof(USceneActionState_CharacterTurnToFace) == 0x000008, "Wrong alignment on USceneActionState_CharacterTurnToFace"); \ static_assert(sizeof(USceneActionState_CharacterTurnToFace) == 0x000088, "Wrong size on USceneActionState_CharacterTurnToFace"); \ #define DUMPER7_ASSERTS_USceneAction_CharacterWalkAlongSpline \ static_assert(alignof(USceneAction_CharacterWalkAlongSpline) == 0x000008, "Wrong alignment on USceneAction_CharacterWalkAlongSpline"); \ static_assert(sizeof(USceneAction_CharacterWalkAlongSpline) == 0x0000B8, "Wrong size on USceneAction_CharacterWalkAlongSpline"); \ static_assert(offsetof(USceneAction_CharacterWalkAlongSpline, SplinePathActor) == 0x0000A0, "Member 'USceneAction_CharacterWalkAlongSpline::SplinePathActor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterWalkAlongSpline, WalkSpeed) == 0x0000A8, "Member 'USceneAction_CharacterWalkAlongSpline::WalkSpeed' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterWalkAlongSpline, SplineFollowDirection) == 0x0000AC, "Member 'USceneAction_CharacterWalkAlongSpline::SplineFollowDirection' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterWalkAlongSpline, SplineHorizontalOffset) == 0x0000B0, "Member 'USceneAction_CharacterWalkAlongSpline::SplineHorizontalOffset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CharacterWalkAlongSpline, SplineLookAheadDistance) == 0x0000B4, "Member 'USceneAction_CharacterWalkAlongSpline::SplineLookAheadDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldEventCondition_MountHeight \ static_assert(alignof(UWorldEventCondition_MountHeight) == 0x000008, "Wrong alignment on UWorldEventCondition_MountHeight"); \ static_assert(sizeof(UWorldEventCondition_MountHeight) == 0x000040, "Wrong size on UWorldEventCondition_MountHeight"); \ static_assert(offsetof(UWorldEventCondition_MountHeight, HeightMetres) == 0x000038, "Member 'UWorldEventCondition_MountHeight::HeightMetres' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_CharacterWalkFollow \ static_assert(alignof(USceneActionState_CharacterWalkFollow) == 0x000008, "Wrong alignment on USceneActionState_CharacterWalkFollow"); \ static_assert(sizeof(USceneActionState_CharacterWalkFollow) == 0x000088, "Wrong size on USceneActionState_CharacterWalkFollow"); \ #define DUMPER7_ASSERTS_USceneActionState_CharacterWalkToPoint \ static_assert(alignof(USceneActionState_CharacterWalkToPoint) == 0x000008, "Wrong alignment on USceneActionState_CharacterWalkToPoint"); \ static_assert(sizeof(USceneActionState_CharacterWalkToPoint) == 0x000088, "Wrong size on USceneActionState_CharacterWalkToPoint"); \ #define DUMPER7_ASSERTS_UWorldEventCondition_Season \ static_assert(alignof(UWorldEventCondition_Season) == 0x000008, "Wrong alignment on UWorldEventCondition_Season"); \ static_assert(sizeof(UWorldEventCondition_Season) == 0x000048, "Wrong size on UWorldEventCondition_Season"); \ static_assert(offsetof(UWorldEventCondition_Season, SeasonsToCheck) == 0x000038, "Member 'UWorldEventCondition_Season::SeasonsToCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_ClothCollision \ static_assert(alignof(USceneActionState_ClothCollision) == 0x000008, "Wrong alignment on USceneActionState_ClothCollision"); \ static_assert(sizeof(USceneActionState_ClothCollision) == 0x000070, "Wrong size on USceneActionState_ClothCollision"); \ #define DUMPER7_ASSERTS_SceneActionState_ClothOptions_GetPreviousAnimDriveStiffness \ static_assert(alignof(SceneActionState_ClothOptions_GetPreviousAnimDriveStiffness) == 0x000004, "Wrong alignment on SceneActionState_ClothOptions_GetPreviousAnimDriveStiffness"); \ static_assert(sizeof(SceneActionState_ClothOptions_GetPreviousAnimDriveStiffness) == 0x000008, "Wrong size on SceneActionState_ClothOptions_GetPreviousAnimDriveStiffness"); \ static_assert(offsetof(SceneActionState_ClothOptions_GetPreviousAnimDriveStiffness, ReturnValue) == 0x000000, "Member 'SceneActionState_ClothOptions_GetPreviousAnimDriveStiffness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_ClothOptions \ static_assert(alignof(USceneActionState_ClothOptions) == 0x000008, "Wrong alignment on USceneActionState_ClothOptions"); \ static_assert(sizeof(USceneActionState_ClothOptions) == 0x000110, "Wrong size on USceneActionState_ClothOptions"); \ #define DUMPER7_ASSERTS_USceneAction_CompleteMissionTask \ static_assert(alignof(USceneAction_CompleteMissionTask) == 0x000008, "Wrong alignment on USceneAction_CompleteMissionTask"); \ static_assert(sizeof(USceneAction_CompleteMissionTask) == 0x0000A0, "Wrong size on USceneAction_CompleteMissionTask"); \ static_assert(offsetof(USceneAction_CompleteMissionTask, Mission) == 0x000088, "Member 'USceneAction_CompleteMissionTask::Mission' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CompleteMissionTask, missionStepNickname) == 0x000090, "Member 'USceneAction_CompleteMissionTask::missionStepNickname' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_CompleteMissionTask \ static_assert(alignof(USceneActionState_CompleteMissionTask) == 0x000008, "Wrong alignment on USceneActionState_CompleteMissionTask"); \ static_assert(sizeof(USceneActionState_CompleteMissionTask) == 0x000050, "Wrong size on USceneActionState_CompleteMissionTask"); \ #define DUMPER7_ASSERTS_USceneAction_ConversationLightRigOptions \ static_assert(alignof(USceneAction_ConversationLightRigOptions) == 0x000008, "Wrong alignment on USceneAction_ConversationLightRigOptions"); \ static_assert(sizeof(USceneAction_ConversationLightRigOptions) == 0x0000C0, "Wrong size on USceneAction_ConversationLightRigOptions"); \ static_assert(offsetof(USceneAction_ConversationLightRigOptions, GetFromConversation) == 0x0000A0, "Member 'USceneAction_ConversationLightRigOptions::GetFromConversation' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ConversationLightRigOptions, bKeepStateOnCompletion) == 0x0000A1, "Member 'USceneAction_ConversationLightRigOptions::bKeepStateOnCompletion' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ConversationLightRigOptions, bUsesSkyColors) == 0x0000A2, "Member 'USceneAction_ConversationLightRigOptions::bUsesSkyColors' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ConversationLightRigOptions, KeyLightColorTemperature) == 0x0000A4, "Member 'USceneAction_ConversationLightRigOptions::KeyLightColorTemperature' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ConversationLightRigOptions, RimLightColorTemperature) == 0x0000A8, "Member 'USceneAction_ConversationLightRigOptions::RimLightColorTemperature' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ConversationLightRigOptions, FillLightColorTemperature) == 0x0000AC, "Member 'USceneAction_ConversationLightRigOptions::FillLightColorTemperature' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ConversationLightRigOptions, KeyLightIntensity) == 0x0000B0, "Member 'USceneAction_ConversationLightRigOptions::KeyLightIntensity' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ConversationLightRigOptions, RimLightIntensity) == 0x0000B4, "Member 'USceneAction_ConversationLightRigOptions::RimLightIntensity' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ConversationLightRigOptions, FillLightIntensity) == 0x0000B8, "Member 'USceneAction_ConversationLightRigOptions::FillLightIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_CustomBlendDomainOverrideBase \ static_assert(alignof(USceneAction_CustomBlendDomainOverrideBase) == 0x000008, "Wrong alignment on USceneAction_CustomBlendDomainOverrideBase"); \ static_assert(sizeof(USceneAction_CustomBlendDomainOverrideBase) == 0x000088, "Wrong size on USceneAction_CustomBlendDomainOverrideBase"); \ #define DUMPER7_ASSERTS_USceneAction_CustomBlendDomainOverride \ static_assert(alignof(USceneAction_CustomBlendDomainOverride) == 0x000008, "Wrong alignment on USceneAction_CustomBlendDomainOverride"); \ static_assert(sizeof(USceneAction_CustomBlendDomainOverride) == 0x000098, "Wrong size on USceneAction_CustomBlendDomainOverride"); \ static_assert(offsetof(USceneAction_CustomBlendDomainOverride, Name_0) == 0x000088, "Member 'USceneAction_CustomBlendDomainOverride::Name_0' has a wrong offset!"); \ static_assert(offsetof(USceneAction_CustomBlendDomainOverride, Value) == 0x000090, "Member 'USceneAction_CustomBlendDomainOverride::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_BlendDomainOverride \ static_assert(alignof(USceneAction_BlendDomainOverride) == 0x000008, "Wrong alignment on USceneAction_BlendDomainOverride"); \ static_assert(sizeof(USceneAction_BlendDomainOverride) == 0x0000A0, "Wrong size on USceneAction_BlendDomainOverride"); \ static_assert(offsetof(USceneAction_BlendDomainOverride, Name_0) == 0x000088, "Member 'USceneAction_BlendDomainOverride::Name_0' has a wrong offset!"); \ static_assert(offsetof(USceneAction_BlendDomainOverride, Value) == 0x000098, "Member 'USceneAction_BlendDomainOverride::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_DisableFadeSystem \ static_assert(alignof(USceneAction_DisableFadeSystem) == 0x000008, "Wrong alignment on USceneAction_DisableFadeSystem"); \ static_assert(sizeof(USceneAction_DisableFadeSystem) == 0x000088, "Wrong size on USceneAction_DisableFadeSystem"); \ #define DUMPER7_ASSERTS_USceneAction_DisableIK \ static_assert(alignof(USceneAction_DisableIK) == 0x000008, "Wrong alignment on USceneAction_DisableIK"); \ static_assert(sizeof(USceneAction_DisableIK) == 0x0000C0, "Wrong size on USceneAction_DisableIK"); \ static_assert(offsetof(USceneAction_DisableIK, bDisableIK) == 0x0000A0, "Member 'USceneAction_DisableIK::bDisableIK' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DisableIK, bDisableFloorContact) == 0x0000A1, "Member 'USceneAction_DisableIK::bDisableFloorContact' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DisableIK, bDisableLookAt) == 0x0000A2, "Member 'USceneAction_DisableIK::bDisableLookAt' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DisableIK, bDisablePoseFixup) == 0x0000A3, "Member 'USceneAction_DisableIK::bDisablePoseFixup' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DisableIK, IKPriority) == 0x0000A4, "Member 'USceneAction_DisableIK::IKPriority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DisableIK, BlendOutDuration) == 0x0000A8, "Member 'USceneAction_DisableIK::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DisableIK, BlendInDuration) == 0x0000B0, "Member 'USceneAction_DisableIK::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DisableIK, LowestAllowedLookAtPriority) == 0x0000B8, "Member 'USceneAction_DisableIK::LowestAllowedLookAtPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_DisableReactions \ static_assert(alignof(USceneActionState_DisableReactions) == 0x000008, "Wrong alignment on USceneActionState_DisableReactions"); \ static_assert(sizeof(USceneActionState_DisableReactions) == 0x000070, "Wrong size on USceneActionState_DisableReactions"); \ #define DUMPER7_ASSERTS_USceneAction_DisableSchedule \ static_assert(alignof(USceneAction_DisableSchedule) == 0x000008, "Wrong alignment on USceneAction_DisableSchedule"); \ static_assert(sizeof(USceneAction_DisableSchedule) == 0x0000A8, "Wrong size on USceneAction_DisableSchedule"); \ static_assert(offsetof(USceneAction_DisableSchedule, ActionOnEnter) == 0x0000A0, "Member 'USceneAction_DisableSchedule::ActionOnEnter' has a wrong offset!"); \ static_assert(offsetof(USceneAction_DisableSchedule, ActionOnExit) == 0x0000A1, "Member 'USceneAction_DisableSchedule::ActionOnExit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_DisableSchedule \ static_assert(alignof(USceneActionState_DisableSchedule) == 0x000008, "Wrong alignment on USceneActionState_DisableSchedule"); \ static_assert(sizeof(USceneActionState_DisableSchedule) == 0x000070, "Wrong size on USceneActionState_DisableSchedule"); \ #define DUMPER7_ASSERTS_USceneActionState_EmissiveAdaptationExtrasSingle \ static_assert(alignof(USceneActionState_EmissiveAdaptationExtrasSingle) == 0x000008, "Wrong alignment on USceneActionState_EmissiveAdaptationExtrasSingle"); \ static_assert(sizeof(USceneActionState_EmissiveAdaptationExtrasSingle) == 0x0000A8, "Wrong size on USceneActionState_EmissiveAdaptationExtrasSingle"); \ static_assert(offsetof(USceneActionState_EmissiveAdaptationExtrasSingle, Extras) == 0x000068, "Member 'USceneActionState_EmissiveAdaptationExtrasSingle::Extras' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_EmissiveAdaptation \ static_assert(alignof(USceneAction_EmissiveAdaptation) == 0x000008, "Wrong alignment on USceneAction_EmissiveAdaptation"); \ static_assert(sizeof(USceneAction_EmissiveAdaptation) == 0x000168, "Wrong size on USceneAction_EmissiveAdaptation"); \ static_assert(offsetof(USceneAction_EmissiveAdaptation, EmissiveAdaptation) == 0x0000D8, "Member 'USceneAction_EmissiveAdaptation::EmissiveAdaptation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_EmissiveAdaptationExtrasExposure \ static_assert(alignof(USceneAction_EmissiveAdaptationExtrasExposure) == 0x000008, "Wrong alignment on USceneAction_EmissiveAdaptationExtrasExposure"); \ static_assert(sizeof(USceneAction_EmissiveAdaptationExtrasExposure) == 0x0000F8, "Wrong size on USceneAction_EmissiveAdaptationExtrasExposure"); \ static_assert(offsetof(USceneAction_EmissiveAdaptationExtrasExposure, ExposureName) == 0x0000D8, "Member 'USceneAction_EmissiveAdaptationExtrasExposure::ExposureName' has a wrong offset!"); \ static_assert(offsetof(USceneAction_EmissiveAdaptationExtrasExposure, ExposureCurve) == 0x0000E8, "Member 'USceneAction_EmissiveAdaptationExtrasExposure::ExposureCurve' has a wrong offset!"); \ static_assert(offsetof(USceneAction_EmissiveAdaptationExtrasExposure, ExposureValue) == 0x0000F0, "Member 'USceneAction_EmissiveAdaptationExtrasExposure::ExposureValue' has a wrong offset!"); \ static_assert(offsetof(USceneAction_EmissiveAdaptationExtrasExposure, bUseCurve) == 0x0000F4, "Member 'USceneAction_EmissiveAdaptationExtrasExposure::bUseCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleBlendDomainThreshold \ static_assert(alignof(UWorldFXRuleBlendDomainThreshold) == 0x000008, "Wrong alignment on UWorldFXRuleBlendDomainThreshold"); \ static_assert(sizeof(UWorldFXRuleBlendDomainThreshold) == 0x000040, "Wrong size on UWorldFXRuleBlendDomainThreshold"); \ static_assert(offsetof(UWorldFXRuleBlendDomainThreshold, Threshold) == 0x000038, "Member 'UWorldFXRuleBlendDomainThreshold::Threshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleBlendDomainPlayerThreshold \ static_assert(alignof(UWorldFXRuleBlendDomainPlayerThreshold) == 0x000008, "Wrong alignment on UWorldFXRuleBlendDomainPlayerThreshold"); \ static_assert(sizeof(UWorldFXRuleBlendDomainPlayerThreshold) == 0x000040, "Wrong size on UWorldFXRuleBlendDomainPlayerThreshold"); \ #define DUMPER7_ASSERTS_USceneAction_EnableDialogueSkipping \ static_assert(alignof(USceneAction_EnableDialogueSkipping) == 0x000008, "Wrong alignment on USceneAction_EnableDialogueSkipping"); \ static_assert(sizeof(USceneAction_EnableDialogueSkipping) == 0x000088, "Wrong size on USceneAction_EnableDialogueSkipping"); \ #define DUMPER7_ASSERTS_USceneAction_ExecuteAblAbility \ static_assert(alignof(USceneAction_ExecuteAblAbility) == 0x000008, "Wrong alignment on USceneAction_ExecuteAblAbility"); \ static_assert(sizeof(USceneAction_ExecuteAblAbility) == 0x0000B8, "Wrong size on USceneAction_ExecuteAblAbility"); \ static_assert(offsetof(USceneAction_ExecuteAblAbility, AblAbilityClass) == 0x0000A0, "Member 'USceneAction_ExecuteAblAbility::AblAbilityClass' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ExecuteAblAbility, PartialBodyAbility) == 0x0000A8, "Member 'USceneAction_ExecuteAblAbility::PartialBodyAbility' has a wrong offset!"); \ static_assert(offsetof(USceneAction_ExecuteAblAbility, OtherActor) == 0x0000B0, "Member 'USceneAction_ExecuteAblAbility::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRulePlayerVariableBool \ static_assert(alignof(UWorldFXRulePlayerVariableBool) == 0x000008, "Wrong alignment on UWorldFXRulePlayerVariableBool"); \ static_assert(sizeof(UWorldFXRulePlayerVariableBool) == 0x000030, "Wrong size on UWorldFXRulePlayerVariableBool"); \ static_assert(offsetof(UWorldFXRulePlayerVariableBool, PlayerVariable) == 0x000028, "Member 'UWorldFXRulePlayerVariableBool::PlayerVariable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_ExecuteAblAbility \ static_assert(alignof(USceneActionState_ExecuteAblAbility) == 0x000008, "Wrong alignment on USceneActionState_ExecuteAblAbility"); \ static_assert(sizeof(USceneActionState_ExecuteAblAbility) == 0x000078, "Wrong size on USceneActionState_ExecuteAblAbility"); \ #define DUMPER7_ASSERTS_USceneActionState_ExternalRenderingCut \ static_assert(alignof(USceneActionState_ExternalRenderingCut) == 0x000008, "Wrong alignment on USceneActionState_ExternalRenderingCut"); \ static_assert(sizeof(USceneActionState_ExternalRenderingCut) == 0x000050, "Wrong size on USceneActionState_ExternalRenderingCut"); \ #define DUMPER7_ASSERTS_USceneAction_ExternalRenderingCut \ static_assert(alignof(USceneAction_ExternalRenderingCut) == 0x000008, "Wrong alignment on USceneAction_ExternalRenderingCut"); \ static_assert(sizeof(USceneAction_ExternalRenderingCut) == 0x000090, "Wrong size on USceneAction_ExternalRenderingCut"); \ static_assert(offsetof(USceneAction_ExternalRenderingCut, RenderingCuts) == 0x000088, "Member 'USceneAction_ExternalRenderingCut::RenderingCuts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleNotArachnophobiaMode \ static_assert(alignof(UWorldFXRuleNotArachnophobiaMode) == 0x000008, "Wrong alignment on UWorldFXRuleNotArachnophobiaMode"); \ static_assert(sizeof(UWorldFXRuleNotArachnophobiaMode) == 0x000028, "Wrong size on UWorldFXRuleNotArachnophobiaMode"); \ #define DUMPER7_ASSERTS_USceneActionState_FacialEmotions \ static_assert(alignof(USceneActionState_FacialEmotions) == 0x000008, "Wrong alignment on USceneActionState_FacialEmotions"); \ static_assert(sizeof(USceneActionState_FacialEmotions) == 0x000078, "Wrong size on USceneActionState_FacialEmotions"); \ #define DUMPER7_ASSERTS_USceneActionState_FastTravel \ static_assert(alignof(USceneActionState_FastTravel) == 0x000008, "Wrong alignment on USceneActionState_FastTravel"); \ static_assert(sizeof(USceneActionState_FastTravel) == 0x000078, "Wrong size on USceneActionState_FastTravel"); \ #define DUMPER7_ASSERTS_USceneActionState_FreezeTime \ static_assert(alignof(USceneActionState_FreezeTime) == 0x000008, "Wrong alignment on USceneActionState_FreezeTime"); \ static_assert(sizeof(USceneActionState_FreezeTime) == 0x000050, "Wrong size on USceneActionState_FreezeTime"); \ #define DUMPER7_ASSERTS_Tween_ConstructTween \ static_assert(alignof(Tween_ConstructTween) == 0x000008, "Wrong alignment on Tween_ConstructTween"); \ static_assert(sizeof(Tween_ConstructTween) == 0x000008, "Wrong size on Tween_ConstructTween"); \ static_assert(offsetof(Tween_ConstructTween, ReturnValue) == 0x000000, "Member 'Tween_ConstructTween::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tween_IsPlaying \ static_assert(alignof(Tween_IsPlaying) == 0x000001, "Wrong alignment on Tween_IsPlaying"); \ static_assert(sizeof(Tween_IsPlaying) == 0x000001, "Wrong size on Tween_IsPlaying"); \ static_assert(offsetof(Tween_IsPlaying, ReturnValue) == 0x000000, "Member 'Tween_IsPlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tween_Play \ static_assert(alignof(Tween_Play) == 0x000008, "Wrong alignment on Tween_Play"); \ static_assert(sizeof(Tween_Play) == 0x000008, "Wrong size on Tween_Play"); \ static_assert(offsetof(Tween_Play, ReturnValue) == 0x000000, "Member 'Tween_Play::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tween_TweenColorPropertyFromStartToEnd \ static_assert(alignof(Tween_TweenColorPropertyFromStartToEnd) == 0x000008, "Wrong alignment on Tween_TweenColorPropertyFromStartToEnd"); \ static_assert(sizeof(Tween_TweenColorPropertyFromStartToEnd) == 0x000040, "Wrong size on Tween_TweenColorPropertyFromStartToEnd"); \ static_assert(offsetof(Tween_TweenColorPropertyFromStartToEnd, ObjectIn) == 0x000000, "Member 'Tween_TweenColorPropertyFromStartToEnd::ObjectIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenColorPropertyFromStartToEnd, PropertyNameIn) == 0x000008, "Member 'Tween_TweenColorPropertyFromStartToEnd::PropertyNameIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenColorPropertyFromStartToEnd, StartIn) == 0x000010, "Member 'Tween_TweenColorPropertyFromStartToEnd::StartIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenColorPropertyFromStartToEnd, EndIn) == 0x000020, "Member 'Tween_TweenColorPropertyFromStartToEnd::EndIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenColorPropertyFromStartToEnd, Duration) == 0x000030, "Member 'Tween_TweenColorPropertyFromStartToEnd::Duration' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenColorPropertyFromStartToEnd, EasingFunctionIn) == 0x000034, "Member 'Tween_TweenColorPropertyFromStartToEnd::EasingFunctionIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenColorPropertyFromStartToEnd, ReturnValue) == 0x000038, "Member 'Tween_TweenColorPropertyFromStartToEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tween_TweenColorPropertyToEnd \ static_assert(alignof(Tween_TweenColorPropertyToEnd) == 0x000008, "Wrong alignment on Tween_TweenColorPropertyToEnd"); \ static_assert(sizeof(Tween_TweenColorPropertyToEnd) == 0x000030, "Wrong size on Tween_TweenColorPropertyToEnd"); \ static_assert(offsetof(Tween_TweenColorPropertyToEnd, ObjectIn) == 0x000000, "Member 'Tween_TweenColorPropertyToEnd::ObjectIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenColorPropertyToEnd, PropertyNameIn) == 0x000008, "Member 'Tween_TweenColorPropertyToEnd::PropertyNameIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenColorPropertyToEnd, EndIn) == 0x000010, "Member 'Tween_TweenColorPropertyToEnd::EndIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenColorPropertyToEnd, Duration) == 0x000020, "Member 'Tween_TweenColorPropertyToEnd::Duration' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenColorPropertyToEnd, EasingFunctionIn) == 0x000024, "Member 'Tween_TweenColorPropertyToEnd::EasingFunctionIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenColorPropertyToEnd, ReturnValue) == 0x000028, "Member 'Tween_TweenColorPropertyToEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tween_TweenFloatPropertyFromStartToEnd \ static_assert(alignof(Tween_TweenFloatPropertyFromStartToEnd) == 0x000008, "Wrong alignment on Tween_TweenFloatPropertyFromStartToEnd"); \ static_assert(sizeof(Tween_TweenFloatPropertyFromStartToEnd) == 0x000028, "Wrong size on Tween_TweenFloatPropertyFromStartToEnd"); \ static_assert(offsetof(Tween_TweenFloatPropertyFromStartToEnd, ObjectIn) == 0x000000, "Member 'Tween_TweenFloatPropertyFromStartToEnd::ObjectIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenFloatPropertyFromStartToEnd, ProertyNameIn) == 0x000008, "Member 'Tween_TweenFloatPropertyFromStartToEnd::ProertyNameIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenFloatPropertyFromStartToEnd, StartIn) == 0x000010, "Member 'Tween_TweenFloatPropertyFromStartToEnd::StartIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenFloatPropertyFromStartToEnd, EndIn) == 0x000014, "Member 'Tween_TweenFloatPropertyFromStartToEnd::EndIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenFloatPropertyFromStartToEnd, Duration) == 0x000018, "Member 'Tween_TweenFloatPropertyFromStartToEnd::Duration' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenFloatPropertyFromStartToEnd, EasingFunctionIn) == 0x00001C, "Member 'Tween_TweenFloatPropertyFromStartToEnd::EasingFunctionIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenFloatPropertyFromStartToEnd, ReturnValue) == 0x000020, "Member 'Tween_TweenFloatPropertyFromStartToEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tween_TweenFloatPropertyToEnd \ static_assert(alignof(Tween_TweenFloatPropertyToEnd) == 0x000008, "Wrong alignment on Tween_TweenFloatPropertyToEnd"); \ static_assert(sizeof(Tween_TweenFloatPropertyToEnd) == 0x000028, "Wrong size on Tween_TweenFloatPropertyToEnd"); \ static_assert(offsetof(Tween_TweenFloatPropertyToEnd, ObjectIn) == 0x000000, "Member 'Tween_TweenFloatPropertyToEnd::ObjectIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenFloatPropertyToEnd, ProertyNameIn) == 0x000008, "Member 'Tween_TweenFloatPropertyToEnd::ProertyNameIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenFloatPropertyToEnd, EndIn) == 0x000010, "Member 'Tween_TweenFloatPropertyToEnd::EndIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenFloatPropertyToEnd, Duration) == 0x000014, "Member 'Tween_TweenFloatPropertyToEnd::Duration' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenFloatPropertyToEnd, EasingFunctionIn) == 0x000018, "Member 'Tween_TweenFloatPropertyToEnd::EasingFunctionIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenFloatPropertyToEnd, ReturnValue) == 0x000020, "Member 'Tween_TweenFloatPropertyToEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tween_TweenIntPropertyFromStartToEnd \ static_assert(alignof(Tween_TweenIntPropertyFromStartToEnd) == 0x000008, "Wrong alignment on Tween_TweenIntPropertyFromStartToEnd"); \ static_assert(sizeof(Tween_TweenIntPropertyFromStartToEnd) == 0x000028, "Wrong size on Tween_TweenIntPropertyFromStartToEnd"); \ static_assert(offsetof(Tween_TweenIntPropertyFromStartToEnd, ObjectIn) == 0x000000, "Member 'Tween_TweenIntPropertyFromStartToEnd::ObjectIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenIntPropertyFromStartToEnd, ProertyNameIn) == 0x000008, "Member 'Tween_TweenIntPropertyFromStartToEnd::ProertyNameIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenIntPropertyFromStartToEnd, StartIn) == 0x000010, "Member 'Tween_TweenIntPropertyFromStartToEnd::StartIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenIntPropertyFromStartToEnd, EndIn) == 0x000014, "Member 'Tween_TweenIntPropertyFromStartToEnd::EndIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenIntPropertyFromStartToEnd, Duration) == 0x000018, "Member 'Tween_TweenIntPropertyFromStartToEnd::Duration' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenIntPropertyFromStartToEnd, EasingFunctionIn) == 0x00001C, "Member 'Tween_TweenIntPropertyFromStartToEnd::EasingFunctionIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenIntPropertyFromStartToEnd, ReturnValue) == 0x000020, "Member 'Tween_TweenIntPropertyFromStartToEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tween_TweenIntPropertyToEnd \ static_assert(alignof(Tween_TweenIntPropertyToEnd) == 0x000008, "Wrong alignment on Tween_TweenIntPropertyToEnd"); \ static_assert(sizeof(Tween_TweenIntPropertyToEnd) == 0x000028, "Wrong size on Tween_TweenIntPropertyToEnd"); \ static_assert(offsetof(Tween_TweenIntPropertyToEnd, ObjectIn) == 0x000000, "Member 'Tween_TweenIntPropertyToEnd::ObjectIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenIntPropertyToEnd, ProertyNameIn) == 0x000008, "Member 'Tween_TweenIntPropertyToEnd::ProertyNameIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenIntPropertyToEnd, EndIn) == 0x000010, "Member 'Tween_TweenIntPropertyToEnd::EndIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenIntPropertyToEnd, Duration) == 0x000014, "Member 'Tween_TweenIntPropertyToEnd::Duration' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenIntPropertyToEnd, EasingFunctionIn) == 0x000018, "Member 'Tween_TweenIntPropertyToEnd::EasingFunctionIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenIntPropertyToEnd, ReturnValue) == 0x000020, "Member 'Tween_TweenIntPropertyToEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tween_TweenTransformPropertyFromStartToEnd \ static_assert(alignof(Tween_TweenTransformPropertyFromStartToEnd) == 0x000008, "Wrong alignment on Tween_TweenTransformPropertyFromStartToEnd"); \ static_assert(sizeof(Tween_TweenTransformPropertyFromStartToEnd) == 0x000030, "Wrong size on Tween_TweenTransformPropertyFromStartToEnd"); \ static_assert(offsetof(Tween_TweenTransformPropertyFromStartToEnd, ObjectIn) == 0x000000, "Member 'Tween_TweenTransformPropertyFromStartToEnd::ObjectIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenTransformPropertyFromStartToEnd, TransformProperty) == 0x000008, "Member 'Tween_TweenTransformPropertyFromStartToEnd::TransformProperty' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenTransformPropertyFromStartToEnd, StartIn) == 0x00000C, "Member 'Tween_TweenTransformPropertyFromStartToEnd::StartIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenTransformPropertyFromStartToEnd, EndIn) == 0x000014, "Member 'Tween_TweenTransformPropertyFromStartToEnd::EndIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenTransformPropertyFromStartToEnd, Duration) == 0x00001C, "Member 'Tween_TweenTransformPropertyFromStartToEnd::Duration' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenTransformPropertyFromStartToEnd, EasingFunctionIn) == 0x000020, "Member 'Tween_TweenTransformPropertyFromStartToEnd::EasingFunctionIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenTransformPropertyFromStartToEnd, ReturnValue) == 0x000028, "Member 'Tween_TweenTransformPropertyFromStartToEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tween_TweenTransformPropertyToEnd \ static_assert(alignof(Tween_TweenTransformPropertyToEnd) == 0x000008, "Wrong alignment on Tween_TweenTransformPropertyToEnd"); \ static_assert(sizeof(Tween_TweenTransformPropertyToEnd) == 0x000028, "Wrong size on Tween_TweenTransformPropertyToEnd"); \ static_assert(offsetof(Tween_TweenTransformPropertyToEnd, ObjectIn) == 0x000000, "Member 'Tween_TweenTransformPropertyToEnd::ObjectIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenTransformPropertyToEnd, TransformProperty) == 0x000008, "Member 'Tween_TweenTransformPropertyToEnd::TransformProperty' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenTransformPropertyToEnd, EndIn) == 0x00000C, "Member 'Tween_TweenTransformPropertyToEnd::EndIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenTransformPropertyToEnd, Duration) == 0x000014, "Member 'Tween_TweenTransformPropertyToEnd::Duration' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenTransformPropertyToEnd, EasingFunctionIn) == 0x000018, "Member 'Tween_TweenTransformPropertyToEnd::EasingFunctionIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenTransformPropertyToEnd, ReturnValue) == 0x000020, "Member 'Tween_TweenTransformPropertyToEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tween_TweenVector2DPropertyFromStartToEnd \ static_assert(alignof(Tween_TweenVector2DPropertyFromStartToEnd) == 0x000008, "Wrong alignment on Tween_TweenVector2DPropertyFromStartToEnd"); \ static_assert(sizeof(Tween_TweenVector2DPropertyFromStartToEnd) == 0x000030, "Wrong size on Tween_TweenVector2DPropertyFromStartToEnd"); \ static_assert(offsetof(Tween_TweenVector2DPropertyFromStartToEnd, ObjectIn) == 0x000000, "Member 'Tween_TweenVector2DPropertyFromStartToEnd::ObjectIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenVector2DPropertyFromStartToEnd, PropertyNameIn) == 0x000008, "Member 'Tween_TweenVector2DPropertyFromStartToEnd::PropertyNameIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenVector2DPropertyFromStartToEnd, StartIn) == 0x000010, "Member 'Tween_TweenVector2DPropertyFromStartToEnd::StartIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenVector2DPropertyFromStartToEnd, EndIn) == 0x000018, "Member 'Tween_TweenVector2DPropertyFromStartToEnd::EndIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenVector2DPropertyFromStartToEnd, Duration) == 0x000020, "Member 'Tween_TweenVector2DPropertyFromStartToEnd::Duration' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenVector2DPropertyFromStartToEnd, EasingFunctionIn) == 0x000024, "Member 'Tween_TweenVector2DPropertyFromStartToEnd::EasingFunctionIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenVector2DPropertyFromStartToEnd, ReturnValue) == 0x000028, "Member 'Tween_TweenVector2DPropertyFromStartToEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tween_TweenVector2DPropertyToEnd \ static_assert(alignof(Tween_TweenVector2DPropertyToEnd) == 0x000008, "Wrong alignment on Tween_TweenVector2DPropertyToEnd"); \ static_assert(sizeof(Tween_TweenVector2DPropertyToEnd) == 0x000028, "Wrong size on Tween_TweenVector2DPropertyToEnd"); \ static_assert(offsetof(Tween_TweenVector2DPropertyToEnd, ObjectIn) == 0x000000, "Member 'Tween_TweenVector2DPropertyToEnd::ObjectIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenVector2DPropertyToEnd, PropertyNameIn) == 0x000008, "Member 'Tween_TweenVector2DPropertyToEnd::PropertyNameIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenVector2DPropertyToEnd, EndIn) == 0x000010, "Member 'Tween_TweenVector2DPropertyToEnd::EndIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenVector2DPropertyToEnd, Duration) == 0x000018, "Member 'Tween_TweenVector2DPropertyToEnd::Duration' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenVector2DPropertyToEnd, EasingFunctionIn) == 0x00001C, "Member 'Tween_TweenVector2DPropertyToEnd::EasingFunctionIn' has a wrong offset!"); \ static_assert(offsetof(Tween_TweenVector2DPropertyToEnd, ReturnValue) == 0x000020, "Member 'Tween_TweenVector2DPropertyToEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTween \ static_assert(alignof(UTween) == 0x000008, "Wrong alignment on UTween"); \ static_assert(sizeof(UTween) == 0x000058, "Wrong size on UTween"); \ static_assert(offsetof(UTween, EasingCurve) == 0x000028, "Member 'UTween::EasingCurve' has a wrong offset!"); \ static_assert(offsetof(UTween, OnTweenFinished) == 0x000030, "Member 'UTween::OnTweenFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_GameAiOptions \ static_assert(alignof(USceneAction_GameAiOptions) == 0x000008, "Wrong alignment on USceneAction_GameAiOptions"); \ static_assert(sizeof(USceneAction_GameAiOptions) == 0x000090, "Wrong size on USceneAction_GameAiOptions"); \ static_assert(offsetof(USceneAction_GameAiOptions, bOverrideAreCharactersInSceneTargetableByAi) == 0x000088, "Member 'USceneAction_GameAiOptions::bOverrideAreCharactersInSceneTargetableByAi' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameAiOptions, bAreCharactersInSceneTargetableByAi) == 0x000089, "Member 'USceneAction_GameAiOptions::bAreCharactersInSceneTargetableByAi' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameAiOptions, TargetableByAiPriority) == 0x00008A, "Member 'USceneAction_GameAiOptions::TargetableByAiPriority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameAiOptions, bOverrideAreNpcsSuspended) == 0x00008B, "Member 'USceneAction_GameAiOptions::bOverrideAreNpcsSuspended' has a wrong offset!"); \ static_assert(offsetof(USceneAction_GameAiOptions, bSuspendNpcs) == 0x00008C, "Member 'USceneAction_GameAiOptions::bSuspendNpcs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUDSEventQueuer \ static_assert(alignof(UUDSEventQueuer) == 0x000008, "Wrong alignment on UUDSEventQueuer"); \ static_assert(sizeof(UUDSEventQueuer) == 0x0001B8, "Wrong size on UUDSEventQueuer"); \ #define DUMPER7_ASSERTS_USceneActionState_GlobalLightRigBlendable \ static_assert(alignof(USceneActionState_GlobalLightRigBlendable) == 0x000008, "Wrong alignment on USceneActionState_GlobalLightRigBlendable"); \ static_assert(sizeof(USceneActionState_GlobalLightRigBlendable) == 0x000060, "Wrong size on USceneActionState_GlobalLightRigBlendable"); \ static_assert(offsetof(USceneActionState_GlobalLightRigBlendable, CurrentBlend) == 0x000058, "Member 'USceneActionState_GlobalLightRigBlendable::CurrentBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDSManager_ResetPlayerStateIfCurrentSaveDeleted \ static_assert(alignof(UDSManager_ResetPlayerStateIfCurrentSaveDeleted) == 0x000004, "Wrong alignment on UDSManager_ResetPlayerStateIfCurrentSaveDeleted"); \ static_assert(sizeof(UDSManager_ResetPlayerStateIfCurrentSaveDeleted) == 0x000004, "Wrong size on UDSManager_ResetPlayerStateIfCurrentSaveDeleted"); \ static_assert(offsetof(UDSManager_ResetPlayerStateIfCurrentSaveDeleted, DeletedCharacterId) == 0x000000, "Member 'UDSManager_ResetPlayerStateIfCurrentSaveDeleted::DeletedCharacterId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUDSManager \ static_assert(alignof(UUDSManager) == 0x000008, "Wrong alignment on UUDSManager"); \ static_assert(sizeof(UUDSManager) == 0x0002F8, "Wrong size on UUDSManager"); \ static_assert(offsetof(UUDSManager, UDSStatManager) == 0x000078, "Member 'UUDSManager::UDSStatManager' has a wrong offset!"); \ static_assert(offsetof(UUDSManager, UDSIntentManager) == 0x000080, "Member 'UUDSManager::UDSIntentManager' has a wrong offset!"); \ static_assert(offsetof(UUDSManager, UDSMechanicManager) == 0x000088, "Member 'UUDSManager::UDSMechanicManager' has a wrong offset!"); \ static_assert(offsetof(UUDSManager, UDSActivityManager) == 0x000090, "Member 'UUDSManager::UDSActivityManager' has a wrong offset!"); \ static_assert(offsetof(UUDSManager, UDSFieldGuideManager) == 0x000098, "Member 'UUDSManager::UDSFieldGuideManager' has a wrong offset!"); \ static_assert(offsetof(UUDSManager, UDSLocationManager) == 0x0000A0, "Member 'UUDSManager::UDSLocationManager' has a wrong offset!"); \ static_assert(offsetof(UUDSManager, UDSEventQueuer) == 0x0000A8, "Member 'UUDSManager::UDSEventQueuer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_HermesMessageAdvanced \ static_assert(alignof(USceneActionState_HermesMessageAdvanced) == 0x000008, "Wrong alignment on USceneActionState_HermesMessageAdvanced"); \ static_assert(sizeof(USceneActionState_HermesMessageAdvanced) == 0x000050, "Wrong size on USceneActionState_HermesMessageAdvanced"); \ #define DUMPER7_ASSERTS_UUI_ConversationIndicator \ static_assert(alignof(UUI_ConversationIndicator) == 0x000010, "Wrong alignment on UUI_ConversationIndicator"); \ static_assert(sizeof(UUI_ConversationIndicator) == 0x000530, "Wrong size on UUI_ConversationIndicator"); \ #define DUMPER7_ASSERTS_USceneActionState_HideTransfigurationObjects \ static_assert(alignof(USceneActionState_HideTransfigurationObjects) == 0x000008, "Wrong alignment on USceneActionState_HideTransfigurationObjects"); \ static_assert(sizeof(USceneActionState_HideTransfigurationObjects) == 0x000070, "Wrong size on USceneActionState_HideTransfigurationObjects"); \ #define DUMPER7_ASSERTS_USceneAction_IKPoseFixup \ static_assert(alignof(USceneAction_IKPoseFixup) == 0x000010, "Wrong alignment on USceneAction_IKPoseFixup"); \ static_assert(sizeof(USceneAction_IKPoseFixup) == 0x000160, "Wrong size on USceneAction_IKPoseFixup"); \ static_assert(offsetof(USceneAction_IKPoseFixup, Definition) == 0x0000A0, "Member 'USceneAction_IKPoseFixup::Definition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_IKPoseFixup \ static_assert(alignof(USceneActionState_IKPoseFixup) == 0x000008, "Wrong alignment on USceneActionState_IKPoseFixup"); \ static_assert(sizeof(USceneActionState_IKPoseFixup) == 0x000088, "Wrong size on USceneActionState_IKPoseFixup"); \ static_assert(offsetof(USceneActionState_IKPoseFixup, IKPoseFixupDefinition) == 0x000070, "Member 'USceneActionState_IKPoseFixup::IKPoseFixupDefinition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurableObjectInterface_GetAdditionalItemsReturned \ static_assert(alignof(TransfigurableObjectInterface_GetAdditionalItemsReturned) == 0x000008, "Wrong alignment on TransfigurableObjectInterface_GetAdditionalItemsReturned"); \ static_assert(sizeof(TransfigurableObjectInterface_GetAdditionalItemsReturned) == 0x000010, "Wrong size on TransfigurableObjectInterface_GetAdditionalItemsReturned"); \ static_assert(offsetof(TransfigurableObjectInterface_GetAdditionalItemsReturned, ReturnValue) == 0x000000, "Member 'TransfigurableObjectInterface_GetAdditionalItemsReturned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurableObjectInterface_IsObjectContextValidForTransformation \ static_assert(alignof(TransfigurableObjectInterface_IsObjectContextValidForTransformation) == 0x000001, "Wrong alignment on TransfigurableObjectInterface_IsObjectContextValidForTransformation"); \ static_assert(sizeof(TransfigurableObjectInterface_IsObjectContextValidForTransformation) == 0x000001, "Wrong size on TransfigurableObjectInterface_IsObjectContextValidForTransformation"); \ static_assert(offsetof(TransfigurableObjectInterface_IsObjectContextValidForTransformation, ReturnValue) == 0x000000, "Member 'TransfigurableObjectInterface_IsObjectContextValidForTransformation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurableObjectInterface_IsObjectContextValidForVanishment \ static_assert(alignof(TransfigurableObjectInterface_IsObjectContextValidForVanishment) == 0x000001, "Wrong alignment on TransfigurableObjectInterface_IsObjectContextValidForVanishment"); \ static_assert(sizeof(TransfigurableObjectInterface_IsObjectContextValidForVanishment) == 0x000001, "Wrong size on TransfigurableObjectInterface_IsObjectContextValidForVanishment"); \ static_assert(offsetof(TransfigurableObjectInterface_IsObjectContextValidForVanishment, ReturnValue) == 0x000000, "Member 'TransfigurableObjectInterface_IsObjectContextValidForVanishment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurableObjectInterface_ObjectPhysicalResponseImpact \ static_assert(alignof(TransfigurableObjectInterface_ObjectPhysicalResponseImpact) == 0x000004, "Wrong alignment on TransfigurableObjectInterface_ObjectPhysicalResponseImpact"); \ static_assert(sizeof(TransfigurableObjectInterface_ObjectPhysicalResponseImpact) == 0x000020, "Wrong size on TransfigurableObjectInterface_ObjectPhysicalResponseImpact"); \ static_assert(offsetof(TransfigurableObjectInterface_ObjectPhysicalResponseImpact, ImpactIntensity) == 0x000000, "Member 'TransfigurableObjectInterface_ObjectPhysicalResponseImpact::ImpactIntensity' has a wrong offset!"); \ static_assert(offsetof(TransfigurableObjectInterface_ObjectPhysicalResponseImpact, SpellName) == 0x000004, "Member 'TransfigurableObjectInterface_ObjectPhysicalResponseImpact::SpellName' has a wrong offset!"); \ static_assert(offsetof(TransfigurableObjectInterface_ObjectPhysicalResponseImpact, ResponseConfigName) == 0x00000C, "Member 'TransfigurableObjectInterface_ObjectPhysicalResponseImpact::ResponseConfigName' has a wrong offset!"); \ static_assert(offsetof(TransfigurableObjectInterface_ObjectPhysicalResponseImpact, ImpactLocation) == 0x000014, "Member 'TransfigurableObjectInterface_ObjectPhysicalResponseImpact::ImpactLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ITransfigurableObjectInterface \ static_assert(alignof(ITransfigurableObjectInterface) == 0x000001, "Wrong alignment on ITransfigurableObjectInterface"); \ static_assert(sizeof(ITransfigurableObjectInterface) == 0x000001, "Wrong size on ITransfigurableObjectInterface"); \ #define DUMPER7_ASSERTS_USceneAction_InteractCognition \ static_assert(alignof(USceneAction_InteractCognition) == 0x000008, "Wrong alignment on USceneAction_InteractCognition"); \ static_assert(sizeof(USceneAction_InteractCognition) == 0x0000E0, "Wrong size on USceneAction_InteractCognition"); \ static_assert(offsetof(USceneAction_InteractCognition, CalloutType) == 0x0000A0, "Member 'USceneAction_InteractCognition::CalloutType' has a wrong offset!"); \ static_assert(offsetof(USceneAction_InteractCognition, CalloutBlipType) == 0x0000A1, "Member 'USceneAction_InteractCognition::CalloutBlipType' has a wrong offset!"); \ static_assert(offsetof(USceneAction_InteractCognition, CalloutAction) == 0x0000A2, "Member 'USceneAction_InteractCognition::CalloutAction' has a wrong offset!"); \ static_assert(offsetof(USceneAction_InteractCognition, TargetName) == 0x0000A8, "Member 'USceneAction_InteractCognition::TargetName' has a wrong offset!"); \ static_assert(offsetof(USceneAction_InteractCognition, CalloutChargeTime) == 0x0000C0, "Member 'USceneAction_InteractCognition::CalloutChargeTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_InteractCognition, FootprintRadius) == 0x0000C4, "Member 'USceneAction_InteractCognition::FootprintRadius' has a wrong offset!"); \ static_assert(offsetof(USceneAction_InteractCognition, TopOffset) == 0x0000C8, "Member 'USceneAction_InteractCognition::TopOffset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_InteractCognition, BottomOffset) == 0x0000CC, "Member 'USceneAction_InteractCognition::BottomOffset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_InteractCognition, CalloutOffset) == 0x0000D0, "Member 'USceneAction_InteractCognition::CalloutOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationMovementStyleBase_CanPlace \ static_assert(alignof(TransfigurationMovementStyleBase_CanPlace) == 0x000001, "Wrong alignment on TransfigurationMovementStyleBase_CanPlace"); \ static_assert(sizeof(TransfigurationMovementStyleBase_CanPlace) == 0x000001, "Wrong size on TransfigurationMovementStyleBase_CanPlace"); \ static_assert(offsetof(TransfigurationMovementStyleBase_CanPlace, bCanPlace) == 0x000000, "Member 'TransfigurationMovementStyleBase_CanPlace::bCanPlace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationMovementStyleBase_OnPreviewActorDestroyed \ static_assert(alignof(TransfigurationMovementStyleBase_OnPreviewActorDestroyed) == 0x000008, "Wrong alignment on TransfigurationMovementStyleBase_OnPreviewActorDestroyed"); \ static_assert(sizeof(TransfigurationMovementStyleBase_OnPreviewActorDestroyed) == 0x000008, "Wrong size on TransfigurationMovementStyleBase_OnPreviewActorDestroyed"); \ static_assert(offsetof(TransfigurationMovementStyleBase_OnPreviewActorDestroyed, InActor) == 0x000000, "Member 'TransfigurationMovementStyleBase_OnPreviewActorDestroyed::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationMovementStyleBase_SetTransformFromBounds \ static_assert(alignof(TransfigurationMovementStyleBase_SetTransformFromBounds) == 0x000004, "Wrong alignment on TransfigurationMovementStyleBase_SetTransformFromBounds"); \ static_assert(sizeof(TransfigurationMovementStyleBase_SetTransformFromBounds) == 0x000018, "Wrong size on TransfigurationMovementStyleBase_SetTransformFromBounds"); \ static_assert(offsetof(TransfigurationMovementStyleBase_SetTransformFromBounds, LocalExtent) == 0x000000, "Member 'TransfigurationMovementStyleBase_SetTransformFromBounds::LocalExtent' has a wrong offset!"); \ static_assert(offsetof(TransfigurationMovementStyleBase_SetTransformFromBounds, LocalLocation) == 0x00000C, "Member 'TransfigurationMovementStyleBase_SetTransformFromBounds::LocalLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationMovementStyleBase_SetWallTransformFromBounds \ static_assert(alignof(TransfigurationMovementStyleBase_SetWallTransformFromBounds) == 0x000004, "Wrong alignment on TransfigurationMovementStyleBase_SetWallTransformFromBounds"); \ static_assert(sizeof(TransfigurationMovementStyleBase_SetWallTransformFromBounds) == 0x000018, "Wrong size on TransfigurationMovementStyleBase_SetWallTransformFromBounds"); \ static_assert(offsetof(TransfigurationMovementStyleBase_SetWallTransformFromBounds, LocalExtent) == 0x000000, "Member 'TransfigurationMovementStyleBase_SetWallTransformFromBounds::LocalExtent' has a wrong offset!"); \ static_assert(offsetof(TransfigurationMovementStyleBase_SetWallTransformFromBounds, LocalLocation) == 0x00000C, "Member 'TransfigurationMovementStyleBase_SetWallTransformFromBounds::LocalLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationMovementStyleBase_ShowBeamAtLocalLocation \ static_assert(alignof(TransfigurationMovementStyleBase_ShowBeamAtLocalLocation) == 0x000004, "Wrong alignment on TransfigurationMovementStyleBase_ShowBeamAtLocalLocation"); \ static_assert(sizeof(TransfigurationMovementStyleBase_ShowBeamAtLocalLocation) == 0x00000C, "Wrong size on TransfigurationMovementStyleBase_ShowBeamAtLocalLocation"); \ static_assert(offsetof(TransfigurationMovementStyleBase_ShowBeamAtLocalLocation, InLocationLocal) == 0x000000, "Member 'TransfigurationMovementStyleBase_ShowBeamAtLocalLocation::InLocationLocal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationMovementStyleBase_ShowDecal \ static_assert(alignof(TransfigurationMovementStyleBase_ShowDecal) == 0x000001, "Wrong alignment on TransfigurationMovementStyleBase_ShowDecal"); \ static_assert(sizeof(TransfigurationMovementStyleBase_ShowDecal) == 0x000001, "Wrong size on TransfigurationMovementStyleBase_ShowDecal"); \ static_assert(offsetof(TransfigurationMovementStyleBase_ShowDecal, bShow) == 0x000000, "Member 'TransfigurationMovementStyleBase_ShowDecal::bShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationMovementStyleBase_StartTransition \ static_assert(alignof(TransfigurationMovementStyleBase_StartTransition) == 0x000004, "Wrong alignment on TransfigurationMovementStyleBase_StartTransition"); \ static_assert(sizeof(TransfigurationMovementStyleBase_StartTransition) == 0x000004, "Wrong size on TransfigurationMovementStyleBase_StartTransition"); \ static_assert(offsetof(TransfigurationMovementStyleBase_StartTransition, InDuration) == 0x000000, "Member 'TransfigurationMovementStyleBase_StartTransition::InDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationMovementStyleBase_UpdateFootprintRegionSizes \ static_assert(alignof(TransfigurationMovementStyleBase_UpdateFootprintRegionSizes) == 0x000004, "Wrong alignment on TransfigurationMovementStyleBase_UpdateFootprintRegionSizes"); \ static_assert(sizeof(TransfigurationMovementStyleBase_UpdateFootprintRegionSizes) == 0x00000C, "Wrong size on TransfigurationMovementStyleBase_UpdateFootprintRegionSizes"); \ static_assert(offsetof(TransfigurationMovementStyleBase_UpdateFootprintRegionSizes, PlacementFootprintSize) == 0x000000, "Member 'TransfigurationMovementStyleBase_UpdateFootprintRegionSizes::PlacementFootprintSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATransfigurationMovementStyleBase \ static_assert(alignof(ATransfigurationMovementStyleBase) == 0x000010, "Wrong alignment on ATransfigurationMovementStyleBase"); \ static_assert(sizeof(ATransfigurationMovementStyleBase) == 0x0005E0, "Wrong size on ATransfigurationMovementStyleBase"); \ static_assert(offsetof(ATransfigurationMovementStyleBase, PreviewActor) == 0x000248, "Member 'ATransfigurationMovementStyleBase::PreviewActor' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationMovementStyleBase, TargetTransform) == 0x000250, "Member 'ATransfigurationMovementStyleBase::TargetTransform' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationMovementStyleBase, PreviewTransformOffset) == 0x000280, "Member 'ATransfigurationMovementStyleBase::PreviewTransformOffset' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationMovementStyleBase, FootprintExtent) == 0x000390, "Member 'ATransfigurationMovementStyleBase::FootprintExtent' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationMovementStyleBase, FootprintRegions) == 0x0003A0, "Member 'ATransfigurationMovementStyleBase::FootprintRegions' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationMovementStyleBase, RegionPlacementBlocked) == 0x0003B0, "Member 'ATransfigurationMovementStyleBase::RegionPlacementBlocked' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationMovementStyleBase, LinearInterpolationSpeed) == 0x0003C0, "Member 'ATransfigurationMovementStyleBase::LinearInterpolationSpeed' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationMovementStyleBase, bUseSpringDynamics) == 0x0003C4, "Member 'ATransfigurationMovementStyleBase::bUseSpringDynamics' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationMovementStyleBase, LinearSpring) == 0x0003C8, "Member 'ATransfigurationMovementStyleBase::LinearSpring' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationMovementStyleBase, AngularSpring) == 0x0003F0, "Member 'ATransfigurationMovementStyleBase::AngularSpring' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationMovementStyleBase, ScaleSpring) == 0x000420, "Member 'ATransfigurationMovementStyleBase::ScaleSpring' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationMovementStyleBase, SpringSpeedToTiltAngleCurve) == 0x000430, "Member 'ATransfigurationMovementStyleBase::SpringSpeedToTiltAngleCurve' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationMovementStyleBase, ObjectBoundsToTiltMultiplierCurve) == 0x0004B8, "Member 'ATransfigurationMovementStyleBase::ObjectBoundsToTiltMultiplierCurve' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationMovementStyleBase, ObjectBoundsToLinearFrequencyMultiplierCurve) == 0x000540, "Member 'ATransfigurationMovementStyleBase::ObjectBoundsToLinearFrequencyMultiplierCurve' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationMovementStyleBase, bDisperseNPCs) == 0x0005C8, "Member 'ATransfigurationMovementStyleBase::bDisperseNPCs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_LightComponentStates \ static_assert(alignof(USceneAction_LightComponentStates) == 0x000008, "Wrong alignment on USceneAction_LightComponentStates"); \ static_assert(sizeof(USceneAction_LightComponentStates) == 0x0000B8, "Wrong size on USceneAction_LightComponentStates"); \ static_assert(offsetof(USceneAction_LightComponentStates, States) == 0x0000A0, "Member 'USceneAction_LightComponentStates::States' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LightComponentStates, bIncludeChildActors) == 0x0000B0, "Member 'USceneAction_LightComponentStates::bIncludeChildActors' has a wrong offset!"); \ static_assert(offsetof(USceneAction_LightComponentStates, bUpdateEveryFrame) == 0x0000B1, "Member 'USceneAction_LightComponentStates::bUpdateEveryFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNamedActorObjectCopyComponent \ static_assert(alignof(UNamedActorObjectCopyComponent) == 0x000010, "Wrong alignment on UNamedActorObjectCopyComponent"); \ static_assert(sizeof(UNamedActorObjectCopyComponent) == 0x000250, "Wrong size on UNamedActorObjectCopyComponent"); \ static_assert(offsetof(UNamedActorObjectCopyComponent, ActorName) == 0x000248, "Member 'UNamedActorObjectCopyComponent::ActorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_LightCullingDisable \ static_assert(alignof(USceneActionState_LightCullingDisable) == 0x000008, "Wrong alignment on USceneActionState_LightCullingDisable"); \ static_assert(sizeof(USceneActionState_LightCullingDisable) == 0x000050, "Wrong size on USceneActionState_LightCullingDisable"); \ #define DUMPER7_ASSERTS_USceneAction_LightCullingDisable \ static_assert(alignof(USceneAction_LightCullingDisable) == 0x000008, "Wrong alignment on USceneAction_LightCullingDisable"); \ static_assert(sizeof(USceneAction_LightCullingDisable) == 0x000088, "Wrong size on USceneAction_LightCullingDisable"); \ #define DUMPER7_ASSERTS_UActor_TransfigurationObject \ static_assert(alignof(UActor_TransfigurationObject) == 0x000008, "Wrong alignment on UActor_TransfigurationObject"); \ static_assert(sizeof(UActor_TransfigurationObject) == 0x000040, "Wrong size on UActor_TransfigurationObject"); \ static_assert(offsetof(UActor_TransfigurationObject, TransfigurationUID) == 0x000038, "Member 'UActor_TransfigurationObject::TransfigurationUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_MaterialSwap \ static_assert(alignof(USceneActionState_MaterialSwap) == 0x000008, "Wrong alignment on USceneActionState_MaterialSwap"); \ static_assert(sizeof(USceneActionState_MaterialSwap) == 0x000080, "Wrong size on USceneActionState_MaterialSwap"); \ static_assert(offsetof(USceneActionState_MaterialSwap, MaterialBundle) == 0x000070, "Member 'USceneActionState_MaterialSwap::MaterialBundle' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_MaterialSwap, MaterialSwap) == 0x000078, "Member 'USceneActionState_MaterialSwap::MaterialSwap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_MaterialSwapKey \ static_assert(alignof(USceneAction_MaterialSwapKey) == 0x000008, "Wrong alignment on USceneAction_MaterialSwapKey"); \ static_assert(sizeof(USceneAction_MaterialSwapKey) == 0x000240, "Wrong size on USceneAction_MaterialSwapKey"); \ static_assert(offsetof(USceneAction_MaterialSwapKey, Swap) == 0x0000D8, "Member 'USceneAction_MaterialSwapKey::Swap' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MaterialSwapKey, PreloadMaterials) == 0x0001E8, "Member 'USceneAction_MaterialSwapKey::PreloadMaterials' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MaterialSwapKey, InitialParameters) == 0x0001F0, "Member 'USceneAction_MaterialSwapKey::InitialParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_MaterialSwapMIDs \ static_assert(alignof(USceneAction_MaterialSwapMIDs) == 0x000008, "Wrong alignment on USceneAction_MaterialSwapMIDs"); \ static_assert(sizeof(USceneAction_MaterialSwapMIDs) == 0x000228, "Wrong size on USceneAction_MaterialSwapMIDs"); \ static_assert(offsetof(USceneAction_MaterialSwapMIDs, Swap) == 0x0000D8, "Member 'USceneAction_MaterialSwapMIDs::Swap' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MaterialSwapMIDs, InitialParameters) == 0x0001D8, "Member 'USceneAction_MaterialSwapMIDs::InitialParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubtitleSettings_AddAudioPriorityCutoffChangedHandler \ static_assert(alignof(SubtitleSettings_AddAudioPriorityCutoffChangedHandler) == 0x000004, "Wrong alignment on SubtitleSettings_AddAudioPriorityCutoffChangedHandler"); \ static_assert(sizeof(SubtitleSettings_AddAudioPriorityCutoffChangedHandler) == 0x000010, "Wrong size on SubtitleSettings_AddAudioPriorityCutoffChangedHandler"); \ static_assert(offsetof(SubtitleSettings_AddAudioPriorityCutoffChangedHandler, AudioPriorityCuttoffHandler) == 0x000000, "Member 'SubtitleSettings_AddAudioPriorityCutoffChangedHandler::AudioPriorityCuttoffHandler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubtitleSettings_AddAudioPrioritySuppressChangedHandler \ static_assert(alignof(SubtitleSettings_AddAudioPrioritySuppressChangedHandler) == 0x000004, "Wrong alignment on SubtitleSettings_AddAudioPrioritySuppressChangedHandler"); \ static_assert(sizeof(SubtitleSettings_AddAudioPrioritySuppressChangedHandler) == 0x000010, "Wrong size on SubtitleSettings_AddAudioPrioritySuppressChangedHandler"); \ static_assert(offsetof(SubtitleSettings_AddAudioPrioritySuppressChangedHandler, AudioPrioritySuppressHandler) == 0x000000, "Member 'SubtitleSettings_AddAudioPrioritySuppressChangedHandler::AudioPrioritySuppressHandler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubtitleSettings_FinishOverrideSubtitlePosition \ static_assert(alignof(SubtitleSettings_FinishOverrideSubtitlePosition) == 0x000008, "Wrong alignment on SubtitleSettings_FinishOverrideSubtitlePosition"); \ static_assert(sizeof(SubtitleSettings_FinishOverrideSubtitlePosition) == 0x000008, "Wrong size on SubtitleSettings_FinishOverrideSubtitlePosition"); \ static_assert(offsetof(SubtitleSettings_FinishOverrideSubtitlePosition, Requestor) == 0x000000, "Member 'SubtitleSettings_FinishOverrideSubtitlePosition::Requestor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubtitleSettings_FinishSettingAudioPriorityCutoff \ static_assert(alignof(SubtitleSettings_FinishSettingAudioPriorityCutoff) == 0x000008, "Wrong alignment on SubtitleSettings_FinishSettingAudioPriorityCutoff"); \ static_assert(sizeof(SubtitleSettings_FinishSettingAudioPriorityCutoff) == 0x000010, "Wrong size on SubtitleSettings_FinishSettingAudioPriorityCutoff"); \ static_assert(offsetof(SubtitleSettings_FinishSettingAudioPriorityCutoff, Priority) == 0x000000, "Member 'SubtitleSettings_FinishSettingAudioPriorityCutoff::Priority' has a wrong offset!"); \ static_assert(offsetof(SubtitleSettings_FinishSettingAudioPriorityCutoff, Requestor) == 0x000008, "Member 'SubtitleSettings_FinishSettingAudioPriorityCutoff::Requestor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubtitleSettings_FinishSettingAudioPrioritySuppress \ static_assert(alignof(SubtitleSettings_FinishSettingAudioPrioritySuppress) == 0x000008, "Wrong alignment on SubtitleSettings_FinishSettingAudioPrioritySuppress"); \ static_assert(sizeof(SubtitleSettings_FinishSettingAudioPrioritySuppress) == 0x000010, "Wrong size on SubtitleSettings_FinishSettingAudioPrioritySuppress"); \ static_assert(offsetof(SubtitleSettings_FinishSettingAudioPrioritySuppress, Priority) == 0x000000, "Member 'SubtitleSettings_FinishSettingAudioPrioritySuppress::Priority' has a wrong offset!"); \ static_assert(offsetof(SubtitleSettings_FinishSettingAudioPrioritySuppress, Requestor) == 0x000008, "Member 'SubtitleSettings_FinishSettingAudioPrioritySuppress::Requestor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubtitleSettings_GetAudioLowPrioritySuppressDistance \ static_assert(alignof(SubtitleSettings_GetAudioLowPrioritySuppressDistance) == 0x000004, "Wrong alignment on SubtitleSettings_GetAudioLowPrioritySuppressDistance"); \ static_assert(sizeof(SubtitleSettings_GetAudioLowPrioritySuppressDistance) == 0x000004, "Wrong size on SubtitleSettings_GetAudioLowPrioritySuppressDistance"); \ static_assert(offsetof(SubtitleSettings_GetAudioLowPrioritySuppressDistance, ReturnValue) == 0x000000, "Member 'SubtitleSettings_GetAudioLowPrioritySuppressDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubtitleSettings_GetAudioPriorityCutoff \ static_assert(alignof(SubtitleSettings_GetAudioPriorityCutoff) == 0x000004, "Wrong alignment on SubtitleSettings_GetAudioPriorityCutoff"); \ static_assert(sizeof(SubtitleSettings_GetAudioPriorityCutoff) == 0x000004, "Wrong size on SubtitleSettings_GetAudioPriorityCutoff"); \ static_assert(offsetof(SubtitleSettings_GetAudioPriorityCutoff, ReturnValue) == 0x000000, "Member 'SubtitleSettings_GetAudioPriorityCutoff::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubtitleSettings_GetAudioPrioritySuppress \ static_assert(alignof(SubtitleSettings_GetAudioPrioritySuppress) == 0x000004, "Wrong alignment on SubtitleSettings_GetAudioPrioritySuppress"); \ static_assert(sizeof(SubtitleSettings_GetAudioPrioritySuppress) == 0x000004, "Wrong size on SubtitleSettings_GetAudioPrioritySuppress"); \ static_assert(offsetof(SubtitleSettings_GetAudioPrioritySuppress, ReturnValue) == 0x000000, "Member 'SubtitleSettings_GetAudioPrioritySuppress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubtitleSettings_GetOverrideSubtitlePositionState \ static_assert(alignof(SubtitleSettings_GetOverrideSubtitlePositionState) == 0x000001, "Wrong alignment on SubtitleSettings_GetOverrideSubtitlePositionState"); \ static_assert(sizeof(SubtitleSettings_GetOverrideSubtitlePositionState) == 0x000001, "Wrong size on SubtitleSettings_GetOverrideSubtitlePositionState"); \ static_assert(offsetof(SubtitleSettings_GetOverrideSubtitlePositionState, ReturnValue) == 0x000000, "Member 'SubtitleSettings_GetOverrideSubtitlePositionState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubtitleSettings_StartOverrideSubtitlePosition \ static_assert(alignof(SubtitleSettings_StartOverrideSubtitlePosition) == 0x000008, "Wrong alignment on SubtitleSettings_StartOverrideSubtitlePosition"); \ static_assert(sizeof(SubtitleSettings_StartOverrideSubtitlePosition) == 0x000010, "Wrong size on SubtitleSettings_StartOverrideSubtitlePosition"); \ static_assert(offsetof(SubtitleSettings_StartOverrideSubtitlePosition, Requestor) == 0x000000, "Member 'SubtitleSettings_StartOverrideSubtitlePosition::Requestor' has a wrong offset!"); \ static_assert(offsetof(SubtitleSettings_StartOverrideSubtitlePosition, OverridePos) == 0x000008, "Member 'SubtitleSettings_StartOverrideSubtitlePosition::OverridePos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubtitleSettings_StartSettingAudioLowPriorityDistanceSuppress \ static_assert(alignof(SubtitleSettings_StartSettingAudioLowPriorityDistanceSuppress) == 0x000004, "Wrong alignment on SubtitleSettings_StartSettingAudioLowPriorityDistanceSuppress"); \ static_assert(sizeof(SubtitleSettings_StartSettingAudioLowPriorityDistanceSuppress) == 0x000004, "Wrong size on SubtitleSettings_StartSettingAudioLowPriorityDistanceSuppress"); \ static_assert(offsetof(SubtitleSettings_StartSettingAudioLowPriorityDistanceSuppress, NewValue) == 0x000000, "Member 'SubtitleSettings_StartSettingAudioLowPriorityDistanceSuppress::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubtitleSettings_StartSettingAudioPriorityCutoff \ static_assert(alignof(SubtitleSettings_StartSettingAudioPriorityCutoff) == 0x000008, "Wrong alignment on SubtitleSettings_StartSettingAudioPriorityCutoff"); \ static_assert(sizeof(SubtitleSettings_StartSettingAudioPriorityCutoff) == 0x000010, "Wrong size on SubtitleSettings_StartSettingAudioPriorityCutoff"); \ static_assert(offsetof(SubtitleSettings_StartSettingAudioPriorityCutoff, NewValue) == 0x000000, "Member 'SubtitleSettings_StartSettingAudioPriorityCutoff::NewValue' has a wrong offset!"); \ static_assert(offsetof(SubtitleSettings_StartSettingAudioPriorityCutoff, Priority) == 0x000004, "Member 'SubtitleSettings_StartSettingAudioPriorityCutoff::Priority' has a wrong offset!"); \ static_assert(offsetof(SubtitleSettings_StartSettingAudioPriorityCutoff, Requestor) == 0x000008, "Member 'SubtitleSettings_StartSettingAudioPriorityCutoff::Requestor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubtitleSettings_StartSettingAudioPrioritySuppress \ static_assert(alignof(SubtitleSettings_StartSettingAudioPrioritySuppress) == 0x000008, "Wrong alignment on SubtitleSettings_StartSettingAudioPrioritySuppress"); \ static_assert(sizeof(SubtitleSettings_StartSettingAudioPrioritySuppress) == 0x000010, "Wrong size on SubtitleSettings_StartSettingAudioPrioritySuppress"); \ static_assert(offsetof(SubtitleSettings_StartSettingAudioPrioritySuppress, NewValue) == 0x000000, "Member 'SubtitleSettings_StartSettingAudioPrioritySuppress::NewValue' has a wrong offset!"); \ static_assert(offsetof(SubtitleSettings_StartSettingAudioPrioritySuppress, Priority) == 0x000004, "Member 'SubtitleSettings_StartSettingAudioPrioritySuppress::Priority' has a wrong offset!"); \ static_assert(offsetof(SubtitleSettings_StartSettingAudioPrioritySuppress, Requestor) == 0x000008, "Member 'SubtitleSettings_StartSettingAudioPrioritySuppress::Requestor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubtitleSettings \ static_assert(alignof(USubtitleSettings) == 0x000008, "Wrong alignment on USubtitleSettings"); \ static_assert(sizeof(USubtitleSettings) == 0x000290, "Wrong size on USubtitleSettings"); \ static_assert(offsetof(USubtitleSettings, AudioPriorityCutoff) == 0x000028, "Member 'USubtitleSettings::AudioPriorityCutoff' has a wrong offset!"); \ static_assert(offsetof(USubtitleSettings, AudioPrioritySuppress) == 0x00002C, "Member 'USubtitleSettings::AudioPrioritySuppress' has a wrong offset!"); \ static_assert(offsetof(USubtitleSettings, AudioLowPrioritySuppressDistance) == 0x000030, "Member 'USubtitleSettings::AudioLowPrioritySuppressDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_MaterialSwapOverrideMaterial \ static_assert(alignof(USceneAction_MaterialSwapOverrideMaterial) == 0x000008, "Wrong alignment on USceneAction_MaterialSwapOverrideMaterial"); \ static_assert(sizeof(USceneAction_MaterialSwapOverrideMaterial) == 0x000238, "Wrong size on USceneAction_MaterialSwapOverrideMaterial"); \ static_assert(offsetof(USceneAction_MaterialSwapOverrideMaterial, Swap) == 0x0000D8, "Member 'USceneAction_MaterialSwapOverrideMaterial::Swap' has a wrong offset!"); \ static_assert(offsetof(USceneAction_MaterialSwapOverrideMaterial, InitialParameters) == 0x0001E8, "Member 'USceneAction_MaterialSwapOverrideMaterial::InitialParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USwapStickWatcherRecord \ static_assert(alignof(USwapStickWatcherRecord) == 0x000008, "Wrong alignment on USwapStickWatcherRecord"); \ static_assert(sizeof(USwapStickWatcherRecord) == 0x000068, "Wrong size on USwapStickWatcherRecord"); \ static_assert(offsetof(USwapStickWatcherRecord, SwapStickBaseName) == 0x000060, "Member 'USwapStickWatcherRecord::SwapStickBaseName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_NiagaraSystem \ static_assert(alignof(USceneActionState_NiagaraSystem) == 0x000008, "Wrong alignment on USceneActionState_NiagaraSystem"); \ static_assert(sizeof(USceneActionState_NiagaraSystem) == 0x000058, "Wrong size on USceneActionState_NiagaraSystem"); \ static_assert(offsetof(USceneActionState_NiagaraSystem, NiagaraComponent) == 0x000050, "Member 'USceneActionState_NiagaraSystem::NiagaraComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_NiagaraSystem \ static_assert(alignof(USceneAction_NiagaraSystem) == 0x000008, "Wrong alignment on USceneAction_NiagaraSystem"); \ static_assert(sizeof(USceneAction_NiagaraSystem) == 0x0000A8, "Wrong size on USceneAction_NiagaraSystem"); \ static_assert(offsetof(USceneAction_NiagaraSystem, System) == 0x000088, "Member 'USceneAction_NiagaraSystem::System' has a wrong offset!"); \ static_assert(offsetof(USceneAction_NiagaraSystem, AttachTo) == 0x000090, "Member 'USceneAction_NiagaraSystem::AttachTo' has a wrong offset!"); \ static_assert(offsetof(USceneAction_NiagaraSystem, FixedRotation) == 0x000098, "Member 'USceneAction_NiagaraSystem::FixedRotation' has a wrong offset!"); \ static_assert(offsetof(USceneAction_NiagaraSystem, bLocationOnly) == 0x0000A4, "Member 'USceneAction_NiagaraSystem::bLocationOnly' has a wrong offset!"); \ static_assert(offsetof(USceneAction_NiagaraSystem, bStationary) == 0x0000A5, "Member 'USceneAction_NiagaraSystem::bStationary' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_NiagaraEmitter \ static_assert(alignof(USceneAction_NiagaraEmitter) == 0x000010, "Wrong alignment on USceneAction_NiagaraEmitter"); \ static_assert(sizeof(USceneAction_NiagaraEmitter) == 0x000100, "Wrong size on USceneAction_NiagaraEmitter"); \ static_assert(offsetof(USceneAction_NiagaraEmitter, System) == 0x0000A0, "Member 'USceneAction_NiagaraEmitter::System' has a wrong offset!"); \ static_assert(offsetof(USceneAction_NiagaraEmitter, AttachTo) == 0x0000A8, "Member 'USceneAction_NiagaraEmitter::AttachTo' has a wrong offset!"); \ static_assert(offsetof(USceneAction_NiagaraEmitter, EndPoint) == 0x0000B0, "Member 'USceneAction_NiagaraEmitter::EndPoint' has a wrong offset!"); \ static_assert(offsetof(USceneAction_NiagaraEmitter, LocalTransform) == 0x0000C0, "Member 'USceneAction_NiagaraEmitter::LocalTransform' has a wrong offset!"); \ static_assert(offsetof(USceneAction_NiagaraEmitter, bUseLocalTransform) == 0x0000F0, "Member 'USceneAction_NiagaraEmitter::bUseLocalTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ObjectFadeIn \ static_assert(alignof(USceneAction_ObjectFadeIn) == 0x000008, "Wrong alignment on USceneAction_ObjectFadeIn"); \ static_assert(sizeof(USceneAction_ObjectFadeIn) == 0x0000B0, "Wrong size on USceneAction_ObjectFadeIn"); \ #define DUMPER7_ASSERTS_USceneAction_ObjectFadeOut \ static_assert(alignof(USceneAction_ObjectFadeOut) == 0x000008, "Wrong alignment on USceneAction_ObjectFadeOut"); \ static_assert(sizeof(USceneAction_ObjectFadeOut) == 0x0000B0, "Wrong size on USceneAction_ObjectFadeOut"); \ #define DUMPER7_ASSERTS_UTransformationComponent \ static_assert(alignof(UTransformationComponent) == 0x000008, "Wrong alignment on UTransformationComponent"); \ static_assert(sizeof(UTransformationComponent) == 0x0001A0, "Wrong size on UTransformationComponent"); \ #define DUMPER7_ASSERTS_USceneActionState_PauseForVanishment \ static_assert(alignof(USceneActionState_PauseForVanishment) == 0x000008, "Wrong alignment on USceneActionState_PauseForVanishment"); \ static_assert(sizeof(USceneActionState_PauseForVanishment) == 0x000058, "Wrong size on USceneActionState_PauseForVanishment"); \ #define DUMPER7_ASSERTS_SceneActionState_PerformTaskFollowSpline_OnSplineCompleted \ static_assert(alignof(SceneActionState_PerformTaskFollowSpline_OnSplineCompleted) == 0x000008, "Wrong alignment on SceneActionState_PerformTaskFollowSpline_OnSplineCompleted"); \ static_assert(sizeof(SceneActionState_PerformTaskFollowSpline_OnSplineCompleted) == 0x000010, "Wrong size on SceneActionState_PerformTaskFollowSpline_OnSplineCompleted"); \ static_assert(offsetof(SceneActionState_PerformTaskFollowSpline_OnSplineCompleted, InScheduledEntity) == 0x000000, "Member 'SceneActionState_PerformTaskFollowSpline_OnSplineCompleted::InScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(SceneActionState_PerformTaskFollowSpline_OnSplineCompleted, ActivityTypeBits) == 0x000008, "Member 'SceneActionState_PerformTaskFollowSpline_OnSplineCompleted::ActivityTypeBits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_PerformTaskFollowSpline \ static_assert(alignof(USceneActionState_PerformTaskFollowSpline) == 0x000008, "Wrong alignment on USceneActionState_PerformTaskFollowSpline"); \ static_assert(sizeof(USceneActionState_PerformTaskFollowSpline) == 0x000080, "Wrong size on USceneActionState_PerformTaskFollowSpline"); \ #define DUMPER7_ASSERTS_SceneActionState_PIM_FinishNow \ static_assert(alignof(SceneActionState_PIM_FinishNow) == 0x000001, "Wrong alignment on SceneActionState_PIM_FinishNow"); \ static_assert(sizeof(SceneActionState_PIM_FinishNow) == 0x000001, "Wrong size on SceneActionState_PIM_FinishNow"); \ static_assert(offsetof(SceneActionState_PIM_FinishNow, bSuccess) == 0x000000, "Member 'SceneActionState_PIM_FinishNow::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneActionState_PIM_HandleAnalogStick \ static_assert(alignof(SceneActionState_PIM_HandleAnalogStick) == 0x000008, "Wrong alignment on SceneActionState_PIM_HandleAnalogStick"); \ static_assert(sizeof(SceneActionState_PIM_HandleAnalogStick) == 0x000020, "Wrong size on SceneActionState_PIM_HandleAnalogStick"); \ static_assert(offsetof(SceneActionState_PIM_HandleAnalogStick, Key) == 0x000000, "Member 'SceneActionState_PIM_HandleAnalogStick::Key' has a wrong offset!"); \ static_assert(offsetof(SceneActionState_PIM_HandleAnalogStick, AnalogValue) == 0x000018, "Member 'SceneActionState_PIM_HandleAnalogStick::AnalogValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneActionState_PIM_HandleModifierAxisChanged \ static_assert(alignof(SceneActionState_PIM_HandleModifierAxisChanged) == 0x000004, "Wrong alignment on SceneActionState_PIM_HandleModifierAxisChanged"); \ static_assert(sizeof(SceneActionState_PIM_HandleModifierAxisChanged) == 0x000004, "Wrong size on SceneActionState_PIM_HandleModifierAxisChanged"); \ static_assert(offsetof(SceneActionState_PIM_HandleModifierAxisChanged, AxisVal) == 0x000000, "Member 'SceneActionState_PIM_HandleModifierAxisChanged::AxisVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneActionState_PIM_HandleSpellButtonPressed \ static_assert(alignof(SceneActionState_PIM_HandleSpellButtonPressed) == 0x000001, "Wrong alignment on SceneActionState_PIM_HandleSpellButtonPressed"); \ static_assert(sizeof(SceneActionState_PIM_HandleSpellButtonPressed) == 0x000001, "Wrong size on SceneActionState_PIM_HandleSpellButtonPressed"); \ static_assert(offsetof(SceneActionState_PIM_HandleSpellButtonPressed, SpellButton) == 0x000000, "Member 'SceneActionState_PIM_HandleSpellButtonPressed::SpellButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneActionState_PIM_HandleWildcardAxisChanged \ static_assert(alignof(SceneActionState_PIM_HandleWildcardAxisChanged) == 0x000004, "Wrong alignment on SceneActionState_PIM_HandleWildcardAxisChanged"); \ static_assert(sizeof(SceneActionState_PIM_HandleWildcardAxisChanged) == 0x000004, "Wrong size on SceneActionState_PIM_HandleWildcardAxisChanged"); \ static_assert(offsetof(SceneActionState_PIM_HandleWildcardAxisChanged, AxisVal) == 0x000000, "Member 'SceneActionState_PIM_HandleWildcardAxisChanged::AxisVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneActionState_PIM_TelescopeWidgetLoaded \ static_assert(alignof(SceneActionState_PIM_TelescopeWidgetLoaded) == 0x000008, "Wrong alignment on SceneActionState_PIM_TelescopeWidgetLoaded"); \ static_assert(sizeof(SceneActionState_PIM_TelescopeWidgetLoaded) == 0x000028, "Wrong size on SceneActionState_PIM_TelescopeWidgetLoaded"); \ static_assert(offsetof(SceneActionState_PIM_TelescopeWidgetLoaded, WidgetClassPtr) == 0x000000, "Member 'SceneActionState_PIM_TelescopeWidgetLoaded::WidgetClassPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneActionState_PIM_WidgetLoaded \ static_assert(alignof(SceneActionState_PIM_WidgetLoaded) == 0x000008, "Wrong alignment on SceneActionState_PIM_WidgetLoaded"); \ static_assert(sizeof(SceneActionState_PIM_WidgetLoaded) == 0x000028, "Wrong size on SceneActionState_PIM_WidgetLoaded"); \ static_assert(offsetof(SceneActionState_PIM_WidgetLoaded, WidgetClassPtr) == 0x000000, "Member 'SceneActionState_PIM_WidgetLoaded::WidgetClassPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_PIM \ static_assert(alignof(USceneActionState_PIM) == 0x000008, "Wrong alignment on USceneActionState_PIM"); \ static_assert(sizeof(USceneActionState_PIM) == 0x000250, "Wrong size on USceneActionState_PIM"); \ static_assert(offsetof(USceneActionState_PIM, CustomFocusBlendable) == 0x000078, "Member 'USceneActionState_PIM::CustomFocusBlendable' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_PIM, InputScreenWidget) == 0x000080, "Member 'USceneActionState_PIM::InputScreenWidget' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_PIM, TelescopeWidget) == 0x000088, "Member 'USceneActionState_PIM::TelescopeWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_PlayerPerception \ static_assert(alignof(USceneAction_PlayerPerception) == 0x000008, "Wrong alignment on USceneAction_PlayerPerception"); \ static_assert(sizeof(USceneAction_PlayerPerception) == 0x000098, "Wrong size on USceneAction_PlayerPerception"); \ static_assert(offsetof(USceneAction_PlayerPerception, InteractTargeting) == 0x000088, "Member 'USceneAction_PlayerPerception::InteractTargeting' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayerPerception, AutoTargeting) == 0x000089, "Member 'USceneAction_PlayerPerception::AutoTargeting' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayerPerception, OppugnoTargeting) == 0x00008A, "Member 'USceneAction_PlayerPerception::OppugnoTargeting' has a wrong offset!"); \ static_assert(offsetof(USceneAction_PlayerPerception, SpecialAutoTarget) == 0x000090, "Member 'USceneAction_PlayerPerception::SpecialAutoTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWaterfall \ static_assert(alignof(AWaterfall) == 0x000008, "Wrong alignment on AWaterfall"); \ static_assert(sizeof(AWaterfall) == 0x000248, "Wrong size on AWaterfall"); \ #define DUMPER7_ASSERTS_USceneActionState_PlayerPerception \ static_assert(alignof(USceneActionState_PlayerPerception) == 0x000008, "Wrong alignment on USceneActionState_PlayerPerception"); \ static_assert(sizeof(USceneActionState_PlayerPerception) == 0x000050, "Wrong size on USceneActionState_PlayerPerception"); \ #define DUMPER7_ASSERTS_WaterVolume_SetupWater \ static_assert(alignof(WaterVolume_SetupWater) == 0x000008, "Wrong alignment on WaterVolume_SetupWater"); \ static_assert(sizeof(WaterVolume_SetupWater) == 0x000050, "Wrong size on WaterVolume_SetupWater"); \ static_assert(offsetof(WaterVolume_SetupWater, i_Bounds) == 0x000000, "Member 'WaterVolume_SetupWater::i_Bounds' has a wrong offset!"); \ static_assert(offsetof(WaterVolume_SetupWater, i_DeepCollision) == 0x000020, "Member 'WaterVolume_SetupWater::i_DeepCollision' has a wrong offset!"); \ static_assert(offsetof(WaterVolume_SetupWater, i_DeepLocation) == 0x000028, "Member 'WaterVolume_SetupWater::i_DeepLocation' has a wrong offset!"); \ static_assert(offsetof(WaterVolume_SetupWater, i_ShallowCollision) == 0x000038, "Member 'WaterVolume_SetupWater::i_ShallowCollision' has a wrong offset!"); \ static_assert(offsetof(WaterVolume_SetupWater, i_ShallowLocation) == 0x000040, "Member 'WaterVolume_SetupWater::i_ShallowLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWaterVolume \ static_assert(alignof(AWaterVolume) == 0x000008, "Wrong alignment on AWaterVolume"); \ static_assert(sizeof(AWaterVolume) == 0x0004C8, "Wrong size on AWaterVolume"); \ static_assert(offsetof(AWaterVolume, RootComp) == 0x0004B0, "Member 'AWaterVolume::RootComp' has a wrong offset!"); \ static_assert(offsetof(AWaterVolume, WaterTileMeshComponent) == 0x0004B8, "Member 'AWaterVolume::WaterTileMeshComponent' has a wrong offset!"); \ static_assert(offsetof(AWaterVolume, LakeAudioComponent) == 0x0004C0, "Member 'AWaterVolume::LakeAudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_PlayForcedConversation \ static_assert(alignof(USceneActionState_PlayForcedConversation) == 0x000008, "Wrong alignment on USceneActionState_PlayForcedConversation"); \ static_assert(sizeof(USceneActionState_PlayForcedConversation) == 0x000080, "Wrong size on USceneActionState_PlayForcedConversation"); \ #define DUMPER7_ASSERTS_AWindTunnel \ static_assert(alignof(AWindTunnel) == 0x000008, "Wrong alignment on AWindTunnel"); \ static_assert(sizeof(AWindTunnel) == 0x000300, "Wrong size on AWindTunnel"); \ static_assert(offsetof(AWindTunnel, WindStrength_Objects) == 0x000248, "Member 'AWindTunnel::WindStrength_Objects' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, WindStrength_Pawns) == 0x00024C, "Member 'AWindTunnel::WindStrength_Pawns' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, WindDist) == 0x000250, "Member 'AWindTunnel::WindDist' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, DoorOpenAngle) == 0x000254, "Member 'AWindTunnel::DoorOpenAngle' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, DoorOpenTime) == 0x000258, "Member 'AWindTunnel::DoorOpenTime' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, DoorCloseTime) == 0x00025C, "Member 'AWindTunnel::DoorCloseTime' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, DoorOpenSpeed) == 0x000260, "Member 'AWindTunnel::DoorOpenSpeed' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, DoorCloseSpeed) == 0x000264, "Member 'AWindTunnel::DoorCloseSpeed' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, StartDelay) == 0x000268, "Member 'AWindTunnel::StartDelay' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, TunnelTraceVisibility) == 0x00026C, "Member 'AWindTunnel::TunnelTraceVisibility' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, ObjectTraceVisibility) == 0x00026D, "Member 'AWindTunnel::ObjectTraceVisibility' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, bDoorPauseTimeOverride) == 0x00026E, "Member 'AWindTunnel::bDoorPauseTimeOverride' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, DoorPauseTime) == 0x000270, "Member 'AWindTunnel::DoorPauseTime' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, RightDoor) == 0x000278, "Member 'AWindTunnel::RightDoor' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, LeftDoor) == 0x000280, "Member 'AWindTunnel::LeftDoor' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, Arrow) == 0x000288, "Member 'AWindTunnel::Arrow' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, RaytraceRadius) == 0x000290, "Member 'AWindTunnel::RaytraceRadius' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, DoorAngle) == 0x000294, "Member 'AWindTunnel::DoorAngle' has a wrong offset!"); \ static_assert(offsetof(AWindTunnel, MovementMap) == 0x000298, "Member 'AWindTunnel::MovementMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWolf_AttackSpeedChoice \ static_assert(alignof(UWolf_AttackSpeedChoice) == 0x000008, "Wrong alignment on UWolf_AttackSpeedChoice"); \ static_assert(sizeof(UWolf_AttackSpeedChoice) == 0x000048, "Wrong size on UWolf_AttackSpeedChoice"); \ static_assert(offsetof(UWolf_AttackSpeedChoice, CloseSpeed) == 0x000028, "Member 'UWolf_AttackSpeedChoice::CloseSpeed' has a wrong offset!"); \ static_assert(offsetof(UWolf_AttackSpeedChoice, SplitDistance) == 0x00002C, "Member 'UWolf_AttackSpeedChoice::SplitDistance' has a wrong offset!"); \ static_assert(offsetof(UWolf_AttackSpeedChoice, FarSpeed) == 0x000030, "Member 'UWolf_AttackSpeedChoice::FarSpeed' has a wrong offset!"); \ static_assert(offsetof(UWolf_AttackSpeedChoice, RetreatDistance) == 0x000034, "Member 'UWolf_AttackSpeedChoice::RetreatDistance' has a wrong offset!"); \ static_assert(offsetof(UWolf_AttackSpeedChoice, RetreatSpeed) == 0x000038, "Member 'UWolf_AttackSpeedChoice::RetreatSpeed' has a wrong offset!"); \ static_assert(offsetof(UWolf_AttackSpeedChoice, RetreatTime) == 0x00003C, "Member 'UWolf_AttackSpeedChoice::RetreatTime' has a wrong offset!"); \ static_assert(offsetof(UWolf_AttackSpeedChoice, ChangeTime) == 0x000040, "Member 'UWolf_AttackSpeedChoice::ChangeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_ConsoleRenderingVarSimple \ static_assert(alignof(USceneAction_ConsoleRenderingVarSimple) == 0x000008, "Wrong alignment on USceneAction_ConsoleRenderingVarSimple"); \ static_assert(sizeof(USceneAction_ConsoleRenderingVarSimple) == 0x0000C0, "Wrong size on USceneAction_ConsoleRenderingVarSimple"); \ static_assert(offsetof(USceneAction_ConsoleRenderingVarSimple, Console) == 0x000088, "Member 'USceneAction_ConsoleRenderingVarSimple::Console' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_DynamicShadowQualityScale \ static_assert(alignof(USceneAction_DynamicShadowQualityScale) == 0x000008, "Wrong alignment on USceneAction_DynamicShadowQualityScale"); \ static_assert(sizeof(USceneAction_DynamicShadowQualityScale) == 0x000090, "Wrong size on USceneAction_DynamicShadowQualityScale"); \ static_assert(offsetof(USceneAction_DynamicShadowQualityScale, QualityScale) == 0x000088, "Member 'USceneAction_DynamicShadowQualityScale::QualityScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUIInputManager \ static_assert(alignof(UUIInputManager) == 0x000008, "Wrong alignment on UUIInputManager"); \ static_assert(sizeof(UUIInputManager) == 0x0000E0, "Wrong size on UUIInputManager"); \ #define DUMPER7_ASSERTS_USceneAction_ShowFlagWireframe \ static_assert(alignof(USceneAction_ShowFlagWireframe) == 0x000008, "Wrong alignment on USceneAction_ShowFlagWireframe"); \ static_assert(sizeof(USceneAction_ShowFlagWireframe) == 0x000088, "Wrong size on USceneAction_ShowFlagWireframe"); \ #define DUMPER7_ASSERTS_AVanishmentStyleBase \ static_assert(alignof(AVanishmentStyleBase) == 0x000008, "Wrong alignment on AVanishmentStyleBase"); \ static_assert(sizeof(AVanishmentStyleBase) == 0x000250, "Wrong size on AVanishmentStyleBase"); \ static_assert(offsetof(AVanishmentStyleBase, PreviewActor) == 0x000248, "Member 'AVanishmentStyleBase::PreviewActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_SanctuaryLoadZone \ static_assert(alignof(USceneActionState_SanctuaryLoadZone) == 0x000008, "Wrong alignment on USceneActionState_SanctuaryLoadZone"); \ static_assert(sizeof(USceneActionState_SanctuaryLoadZone) == 0x000050, "Wrong size on USceneActionState_SanctuaryLoadZone"); \ #define DUMPER7_ASSERTS_USceneAction_SimpleDialogueSequence \ static_assert(alignof(USceneAction_SimpleDialogueSequence) == 0x000008, "Wrong alignment on USceneAction_SimpleDialogueSequence"); \ static_assert(sizeof(USceneAction_SimpleDialogueSequence) == 0x0000A0, "Wrong size on USceneAction_SimpleDialogueSequence"); \ static_assert(offsetof(USceneAction_SimpleDialogueSequence, EventNameParameter) == 0x000088, "Member 'USceneAction_SimpleDialogueSequence::EventNameParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_CancelHoldConjuring \ static_assert(alignof(TransfigurationPreviewActor_CancelHoldConjuring) == 0x000008, "Wrong alignment on TransfigurationPreviewActor_CancelHoldConjuring"); \ static_assert(sizeof(TransfigurationPreviewActor_CancelHoldConjuring) == 0x000028, "Wrong size on TransfigurationPreviewActor_CancelHoldConjuring"); \ static_assert(offsetof(TransfigurationPreviewActor_CancelHoldConjuring, TimeRatio) == 0x000000, "Member 'TransfigurationPreviewActor_CancelHoldConjuring::TimeRatio' has a wrong offset!"); \ static_assert(offsetof(TransfigurationPreviewActor_CancelHoldConjuring, Resources) == 0x000008, "Member 'TransfigurationPreviewActor_CancelHoldConjuring::Resources' has a wrong offset!"); \ static_assert(offsetof(TransfigurationPreviewActor_CancelHoldConjuring, WandPos) == 0x000018, "Member 'TransfigurationPreviewActor_CancelHoldConjuring::WandPos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_DuplicateMeshComponents \ static_assert(alignof(TransfigurationPreviewActor_DuplicateMeshComponents) == 0x000008, "Wrong alignment on TransfigurationPreviewActor_DuplicateMeshComponents"); \ static_assert(sizeof(TransfigurationPreviewActor_DuplicateMeshComponents) == 0x000010, "Wrong size on TransfigurationPreviewActor_DuplicateMeshComponents"); \ static_assert(offsetof(TransfigurationPreviewActor_DuplicateMeshComponents, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_DuplicateMeshComponents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_FinishHoldConjuring \ static_assert(alignof(TransfigurationPreviewActor_FinishHoldConjuring) == 0x000008, "Wrong alignment on TransfigurationPreviewActor_FinishHoldConjuring"); \ static_assert(sizeof(TransfigurationPreviewActor_FinishHoldConjuring) == 0x000020, "Wrong size on TransfigurationPreviewActor_FinishHoldConjuring"); \ static_assert(offsetof(TransfigurationPreviewActor_FinishHoldConjuring, Resources) == 0x000000, "Member 'TransfigurationPreviewActor_FinishHoldConjuring::Resources' has a wrong offset!"); \ static_assert(offsetof(TransfigurationPreviewActor_FinishHoldConjuring, WandPos) == 0x000010, "Member 'TransfigurationPreviewActor_FinishHoldConjuring::WandPos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_HideActorAndChildren \ static_assert(alignof(TransfigurationPreviewActor_HideActorAndChildren) == 0x000008, "Wrong alignment on TransfigurationPreviewActor_HideActorAndChildren"); \ static_assert(sizeof(TransfigurationPreviewActor_HideActorAndChildren) == 0x000010, "Wrong size on TransfigurationPreviewActor_HideActorAndChildren"); \ static_assert(offsetof(TransfigurationPreviewActor_HideActorAndChildren, InActor) == 0x000000, "Member 'TransfigurationPreviewActor_HideActorAndChildren::InActor' has a wrong offset!"); \ static_assert(offsetof(TransfigurationPreviewActor_HideActorAndChildren, bHide) == 0x000008, "Member 'TransfigurationPreviewActor_HideActorAndChildren::bHide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_ObjectConfirmed \ static_assert(alignof(TransfigurationPreviewActor_ObjectConfirmed) == 0x000008, "Wrong alignment on TransfigurationPreviewActor_ObjectConfirmed"); \ static_assert(sizeof(TransfigurationPreviewActor_ObjectConfirmed) == 0x000010, "Wrong size on TransfigurationPreviewActor_ObjectConfirmed"); \ static_assert(offsetof(TransfigurationPreviewActor_ObjectConfirmed, InNewActors) == 0x000000, "Member 'TransfigurationPreviewActor_ObjectConfirmed::InNewActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_ObjectDeselected \ static_assert(alignof(TransfigurationPreviewActor_ObjectDeselected) == 0x000008, "Wrong alignment on TransfigurationPreviewActor_ObjectDeselected"); \ static_assert(sizeof(TransfigurationPreviewActor_ObjectDeselected) == 0x000008, "Wrong size on TransfigurationPreviewActor_ObjectDeselected"); \ static_assert(offsetof(TransfigurationPreviewActor_ObjectDeselected, InNewActor) == 0x000000, "Member 'TransfigurationPreviewActor_ObjectDeselected::InNewActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_OnSizeChange \ static_assert(alignof(TransfigurationPreviewActor_OnSizeChange) == 0x000004, "Wrong alignment on TransfigurationPreviewActor_OnSizeChange"); \ static_assert(sizeof(TransfigurationPreviewActor_OnSizeChange) == 0x000008, "Wrong size on TransfigurationPreviewActor_OnSizeChange"); \ static_assert(offsetof(TransfigurationPreviewActor_OnSizeChange, StartScale) == 0x000000, "Member 'TransfigurationPreviewActor_OnSizeChange::StartScale' has a wrong offset!"); \ static_assert(offsetof(TransfigurationPreviewActor_OnSizeChange, EndScale) == 0x000004, "Member 'TransfigurationPreviewActor_OnSizeChange::EndScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_OnTransformStart \ static_assert(alignof(TransfigurationPreviewActor_OnTransformStart) == 0x000008, "Wrong alignment on TransfigurationPreviewActor_OnTransformStart"); \ static_assert(sizeof(TransfigurationPreviewActor_OnTransformStart) == 0x000008, "Wrong size on TransfigurationPreviewActor_OnTransformStart"); \ static_assert(offsetof(TransfigurationPreviewActor_OnTransformStart, InNewPreview) == 0x000000, "Member 'TransfigurationPreviewActor_OnTransformStart::InNewPreview' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_SetAssociatedObjectActors \ static_assert(alignof(TransfigurationPreviewActor_SetAssociatedObjectActors) == 0x000008, "Wrong alignment on TransfigurationPreviewActor_SetAssociatedObjectActors"); \ static_assert(sizeof(TransfigurationPreviewActor_SetAssociatedObjectActors) == 0x000010, "Wrong size on TransfigurationPreviewActor_SetAssociatedObjectActors"); \ static_assert(offsetof(TransfigurationPreviewActor_SetAssociatedObjectActors, InActorList) == 0x000000, "Member 'TransfigurationPreviewActor_SetAssociatedObjectActors::InActorList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_SetCanPlace \ static_assert(alignof(TransfigurationPreviewActor_SetCanPlace) == 0x000001, "Wrong alignment on TransfigurationPreviewActor_SetCanPlace"); \ static_assert(sizeof(TransfigurationPreviewActor_SetCanPlace) == 0x000001, "Wrong size on TransfigurationPreviewActor_SetCanPlace"); \ static_assert(offsetof(TransfigurationPreviewActor_SetCanPlace, bInCanPlace) == 0x000000, "Member 'TransfigurationPreviewActor_SetCanPlace::bInCanPlace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_SetSpawningIn \ static_assert(alignof(TransfigurationPreviewActor_SetSpawningIn) == 0x000001, "Wrong alignment on TransfigurationPreviewActor_SetSpawningIn"); \ static_assert(sizeof(TransfigurationPreviewActor_SetSpawningIn) == 0x000001, "Wrong size on TransfigurationPreviewActor_SetSpawningIn"); \ static_assert(offsetof(TransfigurationPreviewActor_SetSpawningIn, bIsSpawning) == 0x000000, "Member 'TransfigurationPreviewActor_SetSpawningIn::bIsSpawning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_SetSurfaceNormal \ static_assert(alignof(TransfigurationPreviewActor_SetSurfaceNormal) == 0x000004, "Wrong alignment on TransfigurationPreviewActor_SetSurfaceNormal"); \ static_assert(sizeof(TransfigurationPreviewActor_SetSurfaceNormal) == 0x000010, "Wrong size on TransfigurationPreviewActor_SetSurfaceNormal"); \ static_assert(offsetof(TransfigurationPreviewActor_SetSurfaceNormal, bInSurfaceFound) == 0x000000, "Member 'TransfigurationPreviewActor_SetSurfaceNormal::bInSurfaceFound' has a wrong offset!"); \ static_assert(offsetof(TransfigurationPreviewActor_SetSurfaceNormal, InSurfaceNormal) == 0x000004, "Member 'TransfigurationPreviewActor_SetSurfaceNormal::InSurfaceNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_SpawnTransformationStyle \ static_assert(alignof(TransfigurationPreviewActor_SpawnTransformationStyle) == 0x000008, "Wrong alignment on TransfigurationPreviewActor_SpawnTransformationStyle"); \ static_assert(sizeof(TransfigurationPreviewActor_SpawnTransformationStyle) == 0x000010, "Wrong size on TransfigurationPreviewActor_SpawnTransformationStyle"); \ static_assert(offsetof(TransfigurationPreviewActor_SpawnTransformationStyle, InNewActor) == 0x000000, "Member 'TransfigurationPreviewActor_SpawnTransformationStyle::InNewActor' has a wrong offset!"); \ static_assert(offsetof(TransfigurationPreviewActor_SpawnTransformationStyle, ReturnValue) == 0x000008, "Member 'TransfigurationPreviewActor_SpawnTransformationStyle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_SpawnVanishmentStyle \ static_assert(alignof(TransfigurationPreviewActor_SpawnVanishmentStyle) == 0x000008, "Wrong alignment on TransfigurationPreviewActor_SpawnVanishmentStyle"); \ static_assert(sizeof(TransfigurationPreviewActor_SpawnVanishmentStyle) == 0x000008, "Wrong size on TransfigurationPreviewActor_SpawnVanishmentStyle"); \ static_assert(offsetof(TransfigurationPreviewActor_SpawnVanishmentStyle, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_SpawnVanishmentStyle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_StartHoldConjuring \ static_assert(alignof(TransfigurationPreviewActor_StartHoldConjuring) == 0x000008, "Wrong alignment on TransfigurationPreviewActor_StartHoldConjuring"); \ static_assert(sizeof(TransfigurationPreviewActor_StartHoldConjuring) == 0x000028, "Wrong size on TransfigurationPreviewActor_StartHoldConjuring"); \ static_assert(offsetof(TransfigurationPreviewActor_StartHoldConjuring, TotalConjurationDuration) == 0x000000, "Member 'TransfigurationPreviewActor_StartHoldConjuring::TotalConjurationDuration' has a wrong offset!"); \ static_assert(offsetof(TransfigurationPreviewActor_StartHoldConjuring, Resources) == 0x000008, "Member 'TransfigurationPreviewActor_StartHoldConjuring::Resources' has a wrong offset!"); \ static_assert(offsetof(TransfigurationPreviewActor_StartHoldConjuring, WandPos) == 0x000018, "Member 'TransfigurationPreviewActor_StartHoldConjuring::WandPos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_TransformedFromOtherPreview \ static_assert(alignof(TransfigurationPreviewActor_TransformedFromOtherPreview) == 0x000008, "Wrong alignment on TransfigurationPreviewActor_TransformedFromOtherPreview"); \ static_assert(sizeof(TransfigurationPreviewActor_TransformedFromOtherPreview) == 0x000008, "Wrong size on TransfigurationPreviewActor_TransformedFromOtherPreview"); \ static_assert(offsetof(TransfigurationPreviewActor_TransformedFromOtherPreview, InPreviousPreview) == 0x000000, "Member 'TransfigurationPreviewActor_TransformedFromOtherPreview::InPreviousPreview' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_UpdateHoldConjuring \ static_assert(alignof(TransfigurationPreviewActor_UpdateHoldConjuring) == 0x000008, "Wrong alignment on TransfigurationPreviewActor_UpdateHoldConjuring"); \ static_assert(sizeof(TransfigurationPreviewActor_UpdateHoldConjuring) == 0x000028, "Wrong size on TransfigurationPreviewActor_UpdateHoldConjuring"); \ static_assert(offsetof(TransfigurationPreviewActor_UpdateHoldConjuring, TimeRatio) == 0x000000, "Member 'TransfigurationPreviewActor_UpdateHoldConjuring::TimeRatio' has a wrong offset!"); \ static_assert(offsetof(TransfigurationPreviewActor_UpdateHoldConjuring, Resources) == 0x000008, "Member 'TransfigurationPreviewActor_UpdateHoldConjuring::Resources' has a wrong offset!"); \ static_assert(offsetof(TransfigurationPreviewActor_UpdateHoldConjuring, WandPos) == 0x000018, "Member 'TransfigurationPreviewActor_UpdateHoldConjuring::WandPos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_UpdateMeshOpacity \ static_assert(alignof(TransfigurationPreviewActor_UpdateMeshOpacity) == 0x000004, "Wrong alignment on TransfigurationPreviewActor_UpdateMeshOpacity"); \ static_assert(sizeof(TransfigurationPreviewActor_UpdateMeshOpacity) == 0x000004, "Wrong size on TransfigurationPreviewActor_UpdateMeshOpacity"); \ static_assert(offsetof(TransfigurationPreviewActor_UpdateMeshOpacity, Opacity) == 0x000000, "Member 'TransfigurationPreviewActor_UpdateMeshOpacity::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_AreResourceRequirementsMet \ static_assert(alignof(TransfigurationPreviewActor_AreResourceRequirementsMet) == 0x000001, "Wrong alignment on TransfigurationPreviewActor_AreResourceRequirementsMet"); \ static_assert(sizeof(TransfigurationPreviewActor_AreResourceRequirementsMet) == 0x000001, "Wrong size on TransfigurationPreviewActor_AreResourceRequirementsMet"); \ static_assert(offsetof(TransfigurationPreviewActor_AreResourceRequirementsMet, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_AreResourceRequirementsMet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_CanChangeColor \ static_assert(alignof(TransfigurationPreviewActor_CanChangeColor) == 0x000001, "Wrong alignment on TransfigurationPreviewActor_CanChangeColor"); \ static_assert(sizeof(TransfigurationPreviewActor_CanChangeColor) == 0x000001, "Wrong size on TransfigurationPreviewActor_CanChangeColor"); \ static_assert(offsetof(TransfigurationPreviewActor_CanChangeColor, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_CanChangeColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_CanPlace \ static_assert(alignof(TransfigurationPreviewActor_CanPlace) == 0x000001, "Wrong alignment on TransfigurationPreviewActor_CanPlace"); \ static_assert(sizeof(TransfigurationPreviewActor_CanPlace) == 0x000001, "Wrong size on TransfigurationPreviewActor_CanPlace"); \ static_assert(offsetof(TransfigurationPreviewActor_CanPlace, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_CanPlace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_GetActorLocalPreviewBounds \ static_assert(alignof(TransfigurationPreviewActor_GetActorLocalPreviewBounds) == 0x000004, "Wrong alignment on TransfigurationPreviewActor_GetActorLocalPreviewBounds"); \ static_assert(sizeof(TransfigurationPreviewActor_GetActorLocalPreviewBounds) == 0x00001C, "Wrong size on TransfigurationPreviewActor_GetActorLocalPreviewBounds"); \ static_assert(offsetof(TransfigurationPreviewActor_GetActorLocalPreviewBounds, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_GetActorLocalPreviewBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_GetAttachmentTransform \ static_assert(alignof(TransfigurationPreviewActor_GetAttachmentTransform) == 0x000010, "Wrong alignment on TransfigurationPreviewActor_GetAttachmentTransform"); \ static_assert(sizeof(TransfigurationPreviewActor_GetAttachmentTransform) == 0x000030, "Wrong size on TransfigurationPreviewActor_GetAttachmentTransform"); \ static_assert(offsetof(TransfigurationPreviewActor_GetAttachmentTransform, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_GetAttachmentTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_GetColor \ static_assert(alignof(TransfigurationPreviewActor_GetColor) == 0x000004, "Wrong alignment on TransfigurationPreviewActor_GetColor"); \ static_assert(sizeof(TransfigurationPreviewActor_GetColor) == 0x000008, "Wrong size on TransfigurationPreviewActor_GetColor"); \ static_assert(offsetof(TransfigurationPreviewActor_GetColor, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_GetColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_GetIsPreviewMeshLoaded \ static_assert(alignof(TransfigurationPreviewActor_GetIsPreviewMeshLoaded) == 0x000001, "Wrong alignment on TransfigurationPreviewActor_GetIsPreviewMeshLoaded"); \ static_assert(sizeof(TransfigurationPreviewActor_GetIsPreviewMeshLoaded) == 0x000001, "Wrong size on TransfigurationPreviewActor_GetIsPreviewMeshLoaded"); \ static_assert(offsetof(TransfigurationPreviewActor_GetIsPreviewMeshLoaded, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_GetIsPreviewMeshLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_GetObjectCategory \ static_assert(alignof(TransfigurationPreviewActor_GetObjectCategory) == 0x000004, "Wrong alignment on TransfigurationPreviewActor_GetObjectCategory"); \ static_assert(sizeof(TransfigurationPreviewActor_GetObjectCategory) == 0x000008, "Wrong size on TransfigurationPreviewActor_GetObjectCategory"); \ static_assert(offsetof(TransfigurationPreviewActor_GetObjectCategory, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_GetObjectCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_GetObjectType \ static_assert(alignof(TransfigurationPreviewActor_GetObjectType) == 0x000004, "Wrong alignment on TransfigurationPreviewActor_GetObjectType"); \ static_assert(sizeof(TransfigurationPreviewActor_GetObjectType) == 0x000008, "Wrong size on TransfigurationPreviewActor_GetObjectType"); \ static_assert(offsetof(TransfigurationPreviewActor_GetObjectType, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_GetObjectType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_GetPreviewBounds \ static_assert(alignof(TransfigurationPreviewActor_GetPreviewBounds) == 0x000004, "Wrong alignment on TransfigurationPreviewActor_GetPreviewBounds"); \ static_assert(sizeof(TransfigurationPreviewActor_GetPreviewBounds) == 0x000018, "Wrong size on TransfigurationPreviewActor_GetPreviewBounds"); \ static_assert(offsetof(TransfigurationPreviewActor_GetPreviewBounds, OutCenter) == 0x000000, "Member 'TransfigurationPreviewActor_GetPreviewBounds::OutCenter' has a wrong offset!"); \ static_assert(offsetof(TransfigurationPreviewActor_GetPreviewBounds, OutExtent) == 0x00000C, "Member 'TransfigurationPreviewActor_GetPreviewBounds::OutExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_GetTargetTransform \ static_assert(alignof(TransfigurationPreviewActor_GetTargetTransform) == 0x000010, "Wrong alignment on TransfigurationPreviewActor_GetTargetTransform"); \ static_assert(sizeof(TransfigurationPreviewActor_GetTargetTransform) == 0x000030, "Wrong size on TransfigurationPreviewActor_GetTargetTransform"); \ static_assert(offsetof(TransfigurationPreviewActor_GetTargetTransform, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_GetTargetTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_GetTransfigurationClass \ static_assert(alignof(TransfigurationPreviewActor_GetTransfigurationClass) == 0x000004, "Wrong alignment on TransfigurationPreviewActor_GetTransfigurationClass"); \ static_assert(sizeof(TransfigurationPreviewActor_GetTransfigurationClass) == 0x000008, "Wrong size on TransfigurationPreviewActor_GetTransfigurationClass"); \ static_assert(offsetof(TransfigurationPreviewActor_GetTransfigurationClass, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_GetTransfigurationClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_GetTransfigurationFxInfos \ static_assert(alignof(TransfigurationPreviewActor_GetTransfigurationFxInfos) == 0x000004, "Wrong alignment on TransfigurationPreviewActor_GetTransfigurationFxInfos"); \ static_assert(sizeof(TransfigurationPreviewActor_GetTransfigurationFxInfos) == 0x000018, "Wrong size on TransfigurationPreviewActor_GetTransfigurationFxInfos"); \ static_assert(offsetof(TransfigurationPreviewActor_GetTransfigurationFxInfos, OutObjectCenter) == 0x000000, "Member 'TransfigurationPreviewActor_GetTransfigurationFxInfos::OutObjectCenter' has a wrong offset!"); \ static_assert(offsetof(TransfigurationPreviewActor_GetTransfigurationFxInfos, OutObjectExtent) == 0x00000C, "Member 'TransfigurationPreviewActor_GetTransfigurationFxInfos::OutObjectExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_IsBeingRemoved \ static_assert(alignof(TransfigurationPreviewActor_IsBeingRemoved) == 0x000001, "Wrong alignment on TransfigurationPreviewActor_IsBeingRemoved"); \ static_assert(sizeof(TransfigurationPreviewActor_IsBeingRemoved) == 0x000001, "Wrong size on TransfigurationPreviewActor_IsBeingRemoved"); \ static_assert(offsetof(TransfigurationPreviewActor_IsBeingRemoved, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_IsBeingRemoved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_IsLocked \ static_assert(alignof(TransfigurationPreviewActor_IsLocked) == 0x000001, "Wrong alignment on TransfigurationPreviewActor_IsLocked"); \ static_assert(sizeof(TransfigurationPreviewActor_IsLocked) == 0x000001, "Wrong size on TransfigurationPreviewActor_IsLocked"); \ static_assert(offsetof(TransfigurationPreviewActor_IsLocked, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_IsLocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_IsPrefab \ static_assert(alignof(TransfigurationPreviewActor_IsPrefab) == 0x000001, "Wrong alignment on TransfigurationPreviewActor_IsPrefab"); \ static_assert(sizeof(TransfigurationPreviewActor_IsPrefab) == 0x000001, "Wrong size on TransfigurationPreviewActor_IsPrefab"); \ static_assert(offsetof(TransfigurationPreviewActor_IsPrefab, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_IsPrefab::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_IsPreviewInTransition \ static_assert(alignof(TransfigurationPreviewActor_IsPreviewInTransition) == 0x000001, "Wrong alignment on TransfigurationPreviewActor_IsPreviewInTransition"); \ static_assert(sizeof(TransfigurationPreviewActor_IsPreviewInTransition) == 0x000001, "Wrong size on TransfigurationPreviewActor_IsPreviewInTransition"); \ static_assert(offsetof(TransfigurationPreviewActor_IsPreviewInTransition, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_IsPreviewInTransition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_IsReadyForPlacement \ static_assert(alignof(TransfigurationPreviewActor_IsReadyForPlacement) == 0x000001, "Wrong alignment on TransfigurationPreviewActor_IsReadyForPlacement"); \ static_assert(sizeof(TransfigurationPreviewActor_IsReadyForPlacement) == 0x000001, "Wrong size on TransfigurationPreviewActor_IsReadyForPlacement"); \ static_assert(offsetof(TransfigurationPreviewActor_IsReadyForPlacement, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_IsReadyForPlacement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_IsSpawningIn \ static_assert(alignof(TransfigurationPreviewActor_IsSpawningIn) == 0x000001, "Wrong alignment on TransfigurationPreviewActor_IsSpawningIn"); \ static_assert(sizeof(TransfigurationPreviewActor_IsSpawningIn) == 0x000001, "Wrong size on TransfigurationPreviewActor_IsSpawningIn"); \ static_assert(offsetof(TransfigurationPreviewActor_IsSpawningIn, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_IsSpawningIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_IsStationary \ static_assert(alignof(TransfigurationPreviewActor_IsStationary) == 0x000001, "Wrong alignment on TransfigurationPreviewActor_IsStationary"); \ static_assert(sizeof(TransfigurationPreviewActor_IsStationary) == 0x000001, "Wrong size on TransfigurationPreviewActor_IsStationary"); \ static_assert(offsetof(TransfigurationPreviewActor_IsStationary, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_IsStationary::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPreviewActor_UsesSurfacePlacement \ static_assert(alignof(TransfigurationPreviewActor_UsesSurfacePlacement) == 0x000001, "Wrong alignment on TransfigurationPreviewActor_UsesSurfacePlacement"); \ static_assert(sizeof(TransfigurationPreviewActor_UsesSurfacePlacement) == 0x000001, "Wrong size on TransfigurationPreviewActor_UsesSurfacePlacement"); \ static_assert(offsetof(TransfigurationPreviewActor_UsesSurfacePlacement, ReturnValue) == 0x000000, "Member 'TransfigurationPreviewActor_UsesSurfacePlacement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATransfigurationPreviewActor \ static_assert(alignof(ATransfigurationPreviewActor) == 0x000010, "Wrong alignment on ATransfigurationPreviewActor"); \ static_assert(sizeof(ATransfigurationPreviewActor) == 0x000430, "Wrong size on ATransfigurationPreviewActor"); \ static_assert(offsetof(ATransfigurationPreviewActor, MovementStyle) == 0x000248, "Member 'ATransfigurationPreviewActor::MovementStyle' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewActor, TwirlDirection) == 0x000250, "Member 'ATransfigurationPreviewActor::TwirlDirection' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewActor, CopiedPlantComponentMap) == 0x000258, "Member 'ATransfigurationPreviewActor::CopiedPlantComponentMap' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewActor, PreviewMeshLoadedDelegate) == 0x0002A8, "Member 'ATransfigurationPreviewActor::PreviewMeshLoadedDelegate' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewActor, SurfaceNormal) == 0x000388, "Member 'ATransfigurationPreviewActor::SurfaceNormal' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewActor, Snapping) == 0x000394, "Member 'ATransfigurationPreviewActor::Snapping' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewActor, bSurfaceFound) == 0x0003AD, "Member 'ATransfigurationPreviewActor::bSurfaceFound' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewActor, bCopyDecalComponents) == 0x0003B6, "Member 'ATransfigurationPreviewActor::bCopyDecalComponents' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewActor, bMaintainCollision) == 0x0003B7, "Member 'ATransfigurationPreviewActor::bMaintainCollision' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewActor, AnimBPsExcludedFromBlendOut) == 0x0003B8, "Member 'ATransfigurationPreviewActor::AnimBPsExcludedFromBlendOut' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewActor, PreviewMeshRoot) == 0x0003C8, "Member 'ATransfigurationPreviewActor::PreviewMeshRoot' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewActor, bTestFixedLoadDuration) == 0x0003D8, "Member 'ATransfigurationPreviewActor::bTestFixedLoadDuration' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewActor, FixedLoadDuration) == 0x0003DC, "Member 'ATransfigurationPreviewActor::FixedLoadDuration' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewActor, CopiedComponents) == 0x0003E0, "Member 'ATransfigurationPreviewActor::CopiedComponents' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewActor, AssociatedObjects) == 0x0003F0, "Member 'ATransfigurationPreviewActor::AssociatedObjects' has a wrong offset!"); \ static_assert(offsetof(ATransfigurationPreviewActor, DependentPreview) == 0x000400, "Member 'ATransfigurationPreviewActor::DependentPreview' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_SimpleDialogueSequence \ static_assert(alignof(USceneActionState_SimpleDialogueSequence) == 0x000008, "Wrong alignment on USceneActionState_SimpleDialogueSequence"); \ static_assert(sizeof(USceneActionState_SimpleDialogueSequence) == 0x000058, "Wrong size on USceneActionState_SimpleDialogueSequence"); \ #define DUMPER7_ASSERTS_TransfigurationSnappingTarget_SetTargetObject \ static_assert(alignof(TransfigurationSnappingTarget_SetTargetObject) == 0x000008, "Wrong alignment on TransfigurationSnappingTarget_SetTargetObject"); \ static_assert(sizeof(TransfigurationSnappingTarget_SetTargetObject) == 0x000008, "Wrong size on TransfigurationSnappingTarget_SetTargetObject"); \ static_assert(offsetof(TransfigurationSnappingTarget_SetTargetObject, SnappingTarget) == 0x000000, "Member 'TransfigurationSnappingTarget_SetTargetObject::SnappingTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSnappingTarget_ShowBeamAtLocalLocation \ static_assert(alignof(TransfigurationSnappingTarget_ShowBeamAtLocalLocation) == 0x000004, "Wrong alignment on TransfigurationSnappingTarget_ShowBeamAtLocalLocation"); \ static_assert(sizeof(TransfigurationSnappingTarget_ShowBeamAtLocalLocation) == 0x00000C, "Wrong size on TransfigurationSnappingTarget_ShowBeamAtLocalLocation"); \ static_assert(offsetof(TransfigurationSnappingTarget_ShowBeamAtLocalLocation, InLocationLocal) == 0x000000, "Member 'TransfigurationSnappingTarget_ShowBeamAtLocalLocation::InLocationLocal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATransfigurationSnappingTarget \ static_assert(alignof(ATransfigurationSnappingTarget) == 0x000008, "Wrong alignment on ATransfigurationSnappingTarget"); \ static_assert(sizeof(ATransfigurationSnappingTarget) == 0x000250, "Wrong size on ATransfigurationSnappingTarget"); \ static_assert(offsetof(ATransfigurationSnappingTarget, TargetObject) == 0x000248, "Member 'ATransfigurationSnappingTarget::TargetObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_SkipControl \ static_assert(alignof(USceneActionState_SkipControl) == 0x000008, "Wrong alignment on USceneActionState_SkipControl"); \ static_assert(sizeof(USceneActionState_SkipControl) == 0x0000E0, "Wrong size on USceneActionState_SkipControl"); \ #define DUMPER7_ASSERTS_UTransform_CameraAttachment \ static_assert(alignof(UTransform_CameraAttachment) == 0x000008, "Wrong alignment on UTransform_CameraAttachment"); \ static_assert(sizeof(UTransform_CameraAttachment) == 0x000030, "Wrong size on UTransform_CameraAttachment"); \ static_assert(offsetof(UTransform_CameraAttachment, TargetActor) == 0x000028, "Member 'UTransform_CameraAttachment::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_SpawnFromDOV \ static_assert(alignof(USceneAction_SpawnFromDOV) == 0x000008, "Wrong alignment on USceneAction_SpawnFromDOV"); \ static_assert(sizeof(USceneAction_SpawnFromDOV) == 0x000090, "Wrong size on USceneAction_SpawnFromDOV"); \ static_assert(offsetof(USceneAction_SpawnFromDOV, DOVActor) == 0x000088, "Member 'USceneAction_SpawnFromDOV::DOVActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneActionState_SpawnFromDOV_SpawnCallback \ static_assert(alignof(SceneActionState_SpawnFromDOV_SpawnCallback) == 0x000008, "Wrong alignment on SceneActionState_SpawnFromDOV_SpawnCallback"); \ static_assert(sizeof(SceneActionState_SpawnFromDOV_SpawnCallback) == 0x000010, "Wrong size on SceneActionState_SpawnFromDOV_SpawnCallback"); \ static_assert(offsetof(SceneActionState_SpawnFromDOV_SpawnCallback, SpawnedActor) == 0x000000, "Member 'SceneActionState_SpawnFromDOV_SpawnCallback::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(SceneActionState_SpawnFromDOV_SpawnCallback, GroupName) == 0x000008, "Member 'SceneActionState_SpawnFromDOV_SpawnCallback::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_SpawnFromDOV \ static_assert(alignof(USceneActionState_SpawnFromDOV) == 0x000008, "Wrong alignment on USceneActionState_SpawnFromDOV"); \ static_assert(sizeof(USceneActionState_SpawnFromDOV) == 0x000058, "Wrong size on USceneActionState_SpawnFromDOV"); \ #define DUMPER7_ASSERTS_UTransform_FromBlackboardActor \ static_assert(alignof(UTransform_FromBlackboardActor) == 0x000008, "Wrong alignment on UTransform_FromBlackboardActor"); \ static_assert(sizeof(UTransform_FromBlackboardActor) == 0x000040, "Wrong size on UTransform_FromBlackboardActor"); \ static_assert(offsetof(UTransform_FromBlackboardActor, Actor) == 0x000028, "Member 'UTransform_FromBlackboardActor::Actor' has a wrong offset!"); \ static_assert(offsetof(UTransform_FromBlackboardActor, BlackboardKeyName) == 0x000030, "Member 'UTransform_FromBlackboardActor::BlackboardKeyName' has a wrong offset!"); \ static_assert(offsetof(UTransform_FromBlackboardActor, SocketName) == 0x000038, "Member 'UTransform_FromBlackboardActor::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_StencilFX \ static_assert(alignof(USceneAction_StencilFX) == 0x000008, "Wrong alignment on USceneAction_StencilFX"); \ static_assert(sizeof(USceneAction_StencilFX) == 0x000090, "Wrong size on USceneAction_StencilFX"); \ static_assert(offsetof(USceneAction_StencilFX, StencilFX) == 0x000088, "Member 'USceneAction_StencilFX::StencilFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_StencilFXDisableAll \ static_assert(alignof(USceneAction_StencilFXDisableAll) == 0x000008, "Wrong alignment on USceneAction_StencilFXDisableAll"); \ static_assert(sizeof(USceneAction_StencilFXDisableAll) == 0x000098, "Wrong size on USceneAction_StencilFXDisableAll"); \ static_assert(offsetof(USceneAction_StencilFXDisableAll, ExceptGroups) == 0x000088, "Member 'USceneAction_StencilFXDisableAll::ExceptGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVisibilityMeshActor \ static_assert(alignof(AVisibilityMeshActor) == 0x000008, "Wrong alignment on AVisibilityMeshActor"); \ static_assert(sizeof(AVisibilityMeshActor) == 0x000250, "Wrong size on AVisibilityMeshActor"); \ static_assert(offsetof(AVisibilityMeshActor, VisibilityMesh) == 0x000248, "Member 'AVisibilityMeshActor::VisibilityMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_StencilFXEnableAll \ static_assert(alignof(USceneAction_StencilFXEnableAll) == 0x000008, "Wrong alignment on USceneAction_StencilFXEnableAll"); \ static_assert(sizeof(USceneAction_StencilFXEnableAll) == 0x000088, "Wrong size on USceneAction_StencilFXEnableAll"); \ #define DUMPER7_ASSERTS_UWandLink_SceneRig \ static_assert(alignof(UWandLink_SceneRig) == 0x000008, "Wrong alignment on UWandLink_SceneRig"); \ static_assert(sizeof(UWandLink_SceneRig) == 0x000298, "Wrong size on UWandLink_SceneRig"); \ static_assert(offsetof(UWandLink_SceneRig, Antagonist) == 0x000238, "Member 'UWandLink_SceneRig::Antagonist' has a wrong offset!"); \ static_assert(offsetof(UWandLink_SceneRig, TeleportLocation1) == 0x000250, "Member 'UWandLink_SceneRig::TeleportLocation1' has a wrong offset!"); \ static_assert(offsetof(UWandLink_SceneRig, TeleportLocation2) == 0x000268, "Member 'UWandLink_SceneRig::TeleportLocation2' has a wrong offset!"); \ static_assert(offsetof(UWandLink_SceneRig, Lethal) == 0x000280, "Member 'UWandLink_SceneRig::Lethal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_StitchingEnter \ static_assert(alignof(USceneAction_StitchingEnter) == 0x000008, "Wrong alignment on USceneAction_StitchingEnter"); \ static_assert(sizeof(USceneAction_StitchingEnter) == 0x0001B0, "Wrong size on USceneAction_StitchingEnter"); \ static_assert(offsetof(USceneAction_StitchingEnter, Animation) == 0x0000A0, "Member 'USceneAction_StitchingEnter::Animation' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, Layer) == 0x0000A8, "Member 'USceneAction_StitchingEnter::Layer' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, PreviousAnimationAction) == 0x0000B0, "Member 'USceneAction_StitchingEnter::PreviousAnimationAction' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, NextAnimationAction) == 0x0000B8, "Member 'USceneAction_StitchingEnter::NextAnimationAction' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, StartPlacement) == 0x0000C0, "Member 'USceneAction_StitchingEnter::StartPlacement' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, EndPlacement) == 0x0000C8, "Member 'USceneAction_StitchingEnter::EndPlacement' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, EndSpeed) == 0x0000D0, "Member 'USceneAction_StitchingEnter::EndSpeed' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, PreviewPlacement) == 0x0000D8, "Member 'USceneAction_StitchingEnter::PreviewPlacement' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, PreviewStartSpeed) == 0x0000E0, "Member 'USceneAction_StitchingEnter::PreviewStartSpeed' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, StepsToIterateStartPhases) == 0x0000E4, "Member 'USceneAction_StitchingEnter::StepsToIterateStartPhases' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, AdditionalSplinePoints) == 0x0000E8, "Member 'USceneAction_StitchingEnter::AdditionalSplinePoints' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, StartPhaseRequiresNoMatch) == 0x0000F8, "Member 'USceneAction_StitchingEnter::StartPhaseRequiresNoMatch' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, EndPhaseRequiresNoMatch) == 0x0000F9, "Member 'USceneAction_StitchingEnter::EndPhaseRequiresNoMatch' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, InBlendTime) == 0x0000FC, "Member 'USceneAction_StitchingEnter::InBlendTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, InBlendIsInertial) == 0x000100, "Member 'USceneAction_StitchingEnter::InBlendIsInertial' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, MidBlendTime) == 0x000104, "Member 'USceneAction_StitchingEnter::MidBlendTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, MidBlendIsInertial) == 0x000108, "Member 'USceneAction_StitchingEnter::MidBlendIsInertial' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, OutBlendTime) == 0x00010C, "Member 'USceneAction_StitchingEnter::OutBlendTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, OutBlendIsInertial) == 0x000110, "Member 'USceneAction_StitchingEnter::OutBlendIsInertial' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, PostAnimationInertialBlendTime) == 0x000114, "Member 'USceneAction_StitchingEnter::PostAnimationInertialBlendTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, ScaleRootMotion) == 0x000118, "Member 'USceneAction_StitchingEnter::ScaleRootMotion' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, WarpStride) == 0x000119, "Member 'USceneAction_StitchingEnter::WarpStride' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, StrideWarpFactor) == 0x00011C, "Member 'USceneAction_StitchingEnter::StrideWarpFactor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, HoldFootPositionWhenPlanted) == 0x000120, "Member 'USceneAction_StitchingEnter::HoldFootPositionWhenPlanted' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, StrideBias) == 0x000124, "Member 'USceneAction_StitchingEnter::StrideBias' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, ModifySpeedAndDuration) == 0x000128, "Member 'USceneAction_StitchingEnter::ModifySpeedAndDuration' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, MinCadenceFactor) == 0x00012C, "Member 'USceneAction_StitchingEnter::MinCadenceFactor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, MaxCadenceFactor) == 0x000130, "Member 'USceneAction_StitchingEnter::MaxCadenceFactor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, MinStrideFactor) == 0x000134, "Member 'USceneAction_StitchingEnter::MinStrideFactor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, MaxStrideFactor) == 0x000138, "Member 'USceneAction_StitchingEnter::MaxStrideFactor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, StartPhaseOffset) == 0x00013C, "Member 'USceneAction_StitchingEnter::StartPhaseOffset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, EndPhaseOffset) == 0x000140, "Member 'USceneAction_StitchingEnter::EndPhaseOffset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, TrapezoidalVelocity) == 0x000144, "Member 'USceneAction_StitchingEnter::TrapezoidalVelocity' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, Acceleration) == 0x000148, "Member 'USceneAction_StitchingEnter::Acceleration' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, Deceleration) == 0x00014C, "Member 'USceneAction_StitchingEnter::Deceleration' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, CruiseSpeedChoice) == 0x000150, "Member 'USceneAction_StitchingEnter::CruiseSpeedChoice' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, SpecifiedCruisingSpeed) == 0x000154, "Member 'USceneAction_StitchingEnter::SpecifiedCruisingSpeed' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, CastRayToDetectFloor) == 0x000158, "Member 'USceneAction_StitchingEnter::CastRayToDetectFloor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, VerticalCapsuleOffset) == 0x00015C, "Member 'USceneAction_StitchingEnter::VerticalCapsuleOffset' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, BlendIn) == 0x000160, "Member 'USceneAction_StitchingEnter::BlendIn' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, StitchEnds) == 0x000178, "Member 'USceneAction_StitchingEnter::StitchEnds' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, BlendOut) == 0x000190, "Member 'USceneAction_StitchingEnter::BlendOut' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, bExitStitch) == 0x0001A8, "Member 'USceneAction_StitchingEnter::bExitStitch' has a wrong offset!"); \ static_assert(offsetof(USceneAction_StitchingEnter, ExitTurningRate) == 0x0001AC, "Member 'USceneAction_StitchingEnter::ExitTurningRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWandLinkUIMiniGame_NewButtonMash \ static_assert(alignof(UWandLinkUIMiniGame_NewButtonMash) == 0x000008, "Wrong alignment on UWandLinkUIMiniGame_NewButtonMash"); \ static_assert(sizeof(UWandLinkUIMiniGame_NewButtonMash) == 0x0000C8, "Wrong size on UWandLinkUIMiniGame_NewButtonMash"); \ static_assert(offsetof(UWandLinkUIMiniGame_NewButtonMash, AntagonistAttackSpeed) == 0x000058, "Member 'UWandLinkUIMiniGame_NewButtonMash::AntagonistAttackSpeed' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_NewButtonMash, ButtonMashMeterInterpInSpeed) == 0x00005C, "Member 'UWandLinkUIMiniGame_NewButtonMash::ButtonMashMeterInterpInSpeed' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_NewButtonMash, ButtonMashTimeOut) == 0x000060, "Member 'UWandLinkUIMiniGame_NewButtonMash::ButtonMashTimeOut' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_NewButtonMash, ButtonMashDecreaseRate) == 0x000064, "Member 'UWandLinkUIMiniGame_NewButtonMash::ButtonMashDecreaseRate' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_NewButtonMash, ButtonMashNearSuccessCheck) == 0x000068, "Member 'UWandLinkUIMiniGame_NewButtonMash::ButtonMashNearSuccessCheck' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_NewButtonMash, WandLinkButtonMashInput) == 0x00006C, "Member 'UWandLinkUIMiniGame_NewButtonMash::WandLinkButtonMashInput' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_NewButtonMash, WandLinkSuccessInput) == 0x00006D, "Member 'UWandLinkUIMiniGame_NewButtonMash::WandLinkSuccessInput' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_NewButtonMash, ProtagonistSuccessSurge) == 0x000070, "Member 'UWandLinkUIMiniGame_NewButtonMash::ProtagonistSuccessSurge' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_NewButtonMash, ProtagonistAttackInterpType) == 0x000074, "Member 'UWandLinkUIMiniGame_NewButtonMash::ProtagonistAttackInterpType' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_NewButtonMash, ProtagonistAttackInterpSpeedOrExp) == 0x000078, "Member 'UWandLinkUIMiniGame_NewButtonMash::ProtagonistAttackInterpSpeedOrExp' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_NewButtonMash, ProtagonistAttackInterpTime) == 0x00007C, "Member 'UWandLinkUIMiniGame_NewButtonMash::ProtagonistAttackInterpTime' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_NewButtonMash, ProtagonistFailSurge) == 0x000080, "Member 'UWandLinkUIMiniGame_NewButtonMash::ProtagonistFailSurge' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_NewButtonMash, FailDelay) == 0x000084, "Member 'UWandLinkUIMiniGame_NewButtonMash::FailDelay' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_NewButtonMash, FailAttackonistSpeedMultiplier) == 0x000088, "Member 'UWandLinkUIMiniGame_NewButtonMash::FailAttackonistSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(UWandLinkUIMiniGame_NewButtonMash, SuccessDelay) == 0x00008C, "Member 'UWandLinkUIMiniGame_NewButtonMash::SuccessDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_TeleportToStation \ static_assert(alignof(USceneAction_TeleportToStation) == 0x000008, "Wrong alignment on USceneAction_TeleportToStation"); \ static_assert(sizeof(USceneAction_TeleportToStation) == 0x0000A8, "Wrong size on USceneAction_TeleportToStation"); \ static_assert(offsetof(USceneAction_TeleportToStation, StationActor) == 0x0000A0, "Member 'USceneAction_TeleportToStation::StationActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_TeleportToStation \ static_assert(alignof(USceneActionState_TeleportToStation) == 0x000008, "Wrong alignment on USceneActionState_TeleportToStation"); \ static_assert(sizeof(USceneActionState_TeleportToStation) == 0x000080, "Wrong size on USceneActionState_TeleportToStation"); \ #define DUMPER7_ASSERTS_AWandLinkProjectile \ static_assert(alignof(AWandLinkProjectile) == 0x000008, "Wrong alignment on AWandLinkProjectile"); \ static_assert(sizeof(AWandLinkProjectile) == 0x000250, "Wrong size on AWandLinkProjectile"); \ static_assert(offsetof(AWandLinkProjectile, VFXComponent) == 0x000248, "Member 'AWandLinkProjectile::VFXComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_TickSequencerDynamicBuckets \ static_assert(alignof(USceneActionState_TickSequencerDynamicBuckets) == 0x000008, "Wrong alignment on USceneActionState_TickSequencerDynamicBuckets"); \ static_assert(sizeof(USceneActionState_TickSequencerDynamicBuckets) == 0x000050, "Wrong size on USceneActionState_TickSequencerDynamicBuckets"); \ #define DUMPER7_ASSERTS_USceneAction_TimeDate \ static_assert(alignof(USceneAction_TimeDate) == 0x000008, "Wrong alignment on USceneAction_TimeDate"); \ static_assert(sizeof(USceneAction_TimeDate) == 0x000098, "Wrong size on USceneAction_TimeDate"); \ static_assert(offsetof(USceneAction_TimeDate, TimeOverride) == 0x000088, "Member 'USceneAction_TimeDate::TimeOverride' has a wrong offset!"); \ static_assert(offsetof(USceneAction_TimeDate, bPreviewOnly) == 0x000090, "Member 'USceneAction_TimeDate::bPreviewOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_EggSack_InitializeSack \ static_assert(alignof(SpiderWeb_EggSack_InitializeSack) == 0x000008, "Wrong alignment on SpiderWeb_EggSack_InitializeSack"); \ static_assert(sizeof(SpiderWeb_EggSack_InitializeSack) == 0x000028, "Wrong size on SpiderWeb_EggSack_InitializeSack"); \ static_assert(offsetof(SpiderWeb_EggSack_InitializeSack, i_LootChance) == 0x000000, "Member 'SpiderWeb_EggSack_InitializeSack::i_LootChance' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_EggSack_InitializeSack, i_SpiderChance) == 0x000004, "Member 'SpiderWeb_EggSack_InitializeSack::i_SpiderChance' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_EggSack_InitializeSack, i_SpiderType) == 0x000008, "Member 'SpiderWeb_EggSack_InitializeSack::i_SpiderType' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_EggSack_InitializeSack, i_SpiderBaseNum) == 0x00000C, "Member 'SpiderWeb_EggSack_InitializeSack::i_SpiderBaseNum' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_EggSack_InitializeSack, i_SpiderNumVariation) == 0x000010, "Member 'SpiderWeb_EggSack_InitializeSack::i_SpiderNumVariation' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_EggSack_InitializeSack, i_bObjectNotSpiders) == 0x000014, "Member 'SpiderWeb_EggSack_InitializeSack::i_bObjectNotSpiders' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_EggSack_InitializeSack, i_ObjectDBID) == 0x000018, "Member 'SpiderWeb_EggSack_InitializeSack::i_ObjectDBID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_EggSack_OnBreak \ static_assert(alignof(SpiderWeb_EggSack_OnBreak) == 0x000001, "Wrong alignment on SpiderWeb_EggSack_OnBreak"); \ static_assert(sizeof(SpiderWeb_EggSack_OnBreak) == 0x000001, "Wrong size on SpiderWeb_EggSack_OnBreak"); \ static_assert(offsetof(SpiderWeb_EggSack_OnBreak, i_Explode) == 0x000000, "Member 'SpiderWeb_EggSack_OnBreak::i_Explode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_EggSack_StartAccioTimer \ static_assert(alignof(SpiderWeb_EggSack_StartAccioTimer) == 0x000001, "Wrong alignment on SpiderWeb_EggSack_StartAccioTimer"); \ static_assert(sizeof(SpiderWeb_EggSack_StartAccioTimer) == 0x000001, "Wrong size on SpiderWeb_EggSack_StartAccioTimer"); \ static_assert(offsetof(SpiderWeb_EggSack_StartAccioTimer, i_Start) == 0x000000, "Member 'SpiderWeb_EggSack_StartAccioTimer::i_Start' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpiderWeb_EggSack \ static_assert(alignof(ASpiderWeb_EggSack) == 0x000008, "Wrong alignment on ASpiderWeb_EggSack"); \ static_assert(sizeof(ASpiderWeb_EggSack) == 0x000380, "Wrong size on ASpiderWeb_EggSack"); \ static_assert(offsetof(ASpiderWeb_EggSack, bBroken) == 0x000258, "Member 'ASpiderWeb_EggSack::bBroken' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, bFrozen) == 0x000259, "Member 'ASpiderWeb_EggSack::bFrozen' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, bOnFire) == 0x00025A, "Member 'ASpiderWeb_EggSack::bOnFire' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, bSpawnObject) == 0x00025B, "Member 'ASpiderWeb_EggSack::bSpawnObject' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, ObjectDBID) == 0x000260, "Member 'ASpiderWeb_EggSack::ObjectDBID' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, LootChance) == 0x000270, "Member 'ASpiderWeb_EggSack::LootChance' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, SpiderChance) == 0x000274, "Member 'ASpiderWeb_EggSack::SpiderChance' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, SpiderType) == 0x000278, "Member 'ASpiderWeb_EggSack::SpiderType' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, BaseSpiderNum) == 0x00027C, "Member 'ASpiderWeb_EggSack::BaseSpiderNum' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, SpiderNumVariance) == 0x000280, "Member 'ASpiderWeb_EggSack::SpiderNumVariance' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, ExplodeDelay) == 0x000284, "Member 'ASpiderWeb_EggSack::ExplodeDelay' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, ExplosionDamage) == 0x000288, "Member 'ASpiderWeb_EggSack::ExplosionDamage' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, ExplosionRadius) == 0x00028C, "Member 'ASpiderWeb_EggSack::ExplosionRadius' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, OnFireExplosionDamage) == 0x000290, "Member 'ASpiderWeb_EggSack::OnFireExplosionDamage' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, OnFireExplosionRadius) == 0x000294, "Member 'ASpiderWeb_EggSack::OnFireExplosionRadius' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, AccioTime) == 0x000298, "Member 'ASpiderWeb_EggSack::AccioTime' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, OverlapActorTypes) == 0x0002A0, "Member 'ASpiderWeb_EggSack::OverlapActorTypes' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, IgnoreActors) == 0x0002B0, "Member 'ASpiderWeb_EggSack::IgnoreActors' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, ExplodeMunition) == 0x0002C0, "Member 'ASpiderWeb_EggSack::ExplodeMunition' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, BlankHit) == 0x0002D0, "Member 'ASpiderWeb_EggSack::BlankHit' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, StumbleAction) == 0x000358, "Member 'ASpiderWeb_EggSack::StumbleAction' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, ActionMapHandle) == 0x000364, "Member 'ASpiderWeb_EggSack::ActionMapHandle' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_EggSack, EnemySpiders) == 0x000368, "Member 'ASpiderWeb_EggSack::EnemySpiders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeOverrideTimeInputRangeSceneRig \ static_assert(alignof(UTimeOverrideTimeInputRangeSceneRig) == 0x000008, "Wrong alignment on UTimeOverrideTimeInputRangeSceneRig"); \ static_assert(sizeof(UTimeOverrideTimeInputRangeSceneRig) == 0x000058, "Wrong size on UTimeOverrideTimeInputRangeSceneRig"); \ static_assert(offsetof(UTimeOverrideTimeInputRangeSceneRig, StartTime) == 0x000030, "Member 'UTimeOverrideTimeInputRangeSceneRig::StartTime' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideTimeInputRangeSceneRig, EndTime) == 0x00003C, "Member 'UTimeOverrideTimeInputRangeSceneRig::EndTime' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideTimeInputRangeSceneRig, Type) == 0x000048, "Member 'UTimeOverrideTimeInputRangeSceneRig::Type' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideTimeInputRangeSceneRig, Priority) == 0x00004C, "Member 'UTimeOverrideTimeInputRangeSceneRig::Priority' has a wrong offset!"); \ static_assert(offsetof(UTimeOverrideTimeInputRangeSceneRig, bUseEndTime) == 0x000050, "Member 'UTimeOverrideTimeInputRangeSceneRig::bUseEndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_TimeDilation \ static_assert(alignof(USceneActionState_TimeDilation) == 0x000008, "Wrong alignment on USceneActionState_TimeDilation"); \ static_assert(sizeof(USceneActionState_TimeDilation) == 0x000058, "Wrong size on USceneActionState_TimeDilation"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spitter_CreateBonePhysicsConstraint \ static_assert(alignof(SpiderWeb_Spitter_CreateBonePhysicsConstraint) == 0x000008, "Wrong alignment on SpiderWeb_Spitter_CreateBonePhysicsConstraint"); \ static_assert(sizeof(SpiderWeb_Spitter_CreateBonePhysicsConstraint) == 0x000010, "Wrong size on SpiderWeb_Spitter_CreateBonePhysicsConstraint"); \ static_assert(offsetof(SpiderWeb_Spitter_CreateBonePhysicsConstraint, skelComp) == 0x000000, "Member 'SpiderWeb_Spitter_CreateBonePhysicsConstraint::skelComp' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spitter_CreateBonePhysicsConstraint, BoneName) == 0x000008, "Member 'SpiderWeb_Spitter_CreateBonePhysicsConstraint::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spitter_CreatePhysicsConstraint \ static_assert(alignof(SpiderWeb_Spitter_CreatePhysicsConstraint) == 0x000008, "Wrong alignment on SpiderWeb_Spitter_CreatePhysicsConstraint"); \ static_assert(sizeof(SpiderWeb_Spitter_CreatePhysicsConstraint) == 0x000008, "Wrong size on SpiderWeb_Spitter_CreatePhysicsConstraint"); \ static_assert(offsetof(SpiderWeb_Spitter_CreatePhysicsConstraint, PrimComp) == 0x000000, "Member 'SpiderWeb_Spitter_CreatePhysicsConstraint::PrimComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spitter_OnPushOverlapBegin \ static_assert(alignof(SpiderWeb_Spitter_OnPushOverlapBegin) == 0x000008, "Wrong alignment on SpiderWeb_Spitter_OnPushOverlapBegin"); \ static_assert(sizeof(SpiderWeb_Spitter_OnPushOverlapBegin) == 0x000008, "Wrong size on SpiderWeb_Spitter_OnPushOverlapBegin"); \ static_assert(offsetof(SpiderWeb_Spitter_OnPushOverlapBegin, OtherActor) == 0x000000, "Member 'SpiderWeb_Spitter_OnPushOverlapBegin::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spitter_OnPushOverlapEnd \ static_assert(alignof(SpiderWeb_Spitter_OnPushOverlapEnd) == 0x000008, "Wrong alignment on SpiderWeb_Spitter_OnPushOverlapEnd"); \ static_assert(sizeof(SpiderWeb_Spitter_OnPushOverlapEnd) == 0x000008, "Wrong size on SpiderWeb_Spitter_OnPushOverlapEnd"); \ static_assert(offsetof(SpiderWeb_Spitter_OnPushOverlapEnd, OtherActor) == 0x000000, "Member 'SpiderWeb_Spitter_OnPushOverlapEnd::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spitter_OnStickyOverlapBegin \ static_assert(alignof(SpiderWeb_Spitter_OnStickyOverlapBegin) == 0x000008, "Wrong alignment on SpiderWeb_Spitter_OnStickyOverlapBegin"); \ static_assert(sizeof(SpiderWeb_Spitter_OnStickyOverlapBegin) == 0x000010, "Wrong size on SpiderWeb_Spitter_OnStickyOverlapBegin"); \ static_assert(offsetof(SpiderWeb_Spitter_OnStickyOverlapBegin, OtherActor) == 0x000000, "Member 'SpiderWeb_Spitter_OnStickyOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spitter_OnStickyOverlapBegin, OtherComp) == 0x000008, "Member 'SpiderWeb_Spitter_OnStickyOverlapBegin::OtherComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spitter_OnStickyOverlapEnd \ static_assert(alignof(SpiderWeb_Spitter_OnStickyOverlapEnd) == 0x000008, "Wrong alignment on SpiderWeb_Spitter_OnStickyOverlapEnd"); \ static_assert(sizeof(SpiderWeb_Spitter_OnStickyOverlapEnd) == 0x000010, "Wrong size on SpiderWeb_Spitter_OnStickyOverlapEnd"); \ static_assert(offsetof(SpiderWeb_Spitter_OnStickyOverlapEnd, OtherActor) == 0x000000, "Member 'SpiderWeb_Spitter_OnStickyOverlapEnd::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spitter_OnStickyOverlapEnd, OtherComp) == 0x000008, "Member 'SpiderWeb_Spitter_OnStickyOverlapEnd::OtherComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spitter_PhysicsHit \ static_assert(alignof(SpiderWeb_Spitter_PhysicsHit) == 0x000008, "Wrong alignment on SpiderWeb_Spitter_PhysicsHit"); \ static_assert(sizeof(SpiderWeb_Spitter_PhysicsHit) == 0x0000B0, "Wrong size on SpiderWeb_Spitter_PhysicsHit"); \ static_assert(offsetof(SpiderWeb_Spitter_PhysicsHit, HitComp) == 0x000000, "Member 'SpiderWeb_Spitter_PhysicsHit::HitComp' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spitter_PhysicsHit, OtherActor) == 0x000008, "Member 'SpiderWeb_Spitter_PhysicsHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spitter_PhysicsHit, OtherComp) == 0x000010, "Member 'SpiderWeb_Spitter_PhysicsHit::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spitter_PhysicsHit, NormalImpulse) == 0x000018, "Member 'SpiderWeb_Spitter_PhysicsHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spitter_PhysicsHit, Hit) == 0x000024, "Member 'SpiderWeb_Spitter_PhysicsHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spitter_SetAIBlocker \ static_assert(alignof(SpiderWeb_Spitter_SetAIBlocker) == 0x000001, "Wrong alignment on SpiderWeb_Spitter_SetAIBlocker"); \ static_assert(sizeof(SpiderWeb_Spitter_SetAIBlocker) == 0x000001, "Wrong size on SpiderWeb_Spitter_SetAIBlocker"); \ static_assert(offsetof(SpiderWeb_Spitter_SetAIBlocker, i_block) == 0x000000, "Member 'SpiderWeb_Spitter_SetAIBlocker::i_block' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spitter_SetMeshTick \ static_assert(alignof(SpiderWeb_Spitter_SetMeshTick) == 0x000001, "Wrong alignment on SpiderWeb_Spitter_SetMeshTick"); \ static_assert(sizeof(SpiderWeb_Spitter_SetMeshTick) == 0x000001, "Wrong size on SpiderWeb_Spitter_SetMeshTick"); \ static_assert(offsetof(SpiderWeb_Spitter_SetMeshTick, i_Tick) == 0x000000, "Member 'SpiderWeb_Spitter_SetMeshTick::i_Tick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spitter_SetWebEnd \ static_assert(alignof(SpiderWeb_Spitter_SetWebEnd) == 0x000004, "Wrong alignment on SpiderWeb_Spitter_SetWebEnd"); \ static_assert(sizeof(SpiderWeb_Spitter_SetWebEnd) == 0x000014, "Wrong size on SpiderWeb_Spitter_SetWebEnd"); \ static_assert(offsetof(SpiderWeb_Spitter_SetWebEnd, i_Retract) == 0x000000, "Member 'SpiderWeb_Spitter_SetWebEnd::i_Retract' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spitter_SetWebEnd, i_Lerp) == 0x000001, "Member 'SpiderWeb_Spitter_SetWebEnd::i_Lerp' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spitter_SetWebEnd, i_Alpha) == 0x000004, "Member 'SpiderWeb_Spitter_SetWebEnd::i_Alpha' has a wrong offset!"); \ static_assert(offsetof(SpiderWeb_Spitter_SetWebEnd, ReturnValue) == 0x000008, "Member 'SpiderWeb_Spitter_SetWebEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spitter_StartPhysicsMat \ static_assert(alignof(SpiderWeb_Spitter_StartPhysicsMat) == 0x000008, "Wrong alignment on SpiderWeb_Spitter_StartPhysicsMat"); \ static_assert(sizeof(SpiderWeb_Spitter_StartPhysicsMat) == 0x000008, "Wrong size on SpiderWeb_Spitter_StartPhysicsMat"); \ static_assert(offsetof(SpiderWeb_Spitter_StartPhysicsMat, HitComp) == 0x000000, "Member 'SpiderWeb_Spitter_StartPhysicsMat::HitComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spitter_StartSkeletalMat \ static_assert(alignof(SpiderWeb_Spitter_StartSkeletalMat) == 0x000008, "Wrong alignment on SpiderWeb_Spitter_StartSkeletalMat"); \ static_assert(sizeof(SpiderWeb_Spitter_StartSkeletalMat) == 0x000008, "Wrong size on SpiderWeb_Spitter_StartSkeletalMat"); \ static_assert(offsetof(SpiderWeb_Spitter_StartSkeletalMat, SkelActor) == 0x000000, "Member 'SpiderWeb_Spitter_StartSkeletalMat::SkelActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderWeb_Spitter_UnDamp \ static_assert(alignof(SpiderWeb_Spitter_UnDamp) == 0x000008, "Wrong alignment on SpiderWeb_Spitter_UnDamp"); \ static_assert(sizeof(SpiderWeb_Spitter_UnDamp) == 0x000008, "Wrong size on SpiderWeb_Spitter_UnDamp"); \ static_assert(offsetof(SpiderWeb_Spitter_UnDamp, PrimComp) == 0x000000, "Member 'SpiderWeb_Spitter_UnDamp::PrimComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpiderWeb_Spitter \ static_assert(alignof(ASpiderWeb_Spitter) == 0x000008, "Wrong alignment on ASpiderWeb_Spitter"); \ static_assert(sizeof(ASpiderWeb_Spitter) == 0x000448, "Wrong size on ASpiderWeb_Spitter"); \ static_assert(offsetof(ASpiderWeb_Spitter, bRegen) == 0x000248, "Member 'ASpiderWeb_Spitter::bRegen' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, RegenTime) == 0x00024C, "Member 'ASpiderWeb_Spitter::RegenTime' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, MaxWebLength) == 0x000250, "Member 'ASpiderWeb_Spitter::MaxWebLength' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, bAffectPawns) == 0x000254, "Member 'ASpiderWeb_Spitter::bAffectPawns' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, CharSpeedMode) == 0x000255, "Member 'ASpiderWeb_Spitter::CharSpeedMode' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, WebLinearDamping) == 0x000258, "Member 'ASpiderWeb_Spitter::WebLinearDamping' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, WebAngularDamping) == 0x00025C, "Member 'ASpiderWeb_Spitter::WebAngularDamping' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, bWebPushback) == 0x000260, "Member 'ASpiderWeb_Spitter::bWebPushback' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, PushbackMaxForce) == 0x000264, "Member 'ASpiderWeb_Spitter::PushbackMaxForce' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, PushbackDistance) == 0x000268, "Member 'ASpiderWeb_Spitter::PushbackDistance' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, bReactiveMaterials) == 0x00026C, "Member 'ASpiderWeb_Spitter::bReactiveMaterials' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, StickyTrig) == 0x000270, "Member 'ASpiderWeb_Spitter::StickyTrig' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, PushTrig) == 0x000278, "Member 'ASpiderWeb_Spitter::PushTrig' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, WebMesh) == 0x000280, "Member 'ASpiderWeb_Spitter::WebMesh' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, WebMesh2) == 0x000288, "Member 'ASpiderWeb_Spitter::WebMesh2' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, WebObjectState) == 0x000290, "Member 'ASpiderWeb_Spitter::WebObjectState' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, WebEndLoc) == 0x000298, "Member 'ASpiderWeb_Spitter::WebEndLoc' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, WebbedCompMap) == 0x0002A8, "Member 'ASpiderWeb_Spitter::WebbedCompMap' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, WebbedRagdolls) == 0x0002F8, "Member 'ASpiderWeb_Spitter::WebbedRagdolls' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, ObjectTypeMap) == 0x000308, "Member 'ASpiderWeb_Spitter::ObjectTypeMap' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, CollisionPresetMap) == 0x000358, "Member 'ASpiderWeb_Spitter::CollisionPresetMap' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, NearbyCharacters) == 0x0003A8, "Member 'ASpiderWeb_Spitter::NearbyCharacters' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, CharMovementComps) == 0x0003B8, "Member 'ASpiderWeb_Spitter::CharMovementComps' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, CharsToRemove) == 0x0003D8, "Member 'ASpiderWeb_Spitter::CharsToRemove' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, bFrozen) == 0x0003E8, "Member 'ASpiderWeb_Spitter::bFrozen' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, bBroken) == 0x0003E9, "Member 'ASpiderWeb_Spitter::bBroken' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, InMatDynamic) == 0x0003F0, "Member 'ASpiderWeb_Spitter::InMatDynamic' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, OutMatDynamic) == 0x0003F8, "Member 'ASpiderWeb_Spitter::OutMatDynamic' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, PhysicsTarget) == 0x000400, "Member 'ASpiderWeb_Spitter::PhysicsTarget' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, SkeletalTarget) == 0x000408, "Member 'ASpiderWeb_Spitter::SkeletalTarget' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, SkeletalTargetBone) == 0x000410, "Member 'ASpiderWeb_Spitter::SkeletalTargetBone' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, StickyTrigHalfHeight) == 0x000418, "Member 'ASpiderWeb_Spitter::StickyTrigHalfHeight' has a wrong offset!"); \ static_assert(offsetof(ASpiderWeb_Spitter, PushbackExponent) == 0x00041C, "Member 'ASpiderWeb_Spitter::PushbackExponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_VanishSurfaceObjects \ static_assert(alignof(USceneActionState_VanishSurfaceObjects) == 0x000008, "Wrong alignment on USceneActionState_VanishSurfaceObjects"); \ static_assert(sizeof(USceneActionState_VanishSurfaceObjects) == 0x000050, "Wrong size on USceneActionState_VanishSurfaceObjects"); \ #define DUMPER7_ASSERTS_USceneAction_VanishSurfaceObjects \ static_assert(alignof(USceneAction_VanishSurfaceObjects) == 0x000008, "Wrong alignment on USceneAction_VanishSurfaceObjects"); \ static_assert(sizeof(USceneAction_VanishSurfaceObjects) == 0x0000A8, "Wrong size on USceneAction_VanishSurfaceObjects"); \ static_assert(offsetof(USceneAction_VanishSurfaceObjects, VanishmentEvent) == 0x000088, "Member 'USceneAction_VanishSurfaceObjects::VanishmentEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USplineToolGenerator \ static_assert(alignof(USplineToolGenerator) == 0x000008, "Wrong alignment on USplineToolGenerator"); \ static_assert(sizeof(USplineToolGenerator) == 0x0000D0, "Wrong size on USplineToolGenerator"); \ #define DUMPER7_ASSERTS_USceneAction_WaitForPlayer \ static_assert(alignof(USceneAction_WaitForPlayer) == 0x000008, "Wrong alignment on USceneAction_WaitForPlayer"); \ static_assert(sizeof(USceneAction_WaitForPlayer) == 0x0000A8, "Wrong size on USceneAction_WaitForPlayer"); \ static_assert(offsetof(USceneAction_WaitForPlayer, DistanceThreshold) == 0x0000A0, "Member 'USceneAction_WaitForPlayer::DistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WaitForPlayer, bOrientTowardsPlayer) == 0x0000A4, "Member 'USceneAction_WaitForPlayer::bOrientTowardsPlayer' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WaitForPlayer, FinishAction) == 0x0000A5, "Member 'USceneAction_WaitForPlayer::FinishAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WalkToPoint \ static_assert(alignof(USceneActionState_WalkToPoint) == 0x000008, "Wrong alignment on USceneActionState_WalkToPoint"); \ static_assert(sizeof(USceneActionState_WalkToPoint) == 0x000080, "Wrong size on USceneActionState_WalkToPoint"); \ #define DUMPER7_ASSERTS_UStaminaMeter \ static_assert(alignof(UStaminaMeter) == 0x000008, "Wrong alignment on UStaminaMeter"); \ static_assert(sizeof(UStaminaMeter) == 0x000268, "Wrong size on UStaminaMeter"); \ #define DUMPER7_ASSERTS_USceneAction_WalkToStation \ static_assert(alignof(USceneAction_WalkToStation) == 0x000008, "Wrong alignment on USceneAction_WalkToStation"); \ static_assert(sizeof(USceneAction_WalkToStation) == 0x0000B0, "Wrong size on USceneAction_WalkToStation"); \ static_assert(offsetof(USceneAction_WalkToStation, StationActor) == 0x0000A0, "Member 'USceneAction_WalkToStation::StationActor' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WalkToStation, bForceTravelSpeed) == 0x0000A8, "Member 'USceneAction_WalkToStation::bForceTravelSpeed' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WalkToStation, TravelSpeed) == 0x0000A9, "Member 'USceneAction_WalkToStation::TravelSpeed' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WalkToStation, FinishAction) == 0x0000AA, "Member 'USceneAction_WalkToStation::FinishAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneActionState_WalkToStation_OnArrived \ static_assert(alignof(SceneActionState_WalkToStation_OnArrived) == 0x000008, "Wrong alignment on SceneActionState_WalkToStation_OnArrived"); \ static_assert(sizeof(SceneActionState_WalkToStation_OnArrived) == 0x000008, "Wrong size on SceneActionState_WalkToStation_OnArrived"); \ static_assert(offsetof(SceneActionState_WalkToStation_OnArrived, InCaller) == 0x000000, "Member 'SceneActionState_WalkToStation_OnArrived::InCaller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WalkToStation \ static_assert(alignof(USceneActionState_WalkToStation) == 0x000008, "Wrong alignment on USceneActionState_WalkToStation"); \ static_assert(sizeof(USceneActionState_WalkToStation) == 0x000080, "Wrong size on USceneActionState_WalkToStation"); \ #define DUMPER7_ASSERTS_USceneAction_WaterRipple \ static_assert(alignof(USceneAction_WaterRipple) == 0x000008, "Wrong alignment on USceneAction_WaterRipple"); \ static_assert(sizeof(USceneAction_WaterRipple) == 0x000188, "Wrong size on USceneAction_WaterRipple"); \ static_assert(offsetof(USceneAction_WaterRipple, BonesToTrack) == 0x0000A0, "Member 'USceneAction_WaterRipple::BonesToTrack' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WaterRipple, Radius) == 0x0000F0, "Member 'USceneAction_WaterRipple::Radius' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WaterRipple, IntensityMultiplier) == 0x0000F4, "Member 'USceneAction_WaterRipple::IntensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WaterRipple, SocketName) == 0x0000F8, "Member 'USceneAction_WaterRipple::SocketName' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WaterRipple, Intensity) == 0x000100, "Member 'USceneAction_WaterRipple::Intensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeCognitionTarget_AddTarget_CognitionTarget \ static_assert(alignof(TargetTypeCognitionTarget_AddTarget_CognitionTarget) == 0x000008, "Wrong alignment on TargetTypeCognitionTarget_AddTarget_CognitionTarget"); \ static_assert(sizeof(TargetTypeCognitionTarget_AddTarget_CognitionTarget) == 0x000030, "Wrong size on TargetTypeCognitionTarget_AddTarget_CognitionTarget"); \ static_assert(offsetof(TargetTypeCognitionTarget_AddTarget_CognitionTarget, TargetTracker) == 0x000000, "Member 'TargetTypeCognitionTarget_AddTarget_CognitionTarget::TargetTracker' has a wrong offset!"); \ static_assert(offsetof(TargetTypeCognitionTarget_AddTarget_CognitionTarget, InTargetID) == 0x000008, "Member 'TargetTypeCognitionTarget_AddTarget_CognitionTarget::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTypeCognitionTarget_AddTarget_CognitionTarget, InTargetActor) == 0x000010, "Member 'TargetTypeCognitionTarget_AddTarget_CognitionTarget::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(TargetTypeCognitionTarget_AddTarget_CognitionTarget, InSense) == 0x000018, "Member 'TargetTypeCognitionTarget_AddTarget_CognitionTarget::InSense' has a wrong offset!"); \ static_assert(offsetof(TargetTypeCognitionTarget_AddTarget_CognitionTarget, bLookAt_0) == 0x000020, "Member 'TargetTypeCognitionTarget_AddTarget_CognitionTarget::bLookAt_0' has a wrong offset!"); \ static_assert(offsetof(TargetTypeCognitionTarget_AddTarget_CognitionTarget, ReturnValue) == 0x000028, "Member 'TargetTypeCognitionTarget_AddTarget_CognitionTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargetTypeCognitionTarget \ static_assert(alignof(UTargetTypeCognitionTarget) == 0x000008, "Wrong alignment on UTargetTypeCognitionTarget"); \ static_assert(sizeof(UTargetTypeCognitionTarget) == 0x000060, "Wrong size on UTargetTypeCognitionTarget"); \ static_assert(offsetof(UTargetTypeCognitionTarget, Sense) == 0x000048, "Member 'UTargetTypeCognitionTarget::Sense' has a wrong offset!"); \ static_assert(offsetof(UTargetTypeCognitionTarget, TargetActor) == 0x000050, "Member 'UTargetTypeCognitionTarget::TargetActor' has a wrong offset!"); \ static_assert(offsetof(UTargetTypeCognitionTarget, bLookAt) == 0x000058, "Member 'UTargetTypeCognitionTarget::bLookAt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherPreset \ static_assert(alignof(USceneActionState_WeatherPreset) == 0x000008, "Wrong alignment on USceneActionState_WeatherPreset"); \ static_assert(sizeof(USceneActionState_WeatherPreset) == 0x000050, "Wrong size on USceneActionState_WeatherPreset"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherCloudsTime \ static_assert(alignof(USceneAction_WeatherCloudsTime) == 0x000008, "Wrong alignment on USceneAction_WeatherCloudsTime"); \ static_assert(sizeof(USceneAction_WeatherCloudsTime) == 0x000098, "Wrong size on USceneAction_WeatherCloudsTime"); \ static_assert(offsetof(USceneAction_WeatherCloudsTime, OffsetTime) == 0x000088, "Member 'USceneAction_WeatherCloudsTime::OffsetTime' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WeatherCloudsTime, OffsetWeather) == 0x00008C, "Member 'USceneAction_WeatherCloudsTime::OffsetWeather' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeDodgeDuck_AddTarget_DodgeDuck \ static_assert(alignof(TargetTypeDodgeDuck_AddTarget_DodgeDuck) == 0x000008, "Wrong alignment on TargetTypeDodgeDuck_AddTarget_DodgeDuck"); \ static_assert(sizeof(TargetTypeDodgeDuck_AddTarget_DodgeDuck) == 0x000018, "Wrong size on TargetTypeDodgeDuck_AddTarget_DodgeDuck"); \ static_assert(offsetof(TargetTypeDodgeDuck_AddTarget_DodgeDuck, TargetTracker) == 0x000000, "Member 'TargetTypeDodgeDuck_AddTarget_DodgeDuck::TargetTracker' has a wrong offset!"); \ static_assert(offsetof(TargetTypeDodgeDuck_AddTarget_DodgeDuck, InTargetID) == 0x000008, "Member 'TargetTypeDodgeDuck_AddTarget_DodgeDuck::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTypeDodgeDuck_AddTarget_DodgeDuck, bUseCameraDirectionAlways) == 0x000009, "Member 'TargetTypeDodgeDuck_AddTarget_DodgeDuck::bUseCameraDirectionAlways' has a wrong offset!"); \ static_assert(offsetof(TargetTypeDodgeDuck_AddTarget_DodgeDuck, ReturnValue) == 0x000010, "Member 'TargetTypeDodgeDuck_AddTarget_DodgeDuck::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargetTypeDodgeDuck \ static_assert(alignof(UTargetTypeDodgeDuck) == 0x000008, "Wrong alignment on UTargetTypeDodgeDuck"); \ static_assert(sizeof(UTargetTypeDodgeDuck) == 0x000070, "Wrong size on UTargetTypeDodgeDuck"); \ static_assert(offsetof(UTargetTypeDodgeDuck, OriginalDirection) == 0x000060, "Member 'UTargetTypeDodgeDuck::OriginalDirection' has a wrong offset!"); \ static_assert(offsetof(UTargetTypeDodgeDuck, AngleOffset) == 0x00006C, "Member 'UTargetTypeDodgeDuck::AngleOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneActionState_WeatherLocalWind \ static_assert(alignof(USceneActionState_WeatherLocalWind) == 0x000008, "Wrong alignment on USceneActionState_WeatherLocalWind"); \ static_assert(sizeof(USceneActionState_WeatherLocalWind) == 0x000060, "Wrong size on USceneActionState_WeatherLocalWind"); \ static_assert(offsetof(USceneActionState_WeatherLocalWind, CurrentBlend) == 0x000058, "Member 'USceneActionState_WeatherLocalWind::CurrentBlend' has a wrong offset!"); \ static_assert(offsetof(USceneActionState_WeatherLocalWind, Now) == 0x00005C, "Member 'USceneActionState_WeatherLocalWind::Now' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATesselatedPlane \ static_assert(alignof(ATesselatedPlane) == 0x000008, "Wrong alignment on ATesselatedPlane"); \ static_assert(sizeof(ATesselatedPlane) == 0x000268, "Wrong size on ATesselatedPlane"); \ static_assert(offsetof(ATesselatedPlane, PlaneMesh) == 0x000248, "Member 'ATesselatedPlane::PlaneMesh' has a wrong offset!"); \ static_assert(offsetof(ATesselatedPlane, PlaneMaterial) == 0x000250, "Member 'ATesselatedPlane::PlaneMaterial' has a wrong offset!"); \ static_assert(offsetof(ATesselatedPlane, bUseDynamicMaterial) == 0x000258, "Member 'ATesselatedPlane::bUseDynamicMaterial' has a wrong offset!"); \ static_assert(offsetof(ATesselatedPlane, PlaneDynamicMaterial) == 0x000260, "Member 'ATesselatedPlane::PlaneDynamicMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WeatherLocalWindConstant \ static_assert(alignof(USceneAction_WeatherLocalWindConstant) == 0x000008, "Wrong alignment on USceneAction_WeatherLocalWindConstant"); \ static_assert(sizeof(USceneAction_WeatherLocalWindConstant) == 0x0000E0, "Wrong size on USceneAction_WeatherLocalWindConstant"); \ static_assert(offsetof(USceneAction_WeatherLocalWindConstant, WindParameters) == 0x0000D0, "Member 'USceneAction_WeatherLocalWindConstant::WindParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneAction_WorldBaseHeight \ static_assert(alignof(USceneAction_WorldBaseHeight) == 0x000008, "Wrong alignment on USceneAction_WorldBaseHeight"); \ static_assert(sizeof(USceneAction_WorldBaseHeight) == 0x0000A0, "Wrong size on USceneAction_WorldBaseHeight"); \ static_assert(offsetof(USceneAction_WorldBaseHeight, WorldBaseHeightMeters) == 0x000088, "Member 'USceneAction_WorldBaseHeight::WorldBaseHeightMeters' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WorldBaseHeight, Affects) == 0x00008C, "Member 'USceneAction_WorldBaseHeight::Affects' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WorldBaseHeight, RelativeTo) == 0x000090, "Member 'USceneAction_WorldBaseHeight::RelativeTo' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WorldBaseHeight, Priority) == 0x000098, "Member 'USceneAction_WorldBaseHeight::Priority' has a wrong offset!"); \ static_assert(offsetof(USceneAction_WorldBaseHeight, bPreviewOnly) == 0x00009C, "Member 'USceneAction_WorldBaseHeight::bPreviewOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_GetTheSocialReactor \ static_assert(alignof(SocialReactor_GetTheSocialReactor) == 0x000008, "Wrong alignment on SocialReactor_GetTheSocialReactor"); \ static_assert(sizeof(SocialReactor_GetTheSocialReactor) == 0x000008, "Wrong size on SocialReactor_GetTheSocialReactor"); \ static_assert(offsetof(SocialReactor_GetTheSocialReactor, ReturnValue) == 0x000000, "Member 'SocialReactor_GetTheSocialReactor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_AddNewIdentity \ static_assert(alignof(SocialReactor_AddNewIdentity) == 0x000004, "Wrong alignment on SocialReactor_AddNewIdentity"); \ static_assert(sizeof(SocialReactor_AddNewIdentity) == 0x000014, "Wrong size on SocialReactor_AddNewIdentity"); \ static_assert(offsetof(SocialReactor_AddNewIdentity, InCharacterName) == 0x000000, "Member 'SocialReactor_AddNewIdentity::InCharacterName' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_AddNewIdentity, InIdentityName) == 0x000008, "Member 'SocialReactor_AddNewIdentity::InIdentityName' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_AddNewIdentity, ReturnValue) == 0x000010, "Member 'SocialReactor_AddNewIdentity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_AllowConversation \ static_assert(alignof(SocialReactor_AllowConversation) == 0x000008, "Wrong alignment on SocialReactor_AllowConversation"); \ static_assert(sizeof(SocialReactor_AllowConversation) == 0x000028, "Wrong size on SocialReactor_AllowConversation"); \ static_assert(offsetof(SocialReactor_AllowConversation, InTargetName) == 0x000000, "Member 'SocialReactor_AllowConversation::InTargetName' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_AllowConversation, inMyName) == 0x000010, "Member 'SocialReactor_AllowConversation::inMyName' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_AllowConversation, ReturnValue) == 0x000020, "Member 'SocialReactor_AllowConversation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_BeginDialogInteraction \ static_assert(alignof(SocialReactor_BeginDialogInteraction) == 0x000004, "Wrong alignment on SocialReactor_BeginDialogInteraction"); \ static_assert(sizeof(SocialReactor_BeginDialogInteraction) == 0x000008, "Wrong size on SocialReactor_BeginDialogInteraction"); \ static_assert(offsetof(SocialReactor_BeginDialogInteraction, InTargetName) == 0x000000, "Member 'SocialReactor_BeginDialogInteraction::InTargetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_EndDialogInteraction \ static_assert(alignof(SocialReactor_EndDialogInteraction) == 0x000004, "Wrong alignment on SocialReactor_EndDialogInteraction"); \ static_assert(sizeof(SocialReactor_EndDialogInteraction) == 0x000008, "Wrong size on SocialReactor_EndDialogInteraction"); \ static_assert(offsetof(SocialReactor_EndDialogInteraction, InTargetName) == 0x000000, "Member 'SocialReactor_EndDialogInteraction::InTargetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_FinishSettingMissionGossipCalloutsMuted \ static_assert(alignof(SocialReactor_FinishSettingMissionGossipCalloutsMuted) == 0x000008, "Wrong alignment on SocialReactor_FinishSettingMissionGossipCalloutsMuted"); \ static_assert(sizeof(SocialReactor_FinishSettingMissionGossipCalloutsMuted) == 0x000010, "Wrong size on SocialReactor_FinishSettingMissionGossipCalloutsMuted"); \ static_assert(offsetof(SocialReactor_FinishSettingMissionGossipCalloutsMuted, InPriority) == 0x000000, "Member 'SocialReactor_FinishSettingMissionGossipCalloutsMuted::InPriority' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_FinishSettingMissionGossipCalloutsMuted, InCaller) == 0x000008, "Member 'SocialReactor_FinishSettingMissionGossipCalloutsMuted::InCaller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_GetConversationOptions \ static_assert(alignof(SocialReactor_GetConversationOptions) == 0x000008, "Wrong alignment on SocialReactor_GetConversationOptions"); \ static_assert(sizeof(SocialReactor_GetConversationOptions) == 0x000020, "Wrong size on SocialReactor_GetConversationOptions"); \ static_assert(offsetof(SocialReactor_GetConversationOptions, InTargetName) == 0x000000, "Member 'SocialReactor_GetConversationOptions::InTargetName' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_GetConversationOptions, InTargetActor) == 0x000008, "Member 'SocialReactor_GetConversationOptions::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_GetConversationOptions, outConversationOptions) == 0x000010, "Member 'SocialReactor_GetConversationOptions::outConversationOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_GetIdentityNames \ static_assert(alignof(SocialReactor_GetIdentityNames) == 0x000008, "Wrong alignment on SocialReactor_GetIdentityNames"); \ static_assert(sizeof(SocialReactor_GetIdentityNames) == 0x000018, "Wrong size on SocialReactor_GetIdentityNames"); \ static_assert(offsetof(SocialReactor_GetIdentityNames, InTargetName) == 0x000000, "Member 'SocialReactor_GetIdentityNames::InTargetName' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_GetIdentityNames, ReturnValue) == 0x000008, "Member 'SocialReactor_GetIdentityNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_HasIdentity \ static_assert(alignof(SocialReactor_HasIdentity) == 0x000004, "Wrong alignment on SocialReactor_HasIdentity"); \ static_assert(sizeof(SocialReactor_HasIdentity) == 0x00000C, "Wrong size on SocialReactor_HasIdentity"); \ static_assert(offsetof(SocialReactor_HasIdentity, InTargetName) == 0x000000, "Member 'SocialReactor_HasIdentity::InTargetName' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_HasIdentity, Identity) == 0x000008, "Member 'SocialReactor_HasIdentity::Identity' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_HasIdentity, ReturnValue) == 0x000009, "Member 'SocialReactor_HasIdentity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_MissionGossipCalloutsMuted \ static_assert(alignof(SocialReactor_MissionGossipCalloutsMuted) == 0x000001, "Wrong alignment on SocialReactor_MissionGossipCalloutsMuted"); \ static_assert(sizeof(SocialReactor_MissionGossipCalloutsMuted) == 0x000001, "Wrong size on SocialReactor_MissionGossipCalloutsMuted"); \ static_assert(offsetof(SocialReactor_MissionGossipCalloutsMuted, ReturnValue) == 0x000000, "Member 'SocialReactor_MissionGossipCalloutsMuted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_OnAbilityStart \ static_assert(alignof(SocialReactor_OnAbilityStart) == 0x000008, "Wrong alignment on SocialReactor_OnAbilityStart"); \ static_assert(sizeof(SocialReactor_OnAbilityStart) == 0x000010, "Wrong size on SocialReactor_OnAbilityStart"); \ static_assert(offsetof(SocialReactor_OnAbilityStart, ChannelIndex) == 0x000000, "Member 'SocialReactor_OnAbilityStart::ChannelIndex' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_OnAbilityStart, AbilityContext) == 0x000008, "Member 'SocialReactor_OnAbilityStart::AbilityContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_ReportSocialAction \ static_assert(alignof(SocialReactor_ReportSocialAction) == 0x000008, "Wrong alignment on SocialReactor_ReportSocialAction"); \ static_assert(sizeof(SocialReactor_ReportSocialAction) == 0x000038, "Wrong size on SocialReactor_ReportSocialAction"); \ static_assert(offsetof(SocialReactor_ReportSocialAction, inActionID) == 0x000000, "Member 'SocialReactor_ReportSocialAction::inActionID' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_ReportSocialAction, inActionData) == 0x000008, "Member 'SocialReactor_ReportSocialAction::inActionData' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_ReportSocialAction, inLocationName) == 0x000018, "Member 'SocialReactor_ReportSocialAction::inLocationName' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_ReportSocialAction, InTargetName) == 0x000028, "Member 'SocialReactor_ReportSocialAction::InTargetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_SetEmotionalState \ static_assert(alignof(SocialReactor_SetEmotionalState) == 0x000004, "Wrong alignment on SocialReactor_SetEmotionalState"); \ static_assert(sizeof(SocialReactor_SetEmotionalState) == 0x000010, "Wrong size on SocialReactor_SetEmotionalState"); \ static_assert(offsetof(SocialReactor_SetEmotionalState, InActorName) == 0x000000, "Member 'SocialReactor_SetEmotionalState::InActorName' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_SetEmotionalState, InSocialEmotion) == 0x000008, "Member 'SocialReactor_SetEmotionalState::InSocialEmotion' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_SetEmotionalState, InMagnitude) == 0x00000C, "Member 'SocialReactor_SetEmotionalState::InMagnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_StartEmoAbility \ static_assert(alignof(SocialReactor_StartEmoAbility) == 0x000008, "Wrong alignment on SocialReactor_StartEmoAbility"); \ static_assert(sizeof(SocialReactor_StartEmoAbility) == 0x000008, "Wrong size on SocialReactor_StartEmoAbility"); \ static_assert(offsetof(SocialReactor_StartEmoAbility, InActorPawn) == 0x000000, "Member 'SocialReactor_StartEmoAbility::InActorPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_StartSettingMissionGossipCalloutsMuted \ static_assert(alignof(SocialReactor_StartSettingMissionGossipCalloutsMuted) == 0x000008, "Wrong alignment on SocialReactor_StartSettingMissionGossipCalloutsMuted"); \ static_assert(sizeof(SocialReactor_StartSettingMissionGossipCalloutsMuted) == 0x000010, "Wrong size on SocialReactor_StartSettingMissionGossipCalloutsMuted"); \ static_assert(offsetof(SocialReactor_StartSettingMissionGossipCalloutsMuted, InMuted) == 0x000000, "Member 'SocialReactor_StartSettingMissionGossipCalloutsMuted::InMuted' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_StartSettingMissionGossipCalloutsMuted, InPriority) == 0x000001, "Member 'SocialReactor_StartSettingMissionGossipCalloutsMuted::InPriority' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_StartSettingMissionGossipCalloutsMuted, InCaller) == 0x000008, "Member 'SocialReactor_StartSettingMissionGossipCalloutsMuted::InCaller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_ToggleAmbientChatterTopic \ static_assert(alignof(SocialReactor_ToggleAmbientChatterTopic) == 0x000001, "Wrong alignment on SocialReactor_ToggleAmbientChatterTopic"); \ static_assert(sizeof(SocialReactor_ToggleAmbientChatterTopic) == 0x000002, "Wrong size on SocialReactor_ToggleAmbientChatterTopic"); \ static_assert(offsetof(SocialReactor_ToggleAmbientChatterTopic, InTopic) == 0x000000, "Member 'SocialReactor_ToggleAmbientChatterTopic::InTopic' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_ToggleAmbientChatterTopic, bInTurnOn) == 0x000001, "Member 'SocialReactor_ToggleAmbientChatterTopic::bInTurnOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_ValidateInteractionType \ static_assert(alignof(SocialReactor_ValidateInteractionType) == 0x000008, "Wrong alignment on SocialReactor_ValidateInteractionType"); \ static_assert(sizeof(SocialReactor_ValidateInteractionType) == 0x000018, "Wrong size on SocialReactor_ValidateInteractionType"); \ static_assert(offsetof(SocialReactor_ValidateInteractionType, InTargetName) == 0x000000, "Member 'SocialReactor_ValidateInteractionType::InTargetName' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_ValidateInteractionType, InTargetActor) == 0x000008, "Member 'SocialReactor_ValidateInteractionType::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_ValidateInteractionType, InInteractionType) == 0x000010, "Member 'SocialReactor_ValidateInteractionType::InInteractionType' has a wrong offset!"); \ static_assert(offsetof(SocialReactor_ValidateInteractionType, ReturnValue) == 0x000011, "Member 'SocialReactor_ValidateInteractionType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReactor_GetIdentityList \ static_assert(alignof(SocialReactor_GetIdentityList) == 0x000008, "Wrong alignment on SocialReactor_GetIdentityList"); \ static_assert(sizeof(SocialReactor_GetIdentityList) == 0x000010, "Wrong size on SocialReactor_GetIdentityList"); \ static_assert(offsetof(SocialReactor_GetIdentityList, ReturnValue) == 0x000000, "Member 'SocialReactor_GetIdentityList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USocialReactor \ static_assert(alignof(USocialReactor) == 0x000008, "Wrong alignment on USocialReactor"); \ static_assert(sizeof(USocialReactor) == 0x000528, "Wrong size on USocialReactor"); \ static_assert(offsetof(USocialReactor, DetermineLeaderChange_Banner) == 0x000068, "Member 'USocialReactor::DetermineLeaderChange_Banner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneGroup_SanctuaryIdentity_OnIdentityChanged \ static_assert(alignof(SceneGroup_SanctuaryIdentity_OnIdentityChanged) == 0x000001, "Wrong alignment on SceneGroup_SanctuaryIdentity_OnIdentityChanged"); \ static_assert(sizeof(SceneGroup_SanctuaryIdentity_OnIdentityChanged) == 0x000002, "Wrong size on SceneGroup_SanctuaryIdentity_OnIdentityChanged"); \ static_assert(offsetof(SceneGroup_SanctuaryIdentity_OnIdentityChanged, OldIdentity) == 0x000000, "Member 'SceneGroup_SanctuaryIdentity_OnIdentityChanged::OldIdentity' has a wrong offset!"); \ static_assert(offsetof(SceneGroup_SanctuaryIdentity_OnIdentityChanged, NewIdentity) == 0x000001, "Member 'SceneGroup_SanctuaryIdentity_OnIdentityChanged::NewIdentity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneGroup_SanctuaryIdentity \ static_assert(alignof(USceneGroup_SanctuaryIdentity) == 0x000008, "Wrong alignment on USceneGroup_SanctuaryIdentity"); \ static_assert(sizeof(USceneGroup_SanctuaryIdentity) == 0x0000B0, "Wrong size on USceneGroup_SanctuaryIdentity"); \ static_assert(offsetof(USceneGroup_SanctuaryIdentity, Identity) == 0x0000A8, "Member 'USceneGroup_SanctuaryIdentity::Identity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneGroupState_SanctuaryIdentity \ static_assert(alignof(USceneGroupState_SanctuaryIdentity) == 0x000008, "Wrong alignment on USceneGroupState_SanctuaryIdentity"); \ static_assert(sizeof(USceneGroupState_SanctuaryIdentity) == 0x000068, "Wrong size on USceneGroupState_SanctuaryIdentity"); \ #define DUMPER7_ASSERTS_USceneRigParameter_AkAudioEvent \ static_assert(alignof(USceneRigParameter_AkAudioEvent) == 0x000008, "Wrong alignment on USceneRigParameter_AkAudioEvent"); \ static_assert(sizeof(USceneRigParameter_AkAudioEvent) == 0x000058, "Wrong size on USceneRigParameter_AkAudioEvent"); \ static_assert(offsetof(USceneRigParameter_AkAudioEvent, Value) == 0x000038, "Member 'USceneRigParameter_AkAudioEvent::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StoryDirector_Interface_NotifyAllStoriesOfEvent \ static_assert(alignof(StoryDirector_Interface_NotifyAllStoriesOfEvent) == 0x000004, "Wrong alignment on StoryDirector_Interface_NotifyAllStoriesOfEvent"); \ static_assert(sizeof(StoryDirector_Interface_NotifyAllStoriesOfEvent) == 0x000008, "Wrong size on StoryDirector_Interface_NotifyAllStoriesOfEvent"); \ static_assert(offsetof(StoryDirector_Interface_NotifyAllStoriesOfEvent, InEventName) == 0x000000, "Member 'StoryDirector_Interface_NotifyAllStoriesOfEvent::InEventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StoryDirector_Interface_ParticipantFinishedEnter \ static_assert(alignof(StoryDirector_Interface_ParticipantFinishedEnter) == 0x000008, "Wrong alignment on StoryDirector_Interface_ParticipantFinishedEnter"); \ static_assert(sizeof(StoryDirector_Interface_ParticipantFinishedEnter) == 0x000010, "Wrong size on StoryDirector_Interface_ParticipantFinishedEnter"); \ static_assert(offsetof(StoryDirector_Interface_ParticipantFinishedEnter, inParticipant) == 0x000000, "Member 'StoryDirector_Interface_ParticipantFinishedEnter::inParticipant' has a wrong offset!"); \ static_assert(offsetof(StoryDirector_Interface_ParticipantFinishedEnter, InConnectionIndex) == 0x000008, "Member 'StoryDirector_Interface_ParticipantFinishedEnter::InConnectionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StoryDirector_Interface_ParticipantFinishedExit \ static_assert(alignof(StoryDirector_Interface_ParticipantFinishedExit) == 0x000008, "Wrong alignment on StoryDirector_Interface_ParticipantFinishedExit"); \ static_assert(sizeof(StoryDirector_Interface_ParticipantFinishedExit) == 0x000018, "Wrong size on StoryDirector_Interface_ParticipantFinishedExit"); \ static_assert(offsetof(StoryDirector_Interface_ParticipantFinishedExit, inParticipant) == 0x000000, "Member 'StoryDirector_Interface_ParticipantFinishedExit::inParticipant' has a wrong offset!"); \ static_assert(offsetof(StoryDirector_Interface_ParticipantFinishedExit, InConnectionIndex) == 0x000008, "Member 'StoryDirector_Interface_ParticipantFinishedExit::InConnectionIndex' has a wrong offset!"); \ static_assert(offsetof(StoryDirector_Interface_ParticipantFinishedExit, inSocialSemantic) == 0x00000C, "Member 'StoryDirector_Interface_ParticipantFinishedExit::inSocialSemantic' has a wrong offset!"); \ static_assert(offsetof(StoryDirector_Interface_ParticipantFinishedExit, inTestForMovementMode) == 0x000014, "Member 'StoryDirector_Interface_ParticipantFinishedExit::inTestForMovementMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StoryDirector_Interface_SetupStorySceneRigConnection \ static_assert(alignof(StoryDirector_Interface_SetupStorySceneRigConnection) == 0x000008, "Wrong alignment on StoryDirector_Interface_SetupStorySceneRigConnection"); \ static_assert(sizeof(StoryDirector_Interface_SetupStorySceneRigConnection) == 0x000090, "Wrong size on StoryDirector_Interface_SetupStorySceneRigConnection"); \ static_assert(offsetof(StoryDirector_Interface_SetupStorySceneRigConnection, outParameters) == 0x000000, "Member 'StoryDirector_Interface_SetupStorySceneRigConnection::outParameters' has a wrong offset!"); \ static_assert(offsetof(StoryDirector_Interface_SetupStorySceneRigConnection, InConnectionIndex) == 0x000088, "Member 'StoryDirector_Interface_SetupStorySceneRigConnection::InConnectionIndex' has a wrong offset!"); \ static_assert(offsetof(StoryDirector_Interface_SetupStorySceneRigConnection, InChannel) == 0x00008C, "Member 'StoryDirector_Interface_SetupStorySceneRigConnection::InChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StoryDirector_Interface_SetupStorySceneRigProp \ static_assert(alignof(StoryDirector_Interface_SetupStorySceneRigProp) == 0x000008, "Wrong alignment on StoryDirector_Interface_SetupStorySceneRigProp"); \ static_assert(sizeof(StoryDirector_Interface_SetupStorySceneRigProp) == 0x000088, "Wrong size on StoryDirector_Interface_SetupStorySceneRigProp"); \ static_assert(offsetof(StoryDirector_Interface_SetupStorySceneRigProp, outParameters) == 0x000000, "Member 'StoryDirector_Interface_SetupStorySceneRigProp::outParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StoryDirector_Interface_StoryEnded \ static_assert(alignof(StoryDirector_Interface_StoryEnded) == 0x000008, "Wrong alignment on StoryDirector_Interface_StoryEnded"); \ static_assert(sizeof(StoryDirector_Interface_StoryEnded) == 0x000008, "Wrong size on StoryDirector_Interface_StoryEnded"); \ static_assert(offsetof(StoryDirector_Interface_StoryEnded, inSceneRigStory) == 0x000000, "Member 'StoryDirector_Interface_StoryEnded::inSceneRigStory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IStoryDirector_Interface \ static_assert(alignof(IStoryDirector_Interface) == 0x000001, "Wrong alignment on IStoryDirector_Interface"); \ static_assert(sizeof(IStoryDirector_Interface) == 0x000001, "Wrong size on IStoryDirector_Interface"); \ #define DUMPER7_ASSERTS_USceneRigParameter_AkAudioRTPC \ static_assert(alignof(USceneRigParameter_AkAudioRTPC) == 0x000008, "Wrong alignment on USceneRigParameter_AkAudioRTPC"); \ static_assert(sizeof(USceneRigParameter_AkAudioRTPC) == 0x000050, "Wrong size on USceneRigParameter_AkAudioRTPC"); \ static_assert(offsetof(USceneRigParameter_AkAudioRTPC, Value) == 0x000038, "Member 'USceneRigParameter_AkAudioRTPC::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigParameterDefinition_AvaAudioMusic \ static_assert(alignof(USceneRigParameterDefinition_AvaAudioMusic) == 0x000008, "Wrong alignment on USceneRigParameterDefinition_AvaAudioMusic"); \ static_assert(sizeof(USceneRigParameterDefinition_AvaAudioMusic) == 0x000050, "Wrong size on USceneRigParameterDefinition_AvaAudioMusic"); \ static_assert(offsetof(USceneRigParameterDefinition_AvaAudioMusic, DefaultEvent) == 0x000038, "Member 'USceneRigParameterDefinition_AvaAudioMusic::DefaultEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VendorStock_RefreshVendor \ static_assert(alignof(VendorStock_RefreshVendor) == 0x000004, "Wrong alignment on VendorStock_RefreshVendor"); \ static_assert(sizeof(VendorStock_RefreshVendor) == 0x000008, "Wrong size on VendorStock_RefreshVendor"); \ static_assert(offsetof(VendorStock_RefreshVendor, Vendor) == 0x000000, "Member 'VendorStock_RefreshVendor::Vendor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVendorStock \ static_assert(alignof(UVendorStock) == 0x000008, "Wrong alignment on UVendorStock"); \ static_assert(sizeof(UVendorStock) == 0x000048, "Wrong size on UVendorStock"); \ #define DUMPER7_ASSERTS_USceneRig_ConversationAmbient \ static_assert(alignof(USceneRig_ConversationAmbient) == 0x000008, "Wrong alignment on USceneRig_ConversationAmbient"); \ static_assert(sizeof(USceneRig_ConversationAmbient) == 0x000070, "Wrong size on USceneRig_ConversationAmbient"); \ static_assert(offsetof(USceneRig_ConversationAmbient, Tags) == 0x000040, "Member 'USceneRig_ConversationAmbient::Tags' has a wrong offset!"); \ static_assert(offsetof(USceneRig_ConversationAmbient, TagProviders) == 0x000060, "Member 'USceneRig_ConversationAmbient::TagProviders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_AddInputButton \ static_assert(alignof(SpellMiniGameBase_AddInputButton) == 0x000008, "Wrong alignment on SpellMiniGameBase_AddInputButton"); \ static_assert(sizeof(SpellMiniGameBase_AddInputButton) == 0x000018, "Wrong size on SpellMiniGameBase_AddInputButton"); \ static_assert(offsetof(SpellMiniGameBase_AddInputButton, ButtonKey) == 0x000000, "Member 'SpellMiniGameBase_AddInputButton::ButtonKey' has a wrong offset!"); \ static_assert(offsetof(SpellMiniGameBase_AddInputButton, Position) == 0x000010, "Member 'SpellMiniGameBase_AddInputButton::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_AddResetWaitRequest \ static_assert(alignof(SpellMiniGameBase_AddResetWaitRequest) == 0x000008, "Wrong alignment on SpellMiniGameBase_AddResetWaitRequest"); \ static_assert(sizeof(SpellMiniGameBase_AddResetWaitRequest) == 0x000008, "Wrong size on SpellMiniGameBase_AddResetWaitRequest"); \ static_assert(offsetof(SpellMiniGameBase_AddResetWaitRequest, sender) == 0x000000, "Member 'SpellMiniGameBase_AddResetWaitRequest::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_GetProgressOnMask \ static_assert(alignof(SpellMiniGameBase_GetProgressOnMask) == 0x000008, "Wrong alignment on SpellMiniGameBase_GetProgressOnMask"); \ static_assert(sizeof(SpellMiniGameBase_GetProgressOnMask) == 0x000010, "Wrong size on SpellMiniGameBase_GetProgressOnMask"); \ static_assert(offsetof(SpellMiniGameBase_GetProgressOnMask, Spark) == 0x000000, "Member 'SpellMiniGameBase_GetProgressOnMask::Spark' has a wrong offset!"); \ static_assert(offsetof(SpellMiniGameBase_GetProgressOnMask, ReturnValue) == 0x000008, "Member 'SpellMiniGameBase_GetProgressOnMask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_LogSpellMinigameData \ static_assert(alignof(SpellMiniGameBase_LogSpellMinigameData) == 0x000008, "Wrong alignment on SpellMiniGameBase_LogSpellMinigameData"); \ static_assert(sizeof(SpellMiniGameBase_LogSpellMinigameData) == 0x000010, "Wrong size on SpellMiniGameBase_LogSpellMinigameData"); \ static_assert(offsetof(SpellMiniGameBase_LogSpellMinigameData, LogData) == 0x000000, "Member 'SpellMiniGameBase_LogSpellMinigameData::LogData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_OnBadSparkEnterInputWindow \ static_assert(alignof(SpellMiniGameBase_OnBadSparkEnterInputWindow) == 0x000004, "Wrong alignment on SpellMiniGameBase_OnBadSparkEnterInputWindow"); \ static_assert(sizeof(SpellMiniGameBase_OnBadSparkEnterInputWindow) == 0x000004, "Wrong size on SpellMiniGameBase_OnBadSparkEnterInputWindow"); \ static_assert(offsetof(SpellMiniGameBase_OnBadSparkEnterInputWindow, Checkpoint) == 0x000000, "Member 'SpellMiniGameBase_OnBadSparkEnterInputWindow::Checkpoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_OnBadSparkHitCheckpoint \ static_assert(alignof(SpellMiniGameBase_OnBadSparkHitCheckpoint) == 0x000004, "Wrong alignment on SpellMiniGameBase_OnBadSparkHitCheckpoint"); \ static_assert(sizeof(SpellMiniGameBase_OnBadSparkHitCheckpoint) == 0x000004, "Wrong size on SpellMiniGameBase_OnBadSparkHitCheckpoint"); \ static_assert(offsetof(SpellMiniGameBase_OnBadSparkHitCheckpoint, Checkpoint) == 0x000000, "Member 'SpellMiniGameBase_OnBadSparkHitCheckpoint::Checkpoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_OnButtonPreDraw \ static_assert(alignof(SpellMiniGameBase_OnButtonPreDraw) == 0x000004, "Wrong alignment on SpellMiniGameBase_OnButtonPreDraw"); \ static_assert(sizeof(SpellMiniGameBase_OnButtonPreDraw) == 0x000004, "Wrong size on SpellMiniGameBase_OnButtonPreDraw"); \ static_assert(offsetof(SpellMiniGameBase_OnButtonPreDraw, ButtonIndex) == 0x000000, "Member 'SpellMiniGameBase_OnButtonPreDraw::ButtonIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_OnEnterInputWindow \ static_assert(alignof(SpellMiniGameBase_OnEnterInputWindow) == 0x000004, "Wrong alignment on SpellMiniGameBase_OnEnterInputWindow"); \ static_assert(sizeof(SpellMiniGameBase_OnEnterInputWindow) == 0x000004, "Wrong size on SpellMiniGameBase_OnEnterInputWindow"); \ static_assert(offsetof(SpellMiniGameBase_OnEnterInputWindow, Checkpoint) == 0x000000, "Member 'SpellMiniGameBase_OnEnterInputWindow::Checkpoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_OnInputDeviceChanged \ static_assert(alignof(SpellMiniGameBase_OnInputDeviceChanged) == 0x000001, "Wrong alignment on SpellMiniGameBase_OnInputDeviceChanged"); \ static_assert(sizeof(SpellMiniGameBase_OnInputDeviceChanged) == 0x000001, "Wrong size on SpellMiniGameBase_OnInputDeviceChanged"); \ static_assert(offsetof(SpellMiniGameBase_OnInputDeviceChanged, UsedInputDevice) == 0x000000, "Member 'SpellMiniGameBase_OnInputDeviceChanged::UsedInputDevice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_OnInputFailure \ static_assert(alignof(SpellMiniGameBase_OnInputFailure) == 0x000004, "Wrong alignment on SpellMiniGameBase_OnInputFailure"); \ static_assert(sizeof(SpellMiniGameBase_OnInputFailure) == 0x000004, "Wrong size on SpellMiniGameBase_OnInputFailure"); \ static_assert(offsetof(SpellMiniGameBase_OnInputFailure, InputIndex) == 0x000000, "Member 'SpellMiniGameBase_OnInputFailure::InputIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_OnInputSuccess \ static_assert(alignof(SpellMiniGameBase_OnInputSuccess) == 0x000004, "Wrong alignment on SpellMiniGameBase_OnInputSuccess"); \ static_assert(sizeof(SpellMiniGameBase_OnInputSuccess) == 0x000004, "Wrong size on SpellMiniGameBase_OnInputSuccess"); \ static_assert(offsetof(SpellMiniGameBase_OnInputSuccess, InputButtonIndex) == 0x000000, "Member 'SpellMiniGameBase_OnInputSuccess::InputButtonIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_OnMinigameFailure \ static_assert(alignof(SpellMiniGameBase_OnMinigameFailure) == 0x000008, "Wrong alignment on SpellMiniGameBase_OnMinigameFailure"); \ static_assert(sizeof(SpellMiniGameBase_OnMinigameFailure) == 0x000008, "Wrong size on SpellMiniGameBase_OnMinigameFailure"); \ static_assert(offsetof(SpellMiniGameBase_OnMinigameFailure, sender) == 0x000000, "Member 'SpellMiniGameBase_OnMinigameFailure::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_OnPathSplineSet \ static_assert(alignof(SpellMiniGameBase_OnPathSplineSet) == 0x000008, "Wrong alignment on SpellMiniGameBase_OnPathSplineSet"); \ static_assert(sizeof(SpellMiniGameBase_OnPathSplineSet) == 0x000010, "Wrong size on SpellMiniGameBase_OnPathSplineSet"); \ static_assert(offsetof(SpellMiniGameBase_OnPathSplineSet, Spline) == 0x000000, "Member 'SpellMiniGameBase_OnPathSplineSet::Spline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_OnSpellMaskLoaded \ static_assert(alignof(SpellMiniGameBase_OnSpellMaskLoaded) == 0x000008, "Wrong alignment on SpellMiniGameBase_OnSpellMaskLoaded"); \ static_assert(sizeof(SpellMiniGameBase_OnSpellMaskLoaded) == 0x000008, "Wrong size on SpellMiniGameBase_OnSpellMaskLoaded"); \ static_assert(offsetof(SpellMiniGameBase_OnSpellMaskLoaded, PathMask) == 0x000000, "Member 'SpellMiniGameBase_OnSpellMaskLoaded::PathMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_OnSpellTextureLoaded \ static_assert(alignof(SpellMiniGameBase_OnSpellTextureLoaded) == 0x000008, "Wrong alignment on SpellMiniGameBase_OnSpellTextureLoaded"); \ static_assert(sizeof(SpellMiniGameBase_OnSpellTextureLoaded) == 0x000008, "Wrong size on SpellMiniGameBase_OnSpellTextureLoaded"); \ static_assert(offsetof(SpellMiniGameBase_OnSpellTextureLoaded, PathTexture) == 0x000000, "Member 'SpellMiniGameBase_OnSpellTextureLoaded::PathTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_OnUpdateFailProgress \ static_assert(alignof(SpellMiniGameBase_OnUpdateFailProgress) == 0x000004, "Wrong alignment on SpellMiniGameBase_OnUpdateFailProgress"); \ static_assert(sizeof(SpellMiniGameBase_OnUpdateFailProgress) == 0x000008, "Wrong size on SpellMiniGameBase_OnUpdateFailProgress"); \ static_assert(offsetof(SpellMiniGameBase_OnUpdateFailProgress, NewProgress) == 0x000000, "Member 'SpellMiniGameBase_OnUpdateFailProgress::NewProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_OnUpdatePlayerProgress \ static_assert(alignof(SpellMiniGameBase_OnUpdatePlayerProgress) == 0x000004, "Wrong alignment on SpellMiniGameBase_OnUpdatePlayerProgress"); \ static_assert(sizeof(SpellMiniGameBase_OnUpdatePlayerProgress) == 0x000008, "Wrong size on SpellMiniGameBase_OnUpdatePlayerProgress"); \ static_assert(offsetof(SpellMiniGameBase_OnUpdatePlayerProgress, NewProgress) == 0x000000, "Member 'SpellMiniGameBase_OnUpdatePlayerProgress::NewProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_OnUpdatePreDrawProgress \ static_assert(alignof(SpellMiniGameBase_OnUpdatePreDrawProgress) == 0x000004, "Wrong alignment on SpellMiniGameBase_OnUpdatePreDrawProgress"); \ static_assert(sizeof(SpellMiniGameBase_OnUpdatePreDrawProgress) == 0x000004, "Wrong size on SpellMiniGameBase_OnUpdatePreDrawProgress"); \ static_assert(offsetof(SpellMiniGameBase_OnUpdatePreDrawProgress, NewProgress) == 0x000000, "Member 'SpellMiniGameBase_OnUpdatePreDrawProgress::NewProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_PathMaskCallback \ static_assert(alignof(SpellMiniGameBase_PathMaskCallback) == 0x000008, "Wrong alignment on SpellMiniGameBase_PathMaskCallback"); \ static_assert(sizeof(SpellMiniGameBase_PathMaskCallback) == 0x000008, "Wrong size on SpellMiniGameBase_PathMaskCallback"); \ static_assert(offsetof(SpellMiniGameBase_PathMaskCallback, T2D) == 0x000000, "Member 'SpellMiniGameBase_PathMaskCallback::T2D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_PathTextureCallback \ static_assert(alignof(SpellMiniGameBase_PathTextureCallback) == 0x000008, "Wrong alignment on SpellMiniGameBase_PathTextureCallback"); \ static_assert(sizeof(SpellMiniGameBase_PathTextureCallback) == 0x000008, "Wrong size on SpellMiniGameBase_PathTextureCallback"); \ static_assert(offsetof(SpellMiniGameBase_PathTextureCallback, MI) == 0x000000, "Member 'SpellMiniGameBase_PathTextureCallback::MI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_PostMiniGameDataSet \ static_assert(alignof(SpellMiniGameBase_PostMiniGameDataSet) == 0x000008, "Wrong alignment on SpellMiniGameBase_PostMiniGameDataSet"); \ static_assert(sizeof(SpellMiniGameBase_PostMiniGameDataSet) == 0x0000F8, "Wrong size on SpellMiniGameBase_PostMiniGameDataSet"); \ static_assert(offsetof(SpellMiniGameBase_PostMiniGameDataSet, Data) == 0x000000, "Member 'SpellMiniGameBase_PostMiniGameDataSet::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_SetSpellIconImages \ static_assert(alignof(SpellMiniGameBase_SetSpellIconImages) == 0x000008, "Wrong alignment on SpellMiniGameBase_SetSpellIconImages"); \ static_assert(sizeof(SpellMiniGameBase_SetSpellIconImages) == 0x000058, "Wrong size on SpellMiniGameBase_SetSpellIconImages"); \ static_assert(offsetof(SpellMiniGameBase_SetSpellIconImages, Icon) == 0x000000, "Member 'SpellMiniGameBase_SetSpellIconImages::Icon' has a wrong offset!"); \ static_assert(offsetof(SpellMiniGameBase_SetSpellIconImages, IconGlow) == 0x000028, "Member 'SpellMiniGameBase_SetSpellIconImages::IconGlow' has a wrong offset!"); \ static_assert(offsetof(SpellMiniGameBase_SetSpellIconImages, Position) == 0x000050, "Member 'SpellMiniGameBase_SetSpellIconImages::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_SetUseDefaultCamera \ static_assert(alignof(SpellMiniGameBase_SetUseDefaultCamera) == 0x000001, "Wrong alignment on SpellMiniGameBase_SetUseDefaultCamera"); \ static_assert(sizeof(SpellMiniGameBase_SetUseDefaultCamera) == 0x000001, "Wrong size on SpellMiniGameBase_SetUseDefaultCamera"); \ static_assert(offsetof(SpellMiniGameBase_SetUseDefaultCamera, UseDefault) == 0x000000, "Member 'SpellMiniGameBase_SetUseDefaultCamera::UseDefault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_StartMiniGameReset \ static_assert(alignof(SpellMiniGameBase_StartMiniGameReset) == 0x000008, "Wrong alignment on SpellMiniGameBase_StartMiniGameReset"); \ static_assert(sizeof(SpellMiniGameBase_StartMiniGameReset) == 0x000010, "Wrong size on SpellMiniGameBase_StartMiniGameReset"); \ static_assert(offsetof(SpellMiniGameBase_StartMiniGameReset, sender) == 0x000000, "Member 'SpellMiniGameBase_StartMiniGameReset::sender' has a wrong offset!"); \ static_assert(offsetof(SpellMiniGameBase_StartMiniGameReset, RemoveWaitRequest) == 0x000008, "Member 'SpellMiniGameBase_StartMiniGameReset::RemoveWaitRequest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_UpdateButtonGlow \ static_assert(alignof(SpellMiniGameBase_UpdateButtonGlow) == 0x000004, "Wrong alignment on SpellMiniGameBase_UpdateButtonGlow"); \ static_assert(sizeof(SpellMiniGameBase_UpdateButtonGlow) == 0x000008, "Wrong size on SpellMiniGameBase_UpdateButtonGlow"); \ static_assert(offsetof(SpellMiniGameBase_UpdateButtonGlow, Checkpoint) == 0x000000, "Member 'SpellMiniGameBase_UpdateButtonGlow::Checkpoint' has a wrong offset!"); \ static_assert(offsetof(SpellMiniGameBase_UpdateButtonGlow, GlowOpacity) == 0x000004, "Member 'SpellMiniGameBase_UpdateButtonGlow::GlowOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_GetCurrentCheckpointData \ static_assert(alignof(SpellMiniGameBase_GetCurrentCheckpointData) == 0x000004, "Wrong alignment on SpellMiniGameBase_GetCurrentCheckpointData"); \ static_assert(sizeof(SpellMiniGameBase_GetCurrentCheckpointData) == 0x000018, "Wrong size on SpellMiniGameBase_GetCurrentCheckpointData"); \ static_assert(offsetof(SpellMiniGameBase_GetCurrentCheckpointData, ReturnValue) == 0x000000, "Member 'SpellMiniGameBase_GetCurrentCheckpointData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_GetInputCheckpoints \ static_assert(alignof(SpellMiniGameBase_GetInputCheckpoints) == 0x000008, "Wrong alignment on SpellMiniGameBase_GetInputCheckpoints"); \ static_assert(sizeof(SpellMiniGameBase_GetInputCheckpoints) == 0x000010, "Wrong size on SpellMiniGameBase_GetInputCheckpoints"); \ static_assert(offsetof(SpellMiniGameBase_GetInputCheckpoints, ReturnValue) == 0x000000, "Member 'SpellMiniGameBase_GetInputCheckpoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_GetIsInInputWindow \ static_assert(alignof(SpellMiniGameBase_GetIsInInputWindow) == 0x000001, "Wrong alignment on SpellMiniGameBase_GetIsInInputWindow"); \ static_assert(sizeof(SpellMiniGameBase_GetIsInInputWindow) == 0x000001, "Wrong size on SpellMiniGameBase_GetIsInInputWindow"); \ static_assert(offsetof(SpellMiniGameBase_GetIsInInputWindow, ReturnValue) == 0x000000, "Member 'SpellMiniGameBase_GetIsInInputWindow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_GetIsMiniGameActive \ static_assert(alignof(SpellMiniGameBase_GetIsMiniGameActive) == 0x000001, "Wrong alignment on SpellMiniGameBase_GetIsMiniGameActive"); \ static_assert(sizeof(SpellMiniGameBase_GetIsMiniGameActive) == 0x000001, "Wrong size on SpellMiniGameBase_GetIsMiniGameActive"); \ static_assert(offsetof(SpellMiniGameBase_GetIsMiniGameActive, ReturnValue) == 0x000000, "Member 'SpellMiniGameBase_GetIsMiniGameActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_GetIsWaitingForStart \ static_assert(alignof(SpellMiniGameBase_GetIsWaitingForStart) == 0x000001, "Wrong alignment on SpellMiniGameBase_GetIsWaitingForStart"); \ static_assert(sizeof(SpellMiniGameBase_GetIsWaitingForStart) == 0x000001, "Wrong size on SpellMiniGameBase_GetIsWaitingForStart"); \ static_assert(offsetof(SpellMiniGameBase_GetIsWaitingForStart, ReturnValue) == 0x000000, "Member 'SpellMiniGameBase_GetIsWaitingForStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellMiniGameBase_GetMiniGameName \ static_assert(alignof(SpellMiniGameBase_GetMiniGameName) == 0x000004, "Wrong alignment on SpellMiniGameBase_GetMiniGameName"); \ static_assert(sizeof(SpellMiniGameBase_GetMiniGameName) == 0x000008, "Wrong size on SpellMiniGameBase_GetMiniGameName"); \ static_assert(offsetof(SpellMiniGameBase_GetMiniGameName, ReturnValue) == 0x000000, "Member 'SpellMiniGameBase_GetMiniGameName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpellMiniGameBase \ static_assert(alignof(USpellMiniGameBase) == 0x000008, "Wrong alignment on USpellMiniGameBase"); \ static_assert(sizeof(USpellMiniGameBase) == 0x000528, "Wrong size on USpellMiniGameBase"); \ static_assert(offsetof(USpellMiniGameBase, PreDrawTime) == 0x000370, "Member 'USpellMiniGameBase::PreDrawTime' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameBase, PlayerSpark) == 0x000378, "Member 'USpellMiniGameBase::PlayerSpark' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameBase, BadSpark) == 0x000380, "Member 'USpellMiniGameBase::BadSpark' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameBase, FailProgress) == 0x000388, "Member 'USpellMiniGameBase::FailProgress' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameBase, PlayerProxy) == 0x000390, "Member 'USpellMiniGameBase::PlayerProxy' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameBase, ThreatChaserDelay) == 0x000398, "Member 'USpellMiniGameBase::ThreatChaserDelay' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameBase, PreDrawProgress) == 0x00039C, "Member 'USpellMiniGameBase::PreDrawProgress' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameBase, PlayerSparkInput) == 0x0003A0, "Member 'USpellMiniGameBase::PlayerSparkInput' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameBase, LastTouchpadInput) == 0x0003A8, "Member 'USpellMiniGameBase::LastTouchpadInput' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameBase, SpellPathScale) == 0x0003B0, "Member 'USpellMiniGameBase::SpellPathScale' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameBase, SpellPathMask) == 0x0003B8, "Member 'USpellMiniGameBase::SpellPathMask' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameBase, PossiblePrompts) == 0x0003C0, "Member 'USpellMiniGameBase::PossiblePrompts' has a wrong offset!"); \ static_assert(offsetof(USpellMiniGameBase, SpellMiniGameDataTable) == 0x0003D0, "Member 'USpellMiniGameBase::SpellMiniGameDataTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRig_Intrusion \ static_assert(alignof(USceneRig_Intrusion) == 0x000008, "Wrong alignment on USceneRig_Intrusion"); \ static_assert(sizeof(USceneRig_Intrusion) == 0x000268, "Wrong size on USceneRig_Intrusion"); \ static_assert(offsetof(USceneRig_Intrusion, Enforcer) == 0x000238, "Member 'USceneRig_Intrusion::Enforcer' has a wrong offset!"); \ static_assert(offsetof(USceneRig_Intrusion, RootLocation) == 0x000250, "Member 'USceneRig_Intrusion::RootLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASceneRigAIController \ static_assert(alignof(ASceneRigAIController) == 0x000008, "Wrong alignment on ASceneRigAIController"); \ static_assert(sizeof(ASceneRigAIController) == 0x000540, "Wrong size on ASceneRigAIController"); \ #define DUMPER7_ASSERTS_USpellToolRecord \ static_assert(alignof(USpellToolRecord) == 0x000008, "Wrong alignment on USpellToolRecord"); \ static_assert(sizeof(USpellToolRecord) == 0x000098, "Wrong size on USpellToolRecord"); \ static_assert(offsetof(USpellToolRecord, SpellTool) == 0x000050, "Member 'USpellToolRecord::SpellTool' has a wrong offset!"); \ static_assert(offsetof(USpellToolRecord, AudioSwitchName) == 0x000078, "Member 'USpellToolRecord::AudioSwitchName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigInputScreen_InitInputScreen \ static_assert(alignof(SceneRigInputScreen_InitInputScreen) == 0x000008, "Wrong alignment on SceneRigInputScreen_InitInputScreen"); \ static_assert(sizeof(SceneRigInputScreen_InitInputScreen) == 0x000070, "Wrong size on SceneRigInputScreen_InitInputScreen"); \ static_assert(offsetof(SceneRigInputScreen_InitInputScreen, Margins) == 0x000000, "Member 'SceneRigInputScreen_InitInputScreen::Margins' has a wrong offset!"); \ static_assert(offsetof(SceneRigInputScreen_InitInputScreen, PromptImageName) == 0x000010, "Member 'SceneRigInputScreen_InitInputScreen::PromptImageName' has a wrong offset!"); \ static_assert(offsetof(SceneRigInputScreen_InitInputScreen, ButtonLegend) == 0x000020, "Member 'SceneRigInputScreen_InitInputScreen::ButtonLegend' has a wrong offset!"); \ static_assert(offsetof(SceneRigInputScreen_InitInputScreen, ModifierButtonLegend) == 0x000030, "Member 'SceneRigInputScreen_InitInputScreen::ModifierButtonLegend' has a wrong offset!"); \ static_assert(offsetof(SceneRigInputScreen_InitInputScreen, DisplayModifierFirst) == 0x000040, "Member 'SceneRigInputScreen_InitInputScreen::DisplayModifierFirst' has a wrong offset!"); \ static_assert(offsetof(SceneRigInputScreen_InitInputScreen, TextKey) == 0x000048, "Member 'SceneRigInputScreen_InitInputScreen::TextKey' has a wrong offset!"); \ static_assert(offsetof(SceneRigInputScreen_InitInputScreen, FeedbackAnim) == 0x000058, "Member 'SceneRigInputScreen_InitInputScreen::FeedbackAnim' has a wrong offset!"); \ static_assert(offsetof(SceneRigInputScreen_InitInputScreen, HAlign) == 0x000059, "Member 'SceneRigInputScreen_InitInputScreen::HAlign' has a wrong offset!"); \ static_assert(offsetof(SceneRigInputScreen_InitInputScreen, VAlign) == 0x00005A, "Member 'SceneRigInputScreen_InitInputScreen::VAlign' has a wrong offset!"); \ static_assert(offsetof(SceneRigInputScreen_InitInputScreen, PromptImageColor) == 0x00005C, "Member 'SceneRigInputScreen_InitInputScreen::PromptImageColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigInputScreen_OnEndInteraction \ static_assert(alignof(SceneRigInputScreen_OnEndInteraction) == 0x000001, "Wrong alignment on SceneRigInputScreen_OnEndInteraction"); \ static_assert(sizeof(SceneRigInputScreen_OnEndInteraction) == 0x000001, "Wrong size on SceneRigInputScreen_OnEndInteraction"); \ static_assert(offsetof(SceneRigInputScreen_OnEndInteraction, Success) == 0x000000, "Member 'SceneRigInputScreen_OnEndInteraction::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigInputScreen_OnModifierStateChanged \ static_assert(alignof(SceneRigInputScreen_OnModifierStateChanged) == 0x000001, "Wrong alignment on SceneRigInputScreen_OnModifierStateChanged"); \ static_assert(sizeof(SceneRigInputScreen_OnModifierStateChanged) == 0x000001, "Wrong size on SceneRigInputScreen_OnModifierStateChanged"); \ static_assert(offsetof(SceneRigInputScreen_OnModifierStateChanged, IsDown) == 0x000000, "Member 'SceneRigInputScreen_OnModifierStateChanged::IsDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigInputScreen_OnPressAndHoldStateChanged \ static_assert(alignof(SceneRigInputScreen_OnPressAndHoldStateChanged) == 0x000001, "Wrong alignment on SceneRigInputScreen_OnPressAndHoldStateChanged"); \ static_assert(sizeof(SceneRigInputScreen_OnPressAndHoldStateChanged) == 0x000001, "Wrong size on SceneRigInputScreen_OnPressAndHoldStateChanged"); \ static_assert(offsetof(SceneRigInputScreen_OnPressAndHoldStateChanged, IsDown) == 0x000000, "Member 'SceneRigInputScreen_OnPressAndHoldStateChanged::IsDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigInputScreen_OnPrimaryInputStateChanged \ static_assert(alignof(SceneRigInputScreen_OnPrimaryInputStateChanged) == 0x000001, "Wrong alignment on SceneRigInputScreen_OnPrimaryInputStateChanged"); \ static_assert(sizeof(SceneRigInputScreen_OnPrimaryInputStateChanged) == 0x000001, "Wrong size on SceneRigInputScreen_OnPrimaryInputStateChanged"); \ static_assert(offsetof(SceneRigInputScreen_OnPrimaryInputStateChanged, IsDown) == 0x000000, "Member 'SceneRigInputScreen_OnPrimaryInputStateChanged::IsDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigInputScreen_SetButtonCallout \ static_assert(alignof(SceneRigInputScreen_SetButtonCallout) == 0x000008, "Wrong alignment on SceneRigInputScreen_SetButtonCallout"); \ static_assert(sizeof(SceneRigInputScreen_SetButtonCallout) == 0x000010, "Wrong size on SceneRigInputScreen_SetButtonCallout"); \ static_assert(offsetof(SceneRigInputScreen_SetButtonCallout, ButtonLegend) == 0x000000, "Member 'SceneRigInputScreen_SetButtonCallout::ButtonLegend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigInputScreen_SetFeedbackAnimation \ static_assert(alignof(SceneRigInputScreen_SetFeedbackAnimation) == 0x000001, "Wrong alignment on SceneRigInputScreen_SetFeedbackAnimation"); \ static_assert(sizeof(SceneRigInputScreen_SetFeedbackAnimation) == 0x000001, "Wrong size on SceneRigInputScreen_SetFeedbackAnimation"); \ static_assert(offsetof(SceneRigInputScreen_SetFeedbackAnimation, FeedbackAnim) == 0x000000, "Member 'SceneRigInputScreen_SetFeedbackAnimation::FeedbackAnim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigInputScreen_SetModifierButtonCallout \ static_assert(alignof(SceneRigInputScreen_SetModifierButtonCallout) == 0x000008, "Wrong alignment on SceneRigInputScreen_SetModifierButtonCallout"); \ static_assert(sizeof(SceneRigInputScreen_SetModifierButtonCallout) == 0x000018, "Wrong size on SceneRigInputScreen_SetModifierButtonCallout"); \ static_assert(offsetof(SceneRigInputScreen_SetModifierButtonCallout, ModButtonLegend) == 0x000000, "Member 'SceneRigInputScreen_SetModifierButtonCallout::ModButtonLegend' has a wrong offset!"); \ static_assert(offsetof(SceneRigInputScreen_SetModifierButtonCallout, DisplayModifierFirst) == 0x000010, "Member 'SceneRigInputScreen_SetModifierButtonCallout::DisplayModifierFirst' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigInputScreen_SetPositionAndPadding \ static_assert(alignof(SceneRigInputScreen_SetPositionAndPadding) == 0x000004, "Wrong alignment on SceneRigInputScreen_SetPositionAndPadding"); \ static_assert(sizeof(SceneRigInputScreen_SetPositionAndPadding) == 0x000014, "Wrong size on SceneRigInputScreen_SetPositionAndPadding"); \ static_assert(offsetof(SceneRigInputScreen_SetPositionAndPadding, HAlign) == 0x000000, "Member 'SceneRigInputScreen_SetPositionAndPadding::HAlign' has a wrong offset!"); \ static_assert(offsetof(SceneRigInputScreen_SetPositionAndPadding, VAlign) == 0x000001, "Member 'SceneRigInputScreen_SetPositionAndPadding::VAlign' has a wrong offset!"); \ static_assert(offsetof(SceneRigInputScreen_SetPositionAndPadding, InPadding) == 0x000004, "Member 'SceneRigInputScreen_SetPositionAndPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigInputScreen_SetPressAndHold \ static_assert(alignof(SceneRigInputScreen_SetPressAndHold) == 0x000004, "Wrong alignment on SceneRigInputScreen_SetPressAndHold"); \ static_assert(sizeof(SceneRigInputScreen_SetPressAndHold) == 0x000008, "Wrong size on SceneRigInputScreen_SetPressAndHold"); \ static_assert(offsetof(SceneRigInputScreen_SetPressAndHold, IsPressAndHold) == 0x000000, "Member 'SceneRigInputScreen_SetPressAndHold::IsPressAndHold' has a wrong offset!"); \ static_assert(offsetof(SceneRigInputScreen_SetPressAndHold, HoldDuration) == 0x000004, "Member 'SceneRigInputScreen_SetPressAndHold::HoldDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigInputScreen_SetPromptImage \ static_assert(alignof(SceneRigInputScreen_SetPromptImage) == 0x000008, "Wrong alignment on SceneRigInputScreen_SetPromptImage"); \ static_assert(sizeof(SceneRigInputScreen_SetPromptImage) == 0x000020, "Wrong size on SceneRigInputScreen_SetPromptImage"); \ static_assert(offsetof(SceneRigInputScreen_SetPromptImage, PromptImageName) == 0x000000, "Member 'SceneRigInputScreen_SetPromptImage::PromptImageName' has a wrong offset!"); \ static_assert(offsetof(SceneRigInputScreen_SetPromptImage, PromptImageColor) == 0x000010, "Member 'SceneRigInputScreen_SetPromptImage::PromptImageColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigInputScreen_SetTextKey \ static_assert(alignof(SceneRigInputScreen_SetTextKey) == 0x000008, "Wrong alignment on SceneRigInputScreen_SetTextKey"); \ static_assert(sizeof(SceneRigInputScreen_SetTextKey) == 0x000010, "Wrong size on SceneRigInputScreen_SetTextKey"); \ static_assert(offsetof(SceneRigInputScreen_SetTextKey, TextKey) == 0x000000, "Member 'SceneRigInputScreen_SetTextKey::TextKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigInputScreen_TriggerSoundEvent \ static_assert(alignof(SceneRigInputScreen_TriggerSoundEvent) == 0x000008, "Wrong alignment on SceneRigInputScreen_TriggerSoundEvent"); \ static_assert(sizeof(SceneRigInputScreen_TriggerSoundEvent) == 0x000010, "Wrong size on SceneRigInputScreen_TriggerSoundEvent"); \ static_assert(offsetof(SceneRigInputScreen_TriggerSoundEvent, SoundEvent) == 0x000000, "Member 'SceneRigInputScreen_TriggerSoundEvent::SoundEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneRigInputScreen_TriggerVoLine \ static_assert(alignof(SceneRigInputScreen_TriggerVoLine) == 0x000008, "Wrong alignment on SceneRigInputScreen_TriggerVoLine"); \ static_assert(sizeof(SceneRigInputScreen_TriggerVoLine) == 0x000010, "Wrong size on SceneRigInputScreen_TriggerVoLine"); \ static_assert(offsetof(SceneRigInputScreen_TriggerVoLine, SoundEvent) == 0x000000, "Member 'SceneRigInputScreen_TriggerVoLine::SoundEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigInputScreen \ static_assert(alignof(USceneRigInputScreen) == 0x000008, "Wrong alignment on USceneRigInputScreen"); \ static_assert(sizeof(USceneRigInputScreen) == 0x000268, "Wrong size on USceneRigInputScreen"); \ #define DUMPER7_ASSERTS_USceneRigPooledT3ProxyActor \ static_assert(alignof(USceneRigPooledT3ProxyActor) == 0x000008, "Wrong alignment on USceneRigPooledT3ProxyActor"); \ static_assert(sizeof(USceneRigPooledT3ProxyActor) == 0x000080, "Wrong size on USceneRigPooledT3ProxyActor"); \ #define DUMPER7_ASSERTS_USpider_AttackChoice_RockThrowBackup \ static_assert(alignof(USpider_AttackChoice_RockThrowBackup) == 0x000008, "Wrong alignment on USpider_AttackChoice_RockThrowBackup"); \ static_assert(sizeof(USpider_AttackChoice_RockThrowBackup) == 0x000028, "Wrong size on USpider_AttackChoice_RockThrowBackup"); \ #define DUMPER7_ASSERTS_USceneRigStage_Activity \ static_assert(alignof(USceneRigStage_Activity) == 0x000010, "Wrong alignment on USceneRigStage_Activity"); \ static_assert(sizeof(USceneRigStage_Activity) == 0x000450, "Wrong size on USceneRigStage_Activity"); \ static_assert(offsetof(USceneRigStage_Activity, Student1) == 0x000178, "Member 'USceneRigStage_Activity::Student1' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student2) == 0x000190, "Member 'USceneRigStage_Activity::Student2' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student3) == 0x0001A8, "Member 'USceneRigStage_Activity::Student3' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student4) == 0x0001C0, "Member 'USceneRigStage_Activity::Student4' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student5) == 0x0001D8, "Member 'USceneRigStage_Activity::Student5' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student6) == 0x0001F0, "Member 'USceneRigStage_Activity::Student6' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student7) == 0x000208, "Member 'USceneRigStage_Activity::Student7' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student8) == 0x000220, "Member 'USceneRigStage_Activity::Student8' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student9) == 0x000238, "Member 'USceneRigStage_Activity::Student9' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student10) == 0x000250, "Member 'USceneRigStage_Activity::Student10' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student11) == 0x000268, "Member 'USceneRigStage_Activity::Student11' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student12) == 0x000280, "Member 'USceneRigStage_Activity::Student12' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student13) == 0x000298, "Member 'USceneRigStage_Activity::Student13' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student14) == 0x0002B0, "Member 'USceneRigStage_Activity::Student14' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student15) == 0x0002C8, "Member 'USceneRigStage_Activity::Student15' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student1Teleport) == 0x0002E0, "Member 'USceneRigStage_Activity::Student1Teleport' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student2Teleport) == 0x0002F8, "Member 'USceneRigStage_Activity::Student2Teleport' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student3Teleport) == 0x000310, "Member 'USceneRigStage_Activity::Student3Teleport' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student4Teleport) == 0x000328, "Member 'USceneRigStage_Activity::Student4Teleport' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student5Teleport) == 0x000340, "Member 'USceneRigStage_Activity::Student5Teleport' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student6Teleport) == 0x000358, "Member 'USceneRigStage_Activity::Student6Teleport' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student7Teleport) == 0x000370, "Member 'USceneRigStage_Activity::Student7Teleport' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student8Teleport) == 0x000388, "Member 'USceneRigStage_Activity::Student8Teleport' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student9Teleport) == 0x0003A0, "Member 'USceneRigStage_Activity::Student9Teleport' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student10Teleport) == 0x0003B8, "Member 'USceneRigStage_Activity::Student10Teleport' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student11Teleport) == 0x0003D0, "Member 'USceneRigStage_Activity::Student11Teleport' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student12Teleport) == 0x0003E8, "Member 'USceneRigStage_Activity::Student12Teleport' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student13Teleport) == 0x000400, "Member 'USceneRigStage_Activity::Student13Teleport' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student14Teleport) == 0x000418, "Member 'USceneRigStage_Activity::Student14Teleport' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_Activity, Student15Teleport) == 0x000430, "Member 'USceneRigStage_Activity::Student15Teleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigStage_WinnerLoser \ static_assert(alignof(USceneRigStage_WinnerLoser) == 0x000010, "Wrong alignment on USceneRigStage_WinnerLoser"); \ static_assert(sizeof(USceneRigStage_WinnerLoser) == 0x0001B0, "Wrong size on USceneRigStage_WinnerLoser"); \ static_assert(offsetof(USceneRigStage_WinnerLoser, Winner) == 0x000178, "Member 'USceneRigStage_WinnerLoser::Winner' has a wrong offset!"); \ static_assert(offsetof(USceneRigStage_WinnerLoser, Loser) == 0x000190, "Member 'USceneRigStage_WinnerLoser::Loser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderEggs__AddActorInRadius \ static_assert(alignof(SpiderEggs__AddActorInRadius) == 0x000008, "Wrong alignment on SpiderEggs__AddActorInRadius"); \ static_assert(sizeof(SpiderEggs__AddActorInRadius) == 0x000010, "Wrong size on SpiderEggs__AddActorInRadius"); \ static_assert(offsetof(SpiderEggs__AddActorInRadius, InActor) == 0x000000, "Member 'SpiderEggs__AddActorInRadius::InActor' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs__AddActorInRadius, ReturnValue) == 0x000008, "Member 'SpiderEggs__AddActorInRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderEggs__FindValidEnemySpawn \ static_assert(alignof(SpiderEggs__FindValidEnemySpawn) == 0x000010, "Wrong alignment on SpiderEggs__FindValidEnemySpawn"); \ static_assert(sizeof(SpiderEggs__FindValidEnemySpawn) == 0x000030, "Wrong size on SpiderEggs__FindValidEnemySpawn"); \ static_assert(offsetof(SpiderEggs__FindValidEnemySpawn, ReturnValue) == 0x000000, "Member 'SpiderEggs__FindValidEnemySpawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderEggs__HasActorsInRadius \ static_assert(alignof(SpiderEggs__HasActorsInRadius) == 0x000001, "Wrong alignment on SpiderEggs__HasActorsInRadius"); \ static_assert(sizeof(SpiderEggs__HasActorsInRadius) == 0x000001, "Wrong size on SpiderEggs__HasActorsInRadius"); \ static_assert(offsetof(SpiderEggs__HasActorsInRadius, ReturnValue) == 0x000000, "Member 'SpiderEggs__HasActorsInRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderEggs__IsPausedBySpell \ static_assert(alignof(SpiderEggs__IsPausedBySpell) == 0x000001, "Wrong alignment on SpiderEggs__IsPausedBySpell"); \ static_assert(sizeof(SpiderEggs__IsPausedBySpell) == 0x000001, "Wrong size on SpiderEggs__IsPausedBySpell"); \ static_assert(offsetof(SpiderEggs__IsPausedBySpell, ReturnValue) == 0x000000, "Member 'SpiderEggs__IsPausedBySpell::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderEggs__PlayDamagedEffects \ static_assert(alignof(SpiderEggs__PlayDamagedEffects) == 0x000004, "Wrong alignment on SpiderEggs__PlayDamagedEffects"); \ static_assert(sizeof(SpiderEggs__PlayDamagedEffects) == 0x000004, "Wrong size on SpiderEggs__PlayDamagedEffects"); \ static_assert(offsetof(SpiderEggs__PlayDamagedEffects, InDamage) == 0x000000, "Member 'SpiderEggs__PlayDamagedEffects::InDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderEggs__PrintDebug \ static_assert(alignof(SpiderEggs__PrintDebug) == 0x000008, "Wrong alignment on SpiderEggs__PrintDebug"); \ static_assert(sizeof(SpiderEggs__PrintDebug) == 0x000018, "Wrong size on SpiderEggs__PrintDebug"); \ static_assert(offsetof(SpiderEggs__PrintDebug, Name_0) == 0x000000, "Member 'SpiderEggs__PrintDebug::Name_0' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs__PrintDebug, Value) == 0x000010, "Member 'SpiderEggs__PrintDebug::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderEggs__RemoveActorInRadius \ static_assert(alignof(SpiderEggs__RemoveActorInRadius) == 0x000008, "Wrong alignment on SpiderEggs__RemoveActorInRadius"); \ static_assert(sizeof(SpiderEggs__RemoveActorInRadius) == 0x000010, "Wrong size on SpiderEggs__RemoveActorInRadius"); \ static_assert(offsetof(SpiderEggs__RemoveActorInRadius, InActor) == 0x000000, "Member 'SpiderEggs__RemoveActorInRadius::InActor' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs__RemoveActorInRadius, RemoveAll) == 0x000008, "Member 'SpiderEggs__RemoveActorInRadius::RemoveAll' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs__RemoveActorInRadius, ReturnValue) == 0x000009, "Member 'SpiderEggs__RemoveActorInRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderEggs_OnOverlapBegin_ActivationSphere \ static_assert(alignof(SpiderEggs_OnOverlapBegin_ActivationSphere) == 0x000008, "Wrong alignment on SpiderEggs_OnOverlapBegin_ActivationSphere"); \ static_assert(sizeof(SpiderEggs_OnOverlapBegin_ActivationSphere) == 0x0000A8, "Wrong size on SpiderEggs_OnOverlapBegin_ActivationSphere"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_ActivationSphere, HitComp) == 0x000000, "Member 'SpiderEggs_OnOverlapBegin_ActivationSphere::HitComp' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_ActivationSphere, OtherActor) == 0x000008, "Member 'SpiderEggs_OnOverlapBegin_ActivationSphere::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_ActivationSphere, OtherComp) == 0x000010, "Member 'SpiderEggs_OnOverlapBegin_ActivationSphere::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_ActivationSphere, OtherBodyIndex) == 0x000018, "Member 'SpiderEggs_OnOverlapBegin_ActivationSphere::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_ActivationSphere, bFromSweep) == 0x00001C, "Member 'SpiderEggs_OnOverlapBegin_ActivationSphere::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_ActivationSphere, SweepResult) == 0x000020, "Member 'SpiderEggs_OnOverlapBegin_ActivationSphere::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderEggs_OnOverlapBegin_ProximitySphere \ static_assert(alignof(SpiderEggs_OnOverlapBegin_ProximitySphere) == 0x000008, "Wrong alignment on SpiderEggs_OnOverlapBegin_ProximitySphere"); \ static_assert(sizeof(SpiderEggs_OnOverlapBegin_ProximitySphere) == 0x0000A8, "Wrong size on SpiderEggs_OnOverlapBegin_ProximitySphere"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_ProximitySphere, HitComp) == 0x000000, "Member 'SpiderEggs_OnOverlapBegin_ProximitySphere::HitComp' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_ProximitySphere, OtherActor) == 0x000008, "Member 'SpiderEggs_OnOverlapBegin_ProximitySphere::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_ProximitySphere, OtherComp) == 0x000010, "Member 'SpiderEggs_OnOverlapBegin_ProximitySphere::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_ProximitySphere, OtherBodyIndex) == 0x000018, "Member 'SpiderEggs_OnOverlapBegin_ProximitySphere::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_ProximitySphere, bFromSweep) == 0x00001C, "Member 'SpiderEggs_OnOverlapBegin_ProximitySphere::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_ProximitySphere, SweepResult) == 0x000020, "Member 'SpiderEggs_OnOverlapBegin_ProximitySphere::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderEggs_OnOverlapBegin_StealthActivationSphere \ static_assert(alignof(SpiderEggs_OnOverlapBegin_StealthActivationSphere) == 0x000008, "Wrong alignment on SpiderEggs_OnOverlapBegin_StealthActivationSphere"); \ static_assert(sizeof(SpiderEggs_OnOverlapBegin_StealthActivationSphere) == 0x0000A8, "Wrong size on SpiderEggs_OnOverlapBegin_StealthActivationSphere"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_StealthActivationSphere, HitComp) == 0x000000, "Member 'SpiderEggs_OnOverlapBegin_StealthActivationSphere::HitComp' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_StealthActivationSphere, OtherActor) == 0x000008, "Member 'SpiderEggs_OnOverlapBegin_StealthActivationSphere::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_StealthActivationSphere, OtherComp) == 0x000010, "Member 'SpiderEggs_OnOverlapBegin_StealthActivationSphere::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_StealthActivationSphere, OtherBodyIndex) == 0x000018, "Member 'SpiderEggs_OnOverlapBegin_StealthActivationSphere::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_StealthActivationSphere, bFromSweep) == 0x00001C, "Member 'SpiderEggs_OnOverlapBegin_StealthActivationSphere::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapBegin_StealthActivationSphere, SweepResult) == 0x000020, "Member 'SpiderEggs_OnOverlapBegin_StealthActivationSphere::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderEggs_OnOverlapEnd_ActivationSphere \ static_assert(alignof(SpiderEggs_OnOverlapEnd_ActivationSphere) == 0x000008, "Wrong alignment on SpiderEggs_OnOverlapEnd_ActivationSphere"); \ static_assert(sizeof(SpiderEggs_OnOverlapEnd_ActivationSphere) == 0x000020, "Wrong size on SpiderEggs_OnOverlapEnd_ActivationSphere"); \ static_assert(offsetof(SpiderEggs_OnOverlapEnd_ActivationSphere, HitComp) == 0x000000, "Member 'SpiderEggs_OnOverlapEnd_ActivationSphere::HitComp' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapEnd_ActivationSphere, OtherActor) == 0x000008, "Member 'SpiderEggs_OnOverlapEnd_ActivationSphere::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapEnd_ActivationSphere, OtherComp) == 0x000010, "Member 'SpiderEggs_OnOverlapEnd_ActivationSphere::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapEnd_ActivationSphere, OtherBodyIndex) == 0x000018, "Member 'SpiderEggs_OnOverlapEnd_ActivationSphere::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderEggs_OnOverlapEnd_ProximitySphere \ static_assert(alignof(SpiderEggs_OnOverlapEnd_ProximitySphere) == 0x000008, "Wrong alignment on SpiderEggs_OnOverlapEnd_ProximitySphere"); \ static_assert(sizeof(SpiderEggs_OnOverlapEnd_ProximitySphere) == 0x000020, "Wrong size on SpiderEggs_OnOverlapEnd_ProximitySphere"); \ static_assert(offsetof(SpiderEggs_OnOverlapEnd_ProximitySphere, HitComp) == 0x000000, "Member 'SpiderEggs_OnOverlapEnd_ProximitySphere::HitComp' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapEnd_ProximitySphere, OtherActor) == 0x000008, "Member 'SpiderEggs_OnOverlapEnd_ProximitySphere::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapEnd_ProximitySphere, OtherComp) == 0x000010, "Member 'SpiderEggs_OnOverlapEnd_ProximitySphere::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapEnd_ProximitySphere, OtherBodyIndex) == 0x000018, "Member 'SpiderEggs_OnOverlapEnd_ProximitySphere::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpiderEggs_OnOverlapEnd_StealthActivationSphere \ static_assert(alignof(SpiderEggs_OnOverlapEnd_StealthActivationSphere) == 0x000008, "Wrong alignment on SpiderEggs_OnOverlapEnd_StealthActivationSphere"); \ static_assert(sizeof(SpiderEggs_OnOverlapEnd_StealthActivationSphere) == 0x000020, "Wrong size on SpiderEggs_OnOverlapEnd_StealthActivationSphere"); \ static_assert(offsetof(SpiderEggs_OnOverlapEnd_StealthActivationSphere, HitComp) == 0x000000, "Member 'SpiderEggs_OnOverlapEnd_StealthActivationSphere::HitComp' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapEnd_StealthActivationSphere, OtherActor) == 0x000008, "Member 'SpiderEggs_OnOverlapEnd_StealthActivationSphere::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapEnd_StealthActivationSphere, OtherComp) == 0x000010, "Member 'SpiderEggs_OnOverlapEnd_StealthActivationSphere::OtherComp' has a wrong offset!"); \ static_assert(offsetof(SpiderEggs_OnOverlapEnd_StealthActivationSphere, OtherBodyIndex) == 0x000018, "Member 'SpiderEggs_OnOverlapEnd_StealthActivationSphere::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpiderEggs \ static_assert(alignof(ASpiderEggs) == 0x000010, "Wrong alignment on ASpiderEggs"); \ static_assert(sizeof(ASpiderEggs) == 0x0005C0, "Wrong size on ASpiderEggs"); \ static_assert(offsetof(ASpiderEggs, SM_SpiderEggs_A_Broken) == 0x000248, "Member 'ASpiderEggs::SM_SpiderEggs_A_Broken' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, SK_SpiderEggs_01) == 0x000250, "Member 'ASpiderEggs::SK_SpiderEggs_01' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, ActivationRadiusSphere) == 0x000258, "Member 'ASpiderEggs::ActivationRadiusSphere' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, ProximitySphere) == 0x000260, "Member 'ASpiderEggs::ProximitySphere' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, StealthActivationSphere) == 0x000268, "Member 'ASpiderEggs::StealthActivationSphere' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, LitFlames) == 0x000270, "Member 'ASpiderEggs::LitFlames' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, VFX_P_Spider_Pro_Impact_Ground_2) == 0x000278, "Member 'ASpiderEggs::VFX_P_Spider_Pro_Impact_Ground_2' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, Ak_BP_SpiderEggs) == 0x000280, "Member 'ASpiderEggs::Ak_BP_SpiderEggs' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, Base) == 0x000288, "Member 'ASpiderEggs::Base' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, SpawnAngle) == 0x000290, "Member 'ASpiderEggs::SpawnAngle' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, SacFire) == 0x000298, "Member 'ASpiderEggs::SacFire' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, IncendioFire) == 0x0002A0, "Member 'ASpiderEggs::IncendioFire' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, LootDrop) == 0x0002A8, "Member 'ASpiderEggs::LootDrop' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, EnemyState) == 0x0002B0, "Member 'ASpiderEggs::EnemyState' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, CognitionStimuliSource) == 0x0002B8, "Member 'ASpiderEggs::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bIsActive) == 0x0002C0, "Member 'ASpiderEggs::bIsActive' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bIsBreathing) == 0x0002C1, "Member 'ASpiderEggs::bIsBreathing' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bIsPulsing) == 0x0002C2, "Member 'ASpiderEggs::bIsPulsing' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bIsOnfire) == 0x0002C3, "Member 'ASpiderEggs::bIsOnfire' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bWasKilledByFire) == 0x0002C4, "Member 'ASpiderEggs::bWasKilledByFire' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bIsFrozen) == 0x0002C5, "Member 'ASpiderEggs::bIsFrozen' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bIsArrested) == 0x0002C6, "Member 'ASpiderEggs::bIsArrested' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bWasKilled) == 0x0002C7, "Member 'ASpiderEggs::bWasKilled' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bHeavyBlow) == 0x0002C8, "Member 'ASpiderEggs::bHeavyBlow' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bFireJustStarted) == 0x0002C9, "Member 'ASpiderEggs::bFireJustStarted' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bAlertProcessed) == 0x0002CA, "Member 'ASpiderEggs::bAlertProcessed' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mBreathStartTime) == 0x0002CC, "Member 'ASpiderEggs::mBreathStartTime' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mActorsInRadius) == 0x0002D0, "Member 'ASpiderEggs::mActorsInRadius' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mActivationRadius) == 0x0002E0, "Member 'ASpiderEggs::mActivationRadius' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mStealthActivationRadius) == 0x0002E4, "Member 'ASpiderEggs::mStealthActivationRadius' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mBurstTime) == 0x0002E8, "Member 'ASpiderEggs::mBurstTime' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mBurstDelay) == 0x0002EC, "Member 'ASpiderEggs::mBurstDelay' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mNearbyEggsForAlert) == 0x000328, "Member 'ASpiderEggs::mNearbyEggsForAlert' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mNearEggAlertRadius) == 0x000338, "Member 'ASpiderEggs::mNearEggAlertRadius' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mNearEggAlertTime) == 0x00033C, "Member 'ASpiderEggs::mNearEggAlertTime' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mNearEggAlertDelay) == 0x000340, "Member 'ASpiderEggs::mNearEggAlertDelay' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mProximityEggs) == 0x000348, "Member 'ASpiderEggs::mProximityEggs' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mProximityRadius) == 0x000358, "Member 'ASpiderEggs::mProximityRadius' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mForceBurstTime) == 0x00035C, "Member 'ASpiderEggs::mForceBurstTime' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mForceBurstDelay) == 0x000360, "Member 'ASpiderEggs::mForceBurstDelay' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mForceBurstHandle) == 0x000368, "Member 'ASpiderEggs::mForceBurstHandle' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mSpiderSpawnRange) == 0x000370, "Member 'ASpiderEggs::mSpiderSpawnRange' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mExplodeDamage) == 0x000378, "Member 'ASpiderEggs::mExplodeDamage' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mExplodeRadius) == 0x00037C, "Member 'ASpiderEggs::mExplodeRadius' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mDamageDelay) == 0x000380, "Member 'ASpiderEggs::mDamageDelay' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mInitialScale) == 0x000384, "Member 'ASpiderEggs::mInitialScale' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bAllowDebug) == 0x0003A8, "Member 'ASpiderEggs::bAllowDebug' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bHideBase) == 0x0003A9, "Member 'ASpiderEggs::bHideBase' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bIsBurst) == 0x0003AA, "Member 'ASpiderEggs::bIsBurst' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bSpawnSpidersOnExplode) == 0x0003AB, "Member 'ASpiderEggs::bSpawnSpidersOnExplode' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bSpawnWhenHit) == 0x0003AC, "Member 'ASpiderEggs::bSpawnWhenHit' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bIgnoreTriggerSphere) == 0x0003AD, "Member 'ASpiderEggs::bIgnoreTriggerSphere' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mSpidersToSpawn) == 0x0003AE, "Member 'ASpiderEggs::mSpidersToSpawn' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mSpawnAngleSpread) == 0x0003B0, "Member 'ASpiderEggs::mSpawnAngleSpread' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mSpawnLandDistance) == 0x0003B4, "Member 'ASpiderEggs::mSpawnLandDistance' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bSpawnLootOnExplode) == 0x0003B8, "Member 'ASpiderEggs::bSpawnLootOnExplode' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mLootChance) == 0x0003BC, "Member 'ASpiderEggs::mLootChance' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mSpawnTransform) == 0x0003C0, "Member 'ASpiderEggs::mSpawnTransform' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mDamageAmount) == 0x0003F0, "Member 'ASpiderEggs::mDamageAmount' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mFireLifetime) == 0x0003F4, "Member 'ASpiderEggs::mFireLifetime' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mFireDamage) == 0x0003F8, "Member 'ASpiderEggs::mFireDamage' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mBreathingAnimSpeed) == 0x0003FC, "Member 'ASpiderEggs::mBreathingAnimSpeed' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mPulsingAnimSpeed) == 0x000400, "Member 'ASpiderEggs::mPulsingAnimSpeed' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mAsyncLoadRadius) == 0x000404, "Member 'ASpiderEggs::mAsyncLoadRadius' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mST_Woodlouse_Class) == 0x000408, "Member 'ASpiderEggs::mST_Woodlouse_Class' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mST_Venomous_Class) == 0x000430, "Member 'ASpiderEggs::mST_Venomous_Class' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mST_Luminous_Class) == 0x000458, "Member 'ASpiderEggs::mST_Luminous_Class' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mAkEvent_ExplodeRef) == 0x000480, "Member 'ASpiderEggs::mAkEvent_ExplodeRef' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mNiagara_HeavyFireBurstEffectRef) == 0x0004A8, "Member 'ASpiderEggs::mNiagara_HeavyFireBurstEffectRef' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mNiagara_FirePopEffectRef) == 0x0004D0, "Member 'ASpiderEggs::mNiagara_FirePopEffectRef' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mNiagara_FrozenBurstEffectRef) == 0x0004F8, "Member 'ASpiderEggs::mNiagara_FrozenBurstEffectRef' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mNiagara_DamagedEffectRef) == 0x000520, "Member 'ASpiderEggs::mNiagara_DamagedEffectRef' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mFireDamageMunitions) == 0x000548, "Member 'ASpiderEggs::mFireDamageMunitions' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mExplodeIgnoreInterface) == 0x000558, "Member 'ASpiderEggs::mExplodeIgnoreInterface' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mExplodeMunition) == 0x000560, "Member 'ASpiderEggs::mExplodeMunition' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, StayInVolumeList) == 0x000568, "Member 'ASpiderEggs::StayInVolumeList' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bCanRemoveStayInVolumes) == 0x000578, "Member 'ASpiderEggs::bCanRemoveStayInVolumes' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, StayInRadius) == 0x00057C, "Member 'ASpiderEggs::StayInRadius' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, StayInVolumeTeleportTimeout) == 0x000580, "Member 'ASpiderEggs::StayInVolumeTeleportTimeout' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, bStayInVolumeOffNavTeleport) == 0x000584, "Member 'ASpiderEggs::bStayInVolumeOffNavTeleport' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mAkEvent_Explode) == 0x000590, "Member 'ASpiderEggs::mAkEvent_Explode' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mNiagara_HeavyFireBurstEffect) == 0x000598, "Member 'ASpiderEggs::mNiagara_HeavyFireBurstEffect' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mNiagara_FirePopEffect) == 0x0005A0, "Member 'ASpiderEggs::mNiagara_FirePopEffect' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mNiagara_FrozenBurstEffect) == 0x0005A8, "Member 'ASpiderEggs::mNiagara_FrozenBurstEffect' has a wrong offset!"); \ static_assert(offsetof(ASpiderEggs, mNiagara_DamagedEffect) == 0x0005B0, "Member 'ASpiderEggs::mNiagara_DamagedEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigTag_ConversationAmbient \ static_assert(alignof(USceneRigTag_ConversationAmbient) == 0x000008, "Wrong alignment on USceneRigTag_ConversationAmbient"); \ static_assert(sizeof(USceneRigTag_ConversationAmbient) == 0x000040, "Wrong size on USceneRigTag_ConversationAmbient"); \ #define DUMPER7_ASSERTS_USceneRigTag_StationStory \ static_assert(alignof(USceneRigTag_StationStory) == 0x000008, "Wrong alignment on USceneRigTag_StationStory"); \ static_assert(sizeof(USceneRigTag_StationStory) == 0x000028, "Wrong size on USceneRigTag_StationStory"); \ #define DUMPER7_ASSERTS_USceneRigTag_StoryTeller \ static_assert(alignof(USceneRigTag_StoryTeller) == 0x000008, "Wrong alignment on USceneRigTag_StoryTeller"); \ static_assert(sizeof(USceneRigTag_StoryTeller) == 0x000028, "Wrong size on USceneRigTag_StoryTeller"); \ #define DUMPER7_ASSERTS_USchedulerTime_Direct \ static_assert(alignof(USchedulerTime_Direct) == 0x000008, "Wrong alignment on USchedulerTime_Direct"); \ static_assert(sizeof(USchedulerTime_Direct) == 0x000038, "Wrong size on USchedulerTime_Direct"); \ static_assert(offsetof(USchedulerTime_Direct, Hours) == 0x000028, "Member 'USchedulerTime_Direct::Hours' has a wrong offset!"); \ static_assert(offsetof(USchedulerTime_Direct, Minutes) == 0x00002C, "Member 'USchedulerTime_Direct::Minutes' has a wrong offset!"); \ static_assert(offsetof(USchedulerTime_Direct, Seconds) == 0x000030, "Member 'USchedulerTime_Direct::Seconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScreenFadeWidget_SetFadeColor \ static_assert(alignof(ScreenFadeWidget_SetFadeColor) == 0x000004, "Wrong alignment on ScreenFadeWidget_SetFadeColor"); \ static_assert(sizeof(ScreenFadeWidget_SetFadeColor) == 0x000010, "Wrong size on ScreenFadeWidget_SetFadeColor"); \ static_assert(offsetof(ScreenFadeWidget_SetFadeColor, TargetColor) == 0x000000, "Member 'ScreenFadeWidget_SetFadeColor::TargetColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScreenFadeWidget_UI_GetCurrentFade \ static_assert(alignof(ScreenFadeWidget_UI_GetCurrentFade) == 0x000004, "Wrong alignment on ScreenFadeWidget_UI_GetCurrentFade"); \ static_assert(sizeof(ScreenFadeWidget_UI_GetCurrentFade) == 0x000004, "Wrong size on ScreenFadeWidget_UI_GetCurrentFade"); \ static_assert(offsetof(ScreenFadeWidget_UI_GetCurrentFade, ReturnValue) == 0x000000, "Member 'ScreenFadeWidget_UI_GetCurrentFade::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScreenFadeWidget_UI_IsFading \ static_assert(alignof(ScreenFadeWidget_UI_IsFading) == 0x000001, "Wrong alignment on ScreenFadeWidget_UI_IsFading"); \ static_assert(sizeof(ScreenFadeWidget_UI_IsFading) == 0x000001, "Wrong size on ScreenFadeWidget_UI_IsFading"); \ static_assert(offsetof(ScreenFadeWidget_UI_IsFading, ReturnValue) == 0x000000, "Member 'ScreenFadeWidget_UI_IsFading::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScreenFadeWidget_UI_SetManualFade \ static_assert(alignof(ScreenFadeWidget_UI_SetManualFade) == 0x000004, "Wrong alignment on ScreenFadeWidget_UI_SetManualFade"); \ static_assert(sizeof(ScreenFadeWidget_UI_SetManualFade) == 0x000004, "Wrong size on ScreenFadeWidget_UI_SetManualFade"); \ static_assert(offsetof(ScreenFadeWidget_UI_SetManualFade, Opacity) == 0x000000, "Member 'ScreenFadeWidget_UI_SetManualFade::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScreenFadeWidget \ static_assert(alignof(UScreenFadeWidget) == 0x000008, "Wrong alignment on UScreenFadeWidget"); \ static_assert(sizeof(UScreenFadeWidget) == 0x0002F0, "Wrong size on UScreenFadeWidget"); \ static_assert(offsetof(UScreenFadeWidget, FadeInStarted) == 0x000268, "Member 'UScreenFadeWidget::FadeInStarted' has a wrong offset!"); \ static_assert(offsetof(UScreenFadeWidget, FadeOutStarted) == 0x000269, "Member 'UScreenFadeWidget::FadeOutStarted' has a wrong offset!"); \ static_assert(offsetof(UScreenFadeWidget, DoneFading) == 0x00026A, "Member 'UScreenFadeWidget::DoneFading' has a wrong offset!"); \ static_assert(offsetof(UScreenFadeWidget, FadeSpeed) == 0x00026C, "Member 'UScreenFadeWidget::FadeSpeed' has a wrong offset!"); \ static_assert(offsetof(UScreenFadeWidget, DefaultFadeSpeed) == 0x000270, "Member 'UScreenFadeWidget::DefaultFadeSpeed' has a wrong offset!"); \ static_assert(offsetof(UScreenFadeWidget, OnFadeInComplete) == 0x000278, "Member 'UScreenFadeWidget::OnFadeInComplete' has a wrong offset!"); \ static_assert(offsetof(UScreenFadeWidget, OnFadeOutComplete) == 0x000288, "Member 'UScreenFadeWidget::OnFadeOutComplete' has a wrong offset!"); \ static_assert(offsetof(UScreenFadeWidget, OnFadeInStarted) == 0x000298, "Member 'UScreenFadeWidget::OnFadeInStarted' has a wrong offset!"); \ static_assert(offsetof(UScreenFadeWidget, OnFadeOutStarted) == 0x0002A8, "Member 'UScreenFadeWidget::OnFadeOutStarted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollingTextWidget_GetColorTag \ static_assert(alignof(ScrollingTextWidget_GetColorTag) == 0x000008, "Wrong alignment on ScrollingTextWidget_GetColorTag"); \ static_assert(sizeof(ScrollingTextWidget_GetColorTag) == 0x000010, "Wrong size on ScrollingTextWidget_GetColorTag"); \ static_assert(offsetof(ScrollingTextWidget_GetColorTag, ReturnValue) == 0x000000, "Member 'ScrollingTextWidget_GetColorTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollingTextWidget_GetHorizontalBoxSize \ static_assert(alignof(ScrollingTextWidget_GetHorizontalBoxSize) == 0x000004, "Wrong alignment on ScrollingTextWidget_GetHorizontalBoxSize"); \ static_assert(sizeof(ScrollingTextWidget_GetHorizontalBoxSize) == 0x000010, "Wrong size on ScrollingTextWidget_GetHorizontalBoxSize"); \ static_assert(offsetof(ScrollingTextWidget_GetHorizontalBoxSize, ReturnValue) == 0x000000, "Member 'ScrollingTextWidget_GetHorizontalBoxSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollingTextWidget_GetPhoenixText \ static_assert(alignof(ScrollingTextWidget_GetPhoenixText) == 0x000008, "Wrong alignment on ScrollingTextWidget_GetPhoenixText"); \ static_assert(sizeof(ScrollingTextWidget_GetPhoenixText) == 0x000018, "Wrong size on ScrollingTextWidget_GetPhoenixText"); \ static_assert(offsetof(ScrollingTextWidget_GetPhoenixText, ReturnValue) == 0x000000, "Member 'ScrollingTextWidget_GetPhoenixText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollingTextWidget_GetScrollSpeed \ static_assert(alignof(ScrollingTextWidget_GetScrollSpeed) == 0x000004, "Wrong alignment on ScrollingTextWidget_GetScrollSpeed"); \ static_assert(sizeof(ScrollingTextWidget_GetScrollSpeed) == 0x000004, "Wrong size on ScrollingTextWidget_GetScrollSpeed"); \ static_assert(offsetof(ScrollingTextWidget_GetScrollSpeed, ReturnValue) == 0x000000, "Member 'ScrollingTextWidget_GetScrollSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollingTextWidget_GetShouldShowEllipsis \ static_assert(alignof(ScrollingTextWidget_GetShouldShowEllipsis) == 0x000001, "Wrong alignment on ScrollingTextWidget_GetShouldShowEllipsis"); \ static_assert(sizeof(ScrollingTextWidget_GetShouldShowEllipsis) == 0x000001, "Wrong size on ScrollingTextWidget_GetShouldShowEllipsis"); \ static_assert(offsetof(ScrollingTextWidget_GetShouldShowEllipsis, ReturnValue) == 0x000000, "Member 'ScrollingTextWidget_GetShouldShowEllipsis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollingTextWidget_GetTruncationPosition \ static_assert(alignof(ScrollingTextWidget_GetTruncationPosition) == 0x000004, "Wrong alignment on ScrollingTextWidget_GetTruncationPosition"); \ static_assert(sizeof(ScrollingTextWidget_GetTruncationPosition) == 0x000004, "Wrong size on ScrollingTextWidget_GetTruncationPosition"); \ static_assert(offsetof(ScrollingTextWidget_GetTruncationPosition, ReturnValue) == 0x000000, "Member 'ScrollingTextWidget_GetTruncationPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollingTextWidget_SetColorTag \ static_assert(alignof(ScrollingTextWidget_SetColorTag) == 0x000008, "Wrong alignment on ScrollingTextWidget_SetColorTag"); \ static_assert(sizeof(ScrollingTextWidget_SetColorTag) == 0x000010, "Wrong size on ScrollingTextWidget_SetColorTag"); \ static_assert(offsetof(ScrollingTextWidget_SetColorTag, NewColorTag) == 0x000000, "Member 'ScrollingTextWidget_SetColorTag::NewColorTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollingTextWidget_SetHorizontalBoxSize \ static_assert(alignof(ScrollingTextWidget_SetHorizontalBoxSize) == 0x000004, "Wrong alignment on ScrollingTextWidget_SetHorizontalBoxSize"); \ static_assert(sizeof(ScrollingTextWidget_SetHorizontalBoxSize) == 0x000010, "Wrong size on ScrollingTextWidget_SetHorizontalBoxSize"); \ static_assert(offsetof(ScrollingTextWidget_SetHorizontalBoxSize, size) == 0x000000, "Member 'ScrollingTextWidget_SetHorizontalBoxSize::size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollingTextWidget_SetPhoenixTextColorAndOpacity \ static_assert(alignof(ScrollingTextWidget_SetPhoenixTextColorAndOpacity) == 0x000008, "Wrong alignment on ScrollingTextWidget_SetPhoenixTextColorAndOpacity"); \ static_assert(sizeof(ScrollingTextWidget_SetPhoenixTextColorAndOpacity) == 0x000028, "Wrong size on ScrollingTextWidget_SetPhoenixTextColorAndOpacity"); \ static_assert(offsetof(ScrollingTextWidget_SetPhoenixTextColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'ScrollingTextWidget_SetPhoenixTextColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollingTextWidget_SetPhoenixTextOpacity \ static_assert(alignof(ScrollingTextWidget_SetPhoenixTextOpacity) == 0x000004, "Wrong alignment on ScrollingTextWidget_SetPhoenixTextOpacity"); \ static_assert(sizeof(ScrollingTextWidget_SetPhoenixTextOpacity) == 0x000004, "Wrong size on ScrollingTextWidget_SetPhoenixTextOpacity"); \ static_assert(offsetof(ScrollingTextWidget_SetPhoenixTextOpacity, InOpacity) == 0x000000, "Member 'ScrollingTextWidget_SetPhoenixTextOpacity::InOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollingTextWidget_SetScrollSpeed \ static_assert(alignof(ScrollingTextWidget_SetScrollSpeed) == 0x000004, "Wrong alignment on ScrollingTextWidget_SetScrollSpeed"); \ static_assert(sizeof(ScrollingTextWidget_SetScrollSpeed) == 0x000004, "Wrong size on ScrollingTextWidget_SetScrollSpeed"); \ static_assert(offsetof(ScrollingTextWidget_SetScrollSpeed, pScrollSpeed) == 0x000000, "Member 'ScrollingTextWidget_SetScrollSpeed::pScrollSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollingTextWidget_SetShouldShowEllipsis \ static_assert(alignof(ScrollingTextWidget_SetShouldShowEllipsis) == 0x000001, "Wrong alignment on ScrollingTextWidget_SetShouldShowEllipsis"); \ static_assert(sizeof(ScrollingTextWidget_SetShouldShowEllipsis) == 0x000001, "Wrong size on ScrollingTextWidget_SetShouldShowEllipsis"); \ static_assert(offsetof(ScrollingTextWidget_SetShouldShowEllipsis, pShouldShowEllipsis) == 0x000000, "Member 'ScrollingTextWidget_SetShouldShowEllipsis::pShouldShowEllipsis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollingTextWidget_SetText \ static_assert(alignof(ScrollingTextWidget_SetText) == 0x000008, "Wrong alignment on ScrollingTextWidget_SetText"); \ static_assert(sizeof(ScrollingTextWidget_SetText) == 0x000018, "Wrong size on ScrollingTextWidget_SetText"); \ static_assert(offsetof(ScrollingTextWidget_SetText, InText) == 0x000000, "Member 'ScrollingTextWidget_SetText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollingTextWidget_SetTextKey \ static_assert(alignof(ScrollingTextWidget_SetTextKey) == 0x000008, "Wrong alignment on ScrollingTextWidget_SetTextKey"); \ static_assert(sizeof(ScrollingTextWidget_SetTextKey) == 0x000010, "Wrong size on ScrollingTextWidget_SetTextKey"); \ static_assert(offsetof(ScrollingTextWidget_SetTextKey, Key) == 0x000000, "Member 'ScrollingTextWidget_SetTextKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ScrollingTextWidget_SetTruncationPosition \ static_assert(alignof(ScrollingTextWidget_SetTruncationPosition) == 0x000004, "Wrong alignment on ScrollingTextWidget_SetTruncationPosition"); \ static_assert(sizeof(ScrollingTextWidget_SetTruncationPosition) == 0x000004, "Wrong size on ScrollingTextWidget_SetTruncationPosition"); \ static_assert(offsetof(ScrollingTextWidget_SetTruncationPosition, Position) == 0x000000, "Member 'ScrollingTextWidget_SetTruncationPosition::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScrollingTextWidget \ static_assert(alignof(UScrollingTextWidget) == 0x000008, "Wrong alignment on UScrollingTextWidget"); \ static_assert(sizeof(UScrollingTextWidget) == 0x000400, "Wrong size on UScrollingTextWidget"); \ static_assert(offsetof(UScrollingTextWidget, ScrollSpeed) == 0x000268, "Member 'UScrollingTextWidget::ScrollSpeed' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, ShouldShowEllipsis) == 0x00026C, "Member 'UScrollingTextWidget::ShouldShowEllipsis' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, ScrollType) == 0x00026D, "Member 'UScrollingTextWidget::ScrollType' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, ShouldLoop) == 0x00026E, "Member 'UScrollingTextWidget::ShouldLoop' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, TickerScroll) == 0x00026F, "Member 'UScrollingTextWidget::TickerScroll' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, EllipsisText) == 0x000270, "Member 'UScrollingTextWidget::EllipsisText' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, TruncationPosition) == 0x000280, "Member 'UScrollingTextWidget::TruncationPosition' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, DefaultScrollLimitPad) == 0x000284, "Member 'UScrollingTextWidget::DefaultScrollLimitPad' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, TickerWrapPosition) == 0x000288, "Member 'UScrollingTextWidget::TickerWrapPosition' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, ScrollMode) == 0x00028C, "Member 'UScrollingTextWidget::ScrollMode' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, TextBlock) == 0x000290, "Member 'UScrollingTextWidget::TextBlock' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, ColorTag) == 0x000298, "Member 'UScrollingTextWidget::ColorTag' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, LocalizationKey) == 0x0002A8, "Member 'UScrollingTextWidget::LocalizationKey' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, Translatable) == 0x0002B8, "Member 'UScrollingTextWidget::Translatable' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, ScaleFontSize) == 0x0002B9, "Member 'UScrollingTextWidget::ScaleFontSize' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, font) == 0x0002C0, "Member 'UScrollingTextWidget::font' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, StrikeBrush) == 0x000318, "Member 'UScrollingTextWidget::StrikeBrush' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, ShadowOffset) == 0x0003A0, "Member 'UScrollingTextWidget::ShadowOffset' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, ShadowColorAndOpacity) == 0x0003A8, "Member 'UScrollingTextWidget::ShadowColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, MinDesiredWidth) == 0x0003B8, "Member 'UScrollingTextWidget::MinDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, bWrapWithInvalidationPanel) == 0x0003BC, "Member 'UScrollingTextWidget::bWrapWithInvalidationPanel' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, TextTransformPolicy) == 0x0003BD, "Member 'UScrollingTextWidget::TextTransformPolicy' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, HorizontalBox) == 0x0003C0, "Member 'UScrollingTextWidget::HorizontalBox' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, ShouldScroll) == 0x0003C8, "Member 'UScrollingTextWidget::ShouldScroll' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, ScrollOnHover) == 0x0003C9, "Member 'UScrollingTextWidget::ScrollOnHover' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, ScrollDirection) == 0x0003CC, "Member 'UScrollingTextWidget::ScrollDirection' has a wrong offset!"); \ static_assert(offsetof(UScrollingTextWidget, OriginalText) == 0x0003D0, "Member 'UScrollingTextWidget::OriginalText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USendTargetData \ static_assert(alignof(USendTargetData) == 0x000008, "Wrong alignment on USendTargetData"); \ static_assert(sizeof(USendTargetData) == 0x000058, "Wrong size on USendTargetData"); \ static_assert(offsetof(USendTargetData, bShowDebug) == 0x000030, "Member 'USendTargetData::bShowDebug' has a wrong offset!"); \ static_assert(offsetof(USendTargetData, bDebugShowPossibleTargets) == 0x000031, "Member 'USendTargetData::bDebugShowPossibleTargets' has a wrong offset!"); \ static_assert(offsetof(USendTargetData, SendTargetIgnoreNearDistance) == 0x000034, "Member 'USendTargetData::SendTargetIgnoreNearDistance' has a wrong offset!"); \ static_assert(offsetof(USendTargetData, SendAngleScale) == 0x000038, "Member 'USendTargetData::SendAngleScale' has a wrong offset!"); \ static_assert(offsetof(USendTargetData, SendDistanceScale) == 0x00003C, "Member 'USendTargetData::SendDistanceScale' has a wrong offset!"); \ static_assert(offsetof(USendTargetData, SendPriorityScale) == 0x000040, "Member 'USendTargetData::SendPriorityScale' has a wrong offset!"); \ static_assert(offsetof(USendTargetData, CharacterOffsetZ) == 0x000044, "Member 'USendTargetData::CharacterOffsetZ' has a wrong offset!"); \ static_assert(offsetof(USendTargetData, CollisionTargetMinVel) == 0x000048, "Member 'USendTargetData::CollisionTargetMinVel' has a wrong offset!"); \ static_assert(offsetof(USendTargetData, CollisionTargetHalfAngle) == 0x00004C, "Member 'USendTargetData::CollisionTargetHalfAngle' has a wrong offset!"); \ static_assert(offsetof(USendTargetData, CollisionTargetChance) == 0x000050, "Member 'USendTargetData::CollisionTargetChance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UShadowBoxComponent \ static_assert(alignof(UShadowBoxComponent) == 0x000010, "Wrong alignment on UShadowBoxComponent"); \ static_assert(sizeof(UShadowBoxComponent) == 0x000540, "Wrong size on UShadowBoxComponent"); \ static_assert(offsetof(UShadowBoxComponent, UseForBothSidesOfTheDoor) == 0x000518, "Member 'UShadowBoxComponent::UseForBothSidesOfTheDoor' has a wrong offset!"); \ static_assert(offsetof(UShadowBoxComponent, Door) == 0x000520, "Member 'UShadowBoxComponent::Door' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransformedOverlandComponent \ static_assert(alignof(UTransformedOverlandComponent) == 0x000008, "Wrong alignment on UTransformedOverlandComponent"); \ static_assert(sizeof(UTransformedOverlandComponent) == 0x0001B8, "Wrong size on UTransformedOverlandComponent"); \ static_assert(offsetof(UTransformedOverlandComponent, OriginalActor) == 0x000198, "Member 'UTransformedOverlandComponent::OriginalActor' has a wrong offset!"); \ static_assert(offsetof(UTransformedOverlandComponent, OriginalComponent) == 0x0001A0, "Member 'UTransformedOverlandComponent::OriginalComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UShadowProjection \ static_assert(alignof(UShadowProjection) == 0x000008, "Wrong alignment on UShadowProjection"); \ static_assert(sizeof(UShadowProjection) == 0x000048, "Wrong size on UShadowProjection"); \ static_assert(offsetof(UShadowProjection, SkeletalMesh) == 0x000030, "Member 'UShadowProjection::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(UShadowProjection, Animation) == 0x000038, "Member 'UShadowProjection::Animation' has a wrong offset!"); \ static_assert(offsetof(UShadowProjection, AudioEvent) == 0x000040, "Member 'UShadowProjection::AudioEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ShadowSprint_GetCapsuleComponent \ static_assert(alignof(ShadowSprint_GetCapsuleComponent) == 0x000008, "Wrong alignment on ShadowSprint_GetCapsuleComponent"); \ static_assert(sizeof(ShadowSprint_GetCapsuleComponent) == 0x000008, "Wrong size on ShadowSprint_GetCapsuleComponent"); \ static_assert(offsetof(ShadowSprint_GetCapsuleComponent, ReturnValue) == 0x000000, "Member 'ShadowSprint_GetCapsuleComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ShadowSprint_SetScaleInfo \ static_assert(alignof(ShadowSprint_SetScaleInfo) == 0x000004, "Wrong alignment on ShadowSprint_SetScaleInfo"); \ static_assert(sizeof(ShadowSprint_SetScaleInfo) == 0x000008, "Wrong size on ShadowSprint_SetScaleInfo"); \ static_assert(offsetof(ShadowSprint_SetScaleInfo, bInScaleIn) == 0x000000, "Member 'ShadowSprint_SetScaleInfo::bInScaleIn' has a wrong offset!"); \ static_assert(offsetof(ShadowSprint_SetScaleInfo, InActiveScale) == 0x000004, "Member 'ShadowSprint_SetScaleInfo::InActiveScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AShadowSprint \ static_assert(alignof(AShadowSprint) == 0x000008, "Wrong alignment on AShadowSprint"); \ static_assert(sizeof(AShadowSprint) == 0x000260, "Wrong size on AShadowSprint"); \ static_assert(offsetof(AShadowSprint, ActiveScale) == 0x000248, "Member 'AShadowSprint::ActiveScale' has a wrong offset!"); \ static_assert(offsetof(AShadowSprint, bScaleIn) == 0x00024C, "Member 'AShadowSprint::bScaleIn' has a wrong offset!"); \ static_assert(offsetof(AShadowSprint, CapsuleComponent) == 0x000250, "Member 'AShadowSprint::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(AShadowSprint, MovementComponent) == 0x000258, "Member 'AShadowSprint::MovementComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransformTweenDummy \ static_assert(alignof(UTransformTweenDummy) == 0x000008, "Wrong alignment on UTransformTweenDummy"); \ static_assert(sizeof(UTransformTweenDummy) == 0x000028, "Wrong size on UTransformTweenDummy"); \ #define DUMPER7_ASSERTS_ASimpleBreakable \ static_assert(alignof(ASimpleBreakable) == 0x000008, "Wrong alignment on ASimpleBreakable"); \ static_assert(sizeof(ASimpleBreakable) == 0x000250, "Wrong size on ASimpleBreakable"); \ static_assert(offsetof(ASimpleBreakable, ObjectState) == 0x000248, "Member 'ASimpleBreakable::ObjectState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tier4ActorCache_Get \ static_assert(alignof(Tier4ActorCache_Get) == 0x000008, "Wrong alignment on Tier4ActorCache_Get"); \ static_assert(sizeof(Tier4ActorCache_Get) == 0x000008, "Wrong size on Tier4ActorCache_Get"); \ static_assert(offsetof(Tier4ActorCache_Get, ReturnValue) == 0x000000, "Member 'Tier4ActorCache_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tier4ActorCache_SetTempMaxAllowedT4 \ static_assert(alignof(Tier4ActorCache_SetTempMaxAllowedT4) == 0x000004, "Wrong alignment on Tier4ActorCache_SetTempMaxAllowedT4"); \ static_assert(sizeof(Tier4ActorCache_SetTempMaxAllowedT4) == 0x000004, "Wrong size on Tier4ActorCache_SetTempMaxAllowedT4"); \ static_assert(offsetof(Tier4ActorCache_SetTempMaxAllowedT4, InTempMax) == 0x000000, "Member 'Tier4ActorCache_SetTempMaxAllowedT4::InTempMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTier4ActorCache \ static_assert(alignof(UTier4ActorCache) == 0x000008, "Wrong alignment on UTier4ActorCache"); \ static_assert(sizeof(UTier4ActorCache) == 0x0001E0, "Wrong size on UTier4ActorCache"); \ #define DUMPER7_ASSERTS_USkinFXEventTriggerFilteredHermesSimple \ static_assert(alignof(USkinFXEventTriggerFilteredHermesSimple) == 0x000008, "Wrong alignment on USkinFXEventTriggerFilteredHermesSimple"); \ static_assert(sizeof(USkinFXEventTriggerFilteredHermesSimple) == 0x000048, "Wrong size on USkinFXEventTriggerFilteredHermesSimple"); \ static_assert(offsetof(USkinFXEventTriggerFilteredHermesSimple, HermesMessage) == 0x000038, "Member 'USkinFXEventTriggerFilteredHermesSimple::HermesMessage' has a wrong offset!"); \ static_assert(offsetof(USkinFXEventTriggerFilteredHermesSimple, MessageData) == 0x000040, "Member 'USkinFXEventTriggerFilteredHermesSimple::MessageData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXEventTriggerFilteredHermes \ static_assert(alignof(USkinFXEventTriggerFilteredHermes) == 0x000008, "Wrong alignment on USkinFXEventTriggerFilteredHermes"); \ static_assert(sizeof(USkinFXEventTriggerFilteredHermes) == 0x000040, "Wrong size on USkinFXEventTriggerFilteredHermes"); \ static_assert(offsetof(USkinFXEventTriggerFilteredHermes, HermesMessage) == 0x000038, "Member 'USkinFXEventTriggerFilteredHermes::HermesMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXEventTriggerFilteredActorRTPC \ static_assert(alignof(USkinFXEventTriggerFilteredActorRTPC) == 0x000008, "Wrong alignment on USkinFXEventTriggerFilteredActorRTPC"); \ static_assert(sizeof(USkinFXEventTriggerFilteredActorRTPC) == 0x000050, "Wrong size on USkinFXEventTriggerFilteredActorRTPC"); \ static_assert(offsetof(USkinFXEventTriggerFilteredActorRTPC, RTPC) == 0x000038, "Member 'USkinFXEventTriggerFilteredActorRTPC::RTPC' has a wrong offset!"); \ static_assert(offsetof(USkinFXEventTriggerFilteredActorRTPC, Value) == 0x000040, "Member 'USkinFXEventTriggerFilteredActorRTPC::Value' has a wrong offset!"); \ static_assert(offsetof(USkinFXEventTriggerFilteredActorRTPC, InterpolationTime) == 0x000044, "Member 'USkinFXEventTriggerFilteredActorRTPC::InterpolationTime' has a wrong offset!"); \ static_assert(offsetof(USkinFXEventTriggerFilteredActorRTPC, bUseRTPCCache) == 0x000048, "Member 'USkinFXEventTriggerFilteredActorRTPC::bUseRTPCCache' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATombProtectorSwordCharacter \ static_assert(alignof(ATombProtectorSwordCharacter) == 0x000010, "Wrong alignment on ATombProtectorSwordCharacter"); \ static_assert(sizeof(ATombProtectorSwordCharacter) == 0x000CD0, "Wrong size on ATombProtectorSwordCharacter"); \ static_assert(offsetof(ATombProtectorSwordCharacter, TombProtector) == 0x000CC0, "Member 'ATombProtectorSwordCharacter::TombProtector' has a wrong offset!"); \ static_assert(offsetof(ATombProtectorSwordCharacter, Player) == 0x000CC8, "Member 'ATombProtectorSwordCharacter::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXEventTriggerFilteredGlobalRTPC \ static_assert(alignof(USkinFXEventTriggerFilteredGlobalRTPC) == 0x000008, "Wrong alignment on USkinFXEventTriggerFilteredGlobalRTPC"); \ static_assert(sizeof(USkinFXEventTriggerFilteredGlobalRTPC) == 0x000048, "Wrong size on USkinFXEventTriggerFilteredGlobalRTPC"); \ static_assert(offsetof(USkinFXEventTriggerFilteredGlobalRTPC, RTPC) == 0x000030, "Member 'USkinFXEventTriggerFilteredGlobalRTPC::RTPC' has a wrong offset!"); \ static_assert(offsetof(USkinFXEventTriggerFilteredGlobalRTPC, Value) == 0x000038, "Member 'USkinFXEventTriggerFilteredGlobalRTPC::Value' has a wrong offset!"); \ static_assert(offsetof(USkinFXEventTriggerFilteredGlobalRTPC, InterpolationTime) == 0x00003C, "Member 'USkinFXEventTriggerFilteredGlobalRTPC::InterpolationTime' has a wrong offset!"); \ static_assert(offsetof(USkinFXEventTriggerFilteredGlobalRTPC, bUseRTPCCache) == 0x000040, "Member 'USkinFXEventTriggerFilteredGlobalRTPC::bUseRTPCCache' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkinFXEventTriggerFilteredDebugLog \ static_assert(alignof(USkinFXEventTriggerFilteredDebugLog) == 0x000008, "Wrong alignment on USkinFXEventTriggerFilteredDebugLog"); \ static_assert(sizeof(USkinFXEventTriggerFilteredDebugLog) == 0x000038, "Wrong size on USkinFXEventTriggerFilteredDebugLog"); \ #define DUMPER7_ASSERTS_TorchComponent_OnPropagateOverlapBegin \ static_assert(alignof(TorchComponent_OnPropagateOverlapBegin) == 0x000008, "Wrong alignment on TorchComponent_OnPropagateOverlapBegin"); \ static_assert(sizeof(TorchComponent_OnPropagateOverlapBegin) == 0x000010, "Wrong size on TorchComponent_OnPropagateOverlapBegin"); \ static_assert(offsetof(TorchComponent_OnPropagateOverlapBegin, OverlappedComponent) == 0x000000, "Member 'TorchComponent_OnPropagateOverlapBegin::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(TorchComponent_OnPropagateOverlapBegin, OtherActor) == 0x000008, "Member 'TorchComponent_OnPropagateOverlapBegin::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TorchComponent_OnPropagateOverlapEnd \ static_assert(alignof(TorchComponent_OnPropagateOverlapEnd) == 0x000008, "Wrong alignment on TorchComponent_OnPropagateOverlapEnd"); \ static_assert(sizeof(TorchComponent_OnPropagateOverlapEnd) == 0x000008, "Wrong size on TorchComponent_OnPropagateOverlapEnd"); \ static_assert(offsetof(TorchComponent_OnPropagateOverlapEnd, OtherActor) == 0x000000, "Member 'TorchComponent_OnPropagateOverlapEnd::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TorchComponent_OnProxOverlapBegin \ static_assert(alignof(TorchComponent_OnProxOverlapBegin) == 0x000008, "Wrong alignment on TorchComponent_OnProxOverlapBegin"); \ static_assert(sizeof(TorchComponent_OnProxOverlapBegin) == 0x000008, "Wrong size on TorchComponent_OnProxOverlapBegin"); \ static_assert(offsetof(TorchComponent_OnProxOverlapBegin, OtherActor) == 0x000000, "Member 'TorchComponent_OnProxOverlapBegin::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TorchComponent_SetOnFire \ static_assert(alignof(TorchComponent_SetOnFire) == 0x000001, "Wrong alignment on TorchComponent_SetOnFire"); \ static_assert(sizeof(TorchComponent_SetOnFire) == 0x000001, "Wrong size on TorchComponent_SetOnFire"); \ static_assert(offsetof(TorchComponent_SetOnFire, bOnFire) == 0x000000, "Member 'TorchComponent_SetOnFire::bOnFire' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTorchComponent \ static_assert(alignof(UTorchComponent) == 0x000008, "Wrong alignment on UTorchComponent"); \ static_assert(sizeof(UTorchComponent) == 0x000180, "Wrong size on UTorchComponent"); \ static_assert(offsetof(UTorchComponent, bStartLit) == 0x0000D0, "Member 'UTorchComponent::bStartLit' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, bPropagate) == 0x0000D1, "Member 'UTorchComponent::bPropagate' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, bCastShadow) == 0x0000D2, "Member 'UTorchComponent::bCastShadow' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, LightColor) == 0x0000D4, "Member 'UTorchComponent::LightColor' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, LightIntensity) == 0x0000E4, "Member 'UTorchComponent::LightIntensity' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, bCustomLightRadius) == 0x0000E8, "Member 'UTorchComponent::bCustomLightRadius' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, CustomLightRadius) == 0x0000EC, "Member 'UTorchComponent::CustomLightRadius' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, bReceiveSequentialLighting) == 0x0000F0, "Member 'UTorchComponent::bReceiveSequentialLighting' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, bSendSequentialLighting) == 0x0000F1, "Member 'UTorchComponent::bSendSequentialLighting' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, SequentialLightSpreadRadius) == 0x0000F4, "Member 'UTorchComponent::SequentialLightSpreadRadius' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, bOverrideLightDelay) == 0x0000F8, "Member 'UTorchComponent::bOverrideLightDelay' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, OverrideLightDelay) == 0x0000FC, "Member 'UTorchComponent::OverrideLightDelay' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, bIsLit) == 0x000100, "Member 'UTorchComponent::bIsLit' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, bLightTick) == 0x000101, "Member 'UTorchComponent::bLightTick' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, CurrentLightIntensity) == 0x000104, "Member 'UTorchComponent::CurrentLightIntensity' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, LightDelay) == 0x000108, "Member 'UTorchComponent::LightDelay' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, PropagateSphere) == 0x000110, "Member 'UTorchComponent::PropagateSphere' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, FireParticles) == 0x000118, "Member 'UTorchComponent::FireParticles' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, FireBillboards) == 0x000128, "Member 'UTorchComponent::FireBillboards' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, Ak_Fire_Burning_Loop) == 0x000138, "Member 'UTorchComponent::Ak_Fire_Burning_Loop' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, FirePointLight) == 0x000140, "Member 'UTorchComponent::FirePointLight' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, AnimatedLight) == 0x000148, "Member 'UTorchComponent::AnimatedLight' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, ObjectTypes) == 0x000150, "Member 'UTorchComponent::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, PropagateObjects) == 0x000160, "Member 'UTorchComponent::PropagateObjects' has a wrong offset!"); \ static_assert(offsetof(UTorchComponent, TorchObjectState) == 0x000170, "Member 'UTorchComponent::TorchObjectState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlideNavLinkComponent_UpdateNavLink \ static_assert(alignof(SlideNavLinkComponent_UpdateNavLink) == 0x000004, "Wrong alignment on SlideNavLinkComponent_UpdateNavLink"); \ static_assert(sizeof(SlideNavLinkComponent_UpdateNavLink) == 0x000018, "Wrong size on SlideNavLinkComponent_UpdateNavLink"); \ static_assert(offsetof(SlideNavLinkComponent_UpdateNavLink, Info) == 0x000000, "Member 'SlideNavLinkComponent_UpdateNavLink::Info' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlideNavLinkComponent_HasValidLinks \ static_assert(alignof(SlideNavLinkComponent_HasValidLinks) == 0x000001, "Wrong alignment on SlideNavLinkComponent_HasValidLinks"); \ static_assert(sizeof(SlideNavLinkComponent_HasValidLinks) == 0x000001, "Wrong size on SlideNavLinkComponent_HasValidLinks"); \ static_assert(offsetof(SlideNavLinkComponent_HasValidLinks, ReturnValue) == 0x000000, "Member 'SlideNavLinkComponent_HasValidLinks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USlideNavLinkComponent \ static_assert(alignof(USlideNavLinkComponent) == 0x000010, "Wrong alignment on USlideNavLinkComponent"); \ static_assert(sizeof(USlideNavLinkComponent) == 0x0002D0, "Wrong size on USlideNavLinkComponent"); \ static_assert(offsetof(USlideNavLinkComponent, bIsBottomLinkPosValid) == 0x000280, "Member 'USlideNavLinkComponent::bIsBottomLinkPosValid' has a wrong offset!"); \ static_assert(offsetof(USlideNavLinkComponent, SlideBottomLinkEnd) == 0x000284, "Member 'USlideNavLinkComponent::SlideBottomLinkEnd' has a wrong offset!"); \ static_assert(offsetof(USlideNavLinkComponent, bIsTopLinkPosValid) == 0x000290, "Member 'USlideNavLinkComponent::bIsTopLinkPosValid' has a wrong offset!"); \ static_assert(offsetof(USlideNavLinkComponent, SlideTopLinkEnd) == 0x000294, "Member 'USlideNavLinkComponent::SlideTopLinkEnd' has a wrong offset!"); \ static_assert(offsetof(USlideNavLinkComponent, StartLinkComponentName) == 0x0002A0, "Member 'USlideNavLinkComponent::StartLinkComponentName' has a wrong offset!"); \ static_assert(offsetof(USlideNavLinkComponent, EndLinkComponentName) == 0x0002A8, "Member 'USlideNavLinkComponent::EndLinkComponentName' has a wrong offset!"); \ static_assert(offsetof(USlideNavLinkComponent, SlideInfo) == 0x0002B0, "Member 'USlideNavLinkComponent::SlideInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialJournalHeadlineWidget_InitDetails \ static_assert(alignof(SocialJournalHeadlineWidget_InitDetails) == 0x000008, "Wrong alignment on SocialJournalHeadlineWidget_InitDetails"); \ static_assert(sizeof(SocialJournalHeadlineWidget_InitDetails) == 0x000030, "Wrong size on SocialJournalHeadlineWidget_InitDetails"); \ static_assert(offsetof(SocialJournalHeadlineWidget_InitDetails, Param_Name_0) == 0x000000, "Member 'SocialJournalHeadlineWidget_InitDetails::Param_Name_0' has a wrong offset!"); \ static_assert(offsetof(SocialJournalHeadlineWidget_InitDetails, IconName) == 0x000018, "Member 'SocialJournalHeadlineWidget_InitDetails::IconName' has a wrong offset!"); \ static_assert(offsetof(SocialJournalHeadlineWidget_InitDetails, Count_0) == 0x000028, "Member 'SocialJournalHeadlineWidget_InitDetails::Count_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USocialJournalHeadlineWidget \ static_assert(alignof(USocialJournalHeadlineWidget) == 0x000008, "Wrong alignment on USocialJournalHeadlineWidget"); \ static_assert(sizeof(USocialJournalHeadlineWidget) == 0x000280, "Wrong size on USocialJournalHeadlineWidget"); \ static_assert(offsetof(USocialJournalHeadlineWidget, Count) == 0x000268, "Member 'USocialJournalHeadlineWidget::Count' has a wrong offset!"); \ static_assert(offsetof(USocialJournalHeadlineWidget, Icon) == 0x000270, "Member 'USocialJournalHeadlineWidget::Icon' has a wrong offset!"); \ static_assert(offsetof(USocialJournalHeadlineWidget, Name_0) == 0x000278, "Member 'USocialJournalHeadlineWidget::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainManager_Get \ static_assert(alignof(TrainManager_Get) == 0x000008, "Wrong alignment on TrainManager_Get"); \ static_assert(sizeof(TrainManager_Get) == 0x000008, "Wrong size on TrainManager_Get"); \ static_assert(offsetof(TrainManager_Get, ReturnValue) == 0x000000, "Member 'TrainManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainManager_SetTrainDistanceAlongTrack \ static_assert(alignof(TrainManager_SetTrainDistanceAlongTrack) == 0x000004, "Wrong alignment on TrainManager_SetTrainDistanceAlongTrack"); \ static_assert(sizeof(TrainManager_SetTrainDistanceAlongTrack) == 0x000004, "Wrong size on TrainManager_SetTrainDistanceAlongTrack"); \ static_assert(offsetof(TrainManager_SetTrainDistanceAlongTrack, Distance) == 0x000000, "Member 'TrainManager_SetTrainDistanceAlongTrack::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainManager_SetTrainPositionAlongTrack \ static_assert(alignof(TrainManager_SetTrainPositionAlongTrack) == 0x000004, "Wrong alignment on TrainManager_SetTrainPositionAlongTrack"); \ static_assert(sizeof(TrainManager_SetTrainPositionAlongTrack) == 0x00000C, "Wrong size on TrainManager_SetTrainPositionAlongTrack"); \ static_assert(offsetof(TrainManager_SetTrainPositionAlongTrack, Position) == 0x000000, "Member 'TrainManager_SetTrainPositionAlongTrack::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TrainManager_SetTrainSpeed \ static_assert(alignof(TrainManager_SetTrainSpeed) == 0x000004, "Wrong alignment on TrainManager_SetTrainSpeed"); \ static_assert(sizeof(TrainManager_SetTrainSpeed) == 0x000004, "Wrong size on TrainManager_SetTrainSpeed"); \ static_assert(offsetof(TrainManager_SetTrainSpeed, Speed) == 0x000000, "Member 'TrainManager_SetTrainSpeed::Speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTrainManager \ static_assert(alignof(UTrainManager) == 0x000008, "Wrong alignment on UTrainManager"); \ static_assert(sizeof(UTrainManager) == 0x0000D0, "Wrong size on UTrainManager"); \ static_assert(offsetof(UTrainManager, TrainSettings) == 0x000038, "Member 'UTrainManager::TrainSettings' has a wrong offset!"); \ static_assert(offsetof(UTrainManager, TrainEngine) == 0x000040, "Member 'UTrainManager::TrainEngine' has a wrong offset!"); \ static_assert(offsetof(UTrainManager, CoalCar) == 0x000048, "Member 'UTrainManager::CoalCar' has a wrong offset!"); \ static_assert(offsetof(UTrainManager, PassengerCars) == 0x000050, "Member 'UTrainManager::PassengerCars' has a wrong offset!"); \ static_assert(offsetof(UTrainManager, NavigationSpline) == 0x000060, "Member 'UTrainManager::NavigationSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_SuppressGreetingGhostStoriesOnActor \ static_assert(alignof(SocialReasoning_SuppressGreetingGhostStoriesOnActor) == 0x000008, "Wrong alignment on SocialReasoning_SuppressGreetingGhostStoriesOnActor"); \ static_assert(sizeof(SocialReasoning_SuppressGreetingGhostStoriesOnActor) == 0x000018, "Wrong size on SocialReasoning_SuppressGreetingGhostStoriesOnActor"); \ static_assert(offsetof(SocialReasoning_SuppressGreetingGhostStoriesOnActor, InTargetActor) == 0x000000, "Member 'SocialReasoning_SuppressGreetingGhostStoriesOnActor::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_SuppressGreetingGhostStoriesOnActor, InShouldSuppress) == 0x000008, "Member 'SocialReasoning_SuppressGreetingGhostStoriesOnActor::InShouldSuppress' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_SuppressGreetingGhostStoriesOnActor, InCaller) == 0x000010, "Member 'SocialReasoning_SuppressGreetingGhostStoriesOnActor::InCaller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_TriggerSoloActionOnActor \ static_assert(alignof(SocialReasoning_TriggerSoloActionOnActor) == 0x000008, "Wrong alignment on SocialReasoning_TriggerSoloActionOnActor"); \ static_assert(sizeof(SocialReasoning_TriggerSoloActionOnActor) == 0x000020, "Wrong size on SocialReasoning_TriggerSoloActionOnActor"); \ static_assert(offsetof(SocialReasoning_TriggerSoloActionOnActor, InTargetActor) == 0x000000, "Member 'SocialReasoning_TriggerSoloActionOnActor::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_TriggerSoloActionOnActor, Story) == 0x000008, "Member 'SocialReasoning_TriggerSoloActionOnActor::Story' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_TriggerSoloActionOnActor, Emotion) == 0x000009, "Member 'SocialReasoning_TriggerSoloActionOnActor::Emotion' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_TriggerSoloActionOnActor, FocusActor) == 0x000010, "Member 'SocialReasoning_TriggerSoloActionOnActor::FocusActor' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_TriggerSoloActionOnActor, ReturnValue) == 0x000018, "Member 'SocialReasoning_TriggerSoloActionOnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_AvailableToTellAGhostStory \ static_assert(alignof(SocialReasoning_AvailableToTellAGhostStory) == 0x000001, "Wrong alignment on SocialReasoning_AvailableToTellAGhostStory"); \ static_assert(sizeof(SocialReasoning_AvailableToTellAGhostStory) == 0x000001, "Wrong size on SocialReasoning_AvailableToTellAGhostStory"); \ static_assert(offsetof(SocialReasoning_AvailableToTellAGhostStory, ReturnValue) == 0x000000, "Member 'SocialReasoning_AvailableToTellAGhostStory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_CreateSocialInteraction \ static_assert(alignof(SocialReasoning_CreateSocialInteraction) == 0x000004, "Wrong alignment on SocialReasoning_CreateSocialInteraction"); \ static_assert(sizeof(SocialReasoning_CreateSocialInteraction) == 0x000030, "Wrong size on SocialReasoning_CreateSocialInteraction"); \ static_assert(offsetof(SocialReasoning_CreateSocialInteraction, MinimumInteractors) == 0x000000, "Member 'SocialReasoning_CreateSocialInteraction::MinimumInteractors' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_CreateSocialInteraction, ProvidedStationData) == 0x000004, "Member 'SocialReasoning_CreateSocialInteraction::ProvidedStationData' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_CreateSocialInteraction, SpawnedStationType) == 0x000024, "Member 'SocialReasoning_CreateSocialInteraction::SpawnedStationType' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_CreateSocialInteraction, TimeAvailable) == 0x000028, "Member 'SocialReasoning_CreateSocialInteraction::TimeAvailable' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_CreateSocialInteraction, IsDynamic) == 0x00002C, "Member 'SocialReasoning_CreateSocialInteraction::IsDynamic' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_CreateSocialInteraction, ReturnValue) == 0x00002D, "Member 'SocialReasoning_CreateSocialInteraction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_CreateSocialInteractionForChat \ static_assert(alignof(SocialReasoning_CreateSocialInteractionForChat) == 0x000004, "Wrong alignment on SocialReasoning_CreateSocialInteractionForChat"); \ static_assert(sizeof(SocialReasoning_CreateSocialInteractionForChat) == 0x00002C, "Wrong size on SocialReasoning_CreateSocialInteractionForChat"); \ static_assert(offsetof(SocialReasoning_CreateSocialInteractionForChat, ProvidedStationData) == 0x000000, "Member 'SocialReasoning_CreateSocialInteractionForChat::ProvidedStationData' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_CreateSocialInteractionForChat, SpawnedStationType) == 0x000020, "Member 'SocialReasoning_CreateSocialInteractionForChat::SpawnedStationType' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_CreateSocialInteractionForChat, TimeAvailable) == 0x000024, "Member 'SocialReasoning_CreateSocialInteractionForChat::TimeAvailable' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_CreateSocialInteractionForChat, IsDynamic) == 0x000028, "Member 'SocialReasoning_CreateSocialInteractionForChat::IsDynamic' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_CreateSocialInteractionForChat, ReturnValue) == 0x000029, "Member 'SocialReasoning_CreateSocialInteractionForChat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_FinishActivateLookAtTrigger \ static_assert(alignof(SocialReasoning_FinishActivateLookAtTrigger) == 0x000004, "Wrong alignment on SocialReasoning_FinishActivateLookAtTrigger"); \ static_assert(sizeof(SocialReasoning_FinishActivateLookAtTrigger) == 0x00000C, "Wrong size on SocialReasoning_FinishActivateLookAtTrigger"); \ static_assert(offsetof(SocialReasoning_FinishActivateLookAtTrigger, InPriority) == 0x000000, "Member 'SocialReasoning_FinishActivateLookAtTrigger::InPriority' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_FinishActivateLookAtTrigger, InReason) == 0x000004, "Member 'SocialReasoning_FinishActivateLookAtTrigger::InReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_FinishSettingGhostStoryInterestFactor \ static_assert(alignof(SocialReasoning_FinishSettingGhostStoryInterestFactor) == 0x000008, "Wrong alignment on SocialReasoning_FinishSettingGhostStoryInterestFactor"); \ static_assert(sizeof(SocialReasoning_FinishSettingGhostStoryInterestFactor) == 0x000010, "Wrong size on SocialReasoning_FinishSettingGhostStoryInterestFactor"); \ static_assert(offsetof(SocialReasoning_FinishSettingGhostStoryInterestFactor, InPriority) == 0x000000, "Member 'SocialReasoning_FinishSettingGhostStoryInterestFactor::InPriority' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_FinishSettingGhostStoryInterestFactor, InCaller) == 0x000008, "Member 'SocialReasoning_FinishSettingGhostStoryInterestFactor::InCaller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_GetCurrentBehavior \ static_assert(alignof(SocialReasoning_GetCurrentBehavior) == 0x000004, "Wrong alignment on SocialReasoning_GetCurrentBehavior"); \ static_assert(sizeof(SocialReasoning_GetCurrentBehavior) == 0x000008, "Wrong size on SocialReasoning_GetCurrentBehavior"); \ static_assert(offsetof(SocialReasoning_GetCurrentBehavior, ReturnValue) == 0x000000, "Member 'SocialReasoning_GetCurrentBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_GetDesiredBehavior \ static_assert(alignof(SocialReasoning_GetDesiredBehavior) == 0x000004, "Wrong alignment on SocialReasoning_GetDesiredBehavior"); \ static_assert(sizeof(SocialReasoning_GetDesiredBehavior) == 0x000008, "Wrong size on SocialReasoning_GetDesiredBehavior"); \ static_assert(offsetof(SocialReasoning_GetDesiredBehavior, ReturnValue) == 0x000000, "Member 'SocialReasoning_GetDesiredBehavior::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_GetFreeTimeMinMaxStationChangeTime \ static_assert(alignof(SocialReasoning_GetFreeTimeMinMaxStationChangeTime) == 0x000004, "Wrong alignment on SocialReasoning_GetFreeTimeMinMaxStationChangeTime"); \ static_assert(sizeof(SocialReasoning_GetFreeTimeMinMaxStationChangeTime) == 0x000008, "Wrong size on SocialReasoning_GetFreeTimeMinMaxStationChangeTime"); \ static_assert(offsetof(SocialReasoning_GetFreeTimeMinMaxStationChangeTime, outMinTime) == 0x000000, "Member 'SocialReasoning_GetFreeTimeMinMaxStationChangeTime::outMinTime' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_GetFreeTimeMinMaxStationChangeTime, outMaxTime) == 0x000004, "Member 'SocialReasoning_GetFreeTimeMinMaxStationChangeTime::outMaxTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_GetReasonerDisplayName \ static_assert(alignof(SocialReasoning_GetReasonerDisplayName) == 0x000004, "Wrong alignment on SocialReasoning_GetReasonerDisplayName"); \ static_assert(sizeof(SocialReasoning_GetReasonerDisplayName) == 0x000008, "Wrong size on SocialReasoning_GetReasonerDisplayName"); \ static_assert(offsetof(SocialReasoning_GetReasonerDisplayName, ReturnValue) == 0x000000, "Member 'SocialReasoning_GetReasonerDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_GetReasonerName \ static_assert(alignof(SocialReasoning_GetReasonerName) == 0x000004, "Wrong alignment on SocialReasoning_GetReasonerName"); \ static_assert(sizeof(SocialReasoning_GetReasonerName) == 0x000008, "Wrong size on SocialReasoning_GetReasonerName"); \ static_assert(offsetof(SocialReasoning_GetReasonerName, ReturnValue) == 0x000000, "Member 'SocialReasoning_GetReasonerName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_GetUseOptimizedEQS \ static_assert(alignof(SocialReasoning_GetUseOptimizedEQS) == 0x000001, "Wrong alignment on SocialReasoning_GetUseOptimizedEQS"); \ static_assert(sizeof(SocialReasoning_GetUseOptimizedEQS) == 0x000001, "Wrong size on SocialReasoning_GetUseOptimizedEQS"); \ static_assert(offsetof(SocialReasoning_GetUseOptimizedEQS, ReturnValue) == 0x000000, "Member 'SocialReasoning_GetUseOptimizedEQS::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_Greet \ static_assert(alignof(SocialReasoning_Greet) == 0x000004, "Wrong alignment on SocialReasoning_Greet"); \ static_assert(sizeof(SocialReasoning_Greet) == 0x000020, "Wrong size on SocialReasoning_Greet"); \ static_assert(offsetof(SocialReasoning_Greet, TheGreeting) == 0x000000, "Member 'SocialReasoning_Greet::TheGreeting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_JoinStation \ static_assert(alignof(SocialReasoning_JoinStation) == 0x000004, "Wrong alignment on SocialReasoning_JoinStation"); \ static_assert(sizeof(SocialReasoning_JoinStation) == 0x000028, "Wrong size on SocialReasoning_JoinStation"); \ static_assert(offsetof(SocialReasoning_JoinStation, StationData) == 0x000000, "Member 'SocialReasoning_JoinStation::StationData' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_JoinStation, Duration) == 0x000020, "Member 'SocialReasoning_JoinStation::Duration' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_JoinStation, OverwritePreviousGoal) == 0x000024, "Member 'SocialReasoning_JoinStation::OverwritePreviousGoal' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_JoinStation, ReturnValue) == 0x000025, "Member 'SocialReasoning_JoinStation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_MonitorTheAccompaniment \ static_assert(alignof(SocialReasoning_MonitorTheAccompaniment) == 0x000004, "Wrong alignment on SocialReasoning_MonitorTheAccompaniment"); \ static_assert(sizeof(SocialReasoning_MonitorTheAccompaniment) == 0x000008, "Wrong size on SocialReasoning_MonitorTheAccompaniment"); \ static_assert(offsetof(SocialReasoning_MonitorTheAccompaniment, LeashLength) == 0x000000, "Member 'SocialReasoning_MonitorTheAccompaniment::LeashLength' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_MonitorTheAccompaniment, ReturnValue) == 0x000004, "Member 'SocialReasoning_MonitorTheAccompaniment::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_SelectGhostStoryPartners \ static_assert(alignof(SocialReasoning_SelectGhostStoryPartners) == 0x000008, "Wrong alignment on SocialReasoning_SelectGhostStoryPartners"); \ static_assert(sizeof(SocialReasoning_SelectGhostStoryPartners) == 0x000028, "Wrong size on SocialReasoning_SelectGhostStoryPartners"); \ static_assert(offsetof(SocialReasoning_SelectGhostStoryPartners, PotentialPartners) == 0x000000, "Member 'SocialReasoning_SelectGhostStoryPartners::PotentialPartners' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_SelectGhostStoryPartners, AvailablePartners) == 0x000010, "Member 'SocialReasoning_SelectGhostStoryPartners::AvailablePartners' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_SelectGhostStoryPartners, ReturnValue) == 0x000020, "Member 'SocialReasoning_SelectGhostStoryPartners::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_SetGhostStoryInterestFactor \ static_assert(alignof(SocialReasoning_SetGhostStoryInterestFactor) == 0x000004, "Wrong alignment on SocialReasoning_SetGhostStoryInterestFactor"); \ static_assert(sizeof(SocialReasoning_SetGhostStoryInterestFactor) == 0x000004, "Wrong size on SocialReasoning_SetGhostStoryInterestFactor"); \ static_assert(offsetof(SocialReasoning_SetGhostStoryInterestFactor, inInterestFactor) == 0x000000, "Member 'SocialReasoning_SetGhostStoryInterestFactor::inInterestFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_StartActivateLookAtTrigger \ static_assert(alignof(SocialReasoning_StartActivateLookAtTrigger) == 0x000004, "Wrong alignment on SocialReasoning_StartActivateLookAtTrigger"); \ static_assert(sizeof(SocialReasoning_StartActivateLookAtTrigger) == 0x00000C, "Wrong size on SocialReasoning_StartActivateLookAtTrigger"); \ static_assert(offsetof(SocialReasoning_StartActivateLookAtTrigger, inActivate) == 0x000000, "Member 'SocialReasoning_StartActivateLookAtTrigger::inActivate' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_StartActivateLookAtTrigger, InPriority) == 0x000001, "Member 'SocialReasoning_StartActivateLookAtTrigger::InPriority' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_StartActivateLookAtTrigger, InReason) == 0x000004, "Member 'SocialReasoning_StartActivateLookAtTrigger::InReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_StartSettingGhostStoryInterestFactor \ static_assert(alignof(SocialReasoning_StartSettingGhostStoryInterestFactor) == 0x000008, "Wrong alignment on SocialReasoning_StartSettingGhostStoryInterestFactor"); \ static_assert(sizeof(SocialReasoning_StartSettingGhostStoryInterestFactor) == 0x000010, "Wrong size on SocialReasoning_StartSettingGhostStoryInterestFactor"); \ static_assert(offsetof(SocialReasoning_StartSettingGhostStoryInterestFactor, InInterestLevel) == 0x000000, "Member 'SocialReasoning_StartSettingGhostStoryInterestFactor::InInterestLevel' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_StartSettingGhostStoryInterestFactor, InPriority) == 0x000004, "Member 'SocialReasoning_StartSettingGhostStoryInterestFactor::InPriority' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_StartSettingGhostStoryInterestFactor, InCaller) == 0x000008, "Member 'SocialReasoning_StartSettingGhostStoryInterestFactor::InCaller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_SuppressGreetingGhostStories \ static_assert(alignof(SocialReasoning_SuppressGreetingGhostStories) == 0x000001, "Wrong alignment on SocialReasoning_SuppressGreetingGhostStories"); \ static_assert(sizeof(SocialReasoning_SuppressGreetingGhostStories) == 0x000001, "Wrong size on SocialReasoning_SuppressGreetingGhostStories"); \ static_assert(offsetof(SocialReasoning_SuppressGreetingGhostStories, InShouldSuppress) == 0x000000, "Member 'SocialReasoning_SuppressGreetingGhostStories::InShouldSuppress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_TriggerSoloAction \ static_assert(alignof(SocialReasoning_TriggerSoloAction) == 0x000008, "Wrong alignment on SocialReasoning_TriggerSoloAction"); \ static_assert(sizeof(SocialReasoning_TriggerSoloAction) == 0x000018, "Wrong size on SocialReasoning_TriggerSoloAction"); \ static_assert(offsetof(SocialReasoning_TriggerSoloAction, Story) == 0x000000, "Member 'SocialReasoning_TriggerSoloAction::Story' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_TriggerSoloAction, Emotion) == 0x000001, "Member 'SocialReasoning_TriggerSoloAction::Emotion' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_TriggerSoloAction, FocusActor) == 0x000008, "Member 'SocialReasoning_TriggerSoloAction::FocusActor' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_TriggerSoloAction, ReturnValue) == 0x000010, "Member 'SocialReasoning_TriggerSoloAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_WhomShallIAccompany \ static_assert(alignof(SocialReasoning_WhomShallIAccompany) == 0x000008, "Wrong alignment on SocialReasoning_WhomShallIAccompany"); \ static_assert(sizeof(SocialReasoning_WhomShallIAccompany) == 0x000038, "Wrong size on SocialReasoning_WhomShallIAccompany"); \ static_assert(offsetof(SocialReasoning_WhomShallIAccompany, PotentialAccompaniers) == 0x000000, "Member 'SocialReasoning_WhomShallIAccompany::PotentialAccompaniers' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_WhomShallIAccompany, score) == 0x000010, "Member 'SocialReasoning_WhomShallIAccompany::score' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_WhomShallIAccompany, ReturnValue) == 0x000014, "Member 'SocialReasoning_WhomShallIAccompany::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_WhomShallIGreet \ static_assert(alignof(SocialReasoning_WhomShallIGreet) == 0x000008, "Wrong alignment on SocialReasoning_WhomShallIGreet"); \ static_assert(sizeof(SocialReasoning_WhomShallIGreet) == 0x000038, "Wrong size on SocialReasoning_WhomShallIGreet"); \ static_assert(offsetof(SocialReasoning_WhomShallIGreet, PotentialGreetees) == 0x000000, "Member 'SocialReasoning_WhomShallIGreet::PotentialGreetees' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_WhomShallIGreet, score) == 0x000010, "Member 'SocialReasoning_WhomShallIGreet::score' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_WhomShallIGreet, ReturnValue) == 0x000014, "Member 'SocialReasoning_WhomShallIGreet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_GetReasoner \ static_assert(alignof(SocialReasoning_GetReasoner) == 0x000008, "Wrong alignment on SocialReasoning_GetReasoner"); \ static_assert(sizeof(SocialReasoning_GetReasoner) == 0x000008, "Wrong size on SocialReasoning_GetReasoner"); \ static_assert(offsetof(SocialReasoning_GetReasoner, ReturnValue) == 0x000000, "Member 'SocialReasoning_GetReasoner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_GetReasonerPawn \ static_assert(alignof(SocialReasoning_GetReasonerPawn) == 0x000008, "Wrong alignment on SocialReasoning_GetReasonerPawn"); \ static_assert(sizeof(SocialReasoning_GetReasonerPawn) == 0x000008, "Wrong size on SocialReasoning_GetReasonerPawn"); \ static_assert(offsetof(SocialReasoning_GetReasonerPawn, ReturnValue) == 0x000000, "Member 'SocialReasoning_GetReasonerPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASocialReasoning \ static_assert(alignof(ASocialReasoning) == 0x000008, "Wrong alignment on ASocialReasoning"); \ static_assert(sizeof(ASocialReasoning) == 0x000530, "Wrong size on ASocialReasoning"); \ static_assert(offsetof(ASocialReasoning, SocialCapitalDetails) == 0x000250, "Member 'ASocialReasoning::SocialCapitalDetails' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, PlayerHasGreetedMeDelegate) == 0x000288, "Member 'ASocialReasoning::PlayerHasGreetedMeDelegate' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, Mind) == 0x000298, "Member 'ASocialReasoning::Mind' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, Memory) == 0x0002A0, "Member 'ASocialReasoning::Memory' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, ThinkDelegate) == 0x0002A8, "Member 'ASocialReasoning::ThinkDelegate' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, ChatDelegate) == 0x0002B8, "Member 'ASocialReasoning::ChatDelegate' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, CombatDelegate) == 0x0002C8, "Member 'ASocialReasoning::CombatDelegate' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, CompanionshipDelegate) == 0x0002D8, "Member 'ASocialReasoning::CompanionshipDelegate' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, PerformTask_WaitForPlayerDelegate) == 0x0002E8, "Member 'ASocialReasoning::PerformTask_WaitForPlayerDelegate' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, PerformTask_MoveToLocationDelegate) == 0x0002F8, "Member 'ASocialReasoning::PerformTask_MoveToLocationDelegate' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, PerformTask_MoveToStationDelegate) == 0x000308, "Member 'ASocialReasoning::PerformTask_MoveToStationDelegate' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, PlayerSightedDelegate) == 0x000318, "Member 'ASocialReasoning::PlayerSightedDelegate' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, RunEQS_FindStationsDelegate) == 0x000328, "Member 'ASocialReasoning::RunEQS_FindStationsDelegate' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, RunEQS_FindSocialReasoningsDelegate) == 0x000338, "Member 'ASocialReasoning::RunEQS_FindSocialReasoningsDelegate' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, InteractionCallbackDelegate) == 0x000348, "Member 'ASocialReasoning::InteractionCallbackDelegate' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, GhostStoryEndedDelegate) == 0x000358, "Member 'ASocialReasoning::GhostStoryEndedDelegate' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, StoryTeller) == 0x000368, "Member 'ASocialReasoning::StoryTeller' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, PatrolWaitTime) == 0x000390, "Member 'ASocialReasoning::PatrolWaitTime' has a wrong offset!"); \ static_assert(offsetof(ASocialReasoning, LookAtMe) == 0x000394, "Member 'ASocialReasoning::LookAtMe' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_Interface_Converse \ static_assert(alignof(SocialReasoning_Interface_Converse) == 0x000008, "Wrong alignment on SocialReasoning_Interface_Converse"); \ static_assert(sizeof(SocialReasoning_Interface_Converse) == 0x000038, "Wrong size on SocialReasoning_Interface_Converse"); \ static_assert(offsetof(SocialReasoning_Interface_Converse, SocialResponse) == 0x000000, "Member 'SocialReasoning_Interface_Converse::SocialResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_Interface_ConverseWithProxy \ static_assert(alignof(SocialReasoning_Interface_ConverseWithProxy) == 0x000008, "Wrong alignment on SocialReasoning_Interface_ConverseWithProxy"); \ static_assert(sizeof(SocialReasoning_Interface_ConverseWithProxy) == 0x000038, "Wrong size on SocialReasoning_Interface_ConverseWithProxy"); \ static_assert(offsetof(SocialReasoning_Interface_ConverseWithProxy, SocialResponse) == 0x000000, "Member 'SocialReasoning_Interface_ConverseWithProxy::SocialResponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_Interface_Goodbye \ static_assert(alignof(SocialReasoning_Interface_Goodbye) == 0x000001, "Wrong alignment on SocialReasoning_Interface_Goodbye"); \ static_assert(sizeof(SocialReasoning_Interface_Goodbye) == 0x000001, "Wrong size on SocialReasoning_Interface_Goodbye"); \ static_assert(offsetof(SocialReasoning_Interface_Goodbye, ReturnValue) == 0x000000, "Member 'SocialReasoning_Interface_Goodbye::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_Interface_Nevermind \ static_assert(alignof(SocialReasoning_Interface_Nevermind) == 0x000001, "Wrong alignment on SocialReasoning_Interface_Nevermind"); \ static_assert(sizeof(SocialReasoning_Interface_Nevermind) == 0x000001, "Wrong size on SocialReasoning_Interface_Nevermind"); \ static_assert(offsetof(SocialReasoning_Interface_Nevermind, ReturnValue) == 0x000000, "Member 'SocialReasoning_Interface_Nevermind::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_Interface_RunEQS_FindSocialReasonings \ static_assert(alignof(SocialReasoning_Interface_RunEQS_FindSocialReasonings) == 0x000008, "Wrong alignment on SocialReasoning_Interface_RunEQS_FindSocialReasonings"); \ static_assert(sizeof(SocialReasoning_Interface_RunEQS_FindSocialReasonings) == 0x000018, "Wrong size on SocialReasoning_Interface_RunEQS_FindSocialReasonings"); \ static_assert(offsetof(SocialReasoning_Interface_RunEQS_FindSocialReasonings, RunMode) == 0x000000, "Member 'SocialReasoning_Interface_RunEQS_FindSocialReasonings::RunMode' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_Interface_RunEQS_FindSocialReasonings, QueryFinishedDelegate) == 0x000008, "Member 'SocialReasoning_Interface_RunEQS_FindSocialReasonings::QueryFinishedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialReasoning_Interface_RunEQS_FindStations \ static_assert(alignof(SocialReasoning_Interface_RunEQS_FindStations) == 0x000008, "Wrong alignment on SocialReasoning_Interface_RunEQS_FindStations"); \ static_assert(sizeof(SocialReasoning_Interface_RunEQS_FindStations) == 0x000018, "Wrong size on SocialReasoning_Interface_RunEQS_FindStations"); \ static_assert(offsetof(SocialReasoning_Interface_RunEQS_FindStations, RunMode) == 0x000000, "Member 'SocialReasoning_Interface_RunEQS_FindStations::RunMode' has a wrong offset!"); \ static_assert(offsetof(SocialReasoning_Interface_RunEQS_FindStations, QueryFinishedDelegate) == 0x000008, "Member 'SocialReasoning_Interface_RunEQS_FindStations::QueryFinishedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ISocialReasoning_Interface \ static_assert(alignof(ISocialReasoning_Interface) == 0x000001, "Wrong alignment on ISocialReasoning_Interface"); \ static_assert(sizeof(ISocialReasoning_Interface) == 0x000001, "Wrong size on ISocialReasoning_Interface"); \ #define DUMPER7_ASSERTS_USpawn_ByDBInfo \ static_assert(alignof(USpawn_ByDBInfo) == 0x000008, "Wrong alignment on USpawn_ByDBInfo"); \ static_assert(sizeof(USpawn_ByDBInfo) == 0x000158, "Wrong size on USpawn_ByDBInfo"); \ static_assert(offsetof(USpawn_ByDBInfo, DBInfo) == 0x000048, "Member 'USpawn_ByDBInfo::DBInfo' has a wrong offset!"); \ static_assert(offsetof(USpawn_ByDBInfo, CharacterLookIdInfo) == 0x0000C8, "Member 'USpawn_ByDBInfo::CharacterLookIdInfo' has a wrong offset!"); \ static_assert(offsetof(USpawn_ByDBInfo, OverrideActorClass) == 0x000150, "Member 'USpawn_ByDBInfo::OverrideActorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SanctuaryIdentityParticleSystem_OnIdentityChanged \ static_assert(alignof(SanctuaryIdentityParticleSystem_OnIdentityChanged) == 0x000001, "Wrong alignment on SanctuaryIdentityParticleSystem_OnIdentityChanged"); \ static_assert(sizeof(SanctuaryIdentityParticleSystem_OnIdentityChanged) == 0x000002, "Wrong size on SanctuaryIdentityParticleSystem_OnIdentityChanged"); \ static_assert(offsetof(SanctuaryIdentityParticleSystem_OnIdentityChanged, OldIdentity) == 0x000000, "Member 'SanctuaryIdentityParticleSystem_OnIdentityChanged::OldIdentity' has a wrong offset!"); \ static_assert(offsetof(SanctuaryIdentityParticleSystem_OnIdentityChanged, NewIdentity) == 0x000001, "Member 'SanctuaryIdentityParticleSystem_OnIdentityChanged::NewIdentity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASanctuaryIdentityParticleSystem \ static_assert(alignof(ASanctuaryIdentityParticleSystem) == 0x000008, "Wrong alignment on ASanctuaryIdentityParticleSystem"); \ static_assert(sizeof(ASanctuaryIdentityParticleSystem) == 0x0002F0, "Wrong size on ASanctuaryIdentityParticleSystem"); \ static_assert(offsetof(ASanctuaryIdentityParticleSystem, IdentityOverrides) == 0x000260, "Member 'ASanctuaryIdentityParticleSystem::IdentityOverrides' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryIdentityParticleSystem, DefaultParticleSystem) == 0x0002B0, "Member 'ASanctuaryIdentityParticleSystem::DefaultParticleSystem' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryIdentityParticleSystem, bAutoSwapWhenIdentityChanges) == 0x0002D8, "Member 'ASanctuaryIdentityParticleSystem::bAutoSwapWhenIdentityChanges' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryIdentityParticleSystem, ParticleSystemComponent) == 0x0002E0, "Member 'ASanctuaryIdentityParticleSystem::ParticleSystemComponent' has a wrong offset!"); \ static_assert(offsetof(ASanctuaryIdentityParticleSystem, LoadedAsset) == 0x0002E8, "Member 'ASanctuaryIdentityParticleSystem::LoadedAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawn_BySkeletalMesh_WithCreatureAudio \ static_assert(alignof(USpawn_BySkeletalMesh_WithCreatureAudio) == 0x000008, "Wrong alignment on USpawn_BySkeletalMesh_WithCreatureAudio"); \ static_assert(sizeof(USpawn_BySkeletalMesh_WithCreatureAudio) == 0x000070, "Wrong size on USpawn_BySkeletalMesh_WithCreatureAudio"); \ static_assert(offsetof(USpawn_BySkeletalMesh_WithCreatureAudio, CreatureAudioAsset) == 0x000068, "Member 'USpawn_BySkeletalMesh_WithCreatureAudio::CreatureAudioAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawn_ByStationStoryContent \ static_assert(alignof(USpawn_ByStationStoryContent) == 0x000008, "Wrong alignment on USpawn_ByStationStoryContent"); \ static_assert(sizeof(USpawn_ByStationStoryContent) == 0x000060, "Wrong size on USpawn_ByStationStoryContent"); \ static_assert(offsetof(USpawn_ByStationStoryContent, CharacterIndex) == 0x000048, "Member 'USpawn_ByStationStoryContent::CharacterIndex' has a wrong offset!"); \ static_assert(offsetof(USpawn_ByStationStoryContent, StoryContentParameter) == 0x000050, "Member 'USpawn_ByStationStoryContent::StoryContentParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpawnCustomizableActor_SpawnCustomizableActor \ static_assert(alignof(SpawnCustomizableActor_SpawnCustomizableActor) == 0x000010, "Wrong alignment on SpawnCustomizableActor_SpawnCustomizableActor"); \ static_assert(sizeof(SpawnCustomizableActor_SpawnCustomizableActor) == 0x000070, "Wrong size on SpawnCustomizableActor_SpawnCustomizableActor"); \ static_assert(offsetof(SpawnCustomizableActor_SpawnCustomizableActor, WorldContextObject) == 0x000000, "Member 'SpawnCustomizableActor_SpawnCustomizableActor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SpawnCustomizableActor_SpawnCustomizableActor, Class_0) == 0x000008, "Member 'SpawnCustomizableActor_SpawnCustomizableActor::Class_0' has a wrong offset!"); \ static_assert(offsetof(SpawnCustomizableActor_SpawnCustomizableActor, RegistryId) == 0x000010, "Member 'SpawnCustomizableActor_SpawnCustomizableActor::RegistryId' has a wrong offset!"); \ static_assert(offsetof(SpawnCustomizableActor_SpawnCustomizableActor, Transform) == 0x000020, "Member 'SpawnCustomizableActor_SpawnCustomizableActor::Transform' has a wrong offset!"); \ static_assert(offsetof(SpawnCustomizableActor_SpawnCustomizableActor, Owner) == 0x000050, "Member 'SpawnCustomizableActor_SpawnCustomizableActor::Owner' has a wrong offset!"); \ static_assert(offsetof(SpawnCustomizableActor_SpawnCustomizableActor, Instigator) == 0x000058, "Member 'SpawnCustomizableActor_SpawnCustomizableActor::Instigator' has a wrong offset!"); \ static_assert(offsetof(SpawnCustomizableActor_SpawnCustomizableActor, CollisionHandlingOverride) == 0x000060, "Member 'SpawnCustomizableActor_SpawnCustomizableActor::CollisionHandlingOverride' has a wrong offset!"); \ static_assert(offsetof(SpawnCustomizableActor_SpawnCustomizableActor, ReturnValue) == 0x000068, "Member 'SpawnCustomizableActor_SpawnCustomizableActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpawnCustomizableActor_OnFinishLoading \ static_assert(alignof(SpawnCustomizableActor_OnFinishLoading) == 0x000008, "Wrong alignment on SpawnCustomizableActor_OnFinishLoading"); \ static_assert(sizeof(SpawnCustomizableActor_OnFinishLoading) == 0x000008, "Wrong size on SpawnCustomizableActor_OnFinishLoading"); \ static_assert(offsetof(SpawnCustomizableActor_OnFinishLoading, InOwner) == 0x000000, "Member 'SpawnCustomizableActor_OnFinishLoading::InOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpawnCustomizableActor \ static_assert(alignof(USpawnCustomizableActor) == 0x000008, "Wrong alignment on USpawnCustomizableActor"); \ static_assert(sizeof(USpawnCustomizableActor) == 0x000048, "Wrong size on USpawnCustomizableActor"); \ static_assert(offsetof(USpawnCustomizableActor, Loaded) == 0x000030, "Member 'USpawnCustomizableActor::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStudentCallOutAttachComponent \ static_assert(alignof(UStudentCallOutAttachComponent) == 0x000010, "Wrong alignment on UStudentCallOutAttachComponent"); \ static_assert(sizeof(UStudentCallOutAttachComponent) == 0x000230, "Wrong size on UStudentCallOutAttachComponent"); \ #define DUMPER7_ASSERTS_USpellActionItemWidget \ static_assert(alignof(USpellActionItemWidget) == 0x000008, "Wrong alignment on USpellActionItemWidget"); \ static_assert(sizeof(USpellActionItemWidget) == 0x000268, "Wrong size on USpellActionItemWidget"); \ #define DUMPER7_ASSERTS_SpellBarSlotWidget_SetImage \ static_assert(alignof(SpellBarSlotWidget_SetImage) == 0x000008, "Wrong alignment on SpellBarSlotWidget_SetImage"); \ static_assert(sizeof(SpellBarSlotWidget_SetImage) == 0x000010, "Wrong size on SpellBarSlotWidget_SetImage"); \ static_assert(offsetof(SpellBarSlotWidget_SetImage, ImageName) == 0x000000, "Member 'SpellBarSlotWidget_SetImage::ImageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellBarSlotWidget_SetSlotState \ static_assert(alignof(SpellBarSlotWidget_SetSlotState) == 0x000001, "Wrong alignment on SpellBarSlotWidget_SetSlotState"); \ static_assert(sizeof(SpellBarSlotWidget_SetSlotState) == 0x000001, "Wrong size on SpellBarSlotWidget_SetSlotState"); \ static_assert(offsetof(SpellBarSlotWidget_SetSlotState, IsActive) == 0x000000, "Member 'SpellBarSlotWidget_SetSlotState::IsActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellBarSlotWidget_UpdateRechargeMaterial \ static_assert(alignof(SpellBarSlotWidget_UpdateRechargeMaterial) == 0x000008, "Wrong alignment on SpellBarSlotWidget_UpdateRechargeMaterial"); \ static_assert(sizeof(SpellBarSlotWidget_UpdateRechargeMaterial) == 0x000008, "Wrong size on SpellBarSlotWidget_UpdateRechargeMaterial"); \ static_assert(offsetof(SpellBarSlotWidget_UpdateRechargeMaterial, newSpellIcon) == 0x000000, "Member 'SpellBarSlotWidget_UpdateRechargeMaterial::newSpellIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpellBarSlotWidget \ static_assert(alignof(USpellBarSlotWidget) == 0x000008, "Wrong alignment on USpellBarSlotWidget"); \ static_assert(sizeof(USpellBarSlotWidget) == 0x000280, "Wrong size on USpellBarSlotWidget"); \ static_assert(offsetof(USpellBarSlotWidget, IconName) == 0x000268, "Member 'USpellBarSlotWidget::IconName' has a wrong offset!"); \ static_assert(offsetof(USpellBarSlotWidget, slotIcon) == 0x000278, "Member 'USpellBarSlotWidget::slotIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStupidShaderParser \ static_assert(alignof(UStupidShaderParser) == 0x000008, "Wrong alignment on UStupidShaderParser"); \ static_assert(sizeof(UStupidShaderParser) == 0x000030, "Wrong size on UStupidShaderParser"); \ #define DUMPER7_ASSERTS_URadialForceData \ static_assert(alignof(URadialForceData) == 0x000008, "Wrong alignment on URadialForceData"); \ static_assert(sizeof(URadialForceData) == 0x000078, "Wrong size on URadialForceData"); \ static_assert(offsetof(URadialForceData, Actor) == 0x000028, "Member 'URadialForceData::Actor' has a wrong offset!"); \ static_assert(offsetof(URadialForceData, Component) == 0x000030, "Member 'URadialForceData::Component' has a wrong offset!"); \ static_assert(offsetof(URadialForceData, IgnoreActors) == 0x000068, "Member 'URadialForceData::IgnoreActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellImpactComponent_OnSpellImpact \ static_assert(alignof(SpellImpactComponent_OnSpellImpact) == 0x000008, "Wrong alignment on SpellImpactComponent_OnSpellImpact"); \ static_assert(sizeof(SpellImpactComponent_OnSpellImpact) == 0x0000F8, "Wrong size on SpellImpactComponent_OnSpellImpact"); \ static_assert(offsetof(SpellImpactComponent_OnSpellImpact, Target) == 0x000000, "Member 'SpellImpactComponent_OnSpellImpact::Target' has a wrong offset!"); \ static_assert(offsetof(SpellImpactComponent_OnSpellImpact, MunitionImpactData) == 0x000008, "Member 'SpellImpactComponent_OnSpellImpact::MunitionImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpellImpactComponent \ static_assert(alignof(USpellImpactComponent) == 0x000008, "Wrong alignment on USpellImpactComponent"); \ static_assert(sizeof(USpellImpactComponent) == 0x0000D0, "Wrong size on USpellImpactComponent"); \ #define DUMPER7_ASSERTS_USubsonicSpellMovementComponent \ static_assert(alignof(USubsonicSpellMovementComponent) == 0x000010, "Wrong alignment on USubsonicSpellMovementComponent"); \ static_assert(sizeof(USubsonicSpellMovementComponent) == 0x000210, "Wrong size on USubsonicSpellMovementComponent"); \ static_assert(offsetof(USubsonicSpellMovementComponent, MinHomingDistance) == 0x0001F0, "Member 'USubsonicSpellMovementComponent::MinHomingDistance' has a wrong offset!"); \ static_assert(offsetof(USubsonicSpellMovementComponent, MaxHomingDistance) == 0x0001F4, "Member 'USubsonicSpellMovementComponent::MaxHomingDistance' has a wrong offset!"); \ static_assert(offsetof(USubsonicSpellMovementComponent, MinHomingRotationSpeed) == 0x0001F8, "Member 'USubsonicSpellMovementComponent::MinHomingRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(USubsonicSpellMovementComponent, MaxHomingRotationSpeed) == 0x0001FC, "Member 'USubsonicSpellMovementComponent::MaxHomingRotationSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpellInfoData \ static_assert(alignof(USpellInfoData) == 0x000008, "Wrong alignment on USpellInfoData"); \ static_assert(sizeof(USpellInfoData) == 0x000070, "Wrong size on USpellInfoData"); \ static_assert(offsetof(USpellInfoData, IneffectiveFX2) == 0x000030, "Member 'USpellInfoData::IneffectiveFX2' has a wrong offset!"); \ static_assert(offsetof(USpellInfoData, ChargedActivationDelay) == 0x000040, "Member 'USpellInfoData::ChargedActivationDelay' has a wrong offset!"); \ static_assert(offsetof(USpellInfoData, WaterPPM) == 0x000048, "Member 'USpellInfoData::WaterPPM' has a wrong offset!"); \ static_assert(offsetof(USpellInfoData, ImmuneToDataAsset) == 0x000050, "Member 'USpellInfoData::ImmuneToDataAsset' has a wrong offset!"); \ static_assert(offsetof(USpellInfoData, ChargedSpellTagDataAsset) == 0x000058, "Member 'USpellInfoData::ChargedSpellTagDataAsset' has a wrong offset!"); \ static_assert(offsetof(USpellInfoData, SpellCastFX) == 0x000060, "Member 'USpellInfoData::SpellCastFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellInstantCastPanelWidget_SetSpellName \ static_assert(alignof(SpellInstantCastPanelWidget_SetSpellName) == 0x000008, "Wrong alignment on SpellInstantCastPanelWidget_SetSpellName"); \ static_assert(sizeof(SpellInstantCastPanelWidget_SetSpellName) == 0x000020, "Wrong size on SpellInstantCastPanelWidget_SetSpellName"); \ static_assert(offsetof(SpellInstantCastPanelWidget_SetSpellName, NewName) == 0x000000, "Member 'SpellInstantCastPanelWidget_SetSpellName::NewName' has a wrong offset!"); \ static_assert(offsetof(SpellInstantCastPanelWidget_SetSpellName, SpellIndex) == 0x000018, "Member 'SpellInstantCastPanelWidget_SetSpellName::SpellIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellInstantCastPanelWidget_ShowSpellPanel \ static_assert(alignof(SpellInstantCastPanelWidget_ShowSpellPanel) == 0x000001, "Wrong alignment on SpellInstantCastPanelWidget_ShowSpellPanel"); \ static_assert(sizeof(SpellInstantCastPanelWidget_ShowSpellPanel) == 0x000001, "Wrong size on SpellInstantCastPanelWidget_ShowSpellPanel"); \ static_assert(offsetof(SpellInstantCastPanelWidget_ShowSpellPanel, Show) == 0x000000, "Member 'SpellInstantCastPanelWidget_ShowSpellPanel::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellInstantCastPanelWidget_UpdateAvailableSpellList \ static_assert(alignof(SpellInstantCastPanelWidget_UpdateAvailableSpellList) == 0x000001, "Wrong alignment on SpellInstantCastPanelWidget_UpdateAvailableSpellList"); \ static_assert(sizeof(SpellInstantCastPanelWidget_UpdateAvailableSpellList) == 0x000001, "Wrong size on SpellInstantCastPanelWidget_UpdateAvailableSpellList"); \ static_assert(offsetof(SpellInstantCastPanelWidget_UpdateAvailableSpellList, Next) == 0x000000, "Member 'SpellInstantCastPanelWidget_UpdateAvailableSpellList::Next' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellInstantCastPanelWidget_UpdateSlotState \ static_assert(alignof(SpellInstantCastPanelWidget_UpdateSlotState) == 0x000001, "Wrong alignment on SpellInstantCastPanelWidget_UpdateSlotState"); \ static_assert(sizeof(SpellInstantCastPanelWidget_UpdateSlotState) == 0x000001, "Wrong size on SpellInstantCastPanelWidget_UpdateSlotState"); \ static_assert(offsetof(SpellInstantCastPanelWidget_UpdateSlotState, IsActive) == 0x000000, "Member 'SpellInstantCastPanelWidget_UpdateSlotState::IsActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellInstantCastPanelWidget_UpdateSpellGroup \ static_assert(alignof(SpellInstantCastPanelWidget_UpdateSpellGroup) == 0x000001, "Wrong alignment on SpellInstantCastPanelWidget_UpdateSpellGroup"); \ static_assert(sizeof(SpellInstantCastPanelWidget_UpdateSpellGroup) == 0x000001, "Wrong size on SpellInstantCastPanelWidget_UpdateSpellGroup"); \ static_assert(offsetof(SpellInstantCastPanelWidget_UpdateSpellGroup, OutAnimDone) == 0x000000, "Member 'SpellInstantCastPanelWidget_UpdateSpellGroup::OutAnimDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpellInstantCastPanelWidget \ static_assert(alignof(USpellInstantCastPanelWidget) == 0x000008, "Wrong alignment on USpellInstantCastPanelWidget"); \ static_assert(sizeof(USpellInstantCastPanelWidget) == 0x0002C8, "Wrong size on USpellInstantCastPanelWidget"); \ static_assert(offsetof(USpellInstantCastPanelWidget, Wand) == 0x000268, "Member 'USpellInstantCastPanelWidget::Wand' has a wrong offset!"); \ static_assert(offsetof(USpellInstantCastPanelWidget, BipedCharacter) == 0x000270, "Member 'USpellInstantCastPanelWidget::BipedCharacter' has a wrong offset!"); \ static_assert(offsetof(USpellInstantCastPanelWidget, SpellBarDataArray) == 0x000278, "Member 'USpellInstantCastPanelWidget::SpellBarDataArray' has a wrong offset!"); \ static_assert(offsetof(USpellInstantCastPanelWidget, NextLoadout) == 0x000288, "Member 'USpellInstantCastPanelWidget::NextLoadout' has a wrong offset!"); \ static_assert(offsetof(USpellInstantCastPanelWidget, SpellGroupIndex) == 0x00028C, "Member 'USpellInstantCastPanelWidget::SpellGroupIndex' has a wrong offset!"); \ static_assert(offsetof(USpellInstantCastPanelWidget, SpellGroupIcons) == 0x000290, "Member 'USpellInstantCastPanelWidget::SpellGroupIcons' has a wrong offset!"); \ static_assert(offsetof(USpellInstantCastPanelWidget, Spell_0) == 0x0002A0, "Member 'USpellInstantCastPanelWidget::Spell_0' has a wrong offset!"); \ static_assert(offsetof(USpellInstantCastPanelWidget, Spell_1) == 0x0002A8, "Member 'USpellInstantCastPanelWidget::Spell_1' has a wrong offset!"); \ static_assert(offsetof(USpellInstantCastPanelWidget, SpellNameText_0) == 0x0002B0, "Member 'USpellInstantCastPanelWidget::SpellNameText_0' has a wrong offset!"); \ static_assert(offsetof(USpellInstantCastPanelWidget, SpellNameText_1) == 0x0002B8, "Member 'USpellInstantCastPanelWidget::SpellNameText_1' has a wrong offset!"); \ static_assert(offsetof(USpellInstantCastPanelWidget, SpellGroupIcon) == 0x0002C0, "Member 'USpellInstantCastPanelWidget::SpellGroupIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellInterface_OnAffectedBySpell \ static_assert(alignof(SpellInterface_OnAffectedBySpell) == 0x000008, "Wrong alignment on SpellInterface_OnAffectedBySpell"); \ static_assert(sizeof(SpellInterface_OnAffectedBySpell) == 0x0000E8, "Wrong size on SpellInterface_OnAffectedBySpell"); \ static_assert(offsetof(SpellInterface_OnAffectedBySpell, SpellTool) == 0x000000, "Member 'SpellInterface_OnAffectedBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnAffectedBySpell, Instigator) == 0x000008, "Member 'SpellInterface_OnAffectedBySpell::Instigator' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnAffectedBySpell, DataAssets) == 0x000010, "Member 'SpellInterface_OnAffectedBySpell::DataAssets' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnAffectedBySpell, SpellToolRecord) == 0x000020, "Member 'SpellInterface_OnAffectedBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnAffectedBySpell, SpellType) == 0x000028, "Member 'SpellInterface_OnAffectedBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnAffectedBySpell, Impact) == 0x000030, "Member 'SpellInterface_OnAffectedBySpell::Impact' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnAffectedBySpell, Hit) == 0x000050, "Member 'SpellInterface_OnAffectedBySpell::Hit' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnAffectedBySpell, ImpactDirection) == 0x0000D8, "Member 'SpellInterface_OnAffectedBySpell::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellInterface_OnAffectedBySpellEnd \ static_assert(alignof(SpellInterface_OnAffectedBySpellEnd) == 0x000008, "Wrong alignment on SpellInterface_OnAffectedBySpellEnd"); \ static_assert(sizeof(SpellInterface_OnAffectedBySpellEnd) == 0x000040, "Wrong size on SpellInterface_OnAffectedBySpellEnd"); \ static_assert(offsetof(SpellInterface_OnAffectedBySpellEnd, SpellTool) == 0x000000, "Member 'SpellInterface_OnAffectedBySpellEnd::SpellTool' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnAffectedBySpellEnd, Instigator) == 0x000008, "Member 'SpellInterface_OnAffectedBySpellEnd::Instigator' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnAffectedBySpellEnd, SpellToolRecord) == 0x000010, "Member 'SpellInterface_OnAffectedBySpellEnd::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnAffectedBySpellEnd, SpellType) == 0x000018, "Member 'SpellInterface_OnAffectedBySpellEnd::SpellType' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnAffectedBySpellEnd, Impact) == 0x000020, "Member 'SpellInterface_OnAffectedBySpellEnd::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellInterface_OnHitBySpell \ static_assert(alignof(SpellInterface_OnHitBySpell) == 0x000008, "Wrong alignment on SpellInterface_OnHitBySpell"); \ static_assert(sizeof(SpellInterface_OnHitBySpell) == 0x0000B8, "Wrong size on SpellInterface_OnHitBySpell"); \ static_assert(offsetof(SpellInterface_OnHitBySpell, SpellTool) == 0x000000, "Member 'SpellInterface_OnHitBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnHitBySpell, Instigator) == 0x000008, "Member 'SpellInterface_OnHitBySpell::Instigator' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnHitBySpell, SpellToolRecord) == 0x000010, "Member 'SpellInterface_OnHitBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnHitBySpell, SpellType) == 0x000018, "Member 'SpellInterface_OnHitBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnHitBySpell, Hit) == 0x000020, "Member 'SpellInterface_OnHitBySpell::Hit' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnHitBySpell, ImpactDirection) == 0x0000A8, "Member 'SpellInterface_OnHitBySpell::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellInterface_OnOverlappedBySpell \ static_assert(alignof(SpellInterface_OnOverlappedBySpell) == 0x000008, "Wrong alignment on SpellInterface_OnOverlappedBySpell"); \ static_assert(sizeof(SpellInterface_OnOverlappedBySpell) == 0x000050, "Wrong size on SpellInterface_OnOverlappedBySpell"); \ static_assert(offsetof(SpellInterface_OnOverlappedBySpell, SpellTool) == 0x000000, "Member 'SpellInterface_OnOverlappedBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnOverlappedBySpell, Instigator) == 0x000008, "Member 'SpellInterface_OnOverlappedBySpell::Instigator' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnOverlappedBySpell, SpellToolRecord) == 0x000010, "Member 'SpellInterface_OnOverlappedBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnOverlappedBySpell, SpellType) == 0x000018, "Member 'SpellInterface_OnOverlappedBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnOverlappedBySpell, Impact) == 0x000020, "Member 'SpellInterface_OnOverlappedBySpell::Impact' has a wrong offset!"); \ static_assert(offsetof(SpellInterface_OnOverlappedBySpell, MunitionLocation) == 0x000040, "Member 'SpellInterface_OnOverlappedBySpell::MunitionLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellInterface_OnSpellEffective \ static_assert(alignof(SpellInterface_OnSpellEffective) == 0x000008, "Wrong alignment on SpellInterface_OnSpellEffective"); \ static_assert(sizeof(SpellInterface_OnSpellEffective) == 0x000008, "Wrong size on SpellInterface_OnSpellEffective"); \ static_assert(offsetof(SpellInterface_OnSpellEffective, Instigator) == 0x000000, "Member 'SpellInterface_OnSpellEffective::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellInterface_OnSpellIneffective \ static_assert(alignof(SpellInterface_OnSpellIneffective) == 0x000008, "Wrong alignment on SpellInterface_OnSpellIneffective"); \ static_assert(sizeof(SpellInterface_OnSpellIneffective) == 0x000008, "Wrong size on SpellInterface_OnSpellIneffective"); \ static_assert(offsetof(SpellInterface_OnSpellIneffective, Instigator) == 0x000000, "Member 'SpellInterface_OnSpellIneffective::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellInterface_OnSpellTooWeak \ static_assert(alignof(SpellInterface_OnSpellTooWeak) == 0x000008, "Wrong alignment on SpellInterface_OnSpellTooWeak"); \ static_assert(sizeof(SpellInterface_OnSpellTooWeak) == 0x000008, "Wrong size on SpellInterface_OnSpellTooWeak"); \ static_assert(offsetof(SpellInterface_OnSpellTooWeak, Instigator) == 0x000000, "Member 'SpellInterface_OnSpellTooWeak::Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ISpellInterface \ static_assert(alignof(ISpellInterface) == 0x000001, "Wrong alignment on ISpellInterface"); \ static_assert(sizeof(ISpellInterface) == 0x000001, "Wrong size on ISpellInterface"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_GetAvailableSpellCount \ static_assert(alignof(SpellManagerBPInterface_GetAvailableSpellCount) == 0x000004, "Wrong alignment on SpellManagerBPInterface_GetAvailableSpellCount"); \ static_assert(sizeof(SpellManagerBPInterface_GetAvailableSpellCount) == 0x000008, "Wrong size on SpellManagerBPInterface_GetAvailableSpellCount"); \ static_assert(offsetof(SpellManagerBPInterface_GetAvailableSpellCount, IncludeLocked) == 0x000000, "Member 'SpellManagerBPInterface_GetAvailableSpellCount::IncludeLocked' has a wrong offset!"); \ static_assert(offsetof(SpellManagerBPInterface_GetAvailableSpellCount, ReturnValue) == 0x000004, "Member 'SpellManagerBPInterface_GetAvailableSpellCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_GetCurrentSpellIndex \ static_assert(alignof(SpellManagerBPInterface_GetCurrentSpellIndex) == 0x000004, "Wrong alignment on SpellManagerBPInterface_GetCurrentSpellIndex"); \ static_assert(sizeof(SpellManagerBPInterface_GetCurrentSpellIndex) == 0x000004, "Wrong size on SpellManagerBPInterface_GetCurrentSpellIndex"); \ static_assert(offsetof(SpellManagerBPInterface_GetCurrentSpellIndex, ReturnValue) == 0x000000, "Member 'SpellManagerBPInterface_GetCurrentSpellIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_GetCurrentSpellLoadout \ static_assert(alignof(SpellManagerBPInterface_GetCurrentSpellLoadout) == 0x000008, "Wrong alignment on SpellManagerBPInterface_GetCurrentSpellLoadout"); \ static_assert(sizeof(SpellManagerBPInterface_GetCurrentSpellLoadout) == 0x000018, "Wrong size on SpellManagerBPInterface_GetCurrentSpellLoadout"); \ static_assert(offsetof(SpellManagerBPInterface_GetCurrentSpellLoadout, SpellNames) == 0x000000, "Member 'SpellManagerBPInterface_GetCurrentSpellLoadout::SpellNames' has a wrong offset!"); \ static_assert(offsetof(SpellManagerBPInterface_GetCurrentSpellLoadout, ReturnValue) == 0x000010, "Member 'SpellManagerBPInterface_GetCurrentSpellLoadout::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_GetCurrentSpellLoadoutIndex \ static_assert(alignof(SpellManagerBPInterface_GetCurrentSpellLoadoutIndex) == 0x000004, "Wrong alignment on SpellManagerBPInterface_GetCurrentSpellLoadoutIndex"); \ static_assert(sizeof(SpellManagerBPInterface_GetCurrentSpellLoadoutIndex) == 0x000004, "Wrong size on SpellManagerBPInterface_GetCurrentSpellLoadoutIndex"); \ static_assert(offsetof(SpellManagerBPInterface_GetCurrentSpellLoadoutIndex, ReturnValue) == 0x000000, "Member 'SpellManagerBPInterface_GetCurrentSpellLoadoutIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_GetFinishingSpells \ static_assert(alignof(SpellManagerBPInterface_GetFinishingSpells) == 0x000008, "Wrong alignment on SpellManagerBPInterface_GetFinishingSpells"); \ static_assert(sizeof(SpellManagerBPInterface_GetFinishingSpells) == 0x000010, "Wrong size on SpellManagerBPInterface_GetFinishingSpells"); \ static_assert(offsetof(SpellManagerBPInterface_GetFinishingSpells, SpellNames) == 0x000000, "Member 'SpellManagerBPInterface_GetFinishingSpells::SpellNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_GetSpell \ static_assert(alignof(SpellManagerBPInterface_GetSpell) == 0x000004, "Wrong alignment on SpellManagerBPInterface_GetSpell"); \ static_assert(sizeof(SpellManagerBPInterface_GetSpell) == 0x000010, "Wrong size on SpellManagerBPInterface_GetSpell"); \ static_assert(offsetof(SpellManagerBPInterface_GetSpell, SpellLoadOut) == 0x000000, "Member 'SpellManagerBPInterface_GetSpell::SpellLoadOut' has a wrong offset!"); \ static_assert(offsetof(SpellManagerBPInterface_GetSpell, SpellIndex) == 0x000004, "Member 'SpellManagerBPInterface_GetSpell::SpellIndex' has a wrong offset!"); \ static_assert(offsetof(SpellManagerBPInterface_GetSpell, SpellName) == 0x000008, "Member 'SpellManagerBPInterface_GetSpell::SpellName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_GetSpellCategory \ static_assert(alignof(SpellManagerBPInterface_GetSpellCategory) == 0x000008, "Wrong alignment on SpellManagerBPInterface_GetSpellCategory"); \ static_assert(sizeof(SpellManagerBPInterface_GetSpellCategory) == 0x000018, "Wrong size on SpellManagerBPInterface_GetSpellCategory"); \ static_assert(offsetof(SpellManagerBPInterface_GetSpellCategory, SpellName) == 0x000000, "Member 'SpellManagerBPInterface_GetSpellCategory::SpellName' has a wrong offset!"); \ static_assert(offsetof(SpellManagerBPInterface_GetSpellCategory, ReturnValue) == 0x000010, "Member 'SpellManagerBPInterface_GetSpellCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_GetSpellFinisher \ static_assert(alignof(SpellManagerBPInterface_GetSpellFinisher) == 0x000004, "Wrong alignment on SpellManagerBPInterface_GetSpellFinisher"); \ static_assert(sizeof(SpellManagerBPInterface_GetSpellFinisher) == 0x000008, "Wrong size on SpellManagerBPInterface_GetSpellFinisher"); \ static_assert(offsetof(SpellManagerBPInterface_GetSpellFinisher, ReturnValue) == 0x000000, "Member 'SpellManagerBPInterface_GetSpellFinisher::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_GetSpellGroupNames \ static_assert(alignof(SpellManagerBPInterface_GetSpellGroupNames) == 0x000008, "Wrong alignment on SpellManagerBPInterface_GetSpellGroupNames"); \ static_assert(sizeof(SpellManagerBPInterface_GetSpellGroupNames) == 0x000010, "Wrong size on SpellManagerBPInterface_GetSpellGroupNames"); \ static_assert(offsetof(SpellManagerBPInterface_GetSpellGroupNames, ReturnValue) == 0x000000, "Member 'SpellManagerBPInterface_GetSpellGroupNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_GetSpellsByGroup \ static_assert(alignof(SpellManagerBPInterface_GetSpellsByGroup) == 0x000008, "Wrong alignment on SpellManagerBPInterface_GetSpellsByGroup"); \ static_assert(sizeof(SpellManagerBPInterface_GetSpellsByGroup) == 0x000020, "Wrong size on SpellManagerBPInterface_GetSpellsByGroup"); \ static_assert(offsetof(SpellManagerBPInterface_GetSpellsByGroup, LoadoutIndex) == 0x000000, "Member 'SpellManagerBPInterface_GetSpellsByGroup::LoadoutIndex' has a wrong offset!"); \ static_assert(offsetof(SpellManagerBPInterface_GetSpellsByGroup, SpellNames) == 0x000008, "Member 'SpellManagerBPInterface_GetSpellsByGroup::SpellNames' has a wrong offset!"); \ static_assert(offsetof(SpellManagerBPInterface_GetSpellsByGroup, ReturnValue) == 0x000018, "Member 'SpellManagerBPInterface_GetSpellsByGroup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_GetSpellsFinisher \ static_assert(alignof(SpellManagerBPInterface_GetSpellsFinisher) == 0x000008, "Wrong alignment on SpellManagerBPInterface_GetSpellsFinisher"); \ static_assert(sizeof(SpellManagerBPInterface_GetSpellsFinisher) == 0x000018, "Wrong size on SpellManagerBPInterface_GetSpellsFinisher"); \ static_assert(offsetof(SpellManagerBPInterface_GetSpellsFinisher, SpellNames) == 0x000000, "Member 'SpellManagerBPInterface_GetSpellsFinisher::SpellNames' has a wrong offset!"); \ static_assert(offsetof(SpellManagerBPInterface_GetSpellsFinisher, ReturnValue) == 0x000010, "Member 'SpellManagerBPInterface_GetSpellsFinisher::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_GetSpellsInCategory \ static_assert(alignof(SpellManagerBPInterface_GetSpellsInCategory) == 0x000008, "Wrong alignment on SpellManagerBPInterface_GetSpellsInCategory"); \ static_assert(sizeof(SpellManagerBPInterface_GetSpellsInCategory) == 0x000018, "Wrong size on SpellManagerBPInterface_GetSpellsInCategory"); \ static_assert(offsetof(SpellManagerBPInterface_GetSpellsInCategory, Category) == 0x000000, "Member 'SpellManagerBPInterface_GetSpellsInCategory::Category' has a wrong offset!"); \ static_assert(offsetof(SpellManagerBPInterface_GetSpellsInCategory, IncludeLocked) == 0x000001, "Member 'SpellManagerBPInterface_GetSpellsInCategory::IncludeLocked' has a wrong offset!"); \ static_assert(offsetof(SpellManagerBPInterface_GetSpellsInCategory, ReturnValue) == 0x000008, "Member 'SpellManagerBPInterface_GetSpellsInCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_GetSpellUpgradeMap \ static_assert(alignof(SpellManagerBPInterface_GetSpellUpgradeMap) == 0x000008, "Wrong alignment on SpellManagerBPInterface_GetSpellUpgradeMap"); \ static_assert(sizeof(SpellManagerBPInterface_GetSpellUpgradeMap) == 0x000050, "Wrong size on SpellManagerBPInterface_GetSpellUpgradeMap"); \ static_assert(offsetof(SpellManagerBPInterface_GetSpellUpgradeMap, ReturnValue) == 0x000000, "Member 'SpellManagerBPInterface_GetSpellUpgradeMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_GetTargetingSpells \ static_assert(alignof(SpellManagerBPInterface_GetTargetingSpells) == 0x000008, "Wrong alignment on SpellManagerBPInterface_GetTargetingSpells"); \ static_assert(sizeof(SpellManagerBPInterface_GetTargetingSpells) == 0x000010, "Wrong size on SpellManagerBPInterface_GetTargetingSpells"); \ static_assert(offsetof(SpellManagerBPInterface_GetTargetingSpells, SpellNames) == 0x000000, "Member 'SpellManagerBPInterface_GetTargetingSpells::SpellNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_IsUnlocked \ static_assert(alignof(SpellManagerBPInterface_IsUnlocked) == 0x000004, "Wrong alignment on SpellManagerBPInterface_IsUnlocked"); \ static_assert(sizeof(SpellManagerBPInterface_IsUnlocked) == 0x00000C, "Wrong size on SpellManagerBPInterface_IsUnlocked"); \ static_assert(offsetof(SpellManagerBPInterface_IsUnlocked, SpellLockName) == 0x000000, "Member 'SpellManagerBPInterface_IsUnlocked::SpellLockName' has a wrong offset!"); \ static_assert(offsetof(SpellManagerBPInterface_IsUnlocked, ReturnValue) == 0x000008, "Member 'SpellManagerBPInterface_IsUnlocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_SetCurrentSpellLoadoutIndex \ static_assert(alignof(SpellManagerBPInterface_SetCurrentSpellLoadoutIndex) == 0x000004, "Wrong alignment on SpellManagerBPInterface_SetCurrentSpellLoadoutIndex"); \ static_assert(sizeof(SpellManagerBPInterface_SetCurrentSpellLoadoutIndex) == 0x000004, "Wrong size on SpellManagerBPInterface_SetCurrentSpellLoadoutIndex"); \ static_assert(offsetof(SpellManagerBPInterface_SetCurrentSpellLoadoutIndex, LayoutIndex) == 0x000000, "Member 'SpellManagerBPInterface_SetCurrentSpellLoadoutIndex::LayoutIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_SetDarkArtsArenaState \ static_assert(alignof(SpellManagerBPInterface_SetDarkArtsArenaState) == 0x000001, "Wrong alignment on SpellManagerBPInterface_SetDarkArtsArenaState"); \ static_assert(sizeof(SpellManagerBPInterface_SetDarkArtsArenaState) == 0x000001, "Wrong size on SpellManagerBPInterface_SetDarkArtsArenaState"); \ static_assert(offsetof(SpellManagerBPInterface_SetDarkArtsArenaState, IsActive) == 0x000000, "Member 'SpellManagerBPInterface_SetDarkArtsArenaState::IsActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_SetFinisherSpell \ static_assert(alignof(SpellManagerBPInterface_SetFinisherSpell) == 0x000004, "Wrong alignment on SpellManagerBPInterface_SetFinisherSpell"); \ static_assert(sizeof(SpellManagerBPInterface_SetFinisherSpell) == 0x000008, "Wrong size on SpellManagerBPInterface_SetFinisherSpell"); \ static_assert(offsetof(SpellManagerBPInterface_SetFinisherSpell, SpellName) == 0x000000, "Member 'SpellManagerBPInterface_SetFinisherSpell::SpellName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_SetOverrideSpellLevel \ static_assert(alignof(SpellManagerBPInterface_SetOverrideSpellLevel) == 0x000004, "Wrong alignment on SpellManagerBPInterface_SetOverrideSpellLevel"); \ static_assert(sizeof(SpellManagerBPInterface_SetOverrideSpellLevel) == 0x000004, "Wrong size on SpellManagerBPInterface_SetOverrideSpellLevel"); \ static_assert(offsetof(SpellManagerBPInterface_SetOverrideSpellLevel, SpellLevel) == 0x000000, "Member 'SpellManagerBPInterface_SetOverrideSpellLevel::SpellLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_SetSpell \ static_assert(alignof(SpellManagerBPInterface_SetSpell) == 0x000004, "Wrong alignment on SpellManagerBPInterface_SetSpell"); \ static_assert(sizeof(SpellManagerBPInterface_SetSpell) == 0x000010, "Wrong size on SpellManagerBPInterface_SetSpell"); \ static_assert(offsetof(SpellManagerBPInterface_SetSpell, LoadoutIndex) == 0x000000, "Member 'SpellManagerBPInterface_SetSpell::LoadoutIndex' has a wrong offset!"); \ static_assert(offsetof(SpellManagerBPInterface_SetSpell, SpellIndex) == 0x000004, "Member 'SpellManagerBPInterface_SetSpell::SpellIndex' has a wrong offset!"); \ static_assert(offsetof(SpellManagerBPInterface_SetSpell, SpellName) == 0x000008, "Member 'SpellManagerBPInterface_SetSpell::SpellName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_SetSpellFinisher \ static_assert(alignof(SpellManagerBPInterface_SetSpellFinisher) == 0x000004, "Wrong alignment on SpellManagerBPInterface_SetSpellFinisher"); \ static_assert(sizeof(SpellManagerBPInterface_SetSpellFinisher) == 0x000008, "Wrong size on SpellManagerBPInterface_SetSpellFinisher"); \ static_assert(offsetof(SpellManagerBPInterface_SetSpellFinisher, SpellName) == 0x000000, "Member 'SpellManagerBPInterface_SetSpellFinisher::SpellName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpellManagerBPInterface_SetTargetingSpell \ static_assert(alignof(SpellManagerBPInterface_SetTargetingSpell) == 0x000004, "Wrong alignment on SpellManagerBPInterface_SetTargetingSpell"); \ static_assert(sizeof(SpellManagerBPInterface_SetTargetingSpell) == 0x000010, "Wrong size on SpellManagerBPInterface_SetTargetingSpell"); \ static_assert(offsetof(SpellManagerBPInterface_SetTargetingSpell, SpellLoadoutIndex) == 0x000000, "Member 'SpellManagerBPInterface_SetTargetingSpell::SpellLoadoutIndex' has a wrong offset!"); \ static_assert(offsetof(SpellManagerBPInterface_SetTargetingSpell, SpellIndex) == 0x000004, "Member 'SpellManagerBPInterface_SetTargetingSpell::SpellIndex' has a wrong offset!"); \ static_assert(offsetof(SpellManagerBPInterface_SetTargetingSpell, SpellName) == 0x000008, "Member 'SpellManagerBPInterface_SetTargetingSpell::SpellName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpellManagerBPInterface \ static_assert(alignof(USpellManagerBPInterface) == 0x000008, "Wrong alignment on USpellManagerBPInterface"); \ static_assert(sizeof(USpellManagerBPInterface) == 0x000030, "Wrong size on USpellManagerBPInterface"); \ static_assert(offsetof(USpellManagerBPInterface, NumLoadouts) == 0x000028, "Member 'USpellManagerBPInterface::NumLoadouts' has a wrong offset!"); \ static_assert(offsetof(USpellManagerBPInterface, SpellsPerLoadout) == 0x00002C, "Member 'USpellManagerBPInterface::SpellsPerLoadout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpiderSniper_SpitWebs_AttackChoice \ static_assert(alignof(USpiderSniper_SpitWebs_AttackChoice) == 0x000008, "Wrong alignment on USpiderSniper_SpitWebs_AttackChoice"); \ static_assert(sizeof(USpiderSniper_SpitWebs_AttackChoice) == 0x000028, "Wrong size on USpiderSniper_SpitWebs_AttackChoice"); \ #define DUMPER7_ASSERTS_USpiderSpawn_AttackChoice \ static_assert(alignof(USpiderSpawn_AttackChoice) == 0x000008, "Wrong alignment on USpiderSpawn_AttackChoice"); \ static_assert(sizeof(USpiderSpawn_AttackChoice) == 0x000028, "Wrong size on USpiderSpawn_AttackChoice"); \ #define DUMPER7_ASSERTS_UActivateDOV_AttackChoice \ static_assert(alignof(UActivateDOV_AttackChoice) == 0x000008, "Wrong alignment on UActivateDOV_AttackChoice"); \ static_assert(sizeof(UActivateDOV_AttackChoice) == 0x000028, "Wrong size on UActivateDOV_AttackChoice"); \ #define DUMPER7_ASSERTS_USpringFollowComponent \ static_assert(alignof(USpringFollowComponent) == 0x000010, "Wrong alignment on USpringFollowComponent"); \ static_assert(sizeof(USpringFollowComponent) == 0x000260, "Wrong size on USpringFollowComponent"); \ static_assert(offsetof(USpringFollowComponent, Settings) == 0x000218, "Member 'USpringFollowComponent::Settings' has a wrong offset!"); \ static_assert(offsetof(USpringFollowComponent, bAlignToVelocity) == 0x00023C, "Member 'USpringFollowComponent::bAlignToVelocity' has a wrong offset!"); \ static_assert(offsetof(USpringFollowComponent, AlignToVelocity) == 0x000240, "Member 'USpringFollowComponent::AlignToVelocity' has a wrong offset!"); \ static_assert(offsetof(USpringFollowComponent, bSpringActive) == 0x000250, "Member 'USpringFollowComponent::bSpringActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StartConversationWithNameNode_StartConversationWithName \ static_assert(alignof(StartConversationWithNameNode_StartConversationWithName) == 0x000008, "Wrong alignment on StartConversationWithNameNode_StartConversationWithName"); \ static_assert(sizeof(StartConversationWithNameNode_StartConversationWithName) == 0x000018, "Wrong size on StartConversationWithNameNode_StartConversationWithName"); \ static_assert(offsetof(StartConversationWithNameNode_StartConversationWithName, CharacterID_0) == 0x000000, "Member 'StartConversationWithNameNode_StartConversationWithName::CharacterID_0' has a wrong offset!"); \ static_assert(offsetof(StartConversationWithNameNode_StartConversationWithName, ConversationID_0) == 0x000008, "Member 'StartConversationWithNameNode_StartConversationWithName::ConversationID_0' has a wrong offset!"); \ static_assert(offsetof(StartConversationWithNameNode_StartConversationWithName, ReturnValue) == 0x000010, "Member 'StartConversationWithNameNode_StartConversationWithName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStartConversationWithNameNode \ static_assert(alignof(UStartConversationWithNameNode) == 0x000008, "Wrong alignment on UStartConversationWithNameNode"); \ static_assert(sizeof(UStartConversationWithNameNode) == 0x000060, "Wrong size on UStartConversationWithNameNode"); \ static_assert(offsetof(UStartConversationWithNameNode, ConversationStarted) == 0x000030, "Member 'UStartConversationWithNameNode::ConversationStarted' has a wrong offset!"); \ static_assert(offsetof(UStartConversationWithNameNode, ConversationFinished) == 0x000040, "Member 'UStartConversationWithNameNode::ConversationFinished' has a wrong offset!"); \ static_assert(offsetof(UStartConversationWithNameNode, CharacterID) == 0x000050, "Member 'UStartConversationWithNameNode::CharacterID' has a wrong offset!"); \ static_assert(offsetof(UStartConversationWithNameNode, ConversationID) == 0x000058, "Member 'UStartConversationWithNameNode::ConversationID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StartPageWidget_OnStartPageIntroStarted \ static_assert(alignof(StartPageWidget_OnStartPageIntroStarted) == 0x000008, "Wrong alignment on StartPageWidget_OnStartPageIntroStarted"); \ static_assert(sizeof(StartPageWidget_OnStartPageIntroStarted) == 0x000010, "Wrong size on StartPageWidget_OnStartPageIntroStarted"); \ static_assert(offsetof(StartPageWidget_OnStartPageIntroStarted, PhoenixWidget) == 0x000000, "Member 'StartPageWidget_OnStartPageIntroStarted::PhoenixWidget' has a wrong offset!"); \ static_assert(offsetof(StartPageWidget_OnStartPageIntroStarted, IntroType) == 0x000008, "Member 'StartPageWidget_OnStartPageIntroStarted::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StartPageWidget_OnStartPageOutroEnded \ static_assert(alignof(StartPageWidget_OnStartPageOutroEnded) == 0x000008, "Wrong alignment on StartPageWidget_OnStartPageOutroEnded"); \ static_assert(sizeof(StartPageWidget_OnStartPageOutroEnded) == 0x000010, "Wrong size on StartPageWidget_OnStartPageOutroEnded"); \ static_assert(offsetof(StartPageWidget_OnStartPageOutroEnded, PhoenixWidget) == 0x000000, "Member 'StartPageWidget_OnStartPageOutroEnded::PhoenixWidget' has a wrong offset!"); \ static_assert(offsetof(StartPageWidget_OnStartPageOutroEnded, OutroType) == 0x000008, "Member 'StartPageWidget_OnStartPageOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StartPageWidget_OnStartPageOutroStarted \ static_assert(alignof(StartPageWidget_OnStartPageOutroStarted) == 0x000008, "Wrong alignment on StartPageWidget_OnStartPageOutroStarted"); \ static_assert(sizeof(StartPageWidget_OnStartPageOutroStarted) == 0x000010, "Wrong size on StartPageWidget_OnStartPageOutroStarted"); \ static_assert(offsetof(StartPageWidget_OnStartPageOutroStarted, PhoenixWidget) == 0x000000, "Member 'StartPageWidget_OnStartPageOutroStarted::PhoenixWidget' has a wrong offset!"); \ static_assert(offsetof(StartPageWidget_OnStartPageOutroStarted, OutroType) == 0x000008, "Member 'StartPageWidget_OnStartPageOutroStarted::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StartPageWidget_OnUserProfileChange \ static_assert(alignof(StartPageWidget_OnUserProfileChange) == 0x000008, "Wrong alignment on StartPageWidget_OnUserProfileChange"); \ static_assert(sizeof(StartPageWidget_OnUserProfileChange) == 0x000018, "Wrong size on StartPageWidget_OnUserProfileChange"); \ static_assert(offsetof(StartPageWidget_OnUserProfileChange, i_caller) == 0x000000, "Member 'StartPageWidget_OnUserProfileChange::i_caller' has a wrong offset!"); \ static_assert(offsetof(StartPageWidget_OnUserProfileChange, username) == 0x000008, "Member 'StartPageWidget_OnUserProfileChange::username' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StartPageWidget_SetHydraString \ static_assert(alignof(StartPageWidget_SetHydraString) == 0x000008, "Wrong alignment on StartPageWidget_SetHydraString"); \ static_assert(sizeof(StartPageWidget_SetHydraString) == 0x000010, "Wrong size on StartPageWidget_SetHydraString"); \ static_assert(offsetof(StartPageWidget_SetHydraString, ProfileName) == 0x000000, "Member 'StartPageWidget_SetHydraString::ProfileName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StartPageWidget_SetIsLoggedIn \ static_assert(alignof(StartPageWidget_SetIsLoggedIn) == 0x000001, "Wrong alignment on StartPageWidget_SetIsLoggedIn"); \ static_assert(sizeof(StartPageWidget_SetIsLoggedIn) == 0x000001, "Wrong size on StartPageWidget_SetIsLoggedIn"); \ static_assert(offsetof(StartPageWidget_SetIsLoggedIn, bIsLoggedIn) == 0x000000, "Member 'StartPageWidget_SetIsLoggedIn::bIsLoggedIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StartPageWidget_SetLoginButtonString \ static_assert(alignof(StartPageWidget_SetLoginButtonString) == 0x000008, "Wrong alignment on StartPageWidget_SetLoginButtonString"); \ static_assert(sizeof(StartPageWidget_SetLoginButtonString) == 0x000010, "Wrong size on StartPageWidget_SetLoginButtonString"); \ static_assert(offsetof(StartPageWidget_SetLoginButtonString, LoginButtonString) == 0x000000, "Member 'StartPageWidget_SetLoginButtonString::LoginButtonString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StartPageWidget_SetProfileString \ static_assert(alignof(StartPageWidget_SetProfileString) == 0x000008, "Wrong alignment on StartPageWidget_SetProfileString"); \ static_assert(sizeof(StartPageWidget_SetProfileString) == 0x000010, "Wrong size on StartPageWidget_SetProfileString"); \ static_assert(offsetof(StartPageWidget_SetProfileString, ProfileName) == 0x000000, "Member 'StartPageWidget_SetProfileString::ProfileName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StartPageWidget_ShowLoginButton \ static_assert(alignof(StartPageWidget_ShowLoginButton) == 0x000001, "Wrong alignment on StartPageWidget_ShowLoginButton"); \ static_assert(sizeof(StartPageWidget_ShowLoginButton) == 0x000001, "Wrong size on StartPageWidget_ShowLoginButton"); \ static_assert(offsetof(StartPageWidget_ShowLoginButton, bShow) == 0x000000, "Member 'StartPageWidget_ShowLoginButton::bShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStartPageWidget \ static_assert(alignof(UStartPageWidget) == 0x000008, "Wrong alignment on UStartPageWidget"); \ static_assert(sizeof(UStartPageWidget) == 0x000380, "Wrong size on UStartPageWidget"); \ static_assert(offsetof(UStartPageWidget, CanProceed) == 0x000370, "Member 'UStartPageWidget::CanProceed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStationStoryProp_AttachToCastMember \ static_assert(alignof(UStationStoryProp_AttachToCastMember) == 0x000008, "Wrong alignment on UStationStoryProp_AttachToCastMember"); \ static_assert(sizeof(UStationStoryProp_AttachToCastMember) == 0x000040, "Wrong size on UStationStoryProp_AttachToCastMember"); \ static_assert(offsetof(UStationStoryProp_AttachToCastMember, AttachParent) == 0x000028, "Member 'UStationStoryProp_AttachToCastMember::AttachParent' has a wrong offset!"); \ static_assert(offsetof(UStationStoryProp_AttachToCastMember, AttachSocket) == 0x000030, "Member 'UStationStoryProp_AttachToCastMember::AttachSocket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStationTag_Character \ static_assert(alignof(UStationTag_Character) == 0x000008, "Wrong alignment on UStationTag_Character"); \ static_assert(sizeof(UStationTag_Character) == 0x000028, "Wrong size on UStationTag_Character"); \ #define DUMPER7_ASSERTS_StatsManager_AddNewStat \ static_assert(alignof(StatsManager_AddNewStat) == 0x000004, "Wrong alignment on StatsManager_AddNewStat"); \ static_assert(sizeof(StatsManager_AddNewStat) == 0x000010, "Wrong size on StatsManager_AddNewStat"); \ static_assert(offsetof(StatsManager_AddNewStat, StatID) == 0x000000, "Member 'StatsManager_AddNewStat::StatID' has a wrong offset!"); \ static_assert(offsetof(StatsManager_AddNewStat, Value) == 0x000008, "Member 'StatsManager_AddNewStat::Value' has a wrong offset!"); \ static_assert(offsetof(StatsManager_AddNewStat, ReturnValue) == 0x00000C, "Member 'StatsManager_AddNewStat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatsManager_ClearStatBit \ static_assert(alignof(StatsManager_ClearStatBit) == 0x000004, "Wrong alignment on StatsManager_ClearStatBit"); \ static_assert(sizeof(StatsManager_ClearStatBit) == 0x00000C, "Wrong size on StatsManager_ClearStatBit"); \ static_assert(offsetof(StatsManager_ClearStatBit, Key) == 0x000000, "Member 'StatsManager_ClearStatBit::Key' has a wrong offset!"); \ static_assert(offsetof(StatsManager_ClearStatBit, bit) == 0x000008, "Member 'StatsManager_ClearStatBit::bit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatsManager_DeleteStat \ static_assert(alignof(StatsManager_DeleteStat) == 0x000004, "Wrong alignment on StatsManager_DeleteStat"); \ static_assert(sizeof(StatsManager_DeleteStat) == 0x00000C, "Wrong size on StatsManager_DeleteStat"); \ static_assert(offsetof(StatsManager_DeleteStat, Key) == 0x000000, "Member 'StatsManager_DeleteStat::Key' has a wrong offset!"); \ static_assert(offsetof(StatsManager_DeleteStat, ReturnValue) == 0x000008, "Member 'StatsManager_DeleteStat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatsManager_Get \ static_assert(alignof(StatsManager_Get) == 0x000008, "Wrong alignment on StatsManager_Get"); \ static_assert(sizeof(StatsManager_Get) == 0x000008, "Wrong size on StatsManager_Get"); \ static_assert(offsetof(StatsManager_Get, ReturnValue) == 0x000000, "Member 'StatsManager_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatsManager_GetStatName \ static_assert(alignof(StatsManager_GetStatName) == 0x000004, "Wrong alignment on StatsManager_GetStatName"); \ static_assert(sizeof(StatsManager_GetStatName) == 0x000010, "Wrong size on StatsManager_GetStatName"); \ static_assert(offsetof(StatsManager_GetStatName, StatList) == 0x000000, "Member 'StatsManager_GetStatName::StatList' has a wrong offset!"); \ static_assert(offsetof(StatsManager_GetStatName, ReturnValue) == 0x000008, "Member 'StatsManager_GetStatName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatsManager_ReadBitSet \ static_assert(alignof(StatsManager_ReadBitSet) == 0x000004, "Wrong alignment on StatsManager_ReadBitSet"); \ static_assert(sizeof(StatsManager_ReadBitSet) == 0x000010, "Wrong size on StatsManager_ReadBitSet"); \ static_assert(offsetof(StatsManager_ReadBitSet, Key) == 0x000000, "Member 'StatsManager_ReadBitSet::Key' has a wrong offset!"); \ static_assert(offsetof(StatsManager_ReadBitSet, bit) == 0x000008, "Member 'StatsManager_ReadBitSet::bit' has a wrong offset!"); \ static_assert(offsetof(StatsManager_ReadBitSet, ReturnValue) == 0x00000C, "Member 'StatsManager_ReadBitSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatsManager_ReadSetBitCount \ static_assert(alignof(StatsManager_ReadSetBitCount) == 0x000004, "Wrong alignment on StatsManager_ReadSetBitCount"); \ static_assert(sizeof(StatsManager_ReadSetBitCount) == 0x00000C, "Wrong size on StatsManager_ReadSetBitCount"); \ static_assert(offsetof(StatsManager_ReadSetBitCount, Key) == 0x000000, "Member 'StatsManager_ReadSetBitCount::Key' has a wrong offset!"); \ static_assert(offsetof(StatsManager_ReadSetBitCount, ReturnValue) == 0x000008, "Member 'StatsManager_ReadSetBitCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatsManager_ReadStat \ static_assert(alignof(StatsManager_ReadStat) == 0x000004, "Wrong alignment on StatsManager_ReadStat"); \ static_assert(sizeof(StatsManager_ReadStat) == 0x00000C, "Wrong size on StatsManager_ReadStat"); \ static_assert(offsetof(StatsManager_ReadStat, Key) == 0x000000, "Member 'StatsManager_ReadStat::Key' has a wrong offset!"); \ static_assert(offsetof(StatsManager_ReadStat, ReturnValue) == 0x000008, "Member 'StatsManager_ReadStat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatsManager_SetStat \ static_assert(alignof(StatsManager_SetStat) == 0x000004, "Wrong alignment on StatsManager_SetStat"); \ static_assert(sizeof(StatsManager_SetStat) == 0x00000C, "Wrong size on StatsManager_SetStat"); \ static_assert(offsetof(StatsManager_SetStat, Key) == 0x000000, "Member 'StatsManager_SetStat::Key' has a wrong offset!"); \ static_assert(offsetof(StatsManager_SetStat, Value) == 0x000008, "Member 'StatsManager_SetStat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatsManager_SetStatBit \ static_assert(alignof(StatsManager_SetStatBit) == 0x000004, "Wrong alignment on StatsManager_SetStatBit"); \ static_assert(sizeof(StatsManager_SetStatBit) == 0x00000C, "Wrong size on StatsManager_SetStatBit"); \ static_assert(offsetof(StatsManager_SetStatBit, Key) == 0x000000, "Member 'StatsManager_SetStatBit::Key' has a wrong offset!"); \ static_assert(offsetof(StatsManager_SetStatBit, bit) == 0x000008, "Member 'StatsManager_SetStatBit::bit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatsManager_StatExists \ static_assert(alignof(StatsManager_StatExists) == 0x000004, "Wrong alignment on StatsManager_StatExists"); \ static_assert(sizeof(StatsManager_StatExists) == 0x00000C, "Wrong size on StatsManager_StatExists"); \ static_assert(offsetof(StatsManager_StatExists, Key) == 0x000000, "Member 'StatsManager_StatExists::Key' has a wrong offset!"); \ static_assert(offsetof(StatsManager_StatExists, ReturnValue) == 0x000008, "Member 'StatsManager_StatExists::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatsManager_UpdateStat \ static_assert(alignof(StatsManager_UpdateStat) == 0x000004, "Wrong alignment on StatsManager_UpdateStat"); \ static_assert(sizeof(StatsManager_UpdateStat) == 0x00000C, "Wrong size on StatsManager_UpdateStat"); \ static_assert(offsetof(StatsManager_UpdateStat, Key) == 0x000000, "Member 'StatsManager_UpdateStat::Key' has a wrong offset!"); \ static_assert(offsetof(StatsManager_UpdateStat, Delta) == 0x000008, "Member 'StatsManager_UpdateStat::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatsManager_GameStatGet \ static_assert(alignof(StatsManager_GameStatGet) == 0x000008, "Wrong alignment on StatsManager_GameStatGet"); \ static_assert(sizeof(StatsManager_GameStatGet) == 0x000010, "Wrong size on StatsManager_GameStatGet"); \ static_assert(offsetof(StatsManager_GameStatGet, StatKey) == 0x000000, "Member 'StatsManager_GameStatGet::StatKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StatsManager_GameStatSet \ static_assert(alignof(StatsManager_GameStatSet) == 0x000008, "Wrong alignment on StatsManager_GameStatSet"); \ static_assert(sizeof(StatsManager_GameStatSet) == 0x000018, "Wrong size on StatsManager_GameStatSet"); \ static_assert(offsetof(StatsManager_GameStatSet, StatKey) == 0x000000, "Member 'StatsManager_GameStatSet::StatKey' has a wrong offset!"); \ static_assert(offsetof(StatsManager_GameStatSet, StatValue) == 0x000010, "Member 'StatsManager_GameStatSet::StatValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStatsManager \ static_assert(alignof(UStatsManager) == 0x000008, "Wrong alignment on UStatsManager"); \ static_assert(sizeof(UStatsManager) == 0x000130, "Wrong size on UStatsManager"); \ static_assert(offsetof(UStatsManager, StatChangedEvent) == 0x000028, "Member 'UStatsManager::StatChangedEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStoryTeller \ static_assert(alignof(UStoryTeller) == 0x000008, "Wrong alignment on UStoryTeller"); \ static_assert(sizeof(UStoryTeller) == 0x000070, "Wrong size on UStoryTeller"); \ static_assert(offsetof(UStoryTeller, SceneRigProvider) == 0x000030, "Member 'UStoryTeller::SceneRigProvider' has a wrong offset!"); \ static_assert(offsetof(UStoryTeller, LookupAsset) == 0x000038, "Member 'UStoryTeller::LookupAsset' has a wrong offset!"); \ static_assert(offsetof(UStoryTeller, Stories) == 0x000058, "Member 'UStoryTeller::Stories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AStreamingPlaceholderFrontend \ static_assert(alignof(AStreamingPlaceholderFrontend) == 0x000008, "Wrong alignment on AStreamingPlaceholderFrontend"); \ static_assert(sizeof(AStreamingPlaceholderFrontend) == 0x0002D0, "Wrong size on AStreamingPlaceholderFrontend"); \ static_assert(offsetof(AStreamingPlaceholderFrontend, FrontendStateKey) == 0x000270, "Member 'AStreamingPlaceholderFrontend::FrontendStateKey' has a wrong offset!"); \ static_assert(offsetof(AStreamingPlaceholderFrontend, FrontendStateValue) == 0x000280, "Member 'AStreamingPlaceholderFrontend::FrontendStateValue' has a wrong offset!"); \ static_assert(offsetof(AStreamingPlaceholderFrontend, ActorToSpawn) == 0x000290, "Member 'AStreamingPlaceholderFrontend::ActorToSpawn' has a wrong offset!"); \ static_assert(offsetof(AStreamingPlaceholderFrontend, bShowInEditor) == 0x0002B8, "Member 'AStreamingPlaceholderFrontend::bShowInEditor' has a wrong offset!"); \ static_assert(offsetof(AStreamingPlaceholderFrontend, OnlySpawnIfKeyNotPresent) == 0x0002C0, "Member 'AStreamingPlaceholderFrontend::OnlySpawnIfKeyNotPresent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StreamingPlaceholderSanctuaryIdentity_OnIdentityChanged \ static_assert(alignof(StreamingPlaceholderSanctuaryIdentity_OnIdentityChanged) == 0x000001, "Wrong alignment on StreamingPlaceholderSanctuaryIdentity_OnIdentityChanged"); \ static_assert(sizeof(StreamingPlaceholderSanctuaryIdentity_OnIdentityChanged) == 0x000002, "Wrong size on StreamingPlaceholderSanctuaryIdentity_OnIdentityChanged"); \ static_assert(offsetof(StreamingPlaceholderSanctuaryIdentity_OnIdentityChanged, OldIdentity) == 0x000000, "Member 'StreamingPlaceholderSanctuaryIdentity_OnIdentityChanged::OldIdentity' has a wrong offset!"); \ static_assert(offsetof(StreamingPlaceholderSanctuaryIdentity_OnIdentityChanged, NewIdentity) == 0x000001, "Member 'StreamingPlaceholderSanctuaryIdentity_OnIdentityChanged::NewIdentity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AStreamingPlaceholderSanctuaryIdentity \ static_assert(alignof(AStreamingPlaceholderSanctuaryIdentity) == 0x000008, "Wrong alignment on AStreamingPlaceholderSanctuaryIdentity"); \ static_assert(sizeof(AStreamingPlaceholderSanctuaryIdentity) == 0x0002F0, "Wrong size on AStreamingPlaceholderSanctuaryIdentity"); \ static_assert(offsetof(AStreamingPlaceholderSanctuaryIdentity, IdentityOverrides) == 0x000270, "Member 'AStreamingPlaceholderSanctuaryIdentity::IdentityOverrides' has a wrong offset!"); \ static_assert(offsetof(AStreamingPlaceholderSanctuaryIdentity, DefaultActor) == 0x0002C0, "Member 'AStreamingPlaceholderSanctuaryIdentity::DefaultActor' has a wrong offset!"); \ static_assert(offsetof(AStreamingPlaceholderSanctuaryIdentity, bAutoSwapWhenIdentityChanges) == 0x0002E8, "Member 'AStreamingPlaceholderSanctuaryIdentity::bAutoSwapWhenIdentityChanges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASubSonic_VenomousTentacula_Bulb \ static_assert(alignof(ASubSonic_VenomousTentacula_Bulb) == 0x000008, "Wrong alignment on ASubSonic_VenomousTentacula_Bulb"); \ static_assert(sizeof(ASubSonic_VenomousTentacula_Bulb) == 0x000538, "Wrong size on ASubSonic_VenomousTentacula_Bulb"); \ #define DUMPER7_ASSERTS_SubtitleElement_InitAudioDialogueLineData \ static_assert(alignof(SubtitleElement_InitAudioDialogueLineData) == 0x000008, "Wrong alignment on SubtitleElement_InitAudioDialogueLineData"); \ static_assert(sizeof(SubtitleElement_InitAudioDialogueLineData) == 0x000050, "Wrong size on SubtitleElement_InitAudioDialogueLineData"); \ static_assert(offsetof(SubtitleElement_InitAudioDialogueLineData, AudioDialogueLineData) == 0x000000, "Member 'SubtitleElement_InitAudioDialogueLineData::AudioDialogueLineData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubtitleElement \ static_assert(alignof(USubtitleElement) == 0x000008, "Wrong alignment on USubtitleElement"); \ static_assert(sizeof(USubtitleElement) == 0x0002C8, "Wrong size on USubtitleElement"); \ static_assert(offsetof(USubtitleElement, AudioPriority) == 0x000268, "Member 'USubtitleElement::AudioPriority' has a wrong offset!"); \ static_assert(offsetof(USubtitleElement, ElementAudioDialogueLineData) == 0x000270, "Member 'USubtitleElement::ElementAudioDialogueLineData' has a wrong offset!"); \ static_assert(offsetof(USubtitleElement, bAudioEndedRecieved) == 0x0002C0, "Member 'USubtitleElement::bAudioEndedRecieved' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TargetTypeAccio_AddTarget_Accio \ static_assert(alignof(TargetTypeAccio_AddTarget_Accio) == 0x000008, "Wrong alignment on TargetTypeAccio_AddTarget_Accio"); \ static_assert(sizeof(TargetTypeAccio_AddTarget_Accio) == 0x000020, "Wrong size on TargetTypeAccio_AddTarget_Accio"); \ static_assert(offsetof(TargetTypeAccio_AddTarget_Accio, TargetTracker) == 0x000000, "Member 'TargetTypeAccio_AddTarget_Accio::TargetTracker' has a wrong offset!"); \ static_assert(offsetof(TargetTypeAccio_AddTarget_Accio, InTargetActor) == 0x000008, "Member 'TargetTypeAccio_AddTarget_Accio::InTargetActor' has a wrong offset!"); \ static_assert(offsetof(TargetTypeAccio_AddTarget_Accio, InTargetID) == 0x000010, "Member 'TargetTypeAccio_AddTarget_Accio::InTargetID' has a wrong offset!"); \ static_assert(offsetof(TargetTypeAccio_AddTarget_Accio, ReturnValue) == 0x000018, "Member 'TargetTypeAccio_AddTarget_Accio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTargetTypeAccio \ static_assert(alignof(UTargetTypeAccio) == 0x000008, "Wrong alignment on UTargetTypeAccio"); \ static_assert(sizeof(UTargetTypeAccio) == 0x000060, "Wrong size on UTargetTypeAccio"); \ #define DUMPER7_ASSERTS_TextButtonWidget_GetText \ static_assert(alignof(TextButtonWidget_GetText) == 0x000008, "Wrong alignment on TextButtonWidget_GetText"); \ static_assert(sizeof(TextButtonWidget_GetText) == 0x000018, "Wrong size on TextButtonWidget_GetText"); \ static_assert(offsetof(TextButtonWidget_GetText, ReturnValue) == 0x000000, "Member 'TextButtonWidget_GetText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextButtonWidget_SetText \ static_assert(alignof(TextButtonWidget_SetText) == 0x000008, "Wrong alignment on TextButtonWidget_SetText"); \ static_assert(sizeof(TextButtonWidget_SetText) == 0x000018, "Wrong size on TextButtonWidget_SetText"); \ static_assert(offsetof(TextButtonWidget_SetText, NewKey) == 0x000000, "Member 'TextButtonWidget_SetText::NewKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTextButtonWidget \ static_assert(alignof(UTextButtonWidget) == 0x000008, "Wrong alignment on UTextButtonWidget"); \ static_assert(sizeof(UTextButtonWidget) == 0x0003E8, "Wrong size on UTextButtonWidget"); \ static_assert(offsetof(UTextButtonWidget, Key) == 0x000328, "Member 'UTextButtonWidget::Key' has a wrong offset!"); \ static_assert(offsetof(UTextButtonWidget, Namespace) == 0x000340, "Member 'UTextButtonWidget::Namespace' has a wrong offset!"); \ static_assert(offsetof(UTextButtonWidget, HoveredTextColor) == 0x000350, "Member 'UTextButtonWidget::HoveredTextColor' has a wrong offset!"); \ static_assert(offsetof(UTextButtonWidget, UnhoveredTextColor) == 0x000360, "Member 'UTextButtonWidget::UnhoveredTextColor' has a wrong offset!"); \ static_assert(offsetof(UTextButtonWidget, IsButtonPressed) == 0x000370, "Member 'UTextButtonWidget::IsButtonPressed' has a wrong offset!"); \ static_assert(offsetof(UTextButtonWidget, UserData) == 0x000378, "Member 'UTextButtonWidget::UserData' has a wrong offset!"); \ static_assert(offsetof(UTextButtonWidget, TextFont) == 0x000380, "Member 'UTextButtonWidget::TextFont' has a wrong offset!"); \ static_assert(offsetof(UTextButtonWidget, TheButton) == 0x0003D8, "Member 'UTextButtonWidget::TheButton' has a wrong offset!"); \ static_assert(offsetof(UTextButtonWidget, TheText) == 0x0003E0, "Member 'UTextButtonWidget::TheText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tier4_Actor_OnBeginActorOverlap \ static_assert(alignof(Tier4_Actor_OnBeginActorOverlap) == 0x000008, "Wrong alignment on Tier4_Actor_OnBeginActorOverlap"); \ static_assert(sizeof(Tier4_Actor_OnBeginActorOverlap) == 0x000010, "Wrong size on Tier4_Actor_OnBeginActorOverlap"); \ static_assert(offsetof(Tier4_Actor_OnBeginActorOverlap, SelfActor) == 0x000000, "Member 'Tier4_Actor_OnBeginActorOverlap::SelfActor' has a wrong offset!"); \ static_assert(offsetof(Tier4_Actor_OnBeginActorOverlap, OtherActor) == 0x000008, "Member 'Tier4_Actor_OnBeginActorOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tier4_Actor_OnCharacterLoadComplete \ static_assert(alignof(Tier4_Actor_OnCharacterLoadComplete) == 0x000008, "Wrong alignment on Tier4_Actor_OnCharacterLoadComplete"); \ static_assert(sizeof(Tier4_Actor_OnCharacterLoadComplete) == 0x000008, "Wrong size on Tier4_Actor_OnCharacterLoadComplete"); \ static_assert(offsetof(Tier4_Actor_OnCharacterLoadComplete, inTheActor) == 0x000000, "Member 'Tier4_Actor_OnCharacterLoadComplete::inTheActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tier4_Actor_SetManagedStackVisibilityMesh \ static_assert(alignof(Tier4_Actor_SetManagedStackVisibilityMesh) == 0x000008, "Wrong alignment on Tier4_Actor_SetManagedStackVisibilityMesh"); \ static_assert(sizeof(Tier4_Actor_SetManagedStackVisibilityMesh) == 0x000008, "Wrong size on Tier4_Actor_SetManagedStackVisibilityMesh"); \ static_assert(offsetof(Tier4_Actor_SetManagedStackVisibilityMesh, InVisibilityMesh) == 0x000000, "Member 'Tier4_Actor_SetManagedStackVisibilityMesh::InVisibilityMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tier4_Actor_TeleportToStation \ static_assert(alignof(Tier4_Actor_TeleportToStation) == 0x000008, "Wrong alignment on Tier4_Actor_TeleportToStation"); \ static_assert(sizeof(Tier4_Actor_TeleportToStation) == 0x000010, "Wrong size on Tier4_Actor_TeleportToStation"); \ static_assert(offsetof(Tier4_Actor_TeleportToStation, InStation) == 0x000000, "Member 'Tier4_Actor_TeleportToStation::InStation' has a wrong offset!"); \ static_assert(offsetof(Tier4_Actor_TeleportToStation, InConnectionIndex) == 0x000008, "Member 'Tier4_Actor_TeleportToStation::InConnectionIndex' has a wrong offset!"); \ static_assert(offsetof(Tier4_Actor_TeleportToStation, ReturnValue) == 0x00000C, "Member 'Tier4_Actor_TeleportToStation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATier4_Actor \ static_assert(alignof(ATier4_Actor) == 0x000008, "Wrong alignment on ATier4_Actor"); \ static_assert(sizeof(ATier4_Actor) == 0x0005B0, "Wrong size on ATier4_Actor"); \ static_assert(offsetof(ATier4_Actor, AnimSharingSetup) == 0x000398, "Member 'ATier4_Actor::AnimSharingSetup' has a wrong offset!"); \ static_assert(offsetof(ATier4_Actor, Collision) == 0x000500, "Member 'ATier4_Actor::Collision' has a wrong offset!"); \ static_assert(offsetof(ATier4_Actor, VisibilityMesh) == 0x000598, "Member 'ATier4_Actor::VisibilityMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_T4_AnimationSharingStateProcessor_GetFacialAnimType \ static_assert(alignof(T4_AnimationSharingStateProcessor_GetFacialAnimType) == 0x000001, "Wrong alignment on T4_AnimationSharingStateProcessor_GetFacialAnimType"); \ static_assert(sizeof(T4_AnimationSharingStateProcessor_GetFacialAnimType) == 0x000002, "Wrong size on T4_AnimationSharingStateProcessor_GetFacialAnimType"); \ static_assert(offsetof(T4_AnimationSharingStateProcessor_GetFacialAnimType, InCurrentState) == 0x000000, "Member 'T4_AnimationSharingStateProcessor_GetFacialAnimType::InCurrentState' has a wrong offset!"); \ static_assert(offsetof(T4_AnimationSharingStateProcessor_GetFacialAnimType, ReturnValue) == 0x000001, "Member 'T4_AnimationSharingStateProcessor_GetFacialAnimType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_T4_AnimationSharingStateProcessor_GetUsesEyeMouthAnims \ static_assert(alignof(T4_AnimationSharingStateProcessor_GetUsesEyeMouthAnims) == 0x000001, "Wrong alignment on T4_AnimationSharingStateProcessor_GetUsesEyeMouthAnims"); \ static_assert(sizeof(T4_AnimationSharingStateProcessor_GetUsesEyeMouthAnims) == 0x000003, "Wrong size on T4_AnimationSharingStateProcessor_GetUsesEyeMouthAnims"); \ static_assert(offsetof(T4_AnimationSharingStateProcessor_GetUsesEyeMouthAnims, InCurrentState) == 0x000000, "Member 'T4_AnimationSharingStateProcessor_GetUsesEyeMouthAnims::InCurrentState' has a wrong offset!"); \ static_assert(offsetof(T4_AnimationSharingStateProcessor_GetUsesEyeMouthAnims, bOutUsesEyeAnims) == 0x000001, "Member 'T4_AnimationSharingStateProcessor_GetUsesEyeMouthAnims::bOutUsesEyeAnims' has a wrong offset!"); \ static_assert(offsetof(T4_AnimationSharingStateProcessor_GetUsesEyeMouthAnims, bOutUsesMouthAnims) == 0x000002, "Member 'T4_AnimationSharingStateProcessor_GetUsesEyeMouthAnims::bOutUsesMouthAnims' has a wrong offset!"); \ #define DUMPER7_ASSERTS_T4_AnimationSharingStateProcessor_ProcessActorState_Implementation \ static_assert(alignof(T4_AnimationSharingStateProcessor_ProcessActorState_Implementation) == 0x000008, "Wrong alignment on T4_AnimationSharingStateProcessor_ProcessActorState_Implementation"); \ static_assert(sizeof(T4_AnimationSharingStateProcessor_ProcessActorState_Implementation) == 0x000018, "Wrong size on T4_AnimationSharingStateProcessor_ProcessActorState_Implementation"); \ static_assert(offsetof(T4_AnimationSharingStateProcessor_ProcessActorState_Implementation, OutState) == 0x000000, "Member 'T4_AnimationSharingStateProcessor_ProcessActorState_Implementation::OutState' has a wrong offset!"); \ static_assert(offsetof(T4_AnimationSharingStateProcessor_ProcessActorState_Implementation, InActor) == 0x000008, "Member 'T4_AnimationSharingStateProcessor_ProcessActorState_Implementation::InActor' has a wrong offset!"); \ static_assert(offsetof(T4_AnimationSharingStateProcessor_ProcessActorState_Implementation, CurrentState) == 0x000010, "Member 'T4_AnimationSharingStateProcessor_ProcessActorState_Implementation::CurrentState' has a wrong offset!"); \ static_assert(offsetof(T4_AnimationSharingStateProcessor_ProcessActorState_Implementation, OnDemandState) == 0x000011, "Member 'T4_AnimationSharingStateProcessor_ProcessActorState_Implementation::OnDemandState' has a wrong offset!"); \ static_assert(offsetof(T4_AnimationSharingStateProcessor_ProcessActorState_Implementation, bShouldProcess) == 0x000012, "Member 'T4_AnimationSharingStateProcessor_ProcessActorState_Implementation::bShouldProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_T4_AnimationSharingStateProcessor_UpdateT4State \ static_assert(alignof(T4_AnimationSharingStateProcessor_UpdateT4State) == 0x000008, "Wrong alignment on T4_AnimationSharingStateProcessor_UpdateT4State"); \ static_assert(sizeof(T4_AnimationSharingStateProcessor_UpdateT4State) == 0x000018, "Wrong size on T4_AnimationSharingStateProcessor_UpdateT4State"); \ static_assert(offsetof(T4_AnimationSharingStateProcessor_UpdateT4State, OutState) == 0x000000, "Member 'T4_AnimationSharingStateProcessor_UpdateT4State::OutState' has a wrong offset!"); \ static_assert(offsetof(T4_AnimationSharingStateProcessor_UpdateT4State, InActor) == 0x000008, "Member 'T4_AnimationSharingStateProcessor_UpdateT4State::InActor' has a wrong offset!"); \ static_assert(offsetof(T4_AnimationSharingStateProcessor_UpdateT4State, CurrentState) == 0x000010, "Member 'T4_AnimationSharingStateProcessor_UpdateT4State::CurrentState' has a wrong offset!"); \ static_assert(offsetof(T4_AnimationSharingStateProcessor_UpdateT4State, OnDemandState) == 0x000011, "Member 'T4_AnimationSharingStateProcessor_UpdateT4State::OnDemandState' has a wrong offset!"); \ static_assert(offsetof(T4_AnimationSharingStateProcessor_UpdateT4State, bShouldProcess) == 0x000012, "Member 'T4_AnimationSharingStateProcessor_UpdateT4State::bShouldProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UT4_AnimationSharingStateProcessor \ static_assert(alignof(UT4_AnimationSharingStateProcessor) == 0x000008, "Wrong alignment on UT4_AnimationSharingStateProcessor"); \ static_assert(sizeof(UT4_AnimationSharingStateProcessor) == 0x000060, "Wrong size on UT4_AnimationSharingStateProcessor"); \ #define DUMPER7_ASSERTS_ATotem \ static_assert(alignof(ATotem) == 0x000008, "Wrong alignment on ATotem"); \ static_assert(sizeof(ATotem) == 0x000248, "Wrong size on ATotem"); \ #define DUMPER7_ASSERTS_UTrainSettings \ static_assert(alignof(UTrainSettings) == 0x000008, "Wrong alignment on UTrainSettings"); \ static_assert(sizeof(UTrainSettings) == 0x0000B0, "Wrong size on UTrainSettings"); \ static_assert(offsetof(UTrainSettings, Engine) == 0x000028, "Member 'UTrainSettings::Engine' has a wrong offset!"); \ static_assert(offsetof(UTrainSettings, CoalCar) == 0x000050, "Member 'UTrainSettings::CoalCar' has a wrong offset!"); \ static_assert(offsetof(UTrainSettings, PassengerCar) == 0x000078, "Member 'UTrainSettings::PassengerCar' has a wrong offset!"); \ static_assert(offsetof(UTrainSettings, bIncludeCoalCar) == 0x0000A0, "Member 'UTrainSettings::bIncludeCoalCar' has a wrong offset!"); \ static_assert(offsetof(UTrainSettings, NumOfPassengerCars) == 0x0000A4, "Member 'UTrainSettings::NumOfPassengerCars' has a wrong offset!"); \ static_assert(offsetof(UTrainSettings, MinScreenSize) == 0x0000A8, "Member 'UTrainSettings::MinScreenSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_BP_GetResourcesRequired \ static_assert(alignof(TransfigurationManager_BP_GetResourcesRequired) == 0x000008, "Wrong alignment on TransfigurationManager_BP_GetResourcesRequired"); \ static_assert(sizeof(TransfigurationManager_BP_GetResourcesRequired) == 0x000018, "Wrong size on TransfigurationManager_BP_GetResourcesRequired"); \ static_assert(offsetof(TransfigurationManager_BP_GetResourcesRequired, TypeID) == 0x000000, "Member 'TransfigurationManager_BP_GetResourcesRequired::TypeID' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_BP_GetResourcesRequired, ReturnValue) == 0x000008, "Member 'TransfigurationManager_BP_GetResourcesRequired::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_BP_GetResourcesRequiredForCategory \ static_assert(alignof(TransfigurationManager_BP_GetResourcesRequiredForCategory) == 0x000008, "Wrong alignment on TransfigurationManager_BP_GetResourcesRequiredForCategory"); \ static_assert(sizeof(TransfigurationManager_BP_GetResourcesRequiredForCategory) == 0x000018, "Wrong size on TransfigurationManager_BP_GetResourcesRequiredForCategory"); \ static_assert(offsetof(TransfigurationManager_BP_GetResourcesRequiredForCategory, CategoryName) == 0x000000, "Member 'TransfigurationManager_BP_GetResourcesRequiredForCategory::CategoryName' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_BP_GetResourcesRequiredForCategory, ReturnValue) == 0x000008, "Member 'TransfigurationManager_BP_GetResourcesRequiredForCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_BP_IsColovariaCacheRequiredQueueEmpty \ static_assert(alignof(TransfigurationManager_BP_IsColovariaCacheRequiredQueueEmpty) == 0x000001, "Wrong alignment on TransfigurationManager_BP_IsColovariaCacheRequiredQueueEmpty"); \ static_assert(sizeof(TransfigurationManager_BP_IsColovariaCacheRequiredQueueEmpty) == 0x000001, "Wrong size on TransfigurationManager_BP_IsColovariaCacheRequiredQueueEmpty"); \ static_assert(offsetof(TransfigurationManager_BP_IsColovariaCacheRequiredQueueEmpty, ReturnValue) == 0x000000, "Member 'TransfigurationManager_BP_IsColovariaCacheRequiredQueueEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_ColorObject \ static_assert(alignof(TransfigurationManager_ColorObject) == 0x000008, "Wrong alignment on TransfigurationManager_ColorObject"); \ static_assert(sizeof(TransfigurationManager_ColorObject) == 0x000018, "Wrong size on TransfigurationManager_ColorObject"); \ static_assert(offsetof(TransfigurationManager_ColorObject, InActor) == 0x000000, "Member 'TransfigurationManager_ColorObject::InActor' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_ColorObject, InColorID) == 0x000008, "Member 'TransfigurationManager_ColorObject::InColorID' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_ColorObject, bShowEffect) == 0x000010, "Member 'TransfigurationManager_ColorObject::bShowEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_DoesTransfigurationObjectExist \ static_assert(alignof(TransfigurationManager_DoesTransfigurationObjectExist) == 0x000004, "Wrong alignment on TransfigurationManager_DoesTransfigurationObjectExist"); \ static_assert(sizeof(TransfigurationManager_DoesTransfigurationObjectExist) == 0x000008, "Wrong size on TransfigurationManager_DoesTransfigurationObjectExist"); \ static_assert(offsetof(TransfigurationManager_DoesTransfigurationObjectExist, ObjectUID) == 0x000000, "Member 'TransfigurationManager_DoesTransfigurationObjectExist::ObjectUID' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_DoesTransfigurationObjectExist, ReturnValue) == 0x000004, "Member 'TransfigurationManager_DoesTransfigurationObjectExist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetAllTransfigurationCategories \ static_assert(alignof(TransfigurationManager_GetAllTransfigurationCategories) == 0x000008, "Wrong alignment on TransfigurationManager_GetAllTransfigurationCategories"); \ static_assert(sizeof(TransfigurationManager_GetAllTransfigurationCategories) == 0x000010, "Wrong size on TransfigurationManager_GetAllTransfigurationCategories"); \ static_assert(offsetof(TransfigurationManager_GetAllTransfigurationCategories, ReturnValue) == 0x000000, "Member 'TransfigurationManager_GetAllTransfigurationCategories::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetAllTransfigurationLocks \ static_assert(alignof(TransfigurationManager_GetAllTransfigurationLocks) == 0x000008, "Wrong alignment on TransfigurationManager_GetAllTransfigurationLocks"); \ static_assert(sizeof(TransfigurationManager_GetAllTransfigurationLocks) == 0x000018, "Wrong size on TransfigurationManager_GetAllTransfigurationLocks"); \ static_assert(offsetof(TransfigurationManager_GetAllTransfigurationLocks, bIncludeAlreadyUnlocked) == 0x000000, "Member 'TransfigurationManager_GetAllTransfigurationLocks::bIncludeAlreadyUnlocked' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetAllTransfigurationLocks, ReturnValue) == 0x000008, "Member 'TransfigurationManager_GetAllTransfigurationLocks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetConjurationBudgetCurrentlyUsed \ static_assert(alignof(TransfigurationManager_GetConjurationBudgetCurrentlyUsed) == 0x000004, "Wrong alignment on TransfigurationManager_GetConjurationBudgetCurrentlyUsed"); \ static_assert(sizeof(TransfigurationManager_GetConjurationBudgetCurrentlyUsed) == 0x000008, "Wrong size on TransfigurationManager_GetConjurationBudgetCurrentlyUsed"); \ static_assert(offsetof(TransfigurationManager_GetConjurationBudgetCurrentlyUsed, Context) == 0x000000, "Member 'TransfigurationManager_GetConjurationBudgetCurrentlyUsed::Context' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetConjurationBudgetCurrentlyUsed, ReturnValue) == 0x000004, "Member 'TransfigurationManager_GetConjurationBudgetCurrentlyUsed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetConjurationBudgetPerExpansion \ static_assert(alignof(TransfigurationManager_GetConjurationBudgetPerExpansion) == 0x000004, "Wrong alignment on TransfigurationManager_GetConjurationBudgetPerExpansion"); \ static_assert(sizeof(TransfigurationManager_GetConjurationBudgetPerExpansion) == 0x00000C, "Wrong size on TransfigurationManager_GetConjurationBudgetPerExpansion"); \ static_assert(offsetof(TransfigurationManager_GetConjurationBudgetPerExpansion, InContext) == 0x000000, "Member 'TransfigurationManager_GetConjurationBudgetPerExpansion::InContext' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetConjurationBudgetPerExpansion, OutMainExpansionBudget) == 0x000004, "Member 'TransfigurationManager_GetConjurationBudgetPerExpansion::OutMainExpansionBudget' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetConjurationBudgetPerExpansion, OutBudgetPerUnlockableExpansion) == 0x000008, "Member 'TransfigurationManager_GetConjurationBudgetPerExpansion::OutBudgetPerUnlockableExpansion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetConjurationCategoriesFromStatsCategory \ static_assert(alignof(TransfigurationManager_GetConjurationCategoriesFromStatsCategory) == 0x000008, "Wrong alignment on TransfigurationManager_GetConjurationCategoriesFromStatsCategory"); \ static_assert(sizeof(TransfigurationManager_GetConjurationCategoriesFromStatsCategory) == 0x000020, "Wrong size on TransfigurationManager_GetConjurationCategoriesFromStatsCategory"); \ static_assert(offsetof(TransfigurationManager_GetConjurationCategoriesFromStatsCategory, InStatsCategory) == 0x000000, "Member 'TransfigurationManager_GetConjurationCategoriesFromStatsCategory::InStatsCategory' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetConjurationCategoriesFromStatsCategory, bIgnoreEmptyCategories) == 0x000008, "Member 'TransfigurationManager_GetConjurationCategoriesFromStatsCategory::bIgnoreEmptyCategories' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetConjurationCategoriesFromStatsCategory, ReturnValue) == 0x000010, "Member 'TransfigurationManager_GetConjurationCategoriesFromStatsCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetConjurationContext \ static_assert(alignof(TransfigurationManager_GetConjurationContext) == 0x000001, "Wrong alignment on TransfigurationManager_GetConjurationContext"); \ static_assert(sizeof(TransfigurationManager_GetConjurationContext) == 0x000001, "Wrong size on TransfigurationManager_GetConjurationContext"); \ static_assert(offsetof(TransfigurationManager_GetConjurationContext, ReturnValue) == 0x000000, "Member 'TransfigurationManager_GetConjurationContext::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetLevelConjurationBudget \ static_assert(alignof(TransfigurationManager_GetLevelConjurationBudget) == 0x000004, "Wrong alignment on TransfigurationManager_GetLevelConjurationBudget"); \ static_assert(sizeof(TransfigurationManager_GetLevelConjurationBudget) == 0x000008, "Wrong size on TransfigurationManager_GetLevelConjurationBudget"); \ static_assert(offsetof(TransfigurationManager_GetLevelConjurationBudget, Context) == 0x000000, "Member 'TransfigurationManager_GetLevelConjurationBudget::Context' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetLevelConjurationBudget, ReturnValue) == 0x000004, "Member 'TransfigurationManager_GetLevelConjurationBudget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetLockIDForObject \ static_assert(alignof(TransfigurationManager_GetLockIDForObject) == 0x000004, "Wrong alignment on TransfigurationManager_GetLockIDForObject"); \ static_assert(sizeof(TransfigurationManager_GetLockIDForObject) == 0x000010, "Wrong size on TransfigurationManager_GetLockIDForObject"); \ static_assert(offsetof(TransfigurationManager_GetLockIDForObject, inObjectName) == 0x000000, "Member 'TransfigurationManager_GetLockIDForObject::inObjectName' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetLockIDForObject, ReturnValue) == 0x000008, "Member 'TransfigurationManager_GetLockIDForObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetNumExpansions \ static_assert(alignof(TransfigurationManager_GetNumExpansions) == 0x000004, "Wrong alignment on TransfigurationManager_GetNumExpansions"); \ static_assert(sizeof(TransfigurationManager_GetNumExpansions) == 0x00000C, "Wrong size on TransfigurationManager_GetNumExpansions"); \ static_assert(offsetof(TransfigurationManager_GetNumExpansions, InContext) == 0x000000, "Member 'TransfigurationManager_GetNumExpansions::InContext' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetNumExpansions, OutNumAvailableExpansions) == 0x000004, "Member 'TransfigurationManager_GetNumExpansions::OutNumAvailableExpansions' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetNumExpansions, OutNumTotalExpansions) == 0x000008, "Member 'TransfigurationManager_GetNumExpansions::OutNumTotalExpansions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetObjectCostConjurationBudget \ static_assert(alignof(TransfigurationManager_GetObjectCostConjurationBudget) == 0x000004, "Wrong alignment on TransfigurationManager_GetObjectCostConjurationBudget"); \ static_assert(sizeof(TransfigurationManager_GetObjectCostConjurationBudget) == 0x00000C, "Wrong size on TransfigurationManager_GetObjectCostConjurationBudget"); \ static_assert(offsetof(TransfigurationManager_GetObjectCostConjurationBudget, CategoryName) == 0x000000, "Member 'TransfigurationManager_GetObjectCostConjurationBudget::CategoryName' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetObjectCostConjurationBudget, ReturnValue) == 0x000008, "Member 'TransfigurationManager_GetObjectCostConjurationBudget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetObjectCostConjurationBudgetFromActor \ static_assert(alignof(TransfigurationManager_GetObjectCostConjurationBudgetFromActor) == 0x000008, "Wrong alignment on TransfigurationManager_GetObjectCostConjurationBudgetFromActor"); \ static_assert(sizeof(TransfigurationManager_GetObjectCostConjurationBudgetFromActor) == 0x000010, "Wrong size on TransfigurationManager_GetObjectCostConjurationBudgetFromActor"); \ static_assert(offsetof(TransfigurationManager_GetObjectCostConjurationBudgetFromActor, InActor) == 0x000000, "Member 'TransfigurationManager_GetObjectCostConjurationBudgetFromActor::InActor' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetObjectCostConjurationBudgetFromActor, ReturnValue) == 0x000008, "Member 'TransfigurationManager_GetObjectCostConjurationBudgetFromActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetObjectTransfigSlotIDFromActor \ static_assert(alignof(TransfigurationManager_GetObjectTransfigSlotIDFromActor) == 0x000008, "Wrong alignment on TransfigurationManager_GetObjectTransfigSlotIDFromActor"); \ static_assert(sizeof(TransfigurationManager_GetObjectTransfigSlotIDFromActor) == 0x000010, "Wrong size on TransfigurationManager_GetObjectTransfigSlotIDFromActor"); \ static_assert(offsetof(TransfigurationManager_GetObjectTransfigSlotIDFromActor, InActor) == 0x000000, "Member 'TransfigurationManager_GetObjectTransfigSlotIDFromActor::InActor' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetObjectTransfigSlotIDFromActor, ReturnValue) == 0x000008, "Member 'TransfigurationManager_GetObjectTransfigSlotIDFromActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetTransfigSlotPoolFromClassName \ static_assert(alignof(TransfigurationManager_GetTransfigSlotPoolFromClassName) == 0x000008, "Wrong alignment on TransfigurationManager_GetTransfigSlotPoolFromClassName"); \ static_assert(sizeof(TransfigurationManager_GetTransfigSlotPoolFromClassName) == 0x000078, "Wrong size on TransfigurationManager_GetTransfigSlotPoolFromClassName"); \ static_assert(offsetof(TransfigurationManager_GetTransfigSlotPoolFromClassName, ObjectClass) == 0x000000, "Member 'TransfigurationManager_GetTransfigSlotPoolFromClassName::ObjectClass' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetTransfigSlotPoolFromClassName, bOutPoolExists) == 0x000008, "Member 'TransfigurationManager_GetTransfigSlotPoolFromClassName::bOutPoolExists' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetTransfigSlotPoolFromClassName, ReturnValue) == 0x000010, "Member 'TransfigurationManager_GetTransfigSlotPoolFromClassName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetTransfigSlotPoolFromObjectCategory \ static_assert(alignof(TransfigurationManager_GetTransfigSlotPoolFromObjectCategory) == 0x000008, "Wrong alignment on TransfigurationManager_GetTransfigSlotPoolFromObjectCategory"); \ static_assert(sizeof(TransfigurationManager_GetTransfigSlotPoolFromObjectCategory) == 0x000078, "Wrong size on TransfigurationManager_GetTransfigSlotPoolFromObjectCategory"); \ static_assert(offsetof(TransfigurationManager_GetTransfigSlotPoolFromObjectCategory, CategoryName) == 0x000000, "Member 'TransfigurationManager_GetTransfigSlotPoolFromObjectCategory::CategoryName' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetTransfigSlotPoolFromObjectCategory, bOutPoolExists) == 0x000008, "Member 'TransfigurationManager_GetTransfigSlotPoolFromObjectCategory::bOutPoolExists' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetTransfigSlotPoolFromObjectCategory, ReturnValue) == 0x000010, "Member 'TransfigurationManager_GetTransfigSlotPoolFromObjectCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetTransfigurationItemFromLockID \ static_assert(alignof(TransfigurationManager_GetTransfigurationItemFromLockID) == 0x000004, "Wrong alignment on TransfigurationManager_GetTransfigurationItemFromLockID"); \ static_assert(sizeof(TransfigurationManager_GetTransfigurationItemFromLockID) == 0x00001C, "Wrong size on TransfigurationManager_GetTransfigurationItemFromLockID"); \ static_assert(offsetof(TransfigurationManager_GetTransfigurationItemFromLockID, LockId) == 0x000000, "Member 'TransfigurationManager_GetTransfigurationItemFromLockID::LockId' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetTransfigurationItemFromLockID, bUniqueItemFound) == 0x000008, "Member 'TransfigurationManager_GetTransfigurationItemFromLockID::bUniqueItemFound' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetTransfigurationItemFromLockID, ItemName) == 0x00000C, "Member 'TransfigurationManager_GetTransfigurationItemFromLockID::ItemName' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetTransfigurationItemFromLockID, ItemCategory) == 0x000014, "Member 'TransfigurationManager_GetTransfigurationItemFromLockID::ItemCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetTransfigurationItemsFromLockID \ static_assert(alignof(TransfigurationManager_GetTransfigurationItemsFromLockID) == 0x000008, "Wrong alignment on TransfigurationManager_GetTransfigurationItemsFromLockID"); \ static_assert(sizeof(TransfigurationManager_GetTransfigurationItemsFromLockID) == 0x000028, "Wrong size on TransfigurationManager_GetTransfigurationItemsFromLockID"); \ static_assert(offsetof(TransfigurationManager_GetTransfigurationItemsFromLockID, LockId) == 0x000000, "Member 'TransfigurationManager_GetTransfigurationItemsFromLockID::LockId' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetTransfigurationItemsFromLockID, ItemNames) == 0x000008, "Member 'TransfigurationManager_GetTransfigurationItemsFromLockID::ItemNames' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetTransfigurationItemsFromLockID, ItemCategories) == 0x000018, "Member 'TransfigurationManager_GetTransfigurationItemsFromLockID::ItemCategories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetTransformationCategory \ static_assert(alignof(TransfigurationManager_GetTransformationCategory) == 0x000004, "Wrong alignment on TransfigurationManager_GetTransformationCategory"); \ static_assert(sizeof(TransfigurationManager_GetTransformationCategory) == 0x000010, "Wrong size on TransfigurationManager_GetTransformationCategory"); \ static_assert(offsetof(TransfigurationManager_GetTransformationCategory, ObjectName) == 0x000000, "Member 'TransfigurationManager_GetTransformationCategory::ObjectName' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetTransformationCategory, ReturnValue) == 0x000008, "Member 'TransfigurationManager_GetTransformationCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetTransformationGroupForObject \ static_assert(alignof(TransfigurationManager_GetTransformationGroupForObject) == 0x000004, "Wrong alignment on TransfigurationManager_GetTransformationGroupForObject"); \ static_assert(sizeof(TransfigurationManager_GetTransformationGroupForObject) == 0x000010, "Wrong size on TransfigurationManager_GetTransformationGroupForObject"); \ static_assert(offsetof(TransfigurationManager_GetTransformationGroupForObject, ObjectName) == 0x000000, "Member 'TransfigurationManager_GetTransformationGroupForObject::ObjectName' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetTransformationGroupForObject, ReturnValue) == 0x000008, "Member 'TransfigurationManager_GetTransformationGroupForObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetTransformationGroups \ static_assert(alignof(TransfigurationManager_GetTransformationGroups) == 0x000008, "Wrong alignment on TransfigurationManager_GetTransformationGroups"); \ static_assert(sizeof(TransfigurationManager_GetTransformationGroups) == 0x000018, "Wrong size on TransfigurationManager_GetTransformationGroups"); \ static_assert(offsetof(TransfigurationManager_GetTransformationGroups, ObjectName) == 0x000000, "Member 'TransfigurationManager_GetTransformationGroups::ObjectName' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetTransformationGroups, ReturnValue) == 0x000008, "Member 'TransfigurationManager_GetTransformationGroups::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetTransformationObjectList \ static_assert(alignof(TransfigurationManager_GetTransformationObjectList) == 0x000008, "Wrong alignment on TransfigurationManager_GetTransformationObjectList"); \ static_assert(sizeof(TransfigurationManager_GetTransformationObjectList) == 0x000018, "Wrong size on TransfigurationManager_GetTransformationObjectList"); \ static_assert(offsetof(TransfigurationManager_GetTransformationObjectList, CategoryName) == 0x000000, "Member 'TransfigurationManager_GetTransformationObjectList::CategoryName' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetTransformationObjectList, ReturnValue) == 0x000008, "Member 'TransfigurationManager_GetTransformationObjectList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_GetUnlockSourceForLockID_static \ static_assert(alignof(TransfigurationManager_GetUnlockSourceForLockID_static) == 0x000008, "Wrong alignment on TransfigurationManager_GetUnlockSourceForLockID_static"); \ static_assert(sizeof(TransfigurationManager_GetUnlockSourceForLockID_static) == 0x000058, "Wrong size on TransfigurationManager_GetUnlockSourceForLockID_static"); \ static_assert(offsetof(TransfigurationManager_GetUnlockSourceForLockID_static, LockId) == 0x000000, "Member 'TransfigurationManager_GetUnlockSourceForLockID_static::LockId' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_GetUnlockSourceForLockID_static, ReturnValue) == 0x000008, "Member 'TransfigurationManager_GetUnlockSourceForLockID_static::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_HasEnoughConjurationBudgetToConjure \ static_assert(alignof(TransfigurationManager_HasEnoughConjurationBudgetToConjure) == 0x000008, "Wrong alignment on TransfigurationManager_HasEnoughConjurationBudgetToConjure"); \ static_assert(sizeof(TransfigurationManager_HasEnoughConjurationBudgetToConjure) == 0x000010, "Wrong size on TransfigurationManager_HasEnoughConjurationBudgetToConjure"); \ static_assert(offsetof(TransfigurationManager_HasEnoughConjurationBudgetToConjure, InActor) == 0x000000, "Member 'TransfigurationManager_HasEnoughConjurationBudgetToConjure::InActor' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_HasEnoughConjurationBudgetToConjure, ReturnValue) == 0x000008, "Member 'TransfigurationManager_HasEnoughConjurationBudgetToConjure::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_HasTransfigSlotAvailableToConjureFromObjectCategory \ static_assert(alignof(TransfigurationManager_HasTransfigSlotAvailableToConjureFromObjectCategory) == 0x000004, "Wrong alignment on TransfigurationManager_HasTransfigSlotAvailableToConjureFromObjectCategory"); \ static_assert(sizeof(TransfigurationManager_HasTransfigSlotAvailableToConjureFromObjectCategory) == 0x00000C, "Wrong size on TransfigurationManager_HasTransfigSlotAvailableToConjureFromObjectCategory"); \ static_assert(offsetof(TransfigurationManager_HasTransfigSlotAvailableToConjureFromObjectCategory, CategoryName) == 0x000000, "Member 'TransfigurationManager_HasTransfigSlotAvailableToConjureFromObjectCategory::CategoryName' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_HasTransfigSlotAvailableToConjureFromObjectCategory, Context) == 0x000008, "Member 'TransfigurationManager_HasTransfigSlotAvailableToConjureFromObjectCategory::Context' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_HasTransfigSlotAvailableToConjureFromObjectCategory, ReturnValue) == 0x000009, "Member 'TransfigurationManager_HasTransfigSlotAvailableToConjureFromObjectCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_IsSpawnQueueEmpty \ static_assert(alignof(TransfigurationManager_IsSpawnQueueEmpty) == 0x000001, "Wrong alignment on TransfigurationManager_IsSpawnQueueEmpty"); \ static_assert(sizeof(TransfigurationManager_IsSpawnQueueEmpty) == 0x000001, "Wrong size on TransfigurationManager_IsSpawnQueueEmpty"); \ static_assert(offsetof(TransfigurationManager_IsSpawnQueueEmpty, ReturnValue) == 0x000000, "Member 'TransfigurationManager_IsSpawnQueueEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_IsTransformAllQueueEmpty \ static_assert(alignof(TransfigurationManager_IsTransformAllQueueEmpty) == 0x000001, "Wrong alignment on TransfigurationManager_IsTransformAllQueueEmpty"); \ static_assert(sizeof(TransfigurationManager_IsTransformAllQueueEmpty) == 0x000001, "Wrong size on TransfigurationManager_IsTransformAllQueueEmpty"); \ static_assert(offsetof(TransfigurationManager_IsTransformAllQueueEmpty, ReturnValue) == 0x000000, "Member 'TransfigurationManager_IsTransformAllQueueEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_IsVanishmentQueueEmpty \ static_assert(alignof(TransfigurationManager_IsVanishmentQueueEmpty) == 0x000001, "Wrong alignment on TransfigurationManager_IsVanishmentQueueEmpty"); \ static_assert(sizeof(TransfigurationManager_IsVanishmentQueueEmpty) == 0x000001, "Wrong size on TransfigurationManager_IsVanishmentQueueEmpty"); \ static_assert(offsetof(TransfigurationManager_IsVanishmentQueueEmpty, ReturnValue) == 0x000000, "Member 'TransfigurationManager_IsVanishmentQueueEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_ResetTransfigurationObjectTransform \ static_assert(alignof(TransfigurationManager_ResetTransfigurationObjectTransform) == 0x000008, "Wrong alignment on TransfigurationManager_ResetTransfigurationObjectTransform"); \ static_assert(sizeof(TransfigurationManager_ResetTransfigurationObjectTransform) == 0x000008, "Wrong size on TransfigurationManager_ResetTransfigurationObjectTransform"); \ static_assert(offsetof(TransfigurationManager_ResetTransfigurationObjectTransform, InActor) == 0x000000, "Member 'TransfigurationManager_ResetTransfigurationObjectTransform::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_SetConjurationContextBlueprint \ static_assert(alignof(TransfigurationManager_SetConjurationContextBlueprint) == 0x000001, "Wrong alignment on TransfigurationManager_SetConjurationContextBlueprint"); \ static_assert(sizeof(TransfigurationManager_SetConjurationContextBlueprint) == 0x000001, "Wrong size on TransfigurationManager_SetConjurationContextBlueprint"); \ static_assert(offsetof(TransfigurationManager_SetConjurationContextBlueprint, InContext) == 0x000000, "Member 'TransfigurationManager_SetConjurationContextBlueprint::InContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_SetMoveablePlaceholderObjectsEnabled \ static_assert(alignof(TransfigurationManager_SetMoveablePlaceholderObjectsEnabled) == 0x000001, "Wrong alignment on TransfigurationManager_SetMoveablePlaceholderObjectsEnabled"); \ static_assert(sizeof(TransfigurationManager_SetMoveablePlaceholderObjectsEnabled) == 0x000001, "Wrong size on TransfigurationManager_SetMoveablePlaceholderObjectsEnabled"); \ static_assert(offsetof(TransfigurationManager_SetMoveablePlaceholderObjectsEnabled, bEnabled) == 0x000000, "Member 'TransfigurationManager_SetMoveablePlaceholderObjectsEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_SetPowerpointSnappingEnabledBlueprint \ static_assert(alignof(TransfigurationManager_SetPowerpointSnappingEnabledBlueprint) == 0x000001, "Wrong alignment on TransfigurationManager_SetPowerpointSnappingEnabledBlueprint"); \ static_assert(sizeof(TransfigurationManager_SetPowerpointSnappingEnabledBlueprint) == 0x000001, "Wrong size on TransfigurationManager_SetPowerpointSnappingEnabledBlueprint"); \ static_assert(offsetof(TransfigurationManager_SetPowerpointSnappingEnabledBlueprint, bIsEnabled) == 0x000000, "Member 'TransfigurationManager_SetPowerpointSnappingEnabledBlueprint::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_UnlockTransfigurationItemsForCurriculum \ static_assert(alignof(TransfigurationManager_UnlockTransfigurationItemsForCurriculum) == 0x000008, "Wrong alignment on TransfigurationManager_UnlockTransfigurationItemsForCurriculum"); \ static_assert(sizeof(TransfigurationManager_UnlockTransfigurationItemsForCurriculum) == 0x000058, "Wrong size on TransfigurationManager_UnlockTransfigurationItemsForCurriculum"); \ static_assert(offsetof(TransfigurationManager_UnlockTransfigurationItemsForCurriculum, CurriculumYearsCompleted) == 0x000000, "Member 'TransfigurationManager_UnlockTransfigurationItemsForCurriculum::CurriculumYearsCompleted' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_UnlockTransfigurationItemsForCurriculum, bIncludePurchasableLocks) == 0x000050, "Member 'TransfigurationManager_UnlockTransfigurationItemsForCurriculum::bIncludePurchasableLocks' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_UnlockTransfigurationItemsForCurriculum, bIncludeMissionRewardLocks) == 0x000051, "Member 'TransfigurationManager_UnlockTransfigurationItemsForCurriculum::bIncludeMissionRewardLocks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_VanishObject \ static_assert(alignof(TransfigurationManager_VanishObject) == 0x000008, "Wrong alignment on TransfigurationManager_VanishObject"); \ static_assert(sizeof(TransfigurationManager_VanishObject) == 0x000020, "Wrong size on TransfigurationManager_VanishObject"); \ static_assert(offsetof(TransfigurationManager_VanishObject, InActor) == 0x000000, "Member 'TransfigurationManager_VanishObject::InActor' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_VanishObject, bShowEffect) == 0x000008, "Member 'TransfigurationManager_VanishObject::bShowEffect' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_VanishObject, bReturnResources) == 0x000009, "Member 'TransfigurationManager_VanishObject::bReturnResources' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_VanishObject, bReturnAllRequiredResources) == 0x00000A, "Member 'TransfigurationManager_VanishObject::bReturnAllRequiredResources' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_VanishObject, InPreviewActorClass) == 0x000010, "Member 'TransfigurationManager_VanishObject::InPreviewActorClass' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_VanishObject, bDeferNotification) == 0x000018, "Member 'TransfigurationManager_VanishObject::bDeferNotification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_AllowSpawn \ static_assert(alignof(TransfigurationManager_AllowSpawn) == 0x000008, "Wrong alignment on TransfigurationManager_AllowSpawn"); \ static_assert(sizeof(TransfigurationManager_AllowSpawn) == 0x000020, "Wrong size on TransfigurationManager_AllowSpawn"); \ static_assert(offsetof(TransfigurationManager_AllowSpawn, InItemID) == 0x000000, "Member 'TransfigurationManager_AllowSpawn::InItemID' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_AllowSpawn, inParentUID) == 0x000010, "Member 'TransfigurationManager_AllowSpawn::inParentUID' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_AllowSpawn, inOverrideUID) == 0x000014, "Member 'TransfigurationManager_AllowSpawn::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_AllowSpawn, inIsPersistent) == 0x000018, "Member 'TransfigurationManager_AllowSpawn::inIsPersistent' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_AllowSpawn, ReturnValue) == 0x000019, "Member 'TransfigurationManager_AllowSpawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_OnDeferredChildActorSpawned \ static_assert(alignof(TransfigurationManager_OnDeferredChildActorSpawned) == 0x000008, "Wrong alignment on TransfigurationManager_OnDeferredChildActorSpawned"); \ static_assert(sizeof(TransfigurationManager_OnDeferredChildActorSpawned) == 0x000008, "Wrong size on TransfigurationManager_OnDeferredChildActorSpawned"); \ static_assert(offsetof(TransfigurationManager_OnDeferredChildActorSpawned, InChildActorComponent) == 0x000000, "Member 'TransfigurationManager_OnDeferredChildActorSpawned::InChildActorComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationManager_Spawn \ static_assert(alignof(TransfigurationManager_Spawn) == 0x000010, "Wrong alignment on TransfigurationManager_Spawn"); \ static_assert(sizeof(TransfigurationManager_Spawn) == 0x000080, "Wrong size on TransfigurationManager_Spawn"); \ static_assert(offsetof(TransfigurationManager_Spawn, InWorld) == 0x000000, "Member 'TransfigurationManager_Spawn::InWorld' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_Spawn, InSpawnTransform) == 0x000010, "Member 'TransfigurationManager_Spawn::InSpawnTransform' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_Spawn, InRegistryID) == 0x000040, "Member 'TransfigurationManager_Spawn::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_Spawn, inParentUID) == 0x000050, "Member 'TransfigurationManager_Spawn::inParentUID' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_Spawn, inOverrideUID) == 0x000054, "Member 'TransfigurationManager_Spawn::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_Spawn, bInIsPersistent) == 0x000058, "Member 'TransfigurationManager_Spawn::bInIsPersistent' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_Spawn, InCollisionMethod) == 0x000059, "Member 'TransfigurationManager_Spawn::InCollisionMethod' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_Spawn, InOverrideLevel) == 0x000060, "Member 'TransfigurationManager_Spawn::InOverrideLevel' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_Spawn, InParentContainer) == 0x000068, "Member 'TransfigurationManager_Spawn::InParentContainer' has a wrong offset!"); \ static_assert(offsetof(TransfigurationManager_Spawn, ReturnValue) == 0x000070, "Member 'TransfigurationManager_Spawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransfigurationManager \ static_assert(alignof(UTransfigurationManager) == 0x000008, "Wrong alignment on UTransfigurationManager"); \ static_assert(sizeof(UTransfigurationManager) == 0x000A38, "Wrong size on UTransfigurationManager"); \ static_assert(offsetof(UTransfigurationManager, CachedColovariaMaterials) == 0x000860, "Member 'UTransfigurationManager::CachedColovariaMaterials' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationManager, ColovariaCacheRequiredComponentQueue) == 0x0008B0, "Member 'UTransfigurationManager::ColovariaCacheRequiredComponentQueue' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationManager, ColovariaCacheAdditionalComponentQueue) == 0x0008C0, "Member 'UTransfigurationManager::ColovariaCacheAdditionalComponentQueue' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationManager, VanishmentQueue) == 0x0008D0, "Member 'UTransfigurationManager::VanishmentQueue' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationManager, PhysicalResponseReporter) == 0x0008D8, "Member 'UTransfigurationManager::PhysicalResponseReporter' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationManager, TransformAllController) == 0x0008E0, "Member 'UTransfigurationManager::TransformAllController' has a wrong offset!"); \ static_assert(offsetof(UTransfigurationManager, FoliageRemoverContainer) == 0x0008E8, "Member 'UTransfigurationManager::FoliageRemoverContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPlacementAnimator_AttachPreviewObject \ static_assert(alignof(TransfigurationPlacementAnimator_AttachPreviewObject) == 0x000008, "Wrong alignment on TransfigurationPlacementAnimator_AttachPreviewObject"); \ static_assert(sizeof(TransfigurationPlacementAnimator_AttachPreviewObject) == 0x000008, "Wrong size on TransfigurationPlacementAnimator_AttachPreviewObject"); \ static_assert(offsetof(TransfigurationPlacementAnimator_AttachPreviewObject, InPreviewActor) == 0x000000, "Member 'TransfigurationPlacementAnimator_AttachPreviewObject::InPreviewActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationPlacementAnimator_GetSelectedAnimIndex \ static_assert(alignof(TransfigurationPlacementAnimator_GetSelectedAnimIndex) == 0x000004, "Wrong alignment on TransfigurationPlacementAnimator_GetSelectedAnimIndex"); \ static_assert(sizeof(TransfigurationPlacementAnimator_GetSelectedAnimIndex) == 0x000004, "Wrong size on TransfigurationPlacementAnimator_GetSelectedAnimIndex"); \ static_assert(offsetof(TransfigurationPlacementAnimator_GetSelectedAnimIndex, ReturnValue) == 0x000000, "Member 'TransfigurationPlacementAnimator_GetSelectedAnimIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATransfigurationPlacementAnimator \ static_assert(alignof(ATransfigurationPlacementAnimator) == 0x000008, "Wrong alignment on ATransfigurationPlacementAnimator"); \ static_assert(sizeof(ATransfigurationPlacementAnimator) == 0x000258, "Wrong size on ATransfigurationPlacementAnimator"); \ static_assert(offsetof(ATransfigurationPlacementAnimator, PreviewActor) == 0x000248, "Member 'ATransfigurationPlacementAnimator::PreviewActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TransfigurationSnappingLine_SetLineLength \ static_assert(alignof(TransfigurationSnappingLine_SetLineLength) == 0x000004, "Wrong alignment on TransfigurationSnappingLine_SetLineLength"); \ static_assert(sizeof(TransfigurationSnappingLine_SetLineLength) == 0x000004, "Wrong size on TransfigurationSnappingLine_SetLineLength"); \ static_assert(offsetof(TransfigurationSnappingLine_SetLineLength, Length) == 0x000000, "Member 'TransfigurationSnappingLine_SetLineLength::Length' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATransfigurationSnappingLine \ static_assert(alignof(ATransfigurationSnappingLine) == 0x000008, "Wrong alignment on ATransfigurationSnappingLine"); \ static_assert(sizeof(ATransfigurationSnappingLine) == 0x000248, "Wrong size on ATransfigurationSnappingLine"); \ #define DUMPER7_ASSERTS_UTransform_StoryParticipantExit \ static_assert(alignof(UTransform_StoryParticipantExit) == 0x000008, "Wrong alignment on UTransform_StoryParticipantExit"); \ static_assert(sizeof(UTransform_StoryParticipantExit) == 0x000030, "Wrong size on UTransform_StoryParticipantExit"); \ static_assert(offsetof(UTransform_StoryParticipantExit, ParticipantChannel) == 0x000028, "Member 'UTransform_StoryParticipantExit::ParticipantChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUDSActivityManager \ static_assert(alignof(UUDSActivityManager) == 0x000008, "Wrong alignment on UUDSActivityManager"); \ static_assert(sizeof(UUDSActivityManager) == 0x000470, "Wrong size on UUDSActivityManager"); \ static_assert(offsetof(UUDSActivityManager, UDSManager) == 0x0000D8, "Member 'UUDSActivityManager::UDSManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUDSFieldGuideManager \ static_assert(alignof(UUDSFieldGuideManager) == 0x000008, "Wrong alignment on UUDSFieldGuideManager"); \ static_assert(sizeof(UUDSFieldGuideManager) == 0x000038, "Wrong size on UUDSFieldGuideManager"); \ static_assert(offsetof(UUDSFieldGuideManager, UDSManager) == 0x000028, "Member 'UUDSFieldGuideManager::UDSManager' has a wrong offset!"); \ static_assert(offsetof(UUDSFieldGuideManager, UDSActivityManager) == 0x000030, "Member 'UUDSFieldGuideManager::UDSActivityManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIAccessibilityManager_TriggerAccessibilityEvent \ static_assert(alignof(UIAccessibilityManager_TriggerAccessibilityEvent) == 0x000008, "Wrong alignment on UIAccessibilityManager_TriggerAccessibilityEvent"); \ static_assert(sizeof(UIAccessibilityManager_TriggerAccessibilityEvent) == 0x000010, "Wrong size on UIAccessibilityManager_TriggerAccessibilityEvent"); \ static_assert(offsetof(UIAccessibilityManager_TriggerAccessibilityEvent, EventType) == 0x000000, "Member 'UIAccessibilityManager_TriggerAccessibilityEvent::EventType' has a wrong offset!"); \ static_assert(offsetof(UIAccessibilityManager_TriggerAccessibilityEvent, EventActor) == 0x000008, "Member 'UIAccessibilityManager_TriggerAccessibilityEvent::EventActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIAccessibilityManager_TriggerAccessibilityEventDamage \ static_assert(alignof(UIAccessibilityManager_TriggerAccessibilityEventDamage) == 0x000008, "Wrong alignment on UIAccessibilityManager_TriggerAccessibilityEventDamage"); \ static_assert(sizeof(UIAccessibilityManager_TriggerAccessibilityEventDamage) == 0x000020, "Wrong size on UIAccessibilityManager_TriggerAccessibilityEventDamage"); \ static_assert(offsetof(UIAccessibilityManager_TriggerAccessibilityEventDamage, EventActor) == 0x000000, "Member 'UIAccessibilityManager_TriggerAccessibilityEventDamage::EventActor' has a wrong offset!"); \ static_assert(offsetof(UIAccessibilityManager_TriggerAccessibilityEventDamage, Location) == 0x000008, "Member 'UIAccessibilityManager_TriggerAccessibilityEventDamage::Location' has a wrong offset!"); \ static_assert(offsetof(UIAccessibilityManager_TriggerAccessibilityEventDamage, Angle) == 0x000014, "Member 'UIAccessibilityManager_TriggerAccessibilityEventDamage::Angle' has a wrong offset!"); \ static_assert(offsetof(UIAccessibilityManager_TriggerAccessibilityEventDamage, Damage) == 0x000018, "Member 'UIAccessibilityManager_TriggerAccessibilityEventDamage::Damage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIAccessibilityManager_TriggerAccessibilityEventEnter \ static_assert(alignof(UIAccessibilityManager_TriggerAccessibilityEventEnter) == 0x000008, "Wrong alignment on UIAccessibilityManager_TriggerAccessibilityEventEnter"); \ static_assert(sizeof(UIAccessibilityManager_TriggerAccessibilityEventEnter) == 0x000010, "Wrong size on UIAccessibilityManager_TriggerAccessibilityEventEnter"); \ static_assert(offsetof(UIAccessibilityManager_TriggerAccessibilityEventEnter, EventType) == 0x000000, "Member 'UIAccessibilityManager_TriggerAccessibilityEventEnter::EventType' has a wrong offset!"); \ static_assert(offsetof(UIAccessibilityManager_TriggerAccessibilityEventEnter, EventActor) == 0x000008, "Member 'UIAccessibilityManager_TriggerAccessibilityEventEnter::EventActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIAccessibilityManager_TriggerAccessibilityEventLeave \ static_assert(alignof(UIAccessibilityManager_TriggerAccessibilityEventLeave) == 0x000008, "Wrong alignment on UIAccessibilityManager_TriggerAccessibilityEventLeave"); \ static_assert(sizeof(UIAccessibilityManager_TriggerAccessibilityEventLeave) == 0x000010, "Wrong size on UIAccessibilityManager_TriggerAccessibilityEventLeave"); \ static_assert(offsetof(UIAccessibilityManager_TriggerAccessibilityEventLeave, EventType) == 0x000000, "Member 'UIAccessibilityManager_TriggerAccessibilityEventLeave::EventType' has a wrong offset!"); \ static_assert(offsetof(UIAccessibilityManager_TriggerAccessibilityEventLeave, EventActor) == 0x000008, "Member 'UIAccessibilityManager_TriggerAccessibilityEventLeave::EventActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIAccessibilityManager_ActivateAudioCues \ static_assert(alignof(UIAccessibilityManager_ActivateAudioCues) == 0x000008, "Wrong alignment on UIAccessibilityManager_ActivateAudioCues"); \ static_assert(sizeof(UIAccessibilityManager_ActivateAudioCues) == 0x000010, "Wrong size on UIAccessibilityManager_ActivateAudioCues"); \ static_assert(offsetof(UIAccessibilityManager_ActivateAudioCues, pPanel) == 0x000000, "Member 'UIAccessibilityManager_ActivateAudioCues::pPanel' has a wrong offset!"); \ static_assert(offsetof(UIAccessibilityManager_ActivateAudioCues, pWidget) == 0x000008, "Member 'UIAccessibilityManager_ActivateAudioCues::pWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUIAccessibilityManager \ static_assert(alignof(UUIAccessibilityManager) == 0x000008, "Wrong alignment on UUIAccessibilityManager"); \ static_assert(sizeof(UUIAccessibilityManager) == 0x000110, "Wrong size on UUIAccessibilityManager"); \ static_assert(offsetof(UUIAccessibilityManager, AudioCueDataTable) == 0x000090, "Member 'UUIAccessibilityManager::AudioCueDataTable' has a wrong offset!"); \ static_assert(offsetof(UUIAccessibilityManager, IconRenderWidgetClass) == 0x000098, "Member 'UUIAccessibilityManager::IconRenderWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UUIAccessibilityManager, IconRenderWidgetSimpleMaterial) == 0x0000A0, "Member 'UUIAccessibilityManager::IconRenderWidgetSimpleMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_AddHousePoints \ static_assert(alignof(UIBlueprintFunctionLibrary_AddHousePoints) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_AddHousePoints"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_AddHousePoints) == 0x000018, "Wrong size on UIBlueprintFunctionLibrary_AddHousePoints"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AddHousePoints, HouseName) == 0x000000, "Member 'UIBlueprintFunctionLibrary_AddHousePoints::HouseName' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AddHousePoints, Points) == 0x000010, "Member 'UIBlueprintFunctionLibrary_AddHousePoints::Points' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_AddPlayerHousePoints \ static_assert(alignof(UIBlueprintFunctionLibrary_AddPlayerHousePoints) == 0x000004, "Wrong alignment on UIBlueprintFunctionLibrary_AddPlayerHousePoints"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_AddPlayerHousePoints) == 0x000004, "Wrong size on UIBlueprintFunctionLibrary_AddPlayerHousePoints"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AddPlayerHousePoints, Points) == 0x000000, "Member 'UIBlueprintFunctionLibrary_AddPlayerHousePoints::Points' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_AsyncCreateSpellMiniGame \ static_assert(alignof(UIBlueprintFunctionLibrary_AsyncCreateSpellMiniGame) == 0x000004, "Wrong alignment on UIBlueprintFunctionLibrary_AsyncCreateSpellMiniGame"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_AsyncCreateSpellMiniGame) == 0x000020, "Wrong size on UIBlueprintFunctionLibrary_AsyncCreateSpellMiniGame"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncCreateSpellMiniGame, GameName) == 0x000000, "Member 'UIBlueprintFunctionLibrary_AsyncCreateSpellMiniGame::GameName' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncCreateSpellMiniGame, UseDefaultCamera) == 0x000008, "Member 'UIBlueprintFunctionLibrary_AsyncCreateSpellMiniGame::UseDefaultCamera' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncCreateSpellMiniGame, AsyncLoadCallback) == 0x00000C, "Member 'UIBlueprintFunctionLibrary_AsyncCreateSpellMiniGame::AsyncLoadCallback' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncCreateSpellMiniGame, ReturnValue) == 0x00001C, "Member 'UIBlueprintFunctionLibrary_AsyncCreateSpellMiniGame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_AsyncFindIconTexture2D \ static_assert(alignof(UIBlueprintFunctionLibrary_AsyncFindIconTexture2D) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_AsyncFindIconTexture2D"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_AsyncFindIconTexture2D) == 0x000020, "Wrong size on UIBlueprintFunctionLibrary_AsyncFindIconTexture2D"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncFindIconTexture2D, IconTextureName) == 0x000000, "Member 'UIBlueprintFunctionLibrary_AsyncFindIconTexture2D::IconTextureName' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncFindIconTexture2D, InImage) == 0x000010, "Member 'UIBlueprintFunctionLibrary_AsyncFindIconTexture2D::InImage' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncFindIconTexture2D, MatchSize) == 0x000018, "Member 'UIBlueprintFunctionLibrary_AsyncFindIconTexture2D::MatchSize' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncFindIconTexture2D, Priority) == 0x000019, "Member 'UIBlueprintFunctionLibrary_AsyncFindIconTexture2D::Priority' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncFindIconTexture2D, bIsLoadingScreen) == 0x00001A, "Member 'UIBlueprintFunctionLibrary_AsyncFindIconTexture2D::bIsLoadingScreen' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncFindIconTexture2D, ReturnValue) == 0x00001B, "Member 'UIBlueprintFunctionLibrary_AsyncFindIconTexture2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_AsyncFindIconTexWithCallback \ static_assert(alignof(UIBlueprintFunctionLibrary_AsyncFindIconTexWithCallback) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_AsyncFindIconTexWithCallback"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_AsyncFindIconTexWithCallback) == 0x000030, "Wrong size on UIBlueprintFunctionLibrary_AsyncFindIconTexWithCallback"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncFindIconTexWithCallback, IconTextureName) == 0x000000, "Member 'UIBlueprintFunctionLibrary_AsyncFindIconTexWithCallback::IconTextureName' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncFindIconTexWithCallback, AsyncLoadCallback) == 0x000010, "Member 'UIBlueprintFunctionLibrary_AsyncFindIconTexWithCallback::AsyncLoadCallback' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncFindIconTexWithCallback, CallbackParam) == 0x000020, "Member 'UIBlueprintFunctionLibrary_AsyncFindIconTexWithCallback::CallbackParam' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncFindIconTexWithCallback, ReturnValue) == 0x000028, "Member 'UIBlueprintFunctionLibrary_AsyncFindIconTexWithCallback::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_AsyncLoadFont \ static_assert(alignof(UIBlueprintFunctionLibrary_AsyncLoadFont) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_AsyncLoadFont"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_AsyncLoadFont) == 0x000030, "Wrong size on UIBlueprintFunctionLibrary_AsyncLoadFont"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncLoadFont, FontPath) == 0x000000, "Member 'UIBlueprintFunctionLibrary_AsyncLoadFont::FontPath' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncLoadFont, AsyncLoadCallback) == 0x000018, "Member 'UIBlueprintFunctionLibrary_AsyncLoadFont::AsyncLoadCallback' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncLoadFont, ReturnValue) == 0x000028, "Member 'UIBlueprintFunctionLibrary_AsyncLoadFont::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_AsyncLoadUITexture \ static_assert(alignof(UIBlueprintFunctionLibrary_AsyncLoadUITexture) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_AsyncLoadUITexture"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_AsyncLoadUITexture) == 0x000048, "Wrong size on UIBlueprintFunctionLibrary_AsyncLoadUITexture"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncLoadUITexture, TextureRef) == 0x000000, "Member 'UIBlueprintFunctionLibrary_AsyncLoadUITexture::TextureRef' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncLoadUITexture, Callback) == 0x000028, "Member 'UIBlueprintFunctionLibrary_AsyncLoadUITexture::Callback' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncLoadUITexture, CallbackParam) == 0x000038, "Member 'UIBlueprintFunctionLibrary_AsyncLoadUITexture::CallbackParam' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncLoadUITexture, Priority) == 0x000040, "Member 'UIBlueprintFunctionLibrary_AsyncLoadUITexture::Priority' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_AsyncLoadUITexture, ReturnValue) == 0x000041, "Member 'UIBlueprintFunctionLibrary_AsyncLoadUITexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_CanUseBroom \ static_assert(alignof(UIBlueprintFunctionLibrary_CanUseBroom) == 0x000001, "Wrong alignment on UIBlueprintFunctionLibrary_CanUseBroom"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_CanUseBroom) == 0x000002, "Wrong size on UIBlueprintFunctionLibrary_CanUseBroom"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_CanUseBroom, bIncludeAvatarState) == 0x000000, "Member 'UIBlueprintFunctionLibrary_CanUseBroom::bIncludeAvatarState' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_CanUseBroom, ReturnValue) == 0x000001, "Member 'UIBlueprintFunctionLibrary_CanUseBroom::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_CanUseGraphorn \ static_assert(alignof(UIBlueprintFunctionLibrary_CanUseGraphorn) == 0x000001, "Wrong alignment on UIBlueprintFunctionLibrary_CanUseGraphorn"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_CanUseGraphorn) == 0x000001, "Wrong size on UIBlueprintFunctionLibrary_CanUseGraphorn"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_CanUseGraphorn, ReturnValue) == 0x000000, "Member 'UIBlueprintFunctionLibrary_CanUseGraphorn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_CanUseHippogriff \ static_assert(alignof(UIBlueprintFunctionLibrary_CanUseHippogriff) == 0x000001, "Wrong alignment on UIBlueprintFunctionLibrary_CanUseHippogriff"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_CanUseHippogriff) == 0x000001, "Wrong size on UIBlueprintFunctionLibrary_CanUseHippogriff"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_CanUseHippogriff, ReturnValue) == 0x000000, "Member 'UIBlueprintFunctionLibrary_CanUseHippogriff::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_CopyToClipboard \ static_assert(alignof(UIBlueprintFunctionLibrary_CopyToClipboard) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_CopyToClipboard"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_CopyToClipboard) == 0x000018, "Wrong size on UIBlueprintFunctionLibrary_CopyToClipboard"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_CopyToClipboard, StringToCopy) == 0x000000, "Member 'UIBlueprintFunctionLibrary_CopyToClipboard::StringToCopy' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_CopyToClipboard, ReturnValue) == 0x000010, "Member 'UIBlueprintFunctionLibrary_CopyToClipboard::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_EqualEqual_MenuReaderVoiceMenuReaderVoice \ static_assert(alignof(UIBlueprintFunctionLibrary_EqualEqual_MenuReaderVoiceMenuReaderVoice) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_EqualEqual_MenuReaderVoiceMenuReaderVoice"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_EqualEqual_MenuReaderVoiceMenuReaderVoice) == 0x000068, "Wrong size on UIBlueprintFunctionLibrary_EqualEqual_MenuReaderVoiceMenuReaderVoice"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_EqualEqual_MenuReaderVoiceMenuReaderVoice, arg1) == 0x000000, "Member 'UIBlueprintFunctionLibrary_EqualEqual_MenuReaderVoiceMenuReaderVoice::arg1' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_EqualEqual_MenuReaderVoiceMenuReaderVoice, arg2) == 0x000030, "Member 'UIBlueprintFunctionLibrary_EqualEqual_MenuReaderVoiceMenuReaderVoice::arg2' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_EqualEqual_MenuReaderVoiceMenuReaderVoice, ReturnValue) == 0x000060, "Member 'UIBlueprintFunctionLibrary_EqualEqual_MenuReaderVoiceMenuReaderVoice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_FindIconTexture2D \ static_assert(alignof(UIBlueprintFunctionLibrary_FindIconTexture2D) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_FindIconTexture2D"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_FindIconTexture2D) == 0x000018, "Wrong size on UIBlueprintFunctionLibrary_FindIconTexture2D"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_FindIconTexture2D, IconTextureName) == 0x000000, "Member 'UIBlueprintFunctionLibrary_FindIconTexture2D::IconTextureName' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_FindIconTexture2D, ReturnValue) == 0x000010, "Member 'UIBlueprintFunctionLibrary_FindIconTexture2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_FloatToFractionalText \ static_assert(alignof(UIBlueprintFunctionLibrary_FloatToFractionalText) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_FloatToFractionalText"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_FloatToFractionalText) == 0x000020, "Wrong size on UIBlueprintFunctionLibrary_FloatToFractionalText"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_FloatToFractionalText, Value) == 0x000000, "Member 'UIBlueprintFunctionLibrary_FloatToFractionalText::Value' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_FloatToFractionalText, Precision) == 0x000004, "Member 'UIBlueprintFunctionLibrary_FloatToFractionalText::Precision' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_FloatToFractionalText, ReturnValue) == 0x000008, "Member 'UIBlueprintFunctionLibrary_FloatToFractionalText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetAbilityActive \ static_assert(alignof(UIBlueprintFunctionLibrary_GetAbilityActive) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_GetAbilityActive"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetAbilityActive) == 0x000018, "Wrong size on UIBlueprintFunctionLibrary_GetAbilityActive"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetAbilityActive, AbilityOwner) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetAbilityActive::AbilityOwner' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetAbilityActive, AbilityName) == 0x000008, "Member 'UIBlueprintFunctionLibrary_GetAbilityActive::AbilityName' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetAbilityActive, ReturnValue) == 0x000010, "Member 'UIBlueprintFunctionLibrary_GetAbilityActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetAbilityDurationRemaining \ static_assert(alignof(UIBlueprintFunctionLibrary_GetAbilityDurationRemaining) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_GetAbilityDurationRemaining"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetAbilityDurationRemaining) == 0x000018, "Wrong size on UIBlueprintFunctionLibrary_GetAbilityDurationRemaining"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetAbilityDurationRemaining, AbilityOwner) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetAbilityDurationRemaining::AbilityOwner' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetAbilityDurationRemaining, AbilityName) == 0x000008, "Member 'UIBlueprintFunctionLibrary_GetAbilityDurationRemaining::AbilityName' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetAbilityDurationRemaining, ReturnValue) == 0x000010, "Member 'UIBlueprintFunctionLibrary_GetAbilityDurationRemaining::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetActorCalloutComponentOffset \ static_assert(alignof(UIBlueprintFunctionLibrary_GetActorCalloutComponentOffset) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_GetActorCalloutComponentOffset"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetActorCalloutComponentOffset) == 0x000018, "Wrong size on UIBlueprintFunctionLibrary_GetActorCalloutComponentOffset"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetActorCalloutComponentOffset, Actor) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetActorCalloutComponentOffset::Actor' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetActorCalloutComponentOffset, ReturnValue) == 0x000008, "Member 'UIBlueprintFunctionLibrary_GetActorCalloutComponentOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetAllPanelChildrenOfWidgetClass \ static_assert(alignof(UIBlueprintFunctionLibrary_GetAllPanelChildrenOfWidgetClass) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_GetAllPanelChildrenOfWidgetClass"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetAllPanelChildrenOfWidgetClass) == 0x000020, "Wrong size on UIBlueprintFunctionLibrary_GetAllPanelChildrenOfWidgetClass"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetAllPanelChildrenOfWidgetClass, PanelWidgetParent) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetAllPanelChildrenOfWidgetClass::PanelWidgetParent' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetAllPanelChildrenOfWidgetClass, WidgetClass) == 0x000008, "Member 'UIBlueprintFunctionLibrary_GetAllPanelChildrenOfWidgetClass::WidgetClass' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetAllPanelChildrenOfWidgetClass, FoundWidgets) == 0x000010, "Member 'UIBlueprintFunctionLibrary_GetAllPanelChildrenOfWidgetClass::FoundWidgets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetAvailableResolutions \ static_assert(alignof(UIBlueprintFunctionLibrary_GetAvailableResolutions) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_GetAvailableResolutions"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetAvailableResolutions) == 0x000010, "Wrong size on UIBlueprintFunctionLibrary_GetAvailableResolutions"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetAvailableResolutions, ReturnValue) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetAvailableResolutions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetCurrentGamePadControlScheme \ static_assert(alignof(UIBlueprintFunctionLibrary_GetCurrentGamePadControlScheme) == 0x000004, "Wrong alignment on UIBlueprintFunctionLibrary_GetCurrentGamePadControlScheme"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetCurrentGamePadControlScheme) == 0x000008, "Wrong size on UIBlueprintFunctionLibrary_GetCurrentGamePadControlScheme"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetCurrentGamePadControlScheme, ReturnValue) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetCurrentGamePadControlScheme::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetCurrentLanguage \ static_assert(alignof(UIBlueprintFunctionLibrary_GetCurrentLanguage) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_GetCurrentLanguage"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetCurrentLanguage) == 0x000010, "Wrong size on UIBlueprintFunctionLibrary_GetCurrentLanguage"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetCurrentLanguage, ReturnValue) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetCurrentLanguage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetDisplayedMissionIcon \ static_assert(alignof(UIBlueprintFunctionLibrary_GetDisplayedMissionIcon) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_GetDisplayedMissionIcon"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetDisplayedMissionIcon) == 0x000018, "Wrong size on UIBlueprintFunctionLibrary_GetDisplayedMissionIcon"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetDisplayedMissionIcon, MissionID) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetDisplayedMissionIcon::MissionID' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetDisplayedMissionIcon, ReturnValue) == 0x000008, "Member 'UIBlueprintFunctionLibrary_GetDisplayedMissionIcon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetDisplayedPlayTime \ static_assert(alignof(UIBlueprintFunctionLibrary_GetDisplayedPlayTime) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_GetDisplayedPlayTime"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetDisplayedPlayTime) == 0x000030, "Wrong size on UIBlueprintFunctionLibrary_GetDisplayedPlayTime"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetDisplayedPlayTime, TotalPlayTimeString) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetDisplayedPlayTime::TotalPlayTimeString' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetDisplayedPlayTime, OutText) == 0x000010, "Member 'UIBlueprintFunctionLibrary_GetDisplayedPlayTime::OutText' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetDisplayedPlayTime, ReturnValue) == 0x000028, "Member 'UIBlueprintFunctionLibrary_GetDisplayedPlayTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetGamma \ static_assert(alignof(UIBlueprintFunctionLibrary_GetGamma) == 0x000004, "Wrong alignment on UIBlueprintFunctionLibrary_GetGamma"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetGamma) == 0x000004, "Wrong size on UIBlueprintFunctionLibrary_GetGamma"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetGamma, ReturnValue) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetGamma::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetHousePoints \ static_assert(alignof(UIBlueprintFunctionLibrary_GetHousePoints) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_GetHousePoints"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetHousePoints) == 0x000018, "Wrong size on UIBlueprintFunctionLibrary_GetHousePoints"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetHousePoints, HouseName) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetHousePoints::HouseName' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetHousePoints, ReturnValue) == 0x000010, "Member 'UIBlueprintFunctionLibrary_GetHousePoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetLocalizedDateTimeText \ static_assert(alignof(UIBlueprintFunctionLibrary_GetLocalizedDateTimeText) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_GetLocalizedDateTimeText"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetLocalizedDateTimeText) == 0x000028, "Wrong size on UIBlueprintFunctionLibrary_GetLocalizedDateTimeText"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetLocalizedDateTimeText, InDateTime) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetLocalizedDateTimeText::InDateTime' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetLocalizedDateTimeText, ShowOnlyDate) == 0x000008, "Member 'UIBlueprintFunctionLibrary_GetLocalizedDateTimeText::ShowOnlyDate' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetLocalizedDateTimeText, ReturnValue) == 0x000010, "Member 'UIBlueprintFunctionLibrary_GetLocalizedDateTimeText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetNPCCharacterDamageNumberOffset \ static_assert(alignof(UIBlueprintFunctionLibrary_GetNPCCharacterDamageNumberOffset) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_GetNPCCharacterDamageNumberOffset"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetNPCCharacterDamageNumberOffset) == 0x000018, "Wrong size on UIBlueprintFunctionLibrary_GetNPCCharacterDamageNumberOffset"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetNPCCharacterDamageNumberOffset, NPCCharacter) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetNPCCharacterDamageNumberOffset::NPCCharacter' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetNPCCharacterDamageNumberOffset, ReturnValue) == 0x000008, "Member 'UIBlueprintFunctionLibrary_GetNPCCharacterDamageNumberOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetPlayerSpawnLocation \ static_assert(alignof(UIBlueprintFunctionLibrary_GetPlayerSpawnLocation) == 0x000010, "Wrong alignment on UIBlueprintFunctionLibrary_GetPlayerSpawnLocation"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetPlayerSpawnLocation) == 0x000040, "Wrong size on UIBlueprintFunctionLibrary_GetPlayerSpawnLocation"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetPlayerSpawnLocation, PlayerController) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetPlayerSpawnLocation::PlayerController' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetPlayerSpawnLocation, ReturnValue) == 0x000010, "Member 'UIBlueprintFunctionLibrary_GetPlayerSpawnLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetPotionDuration \ static_assert(alignof(UIBlueprintFunctionLibrary_GetPotionDuration) == 0x000004, "Wrong alignment on UIBlueprintFunctionLibrary_GetPotionDuration"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetPotionDuration) == 0x00000C, "Wrong size on UIBlueprintFunctionLibrary_GetPotionDuration"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetPotionDuration, PotionName) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetPotionDuration::PotionName' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetPotionDuration, ReturnValue) == 0x000008, "Member 'UIBlueprintFunctionLibrary_GetPotionDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetSalonChangeCost \ static_assert(alignof(UIBlueprintFunctionLibrary_GetSalonChangeCost) == 0x000004, "Wrong alignment on UIBlueprintFunctionLibrary_GetSalonChangeCost"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetSalonChangeCost) == 0x000004, "Wrong size on UIBlueprintFunctionLibrary_GetSalonChangeCost"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetSalonChangeCost, ReturnValue) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetSalonChangeCost::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetTimeSinceLastSave \ static_assert(alignof(UIBlueprintFunctionLibrary_GetTimeSinceLastSave) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_GetTimeSinceLastSave"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetTimeSinceLastSave) == 0x000010, "Wrong size on UIBlueprintFunctionLibrary_GetTimeSinceLastSave"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetTimeSinceLastSave, OutTimespan) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetTimeSinceLastSave::OutTimespan' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetTimeSinceLastSave, ReturnValue) == 0x000008, "Member 'UIBlueprintFunctionLibrary_GetTimeSinceLastSave::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetTimespanTextWithMilliseconds \ static_assert(alignof(UIBlueprintFunctionLibrary_GetTimespanTextWithMilliseconds) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_GetTimespanTextWithMilliseconds"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetTimespanTextWithMilliseconds) == 0x000020, "Wrong size on UIBlueprintFunctionLibrary_GetTimespanTextWithMilliseconds"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetTimespanTextWithMilliseconds, Timespan) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetTimespanTextWithMilliseconds::Timespan' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetTimespanTextWithMilliseconds, ReturnValue) == 0x000008, "Member 'UIBlueprintFunctionLibrary_GetTimespanTextWithMilliseconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GetWidgetParentOfClass \ static_assert(alignof(UIBlueprintFunctionLibrary_GetWidgetParentOfClass) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_GetWidgetParentOfClass"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GetWidgetParentOfClass) == 0x000018, "Wrong size on UIBlueprintFunctionLibrary_GetWidgetParentOfClass"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetWidgetParentOfClass, ChildWidget) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GetWidgetParentOfClass::ChildWidget' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetWidgetParentOfClass, WidgetClass) == 0x000008, "Member 'UIBlueprintFunctionLibrary_GetWidgetParentOfClass::WidgetClass' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GetWidgetParentOfClass, ReturnValue) == 0x000010, "Member 'UIBlueprintFunctionLibrary_GetWidgetParentOfClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_GotoScreenFromCode \ static_assert(alignof(UIBlueprintFunctionLibrary_GotoScreenFromCode) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_GotoScreenFromCode"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_GotoScreenFromCode) == 0x000018, "Wrong size on UIBlueprintFunctionLibrary_GotoScreenFromCode"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GotoScreenFromCode, WorldContextObject) == 0x000000, "Member 'UIBlueprintFunctionLibrary_GotoScreenFromCode::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GotoScreenFromCode, OldScreenReference) == 0x000008, "Member 'UIBlueprintFunctionLibrary_GotoScreenFromCode::OldScreenReference' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_GotoScreenFromCode, NewScreenClass) == 0x000010, "Member 'UIBlueprintFunctionLibrary_GotoScreenFromCode::NewScreenClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_HideOutlines \ static_assert(alignof(UIBlueprintFunctionLibrary_HideOutlines) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_HideOutlines"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_HideOutlines) == 0x000008, "Wrong size on UIBlueprintFunctionLibrary_HideOutlines"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_HideOutlines, PC) == 0x000000, "Member 'UIBlueprintFunctionLibrary_HideOutlines::PC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_IconExistsInTable \ static_assert(alignof(UIBlueprintFunctionLibrary_IconExistsInTable) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_IconExistsInTable"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_IconExistsInTable) == 0x000018, "Wrong size on UIBlueprintFunctionLibrary_IconExistsInTable"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_IconExistsInTable, IconTextureName) == 0x000000, "Member 'UIBlueprintFunctionLibrary_IconExistsInTable::IconTextureName' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_IconExistsInTable, ReturnValue) == 0x000010, "Member 'UIBlueprintFunctionLibrary_IconExistsInTable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_IsBeastMeshReady \ static_assert(alignof(UIBlueprintFunctionLibrary_IsBeastMeshReady) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_IsBeastMeshReady"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_IsBeastMeshReady) == 0x000010, "Wrong size on UIBlueprintFunctionLibrary_IsBeastMeshReady"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_IsBeastMeshReady, Actor) == 0x000000, "Member 'UIBlueprintFunctionLibrary_IsBeastMeshReady::Actor' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_IsBeastMeshReady, ReturnValue) == 0x000008, "Member 'UIBlueprintFunctionLibrary_IsBeastMeshReady::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_IsGameInForeground \ static_assert(alignof(UIBlueprintFunctionLibrary_IsGameInForeground) == 0x000001, "Wrong alignment on UIBlueprintFunctionLibrary_IsGameInForeground"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_IsGameInForeground) == 0x000001, "Wrong size on UIBlueprintFunctionLibrary_IsGameInForeground"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_IsGameInForeground, ReturnValue) == 0x000000, "Member 'UIBlueprintFunctionLibrary_IsGameInForeground::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_IsPCPlatform \ static_assert(alignof(UIBlueprintFunctionLibrary_IsPCPlatform) == 0x000001, "Wrong alignment on UIBlueprintFunctionLibrary_IsPCPlatform"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_IsPCPlatform) == 0x000002, "Wrong size on UIBlueprintFunctionLibrary_IsPCPlatform"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_IsPCPlatform, bIsSteamDeckAlsoPC) == 0x000000, "Member 'UIBlueprintFunctionLibrary_IsPCPlatform::bIsSteamDeckAlsoPC' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_IsPCPlatform, ReturnValue) == 0x000001, "Member 'UIBlueprintFunctionLibrary_IsPCPlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_IsPS5Platform \ static_assert(alignof(UIBlueprintFunctionLibrary_IsPS5Platform) == 0x000001, "Wrong alignment on UIBlueprintFunctionLibrary_IsPS5Platform"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_IsPS5Platform) == 0x000001, "Wrong size on UIBlueprintFunctionLibrary_IsPS5Platform"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_IsPS5Platform, ReturnValue) == 0x000000, "Member 'UIBlueprintFunctionLibrary_IsPS5Platform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_IsSpellOrToolBlacklisted \ static_assert(alignof(UIBlueprintFunctionLibrary_IsSpellOrToolBlacklisted) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_IsSpellOrToolBlacklisted"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_IsSpellOrToolBlacklisted) == 0x000018, "Wrong size on UIBlueprintFunctionLibrary_IsSpellOrToolBlacklisted"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_IsSpellOrToolBlacklisted, ItemName) == 0x000000, "Member 'UIBlueprintFunctionLibrary_IsSpellOrToolBlacklisted::ItemName' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_IsSpellOrToolBlacklisted, ReturnValue) == 0x000010, "Member 'UIBlueprintFunctionLibrary_IsSpellOrToolBlacklisted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_IsSteamInBigPictureMode \ static_assert(alignof(UIBlueprintFunctionLibrary_IsSteamInBigPictureMode) == 0x000001, "Wrong alignment on UIBlueprintFunctionLibrary_IsSteamInBigPictureMode"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_IsSteamInBigPictureMode) == 0x000001, "Wrong size on UIBlueprintFunctionLibrary_IsSteamInBigPictureMode"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_IsSteamInBigPictureMode, ReturnValue) == 0x000000, "Member 'UIBlueprintFunctionLibrary_IsSteamInBigPictureMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_IsSteamRunningOnSteamDeck \ static_assert(alignof(UIBlueprintFunctionLibrary_IsSteamRunningOnSteamDeck) == 0x000001, "Wrong alignment on UIBlueprintFunctionLibrary_IsSteamRunningOnSteamDeck"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_IsSteamRunningOnSteamDeck) == 0x000001, "Wrong size on UIBlueprintFunctionLibrary_IsSteamRunningOnSteamDeck"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_IsSteamRunningOnSteamDeck, ReturnValue) == 0x000000, "Member 'UIBlueprintFunctionLibrary_IsSteamRunningOnSteamDeck::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_KeyToString \ static_assert(alignof(UIBlueprintFunctionLibrary_KeyToString) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_KeyToString"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_KeyToString) == 0x000028, "Wrong size on UIBlueprintFunctionLibrary_KeyToString"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_KeyToString, Key) == 0x000000, "Member 'UIBlueprintFunctionLibrary_KeyToString::Key' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_KeyToString, ReturnValue) == 0x000018, "Member 'UIBlueprintFunctionLibrary_KeyToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_LogIntroMessage \ static_assert(alignof(UIBlueprintFunctionLibrary_LogIntroMessage) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_LogIntroMessage"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_LogIntroMessage) == 0x000020, "Wrong size on UIBlueprintFunctionLibrary_LogIntroMessage"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_LogIntroMessage, WorldContextObject) == 0x000000, "Member 'UIBlueprintFunctionLibrary_LogIntroMessage::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_LogIntroMessage, Message) == 0x000008, "Member 'UIBlueprintFunctionLibrary_LogIntroMessage::Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_NotEqual_MenuReaderVoiceMenuReaderVoice \ static_assert(alignof(UIBlueprintFunctionLibrary_NotEqual_MenuReaderVoiceMenuReaderVoice) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_NotEqual_MenuReaderVoiceMenuReaderVoice"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_NotEqual_MenuReaderVoiceMenuReaderVoice) == 0x000068, "Wrong size on UIBlueprintFunctionLibrary_NotEqual_MenuReaderVoiceMenuReaderVoice"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_NotEqual_MenuReaderVoiceMenuReaderVoice, arg1) == 0x000000, "Member 'UIBlueprintFunctionLibrary_NotEqual_MenuReaderVoiceMenuReaderVoice::arg1' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_NotEqual_MenuReaderVoiceMenuReaderVoice, arg2) == 0x000030, "Member 'UIBlueprintFunctionLibrary_NotEqual_MenuReaderVoiceMenuReaderVoice::arg2' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_NotEqual_MenuReaderVoiceMenuReaderVoice, ReturnValue) == 0x000060, "Member 'UIBlueprintFunctionLibrary_NotEqual_MenuReaderVoiceMenuReaderVoice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_PlayOwlMailDialog \ static_assert(alignof(UIBlueprintFunctionLibrary_PlayOwlMailDialog) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_PlayOwlMailDialog"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_PlayOwlMailDialog) == 0x000020, "Wrong size on UIBlueprintFunctionLibrary_PlayOwlMailDialog"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_PlayOwlMailDialog, WorldContextObj) == 0x000000, "Member 'UIBlueprintFunctionLibrary_PlayOwlMailDialog::WorldContextObj' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_PlayOwlMailDialog, MailID) == 0x000008, "Member 'UIBlueprintFunctionLibrary_PlayOwlMailDialog::MailID' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_PlayOwlMailDialog, ReturnValue) == 0x000018, "Member 'UIBlueprintFunctionLibrary_PlayOwlMailDialog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_RotateMenuActors \ static_assert(alignof(UIBlueprintFunctionLibrary_RotateMenuActors) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_RotateMenuActors"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_RotateMenuActors) == 0x000018, "Wrong size on UIBlueprintFunctionLibrary_RotateMenuActors"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_RotateMenuActors, AxisValue) == 0x000000, "Member 'UIBlueprintFunctionLibrary_RotateMenuActors::AxisValue' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_RotateMenuActors, rotateSpeedMultiplier) == 0x000004, "Member 'UIBlueprintFunctionLibrary_RotateMenuActors::rotateSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_RotateMenuActors, Actors) == 0x000008, "Member 'UIBlueprintFunctionLibrary_RotateMenuActors::Actors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_RunningWithEpicGamesStore \ static_assert(alignof(UIBlueprintFunctionLibrary_RunningWithEpicGamesStore) == 0x000001, "Wrong alignment on UIBlueprintFunctionLibrary_RunningWithEpicGamesStore"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_RunningWithEpicGamesStore) == 0x000001, "Wrong size on UIBlueprintFunctionLibrary_RunningWithEpicGamesStore"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_RunningWithEpicGamesStore, ReturnValue) == 0x000000, "Member 'UIBlueprintFunctionLibrary_RunningWithEpicGamesStore::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_SetInventoryIconOverride \ static_assert(alignof(UIBlueprintFunctionLibrary_SetInventoryIconOverride) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_SetInventoryIconOverride"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_SetInventoryIconOverride) == 0x000040, "Wrong size on UIBlueprintFunctionLibrary_SetInventoryIconOverride"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_SetInventoryIconOverride, ItemId) == 0x000000, "Member 'UIBlueprintFunctionLibrary_SetInventoryIconOverride::ItemId' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_SetInventoryIconOverride, Variation) == 0x000010, "Member 'UIBlueprintFunctionLibrary_SetInventoryIconOverride::Variation' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_SetInventoryIconOverride, OutDisplayName) == 0x000018, "Member 'UIBlueprintFunctionLibrary_SetInventoryIconOverride::OutDisplayName' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_SetInventoryIconOverride, OutIconName) == 0x000028, "Member 'UIBlueprintFunctionLibrary_SetInventoryIconOverride::OutIconName' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_SetInventoryIconOverride, OutIsNameTranslatable) == 0x000038, "Member 'UIBlueprintFunctionLibrary_SetInventoryIconOverride::OutIsNameTranslatable' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_SetInventoryIconOverride, ReturnValue) == 0x000039, "Member 'UIBlueprintFunctionLibrary_SetInventoryIconOverride::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_ShowInspectable \ static_assert(alignof(UIBlueprintFunctionLibrary_ShowInspectable) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_ShowInspectable"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_ShowInspectable) == 0x000010, "Wrong size on UIBlueprintFunctionLibrary_ShowInspectable"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_ShowInspectable, InspectableID) == 0x000000, "Member 'UIBlueprintFunctionLibrary_ShowInspectable::InspectableID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_ShowInspectableWithCallback \ static_assert(alignof(UIBlueprintFunctionLibrary_ShowInspectableWithCallback) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_ShowInspectableWithCallback"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_ShowInspectableWithCallback) == 0x000020, "Wrong size on UIBlueprintFunctionLibrary_ShowInspectableWithCallback"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_ShowInspectableWithCallback, InspectableID) == 0x000000, "Member 'UIBlueprintFunctionLibrary_ShowInspectableWithCallback::InspectableID' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_ShowInspectableWithCallback, Callback) == 0x000010, "Member 'UIBlueprintFunctionLibrary_ShowInspectableWithCallback::Callback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_ShowOutlines \ static_assert(alignof(UIBlueprintFunctionLibrary_ShowOutlines) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_ShowOutlines"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_ShowOutlines) == 0x000008, "Wrong size on UIBlueprintFunctionLibrary_ShowOutlines"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_ShowOutlines, PC) == 0x000000, "Member 'UIBlueprintFunctionLibrary_ShowOutlines::PC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_SwitchToGamePadControlScheme \ static_assert(alignof(UIBlueprintFunctionLibrary_SwitchToGamePadControlScheme) == 0x000004, "Wrong alignment on UIBlueprintFunctionLibrary_SwitchToGamePadControlScheme"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_SwitchToGamePadControlScheme) == 0x000008, "Wrong size on UIBlueprintFunctionLibrary_SwitchToGamePadControlScheme"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_SwitchToGamePadControlScheme, ControlSchemeName) == 0x000000, "Member 'UIBlueprintFunctionLibrary_SwitchToGamePadControlScheme::ControlSchemeName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_UnicodeFilter \ static_assert(alignof(UIBlueprintFunctionLibrary_UnicodeFilter) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_UnicodeFilter"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_UnicodeFilter) == 0x000020, "Wrong size on UIBlueprintFunctionLibrary_UnicodeFilter"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_UnicodeFilter, InputStr) == 0x000000, "Member 'UIBlueprintFunctionLibrary_UnicodeFilter::InputStr' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_UnicodeFilter, ReturnValue) == 0x000010, "Member 'UIBlueprintFunctionLibrary_UnicodeFilter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_WorldToViewport \ static_assert(alignof(UIBlueprintFunctionLibrary_WorldToViewport) == 0x000004, "Wrong alignment on UIBlueprintFunctionLibrary_WorldToViewport"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_WorldToViewport) == 0x000018, "Wrong size on UIBlueprintFunctionLibrary_WorldToViewport"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_WorldToViewport, WorldPos) == 0x000000, "Member 'UIBlueprintFunctionLibrary_WorldToViewport::WorldPos' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_WorldToViewport, o_Point) == 0x00000C, "Member 'UIBlueprintFunctionLibrary_WorldToViewport::o_Point' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_WorldToViewport, LockToViewableSpace) == 0x000014, "Member 'UIBlueprintFunctionLibrary_WorldToViewport::LockToViewableSpace' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_WorldToViewport, ReturnValue) == 0x000015, "Member 'UIBlueprintFunctionLibrary_WorldToViewport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIBlueprintFunctionLibrary_MeasureStringLength \ static_assert(alignof(UIBlueprintFunctionLibrary_MeasureStringLength) == 0x000008, "Wrong alignment on UIBlueprintFunctionLibrary_MeasureStringLength"); \ static_assert(sizeof(UIBlueprintFunctionLibrary_MeasureStringLength) == 0x000070, "Wrong size on UIBlueprintFunctionLibrary_MeasureStringLength"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_MeasureStringLength, TextString) == 0x000000, "Member 'UIBlueprintFunctionLibrary_MeasureStringLength::TextString' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_MeasureStringLength, FontInfo) == 0x000010, "Member 'UIBlueprintFunctionLibrary_MeasureStringLength::FontInfo' has a wrong offset!"); \ static_assert(offsetof(UIBlueprintFunctionLibrary_MeasureStringLength, ReturnValue) == 0x000068, "Member 'UIBlueprintFunctionLibrary_MeasureStringLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUIBlueprintFunctionLibrary \ static_assert(alignof(UUIBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UUIBlueprintFunctionLibrary"); \ static_assert(sizeof(UUIBlueprintFunctionLibrary) == 0x000028, "Wrong size on UUIBlueprintFunctionLibrary"); \ #define DUMPER7_ASSERTS_UUIAccessibilityAudioCueWidget \ static_assert(alignof(UUIAccessibilityAudioCueWidget) == 0x000008, "Wrong alignment on UUIAccessibilityAudioCueWidget"); \ static_assert(sizeof(UUIAccessibilityAudioCueWidget) == 0x000268, "Wrong size on UUIAccessibilityAudioCueWidget"); \ #define DUMPER7_ASSERTS_AUIInteractiveActor \ static_assert(alignof(AUIInteractiveActor) == 0x000008, "Wrong alignment on AUIInteractiveActor"); \ static_assert(sizeof(AUIInteractiveActor) == 0x0002A0, "Wrong size on AUIInteractiveActor"); \ static_assert(offsetof(AUIInteractiveActor, CognitionStimuliSourceComponent) == 0x000298, "Member 'AUIInteractiveActor::CognitionStimuliSourceComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVanishmentSpellTool \ static_assert(alignof(AVanishmentSpellTool) == 0x000008, "Wrong alignment on AVanishmentSpellTool"); \ static_assert(sizeof(AVanishmentSpellTool) == 0x000AE8, "Wrong size on AVanishmentSpellTool"); \ static_assert(offsetof(AVanishmentSpellTool, VanishmentStyles) == 0x000AD8, "Member 'AVanishmentSpellTool::VanishmentStyles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVegetationInteractionComponentCreature \ static_assert(alignof(UVegetationInteractionComponentCreature) == 0x000008, "Wrong alignment on UVegetationInteractionComponentCreature"); \ static_assert(sizeof(UVegetationInteractionComponentCreature) == 0x000148, "Wrong size on UVegetationInteractionComponentCreature"); \ #define DUMPER7_ASSERTS_VirtualContainer_GetContents \ static_assert(alignof(VirtualContainer_GetContents) == 0x000008, "Wrong alignment on VirtualContainer_GetContents"); \ static_assert(sizeof(VirtualContainer_GetContents) == 0x000020, "Wrong size on VirtualContainer_GetContents"); \ static_assert(offsetof(VirtualContainer_GetContents, ContainerID) == 0x000000, "Member 'VirtualContainer_GetContents::ContainerID' has a wrong offset!"); \ static_assert(offsetof(VirtualContainer_GetContents, ReturnValue) == 0x000010, "Member 'VirtualContainer_GetContents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VirtualContainer_IsFinite \ static_assert(alignof(VirtualContainer_IsFinite) == 0x000008, "Wrong alignment on VirtualContainer_IsFinite"); \ static_assert(sizeof(VirtualContainer_IsFinite) == 0x000018, "Wrong size on VirtualContainer_IsFinite"); \ static_assert(offsetof(VirtualContainer_IsFinite, ContainerID) == 0x000000, "Member 'VirtualContainer_IsFinite::ContainerID' has a wrong offset!"); \ static_assert(offsetof(VirtualContainer_IsFinite, ReturnValue) == 0x000010, "Member 'VirtualContainer_IsFinite::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVirtualContainer \ static_assert(alignof(UVirtualContainer) == 0x000008, "Wrong alignment on UVirtualContainer"); \ static_assert(sizeof(UVirtualContainer) == 0x000048, "Wrong size on UVirtualContainer"); \ #define DUMPER7_ASSERTS_AWalkToLocationAutomationAIController \ static_assert(alignof(AWalkToLocationAutomationAIController) == 0x000008, "Wrong alignment on AWalkToLocationAutomationAIController"); \ static_assert(sizeof(AWalkToLocationAutomationAIController) == 0x000638, "Wrong size on AWalkToLocationAutomationAIController"); \ #define DUMPER7_ASSERTS_UWandLink_StoryGraph \ static_assert(alignof(UWandLink_StoryGraph) == 0x000008, "Wrong alignment on UWandLink_StoryGraph"); \ static_assert(sizeof(UWandLink_StoryGraph) == 0x0000D8, "Wrong size on UWandLink_StoryGraph"); \ static_assert(offsetof(UWandLink_StoryGraph, Antagonist) == 0x000090, "Member 'UWandLink_StoryGraph::Antagonist' has a wrong offset!"); \ static_assert(offsetof(UWandLink_StoryGraph, TeleportLocation1) == 0x0000A8, "Member 'UWandLink_StoryGraph::TeleportLocation1' has a wrong offset!"); \ static_assert(offsetof(UWandLink_StoryGraph, TeleportLocation2) == 0x0000C0, "Member 'UWandLink_StoryGraph::TeleportLocation2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_AreAllAccessibleSpellsLoaded \ static_assert(alignof(WandTool_AreAllAccessibleSpellsLoaded) == 0x000008, "Wrong alignment on WandTool_AreAllAccessibleSpellsLoaded"); \ static_assert(sizeof(WandTool_AreAllAccessibleSpellsLoaded) == 0x000010, "Wrong size on WandTool_AreAllAccessibleSpellsLoaded"); \ static_assert(offsetof(WandTool_AreAllAccessibleSpellsLoaded, InActor) == 0x000000, "Member 'WandTool_AreAllAccessibleSpellsLoaded::InActor' has a wrong offset!"); \ static_assert(offsetof(WandTool_AreAllAccessibleSpellsLoaded, ReturnValue) == 0x000008, "Member 'WandTool_AreAllAccessibleSpellsLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_AreAllSlottedSpellsLoaded \ static_assert(alignof(WandTool_AreAllSlottedSpellsLoaded) == 0x000008, "Wrong alignment on WandTool_AreAllSlottedSpellsLoaded"); \ static_assert(sizeof(WandTool_AreAllSlottedSpellsLoaded) == 0x000010, "Wrong size on WandTool_AreAllSlottedSpellsLoaded"); \ static_assert(offsetof(WandTool_AreAllSlottedSpellsLoaded, InActor) == 0x000000, "Member 'WandTool_AreAllSlottedSpellsLoaded::InActor' has a wrong offset!"); \ static_assert(offsetof(WandTool_AreAllSlottedSpellsLoaded, ReturnValue) == 0x000008, "Member 'WandTool_AreAllSlottedSpellsLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_BarItemSelected \ static_assert(alignof(WandTool_BarItemSelected) == 0x000008, "Wrong alignment on WandTool_BarItemSelected"); \ static_assert(sizeof(WandTool_BarItemSelected) == 0x000010, "Wrong size on WandTool_BarItemSelected"); \ static_assert(offsetof(WandTool_BarItemSelected, InActor) == 0x000000, "Member 'WandTool_BarItemSelected::InActor' has a wrong offset!"); \ static_assert(offsetof(WandTool_BarItemSelected, Index_0) == 0x000008, "Member 'WandTool_BarItemSelected::Index_0' has a wrong offset!"); \ static_assert(offsetof(WandTool_BarItemSelected, bFlag) == 0x00000C, "Member 'WandTool_BarItemSelected::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_LoadAllAccessibleSpells \ static_assert(alignof(WandTool_LoadAllAccessibleSpells) == 0x000008, "Wrong alignment on WandTool_LoadAllAccessibleSpells"); \ static_assert(sizeof(WandTool_LoadAllAccessibleSpells) == 0x000010, "Wrong size on WandTool_LoadAllAccessibleSpells"); \ static_assert(offsetof(WandTool_LoadAllAccessibleSpells, InActor) == 0x000000, "Member 'WandTool_LoadAllAccessibleSpells::InActor' has a wrong offset!"); \ static_assert(offsetof(WandTool_LoadAllAccessibleSpells, ReturnValue) == 0x000008, "Member 'WandTool_LoadAllAccessibleSpells::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_LoadAllSlottedSpells \ static_assert(alignof(WandTool_LoadAllSlottedSpells) == 0x000008, "Wrong alignment on WandTool_LoadAllSlottedSpells"); \ static_assert(sizeof(WandTool_LoadAllSlottedSpells) == 0x000010, "Wrong size on WandTool_LoadAllSlottedSpells"); \ static_assert(offsetof(WandTool_LoadAllSlottedSpells, InActor) == 0x000000, "Member 'WandTool_LoadAllSlottedSpells::InActor' has a wrong offset!"); \ static_assert(offsetof(WandTool_LoadAllSlottedSpells, ReturnValue) == 0x000008, "Member 'WandTool_LoadAllSlottedSpells::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_LoadSpellByName \ static_assert(alignof(WandTool_LoadSpellByName) == 0x000008, "Wrong alignment on WandTool_LoadSpellByName"); \ static_assert(sizeof(WandTool_LoadSpellByName) == 0x000020, "Wrong size on WandTool_LoadSpellByName"); \ static_assert(offsetof(WandTool_LoadSpellByName, InActor) == 0x000000, "Member 'WandTool_LoadSpellByName::InActor' has a wrong offset!"); \ static_assert(offsetof(WandTool_LoadSpellByName, Spell) == 0x000008, "Member 'WandTool_LoadSpellByName::Spell' has a wrong offset!"); \ static_assert(offsetof(WandTool_LoadSpellByName, Async) == 0x000018, "Member 'WandTool_LoadSpellByName::Async' has a wrong offset!"); \ static_assert(offsetof(WandTool_LoadSpellByName, HighPriority) == 0x000019, "Member 'WandTool_LoadSpellByName::HighPriority' has a wrong offset!"); \ static_assert(offsetof(WandTool_LoadSpellByName, ReturnValue) == 0x00001A, "Member 'WandTool_LoadSpellByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_ActivateInstantSpellTool \ static_assert(alignof(WandTool_ActivateInstantSpellTool) == 0x000004, "Wrong alignment on WandTool_ActivateInstantSpellTool"); \ static_assert(sizeof(WandTool_ActivateInstantSpellTool) == 0x000008, "Wrong size on WandTool_ActivateInstantSpellTool"); \ static_assert(offsetof(WandTool_ActivateInstantSpellTool, Index_0) == 0x000000, "Member 'WandTool_ActivateInstantSpellTool::Index_0' has a wrong offset!"); \ static_assert(offsetof(WandTool_ActivateInstantSpellTool, ReturnValue) == 0x000004, "Member 'WandTool_ActivateInstantSpellTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_ActivateSpellTool \ static_assert(alignof(WandTool_ActivateSpellTool) == 0x000008, "Wrong alignment on WandTool_ActivateSpellTool"); \ static_assert(sizeof(WandTool_ActivateSpellTool) == 0x000018, "Wrong size on WandTool_ActivateSpellTool"); \ static_assert(offsetof(WandTool_ActivateSpellTool, SpellToolRecord) == 0x000000, "Member 'WandTool_ActivateSpellTool::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(WandTool_ActivateSpellTool, bImmediate) == 0x000008, "Member 'WandTool_ActivateSpellTool::bImmediate' has a wrong offset!"); \ static_assert(offsetof(WandTool_ActivateSpellTool, ReturnValue) == 0x000010, "Member 'WandTool_ActivateSpellTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_AddCollectibleBook \ static_assert(alignof(WandTool_AddCollectibleBook) == 0x000008, "Wrong alignment on WandTool_AddCollectibleBook"); \ static_assert(sizeof(WandTool_AddCollectibleBook) == 0x000008, "Wrong size on WandTool_AddCollectibleBook"); \ static_assert(offsetof(WandTool_AddCollectibleBook, book) == 0x000000, "Member 'WandTool_AddCollectibleBook::book' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_ApplyTriggerEffectDefault \ static_assert(alignof(WandTool_ApplyTriggerEffectDefault) == 0x000001, "Wrong alignment on WandTool_ApplyTriggerEffectDefault"); \ static_assert(sizeof(WandTool_ApplyTriggerEffectDefault) == 0x000002, "Wrong size on WandTool_ApplyTriggerEffectDefault"); \ static_assert(offsetof(WandTool_ApplyTriggerEffectDefault, RightTrigger) == 0x000000, "Member 'WandTool_ApplyTriggerEffectDefault::RightTrigger' has a wrong offset!"); \ static_assert(offsetof(WandTool_ApplyTriggerEffectDefault, LeftTrigger) == 0x000001, "Member 'WandTool_ApplyTriggerEffectDefault::LeftTrigger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_BlockStart \ static_assert(alignof(WandTool_BlockStart) == 0x000001, "Wrong alignment on WandTool_BlockStart"); \ static_assert(sizeof(WandTool_BlockStart) == 0x000001, "Wrong size on WandTool_BlockStart"); \ static_assert(offsetof(WandTool_BlockStart, ReturnValue) == 0x000000, "Member 'WandTool_BlockStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_CastActiveSpell \ static_assert(alignof(WandTool_CastActiveSpell) == 0x000001, "Wrong alignment on WandTool_CastActiveSpell"); \ static_assert(sizeof(WandTool_CastActiveSpell) == 0x000001, "Wrong size on WandTool_CastActiveSpell"); \ static_assert(offsetof(WandTool_CastActiveSpell, ReturnValue) == 0x000000, "Member 'WandTool_CastActiveSpell::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_CastPewPewSpell \ static_assert(alignof(WandTool_CastPewPewSpell) == 0x000001, "Wrong alignment on WandTool_CastPewPewSpell"); \ static_assert(sizeof(WandTool_CastPewPewSpell) == 0x000001, "Wrong size on WandTool_CastPewPewSpell"); \ static_assert(offsetof(WandTool_CastPewPewSpell, ReturnValue) == 0x000000, "Member 'WandTool_CastPewPewSpell::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_CastSpell \ static_assert(alignof(WandTool_CastSpell) == 0x000008, "Wrong alignment on WandTool_CastSpell"); \ static_assert(sizeof(WandTool_CastSpell) == 0x000010, "Wrong size on WandTool_CastSpell"); \ static_assert(offsetof(WandTool_CastSpell, InSpellTool) == 0x000000, "Member 'WandTool_CastSpell::InSpellTool' has a wrong offset!"); \ static_assert(offsetof(WandTool_CastSpell, bImmediate) == 0x000008, "Member 'WandTool_CastSpell::bImmediate' has a wrong offset!"); \ static_assert(offsetof(WandTool_CastSpell, ReturnValue) == 0x000009, "Member 'WandTool_CastSpell::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_CastStealthTakedown \ static_assert(alignof(WandTool_CastStealthTakedown) == 0x000001, "Wrong alignment on WandTool_CastStealthTakedown"); \ static_assert(sizeof(WandTool_CastStealthTakedown) == 0x000001, "Wrong size on WandTool_CastStealthTakedown"); \ static_assert(offsetof(WandTool_CastStealthTakedown, ReturnValue) == 0x000000, "Member 'WandTool_CastStealthTakedown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_CheckRequiredPerks \ static_assert(alignof(WandTool_CheckRequiredPerks) == 0x000008, "Wrong alignment on WandTool_CheckRequiredPerks"); \ static_assert(sizeof(WandTool_CheckRequiredPerks) == 0x000028, "Wrong size on WandTool_CheckRequiredPerks"); \ static_assert(offsetof(WandTool_CheckRequiredPerks, PerkContainer) == 0x000000, "Member 'WandTool_CheckRequiredPerks::PerkContainer' has a wrong offset!"); \ static_assert(offsetof(WandTool_CheckRequiredPerks, ReturnValue) == 0x000020, "Member 'WandTool_CheckRequiredPerks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_EndSpellCast \ static_assert(alignof(WandTool_EndSpellCast) == 0x000008, "Wrong alignment on WandTool_EndSpellCast"); \ static_assert(sizeof(WandTool_EndSpellCast) == 0x000008, "Wrong size on WandTool_EndSpellCast"); \ static_assert(offsetof(WandTool_EndSpellCast, InSpellTool) == 0x000000, "Member 'WandTool_EndSpellCast::InSpellTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_GetFinisherSpellTool \ static_assert(alignof(WandTool_GetFinisherSpellTool) == 0x000008, "Wrong alignment on WandTool_GetFinisherSpellTool"); \ static_assert(sizeof(WandTool_GetFinisherSpellTool) == 0x000010, "Wrong size on WandTool_GetFinisherSpellTool"); \ static_assert(offsetof(WandTool_GetFinisherSpellTool, SpellSlot) == 0x000000, "Member 'WandTool_GetFinisherSpellTool::SpellSlot' has a wrong offset!"); \ static_assert(offsetof(WandTool_GetFinisherSpellTool, ReturnValue) == 0x000008, "Member 'WandTool_GetFinisherSpellTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_GetProtegoSpellTool \ static_assert(alignof(WandTool_GetProtegoSpellTool) == 0x000008, "Wrong alignment on WandTool_GetProtegoSpellTool"); \ static_assert(sizeof(WandTool_GetProtegoSpellTool) == 0x000008, "Wrong size on WandTool_GetProtegoSpellTool"); \ static_assert(offsetof(WandTool_GetProtegoSpellTool, ReturnValue) == 0x000000, "Member 'WandTool_GetProtegoSpellTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_GetReticleWidget \ static_assert(alignof(WandTool_GetReticleWidget) == 0x000008, "Wrong alignment on WandTool_GetReticleWidget"); \ static_assert(sizeof(WandTool_GetReticleWidget) == 0x000008, "Wrong size on WandTool_GetReticleWidget"); \ static_assert(offsetof(WandTool_GetReticleWidget, ReturnValue) == 0x000000, "Member 'WandTool_GetReticleWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_GetSpellRecordFromSlot \ static_assert(alignof(WandTool_GetSpellRecordFromSlot) == 0x000008, "Wrong alignment on WandTool_GetSpellRecordFromSlot"); \ static_assert(sizeof(WandTool_GetSpellRecordFromSlot) == 0x000010, "Wrong size on WandTool_GetSpellRecordFromSlot"); \ static_assert(offsetof(WandTool_GetSpellRecordFromSlot, Index_0) == 0x000000, "Member 'WandTool_GetSpellRecordFromSlot::Index_0' has a wrong offset!"); \ static_assert(offsetof(WandTool_GetSpellRecordFromSlot, ReturnValue) == 0x000008, "Member 'WandTool_GetSpellRecordFromSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_GetTargetSpellIndex \ static_assert(alignof(WandTool_GetTargetSpellIndex) == 0x000004, "Wrong alignment on WandTool_GetTargetSpellIndex"); \ static_assert(sizeof(WandTool_GetTargetSpellIndex) == 0x000004, "Wrong size on WandTool_GetTargetSpellIndex"); \ static_assert(offsetof(WandTool_GetTargetSpellIndex, ReturnValue) == 0x000000, "Member 'WandTool_GetTargetSpellIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_GetWandMesh \ static_assert(alignof(WandTool_GetWandMesh) == 0x000008, "Wrong alignment on WandTool_GetWandMesh"); \ static_assert(sizeof(WandTool_GetWandMesh) == 0x000008, "Wrong size on WandTool_GetWandMesh"); \ static_assert(offsetof(WandTool_GetWandMesh, ReturnValue) == 0x000000, "Member 'WandTool_GetWandMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_IsSpellToolAvailable \ static_assert(alignof(WandTool_IsSpellToolAvailable) == 0x000008, "Wrong alignment on WandTool_IsSpellToolAvailable"); \ static_assert(sizeof(WandTool_IsSpellToolAvailable) == 0x000010, "Wrong size on WandTool_IsSpellToolAvailable"); \ static_assert(offsetof(WandTool_IsSpellToolAvailable, SpellToolRecord) == 0x000000, "Member 'WandTool_IsSpellToolAvailable::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(WandTool_IsSpellToolAvailable, bImmediate) == 0x000008, "Member 'WandTool_IsSpellToolAvailable::bImmediate' has a wrong offset!"); \ static_assert(offsetof(WandTool_IsSpellToolAvailable, ReturnValue) == 0x000009, "Member 'WandTool_IsSpellToolAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_OnActiveSpellToolChanged \ static_assert(alignof(WandTool_OnActiveSpellToolChanged) == 0x000008, "Wrong alignment on WandTool_OnActiveSpellToolChanged"); \ static_assert(sizeof(WandTool_OnActiveSpellToolChanged) == 0x000010, "Wrong size on WandTool_OnActiveSpellToolChanged"); \ static_assert(offsetof(WandTool_OnActiveSpellToolChanged, ActivatedSpell) == 0x000000, "Member 'WandTool_OnActiveSpellToolChanged::ActivatedSpell' has a wrong offset!"); \ static_assert(offsetof(WandTool_OnActiveSpellToolChanged, DeactivatedSpell) == 0x000008, "Member 'WandTool_OnActiveSpellToolChanged::DeactivatedSpell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_OnCharacterLoadComplete \ static_assert(alignof(WandTool_OnCharacterLoadComplete) == 0x000008, "Wrong alignment on WandTool_OnCharacterLoadComplete"); \ static_assert(sizeof(WandTool_OnCharacterLoadComplete) == 0x000008, "Wrong size on WandTool_OnCharacterLoadComplete"); \ static_assert(offsetof(WandTool_OnCharacterLoadComplete, Actor) == 0x000000, "Member 'WandTool_OnCharacterLoadComplete::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_OnRightArmStateChanged \ static_assert(alignof(WandTool_OnRightArmStateChanged) == 0x000001, "Wrong alignment on WandTool_OnRightArmStateChanged"); \ static_assert(sizeof(WandTool_OnRightArmStateChanged) == 0x000002, "Wrong size on WandTool_OnRightArmStateChanged"); \ static_assert(offsetof(WandTool_OnRightArmStateChanged, RightArmState) == 0x000000, "Member 'WandTool_OnRightArmStateChanged::RightArmState' has a wrong offset!"); \ static_assert(offsetof(WandTool_OnRightArmStateChanged, LastRightArmState) == 0x000001, "Member 'WandTool_OnRightArmStateChanged::LastRightArmState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_OnSpell_Pressed \ static_assert(alignof(WandTool_OnSpell_Pressed) == 0x000004, "Wrong alignment on WandTool_OnSpell_Pressed"); \ static_assert(sizeof(WandTool_OnSpell_Pressed) == 0x000004, "Wrong size on WandTool_OnSpell_Pressed"); \ static_assert(offsetof(WandTool_OnSpell_Pressed, SpellSlot) == 0x000000, "Member 'WandTool_OnSpell_Pressed::SpellSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_OnSpell_Released \ static_assert(alignof(WandTool_OnSpell_Released) == 0x000004, "Wrong alignment on WandTool_OnSpell_Released"); \ static_assert(sizeof(WandTool_OnSpell_Released) == 0x000004, "Wrong size on WandTool_OnSpell_Released"); \ static_assert(offsetof(WandTool_OnSpell_Released, SpellSlot) == 0x000000, "Member 'WandTool_OnSpell_Released::SpellSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_OnSpellLoaded \ static_assert(alignof(WandTool_OnSpellLoaded) == 0x000008, "Wrong alignment on WandTool_OnSpellLoaded"); \ static_assert(sizeof(WandTool_OnSpellLoaded) == 0x000008, "Wrong size on WandTool_OnSpellLoaded"); \ static_assert(offsetof(WandTool_OnSpellLoaded, SpellToolRecord) == 0x000000, "Member 'WandTool_OnSpellLoaded::SpellToolRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_RemoveCollectibleBook \ static_assert(alignof(WandTool_RemoveCollectibleBook) == 0x000008, "Wrong alignment on WandTool_RemoveCollectibleBook"); \ static_assert(sizeof(WandTool_RemoveCollectibleBook) == 0x000008, "Wrong size on WandTool_RemoveCollectibleBook"); \ static_assert(offsetof(WandTool_RemoveCollectibleBook, book) == 0x000000, "Member 'WandTool_RemoveCollectibleBook::book' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_SetAimTransform \ static_assert(alignof(WandTool_SetAimTransform) == 0x000004, "Wrong alignment on WandTool_SetAimTransform"); \ static_assert(sizeof(WandTool_SetAimTransform) == 0x00000C, "Wrong size on WandTool_SetAimTransform"); \ static_assert(offsetof(WandTool_SetAimTransform, Target) == 0x000000, "Member 'WandTool_SetAimTransform::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_SetAttackingActor \ static_assert(alignof(WandTool_SetAttackingActor) == 0x000008, "Wrong alignment on WandTool_SetAttackingActor"); \ static_assert(sizeof(WandTool_SetAttackingActor) == 0x000008, "Wrong size on WandTool_SetAttackingActor"); \ static_assert(offsetof(WandTool_SetAttackingActor, i_attackingActor) == 0x000000, "Member 'WandTool_SetAttackingActor::i_attackingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_SetContextsOnBarSpell \ static_assert(alignof(WandTool_SetContextsOnBarSpell) == 0x000004, "Wrong alignment on WandTool_SetContextsOnBarSpell"); \ static_assert(sizeof(WandTool_SetContextsOnBarSpell) == 0x000008, "Wrong size on WandTool_SetContextsOnBarSpell"); \ static_assert(offsetof(WandTool_SetContextsOnBarSpell, Index_0) == 0x000000, "Member 'WandTool_SetContextsOnBarSpell::Index_0' has a wrong offset!"); \ static_assert(offsetof(WandTool_SetContextsOnBarSpell, bFlag) == 0x000004, "Member 'WandTool_SetContextsOnBarSpell::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_SetFinishersActive \ static_assert(alignof(WandTool_SetFinishersActive) == 0x000001, "Wrong alignment on WandTool_SetFinishersActive"); \ static_assert(sizeof(WandTool_SetFinishersActive) == 0x000001, "Wrong size on WandTool_SetFinishersActive"); \ static_assert(offsetof(WandTool_SetFinishersActive, bActive) == 0x000000, "Member 'WandTool_SetFinishersActive::bActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_SetNextHeavyCastAbility \ static_assert(alignof(WandTool_SetNextHeavyCastAbility) == 0x000008, "Wrong alignment on WandTool_SetNextHeavyCastAbility"); \ static_assert(sizeof(WandTool_SetNextHeavyCastAbility) == 0x000008, "Wrong size on WandTool_SetNextHeavyCastAbility"); \ static_assert(offsetof(WandTool_SetNextHeavyCastAbility, InAbility) == 0x000000, "Member 'WandTool_SetNextHeavyCastAbility::InAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_SetNextLightCastAbility \ static_assert(alignof(WandTool_SetNextLightCastAbility) == 0x000008, "Wrong alignment on WandTool_SetNextLightCastAbility"); \ static_assert(sizeof(WandTool_SetNextLightCastAbility) == 0x000008, "Wrong size on WandTool_SetNextLightCastAbility"); \ static_assert(offsetof(WandTool_SetNextLightCastAbility, InAbility) == 0x000000, "Member 'WandTool_SetNextLightCastAbility::InAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_SetNextWandCastType \ static_assert(alignof(WandTool_SetNextWandCastType) == 0x000001, "Wrong alignment on WandTool_SetNextWandCastType"); \ static_assert(sizeof(WandTool_SetNextWandCastType) == 0x000001, "Wrong size on WandTool_SetNextWandCastType"); \ static_assert(offsetof(WandTool_SetNextWandCastType, WandCastState) == 0x000000, "Member 'WandTool_SetNextWandCastType::WandCastState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_SetProjectileSpeedMultiplier \ static_assert(alignof(WandTool_SetProjectileSpeedMultiplier) == 0x000004, "Wrong alignment on WandTool_SetProjectileSpeedMultiplier"); \ static_assert(sizeof(WandTool_SetProjectileSpeedMultiplier) == 0x000004, "Wrong size on WandTool_SetProjectileSpeedMultiplier"); \ static_assert(offsetof(WandTool_SetProjectileSpeedMultiplier, Multiplier) == 0x000000, "Member 'WandTool_SetProjectileSpeedMultiplier::Multiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_SetWandStyle \ static_assert(alignof(WandTool_SetWandStyle) == 0x000004, "Wrong alignment on WandTool_SetWandStyle"); \ static_assert(sizeof(WandTool_SetWandStyle) == 0x000008, "Wrong size on WandTool_SetWandStyle"); \ static_assert(offsetof(WandTool_SetWandStyle, WandStyle) == 0x000000, "Member 'WandTool_SetWandStyle::WandStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_StartComboSplitTimer \ static_assert(alignof(WandTool_StartComboSplitTimer) == 0x000008, "Wrong alignment on WandTool_StartComboSplitTimer"); \ static_assert(sizeof(WandTool_StartComboSplitTimer) == 0x000038, "Wrong size on WandTool_StartComboSplitTimer"); \ static_assert(offsetof(WandTool_StartComboSplitTimer, ComboSplitData) == 0x000000, "Member 'WandTool_StartComboSplitTimer::ComboSplitData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_StartHeavyComboSplitTimer \ static_assert(alignof(WandTool_StartHeavyComboSplitTimer) == 0x000008, "Wrong alignment on WandTool_StartHeavyComboSplitTimer"); \ static_assert(sizeof(WandTool_StartHeavyComboSplitTimer) == 0x000038, "Wrong size on WandTool_StartHeavyComboSplitTimer"); \ static_assert(offsetof(WandTool_StartHeavyComboSplitTimer, ComboSplitData) == 0x000000, "Member 'WandTool_StartHeavyComboSplitTimer::ComboSplitData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_StopLastSpell \ static_assert(alignof(WandTool_StopLastSpell) == 0x000008, "Wrong alignment on WandTool_StopLastSpell"); \ static_assert(sizeof(WandTool_StopLastSpell) == 0x000010, "Wrong size on WandTool_StopLastSpell"); \ static_assert(offsetof(WandTool_StopLastSpell, NewSpellTool) == 0x000000, "Member 'WandTool_StopLastSpell::NewSpellTool' has a wrong offset!"); \ static_assert(offsetof(WandTool_StopLastSpell, OutAlreadyActivated) == 0x000008, "Member 'WandTool_StopLastSpell::OutAlreadyActivated' has a wrong offset!"); \ static_assert(offsetof(WandTool_StopLastSpell, ReturnValue) == 0x000009, "Member 'WandTool_StopLastSpell::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_TargetSpellSelected \ static_assert(alignof(WandTool_TargetSpellSelected) == 0x000001, "Wrong alignment on WandTool_TargetSpellSelected"); \ static_assert(sizeof(WandTool_TargetSpellSelected) == 0x000001, "Wrong size on WandTool_TargetSpellSelected"); \ static_assert(offsetof(WandTool_TargetSpellSelected, Immediate) == 0x000000, "Member 'WandTool_TargetSpellSelected::Immediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_AreFinishersActive \ static_assert(alignof(WandTool_AreFinishersActive) == 0x000001, "Wrong alignment on WandTool_AreFinishersActive"); \ static_assert(sizeof(WandTool_AreFinishersActive) == 0x000001, "Wrong size on WandTool_AreFinishersActive"); \ static_assert(offsetof(WandTool_AreFinishersActive, ReturnValue) == 0x000000, "Member 'WandTool_AreFinishersActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_GetActiveSpellTool \ static_assert(alignof(WandTool_GetActiveSpellTool) == 0x000008, "Wrong alignment on WandTool_GetActiveSpellTool"); \ static_assert(sizeof(WandTool_GetActiveSpellTool) == 0x000008, "Wrong size on WandTool_GetActiveSpellTool"); \ static_assert(offsetof(WandTool_GetActiveSpellTool, ReturnValue) == 0x000000, "Member 'WandTool_GetActiveSpellTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_GetProjectileSpeedMultiplier \ static_assert(alignof(WandTool_GetProjectileSpeedMultiplier) == 0x000004, "Wrong alignment on WandTool_GetProjectileSpeedMultiplier"); \ static_assert(sizeof(WandTool_GetProjectileSpeedMultiplier) == 0x000004, "Wrong size on WandTool_GetProjectileSpeedMultiplier"); \ static_assert(offsetof(WandTool_GetProjectileSpeedMultiplier, ReturnValue) == 0x000000, "Member 'WandTool_GetProjectileSpeedMultiplier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WandTool_GetSpellTool \ static_assert(alignof(WandTool_GetSpellTool) == 0x000008, "Wrong alignment on WandTool_GetSpellTool"); \ static_assert(sizeof(WandTool_GetSpellTool) == 0x000010, "Wrong size on WandTool_GetSpellTool"); \ static_assert(offsetof(WandTool_GetSpellTool, SpellToolRecord) == 0x000000, "Member 'WandTool_GetSpellTool::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(WandTool_GetSpellTool, ReturnValue) == 0x000008, "Member 'WandTool_GetSpellTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWandTool \ static_assert(alignof(AWandTool) == 0x000010, "Wrong alignment on AWandTool"); \ static_assert(sizeof(AWandTool) == 0x0005C0, "Wrong size on AWandTool"); \ static_assert(offsetof(AWandTool, OnSpellCast) == 0x0002F0, "Member 'AWandTool::OnSpellCast' has a wrong offset!"); \ static_assert(offsetof(AWandTool, OnSpellStop) == 0x000300, "Member 'AWandTool::OnSpellStop' has a wrong offset!"); \ static_assert(offsetof(AWandTool, SpellButtonWatcher) == 0x000310, "Member 'AWandTool::SpellButtonWatcher' has a wrong offset!"); \ static_assert(offsetof(AWandTool, EquipExecutionClass) == 0x000318, "Member 'AWandTool::EquipExecutionClass' has a wrong offset!"); \ static_assert(offsetof(AWandTool, UnequipExecutionClass) == 0x000320, "Member 'AWandTool::UnequipExecutionClass' has a wrong offset!"); \ static_assert(offsetof(AWandTool, HoldExecutionClass) == 0x000328, "Member 'AWandTool::HoldExecutionClass' has a wrong offset!"); \ static_assert(offsetof(AWandTool, HandOnlyAbleExecutionClass) == 0x000330, "Member 'AWandTool::HandOnlyAbleExecutionClass' has a wrong offset!"); \ static_assert(offsetof(AWandTool, SpecialAbleExecutionClass) == 0x000338, "Member 'AWandTool::SpecialAbleExecutionClass' has a wrong offset!"); \ static_assert(offsetof(AWandTool, TargetSightedExecutionClass) == 0x000340, "Member 'AWandTool::TargetSightedExecutionClass' has a wrong offset!"); \ static_assert(offsetof(AWandTool, AlertedExecutionClass) == 0x000348, "Member 'AWandTool::AlertedExecutionClass' has a wrong offset!"); \ static_assert(offsetof(AWandTool, HeavyAnticipationExecutionClass) == 0x000350, "Member 'AWandTool::HeavyAnticipationExecutionClass' has a wrong offset!"); \ static_assert(offsetof(AWandTool, StartLumosExecutionClass) == 0x000358, "Member 'AWandTool::StartLumosExecutionClass' has a wrong offset!"); \ static_assert(offsetof(AWandTool, ChannelingExecutionClass) == 0x000360, "Member 'AWandTool::ChannelingExecutionClass' has a wrong offset!"); \ static_assert(offsetof(AWandTool, WandCastFailExecutionClass) == 0x000368, "Member 'AWandTool::WandCastFailExecutionClass' has a wrong offset!"); \ static_assert(offsetof(AWandTool, WandCastFailMoveExecutionClass) == 0x000370, "Member 'AWandTool::WandCastFailMoveExecutionClass' has a wrong offset!"); \ static_assert(offsetof(AWandTool, ComboAnimationTags) == 0x000378, "Member 'AWandTool::ComboAnimationTags' has a wrong offset!"); \ static_assert(offsetof(AWandTool, NextLightCastAbility) == 0x000388, "Member 'AWandTool::NextLightCastAbility' has a wrong offset!"); \ static_assert(offsetof(AWandTool, NextHeavyCastAbility) == 0x000390, "Member 'AWandTool::NextHeavyCastAbility' has a wrong offset!"); \ static_assert(offsetof(AWandTool, StartingCasualLightCastAbility) == 0x000398, "Member 'AWandTool::StartingCasualLightCastAbility' has a wrong offset!"); \ static_assert(offsetof(AWandTool, StartingCombatLightCastAbility) == 0x0003A0, "Member 'AWandTool::StartingCombatLightCastAbility' has a wrong offset!"); \ static_assert(offsetof(AWandTool, m_chargeEvent) == 0x0003A8, "Member 'AWandTool::m_chargeEvent' has a wrong offset!"); \ static_assert(offsetof(AWandTool, m_chargeTimeUpgrade) == 0x0003B0, "Member 'AWandTool::m_chargeTimeUpgrade' has a wrong offset!"); \ static_assert(offsetof(AWandTool, m_chargeTime) == 0x0003B8, "Member 'AWandTool::m_chargeTime' has a wrong offset!"); \ static_assert(offsetof(AWandTool, m_fireEvent) == 0x0003BC, "Member 'AWandTool::m_fireEvent' has a wrong offset!"); \ static_assert(offsetof(AWandTool, m_fireRate) == 0x0003C4, "Member 'AWandTool::m_fireRate' has a wrong offset!"); \ static_assert(offsetof(AWandTool, m_failDueToCooldown) == 0x0003C8, "Member 'AWandTool::m_failDueToCooldown' has a wrong offset!"); \ static_assert(offsetof(AWandTool, m_failDueToCooldownDialogEvent) == 0x0003D0, "Member 'AWandTool::m_failDueToCooldownDialogEvent' has a wrong offset!"); \ static_assert(offsetof(AWandTool, m_failDueToCooldownVFX) == 0x0003E0, "Member 'AWandTool::m_failDueToCooldownVFX' has a wrong offset!"); \ static_assert(offsetof(AWandTool, bFinishersActive) == 0x0003E8, "Member 'AWandTool::bFinishersActive' has a wrong offset!"); \ static_assert(offsetof(AWandTool, ProtegoAction) == 0x0003EC, "Member 'AWandTool::ProtegoAction' has a wrong offset!"); \ static_assert(offsetof(AWandTool, MeleeRange) == 0x0003F8, "Member 'AWandTool::MeleeRange' has a wrong offset!"); \ static_assert(offsetof(AWandTool, MeleeHalfAngle) == 0x0003FC, "Member 'AWandTool::MeleeHalfAngle' has a wrong offset!"); \ static_assert(offsetof(AWandTool, SpellBlock) == 0x000400, "Member 'AWandTool::SpellBlock' has a wrong offset!"); \ static_assert(offsetof(AWandTool, SpellBlockDH) == 0x000408, "Member 'AWandTool::SpellBlockDH' has a wrong offset!"); \ static_assert(offsetof(AWandTool, SpellPewPew) == 0x000410, "Member 'AWandTool::SpellPewPew' has a wrong offset!"); \ static_assert(offsetof(AWandTool, SpellPewPewDH) == 0x000418, "Member 'AWandTool::SpellPewPewDH' has a wrong offset!"); \ static_assert(offsetof(AWandTool, StealthAttack) == 0x000420, "Member 'AWandTool::StealthAttack' has a wrong offset!"); \ static_assert(offsetof(AWandTool, AvailableSpellLoadoutIndex) == 0x000428, "Member 'AWandTool::AvailableSpellLoadoutIndex' has a wrong offset!"); \ static_assert(offsetof(AWandTool, ProtegoRetaliateSpell) == 0x000430, "Member 'AWandTool::ProtegoRetaliateSpell' has a wrong offset!"); \ static_assert(offsetof(AWandTool, BooksList) == 0x000438, "Member 'AWandTool::BooksList' has a wrong offset!"); \ static_assert(offsetof(AWandTool, RightTriggerDefaultEffect) == 0x000488, "Member 'AWandTool::RightTriggerDefaultEffect' has a wrong offset!"); \ static_assert(offsetof(AWandTool, LeftTriggerDefaultEffect) == 0x000490, "Member 'AWandTool::LeftTriggerDefaultEffect' has a wrong offset!"); \ static_assert(offsetof(AWandTool, PreloadSpells) == 0x000498, "Member 'AWandTool::PreloadSpells' has a wrong offset!"); \ static_assert(offsetof(AWandTool, DeathlyHallowPreloadSpells) == 0x0004A8, "Member 'AWandTool::DeathlyHallowPreloadSpells' has a wrong offset!"); \ static_assert(offsetof(AWandTool, pRightTriggerDefaultEffect) == 0x0004B8, "Member 'AWandTool::pRightTriggerDefaultEffect' has a wrong offset!"); \ static_assert(offsetof(AWandTool, pLeftTriggerDefaultEffect) == 0x0004C0, "Member 'AWandTool::pLeftTriggerDefaultEffect' has a wrong offset!"); \ static_assert(offsetof(AWandTool, ToolSetComponent) == 0x0004C8, "Member 'AWandTool::ToolSetComponent' has a wrong offset!"); \ static_assert(offsetof(AWandTool, SpellToolMap) == 0x000518, "Member 'AWandTool::SpellToolMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterMill_Gears_GetGearComponents \ static_assert(alignof(WaterMill_Gears_GetGearComponents) == 0x000008, "Wrong alignment on WaterMill_Gears_GetGearComponents"); \ static_assert(sizeof(WaterMill_Gears_GetGearComponents) == 0x000010, "Wrong size on WaterMill_Gears_GetGearComponents"); \ static_assert(offsetof(WaterMill_Gears_GetGearComponents, Array) == 0x000000, "Member 'WaterMill_Gears_GetGearComponents::Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterMill_Gears_GetRotationRates \ static_assert(alignof(WaterMill_Gears_GetRotationRates) == 0x000008, "Wrong alignment on WaterMill_Gears_GetRotationRates"); \ static_assert(sizeof(WaterMill_Gears_GetRotationRates) == 0x000010, "Wrong size on WaterMill_Gears_GetRotationRates"); \ static_assert(offsetof(WaterMill_Gears_GetRotationRates, Array) == 0x000000, "Member 'WaterMill_Gears_GetRotationRates::Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterMill_Gears_GetSpeedControl \ static_assert(alignof(WaterMill_Gears_GetSpeedControl) == 0x000004, "Wrong alignment on WaterMill_Gears_GetSpeedControl"); \ static_assert(sizeof(WaterMill_Gears_GetSpeedControl) == 0x000004, "Wrong size on WaterMill_Gears_GetSpeedControl"); \ static_assert(offsetof(WaterMill_Gears_GetSpeedControl, ReturnValue) == 0x000000, "Member 'WaterMill_Gears_GetSpeedControl::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWaterMill_Gears \ static_assert(alignof(AWaterMill_Gears) == 0x000008, "Wrong alignment on AWaterMill_Gears"); \ static_assert(sizeof(AWaterMill_Gears) == 0x000250, "Wrong size on AWaterMill_Gears"); \ #define DUMPER7_ASSERTS_WEFollowButterflies_HideButterflies \ static_assert(alignof(WEFollowButterflies_HideButterflies) == 0x000008, "Wrong alignment on WEFollowButterflies_HideButterflies"); \ static_assert(sizeof(WEFollowButterflies_HideButterflies) == 0x000008, "Wrong size on WEFollowButterflies_HideButterflies"); \ static_assert(offsetof(WEFollowButterflies_HideButterflies, ButterflyFlock) == 0x000000, "Member 'WEFollowButterflies_HideButterflies::ButterflyFlock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WEFollowButterflies_OnOverlapBegin \ static_assert(alignof(WEFollowButterflies_OnOverlapBegin) == 0x000008, "Wrong alignment on WEFollowButterflies_OnOverlapBegin"); \ static_assert(sizeof(WEFollowButterflies_OnOverlapBegin) == 0x0000A8, "Wrong size on WEFollowButterflies_OnOverlapBegin"); \ static_assert(offsetof(WEFollowButterflies_OnOverlapBegin, OverlappedComponent) == 0x000000, "Member 'WEFollowButterflies_OnOverlapBegin::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(WEFollowButterflies_OnOverlapBegin, OtherActor) == 0x000008, "Member 'WEFollowButterflies_OnOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(WEFollowButterflies_OnOverlapBegin, OtherComp) == 0x000010, "Member 'WEFollowButterflies_OnOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(WEFollowButterflies_OnOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'WEFollowButterflies_OnOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(WEFollowButterflies_OnOverlapBegin, bFromSweep) == 0x00001C, "Member 'WEFollowButterflies_OnOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(WEFollowButterflies_OnOverlapBegin, SweepResult) == 0x000020, "Member 'WEFollowButterflies_OnOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWEFollowButterflies \ static_assert(alignof(AWEFollowButterflies) == 0x000010, "Wrong alignment on AWEFollowButterflies"); \ static_assert(sizeof(AWEFollowButterflies) == 0x0003B0, "Wrong size on AWEFollowButterflies"); \ static_assert(offsetof(AWEFollowButterflies, ButterflySpline) == 0x000280, "Member 'AWEFollowButterflies::ButterflySpline' has a wrong offset!"); \ static_assert(offsetof(AWEFollowButterflies, OverlapSphere) == 0x000288, "Member 'AWEFollowButterflies::OverlapSphere' has a wrong offset!"); \ static_assert(offsetof(AWEFollowButterflies, Billboard) == 0x000290, "Member 'AWEFollowButterflies::Billboard' has a wrong offset!"); \ static_assert(offsetof(AWEFollowButterflies, SlaveToSplines) == 0x0002A0, "Member 'AWEFollowButterflies::SlaveToSplines' has a wrong offset!"); \ static_assert(offsetof(AWEFollowButterflies, FBGameplayTag) == 0x0002B0, "Member 'AWEFollowButterflies::FBGameplayTag' has a wrong offset!"); \ static_assert(offsetof(AWEFollowButterflies, ButterflyMoveSpeed) == 0x0002D0, "Member 'AWEFollowButterflies::ButterflyMoveSpeed' has a wrong offset!"); \ static_assert(offsetof(AWEFollowButterflies, TreasureChestClass) == 0x000310, "Member 'AWEFollowButterflies::TreasureChestClass' has a wrong offset!"); \ static_assert(offsetof(AWEFollowButterflies, TreasureChestYaw) == 0x000318, "Member 'AWEFollowButterflies::TreasureChestYaw' has a wrong offset!"); \ static_assert(offsetof(AWEFollowButterflies, FBDressingClass) == 0x000320, "Member 'AWEFollowButterflies::FBDressingClass' has a wrong offset!"); \ static_assert(offsetof(AWEFollowButterflies, HiddenChest) == 0x000328, "Member 'AWEFollowButterflies::HiddenChest' has a wrong offset!"); \ static_assert(offsetof(AWEFollowButterflies, EventDressing) == 0x000330, "Member 'AWEFollowButterflies::EventDressing' has a wrong offset!"); \ static_assert(offsetof(AWEFollowButterflies, ButterfliesHideCount) == 0x000338, "Member 'AWEFollowButterflies::ButterfliesHideCount' has a wrong offset!"); \ static_assert(offsetof(AWEFollowButterflies, Butterflies) == 0x000340, "Member 'AWEFollowButterflies::Butterflies' has a wrong offset!"); \ static_assert(offsetof(AWEFollowButterflies, StartButterflies) == 0x000350, "Member 'AWEFollowButterflies::StartButterflies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWolf_DistanceSpeedChoice \ static_assert(alignof(UWolf_DistanceSpeedChoice) == 0x000008, "Wrong alignment on UWolf_DistanceSpeedChoice"); \ static_assert(sizeof(UWolf_DistanceSpeedChoice) == 0x000040, "Wrong size on UWolf_DistanceSpeedChoice"); \ static_assert(offsetof(UWolf_DistanceSpeedChoice, DistanceFromTargetTrotThreshold) == 0x000028, "Member 'UWolf_DistanceSpeedChoice::DistanceFromTargetTrotThreshold' has a wrong offset!"); \ static_assert(offsetof(UWolf_DistanceSpeedChoice, DistanceFromPathGoalTrotThreshold) == 0x00002C, "Member 'UWolf_DistanceSpeedChoice::DistanceFromPathGoalTrotThreshold' has a wrong offset!"); \ static_assert(offsetof(UWolf_DistanceSpeedChoice, DistanceFromPathGoalToTargetTrotThreshold) == 0x000030, "Member 'UWolf_DistanceSpeedChoice::DistanceFromPathGoalToTargetTrotThreshold' has a wrong offset!"); \ static_assert(offsetof(UWolf_DistanceSpeedChoice, UpdateTimeDelta) == 0x000034, "Member 'UWolf_DistanceSpeedChoice::UpdateTimeDelta' has a wrong offset!"); \ static_assert(offsetof(UWolf_DistanceSpeedChoice, UpdateTimeDeltaRandomNudge) == 0x000038, "Member 'UWolf_DistanceSpeedChoice::UpdateTimeDeltaRandomNudge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventAnimationComponent_GetAnimation \ static_assert(alignof(WorldEventAnimationComponent_GetAnimation) == 0x000008, "Wrong alignment on WorldEventAnimationComponent_GetAnimation"); \ static_assert(sizeof(WorldEventAnimationComponent_GetAnimation) == 0x000008, "Wrong size on WorldEventAnimationComponent_GetAnimation"); \ static_assert(offsetof(WorldEventAnimationComponent_GetAnimation, ReturnValue) == 0x000000, "Member 'WorldEventAnimationComponent_GetAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventAnimationComponent_SetAnimation \ static_assert(alignof(WorldEventAnimationComponent_SetAnimation) == 0x000008, "Wrong alignment on WorldEventAnimationComponent_SetAnimation"); \ static_assert(sizeof(WorldEventAnimationComponent_SetAnimation) == 0x000008, "Wrong size on WorldEventAnimationComponent_SetAnimation"); \ static_assert(offsetof(WorldEventAnimationComponent_SetAnimation, InAnimation) == 0x000000, "Member 'WorldEventAnimationComponent_SetAnimation::InAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldEventAnimationComponent \ static_assert(alignof(UWorldEventAnimationComponent) == 0x000008, "Wrong alignment on UWorldEventAnimationComponent"); \ static_assert(sizeof(UWorldEventAnimationComponent) == 0x0000D8, "Wrong size on UWorldEventAnimationComponent"); \ #define DUMPER7_ASSERTS_UWorldEventCondition_PhasesOfTheMoon \ static_assert(alignof(UWorldEventCondition_PhasesOfTheMoon) == 0x000008, "Wrong alignment on UWorldEventCondition_PhasesOfTheMoon"); \ static_assert(sizeof(UWorldEventCondition_PhasesOfTheMoon) == 0x000048, "Wrong size on UWorldEventCondition_PhasesOfTheMoon"); \ static_assert(offsetof(UWorldEventCondition_PhasesOfTheMoon, MoonPhasesToCheck) == 0x000038, "Member 'UWorldEventCondition_PhasesOfTheMoon::MoonPhasesToCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldEventCondition_PlayerScore \ static_assert(alignof(UWorldEventCondition_PlayerScore) == 0x000008, "Wrong alignment on UWorldEventCondition_PlayerScore"); \ static_assert(sizeof(UWorldEventCondition_PlayerScore) == 0x000040, "Wrong size on UWorldEventCondition_PlayerScore"); \ static_assert(offsetof(UWorldEventCondition_PlayerScore, MinPlayerScore) == 0x000038, "Member 'UWorldEventCondition_PlayerScore::MinPlayerScore' has a wrong offset!"); \ static_assert(offsetof(UWorldEventCondition_PlayerScore, MaxPlayerScore) == 0x00003C, "Member 'UWorldEventCondition_PlayerScore::MaxPlayerScore' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldEventCondition_Weather \ static_assert(alignof(UWorldEventCondition_Weather) == 0x000008, "Wrong alignment on UWorldEventCondition_Weather"); \ static_assert(sizeof(UWorldEventCondition_Weather) == 0x000048, "Wrong size on UWorldEventCondition_Weather"); \ static_assert(offsetof(UWorldEventCondition_Weather, WeatherToCheck) == 0x000038, "Member 'UWorldEventCondition_Weather::WeatherToCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventCoreMechanics_GetLocationTags \ static_assert(alignof(WorldEventCoreMechanics_GetLocationTags) == 0x000008, "Wrong alignment on WorldEventCoreMechanics_GetLocationTags"); \ static_assert(sizeof(WorldEventCoreMechanics_GetLocationTags) == 0x000010, "Wrong size on WorldEventCoreMechanics_GetLocationTags"); \ static_assert(offsetof(WorldEventCoreMechanics_GetLocationTags, ReturnValue) == 0x000000, "Member 'WorldEventCoreMechanics_GetLocationTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventCoreMechanics_GetPositionAndRotation \ static_assert(alignof(WorldEventCoreMechanics_GetPositionAndRotation) == 0x000008, "Wrong alignment on WorldEventCoreMechanics_GetPositionAndRotation"); \ static_assert(sizeof(WorldEventCoreMechanics_GetPositionAndRotation) == 0x000040, "Wrong size on WorldEventCoreMechanics_GetPositionAndRotation"); \ static_assert(offsetof(WorldEventCoreMechanics_GetPositionAndRotation, Index_0) == 0x000000, "Member 'WorldEventCoreMechanics_GetPositionAndRotation::Index_0' has a wrong offset!"); \ static_assert(offsetof(WorldEventCoreMechanics_GetPositionAndRotation, Count) == 0x000004, "Member 'WorldEventCoreMechanics_GetPositionAndRotation::Count' has a wrong offset!"); \ static_assert(offsetof(WorldEventCoreMechanics_GetPositionAndRotation, StartLocation) == 0x000008, "Member 'WorldEventCoreMechanics_GetPositionAndRotation::StartLocation' has a wrong offset!"); \ static_assert(offsetof(WorldEventCoreMechanics_GetPositionAndRotation, rowLength) == 0x000010, "Member 'WorldEventCoreMechanics_GetPositionAndRotation::rowLength' has a wrong offset!"); \ static_assert(offsetof(WorldEventCoreMechanics_GetPositionAndRotation, axisAlignment) == 0x000014, "Member 'WorldEventCoreMechanics_GetPositionAndRotation::axisAlignment' has a wrong offset!"); \ static_assert(offsetof(WorldEventCoreMechanics_GetPositionAndRotation, OutPosition) == 0x000020, "Member 'WorldEventCoreMechanics_GetPositionAndRotation::OutPosition' has a wrong offset!"); \ static_assert(offsetof(WorldEventCoreMechanics_GetPositionAndRotation, OutRotation) == 0x00002C, "Member 'WorldEventCoreMechanics_GetPositionAndRotation::OutRotation' has a wrong offset!"); \ static_assert(offsetof(WorldEventCoreMechanics_GetPositionAndRotation, Width) == 0x000038, "Member 'WorldEventCoreMechanics_GetPositionAndRotation::Width' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventCoreMechanics_LoadAndTeleport \ static_assert(alignof(WorldEventCoreMechanics_LoadAndTeleport) == 0x000004, "Wrong alignment on WorldEventCoreMechanics_LoadAndTeleport"); \ static_assert(sizeof(WorldEventCoreMechanics_LoadAndTeleport) == 0x000008, "Wrong size on WorldEventCoreMechanics_LoadAndTeleport"); \ static_assert(offsetof(WorldEventCoreMechanics_LoadAndTeleport, weName) == 0x000000, "Member 'WorldEventCoreMechanics_LoadAndTeleport::weName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventCoreMechanics_MaskMatchesFilter \ static_assert(alignof(WorldEventCoreMechanics_MaskMatchesFilter) == 0x000001, "Wrong alignment on WorldEventCoreMechanics_MaskMatchesFilter"); \ static_assert(sizeof(WorldEventCoreMechanics_MaskMatchesFilter) == 0x000002, "Wrong size on WorldEventCoreMechanics_MaskMatchesFilter"); \ static_assert(offsetof(WorldEventCoreMechanics_MaskMatchesFilter, status) == 0x000000, "Member 'WorldEventCoreMechanics_MaskMatchesFilter::status' has a wrong offset!"); \ static_assert(offsetof(WorldEventCoreMechanics_MaskMatchesFilter, ReturnValue) == 0x000001, "Member 'WorldEventCoreMechanics_MaskMatchesFilter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventCoreMechanics_OnWorldEventLoaded \ static_assert(alignof(WorldEventCoreMechanics_OnWorldEventLoaded) == 0x000008, "Wrong alignment on WorldEventCoreMechanics_OnWorldEventLoaded"); \ static_assert(sizeof(WorldEventCoreMechanics_OnWorldEventLoaded) == 0x000110, "Wrong size on WorldEventCoreMechanics_OnWorldEventLoaded"); \ static_assert(offsetof(WorldEventCoreMechanics_OnWorldEventLoaded, Location) == 0x000000, "Member 'WorldEventCoreMechanics_OnWorldEventLoaded::Location' has a wrong offset!"); \ static_assert(offsetof(WorldEventCoreMechanics_OnWorldEventLoaded, Row) == 0x000008, "Member 'WorldEventCoreMechanics_OnWorldEventLoaded::Row' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventCoreMechanics_RowMatchesProductionFilter \ static_assert(alignof(WorldEventCoreMechanics_RowMatchesProductionFilter) == 0x000008, "Wrong alignment on WorldEventCoreMechanics_RowMatchesProductionFilter"); \ static_assert(sizeof(WorldEventCoreMechanics_RowMatchesProductionFilter) == 0x000110, "Wrong size on WorldEventCoreMechanics_RowMatchesProductionFilter"); \ static_assert(offsetof(WorldEventCoreMechanics_RowMatchesProductionFilter, Row) == 0x000000, "Member 'WorldEventCoreMechanics_RowMatchesProductionFilter::Row' has a wrong offset!"); \ static_assert(offsetof(WorldEventCoreMechanics_RowMatchesProductionFilter, ReturnValue) == 0x000108, "Member 'WorldEventCoreMechanics_RowMatchesProductionFilter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventCoreMechanics_SetTag \ static_assert(alignof(WorldEventCoreMechanics_SetTag) == 0x000004, "Wrong alignment on WorldEventCoreMechanics_SetTag"); \ static_assert(sizeof(WorldEventCoreMechanics_SetTag) == 0x000008, "Wrong size on WorldEventCoreMechanics_SetTag"); \ static_assert(offsetof(WorldEventCoreMechanics_SetTag, Tag) == 0x000000, "Member 'WorldEventCoreMechanics_SetTag::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventCoreMechanics_SortAlphabetically \ static_assert(alignof(WorldEventCoreMechanics_SortAlphabetically) == 0x000008, "Wrong alignment on WorldEventCoreMechanics_SortAlphabetically"); \ static_assert(sizeof(WorldEventCoreMechanics_SortAlphabetically) == 0x000020, "Wrong size on WorldEventCoreMechanics_SortAlphabetically"); \ static_assert(offsetof(WorldEventCoreMechanics_SortAlphabetically, unsortedArray) == 0x000000, "Member 'WorldEventCoreMechanics_SortAlphabetically::unsortedArray' has a wrong offset!"); \ static_assert(offsetof(WorldEventCoreMechanics_SortAlphabetically, ReturnValue) == 0x000010, "Member 'WorldEventCoreMechanics_SortAlphabetically::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldEventCoreMechanics_ToggleMaskValue \ static_assert(alignof(WorldEventCoreMechanics_ToggleMaskValue) == 0x000001, "Wrong alignment on WorldEventCoreMechanics_ToggleMaskValue"); \ static_assert(sizeof(WorldEventCoreMechanics_ToggleMaskValue) == 0x000001, "Wrong size on WorldEventCoreMechanics_ToggleMaskValue"); \ static_assert(offsetof(WorldEventCoreMechanics_ToggleMaskValue, status) == 0x000000, "Member 'WorldEventCoreMechanics_ToggleMaskValue::status' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWorldEventCoreMechanics \ static_assert(alignof(AWorldEventCoreMechanics) == 0x000008, "Wrong alignment on AWorldEventCoreMechanics"); \ static_assert(sizeof(AWorldEventCoreMechanics) == 0x000270, "Wrong size on AWorldEventCoreMechanics"); \ static_assert(offsetof(AWorldEventCoreMechanics, GeneralLocationActor) == 0x000248, "Member 'AWorldEventCoreMechanics::GeneralLocationActor' has a wrong offset!"); \ static_assert(offsetof(AWorldEventCoreMechanics, TeleportLocationActor) == 0x000250, "Member 'AWorldEventCoreMechanics::TeleportLocationActor' has a wrong offset!"); \ static_assert(offsetof(AWorldEventCoreMechanics, ProductionStatusMask) == 0x000258, "Member 'AWorldEventCoreMechanics::ProductionStatusMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleNormalizedTimeInRange \ static_assert(alignof(UWorldFXRuleNormalizedTimeInRange) == 0x000008, "Wrong alignment on UWorldFXRuleNormalizedTimeInRange"); \ static_assert(sizeof(UWorldFXRuleNormalizedTimeInRange) == 0x000040, "Wrong size on UWorldFXRuleNormalizedTimeInRange"); \ #define DUMPER7_ASSERTS_UWorldFXRuleWeatherWindSpeedLessThan \ static_assert(alignof(UWorldFXRuleWeatherWindSpeedLessThan) == 0x000008, "Wrong alignment on UWorldFXRuleWeatherWindSpeedLessThan"); \ static_assert(sizeof(UWorldFXRuleWeatherWindSpeedLessThan) == 0x000030, "Wrong size on UWorldFXRuleWeatherWindSpeedLessThan"); \ static_assert(offsetof(UWorldFXRuleWeatherWindSpeedLessThan, Threshold) == 0x000028, "Member 'UWorldFXRuleWeatherWindSpeedLessThan::Threshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleWeatherWindSpeedGreaterThanMS \ static_assert(alignof(UWorldFXRuleWeatherWindSpeedGreaterThanMS) == 0x000008, "Wrong alignment on UWorldFXRuleWeatherWindSpeedGreaterThanMS"); \ static_assert(sizeof(UWorldFXRuleWeatherWindSpeedGreaterThanMS) == 0x000030, "Wrong size on UWorldFXRuleWeatherWindSpeedGreaterThanMS"); \ static_assert(offsetof(UWorldFXRuleWeatherWindSpeedGreaterThanMS, Threshold) == 0x000028, "Member 'UWorldFXRuleWeatherWindSpeedGreaterThanMS::Threshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleWeatherWindSpeedRangeMS \ static_assert(alignof(UWorldFXRuleWeatherWindSpeedRangeMS) == 0x000008, "Wrong alignment on UWorldFXRuleWeatherWindSpeedRangeMS"); \ static_assert(sizeof(UWorldFXRuleWeatherWindSpeedRangeMS) == 0x000030, "Wrong size on UWorldFXRuleWeatherWindSpeedRangeMS"); \ static_assert(offsetof(UWorldFXRuleWeatherWindSpeedRangeMS, minThreshold) == 0x000028, "Member 'UWorldFXRuleWeatherWindSpeedRangeMS::minThreshold' has a wrong offset!"); \ static_assert(offsetof(UWorldFXRuleWeatherWindSpeedRangeMS, maxThreshold) == 0x00002C, "Member 'UWorldFXRuleWeatherWindSpeedRangeMS::maxThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldFXRuleBlendDomainEyeThreshold \ static_assert(alignof(UWorldFXRuleBlendDomainEyeThreshold) == 0x000008, "Wrong alignment on UWorldFXRuleBlendDomainEyeThreshold"); \ static_assert(sizeof(UWorldFXRuleBlendDomainEyeThreshold) == 0x000040, "Wrong size on UWorldFXRuleBlendDomainEyeThreshold"); \ #define DUMPER7_ASSERTS_UWorldFXRulePlayerIsHealthCritical \ static_assert(alignof(UWorldFXRulePlayerIsHealthCritical) == 0x000008, "Wrong alignment on UWorldFXRulePlayerIsHealthCritical"); \ static_assert(sizeof(UWorldFXRulePlayerIsHealthCritical) == 0x000028, "Wrong size on UWorldFXRulePlayerIsHealthCritical"); \ #define DUMPER7_ASSERTS_AWorldMapBoundsVolume \ static_assert(alignof(AWorldMapBoundsVolume) == 0x000008, "Wrong alignment on AWorldMapBoundsVolume"); \ static_assert(sizeof(AWorldMapBoundsVolume) == 0x0002B8, "Wrong size on AWorldMapBoundsVolume"); \ static_assert(offsetof(AWorldMapBoundsVolume, IsWorldMap) == 0x000280, "Member 'AWorldMapBoundsVolume::IsWorldMap' has a wrong offset!"); \ static_assert(offsetof(AWorldMapBoundsVolume, MapName) == 0x000288, "Member 'AWorldMapBoundsVolume::MapName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldObjectManager_AllowSpawn \ static_assert(alignof(WorldObjectManager_AllowSpawn) == 0x000008, "Wrong alignment on WorldObjectManager_AllowSpawn"); \ static_assert(sizeof(WorldObjectManager_AllowSpawn) == 0x000020, "Wrong size on WorldObjectManager_AllowSpawn"); \ static_assert(offsetof(WorldObjectManager_AllowSpawn, InItemID) == 0x000000, "Member 'WorldObjectManager_AllowSpawn::InItemID' has a wrong offset!"); \ static_assert(offsetof(WorldObjectManager_AllowSpawn, inParentUID) == 0x000010, "Member 'WorldObjectManager_AllowSpawn::inParentUID' has a wrong offset!"); \ static_assert(offsetof(WorldObjectManager_AllowSpawn, inOverrideUID) == 0x000014, "Member 'WorldObjectManager_AllowSpawn::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(WorldObjectManager_AllowSpawn, inIsPersistent) == 0x000018, "Member 'WorldObjectManager_AllowSpawn::inIsPersistent' has a wrong offset!"); \ static_assert(offsetof(WorldObjectManager_AllowSpawn, ReturnValue) == 0x000019, "Member 'WorldObjectManager_AllowSpawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldObjectManager_SaveData \ static_assert(alignof(WorldObjectManager_SaveData) == 0x000008, "Wrong alignment on WorldObjectManager_SaveData"); \ static_assert(sizeof(WorldObjectManager_SaveData) == 0x000020, "Wrong size on WorldObjectManager_SaveData"); \ static_assert(offsetof(WorldObjectManager_SaveData, InItemID) == 0x000000, "Member 'WorldObjectManager_SaveData::InItemID' has a wrong offset!"); \ static_assert(offsetof(WorldObjectManager_SaveData, TargetActor) == 0x000010, "Member 'WorldObjectManager_SaveData::TargetActor' has a wrong offset!"); \ static_assert(offsetof(WorldObjectManager_SaveData, inParentUID) == 0x000018, "Member 'WorldObjectManager_SaveData::inParentUID' has a wrong offset!"); \ static_assert(offsetof(WorldObjectManager_SaveData, inOverrideUID) == 0x00001C, "Member 'WorldObjectManager_SaveData::inOverrideUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WorldObjectManager_Spawn \ static_assert(alignof(WorldObjectManager_Spawn) == 0x000010, "Wrong alignment on WorldObjectManager_Spawn"); \ static_assert(sizeof(WorldObjectManager_Spawn) == 0x000080, "Wrong size on WorldObjectManager_Spawn"); \ static_assert(offsetof(WorldObjectManager_Spawn, InWorld) == 0x000000, "Member 'WorldObjectManager_Spawn::InWorld' has a wrong offset!"); \ static_assert(offsetof(WorldObjectManager_Spawn, InTransform) == 0x000010, "Member 'WorldObjectManager_Spawn::InTransform' has a wrong offset!"); \ static_assert(offsetof(WorldObjectManager_Spawn, InRegistryID) == 0x000040, "Member 'WorldObjectManager_Spawn::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(WorldObjectManager_Spawn, inParentUID) == 0x000050, "Member 'WorldObjectManager_Spawn::inParentUID' has a wrong offset!"); \ static_assert(offsetof(WorldObjectManager_Spawn, inOverrideUID) == 0x000054, "Member 'WorldObjectManager_Spawn::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(WorldObjectManager_Spawn, inIsPersistent) == 0x000058, "Member 'WorldObjectManager_Spawn::inIsPersistent' has a wrong offset!"); \ static_assert(offsetof(WorldObjectManager_Spawn, InCollisionMethod) == 0x000059, "Member 'WorldObjectManager_Spawn::InCollisionMethod' has a wrong offset!"); \ static_assert(offsetof(WorldObjectManager_Spawn, InOverrideLevel) == 0x000060, "Member 'WorldObjectManager_Spawn::InOverrideLevel' has a wrong offset!"); \ static_assert(offsetof(WorldObjectManager_Spawn, InParentContainer) == 0x000068, "Member 'WorldObjectManager_Spawn::InParentContainer' has a wrong offset!"); \ static_assert(offsetof(WorldObjectManager_Spawn, ReturnValue) == 0x000070, "Member 'WorldObjectManager_Spawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldObjectManager \ static_assert(alignof(UWorldObjectManager) == 0x000008, "Wrong alignment on UWorldObjectManager"); \ static_assert(sizeof(UWorldObjectManager) == 0x0000F8, "Wrong size on UWorldObjectManager"); \ #define DUMPER7_ASSERTS_BP_XS_Rock_C_UserConstructionScript \ static_assert(alignof(BP_XS_Rock_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_XS_Rock_C_UserConstructionScript"); \ static_assert(sizeof(BP_XS_Rock_C_UserConstructionScript) == 0x000120, "Wrong size on BP_XS_Rock_C_UserConstructionScript"); \ static_assert(offsetof(BP_XS_Rock_C_UserConstructionScript, Props) == 0x000000, "Member 'BP_XS_Rock_C_UserConstructionScript::Props' has a wrong offset!"); \ static_assert(offsetof(BP_XS_Rock_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B0, "Member 'BP_XS_Rock_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_XS_Rock_C_UserConstructionScript, CallFunc_MakeRandomStream_RandomStream) == 0x0000BC, "Member 'BP_XS_Rock_C_UserConstructionScript::CallFunc_MakeRandomStream_RandomStream' has a wrong offset!"); \ static_assert(offsetof(BP_XS_Rock_C_UserConstructionScript, CallFunc_PropSort_NewPropIndex) == 0x0000C4, "Member 'BP_XS_Rock_C_UserConstructionScript::CallFunc_PropSort_NewPropIndex' has a wrong offset!"); \ static_assert(offsetof(BP_XS_Rock_C_UserConstructionScript, CallFunc_PropSort_EnnvironmentOutput) == 0x0000C8, "Member 'BP_XS_Rock_C_UserConstructionScript::CallFunc_PropSort_EnnvironmentOutput' has a wrong offset!"); \ static_assert(offsetof(BP_XS_Rock_C_UserConstructionScript, CallFunc_PropSort_NewEnvInt) == 0x0000CC, "Member 'BP_XS_Rock_C_UserConstructionScript::CallFunc_PropSort_NewEnvInt' has a wrong offset!"); \ static_assert(offsetof(BP_XS_Rock_C_UserConstructionScript, CallFunc_PropSort_NewMeshSelect) == 0x0000D0, "Member 'BP_XS_Rock_C_UserConstructionScript::CallFunc_PropSort_NewMeshSelect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_XS_Rock_C_ExecuteUbergraph_BP_XS_Rock \ static_assert(alignof(BP_XS_Rock_C_ExecuteUbergraph_BP_XS_Rock) == 0x000004, "Wrong alignment on BP_XS_Rock_C_ExecuteUbergraph_BP_XS_Rock"); \ static_assert(sizeof(BP_XS_Rock_C_ExecuteUbergraph_BP_XS_Rock) == 0x000004, "Wrong size on BP_XS_Rock_C_ExecuteUbergraph_BP_XS_Rock"); \ static_assert(offsetof(BP_XS_Rock_C_ExecuteUbergraph_BP_XS_Rock, EntryPoint) == 0x000000, "Member 'BP_XS_Rock_C_ExecuteUbergraph_BP_XS_Rock::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_XS_Rock_C \ static_assert(alignof(ABP_XS_Rock_C) == 0x000008, "Wrong alignment on ABP_XS_Rock_C"); \ static_assert(sizeof(ABP_XS_Rock_C) == 0x0002C0, "Wrong size on ABP_XS_Rock_C"); \ static_assert(offsetof(ABP_XS_Rock_C, UberGraphFrame) == 0x000248, "Member 'ABP_XS_Rock_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_XS_Rock_C, Rock) == 0x000250, "Member 'ABP_XS_Rock_C::Rock' has a wrong offset!"); \ static_assert(offsetof(ABP_XS_Rock_C, environment) == 0x000258, "Member 'ABP_XS_Rock_C::environment' has a wrong offset!"); \ static_assert(offsetof(ABP_XS_Rock_C, PropIndex) == 0x00025C, "Member 'ABP_XS_Rock_C::PropIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_XS_Rock_C, MeshSelect) == 0x000260, "Member 'ABP_XS_Rock_C::MeshSelect' has a wrong offset!"); \ static_assert(offsetof(ABP_XS_Rock_C, EnvInt) == 0x0002B0, "Member 'ABP_XS_Rock_C::EnvInt' has a wrong offset!"); \ static_assert(offsetof(ABP_XS_Rock_C, Random_Seed) == 0x0002B4, "Member 'ABP_XS_Rock_C::Random_Seed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_Lag_Swimming_C \ static_assert(alignof(UBP_Lag_Swimming_C) == 0x000008, "Wrong alignment on UBP_Lag_Swimming_C"); \ static_assert(sizeof(UBP_Lag_Swimming_C) == 0x000218, "Wrong size on UBP_Lag_Swimming_C"); \ #define DUMPER7_ASSERTS_FLEDFadeEffectProperty \ static_assert(alignof(FLEDFadeEffectProperty) == 0x000008, "Wrong alignment on FLEDFadeEffectProperty"); \ static_assert(sizeof(FLEDFadeEffectProperty) == 0x000040, "Wrong size on FLEDFadeEffectProperty"); \ static_assert(offsetof(FLEDFadeEffectProperty, FadeTime) == 0x000000, "Member 'FLEDFadeEffectProperty::FadeTime' has a wrong offset!"); \ static_assert(offsetof(FLEDFadeEffectProperty, FadeToRGB) == 0x000004, "Member 'FLEDFadeEffectProperty::FadeToRGB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UToolManager \ static_assert(alignof(UToolManager) == 0x000008, "Wrong alignment on UToolManager"); \ static_assert(sizeof(UToolManager) == 0x000040, "Wrong size on UToolManager"); \ static_assert(offsetof(UToolManager, ToolList) == 0x000030, "Member 'UToolManager::ToolList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tool_GetUltimateOwner \ static_assert(alignof(Tool_GetUltimateOwner) == 0x000008, "Wrong alignment on Tool_GetUltimateOwner"); \ static_assert(sizeof(Tool_GetUltimateOwner) == 0x000008, "Wrong size on Tool_GetUltimateOwner"); \ static_assert(offsetof(Tool_GetUltimateOwner, ReturnValue) == 0x000000, "Member 'Tool_GetUltimateOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tool_GetOurToolSetComponent \ static_assert(alignof(Tool_GetOurToolSetComponent) == 0x000008, "Wrong alignment on Tool_GetOurToolSetComponent"); \ static_assert(sizeof(Tool_GetOurToolSetComponent) == 0x000008, "Wrong size on Tool_GetOurToolSetComponent"); \ static_assert(offsetof(Tool_GetOurToolSetComponent, ReturnValue) == 0x000000, "Member 'Tool_GetOurToolSetComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Tool_GetToolRecord \ static_assert(alignof(Tool_GetToolRecord) == 0x000008, "Wrong alignment on Tool_GetToolRecord"); \ static_assert(sizeof(Tool_GetToolRecord) == 0x000008, "Wrong size on Tool_GetToolRecord"); \ static_assert(offsetof(Tool_GetToolRecord, ReturnValue) == 0x000000, "Member 'Tool_GetToolRecord::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATool \ static_assert(alignof(ATool) == 0x000008, "Wrong alignment on ATool"); \ static_assert(sizeof(ATool) == 0x0002E0, "Wrong size on ATool"); \ static_assert(offsetof(ATool, bUseEffectsOnTool) == 0x000248, "Member 'ATool::bUseEffectsOnTool' has a wrong offset!"); \ static_assert(offsetof(ATool, EffectsTimeIn) == 0x00024C, "Member 'ATool::EffectsTimeIn' has a wrong offset!"); \ static_assert(offsetof(ATool, EffectsTimeOut) == 0x000250, "Member 'ATool::EffectsTimeOut' has a wrong offset!"); \ static_assert(offsetof(ATool, ActivateEffects) == 0x000258, "Member 'ATool::ActivateEffects' has a wrong offset!"); \ static_assert(offsetof(ATool, DeactivateEffects) == 0x000268, "Member 'ATool::DeactivateEffects' has a wrong offset!"); \ static_assert(offsetof(ATool, AttachSocket) == 0x000278, "Member 'ATool::AttachSocket' has a wrong offset!"); \ static_assert(offsetof(ATool, EquipSfx) == 0x000280, "Member 'ATool::EquipSfx' has a wrong offset!"); \ static_assert(offsetof(ATool, UnequipSfx) == 0x000288, "Member 'ATool::UnequipSfx' has a wrong offset!"); \ static_assert(offsetof(ATool, ToolEquipAction) == 0x000290, "Member 'ATool::ToolEquipAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULEDFadeEffect \ static_assert(alignof(ULEDFadeEffect) == 0x000008, "Wrong alignment on ULEDFadeEffect"); \ static_assert(sizeof(ULEDFadeEffect) == 0x000048, "Wrong size on ULEDFadeEffect"); \ static_assert(offsetof(ULEDFadeEffect, FadeEffectProperties) == 0x000028, "Member 'ULEDFadeEffect::FadeEffectProperties' has a wrong offset!"); \ static_assert(offsetof(ULEDFadeEffect, loop) == 0x000038, "Member 'ULEDFadeEffect::loop' has a wrong offset!"); \ static_assert(offsetof(ULEDFadeEffect, SetOnEnd) == 0x000039, "Member 'ULEDFadeEffect::SetOnEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UToolRecord \ static_assert(alignof(UToolRecord) == 0x000008, "Wrong alignment on UToolRecord"); \ static_assert(sizeof(UToolRecord) == 0x000050, "Wrong size on UToolRecord"); \ static_assert(offsetof(UToolRecord, LookupName) == 0x000030, "Member 'UToolRecord::LookupName' has a wrong offset!"); \ static_assert(offsetof(UToolRecord, LockName) == 0x000038, "Member 'UToolRecord::LockName' has a wrong offset!"); \ static_assert(offsetof(UToolRecord, Contexts) == 0x000040, "Member 'UToolRecord::Contexts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LEDEffects_GetActiveColor \ static_assert(alignof(LEDEffects_GetActiveColor) == 0x000004, "Wrong alignment on LEDEffects_GetActiveColor"); \ static_assert(sizeof(LEDEffects_GetActiveColor) == 0x000008, "Wrong size on LEDEffects_GetActiveColor"); \ static_assert(offsetof(LEDEffects_GetActiveColor, Color) == 0x000000, "Member 'LEDEffects_GetActiveColor::Color' has a wrong offset!"); \ static_assert(offsetof(LEDEffects_GetActiveColor, ReturnValue) == 0x000004, "Member 'LEDEffects_GetActiveColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LEDEffects_ResetLED \ static_assert(alignof(LEDEffects_ResetLED) == 0x000004, "Wrong alignment on LEDEffects_ResetLED"); \ static_assert(sizeof(LEDEffects_ResetLED) == 0x000004, "Wrong size on LEDEffects_ResetLED"); \ static_assert(offsetof(LEDEffects_ResetLED, ControllerId) == 0x000000, "Member 'LEDEffects_ResetLED::ControllerId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LEDEffects_SetColor \ static_assert(alignof(LEDEffects_SetColor) == 0x000004, "Wrong alignment on LEDEffects_SetColor"); \ static_assert(sizeof(LEDEffects_SetColor) == 0x000008, "Wrong size on LEDEffects_SetColor"); \ static_assert(offsetof(LEDEffects_SetColor, ControllerId) == 0x000000, "Member 'LEDEffects_SetColor::ControllerId' has a wrong offset!"); \ static_assert(offsetof(LEDEffects_SetColor, Color) == 0x000004, "Member 'LEDEffects_SetColor::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULEDEffects \ static_assert(alignof(ULEDEffects) == 0x000008, "Wrong alignment on ULEDEffects"); \ static_assert(sizeof(ULEDEffects) == 0x000148, "Wrong size on ULEDEffects"); \ static_assert(offsetof(ULEDEffects, faders) == 0x0000E0, "Member 'ULEDEffects::faders' has a wrong offset!"); \ static_assert(offsetof(ULEDEffects, BaseLEDFadeEffect) == 0x0000F0, "Member 'ULEDEffects::BaseLEDFadeEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UToolAsset_Ammo \ static_assert(alignof(UToolAsset_Ammo) == 0x000008, "Wrong alignment on UToolAsset_Ammo"); \ static_assert(sizeof(UToolAsset_Ammo) == 0x000078, "Wrong size on UToolAsset_Ammo"); \ static_assert(offsetof(UToolAsset_Ammo, m_ammoUpgrade) == 0x000030, "Member 'UToolAsset_Ammo::m_ammoUpgrade' has a wrong offset!"); \ static_assert(offsetof(UToolAsset_Ammo, m_clipSize) == 0x000040, "Member 'UToolAsset_Ammo::m_clipSize' has a wrong offset!"); \ static_assert(offsetof(UToolAsset_Ammo, m_autoReload) == 0x000044, "Member 'UToolAsset_Ammo::m_autoReload' has a wrong offset!"); \ static_assert(offsetof(UToolAsset_Ammo, m_reloadDelay) == 0x000048, "Member 'UToolAsset_Ammo::m_reloadDelay' has a wrong offset!"); \ static_assert(offsetof(UToolAsset_Ammo, m_reloadSfx) == 0x000050, "Member 'UToolAsset_Ammo::m_reloadSfx' has a wrong offset!"); \ static_assert(offsetof(UToolAsset_Ammo, m_reloadAnim) == 0x000058, "Member 'UToolAsset_Ammo::m_reloadAnim' has a wrong offset!"); \ static_assert(offsetof(UToolAsset_Ammo, m_limitedAmmo) == 0x000060, "Member 'UToolAsset_Ammo::m_limitedAmmo' has a wrong offset!"); \ static_assert(offsetof(UToolAsset_Ammo, m_startingAmmo) == 0x000064, "Member 'UToolAsset_Ammo::m_startingAmmo' has a wrong offset!"); \ static_assert(offsetof(UToolAsset_Ammo, m_maxAmmo) == 0x000068, "Member 'UToolAsset_Ammo::m_maxAmmo' has a wrong offset!"); \ static_assert(offsetof(UToolAsset_Ammo, m_emptySfx) == 0x000070, "Member 'UToolAsset_Ammo::m_emptySfx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UToolEffectData \ static_assert(alignof(UToolEffectData) == 0x000008, "Wrong alignment on UToolEffectData"); \ static_assert(sizeof(UToolEffectData) == 0x000048, "Wrong size on UToolEffectData"); \ static_assert(offsetof(UToolEffectData, EffectType) == 0x000030, "Member 'UToolEffectData::EffectType' has a wrong offset!"); \ static_assert(offsetof(UToolEffectData, GraphCurveFloat) == 0x000038, "Member 'UToolEffectData::GraphCurveFloat' has a wrong offset!"); \ static_assert(offsetof(UToolEffectData, BaseScale) == 0x000040, "Member 'UToolEffectData::BaseScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_ActivateExistingTool \ static_assert(alignof(ToolSetComponent_ActivateExistingTool) == 0x000008, "Wrong alignment on ToolSetComponent_ActivateExistingTool"); \ static_assert(sizeof(ToolSetComponent_ActivateExistingTool) == 0x000010, "Wrong size on ToolSetComponent_ActivateExistingTool"); \ static_assert(offsetof(ToolSetComponent_ActivateExistingTool, Tool) == 0x000000, "Member 'ToolSetComponent_ActivateExistingTool::Tool' has a wrong offset!"); \ static_assert(offsetof(ToolSetComponent_ActivateExistingTool, ReturnValue) == 0x000008, "Member 'ToolSetComponent_ActivateExistingTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_ActivateTool \ static_assert(alignof(ToolSetComponent_ActivateTool) == 0x000008, "Wrong alignment on ToolSetComponent_ActivateTool"); \ static_assert(sizeof(ToolSetComponent_ActivateTool) == 0x000010, "Wrong size on ToolSetComponent_ActivateTool"); \ static_assert(offsetof(ToolSetComponent_ActivateTool, ToolRecord) == 0x000000, "Member 'ToolSetComponent_ActivateTool::ToolRecord' has a wrong offset!"); \ static_assert(offsetof(ToolSetComponent_ActivateTool, ReturnValue) == 0x000008, "Member 'ToolSetComponent_ActivateTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_ActivateToolByName \ static_assert(alignof(ToolSetComponent_ActivateToolByName) == 0x000008, "Wrong alignment on ToolSetComponent_ActivateToolByName"); \ static_assert(sizeof(ToolSetComponent_ActivateToolByName) == 0x000010, "Wrong size on ToolSetComponent_ActivateToolByName"); \ static_assert(offsetof(ToolSetComponent_ActivateToolByName, Name_0) == 0x000000, "Member 'ToolSetComponent_ActivateToolByName::Name_0' has a wrong offset!"); \ static_assert(offsetof(ToolSetComponent_ActivateToolByName, ReturnValue) == 0x000008, "Member 'ToolSetComponent_ActivateToolByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_AddToolToRecords \ static_assert(alignof(ToolSetComponent_AddToolToRecords) == 0x000008, "Wrong alignment on ToolSetComponent_AddToolToRecords"); \ static_assert(sizeof(ToolSetComponent_AddToolToRecords) == 0x000008, "Wrong size on ToolSetComponent_AddToolToRecords"); \ static_assert(offsetof(ToolSetComponent_AddToolToRecords, NewRecord) == 0x000000, "Member 'ToolSetComponent_AddToolToRecords::NewRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_AsyncLoadToolByName \ static_assert(alignof(ToolSetComponent_AsyncLoadToolByName) == 0x000004, "Wrong alignment on ToolSetComponent_AsyncLoadToolByName"); \ static_assert(sizeof(ToolSetComponent_AsyncLoadToolByName) == 0x000008, "Wrong size on ToolSetComponent_AsyncLoadToolByName"); \ static_assert(offsetof(ToolSetComponent_AsyncLoadToolByName, Name_0) == 0x000000, "Member 'ToolSetComponent_AsyncLoadToolByName::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_ClearActiveTool \ static_assert(alignof(ToolSetComponent_ClearActiveTool) == 0x000008, "Wrong alignment on ToolSetComponent_ClearActiveTool"); \ static_assert(sizeof(ToolSetComponent_ClearActiveTool) == 0x000008, "Wrong size on ToolSetComponent_ClearActiveTool"); \ static_assert(offsetof(ToolSetComponent_ClearActiveTool, ReturnValue) == 0x000000, "Member 'ToolSetComponent_ClearActiveTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_FinishSettingBlacklistedTools \ static_assert(alignof(ToolSetComponent_FinishSettingBlacklistedTools) == 0x000008, "Wrong alignment on ToolSetComponent_FinishSettingBlacklistedTools"); \ static_assert(sizeof(ToolSetComponent_FinishSettingBlacklistedTools) == 0x000010, "Wrong size on ToolSetComponent_FinishSettingBlacklistedTools"); \ static_assert(offsetof(ToolSetComponent_FinishSettingBlacklistedTools, InPriority) == 0x000000, "Member 'ToolSetComponent_FinishSettingBlacklistedTools::InPriority' has a wrong offset!"); \ static_assert(offsetof(ToolSetComponent_FinishSettingBlacklistedTools, InProvider) == 0x000008, "Member 'ToolSetComponent_FinishSettingBlacklistedTools::InProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_FinishSettingWhitelistedTools \ static_assert(alignof(ToolSetComponent_FinishSettingWhitelistedTools) == 0x000008, "Wrong alignment on ToolSetComponent_FinishSettingWhitelistedTools"); \ static_assert(sizeof(ToolSetComponent_FinishSettingWhitelistedTools) == 0x000010, "Wrong size on ToolSetComponent_FinishSettingWhitelistedTools"); \ static_assert(offsetof(ToolSetComponent_FinishSettingWhitelistedTools, InPriority) == 0x000000, "Member 'ToolSetComponent_FinishSettingWhitelistedTools::InPriority' has a wrong offset!"); \ static_assert(offsetof(ToolSetComponent_FinishSettingWhitelistedTools, InProvider) == 0x000008, "Member 'ToolSetComponent_FinishSettingWhitelistedTools::InProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_SetAttachmentParent \ static_assert(alignof(ToolSetComponent_SetAttachmentParent) == 0x000008, "Wrong alignment on ToolSetComponent_SetAttachmentParent"); \ static_assert(sizeof(ToolSetComponent_SetAttachmentParent) == 0x000008, "Wrong size on ToolSetComponent_SetAttachmentParent"); \ static_assert(offsetof(ToolSetComponent_SetAttachmentParent, InOwnerMesh) == 0x000000, "Member 'ToolSetComponent_SetAttachmentParent::InOwnerMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_StartSettingBlacklistedTools \ static_assert(alignof(ToolSetComponent_StartSettingBlacklistedTools) == 0x000008, "Wrong alignment on ToolSetComponent_StartSettingBlacklistedTools"); \ static_assert(sizeof(ToolSetComponent_StartSettingBlacklistedTools) == 0x000020, "Wrong size on ToolSetComponent_StartSettingBlacklistedTools"); \ static_assert(offsetof(ToolSetComponent_StartSettingBlacklistedTools, InTools) == 0x000000, "Member 'ToolSetComponent_StartSettingBlacklistedTools::InTools' has a wrong offset!"); \ static_assert(offsetof(ToolSetComponent_StartSettingBlacklistedTools, InPriority) == 0x000010, "Member 'ToolSetComponent_StartSettingBlacklistedTools::InPriority' has a wrong offset!"); \ static_assert(offsetof(ToolSetComponent_StartSettingBlacklistedTools, InProvider) == 0x000018, "Member 'ToolSetComponent_StartSettingBlacklistedTools::InProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_StartSettingWhitelistedTools \ static_assert(alignof(ToolSetComponent_StartSettingWhitelistedTools) == 0x000008, "Wrong alignment on ToolSetComponent_StartSettingWhitelistedTools"); \ static_assert(sizeof(ToolSetComponent_StartSettingWhitelistedTools) == 0x000020, "Wrong size on ToolSetComponent_StartSettingWhitelistedTools"); \ static_assert(offsetof(ToolSetComponent_StartSettingWhitelistedTools, InTools) == 0x000000, "Member 'ToolSetComponent_StartSettingWhitelistedTools::InTools' has a wrong offset!"); \ static_assert(offsetof(ToolSetComponent_StartSettingWhitelistedTools, InPriority) == 0x000010, "Member 'ToolSetComponent_StartSettingWhitelistedTools::InPriority' has a wrong offset!"); \ static_assert(offsetof(ToolSetComponent_StartSettingWhitelistedTools, InProvider) == 0x000018, "Member 'ToolSetComponent_StartSettingWhitelistedTools::InProvider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_GetActiveTool \ static_assert(alignof(ToolSetComponent_GetActiveTool) == 0x000008, "Wrong alignment on ToolSetComponent_GetActiveTool"); \ static_assert(sizeof(ToolSetComponent_GetActiveTool) == 0x000008, "Wrong size on ToolSetComponent_GetActiveTool"); \ static_assert(offsetof(ToolSetComponent_GetActiveTool, ReturnValue) == 0x000000, "Member 'ToolSetComponent_GetActiveTool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_GetActiveToolRecordIndex \ static_assert(alignof(ToolSetComponent_GetActiveToolRecordIndex) == 0x000004, "Wrong alignment on ToolSetComponent_GetActiveToolRecordIndex"); \ static_assert(sizeof(ToolSetComponent_GetActiveToolRecordIndex) == 0x000004, "Wrong size on ToolSetComponent_GetActiveToolRecordIndex"); \ static_assert(offsetof(ToolSetComponent_GetActiveToolRecordIndex, ReturnValue) == 0x000000, "Member 'ToolSetComponent_GetActiveToolRecordIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_GetAttachmentParent \ static_assert(alignof(ToolSetComponent_GetAttachmentParent) == 0x000008, "Wrong alignment on ToolSetComponent_GetAttachmentParent"); \ static_assert(sizeof(ToolSetComponent_GetAttachmentParent) == 0x000008, "Wrong size on ToolSetComponent_GetAttachmentParent"); \ static_assert(offsetof(ToolSetComponent_GetAttachmentParent, ReturnValue) == 0x000000, "Member 'ToolSetComponent_GetAttachmentParent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_GetToolRecordByName \ static_assert(alignof(ToolSetComponent_GetToolRecordByName) == 0x000008, "Wrong alignment on ToolSetComponent_GetToolRecordByName"); \ static_assert(sizeof(ToolSetComponent_GetToolRecordByName) == 0x000010, "Wrong size on ToolSetComponent_GetToolRecordByName"); \ static_assert(offsetof(ToolSetComponent_GetToolRecordByName, Name_0) == 0x000000, "Member 'ToolSetComponent_GetToolRecordByName::Name_0' has a wrong offset!"); \ static_assert(offsetof(ToolSetComponent_GetToolRecordByName, ReturnValue) == 0x000008, "Member 'ToolSetComponent_GetToolRecordByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_GetToolRecordIndex \ static_assert(alignof(ToolSetComponent_GetToolRecordIndex) == 0x000008, "Wrong alignment on ToolSetComponent_GetToolRecordIndex"); \ static_assert(sizeof(ToolSetComponent_GetToolRecordIndex) == 0x000010, "Wrong size on ToolSetComponent_GetToolRecordIndex"); \ static_assert(offsetof(ToolSetComponent_GetToolRecordIndex, ToolRecord) == 0x000000, "Member 'ToolSetComponent_GetToolRecordIndex::ToolRecord' has a wrong offset!"); \ static_assert(offsetof(ToolSetComponent_GetToolRecordIndex, ReturnValue) == 0x000008, "Member 'ToolSetComponent_GetToolRecordIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_GetToolRecords \ static_assert(alignof(ToolSetComponent_GetToolRecords) == 0x000008, "Wrong alignment on ToolSetComponent_GetToolRecords"); \ static_assert(sizeof(ToolSetComponent_GetToolRecords) == 0x000010, "Wrong size on ToolSetComponent_GetToolRecords"); \ static_assert(offsetof(ToolSetComponent_GetToolRecords, ReturnValue) == 0x000000, "Member 'ToolSetComponent_GetToolRecords::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ToolSetComponent_IsToolUsageAllowed \ static_assert(alignof(ToolSetComponent_IsToolUsageAllowed) == 0x000008, "Wrong alignment on ToolSetComponent_IsToolUsageAllowed"); \ static_assert(sizeof(ToolSetComponent_IsToolUsageAllowed) == 0x000010, "Wrong size on ToolSetComponent_IsToolUsageAllowed"); \ static_assert(offsetof(ToolSetComponent_IsToolUsageAllowed, ToolRecord) == 0x000000, "Member 'ToolSetComponent_IsToolUsageAllowed::ToolRecord' has a wrong offset!"); \ static_assert(offsetof(ToolSetComponent_IsToolUsageAllowed, ReturnValue) == 0x000008, "Member 'ToolSetComponent_IsToolUsageAllowed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UToolSetComponent \ static_assert(alignof(UToolSetComponent) == 0x000008, "Wrong alignment on UToolSetComponent"); \ static_assert(sizeof(UToolSetComponent) == 0x0003B0, "Wrong size on UToolSetComponent"); \ static_assert(offsetof(UToolSetComponent, ToolRecords) == 0x0000D0, "Member 'UToolSetComponent::ToolRecords' has a wrong offset!"); \ static_assert(offsetof(UToolSetComponent, OnActiveToolChanged) == 0x0000E0, "Member 'UToolSetComponent::OnActiveToolChanged' has a wrong offset!"); \ static_assert(offsetof(UToolSetComponent, SpawnedToolsMap) == 0x000100, "Member 'UToolSetComponent::SpawnedToolsMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UToolType \ static_assert(alignof(UToolType) == 0x000008, "Wrong alignment on UToolType"); \ static_assert(sizeof(UToolType) == 0x0000D8, "Wrong size on UToolType"); \ static_assert(offsetof(UToolType, m_autoEquipTimeout) == 0x0000D0, "Member 'UToolType::m_autoEquipTimeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTriggerEffect \ static_assert(alignof(UTriggerEffect) == 0x000008, "Wrong alignment on UTriggerEffect"); \ static_assert(sizeof(UTriggerEffect) == 0x000048, "Wrong size on UTriggerEffect"); \ static_assert(offsetof(UTriggerEffect, TriggerMode) == 0x000028, "Member 'UTriggerEffect::TriggerMode' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffect, RightTrigger) == 0x000029, "Member 'UTriggerEffect::RightTrigger' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffect, LeftTrigger) == 0x00002A, "Member 'UTriggerEffect::LeftTrigger' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffect, WeaponStartPosition) == 0x00002B, "Member 'UTriggerEffect::WeaponStartPosition' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffect, WeaponEndPosition) == 0x00002C, "Member 'UTriggerEffect::WeaponEndPosition' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffect, WeaponStrength) == 0x00002D, "Member 'UTriggerEffect::WeaponStrength' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffect, VibrationPosition) == 0x00002E, "Member 'UTriggerEffect::VibrationPosition' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffect, VibrationFrequency) == 0x00002F, "Member 'UTriggerEffect::VibrationFrequency' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffect, VibrationAmplitude) == 0x000030, "Member 'UTriggerEffect::VibrationAmplitude' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffect, FeedbackPosition) == 0x000031, "Member 'UTriggerEffect::FeedbackPosition' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffect, FeedbackStrength) == 0x000032, "Member 'UTriggerEffect::FeedbackStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TriggerEffectManager_ActivateTriggerEffect \ static_assert(alignof(TriggerEffectManager_ActivateTriggerEffect) == 0x000008, "Wrong alignment on TriggerEffectManager_ActivateTriggerEffect"); \ static_assert(sizeof(TriggerEffectManager_ActivateTriggerEffect) == 0x000010, "Wrong size on TriggerEffectManager_ActivateTriggerEffect"); \ static_assert(offsetof(TriggerEffectManager_ActivateTriggerEffect, TriggerEffect) == 0x000000, "Member 'TriggerEffectManager_ActivateTriggerEffect::TriggerEffect' has a wrong offset!"); \ static_assert(offsetof(TriggerEffectManager_ActivateTriggerEffect, ControllerId) == 0x000008, "Member 'TriggerEffectManager_ActivateTriggerEffect::ControllerId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TriggerEffectManager_DeactivateTriggerEffect \ static_assert(alignof(TriggerEffectManager_DeactivateTriggerEffect) == 0x000008, "Wrong alignment on TriggerEffectManager_DeactivateTriggerEffect"); \ static_assert(sizeof(TriggerEffectManager_DeactivateTriggerEffect) == 0x000010, "Wrong size on TriggerEffectManager_DeactivateTriggerEffect"); \ static_assert(offsetof(TriggerEffectManager_DeactivateTriggerEffect, TriggerEffect) == 0x000000, "Member 'TriggerEffectManager_DeactivateTriggerEffect::TriggerEffect' has a wrong offset!"); \ static_assert(offsetof(TriggerEffectManager_DeactivateTriggerEffect, ControllerId) == 0x000008, "Member 'TriggerEffectManager_DeactivateTriggerEffect::ControllerId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTriggerEffectManager \ static_assert(alignof(UTriggerEffectManager) == 0x000008, "Wrong alignment on UTriggerEffectManager"); \ static_assert(sizeof(UTriggerEffectManager) == 0x000048, "Wrong size on UTriggerEffectManager"); \ static_assert(offsetof(UTriggerEffectManager, InactiveTriggerEffect) == 0x000030, "Member 'UTriggerEffectManager::InactiveTriggerEffect' has a wrong offset!"); \ static_assert(offsetof(UTriggerEffectManager, TriggerEffectStack) == 0x000038, "Member 'UTriggerEffectManager::TriggerEffectStack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PottingDetails_C_ExecuteUbergraph_UI_BP_PottingDetails \ static_assert(alignof(UI_BP_PottingDetails_C_ExecuteUbergraph_UI_BP_PottingDetails) == 0x000004, "Wrong alignment on UI_BP_PottingDetails_C_ExecuteUbergraph_UI_BP_PottingDetails"); \ static_assert(sizeof(UI_BP_PottingDetails_C_ExecuteUbergraph_UI_BP_PottingDetails) == 0x000004, "Wrong size on UI_BP_PottingDetails_C_ExecuteUbergraph_UI_BP_PottingDetails"); \ static_assert(offsetof(UI_BP_PottingDetails_C_ExecuteUbergraph_UI_BP_PottingDetails, EntryPoint) == 0x000000, "Member 'UI_BP_PottingDetails_C_ExecuteUbergraph_UI_BP_PottingDetails::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PottingDetails_C_InitPlottingData \ static_assert(alignof(UI_BP_PottingDetails_C_InitPlottingData) == 0x000008, "Wrong alignment on UI_BP_PottingDetails_C_InitPlottingData"); \ static_assert(sizeof(UI_BP_PottingDetails_C_InitPlottingData) == 0x000058, "Wrong size on UI_BP_PottingDetails_C_InitPlottingData"); \ static_assert(offsetof(UI_BP_PottingDetails_C_InitPlottingData, SeedInfo) == 0x000000, "Member 'UI_BP_PottingDetails_C_InitPlottingData::SeedInfo' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_InitPlottingData, CanPlantInPlot) == 0x000030, "Member 'UI_BP_PottingDetails_C_InitPlottingData::CanPlantInPlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_InitPlottingData, CallFunc_Conv_NameToString_ReturnValue) == 0x000038, "Member 'UI_BP_PottingDetails_C_InitPlottingData::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_InitPlottingData, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'UI_BP_PottingDetails_C_InitPlottingData::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PottingDetails_C_SetUpPlottingDetails \ static_assert(alignof(UI_BP_PottingDetails_C_SetUpPlottingDetails) == 0x000008, "Wrong alignment on UI_BP_PottingDetails_C_SetUpPlottingDetails"); \ static_assert(sizeof(UI_BP_PottingDetails_C_SetUpPlottingDetails) == 0x000058, "Wrong size on UI_BP_PottingDetails_C_SetUpPlottingDetails"); \ static_assert(offsetof(UI_BP_PottingDetails_C_SetUpPlottingDetails, IsUnlocked) == 0x000000, "Member 'UI_BP_PottingDetails_C_SetUpPlottingDetails::IsUnlocked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_SetUpPlottingDetails, NewGrowthTime) == 0x000004, "Member 'UI_BP_PottingDetails_C_SetUpPlottingDetails::NewGrowthTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_SetUpPlottingDetails, PlantSize) == 0x000008, "Member 'UI_BP_PottingDetails_C_SetUpPlottingDetails::PlantSize' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_SetUpPlottingDetails, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'UI_BP_PottingDetails_C_SetUpPlottingDetails::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_SetUpPlottingDetails, CallFunc_BP_Get_ReturnValue) == 0x000020, "Member 'UI_BP_PottingDetails_C_SetUpPlottingDetails::CallFunc_BP_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_SetUpPlottingDetails, CallFunc_GetGrowthTimeMultiplier_ReturnValue) == 0x000028, "Member 'UI_BP_PottingDetails_C_SetUpPlottingDetails::CallFunc_GetGrowthTimeMultiplier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_SetUpPlottingDetails, CallFunc_Multiply_IntFloat_ReturnValue) == 0x00002C, "Member 'UI_BP_PottingDetails_C_SetUpPlottingDetails::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_SetUpPlottingDetails, CallFunc_FTrunc_ReturnValue) == 0x000030, "Member 'UI_BP_PottingDetails_C_SetUpPlottingDetails::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_SetUpPlottingDetails, CallFunc_MakeTimespan_ReturnValue) == 0x000038, "Member 'UI_BP_PottingDetails_C_SetUpPlottingDetails::CallFunc_MakeTimespan_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_SetUpPlottingDetails, CallFunc_GetTimeRemainingText_TimeRemainingText) == 0x000040, "Member 'UI_BP_PottingDetails_C_SetUpPlottingDetails::CallFunc_GetTimeRemainingText_TimeRemainingText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PottingDetails_C_Set_Up_Plotting_Legend \ static_assert(alignof(UI_BP_PottingDetails_C_Set_Up_Plotting_Legend) == 0x000008, "Wrong alignment on UI_BP_PottingDetails_C_Set_Up_Plotting_Legend"); \ static_assert(sizeof(UI_BP_PottingDetails_C_Set_Up_Plotting_Legend) == 0x000100, "Wrong size on UI_BP_PottingDetails_C_Set_Up_Plotting_Legend"); \ static_assert(offsetof(UI_BP_PottingDetails_C_Set_Up_Plotting_Legend, LockId) == 0x000000, "Member 'UI_BP_PottingDetails_C_Set_Up_Plotting_Legend::LockId' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_Set_Up_Plotting_Legend, IsUnlocked) == 0x000008, "Member 'UI_BP_PottingDetails_C_Set_Up_Plotting_Legend::IsUnlocked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_Set_Up_Plotting_Legend, CanPlantInPlot) == 0x000009, "Member 'UI_BP_PottingDetails_C_Set_Up_Plotting_Legend::CanPlantInPlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_Set_Up_Plotting_Legend, TempLegendDataArray) == 0x000010, "Member 'UI_BP_PottingDetails_C_Set_Up_Plotting_Legend::TempLegendDataArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_Set_Up_Plotting_Legend, Temp_bool_Variable) == 0x000020, "Member 'UI_BP_PottingDetails_C_Set_Up_Plotting_Legend::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_Set_Up_Plotting_Legend, K2Node_MakeStruct_LegendItemData) == 0x000028, "Member 'UI_BP_PottingDetails_C_Set_Up_Plotting_Legend::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_Set_Up_Plotting_Legend, K2Node_MakeArray_Array) == 0x000058, "Member 'UI_BP_PottingDetails_C_Set_Up_Plotting_Legend::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_Set_Up_Plotting_Legend, CallFunc_GetUnlockSourceForLockID_static_ReturnValue) == 0x000068, "Member 'UI_BP_PottingDetails_C_Set_Up_Plotting_Legend::CallFunc_GetUnlockSourceForLockID_static_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_Set_Up_Plotting_Legend, CallFunc_GetUnlockTextFromUnlockSource_Unlock_Text) == 0x0000B8, "Member 'UI_BP_PottingDetails_C_Set_Up_Plotting_Legend::CallFunc_GetUnlockTextFromUnlockSource_Unlock_Text' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_Set_Up_Plotting_Legend, CallFunc_AVATranslate_ReturnValue) == 0x0000D0, "Member 'UI_BP_PottingDetails_C_Set_Up_Plotting_Legend::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_Set_Up_Plotting_Legend, K2Node_Select_Default) == 0x0000E8, "Member 'UI_BP_PottingDetails_C_Set_Up_Plotting_Legend::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PottingDetails_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_PottingDetails_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_PottingDetails_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_PottingDetails_C_GatherMenuReaderStrings) == 0x0001A0, "Wrong size on UI_BP_PottingDetails_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000048, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000049, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000050, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000068, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_1) == 0x00007C, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00007D, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000080, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000098, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x0000B0, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000C8, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000D8, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0000E0, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0000F8, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x000108, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_4) == 0x000110, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x000128, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x000138, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_2) == 0x00013C, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x00013D, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_5) == 0x000140, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_5) == 0x000158, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_5) == 0x000168, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_6) == 0x000170, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_6) == 0x000188, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PottingDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_6) == 0x000198, "Member 'UI_BP_PottingDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_PottingDetails_C \ static_assert(alignof(UUI_BP_PottingDetails_C) == 0x000008, "Wrong alignment on UUI_BP_PottingDetails_C"); \ static_assert(sizeof(UUI_BP_PottingDetails_C) == 0x000388, "Wrong size on UUI_BP_PottingDetails_C"); \ static_assert(offsetof(UUI_BP_PottingDetails_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_PottingDetails_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PottingDetails_C, detailsDescription) == 0x000330, "Member 'UUI_BP_PottingDetails_C::detailsDescription' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PottingDetails_C, detailsTitle) == 0x000338, "Member 'UUI_BP_PottingDetails_C::detailsTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PottingDetails_C, ErrorText) == 0x000340, "Member 'UUI_BP_PottingDetails_C::ErrorText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PottingDetails_C, ErrorTextMain) == 0x000348, "Member 'UUI_BP_PottingDetails_C::ErrorTextMain' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PottingDetails_C, GrowthTimeHeader) == 0x000350, "Member 'UUI_BP_PottingDetails_C::GrowthTimeHeader' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PottingDetails_C, GrowthTimeText) == 0x000358, "Member 'UUI_BP_PottingDetails_C::GrowthTimeText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PottingDetails_C, NewTooltipLegend) == 0x000360, "Member 'UUI_BP_PottingDetails_C::NewTooltipLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PottingDetails_C, panelBack) == 0x000368, "Member 'UUI_BP_PottingDetails_C::panelBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PottingDetails_C, PlotSizeHeader) == 0x000370, "Member 'UUI_BP_PottingDetails_C::PlotSizeHeader' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PottingDetails_C, PlotSizeText) == 0x000378, "Member 'UUI_BP_PottingDetails_C::PlotSizeText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PottingDetails_C, plottingDetails) == 0x000380, "Member 'UUI_BP_PottingDetails_C::plottingDetails' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCalloutInformation \ static_assert(alignof(FCalloutInformation) == 0x000008, "Wrong alignment on FCalloutInformation"); \ static_assert(sizeof(FCalloutInformation) == 0x000058, "Wrong size on FCalloutInformation"); \ static_assert(offsetof(FCalloutInformation, CalloutType) == 0x000000, "Member 'FCalloutInformation::CalloutType' has a wrong offset!"); \ static_assert(offsetof(FCalloutInformation, CalloutBlipType) == 0x000001, "Member 'FCalloutInformation::CalloutBlipType' has a wrong offset!"); \ static_assert(offsetof(FCalloutInformation, CalloutAction) == 0x000002, "Member 'FCalloutInformation::CalloutAction' has a wrong offset!"); \ static_assert(offsetof(FCalloutInformation, TargetName) == 0x000008, "Member 'FCalloutInformation::TargetName' has a wrong offset!"); \ static_assert(offsetof(FCalloutInformation, CalloutTextColor) == 0x000020, "Member 'FCalloutInformation::CalloutTextColor' has a wrong offset!"); \ static_assert(offsetof(FCalloutInformation, CalloutInteractDistance) == 0x000048, "Member 'FCalloutInformation::CalloutInteractDistance' has a wrong offset!"); \ static_assert(offsetof(FCalloutInformation, bGrayOutButton) == 0x00004C, "Member 'FCalloutInformation::bGrayOutButton' has a wrong offset!"); \ static_assert(offsetof(FCalloutInformation, bIsTargetNameTranslatable) == 0x00004D, "Member 'FCalloutInformation::bIsTargetNameTranslatable' has a wrong offset!"); \ static_assert(offsetof(FCalloutInformation, Owned) == 0x00004E, "Member 'FCalloutInformation::Owned' has a wrong offset!"); \ static_assert(offsetof(FCalloutInformation, CalloutChargeTime) == 0x000050, "Member 'FCalloutInformation::CalloutChargeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupFocusDirection \ static_assert(alignof(UCogGroupFocusDirection) == 0x000008, "Wrong alignment on UCogGroupFocusDirection"); \ static_assert(sizeof(UCogGroupFocusDirection) == 0x000028, "Wrong size on UCogGroupFocusDirection"); \ #define DUMPER7_ASSERTS_UCogGroupFocusDirection_Socket \ static_assert(alignof(UCogGroupFocusDirection_Socket) == 0x000008, "Wrong alignment on UCogGroupFocusDirection_Socket"); \ static_assert(sizeof(UCogGroupFocusDirection_Socket) == 0x000030, "Wrong size on UCogGroupFocusDirection_Socket"); \ static_assert(offsetof(UCogGroupFocusDirection_Socket, SocketName) == 0x000028, "Member 'UCogGroupFocusDirection_Socket::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation \ static_assert(alignof(UCogGroupEvaluation) == 0x000008, "Wrong alignment on UCogGroupEvaluation"); \ static_assert(sizeof(UCogGroupEvaluation) == 0x000030, "Wrong size on UCogGroupEvaluation"); \ static_assert(offsetof(UCogGroupEvaluation, PriorityWeight) == 0x000028, "Member 'UCogGroupEvaluation::PriorityWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_CombinedBase \ static_assert(alignof(UCogGroupEvaluation_CombinedBase) == 0x000008, "Wrong alignment on UCogGroupEvaluation_CombinedBase"); \ static_assert(sizeof(UCogGroupEvaluation_CombinedBase) == 0x000050, "Wrong size on UCogGroupEvaluation_CombinedBase"); \ static_assert(offsetof(UCogGroupEvaluation_CombinedBase, FOV) == 0x000030, "Member 'UCogGroupEvaluation_CombinedBase::FOV' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_CombinedBase, NearDistance) == 0x000034, "Member 'UCogGroupEvaluation_CombinedBase::NearDistance' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_CombinedBase, FarDistance) == 0x000038, "Member 'UCogGroupEvaluation_CombinedBase::FarDistance' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_CombinedBase, NearHeightUp) == 0x00003C, "Member 'UCogGroupEvaluation_CombinedBase::NearHeightUp' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_CombinedBase, NearHeightDown) == 0x000040, "Member 'UCogGroupEvaluation_CombinedBase::NearHeightDown' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_CombinedBase, FarHeightUp) == 0x000044, "Member 'UCogGroupEvaluation_CombinedBase::FarHeightUp' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_CombinedBase, FarHeightDown) == 0x000048, "Member 'UCogGroupEvaluation_CombinedBase::FarHeightDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseSpecificDetails \ static_assert(alignof(UAISenseSpecificDetails) == 0x000008, "Wrong alignment on UAISenseSpecificDetails"); \ static_assert(sizeof(UAISenseSpecificDetails) == 0x000058, "Wrong size on UAISenseSpecificDetails"); \ static_assert(offsetof(UAISenseSpecificDetails, TargetPointClass) == 0x000028, "Member 'UAISenseSpecificDetails::TargetPointClass' has a wrong offset!"); \ static_assert(offsetof(UAISenseSpecificDetails, CalloutOffset) == 0x000030, "Member 'UAISenseSpecificDetails::CalloutOffset' has a wrong offset!"); \ static_assert(offsetof(UAISenseSpecificDetails, FarDistanceOverride) == 0x00003C, "Member 'UAISenseSpecificDetails::FarDistanceOverride' has a wrong offset!"); \ static_assert(offsetof(UAISenseSpecificDetails, bPositionCallOutsOverPerceiver) == 0x000040, "Member 'UAISenseSpecificDetails::bPositionCallOutsOverPerceiver' has a wrong offset!"); \ static_assert(offsetof(UAISenseSpecificDetails, bPerceiverHeadtracksToTarget) == 0x000041, "Member 'UAISenseSpecificDetails::bPerceiverHeadtracksToTarget' has a wrong offset!"); \ static_assert(offsetof(UAISenseSpecificDetails, bAllowStencil) == 0x000042, "Member 'UAISenseSpecificDetails::bAllowStencil' has a wrong offset!"); \ static_assert(offsetof(UAISenseSpecificDetails, bCalloutAboveCollision) == 0x000043, "Member 'UAISenseSpecificDetails::bCalloutAboveCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISense_Cognition \ static_assert(alignof(UAISense_Cognition) == 0x000008, "Wrong alignment on UAISense_Cognition"); \ static_assert(sizeof(UAISense_Cognition) == 0x000130, "Wrong size on UAISense_Cognition"); \ #define DUMPER7_ASSERTS_UAISenseFOVDetails \ static_assert(alignof(UAISenseFOVDetails) == 0x000008, "Wrong alignment on UAISenseFOVDetails"); \ static_assert(sizeof(UAISenseFOVDetails) == 0x000038, "Wrong size on UAISenseFOVDetails"); \ static_assert(offsetof(UAISenseFOVDetails, FOVAxis) == 0x000028, "Member 'UAISenseFOVDetails::FOVAxis' has a wrong offset!"); \ static_assert(offsetof(UAISenseFOVDetails, FOV) == 0x000034, "Member 'UAISenseFOVDetails::FOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupLookAtPoint \ static_assert(alignof(UCogGroupLookAtPoint) == 0x000008, "Wrong alignment on UCogGroupLookAtPoint"); \ static_assert(sizeof(UCogGroupLookAtPoint) == 0x000028, "Wrong size on UCogGroupLookAtPoint"); \ #define DUMPER7_ASSERTS_UCogGroupUpDirection \ static_assert(alignof(UCogGroupUpDirection) == 0x000008, "Wrong alignment on UCogGroupUpDirection"); \ static_assert(sizeof(UCogGroupUpDirection) == 0x000028, "Wrong size on UCogGroupUpDirection"); \ #define DUMPER7_ASSERTS_UAISense_CogGroup \ static_assert(alignof(UAISense_CogGroup) == 0x000008, "Wrong alignment on UAISense_CogGroup"); \ static_assert(sizeof(UAISense_CogGroup) == 0x000188, "Wrong size on UAISense_CogGroup"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_DistanceWithWarp \ static_assert(alignof(UCogGroupEvaluation_DistanceWithWarp) == 0x000008, "Wrong alignment on UCogGroupEvaluation_DistanceWithWarp"); \ static_assert(sizeof(UCogGroupEvaluation_DistanceWithWarp) == 0x000040, "Wrong size on UCogGroupEvaluation_DistanceWithWarp"); \ static_assert(offsetof(UCogGroupEvaluation_DistanceWithWarp, NearDistance) == 0x000030, "Member 'UCogGroupEvaluation_DistanceWithWarp::NearDistance' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_DistanceWithWarp, FarDistance) == 0x000034, "Member 'UCogGroupEvaluation_DistanceWithWarp::FarDistance' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_DistanceWithWarp, WarpDistanceByFocus) == 0x000038, "Member 'UCogGroupEvaluation_DistanceWithWarp::WarpDistanceByFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupBestTargetProcess \ static_assert(alignof(UCogGroupBestTargetProcess) == 0x000008, "Wrong alignment on UCogGroupBestTargetProcess"); \ static_assert(sizeof(UCogGroupBestTargetProcess) == 0x000028, "Wrong size on UCogGroupBestTargetProcess"); \ #define DUMPER7_ASSERTS_UCogGroupLookAtPoint_Ground \ static_assert(alignof(UCogGroupLookAtPoint_Ground) == 0x000008, "Wrong alignment on UCogGroupLookAtPoint_Ground"); \ static_assert(sizeof(UCogGroupLookAtPoint_Ground) == 0x000028, "Wrong size on UCogGroupLookAtPoint_Ground"); \ #define DUMPER7_ASSERTS_UCogGroupDebug \ static_assert(alignof(UCogGroupDebug) == 0x000008, "Wrong alignment on UCogGroupDebug"); \ static_assert(sizeof(UCogGroupDebug) == 0x000048, "Wrong size on UCogGroupDebug"); \ static_assert(offsetof(UCogGroupDebug, bDrawTargetFootprint) == 0x000029, "Member 'UCogGroupDebug::bDrawTargetFootprint' has a wrong offset!"); \ static_assert(offsetof(UCogGroupDebug, DrawTesselation) == 0x00002C, "Member 'UCogGroupDebug::DrawTesselation' has a wrong offset!"); \ static_assert(offsetof(UCogGroupDebug, DrawThickness) == 0x000030, "Member 'UCogGroupDebug::DrawThickness' has a wrong offset!"); \ static_assert(offsetof(UCogGroupDebug, DrawFarThickness) == 0x000034, "Member 'UCogGroupDebug::DrawFarThickness' has a wrong offset!"); \ static_assert(offsetof(UCogGroupDebug, DrawColorWithoutTargets) == 0x000038, "Member 'UCogGroupDebug::DrawColorWithoutTargets' has a wrong offset!"); \ static_assert(offsetof(UCogGroupDebug, DrawColorWithValidTargets) == 0x00003C, "Member 'UCogGroupDebug::DrawColorWithValidTargets' has a wrong offset!"); \ static_assert(offsetof(UCogGroupDebug, DrawColorWithInvalidTargets) == 0x000040, "Member 'UCogGroupDebug::DrawColorWithInvalidTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupTargetPoint \ static_assert(alignof(UCogGroupTargetPoint) == 0x000008, "Wrong alignment on UCogGroupTargetPoint"); \ static_assert(sizeof(UCogGroupTargetPoint) == 0x000028, "Wrong size on UCogGroupTargetPoint"); \ #define DUMPER7_ASSERTS_UCogGroupTargetPoint_Ground \ static_assert(alignof(UCogGroupTargetPoint_Ground) == 0x000008, "Wrong alignment on UCogGroupTargetPoint_Ground"); \ static_assert(sizeof(UCogGroupTargetPoint_Ground) == 0x000028, "Wrong size on UCogGroupTargetPoint_Ground"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_OnScreen \ static_assert(alignof(UCogGroupEvaluation_OnScreen) == 0x000008, "Wrong alignment on UCogGroupEvaluation_OnScreen"); \ static_assert(sizeof(UCogGroupEvaluation_OnScreen) == 0x000038, "Wrong size on UCogGroupEvaluation_OnScreen"); \ static_assert(offsetof(UCogGroupEvaluation_OnScreen, ScreenBorder) == 0x000030, "Member 'UCogGroupEvaluation_OnScreen::ScreenBorder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupTargetPoint_CollisionCenterOLD \ static_assert(alignof(UCogGroupTargetPoint_CollisionCenterOLD) == 0x000008, "Wrong alignment on UCogGroupTargetPoint_CollisionCenterOLD"); \ static_assert(sizeof(UCogGroupTargetPoint_CollisionCenterOLD) == 0x000030, "Wrong size on UCogGroupTargetPoint_CollisionCenterOLD"); \ static_assert(offsetof(UCogGroupTargetPoint_CollisionCenterOLD, bOnlyCollidingComponents) == 0x000028, "Member 'UCogGroupTargetPoint_CollisionCenterOLD::bOnlyCollidingComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_FOV \ static_assert(alignof(UCogGroupEvaluation_FOV) == 0x000008, "Wrong alignment on UCogGroupEvaluation_FOV"); \ static_assert(sizeof(UCogGroupEvaluation_FOV) == 0x000038, "Wrong size on UCogGroupEvaluation_FOV"); \ static_assert(offsetof(UCogGroupEvaluation_FOV, FOV) == 0x000030, "Member 'UCogGroupEvaluation_FOV::FOV' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_FOV, bAutoAcceptIfFootprintOverlap) == 0x000034, "Member 'UCogGroupEvaluation_FOV::bAutoAcceptIfFootprintOverlap' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_FOV, bUseTargetFootprintForFOV) == 0x000035, "Member 'UCogGroupEvaluation_FOV::bUseTargetFootprintForFOV' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_FOV, bIgnoreForSticky) == 0x000036, "Member 'UCogGroupEvaluation_FOV::bIgnoreForSticky' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupTargetPoint_CollisionCenter \ static_assert(alignof(UCogGroupTargetPoint_CollisionCenter) == 0x000008, "Wrong alignment on UCogGroupTargetPoint_CollisionCenter"); \ static_assert(sizeof(UCogGroupTargetPoint_CollisionCenter) == 0x000030, "Wrong size on UCogGroupTargetPoint_CollisionCenter"); \ static_assert(offsetof(UCogGroupTargetPoint_CollisionCenter, bOnlyCollidingComponents) == 0x000028, "Member 'UCogGroupTargetPoint_CollisionCenter::bOnlyCollidingComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_SecondOrder \ static_assert(alignof(UCogGroupEvaluation_SecondOrder) == 0x000008, "Wrong alignment on UCogGroupEvaluation_SecondOrder"); \ static_assert(sizeof(UCogGroupEvaluation_SecondOrder) == 0x000028, "Wrong size on UCogGroupEvaluation_SecondOrder"); \ #define DUMPER7_ASSERTS_UCogGroupFocusDirection_Velocity \ static_assert(alignof(UCogGroupFocusDirection_Velocity) == 0x000008, "Wrong alignment on UCogGroupFocusDirection_Velocity"); \ static_assert(sizeof(UCogGroupFocusDirection_Velocity) == 0x000028, "Wrong size on UCogGroupFocusDirection_Velocity"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_Distance \ static_assert(alignof(UCogGroupEvaluation_Distance) == 0x000008, "Wrong alignment on UCogGroupEvaluation_Distance"); \ static_assert(sizeof(UCogGroupEvaluation_Distance) == 0x000038, "Wrong size on UCogGroupEvaluation_Distance"); \ static_assert(offsetof(UCogGroupEvaluation_Distance, NearDistance) == 0x000030, "Member 'UCogGroupEvaluation_Distance::NearDistance' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_Distance, FarDistance) == 0x000034, "Member 'UCogGroupEvaluation_Distance::FarDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupTargetPoint_Custom \ static_assert(alignof(UCogGroupTargetPoint_Custom) == 0x000008, "Wrong alignment on UCogGroupTargetPoint_Custom"); \ static_assert(sizeof(UCogGroupTargetPoint_Custom) == 0x000028, "Wrong size on UCogGroupTargetPoint_Custom"); \ #define DUMPER7_ASSERTS_UCogGroupPerceiverPoint \ static_assert(alignof(UCogGroupPerceiverPoint) == 0x000008, "Wrong alignment on UCogGroupPerceiverPoint"); \ static_assert(sizeof(UCogGroupPerceiverPoint) == 0x000028, "Wrong size on UCogGroupPerceiverPoint"); \ #define DUMPER7_ASSERTS_UCogGroupDebug_Default \ static_assert(alignof(UCogGroupDebug_Default) == 0x000008, "Wrong alignment on UCogGroupDebug_Default"); \ static_assert(sizeof(UCogGroupDebug_Default) == 0x000048, "Wrong size on UCogGroupDebug_Default"); \ #define DUMPER7_ASSERTS_CogTargetSceneComponent_CogTargetSceneComponent_DebugDraw \ static_assert(alignof(CogTargetSceneComponent_CogTargetSceneComponent_DebugDraw) == 0x000001, "Wrong alignment on CogTargetSceneComponent_CogTargetSceneComponent_DebugDraw"); \ static_assert(sizeof(CogTargetSceneComponent_CogTargetSceneComponent_DebugDraw) == 0x000001, "Wrong size on CogTargetSceneComponent_CogTargetSceneComponent_DebugDraw"); \ static_assert(offsetof(CogTargetSceneComponent_CogTargetSceneComponent_DebugDraw, bInFlag) == 0x000000, "Member 'CogTargetSceneComponent_CogTargetSceneComponent_DebugDraw::bInFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CogTargetSceneComponent_OnCharacterLoadComplete \ static_assert(alignof(CogTargetSceneComponent_OnCharacterLoadComplete) == 0x000008, "Wrong alignment on CogTargetSceneComponent_OnCharacterLoadComplete"); \ static_assert(sizeof(CogTargetSceneComponent_OnCharacterLoadComplete) == 0x000008, "Wrong size on CogTargetSceneComponent_OnCharacterLoadComplete"); \ static_assert(offsetof(CogTargetSceneComponent_OnCharacterLoadComplete, Actor) == 0x000000, "Member 'CogTargetSceneComponent_OnCharacterLoadComplete::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogTargetSceneComponent \ static_assert(alignof(UCogTargetSceneComponent) == 0x000010, "Wrong alignment on UCogTargetSceneComponent"); \ static_assert(sizeof(UCogTargetSceneComponent) == 0x000230, "Wrong size on UCogTargetSceneComponent"); \ #define DUMPER7_ASSERTS_UAISenseConfig_Cognition \ static_assert(alignof(UAISenseConfig_Cognition) == 0x000008, "Wrong alignment on UAISenseConfig_Cognition"); \ static_assert(sizeof(UAISenseConfig_Cognition) == 0x000088, "Wrong size on UAISenseConfig_Cognition"); \ static_assert(offsetof(UAISenseConfig_Cognition, bStartActive) == 0x000048, "Member 'UAISenseConfig_Cognition::bStartActive' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Cognition, LogicContexts) == 0x000050, "Member 'UAISenseConfig_Cognition::LogicContexts' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Cognition, BestTargetProcesses) == 0x000060, "Member 'UAISenseConfig_Cognition::BestTargetProcesses' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Cognition, bStencilPerceivedTarget) == 0x000070, "Member 'UAISenseConfig_Cognition::bStencilPerceivedTarget' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Cognition, StencilEffect) == 0x000074, "Member 'UAISenseConfig_Cognition::StencilEffect' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Cognition, StencilOwnedEffect) == 0x00007C, "Member 'UAISenseConfig_Cognition::StencilOwnedEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseConfig_CogGroup \ static_assert(alignof(UAISenseConfig_CogGroup) == 0x000008, "Wrong alignment on UAISenseConfig_CogGroup"); \ static_assert(sizeof(UAISenseConfig_CogGroup) == 0x000108, "Wrong size on UAISenseConfig_CogGroup"); \ static_assert(offsetof(UAISenseConfig_CogGroup, Implementation) == 0x000088, "Member 'UAISenseConfig_CogGroup::Implementation' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_CogGroup, FocusDirectionClass) == 0x000090, "Member 'UAISenseConfig_CogGroup::FocusDirectionClass' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_CogGroup, UpDirectionClass) == 0x000098, "Member 'UAISenseConfig_CogGroup::UpDirectionClass' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_CogGroup, PerceiverPointClass) == 0x0000A0, "Member 'UAISenseConfig_CogGroup::PerceiverPointClass' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_CogGroup, TraceRadius) == 0x0000A8, "Member 'UAISenseConfig_CogGroup::TraceRadius' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_CogGroup, TargetPointClass) == 0x0000B0, "Member 'UAISenseConfig_CogGroup::TargetPointClass' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_CogGroup, TargetEvaluationArray) == 0x0000B8, "Member 'UAISenseConfig_CogGroup::TargetEvaluationArray' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_CogGroup, TargetEvaluationArray_SecondOrder) == 0x0000C8, "Member 'UAISenseConfig_CogGroup::TargetEvaluationArray_SecondOrder' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_CogGroup, BackgroundTargetEvaluationArray) == 0x0000D8, "Member 'UAISenseConfig_CogGroup::BackgroundTargetEvaluationArray' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_CogGroup, PriorityBase) == 0x0000E8, "Member 'UAISenseConfig_CogGroup::PriorityBase' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_CogGroup, bNormalizePriorityWeights) == 0x0000EC, "Member 'UAISenseConfig_CogGroup::bNormalizePriorityWeights' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_CogGroup, MinBufferDistance) == 0x0000F0, "Member 'UAISenseConfig_CogGroup::MinBufferDistance' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_CogGroup, MaxBufferDistance) == 0x0000F4, "Member 'UAISenseConfig_CogGroup::MaxBufferDistance' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_CogGroup, MinReevaluationTime) == 0x0000F8, "Member 'UAISenseConfig_CogGroup::MinReevaluationTime' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_CogGroup, DebugClass) == 0x000100, "Member 'UAISenseConfig_CogGroup::DebugClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_Height \ static_assert(alignof(UCogGroupEvaluation_Height) == 0x000008, "Wrong alignment on UCogGroupEvaluation_Height"); \ static_assert(sizeof(UCogGroupEvaluation_Height) == 0x000048, "Wrong size on UCogGroupEvaluation_Height"); \ static_assert(offsetof(UCogGroupEvaluation_Height, NearHeightUp) == 0x000030, "Member 'UCogGroupEvaluation_Height::NearHeightUp' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_Height, NearHeightDown) == 0x000034, "Member 'UCogGroupEvaluation_Height::NearHeightDown' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_Height, FarHeightUp) == 0x000038, "Member 'UCogGroupEvaluation_Height::FarHeightUp' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_Height, FarHeightDown) == 0x00003C, "Member 'UCogGroupEvaluation_Height::FarHeightDown' has a wrong offset!"); \ static_assert(offsetof(UCogGroupEvaluation_Height, bAdjustCenterHeightByCameraDirection) == 0x000040, "Member 'UCogGroupEvaluation_Height::bAdjustCenterHeightByCameraDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_Class \ static_assert(alignof(UCogGroupEvaluation_Class) == 0x000008, "Wrong alignment on UCogGroupEvaluation_Class"); \ static_assert(sizeof(UCogGroupEvaluation_Class) == 0x000040, "Wrong size on UCogGroupEvaluation_Class"); \ static_assert(offsetof(UCogGroupEvaluation_Class, IncludeClasses) == 0x000030, "Member 'UCogGroupEvaluation_Class::IncludeClasses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_ScreenSpace \ static_assert(alignof(UCogGroupEvaluation_ScreenSpace) == 0x000008, "Wrong alignment on UCogGroupEvaluation_ScreenSpace"); \ static_assert(sizeof(UCogGroupEvaluation_ScreenSpace) == 0x000038, "Wrong size on UCogGroupEvaluation_ScreenSpace"); \ static_assert(offsetof(UCogGroupEvaluation_ScreenSpace, ScreenDistance) == 0x000030, "Member 'UCogGroupEvaluation_ScreenSpace::ScreenDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_TargetFOV \ static_assert(alignof(UCogGroupEvaluation_TargetFOV) == 0x000008, "Wrong alignment on UCogGroupEvaluation_TargetFOV"); \ static_assert(sizeof(UCogGroupEvaluation_TargetFOV) == 0x000038, "Wrong size on UCogGroupEvaluation_TargetFOV"); \ static_assert(offsetof(UCogGroupEvaluation_TargetFOV, bUsePerceiverFootprintForFOV) == 0x000030, "Member 'UCogGroupEvaluation_TargetFOV::bUsePerceiverFootprintForFOV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupEvaluation_SecondOrder_LOS \ static_assert(alignof(UCogGroupEvaluation_SecondOrder_LOS) == 0x000008, "Wrong alignment on UCogGroupEvaluation_SecondOrder_LOS"); \ static_assert(sizeof(UCogGroupEvaluation_SecondOrder_LOS) == 0x000260, "Wrong size on UCogGroupEvaluation_SecondOrder_LOS"); \ #define DUMPER7_ASSERTS_UCogGroupFocusDirection_ActorFacing \ static_assert(alignof(UCogGroupFocusDirection_ActorFacing) == 0x000008, "Wrong alignment on UCogGroupFocusDirection_ActorFacing"); \ static_assert(sizeof(UCogGroupFocusDirection_ActorFacing) == 0x000028, "Wrong size on UCogGroupFocusDirection_ActorFacing"); \ #define DUMPER7_ASSERTS_UCogGroupFocusDirection_Movement \ static_assert(alignof(UCogGroupFocusDirection_Movement) == 0x000008, "Wrong alignment on UCogGroupFocusDirection_Movement"); \ static_assert(sizeof(UCogGroupFocusDirection_Movement) == 0x000028, "Wrong size on UCogGroupFocusDirection_Movement"); \ #define DUMPER7_ASSERTS_UCogGroupFocusDirection_Camera \ static_assert(alignof(UCogGroupFocusDirection_Camera) == 0x000008, "Wrong alignment on UCogGroupFocusDirection_Camera"); \ static_assert(sizeof(UCogGroupFocusDirection_Camera) == 0x000028, "Wrong size on UCogGroupFocusDirection_Camera"); \ #define DUMPER7_ASSERTS_UCogGroupLookAtPoint_World \ static_assert(alignof(UCogGroupLookAtPoint_World) == 0x000008, "Wrong alignment on UCogGroupLookAtPoint_World"); \ static_assert(sizeof(UCogGroupLookAtPoint_World) == 0x000028, "Wrong size on UCogGroupLookAtPoint_World"); \ #define DUMPER7_ASSERTS_UCogGroupLookAtPoint_World_ActorOffset \ static_assert(alignof(UCogGroupLookAtPoint_World_ActorOffset) == 0x000008, "Wrong alignment on UCogGroupLookAtPoint_World_ActorOffset"); \ static_assert(sizeof(UCogGroupLookAtPoint_World_ActorOffset) == 0x000038, "Wrong size on UCogGroupLookAtPoint_World_ActorOffset"); \ static_assert(offsetof(UCogGroupLookAtPoint_World_ActorOffset, Offset) == 0x000028, "Member 'UCogGroupLookAtPoint_World_ActorOffset::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupLookAtPoint_CollisionCenter \ static_assert(alignof(UCogGroupLookAtPoint_CollisionCenter) == 0x000008, "Wrong alignment on UCogGroupLookAtPoint_CollisionCenter"); \ static_assert(sizeof(UCogGroupLookAtPoint_CollisionCenter) == 0x000028, "Wrong size on UCogGroupLookAtPoint_CollisionCenter"); \ #define DUMPER7_ASSERTS_UCogGroupLookAtPoint_CollisionTop \ static_assert(alignof(UCogGroupLookAtPoint_CollisionTop) == 0x000008, "Wrong alignment on UCogGroupLookAtPoint_CollisionTop"); \ static_assert(sizeof(UCogGroupLookAtPoint_CollisionTop) == 0x000028, "Wrong size on UCogGroupLookAtPoint_CollisionTop"); \ #define DUMPER7_ASSERTS_UCogGroupLookAtPoint_Socket \ static_assert(alignof(UCogGroupLookAtPoint_Socket) == 0x000008, "Wrong alignment on UCogGroupLookAtPoint_Socket"); \ static_assert(sizeof(UCogGroupLookAtPoint_Socket) == 0x000030, "Wrong size on UCogGroupLookAtPoint_Socket"); \ static_assert(offsetof(UCogGroupLookAtPoint_Socket, SocketName) == 0x000028, "Member 'UCogGroupLookAtPoint_Socket::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupLookAtPoint_Custom \ static_assert(alignof(UCogGroupLookAtPoint_Custom) == 0x000008, "Wrong alignment on UCogGroupLookAtPoint_Custom"); \ static_assert(sizeof(UCogGroupLookAtPoint_Custom) == 0x000028, "Wrong size on UCogGroupLookAtPoint_Custom"); \ #define DUMPER7_ASSERTS_UCogGroupPerceiverPoint_World \ static_assert(alignof(UCogGroupPerceiverPoint_World) == 0x000008, "Wrong alignment on UCogGroupPerceiverPoint_World"); \ static_assert(sizeof(UCogGroupPerceiverPoint_World) == 0x000028, "Wrong size on UCogGroupPerceiverPoint_World"); \ #define DUMPER7_ASSERTS_UCogGroupPerceiverPoint_World_ActorOffset \ static_assert(alignof(UCogGroupPerceiverPoint_World_ActorOffset) == 0x000008, "Wrong alignment on UCogGroupPerceiverPoint_World_ActorOffset"); \ static_assert(sizeof(UCogGroupPerceiverPoint_World_ActorOffset) == 0x000038, "Wrong size on UCogGroupPerceiverPoint_World_ActorOffset"); \ static_assert(offsetof(UCogGroupPerceiverPoint_World_ActorOffset, Offset) == 0x000028, "Member 'UCogGroupPerceiverPoint_World_ActorOffset::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupPerceiverPoint_Ground \ static_assert(alignof(UCogGroupPerceiverPoint_Ground) == 0x000008, "Wrong alignment on UCogGroupPerceiverPoint_Ground"); \ static_assert(sizeof(UCogGroupPerceiverPoint_Ground) == 0x000028, "Wrong size on UCogGroupPerceiverPoint_Ground"); \ #define DUMPER7_ASSERTS_UCogGroupPerceiverPoint_Camera \ static_assert(alignof(UCogGroupPerceiverPoint_Camera) == 0x000008, "Wrong alignment on UCogGroupPerceiverPoint_Camera"); \ static_assert(sizeof(UCogGroupPerceiverPoint_Camera) == 0x000028, "Wrong size on UCogGroupPerceiverPoint_Camera"); \ #define DUMPER7_ASSERTS_UCogGroupPerceiverPoint_Socket \ static_assert(alignof(UCogGroupPerceiverPoint_Socket) == 0x000008, "Wrong alignment on UCogGroupPerceiverPoint_Socket"); \ static_assert(sizeof(UCogGroupPerceiverPoint_Socket) == 0x000030, "Wrong size on UCogGroupPerceiverPoint_Socket"); \ static_assert(offsetof(UCogGroupPerceiverPoint_Socket, SocketName) == 0x000028, "Member 'UCogGroupPerceiverPoint_Socket::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupTargetPoint_World \ static_assert(alignof(UCogGroupTargetPoint_World) == 0x000008, "Wrong alignment on UCogGroupTargetPoint_World"); \ static_assert(sizeof(UCogGroupTargetPoint_World) == 0x000028, "Wrong size on UCogGroupTargetPoint_World"); \ #define DUMPER7_ASSERTS_UCogGroupTargetPoint_World_ActorOffset \ static_assert(alignof(UCogGroupTargetPoint_World_ActorOffset) == 0x000008, "Wrong alignment on UCogGroupTargetPoint_World_ActorOffset"); \ static_assert(sizeof(UCogGroupTargetPoint_World_ActorOffset) == 0x000038, "Wrong size on UCogGroupTargetPoint_World_ActorOffset"); \ static_assert(offsetof(UCogGroupTargetPoint_World_ActorOffset, Offset) == 0x000028, "Member 'UCogGroupTargetPoint_World_ActorOffset::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupTargetPoint_Socket \ static_assert(alignof(UCogGroupTargetPoint_Socket) == 0x000008, "Wrong alignment on UCogGroupTargetPoint_Socket"); \ static_assert(sizeof(UCogGroupTargetPoint_Socket) == 0x000030, "Wrong size on UCogGroupTargetPoint_Socket"); \ static_assert(offsetof(UCogGroupTargetPoint_Socket, SocketName) == 0x000028, "Member 'UCogGroupTargetPoint_Socket::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupTargetPoint_StaticMeshCenter \ static_assert(alignof(UCogGroupTargetPoint_StaticMeshCenter) == 0x000008, "Wrong alignment on UCogGroupTargetPoint_StaticMeshCenter"); \ static_assert(sizeof(UCogGroupTargetPoint_StaticMeshCenter) == 0x000028, "Wrong size on UCogGroupTargetPoint_StaticMeshCenter"); \ #define DUMPER7_ASSERTS_UCogGroupTargetPoint_PlayerWorld \ static_assert(alignof(UCogGroupTargetPoint_PlayerWorld) == 0x000008, "Wrong alignment on UCogGroupTargetPoint_PlayerWorld"); \ static_assert(sizeof(UCogGroupTargetPoint_PlayerWorld) == 0x000028, "Wrong size on UCogGroupTargetPoint_PlayerWorld"); \ #define DUMPER7_ASSERTS_UCogGroupTargetPoint_ClosestPointOnCollision \ static_assert(alignof(UCogGroupTargetPoint_ClosestPointOnCollision) == 0x000008, "Wrong alignment on UCogGroupTargetPoint_ClosestPointOnCollision"); \ static_assert(sizeof(UCogGroupTargetPoint_ClosestPointOnCollision) == 0x000030, "Wrong size on UCogGroupTargetPoint_ClosestPointOnCollision"); \ static_assert(offsetof(UCogGroupTargetPoint_ClosestPointOnCollision, MinZHeightFromActorLocation) == 0x000028, "Member 'UCogGroupTargetPoint_ClosestPointOnCollision::MinZHeightFromActorLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCogGroupTargetPoint_CustomRelative \ static_assert(alignof(UCogGroupTargetPoint_CustomRelative) == 0x000008, "Wrong alignment on UCogGroupTargetPoint_CustomRelative"); \ static_assert(sizeof(UCogGroupTargetPoint_CustomRelative) == 0x000028, "Wrong size on UCogGroupTargetPoint_CustomRelative"); \ #define DUMPER7_ASSERTS_UCogGroupTargetPoint_CalloutAttach \ static_assert(alignof(UCogGroupTargetPoint_CalloutAttach) == 0x000008, "Wrong alignment on UCogGroupTargetPoint_CalloutAttach"); \ static_assert(sizeof(UCogGroupTargetPoint_CalloutAttach) == 0x000028, "Wrong size on UCogGroupTargetPoint_CalloutAttach"); \ #define DUMPER7_ASSERTS_UCogGroupUpDirection_World \ static_assert(alignof(UCogGroupUpDirection_World) == 0x000008, "Wrong alignment on UCogGroupUpDirection_World"); \ static_assert(sizeof(UCogGroupUpDirection_World) == 0x000028, "Wrong size on UCogGroupUpDirection_World"); \ #define DUMPER7_ASSERTS_UCogGroupUpDirection_Actor \ static_assert(alignof(UCogGroupUpDirection_Actor) == 0x000008, "Wrong alignment on UCogGroupUpDirection_Actor"); \ static_assert(sizeof(UCogGroupUpDirection_Actor) == 0x000028, "Wrong size on UCogGroupUpDirection_Actor"); \ #define DUMPER7_ASSERTS_UCogGroupUpDirection_Camera \ static_assert(alignof(UCogGroupUpDirection_Camera) == 0x000008, "Wrong alignment on UCogGroupUpDirection_Camera"); \ static_assert(sizeof(UCogGroupUpDirection_Camera) == 0x000028, "Wrong size on UCogGroupUpDirection_Camera"); \ #define DUMPER7_ASSERTS_UCogGroupUpDirection_Socket \ static_assert(alignof(UCogGroupUpDirection_Socket) == 0x000008, "Wrong alignment on UCogGroupUpDirection_Socket"); \ static_assert(sizeof(UCogGroupUpDirection_Socket) == 0x000030, "Wrong size on UCogGroupUpDirection_Socket"); \ static_assert(offsetof(UCogGroupUpDirection_Socket, SocketName) == 0x000028, "Member 'UCogGroupUpDirection_Socket::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionComponent_DEBUG_ByIndex \ static_assert(alignof(CognitionComponent_DEBUG_ByIndex) == 0x000004, "Wrong alignment on CognitionComponent_DEBUG_ByIndex"); \ static_assert(sizeof(CognitionComponent_DEBUG_ByIndex) == 0x000004, "Wrong size on CognitionComponent_DEBUG_ByIndex"); \ static_assert(offsetof(CognitionComponent_DEBUG_ByIndex, InIndex) == 0x000000, "Member 'CognitionComponent_DEBUG_ByIndex::InIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionComponent_GetBestTarget \ static_assert(alignof(CognitionComponent_GetBestTarget) == 0x000008, "Wrong alignment on CognitionComponent_GetBestTarget"); \ static_assert(sizeof(CognitionComponent_GetBestTarget) == 0x000010, "Wrong size on CognitionComponent_GetBestTarget"); \ static_assert(offsetof(CognitionComponent_GetBestTarget, SenseImplementation) == 0x000000, "Member 'CognitionComponent_GetBestTarget::SenseImplementation' has a wrong offset!"); \ static_assert(offsetof(CognitionComponent_GetBestTarget, ReturnValue) == 0x000008, "Member 'CognitionComponent_GetBestTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionComponent_GetCameraFlickDirection \ static_assert(alignof(CognitionComponent_GetCameraFlickDirection) == 0x000004, "Wrong alignment on CognitionComponent_GetCameraFlickDirection"); \ static_assert(sizeof(CognitionComponent_GetCameraFlickDirection) == 0x000008, "Wrong size on CognitionComponent_GetCameraFlickDirection"); \ static_assert(offsetof(CognitionComponent_GetCameraFlickDirection, ReturnValue) == 0x000000, "Member 'CognitionComponent_GetCameraFlickDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionComponent_GetMovementFocusDirection \ static_assert(alignof(CognitionComponent_GetMovementFocusDirection) == 0x000004, "Wrong alignment on CognitionComponent_GetMovementFocusDirection"); \ static_assert(sizeof(CognitionComponent_GetMovementFocusDirection) == 0x00000C, "Wrong size on CognitionComponent_GetMovementFocusDirection"); \ static_assert(offsetof(CognitionComponent_GetMovementFocusDirection, ReturnValue) == 0x000000, "Member 'CognitionComponent_GetMovementFocusDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionComponent_IsCameraLastMovedStick \ static_assert(alignof(CognitionComponent_IsCameraLastMovedStick) == 0x000001, "Wrong alignment on CognitionComponent_IsCameraLastMovedStick"); \ static_assert(sizeof(CognitionComponent_IsCameraLastMovedStick) == 0x000001, "Wrong size on CognitionComponent_IsCameraLastMovedStick"); \ static_assert(offsetof(CognitionComponent_IsCameraLastMovedStick, ReturnValue) == 0x000000, "Member 'CognitionComponent_IsCameraLastMovedStick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionComponent_IsLeftStickMoving \ static_assert(alignof(CognitionComponent_IsLeftStickMoving) == 0x000001, "Wrong alignment on CognitionComponent_IsLeftStickMoving"); \ static_assert(sizeof(CognitionComponent_IsLeftStickMoving) == 0x000001, "Wrong size on CognitionComponent_IsLeftStickMoving"); \ static_assert(offsetof(CognitionComponent_IsLeftStickMoving, ReturnValue) == 0x000000, "Member 'CognitionComponent_IsLeftStickMoving::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionComponent_IsLocked \ static_assert(alignof(CognitionComponent_IsLocked) == 0x000001, "Wrong alignment on CognitionComponent_IsLocked"); \ static_assert(sizeof(CognitionComponent_IsLocked) == 0x000001, "Wrong size on CognitionComponent_IsLocked"); \ static_assert(offsetof(CognitionComponent_IsLocked, ReturnValue) == 0x000000, "Member 'CognitionComponent_IsLocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionComponent_IsRightStickMoving \ static_assert(alignof(CognitionComponent_IsRightStickMoving) == 0x000001, "Wrong alignment on CognitionComponent_IsRightStickMoving"); \ static_assert(sizeof(CognitionComponent_IsRightStickMoving) == 0x000001, "Wrong size on CognitionComponent_IsRightStickMoving"); \ static_assert(offsetof(CognitionComponent_IsRightStickMoving, ReturnValue) == 0x000000, "Member 'CognitionComponent_IsRightStickMoving::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionComponent_SetCameraLastMovedStick \ static_assert(alignof(CognitionComponent_SetCameraLastMovedStick) == 0x000001, "Wrong alignment on CognitionComponent_SetCameraLastMovedStick"); \ static_assert(sizeof(CognitionComponent_SetCameraLastMovedStick) == 0x000001, "Wrong size on CognitionComponent_SetCameraLastMovedStick"); \ static_assert(offsetof(CognitionComponent_SetCameraLastMovedStick, InFlag) == 0x000000, "Member 'CognitionComponent_SetCameraLastMovedStick::InFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionComponent_SetIsLocked \ static_assert(alignof(CognitionComponent_SetIsLocked) == 0x000001, "Wrong alignment on CognitionComponent_SetIsLocked"); \ static_assert(sizeof(CognitionComponent_SetIsLocked) == 0x000001, "Wrong size on CognitionComponent_SetIsLocked"); \ static_assert(offsetof(CognitionComponent_SetIsLocked, bInFlag) == 0x000000, "Member 'CognitionComponent_SetIsLocked::bInFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionComponent_SetLeftStickMoving \ static_assert(alignof(CognitionComponent_SetLeftStickMoving) == 0x000001, "Wrong alignment on CognitionComponent_SetLeftStickMoving"); \ static_assert(sizeof(CognitionComponent_SetLeftStickMoving) == 0x000001, "Wrong size on CognitionComponent_SetLeftStickMoving"); \ static_assert(offsetof(CognitionComponent_SetLeftStickMoving, bInFlag) == 0x000000, "Member 'CognitionComponent_SetLeftStickMoving::bInFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionComponent_SetMovementFocusDirection \ static_assert(alignof(CognitionComponent_SetMovementFocusDirection) == 0x000004, "Wrong alignment on CognitionComponent_SetMovementFocusDirection"); \ static_assert(sizeof(CognitionComponent_SetMovementFocusDirection) == 0x00000C, "Wrong size on CognitionComponent_SetMovementFocusDirection"); \ static_assert(offsetof(CognitionComponent_SetMovementFocusDirection, WorldDirection) == 0x000000, "Member 'CognitionComponent_SetMovementFocusDirection::WorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionComponent_SetRightStickMoving \ static_assert(alignof(CognitionComponent_SetRightStickMoving) == 0x000001, "Wrong alignment on CognitionComponent_SetRightStickMoving"); \ static_assert(sizeof(CognitionComponent_SetRightStickMoving) == 0x000001, "Wrong size on CognitionComponent_SetRightStickMoving"); \ static_assert(offsetof(CognitionComponent_SetRightStickMoving, bInFlag) == 0x000000, "Member 'CognitionComponent_SetRightStickMoving::bInFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCognitionComponent \ static_assert(alignof(UCognitionComponent) == 0x000008, "Wrong alignment on UCognitionComponent"); \ static_assert(sizeof(UCognitionComponent) == 0x000248, "Wrong size on UCognitionComponent"); \ static_assert(offsetof(UCognitionComponent, TimeOutCameraStickMoved) == 0x0001B0, "Member 'UCognitionComponent::TimeOutCameraStickMoved' has a wrong offset!"); \ static_assert(offsetof(UCognitionComponent, TargetSightedDelegate) == 0x0001B8, "Member 'UCognitionComponent::TargetSightedDelegate' has a wrong offset!"); \ static_assert(offsetof(UCognitionComponent, TargetChangedDelegate) == 0x0001C8, "Member 'UCognitionComponent::TargetChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UCognitionComponent, TargetLostDelegate) == 0x0001D8, "Member 'UCognitionComponent::TargetLostDelegate' has a wrong offset!"); \ static_assert(offsetof(UCognitionComponent, CameraStickLastMovedDelegate) == 0x0001E8, "Member 'UCognitionComponent::CameraStickLastMovedDelegate' has a wrong offset!"); \ static_assert(offsetof(UCognitionComponent, CameraStickTimerExpiredDelegate) == 0x0001F8, "Member 'UCognitionComponent::CameraStickTimerExpiredDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionStimuliSourceComponent_AddRegisterAsSourceForSenses \ static_assert(alignof(CognitionStimuliSourceComponent_AddRegisterAsSourceForSenses) == 0x000008, "Wrong alignment on CognitionStimuliSourceComponent_AddRegisterAsSourceForSenses"); \ static_assert(sizeof(CognitionStimuliSourceComponent_AddRegisterAsSourceForSenses) == 0x000008, "Wrong size on CognitionStimuliSourceComponent_AddRegisterAsSourceForSenses"); \ static_assert(offsetof(CognitionStimuliSourceComponent_AddRegisterAsSourceForSenses, Sense) == 0x000000, "Member 'CognitionStimuliSourceComponent_AddRegisterAsSourceForSenses::Sense' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionStimuliSourceComponent_CalculateRadiusNeededToBePerceivedBy \ static_assert(alignof(CognitionStimuliSourceComponent_CalculateRadiusNeededToBePerceivedBy) == 0x000008, "Wrong alignment on CognitionStimuliSourceComponent_CalculateRadiusNeededToBePerceivedBy"); \ static_assert(sizeof(CognitionStimuliSourceComponent_CalculateRadiusNeededToBePerceivedBy) == 0x000020, "Wrong size on CognitionStimuliSourceComponent_CalculateRadiusNeededToBePerceivedBy"); \ static_assert(offsetof(CognitionStimuliSourceComponent_CalculateRadiusNeededToBePerceivedBy, DistanceFromPerceiver) == 0x000000, "Member 'CognitionStimuliSourceComponent_CalculateRadiusNeededToBePerceivedBy::DistanceFromPerceiver' has a wrong offset!"); \ static_assert(offsetof(CognitionStimuliSourceComponent_CalculateRadiusNeededToBePerceivedBy, PerceiverController) == 0x000008, "Member 'CognitionStimuliSourceComponent_CalculateRadiusNeededToBePerceivedBy::PerceiverController' has a wrong offset!"); \ static_assert(offsetof(CognitionStimuliSourceComponent_CalculateRadiusNeededToBePerceivedBy, SenseToUse) == 0x000010, "Member 'CognitionStimuliSourceComponent_CalculateRadiusNeededToBePerceivedBy::SenseToUse' has a wrong offset!"); \ static_assert(offsetof(CognitionStimuliSourceComponent_CalculateRadiusNeededToBePerceivedBy, bIncludePerceiverRadius) == 0x000018, "Member 'CognitionStimuliSourceComponent_CalculateRadiusNeededToBePerceivedBy::bIncludePerceiverRadius' has a wrong offset!"); \ static_assert(offsetof(CognitionStimuliSourceComponent_CalculateRadiusNeededToBePerceivedBy, ReturnValue) == 0x00001C, "Member 'CognitionStimuliSourceComponent_CalculateRadiusNeededToBePerceivedBy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionStimuliSourceComponent_ChangeInformation \ static_assert(alignof(CognitionStimuliSourceComponent_ChangeInformation) == 0x000008, "Wrong alignment on CognitionStimuliSourceComponent_ChangeInformation"); \ static_assert(sizeof(CognitionStimuliSourceComponent_ChangeInformation) == 0x000058, "Wrong size on CognitionStimuliSourceComponent_ChangeInformation"); \ static_assert(offsetof(CognitionStimuliSourceComponent_ChangeInformation, NewInformation) == 0x000000, "Member 'CognitionStimuliSourceComponent_ChangeInformation::NewInformation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionStimuliSourceComponent_GetFootprintRadius \ static_assert(alignof(CognitionStimuliSourceComponent_GetFootprintRadius) == 0x000004, "Wrong alignment on CognitionStimuliSourceComponent_GetFootprintRadius"); \ static_assert(sizeof(CognitionStimuliSourceComponent_GetFootprintRadius) == 0x000004, "Wrong size on CognitionStimuliSourceComponent_GetFootprintRadius"); \ static_assert(offsetof(CognitionStimuliSourceComponent_GetFootprintRadius, ReturnValue) == 0x000000, "Member 'CognitionStimuliSourceComponent_GetFootprintRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionStimuliSourceComponent_GetIgnoreLineOfSight \ static_assert(alignof(CognitionStimuliSourceComponent_GetIgnoreLineOfSight) == 0x000001, "Wrong alignment on CognitionStimuliSourceComponent_GetIgnoreLineOfSight"); \ static_assert(sizeof(CognitionStimuliSourceComponent_GetIgnoreLineOfSight) == 0x000001, "Wrong size on CognitionStimuliSourceComponent_GetIgnoreLineOfSight"); \ static_assert(offsetof(CognitionStimuliSourceComponent_GetIgnoreLineOfSight, ReturnValue) == 0x000000, "Member 'CognitionStimuliSourceComponent_GetIgnoreLineOfSight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionStimuliSourceComponent_GetPriorityWeight \ static_assert(alignof(CognitionStimuliSourceComponent_GetPriorityWeight) == 0x000004, "Wrong alignment on CognitionStimuliSourceComponent_GetPriorityWeight"); \ static_assert(sizeof(CognitionStimuliSourceComponent_GetPriorityWeight) == 0x000004, "Wrong size on CognitionStimuliSourceComponent_GetPriorityWeight"); \ static_assert(offsetof(CognitionStimuliSourceComponent_GetPriorityWeight, ReturnValue) == 0x000000, "Member 'CognitionStimuliSourceComponent_GetPriorityWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionStimuliSourceComponent_GetSenseSpecificDetails \ static_assert(alignof(CognitionStimuliSourceComponent_GetSenseSpecificDetails) == 0x000008, "Wrong alignment on CognitionStimuliSourceComponent_GetSenseSpecificDetails"); \ static_assert(sizeof(CognitionStimuliSourceComponent_GetSenseSpecificDetails) == 0x000010, "Wrong size on CognitionStimuliSourceComponent_GetSenseSpecificDetails"); \ static_assert(offsetof(CognitionStimuliSourceComponent_GetSenseSpecificDetails, InSense) == 0x000000, "Member 'CognitionStimuliSourceComponent_GetSenseSpecificDetails::InSense' has a wrong offset!"); \ static_assert(offsetof(CognitionStimuliSourceComponent_GetSenseSpecificDetails, ReturnValue) == 0x000008, "Member 'CognitionStimuliSourceComponent_GetSenseSpecificDetails::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionStimuliSourceComponent_IsRegisteredForSense \ static_assert(alignof(CognitionStimuliSourceComponent_IsRegisteredForSense) == 0x000008, "Wrong alignment on CognitionStimuliSourceComponent_IsRegisteredForSense"); \ static_assert(sizeof(CognitionStimuliSourceComponent_IsRegisteredForSense) == 0x000010, "Wrong size on CognitionStimuliSourceComponent_IsRegisteredForSense"); \ static_assert(offsetof(CognitionStimuliSourceComponent_IsRegisteredForSense, SenseToFind) == 0x000000, "Member 'CognitionStimuliSourceComponent_IsRegisteredForSense::SenseToFind' has a wrong offset!"); \ static_assert(offsetof(CognitionStimuliSourceComponent_IsRegisteredForSense, ReturnValue) == 0x000008, "Member 'CognitionStimuliSourceComponent_IsRegisteredForSense::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionStimuliSourceComponent_SetAutoRegisterAsSource \ static_assert(alignof(CognitionStimuliSourceComponent_SetAutoRegisterAsSource) == 0x000001, "Wrong alignment on CognitionStimuliSourceComponent_SetAutoRegisterAsSource"); \ static_assert(sizeof(CognitionStimuliSourceComponent_SetAutoRegisterAsSource) == 0x000001, "Wrong size on CognitionStimuliSourceComponent_SetAutoRegisterAsSource"); \ static_assert(offsetof(CognitionStimuliSourceComponent_SetAutoRegisterAsSource, bFlag) == 0x000000, "Member 'CognitionStimuliSourceComponent_SetAutoRegisterAsSource::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionStimuliSourceComponent_SetFootprintRadius \ static_assert(alignof(CognitionStimuliSourceComponent_SetFootprintRadius) == 0x000004, "Wrong alignment on CognitionStimuliSourceComponent_SetFootprintRadius"); \ static_assert(sizeof(CognitionStimuliSourceComponent_SetFootprintRadius) == 0x000004, "Wrong size on CognitionStimuliSourceComponent_SetFootprintRadius"); \ static_assert(offsetof(CognitionStimuliSourceComponent_SetFootprintRadius, Radius) == 0x000000, "Member 'CognitionStimuliSourceComponent_SetFootprintRadius::Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionStimuliSourceComponent_SetIgnoreLineOfSight \ static_assert(alignof(CognitionStimuliSourceComponent_SetIgnoreLineOfSight) == 0x000001, "Wrong alignment on CognitionStimuliSourceComponent_SetIgnoreLineOfSight"); \ static_assert(sizeof(CognitionStimuliSourceComponent_SetIgnoreLineOfSight) == 0x000001, "Wrong size on CognitionStimuliSourceComponent_SetIgnoreLineOfSight"); \ static_assert(offsetof(CognitionStimuliSourceComponent_SetIgnoreLineOfSight, bFlag) == 0x000000, "Member 'CognitionStimuliSourceComponent_SetIgnoreLineOfSight::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionStimuliSourceComponent_SetPriorityWeight \ static_assert(alignof(CognitionStimuliSourceComponent_SetPriorityWeight) == 0x000004, "Wrong alignment on CognitionStimuliSourceComponent_SetPriorityWeight"); \ static_assert(sizeof(CognitionStimuliSourceComponent_SetPriorityWeight) == 0x000004, "Wrong size on CognitionStimuliSourceComponent_SetPriorityWeight"); \ static_assert(offsetof(CognitionStimuliSourceComponent_SetPriorityWeight, weight) == 0x000000, "Member 'CognitionStimuliSourceComponent_SetPriorityWeight::weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionStimuliSourceComponent_GetAutoRegisterAsSource \ static_assert(alignof(CognitionStimuliSourceComponent_GetAutoRegisterAsSource) == 0x000001, "Wrong alignment on CognitionStimuliSourceComponent_GetAutoRegisterAsSource"); \ static_assert(sizeof(CognitionStimuliSourceComponent_GetAutoRegisterAsSource) == 0x000001, "Wrong size on CognitionStimuliSourceComponent_GetAutoRegisterAsSource"); \ static_assert(offsetof(CognitionStimuliSourceComponent_GetAutoRegisterAsSource, ReturnValue) == 0x000000, "Member 'CognitionStimuliSourceComponent_GetAutoRegisterAsSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CognitionStimuliSourceComponent_IsOwned \ static_assert(alignof(CognitionStimuliSourceComponent_IsOwned) == 0x000001, "Wrong alignment on CognitionStimuliSourceComponent_IsOwned"); \ static_assert(sizeof(CognitionStimuliSourceComponent_IsOwned) == 0x000001, "Wrong size on CognitionStimuliSourceComponent_IsOwned"); \ static_assert(offsetof(CognitionStimuliSourceComponent_IsOwned, ReturnValue) == 0x000000, "Member 'CognitionStimuliSourceComponent_IsOwned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCognitionStimuliSourceComponent \ static_assert(alignof(UCognitionStimuliSourceComponent) == 0x000008, "Wrong alignment on UCognitionStimuliSourceComponent"); \ static_assert(sizeof(UCognitionStimuliSourceComponent) == 0x0002C8, "Wrong size on UCognitionStimuliSourceComponent"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, SenseSpecificDetails) == 0x0000E8, "Member 'UCognitionStimuliSourceComponent::SenseSpecificDetails' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, TargetEvaluationArray) == 0x000138, "Member 'UCognitionStimuliSourceComponent::TargetEvaluationArray' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, FootprintRadius) == 0x000148, "Member 'UCognitionStimuliSourceComponent::FootprintRadius' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, TopOffset) == 0x00014C, "Member 'UCognitionStimuliSourceComponent::TopOffset' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, BottomOffset) == 0x000150, "Member 'UCognitionStimuliSourceComponent::BottomOffset' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, PriorityWeight) == 0x000154, "Member 'UCognitionStimuliSourceComponent::PriorityWeight' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, VsPlayerPriorityWeightBump) == 0x000158, "Member 'UCognitionStimuliSourceComponent::VsPlayerPriorityWeightBump' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, FarDistance_Override) == 0x00015C, "Member 'UCognitionStimuliSourceComponent::FarDistance_Override' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, FOV_Override) == 0x000160, "Member 'UCognitionStimuliSourceComponent::FOV_Override' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, SocialORCombatMode) == 0x000164, "Member 'UCognitionStimuliSourceComponent::SocialORCombatMode' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, bIgnoreLineOfSight) == 0x000165, "Member 'UCognitionStimuliSourceComponent::bIgnoreLineOfSight' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, bIgnoreScreenSpace) == 0x000166, "Member 'UCognitionStimuliSourceComponent::bIgnoreScreenSpace' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, bSpecialOnScreenTarget) == 0x000167, "Member 'UCognitionStimuliSourceComponent::bSpecialOnScreenTarget' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, bDisallowInteractInCombat) == 0x000168, "Member 'UCognitionStimuliSourceComponent::bDisallowInteractInCombat' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, bDisallowInteractInMountOrTransition) == 0x000169, "Member 'UCognitionStimuliSourceComponent::bDisallowInteractInMountOrTransition' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, bDisallowAimTargeting) == 0x00016A, "Member 'UCognitionStimuliSourceComponent::bDisallowAimTargeting' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, TargetPointClass) == 0x000170, "Member 'UCognitionStimuliSourceComponent::TargetPointClass' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, LookAtPointClass) == 0x000178, "Member 'UCognitionStimuliSourceComponent::LookAtPointClass' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, CalloutOffset) == 0x000180, "Member 'UCognitionStimuliSourceComponent::CalloutOffset' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, TargetFOVDetails) == 0x000190, "Member 'UCognitionStimuliSourceComponent::TargetFOVDetails' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, bLockOnEnabled) == 0x0001A0, "Member 'UCognitionStimuliSourceComponent::bLockOnEnabled' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, MaxLockOnDistance) == 0x0001A4, "Member 'UCognitionStimuliSourceComponent::MaxLockOnDistance' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, bRecordInteractLocation) == 0x0001A8, "Member 'UCognitionStimuliSourceComponent::bRecordInteractLocation' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, bAllowTargetWhileStandingOn) == 0x0001A9, "Member 'UCognitionStimuliSourceComponent::bAllowTargetWhileStandingOn' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, bOverrideMinAimDistance) == 0x0001AA, "Member 'UCognitionStimuliSourceComponent::bOverrideMinAimDistance' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, MinAimDistance) == 0x0001AC, "Member 'UCognitionStimuliSourceComponent::MinAimDistance' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, CalloutType) == 0x0001B0, "Member 'UCognitionStimuliSourceComponent::CalloutType' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, CalloutBlipType) == 0x0001B1, "Member 'UCognitionStimuliSourceComponent::CalloutBlipType' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, CalloutAction) == 0x0001B2, "Member 'UCognitionStimuliSourceComponent::CalloutAction' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, TargetText) == 0x0001B8, "Member 'UCognitionStimuliSourceComponent::TargetText' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, CalloutTextColor) == 0x0001D0, "Member 'UCognitionStimuliSourceComponent::CalloutTextColor' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, bGrayOutButton) == 0x0001F8, "Member 'UCognitionStimuliSourceComponent::bGrayOutButton' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, bIsTargetTextTranslatable) == 0x0001F9, "Member 'UCognitionStimuliSourceComponent::bIsTargetTextTranslatable' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, CustomTargetPoint) == 0x0001FC, "Member 'UCognitionStimuliSourceComponent::CustomTargetPoint' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, CustomLookAtPoint) == 0x000208, "Member 'UCognitionStimuliSourceComponent::CustomLookAtPoint' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, ChargeTime) == 0x000214, "Member 'UCognitionStimuliSourceComponent::ChargeTime' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, CalloutInteractDistance) == 0x000218, "Member 'UCognitionStimuliSourceComponent::CalloutInteractDistance' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, SenseSpecificTargetSceneComponents) == 0x000220, "Member 'UCognitionStimuliSourceComponent::SenseSpecificTargetSceneComponents' has a wrong offset!"); \ static_assert(offsetof(UCognitionStimuliSourceComponent, TargetPointSpecificTargetSceneComponents) == 0x000270, "Member 'UCognitionStimuliSourceComponent::TargetPointSpecificTargetSceneComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBudgeterPayload \ static_assert(alignof(FBudgeterPayload) == 0x000008, "Wrong alignment on FBudgeterPayload"); \ static_assert(sizeof(FBudgeterPayload) == 0x000008, "Wrong size on FBudgeterPayload"); \ #define DUMPER7_ASSERTS_FLODBudgeterPayload \ static_assert(alignof(FLODBudgeterPayload) == 0x000008, "Wrong alignment on FLODBudgeterPayload"); \ static_assert(sizeof(FLODBudgeterPayload) == 0x000108, "Wrong size on FLODBudgeterPayload"); \ #define DUMPER7_ASSERTS_FClothBudgeterPayload \ static_assert(alignof(FClothBudgeterPayload) == 0x000008, "Wrong alignment on FClothBudgeterPayload"); \ static_assert(sizeof(FClothBudgeterPayload) == 0x000010, "Wrong size on FClothBudgeterPayload"); \ #define DUMPER7_ASSERTS_FLODInfo \ static_assert(alignof(FLODInfo) == 0x000004, "Wrong alignment on FLODInfo"); \ static_assert(sizeof(FLODInfo) == 0x00000C, "Wrong size on FLODInfo"); \ #define DUMPER7_ASSERTS_FBudgeterTickFunction \ static_assert(alignof(FBudgeterTickFunction) == 0x000008, "Wrong alignment on FBudgeterTickFunction"); \ static_assert(sizeof(FBudgeterTickFunction) == 0x000048, "Wrong size on FBudgeterTickFunction"); \ #define DUMPER7_ASSERTS_FSceneRigBudgeterPayload \ static_assert(alignof(FSceneRigBudgeterPayload) == 0x000008, "Wrong alignment on FSceneRigBudgeterPayload"); \ static_assert(sizeof(FSceneRigBudgeterPayload) == 0x000028, "Wrong size on FSceneRigBudgeterPayload"); \ #define DUMPER7_ASSERTS_UBudgeter \ static_assert(alignof(UBudgeter) == 0x000008, "Wrong alignment on UBudgeter"); \ static_assert(sizeof(UBudgeter) == 0x000040, "Wrong size on UBudgeter"); \ #define DUMPER7_ASSERTS_UClothBudgeter \ static_assert(alignof(UClothBudgeter) == 0x000008, "Wrong alignment on UClothBudgeter"); \ static_assert(sizeof(UClothBudgeter) == 0x000048, "Wrong size on UClothBudgeter"); \ #define DUMPER7_ASSERTS_IClothBudgeterInterface \ static_assert(alignof(IClothBudgeterInterface) == 0x000001, "Wrong alignment on IClothBudgeterInterface"); \ static_assert(sizeof(IClothBudgeterInterface) == 0x000001, "Wrong size on IClothBudgeterInterface"); \ #define DUMPER7_ASSERTS_ULODBudgeter \ static_assert(alignof(ULODBudgeter) == 0x000008, "Wrong alignment on ULODBudgeter"); \ static_assert(sizeof(ULODBudgeter) == 0x000048, "Wrong size on ULODBudgeter"); \ #define DUMPER7_ASSERTS_ILODBudgeterInterface \ static_assert(alignof(ILODBudgeterInterface) == 0x000001, "Wrong alignment on ILODBudgeterInterface"); \ static_assert(sizeof(ILODBudgeterInterface) == 0x000001, "Wrong size on ILODBudgeterInterface"); \ #define DUMPER7_ASSERTS_APhoenixBudgetedStaticMeshActor \ static_assert(alignof(APhoenixBudgetedStaticMeshActor) == 0x000008, "Wrong alignment on APhoenixBudgetedStaticMeshActor"); \ static_assert(sizeof(APhoenixBudgetedStaticMeshActor) == 0x000268, "Wrong size on APhoenixBudgetedStaticMeshActor"); \ static_assert(offsetof(APhoenixBudgetedStaticMeshActor, DefaultSignificanceBias) == 0x000260, "Member 'APhoenixBudgetedStaticMeshActor::DefaultSignificanceBias' has a wrong offset!"); \ static_assert(offsetof(APhoenixBudgetedStaticMeshActor, bAllowRegistrationWithSignificanceManager) == 0x000261, "Member 'APhoenixBudgetedStaticMeshActor::bAllowRegistrationWithSignificanceManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixSignificanceManager_GetSignificanceManager \ static_assert(alignof(PhoenixSignificanceManager_GetSignificanceManager) == 0x000008, "Wrong alignment on PhoenixSignificanceManager_GetSignificanceManager"); \ static_assert(sizeof(PhoenixSignificanceManager_GetSignificanceManager) == 0x000010, "Wrong size on PhoenixSignificanceManager_GetSignificanceManager"); \ static_assert(offsetof(PhoenixSignificanceManager_GetSignificanceManager, WorldContextObject) == 0x000000, "Member 'PhoenixSignificanceManager_GetSignificanceManager::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PhoenixSignificanceManager_GetSignificanceManager, ReturnValue) == 0x000008, "Member 'PhoenixSignificanceManager_GetSignificanceManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixSignificanceManager_OnRegisteredActorDestroyed \ static_assert(alignof(PhoenixSignificanceManager_OnRegisteredActorDestroyed) == 0x000008, "Wrong alignment on PhoenixSignificanceManager_OnRegisteredActorDestroyed"); \ static_assert(sizeof(PhoenixSignificanceManager_OnRegisteredActorDestroyed) == 0x000008, "Wrong size on PhoenixSignificanceManager_OnRegisteredActorDestroyed"); \ static_assert(offsetof(PhoenixSignificanceManager_OnRegisteredActorDestroyed, DestroyedActor) == 0x000000, "Member 'PhoenixSignificanceManager_OnRegisteredActorDestroyed::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixSignificanceManager_SetObjectSignficanceBias \ static_assert(alignof(PhoenixSignificanceManager_SetObjectSignficanceBias) == 0x000008, "Wrong alignment on PhoenixSignificanceManager_SetObjectSignficanceBias"); \ static_assert(sizeof(PhoenixSignificanceManager_SetObjectSignficanceBias) == 0x000010, "Wrong size on PhoenixSignificanceManager_SetObjectSignficanceBias"); \ static_assert(offsetof(PhoenixSignificanceManager_SetObjectSignficanceBias, Object) == 0x000000, "Member 'PhoenixSignificanceManager_SetObjectSignficanceBias::Object' has a wrong offset!"); \ static_assert(offsetof(PhoenixSignificanceManager_SetObjectSignficanceBias, SignificanceBias) == 0x000008, "Member 'PhoenixSignificanceManager_SetObjectSignficanceBias::SignificanceBias' has a wrong offset!"); \ static_assert(offsetof(PhoenixSignificanceManager_SetObjectSignficanceBias, ReturnValue) == 0x000009, "Member 'PhoenixSignificanceManager_SetObjectSignficanceBias::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixSignificanceManager_SetPaused \ static_assert(alignof(PhoenixSignificanceManager_SetPaused) == 0x000001, "Wrong alignment on PhoenixSignificanceManager_SetPaused"); \ static_assert(sizeof(PhoenixSignificanceManager_SetPaused) == 0x000002, "Wrong size on PhoenixSignificanceManager_SetPaused"); \ static_assert(offsetof(PhoenixSignificanceManager_SetPaused, bInPaused) == 0x000000, "Member 'PhoenixSignificanceManager_SetPaused::bInPaused' has a wrong offset!"); \ static_assert(offsetof(PhoenixSignificanceManager_SetPaused, ReturnValue) == 0x000001, "Member 'PhoenixSignificanceManager_SetPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixSignificanceManager_GetSignificance \ static_assert(alignof(PhoenixSignificanceManager_GetSignificance) == 0x000008, "Wrong alignment on PhoenixSignificanceManager_GetSignificance"); \ static_assert(sizeof(PhoenixSignificanceManager_GetSignificance) == 0x000010, "Wrong size on PhoenixSignificanceManager_GetSignificance"); \ static_assert(offsetof(PhoenixSignificanceManager_GetSignificance, Object) == 0x000000, "Member 'PhoenixSignificanceManager_GetSignificance::Object' has a wrong offset!"); \ static_assert(offsetof(PhoenixSignificanceManager_GetSignificance, ReturnValue) == 0x000008, "Member 'PhoenixSignificanceManager_GetSignificance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhoenixSignificanceManager \ static_assert(alignof(UPhoenixSignificanceManager) == 0x000008, "Wrong alignment on UPhoenixSignificanceManager"); \ static_assert(sizeof(UPhoenixSignificanceManager) == 0x000310, "Wrong size on UPhoenixSignificanceManager"); \ static_assert(offsetof(UPhoenixSignificanceManager, Budgeters) == 0x0000F0, "Member 'UPhoenixSignificanceManager::Budgeters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigBudgeter \ static_assert(alignof(USceneRigBudgeter) == 0x000008, "Wrong alignment on USceneRigBudgeter"); \ static_assert(sizeof(USceneRigBudgeter) == 0x000068, "Wrong size on USceneRigBudgeter"); \ #define DUMPER7_ASSERTS_ISceneRigBudgeterInterface \ static_assert(alignof(ISceneRigBudgeterInterface) == 0x000001, "Wrong alignment on ISceneRigBudgeterInterface"); \ static_assert(sizeof(ISceneRigBudgeterInterface) == 0x000001, "Wrong size on ISceneRigBudgeterInterface"); \ #define DUMPER7_ASSERTS_ISignificanceInterface \ static_assert(alignof(ISignificanceInterface) == 0x000001, "Wrong alignment on ISignificanceInterface"); \ static_assert(sizeof(ISignificanceInterface) == 0x000001, "Wrong size on ISignificanceInterface"); \ #define DUMPER7_ASSERTS_BP_KickupMudDebris_C_UserConstructionScript \ static_assert(alignof(BP_KickupMudDebris_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_KickupMudDebris_C_UserConstructionScript"); \ static_assert(sizeof(BP_KickupMudDebris_C_UserConstructionScript) == 0x000010, "Wrong size on BP_KickupMudDebris_C_UserConstructionScript"); \ static_assert(offsetof(BP_KickupMudDebris_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_KickupMudDebris_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'BP_KickupMudDebris_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x000009, "Member 'BP_KickupMudDebris_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue_1) == 0x00000A, "Member 'BP_KickupMudDebris_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue_2) == 0x00000B, "Member 'BP_KickupMudDebris_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue_3) == 0x00000C, "Member 'BP_KickupMudDebris_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue_4) == 0x00000D, "Member 'BP_KickupMudDebris_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_KickupMudDebris_C_BndEvt__StaticMesh_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris \ static_assert(alignof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris) == 0x000010, "Wrong alignment on BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris"); \ static_assert(sizeof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris) == 0x000240, "Wrong size on BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, EntryPoint) == 0x000000, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, Temp_bool_Has_Been_Initd_Variable) == 0x000010, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, Temp_bool_IsClosed_Variable) == 0x000011, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, Temp_bool_Has_Been_Initd_Variable_1) == 0x000012, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, Temp_bool_IsClosed_Variable_1) == 0x000013, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, Temp_bool_Has_Been_Initd_Variable_2) == 0x000014, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000018, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000020, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000028, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000030, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, K2Node_ComponentBoundEvent_bFromSweep) == 0x000034, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, K2Node_ComponentBoundEvent_SweepResult) == 0x000038, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000C0, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, K2Node_DynamicCast_AsBiped_Player) == 0x0000C8, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_K2_SetTimer_ReturnValue) == 0x0000D8, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_K2_SetTimer_ReturnValue_1) == 0x0000E0, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_K2_SetTimer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0000E8, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x0000F0, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_GetActorRightVector_ReturnValue) == 0x0000F4, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_SpawnEmitterAttached_ReturnValue) == 0x000100, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_SpawnEmitterAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000108, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_SpawnEmitterAttached_ReturnValue_1) == 0x000118, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_SpawnEmitterAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_SpawnEmitterAttached_ReturnValue_2) == 0x000120, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_SpawnEmitterAttached_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_GetSocketLocation_ReturnValue) == 0x000128, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000134, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, Temp_bool_Variable) == 0x000140, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_RandomRotator_ReturnValue) == 0x000144, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_RandomRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000150, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x000154, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_RandomFloatInRange_ReturnValue_4) == 0x000158, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_RandomFloatInRange_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_MakeVector_ReturnValue) == 0x00015C, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_RandomBool_ReturnValue) == 0x000168, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_RandomBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000170, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, K2Node_Select_Default) == 0x000178, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_GetPhysicsLinearVelocity_ReturnValue) == 0x000184, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_GetPhysicsLinearVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_Add_VectorVector_ReturnValue) == 0x000190, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x00019C, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0001A8, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0001B8, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, K2Node_ComponentBoundEvent_OtherActor) == 0x0001C0, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, K2Node_ComponentBoundEvent_OtherComp) == 0x0001C8, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0001D0, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_MakeTransform_ReturnValue) == 0x0001E0, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, K2Node_DynamicCast_AsBiped_Player_1) == 0x000210, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, K2Node_DynamicCast_bSuccess_1) == 0x000218, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000220, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_FinishSpawningActor_ReturnValue) == 0x000228, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, CallFunc_Array_Add_ReturnValue) == 0x000230, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, Temp_bool_IsClosed_Variable_2) == 0x000234, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000235, "Member 'BP_KickupMudDebris_C_ExecuteUbergraph_BP_KickupMudDebris::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_KickupMudDebris_C \ static_assert(alignof(ABP_KickupMudDebris_C) == 0x000008, "Wrong alignment on ABP_KickupMudDebris_C"); \ static_assert(sizeof(ABP_KickupMudDebris_C) == 0x000298, "Wrong size on ABP_KickupMudDebris_C"); \ static_assert(offsetof(ABP_KickupMudDebris_C, UberGraphFrame) == 0x000248, "Member 'ABP_KickupMudDebris_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_KickupMudDebris_C, StaticMesh) == 0x000250, "Member 'ABP_KickupMudDebris_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_KickupMudDebris_C, TrigShape) == 0x000258, "Member 'ABP_KickupMudDebris_C::TrigShape' has a wrong offset!"); \ static_assert(offsetof(ABP_KickupMudDebris_C, Player) == 0x000260, "Member 'ABP_KickupMudDebris_C::Player' has a wrong offset!"); \ static_assert(offsetof(ABP_KickupMudDebris_C, ToDestroy) == 0x000268, "Member 'ABP_KickupMudDebris_C::ToDestroy' has a wrong offset!"); \ static_assert(offsetof(ABP_KickupMudDebris_C, Debris) == 0x000270, "Member 'ABP_KickupMudDebris_C::Debris' has a wrong offset!"); \ static_assert(offsetof(ABP_KickupMudDebris_C, Particle_Rock_FootLeft) == 0x000280, "Member 'ABP_KickupMudDebris_C::Particle_Rock_FootLeft' has a wrong offset!"); \ static_assert(offsetof(ABP_KickupMudDebris_C, Particle_Rock_FootRight) == 0x000288, "Member 'ABP_KickupMudDebris_C::Particle_Rock_FootRight' has a wrong offset!"); \ static_assert(offsetof(ABP_KickupMudDebris_C, Particle_Rock_Hip) == 0x000290, "Member 'ABP_KickupMudDebris_C::Particle_Rock_Hip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitKnockDown_NoRagdoll_C_ExecuteUbergraph_ABL_HitKnockDown_NoRagdoll \ static_assert(alignof(ABL_HitKnockDown_NoRagdoll_C_ExecuteUbergraph_ABL_HitKnockDown_NoRagdoll) == 0x000008, "Wrong alignment on ABL_HitKnockDown_NoRagdoll_C_ExecuteUbergraph_ABL_HitKnockDown_NoRagdoll"); \ static_assert(sizeof(ABL_HitKnockDown_NoRagdoll_C_ExecuteUbergraph_ABL_HitKnockDown_NoRagdoll) == 0x000020, "Wrong size on ABL_HitKnockDown_NoRagdoll_C_ExecuteUbergraph_ABL_HitKnockDown_NoRagdoll"); \ static_assert(offsetof(ABL_HitKnockDown_NoRagdoll_C_ExecuteUbergraph_ABL_HitKnockDown_NoRagdoll, EntryPoint) == 0x000000, "Member 'ABL_HitKnockDown_NoRagdoll_C_ExecuteUbergraph_ABL_HitKnockDown_NoRagdoll::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitKnockDown_NoRagdoll_C_ExecuteUbergraph_ABL_HitKnockDown_NoRagdoll, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitKnockDown_NoRagdoll_C_ExecuteUbergraph_ABL_HitKnockDown_NoRagdoll::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitKnockDown_NoRagdoll_C_ExecuteUbergraph_ABL_HitKnockDown_NoRagdoll, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitKnockDown_NoRagdoll_C_ExecuteUbergraph_ABL_HitKnockDown_NoRagdoll::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitKnockDown_NoRagdoll_C_ExecuteUbergraph_ABL_HitKnockDown_NoRagdoll, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_HitKnockDown_NoRagdoll_C_ExecuteUbergraph_ABL_HitKnockDown_NoRagdoll::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitKnockDown_NoRagdoll_C_OnAbilityStart \ static_assert(alignof(ABL_HitKnockDown_NoRagdoll_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitKnockDown_NoRagdoll_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitKnockDown_NoRagdoll_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitKnockDown_NoRagdoll_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitKnockDown_NoRagdoll_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitKnockDown_NoRagdoll_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitKnockDown_NoRagdoll_C \ static_assert(alignof(UABL_HitKnockDown_NoRagdoll_C) == 0x000008, "Wrong alignment on UABL_HitKnockDown_NoRagdoll_C"); \ static_assert(sizeof(UABL_HitKnockDown_NoRagdoll_C) == 0x0000E8, "Wrong size on UABL_HitKnockDown_NoRagdoll_C"); \ static_assert(offsetof(UABL_HitKnockDown_NoRagdoll_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitKnockDown_NoRagdoll_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_BlackParticleFinisher2_C \ static_assert(alignof(ABP_SkinFX_BlackParticleFinisher2_C) == 0x000008, "Wrong alignment on ABP_SkinFX_BlackParticleFinisher2_C"); \ static_assert(sizeof(ABP_SkinFX_BlackParticleFinisher2_C) == 0x0005D0, "Wrong size on ABP_SkinFX_BlackParticleFinisher2_C"); \ #define DUMPER7_ASSERTS_FSocialAgent \ static_assert(alignof(FSocialAgent) == 0x000008, "Wrong alignment on FSocialAgent"); \ static_assert(sizeof(FSocialAgent) == 0x000040, "Wrong size on FSocialAgent"); \ static_assert(offsetof(FSocialAgent, m_radius) == 0x00002C, "Member 'FSocialAgent::m_radius' has a wrong offset!"); \ static_assert(offsetof(FSocialAgent, m_Offset) == 0x000030, "Member 'FSocialAgent::m_Offset' has a wrong offset!"); \ static_assert(offsetof(FSocialAgent, m_alertOnApproach) == 0x00003C, "Member 'FSocialAgent::m_alertOnApproach' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSocialMultiAgentMember \ static_assert(alignof(FSocialMultiAgentMember) == 0x000008, "Wrong alignment on FSocialMultiAgentMember"); \ static_assert(sizeof(FSocialMultiAgentMember) == 0x000050, "Wrong size on FSocialMultiAgentMember"); \ #define DUMPER7_ASSERTS_USocialDisplayManager \ static_assert(alignof(USocialDisplayManager) == 0x000008, "Wrong alignment on USocialDisplayManager"); \ static_assert(sizeof(USocialDisplayManager) == 0x000088, "Wrong size on USocialDisplayManager"); \ static_assert(offsetof(USocialDisplayManager, m_lookAheadTime) == 0x000070, "Member 'USocialDisplayManager::m_lookAheadTime' has a wrong offset!"); \ static_assert(offsetof(USocialDisplayManager, m_borderLookAheadTime) == 0x000074, "Member 'USocialDisplayManager::m_borderLookAheadTime' has a wrong offset!"); \ static_assert(offsetof(USocialDisplayManager, m_logConstraintAllocation) == 0x000078, "Member 'USocialDisplayManager::m_logConstraintAllocation' has a wrong offset!"); \ static_assert(offsetof(USocialDisplayManager, m_logAgentPairs) == 0x000079, "Member 'USocialDisplayManager::m_logAgentPairs' has a wrong offset!"); \ static_assert(offsetof(USocialDisplayManager, m_enableAgentSelection) == 0x00007A, "Member 'USocialDisplayManager::m_enableAgentSelection' has a wrong offset!"); \ static_assert(offsetof(USocialDisplayManager, m_drawVelocityObstacles) == 0x00007B, "Member 'USocialDisplayManager::m_drawVelocityObstacles' has a wrong offset!"); \ static_assert(offsetof(USocialDisplayManager, m_drawOptimalConstraints) == 0x00007C, "Member 'USocialDisplayManager::m_drawOptimalConstraints' has a wrong offset!"); \ static_assert(offsetof(USocialDisplayManager, m_drawPenetratingConstraints) == 0x00007D, "Member 'USocialDisplayManager::m_drawPenetratingConstraints' has a wrong offset!"); \ static_assert(offsetof(USocialDisplayManager, m_debugFrameCount) == 0x000080, "Member 'USocialDisplayManager::m_debugFrameCount' has a wrong offset!"); \ static_assert(offsetof(USocialDisplayManager, m_debugFrameOffset) == 0x000084, "Member 'USocialDisplayManager::m_debugFrameOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialAIController_PlayerMoveToDestination \ static_assert(alignof(SocialAIController_PlayerMoveToDestination) == 0x000008, "Wrong alignment on SocialAIController_PlayerMoveToDestination"); \ static_assert(sizeof(SocialAIController_PlayerMoveToDestination) == 0x000028, "Wrong size on SocialAIController_PlayerMoveToDestination"); \ static_assert(offsetof(SocialAIController_PlayerMoveToDestination, Dest) == 0x000000, "Member 'SocialAIController_PlayerMoveToDestination::Dest' has a wrong offset!"); \ static_assert(offsetof(SocialAIController_PlayerMoveToDestination, AcceptanceRadius) == 0x00000C, "Member 'SocialAIController_PlayerMoveToDestination::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(SocialAIController_PlayerMoveToDestination, bStopOnOverlap) == 0x000010, "Member 'SocialAIController_PlayerMoveToDestination::bStopOnOverlap' has a wrong offset!"); \ static_assert(offsetof(SocialAIController_PlayerMoveToDestination, bUsePathfinding) == 0x000011, "Member 'SocialAIController_PlayerMoveToDestination::bUsePathfinding' has a wrong offset!"); \ static_assert(offsetof(SocialAIController_PlayerMoveToDestination, bProjectDestinationToNavigation) == 0x000012, "Member 'SocialAIController_PlayerMoveToDestination::bProjectDestinationToNavigation' has a wrong offset!"); \ static_assert(offsetof(SocialAIController_PlayerMoveToDestination, bCanStrafe) == 0x000013, "Member 'SocialAIController_PlayerMoveToDestination::bCanStrafe' has a wrong offset!"); \ static_assert(offsetof(SocialAIController_PlayerMoveToDestination, FilterClass) == 0x000018, "Member 'SocialAIController_PlayerMoveToDestination::FilterClass' has a wrong offset!"); \ static_assert(offsetof(SocialAIController_PlayerMoveToDestination, bAllowPartialPaths) == 0x000020, "Member 'SocialAIController_PlayerMoveToDestination::bAllowPartialPaths' has a wrong offset!"); \ static_assert(offsetof(SocialAIController_PlayerMoveToDestination, ReturnValue) == 0x000021, "Member 'SocialAIController_PlayerMoveToDestination::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialAIController_SetRequestedSpeed \ static_assert(alignof(SocialAIController_SetRequestedSpeed) == 0x000004, "Wrong alignment on SocialAIController_SetRequestedSpeed"); \ static_assert(sizeof(SocialAIController_SetRequestedSpeed) == 0x000004, "Wrong size on SocialAIController_SetRequestedSpeed"); \ static_assert(offsetof(SocialAIController_SetRequestedSpeed, InSpeed) == 0x000000, "Member 'SocialAIController_SetRequestedSpeed::InSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialAIController_GetPathDistanceToGoal \ static_assert(alignof(SocialAIController_GetPathDistanceToGoal) == 0x000004, "Wrong alignment on SocialAIController_GetPathDistanceToGoal"); \ static_assert(sizeof(SocialAIController_GetPathDistanceToGoal) == 0x000004, "Wrong size on SocialAIController_GetPathDistanceToGoal"); \ static_assert(offsetof(SocialAIController_GetPathDistanceToGoal, ReturnValue) == 0x000000, "Member 'SocialAIController_GetPathDistanceToGoal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialAIController_GetRequestedSpeed \ static_assert(alignof(SocialAIController_GetRequestedSpeed) == 0x000004, "Wrong alignment on SocialAIController_GetRequestedSpeed"); \ static_assert(sizeof(SocialAIController_GetRequestedSpeed) == 0x000004, "Wrong size on SocialAIController_GetRequestedSpeed"); \ static_assert(offsetof(SocialAIController_GetRequestedSpeed, ReturnValue) == 0x000000, "Member 'SocialAIController_GetRequestedSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASocialAIController \ static_assert(alignof(ASocialAIController) == 0x000008, "Wrong alignment on ASocialAIController"); \ static_assert(sizeof(ASocialAIController) == 0x000458, "Wrong size on ASocialAIController"); \ #define DUMPER7_ASSERTS_ASocialTravelerController \ static_assert(alignof(ASocialTravelerController) == 0x000008, "Wrong alignment on ASocialTravelerController"); \ static_assert(sizeof(ASocialTravelerController) == 0x0004D8, "Wrong size on ASocialTravelerController"); \ #define DUMPER7_ASSERTS_ASocialNavigatorController \ static_assert(alignof(ASocialNavigatorController) == 0x000008, "Wrong alignment on ASocialNavigatorController"); \ static_assert(sizeof(ASocialNavigatorController) == 0x000508, "Wrong size on ASocialNavigatorController"); \ #define DUMPER7_ASSERTS_USocialAgentComponent \ static_assert(alignof(USocialAgentComponent) == 0x000008, "Wrong alignment on USocialAgentComponent"); \ static_assert(sizeof(USocialAgentComponent) == 0x000118, "Wrong size on USocialAgentComponent"); \ static_assert(offsetof(USocialAgentComponent, m_FOV) == 0x000110, "Member 'USocialAgentComponent::m_FOV' has a wrong offset!"); \ static_assert(offsetof(USocialAgentComponent, m_participatesInCollisionAvoidance) == 0x000114, "Member 'USocialAgentComponent::m_participatesInCollisionAvoidance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SocialAgentPawnComponent_OnActorHit \ static_assert(alignof(SocialAgentPawnComponent_OnActorHit) == 0x000008, "Wrong alignment on SocialAgentPawnComponent_OnActorHit"); \ static_assert(sizeof(SocialAgentPawnComponent_OnActorHit) == 0x0000A8, "Wrong size on SocialAgentPawnComponent_OnActorHit"); \ static_assert(offsetof(SocialAgentPawnComponent_OnActorHit, SelfActor) == 0x000000, "Member 'SocialAgentPawnComponent_OnActorHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(SocialAgentPawnComponent_OnActorHit, OtherActor) == 0x000008, "Member 'SocialAgentPawnComponent_OnActorHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(SocialAgentPawnComponent_OnActorHit, NormalImpulse) == 0x000010, "Member 'SocialAgentPawnComponent_OnActorHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(SocialAgentPawnComponent_OnActorHit, Hit) == 0x00001C, "Member 'SocialAgentPawnComponent_OnActorHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USocialAgentPawnComponent \ static_assert(alignof(USocialAgentPawnComponent) == 0x000008, "Wrong alignment on USocialAgentPawnComponent"); \ static_assert(sizeof(USocialAgentPawnComponent) == 0x000128, "Wrong size on USocialAgentPawnComponent"); \ static_assert(offsetof(USocialAgentPawnComponent, m_avoidLOD) == 0x000120, "Member 'USocialAgentPawnComponent::m_avoidLOD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USocialAgentPathFollowerComponent \ static_assert(alignof(USocialAgentPathFollowerComponent) == 0x000008, "Wrong alignment on USocialAgentPathFollowerComponent"); \ static_assert(sizeof(USocialAgentPathFollowerComponent) == 0x000260, "Wrong size on USocialAgentPathFollowerComponent"); \ #define DUMPER7_ASSERTS_USocialAgentObstacleComponent \ static_assert(alignof(USocialAgentObstacleComponent) == 0x000008, "Wrong alignment on USocialAgentObstacleComponent"); \ static_assert(sizeof(USocialAgentObstacleComponent) == 0x000128, "Wrong size on USocialAgentObstacleComponent"); \ #define DUMPER7_ASSERTS_SocialFollowingComponent_OnMovementUpdated \ static_assert(alignof(SocialFollowingComponent_OnMovementUpdated) == 0x000004, "Wrong alignment on SocialFollowingComponent_OnMovementUpdated"); \ static_assert(sizeof(SocialFollowingComponent_OnMovementUpdated) == 0x00001C, "Wrong size on SocialFollowingComponent_OnMovementUpdated"); \ static_assert(offsetof(SocialFollowingComponent_OnMovementUpdated, i_deltaSeconds) == 0x000000, "Member 'SocialFollowingComponent_OnMovementUpdated::i_deltaSeconds' has a wrong offset!"); \ static_assert(offsetof(SocialFollowingComponent_OnMovementUpdated, i_oldLocation) == 0x000004, "Member 'SocialFollowingComponent_OnMovementUpdated::i_oldLocation' has a wrong offset!"); \ static_assert(offsetof(SocialFollowingComponent_OnMovementUpdated, i_oldVelocity) == 0x000010, "Member 'SocialFollowingComponent_OnMovementUpdated::i_oldVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USocialFollowingComponent \ static_assert(alignof(USocialFollowingComponent) == 0x000008, "Wrong alignment on USocialFollowingComponent"); \ static_assert(sizeof(USocialFollowingComponent) == 0x000750, "Wrong size on USocialFollowingComponent"); \ static_assert(offsetof(USocialFollowingComponent, m_agent) == 0x0002A0, "Member 'USocialFollowingComponent::m_agent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USocialMultiAgentComponent \ static_assert(alignof(USocialMultiAgentComponent) == 0x000008, "Wrong alignment on USocialMultiAgentComponent"); \ static_assert(sizeof(USocialMultiAgentComponent) == 0x0000E0, "Wrong size on USocialMultiAgentComponent"); \ static_assert(offsetof(USocialMultiAgentComponent, MemberAgents) == 0x0000D0, "Member 'USocialMultiAgentComponent::MemberAgents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASocialSplineController \ static_assert(alignof(ASocialSplineController) == 0x000008, "Wrong alignment on ASocialSplineController"); \ static_assert(sizeof(ASocialSplineController) == 0x0004E0, "Wrong size on ASocialSplineController"); \ #define DUMPER7_ASSERTS_USplineFollowingComponent \ static_assert(alignof(USplineFollowingComponent) == 0x000008, "Wrong alignment on USplineFollowingComponent"); \ static_assert(sizeof(USplineFollowingComponent) == 0x000380, "Wrong size on USplineFollowingComponent"); \ static_assert(offsetof(USplineFollowingComponent, Agent) == 0x000270, "Member 'USplineFollowingComponent::Agent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Overland_Global_Sky_C_ExecuteUbergraph_Overland_Global_Sky \ static_assert(alignof(Overland_Global_Sky_C_ExecuteUbergraph_Overland_Global_Sky) == 0x000004, "Wrong alignment on Overland_Global_Sky_C_ExecuteUbergraph_Overland_Global_Sky"); \ static_assert(sizeof(Overland_Global_Sky_C_ExecuteUbergraph_Overland_Global_Sky) == 0x000004, "Wrong size on Overland_Global_Sky_C_ExecuteUbergraph_Overland_Global_Sky"); \ static_assert(offsetof(Overland_Global_Sky_C_ExecuteUbergraph_Overland_Global_Sky, EntryPoint) == 0x000000, "Member 'Overland_Global_Sky_C_ExecuteUbergraph_Overland_Global_Sky::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOverland_Global_Sky_C \ static_assert(alignof(AOverland_Global_Sky_C) == 0x000008, "Wrong alignment on AOverland_Global_Sky_C"); \ static_assert(sizeof(AOverland_Global_Sky_C) == 0x000260, "Wrong size on AOverland_Global_Sky_C"); \ static_assert(offsetof(AOverland_Global_Sky_C, UberGraphFrame) == 0x000250, "Member 'AOverland_Global_Sky_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AOverland_Global_Sky_C, Low_End_Fog) == 0x000258, "Member 'AOverland_Global_Sky_C::Low_End_Fog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBTCustomAction \ static_assert(alignof(FBTCustomAction) == 0x000004, "Wrong alignment on FBTCustomAction"); \ static_assert(sizeof(FBTCustomAction) == 0x00000C, "Wrong size on FBTCustomAction"); \ static_assert(offsetof(FBTCustomAction, ActionName) == 0x000000, "Member 'FBTCustomAction::ActionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBTCustomBlueprintActionDelegateBinding \ static_assert(alignof(FBTCustomBlueprintActionDelegateBinding) == 0x000004, "Wrong alignment on FBTCustomBlueprintActionDelegateBinding"); \ static_assert(sizeof(FBTCustomBlueprintActionDelegateBinding) == 0x000014, "Wrong size on FBTCustomBlueprintActionDelegateBinding"); \ static_assert(offsetof(FBTCustomBlueprintActionDelegateBinding, ActionName) == 0x000000, "Member 'FBTCustomBlueprintActionDelegateBinding::ActionName' has a wrong offset!"); \ static_assert(offsetof(FBTCustomBlueprintActionDelegateBinding, actionType) == 0x000008, "Member 'FBTCustomBlueprintActionDelegateBinding::actionType' has a wrong offset!"); \ static_assert(offsetof(FBTCustomBlueprintActionDelegateBinding, FunctionNameToBind) == 0x00000C, "Member 'FBTCustomBlueprintActionDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBTDelegates \ static_assert(alignof(FBTDelegates) == 0x000008, "Wrong alignment on FBTDelegates"); \ static_assert(sizeof(FBTDelegates) == 0x000018, "Wrong size on FBTDelegates"); \ static_assert(offsetof(FBTDelegates, DelegateList) == 0x000000, "Member 'FBTDelegates::DelegateList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNameToType \ static_assert(alignof(FNameToType) == 0x000008, "Wrong alignment on FNameToType"); \ static_assert(sizeof(FNameToType) == 0x000050, "Wrong size on FNameToType"); \ static_assert(offsetof(FNameToType, ActionTypeToDelegatesMap) == 0x000000, "Member 'FNameToType::ActionTypeToDelegatesMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_AvaAITree_BroadcastAction \ static_assert(alignof(BTService_AvaAITree_BroadcastAction) == 0x000004, "Wrong alignment on BTService_AvaAITree_BroadcastAction"); \ static_assert(sizeof(BTService_AvaAITree_BroadcastAction) == 0x000018, "Wrong size on BTService_AvaAITree_BroadcastAction"); \ static_assert(offsetof(BTService_AvaAITree_BroadcastAction, ActionName) == 0x000000, "Member 'BTService_AvaAITree_BroadcastAction::ActionName' has a wrong offset!"); \ static_assert(offsetof(BTService_AvaAITree_BroadcastAction, actionType) == 0x00000C, "Member 'BTService_AvaAITree_BroadcastAction::actionType' has a wrong offset!"); \ static_assert(offsetof(BTService_AvaAITree_BroadcastAction, VarMapHandle) == 0x000010, "Member 'BTService_AvaAITree_BroadcastAction::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTService_AvaAITree_BroadcastAction, bDestroyVarMap) == 0x000014, "Member 'BTService_AvaAITree_BroadcastAction::bDestroyVarMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_AvaAITree_GetActiveLeafNodeName \ static_assert(alignof(BTService_AvaAITree_GetActiveLeafNodeName) == 0x000004, "Wrong alignment on BTService_AvaAITree_GetActiveLeafNodeName"); \ static_assert(sizeof(BTService_AvaAITree_GetActiveLeafNodeName) == 0x000008, "Wrong size on BTService_AvaAITree_GetActiveLeafNodeName"); \ static_assert(offsetof(BTService_AvaAITree_GetActiveLeafNodeName, ReturnValue) == 0x000000, "Member 'BTService_AvaAITree_GetActiveLeafNodeName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_AvaAITree_GetActiveLeafNodeTag \ static_assert(alignof(BTService_AvaAITree_GetActiveLeafNodeTag) == 0x000004, "Wrong alignment on BTService_AvaAITree_GetActiveLeafNodeTag"); \ static_assert(sizeof(BTService_AvaAITree_GetActiveLeafNodeTag) == 0x000008, "Wrong size on BTService_AvaAITree_GetActiveLeafNodeTag"); \ static_assert(offsetof(BTService_AvaAITree_GetActiveLeafNodeTag, ReturnValue) == 0x000000, "Member 'BTService_AvaAITree_GetActiveLeafNodeTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_AvaAITree_GetActorOwner \ static_assert(alignof(BTService_AvaAITree_GetActorOwner) == 0x000008, "Wrong alignment on BTService_AvaAITree_GetActorOwner"); \ static_assert(sizeof(BTService_AvaAITree_GetActorOwner) == 0x000008, "Wrong size on BTService_AvaAITree_GetActorOwner"); \ static_assert(offsetof(BTService_AvaAITree_GetActorOwner, ReturnValue) == 0x000000, "Member 'BTService_AvaAITree_GetActorOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_AvaAITree_GetAnimInstance \ static_assert(alignof(BTService_AvaAITree_GetAnimInstance) == 0x000008, "Wrong alignment on BTService_AvaAITree_GetAnimInstance"); \ static_assert(sizeof(BTService_AvaAITree_GetAnimInstance) == 0x000008, "Wrong size on BTService_AvaAITree_GetAnimInstance"); \ static_assert(offsetof(BTService_AvaAITree_GetAnimInstance, ReturnValue) == 0x000000, "Member 'BTService_AvaAITree_GetAnimInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_AvaAITree_GetBlackboardComponent \ static_assert(alignof(BTService_AvaAITree_GetBlackboardComponent) == 0x000008, "Wrong alignment on BTService_AvaAITree_GetBlackboardComponent"); \ static_assert(sizeof(BTService_AvaAITree_GetBlackboardComponent) == 0x000008, "Wrong size on BTService_AvaAITree_GetBlackboardComponent"); \ static_assert(offsetof(BTService_AvaAITree_GetBlackboardComponent, ReturnValue) == 0x000000, "Member 'BTService_AvaAITree_GetBlackboardComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_AvaAITree_GetLastLeafNode \ static_assert(alignof(BTService_AvaAITree_GetLastLeafNode) == 0x000004, "Wrong alignment on BTService_AvaAITree_GetLastLeafNode"); \ static_assert(sizeof(BTService_AvaAITree_GetLastLeafNode) == 0x000008, "Wrong size on BTService_AvaAITree_GetLastLeafNode"); \ static_assert(offsetof(BTService_AvaAITree_GetLastLeafNode, ReturnValue) == 0x000000, "Member 'BTService_AvaAITree_GetLastLeafNode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_AvaAITree_LeafNodeSwitcher \ static_assert(alignof(BTService_AvaAITree_LeafNodeSwitcher) == 0x000004, "Wrong alignment on BTService_AvaAITree_LeafNodeSwitcher"); \ static_assert(sizeof(BTService_AvaAITree_LeafNodeSwitcher) == 0x000008, "Wrong size on BTService_AvaAITree_LeafNodeSwitcher"); \ static_assert(offsetof(BTService_AvaAITree_LeafNodeSwitcher, InLeafNodeTag) == 0x000000, "Member 'BTService_AvaAITree_LeafNodeSwitcher::InLeafNodeTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_AvaAITree_ServiceBegin \ static_assert(alignof(BTService_AvaAITree_ServiceBegin) == 0x000008, "Wrong alignment on BTService_AvaAITree_ServiceBegin"); \ static_assert(sizeof(BTService_AvaAITree_ServiceBegin) == 0x000008, "Wrong size on BTService_AvaAITree_ServiceBegin"); \ static_assert(offsetof(BTService_AvaAITree_ServiceBegin, OwnerActor) == 0x000000, "Member 'BTService_AvaAITree_ServiceBegin::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_AvaAITree_ServiceEnd \ static_assert(alignof(BTService_AvaAITree_ServiceEnd) == 0x000008, "Wrong alignment on BTService_AvaAITree_ServiceEnd"); \ static_assert(sizeof(BTService_AvaAITree_ServiceEnd) == 0x000008, "Wrong size on BTService_AvaAITree_ServiceEnd"); \ static_assert(offsetof(BTService_AvaAITree_ServiceEnd, OwnerActor) == 0x000000, "Member 'BTService_AvaAITree_ServiceEnd::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_AvaAITree \ static_assert(alignof(UBTService_AvaAITree) == 0x000008, "Wrong alignment on UBTService_AvaAITree"); \ static_assert(sizeof(UBTService_AvaAITree) == 0x0000D0, "Wrong size on UBTService_AvaAITree"); \ #define DUMPER7_ASSERTS_UAnimNotify_BroadcastBTCustomAction \ static_assert(alignof(UAnimNotify_BroadcastBTCustomAction) == 0x000008, "Wrong alignment on UAnimNotify_BroadcastBTCustomAction"); \ static_assert(sizeof(UAnimNotify_BroadcastBTCustomAction) == 0x000048, "Wrong size on UAnimNotify_BroadcastBTCustomAction"); \ static_assert(offsetof(UAnimNotify_BroadcastBTCustomAction, BTCustomAction) == 0x000038, "Member 'UAnimNotify_BroadcastBTCustomAction::BTCustomAction' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_BroadcastBTCustomAction, BTCustomActionType) == 0x000044, "Member 'UAnimNotify_BroadcastBTCustomAction::BTCustomActionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTAvaAITree_Interface_BroadcastAction \ static_assert(alignof(BTAvaAITree_Interface_BroadcastAction) == 0x000004, "Wrong alignment on BTAvaAITree_Interface_BroadcastAction"); \ static_assert(sizeof(BTAvaAITree_Interface_BroadcastAction) == 0x000018, "Wrong size on BTAvaAITree_Interface_BroadcastAction"); \ static_assert(offsetof(BTAvaAITree_Interface_BroadcastAction, ActionName) == 0x000000, "Member 'BTAvaAITree_Interface_BroadcastAction::ActionName' has a wrong offset!"); \ static_assert(offsetof(BTAvaAITree_Interface_BroadcastAction, actionType) == 0x00000C, "Member 'BTAvaAITree_Interface_BroadcastAction::actionType' has a wrong offset!"); \ static_assert(offsetof(BTAvaAITree_Interface_BroadcastAction, VarMapHandle) == 0x000010, "Member 'BTAvaAITree_Interface_BroadcastAction::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTAvaAITree_Interface_BroadcastAction, bDestroyVarMap) == 0x000014, "Member 'BTAvaAITree_Interface_BroadcastAction::bDestroyVarMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTAvaAITree_Interface_GetLastLeafNode \ static_assert(alignof(BTAvaAITree_Interface_GetLastLeafNode) == 0x000004, "Wrong alignment on BTAvaAITree_Interface_GetLastLeafNode"); \ static_assert(sizeof(BTAvaAITree_Interface_GetLastLeafNode) == 0x000008, "Wrong size on BTAvaAITree_Interface_GetLastLeafNode"); \ static_assert(offsetof(BTAvaAITree_Interface_GetLastLeafNode, ReturnValue) == 0x000000, "Member 'BTAvaAITree_Interface_GetLastLeafNode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTAvaAITree_Interface_GetManagedContext \ static_assert(alignof(BTAvaAITree_Interface_GetManagedContext) == 0x000004, "Wrong alignment on BTAvaAITree_Interface_GetManagedContext"); \ static_assert(sizeof(BTAvaAITree_Interface_GetManagedContext) == 0x000010, "Wrong size on BTAvaAITree_Interface_GetManagedContext"); \ static_assert(offsetof(BTAvaAITree_Interface_GetManagedContext, InContext) == 0x000000, "Member 'BTAvaAITree_Interface_GetManagedContext::InContext' has a wrong offset!"); \ static_assert(offsetof(BTAvaAITree_Interface_GetManagedContext, ReturnValue) == 0x00000C, "Member 'BTAvaAITree_Interface_GetManagedContext::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTAvaAITree_Interface_LeafNodeSwitcher \ static_assert(alignof(BTAvaAITree_Interface_LeafNodeSwitcher) == 0x000004, "Wrong alignment on BTAvaAITree_Interface_LeafNodeSwitcher"); \ static_assert(sizeof(BTAvaAITree_Interface_LeafNodeSwitcher) == 0x000008, "Wrong size on BTAvaAITree_Interface_LeafNodeSwitcher"); \ static_assert(offsetof(BTAvaAITree_Interface_LeafNodeSwitcher, InLeafNodeTag) == 0x000000, "Member 'BTAvaAITree_Interface_LeafNodeSwitcher::InLeafNodeTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTAvaAITree_Interface_SetManagedContext \ static_assert(alignof(BTAvaAITree_Interface_SetManagedContext) == 0x000004, "Wrong alignment on BTAvaAITree_Interface_SetManagedContext"); \ static_assert(sizeof(BTAvaAITree_Interface_SetManagedContext) == 0x000010, "Wrong size on BTAvaAITree_Interface_SetManagedContext"); \ static_assert(offsetof(BTAvaAITree_Interface_SetManagedContext, InContext) == 0x000000, "Member 'BTAvaAITree_Interface_SetManagedContext::InContext' has a wrong offset!"); \ static_assert(offsetof(BTAvaAITree_Interface_SetManagedContext, bFlag) == 0x00000C, "Member 'BTAvaAITree_Interface_SetManagedContext::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBTAvaAITree_Interface \ static_assert(alignof(IBTAvaAITree_Interface) == 0x000001, "Wrong alignment on IBTAvaAITree_Interface"); \ static_assert(sizeof(IBTAvaAITree_Interface) == 0x000001, "Wrong size on IBTAvaAITree_Interface"); \ #define DUMPER7_ASSERTS_UBTComposite_AvaAITree \ static_assert(alignof(UBTComposite_AvaAITree) == 0x000008, "Wrong alignment on UBTComposite_AvaAITree"); \ static_assert(sizeof(UBTComposite_AvaAITree) == 0x000098, "Wrong size on UBTComposite_AvaAITree"); \ #define DUMPER7_ASSERTS_UBTComposite_Repeater \ static_assert(alignof(UBTComposite_Repeater) == 0x000008, "Wrong alignment on UBTComposite_Repeater"); \ static_assert(sizeof(UBTComposite_Repeater) == 0x000098, "Wrong size on UBTComposite_Repeater"); \ static_assert(offsetof(UBTComposite_Repeater, m_leafNodeBBKey) == 0x000090, "Member 'UBTComposite_Repeater::m_leafNodeBBKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTComposite_RepeatUntilSuccess \ static_assert(alignof(UBTComposite_RepeatUntilSuccess) == 0x000008, "Wrong alignment on UBTComposite_RepeatUntilSuccess"); \ static_assert(sizeof(UBTComposite_RepeatUntilSuccess) == 0x000098, "Wrong size on UBTComposite_RepeatUntilSuccess"); \ static_assert(offsetof(UBTComposite_RepeatUntilSuccess, m_leafNodeBBKey) == 0x000090, "Member 'UBTComposite_RepeatUntilSuccess::m_leafNodeBBKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTCustomActionDelegateBinding \ static_assert(alignof(UBTCustomActionDelegateBinding) == 0x000008, "Wrong alignment on UBTCustomActionDelegateBinding"); \ static_assert(sizeof(UBTCustomActionDelegateBinding) == 0x000038, "Wrong size on UBTCustomActionDelegateBinding"); \ static_assert(offsetof(UBTCustomActionDelegateBinding, ActionDelegateBindings) == 0x000028, "Member 'UBTCustomActionDelegateBinding::ActionDelegateBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTCustomBPFunctionLibrary_DisableBTCustomAction \ static_assert(alignof(BTCustomBPFunctionLibrary_DisableBTCustomAction) == 0x000008, "Wrong alignment on BTCustomBPFunctionLibrary_DisableBTCustomAction"); \ static_assert(sizeof(BTCustomBPFunctionLibrary_DisableBTCustomAction) == 0x000010, "Wrong size on BTCustomBPFunctionLibrary_DisableBTCustomAction"); \ static_assert(offsetof(BTCustomBPFunctionLibrary_DisableBTCustomAction, InputReceiver) == 0x000000, "Member 'BTCustomBPFunctionLibrary_DisableBTCustomAction::InputReceiver' has a wrong offset!"); \ static_assert(offsetof(BTCustomBPFunctionLibrary_DisableBTCustomAction, InputComponent) == 0x000008, "Member 'BTCustomBPFunctionLibrary_DisableBTCustomAction::InputComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTCustomBPFunctionLibrary_EnableBTCustomAction \ static_assert(alignof(BTCustomBPFunctionLibrary_EnableBTCustomAction) == 0x000008, "Wrong alignment on BTCustomBPFunctionLibrary_EnableBTCustomAction"); \ static_assert(sizeof(BTCustomBPFunctionLibrary_EnableBTCustomAction) == 0x000010, "Wrong size on BTCustomBPFunctionLibrary_EnableBTCustomAction"); \ static_assert(offsetof(BTCustomBPFunctionLibrary_EnableBTCustomAction, InputReceiver) == 0x000000, "Member 'BTCustomBPFunctionLibrary_EnableBTCustomAction::InputReceiver' has a wrong offset!"); \ static_assert(offsetof(BTCustomBPFunctionLibrary_EnableBTCustomAction, InputComponent) == 0x000008, "Member 'BTCustomBPFunctionLibrary_EnableBTCustomAction::InputComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTCustomBPFunctionLibrary \ static_assert(alignof(UBTCustomBPFunctionLibrary) == 0x000008, "Wrong alignment on UBTCustomBPFunctionLibrary"); \ static_assert(sizeof(UBTCustomBPFunctionLibrary) == 0x000028, "Wrong size on UBTCustomBPFunctionLibrary"); \ #define DUMPER7_ASSERTS_BTCustomComponent_BroadcastAction_Actor \ static_assert(alignof(BTCustomComponent_BroadcastAction_Actor) == 0x000008, "Wrong alignment on BTCustomComponent_BroadcastAction_Actor"); \ static_assert(sizeof(BTCustomComponent_BroadcastAction_Actor) == 0x000028, "Wrong size on BTCustomComponent_BroadcastAction_Actor"); \ static_assert(offsetof(BTCustomComponent_BroadcastAction_Actor, OwnerActor) == 0x000000, "Member 'BTCustomComponent_BroadcastAction_Actor::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTCustomComponent_BroadcastAction_Actor, ActionName) == 0x000008, "Member 'BTCustomComponent_BroadcastAction_Actor::ActionName' has a wrong offset!"); \ static_assert(offsetof(BTCustomComponent_BroadcastAction_Actor, actionType) == 0x000014, "Member 'BTCustomComponent_BroadcastAction_Actor::actionType' has a wrong offset!"); \ static_assert(offsetof(BTCustomComponent_BroadcastAction_Actor, VarMapHandle) == 0x000018, "Member 'BTCustomComponent_BroadcastAction_Actor::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTCustomComponent_BroadcastAction_Actor, bDestroyVarMap) == 0x00001C, "Member 'BTCustomComponent_BroadcastAction_Actor::bDestroyVarMap' has a wrong offset!"); \ static_assert(offsetof(BTCustomComponent_BroadcastAction_Actor, ReturnValue) == 0x000020, "Member 'BTCustomComponent_BroadcastAction_Actor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTCustomComponent_BroadcastAction \ static_assert(alignof(BTCustomComponent_BroadcastAction) == 0x000004, "Wrong alignment on BTCustomComponent_BroadcastAction"); \ static_assert(sizeof(BTCustomComponent_BroadcastAction) == 0x00001C, "Wrong size on BTCustomComponent_BroadcastAction"); \ static_assert(offsetof(BTCustomComponent_BroadcastAction, ActionName) == 0x000000, "Member 'BTCustomComponent_BroadcastAction::ActionName' has a wrong offset!"); \ static_assert(offsetof(BTCustomComponent_BroadcastAction, actionType) == 0x00000C, "Member 'BTCustomComponent_BroadcastAction::actionType' has a wrong offset!"); \ static_assert(offsetof(BTCustomComponent_BroadcastAction, VarMapHandle) == 0x000010, "Member 'BTCustomComponent_BroadcastAction::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTCustomComponent_BroadcastAction, bDestroyVarMap) == 0x000014, "Member 'BTCustomComponent_BroadcastAction::bDestroyVarMap' has a wrong offset!"); \ static_assert(offsetof(BTCustomComponent_BroadcastAction, ReturnValue) == 0x000018, "Member 'BTCustomComponent_BroadcastAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTCustomComponent_GetGameplayTagFromActiveLeafNode \ static_assert(alignof(BTCustomComponent_GetGameplayTagFromActiveLeafNode) == 0x000004, "Wrong alignment on BTCustomComponent_GetGameplayTagFromActiveLeafNode"); \ static_assert(sizeof(BTCustomComponent_GetGameplayTagFromActiveLeafNode) == 0x000008, "Wrong size on BTCustomComponent_GetGameplayTagFromActiveLeafNode"); \ static_assert(offsetof(BTCustomComponent_GetGameplayTagFromActiveLeafNode, ReturnValue) == 0x000000, "Member 'BTCustomComponent_GetGameplayTagFromActiveLeafNode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTCustomComponent_LeafNodeSwitcher \ static_assert(alignof(BTCustomComponent_LeafNodeSwitcher) == 0x000004, "Wrong alignment on BTCustomComponent_LeafNodeSwitcher"); \ static_assert(sizeof(BTCustomComponent_LeafNodeSwitcher) == 0x000008, "Wrong size on BTCustomComponent_LeafNodeSwitcher"); \ static_assert(offsetof(BTCustomComponent_LeafNodeSwitcher, InLeafNodeTag) == 0x000000, "Member 'BTCustomComponent_LeafNodeSwitcher::InLeafNodeTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTCustomComponent_OnCharacterLoadComplete \ static_assert(alignof(BTCustomComponent_OnCharacterLoadComplete) == 0x000008, "Wrong alignment on BTCustomComponent_OnCharacterLoadComplete"); \ static_assert(sizeof(BTCustomComponent_OnCharacterLoadComplete) == 0x000008, "Wrong size on BTCustomComponent_OnCharacterLoadComplete"); \ static_assert(offsetof(BTCustomComponent_OnCharacterLoadComplete, Actor) == 0x000000, "Member 'BTCustomComponent_OnCharacterLoadComplete::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTCustomComponent \ static_assert(alignof(UBTCustomComponent) == 0x000008, "Wrong alignment on UBTCustomComponent"); \ static_assert(sizeof(UBTCustomComponent) == 0x000390, "Wrong size on UBTCustomComponent"); \ static_assert(offsetof(UBTCustomComponent, BehaviorTree) == 0x0002B0, "Member 'UBTCustomComponent::BehaviorTree' has a wrong offset!"); \ static_assert(offsetof(UBTCustomComponent, GameplayTagPrefix) == 0x0002B8, "Member 'UBTCustomComponent::GameplayTagPrefix' has a wrong offset!"); \ static_assert(offsetof(UBTCustomComponent, bManageGameLogicBoolVars) == 0x0002C8, "Member 'UBTCustomComponent::bManageGameLogicBoolVars' has a wrong offset!"); \ static_assert(offsetof(UBTCustomComponent, LeafNodeSwitchedDelegate) == 0x0002D8, "Member 'UBTCustomComponent::LeafNodeSwitchedDelegate' has a wrong offset!"); \ static_assert(offsetof(UBTCustomComponent, LeafNodeTag) == 0x0002E8, "Member 'UBTCustomComponent::LeafNodeTag' has a wrong offset!"); \ static_assert(offsetof(UBTCustomComponent, LastLeafNodeTag) == 0x0002F0, "Member 'UBTCustomComponent::LastLeafNodeTag' has a wrong offset!"); \ static_assert(offsetof(UBTCustomComponent, LastTaskNode) == 0x0002F8, "Member 'UBTCustomComponent::LastTaskNode' has a wrong offset!"); \ static_assert(offsetof(UBTCustomComponent, bLockLeafNodeSwitcher) == 0x000300, "Member 'UBTCustomComponent::bLockLeafNodeSwitcher' has a wrong offset!"); \ static_assert(offsetof(UBTCustomComponent, bLeafNodeSwitcherQueued) == 0x000301, "Member 'UBTCustomComponent::bLeafNodeSwitcherQueued' has a wrong offset!"); \ static_assert(offsetof(UBTCustomComponent, LeafNodeTagDuringLock) == 0x000304, "Member 'UBTCustomComponent::LeafNodeTagDuringLock' has a wrong offset!"); \ static_assert(offsetof(UBTCustomComponent, bSubtree) == 0x00030C, "Member 'UBTCustomComponent::bSubtree' has a wrong offset!"); \ static_assert(offsetof(UBTCustomComponent, ActionNameToTypeMap) == 0x000340, "Member 'UBTCustomComponent::ActionNameToTypeMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTCustomGameSettings_GetInputSettings \ static_assert(alignof(BTCustomGameSettings_GetInputSettings) == 0x000008, "Wrong alignment on BTCustomGameSettings_GetInputSettings"); \ static_assert(sizeof(BTCustomGameSettings_GetInputSettings) == 0x000008, "Wrong size on BTCustomGameSettings_GetInputSettings"); \ static_assert(offsetof(BTCustomGameSettings_GetInputSettings, ReturnValue) == 0x000000, "Member 'BTCustomGameSettings_GetInputSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTCustomGameSettings_GetActionNames \ static_assert(alignof(BTCustomGameSettings_GetActionNames) == 0x000008, "Wrong alignment on BTCustomGameSettings_GetActionNames"); \ static_assert(sizeof(BTCustomGameSettings_GetActionNames) == 0x000010, "Wrong size on BTCustomGameSettings_GetActionNames"); \ static_assert(offsetof(BTCustomGameSettings_GetActionNames, ActionNames) == 0x000000, "Member 'BTCustomGameSettings_GetActionNames::ActionNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTCustomGameSettings \ static_assert(alignof(UBTCustomGameSettings) == 0x000008, "Wrong alignment on UBTCustomGameSettings"); \ static_assert(sizeof(UBTCustomGameSettings) == 0x000038, "Wrong size on UBTCustomGameSettings"); \ static_assert(offsetof(UBTCustomGameSettings, Actions) == 0x000028, "Member 'UBTCustomGameSettings::Actions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_AvaAITree_Input_GetManagedContext \ static_assert(alignof(BTService_AvaAITree_Input_GetManagedContext) == 0x000004, "Wrong alignment on BTService_AvaAITree_Input_GetManagedContext"); \ static_assert(sizeof(BTService_AvaAITree_Input_GetManagedContext) == 0x000010, "Wrong size on BTService_AvaAITree_Input_GetManagedContext"); \ static_assert(offsetof(BTService_AvaAITree_Input_GetManagedContext, InContext) == 0x000000, "Member 'BTService_AvaAITree_Input_GetManagedContext::InContext' has a wrong offset!"); \ static_assert(offsetof(BTService_AvaAITree_Input_GetManagedContext, ReturnValue) == 0x00000C, "Member 'BTService_AvaAITree_Input_GetManagedContext::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_AvaAITree_Input_PlayerInputComponentCreated \ static_assert(alignof(BTService_AvaAITree_Input_PlayerInputComponentCreated) == 0x000008, "Wrong alignment on BTService_AvaAITree_Input_PlayerInputComponentCreated"); \ static_assert(sizeof(BTService_AvaAITree_Input_PlayerInputComponentCreated) == 0x000008, "Wrong size on BTService_AvaAITree_Input_PlayerInputComponentCreated"); \ static_assert(offsetof(BTService_AvaAITree_Input_PlayerInputComponentCreated, InputComponent) == 0x000000, "Member 'BTService_AvaAITree_Input_PlayerInputComponentCreated::InputComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_AvaAITree_Input_SetManagedContext \ static_assert(alignof(BTService_AvaAITree_Input_SetManagedContext) == 0x000004, "Wrong alignment on BTService_AvaAITree_Input_SetManagedContext"); \ static_assert(sizeof(BTService_AvaAITree_Input_SetManagedContext) == 0x000010, "Wrong size on BTService_AvaAITree_Input_SetManagedContext"); \ static_assert(offsetof(BTService_AvaAITree_Input_SetManagedContext, InContext) == 0x000000, "Member 'BTService_AvaAITree_Input_SetManagedContext::InContext' has a wrong offset!"); \ static_assert(offsetof(BTService_AvaAITree_Input_SetManagedContext, bFlag) == 0x00000C, "Member 'BTService_AvaAITree_Input_SetManagedContext::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_AvaAITree_Input \ static_assert(alignof(UBTService_AvaAITree_Input) == 0x000008, "Wrong alignment on UBTService_AvaAITree_Input"); \ static_assert(sizeof(UBTService_AvaAITree_Input) == 0x0000F8, "Wrong size on UBTService_AvaAITree_Input"); \ static_assert(offsetof(UBTService_AvaAITree_Input, GameLogicBoolVars) == 0x0000D0, "Member 'UBTService_AvaAITree_Input::GameLogicBoolVars' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_AvaAITree_BroadcastAction \ static_assert(alignof(BTTask_AvaAITree_BroadcastAction) == 0x000004, "Wrong alignment on BTTask_AvaAITree_BroadcastAction"); \ static_assert(sizeof(BTTask_AvaAITree_BroadcastAction) == 0x000018, "Wrong size on BTTask_AvaAITree_BroadcastAction"); \ static_assert(offsetof(BTTask_AvaAITree_BroadcastAction, ActionName) == 0x000000, "Member 'BTTask_AvaAITree_BroadcastAction::ActionName' has a wrong offset!"); \ static_assert(offsetof(BTTask_AvaAITree_BroadcastAction, actionType) == 0x00000C, "Member 'BTTask_AvaAITree_BroadcastAction::actionType' has a wrong offset!"); \ static_assert(offsetof(BTTask_AvaAITree_BroadcastAction, VarMapHandle) == 0x000010, "Member 'BTTask_AvaAITree_BroadcastAction::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTTask_AvaAITree_BroadcastAction, bDestroyVarMap) == 0x000014, "Member 'BTTask_AvaAITree_BroadcastAction::bDestroyVarMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_AvaAITree_ExitTask \ static_assert(alignof(BTTask_AvaAITree_ExitTask) == 0x000008, "Wrong alignment on BTTask_AvaAITree_ExitTask"); \ static_assert(sizeof(BTTask_AvaAITree_ExitTask) == 0x000008, "Wrong size on BTTask_AvaAITree_ExitTask"); \ static_assert(offsetof(BTTask_AvaAITree_ExitTask, OwnerActor) == 0x000000, "Member 'BTTask_AvaAITree_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_AvaAITree_GetActorOwner \ static_assert(alignof(BTTask_AvaAITree_GetActorOwner) == 0x000008, "Wrong alignment on BTTask_AvaAITree_GetActorOwner"); \ static_assert(sizeof(BTTask_AvaAITree_GetActorOwner) == 0x000008, "Wrong size on BTTask_AvaAITree_GetActorOwner"); \ static_assert(offsetof(BTTask_AvaAITree_GetActorOwner, ReturnValue) == 0x000000, "Member 'BTTask_AvaAITree_GetActorOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_AvaAITree_GetAnimInstance \ static_assert(alignof(BTTask_AvaAITree_GetAnimInstance) == 0x000008, "Wrong alignment on BTTask_AvaAITree_GetAnimInstance"); \ static_assert(sizeof(BTTask_AvaAITree_GetAnimInstance) == 0x000008, "Wrong size on BTTask_AvaAITree_GetAnimInstance"); \ static_assert(offsetof(BTTask_AvaAITree_GetAnimInstance, ReturnValue) == 0x000000, "Member 'BTTask_AvaAITree_GetAnimInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_AvaAITree_GetBlackboardComponent \ static_assert(alignof(BTTask_AvaAITree_GetBlackboardComponent) == 0x000008, "Wrong alignment on BTTask_AvaAITree_GetBlackboardComponent"); \ static_assert(sizeof(BTTask_AvaAITree_GetBlackboardComponent) == 0x000008, "Wrong size on BTTask_AvaAITree_GetBlackboardComponent"); \ static_assert(offsetof(BTTask_AvaAITree_GetBlackboardComponent, ReturnValue) == 0x000000, "Member 'BTTask_AvaAITree_GetBlackboardComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_AvaAITree_GetLastLeafNode \ static_assert(alignof(BTTask_AvaAITree_GetLastLeafNode) == 0x000004, "Wrong alignment on BTTask_AvaAITree_GetLastLeafNode"); \ static_assert(sizeof(BTTask_AvaAITree_GetLastLeafNode) == 0x000008, "Wrong size on BTTask_AvaAITree_GetLastLeafNode"); \ static_assert(offsetof(BTTask_AvaAITree_GetLastLeafNode, ReturnValue) == 0x000000, "Member 'BTTask_AvaAITree_GetLastLeafNode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_AvaAITree_LeafNodeSwitcher \ static_assert(alignof(BTTask_AvaAITree_LeafNodeSwitcher) == 0x000004, "Wrong alignment on BTTask_AvaAITree_LeafNodeSwitcher"); \ static_assert(sizeof(BTTask_AvaAITree_LeafNodeSwitcher) == 0x000008, "Wrong size on BTTask_AvaAITree_LeafNodeSwitcher"); \ static_assert(offsetof(BTTask_AvaAITree_LeafNodeSwitcher, LeafNodeTag) == 0x000000, "Member 'BTTask_AvaAITree_LeafNodeSwitcher::LeafNodeTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_AvaAITree \ static_assert(alignof(UBTTask_AvaAITree) == 0x000008, "Wrong alignment on UBTTask_AvaAITree"); \ static_assert(sizeof(UBTTask_AvaAITree) == 0x0000D0, "Wrong size on UBTTask_AvaAITree"); \ #define DUMPER7_ASSERTS_BTTask_AvaAITree_Input_GetManagedContext \ static_assert(alignof(BTTask_AvaAITree_Input_GetManagedContext) == 0x000004, "Wrong alignment on BTTask_AvaAITree_Input_GetManagedContext"); \ static_assert(sizeof(BTTask_AvaAITree_Input_GetManagedContext) == 0x000010, "Wrong size on BTTask_AvaAITree_Input_GetManagedContext"); \ static_assert(offsetof(BTTask_AvaAITree_Input_GetManagedContext, InContext) == 0x000000, "Member 'BTTask_AvaAITree_Input_GetManagedContext::InContext' has a wrong offset!"); \ static_assert(offsetof(BTTask_AvaAITree_Input_GetManagedContext, ReturnValue) == 0x00000C, "Member 'BTTask_AvaAITree_Input_GetManagedContext::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_AvaAITree_Input_PlayerInputComponentCreated \ static_assert(alignof(BTTask_AvaAITree_Input_PlayerInputComponentCreated) == 0x000008, "Wrong alignment on BTTask_AvaAITree_Input_PlayerInputComponentCreated"); \ static_assert(sizeof(BTTask_AvaAITree_Input_PlayerInputComponentCreated) == 0x000008, "Wrong size on BTTask_AvaAITree_Input_PlayerInputComponentCreated"); \ static_assert(offsetof(BTTask_AvaAITree_Input_PlayerInputComponentCreated, InputComponent) == 0x000000, "Member 'BTTask_AvaAITree_Input_PlayerInputComponentCreated::InputComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_AvaAITree_Input_SetManagedContext \ static_assert(alignof(BTTask_AvaAITree_Input_SetManagedContext) == 0x000004, "Wrong alignment on BTTask_AvaAITree_Input_SetManagedContext"); \ static_assert(sizeof(BTTask_AvaAITree_Input_SetManagedContext) == 0x000010, "Wrong size on BTTask_AvaAITree_Input_SetManagedContext"); \ static_assert(offsetof(BTTask_AvaAITree_Input_SetManagedContext, InContext) == 0x000000, "Member 'BTTask_AvaAITree_Input_SetManagedContext::InContext' has a wrong offset!"); \ static_assert(offsetof(BTTask_AvaAITree_Input_SetManagedContext, bFlag) == 0x00000C, "Member 'BTTask_AvaAITree_Input_SetManagedContext::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_AvaAITree_Input \ static_assert(alignof(UBTTask_AvaAITree_Input) == 0x000008, "Wrong alignment on UBTTask_AvaAITree_Input"); \ static_assert(sizeof(UBTTask_AvaAITree_Input) == 0x000150, "Wrong size on UBTTask_AvaAITree_Input"); \ static_assert(offsetof(UBTTask_AvaAITree_Input, GameLogicBoolVars) == 0x0000D0, "Member 'UBTTask_AvaAITree_Input::GameLogicBoolVars' has a wrong offset!"); \ static_assert(offsetof(UBTTask_AvaAITree_Input, CustomActions) == 0x0000E0, "Member 'UBTTask_AvaAITree_Input::CustomActions' has a wrong offset!"); \ static_assert(offsetof(UBTTask_AvaAITree_Input, FacialAnimation) == 0x0000F0, "Member 'UBTTask_AvaAITree_Input::FacialAnimation' has a wrong offset!"); \ static_assert(offsetof(UBTTask_AvaAITree_Input, FacialAnimationPriority) == 0x000120, "Member 'UBTTask_AvaAITree_Input::FacialAnimationPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCurtainStageOptions \ static_assert(alignof(FCurtainStageOptions) == 0x000004, "Wrong alignment on FCurtainStageOptions"); \ static_assert(sizeof(FCurtainStageOptions) == 0x000004, "Wrong size on FCurtainStageOptions"); \ #define DUMPER7_ASSERTS_FGeneratedHandle \ static_assert(alignof(FGeneratedHandle) == 0x000004, "Wrong alignment on FGeneratedHandle"); \ static_assert(sizeof(FGeneratedHandle) == 0x000004, "Wrong size on FGeneratedHandle"); \ static_assert(offsetof(FGeneratedHandle, Handle) == 0x000000, "Member 'FGeneratedHandle::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIconInfo \ static_assert(alignof(FIconInfo) == 0x000008, "Wrong alignment on FIconInfo"); \ static_assert(sizeof(FIconInfo) == 0x000090, "Wrong size on FIconInfo"); \ static_assert(offsetof(FIconInfo, Icon) == 0x000008, "Member 'FIconInfo::Icon' has a wrong offset!"); \ static_assert(offsetof(FIconInfo, Locked) == 0x000030, "Member 'FIconInfo::Locked' has a wrong offset!"); \ static_assert(offsetof(FIconInfo, HAngle) == 0x000034, "Member 'FIconInfo::HAngle' has a wrong offset!"); \ static_assert(offsetof(FIconInfo, VAngle) == 0x000038, "Member 'FIconInfo::VAngle' has a wrong offset!"); \ static_assert(offsetof(FIconInfo, FieldOfView) == 0x00003C, "Member 'FIconInfo::FieldOfView' has a wrong offset!"); \ static_assert(offsetof(FIconInfo, Padding) == 0x000040, "Member 'FIconInfo::Padding' has a wrong offset!"); \ static_assert(offsetof(FIconInfo, LightHAngle) == 0x000044, "Member 'FIconInfo::LightHAngle' has a wrong offset!"); \ static_assert(offsetof(FIconInfo, LightVAngle) == 0x000048, "Member 'FIconInfo::LightVAngle' has a wrong offset!"); \ static_assert(offsetof(FIconInfo, CameraOffset) == 0x00004C, "Member 'FIconInfo::CameraOffset' has a wrong offset!"); \ static_assert(offsetof(FIconInfo, AnimSequence) == 0x000058, "Member 'FIconInfo::AnimSequence' has a wrong offset!"); \ static_assert(offsetof(FIconInfo, AnimPercent) == 0x000080, "Member 'FIconInfo::AnimPercent' has a wrong offset!"); \ static_assert(offsetof(FIconInfo, CopyIconInfoRowName) == 0x000084, "Member 'FIconInfo::CopyIconInfoRowName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVariantMapHandle \ static_assert(alignof(FVariantMapHandle) == 0x000004, "Wrong alignment on FVariantMapHandle"); \ static_assert(sizeof(FVariantMapHandle) == 0x000004, "Wrong size on FVariantMapHandle"); \ #define DUMPER7_ASSERTS_FWorldObjectReference \ static_assert(alignof(FWorldObjectReference) == 0x000008, "Wrong alignment on FWorldObjectReference"); \ static_assert(sizeof(FWorldObjectReference) == 0x000020, "Wrong size on FWorldObjectReference"); \ static_assert(offsetof(FWorldObjectReference, ObjectReferenceString_NoMarkup) == 0x000000, "Member 'FWorldObjectReference::ObjectReferenceString_NoMarkup' has a wrong offset!"); \ static_assert(offsetof(FWorldObjectReference, CachedObjectPtr) == 0x000010, "Member 'FWorldObjectReference::CachedObjectPtr' has a wrong offset!"); \ static_assert(offsetof(FWorldObjectReference, CachedForWorld) == 0x000018, "Member 'FWorldObjectReference::CachedForWorld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandscapePointData \ static_assert(alignof(FLandscapePointData) == 0x000008, "Wrong alignment on FLandscapePointData"); \ static_assert(sizeof(FLandscapePointData) == 0x000030, "Wrong size on FLandscapePointData"); \ static_assert(offsetof(FLandscapePointData, PointLocation) == 0x000000, "Member 'FLandscapePointData::PointLocation' has a wrong offset!"); \ static_assert(offsetof(FLandscapePointData, TangentLocation) == 0x00000C, "Member 'FLandscapePointData::TangentLocation' has a wrong offset!"); \ static_assert(offsetof(FLandscapePointData, Width) == 0x000018, "Member 'FLandscapePointData::Width' has a wrong offset!"); \ static_assert(offsetof(FLandscapePointData, Tags) == 0x000020, "Member 'FLandscapePointData::Tags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldActorReference \ static_assert(alignof(FWorldActorReference) == 0x000008, "Wrong alignment on FWorldActorReference"); \ static_assert(sizeof(FWorldActorReference) == 0x000020, "Wrong size on FWorldActorReference"); \ #define DUMPER7_ASSERTS_FLandscapeRoadData \ static_assert(alignof(FLandscapeRoadData) == 0x000008, "Wrong alignment on FLandscapeRoadData"); \ static_assert(sizeof(FLandscapeRoadData) == 0x000010, "Wrong size on FLandscapeRoadData"); \ static_assert(offsetof(FLandscapeRoadData, RoadPoints) == 0x000000, "Member 'FLandscapeRoadData::RoadPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCurtainStageEntry \ static_assert(alignof(FCurtainStageEntry) == 0x000008, "Wrong alignment on FCurtainStageEntry"); \ static_assert(sizeof(FCurtainStageEntry) == 0x000010, "Wrong size on FCurtainStageEntry"); \ static_assert(offsetof(FCurtainStageEntry, EnableAtTime) == 0x000000, "Member 'FCurtainStageEntry::EnableAtTime' has a wrong offset!"); \ static_assert(offsetof(FCurtainStageEntry, StageOptions) == 0x000008, "Member 'FCurtainStageEntry::StageOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhase \ static_assert(alignof(FPhase) == 0x000004, "Wrong alignment on FPhase"); \ static_assert(sizeof(FPhase) == 0x000004, "Wrong size on FPhase"); \ static_assert(offsetof(FPhase, PhaseValue) == 0x000000, "Member 'FPhase::PhaseValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWordRow \ static_assert(alignof(FWordRow) == 0x000008, "Wrong alignment on FWordRow"); \ static_assert(sizeof(FWordRow) == 0x000020, "Wrong size on FWordRow"); \ static_assert(offsetof(FWordRow, Locale) == 0x000008, "Member 'FWordRow::Locale' has a wrong offset!"); \ static_assert(offsetof(FWordRow, bAlwaysCheck) == 0x000018, "Member 'FWordRow::bAlwaysCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ManagedStateComponent_BP_FinishSettingHiddenPrioritized \ static_assert(alignof(ManagedStateComponent_BP_FinishSettingHiddenPrioritized) == 0x000008, "Wrong alignment on ManagedStateComponent_BP_FinishSettingHiddenPrioritized"); \ static_assert(sizeof(ManagedStateComponent_BP_FinishSettingHiddenPrioritized) == 0x000018, "Wrong size on ManagedStateComponent_BP_FinishSettingHiddenPrioritized"); \ static_assert(offsetof(ManagedStateComponent_BP_FinishSettingHiddenPrioritized, Actor) == 0x000000, "Member 'ManagedStateComponent_BP_FinishSettingHiddenPrioritized::Actor' has a wrong offset!"); \ static_assert(offsetof(ManagedStateComponent_BP_FinishSettingHiddenPrioritized, Priority) == 0x000008, "Member 'ManagedStateComponent_BP_FinishSettingHiddenPrioritized::Priority' has a wrong offset!"); \ static_assert(offsetof(ManagedStateComponent_BP_FinishSettingHiddenPrioritized, Provider) == 0x000010, "Member 'ManagedStateComponent_BP_FinishSettingHiddenPrioritized::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ManagedStateComponent_BP_FinishSettingHiddenUnprioritized \ static_assert(alignof(ManagedStateComponent_BP_FinishSettingHiddenUnprioritized) == 0x000008, "Wrong alignment on ManagedStateComponent_BP_FinishSettingHiddenUnprioritized"); \ static_assert(sizeof(ManagedStateComponent_BP_FinishSettingHiddenUnprioritized) == 0x000010, "Wrong size on ManagedStateComponent_BP_FinishSettingHiddenUnprioritized"); \ static_assert(offsetof(ManagedStateComponent_BP_FinishSettingHiddenUnprioritized, Actor) == 0x000000, "Member 'ManagedStateComponent_BP_FinishSettingHiddenUnprioritized::Actor' has a wrong offset!"); \ static_assert(offsetof(ManagedStateComponent_BP_FinishSettingHiddenUnprioritized, Provider) == 0x000008, "Member 'ManagedStateComponent_BP_FinishSettingHiddenUnprioritized::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ManagedStateComponent_BP_StartSettingHiddenPrioritized \ static_assert(alignof(ManagedStateComponent_BP_StartSettingHiddenPrioritized) == 0x000008, "Wrong alignment on ManagedStateComponent_BP_StartSettingHiddenPrioritized"); \ static_assert(sizeof(ManagedStateComponent_BP_StartSettingHiddenPrioritized) == 0x000018, "Wrong size on ManagedStateComponent_BP_StartSettingHiddenPrioritized"); \ static_assert(offsetof(ManagedStateComponent_BP_StartSettingHiddenPrioritized, Actor) == 0x000000, "Member 'ManagedStateComponent_BP_StartSettingHiddenPrioritized::Actor' has a wrong offset!"); \ static_assert(offsetof(ManagedStateComponent_BP_StartSettingHiddenPrioritized, IsHidden) == 0x000008, "Member 'ManagedStateComponent_BP_StartSettingHiddenPrioritized::IsHidden' has a wrong offset!"); \ static_assert(offsetof(ManagedStateComponent_BP_StartSettingHiddenPrioritized, Priority) == 0x000009, "Member 'ManagedStateComponent_BP_StartSettingHiddenPrioritized::Priority' has a wrong offset!"); \ static_assert(offsetof(ManagedStateComponent_BP_StartSettingHiddenPrioritized, Provider) == 0x000010, "Member 'ManagedStateComponent_BP_StartSettingHiddenPrioritized::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ManagedStateComponent_BP_StartSettingHiddenUnprioritized \ static_assert(alignof(ManagedStateComponent_BP_StartSettingHiddenUnprioritized) == 0x000008, "Wrong alignment on ManagedStateComponent_BP_StartSettingHiddenUnprioritized"); \ static_assert(sizeof(ManagedStateComponent_BP_StartSettingHiddenUnprioritized) == 0x000018, "Wrong size on ManagedStateComponent_BP_StartSettingHiddenUnprioritized"); \ static_assert(offsetof(ManagedStateComponent_BP_StartSettingHiddenUnprioritized, Actor) == 0x000000, "Member 'ManagedStateComponent_BP_StartSettingHiddenUnprioritized::Actor' has a wrong offset!"); \ static_assert(offsetof(ManagedStateComponent_BP_StartSettingHiddenUnprioritized, IsHidden) == 0x000008, "Member 'ManagedStateComponent_BP_StartSettingHiddenUnprioritized::IsHidden' has a wrong offset!"); \ static_assert(offsetof(ManagedStateComponent_BP_StartSettingHiddenUnprioritized, Provider) == 0x000010, "Member 'ManagedStateComponent_BP_StartSettingHiddenUnprioritized::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ManagedStateComponent_BP_TryFinishSettingHiddenUnprioritized \ static_assert(alignof(ManagedStateComponent_BP_TryFinishSettingHiddenUnprioritized) == 0x000008, "Wrong alignment on ManagedStateComponent_BP_TryFinishSettingHiddenUnprioritized"); \ static_assert(sizeof(ManagedStateComponent_BP_TryFinishSettingHiddenUnprioritized) == 0x000010, "Wrong size on ManagedStateComponent_BP_TryFinishSettingHiddenUnprioritized"); \ static_assert(offsetof(ManagedStateComponent_BP_TryFinishSettingHiddenUnprioritized, Actor) == 0x000000, "Member 'ManagedStateComponent_BP_TryFinishSettingHiddenUnprioritized::Actor' has a wrong offset!"); \ static_assert(offsetof(ManagedStateComponent_BP_TryFinishSettingHiddenUnprioritized, Provider) == 0x000008, "Member 'ManagedStateComponent_BP_TryFinishSettingHiddenUnprioritized::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UManagedStateComponent \ static_assert(alignof(UManagedStateComponent) == 0x000008, "Wrong alignment on UManagedStateComponent"); \ static_assert(sizeof(UManagedStateComponent) == 0x000178, "Wrong size on UManagedStateComponent"); \ #define DUMPER7_ASSERTS_ManagedCharacterComponent_FinishSettingMovementMode \ static_assert(alignof(ManagedCharacterComponent_FinishSettingMovementMode) == 0x000008, "Wrong alignment on ManagedCharacterComponent_FinishSettingMovementMode"); \ static_assert(sizeof(ManagedCharacterComponent_FinishSettingMovementMode) == 0x000010, "Wrong size on ManagedCharacterComponent_FinishSettingMovementMode"); \ static_assert(offsetof(ManagedCharacterComponent_FinishSettingMovementMode, Priority) == 0x000000, "Member 'ManagedCharacterComponent_FinishSettingMovementMode::Priority' has a wrong offset!"); \ static_assert(offsetof(ManagedCharacterComponent_FinishSettingMovementMode, Provider) == 0x000008, "Member 'ManagedCharacterComponent_FinishSettingMovementMode::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ManagedCharacterComponent_SetDefaultFacialEmotion \ static_assert(alignof(ManagedCharacterComponent_SetDefaultFacialEmotion) == 0x000004, "Wrong alignment on ManagedCharacterComponent_SetDefaultFacialEmotion"); \ static_assert(sizeof(ManagedCharacterComponent_SetDefaultFacialEmotion) == 0x000008, "Wrong size on ManagedCharacterComponent_SetDefaultFacialEmotion"); \ static_assert(offsetof(ManagedCharacterComponent_SetDefaultFacialEmotion, Emotion) == 0x000000, "Member 'ManagedCharacterComponent_SetDefaultFacialEmotion::Emotion' has a wrong offset!"); \ static_assert(offsetof(ManagedCharacterComponent_SetDefaultFacialEmotion, Transition) == 0x000004, "Member 'ManagedCharacterComponent_SetDefaultFacialEmotion::Transition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ManagedCharacterComponent_SetFinishFacialEmotion \ static_assert(alignof(ManagedCharacterComponent_SetFinishFacialEmotion) == 0x000008, "Wrong alignment on ManagedCharacterComponent_SetFinishFacialEmotion"); \ static_assert(sizeof(ManagedCharacterComponent_SetFinishFacialEmotion) == 0x000010, "Wrong size on ManagedCharacterComponent_SetFinishFacialEmotion"); \ static_assert(offsetof(ManagedCharacterComponent_SetFinishFacialEmotion, Provider) == 0x000000, "Member 'ManagedCharacterComponent_SetFinishFacialEmotion::Provider' has a wrong offset!"); \ static_assert(offsetof(ManagedCharacterComponent_SetFinishFacialEmotion, ManagedFacialEmotionPriority) == 0x000008, "Member 'ManagedCharacterComponent_SetFinishFacialEmotion::ManagedFacialEmotionPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ManagedCharacterComponent_SetStartFacialEmotion \ static_assert(alignof(ManagedCharacterComponent_SetStartFacialEmotion) == 0x000008, "Wrong alignment on ManagedCharacterComponent_SetStartFacialEmotion"); \ static_assert(sizeof(ManagedCharacterComponent_SetStartFacialEmotion) == 0x000018, "Wrong size on ManagedCharacterComponent_SetStartFacialEmotion"); \ static_assert(offsetof(ManagedCharacterComponent_SetStartFacialEmotion, Emotion) == 0x000000, "Member 'ManagedCharacterComponent_SetStartFacialEmotion::Emotion' has a wrong offset!"); \ static_assert(offsetof(ManagedCharacterComponent_SetStartFacialEmotion, Provider) == 0x000008, "Member 'ManagedCharacterComponent_SetStartFacialEmotion::Provider' has a wrong offset!"); \ static_assert(offsetof(ManagedCharacterComponent_SetStartFacialEmotion, Transition) == 0x000010, "Member 'ManagedCharacterComponent_SetStartFacialEmotion::Transition' has a wrong offset!"); \ static_assert(offsetof(ManagedCharacterComponent_SetStartFacialEmotion, ManagedFacialEmotionPriority) == 0x000014, "Member 'ManagedCharacterComponent_SetStartFacialEmotion::ManagedFacialEmotionPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ManagedCharacterComponent_SetStartFacialEmotionWithTags \ static_assert(alignof(ManagedCharacterComponent_SetStartFacialEmotionWithTags) == 0x000008, "Wrong alignment on ManagedCharacterComponent_SetStartFacialEmotionWithTags"); \ static_assert(sizeof(ManagedCharacterComponent_SetStartFacialEmotionWithTags) == 0x000038, "Wrong size on ManagedCharacterComponent_SetStartFacialEmotionWithTags"); \ static_assert(offsetof(ManagedCharacterComponent_SetStartFacialEmotionWithTags, Emotion) == 0x000000, "Member 'ManagedCharacterComponent_SetStartFacialEmotionWithTags::Emotion' has a wrong offset!"); \ static_assert(offsetof(ManagedCharacterComponent_SetStartFacialEmotionWithTags, Provider) == 0x000008, "Member 'ManagedCharacterComponent_SetStartFacialEmotionWithTags::Provider' has a wrong offset!"); \ static_assert(offsetof(ManagedCharacterComponent_SetStartFacialEmotionWithTags, Transition) == 0x000010, "Member 'ManagedCharacterComponent_SetStartFacialEmotionWithTags::Transition' has a wrong offset!"); \ static_assert(offsetof(ManagedCharacterComponent_SetStartFacialEmotionWithTags, ManagedFacialEmotionPriority) == 0x000014, "Member 'ManagedCharacterComponent_SetStartFacialEmotionWithTags::ManagedFacialEmotionPriority' has a wrong offset!"); \ static_assert(offsetof(ManagedCharacterComponent_SetStartFacialEmotionWithTags, AnimTags) == 0x000018, "Member 'ManagedCharacterComponent_SetStartFacialEmotionWithTags::AnimTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ManagedCharacterComponent_StartSettingMovementMode \ static_assert(alignof(ManagedCharacterComponent_StartSettingMovementMode) == 0x000008, "Wrong alignment on ManagedCharacterComponent_StartSettingMovementMode"); \ static_assert(sizeof(ManagedCharacterComponent_StartSettingMovementMode) == 0x000010, "Wrong size on ManagedCharacterComponent_StartSettingMovementMode"); \ static_assert(offsetof(ManagedCharacterComponent_StartSettingMovementMode, InMovementMode) == 0x000000, "Member 'ManagedCharacterComponent_StartSettingMovementMode::InMovementMode' has a wrong offset!"); \ static_assert(offsetof(ManagedCharacterComponent_StartSettingMovementMode, Priority) == 0x000001, "Member 'ManagedCharacterComponent_StartSettingMovementMode::Priority' has a wrong offset!"); \ static_assert(offsetof(ManagedCharacterComponent_StartSettingMovementMode, Provider) == 0x000008, "Member 'ManagedCharacterComponent_StartSettingMovementMode::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UManagedCharacterComponent \ static_assert(alignof(UManagedCharacterComponent) == 0x000008, "Wrong alignment on UManagedCharacterComponent"); \ static_assert(sizeof(UManagedCharacterComponent) == 0x0003B8, "Wrong size on UManagedCharacterComponent"); \ #define DUMPER7_ASSERTS_CurtainSubsystem_IsCurtainDown \ static_assert(alignof(CurtainSubsystem_IsCurtainDown) == 0x000008, "Wrong alignment on CurtainSubsystem_IsCurtainDown"); \ static_assert(sizeof(CurtainSubsystem_IsCurtainDown) == 0x000010, "Wrong size on CurtainSubsystem_IsCurtainDown"); \ static_assert(offsetof(CurtainSubsystem_IsCurtainDown, WhosAsking) == 0x000000, "Member 'CurtainSubsystem_IsCurtainDown::WhosAsking' has a wrong offset!"); \ static_assert(offsetof(CurtainSubsystem_IsCurtainDown, ReturnValue) == 0x000008, "Member 'CurtainSubsystem_IsCurtainDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurtainSubsystem_LowerCurtain \ static_assert(alignof(CurtainSubsystem_LowerCurtain) == 0x000008, "Wrong alignment on CurtainSubsystem_LowerCurtain"); \ static_assert(sizeof(CurtainSubsystem_LowerCurtain) == 0x000010, "Wrong size on CurtainSubsystem_LowerCurtain"); \ static_assert(offsetof(CurtainSubsystem_LowerCurtain, WhosAsking) == 0x000000, "Member 'CurtainSubsystem_LowerCurtain::WhosAsking' has a wrong offset!"); \ static_assert(offsetof(CurtainSubsystem_LowerCurtain, WhatsYourName) == 0x000008, "Member 'CurtainSubsystem_LowerCurtain::WhatsYourName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurtainSubsystem_GetLienholderNames \ static_assert(alignof(CurtainSubsystem_GetLienholderNames) == 0x000008, "Wrong alignment on CurtainSubsystem_GetLienholderNames"); \ static_assert(sizeof(CurtainSubsystem_GetLienholderNames) == 0x000010, "Wrong size on CurtainSubsystem_GetLienholderNames"); \ static_assert(offsetof(CurtainSubsystem_GetLienholderNames, ReturnValue) == 0x000000, "Member 'CurtainSubsystem_GetLienholderNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurtainSubsystem \ static_assert(alignof(UCurtainSubsystem) == 0x000008, "Wrong alignment on UCurtainSubsystem"); \ static_assert(sizeof(UCurtainSubsystem) == 0x000140, "Wrong size on UCurtainSubsystem"); \ static_assert(offsetof(UCurtainSubsystem, CurtainWidgetClass) == 0x000038, "Member 'UCurtainSubsystem::CurtainWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UCurtainSubsystem, OnCurtainLowered) == 0x000040, "Member 'UCurtainSubsystem::OnCurtainLowered' has a wrong offset!"); \ static_assert(offsetof(UCurtainSubsystem, OnCurtainRaised) == 0x000050, "Member 'UCurtainSubsystem::OnCurtainRaised' has a wrong offset!"); \ static_assert(offsetof(UCurtainSubsystem, OnLienholdersChanged) == 0x000060, "Member 'UCurtainSubsystem::OnLienholdersChanged' has a wrong offset!"); \ static_assert(offsetof(UCurtainSubsystem, OnCurtainStageOptionsChanged) == 0x000070, "Member 'UCurtainSubsystem::OnCurtainStageOptionsChanged' has a wrong offset!"); \ static_assert(offsetof(UCurtainSubsystem, CurtainWidget) == 0x000128, "Member 'UCurtainSubsystem::CurtainWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_CompareAgainstHashKey \ static_assert(alignof(BlueprintHelper_CompareAgainstHashKey) == 0x000008, "Wrong alignment on BlueprintHelper_CompareAgainstHashKey"); \ static_assert(sizeof(BlueprintHelper_CompareAgainstHashKey) == 0x000018, "Wrong size on BlueprintHelper_CompareAgainstHashKey"); \ static_assert(offsetof(BlueprintHelper_CompareAgainstHashKey, S) == 0x000000, "Member 'BlueprintHelper_CompareAgainstHashKey::S' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_CompareAgainstHashKey, Key) == 0x000010, "Member 'BlueprintHelper_CompareAgainstHashKey::Key' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_CompareAgainstHashKey, Branches) == 0x000014, "Member 'BlueprintHelper_CompareAgainstHashKey::Branches' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_CreateFloatCurve \ static_assert(alignof(BlueprintHelper_CreateFloatCurve) == 0x000008, "Wrong alignment on BlueprintHelper_CreateFloatCurve"); \ static_assert(sizeof(BlueprintHelper_CreateFloatCurve) == 0x000028, "Wrong size on BlueprintHelper_CreateFloatCurve"); \ static_assert(offsetof(BlueprintHelper_CreateFloatCurve, Values) == 0x000000, "Member 'BlueprintHelper_CreateFloatCurve::Values' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_CreateFloatCurve, ReturnValue) == 0x000010, "Member 'BlueprintHelper_CreateFloatCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_DisplayMapName \ static_assert(alignof(BlueprintHelper_DisplayMapName) == 0x000001, "Wrong alignment on BlueprintHelper_DisplayMapName"); \ static_assert(sizeof(BlueprintHelper_DisplayMapName) == 0x000001, "Wrong size on BlueprintHelper_DisplayMapName"); \ static_assert(offsetof(BlueprintHelper_DisplayMapName, ReturnValue) == 0x000000, "Member 'BlueprintHelper_DisplayMapName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_EvaluateFloatCurve \ static_assert(alignof(BlueprintHelper_EvaluateFloatCurve) == 0x000008, "Wrong alignment on BlueprintHelper_EvaluateFloatCurve"); \ static_assert(sizeof(BlueprintHelper_EvaluateFloatCurve) == 0x000028, "Wrong size on BlueprintHelper_EvaluateFloatCurve"); \ static_assert(offsetof(BlueprintHelper_EvaluateFloatCurve, InterpFloatCurve) == 0x000000, "Member 'BlueprintHelper_EvaluateFloatCurve::InterpFloatCurve' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_EvaluateFloatCurve, Pos) == 0x000018, "Member 'BlueprintHelper_EvaluateFloatCurve::Pos' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_EvaluateFloatCurve, DefaultValue) == 0x00001C, "Member 'BlueprintHelper_EvaluateFloatCurve::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_EvaluateFloatCurve, ReturnValue) == 0x000020, "Member 'BlueprintHelper_EvaluateFloatCurve::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_FindLevelStreamingForLevel \ static_assert(alignof(BlueprintHelper_FindLevelStreamingForLevel) == 0x000008, "Wrong alignment on BlueprintHelper_FindLevelStreamingForLevel"); \ static_assert(sizeof(BlueprintHelper_FindLevelStreamingForLevel) == 0x000010, "Wrong size on BlueprintHelper_FindLevelStreamingForLevel"); \ static_assert(offsetof(BlueprintHelper_FindLevelStreamingForLevel, InLevel) == 0x000000, "Member 'BlueprintHelper_FindLevelStreamingForLevel::InLevel' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_FindLevelStreamingForLevel, ReturnValue) == 0x000008, "Member 'BlueprintHelper_FindLevelStreamingForLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_FloatCurve_FindTimeFromValue \ static_assert(alignof(BlueprintHelper_FloatCurve_FindTimeFromValue) == 0x000008, "Wrong alignment on BlueprintHelper_FloatCurve_FindTimeFromValue"); \ static_assert(sizeof(BlueprintHelper_FloatCurve_FindTimeFromValue) == 0x000018, "Wrong size on BlueprintHelper_FloatCurve_FindTimeFromValue"); \ static_assert(offsetof(BlueprintHelper_FloatCurve_FindTimeFromValue, CurveFloat) == 0x000000, "Member 'BlueprintHelper_FloatCurve_FindTimeFromValue::CurveFloat' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_FloatCurve_FindTimeFromValue, InValue) == 0x000008, "Member 'BlueprintHelper_FloatCurve_FindTimeFromValue::InValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_FloatCurve_FindTimeFromValue, OutValue) == 0x00000C, "Member 'BlueprintHelper_FloatCurve_FindTimeFromValue::OutValue' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_FloatCurve_FindTimeFromValue, ReturnValue) == 0x000010, "Member 'BlueprintHelper_FloatCurve_FindTimeFromValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_ForceFullLevels \ static_assert(alignof(BlueprintHelper_ForceFullLevels) == 0x000001, "Wrong alignment on BlueprintHelper_ForceFullLevels"); \ static_assert(sizeof(BlueprintHelper_ForceFullLevels) == 0x000001, "Wrong size on BlueprintHelper_ForceFullLevels"); \ static_assert(offsetof(BlueprintHelper_ForceFullLevels, ReturnValue) == 0x000000, "Member 'BlueprintHelper_ForceFullLevels::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_ForceLoadMaps \ static_assert(alignof(BlueprintHelper_ForceLoadMaps) == 0x000001, "Wrong alignment on BlueprintHelper_ForceLoadMaps"); \ static_assert(sizeof(BlueprintHelper_ForceLoadMaps) == 0x000001, "Wrong size on BlueprintHelper_ForceLoadMaps"); \ static_assert(offsetof(BlueprintHelper_ForceLoadMaps, ReturnValue) == 0x000000, "Member 'BlueprintHelper_ForceLoadMaps::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_ForceSimpleLevels \ static_assert(alignof(BlueprintHelper_ForceSimpleLevels) == 0x000001, "Wrong alignment on BlueprintHelper_ForceSimpleLevels"); \ static_assert(sizeof(BlueprintHelper_ForceSimpleLevels) == 0x000001, "Wrong size on BlueprintHelper_ForceSimpleLevels"); \ static_assert(offsetof(BlueprintHelper_ForceSimpleLevels, ReturnValue) == 0x000000, "Member 'BlueprintHelper_ForceSimpleLevels::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_ForceUnloadLevels \ static_assert(alignof(BlueprintHelper_ForceUnloadLevels) == 0x000001, "Wrong alignment on BlueprintHelper_ForceUnloadLevels"); \ static_assert(sizeof(BlueprintHelper_ForceUnloadLevels) == 0x000001, "Wrong size on BlueprintHelper_ForceUnloadLevels"); \ static_assert(offsetof(BlueprintHelper_ForceUnloadLevels, ReturnValue) == 0x000000, "Member 'BlueprintHelper_ForceUnloadLevels::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_GetAccurateActorBounds \ static_assert(alignof(BlueprintHelper_GetAccurateActorBounds) == 0x000008, "Wrong alignment on BlueprintHelper_GetAccurateActorBounds"); \ static_assert(sizeof(BlueprintHelper_GetAccurateActorBounds) == 0x000038, "Wrong size on BlueprintHelper_GetAccurateActorBounds"); \ static_assert(offsetof(BlueprintHelper_GetAccurateActorBounds, Actor) == 0x000000, "Member 'BlueprintHelper_GetAccurateActorBounds::Actor' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetAccurateActorBounds, OnlyTheseComponents) == 0x000008, "Member 'BlueprintHelper_GetAccurateActorBounds::OnlyTheseComponents' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetAccurateActorBounds, ReturnValue) == 0x000018, "Member 'BlueprintHelper_GetAccurateActorBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_GetActorBoundingBox \ static_assert(alignof(BlueprintHelper_GetActorBoundingBox) == 0x000008, "Wrong alignment on BlueprintHelper_GetActorBoundingBox"); \ static_assert(sizeof(BlueprintHelper_GetActorBoundingBox) == 0x000028, "Wrong size on BlueprintHelper_GetActorBoundingBox"); \ static_assert(offsetof(BlueprintHelper_GetActorBoundingBox, Actor) == 0x000000, "Member 'BlueprintHelper_GetActorBoundingBox::Actor' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetActorBoundingBox, ReturnValue) == 0x000008, "Member 'BlueprintHelper_GetActorBoundingBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_GetActorBounds \ static_assert(alignof(BlueprintHelper_GetActorBounds) == 0x000008, "Wrong alignment on BlueprintHelper_GetActorBounds"); \ static_assert(sizeof(BlueprintHelper_GetActorBounds) == 0x000020, "Wrong size on BlueprintHelper_GetActorBounds"); \ static_assert(offsetof(BlueprintHelper_GetActorBounds, Actor) == 0x000000, "Member 'BlueprintHelper_GetActorBounds::Actor' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetActorBounds, Origin) == 0x000008, "Member 'BlueprintHelper_GetActorBounds::Origin' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetActorBounds, BoxExtent) == 0x000014, "Member 'BlueprintHelper_GetActorBounds::BoxExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_GetCameraPositionToFitActor \ static_assert(alignof(BlueprintHelper_GetCameraPositionToFitActor) == 0x000008, "Wrong alignment on BlueprintHelper_GetCameraPositionToFitActor"); \ static_assert(sizeof(BlueprintHelper_GetCameraPositionToFitActor) == 0x000050, "Wrong size on BlueprintHelper_GetCameraPositionToFitActor"); \ static_assert(offsetof(BlueprintHelper_GetCameraPositionToFitActor, Actor) == 0x000000, "Member 'BlueprintHelper_GetCameraPositionToFitActor::Actor' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetCameraPositionToFitActor, CameraDir) == 0x000008, "Member 'BlueprintHelper_GetCameraPositionToFitActor::CameraDir' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetCameraPositionToFitActor, HorizontalFieldOfView) == 0x000014, "Member 'BlueprintHelper_GetCameraPositionToFitActor::HorizontalFieldOfView' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetCameraPositionToFitActor, AspectRatio) == 0x000018, "Member 'BlueprintHelper_GetCameraPositionToFitActor::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetCameraPositionToFitActor, OutCameraPos) == 0x00001C, "Member 'BlueprintHelper_GetCameraPositionToFitActor::OutCameraPos' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetCameraPositionToFitActor, OutTargetPos) == 0x000028, "Member 'BlueprintHelper_GetCameraPositionToFitActor::OutTargetPos' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetCameraPositionToFitActor, OnlyTheseComponents) == 0x000038, "Member 'BlueprintHelper_GetCameraPositionToFitActor::OnlyTheseComponents' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetCameraPositionToFitActor, Padding) == 0x000048, "Member 'BlueprintHelper_GetCameraPositionToFitActor::Padding' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetCameraPositionToFitActor, ReturnValue) == 0x00004C, "Member 'BlueprintHelper_GetCameraPositionToFitActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_GetCurrentLevel \ static_assert(alignof(BlueprintHelper_GetCurrentLevel) == 0x000008, "Wrong alignment on BlueprintHelper_GetCurrentLevel"); \ static_assert(sizeof(BlueprintHelper_GetCurrentLevel) == 0x000010, "Wrong size on BlueprintHelper_GetCurrentLevel"); \ static_assert(offsetof(BlueprintHelper_GetCurrentLevel, WorldContextObject) == 0x000000, "Member 'BlueprintHelper_GetCurrentLevel::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetCurrentLevel, ReturnValue) == 0x000008, "Member 'BlueprintHelper_GetCurrentLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_GetLevelFromActor \ static_assert(alignof(BlueprintHelper_GetLevelFromActor) == 0x000008, "Wrong alignment on BlueprintHelper_GetLevelFromActor"); \ static_assert(sizeof(BlueprintHelper_GetLevelFromActor) == 0x000010, "Wrong size on BlueprintHelper_GetLevelFromActor"); \ static_assert(offsetof(BlueprintHelper_GetLevelFromActor, InActor) == 0x000000, "Member 'BlueprintHelper_GetLevelFromActor::InActor' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetLevelFromActor, ReturnValue) == 0x000008, "Member 'BlueprintHelper_GetLevelFromActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_GetLevelFromActorScriptable \ static_assert(alignof(BlueprintHelper_GetLevelFromActorScriptable) == 0x000008, "Wrong alignment on BlueprintHelper_GetLevelFromActorScriptable"); \ static_assert(sizeof(BlueprintHelper_GetLevelFromActorScriptable) == 0x000010, "Wrong size on BlueprintHelper_GetLevelFromActorScriptable"); \ static_assert(offsetof(BlueprintHelper_GetLevelFromActorScriptable, InActor) == 0x000000, "Member 'BlueprintHelper_GetLevelFromActorScriptable::InActor' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetLevelFromActorScriptable, ReturnValue) == 0x000008, "Member 'BlueprintHelper_GetLevelFromActorScriptable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_GetLevelName \ static_assert(alignof(BlueprintHelper_GetLevelName) == 0x000008, "Wrong alignment on BlueprintHelper_GetLevelName"); \ static_assert(sizeof(BlueprintHelper_GetLevelName) == 0x000018, "Wrong size on BlueprintHelper_GetLevelName"); \ static_assert(offsetof(BlueprintHelper_GetLevelName, InLevel) == 0x000000, "Member 'BlueprintHelper_GetLevelName::InLevel' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetLevelName, ReturnValue) == 0x000008, "Member 'BlueprintHelper_GetLevelName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_GetLoadedLevelFromStreamingLevel \ static_assert(alignof(BlueprintHelper_GetLoadedLevelFromStreamingLevel) == 0x000008, "Wrong alignment on BlueprintHelper_GetLoadedLevelFromStreamingLevel"); \ static_assert(sizeof(BlueprintHelper_GetLoadedLevelFromStreamingLevel) == 0x000010, "Wrong size on BlueprintHelper_GetLoadedLevelFromStreamingLevel"); \ static_assert(offsetof(BlueprintHelper_GetLoadedLevelFromStreamingLevel, InStreamingLevel) == 0x000000, "Member 'BlueprintHelper_GetLoadedLevelFromStreamingLevel::InStreamingLevel' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetLoadedLevelFromStreamingLevel, ReturnValue) == 0x000008, "Member 'BlueprintHelper_GetLoadedLevelFromStreamingLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_GetPersistentLevel \ static_assert(alignof(BlueprintHelper_GetPersistentLevel) == 0x000008, "Wrong alignment on BlueprintHelper_GetPersistentLevel"); \ static_assert(sizeof(BlueprintHelper_GetPersistentLevel) == 0x000010, "Wrong size on BlueprintHelper_GetPersistentLevel"); \ static_assert(offsetof(BlueprintHelper_GetPersistentLevel, WorldContextObject) == 0x000000, "Member 'BlueprintHelper_GetPersistentLevel::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetPersistentLevel, ReturnValue) == 0x000008, "Member 'BlueprintHelper_GetPersistentLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_GetWorldFromLevel \ static_assert(alignof(BlueprintHelper_GetWorldFromLevel) == 0x000008, "Wrong alignment on BlueprintHelper_GetWorldFromLevel"); \ static_assert(sizeof(BlueprintHelper_GetWorldFromLevel) == 0x000010, "Wrong size on BlueprintHelper_GetWorldFromLevel"); \ static_assert(offsetof(BlueprintHelper_GetWorldFromLevel, InLevel) == 0x000000, "Member 'BlueprintHelper_GetWorldFromLevel::InLevel' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetWorldFromLevel, ReturnValue) == 0x000008, "Member 'BlueprintHelper_GetWorldFromLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_GetWorldFromLevelScriptable \ static_assert(alignof(BlueprintHelper_GetWorldFromLevelScriptable) == 0x000008, "Wrong alignment on BlueprintHelper_GetWorldFromLevelScriptable"); \ static_assert(sizeof(BlueprintHelper_GetWorldFromLevelScriptable) == 0x000010, "Wrong size on BlueprintHelper_GetWorldFromLevelScriptable"); \ static_assert(offsetof(BlueprintHelper_GetWorldFromLevelScriptable, InLevel) == 0x000000, "Member 'BlueprintHelper_GetWorldFromLevelScriptable::InLevel' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetWorldFromLevelScriptable, ReturnValue) == 0x000008, "Member 'BlueprintHelper_GetWorldFromLevelScriptable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_GetWorldOptions \ static_assert(alignof(BlueprintHelper_GetWorldOptions) == 0x000008, "Wrong alignment on BlueprintHelper_GetWorldOptions"); \ static_assert(sizeof(BlueprintHelper_GetWorldOptions) == 0x000018, "Wrong size on BlueprintHelper_GetWorldOptions"); \ static_assert(offsetof(BlueprintHelper_GetWorldOptions, WorldContextObject) == 0x000000, "Member 'BlueprintHelper_GetWorldOptions::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_GetWorldOptions, ReturnValue) == 0x000008, "Member 'BlueprintHelper_GetWorldOptions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_IsObjectInGameWorld \ static_assert(alignof(BlueprintHelper_IsObjectInGameWorld) == 0x000008, "Wrong alignment on BlueprintHelper_IsObjectInGameWorld"); \ static_assert(sizeof(BlueprintHelper_IsObjectInGameWorld) == 0x000010, "Wrong size on BlueprintHelper_IsObjectInGameWorld"); \ static_assert(offsetof(BlueprintHelper_IsObjectInGameWorld, Object) == 0x000000, "Member 'BlueprintHelper_IsObjectInGameWorld::Object' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_IsObjectInGameWorld, ReturnValue) == 0x000008, "Member 'BlueprintHelper_IsObjectInGameWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_IsPlayerCharacter \ static_assert(alignof(BlueprintHelper_IsPlayerCharacter) == 0x000008, "Wrong alignment on BlueprintHelper_IsPlayerCharacter"); \ static_assert(sizeof(BlueprintHelper_IsPlayerCharacter) == 0x000010, "Wrong size on BlueprintHelper_IsPlayerCharacter"); \ static_assert(offsetof(BlueprintHelper_IsPlayerCharacter, Actor) == 0x000000, "Member 'BlueprintHelper_IsPlayerCharacter::Actor' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_IsPlayerCharacter, Branches) == 0x000008, "Member 'BlueprintHelper_IsPlayerCharacter::Branches' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_IsPointOnCamera \ static_assert(alignof(BlueprintHelper_IsPointOnCamera) == 0x000008, "Wrong alignment on BlueprintHelper_IsPointOnCamera"); \ static_assert(sizeof(BlueprintHelper_IsPointOnCamera) == 0x000020, "Wrong size on BlueprintHelper_IsPointOnCamera"); \ static_assert(offsetof(BlueprintHelper_IsPointOnCamera, WorldContextObject) == 0x000000, "Member 'BlueprintHelper_IsPointOnCamera::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_IsPointOnCamera, Point) == 0x000008, "Member 'BlueprintHelper_IsPointOnCamera::Point' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_IsPointOnCamera, MarginPercent) == 0x000014, "Member 'BlueprintHelper_IsPointOnCamera::MarginPercent' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_IsPointOnCamera, PlayerIndex) == 0x000018, "Member 'BlueprintHelper_IsPointOnCamera::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_IsPointOnCamera, ReturnValue) == 0x00001C, "Member 'BlueprintHelper_IsPointOnCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_LoadSyncronousActorClass \ static_assert(alignof(BlueprintHelper_LoadSyncronousActorClass) == 0x000008, "Wrong alignment on BlueprintHelper_LoadSyncronousActorClass"); \ static_assert(sizeof(BlueprintHelper_LoadSyncronousActorClass) == 0x000030, "Wrong size on BlueprintHelper_LoadSyncronousActorClass"); \ static_assert(offsetof(BlueprintHelper_LoadSyncronousActorClass, UnloadedClass) == 0x000000, "Member 'BlueprintHelper_LoadSyncronousActorClass::UnloadedClass' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_LoadSyncronousActorClass, LoadedClass) == 0x000028, "Member 'BlueprintHelper_LoadSyncronousActorClass::LoadedClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_LoadSyncronousStaticMesh \ static_assert(alignof(BlueprintHelper_LoadSyncronousStaticMesh) == 0x000008, "Wrong alignment on BlueprintHelper_LoadSyncronousStaticMesh"); \ static_assert(sizeof(BlueprintHelper_LoadSyncronousStaticMesh) == 0x000030, "Wrong size on BlueprintHelper_LoadSyncronousStaticMesh"); \ static_assert(offsetof(BlueprintHelper_LoadSyncronousStaticMesh, UnloadedMesh) == 0x000000, "Member 'BlueprintHelper_LoadSyncronousStaticMesh::UnloadedMesh' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_LoadSyncronousStaticMesh, LoadedMesh) == 0x000028, "Member 'BlueprintHelper_LoadSyncronousStaticMesh::LoadedMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_PositionCameraToFitActor \ static_assert(alignof(BlueprintHelper_PositionCameraToFitActor) == 0x000008, "Wrong alignment on BlueprintHelper_PositionCameraToFitActor"); \ static_assert(sizeof(BlueprintHelper_PositionCameraToFitActor) == 0x000030, "Wrong size on BlueprintHelper_PositionCameraToFitActor"); \ static_assert(offsetof(BlueprintHelper_PositionCameraToFitActor, Camera) == 0x000000, "Member 'BlueprintHelper_PositionCameraToFitActor::Camera' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_PositionCameraToFitActor, Actor) == 0x000008, "Member 'BlueprintHelper_PositionCameraToFitActor::Actor' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_PositionCameraToFitActor, OnlyTheseComponents) == 0x000010, "Member 'BlueprintHelper_PositionCameraToFitActor::OnlyTheseComponents' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_PositionCameraToFitActor, Padding) == 0x000020, "Member 'BlueprintHelper_PositionCameraToFitActor::Padding' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_PositionCameraToFitActor, AspectRatio) == 0x000024, "Member 'BlueprintHelper_PositionCameraToFitActor::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_PositionCameraToFitActor, ReturnValue) == 0x000028, "Member 'BlueprintHelper_PositionCameraToFitActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_RecursiveGetLandscapeRoadsData \ static_assert(alignof(BlueprintHelper_RecursiveGetLandscapeRoadsData) == 0x000008, "Wrong alignment on BlueprintHelper_RecursiveGetLandscapeRoadsData"); \ static_assert(sizeof(BlueprintHelper_RecursiveGetLandscapeRoadsData) == 0x000010, "Wrong size on BlueprintHelper_RecursiveGetLandscapeRoadsData"); \ static_assert(offsetof(BlueprintHelper_RecursiveGetLandscapeRoadsData, ReturnValue) == 0x000000, "Member 'BlueprintHelper_RecursiveGetLandscapeRoadsData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_RecursiveGetLandscapeRoadsDataFromProxy \ static_assert(alignof(BlueprintHelper_RecursiveGetLandscapeRoadsDataFromProxy) == 0x000008, "Wrong alignment on BlueprintHelper_RecursiveGetLandscapeRoadsDataFromProxy"); \ static_assert(sizeof(BlueprintHelper_RecursiveGetLandscapeRoadsDataFromProxy) == 0x000018, "Wrong size on BlueprintHelper_RecursiveGetLandscapeRoadsDataFromProxy"); \ static_assert(offsetof(BlueprintHelper_RecursiveGetLandscapeRoadsDataFromProxy, Prxy) == 0x000000, "Member 'BlueprintHelper_RecursiveGetLandscapeRoadsDataFromProxy::Prxy' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_RecursiveGetLandscapeRoadsDataFromProxy, ReturnValue) == 0x000008, "Member 'BlueprintHelper_RecursiveGetLandscapeRoadsDataFromProxy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_RemoveDataTableRow \ static_assert(alignof(BlueprintHelper_RemoveDataTableRow) == 0x000008, "Wrong alignment on BlueprintHelper_RemoveDataTableRow"); \ static_assert(sizeof(BlueprintHelper_RemoveDataTableRow) == 0x000010, "Wrong size on BlueprintHelper_RemoveDataTableRow"); \ static_assert(offsetof(BlueprintHelper_RemoveDataTableRow, Table) == 0x000000, "Member 'BlueprintHelper_RemoveDataTableRow::Table' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_RemoveDataTableRow, RowName) == 0x000008, "Member 'BlueprintHelper_RemoveDataTableRow::RowName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_ResolveSoftClassReference \ static_assert(alignof(BlueprintHelper_ResolveSoftClassReference) == 0x000008, "Wrong alignment on BlueprintHelper_ResolveSoftClassReference"); \ static_assert(sizeof(BlueprintHelper_ResolveSoftClassReference) == 0x000030, "Wrong size on BlueprintHelper_ResolveSoftClassReference"); \ static_assert(offsetof(BlueprintHelper_ResolveSoftClassReference, Class_0) == 0x000000, "Member 'BlueprintHelper_ResolveSoftClassReference::Class_0' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_ResolveSoftClassReference, ReturnValue) == 0x000028, "Member 'BlueprintHelper_ResolveSoftClassReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_SetSceneComponentMobility \ static_assert(alignof(BlueprintHelper_SetSceneComponentMobility) == 0x000008, "Wrong alignment on BlueprintHelper_SetSceneComponentMobility"); \ static_assert(sizeof(BlueprintHelper_SetSceneComponentMobility) == 0x000010, "Wrong size on BlueprintHelper_SetSceneComponentMobility"); \ static_assert(offsetof(BlueprintHelper_SetSceneComponentMobility, SceneComp) == 0x000000, "Member 'BlueprintHelper_SetSceneComponentMobility::SceneComp' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_SetSceneComponentMobility, NewMobility) == 0x000008, "Member 'BlueprintHelper_SetSceneComponentMobility::NewMobility' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_SetSceneComponentMobility, ReturnValue) == 0x000009, "Member 'BlueprintHelper_SetSceneComponentMobility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_SkipCriticalLoad \ static_assert(alignof(BlueprintHelper_SkipCriticalLoad) == 0x000001, "Wrong alignment on BlueprintHelper_SkipCriticalLoad"); \ static_assert(sizeof(BlueprintHelper_SkipCriticalLoad) == 0x000001, "Wrong size on BlueprintHelper_SkipCriticalLoad"); \ static_assert(offsetof(BlueprintHelper_SkipCriticalLoad, ReturnValue) == 0x000000, "Member 'BlueprintHelper_SkipCriticalLoad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_SortInts \ static_assert(alignof(BlueprintHelper_SortInts) == 0x000008, "Wrong alignment on BlueprintHelper_SortInts"); \ static_assert(sizeof(BlueprintHelper_SortInts) == 0x000020, "Wrong size on BlueprintHelper_SortInts"); \ static_assert(offsetof(BlueprintHelper_SortInts, Ints) == 0x000000, "Member 'BlueprintHelper_SortInts::Ints' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_SortInts, ReturnValue) == 0x000010, "Member 'BlueprintHelper_SortInts::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_SortNames \ static_assert(alignof(BlueprintHelper_SortNames) == 0x000008, "Wrong alignment on BlueprintHelper_SortNames"); \ static_assert(sizeof(BlueprintHelper_SortNames) == 0x000020, "Wrong size on BlueprintHelper_SortNames"); \ static_assert(offsetof(BlueprintHelper_SortNames, Names) == 0x000000, "Member 'BlueprintHelper_SortNames::Names' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_SortNames, ReturnValue) == 0x000010, "Member 'BlueprintHelper_SortNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintHelper_SortStrings \ static_assert(alignof(BlueprintHelper_SortStrings) == 0x000008, "Wrong alignment on BlueprintHelper_SortStrings"); \ static_assert(sizeof(BlueprintHelper_SortStrings) == 0x000020, "Wrong size on BlueprintHelper_SortStrings"); \ static_assert(offsetof(BlueprintHelper_SortStrings, Strings) == 0x000000, "Member 'BlueprintHelper_SortStrings::Strings' has a wrong offset!"); \ static_assert(offsetof(BlueprintHelper_SortStrings, ReturnValue) == 0x000010, "Member 'BlueprintHelper_SortStrings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlueprintHelper \ static_assert(alignof(UBlueprintHelper) == 0x000008, "Wrong alignment on UBlueprintHelper"); \ static_assert(sizeof(UBlueprintHelper) == 0x000028, "Wrong size on UBlueprintHelper"); \ #define DUMPER7_ASSERTS_UCurtainStageSettings \ static_assert(alignof(UCurtainStageSettings) == 0x000008, "Wrong alignment on UCurtainStageSettings"); \ static_assert(sizeof(UCurtainStageSettings) == 0x000038, "Wrong size on UCurtainStageSettings"); \ static_assert(offsetof(UCurtainStageSettings, CurtainStages) == 0x000028, "Member 'UCurtainStageSettings::CurtainStages' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULoadComplete \ static_assert(alignof(ULoadComplete) == 0x000008, "Wrong alignment on ULoadComplete"); \ static_assert(sizeof(ULoadComplete) == 0x000030, "Wrong size on ULoadComplete"); \ #define DUMPER7_ASSERTS_UPreferredNavDataPathFollowingComponent \ static_assert(alignof(UPreferredNavDataPathFollowingComponent) == 0x000008, "Wrong alignment on UPreferredNavDataPathFollowingComponent"); \ static_assert(sizeof(UPreferredNavDataPathFollowingComponent) == 0x0002A0, "Wrong size on UPreferredNavDataPathFollowingComponent"); \ static_assert(offsetof(UPreferredNavDataPathFollowingComponent, PreferredNavData) == 0x000270, "Member 'UPreferredNavDataPathFollowingComponent::PreferredNavData' has a wrong offset!"); \ static_assert(offsetof(UPreferredNavDataPathFollowingComponent, ReplacedNavData) == 0x000288, "Member 'UPreferredNavDataPathFollowingComponent::ReplacedNavData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconEditorFunctionLibrary_CreateTextureFromRenderTargets \ static_assert(alignof(IconEditorFunctionLibrary_CreateTextureFromRenderTargets) == 0x000008, "Wrong alignment on IconEditorFunctionLibrary_CreateTextureFromRenderTargets"); \ static_assert(sizeof(IconEditorFunctionLibrary_CreateTextureFromRenderTargets) == 0x000030, "Wrong size on IconEditorFunctionLibrary_CreateTextureFromRenderTargets"); \ static_assert(offsetof(IconEditorFunctionLibrary_CreateTextureFromRenderTargets, ColorTextureRenderTarget) == 0x000000, "Member 'IconEditorFunctionLibrary_CreateTextureFromRenderTargets::ColorTextureRenderTarget' has a wrong offset!"); \ static_assert(offsetof(IconEditorFunctionLibrary_CreateTextureFromRenderTargets, PackageName) == 0x000008, "Member 'IconEditorFunctionLibrary_CreateTextureFromRenderTargets::PackageName' has a wrong offset!"); \ static_assert(offsetof(IconEditorFunctionLibrary_CreateTextureFromRenderTargets, DownResFactor) == 0x000018, "Member 'IconEditorFunctionLibrary_CreateTextureFromRenderTargets::DownResFactor' has a wrong offset!"); \ static_assert(offsetof(IconEditorFunctionLibrary_CreateTextureFromRenderTargets, AlphaTextureRenderTarget) == 0x000020, "Member 'IconEditorFunctionLibrary_CreateTextureFromRenderTargets::AlphaTextureRenderTarget' has a wrong offset!"); \ static_assert(offsetof(IconEditorFunctionLibrary_CreateTextureFromRenderTargets, ReturnValue) == 0x000028, "Member 'IconEditorFunctionLibrary_CreateTextureFromRenderTargets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconEditorFunctionLibrary_GetAnimationsForSkeleton \ static_assert(alignof(IconEditorFunctionLibrary_GetAnimationsForSkeleton) == 0x000008, "Wrong alignment on IconEditorFunctionLibrary_GetAnimationsForSkeleton"); \ static_assert(sizeof(IconEditorFunctionLibrary_GetAnimationsForSkeleton) == 0x000018, "Wrong size on IconEditorFunctionLibrary_GetAnimationsForSkeleton"); \ static_assert(offsetof(IconEditorFunctionLibrary_GetAnimationsForSkeleton, Skeleton) == 0x000000, "Member 'IconEditorFunctionLibrary_GetAnimationsForSkeleton::Skeleton' has a wrong offset!"); \ static_assert(offsetof(IconEditorFunctionLibrary_GetAnimationsForSkeleton, ReturnValue) == 0x000008, "Member 'IconEditorFunctionLibrary_GetAnimationsForSkeleton::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconEditorFunctionLibrary_SaveImageFromRenderTargets \ static_assert(alignof(IconEditorFunctionLibrary_SaveImageFromRenderTargets) == 0x000008, "Wrong alignment on IconEditorFunctionLibrary_SaveImageFromRenderTargets"); \ static_assert(sizeof(IconEditorFunctionLibrary_SaveImageFromRenderTargets) == 0x000018, "Wrong size on IconEditorFunctionLibrary_SaveImageFromRenderTargets"); \ static_assert(offsetof(IconEditorFunctionLibrary_SaveImageFromRenderTargets, Name_0) == 0x000000, "Member 'IconEditorFunctionLibrary_SaveImageFromRenderTargets::Name_0' has a wrong offset!"); \ static_assert(offsetof(IconEditorFunctionLibrary_SaveImageFromRenderTargets, ColorTextureRenderTarget) == 0x000008, "Member 'IconEditorFunctionLibrary_SaveImageFromRenderTargets::ColorTextureRenderTarget' has a wrong offset!"); \ static_assert(offsetof(IconEditorFunctionLibrary_SaveImageFromRenderTargets, DownResFactor) == 0x000010, "Member 'IconEditorFunctionLibrary_SaveImageFromRenderTargets::DownResFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IconEditorFunctionLibrary_UpdateIconTableRow \ static_assert(alignof(IconEditorFunctionLibrary_UpdateIconTableRow) == 0x000008, "Wrong alignment on IconEditorFunctionLibrary_UpdateIconTableRow"); \ static_assert(sizeof(IconEditorFunctionLibrary_UpdateIconTableRow) == 0x0000A8, "Wrong size on IconEditorFunctionLibrary_UpdateIconTableRow"); \ static_assert(offsetof(IconEditorFunctionLibrary_UpdateIconTableRow, Table) == 0x000000, "Member 'IconEditorFunctionLibrary_UpdateIconTableRow::Table' has a wrong offset!"); \ static_assert(offsetof(IconEditorFunctionLibrary_UpdateIconTableRow, RowName) == 0x000008, "Member 'IconEditorFunctionLibrary_UpdateIconTableRow::RowName' has a wrong offset!"); \ static_assert(offsetof(IconEditorFunctionLibrary_UpdateIconTableRow, IconInfo) == 0x000010, "Member 'IconEditorFunctionLibrary_UpdateIconTableRow::IconInfo' has a wrong offset!"); \ static_assert(offsetof(IconEditorFunctionLibrary_UpdateIconTableRow, bSave) == 0x0000A0, "Member 'IconEditorFunctionLibrary_UpdateIconTableRow::bSave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIconEditorFunctionLibrary \ static_assert(alignof(UIconEditorFunctionLibrary) == 0x000008, "Wrong alignment on UIconEditorFunctionLibrary"); \ static_assert(sizeof(UIconEditorFunctionLibrary) == 0x000028, "Wrong size on UIconEditorFunctionLibrary"); \ #define DUMPER7_ASSERTS_UCustomInterp \ static_assert(alignof(UCustomInterp) == 0x000008, "Wrong alignment on UCustomInterp"); \ static_assert(sizeof(UCustomInterp) == 0x000028, "Wrong size on UCustomInterp"); \ #define DUMPER7_ASSERTS_UHandleLink \ static_assert(alignof(UHandleLink) == 0x000008, "Wrong alignment on UHandleLink"); \ static_assert(sizeof(UHandleLink) == 0x000048, "Wrong size on UHandleLink"); \ static_assert(offsetof(UHandleLink, m_pObject) == 0x000038, "Member 'UHandleLink::m_pObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHandleLinkInfo \ static_assert(alignof(UHandleLinkInfo) == 0x000008, "Wrong alignment on UHandleLinkInfo"); \ static_assert(sizeof(UHandleLinkInfo) == 0x000098, "Wrong size on UHandleLinkInfo"); \ static_assert(offsetof(UHandleLinkInfo, m_handleToLinkMap) == 0x000040, "Member 'UHandleLinkInfo::m_handleToLinkMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHandleGenerator \ static_assert(alignof(UHandleGenerator) == 0x000008, "Wrong alignment on UHandleGenerator"); \ static_assert(sizeof(UHandleGenerator) == 0x000078, "Wrong size on UHandleGenerator"); \ static_assert(offsetof(UHandleGenerator, m_linkInfoMap) == 0x000028, "Member 'UHandleGenerator::m_linkInfoMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKeyboardTrigger \ static_assert(alignof(UKeyboardTrigger) == 0x000008, "Wrong alignment on UKeyboardTrigger"); \ static_assert(sizeof(UKeyboardTrigger) == 0x000030, "Wrong size on UKeyboardTrigger"); \ #define DUMPER7_ASSERTS_UPulldownMenu \ static_assert(alignof(UPulldownMenu) == 0x000008, "Wrong alignment on UPulldownMenu"); \ static_assert(sizeof(UPulldownMenu) == 0x000E28, "Wrong size on UPulldownMenu"); \ static_assert(offsetof(UPulldownMenu, LockPulldownWidth) == 0x000E00, "Member 'UPulldownMenu::LockPulldownWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RaiseCurtainAction_RaiseCurtain \ static_assert(alignof(RaiseCurtainAction_RaiseCurtain) == 0x000008, "Wrong alignment on RaiseCurtainAction_RaiseCurtain"); \ static_assert(sizeof(RaiseCurtainAction_RaiseCurtain) == 0x000010, "Wrong size on RaiseCurtainAction_RaiseCurtain"); \ static_assert(offsetof(RaiseCurtainAction_RaiseCurtain, WhosAsking_0) == 0x000000, "Member 'RaiseCurtainAction_RaiseCurtain::WhosAsking_0' has a wrong offset!"); \ static_assert(offsetof(RaiseCurtainAction_RaiseCurtain, ReturnValue) == 0x000008, "Member 'RaiseCurtainAction_RaiseCurtain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URaiseCurtainAction \ static_assert(alignof(URaiseCurtainAction) == 0x000008, "Wrong alignment on URaiseCurtainAction"); \ static_assert(sizeof(URaiseCurtainAction) == 0x000050, "Wrong size on URaiseCurtainAction"); \ static_assert(offsetof(URaiseCurtainAction, CurtainRaised) == 0x000030, "Member 'URaiseCurtainAction::CurtainRaised' has a wrong offset!"); \ static_assert(offsetof(URaiseCurtainAction, CurtainSubsystem) == 0x000040, "Member 'URaiseCurtainAction::CurtainSubsystem' has a wrong offset!"); \ static_assert(offsetof(URaiseCurtainAction, WhosAsking) == 0x000048, "Member 'URaiseCurtainAction::WhosAsking' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineHelper_GetDistanceAlongSplineFromWorldLocation \ static_assert(alignof(SplineHelper_GetDistanceAlongSplineFromWorldLocation) == 0x000008, "Wrong alignment on SplineHelper_GetDistanceAlongSplineFromWorldLocation"); \ static_assert(sizeof(SplineHelper_GetDistanceAlongSplineFromWorldLocation) == 0x000020, "Wrong size on SplineHelper_GetDistanceAlongSplineFromWorldLocation"); \ static_assert(offsetof(SplineHelper_GetDistanceAlongSplineFromWorldLocation, SplineComponent) == 0x000000, "Member 'SplineHelper_GetDistanceAlongSplineFromWorldLocation::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(SplineHelper_GetDistanceAlongSplineFromWorldLocation, Location) == 0x000008, "Member 'SplineHelper_GetDistanceAlongSplineFromWorldLocation::Location' has a wrong offset!"); \ static_assert(offsetof(SplineHelper_GetDistanceAlongSplineFromWorldLocation, bFound) == 0x000014, "Member 'SplineHelper_GetDistanceAlongSplineFromWorldLocation::bFound' has a wrong offset!"); \ static_assert(offsetof(SplineHelper_GetDistanceAlongSplineFromWorldLocation, ReturnValue) == 0x000018, "Member 'SplineHelper_GetDistanceAlongSplineFromWorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineHelper_IsLocationCloseEnoughToSplineAtDistance \ static_assert(alignof(SplineHelper_IsLocationCloseEnoughToSplineAtDistance) == 0x000008, "Wrong alignment on SplineHelper_IsLocationCloseEnoughToSplineAtDistance"); \ static_assert(sizeof(SplineHelper_IsLocationCloseEnoughToSplineAtDistance) == 0x000020, "Wrong size on SplineHelper_IsLocationCloseEnoughToSplineAtDistance"); \ static_assert(offsetof(SplineHelper_IsLocationCloseEnoughToSplineAtDistance, SplineComponent) == 0x000000, "Member 'SplineHelper_IsLocationCloseEnoughToSplineAtDistance::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(SplineHelper_IsLocationCloseEnoughToSplineAtDistance, DistanceAlongSpline) == 0x000008, "Member 'SplineHelper_IsLocationCloseEnoughToSplineAtDistance::DistanceAlongSpline' has a wrong offset!"); \ static_assert(offsetof(SplineHelper_IsLocationCloseEnoughToSplineAtDistance, TestLocation) == 0x00000C, "Member 'SplineHelper_IsLocationCloseEnoughToSplineAtDistance::TestLocation' has a wrong offset!"); \ static_assert(offsetof(SplineHelper_IsLocationCloseEnoughToSplineAtDistance, DistanceRange) == 0x000018, "Member 'SplineHelper_IsLocationCloseEnoughToSplineAtDistance::DistanceRange' has a wrong offset!"); \ static_assert(offsetof(SplineHelper_IsLocationCloseEnoughToSplineAtDistance, bDebug) == 0x00001C, "Member 'SplineHelper_IsLocationCloseEnoughToSplineAtDistance::bDebug' has a wrong offset!"); \ static_assert(offsetof(SplineHelper_IsLocationCloseEnoughToSplineAtDistance, ReturnValue) == 0x00001D, "Member 'SplineHelper_IsLocationCloseEnoughToSplineAtDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USplineHelper \ static_assert(alignof(USplineHelper) == 0x000008, "Wrong alignment on USplineHelper"); \ static_assert(sizeof(USplineHelper) == 0x000028, "Wrong size on USplineHelper"); \ #define DUMPER7_ASSERTS_VariantMap_AbsorbVariantMap_FromHandle \ static_assert(alignof(VariantMap_AbsorbVariantMap_FromHandle) == 0x000004, "Wrong alignment on VariantMap_AbsorbVariantMap_FromHandle"); \ static_assert(sizeof(VariantMap_AbsorbVariantMap_FromHandle) == 0x000008, "Wrong size on VariantMap_AbsorbVariantMap_FromHandle"); \ static_assert(offsetof(VariantMap_AbsorbVariantMap_FromHandle, MasterVarMapHandle) == 0x000000, "Member 'VariantMap_AbsorbVariantMap_FromHandle::MasterVarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AbsorbVariantMap_FromHandle, VarMapHandleToAbsorb) == 0x000004, "Member 'VariantMap_AbsorbVariantMap_FromHandle::VarMapHandleToAbsorb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantBool_FromHandle \ static_assert(alignof(VariantMap_AddVariantBool_FromHandle) == 0x000004, "Wrong alignment on VariantMap_AddVariantBool_FromHandle"); \ static_assert(sizeof(VariantMap_AddVariantBool_FromHandle) == 0x000010, "Wrong size on VariantMap_AddVariantBool_FromHandle"); \ static_assert(offsetof(VariantMap_AddVariantBool_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_AddVariantBool_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantBool_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_AddVariantBool_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantBool_FromHandle, Value) == 0x00000C, "Member 'VariantMap_AddVariantBool_FromHandle::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantFloat_FromHandle \ static_assert(alignof(VariantMap_AddVariantFloat_FromHandle) == 0x000004, "Wrong alignment on VariantMap_AddVariantFloat_FromHandle"); \ static_assert(sizeof(VariantMap_AddVariantFloat_FromHandle) == 0x000010, "Wrong size on VariantMap_AddVariantFloat_FromHandle"); \ static_assert(offsetof(VariantMap_AddVariantFloat_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_AddVariantFloat_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFloat_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_AddVariantFloat_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFloat_FromHandle, Value) == 0x00000C, "Member 'VariantMap_AddVariantFloat_FromHandle::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantFRotator_FromHandle \ static_assert(alignof(VariantMap_AddVariantFRotator_FromHandle) == 0x000004, "Wrong alignment on VariantMap_AddVariantFRotator_FromHandle"); \ static_assert(sizeof(VariantMap_AddVariantFRotator_FromHandle) == 0x000018, "Wrong size on VariantMap_AddVariantFRotator_FromHandle"); \ static_assert(offsetof(VariantMap_AddVariantFRotator_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_AddVariantFRotator_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFRotator_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_AddVariantFRotator_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFRotator_FromHandle, Value) == 0x00000C, "Member 'VariantMap_AddVariantFRotator_FromHandle::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantFString_FromHandle \ static_assert(alignof(VariantMap_AddVariantFString_FromHandle) == 0x000008, "Wrong alignment on VariantMap_AddVariantFString_FromHandle"); \ static_assert(sizeof(VariantMap_AddVariantFString_FromHandle) == 0x000020, "Wrong size on VariantMap_AddVariantFString_FromHandle"); \ static_assert(offsetof(VariantMap_AddVariantFString_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_AddVariantFString_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFString_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_AddVariantFString_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFString_FromHandle, Value) == 0x000010, "Member 'VariantMap_AddVariantFString_FromHandle::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantFTransform_FromHandle \ static_assert(alignof(VariantMap_AddVariantFTransform_FromHandle) == 0x000010, "Wrong alignment on VariantMap_AddVariantFTransform_FromHandle"); \ static_assert(sizeof(VariantMap_AddVariantFTransform_FromHandle) == 0x000040, "Wrong size on VariantMap_AddVariantFTransform_FromHandle"); \ static_assert(offsetof(VariantMap_AddVariantFTransform_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_AddVariantFTransform_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFTransform_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_AddVariantFTransform_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFTransform_FromHandle, Value) == 0x000010, "Member 'VariantMap_AddVariantFTransform_FromHandle::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantFVector2D_FromHandle \ static_assert(alignof(VariantMap_AddVariantFVector2D_FromHandle) == 0x000004, "Wrong alignment on VariantMap_AddVariantFVector2D_FromHandle"); \ static_assert(sizeof(VariantMap_AddVariantFVector2D_FromHandle) == 0x000014, "Wrong size on VariantMap_AddVariantFVector2D_FromHandle"); \ static_assert(offsetof(VariantMap_AddVariantFVector2D_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_AddVariantFVector2D_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFVector2D_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_AddVariantFVector2D_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFVector2D_FromHandle, Value) == 0x00000C, "Member 'VariantMap_AddVariantFVector2D_FromHandle::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantFVector_FromHandle \ static_assert(alignof(VariantMap_AddVariantFVector_FromHandle) == 0x000004, "Wrong alignment on VariantMap_AddVariantFVector_FromHandle"); \ static_assert(sizeof(VariantMap_AddVariantFVector_FromHandle) == 0x000018, "Wrong size on VariantMap_AddVariantFVector_FromHandle"); \ static_assert(offsetof(VariantMap_AddVariantFVector_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_AddVariantFVector_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFVector_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_AddVariantFVector_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFVector_FromHandle, Value) == 0x00000C, "Member 'VariantMap_AddVariantFVector_FromHandle::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantInt32_FromHandle \ static_assert(alignof(VariantMap_AddVariantInt32_FromHandle) == 0x000004, "Wrong alignment on VariantMap_AddVariantInt32_FromHandle"); \ static_assert(sizeof(VariantMap_AddVariantInt32_FromHandle) == 0x000010, "Wrong size on VariantMap_AddVariantInt32_FromHandle"); \ static_assert(offsetof(VariantMap_AddVariantInt32_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_AddVariantInt32_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantInt32_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_AddVariantInt32_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantInt32_FromHandle, Value) == 0x00000C, "Member 'VariantMap_AddVariantInt32_FromHandle::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantName_FromHandle \ static_assert(alignof(VariantMap_AddVariantName_FromHandle) == 0x000004, "Wrong alignment on VariantMap_AddVariantName_FromHandle"); \ static_assert(sizeof(VariantMap_AddVariantName_FromHandle) == 0x000014, "Wrong size on VariantMap_AddVariantName_FromHandle"); \ static_assert(offsetof(VariantMap_AddVariantName_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_AddVariantName_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantName_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_AddVariantName_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantName_FromHandle, Value) == 0x00000C, "Member 'VariantMap_AddVariantName_FromHandle::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_CreateVariantMap \ static_assert(alignof(VariantMap_CreateVariantMap) == 0x000004, "Wrong alignment on VariantMap_CreateVariantMap"); \ static_assert(sizeof(VariantMap_CreateVariantMap) == 0x000004, "Wrong size on VariantMap_CreateVariantMap"); \ static_assert(offsetof(VariantMap_CreateVariantMap, ReturnValue) == 0x000000, "Member 'VariantMap_CreateVariantMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_DestroyVariantMap \ static_assert(alignof(VariantMap_DestroyVariantMap) == 0x000004, "Wrong alignment on VariantMap_DestroyVariantMap"); \ static_assert(sizeof(VariantMap_DestroyVariantMap) == 0x000008, "Wrong size on VariantMap_DestroyVariantMap"); \ static_assert(offsetof(VariantMap_DestroyVariantMap, VarMapHandle) == 0x000000, "Member 'VariantMap_DestroyVariantMap::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_DestroyVariantMap, ReturnValue) == 0x000004, "Member 'VariantMap_DestroyVariantMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_DuplicateVariantMap \ static_assert(alignof(VariantMap_DuplicateVariantMap) == 0x000004, "Wrong alignment on VariantMap_DuplicateVariantMap"); \ static_assert(sizeof(VariantMap_DuplicateVariantMap) == 0x00000C, "Wrong size on VariantMap_DuplicateVariantMap"); \ static_assert(offsetof(VariantMap_DuplicateVariantMap, VarMapHandle) == 0x000000, "Member 'VariantMap_DuplicateVariantMap::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_DuplicateVariantMap, bDestroy) == 0x000004, "Member 'VariantMap_DuplicateVariantMap::bDestroy' has a wrong offset!"); \ static_assert(offsetof(VariantMap_DuplicateVariantMap, ReturnValue) == 0x000008, "Member 'VariantMap_DuplicateVariantMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetHandle_FromObject \ static_assert(alignof(VariantMap_GetHandle_FromObject) == 0x000008, "Wrong alignment on VariantMap_GetHandle_FromObject"); \ static_assert(sizeof(VariantMap_GetHandle_FromObject) == 0x000010, "Wrong size on VariantMap_GetHandle_FromObject"); \ static_assert(offsetof(VariantMap_GetHandle_FromObject, InObject) == 0x000000, "Member 'VariantMap_GetHandle_FromObject::InObject' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetHandle_FromObject, ReturnValue) == 0x000008, "Member 'VariantMap_GetHandle_FromObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantBool_FromHandle \ static_assert(alignof(VariantMap_GetVariantBool_FromHandle) == 0x000004, "Wrong alignment on VariantMap_GetVariantBool_FromHandle"); \ static_assert(sizeof(VariantMap_GetVariantBool_FromHandle) == 0x000010, "Wrong size on VariantMap_GetVariantBool_FromHandle"); \ static_assert(offsetof(VariantMap_GetVariantBool_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_GetVariantBool_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantBool_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_GetVariantBool_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantBool_FromHandle, DefaultValue) == 0x00000C, "Member 'VariantMap_GetVariantBool_FromHandle::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantBool_FromHandle, bFound) == 0x00000D, "Member 'VariantMap_GetVariantBool_FromHandle::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantBool_FromHandle, ReturnValue) == 0x00000E, "Member 'VariantMap_GetVariantBool_FromHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantFloat_FromHandle \ static_assert(alignof(VariantMap_GetVariantFloat_FromHandle) == 0x000004, "Wrong alignment on VariantMap_GetVariantFloat_FromHandle"); \ static_assert(sizeof(VariantMap_GetVariantFloat_FromHandle) == 0x000018, "Wrong size on VariantMap_GetVariantFloat_FromHandle"); \ static_assert(offsetof(VariantMap_GetVariantFloat_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_GetVariantFloat_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFloat_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_GetVariantFloat_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFloat_FromHandle, DefaultValue) == 0x00000C, "Member 'VariantMap_GetVariantFloat_FromHandle::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFloat_FromHandle, bFound) == 0x000010, "Member 'VariantMap_GetVariantFloat_FromHandle::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFloat_FromHandle, ReturnValue) == 0x000014, "Member 'VariantMap_GetVariantFloat_FromHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantFRotator_FromHandle \ static_assert(alignof(VariantMap_GetVariantFRotator_FromHandle) == 0x000004, "Wrong alignment on VariantMap_GetVariantFRotator_FromHandle"); \ static_assert(sizeof(VariantMap_GetVariantFRotator_FromHandle) == 0x000028, "Wrong size on VariantMap_GetVariantFRotator_FromHandle"); \ static_assert(offsetof(VariantMap_GetVariantFRotator_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_GetVariantFRotator_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFRotator_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_GetVariantFRotator_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFRotator_FromHandle, DefaultValue) == 0x00000C, "Member 'VariantMap_GetVariantFRotator_FromHandle::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFRotator_FromHandle, bFound) == 0x000018, "Member 'VariantMap_GetVariantFRotator_FromHandle::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFRotator_FromHandle, ReturnValue) == 0x00001C, "Member 'VariantMap_GetVariantFRotator_FromHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantFString_FromHandle \ static_assert(alignof(VariantMap_GetVariantFString_FromHandle) == 0x000008, "Wrong alignment on VariantMap_GetVariantFString_FromHandle"); \ static_assert(sizeof(VariantMap_GetVariantFString_FromHandle) == 0x000038, "Wrong size on VariantMap_GetVariantFString_FromHandle"); \ static_assert(offsetof(VariantMap_GetVariantFString_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_GetVariantFString_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFString_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_GetVariantFString_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFString_FromHandle, DefaultValue) == 0x000010, "Member 'VariantMap_GetVariantFString_FromHandle::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFString_FromHandle, bFound) == 0x000020, "Member 'VariantMap_GetVariantFString_FromHandle::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFString_FromHandle, ReturnValue) == 0x000028, "Member 'VariantMap_GetVariantFString_FromHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantFTransform_FromHandle \ static_assert(alignof(VariantMap_GetVariantFTransform_FromHandle) == 0x000010, "Wrong alignment on VariantMap_GetVariantFTransform_FromHandle"); \ static_assert(sizeof(VariantMap_GetVariantFTransform_FromHandle) == 0x000080, "Wrong size on VariantMap_GetVariantFTransform_FromHandle"); \ static_assert(offsetof(VariantMap_GetVariantFTransform_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_GetVariantFTransform_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFTransform_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_GetVariantFTransform_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFTransform_FromHandle, DefaultValue) == 0x000010, "Member 'VariantMap_GetVariantFTransform_FromHandle::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFTransform_FromHandle, bFound) == 0x000040, "Member 'VariantMap_GetVariantFTransform_FromHandle::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFTransform_FromHandle, ReturnValue) == 0x000050, "Member 'VariantMap_GetVariantFTransform_FromHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantFVector2D_FromHandle \ static_assert(alignof(VariantMap_GetVariantFVector2D_FromHandle) == 0x000004, "Wrong alignment on VariantMap_GetVariantFVector2D_FromHandle"); \ static_assert(sizeof(VariantMap_GetVariantFVector2D_FromHandle) == 0x000020, "Wrong size on VariantMap_GetVariantFVector2D_FromHandle"); \ static_assert(offsetof(VariantMap_GetVariantFVector2D_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_GetVariantFVector2D_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFVector2D_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_GetVariantFVector2D_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFVector2D_FromHandle, DefaultValue) == 0x00000C, "Member 'VariantMap_GetVariantFVector2D_FromHandle::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFVector2D_FromHandle, bFound) == 0x000014, "Member 'VariantMap_GetVariantFVector2D_FromHandle::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFVector2D_FromHandle, ReturnValue) == 0x000018, "Member 'VariantMap_GetVariantFVector2D_FromHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantFVector_FromHandle \ static_assert(alignof(VariantMap_GetVariantFVector_FromHandle) == 0x000004, "Wrong alignment on VariantMap_GetVariantFVector_FromHandle"); \ static_assert(sizeof(VariantMap_GetVariantFVector_FromHandle) == 0x000028, "Wrong size on VariantMap_GetVariantFVector_FromHandle"); \ static_assert(offsetof(VariantMap_GetVariantFVector_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_GetVariantFVector_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFVector_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_GetVariantFVector_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFVector_FromHandle, DefaultValue) == 0x00000C, "Member 'VariantMap_GetVariantFVector_FromHandle::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFVector_FromHandle, bFound) == 0x000018, "Member 'VariantMap_GetVariantFVector_FromHandle::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFVector_FromHandle, ReturnValue) == 0x00001C, "Member 'VariantMap_GetVariantFVector_FromHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantInt32_FromHandle \ static_assert(alignof(VariantMap_GetVariantInt32_FromHandle) == 0x000004, "Wrong alignment on VariantMap_GetVariantInt32_FromHandle"); \ static_assert(sizeof(VariantMap_GetVariantInt32_FromHandle) == 0x000018, "Wrong size on VariantMap_GetVariantInt32_FromHandle"); \ static_assert(offsetof(VariantMap_GetVariantInt32_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_GetVariantInt32_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantInt32_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_GetVariantInt32_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantInt32_FromHandle, DefaultValue) == 0x00000C, "Member 'VariantMap_GetVariantInt32_FromHandle::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantInt32_FromHandle, bFound) == 0x000010, "Member 'VariantMap_GetVariantInt32_FromHandle::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantInt32_FromHandle, ReturnValue) == 0x000014, "Member 'VariantMap_GetVariantInt32_FromHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantName_FromHandle \ static_assert(alignof(VariantMap_GetVariantName_FromHandle) == 0x000004, "Wrong alignment on VariantMap_GetVariantName_FromHandle"); \ static_assert(sizeof(VariantMap_GetVariantName_FromHandle) == 0x000020, "Wrong size on VariantMap_GetVariantName_FromHandle"); \ static_assert(offsetof(VariantMap_GetVariantName_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_GetVariantName_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantName_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_GetVariantName_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantName_FromHandle, DefaultValue) == 0x00000C, "Member 'VariantMap_GetVariantName_FromHandle::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantName_FromHandle, bFound) == 0x000014, "Member 'VariantMap_GetVariantName_FromHandle::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantName_FromHandle, ReturnValue) == 0x000018, "Member 'VariantMap_GetVariantName_FromHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_RetrieveVariantMap \ static_assert(alignof(VariantMap_RetrieveVariantMap) == 0x000008, "Wrong alignment on VariantMap_RetrieveVariantMap"); \ static_assert(sizeof(VariantMap_RetrieveVariantMap) == 0x000010, "Wrong size on VariantMap_RetrieveVariantMap"); \ static_assert(offsetof(VariantMap_RetrieveVariantMap, VarMapHandle) == 0x000000, "Member 'VariantMap_RetrieveVariantMap::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_RetrieveVariantMap, ReturnValue) == 0x000008, "Member 'VariantMap_RetrieveVariantMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_VariantExists_FromHandle \ static_assert(alignof(VariantMap_VariantExists_FromHandle) == 0x000004, "Wrong alignment on VariantMap_VariantExists_FromHandle"); \ static_assert(sizeof(VariantMap_VariantExists_FromHandle) == 0x000010, "Wrong size on VariantMap_VariantExists_FromHandle"); \ static_assert(offsetof(VariantMap_VariantExists_FromHandle, VarMapHandle) == 0x000000, "Member 'VariantMap_VariantExists_FromHandle::VarMapHandle' has a wrong offset!"); \ static_assert(offsetof(VariantMap_VariantExists_FromHandle, Name_0) == 0x000004, "Member 'VariantMap_VariantExists_FromHandle::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_VariantExists_FromHandle, ReturnValue) == 0x00000C, "Member 'VariantMap_VariantExists_FromHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AbsorbVariantMap \ static_assert(alignof(VariantMap_AbsorbVariantMap) == 0x000008, "Wrong alignment on VariantMap_AbsorbVariantMap"); \ static_assert(sizeof(VariantMap_AbsorbVariantMap) == 0x000008, "Wrong size on VariantMap_AbsorbVariantMap"); \ static_assert(offsetof(VariantMap_AbsorbVariantMap, VarMapHandleToAbsorb) == 0x000000, "Member 'VariantMap_AbsorbVariantMap::VarMapHandleToAbsorb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantBool \ static_assert(alignof(VariantMap_AddVariantBool) == 0x000004, "Wrong alignment on VariantMap_AddVariantBool"); \ static_assert(sizeof(VariantMap_AddVariantBool) == 0x00000C, "Wrong size on VariantMap_AddVariantBool"); \ static_assert(offsetof(VariantMap_AddVariantBool, Name_0) == 0x000000, "Member 'VariantMap_AddVariantBool::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantBool, Value) == 0x000008, "Member 'VariantMap_AddVariantBool::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantFloat \ static_assert(alignof(VariantMap_AddVariantFloat) == 0x000004, "Wrong alignment on VariantMap_AddVariantFloat"); \ static_assert(sizeof(VariantMap_AddVariantFloat) == 0x00000C, "Wrong size on VariantMap_AddVariantFloat"); \ static_assert(offsetof(VariantMap_AddVariantFloat, Name_0) == 0x000000, "Member 'VariantMap_AddVariantFloat::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFloat, Value) == 0x000008, "Member 'VariantMap_AddVariantFloat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantFRotator \ static_assert(alignof(VariantMap_AddVariantFRotator) == 0x000004, "Wrong alignment on VariantMap_AddVariantFRotator"); \ static_assert(sizeof(VariantMap_AddVariantFRotator) == 0x000014, "Wrong size on VariantMap_AddVariantFRotator"); \ static_assert(offsetof(VariantMap_AddVariantFRotator, Name_0) == 0x000000, "Member 'VariantMap_AddVariantFRotator::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFRotator, Value) == 0x000008, "Member 'VariantMap_AddVariantFRotator::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantFString \ static_assert(alignof(VariantMap_AddVariantFString) == 0x000008, "Wrong alignment on VariantMap_AddVariantFString"); \ static_assert(sizeof(VariantMap_AddVariantFString) == 0x000018, "Wrong size on VariantMap_AddVariantFString"); \ static_assert(offsetof(VariantMap_AddVariantFString, Name_0) == 0x000000, "Member 'VariantMap_AddVariantFString::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFString, Value) == 0x000008, "Member 'VariantMap_AddVariantFString::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantFTransform \ static_assert(alignof(VariantMap_AddVariantFTransform) == 0x000010, "Wrong alignment on VariantMap_AddVariantFTransform"); \ static_assert(sizeof(VariantMap_AddVariantFTransform) == 0x000040, "Wrong size on VariantMap_AddVariantFTransform"); \ static_assert(offsetof(VariantMap_AddVariantFTransform, Name_0) == 0x000000, "Member 'VariantMap_AddVariantFTransform::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFTransform, Value) == 0x000010, "Member 'VariantMap_AddVariantFTransform::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantFVector \ static_assert(alignof(VariantMap_AddVariantFVector) == 0x000004, "Wrong alignment on VariantMap_AddVariantFVector"); \ static_assert(sizeof(VariantMap_AddVariantFVector) == 0x000014, "Wrong size on VariantMap_AddVariantFVector"); \ static_assert(offsetof(VariantMap_AddVariantFVector, Name_0) == 0x000000, "Member 'VariantMap_AddVariantFVector::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFVector, Value) == 0x000008, "Member 'VariantMap_AddVariantFVector::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantFVector2D \ static_assert(alignof(VariantMap_AddVariantFVector2D) == 0x000004, "Wrong alignment on VariantMap_AddVariantFVector2D"); \ static_assert(sizeof(VariantMap_AddVariantFVector2D) == 0x000010, "Wrong size on VariantMap_AddVariantFVector2D"); \ static_assert(offsetof(VariantMap_AddVariantFVector2D, Name_0) == 0x000000, "Member 'VariantMap_AddVariantFVector2D::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantFVector2D, Value) == 0x000008, "Member 'VariantMap_AddVariantFVector2D::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantInt32 \ static_assert(alignof(VariantMap_AddVariantInt32) == 0x000004, "Wrong alignment on VariantMap_AddVariantInt32"); \ static_assert(sizeof(VariantMap_AddVariantInt32) == 0x00000C, "Wrong size on VariantMap_AddVariantInt32"); \ static_assert(offsetof(VariantMap_AddVariantInt32, Name_0) == 0x000000, "Member 'VariantMap_AddVariantInt32::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantInt32, Value) == 0x000008, "Member 'VariantMap_AddVariantInt32::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_AddVariantName \ static_assert(alignof(VariantMap_AddVariantName) == 0x000004, "Wrong alignment on VariantMap_AddVariantName"); \ static_assert(sizeof(VariantMap_AddVariantName) == 0x000010, "Wrong size on VariantMap_AddVariantName"); \ static_assert(offsetof(VariantMap_AddVariantName, Name_0) == 0x000000, "Member 'VariantMap_AddVariantName::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_AddVariantName, Value) == 0x000008, "Member 'VariantMap_AddVariantName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetHandle \ static_assert(alignof(VariantMap_GetHandle) == 0x000004, "Wrong alignment on VariantMap_GetHandle"); \ static_assert(sizeof(VariantMap_GetHandle) == 0x000004, "Wrong size on VariantMap_GetHandle"); \ static_assert(offsetof(VariantMap_GetHandle, ReturnValue) == 0x000000, "Member 'VariantMap_GetHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantBool \ static_assert(alignof(VariantMap_GetVariantBool) == 0x000004, "Wrong alignment on VariantMap_GetVariantBool"); \ static_assert(sizeof(VariantMap_GetVariantBool) == 0x00000C, "Wrong size on VariantMap_GetVariantBool"); \ static_assert(offsetof(VariantMap_GetVariantBool, Name_0) == 0x000000, "Member 'VariantMap_GetVariantBool::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantBool, DefaultValue) == 0x000008, "Member 'VariantMap_GetVariantBool::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantBool, bFound) == 0x000009, "Member 'VariantMap_GetVariantBool::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantBool, ReturnValue) == 0x00000A, "Member 'VariantMap_GetVariantBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantFloat \ static_assert(alignof(VariantMap_GetVariantFloat) == 0x000004, "Wrong alignment on VariantMap_GetVariantFloat"); \ static_assert(sizeof(VariantMap_GetVariantFloat) == 0x000014, "Wrong size on VariantMap_GetVariantFloat"); \ static_assert(offsetof(VariantMap_GetVariantFloat, Name_0) == 0x000000, "Member 'VariantMap_GetVariantFloat::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFloat, DefaultValue) == 0x000008, "Member 'VariantMap_GetVariantFloat::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFloat, bFound) == 0x00000C, "Member 'VariantMap_GetVariantFloat::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFloat, ReturnValue) == 0x000010, "Member 'VariantMap_GetVariantFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantFRotator \ static_assert(alignof(VariantMap_GetVariantFRotator) == 0x000004, "Wrong alignment on VariantMap_GetVariantFRotator"); \ static_assert(sizeof(VariantMap_GetVariantFRotator) == 0x000024, "Wrong size on VariantMap_GetVariantFRotator"); \ static_assert(offsetof(VariantMap_GetVariantFRotator, Name_0) == 0x000000, "Member 'VariantMap_GetVariantFRotator::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFRotator, DefaultValue) == 0x000008, "Member 'VariantMap_GetVariantFRotator::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFRotator, bFound) == 0x000014, "Member 'VariantMap_GetVariantFRotator::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFRotator, ReturnValue) == 0x000018, "Member 'VariantMap_GetVariantFRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantFString \ static_assert(alignof(VariantMap_GetVariantFString) == 0x000008, "Wrong alignment on VariantMap_GetVariantFString"); \ static_assert(sizeof(VariantMap_GetVariantFString) == 0x000030, "Wrong size on VariantMap_GetVariantFString"); \ static_assert(offsetof(VariantMap_GetVariantFString, Name_0) == 0x000000, "Member 'VariantMap_GetVariantFString::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFString, DefaultValue) == 0x000008, "Member 'VariantMap_GetVariantFString::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFString, bFound) == 0x000018, "Member 'VariantMap_GetVariantFString::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFString, ReturnValue) == 0x000020, "Member 'VariantMap_GetVariantFString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantFTransform \ static_assert(alignof(VariantMap_GetVariantFTransform) == 0x000010, "Wrong alignment on VariantMap_GetVariantFTransform"); \ static_assert(sizeof(VariantMap_GetVariantFTransform) == 0x000080, "Wrong size on VariantMap_GetVariantFTransform"); \ static_assert(offsetof(VariantMap_GetVariantFTransform, Name_0) == 0x000000, "Member 'VariantMap_GetVariantFTransform::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFTransform, DefaultValue) == 0x000010, "Member 'VariantMap_GetVariantFTransform::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFTransform, bFound) == 0x000040, "Member 'VariantMap_GetVariantFTransform::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFTransform, ReturnValue) == 0x000050, "Member 'VariantMap_GetVariantFTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantFVector \ static_assert(alignof(VariantMap_GetVariantFVector) == 0x000004, "Wrong alignment on VariantMap_GetVariantFVector"); \ static_assert(sizeof(VariantMap_GetVariantFVector) == 0x000024, "Wrong size on VariantMap_GetVariantFVector"); \ static_assert(offsetof(VariantMap_GetVariantFVector, Name_0) == 0x000000, "Member 'VariantMap_GetVariantFVector::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFVector, DefaultValue) == 0x000008, "Member 'VariantMap_GetVariantFVector::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFVector, bFound) == 0x000014, "Member 'VariantMap_GetVariantFVector::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFVector, ReturnValue) == 0x000018, "Member 'VariantMap_GetVariantFVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantFVector2D \ static_assert(alignof(VariantMap_GetVariantFVector2D) == 0x000004, "Wrong alignment on VariantMap_GetVariantFVector2D"); \ static_assert(sizeof(VariantMap_GetVariantFVector2D) == 0x00001C, "Wrong size on VariantMap_GetVariantFVector2D"); \ static_assert(offsetof(VariantMap_GetVariantFVector2D, Name_0) == 0x000000, "Member 'VariantMap_GetVariantFVector2D::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFVector2D, DefaultValue) == 0x000008, "Member 'VariantMap_GetVariantFVector2D::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFVector2D, bFound) == 0x000010, "Member 'VariantMap_GetVariantFVector2D::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantFVector2D, ReturnValue) == 0x000014, "Member 'VariantMap_GetVariantFVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantInt32 \ static_assert(alignof(VariantMap_GetVariantInt32) == 0x000004, "Wrong alignment on VariantMap_GetVariantInt32"); \ static_assert(sizeof(VariantMap_GetVariantInt32) == 0x000014, "Wrong size on VariantMap_GetVariantInt32"); \ static_assert(offsetof(VariantMap_GetVariantInt32, Name_0) == 0x000000, "Member 'VariantMap_GetVariantInt32::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantInt32, DefaultValue) == 0x000008, "Member 'VariantMap_GetVariantInt32::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantInt32, bFound) == 0x00000C, "Member 'VariantMap_GetVariantInt32::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantInt32, ReturnValue) == 0x000010, "Member 'VariantMap_GetVariantInt32::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_GetVariantName \ static_assert(alignof(VariantMap_GetVariantName) == 0x000004, "Wrong alignment on VariantMap_GetVariantName"); \ static_assert(sizeof(VariantMap_GetVariantName) == 0x00001C, "Wrong size on VariantMap_GetVariantName"); \ static_assert(offsetof(VariantMap_GetVariantName, Name_0) == 0x000000, "Member 'VariantMap_GetVariantName::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantName, DefaultValue) == 0x000008, "Member 'VariantMap_GetVariantName::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantName, bFound) == 0x000010, "Member 'VariantMap_GetVariantName::bFound' has a wrong offset!"); \ static_assert(offsetof(VariantMap_GetVariantName, ReturnValue) == 0x000014, "Member 'VariantMap_GetVariantName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VariantMap_VariantExists \ static_assert(alignof(VariantMap_VariantExists) == 0x000004, "Wrong alignment on VariantMap_VariantExists"); \ static_assert(sizeof(VariantMap_VariantExists) == 0x00000C, "Wrong size on VariantMap_VariantExists"); \ static_assert(offsetof(VariantMap_VariantExists, Name_0) == 0x000000, "Member 'VariantMap_VariantExists::Name_0' has a wrong offset!"); \ static_assert(offsetof(VariantMap_VariantExists, ReturnValue) == 0x000008, "Member 'VariantMap_VariantExists::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVariantMap \ static_assert(alignof(UVariantMap) == 0x000008, "Wrong alignment on UVariantMap"); \ static_assert(sizeof(UVariantMap) == 0x000080, "Wrong size on UVariantMap"); \ #define DUMPER7_ASSERTS_WizardWordsFunctionLibrary_EncryptString \ static_assert(alignof(WizardWordsFunctionLibrary_EncryptString) == 0x000008, "Wrong alignment on WizardWordsFunctionLibrary_EncryptString"); \ static_assert(sizeof(WizardWordsFunctionLibrary_EncryptString) == 0x000020, "Wrong size on WizardWordsFunctionLibrary_EncryptString"); \ static_assert(offsetof(WizardWordsFunctionLibrary_EncryptString, Word) == 0x000000, "Member 'WizardWordsFunctionLibrary_EncryptString::Word' has a wrong offset!"); \ static_assert(offsetof(WizardWordsFunctionLibrary_EncryptString, ReturnValue) == 0x000010, "Member 'WizardWordsFunctionLibrary_EncryptString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWizardWordsFunctionLibrary \ static_assert(alignof(UWizardWordsFunctionLibrary) == 0x000008, "Wrong alignment on UWizardWordsFunctionLibrary"); \ static_assert(sizeof(UWizardWordsFunctionLibrary) == 0x000028, "Wrong size on UWizardWordsFunctionLibrary"); \ #define DUMPER7_ASSERTS_StaticBP_ActorReferenceHelper_GetActorFromReference \ static_assert(alignof(StaticBP_ActorReferenceHelper_GetActorFromReference) == 0x000008, "Wrong alignment on StaticBP_ActorReferenceHelper_GetActorFromReference"); \ static_assert(sizeof(StaticBP_ActorReferenceHelper_GetActorFromReference) == 0x000038, "Wrong size on StaticBP_ActorReferenceHelper_GetActorFromReference"); \ static_assert(offsetof(StaticBP_ActorReferenceHelper_GetActorFromReference, WorldContext) == 0x000000, "Member 'StaticBP_ActorReferenceHelper_GetActorFromReference::WorldContext' has a wrong offset!"); \ static_assert(offsetof(StaticBP_ActorReferenceHelper_GetActorFromReference, ActorReference) == 0x000008, "Member 'StaticBP_ActorReferenceHelper_GetActorFromReference::ActorReference' has a wrong offset!"); \ static_assert(offsetof(StaticBP_ActorReferenceHelper_GetActorFromReference, Actor) == 0x000028, "Member 'StaticBP_ActorReferenceHelper_GetActorFromReference::Actor' has a wrong offset!"); \ static_assert(offsetof(StaticBP_ActorReferenceHelper_GetActorFromReference, ReturnValue) == 0x000030, "Member 'StaticBP_ActorReferenceHelper_GetActorFromReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStaticBP_ActorReferenceHelper \ static_assert(alignof(UStaticBP_ActorReferenceHelper) == 0x000008, "Wrong alignment on UStaticBP_ActorReferenceHelper"); \ static_assert(sizeof(UStaticBP_ActorReferenceHelper) == 0x000028, "Wrong size on UStaticBP_ActorReferenceHelper"); \ #define DUMPER7_ASSERTS_FMunitionImpactData \ static_assert(alignof(FMunitionImpactData) == 0x000008, "Wrong alignment on FMunitionImpactData"); \ static_assert(sizeof(FMunitionImpactData) == 0x0000F0, "Wrong size on FMunitionImpactData"); \ static_assert(offsetof(FMunitionImpactData, m_hitResult) == 0x000000, "Member 'FMunitionImpactData::m_hitResult' has a wrong offset!"); \ static_assert(offsetof(FMunitionImpactData, m_pMunitionActor) == 0x000088, "Member 'FMunitionImpactData::m_pMunitionActor' has a wrong offset!"); \ static_assert(offsetof(FMunitionImpactData, m_pMunitionOwner) == 0x000090, "Member 'FMunitionImpactData::m_pMunitionOwner' has a wrong offset!"); \ static_assert(offsetof(FMunitionImpactData, m_pInstigator) == 0x000098, "Member 'FMunitionImpactData::m_pInstigator' has a wrong offset!"); \ static_assert(offsetof(FMunitionImpactData, m_impactDataAssets) == 0x0000A0, "Member 'FMunitionImpactData::m_impactDataAssets' has a wrong offset!"); \ static_assert(offsetof(FMunitionImpactData, MunitionImpactType) == 0x0000B0, "Member 'FMunitionImpactData::MunitionImpactType' has a wrong offset!"); \ static_assert(offsetof(FMunitionImpactData, MunitionTagContainer) == 0x0000B8, "Member 'FMunitionImpactData::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(FMunitionImpactData, DamageTypeClass) == 0x0000D8, "Member 'FMunitionImpactData::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(FMunitionImpactData, m_damage) == 0x0000E0, "Member 'FMunitionImpactData::m_damage' has a wrong offset!"); \ static_assert(offsetof(FMunitionImpactData, m_maxDamage) == 0x0000E4, "Member 'FMunitionImpactData::m_maxDamage' has a wrong offset!"); \ static_assert(offsetof(FMunitionImpactData, CharacterDamage) == 0x0000E8, "Member 'FMunitionImpactData::CharacterDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTargetedByMunition \ static_assert(alignof(FTargetedByMunition) == 0x000008, "Wrong alignment on FTargetedByMunition"); \ static_assert(sizeof(FTargetedByMunition) == 0x000030, "Wrong size on FTargetedByMunition"); \ static_assert(offsetof(FTargetedByMunition, InstigatorPtr) == 0x000000, "Member 'FTargetedByMunition::InstigatorPtr' has a wrong offset!"); \ static_assert(offsetof(FTargetedByMunition, TimeToReachDest) == 0x000008, "Member 'FTargetedByMunition::TimeToReachDest' has a wrong offset!"); \ static_assert(offsetof(FTargetedByMunition, MunitionPtr) == 0x000010, "Member 'FTargetedByMunition::MunitionPtr' has a wrong offset!"); \ static_assert(offsetof(FTargetedByMunition, Deflection) == 0x000018, "Member 'FTargetedByMunition::Deflection' has a wrong offset!"); \ static_assert(offsetof(FTargetedByMunition, bPerfect) == 0x000019, "Member 'FTargetedByMunition::bPerfect' has a wrong offset!"); \ static_assert(offsetof(FTargetedByMunition, Velocity) == 0x00001C, "Member 'FTargetedByMunition::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMunitionToInstigatorData \ static_assert(alignof(FMunitionToInstigatorData) == 0x000008, "Wrong alignment on FMunitionToInstigatorData"); \ static_assert(sizeof(FMunitionToInstigatorData) == 0x000018, "Wrong size on FMunitionToInstigatorData"); \ static_assert(offsetof(FMunitionToInstigatorData, InstigatorPtr) == 0x000000, "Member 'FMunitionToInstigatorData::InstigatorPtr' has a wrong offset!"); \ static_assert(offsetof(FMunitionToInstigatorData, VictimPtr) == 0x000008, "Member 'FMunitionToInstigatorData::VictimPtr' has a wrong offset!"); \ static_assert(offsetof(FMunitionToInstigatorData, MunitionBasePtr) == 0x000010, "Member 'FMunitionToInstigatorData::MunitionBasePtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMunitionMovementComponent \ static_assert(alignof(UMunitionMovementComponent) == 0x000010, "Wrong alignment on UMunitionMovementComponent"); \ static_assert(sizeof(UMunitionMovementComponent) == 0x0001F0, "Wrong size on UMunitionMovementComponent"); \ #define DUMPER7_ASSERTS_MunitionType_Base_ComputeVelocity \ static_assert(alignof(MunitionType_Base_ComputeVelocity) == 0x000004, "Wrong alignment on MunitionType_Base_ComputeVelocity"); \ static_assert(sizeof(MunitionType_Base_ComputeVelocity) == 0x000040, "Wrong size on MunitionType_Base_ComputeVelocity"); \ static_assert(offsetof(MunitionType_Base_ComputeVelocity, i_sourcePos) == 0x000000, "Member 'MunitionType_Base_ComputeVelocity::i_sourcePos' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Base_ComputeVelocity, i_destPos) == 0x00000C, "Member 'MunitionType_Base_ComputeVelocity::i_destPos' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Base_ComputeVelocity, i_destVel) == 0x000018, "Member 'MunitionType_Base_ComputeVelocity::i_destVel' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Base_ComputeVelocity, i_speed) == 0x000024, "Member 'MunitionType_Base_ComputeVelocity::i_speed' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Base_ComputeVelocity, i_gravity) == 0x000028, "Member 'MunitionType_Base_ComputeVelocity::i_gravity' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Base_ComputeVelocity, o_time) == 0x00002C, "Member 'MunitionType_Base_ComputeVelocity::o_time' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Base_ComputeVelocity, assertOnError) == 0x000030, "Member 'MunitionType_Base_ComputeVelocity::assertOnError' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Base_ComputeVelocity, ReturnValue) == 0x000034, "Member 'MunitionType_Base_ComputeVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_ComputeVelocity_NoGravity \ static_assert(alignof(MunitionType_Base_ComputeVelocity_NoGravity) == 0x000004, "Wrong alignment on MunitionType_Base_ComputeVelocity_NoGravity"); \ static_assert(sizeof(MunitionType_Base_ComputeVelocity_NoGravity) == 0x000038, "Wrong size on MunitionType_Base_ComputeVelocity_NoGravity"); \ static_assert(offsetof(MunitionType_Base_ComputeVelocity_NoGravity, i_sourcePos) == 0x000000, "Member 'MunitionType_Base_ComputeVelocity_NoGravity::i_sourcePos' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Base_ComputeVelocity_NoGravity, i_destPos) == 0x00000C, "Member 'MunitionType_Base_ComputeVelocity_NoGravity::i_destPos' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Base_ComputeVelocity_NoGravity, i_destVel) == 0x000018, "Member 'MunitionType_Base_ComputeVelocity_NoGravity::i_destVel' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Base_ComputeVelocity_NoGravity, i_speed) == 0x000024, "Member 'MunitionType_Base_ComputeVelocity_NoGravity::i_speed' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Base_ComputeVelocity_NoGravity, o_time) == 0x000028, "Member 'MunitionType_Base_ComputeVelocity_NoGravity::o_time' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Base_ComputeVelocity_NoGravity, ReturnValue) == 0x00002C, "Member 'MunitionType_Base_ComputeVelocity_NoGravity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_AddMunitionDataAsset \ static_assert(alignof(MunitionType_Base_AddMunitionDataAsset) == 0x000008, "Wrong alignment on MunitionType_Base_AddMunitionDataAsset"); \ static_assert(sizeof(MunitionType_Base_AddMunitionDataAsset) == 0x000008, "Wrong size on MunitionType_Base_AddMunitionDataAsset"); \ static_assert(offsetof(MunitionType_Base_AddMunitionDataAsset, InMunitionDataAsset) == 0x000000, "Member 'MunitionType_Base_AddMunitionDataAsset::InMunitionDataAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_AddMunitionTag \ static_assert(alignof(MunitionType_Base_AddMunitionTag) == 0x000004, "Wrong alignment on MunitionType_Base_AddMunitionTag"); \ static_assert(sizeof(MunitionType_Base_AddMunitionTag) == 0x000008, "Wrong size on MunitionType_Base_AddMunitionTag"); \ static_assert(offsetof(MunitionType_Base_AddMunitionTag, InMunitionTag) == 0x000000, "Member 'MunitionType_Base_AddMunitionTag::InMunitionTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_AddMunitionTagContainer \ static_assert(alignof(MunitionType_Base_AddMunitionTagContainer) == 0x000008, "Wrong alignment on MunitionType_Base_AddMunitionTagContainer"); \ static_assert(sizeof(MunitionType_Base_AddMunitionTagContainer) == 0x000020, "Wrong size on MunitionType_Base_AddMunitionTagContainer"); \ static_assert(offsetof(MunitionType_Base_AddMunitionTagContainer, InMunitionTagContainer) == 0x000000, "Member 'MunitionType_Base_AddMunitionTagContainer::InMunitionTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_IgnoreActor \ static_assert(alignof(MunitionType_Base_IgnoreActor) == 0x000008, "Wrong alignment on MunitionType_Base_IgnoreActor"); \ static_assert(sizeof(MunitionType_Base_IgnoreActor) == 0x000008, "Wrong size on MunitionType_Base_IgnoreActor"); \ static_assert(offsetof(MunitionType_Base_IgnoreActor, InActor) == 0x000000, "Member 'MunitionType_Base_IgnoreActor::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_RemoveMunitionDataAsset \ static_assert(alignof(MunitionType_Base_RemoveMunitionDataAsset) == 0x000008, "Wrong alignment on MunitionType_Base_RemoveMunitionDataAsset"); \ static_assert(sizeof(MunitionType_Base_RemoveMunitionDataAsset) == 0x000008, "Wrong size on MunitionType_Base_RemoveMunitionDataAsset"); \ static_assert(offsetof(MunitionType_Base_RemoveMunitionDataAsset, InMunitionDataAsset) == 0x000000, "Member 'MunitionType_Base_RemoveMunitionDataAsset::InMunitionDataAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_RemoveMunitionTag \ static_assert(alignof(MunitionType_Base_RemoveMunitionTag) == 0x000004, "Wrong alignment on MunitionType_Base_RemoveMunitionTag"); \ static_assert(sizeof(MunitionType_Base_RemoveMunitionTag) == 0x000008, "Wrong size on MunitionType_Base_RemoveMunitionTag"); \ static_assert(offsetof(MunitionType_Base_RemoveMunitionTag, InMunitionTag) == 0x000000, "Member 'MunitionType_Base_RemoveMunitionTag::InMunitionTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_RemoveMunitionTagContainer \ static_assert(alignof(MunitionType_Base_RemoveMunitionTagContainer) == 0x000008, "Wrong alignment on MunitionType_Base_RemoveMunitionTagContainer"); \ static_assert(sizeof(MunitionType_Base_RemoveMunitionTagContainer) == 0x000020, "Wrong size on MunitionType_Base_RemoveMunitionTagContainer"); \ static_assert(offsetof(MunitionType_Base_RemoveMunitionTagContainer, InMunitionTagContainer) == 0x000000, "Member 'MunitionType_Base_RemoveMunitionTagContainer::InMunitionTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_SetDamage \ static_assert(alignof(MunitionType_Base_SetDamage) == 0x000004, "Wrong alignment on MunitionType_Base_SetDamage"); \ static_assert(sizeof(MunitionType_Base_SetDamage) == 0x000004, "Wrong size on MunitionType_Base_SetDamage"); \ static_assert(offsetof(MunitionType_Base_SetDamage, InDamage) == 0x000000, "Member 'MunitionType_Base_SetDamage::InDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_SetDestinationPosition \ static_assert(alignof(MunitionType_Base_SetDestinationPosition) == 0x000004, "Wrong alignment on MunitionType_Base_SetDestinationPosition"); \ static_assert(sizeof(MunitionType_Base_SetDestinationPosition) == 0x00000C, "Wrong size on MunitionType_Base_SetDestinationPosition"); \ static_assert(offsetof(MunitionType_Base_SetDestinationPosition, i_destPos) == 0x000000, "Member 'MunitionType_Base_SetDestinationPosition::i_destPos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_SetFromAimMode \ static_assert(alignof(MunitionType_Base_SetFromAimMode) == 0x000001, "Wrong alignment on MunitionType_Base_SetFromAimMode"); \ static_assert(sizeof(MunitionType_Base_SetFromAimMode) == 0x000001, "Wrong size on MunitionType_Base_SetFromAimMode"); \ static_assert(offsetof(MunitionType_Base_SetFromAimMode, bInFlag) == 0x000000, "Member 'MunitionType_Base_SetFromAimMode::bInFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_SetInstigator \ static_assert(alignof(MunitionType_Base_SetInstigator) == 0x000008, "Wrong alignment on MunitionType_Base_SetInstigator"); \ static_assert(sizeof(MunitionType_Base_SetInstigator) == 0x000008, "Wrong size on MunitionType_Base_SetInstigator"); \ static_assert(offsetof(MunitionType_Base_SetInstigator, i_pActor) == 0x000000, "Member 'MunitionType_Base_SetInstigator::i_pActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_SetLifeTime \ static_assert(alignof(MunitionType_Base_SetLifeTime) == 0x000004, "Wrong alignment on MunitionType_Base_SetLifeTime"); \ static_assert(sizeof(MunitionType_Base_SetLifeTime) == 0x000004, "Wrong size on MunitionType_Base_SetLifeTime"); \ static_assert(offsetof(MunitionType_Base_SetLifeTime, InMaxTime) == 0x000000, "Member 'MunitionType_Base_SetLifeTime::InMaxTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_SetMaxDamage \ static_assert(alignof(MunitionType_Base_SetMaxDamage) == 0x000004, "Wrong alignment on MunitionType_Base_SetMaxDamage"); \ static_assert(sizeof(MunitionType_Base_SetMaxDamage) == 0x000004, "Wrong size on MunitionType_Base_SetMaxDamage"); \ static_assert(offsetof(MunitionType_Base_SetMaxDamage, InMaxDamage) == 0x000000, "Member 'MunitionType_Base_SetMaxDamage::InMaxDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_SetMaxRange \ static_assert(alignof(MunitionType_Base_SetMaxRange) == 0x000004, "Wrong alignment on MunitionType_Base_SetMaxRange"); \ static_assert(sizeof(MunitionType_Base_SetMaxRange) == 0x000004, "Wrong size on MunitionType_Base_SetMaxRange"); \ static_assert(offsetof(MunitionType_Base_SetMaxRange, Range) == 0x000000, "Member 'MunitionType_Base_SetMaxRange::Range' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_SetMunitionDataAssets \ static_assert(alignof(MunitionType_Base_SetMunitionDataAssets) == 0x000008, "Wrong alignment on MunitionType_Base_SetMunitionDataAssets"); \ static_assert(sizeof(MunitionType_Base_SetMunitionDataAssets) == 0x000010, "Wrong size on MunitionType_Base_SetMunitionDataAssets"); \ static_assert(offsetof(MunitionType_Base_SetMunitionDataAssets, InMunitionDataAssets) == 0x000000, "Member 'MunitionType_Base_SetMunitionDataAssets::InMunitionDataAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_SetMunitionImpactType \ static_assert(alignof(MunitionType_Base_SetMunitionImpactType) == 0x000004, "Wrong alignment on MunitionType_Base_SetMunitionImpactType"); \ static_assert(sizeof(MunitionType_Base_SetMunitionImpactType) == 0x000008, "Wrong size on MunitionType_Base_SetMunitionImpactType"); \ static_assert(offsetof(MunitionType_Base_SetMunitionImpactType, InMunitionImpactType) == 0x000000, "Member 'MunitionType_Base_SetMunitionImpactType::InMunitionImpactType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_SetMunitionOwner \ static_assert(alignof(MunitionType_Base_SetMunitionOwner) == 0x000008, "Wrong alignment on MunitionType_Base_SetMunitionOwner"); \ static_assert(sizeof(MunitionType_Base_SetMunitionOwner) == 0x000008, "Wrong size on MunitionType_Base_SetMunitionOwner"); \ static_assert(offsetof(MunitionType_Base_SetMunitionOwner, i_pActor) == 0x000000, "Member 'MunitionType_Base_SetMunitionOwner::i_pActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_SetRecomputeVelocity \ static_assert(alignof(MunitionType_Base_SetRecomputeVelocity) == 0x000001, "Wrong alignment on MunitionType_Base_SetRecomputeVelocity"); \ static_assert(sizeof(MunitionType_Base_SetRecomputeVelocity) == 0x000001, "Wrong size on MunitionType_Base_SetRecomputeVelocity"); \ static_assert(offsetof(MunitionType_Base_SetRecomputeVelocity, bInFlag) == 0x000000, "Member 'MunitionType_Base_SetRecomputeVelocity::bInFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_SetRemainingLifeTime \ static_assert(alignof(MunitionType_Base_SetRemainingLifeTime) == 0x000004, "Wrong alignment on MunitionType_Base_SetRemainingLifeTime"); \ static_assert(sizeof(MunitionType_Base_SetRemainingLifeTime) == 0x000004, "Wrong size on MunitionType_Base_SetRemainingLifeTime"); \ static_assert(offsetof(MunitionType_Base_SetRemainingLifeTime, InRemaningTime) == 0x000000, "Member 'MunitionType_Base_SetRemainingLifeTime::InRemaningTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_SetSourcePosition \ static_assert(alignof(MunitionType_Base_SetSourcePosition) == 0x000004, "Wrong alignment on MunitionType_Base_SetSourcePosition"); \ static_assert(sizeof(MunitionType_Base_SetSourcePosition) == 0x00000C, "Wrong size on MunitionType_Base_SetSourcePosition"); \ static_assert(offsetof(MunitionType_Base_SetSourcePosition, i_sourcePos) == 0x000000, "Member 'MunitionType_Base_SetSourcePosition::i_sourcePos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_SetStartingVelocity \ static_assert(alignof(MunitionType_Base_SetStartingVelocity) == 0x000004, "Wrong alignment on MunitionType_Base_SetStartingVelocity"); \ static_assert(sizeof(MunitionType_Base_SetStartingVelocity) == 0x00000C, "Wrong size on MunitionType_Base_SetStartingVelocity"); \ static_assert(offsetof(MunitionType_Base_SetStartingVelocity, InVelocity) == 0x000000, "Member 'MunitionType_Base_SetStartingVelocity::InVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_SetTarget \ static_assert(alignof(MunitionType_Base_SetTarget) == 0x000008, "Wrong alignment on MunitionType_Base_SetTarget"); \ static_assert(sizeof(MunitionType_Base_SetTarget) == 0x000008, "Wrong size on MunitionType_Base_SetTarget"); \ static_assert(offsetof(MunitionType_Base_SetTarget, i_pActor) == 0x000000, "Member 'MunitionType_Base_SetTarget::i_pActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_SetVelocityIncludeTarget \ static_assert(alignof(MunitionType_Base_SetVelocityIncludeTarget) == 0x000001, "Wrong alignment on MunitionType_Base_SetVelocityIncludeTarget"); \ static_assert(sizeof(MunitionType_Base_SetVelocityIncludeTarget) == 0x000001, "Wrong size on MunitionType_Base_SetVelocityIncludeTarget"); \ static_assert(offsetof(MunitionType_Base_SetVelocityIncludeTarget, bInFlag) == 0x000000, "Member 'MunitionType_Base_SetVelocityIncludeTarget::bInFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_GetDamage \ static_assert(alignof(MunitionType_Base_GetDamage) == 0x000004, "Wrong alignment on MunitionType_Base_GetDamage"); \ static_assert(sizeof(MunitionType_Base_GetDamage) == 0x000004, "Wrong size on MunitionType_Base_GetDamage"); \ static_assert(offsetof(MunitionType_Base_GetDamage, ReturnValue) == 0x000000, "Member 'MunitionType_Base_GetDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_GetDestinationPosition \ static_assert(alignof(MunitionType_Base_GetDestinationPosition) == 0x000004, "Wrong alignment on MunitionType_Base_GetDestinationPosition"); \ static_assert(sizeof(MunitionType_Base_GetDestinationPosition) == 0x00000C, "Wrong size on MunitionType_Base_GetDestinationPosition"); \ static_assert(offsetof(MunitionType_Base_GetDestinationPosition, ReturnValue) == 0x000000, "Member 'MunitionType_Base_GetDestinationPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_GetFromAimMode \ static_assert(alignof(MunitionType_Base_GetFromAimMode) == 0x000001, "Wrong alignment on MunitionType_Base_GetFromAimMode"); \ static_assert(sizeof(MunitionType_Base_GetFromAimMode) == 0x000001, "Wrong size on MunitionType_Base_GetFromAimMode"); \ static_assert(offsetof(MunitionType_Base_GetFromAimMode, ReturnValue) == 0x000000, "Member 'MunitionType_Base_GetFromAimMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_GetMaxDamage \ static_assert(alignof(MunitionType_Base_GetMaxDamage) == 0x000004, "Wrong alignment on MunitionType_Base_GetMaxDamage"); \ static_assert(sizeof(MunitionType_Base_GetMaxDamage) == 0x000004, "Wrong size on MunitionType_Base_GetMaxDamage"); \ static_assert(offsetof(MunitionType_Base_GetMaxDamage, ReturnValue) == 0x000000, "Member 'MunitionType_Base_GetMaxDamage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_GetMaxRange \ static_assert(alignof(MunitionType_Base_GetMaxRange) == 0x000004, "Wrong alignment on MunitionType_Base_GetMaxRange"); \ static_assert(sizeof(MunitionType_Base_GetMaxRange) == 0x000004, "Wrong size on MunitionType_Base_GetMaxRange"); \ static_assert(offsetof(MunitionType_Base_GetMaxRange, ReturnValue) == 0x000000, "Member 'MunitionType_Base_GetMaxRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_GetMunitionDataAssets \ static_assert(alignof(MunitionType_Base_GetMunitionDataAssets) == 0x000008, "Wrong alignment on MunitionType_Base_GetMunitionDataAssets"); \ static_assert(sizeof(MunitionType_Base_GetMunitionDataAssets) == 0x000010, "Wrong size on MunitionType_Base_GetMunitionDataAssets"); \ static_assert(offsetof(MunitionType_Base_GetMunitionDataAssets, ReturnValue) == 0x000000, "Member 'MunitionType_Base_GetMunitionDataAssets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_GetMunitionImpactType \ static_assert(alignof(MunitionType_Base_GetMunitionImpactType) == 0x000004, "Wrong alignment on MunitionType_Base_GetMunitionImpactType"); \ static_assert(sizeof(MunitionType_Base_GetMunitionImpactType) == 0x000008, "Wrong size on MunitionType_Base_GetMunitionImpactType"); \ static_assert(offsetof(MunitionType_Base_GetMunitionImpactType, ReturnValue) == 0x000000, "Member 'MunitionType_Base_GetMunitionImpactType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_GetMunitionOwner \ static_assert(alignof(MunitionType_Base_GetMunitionOwner) == 0x000008, "Wrong alignment on MunitionType_Base_GetMunitionOwner"); \ static_assert(sizeof(MunitionType_Base_GetMunitionOwner) == 0x000008, "Wrong size on MunitionType_Base_GetMunitionOwner"); \ static_assert(offsetof(MunitionType_Base_GetMunitionOwner, ReturnValue) == 0x000000, "Member 'MunitionType_Base_GetMunitionOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_GetMunitionTagContainer \ static_assert(alignof(MunitionType_Base_GetMunitionTagContainer) == 0x000008, "Wrong alignment on MunitionType_Base_GetMunitionTagContainer"); \ static_assert(sizeof(MunitionType_Base_GetMunitionTagContainer) == 0x000020, "Wrong size on MunitionType_Base_GetMunitionTagContainer"); \ static_assert(offsetof(MunitionType_Base_GetMunitionTagContainer, ReturnValue) == 0x000000, "Member 'MunitionType_Base_GetMunitionTagContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_GetRecomputeVelocity \ static_assert(alignof(MunitionType_Base_GetRecomputeVelocity) == 0x000001, "Wrong alignment on MunitionType_Base_GetRecomputeVelocity"); \ static_assert(sizeof(MunitionType_Base_GetRecomputeVelocity) == 0x000001, "Wrong size on MunitionType_Base_GetRecomputeVelocity"); \ static_assert(offsetof(MunitionType_Base_GetRecomputeVelocity, ReturnValue) == 0x000000, "Member 'MunitionType_Base_GetRecomputeVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_GetRemainingLifeTime \ static_assert(alignof(MunitionType_Base_GetRemainingLifeTime) == 0x000004, "Wrong alignment on MunitionType_Base_GetRemainingLifeTime"); \ static_assert(sizeof(MunitionType_Base_GetRemainingLifeTime) == 0x000004, "Wrong size on MunitionType_Base_GetRemainingLifeTime"); \ static_assert(offsetof(MunitionType_Base_GetRemainingLifeTime, ReturnValue) == 0x000000, "Member 'MunitionType_Base_GetRemainingLifeTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_GetSourcePosition \ static_assert(alignof(MunitionType_Base_GetSourcePosition) == 0x000004, "Wrong alignment on MunitionType_Base_GetSourcePosition"); \ static_assert(sizeof(MunitionType_Base_GetSourcePosition) == 0x00000C, "Wrong size on MunitionType_Base_GetSourcePosition"); \ static_assert(offsetof(MunitionType_Base_GetSourcePosition, ReturnValue) == 0x000000, "Member 'MunitionType_Base_GetSourcePosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_GetStartingVelocity \ static_assert(alignof(MunitionType_Base_GetStartingVelocity) == 0x000004, "Wrong alignment on MunitionType_Base_GetStartingVelocity"); \ static_assert(sizeof(MunitionType_Base_GetStartingVelocity) == 0x00000C, "Wrong size on MunitionType_Base_GetStartingVelocity"); \ static_assert(offsetof(MunitionType_Base_GetStartingVelocity, ReturnValue) == 0x000000, "Member 'MunitionType_Base_GetStartingVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_GetTarget \ static_assert(alignof(MunitionType_Base_GetTarget) == 0x000008, "Wrong alignment on MunitionType_Base_GetTarget"); \ static_assert(sizeof(MunitionType_Base_GetTarget) == 0x000008, "Wrong size on MunitionType_Base_GetTarget"); \ static_assert(offsetof(MunitionType_Base_GetTarget, ReturnValue) == 0x000000, "Member 'MunitionType_Base_GetTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_GetVelocityIncludeTarget \ static_assert(alignof(MunitionType_Base_GetVelocityIncludeTarget) == 0x000001, "Wrong alignment on MunitionType_Base_GetVelocityIncludeTarget"); \ static_assert(sizeof(MunitionType_Base_GetVelocityIncludeTarget) == 0x000001, "Wrong size on MunitionType_Base_GetVelocityIncludeTarget"); \ static_assert(offsetof(MunitionType_Base_GetVelocityIncludeTarget, ReturnValue) == 0x000000, "Member 'MunitionType_Base_GetVelocityIncludeTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_IsDeflectedMunition_K2 \ static_assert(alignof(MunitionType_Base_IsDeflectedMunition_K2) == 0x000001, "Wrong alignment on MunitionType_Base_IsDeflectedMunition_K2"); \ static_assert(sizeof(MunitionType_Base_IsDeflectedMunition_K2) == 0x000001, "Wrong size on MunitionType_Base_IsDeflectedMunition_K2"); \ static_assert(offsetof(MunitionType_Base_IsDeflectedMunition_K2, ReturnValue) == 0x000000, "Member 'MunitionType_Base_IsDeflectedMunition_K2::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Base_K2_WasMunitionDeflected \ static_assert(alignof(MunitionType_Base_K2_WasMunitionDeflected) == 0x000001, "Wrong alignment on MunitionType_Base_K2_WasMunitionDeflected"); \ static_assert(sizeof(MunitionType_Base_K2_WasMunitionDeflected) == 0x000001, "Wrong size on MunitionType_Base_K2_WasMunitionDeflected"); \ static_assert(offsetof(MunitionType_Base_K2_WasMunitionDeflected, ReturnValue) == 0x000000, "Member 'MunitionType_Base_K2_WasMunitionDeflected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMunitionType_Base \ static_assert(alignof(AMunitionType_Base) == 0x000008, "Wrong alignment on AMunitionType_Base"); \ static_assert(sizeof(AMunitionType_Base) == 0x000360, "Wrong size on AMunitionType_Base"); \ static_assert(offsetof(AMunitionType_Base, m_damage) == 0x000248, "Member 'AMunitionType_Base::m_damage' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Base, m_minLifeTime) == 0x00024C, "Member 'AMunitionType_Base::m_minLifeTime' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Base, m_maxLifeTime) == 0x000250, "Member 'AMunitionType_Base::m_maxLifeTime' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Base, MunitionImpactTags) == 0x000258, "Member 'AMunitionType_Base::MunitionImpactTags' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Base, MunitionDataAssets) == 0x000278, "Member 'AMunitionType_Base::MunitionDataAssets' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Base, OnOverlap) == 0x000288, "Member 'AMunitionType_Base::OnOverlap' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Base, OnImpact) == 0x000298, "Member 'AMunitionType_Base::OnImpact' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Base, OnMunitionDestroyed) == 0x0002A8, "Member 'AMunitionType_Base::OnMunitionDestroyed' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Base, OnImpactDamage) == 0x0002B8, "Member 'AMunitionType_Base::OnImpactDamage' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Base, bDOAOnParrySuccess) == 0x0002C8, "Member 'AMunitionType_Base::bDOAOnParrySuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMunitionType_AOE \ static_assert(alignof(AMunitionType_AOE) == 0x000008, "Wrong alignment on AMunitionType_AOE"); \ static_assert(sizeof(AMunitionType_AOE) == 0x000430, "Wrong size on AMunitionType_AOE"); \ static_assert(offsetof(AMunitionType_AOE, MinDamage) == 0x000360, "Member 'AMunitionType_AOE::MinDamage' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, m_radiusStart) == 0x000364, "Member 'AMunitionType_AOE::m_radiusStart' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, m_radiusEnd) == 0x000368, "Member 'AMunitionType_AOE::m_radiusEnd' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, bUseCustomGrowthDuration) == 0x00036C, "Member 'AMunitionType_AOE::bUseCustomGrowthDuration' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, CustomGrowthDuration) == 0x000370, "Member 'AMunitionType_AOE::CustomGrowthDuration' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, m_hitVictimInterval) == 0x000374, "Member 'AMunitionType_AOE::m_hitVictimInterval' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, m_damageType) == 0x000378, "Member 'AMunitionType_AOE::m_damageType' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, m_explosionFX) == 0x000380, "Member 'AMunitionType_AOE::m_explosionFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, PlayExplosionOnGround) == 0x000388, "Member 'AMunitionType_AOE::PlayExplosionOnGround' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, m_explosionSfx) == 0x000390, "Member 'AMunitionType_AOE::m_explosionSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, PhysicsImpulse) == 0x000398, "Member 'AMunitionType_AOE::PhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, m_stopAtCollision) == 0x00039C, "Member 'AMunitionType_AOE::m_stopAtCollision' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, bUnblockable) == 0x00039D, "Member 'AMunitionType_AOE::bUnblockable' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, bBreakBlockFX) == 0x00039E, "Member 'AMunitionType_AOE::bBreakBlockFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, m_hitActorFX) == 0x0003A0, "Member 'AMunitionType_AOE::m_hitActorFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, m_hitTerrainFX) == 0x0003A8, "Member 'AMunitionType_AOE::m_hitTerrainFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, m_hitBlockedFX) == 0x0003B0, "Member 'AMunitionType_AOE::m_hitBlockedFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, m_hitActorSfx) == 0x0003B8, "Member 'AMunitionType_AOE::m_hitActorSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, m_hitTerrainSfx) == 0x0003C0, "Member 'AMunitionType_AOE::m_hitTerrainSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_AOE, m_hitBlockedSfx) == 0x0003C8, "Member 'AMunitionType_AOE::m_hitBlockedSfx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMunitionType_Hitbox \ static_assert(alignof(AMunitionType_Hitbox) == 0x000010, "Wrong alignment on AMunitionType_Hitbox"); \ static_assert(sizeof(AMunitionType_Hitbox) == 0x000470, "Wrong size on AMunitionType_Hitbox"); \ static_assert(offsetof(AMunitionType_Hitbox, m_Extents) == 0x000360, "Member 'AMunitionType_Hitbox::m_Extents' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Hitbox, PhysicsImpulse) == 0x00036C, "Member 'AMunitionType_Hitbox::PhysicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Hitbox, m_hitVictimInterval) == 0x000370, "Member 'AMunitionType_Hitbox::m_hitVictimInterval' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Hitbox, bUseMunitionOwnerAtImpactSource) == 0x000374, "Member 'AMunitionType_Hitbox::bUseMunitionOwnerAtImpactSource' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Hitbox, bUseTraceAsDamageImpactDirection) == 0x000375, "Member 'AMunitionType_Hitbox::bUseTraceAsDamageImpactDirection' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Hitbox, m_damageType) == 0x000378, "Member 'AMunitionType_Hitbox::m_damageType' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Hitbox, bUnblockable) == 0x000380, "Member 'AMunitionType_Hitbox::bUnblockable' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Hitbox, CollisionChannel) == 0x000381, "Member 'AMunitionType_Hitbox::CollisionChannel' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Hitbox, bOnlyDetectBlockingHits) == 0x000382, "Member 'AMunitionType_Hitbox::bOnlyDetectBlockingHits' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Hitbox, m_hitActorFX) == 0x000388, "Member 'AMunitionType_Hitbox::m_hitActorFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Hitbox, m_hitTerrainFX) == 0x0003B0, "Member 'AMunitionType_Hitbox::m_hitTerrainFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Hitbox, m_hitBlockedFX) == 0x0003D8, "Member 'AMunitionType_Hitbox::m_hitBlockedFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Hitbox, m_hitActorSfx) == 0x000400, "Member 'AMunitionType_Hitbox::m_hitActorSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Hitbox, m_hitTerrainSfx) == 0x000408, "Member 'AMunitionType_Hitbox::m_hitTerrainSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Hitbox, m_hitBlockedSfx) == 0x000410, "Member 'AMunitionType_Hitbox::m_hitBlockedSfx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMunition \ static_assert(alignof(UMunition) == 0x000008, "Wrong alignment on UMunition"); \ static_assert(sizeof(UMunition) == 0x000030, "Wrong size on UMunition"); \ #define DUMPER7_ASSERTS_MunitionType_Subsonic_OnFire \ static_assert(alignof(MunitionType_Subsonic_OnFire) == 0x000008, "Wrong alignment on MunitionType_Subsonic_OnFire"); \ static_assert(sizeof(MunitionType_Subsonic_OnFire) == 0x000020, "Wrong size on MunitionType_Subsonic_OnFire"); \ static_assert(offsetof(MunitionType_Subsonic_OnFire, Target) == 0x000000, "Member 'MunitionType_Subsonic_OnFire::Target' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Subsonic_OnFire, TargetLocation) == 0x000008, "Member 'MunitionType_Subsonic_OnFire::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Subsonic_OnFire, Velocity) == 0x000014, "Member 'MunitionType_Subsonic_OnFire::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Subsonic_OnHit \ static_assert(alignof(MunitionType_Subsonic_OnHit) == 0x000004, "Wrong alignment on MunitionType_Subsonic_OnHit"); \ static_assert(sizeof(MunitionType_Subsonic_OnHit) == 0x00008C, "Wrong size on MunitionType_Subsonic_OnHit"); \ static_assert(offsetof(MunitionType_Subsonic_OnHit, HitResult) == 0x000000, "Member 'MunitionType_Subsonic_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Subsonic_OnHit, bDestroyed) == 0x000088, "Member 'MunitionType_Subsonic_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Subsonic_OnHit, bHit) == 0x000089, "Member 'MunitionType_Subsonic_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Subsonic_OnHit, bBlocked) == 0x00008A, "Member 'MunitionType_Subsonic_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(MunitionType_Subsonic_OnHit, bFailed) == 0x00008B, "Member 'MunitionType_Subsonic_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Subsonic_GetMeshComp \ static_assert(alignof(MunitionType_Subsonic_GetMeshComp) == 0x000008, "Wrong alignment on MunitionType_Subsonic_GetMeshComp"); \ static_assert(sizeof(MunitionType_Subsonic_GetMeshComp) == 0x000008, "Wrong size on MunitionType_Subsonic_GetMeshComp"); \ static_assert(offsetof(MunitionType_Subsonic_GetMeshComp, ReturnValue) == 0x000000, "Member 'MunitionType_Subsonic_GetMeshComp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Subsonic_GetProjectileMovement \ static_assert(alignof(MunitionType_Subsonic_GetProjectileMovement) == 0x000008, "Wrong alignment on MunitionType_Subsonic_GetProjectileMovement"); \ static_assert(sizeof(MunitionType_Subsonic_GetProjectileMovement) == 0x000008, "Wrong size on MunitionType_Subsonic_GetProjectileMovement"); \ static_assert(offsetof(MunitionType_Subsonic_GetProjectileMovement, ReturnValue) == 0x000000, "Member 'MunitionType_Subsonic_GetProjectileMovement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionType_Subsonic_GetSphereComp \ static_assert(alignof(MunitionType_Subsonic_GetSphereComp) == 0x000008, "Wrong alignment on MunitionType_Subsonic_GetSphereComp"); \ static_assert(sizeof(MunitionType_Subsonic_GetSphereComp) == 0x000008, "Wrong size on MunitionType_Subsonic_GetSphereComp"); \ static_assert(offsetof(MunitionType_Subsonic_GetSphereComp, ReturnValue) == 0x000000, "Member 'MunitionType_Subsonic_GetSphereComp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMunitionType_Subsonic \ static_assert(alignof(AMunitionType_Subsonic) == 0x000008, "Wrong alignment on AMunitionType_Subsonic"); \ static_assert(sizeof(AMunitionType_Subsonic) == 0x000468, "Wrong size on AMunitionType_Subsonic"); \ static_assert(offsetof(AMunitionType_Subsonic, m_speed) == 0x000360, "Member 'AMunitionType_Subsonic::m_speed' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_gravity) == 0x000364, "Member 'AMunitionType_Subsonic::m_gravity' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_explodeOnContactWithActors) == 0x000368, "Member 'AMunitionType_Subsonic::m_explodeOnContactWithActors' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_explodeOnContactWithTerrain) == 0x000369, "Member 'AMunitionType_Subsonic::m_explodeOnContactWithTerrain' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_explodeWhenLifetimeExpires) == 0x00036A, "Member 'AMunitionType_Subsonic::m_explodeWhenLifetimeExpires' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_deactivteParticlesOnDeath) == 0x00036B, "Member 'AMunitionType_Subsonic::m_deactivteParticlesOnDeath' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_delayedDeactivationTime) == 0x00036C, "Member 'AMunitionType_Subsonic::m_delayedDeactivationTime' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_delayedDeathTime) == 0x000370, "Member 'AMunitionType_Subsonic::m_delayedDeathTime' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_physicsImpulse) == 0x000374, "Member 'AMunitionType_Subsonic::m_physicsImpulse' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_AOE) == 0x000378, "Member 'AMunitionType_Subsonic::m_AOE' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_hitActorFX) == 0x000380, "Member 'AMunitionType_Subsonic::m_hitActorFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_hitTerrainFX) == 0x000388, "Member 'AMunitionType_Subsonic::m_hitTerrainFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_hitBlockedFX) == 0x000390, "Member 'AMunitionType_Subsonic::m_hitBlockedFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_fizzleOutFX) == 0x000398, "Member 'AMunitionType_Subsonic::m_fizzleOutFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_hitActorNiagaraFX) == 0x0003A0, "Member 'AMunitionType_Subsonic::m_hitActorNiagaraFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_hitTerrainNiagaraFX) == 0x0003A8, "Member 'AMunitionType_Subsonic::m_hitTerrainNiagaraFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_hitBlockedNiagaraFX) == 0x0003B0, "Member 'AMunitionType_Subsonic::m_hitBlockedNiagaraFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_fizzleOutNiagaraFX) == 0x0003B8, "Member 'AMunitionType_Subsonic::m_fizzleOutNiagaraFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_destroyedTargetSfx) == 0x0003C0, "Member 'AMunitionType_Subsonic::m_destroyedTargetSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_hitActorSfx) == 0x0003C8, "Member 'AMunitionType_Subsonic::m_hitActorSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_hitTerrainSfx) == 0x0003D0, "Member 'AMunitionType_Subsonic::m_hitTerrainSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_hitBlockedSfx) == 0x0003D8, "Member 'AMunitionType_Subsonic::m_hitBlockedSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_fizzleOutSfx) == 0x0003E0, "Member 'AMunitionType_Subsonic::m_fizzleOutSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_placeDecal) == 0x0003E8, "Member 'AMunitionType_Subsonic::m_placeDecal' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_decalMaterial) == 0x0003F0, "Member 'AMunitionType_Subsonic::m_decalMaterial' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_decalSize) == 0x0003F8, "Member 'AMunitionType_Subsonic::m_decalSize' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_decalLifeSpan) == 0x000404, "Member 'AMunitionType_Subsonic::m_decalLifeSpan' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_decalFadeTime) == 0x000408, "Member 'AMunitionType_Subsonic::m_decalFadeTime' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, HomingMarkerOffsetCurve) == 0x000410, "Member 'AMunitionType_Subsonic::HomingMarkerOffsetCurve' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, HomingAccelerationCurve) == 0x000418, "Member 'AMunitionType_Subsonic::HomingAccelerationCurve' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_sphereComp) == 0x000420, "Member 'AMunitionType_Subsonic::m_sphereComp' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, m_meshComp) == 0x000428, "Member 'AMunitionType_Subsonic::m_meshComp' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Subsonic, ProjectileMovementComponent) == 0x000430, "Member 'AMunitionType_Subsonic::ProjectileMovementComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionsBPLibrary_HermesBindMunitionImpactData \ static_assert(alignof(MunitionsBPLibrary_HermesBindMunitionImpactData) == 0x000008, "Wrong alignment on MunitionsBPLibrary_HermesBindMunitionImpactData"); \ static_assert(sizeof(MunitionsBPLibrary_HermesBindMunitionImpactData) == 0x000028, "Wrong size on MunitionsBPLibrary_HermesBindMunitionImpactData"); \ static_assert(offsetof(MunitionsBPLibrary_HermesBindMunitionImpactData, Delegate_MunitionImpactData) == 0x000000, "Member 'MunitionsBPLibrary_HermesBindMunitionImpactData::Delegate_MunitionImpactData' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesBindMunitionImpactData, Owner) == 0x000010, "Member 'MunitionsBPLibrary_HermesBindMunitionImpactData::Owner' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesBindMunitionImpactData, Handle) == 0x000018, "Member 'MunitionsBPLibrary_HermesBindMunitionImpactData::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionsBPLibrary_HermesBindMunitionType \ static_assert(alignof(MunitionsBPLibrary_HermesBindMunitionType) == 0x000008, "Wrong alignment on MunitionsBPLibrary_HermesBindMunitionType"); \ static_assert(sizeof(MunitionsBPLibrary_HermesBindMunitionType) == 0x000028, "Wrong size on MunitionsBPLibrary_HermesBindMunitionType"); \ static_assert(offsetof(MunitionsBPLibrary_HermesBindMunitionType, Delegate_MunitionType) == 0x000000, "Member 'MunitionsBPLibrary_HermesBindMunitionType::Delegate_MunitionType' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesBindMunitionType, Owner) == 0x000010, "Member 'MunitionsBPLibrary_HermesBindMunitionType::Owner' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesBindMunitionType, Handle) == 0x000018, "Member 'MunitionsBPLibrary_HermesBindMunitionType::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionsBPLibrary_HermesBindTargetedByMunitionWithData \ static_assert(alignof(MunitionsBPLibrary_HermesBindTargetedByMunitionWithData) == 0x000008, "Wrong alignment on MunitionsBPLibrary_HermesBindTargetedByMunitionWithData"); \ static_assert(sizeof(MunitionsBPLibrary_HermesBindTargetedByMunitionWithData) == 0x000028, "Wrong size on MunitionsBPLibrary_HermesBindTargetedByMunitionWithData"); \ static_assert(offsetof(MunitionsBPLibrary_HermesBindTargetedByMunitionWithData, Delegate_TargetedByMunitionWithData) == 0x000000, "Member 'MunitionsBPLibrary_HermesBindTargetedByMunitionWithData::Delegate_TargetedByMunitionWithData' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesBindTargetedByMunitionWithData, Owner) == 0x000010, "Member 'MunitionsBPLibrary_HermesBindTargetedByMunitionWithData::Owner' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesBindTargetedByMunitionWithData, Handle) == 0x000018, "Member 'MunitionsBPLibrary_HermesBindTargetedByMunitionWithData::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionsBPLibrary_HermesExecuteAllMunitionImpactData \ static_assert(alignof(MunitionsBPLibrary_HermesExecuteAllMunitionImpactData) == 0x000008, "Wrong alignment on MunitionsBPLibrary_HermesExecuteAllMunitionImpactData"); \ static_assert(sizeof(MunitionsBPLibrary_HermesExecuteAllMunitionImpactData) == 0x000108, "Wrong size on MunitionsBPLibrary_HermesExecuteAllMunitionImpactData"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteAllMunitionImpactData, Name_0) == 0x000000, "Member 'MunitionsBPLibrary_HermesExecuteAllMunitionImpactData::Name_0' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteAllMunitionImpactData, Caller) == 0x000010, "Member 'MunitionsBPLibrary_HermesExecuteAllMunitionImpactData::Caller' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteAllMunitionImpactData, MunitionImpactData) == 0x000018, "Member 'MunitionsBPLibrary_HermesExecuteAllMunitionImpactData::MunitionImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionsBPLibrary_HermesExecuteAllMunitionType \ static_assert(alignof(MunitionsBPLibrary_HermesExecuteAllMunitionType) == 0x000008, "Wrong alignment on MunitionsBPLibrary_HermesExecuteAllMunitionType"); \ static_assert(sizeof(MunitionsBPLibrary_HermesExecuteAllMunitionType) == 0x000020, "Wrong size on MunitionsBPLibrary_HermesExecuteAllMunitionType"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteAllMunitionType, Name_0) == 0x000000, "Member 'MunitionsBPLibrary_HermesExecuteAllMunitionType::Name_0' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteAllMunitionType, Caller) == 0x000010, "Member 'MunitionsBPLibrary_HermesExecuteAllMunitionType::Caller' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteAllMunitionType, MunitionType) == 0x000018, "Member 'MunitionsBPLibrary_HermesExecuteAllMunitionType::MunitionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionsBPLibrary_HermesExecuteAllTargetedByMunitionWithData \ static_assert(alignof(MunitionsBPLibrary_HermesExecuteAllTargetedByMunitionWithData) == 0x000008, "Wrong alignment on MunitionsBPLibrary_HermesExecuteAllTargetedByMunitionWithData"); \ static_assert(sizeof(MunitionsBPLibrary_HermesExecuteAllTargetedByMunitionWithData) == 0x000048, "Wrong size on MunitionsBPLibrary_HermesExecuteAllTargetedByMunitionWithData"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteAllTargetedByMunitionWithData, Name_0) == 0x000000, "Member 'MunitionsBPLibrary_HermesExecuteAllTargetedByMunitionWithData::Name_0' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteAllTargetedByMunitionWithData, Caller) == 0x000010, "Member 'MunitionsBPLibrary_HermesExecuteAllTargetedByMunitionWithData::Caller' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteAllTargetedByMunitionWithData, TargetedByMunitionWithData) == 0x000018, "Member 'MunitionsBPLibrary_HermesExecuteAllTargetedByMunitionWithData::TargetedByMunitionWithData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionsBPLibrary_HermesExecuteOwnedMunitionImpactData \ static_assert(alignof(MunitionsBPLibrary_HermesExecuteOwnedMunitionImpactData) == 0x000008, "Wrong alignment on MunitionsBPLibrary_HermesExecuteOwnedMunitionImpactData"); \ static_assert(sizeof(MunitionsBPLibrary_HermesExecuteOwnedMunitionImpactData) == 0x000110, "Wrong size on MunitionsBPLibrary_HermesExecuteOwnedMunitionImpactData"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteOwnedMunitionImpactData, Name_0) == 0x000000, "Member 'MunitionsBPLibrary_HermesExecuteOwnedMunitionImpactData::Name_0' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteOwnedMunitionImpactData, Owner) == 0x000010, "Member 'MunitionsBPLibrary_HermesExecuteOwnedMunitionImpactData::Owner' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteOwnedMunitionImpactData, Caller) == 0x000018, "Member 'MunitionsBPLibrary_HermesExecuteOwnedMunitionImpactData::Caller' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteOwnedMunitionImpactData, MunitionImpactData) == 0x000020, "Member 'MunitionsBPLibrary_HermesExecuteOwnedMunitionImpactData::MunitionImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionsBPLibrary_HermesExecuteOwnedMunitionType \ static_assert(alignof(MunitionsBPLibrary_HermesExecuteOwnedMunitionType) == 0x000008, "Wrong alignment on MunitionsBPLibrary_HermesExecuteOwnedMunitionType"); \ static_assert(sizeof(MunitionsBPLibrary_HermesExecuteOwnedMunitionType) == 0x000028, "Wrong size on MunitionsBPLibrary_HermesExecuteOwnedMunitionType"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteOwnedMunitionType, Name_0) == 0x000000, "Member 'MunitionsBPLibrary_HermesExecuteOwnedMunitionType::Name_0' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteOwnedMunitionType, Owner) == 0x000010, "Member 'MunitionsBPLibrary_HermesExecuteOwnedMunitionType::Owner' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteOwnedMunitionType, Caller) == 0x000018, "Member 'MunitionsBPLibrary_HermesExecuteOwnedMunitionType::Caller' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteOwnedMunitionType, MunitionType) == 0x000020, "Member 'MunitionsBPLibrary_HermesExecuteOwnedMunitionType::MunitionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionsBPLibrary_HermesExecuteOwnedTargetedByMunitionWithData \ static_assert(alignof(MunitionsBPLibrary_HermesExecuteOwnedTargetedByMunitionWithData) == 0x000008, "Wrong alignment on MunitionsBPLibrary_HermesExecuteOwnedTargetedByMunitionWithData"); \ static_assert(sizeof(MunitionsBPLibrary_HermesExecuteOwnedTargetedByMunitionWithData) == 0x000050, "Wrong size on MunitionsBPLibrary_HermesExecuteOwnedTargetedByMunitionWithData"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteOwnedTargetedByMunitionWithData, Name_0) == 0x000000, "Member 'MunitionsBPLibrary_HermesExecuteOwnedTargetedByMunitionWithData::Name_0' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteOwnedTargetedByMunitionWithData, Owner) == 0x000010, "Member 'MunitionsBPLibrary_HermesExecuteOwnedTargetedByMunitionWithData::Owner' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteOwnedTargetedByMunitionWithData, Caller) == 0x000018, "Member 'MunitionsBPLibrary_HermesExecuteOwnedTargetedByMunitionWithData::Caller' has a wrong offset!"); \ static_assert(offsetof(MunitionsBPLibrary_HermesExecuteOwnedTargetedByMunitionWithData, TargetedByMunitionWithData) == 0x000020, "Member 'MunitionsBPLibrary_HermesExecuteOwnedTargetedByMunitionWithData::TargetedByMunitionWithData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMunitionsBPLibrary \ static_assert(alignof(UMunitionsBPLibrary) == 0x000008, "Wrong alignment on UMunitionsBPLibrary"); \ static_assert(sizeof(UMunitionsBPLibrary) == 0x000028, "Wrong size on UMunitionsBPLibrary"); \ #define DUMPER7_ASSERTS_MunitionsSystem_DestroySpawnedMunition \ static_assert(alignof(MunitionsSystem_DestroySpawnedMunition) == 0x000008, "Wrong alignment on MunitionsSystem_DestroySpawnedMunition"); \ static_assert(sizeof(MunitionsSystem_DestroySpawnedMunition) == 0x000008, "Wrong size on MunitionsSystem_DestroySpawnedMunition"); \ static_assert(offsetof(MunitionsSystem_DestroySpawnedMunition, Munition) == 0x000000, "Member 'MunitionsSystem_DestroySpawnedMunition::Munition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionsSystem_MunitionToInstigator \ static_assert(alignof(MunitionsSystem_MunitionToInstigator) == 0x000008, "Wrong alignment on MunitionsSystem_MunitionToInstigator"); \ static_assert(sizeof(MunitionsSystem_MunitionToInstigator) == 0x000028, "Wrong size on MunitionsSystem_MunitionToInstigator"); \ static_assert(offsetof(MunitionsSystem_MunitionToInstigator, Owner) == 0x000000, "Member 'MunitionsSystem_MunitionToInstigator::Owner' has a wrong offset!"); \ static_assert(offsetof(MunitionsSystem_MunitionToInstigator, Caller) == 0x000008, "Member 'MunitionsSystem_MunitionToInstigator::Caller' has a wrong offset!"); \ static_assert(offsetof(MunitionsSystem_MunitionToInstigator, mtoIData) == 0x000010, "Member 'MunitionsSystem_MunitionToInstigator::mtoIData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionsSystem_SendMunitionImpact \ static_assert(alignof(MunitionsSystem_SendMunitionImpact) == 0x000008, "Wrong alignment on MunitionsSystem_SendMunitionImpact"); \ static_assert(sizeof(MunitionsSystem_SendMunitionImpact) == 0x000100, "Wrong size on MunitionsSystem_SendMunitionImpact"); \ static_assert(offsetof(MunitionsSystem_SendMunitionImpact, Owner) == 0x000000, "Member 'MunitionsSystem_SendMunitionImpact::Owner' has a wrong offset!"); \ static_assert(offsetof(MunitionsSystem_SendMunitionImpact, Caller) == 0x000008, "Member 'MunitionsSystem_SendMunitionImpact::Caller' has a wrong offset!"); \ static_assert(offsetof(MunitionsSystem_SendMunitionImpact, miData) == 0x000010, "Member 'MunitionsSystem_SendMunitionImpact::miData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionsSystem_SendMunitionImpactCombined \ static_assert(alignof(MunitionsSystem_SendMunitionImpactCombined) == 0x000008, "Wrong alignment on MunitionsSystem_SendMunitionImpactCombined"); \ static_assert(sizeof(MunitionsSystem_SendMunitionImpactCombined) == 0x000108, "Wrong size on MunitionsSystem_SendMunitionImpactCombined"); \ static_assert(offsetof(MunitionsSystem_SendMunitionImpactCombined, Owner) == 0x000000, "Member 'MunitionsSystem_SendMunitionImpactCombined::Owner' has a wrong offset!"); \ static_assert(offsetof(MunitionsSystem_SendMunitionImpactCombined, Caller) == 0x000008, "Member 'MunitionsSystem_SendMunitionImpactCombined::Caller' has a wrong offset!"); \ static_assert(offsetof(MunitionsSystem_SendMunitionImpactCombined, miData) == 0x000010, "Member 'MunitionsSystem_SendMunitionImpactCombined::miData' has a wrong offset!"); \ static_assert(offsetof(MunitionsSystem_SendMunitionImpactCombined, ReturnValue) == 0x000100, "Member 'MunitionsSystem_SendMunitionImpactCombined::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionsSystem_SendMunitionImpactDamage \ static_assert(alignof(MunitionsSystem_SendMunitionImpactDamage) == 0x000008, "Wrong alignment on MunitionsSystem_SendMunitionImpactDamage"); \ static_assert(sizeof(MunitionsSystem_SendMunitionImpactDamage) == 0x000100, "Wrong size on MunitionsSystem_SendMunitionImpactDamage"); \ static_assert(offsetof(MunitionsSystem_SendMunitionImpactDamage, Owner) == 0x000000, "Member 'MunitionsSystem_SendMunitionImpactDamage::Owner' has a wrong offset!"); \ static_assert(offsetof(MunitionsSystem_SendMunitionImpactDamage, Caller) == 0x000008, "Member 'MunitionsSystem_SendMunitionImpactDamage::Caller' has a wrong offset!"); \ static_assert(offsetof(MunitionsSystem_SendMunitionImpactDamage, miData) == 0x000010, "Member 'MunitionsSystem_SendMunitionImpactDamage::miData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionsSystem_SendSpellMadeContact \ static_assert(alignof(MunitionsSystem_SendSpellMadeContact) == 0x000008, "Wrong alignment on MunitionsSystem_SendSpellMadeContact"); \ static_assert(sizeof(MunitionsSystem_SendSpellMadeContact) == 0x000100, "Wrong size on MunitionsSystem_SendSpellMadeContact"); \ static_assert(offsetof(MunitionsSystem_SendSpellMadeContact, Owner) == 0x000000, "Member 'MunitionsSystem_SendSpellMadeContact::Owner' has a wrong offset!"); \ static_assert(offsetof(MunitionsSystem_SendSpellMadeContact, Caller) == 0x000008, "Member 'MunitionsSystem_SendSpellMadeContact::Caller' has a wrong offset!"); \ static_assert(offsetof(MunitionsSystem_SendSpellMadeContact, miData) == 0x000010, "Member 'MunitionsSystem_SendSpellMadeContact::miData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MunitionsSystem_SpawnMunition \ static_assert(alignof(MunitionsSystem_SpawnMunition) == 0x000008, "Wrong alignment on MunitionsSystem_SpawnMunition"); \ static_assert(sizeof(MunitionsSystem_SpawnMunition) == 0x000030, "Wrong size on MunitionsSystem_SpawnMunition"); \ static_assert(offsetof(MunitionsSystem_SpawnMunition, MunitionClass) == 0x000000, "Member 'MunitionsSystem_SpawnMunition::MunitionClass' has a wrong offset!"); \ static_assert(offsetof(MunitionsSystem_SpawnMunition, MunitionOwner) == 0x000008, "Member 'MunitionsSystem_SpawnMunition::MunitionOwner' has a wrong offset!"); \ static_assert(offsetof(MunitionsSystem_SpawnMunition, Instigator) == 0x000010, "Member 'MunitionsSystem_SpawnMunition::Instigator' has a wrong offset!"); \ static_assert(offsetof(MunitionsSystem_SpawnMunition, SourcePos) == 0x000018, "Member 'MunitionsSystem_SpawnMunition::SourcePos' has a wrong offset!"); \ static_assert(offsetof(MunitionsSystem_SpawnMunition, ReturnValue) == 0x000028, "Member 'MunitionsSystem_SpawnMunition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMunitionsSystem \ static_assert(alignof(UMunitionsSystem) == 0x000008, "Wrong alignment on UMunitionsSystem"); \ static_assert(sizeof(UMunitionsSystem) == 0x000038, "Wrong size on UMunitionsSystem"); \ static_assert(offsetof(UMunitionsSystem, MunitionList) == 0x000028, "Member 'UMunitionsSystem::MunitionList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMunitionType_Cone \ static_assert(alignof(AMunitionType_Cone) == 0x000008, "Wrong alignment on AMunitionType_Cone"); \ static_assert(sizeof(AMunitionType_Cone) == 0x0003C8, "Wrong size on AMunitionType_Cone"); \ static_assert(offsetof(AMunitionType_Cone, m_Range) == 0x000360, "Member 'AMunitionType_Cone::m_Range' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Cone, m_endRadius) == 0x000364, "Member 'AMunitionType_Cone::m_endRadius' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Cone, m_damageType) == 0x000368, "Member 'AMunitionType_Cone::m_damageType' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Cone, m_stopAtCollision) == 0x000370, "Member 'AMunitionType_Cone::m_stopAtCollision' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Cone, m_explosionFX) == 0x000378, "Member 'AMunitionType_Cone::m_explosionFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Cone, m_hitActorFX) == 0x000380, "Member 'AMunitionType_Cone::m_hitActorFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Cone, m_hitTerrainFX) == 0x000388, "Member 'AMunitionType_Cone::m_hitTerrainFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Cone, m_hitBlockedFX) == 0x000390, "Member 'AMunitionType_Cone::m_hitBlockedFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Cone, m_explosionSfx) == 0x000398, "Member 'AMunitionType_Cone::m_explosionSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Cone, m_hitActorSfx) == 0x0003A0, "Member 'AMunitionType_Cone::m_hitActorSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Cone, m_hitTerrainSfx) == 0x0003A8, "Member 'AMunitionType_Cone::m_hitTerrainSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Cone, m_hitBlockedSfx) == 0x0003B0, "Member 'AMunitionType_Cone::m_hitBlockedSfx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMunitionType_Physics \ static_assert(alignof(AMunitionType_Physics) == 0x000008, "Wrong alignment on AMunitionType_Physics"); \ static_assert(sizeof(AMunitionType_Physics) == 0x000408, "Wrong size on AMunitionType_Physics"); \ static_assert(offsetof(AMunitionType_Physics, m_speed) == 0x000360, "Member 'AMunitionType_Physics::m_speed' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Physics, m_explodeOnContactWithActors) == 0x000364, "Member 'AMunitionType_Physics::m_explodeOnContactWithActors' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Physics, m_explodeOnContactWithTerrain) == 0x000365, "Member 'AMunitionType_Physics::m_explodeOnContactWithTerrain' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Physics, m_explodeWhenLifetimeExpires) == 0x000366, "Member 'AMunitionType_Physics::m_explodeWhenLifetimeExpires' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Physics, m_AOE) == 0x000368, "Member 'AMunitionType_Physics::m_AOE' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Physics, m_hitActorFX) == 0x000370, "Member 'AMunitionType_Physics::m_hitActorFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Physics, m_hitTerrainFX) == 0x000378, "Member 'AMunitionType_Physics::m_hitTerrainFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Physics, m_hitBlockedFX) == 0x000380, "Member 'AMunitionType_Physics::m_hitBlockedFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Physics, m_hitDeflectedFX) == 0x000388, "Member 'AMunitionType_Physics::m_hitDeflectedFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Physics, m_hitActorSfx) == 0x000390, "Member 'AMunitionType_Physics::m_hitActorSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Physics, m_hitTerrainSfx) == 0x000398, "Member 'AMunitionType_Physics::m_hitTerrainSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Physics, m_hitBlockedSfx) == 0x0003A0, "Member 'AMunitionType_Physics::m_hitBlockedSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Physics, m_hitDeflectedSfx) == 0x0003A8, "Member 'AMunitionType_Physics::m_hitDeflectedSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Physics, m_destroyedTargetSfx) == 0x0003B0, "Member 'AMunitionType_Physics::m_destroyedTargetSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Physics, m_placeDecal) == 0x0003B8, "Member 'AMunitionType_Physics::m_placeDecal' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Physics, m_decalMaterial) == 0x0003C0, "Member 'AMunitionType_Physics::m_decalMaterial' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Physics, m_decalSize) == 0x0003C8, "Member 'AMunitionType_Physics::m_decalSize' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_Physics, m_decalLifeSpan) == 0x0003D4, "Member 'AMunitionType_Physics::m_decalLifeSpan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMunitionType_SuperSonic \ static_assert(alignof(AMunitionType_SuperSonic) == 0x000008, "Wrong alignment on AMunitionType_SuperSonic"); \ static_assert(sizeof(AMunitionType_SuperSonic) == 0x0003A8, "Wrong size on AMunitionType_SuperSonic"); \ static_assert(offsetof(AMunitionType_SuperSonic, m_hitActorFX) == 0x000360, "Member 'AMunitionType_SuperSonic::m_hitActorFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SuperSonic, m_hitActorSfx) == 0x000368, "Member 'AMunitionType_SuperSonic::m_hitActorSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SuperSonic, m_hitTerrainFX) == 0x000370, "Member 'AMunitionType_SuperSonic::m_hitTerrainFX' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SuperSonic, m_hitTerrainSfx) == 0x000378, "Member 'AMunitionType_SuperSonic::m_hitTerrainSfx' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SuperSonic, m_placeDecal) == 0x000380, "Member 'AMunitionType_SuperSonic::m_placeDecal' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SuperSonic, m_decalMaterial) == 0x000388, "Member 'AMunitionType_SuperSonic::m_decalMaterial' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SuperSonic, m_decalSize) == 0x000390, "Member 'AMunitionType_SuperSonic::m_decalSize' has a wrong offset!"); \ static_assert(offsetof(AMunitionType_SuperSonic, m_decalLifeSpan) == 0x000394, "Member 'AMunitionType_SuperSonic::m_decalLifeSpan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_StumbleTowardsImpact_S_C \ static_assert(alignof(UABL_NPC_RCT_StumbleTowardsImpact_S_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_StumbleTowardsImpact_S_C"); \ static_assert(sizeof(UABL_NPC_RCT_StumbleTowardsImpact_S_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_StumbleTowardsImpact_S_C"); \ #define DUMPER7_ASSERTS_FInputContextWithType \ static_assert(alignof(FInputContextWithType) == 0x000004, "Wrong alignment on FInputContextWithType"); \ static_assert(sizeof(FInputContextWithType) == 0x00000C, "Wrong size on FInputContextWithType"); \ static_assert(offsetof(FInputContextWithType, ContextName) == 0x000000, "Member 'FInputContextWithType::ContextName' has a wrong offset!"); \ static_assert(offsetof(FInputContextWithType, ContextLogicType) == 0x000008, "Member 'FInputContextWithType::ContextLogicType' has a wrong offset!"); \ static_assert(offsetof(FInputContextWithType, bInitialValue) == 0x000009, "Member 'FInputContextWithType::bInitialValue' has a wrong offset!"); \ static_assert(offsetof(FInputContextWithType, bDebugValueChange) == 0x00000A, "Member 'FInputContextWithType::bDebugValueChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSplitWindow \ static_assert(alignof(FSplitWindow) == 0x000004, "Wrong alignment on FSplitWindow"); \ static_assert(sizeof(FSplitWindow) == 0x000008, "Wrong size on FSplitWindow"); \ static_assert(offsetof(FSplitWindow, QueueOffsetTime) == 0x000000, "Member 'FSplitWindow::QueueOffsetTime' has a wrong offset!"); \ static_assert(offsetof(FSplitWindow, bQueueStickDirection) == 0x000004, "Member 'FSplitWindow::bQueueStickDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputToGameLogicInfo \ static_assert(alignof(FInputToGameLogicInfo) == 0x000004, "Wrong alignment on FInputToGameLogicInfo"); \ static_assert(sizeof(FInputToGameLogicInfo) == 0x00000C, "Wrong size on FInputToGameLogicInfo"); \ static_assert(offsetof(FInputToGameLogicInfo, BoolVarName) == 0x000000, "Member 'FInputToGameLogicInfo::BoolVarName' has a wrong offset!"); \ static_assert(offsetof(FInputToGameLogicInfo, bExecuteWhenPaused) == 0x000008, "Member 'FInputToGameLogicInfo::bExecuteWhenPaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAxisToGameLogicInfo \ static_assert(alignof(FAxisToGameLogicInfo) == 0x000004, "Wrong alignment on FAxisToGameLogicInfo"); \ static_assert(sizeof(FAxisToGameLogicInfo) == 0x00001C, "Wrong size on FAxisToGameLogicInfo"); \ static_assert(offsetof(FAxisToGameLogicInfo, FloatVarName) == 0x00000C, "Member 'FAxisToGameLogicInfo::FloatVarName' has a wrong offset!"); \ static_assert(offsetof(FAxisToGameLogicInfo, EnterValue) == 0x000014, "Member 'FAxisToGameLogicInfo::EnterValue' has a wrong offset!"); \ static_assert(offsetof(FAxisToGameLogicInfo, ExitValue) == 0x000018, "Member 'FAxisToGameLogicInfo::ExitValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActionToGameLogicInfo \ static_assert(alignof(FActionToGameLogicInfo) == 0x000004, "Wrong alignment on FActionToGameLogicInfo"); \ static_assert(sizeof(FActionToGameLogicInfo) == 0x00000C, "Wrong size on FActionToGameLogicInfo"); \ #define DUMPER7_ASSERTS_FCustomBlueprintAnalogInputDelegateBinding \ static_assert(alignof(FCustomBlueprintAnalogInputDelegateBinding) == 0x000008, "Wrong alignment on FCustomBlueprintAnalogInputDelegateBinding"); \ static_assert(sizeof(FCustomBlueprintAnalogInputDelegateBinding) == 0x000030, "Wrong size on FCustomBlueprintAnalogInputDelegateBinding"); \ static_assert(offsetof(FCustomBlueprintAnalogInputDelegateBinding, WatcherRecord) == 0x000018, "Member 'FCustomBlueprintAnalogInputDelegateBinding::WatcherRecord' has a wrong offset!"); \ static_assert(offsetof(FCustomBlueprintAnalogInputDelegateBinding, SplitWindow) == 0x000020, "Member 'FCustomBlueprintAnalogInputDelegateBinding::SplitWindow' has a wrong offset!"); \ static_assert(offsetof(FCustomBlueprintAnalogInputDelegateBinding, bUsesGameLogic) == 0x000028, "Member 'FCustomBlueprintAnalogInputDelegateBinding::bUsesGameLogic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomBlueprintInputDelegateBinding \ static_assert(alignof(FCustomBlueprintInputDelegateBinding) == 0x000008, "Wrong alignment on FCustomBlueprintInputDelegateBinding"); \ static_assert(sizeof(FCustomBlueprintInputDelegateBinding) == 0x000030, "Wrong size on FCustomBlueprintInputDelegateBinding"); \ static_assert(offsetof(FCustomBlueprintInputDelegateBinding, WatcherRecord) == 0x000018, "Member 'FCustomBlueprintInputDelegateBinding::WatcherRecord' has a wrong offset!"); \ static_assert(offsetof(FCustomBlueprintInputDelegateBinding, SplitWindow) == 0x000020, "Member 'FCustomBlueprintInputDelegateBinding::SplitWindow' has a wrong offset!"); \ static_assert(offsetof(FCustomBlueprintInputDelegateBinding, bUsesGameLogic) == 0x000028, "Member 'FCustomBlueprintInputDelegateBinding::bUsesGameLogic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintCustomInputAxisDelegateBinding \ static_assert(alignof(FBlueprintCustomInputAxisDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintCustomInputAxisDelegateBinding"); \ static_assert(sizeof(FBlueprintCustomInputAxisDelegateBinding) == 0x000014, "Wrong size on FBlueprintCustomInputAxisDelegateBinding"); \ static_assert(offsetof(FBlueprintCustomInputAxisDelegateBinding, InputAxisName) == 0x000004, "Member 'FBlueprintCustomInputAxisDelegateBinding::InputAxisName' has a wrong offset!"); \ static_assert(offsetof(FBlueprintCustomInputAxisDelegateBinding, FunctionNameToBind) == 0x00000C, "Member 'FBlueprintCustomInputAxisDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomBlueprintStickInputDelegateBinding \ static_assert(alignof(FCustomBlueprintStickInputDelegateBinding) == 0x000008, "Wrong alignment on FCustomBlueprintStickInputDelegateBinding"); \ static_assert(sizeof(FCustomBlueprintStickInputDelegateBinding) == 0x000030, "Wrong size on FCustomBlueprintStickInputDelegateBinding"); \ static_assert(offsetof(FCustomBlueprintStickInputDelegateBinding, WatcherRecord) == 0x000018, "Member 'FCustomBlueprintStickInputDelegateBinding::WatcherRecord' has a wrong offset!"); \ static_assert(offsetof(FCustomBlueprintStickInputDelegateBinding, SplitWindow) == 0x000020, "Member 'FCustomBlueprintStickInputDelegateBinding::SplitWindow' has a wrong offset!"); \ static_assert(offsetof(FCustomBlueprintStickInputDelegateBinding, bUsesGameLogic) == 0x000028, "Member 'FCustomBlueprintStickInputDelegateBinding::bUsesGameLogic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FName_ControlMapperAction \ static_assert(alignof(FName_ControlMapperAction) == 0x000004, "Wrong alignment on FName_ControlMapperAction"); \ static_assert(sizeof(FName_ControlMapperAction) == 0x000008, "Wrong size on FName_ControlMapperAction"); \ #define DUMPER7_ASSERTS_FName_ControlMapperAxis \ static_assert(alignof(FName_ControlMapperAxis) == 0x000004, "Wrong alignment on FName_ControlMapperAxis"); \ static_assert(sizeof(FName_ControlMapperAxis) == 0x000008, "Wrong size on FName_ControlMapperAxis"); \ #define DUMPER7_ASSERTS_FInputContextWithTypeDef \ static_assert(alignof(FInputContextWithTypeDef) == 0x000004, "Wrong alignment on FInputContextWithTypeDef"); \ static_assert(sizeof(FInputContextWithTypeDef) == 0x00000C, "Wrong size on FInputContextWithTypeDef"); \ static_assert(offsetof(FInputContextWithTypeDef, ContextName) == 0x000000, "Member 'FInputContextWithTypeDef::ContextName' has a wrong offset!"); \ static_assert(offsetof(FInputContextWithTypeDef, ContextLogicType) == 0x000008, "Member 'FInputContextWithTypeDef::ContextLogicType' has a wrong offset!"); \ static_assert(offsetof(FInputContextWithTypeDef, bInitialValue) == 0x000009, "Member 'FInputContextWithTypeDef::bInitialValue' has a wrong offset!"); \ static_assert(offsetof(FInputContextWithTypeDef, bDebugValueChange) == 0x00000A, "Member 'FInputContextWithTypeDef::bDebugValueChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputFilterDef \ static_assert(alignof(FInputFilterDef) == 0x000008, "Wrong alignment on FInputFilterDef"); \ static_assert(sizeof(FInputFilterDef) == 0x000018, "Wrong size on FInputFilterDef"); \ static_assert(offsetof(FInputFilterDef, FilterName) == 0x000000, "Member 'FInputFilterDef::FilterName' has a wrong offset!"); \ static_assert(offsetof(FInputFilterDef, LogicElements) == 0x000008, "Member 'FInputFilterDef::LogicElements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputFilter \ static_assert(alignof(FInputFilter) == 0x000004, "Wrong alignment on FInputFilter"); \ static_assert(sizeof(FInputFilter) == 0x000008, "Wrong size on FInputFilter"); \ static_assert(offsetof(FInputFilter, FilterName) == 0x000000, "Member 'FInputFilter::FilterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BaseWatcher_FiltersHaveChanged \ static_assert(alignof(BaseWatcher_FiltersHaveChanged) == 0x000001, "Wrong alignment on BaseWatcher_FiltersHaveChanged"); \ static_assert(sizeof(BaseWatcher_FiltersHaveChanged) == 0x000001, "Wrong size on BaseWatcher_FiltersHaveChanged"); \ static_assert(offsetof(BaseWatcher_FiltersHaveChanged, bNewResult) == 0x000000, "Member 'BaseWatcher_FiltersHaveChanged::bNewResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseWatcher \ static_assert(alignof(UBaseWatcher) == 0x000008, "Wrong alignment on UBaseWatcher"); \ static_assert(sizeof(UBaseWatcher) == 0x000110, "Wrong size on UBaseWatcher"); \ static_assert(offsetof(UBaseWatcher, WatcherRecord) == 0x0000B8, "Member 'UBaseWatcher::WatcherRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ButtonWatcher_ExpressionChanged \ static_assert(alignof(ButtonWatcher_ExpressionChanged) == 0x000001, "Wrong alignment on ButtonWatcher_ExpressionChanged"); \ static_assert(sizeof(ButtonWatcher_ExpressionChanged) == 0x000001, "Wrong size on ButtonWatcher_ExpressionChanged"); \ static_assert(offsetof(ButtonWatcher_ExpressionChanged, NewResult) == 0x000000, "Member 'ButtonWatcher_ExpressionChanged::NewResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ButtonWatcher_FlushQueuedActions \ static_assert(alignof(ButtonWatcher_FlushQueuedActions) == 0x000008, "Wrong alignment on ButtonWatcher_FlushQueuedActions"); \ static_assert(sizeof(ButtonWatcher_FlushQueuedActions) == 0x000008, "Wrong size on ButtonWatcher_FlushQueuedActions"); \ static_assert(offsetof(ButtonWatcher_FlushQueuedActions, InWatcherRecord) == 0x000000, "Member 'ButtonWatcher_FlushQueuedActions::InWatcherRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ButtonWatcher_ModifierChanged \ static_assert(alignof(ButtonWatcher_ModifierChanged) == 0x000001, "Wrong alignment on ButtonWatcher_ModifierChanged"); \ static_assert(sizeof(ButtonWatcher_ModifierChanged) == 0x000001, "Wrong size on ButtonWatcher_ModifierChanged"); \ static_assert(offsetof(ButtonWatcher_ModifierChanged, NewResult) == 0x000000, "Member 'ButtonWatcher_ModifierChanged::NewResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UButtonWatcher \ static_assert(alignof(UButtonWatcher) == 0x000008, "Wrong alignment on UButtonWatcher"); \ static_assert(sizeof(UButtonWatcher) == 0x000158, "Wrong size on UButtonWatcher"); \ #define DUMPER7_ASSERTS_TimedButtonWatcher_RestoreChargeTime \ static_assert(alignof(TimedButtonWatcher_RestoreChargeTime) == 0x000004, "Wrong alignment on TimedButtonWatcher_RestoreChargeTime"); \ static_assert(sizeof(TimedButtonWatcher_RestoreChargeTime) == 0x000004, "Wrong size on TimedButtonWatcher_RestoreChargeTime"); \ static_assert(offsetof(TimedButtonWatcher_RestoreChargeTime, ReturnValue) == 0x000000, "Member 'TimedButtonWatcher_RestoreChargeTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimedButtonWatcher_SetChargeTime \ static_assert(alignof(TimedButtonWatcher_SetChargeTime) == 0x000004, "Wrong alignment on TimedButtonWatcher_SetChargeTime"); \ static_assert(sizeof(TimedButtonWatcher_SetChargeTime) == 0x000004, "Wrong size on TimedButtonWatcher_SetChargeTime"); \ static_assert(offsetof(TimedButtonWatcher_SetChargeTime, InChargeTime) == 0x000000, "Member 'TimedButtonWatcher_SetChargeTime::InChargeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimedButtonWatcher \ static_assert(alignof(UTimedButtonWatcher) == 0x000008, "Wrong alignment on UTimedButtonWatcher"); \ static_assert(sizeof(UTimedButtonWatcher) == 0x000160, "Wrong size on UTimedButtonWatcher"); \ #define DUMPER7_ASSERTS_UControlMapperPlayerInput \ static_assert(alignof(UControlMapperPlayerInput) == 0x000008, "Wrong alignment on UControlMapperPlayerInput"); \ static_assert(sizeof(UControlMapperPlayerInput) == 0x0003B8, "Wrong size on UControlMapperPlayerInput"); \ #define DUMPER7_ASSERTS_StickWatcher_GetInputAxes \ static_assert(alignof(StickWatcher_GetInputAxes) == 0x000004, "Wrong alignment on StickWatcher_GetInputAxes"); \ static_assert(sizeof(StickWatcher_GetInputAxes) == 0x000008, "Wrong size on StickWatcher_GetInputAxes"); \ static_assert(offsetof(StickWatcher_GetInputAxes, ReturnValue) == 0x000000, "Member 'StickWatcher_GetInputAxes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StickWatcher_StickX \ static_assert(alignof(StickWatcher_StickX) == 0x000004, "Wrong alignment on StickWatcher_StickX"); \ static_assert(sizeof(StickWatcher_StickX) == 0x000004, "Wrong size on StickWatcher_StickX"); \ static_assert(offsetof(StickWatcher_StickX, AxisVal) == 0x000000, "Member 'StickWatcher_StickX::AxisVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StickWatcher_StickY \ static_assert(alignof(StickWatcher_StickY) == 0x000004, "Wrong alignment on StickWatcher_StickY"); \ static_assert(sizeof(StickWatcher_StickY) == 0x000004, "Wrong size on StickWatcher_StickY"); \ static_assert(offsetof(StickWatcher_StickY, AxisVal) == 0x000000, "Member 'StickWatcher_StickY::AxisVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStickWatcher \ static_assert(alignof(UStickWatcher) == 0x000008, "Wrong alignment on UStickWatcher"); \ static_assert(sizeof(UStickWatcher) == 0x000130, "Wrong size on UStickWatcher"); \ #define DUMPER7_ASSERTS_UWatcherRecord \ static_assert(alignof(UWatcherRecord) == 0x000008, "Wrong alignment on UWatcherRecord"); \ static_assert(sizeof(UWatcherRecord) == 0x000058, "Wrong size on UWatcherRecord"); \ static_assert(offsetof(UWatcherRecord, LogicFilters) == 0x000028, "Member 'UWatcherRecord::LogicFilters' has a wrong offset!"); \ static_assert(offsetof(UWatcherRecord, bRequireControlReleaseBeforeActionPressed) == 0x000038, "Member 'UWatcherRecord::bRequireControlReleaseBeforeActionPressed' has a wrong offset!"); \ static_assert(offsetof(UWatcherRecord, bFilterMustBeTrueAtActionPressed) == 0x000039, "Member 'UWatcherRecord::bFilterMustBeTrueAtActionPressed' has a wrong offset!"); \ static_assert(offsetof(UWatcherRecord, bFilterMustBeTrueAtActionReleased) == 0x00003A, "Member 'UWatcherRecord::bFilterMustBeTrueAtActionReleased' has a wrong offset!"); \ static_assert(offsetof(UWatcherRecord, bActionPressedMustHaveBeenSentToSendActionReleased) == 0x00003B, "Member 'UWatcherRecord::bActionPressedMustHaveBeenSentToSendActionReleased' has a wrong offset!"); \ static_assert(offsetof(UWatcherRecord, bRequireRepressAfterCancel) == 0x00003C, "Member 'UWatcherRecord::bRequireRepressAfterCancel' has a wrong offset!"); \ static_assert(offsetof(UWatcherRecord, bExecuteWhenPaused) == 0x00003D, "Member 'UWatcherRecord::bExecuteWhenPaused' has a wrong offset!"); \ static_assert(offsetof(UWatcherRecord, bModifierRequired) == 0x00003E, "Member 'UWatcherRecord::bModifierRequired' has a wrong offset!"); \ static_assert(offsetof(UWatcherRecord, ModifierName) == 0x000040, "Member 'UWatcherRecord::ModifierName' has a wrong offset!"); \ static_assert(offsetof(UWatcherRecord, bRequiredModifierValue) == 0x000048, "Member 'UWatcherRecord::bRequiredModifierValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UButtonWatcherRecord \ static_assert(alignof(UButtonWatcherRecord) == 0x000008, "Wrong alignment on UButtonWatcherRecord"); \ static_assert(sizeof(UButtonWatcherRecord) == 0x000058, "Wrong size on UButtonWatcherRecord"); \ #define DUMPER7_ASSERTS_UTimedButtonWatcherRecord \ static_assert(alignof(UTimedButtonWatcherRecord) == 0x000008, "Wrong alignment on UTimedButtonWatcherRecord"); \ static_assert(sizeof(UTimedButtonWatcherRecord) == 0x000060, "Wrong size on UTimedButtonWatcherRecord"); \ static_assert(offsetof(UTimedButtonWatcherRecord, ChargeTime) == 0x000058, "Member 'UTimedButtonWatcherRecord::ChargeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputToGameLogic \ static_assert(alignof(UInputToGameLogic) == 0x000008, "Wrong alignment on UInputToGameLogic"); \ static_assert(sizeof(UInputToGameLogic) == 0x000030, "Wrong size on UInputToGameLogic"); \ #define DUMPER7_ASSERTS_UActionToGameLogic \ static_assert(alignof(UActionToGameLogic) == 0x000008, "Wrong alignment on UActionToGameLogic"); \ static_assert(sizeof(UActionToGameLogic) == 0x000040, "Wrong size on UActionToGameLogic"); \ #define DUMPER7_ASSERTS_UStickWatcherRecord \ static_assert(alignof(UStickWatcherRecord) == 0x000008, "Wrong alignment on UStickWatcherRecord"); \ static_assert(sizeof(UStickWatcherRecord) == 0x000060, "Wrong size on UStickWatcherRecord"); \ static_assert(offsetof(UStickWatcherRecord, StickMagCurve) == 0x000058, "Member 'UStickWatcherRecord::StickMagCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnalogButtonWatcher_AnalogValue \ static_assert(alignof(AnalogButtonWatcher_AnalogValue) == 0x000004, "Wrong alignment on AnalogButtonWatcher_AnalogValue"); \ static_assert(sizeof(AnalogButtonWatcher_AnalogValue) == 0x000004, "Wrong size on AnalogButtonWatcher_AnalogValue"); \ static_assert(offsetof(AnalogButtonWatcher_AnalogValue, AxisVal) == 0x000000, "Member 'AnalogButtonWatcher_AnalogValue::AxisVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnalogButtonWatcher \ static_assert(alignof(UAnalogButtonWatcher) == 0x000008, "Wrong alignment on UAnalogButtonWatcher"); \ static_assert(sizeof(UAnalogButtonWatcher) == 0x000160, "Wrong size on UAnalogButtonWatcher"); \ #define DUMPER7_ASSERTS_UAnalogButtonWatcherRecord \ static_assert(alignof(UAnalogButtonWatcherRecord) == 0x000008, "Wrong alignment on UAnalogButtonWatcherRecord"); \ static_assert(sizeof(UAnalogButtonWatcherRecord) == 0x000060, "Wrong size on UAnalogButtonWatcherRecord"); \ static_assert(offsetof(UAnalogButtonWatcherRecord, PressedValue) == 0x000058, "Member 'UAnalogButtonWatcherRecord::PressedValue' has a wrong offset!"); \ static_assert(offsetof(UAnalogButtonWatcherRecord, ReleasedValue) == 0x00005C, "Member 'UAnalogButtonWatcherRecord::ReleasedValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextFilterComponent_ClearContextOnActor \ static_assert(alignof(ContextFilterComponent_ClearContextOnActor) == 0x000008, "Wrong alignment on ContextFilterComponent_ClearContextOnActor"); \ static_assert(sizeof(ContextFilterComponent_ClearContextOnActor) == 0x000018, "Wrong size on ContextFilterComponent_ClearContextOnActor"); \ static_assert(offsetof(ContextFilterComponent_ClearContextOnActor, InActor) == 0x000000, "Member 'ContextFilterComponent_ClearContextOnActor::InActor' has a wrong offset!"); \ static_assert(offsetof(ContextFilterComponent_ClearContextOnActor, Context) == 0x000008, "Member 'ContextFilterComponent_ClearContextOnActor::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextFilterComponent_EvaluateFilterOnActor \ static_assert(alignof(ContextFilterComponent_EvaluateFilterOnActor) == 0x000008, "Wrong alignment on ContextFilterComponent_EvaluateFilterOnActor"); \ static_assert(sizeof(ContextFilterComponent_EvaluateFilterOnActor) == 0x000018, "Wrong size on ContextFilterComponent_EvaluateFilterOnActor"); \ static_assert(offsetof(ContextFilterComponent_EvaluateFilterOnActor, InActor) == 0x000000, "Member 'ContextFilterComponent_EvaluateFilterOnActor::InActor' has a wrong offset!"); \ static_assert(offsetof(ContextFilterComponent_EvaluateFilterOnActor, InputFilter) == 0x000008, "Member 'ContextFilterComponent_EvaluateFilterOnActor::InputFilter' has a wrong offset!"); \ static_assert(offsetof(ContextFilterComponent_EvaluateFilterOnActor, ReturnValue) == 0x000010, "Member 'ContextFilterComponent_EvaluateFilterOnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextFilterComponent_GetContextOnActor \ static_assert(alignof(ContextFilterComponent_GetContextOnActor) == 0x000008, "Wrong alignment on ContextFilterComponent_GetContextOnActor"); \ static_assert(sizeof(ContextFilterComponent_GetContextOnActor) == 0x000018, "Wrong size on ContextFilterComponent_GetContextOnActor"); \ static_assert(offsetof(ContextFilterComponent_GetContextOnActor, InActor) == 0x000000, "Member 'ContextFilterComponent_GetContextOnActor::InActor' has a wrong offset!"); \ static_assert(offsetof(ContextFilterComponent_GetContextOnActor, Context) == 0x000008, "Member 'ContextFilterComponent_GetContextOnActor::Context' has a wrong offset!"); \ static_assert(offsetof(ContextFilterComponent_GetContextOnActor, ReturnValue) == 0x000014, "Member 'ContextFilterComponent_GetContextOnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextFilterComponent_SetContextOnActor \ static_assert(alignof(ContextFilterComponent_SetContextOnActor) == 0x000008, "Wrong alignment on ContextFilterComponent_SetContextOnActor"); \ static_assert(sizeof(ContextFilterComponent_SetContextOnActor) == 0x000018, "Wrong size on ContextFilterComponent_SetContextOnActor"); \ static_assert(offsetof(ContextFilterComponent_SetContextOnActor, InActor) == 0x000000, "Member 'ContextFilterComponent_SetContextOnActor::InActor' has a wrong offset!"); \ static_assert(offsetof(ContextFilterComponent_SetContextOnActor, Context) == 0x000008, "Member 'ContextFilterComponent_SetContextOnActor::Context' has a wrong offset!"); \ static_assert(offsetof(ContextFilterComponent_SetContextOnActor, bFlag) == 0x000014, "Member 'ContextFilterComponent_SetContextOnActor::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextFilterComponent_AddFilter \ static_assert(alignof(ContextFilterComponent_AddFilter) == 0x000004, "Wrong alignment on ContextFilterComponent_AddFilter"); \ static_assert(sizeof(ContextFilterComponent_AddFilter) == 0x000008, "Wrong size on ContextFilterComponent_AddFilter"); \ static_assert(offsetof(ContextFilterComponent_AddFilter, InFilter) == 0x000000, "Member 'ContextFilterComponent_AddFilter::InFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextFilterComponent_ClearContext \ static_assert(alignof(ContextFilterComponent_ClearContext) == 0x000004, "Wrong alignment on ContextFilterComponent_ClearContext"); \ static_assert(sizeof(ContextFilterComponent_ClearContext) == 0x00000C, "Wrong size on ContextFilterComponent_ClearContext"); \ static_assert(offsetof(ContextFilterComponent_ClearContext, Context) == 0x000000, "Member 'ContextFilterComponent_ClearContext::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextFilterComponent_EvaluateFilter \ static_assert(alignof(ContextFilterComponent_EvaluateFilter) == 0x000004, "Wrong alignment on ContextFilterComponent_EvaluateFilter"); \ static_assert(sizeof(ContextFilterComponent_EvaluateFilter) == 0x00000C, "Wrong size on ContextFilterComponent_EvaluateFilter"); \ static_assert(offsetof(ContextFilterComponent_EvaluateFilter, InFilter) == 0x000000, "Member 'ContextFilterComponent_EvaluateFilter::InFilter' has a wrong offset!"); \ static_assert(offsetof(ContextFilterComponent_EvaluateFilter, ReturnValue) == 0x000008, "Member 'ContextFilterComponent_EvaluateFilter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextFilterComponent_GetContext \ static_assert(alignof(ContextFilterComponent_GetContext) == 0x000004, "Wrong alignment on ContextFilterComponent_GetContext"); \ static_assert(sizeof(ContextFilterComponent_GetContext) == 0x000010, "Wrong size on ContextFilterComponent_GetContext"); \ static_assert(offsetof(ContextFilterComponent_GetContext, Context) == 0x000000, "Member 'ContextFilterComponent_GetContext::Context' has a wrong offset!"); \ static_assert(offsetof(ContextFilterComponent_GetContext, ReturnValue) == 0x00000C, "Member 'ContextFilterComponent_GetContext::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextFilterComponent_RemoveFilter \ static_assert(alignof(ContextFilterComponent_RemoveFilter) == 0x000004, "Wrong alignment on ContextFilterComponent_RemoveFilter"); \ static_assert(sizeof(ContextFilterComponent_RemoveFilter) == 0x000008, "Wrong size on ContextFilterComponent_RemoveFilter"); \ static_assert(offsetof(ContextFilterComponent_RemoveFilter, InFilter) == 0x000000, "Member 'ContextFilterComponent_RemoveFilter::InFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ContextFilterComponent_SetContext \ static_assert(alignof(ContextFilterComponent_SetContext) == 0x000004, "Wrong alignment on ContextFilterComponent_SetContext"); \ static_assert(sizeof(ContextFilterComponent_SetContext) == 0x000010, "Wrong size on ContextFilterComponent_SetContext"); \ static_assert(offsetof(ContextFilterComponent_SetContext, Context) == 0x000000, "Member 'ContextFilterComponent_SetContext::Context' has a wrong offset!"); \ static_assert(offsetof(ContextFilterComponent_SetContext, bFlag) == 0x00000C, "Member 'ContextFilterComponent_SetContext::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UContextFilterComponent \ static_assert(alignof(UContextFilterComponent) == 0x000008, "Wrong alignment on UContextFilterComponent"); \ static_assert(sizeof(UContextFilterComponent) == 0x000148, "Wrong size on UContextFilterComponent"); \ static_assert(offsetof(UContextFilterComponent, StartingContexts) == 0x0000D8, "Member 'UContextFilterComponent::StartingContexts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlMapperBPFunctionLibrary_DisableCustomInput \ static_assert(alignof(ControlMapperBPFunctionLibrary_DisableCustomInput) == 0x000008, "Wrong alignment on ControlMapperBPFunctionLibrary_DisableCustomInput"); \ static_assert(sizeof(ControlMapperBPFunctionLibrary_DisableCustomInput) == 0x000010, "Wrong size on ControlMapperBPFunctionLibrary_DisableCustomInput"); \ static_assert(offsetof(ControlMapperBPFunctionLibrary_DisableCustomInput, InputReceiver) == 0x000000, "Member 'ControlMapperBPFunctionLibrary_DisableCustomInput::InputReceiver' has a wrong offset!"); \ static_assert(offsetof(ControlMapperBPFunctionLibrary_DisableCustomInput, InputComponent) == 0x000008, "Member 'ControlMapperBPFunctionLibrary_DisableCustomInput::InputComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlMapperBPFunctionLibrary_EnableCustomInput \ static_assert(alignof(ControlMapperBPFunctionLibrary_EnableCustomInput) == 0x000008, "Wrong alignment on ControlMapperBPFunctionLibrary_EnableCustomInput"); \ static_assert(sizeof(ControlMapperBPFunctionLibrary_EnableCustomInput) == 0x000010, "Wrong size on ControlMapperBPFunctionLibrary_EnableCustomInput"); \ static_assert(offsetof(ControlMapperBPFunctionLibrary_EnableCustomInput, InputReceiver) == 0x000000, "Member 'ControlMapperBPFunctionLibrary_EnableCustomInput::InputReceiver' has a wrong offset!"); \ static_assert(offsetof(ControlMapperBPFunctionLibrary_EnableCustomInput, InputComponent) == 0x000008, "Member 'ControlMapperBPFunctionLibrary_EnableCustomInput::InputComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlMapperBPFunctionLibrary_GetInputAxisValue \ static_assert(alignof(ControlMapperBPFunctionLibrary_GetInputAxisValue) == 0x000008, "Wrong alignment on ControlMapperBPFunctionLibrary_GetInputAxisValue"); \ static_assert(sizeof(ControlMapperBPFunctionLibrary_GetInputAxisValue) == 0x000018, "Wrong size on ControlMapperBPFunctionLibrary_GetInputAxisValue"); \ static_assert(offsetof(ControlMapperBPFunctionLibrary_GetInputAxisValue, InputComponentOwner) == 0x000000, "Member 'ControlMapperBPFunctionLibrary_GetInputAxisValue::InputComponentOwner' has a wrong offset!"); \ static_assert(offsetof(ControlMapperBPFunctionLibrary_GetInputAxisValue, InputAxisName) == 0x000008, "Member 'ControlMapperBPFunctionLibrary_GetInputAxisValue::InputAxisName' has a wrong offset!"); \ static_assert(offsetof(ControlMapperBPFunctionLibrary_GetInputAxisValue, ReturnValue) == 0x000010, "Member 'ControlMapperBPFunctionLibrary_GetInputAxisValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UControlMapperBPFunctionLibrary \ static_assert(alignof(UControlMapperBPFunctionLibrary) == 0x000008, "Wrong alignment on UControlMapperBPFunctionLibrary"); \ static_assert(sizeof(UControlMapperBPFunctionLibrary) == 0x000028, "Wrong size on UControlMapperBPFunctionLibrary"); \ #define DUMPER7_ASSERTS_UControlMapperSettings \ static_assert(alignof(UControlMapperSettings) == 0x000008, "Wrong alignment on UControlMapperSettings"); \ static_assert(sizeof(UControlMapperSettings) == 0x0000D0, "Wrong size on UControlMapperSettings"); \ static_assert(offsetof(UControlMapperSettings, UsesRealm) == 0x000028, "Member 'UControlMapperSettings::UsesRealm' has a wrong offset!"); \ static_assert(offsetof(UControlMapperSettings, ActionToGameLogicBool) == 0x000030, "Member 'UControlMapperSettings::ActionToGameLogicBool' has a wrong offset!"); \ static_assert(offsetof(UControlMapperSettings, AxisToGameLogicBool) == 0x000080, "Member 'UControlMapperSettings::AxisToGameLogicBool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCustomInputDelegateBinding \ static_assert(alignof(UCustomInputDelegateBinding) == 0x000008, "Wrong alignment on UCustomInputDelegateBinding"); \ static_assert(sizeof(UCustomInputDelegateBinding) == 0x000028, "Wrong size on UCustomInputDelegateBinding"); \ #define DUMPER7_ASSERTS_UCustomAnalogInputActionDelegateBinding \ static_assert(alignof(UCustomAnalogInputActionDelegateBinding) == 0x000008, "Wrong alignment on UCustomAnalogInputActionDelegateBinding"); \ static_assert(sizeof(UCustomAnalogInputActionDelegateBinding) == 0x000038, "Wrong size on UCustomAnalogInputActionDelegateBinding"); \ static_assert(offsetof(UCustomAnalogInputActionDelegateBinding, InputActionDelegateBindings) == 0x000028, "Member 'UCustomAnalogInputActionDelegateBinding::InputActionDelegateBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCustomInputActionDelegateBinding \ static_assert(alignof(UCustomInputActionDelegateBinding) == 0x000008, "Wrong alignment on UCustomInputActionDelegateBinding"); \ static_assert(sizeof(UCustomInputActionDelegateBinding) == 0x000038, "Wrong size on UCustomInputActionDelegateBinding"); \ static_assert(offsetof(UCustomInputActionDelegateBinding, InputActionDelegateBindings) == 0x000028, "Member 'UCustomInputActionDelegateBinding::InputActionDelegateBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCustomInputAxisDelegateBinding \ static_assert(alignof(UCustomInputAxisDelegateBinding) == 0x000008, "Wrong alignment on UCustomInputAxisDelegateBinding"); \ static_assert(sizeof(UCustomInputAxisDelegateBinding) == 0x000038, "Wrong size on UCustomInputAxisDelegateBinding"); \ static_assert(offsetof(UCustomInputAxisDelegateBinding, InputAxisDelegateBindings) == 0x000028, "Member 'UCustomInputAxisDelegateBinding::InputAxisDelegateBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCustomStickInputActionDelegateBinding \ static_assert(alignof(UCustomStickInputActionDelegateBinding) == 0x000008, "Wrong alignment on UCustomStickInputActionDelegateBinding"); \ static_assert(sizeof(UCustomStickInputActionDelegateBinding) == 0x000038, "Wrong size on UCustomStickInputActionDelegateBinding"); \ static_assert(offsetof(UCustomStickInputActionDelegateBinding, InputActionDelegateBindings) == 0x000028, "Member 'UCustomStickInputActionDelegateBinding::InputActionDelegateBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAxisToGameLogic \ static_assert(alignof(UAxisToGameLogic) == 0x000008, "Wrong alignment on UAxisToGameLogic"); \ static_assert(sizeof(UAxisToGameLogic) == 0x000050, "Wrong size on UAxisToGameLogic"); \ #define DUMPER7_ASSERTS_InputWatcherComponent_FlushQueuedActionsOnOwner \ static_assert(alignof(InputWatcherComponent_FlushQueuedActionsOnOwner) == 0x000008, "Wrong alignment on InputWatcherComponent_FlushQueuedActionsOnOwner"); \ static_assert(sizeof(InputWatcherComponent_FlushQueuedActionsOnOwner) == 0x000010, "Wrong size on InputWatcherComponent_FlushQueuedActionsOnOwner"); \ static_assert(offsetof(InputWatcherComponent_FlushQueuedActionsOnOwner, Owner) == 0x000000, "Member 'InputWatcherComponent_FlushQueuedActionsOnOwner::Owner' has a wrong offset!"); \ static_assert(offsetof(InputWatcherComponent_FlushQueuedActionsOnOwner, InWatcherRecord) == 0x000008, "Member 'InputWatcherComponent_FlushQueuedActionsOnOwner::InWatcherRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputWatcherComponent_GetFlickDirection \ static_assert(alignof(InputWatcherComponent_GetFlickDirection) == 0x000008, "Wrong alignment on InputWatcherComponent_GetFlickDirection"); \ static_assert(sizeof(InputWatcherComponent_GetFlickDirection) == 0x000018, "Wrong size on InputWatcherComponent_GetFlickDirection"); \ static_assert(offsetof(InputWatcherComponent_GetFlickDirection, Owner) == 0x000000, "Member 'InputWatcherComponent_GetFlickDirection::Owner' has a wrong offset!"); \ static_assert(offsetof(InputWatcherComponent_GetFlickDirection, StickFlickWatcherRecord) == 0x000008, "Member 'InputWatcherComponent_GetFlickDirection::StickFlickWatcherRecord' has a wrong offset!"); \ static_assert(offsetof(InputWatcherComponent_GetFlickDirection, ReturnValue) == 0x000010, "Member 'InputWatcherComponent_GetFlickDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputWatcherComponent_FlushQueuedActions \ static_assert(alignof(InputWatcherComponent_FlushQueuedActions) == 0x000008, "Wrong alignment on InputWatcherComponent_FlushQueuedActions"); \ static_assert(sizeof(InputWatcherComponent_FlushQueuedActions) == 0x000008, "Wrong size on InputWatcherComponent_FlushQueuedActions"); \ static_assert(offsetof(InputWatcherComponent_FlushQueuedActions, InWatcherRecord) == 0x000000, "Member 'InputWatcherComponent_FlushQueuedActions::InWatcherRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputWatcherComponent_GetGameLogicObject \ static_assert(alignof(InputWatcherComponent_GetGameLogicObject) == 0x000008, "Wrong alignment on InputWatcherComponent_GetGameLogicObject"); \ static_assert(sizeof(InputWatcherComponent_GetGameLogicObject) == 0x000008, "Wrong size on InputWatcherComponent_GetGameLogicObject"); \ static_assert(offsetof(InputWatcherComponent_GetGameLogicObject, ReturnValue) == 0x000000, "Member 'InputWatcherComponent_GetGameLogicObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputWatcherComponent \ static_assert(alignof(UInputWatcherComponent) == 0x000008, "Wrong alignment on UInputWatcherComponent"); \ static_assert(sizeof(UInputWatcherComponent) == 0x0001F8, "Wrong size on UInputWatcherComponent"); \ static_assert(offsetof(UInputWatcherComponent, Watchers) == 0x000158, "Member 'UInputWatcherComponent::Watchers' has a wrong offset!"); \ static_assert(offsetof(UInputWatcherComponent, InputToGameLogicMap) == 0x000190, "Member 'UInputWatcherComponent::InputToGameLogicMap' has a wrong offset!"); \ static_assert(offsetof(UInputWatcherComponent, UpdateWatcherList) == 0x0001E0, "Member 'UInputWatcherComponent::UpdateWatcherList' has a wrong offset!"); \ static_assert(offsetof(UInputWatcherComponent, GameLogicObject) == 0x0001F0, "Member 'UInputWatcherComponent::GameLogicObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStickFlickWatcher \ static_assert(alignof(UStickFlickWatcher) == 0x000008, "Wrong alignment on UStickFlickWatcher"); \ static_assert(sizeof(UStickFlickWatcher) == 0x000148, "Wrong size on UStickFlickWatcher"); \ #define DUMPER7_ASSERTS_UStickFlickWatcherRecord \ static_assert(alignof(UStickFlickWatcherRecord) == 0x000008, "Wrong alignment on UStickFlickWatcherRecord"); \ static_assert(sizeof(UStickFlickWatcherRecord) == 0x000070, "Wrong size on UStickFlickWatcherRecord"); \ static_assert(offsetof(UStickFlickWatcherRecord, PreFlickRestTime) == 0x000060, "Member 'UStickFlickWatcherRecord::PreFlickRestTime' has a wrong offset!"); \ static_assert(offsetof(UStickFlickWatcherRecord, MaxTime) == 0x000064, "Member 'UStickFlickWatcherRecord::MaxTime' has a wrong offset!"); \ static_assert(offsetof(UStickFlickWatcherRecord, MinMagnitude) == 0x000068, "Member 'UStickFlickWatcherRecord::MinMagnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NpcLrg_LightningBoltGroundedNoDeath_C \ static_assert(alignof(UABL_RCT_NpcLrg_LightningBoltGroundedNoDeath_C) == 0x000008, "Wrong alignment on UABL_RCT_NpcLrg_LightningBoltGroundedNoDeath_C"); \ static_assert(sizeof(UABL_RCT_NpcLrg_LightningBoltGroundedNoDeath_C) == 0x0000E0, "Wrong size on UABL_RCT_NpcLrg_LightningBoltGroundedNoDeath_C"); \ #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_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_UPhysicalMaterialPropertyBase \ static_assert(alignof(UPhysicalMaterialPropertyBase) == 0x000008, "Wrong alignment on UPhysicalMaterialPropertyBase"); \ static_assert(sizeof(UPhysicalMaterialPropertyBase) == 0x000028, "Wrong size on UPhysicalMaterialPropertyBase"); \ #define DUMPER7_ASSERTS_UPhysicsSettingsCore \ static_assert(alignof(UPhysicsSettingsCore) == 0x000008, "Wrong alignment on UPhysicsSettingsCore"); \ static_assert(sizeof(UPhysicsSettingsCore) == 0x0000E8, "Wrong size on UPhysicsSettingsCore"); \ static_assert(offsetof(UPhysicsSettingsCore, DefaultGravityZ) == 0x000038, "Member 'UPhysicsSettingsCore::DefaultGravityZ' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, DefaultTerminalVelocity) == 0x00003C, "Member 'UPhysicsSettingsCore::DefaultTerminalVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, DefaultFluidFriction) == 0x000040, "Member 'UPhysicsSettingsCore::DefaultFluidFriction' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, SimulateScratchMemorySize) == 0x000044, "Member 'UPhysicsSettingsCore::SimulateScratchMemorySize' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, RagdollAggregateThreshold) == 0x000048, "Member 'UPhysicsSettingsCore::RagdollAggregateThreshold' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, TriangleMeshTriangleMinAreaThreshold) == 0x00004C, "Member 'UPhysicsSettingsCore::TriangleMeshTriangleMinAreaThreshold' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bEnableShapeSharing) == 0x000050, "Member 'UPhysicsSettingsCore::bEnableShapeSharing' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bEnablePCM) == 0x000051, "Member 'UPhysicsSettingsCore::bEnablePCM' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bEnableStabilization) == 0x000052, "Member 'UPhysicsSettingsCore::bEnableStabilization' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bWarnMissingLocks) == 0x000053, "Member 'UPhysicsSettingsCore::bWarnMissingLocks' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bEnable2DPhysics) == 0x000054, "Member 'UPhysicsSettingsCore::bEnable2DPhysics' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bDefaultHasComplexCollision) == 0x000055, "Member 'UPhysicsSettingsCore::bDefaultHasComplexCollision' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, BounceThresholdVelocity) == 0x000058, "Member 'UPhysicsSettingsCore::BounceThresholdVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, FrictionCombineMode) == 0x00005C, "Member 'UPhysicsSettingsCore::FrictionCombineMode' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, RestitutionCombineMode) == 0x00005D, "Member 'UPhysicsSettingsCore::RestitutionCombineMode' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, MaxAngularVelocity) == 0x000060, "Member 'UPhysicsSettingsCore::MaxAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, MaxDepenetrationVelocity) == 0x000064, "Member 'UPhysicsSettingsCore::MaxDepenetrationVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, ContactOffsetMultiplier) == 0x000068, "Member 'UPhysicsSettingsCore::ContactOffsetMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, MinContactOffset) == 0x00006C, "Member 'UPhysicsSettingsCore::MinContactOffset' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, MaxContactOffset) == 0x000070, "Member 'UPhysicsSettingsCore::MaxContactOffset' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bSimulateSkeletalMeshOnDedicatedServer) == 0x000074, "Member 'UPhysicsSettingsCore::bSimulateSkeletalMeshOnDedicatedServer' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, DefaultShapeComplexity) == 0x000075, "Member 'UPhysicsSettingsCore::DefaultShapeComplexity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, SolverOptions) == 0x000078, "Member 'UPhysicsSettingsCore::SolverOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeEvent \ static_assert(alignof(FTimeEvent) == 0x000008, "Wrong alignment on FTimeEvent"); \ static_assert(sizeof(FTimeEvent) == 0x000030, "Wrong size on FTimeEvent"); \ static_assert(offsetof(FTimeEvent, DayMask) == 0x000000, "Member 'FTimeEvent::DayMask' has a wrong offset!"); \ static_assert(offsetof(FTimeEvent, Hour) == 0x000004, "Member 'FTimeEvent::Hour' has a wrong offset!"); \ static_assert(offsetof(FTimeEvent, Minute) == 0x000008, "Member 'FTimeEvent::Minute' has a wrong offset!"); \ static_assert(offsetof(FTimeEvent, Second) == 0x00000C, "Member 'FTimeEvent::Second' has a wrong offset!"); \ static_assert(offsetof(FTimeEvent, DeltaTime) == 0x000010, "Member 'FTimeEvent::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(FTimeEvent, Time24) == 0x000014, "Member 'FTimeEvent::Time24' has a wrong offset!"); \ static_assert(offsetof(FTimeEvent, SimulatedTime) == 0x000018, "Member 'FTimeEvent::SimulatedTime' has a wrong offset!"); \ static_assert(offsetof(FTimeEvent, EventTime) == 0x000020, "Member 'FTimeEvent::EventTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEventDateTime \ static_assert(alignof(FEventDateTime) == 0x000008, "Wrong alignment on FEventDateTime"); \ static_assert(sizeof(FEventDateTime) == 0x000040, "Wrong size on FEventDateTime"); \ static_assert(offsetof(FEventDateTime, Year) == 0x000008, "Member 'FEventDateTime::Year' has a wrong offset!"); \ static_assert(offsetof(FEventDateTime, Month) == 0x00000C, "Member 'FEventDateTime::Month' has a wrong offset!"); \ static_assert(offsetof(FEventDateTime, Day) == 0x000010, "Member 'FEventDateTime::Day' has a wrong offset!"); \ static_assert(offsetof(FEventDateTime, Hour) == 0x000014, "Member 'FEventDateTime::Hour' has a wrong offset!"); \ static_assert(offsetof(FEventDateTime, Minute) == 0x000018, "Member 'FEventDateTime::Minute' has a wrong offset!"); \ static_assert(offsetof(FEventDateTime, Second) == 0x00001C, "Member 'FEventDateTime::Second' has a wrong offset!"); \ static_assert(offsetof(FEventDateTime, DeltaMonths) == 0x000024, "Member 'FEventDateTime::DeltaMonths' has a wrong offset!"); \ static_assert(offsetof(FEventDateTime, DeltaDays) == 0x000028, "Member 'FEventDateTime::DeltaDays' has a wrong offset!"); \ static_assert(offsetof(FEventDateTime, DeltaHours) == 0x00002C, "Member 'FEventDateTime::DeltaHours' has a wrong offset!"); \ static_assert(offsetof(FEventDateTime, DeltaMinutes) == 0x000030, "Member 'FEventDateTime::DeltaMinutes' has a wrong offset!"); \ static_assert(offsetof(FEventDateTime, DeltaSeconds) == 0x000034, "Member 'FEventDateTime::DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(FEventDateTime, DaysMask) == 0x000038, "Member 'FEventDateTime::DaysMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRegisteredEvent \ static_assert(alignof(FRegisteredEvent) == 0x000008, "Wrong alignment on FRegisteredEvent"); \ static_assert(sizeof(FRegisteredEvent) == 0x000048, "Wrong size on FRegisteredEvent"); \ #define DUMPER7_ASSERTS_Scheduler_Get \ static_assert(alignof(Scheduler_Get) == 0x000008, "Wrong alignment on Scheduler_Get"); \ static_assert(sizeof(Scheduler_Get) == 0x000008, "Wrong size on Scheduler_Get"); \ static_assert(offsetof(Scheduler_Get, ReturnValue) == 0x000000, "Member 'Scheduler_Get::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetActive \ static_assert(alignof(Scheduler_GetActive) == 0x000001, "Wrong alignment on Scheduler_GetActive"); \ static_assert(sizeof(Scheduler_GetActive) == 0x000001, "Wrong size on Scheduler_GetActive"); \ static_assert(offsetof(Scheduler_GetActive, ReturnValue) == 0x000000, "Member 'Scheduler_GetActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetCurrentSeason \ static_assert(alignof(Scheduler_GetCurrentSeason) == 0x000001, "Wrong alignment on Scheduler_GetCurrentSeason"); \ static_assert(sizeof(Scheduler_GetCurrentSeason) == 0x000001, "Wrong size on Scheduler_GetCurrentSeason"); \ static_assert(offsetof(Scheduler_GetCurrentSeason, ReturnValue) == 0x000000, "Member 'Scheduler_GetCurrentSeason::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetHourAndMinutesFromString \ static_assert(alignof(Scheduler_GetHourAndMinutesFromString) == 0x000008, "Wrong alignment on Scheduler_GetHourAndMinutesFromString"); \ static_assert(sizeof(Scheduler_GetHourAndMinutesFromString) == 0x000018, "Wrong size on Scheduler_GetHourAndMinutesFromString"); \ static_assert(offsetof(Scheduler_GetHourAndMinutesFromString, TimeString) == 0x000000, "Member 'Scheduler_GetHourAndMinutesFromString::TimeString' has a wrong offset!"); \ static_assert(offsetof(Scheduler_GetHourAndMinutesFromString, o_Hour) == 0x000010, "Member 'Scheduler_GetHourAndMinutesFromString::o_Hour' has a wrong offset!"); \ static_assert(offsetof(Scheduler_GetHourAndMinutesFromString, o_Minute) == 0x000014, "Member 'Scheduler_GetHourAndMinutesFromString::o_Minute' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetMoonPhaseBP \ static_assert(alignof(Scheduler_GetMoonPhaseBP) == 0x000001, "Wrong alignment on Scheduler_GetMoonPhaseBP"); \ static_assert(sizeof(Scheduler_GetMoonPhaseBP) == 0x000001, "Wrong size on Scheduler_GetMoonPhaseBP"); \ static_assert(offsetof(Scheduler_GetMoonPhaseBP, ReturnValue) == 0x000000, "Member 'Scheduler_GetMoonPhaseBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetSimlatedTimeDateType \ static_assert(alignof(Scheduler_GetSimlatedTimeDateType) == 0x000008, "Wrong alignment on Scheduler_GetSimlatedTimeDateType"); \ static_assert(sizeof(Scheduler_GetSimlatedTimeDateType) == 0x000018, "Wrong size on Scheduler_GetSimlatedTimeDateType"); \ static_assert(offsetof(Scheduler_GetSimlatedTimeDateType, InType) == 0x000000, "Member 'Scheduler_GetSimlatedTimeDateType::InType' has a wrong offset!"); \ static_assert(offsetof(Scheduler_GetSimlatedTimeDateType, ReturnValue) == 0x000008, "Member 'Scheduler_GetSimlatedTimeDateType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetSimulateDateTimeBP \ static_assert(alignof(Scheduler_GetSimulateDateTimeBP) == 0x000008, "Wrong alignment on Scheduler_GetSimulateDateTimeBP"); \ static_assert(sizeof(Scheduler_GetSimulateDateTimeBP) == 0x000008, "Wrong size on Scheduler_GetSimulateDateTimeBP"); \ static_assert(offsetof(Scheduler_GetSimulateDateTimeBP, ReturnValue) == 0x000000, "Member 'Scheduler_GetSimulateDateTimeBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetSimulatedDayBP \ static_assert(alignof(Scheduler_GetSimulatedDayBP) == 0x000004, "Wrong alignment on Scheduler_GetSimulatedDayBP"); \ static_assert(sizeof(Scheduler_GetSimulatedDayBP) == 0x000004, "Wrong size on Scheduler_GetSimulatedDayBP"); \ static_assert(offsetof(Scheduler_GetSimulatedDayBP, ReturnValue) == 0x000000, "Member 'Scheduler_GetSimulatedDayBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetSimulatedHourBP \ static_assert(alignof(Scheduler_GetSimulatedHourBP) == 0x000004, "Wrong alignment on Scheduler_GetSimulatedHourBP"); \ static_assert(sizeof(Scheduler_GetSimulatedHourBP) == 0x000004, "Wrong size on Scheduler_GetSimulatedHourBP"); \ static_assert(offsetof(Scheduler_GetSimulatedHourBP, ReturnValue) == 0x000000, "Member 'Scheduler_GetSimulatedHourBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetSimulatedMinuteBP \ static_assert(alignof(Scheduler_GetSimulatedMinuteBP) == 0x000004, "Wrong alignment on Scheduler_GetSimulatedMinuteBP"); \ static_assert(sizeof(Scheduler_GetSimulatedMinuteBP) == 0x000004, "Wrong size on Scheduler_GetSimulatedMinuteBP"); \ static_assert(offsetof(Scheduler_GetSimulatedMinuteBP, ReturnValue) == 0x000000, "Member 'Scheduler_GetSimulatedMinuteBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetSimulatedMonthBP \ static_assert(alignof(Scheduler_GetSimulatedMonthBP) == 0x000004, "Wrong alignment on Scheduler_GetSimulatedMonthBP"); \ static_assert(sizeof(Scheduler_GetSimulatedMonthBP) == 0x000004, "Wrong size on Scheduler_GetSimulatedMonthBP"); \ static_assert(offsetof(Scheduler_GetSimulatedMonthBP, ReturnValue) == 0x000000, "Member 'Scheduler_GetSimulatedMonthBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetSimulatedSecondBP \ static_assert(alignof(Scheduler_GetSimulatedSecondBP) == 0x000004, "Wrong alignment on Scheduler_GetSimulatedSecondBP"); \ static_assert(sizeof(Scheduler_GetSimulatedSecondBP) == 0x000004, "Wrong size on Scheduler_GetSimulatedSecondBP"); \ static_assert(offsetof(Scheduler_GetSimulatedSecondBP, ReturnValue) == 0x000000, "Member 'Scheduler_GetSimulatedSecondBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetSimulatedTime24BP \ static_assert(alignof(Scheduler_GetSimulatedTime24BP) == 0x000004, "Wrong alignment on Scheduler_GetSimulatedTime24BP"); \ static_assert(sizeof(Scheduler_GetSimulatedTime24BP) == 0x000004, "Wrong size on Scheduler_GetSimulatedTime24BP"); \ static_assert(offsetof(Scheduler_GetSimulatedTime24BP, ReturnValue) == 0x000000, "Member 'Scheduler_GetSimulatedTime24BP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetSimulatedYearBP \ static_assert(alignof(Scheduler_GetSimulatedYearBP) == 0x000004, "Wrong alignment on Scheduler_GetSimulatedYearBP"); \ static_assert(sizeof(Scheduler_GetSimulatedYearBP) == 0x000004, "Wrong size on Scheduler_GetSimulatedYearBP"); \ static_assert(offsetof(Scheduler_GetSimulatedYearBP, ReturnValue) == 0x000000, "Member 'Scheduler_GetSimulatedYearBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetStringTimeMinutes \ static_assert(alignof(Scheduler_GetStringTimeMinutes) == 0x000008, "Wrong alignment on Scheduler_GetStringTimeMinutes"); \ static_assert(sizeof(Scheduler_GetStringTimeMinutes) == 0x000018, "Wrong size on Scheduler_GetStringTimeMinutes"); \ static_assert(offsetof(Scheduler_GetStringTimeMinutes, TimeString) == 0x000000, "Member 'Scheduler_GetStringTimeMinutes::TimeString' has a wrong offset!"); \ static_assert(offsetof(Scheduler_GetStringTimeMinutes, ReturnValue) == 0x000010, "Member 'Scheduler_GetStringTimeMinutes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetTimeDelta \ static_assert(alignof(Scheduler_GetTimeDelta) == 0x000004, "Wrong alignment on Scheduler_GetTimeDelta"); \ static_assert(sizeof(Scheduler_GetTimeDelta) == 0x00000C, "Wrong size on Scheduler_GetTimeDelta"); \ static_assert(offsetof(Scheduler_GetTimeDelta, In24HourTimeA) == 0x000000, "Member 'Scheduler_GetTimeDelta::In24HourTimeA' has a wrong offset!"); \ static_assert(offsetof(Scheduler_GetTimeDelta, In24HourTimeB) == 0x000004, "Member 'Scheduler_GetTimeDelta::In24HourTimeB' has a wrong offset!"); \ static_assert(offsetof(Scheduler_GetTimeDelta, ReturnValue) == 0x000008, "Member 'Scheduler_GetTimeDelta::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_IsNowInBetweenStringTimes \ static_assert(alignof(Scheduler_IsNowInBetweenStringTimes) == 0x000008, "Wrong alignment on Scheduler_IsNowInBetweenStringTimes"); \ static_assert(sizeof(Scheduler_IsNowInBetweenStringTimes) == 0x000028, "Wrong size on Scheduler_IsNowInBetweenStringTimes"); \ static_assert(offsetof(Scheduler_IsNowInBetweenStringTimes, StartTimeString) == 0x000000, "Member 'Scheduler_IsNowInBetweenStringTimes::StartTimeString' has a wrong offset!"); \ static_assert(offsetof(Scheduler_IsNowInBetweenStringTimes, EndTimeString) == 0x000010, "Member 'Scheduler_IsNowInBetweenStringTimes::EndTimeString' has a wrong offset!"); \ static_assert(offsetof(Scheduler_IsNowInBetweenStringTimes, ReturnValue) == 0x000020, "Member 'Scheduler_IsNowInBetweenStringTimes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_AdvanceDays \ static_assert(alignof(Scheduler_AdvanceDays) == 0x000004, "Wrong alignment on Scheduler_AdvanceDays"); \ static_assert(sizeof(Scheduler_AdvanceDays) == 0x000004, "Wrong size on Scheduler_AdvanceDays"); \ static_assert(offsetof(Scheduler_AdvanceDays, InDays) == 0x000000, "Member 'Scheduler_AdvanceDays::InDays' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_AdvanceHours \ static_assert(alignof(Scheduler_AdvanceHours) == 0x000004, "Wrong alignment on Scheduler_AdvanceHours"); \ static_assert(sizeof(Scheduler_AdvanceHours) == 0x000004, "Wrong size on Scheduler_AdvanceHours"); \ static_assert(offsetof(Scheduler_AdvanceHours, InHours) == 0x000000, "Member 'Scheduler_AdvanceHours::InHours' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_AdvanceMinutes \ static_assert(alignof(Scheduler_AdvanceMinutes) == 0x000004, "Wrong alignment on Scheduler_AdvanceMinutes"); \ static_assert(sizeof(Scheduler_AdvanceMinutes) == 0x000004, "Wrong size on Scheduler_AdvanceMinutes"); \ static_assert(offsetof(Scheduler_AdvanceMinutes, InMinutes) == 0x000000, "Member 'Scheduler_AdvanceMinutes::InMinutes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_AdvanceNurtureTime \ static_assert(alignof(Scheduler_AdvanceNurtureTime) == 0x000004, "Wrong alignment on Scheduler_AdvanceNurtureTime"); \ static_assert(sizeof(Scheduler_AdvanceNurtureTime) == 0x000010, "Wrong size on Scheduler_AdvanceNurtureTime"); \ static_assert(offsetof(Scheduler_AdvanceNurtureTime, InDays) == 0x000000, "Member 'Scheduler_AdvanceNurtureTime::InDays' has a wrong offset!"); \ static_assert(offsetof(Scheduler_AdvanceNurtureTime, InHours) == 0x000004, "Member 'Scheduler_AdvanceNurtureTime::InHours' has a wrong offset!"); \ static_assert(offsetof(Scheduler_AdvanceNurtureTime, InMinutes) == 0x000008, "Member 'Scheduler_AdvanceNurtureTime::InMinutes' has a wrong offset!"); \ static_assert(offsetof(Scheduler_AdvanceNurtureTime, InSeconds) == 0x00000C, "Member 'Scheduler_AdvanceNurtureTime::InSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_AdvanceSeconds \ static_assert(alignof(Scheduler_AdvanceSeconds) == 0x000004, "Wrong alignment on Scheduler_AdvanceSeconds"); \ static_assert(sizeof(Scheduler_AdvanceSeconds) == 0x000004, "Wrong size on Scheduler_AdvanceSeconds"); \ static_assert(offsetof(Scheduler_AdvanceSeconds, InSeconds) == 0x000000, "Member 'Scheduler_AdvanceSeconds::InSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_AdvanceTime \ static_assert(alignof(Scheduler_AdvanceTime) == 0x000004, "Wrong alignment on Scheduler_AdvanceTime"); \ static_assert(sizeof(Scheduler_AdvanceTime) == 0x000010, "Wrong size on Scheduler_AdvanceTime"); \ static_assert(offsetof(Scheduler_AdvanceTime, InDays) == 0x000000, "Member 'Scheduler_AdvanceTime::InDays' has a wrong offset!"); \ static_assert(offsetof(Scheduler_AdvanceTime, InHours) == 0x000004, "Member 'Scheduler_AdvanceTime::InHours' has a wrong offset!"); \ static_assert(offsetof(Scheduler_AdvanceTime, InMinutes) == 0x000008, "Member 'Scheduler_AdvanceTime::InMinutes' has a wrong offset!"); \ static_assert(offsetof(Scheduler_AdvanceTime, InSeconds) == 0x00000C, "Member 'Scheduler_AdvanceTime::InSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_AdvanceTimeTo \ static_assert(alignof(Scheduler_AdvanceTimeTo) == 0x000004, "Wrong alignment on Scheduler_AdvanceTimeTo"); \ static_assert(sizeof(Scheduler_AdvanceTimeTo) == 0x000010, "Wrong size on Scheduler_AdvanceTimeTo"); \ static_assert(offsetof(Scheduler_AdvanceTimeTo, InDays) == 0x000000, "Member 'Scheduler_AdvanceTimeTo::InDays' has a wrong offset!"); \ static_assert(offsetof(Scheduler_AdvanceTimeTo, InHours) == 0x000004, "Member 'Scheduler_AdvanceTimeTo::InHours' has a wrong offset!"); \ static_assert(offsetof(Scheduler_AdvanceTimeTo, InMinutes) == 0x000008, "Member 'Scheduler_AdvanceTimeTo::InMinutes' has a wrong offset!"); \ static_assert(offsetof(Scheduler_AdvanceTimeTo, InSeconds) == 0x00000C, "Member 'Scheduler_AdvanceTimeTo::InSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_Hide \ static_assert(alignof(Scheduler_Hide) == 0x000001, "Wrong alignment on Scheduler_Hide"); \ static_assert(sizeof(Scheduler_Hide) == 0x000001, "Wrong size on Scheduler_Hide"); \ static_assert(offsetof(Scheduler_Hide, bInHide) == 0x000000, "Member 'Scheduler_Hide::bInHide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_IsClockStopped \ static_assert(alignof(Scheduler_IsClockStopped) == 0x000001, "Wrong alignment on Scheduler_IsClockStopped"); \ static_assert(sizeof(Scheduler_IsClockStopped) == 0x000001, "Wrong size on Scheduler_IsClockStopped"); \ static_assert(offsetof(Scheduler_IsClockStopped, ReturnValue) == 0x000000, "Member 'Scheduler_IsClockStopped::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_Pause \ static_assert(alignof(Scheduler_Pause) == 0x000001, "Wrong alignment on Scheduler_Pause"); \ static_assert(sizeof(Scheduler_Pause) == 0x000001, "Wrong size on Scheduler_Pause"); \ static_assert(offsetof(Scheduler_Pause, bInPause) == 0x000000, "Member 'Scheduler_Pause::bInPause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_RegisterNewTimeEventBP \ static_assert(alignof(Scheduler_RegisterNewTimeEventBP) == 0x000008, "Wrong alignment on Scheduler_RegisterNewTimeEventBP"); \ static_assert(sizeof(Scheduler_RegisterNewTimeEventBP) == 0x000060, "Wrong size on Scheduler_RegisterNewTimeEventBP"); \ static_assert(offsetof(Scheduler_RegisterNewTimeEventBP, InSchedulerCallbackDelegate) == 0x000000, "Member 'Scheduler_RegisterNewTimeEventBP::InSchedulerCallbackDelegate' has a wrong offset!"); \ static_assert(offsetof(Scheduler_RegisterNewTimeEventBP, InEventType) == 0x000010, "Member 'Scheduler_RegisterNewTimeEventBP::InEventType' has a wrong offset!"); \ static_assert(offsetof(Scheduler_RegisterNewTimeEventBP, InDate) == 0x000018, "Member 'Scheduler_RegisterNewTimeEventBP::InDate' has a wrong offset!"); \ static_assert(offsetof(Scheduler_RegisterNewTimeEventBP, InEventFrequency) == 0x000058, "Member 'Scheduler_RegisterNewTimeEventBP::InEventFrequency' has a wrong offset!"); \ static_assert(offsetof(Scheduler_RegisterNewTimeEventBP, ReturnValue) == 0x00005C, "Member 'Scheduler_RegisterNewTimeEventBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_RemoveRegisteredEvent \ static_assert(alignof(Scheduler_RemoveRegisteredEvent) == 0x000004, "Wrong alignment on Scheduler_RemoveRegisteredEvent"); \ static_assert(sizeof(Scheduler_RemoveRegisteredEvent) == 0x000008, "Wrong size on Scheduler_RemoveRegisteredEvent"); \ static_assert(offsetof(Scheduler_RemoveRegisteredEvent, InHandle) == 0x000000, "Member 'Scheduler_RemoveRegisteredEvent::InHandle' has a wrong offset!"); \ static_assert(offsetof(Scheduler_RemoveRegisteredEvent, bInAssertIfNotFound) == 0x000004, "Member 'Scheduler_RemoveRegisteredEvent::bInAssertIfNotFound' has a wrong offset!"); \ static_assert(offsetof(Scheduler_RemoveRegisteredEvent, ReturnValue) == 0x000005, "Member 'Scheduler_RemoveRegisteredEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_SetCurrentTime \ static_assert(alignof(Scheduler_SetCurrentTime) == 0x000004, "Wrong alignment on Scheduler_SetCurrentTime"); \ static_assert(sizeof(Scheduler_SetCurrentTime) == 0x000018, "Wrong size on Scheduler_SetCurrentTime"); \ static_assert(offsetof(Scheduler_SetCurrentTime, InHours) == 0x000000, "Member 'Scheduler_SetCurrentTime::InHours' has a wrong offset!"); \ static_assert(offsetof(Scheduler_SetCurrentTime, InMinutes) == 0x000004, "Member 'Scheduler_SetCurrentTime::InMinutes' has a wrong offset!"); \ static_assert(offsetof(Scheduler_SetCurrentTime, InSeconds) == 0x000008, "Member 'Scheduler_SetCurrentTime::InSeconds' has a wrong offset!"); \ static_assert(offsetof(Scheduler_SetCurrentTime, Month) == 0x00000C, "Member 'Scheduler_SetCurrentTime::Month' has a wrong offset!"); \ static_assert(offsetof(Scheduler_SetCurrentTime, Day) == 0x000010, "Member 'Scheduler_SetCurrentTime::Day' has a wrong offset!"); \ static_assert(offsetof(Scheduler_SetCurrentTime, Year) == 0x000014, "Member 'Scheduler_SetCurrentTime::Year' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_SetSimulationTimeFactorOverride \ static_assert(alignof(Scheduler_SetSimulationTimeFactorOverride) == 0x000004, "Wrong alignment on Scheduler_SetSimulationTimeFactorOverride"); \ static_assert(sizeof(Scheduler_SetSimulationTimeFactorOverride) == 0x000004, "Wrong size on Scheduler_SetSimulationTimeFactorOverride"); \ static_assert(offsetof(Scheduler_SetSimulationTimeFactorOverride, Factor) == 0x000000, "Member 'Scheduler_SetSimulationTimeFactorOverride::Factor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_StopTime \ static_assert(alignof(Scheduler_StopTime) == 0x000004, "Wrong alignment on Scheduler_StopTime"); \ static_assert(sizeof(Scheduler_StopTime) == 0x00000C, "Wrong size on Scheduler_StopTime"); \ static_assert(offsetof(Scheduler_StopTime, InStop) == 0x000000, "Member 'Scheduler_StopTime::InStop' has a wrong offset!"); \ static_assert(offsetof(Scheduler_StopTime, InLockName) == 0x000004, "Member 'Scheduler_StopTime::InLockName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetCalendarYear \ static_assert(alignof(Scheduler_GetCalendarYear) == 0x000004, "Wrong alignment on Scheduler_GetCalendarYear"); \ static_assert(sizeof(Scheduler_GetCalendarYear) == 0x000004, "Wrong size on Scheduler_GetCalendarYear"); \ static_assert(offsetof(Scheduler_GetCalendarYear, ReturnValue) == 0x000000, "Member 'Scheduler_GetCalendarYear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetDayOfTheMonth \ static_assert(alignof(Scheduler_GetDayOfTheMonth) == 0x000004, "Wrong alignment on Scheduler_GetDayOfTheMonth"); \ static_assert(sizeof(Scheduler_GetDayOfTheMonth) == 0x000004, "Wrong size on Scheduler_GetDayOfTheMonth"); \ static_assert(offsetof(Scheduler_GetDayOfTheMonth, ReturnValue) == 0x000000, "Member 'Scheduler_GetDayOfTheMonth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetDayOfTheWeek \ static_assert(alignof(Scheduler_GetDayOfTheWeek) == 0x000004, "Wrong alignment on Scheduler_GetDayOfTheWeek"); \ static_assert(sizeof(Scheduler_GetDayOfTheWeek) == 0x000004, "Wrong size on Scheduler_GetDayOfTheWeek"); \ static_assert(offsetof(Scheduler_GetDayOfTheWeek, ReturnValue) == 0x000000, "Member 'Scheduler_GetDayOfTheWeek::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetDayOfTheYear \ static_assert(alignof(Scheduler_GetDayOfTheYear) == 0x000004, "Wrong alignment on Scheduler_GetDayOfTheYear"); \ static_assert(sizeof(Scheduler_GetDayOfTheYear) == 0x000004, "Wrong size on Scheduler_GetDayOfTheYear"); \ static_assert(offsetof(Scheduler_GetDayOfTheYear, ReturnValue) == 0x000000, "Member 'Scheduler_GetDayOfTheYear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetHourOfTheDay \ static_assert(alignof(Scheduler_GetHourOfTheDay) == 0x000004, "Wrong alignment on Scheduler_GetHourOfTheDay"); \ static_assert(sizeof(Scheduler_GetHourOfTheDay) == 0x000004, "Wrong size on Scheduler_GetHourOfTheDay"); \ static_assert(offsetof(Scheduler_GetHourOfTheDay, ReturnValue) == 0x000000, "Member 'Scheduler_GetHourOfTheDay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetMinuteOfTheDay \ static_assert(alignof(Scheduler_GetMinuteOfTheDay) == 0x000004, "Wrong alignment on Scheduler_GetMinuteOfTheDay"); \ static_assert(sizeof(Scheduler_GetMinuteOfTheDay) == 0x000004, "Wrong size on Scheduler_GetMinuteOfTheDay"); \ static_assert(offsetof(Scheduler_GetMinuteOfTheDay, ReturnValue) == 0x000000, "Member 'Scheduler_GetMinuteOfTheDay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetMonthOfTheYear \ static_assert(alignof(Scheduler_GetMonthOfTheYear) == 0x000004, "Wrong alignment on Scheduler_GetMonthOfTheYear"); \ static_assert(sizeof(Scheduler_GetMonthOfTheYear) == 0x000004, "Wrong size on Scheduler_GetMonthOfTheYear"); \ static_assert(offsetof(Scheduler_GetMonthOfTheYear, ReturnValue) == 0x000000, "Member 'Scheduler_GetMonthOfTheYear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetNurtureTime \ static_assert(alignof(Scheduler_GetNurtureTime) == 0x000008, "Wrong alignment on Scheduler_GetNurtureTime"); \ static_assert(sizeof(Scheduler_GetNurtureTime) == 0x000008, "Wrong size on Scheduler_GetNurtureTime"); \ static_assert(offsetof(Scheduler_GetNurtureTime, ReturnValue) == 0x000000, "Member 'Scheduler_GetNurtureTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetSecondOfTheDay \ static_assert(alignof(Scheduler_GetSecondOfTheDay) == 0x000004, "Wrong alignment on Scheduler_GetSecondOfTheDay"); \ static_assert(sizeof(Scheduler_GetSecondOfTheDay) == 0x000004, "Wrong size on Scheduler_GetSecondOfTheDay"); \ static_assert(offsetof(Scheduler_GetSecondOfTheDay, ReturnValue) == 0x000000, "Member 'Scheduler_GetSecondOfTheDay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetSimulatedSecondMultiplier \ static_assert(alignof(Scheduler_GetSimulatedSecondMultiplier) == 0x000004, "Wrong alignment on Scheduler_GetSimulatedSecondMultiplier"); \ static_assert(sizeof(Scheduler_GetSimulatedSecondMultiplier) == 0x000004, "Wrong size on Scheduler_GetSimulatedSecondMultiplier"); \ static_assert(offsetof(Scheduler_GetSimulatedSecondMultiplier, ReturnValue) == 0x000000, "Member 'Scheduler_GetSimulatedSecondMultiplier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetSimulatedTime \ static_assert(alignof(Scheduler_GetSimulatedTime) == 0x000008, "Wrong alignment on Scheduler_GetSimulatedTime"); \ static_assert(sizeof(Scheduler_GetSimulatedTime) == 0x000008, "Wrong size on Scheduler_GetSimulatedTime"); \ static_assert(offsetof(Scheduler_GetSimulatedTime, ReturnValue) == 0x000000, "Member 'Scheduler_GetSimulatedTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetSimulationTimeFactorOverride \ static_assert(alignof(Scheduler_GetSimulationTimeFactorOverride) == 0x000004, "Wrong alignment on Scheduler_GetSimulationTimeFactorOverride"); \ static_assert(sizeof(Scheduler_GetSimulationTimeFactorOverride) == 0x000004, "Wrong size on Scheduler_GetSimulationTimeFactorOverride"); \ static_assert(offsetof(Scheduler_GetSimulationTimeFactorOverride, ReturnValue) == 0x000000, "Member 'Scheduler_GetSimulationTimeFactorOverride::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_GetTotalSeconds \ static_assert(alignof(Scheduler_GetTotalSeconds) == 0x000004, "Wrong alignment on Scheduler_GetTotalSeconds"); \ static_assert(sizeof(Scheduler_GetTotalSeconds) == 0x000004, "Wrong size on Scheduler_GetTotalSeconds"); \ static_assert(offsetof(Scheduler_GetTotalSeconds, ReturnValue) == 0x000000, "Member 'Scheduler_GetTotalSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_IsDay \ static_assert(alignof(Scheduler_IsDay) == 0x000001, "Wrong alignment on Scheduler_IsDay"); \ static_assert(sizeof(Scheduler_IsDay) == 0x000001, "Wrong size on Scheduler_IsDay"); \ static_assert(offsetof(Scheduler_IsDay, ReturnValue) == 0x000000, "Member 'Scheduler_IsDay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Scheduler_IsNight \ static_assert(alignof(Scheduler_IsNight) == 0x000001, "Wrong alignment on Scheduler_IsNight"); \ static_assert(sizeof(Scheduler_IsNight) == 0x000001, "Wrong size on Scheduler_IsNight"); \ static_assert(offsetof(Scheduler_IsNight, ReturnValue) == 0x000000, "Member 'Scheduler_IsNight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScheduler \ static_assert(alignof(UScheduler) == 0x000008, "Wrong alignment on UScheduler"); \ static_assert(sizeof(UScheduler) == 0x008BD8, "Wrong size on UScheduler"); \ static_assert(offsetof(UScheduler, OnInitiateEndOfDay) == 0x000030, "Member 'UScheduler::OnInitiateEndOfDay' has a wrong offset!"); \ static_assert(offsetof(UScheduler, OnStartNewDay) == 0x000040, "Member 'UScheduler::OnStartNewDay' has a wrong offset!"); \ static_assert(offsetof(UScheduler, OnStartOfFirstDay) == 0x000050, "Member 'UScheduler::OnStartOfFirstDay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSourceScheduler \ static_assert(alignof(UTimeSourceScheduler) == 0x000008, "Wrong alignment on UTimeSourceScheduler"); \ static_assert(sizeof(UTimeSourceScheduler) == 0x000030, "Wrong size on UTimeSourceScheduler"); \ static_assert(offsetof(UTimeSourceScheduler, bDisable) == 0x000028, "Member 'UTimeSourceScheduler::bDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_CombatDeath_Respawn_C \ static_assert(alignof(UABL_CombatDeath_Respawn_C) == 0x000008, "Wrong alignment on UABL_CombatDeath_Respawn_C"); \ static_assert(sizeof(UABL_CombatDeath_Respawn_C) == 0x0000C8, "Wrong size on UABL_CombatDeath_Respawn_C"); \ #define DUMPER7_ASSERTS_FTypeWeight \ static_assert(alignof(FTypeWeight) == 0x000004, "Wrong alignment on FTypeWeight"); \ static_assert(sizeof(FTypeWeight) == 0x000008, "Wrong size on FTypeWeight"); \ static_assert(offsetof(FTypeWeight, Type) == 0x000000, "Member 'FTypeWeight::Type' has a wrong offset!"); \ static_assert(offsetof(FTypeWeight, weight) == 0x000004, "Member 'FTypeWeight::weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPathScheduleData \ static_assert(alignof(FPathScheduleData) == 0x000008, "Wrong alignment on FPathScheduleData"); \ static_assert(sizeof(FPathScheduleData) == 0x000030, "Wrong size on FPathScheduleData"); \ static_assert(offsetof(FPathScheduleData, StartTime) == 0x000000, "Member 'FPathScheduleData::StartTime' has a wrong offset!"); \ static_assert(offsetof(FPathScheduleData, DaysMask) == 0x000004, "Member 'FPathScheduleData::DaysMask' has a wrong offset!"); \ static_assert(offsetof(FPathScheduleData, SpawnDensity) == 0x000008, "Member 'FPathScheduleData::SpawnDensity' has a wrong offset!"); \ static_assert(offsetof(FPathScheduleData, HouseAndGender) == 0x00000C, "Member 'FPathScheduleData::HouseAndGender' has a wrong offset!"); \ static_assert(offsetof(FPathScheduleData, HoboType) == 0x000010, "Member 'FPathScheduleData::HoboType' has a wrong offset!"); \ static_assert(offsetof(FPathScheduleData, Weights) == 0x000018, "Member 'FPathScheduleData::Weights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBaseTagCommand \ static_assert(alignof(FBaseTagCommand) == 0x000001, "Wrong alignment on FBaseTagCommand"); \ static_assert(sizeof(FBaseTagCommand) == 0x000001, "Wrong size on FBaseTagCommand"); \ static_assert(offsetof(FBaseTagCommand, TagCommandType) == 0x000000, "Member 'FBaseTagCommand::TagCommandType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBranchTagCommand \ static_assert(alignof(FBranchTagCommand) == 0x000008, "Wrong alignment on FBranchTagCommand"); \ static_assert(sizeof(FBranchTagCommand) == 0x000020, "Wrong size on FBranchTagCommand"); \ static_assert(offsetof(FBranchTagCommand, UUID_BranchTo) == 0x000008, "Member 'FBranchTagCommand::UUID_BranchTo' has a wrong offset!"); \ static_assert(offsetof(FBranchTagCommand, FromPathPointIndex) == 0x000010, "Member 'FBranchTagCommand::FromPathPointIndex' has a wrong offset!"); \ static_assert(offsetof(FBranchTagCommand, ToPathPointIndex) == 0x000014, "Member 'FBranchTagCommand::ToPathPointIndex' has a wrong offset!"); \ static_assert(offsetof(FBranchTagCommand, Probability) == 0x000018, "Member 'FBranchTagCommand::Probability' has a wrong offset!"); \ static_assert(offsetof(FBranchTagCommand, ForwardToBranchDirection) == 0x00001C, "Member 'FBranchTagCommand::ForwardToBranchDirection' has a wrong offset!"); \ static_assert(offsetof(FBranchTagCommand, BackwardToBranchDirection) == 0x00001D, "Member 'FBranchTagCommand::BackwardToBranchDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStationTagCommand \ static_assert(alignof(FStationTagCommand) == 0x000008, "Wrong alignment on FStationTagCommand"); \ static_assert(sizeof(FStationTagCommand) == 0x000020, "Wrong size on FStationTagCommand"); \ static_assert(offsetof(FStationTagCommand, UUID_AIPath) == 0x000008, "Member 'FStationTagCommand::UUID_AIPath' has a wrong offset!"); \ static_assert(offsetof(FStationTagCommand, FromPathPointIndex) == 0x000010, "Member 'FStationTagCommand::FromPathPointIndex' has a wrong offset!"); \ static_assert(offsetof(FStationTagCommand, Probability) == 0x000014, "Member 'FStationTagCommand::Probability' has a wrong offset!"); \ static_assert(offsetof(FStationTagCommand, SiteLocation) == 0x000018, "Member 'FStationTagCommand::SiteLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIPath_EnableApparate \ static_assert(alignof(AIPath_EnableApparate) == 0x000001, "Wrong alignment on AIPath_EnableApparate"); \ static_assert(sizeof(AIPath_EnableApparate) == 0x000001, "Wrong size on AIPath_EnableApparate"); \ static_assert(offsetof(AIPath_EnableApparate, InEnable) == 0x000000, "Member 'AIPath_EnableApparate::InEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAIPath \ static_assert(alignof(AAIPath) == 0x000008, "Wrong alignment on AAIPath"); \ static_assert(sizeof(AAIPath) == 0x000328, "Wrong size on AAIPath"); \ static_assert(offsetof(AAIPath, BlendScale) == 0x000248, "Member 'AAIPath::BlendScale' has a wrong offset!"); \ static_assert(offsetof(AAIPath, UseAsEscapePath) == 0x00024C, "Member 'AAIPath::UseAsEscapePath' has a wrong offset!"); \ static_assert(offsetof(AAIPath, BranchOnly) == 0x00024D, "Member 'AAIPath::BranchOnly' has a wrong offset!"); \ static_assert(offsetof(AAIPath, PathSchedule) == 0x000250, "Member 'AAIPath::PathSchedule' has a wrong offset!"); \ static_assert(offsetof(AAIPath, bStartActive) == 0x000260, "Member 'AAIPath::bStartActive' has a wrong offset!"); \ static_assert(offsetof(AAIPath, bApparateOnDeactivate) == 0x000261, "Member 'AAIPath::bApparateOnDeactivate' has a wrong offset!"); \ static_assert(offsetof(AAIPath, bAllowGroups) == 0x000262, "Member 'AAIPath::bAllowGroups' has a wrong offset!"); \ static_assert(offsetof(AAIPath, MinStationHangTime) == 0x000264, "Member 'AAIPath::MinStationHangTime' has a wrong offset!"); \ static_assert(offsetof(AAIPath, MaxStationHangTime) == 0x000268, "Member 'AAIPath::MaxStationHangTime' has a wrong offset!"); \ static_assert(offsetof(AAIPath, PathComponent) == 0x000270, "Member 'AAIPath::PathComponent' has a wrong offset!"); \ static_assert(offsetof(AAIPath, BranchCommands) == 0x000278, "Member 'AAIPath::BranchCommands' has a wrong offset!"); \ static_assert(offsetof(AAIPath, StationCommands) == 0x000288, "Member 'AAIPath::StationCommands' has a wrong offset!"); \ static_assert(offsetof(AAIPath, bDataTransfered) == 0x000298, "Member 'AAIPath::bDataTransfered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMissions \ static_assert(alignof(FMissions) == 0x000008, "Wrong alignment on FMissions"); \ static_assert(sizeof(FMissions) == 0x000050, "Wrong size on FMissions"); \ static_assert(offsetof(FMissions, Missions) == 0x000000, "Member 'FMissions::Missions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUDSMissionTasks \ static_assert(alignof(FUDSMissionTasks) == 0x000008, "Wrong alignment on FUDSMissionTasks"); \ static_assert(sizeof(FUDSMissionTasks) == 0x000108, "Wrong size on FUDSMissionTasks"); \ static_assert(offsetof(FUDSMissionTasks, AvailableTasks) == 0x000000, "Member 'FUDSMissionTasks::AvailableTasks' has a wrong offset!"); \ static_assert(offsetof(FUDSMissionTasks, ActiveTasks) == 0x000050, "Member 'FUDSMissionTasks::ActiveTasks' has a wrong offset!"); \ static_assert(offsetof(FUDSMissionTasks, CompletedTasks) == 0x0000A0, "Member 'FUDSMissionTasks::CompletedTasks' has a wrong offset!"); \ static_assert(offsetof(FUDSMissionTasks, BranchStallTask) == 0x0000F0, "Member 'FUDSMissionTasks::BranchStallTask' has a wrong offset!"); \ static_assert(offsetof(FUDSMissionTasks, BranchStallTaskNumber) == 0x000100, "Member 'FUDSMissionTasks::BranchStallTaskNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUDSPlayerState \ static_assert(alignof(FUDSPlayerState) == 0x000008, "Wrong alignment on FUDSPlayerState"); \ static_assert(sizeof(FUDSPlayerState) == 0x000240, "Wrong size on FUDSPlayerState"); \ static_assert(offsetof(FUDSPlayerState, AvailableMissions) == 0x000000, "Member 'FUDSPlayerState::AvailableMissions' has a wrong offset!"); \ static_assert(offsetof(FUDSPlayerState, ActiveMissions) == 0x000050, "Member 'FUDSPlayerState::ActiveMissions' has a wrong offset!"); \ static_assert(offsetof(FUDSPlayerState, CompletedMissions) == 0x0000A0, "Member 'FUDSPlayerState::CompletedMissions' has a wrong offset!"); \ static_assert(offsetof(FUDSPlayerState, HiddenMissions) == 0x0000F0, "Member 'FUDSPlayerState::HiddenMissions' has a wrong offset!"); \ static_assert(offsetof(FUDSPlayerState, MissionToTasksMap) == 0x000140, "Member 'FUDSPlayerState::MissionToTasksMap' has a wrong offset!"); \ static_assert(offsetof(FUDSPlayerState, AvailableMechanics) == 0x000190, "Member 'FUDSPlayerState::AvailableMechanics' has a wrong offset!"); \ static_assert(offsetof(FUDSPlayerState, EquippedLoadoutMechanics) == 0x0001E0, "Member 'FUDSPlayerState::EquippedLoadoutMechanics' has a wrong offset!"); \ static_assert(offsetof(FUDSPlayerState, EquippedInventoryItem) == 0x000230, "Member 'FUDSPlayerState::EquippedInventoryItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFrontendPlayerState \ static_assert(alignof(FFrontendPlayerState) == 0x000008, "Wrong alignment on FFrontendPlayerState"); \ static_assert(sizeof(FFrontendPlayerState) == 0x000050, "Wrong size on FFrontendPlayerState"); \ static_assert(offsetof(FFrontendPlayerState, Values) == 0x000000, "Member 'FFrontendPlayerState::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCharacterSaveGameInfo \ static_assert(alignof(FCharacterSaveGameInfo) == 0x000008, "Wrong alignment on FCharacterSaveGameInfo"); \ static_assert(sizeof(FCharacterSaveGameInfo) == 0x000370, "Wrong size on FCharacterSaveGameInfo"); \ static_assert(offsetof(FCharacterSaveGameInfo, CharacterID) == 0x000000, "Member 'FCharacterSaveGameInfo::CharacterID' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, CharacterName) == 0x000008, "Member 'FCharacterSaveGameInfo::CharacterName' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, CharacterPronoun) == 0x000018, "Member 'FCharacterSaveGameInfo::CharacterPronoun' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, CharacterVoice) == 0x000028, "Member 'FCharacterSaveGameInfo::CharacterVoice' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, CharacterHouse) == 0x000038, "Member 'FCharacterSaveGameInfo::CharacterHouse' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, CharacterGender) == 0x000048, "Member 'FCharacterSaveGameInfo::CharacterGender' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, CharacterLevel) == 0x000058, "Member 'FCharacterSaveGameInfo::CharacterLevel' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, CharacterGameDifficulty) == 0x00005C, "Member 'FCharacterSaveGameInfo::CharacterGameDifficulty' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, CharacterPresetData) == 0x000060, "Member 'FCharacterSaveGameInfo::CharacterPresetData' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, CharacterClothesData) == 0x000070, "Member 'FCharacterSaveGameInfo::CharacterClothesData' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, GearTags) == 0x000080, "Member 'FCharacterSaveGameInfo::GearTags' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, bIsUsed) == 0x000090, "Member 'FCharacterSaveGameInfo::bIsUsed' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, CharacterUID) == 0x000098, "Member 'FCharacterSaveGameInfo::CharacterUID' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, UDSPlayerState) == 0x0000A8, "Member 'FCharacterSaveGameInfo::UDSPlayerState' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, FrontendPlayerState) == 0x0002E8, "Member 'FCharacterSaveGameInfo::FrontendPlayerState' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, VoicePitch) == 0x000338, "Member 'FCharacterSaveGameInfo::VoicePitch' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, CurrentFormat) == 0x00033C, "Member 'FCharacterSaveGameInfo::CurrentFormat' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, CharacterNameBytes) == 0x000340, "Member 'FCharacterSaveGameInfo::CharacterNameBytes' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, bIsModCharacter) == 0x000350, "Member 'FCharacterSaveGameInfo::bIsModCharacter' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, bIsPinned) == 0x000351, "Member 'FCharacterSaveGameInfo::bIsPinned' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, ActiveMods) == 0x000358, "Member 'FCharacterSaveGameInfo::ActiveMods' has a wrong offset!"); \ static_assert(offsetof(FCharacterSaveGameInfo, bEverHadActiveMods) == 0x000368, "Member 'FCharacterSaveGameInfo::bEverHadActiveMods' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSaveDirectoryEntry \ static_assert(alignof(FSaveDirectoryEntry) == 0x000008, "Wrong alignment on FSaveDirectoryEntry"); \ static_assert(sizeof(FSaveDirectoryEntry) == 0x000058, "Wrong size on FSaveDirectoryEntry"); \ static_assert(offsetof(FSaveDirectoryEntry, FilenameSlot) == 0x000000, "Member 'FSaveDirectoryEntry::FilenameSlot' has a wrong offset!"); \ static_assert(offsetof(FSaveDirectoryEntry, AccountUserIndex) == 0x000010, "Member 'FSaveDirectoryEntry::AccountUserIndex' has a wrong offset!"); \ static_assert(offsetof(FSaveDirectoryEntry, CharacterID) == 0x000014, "Member 'FSaveDirectoryEntry::CharacterID' has a wrong offset!"); \ static_assert(offsetof(FSaveDirectoryEntry, SaveType) == 0x000018, "Member 'FSaveDirectoryEntry::SaveType' has a wrong offset!"); \ static_assert(offsetof(FSaveDirectoryEntry, bIsUsed) == 0x000019, "Member 'FSaveDirectoryEntry::bIsUsed' has a wrong offset!"); \ static_assert(offsetof(FSaveDirectoryEntry, GameTime) == 0x000020, "Member 'FSaveDirectoryEntry::GameTime' has a wrong offset!"); \ static_assert(offsetof(FSaveDirectoryEntry, SaveTime) == 0x000028, "Member 'FSaveDirectoryEntry::SaveTime' has a wrong offset!"); \ static_assert(offsetof(FSaveDirectoryEntry, CurrentMap) == 0x000030, "Member 'FSaveDirectoryEntry::CurrentMap' has a wrong offset!"); \ static_assert(offsetof(FSaveDirectoryEntry, CurrentAction) == 0x000040, "Member 'FSaveDirectoryEntry::CurrentAction' has a wrong offset!"); \ static_assert(offsetof(FSaveDirectoryEntry, MajorVersion) == 0x000050, "Member 'FSaveDirectoryEntry::MajorVersion' has a wrong offset!"); \ static_assert(offsetof(FSaveDirectoryEntry, MinorVersion) == 0x000054, "Member 'FSaveDirectoryEntry::MinorVersion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPersistentGameDataListInfo \ static_assert(alignof(FPersistentGameDataListInfo) == 0x000008, "Wrong alignment on FPersistentGameDataListInfo"); \ static_assert(sizeof(FPersistentGameDataListInfo) == 0x0007B8, "Wrong size on FPersistentGameDataListInfo"); \ static_assert(offsetof(FPersistentGameDataListInfo, bIsValid) == 0x000000, "Member 'FPersistentGameDataListInfo::bIsValid' has a wrong offset!"); \ static_assert(offsetof(FPersistentGameDataListInfo, Filename) == 0x000008, "Member 'FPersistentGameDataListInfo::Filename' has a wrong offset!"); \ static_assert(offsetof(FPersistentGameDataListInfo, AccountUserIndex) == 0x000018, "Member 'FPersistentGameDataListInfo::AccountUserIndex' has a wrong offset!"); \ static_assert(offsetof(FPersistentGameDataListInfo, LastEditTimeStamp) == 0x000020, "Member 'FPersistentGameDataListInfo::LastEditTimeStamp' has a wrong offset!"); \ static_assert(offsetof(FPersistentGameDataListInfo, LastLoadedCharacter) == 0x000028, "Member 'FPersistentGameDataListInfo::LastLoadedCharacter' has a wrong offset!"); \ static_assert(offsetof(FPersistentGameDataListInfo, CurrentCharacter) == 0x000398, "Member 'FPersistentGameDataListInfo::CurrentCharacter' has a wrong offset!"); \ static_assert(offsetof(FPersistentGameDataListInfo, CharacterList) == 0x000708, "Member 'FPersistentGameDataListInfo::CharacterList' has a wrong offset!"); \ static_assert(offsetof(FPersistentGameDataListInfo, SaveFileList) == 0x000718, "Member 'FPersistentGameDataListInfo::SaveFileList' has a wrong offset!"); \ static_assert(offsetof(FPersistentGameDataListInfo, bCompletedIntro) == 0x000728, "Member 'FPersistentGameDataListInfo::bCompletedIntro' has a wrong offset!"); \ static_assert(offsetof(FPersistentGameDataListInfo, bCompletedModIntroFlow) == 0x000729, "Member 'FPersistentGameDataListInfo::bCompletedModIntroFlow' has a wrong offset!"); \ static_assert(offsetof(FPersistentGameDataListInfo, FavouriteMods) == 0x000730, "Member 'FPersistentGameDataListInfo::FavouriteMods' has a wrong offset!"); \ static_assert(offsetof(FPersistentGameDataListInfo, wizardingWorldData) == 0x000740, "Member 'FPersistentGameDataListInfo::wizardingWorldData' has a wrong offset!"); \ static_assert(offsetof(FPersistentGameDataListInfo, Entitlements) == 0x000790, "Member 'FPersistentGameDataListInfo::Entitlements' has a wrong offset!"); \ static_assert(offsetof(FPersistentGameDataListInfo, AnalyticsEvents) == 0x0007A0, "Member 'FPersistentGameDataListInfo::AnalyticsEvents' has a wrong offset!"); \ static_assert(offsetof(FPersistentGameDataListInfo, bSkippedLanguageCheck) == 0x0007B0, "Member 'FPersistentGameDataListInfo::bSkippedLanguageCheck' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSaveGameInfo \ static_assert(alignof(FSaveGameInfo) == 0x000008, "Wrong alignment on FSaveGameInfo"); \ static_assert(sizeof(FSaveGameInfo) == 0x000078, "Wrong size on FSaveGameInfo"); \ static_assert(offsetof(FSaveGameInfo, SlotName) == 0x000000, "Member 'FSaveGameInfo::SlotName' has a wrong offset!"); \ static_assert(offsetof(FSaveGameInfo, AccountUserIndex) == 0x000010, "Member 'FSaveGameInfo::AccountUserIndex' has a wrong offset!"); \ static_assert(offsetof(FSaveGameInfo, CharacterID) == 0x000014, "Member 'FSaveGameInfo::CharacterID' has a wrong offset!"); \ static_assert(offsetof(FSaveGameInfo, SaveType) == 0x000018, "Member 'FSaveGameInfo::SaveType' has a wrong offset!"); \ static_assert(offsetof(FSaveGameInfo, PlayedTime) == 0x000020, "Member 'FSaveGameInfo::PlayedTime' has a wrong offset!"); \ static_assert(offsetof(FSaveGameInfo, PlatformSaveTime) == 0x000030, "Member 'FSaveGameInfo::PlatformSaveTime' has a wrong offset!"); \ static_assert(offsetof(FSaveGameInfo, CurrentMap) == 0x000040, "Member 'FSaveGameInfo::CurrentMap' has a wrong offset!"); \ static_assert(offsetof(FSaveGameInfo, CurrentAction) == 0x000050, "Member 'FSaveGameInfo::CurrentAction' has a wrong offset!"); \ static_assert(offsetof(FSaveGameInfo, SaveVersion) == 0x000060, "Member 'FSaveGameInfo::SaveVersion' has a wrong offset!"); \ static_assert(offsetof(FSaveGameInfo, bIsUsed) == 0x000070, "Member 'FSaveGameInfo::bIsUsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_AsyncRemovePlayableCharacter \ static_assert(alignof(PersistentData_AsyncRemovePlayableCharacter) == 0x000004, "Wrong alignment on PersistentData_AsyncRemovePlayableCharacter"); \ static_assert(sizeof(PersistentData_AsyncRemovePlayableCharacter) == 0x000008, "Wrong size on PersistentData_AsyncRemovePlayableCharacter"); \ static_assert(offsetof(PersistentData_AsyncRemovePlayableCharacter, CharacterID) == 0x000000, "Member 'PersistentData_AsyncRemovePlayableCharacter::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_AsyncRemovePlayableCharacter, ReturnValue) == 0x000004, "Member 'PersistentData_AsyncRemovePlayableCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_BP_CreateCharacter \ static_assert(alignof(PersistentData_BP_CreateCharacter) == 0x000008, "Wrong alignment on PersistentData_BP_CreateCharacter"); \ static_assert(sizeof(PersistentData_BP_CreateCharacter) == 0x000028, "Wrong size on PersistentData_BP_CreateCharacter"); \ static_assert(offsetof(PersistentData_BP_CreateCharacter, CharacterName) == 0x000000, "Member 'PersistentData_BP_CreateCharacter::CharacterName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_BP_CreateCharacter, CharacterHouse) == 0x000010, "Member 'PersistentData_BP_CreateCharacter::CharacterHouse' has a wrong offset!"); \ static_assert(offsetof(PersistentData_BP_CreateCharacter, ReturnValue) == 0x000020, "Member 'PersistentData_BP_CreateCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_BP_DoesCharacterExistYet \ static_assert(alignof(PersistentData_BP_DoesCharacterExistYet) == 0x000001, "Wrong alignment on PersistentData_BP_DoesCharacterExistYet"); \ static_assert(sizeof(PersistentData_BP_DoesCharacterExistYet) == 0x000001, "Wrong size on PersistentData_BP_DoesCharacterExistYet"); \ static_assert(offsetof(PersistentData_BP_DoesCharacterExistYet, ReturnValue) == 0x000000, "Member 'PersistentData_BP_DoesCharacterExistYet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_BP_SaveGame \ static_assert(alignof(PersistentData_BP_SaveGame) == 0x000008, "Wrong alignment on PersistentData_BP_SaveGame"); \ static_assert(sizeof(PersistentData_BP_SaveGame) == 0x000018, "Wrong size on PersistentData_BP_SaveGame"); \ static_assert(offsetof(PersistentData_BP_SaveGame, LocationName) == 0x000000, "Member 'PersistentData_BP_SaveGame::LocationName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_BP_SaveGame, ReturnValue) == 0x000010, "Member 'PersistentData_BP_SaveGame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_CanCreateModdedCharacter \ static_assert(alignof(PersistentData_CanCreateModdedCharacter) == 0x000001, "Wrong alignment on PersistentData_CanCreateModdedCharacter"); \ static_assert(sizeof(PersistentData_CanCreateModdedCharacter) == 0x000001, "Wrong size on PersistentData_CanCreateModdedCharacter"); \ static_assert(offsetof(PersistentData_CanCreateModdedCharacter, ReturnValue) == 0x000000, "Member 'PersistentData_CanCreateModdedCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_CopyToModdedSlotFromSlot \ static_assert(alignof(PersistentData_CopyToModdedSlotFromSlot) == 0x000008, "Wrong alignment on PersistentData_CopyToModdedSlotFromSlot"); \ static_assert(sizeof(PersistentData_CopyToModdedSlotFromSlot) == 0x000028, "Wrong size on PersistentData_CopyToModdedSlotFromSlot"); \ static_assert(offsetof(PersistentData_CopyToModdedSlotFromSlot, SourceSlotName) == 0x000000, "Member 'PersistentData_CopyToModdedSlotFromSlot::SourceSlotName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_CopyToModdedSlotFromSlot, TargetSlotName) == 0x000010, "Member 'PersistentData_CopyToModdedSlotFromSlot::TargetSlotName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_CopyToModdedSlotFromSlot, CharacterID) == 0x000020, "Member 'PersistentData_CopyToModdedSlotFromSlot::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_CopyToModdedSlotFromSlot, ReturnValue) == 0x000024, "Member 'PersistentData_CopyToModdedSlotFromSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_CreateModdedCharacterCopy \ static_assert(alignof(PersistentData_CreateModdedCharacterCopy) == 0x000008, "Wrong alignment on PersistentData_CreateModdedCharacterCopy"); \ static_assert(sizeof(PersistentData_CreateModdedCharacterCopy) == 0x000030, "Wrong size on PersistentData_CreateModdedCharacterCopy"); \ static_assert(offsetof(PersistentData_CreateModdedCharacterCopy, SlotName) == 0x000000, "Member 'PersistentData_CreateModdedCharacterCopy::SlotName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_CreateModdedCharacterCopy, CharacterID) == 0x000010, "Member 'PersistentData_CreateModdedCharacterCopy::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_CreateModdedCharacterCopy, OutNewSlotName) == 0x000018, "Member 'PersistentData_CreateModdedCharacterCopy::OutNewSlotName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_CreateModdedCharacterCopy, OutNewCharacterID) == 0x000028, "Member 'PersistentData_CreateModdedCharacterCopy::OutNewCharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_CreateModdedCharacterCopy, ReturnValue) == 0x00002C, "Member 'PersistentData_CreateModdedCharacterCopy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_CreateModdedCharacterCopyFromSlot \ static_assert(alignof(PersistentData_CreateModdedCharacterCopyFromSlot) == 0x000008, "Wrong alignment on PersistentData_CreateModdedCharacterCopyFromSlot"); \ static_assert(sizeof(PersistentData_CreateModdedCharacterCopyFromSlot) == 0x000018, "Wrong size on PersistentData_CreateModdedCharacterCopyFromSlot"); \ static_assert(offsetof(PersistentData_CreateModdedCharacterCopyFromSlot, SlotName) == 0x000000, "Member 'PersistentData_CreateModdedCharacterCopyFromSlot::SlotName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_CreateModdedCharacterCopyFromSlot, CharacterID) == 0x000010, "Member 'PersistentData_CreateModdedCharacterCopyFromSlot::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_CreateModdedCharacterCopyFromSlot, ReturnValue) == 0x000014, "Member 'PersistentData_CreateModdedCharacterCopyFromSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_CreatePlayableCharacter \ static_assert(alignof(PersistentData_CreatePlayableCharacter) == 0x000008, "Wrong alignment on PersistentData_CreatePlayableCharacter"); \ static_assert(sizeof(PersistentData_CreatePlayableCharacter) == 0x000058, "Wrong size on PersistentData_CreatePlayableCharacter"); \ static_assert(offsetof(PersistentData_CreatePlayableCharacter, CharacterName) == 0x000000, "Member 'PersistentData_CreatePlayableCharacter::CharacterName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_CreatePlayableCharacter, CharacterHouse) == 0x000010, "Member 'PersistentData_CreatePlayableCharacter::CharacterHouse' has a wrong offset!"); \ static_assert(offsetof(PersistentData_CreatePlayableCharacter, CharacterUID) == 0x000020, "Member 'PersistentData_CreatePlayableCharacter::CharacterUID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_CreatePlayableCharacter, CharacterVoice) == 0x000030, "Member 'PersistentData_CreatePlayableCharacter::CharacterVoice' has a wrong offset!"); \ static_assert(offsetof(PersistentData_CreatePlayableCharacter, CharacterPronoun) == 0x000040, "Member 'PersistentData_CreatePlayableCharacter::CharacterPronoun' has a wrong offset!"); \ static_assert(offsetof(PersistentData_CreatePlayableCharacter, bIsModdedCharacter) == 0x000050, "Member 'PersistentData_CreatePlayableCharacter::bIsModdedCharacter' has a wrong offset!"); \ static_assert(offsetof(PersistentData_CreatePlayableCharacter, ReturnValue) == 0x000054, "Member 'PersistentData_CreatePlayableCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_DoesCrossGenSaveDataExist \ static_assert(alignof(PersistentData_DoesCrossGenSaveDataExist) == 0x000001, "Wrong alignment on PersistentData_DoesCrossGenSaveDataExist"); \ static_assert(sizeof(PersistentData_DoesCrossGenSaveDataExist) == 0x000001, "Wrong size on PersistentData_DoesCrossGenSaveDataExist"); \ static_assert(offsetof(PersistentData_DoesCrossGenSaveDataExist, ReturnValue) == 0x000000, "Member 'PersistentData_DoesCrossGenSaveDataExist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GetAllPlayableCharacters \ static_assert(alignof(PersistentData_GetAllPlayableCharacters) == 0x000008, "Wrong alignment on PersistentData_GetAllPlayableCharacters"); \ static_assert(sizeof(PersistentData_GetAllPlayableCharacters) == 0x000018, "Wrong size on PersistentData_GetAllPlayableCharacters"); \ static_assert(offsetof(PersistentData_GetAllPlayableCharacters, bIncludeModded) == 0x000000, "Member 'PersistentData_GetAllPlayableCharacters::bIncludeModded' has a wrong offset!"); \ static_assert(offsetof(PersistentData_GetAllPlayableCharacters, ReturnValue) == 0x000008, "Member 'PersistentData_GetAllPlayableCharacters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GetAvailableCrossGenSaveData \ static_assert(alignof(PersistentData_GetAvailableCrossGenSaveData) == 0x000008, "Wrong alignment on PersistentData_GetAvailableCrossGenSaveData"); \ static_assert(sizeof(PersistentData_GetAvailableCrossGenSaveData) == 0x000010, "Wrong size on PersistentData_GetAvailableCrossGenSaveData"); \ static_assert(offsetof(PersistentData_GetAvailableCrossGenSaveData, ReturnValue) == 0x000000, "Member 'PersistentData_GetAvailableCrossGenSaveData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GetCrossGenCharacterList \ static_assert(alignof(PersistentData_GetCrossGenCharacterList) == 0x000008, "Wrong alignment on PersistentData_GetCrossGenCharacterList"); \ static_assert(sizeof(PersistentData_GetCrossGenCharacterList) == 0x000010, "Wrong size on PersistentData_GetCrossGenCharacterList"); \ static_assert(offsetof(PersistentData_GetCrossGenCharacterList, ReturnValue) == 0x000000, "Member 'PersistentData_GetCrossGenCharacterList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GetCrossGenPlayableCharacterName \ static_assert(alignof(PersistentData_GetCrossGenPlayableCharacterName) == 0x000008, "Wrong alignment on PersistentData_GetCrossGenPlayableCharacterName"); \ static_assert(sizeof(PersistentData_GetCrossGenPlayableCharacterName) == 0x000380, "Wrong size on PersistentData_GetCrossGenPlayableCharacterName"); \ static_assert(offsetof(PersistentData_GetCrossGenPlayableCharacterName, CharacterInfo) == 0x000000, "Member 'PersistentData_GetCrossGenPlayableCharacterName::CharacterInfo' has a wrong offset!"); \ static_assert(offsetof(PersistentData_GetCrossGenPlayableCharacterName, ReturnValue) == 0x000370, "Member 'PersistentData_GetCrossGenPlayableCharacterName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GetCurrentPlayableCharacter \ static_assert(alignof(PersistentData_GetCurrentPlayableCharacter) == 0x000008, "Wrong alignment on PersistentData_GetCurrentPlayableCharacter"); \ static_assert(sizeof(PersistentData_GetCurrentPlayableCharacter) == 0x000370, "Wrong size on PersistentData_GetCurrentPlayableCharacter"); \ static_assert(offsetof(PersistentData_GetCurrentPlayableCharacter, ReturnValue) == 0x000000, "Member 'PersistentData_GetCurrentPlayableCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GetCurrentPlayerID \ static_assert(alignof(PersistentData_GetCurrentPlayerID) == 0x000004, "Wrong alignment on PersistentData_GetCurrentPlayerID"); \ static_assert(sizeof(PersistentData_GetCurrentPlayerID) == 0x000004, "Wrong size on PersistentData_GetCurrentPlayerID"); \ static_assert(offsetof(PersistentData_GetCurrentPlayerID, ReturnValue) == 0x000000, "Member 'PersistentData_GetCurrentPlayerID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GetDefaultDifficulty \ static_assert(alignof(PersistentData_GetDefaultDifficulty) == 0x000001, "Wrong alignment on PersistentData_GetDefaultDifficulty"); \ static_assert(sizeof(PersistentData_GetDefaultDifficulty) == 0x000001, "Wrong size on PersistentData_GetDefaultDifficulty"); \ static_assert(offsetof(PersistentData_GetDefaultDifficulty, ReturnValue) == 0x000000, "Member 'PersistentData_GetDefaultDifficulty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GetFavouriteMods \ static_assert(alignof(PersistentData_GetFavouriteMods) == 0x000008, "Wrong alignment on PersistentData_GetFavouriteMods"); \ static_assert(sizeof(PersistentData_GetFavouriteMods) == 0x000010, "Wrong size on PersistentData_GetFavouriteMods"); \ static_assert(offsetof(PersistentData_GetFavouriteMods, ReturnValue) == 0x000000, "Member 'PersistentData_GetFavouriteMods::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GetInstance \ static_assert(alignof(PersistentData_GetInstance) == 0x000008, "Wrong alignment on PersistentData_GetInstance"); \ static_assert(sizeof(PersistentData_GetInstance) == 0x000008, "Wrong size on PersistentData_GetInstance"); \ static_assert(offsetof(PersistentData_GetInstance, ReturnValue) == 0x000000, "Member 'PersistentData_GetInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GetIsPlayableCharacterUsed \ static_assert(alignof(PersistentData_GetIsPlayableCharacterUsed) == 0x000004, "Wrong alignment on PersistentData_GetIsPlayableCharacterUsed"); \ static_assert(sizeof(PersistentData_GetIsPlayableCharacterUsed) == 0x000008, "Wrong size on PersistentData_GetIsPlayableCharacterUsed"); \ static_assert(offsetof(PersistentData_GetIsPlayableCharacterUsed, CharacterID) == 0x000000, "Member 'PersistentData_GetIsPlayableCharacterUsed::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_GetIsPlayableCharacterUsed, ReturnValue) == 0x000004, "Member 'PersistentData_GetIsPlayableCharacterUsed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GetLastLoadedPlayableCharacter \ static_assert(alignof(PersistentData_GetLastLoadedPlayableCharacter) == 0x000008, "Wrong alignment on PersistentData_GetLastLoadedPlayableCharacter"); \ static_assert(sizeof(PersistentData_GetLastLoadedPlayableCharacter) == 0x000370, "Wrong size on PersistentData_GetLastLoadedPlayableCharacter"); \ static_assert(offsetof(PersistentData_GetLastLoadedPlayableCharacter, ReturnValue) == 0x000000, "Member 'PersistentData_GetLastLoadedPlayableCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GetLastSaveSlotLoaded \ static_assert(alignof(PersistentData_GetLastSaveSlotLoaded) == 0x000008, "Wrong alignment on PersistentData_GetLastSaveSlotLoaded"); \ static_assert(sizeof(PersistentData_GetLastSaveSlotLoaded) == 0x000010, "Wrong size on PersistentData_GetLastSaveSlotLoaded"); \ static_assert(offsetof(PersistentData_GetLastSaveSlotLoaded, ReturnValue) == 0x000000, "Member 'PersistentData_GetLastSaveSlotLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GetPlayableCharacter \ static_assert(alignof(PersistentData_GetPlayableCharacter) == 0x000008, "Wrong alignment on PersistentData_GetPlayableCharacter"); \ static_assert(sizeof(PersistentData_GetPlayableCharacter) == 0x000378, "Wrong size on PersistentData_GetPlayableCharacter"); \ static_assert(offsetof(PersistentData_GetPlayableCharacter, CharacterID) == 0x000000, "Member 'PersistentData_GetPlayableCharacter::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_GetPlayableCharacter, ReturnValue) == 0x000008, "Member 'PersistentData_GetPlayableCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GetWizardingWorldData \ static_assert(alignof(PersistentData_GetWizardingWorldData) == 0x000008, "Wrong alignment on PersistentData_GetWizardingWorldData"); \ static_assert(sizeof(PersistentData_GetWizardingWorldData) == 0x000028, "Wrong size on PersistentData_GetWizardingWorldData"); \ static_assert(offsetof(PersistentData_GetWizardingWorldData, Attribute) == 0x000000, "Member 'PersistentData_GetWizardingWorldData::Attribute' has a wrong offset!"); \ static_assert(offsetof(PersistentData_GetWizardingWorldData, OutValue) == 0x000010, "Member 'PersistentData_GetWizardingWorldData::OutValue' has a wrong offset!"); \ static_assert(offsetof(PersistentData_GetWizardingWorldData, ReturnValue) == 0x000020, "Member 'PersistentData_GetWizardingWorldData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_HasCompletedIntro \ static_assert(alignof(PersistentData_HasCompletedIntro) == 0x000001, "Wrong alignment on PersistentData_HasCompletedIntro"); \ static_assert(sizeof(PersistentData_HasCompletedIntro) == 0x000001, "Wrong size on PersistentData_HasCompletedIntro"); \ static_assert(offsetof(PersistentData_HasCompletedIntro, ReturnValue) == 0x000000, "Member 'PersistentData_HasCompletedIntro::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_HasCompletedModIntroFlow \ static_assert(alignof(PersistentData_HasCompletedModIntroFlow) == 0x000001, "Wrong alignment on PersistentData_HasCompletedModIntroFlow"); \ static_assert(sizeof(PersistentData_HasCompletedModIntroFlow) == 0x000001, "Wrong size on PersistentData_HasCompletedModIntroFlow"); \ static_assert(offsetof(PersistentData_HasCompletedModIntroFlow, ReturnValue) == 0x000000, "Member 'PersistentData_HasCompletedModIntroFlow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_HasCreatedPlayableCharacter \ static_assert(alignof(PersistentData_HasCreatedPlayableCharacter) == 0x000001, "Wrong alignment on PersistentData_HasCreatedPlayableCharacter"); \ static_assert(sizeof(PersistentData_HasCreatedPlayableCharacter) == 0x000001, "Wrong size on PersistentData_HasCreatedPlayableCharacter"); \ static_assert(offsetof(PersistentData_HasCreatedPlayableCharacter, ReturnValue) == 0x000000, "Member 'PersistentData_HasCreatedPlayableCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_HasEverLaunchedGame \ static_assert(alignof(PersistentData_HasEverLaunchedGame) == 0x000001, "Wrong alignment on PersistentData_HasEverLaunchedGame"); \ static_assert(sizeof(PersistentData_HasEverLaunchedGame) == 0x000001, "Wrong size on PersistentData_HasEverLaunchedGame"); \ static_assert(offsetof(PersistentData_HasEverLaunchedGame, ReturnValue) == 0x000000, "Member 'PersistentData_HasEverLaunchedGame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_LoadCrossGenSaveDataInSlot \ static_assert(alignof(PersistentData_LoadCrossGenSaveDataInSlot) == 0x000008, "Wrong alignment on PersistentData_LoadCrossGenSaveDataInSlot"); \ static_assert(sizeof(PersistentData_LoadCrossGenSaveDataInSlot) == 0x000028, "Wrong size on PersistentData_LoadCrossGenSaveDataInSlot"); \ static_assert(offsetof(PersistentData_LoadCrossGenSaveDataInSlot, SlotName) == 0x000000, "Member 'PersistentData_LoadCrossGenSaveDataInSlot::SlotName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_LoadCrossGenSaveDataInSlot, OldSlotName) == 0x000010, "Member 'PersistentData_LoadCrossGenSaveDataInSlot::OldSlotName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_LoadCrossGenSaveDataInSlot, ReturnValue) == 0x000020, "Member 'PersistentData_LoadCrossGenSaveDataInSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_LoadGameDataInSlot \ static_assert(alignof(PersistentData_LoadGameDataInSlot) == 0x000008, "Wrong alignment on PersistentData_LoadGameDataInSlot"); \ static_assert(sizeof(PersistentData_LoadGameDataInSlot) == 0x000018, "Wrong size on PersistentData_LoadGameDataInSlot"); \ static_assert(offsetof(PersistentData_LoadGameDataInSlot, SlotName) == 0x000000, "Member 'PersistentData_LoadGameDataInSlot::SlotName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_LoadGameDataInSlot, CharacterID) == 0x000010, "Member 'PersistentData_LoadGameDataInSlot::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_LoadGameDataInSlot, ReturnValue) == 0x000014, "Member 'PersistentData_LoadGameDataInSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_LoadLastSaveOfType \ static_assert(alignof(PersistentData_LoadLastSaveOfType) == 0x000004, "Wrong alignment on PersistentData_LoadLastSaveOfType"); \ static_assert(sizeof(PersistentData_LoadLastSaveOfType) == 0x00000C, "Wrong size on PersistentData_LoadLastSaveOfType"); \ static_assert(offsetof(PersistentData_LoadLastSaveOfType, SaveType) == 0x000000, "Member 'PersistentData_LoadLastSaveOfType::SaveType' has a wrong offset!"); \ static_assert(offsetof(PersistentData_LoadLastSaveOfType, CharacterID) == 0x000004, "Member 'PersistentData_LoadLastSaveOfType::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_LoadLastSaveOfType, ReturnValue) == 0x000008, "Member 'PersistentData_LoadLastSaveOfType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_RemoveAllSaveData \ static_assert(alignof(PersistentData_RemoveAllSaveData) == 0x000001, "Wrong alignment on PersistentData_RemoveAllSaveData"); \ static_assert(sizeof(PersistentData_RemoveAllSaveData) == 0x000001, "Wrong size on PersistentData_RemoveAllSaveData"); \ static_assert(offsetof(PersistentData_RemoveAllSaveData, ReturnValue) == 0x000000, "Member 'PersistentData_RemoveAllSaveData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_RemoveAllSavesForCharacter \ static_assert(alignof(PersistentData_RemoveAllSavesForCharacter) == 0x000004, "Wrong alignment on PersistentData_RemoveAllSavesForCharacter"); \ static_assert(sizeof(PersistentData_RemoveAllSavesForCharacter) == 0x000008, "Wrong size on PersistentData_RemoveAllSavesForCharacter"); \ static_assert(offsetof(PersistentData_RemoveAllSavesForCharacter, CharacterID) == 0x000000, "Member 'PersistentData_RemoveAllSavesForCharacter::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_RemoveAllSavesForCharacter, ReturnValue) == 0x000004, "Member 'PersistentData_RemoveAllSavesForCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_RemovePlayableCharacter \ static_assert(alignof(PersistentData_RemovePlayableCharacter) == 0x000004, "Wrong alignment on PersistentData_RemovePlayableCharacter"); \ static_assert(sizeof(PersistentData_RemovePlayableCharacter) == 0x000008, "Wrong size on PersistentData_RemovePlayableCharacter"); \ static_assert(offsetof(PersistentData_RemovePlayableCharacter, CharacterID) == 0x000000, "Member 'PersistentData_RemovePlayableCharacter::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_RemovePlayableCharacter, bSaveFileListAsync) == 0x000004, "Member 'PersistentData_RemovePlayableCharacter::bSaveFileListAsync' has a wrong offset!"); \ static_assert(offsetof(PersistentData_RemovePlayableCharacter, ReturnValue) == 0x000005, "Member 'PersistentData_RemovePlayableCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_RemoveSaveInSlot \ static_assert(alignof(PersistentData_RemoveSaveInSlot) == 0x000008, "Wrong alignment on PersistentData_RemoveSaveInSlot"); \ static_assert(sizeof(PersistentData_RemoveSaveInSlot) == 0x000018, "Wrong size on PersistentData_RemoveSaveInSlot"); \ static_assert(offsetof(PersistentData_RemoveSaveInSlot, SlotName) == 0x000000, "Member 'PersistentData_RemoveSaveInSlot::SlotName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_RemoveSaveInSlot, CharacterID) == 0x000010, "Member 'PersistentData_RemoveSaveInSlot::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_RemoveSaveInSlot, ReturnValue) == 0x000014, "Member 'PersistentData_RemoveSaveInSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_SaveGameDataInSlot \ static_assert(alignof(PersistentData_SaveGameDataInSlot) == 0x000008, "Wrong alignment on PersistentData_SaveGameDataInSlot"); \ static_assert(sizeof(PersistentData_SaveGameDataInSlot) == 0x000058, "Wrong size on PersistentData_SaveGameDataInSlot"); \ static_assert(offsetof(PersistentData_SaveGameDataInSlot, SlotName) == 0x000000, "Member 'PersistentData_SaveGameDataInSlot::SlotName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_SaveGameDataInSlot, SaveType) == 0x000010, "Member 'PersistentData_SaveGameDataInSlot::SaveType' has a wrong offset!"); \ static_assert(offsetof(PersistentData_SaveGameDataInSlot, CharacterID) == 0x000014, "Member 'PersistentData_SaveGameDataInSlot::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_SaveGameDataInSlot, LocationName) == 0x000018, "Member 'PersistentData_SaveGameDataInSlot::LocationName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_SaveGameDataInSlot, MissionData) == 0x000028, "Member 'PersistentData_SaveGameDataInSlot::MissionData' has a wrong offset!"); \ static_assert(offsetof(PersistentData_SaveGameDataInSlot, bCollectSaveData) == 0x000038, "Member 'PersistentData_SaveGameDataInSlot::bCollectSaveData' has a wrong offset!"); \ static_assert(offsetof(PersistentData_SaveGameDataInSlot, CloudLabel) == 0x000040, "Member 'PersistentData_SaveGameDataInSlot::CloudLabel' has a wrong offset!"); \ static_assert(offsetof(PersistentData_SaveGameDataInSlot, ReturnValue) == 0x000050, "Member 'PersistentData_SaveGameDataInSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_SaveGameDataOfType \ static_assert(alignof(PersistentData_SaveGameDataOfType) == 0x000008, "Wrong alignment on PersistentData_SaveGameDataOfType"); \ static_assert(sizeof(PersistentData_SaveGameDataOfType) == 0x000030, "Wrong size on PersistentData_SaveGameDataOfType"); \ static_assert(offsetof(PersistentData_SaveGameDataOfType, SaveType) == 0x000000, "Member 'PersistentData_SaveGameDataOfType::SaveType' has a wrong offset!"); \ static_assert(offsetof(PersistentData_SaveGameDataOfType, CharacterID) == 0x000004, "Member 'PersistentData_SaveGameDataOfType::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_SaveGameDataOfType, LocationName) == 0x000008, "Member 'PersistentData_SaveGameDataOfType::LocationName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_SaveGameDataOfType, MissionData) == 0x000018, "Member 'PersistentData_SaveGameDataOfType::MissionData' has a wrong offset!"); \ static_assert(offsetof(PersistentData_SaveGameDataOfType, bCollectSaveData) == 0x000028, "Member 'PersistentData_SaveGameDataOfType::bCollectSaveData' has a wrong offset!"); \ static_assert(offsetof(PersistentData_SaveGameDataOfType, ReturnValue) == 0x000029, "Member 'PersistentData_SaveGameDataOfType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_SetCharacterPinState \ static_assert(alignof(PersistentData_SetCharacterPinState) == 0x000004, "Wrong alignment on PersistentData_SetCharacterPinState"); \ static_assert(sizeof(PersistentData_SetCharacterPinState) == 0x000008, "Wrong size on PersistentData_SetCharacterPinState"); \ static_assert(offsetof(PersistentData_SetCharacterPinState, CharacterID) == 0x000000, "Member 'PersistentData_SetCharacterPinState::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_SetCharacterPinState, bPinCharacter) == 0x000004, "Member 'PersistentData_SetCharacterPinState::bPinCharacter' has a wrong offset!"); \ static_assert(offsetof(PersistentData_SetCharacterPinState, ReturnValue) == 0x000005, "Member 'PersistentData_SetCharacterPinState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_TryAddFavouriteMod \ static_assert(alignof(PersistentData_TryAddFavouriteMod) == 0x000008, "Wrong alignment on PersistentData_TryAddFavouriteMod"); \ static_assert(sizeof(PersistentData_TryAddFavouriteMod) == 0x000008, "Wrong size on PersistentData_TryAddFavouriteMod"); \ static_assert(offsetof(PersistentData_TryAddFavouriteMod, modId) == 0x000000, "Member 'PersistentData_TryAddFavouriteMod::modId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_TryRemoveFavouriteMod \ static_assert(alignof(PersistentData_TryRemoveFavouriteMod) == 0x000008, "Wrong alignment on PersistentData_TryRemoveFavouriteMod"); \ static_assert(sizeof(PersistentData_TryRemoveFavouriteMod) == 0x000008, "Wrong size on PersistentData_TryRemoveFavouriteMod"); \ static_assert(offsetof(PersistentData_TryRemoveFavouriteMod, modId) == 0x000000, "Member 'PersistentData_TryRemoveFavouriteMod::modId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_UpdateActiveMods \ static_assert(alignof(PersistentData_UpdateActiveMods) == 0x000008, "Wrong alignment on PersistentData_UpdateActiveMods"); \ static_assert(sizeof(PersistentData_UpdateActiveMods) == 0x000020, "Wrong size on PersistentData_UpdateActiveMods"); \ static_assert(offsetof(PersistentData_UpdateActiveMods, CharacterID) == 0x000000, "Member 'PersistentData_UpdateActiveMods::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdateActiveMods, ActiveMods) == 0x000008, "Member 'PersistentData_UpdateActiveMods::ActiveMods' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdateActiveMods, ReturnValue) == 0x000018, "Member 'PersistentData_UpdateActiveMods::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_UpdatePlayableCharacterClothes \ static_assert(alignof(PersistentData_UpdatePlayableCharacterClothes) == 0x000008, "Wrong alignment on PersistentData_UpdatePlayableCharacterClothes"); \ static_assert(sizeof(PersistentData_UpdatePlayableCharacterClothes) == 0x000030, "Wrong size on PersistentData_UpdatePlayableCharacterClothes"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterClothes, CharacterID) == 0x000000, "Member 'PersistentData_UpdatePlayableCharacterClothes::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterClothes, CharacterClothes) == 0x000008, "Member 'PersistentData_UpdatePlayableCharacterClothes::CharacterClothes' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterClothes, AllGearTags) == 0x000018, "Member 'PersistentData_UpdatePlayableCharacterClothes::AllGearTags' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterClothes, ReturnValue) == 0x000028, "Member 'PersistentData_UpdatePlayableCharacterClothes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_UpdatePlayableCharacterGender \ static_assert(alignof(PersistentData_UpdatePlayableCharacterGender) == 0x000008, "Wrong alignment on PersistentData_UpdatePlayableCharacterGender"); \ static_assert(sizeof(PersistentData_UpdatePlayableCharacterGender) == 0x000020, "Wrong size on PersistentData_UpdatePlayableCharacterGender"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterGender, CharacterID) == 0x000000, "Member 'PersistentData_UpdatePlayableCharacterGender::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterGender, CharacterGender) == 0x000008, "Member 'PersistentData_UpdatePlayableCharacterGender::CharacterGender' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterGender, ReturnValue) == 0x000018, "Member 'PersistentData_UpdatePlayableCharacterGender::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_UpdatePlayableCharacterHouse \ static_assert(alignof(PersistentData_UpdatePlayableCharacterHouse) == 0x000008, "Wrong alignment on PersistentData_UpdatePlayableCharacterHouse"); \ static_assert(sizeof(PersistentData_UpdatePlayableCharacterHouse) == 0x000020, "Wrong size on PersistentData_UpdatePlayableCharacterHouse"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterHouse, CharacterID) == 0x000000, "Member 'PersistentData_UpdatePlayableCharacterHouse::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterHouse, CharacterHouse) == 0x000008, "Member 'PersistentData_UpdatePlayableCharacterHouse::CharacterHouse' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterHouse, ReturnValue) == 0x000018, "Member 'PersistentData_UpdatePlayableCharacterHouse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_UpdatePlayableCharacterLevel \ static_assert(alignof(PersistentData_UpdatePlayableCharacterLevel) == 0x000004, "Wrong alignment on PersistentData_UpdatePlayableCharacterLevel"); \ static_assert(sizeof(PersistentData_UpdatePlayableCharacterLevel) == 0x00000C, "Wrong size on PersistentData_UpdatePlayableCharacterLevel"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterLevel, CharacterID) == 0x000000, "Member 'PersistentData_UpdatePlayableCharacterLevel::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterLevel, CharacterLevel) == 0x000004, "Member 'PersistentData_UpdatePlayableCharacterLevel::CharacterLevel' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterLevel, ReturnValue) == 0x000008, "Member 'PersistentData_UpdatePlayableCharacterLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_UpdatePlayableCharacterName \ static_assert(alignof(PersistentData_UpdatePlayableCharacterName) == 0x000008, "Wrong alignment on PersistentData_UpdatePlayableCharacterName"); \ static_assert(sizeof(PersistentData_UpdatePlayableCharacterName) == 0x000020, "Wrong size on PersistentData_UpdatePlayableCharacterName"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterName, CharacterID) == 0x000000, "Member 'PersistentData_UpdatePlayableCharacterName::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterName, CharacterName) == 0x000008, "Member 'PersistentData_UpdatePlayableCharacterName::CharacterName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterName, ReturnValue) == 0x000018, "Member 'PersistentData_UpdatePlayableCharacterName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_UpdatePlayableCharacterPresets \ static_assert(alignof(PersistentData_UpdatePlayableCharacterPresets) == 0x000008, "Wrong alignment on PersistentData_UpdatePlayableCharacterPresets"); \ static_assert(sizeof(PersistentData_UpdatePlayableCharacterPresets) == 0x000020, "Wrong size on PersistentData_UpdatePlayableCharacterPresets"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterPresets, CharacterID) == 0x000000, "Member 'PersistentData_UpdatePlayableCharacterPresets::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterPresets, CharacterPresets) == 0x000008, "Member 'PersistentData_UpdatePlayableCharacterPresets::CharacterPresets' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterPresets, ReturnValue) == 0x000018, "Member 'PersistentData_UpdatePlayableCharacterPresets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_UpdatePlayableCharacterPronoun \ static_assert(alignof(PersistentData_UpdatePlayableCharacterPronoun) == 0x000008, "Wrong alignment on PersistentData_UpdatePlayableCharacterPronoun"); \ static_assert(sizeof(PersistentData_UpdatePlayableCharacterPronoun) == 0x000020, "Wrong size on PersistentData_UpdatePlayableCharacterPronoun"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterPronoun, CharacterID) == 0x000000, "Member 'PersistentData_UpdatePlayableCharacterPronoun::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterPronoun, CharacterPronoun) == 0x000008, "Member 'PersistentData_UpdatePlayableCharacterPronoun::CharacterPronoun' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterPronoun, ReturnValue) == 0x000018, "Member 'PersistentData_UpdatePlayableCharacterPronoun::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_UpdatePlayableCharacterVoice \ static_assert(alignof(PersistentData_UpdatePlayableCharacterVoice) == 0x000008, "Wrong alignment on PersistentData_UpdatePlayableCharacterVoice"); \ static_assert(sizeof(PersistentData_UpdatePlayableCharacterVoice) == 0x000020, "Wrong size on PersistentData_UpdatePlayableCharacterVoice"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterVoice, CharacterID) == 0x000000, "Member 'PersistentData_UpdatePlayableCharacterVoice::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterVoice, CharacterVoice) == 0x000008, "Member 'PersistentData_UpdatePlayableCharacterVoice::CharacterVoice' has a wrong offset!"); \ static_assert(offsetof(PersistentData_UpdatePlayableCharacterVoice, ReturnValue) == 0x000018, "Member 'PersistentData_UpdatePlayableCharacterVoice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_CrossGenSaveDataLoad \ static_assert(alignof(PersistentData_CrossGenSaveDataLoad) == 0x000004, "Wrong alignment on PersistentData_CrossGenSaveDataLoad"); \ static_assert(sizeof(PersistentData_CrossGenSaveDataLoad) == 0x000008, "Wrong size on PersistentData_CrossGenSaveDataLoad"); \ static_assert(offsetof(PersistentData_CrossGenSaveDataLoad, fromCharacterIndex) == 0x000000, "Member 'PersistentData_CrossGenSaveDataLoad::fromCharacterIndex' has a wrong offset!"); \ static_assert(offsetof(PersistentData_CrossGenSaveDataLoad, toCharacterIndex) == 0x000004, "Member 'PersistentData_CrossGenSaveDataLoad::toCharacterIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GameAutoSave \ static_assert(alignof(PersistentData_GameAutoSave) == 0x000004, "Wrong alignment on PersistentData_GameAutoSave"); \ static_assert(sizeof(PersistentData_GameAutoSave) == 0x000004, "Wrong size on PersistentData_GameAutoSave"); \ static_assert(offsetof(PersistentData_GameAutoSave, CharacterID) == 0x000000, "Member 'PersistentData_GameAutoSave::CharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GameCreatePlayableCharacter \ static_assert(alignof(PersistentData_GameCreatePlayableCharacter) == 0x000008, "Wrong alignment on PersistentData_GameCreatePlayableCharacter"); \ static_assert(sizeof(PersistentData_GameCreatePlayableCharacter) == 0x000020, "Wrong size on PersistentData_GameCreatePlayableCharacter"); \ static_assert(offsetof(PersistentData_GameCreatePlayableCharacter, CharacterName) == 0x000000, "Member 'PersistentData_GameCreatePlayableCharacter::CharacterName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_GameCreatePlayableCharacter, CharacterHouse) == 0x000010, "Member 'PersistentData_GameCreatePlayableCharacter::CharacterHouse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GameDBLoad \ static_assert(alignof(PersistentData_GameDBLoad) == 0x000008, "Wrong alignment on PersistentData_GameDBLoad"); \ static_assert(sizeof(PersistentData_GameDBLoad) == 0x000010, "Wrong size on PersistentData_GameDBLoad"); \ static_assert(offsetof(PersistentData_GameDBLoad, SaveFileNameOverride) == 0x000000, "Member 'PersistentData_GameDBLoad::SaveFileNameOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GameDBSave \ static_assert(alignof(PersistentData_GameDBSave) == 0x000008, "Wrong alignment on PersistentData_GameDBSave"); \ static_assert(sizeof(PersistentData_GameDBSave) == 0x000010, "Wrong size on PersistentData_GameDBSave"); \ static_assert(offsetof(PersistentData_GameDBSave, SaveFileNameOverride) == 0x000000, "Member 'PersistentData_GameDBSave::SaveFileNameOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GameLoad \ static_assert(alignof(PersistentData_GameLoad) == 0x000008, "Wrong alignment on PersistentData_GameLoad"); \ static_assert(sizeof(PersistentData_GameLoad) == 0x000018, "Wrong size on PersistentData_GameLoad"); \ static_assert(offsetof(PersistentData_GameLoad, CharacterID) == 0x000000, "Member 'PersistentData_GameLoad::CharacterID' has a wrong offset!"); \ static_assert(offsetof(PersistentData_GameLoad, SaveNameOverride) == 0x000008, "Member 'PersistentData_GameLoad::SaveNameOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GameLoadLastAutoSave \ static_assert(alignof(PersistentData_GameLoadLastAutoSave) == 0x000004, "Wrong alignment on PersistentData_GameLoadLastAutoSave"); \ static_assert(sizeof(PersistentData_GameLoadLastAutoSave) == 0x000004, "Wrong size on PersistentData_GameLoadLastAutoSave"); \ static_assert(offsetof(PersistentData_GameLoadLastAutoSave, CharacterID) == 0x000000, "Member 'PersistentData_GameLoadLastAutoSave::CharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GameLoadLastSave \ static_assert(alignof(PersistentData_GameLoadLastSave) == 0x000004, "Wrong alignment on PersistentData_GameLoadLastSave"); \ static_assert(sizeof(PersistentData_GameLoadLastSave) == 0x000004, "Wrong size on PersistentData_GameLoadLastSave"); \ static_assert(offsetof(PersistentData_GameLoadLastSave, CharacterID) == 0x000000, "Member 'PersistentData_GameLoadLastSave::CharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GameLoadLastUserSave \ static_assert(alignof(PersistentData_GameLoadLastUserSave) == 0x000004, "Wrong alignment on PersistentData_GameLoadLastUserSave"); \ static_assert(sizeof(PersistentData_GameLoadLastUserSave) == 0x000004, "Wrong size on PersistentData_GameLoadLastUserSave"); \ static_assert(offsetof(PersistentData_GameLoadLastUserSave, CharacterID) == 0x000000, "Member 'PersistentData_GameLoadLastUserSave::CharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GameLogSaveGameList \ static_assert(alignof(PersistentData_GameLogSaveGameList) == 0x000004, "Wrong alignment on PersistentData_GameLogSaveGameList"); \ static_assert(sizeof(PersistentData_GameLogSaveGameList) == 0x000004, "Wrong size on PersistentData_GameLogSaveGameList"); \ static_assert(offsetof(PersistentData_GameLogSaveGameList, CharacterID) == 0x000000, "Member 'PersistentData_GameLogSaveGameList::CharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GameRemovePlayableCharacter \ static_assert(alignof(PersistentData_GameRemovePlayableCharacter) == 0x000004, "Wrong alignment on PersistentData_GameRemovePlayableCharacter"); \ static_assert(sizeof(PersistentData_GameRemovePlayableCharacter) == 0x000004, "Wrong size on PersistentData_GameRemovePlayableCharacter"); \ static_assert(offsetof(PersistentData_GameRemovePlayableCharacter, CharacterID) == 0x000000, "Member 'PersistentData_GameRemovePlayableCharacter::CharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GameRemoveSaveSlot \ static_assert(alignof(PersistentData_GameRemoveSaveSlot) == 0x000008, "Wrong alignment on PersistentData_GameRemoveSaveSlot"); \ static_assert(sizeof(PersistentData_GameRemoveSaveSlot) == 0x000018, "Wrong size on PersistentData_GameRemoveSaveSlot"); \ static_assert(offsetof(PersistentData_GameRemoveSaveSlot, SlotName) == 0x000000, "Member 'PersistentData_GameRemoveSaveSlot::SlotName' has a wrong offset!"); \ static_assert(offsetof(PersistentData_GameRemoveSaveSlot, CharacterID) == 0x000010, "Member 'PersistentData_GameRemoveSaveSlot::CharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GameTestSaveGameList \ static_assert(alignof(PersistentData_GameTestSaveGameList) == 0x000004, "Wrong alignment on PersistentData_GameTestSaveGameList"); \ static_assert(sizeof(PersistentData_GameTestSaveGameList) == 0x000004, "Wrong size on PersistentData_GameTestSaveGameList"); \ static_assert(offsetof(PersistentData_GameTestSaveGameList, CharacterID) == 0x000000, "Member 'PersistentData_GameTestSaveGameList::CharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_GameUserSave \ static_assert(alignof(PersistentData_GameUserSave) == 0x000004, "Wrong alignment on PersistentData_GameUserSave"); \ static_assert(sizeof(PersistentData_GameUserSave) == 0x000004, "Wrong size on PersistentData_GameUserSave"); \ static_assert(offsetof(PersistentData_GameUserSave, CharacterID) == 0x000000, "Member 'PersistentData_GameUserSave::CharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_LoadCrossGenSaveData \ static_assert(alignof(PersistentData_LoadCrossGenSaveData) == 0x000004, "Wrong alignment on PersistentData_LoadCrossGenSaveData"); \ static_assert(sizeof(PersistentData_LoadCrossGenSaveData) == 0x00000C, "Wrong size on PersistentData_LoadCrossGenSaveData"); \ static_assert(offsetof(PersistentData_LoadCrossGenSaveData, fromCharacterIndex) == 0x000000, "Member 'PersistentData_LoadCrossGenSaveData::fromCharacterIndex' has a wrong offset!"); \ static_assert(offsetof(PersistentData_LoadCrossGenSaveData, toCharacterIndex) == 0x000004, "Member 'PersistentData_LoadCrossGenSaveData::toCharacterIndex' has a wrong offset!"); \ static_assert(offsetof(PersistentData_LoadCrossGenSaveData, SaveFileList) == 0x000008, "Member 'PersistentData_LoadCrossGenSaveData::SaveFileList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PersistentData_OnCrossGenSaveDataLoaded \ static_assert(alignof(PersistentData_OnCrossGenSaveDataLoaded) == 0x000001, "Wrong alignment on PersistentData_OnCrossGenSaveDataLoaded"); \ static_assert(sizeof(PersistentData_OnCrossGenSaveDataLoaded) == 0x000001, "Wrong size on PersistentData_OnCrossGenSaveDataLoaded"); \ static_assert(offsetof(PersistentData_OnCrossGenSaveDataLoaded, Result) == 0x000000, "Member 'PersistentData_OnCrossGenSaveDataLoaded::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPersistentData \ static_assert(alignof(UPersistentData) == 0x000008, "Wrong alignment on UPersistentData"); \ static_assert(sizeof(UPersistentData) == 0x000E20, "Wrong size on UPersistentData"); \ static_assert(offsetof(UPersistentData, OnGameToBeSaved) == 0x000028, "Member 'UPersistentData::OnGameToBeSaved' has a wrong offset!"); \ static_assert(offsetof(UPersistentData, OnSaveFlushed) == 0x000038, "Member 'UPersistentData::OnSaveFlushed' has a wrong offset!"); \ static_assert(offsetof(UPersistentData, OnPostGameToBeSaved) == 0x000048, "Member 'UPersistentData::OnPostGameToBeSaved' has a wrong offset!"); \ static_assert(offsetof(UPersistentData, PreSaveLoaded) == 0x000058, "Member 'UPersistentData::PreSaveLoaded' has a wrong offset!"); \ static_assert(offsetof(UPersistentData, OnSaveGameLoaded) == 0x000068, "Member 'UPersistentData::OnSaveGameLoaded' has a wrong offset!"); \ static_assert(offsetof(UPersistentData, PreCharacterDeleted) == 0x000078, "Member 'UPersistentData::PreCharacterDeleted' has a wrong offset!"); \ static_assert(offsetof(UPersistentData, OnDBVersionCheck) == 0x000088, "Member 'UPersistentData::OnDBVersionCheck' has a wrong offset!"); \ static_assert(offsetof(UPersistentData, OnSaveGameComplete) == 0x000098, "Member 'UPersistentData::OnSaveGameComplete' has a wrong offset!"); \ static_assert(offsetof(UPersistentData, OnCharacterDeleted) == 0x0000A8, "Member 'UPersistentData::OnCharacterDeleted' has a wrong offset!"); \ static_assert(offsetof(UPersistentData, OnCrossGenSaveDataComplete) == 0x000128, "Member 'UPersistentData::OnCrossGenSaveDataComplete' has a wrong offset!"); \ static_assert(offsetof(UPersistentData, OnAllCrossGenSaveDataComplete) == 0x000138, "Member 'UPersistentData::OnAllCrossGenSaveDataComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPersistentGameData \ static_assert(alignof(UPersistentGameData) == 0x000008, "Wrong alignment on UPersistentGameData"); \ static_assert(sizeof(UPersistentGameData) == 0x0004F8, "Wrong size on UPersistentGameData"); \ static_assert(offsetof(UPersistentGameData, Version) == 0x000028, "Member 'UPersistentGameData::Version' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, ChangeList) == 0x00002C, "Member 'UPersistentGameData::ChangeList' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, SessionTime) == 0x000030, "Member 'UPersistentGameData::SessionTime' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, Platform) == 0x000038, "Member 'UPersistentGameData::Platform' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, bDBC) == 0x000048, "Member 'UPersistentGameData::bDBC' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, bExclusiveMissionActive) == 0x000049, "Member 'UPersistentGameData::bExclusiveMissionActive' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, ExclusiveVersion) == 0x00004C, "Member 'UPersistentGameData::ExclusiveVersion' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, ExclusiveChangeList) == 0x000050, "Member 'UPersistentGameData::ExclusiveChangeList' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, ExclusiveSessionTime) == 0x000058, "Member 'UPersistentGameData::ExclusiveSessionTime' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, ExclusivePlatform) == 0x000060, "Member 'UPersistentGameData::ExclusivePlatform' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, RawDatabaseImage) == 0x000070, "Member 'UPersistentGameData::RawDatabaseImage' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, RawExclusiveImage) == 0x000080, "Member 'UPersistentGameData::RawExclusiveImage' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, RawMiniMapImage) == 0x000090, "Member 'UPersistentGameData::RawMiniMapImage' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, CharacterSaveGameInfo) == 0x0000A0, "Member 'UPersistentGameData::CharacterSaveGameInfo' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, bCompletedIntro) == 0x000410, "Member 'UPersistentGameData::bCompletedIntro' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, bCompletedModIntroFlow) == 0x000411, "Member 'UPersistentGameData::bCompletedModIntroFlow' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, FavouriteMods) == 0x000418, "Member 'UPersistentGameData::FavouriteMods' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, wizardingWorldData) == 0x000428, "Member 'UPersistentGameData::wizardingWorldData' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, Entitlements) == 0x000478, "Member 'UPersistentGameData::Entitlements' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, AnalyticsEvents) == 0x000488, "Member 'UPersistentGameData::AnalyticsEvents' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, bSkippedLanguageCheck) == 0x000498, "Member 'UPersistentGameData::bSkippedLanguageCheck' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameData, DirectoryEntry) == 0x0004A0, "Member 'UPersistentGameData::DirectoryEntry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPersistentGameDataList \ static_assert(alignof(UPersistentGameDataList) == 0x000008, "Wrong alignment on UPersistentGameDataList"); \ static_assert(sizeof(UPersistentGameDataList) == 0x0007E8, "Wrong size on UPersistentGameDataList"); \ static_assert(offsetof(UPersistentGameDataList, VersionMajor) == 0x000028, "Member 'UPersistentGameDataList::VersionMajor' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameDataList, VersionMinor) == 0x00002C, "Member 'UPersistentGameDataList::VersionMinor' has a wrong offset!"); \ static_assert(offsetof(UPersistentGameDataList, Info) == 0x000030, "Member 'UPersistentGameDataList::Info' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPersistentOffline \ static_assert(alignof(UPersistentOffline) == 0x000008, "Wrong alignment on UPersistentOffline"); \ static_assert(sizeof(UPersistentOffline) == 0x000038, "Wrong size on UPersistentOffline"); \ static_assert(offsetof(UPersistentOffline, EpicAccountID) == 0x000028, "Member 'UPersistentOffline::EpicAccountID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneRigShimDynamic \ static_assert(alignof(USceneRigShimDynamic) == 0x000008, "Wrong alignment on USceneRigShimDynamic"); \ static_assert(sizeof(USceneRigShimDynamic) == 0x000028, "Wrong size on USceneRigShimDynamic"); \ #define DUMPER7_ASSERTS_UPhoenixSceneRigSettings \ static_assert(alignof(UPhoenixSceneRigSettings) == 0x000008, "Wrong alignment on UPhoenixSceneRigSettings"); \ static_assert(sizeof(UPhoenixSceneRigSettings) == 0x000030, "Wrong size on UPhoenixSceneRigSettings"); \ static_assert(offsetof(UPhoenixSceneRigSettings, SkipWidgetClass) == 0x000028, "Member 'UPhoenixSceneRigSettings::SkipWidgetClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_FireWork_Finisher_C_OnCustomEvent \ static_assert(alignof(ABL_RCT_NPC_FireWork_Finisher_C_OnCustomEvent) == 0x000008, "Wrong alignment on ABL_RCT_NPC_FireWork_Finisher_C_OnCustomEvent"); \ static_assert(sizeof(ABL_RCT_NPC_FireWork_Finisher_C_OnCustomEvent) == 0x000018, "Wrong size on ABL_RCT_NPC_FireWork_Finisher_C_OnCustomEvent"); \ static_assert(offsetof(ABL_RCT_NPC_FireWork_Finisher_C_OnCustomEvent, Context) == 0x000000, "Member 'ABL_RCT_NPC_FireWork_Finisher_C_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_FireWork_Finisher_C_OnCustomEvent, EventName) == 0x000008, "Member 'ABL_RCT_NPC_FireWork_Finisher_C_OnCustomEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_FireWork_Finisher_C_OnCustomEvent, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_RCT_NPC_FireWork_Finisher_C_OnCustomEvent::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_FireWork_Finisher_C \ static_assert(alignof(UABL_RCT_NPC_FireWork_Finisher_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_FireWork_Finisher_C"); \ static_assert(sizeof(UABL_RCT_NPC_FireWork_Finisher_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_FireWork_Finisher_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_BlackParticleFinisher_C \ static_assert(alignof(ABP_SkinFX_BlackParticleFinisher_C) == 0x000008, "Wrong alignment on ABP_SkinFX_BlackParticleFinisher_C"); \ static_assert(sizeof(ABP_SkinFX_BlackParticleFinisher_C) == 0x0005D0, "Wrong size on ABP_SkinFX_BlackParticleFinisher_C"); \ #define DUMPER7_ASSERTS_FDialogueDataTableHandles \ static_assert(alignof(FDialogueDataTableHandles) == 0x000008, "Wrong alignment on FDialogueDataTableHandles"); \ static_assert(sizeof(FDialogueDataTableHandles) == 0x000010, "Wrong size on FDialogueDataTableHandles"); \ #define DUMPER7_ASSERTS_FacialComponentShimHelper_PreloadPlayerMaleFemaleDialogueDataTables \ static_assert(alignof(FacialComponentShimHelper_PreloadPlayerMaleFemaleDialogueDataTables) == 0x000008, "Wrong alignment on FacialComponentShimHelper_PreloadPlayerMaleFemaleDialogueDataTables"); \ static_assert(sizeof(FacialComponentShimHelper_PreloadPlayerMaleFemaleDialogueDataTables) == 0x000010, "Wrong size on FacialComponentShimHelper_PreloadPlayerMaleFemaleDialogueDataTables"); \ static_assert(offsetof(FacialComponentShimHelper_PreloadPlayerMaleFemaleDialogueDataTables, ReturnValue) == 0x000000, "Member 'FacialComponentShimHelper_PreloadPlayerMaleFemaleDialogueDataTables::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFacialComponentShimHelper \ static_assert(alignof(UFacialComponentShimHelper) == 0x000008, "Wrong alignment on UFacialComponentShimHelper"); \ static_assert(sizeof(UFacialComponentShimHelper) == 0x000028, "Wrong size on UFacialComponentShimHelper"); \ #define DUMPER7_ASSERTS_GameModManagerShimDynamic_PreCharacterDeleted \ static_assert(alignof(GameModManagerShimDynamic_PreCharacterDeleted) == 0x000004, "Wrong alignment on GameModManagerShimDynamic_PreCharacterDeleted"); \ static_assert(sizeof(GameModManagerShimDynamic_PreCharacterDeleted) == 0x000004, "Wrong size on GameModManagerShimDynamic_PreCharacterDeleted"); \ static_assert(offsetof(GameModManagerShimDynamic_PreCharacterDeleted, CharacterID) == 0x000000, "Member 'GameModManagerShimDynamic_PreCharacterDeleted::CharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameModManagerShimDynamic \ static_assert(alignof(UGameModManagerShimDynamic) == 0x000008, "Wrong alignment on UGameModManagerShimDynamic"); \ static_assert(sizeof(UGameModManagerShimDynamic) == 0x000028, "Wrong size on UGameModManagerShimDynamic"); \ #define DUMPER7_ASSERTS_ABL_MoveOffLedge_C_ExecuteUbergraph_ABL_MoveOffLedge \ static_assert(alignof(ABL_MoveOffLedge_C_ExecuteUbergraph_ABL_MoveOffLedge) == 0x000008, "Wrong alignment on ABL_MoveOffLedge_C_ExecuteUbergraph_ABL_MoveOffLedge"); \ static_assert(sizeof(ABL_MoveOffLedge_C_ExecuteUbergraph_ABL_MoveOffLedge) == 0x000020, "Wrong size on ABL_MoveOffLedge_C_ExecuteUbergraph_ABL_MoveOffLedge"); \ static_assert(offsetof(ABL_MoveOffLedge_C_ExecuteUbergraph_ABL_MoveOffLedge, EntryPoint) == 0x000000, "Member 'ABL_MoveOffLedge_C_ExecuteUbergraph_ABL_MoveOffLedge::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_MoveOffLedge_C_ExecuteUbergraph_ABL_MoveOffLedge, K2Node_Event_Context) == 0x000008, "Member 'ABL_MoveOffLedge_C_ExecuteUbergraph_ABL_MoveOffLedge::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_MoveOffLedge_C_ExecuteUbergraph_ABL_MoveOffLedge, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_MoveOffLedge_C_ExecuteUbergraph_ABL_MoveOffLedge::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_MoveOffLedge_C_ExecuteUbergraph_ABL_MoveOffLedge, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_MoveOffLedge_C_ExecuteUbergraph_ABL_MoveOffLedge::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_MoveOffLedge_C_OnAbilityBranch \ static_assert(alignof(ABL_MoveOffLedge_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_MoveOffLedge_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_MoveOffLedge_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_MoveOffLedge_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_MoveOffLedge_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_MoveOffLedge_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_MoveOffLedge_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_MoveOffLedge_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_MoveOffLedge_C_OnAbilityStart \ static_assert(alignof(ABL_MoveOffLedge_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_MoveOffLedge_C_OnAbilityStart"); \ static_assert(sizeof(ABL_MoveOffLedge_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_MoveOffLedge_C_OnAbilityStart"); \ static_assert(offsetof(ABL_MoveOffLedge_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_MoveOffLedge_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_MoveOffLedge_C \ static_assert(alignof(UABL_MoveOffLedge_C) == 0x000008, "Wrong alignment on UABL_MoveOffLedge_C"); \ static_assert(sizeof(UABL_MoveOffLedge_C) == 0x0000D0, "Wrong size on UABL_MoveOffLedge_C"); \ static_assert(offsetof(UABL_MoveOffLedge_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_MoveOffLedge_C::UberGraphFrame' 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_FAnchors \ static_assert(alignof(FAnchors) == 0x000004, "Wrong alignment on FAnchors"); \ static_assert(sizeof(FAnchors) == 0x000010, "Wrong size on FAnchors"); \ static_assert(offsetof(FAnchors, Minimum) == 0x000000, "Member 'FAnchors::Minimum' has a wrong offset!"); \ static_assert(offsetof(FAnchors, Maximum) == 0x000008, "Member 'FAnchors::Maximum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVirtualKeyboardOptions \ static_assert(alignof(FVirtualKeyboardOptions) == 0x000001, "Wrong alignment on FVirtualKeyboardOptions"); \ static_assert(sizeof(FVirtualKeyboardOptions) == 0x000001, "Wrong size on FVirtualKeyboardOptions"); \ static_assert(offsetof(FVirtualKeyboardOptions, bEnableAutocorrect) == 0x000000, "Member 'FVirtualKeyboardOptions::bEnableAutocorrect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputChord \ static_assert(alignof(FInputChord) == 0x000008, "Wrong alignment on FInputChord"); \ static_assert(sizeof(FInputChord) == 0x000020, "Wrong size on FInputChord"); \ static_assert(offsetof(FInputChord, Key) == 0x000000, "Member 'FInputChord::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomizedToolMenuSection \ static_assert(alignof(FCustomizedToolMenuSection) == 0x000004, "Wrong alignment on FCustomizedToolMenuSection"); \ static_assert(sizeof(FCustomizedToolMenuSection) == 0x000004, "Wrong size on FCustomizedToolMenuSection"); \ static_assert(offsetof(FCustomizedToolMenuSection, Visibility) == 0x000000, "Member 'FCustomizedToolMenuSection::Visibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomizedToolMenuNameArray \ static_assert(alignof(FCustomizedToolMenuNameArray) == 0x000008, "Wrong alignment on FCustomizedToolMenuNameArray"); \ static_assert(sizeof(FCustomizedToolMenuNameArray) == 0x000010, "Wrong size on FCustomizedToolMenuNameArray"); \ static_assert(offsetof(FCustomizedToolMenuNameArray, Names) == 0x000000, "Member 'FCustomizedToolMenuNameArray::Names' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomizedToolMenu \ static_assert(alignof(FCustomizedToolMenu) == 0x000008, "Wrong alignment on FCustomizedToolMenu"); \ static_assert(sizeof(FCustomizedToolMenu) == 0x0001E8, "Wrong size on FCustomizedToolMenu"); \ static_assert(offsetof(FCustomizedToolMenu, Name) == 0x000000, "Member 'FCustomizedToolMenu::Name' has a wrong offset!"); \ static_assert(offsetof(FCustomizedToolMenu, Entries) == 0x000008, "Member 'FCustomizedToolMenu::Entries' has a wrong offset!"); \ static_assert(offsetof(FCustomizedToolMenu, Sections) == 0x000058, "Member 'FCustomizedToolMenu::Sections' has a wrong offset!"); \ static_assert(offsetof(FCustomizedToolMenu, EntryOrder) == 0x0000A8, "Member 'FCustomizedToolMenu::EntryOrder' has a wrong offset!"); \ static_assert(offsetof(FCustomizedToolMenu, SectionOrder) == 0x0000F8, "Member 'FCustomizedToolMenu::SectionOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UButtonWidgetStyle \ static_assert(alignof(UButtonWidgetStyle) == 0x000008, "Wrong alignment on UButtonWidgetStyle"); \ static_assert(sizeof(UButtonWidgetStyle) == 0x0002A8, "Wrong size on UButtonWidgetStyle"); \ static_assert(offsetof(UButtonWidgetStyle, ButtonStyle) == 0x000030, "Member 'UButtonWidgetStyle::ButtonStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCheckBoxWidgetStyle \ static_assert(alignof(UCheckBoxWidgetStyle) == 0x000008, "Wrong alignment on UCheckBoxWidgetStyle"); \ static_assert(sizeof(UCheckBoxWidgetStyle) == 0x0005B0, "Wrong size on UCheckBoxWidgetStyle"); \ static_assert(offsetof(UCheckBoxWidgetStyle, CheckBoxStyle) == 0x000030, "Member 'UCheckBoxWidgetStyle::CheckBoxStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UComboBoxWidgetStyle \ static_assert(alignof(UComboBoxWidgetStyle) == 0x000008, "Wrong alignment on UComboBoxWidgetStyle"); \ static_assert(sizeof(UComboBoxWidgetStyle) == 0x000420, "Wrong size on UComboBoxWidgetStyle"); \ static_assert(offsetof(UComboBoxWidgetStyle, ComboBoxStyle) == 0x000030, "Member 'UComboBoxWidgetStyle::ComboBoxStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UComboButtonWidgetStyle \ static_assert(alignof(UComboButtonWidgetStyle) == 0x000008, "Wrong alignment on UComboButtonWidgetStyle"); \ static_assert(sizeof(UComboButtonWidgetStyle) == 0x0003E8, "Wrong size on UComboButtonWidgetStyle"); \ static_assert(offsetof(UComboButtonWidgetStyle, ComboButtonStyle) == 0x000030, "Member 'UComboButtonWidgetStyle::ComboButtonStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableTextBoxWidgetStyle \ static_assert(alignof(UEditableTextBoxWidgetStyle) == 0x000008, "Wrong alignment on UEditableTextBoxWidgetStyle"); \ static_assert(sizeof(UEditableTextBoxWidgetStyle) == 0x000828, "Wrong size on UEditableTextBoxWidgetStyle"); \ static_assert(offsetof(UEditableTextBoxWidgetStyle, EditableTextBoxStyle) == 0x000030, "Member 'UEditableTextBoxWidgetStyle::EditableTextBoxStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableTextWidgetStyle \ static_assert(alignof(UEditableTextWidgetStyle) == 0x000008, "Wrong alignment on UEditableTextWidgetStyle"); \ static_assert(sizeof(UEditableTextWidgetStyle) == 0x000250, "Wrong size on UEditableTextWidgetStyle"); \ static_assert(offsetof(UEditableTextWidgetStyle, EditableTextStyle) == 0x000030, "Member 'UEditableTextWidgetStyle::EditableTextStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProgressWidgetStyle \ static_assert(alignof(UProgressWidgetStyle) == 0x000008, "Wrong alignment on UProgressWidgetStyle"); \ static_assert(sizeof(UProgressWidgetStyle) == 0x0001D0, "Wrong size on UProgressWidgetStyle"); \ static_assert(offsetof(UProgressWidgetStyle, ProgressBarStyle) == 0x000030, "Member 'UProgressWidgetStyle::ProgressBarStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScrollBarWidgetStyle \ static_assert(alignof(UScrollBarWidgetStyle) == 0x000008, "Wrong alignment on UScrollBarWidgetStyle"); \ static_assert(sizeof(UScrollBarWidgetStyle) == 0x000500, "Wrong size on UScrollBarWidgetStyle"); \ static_assert(offsetof(UScrollBarWidgetStyle, ScrollBarStyle) == 0x000030, "Member 'UScrollBarWidgetStyle::ScrollBarStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScrollBoxWidgetStyle \ static_assert(alignof(UScrollBoxWidgetStyle) == 0x000008, "Wrong alignment on UScrollBoxWidgetStyle"); \ static_assert(sizeof(UScrollBoxWidgetStyle) == 0x000258, "Wrong size on UScrollBoxWidgetStyle"); \ static_assert(offsetof(UScrollBoxWidgetStyle, ScrollBoxStyle) == 0x000030, "Member 'UScrollBoxWidgetStyle::ScrollBoxStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USlateSettings \ static_assert(alignof(USlateSettings) == 0x000008, "Wrong alignment on USlateSettings"); \ static_assert(sizeof(USlateSettings) == 0x000030, "Wrong size on USlateSettings"); \ static_assert(offsetof(USlateSettings, bExplicitCanvasChildZOrder) == 0x000028, "Member 'USlateSettings::bExplicitCanvasChildZOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpinBoxWidgetStyle \ static_assert(alignof(USpinBoxWidgetStyle) == 0x000008, "Wrong alignment on USpinBoxWidgetStyle"); \ static_assert(sizeof(USpinBoxWidgetStyle) == 0x000318, "Wrong size on USpinBoxWidgetStyle"); \ static_assert(offsetof(USpinBoxWidgetStyle, SpinBoxStyle) == 0x000030, "Member 'USpinBoxWidgetStyle::SpinBoxStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTextBlockWidgetStyle \ static_assert(alignof(UTextBlockWidgetStyle) == 0x000008, "Wrong alignment on UTextBlockWidgetStyle"); \ static_assert(sizeof(UTextBlockWidgetStyle) == 0x0002A0, "Wrong size on UTextBlockWidgetStyle"); \ static_assert(offsetof(UTextBlockWidgetStyle, TextBlockStyle) == 0x000030, "Member 'UTextBlockWidgetStyle::TextBlockStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UToolMenuBase \ static_assert(alignof(UToolMenuBase) == 0x000008, "Wrong alignment on UToolMenuBase"); \ static_assert(sizeof(UToolMenuBase) == 0x000028, "Wrong size on UToolMenuBase"); \ #define DUMPER7_ASSERTS_ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly \ static_assert(alignof(ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly) == 0x000008, "Wrong alignment on ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly"); \ static_assert(sizeof(ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly) == 0x000070, "Wrong size on ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly"); \ static_assert(offsetof(ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly, EntryPoint) == 0x000000, "Member 'ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly, K2Node_Event_Context) == 0x000008, "Member 'ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_WandOnly_C_ExecuteUbergraph_ABL_WandOnly::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_WandOnly_C_OnAbilityBranch \ static_assert(alignof(ABL_WandOnly_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_WandOnly_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_WandOnly_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_WandOnly_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_WandOnly_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_WandOnly_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_WandOnly_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_WandOnly_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_WandOnly_C_OnAbilityStart \ static_assert(alignof(ABL_WandOnly_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_WandOnly_C_OnAbilityStart"); \ static_assert(sizeof(ABL_WandOnly_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_WandOnly_C_OnAbilityStart"); \ static_assert(offsetof(ABL_WandOnly_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_WandOnly_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandOnly_C \ static_assert(alignof(UABL_WandOnly_C) == 0x000008, "Wrong alignment on UABL_WandOnly_C"); \ static_assert(sizeof(UABL_WandOnly_C) == 0x0000D0, "Wrong size on UABL_WandOnly_C"); \ static_assert(offsetof(UABL_WandOnly_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_WandOnly_C::UberGraphFrame' 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_APhoenix_Game_Mode_C \ static_assert(alignof(APhoenix_Game_Mode_C) == 0x000008, "Wrong alignment on APhoenix_Game_Mode_C"); \ static_assert(sizeof(APhoenix_Game_Mode_C) == 0x000388, "Wrong size on APhoenix_Game_Mode_C"); \ static_assert(offsetof(APhoenix_Game_Mode_C, DefaultSceneRoot) == 0x000380, "Member 'APhoenix_Game_Mode_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady \ static_assert(alignof(ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady) == 0x000008, "Wrong alignment on ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady"); \ static_assert(sizeof(ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady) == 0x000070, "Wrong size on ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady"); \ static_assert(offsetof(ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady, EntryPoint) == 0x000000, "Member 'ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady, K2Node_Event_Context) == 0x000008, "Member 'ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_WandReady_C_ExecuteUbergraph_ABL_WandReady::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_WandReady_C_OnAbilityBranch \ static_assert(alignof(ABL_WandReady_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_WandReady_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_WandReady_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_WandReady_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_WandReady_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_WandReady_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_WandReady_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_WandReady_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_WandReady_C_OnAbilityStart \ static_assert(alignof(ABL_WandReady_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_WandReady_C_OnAbilityStart"); \ static_assert(sizeof(ABL_WandReady_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_WandReady_C_OnAbilityStart"); \ static_assert(offsetof(ABL_WandReady_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_WandReady_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandReady_C \ static_assert(alignof(UABL_WandReady_C) == 0x000008, "Wrong alignment on UABL_WandReady_C"); \ static_assert(sizeof(UABL_WandReady_C) == 0x0000D0, "Wrong size on UABL_WandReady_C"); \ static_assert(offsetof(UABL_WandReady_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_WandReady_C::UberGraphFrame' 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_UI_BP_RewardNotification_C_SetRewardName \ static_assert(alignof(UI_BP_RewardNotification_C_SetRewardName) == 0x000008, "Wrong alignment on UI_BP_RewardNotification_C_SetRewardName"); \ static_assert(sizeof(UI_BP_RewardNotification_C_SetRewardName) == 0x000030, "Wrong size on UI_BP_RewardNotification_C_SetRewardName"); \ static_assert(offsetof(UI_BP_RewardNotification_C_SetRewardName, RewardName) == 0x000000, "Member 'UI_BP_RewardNotification_C_SetRewardName::RewardName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_SetRewardName, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'UI_BP_RewardNotification_C_SetRewardName::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_SetRewardName, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'UI_BP_RewardNotification_C_SetRewardName::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_SetRewardName, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000028, "Member 'UI_BP_RewardNotification_C_SetRewardName::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RewardNotification_C_BndEvt__UI_BP_RewardNotification_ClaimRewardButton_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_RewardNotification_C_BndEvt__UI_BP_RewardNotification_ClaimRewardButton_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_RewardNotification_C_BndEvt__UI_BP_RewardNotification_ClaimRewardButton_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_RewardNotification_C_BndEvt__UI_BP_RewardNotification_ClaimRewardButton_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_RewardNotification_C_BndEvt__UI_BP_RewardNotification_ClaimRewardButton_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_RewardNotification_C_BndEvt__UI_BP_RewardNotification_ClaimRewardButton_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_RewardNotification_C_BndEvt__UI_BP_RewardNotification_ClaimRewardButton_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RewardNotification_C_BndEvt__UI_BP_RewardNotification_ClaimRewardButton_K2Node_ComponentBoundEvent_0_MenuTextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_RewardNotification_C_BndEvt__UI_BP_RewardNotification_ClaimRewardButton_K2Node_ComponentBoundEvent_0_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_RewardNotification_C_BndEvt__UI_BP_RewardNotification_ClaimRewardButton_K2Node_ComponentBoundEvent_0_MenuTextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_RewardNotification_C_BndEvt__UI_BP_RewardNotification_ClaimRewardButton_K2Node_ComponentBoundEvent_0_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_RewardNotification_C_BndEvt__UI_BP_RewardNotification_ClaimRewardButton_K2Node_ComponentBoundEvent_0_MenuTextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_RewardNotification_C_BndEvt__UI_BP_RewardNotification_ClaimRewardButton_K2Node_ComponentBoundEvent_0_MenuTextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_RewardNotification_C_BndEvt__UI_BP_RewardNotification_ClaimRewardButton_K2Node_ComponentBoundEvent_0_MenuTextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RewardNotification_C_ExecuteUbergraph_UI_BP_RewardNotification \ static_assert(alignof(UI_BP_RewardNotification_C_ExecuteUbergraph_UI_BP_RewardNotification) == 0x000008, "Wrong alignment on UI_BP_RewardNotification_C_ExecuteUbergraph_UI_BP_RewardNotification"); \ static_assert(sizeof(UI_BP_RewardNotification_C_ExecuteUbergraph_UI_BP_RewardNotification) == 0x000028, "Wrong size on UI_BP_RewardNotification_C_ExecuteUbergraph_UI_BP_RewardNotification"); \ static_assert(offsetof(UI_BP_RewardNotification_C_ExecuteUbergraph_UI_BP_RewardNotification, EntryPoint) == 0x000000, "Member 'UI_BP_RewardNotification_C_ExecuteUbergraph_UI_BP_RewardNotification::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_ExecuteUbergraph_UI_BP_RewardNotification, K2Node_ComponentBoundEvent_Button_1) == 0x000008, "Member 'UI_BP_RewardNotification_C_ExecuteUbergraph_UI_BP_RewardNotification::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_ExecuteUbergraph_UI_BP_RewardNotification, CallFunc_Get_ReturnValue) == 0x000010, "Member 'UI_BP_RewardNotification_C_ExecuteUbergraph_UI_BP_RewardNotification::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_ExecuteUbergraph_UI_BP_RewardNotification, K2Node_ComponentBoundEvent_Button) == 0x000018, "Member 'UI_BP_RewardNotification_C_ExecuteUbergraph_UI_BP_RewardNotification::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_ExecuteUbergraph_UI_BP_RewardNotification, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'UI_BP_RewardNotification_C_ExecuteUbergraph_UI_BP_RewardNotification::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RewardNotification_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_RewardNotification_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_RewardNotification_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_RewardNotification_C_GatherMenuReaderStrings) == 0x0000C8, "Wrong size on UI_BP_RewardNotification_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_RewardNotification_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_RewardNotification_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_RewardNotification_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_RewardNotification_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_RewardNotification_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_RewardNotification_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_RewardNotification_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000060, "Member 'UI_BP_RewardNotification_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'UI_BP_RewardNotification_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000080, "Member 'UI_BP_RewardNotification_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000090, "Member 'UI_BP_RewardNotification_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x000098, "Member 'UI_BP_RewardNotification_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000B0, "Member 'UI_BP_RewardNotification_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RewardNotification_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000C0, "Member 'UI_BP_RewardNotification_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_RewardNotification_C \ static_assert(alignof(UUI_BP_RewardNotification_C) == 0x000008, "Wrong alignment on UUI_BP_RewardNotification_C"); \ static_assert(sizeof(UUI_BP_RewardNotification_C) == 0x0003F0, "Wrong size on UUI_BP_RewardNotification_C"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_RewardNotification_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, HidePopup) == 0x000330, "Member 'UUI_BP_RewardNotification_C::HidePopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, ShowPopup) == 0x000338, "Member 'UUI_BP_RewardNotification_C::ShowPopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, Claim) == 0x000340, "Member 'UUI_BP_RewardNotification_C::Claim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, ShowCopyText) == 0x000348, "Member 'UUI_BP_RewardNotification_C::ShowCopyText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, bonusImage) == 0x000350, "Member 'UUI_BP_RewardNotification_C::bonusImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, ClaimRewardButton) == 0x000358, "Member 'UUI_BP_RewardNotification_C::ClaimRewardButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, ClaimRewardPanel) == 0x000360, "Member 'UUI_BP_RewardNotification_C::ClaimRewardPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, OnlineRewardName) == 0x000368, "Member 'UUI_BP_RewardNotification_C::OnlineRewardName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, OnlineRewardText) == 0x000370, "Member 'UUI_BP_RewardNotification_C::OnlineRewardText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, RewardEarnedText) == 0x000378, "Member 'UUI_BP_RewardNotification_C::RewardEarnedText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, SparklesParticles) == 0x000380, "Member 'UUI_BP_RewardNotification_C::SparklesParticles' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, tutorialBackImage) == 0x000388, "Member 'UUI_BP_RewardNotification_C::tutorialBackImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, WBSignInContinue) == 0x000390, "Member 'UUI_BP_RewardNotification_C::WBSignInContinue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, SigninUrl) == 0x0003A0, "Member 'UUI_BP_RewardNotification_C::SigninUrl' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, SigninShortcode) == 0x0003B0, "Member 'UUI_BP_RewardNotification_C::SigninShortcode' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, ExpirationPopup) == 0x0003C0, "Member 'UUI_BP_RewardNotification_C::ExpirationPopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, bDeviceFlow) == 0x0003C8, "Member 'UUI_BP_RewardNotification_C::bDeviceFlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, bInSettingsMenu) == 0x0003C9, "Member 'UUI_BP_RewardNotification_C::bInSettingsMenu' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, CloseRewardNotification) == 0x0003D0, "Member 'UUI_BP_RewardNotification_C::CloseRewardNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RewardNotification_C, RewardID) == 0x0003E0, "Member 'UUI_BP_RewardNotification_C::RewardID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Benchmark_C_AdjustForViewportWidth \ static_assert(alignof(UI_BP_Benchmark_C_AdjustForViewportWidth) == 0x000008, "Wrong alignment on UI_BP_Benchmark_C_AdjustForViewportWidth"); \ static_assert(sizeof(UI_BP_Benchmark_C_AdjustForViewportWidth) == 0x000060, "Wrong size on UI_BP_Benchmark_C_AdjustForViewportWidth"); \ static_assert(offsetof(UI_BP_Benchmark_C_AdjustForViewportWidth, CurrentWidth) == 0x000000, "Member 'UI_BP_Benchmark_C_AdjustForViewportWidth::CurrentWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_AdjustForViewportWidth, CurrentRatio) == 0x000004, "Member 'UI_BP_Benchmark_C_AdjustForViewportWidth::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_AdjustForViewportWidth, IdealWidth) == 0x000008, "Member 'UI_BP_Benchmark_C_AdjustForViewportWidth::IdealWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_AdjustForViewportWidth, IdealRatio) == 0x00000C, "Member 'UI_BP_Benchmark_C_AdjustForViewportWidth::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin) == 0x000010, "Member 'UI_BP_Benchmark_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue) == 0x000020, "Member 'UI_BP_Benchmark_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_1) == 0x000024, "Member 'UI_BP_Benchmark_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000038, "Member 'UI_BP_Benchmark_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue_1) == 0x000040, "Member 'UI_BP_Benchmark_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_AdjustForViewportWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000044, "Member 'UI_BP_Benchmark_C_AdjustForViewportWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_AdjustForViewportWidth, CallFunc_GetViewportSize_ReturnValue) == 0x000048, "Member 'UI_BP_Benchmark_C_AdjustForViewportWidth::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_AdjustForViewportWidth, CallFunc_BreakVector2D_X) == 0x000050, "Member 'UI_BP_Benchmark_C_AdjustForViewportWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_AdjustForViewportWidth, CallFunc_BreakVector2D_Y) == 0x000054, "Member 'UI_BP_Benchmark_C_AdjustForViewportWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000058, "Member 'UI_BP_Benchmark_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Benchmark_C_SetMenuLegend \ static_assert(alignof(UI_BP_Benchmark_C_SetMenuLegend) == 0x000008, "Wrong alignment on UI_BP_Benchmark_C_SetMenuLegend"); \ static_assert(sizeof(UI_BP_Benchmark_C_SetMenuLegend) == 0x000080, "Wrong size on UI_BP_Benchmark_C_SetMenuLegend"); \ static_assert(offsetof(UI_BP_Benchmark_C_SetMenuLegend, LegendData) == 0x000000, "Member 'UI_BP_Benchmark_C_SetMenuLegend::LegendData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_SetMenuLegend, ModifiedLegendData) == 0x000010, "Member 'UI_BP_Benchmark_C_SetMenuLegend::ModifiedLegendData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_SetMenuLegend, Temp_int_Array_Index_Variable) == 0x000020, "Member 'UI_BP_Benchmark_C_SetMenuLegend::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_SetMenuLegend, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'UI_BP_Benchmark_C_SetMenuLegend::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_SetMenuLegend, CallFunc_GetLegendItem_ReturnValue) == 0x000038, "Member 'UI_BP_Benchmark_C_SetMenuLegend::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_SetMenuLegend, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'UI_BP_Benchmark_C_SetMenuLegend::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_SetMenuLegend, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'UI_BP_Benchmark_C_SetMenuLegend::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_SetMenuLegend, CallFunc_Array_Get_Item) == 0x000048, "Member 'UI_BP_Benchmark_C_SetMenuLegend::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_SetMenuLegend, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'UI_BP_Benchmark_C_SetMenuLegend::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_SetMenuLegend, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'UI_BP_Benchmark_C_SetMenuLegend::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Benchmark_C_SetDescText \ static_assert(alignof(UI_BP_Benchmark_C_SetDescText) == 0x000008, "Wrong alignment on UI_BP_Benchmark_C_SetDescText"); \ static_assert(sizeof(UI_BP_Benchmark_C_SetDescText) == 0x000010, "Wrong size on UI_BP_Benchmark_C_SetDescText"); \ static_assert(offsetof(UI_BP_Benchmark_C_SetDescText, Text) == 0x000000, "Member 'UI_BP_Benchmark_C_SetDescText::Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Benchmark_C_ToggleSettingsVisibility \ static_assert(alignof(UI_BP_Benchmark_C_ToggleSettingsVisibility) == 0x000004, "Wrong alignment on UI_BP_Benchmark_C_ToggleSettingsVisibility"); \ static_assert(sizeof(UI_BP_Benchmark_C_ToggleSettingsVisibility) == 0x000010, "Wrong size on UI_BP_Benchmark_C_ToggleSettingsVisibility"); \ static_assert(offsetof(UI_BP_Benchmark_C_ToggleSettingsVisibility, Visible) == 0x000000, "Member 'UI_BP_Benchmark_C_ToggleSettingsVisibility::Visible' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ToggleSettingsVisibility, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_Benchmark_C_ToggleSettingsVisibility::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ToggleSettingsVisibility, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000008, "Member 'UI_BP_Benchmark_C_ToggleSettingsVisibility::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ToggleSettingsVisibility, CallFunc_IsVisible_ReturnValue) == 0x00000C, "Member 'UI_BP_Benchmark_C_ToggleSettingsVisibility::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Benchmark_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_Benchmark_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction) == 0x0000F0, "Wrong size on UI_BP_Benchmark_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, HandledSubscreenHoldOperation) == 0x000003, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::HandledSubscreenHoldOperation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000009, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00000C, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, Temp_int_Array_Index_Variable) == 0x000010, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_IsVisible_ReturnValue) == 0x000014, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000015, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_IsVisible_ReturnValue_1) == 0x000016, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_GetLegendItem_ReturnValue) == 0x000018, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_Array_Get_Item) == 0x000028, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_Array_Length_ReturnValue_1) == 0x00005C, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, Temp_int_Array_Index_Variable_1) == 0x00006C, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0000A0, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue) == 0x0000A1, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0000A2, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue_1) == 0x0000A3, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_GetLegendItem_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_GetLegendItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, Temp_int_Loop_Counter_Variable_1) == 0x0000B0, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x0000B4, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B5, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B8, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x0000BC, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x0000C0, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_SettingsNeedExitConfirmed_OutConfirmTitle) == 0x0000C8, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_SettingsNeedExitConfirmed_OutConfirmTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_SettingsNeedExitConfirmed_OutConfirmDesc) == 0x0000D8, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_SettingsNeedExitConfirmed_OutConfirmDesc' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_SettingsNeedExitConfirmed_ReturnValue) == 0x0000E8, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_SettingsNeedExitConfirmed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_BlueprintOnUMGInputAction, CallFunc_IsVisible_ReturnValue_2) == 0x0000E9, "Member 'UI_BP_Benchmark_C_BlueprintOnUMGInputAction::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Benchmark_C_PreConstruct \ static_assert(alignof(UI_BP_Benchmark_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_Benchmark_C_PreConstruct"); \ static_assert(sizeof(UI_BP_Benchmark_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_Benchmark_C_PreConstruct"); \ static_assert(offsetof(UI_BP_Benchmark_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_Benchmark_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Benchmark_C_OnLegendItemHoldComplete \ static_assert(alignof(UI_BP_Benchmark_C_OnLegendItemHoldComplete) == 0x000008, "Wrong alignment on UI_BP_Benchmark_C_OnLegendItemHoldComplete"); \ static_assert(sizeof(UI_BP_Benchmark_C_OnLegendItemHoldComplete) == 0x000010, "Wrong size on UI_BP_Benchmark_C_OnLegendItemHoldComplete"); \ static_assert(offsetof(UI_BP_Benchmark_C_OnLegendItemHoldComplete, LegendItem) == 0x000000, "Member 'UI_BP_Benchmark_C_OnLegendItemHoldComplete::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_OnLegendItemHoldComplete, HoldCompleted) == 0x000008, "Member 'UI_BP_Benchmark_C_OnLegendItemHoldComplete::HoldCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Benchmark_C_BndEvt__UI_BP_Benchmark_settingsMenu_K2Node_ComponentBoundEvent_1_NewButtonLegendRequested__DelegateSignature \ static_assert(alignof(UI_BP_Benchmark_C_BndEvt__UI_BP_Benchmark_settingsMenu_K2Node_ComponentBoundEvent_1_NewButtonLegendRequested__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Benchmark_C_BndEvt__UI_BP_Benchmark_settingsMenu_K2Node_ComponentBoundEvent_1_NewButtonLegendRequested__DelegateSignature"); \ static_assert(sizeof(UI_BP_Benchmark_C_BndEvt__UI_BP_Benchmark_settingsMenu_K2Node_ComponentBoundEvent_1_NewButtonLegendRequested__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Benchmark_C_BndEvt__UI_BP_Benchmark_settingsMenu_K2Node_ComponentBoundEvent_1_NewButtonLegendRequested__DelegateSignature"); \ static_assert(offsetof(UI_BP_Benchmark_C_BndEvt__UI_BP_Benchmark_settingsMenu_K2Node_ComponentBoundEvent_1_NewButtonLegendRequested__DelegateSignature, NewLegend) == 0x000000, "Member 'UI_BP_Benchmark_C_BndEvt__UI_BP_Benchmark_settingsMenu_K2Node_ComponentBoundEvent_1_NewButtonLegendRequested__DelegateSignature::NewLegend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Benchmark_C_BndEvt__UI_BP_Benchmark_settingsMenu_K2Node_ComponentBoundEvent_2_HDRScreenToggled__DelegateSignature \ static_assert(alignof(UI_BP_Benchmark_C_BndEvt__UI_BP_Benchmark_settingsMenu_K2Node_ComponentBoundEvent_2_HDRScreenToggled__DelegateSignature) == 0x000001, "Wrong alignment on UI_BP_Benchmark_C_BndEvt__UI_BP_Benchmark_settingsMenu_K2Node_ComponentBoundEvent_2_HDRScreenToggled__DelegateSignature"); \ static_assert(sizeof(UI_BP_Benchmark_C_BndEvt__UI_BP_Benchmark_settingsMenu_K2Node_ComponentBoundEvent_2_HDRScreenToggled__DelegateSignature) == 0x000001, "Wrong size on UI_BP_Benchmark_C_BndEvt__UI_BP_Benchmark_settingsMenu_K2Node_ComponentBoundEvent_2_HDRScreenToggled__DelegateSignature"); \ static_assert(offsetof(UI_BP_Benchmark_C_BndEvt__UI_BP_Benchmark_settingsMenu_K2Node_ComponentBoundEvent_2_HDRScreenToggled__DelegateSignature, IsShown) == 0x000000, "Member 'UI_BP_Benchmark_C_BndEvt__UI_BP_Benchmark_settingsMenu_K2Node_ComponentBoundEvent_2_HDRScreenToggled__DelegateSignature::IsShown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Benchmark_C_ResolutionSettingsApplied \ static_assert(alignof(UI_BP_Benchmark_C_ResolutionSettingsApplied) == 0x000008, "Wrong alignment on UI_BP_Benchmark_C_ResolutionSettingsApplied"); \ static_assert(sizeof(UI_BP_Benchmark_C_ResolutionSettingsApplied) == 0x000008, "Wrong size on UI_BP_Benchmark_C_ResolutionSettingsApplied"); \ static_assert(offsetof(UI_BP_Benchmark_C_ResolutionSettingsApplied, Caller) == 0x000000, "Member 'UI_BP_Benchmark_C_ResolutionSettingsApplied::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark \ static_assert(alignof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark) == 0x000008, "Wrong alignment on UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark"); \ static_assert(sizeof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark) == 0x000080, "Wrong size on UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark"); \ static_assert(offsetof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark, EntryPoint) == 0x000000, "Member 'UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark, CallFunc_IsPCPlatform_ReturnValue) == 0x000008, "Member 'UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark::CallFunc_IsPCPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000010, "Member 'UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark, CallFunc_IsHardwareBenchmarkApplied_ReturnValue) == 0x000018, "Member 'UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark::CallFunc_IsHardwareBenchmarkApplied_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark, CallFunc_IsEditor_ReturnValue) == 0x000019, "Member 'UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark::CallFunc_IsEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark, CallFunc_IsVisible_ReturnValue) == 0x00001A, "Member 'UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark, K2Node_CustomEvent_LegendItem) == 0x000020, "Member 'UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark::K2Node_CustomEvent_LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark, K2Node_CustomEvent_HoldCompleted) == 0x000028, "Member 'UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark::K2Node_CustomEvent_HoldCompleted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark, CallFunc_IsVisible_ReturnValue_1) == 0x000029, "Member 'UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark, K2Node_ComponentBoundEvent_NewLegend) == 0x000030, "Member 'UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark::K2Node_ComponentBoundEvent_NewLegend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark, CallFunc_Initialize_self_CastInput) == 0x000040, "Member 'UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark::CallFunc_Initialize_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark, K2Node_ComponentBoundEvent_IsShown) == 0x000050, "Member 'UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark::K2Node_ComponentBoundEvent_IsShown' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark, K2Node_Event_IsDesignTime) == 0x000051, "Member 'UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark, K2Node_CreateDelegate_OutputDelegate) == 0x000054, "Member 'UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark, CallFunc_HermesBindEvent_Handle) == 0x000068, "Member 'UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark, K2Node_CustomEvent_Caller) == 0x000078, "Member 'UI_BP_Benchmark_C_ExecuteUbergraph_UI_BP_Benchmark::K2Node_CustomEvent_Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Benchmark_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_Benchmark_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_Benchmark_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_Benchmark_C_GatherMenuReaderStrings) == 0x0000C0, "Wrong size on UI_BP_Benchmark_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_Benchmark_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_Benchmark_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_Benchmark_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_Benchmark_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_Benchmark_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_Benchmark_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x000048, "Member 'UI_BP_Benchmark_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x000050, "Member 'UI_BP_Benchmark_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000060, "Member 'UI_BP_Benchmark_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000078, "Member 'UI_BP_Benchmark_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000088, "Member 'UI_BP_Benchmark_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000090, "Member 'UI_BP_Benchmark_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_Benchmark_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Benchmark_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000B8, "Member 'UI_BP_Benchmark_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Benchmark_C \ static_assert(alignof(UUI_BP_Benchmark_C) == 0x000008, "Wrong alignment on UUI_BP_Benchmark_C"); \ static_assert(sizeof(UUI_BP_Benchmark_C) == 0x000398, "Wrong size on UUI_BP_Benchmark_C"); \ static_assert(offsetof(UUI_BP_Benchmark_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_Benchmark_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Benchmark_C, BenchmarkTitle) == 0x000330, "Member 'UUI_BP_Benchmark_C::BenchmarkTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Benchmark_C, DescText) == 0x000338, "Member 'UUI_BP_Benchmark_C::DescText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Benchmark_C, LegendBar) == 0x000340, "Member 'UUI_BP_Benchmark_C::LegendBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Benchmark_C, Overlay_0) == 0x000348, "Member 'UUI_BP_Benchmark_C::Overlay_0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Benchmark_C, settingsMenu) == 0x000350, "Member 'UUI_BP_Benchmark_C::settingsMenu' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Benchmark_C, BenchmarkAccepted) == 0x000358, "Member 'UUI_BP_Benchmark_C::BenchmarkAccepted' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Benchmark_C, DefaultLegendData) == 0x000368, "Member 'UUI_BP_Benchmark_C::DefaultLegendData' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Benchmark_C, OnHDRScreenToggled) == 0x000378, "Member 'UUI_BP_Benchmark_C::OnHDRScreenToggled' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Benchmark_C, DesiredCursorStateChanged) == 0x000388, "Member 'UUI_BP_Benchmark_C::DesiredCursorStateChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightPropagationVolumeSettings \ static_assert(alignof(FLightPropagationVolumeSettings) == 0x000004, "Wrong alignment on FLightPropagationVolumeSettings"); \ static_assert(sizeof(FLightPropagationVolumeSettings) == 0x000040, "Wrong size on FLightPropagationVolumeSettings"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVIntensity) == 0x000004, "Member 'FLightPropagationVolumeSettings::LPVIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVVplInjectionBias) == 0x000008, "Member 'FLightPropagationVolumeSettings::LPVVplInjectionBias' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVSize) == 0x00000C, "Member 'FLightPropagationVolumeSettings::LPVSize' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVSecondaryOcclusionIntensity) == 0x000010, "Member 'FLightPropagationVolumeSettings::LPVSecondaryOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVSecondaryBounceIntensity) == 0x000014, "Member 'FLightPropagationVolumeSettings::LPVSecondaryBounceIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVGeometryVolumeBias) == 0x000018, "Member 'FLightPropagationVolumeSettings::LPVGeometryVolumeBias' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVEmissiveInjectionIntensity) == 0x00001C, "Member 'FLightPropagationVolumeSettings::LPVEmissiveInjectionIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVDirectionalOcclusionIntensity) == 0x000020, "Member 'FLightPropagationVolumeSettings::LPVDirectionalOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVDirectionalOcclusionRadius) == 0x000024, "Member 'FLightPropagationVolumeSettings::LPVDirectionalOcclusionRadius' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVDiffuseOcclusionExponent) == 0x000028, "Member 'FLightPropagationVolumeSettings::LPVDiffuseOcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVSpecularOcclusionExponent) == 0x00002C, "Member 'FLightPropagationVolumeSettings::LPVSpecularOcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVDiffuseOcclusionIntensity) == 0x000030, "Member 'FLightPropagationVolumeSettings::LPVDiffuseOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVSpecularOcclusionIntensity) == 0x000034, "Member 'FLightPropagationVolumeSettings::LPVSpecularOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVFadeRange) == 0x000038, "Member 'FLightPropagationVolumeSettings::LPVFadeRange' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVDirectionalOcclusionFadeRange) == 0x00003C, "Member 'FLightPropagationVolumeSettings::LPVDirectionalOcclusionFadeRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPBRValidationProfileRange \ static_assert(alignof(FPBRValidationProfileRange) == 0x000004, "Wrong alignment on FPBRValidationProfileRange"); \ static_assert(sizeof(FPBRValidationProfileRange) == 0x000008, "Wrong size on FPBRValidationProfileRange"); \ static_assert(offsetof(FPBRValidationProfileRange, Min) == 0x000000, "Member 'FPBRValidationProfileRange::Min' has a wrong offset!"); \ static_assert(offsetof(FPBRValidationProfileRange, Max) == 0x000004, "Member 'FPBRValidationProfileRange::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDefaultPBRValidationProfile \ static_assert(alignof(FDefaultPBRValidationProfile) == 0x000004, "Wrong alignment on FDefaultPBRValidationProfile"); \ static_assert(sizeof(FDefaultPBRValidationProfile) == 0x000010, "Wrong size on FDefaultPBRValidationProfile"); \ static_assert(offsetof(FDefaultPBRValidationProfile, LuminanceMetallicRange) == 0x000000, "Member 'FDefaultPBRValidationProfile::LuminanceMetallicRange' has a wrong offset!"); \ static_assert(offsetof(FDefaultPBRValidationProfile, LuminanceDielectricRange) == 0x000008, "Member 'FDefaultPBRValidationProfile::LuminanceDielectricRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPBRValidationProfile \ static_assert(alignof(FPBRValidationProfile) == 0x000008, "Wrong alignment on FPBRValidationProfile"); \ static_assert(sizeof(FPBRValidationProfile) == 0x000020, "Wrong size on FPBRValidationProfile"); \ static_assert(offsetof(FPBRValidationProfile, Name) == 0x000000, "Member 'FPBRValidationProfile::Name' has a wrong offset!"); \ static_assert(offsetof(FPBRValidationProfile, MetalnessRange) == 0x000010, "Member 'FPBRValidationProfile::MetalnessRange' has a wrong offset!"); \ static_assert(offsetof(FPBRValidationProfile, LuminanceRange) == 0x000018, "Member 'FPBRValidationProfile::LuminanceRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPBRValidatorSettings \ static_assert(alignof(UPBRValidatorSettings) == 0x000008, "Wrong alignment on UPBRValidatorSettings"); \ static_assert(sizeof(UPBRValidatorSettings) == 0x000058, "Wrong size on UPBRValidatorSettings"); \ static_assert(offsetof(UPBRValidatorSettings, DefaultProfile) == 0x000038, "Member 'UPBRValidatorSettings::DefaultProfile' has a wrong offset!"); \ static_assert(offsetof(UPBRValidatorSettings, Profiles) == 0x000048, "Member 'UPBRValidatorSettings::Profiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAutoCompleteCommand \ static_assert(alignof(FAutoCompleteCommand) == 0x000008, "Wrong alignment on FAutoCompleteCommand"); \ static_assert(sizeof(FAutoCompleteCommand) == 0x000028, "Wrong size on FAutoCompleteCommand"); \ static_assert(offsetof(FAutoCompleteCommand, Command) == 0x000000, "Member 'FAutoCompleteCommand::Command' has a wrong offset!"); \ static_assert(offsetof(FAutoCompleteCommand, Desc) == 0x000010, "Member 'FAutoCompleteCommand::Desc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameModeName \ static_assert(alignof(FGameModeName) == 0x000008, "Wrong alignment on FGameModeName"); \ static_assert(sizeof(FGameModeName) == 0x000028, "Wrong size on FGameModeName"); \ static_assert(offsetof(FGameModeName, Name) == 0x000000, "Member 'FGameModeName::Name' has a wrong offset!"); \ static_assert(offsetof(FGameModeName, GameMode) == 0x000010, "Member 'FGameModeName::GameMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConsoleSettings \ static_assert(alignof(UConsoleSettings) == 0x000008, "Wrong alignment on UConsoleSettings"); \ static_assert(sizeof(UConsoleSettings) == 0x000070, "Wrong size on UConsoleSettings"); \ static_assert(offsetof(UConsoleSettings, MaxScrollbackSize) == 0x000028, "Member 'UConsoleSettings::MaxScrollbackSize' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, ManualAutoCompleteList) == 0x000030, "Member 'UConsoleSettings::ManualAutoCompleteList' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, AutoCompleteMapPaths) == 0x000040, "Member 'UConsoleSettings::AutoCompleteMapPaths' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, BackgroundOpacityPercentage) == 0x000050, "Member 'UConsoleSettings::BackgroundOpacityPercentage' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, bOrderTopToBottom) == 0x000054, "Member 'UConsoleSettings::bOrderTopToBottom' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, bDisplayHelpInAutoComplete) == 0x000055, "Member 'UConsoleSettings::bDisplayHelpInAutoComplete' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, InputColor) == 0x000058, "Member 'UConsoleSettings::InputColor' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, HistoryColor) == 0x00005C, "Member 'UConsoleSettings::HistoryColor' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, AutoCompleteCommandColor) == 0x000060, "Member 'UConsoleSettings::AutoCompleteCommandColor' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, AutoCompleteCVarColor) == 0x000064, "Member 'UConsoleSettings::AutoCompleteCVarColor' has a wrong offset!"); \ static_assert(offsetof(UConsoleSettings, AutoCompleteFadedColor) == 0x000068, "Member 'UConsoleSettings::AutoCompleteFadedColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameMapsSettings_GetGameMapsSettings \ static_assert(alignof(GameMapsSettings_GetGameMapsSettings) == 0x000008, "Wrong alignment on GameMapsSettings_GetGameMapsSettings"); \ static_assert(sizeof(GameMapsSettings_GetGameMapsSettings) == 0x000008, "Wrong size on GameMapsSettings_GetGameMapsSettings"); \ static_assert(offsetof(GameMapsSettings_GetGameMapsSettings, ReturnValue) == 0x000000, "Member 'GameMapsSettings_GetGameMapsSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameMapsSettings_SetSkipAssigningGamepadToPlayer1 \ static_assert(alignof(GameMapsSettings_SetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong alignment on GameMapsSettings_SetSkipAssigningGamepadToPlayer1"); \ static_assert(sizeof(GameMapsSettings_SetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong size on GameMapsSettings_SetSkipAssigningGamepadToPlayer1"); \ static_assert(offsetof(GameMapsSettings_SetSkipAssigningGamepadToPlayer1, bSkipFirstPlayer) == 0x000000, "Member 'GameMapsSettings_SetSkipAssigningGamepadToPlayer1::bSkipFirstPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameMapsSettings_GetSkipAssigningGamepadToPlayer1 \ static_assert(alignof(GameMapsSettings_GetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong alignment on GameMapsSettings_GetSkipAssigningGamepadToPlayer1"); \ static_assert(sizeof(GameMapsSettings_GetSkipAssigningGamepadToPlayer1) == 0x000001, "Wrong size on GameMapsSettings_GetSkipAssigningGamepadToPlayer1"); \ static_assert(offsetof(GameMapsSettings_GetSkipAssigningGamepadToPlayer1, ReturnValue) == 0x000000, "Member 'GameMapsSettings_GetSkipAssigningGamepadToPlayer1::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameMapsSettings \ static_assert(alignof(UGameMapsSettings) == 0x000008, "Wrong alignment on UGameMapsSettings"); \ static_assert(sizeof(UGameMapsSettings) == 0x0000F0, "Wrong size on UGameMapsSettings"); \ static_assert(offsetof(UGameMapsSettings, LocalMapOptions) == 0x000028, "Member 'UGameMapsSettings::LocalMapOptions' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, TransitionMap) == 0x000038, "Member 'UGameMapsSettings::TransitionMap' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, bUseSplitscreen) == 0x000050, "Member 'UGameMapsSettings::bUseSplitscreen' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, TwoPlayerSplitscreenLayout) == 0x000051, "Member 'UGameMapsSettings::TwoPlayerSplitscreenLayout' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, ThreePlayerSplitscreenLayout) == 0x000052, "Member 'UGameMapsSettings::ThreePlayerSplitscreenLayout' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, FourPlayerSplitscreenLayout) == 0x000053, "Member 'UGameMapsSettings::FourPlayerSplitscreenLayout' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, bOffsetPlayerGamepadIds) == 0x000054, "Member 'UGameMapsSettings::bOffsetPlayerGamepadIds' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GameInstanceClass) == 0x000058, "Member 'UGameMapsSettings::GameInstanceClass' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GameDefaultMap) == 0x000070, "Member 'UGameMapsSettings::GameDefaultMap' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, ServerDefaultMap) == 0x000088, "Member 'UGameMapsSettings::ServerDefaultMap' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GlobalDefaultGameMode) == 0x0000A0, "Member 'UGameMapsSettings::GlobalDefaultGameMode' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GlobalDefaultServerGameMode) == 0x0000B8, "Member 'UGameMapsSettings::GlobalDefaultServerGameMode' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GameModeMapPrefixes) == 0x0000D0, "Member 'UGameMapsSettings::GameModeMapPrefixes' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GameModeClassAliases) == 0x0000E0, "Member 'UGameMapsSettings::GameModeClassAliases' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameNetworkManagerSettings \ static_assert(alignof(UGameNetworkManagerSettings) == 0x000008, "Wrong alignment on UGameNetworkManagerSettings"); \ static_assert(sizeof(UGameNetworkManagerSettings) == 0x000058, "Wrong size on UGameNetworkManagerSettings"); \ static_assert(offsetof(UGameNetworkManagerSettings, MinDynamicBandwidth) == 0x000028, "Member 'UGameNetworkManagerSettings::MinDynamicBandwidth' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, MaxDynamicBandwidth) == 0x00002C, "Member 'UGameNetworkManagerSettings::MaxDynamicBandwidth' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, TotalNetBandwidth) == 0x000030, "Member 'UGameNetworkManagerSettings::TotalNetBandwidth' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, BadPingThreshold) == 0x000034, "Member 'UGameNetworkManagerSettings::BadPingThreshold' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, StandbyRxCheatTime) == 0x00003C, "Member 'UGameNetworkManagerSettings::StandbyRxCheatTime' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, StandbyTxCheatTime) == 0x000040, "Member 'UGameNetworkManagerSettings::StandbyTxCheatTime' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, PercentMissingForRxStandby) == 0x000044, "Member 'UGameNetworkManagerSettings::PercentMissingForRxStandby' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, PercentMissingForTxStandby) == 0x000048, "Member 'UGameNetworkManagerSettings::PercentMissingForTxStandby' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, PercentForBadPing) == 0x00004C, "Member 'UGameNetworkManagerSettings::PercentForBadPing' has a wrong offset!"); \ static_assert(offsetof(UGameNetworkManagerSettings, JoinInProgressStandbyWaitTime) == 0x000050, "Member 'UGameNetworkManagerSettings::JoinInProgressStandbyWaitTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameSessionSettings \ static_assert(alignof(UGameSessionSettings) == 0x000008, "Wrong alignment on UGameSessionSettings"); \ static_assert(sizeof(UGameSessionSettings) == 0x000038, "Wrong size on UGameSessionSettings"); \ static_assert(offsetof(UGameSessionSettings, MaxSpectators) == 0x000028, "Member 'UGameSessionSettings::MaxSpectators' has a wrong offset!"); \ static_assert(offsetof(UGameSessionSettings, MaxPlayers) == 0x00002C, "Member 'UGameSessionSettings::MaxPlayers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGeneralEngineSettings \ static_assert(alignof(UGeneralEngineSettings) == 0x000008, "Wrong alignment on UGeneralEngineSettings"); \ static_assert(sizeof(UGeneralEngineSettings) == 0x000028, "Wrong size on UGeneralEngineSettings"); \ #define DUMPER7_ASSERTS_UGeneralProjectSettings \ static_assert(alignof(UGeneralProjectSettings) == 0x000008, "Wrong alignment on UGeneralProjectSettings"); \ static_assert(sizeof(UGeneralProjectSettings) == 0x000110, "Wrong size on UGeneralProjectSettings"); \ static_assert(offsetof(UGeneralProjectSettings, CompanyName) == 0x000028, "Member 'UGeneralProjectSettings::CompanyName' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, CompanyDistinguishedName) == 0x000038, "Member 'UGeneralProjectSettings::CompanyDistinguishedName' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, CopyrightNotice) == 0x000048, "Member 'UGeneralProjectSettings::CopyrightNotice' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, Description) == 0x000058, "Member 'UGeneralProjectSettings::Description' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, Homepage) == 0x000068, "Member 'UGeneralProjectSettings::Homepage' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, LicensingTerms) == 0x000078, "Member 'UGeneralProjectSettings::LicensingTerms' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, PrivacyPolicy) == 0x000088, "Member 'UGeneralProjectSettings::PrivacyPolicy' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, ProjectID) == 0x000098, "Member 'UGeneralProjectSettings::ProjectID' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, ProjectName) == 0x0000A8, "Member 'UGeneralProjectSettings::ProjectName' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, ProjectVersion) == 0x0000B8, "Member 'UGeneralProjectSettings::ProjectVersion' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, SupportContact) == 0x0000C8, "Member 'UGeneralProjectSettings::SupportContact' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, ProjectDisplayedTitle) == 0x0000D8, "Member 'UGeneralProjectSettings::ProjectDisplayedTitle' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, ProjectDebugTitleInfo) == 0x0000F0, "Member 'UGeneralProjectSettings::ProjectDebugTitleInfo' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, bShouldWindowPreserveAspectRatio) == 0x000108, "Member 'UGeneralProjectSettings::bShouldWindowPreserveAspectRatio' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, bUseBorderlessWindow) == 0x000109, "Member 'UGeneralProjectSettings::bUseBorderlessWindow' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, bStartInVR) == 0x00010A, "Member 'UGeneralProjectSettings::bStartInVR' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, bAllowWindowResize) == 0x00010B, "Member 'UGeneralProjectSettings::bAllowWindowResize' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, bAllowClose) == 0x00010C, "Member 'UGeneralProjectSettings::bAllowClose' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, bAllowMaximize) == 0x00010D, "Member 'UGeneralProjectSettings::bAllowMaximize' has a wrong offset!"); \ static_assert(offsetof(UGeneralProjectSettings, bAllowMinimize) == 0x00010E, "Member 'UGeneralProjectSettings::bAllowMinimize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHudSettings \ static_assert(alignof(UHudSettings) == 0x000008, "Wrong alignment on UHudSettings"); \ static_assert(sizeof(UHudSettings) == 0x000040, "Wrong size on UHudSettings"); \ static_assert(offsetof(UHudSettings, DebugDisplay) == 0x000030, "Member 'UHudSettings::DebugDisplay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000290, "Wrong size on UMockDataMeshTrackerComponent"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, OnMeshTrackerUpdated) == 0x000218, "Member 'UMockDataMeshTrackerComponent::OnMeshTrackerUpdated' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, ScanWorld) == 0x000228, "Member 'UMockDataMeshTrackerComponent::ScanWorld' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, RequestNormals) == 0x000229, "Member 'UMockDataMeshTrackerComponent::RequestNormals' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, RequestVertexConfidence) == 0x00022A, "Member 'UMockDataMeshTrackerComponent::RequestVertexConfidence' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorMode) == 0x00022B, "Member 'UMockDataMeshTrackerComponent::VertexColorMode' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, BlockVertexColors) == 0x000230, "Member 'UMockDataMeshTrackerComponent::BlockVertexColors' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorFromConfidenceZero) == 0x000240, "Member 'UMockDataMeshTrackerComponent::VertexColorFromConfidenceZero' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorFromConfidenceOne) == 0x000250, "Member 'UMockDataMeshTrackerComponent::VertexColorFromConfidenceOne' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, UpdateInterval) == 0x000260, "Member 'UMockDataMeshTrackerComponent::UpdateInterval' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, MRMesh) == 0x000268, "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) == 0x000540, "Wrong size on UMRMeshComponent"); \ static_assert(offsetof(UMRMeshComponent, Material) == 0x000490, "Member 'UMRMeshComponent::Material' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, WireframeMaterial) == 0x000498, "Member 'UMRMeshComponent::WireframeMaterial' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, bCreateMeshProxySections) == 0x0004A0, "Member 'UMRMeshComponent::bCreateMeshProxySections' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, bUpdateNavMeshOnMeshUpdate) == 0x0004A1, "Member 'UMRMeshComponent::bUpdateNavMeshOnMeshUpdate' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, bNeverCreateCollisionMesh) == 0x0004A2, "Member 'UMRMeshComponent::bNeverCreateCollisionMesh' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, CachedBodySetup) == 0x0004A8, "Member 'UMRMeshComponent::CachedBodySetup' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, BodySetups) == 0x0004B0, "Member 'UMRMeshComponent::BodySetups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_CamShake_Protego_Parry_C \ static_assert(alignof(UBP_CamShake_Protego_Parry_C) == 0x000010, "Wrong alignment on UBP_CamShake_Protego_Parry_C"); \ static_assert(sizeof(UBP_CamShake_Protego_Parry_C) == 0x0001B0, "Wrong size on UBP_CamShake_Protego_Parry_C"); \ #define DUMPER7_ASSERTS_UABL_Telescope_Enter_C \ static_assert(alignof(UABL_Telescope_Enter_C) == 0x000008, "Wrong alignment on UABL_Telescope_Enter_C"); \ static_assert(sizeof(UABL_Telescope_Enter_C) == 0x0000C8, "Wrong size on UABL_Telescope_Enter_C"); \ #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_GetPositionalTrackingCameraParameters \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters) == 0x00002C, "Wrong size on HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, CameraOrigin) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::CameraOrigin' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, CameraRotation) == 0x00000C, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::CameraRotation' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, HFOV) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::HFOV' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, VFOV) == 0x00001C, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::VFOV' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, CameraDistance) == 0x000020, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::CameraDistance' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, NearPlane) == 0x000024, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::NearPlane' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, FarPlane) == 0x000028, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::FarPlane' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetScreenPercentage \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetScreenPercentage) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetScreenPercentage"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetScreenPercentage) == 0x000004, "Wrong size on HeadMountedDisplayFunctionLibrary_GetScreenPercentage"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetScreenPercentage, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetScreenPercentage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetTrackingOrigin \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetTrackingOrigin) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetTrackingOrigin"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetTrackingOrigin) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_GetTrackingOrigin"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingOrigin, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters) == 0x00003C, "Wrong size on HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, Origin) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::Origin' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, Rotation) == 0x00000C, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::Rotation' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, LeftFOV) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::LeftFOV' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, RightFOV) == 0x00001C, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::RightFOV' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, TopFOV) == 0x000020, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::TopFOV' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, BottomFOV) == 0x000024, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::BottomFOV' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, Distance) == 0x000028, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::Distance' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, NearPlane) == 0x00002C, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::NearPlane' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, FarPlane) == 0x000030, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::FarPlane' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, IsActive) == 0x000034, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::IsActive' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters, Index_0) == 0x000038, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingSensorParameters::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform) == 0x000010, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform) == 0x000040, "Wrong size on HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform::WorldContext' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform, ReturnValue) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingToWorldTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetVersionString \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetVersionString) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetVersionString"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetVersionString) == 0x000010, "Wrong size on HeadMountedDisplayFunctionLibrary_GetVersionString"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetVersionString, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetVersionString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetVRFocusState \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetVRFocusState) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetVRFocusState"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetVRFocusState) == 0x000002, "Wrong size on HeadMountedDisplayFunctionLibrary_GetVRFocusState"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetVRFocusState, bUseFocus) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetVRFocusState::bUseFocus' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetVRFocusState, bHasFocus) == 0x000001, "Member 'HeadMountedDisplayFunctionLibrary_GetVRFocusState::bHasFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale) == 0x000010, "Wrong size on HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale::WorldContext' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale, ReturnValue) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_GetWorldToMetersScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetXRSystemFlags \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetXRSystemFlags) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetXRSystemFlags"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetXRSystemFlags) == 0x000004, "Wrong size on HeadMountedDisplayFunctionLibrary_GetXRSystemFlags"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetXRSystemFlags, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetXRSystemFlags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_HasValidTrackingPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_IsDeviceTracking \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_IsDeviceTracking) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_IsDeviceTracking"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_IsDeviceTracking) == 0x000010, "Wrong size on HeadMountedDisplayFunctionLibrary_IsDeviceTracking"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsDeviceTracking, XRDeviceId) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_IsDeviceTracking::XRDeviceId' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsDeviceTracking, ReturnValue) == 0x00000C, "Member 'HeadMountedDisplayFunctionLibrary_IsDeviceTracking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayConnected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_IsHeadMountedDisplayEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition) == 0x000008, "Wrong size on HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition, Yaw) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition::Yaw' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition, OPTIONS) == 0x000004, "Member 'HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition::OPTIONS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetClippingPlanes \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetClippingPlanes) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetClippingPlanes"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetClippingPlanes) == 0x000008, "Wrong size on HeadMountedDisplayFunctionLibrary_SetClippingPlanes"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetClippingPlanes, Near) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetClippingPlanes::Near' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetClippingPlanes, Far) == 0x000004, "Member 'HeadMountedDisplayFunctionLibrary_SetClippingPlanes::Far' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode, Mode) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout) == 0x000024, "Wrong size on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, EyeRectMin) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::EyeRectMin' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, EyeRectMax) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::EyeRectMax' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, TextureRectMin) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::TextureRectMin' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, TextureRectMax) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::TextureRectMax' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, bDrawEyeFirst) == 0x000020, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::bDrawEyeFirst' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, bClearBlack) == 0x000021, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::bClearBlack' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout, bUseAlpha) == 0x000022, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout::bUseAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture) == 0x000008, "Wrong size on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture, inTexture) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenTexture::inTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetTrackingOrigin \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetTrackingOrigin) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetTrackingOrigin"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetTrackingOrigin) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_SetTrackingOrigin"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetTrackingOrigin, Origin) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetTrackingOrigin::Origin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale) == 0x000010, "Wrong size on HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale, WorldContext) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale::WorldContext' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale, NewScale) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_SetWorldToMetersScale::NewScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate) == 0x000010, "Wrong size on HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate, InDisconnectedDelegate) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetXRDisconnectDelegate::InDisconnectedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate) == 0x000018, "Wrong size on HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate, ActionName) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate::ActionName' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate, InDelegate) == 0x000008, "Member 'HeadMountedDisplayFunctionLibrary_SetXRTimedInputActionDelegate::InDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition) == 0x000010, "Wrong alignment on HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition) == 0x000030, "Wrong size on HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition, ExternalTrackingTransform) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_UpdateExternalTrackingHMDPosition::ExternalTrackingTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHeadMountedDisplayFunctionLibrary \ static_assert(alignof(UHeadMountedDisplayFunctionLibrary) == 0x000008, "Wrong alignment on UHeadMountedDisplayFunctionLibrary"); \ static_assert(sizeof(UHeadMountedDisplayFunctionLibrary) == 0x000028, "Wrong size on UHeadMountedDisplayFunctionLibrary"); \ #define DUMPER7_ASSERTS_HandKeypointConversion_Conv_HandKeypointToInt32 \ static_assert(alignof(HandKeypointConversion_Conv_HandKeypointToInt32) == 0x000004, "Wrong alignment on HandKeypointConversion_Conv_HandKeypointToInt32"); \ static_assert(sizeof(HandKeypointConversion_Conv_HandKeypointToInt32) == 0x000008, "Wrong size on HandKeypointConversion_Conv_HandKeypointToInt32"); \ static_assert(offsetof(HandKeypointConversion_Conv_HandKeypointToInt32, Input) == 0x000000, "Member 'HandKeypointConversion_Conv_HandKeypointToInt32::Input' has a wrong offset!"); \ static_assert(offsetof(HandKeypointConversion_Conv_HandKeypointToInt32, ReturnValue) == 0x000004, "Member 'HandKeypointConversion_Conv_HandKeypointToInt32::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHandKeypointConversion \ static_assert(alignof(UHandKeypointConversion) == 0x000008, "Wrong alignment on UHandKeypointConversion"); \ static_assert(sizeof(UHandKeypointConversion) == 0x000028, "Wrong size on UHandKeypointConversion"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_GetHandJointPosition \ static_assert(alignof(MotionControllerComponent_GetHandJointPosition) == 0x000004, "Wrong alignment on MotionControllerComponent_GetHandJointPosition"); \ static_assert(sizeof(MotionControllerComponent_GetHandJointPosition) == 0x000014, "Wrong size on MotionControllerComponent_GetHandJointPosition"); \ static_assert(offsetof(MotionControllerComponent_GetHandJointPosition, jointIndex) == 0x000000, "Member 'MotionControllerComponent_GetHandJointPosition::jointIndex' has a wrong offset!"); \ static_assert(offsetof(MotionControllerComponent_GetHandJointPosition, bValueFound) == 0x000004, "Member 'MotionControllerComponent_GetHandJointPosition::bValueFound' has a wrong offset!"); \ static_assert(offsetof(MotionControllerComponent_GetHandJointPosition, ReturnValue) == 0x000008, "Member 'MotionControllerComponent_GetHandJointPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_GetParameterValue \ static_assert(alignof(MotionControllerComponent_GetParameterValue) == 0x000004, "Wrong alignment on MotionControllerComponent_GetParameterValue"); \ static_assert(sizeof(MotionControllerComponent_GetParameterValue) == 0x000010, "Wrong size on MotionControllerComponent_GetParameterValue"); \ static_assert(offsetof(MotionControllerComponent_GetParameterValue, InName) == 0x000000, "Member 'MotionControllerComponent_GetParameterValue::InName' has a wrong offset!"); \ static_assert(offsetof(MotionControllerComponent_GetParameterValue, bValueFound) == 0x000008, "Member 'MotionControllerComponent_GetParameterValue::bValueFound' has a wrong offset!"); \ static_assert(offsetof(MotionControllerComponent_GetParameterValue, ReturnValue) == 0x00000C, "Member 'MotionControllerComponent_GetParameterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_SetAssociatedPlayerIndex \ static_assert(alignof(MotionControllerComponent_SetAssociatedPlayerIndex) == 0x000004, "Wrong alignment on MotionControllerComponent_SetAssociatedPlayerIndex"); \ static_assert(sizeof(MotionControllerComponent_SetAssociatedPlayerIndex) == 0x000004, "Wrong size on MotionControllerComponent_SetAssociatedPlayerIndex"); \ static_assert(offsetof(MotionControllerComponent_SetAssociatedPlayerIndex, NewPlayer) == 0x000000, "Member 'MotionControllerComponent_SetAssociatedPlayerIndex::NewPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_SetCustomDisplayMesh \ static_assert(alignof(MotionControllerComponent_SetCustomDisplayMesh) == 0x000008, "Wrong alignment on MotionControllerComponent_SetCustomDisplayMesh"); \ static_assert(sizeof(MotionControllerComponent_SetCustomDisplayMesh) == 0x000008, "Wrong size on MotionControllerComponent_SetCustomDisplayMesh"); \ static_assert(offsetof(MotionControllerComponent_SetCustomDisplayMesh, NewDisplayMesh) == 0x000000, "Member 'MotionControllerComponent_SetCustomDisplayMesh::NewDisplayMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_SetDisplayModelSource \ static_assert(alignof(MotionControllerComponent_SetDisplayModelSource) == 0x000004, "Wrong alignment on MotionControllerComponent_SetDisplayModelSource"); \ static_assert(sizeof(MotionControllerComponent_SetDisplayModelSource) == 0x000008, "Wrong size on MotionControllerComponent_SetDisplayModelSource"); \ static_assert(offsetof(MotionControllerComponent_SetDisplayModelSource, NewDisplayModelSource) == 0x000000, "Member 'MotionControllerComponent_SetDisplayModelSource::NewDisplayModelSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_SetShowDeviceModel \ static_assert(alignof(MotionControllerComponent_SetShowDeviceModel) == 0x000001, "Wrong alignment on MotionControllerComponent_SetShowDeviceModel"); \ static_assert(sizeof(MotionControllerComponent_SetShowDeviceModel) == 0x000001, "Wrong size on MotionControllerComponent_SetShowDeviceModel"); \ static_assert(offsetof(MotionControllerComponent_SetShowDeviceModel, bShowControllerModel) == 0x000000, "Member 'MotionControllerComponent_SetShowDeviceModel::bShowControllerModel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_SetTrackingMotionSource \ static_assert(alignof(MotionControllerComponent_SetTrackingMotionSource) == 0x000004, "Wrong alignment on MotionControllerComponent_SetTrackingMotionSource"); \ static_assert(sizeof(MotionControllerComponent_SetTrackingMotionSource) == 0x000008, "Wrong size on MotionControllerComponent_SetTrackingMotionSource"); \ static_assert(offsetof(MotionControllerComponent_SetTrackingMotionSource, NewSource) == 0x000000, "Member 'MotionControllerComponent_SetTrackingMotionSource::NewSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_SetTrackingSource \ static_assert(alignof(MotionControllerComponent_SetTrackingSource) == 0x000001, "Wrong alignment on MotionControllerComponent_SetTrackingSource"); \ static_assert(sizeof(MotionControllerComponent_SetTrackingSource) == 0x000001, "Wrong size on MotionControllerComponent_SetTrackingSource"); \ static_assert(offsetof(MotionControllerComponent_SetTrackingSource, NewSource) == 0x000000, "Member 'MotionControllerComponent_SetTrackingSource::NewSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_GetTrackingSource \ static_assert(alignof(MotionControllerComponent_GetTrackingSource) == 0x000001, "Wrong alignment on MotionControllerComponent_GetTrackingSource"); \ static_assert(sizeof(MotionControllerComponent_GetTrackingSource) == 0x000001, "Wrong size on MotionControllerComponent_GetTrackingSource"); \ static_assert(offsetof(MotionControllerComponent_GetTrackingSource, ReturnValue) == 0x000000, "Member 'MotionControllerComponent_GetTrackingSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MotionControllerComponent_IsTracked \ static_assert(alignof(MotionControllerComponent_IsTracked) == 0x000001, "Wrong alignment on MotionControllerComponent_IsTracked"); \ static_assert(sizeof(MotionControllerComponent_IsTracked) == 0x000001, "Wrong size on MotionControllerComponent_IsTracked"); \ static_assert(offsetof(MotionControllerComponent_IsTracked, ReturnValue) == 0x000000, "Member 'MotionControllerComponent_IsTracked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMotionControllerComponent \ static_assert(alignof(UMotionControllerComponent) == 0x000010, "Wrong alignment on UMotionControllerComponent"); \ static_assert(sizeof(UMotionControllerComponent) == 0x000540, "Wrong size on UMotionControllerComponent"); \ static_assert(offsetof(UMotionControllerComponent, PlayerIndex) == 0x000480, "Member 'UMotionControllerComponent::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, Hand) == 0x000484, "Member 'UMotionControllerComponent::Hand' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, MotionSource) == 0x000488, "Member 'UMotionControllerComponent::MotionSource' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, CurrentTrackingStatus) == 0x000494, "Member 'UMotionControllerComponent::CurrentTrackingStatus' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, bDisplayDeviceModel) == 0x000495, "Member 'UMotionControllerComponent::bDisplayDeviceModel' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, DisplayModelSource) == 0x000498, "Member 'UMotionControllerComponent::DisplayModelSource' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, CustomDisplayMesh) == 0x0004A0, "Member 'UMotionControllerComponent::CustomDisplayMesh' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, DisplayMeshMaterialOverrides) == 0x0004A8, "Member 'UMotionControllerComponent::DisplayMeshMaterialOverrides' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, DisplayComponent) == 0x000520, "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) == 0x000160, "Wrong size on UVRNotificationsComponent"); \ static_assert(offsetof(UVRNotificationsComponent, HMDTrackingInitializingAndNeedsHMDToBeTrackedDelegate) == 0x0000D0, "Member 'UVRNotificationsComponent::HMDTrackingInitializingAndNeedsHMDToBeTrackedDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDTrackingInitializedDelegate) == 0x0000E0, "Member 'UVRNotificationsComponent::HMDTrackingInitializedDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDRecenteredDelegate) == 0x0000F0, "Member 'UVRNotificationsComponent::HMDRecenteredDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDLostDelegate) == 0x000100, "Member 'UVRNotificationsComponent::HMDLostDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDReconnectedDelegate) == 0x000110, "Member 'UVRNotificationsComponent::HMDReconnectedDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDConnectCanceledDelegate) == 0x000120, "Member 'UVRNotificationsComponent::HMDConnectCanceledDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDPutOnHeadDelegate) == 0x000130, "Member 'UVRNotificationsComponent::HMDPutOnHeadDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDRemovedFromHeadDelegate) == 0x000140, "Member 'UVRNotificationsComponent::HMDRemovedFromHeadDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, VRControllerRecenteredDelegate) == 0x000150, "Member 'UVRNotificationsComponent::VRControllerRecenteredDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking \ static_assert(alignof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking) == 0x000010, "Wrong alignment on XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking"); \ static_assert(sizeof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking) == 0x000060, "Wrong size on XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, Target) == 0x000000, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::Target' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, XRDeviceId) == 0x000008, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::XRDeviceId' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, bManualAttachment) == 0x000014, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::bManualAttachment' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, RelativeTransform) == 0x000020, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking, ReturnValue) == 0x000050, "Member 'XRAssetFunctionLibrary_AddDeviceVisualizationComponentBlocking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking \ static_assert(alignof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking) == 0x000010, "Wrong alignment on XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking"); \ static_assert(sizeof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking) == 0x000070, "Wrong size on XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, Target) == 0x000000, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::Target' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, SystemName) == 0x000008, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::SystemName' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, DeviceName) == 0x000010, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::DeviceName' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, bManualAttachment) == 0x000018, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::bManualAttachment' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, RelativeTransform) == 0x000020, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, XRDeviceId) == 0x000050, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::XRDeviceId' has a wrong offset!"); \ static_assert(offsetof(XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking, ReturnValue) == 0x000060, "Member 'XRAssetFunctionLibrary_AddNamedDeviceVisualizationComponentBlocking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UXRAssetFunctionLibrary \ static_assert(alignof(UXRAssetFunctionLibrary) == 0x000008, "Wrong alignment on UXRAssetFunctionLibrary"); \ static_assert(sizeof(UXRAssetFunctionLibrary) == 0x000028, "Wrong size on UXRAssetFunctionLibrary"); \ #define DUMPER7_ASSERTS_AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync \ static_assert(alignof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync) == 0x000010, "Wrong alignment on AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync"); \ static_assert(sizeof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync) == 0x000060, "Wrong size on AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, Target) == 0x000000, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::Target' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, XRDeviceId) == 0x000008, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::XRDeviceId' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, bManualAttachment) == 0x000014, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::bManualAttachment' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, RelativeTransform) == 0x000020, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, NewComponent) == 0x000050, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::NewComponent' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync, ReturnValue) == 0x000058, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddDeviceVisualizationComponentAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync \ static_assert(alignof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync) == 0x000010, "Wrong alignment on AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync"); \ static_assert(sizeof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync) == 0x000070, "Wrong size on AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, Target) == 0x000000, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::Target' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, SystemName) == 0x000008, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::SystemName' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, DeviceName) == 0x000010, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::DeviceName' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, bManualAttachment) == 0x000018, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::bManualAttachment' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, RelativeTransform) == 0x000020, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, XRDeviceId) == 0x000050, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::XRDeviceId' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, NewComponent) == 0x000060, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::NewComponent' has a wrong offset!"); \ static_assert(offsetof(AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync, ReturnValue) == 0x000068, "Member 'AsyncTask_LoadXRDeviceVisComponent_AddNamedDeviceVisualizationComponentAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncTask_LoadXRDeviceVisComponent \ static_assert(alignof(UAsyncTask_LoadXRDeviceVisComponent) == 0x000008, "Wrong alignment on UAsyncTask_LoadXRDeviceVisComponent"); \ static_assert(sizeof(UAsyncTask_LoadXRDeviceVisComponent) == 0x000060, "Wrong size on UAsyncTask_LoadXRDeviceVisComponent"); \ static_assert(offsetof(UAsyncTask_LoadXRDeviceVisComponent, OnModelLoaded) == 0x000030, "Member 'UAsyncTask_LoadXRDeviceVisComponent::OnModelLoaded' has a wrong offset!"); \ static_assert(offsetof(UAsyncTask_LoadXRDeviceVisComponent, OnLoadFailure) == 0x000040, "Member 'UAsyncTask_LoadXRDeviceVisComponent::OnLoadFailure' has a wrong offset!"); \ static_assert(offsetof(UAsyncTask_LoadXRDeviceVisComponent, SpawnedComponent) == 0x000058, "Member 'UAsyncTask_LoadXRDeviceVisComponent::SpawnedComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash \ static_assert(alignof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash) == 0x000008, "Wrong alignment on XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash"); \ static_assert(sizeof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash) == 0x000038, "Wrong size on XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, Texture) == 0x000000, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::Texture' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, Translation) == 0x000008, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::Translation' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, Rotation) == 0x000014, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::Rotation' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, size) == 0x000020, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::size' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, DeltaRotation) == 0x000028, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::DeltaRotation' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash, bClearBeforeAdd) == 0x000034, "Member 'XRLoadingScreenFunctionLibrary_AddLoadingScreenSplash::bClearBeforeAdd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_XRLoadingScreenFunctionLibrary_SetLoadingScreen \ static_assert(alignof(XRLoadingScreenFunctionLibrary_SetLoadingScreen) == 0x000008, "Wrong alignment on XRLoadingScreenFunctionLibrary_SetLoadingScreen"); \ static_assert(sizeof(XRLoadingScreenFunctionLibrary_SetLoadingScreen) == 0x000020, "Wrong size on XRLoadingScreenFunctionLibrary_SetLoadingScreen"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_SetLoadingScreen, Texture) == 0x000000, "Member 'XRLoadingScreenFunctionLibrary_SetLoadingScreen::Texture' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_SetLoadingScreen, Scale) == 0x000008, "Member 'XRLoadingScreenFunctionLibrary_SetLoadingScreen::Scale' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_SetLoadingScreen, Offset) == 0x000010, "Member 'XRLoadingScreenFunctionLibrary_SetLoadingScreen::Offset' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_SetLoadingScreen, bShowLoadingMovie) == 0x00001C, "Member 'XRLoadingScreenFunctionLibrary_SetLoadingScreen::bShowLoadingMovie' has a wrong offset!"); \ static_assert(offsetof(XRLoadingScreenFunctionLibrary_SetLoadingScreen, bShowOnSet) == 0x00001D, "Member 'XRLoadingScreenFunctionLibrary_SetLoadingScreen::bShowOnSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UXRLoadingScreenFunctionLibrary \ static_assert(alignof(UXRLoadingScreenFunctionLibrary) == 0x000008, "Wrong alignment on UXRLoadingScreenFunctionLibrary"); \ static_assert(sizeof(UXRLoadingScreenFunctionLibrary) == 0x000028, "Wrong size on UXRLoadingScreenFunctionLibrary"); \ #define DUMPER7_ASSERTS_UABL_Swim_Move_Loop_C \ static_assert(alignof(UABL_Swim_Move_Loop_C) == 0x000008, "Wrong alignment on UABL_Swim_Move_Loop_C"); \ static_assert(sizeof(UABL_Swim_Move_Loop_C) == 0x0000C8, "Wrong size on UABL_Swim_Move_Loop_C"); \ #define DUMPER7_ASSERTS_UABL_SwimEnterMummyPose_C \ static_assert(alignof(UABL_SwimEnterMummyPose_C) == 0x000008, "Wrong alignment on UABL_SwimEnterMummyPose_C"); \ static_assert(sizeof(UABL_SwimEnterMummyPose_C) == 0x0000C8, "Wrong size on UABL_SwimEnterMummyPose_C"); \ #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_UFoliageInstancedStaticMeshComponent \ static_assert(alignof(UFoliageInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UFoliageInstancedStaticMeshComponent"); \ static_assert(sizeof(UFoliageInstancedStaticMeshComponent) == 0x0006F0, "Wrong size on UFoliageInstancedStaticMeshComponent"); \ static_assert(offsetof(UFoliageInstancedStaticMeshComponent, OnInstanceTakePointDamage) == 0x0006B8, "Member 'UFoliageInstancedStaticMeshComponent::OnInstanceTakePointDamage' has a wrong offset!"); \ static_assert(offsetof(UFoliageInstancedStaticMeshComponent, OnInstanceTakeRadialDamage) == 0x0006C8, "Member 'UFoliageInstancedStaticMeshComponent::OnInstanceTakeRadialDamage' has a wrong offset!"); \ static_assert(offsetof(UFoliageInstancedStaticMeshComponent, GenerationGuid) == 0x0006D8, "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) == 0x0003B8, "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, ReceivesWeatherDecalsMask) == 0x00014C, "Member 'UFoliageType::ReceivesWeatherDecalsMask' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, OverriddenLightMapRes) == 0x000154, "Member 'UFoliageType::OverriddenLightMapRes' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, LightmapType) == 0x000158, "Member 'UFoliageType::LightmapType' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, BodyInstance) == 0x000168, "Member 'UFoliageType::BodyInstance' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, CustomNavigableGeometry) == 0x0002C0, "Member 'UFoliageType::CustomNavigableGeometry' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, LightingChannels) == 0x0002C1, "Member 'UFoliageType::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, CustomDepthStencilWriteMask) == 0x0002C8, "Member 'UFoliageType::CustomDepthStencilWriteMask' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, CustomDepthStencilValue) == 0x0002CC, "Member 'UFoliageType::CustomDepthStencilValue' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, TranslucencySortPriority) == 0x0002D0, "Member 'UFoliageType::TranslucencySortPriority' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, CollisionRadius) == 0x0002D4, "Member 'UFoliageType::CollisionRadius' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, ShadeRadius) == 0x0002D8, "Member 'UFoliageType::ShadeRadius' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, NumSteps) == 0x0002DC, "Member 'UFoliageType::NumSteps' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, InitialSeedDensity) == 0x0002E0, "Member 'UFoliageType::InitialSeedDensity' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, AverageSpreadDistance) == 0x0002E4, "Member 'UFoliageType::AverageSpreadDistance' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, SpreadVariance) == 0x0002E8, "Member 'UFoliageType::SpreadVariance' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, SeedsPerStep) == 0x0002EC, "Member 'UFoliageType::SeedsPerStep' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, DistributionSeed) == 0x0002F0, "Member 'UFoliageType::DistributionSeed' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, MaxInitialSeedOffset) == 0x0002F4, "Member 'UFoliageType::MaxInitialSeedOffset' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, bCanGrowInShade) == 0x0002F8, "Member 'UFoliageType::bCanGrowInShade' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, bSpawnsInShade) == 0x0002F9, "Member 'UFoliageType::bSpawnsInShade' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, MaxInitialAge) == 0x0002FC, "Member 'UFoliageType::MaxInitialAge' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, MaxAge) == 0x000300, "Member 'UFoliageType::MaxAge' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, OverlapPriority) == 0x000304, "Member 'UFoliageType::OverlapPriority' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, ProceduralScale) == 0x000308, "Member 'UFoliageType::ProceduralScale' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, ScaleCurve) == 0x000310, "Member 'UFoliageType::ScaleCurve' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, ChangeCount) == 0x000398, "Member 'UFoliageType::ChangeCount' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, RuntimeVirtualTextures) == 0x0003A0, "Member 'UFoliageType::RuntimeVirtualTextures' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, VirtualTextureCullMips) == 0x0003B0, "Member 'UFoliageType::VirtualTextureCullMips' has a wrong offset!"); \ static_assert(offsetof(UFoliageType, VirtualTextureRenderPassType) == 0x0003B4, "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) == 0x0003C8, "Wrong size on UFoliageType_Actor"); \ static_assert(offsetof(UFoliageType_Actor, ActorClass) == 0x0003B8, "Member 'UFoliageType_Actor::ActorClass' has a wrong offset!"); \ static_assert(offsetof(UFoliageType_Actor, bShouldAttachToBaseComponent) == 0x0003C0, "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) == 0x000468, "Wrong size on UFoliageType_InstancedStaticMesh"); \ static_assert(offsetof(UFoliageType_InstancedStaticMesh, Mesh) == 0x0003B8, "Member 'UFoliageType_InstancedStaticMesh::Mesh' has a wrong offset!"); \ static_assert(offsetof(UFoliageType_InstancedStaticMesh, OverrideMaterials) == 0x0003C0, "Member 'UFoliageType_InstancedStaticMesh::OverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(UFoliageType_InstancedStaticMesh, ComponentClass) == 0x0003D0, "Member 'UFoliageType_InstancedStaticMesh::ComponentClass' has a wrong offset!"); \ static_assert(offsetof(UFoliageType_InstancedStaticMesh, OverrideMeshes) == 0x0003D8, "Member 'UFoliageType_InstancedStaticMesh::OverrideMeshes' has a wrong offset!"); \ static_assert(offsetof(UFoliageType_InstancedStaticMesh, SpringOverrideMaterials) == 0x000428, "Member 'UFoliageType_InstancedStaticMesh::SpringOverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(UFoliageType_InstancedStaticMesh, SummerOverrideMaterials) == 0x000438, "Member 'UFoliageType_InstancedStaticMesh::SummerOverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(UFoliageType_InstancedStaticMesh, FallOverrideMaterials) == 0x000448, "Member 'UFoliageType_InstancedStaticMesh::FallOverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(UFoliageType_InstancedStaticMesh, WinterOverrideMaterials) == 0x000458, "Member 'UFoliageType_InstancedStaticMesh::WinterOverrideMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AInstancedFoliageActor \ static_assert(alignof(AInstancedFoliageActor) == 0x000008, "Wrong alignment on AInstancedFoliageActor"); \ static_assert(sizeof(AInstancedFoliageActor) == 0x000298, "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) == 0x0002B8, "Wrong size on AInteractiveFoliageActor"); \ static_assert(offsetof(AInteractiveFoliageActor, CapsuleComponent) == 0x000258, "Member 'AInteractiveFoliageActor::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, TouchingActorEntryPosition) == 0x000260, "Member 'AInteractiveFoliageActor::TouchingActorEntryPosition' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageVelocity) == 0x00026C, "Member 'AInteractiveFoliageActor::FoliageVelocity' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageForce) == 0x000278, "Member 'AInteractiveFoliageActor::FoliageForce' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliagePosition) == 0x000284, "Member 'AInteractiveFoliageActor::FoliagePosition' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageDamageImpulseScale) == 0x000290, "Member 'AInteractiveFoliageActor::FoliageDamageImpulseScale' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageTouchImpulseScale) == 0x000294, "Member 'AInteractiveFoliageActor::FoliageTouchImpulseScale' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffness) == 0x000298, "Member 'AInteractiveFoliageActor::FoliageStiffness' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffnessQuadratic) == 0x00029C, "Member 'AInteractiveFoliageActor::FoliageStiffnessQuadratic' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageDamping) == 0x0002A0, "Member 'AInteractiveFoliageActor::FoliageDamping' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, MaxDamageImpulse) == 0x0002A4, "Member 'AInteractiveFoliageActor::MaxDamageImpulse' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, MaxTouchImpulse) == 0x0002A8, "Member 'AInteractiveFoliageActor::MaxTouchImpulse' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, MaxForce) == 0x0002AC, "Member 'AInteractiveFoliageActor::MaxForce' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, Mass) == 0x0002B0, "Member 'AInteractiveFoliageActor::Mass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInteractiveFoliageComponent \ static_assert(alignof(UInteractiveFoliageComponent) == 0x000010, "Wrong alignment on UInteractiveFoliageComponent"); \ static_assert(sizeof(UInteractiveFoliageComponent) == 0x000520, "Wrong size on UInteractiveFoliageComponent"); \ #define DUMPER7_ASSERTS_AProceduralFoliageBlockingVolume \ static_assert(alignof(AProceduralFoliageBlockingVolume) == 0x000008, "Wrong alignment on AProceduralFoliageBlockingVolume"); \ static_assert(sizeof(AProceduralFoliageBlockingVolume) == 0x000288, "Wrong size on AProceduralFoliageBlockingVolume"); \ static_assert(offsetof(AProceduralFoliageBlockingVolume, ProceduralFoliageVolume) == 0x000280, "Member 'AProceduralFoliageBlockingVolume::ProceduralFoliageVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProceduralFoliageComponent \ static_assert(alignof(UProceduralFoliageComponent) == 0x000008, "Wrong alignment on UProceduralFoliageComponent"); \ static_assert(sizeof(UProceduralFoliageComponent) == 0x0000F8, "Wrong size on UProceduralFoliageComponent"); \ static_assert(offsetof(UProceduralFoliageComponent, FoliageSpawner) == 0x0000D0, "Member 'UProceduralFoliageComponent::FoliageSpawner' has a wrong offset!"); \ static_assert(offsetof(UProceduralFoliageComponent, TileOverlap) == 0x0000D8, "Member 'UProceduralFoliageComponent::TileOverlap' has a wrong offset!"); \ static_assert(offsetof(UProceduralFoliageComponent, SpawningVolume) == 0x0000E0, "Member 'UProceduralFoliageComponent::SpawningVolume' has a wrong offset!"); \ static_assert(offsetof(UProceduralFoliageComponent, ProceduralGuid) == 0x0000E8, "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) == 0x000288, "Wrong size on AProceduralFoliageVolume"); \ static_assert(offsetof(AProceduralFoliageVolume, ProceduralComponent) == 0x000280, "Member 'AProceduralFoliageVolume::ProceduralComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_BlackParticleExplode_InAir_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode_InAir \ static_assert(alignof(ABL_NPC_RCT_BlackParticleExplode_InAir_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode_InAir) == 0x000008, "Wrong alignment on ABL_NPC_RCT_BlackParticleExplode_InAir_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode_InAir"); \ static_assert(sizeof(ABL_NPC_RCT_BlackParticleExplode_InAir_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode_InAir) == 0x000010, "Wrong size on ABL_NPC_RCT_BlackParticleExplode_InAir_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode_InAir"); \ static_assert(offsetof(ABL_NPC_RCT_BlackParticleExplode_InAir_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode_InAir, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_BlackParticleExplode_InAir_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode_InAir::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_BlackParticleExplode_InAir_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode_InAir, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_BlackParticleExplode_InAir_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode_InAir::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_BlackParticleExplode_InAir_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_BlackParticleExplode_InAir_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_BlackParticleExplode_InAir_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_BlackParticleExplode_InAir_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_BlackParticleExplode_InAir_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_BlackParticleExplode_InAir_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_BlackParticleExplode_InAir_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_BlackParticleExplode_InAir_C \ static_assert(alignof(UABL_NPC_RCT_BlackParticleExplode_InAir_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_BlackParticleExplode_InAir_C"); \ static_assert(sizeof(UABL_NPC_RCT_BlackParticleExplode_InAir_C) == 0x0000E8, "Wrong size on UABL_NPC_RCT_BlackParticleExplode_InAir_C"); \ static_assert(offsetof(UABL_NPC_RCT_BlackParticleExplode_InAir_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_BlackParticleExplode_InAir_C::UberGraphFrame' 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) == 0x0000F0, "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, bReceivesWeatherDecals) == 0x000051, "Member 'FGrassVariety::bReceivesWeatherDecals' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, ReceivesWeatherDecalsMask) == 0x000052, "Member 'FGrassVariety::ReceivesWeatherDecalsMask' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, bCastDynamicShadow) == 0x000053, "Member 'FGrassVariety::bCastDynamicShadow' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, bCastContactShadow) == 0x000054, "Member 'FGrassVariety::bCastContactShadow' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, OverrideMeshes) == 0x000058, "Member 'FGrassVariety::OverrideMeshes' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, SpringOverrideMaterials) == 0x0000A8, "Member 'FGrassVariety::SpringOverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, SummerOverrideMaterials) == 0x0000B8, "Member 'FGrassVariety::SummerOverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, FallOverrideMaterials) == 0x0000C8, "Member 'FGrassVariety::FallOverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, WinterOverrideMaterials) == 0x0000D8, "Member 'FGrassVariety::WinterOverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(FGrassVariety, bKeepInstanceBufferCPUCopy) == 0x0000E8, "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_FLandscapeTextureSeason \ static_assert(alignof(FLandscapeTextureSeason) == 0x000008, "Wrong alignment on FLandscapeTextureSeason"); \ static_assert(sizeof(FLandscapeTextureSeason) == 0x0000A8, "Wrong size on FLandscapeTextureSeason"); \ static_assert(offsetof(FLandscapeTextureSeason, ParameterName) == 0x000000, "Member 'FLandscapeTextureSeason::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FLandscapeTextureSeason, SpringTexture) == 0x000008, "Member 'FLandscapeTextureSeason::SpringTexture' has a wrong offset!"); \ static_assert(offsetof(FLandscapeTextureSeason, SummerTexture) == 0x000030, "Member 'FLandscapeTextureSeason::SummerTexture' has a wrong offset!"); \ static_assert(offsetof(FLandscapeTextureSeason, FallTexture) == 0x000058, "Member 'FLandscapeTextureSeason::FallTexture' has a wrong offset!"); \ static_assert(offsetof(FLandscapeTextureSeason, WinterTexture) == 0x000080, "Member 'FLandscapeTextureSeason::WinterTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandscapeVectorParameterSeason \ static_assert(alignof(FLandscapeVectorParameterSeason) == 0x000004, "Wrong alignment on FLandscapeVectorParameterSeason"); \ static_assert(sizeof(FLandscapeVectorParameterSeason) == 0x000048, "Wrong size on FLandscapeVectorParameterSeason"); \ static_assert(offsetof(FLandscapeVectorParameterSeason, ParameterName) == 0x000000, "Member 'FLandscapeVectorParameterSeason::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FLandscapeVectorParameterSeason, SpringVectorValue) == 0x000008, "Member 'FLandscapeVectorParameterSeason::SpringVectorValue' has a wrong offset!"); \ static_assert(offsetof(FLandscapeVectorParameterSeason, SummerVectorValue) == 0x000018, "Member 'FLandscapeVectorParameterSeason::SummerVectorValue' has a wrong offset!"); \ static_assert(offsetof(FLandscapeVectorParameterSeason, FallVectorValue) == 0x000028, "Member 'FLandscapeVectorParameterSeason::FallVectorValue' has a wrong offset!"); \ static_assert(offsetof(FLandscapeVectorParameterSeason, WinterVectorValue) == 0x000038, "Member 'FLandscapeVectorParameterSeason::WinterVectorValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandscapeScalarParameterSeason \ static_assert(alignof(FLandscapeScalarParameterSeason) == 0x000004, "Wrong alignment on FLandscapeScalarParameterSeason"); \ static_assert(sizeof(FLandscapeScalarParameterSeason) == 0x000018, "Wrong size on FLandscapeScalarParameterSeason"); \ static_assert(offsetof(FLandscapeScalarParameterSeason, ParameterName) == 0x000000, "Member 'FLandscapeScalarParameterSeason::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FLandscapeScalarParameterSeason, SpringScalarValue) == 0x000008, "Member 'FLandscapeScalarParameterSeason::SpringScalarValue' has a wrong offset!"); \ static_assert(offsetof(FLandscapeScalarParameterSeason, SummerScalarValue) == 0x00000C, "Member 'FLandscapeScalarParameterSeason::SummerScalarValue' has a wrong offset!"); \ static_assert(offsetof(FLandscapeScalarParameterSeason, FallScalarValue) == 0x000010, "Member 'FLandscapeScalarParameterSeason::FallScalarValue' has a wrong offset!"); \ static_assert(offsetof(FLandscapeScalarParameterSeason, WinterScalarValue) == 0x000014, "Member 'FLandscapeScalarParameterSeason::WinterScalarValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandscapeSeasonParameters \ static_assert(alignof(FLandscapeSeasonParameters) == 0x000008, "Wrong alignment on FLandscapeSeasonParameters"); \ static_assert(sizeof(FLandscapeSeasonParameters) == 0x000030, "Wrong size on FLandscapeSeasonParameters"); \ static_assert(offsetof(FLandscapeSeasonParameters, TextureParameters) == 0x000000, "Member 'FLandscapeSeasonParameters::TextureParameters' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSeasonParameters, VectorParameters) == 0x000010, "Member 'FLandscapeSeasonParameters::VectorParameters' has a wrong offset!"); \ static_assert(offsetof(FLandscapeSeasonParameters, ScalarParameters) == 0x000020, "Member 'FLandscapeSeasonParameters::ScalarParameters' 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) == 0x000250, "Wrong size on AControlPointMeshActor"); \ static_assert(offsetof(AControlPointMeshActor, ControlPointMeshComponent) == 0x000248, "Member 'AControlPointMeshActor::ControlPointMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UControlPointMeshComponent \ static_assert(alignof(UControlPointMeshComponent) == 0x000010, "Wrong alignment on UControlPointMeshComponent"); \ static_assert(sizeof(UControlPointMeshComponent) == 0x000520, "Wrong size on UControlPointMeshComponent"); \ static_assert(offsetof(UControlPointMeshComponent, VirtualTextureMainPassMaxDrawDistance) == 0x000518, "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) == 0x0005C0, "Wrong size on ALandscapeProxy"); \ static_assert(offsetof(ALandscapeProxy, SplineComponent) == 0x000248, "Member 'ALandscapeProxy::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeGuid) == 0x000250, "Member 'ALandscapeProxy::LandscapeGuid' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeSectionOffset) == 0x000260, "Member 'ALandscapeProxy::LandscapeSectionOffset' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, MaxLODLevel) == 0x000268, "Member 'ALandscapeProxy::MaxLODLevel' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LODDistanceFactor) == 0x00026C, "Member 'ALandscapeProxy::LODDistanceFactor' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LODFalloff) == 0x000270, "Member 'ALandscapeProxy::LODFalloff' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, ComponentScreenSizeToUseSubSections) == 0x000274, "Member 'ALandscapeProxy::ComponentScreenSizeToUseSubSections' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LOD0ScreenSize) == 0x000278, "Member 'ALandscapeProxy::LOD0ScreenSize' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LOD0DistributionSetting) == 0x00027C, "Member 'ALandscapeProxy::LOD0DistributionSetting' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LODDistributionSetting) == 0x000280, "Member 'ALandscapeProxy::LODDistributionSetting' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, TessellationComponentScreenSize) == 0x000284, "Member 'ALandscapeProxy::TessellationComponentScreenSize' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, UseTessellationComponentScreenSizeFalloff) == 0x000288, "Member 'ALandscapeProxy::UseTessellationComponentScreenSizeFalloff' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, TessellationComponentScreenSizeFalloff) == 0x00028C, "Member 'ALandscapeProxy::TessellationComponentScreenSizeFalloff' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, OccluderGeometryLOD) == 0x000290, "Member 'ALandscapeProxy::OccluderGeometryLOD' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, StaticLightingLOD) == 0x000294, "Member 'ALandscapeProxy::StaticLightingLOD' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, DefaultPhysMaterial) == 0x000298, "Member 'ALandscapeProxy::DefaultPhysMaterial' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, StreamingDistanceMultiplier) == 0x0002A0, "Member 'ALandscapeProxy::StreamingDistanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeMaterial) == 0x0002A8, "Member 'ALandscapeProxy::LandscapeMaterial' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeHoleMaterial) == 0x0002D0, "Member 'ALandscapeProxy::LandscapeHoleMaterial' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeMaterialsOverride) == 0x0002D8, "Member 'ALandscapeProxy::LandscapeMaterialsOverride' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bMeshHoles) == 0x0002E8, "Member 'ALandscapeProxy::bMeshHoles' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, MeshHolesMaxLod) == 0x0002E9, "Member 'ALandscapeProxy::MeshHolesMaxLod' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, RuntimeVirtualTextures) == 0x0002F0, "Member 'ALandscapeProxy::RuntimeVirtualTextures' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, VirtualTextureNumLods) == 0x000300, "Member 'ALandscapeProxy::VirtualTextureNumLods' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, VirtualTextureLodBias) == 0x000304, "Member 'ALandscapeProxy::VirtualTextureLodBias' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, VirtualTextureRenderPassType) == 0x000308, "Member 'ALandscapeProxy::VirtualTextureRenderPassType' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, NegativeZBoundsExtension) == 0x00030C, "Member 'ALandscapeProxy::NegativeZBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, PositiveZBoundsExtension) == 0x000310, "Member 'ALandscapeProxy::PositiveZBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeComponents) == 0x000318, "Member 'ALandscapeProxy::LandscapeComponents' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CollisionComponents) == 0x000328, "Member 'ALandscapeProxy::CollisionComponents' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, FoliageComponents) == 0x000338, "Member 'ALandscapeProxy::FoliageComponents' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bHasLandscapeGrass) == 0x0003AC, "Member 'ALandscapeProxy::bHasLandscapeGrass' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, StaticLightingResolution) == 0x0003B0, "Member 'ALandscapeProxy::StaticLightingResolution' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LightingChannels) == 0x0003C5, "Member 'ALandscapeProxy::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CustomDepthStencilWriteMask) == 0x0003CC, "Member 'ALandscapeProxy::CustomDepthStencilWriteMask' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CustomDepthStencilValue) == 0x0003D0, "Member 'ALandscapeProxy::CustomDepthStencilValue' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LDMaxDrawDistance) == 0x0003D4, "Member 'ALandscapeProxy::LDMaxDrawDistance' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LightmassSettings) == 0x0003D8, "Member 'ALandscapeProxy::LightmassSettings' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CollisionMipLevel) == 0x0003F0, "Member 'ALandscapeProxy::CollisionMipLevel' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, SimpleCollisionMipLevel) == 0x0003F4, "Member 'ALandscapeProxy::SimpleCollisionMipLevel' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CollisionThickness) == 0x0003F8, "Member 'ALandscapeProxy::CollisionThickness' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, BodyInstance) == 0x000400, "Member 'ALandscapeProxy::BodyInstance' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, ComponentSizeQuads) == 0x00055C, "Member 'ALandscapeProxy::ComponentSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, SubsectionSizeQuads) == 0x000560, "Member 'ALandscapeProxy::SubsectionSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, NumSubsections) == 0x000564, "Member 'ALandscapeProxy::NumSubsections' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bUseDynamicMaterialInstance) == 0x00056C, "Member 'ALandscapeProxy::bUseDynamicMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, NavigationGeometryGatheringMode) == 0x00056D, "Member 'ALandscapeProxy::NavigationGeometryGatheringMode' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bUseLandscapeForCullingInvisibleHLODVertices) == 0x00056E, "Member 'ALandscapeProxy::bUseLandscapeForCullingInvisibleHLODVertices' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bHasLayersContent) == 0x00056F, "Member 'ALandscapeProxy::bHasLayersContent' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, WeightmapUsageMap) == 0x000570, "Member 'ALandscapeProxy::WeightmapUsageMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALandscape \ static_assert(alignof(ALandscape) == 0x000008, "Wrong alignment on ALandscape"); \ static_assert(sizeof(ALandscape) == 0x0005C0, "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) == 0x000248, "Wrong size on ALandscapeBlueprintBrushBase"); \ #define DUMPER7_ASSERTS_ULandscapeLODStreamingProxy \ static_assert(alignof(ULandscapeLODStreamingProxy) == 0x000008, "Wrong alignment on ULandscapeLODStreamingProxy"); \ static_assert(sizeof(ULandscapeLODStreamingProxy) == 0x000070, "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) == 0x0006A0, "Wrong size on ULandscapeComponent"); \ static_assert(offsetof(ULandscapeComponent, SectionBaseX) == 0x000480, "Member 'ULandscapeComponent::SectionBaseX' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, SectionBaseY) == 0x000484, "Member 'ULandscapeComponent::SectionBaseY' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, ComponentSizeQuads) == 0x000488, "Member 'ULandscapeComponent::ComponentSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, SubsectionSizeQuads) == 0x00048C, "Member 'ULandscapeComponent::SubsectionSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, NumSubsections) == 0x000490, "Member 'ULandscapeComponent::NumSubsections' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, OverrideMaterial) == 0x000498, "Member 'ULandscapeComponent::OverrideMaterial' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, OverrideHoleMaterial) == 0x0004A0, "Member 'ULandscapeComponent::OverrideHoleMaterial' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, OverrideMaterials) == 0x0004A8, "Member 'ULandscapeComponent::OverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MaterialInstances) == 0x0004B8, "Member 'ULandscapeComponent::MaterialInstances' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MaterialInstancesDynamic) == 0x0004C8, "Member 'ULandscapeComponent::MaterialInstancesDynamic' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, LODIndexToMaterialIndex) == 0x0004D8, "Member 'ULandscapeComponent::LODIndexToMaterialIndex' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MaterialIndexToDisabledTessellationMaterial) == 0x0004E8, "Member 'ULandscapeComponent::MaterialIndexToDisabledTessellationMaterial' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, XYOffsetmapTexture) == 0x0004F8, "Member 'ULandscapeComponent::XYOffsetmapTexture' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, WeightmapScaleBias) == 0x000500, "Member 'ULandscapeComponent::WeightmapScaleBias' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, WeightmapSubsectionOffset) == 0x000510, "Member 'ULandscapeComponent::WeightmapSubsectionOffset' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, HeightmapScaleBias) == 0x000520, "Member 'ULandscapeComponent::HeightmapScaleBias' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, CachedLocalBox) == 0x000530, "Member 'ULandscapeComponent::CachedLocalBox' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, CollisionComponent) == 0x00054C, "Member 'ULandscapeComponent::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, HeightmapTexture) == 0x000568, "Member 'ULandscapeComponent::HeightmapTexture' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, WeightmapLayerAllocations) == 0x000570, "Member 'ULandscapeComponent::WeightmapLayerAllocations' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, WeightmapTextures) == 0x000580, "Member 'ULandscapeComponent::WeightmapTextures' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, LODStreamingProxy) == 0x000590, "Member 'ULandscapeComponent::LODStreamingProxy' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MapBuildDataId) == 0x000598, "Member 'ULandscapeComponent::MapBuildDataId' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, IrrelevantLights) == 0x0005A8, "Member 'ULandscapeComponent::IrrelevantLights' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, CollisionMipLevel) == 0x0005B8, "Member 'ULandscapeComponent::CollisionMipLevel' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, SimpleCollisionMipLevel) == 0x0005BC, "Member 'ULandscapeComponent::SimpleCollisionMipLevel' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, NegativeZBoundsExtension) == 0x0005C0, "Member 'ULandscapeComponent::NegativeZBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, PositiveZBoundsExtension) == 0x0005C4, "Member 'ULandscapeComponent::PositiveZBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, StaticLightingResolution) == 0x0005C8, "Member 'ULandscapeComponent::StaticLightingResolution' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, ForcedLOD) == 0x0005CC, "Member 'ULandscapeComponent::ForcedLOD' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, LODBias) == 0x0005D0, "Member 'ULandscapeComponent::LODBias' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, StateId) == 0x0005D4, "Member 'ULandscapeComponent::StateId' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, BakedTextureMaterialGuid) == 0x0005E4, "Member 'ULandscapeComponent::BakedTextureMaterialGuid' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, GIBakedBaseColorTexture) == 0x0005F8, "Member 'ULandscapeComponent::GIBakedBaseColorTexture' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MobileBlendableLayerMask) == 0x000600, "Member 'ULandscapeComponent::MobileBlendableLayerMask' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MobileMaterialInterface) == 0x000608, "Member 'ULandscapeComponent::MobileMaterialInterface' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MobileMaterialInterfaces) == 0x000610, "Member 'ULandscapeComponent::MobileMaterialInterfaces' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MobileWeightmapTextures) == 0x000620, "Member 'ULandscapeComponent::MobileWeightmapTextures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALandscapeGizmoActor \ static_assert(alignof(ALandscapeGizmoActor) == 0x000008, "Wrong alignment on ALandscapeGizmoActor"); \ static_assert(sizeof(ALandscapeGizmoActor) == 0x000248, "Wrong size on ALandscapeGizmoActor"); \ #define DUMPER7_ASSERTS_ALandscapeGizmoActiveActor \ static_assert(alignof(ALandscapeGizmoActiveActor) == 0x000008, "Wrong alignment on ALandscapeGizmoActiveActor"); \ static_assert(sizeof(ALandscapeGizmoActiveActor) == 0x000298, "Wrong size on ALandscapeGizmoActiveActor"); \ #define DUMPER7_ASSERTS_ULandscapeGizmoRenderComponent \ static_assert(alignof(ULandscapeGizmoRenderComponent) == 0x000010, "Wrong alignment on ULandscapeGizmoRenderComponent"); \ static_assert(sizeof(ULandscapeGizmoRenderComponent) == 0x000480, "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) == 0x000560, "Wrong size on ULandscapeHeightfieldCollisionComponent"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, ComponentLayerInfos) == 0x000480, "Member 'ULandscapeHeightfieldCollisionComponent::ComponentLayerInfos' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SectionBaseX) == 0x000490, "Member 'ULandscapeHeightfieldCollisionComponent::SectionBaseX' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SectionBaseY) == 0x000494, "Member 'ULandscapeHeightfieldCollisionComponent::SectionBaseY' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionSizeQuads) == 0x000498, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionScale) == 0x00049C, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionScale' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SimpleCollisionSizeQuads) == 0x0004A0, "Member 'ULandscapeHeightfieldCollisionComponent::SimpleCollisionSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionQuadFlags) == 0x0004A8, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionQuadFlags' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, HeightfieldGuid) == 0x0004B8, "Member 'ULandscapeHeightfieldCollisionComponent::HeightfieldGuid' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CachedLocalBox) == 0x0004C8, "Member 'ULandscapeHeightfieldCollisionComponent::CachedLocalBox' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, RenderComponent) == 0x0004E4, "Member 'ULandscapeHeightfieldCollisionComponent::RenderComponent' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CookedPhysicalMaterials) == 0x000510, "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) == 0x000080, "Wrong size on ULandscapeLayerInfoObject"); \ static_assert(offsetof(ULandscapeLayerInfoObject, LayerName) == 0x000028, "Member 'ULandscapeLayerInfoObject::LayerName' has a wrong offset!"); \ static_assert(offsetof(ULandscapeLayerInfoObject, PhysMaterial) == 0x000030, "Member 'ULandscapeLayerInfoObject::PhysMaterial' has a wrong offset!"); \ static_assert(offsetof(ULandscapeLayerInfoObject, Hardness) == 0x000038, "Member 'ULandscapeLayerInfoObject::Hardness' has a wrong offset!"); \ static_assert(offsetof(ULandscapeLayerInfoObject, LayerUsageDebugColor) == 0x00003C, "Member 'ULandscapeLayerInfoObject::LayerUsageDebugColor' has a wrong offset!"); \ static_assert(offsetof(ULandscapeLayerInfoObject, SeasonParameters) == 0x000050, "Member 'ULandscapeLayerInfoObject::SeasonParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeMaterialInstanceConstant \ static_assert(alignof(ULandscapeMaterialInstanceConstant) == 0x000008, "Wrong alignment on ULandscapeMaterialInstanceConstant"); \ static_assert(sizeof(ULandscapeMaterialInstanceConstant) == 0x000450, "Wrong size on ULandscapeMaterialInstanceConstant"); \ static_assert(offsetof(ULandscapeMaterialInstanceConstant, TextureStreamingInfo) == 0x000438, "Member 'ULandscapeMaterialInstanceConstant::TextureStreamingInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeMeshCollisionComponent \ static_assert(alignof(ULandscapeMeshCollisionComponent) == 0x000010, "Wrong alignment on ULandscapeMeshCollisionComponent"); \ static_assert(sizeof(ULandscapeMeshCollisionComponent) == 0x000580, "Wrong size on ULandscapeMeshCollisionComponent"); \ static_assert(offsetof(ULandscapeMeshCollisionComponent, MeshGuid) == 0x000560, "Member 'ULandscapeMeshCollisionComponent::MeshGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALandscapeMeshProxyActor \ static_assert(alignof(ALandscapeMeshProxyActor) == 0x000008, "Wrong alignment on ALandscapeMeshProxyActor"); \ static_assert(sizeof(ALandscapeMeshProxyActor) == 0x000250, "Wrong size on ALandscapeMeshProxyActor"); \ static_assert(offsetof(ALandscapeMeshProxyActor, LandscapeMeshProxyComponent) == 0x000248, "Member 'ALandscapeMeshProxyActor::LandscapeMeshProxyComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeMeshProxyComponent \ static_assert(alignof(ULandscapeMeshProxyComponent) == 0x000010, "Wrong alignment on ULandscapeMeshProxyComponent"); \ static_assert(sizeof(ULandscapeMeshProxyComponent) == 0x000540, "Wrong size on ULandscapeMeshProxyComponent"); \ static_assert(offsetof(ULandscapeMeshProxyComponent, LandscapeGuid) == 0x000518, "Member 'ULandscapeMeshProxyComponent::LandscapeGuid' has a wrong offset!"); \ static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyComponentBases) == 0x000528, "Member 'ULandscapeMeshProxyComponent::ProxyComponentBases' has a wrong offset!"); \ static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyLOD) == 0x000538, "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) == 0x0004B0, "Wrong size on ULandscapeSplinesComponent"); \ static_assert(offsetof(ULandscapeSplinesComponent, ControlPoints) == 0x000480, "Member 'ULandscapeSplinesComponent::ControlPoints' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplinesComponent, Segments) == 0x000490, "Member 'ULandscapeSplinesComponent::Segments' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplinesComponent, CookedForeignMeshComponents) == 0x0004A0, "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) == 0x0005E0, "Wrong size on ALandscapeStreamingProxy"); \ static_assert(offsetof(ALandscapeStreamingProxy, LandscapeActor) == 0x0005C0, "Member 'ALandscapeStreamingProxy::LandscapeActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeSubsystem \ static_assert(alignof(ULandscapeSubsystem) == 0x000008, "Wrong alignment on ULandscapeSubsystem"); \ static_assert(sizeof(ULandscapeSubsystem) == 0x000060, "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_BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse \ static_assert(alignof(BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse) == 0x000008, "Wrong alignment on BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse"); \ static_assert(sizeof(BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse) == 0x000040, "Wrong size on BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse"); \ static_assert(offsetof(BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse, EntryPoint) == 0x000000, "Member 'BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000018, "Member 'BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse, K2Node_Event_OwnerActor) == 0x000028, "Member 'BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse, CallFunc_Get_ReturnValue) == 0x000030, "Member 'BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse, CallFunc_GetSimulatedSecondMultiplier_ReturnValue) == 0x000038, "Member 'BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse::CallFunc_GetSimulatedSecondMultiplier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'BTT_ScheduleRestStationUse_C_ExecuteUbergraph_BTT_ScheduleRestStationUse::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleRestStationUse_C_ExitTask \ static_assert(alignof(BTT_ScheduleRestStationUse_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleRestStationUse_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleRestStationUse_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleRestStationUse_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleRestStationUse_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleRestStationUse_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleRestStationUse_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleRestStationUse_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleRestStationUse_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleRestStationUse_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleRestStationUse_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleRestStationUse_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleRestStationUse_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleRestStationUse_C \ static_assert(alignof(UBTT_ScheduleRestStationUse_C) == 0x000008, "Wrong alignment on UBTT_ScheduleRestStationUse_C"); \ static_assert(sizeof(UBTT_ScheduleRestStationUse_C) == 0x0000E0, "Wrong size on UBTT_ScheduleRestStationUse_C"); \ static_assert(offsetof(UBTT_ScheduleRestStationUse_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleRestStationUse_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleRestStationUse_C, SocialReasoning) == 0x0000D8, "Member 'UBTT_ScheduleRestStationUse_C::SocialReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_Impact_CamShake_Light_C \ static_assert(alignof(UBP_Impact_CamShake_Light_C) == 0x000010, "Wrong alignment on UBP_Impact_CamShake_Light_C"); \ static_assert(sizeof(UBP_Impact_CamShake_Light_C) == 0x0001B0, "Wrong size on UBP_Impact_CamShake_Light_C"); \ #define DUMPER7_ASSERTS_FTimedDataInputEvaluationData \ static_assert(alignof(FTimedDataInputEvaluationData) == 0x000004, "Wrong alignment on FTimedDataInputEvaluationData"); \ static_assert(sizeof(FTimedDataInputEvaluationData) == 0x000008, "Wrong size on FTimedDataInputEvaluationData"); \ static_assert(offsetof(FTimedDataInputEvaluationData, DistanceToNewestSampleSeconds) == 0x000000, "Member 'FTimedDataInputEvaluationData::DistanceToNewestSampleSeconds' has a wrong offset!"); \ static_assert(offsetof(FTimedDataInputEvaluationData, DistanceToOldestSampleSeconds) == 0x000004, "Member 'FTimedDataInputEvaluationData::DistanceToOldestSampleSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimedDataChannelSampleTime \ static_assert(alignof(FTimedDataChannelSampleTime) == 0x000008, "Wrong alignment on FTimedDataChannelSampleTime"); \ static_assert(sizeof(FTimedDataChannelSampleTime) == 0x000018, "Wrong size on FTimedDataChannelSampleTime"); \ #define DUMPER7_ASSERTS_UFixedFrameRateCustomTimeStep \ static_assert(alignof(UFixedFrameRateCustomTimeStep) == 0x000008, "Wrong alignment on UFixedFrameRateCustomTimeStep"); \ static_assert(sizeof(UFixedFrameRateCustomTimeStep) == 0x000028, "Wrong size on UFixedFrameRateCustomTimeStep"); \ #define DUMPER7_ASSERTS_UGenlockedCustomTimeStep \ static_assert(alignof(UGenlockedCustomTimeStep) == 0x000008, "Wrong alignment on UGenlockedCustomTimeStep"); \ static_assert(sizeof(UGenlockedCustomTimeStep) == 0x000028, "Wrong size on UGenlockedCustomTimeStep"); \ #define DUMPER7_ASSERTS_UGenlockedFixedRateCustomTimeStep \ static_assert(alignof(UGenlockedFixedRateCustomTimeStep) == 0x000008, "Wrong alignment on UGenlockedFixedRateCustomTimeStep"); \ static_assert(sizeof(UGenlockedFixedRateCustomTimeStep) == 0x000048, "Wrong size on UGenlockedFixedRateCustomTimeStep"); \ static_assert(offsetof(UGenlockedFixedRateCustomTimeStep, FrameRate) == 0x000028, "Member 'UGenlockedFixedRateCustomTimeStep::FrameRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGenlockedTimecodeProvider \ static_assert(alignof(UGenlockedTimecodeProvider) == 0x000008, "Wrong alignment on UGenlockedTimecodeProvider"); \ static_assert(sizeof(UGenlockedTimecodeProvider) == 0x000058, "Wrong size on UGenlockedTimecodeProvider"); \ static_assert(offsetof(UGenlockedTimecodeProvider, bUseGenlockToCount) == 0x000030, "Member 'UGenlockedTimecodeProvider::bUseGenlockToCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber \ static_assert(alignof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber::A' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber, b) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber::b' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberFrameNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Add_FrameNumberInteger \ static_assert(alignof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Add_FrameNumberInteger"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Add_FrameNumberInteger"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberInteger::A' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger, b) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberInteger::b' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Add_FrameNumberInteger, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Add_FrameNumberInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger \ static_assert(alignof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger) == 0x000008, "Wrong size on TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger, InFrameNumber) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger::InFrameNumber' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger, ReturnValue) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Conv_FrameNumberToInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds \ static_assert(alignof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds, InFrameRate) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds::InFrameRate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Conv_FrameRateToSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds \ static_assert(alignof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds) == 0x000014, "Wrong size on TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds, InFrameTime) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds::InFrameTime' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds, ReturnValue) == 0x000010, "Member 'TimeManagementBlueprintLibrary_Conv_QualifiedFrameTimeToSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Conv_TimecodeToString \ static_assert(alignof(TimeManagementBlueprintLibrary_Conv_TimecodeToString) == 0x000008, "Wrong alignment on TimeManagementBlueprintLibrary_Conv_TimecodeToString"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Conv_TimecodeToString) == 0x000028, "Wrong size on TimeManagementBlueprintLibrary_Conv_TimecodeToString"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_TimecodeToString, InTimecode) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Conv_TimecodeToString::InTimecode' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_TimecodeToString, bForceSignDisplay) == 0x000014, "Member 'TimeManagementBlueprintLibrary_Conv_TimecodeToString::bForceSignDisplay' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Conv_TimecodeToString, ReturnValue) == 0x000018, "Member 'TimeManagementBlueprintLibrary_Conv_TimecodeToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Divide_FrameNumberInteger \ static_assert(alignof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Divide_FrameNumberInteger"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Divide_FrameNumberInteger"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Divide_FrameNumberInteger::A' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger, b) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Divide_FrameNumberInteger::b' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Divide_FrameNumberInteger, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Divide_FrameNumberInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_GetTimecode \ static_assert(alignof(TimeManagementBlueprintLibrary_GetTimecode) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_GetTimecode"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_GetTimecode) == 0x000014, "Wrong size on TimeManagementBlueprintLibrary_GetTimecode"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_GetTimecode, ReturnValue) == 0x000000, "Member 'TimeManagementBlueprintLibrary_GetTimecode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_GetTimecodeFrameRate \ static_assert(alignof(TimeManagementBlueprintLibrary_GetTimecodeFrameRate) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_GetTimecodeFrameRate"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_GetTimecodeFrameRate) == 0x000008, "Wrong size on TimeManagementBlueprintLibrary_GetTimecodeFrameRate"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_GetTimecodeFrameRate, ReturnValue) == 0x000000, "Member 'TimeManagementBlueprintLibrary_GetTimecodeFrameRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_IsValid_Framerate \ static_assert(alignof(TimeManagementBlueprintLibrary_IsValid_Framerate) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_IsValid_Framerate"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_IsValid_Framerate) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_IsValid_Framerate"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_Framerate, InFrameRate) == 0x000000, "Member 'TimeManagementBlueprintLibrary_IsValid_Framerate::InFrameRate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_Framerate, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_IsValid_Framerate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_IsValid_MultipleOf \ static_assert(alignof(TimeManagementBlueprintLibrary_IsValid_MultipleOf) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_IsValid_MultipleOf"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_IsValid_MultipleOf) == 0x000014, "Wrong size on TimeManagementBlueprintLibrary_IsValid_MultipleOf"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_MultipleOf, InFrameRate) == 0x000000, "Member 'TimeManagementBlueprintLibrary_IsValid_MultipleOf::InFrameRate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_MultipleOf, OtherFramerate) == 0x000008, "Member 'TimeManagementBlueprintLibrary_IsValid_MultipleOf::OtherFramerate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_IsValid_MultipleOf, ReturnValue) == 0x000010, "Member 'TimeManagementBlueprintLibrary_IsValid_MultipleOf::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger \ static_assert(alignof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger::A' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger, b) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger::b' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Multiply_FrameNumberInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate \ static_assert(alignof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate) == 0x000014, "Wrong size on TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate, TimeInSeconds) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate::TimeInSeconds' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate, FrameRate) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate::FrameRate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate, ReturnValue) == 0x00000C, "Member 'TimeManagementBlueprintLibrary_Multiply_SecondsFrameRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_SnapFrameTimeToRate \ static_assert(alignof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_SnapFrameTimeToRate"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate) == 0x000020, "Wrong size on TimeManagementBlueprintLibrary_SnapFrameTimeToRate"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate, SourceTime) == 0x000000, "Member 'TimeManagementBlueprintLibrary_SnapFrameTimeToRate::SourceTime' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate, SourceRate) == 0x000008, "Member 'TimeManagementBlueprintLibrary_SnapFrameTimeToRate::SourceRate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate, SnapToRate) == 0x000010, "Member 'TimeManagementBlueprintLibrary_SnapFrameTimeToRate::SnapToRate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_SnapFrameTimeToRate, ReturnValue) == 0x000018, "Member 'TimeManagementBlueprintLibrary_SnapFrameTimeToRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber \ static_assert(alignof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber::A' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber, b) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber::b' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberFrameNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger \ static_assert(alignof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger) == 0x00000C, "Wrong size on TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger, A) == 0x000000, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger::A' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger, b) == 0x000004, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger::b' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger, ReturnValue) == 0x000008, "Member 'TimeManagementBlueprintLibrary_Subtract_FrameNumberInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeManagementBlueprintLibrary_TransformTime \ static_assert(alignof(TimeManagementBlueprintLibrary_TransformTime) == 0x000004, "Wrong alignment on TimeManagementBlueprintLibrary_TransformTime"); \ static_assert(sizeof(TimeManagementBlueprintLibrary_TransformTime) == 0x000020, "Wrong size on TimeManagementBlueprintLibrary_TransformTime"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_TransformTime, SourceTime) == 0x000000, "Member 'TimeManagementBlueprintLibrary_TransformTime::SourceTime' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_TransformTime, SourceRate) == 0x000008, "Member 'TimeManagementBlueprintLibrary_TransformTime::SourceRate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_TransformTime, DestinationRate) == 0x000010, "Member 'TimeManagementBlueprintLibrary_TransformTime::DestinationRate' has a wrong offset!"); \ static_assert(offsetof(TimeManagementBlueprintLibrary_TransformTime, ReturnValue) == 0x000018, "Member 'TimeManagementBlueprintLibrary_TransformTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeManagementBlueprintLibrary \ static_assert(alignof(UTimeManagementBlueprintLibrary) == 0x000008, "Wrong alignment on UTimeManagementBlueprintLibrary"); \ static_assert(sizeof(UTimeManagementBlueprintLibrary) == 0x000028, "Wrong size on UTimeManagementBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UTimeSynchronizationSource \ static_assert(alignof(UTimeSynchronizationSource) == 0x000008, "Wrong alignment on UTimeSynchronizationSource"); \ static_assert(sizeof(UTimeSynchronizationSource) == 0x000030, "Wrong size on UTimeSynchronizationSource"); \ static_assert(offsetof(UTimeSynchronizationSource, bUseForSynchronization) == 0x000028, "Member 'UTimeSynchronizationSource::bUseForSynchronization' has a wrong offset!"); \ static_assert(offsetof(UTimeSynchronizationSource, FrameOffset) == 0x00002C, "Member 'UTimeSynchronizationSource::FrameOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification \ static_assert(alignof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification) == 0x000008, "Wrong alignment on UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification"); \ static_assert(sizeof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification) == 0x0001B0, "Wrong size on UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, EntryPoint) == 0x000000, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, K2Node_CustomEvent_Caller) == 0x000008, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_Array_Get_Item) == 0x000018, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_Greater_IntInt_ReturnValue) == 0x000070, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_PlayMailDialogLine_ReturnValue) == 0x000074, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_PlayMailDialogLine_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_PlayAnimationForward_ReturnValue) == 0x000078, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000080, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000081, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_Conv_NameToString_ReturnValue) == 0x000088, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_BooleanAND_ReturnValue) == 0x000098, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_Concat_StrStr_ReturnValue) == 0x0000A0, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, K2Node_CreateDelegate_OutputDelegate) == 0x0000B0, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, K2Node_Event_IsDesignTime) == 0x0000C0, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x0000C1, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x0000C8, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_Get_ReturnValue) == 0x0000D0, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, K2Node_Event_MyGeometry) == 0x0000D8, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, K2Node_Event_InDeltaTime) == 0x000110, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000114, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000118, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_PlayAnimationForward_ReturnValue_2) == 0x000120, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_PlayAnimationForward_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_BooleanOR_ReturnValue) == 0x000128, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_PlayAnimationForward_ReturnValue_3) == 0x000130, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_PlayAnimationForward_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_PostEventAtLocation_ReturnValue) == 0x000138, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, K2Node_CreateDelegate_OutputDelegate_1) == 0x00013C, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_HermesBindEvent_Handle) == 0x000150, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_PlayAnimationForward_ReturnValue_4) == 0x000160, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_PlayAnimationForward_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000168, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000170, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x000178, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000180, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_HandleMailUIButtonBP_o_bMailListChanged) == 0x000190, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_HandleMailUIButtonBP_o_bMailListChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_Conv_NameToString_ReturnValue_2) == 0x000198, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_Conv_NameToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification, CallFunc_HandleMailUIButtonBP_o_bMailListChanged_1) == 0x0001A8, "Member 'UI_BP_OwlMailNotification_C_ExecuteUbergraph_UI_BP_OwlMailNotification::CallFunc_HandleMailUIButtonBP_o_bMailListChanged_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OwlMailNotification_C_Tick \ static_assert(alignof(UI_BP_OwlMailNotification_C_Tick) == 0x000004, "Wrong alignment on UI_BP_OwlMailNotification_C_Tick"); \ static_assert(sizeof(UI_BP_OwlMailNotification_C_Tick) == 0x00003C, "Wrong size on UI_BP_OwlMailNotification_C_Tick"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_OwlMailNotification_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_OwlMailNotification_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OwlMailNotification_C_PreConstruct \ static_assert(alignof(UI_BP_OwlMailNotification_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_OwlMailNotification_C_PreConstruct"); \ static_assert(sizeof(UI_BP_OwlMailNotification_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_OwlMailNotification_C_PreConstruct"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_OwlMailNotification_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OwlMailNotification_C_ShowOwlMail \ static_assert(alignof(UI_BP_OwlMailNotification_C_ShowOwlMail) == 0x000008, "Wrong alignment on UI_BP_OwlMailNotification_C_ShowOwlMail"); \ static_assert(sizeof(UI_BP_OwlMailNotification_C_ShowOwlMail) == 0x000008, "Wrong size on UI_BP_OwlMailNotification_C_ShowOwlMail"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ShowOwlMail, Caller) == 0x000000, "Member 'UI_BP_OwlMailNotification_C_ShowOwlMail::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OwlMailNotification_C_ShowMailNotification \ static_assert(alignof(UI_BP_OwlMailNotification_C_ShowMailNotification) == 0x000008, "Wrong alignment on UI_BP_OwlMailNotification_C_ShowMailNotification"); \ static_assert(sizeof(UI_BP_OwlMailNotification_C_ShowMailNotification) == 0x000090, "Wrong size on UI_BP_OwlMailNotification_C_ShowMailNotification"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ShowMailNotification, MailEntry) == 0x000000, "Member 'UI_BP_OwlMailNotification_C_ShowMailNotification::MailEntry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ShowMailNotification, CallFunc_Conv_NameToString_ReturnValue) == 0x000058, "Member 'UI_BP_OwlMailNotification_C_ShowMailNotification::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ShowMailNotification, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000068, "Member 'UI_BP_OwlMailNotification_C_ShowMailNotification::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ShowMailNotification, CallFunc_PostEventAtLocation_ReturnValue) == 0x000078, "Member 'UI_BP_OwlMailNotification_C_ShowMailNotification::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ShowMailNotification, CallFunc_PlayAnimationForward_ReturnValue) == 0x000080, "Member 'UI_BP_OwlMailNotification_C_ShowMailNotification::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_ShowMailNotification, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000088, "Member 'UI_BP_OwlMailNotification_C_ShowMailNotification::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OwlMailNotification_C_QueueNotification \ static_assert(alignof(UI_BP_OwlMailNotification_C_QueueNotification) == 0x000008, "Wrong alignment on UI_BP_OwlMailNotification_C_QueueNotification"); \ static_assert(sizeof(UI_BP_OwlMailNotification_C_QueueNotification) == 0x000070, "Wrong size on UI_BP_OwlMailNotification_C_QueueNotification"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_QueueNotification, NewEntry) == 0x000000, "Member 'UI_BP_OwlMailNotification_C_QueueNotification::NewEntry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_QueueNotification, DisplayPriority) == 0x000058, "Member 'UI_BP_OwlMailNotification_C_QueueNotification::DisplayPriority' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_QueueNotification, CallFunc_Get_ReturnValue) == 0x000060, "Member 'UI_BP_OwlMailNotification_C_QueueNotification::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OwlMailNotification_C_QueueNotification, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'UI_BP_OwlMailNotification_C_QueueNotification::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_OwlMailNotification_C \ static_assert(alignof(UUI_BP_OwlMailNotification_C) == 0x000008, "Wrong alignment on UUI_BP_OwlMailNotification_C"); \ static_assert(sizeof(UUI_BP_OwlMailNotification_C) == 0x0003B8, "Wrong size on UUI_BP_OwlMailNotification_C"); \ static_assert(offsetof(UUI_BP_OwlMailNotification_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_OwlMailNotification_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OwlMailNotification_C, ShowSenderNameTransition) == 0x0002F0, "Member 'UUI_BP_OwlMailNotification_C::ShowSenderNameTransition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OwlMailNotification_C, CloseEnvelope) == 0x0002F8, "Member 'UUI_BP_OwlMailNotification_C::CloseEnvelope' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OwlMailNotification_C, ResetEnvelope) == 0x000300, "Member 'UUI_BP_OwlMailNotification_C::ResetEnvelope' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OwlMailNotification_C, ShowSender) == 0x000308, "Member 'UUI_BP_OwlMailNotification_C::ShowSender' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OwlMailNotification_C, FadeOut) == 0x000310, "Member 'UUI_BP_OwlMailNotification_C::FadeOut' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OwlMailNotification_C, FadeIn) == 0x000318, "Member 'UUI_BP_OwlMailNotification_C::FadeIn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OwlMailNotification_C, ReadLegend) == 0x000320, "Member 'UUI_BP_OwlMailNotification_C::ReadLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OwlMailNotification_C, SenderIcon) == 0x000328, "Member 'UUI_BP_OwlMailNotification_C::SenderIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OwlMailNotification_C, SenderName) == 0x000330, "Member 'UUI_BP_OwlMailNotification_C::SenderName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OwlMailNotification_C, AwaitingInput) == 0x000338, "Member 'UUI_BP_OwlMailNotification_C::AwaitingInput' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OwlMailNotification_C, QueuedEntries) == 0x000340, "Member 'UUI_BP_OwlMailNotification_C::QueuedEntries' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OwlMailNotification_C, CurrentMailEntry) == 0x000350, "Member 'UUI_BP_OwlMailNotification_C::CurrentMailEntry' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OwlMailNotification_C, CurrentCountdownTime) == 0x0003A8, "Member 'UUI_BP_OwlMailNotification_C::CurrentCountdownTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OwlMailNotification_C, MaxCountdownTime) == 0x0003AC, "Member 'UUI_BP_OwlMailNotification_C::MaxCountdownTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OwlMailNotification_C, isSenderShowing) == 0x0003B0, "Member 'UUI_BP_OwlMailNotification_C::isSenderShowing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OwlMailNotification_C, isAutoPlay) == 0x0003B1, "Member 'UUI_BP_OwlMailNotification_C::isAutoPlay' 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_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_FFilterOptionPerAxis \ static_assert(alignof(FFilterOptionPerAxis) == 0x000001, "Wrong alignment on FFilterOptionPerAxis"); \ static_assert(sizeof(FFilterOptionPerAxis) == 0x000003, "Wrong size on FFilterOptionPerAxis"); \ static_assert(offsetof(FFilterOptionPerAxis, bX) == 0x000000, "Member 'FFilterOptionPerAxis::bX' has a wrong offset!"); \ static_assert(offsetof(FFilterOptionPerAxis, bY) == 0x000001, "Member 'FFilterOptionPerAxis::bY' has a wrong offset!"); \ static_assert(offsetof(FFilterOptionPerAxis, bZ) == 0x000002, "Member 'FFilterOptionPerAxis::bZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConstraintDescriptionEx \ static_assert(alignof(FConstraintDescriptionEx) == 0x000008, "Wrong alignment on FConstraintDescriptionEx"); \ static_assert(sizeof(FConstraintDescriptionEx) == 0x000010, "Wrong size on FConstraintDescriptionEx"); \ static_assert(offsetof(FConstraintDescriptionEx, AxesFilterOption) == 0x000008, "Member 'FConstraintDescriptionEx::AxesFilterOption' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FFABRIKChainLink \ static_assert(alignof(FFABRIKChainLink) == 0x000008, "Wrong alignment on FFABRIKChainLink"); \ static_assert(sizeof(FFABRIKChainLink) == 0x000038, "Wrong size on FFABRIKChainLink"); \ #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_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_FBreakEventCallbackWrapper \ static_assert(alignof(FBreakEventCallbackWrapper) == 0x000010, "Wrong alignment on FBreakEventCallbackWrapper"); \ static_assert(sizeof(FBreakEventCallbackWrapper) == 0x000040, "Wrong size on FBreakEventCallbackWrapper"); \ #define DUMPER7_ASSERTS_FChaosPhysicsCollisionInfo \ static_assert(alignof(FChaosPhysicsCollisionInfo) == 0x000008, "Wrong alignment on FChaosPhysicsCollisionInfo"); \ static_assert(sizeof(FChaosPhysicsCollisionInfo) == 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_FRemovalEventCallbackWrapper \ static_assert(alignof(FRemovalEventCallbackWrapper) == 0x000010, "Wrong alignment on FRemovalEventCallbackWrapper"); \ static_assert(sizeof(FRemovalEventCallbackWrapper) == 0x000040, "Wrong size on FRemovalEventCallbackWrapper"); \ #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_FChaosRemovalCompletedEvent \ static_assert(alignof(FChaosRemovalCompletedEvent) == 0x000008, "Wrong alignment on FChaosRemovalCompletedEvent"); \ static_assert(sizeof(FChaosRemovalCompletedEvent) == 0x000008, "Wrong size on FChaosRemovalCompletedEvent"); \ static_assert(offsetof(FChaosRemovalCompletedEvent, Component) == 0x000000, "Member 'FChaosRemovalCompletedEvent::Component' 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_FChaosHandlerSet \ static_assert(alignof(FChaosHandlerSet) == 0x000008, "Wrong alignment on FChaosHandlerSet"); \ static_assert(sizeof(FChaosHandlerSet) == 0x000058, "Wrong size on FChaosHandlerSet"); \ static_assert(offsetof(FChaosHandlerSet, ChaosHandlers) == 0x000008, "Member 'FChaosHandlerSet::ChaosHandlers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosDebugSubstepControl \ static_assert(alignof(FChaosDebugSubstepControl) == 0x000001, "Wrong alignment on FChaosDebugSubstepControl"); \ static_assert(sizeof(FChaosDebugSubstepControl) == 0x000003, "Wrong size on FChaosDebugSubstepControl"); \ static_assert(offsetof(FChaosDebugSubstepControl, bPause) == 0x000000, "Member 'FChaosDebugSubstepControl::bPause' has a wrong offset!"); \ static_assert(offsetof(FChaosDebugSubstepControl, bSubstep) == 0x000001, "Member 'FChaosDebugSubstepControl::bSubstep' has a wrong offset!"); \ static_assert(offsetof(FChaosDebugSubstepControl, bStep) == 0x000002, "Member 'FChaosDebugSubstepControl::bStep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChaosDebugDrawComponent \ static_assert(alignof(UChaosDebugDrawComponent) == 0x000008, "Wrong alignment on UChaosDebugDrawComponent"); \ static_assert(sizeof(UChaosDebugDrawComponent) == 0x0000D8, "Wrong size on UChaosDebugDrawComponent"); \ #define DUMPER7_ASSERTS_UChaosEventListenerComponent \ static_assert(alignof(UChaosEventListenerComponent) == 0x000008, "Wrong alignment on UChaosEventListenerComponent"); \ static_assert(sizeof(UChaosEventListenerComponent) == 0x0000D8, "Wrong size on UChaosEventListenerComponent"); \ #define DUMPER7_ASSERTS_UChaosGameplayEventDispatcher \ static_assert(alignof(UChaosGameplayEventDispatcher) == 0x000008, "Wrong alignment on UChaosGameplayEventDispatcher"); \ static_assert(sizeof(UChaosGameplayEventDispatcher) == 0x0002E8, "Wrong size on UChaosGameplayEventDispatcher"); \ static_assert(offsetof(UChaosGameplayEventDispatcher, CollisionEventRegistrations) == 0x0001E8, "Member 'UChaosGameplayEventDispatcher::CollisionEventRegistrations' has a wrong offset!"); \ static_assert(offsetof(UChaosGameplayEventDispatcher, BreakEventRegistrations) == 0x000238, "Member 'UChaosGameplayEventDispatcher::BreakEventRegistrations' has a wrong offset!"); \ static_assert(offsetof(UChaosGameplayEventDispatcher, RemovalEventRegistrations) == 0x000288, "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) == 0x000348, "Wrong size on AChaosSolverActor"); \ static_assert(offsetof(AChaosSolverActor, Properties) == 0x000248, "Member 'AChaosSolverActor::Properties' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, TimeStepMultiplier) == 0x0002B4, "Member 'AChaosSolverActor::TimeStepMultiplier' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, CollisionIterations) == 0x0002B8, "Member 'AChaosSolverActor::CollisionIterations' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, PushOutIterations) == 0x0002BC, "Member 'AChaosSolverActor::PushOutIterations' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, PushOutPairIterations) == 0x0002C0, "Member 'AChaosSolverActor::PushOutPairIterations' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, ClusterConnectionFactor) == 0x0002C4, "Member 'AChaosSolverActor::ClusterConnectionFactor' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, ClusterUnionConnectionType) == 0x0002C8, "Member 'AChaosSolverActor::ClusterUnionConnectionType' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, DoGenerateCollisionData) == 0x0002C9, "Member 'AChaosSolverActor::DoGenerateCollisionData' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, CollisionFilterSettings) == 0x0002CC, "Member 'AChaosSolverActor::CollisionFilterSettings' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, DoGenerateBreakingData) == 0x0002DC, "Member 'AChaosSolverActor::DoGenerateBreakingData' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, BreakingFilterSettings) == 0x0002E0, "Member 'AChaosSolverActor::BreakingFilterSettings' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, DoGenerateTrailingData) == 0x0002F0, "Member 'AChaosSolverActor::DoGenerateTrailingData' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, TrailingFilterSettings) == 0x0002F4, "Member 'AChaosSolverActor::TrailingFilterSettings' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, MassScale) == 0x000304, "Member 'AChaosSolverActor::MassScale' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, bGenerateContactGraph) == 0x000308, "Member 'AChaosSolverActor::bGenerateContactGraph' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, bHasFloor) == 0x000309, "Member 'AChaosSolverActor::bHasFloor' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, FloorHeight) == 0x00030C, "Member 'AChaosSolverActor::FloorHeight' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, ChaosDebugSubstepControl) == 0x000310, "Member 'AChaosSolverActor::ChaosDebugSubstepControl' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, SpriteComponent) == 0x000318, "Member 'AChaosSolverActor::SpriteComponent' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, GameplayEventDispatcherComponent) == 0x000338, "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_UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions \ static_assert(alignof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions) == 0x000008, "Wrong alignment on UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions"); \ static_assert(sizeof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions) == 0x000168, "Wrong size on UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, EntryPoint) == 0x000000, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_Get_ReturnValue) == 0x000008, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, Temp_bool_Variable) == 0x000010, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_GetExperienceLevel_ReturnValue) == 0x000014, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_GetExperienceLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_GetMaxHealthForLevel_ReturnValue) == 0x000018, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_GetMaxHealthForLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00002C, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_Greater_IntInt_ReturnValue) == 0x000034, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000038, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, K2Node_Select_Default) == 0x000048, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, K2Node_Event_NewHealthSize) == 0x000070, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::K2Node_Event_NewHealthSize' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_MakeVector2D_ReturnValue) == 0x000074, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, K2Node_Event_NewPct) == 0x00007C, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::K2Node_Event_NewPct' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, K2Node_CustomEvent_Caller_1) == 0x000080, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, K2Node_CreateDelegate_OutputDelegate_1) == 0x000088, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, K2Node_CustomEvent_Caller) == 0x000098, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_PlayAnimation_ReturnValue) == 0x0000A0, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_PlayAnimation_ReturnValue_2) == 0x0000B0, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0000B8, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x0000B9, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000BC, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_HermesBindEvent_Handle) == 0x0000D0, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000E0, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_HermesBindEvent_Handle_1) == 0x0000F0, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_PlayAnimation_ReturnValue_3) == 0x000100, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_PlayAnimation_ReturnValue_4) == 0x000108, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_PlayAnimation_ReturnValue_5) == 0x000110, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_PlayAnimation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_PlayAnimation_ReturnValue_6) == 0x000118, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_PlayAnimation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000120, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000128, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_PlayAnimation_ReturnValue_7) == 0x000130, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_PlayAnimation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_PlayAnimation_ReturnValue_8) == 0x000138, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_PlayAnimation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, K2Node_Event_Count) == 0x000140, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::K2Node_Event_Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_Conv_IntToText_ReturnValue) == 0x000148, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000160, "Member 'UI_BP_QuickHealthActions_C_ExecuteUbergraph_UI_BP_QuickHealthActions::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickHealthActions_C_DisplayItemCount \ static_assert(alignof(UI_BP_QuickHealthActions_C_DisplayItemCount) == 0x000004, "Wrong alignment on UI_BP_QuickHealthActions_C_DisplayItemCount"); \ static_assert(sizeof(UI_BP_QuickHealthActions_C_DisplayItemCount) == 0x000004, "Wrong size on UI_BP_QuickHealthActions_C_DisplayItemCount"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_DisplayItemCount, Count) == 0x000000, "Member 'UI_BP_QuickHealthActions_C_DisplayItemCount::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickHealthActions_C_TutorialSaysStartHealthHighlight \ static_assert(alignof(UI_BP_QuickHealthActions_C_TutorialSaysStartHealthHighlight) == 0x000008, "Wrong alignment on UI_BP_QuickHealthActions_C_TutorialSaysStartHealthHighlight"); \ static_assert(sizeof(UI_BP_QuickHealthActions_C_TutorialSaysStartHealthHighlight) == 0x000008, "Wrong size on UI_BP_QuickHealthActions_C_TutorialSaysStartHealthHighlight"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_TutorialSaysStartHealthHighlight, Caller) == 0x000000, "Member 'UI_BP_QuickHealthActions_C_TutorialSaysStartHealthHighlight::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickHealthActions_C_TutorialSaysStopHealthHighlight \ static_assert(alignof(UI_BP_QuickHealthActions_C_TutorialSaysStopHealthHighlight) == 0x000008, "Wrong alignment on UI_BP_QuickHealthActions_C_TutorialSaysStopHealthHighlight"); \ static_assert(sizeof(UI_BP_QuickHealthActions_C_TutorialSaysStopHealthHighlight) == 0x000008, "Wrong size on UI_BP_QuickHealthActions_C_TutorialSaysStopHealthHighlight"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_TutorialSaysStopHealthHighlight, Caller) == 0x000000, "Member 'UI_BP_QuickHealthActions_C_TutorialSaysStopHealthHighlight::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickHealthActions_C_UpdateHealthBar \ static_assert(alignof(UI_BP_QuickHealthActions_C_UpdateHealthBar) == 0x000004, "Wrong alignment on UI_BP_QuickHealthActions_C_UpdateHealthBar"); \ static_assert(sizeof(UI_BP_QuickHealthActions_C_UpdateHealthBar) == 0x000004, "Wrong size on UI_BP_QuickHealthActions_C_UpdateHealthBar"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_UpdateHealthBar, NewPct) == 0x000000, "Member 'UI_BP_QuickHealthActions_C_UpdateHealthBar::NewPct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickHealthActions_C_OnSetMaxHealth \ static_assert(alignof(UI_BP_QuickHealthActions_C_OnSetMaxHealth) == 0x000004, "Wrong alignment on UI_BP_QuickHealthActions_C_OnSetMaxHealth"); \ static_assert(sizeof(UI_BP_QuickHealthActions_C_OnSetMaxHealth) == 0x000004, "Wrong size on UI_BP_QuickHealthActions_C_OnSetMaxHealth"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_OnSetMaxHealth, NewHealthSize) == 0x000000, "Member 'UI_BP_QuickHealthActions_C_OnSetMaxHealth::NewHealthSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickHealthActions_C_ShowLevelUpAnimation \ static_assert(alignof(UI_BP_QuickHealthActions_C_ShowLevelUpAnimation) == 0x000004, "Wrong alignment on UI_BP_QuickHealthActions_C_ShowLevelUpAnimation"); \ static_assert(sizeof(UI_BP_QuickHealthActions_C_ShowLevelUpAnimation) == 0x000004, "Wrong size on UI_BP_QuickHealthActions_C_ShowLevelUpAnimation"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_ShowLevelUpAnimation, NewHealthDelta) == 0x000000, "Member 'UI_BP_QuickHealthActions_C_ShowLevelUpAnimation::NewHealthDelta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickHealthActions_C_SetLowHealthWarning \ static_assert(alignof(UI_BP_QuickHealthActions_C_SetLowHealthWarning) == 0x000008, "Wrong alignment on UI_BP_QuickHealthActions_C_SetLowHealthWarning"); \ static_assert(sizeof(UI_BP_QuickHealthActions_C_SetLowHealthWarning) == 0x000038, "Wrong size on UI_BP_QuickHealthActions_C_SetLowHealthWarning"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_SetLowHealthWarning, HealthMax_0) == 0x000000, "Member 'UI_BP_QuickHealthActions_C_SetLowHealthWarning::HealthMax_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_SetLowHealthWarning, HealthPercent_0) == 0x000004, "Member 'UI_BP_QuickHealthActions_C_SetLowHealthWarning::HealthPercent_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_SetLowHealthWarning, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'UI_BP_QuickHealthActions_C_SetLowHealthWarning::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_SetLowHealthWarning, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000010, "Member 'UI_BP_QuickHealthActions_C_SetLowHealthWarning::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_SetLowHealthWarning, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_QuickHealthActions_C_SetLowHealthWarning::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_SetLowHealthWarning, CallFunc_GetSize_ReturnValue) == 0x00001C, "Member 'UI_BP_QuickHealthActions_C_SetLowHealthWarning::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_SetLowHealthWarning, CallFunc_BreakVector2D_X) == 0x000024, "Member 'UI_BP_QuickHealthActions_C_SetLowHealthWarning::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_SetLowHealthWarning, CallFunc_BreakVector2D_Y) == 0x000028, "Member 'UI_BP_QuickHealthActions_C_SetLowHealthWarning::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_SetLowHealthWarning, CallFunc_MakeVector2D_ReturnValue) == 0x00002C, "Member 'UI_BP_QuickHealthActions_C_SetLowHealthWarning::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickHealthActions_C_CheckCriticalHealth \ static_assert(alignof(UI_BP_QuickHealthActions_C_CheckCriticalHealth) == 0x000008, "Wrong alignment on UI_BP_QuickHealthActions_C_CheckCriticalHealth"); \ static_assert(sizeof(UI_BP_QuickHealthActions_C_CheckCriticalHealth) == 0x000018, "Wrong size on UI_BP_QuickHealthActions_C_CheckCriticalHealth"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_CheckCriticalHealth, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'UI_BP_QuickHealthActions_C_CheckCriticalHealth::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_CheckCriticalHealth, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000008, "Member 'UI_BP_QuickHealthActions_C_CheckCriticalHealth::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_CheckCriticalHealth, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'UI_BP_QuickHealthActions_C_CheckCriticalHealth::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickHealthActions_C_CheckCriticalHealth, CallFunc_IsHealthCritical_ReturnValue) == 0x000011, "Member 'UI_BP_QuickHealthActions_C_CheckCriticalHealth::CallFunc_IsHealthCritical_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_QuickHealthActions_C \ static_assert(alignof(UUI_BP_QuickHealthActions_C) == 0x000008, "Wrong alignment on UUI_BP_QuickHealthActions_C"); \ static_assert(sizeof(UUI_BP_QuickHealthActions_C) == 0x000430, "Wrong size on UUI_BP_QuickHealthActions_C"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, UberGraphFrame) == 0x000300, "Member 'UUI_BP_QuickHealthActions_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, LowHealthIntro) == 0x000308, "Member 'UUI_BP_QuickHealthActions_C::LowHealthIntro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, PotionAlert) == 0x000310, "Member 'UUI_BP_QuickHealthActions_C::PotionAlert' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, LowHealthEnd) == 0x000318, "Member 'UUI_BP_QuickHealthActions_C::LowHealthEnd' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, LowHealth) == 0x000320, "Member 'UUI_BP_QuickHealthActions_C::LowHealth' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, FullHealth) == 0x000328, "Member 'UUI_BP_QuickHealthActions_C::FullHealth' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, HighlightMeter) == 0x000330, "Member 'UUI_BP_QuickHealthActions_C::HighlightMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, LevelUpArrows) == 0x000338, "Member 'UUI_BP_QuickHealthActions_C::LevelUpArrows' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, HealthItemFullyRecharged) == 0x000340, "Member 'UUI_BP_QuickHealthActions_C::HealthItemFullyRecharged' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, Glow) == 0x000348, "Member 'UUI_BP_QuickHealthActions_C::Glow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, HealthAlertGlow) == 0x000350, "Member 'UUI_BP_QuickHealthActions_C::HealthAlertGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, HealthAlertPulse) == 0x000358, "Member 'UUI_BP_QuickHealthActions_C::HealthAlertPulse' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, HealthIncreaseTag) == 0x000360, "Member 'UUI_BP_QuickHealthActions_C::HealthIncreaseTag' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, healthMeterBack) == 0x000368, "Member 'UUI_BP_QuickHealthActions_C::healthMeterBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, Image_98) == 0x000370, "Member 'UUI_BP_QuickHealthActions_C::Image_98' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, LowHealthAlert) == 0x000378, "Member 'UUI_BP_QuickHealthActions_C::LowHealthAlert' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, newHealthBar) == 0x000380, "Member 'UUI_BP_QuickHealthActions_C::newHealthBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, PotionFresnal) == 0x000388, "Member 'UUI_BP_QuickHealthActions_C::PotionFresnal' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, PotionHighlight) == 0x000390, "Member 'UUI_BP_QuickHealthActions_C::PotionHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, quickActionCount) == 0x000398, "Member 'UUI_BP_QuickHealthActions_C::quickActionCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, Color_None) == 0x0003A0, "Member 'UUI_BP_QuickHealthActions_C::Color_None' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, Color_Positive) == 0x0003C8, "Member 'UUI_BP_QuickHealthActions_C::Color_Positive' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, HealthCooldownTimer) == 0x0003F0, "Member 'UUI_BP_QuickHealthActions_C::HealthCooldownTimer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, CriticalHealth) == 0x0003F8, "Member 'UUI_BP_QuickHealthActions_C::CriticalHealth' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, HealthMax) == 0x000400, "Member 'UUI_BP_QuickHealthActions_C::HealthMax' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, HealthPercent) == 0x000404, "Member 'UUI_BP_QuickHealthActions_C::HealthPercent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, IsLowHealth) == 0x000408, "Member 'UUI_BP_QuickHealthActions_C::IsLowHealth' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, PotionCount) == 0x00040C, "Member 'UUI_BP_QuickHealthActions_C::PotionCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, WasCritical) == 0x000410, "Member 'UUI_BP_QuickHealthActions_C::WasCritical' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, HealthBarColor) == 0x000414, "Member 'UUI_BP_QuickHealthActions_C::HealthBarColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, HasPotion) == 0x000424, "Member 'UUI_BP_QuickHealthActions_C::HasPotion' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickHealthActions_C, LowHealthPlayAnimationThreshold) == 0x000428, "Member 'UUI_BP_QuickHealthActions_C::LowHealthPlayAnimationThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ApparateTravelCIN_C \ static_assert(alignof(ABP_SkinFX_ApparateTravelCIN_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ApparateTravelCIN_C"); \ static_assert(sizeof(ABP_SkinFX_ApparateTravelCIN_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ApparateTravelCIN_C"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FlooFinishWait_C_ExecuteUbergraph_BP_SceneAction_FlooFinishWait \ static_assert(alignof(BP_SceneAction_FlooFinishWait_C_ExecuteUbergraph_BP_SceneAction_FlooFinishWait) == 0x000008, "Wrong alignment on BP_SceneAction_FlooFinishWait_C_ExecuteUbergraph_BP_SceneAction_FlooFinishWait"); \ static_assert(sizeof(BP_SceneAction_FlooFinishWait_C_ExecuteUbergraph_BP_SceneAction_FlooFinishWait) == 0x000018, "Wrong size on BP_SceneAction_FlooFinishWait_C_ExecuteUbergraph_BP_SceneAction_FlooFinishWait"); \ static_assert(offsetof(BP_SceneAction_FlooFinishWait_C_ExecuteUbergraph_BP_SceneAction_FlooFinishWait, EntryPoint) == 0x000000, "Member 'BP_SceneAction_FlooFinishWait_C_ExecuteUbergraph_BP_SceneAction_FlooFinishWait::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FlooFinishWait_C_ExecuteUbergraph_BP_SceneAction_FlooFinishWait, CallFunc_Get_ReturnValue) == 0x000008, "Member 'BP_SceneAction_FlooFinishWait_C_ExecuteUbergraph_BP_SceneAction_FlooFinishWait::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FlooFinishWait_C_ExecuteUbergraph_BP_SceneAction_FlooFinishWait, K2Node_Event_Time) == 0x000010, "Member 'BP_SceneAction_FlooFinishWait_C_ExecuteUbergraph_BP_SceneAction_FlooFinishWait::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FlooFinishWait_C_ExecuteUbergraph_BP_SceneAction_FlooFinishWait, K2Node_Event_IsScrubbing) == 0x000014, "Member 'BP_SceneAction_FlooFinishWait_C_ExecuteUbergraph_BP_SceneAction_FlooFinishWait::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FlooFinishWait_C_ExecuteUbergraph_BP_SceneAction_FlooFinishWait, CallFunc_IsInEditor_ReturnValue) == 0x000015, "Member 'BP_SceneAction_FlooFinishWait_C_ExecuteUbergraph_BP_SceneAction_FlooFinishWait::CallFunc_IsInEditor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FlooFinishWait_C_OnInstant \ static_assert(alignof(BP_SceneAction_FlooFinishWait_C_OnInstant) == 0x000004, "Wrong alignment on BP_SceneAction_FlooFinishWait_C_OnInstant"); \ static_assert(sizeof(BP_SceneAction_FlooFinishWait_C_OnInstant) == 0x000008, "Wrong size on BP_SceneAction_FlooFinishWait_C_OnInstant"); \ static_assert(offsetof(BP_SceneAction_FlooFinishWait_C_OnInstant, Time) == 0x000000, "Member 'BP_SceneAction_FlooFinishWait_C_OnInstant::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FlooFinishWait_C_OnInstant, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_FlooFinishWait_C_OnInstant::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FlooFinishWait_C_IsInstant \ static_assert(alignof(BP_SceneAction_FlooFinishWait_C_IsInstant) == 0x000001, "Wrong alignment on BP_SceneAction_FlooFinishWait_C_IsInstant"); \ static_assert(sizeof(BP_SceneAction_FlooFinishWait_C_IsInstant) == 0x000001, "Wrong size on BP_SceneAction_FlooFinishWait_C_IsInstant"); \ static_assert(offsetof(BP_SceneAction_FlooFinishWait_C_IsInstant, ReturnValue) == 0x000000, "Member 'BP_SceneAction_FlooFinishWait_C_IsInstant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SceneAction_FlooFinishWait_C \ static_assert(alignof(UBP_SceneAction_FlooFinishWait_C) == 0x000008, "Wrong alignment on UBP_SceneAction_FlooFinishWait_C"); \ static_assert(sizeof(UBP_SceneAction_FlooFinishWait_C) == 0x0000B0, "Wrong size on UBP_SceneAction_FlooFinishWait_C"); \ static_assert(offsetof(UBP_SceneAction_FlooFinishWait_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_SceneAction_FlooFinishWait_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNetAnalyticsDataConfig \ static_assert(alignof(FNetAnalyticsDataConfig) == 0x000004, "Wrong alignment on FNetAnalyticsDataConfig"); \ static_assert(sizeof(FNetAnalyticsDataConfig) == 0x00000C, "Wrong size on FNetAnalyticsDataConfig"); \ static_assert(offsetof(FNetAnalyticsDataConfig, DataName) == 0x000000, "Member 'FNetAnalyticsDataConfig::DataName' has a wrong offset!"); \ static_assert(offsetof(FNetAnalyticsDataConfig, bEnabled) == 0x000008, "Member 'FNetAnalyticsDataConfig::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNetAnalyticsAggregatorConfig \ static_assert(alignof(UNetAnalyticsAggregatorConfig) == 0x000008, "Wrong alignment on UNetAnalyticsAggregatorConfig"); \ static_assert(sizeof(UNetAnalyticsAggregatorConfig) == 0x000038, "Wrong size on UNetAnalyticsAggregatorConfig"); \ static_assert(offsetof(UNetAnalyticsAggregatorConfig, NetAnalyticsData) == 0x000028, "Member 'UNetAnalyticsAggregatorConfig::NetAnalyticsData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FChaosTrailingEventData \ static_assert(alignof(FChaosTrailingEventData) == 0x000004, "Wrong alignment on FChaosTrailingEventData"); \ static_assert(sizeof(FChaosTrailingEventData) == 0x00002C, "Wrong size on FChaosTrailingEventData"); \ static_assert(offsetof(FChaosTrailingEventData, Location) == 0x000000, "Member 'FChaosTrailingEventData::Location' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventData, Velocity) == 0x00000C, "Member 'FChaosTrailingEventData::Velocity' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventData, AngularVelocity) == 0x000018, "Member 'FChaosTrailingEventData::AngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventData, Mass) == 0x000024, "Member 'FChaosTrailingEventData::Mass' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventData, ParticleIndex) == 0x000028, "Member 'FChaosTrailingEventData::ParticleIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosCollisionEventRequestSettings \ static_assert(alignof(FChaosCollisionEventRequestSettings) == 0x000004, "Wrong alignment on FChaosCollisionEventRequestSettings"); \ static_assert(sizeof(FChaosCollisionEventRequestSettings) == 0x000018, "Wrong size on FChaosCollisionEventRequestSettings"); \ static_assert(offsetof(FChaosCollisionEventRequestSettings, MaxNumberResults) == 0x000000, "Member 'FChaosCollisionEventRequestSettings::MaxNumberResults' has a wrong offset!"); \ static_assert(offsetof(FChaosCollisionEventRequestSettings, MinMass) == 0x000004, "Member 'FChaosCollisionEventRequestSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FChaosCollisionEventRequestSettings, MinSpeed) == 0x000008, "Member 'FChaosCollisionEventRequestSettings::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FChaosCollisionEventRequestSettings, MinImpulse) == 0x00000C, "Member 'FChaosCollisionEventRequestSettings::MinImpulse' has a wrong offset!"); \ static_assert(offsetof(FChaosCollisionEventRequestSettings, MaxDistance) == 0x000010, "Member 'FChaosCollisionEventRequestSettings::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(FChaosCollisionEventRequestSettings, SortMethod) == 0x000014, "Member 'FChaosCollisionEventRequestSettings::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FChaosRemovalEventRequestSettings \ static_assert(alignof(FChaosRemovalEventRequestSettings) == 0x000004, "Wrong alignment on FChaosRemovalEventRequestSettings"); \ static_assert(sizeof(FChaosRemovalEventRequestSettings) == 0x000010, "Wrong size on FChaosRemovalEventRequestSettings"); \ static_assert(offsetof(FChaosRemovalEventRequestSettings, MaxNumberOfResults) == 0x000000, "Member 'FChaosRemovalEventRequestSettings::MaxNumberOfResults' has a wrong offset!"); \ static_assert(offsetof(FChaosRemovalEventRequestSettings, MinMass) == 0x000004, "Member 'FChaosRemovalEventRequestSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FChaosRemovalEventRequestSettings, MaxDistance) == 0x000008, "Member 'FChaosRemovalEventRequestSettings::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(FChaosRemovalEventRequestSettings, SortMethod) == 0x00000C, "Member 'FChaosRemovalEventRequestSettings::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosTrailingEventRequestSettings \ static_assert(alignof(FChaosTrailingEventRequestSettings) == 0x000004, "Wrong alignment on FChaosTrailingEventRequestSettings"); \ static_assert(sizeof(FChaosTrailingEventRequestSettings) == 0x000018, "Wrong size on FChaosTrailingEventRequestSettings"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MaxNumberOfResults) == 0x000000, "Member 'FChaosTrailingEventRequestSettings::MaxNumberOfResults' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MinMass) == 0x000004, "Member 'FChaosTrailingEventRequestSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MinSpeed) == 0x000008, "Member 'FChaosTrailingEventRequestSettings::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MinAngularSpeed) == 0x00000C, "Member 'FChaosTrailingEventRequestSettings::MinAngularSpeed' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MaxDistance) == 0x000010, "Member 'FChaosTrailingEventRequestSettings::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, SortMethod) == 0x000014, "Member 'FChaosTrailingEventRequestSettings::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeometryCollectionDebugDrawActorSelectedRigidBody \ static_assert(alignof(FGeometryCollectionDebugDrawActorSelectedRigidBody) == 0x000008, "Wrong alignment on FGeometryCollectionDebugDrawActorSelectedRigidBody"); \ static_assert(sizeof(FGeometryCollectionDebugDrawActorSelectedRigidBody) == 0x000018, "Wrong size on FGeometryCollectionDebugDrawActorSelectedRigidBody"); \ static_assert(offsetof(FGeometryCollectionDebugDrawActorSelectedRigidBody, ID) == 0x000000, "Member 'FGeometryCollectionDebugDrawActorSelectedRigidBody::ID' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionDebugDrawActorSelectedRigidBody, Solver) == 0x000008, "Member 'FGeometryCollectionDebugDrawActorSelectedRigidBody::Solver' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionDebugDrawActorSelectedRigidBody, GeometryCollection) == 0x000010, "Member 'FGeometryCollectionDebugDrawActorSelectedRigidBody::GeometryCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeometryCollectionDebugDrawWarningMessage \ static_assert(alignof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong alignment on FGeometryCollectionDebugDrawWarningMessage"); \ static_assert(sizeof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong size on FGeometryCollectionDebugDrawWarningMessage"); \ #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_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_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_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) == 0x000490, "Wrong size on UChaosDestructionListener"); \ static_assert(offsetof(UChaosDestructionListener, CollisionEventRequestSettings) == 0x00021C, "Member 'UChaosDestructionListener::CollisionEventRequestSettings' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, BreakingEventRequestSettings) == 0x000234, "Member 'UChaosDestructionListener::BreakingEventRequestSettings' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, TrailingEventRequestSettings) == 0x00024C, "Member 'UChaosDestructionListener::TrailingEventRequestSettings' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, RemovalEventRequestSettings) == 0x000264, "Member 'UChaosDestructionListener::RemovalEventRequestSettings' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, ChaosSolverActors) == 0x000278, "Member 'UChaosDestructionListener::ChaosSolverActors' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, GeometryCollectionActors) == 0x0002C8, "Member 'UChaosDestructionListener::GeometryCollectionActors' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, OnCollisionEvents) == 0x000318, "Member 'UChaosDestructionListener::OnCollisionEvents' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, OnBreakingEvents) == 0x000328, "Member 'UChaosDestructionListener::OnBreakingEvents' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, OnTrailingEvents) == 0x000338, "Member 'UChaosDestructionListener::OnTrailingEvents' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, OnRemovalEvents) == 0x000348, "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) == 0x000258, "Wrong size on AGeometryCollectionActor"); \ static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionComponent) == 0x000248, "Member 'AGeometryCollectionActor::GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionDebugDrawComponent) == 0x000250, "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) == 0x000970, "Wrong size on UGeometryCollectionComponent"); \ static_assert(offsetof(UGeometryCollectionComponent, ChaosSolverActor) == 0x0004B0, "Member 'UGeometryCollectionComponent::ChaosSolverActor' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, RestCollection) == 0x0005A0, "Member 'UGeometryCollectionComponent::RestCollection' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, InitializationFields) == 0x0005A8, "Member 'UGeometryCollectionComponent::InitializationFields' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, Simulating) == 0x0005B8, "Member 'UGeometryCollectionComponent::Simulating' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, ObjectType) == 0x0005C0, "Member 'UGeometryCollectionComponent::ObjectType' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bForceMotionBlur) == 0x0005C1, "Member 'UGeometryCollectionComponent::bForceMotionBlur' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, EnableClustering) == 0x0005C2, "Member 'UGeometryCollectionComponent::EnableClustering' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, ClusterGroupIndex) == 0x0005C4, "Member 'UGeometryCollectionComponent::ClusterGroupIndex' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, MaxClusterLevel) == 0x0005C8, "Member 'UGeometryCollectionComponent::MaxClusterLevel' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, DamageThreshold) == 0x0005D0, "Member 'UGeometryCollectionComponent::DamageThreshold' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bUseSizeSpecificDamageThreshold) == 0x0005E0, "Member 'UGeometryCollectionComponent::bUseSizeSpecificDamageThreshold' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, ClusterConnectionType) == 0x0005E1, "Member 'UGeometryCollectionComponent::ClusterConnectionType' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, CollisionGroup) == 0x0005E4, "Member 'UGeometryCollectionComponent::CollisionGroup' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, CollisionSampleFraction) == 0x0005E8, "Member 'UGeometryCollectionComponent::CollisionSampleFraction' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, LinearEtherDrag) == 0x0005EC, "Member 'UGeometryCollectionComponent::LinearEtherDrag' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, AngularEtherDrag) == 0x0005F0, "Member 'UGeometryCollectionComponent::AngularEtherDrag' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, PhysicalMaterial) == 0x0005F8, "Member 'UGeometryCollectionComponent::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, InitialVelocityType) == 0x000600, "Member 'UGeometryCollectionComponent::InitialVelocityType' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, InitialLinearVelocity) == 0x000604, "Member 'UGeometryCollectionComponent::InitialLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, InitialAngularVelocity) == 0x000610, "Member 'UGeometryCollectionComponent::InitialAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, PhysicalMaterialOverride) == 0x000620, "Member 'UGeometryCollectionComponent::PhysicalMaterialOverride' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, CacheParameters) == 0x000628, "Member 'UGeometryCollectionComponent::CacheParameters' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, RestTransforms) == 0x000678, "Member 'UGeometryCollectionComponent::RestTransforms' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, NotifyGeometryCollectionPhysicsStateChange) == 0x000688, "Member 'UGeometryCollectionComponent::NotifyGeometryCollectionPhysicsStateChange' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, NotifyGeometryCollectionPhysicsLoadingStateChange) == 0x000698, "Member 'UGeometryCollectionComponent::NotifyGeometryCollectionPhysicsLoadingStateChange' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, OnChaosBreakEvent) == 0x0006C0, "Member 'UGeometryCollectionComponent::OnChaosBreakEvent' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, OnChaosRemovalEvent) == 0x0006D0, "Member 'UGeometryCollectionComponent::OnChaosRemovalEvent' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, OnChaosRemovalCompletedEvent) == 0x0006E0, "Member 'UGeometryCollectionComponent::OnChaosRemovalCompletedEvent' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, DesiredCacheTime) == 0x0006F0, "Member 'UGeometryCollectionComponent::DesiredCacheTime' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, CachePlayback) == 0x0006F4, "Member 'UGeometryCollectionComponent::CachePlayback' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, OnChaosPhysicsCollision) == 0x0006F8, "Member 'UGeometryCollectionComponent::OnChaosPhysicsCollision' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bNotifyBreaks) == 0x000708, "Member 'UGeometryCollectionComponent::bNotifyBreaks' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bNotifyCollisions) == 0x000709, "Member 'UGeometryCollectionComponent::bNotifyCollisions' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bNotifyTrailing) == 0x00070A, "Member 'UGeometryCollectionComponent::bNotifyTrailing' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bNotifyRemovals) == 0x00070B, "Member 'UGeometryCollectionComponent::bNotifyRemovals' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bStoreVelocities) == 0x00070C, "Member 'UGeometryCollectionComponent::bStoreVelocities' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bShowBoneColors) == 0x00070D, "Member 'UGeometryCollectionComponent::bShowBoneColors' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bEnableReplication) == 0x00070E, "Member 'UGeometryCollectionComponent::bEnableReplication' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bEnableAbandonAfterLevel) == 0x00070F, "Member 'UGeometryCollectionComponent::bEnableAbandonAfterLevel' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, ReplicationAbandonClusterLevel) == 0x000710, "Member 'UGeometryCollectionComponent::ReplicationAbandonClusterLevel' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, RepData) == 0x000718, "Member 'UGeometryCollectionComponent::RepData' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, DummyBodySetup) == 0x000948, "Member 'UGeometryCollectionComponent::DummyBodySetup' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, EmbeddedGeometryComponents) == 0x000958, "Member 'UGeometryCollectionComponent::EmbeddedGeometryComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGeometryCollectionDebugDrawActor \ static_assert(alignof(AGeometryCollectionDebugDrawActor) == 0x000008, "Wrong alignment on AGeometryCollectionDebugDrawActor"); \ static_assert(sizeof(AGeometryCollectionDebugDrawActor) == 0x000330, "Wrong size on AGeometryCollectionDebugDrawActor"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, WarningMessage) == 0x000248, "Member 'AGeometryCollectionDebugDrawActor::WarningMessage' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, SelectedRigidBody) == 0x000250, "Member 'AGeometryCollectionDebugDrawActor::SelectedRigidBody' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawWholeCollection) == 0x000268, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawWholeCollection' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawHierarchy) == 0x000269, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawHierarchy' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawClustering) == 0x00026A, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawClustering' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, HideGeometry) == 0x00026B, "Member 'AGeometryCollectionDebugDrawActor::HideGeometry' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyId) == 0x00026C, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyId' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyCollision) == 0x00026D, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyCollision' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bCollisionAtOrigin) == 0x00026E, "Member 'AGeometryCollectionDebugDrawActor::bCollisionAtOrigin' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyTransform) == 0x00026F, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyTransform' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInertia) == 0x000270, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInertia' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyVelocity) == 0x000271, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyVelocity' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyForce) == 0x000272, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyForce' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInfos) == 0x000273, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInfos' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransformIndex) == 0x000274, "Member 'AGeometryCollectionDebugDrawActor::bShowTransformIndex' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransform) == 0x000275, "Member 'AGeometryCollectionDebugDrawActor::bShowTransform' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowParent) == 0x000276, "Member 'AGeometryCollectionDebugDrawActor::bShowParent' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowLevel) == 0x000277, "Member 'AGeometryCollectionDebugDrawActor::bShowLevel' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowConnectivityEdges) == 0x000278, "Member 'AGeometryCollectionDebugDrawActor::bShowConnectivityEdges' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryIndex) == 0x000279, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryIndex' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryTransform) == 0x00027A, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryTransform' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowBoundingBox) == 0x00027B, "Member 'AGeometryCollectionDebugDrawActor::bShowBoundingBox' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaces) == 0x00027C, "Member 'AGeometryCollectionDebugDrawActor::bShowFaces' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceIndices) == 0x00027D, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceIndices' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceNormals) == 0x00027E, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceNormals' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowSingleFace) == 0x00027F, "Member 'AGeometryCollectionDebugDrawActor::bShowSingleFace' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceIndex) == 0x000280, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceIndex' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertices) == 0x000284, "Member 'AGeometryCollectionDebugDrawActor::bShowVertices' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexIndices) == 0x000285, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexIndices' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexNormals) == 0x000286, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexNormals' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bUseActiveVisualization) == 0x000287, "Member 'AGeometryCollectionDebugDrawActor::bUseActiveVisualization' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, PointThickness) == 0x000288, "Member 'AGeometryCollectionDebugDrawActor::PointThickness' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, LineThickness) == 0x00028C, "Member 'AGeometryCollectionDebugDrawActor::LineThickness' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bTextShadow) == 0x000290, "Member 'AGeometryCollectionDebugDrawActor::bTextShadow' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, TextScale) == 0x000294, "Member 'AGeometryCollectionDebugDrawActor::TextScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, NormalScale) == 0x000298, "Member 'AGeometryCollectionDebugDrawActor::NormalScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, AxisScale) == 0x00029C, "Member 'AGeometryCollectionDebugDrawActor::AxisScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, ArrowScale) == 0x0002A0, "Member 'AGeometryCollectionDebugDrawActor::ArrowScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyIdColor) == 0x0002A4, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyIdColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyTransformScale) == 0x0002A8, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyTransformScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyCollisionColor) == 0x0002AC, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyCollisionColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInertiaColor) == 0x0002B0, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInertiaColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyVelocityColor) == 0x0002B4, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyVelocityColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyForceColor) == 0x0002B8, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyForceColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInfoColor) == 0x0002BC, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInfoColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformIndexColor) == 0x0002C0, "Member 'AGeometryCollectionDebugDrawActor::TransformIndexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformScale) == 0x0002C4, "Member 'AGeometryCollectionDebugDrawActor::TransformScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, LevelColor) == 0x0002C8, "Member 'AGeometryCollectionDebugDrawActor::LevelColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, ParentColor) == 0x0002CC, "Member 'AGeometryCollectionDebugDrawActor::ParentColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, ConnectivityEdgeThickness) == 0x0002D0, "Member 'AGeometryCollectionDebugDrawActor::ConnectivityEdgeThickness' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryIndexColor) == 0x0002D4, "Member 'AGeometryCollectionDebugDrawActor::GeometryIndexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryTransformScale) == 0x0002D8, "Member 'AGeometryCollectionDebugDrawActor::GeometryTransformScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, BoundingBoxColor) == 0x0002DC, "Member 'AGeometryCollectionDebugDrawActor::BoundingBoxColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceColor) == 0x0002E0, "Member 'AGeometryCollectionDebugDrawActor::FaceColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceIndexColor) == 0x0002E4, "Member 'AGeometryCollectionDebugDrawActor::FaceIndexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceNormalColor) == 0x0002E8, "Member 'AGeometryCollectionDebugDrawActor::FaceNormalColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceColor) == 0x0002EC, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexColor) == 0x0002F0, "Member 'AGeometryCollectionDebugDrawActor::VertexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexIndexColor) == 0x0002F4, "Member 'AGeometryCollectionDebugDrawActor::VertexIndexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexNormalColor) == 0x0002F8, "Member 'AGeometryCollectionDebugDrawActor::VertexNormalColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, SpriteComponent) == 0x000300, "Member 'AGeometryCollectionDebugDrawActor::SpriteComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGeometryCollectionDebugDrawComponent \ static_assert(alignof(UGeometryCollectionDebugDrawComponent) == 0x000008, "Wrong alignment on UGeometryCollectionDebugDrawComponent"); \ static_assert(sizeof(UGeometryCollectionDebugDrawComponent) == 0x0000E8, "Wrong size on UGeometryCollectionDebugDrawComponent"); \ static_assert(offsetof(UGeometryCollectionDebugDrawComponent, GeometryCollectionDebugDrawActor) == 0x0000D0, "Member 'UGeometryCollectionDebugDrawComponent::GeometryCollectionDebugDrawActor' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionDebugDrawComponent, GeometryCollectionRenderLevelSetActor) == 0x0000D8, "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) == 0x0002E0, "Wrong size on AGeometryCollectionRenderLevelSetActor"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, TargetVolumeTexture) == 0x000248, "Member 'AGeometryCollectionRenderLevelSetActor::TargetVolumeTexture' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RayMarchMaterial) == 0x000250, "Member 'AGeometryCollectionRenderLevelSetActor::RayMarchMaterial' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, SurfaceTolerance) == 0x000258, "Member 'AGeometryCollectionRenderLevelSetActor::SurfaceTolerance' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Isovalue) == 0x00025C, "Member 'AGeometryCollectionRenderLevelSetActor::Isovalue' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Enabled) == 0x000260, "Member 'AGeometryCollectionRenderLevelSetActor::Enabled' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RenderVolumeBoundingBox) == 0x000261, "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) == 0x000158, "Wrong size on USkeletalMeshSimulationComponent"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, PhysicalMaterial) == 0x0000D8, "Member 'USkeletalMeshSimulationComponent::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, ChaosSolverActor) == 0x0000E0, "Member 'USkeletalMeshSimulationComponent::ChaosSolverActor' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, OverridePhysicsAsset) == 0x0000E8, "Member 'USkeletalMeshSimulationComponent::OverridePhysicsAsset' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, bSimulating) == 0x0000F0, "Member 'USkeletalMeshSimulationComponent::bSimulating' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, bNotifyCollisions) == 0x0000F1, "Member 'USkeletalMeshSimulationComponent::bNotifyCollisions' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, ObjectType) == 0x0000F2, "Member 'USkeletalMeshSimulationComponent::ObjectType' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, Density) == 0x0000F4, "Member 'USkeletalMeshSimulationComponent::Density' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, MinMass) == 0x0000F8, "Member 'USkeletalMeshSimulationComponent::MinMass' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, MaxMass) == 0x0000FC, "Member 'USkeletalMeshSimulationComponent::MaxMass' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, CollisionType) == 0x000100, "Member 'USkeletalMeshSimulationComponent::CollisionType' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, ImplicitShapeParticlesPerUnitArea) == 0x000104, "Member 'USkeletalMeshSimulationComponent::ImplicitShapeParticlesPerUnitArea' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, ImplicitShapeMinNumParticles) == 0x000108, "Member 'USkeletalMeshSimulationComponent::ImplicitShapeMinNumParticles' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, ImplicitShapeMaxNumParticles) == 0x00010C, "Member 'USkeletalMeshSimulationComponent::ImplicitShapeMaxNumParticles' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, MinLevelSetResolution) == 0x000110, "Member 'USkeletalMeshSimulationComponent::MinLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, MaxLevelSetResolution) == 0x000114, "Member 'USkeletalMeshSimulationComponent::MaxLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, CollisionGroup) == 0x000118, "Member 'USkeletalMeshSimulationComponent::CollisionGroup' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, InitialVelocityType) == 0x00011C, "Member 'USkeletalMeshSimulationComponent::InitialVelocityType' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, InitialLinearVelocity) == 0x000120, "Member 'USkeletalMeshSimulationComponent::InitialLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, InitialAngularVelocity) == 0x00012C, "Member 'USkeletalMeshSimulationComponent::InitialAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, OnChaosPhysicsCollision) == 0x000138, "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) == 0x000158, "Wrong size on UStaticMeshSimulationComponent"); \ static_assert(offsetof(UStaticMeshSimulationComponent, Simulating) == 0x0000D8, "Member 'UStaticMeshSimulationComponent::Simulating' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, bNotifyCollisions) == 0x0000D9, "Member 'UStaticMeshSimulationComponent::bNotifyCollisions' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, ObjectType) == 0x0000DA, "Member 'UStaticMeshSimulationComponent::ObjectType' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, Mass) == 0x0000DC, "Member 'UStaticMeshSimulationComponent::Mass' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, CollisionType) == 0x0000E0, "Member 'UStaticMeshSimulationComponent::CollisionType' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, ImplicitType) == 0x0000E1, "Member 'UStaticMeshSimulationComponent::ImplicitType' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, MinLevelSetResolution) == 0x0000E4, "Member 'UStaticMeshSimulationComponent::MinLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, MaxLevelSetResolution) == 0x0000E8, "Member 'UStaticMeshSimulationComponent::MaxLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, InitialVelocityType) == 0x0000EC, "Member 'UStaticMeshSimulationComponent::InitialVelocityType' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, InitialLinearVelocity) == 0x0000F0, "Member 'UStaticMeshSimulationComponent::InitialLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, InitialAngularVelocity) == 0x0000FC, "Member 'UStaticMeshSimulationComponent::InitialAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, DamageThreshold) == 0x000108, "Member 'UStaticMeshSimulationComponent::DamageThreshold' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, PhysicalMaterial) == 0x000110, "Member 'UStaticMeshSimulationComponent::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, ChaosSolverActor) == 0x000118, "Member 'UStaticMeshSimulationComponent::ChaosSolverActor' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, OnChaosPhysicsCollision) == 0x000120, "Member 'UStaticMeshSimulationComponent::OnChaosPhysicsCollision' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, SimulatedComponents) == 0x000140, "Member 'UStaticMeshSimulationComponent::SimulatedComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumbleSpinLeft_C_ExecuteUbergraph_ABL_HitStumbleSpinLeft \ static_assert(alignof(ABL_HitStumbleSpinLeft_C_ExecuteUbergraph_ABL_HitStumbleSpinLeft) == 0x000008, "Wrong alignment on ABL_HitStumbleSpinLeft_C_ExecuteUbergraph_ABL_HitStumbleSpinLeft"); \ static_assert(sizeof(ABL_HitStumbleSpinLeft_C_ExecuteUbergraph_ABL_HitStumbleSpinLeft) == 0x000030, "Wrong size on ABL_HitStumbleSpinLeft_C_ExecuteUbergraph_ABL_HitStumbleSpinLeft"); \ static_assert(offsetof(ABL_HitStumbleSpinLeft_C_ExecuteUbergraph_ABL_HitStumbleSpinLeft, EntryPoint) == 0x000000, "Member 'ABL_HitStumbleSpinLeft_C_ExecuteUbergraph_ABL_HitStumbleSpinLeft::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinLeft_C_ExecuteUbergraph_ABL_HitStumbleSpinLeft, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitStumbleSpinLeft_C_ExecuteUbergraph_ABL_HitStumbleSpinLeft::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinLeft_C_ExecuteUbergraph_ABL_HitStumbleSpinLeft, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitStumbleSpinLeft_C_ExecuteUbergraph_ABL_HitStumbleSpinLeft::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinLeft_C_ExecuteUbergraph_ABL_HitStumbleSpinLeft, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_HitStumbleSpinLeft_C_ExecuteUbergraph_ABL_HitStumbleSpinLeft::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinLeft_C_ExecuteUbergraph_ABL_HitStumbleSpinLeft, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HitStumbleSpinLeft_C_ExecuteUbergraph_ABL_HitStumbleSpinLeft::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinLeft_C_ExecuteUbergraph_ABL_HitStumbleSpinLeft, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_HitStumbleSpinLeft_C_ExecuteUbergraph_ABL_HitStumbleSpinLeft::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumbleSpinLeft_C_OnAbilityBranch \ static_assert(alignof(ABL_HitStumbleSpinLeft_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitStumbleSpinLeft_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitStumbleSpinLeft_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitStumbleSpinLeft_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitStumbleSpinLeft_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitStumbleSpinLeft_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinLeft_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitStumbleSpinLeft_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumbleSpinLeft_C_OnAbilityStart \ static_assert(alignof(ABL_HitStumbleSpinLeft_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitStumbleSpinLeft_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitStumbleSpinLeft_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitStumbleSpinLeft_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitStumbleSpinLeft_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitStumbleSpinLeft_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumbleSpinLeft_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitStumbleSpinLeft_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitStumbleSpinLeft_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitStumbleSpinLeft_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitStumbleSpinLeft_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitStumbleSpinLeft_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitStumbleSpinLeft_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinLeft_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitStumbleSpinLeft_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinLeft_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitStumbleSpinLeft_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinLeft_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitStumbleSpinLeft_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinLeft_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitStumbleSpinLeft_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinLeft_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitStumbleSpinLeft_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitStumbleSpinLeft_C \ static_assert(alignof(UABL_HitStumbleSpinLeft_C) == 0x000008, "Wrong alignment on UABL_HitStumbleSpinLeft_C"); \ static_assert(sizeof(UABL_HitStumbleSpinLeft_C) == 0x0000E8, "Wrong size on UABL_HitStumbleSpinLeft_C"); \ static_assert(offsetof(UABL_HitStumbleSpinLeft_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitStumbleSpinLeft_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost \ static_assert(alignof(UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost) == 0x000040, "Wrong size on UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost, EntryPoint) == 0x000000, "Member 'UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost, CallFunc_PostEventAtLocation_ReturnValue) == 0x000018, "Member 'UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00001C, "Member 'UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost, K2Node_Event_InVisibility) == 0x000028, "Member 'UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost::K2Node_Event_InVisibility' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost, K2Node_SwitchEnum_CmpSuccess) == 0x000029, "Member 'UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost, K2Node_Event_IsLocked) == 0x00002A, "Member 'UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost::K2Node_Event_IsLocked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost, K2Node_Event_IsDesignTime) == 0x00002B, "Member 'UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost, K2Node_Event_bIsTutorialHighlighted) == 0x00002C, "Member 'UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost::K2Node_Event_bIsTutorialHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost, CallFunc_Get_ReturnValue) == 0x000030, "Member 'UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuideButton_Owlpost_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Owlpost::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Owlpost_C_SetIsTutorialHighlighted \ static_assert(alignof(UI_BP_FieldGuideButton_Owlpost_C_SetIsTutorialHighlighted) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Owlpost_C_SetIsTutorialHighlighted"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Owlpost_C_SetIsTutorialHighlighted) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Owlpost_C_SetIsTutorialHighlighted"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_SetIsTutorialHighlighted, bIsTutorialHighlighted) == 0x000000, "Member 'UI_BP_FieldGuideButton_Owlpost_C_SetIsTutorialHighlighted::bIsTutorialHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Owlpost_C_PreConstruct \ static_assert(alignof(UI_BP_FieldGuideButton_Owlpost_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Owlpost_C_PreConstruct"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Owlpost_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Owlpost_C_PreConstruct"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_FieldGuideButton_Owlpost_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Owlpost_C_SetLockedState \ static_assert(alignof(UI_BP_FieldGuideButton_Owlpost_C_SetLockedState) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Owlpost_C_SetLockedState"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Owlpost_C_SetLockedState) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Owlpost_C_SetLockedState"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_SetLockedState, IsLocked) == 0x000000, "Member 'UI_BP_FieldGuideButton_Owlpost_C_SetLockedState::IsLocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Owlpost_C_OnSetItemIndicatorVisibility \ static_assert(alignof(UI_BP_FieldGuideButton_Owlpost_C_OnSetItemIndicatorVisibility) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Owlpost_C_OnSetItemIndicatorVisibility"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Owlpost_C_OnSetItemIndicatorVisibility) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Owlpost_C_OnSetItemIndicatorVisibility"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_OnSetItemIndicatorVisibility, InVisibility) == 0x000000, "Member 'UI_BP_FieldGuideButton_Owlpost_C_OnSetItemIndicatorVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_FieldGuideButton_Owlpost_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FieldGuideButton_Owlpost_C \ static_assert(alignof(UUI_BP_FieldGuideButton_Owlpost_C) == 0x000008, "Wrong alignment on UUI_BP_FieldGuideButton_Owlpost_C"); \ static_assert(sizeof(UUI_BP_FieldGuideButton_Owlpost_C) == 0x000550, "Wrong size on UUI_BP_FieldGuideButton_Owlpost_C"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, UberGraphFrame) == 0x0004B0, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, HideHighlight) == 0x0004B8, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::HideHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, TutorialBounce) == 0x0004C0, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::TutorialBounce' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, ShowHighlight) == 0x0004C8, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::ShowHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, ButtonBackground) == 0x0004D0, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::ButtonBackground' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, buttonImage) == 0x0004D8, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::buttonImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, CategoryLabel) == 0x0004E0, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::CategoryLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, iconBorder) == 0x0004E8, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::iconBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, LabelPanel) == 0x0004F0, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::LabelPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, Letter) == 0x0004F8, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::Letter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, lockedText) == 0x000500, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::lockedText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, newIndicator) == 0x000508, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::newIndicator' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, Root) == 0x000510, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::Root' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, TutorialHighlight) == 0x000518, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::TutorialHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, CategoryLabelText) == 0x000520, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::CategoryLabelText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, LabelPosition) == 0x000530, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::LabelPosition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, buttonIcon) == 0x000538, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::buttonIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Owlpost_C, GearAnimationFrame) == 0x000548, "Member 'UUI_BP_FieldGuideButton_Owlpost_C::GearAnimationFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayTag \ static_assert(alignof(FGameplayTag) == 0x000004, "Wrong alignment on FGameplayTag"); \ static_assert(sizeof(FGameplayTag) == 0x000008, "Wrong size on FGameplayTag"); \ static_assert(offsetof(FGameplayTag, TagName) == 0x000000, "Member 'FGameplayTag::TagName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FGameplayTagContainer \ static_assert(alignof(FGameplayTagContainer) == 0x000008, "Wrong alignment on FGameplayTagContainer"); \ static_assert(sizeof(FGameplayTagContainer) == 0x000020, "Wrong size on FGameplayTagContainer"); \ static_assert(offsetof(FGameplayTagContainer, GameplayTags) == 0x000000, "Member 'FGameplayTagContainer::GameplayTags' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagContainer, ParentTags) == 0x000010, "Member 'FGameplayTagContainer::ParentTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayTagQuery \ static_assert(alignof(FGameplayTagQuery) == 0x000008, "Wrong alignment on FGameplayTagQuery"); \ static_assert(sizeof(FGameplayTagQuery) == 0x000048, "Wrong size on FGameplayTagQuery"); \ static_assert(offsetof(FGameplayTagQuery, TokenStreamVersion) == 0x000000, "Member 'FGameplayTagQuery::TokenStreamVersion' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagQuery, TagDictionary) == 0x000008, "Member 'FGameplayTagQuery::TagDictionary' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagQuery, QueryTokenStream) == 0x000018, "Member 'FGameplayTagQuery::QueryTokenStream' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagQuery, UserDescription) == 0x000028, "Member 'FGameplayTagQuery::UserDescription' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagQuery, AutoDescription) == 0x000038, "Member 'FGameplayTagQuery::AutoDescription' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayTagCreationWidgetHelper \ static_assert(alignof(FGameplayTagCreationWidgetHelper) == 0x000001, "Wrong alignment on FGameplayTagCreationWidgetHelper"); \ static_assert(sizeof(FGameplayTagCreationWidgetHelper) == 0x000001, "Wrong size on FGameplayTagCreationWidgetHelper"); \ #define DUMPER7_ASSERTS_FGameplayTagReferenceHelper \ static_assert(alignof(FGameplayTagReferenceHelper) == 0x000008, "Wrong alignment on FGameplayTagReferenceHelper"); \ static_assert(sizeof(FGameplayTagReferenceHelper) == 0x000010, "Wrong size on FGameplayTagReferenceHelper"); \ #define DUMPER7_ASSERTS_FGameplayTagRedirect \ static_assert(alignof(FGameplayTagRedirect) == 0x000004, "Wrong alignment on FGameplayTagRedirect"); \ static_assert(sizeof(FGameplayTagRedirect) == 0x000010, "Wrong size on FGameplayTagRedirect"); \ static_assert(offsetof(FGameplayTagRedirect, OldTagName) == 0x000000, "Member 'FGameplayTagRedirect::OldTagName' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagRedirect, NewTagName) == 0x000008, "Member 'FGameplayTagRedirect::NewTagName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayTagNode \ static_assert(alignof(FGameplayTagNode) == 0x000008, "Wrong alignment on FGameplayTagNode"); \ static_assert(sizeof(FGameplayTagNode) == 0x000050, "Wrong size on FGameplayTagNode"); \ #define DUMPER7_ASSERTS_FGameplayTagSource \ static_assert(alignof(FGameplayTagSource) == 0x000008, "Wrong alignment on FGameplayTagSource"); \ static_assert(sizeof(FGameplayTagSource) == 0x000020, "Wrong size on FGameplayTagSource"); \ static_assert(offsetof(FGameplayTagSource, SourceName) == 0x000000, "Member 'FGameplayTagSource::SourceName' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagSource, SourceType) == 0x000008, "Member 'FGameplayTagSource::SourceType' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagSource, SourceTagList) == 0x000010, "Member 'FGameplayTagSource::SourceTagList' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagSource, SourceRestrictedTagList) == 0x000018, "Member 'FGameplayTagSource::SourceRestrictedTagList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRestrictedConfigInfo \ static_assert(alignof(FRestrictedConfigInfo) == 0x000008, "Wrong alignment on FRestrictedConfigInfo"); \ static_assert(sizeof(FRestrictedConfigInfo) == 0x000020, "Wrong size on FRestrictedConfigInfo"); \ static_assert(offsetof(FRestrictedConfigInfo, RestrictedConfigName) == 0x000000, "Member 'FRestrictedConfigInfo::RestrictedConfigName' has a wrong offset!"); \ static_assert(offsetof(FRestrictedConfigInfo, Owners) == 0x000010, "Member 'FRestrictedConfigInfo::Owners' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayTagCategoryRemap \ static_assert(alignof(FGameplayTagCategoryRemap) == 0x000008, "Wrong alignment on FGameplayTagCategoryRemap"); \ static_assert(sizeof(FGameplayTagCategoryRemap) == 0x000020, "Wrong size on FGameplayTagCategoryRemap"); \ static_assert(offsetof(FGameplayTagCategoryRemap, BaseCategory) == 0x000000, "Member 'FGameplayTagCategoryRemap::BaseCategory' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagCategoryRemap, RemapCategories) == 0x000010, "Member 'FGameplayTagCategoryRemap::RemapCategories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_AddGameplayTag \ static_assert(alignof(BlueprintGameplayTagLibrary_AddGameplayTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_AddGameplayTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_AddGameplayTag) == 0x000028, "Wrong size on BlueprintGameplayTagLibrary_AddGameplayTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_AddGameplayTag, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_AddGameplayTag::TagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_AddGameplayTag, Tag) == 0x000020, "Member 'BlueprintGameplayTagLibrary_AddGameplayTag::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_AppendGameplayTagContainers \ static_assert(alignof(BlueprintGameplayTagLibrary_AppendGameplayTagContainers) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_AppendGameplayTagContainers"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_AppendGameplayTagContainers) == 0x000040, "Wrong size on BlueprintGameplayTagLibrary_AppendGameplayTagContainers"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_AppendGameplayTagContainers, InOutTagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_AppendGameplayTagContainers::InOutTagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_AppendGameplayTagContainers, InTagContainer) == 0x000020, "Member 'BlueprintGameplayTagLibrary_AppendGameplayTagContainers::InTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_BreakGameplayTagContainer \ static_assert(alignof(BlueprintGameplayTagLibrary_BreakGameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_BreakGameplayTagContainer"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_BreakGameplayTagContainer) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_BreakGameplayTagContainer"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_BreakGameplayTagContainer, GameplayTagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_BreakGameplayTagContainer::GameplayTagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_BreakGameplayTagContainer, GameplayTags) == 0x000020, "Member 'BlueprintGameplayTagLibrary_BreakGameplayTagContainer::GameplayTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery \ static_assert(alignof(BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery) == 0x000070, "Wrong size on BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery::TagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery, TagQuery) == 0x000020, "Member 'BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery::TagQuery' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery, ReturnValue) == 0x000068, "Member 'BlueprintGameplayTagLibrary_DoesContainerMatchTagQuery::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag \ static_assert(alignof(BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag) == 0x000020, "Wrong size on BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag, TagContainerInterface) == 0x000000, "Member 'BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag::TagContainerInterface' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag, Tag) == 0x000010, "Member 'BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag::Tag' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag, ReturnValue) == 0x000018, "Member 'BlueprintGameplayTagLibrary_DoesTagAssetInterfaceHaveTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_EqualEqual_GameplayTag \ static_assert(alignof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTag) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_EqualEqual_GameplayTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTag) == 0x000014, "Wrong size on BlueprintGameplayTagLibrary_EqualEqual_GameplayTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTag, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTag::A' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTag, b) == 0x000008, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTag::b' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTag, ReturnValue) == 0x000010, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer \ static_assert(alignof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer) == 0x000048, "Wrong size on BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer::A' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer, b) == 0x000020, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer::b' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer, ReturnValue) == 0x000040, "Member 'BlueprintGameplayTagLibrary_EqualEqual_GameplayTagContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery \ static_assert(alignof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery) == 0x000068, "Wrong size on BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery, WorldContextObject) == 0x000000, "Member 'BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery, ActorClass) == 0x000008, "Member 'BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery::ActorClass' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery, GameplayTagQuery) == 0x000010, "Member 'BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery::GameplayTagQuery' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery, OutActors) == 0x000058, "Member 'BlueprintGameplayTagLibrary_GetAllActorsOfClassMatchingTagQuery::OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag \ static_assert(alignof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag) == 0x000018, "Wrong size on BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag, GameplayTag) == 0x000000, "Member 'BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag::GameplayTag' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag, ReturnValue) == 0x000008, "Member 'BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer \ static_assert(alignof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer::TagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer, ReturnValue) == 0x000020, "Member 'BlueprintGameplayTagLibrary_GetDebugStringFromGameplayTagContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer \ static_assert(alignof(BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer) == 0x000028, "Wrong size on BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer::TagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer, ReturnValue) == 0x000020, "Member 'BlueprintGameplayTagLibrary_GetNumGameplayTagsInContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_GetTagName \ static_assert(alignof(BlueprintGameplayTagLibrary_GetTagName) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_GetTagName"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_GetTagName) == 0x000010, "Wrong size on BlueprintGameplayTagLibrary_GetTagName"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetTagName, GameplayTag) == 0x000000, "Member 'BlueprintGameplayTagLibrary_GetTagName::GameplayTag' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_GetTagName, ReturnValue) == 0x000008, "Member 'BlueprintGameplayTagLibrary_GetTagName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags \ static_assert(alignof(BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags) == 0x000038, "Wrong size on BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags, TagContainerInterface) == 0x000000, "Member 'BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags::TagContainerInterface' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags, OtherContainer) == 0x000010, "Member 'BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags::OtherContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags, ReturnValue) == 0x000030, "Member 'BlueprintGameplayTagLibrary_HasAllMatchingGameplayTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_HasAllTags \ static_assert(alignof(BlueprintGameplayTagLibrary_HasAllTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_HasAllTags"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_HasAllTags) == 0x000048, "Wrong size on BlueprintGameplayTagLibrary_HasAllTags"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllTags, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_HasAllTags::TagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllTags, OtherContainer) == 0x000020, "Member 'BlueprintGameplayTagLibrary_HasAllTags::OtherContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllTags, bExactMatch) == 0x000040, "Member 'BlueprintGameplayTagLibrary_HasAllTags::bExactMatch' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAllTags, ReturnValue) == 0x000041, "Member 'BlueprintGameplayTagLibrary_HasAllTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_HasAnyTags \ static_assert(alignof(BlueprintGameplayTagLibrary_HasAnyTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_HasAnyTags"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_HasAnyTags) == 0x000048, "Wrong size on BlueprintGameplayTagLibrary_HasAnyTags"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyTags, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_HasAnyTags::TagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyTags, OtherContainer) == 0x000020, "Member 'BlueprintGameplayTagLibrary_HasAnyTags::OtherContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyTags, bExactMatch) == 0x000040, "Member 'BlueprintGameplayTagLibrary_HasAnyTags::bExactMatch' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasAnyTags, ReturnValue) == 0x000041, "Member 'BlueprintGameplayTagLibrary_HasAnyTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_HasTag \ static_assert(alignof(BlueprintGameplayTagLibrary_HasTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_HasTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_HasTag) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_HasTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasTag, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_HasTag::TagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasTag, Tag) == 0x000020, "Member 'BlueprintGameplayTagLibrary_HasTag::Tag' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasTag, bExactMatch) == 0x000028, "Member 'BlueprintGameplayTagLibrary_HasTag::bExactMatch' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_HasTag, ReturnValue) == 0x000029, "Member 'BlueprintGameplayTagLibrary_HasTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_IsGameplayTagValid \ static_assert(alignof(BlueprintGameplayTagLibrary_IsGameplayTagValid) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_IsGameplayTagValid"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_IsGameplayTagValid) == 0x00000C, "Wrong size on BlueprintGameplayTagLibrary_IsGameplayTagValid"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_IsGameplayTagValid, GameplayTag) == 0x000000, "Member 'BlueprintGameplayTagLibrary_IsGameplayTagValid::GameplayTag' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_IsGameplayTagValid, ReturnValue) == 0x000008, "Member 'BlueprintGameplayTagLibrary_IsGameplayTagValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_IsTagQueryEmpty \ static_assert(alignof(BlueprintGameplayTagLibrary_IsTagQueryEmpty) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_IsTagQueryEmpty"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_IsTagQueryEmpty) == 0x000050, "Wrong size on BlueprintGameplayTagLibrary_IsTagQueryEmpty"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_IsTagQueryEmpty, TagQuery) == 0x000000, "Member 'BlueprintGameplayTagLibrary_IsTagQueryEmpty::TagQuery' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_IsTagQueryEmpty, ReturnValue) == 0x000048, "Member 'BlueprintGameplayTagLibrary_IsTagQueryEmpty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray \ static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray, GameplayTags) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray::GameplayTags' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray, ReturnValue) == 0x000010, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag \ static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag) == 0x000028, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag, SingleTag) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag::SingleTag' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag, ReturnValue) == 0x000008, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagContainerFromTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeGameplayTagQuery \ static_assert(alignof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeGameplayTagQuery"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery) == 0x000090, "Wrong size on BlueprintGameplayTagLibrary_MakeGameplayTagQuery"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery, TagQuery) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery::TagQuery' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeGameplayTagQuery, ReturnValue) == 0x000048, "Member 'BlueprintGameplayTagLibrary_MakeGameplayTagQuery::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeLiteralGameplayTag \ static_assert(alignof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTag) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_MakeLiteralGameplayTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTag) == 0x000010, "Wrong size on BlueprintGameplayTagLibrary_MakeLiteralGameplayTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTag, Value) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeLiteralGameplayTag::Value' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTag, ReturnValue) == 0x000008, "Member 'BlueprintGameplayTagLibrary_MakeLiteralGameplayTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer \ static_assert(alignof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer) == 0x000040, "Wrong size on BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer, Value) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer::Value' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer, ReturnValue) == 0x000020, "Member 'BlueprintGameplayTagLibrary_MakeLiteralGameplayTagContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MatchesAnyTags \ static_assert(alignof(BlueprintGameplayTagLibrary_MatchesAnyTags) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_MatchesAnyTags"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_MatchesAnyTags) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_MatchesAnyTags"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, TagOne) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::TagOne' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, OtherContainer) == 0x000008, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::OtherContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, bExactMatch) == 0x000028, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::bExactMatch' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesAnyTags, ReturnValue) == 0x000029, "Member 'BlueprintGameplayTagLibrary_MatchesAnyTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_MatchesTag \ static_assert(alignof(BlueprintGameplayTagLibrary_MatchesTag) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_MatchesTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_MatchesTag) == 0x000014, "Wrong size on BlueprintGameplayTagLibrary_MatchesTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, TagOne) == 0x000000, "Member 'BlueprintGameplayTagLibrary_MatchesTag::TagOne' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, TagTwo) == 0x000008, "Member 'BlueprintGameplayTagLibrary_MatchesTag::TagTwo' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, bExactMatch) == 0x000010, "Member 'BlueprintGameplayTagLibrary_MatchesTag::bExactMatch' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_MatchesTag, ReturnValue) == 0x000011, "Member 'BlueprintGameplayTagLibrary_MatchesTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_NotEqual_GameplayTag \ static_assert(alignof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag) == 0x000004, "Wrong alignment on BlueprintGameplayTagLibrary_NotEqual_GameplayTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag) == 0x000014, "Wrong size on BlueprintGameplayTagLibrary_NotEqual_GameplayTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTag::A' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag, b) == 0x000008, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTag::b' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTag, ReturnValue) == 0x000010, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer \ static_assert(alignof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer) == 0x000048, "Wrong size on BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer::A' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer, b) == 0x000020, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer::b' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer, ReturnValue) == 0x000040, "Member 'BlueprintGameplayTagLibrary_NotEqual_GameplayTagContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer \ static_assert(alignof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer) == 0x000038, "Wrong size on BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer::A' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer, b) == 0x000020, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer::b' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer, ReturnValue) == 0x000030, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagContainerTagContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_NotEqual_TagTag \ static_assert(alignof(BlueprintGameplayTagLibrary_NotEqual_TagTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_NotEqual_TagTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_NotEqual_TagTag) == 0x000020, "Wrong size on BlueprintGameplayTagLibrary_NotEqual_TagTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagTag, A) == 0x000000, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagTag::A' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagTag, b) == 0x000008, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagTag::b' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_NotEqual_TagTag, ReturnValue) == 0x000018, "Member 'BlueprintGameplayTagLibrary_NotEqual_TagTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintGameplayTagLibrary_RemoveGameplayTag \ static_assert(alignof(BlueprintGameplayTagLibrary_RemoveGameplayTag) == 0x000008, "Wrong alignment on BlueprintGameplayTagLibrary_RemoveGameplayTag"); \ static_assert(sizeof(BlueprintGameplayTagLibrary_RemoveGameplayTag) == 0x000030, "Wrong size on BlueprintGameplayTagLibrary_RemoveGameplayTag"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_RemoveGameplayTag, TagContainer) == 0x000000, "Member 'BlueprintGameplayTagLibrary_RemoveGameplayTag::TagContainer' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_RemoveGameplayTag, Tag) == 0x000020, "Member 'BlueprintGameplayTagLibrary_RemoveGameplayTag::Tag' has a wrong offset!"); \ static_assert(offsetof(BlueprintGameplayTagLibrary_RemoveGameplayTag, ReturnValue) == 0x000028, "Member 'BlueprintGameplayTagLibrary_RemoveGameplayTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlueprintGameplayTagLibrary \ static_assert(alignof(UBlueprintGameplayTagLibrary) == 0x000008, "Wrong alignment on UBlueprintGameplayTagLibrary"); \ static_assert(sizeof(UBlueprintGameplayTagLibrary) == 0x000028, "Wrong size on UBlueprintGameplayTagLibrary"); \ #define DUMPER7_ASSERTS_GameplayTagAssetInterface_GetOwnedGameplayTags \ static_assert(alignof(GameplayTagAssetInterface_GetOwnedGameplayTags) == 0x000008, "Wrong alignment on GameplayTagAssetInterface_GetOwnedGameplayTags"); \ static_assert(sizeof(GameplayTagAssetInterface_GetOwnedGameplayTags) == 0x000020, "Wrong size on GameplayTagAssetInterface_GetOwnedGameplayTags"); \ static_assert(offsetof(GameplayTagAssetInterface_GetOwnedGameplayTags, TagContainer) == 0x000000, "Member 'GameplayTagAssetInterface_GetOwnedGameplayTags::TagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayTagAssetInterface_HasAllMatchingGameplayTags \ static_assert(alignof(GameplayTagAssetInterface_HasAllMatchingGameplayTags) == 0x000008, "Wrong alignment on GameplayTagAssetInterface_HasAllMatchingGameplayTags"); \ static_assert(sizeof(GameplayTagAssetInterface_HasAllMatchingGameplayTags) == 0x000028, "Wrong size on GameplayTagAssetInterface_HasAllMatchingGameplayTags"); \ static_assert(offsetof(GameplayTagAssetInterface_HasAllMatchingGameplayTags, TagContainer) == 0x000000, "Member 'GameplayTagAssetInterface_HasAllMatchingGameplayTags::TagContainer' has a wrong offset!"); \ static_assert(offsetof(GameplayTagAssetInterface_HasAllMatchingGameplayTags, ReturnValue) == 0x000020, "Member 'GameplayTagAssetInterface_HasAllMatchingGameplayTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayTagAssetInterface_HasAnyMatchingGameplayTags \ static_assert(alignof(GameplayTagAssetInterface_HasAnyMatchingGameplayTags) == 0x000008, "Wrong alignment on GameplayTagAssetInterface_HasAnyMatchingGameplayTags"); \ static_assert(sizeof(GameplayTagAssetInterface_HasAnyMatchingGameplayTags) == 0x000028, "Wrong size on GameplayTagAssetInterface_HasAnyMatchingGameplayTags"); \ static_assert(offsetof(GameplayTagAssetInterface_HasAnyMatchingGameplayTags, TagContainer) == 0x000000, "Member 'GameplayTagAssetInterface_HasAnyMatchingGameplayTags::TagContainer' has a wrong offset!"); \ static_assert(offsetof(GameplayTagAssetInterface_HasAnyMatchingGameplayTags, ReturnValue) == 0x000020, "Member 'GameplayTagAssetInterface_HasAnyMatchingGameplayTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayTagAssetInterface_HasMatchingGameplayTag \ static_assert(alignof(GameplayTagAssetInterface_HasMatchingGameplayTag) == 0x000004, "Wrong alignment on GameplayTagAssetInterface_HasMatchingGameplayTag"); \ static_assert(sizeof(GameplayTagAssetInterface_HasMatchingGameplayTag) == 0x00000C, "Wrong size on GameplayTagAssetInterface_HasMatchingGameplayTag"); \ static_assert(offsetof(GameplayTagAssetInterface_HasMatchingGameplayTag, TagToCheck) == 0x000000, "Member 'GameplayTagAssetInterface_HasMatchingGameplayTag::TagToCheck' has a wrong offset!"); \ static_assert(offsetof(GameplayTagAssetInterface_HasMatchingGameplayTag, ReturnValue) == 0x000008, "Member 'GameplayTagAssetInterface_HasMatchingGameplayTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IGameplayTagAssetInterface \ static_assert(alignof(IGameplayTagAssetInterface) == 0x000001, "Wrong alignment on IGameplayTagAssetInterface"); \ static_assert(sizeof(IGameplayTagAssetInterface) == 0x000001, "Wrong size on IGameplayTagAssetInterface"); \ #define DUMPER7_ASSERTS_UEditableGameplayTagQuery \ static_assert(alignof(UEditableGameplayTagQuery) == 0x000008, "Wrong alignment on UEditableGameplayTagQuery"); \ static_assert(sizeof(UEditableGameplayTagQuery) == 0x000098, "Wrong size on UEditableGameplayTagQuery"); \ static_assert(offsetof(UEditableGameplayTagQuery, UserDescription) == 0x000028, "Member 'UEditableGameplayTagQuery::UserDescription' has a wrong offset!"); \ static_assert(offsetof(UEditableGameplayTagQuery, RootExpression) == 0x000048, "Member 'UEditableGameplayTagQuery::RootExpression' has a wrong offset!"); \ static_assert(offsetof(UEditableGameplayTagQuery, TagQueryExportText_Helper) == 0x000050, "Member 'UEditableGameplayTagQuery::TagQueryExportText_Helper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression \ static_assert(alignof(UEditableGameplayTagQueryExpression) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression"); \ static_assert(sizeof(UEditableGameplayTagQueryExpression) == 0x000028, "Wrong size on UEditableGameplayTagQueryExpression"); \ #define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AnyTagsMatch \ static_assert(alignof(UEditableGameplayTagQueryExpression_AnyTagsMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AnyTagsMatch"); \ static_assert(sizeof(UEditableGameplayTagQueryExpression_AnyTagsMatch) == 0x000048, "Wrong size on UEditableGameplayTagQueryExpression_AnyTagsMatch"); \ static_assert(offsetof(UEditableGameplayTagQueryExpression_AnyTagsMatch, Tags) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AnyTagsMatch::Tags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AllTagsMatch \ static_assert(alignof(UEditableGameplayTagQueryExpression_AllTagsMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AllTagsMatch"); \ static_assert(sizeof(UEditableGameplayTagQueryExpression_AllTagsMatch) == 0x000048, "Wrong size on UEditableGameplayTagQueryExpression_AllTagsMatch"); \ static_assert(offsetof(UEditableGameplayTagQueryExpression_AllTagsMatch, Tags) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AllTagsMatch::Tags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_NoTagsMatch \ static_assert(alignof(UEditableGameplayTagQueryExpression_NoTagsMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_NoTagsMatch"); \ static_assert(sizeof(UEditableGameplayTagQueryExpression_NoTagsMatch) == 0x000048, "Wrong size on UEditableGameplayTagQueryExpression_NoTagsMatch"); \ static_assert(offsetof(UEditableGameplayTagQueryExpression_NoTagsMatch, Tags) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_NoTagsMatch::Tags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AnyExprMatch \ static_assert(alignof(UEditableGameplayTagQueryExpression_AnyExprMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AnyExprMatch"); \ static_assert(sizeof(UEditableGameplayTagQueryExpression_AnyExprMatch) == 0x000038, "Wrong size on UEditableGameplayTagQueryExpression_AnyExprMatch"); \ static_assert(offsetof(UEditableGameplayTagQueryExpression_AnyExprMatch, Expressions) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AnyExprMatch::Expressions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_AllExprMatch \ static_assert(alignof(UEditableGameplayTagQueryExpression_AllExprMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_AllExprMatch"); \ static_assert(sizeof(UEditableGameplayTagQueryExpression_AllExprMatch) == 0x000038, "Wrong size on UEditableGameplayTagQueryExpression_AllExprMatch"); \ static_assert(offsetof(UEditableGameplayTagQueryExpression_AllExprMatch, Expressions) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_AllExprMatch::Expressions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableGameplayTagQueryExpression_NoExprMatch \ static_assert(alignof(UEditableGameplayTagQueryExpression_NoExprMatch) == 0x000008, "Wrong alignment on UEditableGameplayTagQueryExpression_NoExprMatch"); \ static_assert(sizeof(UEditableGameplayTagQueryExpression_NoExprMatch) == 0x000038, "Wrong size on UEditableGameplayTagQueryExpression_NoExprMatch"); \ static_assert(offsetof(UEditableGameplayTagQueryExpression_NoExprMatch, Expressions) == 0x000028, "Member 'UEditableGameplayTagQueryExpression_NoExprMatch::Expressions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayTagsManager \ static_assert(alignof(UGameplayTagsManager) == 0x000008, "Wrong alignment on UGameplayTagsManager"); \ static_assert(sizeof(UGameplayTagsManager) == 0x000240, "Wrong size on UGameplayTagsManager"); \ static_assert(offsetof(UGameplayTagsManager, TagSources) == 0x000160, "Member 'UGameplayTagsManager::TagSources' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsManager, GameplayTagTables) == 0x000230, "Member 'UGameplayTagsManager::GameplayTagTables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayTagsList \ static_assert(alignof(UGameplayTagsList) == 0x000008, "Wrong alignment on UGameplayTagsList"); \ static_assert(sizeof(UGameplayTagsList) == 0x000048, "Wrong size on UGameplayTagsList"); \ static_assert(offsetof(UGameplayTagsList, ConfigFileName) == 0x000028, "Member 'UGameplayTagsList::ConfigFileName' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsList, GameplayTagList) == 0x000038, "Member 'UGameplayTagsList::GameplayTagList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URestrictedGameplayTagsList \ static_assert(alignof(URestrictedGameplayTagsList) == 0x000008, "Wrong alignment on URestrictedGameplayTagsList"); \ static_assert(sizeof(URestrictedGameplayTagsList) == 0x000048, "Wrong size on URestrictedGameplayTagsList"); \ static_assert(offsetof(URestrictedGameplayTagsList, ConfigFileName) == 0x000028, "Member 'URestrictedGameplayTagsList::ConfigFileName' has a wrong offset!"); \ static_assert(offsetof(URestrictedGameplayTagsList, RestrictedGameplayTagList) == 0x000038, "Member 'URestrictedGameplayTagsList::RestrictedGameplayTagList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayTagsSettings \ static_assert(alignof(UGameplayTagsSettings) == 0x000008, "Wrong alignment on UGameplayTagsSettings"); \ static_assert(sizeof(UGameplayTagsSettings) == 0x0000B8, "Wrong size on UGameplayTagsSettings"); \ static_assert(offsetof(UGameplayTagsSettings, ImportTagsFromConfig) == 0x000048, "Member 'UGameplayTagsSettings::ImportTagsFromConfig' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, WarnOnInvalidTags) == 0x000049, "Member 'UGameplayTagsSettings::WarnOnInvalidTags' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, ClearInvalidTags) == 0x00004A, "Member 'UGameplayTagsSettings::ClearInvalidTags' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, FastReplication) == 0x00004B, "Member 'UGameplayTagsSettings::FastReplication' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, InvalidTagCharacters) == 0x000050, "Member 'UGameplayTagsSettings::InvalidTagCharacters' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, CategoryRemapping) == 0x000060, "Member 'UGameplayTagsSettings::CategoryRemapping' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, GameplayTagTableList) == 0x000070, "Member 'UGameplayTagsSettings::GameplayTagTableList' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, GameplayTagRedirects) == 0x000080, "Member 'UGameplayTagsSettings::GameplayTagRedirects' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, CommonlyReplicatedTags) == 0x000090, "Member 'UGameplayTagsSettings::CommonlyReplicatedTags' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, NumBitsForContainerSize) == 0x0000A0, "Member 'UGameplayTagsSettings::NumBitsForContainerSize' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, NetIndexFirstBitSegment) == 0x0000A4, "Member 'UGameplayTagsSettings::NetIndexFirstBitSegment' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsSettings, RestrictedConfigFiles) == 0x0000A8, "Member 'UGameplayTagsSettings::RestrictedConfigFiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayTagsDeveloperSettings \ static_assert(alignof(UGameplayTagsDeveloperSettings) == 0x000008, "Wrong alignment on UGameplayTagsDeveloperSettings"); \ static_assert(sizeof(UGameplayTagsDeveloperSettings) == 0x000050, "Wrong size on UGameplayTagsDeveloperSettings"); \ static_assert(offsetof(UGameplayTagsDeveloperSettings, DeveloperConfigName) == 0x000038, "Member 'UGameplayTagsDeveloperSettings::DeveloperConfigName' has a wrong offset!"); \ static_assert(offsetof(UGameplayTagsDeveloperSettings, FavoriteTagSource) == 0x000048, "Member 'UGameplayTagsDeveloperSettings::FavoriteTagSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_Crucio_End_C \ static_assert(alignof(UABL_RCT_NPC_Crucio_End_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_Crucio_End_C"); \ static_assert(sizeof(UABL_RCT_NPC_Crucio_End_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_Crucio_End_C"); \ #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_ABL_RCT_NPC_PetrificusFinisher_C_OnCustomEvent \ static_assert(alignof(ABL_RCT_NPC_PetrificusFinisher_C_OnCustomEvent) == 0x000008, "Wrong alignment on ABL_RCT_NPC_PetrificusFinisher_C_OnCustomEvent"); \ static_assert(sizeof(ABL_RCT_NPC_PetrificusFinisher_C_OnCustomEvent) == 0x000018, "Wrong size on ABL_RCT_NPC_PetrificusFinisher_C_OnCustomEvent"); \ static_assert(offsetof(ABL_RCT_NPC_PetrificusFinisher_C_OnCustomEvent, Context) == 0x000000, "Member 'ABL_RCT_NPC_PetrificusFinisher_C_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_PetrificusFinisher_C_OnCustomEvent, EventName) == 0x000008, "Member 'ABL_RCT_NPC_PetrificusFinisher_C_OnCustomEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_PetrificusFinisher_C_OnCustomEvent, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_RCT_NPC_PetrificusFinisher_C_OnCustomEvent::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_PetrificusFinisher_C \ static_assert(alignof(UABL_RCT_NPC_PetrificusFinisher_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_PetrificusFinisher_C"); \ static_assert(sizeof(UABL_RCT_NPC_PetrificusFinisher_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_PetrificusFinisher_C"); \ #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_BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor \ static_assert(alignof(BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor) == 0x000008, "Wrong alignment on BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor"); \ static_assert(sizeof(BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor) == 0x000070, "Wrong size on BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor"); \ static_assert(offsetof(BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor, EntryPoint) == 0x000000, "Member 'BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor, CallFunc_GetBlackboardValueAsObject_ReturnValue) == 0x000038, "Member 'BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor::CallFunc_GetBlackboardValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor, K2Node_DynamicCast_AsActor) == 0x000040, "Member 'BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00004C, "Member 'BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000058, "Member 'BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor, CallFunc_Vector_Normal2D_ReturnValue) == 0x000064, "Member 'BTT_Creature_SetDirectionAwayFromActor_C_ExecuteUbergraph_BTT_Creature_SetDirectionAwayFromActor::CallFunc_Vector_Normal2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_SetDirectionAwayFromActor_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_SetDirectionAwayFromActor_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_SetDirectionAwayFromActor_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_SetDirectionAwayFromActor_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_SetDirectionAwayFromActor_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_SetDirectionAwayFromActor_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_SetDirectionAwayFromActor_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetDirectionAwayFromActor_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_SetDirectionAwayFromActor_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_SetDirectionAwayFromActor_C \ static_assert(alignof(UBTT_Creature_SetDirectionAwayFromActor_C) == 0x000008, "Wrong alignment on UBTT_Creature_SetDirectionAwayFromActor_C"); \ static_assert(sizeof(UBTT_Creature_SetDirectionAwayFromActor_C) == 0x000100, "Wrong size on UBTT_Creature_SetDirectionAwayFromActor_C"); \ static_assert(offsetof(UBTT_Creature_SetDirectionAwayFromActor_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_SetDirectionAwayFromActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_SetDirectionAwayFromActor_C, TargetActor) == 0x0000B0, "Member 'UBTT_Creature_SetDirectionAwayFromActor_C::TargetActor' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_SetDirectionAwayFromActor_C, DirectionAwayFromActorOutput) == 0x0000D8, "Member 'UBTT_Creature_SetDirectionAwayFromActor_C::DirectionAwayFromActorOutput' 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_UABL_NPC_RCT_FreezePhysics_E_C \ static_assert(alignof(UABL_NPC_RCT_FreezePhysics_E_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_FreezePhysics_E_C"); \ static_assert(sizeof(UABL_NPC_RCT_FreezePhysics_E_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_FreezePhysics_E_C"); \ #define DUMPER7_ASSERTS_IDbDynamicTableConnector_Interface \ static_assert(alignof(IDbDynamicTableConnector_Interface) == 0x000001, "Wrong alignment on IDbDynamicTableConnector_Interface"); \ static_assert(sizeof(IDbDynamicTableConnector_Interface) == 0x000001, "Wrong size on IDbDynamicTableConnector_Interface"); \ #define DUMPER7_ASSERTS_DbGateway_DbEditorOperate \ static_assert(alignof(DbGateway_DbEditorOperate) == 0x000008, "Wrong alignment on DbGateway_DbEditorOperate"); \ static_assert(sizeof(DbGateway_DbEditorOperate) == 0x000030, "Wrong size on DbGateway_DbEditorOperate"); \ static_assert(offsetof(DbGateway_DbEditorOperate, InTransaction) == 0x000000, "Member 'DbGateway_DbEditorOperate::InTransaction' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbEditorOperate, outNumRowsChanged) == 0x000010, "Member 'DbGateway_DbEditorOperate::outNumRowsChanged' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbEditorOperate, inTableName) == 0x000018, "Member 'DbGateway_DbEditorOperate::inTableName' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbEditorOperate, ReturnValue) == 0x000028, "Member 'DbGateway_DbEditorOperate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbGateway_DbEditorQuery \ static_assert(alignof(DbGateway_DbEditorQuery) == 0x000008, "Wrong alignment on DbGateway_DbEditorQuery"); \ static_assert(sizeof(DbGateway_DbEditorQuery) == 0x000040, "Wrong size on DbGateway_DbEditorQuery"); \ static_assert(offsetof(DbGateway_DbEditorQuery, InQuery) == 0x000000, "Member 'DbGateway_DbEditorQuery::InQuery' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbEditorQuery, OutQueryResults) == 0x000010, "Member 'DbGateway_DbEditorQuery::OutQueryResults' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbEditorQuery, ReturnValue) == 0x000038, "Member 'DbGateway_DbEditorQuery::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbGateway_DbEditorQueryMap \ static_assert(alignof(DbGateway_DbEditorQueryMap) == 0x000008, "Wrong alignment on DbGateway_DbEditorQueryMap"); \ static_assert(sizeof(DbGateway_DbEditorQueryMap) == 0x000040, "Wrong size on DbGateway_DbEditorQueryMap"); \ static_assert(offsetof(DbGateway_DbEditorQueryMap, InQuery) == 0x000000, "Member 'DbGateway_DbEditorQueryMap::InQuery' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbEditorQueryMap, OutQueryResults) == 0x000010, "Member 'DbGateway_DbEditorQueryMap::OutQueryResults' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbEditorQueryMap, inIgnoreDUPs) == 0x000038, "Member 'DbGateway_DbEditorQueryMap::inIgnoreDUPs' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbEditorQueryMap, ReturnValue) == 0x000039, "Member 'DbGateway_DbEditorQueryMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbGateway_DbGetDynDBImage \ static_assert(alignof(DbGateway_DbGetDynDBImage) == 0x000008, "Wrong alignment on DbGateway_DbGetDynDBImage"); \ static_assert(sizeof(DbGateway_DbGetDynDBImage) == 0x000018, "Wrong size on DbGateway_DbGetDynDBImage"); \ static_assert(offsetof(DbGateway_DbGetDynDBImage, RawDbImage) == 0x000000, "Member 'DbGateway_DbGetDynDBImage::RawDbImage' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbGetDynDBImage, ReturnValue) == 0x000010, "Member 'DbGateway_DbGetDynDBImage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbGateway_DbOperate \ static_assert(alignof(DbGateway_DbOperate) == 0x000008, "Wrong alignment on DbGateway_DbOperate"); \ static_assert(sizeof(DbGateway_DbOperate) == 0x000018, "Wrong size on DbGateway_DbOperate"); \ static_assert(offsetof(DbGateway_DbOperate, InTransaction) == 0x000000, "Member 'DbGateway_DbOperate::InTransaction' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbOperate, InBackupNow) == 0x000010, "Member 'DbGateway_DbOperate::InBackupNow' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbOperate, ReturnValue) == 0x000011, "Member 'DbGateway_DbOperate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbGateway_DbPutDynDBImage \ static_assert(alignof(DbGateway_DbPutDynDBImage) == 0x000008, "Wrong alignment on DbGateway_DbPutDynDBImage"); \ static_assert(sizeof(DbGateway_DbPutDynDBImage) == 0x000018, "Wrong size on DbGateway_DbPutDynDBImage"); \ static_assert(offsetof(DbGateway_DbPutDynDBImage, RawDbImage) == 0x000000, "Member 'DbGateway_DbPutDynDBImage::RawDbImage' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbPutDynDBImage, ReturnValue) == 0x000010, "Member 'DbGateway_DbPutDynDBImage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbGateway_DbQuery \ static_assert(alignof(DbGateway_DbQuery) == 0x000008, "Wrong alignment on DbGateway_DbQuery"); \ static_assert(sizeof(DbGateway_DbQuery) == 0x000040, "Wrong size on DbGateway_DbQuery"); \ static_assert(offsetof(DbGateway_DbQuery, InQuery) == 0x000000, "Member 'DbGateway_DbQuery::InQuery' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbQuery, OutQueryResults) == 0x000010, "Member 'DbGateway_DbQuery::OutQueryResults' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbQuery, ReturnValue) == 0x000038, "Member 'DbGateway_DbQuery::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbGateway_DbQueryMap \ static_assert(alignof(DbGateway_DbQueryMap) == 0x000008, "Wrong alignment on DbGateway_DbQueryMap"); \ static_assert(sizeof(DbGateway_DbQueryMap) == 0x000040, "Wrong size on DbGateway_DbQueryMap"); \ static_assert(offsetof(DbGateway_DbQueryMap, InQuery) == 0x000000, "Member 'DbGateway_DbQueryMap::InQuery' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbQueryMap, OutQueryResults) == 0x000010, "Member 'DbGateway_DbQueryMap::OutQueryResults' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbQueryMap, inIgnoreDUPs) == 0x000038, "Member 'DbGateway_DbQueryMap::inIgnoreDUPs' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbQueryMap, ReturnValue) == 0x000039, "Member 'DbGateway_DbQueryMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbGateway_DbQuerySingleColumnStrings \ static_assert(alignof(DbGateway_DbQuerySingleColumnStrings) == 0x000008, "Wrong alignment on DbGateway_DbQuerySingleColumnStrings"); \ static_assert(sizeof(DbGateway_DbQuerySingleColumnStrings) == 0x000028, "Wrong size on DbGateway_DbQuerySingleColumnStrings"); \ static_assert(offsetof(DbGateway_DbQuerySingleColumnStrings, InQuery) == 0x000000, "Member 'DbGateway_DbQuerySingleColumnStrings::InQuery' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbQuerySingleColumnStrings, OutQueryResults) == 0x000010, "Member 'DbGateway_DbQuerySingleColumnStrings::OutQueryResults' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbQuerySingleColumnStrings, ReturnValue) == 0x000020, "Member 'DbGateway_DbQuerySingleColumnStrings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbGateway_DbReadMiscSaveDataForOwner \ static_assert(alignof(DbGateway_DbReadMiscSaveDataForOwner) == 0x000008, "Wrong alignment on DbGateway_DbReadMiscSaveDataForOwner"); \ static_assert(sizeof(DbGateway_DbReadMiscSaveDataForOwner) == 0x000040, "Wrong size on DbGateway_DbReadMiscSaveDataForOwner"); \ static_assert(offsetof(DbGateway_DbReadMiscSaveDataForOwner, InOwner) == 0x000000, "Member 'DbGateway_DbReadMiscSaveDataForOwner::InOwner' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbReadMiscSaveDataForOwner, OutQueryResults) == 0x000010, "Member 'DbGateway_DbReadMiscSaveDataForOwner::OutQueryResults' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbReadMiscSaveDataForOwner, ReturnValue) == 0x000038, "Member 'DbGateway_DbReadMiscSaveDataForOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbGateway_DbReadMiscSaveDataItem \ static_assert(alignof(DbGateway_DbReadMiscSaveDataItem) == 0x000008, "Wrong alignment on DbGateway_DbReadMiscSaveDataItem"); \ static_assert(sizeof(DbGateway_DbReadMiscSaveDataItem) == 0x000038, "Wrong size on DbGateway_DbReadMiscSaveDataItem"); \ static_assert(offsetof(DbGateway_DbReadMiscSaveDataItem, InOwner) == 0x000000, "Member 'DbGateway_DbReadMiscSaveDataItem::InOwner' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbReadMiscSaveDataItem, InName) == 0x000010, "Member 'DbGateway_DbReadMiscSaveDataItem::InName' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbReadMiscSaveDataItem, OutValue) == 0x000020, "Member 'DbGateway_DbReadMiscSaveDataItem::OutValue' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbReadMiscSaveDataItem, ReturnValue) == 0x000030, "Member 'DbGateway_DbReadMiscSaveDataItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbGateway_DbReloadDynDB \ static_assert(alignof(DbGateway_DbReloadDynDB) == 0x000001, "Wrong alignment on DbGateway_DbReloadDynDB"); \ static_assert(sizeof(DbGateway_DbReloadDynDB) == 0x000001, "Wrong size on DbGateway_DbReloadDynDB"); \ static_assert(offsetof(DbGateway_DbReloadDynDB, ReturnValue) == 0x000000, "Member 'DbGateway_DbReloadDynDB::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbGateway_DbRemoveAllMiscSaveDataItems \ static_assert(alignof(DbGateway_DbRemoveAllMiscSaveDataItems) == 0x000008, "Wrong alignment on DbGateway_DbRemoveAllMiscSaveDataItems"); \ static_assert(sizeof(DbGateway_DbRemoveAllMiscSaveDataItems) == 0x000028, "Wrong size on DbGateway_DbRemoveAllMiscSaveDataItems"); \ static_assert(offsetof(DbGateway_DbRemoveAllMiscSaveDataItems, InOwner) == 0x000000, "Member 'DbGateway_DbRemoveAllMiscSaveDataItems::InOwner' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbRemoveAllMiscSaveDataItems, InCallerName) == 0x000010, "Member 'DbGateway_DbRemoveAllMiscSaveDataItems::InCallerName' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbRemoveAllMiscSaveDataItems, ReturnValue) == 0x000020, "Member 'DbGateway_DbRemoveAllMiscSaveDataItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbGateway_DbRemoveMiscSaveDataItem \ static_assert(alignof(DbGateway_DbRemoveMiscSaveDataItem) == 0x000008, "Wrong alignment on DbGateway_DbRemoveMiscSaveDataItem"); \ static_assert(sizeof(DbGateway_DbRemoveMiscSaveDataItem) == 0x000038, "Wrong size on DbGateway_DbRemoveMiscSaveDataItem"); \ static_assert(offsetof(DbGateway_DbRemoveMiscSaveDataItem, InOwner) == 0x000000, "Member 'DbGateway_DbRemoveMiscSaveDataItem::InOwner' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbRemoveMiscSaveDataItem, InName) == 0x000010, "Member 'DbGateway_DbRemoveMiscSaveDataItem::InName' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbRemoveMiscSaveDataItem, InCallerName) == 0x000020, "Member 'DbGateway_DbRemoveMiscSaveDataItem::InCallerName' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbRemoveMiscSaveDataItem, ReturnValue) == 0x000030, "Member 'DbGateway_DbRemoveMiscSaveDataItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbGateway_DbWriteMiscSaveDataItem \ static_assert(alignof(DbGateway_DbWriteMiscSaveDataItem) == 0x000008, "Wrong alignment on DbGateway_DbWriteMiscSaveDataItem"); \ static_assert(sizeof(DbGateway_DbWriteMiscSaveDataItem) == 0x000038, "Wrong size on DbGateway_DbWriteMiscSaveDataItem"); \ static_assert(offsetof(DbGateway_DbWriteMiscSaveDataItem, InOwner) == 0x000000, "Member 'DbGateway_DbWriteMiscSaveDataItem::InOwner' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbWriteMiscSaveDataItem, InName) == 0x000010, "Member 'DbGateway_DbWriteMiscSaveDataItem::InName' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbWriteMiscSaveDataItem, InValue) == 0x000020, "Member 'DbGateway_DbWriteMiscSaveDataItem::InValue' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbWriteMiscSaveDataItem, InBackupNow) == 0x000030, "Member 'DbGateway_DbWriteMiscSaveDataItem::InBackupNow' has a wrong offset!"); \ static_assert(offsetof(DbGateway_DbWriteMiscSaveDataItem, ReturnValue) == 0x000031, "Member 'DbGateway_DbWriteMiscSaveDataItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDbGateway \ static_assert(alignof(UDbGateway) == 0x000008, "Wrong alignment on UDbGateway"); \ static_assert(sizeof(UDbGateway) == 0x000148, "Wrong size on UDbGateway"); \ #define DUMPER7_ASSERTS_UI_BP_AncientMagicCollectionHUD_C_UpdateAncientMagic \ static_assert(alignof(UI_BP_AncientMagicCollectionHUD_C_UpdateAncientMagic) == 0x000008, "Wrong alignment on UI_BP_AncientMagicCollectionHUD_C_UpdateAncientMagic"); \ static_assert(sizeof(UI_BP_AncientMagicCollectionHUD_C_UpdateAncientMagic) == 0x000010, "Wrong size on UI_BP_AncientMagicCollectionHUD_C_UpdateAncientMagic"); \ static_assert(offsetof(UI_BP_AncientMagicCollectionHUD_C_UpdateAncientMagic, pct) == 0x000000, "Member 'UI_BP_AncientMagicCollectionHUD_C_UpdateAncientMagic::pct' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AncientMagicCollectionHUD_C_UpdateAncientMagic, CallFunc_Add_FloatFloat_ReturnValue) == 0x000004, "Member 'UI_BP_AncientMagicCollectionHUD_C_UpdateAncientMagic::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AncientMagicCollectionHUD_C_UpdateAncientMagic, CallFunc_K2_SetTimer_ReturnValue) == 0x000008, "Member 'UI_BP_AncientMagicCollectionHUD_C_UpdateAncientMagic::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AncientMagicCollectionHUD_C_HideAncientMagicMeter \ static_assert(alignof(UI_BP_AncientMagicCollectionHUD_C_HideAncientMagicMeter) == 0x000001, "Wrong alignment on UI_BP_AncientMagicCollectionHUD_C_HideAncientMagicMeter"); \ static_assert(sizeof(UI_BP_AncientMagicCollectionHUD_C_HideAncientMagicMeter) == 0x000001, "Wrong size on UI_BP_AncientMagicCollectionHUD_C_HideAncientMagicMeter"); \ static_assert(offsetof(UI_BP_AncientMagicCollectionHUD_C_HideAncientMagicMeter, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000000, "Member 'UI_BP_AncientMagicCollectionHUD_C_HideAncientMagicMeter::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_AncientMagicCollectionHUD_C \ static_assert(alignof(UUI_BP_AncientMagicCollectionHUD_C) == 0x000008, "Wrong alignment on UUI_BP_AncientMagicCollectionHUD_C"); \ static_assert(sizeof(UUI_BP_AncientMagicCollectionHUD_C) == 0x0002F8, "Wrong size on UUI_BP_AncientMagicCollectionHUD_C"); \ static_assert(offsetof(UUI_BP_AncientMagicCollectionHUD_C, AncientMagicMeter) == 0x0002E8, "Member 'UUI_BP_AncientMagicCollectionHUD_C::AncientMagicMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AncientMagicCollectionHUD_C, FillPct) == 0x0002F0, "Member 'UUI_BP_AncientMagicCollectionHUD_C::FillPct' 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_FRigVMStruct \ static_assert(alignof(FRigVMStruct) == 0x000008, "Wrong alignment on FRigVMStruct"); \ static_assert(sizeof(FRigVMStruct) == 0x000008, "Wrong size on FRigVMStruct"); \ #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_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_AIntro_Cliffside_Water_C \ static_assert(alignof(AIntro_Cliffside_Water_C) == 0x000008, "Wrong alignment on AIntro_Cliffside_Water_C"); \ static_assert(sizeof(AIntro_Cliffside_Water_C) == 0x000250, "Wrong size on AIntro_Cliffside_Water_C"); \ #define DUMPER7_ASSERTS_ABL_ProtegoParry_TEST_C_ExecuteUbergraph_ABL_ProtegoParry_TEST \ static_assert(alignof(ABL_ProtegoParry_TEST_C_ExecuteUbergraph_ABL_ProtegoParry_TEST) == 0x000008, "Wrong alignment on ABL_ProtegoParry_TEST_C_ExecuteUbergraph_ABL_ProtegoParry_TEST"); \ static_assert(sizeof(ABL_ProtegoParry_TEST_C_ExecuteUbergraph_ABL_ProtegoParry_TEST) == 0x000020, "Wrong size on ABL_ProtegoParry_TEST_C_ExecuteUbergraph_ABL_ProtegoParry_TEST"); \ static_assert(offsetof(ABL_ProtegoParry_TEST_C_ExecuteUbergraph_ABL_ProtegoParry_TEST, EntryPoint) == 0x000000, "Member 'ABL_ProtegoParry_TEST_C_ExecuteUbergraph_ABL_ProtegoParry_TEST::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ProtegoParry_TEST_C_ExecuteUbergraph_ABL_ProtegoParry_TEST, K2Node_Event_Context) == 0x000008, "Member 'ABL_ProtegoParry_TEST_C_ExecuteUbergraph_ABL_ProtegoParry_TEST::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ProtegoParry_TEST_C_ExecuteUbergraph_ABL_ProtegoParry_TEST, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_ProtegoParry_TEST_C_ExecuteUbergraph_ABL_ProtegoParry_TEST::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_ProtegoParry_TEST_C_ExecuteUbergraph_ABL_ProtegoParry_TEST, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_ProtegoParry_TEST_C_ExecuteUbergraph_ABL_ProtegoParry_TEST::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ProtegoParry_TEST_C_OnAbilityStart \ static_assert(alignof(ABL_ProtegoParry_TEST_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ProtegoParry_TEST_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ProtegoParry_TEST_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ProtegoParry_TEST_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ProtegoParry_TEST_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ProtegoParry_TEST_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ProtegoParry_TEST_C \ static_assert(alignof(UABL_ProtegoParry_TEST_C) == 0x000008, "Wrong alignment on UABL_ProtegoParry_TEST_C"); \ static_assert(sizeof(UABL_ProtegoParry_TEST_C) == 0x0000D0, "Wrong size on UABL_ProtegoParry_TEST_C"); \ static_assert(offsetof(UABL_ProtegoParry_TEST_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ProtegoParry_TEST_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail \ static_assert(alignof(ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail) == 0x000008, "Wrong alignment on ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail"); \ static_assert(sizeof(ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail) == 0x000070, "Wrong size on ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail"); \ static_assert(offsetof(ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail, EntryPoint) == 0x000000, "Member 'ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail, K2Node_Event_Context) == 0x000008, "Member 'ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_WandCastFail_C_ExecuteUbergraph_ABL_WandCastFail::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_WandCastFail_C_OnAbilityBranch \ static_assert(alignof(ABL_WandCastFail_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_WandCastFail_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_WandCastFail_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_WandCastFail_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_WandCastFail_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_WandCastFail_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_WandCastFail_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_WandCastFail_C_OnAbilityStart \ static_assert(alignof(ABL_WandCastFail_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_WandCastFail_C_OnAbilityStart"); \ static_assert(sizeof(ABL_WandCastFail_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_WandCastFail_C_OnAbilityStart"); \ static_assert(offsetof(ABL_WandCastFail_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_WandCastFail_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCastFail_C \ static_assert(alignof(UABL_WandCastFail_C) == 0x000008, "Wrong alignment on UABL_WandCastFail_C"); \ static_assert(sizeof(UABL_WandCastFail_C) == 0x0000D0, "Wrong size on UABL_WandCastFail_C"); \ static_assert(offsetof(UABL_WandCastFail_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_WandCastFail_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBitfield256 \ static_assert(alignof(FBitfield256) == 0x000008, "Wrong alignment on FBitfield256"); \ static_assert(sizeof(FBitfield256) == 0x000020, "Wrong size on FBitfield256"); \ #define DUMPER7_ASSERTS_FGameLogicRealmSettings \ static_assert(alignof(FGameLogicRealmSettings) == 0x000008, "Wrong alignment on FGameLogicRealmSettings"); \ static_assert(sizeof(FGameLogicRealmSettings) == 0x000060, "Wrong size on FGameLogicRealmSettings"); \ static_assert(offsetof(FGameLogicRealmSettings, RealmPrivacy) == 0x000000, "Member 'FGameLogicRealmSettings::RealmPrivacy' has a wrong offset!"); \ static_assert(offsetof(FGameLogicRealmSettings, bLocked) == 0x000001, "Member 'FGameLogicRealmSettings::bLocked' has a wrong offset!"); \ static_assert(offsetof(FGameLogicRealmSettings, ElementPanelBitFlags) == 0x000004, "Member 'FGameLogicRealmSettings::ElementPanelBitFlags' has a wrong offset!"); \ static_assert(offsetof(FGameLogicRealmSettings, ElementPanelMinimized) == 0x000008, "Member 'FGameLogicRealmSettings::ElementPanelMinimized' has a wrong offset!"); \ static_assert(offsetof(FGameLogicRealmSettings, ElementSize) == 0x000010, "Member 'FGameLogicRealmSettings::ElementSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FName_GameLogicElement \ static_assert(alignof(FName_GameLogicElement) == 0x000004, "Wrong alignment on FName_GameLogicElement"); \ static_assert(sizeof(FName_GameLogicElement) == 0x000008, "Wrong size on FName_GameLogicElement"); \ static_assert(offsetof(FName_GameLogicElement, ElementName) == 0x000000, "Member 'FName_GameLogicElement::ElementName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FName_GameLogicBoolResult \ static_assert(alignof(FName_GameLogicBoolResult) == 0x000004, "Wrong alignment on FName_GameLogicBoolResult"); \ static_assert(sizeof(FName_GameLogicBoolResult) == 0x000008, "Wrong size on FName_GameLogicBoolResult"); \ #define DUMPER7_ASSERTS_FName_GameLogicVarBool \ static_assert(alignof(FName_GameLogicVarBool) == 0x000004, "Wrong alignment on FName_GameLogicVarBool"); \ static_assert(sizeof(FName_GameLogicVarBool) == 0x000008, "Wrong size on FName_GameLogicVarBool"); \ #define DUMPER7_ASSERTS_FName_GameLogicVarInt32 \ static_assert(alignof(FName_GameLogicVarInt32) == 0x000004, "Wrong alignment on FName_GameLogicVarInt32"); \ static_assert(sizeof(FName_GameLogicVarInt32) == 0x000008, "Wrong size on FName_GameLogicVarInt32"); \ #define DUMPER7_ASSERTS_FGameLogicBlueprintActionDelegateBinding \ static_assert(alignof(FGameLogicBlueprintActionDelegateBinding) == 0x000004, "Wrong alignment on FGameLogicBlueprintActionDelegateBinding"); \ static_assert(sizeof(FGameLogicBlueprintActionDelegateBinding) == 0x000010, "Wrong size on FGameLogicBlueprintActionDelegateBinding"); \ static_assert(offsetof(FGameLogicBlueprintActionDelegateBinding, ElementName) == 0x000000, "Member 'FGameLogicBlueprintActionDelegateBinding::ElementName' has a wrong offset!"); \ static_assert(offsetof(FGameLogicBlueprintActionDelegateBinding, FunctionNameToBind) == 0x000008, "Member 'FGameLogicBlueprintActionDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobal_GameLogicElement \ static_assert(alignof(FGlobal_GameLogicElement) == 0x000008, "Wrong alignment on FGlobal_GameLogicElement"); \ static_assert(sizeof(FGlobal_GameLogicElement) == 0x000020, "Wrong size on FGlobal_GameLogicElement"); \ static_assert(offsetof(FGlobal_GameLogicElement, ElementName) == 0x000008, "Member 'FGlobal_GameLogicElement::ElementName' has a wrong offset!"); \ static_assert(offsetof(FGlobal_GameLogicElement, RealmName) == 0x000010, "Member 'FGlobal_GameLogicElement::RealmName' has a wrong offset!"); \ static_assert(offsetof(FGlobal_GameLogicElement, bGenerateEvent) == 0x000018, "Member 'FGlobal_GameLogicElement::bGenerateEvent' has a wrong offset!"); \ static_assert(offsetof(FGlobal_GameLogicElement, bDebugValueChange) == 0x000019, "Member 'FGlobal_GameLogicElement::bDebugValueChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FName_GameLogicExpression \ static_assert(alignof(FName_GameLogicExpression) == 0x000004, "Wrong alignment on FName_GameLogicExpression"); \ static_assert(sizeof(FName_GameLogicExpression) == 0x000008, "Wrong size on FName_GameLogicExpression"); \ #define DUMPER7_ASSERTS_FGlobal_GameLogicSentence \ static_assert(alignof(FGlobal_GameLogicSentence) == 0x000008, "Wrong alignment on FGlobal_GameLogicSentence"); \ static_assert(sizeof(FGlobal_GameLogicSentence) == 0x000030, "Wrong size on FGlobal_GameLogicSentence"); \ static_assert(offsetof(FGlobal_GameLogicSentence, LogicElements) == 0x000020, "Member 'FGlobal_GameLogicSentence::LogicElements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobal_GameLogicExpression \ static_assert(alignof(FGlobal_GameLogicExpression) == 0x000008, "Wrong alignment on FGlobal_GameLogicExpression"); \ static_assert(sizeof(FGlobal_GameLogicExpression) == 0x000030, "Wrong size on FGlobal_GameLogicExpression"); \ #define DUMPER7_ASSERTS_FGlobal_GameLogicPropositional \ static_assert(alignof(FGlobal_GameLogicPropositional) == 0x000008, "Wrong alignment on FGlobal_GameLogicPropositional"); \ static_assert(sizeof(FGlobal_GameLogicPropositional) == 0x000030, "Wrong size on FGlobal_GameLogicPropositional"); \ #define DUMPER7_ASSERTS_FName_GameLogicPropBitfield \ static_assert(alignof(FName_GameLogicPropBitfield) == 0x000004, "Wrong alignment on FName_GameLogicPropBitfield"); \ static_assert(sizeof(FName_GameLogicPropBitfield) == 0x000008, "Wrong size on FName_GameLogicPropBitfield"); \ #define DUMPER7_ASSERTS_FGlobal_GameLogicPropositional_Bitfield \ static_assert(alignof(FGlobal_GameLogicPropositional_Bitfield) == 0x000008, "Wrong alignment on FGlobal_GameLogicPropositional_Bitfield"); \ static_assert(sizeof(FGlobal_GameLogicPropositional_Bitfield) == 0x000050, "Wrong size on FGlobal_GameLogicPropositional_Bitfield"); \ static_assert(offsetof(FGlobal_GameLogicPropositional_Bitfield, BitfieldType) == 0x000030, "Member 'FGlobal_GameLogicPropositional_Bitfield::BitfieldType' has a wrong offset!"); \ static_assert(offsetof(FGlobal_GameLogicPropositional_Bitfield, Values) == 0x000040, "Member 'FGlobal_GameLogicPropositional_Bitfield::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FName_GameLogicPropEnum \ static_assert(alignof(FName_GameLogicPropEnum) == 0x000004, "Wrong alignment on FName_GameLogicPropEnum"); \ static_assert(sizeof(FName_GameLogicPropEnum) == 0x000008, "Wrong size on FName_GameLogicPropEnum"); \ #define DUMPER7_ASSERTS_FGlobal_GameLogicPropositional_Enum \ static_assert(alignof(FGlobal_GameLogicPropositional_Enum) == 0x000008, "Wrong alignment on FGlobal_GameLogicPropositional_Enum"); \ static_assert(sizeof(FGlobal_GameLogicPropositional_Enum) == 0x000050, "Wrong size on FGlobal_GameLogicPropositional_Enum"); \ static_assert(offsetof(FGlobal_GameLogicPropositional_Enum, EnumType) == 0x000030, "Member 'FGlobal_GameLogicPropositional_Enum::EnumType' has a wrong offset!"); \ static_assert(offsetof(FGlobal_GameLogicPropositional_Enum, Values) == 0x000040, "Member 'FGlobal_GameLogicPropositional_Enum::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FName_GameLogicPropFloat \ static_assert(alignof(FName_GameLogicPropFloat) == 0x000004, "Wrong alignment on FName_GameLogicPropFloat"); \ static_assert(sizeof(FName_GameLogicPropFloat) == 0x000008, "Wrong size on FName_GameLogicPropFloat"); \ #define DUMPER7_ASSERTS_FGlobal_GameLogicPropositional_Float \ static_assert(alignof(FGlobal_GameLogicPropositional_Float) == 0x000008, "Wrong alignment on FGlobal_GameLogicPropositional_Float"); \ static_assert(sizeof(FGlobal_GameLogicPropositional_Float) == 0x000040, "Wrong size on FGlobal_GameLogicPropositional_Float"); \ static_assert(offsetof(FGlobal_GameLogicPropositional_Float, Values) == 0x000030, "Member 'FGlobal_GameLogicPropositional_Float::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FName_GameLogicPropInt32 \ static_assert(alignof(FName_GameLogicPropInt32) == 0x000004, "Wrong alignment on FName_GameLogicPropInt32"); \ static_assert(sizeof(FName_GameLogicPropInt32) == 0x000008, "Wrong size on FName_GameLogicPropInt32"); \ #define DUMPER7_ASSERTS_FGlobal_GameLogicPropositional_Int32 \ static_assert(alignof(FGlobal_GameLogicPropositional_Int32) == 0x000008, "Wrong alignment on FGlobal_GameLogicPropositional_Int32"); \ static_assert(sizeof(FGlobal_GameLogicPropositional_Int32) == 0x000040, "Wrong size on FGlobal_GameLogicPropositional_Int32"); \ static_assert(offsetof(FGlobal_GameLogicPropositional_Int32, Values) == 0x000030, "Member 'FGlobal_GameLogicPropositional_Int32::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FName_GameLogicPropString \ static_assert(alignof(FName_GameLogicPropString) == 0x000004, "Wrong alignment on FName_GameLogicPropString"); \ static_assert(sizeof(FName_GameLogicPropString) == 0x000008, "Wrong size on FName_GameLogicPropString"); \ #define DUMPER7_ASSERTS_FGlobal_GameLogicPropositional_String \ static_assert(alignof(FGlobal_GameLogicPropositional_String) == 0x000008, "Wrong alignment on FGlobal_GameLogicPropositional_String"); \ static_assert(sizeof(FGlobal_GameLogicPropositional_String) == 0x000040, "Wrong size on FGlobal_GameLogicPropositional_String"); \ static_assert(offsetof(FGlobal_GameLogicPropositional_String, Values) == 0x000030, "Member 'FGlobal_GameLogicPropositional_String::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FName_GameLogicRealm \ static_assert(alignof(FName_GameLogicRealm) == 0x000004, "Wrong alignment on FName_GameLogicRealm"); \ static_assert(sizeof(FName_GameLogicRealm) == 0x000008, "Wrong size on FName_GameLogicRealm"); \ #define DUMPER7_ASSERTS_FGameLogicVarAndBitBitfield \ static_assert(alignof(FGameLogicVarAndBitBitfield) == 0x000008, "Wrong alignment on FGameLogicVarAndBitBitfield"); \ static_assert(sizeof(FGameLogicVarAndBitBitfield) == 0x000028, "Wrong size on FGameLogicVarAndBitBitfield"); \ static_assert(offsetof(FGameLogicVarAndBitBitfield, BitfieldType) == 0x000008, "Member 'FGameLogicVarAndBitBitfield::BitfieldType' has a wrong offset!"); \ static_assert(offsetof(FGameLogicVarAndBitBitfield, BitValue) == 0x000018, "Member 'FGameLogicVarAndBitBitfield::BitValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameLogicVarAndValueBitfield \ static_assert(alignof(FGameLogicVarAndValueBitfield) == 0x000008, "Wrong alignment on FGameLogicVarAndValueBitfield"); \ static_assert(sizeof(FGameLogicVarAndValueBitfield) == 0x000028, "Wrong size on FGameLogicVarAndValueBitfield"); \ static_assert(offsetof(FGameLogicVarAndValueBitfield, BitfieldType) == 0x000008, "Member 'FGameLogicVarAndValueBitfield::BitfieldType' has a wrong offset!"); \ static_assert(offsetof(FGameLogicVarAndValueBitfield, BitfieldValue) == 0x000018, "Member 'FGameLogicVarAndValueBitfield::BitfieldValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FName_GameLogicVarBitfield \ static_assert(alignof(FName_GameLogicVarBitfield) == 0x000004, "Wrong alignment on FName_GameLogicVarBitfield"); \ static_assert(sizeof(FName_GameLogicVarBitfield) == 0x000008, "Wrong size on FName_GameLogicVarBitfield"); \ #define DUMPER7_ASSERTS_FGlobal_GameLogicVar_Bitfield \ static_assert(alignof(FGlobal_GameLogicVar_Bitfield) == 0x000008, "Wrong alignment on FGlobal_GameLogicVar_Bitfield"); \ static_assert(sizeof(FGlobal_GameLogicVar_Bitfield) == 0x000040, "Wrong size on FGlobal_GameLogicVar_Bitfield"); \ static_assert(offsetof(FGlobal_GameLogicVar_Bitfield, BitfieldType) == 0x000020, "Member 'FGlobal_GameLogicVar_Bitfield::BitfieldType' has a wrong offset!"); \ static_assert(offsetof(FGlobal_GameLogicVar_Bitfield, BitfieldValue) == 0x000030, "Member 'FGlobal_GameLogicVar_Bitfield::BitfieldValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobal_GameLogicVar_Bool \ static_assert(alignof(FGlobal_GameLogicVar_Bool) == 0x000008, "Wrong alignment on FGlobal_GameLogicVar_Bool"); \ static_assert(sizeof(FGlobal_GameLogicVar_Bool) == 0x000028, "Wrong size on FGlobal_GameLogicVar_Bool"); \ static_assert(offsetof(FGlobal_GameLogicVar_Bool, bInitialValue) == 0x000020, "Member 'FGlobal_GameLogicVar_Bool::bInitialValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameLogicVarAndValueEnum \ static_assert(alignof(FGameLogicVarAndValueEnum) == 0x000008, "Wrong alignment on FGameLogicVarAndValueEnum"); \ static_assert(sizeof(FGameLogicVarAndValueEnum) == 0x000028, "Wrong size on FGameLogicVarAndValueEnum"); \ static_assert(offsetof(FGameLogicVarAndValueEnum, EnumType) == 0x000008, "Member 'FGameLogicVarAndValueEnum::EnumType' has a wrong offset!"); \ static_assert(offsetof(FGameLogicVarAndValueEnum, EnumValue) == 0x000018, "Member 'FGameLogicVarAndValueEnum::EnumValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FName_GameLogicVarEnum \ static_assert(alignof(FName_GameLogicVarEnum) == 0x000004, "Wrong alignment on FName_GameLogicVarEnum"); \ static_assert(sizeof(FName_GameLogicVarEnum) == 0x000008, "Wrong size on FName_GameLogicVarEnum"); \ #define DUMPER7_ASSERTS_FGlobal_GameLogicVar_Enum \ static_assert(alignof(FGlobal_GameLogicVar_Enum) == 0x000008, "Wrong alignment on FGlobal_GameLogicVar_Enum"); \ static_assert(sizeof(FGlobal_GameLogicVar_Enum) == 0x000040, "Wrong size on FGlobal_GameLogicVar_Enum"); \ static_assert(offsetof(FGlobal_GameLogicVar_Enum, EnumType) == 0x000020, "Member 'FGlobal_GameLogicVar_Enum::EnumType' has a wrong offset!"); \ static_assert(offsetof(FGlobal_GameLogicVar_Enum, EnumValue) == 0x000030, "Member 'FGlobal_GameLogicVar_Enum::EnumValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FName_GameLogicVarFloat \ static_assert(alignof(FName_GameLogicVarFloat) == 0x000004, "Wrong alignment on FName_GameLogicVarFloat"); \ static_assert(sizeof(FName_GameLogicVarFloat) == 0x000008, "Wrong size on FName_GameLogicVarFloat"); \ #define DUMPER7_ASSERTS_FGlobal_GameLogicVar_Float \ static_assert(alignof(FGlobal_GameLogicVar_Float) == 0x000008, "Wrong alignment on FGlobal_GameLogicVar_Float"); \ static_assert(sizeof(FGlobal_GameLogicVar_Float) == 0x000028, "Wrong size on FGlobal_GameLogicVar_Float"); \ static_assert(offsetof(FGlobal_GameLogicVar_Float, InitialValue) == 0x000020, "Member 'FGlobal_GameLogicVar_Float::InitialValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGlobal_GameLogicVar_Int32 \ static_assert(alignof(FGlobal_GameLogicVar_Int32) == 0x000008, "Wrong alignment on FGlobal_GameLogicVar_Int32"); \ static_assert(sizeof(FGlobal_GameLogicVar_Int32) == 0x000028, "Wrong size on FGlobal_GameLogicVar_Int32"); \ static_assert(offsetof(FGlobal_GameLogicVar_Int32, InitialValue) == 0x000020, "Member 'FGlobal_GameLogicVar_Int32::InitialValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FName_GameLogicVarString \ static_assert(alignof(FName_GameLogicVarString) == 0x000004, "Wrong alignment on FName_GameLogicVarString"); \ static_assert(sizeof(FName_GameLogicVarString) == 0x000008, "Wrong size on FName_GameLogicVarString"); \ #define DUMPER7_ASSERTS_FGlobal_GameLogicVar_String \ static_assert(alignof(FGlobal_GameLogicVar_String) == 0x000008, "Wrong alignment on FGlobal_GameLogicVar_String"); \ static_assert(sizeof(FGlobal_GameLogicVar_String) == 0x000030, "Wrong size on FGlobal_GameLogicVar_String"); \ static_assert(offsetof(FGlobal_GameLogicVar_String, InitialValue) == 0x000020, "Member 'FGlobal_GameLogicVar_String::InitialValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FName_GameLogicVarTimer \ static_assert(alignof(FName_GameLogicVarTimer) == 0x000004, "Wrong alignment on FName_GameLogicVarTimer"); \ static_assert(sizeof(FName_GameLogicVarTimer) == 0x000008, "Wrong size on FName_GameLogicVarTimer"); \ #define DUMPER7_ASSERTS_FGlobal_GameLogicVar_Timer \ static_assert(alignof(FGlobal_GameLogicVar_Timer) == 0x000008, "Wrong alignment on FGlobal_GameLogicVar_Timer"); \ static_assert(sizeof(FGlobal_GameLogicVar_Timer) == 0x000028, "Wrong size on FGlobal_GameLogicVar_Timer"); \ static_assert(offsetof(FGlobal_GameLogicVar_Timer, InitialValue) == 0x000020, "Member 'FGlobal_GameLogicVar_Timer::InitialValue' has a wrong offset!"); \ static_assert(offsetof(FGlobal_GameLogicVar_Timer, bInitiallyPaused) == 0x000024, "Member 'FGlobal_GameLogicVar_Timer::bInitiallyPaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicBase \ static_assert(alignof(UGameLogicBase) == 0x000008, "Wrong alignment on UGameLogicBase"); \ static_assert(sizeof(UGameLogicBase) == 0x000028, "Wrong size on UGameLogicBase"); \ #define DUMPER7_ASSERTS_GameLogicBoolBase_GetCachedValue \ static_assert(alignof(GameLogicBoolBase_GetCachedValue) == 0x000001, "Wrong alignment on GameLogicBoolBase_GetCachedValue"); \ static_assert(sizeof(GameLogicBoolBase_GetCachedValue) == 0x000001, "Wrong size on GameLogicBoolBase_GetCachedValue"); \ static_assert(offsetof(GameLogicBoolBase_GetCachedValue, ReturnValue) == 0x000000, "Member 'GameLogicBoolBase_GetCachedValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicBoolBase \ static_assert(alignof(UGameLogicBoolBase) == 0x000008, "Wrong alignment on UGameLogicBoolBase"); \ static_assert(sizeof(UGameLogicBoolBase) == 0x000040, "Wrong size on UGameLogicBoolBase"); \ #define DUMPER7_ASSERTS_UGameLogicBoolResultDelegateBinding \ static_assert(alignof(UGameLogicBoolResultDelegateBinding) == 0x000008, "Wrong alignment on UGameLogicBoolResultDelegateBinding"); \ static_assert(sizeof(UGameLogicBoolResultDelegateBinding) == 0x000038, "Wrong size on UGameLogicBoolResultDelegateBinding"); \ static_assert(offsetof(UGameLogicBoolResultDelegateBinding, ActionDelegateBindings) == 0x000028, "Member 'UGameLogicBoolResultDelegateBinding::ActionDelegateBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicBPFunctionLibrary_AttachToGameLogicEvents \ static_assert(alignof(GameLogicBPFunctionLibrary_AttachToGameLogicEvents) == 0x000008, "Wrong alignment on GameLogicBPFunctionLibrary_AttachToGameLogicEvents"); \ static_assert(sizeof(GameLogicBPFunctionLibrary_AttachToGameLogicEvents) == 0x000010, "Wrong size on GameLogicBPFunctionLibrary_AttachToGameLogicEvents"); \ static_assert(offsetof(GameLogicBPFunctionLibrary_AttachToGameLogicEvents, InputReceiver) == 0x000000, "Member 'GameLogicBPFunctionLibrary_AttachToGameLogicEvents::InputReceiver' has a wrong offset!"); \ static_assert(offsetof(GameLogicBPFunctionLibrary_AttachToGameLogicEvents, GameLogicObject) == 0x000008, "Member 'GameLogicBPFunctionLibrary_AttachToGameLogicEvents::GameLogicObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicBPFunctionLibrary_DetachFromGameLogicEvents \ static_assert(alignof(GameLogicBPFunctionLibrary_DetachFromGameLogicEvents) == 0x000008, "Wrong alignment on GameLogicBPFunctionLibrary_DetachFromGameLogicEvents"); \ static_assert(sizeof(GameLogicBPFunctionLibrary_DetachFromGameLogicEvents) == 0x000010, "Wrong size on GameLogicBPFunctionLibrary_DetachFromGameLogicEvents"); \ static_assert(offsetof(GameLogicBPFunctionLibrary_DetachFromGameLogicEvents, InputReceiver) == 0x000000, "Member 'GameLogicBPFunctionLibrary_DetachFromGameLogicEvents::InputReceiver' has a wrong offset!"); \ static_assert(offsetof(GameLogicBPFunctionLibrary_DetachFromGameLogicEvents, GameLogicObject) == 0x000008, "Member 'GameLogicBPFunctionLibrary_DetachFromGameLogicEvents::GameLogicObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicBPFunctionLibrary_SpawnAndAttachToGameLogicObject \ static_assert(alignof(GameLogicBPFunctionLibrary_SpawnAndAttachToGameLogicObject) == 0x000008, "Wrong alignment on GameLogicBPFunctionLibrary_SpawnAndAttachToGameLogicObject"); \ static_assert(sizeof(GameLogicBPFunctionLibrary_SpawnAndAttachToGameLogicObject) == 0x000010, "Wrong size on GameLogicBPFunctionLibrary_SpawnAndAttachToGameLogicObject"); \ static_assert(offsetof(GameLogicBPFunctionLibrary_SpawnAndAttachToGameLogicObject, InBlueprint) == 0x000000, "Member 'GameLogicBPFunctionLibrary_SpawnAndAttachToGameLogicObject::InBlueprint' has a wrong offset!"); \ static_assert(offsetof(GameLogicBPFunctionLibrary_SpawnAndAttachToGameLogicObject, ReturnValue) == 0x000008, "Member 'GameLogicBPFunctionLibrary_SpawnAndAttachToGameLogicObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicBPFunctionLibrary \ static_assert(alignof(UGameLogicBPFunctionLibrary) == 0x000008, "Wrong alignment on UGameLogicBPFunctionLibrary"); \ static_assert(sizeof(UGameLogicBPFunctionLibrary) == 0x000028, "Wrong size on UGameLogicBPFunctionLibrary"); \ #define DUMPER7_ASSERTS_GameLogicComponent_GetBoolVariable_OnActor \ static_assert(alignof(GameLogicComponent_GetBoolVariable_OnActor) == 0x000008, "Wrong alignment on GameLogicComponent_GetBoolVariable_OnActor"); \ static_assert(sizeof(GameLogicComponent_GetBoolVariable_OnActor) == 0x000018, "Wrong size on GameLogicComponent_GetBoolVariable_OnActor"); \ static_assert(offsetof(GameLogicComponent_GetBoolVariable_OnActor, InActor) == 0x000000, "Member 'GameLogicComponent_GetBoolVariable_OnActor::InActor' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetBoolVariable_OnActor, BoolVarName) == 0x000008, "Member 'GameLogicComponent_GetBoolVariable_OnActor::BoolVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetBoolVariable_OnActor, ReturnValue) == 0x000010, "Member 'GameLogicComponent_GetBoolVariable_OnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_GetExpression_OnActor \ static_assert(alignof(GameLogicComponent_GetExpression_OnActor) == 0x000008, "Wrong alignment on GameLogicComponent_GetExpression_OnActor"); \ static_assert(sizeof(GameLogicComponent_GetExpression_OnActor) == 0x000018, "Wrong size on GameLogicComponent_GetExpression_OnActor"); \ static_assert(offsetof(GameLogicComponent_GetExpression_OnActor, InActor) == 0x000000, "Member 'GameLogicComponent_GetExpression_OnActor::InActor' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetExpression_OnActor, ExpressionName) == 0x000008, "Member 'GameLogicComponent_GetExpression_OnActor::ExpressionName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetExpression_OnActor, ReturnValue) == 0x000010, "Member 'GameLogicComponent_GetExpression_OnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_GetFloatVariable_OnActor \ static_assert(alignof(GameLogicComponent_GetFloatVariable_OnActor) == 0x000008, "Wrong alignment on GameLogicComponent_GetFloatVariable_OnActor"); \ static_assert(sizeof(GameLogicComponent_GetFloatVariable_OnActor) == 0x000018, "Wrong size on GameLogicComponent_GetFloatVariable_OnActor"); \ static_assert(offsetof(GameLogicComponent_GetFloatVariable_OnActor, InActor) == 0x000000, "Member 'GameLogicComponent_GetFloatVariable_OnActor::InActor' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetFloatVariable_OnActor, FloatVarName) == 0x000008, "Member 'GameLogicComponent_GetFloatVariable_OnActor::FloatVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetFloatVariable_OnActor, ReturnValue) == 0x000010, "Member 'GameLogicComponent_GetFloatVariable_OnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_GetInt32Variable_OnActor \ static_assert(alignof(GameLogicComponent_GetInt32Variable_OnActor) == 0x000008, "Wrong alignment on GameLogicComponent_GetInt32Variable_OnActor"); \ static_assert(sizeof(GameLogicComponent_GetInt32Variable_OnActor) == 0x000018, "Wrong size on GameLogicComponent_GetInt32Variable_OnActor"); \ static_assert(offsetof(GameLogicComponent_GetInt32Variable_OnActor, InActor) == 0x000000, "Member 'GameLogicComponent_GetInt32Variable_OnActor::InActor' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetInt32Variable_OnActor, Int32VarName) == 0x000008, "Member 'GameLogicComponent_GetInt32Variable_OnActor::Int32VarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetInt32Variable_OnActor, ReturnValue) == 0x000010, "Member 'GameLogicComponent_GetInt32Variable_OnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_GetReferenceToBoolVariable_OnActor \ static_assert(alignof(GameLogicComponent_GetReferenceToBoolVariable_OnActor) == 0x000008, "Wrong alignment on GameLogicComponent_GetReferenceToBoolVariable_OnActor"); \ static_assert(sizeof(GameLogicComponent_GetReferenceToBoolVariable_OnActor) == 0x000018, "Wrong size on GameLogicComponent_GetReferenceToBoolVariable_OnActor"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToBoolVariable_OnActor, InActor) == 0x000000, "Member 'GameLogicComponent_GetReferenceToBoolVariable_OnActor::InActor' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToBoolVariable_OnActor, BoolVarName) == 0x000008, "Member 'GameLogicComponent_GetReferenceToBoolVariable_OnActor::BoolVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToBoolVariable_OnActor, ReturnValue) == 0x000010, "Member 'GameLogicComponent_GetReferenceToBoolVariable_OnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_GetReferenceToExpression_OnActor \ static_assert(alignof(GameLogicComponent_GetReferenceToExpression_OnActor) == 0x000008, "Wrong alignment on GameLogicComponent_GetReferenceToExpression_OnActor"); \ static_assert(sizeof(GameLogicComponent_GetReferenceToExpression_OnActor) == 0x000018, "Wrong size on GameLogicComponent_GetReferenceToExpression_OnActor"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToExpression_OnActor, InActor) == 0x000000, "Member 'GameLogicComponent_GetReferenceToExpression_OnActor::InActor' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToExpression_OnActor, ExpressionName) == 0x000008, "Member 'GameLogicComponent_GetReferenceToExpression_OnActor::ExpressionName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToExpression_OnActor, ReturnValue) == 0x000010, "Member 'GameLogicComponent_GetReferenceToExpression_OnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_GetReferenceToFloatVariable_OnActor \ static_assert(alignof(GameLogicComponent_GetReferenceToFloatVariable_OnActor) == 0x000008, "Wrong alignment on GameLogicComponent_GetReferenceToFloatVariable_OnActor"); \ static_assert(sizeof(GameLogicComponent_GetReferenceToFloatVariable_OnActor) == 0x000018, "Wrong size on GameLogicComponent_GetReferenceToFloatVariable_OnActor"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToFloatVariable_OnActor, InActor) == 0x000000, "Member 'GameLogicComponent_GetReferenceToFloatVariable_OnActor::InActor' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToFloatVariable_OnActor, FloatVarName) == 0x000008, "Member 'GameLogicComponent_GetReferenceToFloatVariable_OnActor::FloatVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToFloatVariable_OnActor, ReturnValue) == 0x000010, "Member 'GameLogicComponent_GetReferenceToFloatVariable_OnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_GetReferenceToInt32Variable_OnActor \ static_assert(alignof(GameLogicComponent_GetReferenceToInt32Variable_OnActor) == 0x000008, "Wrong alignment on GameLogicComponent_GetReferenceToInt32Variable_OnActor"); \ static_assert(sizeof(GameLogicComponent_GetReferenceToInt32Variable_OnActor) == 0x000018, "Wrong size on GameLogicComponent_GetReferenceToInt32Variable_OnActor"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToInt32Variable_OnActor, InActor) == 0x000000, "Member 'GameLogicComponent_GetReferenceToInt32Variable_OnActor::InActor' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToInt32Variable_OnActor, Int32VarName) == 0x000008, "Member 'GameLogicComponent_GetReferenceToInt32Variable_OnActor::Int32VarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToInt32Variable_OnActor, ReturnValue) == 0x000010, "Member 'GameLogicComponent_GetReferenceToInt32Variable_OnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_IncrementInt32Variable_OnActor \ static_assert(alignof(GameLogicComponent_IncrementInt32Variable_OnActor) == 0x000008, "Wrong alignment on GameLogicComponent_IncrementInt32Variable_OnActor"); \ static_assert(sizeof(GameLogicComponent_IncrementInt32Variable_OnActor) == 0x000018, "Wrong size on GameLogicComponent_IncrementInt32Variable_OnActor"); \ static_assert(offsetof(GameLogicComponent_IncrementInt32Variable_OnActor, InActor) == 0x000000, "Member 'GameLogicComponent_IncrementInt32Variable_OnActor::InActor' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_IncrementInt32Variable_OnActor, Int32VarName) == 0x000008, "Member 'GameLogicComponent_IncrementInt32Variable_OnActor::Int32VarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_IncrementInt32Variable_OnActor, Delta) == 0x000010, "Member 'GameLogicComponent_IncrementInt32Variable_OnActor::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_SetBoolVariable_OnActor \ static_assert(alignof(GameLogicComponent_SetBoolVariable_OnActor) == 0x000008, "Wrong alignment on GameLogicComponent_SetBoolVariable_OnActor"); \ static_assert(sizeof(GameLogicComponent_SetBoolVariable_OnActor) == 0x000018, "Wrong size on GameLogicComponent_SetBoolVariable_OnActor"); \ static_assert(offsetof(GameLogicComponent_SetBoolVariable_OnActor, InActor) == 0x000000, "Member 'GameLogicComponent_SetBoolVariable_OnActor::InActor' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_SetBoolVariable_OnActor, BoolVarName) == 0x000008, "Member 'GameLogicComponent_SetBoolVariable_OnActor::BoolVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_SetBoolVariable_OnActor, bValue) == 0x000010, "Member 'GameLogicComponent_SetBoolVariable_OnActor::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_SetFloatVariable_OnActor \ static_assert(alignof(GameLogicComponent_SetFloatVariable_OnActor) == 0x000008, "Wrong alignment on GameLogicComponent_SetFloatVariable_OnActor"); \ static_assert(sizeof(GameLogicComponent_SetFloatVariable_OnActor) == 0x000018, "Wrong size on GameLogicComponent_SetFloatVariable_OnActor"); \ static_assert(offsetof(GameLogicComponent_SetFloatVariable_OnActor, InActor) == 0x000000, "Member 'GameLogicComponent_SetFloatVariable_OnActor::InActor' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_SetFloatVariable_OnActor, FloatVarName) == 0x000008, "Member 'GameLogicComponent_SetFloatVariable_OnActor::FloatVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_SetFloatVariable_OnActor, Value) == 0x000010, "Member 'GameLogicComponent_SetFloatVariable_OnActor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_SetInt32Variable_OnActor \ static_assert(alignof(GameLogicComponent_SetInt32Variable_OnActor) == 0x000008, "Wrong alignment on GameLogicComponent_SetInt32Variable_OnActor"); \ static_assert(sizeof(GameLogicComponent_SetInt32Variable_OnActor) == 0x000018, "Wrong size on GameLogicComponent_SetInt32Variable_OnActor"); \ static_assert(offsetof(GameLogicComponent_SetInt32Variable_OnActor, InActor) == 0x000000, "Member 'GameLogicComponent_SetInt32Variable_OnActor::InActor' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_SetInt32Variable_OnActor, Int32VarName) == 0x000008, "Member 'GameLogicComponent_SetInt32Variable_OnActor::Int32VarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_SetInt32Variable_OnActor, Value) == 0x000010, "Member 'GameLogicComponent_SetInt32Variable_OnActor::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_GetBoolVariable \ static_assert(alignof(GameLogicComponent_GetBoolVariable) == 0x000004, "Wrong alignment on GameLogicComponent_GetBoolVariable"); \ static_assert(sizeof(GameLogicComponent_GetBoolVariable) == 0x00000C, "Wrong size on GameLogicComponent_GetBoolVariable"); \ static_assert(offsetof(GameLogicComponent_GetBoolVariable, BoolVarName) == 0x000000, "Member 'GameLogicComponent_GetBoolVariable::BoolVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetBoolVariable, ReturnValue) == 0x000008, "Member 'GameLogicComponent_GetBoolVariable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_GetExpression \ static_assert(alignof(GameLogicComponent_GetExpression) == 0x000004, "Wrong alignment on GameLogicComponent_GetExpression"); \ static_assert(sizeof(GameLogicComponent_GetExpression) == 0x00000C, "Wrong size on GameLogicComponent_GetExpression"); \ static_assert(offsetof(GameLogicComponent_GetExpression, ExpressionName) == 0x000000, "Member 'GameLogicComponent_GetExpression::ExpressionName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetExpression, ReturnValue) == 0x000008, "Member 'GameLogicComponent_GetExpression::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_GetFloatVariable \ static_assert(alignof(GameLogicComponent_GetFloatVariable) == 0x000004, "Wrong alignment on GameLogicComponent_GetFloatVariable"); \ static_assert(sizeof(GameLogicComponent_GetFloatVariable) == 0x00000C, "Wrong size on GameLogicComponent_GetFloatVariable"); \ static_assert(offsetof(GameLogicComponent_GetFloatVariable, FloatVarName) == 0x000000, "Member 'GameLogicComponent_GetFloatVariable::FloatVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetFloatVariable, ReturnValue) == 0x000008, "Member 'GameLogicComponent_GetFloatVariable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_GetGameLogicObject \ static_assert(alignof(GameLogicComponent_GetGameLogicObject) == 0x000008, "Wrong alignment on GameLogicComponent_GetGameLogicObject"); \ static_assert(sizeof(GameLogicComponent_GetGameLogicObject) == 0x000008, "Wrong size on GameLogicComponent_GetGameLogicObject"); \ static_assert(offsetof(GameLogicComponent_GetGameLogicObject, ReturnValue) == 0x000000, "Member 'GameLogicComponent_GetGameLogicObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_GetInt32Variable \ static_assert(alignof(GameLogicComponent_GetInt32Variable) == 0x000004, "Wrong alignment on GameLogicComponent_GetInt32Variable"); \ static_assert(sizeof(GameLogicComponent_GetInt32Variable) == 0x00000C, "Wrong size on GameLogicComponent_GetInt32Variable"); \ static_assert(offsetof(GameLogicComponent_GetInt32Variable, Int32VarName) == 0x000000, "Member 'GameLogicComponent_GetInt32Variable::Int32VarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetInt32Variable, ReturnValue) == 0x000008, "Member 'GameLogicComponent_GetInt32Variable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_GetReferenceToBoolVariable \ static_assert(alignof(GameLogicComponent_GetReferenceToBoolVariable) == 0x000008, "Wrong alignment on GameLogicComponent_GetReferenceToBoolVariable"); \ static_assert(sizeof(GameLogicComponent_GetReferenceToBoolVariable) == 0x000010, "Wrong size on GameLogicComponent_GetReferenceToBoolVariable"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToBoolVariable, BoolVarName) == 0x000000, "Member 'GameLogicComponent_GetReferenceToBoolVariable::BoolVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToBoolVariable, ReturnValue) == 0x000008, "Member 'GameLogicComponent_GetReferenceToBoolVariable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_GetReferenceToExpression \ static_assert(alignof(GameLogicComponent_GetReferenceToExpression) == 0x000008, "Wrong alignment on GameLogicComponent_GetReferenceToExpression"); \ static_assert(sizeof(GameLogicComponent_GetReferenceToExpression) == 0x000010, "Wrong size on GameLogicComponent_GetReferenceToExpression"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToExpression, ExpressionName) == 0x000000, "Member 'GameLogicComponent_GetReferenceToExpression::ExpressionName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToExpression, ReturnValue) == 0x000008, "Member 'GameLogicComponent_GetReferenceToExpression::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_GetReferenceToFloatVariable \ static_assert(alignof(GameLogicComponent_GetReferenceToFloatVariable) == 0x000008, "Wrong alignment on GameLogicComponent_GetReferenceToFloatVariable"); \ static_assert(sizeof(GameLogicComponent_GetReferenceToFloatVariable) == 0x000010, "Wrong size on GameLogicComponent_GetReferenceToFloatVariable"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToFloatVariable, FloatVarName) == 0x000000, "Member 'GameLogicComponent_GetReferenceToFloatVariable::FloatVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToFloatVariable, ReturnValue) == 0x000008, "Member 'GameLogicComponent_GetReferenceToFloatVariable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_GetReferenceToInt32Variable \ static_assert(alignof(GameLogicComponent_GetReferenceToInt32Variable) == 0x000008, "Wrong alignment on GameLogicComponent_GetReferenceToInt32Variable"); \ static_assert(sizeof(GameLogicComponent_GetReferenceToInt32Variable) == 0x000010, "Wrong size on GameLogicComponent_GetReferenceToInt32Variable"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToInt32Variable, Int32VarName) == 0x000000, "Member 'GameLogicComponent_GetReferenceToInt32Variable::Int32VarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_GetReferenceToInt32Variable, ReturnValue) == 0x000008, "Member 'GameLogicComponent_GetReferenceToInt32Variable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_IncrementInt32Variable \ static_assert(alignof(GameLogicComponent_IncrementInt32Variable) == 0x000004, "Wrong alignment on GameLogicComponent_IncrementInt32Variable"); \ static_assert(sizeof(GameLogicComponent_IncrementInt32Variable) == 0x00000C, "Wrong size on GameLogicComponent_IncrementInt32Variable"); \ static_assert(offsetof(GameLogicComponent_IncrementInt32Variable, Int32VarName) == 0x000000, "Member 'GameLogicComponent_IncrementInt32Variable::Int32VarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_IncrementInt32Variable, Delta) == 0x000008, "Member 'GameLogicComponent_IncrementInt32Variable::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_SetBoolVariable \ static_assert(alignof(GameLogicComponent_SetBoolVariable) == 0x000004, "Wrong alignment on GameLogicComponent_SetBoolVariable"); \ static_assert(sizeof(GameLogicComponent_SetBoolVariable) == 0x00000C, "Wrong size on GameLogicComponent_SetBoolVariable"); \ static_assert(offsetof(GameLogicComponent_SetBoolVariable, BoolVarName) == 0x000000, "Member 'GameLogicComponent_SetBoolVariable::BoolVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_SetBoolVariable, bValue) == 0x000008, "Member 'GameLogicComponent_SetBoolVariable::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_SetFloatVariable \ static_assert(alignof(GameLogicComponent_SetFloatVariable) == 0x000004, "Wrong alignment on GameLogicComponent_SetFloatVariable"); \ static_assert(sizeof(GameLogicComponent_SetFloatVariable) == 0x00000C, "Wrong size on GameLogicComponent_SetFloatVariable"); \ static_assert(offsetof(GameLogicComponent_SetFloatVariable, FloatVarName) == 0x000000, "Member 'GameLogicComponent_SetFloatVariable::FloatVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_SetFloatVariable, Value) == 0x000008, "Member 'GameLogicComponent_SetFloatVariable::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicComponent_SetInt32Variable \ static_assert(alignof(GameLogicComponent_SetInt32Variable) == 0x000004, "Wrong alignment on GameLogicComponent_SetInt32Variable"); \ static_assert(sizeof(GameLogicComponent_SetInt32Variable) == 0x00000C, "Wrong size on GameLogicComponent_SetInt32Variable"); \ static_assert(offsetof(GameLogicComponent_SetInt32Variable, Int32VarName) == 0x000000, "Member 'GameLogicComponent_SetInt32Variable::Int32VarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicComponent_SetInt32Variable, Value) == 0x000008, "Member 'GameLogicComponent_SetInt32Variable::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicComponent \ static_assert(alignof(UGameLogicComponent) == 0x000008, "Wrong alignment on UGameLogicComponent"); \ static_assert(sizeof(UGameLogicComponent) == 0x0000D8, "Wrong size on UGameLogicComponent"); \ static_assert(offsetof(UGameLogicComponent, GameLogicObject) == 0x0000D0, "Member 'UGameLogicComponent::GameLogicObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicSentence \ static_assert(alignof(UGameLogicSentence) == 0x000008, "Wrong alignment on UGameLogicSentence"); \ static_assert(sizeof(UGameLogicSentence) == 0x000048, "Wrong size on UGameLogicSentence"); \ #define DUMPER7_ASSERTS_GameLogicExpression__MemberValueChanged \ static_assert(alignof(GameLogicExpression__MemberValueChanged) == 0x000001, "Wrong alignment on GameLogicExpression__MemberValueChanged"); \ static_assert(sizeof(GameLogicExpression__MemberValueChanged) == 0x000001, "Wrong size on GameLogicExpression__MemberValueChanged"); \ static_assert(offsetof(GameLogicExpression__MemberValueChanged, NewResult) == 0x000000, "Member 'GameLogicExpression__MemberValueChanged::NewResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicExpression \ static_assert(alignof(UGameLogicExpression) == 0x000008, "Wrong alignment on UGameLogicExpression"); \ static_assert(sizeof(UGameLogicExpression) == 0x000048, "Wrong size on UGameLogicExpression"); \ #define DUMPER7_ASSERTS_UGameLogicFloatResultDelegateBinding \ static_assert(alignof(UGameLogicFloatResultDelegateBinding) == 0x000008, "Wrong alignment on UGameLogicFloatResultDelegateBinding"); \ static_assert(sizeof(UGameLogicFloatResultDelegateBinding) == 0x000038, "Wrong size on UGameLogicFloatResultDelegateBinding"); \ static_assert(offsetof(UGameLogicFloatResultDelegateBinding, ActionDelegateBindings) == 0x000028, "Member 'UGameLogicFloatResultDelegateBinding::ActionDelegateBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicGameSettings_AddElementToRealm \ static_assert(alignof(GameLogicGameSettings_AddElementToRealm) == 0x000004, "Wrong alignment on GameLogicGameSettings_AddElementToRealm"); \ static_assert(sizeof(GameLogicGameSettings_AddElementToRealm) == 0x000020, "Wrong size on GameLogicGameSettings_AddElementToRealm"); \ static_assert(offsetof(GameLogicGameSettings_AddElementToRealm, ElementType) == 0x000000, "Member 'GameLogicGameSettings_AddElementToRealm::ElementType' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_AddElementToRealm, RealmName) == 0x000004, "Member 'GameLogicGameSettings_AddElementToRealm::RealmName' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_AddElementToRealm, Index_0) == 0x00000C, "Member 'GameLogicGameSettings_AddElementToRealm::Index_0' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_AddElementToRealm, bCopyIndex) == 0x000010, "Member 'GameLogicGameSettings_AddElementToRealm::bCopyIndex' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_AddElementToRealm, IndexToCopy) == 0x000014, "Member 'GameLogicGameSettings_AddElementToRealm::IndexToCopy' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_AddElementToRealm, ReturnValue) == 0x000018, "Member 'GameLogicGameSettings_AddElementToRealm::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicGameSettings_ComputeUniqueElementName \ static_assert(alignof(GameLogicGameSettings_ComputeUniqueElementName) == 0x000004, "Wrong alignment on GameLogicGameSettings_ComputeUniqueElementName"); \ static_assert(sizeof(GameLogicGameSettings_ComputeUniqueElementName) == 0x000010, "Wrong size on GameLogicGameSettings_ComputeUniqueElementName"); \ static_assert(offsetof(GameLogicGameSettings_ComputeUniqueElementName, BaseName) == 0x000000, "Member 'GameLogicGameSettings_ComputeUniqueElementName::BaseName' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_ComputeUniqueElementName, ReturnValue) == 0x000008, "Member 'GameLogicGameSettings_ComputeUniqueElementName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicGameSettings_CreateRealm \ static_assert(alignof(GameLogicGameSettings_CreateRealm) == 0x000004, "Wrong alignment on GameLogicGameSettings_CreateRealm"); \ static_assert(sizeof(GameLogicGameSettings_CreateRealm) == 0x000008, "Wrong size on GameLogicGameSettings_CreateRealm"); \ static_assert(offsetof(GameLogicGameSettings_CreateRealm, RealmName) == 0x000000, "Member 'GameLogicGameSettings_CreateRealm::RealmName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicGameSettings_DestroyElementsByRealm \ static_assert(alignof(GameLogicGameSettings_DestroyElementsByRealm) == 0x000004, "Wrong alignment on GameLogicGameSettings_DestroyElementsByRealm"); \ static_assert(sizeof(GameLogicGameSettings_DestroyElementsByRealm) == 0x000010, "Wrong size on GameLogicGameSettings_DestroyElementsByRealm"); \ static_assert(offsetof(GameLogicGameSettings_DestroyElementsByRealm, ElementType) == 0x000000, "Member 'GameLogicGameSettings_DestroyElementsByRealm::ElementType' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_DestroyElementsByRealm, RealmName) == 0x000004, "Member 'GameLogicGameSettings_DestroyElementsByRealm::RealmName' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_DestroyElementsByRealm, ReturnValue) == 0x00000C, "Member 'GameLogicGameSettings_DestroyElementsByRealm::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicGameSettings_DestroyRealm \ static_assert(alignof(GameLogicGameSettings_DestroyRealm) == 0x000004, "Wrong alignment on GameLogicGameSettings_DestroyRealm"); \ static_assert(sizeof(GameLogicGameSettings_DestroyRealm) == 0x000008, "Wrong size on GameLogicGameSettings_DestroyRealm"); \ static_assert(offsetof(GameLogicGameSettings_DestroyRealm, RealmName) == 0x000000, "Member 'GameLogicGameSettings_DestroyRealm::RealmName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicGameSettings_ElementHasReferences \ static_assert(alignof(GameLogicGameSettings_ElementHasReferences) == 0x000004, "Wrong alignment on GameLogicGameSettings_ElementHasReferences"); \ static_assert(sizeof(GameLogicGameSettings_ElementHasReferences) == 0x00000C, "Wrong size on GameLogicGameSettings_ElementHasReferences"); \ static_assert(offsetof(GameLogicGameSettings_ElementHasReferences, ElementName) == 0x000000, "Member 'GameLogicGameSettings_ElementHasReferences::ElementName' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_ElementHasReferences, ReturnValue) == 0x000008, "Member 'GameLogicGameSettings_ElementHasReferences::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicGameSettings_ElementPanelHasReferences \ static_assert(alignof(GameLogicGameSettings_ElementPanelHasReferences) == 0x000004, "Wrong alignment on GameLogicGameSettings_ElementPanelHasReferences"); \ static_assert(sizeof(GameLogicGameSettings_ElementPanelHasReferences) == 0x000010, "Wrong size on GameLogicGameSettings_ElementPanelHasReferences"); \ static_assert(offsetof(GameLogicGameSettings_ElementPanelHasReferences, ElementType) == 0x000000, "Member 'GameLogicGameSettings_ElementPanelHasReferences::ElementType' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_ElementPanelHasReferences, RealmName) == 0x000004, "Member 'GameLogicGameSettings_ElementPanelHasReferences::RealmName' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_ElementPanelHasReferences, ReturnValue) == 0x00000C, "Member 'GameLogicGameSettings_ElementPanelHasReferences::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicGameSettings_GetCountFromElement \ static_assert(alignof(GameLogicGameSettings_GetCountFromElement) == 0x000004, "Wrong alignment on GameLogicGameSettings_GetCountFromElement"); \ static_assert(sizeof(GameLogicGameSettings_GetCountFromElement) == 0x000010, "Wrong size on GameLogicGameSettings_GetCountFromElement"); \ static_assert(offsetof(GameLogicGameSettings_GetCountFromElement, ElementType) == 0x000000, "Member 'GameLogicGameSettings_GetCountFromElement::ElementType' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_GetCountFromElement, bUseRealm) == 0x000001, "Member 'GameLogicGameSettings_GetCountFromElement::bUseRealm' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_GetCountFromElement, RealmName) == 0x000004, "Member 'GameLogicGameSettings_GetCountFromElement::RealmName' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_GetCountFromElement, ReturnValue) == 0x00000C, "Member 'GameLogicGameSettings_GetCountFromElement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicGameSettings_GetElementSizeByPanelAndRealm \ static_assert(alignof(GameLogicGameSettings_GetElementSizeByPanelAndRealm) == 0x000004, "Wrong alignment on GameLogicGameSettings_GetElementSizeByPanelAndRealm"); \ static_assert(sizeof(GameLogicGameSettings_GetElementSizeByPanelAndRealm) == 0x000010, "Wrong size on GameLogicGameSettings_GetElementSizeByPanelAndRealm"); \ static_assert(offsetof(GameLogicGameSettings_GetElementSizeByPanelAndRealm, ElementType) == 0x000000, "Member 'GameLogicGameSettings_GetElementSizeByPanelAndRealm::ElementType' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_GetElementSizeByPanelAndRealm, RealmName) == 0x000004, "Member 'GameLogicGameSettings_GetElementSizeByPanelAndRealm::RealmName' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_GetElementSizeByPanelAndRealm, ReturnValue) == 0x00000C, "Member 'GameLogicGameSettings_GetElementSizeByPanelAndRealm::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicGameSettings_GetIndexFromElement \ static_assert(alignof(GameLogicGameSettings_GetIndexFromElement) == 0x000008, "Wrong alignment on GameLogicGameSettings_GetIndexFromElement"); \ static_assert(sizeof(GameLogicGameSettings_GetIndexFromElement) == 0x000038, "Wrong size on GameLogicGameSettings_GetIndexFromElement"); \ static_assert(offsetof(GameLogicGameSettings_GetIndexFromElement, ElementType) == 0x000000, "Member 'GameLogicGameSettings_GetIndexFromElement::ElementType' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_GetIndexFromElement, InElement) == 0x000008, "Member 'GameLogicGameSettings_GetIndexFromElement::InElement' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_GetIndexFromElement, bUseRealm) == 0x000028, "Member 'GameLogicGameSettings_GetIndexFromElement::bUseRealm' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_GetIndexFromElement, RealmName) == 0x00002C, "Member 'GameLogicGameSettings_GetIndexFromElement::RealmName' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_GetIndexFromElement, ReturnValue) == 0x000034, "Member 'GameLogicGameSettings_GetIndexFromElement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicGameSettings_IsUniqueElementName \ static_assert(alignof(GameLogicGameSettings_IsUniqueElementName) == 0x000004, "Wrong alignment on GameLogicGameSettings_IsUniqueElementName"); \ static_assert(sizeof(GameLogicGameSettings_IsUniqueElementName) == 0x00000C, "Wrong size on GameLogicGameSettings_IsUniqueElementName"); \ static_assert(offsetof(GameLogicGameSettings_IsUniqueElementName, InName) == 0x000000, "Member 'GameLogicGameSettings_IsUniqueElementName::InName' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_IsUniqueElementName, ReturnValue) == 0x000008, "Member 'GameLogicGameSettings_IsUniqueElementName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicGameSettings_IsValidElementName \ static_assert(alignof(GameLogicGameSettings_IsValidElementName) == 0x000004, "Wrong alignment on GameLogicGameSettings_IsValidElementName"); \ static_assert(sizeof(GameLogicGameSettings_IsValidElementName) == 0x00000C, "Wrong size on GameLogicGameSettings_IsValidElementName"); \ static_assert(offsetof(GameLogicGameSettings_IsValidElementName, InName) == 0x000000, "Member 'GameLogicGameSettings_IsValidElementName::InName' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_IsValidElementName, ReturnValue) == 0x000008, "Member 'GameLogicGameSettings_IsValidElementName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicGameSettings_MoveElementByIndex \ static_assert(alignof(GameLogicGameSettings_MoveElementByIndex) == 0x000004, "Wrong alignment on GameLogicGameSettings_MoveElementByIndex"); \ static_assert(sizeof(GameLogicGameSettings_MoveElementByIndex) == 0x000018, "Wrong size on GameLogicGameSettings_MoveElementByIndex"); \ static_assert(offsetof(GameLogicGameSettings_MoveElementByIndex, ElementType) == 0x000000, "Member 'GameLogicGameSettings_MoveElementByIndex::ElementType' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_MoveElementByIndex, Index_0) == 0x000004, "Member 'GameLogicGameSettings_MoveElementByIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_MoveElementByIndex, IndexDelta) == 0x000008, "Member 'GameLogicGameSettings_MoveElementByIndex::IndexDelta' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_MoveElementByIndex, bUseRealm) == 0x00000C, "Member 'GameLogicGameSettings_MoveElementByIndex::bUseRealm' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_MoveElementByIndex, RealmName) == 0x000010, "Member 'GameLogicGameSettings_MoveElementByIndex::RealmName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicGameSettings_RemoveElementByIndex \ static_assert(alignof(GameLogicGameSettings_RemoveElementByIndex) == 0x000004, "Wrong alignment on GameLogicGameSettings_RemoveElementByIndex"); \ static_assert(sizeof(GameLogicGameSettings_RemoveElementByIndex) == 0x000008, "Wrong size on GameLogicGameSettings_RemoveElementByIndex"); \ static_assert(offsetof(GameLogicGameSettings_RemoveElementByIndex, ElementType) == 0x000000, "Member 'GameLogicGameSettings_RemoveElementByIndex::ElementType' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_RemoveElementByIndex, Index_0) == 0x000004, "Member 'GameLogicGameSettings_RemoveElementByIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicGameSettings_SetElementSizeByPanelAndRealm \ static_assert(alignof(GameLogicGameSettings_SetElementSizeByPanelAndRealm) == 0x000004, "Wrong alignment on GameLogicGameSettings_SetElementSizeByPanelAndRealm"); \ static_assert(sizeof(GameLogicGameSettings_SetElementSizeByPanelAndRealm) == 0x00000C, "Wrong size on GameLogicGameSettings_SetElementSizeByPanelAndRealm"); \ static_assert(offsetof(GameLogicGameSettings_SetElementSizeByPanelAndRealm, InSize) == 0x000000, "Member 'GameLogicGameSettings_SetElementSizeByPanelAndRealm::InSize' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_SetElementSizeByPanelAndRealm, ElementType) == 0x000001, "Member 'GameLogicGameSettings_SetElementSizeByPanelAndRealm::ElementType' has a wrong offset!"); \ static_assert(offsetof(GameLogicGameSettings_SetElementSizeByPanelAndRealm, RealmName) == 0x000004, "Member 'GameLogicGameSettings_SetElementSizeByPanelAndRealm::RealmName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicGameSettings_GetElementNames \ static_assert(alignof(GameLogicGameSettings_GetElementNames) == 0x000008, "Wrong alignment on GameLogicGameSettings_GetElementNames"); \ static_assert(sizeof(GameLogicGameSettings_GetElementNames) == 0x000010, "Wrong size on GameLogicGameSettings_GetElementNames"); \ static_assert(offsetof(GameLogicGameSettings_GetElementNames, ElementNames) == 0x000000, "Member 'GameLogicGameSettings_GetElementNames::ElementNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicGameSettings \ static_assert(alignof(UGameLogicGameSettings) == 0x000008, "Wrong alignment on UGameLogicGameSettings"); \ static_assert(sizeof(UGameLogicGameSettings) == 0x000168, "Wrong size on UGameLogicGameSettings"); \ static_assert(offsetof(UGameLogicGameSettings, Realms) == 0x000038, "Member 'UGameLogicGameSettings::Realms' has a wrong offset!"); \ static_assert(offsetof(UGameLogicGameSettings, RealmSettings) == 0x000048, "Member 'UGameLogicGameSettings::RealmSettings' has a wrong offset!"); \ static_assert(offsetof(UGameLogicGameSettings, BoolVars) == 0x000098, "Member 'UGameLogicGameSettings::BoolVars' has a wrong offset!"); \ static_assert(offsetof(UGameLogicGameSettings, Int32Vars) == 0x0000A8, "Member 'UGameLogicGameSettings::Int32Vars' has a wrong offset!"); \ static_assert(offsetof(UGameLogicGameSettings, FloatVars) == 0x0000B8, "Member 'UGameLogicGameSettings::FloatVars' has a wrong offset!"); \ static_assert(offsetof(UGameLogicGameSettings, TimerVars) == 0x0000C8, "Member 'UGameLogicGameSettings::TimerVars' has a wrong offset!"); \ static_assert(offsetof(UGameLogicGameSettings, EnumVars) == 0x0000D8, "Member 'UGameLogicGameSettings::EnumVars' has a wrong offset!"); \ static_assert(offsetof(UGameLogicGameSettings, BitfieldVars) == 0x0000E8, "Member 'UGameLogicGameSettings::BitfieldVars' has a wrong offset!"); \ static_assert(offsetof(UGameLogicGameSettings, StringVars) == 0x0000F8, "Member 'UGameLogicGameSettings::StringVars' has a wrong offset!"); \ static_assert(offsetof(UGameLogicGameSettings, PropInt32s) == 0x000108, "Member 'UGameLogicGameSettings::PropInt32s' has a wrong offset!"); \ static_assert(offsetof(UGameLogicGameSettings, PropFloats) == 0x000118, "Member 'UGameLogicGameSettings::PropFloats' has a wrong offset!"); \ static_assert(offsetof(UGameLogicGameSettings, PropEnums) == 0x000128, "Member 'UGameLogicGameSettings::PropEnums' has a wrong offset!"); \ static_assert(offsetof(UGameLogicGameSettings, PropBitfields) == 0x000138, "Member 'UGameLogicGameSettings::PropBitfields' has a wrong offset!"); \ static_assert(offsetof(UGameLogicGameSettings, PropStrings) == 0x000148, "Member 'UGameLogicGameSettings::PropStrings' has a wrong offset!"); \ static_assert(offsetof(UGameLogicGameSettings, Expressions) == 0x000158, "Member 'UGameLogicGameSettings::Expressions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicMaster \ static_assert(alignof(UGameLogicMaster) == 0x000008, "Wrong alignment on UGameLogicMaster"); \ static_assert(sizeof(UGameLogicMaster) == 0x000030, "Wrong size on UGameLogicMaster"); \ static_assert(offsetof(UGameLogicMaster, GameLogicGameSettings) == 0x000028, "Member 'UGameLogicMaster::GameLogicGameSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicInt32ResultDelegateBinding \ static_assert(alignof(UGameLogicInt32ResultDelegateBinding) == 0x000008, "Wrong alignment on UGameLogicInt32ResultDelegateBinding"); \ static_assert(sizeof(UGameLogicInt32ResultDelegateBinding) == 0x000038, "Wrong size on UGameLogicInt32ResultDelegateBinding"); \ static_assert(offsetof(UGameLogicInt32ResultDelegateBinding, ActionDelegateBindings) == 0x000028, "Member 'UGameLogicInt32ResultDelegateBinding::ActionDelegateBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_DestroyGameLogicObject \ static_assert(alignof(GameLogicObject_DestroyGameLogicObject) == 0x000008, "Wrong alignment on GameLogicObject_DestroyGameLogicObject"); \ static_assert(sizeof(GameLogicObject_DestroyGameLogicObject) == 0x000010, "Wrong size on GameLogicObject_DestroyGameLogicObject"); \ static_assert(offsetof(GameLogicObject_DestroyGameLogicObject, InGameLogicObject) == 0x000000, "Member 'GameLogicObject_DestroyGameLogicObject::InGameLogicObject' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_DestroyGameLogicObject, ReturnValue) == 0x000008, "Member 'GameLogicObject_DestroyGameLogicObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_SpawnGameLogicObject \ static_assert(alignof(GameLogicObject_SpawnGameLogicObject) == 0x000008, "Wrong alignment on GameLogicObject_SpawnGameLogicObject"); \ static_assert(sizeof(GameLogicObject_SpawnGameLogicObject) == 0x000018, "Wrong size on GameLogicObject_SpawnGameLogicObject"); \ static_assert(offsetof(GameLogicObject_SpawnGameLogicObject, Outer_0) == 0x000000, "Member 'GameLogicObject_SpawnGameLogicObject::Outer_0' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_SpawnGameLogicObject, World) == 0x000008, "Member 'GameLogicObject_SpawnGameLogicObject::World' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_SpawnGameLogicObject, ReturnValue) == 0x000010, "Member 'GameLogicObject_SpawnGameLogicObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_AndBitfieldVariable \ static_assert(alignof(GameLogicObject_AndBitfieldVariable) == 0x000008, "Wrong alignment on GameLogicObject_AndBitfieldVariable"); \ static_assert(sizeof(GameLogicObject_AndBitfieldVariable) == 0x000028, "Wrong size on GameLogicObject_AndBitfieldVariable"); \ static_assert(offsetof(GameLogicObject_AndBitfieldVariable, VarAndValue) == 0x000000, "Member 'GameLogicObject_AndBitfieldVariable::VarAndValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_BitfieldVariable_ClearBit \ static_assert(alignof(GameLogicObject_BitfieldVariable_ClearBit) == 0x000008, "Wrong alignment on GameLogicObject_BitfieldVariable_ClearBit"); \ static_assert(sizeof(GameLogicObject_BitfieldVariable_ClearBit) == 0x000028, "Wrong size on GameLogicObject_BitfieldVariable_ClearBit"); \ static_assert(offsetof(GameLogicObject_BitfieldVariable_ClearBit, BitfieldVarName) == 0x000000, "Member 'GameLogicObject_BitfieldVariable_ClearBit::BitfieldVarName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_BitfieldVariable_FlipBit \ static_assert(alignof(GameLogicObject_BitfieldVariable_FlipBit) == 0x000008, "Wrong alignment on GameLogicObject_BitfieldVariable_FlipBit"); \ static_assert(sizeof(GameLogicObject_BitfieldVariable_FlipBit) == 0x000028, "Wrong size on GameLogicObject_BitfieldVariable_FlipBit"); \ static_assert(offsetof(GameLogicObject_BitfieldVariable_FlipBit, BitfieldVarName) == 0x000000, "Member 'GameLogicObject_BitfieldVariable_FlipBit::BitfieldVarName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_BitfieldVariable_SetAllBits \ static_assert(alignof(GameLogicObject_BitfieldVariable_SetAllBits) == 0x000004, "Wrong alignment on GameLogicObject_BitfieldVariable_SetAllBits"); \ static_assert(sizeof(GameLogicObject_BitfieldVariable_SetAllBits) == 0x000008, "Wrong size on GameLogicObject_BitfieldVariable_SetAllBits"); \ static_assert(offsetof(GameLogicObject_BitfieldVariable_SetAllBits, VarName) == 0x000000, "Member 'GameLogicObject_BitfieldVariable_SetAllBits::VarName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_BitfieldVariable_SetBit \ static_assert(alignof(GameLogicObject_BitfieldVariable_SetBit) == 0x000008, "Wrong alignment on GameLogicObject_BitfieldVariable_SetBit"); \ static_assert(sizeof(GameLogicObject_BitfieldVariable_SetBit) == 0x000028, "Wrong size on GameLogicObject_BitfieldVariable_SetBit"); \ static_assert(offsetof(GameLogicObject_BitfieldVariable_SetBit, BitfieldVarName) == 0x000000, "Member 'GameLogicObject_BitfieldVariable_SetBit::BitfieldVarName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetBitfieldPropositional \ static_assert(alignof(GameLogicObject_GetBitfieldPropositional) == 0x000004, "Wrong alignment on GameLogicObject_GetBitfieldPropositional"); \ static_assert(sizeof(GameLogicObject_GetBitfieldPropositional) == 0x00000C, "Wrong size on GameLogicObject_GetBitfieldPropositional"); \ static_assert(offsetof(GameLogicObject_GetBitfieldPropositional, PropName) == 0x000000, "Member 'GameLogicObject_GetBitfieldPropositional::PropName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetBitfieldPropositional, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetBitfieldPropositional::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetBitfieldVariable \ static_assert(alignof(GameLogicObject_GetBitfieldVariable) == 0x000008, "Wrong alignment on GameLogicObject_GetBitfieldVariable"); \ static_assert(sizeof(GameLogicObject_GetBitfieldVariable) == 0x000028, "Wrong size on GameLogicObject_GetBitfieldVariable"); \ static_assert(offsetof(GameLogicObject_GetBitfieldVariable, BitfieldVarName) == 0x000000, "Member 'GameLogicObject_GetBitfieldVariable::BitfieldVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetBitfieldVariable, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetBitfieldVariable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetBoolVariable \ static_assert(alignof(GameLogicObject_GetBoolVariable) == 0x000004, "Wrong alignment on GameLogicObject_GetBoolVariable"); \ static_assert(sizeof(GameLogicObject_GetBoolVariable) == 0x00000C, "Wrong size on GameLogicObject_GetBoolVariable"); \ static_assert(offsetof(GameLogicObject_GetBoolVariable, BoolVarName) == 0x000000, "Member 'GameLogicObject_GetBoolVariable::BoolVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetBoolVariable, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetBoolVariable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetEnumPropositional \ static_assert(alignof(GameLogicObject_GetEnumPropositional) == 0x000004, "Wrong alignment on GameLogicObject_GetEnumPropositional"); \ static_assert(sizeof(GameLogicObject_GetEnumPropositional) == 0x00000C, "Wrong size on GameLogicObject_GetEnumPropositional"); \ static_assert(offsetof(GameLogicObject_GetEnumPropositional, PropName) == 0x000000, "Member 'GameLogicObject_GetEnumPropositional::PropName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetEnumPropositional, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetEnumPropositional::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetEnumVariable \ static_assert(alignof(GameLogicObject_GetEnumVariable) == 0x000004, "Wrong alignment on GameLogicObject_GetEnumVariable"); \ static_assert(sizeof(GameLogicObject_GetEnumVariable) == 0x00000C, "Wrong size on GameLogicObject_GetEnumVariable"); \ static_assert(offsetof(GameLogicObject_GetEnumVariable, EnumVarName) == 0x000000, "Member 'GameLogicObject_GetEnumVariable::EnumVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetEnumVariable, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetEnumVariable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetExpression \ static_assert(alignof(GameLogicObject_GetExpression) == 0x000004, "Wrong alignment on GameLogicObject_GetExpression"); \ static_assert(sizeof(GameLogicObject_GetExpression) == 0x00000C, "Wrong size on GameLogicObject_GetExpression"); \ static_assert(offsetof(GameLogicObject_GetExpression, ExpressionName) == 0x000000, "Member 'GameLogicObject_GetExpression::ExpressionName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetExpression, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetExpression::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetFloatPropositional \ static_assert(alignof(GameLogicObject_GetFloatPropositional) == 0x000004, "Wrong alignment on GameLogicObject_GetFloatPropositional"); \ static_assert(sizeof(GameLogicObject_GetFloatPropositional) == 0x00000C, "Wrong size on GameLogicObject_GetFloatPropositional"); \ static_assert(offsetof(GameLogicObject_GetFloatPropositional, PropName) == 0x000000, "Member 'GameLogicObject_GetFloatPropositional::PropName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetFloatPropositional, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetFloatPropositional::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetFloatVariable \ static_assert(alignof(GameLogicObject_GetFloatVariable) == 0x000004, "Wrong alignment on GameLogicObject_GetFloatVariable"); \ static_assert(sizeof(GameLogicObject_GetFloatVariable) == 0x00000C, "Wrong size on GameLogicObject_GetFloatVariable"); \ static_assert(offsetof(GameLogicObject_GetFloatVariable, FloatVarName) == 0x000000, "Member 'GameLogicObject_GetFloatVariable::FloatVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetFloatVariable, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetFloatVariable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetInt32Propositional \ static_assert(alignof(GameLogicObject_GetInt32Propositional) == 0x000004, "Wrong alignment on GameLogicObject_GetInt32Propositional"); \ static_assert(sizeof(GameLogicObject_GetInt32Propositional) == 0x00000C, "Wrong size on GameLogicObject_GetInt32Propositional"); \ static_assert(offsetof(GameLogicObject_GetInt32Propositional, PropName) == 0x000000, "Member 'GameLogicObject_GetInt32Propositional::PropName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetInt32Propositional, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetInt32Propositional::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetInt32Variable \ static_assert(alignof(GameLogicObject_GetInt32Variable) == 0x000004, "Wrong alignment on GameLogicObject_GetInt32Variable"); \ static_assert(sizeof(GameLogicObject_GetInt32Variable) == 0x00000C, "Wrong size on GameLogicObject_GetInt32Variable"); \ static_assert(offsetof(GameLogicObject_GetInt32Variable, Int32VarName) == 0x000000, "Member 'GameLogicObject_GetInt32Variable::Int32VarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetInt32Variable, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetInt32Variable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetReferenceToBitfieldVariable \ static_assert(alignof(GameLogicObject_GetReferenceToBitfieldVariable) == 0x000008, "Wrong alignment on GameLogicObject_GetReferenceToBitfieldVariable"); \ static_assert(sizeof(GameLogicObject_GetReferenceToBitfieldVariable) == 0x000010, "Wrong size on GameLogicObject_GetReferenceToBitfieldVariable"); \ static_assert(offsetof(GameLogicObject_GetReferenceToBitfieldVariable, BitfieldVarName) == 0x000000, "Member 'GameLogicObject_GetReferenceToBitfieldVariable::BitfieldVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetReferenceToBitfieldVariable, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetReferenceToBitfieldVariable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetReferenceToBoolVariable \ static_assert(alignof(GameLogicObject_GetReferenceToBoolVariable) == 0x000008, "Wrong alignment on GameLogicObject_GetReferenceToBoolVariable"); \ static_assert(sizeof(GameLogicObject_GetReferenceToBoolVariable) == 0x000010, "Wrong size on GameLogicObject_GetReferenceToBoolVariable"); \ static_assert(offsetof(GameLogicObject_GetReferenceToBoolVariable, BoolVarName) == 0x000000, "Member 'GameLogicObject_GetReferenceToBoolVariable::BoolVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetReferenceToBoolVariable, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetReferenceToBoolVariable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetReferenceToEnumVariable \ static_assert(alignof(GameLogicObject_GetReferenceToEnumVariable) == 0x000008, "Wrong alignment on GameLogicObject_GetReferenceToEnumVariable"); \ static_assert(sizeof(GameLogicObject_GetReferenceToEnumVariable) == 0x000010, "Wrong size on GameLogicObject_GetReferenceToEnumVariable"); \ static_assert(offsetof(GameLogicObject_GetReferenceToEnumVariable, EnumVarName) == 0x000000, "Member 'GameLogicObject_GetReferenceToEnumVariable::EnumVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetReferenceToEnumVariable, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetReferenceToEnumVariable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetReferenceToExpression \ static_assert(alignof(GameLogicObject_GetReferenceToExpression) == 0x000008, "Wrong alignment on GameLogicObject_GetReferenceToExpression"); \ static_assert(sizeof(GameLogicObject_GetReferenceToExpression) == 0x000010, "Wrong size on GameLogicObject_GetReferenceToExpression"); \ static_assert(offsetof(GameLogicObject_GetReferenceToExpression, ExpressionName) == 0x000000, "Member 'GameLogicObject_GetReferenceToExpression::ExpressionName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetReferenceToExpression, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetReferenceToExpression::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetReferenceToFloatVariable \ static_assert(alignof(GameLogicObject_GetReferenceToFloatVariable) == 0x000008, "Wrong alignment on GameLogicObject_GetReferenceToFloatVariable"); \ static_assert(sizeof(GameLogicObject_GetReferenceToFloatVariable) == 0x000010, "Wrong size on GameLogicObject_GetReferenceToFloatVariable"); \ static_assert(offsetof(GameLogicObject_GetReferenceToFloatVariable, FloatVarName) == 0x000000, "Member 'GameLogicObject_GetReferenceToFloatVariable::FloatVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetReferenceToFloatVariable, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetReferenceToFloatVariable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetReferenceToInt32Variable \ static_assert(alignof(GameLogicObject_GetReferenceToInt32Variable) == 0x000008, "Wrong alignment on GameLogicObject_GetReferenceToInt32Variable"); \ static_assert(sizeof(GameLogicObject_GetReferenceToInt32Variable) == 0x000010, "Wrong size on GameLogicObject_GetReferenceToInt32Variable"); \ static_assert(offsetof(GameLogicObject_GetReferenceToInt32Variable, Int32VarName) == 0x000000, "Member 'GameLogicObject_GetReferenceToInt32Variable::Int32VarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetReferenceToInt32Variable, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetReferenceToInt32Variable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetReferenceToPropBitfield \ static_assert(alignof(GameLogicObject_GetReferenceToPropBitfield) == 0x000008, "Wrong alignment on GameLogicObject_GetReferenceToPropBitfield"); \ static_assert(sizeof(GameLogicObject_GetReferenceToPropBitfield) == 0x000010, "Wrong size on GameLogicObject_GetReferenceToPropBitfield"); \ static_assert(offsetof(GameLogicObject_GetReferenceToPropBitfield, PropName) == 0x000000, "Member 'GameLogicObject_GetReferenceToPropBitfield::PropName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetReferenceToPropBitfield, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetReferenceToPropBitfield::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetReferenceToPropEnum \ static_assert(alignof(GameLogicObject_GetReferenceToPropEnum) == 0x000008, "Wrong alignment on GameLogicObject_GetReferenceToPropEnum"); \ static_assert(sizeof(GameLogicObject_GetReferenceToPropEnum) == 0x000010, "Wrong size on GameLogicObject_GetReferenceToPropEnum"); \ static_assert(offsetof(GameLogicObject_GetReferenceToPropEnum, PropName) == 0x000000, "Member 'GameLogicObject_GetReferenceToPropEnum::PropName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetReferenceToPropEnum, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetReferenceToPropEnum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetReferenceToPropFloat \ static_assert(alignof(GameLogicObject_GetReferenceToPropFloat) == 0x000008, "Wrong alignment on GameLogicObject_GetReferenceToPropFloat"); \ static_assert(sizeof(GameLogicObject_GetReferenceToPropFloat) == 0x000010, "Wrong size on GameLogicObject_GetReferenceToPropFloat"); \ static_assert(offsetof(GameLogicObject_GetReferenceToPropFloat, PropName) == 0x000000, "Member 'GameLogicObject_GetReferenceToPropFloat::PropName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetReferenceToPropFloat, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetReferenceToPropFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetReferenceToPropInt32 \ static_assert(alignof(GameLogicObject_GetReferenceToPropInt32) == 0x000008, "Wrong alignment on GameLogicObject_GetReferenceToPropInt32"); \ static_assert(sizeof(GameLogicObject_GetReferenceToPropInt32) == 0x000010, "Wrong size on GameLogicObject_GetReferenceToPropInt32"); \ static_assert(offsetof(GameLogicObject_GetReferenceToPropInt32, PropName) == 0x000000, "Member 'GameLogicObject_GetReferenceToPropInt32::PropName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetReferenceToPropInt32, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetReferenceToPropInt32::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetReferenceToPropString \ static_assert(alignof(GameLogicObject_GetReferenceToPropString) == 0x000008, "Wrong alignment on GameLogicObject_GetReferenceToPropString"); \ static_assert(sizeof(GameLogicObject_GetReferenceToPropString) == 0x000010, "Wrong size on GameLogicObject_GetReferenceToPropString"); \ static_assert(offsetof(GameLogicObject_GetReferenceToPropString, PropName) == 0x000000, "Member 'GameLogicObject_GetReferenceToPropString::PropName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetReferenceToPropString, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetReferenceToPropString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetReferenceToStringVariable \ static_assert(alignof(GameLogicObject_GetReferenceToStringVariable) == 0x000008, "Wrong alignment on GameLogicObject_GetReferenceToStringVariable"); \ static_assert(sizeof(GameLogicObject_GetReferenceToStringVariable) == 0x000010, "Wrong size on GameLogicObject_GetReferenceToStringVariable"); \ static_assert(offsetof(GameLogicObject_GetReferenceToStringVariable, StringVarName) == 0x000000, "Member 'GameLogicObject_GetReferenceToStringVariable::StringVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetReferenceToStringVariable, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetReferenceToStringVariable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetReferenceToTimerVariable \ static_assert(alignof(GameLogicObject_GetReferenceToTimerVariable) == 0x000008, "Wrong alignment on GameLogicObject_GetReferenceToTimerVariable"); \ static_assert(sizeof(GameLogicObject_GetReferenceToTimerVariable) == 0x000010, "Wrong size on GameLogicObject_GetReferenceToTimerVariable"); \ static_assert(offsetof(GameLogicObject_GetReferenceToTimerVariable, TimerVarName) == 0x000000, "Member 'GameLogicObject_GetReferenceToTimerVariable::TimerVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetReferenceToTimerVariable, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetReferenceToTimerVariable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetStringPropositional \ static_assert(alignof(GameLogicObject_GetStringPropositional) == 0x000004, "Wrong alignment on GameLogicObject_GetStringPropositional"); \ static_assert(sizeof(GameLogicObject_GetStringPropositional) == 0x00000C, "Wrong size on GameLogicObject_GetStringPropositional"); \ static_assert(offsetof(GameLogicObject_GetStringPropositional, PropName) == 0x000000, "Member 'GameLogicObject_GetStringPropositional::PropName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetStringPropositional, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetStringPropositional::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetStringVariable \ static_assert(alignof(GameLogicObject_GetStringVariable) == 0x000008, "Wrong alignment on GameLogicObject_GetStringVariable"); \ static_assert(sizeof(GameLogicObject_GetStringVariable) == 0x000018, "Wrong size on GameLogicObject_GetStringVariable"); \ static_assert(offsetof(GameLogicObject_GetStringVariable, StringVarName) == 0x000000, "Member 'GameLogicObject_GetStringVariable::StringVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetStringVariable, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetStringVariable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_GetTimerVariable \ static_assert(alignof(GameLogicObject_GetTimerVariable) == 0x000004, "Wrong alignment on GameLogicObject_GetTimerVariable"); \ static_assert(sizeof(GameLogicObject_GetTimerVariable) == 0x00000C, "Wrong size on GameLogicObject_GetTimerVariable"); \ static_assert(offsetof(GameLogicObject_GetTimerVariable, TimerVarName) == 0x000000, "Member 'GameLogicObject_GetTimerVariable::TimerVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_GetTimerVariable, ReturnValue) == 0x000008, "Member 'GameLogicObject_GetTimerVariable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_IncrementInt32Variable \ static_assert(alignof(GameLogicObject_IncrementInt32Variable) == 0x000004, "Wrong alignment on GameLogicObject_IncrementInt32Variable"); \ static_assert(sizeof(GameLogicObject_IncrementInt32Variable) == 0x00000C, "Wrong size on GameLogicObject_IncrementInt32Variable"); \ static_assert(offsetof(GameLogicObject_IncrementInt32Variable, Int32VarName) == 0x000000, "Member 'GameLogicObject_IncrementInt32Variable::Int32VarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_IncrementInt32Variable, Delta) == 0x000008, "Member 'GameLogicObject_IncrementInt32Variable::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_OrBitfieldVariable \ static_assert(alignof(GameLogicObject_OrBitfieldVariable) == 0x000008, "Wrong alignment on GameLogicObject_OrBitfieldVariable"); \ static_assert(sizeof(GameLogicObject_OrBitfieldVariable) == 0x000028, "Wrong size on GameLogicObject_OrBitfieldVariable"); \ static_assert(offsetof(GameLogicObject_OrBitfieldVariable, VarAndValue) == 0x000000, "Member 'GameLogicObject_OrBitfieldVariable::VarAndValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_SetBitfieldVariable \ static_assert(alignof(GameLogicObject_SetBitfieldVariable) == 0x000008, "Wrong alignment on GameLogicObject_SetBitfieldVariable"); \ static_assert(sizeof(GameLogicObject_SetBitfieldVariable) == 0x000028, "Wrong size on GameLogicObject_SetBitfieldVariable"); \ static_assert(offsetof(GameLogicObject_SetBitfieldVariable, VarAndValue) == 0x000000, "Member 'GameLogicObject_SetBitfieldVariable::VarAndValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_SetBoolVariable \ static_assert(alignof(GameLogicObject_SetBoolVariable) == 0x000004, "Wrong alignment on GameLogicObject_SetBoolVariable"); \ static_assert(sizeof(GameLogicObject_SetBoolVariable) == 0x00000C, "Wrong size on GameLogicObject_SetBoolVariable"); \ static_assert(offsetof(GameLogicObject_SetBoolVariable, BoolVarName) == 0x000000, "Member 'GameLogicObject_SetBoolVariable::BoolVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_SetBoolVariable, bValue) == 0x000008, "Member 'GameLogicObject_SetBoolVariable::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_SetEnumVariable \ static_assert(alignof(GameLogicObject_SetEnumVariable) == 0x000008, "Wrong alignment on GameLogicObject_SetEnumVariable"); \ static_assert(sizeof(GameLogicObject_SetEnumVariable) == 0x000028, "Wrong size on GameLogicObject_SetEnumVariable"); \ static_assert(offsetof(GameLogicObject_SetEnumVariable, VarAndValue) == 0x000000, "Member 'GameLogicObject_SetEnumVariable::VarAndValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_SetEnumVariableWithU8 \ static_assert(alignof(GameLogicObject_SetEnumVariableWithU8) == 0x000004, "Wrong alignment on GameLogicObject_SetEnumVariableWithU8"); \ static_assert(sizeof(GameLogicObject_SetEnumVariableWithU8) == 0x00000C, "Wrong size on GameLogicObject_SetEnumVariableWithU8"); \ static_assert(offsetof(GameLogicObject_SetEnumVariableWithU8, EnumVarName) == 0x000000, "Member 'GameLogicObject_SetEnumVariableWithU8::EnumVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_SetEnumVariableWithU8, Value) == 0x000008, "Member 'GameLogicObject_SetEnumVariableWithU8::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_SetFloatVariable \ static_assert(alignof(GameLogicObject_SetFloatVariable) == 0x000004, "Wrong alignment on GameLogicObject_SetFloatVariable"); \ static_assert(sizeof(GameLogicObject_SetFloatVariable) == 0x00000C, "Wrong size on GameLogicObject_SetFloatVariable"); \ static_assert(offsetof(GameLogicObject_SetFloatVariable, FloatVarName) == 0x000000, "Member 'GameLogicObject_SetFloatVariable::FloatVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_SetFloatVariable, Value) == 0x000008, "Member 'GameLogicObject_SetFloatVariable::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_SetInt32Variable \ static_assert(alignof(GameLogicObject_SetInt32Variable) == 0x000004, "Wrong alignment on GameLogicObject_SetInt32Variable"); \ static_assert(sizeof(GameLogicObject_SetInt32Variable) == 0x00000C, "Wrong size on GameLogicObject_SetInt32Variable"); \ static_assert(offsetof(GameLogicObject_SetInt32Variable, Int32VarName) == 0x000000, "Member 'GameLogicObject_SetInt32Variable::Int32VarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_SetInt32Variable, Value) == 0x000008, "Member 'GameLogicObject_SetInt32Variable::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_SetStringVariable \ static_assert(alignof(GameLogicObject_SetStringVariable) == 0x000008, "Wrong alignment on GameLogicObject_SetStringVariable"); \ static_assert(sizeof(GameLogicObject_SetStringVariable) == 0x000018, "Wrong size on GameLogicObject_SetStringVariable"); \ static_assert(offsetof(GameLogicObject_SetStringVariable, StringVarName) == 0x000000, "Member 'GameLogicObject_SetStringVariable::StringVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_SetStringVariable, Value) == 0x000008, "Member 'GameLogicObject_SetStringVariable::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_SetTimerVariable \ static_assert(alignof(GameLogicObject_SetTimerVariable) == 0x000004, "Wrong alignment on GameLogicObject_SetTimerVariable"); \ static_assert(sizeof(GameLogicObject_SetTimerVariable) == 0x00000C, "Wrong size on GameLogicObject_SetTimerVariable"); \ static_assert(offsetof(GameLogicObject_SetTimerVariable, TimerVarName) == 0x000000, "Member 'GameLogicObject_SetTimerVariable::TimerVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_SetTimerVariable, Value) == 0x000008, "Member 'GameLogicObject_SetTimerVariable::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_SetTimerVariablePause \ static_assert(alignof(GameLogicObject_SetTimerVariablePause) == 0x000004, "Wrong alignment on GameLogicObject_SetTimerVariablePause"); \ static_assert(sizeof(GameLogicObject_SetTimerVariablePause) == 0x00000C, "Wrong size on GameLogicObject_SetTimerVariablePause"); \ static_assert(offsetof(GameLogicObject_SetTimerVariablePause, TimerVarName) == 0x000000, "Member 'GameLogicObject_SetTimerVariablePause::TimerVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_SetTimerVariablePause, bFlag) == 0x000008, "Member 'GameLogicObject_SetTimerVariablePause::bFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_SetTimerVariablePauseAndValue \ static_assert(alignof(GameLogicObject_SetTimerVariablePauseAndValue) == 0x000004, "Wrong alignment on GameLogicObject_SetTimerVariablePauseAndValue"); \ static_assert(sizeof(GameLogicObject_SetTimerVariablePauseAndValue) == 0x000010, "Wrong size on GameLogicObject_SetTimerVariablePauseAndValue"); \ static_assert(offsetof(GameLogicObject_SetTimerVariablePauseAndValue, TimerVarName) == 0x000000, "Member 'GameLogicObject_SetTimerVariablePauseAndValue::TimerVarName' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_SetTimerVariablePauseAndValue, bFlag) == 0x000008, "Member 'GameLogicObject_SetTimerVariablePauseAndValue::bFlag' has a wrong offset!"); \ static_assert(offsetof(GameLogicObject_SetTimerVariablePauseAndValue, Value) == 0x00000C, "Member 'GameLogicObject_SetTimerVariablePauseAndValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicObject_XOrBitfieldVariable \ static_assert(alignof(GameLogicObject_XOrBitfieldVariable) == 0x000008, "Wrong alignment on GameLogicObject_XOrBitfieldVariable"); \ static_assert(sizeof(GameLogicObject_XOrBitfieldVariable) == 0x000028, "Wrong size on GameLogicObject_XOrBitfieldVariable"); \ static_assert(offsetof(GameLogicObject_XOrBitfieldVariable, VarAndValue) == 0x000000, "Member 'GameLogicObject_XOrBitfieldVariable::VarAndValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicObject \ static_assert(alignof(UGameLogicObject) == 0x000008, "Wrong alignment on UGameLogicObject"); \ static_assert(sizeof(UGameLogicObject) == 0x000460, "Wrong size on UGameLogicObject"); \ static_assert(offsetof(UGameLogicObject, InstancedBoolVars) == 0x000028, "Member 'UGameLogicObject::InstancedBoolVars' has a wrong offset!"); \ static_assert(offsetof(UGameLogicObject, InstancedInt32Vars) == 0x000078, "Member 'UGameLogicObject::InstancedInt32Vars' has a wrong offset!"); \ static_assert(offsetof(UGameLogicObject, InstancedFloatVars) == 0x0000C8, "Member 'UGameLogicObject::InstancedFloatVars' has a wrong offset!"); \ static_assert(offsetof(UGameLogicObject, InstancedTimerVars) == 0x000118, "Member 'UGameLogicObject::InstancedTimerVars' has a wrong offset!"); \ static_assert(offsetof(UGameLogicObject, InstancedEnumVars) == 0x000168, "Member 'UGameLogicObject::InstancedEnumVars' has a wrong offset!"); \ static_assert(offsetof(UGameLogicObject, InstancedBitfieldVars) == 0x0001B8, "Member 'UGameLogicObject::InstancedBitfieldVars' has a wrong offset!"); \ static_assert(offsetof(UGameLogicObject, InstancedStringVars) == 0x000208, "Member 'UGameLogicObject::InstancedStringVars' has a wrong offset!"); \ static_assert(offsetof(UGameLogicObject, InstancedPropInt32s) == 0x000258, "Member 'UGameLogicObject::InstancedPropInt32s' has a wrong offset!"); \ static_assert(offsetof(UGameLogicObject, InstancedPropFloats) == 0x0002A8, "Member 'UGameLogicObject::InstancedPropFloats' has a wrong offset!"); \ static_assert(offsetof(UGameLogicObject, InstancedPropEnums) == 0x0002F8, "Member 'UGameLogicObject::InstancedPropEnums' has a wrong offset!"); \ static_assert(offsetof(UGameLogicObject, InstancedPropBitfields) == 0x000348, "Member 'UGameLogicObject::InstancedPropBitfields' has a wrong offset!"); \ static_assert(offsetof(UGameLogicObject, InstancedPropStrings) == 0x000398, "Member 'UGameLogicObject::InstancedPropStrings' has a wrong offset!"); \ static_assert(offsetof(UGameLogicObject, InstancedExpressions) == 0x0003E8, "Member 'UGameLogicObject::InstancedExpressions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicPropositional \ static_assert(alignof(UGameLogicPropositional) == 0x000008, "Wrong alignment on UGameLogicPropositional"); \ static_assert(sizeof(UGameLogicPropositional) == 0x000048, "Wrong size on UGameLogicPropositional"); \ #define DUMPER7_ASSERTS_GameLogicPropositional_Bitfield__MemberValueChanged \ static_assert(alignof(GameLogicPropositional_Bitfield__MemberValueChanged) == 0x000008, "Wrong alignment on GameLogicPropositional_Bitfield__MemberValueChanged"); \ static_assert(sizeof(GameLogicPropositional_Bitfield__MemberValueChanged) == 0x000020, "Wrong size on GameLogicPropositional_Bitfield__MemberValueChanged"); \ static_assert(offsetof(GameLogicPropositional_Bitfield__MemberValueChanged, NewResult) == 0x000000, "Member 'GameLogicPropositional_Bitfield__MemberValueChanged::NewResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicPropositional_Bitfield \ static_assert(alignof(UGameLogicPropositional_Bitfield) == 0x000008, "Wrong alignment on UGameLogicPropositional_Bitfield"); \ static_assert(sizeof(UGameLogicPropositional_Bitfield) == 0x000048, "Wrong size on UGameLogicPropositional_Bitfield"); \ #define DUMPER7_ASSERTS_GameLogicVar_Float_Add \ static_assert(alignof(GameLogicVar_Float_Add) == 0x000004, "Wrong alignment on GameLogicVar_Float_Add"); \ static_assert(sizeof(GameLogicVar_Float_Add) == 0x000004, "Wrong size on GameLogicVar_Float_Add"); \ static_assert(offsetof(GameLogicVar_Float_Add, Delta) == 0x000000, "Member 'GameLogicVar_Float_Add::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicVar_Float_Divide \ static_assert(alignof(GameLogicVar_Float_Divide) == 0x000004, "Wrong alignment on GameLogicVar_Float_Divide"); \ static_assert(sizeof(GameLogicVar_Float_Divide) == 0x000004, "Wrong size on GameLogicVar_Float_Divide"); \ static_assert(offsetof(GameLogicVar_Float_Divide, Factor) == 0x000000, "Member 'GameLogicVar_Float_Divide::Factor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicVar_Float_GetCachedValue \ static_assert(alignof(GameLogicVar_Float_GetCachedValue) == 0x000004, "Wrong alignment on GameLogicVar_Float_GetCachedValue"); \ static_assert(sizeof(GameLogicVar_Float_GetCachedValue) == 0x000004, "Wrong size on GameLogicVar_Float_GetCachedValue"); \ static_assert(offsetof(GameLogicVar_Float_GetCachedValue, ReturnValue) == 0x000000, "Member 'GameLogicVar_Float_GetCachedValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicVar_Float_Multiply \ static_assert(alignof(GameLogicVar_Float_Multiply) == 0x000004, "Wrong alignment on GameLogicVar_Float_Multiply"); \ static_assert(sizeof(GameLogicVar_Float_Multiply) == 0x000004, "Wrong size on GameLogicVar_Float_Multiply"); \ static_assert(offsetof(GameLogicVar_Float_Multiply, Factor) == 0x000000, "Member 'GameLogicVar_Float_Multiply::Factor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicVar_Float_SetCachedValue \ static_assert(alignof(GameLogicVar_Float_SetCachedValue) == 0x000004, "Wrong alignment on GameLogicVar_Float_SetCachedValue"); \ static_assert(sizeof(GameLogicVar_Float_SetCachedValue) == 0x000004, "Wrong size on GameLogicVar_Float_SetCachedValue"); \ static_assert(offsetof(GameLogicVar_Float_SetCachedValue, Value) == 0x000000, "Member 'GameLogicVar_Float_SetCachedValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicVar_Float_Subtract \ static_assert(alignof(GameLogicVar_Float_Subtract) == 0x000004, "Wrong alignment on GameLogicVar_Float_Subtract"); \ static_assert(sizeof(GameLogicVar_Float_Subtract) == 0x000004, "Wrong size on GameLogicVar_Float_Subtract"); \ static_assert(offsetof(GameLogicVar_Float_Subtract, Delta) == 0x000000, "Member 'GameLogicVar_Float_Subtract::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicVar_Float \ static_assert(alignof(UGameLogicVar_Float) == 0x000008, "Wrong alignment on UGameLogicVar_Float"); \ static_assert(sizeof(UGameLogicVar_Float) == 0x000040, "Wrong size on UGameLogicVar_Float"); \ #define DUMPER7_ASSERTS_GameLogicPropositional_Enum__MemberValueChanged \ static_assert(alignof(GameLogicPropositional_Enum__MemberValueChanged) == 0x000001, "Wrong alignment on GameLogicPropositional_Enum__MemberValueChanged"); \ static_assert(sizeof(GameLogicPropositional_Enum__MemberValueChanged) == 0x000001, "Wrong size on GameLogicPropositional_Enum__MemberValueChanged"); \ static_assert(offsetof(GameLogicPropositional_Enum__MemberValueChanged, NewResult) == 0x000000, "Member 'GameLogicPropositional_Enum__MemberValueChanged::NewResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicPropositional_Enum \ static_assert(alignof(UGameLogicPropositional_Enum) == 0x000008, "Wrong alignment on UGameLogicPropositional_Enum"); \ static_assert(sizeof(UGameLogicPropositional_Enum) == 0x000048, "Wrong size on UGameLogicPropositional_Enum"); \ #define DUMPER7_ASSERTS_GameLogicPropositional_Float__MemberValueChanged \ static_assert(alignof(GameLogicPropositional_Float__MemberValueChanged) == 0x000004, "Wrong alignment on GameLogicPropositional_Float__MemberValueChanged"); \ static_assert(sizeof(GameLogicPropositional_Float__MemberValueChanged) == 0x000004, "Wrong size on GameLogicPropositional_Float__MemberValueChanged"); \ static_assert(offsetof(GameLogicPropositional_Float__MemberValueChanged, NewResult) == 0x000000, "Member 'GameLogicPropositional_Float__MemberValueChanged::NewResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicPropositional_Float \ static_assert(alignof(UGameLogicPropositional_Float) == 0x000008, "Wrong alignment on UGameLogicPropositional_Float"); \ static_assert(sizeof(UGameLogicPropositional_Float) == 0x000048, "Wrong size on UGameLogicPropositional_Float"); \ #define DUMPER7_ASSERTS_GameLogicPropositional_Int32__MemberValueChanged \ static_assert(alignof(GameLogicPropositional_Int32__MemberValueChanged) == 0x000004, "Wrong alignment on GameLogicPropositional_Int32__MemberValueChanged"); \ static_assert(sizeof(GameLogicPropositional_Int32__MemberValueChanged) == 0x000004, "Wrong size on GameLogicPropositional_Int32__MemberValueChanged"); \ static_assert(offsetof(GameLogicPropositional_Int32__MemberValueChanged, NewResult) == 0x000000, "Member 'GameLogicPropositional_Int32__MemberValueChanged::NewResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicPropositional_Int32 \ static_assert(alignof(UGameLogicPropositional_Int32) == 0x000008, "Wrong alignment on UGameLogicPropositional_Int32"); \ static_assert(sizeof(UGameLogicPropositional_Int32) == 0x000048, "Wrong size on UGameLogicPropositional_Int32"); \ #define DUMPER7_ASSERTS_GameLogicPropositional_String__MemberValueChanged \ static_assert(alignof(GameLogicPropositional_String__MemberValueChanged) == 0x000008, "Wrong alignment on GameLogicPropositional_String__MemberValueChanged"); \ static_assert(sizeof(GameLogicPropositional_String__MemberValueChanged) == 0x000010, "Wrong size on GameLogicPropositional_String__MemberValueChanged"); \ static_assert(offsetof(GameLogicPropositional_String__MemberValueChanged, NewResult) == 0x000000, "Member 'GameLogicPropositional_String__MemberValueChanged::NewResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicPropositional_String \ static_assert(alignof(UGameLogicPropositional_String) == 0x000008, "Wrong alignment on UGameLogicPropositional_String"); \ static_assert(sizeof(UGameLogicPropositional_String) == 0x000048, "Wrong size on UGameLogicPropositional_String"); \ #define DUMPER7_ASSERTS_GameLogicVar_Bitfield_GetCachedValue \ static_assert(alignof(GameLogicVar_Bitfield_GetCachedValue) == 0x000008, "Wrong alignment on GameLogicVar_Bitfield_GetCachedValue"); \ static_assert(sizeof(GameLogicVar_Bitfield_GetCachedValue) == 0x000020, "Wrong size on GameLogicVar_Bitfield_GetCachedValue"); \ static_assert(offsetof(GameLogicVar_Bitfield_GetCachedValue, ReturnValue) == 0x000000, "Member 'GameLogicVar_Bitfield_GetCachedValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicVar_Bitfield_SetCachedValue \ static_assert(alignof(GameLogicVar_Bitfield_SetCachedValue) == 0x000008, "Wrong alignment on GameLogicVar_Bitfield_SetCachedValue"); \ static_assert(sizeof(GameLogicVar_Bitfield_SetCachedValue) == 0x000020, "Wrong size on GameLogicVar_Bitfield_SetCachedValue"); \ static_assert(offsetof(GameLogicVar_Bitfield_SetCachedValue, Value) == 0x000000, "Member 'GameLogicVar_Bitfield_SetCachedValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicVar_Bitfield \ static_assert(alignof(UGameLogicVar_Bitfield) == 0x000008, "Wrong alignment on UGameLogicVar_Bitfield"); \ static_assert(sizeof(UGameLogicVar_Bitfield) == 0x000058, "Wrong size on UGameLogicVar_Bitfield"); \ #define DUMPER7_ASSERTS_GameLogicVar_Bool_SetCachedValue \ static_assert(alignof(GameLogicVar_Bool_SetCachedValue) == 0x000001, "Wrong alignment on GameLogicVar_Bool_SetCachedValue"); \ static_assert(sizeof(GameLogicVar_Bool_SetCachedValue) == 0x000001, "Wrong size on GameLogicVar_Bool_SetCachedValue"); \ static_assert(offsetof(GameLogicVar_Bool_SetCachedValue, bValue) == 0x000000, "Member 'GameLogicVar_Bool_SetCachedValue::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicVar_Bool \ static_assert(alignof(UGameLogicVar_Bool) == 0x000008, "Wrong alignment on UGameLogicVar_Bool"); \ static_assert(sizeof(UGameLogicVar_Bool) == 0x000040, "Wrong size on UGameLogicVar_Bool"); \ #define DUMPER7_ASSERTS_GameLogicVar_Enum_GetCachedValue \ static_assert(alignof(GameLogicVar_Enum_GetCachedValue) == 0x000001, "Wrong alignment on GameLogicVar_Enum_GetCachedValue"); \ static_assert(sizeof(GameLogicVar_Enum_GetCachedValue) == 0x000001, "Wrong size on GameLogicVar_Enum_GetCachedValue"); \ static_assert(offsetof(GameLogicVar_Enum_GetCachedValue, ReturnValue) == 0x000000, "Member 'GameLogicVar_Enum_GetCachedValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicVar_Enum_SetCachedValue \ static_assert(alignof(GameLogicVar_Enum_SetCachedValue) == 0x000001, "Wrong alignment on GameLogicVar_Enum_SetCachedValue"); \ static_assert(sizeof(GameLogicVar_Enum_SetCachedValue) == 0x000001, "Wrong size on GameLogicVar_Enum_SetCachedValue"); \ static_assert(offsetof(GameLogicVar_Enum_SetCachedValue, Value) == 0x000000, "Member 'GameLogicVar_Enum_SetCachedValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicVar_Enum \ static_assert(alignof(UGameLogicVar_Enum) == 0x000008, "Wrong alignment on UGameLogicVar_Enum"); \ static_assert(sizeof(UGameLogicVar_Enum) == 0x000040, "Wrong size on UGameLogicVar_Enum"); \ #define DUMPER7_ASSERTS_GameLogicVar_Int32_Add \ static_assert(alignof(GameLogicVar_Int32_Add) == 0x000004, "Wrong alignment on GameLogicVar_Int32_Add"); \ static_assert(sizeof(GameLogicVar_Int32_Add) == 0x000004, "Wrong size on GameLogicVar_Int32_Add"); \ static_assert(offsetof(GameLogicVar_Int32_Add, Delta) == 0x000000, "Member 'GameLogicVar_Int32_Add::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicVar_Int32_Divide \ static_assert(alignof(GameLogicVar_Int32_Divide) == 0x000004, "Wrong alignment on GameLogicVar_Int32_Divide"); \ static_assert(sizeof(GameLogicVar_Int32_Divide) == 0x000004, "Wrong size on GameLogicVar_Int32_Divide"); \ static_assert(offsetof(GameLogicVar_Int32_Divide, Denominator) == 0x000000, "Member 'GameLogicVar_Int32_Divide::Denominator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicVar_Int32_GetCachedValue \ static_assert(alignof(GameLogicVar_Int32_GetCachedValue) == 0x000004, "Wrong alignment on GameLogicVar_Int32_GetCachedValue"); \ static_assert(sizeof(GameLogicVar_Int32_GetCachedValue) == 0x000004, "Wrong size on GameLogicVar_Int32_GetCachedValue"); \ static_assert(offsetof(GameLogicVar_Int32_GetCachedValue, ReturnValue) == 0x000000, "Member 'GameLogicVar_Int32_GetCachedValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicVar_Int32_Multiply \ static_assert(alignof(GameLogicVar_Int32_Multiply) == 0x000004, "Wrong alignment on GameLogicVar_Int32_Multiply"); \ static_assert(sizeof(GameLogicVar_Int32_Multiply) == 0x000004, "Wrong size on GameLogicVar_Int32_Multiply"); \ static_assert(offsetof(GameLogicVar_Int32_Multiply, Factor) == 0x000000, "Member 'GameLogicVar_Int32_Multiply::Factor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicVar_Int32_SetCachedValue \ static_assert(alignof(GameLogicVar_Int32_SetCachedValue) == 0x000004, "Wrong alignment on GameLogicVar_Int32_SetCachedValue"); \ static_assert(sizeof(GameLogicVar_Int32_SetCachedValue) == 0x000004, "Wrong size on GameLogicVar_Int32_SetCachedValue"); \ static_assert(offsetof(GameLogicVar_Int32_SetCachedValue, Value) == 0x000000, "Member 'GameLogicVar_Int32_SetCachedValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicVar_Int32_Subtract \ static_assert(alignof(GameLogicVar_Int32_Subtract) == 0x000004, "Wrong alignment on GameLogicVar_Int32_Subtract"); \ static_assert(sizeof(GameLogicVar_Int32_Subtract) == 0x000004, "Wrong size on GameLogicVar_Int32_Subtract"); \ static_assert(offsetof(GameLogicVar_Int32_Subtract, Delta) == 0x000000, "Member 'GameLogicVar_Int32_Subtract::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicVar_Int32 \ static_assert(alignof(UGameLogicVar_Int32) == 0x000008, "Wrong alignment on UGameLogicVar_Int32"); \ static_assert(sizeof(UGameLogicVar_Int32) == 0x000040, "Wrong size on UGameLogicVar_Int32"); \ #define DUMPER7_ASSERTS_GameLogicVar_String_GetCachedValue \ static_assert(alignof(GameLogicVar_String_GetCachedValue) == 0x000008, "Wrong alignment on GameLogicVar_String_GetCachedValue"); \ static_assert(sizeof(GameLogicVar_String_GetCachedValue) == 0x000010, "Wrong size on GameLogicVar_String_GetCachedValue"); \ static_assert(offsetof(GameLogicVar_String_GetCachedValue, ReturnValue) == 0x000000, "Member 'GameLogicVar_String_GetCachedValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicVar_String_SetCachedValue \ static_assert(alignof(GameLogicVar_String_SetCachedValue) == 0x000008, "Wrong alignment on GameLogicVar_String_SetCachedValue"); \ static_assert(sizeof(GameLogicVar_String_SetCachedValue) == 0x000010, "Wrong size on GameLogicVar_String_SetCachedValue"); \ static_assert(offsetof(GameLogicVar_String_SetCachedValue, Value) == 0x000000, "Member 'GameLogicVar_String_SetCachedValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicVar_String \ static_assert(alignof(UGameLogicVar_String) == 0x000008, "Wrong alignment on UGameLogicVar_String"); \ static_assert(sizeof(UGameLogicVar_String) == 0x000048, "Wrong size on UGameLogicVar_String"); \ #define DUMPER7_ASSERTS_GameLogicVar_Timer_GetTimerValue \ static_assert(alignof(GameLogicVar_Timer_GetTimerValue) == 0x000004, "Wrong alignment on GameLogicVar_Timer_GetTimerValue"); \ static_assert(sizeof(GameLogicVar_Timer_GetTimerValue) == 0x000004, "Wrong size on GameLogicVar_Timer_GetTimerValue"); \ static_assert(offsetof(GameLogicVar_Timer_GetTimerValue, ReturnValue) == 0x000000, "Member 'GameLogicVar_Timer_GetTimerValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicVar_Timer_IsTimerPaused \ static_assert(alignof(GameLogicVar_Timer_IsTimerPaused) == 0x000001, "Wrong alignment on GameLogicVar_Timer_IsTimerPaused"); \ static_assert(sizeof(GameLogicVar_Timer_IsTimerPaused) == 0x000001, "Wrong size on GameLogicVar_Timer_IsTimerPaused"); \ static_assert(offsetof(GameLogicVar_Timer_IsTimerPaused, ReturnValue) == 0x000000, "Member 'GameLogicVar_Timer_IsTimerPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicVar_Timer_SetCachedValue \ static_assert(alignof(GameLogicVar_Timer_SetCachedValue) == 0x000001, "Wrong alignment on GameLogicVar_Timer_SetCachedValue"); \ static_assert(sizeof(GameLogicVar_Timer_SetCachedValue) == 0x000001, "Wrong size on GameLogicVar_Timer_SetCachedValue"); \ static_assert(offsetof(GameLogicVar_Timer_SetCachedValue, bValue) == 0x000000, "Member 'GameLogicVar_Timer_SetCachedValue::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicVar_Timer_SetTimerPause \ static_assert(alignof(GameLogicVar_Timer_SetTimerPause) == 0x000001, "Wrong alignment on GameLogicVar_Timer_SetTimerPause"); \ static_assert(sizeof(GameLogicVar_Timer_SetTimerPause) == 0x000001, "Wrong size on GameLogicVar_Timer_SetTimerPause"); \ static_assert(offsetof(GameLogicVar_Timer_SetTimerPause, bInPaused) == 0x000000, "Member 'GameLogicVar_Timer_SetTimerPause::bInPaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameLogicVar_Timer_SetTimerValue \ static_assert(alignof(GameLogicVar_Timer_SetTimerValue) == 0x000004, "Wrong alignment on GameLogicVar_Timer_SetTimerValue"); \ static_assert(sizeof(GameLogicVar_Timer_SetTimerValue) == 0x000004, "Wrong size on GameLogicVar_Timer_SetTimerValue"); \ static_assert(offsetof(GameLogicVar_Timer_SetTimerValue, Value) == 0x000000, "Member 'GameLogicVar_Timer_SetTimerValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameLogicVar_Timer \ static_assert(alignof(UGameLogicVar_Timer) == 0x000008, "Wrong alignment on UGameLogicVar_Timer"); \ static_assert(sizeof(UGameLogicVar_Timer) == 0x000060, "Wrong size on UGameLogicVar_Timer"); \ #define DUMPER7_ASSERTS_BTT_Rail_C_ExecuteUbergraph_BTT_Rail \ static_assert(alignof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail) == 0x000008, "Wrong alignment on BTT_Rail_C_ExecuteUbergraph_BTT_Rail"); \ static_assert(sizeof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail) == 0x0000B8, "Wrong size on BTT_Rail_C_ExecuteUbergraph_BTT_Rail"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, EntryPoint) == 0x000000, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, CallFunc_ComputeTravelDirection_TravelDirection) == 0x000014, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::CallFunc_ComputeTravelDirection_TravelDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, Temp_struct_Variable) == 0x000018, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, K2Node_Event_OwnerActor_2) == 0x000020, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, K2Node_CustomStickInputActionEvent_VariantMapHandle_1) == 0x000028, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::K2Node_CustomStickInputActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, K2Node_Event_OwnerActor_1) == 0x000030, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, K2Node_DynamicCast_AsBiped_Player) == 0x000038, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, K2Node_CustomStickInputActionEvent_VariantMapHandle_2) == 0x000044, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::K2Node_CustomStickInputActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x000048, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000050, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, CallFunc_GetComponentByClass_ReturnValue) == 0x000058, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x000060, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000068, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, K2Node_Event_OwnerActor) == 0x000070, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, K2Node_Event_DeltaSeconds) == 0x000078, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, K2Node_DynamicCast_AsBiped_Player_1) == 0x000080, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, CallFunc_GetMoveStickValues_X) == 0x00008C, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, CallFunc_GetMoveStickValues_Y) == 0x000090, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000098, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x0000A0, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, CallFunc_ProcessStick_WorldSpeed) == 0x0000A4, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, CallFunc_ProcessStick_WorldDirection) == 0x0000A8, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExecuteUbergraph_BTT_Rail, CallFunc_ProcessStick_ReturnValue) == 0x0000B4, "Member 'BTT_Rail_C_ExecuteUbergraph_BTT_Rail::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Rail_C_ReceiveTick \ static_assert(alignof(BTT_Rail_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Rail_C_ReceiveTick"); \ static_assert(sizeof(BTT_Rail_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Rail_C_ReceiveTick"); \ static_assert(offsetof(BTT_Rail_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Rail_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Rail_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Rail_C_ReceiveExecute \ static_assert(alignof(BTT_Rail_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Rail_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Rail_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Rail_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Rail_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Rail_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Rail_C_ExitTask \ static_assert(alignof(BTT_Rail_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Rail_C_ExitTask"); \ static_assert(sizeof(BTT_Rail_C_ExitTask) == 0x000008, "Wrong size on BTT_Rail_C_ExitTask"); \ static_assert(offsetof(BTT_Rail_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Rail_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1 \ static_assert(alignof(BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1) == 0x000004, "Wrong alignment on BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1"); \ static_assert(sizeof(BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1) == 0x000004, "Wrong size on BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1"); \ static_assert(offsetof(BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2 \ static_assert(alignof(BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2) == 0x000004, "Wrong alignment on BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2"); \ static_assert(sizeof(BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2) == 0x000004, "Wrong size on BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2"); \ static_assert(offsetof(BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Rail_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Rail_C_ComputeTravelDirection \ static_assert(alignof(BTT_Rail_C_ComputeTravelDirection) == 0x000008, "Wrong alignment on BTT_Rail_C_ComputeTravelDirection"); \ static_assert(sizeof(BTT_Rail_C_ComputeTravelDirection) == 0x000068, "Wrong size on BTT_Rail_C_ComputeTravelDirection"); \ static_assert(offsetof(BTT_Rail_C_ComputeTravelDirection, SplineComponent) == 0x000000, "Member 'BTT_Rail_C_ComputeTravelDirection::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ComputeTravelDirection, TravelDirection_0) == 0x000008, "Member 'BTT_Rail_C_ComputeTravelDirection::TravelDirection_0' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ComputeTravelDirection, CallFunc_GetAnimInstance_ReturnValue) == 0x000010, "Member 'BTT_Rail_C_ComputeTravelDirection::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ComputeTravelDirection, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x000018, "Member 'BTT_Rail_C_ComputeTravelDirection::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ComputeTravelDirection, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Rail_C_ComputeTravelDirection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ComputeTravelDirection, CallFunc_Get_DesiredWorldDirection_OutWorldDirection) == 0x000024, "Member 'BTT_Rail_C_ComputeTravelDirection::CallFunc_Get_DesiredWorldDirection_OutWorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ComputeTravelDirection, CallFunc_GetActorOwner_ReturnValue) == 0x000030, "Member 'BTT_Rail_C_ComputeTravelDirection::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ComputeTravelDirection, K2Node_DynamicCast_AsBiped_Player) == 0x000038, "Member 'BTT_Rail_C_ComputeTravelDirection::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ComputeTravelDirection, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_Rail_C_ComputeTravelDirection::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ComputeTravelDirection, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000044, "Member 'BTT_Rail_C_ComputeTravelDirection::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ComputeTravelDirection, CallFunc_FindDirectionClosestToWorldLocation_ReturnValue) == 0x000050, "Member 'BTT_Rail_C_ComputeTravelDirection::CallFunc_FindDirectionClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ComputeTravelDirection, CallFunc_Dot_VectorVector_ReturnValue) == 0x00005C, "Member 'BTT_Rail_C_ComputeTravelDirection::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ComputeTravelDirection, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000060, "Member 'BTT_Rail_C_ComputeTravelDirection::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Rail_C_SetContexts \ static_assert(alignof(BTT_Rail_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Rail_C_SetContexts"); \ static_assert(sizeof(BTT_Rail_C_SetContexts) == 0x000001, "Wrong size on BTT_Rail_C_SetContexts"); \ static_assert(offsetof(BTT_Rail_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Rail_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Rail_C_ExitRail \ static_assert(alignof(BTT_Rail_C_ExitRail) == 0x000008, "Wrong alignment on BTT_Rail_C_ExitRail"); \ static_assert(sizeof(BTT_Rail_C_ExitRail) == 0x000020, "Wrong size on BTT_Rail_C_ExitRail"); \ static_assert(offsetof(BTT_Rail_C_ExitRail, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BTT_Rail_C_ExitRail::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExitRail, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_Rail_C_ExitRail::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExitRail, K2Node_DynamicCast_AsBiped_Player) == 0x000010, "Member 'BTT_Rail_C_ExitRail::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_ExitRail, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Rail_C_ExitRail::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Rail_C_SpawnStatue \ static_assert(alignof(BTT_Rail_C_SpawnStatue) == 0x000010, "Wrong alignment on BTT_Rail_C_SpawnStatue"); \ static_assert(sizeof(BTT_Rail_C_SpawnStatue) == 0x000120, "Wrong size on BTT_Rail_C_SpawnStatue"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, ParentActor) == 0x000000, "Member 'BTT_Rail_C_SpawnStatue::ParentActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, K2Node_DynamicCast_AsPawn) == 0x000008, "Member 'BTT_Rail_C_SpawnStatue::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTT_Rail_C_SpawnStatue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, K2Node_DynamicCast_AsBP_Rail_Travel) == 0x000018, "Member 'BTT_Rail_C_SpawnStatue::K2Node_DynamicCast_AsBP_Rail_Travel' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, K2Node_DynamicCast_bSuccess_1) == 0x000020, "Member 'BTT_Rail_C_SpawnStatue::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, CallFunc_GetTransform_ReturnValue) == 0x000030, "Member 'BTT_Rail_C_SpawnStatue::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, CallFunc_BreakTransform_Location) == 0x000060, "Member 'BTT_Rail_C_SpawnStatue::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, CallFunc_BreakTransform_Rotation) == 0x00006C, "Member 'BTT_Rail_C_SpawnStatue::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, CallFunc_BreakTransform_Scale) == 0x000078, "Member 'BTT_Rail_C_SpawnStatue::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue) == 0x000088, "Member 'BTT_Rail_C_SpawnStatue::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, CallFunc_BreakVector_X) == 0x000090, "Member 'BTT_Rail_C_SpawnStatue::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, CallFunc_BreakVector_Y) == 0x000094, "Member 'BTT_Rail_C_SpawnStatue::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, CallFunc_BreakVector_Z) == 0x000098, "Member 'BTT_Rail_C_SpawnStatue::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, K2Node_ClassDynamicCast_AsActor) == 0x0000A0, "Member 'BTT_Rail_C_SpawnStatue::K2Node_ClassDynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, K2Node_ClassDynamicCast_bSuccess) == 0x0000A8, "Member 'BTT_Rail_C_SpawnStatue::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000AC, "Member 'BTT_Rail_C_SpawnStatue::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, CallFunc_MakeVector_ReturnValue) == 0x0000B0, "Member 'BTT_Rail_C_SpawnStatue::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, CallFunc_MakeTransform_ReturnValue) == 0x0000C0, "Member 'BTT_Rail_C_SpawnStatue::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, CallFunc_GetComponentByClass_ReturnValue) == 0x0000F0, "Member 'BTT_Rail_C_SpawnStatue::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000F8, "Member 'BTT_Rail_C_SpawnStatue::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, CallFunc_FinishSpawningActor_ReturnValue) == 0x000100, "Member 'BTT_Rail_C_SpawnStatue::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, K2Node_DynamicCast_AsRail_Travel_Statue) == 0x000108, "Member 'BTT_Rail_C_SpawnStatue::K2Node_DynamicCast_AsRail_Travel_Statue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_SpawnStatue, K2Node_DynamicCast_bSuccess_2) == 0x000110, "Member 'BTT_Rail_C_SpawnStatue::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Rail_C_GetInteractActor \ static_assert(alignof(BTT_Rail_C_GetInteractActor) == 0x000008, "Wrong alignment on BTT_Rail_C_GetInteractActor"); \ static_assert(sizeof(BTT_Rail_C_GetInteractActor) == 0x000028, "Wrong size on BTT_Rail_C_GetInteractActor"); \ static_assert(offsetof(BTT_Rail_C_GetInteractActor, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000000, "Member 'BTT_Rail_C_GetInteractActor::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_GetInteractActor, CallFunc_MakeLiteralName_ReturnValue) == 0x000008, "Member 'BTT_Rail_C_GetInteractActor::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_GetInteractActor, CallFunc_GetValueAsObject_ReturnValue) == 0x000010, "Member 'BTT_Rail_C_GetInteractActor::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_GetInteractActor, K2Node_DynamicCast_AsActor) == 0x000018, "Member 'BTT_Rail_C_GetInteractActor::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_GetInteractActor, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Rail_C_GetInteractActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Rail_C_GetSplineTransformAtEnd \ static_assert(alignof(BTT_Rail_C_GetSplineTransformAtEnd) == 0x000004, "Wrong alignment on BTT_Rail_C_GetSplineTransformAtEnd"); \ static_assert(sizeof(BTT_Rail_C_GetSplineTransformAtEnd) == 0x00005C, "Wrong size on BTT_Rail_C_GetSplineTransformAtEnd"); \ static_assert(offsetof(BTT_Rail_C_GetSplineTransformAtEnd, SplineLocation) == 0x000000, "Member 'BTT_Rail_C_GetSplineTransformAtEnd::SplineLocation' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_GetSplineTransformAtEnd, SplineRotation) == 0x00000C, "Member 'BTT_Rail_C_GetSplineTransformAtEnd::SplineRotation' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_GetSplineTransformAtEnd, DistanceAlongSpline) == 0x000018, "Member 'BTT_Rail_C_GetSplineTransformAtEnd::DistanceAlongSpline' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_GetSplineTransformAtEnd, CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue) == 0x00001C, "Member 'BTT_Rail_C_GetSplineTransformAtEnd::CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_GetSplineTransformAtEnd, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000028, "Member 'BTT_Rail_C_GetSplineTransformAtEnd::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_GetSplineTransformAtEnd, CallFunc_BreakRotator_Roll) == 0x000034, "Member 'BTT_Rail_C_GetSplineTransformAtEnd::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_GetSplineTransformAtEnd, CallFunc_BreakRotator_Pitch) == 0x000038, "Member 'BTT_Rail_C_GetSplineTransformAtEnd::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_GetSplineTransformAtEnd, CallFunc_BreakRotator_Yaw) == 0x00003C, "Member 'BTT_Rail_C_GetSplineTransformAtEnd::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_GetSplineTransformAtEnd, CallFunc_Add_FloatFloat_ReturnValue) == 0x000040, "Member 'BTT_Rail_C_GetSplineTransformAtEnd::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_GetSplineTransformAtEnd, CallFunc_GetSplineLength_ReturnValue) == 0x000044, "Member 'BTT_Rail_C_GetSplineTransformAtEnd::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_GetSplineTransformAtEnd, CallFunc_MakeRotator_ReturnValue) == 0x000048, "Member 'BTT_Rail_C_GetSplineTransformAtEnd::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_GetSplineTransformAtEnd, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000054, "Member 'BTT_Rail_C_GetSplineTransformAtEnd::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_GetSplineTransformAtEnd, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000058, "Member 'BTT_Rail_C_GetSplineTransformAtEnd::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Rail_C_TeleportToSplineEnd \ static_assert(alignof(BTT_Rail_C_TeleportToSplineEnd) == 0x000008, "Wrong alignment on BTT_Rail_C_TeleportToSplineEnd"); \ static_assert(sizeof(BTT_Rail_C_TeleportToSplineEnd) == 0x000030, "Wrong size on BTT_Rail_C_TeleportToSplineEnd"); \ static_assert(offsetof(BTT_Rail_C_TeleportToSplineEnd, CallFunc_GetSplineTransformAtEnd_SplineLocation) == 0x000000, "Member 'BTT_Rail_C_TeleportToSplineEnd::CallFunc_GetSplineTransformAtEnd_SplineLocation' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_TeleportToSplineEnd, CallFunc_GetSplineTransformAtEnd_SplineRotation) == 0x00000C, "Member 'BTT_Rail_C_TeleportToSplineEnd::CallFunc_GetSplineTransformAtEnd_SplineRotation' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_TeleportToSplineEnd, CallFunc_GetActorOwner_ReturnValue) == 0x000018, "Member 'BTT_Rail_C_TeleportToSplineEnd::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_TeleportToSplineEnd, K2Node_DynamicCast_AsBiped_Player) == 0x000020, "Member 'BTT_Rail_C_TeleportToSplineEnd::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_TeleportToSplineEnd, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Rail_C_TeleportToSplineEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Rail_C_TeleportToSplineEnd, CallFunc_SafeTeleportTo_ReturnValue) == 0x000029, "Member 'BTT_Rail_C_TeleportToSplineEnd::CallFunc_SafeTeleportTo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Rail_C \ static_assert(alignof(UBTT_Rail_C) == 0x000008, "Wrong alignment on UBTT_Rail_C"); \ static_assert(sizeof(UBTT_Rail_C) == 0x0001A0, "Wrong size on UBTT_Rail_C"); \ static_assert(offsetof(UBTT_Rail_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Rail_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Rail_C, RailActor) == 0x000158, "Member 'UBTT_Rail_C::RailActor' has a wrong offset!"); \ static_assert(offsetof(UBTT_Rail_C, EmitterComponent) == 0x000160, "Member 'UBTT_Rail_C::EmitterComponent' has a wrong offset!"); \ static_assert(offsetof(UBTT_Rail_C, ExitingRail) == 0x000168, "Member 'UBTT_Rail_C::ExitingRail' has a wrong offset!"); \ static_assert(offsetof(UBTT_Rail_C, RailTravelObject) == 0x000170, "Member 'UBTT_Rail_C::RailTravelObject' has a wrong offset!"); \ static_assert(offsetof(UBTT_Rail_C, RailSplineComponent) == 0x000178, "Member 'UBTT_Rail_C::RailSplineComponent' has a wrong offset!"); \ static_assert(offsetof(UBTT_Rail_C, TravelDirection) == 0x000180, "Member 'UBTT_Rail_C::TravelDirection' has a wrong offset!"); \ static_assert(offsetof(UBTT_Rail_C, AddToYaw) == 0x000184, "Member 'UBTT_Rail_C::AddToYaw' has a wrong offset!"); \ static_assert(offsetof(UBTT_Rail_C, FadeOutTime) == 0x000188, "Member 'UBTT_Rail_C::FadeOutTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Rail_C, WaitTime) == 0x00018C, "Member 'UBTT_Rail_C::WaitTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Rail_C, FadeInTime) == 0x000190, "Member 'UBTT_Rail_C::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Rail_C, StickPressed) == 0x000194, "Member 'UBTT_Rail_C::StickPressed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Rail_C, StickX) == 0x000198, "Member 'UBTT_Rail_C::StickX' has a wrong offset!"); \ static_assert(offsetof(UBTT_Rail_C, StickY) == 0x00019C, "Member 'UBTT_Rail_C::StickY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_DbObjectInstanceData \ static_assert(alignof(FNPC_DbObjectInstanceData) == 0x000004, "Wrong alignment on FNPC_DbObjectInstanceData"); \ static_assert(sizeof(FNPC_DbObjectInstanceData) == 0x000024, "Wrong size on FNPC_DbObjectInstanceData"); \ #define DUMPER7_ASSERTS_FRestrictionInfo \ static_assert(alignof(FRestrictionInfo) == 0x000008, "Wrong alignment on FRestrictionInfo"); \ static_assert(sizeof(FRestrictionInfo) == 0x0000B8, "Wrong size on FRestrictionInfo"); \ #define DUMPER7_ASSERTS_FDbAssetMapStruct \ static_assert(alignof(FDbAssetMapStruct) == 0x000008, "Wrong alignment on FDbAssetMapStruct"); \ static_assert(sizeof(FDbAssetMapStruct) == 0x000030, "Wrong size on FDbAssetMapStruct"); \ static_assert(offsetof(FDbAssetMapStruct, m_actorClass) == 0x000008, "Member 'FDbAssetMapStruct::m_actorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNPC_DBNamedInfo \ static_assert(alignof(FNPC_DBNamedInfo) == 0x000008, "Wrong alignment on FNPC_DBNamedInfo"); \ static_assert(sizeof(FNPC_DBNamedInfo) == 0x000028, "Wrong size on FNPC_DBNamedInfo"); \ #define DUMPER7_ASSERTS_FNPC_DBGroupInfo \ static_assert(alignof(FNPC_DBGroupInfo) == 0x000008, "Wrong alignment on FNPC_DBGroupInfo"); \ static_assert(sizeof(FNPC_DBGroupInfo) == 0x000018, "Wrong size on FNPC_DBGroupInfo"); \ #define DUMPER7_ASSERTS_FNPC_DbIdInfo \ static_assert(alignof(FNPC_DbIdInfo) == 0x000008, "Wrong alignment on FNPC_DbIdInfo"); \ static_assert(sizeof(FNPC_DbIdInfo) == 0x000078, "Wrong size on FNPC_DbIdInfo"); \ #define DUMPER7_ASSERTS_FNPC_DbIdState \ static_assert(alignof(FNPC_DbIdState) == 0x000001, "Wrong alignment on FNPC_DbIdState"); \ static_assert(sizeof(FNPC_DbIdState) == 0x00000E, "Wrong size on FNPC_DbIdState"); \ #define DUMPER7_ASSERTS_FNPC_DbIdChangeState \ static_assert(alignof(FNPC_DbIdChangeState) == 0x000001, "Wrong alignment on FNPC_DbIdChangeState"); \ static_assert(sizeof(FNPC_DbIdChangeState) == 0x000004, "Wrong size on FNPC_DbIdChangeState"); \ #define DUMPER7_ASSERTS_DbAssetMapper_GetAdditionalVoiceID \ static_assert(alignof(DbAssetMapper_GetAdditionalVoiceID) == 0x000004, "Wrong alignment on DbAssetMapper_GetAdditionalVoiceID"); \ static_assert(sizeof(DbAssetMapper_GetAdditionalVoiceID) == 0x000010, "Wrong size on DbAssetMapper_GetAdditionalVoiceID"); \ static_assert(offsetof(DbAssetMapper_GetAdditionalVoiceID, RegistryId) == 0x000000, "Member 'DbAssetMapper_GetAdditionalVoiceID::RegistryId' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_GetAdditionalVoiceID, ReturnValue) == 0x000008, "Member 'DbAssetMapper_GetAdditionalVoiceID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapper_GetAllRegistryIDsOfType \ static_assert(alignof(DbAssetMapper_GetAllRegistryIDsOfType) == 0x000008, "Wrong alignment on DbAssetMapper_GetAllRegistryIDsOfType"); \ static_assert(sizeof(DbAssetMapper_GetAllRegistryIDsOfType) == 0x000020, "Wrong size on DbAssetMapper_GetAllRegistryIDsOfType"); \ static_assert(offsetof(DbAssetMapper_GetAllRegistryIDsOfType, SubtypeID) == 0x000000, "Member 'DbAssetMapper_GetAllRegistryIDsOfType::SubtypeID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_GetAllRegistryIDsOfType, ReturnValue) == 0x000010, "Member 'DbAssetMapper_GetAllRegistryIDsOfType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapper_GetAllRegistrySubtypeIDs \ static_assert(alignof(DbAssetMapper_GetAllRegistrySubtypeIDs) == 0x000008, "Wrong alignment on DbAssetMapper_GetAllRegistrySubtypeIDs"); \ static_assert(sizeof(DbAssetMapper_GetAllRegistrySubtypeIDs) == 0x000020, "Wrong size on DbAssetMapper_GetAllRegistrySubtypeIDs"); \ static_assert(offsetof(DbAssetMapper_GetAllRegistrySubtypeIDs, RegistryTypeID) == 0x000000, "Member 'DbAssetMapper_GetAllRegistrySubtypeIDs::RegistryTypeID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_GetAllRegistrySubtypeIDs, ReturnValue) == 0x000010, "Member 'DbAssetMapper_GetAllRegistrySubtypeIDs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapper_GetAllRegistryTypeIDs \ static_assert(alignof(DbAssetMapper_GetAllRegistryTypeIDs) == 0x000008, "Wrong alignment on DbAssetMapper_GetAllRegistryTypeIDs"); \ static_assert(sizeof(DbAssetMapper_GetAllRegistryTypeIDs) == 0x000010, "Wrong size on DbAssetMapper_GetAllRegistryTypeIDs"); \ static_assert(offsetof(DbAssetMapper_GetAllRegistryTypeIDs, ReturnValue) == 0x000000, "Member 'DbAssetMapper_GetAllRegistryTypeIDs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapper_GetDbAssetMapper \ static_assert(alignof(DbAssetMapper_GetDbAssetMapper) == 0x000008, "Wrong alignment on DbAssetMapper_GetDbAssetMapper"); \ static_assert(sizeof(DbAssetMapper_GetDbAssetMapper) == 0x000008, "Wrong size on DbAssetMapper_GetDbAssetMapper"); \ static_assert(offsetof(DbAssetMapper_GetDbAssetMapper, ReturnValue) == 0x000000, "Member 'DbAssetMapper_GetDbAssetMapper::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapper_GetEmoteVoiceID \ static_assert(alignof(DbAssetMapper_GetEmoteVoiceID) == 0x000004, "Wrong alignment on DbAssetMapper_GetEmoteVoiceID"); \ static_assert(sizeof(DbAssetMapper_GetEmoteVoiceID) == 0x000010, "Wrong size on DbAssetMapper_GetEmoteVoiceID"); \ static_assert(offsetof(DbAssetMapper_GetEmoteVoiceID, RegistryId) == 0x000000, "Member 'DbAssetMapper_GetEmoteVoiceID::RegistryId' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_GetEmoteVoiceID, ReturnValue) == 0x000008, "Member 'DbAssetMapper_GetEmoteVoiceID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapper_GetItemSpawnAssetFromDbId \ static_assert(alignof(DbAssetMapper_GetItemSpawnAssetFromDbId) == 0x000008, "Wrong alignment on DbAssetMapper_GetItemSpawnAssetFromDbId"); \ static_assert(sizeof(DbAssetMapper_GetItemSpawnAssetFromDbId) == 0x000038, "Wrong size on DbAssetMapper_GetItemSpawnAssetFromDbId"); \ static_assert(offsetof(DbAssetMapper_GetItemSpawnAssetFromDbId, InItemName) == 0x000000, "Member 'DbAssetMapper_GetItemSpawnAssetFromDbId::InItemName' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_GetItemSpawnAssetFromDbId, ReturnValue) == 0x000010, "Member 'DbAssetMapper_GetItemSpawnAssetFromDbId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapper_GetRegistryTypeDef \ static_assert(alignof(DbAssetMapper_GetRegistryTypeDef) == 0x000004, "Wrong alignment on DbAssetMapper_GetRegistryTypeDef"); \ static_assert(sizeof(DbAssetMapper_GetRegistryTypeDef) == 0x000010, "Wrong size on DbAssetMapper_GetRegistryTypeDef"); \ static_assert(offsetof(DbAssetMapper_GetRegistryTypeDef, RegistryId) == 0x000000, "Member 'DbAssetMapper_GetRegistryTypeDef::RegistryId' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_GetRegistryTypeDef, ReturnValue) == 0x000008, "Member 'DbAssetMapper_GetRegistryTypeDef::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapper_GetRegistryTypeID \ static_assert(alignof(DbAssetMapper_GetRegistryTypeID) == 0x000008, "Wrong alignment on DbAssetMapper_GetRegistryTypeID"); \ static_assert(sizeof(DbAssetMapper_GetRegistryTypeID) == 0x000018, "Wrong size on DbAssetMapper_GetRegistryTypeID"); \ static_assert(offsetof(DbAssetMapper_GetRegistryTypeID, inTypeName) == 0x000000, "Member 'DbAssetMapper_GetRegistryTypeID::inTypeName' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_GetRegistryTypeID, ReturnValue) == 0x000008, "Member 'DbAssetMapper_GetRegistryTypeID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapper_GetSkeletonTypeID \ static_assert(alignof(DbAssetMapper_GetSkeletonTypeID) == 0x000004, "Wrong alignment on DbAssetMapper_GetSkeletonTypeID"); \ static_assert(sizeof(DbAssetMapper_GetSkeletonTypeID) == 0x000010, "Wrong size on DbAssetMapper_GetSkeletonTypeID"); \ static_assert(offsetof(DbAssetMapper_GetSkeletonTypeID, RegistryId) == 0x000000, "Member 'DbAssetMapper_GetSkeletonTypeID::RegistryId' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_GetSkeletonTypeID, ReturnValue) == 0x000008, "Member 'DbAssetMapper_GetSkeletonTypeID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapper_GetSubtypeID \ static_assert(alignof(DbAssetMapper_GetSubtypeID) == 0x000004, "Wrong alignment on DbAssetMapper_GetSubtypeID"); \ static_assert(sizeof(DbAssetMapper_GetSubtypeID) == 0x000010, "Wrong size on DbAssetMapper_GetSubtypeID"); \ static_assert(offsetof(DbAssetMapper_GetSubtypeID, RegistryId) == 0x000000, "Member 'DbAssetMapper_GetSubtypeID::RegistryId' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_GetSubtypeID, ReturnValue) == 0x000008, "Member 'DbAssetMapper_GetSubtypeID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapper_IsValidRegistryID \ static_assert(alignof(DbAssetMapper_IsValidRegistryID) == 0x000008, "Wrong alignment on DbAssetMapper_IsValidRegistryID"); \ static_assert(sizeof(DbAssetMapper_IsValidRegistryID) == 0x000018, "Wrong size on DbAssetMapper_IsValidRegistryID"); \ static_assert(offsetof(DbAssetMapper_IsValidRegistryID, inRegistryName) == 0x000000, "Member 'DbAssetMapper_IsValidRegistryID::inRegistryName' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_IsValidRegistryID, ReturnValue) == 0x000010, "Member 'DbAssetMapper_IsValidRegistryID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapper_SetTableColumnInfo \ static_assert(alignof(DbAssetMapper_SetTableColumnInfo) == 0x000008, "Wrong alignment on DbAssetMapper_SetTableColumnInfo"); \ static_assert(sizeof(DbAssetMapper_SetTableColumnInfo) == 0x000138, "Wrong size on DbAssetMapper_SetTableColumnInfo"); \ static_assert(offsetof(DbAssetMapper_SetTableColumnInfo, inDbColInfo) == 0x000000, "Member 'DbAssetMapper_SetTableColumnInfo::inDbColInfo' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SetTableColumnInfo, outDbColInfo) == 0x000088, "Member 'DbAssetMapper_SetTableColumnInfo::outDbColInfo' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SetTableColumnInfo, inTableName) == 0x000110, "Member 'DbAssetMapper_SetTableColumnInfo::inTableName' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SetTableColumnInfo, inColumnName) == 0x000120, "Member 'DbAssetMapper_SetTableColumnInfo::inColumnName' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SetTableColumnInfo, inEmpty) == 0x000130, "Member 'DbAssetMapper_SetTableColumnInfo::inEmpty' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SetTableColumnInfo, inAddNone) == 0x000131, "Member 'DbAssetMapper_SetTableColumnInfo::inAddNone' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SetTableColumnInfo, ReturnValue) == 0x000132, "Member 'DbAssetMapper_SetTableColumnInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapper_SpawnAssetFromDbId \ static_assert(alignof(DbAssetMapper_SpawnAssetFromDbId) == 0x000010, "Wrong alignment on DbAssetMapper_SpawnAssetFromDbId"); \ static_assert(sizeof(DbAssetMapper_SpawnAssetFromDbId) == 0x000060, "Wrong size on DbAssetMapper_SpawnAssetFromDbId"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbId, WorldContextObject) == 0x000000, "Member 'DbAssetMapper_SpawnAssetFromDbId::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbId, InTransform) == 0x000010, "Member 'DbAssetMapper_SpawnAssetFromDbId::InTransform' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbId, InItemName) == 0x000040, "Member 'DbAssetMapper_SpawnAssetFromDbId::InItemName' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbId, bSpawnOnlyShell) == 0x000050, "Member 'DbAssetMapper_SpawnAssetFromDbId::bSpawnOnlyShell' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbId, ReturnValue) == 0x000058, "Member 'DbAssetMapper_SpawnAssetFromDbId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapper_SpawnAssetFromDbIdAsync \ static_assert(alignof(DbAssetMapper_SpawnAssetFromDbIdAsync) == 0x000010, "Wrong alignment on DbAssetMapper_SpawnAssetFromDbIdAsync"); \ static_assert(sizeof(DbAssetMapper_SpawnAssetFromDbIdAsync) == 0x000070, "Wrong size on DbAssetMapper_SpawnAssetFromDbIdAsync"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbIdAsync, WorldContextObject) == 0x000000, "Member 'DbAssetMapper_SpawnAssetFromDbIdAsync::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbIdAsync, InTransform) == 0x000010, "Member 'DbAssetMapper_SpawnAssetFromDbIdAsync::InTransform' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbIdAsync, InItemName) == 0x000040, "Member 'DbAssetMapper_SpawnAssetFromDbIdAsync::InItemName' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbIdAsync, bSpawnOnlyShell) == 0x000050, "Member 'DbAssetMapper_SpawnAssetFromDbIdAsync::bSpawnOnlyShell' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbIdAsync, FinishDelegate) == 0x000054, "Member 'DbAssetMapper_SpawnAssetFromDbIdAsync::FinishDelegate' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbIdAsync, ReturnValue) == 0x000064, "Member 'DbAssetMapper_SpawnAssetFromDbIdAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapper_SpawnAssetFromDbIdForAutomation \ static_assert(alignof(DbAssetMapper_SpawnAssetFromDbIdForAutomation) == 0x000010, "Wrong alignment on DbAssetMapper_SpawnAssetFromDbIdForAutomation"); \ static_assert(sizeof(DbAssetMapper_SpawnAssetFromDbIdForAutomation) == 0x000070, "Wrong size on DbAssetMapper_SpawnAssetFromDbIdForAutomation"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbIdForAutomation, WorldContextObject) == 0x000000, "Member 'DbAssetMapper_SpawnAssetFromDbIdForAutomation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbIdForAutomation, InTransform) == 0x000010, "Member 'DbAssetMapper_SpawnAssetFromDbIdForAutomation::InTransform' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbIdForAutomation, InItemName) == 0x000040, "Member 'DbAssetMapper_SpawnAssetFromDbIdForAutomation::InItemName' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbIdForAutomation, inParentUID) == 0x000050, "Member 'DbAssetMapper_SpawnAssetFromDbIdForAutomation::inParentUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbIdForAutomation, inOverrideUID) == 0x000054, "Member 'DbAssetMapper_SpawnAssetFromDbIdForAutomation::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbIdForAutomation, bSpawnOnlyShell) == 0x000058, "Member 'DbAssetMapper_SpawnAssetFromDbIdForAutomation::bSpawnOnlyShell' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapper_SpawnAssetFromDbIdForAutomation, ReturnValue) == 0x000060, "Member 'DbAssetMapper_SpawnAssetFromDbIdForAutomation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDbAssetMapper \ static_assert(alignof(UDbAssetMapper) == 0x000008, "Wrong alignment on UDbAssetMapper"); \ static_assert(sizeof(UDbAssetMapper) == 0x000078, "Wrong size on UDbAssetMapper"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_AllowSpawn \ static_assert(alignof(DbAssetMapperSpawn_Interface_AllowSpawn) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_AllowSpawn"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_AllowSpawn) == 0x000020, "Wrong size on DbAssetMapperSpawn_Interface_AllowSpawn"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_AllowSpawn, InItemID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_AllowSpawn::InItemID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_AllowSpawn, inParentUID) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_AllowSpawn::inParentUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_AllowSpawn, inOverrideUID) == 0x000014, "Member 'DbAssetMapperSpawn_Interface_AllowSpawn::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_AllowSpawn, inIsPersistent) == 0x000018, "Member 'DbAssetMapperSpawn_Interface_AllowSpawn::inIsPersistent' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_AllowSpawn, ReturnValue) == 0x000019, "Member 'DbAssetMapperSpawn_Interface_AllowSpawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_AllowsSplitFrameDeferredSpawn \ static_assert(alignof(DbAssetMapperSpawn_Interface_AllowsSplitFrameDeferredSpawn) == 0x000001, "Wrong alignment on DbAssetMapperSpawn_Interface_AllowsSplitFrameDeferredSpawn"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_AllowsSplitFrameDeferredSpawn) == 0x000001, "Wrong size on DbAssetMapperSpawn_Interface_AllowsSplitFrameDeferredSpawn"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_AllowsSplitFrameDeferredSpawn, ReturnValue) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_AllowsSplitFrameDeferredSpawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_CheckSpawnRestrictions \ static_assert(alignof(DbAssetMapperSpawn_Interface_CheckSpawnRestrictions) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_CheckSpawnRestrictions"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_CheckSpawnRestrictions) == 0x0000C0, "Wrong size on DbAssetMapperSpawn_Interface_CheckSpawnRestrictions"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_CheckSpawnRestrictions, ioRestrictionInfo) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_CheckSpawnRestrictions::ioRestrictionInfo' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_CheckSpawnRestrictions, ReturnValue) == 0x0000B8, "Member 'DbAssetMapperSpawn_Interface_CheckSpawnRestrictions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_CreateItemAsScheduledEntity \ static_assert(alignof(DbAssetMapperSpawn_Interface_CreateItemAsScheduledEntity) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_CreateItemAsScheduledEntity"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_CreateItemAsScheduledEntity) == 0x000018, "Wrong size on DbAssetMapperSpawn_Interface_CreateItemAsScheduledEntity"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_CreateItemAsScheduledEntity, InItemID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_CreateItemAsScheduledEntity::InItemID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_CreateItemAsScheduledEntity, ReturnValue) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_CreateItemAsScheduledEntity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_GetActorDefinitionData \ static_assert(alignof(DbAssetMapperSpawn_Interface_GetActorDefinitionData) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_GetActorDefinitionData"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_GetActorDefinitionData) == 0x000030, "Wrong size on DbAssetMapperSpawn_Interface_GetActorDefinitionData"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetActorDefinitionData, InRegistryID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_GetActorDefinitionData::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetActorDefinitionData, outGenderID) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_GetActorDefinitionData::outGenderID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetActorDefinitionData, OutVoiceID) == 0x000018, "Member 'DbAssetMapperSpawn_Interface_GetActorDefinitionData::OutVoiceID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetActorDefinitionData, outEmoteID) == 0x000020, "Member 'DbAssetMapperSpawn_Interface_GetActorDefinitionData::outEmoteID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetActorDefinitionData, ReturnValue) == 0x000028, "Member 'DbAssetMapperSpawn_Interface_GetActorDefinitionData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_GetCharacterDerivedClass \ static_assert(alignof(DbAssetMapperSpawn_Interface_GetCharacterDerivedClass) == 0x000004, "Wrong alignment on DbAssetMapperSpawn_Interface_GetCharacterDerivedClass"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_GetCharacterDerivedClass) == 0x000010, "Wrong size on DbAssetMapperSpawn_Interface_GetCharacterDerivedClass"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetCharacterDerivedClass, InRegistryID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_GetCharacterDerivedClass::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetCharacterDerivedClass, ReturnValue) == 0x000008, "Member 'DbAssetMapperSpawn_Interface_GetCharacterDerivedClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_GetDefinitionIdentifyingColumnName \ static_assert(alignof(DbAssetMapperSpawn_Interface_GetDefinitionIdentifyingColumnName) == 0x000004, "Wrong alignment on DbAssetMapperSpawn_Interface_GetDefinitionIdentifyingColumnName"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_GetDefinitionIdentifyingColumnName) == 0x00000C, "Wrong size on DbAssetMapperSpawn_Interface_GetDefinitionIdentifyingColumnName"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetDefinitionIdentifyingColumnName, OutFirstColumnName) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_GetDefinitionIdentifyingColumnName::OutFirstColumnName' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetDefinitionIdentifyingColumnName, ReturnValue) == 0x000008, "Member 'DbAssetMapperSpawn_Interface_GetDefinitionIdentifyingColumnName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_GetDynamicPersistenceTableName \ static_assert(alignof(DbAssetMapperSpawn_Interface_GetDynamicPersistenceTableName) == 0x000004, "Wrong alignment on DbAssetMapperSpawn_Interface_GetDynamicPersistenceTableName"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_GetDynamicPersistenceTableName) == 0x000008, "Wrong size on DbAssetMapperSpawn_Interface_GetDynamicPersistenceTableName"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetDynamicPersistenceTableName, ReturnValue) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_GetDynamicPersistenceTableName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_GetDynamicTableName \ static_assert(alignof(DbAssetMapperSpawn_Interface_GetDynamicTableName) == 0x000004, "Wrong alignment on DbAssetMapperSpawn_Interface_GetDynamicTableName"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_GetDynamicTableName) == 0x000008, "Wrong size on DbAssetMapperSpawn_Interface_GetDynamicTableName"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetDynamicTableName, ReturnValue) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_GetDynamicTableName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_GetHealth \ static_assert(alignof(DbAssetMapperSpawn_Interface_GetHealth) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_GetHealth"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_GetHealth) == 0x000020, "Wrong size on DbAssetMapperSpawn_Interface_GetHealth"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetHealth, InItemID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_GetHealth::InItemID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetHealth, inParentUID) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_GetHealth::inParentUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetHealth, inOverrideUID) == 0x000014, "Member 'DbAssetMapperSpawn_Interface_GetHealth::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetHealth, ReturnValue) == 0x000018, "Member 'DbAssetMapperSpawn_Interface_GetHealth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_GetObjectInstanceData \ static_assert(alignof(DbAssetMapperSpawn_Interface_GetObjectInstanceData) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_GetObjectInstanceData"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_GetObjectInstanceData) == 0x000020, "Wrong size on DbAssetMapperSpawn_Interface_GetObjectInstanceData"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetObjectInstanceData, InRegistryID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_GetObjectInstanceData::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetObjectInstanceData, outInstanceData) == 0x000008, "Member 'DbAssetMapperSpawn_Interface_GetObjectInstanceData::outInstanceData' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetObjectInstanceData, ReturnValue) == 0x000018, "Member 'DbAssetMapperSpawn_Interface_GetObjectInstanceData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_GetPlayerExperienceLevel \ static_assert(alignof(DbAssetMapperSpawn_Interface_GetPlayerExperienceLevel) == 0x000004, "Wrong alignment on DbAssetMapperSpawn_Interface_GetPlayerExperienceLevel"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_GetPlayerExperienceLevel) == 0x000004, "Wrong size on DbAssetMapperSpawn_Interface_GetPlayerExperienceLevel"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetPlayerExperienceLevel, ReturnValue) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_GetPlayerExperienceLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_GetShellSpawnPath \ static_assert(alignof(DbAssetMapperSpawn_Interface_GetShellSpawnPath) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_GetShellSpawnPath"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_GetShellSpawnPath) == 0x000030, "Wrong size on DbAssetMapperSpawn_Interface_GetShellSpawnPath"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetShellSpawnPath, InItemID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_GetShellSpawnPath::InItemID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetShellSpawnPath, OutPath) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_GetShellSpawnPath::OutPath' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetShellSpawnPath, ReturnValue) == 0x000028, "Member 'DbAssetMapperSpawn_Interface_GetShellSpawnPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_GetSpawnAsset \ static_assert(alignof(DbAssetMapperSpawn_Interface_GetSpawnAsset) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_GetSpawnAsset"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_GetSpawnAsset) == 0x000020, "Wrong size on DbAssetMapperSpawn_Interface_GetSpawnAsset"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetSpawnAsset, InItemID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_GetSpawnAsset::InItemID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetSpawnAsset, OutAsset) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_GetSpawnAsset::OutAsset' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetSpawnAsset, ReturnValue) == 0x000018, "Member 'DbAssetMapperSpawn_Interface_GetSpawnAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_GetSpawnPath \ static_assert(alignof(DbAssetMapperSpawn_Interface_GetSpawnPath) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_GetSpawnPath"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_GetSpawnPath) == 0x000030, "Wrong size on DbAssetMapperSpawn_Interface_GetSpawnPath"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetSpawnPath, InItemID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_GetSpawnPath::InItemID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetSpawnPath, OutPath) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_GetSpawnPath::OutPath' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetSpawnPath, ReturnValue) == 0x000028, "Member 'DbAssetMapperSpawn_Interface_GetSpawnPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_GetSpawnRestrictions \ static_assert(alignof(DbAssetMapperSpawn_Interface_GetSpawnRestrictions) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_GetSpawnRestrictions"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_GetSpawnRestrictions) == 0x000040, "Wrong size on DbAssetMapperSpawn_Interface_GetSpawnRestrictions"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetSpawnRestrictions, InItemID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_GetSpawnRestrictions::InItemID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetSpawnRestrictions, OutQueryResultMap) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_GetSpawnRestrictions::OutQueryResultMap' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetSpawnRestrictions, ReturnValue) == 0x000038, "Member 'DbAssetMapperSpawn_Interface_GetSpawnRestrictions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_GetSpawnRestrictionsByCategory \ static_assert(alignof(DbAssetMapperSpawn_Interface_GetSpawnRestrictionsByCategory) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_GetSpawnRestrictionsByCategory"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_GetSpawnRestrictionsByCategory) == 0x000050, "Wrong size on DbAssetMapperSpawn_Interface_GetSpawnRestrictionsByCategory"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetSpawnRestrictionsByCategory, InItemID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_GetSpawnRestrictionsByCategory::InItemID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetSpawnRestrictionsByCategory, inCategory) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_GetSpawnRestrictionsByCategory::inCategory' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetSpawnRestrictionsByCategory, OutQueryResultMap) == 0x000020, "Member 'DbAssetMapperSpawn_Interface_GetSpawnRestrictionsByCategory::OutQueryResultMap' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetSpawnRestrictionsByCategory, ReturnValue) == 0x000048, "Member 'DbAssetMapperSpawn_Interface_GetSpawnRestrictionsByCategory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_GetTableName \ static_assert(alignof(DbAssetMapperSpawn_Interface_GetTableName) == 0x000004, "Wrong alignment on DbAssetMapperSpawn_Interface_GetTableName"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_GetTableName) == 0x000008, "Wrong size on DbAssetMapperSpawn_Interface_GetTableName"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetTableName, ReturnValue) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_GetTableName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_GetUniqueObjectID \ static_assert(alignof(DbAssetMapperSpawn_Interface_GetUniqueObjectID) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_GetUniqueObjectID"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_GetUniqueObjectID) == 0x000018, "Wrong size on DbAssetMapperSpawn_Interface_GetUniqueObjectID"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetUniqueObjectID, InItemID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_GetUniqueObjectID::InItemID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_GetUniqueObjectID, ReturnValue) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_GetUniqueObjectID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_IsObjectInDefinitionTable \ static_assert(alignof(DbAssetMapperSpawn_Interface_IsObjectInDefinitionTable) == 0x000004, "Wrong alignment on DbAssetMapperSpawn_Interface_IsObjectInDefinitionTable"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_IsObjectInDefinitionTable) == 0x00000C, "Wrong size on DbAssetMapperSpawn_Interface_IsObjectInDefinitionTable"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_IsObjectInDefinitionTable, InRegistryID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_IsObjectInDefinitionTable::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_IsObjectInDefinitionTable, ReturnValue) == 0x000008, "Member 'DbAssetMapperSpawn_Interface_IsObjectInDefinitionTable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_RedirectInstanceToObject \ static_assert(alignof(DbAssetMapperSpawn_Interface_RedirectInstanceToObject) == 0x000004, "Wrong alignment on DbAssetMapperSpawn_Interface_RedirectInstanceToObject"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_RedirectInstanceToObject) == 0x000010, "Wrong size on DbAssetMapperSpawn_Interface_RedirectInstanceToObject"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RedirectInstanceToObject, InRegistryID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_RedirectInstanceToObject::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RedirectInstanceToObject, ReturnValue) == 0x000008, "Member 'DbAssetMapperSpawn_Interface_RedirectInstanceToObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_RedirectNamedObject \ static_assert(alignof(DbAssetMapperSpawn_Interface_RedirectNamedObject) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_RedirectNamedObject"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_RedirectNamedObject) == 0x000040, "Wrong size on DbAssetMapperSpawn_Interface_RedirectNamedObject"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RedirectNamedObject, InRegistryID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_RedirectNamedObject::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RedirectNamedObject, inTableName) == 0x000008, "Member 'DbAssetMapperSpawn_Interface_RedirectNamedObject::inTableName' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RedirectNamedObject, outClassID) == 0x000018, "Member 'DbAssetMapperSpawn_Interface_RedirectNamedObject::outClassID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RedirectNamedObject, outLootID) == 0x000028, "Member 'DbAssetMapperSpawn_Interface_RedirectNamedObject::outLootID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RedirectNamedObject, ReturnValue) == 0x000038, "Member 'DbAssetMapperSpawn_Interface_RedirectNamedObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_RedirectObjectClass \ static_assert(alignof(DbAssetMapperSpawn_Interface_RedirectObjectClass) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_RedirectObjectClass"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_RedirectObjectClass) == 0x000020, "Wrong size on DbAssetMapperSpawn_Interface_RedirectObjectClass"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RedirectObjectClass, InRegistryID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_RedirectObjectClass::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RedirectObjectClass, inTableName) == 0x000008, "Member 'DbAssetMapperSpawn_Interface_RedirectObjectClass::inTableName' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RedirectObjectClass, ReturnValue) == 0x000018, "Member 'DbAssetMapperSpawn_Interface_RedirectObjectClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_RedirectObjectToInstance \ static_assert(alignof(DbAssetMapperSpawn_Interface_RedirectObjectToInstance) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_RedirectObjectToInstance"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_RedirectObjectToInstance) == 0x000020, "Wrong size on DbAssetMapperSpawn_Interface_RedirectObjectToInstance"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RedirectObjectToInstance, InRegistryID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_RedirectObjectToInstance::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RedirectObjectToInstance, ReturnValue) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_RedirectObjectToInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_RegisterNewSpawn \ static_assert(alignof(DbAssetMapperSpawn_Interface_RegisterNewSpawn) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_RegisterNewSpawn"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_RegisterNewSpawn) == 0x000010, "Wrong size on DbAssetMapperSpawn_Interface_RegisterNewSpawn"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RegisterNewSpawn, InAssetPtr) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_RegisterNewSpawn::InAssetPtr' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RegisterNewSpawn, ReturnValue) == 0x000008, "Member 'DbAssetMapperSpawn_Interface_RegisterNewSpawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_RestoreData \ static_assert(alignof(DbAssetMapperSpawn_Interface_RestoreData) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_RestoreData"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_RestoreData) == 0x000020, "Wrong size on DbAssetMapperSpawn_Interface_RestoreData"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RestoreData, InItemID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_RestoreData::InItemID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RestoreData, TargetActor) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_RestoreData::TargetActor' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RestoreData, inParentUID) == 0x000018, "Member 'DbAssetMapperSpawn_Interface_RestoreData::inParentUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_RestoreData, inOverrideUID) == 0x00001C, "Member 'DbAssetMapperSpawn_Interface_RestoreData::inOverrideUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_SaveData \ static_assert(alignof(DbAssetMapperSpawn_Interface_SaveData) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_SaveData"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_SaveData) == 0x000020, "Wrong size on DbAssetMapperSpawn_Interface_SaveData"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SaveData, InItemID) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_SaveData::InItemID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SaveData, TargetActor) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_SaveData::TargetActor' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SaveData, inParentUID) == 0x000018, "Member 'DbAssetMapperSpawn_Interface_SaveData::inParentUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SaveData, inOverrideUID) == 0x00001C, "Member 'DbAssetMapperSpawn_Interface_SaveData::inOverrideUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_Spawn \ static_assert(alignof(DbAssetMapperSpawn_Interface_Spawn) == 0x000010, "Wrong alignment on DbAssetMapperSpawn_Interface_Spawn"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_Spawn) == 0x000080, "Wrong size on DbAssetMapperSpawn_Interface_Spawn"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_Spawn, InWorld) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_Spawn::InWorld' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_Spawn, InTransform) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_Spawn::InTransform' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_Spawn, InRegistryID) == 0x000040, "Member 'DbAssetMapperSpawn_Interface_Spawn::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_Spawn, inParentUID) == 0x000050, "Member 'DbAssetMapperSpawn_Interface_Spawn::inParentUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_Spawn, inOverrideUID) == 0x000054, "Member 'DbAssetMapperSpawn_Interface_Spawn::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_Spawn, inIsPersistent) == 0x000058, "Member 'DbAssetMapperSpawn_Interface_Spawn::inIsPersistent' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_Spawn, InCollisionMethod) == 0x000059, "Member 'DbAssetMapperSpawn_Interface_Spawn::InCollisionMethod' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_Spawn, InOverrideLevel) == 0x000060, "Member 'DbAssetMapperSpawn_Interface_Spawn::InOverrideLevel' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_Spawn, InParentContainer) == 0x000068, "Member 'DbAssetMapperSpawn_Interface_Spawn::InParentContainer' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_Spawn, ReturnValue) == 0x000070, "Member 'DbAssetMapperSpawn_Interface_Spawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_SpawnAsync \ static_assert(alignof(DbAssetMapperSpawn_Interface_SpawnAsync) == 0x000010, "Wrong alignment on DbAssetMapperSpawn_Interface_SpawnAsync"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_SpawnAsync) == 0x000070, "Wrong size on DbAssetMapperSpawn_Interface_SpawnAsync"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnAsync, InWorld) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_SpawnAsync::InWorld' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnAsync, InTransform) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_SpawnAsync::InTransform' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnAsync, InRegistryID) == 0x000040, "Member 'DbAssetMapperSpawn_Interface_SpawnAsync::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnAsync, inParentUID) == 0x000050, "Member 'DbAssetMapperSpawn_Interface_SpawnAsync::inParentUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnAsync, inOverrideUID) == 0x000054, "Member 'DbAssetMapperSpawn_Interface_SpawnAsync::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnAsync, inIsPersistent) == 0x000058, "Member 'DbAssetMapperSpawn_Interface_SpawnAsync::inIsPersistent' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnAsync, InCollisionMethod) == 0x000059, "Member 'DbAssetMapperSpawn_Interface_SpawnAsync::InCollisionMethod' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnAsync, InOverrideLevel) == 0x000060, "Member 'DbAssetMapperSpawn_Interface_SpawnAsync::InOverrideLevel' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnAsync, ReturnValue) == 0x000068, "Member 'DbAssetMapperSpawn_Interface_SpawnAsync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_SpawnFinalize \ static_assert(alignof(DbAssetMapperSpawn_Interface_SpawnFinalize) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_SpawnFinalize"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_SpawnFinalize) == 0x000030, "Wrong size on DbAssetMapperSpawn_Interface_SpawnFinalize"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnFinalize, InWorld) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_SpawnFinalize::InWorld' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnFinalize, SpawnedActor) == 0x000008, "Member 'DbAssetMapperSpawn_Interface_SpawnFinalize::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnFinalize, InRegistryID) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_SpawnFinalize::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnFinalize, inParentUID) == 0x000020, "Member 'DbAssetMapperSpawn_Interface_SpawnFinalize::inParentUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnFinalize, inOverrideUID) == 0x000024, "Member 'DbAssetMapperSpawn_Interface_SpawnFinalize::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnFinalize, ReturnValue) == 0x000028, "Member 'DbAssetMapperSpawn_Interface_SpawnFinalize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_SpawnSEAsset \ static_assert(alignof(DbAssetMapperSpawn_Interface_SpawnSEAsset) == 0x000010, "Wrong alignment on DbAssetMapperSpawn_Interface_SpawnSEAsset"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_SpawnSEAsset) == 0x0000A0, "Wrong size on DbAssetMapperSpawn_Interface_SpawnSEAsset"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnSEAsset, InWorld) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_SpawnSEAsset::InWorld' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnSEAsset, InTransform) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_SpawnSEAsset::InTransform' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnSEAsset, InRegistryID) == 0x000040, "Member 'DbAssetMapperSpawn_Interface_SpawnSEAsset::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnSEAsset, inOverrideScheduleName) == 0x000050, "Member 'DbAssetMapperSpawn_Interface_SpawnSEAsset::inOverrideScheduleName' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnSEAsset, inOverrideScheduleTable) == 0x000060, "Member 'DbAssetMapperSpawn_Interface_SpawnSEAsset::inOverrideScheduleTable' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnSEAsset, inOverrideWorldID) == 0x000070, "Member 'DbAssetMapperSpawn_Interface_SpawnSEAsset::inOverrideWorldID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnSEAsset, inParentUID) == 0x000080, "Member 'DbAssetMapperSpawn_Interface_SpawnSEAsset::inParentUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnSEAsset, inOverrideUID) == 0x000084, "Member 'DbAssetMapperSpawn_Interface_SpawnSEAsset::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnSEAsset, inIsPersistent) == 0x000088, "Member 'DbAssetMapperSpawn_Interface_SpawnSEAsset::inIsPersistent' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnSEAsset, InCollisionMethod) == 0x000089, "Member 'DbAssetMapperSpawn_Interface_SpawnSEAsset::InCollisionMethod' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnSEAsset, InOverrideLevel) == 0x000090, "Member 'DbAssetMapperSpawn_Interface_SpawnSEAsset::InOverrideLevel' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnSEAsset, ReturnValue) == 0x000098, "Member 'DbAssetMapperSpawn_Interface_SpawnSEAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_SpawnShell \ static_assert(alignof(DbAssetMapperSpawn_Interface_SpawnShell) == 0x000010, "Wrong alignment on DbAssetMapperSpawn_Interface_SpawnShell"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_SpawnShell) == 0x000070, "Wrong size on DbAssetMapperSpawn_Interface_SpawnShell"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnShell, InWorld) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_SpawnShell::InWorld' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnShell, InTransform) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_SpawnShell::InTransform' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnShell, InRegistryID) == 0x000040, "Member 'DbAssetMapperSpawn_Interface_SpawnShell::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnShell, inParentUID) == 0x000050, "Member 'DbAssetMapperSpawn_Interface_SpawnShell::inParentUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnShell, inOverrideUID) == 0x000054, "Member 'DbAssetMapperSpawn_Interface_SpawnShell::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnShell, inIsPersistent) == 0x000058, "Member 'DbAssetMapperSpawn_Interface_SpawnShell::inIsPersistent' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnShell, InCollisionMethod) == 0x000059, "Member 'DbAssetMapperSpawn_Interface_SpawnShell::InCollisionMethod' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnShell, InOverrideLevel) == 0x000060, "Member 'DbAssetMapperSpawn_Interface_SpawnShell::InOverrideLevel' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnShell, ReturnValue) == 0x000068, "Member 'DbAssetMapperSpawn_Interface_SpawnShell::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_SpawnStart \ static_assert(alignof(DbAssetMapperSpawn_Interface_SpawnStart) == 0x000010, "Wrong alignment on DbAssetMapperSpawn_Interface_SpawnStart"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_SpawnStart) == 0x000080, "Wrong size on DbAssetMapperSpawn_Interface_SpawnStart"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnStart, InWorld) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_SpawnStart::InWorld' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnStart, InTransform) == 0x000010, "Member 'DbAssetMapperSpawn_Interface_SpawnStart::InTransform' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnStart, InRegistryID) == 0x000040, "Member 'DbAssetMapperSpawn_Interface_SpawnStart::InRegistryID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnStart, inParentUID) == 0x000050, "Member 'DbAssetMapperSpawn_Interface_SpawnStart::inParentUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnStart, inOverrideUID) == 0x000054, "Member 'DbAssetMapperSpawn_Interface_SpawnStart::inOverrideUID' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnStart, inIsPersistent) == 0x000058, "Member 'DbAssetMapperSpawn_Interface_SpawnStart::inIsPersistent' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnStart, InCollisionMethod) == 0x000059, "Member 'DbAssetMapperSpawn_Interface_SpawnStart::InCollisionMethod' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnStart, InOverrideLevel) == 0x000060, "Member 'DbAssetMapperSpawn_Interface_SpawnStart::InOverrideLevel' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnStart, InParentContainer) == 0x000068, "Member 'DbAssetMapperSpawn_Interface_SpawnStart::InParentContainer' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_SpawnStart, ReturnValue) == 0x000070, "Member 'DbAssetMapperSpawn_Interface_SpawnStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DbAssetMapperSpawn_Interface_UnregisterSpawnWhenDestroyed \ static_assert(alignof(DbAssetMapperSpawn_Interface_UnregisterSpawnWhenDestroyed) == 0x000008, "Wrong alignment on DbAssetMapperSpawn_Interface_UnregisterSpawnWhenDestroyed"); \ static_assert(sizeof(DbAssetMapperSpawn_Interface_UnregisterSpawnWhenDestroyed) == 0x000010, "Wrong size on DbAssetMapperSpawn_Interface_UnregisterSpawnWhenDestroyed"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_UnregisterSpawnWhenDestroyed, InAssetPtr) == 0x000000, "Member 'DbAssetMapperSpawn_Interface_UnregisterSpawnWhenDestroyed::InAssetPtr' has a wrong offset!"); \ static_assert(offsetof(DbAssetMapperSpawn_Interface_UnregisterSpawnWhenDestroyed, ReturnValue) == 0x000008, "Member 'DbAssetMapperSpawn_Interface_UnregisterSpawnWhenDestroyed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IDbAssetMapperSpawn_Interface \ static_assert(alignof(IDbAssetMapperSpawn_Interface) == 0x000001, "Wrong alignment on IDbAssetMapperSpawn_Interface"); \ static_assert(sizeof(IDbAssetMapperSpawn_Interface) == 0x000001, "Wrong size on IDbAssetMapperSpawn_Interface"); \ #define DUMPER7_ASSERTS_UProgressionComponent \ static_assert(alignof(UProgressionComponent) == 0x000008, "Wrong alignment on UProgressionComponent"); \ static_assert(sizeof(UProgressionComponent) == 0x000128, "Wrong size on UProgressionComponent"); \ static_assert(offsetof(UProgressionComponent, m_progression) == 0x0000D0, "Member 'UProgressionComponent::m_progression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPT_Tree \ static_assert(alignof(UPT_Tree) == 0x000008, "Wrong alignment on UPT_Tree"); \ static_assert(sizeof(UPT_Tree) == 0x000048, "Wrong size on UPT_Tree"); \ static_assert(offsetof(UPT_Tree, m_upgradeName) == 0x000030, "Member 'UPT_Tree::m_upgradeName' has a wrong offset!"); \ static_assert(offsetof(UPT_Tree, m_children) == 0x000038, "Member 'UPT_Tree::m_children' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPT_Progression \ static_assert(alignof(UPT_Progression) == 0x000008, "Wrong alignment on UPT_Progression"); \ static_assert(sizeof(UPT_Progression) == 0x000048, "Wrong size on UPT_Progression"); \ static_assert(offsetof(UPT_Progression, m_tree) == 0x000030, "Member 'UPT_Progression::m_tree' has a wrong offset!"); \ static_assert(offsetof(UPT_Progression, m_baseValues) == 0x000038, "Member 'UPT_Progression::m_baseValues' has a wrong offset!"); \ static_assert(offsetof(UPT_Progression, m_upgrades) == 0x000040, "Member 'UPT_Progression::m_upgrades' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderedCinematicInfo \ static_assert(alignof(FRenderedCinematicInfo) == 0x000008, "Wrong alignment on FRenderedCinematicInfo"); \ static_assert(sizeof(FRenderedCinematicInfo) == 0x000070, "Wrong size on FRenderedCinematicInfo"); \ static_assert(offsetof(FRenderedCinematicInfo, OutVideoPath) == 0x000000, "Member 'FRenderedCinematicInfo::OutVideoPath' has a wrong offset!"); \ static_assert(offsetof(FRenderedCinematicInfo, CinematicName) == 0x000010, "Member 'FRenderedCinematicInfo::CinematicName' has a wrong offset!"); \ static_assert(offsetof(FRenderedCinematicInfo, Description) == 0x000020, "Member 'FRenderedCinematicInfo::Description' has a wrong offset!"); \ static_assert(offsetof(FRenderedCinematicInfo, SceneRigPath) == 0x000030, "Member 'FRenderedCinematicInfo::SceneRigPath' has a wrong offset!"); \ static_assert(offsetof(FRenderedCinematicInfo, ShotgunStatus) == 0x000040, "Member 'FRenderedCinematicInfo::ShotgunStatus' has a wrong offset!"); \ static_assert(offsetof(FRenderedCinematicInfo, Tier) == 0x000050, "Member 'FRenderedCinematicInfo::Tier' has a wrong offset!"); \ static_assert(offsetof(FRenderedCinematicInfo, bUploadToShotgun) == 0x000060, "Member 'FRenderedCinematicInfo::bUploadToShotgun' has a wrong offset!"); \ static_assert(offsetof(FRenderedCinematicInfo, bWasRenderSuccessful) == 0x000061, "Member 'FRenderedCinematicInfo::bWasRenderSuccessful' has a wrong offset!"); \ static_assert(offsetof(FRenderedCinematicInfo, bAudioOnly) == 0x000062, "Member 'FRenderedCinematicInfo::bAudioOnly' has a wrong offset!"); \ static_assert(offsetof(FRenderedCinematicInfo, bHasOverlay) == 0x000063, "Member 'FRenderedCinematicInfo::bHasOverlay' has a wrong offset!"); \ static_assert(offsetof(FRenderedCinematicInfo, bUsingUnlit) == 0x000064, "Member 'FRenderedCinematicInfo::bUsingUnlit' has a wrong offset!"); \ static_assert(offsetof(FRenderedCinematicInfo, DesiredRecordTime) == 0x000068, "Member 'FRenderedCinematicInfo::DesiredRecordTime' has a wrong offset!"); \ static_assert(offsetof(FRenderedCinematicInfo, ActualRecordTime) == 0x00006C, "Member 'FRenderedCinematicInfo::ActualRecordTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderedCinematicJsonOutput \ static_assert(alignof(FRenderedCinematicJsonOutput) == 0x000008, "Wrong alignment on FRenderedCinematicJsonOutput"); \ static_assert(sizeof(FRenderedCinematicJsonOutput) == 0x000010, "Wrong size on FRenderedCinematicJsonOutput"); \ static_assert(offsetof(FRenderedCinematicJsonOutput, CinematicInfos) == 0x000000, "Member 'FRenderedCinematicJsonOutput::CinematicInfos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IRecordMovieInterface \ static_assert(alignof(IRecordMovieInterface) == 0x000001, "Wrong alignment on IRecordMovieInterface"); \ static_assert(sizeof(IRecordMovieInterface) == 0x000001, "Wrong size on IRecordMovieInterface"); \ #define DUMPER7_ASSERTS_UABL_WandCast_DodgeHeavyCombo1_C \ static_assert(alignof(UABL_WandCast_DodgeHeavyCombo1_C) == 0x000008, "Wrong alignment on UABL_WandCast_DodgeHeavyCombo1_C"); \ static_assert(sizeof(UABL_WandCast_DodgeHeavyCombo1_C) == 0x0000D0, "Wrong size on UABL_WandCast_DodgeHeavyCombo1_C"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings \ static_assert(alignof(UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings) == 0x000048, "Wrong size on UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings, EntryPoint) == 0x000000, "Member 'UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000014, "Member 'UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings, K2Node_Event_IsDesignTime) == 0x000020, "Member 'UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000028, "Member 'UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings, K2Node_Event_bIsTutorialHighlighted) == 0x000030, "Member 'UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings::K2Node_Event_bIsTutorialHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings, CallFunc_Get_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000040, "Member 'UI_BP_FieldGuideButton_Settings_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Settings::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Settings_C_SetIsTutorialHighlighted \ static_assert(alignof(UI_BP_FieldGuideButton_Settings_C_SetIsTutorialHighlighted) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Settings_C_SetIsTutorialHighlighted"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Settings_C_SetIsTutorialHighlighted) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Settings_C_SetIsTutorialHighlighted"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_SetIsTutorialHighlighted, bIsTutorialHighlighted) == 0x000000, "Member 'UI_BP_FieldGuideButton_Settings_C_SetIsTutorialHighlighted::bIsTutorialHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Settings_C_PreConstruct \ static_assert(alignof(UI_BP_FieldGuideButton_Settings_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Settings_C_PreConstruct"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Settings_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Settings_C_PreConstruct"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_FieldGuideButton_Settings_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Settings_C_Play_Button_Loop_Animation \ static_assert(alignof(UI_BP_FieldGuideButton_Settings_C_Play_Button_Loop_Animation) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Settings_C_Play_Button_Loop_Animation"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Settings_C_Play_Button_Loop_Animation) == 0x000008, "Wrong size on UI_BP_FieldGuideButton_Settings_C_Play_Button_Loop_Animation"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_Play_Button_Loop_Animation, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_FieldGuideButton_Settings_C_Play_Button_Loop_Animation::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Settings_C_PauseButtonLoopAnimation \ static_assert(alignof(UI_BP_FieldGuideButton_Settings_C_PauseButtonLoopAnimation) == 0x000004, "Wrong alignment on UI_BP_FieldGuideButton_Settings_C_PauseButtonLoopAnimation"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Settings_C_PauseButtonLoopAnimation) == 0x000004, "Wrong size on UI_BP_FieldGuideButton_Settings_C_PauseButtonLoopAnimation"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_PauseButtonLoopAnimation, CallFunc_PauseAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_FieldGuideButton_Settings_C_PauseButtonLoopAnimation::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_FieldGuideButton_Settings_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FieldGuideButton_Settings_C \ static_assert(alignof(UUI_BP_FieldGuideButton_Settings_C) == 0x000008, "Wrong alignment on UUI_BP_FieldGuideButton_Settings_C"); \ static_assert(sizeof(UUI_BP_FieldGuideButton_Settings_C) == 0x000530, "Wrong size on UUI_BP_FieldGuideButton_Settings_C"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Settings_C, UberGraphFrame) == 0x0004B0, "Member 'UUI_BP_FieldGuideButton_Settings_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Settings_C, RotateGearAnimation) == 0x0004B8, "Member 'UUI_BP_FieldGuideButton_Settings_C::RotateGearAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Settings_C, HideHighlight) == 0x0004C0, "Member 'UUI_BP_FieldGuideButton_Settings_C::HideHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Settings_C, TutorialBounce) == 0x0004C8, "Member 'UUI_BP_FieldGuideButton_Settings_C::TutorialBounce' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Settings_C, ShowHighlight) == 0x0004D0, "Member 'UUI_BP_FieldGuideButton_Settings_C::ShowHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Settings_C, ButtonBackground) == 0x0004D8, "Member 'UUI_BP_FieldGuideButton_Settings_C::ButtonBackground' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Settings_C, buttonImage) == 0x0004E0, "Member 'UUI_BP_FieldGuideButton_Settings_C::buttonImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Settings_C, CategoryLabel) == 0x0004E8, "Member 'UUI_BP_FieldGuideButton_Settings_C::CategoryLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Settings_C, Root) == 0x0004F0, "Member 'UUI_BP_FieldGuideButton_Settings_C::Root' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Settings_C, TutorialHighlight) == 0x0004F8, "Member 'UUI_BP_FieldGuideButton_Settings_C::TutorialHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Settings_C, CategoryLabelText) == 0x000500, "Member 'UUI_BP_FieldGuideButton_Settings_C::CategoryLabelText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Settings_C, LabelPosition) == 0x000510, "Member 'UUI_BP_FieldGuideButton_Settings_C::LabelPosition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Settings_C, buttonIcon) == 0x000518, "Member 'UUI_BP_FieldGuideButton_Settings_C::buttonIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Settings_C, GearAnimationFrame) == 0x000528, "Member 'UUI_BP_FieldGuideButton_Settings_C::GearAnimationFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLastRenderedExposureFilterTimeConstants \ static_assert(alignof(FLastRenderedExposureFilterTimeConstants) == 0x000004, "Wrong alignment on FLastRenderedExposureFilterTimeConstants"); \ static_assert(sizeof(FLastRenderedExposureFilterTimeConstants) == 0x000008, "Wrong size on FLastRenderedExposureFilterTimeConstants"); \ static_assert(offsetof(FLastRenderedExposureFilterTimeConstants, AutoExposure) == 0x000000, "Member 'FLastRenderedExposureFilterTimeConstants::AutoExposure' has a wrong offset!"); \ static_assert(offsetof(FLastRenderedExposureFilterTimeConstants, AverageLuminance) == 0x000004, "Member 'FLastRenderedExposureFilterTimeConstants::AverageLuminance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLastRenderedExposure \ static_assert(alignof(FLastRenderedExposure) == 0x000008, "Wrong alignment on FLastRenderedExposure"); \ static_assert(sizeof(FLastRenderedExposure) == 0x000020, "Wrong size on FLastRenderedExposure"); \ static_assert(offsetof(FLastRenderedExposure, AutoExposureEV100) == 0x000000, "Member 'FLastRenderedExposure::AutoExposureEV100' has a wrong offset!"); \ static_assert(offsetof(FLastRenderedExposure, AverageViewLuminanceEV100) == 0x000004, "Member 'FLastRenderedExposure::AverageViewLuminanceEV100' has a wrong offset!"); \ static_assert(offsetof(FLastRenderedExposure, AverageLuminanceEV100) == 0x000008, "Member 'FLastRenderedExposure::AverageLuminanceEV100' has a wrong offset!"); \ static_assert(offsetof(FLastRenderedExposure, FrameNumber) == 0x000010, "Member 'FLastRenderedExposure::FrameNumber' has a wrong offset!"); \ static_assert(offsetof(FLastRenderedExposure, bValid) == 0x000018, "Member 'FLastRenderedExposure::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLastRenderedExposureRunningAverage \ static_assert(alignof(FLastRenderedExposureRunningAverage) == 0x000008, "Wrong alignment on FLastRenderedExposureRunningAverage"); \ static_assert(sizeof(FLastRenderedExposureRunningAverage) == 0x000028, "Wrong size on FLastRenderedExposureRunningAverage"); \ static_assert(offsetof(FLastRenderedExposureRunningAverage, Average) == 0x000000, "Member 'FLastRenderedExposureRunningAverage::Average' has a wrong offset!"); \ static_assert(offsetof(FLastRenderedExposureRunningAverage, Samples) == 0x000020, "Member 'FLastRenderedExposureRunningAverage::Samples' has a wrong offset!"); \ static_assert(offsetof(FLastRenderedExposureRunningAverage, TotalSamples) == 0x000024, "Member 'FLastRenderedExposureRunningAverage::TotalSamples' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLastRenderedExposurePair \ static_assert(alignof(FLastRenderedExposurePair) == 0x000008, "Wrong alignment on FLastRenderedExposurePair"); \ static_assert(sizeof(FLastRenderedExposurePair) == 0x000068, "Wrong size on FLastRenderedExposurePair"); \ static_assert(offsetof(FLastRenderedExposurePair, Current) == 0x000000, "Member 'FLastRenderedExposurePair::Current' has a wrong offset!"); \ static_assert(offsetof(FLastRenderedExposurePair, Filtered) == 0x000020, "Member 'FLastRenderedExposurePair::Filtered' has a wrong offset!"); \ static_assert(offsetof(FLastRenderedExposurePair, History) == 0x000040, "Member 'FLastRenderedExposurePair::History' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLastRenderedExposureUnreal \ static_assert(alignof(FLastRenderedExposureUnreal) == 0x000004, "Wrong alignment on FLastRenderedExposureUnreal"); \ static_assert(sizeof(FLastRenderedExposureUnreal) == 0x000010, "Wrong size on FLastRenderedExposureUnreal"); \ static_assert(offsetof(FLastRenderedExposureUnreal, AutoExposure) == 0x000000, "Member 'FLastRenderedExposureUnreal::AutoExposure' has a wrong offset!"); \ static_assert(offsetof(FLastRenderedExposureUnreal, AverageViewLuminance) == 0x000004, "Member 'FLastRenderedExposureUnreal::AverageViewLuminance' has a wrong offset!"); \ static_assert(offsetof(FLastRenderedExposureUnreal, AverageLuminance) == 0x000008, "Member 'FLastRenderedExposureUnreal::AverageLuminance' has a wrong offset!"); \ static_assert(offsetof(FLastRenderedExposureUnreal, AverageBrightness) == 0x00000C, "Member 'FLastRenderedExposureUnreal::AverageBrightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLastRenderedExposureWithExpiration \ static_assert(alignof(FLastRenderedExposureWithExpiration) == 0x000008, "Wrong alignment on FLastRenderedExposureWithExpiration"); \ static_assert(sizeof(FLastRenderedExposureWithExpiration) == 0x000028, "Wrong size on FLastRenderedExposureWithExpiration"); \ static_assert(offsetof(FLastRenderedExposureWithExpiration, MaxAge) == 0x000020, "Member 'FLastRenderedExposureWithExpiration::MaxAge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPostProcessExposureValues \ static_assert(alignof(FPostProcessExposureValues) == 0x000008, "Wrong alignment on FPostProcessExposureValues"); \ static_assert(sizeof(FPostProcessExposureValues) == 0x000040, "Wrong size on FPostProcessExposureValues"); \ static_assert(offsetof(FPostProcessExposureValues, AutoExposureMinBrightness) == 0x000008, "Member 'FPostProcessExposureValues::AutoExposureMinBrightness' has a wrong offset!"); \ static_assert(offsetof(FPostProcessExposureValues, AutoExposureMaxBrightness) == 0x00000C, "Member 'FPostProcessExposureValues::AutoExposureMaxBrightness' has a wrong offset!"); \ static_assert(offsetof(FPostProcessExposureValues, AutoExposureBiasBase) == 0x000010, "Member 'FPostProcessExposureValues::AutoExposureBiasBase' has a wrong offset!"); \ static_assert(offsetof(FPostProcessExposureValues, AutoExposureBiasVFX) == 0x000014, "Member 'FPostProcessExposureValues::AutoExposureBiasVFX' has a wrong offset!"); \ static_assert(offsetof(FPostProcessExposureValues, AutoExposureBiasCurve) == 0x000018, "Member 'FPostProcessExposureValues::AutoExposureBiasCurve' has a wrong offset!"); \ static_assert(offsetof(FPostProcessExposureValues, AutoExposureSpeedUp) == 0x000020, "Member 'FPostProcessExposureValues::AutoExposureSpeedUp' has a wrong offset!"); \ static_assert(offsetof(FPostProcessExposureValues, AutoExposureSpeedDown) == 0x000024, "Member 'FPostProcessExposureValues::AutoExposureSpeedDown' has a wrong offset!"); \ static_assert(offsetof(FPostProcessExposureValues, HistogramLogMin) == 0x000028, "Member 'FPostProcessExposureValues::HistogramLogMin' has a wrong offset!"); \ static_assert(offsetof(FPostProcessExposureValues, HistogramLogMax) == 0x00002C, "Member 'FPostProcessExposureValues::HistogramLogMax' has a wrong offset!"); \ static_assert(offsetof(FPostProcessExposureValues, BloomIntensity) == 0x000030, "Member 'FPostProcessExposureValues::BloomIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessExposureValues, BloomThreshold) == 0x000034, "Member 'FPostProcessExposureValues::BloomThreshold' has a wrong offset!"); \ static_assert(offsetof(FPostProcessExposureValues, AutoExposureMeterMask) == 0x000038, "Member 'FPostProcessExposureValues::AutoExposureMeterMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPostProcessExposureValuesUnreal \ static_assert(alignof(FPostProcessExposureValuesUnreal) == 0x000008, "Wrong alignment on FPostProcessExposureValuesUnreal"); \ static_assert(sizeof(FPostProcessExposureValuesUnreal) == 0x000040, "Wrong size on FPostProcessExposureValuesUnreal"); \ #define DUMPER7_ASSERTS_FPostProcessExposureValuesEV100 \ static_assert(alignof(FPostProcessExposureValuesEV100) == 0x000008, "Wrong alignment on FPostProcessExposureValuesEV100"); \ static_assert(sizeof(FPostProcessExposureValuesEV100) == 0x000040, "Wrong size on FPostProcessExposureValuesEV100"); \ #define DUMPER7_ASSERTS_FPostProcessExposureValuesEV100FinalBias \ static_assert(alignof(FPostProcessExposureValuesEV100FinalBias) == 0x000008, "Wrong alignment on FPostProcessExposureValuesEV100FinalBias"); \ static_assert(sizeof(FPostProcessExposureValuesEV100FinalBias) == 0x000048, "Wrong size on FPostProcessExposureValuesEV100FinalBias"); \ static_assert(offsetof(FPostProcessExposureValuesEV100FinalBias, AutoExposureCurveBias) == 0x000040, "Member 'FPostProcessExposureValuesEV100FinalBias::AutoExposureCurveBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPostProcessExposureValuesUnitless \ static_assert(alignof(FPostProcessExposureValuesUnitless) == 0x000008, "Wrong alignment on FPostProcessExposureValuesUnitless"); \ static_assert(sizeof(FPostProcessExposureValuesUnitless) == 0x000040, "Wrong size on FPostProcessExposureValuesUnitless"); \ #define DUMPER7_ASSERTS_UABL_Petrificus_Getup_C \ static_assert(alignof(UABL_Petrificus_Getup_C) == 0x000008, "Wrong alignment on UABL_Petrificus_Getup_C"); \ static_assert(sizeof(UABL_Petrificus_Getup_C) == 0x0000E0, "Wrong size on UABL_Petrificus_Getup_C"); \ #define DUMPER7_ASSERTS_FRCAssetFilter \ static_assert(alignof(FRCAssetFilter) == 0x000008, "Wrong alignment on FRCAssetFilter"); \ static_assert(sizeof(FRCAssetFilter) == 0x000088, "Wrong size on FRCAssetFilter"); \ static_assert(offsetof(FRCAssetFilter, PackageNames) == 0x000000, "Member 'FRCAssetFilter::PackageNames' has a wrong offset!"); \ static_assert(offsetof(FRCAssetFilter, PackagePaths) == 0x000010, "Member 'FRCAssetFilter::PackagePaths' has a wrong offset!"); \ static_assert(offsetof(FRCAssetFilter, ClassNames) == 0x000020, "Member 'FRCAssetFilter::ClassNames' has a wrong offset!"); \ static_assert(offsetof(FRCAssetFilter, RecursiveClassesExclusionSet) == 0x000030, "Member 'FRCAssetFilter::RecursiveClassesExclusionSet' has a wrong offset!"); \ static_assert(offsetof(FRCAssetFilter, RecursiveClasses) == 0x000080, "Member 'FRCAssetFilter::RecursiveClasses' has a wrong offset!"); \ static_assert(offsetof(FRCAssetFilter, RecursivePaths) == 0x000081, "Member 'FRCAssetFilter::RecursivePaths' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCPresetFieldRenamed \ static_assert(alignof(FRCPresetFieldRenamed) == 0x000004, "Wrong alignment on FRCPresetFieldRenamed"); \ static_assert(sizeof(FRCPresetFieldRenamed) == 0x000010, "Wrong size on FRCPresetFieldRenamed"); \ static_assert(offsetof(FRCPresetFieldRenamed, OldFieldLabel) == 0x000000, "Member 'FRCPresetFieldRenamed::OldFieldLabel' has a wrong offset!"); \ static_assert(offsetof(FRCPresetFieldRenamed, NewFieldLabel) == 0x000008, "Member 'FRCPresetFieldRenamed::NewFieldLabel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCAssetDescription \ static_assert(alignof(FRCAssetDescription) == 0x000008, "Wrong alignment on FRCAssetDescription"); \ static_assert(sizeof(FRCAssetDescription) == 0x000068, "Wrong size on FRCAssetDescription"); \ static_assert(offsetof(FRCAssetDescription, Name) == 0x000000, "Member 'FRCAssetDescription::Name' has a wrong offset!"); \ static_assert(offsetof(FRCAssetDescription, Class) == 0x000008, "Member 'FRCAssetDescription::Class' has a wrong offset!"); \ static_assert(offsetof(FRCAssetDescription, Path) == 0x000010, "Member 'FRCAssetDescription::Path' has a wrong offset!"); \ static_assert(offsetof(FRCAssetDescription, MetaData) == 0x000018, "Member 'FRCAssetDescription::MetaData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCShortPresetDescription \ static_assert(alignof(FRCShortPresetDescription) == 0x000008, "Wrong alignment on FRCShortPresetDescription"); \ static_assert(sizeof(FRCShortPresetDescription) == 0x000020, "Wrong size on FRCShortPresetDescription"); \ static_assert(offsetof(FRCShortPresetDescription, Name) == 0x000000, "Member 'FRCShortPresetDescription::Name' has a wrong offset!"); \ static_assert(offsetof(FRCShortPresetDescription, ID) == 0x000008, "Member 'FRCShortPresetDescription::ID' has a wrong offset!"); \ static_assert(offsetof(FRCShortPresetDescription, Path) == 0x000018, "Member 'FRCShortPresetDescription::Path' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCPropertyDescription \ static_assert(alignof(FRCPropertyDescription) == 0x000008, "Wrong alignment on FRCPropertyDescription"); \ static_assert(sizeof(FRCPropertyDescription) == 0x0000A0, "Wrong size on FRCPropertyDescription"); \ static_assert(offsetof(FRCPropertyDescription, Name) == 0x000000, "Member 'FRCPropertyDescription::Name' has a wrong offset!"); \ static_assert(offsetof(FRCPropertyDescription, Description) == 0x000010, "Member 'FRCPropertyDescription::Description' has a wrong offset!"); \ static_assert(offsetof(FRCPropertyDescription, Type) == 0x000020, "Member 'FRCPropertyDescription::Type' has a wrong offset!"); \ static_assert(offsetof(FRCPropertyDescription, ContainerType) == 0x000030, "Member 'FRCPropertyDescription::ContainerType' has a wrong offset!"); \ static_assert(offsetof(FRCPropertyDescription, KeyType) == 0x000040, "Member 'FRCPropertyDescription::KeyType' has a wrong offset!"); \ static_assert(offsetof(FRCPropertyDescription, MetaData) == 0x000050, "Member 'FRCPropertyDescription::MetaData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCObjectDescription \ static_assert(alignof(FRCObjectDescription) == 0x000008, "Wrong alignment on FRCObjectDescription"); \ static_assert(sizeof(FRCObjectDescription) == 0x000030, "Wrong size on FRCObjectDescription"); \ static_assert(offsetof(FRCObjectDescription, Name) == 0x000000, "Member 'FRCObjectDescription::Name' has a wrong offset!"); \ static_assert(offsetof(FRCObjectDescription, Class) == 0x000010, "Member 'FRCObjectDescription::Class' has a wrong offset!"); \ static_assert(offsetof(FRCObjectDescription, Path) == 0x000020, "Member 'FRCObjectDescription::Path' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCExposedPropertyDescription \ static_assert(alignof(FRCExposedPropertyDescription) == 0x000008, "Wrong alignment on FRCExposedPropertyDescription"); \ static_assert(sizeof(FRCExposedPropertyDescription) == 0x000118, "Wrong size on FRCExposedPropertyDescription"); \ static_assert(offsetof(FRCExposedPropertyDescription, DisplayName) == 0x000000, "Member 'FRCExposedPropertyDescription::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FRCExposedPropertyDescription, ID) == 0x000008, "Member 'FRCExposedPropertyDescription::ID' has a wrong offset!"); \ static_assert(offsetof(FRCExposedPropertyDescription, UnderlyingProperty) == 0x000018, "Member 'FRCExposedPropertyDescription::UnderlyingProperty' has a wrong offset!"); \ static_assert(offsetof(FRCExposedPropertyDescription, MetaData) == 0x0000B8, "Member 'FRCExposedPropertyDescription::MetaData' has a wrong offset!"); \ static_assert(offsetof(FRCExposedPropertyDescription, OwnerObjects) == 0x000108, "Member 'FRCExposedPropertyDescription::OwnerObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCFunctionDescription \ static_assert(alignof(FRCFunctionDescription) == 0x000008, "Wrong alignment on FRCFunctionDescription"); \ static_assert(sizeof(FRCFunctionDescription) == 0x000030, "Wrong size on FRCFunctionDescription"); \ static_assert(offsetof(FRCFunctionDescription, Name) == 0x000000, "Member 'FRCFunctionDescription::Name' has a wrong offset!"); \ static_assert(offsetof(FRCFunctionDescription, Description) == 0x000010, "Member 'FRCFunctionDescription::Description' has a wrong offset!"); \ static_assert(offsetof(FRCFunctionDescription, Arguments) == 0x000020, "Member 'FRCFunctionDescription::Arguments' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCExposedFunctionDescription \ static_assert(alignof(FRCExposedFunctionDescription) == 0x000008, "Wrong alignment on FRCExposedFunctionDescription"); \ static_assert(sizeof(FRCExposedFunctionDescription) == 0x000058, "Wrong size on FRCExposedFunctionDescription"); \ static_assert(offsetof(FRCExposedFunctionDescription, DisplayName) == 0x000000, "Member 'FRCExposedFunctionDescription::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FRCExposedFunctionDescription, ID) == 0x000008, "Member 'FRCExposedFunctionDescription::ID' has a wrong offset!"); \ static_assert(offsetof(FRCExposedFunctionDescription, UnderlyingFunction) == 0x000018, "Member 'FRCExposedFunctionDescription::UnderlyingFunction' has a wrong offset!"); \ static_assert(offsetof(FRCExposedFunctionDescription, OwnerObjects) == 0x000048, "Member 'FRCExposedFunctionDescription::OwnerObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCExposedActorDescription \ static_assert(alignof(FRCExposedActorDescription) == 0x000008, "Wrong alignment on FRCExposedActorDescription"); \ static_assert(sizeof(FRCExposedActorDescription) == 0x000048, "Wrong size on FRCExposedActorDescription"); \ static_assert(offsetof(FRCExposedActorDescription, DisplayName) == 0x000000, "Member 'FRCExposedActorDescription::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FRCExposedActorDescription, ID) == 0x000008, "Member 'FRCExposedActorDescription::ID' has a wrong offset!"); \ static_assert(offsetof(FRCExposedActorDescription, UnderlyingActor) == 0x000018, "Member 'FRCExposedActorDescription::UnderlyingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCPresetLayoutGroupDescription \ static_assert(alignof(FRCPresetLayoutGroupDescription) == 0x000008, "Wrong alignment on FRCPresetLayoutGroupDescription"); \ static_assert(sizeof(FRCPresetLayoutGroupDescription) == 0x000038, "Wrong size on FRCPresetLayoutGroupDescription"); \ static_assert(offsetof(FRCPresetLayoutGroupDescription, Name) == 0x000000, "Member 'FRCPresetLayoutGroupDescription::Name' has a wrong offset!"); \ static_assert(offsetof(FRCPresetLayoutGroupDescription, ExposedProperties) == 0x000008, "Member 'FRCPresetLayoutGroupDescription::ExposedProperties' has a wrong offset!"); \ static_assert(offsetof(FRCPresetLayoutGroupDescription, ExposedFunctions) == 0x000018, "Member 'FRCPresetLayoutGroupDescription::ExposedFunctions' has a wrong offset!"); \ static_assert(offsetof(FRCPresetLayoutGroupDescription, ExposedActors) == 0x000028, "Member 'FRCPresetLayoutGroupDescription::ExposedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCPresetDescription \ static_assert(alignof(FRCPresetDescription) == 0x000008, "Wrong alignment on FRCPresetDescription"); \ static_assert(sizeof(FRCPresetDescription) == 0x000040, "Wrong size on FRCPresetDescription"); \ static_assert(offsetof(FRCPresetDescription, Name) == 0x000000, "Member 'FRCPresetDescription::Name' has a wrong offset!"); \ static_assert(offsetof(FRCPresetDescription, Path) == 0x000010, "Member 'FRCPresetDescription::Path' has a wrong offset!"); \ static_assert(offsetof(FRCPresetDescription, ID) == 0x000020, "Member 'FRCPresetDescription::ID' has a wrong offset!"); \ static_assert(offsetof(FRCPresetDescription, Groups) == 0x000030, "Member 'FRCPresetDescription::Groups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCPresetModifiedEntitiesDescription \ static_assert(alignof(FRCPresetModifiedEntitiesDescription) == 0x000008, "Wrong alignment on FRCPresetModifiedEntitiesDescription"); \ static_assert(sizeof(FRCPresetModifiedEntitiesDescription) == 0x000030, "Wrong size on FRCPresetModifiedEntitiesDescription"); \ static_assert(offsetof(FRCPresetModifiedEntitiesDescription, ModifiedRCProperties) == 0x000000, "Member 'FRCPresetModifiedEntitiesDescription::ModifiedRCProperties' has a wrong offset!"); \ static_assert(offsetof(FRCPresetModifiedEntitiesDescription, ModifiedRCFunctions) == 0x000010, "Member 'FRCPresetModifiedEntitiesDescription::ModifiedRCFunctions' has a wrong offset!"); \ static_assert(offsetof(FRCPresetModifiedEntitiesDescription, ModifiedRCActors) == 0x000020, "Member 'FRCPresetModifiedEntitiesDescription::ModifiedRCActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCRequest \ static_assert(alignof(FRCRequest) == 0x000008, "Wrong alignment on FRCRequest"); \ static_assert(sizeof(FRCRequest) == 0x000068, "Wrong size on FRCRequest"); \ #define DUMPER7_ASSERTS_FRCWebSocketPresetRegisterBody \ static_assert(alignof(FRCWebSocketPresetRegisterBody) == 0x000008, "Wrong alignment on FRCWebSocketPresetRegisterBody"); \ static_assert(sizeof(FRCWebSocketPresetRegisterBody) == 0x000080, "Wrong size on FRCWebSocketPresetRegisterBody"); \ static_assert(offsetof(FRCWebSocketPresetRegisterBody, PresetName) == 0x000068, "Member 'FRCWebSocketPresetRegisterBody::PresetName' has a wrong offset!"); \ static_assert(offsetof(FRCWebSocketPresetRegisterBody, IgnoreRemoteChanges) == 0x000078, "Member 'FRCWebSocketPresetRegisterBody::IgnoreRemoteChanges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCWebSocketRequest \ static_assert(alignof(FRCWebSocketRequest) == 0x000008, "Wrong alignment on FRCWebSocketRequest"); \ static_assert(sizeof(FRCWebSocketRequest) == 0x000080, "Wrong size on FRCWebSocketRequest"); \ static_assert(offsetof(FRCWebSocketRequest, MessageName) == 0x000068, "Member 'FRCWebSocketRequest::MessageName' has a wrong offset!"); \ static_assert(offsetof(FRCWebSocketRequest, ID) == 0x000078, "Member 'FRCWebSocketRequest::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGetObjectThumbnailRequest \ static_assert(alignof(FGetObjectThumbnailRequest) == 0x000008, "Wrong alignment on FGetObjectThumbnailRequest"); \ static_assert(sizeof(FGetObjectThumbnailRequest) == 0x000078, "Wrong size on FGetObjectThumbnailRequest"); \ static_assert(offsetof(FGetObjectThumbnailRequest, ObjectPath) == 0x000068, "Member 'FGetObjectThumbnailRequest::ObjectPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSetEntityLabelRequest \ static_assert(alignof(FSetEntityLabelRequest) == 0x000008, "Wrong alignment on FSetEntityLabelRequest"); \ static_assert(sizeof(FSetEntityLabelRequest) == 0x000078, "Wrong size on FSetEntityLabelRequest"); \ static_assert(offsetof(FSetEntityLabelRequest, NewLabel) == 0x000068, "Member 'FSetEntityLabelRequest::NewLabel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSetEntityMetadataRequest \ static_assert(alignof(FSetEntityMetadataRequest) == 0x000008, "Wrong alignment on FSetEntityMetadataRequest"); \ static_assert(sizeof(FSetEntityMetadataRequest) == 0x000078, "Wrong size on FSetEntityMetadataRequest"); \ static_assert(offsetof(FSetEntityMetadataRequest, Value) == 0x000068, "Member 'FSetEntityMetadataRequest::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSetPresetMetadataRequest \ static_assert(alignof(FSetPresetMetadataRequest) == 0x000008, "Wrong alignment on FSetPresetMetadataRequest"); \ static_assert(sizeof(FSetPresetMetadataRequest) == 0x000078, "Wrong size on FSetPresetMetadataRequest"); \ static_assert(offsetof(FSetPresetMetadataRequest, Value) == 0x000068, "Member 'FSetPresetMetadataRequest::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSearchObjectRequest \ static_assert(alignof(FSearchObjectRequest) == 0x000008, "Wrong alignment on FSearchObjectRequest"); \ static_assert(sizeof(FSearchObjectRequest) == 0x0000A0, "Wrong size on FSearchObjectRequest"); \ static_assert(offsetof(FSearchObjectRequest, Query) == 0x000068, "Member 'FSearchObjectRequest::Query' has a wrong offset!"); \ static_assert(offsetof(FSearchObjectRequest, Class) == 0x000078, "Member 'FSearchObjectRequest::Class' has a wrong offset!"); \ static_assert(offsetof(FSearchObjectRequest, Outer) == 0x000088, "Member 'FSearchObjectRequest::Outer' has a wrong offset!"); \ static_assert(offsetof(FSearchObjectRequest, Limit) == 0x000098, "Member 'FSearchObjectRequest::Limit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSearchActorRequest \ static_assert(alignof(FSearchActorRequest) == 0x000008, "Wrong alignment on FSearchActorRequest"); \ static_assert(sizeof(FSearchActorRequest) == 0x000090, "Wrong size on FSearchActorRequest"); \ static_assert(offsetof(FSearchActorRequest, Query) == 0x000068, "Member 'FSearchActorRequest::Query' has a wrong offset!"); \ static_assert(offsetof(FSearchActorRequest, Class) == 0x000078, "Member 'FSearchActorRequest::Class' has a wrong offset!"); \ static_assert(offsetof(FSearchActorRequest, Limit) == 0x000088, "Member 'FSearchActorRequest::Limit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSearchAssetRequest \ static_assert(alignof(FSearchAssetRequest) == 0x000008, "Wrong alignment on FSearchAssetRequest"); \ static_assert(sizeof(FSearchAssetRequest) == 0x000108, "Wrong size on FSearchAssetRequest"); \ static_assert(offsetof(FSearchAssetRequest, Query) == 0x000068, "Member 'FSearchAssetRequest::Query' has a wrong offset!"); \ static_assert(offsetof(FSearchAssetRequest, Filter) == 0x000078, "Member 'FSearchAssetRequest::Filter' has a wrong offset!"); \ static_assert(offsetof(FSearchAssetRequest, Limit) == 0x000100, "Member 'FSearchAssetRequest::Limit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDescribeObjectRequest \ static_assert(alignof(FDescribeObjectRequest) == 0x000008, "Wrong alignment on FDescribeObjectRequest"); \ static_assert(sizeof(FDescribeObjectRequest) == 0x000078, "Wrong size on FDescribeObjectRequest"); \ static_assert(offsetof(FDescribeObjectRequest, ObjectPath) == 0x000068, "Member 'FDescribeObjectRequest::ObjectPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCPresetCallRequest \ static_assert(alignof(FRCPresetCallRequest) == 0x000008, "Wrong alignment on FRCPresetCallRequest"); \ static_assert(sizeof(FRCPresetCallRequest) == 0x000070, "Wrong size on FRCPresetCallRequest"); \ static_assert(offsetof(FRCPresetCallRequest, GenerateTransaction) == 0x000068, "Member 'FRCPresetCallRequest::GenerateTransaction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCPresetSetPropertyRequest \ static_assert(alignof(FRCPresetSetPropertyRequest) == 0x000008, "Wrong alignment on FRCPresetSetPropertyRequest"); \ static_assert(sizeof(FRCPresetSetPropertyRequest) == 0x000070, "Wrong size on FRCPresetSetPropertyRequest"); \ static_assert(offsetof(FRCPresetSetPropertyRequest, GenerateTransaction) == 0x000068, "Member 'FRCPresetSetPropertyRequest::GenerateTransaction' has a wrong offset!"); \ static_assert(offsetof(FRCPresetSetPropertyRequest, ResetToDefault) == 0x000069, "Member 'FRCPresetSetPropertyRequest::ResetToDefault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCObjectRequest \ static_assert(alignof(FRCObjectRequest) == 0x000008, "Wrong alignment on FRCObjectRequest"); \ static_assert(sizeof(FRCObjectRequest) == 0x000090, "Wrong size on FRCObjectRequest"); \ static_assert(offsetof(FRCObjectRequest, ObjectPath) == 0x000068, "Member 'FRCObjectRequest::ObjectPath' has a wrong offset!"); \ static_assert(offsetof(FRCObjectRequest, PropertyName) == 0x000078, "Member 'FRCObjectRequest::PropertyName' has a wrong offset!"); \ static_assert(offsetof(FRCObjectRequest, ResetToDefault) == 0x000088, "Member 'FRCObjectRequest::ResetToDefault' has a wrong offset!"); \ static_assert(offsetof(FRCObjectRequest, GenerateTransaction) == 0x000089, "Member 'FRCObjectRequest::GenerateTransaction' has a wrong offset!"); \ static_assert(offsetof(FRCObjectRequest, Access) == 0x00008A, "Member 'FRCObjectRequest::Access' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCCallRequest \ static_assert(alignof(FRCCallRequest) == 0x000008, "Wrong alignment on FRCCallRequest"); \ static_assert(sizeof(FRCCallRequest) == 0x000090, "Wrong size on FRCCallRequest"); \ static_assert(offsetof(FRCCallRequest, ObjectPath) == 0x000068, "Member 'FRCCallRequest::ObjectPath' has a wrong offset!"); \ static_assert(offsetof(FRCCallRequest, FunctionName) == 0x000078, "Member 'FRCCallRequest::FunctionName' has a wrong offset!"); \ static_assert(offsetof(FRCCallRequest, GenerateTransaction) == 0x000088, "Member 'FRCCallRequest::GenerateTransaction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlObjectEventHookRequest \ static_assert(alignof(FRemoteControlObjectEventHookRequest) == 0x000008, "Wrong alignment on FRemoteControlObjectEventHookRequest"); \ static_assert(sizeof(FRemoteControlObjectEventHookRequest) == 0x000090, "Wrong size on FRemoteControlObjectEventHookRequest"); \ static_assert(offsetof(FRemoteControlObjectEventHookRequest, EventType) == 0x000068, "Member 'FRemoteControlObjectEventHookRequest::EventType' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlObjectEventHookRequest, ObjectPath) == 0x000070, "Member 'FRemoteControlObjectEventHookRequest::ObjectPath' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlObjectEventHookRequest, PropertyName) == 0x000080, "Member 'FRemoteControlObjectEventHookRequest::PropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCRequestWrapper \ static_assert(alignof(FRCRequestWrapper) == 0x000008, "Wrong alignment on FRCRequestWrapper"); \ static_assert(sizeof(FRCRequestWrapper) == 0x000088, "Wrong size on FRCRequestWrapper"); \ static_assert(offsetof(FRCRequestWrapper, URL) == 0x000068, "Member 'FRCRequestWrapper::URL' has a wrong offset!"); \ static_assert(offsetof(FRCRequestWrapper, Verb) == 0x000078, "Member 'FRCRequestWrapper::Verb' has a wrong offset!"); \ static_assert(offsetof(FRCRequestWrapper, RequestID) == 0x000080, "Member 'FRCRequestWrapper::RequestID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCBatchRequest \ static_assert(alignof(FRCBatchRequest) == 0x000008, "Wrong alignment on FRCBatchRequest"); \ static_assert(sizeof(FRCBatchRequest) == 0x000078, "Wrong size on FRCBatchRequest"); \ static_assert(offsetof(FRCBatchRequest, Requests) == 0x000068, "Member 'FRCBatchRequest::Requests' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCPresetEntitiesModifiedEvent \ static_assert(alignof(FRCPresetEntitiesModifiedEvent) == 0x000008, "Wrong alignment on FRCPresetEntitiesModifiedEvent"); \ static_assert(sizeof(FRCPresetEntitiesModifiedEvent) == 0x000058, "Wrong size on FRCPresetEntitiesModifiedEvent"); \ static_assert(offsetof(FRCPresetEntitiesModifiedEvent, Type) == 0x000000, "Member 'FRCPresetEntitiesModifiedEvent::Type' has a wrong offset!"); \ static_assert(offsetof(FRCPresetEntitiesModifiedEvent, PresetName) == 0x000010, "Member 'FRCPresetEntitiesModifiedEvent::PresetName' has a wrong offset!"); \ static_assert(offsetof(FRCPresetEntitiesModifiedEvent, PresetId) == 0x000018, "Member 'FRCPresetEntitiesModifiedEvent::PresetId' has a wrong offset!"); \ static_assert(offsetof(FRCPresetEntitiesModifiedEvent, ModifiedEntities) == 0x000028, "Member 'FRCPresetEntitiesModifiedEvent::ModifiedEntities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCPresetFieldsAddedEvent \ static_assert(alignof(FRCPresetFieldsAddedEvent) == 0x000008, "Wrong alignment on FRCPresetFieldsAddedEvent"); \ static_assert(sizeof(FRCPresetFieldsAddedEvent) == 0x000068, "Wrong size on FRCPresetFieldsAddedEvent"); \ static_assert(offsetof(FRCPresetFieldsAddedEvent, Type) == 0x000000, "Member 'FRCPresetFieldsAddedEvent::Type' has a wrong offset!"); \ static_assert(offsetof(FRCPresetFieldsAddedEvent, PresetName) == 0x000010, "Member 'FRCPresetFieldsAddedEvent::PresetName' has a wrong offset!"); \ static_assert(offsetof(FRCPresetFieldsAddedEvent, PresetId) == 0x000018, "Member 'FRCPresetFieldsAddedEvent::PresetId' has a wrong offset!"); \ static_assert(offsetof(FRCPresetFieldsAddedEvent, Description) == 0x000028, "Member 'FRCPresetFieldsAddedEvent::Description' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCPresetFieldsRemovedEvent \ static_assert(alignof(FRCPresetFieldsRemovedEvent) == 0x000008, "Wrong alignment on FRCPresetFieldsRemovedEvent"); \ static_assert(sizeof(FRCPresetFieldsRemovedEvent) == 0x000048, "Wrong size on FRCPresetFieldsRemovedEvent"); \ static_assert(offsetof(FRCPresetFieldsRemovedEvent, Type) == 0x000000, "Member 'FRCPresetFieldsRemovedEvent::Type' has a wrong offset!"); \ static_assert(offsetof(FRCPresetFieldsRemovedEvent, PresetName) == 0x000010, "Member 'FRCPresetFieldsRemovedEvent::PresetName' has a wrong offset!"); \ static_assert(offsetof(FRCPresetFieldsRemovedEvent, PresetId) == 0x000018, "Member 'FRCPresetFieldsRemovedEvent::PresetId' has a wrong offset!"); \ static_assert(offsetof(FRCPresetFieldsRemovedEvent, RemovedFields) == 0x000028, "Member 'FRCPresetFieldsRemovedEvent::RemovedFields' has a wrong offset!"); \ static_assert(offsetof(FRCPresetFieldsRemovedEvent, RemovedFieldIds) == 0x000038, "Member 'FRCPresetFieldsRemovedEvent::RemovedFieldIds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCPresetLayoutModified \ static_assert(alignof(FRCPresetLayoutModified) == 0x000008, "Wrong alignment on FRCPresetLayoutModified"); \ static_assert(sizeof(FRCPresetLayoutModified) == 0x000050, "Wrong size on FRCPresetLayoutModified"); \ static_assert(offsetof(FRCPresetLayoutModified, Type) == 0x000000, "Member 'FRCPresetLayoutModified::Type' has a wrong offset!"); \ static_assert(offsetof(FRCPresetLayoutModified, Preset) == 0x000010, "Member 'FRCPresetLayoutModified::Preset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCPresetMetadataModified \ static_assert(alignof(FRCPresetMetadataModified) == 0x000008, "Wrong alignment on FRCPresetMetadataModified"); \ static_assert(sizeof(FRCPresetMetadataModified) == 0x000078, "Wrong size on FRCPresetMetadataModified"); \ static_assert(offsetof(FRCPresetMetadataModified, Type) == 0x000000, "Member 'FRCPresetMetadataModified::Type' has a wrong offset!"); \ static_assert(offsetof(FRCPresetMetadataModified, PresetName) == 0x000010, "Member 'FRCPresetMetadataModified::PresetName' has a wrong offset!"); \ static_assert(offsetof(FRCPresetMetadataModified, PresetId) == 0x000018, "Member 'FRCPresetMetadataModified::PresetId' has a wrong offset!"); \ static_assert(offsetof(FRCPresetMetadataModified, MetaData) == 0x000028, "Member 'FRCPresetMetadataModified::MetaData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRCPresetFieldsRenamedEvent \ static_assert(alignof(FRCPresetFieldsRenamedEvent) == 0x000008, "Wrong alignment on FRCPresetFieldsRenamedEvent"); \ static_assert(sizeof(FRCPresetFieldsRenamedEvent) == 0x000038, "Wrong size on FRCPresetFieldsRenamedEvent"); \ static_assert(offsetof(FRCPresetFieldsRenamedEvent, Type) == 0x000000, "Member 'FRCPresetFieldsRenamedEvent::Type' has a wrong offset!"); \ static_assert(offsetof(FRCPresetFieldsRenamedEvent, PresetName) == 0x000010, "Member 'FRCPresetFieldsRenamedEvent::PresetName' has a wrong offset!"); \ static_assert(offsetof(FRCPresetFieldsRenamedEvent, PresetId) == 0x000018, "Member 'FRCPresetFieldsRenamedEvent::PresetId' has a wrong offset!"); \ static_assert(offsetof(FRCPresetFieldsRenamedEvent, RenamedFields) == 0x000028, "Member 'FRCPresetFieldsRenamedEvent::RenamedFields' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSetEntityLabelResponse \ static_assert(alignof(FSetEntityLabelResponse) == 0x000008, "Wrong alignment on FSetEntityLabelResponse"); \ static_assert(sizeof(FSetEntityLabelResponse) == 0x000010, "Wrong size on FSetEntityLabelResponse"); \ static_assert(offsetof(FSetEntityLabelResponse, AssignedLabel) == 0x000000, "Member 'FSetEntityLabelResponse::AssignedLabel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGetMetadataResponse \ static_assert(alignof(FGetMetadataResponse) == 0x000008, "Wrong alignment on FGetMetadataResponse"); \ static_assert(sizeof(FGetMetadataResponse) == 0x000050, "Wrong size on FGetMetadataResponse"); \ static_assert(offsetof(FGetMetadataResponse, MetaData) == 0x000000, "Member 'FGetMetadataResponse::MetaData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGetMetadataFieldResponse \ static_assert(alignof(FGetMetadataFieldResponse) == 0x000008, "Wrong alignment on FGetMetadataFieldResponse"); \ static_assert(sizeof(FGetMetadataFieldResponse) == 0x000010, "Wrong size on FGetMetadataFieldResponse"); \ static_assert(offsetof(FGetMetadataFieldResponse, Value) == 0x000000, "Member 'FGetMetadataFieldResponse::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSearchActorResponse \ static_assert(alignof(FSearchActorResponse) == 0x000008, "Wrong alignment on FSearchActorResponse"); \ static_assert(sizeof(FSearchActorResponse) == 0x000010, "Wrong size on FSearchActorResponse"); \ static_assert(offsetof(FSearchActorResponse, Actors) == 0x000000, "Member 'FSearchActorResponse::Actors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSearchAssetResponse \ static_assert(alignof(FSearchAssetResponse) == 0x000008, "Wrong alignment on FSearchAssetResponse"); \ static_assert(sizeof(FSearchAssetResponse) == 0x000010, "Wrong size on FSearchAssetResponse"); \ static_assert(offsetof(FSearchAssetResponse, assets) == 0x000000, "Member 'FSearchAssetResponse::assets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDescribeObjectResponse \ static_assert(alignof(FDescribeObjectResponse) == 0x000008, "Wrong alignment on FDescribeObjectResponse"); \ static_assert(sizeof(FDescribeObjectResponse) == 0x000038, "Wrong size on FDescribeObjectResponse"); \ static_assert(offsetof(FDescribeObjectResponse, Name) == 0x000000, "Member 'FDescribeObjectResponse::Name' has a wrong offset!"); \ static_assert(offsetof(FDescribeObjectResponse, Class) == 0x000010, "Member 'FDescribeObjectResponse::Class' has a wrong offset!"); \ static_assert(offsetof(FDescribeObjectResponse, Properties) == 0x000018, "Member 'FDescribeObjectResponse::Properties' has a wrong offset!"); \ static_assert(offsetof(FDescribeObjectResponse, Functions) == 0x000028, "Member 'FDescribeObjectResponse::Functions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGetPresetResponse \ static_assert(alignof(FGetPresetResponse) == 0x000008, "Wrong alignment on FGetPresetResponse"); \ static_assert(sizeof(FGetPresetResponse) == 0x000040, "Wrong size on FGetPresetResponse"); \ static_assert(offsetof(FGetPresetResponse, Preset) == 0x000000, "Member 'FGetPresetResponse::Preset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FListPresetsResponse \ static_assert(alignof(FListPresetsResponse) == 0x000008, "Wrong alignment on FListPresetsResponse"); \ static_assert(sizeof(FListPresetsResponse) == 0x000010, "Wrong size on FListPresetsResponse"); \ static_assert(offsetof(FListPresetsResponse, Presets) == 0x000000, "Member 'FListPresetsResponse::Presets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRemoteControlRouteDescription \ static_assert(alignof(FRemoteControlRouteDescription) == 0x000008, "Wrong alignment on FRemoteControlRouteDescription"); \ static_assert(sizeof(FRemoteControlRouteDescription) == 0x000028, "Wrong size on FRemoteControlRouteDescription"); \ static_assert(offsetof(FRemoteControlRouteDescription, Path) == 0x000000, "Member 'FRemoteControlRouteDescription::Path' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlRouteDescription, Verb) == 0x000010, "Member 'FRemoteControlRouteDescription::Verb' has a wrong offset!"); \ static_assert(offsetof(FRemoteControlRouteDescription, Description) == 0x000018, "Member 'FRemoteControlRouteDescription::Description' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAPIInfoResponse \ static_assert(alignof(FAPIInfoResponse) == 0x000008, "Wrong alignment on FAPIInfoResponse"); \ static_assert(sizeof(FAPIInfoResponse) == 0x000038, "Wrong size on FAPIInfoResponse"); \ static_assert(offsetof(FAPIInfoResponse, HttpRoutes) == 0x000008, "Member 'FAPIInfoResponse::HttpRoutes' has a wrong offset!"); \ static_assert(offsetof(FAPIInfoResponse, ActivePreset) == 0x000018, "Member 'FAPIInfoResponse::ActivePreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_LightningBoltGroundedNoDeath_C \ static_assert(alignof(UABL_RCT_NPC_LightningBoltGroundedNoDeath_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_LightningBoltGroundedNoDeath_C"); \ static_assert(sizeof(UABL_RCT_NPC_LightningBoltGroundedNoDeath_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_LightningBoltGroundedNoDeath_C"); \ #define DUMPER7_ASSERTS_FSolverCollisionFilterSettings \ static_assert(alignof(FSolverCollisionFilterSettings) == 0x000004, "Wrong alignment on FSolverCollisionFilterSettings"); \ static_assert(sizeof(FSolverCollisionFilterSettings) == 0x000010, "Wrong size on FSolverCollisionFilterSettings"); \ static_assert(offsetof(FSolverCollisionFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverCollisionFilterSettings::FilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionFilterSettings, MinMass) == 0x000004, "Member 'FSolverCollisionFilterSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverCollisionFilterSettings::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionFilterSettings, MinImpulse) == 0x00000C, "Member 'FSolverCollisionFilterSettings::MinImpulse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSolverBreakingFilterSettings \ static_assert(alignof(FSolverBreakingFilterSettings) == 0x000004, "Wrong alignment on FSolverBreakingFilterSettings"); \ static_assert(sizeof(FSolverBreakingFilterSettings) == 0x000010, "Wrong size on FSolverBreakingFilterSettings"); \ static_assert(offsetof(FSolverBreakingFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverBreakingFilterSettings::FilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FSolverBreakingFilterSettings, MinMass) == 0x000004, "Member 'FSolverBreakingFilterSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FSolverBreakingFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverBreakingFilterSettings::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FSolverBreakingFilterSettings, MinVolume) == 0x00000C, "Member 'FSolverBreakingFilterSettings::MinVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSolverTrailingFilterSettings \ static_assert(alignof(FSolverTrailingFilterSettings) == 0x000004, "Wrong alignment on FSolverTrailingFilterSettings"); \ static_assert(sizeof(FSolverTrailingFilterSettings) == 0x000010, "Wrong size on FSolverTrailingFilterSettings"); \ static_assert(offsetof(FSolverTrailingFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverTrailingFilterSettings::FilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FSolverTrailingFilterSettings, MinMass) == 0x000004, "Member 'FSolverTrailingFilterSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FSolverTrailingFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverTrailingFilterSettings::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FSolverTrailingFilterSettings, MinVolume) == 0x00000C, "Member 'FSolverTrailingFilterSettings::MinVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosSolverConfiguration \ static_assert(alignof(FChaosSolverConfiguration) == 0x000004, "Wrong alignment on FChaosSolverConfiguration"); \ static_assert(sizeof(FChaosSolverConfiguration) == 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_ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup \ static_assert(alignof(ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup) == 0x000008, "Wrong alignment on ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup"); \ static_assert(sizeof(ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup) == 0x000070, "Wrong size on ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup"); \ static_assert(offsetof(ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup, EntryPoint) == 0x000000, "Member 'ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup, K2Node_Event_Context) == 0x000008, "Member 'ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Loot_Pickup_C_ExecuteUbergraph_ABL_Loot_Pickup::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Loot_Pickup_C_OnAbilityBranch \ static_assert(alignof(ABL_Loot_Pickup_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Loot_Pickup_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Loot_Pickup_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Loot_Pickup_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Loot_Pickup_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Loot_Pickup_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Loot_Pickup_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Loot_Pickup_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Loot_Pickup_C_OnAbilityStart \ static_assert(alignof(ABL_Loot_Pickup_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Loot_Pickup_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Loot_Pickup_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Loot_Pickup_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Loot_Pickup_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Loot_Pickup_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Loot_Pickup_C \ static_assert(alignof(UABL_Loot_Pickup_C) == 0x000008, "Wrong alignment on UABL_Loot_Pickup_C"); \ static_assert(sizeof(UABL_Loot_Pickup_C) == 0x0000D0, "Wrong size on UABL_Loot_Pickup_C"); \ static_assert(offsetof(UABL_Loot_Pickup_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Loot_Pickup_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OffsetCamera_WhileMoving_C_ExecuteUbergraph_BP_OffsetCamera_WhileMoving \ static_assert(alignof(BP_OffsetCamera_WhileMoving_C_ExecuteUbergraph_BP_OffsetCamera_WhileMoving) == 0x000004, "Wrong alignment on BP_OffsetCamera_WhileMoving_C_ExecuteUbergraph_BP_OffsetCamera_WhileMoving"); \ static_assert(sizeof(BP_OffsetCamera_WhileMoving_C_ExecuteUbergraph_BP_OffsetCamera_WhileMoving) == 0x000004, "Wrong size on BP_OffsetCamera_WhileMoving_C_ExecuteUbergraph_BP_OffsetCamera_WhileMoving"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_ExecuteUbergraph_BP_OffsetCamera_WhileMoving, EntryPoint) == 0x000000, "Member 'BP_OffsetCamera_WhileMoving_C_ExecuteUbergraph_BP_OffsetCamera_WhileMoving::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OffsetCamera_WhileMoving_C_OnUpdateEvent \ static_assert(alignof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent) == 0x000008, "Wrong alignment on BP_OffsetCamera_WhileMoving_C_OnUpdateEvent"); \ static_assert(sizeof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent) == 0x000050, "Wrong size on BP_OffsetCamera_WhileMoving_C_OnUpdateEvent"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent, DeltaSeconds_0) == 0x000000, "Member 'BP_OffsetCamera_WhileMoving_C_OnUpdateEvent::DeltaSeconds_0' has a wrong offset!"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent, ReturnValue) == 0x000004, "Member 'BP_OffsetCamera_WhileMoving_C_OnUpdateEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent, Temp_bool_Variable) == 0x000005, "Member 'BP_OffsetCamera_WhileMoving_C_OnUpdateEvent::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent, Temp_bool_Variable_1) == 0x000006, "Member 'BP_OffsetCamera_WhileMoving_C_OnUpdateEvent::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_OffsetCamera_WhileMoving_C_OnUpdateEvent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent, CallFunc_GetTarget_ReturnValue) == 0x000010, "Member 'BP_OffsetCamera_WhileMoving_C_OnUpdateEvent::CallFunc_GetTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent, CallFunc_GetTargetActor_ReturnValue) == 0x000018, "Member 'BP_OffsetCamera_WhileMoving_C_OnUpdateEvent::CallFunc_GetTargetActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent, K2Node_DynamicCast_AsCharacter) == 0x000020, "Member 'BP_OffsetCamera_WhileMoving_C_OnUpdateEvent::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_OffsetCamera_WhileMoving_C_OnUpdateEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent, CallFunc_IsMovingOnGround_ReturnValue) == 0x000029, "Member 'BP_OffsetCamera_WhileMoving_C_OnUpdateEvent::CallFunc_IsMovingOnGround_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent, CallFunc_VSize_ReturnValue) == 0x00002C, "Member 'BP_OffsetCamera_WhileMoving_C_OnUpdateEvent::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_OffsetCamera_WhileMoving_C_OnUpdateEvent::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent, CallFunc_BooleanAND_ReturnValue) == 0x000031, "Member 'BP_OffsetCamera_WhileMoving_C_OnUpdateEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent, K2Node_Select_Default) == 0x000034, "Member 'BP_OffsetCamera_WhileMoving_C_OnUpdateEvent::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent, K2Node_Select_Default_1) == 0x000040, "Member 'BP_OffsetCamera_WhileMoving_C_OnUpdateEvent::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnUpdateEvent, CallFunc_VInterpTo_ReturnValue) == 0x000044, "Member 'BP_OffsetCamera_WhileMoving_C_OnUpdateEvent::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OffsetCamera_WhileMoving_C_OnActivateEvent \ static_assert(alignof(BP_OffsetCamera_WhileMoving_C_OnActivateEvent) == 0x000001, "Wrong alignment on BP_OffsetCamera_WhileMoving_C_OnActivateEvent"); \ static_assert(sizeof(BP_OffsetCamera_WhileMoving_C_OnActivateEvent) == 0x000001, "Wrong size on BP_OffsetCamera_WhileMoving_C_OnActivateEvent"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnActivateEvent, ReturnValue) == 0x000000, "Member 'BP_OffsetCamera_WhileMoving_C_OnActivateEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OffsetCamera_WhileMoving_C_OnWriteCameraDataEvent \ static_assert(alignof(BP_OffsetCamera_WhileMoving_C_OnWriteCameraDataEvent) == 0x000004, "Wrong alignment on BP_OffsetCamera_WhileMoving_C_OnWriteCameraDataEvent"); \ static_assert(sizeof(BP_OffsetCamera_WhileMoving_C_OnWriteCameraDataEvent) == 0x0000B4, "Wrong size on BP_OffsetCamera_WhileMoving_C_OnWriteCameraDataEvent"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnWriteCameraDataEvent, CameraData) == 0x000000, "Member 'BP_OffsetCamera_WhileMoving_C_OnWriteCameraDataEvent::CameraData' has a wrong offset!"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnWriteCameraDataEvent, ReturnValue) == 0x0000B0, "Member 'BP_OffsetCamera_WhileMoving_C_OnWriteCameraDataEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OffsetCamera_WhileMoving_C_OnGetDebugStatsEvent \ static_assert(alignof(BP_OffsetCamera_WhileMoving_C_OnGetDebugStatsEvent) == 0x000008, "Wrong alignment on BP_OffsetCamera_WhileMoving_C_OnGetDebugStatsEvent"); \ static_assert(sizeof(BP_OffsetCamera_WhileMoving_C_OnGetDebugStatsEvent) == 0x000010, "Wrong size on BP_OffsetCamera_WhileMoving_C_OnGetDebugStatsEvent"); \ static_assert(offsetof(BP_OffsetCamera_WhileMoving_C_OnGetDebugStatsEvent, ReturnValue) == 0x000000, "Member 'BP_OffsetCamera_WhileMoving_C_OnGetDebugStatsEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_OffsetCamera_WhileMoving_C \ static_assert(alignof(UBP_OffsetCamera_WhileMoving_C) == 0x000008, "Wrong alignment on UBP_OffsetCamera_WhileMoving_C"); \ static_assert(sizeof(UBP_OffsetCamera_WhileMoving_C) == 0x000208, "Wrong size on UBP_OffsetCamera_WhileMoving_C"); \ static_assert(offsetof(UBP_OffsetCamera_WhileMoving_C, UberGraphFrame) == 0x0001C8, "Member 'UBP_OffsetCamera_WhileMoving_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_OffsetCamera_WhileMoving_C, IsMoving) == 0x0001D0, "Member 'UBP_OffsetCamera_WhileMoving_C::IsMoving' has a wrong offset!"); \ static_assert(offsetof(UBP_OffsetCamera_WhileMoving_C, CameraOffset) == 0x0001D4, "Member 'UBP_OffsetCamera_WhileMoving_C::CameraOffset' has a wrong offset!"); \ static_assert(offsetof(UBP_OffsetCamera_WhileMoving_C, OffsetWhileMoving) == 0x0001E0, "Member 'UBP_OffsetCamera_WhileMoving_C::OffsetWhileMoving' has a wrong offset!"); \ static_assert(offsetof(UBP_OffsetCamera_WhileMoving_C, OffsetWhileStill) == 0x0001EC, "Member 'UBP_OffsetCamera_WhileMoving_C::OffsetWhileStill' has a wrong offset!"); \ static_assert(offsetof(UBP_OffsetCamera_WhileMoving_C, InterpSpeedStopping) == 0x0001F8, "Member 'UBP_OffsetCamera_WhileMoving_C::InterpSpeedStopping' has a wrong offset!"); \ static_assert(offsetof(UBP_OffsetCamera_WhileMoving_C, InterpSpeedMoving) == 0x0001FC, "Member 'UBP_OffsetCamera_WhileMoving_C::InterpSpeedMoving' has a wrong offset!"); \ static_assert(offsetof(UBP_OffsetCamera_WhileMoving_C, DeltaSeconds) == 0x000200, "Member 'UBP_OffsetCamera_WhileMoving_C::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Incinerate_Relic_CIN_C \ static_assert(alignof(ABP_SkinFX_Incinerate_Relic_CIN_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Incinerate_Relic_CIN_C"); \ static_assert(sizeof(ABP_SkinFX_Incinerate_Relic_CIN_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Incinerate_Relic_CIN_C"); \ #define DUMPER7_ASSERTS_UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud \ static_assert(alignof(UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud) == 0x000008, "Wrong alignment on UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud"); \ static_assert(sizeof(UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud) == 0x000088, "Wrong size on UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud"); \ static_assert(offsetof(UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud, EntryPoint) == 0x000000, "Member 'UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud, K2Node_CustomEvent_Error_Key) == 0x000004, "Member 'UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud::K2Node_CustomEvent_Error_Key' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud, CallFunc_Get_ReturnValue) == 0x000020, "Member 'UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud, CallFunc_GetTimeInNoMountZone_time) == 0x000028, "Member 'UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud::CallFunc_GetTimeInNoMountZone_time' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud, CallFunc_GetTimeInNoMountZone_ReturnValue) == 0x00002C, "Member 'UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud::CallFunc_GetTimeInNoMountZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud, CallFunc_Conv_FloatToText_ReturnValue) == 0x000030, "Member 'UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud, K2Node_Event_MyGeometry) == 0x000048, "Member 'UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud, K2Node_Event_InDeltaTime) == 0x000080, "Member 'UI_BP_NoFlyHud_C_ExecuteUbergraph_UI_BP_NoFlyHud::K2Node_Event_InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NoFlyHud_C_Show \ static_assert(alignof(UI_BP_NoFlyHud_C_Show) == 0x000004, "Wrong alignment on UI_BP_NoFlyHud_C_Show"); \ static_assert(sizeof(UI_BP_NoFlyHud_C_Show) == 0x000008, "Wrong size on UI_BP_NoFlyHud_C_Show"); \ static_assert(offsetof(UI_BP_NoFlyHud_C_Show, Error_Key) == 0x000000, "Member 'UI_BP_NoFlyHud_C_Show::Error_Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NoFlyHud_C_Tick \ static_assert(alignof(UI_BP_NoFlyHud_C_Tick) == 0x000004, "Wrong alignment on UI_BP_NoFlyHud_C_Tick"); \ static_assert(sizeof(UI_BP_NoFlyHud_C_Tick) == 0x00003C, "Wrong size on UI_BP_NoFlyHud_C_Tick"); \ static_assert(offsetof(UI_BP_NoFlyHud_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_NoFlyHud_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoFlyHud_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_NoFlyHud_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_NoFlyHud_C \ static_assert(alignof(UUI_BP_NoFlyHud_C) == 0x000008, "Wrong alignment on UUI_BP_NoFlyHud_C"); \ static_assert(sizeof(UUI_BP_NoFlyHud_C) == 0x000308, "Wrong size on UUI_BP_NoFlyHud_C"); \ static_assert(offsetof(UUI_BP_NoFlyHud_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_NoFlyHud_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NoFlyHud_C, ErrorMessage) == 0x0002F0, "Member 'UUI_BP_NoFlyHud_C::ErrorMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NoFlyHud_C, timeText) == 0x0002F8, "Member 'UUI_BP_NoFlyHud_C::timeText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NoFlyHud_C, NewVar_0) == 0x000300, "Member 'UUI_BP_NoFlyHud_C::NewVar_0' 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_BP_SubSonic_ConfringoProjectile_C_OnHit \ static_assert(alignof(BP_SubSonic_ConfringoProjectile_C_OnHit) == 0x000004, "Wrong alignment on BP_SubSonic_ConfringoProjectile_C_OnHit"); \ static_assert(sizeof(BP_SubSonic_ConfringoProjectile_C_OnHit) == 0x00008C, "Wrong size on BP_SubSonic_ConfringoProjectile_C_OnHit"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_OnHit, HitResult) == 0x000000, "Member 'BP_SubSonic_ConfringoProjectile_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_OnHit, bDestroyed) == 0x000088, "Member 'BP_SubSonic_ConfringoProjectile_C_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_OnHit, bHit) == 0x000089, "Member 'BP_SubSonic_ConfringoProjectile_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_OnHit, bBlocked) == 0x00008A, "Member 'BP_SubSonic_ConfringoProjectile_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_OnHit, bFailed) == 0x00008B, "Member 'BP_SubSonic_ConfringoProjectile_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile \ static_assert(alignof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile) == 0x000010, "Wrong alignment on BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile"); \ static_assert(sizeof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile) == 0x0001F0, "Wrong size on BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, EntryPoint) == 0x000000, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, K2Node_Event_HitResult) == 0x000004, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, K2Node_Event_bDestroyed) == 0x00008C, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::K2Node_Event_bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, K2Node_Event_bHit) == 0x00008D, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, K2Node_Event_bBlocked) == 0x00008E, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, K2Node_Event_bFailed) == 0x00008F, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::K2Node_Event_bFailed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BreakHitResult_bBlockingHit) == 0x000090, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BreakHitResult_bInitialOverlap) == 0x000091, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BreakHitResult_Time) == 0x000094, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BreakHitResult_Distance) == 0x000098, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BreakHitResult_Location) == 0x00009C, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A8, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BreakHitResult_Normal) == 0x0000B4, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C0, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BreakHitResult_PhysMat) == 0x0000D0, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BreakHitResult_HitActor) == 0x0000D8, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BreakHitResult_HitComponent) == 0x0000E0, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BreakHitResult_HitBoneName) == 0x0000E8, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BreakHitResult_HitItem) == 0x0000F0, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BreakHitResult_ElementIndex) == 0x0000F4, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BreakHitResult_FaceIndex) == 0x0000F8, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BreakHitResult_TraceStart) == 0x0000FC, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BreakHitResult_TraceEnd) == 0x000108, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000114, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_GetComponentByClass_ReturnValue) == 0x000120, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_Normal_ReturnValue) == 0x000128, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_IsValid_ReturnValue) == 0x000134, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_IsValid_ReturnValue_1) == 0x000135, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, K2Node_DynamicCast_AsCharacter) == 0x000138, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, K2Node_DynamicCast_bSuccess) == 0x000140, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_SetOnFire_ReturnValue) == 0x000141, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_SetOnFire_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, Temp_delegate_Variable) == 0x000144, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, Temp_struct_Variable) == 0x000158, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_PostEvent_ReturnValue) == 0x000168, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00016C, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_Add_VectorVector_ReturnValue) == 0x000178, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_MakeTransform_ReturnValue) == 0x000190, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0001C0, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_DoDamageOverTime_ReturnValue) == 0x0001C8, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_DoDamageOverTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, CallFunc_FinishSpawningActor_ReturnValue) == 0x0001D0, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, K2Node_DynamicCast_AsBiped_Player) == 0x0001D8, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile, K2Node_DynamicCast_bSuccess_1) == 0x0001E0, "Member 'BP_SubSonic_ConfringoProjectile_C_ExecuteUbergraph_BP_SubSonic_ConfringoProjectile::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_ConfringoProjectile_C \ static_assert(alignof(ABP_SubSonic_ConfringoProjectile_C) == 0x000010, "Wrong alignment on ABP_SubSonic_ConfringoProjectile_C"); \ static_assert(sizeof(ABP_SubSonic_ConfringoProjectile_C) == 0x0004C0, "Wrong size on ABP_SubSonic_ConfringoProjectile_C"); \ static_assert(offsetof(ABP_SubSonic_ConfringoProjectile_C, UberGraphFrame) == 0x000468, "Member 'ABP_SubSonic_ConfringoProjectile_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_ConfringoProjectile_C, N_Trail) == 0x000470, "Member 'ABP_SubSonic_ConfringoProjectile_C::N_Trail' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_ConfringoProjectile_C, ScaleValue) == 0x000478, "Member 'ABP_SubSonic_ConfringoProjectile_C::ScaleValue' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_ConfringoProjectile_C, Field_Radius) == 0x00047C, "Member 'ABP_SubSonic_ConfringoProjectile_C::Field_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_ConfringoProjectile_C, Field_Transform) == 0x000480, "Member 'ABP_SubSonic_ConfringoProjectile_C::Field_Transform' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_ConfringoProjectile_C, Munition_Data_Assets) == 0x0004B0, "Member 'ABP_SubSonic_ConfringoProjectile_C::Munition_Data_Assets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDoAvoidanceAsyncWork \ static_assert(alignof(FDoAvoidanceAsyncWork) == 0x000008, "Wrong alignment on FDoAvoidanceAsyncWork"); \ static_assert(sizeof(FDoAvoidanceAsyncWork) == 0x000040, "Wrong size on FDoAvoidanceAsyncWork"); \ #define DUMPER7_ASSERTS_FDesiredLocationValidationData \ static_assert(alignof(FDesiredLocationValidationData) == 0x000008, "Wrong alignment on FDesiredLocationValidationData"); \ static_assert(sizeof(FDesiredLocationValidationData) == 0x000018, "Wrong size on FDesiredLocationValidationData"); \ static_assert(offsetof(FDesiredLocationValidationData, DesiredLocation) == 0x000000, "Member 'FDesiredLocationValidationData::DesiredLocation' has a wrong offset!"); \ static_assert(offsetof(FDesiredLocationValidationData, bLocationAvailable) == 0x000010, "Member 'FDesiredLocationValidationData::bLocationAvailable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCreatorValidationData \ static_assert(alignof(FCreatorValidationData) == 0x000008, "Wrong alignment on FCreatorValidationData"); \ static_assert(sizeof(FCreatorValidationData) == 0x000018, "Wrong size on FCreatorValidationData"); \ static_assert(offsetof(FCreatorValidationData, bCreatorReady) == 0x000000, "Member 'FCreatorValidationData::bCreatorReady' has a wrong offset!"); \ static_assert(offsetof(FCreatorValidationData, bHasUniqueCreatorName) == 0x000001, "Member 'FCreatorValidationData::bHasUniqueCreatorName' has a wrong offset!"); \ static_assert(offsetof(FCreatorValidationData, bHasScheduleFilter) == 0x000002, "Member 'FCreatorValidationData::bHasScheduleFilter' has a wrong offset!"); \ static_assert(offsetof(FCreatorValidationData, bHasDesiredLocations) == 0x000003, "Member 'FCreatorValidationData::bHasDesiredLocations' has a wrong offset!"); \ static_assert(offsetof(FCreatorValidationData, bHasValidLocationIDs) == 0x000004, "Member 'FCreatorValidationData::bHasValidLocationIDs' has a wrong offset!"); \ static_assert(offsetof(FCreatorValidationData, bHasLocationData) == 0x000005, "Member 'FCreatorValidationData::bHasLocationData' has a wrong offset!"); \ static_assert(offsetof(FCreatorValidationData, bHasScheduleData) == 0x000006, "Member 'FCreatorValidationData::bHasScheduleData' has a wrong offset!"); \ static_assert(offsetof(FCreatorValidationData, bHasEncounterData) == 0x000007, "Member 'FCreatorValidationData::bHasEncounterData' has a wrong offset!"); \ static_assert(offsetof(FCreatorValidationData, DesiredLocations) == 0x000008, "Member 'FCreatorValidationData::DesiredLocations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomButtonWidget \ static_assert(alignof(FCustomButtonWidget) == 0x000008, "Wrong alignment on FCustomButtonWidget"); \ static_assert(sizeof(FCustomButtonWidget) == 0x000030, "Wrong size on FCustomButtonWidget"); \ #define DUMPER7_ASSERTS_FDbDoubleColumnInfo \ static_assert(alignof(FDbDoubleColumnInfo) == 0x000008, "Wrong alignment on FDbDoubleColumnInfo"); \ static_assert(sizeof(FDbDoubleColumnInfo) == 0x0000D8, "Wrong size on FDbDoubleColumnInfo"); \ static_assert(offsetof(FDbDoubleColumnInfo, SelectedDataColumn1) == 0x000000, "Member 'FDbDoubleColumnInfo::SelectedDataColumn1' has a wrong offset!"); \ static_assert(offsetof(FDbDoubleColumnInfo, SelectedDataColumn2) == 0x000010, "Member 'FDbDoubleColumnInfo::SelectedDataColumn2' has a wrong offset!"); \ static_assert(offsetof(FDbDoubleColumnInfo, Column1DataList) == 0x000020, "Member 'FDbDoubleColumnInfo::Column1DataList' has a wrong offset!"); \ static_assert(offsetof(FDbDoubleColumnInfo, Column2DataList) == 0x000030, "Member 'FDbDoubleColumnInfo::Column2DataList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDbEditorButtonWidget \ static_assert(alignof(FDbEditorButtonWidget) == 0x000008, "Wrong alignment on FDbEditorButtonWidget"); \ static_assert(sizeof(FDbEditorButtonWidget) == 0x000080, "Wrong size on FDbEditorButtonWidget"); \ #define DUMPER7_ASSERTS_FDbEditorColumnDefault \ static_assert(alignof(FDbEditorColumnDefault) == 0x000008, "Wrong alignment on FDbEditorColumnDefault"); \ static_assert(sizeof(FDbEditorColumnDefault) == 0x000020, "Wrong size on FDbEditorColumnDefault"); \ #define DUMPER7_ASSERTS_FDbSingleColumnInfo \ static_assert(alignof(FDbSingleColumnInfo) == 0x000008, "Wrong alignment on FDbSingleColumnInfo"); \ static_assert(sizeof(FDbSingleColumnInfo) == 0x000088, "Wrong size on FDbSingleColumnInfo"); \ static_assert(offsetof(FDbSingleColumnInfo, SelectedData) == 0x000000, "Member 'FDbSingleColumnInfo::SelectedData' has a wrong offset!"); \ static_assert(offsetof(FDbSingleColumnInfo, ColumnDataList) == 0x000010, "Member 'FDbSingleColumnInfo::ColumnDataList' has a wrong offset!"); \ static_assert(offsetof(FDbSingleColumnInfo, WidgetItemName) == 0x000020, "Member 'FDbSingleColumnInfo::WidgetItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FKnowledgeInfo \ static_assert(alignof(FKnowledgeInfo) == 0x000008, "Wrong alignment on FKnowledgeInfo"); \ static_assert(sizeof(FKnowledgeInfo) == 0x000030, "Wrong size on FKnowledgeInfo"); \ static_assert(offsetof(FKnowledgeInfo, ObjectGroup) == 0x000000, "Member 'FKnowledgeInfo::ObjectGroup' has a wrong offset!"); \ static_assert(offsetof(FKnowledgeInfo, AllowedObjectGroupList) == 0x000010, "Member 'FKnowledgeInfo::AllowedObjectGroupList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLootDropInfo \ static_assert(alignof(FLootDropInfo) == 0x000008, "Wrong alignment on FLootDropInfo"); \ static_assert(sizeof(FLootDropInfo) == 0x000030, "Wrong size on FLootDropInfo"); \ static_assert(offsetof(FLootDropInfo, ObjectGroup) == 0x000000, "Member 'FLootDropInfo::ObjectGroup' has a wrong offset!"); \ static_assert(offsetof(FLootDropInfo, AllowedObjectGroupList) == 0x000010, "Member 'FLootDropInfo::AllowedObjectGroupList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavAgent \ static_assert(alignof(FNavAgent) == 0x000004, "Wrong alignment on FNavAgent"); \ static_assert(sizeof(FNavAgent) == 0x000008, "Wrong size on FNavAgent"); \ static_assert(offsetof(FNavAgent, AgentName) == 0x000000, "Member 'FNavAgent::AgentName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSelectableSubobjectName \ static_assert(alignof(FSelectableSubobjectName) == 0x000004, "Wrong alignment on FSelectableSubobjectName"); \ static_assert(sizeof(FSelectableSubobjectName) == 0x000008, "Wrong size on FSelectableSubobjectName"); \ static_assert(offsetof(FSelectableSubobjectName, Name) == 0x000000, "Member 'FSelectableSubobjectName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpawnSelectInfo \ static_assert(alignof(FSpawnSelectInfo) == 0x000008, "Wrong alignment on FSpawnSelectInfo"); \ static_assert(sizeof(FSpawnSelectInfo) == 0x000080, "Wrong size on FSpawnSelectInfo"); \ static_assert(offsetof(FSpawnSelectInfo, ObjectType) == 0x000000, "Member 'FSpawnSelectInfo::ObjectType' has a wrong offset!"); \ static_assert(offsetof(FSpawnSelectInfo, ObjectToSpawn) == 0x000010, "Member 'FSpawnSelectInfo::ObjectToSpawn' has a wrong offset!"); \ static_assert(offsetof(FSpawnSelectInfo, AllowedObjectTypeList) == 0x000020, "Member 'FSpawnSelectInfo::AllowedObjectTypeList' has a wrong offset!"); \ static_assert(offsetof(FSpawnSelectInfo, FilteredObjectList) == 0x000030, "Member 'FSpawnSelectInfo::FilteredObjectList' has a wrong offset!"); \ static_assert(offsetof(FSpawnSelectInfo, MyIndex) == 0x000064, "Member 'FSpawnSelectInfo::MyIndex' has a wrong offset!"); \ static_assert(offsetof(FSpawnSelectInfo, bIsIndexed) == 0x000068, "Member 'FSpawnSelectInfo::bIsIndexed' has a wrong offset!"); \ static_assert(offsetof(FSpawnSelectInfo, bIsRedirected) == 0x000069, "Member 'FSpawnSelectInfo::bIsRedirected' has a wrong offset!"); \ static_assert(offsetof(FSpawnSelectInfo, bIsExpanded) == 0x00006A, "Member 'FSpawnSelectInfo::bIsExpanded' has a wrong offset!"); \ static_assert(offsetof(FSpawnSelectInfo, GroupName) == 0x000070, "Member 'FSpawnSelectInfo::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMOTD \ static_assert(alignof(FMOTD) == 0x000008, "Wrong alignment on FMOTD"); \ static_assert(sizeof(FMOTD) == 0x000028, "Wrong size on FMOTD"); \ static_assert(offsetof(FMOTD, content) == 0x000000, "Member 'FMOTD::content' has a wrong offset!"); \ static_assert(offsetof(FMOTD, ImageURL) == 0x000010, "Member 'FMOTD::ImageURL' has a wrong offset!"); \ static_assert(offsetof(FMOTD, ImgSizeX) == 0x000020, "Member 'FMOTD::ImgSizeX' has a wrong offset!"); \ static_assert(offsetof(FMOTD, ImgSizeY) == 0x000024, "Member 'FMOTD::ImgSizeY' 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_UBP_JumpLandMed_CamShake_C \ static_assert(alignof(UBP_JumpLandMed_CamShake_C) == 0x000010, "Wrong alignment on UBP_JumpLandMed_CamShake_C"); \ static_assert(sizeof(UBP_JumpLandMed_CamShake_C) == 0x0001B0, "Wrong size on UBP_JumpLandMed_CamShake_C"); \ #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_0) == 0x000020, "Member 'FStructSerializerNumericTestStruct::float_0' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerNumericTestStruct, Double) == 0x000028, "Member 'FStructSerializerNumericTestStruct::Double' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStructSerializerBooleanTestStruct \ static_assert(alignof(FStructSerializerBooleanTestStruct) == 0x000001, "Wrong alignment on FStructSerializerBooleanTestStruct"); \ static_assert(sizeof(FStructSerializerBooleanTestStruct) == 0x000003, "Wrong size on FStructSerializerBooleanTestStruct"); \ static_assert(offsetof(FStructSerializerBooleanTestStruct, BoolFalse) == 0x000000, "Member 'FStructSerializerBooleanTestStruct::BoolFalse' has a wrong offset!"); \ static_assert(offsetof(FStructSerializerBooleanTestStruct, BoolTrue) == 0x000001, "Member 'FStructSerializerBooleanTestStruct::BoolTrue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStructSerializerObjectTestStruct \ static_assert(alignof(FStructSerializerObjectTestStruct) == 0x000008, "Wrong alignment on FStructSerializerObjectTestStruct"); \ static_assert(sizeof(FStructSerializerObjectTestStruct) == 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_UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip \ static_assert(alignof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip) == 0x000008, "Wrong alignment on UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip"); \ static_assert(sizeof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip) == 0x000098, "Wrong size on UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip, EntryPoint) == 0x000000, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip, K2Node_Event_IsDesignTime) == 0x000008, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip, K2Node_Event_NewLegendItem) == 0x000010, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip::K2Node_Event_NewLegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip, K2Node_Event_StartFromIndex) == 0x000018, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip::K2Node_Event_StartFromIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000020, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip, K2Node_MakeStruct_LegendItemData) == 0x000028, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip, CallFunc_GetChildrenCount_ReturnValue) == 0x000058, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip, K2Node_MakeArray_Array) == 0x000060, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000070, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000074, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip, CallFunc_GetChildrenCount_ReturnValue_1) == 0x000078, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip::CallFunc_GetChildrenCount_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip, K2Node_MakeStruct_Margin) == 0x00007C, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x00008C, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip, CallFunc_RemoveChildAt_ReturnValue) == 0x000090, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip::CallFunc_RemoveChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip, CallFunc_Array_Add_ReturnValue) == 0x000094, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Tooltip::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Legend_Horizontal_Tooltip_C_RemoveAllLegendItems \ static_assert(alignof(UI_BP_Legend_Horizontal_Tooltip_C_RemoveAllLegendItems) == 0x000004, "Wrong alignment on UI_BP_Legend_Horizontal_Tooltip_C_RemoveAllLegendItems"); \ static_assert(sizeof(UI_BP_Legend_Horizontal_Tooltip_C_RemoveAllLegendItems) == 0x000004, "Wrong size on UI_BP_Legend_Horizontal_Tooltip_C_RemoveAllLegendItems"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_RemoveAllLegendItems, StartFromIndex) == 0x000000, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_RemoveAllLegendItems::StartFromIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Legend_Horizontal_Tooltip_C_AddLegendItem \ static_assert(alignof(UI_BP_Legend_Horizontal_Tooltip_C_AddLegendItem) == 0x000008, "Wrong alignment on UI_BP_Legend_Horizontal_Tooltip_C_AddLegendItem"); \ static_assert(sizeof(UI_BP_Legend_Horizontal_Tooltip_C_AddLegendItem) == 0x000008, "Wrong size on UI_BP_Legend_Horizontal_Tooltip_C_AddLegendItem"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_AddLegendItem, NewLegendItem) == 0x000000, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_AddLegendItem::NewLegendItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Legend_Horizontal_Tooltip_C_PreConstruct \ static_assert(alignof(UI_BP_Legend_Horizontal_Tooltip_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_Legend_Horizontal_Tooltip_C_PreConstruct"); \ static_assert(sizeof(UI_BP_Legend_Horizontal_Tooltip_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_Legend_Horizontal_Tooltip_C_PreConstruct"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings) == 0x000070, "Wrong size on UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings, Temp_int_Array_Index_Variable) == 0x000038, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item) == 0x000048, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000058, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'UI_BP_Legend_Horizontal_Tooltip_C_GatherMenuReaderStrings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Legend_Horizontal_Tooltip_C \ static_assert(alignof(UUI_BP_Legend_Horizontal_Tooltip_C) == 0x000008, "Wrong alignment on UUI_BP_Legend_Horizontal_Tooltip_C"); \ static_assert(sizeof(UUI_BP_Legend_Horizontal_Tooltip_C) == 0x0003A8, "Wrong size on UUI_BP_Legend_Horizontal_Tooltip_C"); \ static_assert(offsetof(UUI_BP_Legend_Horizontal_Tooltip_C, UberGraphFrame) == 0x000388, "Member 'UUI_BP_Legend_Horizontal_Tooltip_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Legend_Horizontal_Tooltip_C, ParentLegendPanel) == 0x000390, "Member 'UUI_BP_Legend_Horizontal_Tooltip_C::ParentLegendPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Legend_Horizontal_Tooltip_C, CachedLegendItems) == 0x000398, "Member 'UUI_BP_Legend_Horizontal_Tooltip_C::CachedLegendItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AOE_Depulso_C_OnHit \ static_assert(alignof(BP_AOE_Depulso_C_OnHit) == 0x000008, "Wrong alignment on BP_AOE_Depulso_C_OnHit"); \ static_assert(sizeof(BP_AOE_Depulso_C_OnHit) == 0x000180, "Wrong size on BP_AOE_Depulso_C_OnHit"); \ static_assert(offsetof(BP_AOE_Depulso_C_OnHit, MunitionImpact) == 0x000000, "Member 'BP_AOE_Depulso_C_OnHit::MunitionImpact' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_OnHit, HitResult) == 0x0000F0, "Member 'BP_AOE_Depulso_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_OnHit, bHit) == 0x000178, "Member 'BP_AOE_Depulso_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_OnHit, bBlocked) == 0x000179, "Member 'BP_AOE_Depulso_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_OnHit, bFailed) == 0x00017A, "Member 'BP_AOE_Depulso_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso \ static_assert(alignof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso) == 0x000008, "Wrong alignment on BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso"); \ static_assert(sizeof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso) == 0x000268, "Wrong size on BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, EntryPoint) == 0x000000, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, K2Node_DynamicCast_AsSpell_Tool) == 0x000010, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::K2Node_DynamicCast_AsSpell_Tool' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, K2Node_Event_MunitionImpact) == 0x000020, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::K2Node_Event_MunitionImpact' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, K2Node_Event_HitResult) == 0x000110, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, K2Node_Event_bHit) == 0x000198, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, K2Node_Event_bBlocked) == 0x000199, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, K2Node_Event_bFailed) == 0x00019A, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::K2Node_Event_bFailed' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_BreakHitResult_bBlockingHit) == 0x00019B, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_BreakHitResult_bInitialOverlap) == 0x00019C, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_BreakHitResult_Time) == 0x0001A0, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_BreakHitResult_Distance) == 0x0001A4, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_BreakHitResult_Location) == 0x0001A8, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_BreakHitResult_ImpactPoint) == 0x0001B4, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_BreakHitResult_Normal) == 0x0001C0, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_BreakHitResult_ImpactNormal) == 0x0001CC, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_BreakHitResult_PhysMat) == 0x0001D8, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_BreakHitResult_HitActor) == 0x0001E0, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_BreakHitResult_HitComponent) == 0x0001E8, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_BreakHitResult_HitBoneName) == 0x0001F0, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_BreakHitResult_HitItem) == 0x0001F8, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_BreakHitResult_ElementIndex) == 0x0001FC, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_BreakHitResult_FaceIndex) == 0x000200, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_BreakHitResult_TraceStart) == 0x000204, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_BreakHitResult_TraceEnd) == 0x000210, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_GetCharacterActor_ReturnValue) == 0x000220, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_GetCharacterActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, K2Node_DynamicCast_AsBiped_Player) == 0x000228, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, K2Node_DynamicCast_bSuccess_1) == 0x000230, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, K2Node_DynamicCast_AsCharacter) == 0x000238, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, K2Node_DynamicCast_bSuccess_2) == 0x000240, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000244, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000250, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso, CallFunc_Normal_ReturnValue) == 0x00025C, "Member 'BP_AOE_Depulso_C_ExecuteUbergraph_BP_AOE_Depulso::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AOE_Depulso_C \ static_assert(alignof(ABP_AOE_Depulso_C) == 0x000008, "Wrong alignment on ABP_AOE_Depulso_C"); \ static_assert(sizeof(ABP_AOE_Depulso_C) == 0x000670, "Wrong size on ABP_AOE_Depulso_C"); \ static_assert(offsetof(ABP_AOE_Depulso_C, UberGraphFrame) == 0x000660, "Member 'ABP_AOE_Depulso_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AOE_Depulso_C, DefaultSceneRoot) == 0x000668, "Member 'ABP_AOE_Depulso_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_Cursor_C_I_SetTooltipInfo \ static_assert(alignof(UI_BPI_Cursor_C_I_SetTooltipInfo) == 0x000008, "Wrong alignment on UI_BPI_Cursor_C_I_SetTooltipInfo"); \ static_assert(sizeof(UI_BPI_Cursor_C_I_SetTooltipInfo) == 0x000098, "Wrong size on UI_BPI_Cursor_C_I_SetTooltipInfo"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipInfo, Title) == 0x000000, "Member 'UI_BPI_Cursor_C_I_SetTooltipInfo::Title' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipInfo, TitleTranslatable) == 0x000010, "Member 'UI_BPI_Cursor_C_I_SetTooltipInfo::TitleTranslatable' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipInfo, Description) == 0x000018, "Member 'UI_BPI_Cursor_C_I_SetTooltipInfo::Description' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipInfo, DescriptionTranslatable) == 0x000028, "Member 'UI_BPI_Cursor_C_I_SetTooltipInfo::DescriptionTranslatable' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipInfo, Quality) == 0x000030, "Member 'UI_BPI_Cursor_C_I_SetTooltipInfo::Quality' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipInfo, Legend) == 0x000040, "Member 'UI_BPI_Cursor_C_I_SetTooltipInfo::Legend' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipInfo, ContentWidget) == 0x000058, "Member 'UI_BPI_Cursor_C_I_SetTooltipInfo::ContentWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipInfo, NonExpandContent) == 0x000060, "Member 'UI_BPI_Cursor_C_I_SetTooltipInfo::NonExpandContent' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipInfo, RarityTier) == 0x000068, "Member 'UI_BPI_Cursor_C_I_SetTooltipInfo::RarityTier' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipInfo, UsesGenderIcon) == 0x000070, "Member 'UI_BPI_Cursor_C_I_SetTooltipInfo::UsesGenderIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipInfo, IsMale) == 0x000071, "Member 'UI_BPI_Cursor_C_I_SetTooltipInfo::IsMale' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipInfo, UsesLegendError) == 0x000072, "Member 'UI_BPI_Cursor_C_I_SetTooltipInfo::UsesLegendError' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipInfo, LegendErrorMessage) == 0x000078, "Member 'UI_BPI_Cursor_C_I_SetTooltipInfo::LegendErrorMessage' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipInfo, UseAlbinoIcon) == 0x000090, "Member 'UI_BPI_Cursor_C_I_SetTooltipInfo::UseAlbinoIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_Cursor_C_I_setTooltipTitle \ static_assert(alignof(UI_BPI_Cursor_C_I_setTooltipTitle) == 0x000008, "Wrong alignment on UI_BPI_Cursor_C_I_setTooltipTitle"); \ static_assert(sizeof(UI_BPI_Cursor_C_I_setTooltipTitle) == 0x000018, "Wrong size on UI_BPI_Cursor_C_I_setTooltipTitle"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_setTooltipTitle, NewTitle) == 0x000000, "Member 'UI_BPI_Cursor_C_I_setTooltipTitle::NewTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_setTooltipTitle, Translatable) == 0x000010, "Member 'UI_BPI_Cursor_C_I_setTooltipTitle::Translatable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_Cursor_C_I_ShowTooltipProgressBar \ static_assert(alignof(UI_BPI_Cursor_C_I_ShowTooltipProgressBar) == 0x000001, "Wrong alignment on UI_BPI_Cursor_C_I_ShowTooltipProgressBar"); \ static_assert(sizeof(UI_BPI_Cursor_C_I_ShowTooltipProgressBar) == 0x000001, "Wrong size on UI_BPI_Cursor_C_I_ShowTooltipProgressBar"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_ShowTooltipProgressBar, ShouldShow) == 0x000000, "Member 'UI_BPI_Cursor_C_I_ShowTooltipProgressBar::ShouldShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_Cursor_C_I_SetTooltipProgressPercent \ static_assert(alignof(UI_BPI_Cursor_C_I_SetTooltipProgressPercent) == 0x000004, "Wrong alignment on UI_BPI_Cursor_C_I_SetTooltipProgressPercent"); \ static_assert(sizeof(UI_BPI_Cursor_C_I_SetTooltipProgressPercent) == 0x000004, "Wrong size on UI_BPI_Cursor_C_I_SetTooltipProgressPercent"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipProgressPercent, percent) == 0x000000, "Member 'UI_BPI_Cursor_C_I_SetTooltipProgressPercent::percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_Cursor_C_I_SetTooltipLegend \ static_assert(alignof(UI_BPI_Cursor_C_I_SetTooltipLegend) == 0x000008, "Wrong alignment on UI_BPI_Cursor_C_I_SetTooltipLegend"); \ static_assert(sizeof(UI_BPI_Cursor_C_I_SetTooltipLegend) == 0x000018, "Wrong size on UI_BPI_Cursor_C_I_SetTooltipLegend"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipLegend, NewLegend) == 0x000000, "Member 'UI_BPI_Cursor_C_I_SetTooltipLegend::NewLegend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_Cursor_C_I_IsTooltipShowing \ static_assert(alignof(UI_BPI_Cursor_C_I_IsTooltipShowing) == 0x000001, "Wrong alignment on UI_BPI_Cursor_C_I_IsTooltipShowing"); \ static_assert(sizeof(UI_BPI_Cursor_C_I_IsTooltipShowing) == 0x000001, "Wrong size on UI_BPI_Cursor_C_I_IsTooltipShowing"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_IsTooltipShowing, IsShowing) == 0x000000, "Member 'UI_BPI_Cursor_C_I_IsTooltipShowing::IsShowing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_Cursor_C_I_AddNonExpandableContent \ static_assert(alignof(UI_BPI_Cursor_C_I_AddNonExpandableContent) == 0x000008, "Wrong alignment on UI_BPI_Cursor_C_I_AddNonExpandableContent"); \ static_assert(sizeof(UI_BPI_Cursor_C_I_AddNonExpandableContent) == 0x000010, "Wrong size on UI_BPI_Cursor_C_I_AddNonExpandableContent"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_AddNonExpandableContent, NewContent) == 0x000000, "Member 'UI_BPI_Cursor_C_I_AddNonExpandableContent::NewContent' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_AddNonExpandableContent, ClearExistingContent) == 0x000008, "Member 'UI_BPI_Cursor_C_I_AddNonExpandableContent::ClearExistingContent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_Cursor_C_I_SetTooltipItemName \ static_assert(alignof(UI_BPI_Cursor_C_I_SetTooltipItemName) == 0x000008, "Wrong alignment on UI_BPI_Cursor_C_I_SetTooltipItemName"); \ static_assert(sizeof(UI_BPI_Cursor_C_I_SetTooltipItemName) == 0x000010, "Wrong size on UI_BPI_Cursor_C_I_SetTooltipItemName"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipItemName, Title) == 0x000000, "Member 'UI_BPI_Cursor_C_I_SetTooltipItemName::Title' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_Cursor_C_I_ToggleRTInfoCallout \ static_assert(alignof(UI_BPI_Cursor_C_I_ToggleRTInfoCallout) == 0x000001, "Wrong alignment on UI_BPI_Cursor_C_I_ToggleRTInfoCallout"); \ static_assert(sizeof(UI_BPI_Cursor_C_I_ToggleRTInfoCallout) == 0x000001, "Wrong size on UI_BPI_Cursor_C_I_ToggleRTInfoCallout"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_ToggleRTInfoCallout, ShowCallout) == 0x000000, "Member 'UI_BPI_Cursor_C_I_ToggleRTInfoCallout::ShowCallout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_Cursor_C_I_SetTooltipLegendData \ static_assert(alignof(UI_BPI_Cursor_C_I_SetTooltipLegendData) == 0x000008, "Wrong alignment on UI_BPI_Cursor_C_I_SetTooltipLegendData"); \ static_assert(sizeof(UI_BPI_Cursor_C_I_SetTooltipLegendData) == 0x000010, "Wrong size on UI_BPI_Cursor_C_I_SetTooltipLegendData"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_SetTooltipLegendData, LegendData) == 0x000000, "Member 'UI_BPI_Cursor_C_I_SetTooltipLegendData::LegendData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_Cursor_C_I_GetTooltipLegendItem \ static_assert(alignof(UI_BPI_Cursor_C_I_GetTooltipLegendItem) == 0x000008, "Wrong alignment on UI_BPI_Cursor_C_I_GetTooltipLegendItem"); \ static_assert(sizeof(UI_BPI_Cursor_C_I_GetTooltipLegendItem) == 0x000010, "Wrong size on UI_BPI_Cursor_C_I_GetTooltipLegendItem"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_GetTooltipLegendItem, LegendItemIndex) == 0x000000, "Member 'UI_BPI_Cursor_C_I_GetTooltipLegendItem::LegendItemIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_Cursor_C_I_GetTooltipLegendItem, LegendItem) == 0x000008, "Member 'UI_BPI_Cursor_C_I_GetTooltipLegendItem::LegendItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_Cursor_C \ static_assert(alignof(IUI_BPI_Cursor_C) == 0x000001, "Wrong alignment on IUI_BPI_Cursor_C"); \ static_assert(sizeof(IUI_BPI_Cursor_C) == 0x000001, "Wrong size on IUI_BPI_Cursor_C"); \ #define DUMPER7_ASSERTS_BP_EdgeFogController_C_UserConstructionScript \ static_assert(alignof(BP_EdgeFogController_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_EdgeFogController_C_UserConstructionScript"); \ static_assert(sizeof(BP_EdgeFogController_C_UserConstructionScript) == 0x0000FC, "Wrong size on BP_EdgeFogController_C_UserConstructionScript"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, localZs) == 0x000000, "Member 'BP_EdgeFogController_C_UserConstructionScript::localZs' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, localYs) == 0x000004, "Member 'BP_EdgeFogController_C_UserConstructionScript::localYs' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, localXs) == 0x000008, "Member 'BP_EdgeFogController_C_UserConstructionScript::localXs' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x00000C, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000010, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000014, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000018, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000024, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000028, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x00002C, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_1) == 0x000038, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000044, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, Temp_int_Variable) == 0x0000CC, "Member 'BP_EdgeFogController_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x0000D0, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x0000D4, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x0000E0, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x0000E4, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x0000E8, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000EC, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0000F0, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0000F4, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_UserConstructionScript, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000F8, "Member 'BP_EdgeFogController_C_UserConstructionScript::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController \ static_assert(alignof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController) == 0x000004, "Wrong alignment on BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController"); \ static_assert(sizeof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController) == 0x000100, "Wrong size on BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, EntryPoint) == 0x000000, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000008, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x00000C, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, Temp_int_Variable) == 0x000010, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000014, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x000018, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000024, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_BreakVector_X) == 0x000028, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_BreakVector_Y) == 0x00002C, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_BreakVector_Z) == 0x000030, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000038, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x00003C, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_Subtract_IntInt_ReturnValue) == 0x000040, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000044, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_Lerp_ReturnValue) == 0x000048, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_Add_FloatFloat_ReturnValue) == 0x00004C, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000050, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000054, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x000058, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_Divide_FloatFloat_ReturnValue_4) == 0x00005C, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_Divide_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_MakeVector_ReturnValue) == 0x000060, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_MakeVector_ReturnValue_1) == 0x00006C, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000078, "Member 'BP_EdgeFogController_C_ExecuteUbergraph_BP_EdgeFogController::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_EdgeFogController_C \ static_assert(alignof(ABP_EdgeFogController_C) == 0x000008, "Wrong alignment on ABP_EdgeFogController_C"); \ static_assert(sizeof(ABP_EdgeFogController_C) == 0x0002A8, "Wrong size on ABP_EdgeFogController_C"); \ static_assert(offsetof(ABP_EdgeFogController_C, UberGraphFrame) == 0x000248, "Member 'ABP_EdgeFogController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_EdgeFogController_C, CenterPoint) == 0x000250, "Member 'ABP_EdgeFogController_C::CenterPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_EdgeFogController_C, Niagara) == 0x000258, "Member 'ABP_EdgeFogController_C::Niagara' has a wrong offset!"); \ static_assert(offsetof(ABP_EdgeFogController_C, Spline1) == 0x000260, "Member 'ABP_EdgeFogController_C::Spline1' has a wrong offset!"); \ static_assert(offsetof(ABP_EdgeFogController_C, DefaultSceneRoot) == 0x000268, "Member 'ABP_EdgeFogController_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_EdgeFogController_C, Fade_Value_9FAD62B843C2BE1DE2CC40B22F94B68E) == 0x000270, "Member 'ABP_EdgeFogController_C::Fade_Value_9FAD62B843C2BE1DE2CC40B22F94B68E' has a wrong offset!"); \ static_assert(offsetof(ABP_EdgeFogController_C, Fade__Direction_9FAD62B843C2BE1DE2CC40B22F94B68E) == 0x000274, "Member 'ABP_EdgeFogController_C::Fade__Direction_9FAD62B843C2BE1DE2CC40B22F94B68E' has a wrong offset!"); \ static_assert(offsetof(ABP_EdgeFogController_C, fade) == 0x000278, "Member 'ABP_EdgeFogController_C::fade' has a wrong offset!"); \ static_assert(offsetof(ABP_EdgeFogController_C, SectionLength) == 0x000280, "Member 'ABP_EdgeFogController_C::SectionLength' has a wrong offset!"); \ static_assert(offsetof(ABP_EdgeFogController_C, HorizontalLength) == 0x000284, "Member 'ABP_EdgeFogController_C::HorizontalLength' has a wrong offset!"); \ static_assert(offsetof(ABP_EdgeFogController_C, VerticalLength) == 0x000288, "Member 'ABP_EdgeFogController_C::VerticalLength' has a wrong offset!"); \ static_assert(offsetof(ABP_EdgeFogController_C, Offset) == 0x00028C, "Member 'ABP_EdgeFogController_C::Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_EdgeFogController_C, MaxOpacity) == 0x000290, "Member 'ABP_EdgeFogController_C::MaxOpacity' has a wrong offset!"); \ static_assert(offsetof(ABP_EdgeFogController_C, Deactivate) == 0x000294, "Member 'ABP_EdgeFogController_C::Deactivate' has a wrong offset!"); \ static_assert(offsetof(ABP_EdgeFogController_C, XValues) == 0x000298, "Member 'ABP_EdgeFogController_C::XValues' has a wrong offset!"); \ static_assert(offsetof(ABP_EdgeFogController_C, YValues) == 0x00029C, "Member 'ABP_EdgeFogController_C::YValues' has a wrong offset!"); \ static_assert(offsetof(ABP_EdgeFogController_C, ZValues) == 0x0002A0, "Member 'ABP_EdgeFogController_C::ZValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ControllerButtonRichTextDecorator_C \ static_assert(alignof(UUI_BP_ControllerButtonRichTextDecorator_C) == 0x000008, "Wrong alignment on UUI_BP_ControllerButtonRichTextDecorator_C"); \ static_assert(sizeof(UUI_BP_ControllerButtonRichTextDecorator_C) == 0x000028, "Wrong size on UUI_BP_ControllerButtonRichTextDecorator_C"); \ #define DUMPER7_ASSERTS_UI_BP_LegendBox_C_ExecuteUbergraph_UI_BP_LegendBox \ static_assert(alignof(UI_BP_LegendBox_C_ExecuteUbergraph_UI_BP_LegendBox) == 0x000004, "Wrong alignment on UI_BP_LegendBox_C_ExecuteUbergraph_UI_BP_LegendBox"); \ static_assert(sizeof(UI_BP_LegendBox_C_ExecuteUbergraph_UI_BP_LegendBox) == 0x000008, "Wrong size on UI_BP_LegendBox_C_ExecuteUbergraph_UI_BP_LegendBox"); \ static_assert(offsetof(UI_BP_LegendBox_C_ExecuteUbergraph_UI_BP_LegendBox, EntryPoint) == 0x000000, "Member 'UI_BP_LegendBox_C_ExecuteUbergraph_UI_BP_LegendBox::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_ExecuteUbergraph_UI_BP_LegendBox, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_LegendBox_C_ExecuteUbergraph_UI_BP_LegendBox::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendBox_C_PreConstruct \ static_assert(alignof(UI_BP_LegendBox_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_LegendBox_C_PreConstruct"); \ static_assert(sizeof(UI_BP_LegendBox_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_LegendBox_C_PreConstruct"); \ static_assert(offsetof(UI_BP_LegendBox_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_LegendBox_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendBox_C_PopulateCallouts \ static_assert(alignof(UI_BP_LegendBox_C_PopulateCallouts) == 0x000008, "Wrong alignment on UI_BP_LegendBox_C_PopulateCallouts"); \ static_assert(sizeof(UI_BP_LegendBox_C_PopulateCallouts) == 0x000078, "Wrong size on UI_BP_LegendBox_C_PopulateCallouts"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'UI_BP_LegendBox_C_PopulateCallouts::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'UI_BP_LegendBox_C_PopulateCallouts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, Temp_int_Array_Index_Variable) == 0x000008, "Member 'UI_BP_LegendBox_C_PopulateCallouts::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, K2Node_MakeStruct_Margin) == 0x00000C, "Member 'UI_BP_LegendBox_C_PopulateCallouts::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, CallFunc_GetChildrenCount_ReturnValue) == 0x00001C, "Member 'UI_BP_LegendBox_C_PopulateCallouts::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'UI_BP_LegendBox_C_PopulateCallouts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, CallFunc_Subtract_IntInt_ReturnValue) == 0x000024, "Member 'UI_BP_LegendBox_C_PopulateCallouts::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, Temp_int_Variable) == 0x000028, "Member 'UI_BP_LegendBox_C_PopulateCallouts::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, CallFunc_GetChildAt_ReturnValue) == 0x000030, "Member 'UI_BP_LegendBox_C_PopulateCallouts::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, CallFunc_GetChildAt_ReturnValue_1) == 0x000038, "Member 'UI_BP_LegendBox_C_PopulateCallouts::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, K2Node_DynamicCast_AsRich_Text_Block__Phoenix_) == 0x000040, "Member 'UI_BP_LegendBox_C_PopulateCallouts::K2Node_DynamicCast_AsRich_Text_Block__Phoenix_' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'UI_BP_LegendBox_C_PopulateCallouts::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, K2Node_DynamicCast_AsHorizontal_Box_Slot) == 0x000050, "Member 'UI_BP_LegendBox_C_PopulateCallouts::K2Node_DynamicCast_AsHorizontal_Box_Slot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'UI_BP_LegendBox_C_PopulateCallouts::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000059, "Member 'UI_BP_LegendBox_C_PopulateCallouts::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, CallFunc_Add_IntInt_ReturnValue_1) == 0x00005C, "Member 'UI_BP_LegendBox_C_PopulateCallouts::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, CallFunc_Array_Get_Item) == 0x000060, "Member 'UI_BP_LegendBox_C_PopulateCallouts::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'UI_BP_LegendBox_C_PopulateCallouts::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBox_C_PopulateCallouts, CallFunc_Less_IntInt_ReturnValue) == 0x000074, "Member 'UI_BP_LegendBox_C_PopulateCallouts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_LegendBox_C \ static_assert(alignof(UUI_BP_LegendBox_C) == 0x000008, "Wrong alignment on UUI_BP_LegendBox_C"); \ static_assert(sizeof(UUI_BP_LegendBox_C) == 0x000288, "Wrong size on UUI_BP_LegendBox_C"); \ static_assert(offsetof(UUI_BP_LegendBox_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_LegendBox_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LegendBox_C, NewLegendContainer) == 0x000270, "Member 'UUI_BP_LegendBox_C::NewLegendContainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LegendBox_C, LegendStrings) == 0x000278, "Member 'UUI_BP_LegendBox_C::LegendStrings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCast_Diffindo_C \ static_assert(alignof(UABL_WandCast_Diffindo_C) == 0x000008, "Wrong alignment on UABL_WandCast_Diffindo_C"); \ static_assert(sizeof(UABL_WandCast_Diffindo_C) == 0x0000C8, "Wrong size on UABL_WandCast_Diffindo_C"); \ #define DUMPER7_ASSERTS_UI_BP_HUDHint_C_ExecuteUbergraph_UI_BP_HUDHint \ static_assert(alignof(UI_BP_HUDHint_C_ExecuteUbergraph_UI_BP_HUDHint) == 0x000004, "Wrong alignment on UI_BP_HUDHint_C_ExecuteUbergraph_UI_BP_HUDHint"); \ static_assert(sizeof(UI_BP_HUDHint_C_ExecuteUbergraph_UI_BP_HUDHint) == 0x000008, "Wrong size on UI_BP_HUDHint_C_ExecuteUbergraph_UI_BP_HUDHint"); \ static_assert(offsetof(UI_BP_HUDHint_C_ExecuteUbergraph_UI_BP_HUDHint, EntryPoint) == 0x000000, "Member 'UI_BP_HUDHint_C_ExecuteUbergraph_UI_BP_HUDHint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUDHint_C_ExecuteUbergraph_UI_BP_HUDHint, K2Node_CustomEvent_MaxDuration) == 0x000004, "Member 'UI_BP_HUDHint_C_ExecuteUbergraph_UI_BP_HUDHint::K2Node_CustomEvent_MaxDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUDHint_C_ResetAutoHideTimer \ static_assert(alignof(UI_BP_HUDHint_C_ResetAutoHideTimer) == 0x000004, "Wrong alignment on UI_BP_HUDHint_C_ResetAutoHideTimer"); \ static_assert(sizeof(UI_BP_HUDHint_C_ResetAutoHideTimer) == 0x000004, "Wrong size on UI_BP_HUDHint_C_ResetAutoHideTimer"); \ static_assert(offsetof(UI_BP_HUDHint_C_ResetAutoHideTimer, MaxDuration) == 0x000000, "Member 'UI_BP_HUDHint_C_ResetAutoHideTimer::MaxDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUDHint_C_SetAndShowHint \ static_assert(alignof(UI_BP_HUDHint_C_SetAndShowHint) == 0x000008, "Wrong alignment on UI_BP_HUDHint_C_SetAndShowHint"); \ static_assert(sizeof(UI_BP_HUDHint_C_SetAndShowHint) == 0x000020, "Wrong size on UI_BP_HUDHint_C_SetAndShowHint"); \ static_assert(offsetof(UI_BP_HUDHint_C_SetAndShowHint, HintKey) == 0x000000, "Member 'UI_BP_HUDHint_C_SetAndShowHint::HintKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUDHint_C_SetAndShowHint, MaxDuration) == 0x000010, "Member 'UI_BP_HUDHint_C_SetAndShowHint::MaxDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUDHint_C_SetAndShowHint, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'UI_BP_HUDHint_C_SetAndShowHint::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUDHint_C_ClearHint \ static_assert(alignof(UI_BP_HUDHint_C_ClearHint) == 0x000008, "Wrong alignment on UI_BP_HUDHint_C_ClearHint"); \ static_assert(sizeof(UI_BP_HUDHint_C_ClearHint) == 0x000008, "Wrong size on UI_BP_HUDHint_C_ClearHint"); \ static_assert(offsetof(UI_BP_HUDHint_C_ClearHint, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UI_BP_HUDHint_C_ClearHint::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_HUDHint_C \ static_assert(alignof(UUI_BP_HUDHint_C) == 0x000008, "Wrong alignment on UUI_BP_HUDHint_C"); \ static_assert(sizeof(UUI_BP_HUDHint_C) == 0x000318, "Wrong size on UUI_BP_HUDHint_C"); \ static_assert(offsetof(UUI_BP_HUDHint_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_HUDHint_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUDHint_C, Hint_Intro) == 0x0002F0, "Member 'UUI_BP_HUDHint_C::Hint_Intro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUDHint_C, Hint_Outro) == 0x0002F8, "Member 'UUI_BP_HUDHint_C::Hint_Outro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUDHint_C, HintText) == 0x000300, "Member 'UUI_BP_HUDHint_C::HintText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUDHint_C, TopOverlay) == 0x000308, "Member 'UUI_BP_HUDHint_C::TopOverlay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUDHint_C, HintShown) == 0x000310, "Member 'UUI_BP_HUDHint_C::HintShown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ExpandableToolTip_C_ExecuteUbergraph_UI_BP_ExpandableToolTip \ static_assert(alignof(UI_BP_ExpandableToolTip_C_ExecuteUbergraph_UI_BP_ExpandableToolTip) == 0x000008, "Wrong alignment on UI_BP_ExpandableToolTip_C_ExecuteUbergraph_UI_BP_ExpandableToolTip"); \ static_assert(sizeof(UI_BP_ExpandableToolTip_C_ExecuteUbergraph_UI_BP_ExpandableToolTip) == 0x000030, "Wrong size on UI_BP_ExpandableToolTip_C_ExecuteUbergraph_UI_BP_ExpandableToolTip"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_ExecuteUbergraph_UI_BP_ExpandableToolTip, EntryPoint) == 0x000000, "Member 'UI_BP_ExpandableToolTip_C_ExecuteUbergraph_UI_BP_ExpandableToolTip::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_ExecuteUbergraph_UI_BP_ExpandableToolTip, CallFunc_ConstructTween_ReturnValue) == 0x000008, "Member 'UI_BP_ExpandableToolTip_C_ExecuteUbergraph_UI_BP_ExpandableToolTip::CallFunc_ConstructTween_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_ExecuteUbergraph_UI_BP_ExpandableToolTip, K2Node_MakeArray_Array) == 0x000010, "Member 'UI_BP_ExpandableToolTip_C_ExecuteUbergraph_UI_BP_ExpandableToolTip::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_ExecuteUbergraph_UI_BP_ExpandableToolTip, K2Node_ComponentBoundEvent_Area) == 0x000020, "Member 'UI_BP_ExpandableToolTip_C_ExecuteUbergraph_UI_BP_ExpandableToolTip::K2Node_ComponentBoundEvent_Area' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_ExecuteUbergraph_UI_BP_ExpandableToolTip, K2Node_ComponentBoundEvent_bIsExpanded) == 0x000028, "Member 'UI_BP_ExpandableToolTip_C_ExecuteUbergraph_UI_BP_ExpandableToolTip::K2Node_ComponentBoundEvent_bIsExpanded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ExpandableToolTip_C_BndEvt__expandableContent_K2Node_ComponentBoundEvent_0_OnExpandableAreaExpansionChanged__DelegateSignature \ static_assert(alignof(UI_BP_ExpandableToolTip_C_BndEvt__expandableContent_K2Node_ComponentBoundEvent_0_OnExpandableAreaExpansionChanged__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_ExpandableToolTip_C_BndEvt__expandableContent_K2Node_ComponentBoundEvent_0_OnExpandableAreaExpansionChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_ExpandableToolTip_C_BndEvt__expandableContent_K2Node_ComponentBoundEvent_0_OnExpandableAreaExpansionChanged__DelegateSignature) == 0x000010, "Wrong size on UI_BP_ExpandableToolTip_C_BndEvt__expandableContent_K2Node_ComponentBoundEvent_0_OnExpandableAreaExpansionChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_BndEvt__expandableContent_K2Node_ComponentBoundEvent_0_OnExpandableAreaExpansionChanged__DelegateSignature, Area) == 0x000000, "Member 'UI_BP_ExpandableToolTip_C_BndEvt__expandableContent_K2Node_ComponentBoundEvent_0_OnExpandableAreaExpansionChanged__DelegateSignature::Area' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_BndEvt__expandableContent_K2Node_ComponentBoundEvent_0_OnExpandableAreaExpansionChanged__DelegateSignature, bIsExpanded) == 0x000008, "Member 'UI_BP_ExpandableToolTip_C_BndEvt__expandableContent_K2Node_ComponentBoundEvent_0_OnExpandableAreaExpansionChanged__DelegateSignature::bIsExpanded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ExpandableToolTip_C_SetTooltipData \ static_assert(alignof(UI_BP_ExpandableToolTip_C_SetTooltipData) == 0x000008, "Wrong alignment on UI_BP_ExpandableToolTip_C_SetTooltipData"); \ static_assert(sizeof(UI_BP_ExpandableToolTip_C_SetTooltipData) == 0x000148, "Wrong size on UI_BP_ExpandableToolTip_C_SetTooltipData"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, NewTitle) == 0x000000, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::NewTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, TitleTranslatable) == 0x000010, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::TitleTranslatable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, NewDescription) == 0x000018, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::NewDescription' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, DescriptionTranslatable) == 0x000028, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::DescriptionTranslatable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, NewQuality) == 0x000030, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::NewQuality' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, NewLegend) == 0x000040, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::NewLegend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, ContentWidget) == 0x000058, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::ContentWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, RarityTier) == 0x000060, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::RarityTier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, UsesGenderIcon) == 0x000068, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::UsesGenderIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, IsMale) == 0x000069, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::IsMale' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, UsesLegendError) == 0x00006A, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::UsesLegendError' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, LegendErrorMessage) == 0x000070, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::LegendErrorMessage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, UseAlbinoIcon) == 0x000088, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::UseAlbinoIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, CallFunc_IsValid_ReturnValue) == 0x000089, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x00008A, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000B0, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, K2Node_MakeArray_Array) == 0x0000C8, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, CallFunc_MakeLiteralText_ReturnValue) == 0x0000D8, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, Temp_byte_Variable) == 0x0000F0, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, CallFunc_EqualEqual_TextText_ReturnValue) == 0x0000F1, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, CallFunc_Not_PreBool_ReturnValue) == 0x0000F2, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, Temp_byte_Variable_1) == 0x0000F3, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, Temp_bool_Variable) == 0x0000F4, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, Temp_object_Variable) == 0x0000F8, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, K2Node_Select_Default) == 0x000100, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, Temp_object_Variable_1) == 0x000108, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, CallFunc_IsValid_ReturnValue_1) == 0x000110, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, CallFunc_EqualEqual_StrStr_ReturnValue_2) == 0x000111, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::CallFunc_EqualEqual_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, CallFunc_Not_PreBool_ReturnValue_1) == 0x000112, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, Temp_bool_Variable_1) == 0x000113, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, CallFunc_BooleanAND_ReturnValue) == 0x000114, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, CallFunc_Not_PreBool_ReturnValue_2) == 0x000115, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, K2Node_Select_Default_1) == 0x000118, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, Temp_byte_Variable_2) == 0x000120, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, Temp_byte_Variable_3) == 0x000121, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, Temp_bool_Variable_2) == 0x000122, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, Temp_byte_Variable_4) == 0x000123, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, K2Node_Select_Default_2) == 0x000124, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, Temp_byte_Variable_5) == 0x000125, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000128, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, CallFunc_GetDesiredSize_ReturnValue) == 0x000130, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, CallFunc_BreakVector2D_X) == 0x000138, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, CallFunc_BreakVector2D_Y) == 0x00013C, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, Temp_bool_Variable_3) == 0x000140, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipData, K2Node_Select_Default_3) == 0x000141, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipData::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ExpandableToolTip_C_ToggleExpandableContent \ static_assert(alignof(UI_BP_ExpandableToolTip_C_ToggleExpandableContent) == 0x000001, "Wrong alignment on UI_BP_ExpandableToolTip_C_ToggleExpandableContent"); \ static_assert(sizeof(UI_BP_ExpandableToolTip_C_ToggleExpandableContent) == 0x000001, "Wrong size on UI_BP_ExpandableToolTip_C_ToggleExpandableContent"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_ToggleExpandableContent, ShouldAnimate) == 0x000000, "Member 'UI_BP_ExpandableToolTip_C_ToggleExpandableContent::ShouldAnimate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ExpandableToolTip_C_PopulateExpandableLegend \ static_assert(alignof(UI_BP_ExpandableToolTip_C_PopulateExpandableLegend) == 0x000008, "Wrong alignment on UI_BP_ExpandableToolTip_C_PopulateExpandableLegend"); \ static_assert(sizeof(UI_BP_ExpandableToolTip_C_PopulateExpandableLegend) == 0x000038, "Wrong size on UI_BP_ExpandableToolTip_C_PopulateExpandableLegend"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_PopulateExpandableLegend, NewLegend) == 0x000000, "Member 'UI_BP_ExpandableToolTip_C_PopulateExpandableLegend::NewLegend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_PopulateExpandableLegend, CallFunc_Conv_TextToString_ReturnValue) == 0x000018, "Member 'UI_BP_ExpandableToolTip_C_PopulateExpandableLegend::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_PopulateExpandableLegend, CallFunc_ParseIntoArray_ReturnValue) == 0x000028, "Member 'UI_BP_ExpandableToolTip_C_PopulateExpandableLegend::CallFunc_ParseIntoArray_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ExpandableToolTip_C_ToggleInProgressMeter \ static_assert(alignof(UI_BP_ExpandableToolTip_C_ToggleInProgressMeter) == 0x000001, "Wrong alignment on UI_BP_ExpandableToolTip_C_ToggleInProgressMeter"); \ static_assert(sizeof(UI_BP_ExpandableToolTip_C_ToggleInProgressMeter) == 0x000001, "Wrong size on UI_BP_ExpandableToolTip_C_ToggleInProgressMeter"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_ToggleInProgressMeter, IsShowing) == 0x000000, "Member 'UI_BP_ExpandableToolTip_C_ToggleInProgressMeter::IsShowing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ExpandableToolTip_C_AnimateToolTipWidth \ static_assert(alignof(UI_BP_ExpandableToolTip_C_AnimateToolTipWidth) == 0x000008, "Wrong alignment on UI_BP_ExpandableToolTip_C_AnimateToolTipWidth"); \ static_assert(sizeof(UI_BP_ExpandableToolTip_C_AnimateToolTipWidth) == 0x000050, "Wrong size on UI_BP_ExpandableToolTip_C_AnimateToolTipWidth"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_AnimateToolTipWidth, isExpanding) == 0x000000, "Member 'UI_BP_ExpandableToolTip_C_AnimateToolTipWidth::isExpanding' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_AnimateToolTipWidth, CallFunc_BreakVector2D_X) == 0x000004, "Member 'UI_BP_ExpandableToolTip_C_AnimateToolTipWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_AnimateToolTipWidth, CallFunc_BreakVector2D_Y) == 0x000008, "Member 'UI_BP_ExpandableToolTip_C_AnimateToolTipWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_AnimateToolTipWidth, CallFunc_MakeVector2D_ReturnValue) == 0x00000C, "Member 'UI_BP_ExpandableToolTip_C_AnimateToolTipWidth::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_AnimateToolTipWidth, CallFunc_MakeVector2D_ReturnValue_1) == 0x000014, "Member 'UI_BP_ExpandableToolTip_C_AnimateToolTipWidth::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_AnimateToolTipWidth, CallFunc_MakeVector2D_ReturnValue_2) == 0x00001C, "Member 'UI_BP_ExpandableToolTip_C_AnimateToolTipWidth::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_AnimateToolTipWidth, CallFunc_MakeVector2D_ReturnValue_3) == 0x000024, "Member 'UI_BP_ExpandableToolTip_C_AnimateToolTipWidth::CallFunc_MakeVector2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_AnimateToolTipWidth, CallFunc_TweenVector2DPropertyFromStartToEnd_ReturnValue) == 0x000030, "Member 'UI_BP_ExpandableToolTip_C_AnimateToolTipWidth::CallFunc_TweenVector2DPropertyFromStartToEnd_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_AnimateToolTipWidth, CallFunc_TweenVector2DPropertyFromStartToEnd_ReturnValue_1) == 0x000038, "Member 'UI_BP_ExpandableToolTip_C_AnimateToolTipWidth::CallFunc_TweenVector2DPropertyFromStartToEnd_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_AnimateToolTipWidth, CallFunc_Play_ReturnValue) == 0x000040, "Member 'UI_BP_ExpandableToolTip_C_AnimateToolTipWidth::CallFunc_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_AnimateToolTipWidth, CallFunc_Play_ReturnValue_1) == 0x000048, "Member 'UI_BP_ExpandableToolTip_C_AnimateToolTipWidth::CallFunc_Play_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ExpandableToolTip_C_SetIsExpandable \ static_assert(alignof(UI_BP_ExpandableToolTip_C_SetIsExpandable) == 0x000001, "Wrong alignment on UI_BP_ExpandableToolTip_C_SetIsExpandable"); \ static_assert(sizeof(UI_BP_ExpandableToolTip_C_SetIsExpandable) == 0x000001, "Wrong size on UI_BP_ExpandableToolTip_C_SetIsExpandable"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetIsExpandable, IsExpandable_0) == 0x000000, "Member 'UI_BP_ExpandableToolTip_C_SetIsExpandable::IsExpandable_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ExpandableToolTip_C_AddNonExpandableContent \ static_assert(alignof(UI_BP_ExpandableToolTip_C_AddNonExpandableContent) == 0x000008, "Wrong alignment on UI_BP_ExpandableToolTip_C_AddNonExpandableContent"); \ static_assert(sizeof(UI_BP_ExpandableToolTip_C_AddNonExpandableContent) == 0x000020, "Wrong size on UI_BP_ExpandableToolTip_C_AddNonExpandableContent"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_AddNonExpandableContent, NewContent) == 0x000000, "Member 'UI_BP_ExpandableToolTip_C_AddNonExpandableContent::NewContent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_AddNonExpandableContent, ClearExistingContent) == 0x000008, "Member 'UI_BP_ExpandableToolTip_C_AddNonExpandableContent::ClearExistingContent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_AddNonExpandableContent, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000010, "Member 'UI_BP_ExpandableToolTip_C_AddNonExpandableContent::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_AddNonExpandableContent, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'UI_BP_ExpandableToolTip_C_AddNonExpandableContent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ExpandableToolTip_C_ToggleRTInfoCallout \ static_assert(alignof(UI_BP_ExpandableToolTip_C_ToggleRTInfoCallout) == 0x000001, "Wrong alignment on UI_BP_ExpandableToolTip_C_ToggleRTInfoCallout"); \ static_assert(sizeof(UI_BP_ExpandableToolTip_C_ToggleRTInfoCallout) == 0x000001, "Wrong size on UI_BP_ExpandableToolTip_C_ToggleRTInfoCallout"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_ToggleRTInfoCallout, ShowCallout) == 0x000000, "Member 'UI_BP_ExpandableToolTip_C_ToggleRTInfoCallout::ShowCallout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ExpandableToolTip_C_SetRarityState \ static_assert(alignof(UI_BP_ExpandableToolTip_C_SetRarityState) == 0x000008, "Wrong alignment on UI_BP_ExpandableToolTip_C_SetRarityState"); \ static_assert(sizeof(UI_BP_ExpandableToolTip_C_SetRarityState) == 0x000070, "Wrong size on UI_BP_ExpandableToolTip_C_SetRarityState"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetRarityState, RarityTier) == 0x000000, "Member 'UI_BP_ExpandableToolTip_C_SetRarityState::RarityTier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetRarityState, CallFunc_NotEqual_NameName_ReturnValue) == 0x000008, "Member 'UI_BP_ExpandableToolTip_C_SetRarityState::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetRarityState, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x000009, "Member 'UI_BP_ExpandableToolTip_C_SetRarityState::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetRarityState, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'UI_BP_ExpandableToolTip_C_SetRarityState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetRarityState, CallFunc_GetDataTableRowFromName_OutRow) == 0x000010, "Member 'UI_BP_ExpandableToolTip_C_SetRarityState::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetRarityState, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000058, "Member 'UI_BP_ExpandableToolTip_C_SetRarityState::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetRarityState, CallFunc_GetColorByRowHandleBP_ReturnValue) == 0x00005C, "Member 'UI_BP_ExpandableToolTip_C_SetRarityState::CallFunc_GetColorByRowHandleBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ExpandableToolTip_C_SetTooltipLegendData \ static_assert(alignof(UI_BP_ExpandableToolTip_C_SetTooltipLegendData) == 0x000008, "Wrong alignment on UI_BP_ExpandableToolTip_C_SetTooltipLegendData"); \ static_assert(sizeof(UI_BP_ExpandableToolTip_C_SetTooltipLegendData) == 0x000018, "Wrong size on UI_BP_ExpandableToolTip_C_SetTooltipLegendData"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipLegendData, LegendData) == 0x000000, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipLegendData::LegendData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipLegendData, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipLegendData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_SetTooltipLegendData, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_ExpandableToolTip_C_SetTooltipLegendData::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ExpandableToolTip_C_GetTooltipLegendItem \ static_assert(alignof(UI_BP_ExpandableToolTip_C_GetTooltipLegendItem) == 0x000008, "Wrong alignment on UI_BP_ExpandableToolTip_C_GetTooltipLegendItem"); \ static_assert(sizeof(UI_BP_ExpandableToolTip_C_GetTooltipLegendItem) == 0x000018, "Wrong size on UI_BP_ExpandableToolTip_C_GetTooltipLegendItem"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_GetTooltipLegendItem, LegendItemIndex) == 0x000000, "Member 'UI_BP_ExpandableToolTip_C_GetTooltipLegendItem::LegendItemIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_GetTooltipLegendItem, LegendItem) == 0x000008, "Member 'UI_BP_ExpandableToolTip_C_GetTooltipLegendItem::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_GetTooltipLegendItem, CallFunc_GetLegendItem_ReturnValue) == 0x000010, "Member 'UI_BP_ExpandableToolTip_C_GetTooltipLegendItem::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ExpandableToolTip_C_RefreshBodyDividerAndFooterVisibility \ static_assert(alignof(UI_BP_ExpandableToolTip_C_RefreshBodyDividerAndFooterVisibility) == 0x000001, "Wrong alignment on UI_BP_ExpandableToolTip_C_RefreshBodyDividerAndFooterVisibility"); \ static_assert(sizeof(UI_BP_ExpandableToolTip_C_RefreshBodyDividerAndFooterVisibility) == 0x000006, "Wrong size on UI_BP_ExpandableToolTip_C_RefreshBodyDividerAndFooterVisibility"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_RefreshBodyDividerAndFooterVisibility, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_ExpandableToolTip_C_RefreshBodyDividerAndFooterVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_RefreshBodyDividerAndFooterVisibility, Temp_byte_Variable) == 0x000001, "Member 'UI_BP_ExpandableToolTip_C_RefreshBodyDividerAndFooterVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_RefreshBodyDividerAndFooterVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'UI_BP_ExpandableToolTip_C_RefreshBodyDividerAndFooterVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_RefreshBodyDividerAndFooterVisibility, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'UI_BP_ExpandableToolTip_C_RefreshBodyDividerAndFooterVisibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_RefreshBodyDividerAndFooterVisibility, CallFunc_BooleanOR_ReturnValue_1) == 0x000004, "Member 'UI_BP_ExpandableToolTip_C_RefreshBodyDividerAndFooterVisibility::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_RefreshBodyDividerAndFooterVisibility, K2Node_Select_Default) == 0x000005, "Member 'UI_BP_ExpandableToolTip_C_RefreshBodyDividerAndFooterVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ExpandableToolTip_C_ExpandContent \ static_assert(alignof(UI_BP_ExpandableToolTip_C_ExpandContent) == 0x000004, "Wrong alignment on UI_BP_ExpandableToolTip_C_ExpandContent"); \ static_assert(sizeof(UI_BP_ExpandableToolTip_C_ExpandContent) == 0x000018, "Wrong size on UI_BP_ExpandableToolTip_C_ExpandContent"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_ExpandContent, ShouldAnimate) == 0x000000, "Member 'UI_BP_ExpandableToolTip_C_ExpandContent::ShouldAnimate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_ExpandContent, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_ExpandableToolTip_C_ExpandContent::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_ExpandContent, CallFunc_BreakVector2D_X) == 0x000008, "Member 'UI_BP_ExpandableToolTip_C_ExpandContent::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_ExpandContent, CallFunc_BreakVector2D_Y) == 0x00000C, "Member 'UI_BP_ExpandableToolTip_C_ExpandContent::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_ExpandContent, CallFunc_MakeVector2D_ReturnValue) == 0x000010, "Member 'UI_BP_ExpandableToolTip_C_ExpandContent::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ExpandableToolTip_C_CollapseContent \ static_assert(alignof(UI_BP_ExpandableToolTip_C_CollapseContent) == 0x000004, "Wrong alignment on UI_BP_ExpandableToolTip_C_CollapseContent"); \ static_assert(sizeof(UI_BP_ExpandableToolTip_C_CollapseContent) == 0x000018, "Wrong size on UI_BP_ExpandableToolTip_C_CollapseContent"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_CollapseContent, ShouldAnimate) == 0x000000, "Member 'UI_BP_ExpandableToolTip_C_CollapseContent::ShouldAnimate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_CollapseContent, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_ExpandableToolTip_C_CollapseContent::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_CollapseContent, CallFunc_BreakVector2D_X) == 0x000008, "Member 'UI_BP_ExpandableToolTip_C_CollapseContent::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_CollapseContent, CallFunc_BreakVector2D_Y) == 0x00000C, "Member 'UI_BP_ExpandableToolTip_C_CollapseContent::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ExpandableToolTip_C_CollapseContent, CallFunc_MakeVector2D_ReturnValue) == 0x000010, "Member 'UI_BP_ExpandableToolTip_C_CollapseContent::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ExpandableToolTip_C \ static_assert(alignof(UUI_BP_ExpandableToolTip_C) == 0x000008, "Wrong alignment on UUI_BP_ExpandableToolTip_C"); \ static_assert(sizeof(UUI_BP_ExpandableToolTip_C) == 0x000358, "Wrong size on UUI_BP_ExpandableToolTip_C"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_ExpandableToolTip_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, AlbinoIcon) == 0x000270, "Member 'UUI_BP_ExpandableToolTip_C::AlbinoIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, descriptionText) == 0x000278, "Member 'UUI_BP_ExpandableToolTip_C::descriptionText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, ErrorText) == 0x000280, "Member 'UUI_BP_ExpandableToolTip_C::ErrorText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, ErrorTextMain) == 0x000288, "Member 'UUI_BP_ExpandableToolTip_C::ErrorTextMain' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, expandableContent) == 0x000290, "Member 'UUI_BP_ExpandableToolTip_C::expandableContent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, footer) == 0x000298, "Member 'UUI_BP_ExpandableToolTip_C::footer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, footerDivider) == 0x0002A0, "Member 'UUI_BP_ExpandableToolTip_C::footerDivider' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, GenderIcon) == 0x0002A8, "Member 'UUI_BP_ExpandableToolTip_C::GenderIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, headerSpacer) == 0x0002B0, "Member 'UUI_BP_ExpandableToolTip_C::headerSpacer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, Image_4) == 0x0002B8, "Member 'UUI_BP_ExpandableToolTip_C::Image_4' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, inProgressMeter) == 0x0002C0, "Member 'UUI_BP_ExpandableToolTip_C::inProgressMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, ItemName) == 0x0002C8, "Member 'UUI_BP_ExpandableToolTip_C::ItemName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, LegendBox) == 0x0002D0, "Member 'UUI_BP_ExpandableToolTip_C::LegendBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, meterSizeBox) == 0x0002D8, "Member 'UUI_BP_ExpandableToolTip_C::meterSizeBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, NewTooltipLegend) == 0x0002E0, "Member 'UUI_BP_ExpandableToolTip_C::NewTooltipLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, nonExpandableContent) == 0x0002E8, "Member 'UUI_BP_ExpandableToolTip_C::nonExpandableContent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, rarityBack) == 0x0002F0, "Member 'UUI_BP_ExpandableToolTip_C::rarityBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, rarityPanel) == 0x0002F8, "Member 'UUI_BP_ExpandableToolTip_C::rarityPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, rarityTitle) == 0x000300, "Member 'UUI_BP_ExpandableToolTip_C::rarityTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, titleBox) == 0x000308, "Member 'UUI_BP_ExpandableToolTip_C::titleBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, TooltipBody) == 0x000310, "Member 'UUI_BP_ExpandableToolTip_C::TooltipBody' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, TooltipContentContainer) == 0x000318, "Member 'UUI_BP_ExpandableToolTip_C::TooltipContentContainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, toolTipSpacer) == 0x000320, "Member 'UUI_BP_ExpandableToolTip_C::toolTipSpacer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, titleWidth) == 0x000328, "Member 'UUI_BP_ExpandableToolTip_C::titleWidth' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, IsExpanded) == 0x00032C, "Member 'UUI_BP_ExpandableToolTip_C::IsExpanded' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, expandTween) == 0x000330, "Member 'UUI_BP_ExpandableToolTip_C::expandTween' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, IsExpandable) == 0x000338, "Member 'UUI_BP_ExpandableToolTip_C::IsExpandable' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, CurrentLegendData) == 0x000340, "Member 'UUI_BP_ExpandableToolTip_C::CurrentLegendData' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, LegendErrorUsed) == 0x000350, "Member 'UUI_BP_ExpandableToolTip_C::LegendErrorUsed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, LegendTextUsed) == 0x000351, "Member 'UUI_BP_ExpandableToolTip_C::LegendTextUsed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ExpandableToolTip_C, NewLegendUsed) == 0x000352, "Member 'UUI_BP_ExpandableToolTip_C::NewLegendUsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AOE_Descendo_C_ExecuteUbergraph_BP_AOE_Descendo \ static_assert(alignof(BP_AOE_Descendo_C_ExecuteUbergraph_BP_AOE_Descendo) == 0x000008, "Wrong alignment on BP_AOE_Descendo_C_ExecuteUbergraph_BP_AOE_Descendo"); \ static_assert(sizeof(BP_AOE_Descendo_C_ExecuteUbergraph_BP_AOE_Descendo) == 0x000030, "Wrong size on BP_AOE_Descendo_C_ExecuteUbergraph_BP_AOE_Descendo"); \ static_assert(offsetof(BP_AOE_Descendo_C_ExecuteUbergraph_BP_AOE_Descendo, EntryPoint) == 0x000000, "Member 'BP_AOE_Descendo_C_ExecuteUbergraph_BP_AOE_Descendo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Descendo_C_ExecuteUbergraph_BP_AOE_Descendo, Temp_struct_Variable) == 0x000008, "Member 'BP_AOE_Descendo_C_ExecuteUbergraph_BP_AOE_Descendo::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Descendo_C_ExecuteUbergraph_BP_AOE_Descendo, Temp_delegate_Variable) == 0x000018, "Member 'BP_AOE_Descendo_C_ExecuteUbergraph_BP_AOE_Descendo::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Descendo_C_ExecuteUbergraph_BP_AOE_Descendo, CallFunc_PostEvent_ReturnValue) == 0x000028, "Member 'BP_AOE_Descendo_C_ExecuteUbergraph_BP_AOE_Descendo::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AOE_Descendo_C \ static_assert(alignof(ABP_AOE_Descendo_C) == 0x000008, "Wrong alignment on ABP_AOE_Descendo_C"); \ static_assert(sizeof(ABP_AOE_Descendo_C) == 0x000670, "Wrong size on ABP_AOE_Descendo_C"); \ static_assert(offsetof(ABP_AOE_Descendo_C, UberGraphFrame) == 0x000660, "Member 'ABP_AOE_Descendo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AOE_Descendo_C, DefaultSceneRoot) == 0x000668, "Member 'ABP_AOE_Descendo_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor \ static_assert(alignof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor"); \ static_assert(sizeof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor) == 0x000380, "Wrong size on UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, EntryPoint) == 0x000000, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_Title_1) == 0x000008, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_Title_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_TitleTranslatable) == 0x000018, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_TitleTranslatable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_Description) == 0x000020, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_Description' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_DescriptionTranslatable) == 0x000030, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_DescriptionTranslatable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_Quality) == 0x000038, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_Quality' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_Legend) == 0x000048, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_Legend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_ContentWidget) == 0x000060, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_ContentWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_NonExpandContent) == 0x000068, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_NonExpandContent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_RarityTier) == 0x000070, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_RarityTier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_UsesGenderIcon) == 0x000078, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_UsesGenderIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_IsMale) == 0x000079, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_IsMale' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_UsesLegendError) == 0x00007A, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_UsesLegendError' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_LegendErrorMessage) == 0x000080, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_LegendErrorMessage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_UseAlbinoIcon) == 0x000098, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_UseAlbinoIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CreateDelegate_OutputDelegate) == 0x00009C, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_NewTitle) == 0x0000B0, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_NewTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_Translatable) == 0x0000C0, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_Translatable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C8, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000E0, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_ShouldShow) == 0x0000F0, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_ShouldShow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000F4, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CreateDelegate_OutputDelegate_3) == 0x000104, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_HermesBindInt_Handle) == 0x000118, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_Percent) == 0x000128, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_Percent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_NewLegend) == 0x000130, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_NewLegend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CreateDelegate_OutputDelegate_4) == 0x000148, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_HermesBindEvent_Handle) == 0x000158, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_NewContent) == 0x000168, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_NewContent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_ClearExistingContent) == 0x000170, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_ClearExistingContent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_Title) == 0x000178, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_Title' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000188, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_showCallout) == 0x0001A0, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_showCallout' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_LegendData) == 0x0001A8, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_LegendData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CustomEvent_Caller_7) == 0x0001B8, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CustomEvent_Caller_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CustomEvent_Caller_6) == 0x0001C0, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CustomEvent_Caller_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CustomEvent_Caller_5) == 0x0001C8, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CustomEvent_Caller_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CustomEvent_Caller_4) == 0x0001D0, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CustomEvent_Caller_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x0001D8, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_GetSize_ReturnValue) == 0x0001E0, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_GetSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_BreakVector2D_X) == 0x0001E8, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_BreakVector2D_Y) == 0x0001EC, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0001F0, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001F4, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, Temp_bool_Variable) == 0x0001F8, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_MyGeometry) == 0x0001FC, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_InDeltaTime) == 0x000234, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CreateDelegate_OutputDelegate_5) == 0x000238, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_HermesBindDoubleInt_Handle) == 0x000248, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_HermesBindDoubleInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CreateDelegate_OutputDelegate_6) == 0x000258, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_HermesBindEvent_Handle_1) == 0x000268, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CustomEvent_Caller_3) == 0x000278, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CustomEvent_Int1) == 0x000280, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CustomEvent_Int1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CustomEvent_Int2) == 0x000284, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CustomEvent_Int2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_Greater_IntInt_ReturnValue) == 0x000288, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_Multiply_IntFloat_ReturnValue) == 0x00028C, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x000290, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Select_Default) == 0x000294, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000298, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_GetSize_ReturnValue_1) == 0x0002A0, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_GetSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_BreakVector2D_X_1) == 0x0002A8, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_BreakVector2D_Y_1) == 0x0002AC, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CreateDelegate_OutputDelegate_7) == 0x0002B0, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0002C0, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_HermesBindEvent_Handle_2) == 0x0002C8, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_MakeVector2D_ReturnValue) == 0x0002D8, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_IsExpanded) == 0x0002E0, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_IsExpanded' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_Event_ShouldAnimate) == 0x0002E1, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_Event_ShouldAnimate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CustomEvent_Caller_2) == 0x0002E8, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CreateDelegate_OutputDelegate_8) == 0x0002F0, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_HermesBindEvent_Handle_3) == 0x000300, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CustomEvent_Caller_1) == 0x000310, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CustomEvent_Int) == 0x000318, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_PlayAnimation_ReturnValue) == 0x000320, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CustomEvent_Caller) == 0x000328, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_HermesBindEvent_Handle_4) == 0x000330, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_HermesBindEvent_Handle_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_PauseAnimation_ReturnValue) == 0x000340, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_PauseAnimation_ReturnValue_1) == 0x000344, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_PauseAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_PlayAnimation_ReturnValue_1) == 0x000348, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_PlayAnimation_ReturnValue_2) == 0x000350, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000358, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, K2Node_CreateDelegate_OutputDelegate_9) == 0x00035C, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor, CallFunc_HermesBindEvent_Handle_5) == 0x000370, "Member 'UI_BP_BaseCursor_C_ExecuteUbergraph_UI_BP_BaseCursor::CallFunc_HermesBindEvent_Handle_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_SelectAnim \ static_assert(alignof(UI_BP_BaseCursor_C_SelectAnim) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_SelectAnim"); \ static_assert(sizeof(UI_BP_BaseCursor_C_SelectAnim) == 0x000008, "Wrong size on UI_BP_BaseCursor_C_SelectAnim"); \ static_assert(offsetof(UI_BP_BaseCursor_C_SelectAnim, Caller) == 0x000000, "Member 'UI_BP_BaseCursor_C_SelectAnim::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_SpellComplete \ static_assert(alignof(UI_BP_BaseCursor_C_SpellComplete) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_SpellComplete"); \ static_assert(sizeof(UI_BP_BaseCursor_C_SpellComplete) == 0x000010, "Wrong size on UI_BP_BaseCursor_C_SpellComplete"); \ static_assert(offsetof(UI_BP_BaseCursor_C_SpellComplete, Caller) == 0x000000, "Member 'UI_BP_BaseCursor_C_SpellComplete::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_SpellComplete, int_0) == 0x000008, "Member 'UI_BP_BaseCursor_C_SpellComplete::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_SpellMiniGameStart \ static_assert(alignof(UI_BP_BaseCursor_C_SpellMiniGameStart) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_SpellMiniGameStart"); \ static_assert(sizeof(UI_BP_BaseCursor_C_SpellMiniGameStart) == 0x000008, "Wrong size on UI_BP_BaseCursor_C_SpellMiniGameStart"); \ static_assert(offsetof(UI_BP_BaseCursor_C_SpellMiniGameStart, Caller) == 0x000000, "Member 'UI_BP_BaseCursor_C_SpellMiniGameStart::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_SetTooltipExpandState \ static_assert(alignof(UI_BP_BaseCursor_C_SetTooltipExpandState) == 0x000001, "Wrong alignment on UI_BP_BaseCursor_C_SetTooltipExpandState"); \ static_assert(sizeof(UI_BP_BaseCursor_C_SetTooltipExpandState) == 0x000002, "Wrong size on UI_BP_BaseCursor_C_SetTooltipExpandState"); \ static_assert(offsetof(UI_BP_BaseCursor_C_SetTooltipExpandState, IsExpanded) == 0x000000, "Member 'UI_BP_BaseCursor_C_SetTooltipExpandState::IsExpanded' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_SetTooltipExpandState, ShouldAnimate) == 0x000001, "Member 'UI_BP_BaseCursor_C_SetTooltipExpandState::ShouldAnimate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_ViewportSizeChange \ static_assert(alignof(UI_BP_BaseCursor_C_ViewportSizeChange) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_ViewportSizeChange"); \ static_assert(sizeof(UI_BP_BaseCursor_C_ViewportSizeChange) == 0x000010, "Wrong size on UI_BP_BaseCursor_C_ViewportSizeChange"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ViewportSizeChange, Caller) == 0x000000, "Member 'UI_BP_BaseCursor_C_ViewportSizeChange::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ViewportSizeChange, Int1) == 0x000008, "Member 'UI_BP_BaseCursor_C_ViewportSizeChange::Int1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ViewportSizeChange, Int2) == 0x00000C, "Member 'UI_BP_BaseCursor_C_ViewportSizeChange::Int2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_Tick \ static_assert(alignof(UI_BP_BaseCursor_C_Tick) == 0x000004, "Wrong alignment on UI_BP_BaseCursor_C_Tick"); \ static_assert(sizeof(UI_BP_BaseCursor_C_Tick) == 0x00003C, "Wrong size on UI_BP_BaseCursor_C_Tick"); \ static_assert(offsetof(UI_BP_BaseCursor_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_BaseCursor_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_BaseCursor_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_CursorShow \ static_assert(alignof(UI_BP_BaseCursor_C_CursorShow) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_CursorShow"); \ static_assert(sizeof(UI_BP_BaseCursor_C_CursorShow) == 0x000008, "Wrong size on UI_BP_BaseCursor_C_CursorShow"); \ static_assert(offsetof(UI_BP_BaseCursor_C_CursorShow, Caller) == 0x000000, "Member 'UI_BP_BaseCursor_C_CursorShow::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_CursorHide \ static_assert(alignof(UI_BP_BaseCursor_C_CursorHide) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_CursorHide"); \ static_assert(sizeof(UI_BP_BaseCursor_C_CursorHide) == 0x000008, "Wrong size on UI_BP_BaseCursor_C_CursorHide"); \ static_assert(offsetof(UI_BP_BaseCursor_C_CursorHide, Caller) == 0x000000, "Member 'UI_BP_BaseCursor_C_CursorHide::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_CursorScaleDown \ static_assert(alignof(UI_BP_BaseCursor_C_CursorScaleDown) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_CursorScaleDown"); \ static_assert(sizeof(UI_BP_BaseCursor_C_CursorScaleDown) == 0x000008, "Wrong size on UI_BP_BaseCursor_C_CursorScaleDown"); \ static_assert(offsetof(UI_BP_BaseCursor_C_CursorScaleDown, Caller) == 0x000000, "Member 'UI_BP_BaseCursor_C_CursorScaleDown::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_CursorScaleUp \ static_assert(alignof(UI_BP_BaseCursor_C_CursorScaleUp) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_CursorScaleUp"); \ static_assert(sizeof(UI_BP_BaseCursor_C_CursorScaleUp) == 0x000008, "Wrong size on UI_BP_BaseCursor_C_CursorScaleUp"); \ static_assert(offsetof(UI_BP_BaseCursor_C_CursorScaleUp, Caller) == 0x000000, "Member 'UI_BP_BaseCursor_C_CursorScaleUp::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_I_SetTooltipLegendData \ static_assert(alignof(UI_BP_BaseCursor_C_I_SetTooltipLegendData) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_I_SetTooltipLegendData"); \ static_assert(sizeof(UI_BP_BaseCursor_C_I_SetTooltipLegendData) == 0x000010, "Wrong size on UI_BP_BaseCursor_C_I_SetTooltipLegendData"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipLegendData, LegendData) == 0x000000, "Member 'UI_BP_BaseCursor_C_I_SetTooltipLegendData::LegendData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_I_ToggleRTInfoCallout \ static_assert(alignof(UI_BP_BaseCursor_C_I_ToggleRTInfoCallout) == 0x000001, "Wrong alignment on UI_BP_BaseCursor_C_I_ToggleRTInfoCallout"); \ static_assert(sizeof(UI_BP_BaseCursor_C_I_ToggleRTInfoCallout) == 0x000001, "Wrong size on UI_BP_BaseCursor_C_I_ToggleRTInfoCallout"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_ToggleRTInfoCallout, ShowCallout) == 0x000000, "Member 'UI_BP_BaseCursor_C_I_ToggleRTInfoCallout::ShowCallout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_I_SetTooltipItemName \ static_assert(alignof(UI_BP_BaseCursor_C_I_SetTooltipItemName) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_I_SetTooltipItemName"); \ static_assert(sizeof(UI_BP_BaseCursor_C_I_SetTooltipItemName) == 0x000010, "Wrong size on UI_BP_BaseCursor_C_I_SetTooltipItemName"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipItemName, Title) == 0x000000, "Member 'UI_BP_BaseCursor_C_I_SetTooltipItemName::Title' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_I_AddNonExpandableContent \ static_assert(alignof(UI_BP_BaseCursor_C_I_AddNonExpandableContent) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_I_AddNonExpandableContent"); \ static_assert(sizeof(UI_BP_BaseCursor_C_I_AddNonExpandableContent) == 0x000010, "Wrong size on UI_BP_BaseCursor_C_I_AddNonExpandableContent"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_AddNonExpandableContent, NewContent) == 0x000000, "Member 'UI_BP_BaseCursor_C_I_AddNonExpandableContent::NewContent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_AddNonExpandableContent, ClearExistingContent) == 0x000008, "Member 'UI_BP_BaseCursor_C_I_AddNonExpandableContent::ClearExistingContent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_I_SetTooltipLegend \ static_assert(alignof(UI_BP_BaseCursor_C_I_SetTooltipLegend) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_I_SetTooltipLegend"); \ static_assert(sizeof(UI_BP_BaseCursor_C_I_SetTooltipLegend) == 0x000018, "Wrong size on UI_BP_BaseCursor_C_I_SetTooltipLegend"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipLegend, NewLegend) == 0x000000, "Member 'UI_BP_BaseCursor_C_I_SetTooltipLegend::NewLegend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_I_SetTooltipProgressPercent \ static_assert(alignof(UI_BP_BaseCursor_C_I_SetTooltipProgressPercent) == 0x000004, "Wrong alignment on UI_BP_BaseCursor_C_I_SetTooltipProgressPercent"); \ static_assert(sizeof(UI_BP_BaseCursor_C_I_SetTooltipProgressPercent) == 0x000004, "Wrong size on UI_BP_BaseCursor_C_I_SetTooltipProgressPercent"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipProgressPercent, percent) == 0x000000, "Member 'UI_BP_BaseCursor_C_I_SetTooltipProgressPercent::percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_I_ShowTooltipProgressBar \ static_assert(alignof(UI_BP_BaseCursor_C_I_ShowTooltipProgressBar) == 0x000001, "Wrong alignment on UI_BP_BaseCursor_C_I_ShowTooltipProgressBar"); \ static_assert(sizeof(UI_BP_BaseCursor_C_I_ShowTooltipProgressBar) == 0x000001, "Wrong size on UI_BP_BaseCursor_C_I_ShowTooltipProgressBar"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_ShowTooltipProgressBar, ShouldShow) == 0x000000, "Member 'UI_BP_BaseCursor_C_I_ShowTooltipProgressBar::ShouldShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_I_setTooltipTitle \ static_assert(alignof(UI_BP_BaseCursor_C_I_setTooltipTitle) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_I_setTooltipTitle"); \ static_assert(sizeof(UI_BP_BaseCursor_C_I_setTooltipTitle) == 0x000018, "Wrong size on UI_BP_BaseCursor_C_I_setTooltipTitle"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_setTooltipTitle, NewTitle) == 0x000000, "Member 'UI_BP_BaseCursor_C_I_setTooltipTitle::NewTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_setTooltipTitle, Translatable) == 0x000010, "Member 'UI_BP_BaseCursor_C_I_setTooltipTitle::Translatable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_I_SetTooltipInfo \ static_assert(alignof(UI_BP_BaseCursor_C_I_SetTooltipInfo) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_I_SetTooltipInfo"); \ static_assert(sizeof(UI_BP_BaseCursor_C_I_SetTooltipInfo) == 0x000098, "Wrong size on UI_BP_BaseCursor_C_I_SetTooltipInfo"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipInfo, Title) == 0x000000, "Member 'UI_BP_BaseCursor_C_I_SetTooltipInfo::Title' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipInfo, TitleTranslatable) == 0x000010, "Member 'UI_BP_BaseCursor_C_I_SetTooltipInfo::TitleTranslatable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipInfo, Description) == 0x000018, "Member 'UI_BP_BaseCursor_C_I_SetTooltipInfo::Description' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipInfo, DescriptionTranslatable) == 0x000028, "Member 'UI_BP_BaseCursor_C_I_SetTooltipInfo::DescriptionTranslatable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipInfo, Quality) == 0x000030, "Member 'UI_BP_BaseCursor_C_I_SetTooltipInfo::Quality' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipInfo, Legend) == 0x000040, "Member 'UI_BP_BaseCursor_C_I_SetTooltipInfo::Legend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipInfo, ContentWidget) == 0x000058, "Member 'UI_BP_BaseCursor_C_I_SetTooltipInfo::ContentWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipInfo, NonExpandContent) == 0x000060, "Member 'UI_BP_BaseCursor_C_I_SetTooltipInfo::NonExpandContent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipInfo, RarityTier) == 0x000068, "Member 'UI_BP_BaseCursor_C_I_SetTooltipInfo::RarityTier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipInfo, UsesGenderIcon) == 0x000070, "Member 'UI_BP_BaseCursor_C_I_SetTooltipInfo::UsesGenderIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipInfo, IsMale) == 0x000071, "Member 'UI_BP_BaseCursor_C_I_SetTooltipInfo::IsMale' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipInfo, UsesLegendError) == 0x000072, "Member 'UI_BP_BaseCursor_C_I_SetTooltipInfo::UsesLegendError' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipInfo, LegendErrorMessage) == 0x000078, "Member 'UI_BP_BaseCursor_C_I_SetTooltipInfo::LegendErrorMessage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_SetTooltipInfo, UseAlbinoIcon) == 0x000090, "Member 'UI_BP_BaseCursor_C_I_SetTooltipInfo::UseAlbinoIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_Scale \ static_assert(alignof(UI_BP_BaseCursor_C_Scale) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_Scale"); \ static_assert(sizeof(UI_BP_BaseCursor_C_Scale) == 0x000018, "Wrong size on UI_BP_BaseCursor_C_Scale"); \ static_assert(offsetof(UI_BP_BaseCursor_C_Scale, CallFunc_PauseAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_BaseCursor_C_Scale::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_Scale, CallFunc_PauseAnimation_ReturnValue_1) == 0x000004, "Member 'UI_BP_BaseCursor_C_Scale::CallFunc_PauseAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_Scale, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_BaseCursor_C_Scale::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_Scale, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'UI_BP_BaseCursor_C_Scale::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_ShowTooltip \ static_assert(alignof(UI_BP_BaseCursor_C_ShowTooltip) == 0x000001, "Wrong alignment on UI_BP_BaseCursor_C_ShowTooltip"); \ static_assert(sizeof(UI_BP_BaseCursor_C_ShowTooltip) == 0x000001, "Wrong size on UI_BP_BaseCursor_C_ShowTooltip"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ShowTooltip, ShouldShow) == 0x000000, "Member 'UI_BP_BaseCursor_C_ShowTooltip::ShouldShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_RepositionTooltip \ static_assert(alignof(UI_BP_BaseCursor_C_RepositionTooltip) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_RepositionTooltip"); \ static_assert(sizeof(UI_BP_BaseCursor_C_RepositionTooltip) == 0x000200, "Wrong size on UI_BP_BaseCursor_C_RepositionTooltip"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, MyGeo) == 0x000000, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::MyGeo' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, DesiredUpperBound) == 0x000038, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::DesiredUpperBound' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, ViewportSize) == 0x00003C, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::ViewportSize' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, YAlignment) == 0x000044, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::YAlignment' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, XAlignment) == 0x000048, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::XAlignment' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, YOffset) == 0x00004C, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::YOffset' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, XOffset) == 0x000050, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::XOffset' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, MyPos) == 0x000054, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::MyPos' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_GetViewportScale_ReturnValue) == 0x00005C, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_GetViewportScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_GetViewportScale_ReturnValue_1) == 0x000060, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_GetViewportScale_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_GetViewportScale_ReturnValue_2) == 0x000064, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_GetViewportScale_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_X) == 0x000068, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_Y) == 0x00006C, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, K2Node_MathExpression_ReturnValue) == 0x000070, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_X_1) == 0x000074, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_Y_1) == 0x000078, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_GetCachedGeometry_ReturnValue) == 0x00007C, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_GetCachedGeometry_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_X_2) == 0x0000B4, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_Y_2) == 0x0000B8, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_GetLocalSize_ReturnValue) == 0x0000BC, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000C4, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_X_3) == 0x0000C8, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_Y_3) == 0x0000CC, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, K2Node_MathExpression_ReturnValue_1) == 0x0000D0, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_X_4) == 0x0000D4, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_X_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_Y_4) == 0x0000D8, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_Y_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000DC, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000E0, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, K2Node_MathExpression_ReturnValue_2) == 0x0000E4, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::K2Node_MathExpression_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000E8, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, K2Node_MathExpression_ReturnValue_3) == 0x0000EC, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::K2Node_MathExpression_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_GetViewportWidgetGeometry_ReturnValue) == 0x0000F0, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_GetViewportWidgetGeometry_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_GetLocalSize_ReturnValue_1) == 0x000128, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_GetLocalSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_GetCachedGeometry_ReturnValue_1) == 0x000130, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_GetCachedGeometry_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_GetLocalSize_ReturnValue_2) == 0x000168, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_GetLocalSize_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x000170, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_MakeVector2D_ReturnValue) == 0x000178, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_LocalToViewport_PixelPosition) == 0x000180, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_LocalToViewport_PixelPosition' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_LocalToViewport_ViewportPosition) == 0x000188, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_LocalToViewport_ViewportPosition' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_GetViewportScale_ReturnValue_3) == 0x000190, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_GetViewportScale_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_MakeVector2D_ReturnValue_1) == 0x000194, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_Less_FloatFloat_ReturnValue) == 0x00019C, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_MakeVector2D_ReturnValue_2) == 0x0001A0, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_MakeVector2D_ReturnValue_3) == 0x0001A8, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_MakeVector2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_X_5) == 0x0001B0, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_X_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_Y_5) == 0x0001B4, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_Y_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_X_6) == 0x0001B8, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_X_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_Y_6) == 0x0001BC, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_Y_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0001C0, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_X_7) == 0x0001C4, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_X_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_Y_7) == 0x0001C8, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_Y_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0001CC, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_X_8) == 0x0001D0, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_X_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_Y_8) == 0x0001D4, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_Y_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_X_9) == 0x0001D8, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_X_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_Y_9) == 0x0001DC, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_Y_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x0001E0, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x0001E8, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, K2Node_DynamicCast_bSuccess) == 0x0001F0, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_X_10) == 0x0001F4, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_X_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_BreakVector2D_Y_10) == 0x0001F8, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_BreakVector2D_Y_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_RepositionTooltip, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x0001FC, "Member 'UI_BP_BaseCursor_C_RepositionTooltip::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_ShowCursor \ static_assert(alignof(UI_BP_BaseCursor_C_ShowCursor) == 0x000001, "Wrong alignment on UI_BP_BaseCursor_C_ShowCursor"); \ static_assert(sizeof(UI_BP_BaseCursor_C_ShowCursor) == 0x000001, "Wrong size on UI_BP_BaseCursor_C_ShowCursor"); \ static_assert(offsetof(UI_BP_BaseCursor_C_ShowCursor, ShouldShow) == 0x000000, "Member 'UI_BP_BaseCursor_C_ShowCursor::ShouldShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_FadeIn \ static_assert(alignof(UI_BP_BaseCursor_C_FadeIn) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_FadeIn"); \ static_assert(sizeof(UI_BP_BaseCursor_C_FadeIn) == 0x000008, "Wrong size on UI_BP_BaseCursor_C_FadeIn"); \ static_assert(offsetof(UI_BP_BaseCursor_C_FadeIn, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_BaseCursor_C_FadeIn::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_FadeOut \ static_assert(alignof(UI_BP_BaseCursor_C_FadeOut) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_FadeOut"); \ static_assert(sizeof(UI_BP_BaseCursor_C_FadeOut) == 0x000008, "Wrong size on UI_BP_BaseCursor_C_FadeOut"); \ static_assert(offsetof(UI_BP_BaseCursor_C_FadeOut, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_BaseCursor_C_FadeOut::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_I_IsTooltipShowing \ static_assert(alignof(UI_BP_BaseCursor_C_I_IsTooltipShowing) == 0x000001, "Wrong alignment on UI_BP_BaseCursor_C_I_IsTooltipShowing"); \ static_assert(sizeof(UI_BP_BaseCursor_C_I_IsTooltipShowing) == 0x000001, "Wrong size on UI_BP_BaseCursor_C_I_IsTooltipShowing"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_IsTooltipShowing, IsShowing) == 0x000000, "Member 'UI_BP_BaseCursor_C_I_IsTooltipShowing::IsShowing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BaseCursor_C_I_GetTooltipLegendItem \ static_assert(alignof(UI_BP_BaseCursor_C_I_GetTooltipLegendItem) == 0x000008, "Wrong alignment on UI_BP_BaseCursor_C_I_GetTooltipLegendItem"); \ static_assert(sizeof(UI_BP_BaseCursor_C_I_GetTooltipLegendItem) == 0x000018, "Wrong size on UI_BP_BaseCursor_C_I_GetTooltipLegendItem"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_GetTooltipLegendItem, LegendItemIndex) == 0x000000, "Member 'UI_BP_BaseCursor_C_I_GetTooltipLegendItem::LegendItemIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_GetTooltipLegendItem, LegendItem) == 0x000008, "Member 'UI_BP_BaseCursor_C_I_GetTooltipLegendItem::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BaseCursor_C_I_GetTooltipLegendItem, CallFunc_GetTooltipLegendItem_LegendItem) == 0x000010, "Member 'UI_BP_BaseCursor_C_I_GetTooltipLegendItem::CallFunc_GetTooltipLegendItem_LegendItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_BaseCursor_C \ static_assert(alignof(UUI_BP_BaseCursor_C) == 0x000008, "Wrong alignment on UUI_BP_BaseCursor_C"); \ static_assert(sizeof(UUI_BP_BaseCursor_C) == 0x000310, "Wrong size on UUI_BP_BaseCursor_C"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, UberGraphFrame) == 0x000278, "Member 'UUI_BP_BaseCursor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, FadeAnim) == 0x000280, "Member 'UUI_BP_BaseCursor_C::FadeAnim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, SelectGlow) == 0x000288, "Member 'UUI_BP_BaseCursor_C::SelectGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, scaleOut) == 0x000290, "Member 'UUI_BP_BaseCursor_C::scaleOut' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, ScaleIn) == 0x000298, "Member 'UUI_BP_BaseCursor_C::ScaleIn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, BackLightOrbs) == 0x0002A0, "Member 'UUI_BP_BaseCursor_C::BackLightOrbs' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, Container) == 0x0002A8, "Member 'UUI_BP_BaseCursor_C::Container' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, CursorPanel) == 0x0002B0, "Member 'UUI_BP_BaseCursor_C::CursorPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, innerCircleSpellMinigame) == 0x0002B8, "Member 'UUI_BP_BaseCursor_C::innerCircleSpellMinigame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, innerPattern) == 0x0002C0, "Member 'UUI_BP_BaseCursor_C::innerPattern' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, ItemCount) == 0x0002C8, "Member 'UUI_BP_BaseCursor_C::ItemCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, MouseCursorRings_1) == 0x0002D0, "Member 'UUI_BP_BaseCursor_C::MouseCursorRings_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, overlaySelectGlow) == 0x0002D8, "Member 'UUI_BP_BaseCursor_C::overlaySelectGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, overlaySpellMinigame) == 0x0002E0, "Member 'UUI_BP_BaseCursor_C::overlaySpellMinigame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, overlayStarGlow) == 0x0002E8, "Member 'UUI_BP_BaseCursor_C::overlayStarGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, ToolTip) == 0x0002F0, "Member 'UUI_BP_BaseCursor_C::ToolTip' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, AnimTime) == 0x0002F8, "Member 'UUI_BP_BaseCursor_C::AnimTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, TooltipShown) == 0x0002FC, "Member 'UUI_BP_BaseCursor_C::TooltipShown' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, TooltipOffset) == 0x000300, "Member 'UUI_BP_BaseCursor_C::TooltipOffset' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, RelativeSize) == 0x000308, "Member 'UUI_BP_BaseCursor_C::RelativeSize' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BaseCursor_C, Playback_Speed) == 0x00030C, "Member 'UUI_BP_BaseCursor_C::Playback_Speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Crucio_C_ExecuteUbergraph_ABL_RCT_NPC_Crucio \ static_assert(alignof(ABL_RCT_NPC_Crucio_C_ExecuteUbergraph_ABL_RCT_NPC_Crucio) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Crucio_C_ExecuteUbergraph_ABL_RCT_NPC_Crucio"); \ static_assert(sizeof(ABL_RCT_NPC_Crucio_C_ExecuteUbergraph_ABL_RCT_NPC_Crucio) == 0x000010, "Wrong size on ABL_RCT_NPC_Crucio_C_ExecuteUbergraph_ABL_RCT_NPC_Crucio"); \ static_assert(offsetof(ABL_RCT_NPC_Crucio_C_ExecuteUbergraph_ABL_RCT_NPC_Crucio, EntryPoint) == 0x000000, "Member 'ABL_RCT_NPC_Crucio_C_ExecuteUbergraph_ABL_RCT_NPC_Crucio::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Crucio_C_ExecuteUbergraph_ABL_RCT_NPC_Crucio, K2Node_Event_Context) == 0x000008, "Member 'ABL_RCT_NPC_Crucio_C_ExecuteUbergraph_ABL_RCT_NPC_Crucio::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Crucio_C_OnAbilityStart \ static_assert(alignof(ABL_RCT_NPC_Crucio_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Crucio_C_OnAbilityStart"); \ static_assert(sizeof(ABL_RCT_NPC_Crucio_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_RCT_NPC_Crucio_C_OnAbilityStart"); \ static_assert(offsetof(ABL_RCT_NPC_Crucio_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_RCT_NPC_Crucio_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_Crucio_C \ static_assert(alignof(UABL_RCT_NPC_Crucio_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_Crucio_C"); \ static_assert(sizeof(UABL_RCT_NPC_Crucio_C) == 0x0000E8, "Wrong size on UABL_RCT_NPC_Crucio_C"); \ static_assert(offsetof(UABL_RCT_NPC_Crucio_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_RCT_NPC_Crucio_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_AimLock_Reticule_OffScreen_C \ static_assert(alignof(UUI_BP_AimLock_Reticule_OffScreen_C) == 0x000008, "Wrong alignment on UUI_BP_AimLock_Reticule_OffScreen_C"); \ static_assert(sizeof(UUI_BP_AimLock_Reticule_OffScreen_C) == 0x000278, "Wrong size on UUI_BP_AimLock_Reticule_OffScreen_C"); \ static_assert(offsetof(UUI_BP_AimLock_Reticule_OffScreen_C, TargetCircle) == 0x000268, "Member 'UUI_BP_AimLock_Reticule_OffScreen_C::TargetCircle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AimLock_Reticule_OffScreen_C, TargetCircle_BG) == 0x000270, "Member 'UUI_BP_AimLock_Reticule_OffScreen_C::TargetCircle_BG' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack \ static_assert(alignof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack) == 0x000008, "Wrong alignment on UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack"); \ static_assert(sizeof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack) == 0x0000D8, "Wrong size on UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, EntryPoint) == 0x000000, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_PauseAnimation_ReturnValue) == 0x000040, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_PauseAnimation_ReturnValue_1) == 0x000044, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_PauseAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000048, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000050, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_CreatePlayAnimationProxyObject_Result_1) == 0x000058, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_CreatePlayAnimationProxyObject_Result_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1) == 0x000060, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_IsValid_ReturnValue_1) == 0x000069, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, K2Node_CreateDelegate_OutputDelegate_3) == 0x00006C, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, K2Node_CreateDelegate_OutputDelegate_4) == 0x00007C, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_PauseAnimation_ReturnValue_2) == 0x00008C, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_PauseAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_PauseAnimation_ReturnValue_3) == 0x000090, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_PauseAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_CreatePlayAnimationProxyObject_Result_2) == 0x000098, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_CreatePlayAnimationProxyObject_Result_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_2) == 0x0000A0, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_CreatePlayAnimationProxyObject_Result_3) == 0x0000A8, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_CreatePlayAnimationProxyObject_Result_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_3) == 0x0000B0, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_IsValid_ReturnValue_2) == 0x0000B8, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_IsValid_ReturnValue_3) == 0x0000B9, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_PauseAnimation_ReturnValue_4) == 0x0000BC, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_PauseAnimation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_CreatePlayAnimationProxyObject_Result_4) == 0x0000C0, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_CreatePlayAnimationProxyObject_Result_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_4) == 0x0000C8, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack, CallFunc_IsValid_ReturnValue_4) == 0x0000D0, "Member 'UI_BP_FG_DetailsPanelBack_C_ExecuteUbergraph_UI_BP_FG_DetailsPanelBack::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FG_DetailsPanelBack_C \ static_assert(alignof(UUI_BP_FG_DetailsPanelBack_C) == 0x000008, "Wrong alignment on UUI_BP_FG_DetailsPanelBack_C"); \ static_assert(sizeof(UUI_BP_FG_DetailsPanelBack_C) == 0x0002A0, "Wrong size on UUI_BP_FG_DetailsPanelBack_C"); \ static_assert(offsetof(UUI_BP_FG_DetailsPanelBack_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_FG_DetailsPanelBack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_DetailsPanelBack_C, PulsePannelBorderGlow) == 0x000270, "Member 'UUI_BP_FG_DetailsPanelBack_C::PulsePannelBorderGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_DetailsPanelBack_C, PannelBackGoldGlow) == 0x000278, "Member 'UUI_BP_FG_DetailsPanelBack_C::PannelBackGoldGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_DetailsPanelBack_C, AppearPannelBack) == 0x000280, "Member 'UUI_BP_FG_DetailsPanelBack_C::AppearPannelBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_DetailsPanelBack_C, UI_BP_FG_VortexPanelBack) == 0x000288, "Member 'UUI_BP_FG_DetailsPanelBack_C::UI_BP_FG_VortexPanelBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_DetailsPanelBack_C, OnPanelBackApearanceComplete) == 0x000290, "Member 'UUI_BP_FG_DetailsPanelBack_C::OnPanelBackApearanceComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MenuCursor_C_ExecuteUbergraph_UI_BP_MenuCursor \ static_assert(alignof(UI_BP_MenuCursor_C_ExecuteUbergraph_UI_BP_MenuCursor) == 0x000004, "Wrong alignment on UI_BP_MenuCursor_C_ExecuteUbergraph_UI_BP_MenuCursor"); \ static_assert(sizeof(UI_BP_MenuCursor_C_ExecuteUbergraph_UI_BP_MenuCursor) == 0x000040, "Wrong size on UI_BP_MenuCursor_C_ExecuteUbergraph_UI_BP_MenuCursor"); \ static_assert(offsetof(UI_BP_MenuCursor_C_ExecuteUbergraph_UI_BP_MenuCursor, EntryPoint) == 0x000000, "Member 'UI_BP_MenuCursor_C_ExecuteUbergraph_UI_BP_MenuCursor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuCursor_C_ExecuteUbergraph_UI_BP_MenuCursor, K2Node_Event_MyGeometry) == 0x000004, "Member 'UI_BP_MenuCursor_C_ExecuteUbergraph_UI_BP_MenuCursor::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuCursor_C_ExecuteUbergraph_UI_BP_MenuCursor, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'UI_BP_MenuCursor_C_ExecuteUbergraph_UI_BP_MenuCursor::K2Node_Event_InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MenuCursor_C_Tick \ static_assert(alignof(UI_BP_MenuCursor_C_Tick) == 0x000004, "Wrong alignment on UI_BP_MenuCursor_C_Tick"); \ static_assert(sizeof(UI_BP_MenuCursor_C_Tick) == 0x00003C, "Wrong size on UI_BP_MenuCursor_C_Tick"); \ static_assert(offsetof(UI_BP_MenuCursor_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_MenuCursor_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuCursor_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_MenuCursor_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MenuCursor_C \ static_assert(alignof(UUI_BP_MenuCursor_C) == 0x000008, "Wrong alignment on UUI_BP_MenuCursor_C"); \ static_assert(sizeof(UUI_BP_MenuCursor_C) == 0x000318, "Wrong size on UUI_BP_MenuCursor_C"); \ static_assert(offsetof(UUI_BP_MenuCursor_C, UberGraphFrame_UI_BP_MenuCursor_C) == 0x000310, "Member 'UUI_BP_MenuCursor_C::UberGraphFrame_UI_BP_MenuCursor_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen \ static_assert(alignof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen) == 0x000008, "Wrong alignment on UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen"); \ static_assert(sizeof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen) == 0x0004F0, "Wrong size on UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, EntryPoint) == 0x000000, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_ComponentBoundEvent_FileName) == 0x000010, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_ComponentBoundEvent_FileName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_ComponentBoundEvent_CharacterID) == 0x000020, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_ComponentBoundEvent_CharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_Event_ResultMessage) == 0x000028, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_Event_ResultMessage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_Event_Duration) == 0x000038, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_Event_Duration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_SetGamePaused_ReturnValue) == 0x00003C, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_GetPhoenixGameInstance_ReturnValue) == 0x000040, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_GetPhoenixGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_ComponentBoundEvent_TextButton_5) == 0x000048, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_ComponentBoundEvent_TextButton_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_GetSaveGameWorld_ReturnValue) == 0x000050, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_GetSaveGameWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_Conv_StringToName_ReturnValue) == 0x000060, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_GetPlayerController_ReturnValue) == 0x000068, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_ComponentBoundEvent_TextButton_4) == 0x000070, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_ComponentBoundEvent_TextButton_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_ComponentBoundEvent_TextButton_3) == 0x000078, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_ComponentBoundEvent_TextButton_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_MakeStruct_LegendItemData) == 0x000080, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_MakeArray_Array) == 0x0000B0, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_ComponentBoundEvent_TextButton_2) == 0x0000C0, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_ComponentBoundEvent_TextButton_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_ComponentBoundEvent_TextButton_1) == 0x0000C8, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_ComponentBoundEvent_TextButton_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_ComponentBoundEvent_TextButton) == 0x0000D0, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_ComponentBoundEvent_TextButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0000D8, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x0000DC, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_CreateDelegate_OutputDelegate) == 0x0000E0, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x0000F0, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_HermesBindEvent_Handle) == 0x0000F8, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_PostEventAtLocation_ReturnValue_4) == 0x000108, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_PostEventAtLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_PostEventAtLocation_ReturnValue_5) == 0x00010C, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_PostEventAtLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_Get_ReturnValue) == 0x000110, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_AddStateToStack_ReturnValue) == 0x000118, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_AddStateToStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_AutoSaveFlush_ReturnValue) == 0x00011C, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_AutoSaveFlush_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_GetUIManagerPure_ReturnValue) == 0x000120, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_PostEventAtLocation_ReturnValue_6) == 0x000128, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_PostEventAtLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_Event_IntroType_1) == 0x00012C, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_Event_IntroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_Event_IntroDuration) == 0x000130, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_Event_IntroType) == 0x000134, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000138, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_GetCurrentPlayerID_ReturnValue) == 0x000140, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_GetCurrentPlayerID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_GetCurrentPlayableCharacter_ReturnValue) == 0x000148, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_GetCurrentPlayableCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_LoadLastSaveOfType_ReturnValue) == 0x0004B8, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_LoadLastSaveOfType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_Event_ButtonText) == 0x0004C0, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_Event_ButtonText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_SetGamePaused_ReturnValue_1) == 0x0004D0, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_SetGamePaused_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, K2Node_CustomEvent_Caller) == 0x0004D8, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x0004E0, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen, CallFunc_GetUIManagerPure_ReturnValue_2) == 0x0004E8, "Member 'UI_BP_GameOverScreen_C_ExecuteUbergraph_UI_BP_GameOverScreen::CallFunc_GetUIManagerPure_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GameOverScreen_C_LoadSaveGameFailed \ static_assert(alignof(UI_BP_GameOverScreen_C_LoadSaveGameFailed) == 0x000008, "Wrong alignment on UI_BP_GameOverScreen_C_LoadSaveGameFailed"); \ static_assert(sizeof(UI_BP_GameOverScreen_C_LoadSaveGameFailed) == 0x000008, "Wrong size on UI_BP_GameOverScreen_C_LoadSaveGameFailed"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_LoadSaveGameFailed, Caller) == 0x000000, "Member 'UI_BP_GameOverScreen_C_LoadSaveGameFailed::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GameOverScreen_C_SetRestartButtonText \ static_assert(alignof(UI_BP_GameOverScreen_C_SetRestartButtonText) == 0x000008, "Wrong alignment on UI_BP_GameOverScreen_C_SetRestartButtonText"); \ static_assert(sizeof(UI_BP_GameOverScreen_C_SetRestartButtonText) == 0x000010, "Wrong size on UI_BP_GameOverScreen_C_SetRestartButtonText"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_SetRestartButtonText, ButtonText) == 0x000000, "Member 'UI_BP_GameOverScreen_C_SetRestartButtonText::ButtonText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GameOverScreen_C_OnIntroEnded \ static_assert(alignof(UI_BP_GameOverScreen_C_OnIntroEnded) == 0x000004, "Wrong alignment on UI_BP_GameOverScreen_C_OnIntroEnded"); \ static_assert(sizeof(UI_BP_GameOverScreen_C_OnIntroEnded) == 0x000004, "Wrong size on UI_BP_GameOverScreen_C_OnIntroEnded"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_OnIntroEnded, IntroType) == 0x000000, "Member 'UI_BP_GameOverScreen_C_OnIntroEnded::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GameOverScreen_C_OnIntroStarted \ static_assert(alignof(UI_BP_GameOverScreen_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_GameOverScreen_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_GameOverScreen_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_GameOverScreen_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_GameOverScreen_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_GameOverScreen_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GameOverScreen_C_BndEvt__ExitToMainMenu_K2Node_ComponentBoundEvent_6_OnButtonHoverDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_GameOverScreen_C_BndEvt__ExitToMainMenu_K2Node_ComponentBoundEvent_6_OnButtonHoverDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_GameOverScreen_C_BndEvt__ExitToMainMenu_K2Node_ComponentBoundEvent_6_OnButtonHoverDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_GameOverScreen_C_BndEvt__ExitToMainMenu_K2Node_ComponentBoundEvent_6_OnButtonHoverDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_GameOverScreen_C_BndEvt__ExitToMainMenu_K2Node_ComponentBoundEvent_6_OnButtonHoverDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_BndEvt__ExitToMainMenu_K2Node_ComponentBoundEvent_6_OnButtonHoverDispatcher__DelegateSignature, TextButton) == 0x000000, "Member 'UI_BP_GameOverScreen_C_BndEvt__ExitToMainMenu_K2Node_ComponentBoundEvent_6_OnButtonHoverDispatcher__DelegateSignature::TextButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GameOverScreen_C_BndEvt__LoadSave_K2Node_ComponentBoundEvent_5_OnButtonHoverDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_GameOverScreen_C_BndEvt__LoadSave_K2Node_ComponentBoundEvent_5_OnButtonHoverDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_GameOverScreen_C_BndEvt__LoadSave_K2Node_ComponentBoundEvent_5_OnButtonHoverDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_GameOverScreen_C_BndEvt__LoadSave_K2Node_ComponentBoundEvent_5_OnButtonHoverDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_GameOverScreen_C_BndEvt__LoadSave_K2Node_ComponentBoundEvent_5_OnButtonHoverDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_BndEvt__LoadSave_K2Node_ComponentBoundEvent_5_OnButtonHoverDispatcher__DelegateSignature, TextButton) == 0x000000, "Member 'UI_BP_GameOverScreen_C_BndEvt__LoadSave_K2Node_ComponentBoundEvent_5_OnButtonHoverDispatcher__DelegateSignature::TextButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GameOverScreen_C_BndEvt__RestartMission_K2Node_ComponentBoundEvent_3_OnButtonHoverDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_GameOverScreen_C_BndEvt__RestartMission_K2Node_ComponentBoundEvent_3_OnButtonHoverDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_GameOverScreen_C_BndEvt__RestartMission_K2Node_ComponentBoundEvent_3_OnButtonHoverDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_GameOverScreen_C_BndEvt__RestartMission_K2Node_ComponentBoundEvent_3_OnButtonHoverDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_GameOverScreen_C_BndEvt__RestartMission_K2Node_ComponentBoundEvent_3_OnButtonHoverDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_BndEvt__RestartMission_K2Node_ComponentBoundEvent_3_OnButtonHoverDispatcher__DelegateSignature, TextButton) == 0x000000, "Member 'UI_BP_GameOverScreen_C_BndEvt__RestartMission_K2Node_ComponentBoundEvent_3_OnButtonHoverDispatcher__DelegateSignature::TextButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GameOverScreen_C_BndEvt__RestartMission_K2Node_ComponentBoundEvent_0_OnClickEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_GameOverScreen_C_BndEvt__RestartMission_K2Node_ComponentBoundEvent_0_OnClickEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_GameOverScreen_C_BndEvt__RestartMission_K2Node_ComponentBoundEvent_0_OnClickEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_GameOverScreen_C_BndEvt__RestartMission_K2Node_ComponentBoundEvent_0_OnClickEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_GameOverScreen_C_BndEvt__RestartMission_K2Node_ComponentBoundEvent_0_OnClickEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_BndEvt__RestartMission_K2Node_ComponentBoundEvent_0_OnClickEventDispatcher__DelegateSignature, TextButton) == 0x000000, "Member 'UI_BP_GameOverScreen_C_BndEvt__RestartMission_K2Node_ComponentBoundEvent_0_OnClickEventDispatcher__DelegateSignature::TextButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GameOverScreen_C_BndEvt__LoadSave_K2Node_ComponentBoundEvent_1_OnClickEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_GameOverScreen_C_BndEvt__LoadSave_K2Node_ComponentBoundEvent_1_OnClickEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_GameOverScreen_C_BndEvt__LoadSave_K2Node_ComponentBoundEvent_1_OnClickEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_GameOverScreen_C_BndEvt__LoadSave_K2Node_ComponentBoundEvent_1_OnClickEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_GameOverScreen_C_BndEvt__LoadSave_K2Node_ComponentBoundEvent_1_OnClickEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_BndEvt__LoadSave_K2Node_ComponentBoundEvent_1_OnClickEventDispatcher__DelegateSignature, TextButton) == 0x000000, "Member 'UI_BP_GameOverScreen_C_BndEvt__LoadSave_K2Node_ComponentBoundEvent_1_OnClickEventDispatcher__DelegateSignature::TextButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GameOverScreen_C_BndEvt__LastSave_K2Node_ComponentBoundEvent_2_OnClickEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_GameOverScreen_C_BndEvt__LastSave_K2Node_ComponentBoundEvent_2_OnClickEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_GameOverScreen_C_BndEvt__LastSave_K2Node_ComponentBoundEvent_2_OnClickEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_GameOverScreen_C_BndEvt__LastSave_K2Node_ComponentBoundEvent_2_OnClickEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_GameOverScreen_C_BndEvt__LastSave_K2Node_ComponentBoundEvent_2_OnClickEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_BndEvt__LastSave_K2Node_ComponentBoundEvent_2_OnClickEventDispatcher__DelegateSignature, TextButton) == 0x000000, "Member 'UI_BP_GameOverScreen_C_BndEvt__LastSave_K2Node_ComponentBoundEvent_2_OnClickEventDispatcher__DelegateSignature::TextButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GameOverScreen_C_ShowLoadSaveResultPopup \ static_assert(alignof(UI_BP_GameOverScreen_C_ShowLoadSaveResultPopup) == 0x000008, "Wrong alignment on UI_BP_GameOverScreen_C_ShowLoadSaveResultPopup"); \ static_assert(sizeof(UI_BP_GameOverScreen_C_ShowLoadSaveResultPopup) == 0x000018, "Wrong size on UI_BP_GameOverScreen_C_ShowLoadSaveResultPopup"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ShowLoadSaveResultPopup, ResultMessage) == 0x000000, "Member 'UI_BP_GameOverScreen_C_ShowLoadSaveResultPopup::ResultMessage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_ShowLoadSaveResultPopup, Duration) == 0x000010, "Member 'UI_BP_GameOverScreen_C_ShowLoadSaveResultPopup::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GameOverScreen_C_BndEvt__SavedGamesMenu_K2Node_ComponentBoundEvent_4_OnLoadSave__DelegateSignature \ static_assert(alignof(UI_BP_GameOverScreen_C_BndEvt__SavedGamesMenu_K2Node_ComponentBoundEvent_4_OnLoadSave__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_GameOverScreen_C_BndEvt__SavedGamesMenu_K2Node_ComponentBoundEvent_4_OnLoadSave__DelegateSignature"); \ static_assert(sizeof(UI_BP_GameOverScreen_C_BndEvt__SavedGamesMenu_K2Node_ComponentBoundEvent_4_OnLoadSave__DelegateSignature) == 0x000018, "Wrong size on UI_BP_GameOverScreen_C_BndEvt__SavedGamesMenu_K2Node_ComponentBoundEvent_4_OnLoadSave__DelegateSignature"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_BndEvt__SavedGamesMenu_K2Node_ComponentBoundEvent_4_OnLoadSave__DelegateSignature, Filename) == 0x000000, "Member 'UI_BP_GameOverScreen_C_BndEvt__SavedGamesMenu_K2Node_ComponentBoundEvent_4_OnLoadSave__DelegateSignature::Filename' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_BndEvt__SavedGamesMenu_K2Node_ComponentBoundEvent_4_OnLoadSave__DelegateSignature, CharacterID) == 0x000010, "Member 'UI_BP_GameOverScreen_C_BndEvt__SavedGamesMenu_K2Node_ComponentBoundEvent_4_OnLoadSave__DelegateSignature::CharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GameOverScreen_C_Restart \ static_assert(alignof(UI_BP_GameOverScreen_C_Restart) == 0x000008, "Wrong alignment on UI_BP_GameOverScreen_C_Restart"); \ static_assert(sizeof(UI_BP_GameOverScreen_C_Restart) == 0x000010, "Wrong size on UI_BP_GameOverScreen_C_Restart"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_Restart, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'UI_BP_GameOverScreen_C_Restart::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_Restart, CallFunc_SetGamePaused_ReturnValue) == 0x000008, "Member 'UI_BP_GameOverScreen_C_Restart::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_Restart, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x00000C, "Member 'UI_BP_GameOverScreen_C_Restart::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction) == 0x000004, "Wrong alignment on UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction) == 0x00000C, "Wrong size on UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000004, "Member 'UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000009, "Member 'UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'UI_BP_GameOverScreen_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GameOverScreen_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_GameOverScreen_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_GameOverScreen_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_GameOverScreen_C_GatherMenuReaderStrings) == 0x0000C8, "Wrong size on UI_BP_GameOverScreen_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_GameOverScreen_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_GameOverScreen_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_GameOverScreen_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_GameOverScreen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_GameOverScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_GameOverScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_GameOverScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000068, "Member 'UI_BP_GameOverScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000080, "Member 'UI_BP_GameOverScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x000090, "Member 'UI_BP_GameOverScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_GameOverScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000B0, "Member 'UI_BP_GameOverScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x0000C0, "Member 'UI_BP_GameOverScreen_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GameOverScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000C4, "Member 'UI_BP_GameOverScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_GameOverScreen_C \ static_assert(alignof(UUI_BP_GameOverScreen_C) == 0x000008, "Wrong alignment on UUI_BP_GameOverScreen_C"); \ static_assert(sizeof(UUI_BP_GameOverScreen_C) == 0x0003F8, "Wrong size on UUI_BP_GameOverScreen_C"); \ static_assert(offsetof(UUI_BP_GameOverScreen_C, UberGraphFrame) == 0x000378, "Member 'UUI_BP_GameOverScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GameOverScreen_C, AnimateScreenIn) == 0x000380, "Member 'UUI_BP_GameOverScreen_C::AnimateScreenIn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GameOverScreen_C, ExitToMainMenu) == 0x000388, "Member 'UUI_BP_GameOverScreen_C::ExitToMainMenu' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GameOverScreen_C, LoadGameLegend) == 0x000390, "Member 'UUI_BP_GameOverScreen_C::LoadGameLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GameOverScreen_C, LoadSave) == 0x000398, "Member 'UUI_BP_GameOverScreen_C::LoadSave' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GameOverScreen_C, LoadSaveResultPopup) == 0x0003A0, "Member 'UUI_BP_GameOverScreen_C::LoadSaveResultPopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GameOverScreen_C, LoadSaveResultStr) == 0x0003A8, "Member 'UUI_BP_GameOverScreen_C::LoadSaveResultStr' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GameOverScreen_C, menuPopup) == 0x0003B0, "Member 'UUI_BP_GameOverScreen_C::menuPopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GameOverScreen_C, MissionTitle) == 0x0003B8, "Member 'UUI_BP_GameOverScreen_C::MissionTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GameOverScreen_C, OptionsSwitcher) == 0x0003C0, "Member 'UUI_BP_GameOverScreen_C::OptionsSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GameOverScreen_C, RestartMission) == 0x0003C8, "Member 'UUI_BP_GameOverScreen_C::RestartMission' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GameOverScreen_C, SavedGames) == 0x0003D0, "Member 'UUI_BP_GameOverScreen_C::SavedGames' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GameOverScreen_C, SavedGamesMenu) == 0x0003D8, "Member 'UUI_BP_GameOverScreen_C::SavedGamesMenu' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GameOverScreen_C, tryAgainTitle) == 0x0003E0, "Member 'UUI_BP_GameOverScreen_C::tryAgainTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GameOverScreen_C, deathToolTip) == 0x0003E8, "Member 'UUI_BP_GameOverScreen_C::deathToolTip' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GameOverScreen_C, IsLoadingSaveGame) == 0x0003F0, "Member 'UUI_BP_GameOverScreen_C::IsLoadingSaveGame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GameOverScreen_C, IsInLoadMenu) == 0x0003F1, "Member 'UUI_BP_GameOverScreen_C::IsInLoadMenu' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDmgTypeBP_Environmental_C \ static_assert(alignof(UDmgTypeBP_Environmental_C) == 0x000008, "Wrong alignment on UDmgTypeBP_Environmental_C"); \ static_assert(sizeof(UDmgTypeBP_Environmental_C) == 0x000040, "Wrong size on UDmgTypeBP_Environmental_C"); \ #define DUMPER7_ASSERTS_UI_BP_AspectRatioWidget_C_ExecuteUbergraph_UI_BP_AspectRatioWidget \ static_assert(alignof(UI_BP_AspectRatioWidget_C_ExecuteUbergraph_UI_BP_AspectRatioWidget) == 0x000004, "Wrong alignment on UI_BP_AspectRatioWidget_C_ExecuteUbergraph_UI_BP_AspectRatioWidget"); \ static_assert(sizeof(UI_BP_AspectRatioWidget_C_ExecuteUbergraph_UI_BP_AspectRatioWidget) == 0x00001C, "Wrong size on UI_BP_AspectRatioWidget_C_ExecuteUbergraph_UI_BP_AspectRatioWidget"); \ static_assert(offsetof(UI_BP_AspectRatioWidget_C_ExecuteUbergraph_UI_BP_AspectRatioWidget, EntryPoint) == 0x000000, "Member 'UI_BP_AspectRatioWidget_C_ExecuteUbergraph_UI_BP_AspectRatioWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AspectRatioWidget_C_ExecuteUbergraph_UI_BP_AspectRatioWidget, K2Node_Event_InBarScale_1) == 0x000004, "Member 'UI_BP_AspectRatioWidget_C_ExecuteUbergraph_UI_BP_AspectRatioWidget::K2Node_Event_InBarScale_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AspectRatioWidget_C_ExecuteUbergraph_UI_BP_AspectRatioWidget, K2Node_Event_InBarScale) == 0x000008, "Member 'UI_BP_AspectRatioWidget_C_ExecuteUbergraph_UI_BP_AspectRatioWidget::K2Node_Event_InBarScale' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AspectRatioWidget_C_ExecuteUbergraph_UI_BP_AspectRatioWidget, CallFunc_MakeVector2D_ReturnValue) == 0x00000C, "Member 'UI_BP_AspectRatioWidget_C_ExecuteUbergraph_UI_BP_AspectRatioWidget::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AspectRatioWidget_C_ExecuteUbergraph_UI_BP_AspectRatioWidget, CallFunc_MakeVector2D_ReturnValue_1) == 0x000014, "Member 'UI_BP_AspectRatioWidget_C_ExecuteUbergraph_UI_BP_AspectRatioWidget::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AspectRatioWidget_C_UI_UpdatePillarbox \ static_assert(alignof(UI_BP_AspectRatioWidget_C_UI_UpdatePillarbox) == 0x000004, "Wrong alignment on UI_BP_AspectRatioWidget_C_UI_UpdatePillarbox"); \ static_assert(sizeof(UI_BP_AspectRatioWidget_C_UI_UpdatePillarbox) == 0x000004, "Wrong size on UI_BP_AspectRatioWidget_C_UI_UpdatePillarbox"); \ static_assert(offsetof(UI_BP_AspectRatioWidget_C_UI_UpdatePillarbox, InBarScale) == 0x000000, "Member 'UI_BP_AspectRatioWidget_C_UI_UpdatePillarbox::InBarScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AspectRatioWidget_C_UI_UpdateLetterbox \ static_assert(alignof(UI_BP_AspectRatioWidget_C_UI_UpdateLetterbox) == 0x000004, "Wrong alignment on UI_BP_AspectRatioWidget_C_UI_UpdateLetterbox"); \ static_assert(sizeof(UI_BP_AspectRatioWidget_C_UI_UpdateLetterbox) == 0x000004, "Wrong size on UI_BP_AspectRatioWidget_C_UI_UpdateLetterbox"); \ static_assert(offsetof(UI_BP_AspectRatioWidget_C_UI_UpdateLetterbox, InBarScale) == 0x000000, "Member 'UI_BP_AspectRatioWidget_C_UI_UpdateLetterbox::InBarScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_AspectRatioWidget_C \ static_assert(alignof(UUI_BP_AspectRatioWidget_C) == 0x000008, "Wrong alignment on UUI_BP_AspectRatioWidget_C"); \ static_assert(sizeof(UUI_BP_AspectRatioWidget_C) == 0x000298, "Wrong size on UUI_BP_AspectRatioWidget_C"); \ static_assert(offsetof(UUI_BP_AspectRatioWidget_C, UberGraphFrame) == 0x000270, "Member 'UUI_BP_AspectRatioWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AspectRatioWidget_C, BlackBar_Bottom) == 0x000278, "Member 'UUI_BP_AspectRatioWidget_C::BlackBar_Bottom' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AspectRatioWidget_C, BlackBar_Left) == 0x000280, "Member 'UUI_BP_AspectRatioWidget_C::BlackBar_Left' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AspectRatioWidget_C, BlackBar_Right) == 0x000288, "Member 'UUI_BP_AspectRatioWidget_C::BlackBar_Right' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AspectRatioWidget_C, BlackBar_Top) == 0x000290, "Member 'UUI_BP_AspectRatioWidget_C::BlackBar_Top' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_NovaDiscover_C_ExecuteUbergraph_BP_CM_NovaDiscover \ static_assert(alignof(BP_CM_NovaDiscover_C_ExecuteUbergraph_BP_CM_NovaDiscover) == 0x000004, "Wrong alignment on BP_CM_NovaDiscover_C_ExecuteUbergraph_BP_CM_NovaDiscover"); \ static_assert(sizeof(BP_CM_NovaDiscover_C_ExecuteUbergraph_BP_CM_NovaDiscover) == 0x000008, "Wrong size on BP_CM_NovaDiscover_C_ExecuteUbergraph_BP_CM_NovaDiscover"); \ static_assert(offsetof(BP_CM_NovaDiscover_C_ExecuteUbergraph_BP_CM_NovaDiscover, EntryPoint) == 0x000000, "Member 'BP_CM_NovaDiscover_C_ExecuteUbergraph_BP_CM_NovaDiscover::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CM_NovaDiscover_C_ExecuteUbergraph_BP_CM_NovaDiscover, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_CM_NovaDiscover_C_ExecuteUbergraph_BP_CM_NovaDiscover::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_NovaDiscover_C_ReceiveTick \ static_assert(alignof(BP_CM_NovaDiscover_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CM_NovaDiscover_C_ReceiveTick"); \ static_assert(sizeof(BP_CM_NovaDiscover_C_ReceiveTick) == 0x000004, "Wrong size on BP_CM_NovaDiscover_C_ReceiveTick"); \ static_assert(offsetof(BP_CM_NovaDiscover_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CM_NovaDiscover_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CM_NovaDiscover_C \ static_assert(alignof(ABP_CM_NovaDiscover_C) == 0x000008, "Wrong alignment on ABP_CM_NovaDiscover_C"); \ static_assert(sizeof(ABP_CM_NovaDiscover_C) == 0x000298, "Wrong size on ABP_CM_NovaDiscover_C"); \ static_assert(offsetof(ABP_CM_NovaDiscover_C, UberGraphFrame) == 0x000268, "Member 'ABP_CM_NovaDiscover_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_CM_NovaDiscover_C, Sphere) == 0x000270, "Member 'ABP_CM_NovaDiscover_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_CM_NovaDiscover_C, DefaultSceneRoot) == 0x000278, "Member 'ABP_CM_NovaDiscover_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_CM_NovaDiscover_C, Parent) == 0x000280, "Member 'ABP_CM_NovaDiscover_C::Parent' has a wrong offset!"); \ static_assert(offsetof(ABP_CM_NovaDiscover_C, OnCollide) == 0x000288, "Member 'ABP_CM_NovaDiscover_C::OnCollide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DuelMoveFwd_C \ static_assert(alignof(UABL_DuelMoveFwd_C) == 0x000008, "Wrong alignment on UABL_DuelMoveFwd_C"); \ static_assert(sizeof(UABL_DuelMoveFwd_C) == 0x0000C8, "Wrong size on UABL_DuelMoveFwd_C"); \ #define DUMPER7_ASSERTS_UI_BP_NavBarBracket_C_ExecuteUbergraph_UI_BP_NavBarBracket \ static_assert(alignof(UI_BP_NavBarBracket_C_ExecuteUbergraph_UI_BP_NavBarBracket) == 0x000004, "Wrong alignment on UI_BP_NavBarBracket_C_ExecuteUbergraph_UI_BP_NavBarBracket"); \ static_assert(sizeof(UI_BP_NavBarBracket_C_ExecuteUbergraph_UI_BP_NavBarBracket) == 0x000008, "Wrong size on UI_BP_NavBarBracket_C_ExecuteUbergraph_UI_BP_NavBarBracket"); \ static_assert(offsetof(UI_BP_NavBarBracket_C_ExecuteUbergraph_UI_BP_NavBarBracket, EntryPoint) == 0x000000, "Member 'UI_BP_NavBarBracket_C_ExecuteUbergraph_UI_BP_NavBarBracket::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NavBarBracket_C_ExecuteUbergraph_UI_BP_NavBarBracket, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_NavBarBracket_C_ExecuteUbergraph_UI_BP_NavBarBracket::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NavBarBracket_C_PreConstruct \ static_assert(alignof(UI_BP_NavBarBracket_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_NavBarBracket_C_PreConstruct"); \ static_assert(sizeof(UI_BP_NavBarBracket_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_NavBarBracket_C_PreConstruct"); \ static_assert(offsetof(UI_BP_NavBarBracket_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_NavBarBracket_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_NavBarBracket_C \ static_assert(alignof(UUI_BP_NavBarBracket_C) == 0x000008, "Wrong alignment on UUI_BP_NavBarBracket_C"); \ static_assert(sizeof(UUI_BP_NavBarBracket_C) == 0x000290, "Wrong size on UUI_BP_NavBarBracket_C"); \ static_assert(offsetof(UUI_BP_NavBarBracket_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_NavBarBracket_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NavBarBracket_C, Base) == 0x000270, "Member 'UUI_BP_NavBarBracket_C::Base' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NavBarBracket_C, End) == 0x000278, "Member 'UUI_BP_NavBarBracket_C::End' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NavBarBracket_C, middle) == 0x000280, "Member 'UUI_BP_NavBarBracket_C::middle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NavBarBracket_C, ScaleValue) == 0x000288, "Member 'UUI_BP_NavBarBracket_C::ScaleValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPropList \ static_assert(alignof(FPropList) == 0x000008, "Wrong alignment on FPropList"); \ static_assert(sizeof(FPropList) == 0x0000B0, "Wrong size on FPropList"); \ static_assert(offsetof(FPropList, Overland_27_B7F9AC9246BB6E856A027BBE3E8575A4) == 0x000000, "Member 'FPropList::Overland_27_B7F9AC9246BB6E856A027BBE3E8575A4' has a wrong offset!"); \ static_assert(offsetof(FPropList, Castle_28_2DAEE6544C5EF23EDE4B259D0BCE8E54) == 0x000010, "Member 'FPropList::Castle_28_2DAEE6544C5EF23EDE4B259D0BCE8E54' has a wrong offset!"); \ static_assert(offsetof(FPropList, Cairn_29_E246348546B3B0AF3C2AD188EEA8842A) == 0x000020, "Member 'FPropList::Cairn_29_E246348546B3B0AF3C2AD188EEA8842A' has a wrong offset!"); \ static_assert(offsetof(FPropList, Sanctum_30_B8DAE5F142ED2E848E5E298C51CF3E19) == 0x000030, "Member 'FPropList::Sanctum_30_B8DAE5F142ED2E848E5E298C51CF3E19' has a wrong offset!"); \ static_assert(offsetof(FPropList, Cavern_31_263216FD46CA581952F06BAECDA08C50) == 0x000040, "Member 'FPropList::Cavern_31_263216FD46CA581952F06BAECDA08C50' has a wrong offset!"); \ static_assert(offsetof(FPropList, Hogwarts_35_025A5976434426E65D385E86CD0BAB2E) == 0x000050, "Member 'FPropList::Hogwarts_35_025A5976434426E65D385E86CD0BAB2E' has a wrong offset!"); \ static_assert(offsetof(FPropList, Hogsmeade_37_F39CEEF349C3D302B0862A96C834808E) == 0x000060, "Member 'FPropList::Hogsmeade_37_F39CEEF349C3D302B0862A96C834808E' has a wrong offset!"); \ static_assert(offsetof(FPropList, Hamlets_41_6EF051194DF8473A795DD68BCE011415) == 0x000070, "Member 'FPropList::Hamlets_41_6EF051194DF8473A795DD68BCE011415' has a wrong offset!"); \ static_assert(offsetof(FPropList, Bandit_43_906252484568999F97A05EB78BB003F9) == 0x000080, "Member 'FPropList::Bandit_43_906252484568999F97A05EB78BB003F9' has a wrong offset!"); \ static_assert(offsetof(FPropList, GobMines_47_6DF174C846923FEA52047CB2D24A2563) == 0x000090, "Member 'FPropList::GobMines_47_6DF174C846923FEA52047CB2D24A2563' has a wrong offset!"); \ static_assert(offsetof(FPropList, Cages_54_B10C51D542193FA5393557BE03E6FE14) == 0x0000A0, "Member 'FPropList::Cages_54_B10C51D542193FA5393557BE03E6FE14' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Investigate_Start_C \ static_assert(alignof(UABL_Enemy_Investigate_Start_C) == 0x000008, "Wrong alignment on UABL_Enemy_Investigate_Start_C"); \ static_assert(sizeof(UABL_Enemy_Investigate_Start_C) == 0x0000C8, "Wrong size on UABL_Enemy_Investigate_Start_C"); \ #define DUMPER7_ASSERTS_ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base \ static_assert(alignof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base) == 0x000008, "Wrong alignment on ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base"); \ static_assert(sizeof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base) == 0x000100, "Wrong size on ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, EntryPoint) == 0x000000, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_BreakTransform_Location) == 0x000004, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_BreakTransform_Rotation) == 0x000010, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_BreakTransform_Scale) == 0x00001C, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_BreakTransform_Location_1) == 0x000028, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_BreakTransform_Rotation_1) == 0x000034, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_BreakTransform_Scale_1) == 0x000040, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, K2Node_Event_DeltaTimeX) == 0x00004C, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_BreakTransform_Location_2) == 0x000050, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_BreakTransform_Rotation_2) == 0x00005C, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_BreakTransform_Scale_2) == 0x000068, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_GetOwningActor_ReturnValue) == 0x000078, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, K2Node_DynamicCast_AsCharacter_Mount_Interface) == 0x000080, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::K2Node_DynamicCast_AsCharacter_Mount_Interface' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, K2Node_DynamicCast_AsCharacter_Mount_Interface_1) == 0x000098, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::K2Node_DynamicCast_AsCharacter_Mount_Interface_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_DoesImplementInterface_ReturnValue) == 0x0000A9, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, K2Node_CreateDelegate_OutputDelegate) == 0x0000AC, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_IsValid_ReturnValue) == 0x0000BC, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_IsValid_ReturnValue_1) == 0x0000BD, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_IsValid_ReturnValue_2) == 0x0000BE, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_BooleanAND_ReturnValue) == 0x0000BF, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_BooleanAND_ReturnValue_1) == 0x0000C0, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_SelectFloat_ReturnValue) == 0x0000C4, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000C8, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, K2Node_CustomEvent_ClothMountTargets) == 0x0000D8, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::K2Node_CustomEvent_ClothMountTargets' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, K2Node_CustomEvent_Caller) == 0x0000F0, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, K2Node_CustomEvent_BlendIn) == 0x0000F8, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::K2Node_CustomEvent_BlendIn' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, K2Node_CustomEvent_TargetsOnly) == 0x0000F9, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::K2Node_CustomEvent_TargetsOnly' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0000FA, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x0000FB, "Member 'ABP_Robe_ClothJoints_Base_C_ExecuteUbergraph_ABP_Robe_ClothJoints_Base::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Robe_ClothJoints_Base_C_OnClothTargetStart \ static_assert(alignof(ABP_Robe_ClothJoints_Base_C_OnClothTargetStart) == 0x000008, "Wrong alignment on ABP_Robe_ClothJoints_Base_C_OnClothTargetStart"); \ static_assert(sizeof(ABP_Robe_ClothJoints_Base_C_OnClothTargetStart) == 0x000028, "Wrong size on ABP_Robe_ClothJoints_Base_C_OnClothTargetStart"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_OnClothTargetStart, ClothMountTargets) == 0x000000, "Member 'ABP_Robe_ClothJoints_Base_C_OnClothTargetStart::ClothMountTargets' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_OnClothTargetStart, Caller_0) == 0x000018, "Member 'ABP_Robe_ClothJoints_Base_C_OnClothTargetStart::Caller_0' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_OnClothTargetStart, BlendIn) == 0x000020, "Member 'ABP_Robe_ClothJoints_Base_C_OnClothTargetStart::BlendIn' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_OnClothTargetStart, TargetsOnly) == 0x000021, "Member 'ABP_Robe_ClothJoints_Base_C_OnClothTargetStart::TargetsOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Robe_ClothJoints_Base_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Robe_ClothJoints_Base_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Robe_ClothJoints_Base_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Robe_ClothJoints_Base_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Robe_ClothJoints_Base_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Robe_ClothJoints_Base_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values \ static_assert(alignof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values) == 0x000008, "Wrong alignment on ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values"); \ static_assert(sizeof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values) == 0x000080, "Wrong size on ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values, Temp_int_Array_Index_Variable) == 0x000000, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values, CallFunc_GetOwningComponent_ReturnValue) == 0x000010, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values::CallFunc_GetOwningComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values, CallFunc_GetClothingSimulationInteractor_ReturnValue) == 0x000018, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values::CallFunc_GetClothingSimulationInteractor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values, K2Node_DynamicCast_AsChaos_Clothing_Simulation_Interactor) == 0x000020, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values::K2Node_DynamicCast_AsChaos_Clothing_Simulation_Interactor' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values, CallFunc_Map_Keys_Keys) == 0x000030, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values, CallFunc_Array_Get_Item) == 0x000044, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values, CallFunc_Conv_NameToString_ReturnValue) == 0x000050, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values, CallFunc_ShouldProcessClothingAsset_ReturnValue) == 0x000060, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values::CallFunc_ShouldProcessClothingAsset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values, CallFunc_GetClothingInteractor_ReturnValue) == 0x000068, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values::CallFunc_GetClothingInteractor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values, K2Node_DynamicCast_AsChaos_Clothing_Interactor) == 0x000070, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values::K2Node_DynamicCast_AsChaos_Clothing_Interactor' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Clothing_Asset_Values::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target \ static_assert(alignof(ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target) == 0x000010, "Wrong alignment on ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target"); \ static_assert(sizeof(ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target) == 0x0000A0, "Wrong size on ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000000, "Member 'ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target, CallFunc_IsValid_ReturnValue_2) == 0x000003, "Member 'ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target, CallFunc_BooleanAND_ReturnValue_1) == 0x000005, "Member 'ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target, CallFunc_GetTransformBP_ReturnValue) == 0x000010, "Member 'ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target::CallFunc_GetTransformBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target, CallFunc_GetTransformBP_ReturnValue_1) == 0x000040, "Member 'ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target::CallFunc_GetTransformBP_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target, CallFunc_GetTransformBP_ReturnValue_2) == 0x000070, "Member 'ABP_Robe_ClothJoints_Base_C_Update_Cloth_Target::CallFunc_GetTransformBP_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values \ static_assert(alignof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values) == 0x000008, "Wrong alignment on ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values"); \ static_assert(sizeof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values) == 0x000900, "Wrong size on ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, ChaosClothInteractor) == 0x000000, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::ChaosClothInteractor' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, ChaosClothSimInterator) == 0x000008, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::ChaosClothSimInterator' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, DefaultWindVelocityScale) == 0x000010, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::DefaultWindVelocityScale' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, ChaosClothSharedSimConfig) == 0x000018, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::ChaosClothSharedSimConfig' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, ChaosClothConfig) == 0x000020, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::ChaosClothConfig' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateIntClothInteractorValue_ReturnValue) == 0x00002C, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateIntClothInteractorValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateIntClothInteractorValue_ReturnValue_1) == 0x000070, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateIntClothInteractorValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeArray_Array) == 0x0000B8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Format_ReturnValue) == 0x0000C8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue) == 0x0000E0, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateFloatClothInteractorValue_ReturnValue) == 0x0000F0, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateFloatClothInteractorValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeArray_Array_1) == 0x000138, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_1) == 0x000148, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000160, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_1) == 0x000170, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_2) == 0x000174, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_3) == 0x000178, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001B8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateVectorClothInteractorValue_ReturnValue) == 0x0001F8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateVectorClothInteractorValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_VectorToString_ReturnValue) == 0x000208, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_StringToText_ReturnValue) == 0x000218, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_5) == 0x000230, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeArray_Array_2) == 0x000270, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_Vector2dToString_ReturnValue) == 0x000280, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_Vector2dToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_2) == 0x000290, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0002A8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0002C0, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_6) == 0x0002D0, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_3) == 0x000310, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_4) == 0x000314, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_7) == 0x000318, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_8) == 0x000358, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_5) == 0x000398, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_9) == 0x0003A0, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeArray_Array_3) == 0x0003E0, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_3) == 0x0003F0, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000408, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_MakeVector2D_ReturnValue) == 0x000418, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateVector2DClothInteractorValue_ReturnValue) == 0x000420, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateVector2DClothInteractorValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_Vector2dToString_ReturnValue_1) == 0x000428, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_Vector2dToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000438, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_10) == 0x000450, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeArray_Array_4) == 0x000490, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeArray_Array_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_4) == 0x0004A0, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_4) == 0x0004B8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateVectorClothInteractorValue_ReturnValue_1) == 0x0004C8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateVectorClothInteractorValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateBoolClothInteractorValue_ReturnValue) == 0x0004D4, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateBoolClothInteractorValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_VectorToString_ReturnValue_1) == 0x0004D8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_VectorToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_BoolToText_ReturnValue) == 0x0004E8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000500, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_11) == 0x000518, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_12) == 0x000558, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_6) == 0x000598, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_13) == 0x0005A0, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeArray_Array_5) == 0x0005E0, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeArray_Array_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_5) == 0x0005F0, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_5) == 0x000608, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_7) == 0x000618, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_14) == 0x000620, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeArray_Array_6) == 0x000660, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeArray_Array_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_6) == 0x000670, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_6) == 0x000688, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_8) == 0x000698, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_15) == 0x0006A0, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_15' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_9) == 0x0006E0, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_16) == 0x0006E8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_16' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeArray_Array_7) == 0x000728, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeArray_Array_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_7) == 0x000738, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_7) == 0x000750, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_MakeVector2D_ReturnValue_1) == 0x000760, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateVector2DClothInteractorValue_ReturnValue_1) == 0x000768, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateVector2DClothInteractorValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_MakeVector2D_ReturnValue_2) == 0x000770, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_Vector2dToString_ReturnValue_2) == 0x000778, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_Vector2dToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000788, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateVector2DClothInteractorValue_ReturnValue_2) == 0x0007A0, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateVector2DClothInteractorValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_17) == 0x0007A8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_17' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeArray_Array_8) == 0x0007E8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeArray_Array_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_8) == 0x0007F8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_8) == 0x000810, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_10) == 0x000820, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_18) == 0x000828, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_18' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_11) == 0x000868, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_EvaluateFloatClothInteractorValue_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_GetOwningComponent_ReturnValue) == 0x000870, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_GetOwningComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_19) == 0x000878, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_19' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, K2Node_MakeArray_Array_9) == 0x0008B8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::K2Node_MakeArray_Array_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_GetChaosClothSharedSimConfig_ReturnValue) == 0x0008C8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_GetChaosClothSharedSimConfig_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_9) == 0x0008D0, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_9) == 0x0008E8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values, CallFunc_GetChaosClothConfig_ReturnValue) == 0x0008F8, "Member 'ABP_Robe_ClothJoints_Base_C_Set_Cloth_Interactor_Values::CallFunc_GetChaosClothConfig_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values \ static_assert(alignof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values) == 0x000008, "Wrong alignment on ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values"); \ static_assert(sizeof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values) == 0x000868, "Wrong size on ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, ChaosClothInteractor) == 0x000000, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::ChaosClothInteractor' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, ChaosClothSimInterator) == 0x000008, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::ChaosClothSimInterator' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, ChaosClothSharedSimConfig) == 0x000010, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::ChaosClothSharedSimConfig' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, ChaosClothConfig) == 0x000018, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::ChaosClothConfig' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeArray_Array) == 0x0000A0, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue) == 0x0000C8, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000D8, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_3) == 0x000118, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Conv_VectorToString_ReturnValue) == 0x000158, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Conv_StringToText_ReturnValue) == 0x000168, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_4) == 0x000180, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeArray_Array_1) == 0x0001C0, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_1) == 0x0001D0, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_5) == 0x0001E8, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000228, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_6) == 0x000238, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_7) == 0x000278, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeArray_Array_2) == 0x0002B8, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_2) == 0x0002C8, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0002E0, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_8) == 0x0002F0, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_MakeVector2D_ReturnValue) == 0x000330, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_9) == 0x000338, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeArray_Array_3) == 0x000378, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_3) == 0x000388, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0003A0, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Conv_VectorToString_ReturnValue_1) == 0x0003B0, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Conv_VectorToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0003C0, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_10) == 0x0003D8, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Conv_BoolToText_ReturnValue) == 0x000418, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_11) == 0x000430, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_12) == 0x000470, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeArray_Array_4) == 0x0004B0, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeArray_Array_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_4) == 0x0004C0, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_4) == 0x0004D8, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_13) == 0x0004E8, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeArray_Array_5) == 0x000528, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeArray_Array_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_5) == 0x000538, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_5) == 0x000550, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_14) == 0x000560, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_15) == 0x0005A0, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_15' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeArray_Array_6) == 0x0005E0, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeArray_Array_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeArray_Array_7) == 0x0005F0, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeArray_Array_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_6) == 0x000600, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_7) == 0x000618, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_6) == 0x000630, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_7) == 0x000640, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_16) == 0x000650, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_16' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_17) == 0x000690, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_17' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_MakeVector2D_ReturnValue_1) == 0x0006D0, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_18) == 0x0006D8, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_18' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_MakeVector2D_ReturnValue_2) == 0x000718, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_19) == 0x000720, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_19' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeArray_Array_8) == 0x000760, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeArray_Array_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_8) == 0x000770, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_8) == 0x000788, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_20) == 0x000798, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_20' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeStruct_FormatArgumentData_21) == 0x0007D8, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeStruct_FormatArgumentData_21' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, K2Node_MakeArray_Array_9) == 0x000818, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::K2Node_MakeArray_Array_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Format_ReturnValue_9) == 0x000828, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Format_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_GetOwningComponent_ReturnValue) == 0x000840, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_GetOwningComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_Conv_TextToString_ReturnValue_9) == 0x000848, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_Conv_TextToString_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_GetChaosClothSharedSimConfig_ReturnValue) == 0x000858, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_GetChaosClothSharedSimConfig_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values, CallFunc_GetChaosClothConfig_ReturnValue) == 0x000860, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Cloth_Interactor_Values::CallFunc_GetChaosClothConfig_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values \ static_assert(alignof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values) == 0x000008, "Wrong alignment on ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values"); \ static_assert(sizeof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values) == 0x000080, "Wrong size on ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values, Temp_int_Array_Index_Variable) == 0x000000, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values, CallFunc_GetOwningComponent_ReturnValue) == 0x000010, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values::CallFunc_GetOwningComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values, CallFunc_GetClothingSimulationInteractor_ReturnValue) == 0x000018, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values::CallFunc_GetClothingSimulationInteractor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values, K2Node_DynamicCast_AsChaos_Clothing_Simulation_Interactor) == 0x000020, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values::K2Node_DynamicCast_AsChaos_Clothing_Simulation_Interactor' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values, CallFunc_Map_Keys_Keys) == 0x000030, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values, CallFunc_Array_Get_Item) == 0x000044, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values, CallFunc_Conv_NameToString_ReturnValue) == 0x000050, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values, CallFunc_ShouldProcessClothingAsset_ReturnValue) == 0x000060, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values::CallFunc_ShouldProcessClothingAsset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values, CallFunc_GetClothingInteractor_ReturnValue) == 0x000068, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values::CallFunc_GetClothingInteractor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values, K2Node_DynamicCast_AsChaos_Clothing_Interactor) == 0x000070, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values::K2Node_DynamicCast_AsChaos_Clothing_Interactor' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'ABP_Robe_ClothJoints_Base_C_Restore_Clothing_Asset_Values::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset \ static_assert(alignof(ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset) == 0x000008, "Wrong alignment on ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset"); \ static_assert(sizeof(ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset) == 0x000050, "Wrong size on ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset, ClothingAsset) == 0x000000, "Member 'ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset::ClothingAsset' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset, ReturnValue) == 0x000010, "Member 'ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset, Temp_int_Array_Index_Variable) == 0x000014, "Member 'ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset, CallFunc_Array_Get_Item) == 0x000020, "Member 'ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset, CallFunc_Conv_NameToString_ReturnValue) == 0x000030, "Member 'ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset, CallFunc_FindSubstring_ReturnValue) == 0x000044, "Member 'ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset::CallFunc_FindSubstring_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000048, "Member 'ABP_Robe_ClothJoints_Base_C_ShouldProcessClothingAsset::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha \ static_assert(alignof(ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha) == 0x000004, "Wrong alignment on ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha"); \ static_assert(sizeof(ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha) == 0x000024, "Wrong size on ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha, DeltaTime) == 0x000000, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha, DeltaAlpha) == 0x000004, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha::DeltaAlpha' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha, CallFunc_FClamp_ReturnValue) == 0x00000C, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000010, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha, CallFunc_Add_FloatFloat_ReturnValue) == 0x000014, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha, CallFunc_FClamp_ReturnValue_1) == 0x000018, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00001C, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000020, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateClothAlpha::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive \ static_assert(alignof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive) == 0x000008, "Wrong alignment on ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive"); \ static_assert(sizeof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive) == 0x0001B0, "Wrong size on ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, LocalAnimDriveStiffness) == 0x000000, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::LocalAnimDriveStiffness' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, AnimDriveVelocityScale) == 0x000008, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::AnimDriveVelocityScale' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_GetSpeed_Speed) == 0x000018, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_GetSpeed_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_MapRangeClamped_ReturnValue) == 0x000060, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, K2Node_MakeStruct_FormatArgumentData_1) == 0x000068, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_GetOwningComponent_ReturnValue) == 0x0000A8, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_GetOwningComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x0000B0, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_GetClothingSimulationInteractor_ReturnValue) == 0x0000B8, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_GetClothingSimulationInteractor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_Map_Keys_Keys) == 0x0000C0, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_Conv_NameToString_ReturnValue) == 0x0000D8, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_Array_Length_ReturnValue) == 0x0000E8, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_ShouldProcessClothingAsset_ReturnValue) == 0x0000EC, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_ShouldProcessClothingAsset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_Less_IntInt_ReturnValue) == 0x0000ED, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_GetClothingInteractor_ReturnValue) == 0x0000F0, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_GetClothingInteractor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, K2Node_DynamicCast_AsChaos_Clothing_Interactor) == 0x0000F8, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::K2Node_DynamicCast_AsChaos_Clothing_Interactor' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, K2Node_DynamicCast_bSuccess) == 0x000100, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_Conv_Vector2dToString_ReturnValue) == 0x000108, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_Conv_Vector2dToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_Conv_StringToText_ReturnValue) == 0x000118, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, K2Node_MakeStruct_FormatArgumentData_2) == 0x000130, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000170, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, K2Node_MakeArray_Array) == 0x000178, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_Format_ReturnValue) == 0x000188, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive, CallFunc_Conv_TextToString_ReturnValue) == 0x0001A0, "Member 'ABP_Robe_ClothJoints_Base_C_UpdateVelocityAnimDrive::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Robe_ClothJoints_Base_C_GetSpeed \ static_assert(alignof(ABP_Robe_ClothJoints_Base_C_GetSpeed) == 0x000008, "Wrong alignment on ABP_Robe_ClothJoints_Base_C_GetSpeed"); \ static_assert(sizeof(ABP_Robe_ClothJoints_Base_C_GetSpeed) == 0x000020, "Wrong size on ABP_Robe_ClothJoints_Base_C_GetSpeed"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_GetSpeed, Speed) == 0x000000, "Member 'ABP_Robe_ClothJoints_Base_C_GetSpeed::Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_GetSpeed, CallFunc_GetVelocityActor_NewParam) == 0x000008, "Member 'ABP_Robe_ClothJoints_Base_C_GetSpeed::CallFunc_GetVelocityActor_NewParam' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_GetSpeed, CallFunc_GetVelocity_ReturnValue) == 0x000010, "Member 'ABP_Robe_ClothJoints_Base_C_GetSpeed::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_GetSpeed, CallFunc_VSize_ReturnValue) == 0x00001C, "Member 'ABP_Robe_ClothJoints_Base_C_GetSpeed::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Robe_ClothJoints_Base_C_GetVelocityActor \ static_assert(alignof(ABP_Robe_ClothJoints_Base_C_GetVelocityActor) == 0x000008, "Wrong alignment on ABP_Robe_ClothJoints_Base_C_GetVelocityActor"); \ static_assert(sizeof(ABP_Robe_ClothJoints_Base_C_GetVelocityActor) == 0x000020, "Wrong size on ABP_Robe_ClothJoints_Base_C_GetVelocityActor"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_GetVelocityActor, NewParam) == 0x000000, "Member 'ABP_Robe_ClothJoints_Base_C_GetVelocityActor::NewParam' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_GetVelocityActor, CallFunc_GetOwningActor_ReturnValue) == 0x000008, "Member 'ABP_Robe_ClothJoints_Base_C_GetVelocityActor::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_GetVelocityActor, CallFunc_GetAttachParentActor_ReturnValue) == 0x000010, "Member 'ABP_Robe_ClothJoints_Base_C_GetVelocityActor::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_GetVelocityActor, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'ABP_Robe_ClothJoints_Base_C_GetVelocityActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Robe_ClothJoints_Base_C_AnimGraph \ static_assert(alignof(ABP_Robe_ClothJoints_Base_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Robe_ClothJoints_Base_C_AnimGraph"); \ static_assert(sizeof(ABP_Robe_ClothJoints_Base_C_AnimGraph) == 0x000010, "Wrong size on ABP_Robe_ClothJoints_Base_C_AnimGraph"); \ static_assert(offsetof(ABP_Robe_ClothJoints_Base_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Robe_ClothJoints_Base_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Robe_ClothJoints_Base_C \ static_assert(alignof(UABP_Robe_ClothJoints_Base_C) == 0x000010, "Wrong alignment on UABP_Robe_ClothJoints_Base_C"); \ static_assert(sizeof(UABP_Robe_ClothJoints_Base_C) == 0x001460, "Wrong size on UABP_Robe_ClothJoints_Base_C"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Robe_ClothJoints_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, AnimGraphNode_CopyPoseFromMesh) == 0x0002C8, "Member 'UABP_Robe_ClothJoints_Base_C::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, AnimGraphNode_Constraint_4) == 0x0004A0, "Member 'UABP_Robe_ClothJoints_Base_C::AnimGraphNode_Constraint_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, AnimGraphNode_LocalToComponentSpace) == 0x0005A8, "Member 'UABP_Robe_ClothJoints_Base_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, AnimGraphNode_ComponentToLocalSpace) == 0x0005C8, "Member 'UABP_Robe_ClothJoints_Base_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, AnimGraphNode_Constraint_3) == 0x0005E8, "Member 'UABP_Robe_ClothJoints_Base_C::AnimGraphNode_Constraint_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, AnimGraphNode_Constraint_2) == 0x0006F0, "Member 'UABP_Robe_ClothJoints_Base_C::AnimGraphNode_Constraint_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, AnimGraphNode_Constraint_1) == 0x0007F8, "Member 'UABP_Robe_ClothJoints_Base_C::AnimGraphNode_Constraint_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, AnimGraphNode_Constraint) == 0x000900, "Member 'UABP_Robe_ClothJoints_Base_C::AnimGraphNode_Constraint' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, AnimGraphNode_LookAt_4) == 0x000A10, "Member 'UABP_Robe_ClothJoints_Base_C::AnimGraphNode_LookAt_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, AnimGraphNode_LookAt_3) == 0x000BC0, "Member 'UABP_Robe_ClothJoints_Base_C::AnimGraphNode_LookAt_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, AnimGraphNode_LookAt_2) == 0x000D70, "Member 'UABP_Robe_ClothJoints_Base_C::AnimGraphNode_LookAt_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, AnimGraphNode_LookAt_1) == 0x000F20, "Member 'UABP_Robe_ClothJoints_Base_C::AnimGraphNode_LookAt_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, AnimGraphNode_Root) == 0x0010D0, "Member 'UABP_Robe_ClothJoints_Base_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, AnimGraphNode_LookAt) == 0x001100, "Member 'UABP_Robe_ClothJoints_Base_C::AnimGraphNode_LookAt' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, ClothTargetHips) == 0x0012B0, "Member 'UABP_Robe_ClothJoints_Base_C::ClothTargetHips' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, ClothTargetLeft) == 0x0012E0, "Member 'UABP_Robe_ClothJoints_Base_C::ClothTargetLeft' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, ClothTargetRight) == 0x001310, "Member 'UABP_Robe_ClothJoints_Base_C::ClothTargetRight' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, ClothTargetAlpha) == 0x001340, "Member 'UABP_Robe_ClothJoints_Base_C::ClothTargetAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, ClothTargetAlphaDesired) == 0x001344, "Member 'UABP_Robe_ClothJoints_Base_C::ClothTargetAlphaDesired' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Cloth_Mount_Targets) == 0x001348, "Member 'UABP_Robe_ClothJoints_Base_C::Cloth_Mount_Targets' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, ValidClothingAssetNames) == 0x001360, "Member 'UABP_Robe_ClothJoints_Base_C::ValidClothingAssetNames' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Anim_Drive_Stiffness) == 0x001370, "Member 'UABP_Robe_ClothJoints_Base_C::Anim_Drive_Stiffness' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Anim_Drive_Damping) == 0x00137C, "Member 'UABP_Robe_ClothJoints_Base_C::Anim_Drive_Damping' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Drag_Coefficient) == 0x001388, "Member 'UABP_Robe_ClothJoints_Base_C::Drag_Coefficient' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Lift_Coefficient) == 0x001390, "Member 'UABP_Robe_ClothJoints_Base_C::Lift_Coefficient' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Collision_Thickness) == 0x001398, "Member 'UABP_Robe_ClothJoints_Base_C::Collision_Thickness' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Friction_Coefficient) == 0x0013A0, "Member 'UABP_Robe_ClothJoints_Base_C::Friction_Coefficient' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Damping_Coefficient) == 0x0013A8, "Member 'UABP_Robe_ClothJoints_Base_C::Damping_Coefficient' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Show_Debug) == 0x0013B0, "Member 'UABP_Robe_ClothJoints_Base_C::Show_Debug' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Gravity_Scale) == 0x0013B4, "Member 'UABP_Robe_ClothJoints_Base_C::Gravity_Scale' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, UseGravityOverride) == 0x0013BC, "Member 'UABP_Robe_ClothJoints_Base_C::UseGravityOverride' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Gravity_Override) == 0x0013C0, "Member 'UABP_Robe_ClothJoints_Base_C::Gravity_Override' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Tether_Stiffness) == 0x0013D0, "Member 'UABP_Robe_ClothJoints_Base_C::Tether_Stiffness' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Edge_Stiffness) == 0x0013DC, "Member 'UABP_Robe_ClothJoints_Base_C::Edge_Stiffness' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Bending_Stiffness) == 0x0013E4, "Member 'UABP_Robe_ClothJoints_Base_C::Bending_Stiffness' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Area_Stiffness) == 0x0013EC, "Member 'UABP_Robe_ClothJoints_Base_C::Area_Stiffness' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Linear_Velocity_Scale) == 0x0013F4, "Member 'UABP_Robe_ClothJoints_Base_C::Linear_Velocity_Scale' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Angular_Velocity_Scale) == 0x001404, "Member 'UABP_Robe_ClothJoints_Base_C::Angular_Velocity_Scale' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Fictitious_Angular_Scale) == 0x00140C, "Member 'UABP_Robe_ClothJoints_Base_C::Fictitious_Angular_Scale' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Wind_Velocity_Scale) == 0x001414, "Member 'UABP_Robe_ClothJoints_Base_C::Wind_Velocity_Scale' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Interation_Count) == 0x00141C, "Member 'UABP_Robe_ClothJoints_Base_C::Interation_Count' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Subdivision_Count) == 0x001424, "Member 'UABP_Robe_ClothJoints_Base_C::Subdivision_Count' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Caller) == 0x001430, "Member 'UABP_Robe_ClothJoints_Base_C::Caller' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, PreviousClothAlpha) == 0x001438, "Member 'UABP_Robe_ClothJoints_Base_C::PreviousClothAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, BlendTime) == 0x00143C, "Member 'UABP_Robe_ClothJoints_Base_C::BlendTime' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, ActiveAnimDriveStiffness) == 0x001440, "Member 'UABP_Robe_ClothJoints_Base_C::ActiveAnimDriveStiffness' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, ActiveAnimDriveDamping) == 0x001448, "Member 'UABP_Robe_ClothJoints_Base_C::ActiveAnimDriveDamping' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, LastAnimDriveVelocityScale) == 0x001450, "Member 'UABP_Robe_ClothJoints_Base_C::LastAnimDriveVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UABP_Robe_ClothJoints_Base_C, Targets_Only) == 0x001454, "Member 'UABP_Robe_ClothJoints_Base_C::Targets_Only' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_Switch_C_SwitchOn \ static_assert(alignof(BPI_Switch_C_SwitchOn) == 0x000008, "Wrong alignment on BPI_Switch_C_SwitchOn"); \ static_assert(sizeof(BPI_Switch_C_SwitchOn) == 0x000008, "Wrong size on BPI_Switch_C_SwitchOn"); \ static_assert(offsetof(BPI_Switch_C_SwitchOn, SwitchActor) == 0x000000, "Member 'BPI_Switch_C_SwitchOn::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_Switch_C_SwitchOff \ static_assert(alignof(BPI_Switch_C_SwitchOff) == 0x000008, "Wrong alignment on BPI_Switch_C_SwitchOff"); \ static_assert(sizeof(BPI_Switch_C_SwitchOff) == 0x000008, "Wrong size on BPI_Switch_C_SwitchOff"); \ static_assert(offsetof(BPI_Switch_C_SwitchOff, SwitchActor) == 0x000000, "Member 'BPI_Switch_C_SwitchOff::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBPI_Switch_C \ static_assert(alignof(IBPI_Switch_C) == 0x000001, "Wrong alignment on IBPI_Switch_C"); \ static_assert(sizeof(IBPI_Switch_C) == 0x000001, "Wrong size on IBPI_Switch_C"); \ #define DUMPER7_ASSERTS_BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent \ static_assert(alignof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent) == 0x000008, "Wrong alignment on BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent"); \ static_assert(sizeof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent) == 0x0001B0, "Wrong size on BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, EntryPoint) == 0x000000, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, Temp_struct_Variable) == 0x000008, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, Temp_delegate_Variable) == 0x000018, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, Temp_struct_Variable_1) == 0x000028, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, Temp_delegate_Variable_1) == 0x000038, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, K2Node_Event_endStyle) == 0x000048, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::K2Node_Event_endStyle' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, K2Node_Event_currentTime) == 0x00004C, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::K2Node_Event_currentTime' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_RandomUnitVector_ReturnValue) == 0x000050, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_RandomUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_RandomUnitVector_ReturnValue_1) == 0x00005C, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_RandomUnitVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000068, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_SpawnEmitterAtLocation_ReturnValue_1) == 0x000070, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_SpawnEmitterAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_SkinFXApplyParameters_ReturnValue) == 0x000078, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_SkinFXApplyParameters_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_SkinFXApplyParameters_ReturnValue_1) == 0x000079, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_SkinFXApplyParameters_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, K2Node_Event_DeltaTime) == 0x00007C, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000084, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_GetActorBoundsComponent_ActorComponent) == 0x000110, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_GetActorBoundsComponent_ActorComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_GetActorBoundsComponent_ActorComponent_1) == 0x000118, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_GetActorBoundsComponent_ActorComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_GetComponentBounds_Origin) == 0x000120, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_GetComponentBounds_BoxExtent) == 0x00012C, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_GetComponentBounds_SphereRadius) == 0x000138, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_GetComponentBounds_Origin_1) == 0x00013C, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_GetComponentBounds_Origin_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_GetComponentBounds_BoxExtent_1) == 0x000148, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_GetComponentBounds_BoxExtent_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_GetComponentBounds_SphereRadius_1) == 0x000154, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_GetComponentBounds_SphereRadius_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000158, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_SkinFXGetAffectedActor_AffectedActor) == 0x000160, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_SkinFXGetAffectedActor_AffectedActor' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_SkinFXGetAffectedActor_AffectedActor_1) == 0x000168, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_SkinFXGetAffectedActor_AffectedActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_PostEvent_ReturnValue) == 0x000170, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_PostEvent_ReturnValue_1) == 0x000174, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_SkinFXApplyParameters_ReturnValue_2) == 0x000178, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_SkinFXApplyParameters_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_SkinFXApplyParameters_ReturnValue_3) == 0x000179, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_SkinFXApplyParameters_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_Add_VectorVector_ReturnValue) == 0x00017C, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000188, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_MakeVector_ReturnValue) == 0x00018C, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_SelectVector_ReturnValue) == 0x000198, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent, CallFunc_SelectVector_ReturnValue_1) == 0x0001A4, "Member 'BP_SkinFX_ApparateParent_C_ExecuteUbergraph_BP_SkinFX_ApparateParent::CallFunc_SelectVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_ApparateParent_C_SkinFXUpdateTick \ static_assert(alignof(BP_SkinFX_ApparateParent_C_SkinFXUpdateTick) == 0x000004, "Wrong alignment on BP_SkinFX_ApparateParent_C_SkinFXUpdateTick"); \ static_assert(sizeof(BP_SkinFX_ApparateParent_C_SkinFXUpdateTick) == 0x000004, "Wrong size on BP_SkinFX_ApparateParent_C_SkinFXUpdateTick"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_SkinFXUpdateTick, DeltaTime) == 0x000000, "Member 'BP_SkinFX_ApparateParent_C_SkinFXUpdateTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_ApparateParent_C_SkinFXNotifyEnd \ static_assert(alignof(BP_SkinFX_ApparateParent_C_SkinFXNotifyEnd) == 0x000004, "Wrong alignment on BP_SkinFX_ApparateParent_C_SkinFXNotifyEnd"); \ static_assert(sizeof(BP_SkinFX_ApparateParent_C_SkinFXNotifyEnd) == 0x000008, "Wrong size on BP_SkinFX_ApparateParent_C_SkinFXNotifyEnd"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_SkinFXNotifyEnd, EndStyle) == 0x000000, "Member 'BP_SkinFX_ApparateParent_C_SkinFXNotifyEnd::EndStyle' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_SkinFXNotifyEnd, CurrentTime) == 0x000004, "Member 'BP_SkinFX_ApparateParent_C_SkinFXNotifyEnd::CurrentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_ApparateParent_C_GetActorBoundsComponent \ static_assert(alignof(BP_SkinFX_ApparateParent_C_GetActorBoundsComponent) == 0x000008, "Wrong alignment on BP_SkinFX_ApparateParent_C_GetActorBoundsComponent"); \ static_assert(sizeof(BP_SkinFX_ApparateParent_C_GetActorBoundsComponent) == 0x000050, "Wrong size on BP_SkinFX_ApparateParent_C_GetActorBoundsComponent"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_GetActorBoundsComponent, ActorComponent) == 0x000000, "Member 'BP_SkinFX_ApparateParent_C_GetActorBoundsComponent::ActorComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_GetActorBoundsComponent, CallFunc_SkinFXGetAffectedActor_AffectedActor) == 0x000008, "Member 'BP_SkinFX_ApparateParent_C_GetActorBoundsComponent::CallFunc_SkinFXGetAffectedActor_AffectedActor' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_GetActorBoundsComponent, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_SkinFX_ApparateParent_C_GetActorBoundsComponent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_GetActorBoundsComponent, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000018, "Member 'BP_SkinFX_ApparateParent_C_GetActorBoundsComponent::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_GetActorBoundsComponent, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_SkinFX_ApparateParent_C_GetActorBoundsComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_GetActorBoundsComponent, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000028, "Member 'BP_SkinFX_ApparateParent_C_GetActorBoundsComponent::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_GetActorBoundsComponent, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000030, "Member 'BP_SkinFX_ApparateParent_C_GetActorBoundsComponent::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_GetActorBoundsComponent, CallFunc_IsAHouseElf_ReturnValue) == 0x000038, "Member 'BP_SkinFX_ApparateParent_C_GetActorBoundsComponent::CallFunc_IsAHouseElf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_GetActorBoundsComponent, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'BP_SkinFX_ApparateParent_C_GetActorBoundsComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_GetActorBoundsComponent, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000040, "Member 'BP_SkinFX_ApparateParent_C_GetActorBoundsComponent::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_ApparateParent_C_GetActorBoundsComponent, CallFunc_IsValid_ReturnValue_2) == 0x000048, "Member 'BP_SkinFX_ApparateParent_C_GetActorBoundsComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ApparateParent_C \ static_assert(alignof(ABP_SkinFX_ApparateParent_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ApparateParent_C"); \ static_assert(sizeof(ABP_SkinFX_ApparateParent_C) == 0x000670, "Wrong size on ABP_SkinFX_ApparateParent_C"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, UberGraphFrame) == 0x0005D0, "Member 'ABP_SkinFX_ApparateParent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Appear_RotationBlend_C881C9494301D8595640F9BBD86064CA) == 0x0005D8, "Member 'ABP_SkinFX_ApparateParent_C::Appear_RotationBlend_C881C9494301D8595640F9BBD86064CA' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Appear_Collapse_C881C9494301D8595640F9BBD86064CA) == 0x0005DC, "Member 'ABP_SkinFX_ApparateParent_C::Appear_Collapse_C881C9494301D8595640F9BBD86064CA' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Appear_Rotation_Amount_C881C9494301D8595640F9BBD86064CA) == 0x0005E0, "Member 'ABP_SkinFX_ApparateParent_C::Appear_Rotation_Amount_C881C9494301D8595640F9BBD86064CA' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Appear__Direction_C881C9494301D8595640F9BBD86064CA) == 0x0005E4, "Member 'ABP_SkinFX_ApparateParent_C::Appear__Direction_C881C9494301D8595640F9BBD86064CA' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Appear) == 0x0005E8, "Member 'ABP_SkinFX_ApparateParent_C::Appear' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Dissapear_Rotation_Blend_73E7A023474E36B120363C82FCBB7787) == 0x0005F0, "Member 'ABP_SkinFX_ApparateParent_C::Dissapear_Rotation_Blend_73E7A023474E36B120363C82FCBB7787' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Dissapear_Collapse_73E7A023474E36B120363C82FCBB7787) == 0x0005F4, "Member 'ABP_SkinFX_ApparateParent_C::Dissapear_Collapse_73E7A023474E36B120363C82FCBB7787' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Dissapear_Rotation_Amount_73E7A023474E36B120363C82FCBB7787) == 0x0005F8, "Member 'ABP_SkinFX_ApparateParent_C::Dissapear_Rotation_Amount_73E7A023474E36B120363C82FCBB7787' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Dissapear__Direction_73E7A023474E36B120363C82FCBB7787) == 0x0005FC, "Member 'ABP_SkinFX_ApparateParent_C::Dissapear__Direction_73E7A023474E36B120363C82FCBB7787' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Dissapear) == 0x000600, "Member 'ABP_SkinFX_ApparateParent_C::Dissapear' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Color) == 0x000608, "Member 'ABP_SkinFX_ApparateParent_C::Color' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, FadeOutStart) == 0x000618, "Member 'ABP_SkinFX_ApparateParent_C::FadeOutStart' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Center) == 0x00061C, "Member 'ABP_SkinFX_ApparateParent_C::Center' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Scale) == 0x000628, "Member 'ABP_SkinFX_ApparateParent_C::Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Use_Specific_Rotation_Axis) == 0x000634, "Member 'ABP_SkinFX_ApparateParent_C::Use_Specific_Rotation_Axis' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Offset) == 0x000638, "Member 'ABP_SkinFX_ApparateParent_C::Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Effect) == 0x000640, "Member 'ABP_SkinFX_ApparateParent_C::Effect' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, CentreOffset) == 0x000648, "Member 'ABP_SkinFX_ApparateParent_C::CentreOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, ScaleMultiplier) == 0x000654, "Member 'ABP_SkinFX_ApparateParent_C::ScaleMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Initial_Rotation) == 0x000658, "Member 'ABP_SkinFX_ApparateParent_C::Initial_Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_ApparateParent_C, Final_Rotation) == 0x000664, "Member 'ABP_SkinFX_ApparateParent_C::Final_Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor \ static_assert(alignof(UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor) == 0x000008, "Wrong alignment on UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor"); \ static_assert(sizeof(UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor) == 0x000068, "Wrong size on UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor"); \ static_assert(offsetof(UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor, EntryPoint) == 0x000000, "Member 'UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor, CallFunc_HermesBindEvent_Handle) == 0x000028, "Member 'UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor, CallFunc_HermesBindEvent_Handle_1) == 0x000038, "Member 'UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor, CallFunc_PlayAnimation_ReturnValue) == 0x000048, "Member 'UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor, CallFunc_PlayAnimation_ReturnValue_1) == 0x000050, "Member 'UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor, K2Node_CustomEvent_Caller_1) == 0x000058, "Member 'UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor, K2Node_CustomEvent_Caller) == 0x000060, "Member 'UI_BP_LoadDoor_C_ExecuteUbergraph_UI_BP_LoadDoor::K2Node_CustomEvent_Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadDoor_C_ShowHUD \ static_assert(alignof(UI_BP_LoadDoor_C_ShowHUD) == 0x000008, "Wrong alignment on UI_BP_LoadDoor_C_ShowHUD"); \ static_assert(sizeof(UI_BP_LoadDoor_C_ShowHUD) == 0x000008, "Wrong size on UI_BP_LoadDoor_C_ShowHUD"); \ static_assert(offsetof(UI_BP_LoadDoor_C_ShowHUD, Caller) == 0x000000, "Member 'UI_BP_LoadDoor_C_ShowHUD::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadDoor_C_HideHUD \ static_assert(alignof(UI_BP_LoadDoor_C_HideHUD) == 0x000008, "Wrong alignment on UI_BP_LoadDoor_C_HideHUD"); \ static_assert(sizeof(UI_BP_LoadDoor_C_HideHUD) == 0x000008, "Wrong size on UI_BP_LoadDoor_C_HideHUD"); \ static_assert(offsetof(UI_BP_LoadDoor_C_HideHUD, Caller) == 0x000000, "Member 'UI_BP_LoadDoor_C_HideHUD::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadDoor_C_LoadingComplete \ static_assert(alignof(UI_BP_LoadDoor_C_LoadingComplete) == 0x000004, "Wrong alignment on UI_BP_LoadDoor_C_LoadingComplete"); \ static_assert(sizeof(UI_BP_LoadDoor_C_LoadingComplete) == 0x000004, "Wrong size on UI_BP_LoadDoor_C_LoadingComplete"); \ static_assert(offsetof(UI_BP_LoadDoor_C_LoadingComplete, ReturnValue) == 0x000000, "Member 'UI_BP_LoadDoor_C_LoadingComplete::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_LoadDoor_C \ static_assert(alignof(UUI_BP_LoadDoor_C) == 0x000008, "Wrong alignment on UUI_BP_LoadDoor_C"); \ static_assert(sizeof(UUI_BP_LoadDoor_C) == 0x000290, "Wrong size on UUI_BP_LoadDoor_C"); \ static_assert(offsetof(UUI_BP_LoadDoor_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_LoadDoor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadDoor_C, LoadComplete) == 0x000270, "Member 'UUI_BP_LoadDoor_C::LoadComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadDoor_C, fade) == 0x000278, "Member 'UUI_BP_LoadDoor_C::fade' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadDoor_C, LoadBackground) == 0x000280, "Member 'UUI_BP_LoadDoor_C::LoadBackground' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadDoor_C, IsDoorLoaded) == 0x000288, "Member 'UUI_BP_LoadDoor_C::IsDoorLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight \ static_assert(alignof(ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight) == 0x000008, "Wrong alignment on ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight"); \ static_assert(sizeof(ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight) == 0x000040, "Wrong size on ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight, EntryPoint) == 0x000000, "Member 'ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight, K2Node_Event_Context) == 0x000008, "Member 'ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight, CallFunc_GetSelfActor_ReturnValue) == 0x000028, "Member 'ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight, K2Node_Event_Context_1) == 0x000030, "Member 'ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight, CallFunc_PostDialogueEvent_ReturnValue) == 0x000038, "Member 'ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight, CallFunc_PostDialogueEvent_ReturnValue_1) == 0x00003C, "Member 'ABL_DarkWizard_DodgeRollRight_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollRight::CallFunc_PostDialogueEvent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DarkWizard_DodgeRollRight_C_OnAbilityBranch \ static_assert(alignof(ABL_DarkWizard_DodgeRollRight_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_DarkWizard_DodgeRollRight_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_DarkWizard_DodgeRollRight_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_DarkWizard_DodgeRollRight_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollRight_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_DarkWizard_DodgeRollRight_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollRight_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_DarkWizard_DodgeRollRight_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DarkWizard_DodgeRollRight_C_OnAbilityInterrupt \ static_assert(alignof(ABL_DarkWizard_DodgeRollRight_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_DarkWizard_DodgeRollRight_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_DarkWizard_DodgeRollRight_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_DarkWizard_DodgeRollRight_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollRight_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_DarkWizard_DodgeRollRight_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DarkWizard_DodgeRollRight_C_OnAbilityEnd \ static_assert(alignof(ABL_DarkWizard_DodgeRollRight_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_DarkWizard_DodgeRollRight_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_DarkWizard_DodgeRollRight_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_DarkWizard_DodgeRollRight_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollRight_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_DarkWizard_DodgeRollRight_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DarkWizard_DodgeRollRight_C_OnAbilityStart \ static_assert(alignof(ABL_DarkWizard_DodgeRollRight_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_DarkWizard_DodgeRollRight_C_OnAbilityStart"); \ static_assert(sizeof(ABL_DarkWizard_DodgeRollRight_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_DarkWizard_DodgeRollRight_C_OnAbilityStart"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollRight_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_DarkWizard_DodgeRollRight_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DarkWizard_DodgeRollRight_C \ static_assert(alignof(UABL_DarkWizard_DodgeRollRight_C) == 0x000008, "Wrong alignment on UABL_DarkWizard_DodgeRollRight_C"); \ static_assert(sizeof(UABL_DarkWizard_DodgeRollRight_C) == 0x0000D0, "Wrong size on UABL_DarkWizard_DodgeRollRight_C"); \ static_assert(offsetof(UABL_DarkWizard_DodgeRollRight_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_DarkWizard_DodgeRollRight_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_Lag_Mount_Gallop_C \ static_assert(alignof(UBP_Lag_Mount_Gallop_C) == 0x000008, "Wrong alignment on UBP_Lag_Mount_Gallop_C"); \ static_assert(sizeof(UBP_Lag_Mount_Gallop_C) == 0x000218, "Wrong size on UBP_Lag_Mount_Gallop_C"); \ #define DUMPER7_ASSERTS_ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace \ static_assert(alignof(ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace) == 0x000008, "Wrong alignment on ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace"); \ static_assert(sizeof(ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace) == 0x000070, "Wrong size on ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace"); \ static_assert(offsetof(ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace, EntryPoint) == 0x000000, "Member 'ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace, K2Node_Event_Context) == 0x000008, "Member 'ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Stealth_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Stealth_AimMode_Idle_TurnToFace::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Stealth_AimMode_Idle_TurnToFace_C_OnAbilityBranch \ static_assert(alignof(ABL_Stealth_AimMode_Idle_TurnToFace_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Stealth_AimMode_Idle_TurnToFace_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Stealth_AimMode_Idle_TurnToFace_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Stealth_AimMode_Idle_TurnToFace_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Stealth_AimMode_Idle_TurnToFace_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Stealth_AimMode_Idle_TurnToFace_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_AimMode_Idle_TurnToFace_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Stealth_AimMode_Idle_TurnToFace_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Stealth_AimMode_Idle_TurnToFace_C_OnAbilityStart \ static_assert(alignof(ABL_Stealth_AimMode_Idle_TurnToFace_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Stealth_AimMode_Idle_TurnToFace_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Stealth_AimMode_Idle_TurnToFace_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Stealth_AimMode_Idle_TurnToFace_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Stealth_AimMode_Idle_TurnToFace_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Stealth_AimMode_Idle_TurnToFace_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Stealth_AimMode_Idle_TurnToFace_C \ static_assert(alignof(UABL_Stealth_AimMode_Idle_TurnToFace_C) == 0x000008, "Wrong alignment on UABL_Stealth_AimMode_Idle_TurnToFace_C"); \ static_assert(sizeof(UABL_Stealth_AimMode_Idle_TurnToFace_C) == 0x0000D0, "Wrong size on UABL_Stealth_AimMode_Idle_TurnToFace_C"); \ static_assert(offsetof(UABL_Stealth_AimMode_Idle_TurnToFace_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Stealth_AimMode_Idle_TurnToFace_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_Random_C_MakeRandomStream \ static_assert(alignof(FL_Random_C_MakeRandomStream) == 0x000008, "Wrong alignment on FL_Random_C_MakeRandomStream"); \ static_assert(sizeof(FL_Random_C_MakeRandomStream) == 0x000040, "Wrong size on FL_Random_C_MakeRandomStream"); \ static_assert(offsetof(FL_Random_C_MakeRandomStream, Vector) == 0x000000, "Member 'FL_Random_C_MakeRandomStream::Vector' has a wrong offset!"); \ static_assert(offsetof(FL_Random_C_MakeRandomStream, __WorldContext) == 0x000010, "Member 'FL_Random_C_MakeRandomStream::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_Random_C_MakeRandomStream, RandomStream) == 0x000018, "Member 'FL_Random_C_MakeRandomStream::RandomStream' has a wrong offset!"); \ static_assert(offsetof(FL_Random_C_MakeRandomStream, CallFunc_BreakVector_X) == 0x000020, "Member 'FL_Random_C_MakeRandomStream::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(FL_Random_C_MakeRandomStream, CallFunc_BreakVector_Y) == 0x000024, "Member 'FL_Random_C_MakeRandomStream::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(FL_Random_C_MakeRandomStream, CallFunc_BreakVector_Z) == 0x000028, "Member 'FL_Random_C_MakeRandomStream::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(FL_Random_C_MakeRandomStream, K2Node_MathExpression_ReturnValue) == 0x00002C, "Member 'FL_Random_C_MakeRandomStream::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_Random_C_MakeRandomStream, CallFunc_Xor_IntInt_ReturnValue_1) == 0x000030, "Member 'FL_Random_C_MakeRandomStream::CallFunc_Xor_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_Random_C_MakeRandomStream, CallFunc_MakeRandomStream_ReturnValue) == 0x000034, "Member 'FL_Random_C_MakeRandomStream::CallFunc_MakeRandomStream_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFL_Random_C \ static_assert(alignof(UFL_Random_C) == 0x000008, "Wrong alignment on UFL_Random_C"); \ static_assert(sizeof(UFL_Random_C) == 0x000028, "Wrong size on UFL_Random_C"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_SetMode \ static_assert(alignof(UI_BPI_InventoryInterface_C_SetMode) == 0x000001, "Wrong alignment on UI_BPI_InventoryInterface_C_SetMode"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_SetMode) == 0x000001, "Wrong size on UI_BPI_InventoryInterface_C_SetMode"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_SetMode, UIDisplayMode) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_SetMode::UIDisplayMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_SetInteractTargetInfo \ static_assert(alignof(UI_BPI_InventoryInterface_C_SetInteractTargetInfo) == 0x000004, "Wrong alignment on UI_BPI_InventoryInterface_C_SetInteractTargetInfo"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_SetInteractTargetInfo) == 0x000010, "Wrong size on UI_BPI_InventoryInterface_C_SetInteractTargetInfo"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_SetInteractTargetInfo, TargetId) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_SetInteractTargetInfo::TargetId' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_SetInteractTargetInfo, TargetHolderID) == 0x000008, "Member 'UI_BPI_InventoryInterface_C_SetInteractTargetInfo::TargetHolderID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_GetItemBox \ static_assert(alignof(UI_BPI_InventoryInterface_C_GetItemBox) == 0x000008, "Wrong alignment on UI_BPI_InventoryInterface_C_GetItemBox"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_GetItemBox) == 0x000008, "Wrong size on UI_BPI_InventoryInterface_C_GetItemBox"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_GetItemBox, ItemBox) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_GetItemBox::ItemBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_SetStride \ static_assert(alignof(UI_BPI_InventoryInterface_C_SetStride) == 0x000004, "Wrong alignment on UI_BPI_InventoryInterface_C_SetStride"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_SetStride) == 0x000004, "Wrong size on UI_BPI_InventoryInterface_C_SetStride"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_SetStride, Stride) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_SetStride::Stride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_ShowNavBar \ static_assert(alignof(UI_BPI_InventoryInterface_C_ShowNavBar) == 0x000001, "Wrong alignment on UI_BPI_InventoryInterface_C_ShowNavBar"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_ShowNavBar) == 0x000001, "Wrong size on UI_BPI_InventoryInterface_C_ShowNavBar"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_ShowNavBar, ShouldShow) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_ShowNavBar::ShouldShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_ClickHandler \ static_assert(alignof(UI_BPI_InventoryInterface_C_ClickHandler) == 0x000001, "Wrong alignment on UI_BPI_InventoryInterface_C_ClickHandler"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_ClickHandler) == 0x000001, "Wrong size on UI_BPI_InventoryInterface_C_ClickHandler"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_ClickHandler, Handled) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_ClickHandler::Handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_UMGInputHandler \ static_assert(alignof(UI_BPI_InventoryInterface_C_UMGInputHandler) == 0x000001, "Wrong alignment on UI_BPI_InventoryInterface_C_UMGInputHandler"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_UMGInputHandler) == 0x000003, "Wrong size on UI_BPI_InventoryInterface_C_UMGInputHandler"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_UMGInputHandler, InputAction) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_UMGInputHandler::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_UMGInputHandler, InputEvent) == 0x000001, "Member 'UI_BPI_InventoryInterface_C_UMGInputHandler::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_UMGInputHandler, Handled) == 0x000002, "Member 'UI_BPI_InventoryInterface_C_UMGInputHandler::Handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_I_SetParent \ static_assert(alignof(UI_BPI_InventoryInterface_C_I_SetParent) == 0x000008, "Wrong alignment on UI_BPI_InventoryInterface_C_I_SetParent"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_I_SetParent) == 0x000008, "Wrong size on UI_BPI_InventoryInterface_C_I_SetParent"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_I_SetParent, NewParam) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_I_SetParent::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_SetPickPocketing \ static_assert(alignof(UI_BPI_InventoryInterface_C_SetPickPocketing) == 0x000001, "Wrong alignment on UI_BPI_InventoryInterface_C_SetPickPocketing"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_SetPickPocketing) == 0x000001, "Wrong size on UI_BPI_InventoryInterface_C_SetPickPocketing"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_SetPickPocketing, PickPocketing) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_SetPickPocketing::PickPocketing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_GetScrollBox \ static_assert(alignof(UI_BPI_InventoryInterface_C_GetScrollBox) == 0x000008, "Wrong alignment on UI_BPI_InventoryInterface_C_GetScrollBox"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_GetScrollBox) == 0x000008, "Wrong size on UI_BPI_InventoryInterface_C_GetScrollBox"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_GetScrollBox, InventoryScrollBox) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_GetScrollBox::InventoryScrollBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_GetPlayerInventory \ static_assert(alignof(UI_BPI_InventoryInterface_C_GetPlayerInventory) == 0x000008, "Wrong alignment on UI_BPI_InventoryInterface_C_GetPlayerInventory"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_GetPlayerInventory) == 0x000010, "Wrong size on UI_BPI_InventoryInterface_C_GetPlayerInventory"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_GetPlayerInventory, PlayerInventory) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_GetPlayerInventory::PlayerInventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_I_SetInventoryCategory \ static_assert(alignof(UI_BPI_InventoryInterface_C_I_SetInventoryCategory) == 0x000001, "Wrong alignment on UI_BPI_InventoryInterface_C_I_SetInventoryCategory"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_I_SetInventoryCategory) == 0x000001, "Wrong size on UI_BPI_InventoryInterface_C_I_SetInventoryCategory"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_I_SetInventoryCategory, Category) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_I_SetInventoryCategory::Category' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_I_RemoveInspectable \ static_assert(alignof(UI_BPI_InventoryInterface_C_I_RemoveInspectable) == 0x000001, "Wrong alignment on UI_BPI_InventoryInterface_C_I_RemoveInspectable"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_I_RemoveInspectable) == 0x000001, "Wrong size on UI_BPI_InventoryInterface_C_I_RemoveInspectable"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_I_RemoveInspectable, Removed) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_I_RemoveInspectable::Removed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_SetCurrentIconButton \ static_assert(alignof(UI_BPI_InventoryInterface_C_SetCurrentIconButton) == 0x000008, "Wrong alignment on UI_BPI_InventoryInterface_C_SetCurrentIconButton"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_SetCurrentIconButton) == 0x000008, "Wrong size on UI_BPI_InventoryInterface_C_SetCurrentIconButton"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_SetCurrentIconButton, CurrentButton) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_SetCurrentIconButton::CurrentButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_I_ClickHandler \ static_assert(alignof(UI_BPI_InventoryInterface_C_I_ClickHandler) == 0x000001, "Wrong alignment on UI_BPI_InventoryInterface_C_I_ClickHandler"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_I_ClickHandler) == 0x000001, "Wrong size on UI_BPI_InventoryInterface_C_I_ClickHandler"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_I_ClickHandler, Handled) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_I_ClickHandler::Handled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_SetButtonTransferDrop \ static_assert(alignof(UI_BPI_InventoryInterface_C_SetButtonTransferDrop) == 0x000001, "Wrong alignment on UI_BPI_InventoryInterface_C_SetButtonTransferDrop"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_SetButtonTransferDrop) == 0x000001, "Wrong size on UI_BPI_InventoryInterface_C_SetButtonTransferDrop"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_SetButtonTransferDrop, Drop) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_SetButtonTransferDrop::Drop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_I_ShowAmountWidget \ static_assert(alignof(UI_BPI_InventoryInterface_C_I_ShowAmountWidget) == 0x000004, "Wrong alignment on UI_BPI_InventoryInterface_C_I_ShowAmountWidget"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_I_ShowAmountWidget) == 0x00000C, "Wrong size on UI_BPI_InventoryInterface_C_I_ShowAmountWidget"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_I_ShowAmountWidget, Max) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_I_ShowAmountWidget::Max' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_I_ShowAmountWidget, ItemName) == 0x000004, "Member 'UI_BPI_InventoryInterface_C_I_ShowAmountWidget::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_I_SetActiveButton \ static_assert(alignof(UI_BPI_InventoryInterface_C_I_SetActiveButton) == 0x000008, "Wrong alignment on UI_BPI_InventoryInterface_C_I_SetActiveButton"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_I_SetActiveButton) == 0x000008, "Wrong size on UI_BPI_InventoryInterface_C_I_SetActiveButton"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_I_SetActiveButton, Button) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_I_SetActiveButton::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_SetToInventory \ static_assert(alignof(UI_BPI_InventoryInterface_C_SetToInventory) == 0x000001, "Wrong alignment on UI_BPI_InventoryInterface_C_SetToInventory"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_SetToInventory) == 0x000001, "Wrong size on UI_BPI_InventoryInterface_C_SetToInventory"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_SetToInventory, ToInventory) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_SetToInventory::ToInventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_I_GetInventory \ static_assert(alignof(UI_BPI_InventoryInterface_C_I_GetInventory) == 0x000008, "Wrong alignment on UI_BPI_InventoryInterface_C_I_GetInventory"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_I_GetInventory) == 0x000008, "Wrong size on UI_BPI_InventoryInterface_C_I_GetInventory"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_I_GetInventory, Inventory) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_I_GetInventory::Inventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_GetInteractTargetInfo \ static_assert(alignof(UI_BPI_InventoryInterface_C_GetInteractTargetInfo) == 0x000004, "Wrong alignment on UI_BPI_InventoryInterface_C_GetInteractTargetInfo"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_GetInteractTargetInfo) == 0x000010, "Wrong size on UI_BPI_InventoryInterface_C_GetInteractTargetInfo"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_GetInteractTargetInfo, TargetId) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_GetInteractTargetInfo::TargetId' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_GetInteractTargetInfo, TargetHolderID) == 0x000008, "Member 'UI_BPI_InventoryInterface_C_GetInteractTargetInfo::TargetHolderID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_I_GetInventoryTabCategory \ static_assert(alignof(UI_BPI_InventoryInterface_C_I_GetInventoryTabCategory) == 0x000001, "Wrong alignment on UI_BPI_InventoryInterface_C_I_GetInventoryTabCategory"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_I_GetInventoryTabCategory) == 0x000001, "Wrong size on UI_BPI_InventoryInterface_C_I_GetInventoryTabCategory"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_I_GetInventoryTabCategory, TabCategory) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_I_GetInventoryTabCategory::TabCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryInterface_C_I_AddInspectable \ static_assert(alignof(UI_BPI_InventoryInterface_C_I_AddInspectable) == 0x000008, "Wrong alignment on UI_BPI_InventoryInterface_C_I_AddInspectable"); \ static_assert(sizeof(UI_BPI_InventoryInterface_C_I_AddInspectable) == 0x000010, "Wrong size on UI_BPI_InventoryInterface_C_I_AddInspectable"); \ static_assert(offsetof(UI_BPI_InventoryInterface_C_I_AddInspectable, RichPaperID) == 0x000000, "Member 'UI_BPI_InventoryInterface_C_I_AddInspectable::RichPaperID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_InventoryInterface_C \ static_assert(alignof(IUI_BPI_InventoryInterface_C) == 0x000001, "Wrong alignment on IUI_BPI_InventoryInterface_C"); \ static_assert(sizeof(IUI_BPI_InventoryInterface_C) == 0x000001, "Wrong size on IUI_BPI_InventoryInterface_C"); \ #define DUMPER7_ASSERTS_FSTR_Torch_LF \ static_assert(alignof(FSTR_Torch_LF) == 0x000008, "Wrong alignment on FSTR_Torch_LF"); \ static_assert(sizeof(FSTR_Torch_LF) == 0x000028, "Wrong size on FSTR_Torch_LF"); \ static_assert(offsetof(FSTR_Torch_LF, UseCustomTexture_20_E4C8FF6640CD9D1233F15188936F367B) == 0x000000, "Member 'FSTR_Torch_LF::UseCustomTexture_20_E4C8FF6640CD9D1233F15188936F367B' has a wrong offset!"); \ static_assert(offsetof(FSTR_Torch_LF, CusomTexture_21_92F5A8A34887AC90D6FC9692DB7FE271) == 0x000008, "Member 'FSTR_Torch_LF::CusomTexture_21_92F5A8A34887AC90D6FC9692DB7FE271' has a wrong offset!"); \ static_assert(offsetof(FSTR_Torch_LF, UseCustomRotation_18_DE29E6D9412FFE0BBCEC1F96083E2E19) == 0x000010, "Member 'FSTR_Torch_LF::UseCustomRotation_18_DE29E6D9412FFE0BBCEC1F96083E2E19' has a wrong offset!"); \ static_assert(offsetof(FSTR_Torch_LF, CustomRotation_19_353015E2441EBE4CDBE6C186B3D192CF) == 0x000014, "Member 'FSTR_Torch_LF::CustomRotation_19_353015E2441EBE4CDBE6C186B3D192CF' has a wrong offset!"); \ static_assert(offsetof(FSTR_Torch_LF, CastShadow_24_0E95C2374FF381011BD5089E490310E9) == 0x000020, "Member 'FSTR_Torch_LF::CastShadow_24_0E95C2374FF381011BD5089E490310E9' has a wrong offset!"); \ static_assert(offsetof(FSTR_Torch_LF, MInShadow_26_563F690E441D46B32A087C8FAB3C5F30) == 0x000024, "Member 'FSTR_Torch_LF::MInShadow_26_563F690E441D46B32A087C8FAB3C5F30' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCast_LightFinisher5_C \ static_assert(alignof(UABL_WandCast_LightFinisher5_C) == 0x000008, "Wrong alignment on UABL_WandCast_LightFinisher5_C"); \ static_assert(sizeof(UABL_WandCast_LightFinisher5_C) == 0x0000D0, "Wrong size on UABL_WandCast_LightFinisher5_C"); \ #define DUMPER7_ASSERTS_FSTR_DungeonListData \ static_assert(alignof(FSTR_DungeonListData) == 0x000008, "Wrong alignment on FSTR_DungeonListData"); \ static_assert(sizeof(FSTR_DungeonListData) == 0x000080, "Wrong size on FSTR_DungeonListData"); \ static_assert(offsetof(FSTR_DungeonListData, DungeonLevel_25_E2033AD342DA77976931018970CD6D6B) == 0x000000, "Member 'FSTR_DungeonListData::DungeonLevel_25_E2033AD342DA77976931018970CD6D6B' has a wrong offset!"); \ static_assert(offsetof(FSTR_DungeonListData, DungeonType_32_32860A7741956D6E50F8B0974B291743) == 0x000028, "Member 'FSTR_DungeonListData::DungeonType_32_32860A7741956D6E50F8B0974B291743' has a wrong offset!"); \ static_assert(offsetof(FSTR_DungeonListData, DungeonExitLoadingString_35_770533B0483A10E0BF016EADC986F692) == 0x000030, "Member 'FSTR_DungeonListData::DungeonExitLoadingString_35_770533B0483A10E0BF016EADC986F692' has a wrong offset!"); \ static_assert(offsetof(FSTR_DungeonListData, DungeonSecondExitLoadingString_38_D29803124098E77AFB1DC1B2F4DCB309) == 0x000048, "Member 'FSTR_DungeonListData::DungeonSecondExitLoadingString_38_D29803124098E77AFB1DC1B2F4DCB309' has a wrong offset!"); \ static_assert(offsetof(FSTR_DungeonListData, MissionLock_44_34440BA848D5C4F6A7FD88A60954A2AD) == 0x000060, "Member 'FSTR_DungeonListData::MissionLock_44_34440BA848D5C4F6A7FD88A60954A2AD' has a wrong offset!"); \ static_assert(offsetof(FSTR_DungeonListData, MissionStepLock_46_E0938961485608D96C8E5480DBB9B08E) == 0x000068, "Member 'FSTR_DungeonListData::MissionStepLock_46_E0938961485608D96C8E5480DBB9B08E' has a wrong offset!"); \ static_assert(offsetof(FSTR_DungeonListData, OpenAfterMission_45_DF4032E348372ED130F6AFB61D753C21) == 0x000078, "Member 'FSTR_DungeonListData::OpenAfterMission_45_DF4032E348372ED130F6AFB61D753C21' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OutOfAreaNotification_C_ExecuteUbergraph_UI_BP_OutOfAreaNotification \ static_assert(alignof(UI_BP_OutOfAreaNotification_C_ExecuteUbergraph_UI_BP_OutOfAreaNotification) == 0x000008, "Wrong alignment on UI_BP_OutOfAreaNotification_C_ExecuteUbergraph_UI_BP_OutOfAreaNotification"); \ static_assert(sizeof(UI_BP_OutOfAreaNotification_C_ExecuteUbergraph_UI_BP_OutOfAreaNotification) == 0x000010, "Wrong size on UI_BP_OutOfAreaNotification_C_ExecuteUbergraph_UI_BP_OutOfAreaNotification"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_ExecuteUbergraph_UI_BP_OutOfAreaNotification, EntryPoint) == 0x000000, "Member 'UI_BP_OutOfAreaNotification_C_ExecuteUbergraph_UI_BP_OutOfAreaNotification::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_ExecuteUbergraph_UI_BP_OutOfAreaNotification, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_OutOfAreaNotification_C_ExecuteUbergraph_UI_BP_OutOfAreaNotification::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_ExecuteUbergraph_UI_BP_OutOfAreaNotification, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_OutOfAreaNotification_C_ExecuteUbergraph_UI_BP_OutOfAreaNotification::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OutOfAreaNotification_C_StartNotification \ static_assert(alignof(UI_BP_OutOfAreaNotification_C_StartNotification) == 0x000008, "Wrong alignment on UI_BP_OutOfAreaNotification_C_StartNotification"); \ static_assert(sizeof(UI_BP_OutOfAreaNotification_C_StartNotification) == 0x000048, "Wrong size on UI_BP_OutOfAreaNotification_C_StartNotification"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_StartNotification, ErrorMessage) == 0x000000, "Member 'UI_BP_OutOfAreaNotification_C_StartNotification::ErrorMessage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_StartNotification, CountdownTime) == 0x000010, "Member 'UI_BP_OutOfAreaNotification_C_StartNotification::CountdownTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_StartNotification, CallFunc_FCeil_ReturnValue) == 0x000014, "Member 'UI_BP_OutOfAreaNotification_C_StartNotification::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_StartNotification, CallFunc_Conv_IntToText_ReturnValue) == 0x000018, "Member 'UI_BP_OutOfAreaNotification_C_StartNotification::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_StartNotification, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000030, "Member 'UI_BP_OutOfAreaNotification_C_StartNotification::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_StartNotification, CallFunc_PostEventAtLocation_ReturnValue) == 0x000038, "Member 'UI_BP_OutOfAreaNotification_C_StartNotification::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_StartNotification, CallFunc_PlayAnimationForward_ReturnValue) == 0x000040, "Member 'UI_BP_OutOfAreaNotification_C_StartNotification::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OutOfAreaNotification_C_UpdateNotificationTime \ static_assert(alignof(UI_BP_OutOfAreaNotification_C_UpdateNotificationTime) == 0x000008, "Wrong alignment on UI_BP_OutOfAreaNotification_C_UpdateNotificationTime"); \ static_assert(sizeof(UI_BP_OutOfAreaNotification_C_UpdateNotificationTime) == 0x000030, "Wrong size on UI_BP_OutOfAreaNotification_C_UpdateNotificationTime"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_UpdateNotificationTime, NewTime) == 0x000000, "Member 'UI_BP_OutOfAreaNotification_C_UpdateNotificationTime::NewTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_UpdateNotificationTime, CallFunc_FCeil_ReturnValue) == 0x000004, "Member 'UI_BP_OutOfAreaNotification_C_UpdateNotificationTime::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_UpdateNotificationTime, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'UI_BP_OutOfAreaNotification_C_UpdateNotificationTime::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_UpdateNotificationTime, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'UI_BP_OutOfAreaNotification_C_UpdateNotificationTime::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_UpdateNotificationTime, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_OutOfAreaNotification_C_UpdateNotificationTime::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OutOfAreaNotification_C_StopNotification \ static_assert(alignof(UI_BP_OutOfAreaNotification_C_StopNotification) == 0x000008, "Wrong alignment on UI_BP_OutOfAreaNotification_C_StopNotification"); \ static_assert(sizeof(UI_BP_OutOfAreaNotification_C_StopNotification) == 0x000018, "Wrong size on UI_BP_OutOfAreaNotification_C_StopNotification"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_StopNotification, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'UI_BP_OutOfAreaNotification_C_StopNotification::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_StopNotification, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_OutOfAreaNotification_C_StopNotification::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OutOfAreaNotification_C_StopNotification, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_OutOfAreaNotification_C_StopNotification::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_OutOfAreaNotification_C \ static_assert(alignof(UUI_BP_OutOfAreaNotification_C) == 0x000008, "Wrong alignment on UUI_BP_OutOfAreaNotification_C"); \ static_assert(sizeof(UUI_BP_OutOfAreaNotification_C) == 0x000348, "Wrong size on UUI_BP_OutOfAreaNotification_C"); \ static_assert(offsetof(UUI_BP_OutOfAreaNotification_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_OutOfAreaNotification_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OutOfAreaNotification_C, PulseCountdownText) == 0x0002F0, "Member 'UUI_BP_OutOfAreaNotification_C::PulseCountdownText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OutOfAreaNotification_C, hideNotification) == 0x0002F8, "Member 'UUI_BP_OutOfAreaNotification_C::hideNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OutOfAreaNotification_C, PulseText) == 0x000300, "Member 'UUI_BP_OutOfAreaNotification_C::PulseText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OutOfAreaNotification_C, ShowNotification) == 0x000308, "Member 'UUI_BP_OutOfAreaNotification_C::ShowNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OutOfAreaNotification_C, countdown) == 0x000310, "Member 'UUI_BP_OutOfAreaNotification_C::countdown' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OutOfAreaNotification_C, notificationMessage) == 0x000318, "Member 'UUI_BP_OutOfAreaNotification_C::notificationMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OutOfAreaNotification_C, redScrim) == 0x000320, "Member 'UUI_BP_OutOfAreaNotification_C::redScrim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OutOfAreaNotification_C, isReadyForCountdown) == 0x000328, "Member 'UUI_BP_OutOfAreaNotification_C::isReadyForCountdown' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OutOfAreaNotification_C, HasCountdownStarted) == 0x000329, "Member 'UUI_BP_OutOfAreaNotification_C::HasCountdownStarted' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OutOfAreaNotification_C, CountTime) == 0x00032C, "Member 'UUI_BP_OutOfAreaNotification_C::CountTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OutOfAreaNotification_C, currentCountTime) == 0x000330, "Member 'UUI_BP_OutOfAreaNotification_C::currentCountTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OutOfAreaNotification_C, CountdownTimer) == 0x000338, "Member 'UUI_BP_OutOfAreaNotification_C::CountdownTimer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OutOfAreaNotification_C, DesiredActiveState) == 0x000340, "Member 'UUI_BP_OutOfAreaNotification_C::DesiredActiveState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSTR_LightFixtureDefaults \ static_assert(alignof(FSTR_LightFixtureDefaults) == 0x000004, "Wrong alignment on FSTR_LightFixtureDefaults"); \ static_assert(sizeof(FSTR_LightFixtureDefaults) == 0x000024, "Wrong size on FSTR_LightFixtureDefaults"); \ static_assert(offsetof(FSTR_LightFixtureDefaults, Index_62_3CF3F65D4F8B1CD3AE7A50B7CDC5AAB3) == 0x000000, "Member 'FSTR_LightFixtureDefaults::Index_62_3CF3F65D4F8B1CD3AE7A50B7CDC5AAB3' has a wrong offset!"); \ static_assert(offsetof(FSTR_LightFixtureDefaults, AttenuationRadius_PointLight_27_797C0EB44A3B265D8781AF84302736E4) == 0x000004, "Member 'FSTR_LightFixtureDefaults::AttenuationRadius_PointLight_27_797C0EB44A3B265D8781AF84302736E4' has a wrong offset!"); \ static_assert(offsetof(FSTR_LightFixtureDefaults, Intensity_PointLight_28_3450B9964432A4581BFDC385F3CB7C5A) == 0x000008, "Member 'FSTR_LightFixtureDefaults::Intensity_PointLight_28_3450B9964432A4581BFDC385F3CB7C5A' has a wrong offset!"); \ static_assert(offsetof(FSTR_LightFixtureDefaults, Temperature_PointLight_29_68A5997D445013A5637F82A1ECD15461) == 0x00000C, "Member 'FSTR_LightFixtureDefaults::Temperature_PointLight_29_68A5997D445013A5637F82A1ECD15461' has a wrong offset!"); \ static_assert(offsetof(FSTR_LightFixtureDefaults, AttenuationRadius_SpotLight_37_098D974B4E3681829036678ACA632312) == 0x000010, "Member 'FSTR_LightFixtureDefaults::AttenuationRadius_SpotLight_37_098D974B4E3681829036678ACA632312' has a wrong offset!"); \ static_assert(offsetof(FSTR_LightFixtureDefaults, Intensity_SpotLight_40_8D8208794276DAF7F15CE9889579B9F9) == 0x000014, "Member 'FSTR_LightFixtureDefaults::Intensity_SpotLight_40_8D8208794276DAF7F15CE9889579B9F9' has a wrong offset!"); \ static_assert(offsetof(FSTR_LightFixtureDefaults, Temperature_SpotLight_42_931D11784C141E4439B9989E03BF9E3E) == 0x000018, "Member 'FSTR_LightFixtureDefaults::Temperature_SpotLight_42_931D11784C141E4439B9989E03BF9E3E' has a wrong offset!"); \ static_assert(offsetof(FSTR_LightFixtureDefaults, SourceRadius_PointLight_69_F4BA62CB4874360BE1DAC48A923719E4) == 0x00001C, "Member 'FSTR_LightFixtureDefaults::SourceRadius_PointLight_69_F4BA62CB4874360BE1DAC48A923719E4' has a wrong offset!"); \ static_assert(offsetof(FSTR_LightFixtureDefaults, SourceRadius_SpotLight_71_AF85A8D24C5A7BA3B7AA2687A7650AE2) == 0x000020, "Member 'FSTR_LightFixtureDefaults::SourceRadius_SpotLight_71_AF85A8D24C5A7BA3B7AA2687A7650AE2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_LookAhead_Graphorn_C \ static_assert(alignof(UBP_LookAhead_Graphorn_C) == 0x000008, "Wrong alignment on UBP_LookAhead_Graphorn_C"); \ static_assert(sizeof(UBP_LookAhead_Graphorn_C) == 0x000300, "Wrong size on UBP_LookAhead_Graphorn_C"); \ #define DUMPER7_ASSERTS_BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount \ static_assert(alignof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount) == 0x000008, "Wrong alignment on BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount"); \ static_assert(sizeof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount) == 0x000098, "Wrong size on BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, EntryPoint) == 0x000000, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, K2Node_Event_OwnerActor) == 0x000020, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, K2Node_DynamicCast_AsCamera_Stack_Actor) == 0x000028, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::K2Node_DynamicCast_AsCamera_Stack_Actor' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, CallFunc_GetBehaviors_ReturnValue) == 0x000038, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::CallFunc_GetBehaviors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, CallFunc_GetBehaviorsWithType_ReturnValue) == 0x000040, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::CallFunc_GetBehaviorsWithType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, CallFunc_GetBehaviorsWithType_ReturnValue_1) == 0x000050, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::CallFunc_GetBehaviorsWithType_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, CallFunc_Array_Get_Item) == 0x000060, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, CallFunc_DisableBehavior_ReturnValue) == 0x000070, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::CallFunc_DisableBehavior_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, K2Node_DynamicCast_AsAdjust_Arm_from_Target_Velocity) == 0x000078, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::K2Node_DynamicCast_AsAdjust_Arm_from_Target_Velocity' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, K2Node_DynamicCast_bSuccess_1) == 0x000080, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, CallFunc_Array_Length_ReturnValue) == 0x000084, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, CallFunc_Array_Length_ReturnValue_1) == 0x00008C, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount, CallFunc_Less_IntInt_ReturnValue_1) == 0x000090, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ExecuteUbergraph_BTT_Camera_SmoothOutBroomDismount::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Camera_SmoothOutBroomDismount_C_ReceiveExecute \ static_assert(alignof(BTT_Camera_SmoothOutBroomDismount_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Camera_SmoothOutBroomDismount_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Camera_SmoothOutBroomDismount_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Camera_SmoothOutBroomDismount_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Camera_SmoothOutBroomDismount_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Camera_SmoothOutBroomDismount_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Camera_SmoothOutBroomDismount_C \ static_assert(alignof(UBTT_Camera_SmoothOutBroomDismount_C) == 0x000008, "Wrong alignment on UBTT_Camera_SmoothOutBroomDismount_C"); \ static_assert(sizeof(UBTT_Camera_SmoothOutBroomDismount_C) == 0x0000B0, "Wrong size on UBTT_Camera_SmoothOutBroomDismount_C"); \ static_assert(offsetof(UBTT_Camera_SmoothOutBroomDismount_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Camera_SmoothOutBroomDismount_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SpellImpactDamageLarge_CamShake_C \ static_assert(alignof(UBP_SpellImpactDamageLarge_CamShake_C) == 0x000010, "Wrong alignment on UBP_SpellImpactDamageLarge_CamShake_C"); \ static_assert(sizeof(UBP_SpellImpactDamageLarge_CamShake_C) == 0x0001B0, "Wrong size on UBP_SpellImpactDamageLarge_CamShake_C"); \ #define DUMPER7_ASSERTS_BP_LightFadeByPlayerLoc_C_ReceiveTick \ static_assert(alignof(BP_LightFadeByPlayerLoc_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_LightFadeByPlayerLoc_C_ReceiveTick"); \ static_assert(sizeof(BP_LightFadeByPlayerLoc_C_ReceiveTick) == 0x000004, "Wrong size on BP_LightFadeByPlayerLoc_C_ReceiveTick"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_LightFadeByPlayerLoc_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc \ static_assert(alignof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc) == 0x000008, "Wrong alignment on BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc"); \ static_assert(sizeof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc) == 0x0000B0, "Wrong size on BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, EntryPoint) == 0x000000, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, CallFunc_Vector_Distance_ReturnValue) == 0x000010, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, K2Node_MathExpression_ReturnValue) == 0x000018, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, K2Node_Event_DeltaSeconds) == 0x000024, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, CallFunc_Conv_FloatToString_ReturnValue) == 0x000028, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, K2Node_MathExpression_ReturnValue_1) == 0x000048, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000050, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000070, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000090, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, CallFunc_Not_PreBool_ReturnValue) == 0x000098, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00009C, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc, CallFunc_BooleanAND_ReturnValue_1) == 0x0000A9, "Member 'BP_LightFadeByPlayerLoc_C_ExecuteUbergraph_BP_LightFadeByPlayerLoc::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_LightFadeByPlayerLoc_C \ static_assert(alignof(ABP_LightFadeByPlayerLoc_C) == 0x000008, "Wrong alignment on ABP_LightFadeByPlayerLoc_C"); \ static_assert(sizeof(ABP_LightFadeByPlayerLoc_C) == 0x0002A0, "Wrong size on ABP_LightFadeByPlayerLoc_C"); \ static_assert(offsetof(ABP_LightFadeByPlayerLoc_C, UberGraphFrame) == 0x000248, "Member 'ABP_LightFadeByPlayerLoc_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFadeByPlayerLoc_C, SpotLightComponentWithCullingSettings) == 0x000250, "Member 'ABP_LightFadeByPlayerLoc_C::SpotLightComponentWithCullingSettings' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFadeByPlayerLoc_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_LightFadeByPlayerLoc_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFadeByPlayerLoc_C, Min_Intensity) == 0x000260, "Member 'ABP_LightFadeByPlayerLoc_C::Min_Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFadeByPlayerLoc_C, Max_Intensity) == 0x000264, "Member 'ABP_LightFadeByPlayerLoc_C::Max_Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFadeByPlayerLoc_C, Player_Location) == 0x000268, "Member 'ABP_LightFadeByPlayerLoc_C::Player_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFadeByPlayerLoc_C, Own_location) == 0x000274, "Member 'ABP_LightFadeByPlayerLoc_C::Own_location' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFadeByPlayerLoc_C, PlayerDistance) == 0x000280, "Member 'ABP_LightFadeByPlayerLoc_C::PlayerDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFadeByPlayerLoc_C, Start_Fade_Distance) == 0x000284, "Member 'ABP_LightFadeByPlayerLoc_C::Start_Fade_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFadeByPlayerLoc_C, End_Fade_Distance) == 0x000288, "Member 'ABP_LightFadeByPlayerLoc_C::End_Fade_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFadeByPlayerLoc_C, Fade_Multiplier) == 0x00028C, "Member 'ABP_LightFadeByPlayerLoc_C::Fade_Multiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFadeByPlayerLoc_C, turn_of_spotlight) == 0x000290, "Member 'ABP_LightFadeByPlayerLoc_C::turn_of_spotlight' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFadeByPlayerLoc_C, Debug) == 0x000291, "Member 'ABP_LightFadeByPlayerLoc_C::Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFadeByPlayerLoc_C, Affect_spec_scale) == 0x000292, "Member 'ABP_LightFadeByPlayerLoc_C::Affect_spec_scale' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFadeByPlayerLoc_C, Is_scenerig_Light) == 0x000293, "Member 'ABP_LightFadeByPlayerLoc_C::Is_scenerig_Light' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFadeByPlayerLoc_C, Intensity) == 0x000294, "Member 'ABP_LightFadeByPlayerLoc_C::Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFadeByPlayerLoc_C, destroy_spotlight_after_reaching_end_) == 0x000298, "Member 'ABP_LightFadeByPlayerLoc_C::destroy_spotlight_after_reaching_end_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSTR_TransientDungeonListData \ static_assert(alignof(FSTR_TransientDungeonListData) == 0x000008, "Wrong alignment on FSTR_TransientDungeonListData"); \ static_assert(sizeof(FSTR_TransientDungeonListData) == 0x0000B8, "Wrong size on FSTR_TransientDungeonListData"); \ static_assert(offsetof(FSTR_TransientDungeonListData, DungeonLevel_22_1B909F1B45DAB8DE19FA1DB1EDC5E06E) == 0x000000, "Member 'FSTR_TransientDungeonListData::DungeonLevel_22_1B909F1B45DAB8DE19FA1DB1EDC5E06E' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, DungeonType_45_F06005E04113C868C62C34BF4DEFBD0F) == 0x000028, "Member 'FSTR_TransientDungeonListData::DungeonType_45_F06005E04113C868C62C34BF4DEFBD0F' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, DungeonExitLoadingString_10_AFD20E184FEFCE0AB40516AECC2308EF) == 0x000030, "Member 'FSTR_TransientDungeonListData::DungeonExitLoadingString_10_AFD20E184FEFCE0AB40516AECC2308EF' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, DungeonSecondExitLoadingString_11_EEA1C03747D63DF8E3447CBF0AB626C0) == 0x000048, "Member 'FSTR_TransientDungeonListData::DungeonSecondExitLoadingString_11_EEA1C03747D63DF8E3447CBF0AB626C0' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, MissionLock_79_B387E1884865CD0458C000A4FC2BF020) == 0x000060, "Member 'FSTR_TransientDungeonListData::MissionLock_79_B387E1884865CD0458C000A4FC2BF020' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, MissionStepLock_18_3646E44640C23B240ADC41B2E74C7FAF) == 0x000068, "Member 'FSTR_TransientDungeonListData::MissionStepLock_18_3646E44640C23B240ADC41B2E74C7FAF' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, OpenAfterMission_20_67CE71084024CBEC6F312E8C64F0334A) == 0x000078, "Member 'FSTR_TransientDungeonListData::OpenAfterMission_20_67CE71084024CBEC6F312E8C64F0334A' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, IsExit_24_13CCD899417A0521CDB8CA89362BE27B) == 0x000079, "Member 'FSTR_TransientDungeonListData::IsExit_24_13CCD899417A0521CDB8CA89362BE27B' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, TurnOffGeo_26_60E935D84E8A37AF810B7C88FF05E725) == 0x00007A, "Member 'FSTR_TransientDungeonListData::TurnOffGeo_26_60E935D84E8A37AF810B7C88FF05E725' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, TurnOffMarker_28_1D3F535F42B8D5FD0F75B4A53CE9CF24) == 0x00007B, "Member 'FSTR_TransientDungeonListData::TurnOffMarker_28_1D3F535F42B8D5FD0F75B4A53CE9CF24' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, BeaconText_35_C2DDF61E47FE7ECF261E42B88CBF3866) == 0x000080, "Member 'FSTR_TransientDungeonListData::BeaconText_35_C2DDF61E47FE7ECF261E42B88CBF3866' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, BlockerCollisionOff_40_1836710A4788F6F6EB027BB989ECE5F7) == 0x000090, "Member 'FSTR_TransientDungeonListData::BlockerCollisionOff_40_1836710A4788F6F6EB027BB989ECE5F7' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, DisableCompanionsOnEnter_41_4B98035A4AA9FD7A7C9F6CB6E1BD84E9) == 0x000091, "Member 'FSTR_TransientDungeonListData::DisableCompanionsOnEnter_41_4B98035A4AA9FD7A7C9F6CB6E1BD84E9' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, UseMissionCheck_48_706A1F3F4F19D797C93B00AE265B935F) == 0x000092, "Member 'FSTR_TransientDungeonListData::UseMissionCheck_48_706A1F3F4F19D797C93B00AE265B935F' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, MissionStateRequired_51_139E1A694FD2CEAC4FE4E5BA27B6FD2F) == 0x000093, "Member 'FSTR_TransientDungeonListData::MissionStateRequired_51_139E1A694FD2CEAC4FE4E5BA27B6FD2F' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, UseStatCheck_54_9FBB181242C242C916B5479158BEB1DF) == 0x000094, "Member 'FSTR_TransientDungeonListData::UseStatCheck_54_9FBB181242C242C916B5479158BEB1DF' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, StatName_57_4AD1EF074651EE6BD61A6F87191DFD48) == 0x000098, "Member 'FSTR_TransientDungeonListData::StatName_57_4AD1EF074651EE6BD61A6F87191DFD48' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, NeededStatValue_60_213B82E94C857F5A4C234BB211C76940) == 0x0000A0, "Member 'FSTR_TransientDungeonListData::NeededStatValue_60_213B82E94C857F5A4C234BB211C76940' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, UseLockCheck_63_A8222B174F799917CB412BAFC7C8BF99) == 0x0000A4, "Member 'FSTR_TransientDungeonListData::UseLockCheck_63_A8222B174F799917CB412BAFC7C8BF99' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, LockID_66_B28D9A4F42216A5B6D4353AD836A9C5B) == 0x0000A8, "Member 'FSTR_TransientDungeonListData::LockID_66_B28D9A4F42216A5B6D4353AD836A9C5B' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, NeededLockState_70_DEF8CADB4E99DAFC6E074BB1D2047F9B) == 0x0000B0, "Member 'FSTR_TransientDungeonListData::NeededLockState_70_DEF8CADB4E99DAFC6E074BB1D2047F9B' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, RequireSwitch_73_97DBE2C3456172541E60A7AA6BE3B38B) == 0x0000B1, "Member 'FSTR_TransientDungeonListData::RequireSwitch_73_97DBE2C3456172541E60A7AA6BE3B38B' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, UseTimeOfDayCheck_75_FEECC4144D102F1BA341E886EFF74C3F) == 0x0000B2, "Member 'FSTR_TransientDungeonListData::UseTimeOfDayCheck_75_FEECC4144D102F1BA341E886EFF74C3F' has a wrong offset!"); \ static_assert(offsetof(FSTR_TransientDungeonListData, DayOrNight_78_7C985BDA4C66395B81AE22A7A9392938) == 0x0000B4, "Member 'FSTR_TransientDungeonListData::DayOrNight_78_7C985BDA4C66395B81AE22A7A9392938' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SpellImpactDamage_CamShake_C \ static_assert(alignof(UBP_SpellImpactDamage_CamShake_C) == 0x000010, "Wrong alignment on UBP_SpellImpactDamage_CamShake_C"); \ static_assert(sizeof(UBP_SpellImpactDamage_CamShake_C) == 0x0001B0, "Wrong size on UBP_SpellImpactDamage_CamShake_C"); \ #define DUMPER7_ASSERTS_ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip \ static_assert(alignof(ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip) == 0x000008, "Wrong alignment on ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip"); \ static_assert(sizeof(ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip) == 0x000070, "Wrong size on ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip"); \ static_assert(offsetof(ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip, EntryPoint) == 0x000000, "Member 'ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip, K2Node_Event_Context) == 0x000008, "Member 'ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_WandUnequip_C_ExecuteUbergraph_ABL_WandUnequip::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_WandUnequip_C_OnAbilityBranch \ static_assert(alignof(ABL_WandUnequip_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_WandUnequip_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_WandUnequip_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_WandUnequip_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_WandUnequip_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_WandUnequip_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_WandUnequip_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_WandUnequip_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_WandUnequip_C_OnAbilityStart \ static_assert(alignof(ABL_WandUnequip_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_WandUnequip_C_OnAbilityStart"); \ static_assert(sizeof(ABL_WandUnequip_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_WandUnequip_C_OnAbilityStart"); \ static_assert(offsetof(ABL_WandUnequip_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_WandUnequip_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandUnequip_C \ static_assert(alignof(UABL_WandUnequip_C) == 0x000008, "Wrong alignment on UABL_WandUnequip_C"); \ static_assert(sizeof(UABL_WandUnequip_C) == 0x0000D0, "Wrong size on UABL_WandUnequip_C"); \ static_assert(offsetof(UABL_WandUnequip_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_WandUnequip_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBPI_Dungeon_Entrances_C \ static_assert(alignof(IBPI_Dungeon_Entrances_C) == 0x000001, "Wrong alignment on IBPI_Dungeon_Entrances_C"); \ static_assert(sizeof(IBPI_Dungeon_Entrances_C) == 0x000001, "Wrong size on IBPI_Dungeon_Entrances_C"); \ #define DUMPER7_ASSERTS_BPI_DungeonEntrance_C_GetDungeonDatatableHandle \ static_assert(alignof(BPI_DungeonEntrance_C_GetDungeonDatatableHandle) == 0x000008, "Wrong alignment on BPI_DungeonEntrance_C_GetDungeonDatatableHandle"); \ static_assert(sizeof(BPI_DungeonEntrance_C_GetDungeonDatatableHandle) == 0x000010, "Wrong size on BPI_DungeonEntrance_C_GetDungeonDatatableHandle"); \ static_assert(offsetof(BPI_DungeonEntrance_C_GetDungeonDatatableHandle, DungeonNameList) == 0x000000, "Member 'BPI_DungeonEntrance_C_GetDungeonDatatableHandle::DungeonNameList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBPI_DungeonEntrance_C \ static_assert(alignof(IBPI_DungeonEntrance_C) == 0x000001, "Wrong alignment on IBPI_DungeonEntrance_C"); \ static_assert(sizeof(IBPI_DungeonEntrance_C) == 0x000001, "Wrong size on IBPI_DungeonEntrance_C"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Move_PivotNew_C_ExecuteUbergraph_ABL_Enemy_Move_PivotNew \ static_assert(alignof(ABL_Enemy_Move_PivotNew_C_ExecuteUbergraph_ABL_Enemy_Move_PivotNew) == 0x000008, "Wrong alignment on ABL_Enemy_Move_PivotNew_C_ExecuteUbergraph_ABL_Enemy_Move_PivotNew"); \ static_assert(sizeof(ABL_Enemy_Move_PivotNew_C_ExecuteUbergraph_ABL_Enemy_Move_PivotNew) == 0x000010, "Wrong size on ABL_Enemy_Move_PivotNew_C_ExecuteUbergraph_ABL_Enemy_Move_PivotNew"); \ static_assert(offsetof(ABL_Enemy_Move_PivotNew_C_ExecuteUbergraph_ABL_Enemy_Move_PivotNew, EntryPoint) == 0x000000, "Member 'ABL_Enemy_Move_PivotNew_C_ExecuteUbergraph_ABL_Enemy_Move_PivotNew::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Move_PivotNew_C_ExecuteUbergraph_ABL_Enemy_Move_PivotNew, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_Move_PivotNew_C_ExecuteUbergraph_ABL_Enemy_Move_PivotNew::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Move_PivotNew_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Enemy_Move_PivotNew_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Enemy_Move_PivotNew_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Enemy_Move_PivotNew_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Enemy_Move_PivotNew_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Enemy_Move_PivotNew_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Enemy_Move_PivotNew_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Move_PivotNew_C \ static_assert(alignof(UABL_Enemy_Move_PivotNew_C) == 0x000008, "Wrong alignment on UABL_Enemy_Move_PivotNew_C"); \ static_assert(sizeof(UABL_Enemy_Move_PivotNew_C) == 0x0000D0, "Wrong size on UABL_Enemy_Move_PivotNew_C"); \ static_assert(offsetof(UABL_Enemy_Move_PivotNew_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_Move_PivotNew_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop \ static_assert(alignof(ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop) == 0x000008, "Wrong alignment on ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop"); \ static_assert(sizeof(ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop) == 0x000038, "Wrong size on ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop, K2Node_Event_Context) == 0x000008, "Member 'ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop, K2Node_DynamicCast_AsNPC_Character) == 0x000020, "Member 'ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop, CallFunc_GetNpcCapsuleComponent_ReturnValue) == 0x000030, "Member 'ABL_NpcReact_WoundedKneelLoop_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelLoop::CallFunc_GetNpcCapsuleComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_WoundedKneelLoop_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_WoundedKneelLoop_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_WoundedKneelLoop_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_WoundedKneelLoop_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_WoundedKneelLoop_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelLoop_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_WoundedKneelLoop_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_WoundedKneelLoop_C \ static_assert(alignof(UABL_NpcReact_WoundedKneelLoop_C) == 0x000008, "Wrong alignment on UABL_NpcReact_WoundedKneelLoop_C"); \ static_assert(sizeof(UABL_NpcReact_WoundedKneelLoop_C) == 0x0000E8, "Wrong size on UABL_NpcReact_WoundedKneelLoop_C"); \ static_assert(offsetof(UABL_NpcReact_WoundedKneelLoop_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_WoundedKneelLoop_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_SortProps_C_PropSort \ static_assert(alignof(FL_SortProps_C_PropSort) == 0x000008, "Wrong alignment on FL_SortProps_C_PropSort"); \ static_assert(sizeof(FL_SortProps_C_PropSort) == 0x0003A0, "Wrong size on FL_SortProps_C_PropSort"); \ static_assert(offsetof(FL_SortProps_C_PropSort, StaticMesh) == 0x000000, "Member 'FL_SortProps_C_PropSort::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, environment) == 0x000008, "Member 'FL_SortProps_C_PropSort::environment' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, PropIndex) == 0x00000C, "Member 'FL_SortProps_C_PropSort::PropIndex' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, Props) == 0x000010, "Member 'FL_SortProps_C_PropSort::Props' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, MeshSelect) == 0x0000C0, "Member 'FL_SortProps_C_PropSort::MeshSelect' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, EnvInt) == 0x000110, "Member 'FL_SortProps_C_PropSort::EnvInt' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, Random_Seed) == 0x000114, "Member 'FL_SortProps_C_PropSort::Random_Seed' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, __WorldContext) == 0x000120, "Member 'FL_SortProps_C_PropSort::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, NewPropIndex) == 0x000128, "Member 'FL_SortProps_C_PropSort::NewPropIndex' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, EnnvironmentOutput) == 0x00012C, "Member 'FL_SortProps_C_PropSort::EnnvironmentOutput' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, NewEnvInt) == 0x000130, "Member 'FL_SortProps_C_PropSort::NewEnvInt' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, NewMeshSelect) == 0x000138, "Member 'FL_SortProps_C_PropSort::NewMeshSelect' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, IntermediateMeshSelect) == 0x000188, "Member 'FL_SortProps_C_PropSort::IntermediateMeshSelect' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, IntermediateProp) == 0x0001D8, "Member 'FL_SortProps_C_PropSort::IntermediateProp' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, int_0) == 0x0001DC, "Member 'FL_SortProps_C_PropSort::int_0' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, NewProp) == 0x0001E0, "Member 'FL_SortProps_C_PropSort::NewProp' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, Env) == 0x0001E4, "Member 'FL_SortProps_C_PropSort::Env' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_GetCurrentLevelName_ReturnValue) == 0x0001E8, "Member 'FL_SortProps_C_PropSort::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_FindSubstring_ReturnValue) == 0x0001F8, "Member 'FL_SortProps_C_PropSort::CallFunc_FindSubstring_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0001FC, "Member 'FL_SortProps_C_PropSort::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001FD, "Member 'FL_SortProps_C_PropSort::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001FE, "Member 'FL_SortProps_C_PropSort::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000200, "Member 'FL_SortProps_C_PropSort::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, Temp_int_Variable) == 0x000204, "Member 'FL_SortProps_C_PropSort::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, Temp_int_Variable_1) == 0x000208, "Member 'FL_SortProps_C_PropSort::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Conv_IntToByte_ReturnValue) == 0x00020C, "Member 'FL_SortProps_C_PropSort::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Add_IntInt_ReturnValue) == 0x000210, "Member 'FL_SortProps_C_PropSort::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_GetValidValue_ReturnValue) == 0x000214, "Member 'FL_SortProps_C_PropSort::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000215, "Member 'FL_SortProps_C_PropSort::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000218, "Member 'FL_SortProps_C_PropSort::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000228, "Member 'FL_SortProps_C_PropSort::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_FindSubstring_ReturnValue_1) == 0x00022C, "Member 'FL_SortProps_C_PropSort::CallFunc_FindSubstring_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x000230, "Member 'FL_SortProps_C_PropSort::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000234, "Member 'FL_SortProps_C_PropSort::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, Temp_byte_Variable) == 0x000235, "Member 'FL_SortProps_C_PropSort::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, Temp_softobject_Variable) == 0x000238, "Member 'FL_SortProps_C_PropSort::Temp_softobject_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_MakeLiteralInt_ReturnValue) == 0x000248, "Member 'FL_SortProps_C_PropSort::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Less_IntInt_ReturnValue) == 0x00024C, "Member 'FL_SortProps_C_PropSort::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, Temp_int_Array_Index_Variable) == 0x000250, "Member 'FL_SortProps_C_PropSort::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, Temp_int_Loop_Counter_Variable) == 0x000254, "Member 'FL_SortProps_C_PropSort::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Add_IntInt_ReturnValue_1) == 0x000258, "Member 'FL_SortProps_C_PropSort::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, Temp_bool_True_if_break_was_hit_Variable) == 0x00025C, "Member 'FL_SortProps_C_PropSort::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, Temp_int_Array_Index_Variable_1) == 0x000260, "Member 'FL_SortProps_C_PropSort::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Not_PreBool_ReturnValue) == 0x000264, "Member 'FL_SortProps_C_PropSort::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, Temp_softobject_Variable_1) == 0x000268, "Member 'FL_SortProps_C_PropSort::Temp_softobject_Variable_1' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_GetPlatformName_ReturnValue) == 0x000278, "Member 'FL_SortProps_C_PropSort::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, K2Node_SwitchString_CmpSuccess) == 0x000288, "Member 'FL_SortProps_C_PropSort::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, Temp_byte_Variable_1) == 0x000289, "Member 'FL_SortProps_C_PropSort::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, K2Node_Select_Default) == 0x000290, "Member 'FL_SortProps_C_PropSort::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Array_Get_Item) == 0x0002A0, "Member 'FL_SortProps_C_PropSort::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Array_Length_ReturnValue) == 0x0002C8, "Member 'FL_SortProps_C_PropSort::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Map_Values_Values) == 0x0002D0, "Member 'FL_SortProps_C_PropSort::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Map_Values_Values_1) == 0x0002E0, "Member 'FL_SortProps_C_PropSort::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Array_Get_Item_1) == 0x0002F0, "Member 'FL_SortProps_C_PropSort::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Array_Length_ReturnValue_1) == 0x0002F4, "Member 'FL_SortProps_C_PropSort::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x0002F8, "Member 'FL_SortProps_C_PropSort::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Less_IntInt_ReturnValue_1) == 0x0002F9, "Member 'FL_SortProps_C_PropSort::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_BooleanAND_ReturnValue) == 0x0002FA, "Member 'FL_SortProps_C_PropSort::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0002FB, "Member 'FL_SortProps_C_PropSort::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_GreaterEqual_IntInt_ReturnValue_2) == 0x0002FC, "Member 'FL_SortProps_C_PropSort::CallFunc_GreaterEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, Temp_bool_Variable) == 0x0002FD, "Member 'FL_SortProps_C_PropSort::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, Temp_int_Loop_Counter_Variable_1) == 0x000300, "Member 'FL_SortProps_C_PropSort::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000304, "Member 'FL_SortProps_C_PropSort::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Less_IntInt_ReturnValue_2) == 0x000305, "Member 'FL_SortProps_C_PropSort::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Add_IntInt_ReturnValue_2) == 0x000308, "Member 'FL_SortProps_C_PropSort::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, K2Node_Select_Default_1) == 0x000310, "Member 'FL_SortProps_C_PropSort::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Array_Length_ReturnValue_2) == 0x000320, "Member 'FL_SortProps_C_PropSort::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Array_Get_Item_2) == 0x000328, "Member 'FL_SortProps_C_PropSort::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000350, "Member 'FL_SortProps_C_PropSort::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_LoadSyncronousStaticMesh_LoadedMesh) == 0x000358, "Member 'FL_SortProps_C_PropSort::CallFunc_LoadSyncronousStaticMesh_LoadedMesh' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_SetStaticMesh_ReturnValue) == 0x000360, "Member 'FL_SortProps_C_PropSort::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Array_RandomFromStream_OutItem) == 0x000368, "Member 'FL_SortProps_C_PropSort::CallFunc_Array_RandomFromStream_OutItem' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Array_RandomFromStream_OutIndex) == 0x000390, "Member 'FL_SortProps_C_PropSort::CallFunc_Array_RandomFromStream_OutIndex' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Array_LastIndex_ReturnValue) == 0x000394, "Member 'FL_SortProps_C_PropSort::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_Clamp_ReturnValue) == 0x000398, "Member 'FL_SortProps_C_PropSort::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SortProps_C_PropSort, CallFunc_SelectInt_ReturnValue) == 0x00039C, "Member 'FL_SortProps_C_PropSort::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFL_SortProps_C \ static_assert(alignof(UFL_SortProps_C) == 0x000008, "Wrong alignment on UFL_SortProps_C"); \ static_assert(sizeof(UFL_SortProps_C) == 0x000028, "Wrong size on UFL_SortProps_C"); \ #define DUMPER7_ASSERTS_UBP_SpellImpact_CamShake_C \ static_assert(alignof(UBP_SpellImpact_CamShake_C) == 0x000010, "Wrong alignment on UBP_SpellImpact_CamShake_C"); \ static_assert(sizeof(UBP_SpellImpact_CamShake_C) == 0x0001B0, "Wrong size on UBP_SpellImpact_CamShake_C"); \ #define DUMPER7_ASSERTS_BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract \ static_assert(alignof(BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract) == 0x000008, "Wrong alignment on BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract"); \ static_assert(sizeof(BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract) == 0x000088, "Wrong size on BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract"); \ static_assert(offsetof(BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract, EntryPoint) == 0x000000, "Member 'BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract, Temp_bool_Variable) == 0x000004, "Member 'BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract, Temp_name_Variable) == 0x000008, "Member 'BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract, K2Node_DynamicCast_AsBPI_Dungeon_Entrance) == 0x000010, "Member 'BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract::K2Node_DynamicCast_AsBPI_Dungeon_Entrance' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract, K2Node_Event_AvaService) == 0x000028, "Member 'BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract::K2Node_Event_AvaService' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract, CallFunc_GetDungeonDatatableHandle_DungeonNameList) == 0x000030, "Member 'BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract::CallFunc_GetDungeonDatatableHandle_DungeonNameList' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract, CallFunc_Conv_NameToText_ReturnValue) == 0x000040, "Member 'BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000058, "Member 'BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract, CallFunc_GetParentActor_ReturnValue) == 0x000060, "Member 'BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract, K2Node_Select_Default) == 0x000068, "Member 'BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract, K2Node_DynamicCast_AsBPI_Dungeon_Entrance_1) == 0x000070, "Member 'BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract::K2Node_DynamicCast_AsBPI_Dungeon_Entrance_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract, K2Node_DynamicCast_bSuccess_1) == 0x000080, "Member 'BP_DungeonInteract_C_ExecuteUbergraph_BP_DungeonInteract::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonInteract_C_Interact \ static_assert(alignof(BP_DungeonInteract_C_Interact) == 0x000008, "Wrong alignment on BP_DungeonInteract_C_Interact"); \ static_assert(sizeof(BP_DungeonInteract_C_Interact) == 0x000008, "Wrong size on BP_DungeonInteract_C_Interact"); \ static_assert(offsetof(BP_DungeonInteract_C_Interact, AvaService) == 0x000000, "Member 'BP_DungeonInteract_C_Interact::AvaService' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DungeonInteract_C \ static_assert(alignof(ABP_DungeonInteract_C) == 0x000008, "Wrong alignment on ABP_DungeonInteract_C"); \ static_assert(sizeof(ABP_DungeonInteract_C) == 0x0002A0, "Wrong size on ABP_DungeonInteract_C"); \ static_assert(offsetof(ABP_DungeonInteract_C, UberGraphFrame) == 0x000248, "Member 'ABP_DungeonInteract_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonInteract_C, CognitionStimuliSource) == 0x000250, "Member 'ABP_DungeonInteract_C::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonInteract_C, Capsule) == 0x000258, "Member 'ABP_DungeonInteract_C::Capsule' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonInteract_C, TextName) == 0x000260, "Member 'ABP_DungeonInteract_C::TextName' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonInteract_C, Billboard) == 0x000268, "Member 'ABP_DungeonInteract_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonInteract_C, DefaultSceneRoot) == 0x000270, "Member 'ABP_DungeonInteract_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonInteract_C, InteractedWith) == 0x000278, "Member 'ABP_DungeonInteract_C::InteractedWith' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonInteract_C, Parent) == 0x000288, "Member 'ABP_DungeonInteract_C::Parent' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonInteract_C, ShowUI) == 0x000290, "Member 'ABP_DungeonInteract_C::ShowUI' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonInteract_C, DungeonName) == 0x000294, "Member 'ABP_DungeonInteract_C::DungeonName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SelectedBox_C_ExecuteUbergraph_UI_BP_SelectedBox \ static_assert(alignof(UI_BP_SelectedBox_C_ExecuteUbergraph_UI_BP_SelectedBox) == 0x000008, "Wrong alignment on UI_BP_SelectedBox_C_ExecuteUbergraph_UI_BP_SelectedBox"); \ static_assert(sizeof(UI_BP_SelectedBox_C_ExecuteUbergraph_UI_BP_SelectedBox) == 0x000018, "Wrong size on UI_BP_SelectedBox_C_ExecuteUbergraph_UI_BP_SelectedBox"); \ static_assert(offsetof(UI_BP_SelectedBox_C_ExecuteUbergraph_UI_BP_SelectedBox, EntryPoint) == 0x000000, "Member 'UI_BP_SelectedBox_C_ExecuteUbergraph_UI_BP_SelectedBox::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SelectedBox_C_ExecuteUbergraph_UI_BP_SelectedBox, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_SelectedBox_C_ExecuteUbergraph_UI_BP_SelectedBox::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SelectedBox_C_ExecuteUbergraph_UI_BP_SelectedBox, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'UI_BP_SelectedBox_C_ExecuteUbergraph_UI_BP_SelectedBox::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_SelectedBox_C \ static_assert(alignof(UUI_BP_SelectedBox_C) == 0x000008, "Wrong alignment on UUI_BP_SelectedBox_C"); \ static_assert(sizeof(UUI_BP_SelectedBox_C) == 0x000278, "Wrong size on UUI_BP_SelectedBox_C"); \ static_assert(offsetof(UUI_BP_SelectedBox_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_SelectedBox_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SelectedBox_C, Desolve) == 0x000270, "Member 'UUI_BP_SelectedBox_C::Desolve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs \ static_assert(alignof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs) == 0x000008, "Wrong alignment on BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs"); \ static_assert(sizeof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs) == 0x0006E8, "Wrong size on BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, EntryPoint) == 0x000000, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, Temp_int_Variable) == 0x000004, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, Temp_int_Variable_1) == 0x000008, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_StatCheck_Load) == 0x00000C, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_StatCheck_Load' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_LockCheck_LockPassed) == 0x00000D, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_LockCheck_LockPassed' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, Temp_bool_Variable) == 0x000021, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_Not_PreBool_ReturnValue_1) == 0x000048, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_Event_DeltaSeconds) == 0x00004C, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_DynamicCast_AsBP_Dungeon_Interact) == 0x000050, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_DynamicCast_AsBP_Dungeon_Interact' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_MissionStateCheck_MissionCheckPassed) == 0x000059, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_MissionStateCheck_MissionCheckPassed' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000060, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_ComponentBoundEvent_OtherActor) == 0x000068, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_ComponentBoundEvent_OtherComp) == 0x000070, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000078, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_ComponentBoundEvent_bFromSweep) == 0x00007C, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_ComponentBoundEvent_SweepResult) == 0x000080, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_Event_SwitchActor_1) == 0x000108, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_Event_SwitchActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_DynamicCast_AsBP_Trigger_Volume) == 0x000110, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_DynamicCast_AsBP_Trigger_Volume' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_DynamicCast_bSuccess_1) == 0x000118, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_GetGameInstance_ReturnValue) == 0x000120, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_DynamicCast_AsPhoenix_Game_Instance) == 0x000128, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_DynamicCast_AsPhoenix_Game_Instance' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_DynamicCast_bSuccess_2) == 0x000130, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_DynamicCast_AsBP_Dungeon_LOCs_Marker) == 0x000138, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_DynamicCast_AsBP_Dungeon_LOCs_Marker' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_DynamicCast_bSuccess_3) == 0x000140, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_CustomEvent_Caller_1) == 0x000148, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_CustomEvent_String) == 0x000150, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_CustomEvent_String' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_GetMissionName_ReturnValue) == 0x000158, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_GetMissionName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000160, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_IsValid_ReturnValue) == 0x00016C, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_SwitchEnum_CmpSuccess) == 0x00016D, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_Event_SwitchActor) == 0x000170, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_Event_SwitchActor' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_DynamicCast_AsBP_Trigger_Volume_1) == 0x000178, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_DynamicCast_AsBP_Trigger_Volume_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_DynamicCast_bSuccess_4) == 0x000180, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000188, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000190, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00019C, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_Add_VectorVector_ReturnValue) == 0x0001A8, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_GetAkComponent_ComponentCreated) == 0x0001B4, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_GetAkComponent_ComponentCreated' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_GetAkComponent_ReturnValue) == 0x0001B8, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_GetAkComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_GetDataTableRowFromName_OutRow) == 0x0001C0, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000240, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_IsValid_ReturnValue_1) == 0x000241, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_DayNightCheck_CheckPassed) == 0x000242, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_DayNightCheck_CheckPassed' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_CastToWorldSoftObjectReference_ReturnValue) == 0x000248, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_CastToWorldSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000270, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000278, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_Replace_ReturnValue) == 0x000288, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000298, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_CreateDelegate_OutputDelegate) == 0x0002A8, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_SelectString_ReturnValue) == 0x0002B8, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_CustomEvent_Caller) == 0x0002C8, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_HermesBindEvent_Handle) == 0x0002D0, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0002E0, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_Vector_Distance_ReturnValue) == 0x0002EC, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0002F0, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_BreakRotator_Roll) == 0x0002FC, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_BreakRotator_Pitch) == 0x000300, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_BreakRotator_Yaw) == 0x000304, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000308, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult) == 0x000314, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_AutomationBlocksDungeonLoad_ReturnValue) == 0x00039C, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_AutomationBlocksDungeonLoad_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x0003A0, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x000420, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_DynamicCast_AsBP_Dungeon_LOCs_Marker_1) == 0x000428, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_DynamicCast_AsBP_Dungeon_LOCs_Marker_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_DynamicCast_bSuccess_5) == 0x000430, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_CastToWorldSoftObjectReference_ReturnValue_1) == 0x000438, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_CastToWorldSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x000460, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_IsValidSoftObjectReference_ReturnValue_1) == 0x00046C, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_IsValidSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_Conv_NameToString_ReturnValue_2) == 0x000470, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_Conv_NameToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_Replace_ReturnValue_1) == 0x000480, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_Replace_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, Temp_delegate_Variable) == 0x000490, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0004A0, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, Temp_struct_Variable) == 0x0004B0, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_SelectString_ReturnValue_1) == 0x0004C0, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_SelectString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_PostAkEvent_ReturnValue) == 0x0004D0, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_Conv_StringToText_ReturnValue) == 0x0004D8, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_MakeStruct_FormatArgumentData) == 0x0004F0, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000530, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x00053C, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_BreakRotator_Roll_1) == 0x000548, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_BreakRotator_Pitch_1) == 0x00054C, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_BreakRotator_Yaw_1) == 0x000550, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_Conv_VectorToString_ReturnValue) == 0x000558, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_MakeStruct_FormatArgumentData_1) == 0x000568, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0005A8, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_MakeStruct_FormatArgumentData_2) == 0x0005C0, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_CreateDelegate_OutputDelegate_1) == 0x000600, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_MakeLiteralText_ReturnValue) == 0x000610, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_HermesBindFName_Handle) == 0x000628, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_HermesBindFName_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_MakeStruct_FormatArgumentData_3) == 0x000638, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_Select_Default) == 0x000678, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_MakeStruct_FormatArgumentData_4) == 0x000680, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, K2Node_MakeArray_Array) == 0x0006C0, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs, CallFunc_Format_ReturnValue) == 0x0006D0, "Member 'BP_DungeonLOCs_C_ExecuteUbergraph_BP_DungeonLOCs::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonLOCs_C_DungeonLocsInteractUpdate \ static_assert(alignof(BP_DungeonLOCs_C_DungeonLocsInteractUpdate) == 0x000008, "Wrong alignment on BP_DungeonLOCs_C_DungeonLocsInteractUpdate"); \ static_assert(sizeof(BP_DungeonLOCs_C_DungeonLocsInteractUpdate) == 0x000008, "Wrong size on BP_DungeonLOCs_C_DungeonLocsInteractUpdate"); \ static_assert(offsetof(BP_DungeonLOCs_C_DungeonLocsInteractUpdate, Caller) == 0x000000, "Member 'BP_DungeonLOCs_C_DungeonLocsInteractUpdate::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonLOCs_C_SwitchOff \ static_assert(alignof(BP_DungeonLOCs_C_SwitchOff) == 0x000008, "Wrong alignment on BP_DungeonLOCs_C_SwitchOff"); \ static_assert(sizeof(BP_DungeonLOCs_C_SwitchOff) == 0x000008, "Wrong size on BP_DungeonLOCs_C_SwitchOff"); \ static_assert(offsetof(BP_DungeonLOCs_C_SwitchOff, SwitchActor) == 0x000000, "Member 'BP_DungeonLOCs_C_SwitchOff::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonLOCs_C_NTR_02_Updated \ static_assert(alignof(BP_DungeonLOCs_C_NTR_02_Updated) == 0x000008, "Wrong alignment on BP_DungeonLOCs_C_NTR_02_Updated"); \ static_assert(sizeof(BP_DungeonLOCs_C_NTR_02_Updated) == 0x000010, "Wrong size on BP_DungeonLOCs_C_NTR_02_Updated"); \ static_assert(offsetof(BP_DungeonLOCs_C_NTR_02_Updated, Caller) == 0x000000, "Member 'BP_DungeonLOCs_C_NTR_02_Updated::Caller' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_NTR_02_Updated, String) == 0x000008, "Member 'BP_DungeonLOCs_C_NTR_02_Updated::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonLOCs_C_SwitchOn \ static_assert(alignof(BP_DungeonLOCs_C_SwitchOn) == 0x000008, "Wrong alignment on BP_DungeonLOCs_C_SwitchOn"); \ static_assert(sizeof(BP_DungeonLOCs_C_SwitchOn) == 0x000008, "Wrong size on BP_DungeonLOCs_C_SwitchOn"); \ static_assert(offsetof(BP_DungeonLOCs_C_SwitchOn, SwitchActor) == 0x000000, "Member 'BP_DungeonLOCs_C_SwitchOn::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonLOCs_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_DungeonLOCs_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_DungeonLOCs_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_DungeonLOCs_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_DungeonLOCs_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_DungeonLOCs_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_DungeonLOCs_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_DungeonLOCs_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_DungeonLOCs_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_DungeonLOCs_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_DungeonLOCs_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_DungeonLOCs_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonLOCs_C_ReceiveTick \ static_assert(alignof(BP_DungeonLOCs_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_DungeonLOCs_C_ReceiveTick"); \ static_assert(sizeof(BP_DungeonLOCs_C_ReceiveTick) == 0x000004, "Wrong size on BP_DungeonLOCs_C_ReceiveTick"); \ static_assert(offsetof(BP_DungeonLOCs_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_DungeonLOCs_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonLOCs_C_UserConstructionScript \ static_assert(alignof(BP_DungeonLOCs_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_DungeonLOCs_C_UserConstructionScript"); \ static_assert(sizeof(BP_DungeonLOCs_C_UserConstructionScript) == 0x000210, "Wrong size on BP_DungeonLOCs_C_UserConstructionScript"); \ static_assert(offsetof(BP_DungeonLOCs_C_UserConstructionScript, Temp_struct_Variable) == 0x000000, "Member 'BP_DungeonLOCs_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_UserConstructionScript, Temp_byte_Variable) == 0x000030, "Member 'BP_DungeonLOCs_C_UserConstructionScript::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000038, "Member 'BP_DungeonLOCs_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'BP_DungeonLOCs_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_UserConstructionScript, CallFunc_Conv_NameToString_ReturnValue) == 0x000048, "Member 'BP_DungeonLOCs_C_UserConstructionScript::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_UserConstructionScript, CallFunc_Conv_NameToText_ReturnValue) == 0x000058, "Member 'BP_DungeonLOCs_C_UserConstructionScript::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'BP_DungeonLOCs_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_UserConstructionScript, CallFunc_Conv_TextToString_ReturnValue) == 0x000080, "Member 'BP_DungeonLOCs_C_UserConstructionScript::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_UserConstructionScript, CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult) == 0x000090, "Member 'BP_DungeonLOCs_C_UserConstructionScript::CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_UserConstructionScript, K2Node_Select_Default) == 0x000118, "Member 'BP_DungeonLOCs_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_UserConstructionScript, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000120, "Member 'BP_DungeonLOCs_C_UserConstructionScript::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_UserConstructionScript, CallFunc_Map_Find_Value) == 0x000150, "Member 'BP_DungeonLOCs_C_UserConstructionScript::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_UserConstructionScript, CallFunc_Map_Find_ReturnValue) == 0x000178, "Member 'BP_DungeonLOCs_C_UserConstructionScript::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_UserConstructionScript, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x00017C, "Member 'BP_DungeonLOCs_C_UserConstructionScript::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_UserConstructionScript, CallFunc_LoadSyncronousActorClass_LoadedClass) == 0x000208, "Member 'BP_DungeonLOCs_C_UserConstructionScript::CallFunc_LoadSyncronousActorClass_LoadedClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonLOCs_C_StatCheck \ static_assert(alignof(BP_DungeonLOCs_C_StatCheck) == 0x000004, "Wrong alignment on BP_DungeonLOCs_C_StatCheck"); \ static_assert(sizeof(BP_DungeonLOCs_C_StatCheck) == 0x000014, "Wrong size on BP_DungeonLOCs_C_StatCheck"); \ static_assert(offsetof(BP_DungeonLOCs_C_StatCheck, Load) == 0x000000, "Member 'BP_DungeonLOCs_C_StatCheck::Load' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_StatCheck, CallFunc_GetStatName_ReturnValue) == 0x000004, "Member 'BP_DungeonLOCs_C_StatCheck::CallFunc_GetStatName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_StatCheck, CallFunc_ReadStat_ReturnValue) == 0x00000C, "Member 'BP_DungeonLOCs_C_StatCheck::CallFunc_ReadStat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_StatCheck, CallFunc_NotEqual_NameName_ReturnValue) == 0x000010, "Member 'BP_DungeonLOCs_C_StatCheck::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_StatCheck, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000011, "Member 'BP_DungeonLOCs_C_StatCheck::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonLOCs_C_LockCheck \ static_assert(alignof(BP_DungeonLOCs_C_LockCheck) == 0x000001, "Wrong alignment on BP_DungeonLOCs_C_LockCheck"); \ static_assert(sizeof(BP_DungeonLOCs_C_LockCheck) == 0x000003, "Wrong size on BP_DungeonLOCs_C_LockCheck"); \ static_assert(offsetof(BP_DungeonLOCs_C_LockCheck, LockPassed) == 0x000000, "Member 'BP_DungeonLOCs_C_LockCheck::LockPassed' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_LockCheck, CallFunc_GetState_ReturnValue) == 0x000001, "Member 'BP_DungeonLOCs_C_LockCheck::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_LockCheck, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_DungeonLOCs_C_LockCheck::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonLOCs_C_MissionStateCheck \ static_assert(alignof(BP_DungeonLOCs_C_MissionStateCheck) == 0x000001, "Wrong alignment on BP_DungeonLOCs_C_MissionStateCheck"); \ static_assert(sizeof(BP_DungeonLOCs_C_MissionStateCheck) == 0x000007, "Wrong size on BP_DungeonLOCs_C_MissionStateCheck"); \ static_assert(offsetof(BP_DungeonLOCs_C_MissionStateCheck, MissionCheckPassed) == 0x000000, "Member 'BP_DungeonLOCs_C_MissionStateCheck::MissionCheckPassed' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_MissionStateCheck, Passed) == 0x000001, "Member 'BP_DungeonLOCs_C_MissionStateCheck::Passed' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_MissionStateCheck, CallFunc_NotEqual_NameName_ReturnValue) == 0x000002, "Member 'BP_DungeonLOCs_C_MissionStateCheck::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_MissionStateCheck, CallFunc_GetMissionStatusBP_ReturnValue) == 0x000003, "Member 'BP_DungeonLOCs_C_MissionStateCheck::CallFunc_GetMissionStatusBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_MissionStateCheck, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000004, "Member 'BP_DungeonLOCs_C_MissionStateCheck::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_MissionStateCheck, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000005, "Member 'BP_DungeonLOCs_C_MissionStateCheck::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_MissionStateCheck, CallFunc_BooleanOR_ReturnValue) == 0x000006, "Member 'BP_DungeonLOCs_C_MissionStateCheck::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonLOCs_C_SetLockState \ static_assert(alignof(BP_DungeonLOCs_C_SetLockState) == 0x000001, "Wrong alignment on BP_DungeonLOCs_C_SetLockState"); \ static_assert(sizeof(BP_DungeonLOCs_C_SetLockState) == 0x000001, "Wrong size on BP_DungeonLOCs_C_SetLockState"); \ static_assert(offsetof(BP_DungeonLOCs_C_SetLockState, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'BP_DungeonLOCs_C_SetLockState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonLOCs_C_DayNightCheck \ static_assert(alignof(BP_DungeonLOCs_C_DayNightCheck) == 0x000008, "Wrong alignment on BP_DungeonLOCs_C_DayNightCheck"); \ static_assert(sizeof(BP_DungeonLOCs_C_DayNightCheck) == 0x000018, "Wrong size on BP_DungeonLOCs_C_DayNightCheck"); \ static_assert(offsetof(BP_DungeonLOCs_C_DayNightCheck, CheckPassed) == 0x000000, "Member 'BP_DungeonLOCs_C_DayNightCheck::CheckPassed' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_DayNightCheck, LocalCheck) == 0x000001, "Member 'BP_DungeonLOCs_C_DayNightCheck::LocalCheck' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_DayNightCheck, CallFunc_GetMissionStatusBP_ReturnValue) == 0x000002, "Member 'BP_DungeonLOCs_C_DayNightCheck::CallFunc_GetMissionStatusBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_DayNightCheck, K2Node_SwitchEnum_CmpSuccess) == 0x000003, "Member 'BP_DungeonLOCs_C_DayNightCheck::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_DayNightCheck, CallFunc_Get_ReturnValue) == 0x000008, "Member 'BP_DungeonLOCs_C_DayNightCheck::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_DayNightCheck, CallFunc_IsNight_ReturnValue) == 0x000010, "Member 'BP_DungeonLOCs_C_DayNightCheck::CallFunc_IsNight_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonLOCs_C_GetUniqueBeaconId \ static_assert(alignof(BP_DungeonLOCs_C_GetUniqueBeaconId) == 0x000008, "Wrong alignment on BP_DungeonLOCs_C_GetUniqueBeaconId"); \ static_assert(sizeof(BP_DungeonLOCs_C_GetUniqueBeaconId) == 0x000070, "Wrong size on BP_DungeonLOCs_C_GetUniqueBeaconId"); \ static_assert(offsetof(BP_DungeonLOCs_C_GetUniqueBeaconId, ReturnValue) == 0x000000, "Member 'BP_DungeonLOCs_C_GetUniqueBeaconId::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_GetUniqueBeaconId, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'BP_DungeonLOCs_C_GetUniqueBeaconId::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_GetUniqueBeaconId, CallFunc_Conv_NameToString_ReturnValue) == 0x000018, "Member 'BP_DungeonLOCs_C_GetUniqueBeaconId::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_GetUniqueBeaconId, CallFunc_Replace_ReturnValue) == 0x000028, "Member 'BP_DungeonLOCs_C_GetUniqueBeaconId::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_GetUniqueBeaconId, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_DungeonLOCs_C_GetUniqueBeaconId::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_GetUniqueBeaconId, CallFunc_SelectString_ReturnValue) == 0x000048, "Member 'BP_DungeonLOCs_C_GetUniqueBeaconId::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_GetUniqueBeaconId, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'BP_DungeonLOCs_C_GetUniqueBeaconId::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonLOCs_C_GetUniqueBeaconId, CallFunc_Conv_StringToName_ReturnValue) == 0x000068, "Member 'BP_DungeonLOCs_C_GetUniqueBeaconId::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonLOCs_C_GetDungeonDatatableHandle \ static_assert(alignof(BP_DungeonLOCs_C_GetDungeonDatatableHandle) == 0x000008, "Wrong alignment on BP_DungeonLOCs_C_GetDungeonDatatableHandle"); \ static_assert(sizeof(BP_DungeonLOCs_C_GetDungeonDatatableHandle) == 0x000010, "Wrong size on BP_DungeonLOCs_C_GetDungeonDatatableHandle"); \ static_assert(offsetof(BP_DungeonLOCs_C_GetDungeonDatatableHandle, DungeonNameList_0) == 0x000000, "Member 'BP_DungeonLOCs_C_GetDungeonDatatableHandle::DungeonNameList_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DungeonLOCs_C \ static_assert(alignof(ABP_DungeonLOCs_C) == 0x000008, "Wrong alignment on ABP_DungeonLOCs_C"); \ static_assert(sizeof(ABP_DungeonLOCs_C) == 0x0003D8, "Wrong size on ABP_DungeonLOCs_C"); \ static_assert(offsetof(ABP_DungeonLOCs_C, UberGraphFrame) == 0x000248, "Member 'ABP_DungeonLOCs_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, BP_DungeonLOC_Marker) == 0x000250, "Member 'ABP_DungeonLOCs_C::BP_DungeonLOC_Marker' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, DungeonLocation) == 0x000258, "Member 'ABP_DungeonLOCs_C::DungeonLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, EntranceBlocker) == 0x000260, "Member 'ABP_DungeonLOCs_C::EntranceBlocker' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, Sphere) == 0x000268, "Member 'ABP_DungeonLOCs_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, InteractChildActor) == 0x000270, "Member 'ABP_DungeonLOCs_C::InteractChildActor' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, SwimmingTransform) == 0x000278, "Member 'ABP_DungeonLOCs_C::SwimmingTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, CairnATransform) == 0x000280, "Member 'ABP_DungeonLOCs_C::CairnATransform' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, SanctumTransform) == 0x000288, "Member 'ABP_DungeonLOCs_C::SanctumTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, Parent) == 0x000290, "Member 'ABP_DungeonLOCs_C::Parent' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, Target) == 0x000298, "Member 'ABP_DungeonLOCs_C::Target' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_DungeonLOCs_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, DungeonNameList) == 0x0002A8, "Member 'ABP_DungeonLOCs_C::DungeonNameList' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, NewVar_2) == 0x0002B8, "Member 'ABP_DungeonLOCs_C::NewVar_2' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, IsExit) == 0x0002C0, "Member 'ABP_DungeonLOCs_C::IsExit' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, Dungeon_Type) == 0x0002C1, "Member 'ABP_DungeonLOCs_C::Dungeon_Type' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, Turn_OFF_Geo) == 0x0002C2, "Member 'ABP_DungeonLOCs_C::Turn_OFF_Geo' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, Turn_OFF_Marker) == 0x0002C3, "Member 'ABP_DungeonLOCs_C::Turn_OFF_Marker' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, PlayerStartTag) == 0x0002C8, "Member 'ABP_DungeonLOCs_C::PlayerStartTag' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, TurnOnBeaconDebug) == 0x0002D8, "Member 'ABP_DungeonLOCs_C::TurnOnBeaconDebug' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, ActivationRange) == 0x0002DC, "Member 'ABP_DungeonLOCs_C::ActivationRange' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, EnterExitRange) == 0x0002E0, "Member 'ABP_DungeonLOCs_C::EnterExitRange' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, DungeonTypeToMesh) == 0x0002E8, "Member 'ABP_DungeonLOCs_C::DungeonTypeToMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, LockType) == 0x000338, "Member 'ABP_DungeonLOCs_C::LockType' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, UseMissionCheck) == 0x000339, "Member 'ABP_DungeonLOCs_C::UseMissionCheck' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, MissionLock) == 0x00033C, "Member 'ABP_DungeonLOCs_C::MissionLock' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, MissionStateRequired) == 0x000344, "Member 'ABP_DungeonLOCs_C::MissionStateRequired' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, ToggleOpeningCollision) == 0x000345, "Member 'ABP_DungeonLOCs_C::ToggleOpeningCollision' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, UseStatCheck) == 0x000346, "Member 'ABP_DungeonLOCs_C::UseStatCheck' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, StatName) == 0x000348, "Member 'ABP_DungeonLOCs_C::StatName' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, NeededStatValue) == 0x000350, "Member 'ABP_DungeonLOCs_C::NeededStatValue' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, UseLockCheck) == 0x000354, "Member 'ABP_DungeonLOCs_C::UseLockCheck' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, LockId) == 0x000358, "Member 'ABP_DungeonLOCs_C::LockId' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, NeededLockState) == 0x000360, "Member 'ABP_DungeonLOCs_C::NeededLockState' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, DungeonName) == 0x000364, "Member 'ABP_DungeonLOCs_C::DungeonName' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, WorldToLoad) == 0x000370, "Member 'ABP_DungeonLOCs_C::WorldToLoad' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, EntranceIndex) == 0x000398, "Member 'ABP_DungeonLOCs_C::EntranceIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, InteractActor) == 0x0003A0, "Member 'ABP_DungeonLOCs_C::InteractActor' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, AlwaysAllowEnter) == 0x0003A8, "Member 'ABP_DungeonLOCs_C::AlwaysAllowEnter' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, RequireSwitch) == 0x0003A9, "Member 'ABP_DungeonLOCs_C::RequireSwitch' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, SwitchActive) == 0x0003AA, "Member 'ABP_DungeonLOCs_C::SwitchActive' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, EnableAudio) == 0x0003AB, "Member 'ABP_DungeonLOCs_C::EnableAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, BeaconText) == 0x0003B0, "Member 'ABP_DungeonLOCs_C::BeaconText' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, UseTimeOfDayCheck) == 0x0003C0, "Member 'ABP_DungeonLOCs_C::UseTimeOfDayCheck' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, TimeOfDayRange) == 0x0003C4, "Member 'ABP_DungeonLOCs_C::TimeOfDayRange' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, BlockerCollisionOff) == 0x0003CC, "Member 'ABP_DungeonLOCs_C::BlockerCollisionOff' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, DayOrNight) == 0x0003D0, "Member 'ABP_DungeonLOCs_C::DayOrNight' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, DisableCompanionsOnEnter) == 0x0003D4, "Member 'ABP_DungeonLOCs_C::DisableCompanionsOnEnter' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonLOCs_C, BeaconOff) == 0x0003D5, "Member 'ABP_DungeonLOCs_C::BeaconOff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SetRotationLimits_Sprinting_C \ static_assert(alignof(UBP_SetRotationLimits_Sprinting_C) == 0x000008, "Wrong alignment on UBP_SetRotationLimits_Sprinting_C"); \ static_assert(sizeof(UBP_SetRotationLimits_Sprinting_C) == 0x0001E8, "Wrong size on UBP_SetRotationLimits_Sprinting_C"); \ #define DUMPER7_ASSERTS_BP_Torch_C_ExecuteUbergraph_BP_Torch \ static_assert(alignof(BP_Torch_C_ExecuteUbergraph_BP_Torch) == 0x000008, "Wrong alignment on BP_Torch_C_ExecuteUbergraph_BP_Torch"); \ static_assert(sizeof(BP_Torch_C_ExecuteUbergraph_BP_Torch) == 0x000188, "Wrong size on BP_Torch_C_ExecuteUbergraph_BP_Torch"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, EntryPoint) == 0x000000, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_ShouldStartLit_ReturnValue) == 0x000004, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_ShouldStartLit_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_DayNightMaster_1) == 0x000020, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_DayNightMaster_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_EventName_1) == 0x000028, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_EventName_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_NormalizedTime_1) == 0x000030, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_NormalizedTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_GameTime_1) == 0x000038, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_GameTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_MoonDirection) == 0x000040, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_MoonDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_MoonAltitudeDegrees) == 0x000044, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_MoonAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_Phase) == 0x000048, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_Phase' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_bLate_1) == 0x000049, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_bLate_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_Instigator_3) == 0x000050, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_Instigator_3' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_decreaseAmount) == 0x000058, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_decreaseAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_Instigator_2) == 0x000060, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_Instigator_2' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_IncendioComponent) == 0x000068, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_IncendioComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_RandomFloatInRange_ReturnValue) == 0x000070, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000074, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_MakeStruct_DayNightSunAltitudeEvent) == 0x000078, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_MakeStruct_DayNightSunAltitudeEvent' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, Temp_int_Array_Index_Variable_1) == 0x000080, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_bLerp) == 0x000084, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_bLerp' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_bSlow) == 0x000085, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_bSlow' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_LightLoc) == 0x000088, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_LightLoc' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_Not_PreBool_ReturnValue) == 0x000094, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_BooleanAND_ReturnValue) == 0x000095, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_Location_1) == 0x000098, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_Amount) == 0x0000A4, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_Amount' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_Location) == 0x0000A8, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_Location' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_Array_Length_ReturnValue) == 0x0000C0, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_DynamicCast_AsBPI_Switch) == 0x0000C8, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_DynamicCast_AsBPI_Switch' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_Less_IntInt_ReturnValue) == 0x0000D9, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_IsValid_ReturnValue) == 0x0000DA, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_Array_Get_Item_1) == 0x0000E0, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_Array_Length_ReturnValue_1) == 0x0000E8, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_DynamicCast_AsBPI_Switch_1) == 0x0000F0, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_DynamicCast_AsBPI_Switch_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_DynamicCast_bSuccess_1) == 0x000100, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_Less_IntInt_ReturnValue_1) == 0x000101, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_IsValid_ReturnValue_1) == 0x000102, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_LightComponent_1) == 0x000108, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_LightComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_LightComponent) == 0x000110, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_LightComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_SwitchActor_1) == 0x000118, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_SwitchActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_Instigator_1) == 0x000120, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_Instigator_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_ArrestoMomentumComponent_1) == 0x000128, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_ArrestoMomentumComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_TimeDilation) == 0x000130, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_TimeDilation' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_Instigator) == 0x000138, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_Instigator' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_ArrestoMomentumComponent) == 0x000140, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_ArrestoMomentumComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_SwitchActor) == 0x000148, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_SwitchActor' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_bOn) == 0x000150, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_bOn' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_DayNightAddActorSunEvent_ReturnValue) == 0x000151, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_DayNightAddActorSunEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_DayNightMaster) == 0x000158, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_DayNightMaster' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_EventName) == 0x000160, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_EventName' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_NormalizedTime) == 0x000168, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_GameTime) == 0x000170, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_GameTime' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_SunDirection) == 0x000178, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_SunDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_SunAltitudeDegrees) == 0x00017C, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_SunAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, K2Node_Event_bLate) == 0x000180, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::K2Node_Event_bLate' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000181, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ExecuteUbergraph_BP_Torch, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000182, "Member 'BP_Torch_C_ExecuteUbergraph_BP_Torch::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_DayNightSunEvent \ static_assert(alignof(BP_Torch_C_DayNightSunEvent) == 0x000008, "Wrong alignment on BP_Torch_C_DayNightSunEvent"); \ static_assert(sizeof(BP_Torch_C_DayNightSunEvent) == 0x000030, "Wrong size on BP_Torch_C_DayNightSunEvent"); \ static_assert(offsetof(BP_Torch_C_DayNightSunEvent, DayNightMaster) == 0x000000, "Member 'BP_Torch_C_DayNightSunEvent::DayNightMaster' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_DayNightSunEvent, EventName) == 0x000008, "Member 'BP_Torch_C_DayNightSunEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_DayNightSunEvent, NormalizedTime) == 0x000010, "Member 'BP_Torch_C_DayNightSunEvent::NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_DayNightSunEvent, GameTime) == 0x000018, "Member 'BP_Torch_C_DayNightSunEvent::GameTime' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_DayNightSunEvent, SunDirection) == 0x000020, "Member 'BP_Torch_C_DayNightSunEvent::SunDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_DayNightSunEvent, SunAltitudeDegrees) == 0x000024, "Member 'BP_Torch_C_DayNightSunEvent::SunAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_DayNightSunEvent, bLate) == 0x000028, "Member 'BP_Torch_C_DayNightSunEvent::bLate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_Lightswitch_Lerp \ static_assert(alignof(BP_Torch_C_Lightswitch_Lerp) == 0x000001, "Wrong alignment on BP_Torch_C_Lightswitch_Lerp"); \ static_assert(sizeof(BP_Torch_C_Lightswitch_Lerp) == 0x000001, "Wrong size on BP_Torch_C_Lightswitch_Lerp"); \ static_assert(offsetof(BP_Torch_C_Lightswitch_Lerp, bOn) == 0x000000, "Member 'BP_Torch_C_Lightswitch_Lerp::bOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_SwitchOff \ static_assert(alignof(BP_Torch_C_SwitchOff) == 0x000008, "Wrong alignment on BP_Torch_C_SwitchOff"); \ static_assert(sizeof(BP_Torch_C_SwitchOff) == 0x000008, "Wrong size on BP_Torch_C_SwitchOff"); \ static_assert(offsetof(BP_Torch_C_SwitchOff, SwitchActor) == 0x000000, "Member 'BP_Torch_C_SwitchOff::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_OnArrestoMomentumEnd \ static_assert(alignof(BP_Torch_C_OnArrestoMomentumEnd) == 0x000008, "Wrong alignment on BP_Torch_C_OnArrestoMomentumEnd"); \ static_assert(sizeof(BP_Torch_C_OnArrestoMomentumEnd) == 0x000010, "Wrong size on BP_Torch_C_OnArrestoMomentumEnd"); \ static_assert(offsetof(BP_Torch_C_OnArrestoMomentumEnd, Instigator_0) == 0x000000, "Member 'BP_Torch_C_OnArrestoMomentumEnd::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_OnArrestoMomentumEnd, ArrestoMomentumComponent) == 0x000008, "Member 'BP_Torch_C_OnArrestoMomentumEnd::ArrestoMomentumComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_OnArrestoMomentumBegin \ static_assert(alignof(BP_Torch_C_OnArrestoMomentumBegin) == 0x000008, "Wrong alignment on BP_Torch_C_OnArrestoMomentumBegin"); \ static_assert(sizeof(BP_Torch_C_OnArrestoMomentumBegin) == 0x000018, "Wrong size on BP_Torch_C_OnArrestoMomentumBegin"); \ static_assert(offsetof(BP_Torch_C_OnArrestoMomentumBegin, Instigator_0) == 0x000000, "Member 'BP_Torch_C_OnArrestoMomentumBegin::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_OnArrestoMomentumBegin, ArrestoMomentumComponent) == 0x000008, "Member 'BP_Torch_C_OnArrestoMomentumBegin::ArrestoMomentumComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_OnArrestoMomentumBegin, TimeDilation) == 0x000010, "Member 'BP_Torch_C_OnArrestoMomentumBegin::TimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_SwitchOn \ static_assert(alignof(BP_Torch_C_SwitchOn) == 0x000008, "Wrong alignment on BP_Torch_C_SwitchOn"); \ static_assert(sizeof(BP_Torch_C_SwitchOn) == 0x000008, "Wrong size on BP_Torch_C_SwitchOn"); \ static_assert(offsetof(BP_Torch_C_SwitchOn, SwitchActor) == 0x000000, "Member 'BP_Torch_C_SwitchOn::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_OnExitLightTickRange \ static_assert(alignof(BP_Torch_C_OnExitLightTickRange) == 0x000008, "Wrong alignment on BP_Torch_C_OnExitLightTickRange"); \ static_assert(sizeof(BP_Torch_C_OnExitLightTickRange) == 0x000008, "Wrong size on BP_Torch_C_OnExitLightTickRange"); \ static_assert(offsetof(BP_Torch_C_OnExitLightTickRange, LightComponent) == 0x000000, "Member 'BP_Torch_C_OnExitLightTickRange::LightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_OnEnterLightTickRange \ static_assert(alignof(BP_Torch_C_OnEnterLightTickRange) == 0x000008, "Wrong alignment on BP_Torch_C_OnEnterLightTickRange"); \ static_assert(sizeof(BP_Torch_C_OnEnterLightTickRange) == 0x000008, "Wrong size on BP_Torch_C_OnEnterLightTickRange"); \ static_assert(offsetof(BP_Torch_C_OnEnterLightTickRange, LightComponent) == 0x000000, "Member 'BP_Torch_C_OnEnterLightTickRange::LightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_OnAttemptToApplyWetness \ static_assert(alignof(BP_Torch_C_OnAttemptToApplyWetness) == 0x000004, "Wrong alignment on BP_Torch_C_OnAttemptToApplyWetness"); \ static_assert(sizeof(BP_Torch_C_OnAttemptToApplyWetness) == 0x000010, "Wrong size on BP_Torch_C_OnAttemptToApplyWetness"); \ static_assert(offsetof(BP_Torch_C_OnAttemptToApplyWetness, Amount) == 0x000000, "Member 'BP_Torch_C_OnAttemptToApplyWetness::Amount' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_OnAttemptToApplyWetness, Location) == 0x000004, "Member 'BP_Torch_C_OnAttemptToApplyWetness::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_OnAttemptToSetOnFire \ static_assert(alignof(BP_Torch_C_OnAttemptToSetOnFire) == 0x000004, "Wrong alignment on BP_Torch_C_OnAttemptToSetOnFire"); \ static_assert(sizeof(BP_Torch_C_OnAttemptToSetOnFire) == 0x00000C, "Wrong size on BP_Torch_C_OnAttemptToSetOnFire"); \ static_assert(offsetof(BP_Torch_C_OnAttemptToSetOnFire, Location) == 0x000000, "Member 'BP_Torch_C_OnAttemptToSetOnFire::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_SequentialLight \ static_assert(alignof(BP_Torch_C_SequentialLight) == 0x000004, "Wrong alignment on BP_Torch_C_SequentialLight"); \ static_assert(sizeof(BP_Torch_C_SequentialLight) == 0x00000C, "Wrong size on BP_Torch_C_SequentialLight"); \ static_assert(offsetof(BP_Torch_C_SequentialLight, LightLoc) == 0x000000, "Member 'BP_Torch_C_SequentialLight::LightLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_ExtinguishLight \ static_assert(alignof(BP_Torch_C_ExtinguishLight) == 0x000001, "Wrong alignment on BP_Torch_C_ExtinguishLight"); \ static_assert(sizeof(BP_Torch_C_ExtinguishLight) == 0x000001, "Wrong size on BP_Torch_C_ExtinguishLight"); \ static_assert(offsetof(BP_Torch_C_ExtinguishLight, bSlow) == 0x000000, "Member 'BP_Torch_C_ExtinguishLight::bSlow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_EndLight \ static_assert(alignof(BP_Torch_C_EndLight) == 0x000001, "Wrong alignment on BP_Torch_C_EndLight"); \ static_assert(sizeof(BP_Torch_C_EndLight) == 0x000001, "Wrong size on BP_Torch_C_EndLight"); \ static_assert(offsetof(BP_Torch_C_EndLight, bLerp) == 0x000000, "Member 'BP_Torch_C_EndLight::bLerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_OnCaughtFire \ static_assert(alignof(BP_Torch_C_OnCaughtFire) == 0x000008, "Wrong alignment on BP_Torch_C_OnCaughtFire"); \ static_assert(sizeof(BP_Torch_C_OnCaughtFire) == 0x000008, "Wrong size on BP_Torch_C_OnCaughtFire"); \ static_assert(offsetof(BP_Torch_C_OnCaughtFire, IncendioComponent) == 0x000000, "Member 'BP_Torch_C_OnCaughtFire::IncendioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_OnDry \ static_assert(alignof(BP_Torch_C_OnDry) == 0x000008, "Wrong alignment on BP_Torch_C_OnDry"); \ static_assert(sizeof(BP_Torch_C_OnDry) == 0x000008, "Wrong size on BP_Torch_C_OnDry"); \ static_assert(offsetof(BP_Torch_C_OnDry, Instigator_0) == 0x000000, "Member 'BP_Torch_C_OnDry::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_OnDecreaseWetness \ static_assert(alignof(BP_Torch_C_OnDecreaseWetness) == 0x000004, "Wrong alignment on BP_Torch_C_OnDecreaseWetness"); \ static_assert(sizeof(BP_Torch_C_OnDecreaseWetness) == 0x000004, "Wrong size on BP_Torch_C_OnDecreaseWetness"); \ static_assert(offsetof(BP_Torch_C_OnDecreaseWetness, decreaseAmount) == 0x000000, "Member 'BP_Torch_C_OnDecreaseWetness::decreaseAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_OnThaw \ static_assert(alignof(BP_Torch_C_OnThaw) == 0x000008, "Wrong alignment on BP_Torch_C_OnThaw"); \ static_assert(sizeof(BP_Torch_C_OnThaw) == 0x000008, "Wrong size on BP_Torch_C_OnThaw"); \ static_assert(offsetof(BP_Torch_C_OnThaw, Instigator_0) == 0x000000, "Member 'BP_Torch_C_OnThaw::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_DayNightMoonEvent \ static_assert(alignof(BP_Torch_C_DayNightMoonEvent) == 0x000008, "Wrong alignment on BP_Torch_C_DayNightMoonEvent"); \ static_assert(sizeof(BP_Torch_C_DayNightMoonEvent) == 0x000030, "Wrong size on BP_Torch_C_DayNightMoonEvent"); \ static_assert(offsetof(BP_Torch_C_DayNightMoonEvent, DayNightMaster) == 0x000000, "Member 'BP_Torch_C_DayNightMoonEvent::DayNightMaster' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_DayNightMoonEvent, EventName) == 0x000008, "Member 'BP_Torch_C_DayNightMoonEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_DayNightMoonEvent, NormalizedTime) == 0x000010, "Member 'BP_Torch_C_DayNightMoonEvent::NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_DayNightMoonEvent, GameTime) == 0x000018, "Member 'BP_Torch_C_DayNightMoonEvent::GameTime' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_DayNightMoonEvent, MoonDirection) == 0x000020, "Member 'BP_Torch_C_DayNightMoonEvent::MoonDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_DayNightMoonEvent, MoonAltitudeDegrees) == 0x000024, "Member 'BP_Torch_C_DayNightMoonEvent::MoonAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_DayNightMoonEvent, Phase) == 0x000028, "Member 'BP_Torch_C_DayNightMoonEvent::Phase' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_DayNightMoonEvent, bLate) == 0x000029, "Member 'BP_Torch_C_DayNightMoonEvent::bLate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_UserConstructionScript \ static_assert(alignof(BP_Torch_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_Torch_C_UserConstructionScript"); \ static_assert(sizeof(BP_Torch_C_UserConstructionScript) == 0x0000AC, "Wrong size on BP_Torch_C_UserConstructionScript"); \ static_assert(offsetof(BP_Torch_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_Torch_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'BP_Torch_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_UserConstructionScript, CallFunc_MakeRandomStream_RandomStream) == 0x000010, "Member 'BP_Torch_C_UserConstructionScript::CallFunc_MakeRandomStream_RandomStream' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_UserConstructionScript, CallFunc_Add_VectorVector_ReturnValue) == 0x000018, "Member 'BP_Torch_C_UserConstructionScript::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000024, "Member 'BP_Torch_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_ModFunctionSetup \ static_assert(alignof(BP_Torch_C_ModFunctionSetup) == 0x000001, "Wrong alignment on BP_Torch_C_ModFunctionSetup"); \ static_assert(sizeof(BP_Torch_C_ModFunctionSetup) == 0x000004, "Wrong size on BP_Torch_C_ModFunctionSetup"); \ static_assert(offsetof(BP_Torch_C_ModFunctionSetup, ReturnValue) == 0x000000, "Member 'BP_Torch_C_ModFunctionSetup::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ModFunctionSetup, CallFunc_ModFunctionSetup_ReturnValue) == 0x000001, "Member 'BP_Torch_C_ModFunctionSetup::CallFunc_ModFunctionSetup_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ModFunctionSetup, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_Torch_C_ModFunctionSetup::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ModFunctionSetup, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000003, "Member 'BP_Torch_C_ModFunctionSetup::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_PropagationSetup \ static_assert(alignof(BP_Torch_C_PropagationSetup) == 0x000004, "Wrong alignment on BP_Torch_C_PropagationSetup"); \ static_assert(sizeof(BP_Torch_C_PropagationSetup) == 0x000028, "Wrong size on BP_Torch_C_PropagationSetup"); \ static_assert(offsetof(BP_Torch_C_PropagationSetup, ReturnValue) == 0x000000, "Member 'BP_Torch_C_PropagationSetup::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_PropagationSetup, CallFunc_GetComponentBounds_Origin) == 0x000004, "Member 'BP_Torch_C_PropagationSetup::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_PropagationSetup, CallFunc_GetComponentBounds_BoxExtent) == 0x000010, "Member 'BP_Torch_C_PropagationSetup::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_PropagationSetup, CallFunc_GetComponentBounds_SphereRadius) == 0x00001C, "Member 'BP_Torch_C_PropagationSetup::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_PropagationSetup, K2Node_SwitchInteger_CmpSuccess) == 0x000020, "Member 'BP_Torch_C_PropagationSetup::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_PropagationSetup, K2Node_SwitchEnum_CmpSuccess) == 0x000021, "Member 'BP_Torch_C_PropagationSetup::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_PropagationSetup, K2Node_SwitchInteger_CmpSuccess_1) == 0x000022, "Member 'BP_Torch_C_PropagationSetup::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_PropagationSetup, K2Node_SwitchInteger_CmpSuccess_2) == 0x000023, "Member 'BP_Torch_C_PropagationSetup::K2Node_SwitchInteger_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_PropagationSetup, K2Node_SwitchInteger_CmpSuccess_3) == 0x000024, "Member 'BP_Torch_C_PropagationSetup::K2Node_SwitchInteger_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_PropagationSetup, K2Node_SwitchInteger_CmpSuccess_4) == 0x000025, "Member 'BP_Torch_C_PropagationSetup::K2Node_SwitchInteger_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_PropagationSetup, K2Node_SwitchInteger_CmpSuccess_5) == 0x000026, "Member 'BP_Torch_C_PropagationSetup::K2Node_SwitchInteger_CmpSuccess_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_ParticleSetup \ static_assert(alignof(BP_Torch_C_ParticleSetup) == 0x000008, "Wrong alignment on BP_Torch_C_ParticleSetup"); \ static_assert(sizeof(BP_Torch_C_ParticleSetup) == 0x0001F8, "Wrong size on BP_Torch_C_ParticleSetup"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, ReturnValue) == 0x000000, "Member 'BP_Torch_C_ParticleSetup::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, TorchFireSize) == 0x000001, "Member 'BP_Torch_C_ParticleSetup::TorchFireSize' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_float_Variable) == 0x000004, "Member 'BP_Torch_C_ParticleSetup::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_float_Variable_1) == 0x000008, "Member 'BP_Torch_C_ParticleSetup::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_float_Variable_2) == 0x00000C, "Member 'BP_Torch_C_ParticleSetup::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_float_Variable_3) == 0x000010, "Member 'BP_Torch_C_ParticleSetup::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_float_Variable_4) == 0x000014, "Member 'BP_Torch_C_ParticleSetup::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_float_Variable_5) == 0x000018, "Member 'BP_Torch_C_ParticleSetup::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_float_Variable_6) == 0x00001C, "Member 'BP_Torch_C_ParticleSetup::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_float_Variable_7) == 0x000020, "Member 'BP_Torch_C_ParticleSetup::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_float_Variable_8) == 0x000024, "Member 'BP_Torch_C_ParticleSetup::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_float_Variable_9) == 0x000028, "Member 'BP_Torch_C_ParticleSetup::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_float_Variable_10) == 0x00002C, "Member 'BP_Torch_C_ParticleSetup::Temp_float_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_float_Variable_11) == 0x000030, "Member 'BP_Torch_C_ParticleSetup::Temp_float_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_bool_Variable) == 0x000034, "Member 'BP_Torch_C_ParticleSetup::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_bool_Variable_1) == 0x000035, "Member 'BP_Torch_C_ParticleSetup::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_object_Variable) == 0x000038, "Member 'BP_Torch_C_ParticleSetup::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_bool_Variable_2) == 0x000040, "Member 'BP_Torch_C_ParticleSetup::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_byte_Variable) == 0x000041, "Member 'BP_Torch_C_ParticleSetup::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_object_Variable_1) == 0x000048, "Member 'BP_Torch_C_ParticleSetup::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_object_Variable_2) == 0x000050, "Member 'BP_Torch_C_ParticleSetup::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_object_Variable_3) == 0x000058, "Member 'BP_Torch_C_ParticleSetup::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_object_Variable_4) == 0x000060, "Member 'BP_Torch_C_ParticleSetup::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_object_Variable_5) == 0x000068, "Member 'BP_Torch_C_ParticleSetup::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_object_Variable_6) == 0x000070, "Member 'BP_Torch_C_ParticleSetup::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_object_Variable_7) == 0x000078, "Member 'BP_Torch_C_ParticleSetup::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_object_Variable_8) == 0x000080, "Member 'BP_Torch_C_ParticleSetup::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_object_Variable_9) == 0x000088, "Member 'BP_Torch_C_ParticleSetup::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_object_Variable_10) == 0x000090, "Member 'BP_Torch_C_ParticleSetup::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_object_Variable_11) == 0x000098, "Member 'BP_Torch_C_ParticleSetup::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_object_Variable_12) == 0x0000A0, "Member 'BP_Torch_C_ParticleSetup::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_object_Variable_13) == 0x0000A8, "Member 'BP_Torch_C_ParticleSetup::Temp_object_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, CallFunc_GetDisplayName_ReturnValue) == 0x0000B0, "Member 'BP_Torch_C_ParticleSetup::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, CallFunc_Concat_StrStr_ReturnValue) == 0x0000C0, "Member 'BP_Torch_C_ParticleSetup::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, K2Node_Select_Default) == 0x0000D0, "Member 'BP_Torch_C_ParticleSetup::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_Torch_C_ParticleSetup::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000D9, "Member 'BP_Torch_C_ParticleSetup::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, CallFunc_BooleanAND_ReturnValue) == 0x0000DA, "Member 'BP_Torch_C_ParticleSetup::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, CallFunc_BooleanOR_ReturnValue) == 0x0000DB, "Member 'BP_Torch_C_ParticleSetup::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, K2Node_Select_Default_1) == 0x0000E0, "Member 'BP_Torch_C_ParticleSetup::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, K2Node_Select_Default_2) == 0x0000E8, "Member 'BP_Torch_C_ParticleSetup::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_float_Variable_12) == 0x000138, "Member 'BP_Torch_C_ParticleSetup::Temp_float_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, K2Node_Select_Default_3) == 0x000140, "Member 'BP_Torch_C_ParticleSetup::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, Temp_byte_Variable_1) == 0x000150, "Member 'BP_Torch_C_ParticleSetup::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, K2Node_Select_Default_4) == 0x000154, "Member 'BP_Torch_C_ParticleSetup::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000158, "Member 'BP_Torch_C_ParticleSetup::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, CallFunc_SelectFloat_ReturnValue) == 0x000180, "Member 'BP_Torch_C_ParticleSetup::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, CallFunc_Map_Find_Value) == 0x000188, "Member 'BP_Torch_C_ParticleSetup::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, CallFunc_Map_Find_ReturnValue) == 0x0001B0, "Member 'BP_Torch_C_ParticleSetup::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x0001B1, "Member 'BP_Torch_C_ParticleSetup::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, CallFunc_LoadSyncronousNiagaraSystem_LoadedSystem) == 0x0001B8, "Member 'BP_Torch_C_ParticleSetup::CallFunc_LoadSyncronousNiagaraSystem_LoadedSystem' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, CallFunc_Map_Find_Value_1) == 0x0001C0, "Member 'BP_Torch_C_ParticleSetup::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, CallFunc_Map_Find_ReturnValue_1) == 0x0001C1, "Member 'BP_Torch_C_ParticleSetup::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0001C4, "Member 'BP_Torch_C_ParticleSetup::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, CallFunc_Array_Get_Item) == 0x0001C8, "Member 'BP_Torch_C_ParticleSetup::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ParticleSetup, CallFunc_LoadSyncronousNiagaraSystem_LoadedSystem_1) == 0x0001F0, "Member 'BP_Torch_C_ParticleSetup::CallFunc_LoadSyncronousNiagaraSystem_LoadedSystem_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_ConstructTorch \ static_assert(alignof(BP_Torch_C_ConstructTorch) == 0x000008, "Wrong alignment on BP_Torch_C_ConstructTorch"); \ static_assert(sizeof(BP_Torch_C_ConstructTorch) == 0x000150, "Wrong size on BP_Torch_C_ConstructTorch"); \ static_assert(offsetof(BP_Torch_C_ConstructTorch, ReturnValue) == 0x000000, "Member 'BP_Torch_C_ConstructTorch::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ConstructTorch, Props) == 0x000008, "Member 'BP_Torch_C_ConstructTorch::Props' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ConstructTorch, Temp_object_Variable) == 0x0000B8, "Member 'BP_Torch_C_ConstructTorch::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ConstructTorch, Temp_bool_Variable) == 0x0000C0, "Member 'BP_Torch_C_ConstructTorch::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ConstructTorch, Temp_object_Variable_1) == 0x0000C8, "Member 'BP_Torch_C_ConstructTorch::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ConstructTorch, CallFunc_ModFunctionSetup_ReturnValue) == 0x0000D0, "Member 'BP_Torch_C_ConstructTorch::CallFunc_ModFunctionSetup_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ConstructTorch, CallFunc_IsValid_ReturnValue) == 0x0000D1, "Member 'BP_Torch_C_ConstructTorch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ConstructTorch, CallFunc_IsValid_ReturnValue_1) == 0x0000D2, "Member 'BP_Torch_C_ConstructTorch::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ConstructTorch, K2Node_Select_Default) == 0x0000D8, "Member 'BP_Torch_C_ConstructTorch::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ConstructTorch, Temp_bool_Variable_1) == 0x0000E0, "Member 'BP_Torch_C_ConstructTorch::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ConstructTorch, K2Node_Select_Default_1) == 0x0000E8, "Member 'BP_Torch_C_ConstructTorch::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ConstructTorch, CallFunc_TorchSetup_ReturnValue) == 0x0000F0, "Member 'BP_Torch_C_ConstructTorch::CallFunc_TorchSetup_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ConstructTorch, CallFunc_PropSort_NewPropIndex) == 0x0000F4, "Member 'BP_Torch_C_ConstructTorch::CallFunc_PropSort_NewPropIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ConstructTorch, CallFunc_PropSort_EnnvironmentOutput) == 0x0000F8, "Member 'BP_Torch_C_ConstructTorch::CallFunc_PropSort_EnnvironmentOutput' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ConstructTorch, CallFunc_PropSort_NewEnvInt) == 0x0000FC, "Member 'BP_Torch_C_ConstructTorch::CallFunc_PropSort_NewEnvInt' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ConstructTorch, CallFunc_PropSort_NewMeshSelect) == 0x000100, "Member 'BP_Torch_C_ConstructTorch::CallFunc_PropSort_NewMeshSelect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_OL_Easy_Set_Up \ static_assert(alignof(BP_Torch_C_OL_Easy_Set_Up) == 0x000004, "Wrong alignment on BP_Torch_C_OL_Easy_Set_Up"); \ static_assert(sizeof(BP_Torch_C_OL_Easy_Set_Up) == 0x000038, "Wrong size on BP_Torch_C_OL_Easy_Set_Up"); \ static_assert(offsetof(BP_Torch_C_OL_Easy_Set_Up, CallFunc_Auto_Easy_Set_Up_ReturnValue) == 0x000000, "Member 'BP_Torch_C_OL_Easy_Set_Up::CallFunc_Auto_Easy_Set_Up_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_OL_Easy_Set_Up, Temp_bool_Variable) == 0x000001, "Member 'BP_Torch_C_OL_Easy_Set_Up::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_OL_Easy_Set_Up, K2Node_Select_Default) == 0x000002, "Member 'BP_Torch_C_OL_Easy_Set_Up::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_OL_Easy_Set_Up, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000004, "Member 'BP_Torch_C_OL_Easy_Set_Up::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_OL_Easy_Set_Up, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_Torch_C_OL_Easy_Set_Up::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_OL_Easy_Set_Up, CallFunc_GetDataTableRowFromName_OutRow) == 0x000010, "Member 'BP_Torch_C_OL_Easy_Set_Up::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_OL_Easy_Set_Up, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000034, "Member 'BP_Torch_C_OL_Easy_Set_Up::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_Run_Construction \ static_assert(alignof(BP_Torch_C_Run_Construction) == 0x000001, "Wrong alignment on BP_Torch_C_Run_Construction"); \ static_assert(sizeof(BP_Torch_C_Run_Construction) == 0x000007, "Wrong size on BP_Torch_C_Run_Construction"); \ static_assert(offsetof(BP_Torch_C_Run_Construction, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_Torch_C_Run_Construction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Run_Construction, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'BP_Torch_C_Run_Construction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Run_Construction, CallFunc_AssignLightClippingVolumeSource_bSuccess) == 0x000002, "Member 'BP_Torch_C_Run_Construction::CallFunc_AssignLightClippingVolumeSource_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Run_Construction, CallFunc_AssignLightClippingVolumeSource_bSuccess_1) == 0x000003, "Member 'BP_Torch_C_Run_Construction::CallFunc_AssignLightClippingVolumeSource_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Run_Construction, CallFunc_AssignLightClippingPlanesSource_bSuccess) == 0x000004, "Member 'BP_Torch_C_Run_Construction::CallFunc_AssignLightClippingPlanesSource_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Run_Construction, CallFunc_AssignLightClippingPlanesSource_bSuccess_1) == 0x000005, "Member 'BP_Torch_C_Run_Construction::CallFunc_AssignLightClippingPlanesSource_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Run_Construction, CallFunc_ConstructTorch_ReturnValue) == 0x000006, "Member 'BP_Torch_C_Run_Construction::CallFunc_ConstructTorch_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_Set_Point_Light_Texture \ static_assert(alignof(BP_Torch_C_Set_Point_Light_Texture) == 0x000008, "Wrong alignment on BP_Torch_C_Set_Point_Light_Texture"); \ static_assert(sizeof(BP_Torch_C_Set_Point_Light_Texture) == 0x000058, "Wrong size on BP_Torch_C_Set_Point_Light_Texture"); \ static_assert(offsetof(BP_Torch_C_Set_Point_Light_Texture, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000000, "Member 'BP_Torch_C_Set_Point_Light_Texture::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Set_Point_Light_Texture, CallFunc_Multiply_IntInt_ReturnValue) == 0x000004, "Member 'BP_Torch_C_Set_Point_Light_Texture::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Set_Point_Light_Texture, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_Torch_C_Set_Point_Light_Texture::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Set_Point_Light_Texture, CallFunc_Conv_IntToString_ReturnValue) == 0x000010, "Member 'BP_Torch_C_Set_Point_Light_Texture::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Set_Point_Light_Texture, CallFunc_Conv_StringToName_ReturnValue) == 0x000020, "Member 'BP_Torch_C_Set_Point_Light_Texture::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Set_Point_Light_Texture, CallFunc_GetDataTableRowFromName_OutRow) == 0x000028, "Member 'BP_Torch_C_Set_Point_Light_Texture::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Set_Point_Light_Texture, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000050, "Member 'BP_Torch_C_Set_Point_Light_Texture::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_Auto_Easy_Set_Up \ static_assert(alignof(BP_Torch_C_Auto_Easy_Set_Up) == 0x000008, "Wrong alignment on BP_Torch_C_Auto_Easy_Set_Up"); \ static_assert(sizeof(BP_Torch_C_Auto_Easy_Set_Up) == 0x000050, "Wrong size on BP_Torch_C_Auto_Easy_Set_Up"); \ static_assert(offsetof(BP_Torch_C_Auto_Easy_Set_Up, ReturnValue) == 0x000000, "Member 'BP_Torch_C_Auto_Easy_Set_Up::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Auto_Easy_Set_Up, Temp_int_Variable) == 0x000004, "Member 'BP_Torch_C_Auto_Easy_Set_Up::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Auto_Easy_Set_Up, Temp_byte_Variable) == 0x000008, "Member 'BP_Torch_C_Auto_Easy_Set_Up::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Auto_Easy_Set_Up, Temp_byte_Variable_1) == 0x000009, "Member 'BP_Torch_C_Auto_Easy_Set_Up::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Auto_Easy_Set_Up, Temp_byte_Variable_2) == 0x00000A, "Member 'BP_Torch_C_Auto_Easy_Set_Up::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Auto_Easy_Set_Up, Temp_int_Variable_1) == 0x00000C, "Member 'BP_Torch_C_Auto_Easy_Set_Up::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Auto_Easy_Set_Up, Temp_int_Variable_2) == 0x000010, "Member 'BP_Torch_C_Auto_Easy_Set_Up::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Auto_Easy_Set_Up, Temp_int_Variable_3) == 0x000020, "Member 'BP_Torch_C_Auto_Easy_Set_Up::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Auto_Easy_Set_Up, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000030, "Member 'BP_Torch_C_Auto_Easy_Set_Up::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Auto_Easy_Set_Up, K2Node_Select_Default) == 0x000038, "Member 'BP_Torch_C_Auto_Easy_Set_Up::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Auto_Easy_Set_Up, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_Torch_C_Auto_Easy_Set_Up::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_Auto_Easy_Set_Up, K2Node_Select_Default_1) == 0x00004C, "Member 'BP_Torch_C_Auto_Easy_Set_Up::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_ShouldStartLit \ static_assert(alignof(BP_Torch_C_ShouldStartLit) == 0x000004, "Wrong alignment on BP_Torch_C_ShouldStartLit"); \ static_assert(sizeof(BP_Torch_C_ShouldStartLit) == 0x000010, "Wrong size on BP_Torch_C_ShouldStartLit"); \ static_assert(offsetof(BP_Torch_C_ShouldStartLit, ReturnValue) == 0x000000, "Member 'BP_Torch_C_ShouldStartLit::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ShouldStartLit, CallFunc_TorchGetNormalizedTime_NormalizedTime) == 0x000004, "Member 'BP_Torch_C_ShouldStartLit::CallFunc_TorchGetNormalizedTime_NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ShouldStartLit, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_Torch_C_ShouldStartLit::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ShouldStartLit, CallFunc_Less_FloatFloat_ReturnValue) == 0x000009, "Member 'BP_Torch_C_ShouldStartLit::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ShouldStartLit, CallFunc_ShouldStartLit_ReturnValue) == 0x00000A, "Member 'BP_Torch_C_ShouldStartLit::CallFunc_ShouldStartLit_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ShouldStartLit, CallFunc_BooleanOR_ReturnValue) == 0x00000B, "Member 'BP_Torch_C_ShouldStartLit::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ShouldStartLit, CallFunc_BooleanOR_ReturnValue_1) == 0x00000C, "Member 'BP_Torch_C_ShouldStartLit::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ShouldStartLit, CallFunc_BooleanAND_ReturnValue) == 0x00000D, "Member 'BP_Torch_C_ShouldStartLit::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_ForceOnDuringProbeCapture \ static_assert(alignof(BP_Torch_C_ForceOnDuringProbeCapture) == 0x000008, "Wrong alignment on BP_Torch_C_ForceOnDuringProbeCapture"); \ static_assert(sizeof(BP_Torch_C_ForceOnDuringProbeCapture) == 0x000010, "Wrong size on BP_Torch_C_ForceOnDuringProbeCapture"); \ static_assert(offsetof(BP_Torch_C_ForceOnDuringProbeCapture, light) == 0x000000, "Member 'BP_Torch_C_ForceOnDuringProbeCapture::light' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ForceOnDuringProbeCapture, ForceOnProbes) == 0x000008, "Member 'BP_Torch_C_ForceOnDuringProbeCapture::ForceOnProbes' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_ForceOnDuringProbeCapture, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_Torch_C_ForceOnDuringProbeCapture::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_StartFire \ static_assert(alignof(BP_Torch_C_StartFire) == 0x000004, "Wrong alignment on BP_Torch_C_StartFire"); \ static_assert(sizeof(BP_Torch_C_StartFire) == 0x000014, "Wrong size on BP_Torch_C_StartFire"); \ static_assert(offsetof(BP_Torch_C_StartFire, Amount) == 0x000000, "Member 'BP_Torch_C_StartFire::Amount' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_StartFire, Location) == 0x000004, "Member 'BP_Torch_C_StartFire::Location' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_StartFire, ReturnValue) == 0x000010, "Member 'BP_Torch_C_StartFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_IsPointOnFire \ static_assert(alignof(BP_Torch_C_IsPointOnFire) == 0x000004, "Wrong alignment on BP_Torch_C_IsPointOnFire"); \ static_assert(sizeof(BP_Torch_C_IsPointOnFire) == 0x000010, "Wrong size on BP_Torch_C_IsPointOnFire"); \ static_assert(offsetof(BP_Torch_C_IsPointOnFire, Point) == 0x000000, "Member 'BP_Torch_C_IsPointOnFire::Point' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_IsPointOnFire, OnFire) == 0x00000C, "Member 'BP_Torch_C_IsPointOnFire::OnFire' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_IsPointOnFire, ReturnValue) == 0x00000D, "Member 'BP_Torch_C_IsPointOnFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_IncreaseFire \ static_assert(alignof(BP_Torch_C_IncreaseFire) == 0x000004, "Wrong alignment on BP_Torch_C_IncreaseFire"); \ static_assert(sizeof(BP_Torch_C_IncreaseFire) == 0x000014, "Wrong size on BP_Torch_C_IncreaseFire"); \ static_assert(offsetof(BP_Torch_C_IncreaseFire, increaseAmount) == 0x000000, "Member 'BP_Torch_C_IncreaseFire::increaseAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_IncreaseFire, Location) == 0x000004, "Member 'BP_Torch_C_IncreaseFire::Location' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_IncreaseFire, ReturnValue) == 0x000010, "Member 'BP_Torch_C_IncreaseFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_DecreaseFire \ static_assert(alignof(BP_Torch_C_DecreaseFire) == 0x000004, "Wrong alignment on BP_Torch_C_DecreaseFire"); \ static_assert(sizeof(BP_Torch_C_DecreaseFire) == 0x000008, "Wrong size on BP_Torch_C_DecreaseFire"); \ static_assert(offsetof(BP_Torch_C_DecreaseFire, decreaseAmount) == 0x000000, "Member 'BP_Torch_C_DecreaseFire::decreaseAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_DecreaseFire, ReturnValue) == 0x000004, "Member 'BP_Torch_C_DecreaseFire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_StartWetness \ static_assert(alignof(BP_Torch_C_StartWetness) == 0x000008, "Wrong alignment on BP_Torch_C_StartWetness"); \ static_assert(sizeof(BP_Torch_C_StartWetness) == 0x000020, "Wrong size on BP_Torch_C_StartWetness"); \ static_assert(offsetof(BP_Torch_C_StartWetness, Instigator_0) == 0x000000, "Member 'BP_Torch_C_StartWetness::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_StartWetness, Amount) == 0x000008, "Member 'BP_Torch_C_StartWetness::Amount' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_StartWetness, Location) == 0x00000C, "Member 'BP_Torch_C_StartWetness::Location' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_StartWetness, ReturnValue) == 0x000018, "Member 'BP_Torch_C_StartWetness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_IncreaseWetness \ static_assert(alignof(BP_Torch_C_IncreaseWetness) == 0x000008, "Wrong alignment on BP_Torch_C_IncreaseWetness"); \ static_assert(sizeof(BP_Torch_C_IncreaseWetness) == 0x000020, "Wrong size on BP_Torch_C_IncreaseWetness"); \ static_assert(offsetof(BP_Torch_C_IncreaseWetness, Instigator_0) == 0x000000, "Member 'BP_Torch_C_IncreaseWetness::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_IncreaseWetness, increaseAmount) == 0x000008, "Member 'BP_Torch_C_IncreaseWetness::increaseAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_IncreaseWetness, Location) == 0x00000C, "Member 'BP_Torch_C_IncreaseWetness::Location' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_IncreaseWetness, ReturnValue) == 0x000018, "Member 'BP_Torch_C_IncreaseWetness::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_StartFreeze \ static_assert(alignof(BP_Torch_C_StartFreeze) == 0x000008, "Wrong alignment on BP_Torch_C_StartFreeze"); \ static_assert(sizeof(BP_Torch_C_StartFreeze) == 0x000010, "Wrong size on BP_Torch_C_StartFreeze"); \ static_assert(offsetof(BP_Torch_C_StartFreeze, Instigator_0) == 0x000000, "Member 'BP_Torch_C_StartFreeze::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_StartFreeze, Amount) == 0x000008, "Member 'BP_Torch_C_StartFreeze::Amount' has a wrong offset!"); \ static_assert(offsetof(BP_Torch_C_StartFreeze, ReturnValue) == 0x00000C, "Member 'BP_Torch_C_StartFreeze::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Torch_C_DisallowArrestoMomentum \ static_assert(alignof(BP_Torch_C_DisallowArrestoMomentum) == 0x000001, "Wrong alignment on BP_Torch_C_DisallowArrestoMomentum"); \ static_assert(sizeof(BP_Torch_C_DisallowArrestoMomentum) == 0x000001, "Wrong size on BP_Torch_C_DisallowArrestoMomentum"); \ static_assert(offsetof(BP_Torch_C_DisallowArrestoMomentum, ReturnValue) == 0x000000, "Member 'BP_Torch_C_DisallowArrestoMomentum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Torch_C \ static_assert(alignof(ABP_Torch_C) == 0x000010, "Wrong alignment on ABP_Torch_C"); \ static_assert(sizeof(ABP_Torch_C) == 0x000840, "Wrong size on ABP_Torch_C"); \ static_assert(offsetof(ABP_Torch_C, UberGraphFrame) == 0x000510, "Member 'ABP_Torch_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, AnimatedLight) == 0x000518, "Member 'ABP_Torch_C::AnimatedLight' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Ak_BP_Torch) == 0x000520, "Member 'ABP_Torch_C::Ak_BP_Torch' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, PropagateTrigger) == 0x000528, "Member 'ABP_Torch_C::PropagateTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, IndirectLight) == 0x000530, "Member 'ABP_Torch_C::IndirectLight' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, SpotLight) == 0x000538, "Member 'ABP_Torch_C::SpotLight' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, PointLight) == 0x000540, "Member 'ABP_Torch_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, FireParticle) == 0x000548, "Member 'ABP_Torch_C::FireParticle' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, ObjectState) == 0x000550, "Member 'ABP_Torch_C::ObjectState' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Lightswitch_Timeline_Intensity_Percent_656EDB6C49C67839276729BFD7783D32) == 0x000558, "Member 'ABP_Torch_C::Lightswitch_Timeline_Intensity_Percent_656EDB6C49C67839276729BFD7783D32' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Lightswitch_Timeline__Direction_656EDB6C49C67839276729BFD7783D32) == 0x00055C, "Member 'ABP_Torch_C::Lightswitch_Timeline__Direction_656EDB6C49C67839276729BFD7783D32' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Lightswitch_Timeline) == 0x000560, "Member 'ABP_Torch_C::Lightswitch_Timeline' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Timeline_1_NewTrack_0_EDCBDBEC444AB99094E6A19E1ACC4925) == 0x000568, "Member 'ABP_Torch_C::Timeline_1_NewTrack_0_EDCBDBEC444AB99094E6A19E1ACC4925' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Timeline_1__Direction_EDCBDBEC444AB99094E6A19E1ACC4925) == 0x00056C, "Member 'ABP_Torch_C::Timeline_1__Direction_EDCBDBEC444AB99094E6A19E1ACC4925' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Timeline_1) == 0x000570, "Member 'ABP_Torch_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, environment) == 0x000578, "Member 'ABP_Torch_C::environment' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, PropIndex) == 0x00057C, "Member 'ABP_Torch_C::PropIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, MeshSelect) == 0x000580, "Member 'ABP_Torch_C::MeshSelect' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, EnvInt) == 0x0005D0, "Member 'ABP_Torch_C::EnvInt' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, OnLit) == 0x0005D8, "Member 'ABP_Torch_C::OnLit' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, OnExtinguished) == 0x0005E8, "Member 'ABP_Torch_C::OnExtinguished' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Switch_Target) == 0x0005F8, "Member 'ABP_Torch_C::Switch_Target' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, TorchMeshToTorchSize) == 0x000608, "Member 'ABP_Torch_C::TorchMeshToTorchSize' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, DPC_InitialTransform_0) == 0x000660, "Member 'ABP_Torch_C::DPC_InitialTransform_0' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, ArrestoStart) == 0x000690, "Member 'ABP_Torch_C::ArrestoStart' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, TorchDamaged) == 0x0006A0, "Member 'ABP_Torch_C::TorchDamaged' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Light_Clipping_Planes_Actor) == 0x0006B0, "Member 'ABP_Torch_C::Light_Clipping_Planes_Actor' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Invert_Clipping_Planes) == 0x0006B8, "Member 'ABP_Torch_C::Invert_Clipping_Planes' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, On_During_Day) == 0x0006B9, "Member 'ABP_Torch_C::On_During_Day' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Point_Light_On) == 0x0006BA, "Member 'ABP_Torch_C::Point_Light_On' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Spot_Light_On) == 0x0006BB, "Member 'ABP_Torch_C::Spot_Light_On' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, OL_Default_Type) == 0x0006BC, "Member 'ABP_Torch_C::OL_Default_Type' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Light_Type_Input_Names) == 0x0006C0, "Member 'ABP_Torch_C::Light_Type_Input_Names' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Needs_Texture_Check) == 0x0006D0, "Member 'ABP_Torch_C::Needs_Texture_Check' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Near_Shadow_Clipping_Plane) == 0x000720, "Member 'ABP_Torch_C::Near_Shadow_Clipping_Plane' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Run_Easy_Set_Up) == 0x000724, "Member 'ABP_Torch_C::Run_Easy_Set_Up' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, OLESU_Castle) == 0x000728, "Member 'ABP_Torch_C::OLESU_Castle' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, OLESU_Cairn) == 0x000738, "Member 'ABP_Torch_C::OLESU_Cairn' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, OLESU_Cavern) == 0x000748, "Member 'ABP_Torch_C::OLESU_Cavern' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, OLESU_Overland) == 0x000758, "Member 'ABP_Torch_C::OLESU_Overland' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Default_Type_Override) == 0x000768, "Member 'ABP_Torch_C::Default_Type_Override' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Use_Mesh_To_System) == 0x000769, "Member 'ABP_Torch_C::Use_Mesh_To_System' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, MeshToFireSystem) == 0x000770, "Member 'ABP_Torch_C::MeshToFireSystem' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, MeshToPhysicsSystem) == 0x0007C0, "Member 'ABP_Torch_C::MeshToPhysicsSystem' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Light_Clipping_Volumes_Actor) == 0x000810, "Member 'ABP_Torch_C::Light_Clipping_Volumes_Actor' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Volume_Mode) == 0x000818, "Member 'ABP_Torch_C::Volume_Mode' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Max_Draw_Distance) == 0x00081C, "Member 'ABP_Torch_C::Max_Draw_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Draw_Distance_Fade_Range) == 0x000820, "Member 'ABP_Torch_C::Draw_Distance_Fade_Range' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Random_Seed) == 0x000824, "Member 'ABP_Torch_C::Random_Seed' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, Sound_Offset) == 0x00082C, "Member 'ABP_Torch_C::Sound_Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_Torch_C, BlockCameraCol) == 0x000838, "Member 'ABP_Torch_C::BlockCameraCol' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive \ static_assert(alignof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive) == 0x000008, "Wrong alignment on ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive"); \ static_assert(sizeof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive) == 0x0001B0, "Wrong size on ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, EntryPoint) == 0x000000, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, Temp_struct_Variable) == 0x000008, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, Temp_struct_Variable_1) == 0x000018, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, Temp_delegate_Variable) == 0x000028, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, Temp_struct_Variable_2) == 0x000038, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, Temp_delegate_Variable_1) == 0x000048, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, Temp_struct_Variable_3) == 0x000058, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, Temp_delegate_Variable_2) == 0x000068, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::Temp_delegate_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, Temp_struct_Variable_4) == 0x000078, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, Temp_delegate_Variable_3) == 0x000088, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::Temp_delegate_Variable_3' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, Temp_struct_Variable_5) == 0x000098, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, Temp_delegate_Variable_4) == 0x0000A8, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::Temp_delegate_Variable_4' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, Temp_struct_Variable_6) == 0x0000B8, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, Temp_delegate_Variable_5) == 0x0000C8, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::Temp_delegate_Variable_5' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, K2Node_Event_Context_3) == 0x0000D8, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, K2Node_Event_Context_2) == 0x0000E0, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_GetSelfActor_ReturnValue) == 0x0000E8, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_GetSelfActor_ReturnValue_1) == 0x0000F0, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_PostEvent_ReturnValue) == 0x0000F8, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_PostEvent_ReturnValue_1) == 0x0000FC, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_PostEvent_ReturnValue_2) == 0x000100, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, K2Node_Event_Context_1) == 0x000108, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, K2Node_Event_NextAbility) == 0x000110, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, K2Node_Event_Context) == 0x000118, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_GetSelfActor_ReturnValue_2) == 0x000120, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_GetSelfActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_GetSelfActor_ReturnValue_3) == 0x000128, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_GetSelfActor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_PostEvent_ReturnValue_3) == 0x000130, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_PostEvent_ReturnValue_4) == 0x000134, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_PostEvent_ReturnValue_5) == 0x000138, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000140, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, Temp_delegate_Variable_6) == 0x000148, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::Temp_delegate_Variable_6' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000158, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000160, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000168, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, Temp_struct_Variable_7) == 0x000170, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_PostEvent_ReturnValue_6) == 0x000180, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_PostEvent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x000188, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_GetTheBipedPlayer_ReturnValue_3) == 0x000190, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_GetTheBipedPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000198, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000199, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, Temp_delegate_Variable_7) == 0x00019C, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::Temp_delegate_Variable_7' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive, CallFunc_PostEvent_ReturnValue_7) == 0x0001AC, "Member 'ABL_SwimDive_C_ExecuteUbergraph_ABL_SwimDive::CallFunc_PostEvent_ReturnValue_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_SwimDive_C_OnAbilityStart \ static_assert(alignof(ABL_SwimDive_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_SwimDive_C_OnAbilityStart"); \ static_assert(sizeof(ABL_SwimDive_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_SwimDive_C_OnAbilityStart"); \ static_assert(offsetof(ABL_SwimDive_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_SwimDive_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_SwimDive_C_OnAbilityBranch \ static_assert(alignof(ABL_SwimDive_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_SwimDive_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_SwimDive_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_SwimDive_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_SwimDive_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_SwimDive_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimDive_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_SwimDive_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_SwimDive_C_OnAbilityInterrupt \ static_assert(alignof(ABL_SwimDive_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_SwimDive_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_SwimDive_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_SwimDive_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_SwimDive_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_SwimDive_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_SwimDive_C_OnAbilityEnd \ static_assert(alignof(ABL_SwimDive_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_SwimDive_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_SwimDive_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_SwimDive_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_SwimDive_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_SwimDive_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_SwimDive_C \ static_assert(alignof(UABL_SwimDive_C) == 0x000008, "Wrong alignment on UABL_SwimDive_C"); \ static_assert(sizeof(UABL_SwimDive_C) == 0x0000D0, "Wrong size on UABL_SwimDive_C"); \ static_assert(offsetof(UABL_SwimDive_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_SwimDive_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume \ static_assert(alignof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume) == 0x000008, "Wrong alignment on BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume"); \ static_assert(sizeof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume) == 0x0002A8, "Wrong size on BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, EntryPoint) == 0x000000, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, Temp_bool_IsClosed_Variable) == 0x000014, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, Temp_bool_Has_Been_Initd_Variable) == 0x000015, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, Temp_int_Array_Index_Variable_1) == 0x000018, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, Temp_bool_IsClosed_Variable_1) == 0x00001C, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, Temp_bool_Has_Been_Initd_Variable_1) == 0x00001D, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, Temp_int_Array_Index_Variable_2) == 0x000028, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, Temp_object_Variable) == 0x000038, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000048, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000050, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000058, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000060, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_ComponentBoundEvent_bFromSweep) == 0x000064, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_ComponentBoundEvent_SweepResult) == 0x000068, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000F0, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_ComponentBoundEvent_OtherActor) == 0x0000F8, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_ComponentBoundEvent_OtherComp) == 0x000100, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000108, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_Get_Item) == 0x000110, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_Length_ReturnValue) == 0x000118, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_DynamicCast_AsBPI_Switch) == 0x000120, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_DynamicCast_AsBPI_Switch' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_DynamicCast_bSuccess) == 0x000130, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Less_IntInt_ReturnValue) == 0x000131, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_DynamicCast_AsBPI_Switch_1) == 0x000138, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_DynamicCast_AsBPI_Switch_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_DynamicCast_bSuccess_1) == 0x000148, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_IsValid_ReturnValue) == 0x000149, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_DynamicCast_AsBP_Torch) == 0x000150, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_DynamicCast_AsBP_Torch' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_DynamicCast_bSuccess_2) == 0x000158, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, Temp_bool_Has_Been_Initd_Variable_2) == 0x000159, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_Get_Item_1) == 0x000160, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_DynamicCast_AsBPI_Switch_2) == 0x000168, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_DynamicCast_AsBPI_Switch_2' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_DynamicCast_bSuccess_3) == 0x000178, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_DynamicCast_AsBPI_Switch_3) == 0x000180, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_DynamicCast_AsBPI_Switch_3' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_DynamicCast_bSuccess_4) == 0x000190, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_IsValid_ReturnValue_1) == 0x000191, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_DynamicCast_AsBP_Torch_1) == 0x000198, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_DynamicCast_AsBP_Torch_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_DynamicCast_bSuccess_5) == 0x0001A0, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_Length_ReturnValue_1) == 0x0001A4, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_Add_ReturnValue) == 0x0001A8, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_Contains_ReturnValue) == 0x0001AC, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_Add_ReturnValue_1) == 0x0001B0, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, Temp_int_Loop_Counter_Variable_2) == 0x0001B4, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_RemoveItem_ReturnValue) == 0x0001B8, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_Length_ReturnValue_2) == 0x0001BC, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_Contains_ReturnValue_1) == 0x0001C0, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001C1, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_BooleanAND_ReturnValue) == 0x0001C2, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001C3, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Add_IntInt_ReturnValue_2) == 0x0001C4, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, Temp_int_Variable) == 0x0001C8, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_Event_SwitchActor_1) == 0x0001D0, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_Event_SwitchActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Add_IntInt_ReturnValue_3) == 0x0001D8, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_Event_SwitchActor) == 0x0001E0, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_Event_SwitchActor' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_MakeArray_Array) == 0x0001E8, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_GetComponentBounds_Origin) == 0x0001F8, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_GetComponentBounds_BoxExtent) == 0x000204, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_GetComponentBounds_SphereRadius) == 0x000210, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_BoxOverlapActors_OutActors) == 0x000218, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_BoxOverlapActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_BoxOverlapActors_ReturnValue) == 0x000228, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_BoxOverlapActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_Get_Item_2) == 0x000230, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_Length_ReturnValue_3) == 0x000238, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_Contains_ReturnValue_2) == 0x00023C, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Less_IntInt_ReturnValue_2) == 0x00023D, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_Add_ReturnValue_2) == 0x000240, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Not_PreBool_ReturnValue) == 0x000244, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Not_PreBool_ReturnValue_1) == 0x000245, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, Temp_int_Variable_1) == 0x000248, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Add_IntInt_ReturnValue_4) == 0x00024C, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Not_PreBool_ReturnValue_2) == 0x000250, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, Temp_bool_IsClosed_Variable_2) == 0x000251, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_Get_Item_3) == 0x000258, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_Length_ReturnValue_4) == 0x000260, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_DynamicCast_AsBPI_Switch_4) == 0x000268, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_DynamicCast_AsBPI_Switch_4' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_DynamicCast_bSuccess_6) == 0x000278, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Less_IntInt_ReturnValue_3) == 0x000279, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_Get_Item_4) == 0x000280, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Array_Length_ReturnValue_5) == 0x000288, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_DynamicCast_AsBPI_Switch_5) == 0x000290, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_DynamicCast_AsBPI_Switch_5' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, K2Node_DynamicCast_bSuccess_7) == 0x0002A0, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume, CallFunc_Less_IntInt_ReturnValue_4) == 0x0002A1, "Member 'BP_TriggerVolume_C_ExecuteUbergraph_BP_TriggerVolume::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TriggerVolume_C_SwitchOff \ static_assert(alignof(BP_TriggerVolume_C_SwitchOff) == 0x000008, "Wrong alignment on BP_TriggerVolume_C_SwitchOff"); \ static_assert(sizeof(BP_TriggerVolume_C_SwitchOff) == 0x000008, "Wrong size on BP_TriggerVolume_C_SwitchOff"); \ static_assert(offsetof(BP_TriggerVolume_C_SwitchOff, SwitchActor) == 0x000000, "Member 'BP_TriggerVolume_C_SwitchOff::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TriggerVolume_C_SwitchOn \ static_assert(alignof(BP_TriggerVolume_C_SwitchOn) == 0x000008, "Wrong alignment on BP_TriggerVolume_C_SwitchOn"); \ static_assert(sizeof(BP_TriggerVolume_C_SwitchOn) == 0x000008, "Wrong size on BP_TriggerVolume_C_SwitchOn"); \ static_assert(offsetof(BP_TriggerVolume_C_SwitchOn, SwitchActor) == 0x000000, "Member 'BP_TriggerVolume_C_SwitchOn::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_TriggerVolume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TriggerVolume_C_ActivateDOVs \ static_assert(alignof(BP_TriggerVolume_C_ActivateDOVs) == 0x000008, "Wrong alignment on BP_TriggerVolume_C_ActivateDOVs"); \ static_assert(sizeof(BP_TriggerVolume_C_ActivateDOVs) == 0x000020, "Wrong size on BP_TriggerVolume_C_ActivateDOVs"); \ static_assert(offsetof(BP_TriggerVolume_C_ActivateDOVs, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_TriggerVolume_C_ActivateDOVs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ActivateDOVs, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_TriggerVolume_C_ActivateDOVs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ActivateDOVs, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_TriggerVolume_C_ActivateDOVs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ActivateDOVs, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_TriggerVolume_C_ActivateDOVs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ActivateDOVs, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_TriggerVolume_C_ActivateDOVs::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_TriggerVolume_C_ActivateDOVs, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'BP_TriggerVolume_C_ActivateDOVs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TriggerVolume_C \ static_assert(alignof(ABP_TriggerVolume_C) == 0x000008, "Wrong alignment on ABP_TriggerVolume_C"); \ static_assert(sizeof(ABP_TriggerVolume_C) == 0x0002E8, "Wrong size on ABP_TriggerVolume_C"); \ static_assert(offsetof(ABP_TriggerVolume_C, UberGraphFrame) == 0x000248, "Member 'ABP_TriggerVolume_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, TextRender) == 0x000250, "Member 'ABP_TriggerVolume_C::TextRender' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, Scene) == 0x000258, "Member 'ABP_TriggerVolume_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, Box) == 0x000260, "Member 'ABP_TriggerVolume_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, Target) == 0x000268, "Member 'ABP_TriggerVolume_C::Target' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, CanReset) == 0x000278, "Member 'ABP_TriggerVolume_C::CanReset' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, Pre_Delay) == 0x00027C, "Member 'ABP_TriggerVolume_C::Pre_Delay' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, ExtinguishLitTorches) == 0x000280, "Member 'ABP_TriggerVolume_C::ExtinguishLitTorches' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, TriggerExitOnlyOnEmpty) == 0x000281, "Member 'ABP_TriggerVolume_C::TriggerExitOnlyOnEmpty' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, TriggerOnPlayer) == 0x000282, "Member 'ABP_TriggerVolume_C::TriggerOnPlayer' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, TriggeringActors) == 0x000288, "Member 'ABP_TriggerVolume_C::TriggeringActors' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, ActorsInside) == 0x000298, "Member 'ABP_TriggerVolume_C::ActorsInside' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, StartActivated) == 0x0002A8, "Member 'ABP_TriggerVolume_C::StartActivated' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, InvertToggle) == 0x0002A9, "Member 'ABP_TriggerVolume_C::InvertToggle' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, MultiTrigger) == 0x0002AA, "Member 'ABP_TriggerVolume_C::MultiTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, DynamicObjectVolumes) == 0x0002B0, "Member 'ABP_TriggerVolume_C::DynamicObjectVolumes' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, Triggered) == 0x0002C0, "Member 'ABP_TriggerVolume_C::Triggered' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, StartupDelay) == 0x0002D0, "Member 'ABP_TriggerVolume_C::StartupDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_TriggerVolume_C, InvertTarget) == 0x0002D8, "Member 'ABP_TriggerVolume_C::InvertTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance \ static_assert(alignof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance) == 0x000008, "Wrong alignment on BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance"); \ static_assert(sizeof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance) == 0x000698, "Wrong size on BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, EntryPoint) == 0x000000, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_Conv_NameToString_ReturnValue) == 0x000008, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_StatCheck_Load) == 0x000018, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_StatCheck_Load' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_LockCheck_LockPassed) == 0x000019, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_LockCheck_LockPassed' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_Event_DeltaSeconds) == 0x00001C, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000030, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_DynamicCast_AsBP_Dungeon_Interact) == 0x000040, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_DynamicCast_AsBP_Dungeon_Interact' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, Temp_int_Variable) == 0x00004C, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_MissionStateCheck_MissionCheckPassed) == 0x000050, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_MissionStateCheck_MissionCheckPassed' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000058, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_ComponentBoundEvent_OtherActor) == 0x000060, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_ComponentBoundEvent_OtherComp) == 0x000068, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000070, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_ComponentBoundEvent_bFromSweep) == 0x000074, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_ComponentBoundEvent_SweepResult) == 0x000078, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_Event_SwitchActor_1) == 0x000100, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_Event_SwitchActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_DynamicCast_AsBP_Trigger_Volume) == 0x000108, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_DynamicCast_AsBP_Trigger_Volume' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_DynamicCast_bSuccess_1) == 0x000110, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_GetGameInstance_ReturnValue) == 0x000118, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_DynamicCast_AsPhoenix_Game_Instance) == 0x000120, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_DynamicCast_AsPhoenix_Game_Instance' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_DynamicCast_bSuccess_2) == 0x000128, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_IsValid_ReturnValue) == 0x000129, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_Event_SwitchActor) == 0x000130, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_Event_SwitchActor' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_DynamicCast_AsBP_Trigger_Volume_1) == 0x000138, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_DynamicCast_AsBP_Trigger_Volume_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_DynamicCast_bSuccess_3) == 0x000140, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000144, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, Temp_int_Variable_1) == 0x000150, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_Add_VectorVector_ReturnValue) == 0x000154, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_GetAkComponent_ComponentCreated) == 0x000160, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_GetAkComponent_ComponentCreated' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_GetAkComponent_ReturnValue) == 0x000168, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_GetAkComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000170, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000178, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_IsValid_ReturnValue_1) == 0x000184, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, Temp_bool_Variable) == 0x000185, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_DayNightCheck_CheckPassed) == 0x000186, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_DayNightCheck_CheckPassed' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, Temp_struct_Variable) == 0x000188, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_CustomEvent_Caller) == 0x000198, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0001A0, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult) == 0x0001AC, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_Vector_Distance_ReturnValue) == 0x000234, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000238, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_DynamicCast_AsBP_Dungeon_LOCs_Marker) == 0x000248, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_DynamicCast_AsBP_Dungeon_LOCs_Marker' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_DynamicCast_bSuccess_4) == 0x000250, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_BreakRotator_Roll) == 0x000254, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_BreakRotator_Pitch) == 0x000258, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_BreakRotator_Yaw) == 0x00025C, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_MakeStruct_FormatArgumentData) == 0x000260, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0002A0, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0002AC, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_MakeLiteralText_ReturnValue) == 0x0002B8, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_Conv_VectorToString_ReturnValue) == 0x0002D0, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_MakeStruct_FormatArgumentData_1) == 0x0002E0, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_Conv_StringToText_ReturnValue) == 0x000320, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_MakeStruct_FormatArgumentData_2) == 0x000338, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_CreateDelegate_OutputDelegate) == 0x000378, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_HermesBindEvent_Handle) == 0x000388, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_Not_PreBool_ReturnValue) == 0x000398, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_Select_Default) == 0x00039C, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_MakeStruct_FormatArgumentData_3) == 0x0003A0, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, Temp_delegate_Variable) == 0x0003E0, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_PostAkEvent_ReturnValue) == 0x0003F0, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_SwitchEnum_CmpSuccess) == 0x0003F4, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_GetDataTableRowFromName_OutRow) == 0x0003F8, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0004B0, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x0004B8, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x000570, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_CastToWorldSoftObjectReference_ReturnValue) == 0x000578, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_CastToWorldSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_CastToWorldSoftObjectReference_ReturnValue_1) == 0x0005A0, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_CastToWorldSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x0005C8, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_IsValidSoftObjectReference_ReturnValue_1) == 0x0005C9, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_IsValidSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_Conv_NameToString_ReturnValue_1) == 0x0005D0, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_AutomationBlocksDungeonLoad_ReturnValue) == 0x0005E0, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_AutomationBlocksDungeonLoad_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_Replace_ReturnValue) == 0x0005E8, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0005F8, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_SelectString_ReturnValue) == 0x000608, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000618, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_MakeStruct_FormatArgumentData_4) == 0x000630, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, K2Node_MakeArray_Array) == 0x000670, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance, CallFunc_Format_ReturnValue) == 0x000680, "Member 'BP_DungeonEntrance_C_ExecuteUbergraph_BP_DungeonEntrance::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonEntrance_C_DungeonLocsInteractUpdate \ static_assert(alignof(BP_DungeonEntrance_C_DungeonLocsInteractUpdate) == 0x000008, "Wrong alignment on BP_DungeonEntrance_C_DungeonLocsInteractUpdate"); \ static_assert(sizeof(BP_DungeonEntrance_C_DungeonLocsInteractUpdate) == 0x000008, "Wrong size on BP_DungeonEntrance_C_DungeonLocsInteractUpdate"); \ static_assert(offsetof(BP_DungeonEntrance_C_DungeonLocsInteractUpdate, Caller) == 0x000000, "Member 'BP_DungeonEntrance_C_DungeonLocsInteractUpdate::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonEntrance_C_SwitchOff \ static_assert(alignof(BP_DungeonEntrance_C_SwitchOff) == 0x000008, "Wrong alignment on BP_DungeonEntrance_C_SwitchOff"); \ static_assert(sizeof(BP_DungeonEntrance_C_SwitchOff) == 0x000008, "Wrong size on BP_DungeonEntrance_C_SwitchOff"); \ static_assert(offsetof(BP_DungeonEntrance_C_SwitchOff, SwitchActor) == 0x000000, "Member 'BP_DungeonEntrance_C_SwitchOff::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonEntrance_C_SwitchOn \ static_assert(alignof(BP_DungeonEntrance_C_SwitchOn) == 0x000008, "Wrong alignment on BP_DungeonEntrance_C_SwitchOn"); \ static_assert(sizeof(BP_DungeonEntrance_C_SwitchOn) == 0x000008, "Wrong size on BP_DungeonEntrance_C_SwitchOn"); \ static_assert(offsetof(BP_DungeonEntrance_C_SwitchOn, SwitchActor) == 0x000000, "Member 'BP_DungeonEntrance_C_SwitchOn::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonEntrance_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_DungeonEntrance_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_DungeonEntrance_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_DungeonEntrance_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_DungeonEntrance_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_DungeonEntrance_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_DungeonEntrance_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_DungeonEntrance_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_DungeonEntrance_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_DungeonEntrance_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_DungeonEntrance_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_DungeonEntrance_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonEntrance_C_ReceiveTick \ static_assert(alignof(BP_DungeonEntrance_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_DungeonEntrance_C_ReceiveTick"); \ static_assert(sizeof(BP_DungeonEntrance_C_ReceiveTick) == 0x000004, "Wrong size on BP_DungeonEntrance_C_ReceiveTick"); \ static_assert(offsetof(BP_DungeonEntrance_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_DungeonEntrance_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonEntrance_C_UserConstructionScript \ static_assert(alignof(BP_DungeonEntrance_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_DungeonEntrance_C_UserConstructionScript"); \ static_assert(sizeof(BP_DungeonEntrance_C_UserConstructionScript) == 0x0002D0, "Wrong size on BP_DungeonEntrance_C_UserConstructionScript"); \ static_assert(offsetof(BP_DungeonEntrance_C_UserConstructionScript, Temp_struct_Variable) == 0x000000, "Member 'BP_DungeonEntrance_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000030, "Member 'BP_DungeonEntrance_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_UserConstructionScript, Temp_byte_Variable) == 0x000038, "Member 'BP_DungeonEntrance_C_UserConstructionScript::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'BP_DungeonEntrance_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_UserConstructionScript, CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult) == 0x00003C, "Member 'BP_DungeonEntrance_C_UserConstructionScript::CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_UserConstructionScript, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000C8, "Member 'BP_DungeonEntrance_C_UserConstructionScript::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_UserConstructionScript, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000180, "Member 'BP_DungeonEntrance_C_UserConstructionScript::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_UserConstructionScript, CallFunc_Conv_NameToText_ReturnValue) == 0x000188, "Member 'BP_DungeonEntrance_C_UserConstructionScript::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_UserConstructionScript, CallFunc_Conv_TextToString_ReturnValue) == 0x0001A0, "Member 'BP_DungeonEntrance_C_UserConstructionScript::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_UserConstructionScript, K2Node_Select_Default) == 0x0001B0, "Member 'BP_DungeonEntrance_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_UserConstructionScript, CallFunc_Map_Find_Value) == 0x0001B8, "Member 'BP_DungeonEntrance_C_UserConstructionScript::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_UserConstructionScript, CallFunc_Map_Find_ReturnValue) == 0x0001E0, "Member 'BP_DungeonEntrance_C_UserConstructionScript::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_UserConstructionScript, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x0001F0, "Member 'BP_DungeonEntrance_C_UserConstructionScript::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_UserConstructionScript, CallFunc_LoadSyncronousActorClass_LoadedClass) == 0x000220, "Member 'BP_DungeonEntrance_C_UserConstructionScript::CallFunc_LoadSyncronousActorClass_LoadedClass' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_UserConstructionScript, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x000228, "Member 'BP_DungeonEntrance_C_UserConstructionScript::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_UserConstructionScript, CallFunc_Conv_NameToString_ReturnValue) == 0x0002B0, "Member 'BP_DungeonEntrance_C_UserConstructionScript::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue) == 0x0002C0, "Member 'BP_DungeonEntrance_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonEntrance_C_StatCheck \ static_assert(alignof(BP_DungeonEntrance_C_StatCheck) == 0x000004, "Wrong alignment on BP_DungeonEntrance_C_StatCheck"); \ static_assert(sizeof(BP_DungeonEntrance_C_StatCheck) == 0x000014, "Wrong size on BP_DungeonEntrance_C_StatCheck"); \ static_assert(offsetof(BP_DungeonEntrance_C_StatCheck, Load) == 0x000000, "Member 'BP_DungeonEntrance_C_StatCheck::Load' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_StatCheck, CallFunc_GetStatName_ReturnValue) == 0x000004, "Member 'BP_DungeonEntrance_C_StatCheck::CallFunc_GetStatName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_StatCheck, CallFunc_ReadStat_ReturnValue) == 0x00000C, "Member 'BP_DungeonEntrance_C_StatCheck::CallFunc_ReadStat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_StatCheck, CallFunc_NotEqual_NameName_ReturnValue) == 0x000010, "Member 'BP_DungeonEntrance_C_StatCheck::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_StatCheck, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000011, "Member 'BP_DungeonEntrance_C_StatCheck::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonEntrance_C_LockCheck \ static_assert(alignof(BP_DungeonEntrance_C_LockCheck) == 0x000001, "Wrong alignment on BP_DungeonEntrance_C_LockCheck"); \ static_assert(sizeof(BP_DungeonEntrance_C_LockCheck) == 0x000003, "Wrong size on BP_DungeonEntrance_C_LockCheck"); \ static_assert(offsetof(BP_DungeonEntrance_C_LockCheck, LockPassed) == 0x000000, "Member 'BP_DungeonEntrance_C_LockCheck::LockPassed' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_LockCheck, CallFunc_GetState_ReturnValue) == 0x000001, "Member 'BP_DungeonEntrance_C_LockCheck::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_LockCheck, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_DungeonEntrance_C_LockCheck::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonEntrance_C_MissionStateCheck \ static_assert(alignof(BP_DungeonEntrance_C_MissionStateCheck) == 0x000001, "Wrong alignment on BP_DungeonEntrance_C_MissionStateCheck"); \ static_assert(sizeof(BP_DungeonEntrance_C_MissionStateCheck) == 0x000007, "Wrong size on BP_DungeonEntrance_C_MissionStateCheck"); \ static_assert(offsetof(BP_DungeonEntrance_C_MissionStateCheck, MissionCheckPassed) == 0x000000, "Member 'BP_DungeonEntrance_C_MissionStateCheck::MissionCheckPassed' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_MissionStateCheck, Passed) == 0x000001, "Member 'BP_DungeonEntrance_C_MissionStateCheck::Passed' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_MissionStateCheck, CallFunc_GetMissionStatusBP_ReturnValue) == 0x000002, "Member 'BP_DungeonEntrance_C_MissionStateCheck::CallFunc_GetMissionStatusBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_MissionStateCheck, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'BP_DungeonEntrance_C_MissionStateCheck::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_MissionStateCheck, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000004, "Member 'BP_DungeonEntrance_C_MissionStateCheck::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_MissionStateCheck, CallFunc_NotEqual_NameName_ReturnValue) == 0x000005, "Member 'BP_DungeonEntrance_C_MissionStateCheck::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_MissionStateCheck, CallFunc_BooleanOR_ReturnValue) == 0x000006, "Member 'BP_DungeonEntrance_C_MissionStateCheck::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonEntrance_C_DayNightCheck \ static_assert(alignof(BP_DungeonEntrance_C_DayNightCheck) == 0x000008, "Wrong alignment on BP_DungeonEntrance_C_DayNightCheck"); \ static_assert(sizeof(BP_DungeonEntrance_C_DayNightCheck) == 0x000018, "Wrong size on BP_DungeonEntrance_C_DayNightCheck"); \ static_assert(offsetof(BP_DungeonEntrance_C_DayNightCheck, CheckPassed) == 0x000000, "Member 'BP_DungeonEntrance_C_DayNightCheck::CheckPassed' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_DayNightCheck, LocalCheck) == 0x000001, "Member 'BP_DungeonEntrance_C_DayNightCheck::LocalCheck' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_DayNightCheck, CallFunc_GetMissionStatusBP_ReturnValue) == 0x000002, "Member 'BP_DungeonEntrance_C_DayNightCheck::CallFunc_GetMissionStatusBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_DayNightCheck, CallFunc_Get_ReturnValue) == 0x000008, "Member 'BP_DungeonEntrance_C_DayNightCheck::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_DayNightCheck, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'BP_DungeonEntrance_C_DayNightCheck::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_DayNightCheck, CallFunc_IsNight_ReturnValue) == 0x000011, "Member 'BP_DungeonEntrance_C_DayNightCheck::CallFunc_IsNight_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonEntrance_C_GetDungeonTypeFromName \ static_assert(alignof(BP_DungeonEntrance_C_GetDungeonTypeFromName) == 0x000004, "Wrong alignment on BP_DungeonEntrance_C_GetDungeonTypeFromName"); \ static_assert(sizeof(BP_DungeonEntrance_C_GetDungeonTypeFromName) == 0x00000C, "Wrong size on BP_DungeonEntrance_C_GetDungeonTypeFromName"); \ static_assert(offsetof(BP_DungeonEntrance_C_GetDungeonTypeFromName, DungeonTypeName) == 0x000000, "Member 'BP_DungeonEntrance_C_GetDungeonTypeFromName::DungeonTypeName' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_GetDungeonTypeFromName, DungeonType) == 0x000008, "Member 'BP_DungeonEntrance_C_GetDungeonTypeFromName::DungeonType' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_GetDungeonTypeFromName, K2Node_SwitchName_CmpSuccess) == 0x000009, "Member 'BP_DungeonEntrance_C_GetDungeonTypeFromName::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonEntrance_C_GetUniqueBeaconId \ static_assert(alignof(BP_DungeonEntrance_C_GetUniqueBeaconId) == 0x000008, "Wrong alignment on BP_DungeonEntrance_C_GetUniqueBeaconId"); \ static_assert(sizeof(BP_DungeonEntrance_C_GetUniqueBeaconId) == 0x000070, "Wrong size on BP_DungeonEntrance_C_GetUniqueBeaconId"); \ static_assert(offsetof(BP_DungeonEntrance_C_GetUniqueBeaconId, ReturnValue) == 0x000000, "Member 'BP_DungeonEntrance_C_GetUniqueBeaconId::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_GetUniqueBeaconId, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'BP_DungeonEntrance_C_GetUniqueBeaconId::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_GetUniqueBeaconId, CallFunc_Conv_NameToString_ReturnValue) == 0x000018, "Member 'BP_DungeonEntrance_C_GetUniqueBeaconId::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_GetUniqueBeaconId, CallFunc_Replace_ReturnValue) == 0x000028, "Member 'BP_DungeonEntrance_C_GetUniqueBeaconId::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_GetUniqueBeaconId, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_DungeonEntrance_C_GetUniqueBeaconId::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_GetUniqueBeaconId, CallFunc_SelectString_ReturnValue) == 0x000048, "Member 'BP_DungeonEntrance_C_GetUniqueBeaconId::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_GetUniqueBeaconId, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'BP_DungeonEntrance_C_GetUniqueBeaconId::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_GetUniqueBeaconId, CallFunc_Conv_StringToName_ReturnValue) == 0x000068, "Member 'BP_DungeonEntrance_C_GetUniqueBeaconId::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DungeonEntrance_C_GetDungeonDatatableHandle \ static_assert(alignof(BP_DungeonEntrance_C_GetDungeonDatatableHandle) == 0x000008, "Wrong alignment on BP_DungeonEntrance_C_GetDungeonDatatableHandle"); \ static_assert(sizeof(BP_DungeonEntrance_C_GetDungeonDatatableHandle) == 0x000020, "Wrong size on BP_DungeonEntrance_C_GetDungeonDatatableHandle"); \ static_assert(offsetof(BP_DungeonEntrance_C_GetDungeonDatatableHandle, DungeonNameList) == 0x000000, "Member 'BP_DungeonEntrance_C_GetDungeonDatatableHandle::DungeonNameList' has a wrong offset!"); \ static_assert(offsetof(BP_DungeonEntrance_C_GetDungeonDatatableHandle, K2Node_MakeStruct_DataTableRowHandle) == 0x000010, "Member 'BP_DungeonEntrance_C_GetDungeonDatatableHandle::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DungeonEntrance_C \ static_assert(alignof(ABP_DungeonEntrance_C) == 0x000008, "Wrong alignment on ABP_DungeonEntrance_C"); \ static_assert(sizeof(ABP_DungeonEntrance_C) == 0x000430, "Wrong size on ABP_DungeonEntrance_C"); \ static_assert(offsetof(ABP_DungeonEntrance_C, UberGraphFrame) == 0x000260, "Member 'ABP_DungeonEntrance_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, BP_DungeonLOC_Marker) == 0x000268, "Member 'ABP_DungeonEntrance_C::BP_DungeonLOC_Marker' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, DungeonLocation) == 0x000270, "Member 'ABP_DungeonEntrance_C::DungeonLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, EntranceBlocker) == 0x000278, "Member 'ABP_DungeonEntrance_C::EntranceBlocker' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, Sphere) == 0x000280, "Member 'ABP_DungeonEntrance_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, InteractChildActor) == 0x000288, "Member 'ABP_DungeonEntrance_C::InteractChildActor' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, SwimmingTransform) == 0x000290, "Member 'ABP_DungeonEntrance_C::SwimmingTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, CairnATransform) == 0x000298, "Member 'ABP_DungeonEntrance_C::CairnATransform' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, SanctumTransform) == 0x0002A0, "Member 'ABP_DungeonEntrance_C::SanctumTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, Parent) == 0x0002A8, "Member 'ABP_DungeonEntrance_C::Parent' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, Target) == 0x0002B0, "Member 'ABP_DungeonEntrance_C::Target' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, DefaultSceneRoot) == 0x0002B8, "Member 'ABP_DungeonEntrance_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, NewVar_2) == 0x0002C0, "Member 'ABP_DungeonEntrance_C::NewVar_2' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, PlayerStartTag) == 0x0002C8, "Member 'ABP_DungeonEntrance_C::PlayerStartTag' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, DungeonTypeToMesh) == 0x0002D8, "Member 'ABP_DungeonEntrance_C::DungeonTypeToMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, LockType) == 0x000328, "Member 'ABP_DungeonEntrance_C::LockType' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, WorldToLoad) == 0x000330, "Member 'ABP_DungeonEntrance_C::WorldToLoad' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, InteractActor) == 0x000358, "Member 'ABP_DungeonEntrance_C::InteractActor' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, SwitchActive) == 0x000360, "Member 'ABP_DungeonEntrance_C::SwitchActive' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, EnableAudio) == 0x000361, "Member 'ABP_DungeonEntrance_C::EnableAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, BeaconText) == 0x000368, "Member 'ABP_DungeonEntrance_C::BeaconText' has a wrong offset!"); \ static_assert(offsetof(ABP_DungeonEntrance_C, EntranceData) == 0x000378, "Member 'ABP_DungeonEntrance_C::EntranceData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ShoulderFixup_C_ExecuteUbergraph_ABP_ShoulderFixup \ static_assert(alignof(ABP_ShoulderFixup_C_ExecuteUbergraph_ABP_ShoulderFixup) == 0x000004, "Wrong alignment on ABP_ShoulderFixup_C_ExecuteUbergraph_ABP_ShoulderFixup"); \ static_assert(sizeof(ABP_ShoulderFixup_C_ExecuteUbergraph_ABP_ShoulderFixup) == 0x000004, "Wrong size on ABP_ShoulderFixup_C_ExecuteUbergraph_ABP_ShoulderFixup"); \ static_assert(offsetof(ABP_ShoulderFixup_C_ExecuteUbergraph_ABP_ShoulderFixup, EntryPoint) == 0x000000, "Member 'ABP_ShoulderFixup_C_ExecuteUbergraph_ABP_ShoulderFixup::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ShoulderFixup_C_AnimGraph \ static_assert(alignof(ABP_ShoulderFixup_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_ShoulderFixup_C_AnimGraph"); \ static_assert(sizeof(ABP_ShoulderFixup_C_AnimGraph) == 0x000020, "Wrong size on ABP_ShoulderFixup_C_AnimGraph"); \ static_assert(offsetof(ABP_ShoulderFixup_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_ShoulderFixup_C_AnimGraph::InPose' has a wrong offset!"); \ static_assert(offsetof(ABP_ShoulderFixup_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_ShoulderFixup_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_ShoulderFixup_C \ static_assert(alignof(UABP_ShoulderFixup_C) == 0x000010, "Wrong alignment on UABP_ShoulderFixup_C"); \ static_assert(sizeof(UABP_ShoulderFixup_C) == 0x000880, "Wrong size on UABP_ShoulderFixup_C"); \ static_assert(offsetof(UABP_ShoulderFixup_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_ShoulderFixup_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_ShoulderFixup_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_ShoulderFixup_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_ShoulderFixup_C, AnimGraphNode_SubInput) == 0x0002F8, "Member 'UABP_ShoulderFixup_C::AnimGraphNode_SubInput' has a wrong offset!"); \ static_assert(offsetof(UABP_ShoulderFixup_C, AnimGraphNode_ModifyBone_3) == 0x000410, "Member 'UABP_ShoulderFixup_C::AnimGraphNode_ModifyBone_3' has a wrong offset!"); \ static_assert(offsetof(UABP_ShoulderFixup_C, AnimGraphNode_LocalToComponentSpace) == 0x000518, "Member 'UABP_ShoulderFixup_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_ShoulderFixup_C, AnimGraphNode_ComponentToLocalSpace) == 0x000538, "Member 'UABP_ShoulderFixup_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_ShoulderFixup_C, AnimGraphNode_ModifyBone_2) == 0x000558, "Member 'UABP_ShoulderFixup_C::AnimGraphNode_ModifyBone_2' has a wrong offset!"); \ static_assert(offsetof(UABP_ShoulderFixup_C, AnimGraphNode_ModifyBone_1) == 0x000660, "Member 'UABP_ShoulderFixup_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ static_assert(offsetof(UABP_ShoulderFixup_C, AnimGraphNode_ModifyBone) == 0x000768, "Member 'UABP_ShoulderFixup_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_ShoulderFixup_C, Alpha) == 0x000870, "Member 'UABP_ShoulderFixup_C::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Controller_C_ExecuteUbergraph_BP_Enemy_Controller \ static_assert(alignof(BP_Enemy_Controller_C_ExecuteUbergraph_BP_Enemy_Controller) == 0x000008, "Wrong alignment on BP_Enemy_Controller_C_ExecuteUbergraph_BP_Enemy_Controller"); \ static_assert(sizeof(BP_Enemy_Controller_C_ExecuteUbergraph_BP_Enemy_Controller) == 0x000010, "Wrong size on BP_Enemy_Controller_C_ExecuteUbergraph_BP_Enemy_Controller"); \ static_assert(offsetof(BP_Enemy_Controller_C_ExecuteUbergraph_BP_Enemy_Controller, EntryPoint) == 0x000000, "Member 'BP_Enemy_Controller_C_ExecuteUbergraph_BP_Enemy_Controller::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Controller_C_ExecuteUbergraph_BP_Enemy_Controller, K2Node_Event_PossessedPawn) == 0x000008, "Member 'BP_Enemy_Controller_C_ExecuteUbergraph_BP_Enemy_Controller::K2Node_Event_PossessedPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Controller_C_ReceivePossess \ static_assert(alignof(BP_Enemy_Controller_C_ReceivePossess) == 0x000008, "Wrong alignment on BP_Enemy_Controller_C_ReceivePossess"); \ static_assert(sizeof(BP_Enemy_Controller_C_ReceivePossess) == 0x000008, "Wrong size on BP_Enemy_Controller_C_ReceivePossess"); \ static_assert(offsetof(BP_Enemy_Controller_C_ReceivePossess, PossessedPawn) == 0x000000, "Member 'BP_Enemy_Controller_C_ReceivePossess::PossessedPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Enemy_Controller_C \ static_assert(alignof(ABP_Enemy_Controller_C) == 0x000008, "Wrong alignment on ABP_Enemy_Controller_C"); \ static_assert(sizeof(ABP_Enemy_Controller_C) == 0x000468, "Wrong size on ABP_Enemy_Controller_C"); \ static_assert(offsetof(ABP_Enemy_Controller_C, UberGraphFrame) == 0x000460, "Member 'ABP_Enemy_Controller_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction \ static_assert(alignof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction) == 0x000008, "Wrong alignment on BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction"); \ static_assert(sizeof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction) == 0x0000A0, "Wrong size on BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, EntryPoint) == 0x000000, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue) == 0x000004, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_1) == 0x000008, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_2) == 0x00000C, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_3) == 0x000010, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_4) == 0x000014, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_5) == 0x000018, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_6) == 0x00001C, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_7) == 0x000020, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_8) == 0x000024, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_9) == 0x000028, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_10) == 0x00002C, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_11) == 0x000030, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_12) == 0x000034, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_13) == 0x000038, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_GetActionObjectBP_ReturnValue) == 0x000040, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_GetActionObjectBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, K2Node_DynamicCast_AsCharacter) == 0x000048, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_14) == 0x000054, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_BooleanOR_ReturnValue) == 0x000058, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_15) == 0x00005C, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_BooleanOR_ReturnValue_1) == 0x000060, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_GetActionObjectBP_ReturnValue_1) == 0x000068, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_GetActionObjectBP_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_16) == 0x000070, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, K2Node_DynamicCast_AsCharacter_1) == 0x000078, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::K2Node_DynamicCast_AsCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, K2Node_DynamicCast_bSuccess_1) == 0x000080, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, K2Node_Event_Time) == 0x000084, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, K2Node_Event_Cancelled) == 0x000088, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::K2Node_Event_Cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, K2Node_Event_IsScrubbing) == 0x000089, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_17) == 0x00008C, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_18) == 0x000090, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, K2Node_Event_Time_1) == 0x000094, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::K2Node_Event_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, K2Node_Event_IsScrubbing_1) == 0x000098, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::K2Node_Event_IsScrubbing_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction, CallFunc_SelectInt_ReturnValue_19) == 0x00009C, "Member 'BP_PlayerControlAction_C_ExecuteUbergraph_BP_PlayerControlAction::CallFunc_SelectInt_ReturnValue_19' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerControlAction_C_OnExitInterval \ static_assert(alignof(BP_PlayerControlAction_C_OnExitInterval) == 0x000004, "Wrong alignment on BP_PlayerControlAction_C_OnExitInterval"); \ static_assert(sizeof(BP_PlayerControlAction_C_OnExitInterval) == 0x000008, "Wrong size on BP_PlayerControlAction_C_OnExitInterval"); \ static_assert(offsetof(BP_PlayerControlAction_C_OnExitInterval, Time) == 0x000000, "Member 'BP_PlayerControlAction_C_OnExitInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_OnExitInterval, cancelled) == 0x000004, "Member 'BP_PlayerControlAction_C_OnExitInterval::cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_OnExitInterval, IsScrubbing) == 0x000005, "Member 'BP_PlayerControlAction_C_OnExitInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerControlAction_C_OnEnterInterval \ static_assert(alignof(BP_PlayerControlAction_C_OnEnterInterval) == 0x000004, "Wrong alignment on BP_PlayerControlAction_C_OnEnterInterval"); \ static_assert(sizeof(BP_PlayerControlAction_C_OnEnterInterval) == 0x000008, "Wrong size on BP_PlayerControlAction_C_OnEnterInterval"); \ static_assert(offsetof(BP_PlayerControlAction_C_OnEnterInterval, Time) == 0x000000, "Member 'BP_PlayerControlAction_C_OnEnterInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_OnEnterInterval, IsScrubbing) == 0x000004, "Member 'BP_PlayerControlAction_C_OnEnterInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerControlAction_C_IsProxyRequiredBP \ static_assert(alignof(BP_PlayerControlAction_C_IsProxyRequiredBP) == 0x000001, "Wrong alignment on BP_PlayerControlAction_C_IsProxyRequiredBP"); \ static_assert(sizeof(BP_PlayerControlAction_C_IsProxyRequiredBP) == 0x000001, "Wrong size on BP_PlayerControlAction_C_IsProxyRequiredBP"); \ static_assert(offsetof(BP_PlayerControlAction_C_IsProxyRequiredBP, ReturnValue) == 0x000000, "Member 'BP_PlayerControlAction_C_IsProxyRequiredBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerControlAction_C_GetDisplayName \ static_assert(alignof(BP_PlayerControlAction_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_PlayerControlAction_C_GetDisplayName"); \ static_assert(sizeof(BP_PlayerControlAction_C_GetDisplayName) == 0x0002B8, "Wrong size on BP_PlayerControlAction_C_GetDisplayName"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, ReturnValue) == 0x000000, "Member 'BP_PlayerControlAction_C_GetDisplayName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, OutName) == 0x000018, "Member 'BP_PlayerControlAction_C_GetDisplayName::OutName' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, Labels) == 0x000030, "Member 'BP_PlayerControlAction_C_GetDisplayName::Labels' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, Temp_text_Variable) == 0x000040, "Member 'BP_PlayerControlAction_C_GetDisplayName::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, Temp_text_Variable_1) == 0x000058, "Member 'BP_PlayerControlAction_C_GetDisplayName::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, Temp_int_Array_Index_Variable) == 0x000070, "Member 'BP_PlayerControlAction_C_GetDisplayName::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, Temp_text_Variable_2) == 0x000078, "Member 'BP_PlayerControlAction_C_GetDisplayName::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, Temp_int_Variable) == 0x000090, "Member 'BP_PlayerControlAction_C_GetDisplayName::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, CallFunc_Add_IntInt_ReturnValue) == 0x000094, "Member 'BP_PlayerControlAction_C_GetDisplayName::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, CallFunc_Array_Add_ReturnValue) == 0x000098, "Member 'BP_PlayerControlAction_C_GetDisplayName::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData) == 0x0000A0, "Member 'BP_PlayerControlAction_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, Temp_int_Loop_Counter_Variable) == 0x0000E0, "Member 'BP_PlayerControlAction_C_GetDisplayName::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, K2Node_MakeArray_Array) == 0x0000E8, "Member 'BP_PlayerControlAction_C_GetDisplayName::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'BP_PlayerControlAction_C_GetDisplayName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, CallFunc_Add_IntInt_ReturnValue_1) == 0x000110, "Member 'BP_PlayerControlAction_C_GetDisplayName::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData_1) == 0x000118, "Member 'BP_PlayerControlAction_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, CallFunc_Array_Get_Item) == 0x000158, "Member 'BP_PlayerControlAction_C_GetDisplayName::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, CallFunc_Array_Length_ReturnValue) == 0x000170, "Member 'BP_PlayerControlAction_C_GetDisplayName::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData_2) == 0x000178, "Member 'BP_PlayerControlAction_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, CallFunc_Less_IntInt_ReturnValue) == 0x0001B8, "Member 'BP_PlayerControlAction_C_GetDisplayName::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, K2Node_MakeArray_Array_1) == 0x0001C0, "Member 'BP_PlayerControlAction_C_GetDisplayName::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, CallFunc_Format_ReturnValue_1) == 0x0001D0, "Member 'BP_PlayerControlAction_C_GetDisplayName::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, Temp_text_Variable_3) == 0x0001E8, "Member 'BP_PlayerControlAction_C_GetDisplayName::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, Temp_text_Variable_4) == 0x000200, "Member 'BP_PlayerControlAction_C_GetDisplayName::Temp_text_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, CallFunc_Array_Add_ReturnValue_1) == 0x000218, "Member 'BP_PlayerControlAction_C_GetDisplayName::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, CallFunc_Array_Add_ReturnValue_2) == 0x00021C, "Member 'BP_PlayerControlAction_C_GetDisplayName::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, CallFunc_Array_Get_Item_1) == 0x000220, "Member 'BP_PlayerControlAction_C_GetDisplayName::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData_3) == 0x000238, "Member 'BP_PlayerControlAction_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, CallFunc_Array_LastIndex_ReturnValue) == 0x000278, "Member 'BP_PlayerControlAction_C_GetDisplayName::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, K2Node_MakeArray_Array_2) == 0x000280, "Member 'BP_PlayerControlAction_C_GetDisplayName::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000290, "Member 'BP_PlayerControlAction_C_GetDisplayName::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, CallFunc_Format_ReturnValue_2) == 0x000298, "Member 'BP_PlayerControlAction_C_GetDisplayName::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, CallFunc_Array_Add_ReturnValue_3) == 0x0002B0, "Member 'BP_PlayerControlAction_C_GetDisplayName::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetDisplayName, CallFunc_Array_Add_ReturnValue_4) == 0x0002B4, "Member 'BP_PlayerControlAction_C_GetDisplayName::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerControlAction_C_GetActionColor \ static_assert(alignof(BP_PlayerControlAction_C_GetActionColor) == 0x000004, "Wrong alignment on BP_PlayerControlAction_C_GetActionColor"); \ static_assert(sizeof(BP_PlayerControlAction_C_GetActionColor) == 0x000024, "Wrong size on BP_PlayerControlAction_C_GetActionColor"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetActionColor, ReturnValue) == 0x000000, "Member 'BP_PlayerControlAction_C_GetActionColor::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetActionColor, K2Node_MakeStruct_Color) == 0x000010, "Member 'BP_PlayerControlAction_C_GetActionColor::K2Node_MakeStruct_Color' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerControlAction_C_GetActionColor, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x000014, "Member 'BP_PlayerControlAction_C_GetActionColor::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_PlayerControlAction_C \ static_assert(alignof(UBP_PlayerControlAction_C) == 0x000008, "Wrong alignment on UBP_PlayerControlAction_C"); \ static_assert(sizeof(UBP_PlayerControlAction_C) == 0x0000C0, "Wrong size on UBP_PlayerControlAction_C"); \ static_assert(offsetof(UBP_PlayerControlAction_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_PlayerControlAction_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_PlayerControlAction_C, EnableCasualMode) == 0x0000B0, "Member 'UBP_PlayerControlAction_C::EnableCasualMode' has a wrong offset!"); \ static_assert(offsetof(UBP_PlayerControlAction_C, DisableMoveInput) == 0x0000B1, "Member 'UBP_PlayerControlAction_C::DisableMoveInput' has a wrong offset!"); \ static_assert(offsetof(UBP_PlayerControlAction_C, DisableJumping) == 0x0000B2, "Member 'UBP_PlayerControlAction_C::DisableJumping' has a wrong offset!"); \ static_assert(offsetof(UBP_PlayerControlAction_C, DisableDodging) == 0x0000B3, "Member 'UBP_PlayerControlAction_C::DisableDodging' has a wrong offset!"); \ static_assert(offsetof(UBP_PlayerControlAction_C, DisableSpells) == 0x0000B4, "Member 'UBP_PlayerControlAction_C::DisableSpells' has a wrong offset!"); \ static_assert(offsetof(UBP_PlayerControlAction_C, DisableAimMode) == 0x0000B5, "Member 'UBP_PlayerControlAction_C::DisableAimMode' has a wrong offset!"); \ static_assert(offsetof(UBP_PlayerControlAction_C, DisableIdleBreaks) == 0x0000B6, "Member 'UBP_PlayerControlAction_C::DisableIdleBreaks' has a wrong offset!"); \ static_assert(offsetof(UBP_PlayerControlAction_C, DisableUIMenus) == 0x0000B7, "Member 'UBP_PlayerControlAction_C::DisableUIMenus' has a wrong offset!"); \ static_assert(offsetof(UBP_PlayerControlAction_C, DisableContextualInput) == 0x0000B8, "Member 'UBP_PlayerControlAction_C::DisableContextualInput' has a wrong offset!"); \ static_assert(offsetof(UBP_PlayerControlAction_C, DisablePhotoMode) == 0x0000B9, "Member 'UBP_PlayerControlAction_C::DisablePhotoMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FlooAdvanceTime_C_ExecuteUbergraph_BP_SceneAction_FlooAdvanceTime \ static_assert(alignof(BP_SceneAction_FlooAdvanceTime_C_ExecuteUbergraph_BP_SceneAction_FlooAdvanceTime) == 0x000004, "Wrong alignment on BP_SceneAction_FlooAdvanceTime_C_ExecuteUbergraph_BP_SceneAction_FlooAdvanceTime"); \ static_assert(sizeof(BP_SceneAction_FlooAdvanceTime_C_ExecuteUbergraph_BP_SceneAction_FlooAdvanceTime) == 0x00000C, "Wrong size on BP_SceneAction_FlooAdvanceTime_C_ExecuteUbergraph_BP_SceneAction_FlooAdvanceTime"); \ static_assert(offsetof(BP_SceneAction_FlooAdvanceTime_C_ExecuteUbergraph_BP_SceneAction_FlooAdvanceTime, EntryPoint) == 0x000000, "Member 'BP_SceneAction_FlooAdvanceTime_C_ExecuteUbergraph_BP_SceneAction_FlooAdvanceTime::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FlooAdvanceTime_C_ExecuteUbergraph_BP_SceneAction_FlooAdvanceTime, K2Node_Event_Time) == 0x000004, "Member 'BP_SceneAction_FlooAdvanceTime_C_ExecuteUbergraph_BP_SceneAction_FlooAdvanceTime::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FlooAdvanceTime_C_ExecuteUbergraph_BP_SceneAction_FlooAdvanceTime, K2Node_Event_IsScrubbing) == 0x000008, "Member 'BP_SceneAction_FlooAdvanceTime_C_ExecuteUbergraph_BP_SceneAction_FlooAdvanceTime::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FlooAdvanceTime_C_ExecuteUbergraph_BP_SceneAction_FlooAdvanceTime, CallFunc_IsInEditor_ReturnValue) == 0x000009, "Member 'BP_SceneAction_FlooAdvanceTime_C_ExecuteUbergraph_BP_SceneAction_FlooAdvanceTime::CallFunc_IsInEditor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FlooAdvanceTime_C_OnInstant \ static_assert(alignof(BP_SceneAction_FlooAdvanceTime_C_OnInstant) == 0x000004, "Wrong alignment on BP_SceneAction_FlooAdvanceTime_C_OnInstant"); \ static_assert(sizeof(BP_SceneAction_FlooAdvanceTime_C_OnInstant) == 0x000008, "Wrong size on BP_SceneAction_FlooAdvanceTime_C_OnInstant"); \ static_assert(offsetof(BP_SceneAction_FlooAdvanceTime_C_OnInstant, Time) == 0x000000, "Member 'BP_SceneAction_FlooAdvanceTime_C_OnInstant::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FlooAdvanceTime_C_OnInstant, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_FlooAdvanceTime_C_OnInstant::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FlooAdvanceTime_C_AdvanceTime \ static_assert(alignof(BP_SceneAction_FlooAdvanceTime_C_AdvanceTime) == 0x000008, "Wrong alignment on BP_SceneAction_FlooAdvanceTime_C_AdvanceTime"); \ static_assert(sizeof(BP_SceneAction_FlooAdvanceTime_C_AdvanceTime) == 0x000008, "Wrong size on BP_SceneAction_FlooAdvanceTime_C_AdvanceTime"); \ static_assert(offsetof(BP_SceneAction_FlooAdvanceTime_C_AdvanceTime, CallFunc_Get_ReturnValue) == 0x000000, "Member 'BP_SceneAction_FlooAdvanceTime_C_AdvanceTime::CallFunc_Get_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FlooAdvanceTime_C_IsInstant \ static_assert(alignof(BP_SceneAction_FlooAdvanceTime_C_IsInstant) == 0x000001, "Wrong alignment on BP_SceneAction_FlooAdvanceTime_C_IsInstant"); \ static_assert(sizeof(BP_SceneAction_FlooAdvanceTime_C_IsInstant) == 0x000001, "Wrong size on BP_SceneAction_FlooAdvanceTime_C_IsInstant"); \ static_assert(offsetof(BP_SceneAction_FlooAdvanceTime_C_IsInstant, ReturnValue) == 0x000000, "Member 'BP_SceneAction_FlooAdvanceTime_C_IsInstant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SceneAction_FlooAdvanceTime_C \ static_assert(alignof(UBP_SceneAction_FlooAdvanceTime_C) == 0x000008, "Wrong alignment on UBP_SceneAction_FlooAdvanceTime_C"); \ static_assert(sizeof(UBP_SceneAction_FlooAdvanceTime_C) == 0x0000B0, "Wrong size on UBP_SceneAction_FlooAdvanceTime_C"); \ static_assert(offsetof(UBP_SceneAction_FlooAdvanceTime_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_SceneAction_FlooAdvanceTime_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemTooltipEffectDescription_C_ExecuteUbergraph_UI_BP_ItemTooltipEffectDescription \ static_assert(alignof(UI_BP_ItemTooltipEffectDescription_C_ExecuteUbergraph_UI_BP_ItemTooltipEffectDescription) == 0x000004, "Wrong alignment on UI_BP_ItemTooltipEffectDescription_C_ExecuteUbergraph_UI_BP_ItemTooltipEffectDescription"); \ static_assert(sizeof(UI_BP_ItemTooltipEffectDescription_C_ExecuteUbergraph_UI_BP_ItemTooltipEffectDescription) == 0x000008, "Wrong size on UI_BP_ItemTooltipEffectDescription_C_ExecuteUbergraph_UI_BP_ItemTooltipEffectDescription"); \ static_assert(offsetof(UI_BP_ItemTooltipEffectDescription_C_ExecuteUbergraph_UI_BP_ItemTooltipEffectDescription, EntryPoint) == 0x000000, "Member 'UI_BP_ItemTooltipEffectDescription_C_ExecuteUbergraph_UI_BP_ItemTooltipEffectDescription::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemTooltipEffectDescription_C_ExecuteUbergraph_UI_BP_ItemTooltipEffectDescription, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_ItemTooltipEffectDescription_C_ExecuteUbergraph_UI_BP_ItemTooltipEffectDescription::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemTooltipEffectDescription_C_PreConstruct \ static_assert(alignof(UI_BP_ItemTooltipEffectDescription_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_ItemTooltipEffectDescription_C_PreConstruct"); \ static_assert(sizeof(UI_BP_ItemTooltipEffectDescription_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_ItemTooltipEffectDescription_C_PreConstruct"); \ static_assert(offsetof(UI_BP_ItemTooltipEffectDescription_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_ItemTooltipEffectDescription_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemTooltipEffectDescription_C_SetItemInfo \ static_assert(alignof(UI_BP_ItemTooltipEffectDescription_C_SetItemInfo) == 0x000008, "Wrong alignment on UI_BP_ItemTooltipEffectDescription_C_SetItemInfo"); \ static_assert(sizeof(UI_BP_ItemTooltipEffectDescription_C_SetItemInfo) == 0x000150, "Wrong size on UI_BP_ItemTooltipEffectDescription_C_SetItemInfo"); \ static_assert(offsetof(UI_BP_ItemTooltipEffectDescription_C_SetItemInfo, EffectTextKey) == 0x000000, "Member 'UI_BP_ItemTooltipEffectDescription_C_SetItemInfo::EffectTextKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemTooltipEffectDescription_C_SetItemInfo, EffectPotionReplacementTextKey) == 0x000010, "Member 'UI_BP_ItemTooltipEffectDescription_C_SetItemInfo::EffectPotionReplacementTextKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemTooltipEffectDescription_C_SetItemInfo, PositiveEffect) == 0x000020, "Member 'UI_BP_ItemTooltipEffectDescription_C_SetItemInfo::PositiveEffect' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemTooltipEffectDescription_C_SetItemInfo, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'UI_BP_ItemTooltipEffectDescription_C_SetItemInfo::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemTooltipEffectDescription_C_SetItemInfo, K2Node_MakeStruct_SlateColor_1) == 0x000050, "Member 'UI_BP_ItemTooltipEffectDescription_C_SetItemInfo::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemTooltipEffectDescription_C_SetItemInfo, Temp_bool_Variable) == 0x000078, "Member 'UI_BP_ItemTooltipEffectDescription_C_SetItemInfo::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemTooltipEffectDescription_C_SetItemInfo, K2Node_Select_Default) == 0x000080, "Member 'UI_BP_ItemTooltipEffectDescription_C_SetItemInfo::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemTooltipEffectDescription_C_SetItemInfo, CallFunc_AVATranslate_ReturnValue) == 0x0000A8, "Member 'UI_BP_ItemTooltipEffectDescription_C_SetItemInfo::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemTooltipEffectDescription_C_SetItemInfo, CallFunc_AVATranslate_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_ItemTooltipEffectDescription_C_SetItemInfo::CallFunc_AVATranslate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemTooltipEffectDescription_C_SetItemInfo, CallFunc_Len_ReturnValue) == 0x0000D8, "Member 'UI_BP_ItemTooltipEffectDescription_C_SetItemInfo::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemTooltipEffectDescription_C_SetItemInfo, K2Node_MakeStruct_FormatArgumentData) == 0x0000E0, "Member 'UI_BP_ItemTooltipEffectDescription_C_SetItemInfo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemTooltipEffectDescription_C_SetItemInfo, CallFunc_Greater_IntInt_ReturnValue) == 0x000120, "Member 'UI_BP_ItemTooltipEffectDescription_C_SetItemInfo::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemTooltipEffectDescription_C_SetItemInfo, K2Node_MakeArray_Array) == 0x000128, "Member 'UI_BP_ItemTooltipEffectDescription_C_SetItemInfo::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemTooltipEffectDescription_C_SetItemInfo, CallFunc_Format_ReturnValue) == 0x000138, "Member 'UI_BP_ItemTooltipEffectDescription_C_SetItemInfo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ItemTooltipEffectDescription_C \ static_assert(alignof(UUI_BP_ItemTooltipEffectDescription_C) == 0x000008, "Wrong alignment on UUI_BP_ItemTooltipEffectDescription_C"); \ static_assert(sizeof(UUI_BP_ItemTooltipEffectDescription_C) == 0x000288, "Wrong size on UUI_BP_ItemTooltipEffectDescription_C"); \ static_assert(offsetof(UUI_BP_ItemTooltipEffectDescription_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_ItemTooltipEffectDescription_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemTooltipEffectDescription_C, bodyDivider) == 0x000270, "Member 'UUI_BP_ItemTooltipEffectDescription_C::bodyDivider' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemTooltipEffectDescription_C, EffectDescription) == 0x000278, "Member 'UUI_BP_ItemTooltipEffectDescription_C::EffectDescription' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemTooltipEffectDescription_C, EffectText) == 0x000280, "Member 'UUI_BP_ItemTooltipEffectDescription_C::EffectText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUI_BP_SceneRigActor_Wait_C \ static_assert(alignof(AUI_BP_SceneRigActor_Wait_C) == 0x000008, "Wrong alignment on AUI_BP_SceneRigActor_Wait_C"); \ static_assert(sizeof(AUI_BP_SceneRigActor_Wait_C) == 0x0004B8, "Wrong size on AUI_BP_SceneRigActor_Wait_C"); \ #define DUMPER7_ASSERTS_UABL_Enemy_InkySmoke_Spawn_C \ static_assert(alignof(UABL_Enemy_InkySmoke_Spawn_C) == 0x000008, "Wrong alignment on UABL_Enemy_InkySmoke_Spawn_C"); \ static_assert(sizeof(UABL_Enemy_InkySmoke_Spawn_C) == 0x0000C8, "Wrong size on UABL_Enemy_InkySmoke_Spawn_C"); \ #define DUMPER7_ASSERTS_ABP_Default_Camera_C_ExecuteUbergraph_ABP_Default_Camera \ static_assert(alignof(ABP_Default_Camera_C_ExecuteUbergraph_ABP_Default_Camera) == 0x000004, "Wrong alignment on ABP_Default_Camera_C_ExecuteUbergraph_ABP_Default_Camera"); \ static_assert(sizeof(ABP_Default_Camera_C_ExecuteUbergraph_ABP_Default_Camera) == 0x000004, "Wrong size on ABP_Default_Camera_C_ExecuteUbergraph_ABP_Default_Camera"); \ static_assert(offsetof(ABP_Default_Camera_C_ExecuteUbergraph_ABP_Default_Camera, EntryPoint) == 0x000000, "Member 'ABP_Default_Camera_C_ExecuteUbergraph_ABP_Default_Camera::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Default_Camera_C_AnimGraph \ static_assert(alignof(ABP_Default_Camera_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Default_Camera_C_AnimGraph"); \ static_assert(sizeof(ABP_Default_Camera_C_AnimGraph) == 0x000010, "Wrong size on ABP_Default_Camera_C_AnimGraph"); \ static_assert(offsetof(ABP_Default_Camera_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Default_Camera_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Default_Camera_C \ static_assert(alignof(UABP_Default_Camera_C) == 0x000010, "Wrong alignment on UABP_Default_Camera_C"); \ static_assert(sizeof(UABP_Default_Camera_C) == 0x000490, "Wrong size on UABP_Default_Camera_C"); \ static_assert(offsetof(UABP_Default_Camera_C, UberGraphFrame) == 0x000300, "Member 'UABP_Default_Camera_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Default_Camera_C, AnimGraphNode_Root) == 0x000308, "Member 'UABP_Default_Camera_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Default_Camera_C, AnimGraphNode_RequestedLayerBlend) == 0x000340, "Member 'UABP_Default_Camera_C::AnimGraphNode_RequestedLayerBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_Default_Camera_C, AnimGraphNode_SceneRigCameraDriver) == 0x0003F0, "Member 'UABP_Default_Camera_C::AnimGraphNode_SceneRigCameraDriver' has a wrong offset!"); \ static_assert(offsetof(UABP_Default_Camera_C, AnimGraphNode_CameraFixup) == 0x000420, "Member 'UABP_Default_Camera_C::AnimGraphNode_CameraFixup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Stupefy_C_OnHit \ static_assert(alignof(BP_SubSonic_Stupefy_C_OnHit) == 0x000004, "Wrong alignment on BP_SubSonic_Stupefy_C_OnHit"); \ static_assert(sizeof(BP_SubSonic_Stupefy_C_OnHit) == 0x00008C, "Wrong size on BP_SubSonic_Stupefy_C_OnHit"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_OnHit, HitResult) == 0x000000, "Member 'BP_SubSonic_Stupefy_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_OnHit, bDestroyed) == 0x000088, "Member 'BP_SubSonic_Stupefy_C_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_OnHit, bHit) == 0x000089, "Member 'BP_SubSonic_Stupefy_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_OnHit, bBlocked) == 0x00008A, "Member 'BP_SubSonic_Stupefy_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_OnHit, bFailed) == 0x00008B, "Member 'BP_SubSonic_Stupefy_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy \ static_assert(alignof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy) == 0x000010, "Wrong alignment on BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy"); \ static_assert(sizeof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy) == 0x0001A0, "Wrong size on BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, EntryPoint) == 0x000000, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, K2Node_Event_HitResult) == 0x000004, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, K2Node_Event_bDestroyed) == 0x00008C, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::K2Node_Event_bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, K2Node_Event_bHit) == 0x00008D, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, K2Node_Event_bBlocked) == 0x00008E, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, K2Node_Event_bFailed) == 0x00008F, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::K2Node_Event_bFailed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BreakHitResult_bBlockingHit) == 0x000090, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BreakHitResult_bInitialOverlap) == 0x000091, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BreakHitResult_Time) == 0x000094, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BreakHitResult_Distance) == 0x000098, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BreakHitResult_Location) == 0x00009C, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A8, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BreakHitResult_Normal) == 0x0000B4, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C0, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BreakHitResult_PhysMat) == 0x0000D0, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BreakHitResult_HitActor) == 0x0000D8, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BreakHitResult_HitComponent) == 0x0000E0, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BreakHitResult_HitBoneName) == 0x0000E8, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BreakHitResult_HitItem) == 0x0000F0, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BreakHitResult_ElementIndex) == 0x0000F4, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BreakHitResult_FaceIndex) == 0x0000F8, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BreakHitResult_TraceStart) == 0x0000FC, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BreakHitResult_TraceEnd) == 0x000108, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000114, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_GetComponentByClass_ReturnValue) == 0x000120, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_Normal_ReturnValue) == 0x000128, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_IsValid_ReturnValue) == 0x000134, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_IsValid_ReturnValue_1) == 0x000135, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000138, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000148, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_Add_VectorVector_ReturnValue) == 0x000150, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_MakeTransform_ReturnValue) == 0x000160, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy, CallFunc_FinishSpawningActor_ReturnValue) == 0x000190, "Member 'BP_SubSonic_Stupefy_C_ExecuteUbergraph_BP_SubSonic_Stupefy::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_Stupefy_C \ static_assert(alignof(ABP_SubSonic_Stupefy_C) == 0x000010, "Wrong alignment on ABP_SubSonic_Stupefy_C"); \ static_assert(sizeof(ABP_SubSonic_Stupefy_C) == 0x000590, "Wrong size on ABP_SubSonic_Stupefy_C"); \ static_assert(offsetof(ABP_SubSonic_Stupefy_C, UberGraphFrame) == 0x000538, "Member 'ABP_SubSonic_Stupefy_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Stupefy_C, Splibbds) == 0x000540, "Member 'ABP_SubSonic_Stupefy_C::Splibbds' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Stupefy_C, ScaleValue) == 0x000548, "Member 'ABP_SubSonic_Stupefy_C::ScaleValue' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Stupefy_C, FieldTransform) == 0x000550, "Member 'ABP_SubSonic_Stupefy_C::FieldTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Stupefy_C, FieldRadius) == 0x000580, "Member 'ABP_SubSonic_Stupefy_C::FieldRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_IntoBook_C \ static_assert(alignof(ABP_SkinFX_IntoBook_C) == 0x000008, "Wrong alignment on ABP_SkinFX_IntoBook_C"); \ static_assert(sizeof(ABP_SkinFX_IntoBook_C) == 0x0005D0, "Wrong size on ABP_SkinFX_IntoBook_C"); \ #define DUMPER7_ASSERTS_ABP_SceneRigCameraStackActor_C \ static_assert(alignof(ABP_SceneRigCameraStackActor_C) == 0x000008, "Wrong alignment on ABP_SceneRigCameraStackActor_C"); \ static_assert(sizeof(ABP_SceneRigCameraStackActor_C) == 0x000E58, "Wrong size on ABP_SceneRigCameraStackActor_C"); \ static_assert(offsetof(ABP_SceneRigCameraStackActor_C, Animation) == 0x000E50, "Member 'ABP_SceneRigCameraStackActor_C::Animation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_TMBG_TurnInPlace_C_OnGetBranchAbility \ static_assert(alignof(ABL_TMBG_TurnInPlace_C_OnGetBranchAbility) == 0x000008, "Wrong alignment on ABL_TMBG_TurnInPlace_C_OnGetBranchAbility"); \ static_assert(sizeof(ABL_TMBG_TurnInPlace_C_OnGetBranchAbility) == 0x000030, "Wrong size on ABL_TMBG_TurnInPlace_C_OnGetBranchAbility"); \ static_assert(offsetof(ABL_TMBG_TurnInPlace_C_OnGetBranchAbility, Context) == 0x000000, "Member 'ABL_TMBG_TurnInPlace_C_OnGetBranchAbility::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_TMBG_TurnInPlace_C_OnGetBranchAbility, EventName) == 0x000008, "Member 'ABL_TMBG_TurnInPlace_C_OnGetBranchAbility::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_TMBG_TurnInPlace_C_OnGetBranchAbility, ReturnValue) == 0x000010, "Member 'ABL_TMBG_TurnInPlace_C_OnGetBranchAbility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TMBG_TurnInPlace_C_OnGetBranchAbility, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_TMBG_TurnInPlace_C_OnGetBranchAbility::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TMBG_TurnInPlace_C_OnGetBranchAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'ABL_TMBG_TurnInPlace_C_OnGetBranchAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TMBG_TurnInPlace_C_OnGetBranchAbility, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'ABL_TMBG_TurnInPlace_C_OnGetBranchAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TMBG_TurnInPlace_C \ static_assert(alignof(UABL_TMBG_TurnInPlace_C) == 0x000008, "Wrong alignment on UABL_TMBG_TurnInPlace_C"); \ static_assert(sizeof(UABL_TMBG_TurnInPlace_C) == 0x0000D0, "Wrong size on UABL_TMBG_TurnInPlace_C"); \ static_assert(offsetof(UABL_TMBG_TurnInPlace_C, NewVar_0) == 0x0000C8, "Member 'UABL_TMBG_TurnInPlace_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADefault_Camera_C \ static_assert(alignof(ADefault_Camera_C) == 0x000010, "Wrong alignment on ADefault_Camera_C"); \ static_assert(sizeof(ADefault_Camera_C) == 0x001320, "Wrong size on ADefault_Camera_C"); \ static_assert(offsetof(ADefault_Camera_C, CameraFixup) == 0x001310, "Member 'ADefault_Camera_C::CameraFixup' has a wrong offset!"); \ static_assert(offsetof(ADefault_Camera_C, Animation) == 0x001318, "Member 'ADefault_Camera_C::Animation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_WalkAndTalkSplineLookahead_C \ static_assert(alignof(UBP_WalkAndTalkSplineLookahead_C) == 0x000008, "Wrong alignment on UBP_WalkAndTalkSplineLookahead_C"); \ static_assert(sizeof(UBP_WalkAndTalkSplineLookahead_C) == 0x000308, "Wrong size on UBP_WalkAndTalkSplineLookahead_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_DeathDissolve2_C \ static_assert(alignof(ABP_SkinFX_DeathDissolve2_C) == 0x000008, "Wrong alignment on ABP_SkinFX_DeathDissolve2_C"); \ static_assert(sizeof(ABP_SkinFX_DeathDissolve2_C) == 0x0005D0, "Wrong size on ABP_SkinFX_DeathDissolve2_C"); \ #define DUMPER7_ASSERTS_UBP_AddCameraSpaceTranslation_OpenSpace_C \ static_assert(alignof(UBP_AddCameraSpaceTranslation_OpenSpace_C) == 0x000008, "Wrong alignment on UBP_AddCameraSpaceTranslation_OpenSpace_C"); \ static_assert(sizeof(UBP_AddCameraSpaceTranslation_OpenSpace_C) == 0x0001C8, "Wrong size on UBP_AddCameraSpaceTranslation_OpenSpace_C"); \ #define DUMPER7_ASSERTS_UBP_CrossBlend_OpenSpace_C \ static_assert(alignof(UBP_CrossBlend_OpenSpace_C) == 0x000008, "Wrong alignment on UBP_CrossBlend_OpenSpace_C"); \ static_assert(sizeof(UBP_CrossBlend_OpenSpace_C) == 0x000368, "Wrong size on UBP_CrossBlend_OpenSpace_C"); \ #define DUMPER7_ASSERTS_UBP_UserInput_Default_C \ static_assert(alignof(UBP_UserInput_Default_C) == 0x000008, "Wrong alignment on UBP_UserInput_Default_C"); \ static_assert(sizeof(UBP_UserInput_Default_C) == 0x000260, "Wrong size on UBP_UserInput_Default_C"); \ #define DUMPER7_ASSERTS_ABL_Enemy_TurnInPlaceNew_C_OnGetBranchAbility \ static_assert(alignof(ABL_Enemy_TurnInPlaceNew_C_OnGetBranchAbility) == 0x000008, "Wrong alignment on ABL_Enemy_TurnInPlaceNew_C_OnGetBranchAbility"); \ static_assert(sizeof(ABL_Enemy_TurnInPlaceNew_C_OnGetBranchAbility) == 0x000030, "Wrong size on ABL_Enemy_TurnInPlaceNew_C_OnGetBranchAbility"); \ static_assert(offsetof(ABL_Enemy_TurnInPlaceNew_C_OnGetBranchAbility, Context) == 0x000000, "Member 'ABL_Enemy_TurnInPlaceNew_C_OnGetBranchAbility::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_TurnInPlaceNew_C_OnGetBranchAbility, EventName) == 0x000008, "Member 'ABL_Enemy_TurnInPlaceNew_C_OnGetBranchAbility::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_TurnInPlaceNew_C_OnGetBranchAbility, ReturnValue) == 0x000010, "Member 'ABL_Enemy_TurnInPlaceNew_C_OnGetBranchAbility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_TurnInPlaceNew_C_OnGetBranchAbility, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Enemy_TurnInPlaceNew_C_OnGetBranchAbility::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_TurnInPlaceNew_C_OnGetBranchAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'ABL_Enemy_TurnInPlaceNew_C_OnGetBranchAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_TurnInPlaceNew_C_OnGetBranchAbility, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'ABL_Enemy_TurnInPlaceNew_C_OnGetBranchAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_TurnInPlaceNew_C \ static_assert(alignof(UABL_Enemy_TurnInPlaceNew_C) == 0x000008, "Wrong alignment on UABL_Enemy_TurnInPlaceNew_C"); \ static_assert(sizeof(UABL_Enemy_TurnInPlaceNew_C) == 0x0000D0, "Wrong size on UABL_Enemy_TurnInPlaceNew_C"); \ static_assert(offsetof(UABL_Enemy_TurnInPlaceNew_C, NewVar_0) == 0x0000C8, "Member 'UABL_Enemy_TurnInPlaceNew_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_CamShake_Sprint_C \ static_assert(alignof(UBP_CamShake_Sprint_C) == 0x000010, "Wrong alignment on UBP_CamShake_Sprint_C"); \ static_assert(sizeof(UBP_CamShake_Sprint_C) == 0x0001B0, "Wrong size on UBP_CamShake_Sprint_C"); \ #define DUMPER7_ASSERTS_ABP_TransfigurationMovementStyle_Base_C \ static_assert(alignof(ABP_TransfigurationMovementStyle_Base_C) == 0x000010, "Wrong alignment on ABP_TransfigurationMovementStyle_Base_C"); \ static_assert(sizeof(ABP_TransfigurationMovementStyle_Base_C) == 0x0005F0, "Wrong size on ABP_TransfigurationMovementStyle_Base_C"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_Base_C, DefaultSceneRoot) == 0x0005E0, "Member 'ABP_TransfigurationMovementStyle_Base_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn \ static_assert(alignof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn) == 0x000010, "Wrong alignment on BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn"); \ static_assert(sizeof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn) == 0x000110, "Wrong size on BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn, EntryPoint) == 0x000000, "Member 'BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000004, "Member 'BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn, CallFunc_MakeTransform_ReturnValue) == 0x000010, "Member 'BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn, CallFunc_BreakTransform_Location) == 0x000040, "Member 'BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn, CallFunc_BreakTransform_Rotation) == 0x00004C, "Member 'BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn, CallFunc_BreakTransform_Scale) == 0x000058, "Member 'BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn, CallFunc_MakeTransform_ReturnValue_1) == 0x000070, "Member 'BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn, CallFunc_GetPreviewBounds_OutCenter) == 0x0000A0, "Member 'BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn::CallFunc_GetPreviewBounds_OutCenter' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn, CallFunc_GetPreviewBounds_OutExtent) == 0x0000AC, "Member 'BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn::CallFunc_GetPreviewBounds_OutExtent' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn, CallFunc_VSize_ReturnValue) == 0x0000B8, "Member 'BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn, CallFunc_InverseTransformDirection_ReturnValue) == 0x0000BC, "Member 'BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn::CallFunc_InverseTransformDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn, CallFunc_MapRangeClamped_ReturnValue) == 0x0000C8, "Member 'BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000CC, "Member 'BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000D0, "Member 'BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000D4, "Member 'BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn, CallFunc_MakeTransform_ReturnValue_2) == 0x0000E0, "Member 'BP_TransfigurationMovementStyle_SpawnIn_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_SpawnIn::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TransfigurationMovementStyle_SpawnIn_C \ static_assert(alignof(ABP_TransfigurationMovementStyle_SpawnIn_C) == 0x000010, "Wrong alignment on ABP_TransfigurationMovementStyle_SpawnIn_C"); \ static_assert(sizeof(ABP_TransfigurationMovementStyle_SpawnIn_C) == 0x000610, "Wrong size on ABP_TransfigurationMovementStyle_SpawnIn_C"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_SpawnIn_C, UberGraphFrame) == 0x0005E8, "Member 'ABP_TransfigurationMovementStyle_SpawnIn_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_SpawnIn_C, PlaceTimeline_Scale_16644A4A4AD78EA0DD9B12BF839430F7) == 0x0005F0, "Member 'ABP_TransfigurationMovementStyle_SpawnIn_C::PlaceTimeline_Scale_16644A4A4AD78EA0DD9B12BF839430F7' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_SpawnIn_C, PlaceTimeline_DistanceFromSurface_16644A4A4AD78EA0DD9B12BF839430F7) == 0x0005F4, "Member 'ABP_TransfigurationMovementStyle_SpawnIn_C::PlaceTimeline_DistanceFromSurface_16644A4A4AD78EA0DD9B12BF839430F7' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_SpawnIn_C, PlaceTimeline__Direction_16644A4A4AD78EA0DD9B12BF839430F7) == 0x0005F8, "Member 'ABP_TransfigurationMovementStyle_SpawnIn_C::PlaceTimeline__Direction_16644A4A4AD78EA0DD9B12BF839430F7' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_SpawnIn_C, PlaceTimeline) == 0x000600, "Member 'ABP_TransfigurationMovementStyle_SpawnIn_C::PlaceTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_SpawnIn_C, LevitationDistance) == 0x000608, "Member 'ABP_TransfigurationMovementStyle_SpawnIn_C::LevitationDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor \ static_assert(alignof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor) == 0x000010, "Wrong alignment on BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor"); \ static_assert(sizeof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor) == 0x000120, "Wrong size on BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, EntryPoint) == 0x000000, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_GetVelocity_ReturnValue) == 0x000014, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_GetTargetTransform_ReturnValue) == 0x000020, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_GetTargetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000050, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_GetTransform_ReturnValue) == 0x000060, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_NearlyEqual_TransformTransform_ReturnValue) == 0x000090, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_NearlyEqual_TransformTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_BooleanAND_ReturnValue) == 0x000091, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_GetTransform_ReturnValue_1) == 0x0000A0, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, K2Node_Event_InNewActors) == 0x0000D0, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::K2Node_Event_InNewActors' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000E0, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_Array_Get_Item) == 0x0000E8, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_IsValid_ReturnValue) == 0x0000F0, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000F8, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_Array_Get_Item_1) == 0x000100, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_Array_Length_ReturnValue) == 0x000108, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_Array_Length_ReturnValue_1) == 0x00010C, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_Less_IntInt_ReturnValue) == 0x000110, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, Temp_int_Loop_Counter_Variable_1) == 0x000114, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_IsValid_ReturnValue_1) == 0x000118, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_Less_IntInt_ReturnValue_1) == 0x000119, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor, CallFunc_Add_IntInt_ReturnValue_1) == 0x00011C, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ExecuteUbergraph_BP_SpawnInTransfigurationPreviewActor::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SpawnInTransfigurationPreviewActor_C_ObjectConfirmed \ static_assert(alignof(BP_SpawnInTransfigurationPreviewActor_C_ObjectConfirmed) == 0x000008, "Wrong alignment on BP_SpawnInTransfigurationPreviewActor_C_ObjectConfirmed"); \ static_assert(sizeof(BP_SpawnInTransfigurationPreviewActor_C_ObjectConfirmed) == 0x000010, "Wrong size on BP_SpawnInTransfigurationPreviewActor_C_ObjectConfirmed"); \ static_assert(offsetof(BP_SpawnInTransfigurationPreviewActor_C_ObjectConfirmed, InNewActors) == 0x000000, "Member 'BP_SpawnInTransfigurationPreviewActor_C_ObjectConfirmed::InNewActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SpawnInTransfigurationPreviewActor_C \ static_assert(alignof(ABP_SpawnInTransfigurationPreviewActor_C) == 0x000010, "Wrong alignment on ABP_SpawnInTransfigurationPreviewActor_C"); \ static_assert(sizeof(ABP_SpawnInTransfigurationPreviewActor_C) == 0x000440, "Wrong size on ABP_SpawnInTransfigurationPreviewActor_C"); \ static_assert(offsetof(ABP_SpawnInTransfigurationPreviewActor_C, UberGraphFrame) == 0x000430, "Member 'ABP_SpawnInTransfigurationPreviewActor_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen \ static_assert(alignof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen) == 0x000008, "Wrong alignment on UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen"); \ static_assert(sizeof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen) == 0x000130, "Wrong size on UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, EntryPoint) == 0x000000, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, CallFunc_HermesBindEvent_Handle) == 0x000028, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, CallFunc_HermesBindEvent_Handle_1) == 0x000038, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, K2Node_Event_IsDesignTime) == 0x000048, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, K2Node_MakeStruct_LegendItemData) == 0x000050, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, K2Node_MakeArray_Array) == 0x000080, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000094, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, K2Node_Event_NewLegendItem) == 0x000098, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::K2Node_Event_NewLegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, K2Node_Event_StartFromIndex) == 0x0000A0, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::K2Node_Event_StartFromIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x0000A8, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, CallFunc_GetChildrenCount_ReturnValue) == 0x0000B0, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000B4, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000C4, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, CallFunc_HermesBindEvent_Handle_2) == 0x0000C8, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000D8, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, CallFunc_GetChildrenCount_ReturnValue_1) == 0x0000DC, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::CallFunc_GetChildrenCount_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, K2Node_MakeStruct_Margin) == 0x0000E0, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000F0, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, CallFunc_RemoveChildAt_ReturnValue) == 0x0000F4, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::CallFunc_RemoveChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, CallFunc_Array_Add_ReturnValue) == 0x0000F8, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, CallFunc_Array_Length_ReturnValue_1) == 0x0000FC, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, K2Node_CustomEvent_Caller_2) == 0x000100, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000108, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, K2Node_CustomEvent_Caller_1) == 0x000110, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, CallFunc_PlayAnimationForward_ReturnValue) == 0x000118, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000120, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen, K2Node_CustomEvent_Caller) == 0x000128, "Member 'UI_BP_Legend_Horizontal_Screen_C_ExecuteUbergraph_UI_BP_Legend_Horizontal_Screen::K2Node_CustomEvent_Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Legend_Horizontal_Screen_C_ResolutionSettingsApplied \ static_assert(alignof(UI_BP_Legend_Horizontal_Screen_C_ResolutionSettingsApplied) == 0x000008, "Wrong alignment on UI_BP_Legend_Horizontal_Screen_C_ResolutionSettingsApplied"); \ static_assert(sizeof(UI_BP_Legend_Horizontal_Screen_C_ResolutionSettingsApplied) == 0x000008, "Wrong size on UI_BP_Legend_Horizontal_Screen_C_ResolutionSettingsApplied"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_ResolutionSettingsApplied, Caller) == 0x000000, "Member 'UI_BP_Legend_Horizontal_Screen_C_ResolutionSettingsApplied::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Legend_Horizontal_Screen_C_FadeLegendIn \ static_assert(alignof(UI_BP_Legend_Horizontal_Screen_C_FadeLegendIn) == 0x000008, "Wrong alignment on UI_BP_Legend_Horizontal_Screen_C_FadeLegendIn"); \ static_assert(sizeof(UI_BP_Legend_Horizontal_Screen_C_FadeLegendIn) == 0x000008, "Wrong size on UI_BP_Legend_Horizontal_Screen_C_FadeLegendIn"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_FadeLegendIn, Caller) == 0x000000, "Member 'UI_BP_Legend_Horizontal_Screen_C_FadeLegendIn::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Legend_Horizontal_Screen_C_FadeLegendOut \ static_assert(alignof(UI_BP_Legend_Horizontal_Screen_C_FadeLegendOut) == 0x000008, "Wrong alignment on UI_BP_Legend_Horizontal_Screen_C_FadeLegendOut"); \ static_assert(sizeof(UI_BP_Legend_Horizontal_Screen_C_FadeLegendOut) == 0x000008, "Wrong size on UI_BP_Legend_Horizontal_Screen_C_FadeLegendOut"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_FadeLegendOut, Caller) == 0x000000, "Member 'UI_BP_Legend_Horizontal_Screen_C_FadeLegendOut::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Legend_Horizontal_Screen_C_RemoveAllLegendItems \ static_assert(alignof(UI_BP_Legend_Horizontal_Screen_C_RemoveAllLegendItems) == 0x000004, "Wrong alignment on UI_BP_Legend_Horizontal_Screen_C_RemoveAllLegendItems"); \ static_assert(sizeof(UI_BP_Legend_Horizontal_Screen_C_RemoveAllLegendItems) == 0x000004, "Wrong size on UI_BP_Legend_Horizontal_Screen_C_RemoveAllLegendItems"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_RemoveAllLegendItems, StartFromIndex) == 0x000000, "Member 'UI_BP_Legend_Horizontal_Screen_C_RemoveAllLegendItems::StartFromIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Legend_Horizontal_Screen_C_AddLegendItem \ static_assert(alignof(UI_BP_Legend_Horizontal_Screen_C_AddLegendItem) == 0x000008, "Wrong alignment on UI_BP_Legend_Horizontal_Screen_C_AddLegendItem"); \ static_assert(sizeof(UI_BP_Legend_Horizontal_Screen_C_AddLegendItem) == 0x000008, "Wrong size on UI_BP_Legend_Horizontal_Screen_C_AddLegendItem"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_AddLegendItem, NewLegendItem) == 0x000000, "Member 'UI_BP_Legend_Horizontal_Screen_C_AddLegendItem::NewLegendItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Legend_Horizontal_Screen_C_PreConstruct \ static_assert(alignof(UI_BP_Legend_Horizontal_Screen_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_Legend_Horizontal_Screen_C_PreConstruct"); \ static_assert(sizeof(UI_BP_Legend_Horizontal_Screen_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_Legend_Horizontal_Screen_C_PreConstruct"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_Legend_Horizontal_Screen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth \ static_assert(alignof(UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth) == 0x000008, "Wrong alignment on UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth"); \ static_assert(sizeof(UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth) == 0x000060, "Wrong size on UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth, IdealWidth) == 0x000000, "Member 'UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth::IdealWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth, CurrentRatio) == 0x000004, "Member 'UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth, CurrentWidth) == 0x000008, "Member 'UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth::CurrentWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth, IdealRatio) == 0x00000C, "Member 'UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin) == 0x000010, "Member 'UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000020, "Member 'UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000028, "Member 'UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_1) == 0x000034, "Member 'UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue) == 0x000044, "Member 'UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000048, "Member 'UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth, CallFunc_GetViewportSize_ReturnValue) == 0x00004C, "Member 'UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth, CallFunc_BreakVector2D_X) == 0x000054, "Member 'UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth, CallFunc_BreakVector2D_Y) == 0x000058, "Member 'UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00005C, "Member 'UI_BP_Legend_Horizontal_Screen_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings) == 0x000070, "Wrong size on UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings, Temp_int_Array_Index_Variable) == 0x000038, "Member 'UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item) == 0x000048, "Member 'UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000058, "Member 'UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'UI_BP_Legend_Horizontal_Screen_C_GatherMenuReaderStrings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Legend_Horizontal_Screen_C \ static_assert(alignof(UUI_BP_Legend_Horizontal_Screen_C) == 0x000008, "Wrong alignment on UUI_BP_Legend_Horizontal_Screen_C"); \ static_assert(sizeof(UUI_BP_Legend_Horizontal_Screen_C) == 0x0003C0, "Wrong size on UUI_BP_Legend_Horizontal_Screen_C"); \ static_assert(offsetof(UUI_BP_Legend_Horizontal_Screen_C, UberGraphFrame) == 0x000388, "Member 'UUI_BP_Legend_Horizontal_Screen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Legend_Horizontal_Screen_C, FadeLegend) == 0x000390, "Member 'UUI_BP_Legend_Horizontal_Screen_C::FadeLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Legend_Horizontal_Screen_C, Main) == 0x000398, "Member 'UUI_BP_Legend_Horizontal_Screen_C::Main' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Legend_Horizontal_Screen_C, ParentLegendPanel) == 0x0003A0, "Member 'UUI_BP_Legend_Horizontal_Screen_C::ParentLegendPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Legend_Horizontal_Screen_C, CachedLegendItems) == 0x0003A8, "Member 'UUI_BP_Legend_Horizontal_Screen_C::CachedLegendItems' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Legend_Horizontal_Screen_C, useViewportAdjustment) == 0x0003B8, "Member 'UUI_BP_Legend_Horizontal_Screen_C::useViewportAdjustment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCast_LightFinisher2p1_C \ static_assert(alignof(UABL_WandCast_LightFinisher2p1_C) == 0x000008, "Wrong alignment on UABL_WandCast_LightFinisher2p1_C"); \ static_assert(sizeof(UABL_WandCast_LightFinisher2p1_C) == 0x0000D0, "Wrong size on UABL_WandCast_LightFinisher2p1_C"); \ #define DUMPER7_ASSERTS_UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip \ static_assert(alignof(UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip) == 0x000008, "Wrong alignment on UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip"); \ static_assert(sizeof(UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip) == 0x000060, "Wrong size on UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip"); \ static_assert(offsetof(UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip, EntryPoint) == 0x000000, "Member 'UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000018, "Member 'UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip, CallFunc_GetSkipLegendItem_ReturnValue) == 0x000020, "Member 'UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip::CallFunc_GetSkipLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip, CallFunc_GetSkipLegendItem_ReturnValue_1) == 0x000028, "Member 'UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip::CallFunc_GetSkipLegendItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip, CallFunc_PlayAnimationForward_ReturnValue) == 0x000030, "Member 'UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip, CallFunc_Should_Animate_Forward_ReturnValue) == 0x000038, "Member 'UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip::CallFunc_Should_Animate_Forward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip, K2Node_CustomEvent_LegendItem) == 0x000040, "Member 'UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip::K2Node_CustomEvent_LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip, K2Node_CustomEvent_HoldWasCompleted) == 0x000048, "Member 'UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip::K2Node_CustomEvent_HoldWasCompleted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip, CallFunc_PostEventAtLocation_ReturnValue) == 0x00004C, "Member 'UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip, K2Node_CustomEvent_Legend) == 0x000050, "Member 'UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip::K2Node_CustomEvent_Legend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip, CallFunc_IsAnimationPlayingForward_ReturnValue) == 0x000058, "Member 'UI_BP_Skip_C_ExecuteUbergraph_UI_BP_Skip::CallFunc_IsAnimationPlayingForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Skip_C_OnLegendHidden \ static_assert(alignof(UI_BP_Skip_C_OnLegendHidden) == 0x000008, "Wrong alignment on UI_BP_Skip_C_OnLegendHidden"); \ static_assert(sizeof(UI_BP_Skip_C_OnLegendHidden) == 0x000008, "Wrong size on UI_BP_Skip_C_OnLegendHidden"); \ static_assert(offsetof(UI_BP_Skip_C_OnLegendHidden, Legend_0) == 0x000000, "Member 'UI_BP_Skip_C_OnLegendHidden::Legend_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Skip_C_OnSkipHoldReleased \ static_assert(alignof(UI_BP_Skip_C_OnSkipHoldReleased) == 0x000008, "Wrong alignment on UI_BP_Skip_C_OnSkipHoldReleased"); \ static_assert(sizeof(UI_BP_Skip_C_OnSkipHoldReleased) == 0x000010, "Wrong size on UI_BP_Skip_C_OnSkipHoldReleased"); \ static_assert(offsetof(UI_BP_Skip_C_OnSkipHoldReleased, LegendItem) == 0x000000, "Member 'UI_BP_Skip_C_OnSkipHoldReleased::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_OnSkipHoldReleased, HoldWasCompleted) == 0x000008, "Member 'UI_BP_Skip_C_OnSkipHoldReleased::HoldWasCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Skip_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_Skip_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_Skip_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_Skip_C_BlueprintOnUMGInputAction) == 0x000028, "Wrong size on UI_BP_Skip_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_Skip_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_Skip_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_Skip_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_Skip_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_BlueprintOnUMGInputAction, CallFunc_GetLegendItem_ReturnValue) == 0x000008, "Member 'UI_BP_Skip_C_BlueprintOnUMGInputAction::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000010, "Member 'UI_BP_Skip_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_BlueprintOnUMGInputAction, CallFunc_GetLegendItem_ReturnValue_1) == 0x000018, "Member 'UI_BP_Skip_C_BlueprintOnUMGInputAction::CallFunc_GetLegendItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000020, "Member 'UI_BP_Skip_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000024, "Member 'UI_BP_Skip_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000025, "Member 'UI_BP_Skip_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Skip_C_Should_Animate_Forward \ static_assert(alignof(UI_BP_Skip_C_Should_Animate_Forward) == 0x000008, "Wrong alignment on UI_BP_Skip_C_Should_Animate_Forward"); \ static_assert(sizeof(UI_BP_Skip_C_Should_Animate_Forward) == 0x000010, "Wrong size on UI_BP_Skip_C_Should_Animate_Forward"); \ static_assert(offsetof(UI_BP_Skip_C_Should_Animate_Forward, InAnimation) == 0x000000, "Member 'UI_BP_Skip_C_Should_Animate_Forward::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_Should_Animate_Forward, ReturnValue) == 0x000008, "Member 'UI_BP_Skip_C_Should_Animate_Forward::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_Should_Animate_Forward, CallFunc_IsAnimationPlayingForward_ReturnValue) == 0x000009, "Member 'UI_BP_Skip_C_Should_Animate_Forward::CallFunc_IsAnimationPlayingForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_Should_Animate_Forward, CallFunc_IsVisible_ReturnValue) == 0x00000A, "Member 'UI_BP_Skip_C_Should_Animate_Forward::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_Should_Animate_Forward, CallFunc_Not_PreBool_ReturnValue) == 0x00000B, "Member 'UI_BP_Skip_C_Should_Animate_Forward::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_Should_Animate_Forward, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000C, "Member 'UI_BP_Skip_C_Should_Animate_Forward::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_Should_Animate_Forward, CallFunc_BooleanOR_ReturnValue) == 0x00000D, "Member 'UI_BP_Skip_C_Should_Animate_Forward::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Skip_C_Refresh_Timer \ static_assert(alignof(UI_BP_Skip_C_Refresh_Timer) == 0x000008, "Wrong alignment on UI_BP_Skip_C_Refresh_Timer"); \ static_assert(sizeof(UI_BP_Skip_C_Refresh_Timer) == 0x000020, "Wrong size on UI_BP_Skip_C_Refresh_Timer"); \ static_assert(offsetof(UI_BP_Skip_C_Refresh_Timer, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'UI_BP_Skip_C_Refresh_Timer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_Refresh_Timer, CallFunc_K2_InvalidateTimerHandle_ReturnValue) == 0x000010, "Member 'UI_BP_Skip_C_Refresh_Timer::CallFunc_K2_InvalidateTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_Refresh_Timer, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'UI_BP_Skip_C_Refresh_Timer::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Skip_C_GetSkipLegendItem \ static_assert(alignof(UI_BP_Skip_C_GetSkipLegendItem) == 0x000008, "Wrong alignment on UI_BP_Skip_C_GetSkipLegendItem"); \ static_assert(sizeof(UI_BP_Skip_C_GetSkipLegendItem) == 0x000010, "Wrong size on UI_BP_Skip_C_GetSkipLegendItem"); \ static_assert(offsetof(UI_BP_Skip_C_GetSkipLegendItem, ReturnValue) == 0x000000, "Member 'UI_BP_Skip_C_GetSkipLegendItem::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Skip_C_GetSkipLegendItem, CallFunc_GetLegendItem_ReturnValue) == 0x000008, "Member 'UI_BP_Skip_C_GetSkipLegendItem::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Skip_C_SequenceEvent__ENTRYPOINTUI_BP_Skip_0 \ static_assert(alignof(UI_BP_Skip_C_SequenceEvent__ENTRYPOINTUI_BP_Skip_0) == 0x000008, "Wrong alignment on UI_BP_Skip_C_SequenceEvent__ENTRYPOINTUI_BP_Skip_0"); \ static_assert(sizeof(UI_BP_Skip_C_SequenceEvent__ENTRYPOINTUI_BP_Skip_0) == 0x000008, "Wrong size on UI_BP_Skip_C_SequenceEvent__ENTRYPOINTUI_BP_Skip_0"); \ static_assert(offsetof(UI_BP_Skip_C_SequenceEvent__ENTRYPOINTUI_BP_Skip_0, Legend_0) == 0x000000, "Member 'UI_BP_Skip_C_SequenceEvent__ENTRYPOINTUI_BP_Skip_0::Legend_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Skip_C \ static_assert(alignof(UUI_BP_Skip_C) == 0x000008, "Wrong alignment on UUI_BP_Skip_C"); \ static_assert(sizeof(UUI_BP_Skip_C) == 0x000350, "Wrong size on UUI_BP_Skip_C"); \ static_assert(offsetof(UUI_BP_Skip_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_Skip_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Skip_C, HideAnimation) == 0x000330, "Member 'UUI_BP_Skip_C::HideAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Skip_C, ShowAnimation) == 0x000338, "Member 'UUI_BP_Skip_C::ShowAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Skip_C, Legend) == 0x000340, "Member 'UUI_BP_Skip_C::Legend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Skip_C, TimerEventHandle) == 0x000348, "Member 'UUI_BP_Skip_C::TimerEventHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_RichPaper_C_SetRichPaper \ static_assert(alignof(UI_BPI_RichPaper_C_SetRichPaper) == 0x000008, "Wrong alignment on UI_BPI_RichPaper_C_SetRichPaper"); \ static_assert(sizeof(UI_BPI_RichPaper_C_SetRichPaper) == 0x000020, "Wrong size on UI_BPI_RichPaper_C_SetRichPaper"); \ static_assert(offsetof(UI_BPI_RichPaper_C_SetRichPaper, RichPaperID) == 0x000000, "Member 'UI_BPI_RichPaper_C_SetRichPaper::RichPaperID' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_RichPaper_C_SetRichPaper, sender) == 0x000010, "Member 'UI_BPI_RichPaper_C_SetRichPaper::sender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_RichPaper_C_SetBackgroundImage \ static_assert(alignof(UI_BPI_RichPaper_C_SetBackgroundImage) == 0x000008, "Wrong alignment on UI_BPI_RichPaper_C_SetBackgroundImage"); \ static_assert(sizeof(UI_BPI_RichPaper_C_SetBackgroundImage) == 0x000010, "Wrong size on UI_BPI_RichPaper_C_SetBackgroundImage"); \ static_assert(offsetof(UI_BPI_RichPaper_C_SetBackgroundImage, NewBackground) == 0x000000, "Member 'UI_BPI_RichPaper_C_SetBackgroundImage::NewBackground' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_RichPaper_C \ static_assert(alignof(IUI_BPI_RichPaper_C) == 0x000001, "Wrong alignment on IUI_BPI_RichPaper_C"); \ static_assert(sizeof(IUI_BPI_RichPaper_C) == 0x000001, "Wrong size on IUI_BPI_RichPaper_C"); \ #define DUMPER7_ASSERTS_UABL_DarkWizard_Counter_Attack_Kneel_C \ static_assert(alignof(UABL_DarkWizard_Counter_Attack_Kneel_C) == 0x000008, "Wrong alignment on UABL_DarkWizard_Counter_Attack_Kneel_C"); \ static_assert(sizeof(UABL_DarkWizard_Counter_Attack_Kneel_C) == 0x0000C8, "Wrong size on UABL_DarkWizard_Counter_Attack_Kneel_C"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall \ static_assert(alignof(ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall"); \ static_assert(sizeof(ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall) == 0x000070, "Wrong size on ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall"); \ static_assert(offsetof(ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall, EntryPoint) == 0x000000, "Member 'ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall, K2Node_Event_Context_1) == 0x000008, "Member 'ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall, K2Node_Event_Context) == 0x000010, "Member 'ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall, K2Node_Event_NextAbility) == 0x000018, "Member 'ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall, CallFunc_GetSelfActor_ReturnValue_1) == 0x000028, "Member 'ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000038, "Member 'ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall, CallFunc_GetAnimInstance_ReturnValue) == 0x000040, "Member 'ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000048, "Member 'ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000050, "Member 'ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroom_MountFromFall_C_ExecuteUbergraph_ABL_HoverBroom_MountFromFall::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountFromFall_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroom_MountFromFall_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountFromFall_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroom_MountFromFall_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroom_MountFromFall_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroom_MountFromFall_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroom_MountFromFall_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromFall_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroom_MountFromFall_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountFromFall_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroom_MountFromFall_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountFromFall_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroom_MountFromFall_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroom_MountFromFall_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroom_MountFromFall_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroom_MountFromFall_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroom_MountFromFall_C \ static_assert(alignof(UABL_HoverBroom_MountFromFall_C) == 0x000008, "Wrong alignment on UABL_HoverBroom_MountFromFall_C"); \ static_assert(sizeof(UABL_HoverBroom_MountFromFall_C) == 0x0000D0, "Wrong size on UABL_HoverBroom_MountFromFall_C"); \ static_assert(offsetof(UABL_HoverBroom_MountFromFall_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroom_MountFromFall_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_ButtonHighlight_C_I_PlayHighlightAnimation \ static_assert(alignof(UI_BPI_ButtonHighlight_C_I_PlayHighlightAnimation) == 0x000001, "Wrong alignment on UI_BPI_ButtonHighlight_C_I_PlayHighlightAnimation"); \ static_assert(sizeof(UI_BPI_ButtonHighlight_C_I_PlayHighlightAnimation) == 0x000001, "Wrong size on UI_BPI_ButtonHighlight_C_I_PlayHighlightAnimation"); \ static_assert(offsetof(UI_BPI_ButtonHighlight_C_I_PlayHighlightAnimation, ShowHighlight) == 0x000000, "Member 'UI_BPI_ButtonHighlight_C_I_PlayHighlightAnimation::ShowHighlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_ButtonHighlight_C \ static_assert(alignof(IUI_BPI_ButtonHighlight_C) == 0x000001, "Wrong alignment on IUI_BPI_ButtonHighlight_C"); \ static_assert(sizeof(IUI_BPI_ButtonHighlight_C) == 0x000001, "Wrong size on IUI_BPI_ButtonHighlight_C"); \ #define DUMPER7_ASSERTS_UI_BPI_Screen_C_GetAsyncWrapperRenderSize \ static_assert(alignof(UI_BPI_Screen_C_GetAsyncWrapperRenderSize) == 0x000004, "Wrong alignment on UI_BPI_Screen_C_GetAsyncWrapperRenderSize"); \ static_assert(sizeof(UI_BPI_Screen_C_GetAsyncWrapperRenderSize) == 0x000008, "Wrong size on UI_BPI_Screen_C_GetAsyncWrapperRenderSize"); \ static_assert(offsetof(UI_BPI_Screen_C_GetAsyncWrapperRenderSize, RenderSize) == 0x000000, "Member 'UI_BPI_Screen_C_GetAsyncWrapperRenderSize::RenderSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_Screen_C_SetParent \ static_assert(alignof(UI_BPI_Screen_C_SetParent) == 0x000008, "Wrong alignment on UI_BPI_Screen_C_SetParent"); \ static_assert(sizeof(UI_BPI_Screen_C_SetParent) == 0x000008, "Wrong size on UI_BPI_Screen_C_SetParent"); \ static_assert(offsetof(UI_BPI_Screen_C_SetParent, Parent) == 0x000000, "Member 'UI_BPI_Screen_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_Screen_C \ static_assert(alignof(IUI_BPI_Screen_C) == 0x000001, "Wrong alignment on IUI_BPI_Screen_C"); \ static_assert(sizeof(IUI_BPI_Screen_C) == 0x000001, "Wrong size on IUI_BPI_Screen_C"); \ #define DUMPER7_ASSERTS_UI_BPI_ScrollBox_C_I_SetCursorPos \ static_assert(alignof(UI_BPI_ScrollBox_C_I_SetCursorPos) == 0x000001, "Wrong alignment on UI_BPI_ScrollBox_C_I_SetCursorPos"); \ static_assert(sizeof(UI_BPI_ScrollBox_C_I_SetCursorPos) == 0x000001, "Wrong size on UI_BPI_ScrollBox_C_I_SetCursorPos"); \ static_assert(offsetof(UI_BPI_ScrollBox_C_I_SetCursorPos, Container___Inventory) == 0x000000, "Member 'UI_BPI_ScrollBox_C_I_SetCursorPos::Container___Inventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_ScrollBox_C_I_SetButtonClass \ static_assert(alignof(UI_BPI_ScrollBox_C_I_SetButtonClass) == 0x000008, "Wrong alignment on UI_BPI_ScrollBox_C_I_SetButtonClass"); \ static_assert(sizeof(UI_BPI_ScrollBox_C_I_SetButtonClass) == 0x000008, "Wrong size on UI_BPI_ScrollBox_C_I_SetButtonClass"); \ static_assert(offsetof(UI_BPI_ScrollBox_C_I_SetButtonClass, Widget_Class) == 0x000000, "Member 'UI_BPI_ScrollBox_C_I_SetButtonClass::Widget_Class' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_ScrollBox_C \ static_assert(alignof(IUI_BPI_ScrollBox_C) == 0x000001, "Wrong alignment on IUI_BPI_ScrollBox_C"); \ static_assert(sizeof(IUI_BPI_ScrollBox_C) == 0x000001, "Wrong size on IUI_BPI_ScrollBox_C"); \ #define DUMPER7_ASSERTS_UBP_JumpLandHard_CamShake_C \ static_assert(alignof(UBP_JumpLandHard_CamShake_C) == 0x000010, "Wrong alignment on UBP_JumpLandHard_CamShake_C"); \ static_assert(sizeof(UBP_JumpLandHard_CamShake_C) == 0x0001B0, "Wrong size on UBP_JumpLandHard_CamShake_C"); \ #define DUMPER7_ASSERTS_UUI_BP_FG_PopupBorder_C \ static_assert(alignof(UUI_BP_FG_PopupBorder_C) == 0x000008, "Wrong alignment on UUI_BP_FG_PopupBorder_C"); \ static_assert(sizeof(UUI_BP_FG_PopupBorder_C) == 0x000270, "Wrong size on UUI_BP_FG_PopupBorder_C"); \ static_assert(offsetof(UUI_BP_FG_PopupBorder_C, Glow) == 0x000268, "Member 'UUI_BP_FG_PopupBorder_C::Glow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_PhoenixHud_C_I_SetHudWidgetVisibility \ static_assert(alignof(BPI_PhoenixHud_C_I_SetHudWidgetVisibility) == 0x000001, "Wrong alignment on BPI_PhoenixHud_C_I_SetHudWidgetVisibility"); \ static_assert(sizeof(BPI_PhoenixHud_C_I_SetHudWidgetVisibility) == 0x000001, "Wrong size on BPI_PhoenixHud_C_I_SetHudWidgetVisibility"); \ static_assert(offsetof(BPI_PhoenixHud_C_I_SetHudWidgetVisibility, Visibility) == 0x000000, "Member 'BPI_PhoenixHud_C_I_SetHudWidgetVisibility::Visibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_PhoenixHud_C_I_SetHudElementVisibility \ static_assert(alignof(BPI_PhoenixHud_C_I_SetHudElementVisibility) == 0x000008, "Wrong alignment on BPI_PhoenixHud_C_I_SetHudElementVisibility"); \ static_assert(sizeof(BPI_PhoenixHud_C_I_SetHudElementVisibility) == 0x000030, "Wrong size on BPI_PhoenixHud_C_I_SetHudElementVisibility"); \ static_assert(offsetof(BPI_PhoenixHud_C_I_SetHudElementVisibility, HUDElementName) == 0x000000, "Member 'BPI_PhoenixHud_C_I_SetHudElementVisibility::HUDElementName' has a wrong offset!"); \ static_assert(offsetof(BPI_PhoenixHud_C_I_SetHudElementVisibility, Visibility) == 0x000010, "Member 'BPI_PhoenixHud_C_I_SetHudElementVisibility::Visibility' has a wrong offset!"); \ static_assert(offsetof(BPI_PhoenixHud_C_I_SetHudElementVisibility, Context) == 0x000018, "Member 'BPI_PhoenixHud_C_I_SetHudElementVisibility::Context' has a wrong offset!"); \ static_assert(offsetof(BPI_PhoenixHud_C_I_SetHudElementVisibility, Provider) == 0x000028, "Member 'BPI_PhoenixHud_C_I_SetHudElementVisibility::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBPI_PhoenixHud_C \ static_assert(alignof(IBPI_PhoenixHud_C) == 0x000001, "Wrong alignment on IBPI_PhoenixHud_C"); \ static_assert(sizeof(IBPI_PhoenixHud_C) == 0x000001, "Wrong size on IBPI_PhoenixHud_C"); \ #define DUMPER7_ASSERTS_UI_BP_BasicToolTipPopout_C_AddToolTipData \ static_assert(alignof(UI_BP_BasicToolTipPopout_C_AddToolTipData) == 0x000008, "Wrong alignment on UI_BP_BasicToolTipPopout_C_AddToolTipData"); \ static_assert(sizeof(UI_BP_BasicToolTipPopout_C_AddToolTipData) == 0x000030, "Wrong size on UI_BP_BasicToolTipPopout_C_AddToolTipData"); \ static_assert(offsetof(UI_BP_BasicToolTipPopout_C_AddToolTipData, NewCallout) == 0x000000, "Member 'UI_BP_BasicToolTipPopout_C_AddToolTipData::NewCallout' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BasicToolTipPopout_C_AddToolTipData, newText) == 0x000010, "Member 'UI_BP_BasicToolTipPopout_C_AddToolTipData::newText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BasicToolTipPopout_C_AddToolTipData, K2Node_MakeArray_Array) == 0x000020, "Member 'UI_BP_BasicToolTipPopout_C_AddToolTipData::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_BasicToolTipPopout_C \ static_assert(alignof(UUI_BP_BasicToolTipPopout_C) == 0x000008, "Wrong alignment on UUI_BP_BasicToolTipPopout_C"); \ static_assert(sizeof(UUI_BP_BasicToolTipPopout_C) == 0x000270, "Wrong size on UUI_BP_BasicToolTipPopout_C"); \ static_assert(offsetof(UUI_BP_BasicToolTipPopout_C, Legend) == 0x000268, "Member 'UUI_BP_BasicToolTipPopout_C::Legend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_GetCreatureSpecies \ static_assert(alignof(FL_NurturingFunctionLibary_C_GetCreatureSpecies) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_GetCreatureSpecies"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_GetCreatureSpecies) == 0x000068, "Wrong size on FL_NurturingFunctionLibary_C_GetCreatureSpecies"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureSpecies, InCreatureUID) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_GetCreatureSpecies::InCreatureUID' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureSpecies, __WorldContext) == 0x000008, "Member 'FL_NurturingFunctionLibary_C_GetCreatureSpecies::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureSpecies, CreatureSpecies) == 0x000010, "Member 'FL_NurturingFunctionLibary_C_GetCreatureSpecies::CreatureSpecies' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureSpecies, CallFunc_Get_ReturnValue) == 0x000020, "Member 'FL_NurturingFunctionLibary_C_GetCreatureSpecies::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureSpecies, CallFunc_BP_GetCreatureStateByFName_ReturnValue) == 0x000028, "Member 'FL_NurturingFunctionLibary_C_GetCreatureSpecies::CallFunc_BP_GetCreatureStateByFName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureSpecies, CallFunc_GetTypeID_ReturnValue) == 0x000030, "Member 'FL_NurturingFunctionLibary_C_GetCreatureSpecies::CallFunc_GetTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureSpecies, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'FL_NurturingFunctionLibary_C_GetCreatureSpecies::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureSpecies, CallFunc_Conv_NameToString_ReturnValue) == 0x000040, "Member 'FL_NurturingFunctionLibary_C_GetCreatureSpecies::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureSpecies, CallFunc_LeftChop_ReturnValue) == 0x000050, "Member 'FL_NurturingFunctionLibary_C_GetCreatureSpecies::CallFunc_LeftChop_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureSpecies, CallFunc_Contains_ReturnValue) == 0x000060, "Member 'FL_NurturingFunctionLibary_C_GetCreatureSpecies::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_GetCreatureInventoryButtonLegend \ static_assert(alignof(FL_NurturingFunctionLibary_C_GetCreatureInventoryButtonLegend) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_GetCreatureInventoryButtonLegend"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_GetCreatureInventoryButtonLegend) == 0x000020, "Wrong size on FL_NurturingFunctionLibary_C_GetCreatureInventoryButtonLegend"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureInventoryButtonLegend, __WorldContext) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_GetCreatureInventoryButtonLegend::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureInventoryButtonLegend, ButtonLegend) == 0x000008, "Member 'FL_NurturingFunctionLibary_C_GetCreatureInventoryButtonLegend::ButtonLegend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString \ static_assert(alignof(FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString) == 0x000098, "Wrong size on FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString, InVariation) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString::InVariation' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString, __WorldContext) == 0x000008, "Member 'FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString, OutInfoString) == 0x000010, "Member 'FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString::OutInfoString' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString, InfoString) == 0x000020, "Member 'FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString::InfoString' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString, CallFunc_Get_ReturnValue) == 0x000030, "Member 'FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString, CallFunc_Get_ReturnValue_1) == 0x000068, "Member 'FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString, CallFunc_BP_GetCreatureStateByFName_ReturnValue) == 0x000070, "Member 'FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString::CallFunc_BP_GetCreatureStateByFName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString, CallFunc_GetIsMale_ReturnValue) == 0x000078, "Member 'FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString::CallFunc_GetIsMale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString, CallFunc_IsValid_ReturnValue) == 0x000079, "Member 'FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString, CallFunc_GetTypeID_ReturnValue) == 0x00007C, "Member 'FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString::CallFunc_GetTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString, CallFunc_BP_GetCreatureDefinitionByType_ReturnValue) == 0x000088, "Member 'FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString::CallFunc_BP_GetCreatureDefinitionByType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString, CallFunc_IsOffspring_ReturnValue) == 0x000090, "Member 'FL_NurturingFunctionLibary_C_GetCreatureInventoryInfoString::CallFunc_IsOffspring_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_GetCreatureIconTextureName \ static_assert(alignof(FL_NurturingFunctionLibary_C_GetCreatureIconTextureName) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_GetCreatureIconTextureName"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_GetCreatureIconTextureName) == 0x000038, "Wrong size on FL_NurturingFunctionLibary_C_GetCreatureIconTextureName"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureIconTextureName, CreatureState) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_GetCreatureIconTextureName::CreatureState' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureIconTextureName, __WorldContext) == 0x000008, "Member 'FL_NurturingFunctionLibary_C_GetCreatureIconTextureName::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureIconTextureName, IconTextureName) == 0x000010, "Member 'FL_NurturingFunctionLibary_C_GetCreatureIconTextureName::IconTextureName' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureIconTextureName, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'FL_NurturingFunctionLibary_C_GetCreatureIconTextureName::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureIconTextureName, CallFunc_GetIconString_ReturnValue) == 0x000028, "Member 'FL_NurturingFunctionLibary_C_GetCreatureIconTextureName::CallFunc_GetIconString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_SetTextToCreatureName \ static_assert(alignof(FL_NurturingFunctionLibary_C_SetTextToCreatureName) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_SetTextToCreatureName"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_SetTextToCreatureName) == 0x000050, "Wrong size on FL_NurturingFunctionLibary_C_SetTextToCreatureName"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_SetTextToCreatureName, CreatureState) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_SetTextToCreatureName::CreatureState' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_SetTextToCreatureName, PhoenixTextBlock) == 0x000008, "Member 'FL_NurturingFunctionLibary_C_SetTextToCreatureName::PhoenixTextBlock' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_SetTextToCreatureName, __WorldContext) == 0x000010, "Member 'FL_NurturingFunctionLibary_C_SetTextToCreatureName::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_SetTextToCreatureName, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'FL_NurturingFunctionLibary_C_SetTextToCreatureName::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_SetTextToCreatureName, CallFunc_GetCreatureDisplayName_OutName) == 0x000020, "Member 'FL_NurturingFunctionLibary_C_SetTextToCreatureName::CallFunc_GetCreatureDisplayName_OutName' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_SetTextToCreatureName, CallFunc_GetCreatureDisplayName_OutIsLocalizationKey) == 0x000030, "Member 'FL_NurturingFunctionLibary_C_SetTextToCreatureName::CallFunc_GetCreatureDisplayName_OutIsLocalizationKey' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_SetTextToCreatureName, CallFunc_Conv_StringToText_ReturnValue) == 0x000038, "Member 'FL_NurturingFunctionLibary_C_SetTextToCreatureName::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName \ static_assert(alignof(FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName) == 0x000060, "Wrong size on FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName, CreatureDefinition) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName::CreatureDefinition' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName, __WorldContext) == 0x000008, "Member 'FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName, IconTextureName) == 0x000010, "Member 'FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName::IconTextureName' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName, Temp_bool_Variable) == 0x000020, "Member 'FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName, CallFunc_IsEggLaying_ReturnValue) == 0x000021, "Member 'FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName::CallFunc_IsEggLaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName, CallFunc_GetEggTypeID_ReturnValue) == 0x000024, "Member 'FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName::CallFunc_GetEggTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName, CallFunc_GetOffspringCreatureTypeID_ReturnValue) == 0x00002C, "Member 'FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName::CallFunc_GetOffspringCreatureTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName, K2Node_Select_Default) == 0x000034, "Member 'FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName, CallFunc_Conv_NameToString_ReturnValue) == 0x000040, "Member 'FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'FL_NurturingFunctionLibary_C_GetUnbornCreatureIconTextureName::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource \ static_assert(alignof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource) == 0x0004C8, "Wrong size on FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, Unlock_Source) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::Unlock_Source' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, __WorldContext) == 0x000050, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, Unlock_Text) == 0x000058, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::Unlock_Text' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_AVATranslate_ReturnValue) == 0x000070, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, K2Node_SwitchEnum_CmpSuccess) == 0x000088, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_AVATranslate_ReturnValue_1) == 0x000090, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_AVATranslate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_AVATranslate_ReturnValue_2) == 0x0000A8, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_AVATranslate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_AVATranslate_ReturnValue_3) == 0x0000C0, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_AVATranslate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, K2Node_MakeStruct_FormatArgumentData) == 0x0000D8, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, K2Node_MakeArray_Array) == 0x000118, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_AVATranslate_ReturnValue_4) == 0x000128, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_AVATranslate_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_AVATranslate_ReturnValue_5) == 0x000140, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_AVATranslate_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_AVATranslate_ReturnValue_6) == 0x000158, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_AVATranslate_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_AVATranslate_ReturnValue_7) == 0x000170, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_AVATranslate_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, Temp_bool_Variable) == 0x000188, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_AVATranslate_ReturnValue_8) == 0x000190, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_AVATranslate_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_Format_ReturnValue) == 0x0001A8, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_AVATranslate_ReturnValue_9) == 0x0001C0, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_AVATranslate_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001D8, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, K2Node_MakeArray_Array_1) == 0x000218, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, K2Node_MakeStruct_FormatArgumentData_2) == 0x000228, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_Format_ReturnValue_1) == 0x000268, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000280, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_AVATranslate_ReturnValue_10) == 0x000290, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_AVATranslate_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, K2Node_MakeStruct_FormatArgumentData_3) == 0x0002A8, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, K2Node_MakeArray_Array_2) == 0x0002E8, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, K2Node_MakeStruct_FormatArgumentData_4) == 0x0002F8, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_Format_ReturnValue_2) == 0x000338, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000350, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_AVATranslate_ReturnValue_11) == 0x000360, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_AVATranslate_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000378, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, K2Node_MakeStruct_FormatArgumentData_5) == 0x000380, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0003C0, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, K2Node_Select_Default) == 0x0003C4, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_Conv_NameToString_ReturnValue) == 0x0003D0, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_AVATranslate_ReturnValue_12) == 0x0003E0, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_AVATranslate_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, K2Node_MakeStruct_FormatArgumentData_6) == 0x0003F8, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, K2Node_MakeStruct_FormatArgumentData_7) == 0x000438, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, K2Node_MakeArray_Array_3) == 0x000478, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, K2Node_MakeArray_Array_4) == 0x000488, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::K2Node_MakeArray_Array_4' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_Format_ReturnValue_3) == 0x000498, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource, CallFunc_Format_ReturnValue_4) == 0x0004B0, "Member 'FL_NurturingFunctionLibary_C_GetUnlockTextFromUnlockSource::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace \ static_assert(alignof(FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace) == 0x000040, "Wrong size on FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace, CreatureState) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace::CreatureState' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace, __WorldContext) == 0x000008, "Member 'FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace, CanMoveCreature) == 0x000010, "Member 'FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace::CanMoveCreature' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace, ErrorMsgKey) == 0x000018, "Member 'FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace::ErrorMsgKey' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace, CallFunc_GetPregnancyState_ReturnValue) == 0x000028, "Member 'FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace::CallFunc_GetPregnancyState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace, CallFunc_GetDefinition_ReturnValue) == 0x000030, "Member 'FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace::CallFunc_GetDefinition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000038, "Member 'FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace, CallFunc_IsEgg_ReturnValue) == 0x000039, "Member 'FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace::CallFunc_IsEgg_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace, CallFunc_IsUnbornCreature_ReturnValue) == 0x00003A, "Member 'FL_NurturingFunctionLibary_C_GetCanMoveCreatureOutOfNurtureSpace::CallFunc_IsUnbornCreature_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName \ static_assert(alignof(FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName) == 0x000050, "Wrong size on FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName, CreatureUID) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName::CreatureUID' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName, __WorldContext) == 0x000008, "Member 'FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName, OutName) == 0x000010, "Member 'FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName::OutName' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName, OutIsLocalizationKey) == 0x000020, "Member 'FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName::OutIsLocalizationKey' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName, CallFunc_Get_ReturnValue) == 0x000028, "Member 'FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName, CallFunc_BP_GetCreatureStateByFName_ReturnValue) == 0x000030, "Member 'FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName::CallFunc_BP_GetCreatureStateByFName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName, CallFunc_GetCreatureDisplayName_OutName) == 0x000038, "Member 'FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName::CallFunc_GetCreatureDisplayName_OutName' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName, CallFunc_GetCreatureDisplayName_OutIsLocalizationKey) == 0x000048, "Member 'FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName::CallFunc_GetCreatureDisplayName_OutIsLocalizationKey' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'FL_NurturingFunctionLibary_C_GetCreatureDisplayNameFromUIDName::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_GetTimeRemainingText \ static_assert(alignof(FL_NurturingFunctionLibary_C_GetTimeRemainingText) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_GetTimeRemainingText"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_GetTimeRemainingText) == 0x0005C8, "Wrong size on FL_NurturingFunctionLibary_C_GetTimeRemainingText"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, TimeRemaining) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::TimeRemaining' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, __WorldContext) == 0x000008, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, TimeRemainingText) == 0x000010, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::TimeRemainingText' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, Temp_bool_Variable) == 0x000028, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_BreakTimespan_Days) == 0x00002C, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_BreakTimespan_Days' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_BreakTimespan_Hours) == 0x000030, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_BreakTimespan_Hours' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_BreakTimespan_Minutes) == 0x000034, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_BreakTimespan_Minutes' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_BreakTimespan_Seconds) == 0x000038, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_BreakTimespan_Seconds' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_BreakTimespan_Milliseconds) == 0x00003C, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_BreakTimespan_Milliseconds' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_MakeTimespan_ReturnValue) == 0x000040, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_MakeTimespan_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000048, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_Subtract_IntInt_ReturnValue) == 0x00004C, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_MakeTimespan_ReturnValue_1) == 0x000050, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_MakeTimespan_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_MakeTimespan_ReturnValue_2) == 0x000058, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_MakeTimespan_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, Temp_bool_Variable_1) == 0x000060, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_Add_TimespanTimespan_ReturnValue) == 0x000068, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_Add_TimespanTimespan_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, Temp_bool_Variable_2) == 0x000070, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, Temp_bool_Variable_3) == 0x000071, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, Temp_bool_Variable_4) == 0x000072, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_Select_Default) == 0x000078, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_MakeTimespan_ReturnValue_3) == 0x000080, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_MakeTimespan_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_GetSeconds_ReturnValue) == 0x000088, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_GetSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_Greater_TimespanTimespan_ReturnValue) == 0x00008C, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_Greater_TimespanTimespan_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_Conv_IntToText_ReturnValue) == 0x000090, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_MakeStruct_FormatArgumentData) == 0x0000A8, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_GetMinutes_ReturnValue) == 0x0000E8, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_GetMinutes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_GetDays_ReturnValue) == 0x0000EC, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_GetDays_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_Conv_IntToText_ReturnValue_1) == 0x0000F0, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000108, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000120, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_MakeStruct_FormatArgumentData_2) == 0x000160, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_GetHours_ReturnValue) == 0x0001A0, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_GetHours_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_GetSeconds_ReturnValue_1) == 0x0001A4, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_GetSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_Conv_IntToText_ReturnValue_3) == 0x0001A8, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_Conv_IntToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_Conv_IntToText_ReturnValue_4) == 0x0001C0, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_Conv_IntToText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001D8, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_MakeStruct_FormatArgumentData_4) == 0x000218, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_MakeArray_Array) == 0x000258, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_GetMinutes_ReturnValue_1) == 0x000268, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_GetMinutes_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_GetHours_ReturnValue_1) == 0x00026C, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_GetHours_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_Conv_IntToText_ReturnValue_5) == 0x000270, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_Conv_IntToText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_Conv_IntToText_ReturnValue_6) == 0x000288, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_Conv_IntToText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_MakeStruct_FormatArgumentData_5) == 0x0002A0, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_MakeStruct_FormatArgumentData_6) == 0x0002E0, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_GetSeconds_ReturnValue_2) == 0x000320, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_GetSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_MakeArray_Array_1) == 0x000328, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_Conv_IntToText_ReturnValue_7) == 0x000338, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_Conv_IntToText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_GetMinutes_ReturnValue_2) == 0x000350, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_GetMinutes_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_MakeStruct_FormatArgumentData_7) == 0x000358, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_Conv_IntToText_ReturnValue_8) == 0x000398, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_Conv_IntToText_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_GetSeconds_ReturnValue_3) == 0x0003B0, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_GetSeconds_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_MakeStruct_FormatArgumentData_8) == 0x0003B8, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_Conv_IntToText_ReturnValue_9) == 0x0003F8, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_Conv_IntToText_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_MakeArray_Array_2) == 0x000410, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_MakeStruct_FormatArgumentData_9) == 0x000420, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_GreaterEqual_TimespanTimespan_ReturnValue) == 0x000460, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_GreaterEqual_TimespanTimespan_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_MakeArray_Array_3) == 0x000468, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_GreaterEqual_TimespanTimespan_ReturnValue_1) == 0x000478, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_GreaterEqual_TimespanTimespan_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_AVATranslate_ReturnValue) == 0x000480, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_MakeTimespan_ReturnValue_4) == 0x000498, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_MakeTimespan_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_AVATranslate_ReturnValue_1) == 0x0004A0, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_AVATranslate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_GreaterEqual_TimespanTimespan_ReturnValue_2) == 0x0004B8, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_GreaterEqual_TimespanTimespan_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_Format_ReturnValue) == 0x0004C0, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_AVATranslate_ReturnValue_2) == 0x0004D8, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_AVATranslate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_AVATranslate_ReturnValue_3) == 0x0004F0, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_AVATranslate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_Format_ReturnValue_1) == 0x000508, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_Format_ReturnValue_2) == 0x000520, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_AVATranslate_ReturnValue_4) == 0x000538, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_AVATranslate_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_Select_Default_1) == 0x000550, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, CallFunc_Format_ReturnValue_3) == 0x000568, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_Select_Default_2) == 0x000580, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_Select_Default_3) == 0x000598, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTimeRemainingText, K2Node_Select_Default_4) == 0x0005B0, "Member 'FL_NurturingFunctionLibary_C_GetTimeRemainingText::K2Node_Select_Default_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature \ static_assert(alignof(FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature) == 0x000040, "Wrong size on FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature, CreatureState) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature::CreatureState' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature, __WorldContext) == 0x000008, "Member 'FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature, CanMoveCreature) == 0x000010, "Member 'FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature::CanMoveCreature' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature, ErrorMsgKey) == 0x000018, "Member 'FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature::ErrorMsgKey' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature, CallFunc_GetPregnancyState_ReturnValue) == 0x000028, "Member 'FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature::CallFunc_GetPregnancyState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature, CallFunc_GetDefinition_ReturnValue) == 0x000030, "Member 'FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature::CallFunc_GetDefinition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000038, "Member 'FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature, CallFunc_IsEgg_ReturnValue) == 0x000039, "Member 'FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature::CallFunc_IsEgg_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature, CallFunc_IsUnbornCreature_ReturnValue) == 0x00003A, "Member 'FL_NurturingFunctionLibary_C_Get_Can_Summon_Creature::CallFunc_IsUnbornCreature_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_Get_Can_View_Creature_Details \ static_assert(alignof(FL_NurturingFunctionLibary_C_Get_Can_View_Creature_Details) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_Get_Can_View_Creature_Details"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_Get_Can_View_Creature_Details) == 0x000030, "Wrong size on FL_NurturingFunctionLibary_C_Get_Can_View_Creature_Details"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Can_View_Creature_Details, CreatureState) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_Get_Can_View_Creature_Details::CreatureState' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Can_View_Creature_Details, __WorldContext) == 0x000008, "Member 'FL_NurturingFunctionLibary_C_Get_Can_View_Creature_Details::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Can_View_Creature_Details, CanMoveCreature) == 0x000010, "Member 'FL_NurturingFunctionLibary_C_Get_Can_View_Creature_Details::CanMoveCreature' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Can_View_Creature_Details, ErrorMsgKey) == 0x000018, "Member 'FL_NurturingFunctionLibary_C_Get_Can_View_Creature_Details::ErrorMsgKey' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Can_View_Creature_Details, CallFunc_IsUnbornCreature_ReturnValue) == 0x000028, "Member 'FL_NurturingFunctionLibary_C_Get_Can_View_Creature_Details::CallFunc_IsUnbornCreature_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera \ static_assert(alignof(FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera) == 0x000050, "Wrong size on FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera, __WorldContext) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera, UsingPlayerCamera) == 0x000008, "Member 'FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera::UsingPlayerCamera' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000010, "Member 'FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera, CallFunc_GetViewTarget_ReturnValue) == 0x000020, "Member 'FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera::CallFunc_GetViewTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera, K2Node_DynamicCast_AsCamera_Stack_Actor) == 0x000028, "Member 'FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera::K2Node_DynamicCast_AsCamera_Stack_Actor' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera, CallFunc_GetTarget_ReturnValue) == 0x000038, "Member 'FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera::CallFunc_GetTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera, CallFunc_GetTargetActor_ReturnValue) == 0x000040, "Member 'FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera::CallFunc_GetTargetActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000048, "Member 'FL_NurturingFunctionLibary_C_GetIsUsingPlayerCamera::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations \ static_assert(alignof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations) == 0x000090, "Wrong size on FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, CreatureState) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::CreatureState' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, __WorldContext) == 0x000008, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, TotalDuration) == 0x000010, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::TotalDuration' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, DurationRemaining) == 0x000018, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::DurationRemaining' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, CallFunc_MakeTimespan_ReturnValue) == 0x000020, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::CallFunc_MakeTimespan_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, CallFunc_GetHatchingTimeRemaining_ReturnValue) == 0x000028, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::CallFunc_GetHatchingTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, CallFunc_GetGestationTimeRemaining_ReturnValue) == 0x000030, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::CallFunc_GetGestationTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, CallFunc_GetPregnancyState_ReturnValue) == 0x000038, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::CallFunc_GetPregnancyState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, CallFunc_GetDefinition_ReturnValue) == 0x000040, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::CallFunc_GetDefinition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, K2Node_SwitchEnum_CmpSuccess) == 0x000048, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, CallFunc_GetPregnancyDuration_ReturnValue) == 0x000050, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::CallFunc_GetPregnancyDuration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, CallFunc_GetHatchingDuration_ReturnValue) == 0x000058, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::CallFunc_GetHatchingDuration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, CallFunc_IsEggLaying_ReturnValue) == 0x000060, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::CallFunc_IsEggLaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, CallFunc_Add_TimespanTimespan_ReturnValue) == 0x000068, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::CallFunc_Add_TimespanTimespan_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, CallFunc_Add_TimespanTimespan_ReturnValue_1) == 0x000070, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::CallFunc_Add_TimespanTimespan_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, Temp_bool_Variable) == 0x000078, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, Temp_bool_Variable_1) == 0x000079, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, K2Node_Select_Default) == 0x000080, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations, K2Node_Select_Default_1) == 0x000088, "Member 'FL_NurturingFunctionLibary_C_Get_Creature_Pregnancy_Durations::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen \ static_assert(alignof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen) == 0x0000E8, "Wrong size on FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, Hide) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::Hide' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, Provider) == 0x000008, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::Provider' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, __WorldContext) == 0x000010, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, NotificationCategories) == 0x000018, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::NotificationCategories' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, HUDElementsToHide) == 0x000028, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::HUDElementsToHide' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, K2Node_MakeArray_Array) == 0x000038, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, CallFunc_GetHUD_ReturnValue) == 0x000058, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000060, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, K2Node_MakeArray_Array_1) == 0x000070, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, K2Node_DynamicCast_AsBPI_Phoenix_Hud) == 0x000080, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::K2Node_DynamicCast_AsBPI_Phoenix_Hud' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, Temp_int_Array_Index_Variable) == 0x000094, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, Temp_int_Loop_Counter_Variable) == 0x000098, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, CallFunc_Add_IntInt_ReturnValue) == 0x00009C, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, Temp_int_Array_Index_Variable_1) == 0x0000A0, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, Temp_byte_Variable) == 0x0000A4, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, Temp_byte_Variable_1) == 0x0000A5, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, CallFunc_Array_Get_Item) == 0x0000A6, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, CallFunc_GetUIManagerPure_ReturnValue) == 0x0000B0, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, Temp_int_Loop_Counter_Variable_1) == 0x0000B8, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, CallFunc_Less_IntInt_ReturnValue) == 0x0000BC, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000C0, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, Temp_bool_Variable) == 0x0000C4, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, CallFunc_Array_Get_Item_1) == 0x0000C8, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, K2Node_Select_Default) == 0x0000D8, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, CallFunc_Array_Length_ReturnValue_1) == 0x0000DC, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E0, "Member 'FL_NurturingFunctionLibary_C_ToggleHideHUDForNurturingScreen::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_GetTotalAvailableTriats \ static_assert(alignof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_GetTotalAvailableTriats"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats) == 0x000108, "Wrong size on FL_NurturingFunctionLibary_C_GetTotalAvailableTriats"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, GearItem) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::GearItem' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, __WorldContext) == 0x000058, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, TotalAvailableTraits) == 0x000060, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::TotalAvailableTraits' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, ActiveTraitName) == 0x000064, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::ActiveTraitName' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, AvailableTraitsCounter) == 0x00006C, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::AvailableTraitsCounter' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, Temp_int_Loop_Counter_Variable) == 0x000070, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, CallFunc_Add_IntInt_ReturnValue) == 0x000074, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, CallFunc_Array_Get_Item) == 0x000078, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, CallFunc_Greater_IntInt_ReturnValue) == 0x000084, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, CallFunc_GetRarityFromGearItemID_ReturnValue) == 0x000088, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::CallFunc_GetRarityFromGearItemID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, CallFunc_GetGearTraitRecipes_AllRecipes) == 0x000090, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::CallFunc_GetGearTraitRecipes_AllRecipes' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, CallFunc_Array_Length_ReturnValue_1) == 0x0000A0, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, Temp_int_Array_Index_Variable) == 0x0000A8, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, CallFunc_NotEqual_NameName_ReturnValue) == 0x0000F8, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x0000F9, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, CallFunc_BooleanAND_ReturnValue) == 0x0000FA, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, CallFunc_BooleanAND_ReturnValue_1) == 0x0000FB, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, Temp_int_Variable) == 0x0000FC, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, CallFunc_BooleanAND_ReturnValue_2) == 0x000100, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetTotalAvailableTriats, CallFunc_Add_IntInt_ReturnValue_1) == 0x000104, "Member 'FL_NurturingFunctionLibary_C_GetTotalAvailableTriats::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget \ static_assert(alignof(FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget) == 0x000098, "Wrong size on FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget, Widget) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget::Widget' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget, __WorldContext) == 0x000008, "Member 'FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget, CallFunc_GetOwningPlayer_ReturnValue) == 0x000010, "Member 'FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget, CallFunc_GetViewportSize_ReturnValue) == 0x00001C, "Member 'FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget, CallFunc_GetCachedGeometry_ReturnValue) == 0x000024, "Member 'FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget::CallFunc_GetCachedGeometry_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget, CallFunc_LocalToViewport_PixelPosition) == 0x00005C, "Member 'FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget::CallFunc_LocalToViewport_PixelPosition' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget, CallFunc_LocalToViewport_ViewportPosition) == 0x000064, "Member 'FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget::CallFunc_LocalToViewport_ViewportPosition' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget, CallFunc_GetAbsoluteSize_ReturnValue) == 0x00006C, "Member 'FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget::CallFunc_GetAbsoluteSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget, CallFunc_BreakVector2D_X) == 0x000074, "Member 'FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget, CallFunc_BreakVector2D_Y) == 0x000078, "Member 'FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget, CallFunc_MakeVector2D_ReturnValue) == 0x00007C, "Member 'FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget, K2Node_MathExpression_ReturnValue) == 0x000084, "Member 'FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget, CallFunc_BreakVector2D_X_1) == 0x00008C, "Member 'FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget, CallFunc_BreakVector2D_Y_1) == 0x000090, "Member 'FL_NurturingFunctionLibary_C_MoveCursorToCenterOfWidget::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom \ static_assert(alignof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom) == 0x000008, "Wrong alignment on FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom"); \ static_assert(sizeof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom) == 0x000200, "Wrong size on FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, GearItem) == 0x000000, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::GearItem' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, GearRarity) == 0x000058, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::GearRarity' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, __WorldContext) == 0x000060, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, TotalAvailableTraits) == 0x000068, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::TotalAvailableTraits' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, ActiveTraitName) == 0x00006C, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::ActiveTraitName' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, AvailableTraitsCounter) == 0x000074, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::AvailableTraitsCounter' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, Temp_int_Array_Index_Variable) == 0x000078, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Array_Get_Item) == 0x00007C, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Array_Length_ReturnValue) == 0x000084, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Greater_IntInt_ReturnValue) == 0x000088, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, Temp_int_Loop_Counter_Variable) == 0x00008C, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, Temp_int_Array_Index_Variable_1) == 0x000094, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, Temp_int_Variable) == 0x000098, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, Temp_int_Loop_Counter_Variable_1) == 0x00009C, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, Temp_int_Loop_Counter_Variable_2) == 0x0000A0, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A4, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000A8, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, Temp_int_Array_Index_Variable_2) == 0x0000AC, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, Temp_int_Variable_1) == 0x0000B0, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000B4, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_NotEqual_NameName_ReturnValue) == 0x0000B5, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_GetGearTraitRecipes_AllRecipes) == 0x0000B8, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_GetGearTraitRecipes_AllRecipes' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000C8, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Array_Get_Item_1) == 0x0000D0, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Array_Length_ReturnValue_1) == 0x000118, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Less_IntInt_ReturnValue) == 0x00011C, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x00011D, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_NotEqual_NameName_ReturnValue_2) == 0x00011E, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_NotEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_BooleanAND_ReturnValue) == 0x00011F, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_BooleanAND_ReturnValue_1) == 0x000120, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_BooleanAND_ReturnValue_2) == 0x000121, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Add_IntInt_ReturnValue_4) == 0x000124, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, Temp_int_Variable_2) == 0x000128, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_GetGearTraitRecipes_AllRecipes_1) == 0x000130, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_GetGearTraitRecipes_AllRecipes_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Array_Get_Item_2) == 0x000140, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Array_Length_ReturnValue_2) == 0x000188, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Less_IntInt_ReturnValue_1) == 0x00018C, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_NotEqual_NameName_ReturnValue_3) == 0x00018D, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_NotEqual_NameName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_NotEqual_NameName_ReturnValue_4) == 0x00018E, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_NotEqual_NameName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_BooleanAND_ReturnValue_3) == 0x00018F, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_BooleanAND_ReturnValue_4) == 0x000190, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_BooleanAND_ReturnValue_5) == 0x000191, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Add_IntInt_ReturnValue_5) == 0x000194, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_GetGearTraitRecipes_AllRecipes_2) == 0x000198, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_GetGearTraitRecipes_AllRecipes_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Array_Length_ReturnValue_3) == 0x0001A8, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Array_Get_Item_3) == 0x0001B0, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001F8, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_NotEqual_NameName_ReturnValue_5) == 0x0001F9, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_NotEqual_NameName_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_NotEqual_NameName_ReturnValue_6) == 0x0001FA, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_NotEqual_NameName_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_BooleanAND_ReturnValue_6) == 0x0001FB, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_BooleanAND_ReturnValue_7) == 0x0001FC, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom, CallFunc_BooleanAND_ReturnValue_8) == 0x0001FD, "Member 'FL_NurturingFunctionLibary_C_GetAllAvailableTraitsForLoom::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFL_NurturingFunctionLibary_C \ static_assert(alignof(UFL_NurturingFunctionLibary_C) == 0x000008, "Wrong alignment on UFL_NurturingFunctionLibary_C"); \ static_assert(sizeof(UFL_NurturingFunctionLibary_C) == 0x000028, "Wrong size on UFL_NurturingFunctionLibary_C"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_GetItemQuality \ static_assert(alignof(UI_BPI_InventoryIconButton_C_GetItemQuality) == 0x000001, "Wrong alignment on UI_BPI_InventoryIconButton_C_GetItemQuality"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_GetItemQuality) == 0x000001, "Wrong size on UI_BPI_InventoryIconButton_C_GetItemQuality"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_GetItemQuality, Quality) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_GetItemQuality::Quality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_SetItemQuality \ static_assert(alignof(UI_BPI_InventoryIconButton_C_SetItemQuality) == 0x000001, "Wrong alignment on UI_BPI_InventoryIconButton_C_SetItemQuality"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_SetItemQuality) == 0x000001, "Wrong size on UI_BPI_InventoryIconButton_C_SetItemQuality"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_SetItemQuality, Quality) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_SetItemQuality::Quality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_InitializeItemButton \ static_assert(alignof(UI_BPI_InventoryIconButton_C_InitializeItemButton) == 0x000008, "Wrong alignment on UI_BPI_InventoryIconButton_C_InitializeItemButton"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_InitializeItemButton) == 0x000090, "Wrong size on UI_BPI_InventoryIconButton_C_InitializeItemButton"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_InitializeItemButton, Inventory_Item) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_InitializeItemButton::Inventory_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_InitializeItemButton, Modifier) == 0x000088, "Member 'UI_BPI_InventoryIconButton_C_InitializeItemButton::Modifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_SetItemCount \ static_assert(alignof(UI_BPI_InventoryIconButton_C_SetItemCount) == 0x000004, "Wrong alignment on UI_BPI_InventoryIconButton_C_SetItemCount"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_SetItemCount) == 0x000004, "Wrong size on UI_BPI_InventoryIconButton_C_SetItemCount"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_SetItemCount, ItemCount) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_SetItemCount::ItemCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_SetCountVisible \ static_assert(alignof(UI_BPI_InventoryIconButton_C_SetCountVisible) == 0x000001, "Wrong alignment on UI_BPI_InventoryIconButton_C_SetCountVisible"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_SetCountVisible) == 0x000001, "Wrong size on UI_BPI_InventoryIconButton_C_SetCountVisible"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_SetCountVisible, ShowCount) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_SetCountVisible::ShowCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_GetIconName \ static_assert(alignof(UI_BPI_InventoryIconButton_C_GetIconName) == 0x000008, "Wrong alignment on UI_BPI_InventoryIconButton_C_GetIconName"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_GetIconName) == 0x000010, "Wrong size on UI_BPI_InventoryIconButton_C_GetIconName"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_GetIconName, IconName) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_GetIconName::IconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_SetIconButtonState \ static_assert(alignof(UI_BPI_InventoryIconButton_C_SetIconButtonState) == 0x000001, "Wrong alignment on UI_BPI_InventoryIconButton_C_SetIconButtonState"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_SetIconButtonState) == 0x000001, "Wrong size on UI_BPI_InventoryIconButton_C_SetIconButtonState"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_SetIconButtonState, NewState) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_SetIconButtonState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_SetParent \ static_assert(alignof(UI_BPI_InventoryIconButton_C_SetParent) == 0x000008, "Wrong alignment on UI_BPI_InventoryIconButton_C_SetParent"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_SetParent) == 0x000008, "Wrong size on UI_BPI_InventoryIconButton_C_SetParent"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_SetParent, Parent) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_GetItemCost \ static_assert(alignof(UI_BPI_InventoryIconButton_C_GetItemCost) == 0x000004, "Wrong alignment on UI_BPI_InventoryIconButton_C_GetItemCost"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_GetItemCost) == 0x000004, "Wrong size on UI_BPI_InventoryIconButton_C_GetItemCost"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_GetItemCost, Cost) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_GetItemCost::Cost' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_SetModifiedCost \ static_assert(alignof(UI_BPI_InventoryIconButton_C_SetModifiedCost) == 0x000004, "Wrong alignment on UI_BPI_InventoryIconButton_C_SetModifiedCost"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_SetModifiedCost) == 0x000004, "Wrong size on UI_BPI_InventoryIconButton_C_SetModifiedCost"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_SetModifiedCost, ModifiedCost) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_SetModifiedCost::ModifiedCost' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_GetInventoryResult \ static_assert(alignof(UI_BPI_InventoryIconButton_C_GetInventoryResult) == 0x000008, "Wrong alignment on UI_BPI_InventoryIconButton_C_GetInventoryResult"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_GetInventoryResult) == 0x000088, "Wrong size on UI_BPI_InventoryIconButton_C_GetInventoryResult"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_GetInventoryResult, InventoryResult) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_GetInventoryResult::InventoryResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_GetModifiedCost \ static_assert(alignof(UI_BPI_InventoryIconButton_C_GetModifiedCost) == 0x000004, "Wrong alignment on UI_BPI_InventoryIconButton_C_GetModifiedCost"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_GetModifiedCost) == 0x000004, "Wrong size on UI_BPI_InventoryIconButton_C_GetModifiedCost"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_GetModifiedCost, ModifiedCost) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_GetModifiedCost::ModifiedCost' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_SetInventoryResult \ static_assert(alignof(UI_BPI_InventoryIconButton_C_SetInventoryResult) == 0x000008, "Wrong alignment on UI_BPI_InventoryIconButton_C_SetInventoryResult"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_SetInventoryResult) == 0x000088, "Wrong size on UI_BPI_InventoryIconButton_C_SetInventoryResult"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_SetInventoryResult, InventoryResult) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_SetInventoryResult::InventoryResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_I_SetTurninCount \ static_assert(alignof(UI_BPI_InventoryIconButton_C_I_SetTurninCount) == 0x000004, "Wrong alignment on UI_BPI_InventoryIconButton_C_I_SetTurninCount"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_I_SetTurninCount) == 0x000008, "Wrong size on UI_BPI_InventoryIconButton_C_I_SetTurninCount"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_I_SetTurninCount, CurrentCount) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_I_SetTurninCount::CurrentCount' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_I_SetTurninCount, NeededCount) == 0x000004, "Member 'UI_BPI_InventoryIconButton_C_I_SetTurninCount::NeededCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_I_GetItemCount \ static_assert(alignof(UI_BPI_InventoryIconButton_C_I_GetItemCount) == 0x000004, "Wrong alignment on UI_BPI_InventoryIconButton_C_I_GetItemCount"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_I_GetItemCount) == 0x000004, "Wrong size on UI_BPI_InventoryIconButton_C_I_GetItemCount"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_I_GetItemCount, ItemCount) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_I_GetItemCount::ItemCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_GetItemVariation \ static_assert(alignof(UI_BPI_InventoryIconButton_C_GetItemVariation) == 0x000004, "Wrong alignment on UI_BPI_InventoryIconButton_C_GetItemVariation"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_GetItemVariation) == 0x000008, "Wrong size on UI_BPI_InventoryIconButton_C_GetItemVariation"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_GetItemVariation, Variation) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_GetItemVariation::Variation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_SetIconButtonSize \ static_assert(alignof(UI_BPI_InventoryIconButton_C_SetIconButtonSize) == 0x000004, "Wrong alignment on UI_BPI_InventoryIconButton_C_SetIconButtonSize"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_SetIconButtonSize) == 0x000008, "Wrong size on UI_BPI_InventoryIconButton_C_SetIconButtonSize"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_SetIconButtonSize, NewSize) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_SetIconButtonSize::NewSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_I_GetItemRarity \ static_assert(alignof(UI_BPI_InventoryIconButton_C_I_GetItemRarity) == 0x000004, "Wrong alignment on UI_BPI_InventoryIconButton_C_I_GetItemRarity"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_I_GetItemRarity) == 0x000008, "Wrong size on UI_BPI_InventoryIconButton_C_I_GetItemRarity"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_I_GetItemRarity, Rarity) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_I_GetItemRarity::Rarity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_I_SetIsQuestItem \ static_assert(alignof(UI_BPI_InventoryIconButton_C_I_SetIsQuestItem) == 0x000001, "Wrong alignment on UI_BPI_InventoryIconButton_C_I_SetIsQuestItem"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_I_SetIsQuestItem) == 0x000001, "Wrong size on UI_BPI_InventoryIconButton_C_I_SetIsQuestItem"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_I_SetIsQuestItem, isQuestItem) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_I_SetIsQuestItem::isQuestItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_I_GetIsEmpty \ static_assert(alignof(UI_BPI_InventoryIconButton_C_I_GetIsEmpty) == 0x000001, "Wrong alignment on UI_BPI_InventoryIconButton_C_I_GetIsEmpty"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_I_GetIsEmpty) == 0x000001, "Wrong size on UI_BPI_InventoryIconButton_C_I_GetIsEmpty"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_I_GetIsEmpty, isButtonEmpty) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_I_GetIsEmpty::isButtonEmpty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_InventoryIconButton_C_I_SetIsNew \ static_assert(alignof(UI_BPI_InventoryIconButton_C_I_SetIsNew) == 0x000001, "Wrong alignment on UI_BPI_InventoryIconButton_C_I_SetIsNew"); \ static_assert(sizeof(UI_BPI_InventoryIconButton_C_I_SetIsNew) == 0x000001, "Wrong size on UI_BPI_InventoryIconButton_C_I_SetIsNew"); \ static_assert(offsetof(UI_BPI_InventoryIconButton_C_I_SetIsNew, IsNew) == 0x000000, "Member 'UI_BPI_InventoryIconButton_C_I_SetIsNew::IsNew' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_InventoryIconButton_C \ static_assert(alignof(IUI_BPI_InventoryIconButton_C) == 0x000001, "Wrong alignment on IUI_BPI_InventoryIconButton_C"); \ static_assert(sizeof(IUI_BPI_InventoryIconButton_C) == 0x000001, "Wrong size on IUI_BPI_InventoryIconButton_C"); \ #define DUMPER7_ASSERTS_UBP_DollyZoom_BiomeTransition_C \ static_assert(alignof(UBP_DollyZoom_BiomeTransition_C) == 0x000008, "Wrong alignment on UBP_DollyZoom_BiomeTransition_C"); \ static_assert(sizeof(UBP_DollyZoom_BiomeTransition_C) == 0x0001E8, "Wrong size on UBP_DollyZoom_BiomeTransition_C"); \ #define DUMPER7_ASSERTS_UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper \ static_assert(alignof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper) == 0x000008, "Wrong alignment on UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper"); \ static_assert(sizeof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper) == 0x000090, "Wrong size on UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper, EntryPoint) == 0x000000, "Member 'UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper, CallFunc_BreakSoftClassPath_PathString) == 0x000008, "Member 'UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper::CallFunc_BreakSoftClassPath_PathString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper, CallFunc_NotEqual_StrStr_ReturnValue) == 0x000018, "Member 'UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper, K2Node_Event_IsDesignTime) == 0x000019, "Member 'UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper, K2Node_CustomEvent_SelfReference) == 0x000030, "Member 'UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper::K2Node_CustomEvent_SelfReference' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper, K2Node_DynamicCast_AsUI_BPI_Screen) == 0x000038, "Member 'UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper::K2Node_DynamicCast_AsUI_BPI_Screen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper, K2Node_DynamicCast_AsUI_BPI_Screen_1) == 0x000050, "Member 'UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper::K2Node_DynamicCast_AsUI_BPI_Screen_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper, CallFunc_IsValid_ReturnValue) == 0x000061, "Member 'UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper, CallFunc_DoesImplementInterface_ReturnValue) == 0x000062, "Member 'UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper, CallFunc_DoesImplementInterface_ReturnValue_1) == 0x000063, "Member 'UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper::CallFunc_DoesImplementInterface_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper, K2Node_DynamicCast_AsUI_BPI_Screen_2) == 0x000068, "Member 'UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper::K2Node_DynamicCast_AsUI_BPI_Screen_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper, K2Node_Event_Parent) == 0x000080, "Member 'UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper, K2Node_Event_NewVisibility) == 0x000088, "Member 'UI_BP_AsyncLoadWrapper_C_ExecuteUbergraph_UI_BP_AsyncLoadWrapper::K2Node_Event_NewVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AsyncLoadWrapper_C_SetThrobberVisibility \ static_assert(alignof(UI_BP_AsyncLoadWrapper_C_SetThrobberVisibility) == 0x000001, "Wrong alignment on UI_BP_AsyncLoadWrapper_C_SetThrobberVisibility"); \ static_assert(sizeof(UI_BP_AsyncLoadWrapper_C_SetThrobberVisibility) == 0x000001, "Wrong size on UI_BP_AsyncLoadWrapper_C_SetThrobberVisibility"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_SetThrobberVisibility, NewVisibility) == 0x000000, "Member 'UI_BP_AsyncLoadWrapper_C_SetThrobberVisibility::NewVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AsyncLoadWrapper_C_SetParent \ static_assert(alignof(UI_BP_AsyncLoadWrapper_C_SetParent) == 0x000008, "Wrong alignment on UI_BP_AsyncLoadWrapper_C_SetParent"); \ static_assert(sizeof(UI_BP_AsyncLoadWrapper_C_SetParent) == 0x000008, "Wrong size on UI_BP_AsyncLoadWrapper_C_SetParent"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_SetParent, Parent) == 0x000000, "Member 'UI_BP_AsyncLoadWrapper_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AsyncLoadWrapper_C_ChildLoadComplete \ static_assert(alignof(UI_BP_AsyncLoadWrapper_C_ChildLoadComplete) == 0x000008, "Wrong alignment on UI_BP_AsyncLoadWrapper_C_ChildLoadComplete"); \ static_assert(sizeof(UI_BP_AsyncLoadWrapper_C_ChildLoadComplete) == 0x000008, "Wrong size on UI_BP_AsyncLoadWrapper_C_ChildLoadComplete"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_ChildLoadComplete, SelfReference) == 0x000000, "Member 'UI_BP_AsyncLoadWrapper_C_ChildLoadComplete::SelfReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AsyncLoadWrapper_C_PreConstruct \ static_assert(alignof(UI_BP_AsyncLoadWrapper_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_AsyncLoadWrapper_C_PreConstruct"); \ static_assert(sizeof(UI_BP_AsyncLoadWrapper_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_AsyncLoadWrapper_C_PreConstruct"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_AsyncLoadWrapper_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AsyncLoadWrapper_C_GetChild \ static_assert(alignof(UI_BP_AsyncLoadWrapper_C_GetChild) == 0x000008, "Wrong alignment on UI_BP_AsyncLoadWrapper_C_GetChild"); \ static_assert(sizeof(UI_BP_AsyncLoadWrapper_C_GetChild) == 0x000008, "Wrong size on UI_BP_AsyncLoadWrapper_C_GetChild"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_GetChild, AsyncChildWidget) == 0x000000, "Member 'UI_BP_AsyncLoadWrapper_C_GetChild::AsyncChildWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AsyncLoadWrapper_C_GetAttachCanvas \ static_assert(alignof(UI_BP_AsyncLoadWrapper_C_GetAttachCanvas) == 0x000008, "Wrong alignment on UI_BP_AsyncLoadWrapper_C_GetAttachCanvas"); \ static_assert(sizeof(UI_BP_AsyncLoadWrapper_C_GetAttachCanvas) == 0x000008, "Wrong size on UI_BP_AsyncLoadWrapper_C_GetAttachCanvas"); \ static_assert(offsetof(UI_BP_AsyncLoadWrapper_C_GetAttachCanvas, ReturnValue) == 0x000000, "Member 'UI_BP_AsyncLoadWrapper_C_GetAttachCanvas::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_AsyncLoadWrapper_C \ static_assert(alignof(UUI_BP_AsyncLoadWrapper_C) == 0x000008, "Wrong alignment on UUI_BP_AsyncLoadWrapper_C"); \ static_assert(sizeof(UUI_BP_AsyncLoadWrapper_C) == 0x000320, "Wrong size on UUI_BP_AsyncLoadWrapper_C"); \ static_assert(offsetof(UUI_BP_AsyncLoadWrapper_C, UberGraphFrame) == 0x000308, "Member 'UUI_BP_AsyncLoadWrapper_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AsyncLoadWrapper_C, Container) == 0x000310, "Member 'UUI_BP_AsyncLoadWrapper_C::Container' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AsyncLoadWrapper_C, Loadingwidget) == 0x000318, "Member 'UUI_BP_AsyncLoadWrapper_C::Loadingwidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_UICameraStackActor_C \ static_assert(alignof(ABP_UICameraStackActor_C) == 0x000008, "Wrong alignment on ABP_UICameraStackActor_C"); \ static_assert(sizeof(ABP_UICameraStackActor_C) == 0x000408, "Wrong size on ABP_UICameraStackActor_C"); \ #define DUMPER7_ASSERTS_UI_BPI_IconButton_C_I_SetIconName \ static_assert(alignof(UI_BPI_IconButton_C_I_SetIconName) == 0x000008, "Wrong alignment on UI_BPI_IconButton_C_I_SetIconName"); \ static_assert(sizeof(UI_BPI_IconButton_C_I_SetIconName) == 0x000010, "Wrong size on UI_BPI_IconButton_C_I_SetIconName"); \ static_assert(offsetof(UI_BPI_IconButton_C_I_SetIconName, IconName) == 0x000000, "Member 'UI_BPI_IconButton_C_I_SetIconName::IconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_IconButton_C_I_GetIconName \ static_assert(alignof(UI_BPI_IconButton_C_I_GetIconName) == 0x000008, "Wrong alignment on UI_BPI_IconButton_C_I_GetIconName"); \ static_assert(sizeof(UI_BPI_IconButton_C_I_GetIconName) == 0x000010, "Wrong size on UI_BPI_IconButton_C_I_GetIconName"); \ static_assert(offsetof(UI_BPI_IconButton_C_I_GetIconName, IconName) == 0x000000, "Member 'UI_BPI_IconButton_C_I_GetIconName::IconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_IconButton_C_I_SetImage \ static_assert(alignof(UI_BPI_IconButton_C_I_SetImage) == 0x000008, "Wrong alignment on UI_BPI_IconButton_C_I_SetImage"); \ static_assert(sizeof(UI_BPI_IconButton_C_I_SetImage) == 0x000010, "Wrong size on UI_BPI_IconButton_C_I_SetImage"); \ static_assert(offsetof(UI_BPI_IconButton_C_I_SetImage, ImageName) == 0x000000, "Member 'UI_BPI_IconButton_C_I_SetImage::ImageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_IconButton_C_I_AddExtraContent \ static_assert(alignof(UI_BPI_IconButton_C_I_AddExtraContent) == 0x000008, "Wrong alignment on UI_BPI_IconButton_C_I_AddExtraContent"); \ static_assert(sizeof(UI_BPI_IconButton_C_I_AddExtraContent) == 0x000008, "Wrong size on UI_BPI_IconButton_C_I_AddExtraContent"); \ static_assert(offsetof(UI_BPI_IconButton_C_I_AddExtraContent, NewContent) == 0x000000, "Member 'UI_BPI_IconButton_C_I_AddExtraContent::NewContent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_IconButton_C_I_SetIconSize \ static_assert(alignof(UI_BPI_IconButton_C_I_SetIconSize) == 0x000004, "Wrong alignment on UI_BPI_IconButton_C_I_SetIconSize"); \ static_assert(sizeof(UI_BPI_IconButton_C_I_SetIconSize) == 0x000008, "Wrong size on UI_BPI_IconButton_C_I_SetIconSize"); \ static_assert(offsetof(UI_BPI_IconButton_C_I_SetIconSize, size) == 0x000000, "Member 'UI_BPI_IconButton_C_I_SetIconSize::size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_IconButton_C \ static_assert(alignof(IUI_BPI_IconButton_C) == 0x000001, "Wrong alignment on IUI_BPI_IconButton_C"); \ static_assert(sizeof(IUI_BPI_IconButton_C) == 0x000001, "Wrong size on IUI_BPI_IconButton_C"); \ #define DUMPER7_ASSERTS_FUI_BP_ColorEntry \ static_assert(alignof(FUI_BP_ColorEntry) == 0x000004, "Wrong alignment on FUI_BP_ColorEntry"); \ static_assert(sizeof(FUI_BP_ColorEntry) == 0x000010, "Wrong size on FUI_BP_ColorEntry"); \ static_assert(offsetof(FUI_BP_ColorEntry, SwatchColor_2_A1DE329A4FD3E9AD56A9CCA004AB0009) == 0x000000, "Member 'FUI_BP_ColorEntry::SwatchColor_2_A1DE329A4FD3E9AD56A9CCA004AB0009' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Scheduled_MoveStart_C_ExecuteUbergraph_ABL_Scheduled_MoveStart \ static_assert(alignof(ABL_Scheduled_MoveStart_C_ExecuteUbergraph_ABL_Scheduled_MoveStart) == 0x000008, "Wrong alignment on ABL_Scheduled_MoveStart_C_ExecuteUbergraph_ABL_Scheduled_MoveStart"); \ static_assert(sizeof(ABL_Scheduled_MoveStart_C_ExecuteUbergraph_ABL_Scheduled_MoveStart) == 0x000010, "Wrong size on ABL_Scheduled_MoveStart_C_ExecuteUbergraph_ABL_Scheduled_MoveStart"); \ static_assert(offsetof(ABL_Scheduled_MoveStart_C_ExecuteUbergraph_ABL_Scheduled_MoveStart, EntryPoint) == 0x000000, "Member 'ABL_Scheduled_MoveStart_C_ExecuteUbergraph_ABL_Scheduled_MoveStart::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Scheduled_MoveStart_C_ExecuteUbergraph_ABL_Scheduled_MoveStart, K2Node_Event_Context) == 0x000008, "Member 'ABL_Scheduled_MoveStart_C_ExecuteUbergraph_ABL_Scheduled_MoveStart::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Scheduled_MoveStart_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Scheduled_MoveStart_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Scheduled_MoveStart_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Scheduled_MoveStart_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Scheduled_MoveStart_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Scheduled_MoveStart_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Scheduled_MoveStart_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Scheduled_MoveStart_C \ static_assert(alignof(UABL_Scheduled_MoveStart_C) == 0x000008, "Wrong alignment on UABL_Scheduled_MoveStart_C"); \ static_assert(sizeof(UABL_Scheduled_MoveStart_C) == 0x0000D0, "Wrong size on UABL_Scheduled_MoveStart_C"); \ static_assert(offsetof(UABL_Scheduled_MoveStart_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Scheduled_MoveStart_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_DisapparateHouseElf_C \ static_assert(alignof(ABP_SkinFX_DisapparateHouseElf_C) == 0x000008, "Wrong alignment on ABP_SkinFX_DisapparateHouseElf_C"); \ static_assert(sizeof(ABP_SkinFX_DisapparateHouseElf_C) == 0x0005D0, "Wrong size on ABP_SkinFX_DisapparateHouseElf_C"); \ #define DUMPER7_ASSERTS_UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox \ static_assert(alignof(UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox) == 0x000008, "Wrong alignment on UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox"); \ static_assert(sizeof(UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox) == 0x000170, "Wrong size on UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox, EntryPoint) == 0x000000, "Member 'UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox, CallFunc_IsHovered_ReturnValue) == 0x000004, "Member 'UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox, K2Node_Event_MouseEvent) == 0x000008, "Member 'UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox, K2Node_Event_AxisInputData) == 0x000078, "Member 'UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox::K2Node_Event_AxisInputData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox, CallFunc_BreakVector2D_X) == 0x0000A8, "Member 'UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox, CallFunc_BreakVector2D_Y) == 0x0000AC, "Member 'UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox, CallFunc_Abs_ReturnValue) == 0x0000B0, "Member 'UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0000B4, "Member 'UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox, CallFunc_BooleanAND_ReturnValue) == 0x0000B5, "Member 'UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox, K2Node_ComponentBoundEvent_CurrentOffset) == 0x0000B8, "Member 'UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox::K2Node_ComponentBoundEvent_CurrentOffset' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox, K2Node_Event_MyGeometry) == 0x0000BC, "Member 'UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox, K2Node_Event_MouseEvent_1) == 0x0000F8, "Member 'UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox, K2Node_Event_IsDesignTime) == 0x000168, "Member 'UI_BP_SimpleScrollBox_C_ExecuteUbergraph_UI_BP_SimpleScrollBox::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SimpleScrollBox_C_OnMouseLeave \ static_assert(alignof(UI_BP_SimpleScrollBox_C_OnMouseLeave) == 0x000008, "Wrong alignment on UI_BP_SimpleScrollBox_C_OnMouseLeave"); \ static_assert(sizeof(UI_BP_SimpleScrollBox_C_OnMouseLeave) == 0x000070, "Wrong size on UI_BP_SimpleScrollBox_C_OnMouseLeave"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'UI_BP_SimpleScrollBox_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SimpleScrollBox_C_BlueprintConsolidatedUMGInputAxis \ static_assert(alignof(UI_BP_SimpleScrollBox_C_BlueprintConsolidatedUMGInputAxis) == 0x000004, "Wrong alignment on UI_BP_SimpleScrollBox_C_BlueprintConsolidatedUMGInputAxis"); \ static_assert(sizeof(UI_BP_SimpleScrollBox_C_BlueprintConsolidatedUMGInputAxis) == 0x000030, "Wrong size on UI_BP_SimpleScrollBox_C_BlueprintConsolidatedUMGInputAxis"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_BlueprintConsolidatedUMGInputAxis, AxisInputData) == 0x000000, "Member 'UI_BP_SimpleScrollBox_C_BlueprintConsolidatedUMGInputAxis::AxisInputData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SimpleScrollBox_C_BndEvt__InternalScrollBox_K2Node_ComponentBoundEvent_0_OnUserScrolledEvent__DelegateSignature \ static_assert(alignof(UI_BP_SimpleScrollBox_C_BndEvt__InternalScrollBox_K2Node_ComponentBoundEvent_0_OnUserScrolledEvent__DelegateSignature) == 0x000004, "Wrong alignment on UI_BP_SimpleScrollBox_C_BndEvt__InternalScrollBox_K2Node_ComponentBoundEvent_0_OnUserScrolledEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_SimpleScrollBox_C_BndEvt__InternalScrollBox_K2Node_ComponentBoundEvent_0_OnUserScrolledEvent__DelegateSignature) == 0x000004, "Wrong size on UI_BP_SimpleScrollBox_C_BndEvt__InternalScrollBox_K2Node_ComponentBoundEvent_0_OnUserScrolledEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_BndEvt__InternalScrollBox_K2Node_ComponentBoundEvent_0_OnUserScrolledEvent__DelegateSignature, CurrentOffset) == 0x000000, "Member 'UI_BP_SimpleScrollBox_C_BndEvt__InternalScrollBox_K2Node_ComponentBoundEvent_0_OnUserScrolledEvent__DelegateSignature::CurrentOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SimpleScrollBox_C_OnMouseEnter \ static_assert(alignof(UI_BP_SimpleScrollBox_C_OnMouseEnter) == 0x000008, "Wrong alignment on UI_BP_SimpleScrollBox_C_OnMouseEnter"); \ static_assert(sizeof(UI_BP_SimpleScrollBox_C_OnMouseEnter) == 0x0000A8, "Wrong size on UI_BP_SimpleScrollBox_C_OnMouseEnter"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'UI_BP_SimpleScrollBox_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'UI_BP_SimpleScrollBox_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SimpleScrollBox_C_PreConstruct \ static_assert(alignof(UI_BP_SimpleScrollBox_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_SimpleScrollBox_C_PreConstruct"); \ static_assert(sizeof(UI_BP_SimpleScrollBox_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_SimpleScrollBox_C_PreConstruct"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_SimpleScrollBox_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SimpleScrollBox_C_Set_Scrollbar_Thickness \ static_assert(alignof(UI_BP_SimpleScrollBox_C_Set_Scrollbar_Thickness) == 0x000004, "Wrong alignment on UI_BP_SimpleScrollBox_C_Set_Scrollbar_Thickness"); \ static_assert(sizeof(UI_BP_SimpleScrollBox_C_Set_Scrollbar_Thickness) == 0x000008, "Wrong size on UI_BP_SimpleScrollBox_C_Set_Scrollbar_Thickness"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_Set_Scrollbar_Thickness, Thickness) == 0x000000, "Member 'UI_BP_SimpleScrollBox_C_Set_Scrollbar_Thickness::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SimpleScrollBox_C_SetCanCache \ static_assert(alignof(UI_BP_SimpleScrollBox_C_SetCanCache) == 0x000001, "Wrong alignment on UI_BP_SimpleScrollBox_C_SetCanCache"); \ static_assert(sizeof(UI_BP_SimpleScrollBox_C_SetCanCache) == 0x000001, "Wrong size on UI_BP_SimpleScrollBox_C_SetCanCache"); \ static_assert(offsetof(UI_BP_SimpleScrollBox_C_SetCanCache, CanCache) == 0x000000, "Member 'UI_BP_SimpleScrollBox_C_SetCanCache::CanCache' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_SimpleScrollBox_C \ static_assert(alignof(UUI_BP_SimpleScrollBox_C) == 0x000008, "Wrong alignment on UUI_BP_SimpleScrollBox_C"); \ static_assert(sizeof(UUI_BP_SimpleScrollBox_C) == 0x000AA8, "Wrong size on UUI_BP_SimpleScrollBox_C"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_SimpleScrollBox_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, ContentInvalidationBox) == 0x000330, "Member 'UUI_BP_SimpleScrollBox_C::ContentInvalidationBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, InternalScrollBox) == 0x000338, "Member 'UUI_BP_SimpleScrollBox_C::InternalScrollBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, ScrollContent) == 0x000340, "Member 'UUI_BP_SimpleScrollBox_C::ScrollContent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, ComboBoxOpened) == 0x000348, "Member 'UUI_BP_SimpleScrollBox_C::ComboBoxOpened' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, InputBuffer) == 0x00034C, "Member 'UUI_BP_SimpleScrollBox_C::InputBuffer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, ScrollFocusLost) == 0x000350, "Member 'UUI_BP_SimpleScrollBox_C::ScrollFocusLost' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, WindowSize) == 0x000360, "Member 'UUI_BP_SimpleScrollBox_C::WindowSize' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, StickScrollStepSize) == 0x000368, "Member 'UUI_BP_SimpleScrollBox_C::StickScrollStepSize' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, Style) == 0x000370, "Member 'UUI_BP_SimpleScrollBox_C::Style' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, BarStyle) == 0x000598, "Member 'UUI_BP_SimpleScrollBox_C::BarStyle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, Orientation) == 0x000A68, "Member 'UUI_BP_SimpleScrollBox_C::Orientation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, ScrollBarVisibility) == 0x000A69, "Member 'UUI_BP_SimpleScrollBox_C::ScrollBarVisibility' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, ScrollbarThickness) == 0x000A6C, "Member 'UUI_BP_SimpleScrollBox_C::ScrollbarThickness' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, ScrollbarPadding) == 0x000A74, "Member 'UUI_BP_SimpleScrollBox_C::ScrollbarPadding' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, AlwaysShowScrollbar) == 0x000A84, "Member 'UUI_BP_SimpleScrollBox_C::AlwaysShowScrollbar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, AlwaysShowScrollbarTrack) == 0x000A85, "Member 'UUI_BP_SimpleScrollBox_C::AlwaysShowScrollbarTrack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, AllowOverscroll) == 0x000A86, "Member 'UUI_BP_SimpleScrollBox_C::AllowOverscroll' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, AnimateWheelScrolling) == 0x000A87, "Member 'UUI_BP_SimpleScrollBox_C::AnimateWheelScrolling' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, NavigationDestination) == 0x000A88, "Member 'UUI_BP_SimpleScrollBox_C::NavigationDestination' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, NavigationScrollPadding) == 0x000A8C, "Member 'UUI_BP_SimpleScrollBox_C::NavigationScrollPadding' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, WheelScrollMultiplier) == 0x000A90, "Member 'UUI_BP_SimpleScrollBox_C::WheelScrollMultiplier' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleScrollBox_C, ScrollUpdated) == 0x000A98, "Member 'UUI_BP_SimpleScrollBox_C::ScrollUpdated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio \ static_assert(alignof(ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio) == 0x000008, "Wrong alignment on ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio"); \ static_assert(sizeof(ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio) == 0x000070, "Wrong size on ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio, EntryPoint) == 0x000000, "Member 'ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio, K2Node_Event_Context) == 0x000008, "Member 'ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroom_CastRevelio_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_CastRevelio_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroom_CastRevelio_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroom_CastRevelio_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroom_CastRevelio_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroom_CastRevelio_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroom_CastRevelio_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroom_CastRevelio_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_CastRevelio_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroom_CastRevelio_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroom_CastRevelio_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroom_CastRevelio_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroom_CastRevelio_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroom_CastRevelio_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroom_CastRevelio_C \ static_assert(alignof(UABL_HoverBroom_CastRevelio_C) == 0x000008, "Wrong alignment on UABL_HoverBroom_CastRevelio_C"); \ static_assert(sizeof(UABL_HoverBroom_CastRevelio_C) == 0x0000D0, "Wrong size on UABL_HoverBroom_CastRevelio_C"); \ static_assert(offsetof(UABL_HoverBroom_CastRevelio_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroom_CastRevelio_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_DpadNavBar_C_I_SetCategoryNames \ static_assert(alignof(UI_BPI_DpadNavBar_C_I_SetCategoryNames) == 0x000008, "Wrong alignment on UI_BPI_DpadNavBar_C_I_SetCategoryNames"); \ static_assert(sizeof(UI_BPI_DpadNavBar_C_I_SetCategoryNames) == 0x000010, "Wrong size on UI_BPI_DpadNavBar_C_I_SetCategoryNames"); \ static_assert(offsetof(UI_BPI_DpadNavBar_C_I_SetCategoryNames, Categories) == 0x000000, "Member 'UI_BPI_DpadNavBar_C_I_SetCategoryNames::Categories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_DpadNavBar_C_SetCurCategoryIndex \ static_assert(alignof(UI_BPI_DpadNavBar_C_SetCurCategoryIndex) == 0x000004, "Wrong alignment on UI_BPI_DpadNavBar_C_SetCurCategoryIndex"); \ static_assert(sizeof(UI_BPI_DpadNavBar_C_SetCurCategoryIndex) == 0x000004, "Wrong size on UI_BPI_DpadNavBar_C_SetCurCategoryIndex"); \ static_assert(offsetof(UI_BPI_DpadNavBar_C_SetCurCategoryIndex, Index_0) == 0x000000, "Member 'UI_BPI_DpadNavBar_C_SetCurCategoryIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_DpadNavBar_C_SetOwner \ static_assert(alignof(UI_BPI_DpadNavBar_C_SetOwner) == 0x000008, "Wrong alignment on UI_BPI_DpadNavBar_C_SetOwner"); \ static_assert(sizeof(UI_BPI_DpadNavBar_C_SetOwner) == 0x000008, "Wrong size on UI_BPI_DpadNavBar_C_SetOwner"); \ static_assert(offsetof(UI_BPI_DpadNavBar_C_SetOwner, NewOwner) == 0x000000, "Member 'UI_BPI_DpadNavBar_C_SetOwner::NewOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_DpadNavBar_C \ static_assert(alignof(IUI_BPI_DpadNavBar_C) == 0x000001, "Wrong alignment on IUI_BPI_DpadNavBar_C"); \ static_assert(sizeof(IUI_BPI_DpadNavBar_C) == 0x000001, "Wrong size on IUI_BPI_DpadNavBar_C"); \ #define DUMPER7_ASSERTS_VFX_BP_Fiendfyre_C_ExecuteUbergraph_VFX_BP_Fiendfyre \ static_assert(alignof(VFX_BP_Fiendfyre_C_ExecuteUbergraph_VFX_BP_Fiendfyre) == 0x000004, "Wrong alignment on VFX_BP_Fiendfyre_C_ExecuteUbergraph_VFX_BP_Fiendfyre"); \ static_assert(sizeof(VFX_BP_Fiendfyre_C_ExecuteUbergraph_VFX_BP_Fiendfyre) == 0x000008, "Wrong size on VFX_BP_Fiendfyre_C_ExecuteUbergraph_VFX_BP_Fiendfyre"); \ static_assert(offsetof(VFX_BP_Fiendfyre_C_ExecuteUbergraph_VFX_BP_Fiendfyre, EntryPoint) == 0x000000, "Member 'VFX_BP_Fiendfyre_C_ExecuteUbergraph_VFX_BP_Fiendfyre::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Fiendfyre_C_ExecuteUbergraph_VFX_BP_Fiendfyre, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'VFX_BP_Fiendfyre_C_ExecuteUbergraph_VFX_BP_Fiendfyre::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_Fiendfyre_C_ReceiveTick \ static_assert(alignof(VFX_BP_Fiendfyre_C_ReceiveTick) == 0x000004, "Wrong alignment on VFX_BP_Fiendfyre_C_ReceiveTick"); \ static_assert(sizeof(VFX_BP_Fiendfyre_C_ReceiveTick) == 0x000004, "Wrong size on VFX_BP_Fiendfyre_C_ReceiveTick"); \ static_assert(offsetof(VFX_BP_Fiendfyre_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'VFX_BP_Fiendfyre_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVFX_BP_Fiendfyre_C \ static_assert(alignof(AVFX_BP_Fiendfyre_C) == 0x000008, "Wrong alignment on AVFX_BP_Fiendfyre_C"); \ static_assert(sizeof(AVFX_BP_Fiendfyre_C) == 0x0002E0, "Wrong size on AVFX_BP_Fiendfyre_C"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, UberGraphFrame) == 0x000248, "Member 'AVFX_BP_Fiendfyre_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, Torso) == 0x000250, "Member 'AVFX_BP_Fiendfyre_C::Torso' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, Wings) == 0x000258, "Member 'AVFX_BP_Fiendfyre_C::Wings' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, BodyRibbonAura) == 0x000260, "Member 'AVFX_BP_Fiendfyre_C::BodyRibbonAura' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, WingRibbon_L_Fing1_Knuckle2) == 0x000268, "Member 'AVFX_BP_Fiendfyre_C::WingRibbon_L_Fing1_Knuckle2' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, WingRibbon_L_Fing1_Knuckle1) == 0x000270, "Member 'AVFX_BP_Fiendfyre_C::WingRibbon_L_Fing1_Knuckle1' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, WingRibbon_L_Wrist) == 0x000278, "Member 'AVFX_BP_Fiendfyre_C::WingRibbon_L_Wrist' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, WingRibbon_R_Fing1_Knuckle2) == 0x000280, "Member 'AVFX_BP_Fiendfyre_C::WingRibbon_R_Fing1_Knuckle2' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, WingRibbon_R_Fing1_Knuckle1) == 0x000288, "Member 'AVFX_BP_Fiendfyre_C::WingRibbon_R_Fing1_Knuckle1' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, WingRibbon_R_Wrist) == 0x000290, "Member 'AVFX_BP_Fiendfyre_C::WingRibbon_R_Wrist' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, Tail_2) == 0x000298, "Member 'AVFX_BP_Fiendfyre_C::Tail_2' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, Tail_1) == 0x0002A0, "Member 'AVFX_BP_Fiendfyre_C::Tail_1' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, Tail_3) == 0x0002A8, "Member 'AVFX_BP_Fiendfyre_C::Tail_3' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, Chest) == 0x0002B0, "Member 'AVFX_BP_Fiendfyre_C::Chest' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, head) == 0x0002B8, "Member 'AVFX_BP_Fiendfyre_C::head' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, Body_Tail) == 0x0002C0, "Member 'AVFX_BP_Fiendfyre_C::Body_Tail' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, WingRibbon_R_WristDup) == 0x0002C8, "Member 'AVFX_BP_Fiendfyre_C::WingRibbon_R_WristDup' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, SK_FiendFire) == 0x0002D0, "Member 'AVFX_BP_Fiendfyre_C::SK_FiendFire' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Fiendfyre_C, DefaultSceneRoot) == 0x0002D8, "Member 'AVFX_BP_Fiendfyre_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_ConflictItem_C_ExecuteUbergraph_UI_BP_MKBInput_ConflictItem \ static_assert(alignof(UI_BP_MKBInput_ConflictItem_C_ExecuteUbergraph_UI_BP_MKBInput_ConflictItem) == 0x000004, "Wrong alignment on UI_BP_MKBInput_ConflictItem_C_ExecuteUbergraph_UI_BP_MKBInput_ConflictItem"); \ static_assert(sizeof(UI_BP_MKBInput_ConflictItem_C_ExecuteUbergraph_UI_BP_MKBInput_ConflictItem) == 0x000004, "Wrong size on UI_BP_MKBInput_ConflictItem_C_ExecuteUbergraph_UI_BP_MKBInput_ConflictItem"); \ static_assert(offsetof(UI_BP_MKBInput_ConflictItem_C_ExecuteUbergraph_UI_BP_MKBInput_ConflictItem, EntryPoint) == 0x000000, "Member 'UI_BP_MKBInput_ConflictItem_C_ExecuteUbergraph_UI_BP_MKBInput_ConflictItem::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_MKBInput_ConflictItem_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MKBInput_ConflictItem_C \ static_assert(alignof(UUI_BP_MKBInput_ConflictItem_C) == 0x000008, "Wrong alignment on UUI_BP_MKBInput_ConflictItem_C"); \ static_assert(sizeof(UUI_BP_MKBInput_ConflictItem_C) == 0x000348, "Wrong size on UUI_BP_MKBInput_ConflictItem_C"); \ static_assert(offsetof(UUI_BP_MKBInput_ConflictItem_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_MKBInput_ConflictItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_ConflictItem_C, ItemText) == 0x000330, "Member 'UUI_BP_MKBInput_ConflictItem_C::ItemText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_ConflictItem_C, TextKey) == 0x000338, "Member 'UUI_BP_MKBInput_ConflictItem_C::TextKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index \ static_assert(alignof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index"); \ static_assert(sizeof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index) == 0x0002D0, "Wrong size on UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, EntryPoint) == 0x000000, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_CreateLegendArray_OutLegendArray) == 0x000008, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_CreateLegendArray_OutLegendArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, Temp_bool_Variable) == 0x000018, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000019, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_AsyncFindIconTexture2D_ReturnValue_1) == 0x00001A, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_AsyncFindIconTexture2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_Event_DisplayText) == 0x000020, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_Event_DisplayText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, Temp_bool_Variable_1) == 0x000030, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_Event_NewLevel) == 0x000034, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_Event_NewLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_Event_OldPct_1) == 0x000038, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_Event_OldPct_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_Event_NewPct_1) == 0x00003C, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_Event_NewPct_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_Event_OldPct) == 0x000040, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_Event_OldPct' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_Event_NewPct) == 0x000044, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_Event_NewPct' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_Event_DestinationStack) == 0x000048, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_Event_DestinationStack' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_MakeStruct_LegendItemData) == 0x000058, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_CustomEvent_ShowHighlight_1) == 0x000088, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_CustomEvent_ShowHighlight_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_MakeArray_Array) == 0x000090, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_CustomEvent_ShowHighlight) == 0x0000A0, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_CustomEvent_ShowHighlight' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_PlayAnimation_ReturnValue) == 0x0000A8, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_Get_ReturnValue) == 0x0000B0, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x0000B8, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_Get_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue) == 0x0000C8, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_Get_ReturnValue_2) == 0x0000D0, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_Get_ReturnValue_3) == 0x0000D8, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_IsTutorialStepActiveByAlias_ReturnValue) == 0x0000E0, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_IsTutorialStepActiveByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue_1) == 0x0000E1, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1) == 0x0000E2, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_Not_PreBool_ReturnValue) == 0x0000E3, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_BooleanOR_ReturnValue) == 0x0000E4, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_CreateDelegate_OutputDelegate) == 0x0000E8, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_HermesBindEvent_Handle) == 0x0000F8, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_CustomEvent_Caller) == 0x000108, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_IsUnlocked_ReturnValue) == 0x000110, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_IsUnlocked_ReturnValue_1) == 0x000111, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_IsUnlocked_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_IsUnlocked_ReturnValue_2) == 0x000112, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_IsUnlocked_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_IsUnlocked_ReturnValue_3) == 0x000113, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_IsUnlocked_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_IsUnlocked_ReturnValue_4) == 0x000114, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_IsUnlocked_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_IsUnlocked_ReturnValue_5) == 0x000115, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_IsUnlocked_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_IsUnlocked_ReturnValue_6) == 0x000116, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_IsUnlocked_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_26) == 0x000118, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_26' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_25) == 0x000120, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_25' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_24) == 0x000128, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_24' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_23) == 0x000130, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_23' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_22) == 0x000138, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_22' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_21) == 0x000140, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_21' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_20) == 0x000148, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_20' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_19) == 0x000150, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_19' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_18) == 0x000158, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_18' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_17) == 0x000160, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_17' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_16) == 0x000168, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_16' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_15) == 0x000170, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_15' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_14) == 0x000178, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_13) == 0x000180, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_12) == 0x000188, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_11) == 0x000190, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_10) == 0x000198, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_9) == 0x0001A0, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_8) == 0x0001A8, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_7) == 0x0001B0, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_6) == 0x0001B8, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_5) == 0x0001C0, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_4) == 0x0001C8, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_3) == 0x0001D0, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_2) == 0x0001D8, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton_1) == 0x0001E0, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_ComponentBoundEvent_IconButton) == 0x0001E8, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_ComponentBoundEvent_IconButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_GetUIManagerPure_ReturnValue) == 0x0001F0, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x0001F8, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_GetInMenuTransition_ReturnValue) == 0x000200, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_GetInMenuTransition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_PlayAnimationForward_ReturnValue) == 0x000208, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000210, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000218, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_Get_ReturnValue_4) == 0x000220, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_Get_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_MakeArray_Array_1) == 0x000228, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue_2) == 0x000238, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_Get_ReturnValue_5) == 0x000240, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_Get_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue_3) == 0x000248, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_Select_Default) == 0x000250, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_MakeStruct_LegendItemData_1) == 0x000260, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_MakeArray_Array_2) == 0x000290, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_CreateLegendArray_OutLegendArray_1) == 0x0002A0, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_CreateLegendArray_OutLegendArray_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, CallFunc_CreateLegendArray_OutLegendArray_2) == 0x0002B0, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::CallFunc_CreateLegendArray_OutLegendArray_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index, K2Node_Select_Default_1) == 0x0002C0, "Member 'UI_BP_FG_Index_C_ExecuteUbergraph_UI_BP_FG_Index::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_35_ButtonUnhoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_35_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_35_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_35_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_35_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_35_ButtonUnhoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_35_ButtonUnhoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_34_ButtonHoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_34_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_34_ButtonHoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_34_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_34_ButtonHoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_34_ButtonHoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_34_ButtonHoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_33_ButtonClickDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_33_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_33_ButtonClickDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_33_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_33_ButtonClickDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_33_ButtonClickDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_ActionsButton_K2Node_ComponentBoundEvent_33_ButtonClickDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_32_ButtonUnhoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_32_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_32_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_32_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_32_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_32_ButtonUnhoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_32_ButtonUnhoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_31_ButtonHoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_31_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_31_ButtonHoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_31_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_31_ButtonHoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_31_ButtonHoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_31_ButtonHoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_30_ButtonUnhoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_30_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_30_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_30_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_30_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_30_ButtonUnhoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_30_ButtonUnhoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_29_ButtonHoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_29_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_29_ButtonHoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_29_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_29_ButtonHoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_29_ButtonHoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_29_ButtonHoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_28_ButtonUnhoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_28_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_28_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_28_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_28_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_28_ButtonUnhoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_28_ButtonUnhoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_27_ButtonHoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_27_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_27_ButtonHoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_27_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_27_ButtonHoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_27_ButtonHoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_27_ButtonHoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_26_ButtonUnhoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_26_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_26_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_26_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_26_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_26_ButtonUnhoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_26_ButtonUnhoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_25_ButtonHoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_25_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_25_ButtonHoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_25_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_25_ButtonHoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_25_ButtonHoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_25_ButtonHoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_24_ButtonUnhoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_24_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_24_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_24_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_24_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_24_ButtonUnhoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_24_ButtonUnhoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_23_ButtonHoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_23_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_23_ButtonHoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_23_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_23_ButtonHoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_23_ButtonHoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_23_ButtonHoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_22_ButtonUnhoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_22_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_22_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_22_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_22_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_22_ButtonUnhoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_22_ButtonUnhoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_21_ButtonHoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_21_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_21_ButtonHoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_21_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_21_ButtonHoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_21_ButtonHoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_21_ButtonHoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_20_ButtonUnhoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_20_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_20_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_20_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_20_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_20_ButtonUnhoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_20_ButtonUnhoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_19_ButtonHoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_19_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_19_ButtonHoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_19_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_19_ButtonHoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_19_ButtonHoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_19_ButtonHoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_18_ButtonUnhoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_18_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_18_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_18_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_18_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_18_ButtonUnhoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_18_ButtonUnhoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_17_ButtonHoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_17_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_17_ButtonHoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_17_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_17_ButtonHoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_17_ButtonHoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_17_ButtonHoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_16_ButtonClickDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_16_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_16_ButtonClickDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_16_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_16_ButtonClickDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_16_ButtonClickDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_QuestsButton_K2Node_ComponentBoundEvent_16_ButtonClickDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_7_ButtonClickDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_7_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_7_ButtonClickDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_7_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_7_ButtonClickDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_7_ButtonClickDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_OwlMailButton_K2Node_ComponentBoundEvent_7_ButtonClickDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_6_ButtonClickDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_6_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_6_ButtonClickDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_6_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_6_ButtonClickDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_6_ButtonClickDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_CollectionsButton_K2Node_ComponentBoundEvent_6_ButtonClickDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_5_ButtonClickDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_5_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_5_ButtonClickDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_5_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_5_ButtonClickDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_5_ButtonClickDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_MapButton_K2Node_ComponentBoundEvent_5_ButtonClickDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_4_ButtonClickDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_4_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_4_ButtonClickDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_4_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_4_ButtonClickDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_4_ButtonClickDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_SettingsButton_K2Node_ComponentBoundEvent_4_ButtonClickDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_3_ButtonClickDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_3_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_3_ButtonClickDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_3_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_3_ButtonClickDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_3_ButtonClickDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_TalentsButton_K2Node_ComponentBoundEvent_3_ButtonClickDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_2_ButtonClickDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_2_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_2_ButtonClickDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_2_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_2_ButtonClickDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_2_ButtonClickDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_InventoryButton_K2Node_ComponentBoundEvent_2_ButtonClickDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_1_ButtonClickDelegate__DelegateSignature \ static_assert(alignof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_1_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_1_ButtonClickDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_1_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_1_ButtonClickDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_1_ButtonClickDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_FG_Index_C_BndEvt__UI_BP_FG_Index_GearButton_K2Node_ComponentBoundEvent_1_ButtonClickDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_TutorialSaysHighlightChallenges \ static_assert(alignof(UI_BP_FG_Index_C_TutorialSaysHighlightChallenges) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_TutorialSaysHighlightChallenges"); \ static_assert(sizeof(UI_BP_FG_Index_C_TutorialSaysHighlightChallenges) == 0x000008, "Wrong size on UI_BP_FG_Index_C_TutorialSaysHighlightChallenges"); \ static_assert(offsetof(UI_BP_FG_Index_C_TutorialSaysHighlightChallenges, Caller) == 0x000000, "Member 'UI_BP_FG_Index_C_TutorialSaysHighlightChallenges::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_SetPlayerLevelTutorialHighlight \ static_assert(alignof(UI_BP_FG_Index_C_SetPlayerLevelTutorialHighlight) == 0x000001, "Wrong alignment on UI_BP_FG_Index_C_SetPlayerLevelTutorialHighlight"); \ static_assert(sizeof(UI_BP_FG_Index_C_SetPlayerLevelTutorialHighlight) == 0x000001, "Wrong size on UI_BP_FG_Index_C_SetPlayerLevelTutorialHighlight"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetPlayerLevelTutorialHighlight, ShowHighlight) == 0x000000, "Member 'UI_BP_FG_Index_C_SetPlayerLevelTutorialHighlight::ShowHighlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_SetSchoolProgressTutorialHighlight \ static_assert(alignof(UI_BP_FG_Index_C_SetSchoolProgressTutorialHighlight) == 0x000001, "Wrong alignment on UI_BP_FG_Index_C_SetSchoolProgressTutorialHighlight"); \ static_assert(sizeof(UI_BP_FG_Index_C_SetSchoolProgressTutorialHighlight) == 0x000001, "Wrong size on UI_BP_FG_Index_C_SetSchoolProgressTutorialHighlight"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetSchoolProgressTutorialHighlight, ShowHighlight) == 0x000000, "Member 'UI_BP_FG_Index_C_SetSchoolProgressTutorialHighlight::ShowHighlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_GoToPage \ static_assert(alignof(UI_BP_FG_Index_C_GoToPage) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_GoToPage"); \ static_assert(sizeof(UI_BP_FG_Index_C_GoToPage) == 0x000010, "Wrong size on UI_BP_FG_Index_C_GoToPage"); \ static_assert(offsetof(UI_BP_FG_Index_C_GoToPage, DestinationStack) == 0x000000, "Member 'UI_BP_FG_Index_C_GoToPage::DestinationStack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_OnSetSchoolPct \ static_assert(alignof(UI_BP_FG_Index_C_OnSetSchoolPct) == 0x000004, "Wrong alignment on UI_BP_FG_Index_C_OnSetSchoolPct"); \ static_assert(sizeof(UI_BP_FG_Index_C_OnSetSchoolPct) == 0x000008, "Wrong size on UI_BP_FG_Index_C_OnSetSchoolPct"); \ static_assert(offsetof(UI_BP_FG_Index_C_OnSetSchoolPct, OldPct) == 0x000000, "Member 'UI_BP_FG_Index_C_OnSetSchoolPct::OldPct' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_OnSetSchoolPct, NewPct) == 0x000004, "Member 'UI_BP_FG_Index_C_OnSetSchoolPct::NewPct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_OnSetActionsPct \ static_assert(alignof(UI_BP_FG_Index_C_OnSetActionsPct) == 0x000004, "Wrong alignment on UI_BP_FG_Index_C_OnSetActionsPct"); \ static_assert(sizeof(UI_BP_FG_Index_C_OnSetActionsPct) == 0x000008, "Wrong size on UI_BP_FG_Index_C_OnSetActionsPct"); \ static_assert(offsetof(UI_BP_FG_Index_C_OnSetActionsPct, OldPct) == 0x000000, "Member 'UI_BP_FG_Index_C_OnSetActionsPct::OldPct' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_OnSetActionsPct, NewPct) == 0x000004, "Member 'UI_BP_FG_Index_C_OnSetActionsPct::NewPct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_OnSetPlayerLevel \ static_assert(alignof(UI_BP_FG_Index_C_OnSetPlayerLevel) == 0x000004, "Wrong alignment on UI_BP_FG_Index_C_OnSetPlayerLevel"); \ static_assert(sizeof(UI_BP_FG_Index_C_OnSetPlayerLevel) == 0x000004, "Wrong size on UI_BP_FG_Index_C_OnSetPlayerLevel"); \ static_assert(offsetof(UI_BP_FG_Index_C_OnSetPlayerLevel, NewLevel) == 0x000000, "Member 'UI_BP_FG_Index_C_OnSetPlayerLevel::NewLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_OnGetAvailableAssignments \ static_assert(alignof(UI_BP_FG_Index_C_OnGetAvailableAssignments) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_OnGetAvailableAssignments"); \ static_assert(sizeof(UI_BP_FG_Index_C_OnGetAvailableAssignments) == 0x000010, "Wrong size on UI_BP_FG_Index_C_OnGetAvailableAssignments"); \ static_assert(offsetof(UI_BP_FG_Index_C_OnGetAvailableAssignments, DisplayText) == 0x000000, "Member 'UI_BP_FG_Index_C_OnGetAvailableAssignments::DisplayText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_SetActionCompletionPct \ static_assert(alignof(UI_BP_FG_Index_C_SetActionCompletionPct) == 0x000004, "Wrong alignment on UI_BP_FG_Index_C_SetActionCompletionPct"); \ static_assert(sizeof(UI_BP_FG_Index_C_SetActionCompletionPct) == 0x000004, "Wrong size on UI_BP_FG_Index_C_SetActionCompletionPct"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetActionCompletionPct, percent) == 0x000000, "Member 'UI_BP_FG_Index_C_SetActionCompletionPct::percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_SetHouseAssets \ static_assert(alignof(UI_BP_FG_Index_C_SetHouseAssets) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_SetHouseAssets"); \ static_assert(sizeof(UI_BP_FG_Index_C_SetHouseAssets) == 0x000028, "Wrong size on UI_BP_FG_Index_C_SetHouseAssets"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetHouseAssets, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000000, "Member 'UI_BP_FG_Index_C_SetHouseAssets::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetHouseAssets, CallFunc_Get_ReturnValue) == 0x000008, "Member 'UI_BP_FG_Index_C_SetHouseAssets::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetHouseAssets, CallFunc_GetPlayerHouse_ReturnValue) == 0x000010, "Member 'UI_BP_FG_Index_C_SetHouseAssets::CallFunc_GetPlayerHouse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetHouseAssets, K2Node_SwitchString_CmpSuccess) == 0x000020, "Member 'UI_BP_FG_Index_C_SetHouseAssets::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_SetPlayerXPLevel \ static_assert(alignof(UI_BP_FG_Index_C_SetPlayerXPLevel) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_SetPlayerXPLevel"); \ static_assert(sizeof(UI_BP_FG_Index_C_SetPlayerXPLevel) == 0x000058, "Wrong size on UI_BP_FG_Index_C_SetPlayerXPLevel"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetPlayerXPLevel, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_FG_Index_C_SetPlayerXPLevel::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetPlayerXPLevel, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'UI_BP_FG_Index_C_SetPlayerXPLevel::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetPlayerXPLevel, CallFunc_GetExperiencePoints_ReturnValue) == 0x000010, "Member 'UI_BP_FG_Index_C_SetPlayerXPLevel::CallFunc_GetExperiencePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetPlayerXPLevel, CallFunc_GetExperienceLevelStartPoints_ReturnValue) == 0x000014, "Member 'UI_BP_FG_Index_C_SetPlayerXPLevel::CallFunc_GetExperienceLevelStartPoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetPlayerXPLevel, CallFunc_GetExperienceLevelEndPoints_ReturnValue) == 0x000018, "Member 'UI_BP_FG_Index_C_SetPlayerXPLevel::CallFunc_GetExperienceLevelEndPoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetPlayerXPLevel, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'UI_BP_FG_Index_C_SetPlayerXPLevel::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetPlayerXPLevel, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000020, "Member 'UI_BP_FG_Index_C_SetPlayerXPLevel::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetPlayerXPLevel, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000024, "Member 'UI_BP_FG_Index_C_SetPlayerXPLevel::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetPlayerXPLevel, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000028, "Member 'UI_BP_FG_Index_C_SetPlayerXPLevel::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetPlayerXPLevel, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00002C, "Member 'UI_BP_FG_Index_C_SetPlayerXPLevel::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetPlayerXPLevel, CallFunc_Get_ReturnValue_1) == 0x000030, "Member 'UI_BP_FG_Index_C_SetPlayerXPLevel::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetPlayerXPLevel, CallFunc_GetExperienceLevel_ReturnValue) == 0x000038, "Member 'UI_BP_FG_Index_C_SetPlayerXPLevel::CallFunc_GetExperienceLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_SetPlayerXPLevel, CallFunc_Conv_IntToText_ReturnValue) == 0x000040, "Member 'UI_BP_FG_Index_C_SetPlayerXPLevel::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_ShowYearTooltip \ static_assert(alignof(UI_BP_FG_Index_C_ShowYearTooltip) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_ShowYearTooltip"); \ static_assert(sizeof(UI_BP_FG_Index_C_ShowYearTooltip) == 0x000060, "Wrong size on UI_BP_FG_Index_C_ShowYearTooltip"); \ static_assert(offsetof(UI_BP_FG_Index_C_ShowYearTooltip, Year) == 0x000000, "Member 'UI_BP_FG_Index_C_ShowYearTooltip::Year' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ShowYearTooltip, CallFunc_GetCursorWidget_ReturnValue) == 0x000008, "Member 'UI_BP_FG_Index_C_ShowYearTooltip::CallFunc_GetCursorWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ShowYearTooltip, CallFunc_Conv_IntToString_ReturnValue) == 0x000010, "Member 'UI_BP_FG_Index_C_ShowYearTooltip::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ShowYearTooltip, K2Node_DynamicCast_AsUI_BPI_Cursor) == 0x000020, "Member 'UI_BP_FG_Index_C_ShowYearTooltip::K2Node_DynamicCast_AsUI_BPI_Cursor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ShowYearTooltip, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'UI_BP_FG_Index_C_ShowYearTooltip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ShowYearTooltip, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'UI_BP_FG_Index_C_ShowYearTooltip::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ShowYearTooltip, K2Node_DynamicCast_AsUI_BPI_Cursor_1) == 0x000048, "Member 'UI_BP_FG_Index_C_ShowYearTooltip::K2Node_DynamicCast_AsUI_BPI_Cursor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ShowYearTooltip, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'UI_BP_FG_Index_C_ShowYearTooltip::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_HideTooltip \ static_assert(alignof(UI_BP_FG_Index_C_HideTooltip) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_HideTooltip"); \ static_assert(sizeof(UI_BP_FG_Index_C_HideTooltip) == 0x000020, "Wrong size on UI_BP_FG_Index_C_HideTooltip"); \ static_assert(offsetof(UI_BP_FG_Index_C_HideTooltip, CallFunc_GetCursorWidget_ReturnValue) == 0x000000, "Member 'UI_BP_FG_Index_C_HideTooltip::CallFunc_GetCursorWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_HideTooltip, K2Node_DynamicCast_AsUI_BPI_Cursor) == 0x000008, "Member 'UI_BP_FG_Index_C_HideTooltip::K2Node_DynamicCast_AsUI_BPI_Cursor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_HideTooltip, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_FG_Index_C_HideTooltip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_ShowTutorialOverlay \ static_assert(alignof(UI_BP_FG_Index_C_ShowTutorialOverlay) == 0x000001, "Wrong alignment on UI_BP_FG_Index_C_ShowTutorialOverlay"); \ static_assert(sizeof(UI_BP_FG_Index_C_ShowTutorialOverlay) == 0x000002, "Wrong size on UI_BP_FG_Index_C_ShowTutorialOverlay"); \ static_assert(offsetof(UI_BP_FG_Index_C_ShowTutorialOverlay, CallFunc_GetVisibility_ReturnValue) == 0x000000, "Member 'UI_BP_FG_Index_C_ShowTutorialOverlay::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_ShowTutorialOverlay, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'UI_BP_FG_Index_C_ShowTutorialOverlay::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_HideTutorialOverlay \ static_assert(alignof(UI_BP_FG_Index_C_HideTutorialOverlay) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_HideTutorialOverlay"); \ static_assert(sizeof(UI_BP_FG_Index_C_HideTutorialOverlay) == 0x000048, "Wrong size on UI_BP_FG_Index_C_HideTutorialOverlay"); \ static_assert(offsetof(UI_BP_FG_Index_C_HideTutorialOverlay, Temp_int_Array_Index_Variable) == 0x000000, "Member 'UI_BP_FG_Index_C_HideTutorialOverlay::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_HideTutorialOverlay, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'UI_BP_FG_Index_C_HideTutorialOverlay::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_HideTutorialOverlay, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_FG_Index_C_HideTutorialOverlay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_HideTutorialOverlay, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000010, "Member 'UI_BP_FG_Index_C_HideTutorialOverlay::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_HideTutorialOverlay, CallFunc_GetZOrder_ReturnValue) == 0x000018, "Member 'UI_BP_FG_Index_C_HideTutorialOverlay::CallFunc_GetZOrder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_HideTutorialOverlay, CallFunc_Array_Get_Item) == 0x000020, "Member 'UI_BP_FG_Index_C_HideTutorialOverlay::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_HideTutorialOverlay, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'UI_BP_FG_Index_C_HideTutorialOverlay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_HideTutorialOverlay, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000030, "Member 'UI_BP_FG_Index_C_HideTutorialOverlay::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_HideTutorialOverlay, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'UI_BP_FG_Index_C_HideTutorialOverlay::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_HideTutorialOverlay, CallFunc_GetZOrder_ReturnValue_1) == 0x00003C, "Member 'UI_BP_FG_Index_C_HideTutorialOverlay::CallFunc_GetZOrder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_HideTutorialOverlay, CallFunc_Subtract_IntInt_ReturnValue) == 0x000040, "Member 'UI_BP_FG_Index_C_HideTutorialOverlay::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_HideTutorialOverlay, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000044, "Member 'UI_BP_FG_Index_C_HideTutorialOverlay::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BringWidgetAboveOverlay \ static_assert(alignof(UI_BP_FG_Index_C_BringWidgetAboveOverlay) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BringWidgetAboveOverlay"); \ static_assert(sizeof(UI_BP_FG_Index_C_BringWidgetAboveOverlay) == 0x000038, "Wrong size on UI_BP_FG_Index_C_BringWidgetAboveOverlay"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetAboveOverlay, Widget) == 0x000000, "Member 'UI_BP_FG_Index_C_BringWidgetAboveOverlay::Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetAboveOverlay, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000008, "Member 'UI_BP_FG_Index_C_BringWidgetAboveOverlay::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetAboveOverlay, CallFunc_GetVisibility_ReturnValue) == 0x000010, "Member 'UI_BP_FG_Index_C_BringWidgetAboveOverlay::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetAboveOverlay, CallFunc_GetZOrder_ReturnValue) == 0x000014, "Member 'UI_BP_FG_Index_C_BringWidgetAboveOverlay::CallFunc_GetZOrder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetAboveOverlay, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'UI_BP_FG_Index_C_BringWidgetAboveOverlay::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetAboveOverlay, CallFunc_Array_Add_ReturnValue) == 0x00001C, "Member 'UI_BP_FG_Index_C_BringWidgetAboveOverlay::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetAboveOverlay, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000020, "Member 'UI_BP_FG_Index_C_BringWidgetAboveOverlay::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetAboveOverlay, CallFunc_GetZOrder_ReturnValue_1) == 0x000028, "Member 'UI_BP_FG_Index_C_BringWidgetAboveOverlay::CallFunc_GetZOrder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetAboveOverlay, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'UI_BP_FG_Index_C_BringWidgetAboveOverlay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetAboveOverlay, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'UI_BP_FG_Index_C_BringWidgetAboveOverlay::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_BringWidgetBelowOverlay \ static_assert(alignof(UI_BP_FG_Index_C_BringWidgetBelowOverlay) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_BringWidgetBelowOverlay"); \ static_assert(sizeof(UI_BP_FG_Index_C_BringWidgetBelowOverlay) == 0x000038, "Wrong size on UI_BP_FG_Index_C_BringWidgetBelowOverlay"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetBelowOverlay, Widget) == 0x000000, "Member 'UI_BP_FG_Index_C_BringWidgetBelowOverlay::Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetBelowOverlay, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000008, "Member 'UI_BP_FG_Index_C_BringWidgetBelowOverlay::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetBelowOverlay, CallFunc_GetVisibility_ReturnValue) == 0x000010, "Member 'UI_BP_FG_Index_C_BringWidgetBelowOverlay::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetBelowOverlay, CallFunc_GetZOrder_ReturnValue) == 0x000014, "Member 'UI_BP_FG_Index_C_BringWidgetBelowOverlay::CallFunc_GetZOrder_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetBelowOverlay, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'UI_BP_FG_Index_C_BringWidgetBelowOverlay::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetBelowOverlay, CallFunc_Array_RemoveItem_ReturnValue) == 0x000019, "Member 'UI_BP_FG_Index_C_BringWidgetBelowOverlay::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetBelowOverlay, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000020, "Member 'UI_BP_FG_Index_C_BringWidgetBelowOverlay::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetBelowOverlay, CallFunc_GetZOrder_ReturnValue_1) == 0x000028, "Member 'UI_BP_FG_Index_C_BringWidgetBelowOverlay::CallFunc_GetZOrder_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetBelowOverlay, CallFunc_Subtract_IntInt_ReturnValue) == 0x00002C, "Member 'UI_BP_FG_Index_C_BringWidgetBelowOverlay::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_BringWidgetBelowOverlay, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000030, "Member 'UI_BP_FG_Index_C_BringWidgetBelowOverlay::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_CreateLegendArray \ static_assert(alignof(UI_BP_FG_Index_C_CreateLegendArray) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_CreateLegendArray"); \ static_assert(sizeof(UI_BP_FG_Index_C_CreateLegendArray) == 0x0000D0, "Wrong size on UI_BP_FG_Index_C_CreateLegendArray"); \ static_assert(offsetof(UI_BP_FG_Index_C_CreateLegendArray, bIsHovering) == 0x000000, "Member 'UI_BP_FG_Index_C_CreateLegendArray::bIsHovering' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_CreateLegendArray, OutLegendArray) == 0x000008, "Member 'UI_BP_FG_Index_C_CreateLegendArray::OutLegendArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_CreateLegendArray, LocalLegendArray) == 0x000018, "Member 'UI_BP_FG_Index_C_CreateLegendArray::LocalLegendArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_CreateLegendArray, CallFunc_IsPhotoModeAllowed_bIsPhotoModeAllowed) == 0x000028, "Member 'UI_BP_FG_Index_C_CreateLegendArray::CallFunc_IsPhotoModeAllowed_bIsPhotoModeAllowed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_CreateLegendArray, K2Node_MakeStruct_LegendItemData) == 0x000030, "Member 'UI_BP_FG_Index_C_CreateLegendArray::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_CreateLegendArray, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_FG_Index_C_CreateLegendArray::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_CreateLegendArray, K2Node_MakeStruct_LegendItemData_1) == 0x000068, "Member 'UI_BP_FG_Index_C_CreateLegendArray::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_CreateLegendArray, K2Node_MakeStruct_LegendItemData_2) == 0x000098, "Member 'UI_BP_FG_Index_C_CreateLegendArray::K2Node_MakeStruct_LegendItemData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_CreateLegendArray, CallFunc_Array_Add_ReturnValue_1) == 0x0000C8, "Member 'UI_BP_FG_Index_C_CreateLegendArray::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_CreateLegendArray, CallFunc_Array_Add_ReturnValue_2) == 0x0000CC, "Member 'UI_BP_FG_Index_C_CreateLegendArray::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_IsPhotoModeAllowed \ static_assert(alignof(UI_BP_FG_Index_C_IsPhotoModeAllowed) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_IsPhotoModeAllowed"); \ static_assert(sizeof(UI_BP_FG_Index_C_IsPhotoModeAllowed) == 0x000020, "Wrong size on UI_BP_FG_Index_C_IsPhotoModeAllowed"); \ static_assert(offsetof(UI_BP_FG_Index_C_IsPhotoModeAllowed, bIsPhotoModeAllowed) == 0x000000, "Member 'UI_BP_FG_Index_C_IsPhotoModeAllowed::bIsPhotoModeAllowed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_IsPhotoModeAllowed, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'UI_BP_FG_Index_C_IsPhotoModeAllowed::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_IsPhotoModeAllowed, CallFunc_GetContextOnActor_ReturnValue) == 0x000010, "Member 'UI_BP_FG_Index_C_IsPhotoModeAllowed::CallFunc_GetContextOnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_IsPhotoModeAllowed, CallFunc_GetInt32Variable_OnActor_ReturnValue) == 0x000014, "Member 'UI_BP_FG_Index_C_IsPhotoModeAllowed::CallFunc_GetInt32Variable_OnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_IsPhotoModeAllowed, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'UI_BP_FG_Index_C_IsPhotoModeAllowed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_IsPhotoModeAllowed, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000019, "Member 'UI_BP_FG_Index_C_IsPhotoModeAllowed::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_IsPhotoModeAllowed, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'UI_BP_FG_Index_C_IsPhotoModeAllowed::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_Index_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FG_Index_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FG_Index_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FG_Index_C_GatherMenuReaderStrings) == 0x000098, "Wrong size on UI_BP_FG_Index_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FG_Index_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FG_Index_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FG_Index_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FG_Index_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FG_Index_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_FG_Index_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_FG_Index_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000060, "Member 'UI_BP_FG_Index_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'UI_BP_FG_Index_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000080, "Member 'UI_BP_FG_Index_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_Index_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000090, "Member 'UI_BP_FG_Index_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FG_Index_C \ static_assert(alignof(UUI_BP_FG_Index_C) == 0x000008, "Wrong alignment on UUI_BP_FG_Index_C"); \ static_assert(sizeof(UUI_BP_FG_Index_C) == 0x0005C8, "Wrong size on UUI_BP_FG_Index_C"); \ static_assert(offsetof(UUI_BP_FG_Index_C, UberGraphFrame) == 0x0003D8, "Member 'UUI_BP_FG_Index_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, IntroAnimation) == 0x0003E0, "Member 'UUI_BP_FG_Index_C::IntroAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, AmbientBackgroundAnimation) == 0x0003E8, "Member 'UUI_BP_FG_Index_C::AmbientBackgroundAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, TutorialBounce_PlayerLevel) == 0x0003F0, "Member 'UUI_BP_FG_Index_C::TutorialBounce_PlayerLevel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, ActionsButton) == 0x0003F8, "Member 'UUI_BP_FG_Index_C::ActionsButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, AvailableAssignments) == 0x000400, "Member 'UUI_BP_FG_Index_C::AvailableAssignments' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, CollectionsButton) == 0x000408, "Member 'UUI_BP_FG_Index_C::CollectionsButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, crestParallax) == 0x000410, "Member 'UUI_BP_FG_Index_C::crestParallax' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, GearButton) == 0x000418, "Member 'UUI_BP_FG_Index_C::GearButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, HouseCrest) == 0x000420, "Member 'UUI_BP_FG_Index_C::HouseCrest' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, InventoryButton) == 0x000428, "Member 'UUI_BP_FG_Index_C::InventoryButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, LevelTitle) == 0x000430, "Member 'UUI_BP_FG_Index_C::LevelTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, MapButton) == 0x000438, "Member 'UUI_BP_FG_Index_C::MapButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, OwlMailButton) == 0x000440, "Member 'UUI_BP_FG_Index_C::OwlMailButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, playerLevelBorder) == 0x000448, "Member 'UUI_BP_FG_Index_C::playerLevelBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, PlayerLevelHouseCrest) == 0x000450, "Member 'UUI_BP_FG_Index_C::PlayerLevelHouseCrest' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, playerLevelText) == 0x000458, "Member 'UUI_BP_FG_Index_C::playerLevelText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, QuestsButton) == 0x000460, "Member 'UUI_BP_FG_Index_C::QuestsButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, rayBurst) == 0x000468, "Member 'UUI_BP_FG_Index_C::rayBurst' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, rayburstParallax) == 0x000470, "Member 'UUI_BP_FG_Index_C::rayburstParallax' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, SettingsButton) == 0x000478, "Member 'UUI_BP_FG_Index_C::SettingsButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, TalentsButton) == 0x000480, "Member 'UUI_BP_FG_Index_C::TalentsButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, TUT_PlayerLevel) == 0x000488, "Member 'UUI_BP_FG_Index_C::TUT_PlayerLevel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, TutorialOverlay) == 0x000490, "Member 'UUI_BP_FG_Index_C::TutorialOverlay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, XPFill_Image) == 0x000498, "Member 'UUI_BP_FG_Index_C::XPFill_Image' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, GearScreenSelected) == 0x0004A0, "Member 'UUI_BP_FG_Index_C::GearScreenSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, InventoryScreenSelected) == 0x0004B0, "Member 'UUI_BP_FG_Index_C::InventoryScreenSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, TalentsScreenSelected) == 0x0004C0, "Member 'UUI_BP_FG_Index_C::TalentsScreenSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, SettingsScreenSelected) == 0x0004D0, "Member 'UUI_BP_FG_Index_C::SettingsScreenSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, MapScreenSelected) == 0x0004E0, "Member 'UUI_BP_FG_Index_C::MapScreenSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, CollectionsScreenSelected) == 0x0004F0, "Member 'UUI_BP_FG_Index_C::CollectionsScreenSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, OwlMailScreenSelected) == 0x000500, "Member 'UUI_BP_FG_Index_C::OwlMailScreenSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, QuestsScreenSelected) == 0x000510, "Member 'UUI_BP_FG_Index_C::QuestsScreenSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, ActionsScreenSelected) == 0x000520, "Member 'UUI_BP_FG_Index_C::ActionsScreenSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, BookHouseCrest) == 0x000530, "Member 'UUI_BP_FG_Index_C::BookHouseCrest' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, ActionMeterHouse) == 0x000540, "Member 'UUI_BP_FG_Index_C::ActionMeterHouse' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, PlayerLevelFill) == 0x000550, "Member 'UUI_BP_FG_Index_C::PlayerLevelFill' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, PlayerLevelCrest) == 0x000560, "Member 'UUI_BP_FG_Index_C::PlayerLevelCrest' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, HouseEffectColor) == 0x000570, "Member 'UUI_BP_FG_Index_C::HouseEffectColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, HouseCrestMaterial) == 0x000580, "Member 'UUI_BP_FG_Index_C::HouseCrestMaterial' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, TutorialHighlightWidgets) == 0x0005A8, "Member 'UUI_BP_FG_Index_C::TutorialHighlightWidgets' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_Index_C, HighlightChallengesHandle) == 0x0005B8, "Member 'UUI_BP_FG_Index_C::HighlightChallengesHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_ConflictItem_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItem \ static_assert(alignof(UI_BP_KeyMapping_ConflictItem_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItem) == 0x000004, "Wrong alignment on UI_BP_KeyMapping_ConflictItem_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItem"); \ static_assert(sizeof(UI_BP_KeyMapping_ConflictItem_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItem) == 0x000008, "Wrong size on UI_BP_KeyMapping_ConflictItem_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItem"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItem_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItem, EntryPoint) == 0x000000, "Member 'UI_BP_KeyMapping_ConflictItem_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItem_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItem, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_KeyMapping_ConflictItem_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_ConflictItem_C_PreConstruct \ static_assert(alignof(UI_BP_KeyMapping_ConflictItem_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_KeyMapping_ConflictItem_C_PreConstruct"); \ static_assert(sizeof(UI_BP_KeyMapping_ConflictItem_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_KeyMapping_ConflictItem_C_PreConstruct"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_KeyMapping_ConflictItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_KeyMapping_ConflictItem_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_KeyMapping_ConflictItem_C \ static_assert(alignof(UUI_BP_KeyMapping_ConflictItem_C) == 0x000008, "Wrong alignment on UUI_BP_KeyMapping_ConflictItem_C"); \ static_assert(sizeof(UUI_BP_KeyMapping_ConflictItem_C) == 0x000348, "Wrong size on UUI_BP_KeyMapping_ConflictItem_C"); \ static_assert(offsetof(UUI_BP_KeyMapping_ConflictItem_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_KeyMapping_ConflictItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_ConflictItem_C, ItemText) == 0x000330, "Member 'UUI_BP_KeyMapping_ConflictItem_C::ItemText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_ConflictItem_C, Text_Key) == 0x000338, "Member 'UUI_BP_KeyMapping_ConflictItem_C::Text_Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_UnidentifiedGear_TooltipContent_C \ static_assert(alignof(UUI_BP_UnidentifiedGear_TooltipContent_C) == 0x000008, "Wrong alignment on UUI_BP_UnidentifiedGear_TooltipContent_C"); \ static_assert(sizeof(UUI_BP_UnidentifiedGear_TooltipContent_C) == 0x000268, "Wrong size on UUI_BP_UnidentifiedGear_TooltipContent_C"); \ #define DUMPER7_ASSERTS_UBP_LumosEndLEDEffect_C \ static_assert(alignof(UBP_LumosEndLEDEffect_C) == 0x000008, "Wrong alignment on UBP_LumosEndLEDEffect_C"); \ static_assert(sizeof(UBP_LumosEndLEDEffect_C) == 0x000048, "Wrong size on UBP_LumosEndLEDEffect_C"); \ #define DUMPER7_ASSERTS_UI_BP_FG_IDP_ItemHeader_C_SetHeaderData \ static_assert(alignof(UI_BP_FG_IDP_ItemHeader_C_SetHeaderData) == 0x000008, "Wrong alignment on UI_BP_FG_IDP_ItemHeader_C_SetHeaderData"); \ static_assert(sizeof(UI_BP_FG_IDP_ItemHeader_C_SetHeaderData) == 0x000030, "Wrong size on UI_BP_FG_IDP_ItemHeader_C_SetHeaderData"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetHeaderData, headerTitle) == 0x000000, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetHeaderData::headerTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetHeaderData, TranslateTitle) == 0x000010, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetHeaderData::TranslateTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetHeaderData, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetHeaderData::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons \ static_assert(alignof(UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons) == 0x000008, "Wrong alignment on UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons"); \ static_assert(sizeof(UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons) == 0x000030, "Wrong size on UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons, IsAlbino) == 0x000000, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons::IsAlbino' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons, useGenderIcon) == 0x000001, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons::useGenderIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons, IsMale) == 0x000002, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons::IsMale' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons, Temp_bool_Variable) == 0x000003, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons, Temp_object_Variable) == 0x000008, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons, Temp_object_Variable_1) == 0x000010, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons, Temp_bool_Variable_1) == 0x000018, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons, Temp_byte_Variable) == 0x000019, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons, Temp_byte_Variable_1) == 0x00001A, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons, Temp_bool_Variable_2) == 0x00001B, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons, Temp_byte_Variable_2) == 0x00001C, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons, Temp_byte_Variable_3) == 0x00001D, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons, K2Node_Select_Default) == 0x000020, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons, K2Node_Select_Default_1) == 0x000028, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons, K2Node_Select_Default_2) == 0x000029, "Member 'UI_BP_FG_IDP_ItemHeader_C_SetCreatureIcons::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings) == 0x0000F8, "Wrong size on UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue) == 0x000028, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000040, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue_1) == 0x000060, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000080, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue_2) == 0x000090, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000B0, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000C0, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x0000C4, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_1) == 0x0000C5, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000C6, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x0000C7, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x0000C8, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0000E0, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x0000F0, "Member 'UI_BP_FG_IDP_ItemHeader_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FG_IDP_ItemHeader_C \ static_assert(alignof(UUI_BP_FG_IDP_ItemHeader_C) == 0x000008, "Wrong alignment on UUI_BP_FG_IDP_ItemHeader_C"); \ static_assert(sizeof(UUI_BP_FG_IDP_ItemHeader_C) == 0x000348, "Wrong size on UUI_BP_FG_IDP_ItemHeader_C"); \ static_assert(offsetof(UUI_BP_FG_IDP_ItemHeader_C, AlbinoIcon) == 0x000328, "Member 'UUI_BP_FG_IDP_ItemHeader_C::AlbinoIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_IDP_ItemHeader_C, GenderIcon) == 0x000330, "Member 'UUI_BP_FG_IDP_ItemHeader_C::GenderIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_IDP_ItemHeader_C, itemTitle) == 0x000338, "Member 'UUI_BP_FG_IDP_ItemHeader_C::itemTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_IDP_ItemHeader_C, CachedIsMale) == 0x000340, "Member 'UUI_BP_FG_IDP_ItemHeader_C::CachedIsMale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_PlayerPerceptionPoint_C \ static_assert(alignof(UBP_PlayerPerceptionPoint_C) == 0x000008, "Wrong alignment on UBP_PlayerPerceptionPoint_C"); \ static_assert(sizeof(UBP_PlayerPerceptionPoint_C) == 0x000100, "Wrong size on UBP_PlayerPerceptionPoint_C"); \ #define DUMPER7_ASSERTS_UABL_StrafeMove_Start_C \ static_assert(alignof(UABL_StrafeMove_Start_C) == 0x000008, "Wrong alignment on UABL_StrafeMove_Start_C"); \ static_assert(sizeof(UABL_StrafeMove_Start_C) == 0x0000C8, "Wrong size on UABL_StrafeMove_Start_C"); \ #define DUMPER7_ASSERTS_UI_BP_LevelRequirement_TooltipContent_C_SetLevel \ static_assert(alignof(UI_BP_LevelRequirement_TooltipContent_C_SetLevel) == 0x000008, "Wrong alignment on UI_BP_LevelRequirement_TooltipContent_C_SetLevel"); \ static_assert(sizeof(UI_BP_LevelRequirement_TooltipContent_C_SetLevel) == 0x000090, "Wrong size on UI_BP_LevelRequirement_TooltipContent_C_SetLevel"); \ static_assert(offsetof(UI_BP_LevelRequirement_TooltipContent_C_SetLevel, Level) == 0x000000, "Member 'UI_BP_LevelRequirement_TooltipContent_C_SetLevel::Level' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LevelRequirement_TooltipContent_C_SetLevel, Usable) == 0x000004, "Member 'UI_BP_LevelRequirement_TooltipContent_C_SetLevel::Usable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LevelRequirement_TooltipContent_C_SetLevel, Temp_bool_Variable) == 0x000005, "Member 'UI_BP_LevelRequirement_TooltipContent_C_SetLevel::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LevelRequirement_TooltipContent_C_SetLevel, CallFunc_Greater_IntInt_ReturnValue) == 0x000006, "Member 'UI_BP_LevelRequirement_TooltipContent_C_SetLevel::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LevelRequirement_TooltipContent_C_SetLevel, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'UI_BP_LevelRequirement_TooltipContent_C_SetLevel::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LevelRequirement_TooltipContent_C_SetLevel, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'UI_BP_LevelRequirement_TooltipContent_C_SetLevel::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LevelRequirement_TooltipContent_C_SetLevel, K2Node_MakeStruct_SlateColor_1) == 0x000040, "Member 'UI_BP_LevelRequirement_TooltipContent_C_SetLevel::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LevelRequirement_TooltipContent_C_SetLevel, K2Node_Select_Default) == 0x000068, "Member 'UI_BP_LevelRequirement_TooltipContent_C_SetLevel::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_LevelRequirement_TooltipContent_C \ static_assert(alignof(UUI_BP_LevelRequirement_TooltipContent_C) == 0x000008, "Wrong alignment on UUI_BP_LevelRequirement_TooltipContent_C"); \ static_assert(sizeof(UUI_BP_LevelRequirement_TooltipContent_C) == 0x000280, "Wrong size on UUI_BP_LevelRequirement_TooltipContent_C"); \ static_assert(offsetof(UUI_BP_LevelRequirement_TooltipContent_C, LevelLabel) == 0x000268, "Member 'UUI_BP_LevelRequirement_TooltipContent_C::LevelLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LevelRequirement_TooltipContent_C, LevelText) == 0x000270, "Member 'UUI_BP_LevelRequirement_TooltipContent_C::LevelText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LevelRequirement_TooltipContent_C, ItemLevel) == 0x000278, "Member 'UUI_BP_LevelRequirement_TooltipContent_C::ItemLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_GoldLeafDivider_C \ static_assert(alignof(UUI_BP_GoldLeafDivider_C) == 0x000008, "Wrong alignment on UUI_BP_GoldLeafDivider_C"); \ static_assert(sizeof(UUI_BP_GoldLeafDivider_C) == 0x000268, "Wrong size on UUI_BP_GoldLeafDivider_C"); \ #define DUMPER7_ASSERTS_UI_BP_BlueprintFunctionLibrary_C_GetHouseColors \ static_assert(alignof(UI_BP_BlueprintFunctionLibrary_C_GetHouseColors) == 0x000008, "Wrong alignment on UI_BP_BlueprintFunctionLibrary_C_GetHouseColors"); \ static_assert(sizeof(UI_BP_BlueprintFunctionLibrary_C_GetHouseColors) == 0x000068, "Wrong size on UI_BP_BlueprintFunctionLibrary_C_GetHouseColors"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetHouseColors, __WorldContext) == 0x000000, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetHouseColors::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetHouseColors, HouseColor) == 0x000008, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetHouseColors::HouseColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetHouseColors, CallFunc_GetDataTableRowFromName_OutRow) == 0x000018, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetHouseColors::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetHouseColors, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000028, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetHouseColors::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetHouseColors, CallFunc_Get_ReturnValue) == 0x000030, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetHouseColors::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetHouseColors, CallFunc_GetPlayerHouse_ReturnValue) == 0x000038, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetHouseColors::CallFunc_GetPlayerHouse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetHouseColors, CallFunc_Conv_StringToName_ReturnValue) == 0x000048, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetHouseColors::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetHouseColors, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x000050, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetHouseColors::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetHouseColors, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x000060, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetHouseColors::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord \ static_assert(alignof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord) == 0x000008, "Wrong alignment on UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord"); \ static_assert(sizeof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord) == 0x000168, "Wrong size on UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, inString) == 0x000000, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::inString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, BannedWords) == 0x000010, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::BannedWords' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CheckSubstrings) == 0x000020, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CheckSubstrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, __WorldContext) == 0x000028, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, ContainsBanned) == 0x000030, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::ContainsBanned' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, ReplaceChars) == 0x000038, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::ReplaceChars' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CheckWord) == 0x000048, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CheckWord' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Len_ReturnValue) == 0x000058, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, Temp_int_Variable) == 0x00005C, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Greater_IntInt_ReturnValue) == 0x000060, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Add_IntInt_ReturnValue_1) == 0x00006C, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, Temp_int_Variable_1) == 0x000070, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Add_IntInt_ReturnValue_2) == 0x000074, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, Temp_int_Array_Index_Variable) == 0x000078, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, Temp_int_Loop_Counter_Variable_1) == 0x00007C, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Add_IntInt_ReturnValue_3) == 0x000080, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, Temp_int_Array_Index_Variable_1) == 0x000084, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_EncryptString_ReturnValue) == 0x000088, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_EncryptString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Array_Contains_ReturnValue) == 0x000098, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_EncryptString_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_EncryptString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Array_Contains_ReturnValue_1) == 0x0000B0, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_ReplaceInline_ReturnValue) == 0x0000B4, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_ReplaceInline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_ParseIntoArray_ReturnValue) == 0x0000B8, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_ParseIntoArray_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_EncryptString_ReturnValue_2) == 0x0000E0, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_EncryptString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Array_Contains_ReturnValue_2) == 0x0000F1, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Array_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Len_ReturnValue_1) == 0x0000F4, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Len_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Array_Length_ReturnValue_1) == 0x0000F8, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000FC, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0000FD, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_GetCharacterArrayFromString_ReturnValue) == 0x000100, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_GetCharacterArrayFromString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Array_Get_Item_1) == 0x000110, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Array_Length_ReturnValue_2) == 0x000120, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_ReplaceInline_ReturnValue_1) == 0x000124, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_ReplaceInline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Less_IntInt_ReturnValue_1) == 0x000128, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_GetSubstring_ReturnValue) == 0x000130, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_GetSubstring_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_EncryptString_ReturnValue_3) == 0x000140, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_EncryptString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Len_ReturnValue_2) == 0x000150, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Len_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Array_Contains_ReturnValue_3) == 0x000154, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Array_Contains_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Subtract_IntInt_ReturnValue) == 0x000158, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x00015C, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000160, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_LessEqual_IntInt_ReturnValue_3) == 0x000164, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_LessEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000165, "Member 'UI_BP_BlueprintFunctionLibrary_C_ContainsBannedWord::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString \ static_assert(alignof(UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString) == 0x000008, "Wrong alignment on UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString"); \ static_assert(sizeof(UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString) == 0x000108, "Wrong size on UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString, __WorldContext) == 0x000000, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString, SaveWarning) == 0x000008, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString::SaveWarning' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString, CallFunc_AVATranslate_ReturnValue) == 0x000018, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString, CallFunc_GetTimeSinceLastSave_OutTimespan) == 0x000030, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString::CallFunc_GetTimeSinceLastSave_OutTimespan' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString, CallFunc_GetTimeSinceLastSave_ReturnValue) == 0x000038, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString::CallFunc_GetTimeSinceLastSave_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString, CallFunc_GetTotalMinutes_ReturnValue) == 0x00003C, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString::CallFunc_GetTotalMinutes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString, CallFunc_FFloor_ReturnValue) == 0x000040, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString, CallFunc_Fraction_ReturnValue) == 0x000044, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString::CallFunc_Fraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000088, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString, CallFunc_FFloor_ReturnValue_1) == 0x00008C, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString::CallFunc_FFloor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString, K2Node_MakeArray_Array) == 0x0000D0, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString, CallFunc_Conv_TextToString_ReturnValue) == 0x0000F8, "Member 'UI_BP_BlueprintFunctionLibrary_C_GetSaveWarningString::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_BlueprintFunctionLibrary_C \ static_assert(alignof(UUI_BP_BlueprintFunctionLibrary_C) == 0x000008, "Wrong alignment on UUI_BP_BlueprintFunctionLibrary_C"); \ static_assert(sizeof(UUI_BP_BlueprintFunctionLibrary_C) == 0x000028, "Wrong size on UUI_BP_BlueprintFunctionLibrary_C"); \ #define DUMPER7_ASSERTS_UI_BP_NewIndicator_C_PulseNewIcon \ static_assert(alignof(UI_BP_NewIndicator_C_PulseNewIcon) == 0x000008, "Wrong alignment on UI_BP_NewIndicator_C_PulseNewIcon"); \ static_assert(sizeof(UI_BP_NewIndicator_C_PulseNewIcon) == 0x000008, "Wrong size on UI_BP_NewIndicator_C_PulseNewIcon"); \ static_assert(offsetof(UI_BP_NewIndicator_C_PulseNewIcon, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_NewIndicator_C_PulseNewIcon::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_NewIndicator_C \ static_assert(alignof(UUI_BP_NewIndicator_C) == 0x000008, "Wrong alignment on UUI_BP_NewIndicator_C"); \ static_assert(sizeof(UUI_BP_NewIndicator_C) == 0x000288, "Wrong size on UUI_BP_NewIndicator_C"); \ static_assert(offsetof(UUI_BP_NewIndicator_C, NewPulse) == 0x000268, "Member 'UUI_BP_NewIndicator_C::NewPulse' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewIndicator_C, ShowNewIndicator) == 0x000270, "Member 'UUI_BP_NewIndicator_C::ShowNewIndicator' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewIndicator_C, NewItem) == 0x000278, "Member 'UUI_BP_NewIndicator_C::NewItem' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewIndicator_C, IsShowing) == 0x000280, "Member 'UUI_BP_NewIndicator_C::IsShowing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Climb1M_C_ExecuteUbergraph_ABL_Enemy_Climb1M \ static_assert(alignof(ABL_Enemy_Climb1M_C_ExecuteUbergraph_ABL_Enemy_Climb1M) == 0x000008, "Wrong alignment on ABL_Enemy_Climb1M_C_ExecuteUbergraph_ABL_Enemy_Climb1M"); \ static_assert(sizeof(ABL_Enemy_Climb1M_C_ExecuteUbergraph_ABL_Enemy_Climb1M) == 0x000020, "Wrong size on ABL_Enemy_Climb1M_C_ExecuteUbergraph_ABL_Enemy_Climb1M"); \ static_assert(offsetof(ABL_Enemy_Climb1M_C_ExecuteUbergraph_ABL_Enemy_Climb1M, EntryPoint) == 0x000000, "Member 'ABL_Enemy_Climb1M_C_ExecuteUbergraph_ABL_Enemy_Climb1M::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Climb1M_C_ExecuteUbergraph_ABL_Enemy_Climb1M, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_Climb1M_C_ExecuteUbergraph_ABL_Enemy_Climb1M::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Climb1M_C_ExecuteUbergraph_ABL_Enemy_Climb1M, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Enemy_Climb1M_C_ExecuteUbergraph_ABL_Enemy_Climb1M::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Climb1M_C_ExecuteUbergraph_ABL_Enemy_Climb1M, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_Enemy_Climb1M_C_ExecuteUbergraph_ABL_Enemy_Climb1M::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Climb1M_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_Climb1M_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_Climb1M_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_Climb1M_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_Climb1M_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_Climb1M_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_Climb1M_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Climb1M_C \ static_assert(alignof(UABL_Enemy_Climb1M_C) == 0x000008, "Wrong alignment on UABL_Enemy_Climb1M_C"); \ static_assert(sizeof(UABL_Enemy_Climb1M_C) == 0x0000D0, "Wrong size on UABL_Enemy_Climb1M_C"); \ static_assert(offsetof(UABL_Enemy_Climb1M_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_Climb1M_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth \ static_assert(alignof(ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth) == 0x000008, "Wrong alignment on ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth"); \ static_assert(sizeof(ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth) == 0x000038, "Wrong size on ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth, EntryPoint) == 0x000000, "Member 'ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000028, "Member 'ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth, CallFunc_MapRangeClamped_ReturnValue) == 0x000030, "Member 'ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000034, "Member 'ABL_JumpLandSoft2Jog_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog_Stealth::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandSoft2Jog_Stealth_C_OnAbilityStart \ static_assert(alignof(ABL_JumpLandSoft2Jog_Stealth_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpLandSoft2Jog_Stealth_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpLandSoft2Jog_Stealth_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpLandSoft2Jog_Stealth_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_Stealth_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpLandSoft2Jog_Stealth_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpLandSoft2Jog_Stealth_C \ static_assert(alignof(UABL_JumpLandSoft2Jog_Stealth_C) == 0x000008, "Wrong alignment on UABL_JumpLandSoft2Jog_Stealth_C"); \ static_assert(sizeof(UABL_JumpLandSoft2Jog_Stealth_C) == 0x0000D0, "Wrong size on UABL_JumpLandSoft2Jog_Stealth_C"); \ static_assert(offsetof(UABL_JumpLandSoft2Jog_Stealth_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpLandSoft2Jog_Stealth_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox \ static_assert(alignof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox) == 0x000288, "Wrong size on UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, EntryPoint) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, Temp_int_Array_Index_Variable) == 0x000004, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_Event_Parent) == 0x000008, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_ComputeSize_Size) == 0x000010, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_ComputeSize_Size' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_CustomEvent_ButtonClass) == 0x000018, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_CustomEvent_ButtonClass' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_Array_Get_Item) == 0x000020, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button) == 0x000028, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_DynamicCast_AsUI_BPI_Screen) == 0x000040, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_DynamicCast_AsUI_BPI_Screen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_Event_MyGeometry) == 0x000058, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_Event_MouseEvent_1) == 0x000090, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_MakeVector2D_ReturnValue) == 0x000100, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_CustomEvent_Parent) == 0x000108, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_CustomEvent_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_CustomEvent_Rows) == 0x000110, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_CustomEvent_Rows' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_CustomEvent_Columns) == 0x000114, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_CustomEvent_Columns' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_CustomEvent_IconClass) == 0x000118, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_CustomEvent_IconClass' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_CustomEvent_IconSize) == 0x000120, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_CustomEvent_IconSize' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_CustomEvent_IconCount) == 0x000128, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_CustomEvent_IconCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000130, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_BreakVector2D_X) == 0x000138, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_BreakVector2D_Y) == 0x00013C, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_Add_FloatFloat_ReturnValue) == 0x000140, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000144, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000148, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x00014C, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_FindHoveredSlot_HoveredIndex) == 0x000150, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_FindHoveredSlot_HoveredIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_MakeVector2D_ReturnValue_1) == 0x000154, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_GetCursorWidget_ReturnValue) == 0x000160, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_GetCursorWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_DynamicCast_AsUI_BPI_Cursor) == 0x000168, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_DynamicCast_AsUI_BPI_Cursor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_DynamicCast_bSuccess_2) == 0x000178, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_Event_MouseEvent) == 0x000180, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_MakeStruct_Margin) == 0x0001F0, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_Divide_IntInt_ReturnValue) == 0x000200, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000204, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_Percent_IntInt_ReturnValue) == 0x000208, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_AddChildToUniformGrid_ReturnValue) == 0x000210, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_AddChildToUniformGrid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000218, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_DynamicCast_AsOverlay_Slot) == 0x000220, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_DynamicCast_AsOverlay_Slot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_DynamicCast_bSuccess_3) == 0x000228, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_DynamicCast_AsOverlay_Slot_1) == 0x000230, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_DynamicCast_AsOverlay_Slot_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_DynamicCast_bSuccess_4) == 0x000238, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_Event_Widget_Class) == 0x000240, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_Event_Widget_Class' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_Event_Container___Inventory) == 0x000248, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_Event_Container___Inventory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_ClassDynamicCast_AsIcon_Button_Widget) == 0x000250, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_ClassDynamicCast_AsIcon_Button_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_ClassDynamicCast_bSuccess) == 0x000258, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_Array_Get_Item_1) == 0x000260, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_MakeStruct_Margin_1) == 0x000268, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, Temp_int_Loop_Counter_Variable) == 0x000278, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_Less_IntInt_ReturnValue) == 0x00027C, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, CallFunc_Add_IntInt_ReturnValue) == 0x000280, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox, K2Node_Event_IsDesignTime) == 0x000284, "Member 'UI_BP_ItemScrollBox_C_ExecuteUbergraph_UI_BP_ItemScrollBox::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_PreConstruct \ static_assert(alignof(UI_BP_ItemScrollBox_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_ItemScrollBox_C_PreConstruct"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_ItemScrollBox_C_PreConstruct"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_I_SetCursorPos \ static_assert(alignof(UI_BP_ItemScrollBox_C_I_SetCursorPos) == 0x000001, "Wrong alignment on UI_BP_ItemScrollBox_C_I_SetCursorPos"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_I_SetCursorPos) == 0x000001, "Wrong size on UI_BP_ItemScrollBox_C_I_SetCursorPos"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_I_SetCursorPos, Container___Inventory) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_I_SetCursorPos::Container___Inventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_I_SetButtonClass \ static_assert(alignof(UI_BP_ItemScrollBox_C_I_SetButtonClass) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_I_SetButtonClass"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_I_SetButtonClass) == 0x000008, "Wrong size on UI_BP_ItemScrollBox_C_I_SetButtonClass"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_I_SetButtonClass, Widget_Class) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_I_SetButtonClass::Widget_Class' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_OnMouseLeave \ static_assert(alignof(UI_BP_ItemScrollBox_C_OnMouseLeave) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_OnMouseLeave"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_OnMouseLeave) == 0x000070, "Wrong size on UI_BP_ItemScrollBox_C_OnMouseLeave"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_SetUpScrollbox \ static_assert(alignof(UI_BP_ItemScrollBox_C_SetUpScrollbox) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_SetUpScrollbox"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_SetUpScrollbox) == 0x000028, "Wrong size on UI_BP_ItemScrollBox_C_SetUpScrollbox"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetUpScrollbox, Parent) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_SetUpScrollbox::Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetUpScrollbox, Rows) == 0x000008, "Member 'UI_BP_ItemScrollBox_C_SetUpScrollbox::Rows' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetUpScrollbox, Columns) == 0x00000C, "Member 'UI_BP_ItemScrollBox_C_SetUpScrollbox::Columns' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetUpScrollbox, IconClass_0) == 0x000010, "Member 'UI_BP_ItemScrollBox_C_SetUpScrollbox::IconClass_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetUpScrollbox, IconSize_0) == 0x000018, "Member 'UI_BP_ItemScrollBox_C_SetUpScrollbox::IconSize_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetUpScrollbox, IconCount_0) == 0x000020, "Member 'UI_BP_ItemScrollBox_C_SetUpScrollbox::IconCount_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_OnMouseEnter \ static_assert(alignof(UI_BP_ItemScrollBox_C_OnMouseEnter) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_OnMouseEnter"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_OnMouseEnter) == 0x0000A8, "Wrong size on UI_BP_ItemScrollBox_C_OnMouseEnter"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'UI_BP_ItemScrollBox_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_SetButtonClass \ static_assert(alignof(UI_BP_ItemScrollBox_C_SetButtonClass) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_SetButtonClass"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_SetButtonClass) == 0x000008, "Wrong size on UI_BP_ItemScrollBox_C_SetButtonClass"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetButtonClass, ButtonClass) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_SetButtonClass::ButtonClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_SetParent \ static_assert(alignof(UI_BP_ItemScrollBox_C_SetParent) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_SetParent"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_SetParent) == 0x000008, "Wrong size on UI_BP_ItemScrollBox_C_SetParent"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetParent, Parent) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_SetStride \ static_assert(alignof(UI_BP_ItemScrollBox_C_SetStride) == 0x000004, "Wrong alignment on UI_BP_ItemScrollBox_C_SetStride"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_SetStride) == 0x000004, "Wrong size on UI_BP_ItemScrollBox_C_SetStride"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetStride, NewStride) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_SetStride::NewStride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_GetGrid \ static_assert(alignof(UI_BP_ItemScrollBox_C_GetGrid) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_GetGrid"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_GetGrid) == 0x000008, "Wrong size on UI_BP_ItemScrollBox_C_GetGrid"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_GetGrid, UniformGrid) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_GetGrid::UniformGrid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_RefreshGrid \ static_assert(alignof(UI_BP_ItemScrollBox_C_RefreshGrid) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_RefreshGrid"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_RefreshGrid) == 0x000020, "Wrong size on UI_BP_ItemScrollBox_C_RefreshGrid"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_RefreshGrid, Temp_int_Array_Index_Variable) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_RefreshGrid::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_RefreshGrid, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'UI_BP_ItemScrollBox_C_RefreshGrid::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_RefreshGrid, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_ItemScrollBox_C_RefreshGrid::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_RefreshGrid, CallFunc_GetChildAt_ReturnValue) == 0x000010, "Member 'UI_BP_ItemScrollBox_C_RefreshGrid::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_RefreshGrid, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'UI_BP_ItemScrollBox_C_RefreshGrid::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_RefreshGrid, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'UI_BP_ItemScrollBox_C_RefreshGrid::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_SetIconPosition \ static_assert(alignof(UI_BP_ItemScrollBox_C_SetIconPosition) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_SetIconPosition"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_SetIconPosition) == 0x000038, "Wrong size on UI_BP_ItemScrollBox_C_SetIconPosition"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetIconPosition, GridSlot) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_SetIconPosition::GridSlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetIconPosition, CurrentCount) == 0x000008, "Member 'UI_BP_ItemScrollBox_C_SetIconPosition::CurrentCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetIconPosition, K2Node_DynamicCast_AsUniform_Grid_Slot) == 0x000010, "Member 'UI_BP_ItemScrollBox_C_SetIconPosition::K2Node_DynamicCast_AsUniform_Grid_Slot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetIconPosition, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_ItemScrollBox_C_SetIconPosition::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetIconPosition, CallFunc_Divide_IntInt_ReturnValue) == 0x00001C, "Member 'UI_BP_ItemScrollBox_C_SetIconPosition::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetIconPosition, K2Node_MakeStruct_Margin) == 0x000020, "Member 'UI_BP_ItemScrollBox_C_SetIconPosition::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetIconPosition, CallFunc_Percent_IntInt_ReturnValue) == 0x000030, "Member 'UI_BP_ItemScrollBox_C_SetIconPosition::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_ComputeSize \ static_assert(alignof(UI_BP_ItemScrollBox_C_ComputeSize) == 0x000004, "Wrong alignment on UI_BP_ItemScrollBox_C_ComputeSize"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_ComputeSize) == 0x000050, "Wrong size on UI_BP_ItemScrollBox_C_ComputeSize"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, size_0) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::size_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, CallFunc_Add_FloatFloat_ReturnValue) == 0x000008, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00000C, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000010, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000014, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, CallFunc_BreakVector2D_X) == 0x000018, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, CallFunc_BreakVector2D_Y) == 0x00001C, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x000020, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, CallFunc_Add_FloatFloat_ReturnValue_5) == 0x000024, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::CallFunc_Add_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000028, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, CallFunc_Add_FloatFloat_ReturnValue_6) == 0x00002C, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::CallFunc_Add_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x000030, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, CallFunc_Add_FloatFloat_ReturnValue_7) == 0x000034, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::CallFunc_Add_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, CallFunc_Add_FloatFloat_ReturnValue_8) == 0x000038, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::CallFunc_Add_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, CallFunc_Add_FloatFloat_ReturnValue_9) == 0x00003C, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::CallFunc_Add_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, CallFunc_Add_FloatFloat_ReturnValue_10) == 0x000040, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::CallFunc_Add_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, CallFunc_Add_FloatFloat_ReturnValue_11) == 0x000044, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::CallFunc_Add_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ComputeSize, CallFunc_MakeVector2D_ReturnValue) == 0x000048, "Member 'UI_BP_ItemScrollBox_C_ComputeSize::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_ManageButtons \ static_assert(alignof(UI_BP_ItemScrollBox_C_ManageButtons) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_ManageButtons"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_ManageButtons) == 0x000058, "Wrong size on UI_BP_ItemScrollBox_C_ManageButtons"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ManageButtons, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_ManageButtons::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ManageButtons, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'UI_BP_ItemScrollBox_C_ManageButtons::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ManageButtons, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'UI_BP_ItemScrollBox_C_ManageButtons::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ManageButtons, CallFunc_GetPlayerController_ReturnValue) == 0x000030, "Member 'UI_BP_ItemScrollBox_C_ManageButtons::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ManageButtons, CallFunc_Create_ReturnValue) == 0x000038, "Member 'UI_BP_ItemScrollBox_C_ManageButtons::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ManageButtons, CallFunc_Array_LastIndex_ReturnValue) == 0x000040, "Member 'UI_BP_ItemScrollBox_C_ManageButtons::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ManageButtons, CallFunc_Array_Add_ReturnValue) == 0x000044, "Member 'UI_BP_ItemScrollBox_C_ManageButtons::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ManageButtons, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'UI_BP_ItemScrollBox_C_ManageButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ManageButtons, CallFunc_Greater_IntInt_ReturnValue) == 0x00004C, "Member 'UI_BP_ItemScrollBox_C_ManageButtons::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ManageButtons, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'UI_BP_ItemScrollBox_C_ManageButtons::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ManageButtons, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'UI_BP_ItemScrollBox_C_ManageButtons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_SetIconClass \ static_assert(alignof(UI_BP_ItemScrollBox_C_SetIconClass) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_SetIconClass"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_SetIconClass) == 0x000010, "Wrong size on UI_BP_ItemScrollBox_C_SetIconClass"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetIconClass, NewClass) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_SetIconClass::NewClass' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetIconClass, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000008, "Member 'UI_BP_ItemScrollBox_C_SetIconClass::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_InitValues \ static_assert(alignof(UI_BP_ItemScrollBox_C_InitValues) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_InitValues"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_InitValues) == 0x000028, "Wrong size on UI_BP_ItemScrollBox_C_InitValues"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_InitValues, Parent) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_InitValues::Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_InitValues, Rows) == 0x000008, "Member 'UI_BP_ItemScrollBox_C_InitValues::Rows' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_InitValues, Columns) == 0x00000C, "Member 'UI_BP_ItemScrollBox_C_InitValues::Columns' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_InitValues, IconClass_0) == 0x000010, "Member 'UI_BP_ItemScrollBox_C_InitValues::IconClass_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_InitValues, IconSize_0) == 0x000018, "Member 'UI_BP_ItemScrollBox_C_InitValues::IconSize_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_InitValues, IconCount_0) == 0x000020, "Member 'UI_BP_ItemScrollBox_C_InitValues::IconCount_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons \ static_assert(alignof(UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons) == 0x000004, "Wrong alignment on UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons) == 0x000020, "Wrong size on UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons, NumIcons) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons::NumIcons' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons, ColumnCount) == 0x000004, "Member 'UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons::ColumnCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons, NumRows) == 0x000008, "Member 'UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons::NumRows' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons, CallFunc_Divide_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons, Temp_int_Variable) == 0x000014, "Member 'UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons, CallFunc_Percent_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons, CallFunc_Greater_IntInt_ReturnValue) == 0x00001C, "Member 'UI_BP_ItemScrollBox_C_LockScrollBoxToVisibleIcons::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_FindHoveredSlot \ static_assert(alignof(UI_BP_ItemScrollBox_C_FindHoveredSlot) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_FindHoveredSlot"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_FindHoveredSlot) == 0x000028, "Wrong size on UI_BP_ItemScrollBox_C_FindHoveredSlot"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_FindHoveredSlot, HoveredIndex) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_FindHoveredSlot::HoveredIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_FindHoveredSlot, Temp_int_Variable) == 0x000004, "Member 'UI_BP_ItemScrollBox_C_FindHoveredSlot::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_FindHoveredSlot, CallFunc_GetChildAt_ReturnValue) == 0x000008, "Member 'UI_BP_ItemScrollBox_C_FindHoveredSlot::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_FindHoveredSlot, CallFunc_GetChildrenCount_ReturnValue) == 0x000010, "Member 'UI_BP_ItemScrollBox_C_FindHoveredSlot::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_FindHoveredSlot, CallFunc_IsHovered_ReturnValue) == 0x000014, "Member 'UI_BP_ItemScrollBox_C_FindHoveredSlot::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_FindHoveredSlot, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_ItemScrollBox_C_FindHoveredSlot::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_FindHoveredSlot, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00001C, "Member 'UI_BP_ItemScrollBox_C_FindHoveredSlot::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_FindHoveredSlot, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_ItemScrollBox_C_FindHoveredSlot::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_GetCursorPos \ static_assert(alignof(UI_BP_ItemScrollBox_C_GetCursorPos) == 0x000001, "Wrong alignment on UI_BP_ItemScrollBox_C_GetCursorPos"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_GetCursorPos) == 0x000001, "Wrong size on UI_BP_ItemScrollBox_C_GetCursorPos"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_GetCursorPos, Container_or_Inventory_0) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_GetCursorPos::Container_or_Inventory_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_SetCursorPos \ static_assert(alignof(UI_BP_ItemScrollBox_C_SetCursorPos) == 0x000001, "Wrong alignment on UI_BP_ItemScrollBox_C_SetCursorPos"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_SetCursorPos) == 0x000001, "Wrong size on UI_BP_ItemScrollBox_C_SetCursorPos"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_SetCursorPos, Container___Inventory) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_SetCursorPos::Container___Inventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_ToggleCaching \ static_assert(alignof(UI_BP_ItemScrollBox_C_ToggleCaching) == 0x000001, "Wrong alignment on UI_BP_ItemScrollBox_C_ToggleCaching"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_ToggleCaching) == 0x000001, "Wrong size on UI_BP_ItemScrollBox_C_ToggleCaching"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ToggleCaching, ShouldCache) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_ToggleCaching::ShouldCache' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_ButtonClicked \ static_assert(alignof(UI_BP_ItemScrollBox_C_ButtonClicked) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_ButtonClicked"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_ButtonClicked) == 0x000008, "Wrong size on UI_BP_ItemScrollBox_C_ButtonClicked"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ButtonClicked, Button) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_ButtonClicked::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_ButtonHovered \ static_assert(alignof(UI_BP_ItemScrollBox_C_ButtonHovered) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_ButtonHovered"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_ButtonHovered) == 0x000008, "Wrong size on UI_BP_ItemScrollBox_C_ButtonHovered"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ButtonHovered, Button) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_ButtonHovered::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_ButtonUnhovered \ static_assert(alignof(UI_BP_ItemScrollBox_C_ButtonUnhovered) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_ButtonUnhovered"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_ButtonUnhovered) == 0x000008, "Wrong size on UI_BP_ItemScrollBox_C_ButtonUnhovered"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_ButtonUnhovered, Button) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_ButtonUnhovered::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_FakeButtonHoveredEvent \ static_assert(alignof(UI_BP_ItemScrollBox_C_FakeButtonHoveredEvent) == 0x000008, "Wrong alignment on UI_BP_ItemScrollBox_C_FakeButtonHoveredEvent"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_FakeButtonHoveredEvent) == 0x000010, "Wrong size on UI_BP_ItemScrollBox_C_FakeButtonHoveredEvent"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_FakeButtonHoveredEvent, HoveredButtonIndex) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_FakeButtonHoveredEvent::HoveredButtonIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_FakeButtonHoveredEvent, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000004, "Member 'UI_BP_ItemScrollBox_C_FakeButtonHoveredEvent::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_FakeButtonHoveredEvent, CallFunc_Array_Get_Item) == 0x000008, "Member 'UI_BP_ItemScrollBox_C_FakeButtonHoveredEvent::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ItemScrollBox_C_GetAsyncWrapperRenderSize \ static_assert(alignof(UI_BP_ItemScrollBox_C_GetAsyncWrapperRenderSize) == 0x000004, "Wrong alignment on UI_BP_ItemScrollBox_C_GetAsyncWrapperRenderSize"); \ static_assert(sizeof(UI_BP_ItemScrollBox_C_GetAsyncWrapperRenderSize) == 0x000008, "Wrong size on UI_BP_ItemScrollBox_C_GetAsyncWrapperRenderSize"); \ static_assert(offsetof(UI_BP_ItemScrollBox_C_GetAsyncWrapperRenderSize, RenderSize) == 0x000000, "Member 'UI_BP_ItemScrollBox_C_GetAsyncWrapperRenderSize::RenderSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ItemScrollBox_C \ static_assert(alignof(UUI_BP_ItemScrollBox_C) == 0x000008, "Wrong alignment on UUI_BP_ItemScrollBox_C"); \ static_assert(sizeof(UUI_BP_ItemScrollBox_C) == 0x000360, "Wrong size on UUI_BP_ItemScrollBox_C"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_ItemScrollBox_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, GridBackground_0) == 0x000270, "Member 'UUI_BP_ItemScrollBox_C::GridBackground_0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, GridOverlayContainer) == 0x000278, "Member 'UUI_BP_ItemScrollBox_C::GridOverlayContainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, IconGrid) == 0x000280, "Member 'UUI_BP_ItemScrollBox_C::IconGrid' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, UI_BP_SimpleScrollBox) == 0x000288, "Member 'UUI_BP_ItemScrollBox_C::UI_BP_SimpleScrollBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, Stride) == 0x000290, "Member 'UUI_BP_ItemScrollBox_C::Stride' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, NumRowsDisplayed) == 0x000294, "Member 'UUI_BP_ItemScrollBox_C::NumRowsDisplayed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, IconCount) == 0x000298, "Member 'UUI_BP_ItemScrollBox_C::IconCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, buttons) == 0x0002A0, "Member 'UUI_BP_ItemScrollBox_C::buttons' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, IconClass) == 0x0002B0, "Member 'UUI_BP_ItemScrollBox_C::IconClass' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, ParentWidget) == 0x0002B8, "Member 'UUI_BP_ItemScrollBox_C::ParentWidget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, IconSize) == 0x0002C0, "Member 'UUI_BP_ItemScrollBox_C::IconSize' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, IsInitialized) == 0x0002C8, "Member 'UUI_BP_ItemScrollBox_C::IsInitialized' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, ScrollbarThickness) == 0x0002CC, "Member 'UUI_BP_ItemScrollBox_C::ScrollbarThickness' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, size) == 0x0002D0, "Member 'UUI_BP_ItemScrollBox_C::size' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, SlotPadding) == 0x0002D8, "Member 'UUI_BP_ItemScrollBox_C::SlotPadding' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, GridPadding) == 0x0002E8, "Member 'UUI_BP_ItemScrollBox_C::GridPadding' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, ShowBackgroundGrid) == 0x0002F8, "Member 'UUI_BP_ItemScrollBox_C::ShowBackgroundGrid' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, Container_or_Inventory) == 0x0002F9, "Member 'UUI_BP_ItemScrollBox_C::Container_or_Inventory' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, CanCache) == 0x0002FA, "Member 'UUI_BP_ItemScrollBox_C::CanCache' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, ScrollBoxEntered) == 0x000300, "Member 'UUI_BP_ItemScrollBox_C::ScrollBoxEntered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, ScrollBoxExited) == 0x000310, "Member 'UUI_BP_ItemScrollBox_C::ScrollBoxExited' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, OnButtonClicked) == 0x000320, "Member 'UUI_BP_ItemScrollBox_C::OnButtonClicked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, OnButtonHovered) == 0x000330, "Member 'UUI_BP_ItemScrollBox_C::OnButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, OnButtonUnhovered) == 0x000340, "Member 'UUI_BP_ItemScrollBox_C::OnButtonUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, LastHoveredIndex) == 0x000350, "Member 'UUI_BP_ItemScrollBox_C::LastHoveredIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, IconGrid_Padding_Top) == 0x000354, "Member 'UUI_BP_ItemScrollBox_C::IconGrid_Padding_Top' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, Orientation) == 0x000358, "Member 'UUI_BP_ItemScrollBox_C::Orientation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ItemScrollBox_C, BottomScrollOverlap) == 0x00035C, "Member 'UUI_BP_ItemScrollBox_C::BottomScrollOverlap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DWLeviosoSpell_C \ static_assert(alignof(ABP_DWLeviosoSpell_C) == 0x000008, "Wrong alignment on ABP_DWLeviosoSpell_C"); \ static_assert(sizeof(ABP_DWLeviosoSpell_C) == 0x000900, "Wrong size on ABP_DWLeviosoSpell_C"); \ static_assert(offsetof(ABP_DWLeviosoSpell_C, DefaultSceneRoot) == 0x0008F8, "Member 'ABP_DWLeviosoSpell_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputAction_C_ExecuteUbergraph_UI_BP_InputAction \ static_assert(alignof(UI_BP_InputAction_C_ExecuteUbergraph_UI_BP_InputAction) == 0x000008, "Wrong alignment on UI_BP_InputAction_C_ExecuteUbergraph_UI_BP_InputAction"); \ static_assert(sizeof(UI_BP_InputAction_C_ExecuteUbergraph_UI_BP_InputAction) == 0x000020, "Wrong size on UI_BP_InputAction_C_ExecuteUbergraph_UI_BP_InputAction"); \ static_assert(offsetof(UI_BP_InputAction_C_ExecuteUbergraph_UI_BP_InputAction, EntryPoint) == 0x000000, "Member 'UI_BP_InputAction_C_ExecuteUbergraph_UI_BP_InputAction::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_ExecuteUbergraph_UI_BP_InputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_InputAction_C_ExecuteUbergraph_UI_BP_InputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_ExecuteUbergraph_UI_BP_InputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000008, "Member 'UI_BP_InputAction_C_ExecuteUbergraph_UI_BP_InputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_ExecuteUbergraph_UI_BP_InputAction, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'UI_BP_InputAction_C_ExecuteUbergraph_UI_BP_InputAction::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_ExecuteUbergraph_UI_BP_InputAction, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'UI_BP_InputAction_C_ExecuteUbergraph_UI_BP_InputAction::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputAction_C_SetKeyboardKey \ static_assert(alignof(UI_BP_InputAction_C_SetKeyboardKey) == 0x000008, "Wrong alignment on UI_BP_InputAction_C_SetKeyboardKey"); \ static_assert(sizeof(UI_BP_InputAction_C_SetKeyboardKey) == 0x000070, "Wrong size on UI_BP_InputAction_C_SetKeyboardKey"); \ static_assert(offsetof(UI_BP_InputAction_C_SetKeyboardKey, Key) == 0x000000, "Member 'UI_BP_InputAction_C_SetKeyboardKey::Key' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_SetKeyboardKey, IsPrimary_0) == 0x000038, "Member 'UI_BP_InputAction_C_SetKeyboardKey::IsPrimary_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_SetKeyboardKey, IsLocked_0) == 0x000039, "Member 'UI_BP_InputAction_C_SetKeyboardKey::IsLocked_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_SetKeyboardKey, CallFunc_IsActionKeyValid_ReturnValue) == 0x00003A, "Member 'UI_BP_InputAction_C_SetKeyboardKey::CallFunc_IsActionKeyValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_SetKeyboardKey, CallFunc_KeyToString_ReturnValue) == 0x000040, "Member 'UI_BP_InputAction_C_SetKeyboardKey::CallFunc_KeyToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_SetKeyboardKey, CallFunc_NotEqual_NameName_ReturnValue) == 0x000050, "Member 'UI_BP_InputAction_C_SetKeyboardKey::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_SetKeyboardKey, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'UI_BP_InputAction_C_SetKeyboardKey::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_SetKeyboardKey, CallFunc_BooleanAND_ReturnValue) == 0x000068, "Member 'UI_BP_InputAction_C_SetKeyboardKey::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputAction_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_InputAction_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_InputAction_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_InputAction_C_GatherMenuReaderStrings) == 0x000070, "Wrong size on UI_BP_InputAction_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_InputAction_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_InputAction_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_InputAction_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_InputAction_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_InputAction_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000038, "Member 'UI_BP_InputAction_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000039, "Member 'UI_BP_InputAction_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'UI_BP_InputAction_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_InputAction_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAction_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'UI_BP_InputAction_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_InputAction_C \ static_assert(alignof(UUI_BP_InputAction_C) == 0x000008, "Wrong alignment on UUI_BP_InputAction_C"); \ static_assert(sizeof(UUI_BP_InputAction_C) == 0x0003F0, "Wrong size on UUI_BP_InputAction_C"); \ static_assert(offsetof(UUI_BP_InputAction_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_InputAction_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAction_C, OnInputActionSelected) == 0x000330, "Member 'UUI_BP_InputAction_C::OnInputActionSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAction_C, OnInputActionHovered) == 0x000338, "Member 'UUI_BP_InputAction_C::OnInputActionHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAction_C, buttonBack) == 0x000340, "Member 'UUI_BP_InputAction_C::buttonBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAction_C, goldleafBorder) == 0x000348, "Member 'UUI_BP_InputAction_C::goldleafBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAction_C, highlight) == 0x000350, "Member 'UUI_BP_InputAction_C::highlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAction_C, KBTextBlock) == 0x000358, "Member 'UUI_BP_InputAction_C::KBTextBlock' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAction_C, KeyboardButton) == 0x000360, "Member 'UUI_BP_InputAction_C::KeyboardButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAction_C, LockedIcon) == 0x000368, "Member 'UUI_BP_InputAction_C::LockedIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAction_C, ActionName) == 0x000370, "Member 'UUI_BP_InputAction_C::ActionName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAction_C, KeyboardKey) == 0x000378, "Member 'UUI_BP_InputAction_C::KeyboardKey' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAction_C, KeyboardButtonClicked) == 0x0003B0, "Member 'UUI_BP_InputAction_C::KeyboardButtonClicked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAction_C, IsPrimary) == 0x0003C0, "Member 'UUI_BP_InputAction_C::IsPrimary' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAction_C, GroupName) == 0x0003C4, "Member 'UUI_BP_InputAction_C::GroupName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAction_C, IsLocked) == 0x0003CC, "Member 'UUI_BP_InputAction_C::IsLocked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAction_C, KeyboardButtonHovered) == 0x0003D0, "Member 'UUI_BP_InputAction_C::KeyboardButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAction_C, KeyboardButtonUnhovered) == 0x0003E0, "Member 'UUI_BP_InputAction_C::KeyboardButtonUnhovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SpellCasterTool_C \ static_assert(alignof(ABP_SpellCasterTool_C) == 0x000008, "Wrong alignment on ABP_SpellCasterTool_C"); \ static_assert(sizeof(ABP_SpellCasterTool_C) == 0x000358, "Wrong size on ABP_SpellCasterTool_C"); \ #define DUMPER7_ASSERTS_UABL_Bed_Exit_Lft_C \ static_assert(alignof(UABL_Bed_Exit_Lft_C) == 0x000008, "Wrong alignment on UABL_Bed_Exit_Lft_C"); \ static_assert(sizeof(UABL_Bed_Exit_Lft_C) == 0x0000C8, "Wrong size on UABL_Bed_Exit_Lft_C"); \ #define DUMPER7_ASSERTS_UI_BP_InputAxis_C_ExecuteUbergraph_UI_BP_InputAxis \ static_assert(alignof(UI_BP_InputAxis_C_ExecuteUbergraph_UI_BP_InputAxis) == 0x000008, "Wrong alignment on UI_BP_InputAxis_C_ExecuteUbergraph_UI_BP_InputAxis"); \ static_assert(sizeof(UI_BP_InputAxis_C_ExecuteUbergraph_UI_BP_InputAxis) == 0x000020, "Wrong size on UI_BP_InputAxis_C_ExecuteUbergraph_UI_BP_InputAxis"); \ static_assert(offsetof(UI_BP_InputAxis_C_ExecuteUbergraph_UI_BP_InputAxis, EntryPoint) == 0x000000, "Member 'UI_BP_InputAxis_C_ExecuteUbergraph_UI_BP_InputAxis::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_ExecuteUbergraph_UI_BP_InputAxis, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_InputAxis_C_ExecuteUbergraph_UI_BP_InputAxis::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_ExecuteUbergraph_UI_BP_InputAxis, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000008, "Member 'UI_BP_InputAxis_C_ExecuteUbergraph_UI_BP_InputAxis::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_ExecuteUbergraph_UI_BP_InputAxis, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'UI_BP_InputAxis_C_ExecuteUbergraph_UI_BP_InputAxis::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_ExecuteUbergraph_UI_BP_InputAxis, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'UI_BP_InputAxis_C_ExecuteUbergraph_UI_BP_InputAxis::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputAxis_C_SetKeyboardKey \ static_assert(alignof(UI_BP_InputAxis_C_SetKeyboardKey) == 0x000008, "Wrong alignment on UI_BP_InputAxis_C_SetKeyboardKey"); \ static_assert(sizeof(UI_BP_InputAxis_C_SetKeyboardKey) == 0x0000B0, "Wrong size on UI_BP_InputAxis_C_SetKeyboardKey"); \ static_assert(offsetof(UI_BP_InputAxis_C_SetKeyboardKey, Key) == 0x000000, "Member 'UI_BP_InputAxis_C_SetKeyboardKey::Key' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_SetKeyboardKey, IsPrimary_0) == 0x000038, "Member 'UI_BP_InputAxis_C_SetKeyboardKey::IsPrimary_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_SetKeyboardKey, IsLocked_0) == 0x000039, "Member 'UI_BP_InputAxis_C_SetKeyboardKey::IsLocked_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_SetKeyboardKey, NewLocalVar_0) == 0x000040, "Member 'UI_BP_InputAxis_C_SetKeyboardKey::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_SetKeyboardKey, CallFunc_IsAxisKeyValid_ReturnValue) == 0x000078, "Member 'UI_BP_InputAxis_C_SetKeyboardKey::CallFunc_IsAxisKeyValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_SetKeyboardKey, CallFunc_KeyToString_ReturnValue) == 0x000080, "Member 'UI_BP_InputAxis_C_SetKeyboardKey::CallFunc_KeyToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_SetKeyboardKey, CallFunc_NotEqual_NameName_ReturnValue) == 0x000090, "Member 'UI_BP_InputAxis_C_SetKeyboardKey::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_SetKeyboardKey, CallFunc_Concat_StrStr_ReturnValue) == 0x000098, "Member 'UI_BP_InputAxis_C_SetKeyboardKey::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_SetKeyboardKey, CallFunc_BooleanAND_ReturnValue) == 0x0000A8, "Member 'UI_BP_InputAxis_C_SetKeyboardKey::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputAxis_C_SetRebindingFlair \ static_assert(alignof(UI_BP_InputAxis_C_SetRebindingFlair) == 0x000008, "Wrong alignment on UI_BP_InputAxis_C_SetRebindingFlair"); \ static_assert(sizeof(UI_BP_InputAxis_C_SetRebindingFlair) == 0x000038, "Wrong size on UI_BP_InputAxis_C_SetRebindingFlair"); \ static_assert(offsetof(UI_BP_InputAxis_C_SetRebindingFlair, IsRebinding) == 0x000000, "Member 'UI_BP_InputAxis_C_SetRebindingFlair::IsRebinding' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_SetRebindingFlair, HighlightColor) == 0x000004, "Member 'UI_BP_InputAxis_C_SetRebindingFlair::HighlightColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_SetRebindingFlair, DefaultColor) == 0x000014, "Member 'UI_BP_InputAxis_C_SetRebindingFlair::DefaultColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_SetRebindingFlair, CallFunc_PlayAnimationForward_ReturnValue) == 0x000028, "Member 'UI_BP_InputAxis_C_SetRebindingFlair::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_SetRebindingFlair, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000030, "Member 'UI_BP_InputAxis_C_SetRebindingFlair::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputAxis_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_InputAxis_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_InputAxis_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_InputAxis_C_GatherMenuReaderStrings) == 0x000070, "Wrong size on UI_BP_InputAxis_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_InputAxis_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_InputAxis_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_InputAxis_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_InputAxis_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_InputAxis_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000038, "Member 'UI_BP_InputAxis_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000039, "Member 'UI_BP_InputAxis_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'UI_BP_InputAxis_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_InputAxis_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxis_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'UI_BP_InputAxis_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_InputAxis_C \ static_assert(alignof(UUI_BP_InputAxis_C) == 0x000008, "Wrong alignment on UUI_BP_InputAxis_C"); \ static_assert(sizeof(UUI_BP_InputAxis_C) == 0x000410, "Wrong size on UUI_BP_InputAxis_C"); \ static_assert(offsetof(UUI_BP_InputAxis_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_InputAxis_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, OnInputAxisSelected) == 0x000330, "Member 'UUI_BP_InputAxis_C::OnInputAxisSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, OnInputAxisHovered) == 0x000338, "Member 'UUI_BP_InputAxis_C::OnInputAxisHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, buttonBack) == 0x000340, "Member 'UUI_BP_InputAxis_C::buttonBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, goldleafBorder) == 0x000348, "Member 'UUI_BP_InputAxis_C::goldleafBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, highlight) == 0x000350, "Member 'UUI_BP_InputAxis_C::highlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, KBTextBlock) == 0x000358, "Member 'UUI_BP_InputAxis_C::KBTextBlock' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, KeyboardButton) == 0x000360, "Member 'UUI_BP_InputAxis_C::KeyboardButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, LockedIcon) == 0x000368, "Member 'UUI_BP_InputAxis_C::LockedIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, DisplayActionName) == 0x000370, "Member 'UUI_BP_InputAxis_C::DisplayActionName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, KeyboardKey) == 0x000380, "Member 'UUI_BP_InputAxis_C::KeyboardKey' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, KeyboardButtonClicked) == 0x0003B8, "Member 'UUI_BP_InputAxis_C::KeyboardButtonClicked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, RealActionName) == 0x0003C8, "Member 'UUI_BP_InputAxis_C::RealActionName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, AxisName) == 0x0003D8, "Member 'UUI_BP_InputAxis_C::AxisName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, IsPrimary) == 0x0003E0, "Member 'UUI_BP_InputAxis_C::IsPrimary' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, GroupName) == 0x0003E4, "Member 'UUI_BP_InputAxis_C::GroupName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, IsLocked) == 0x0003EC, "Member 'UUI_BP_InputAxis_C::IsLocked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, KeyboardButtonHovered) == 0x0003F0, "Member 'UUI_BP_InputAxis_C::KeyboardButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxis_C, KeyboardButtonUnhovered) == 0x000400, "Member 'UUI_BP_InputAxis_C::KeyboardButtonUnhovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock \ static_assert(alignof(UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock) == 0x000008, "Wrong alignment on UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock"); \ static_assert(sizeof(UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock) == 0x000160, "Wrong size on UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock"); \ static_assert(offsetof(UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock, EntryPoint) == 0x000000, "Member 'UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000004, "Member 'UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock, K2Node_Event_MyGeometry_1) == 0x000008, "Member 'UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock::K2Node_Event_MyGeometry_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock, K2Node_Event_InDeltaTime) == 0x000040, "Member 'UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock, K2Node_Event_MyGeometry) == 0x000044, "Member 'UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock, K2Node_Event_MouseEvent_1) == 0x000080, "Member 'UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock, K2Node_Event_MouseEvent) == 0x0000F0, "Member 'UI_BP_ScrollingTextBlock_C_ExecuteUbergraph_UI_BP_ScrollingTextBlock::K2Node_Event_MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ScrollingTextBlock_C_OnMouseLeave \ static_assert(alignof(UI_BP_ScrollingTextBlock_C_OnMouseLeave) == 0x000008, "Wrong alignment on UI_BP_ScrollingTextBlock_C_OnMouseLeave"); \ static_assert(sizeof(UI_BP_ScrollingTextBlock_C_OnMouseLeave) == 0x000070, "Wrong size on UI_BP_ScrollingTextBlock_C_OnMouseLeave"); \ static_assert(offsetof(UI_BP_ScrollingTextBlock_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'UI_BP_ScrollingTextBlock_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ScrollingTextBlock_C_OnMouseEnter \ static_assert(alignof(UI_BP_ScrollingTextBlock_C_OnMouseEnter) == 0x000008, "Wrong alignment on UI_BP_ScrollingTextBlock_C_OnMouseEnter"); \ static_assert(sizeof(UI_BP_ScrollingTextBlock_C_OnMouseEnter) == 0x0000A8, "Wrong size on UI_BP_ScrollingTextBlock_C_OnMouseEnter"); \ static_assert(offsetof(UI_BP_ScrollingTextBlock_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'UI_BP_ScrollingTextBlock_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextBlock_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'UI_BP_ScrollingTextBlock_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ScrollingTextBlock_C_Tick \ static_assert(alignof(UI_BP_ScrollingTextBlock_C_Tick) == 0x000004, "Wrong alignment on UI_BP_ScrollingTextBlock_C_Tick"); \ static_assert(sizeof(UI_BP_ScrollingTextBlock_C_Tick) == 0x00003C, "Wrong size on UI_BP_ScrollingTextBlock_C_Tick"); \ static_assert(offsetof(UI_BP_ScrollingTextBlock_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_ScrollingTextBlock_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextBlock_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_ScrollingTextBlock_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ScrollingTextBlock_C \ static_assert(alignof(UUI_BP_ScrollingTextBlock_C) == 0x000008, "Wrong alignment on UUI_BP_ScrollingTextBlock_C"); \ static_assert(sizeof(UUI_BP_ScrollingTextBlock_C) == 0x000410, "Wrong size on UUI_BP_ScrollingTextBlock_C"); \ static_assert(offsetof(UUI_BP_ScrollingTextBlock_C, UberGraphFrame) == 0x000400, "Member 'UUI_BP_ScrollingTextBlock_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScrollingTextBlock_C, ScrollingTextAnimation) == 0x000408, "Member 'UUI_BP_ScrollingTextBlock_C::ScrollingTextAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests \ static_assert(alignof(UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests) == 0x000040, "Wrong size on UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests, EntryPoint) == 0x000000, "Member 'UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests, CallFunc_PostEventAtLocation_ReturnValue) == 0x000018, "Member 'UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00001C, "Member 'UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests, K2Node_Event_InVisibility) == 0x000028, "Member 'UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests::K2Node_Event_InVisibility' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests, K2Node_Event_IsLocked) == 0x000029, "Member 'UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests::K2Node_Event_IsLocked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests, K2Node_SwitchEnum_CmpSuccess) == 0x00002A, "Member 'UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests, K2Node_Event_IsDesignTime) == 0x00002B, "Member 'UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests, K2Node_Event_bIsTutorialHighlighted) == 0x00002C, "Member 'UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests::K2Node_Event_bIsTutorialHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests, CallFunc_Get_ReturnValue) == 0x000030, "Member 'UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuideButton_Quests_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Quests::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Quests_C_SetIsTutorialHighlighted \ static_assert(alignof(UI_BP_FieldGuideButton_Quests_C_SetIsTutorialHighlighted) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Quests_C_SetIsTutorialHighlighted"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Quests_C_SetIsTutorialHighlighted) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Quests_C_SetIsTutorialHighlighted"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_SetIsTutorialHighlighted, bIsTutorialHighlighted) == 0x000000, "Member 'UI_BP_FieldGuideButton_Quests_C_SetIsTutorialHighlighted::bIsTutorialHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Quests_C_PreConstruct \ static_assert(alignof(UI_BP_FieldGuideButton_Quests_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Quests_C_PreConstruct"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Quests_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Quests_C_PreConstruct"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_FieldGuideButton_Quests_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Quests_C_SetLockedState \ static_assert(alignof(UI_BP_FieldGuideButton_Quests_C_SetLockedState) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Quests_C_SetLockedState"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Quests_C_SetLockedState) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Quests_C_SetLockedState"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_SetLockedState, IsLocked) == 0x000000, "Member 'UI_BP_FieldGuideButton_Quests_C_SetLockedState::IsLocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Quests_C_OnSetItemIndicatorVisibility \ static_assert(alignof(UI_BP_FieldGuideButton_Quests_C_OnSetItemIndicatorVisibility) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Quests_C_OnSetItemIndicatorVisibility"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Quests_C_OnSetItemIndicatorVisibility) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Quests_C_OnSetItemIndicatorVisibility"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_OnSetItemIndicatorVisibility, InVisibility) == 0x000000, "Member 'UI_BP_FieldGuideButton_Quests_C_OnSetItemIndicatorVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Quests_C_SetAvailableAssignments \ static_assert(alignof(UI_BP_FieldGuideButton_Quests_C_SetAvailableAssignments) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Quests_C_SetAvailableAssignments"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Quests_C_SetAvailableAssignments) == 0x000010, "Wrong size on UI_BP_FieldGuideButton_Quests_C_SetAvailableAssignments"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_SetAvailableAssignments, AssignmentText) == 0x000000, "Member 'UI_BP_FieldGuideButton_Quests_C_SetAvailableAssignments::AssignmentText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings) == 0x000098, "Wrong size on UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000060, "Member 'UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000080, "Member 'UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000090, "Member 'UI_BP_FieldGuideButton_Quests_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FieldGuideButton_Quests_C \ static_assert(alignof(UUI_BP_FieldGuideButton_Quests_C) == 0x000008, "Wrong alignment on UUI_BP_FieldGuideButton_Quests_C"); \ static_assert(sizeof(UUI_BP_FieldGuideButton_Quests_C) == 0x000560, "Wrong size on UUI_BP_FieldGuideButton_Quests_C"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, UberGraphFrame) == 0x0004B0, "Member 'UUI_BP_FieldGuideButton_Quests_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, LoopingAnimation) == 0x0004B8, "Member 'UUI_BP_FieldGuideButton_Quests_C::LoopingAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, HideHighlight) == 0x0004C0, "Member 'UUI_BP_FieldGuideButton_Quests_C::HideHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, TutorialBounce) == 0x0004C8, "Member 'UUI_BP_FieldGuideButton_Quests_C::TutorialBounce' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, ShowHighlight) == 0x0004D0, "Member 'UUI_BP_FieldGuideButton_Quests_C::ShowHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, AvailableAssignments) == 0x0004D8, "Member 'UUI_BP_FieldGuideButton_Quests_C::AvailableAssignments' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, ButtonBackground) == 0x0004E0, "Member 'UUI_BP_FieldGuideButton_Quests_C::ButtonBackground' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, card1) == 0x0004E8, "Member 'UUI_BP_FieldGuideButton_Quests_C::card1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, card2) == 0x0004F0, "Member 'UUI_BP_FieldGuideButton_Quests_C::card2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, card3) == 0x0004F8, "Member 'UUI_BP_FieldGuideButton_Quests_C::card3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, CategoryLabel) == 0x000500, "Member 'UUI_BP_FieldGuideButton_Quests_C::CategoryLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, iconBorder) == 0x000508, "Member 'UUI_BP_FieldGuideButton_Quests_C::iconBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, LabelPanel) == 0x000510, "Member 'UUI_BP_FieldGuideButton_Quests_C::LabelPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, newIndicator) == 0x000518, "Member 'UUI_BP_FieldGuideButton_Quests_C::newIndicator' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, Root) == 0x000520, "Member 'UUI_BP_FieldGuideButton_Quests_C::Root' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, TutorialHighlight) == 0x000528, "Member 'UUI_BP_FieldGuideButton_Quests_C::TutorialHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, CategoryLabelText) == 0x000530, "Member 'UUI_BP_FieldGuideButton_Quests_C::CategoryLabelText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, LabelPosition) == 0x000540, "Member 'UUI_BP_FieldGuideButton_Quests_C::LabelPosition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, buttonIcon) == 0x000548, "Member 'UUI_BP_FieldGuideButton_Quests_C::buttonIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Quests_C, GearAnimationFrame) == 0x000558, "Member 'UUI_BP_FieldGuideButton_Quests_C::GearAnimationFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink \ static_assert(alignof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink) == 0x000008, "Wrong alignment on BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink"); \ static_assert(sizeof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink) == 0x000198, "Wrong size on BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, EntryPoint) == 0x000000, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, CallFunc_MakeLiteralName_ReturnValue) == 0x000004, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, CallFunc_GetAnimInstance_ReturnValue) == 0x000010, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, Temp_object_Variable) == 0x000018, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000020, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, CallFunc_CastStealthTakedown_ReturnValue) == 0x000031, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::CallFunc_CastStealthTakedown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000038, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_Event_OwnerActor_1) == 0x000050, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_Event_OwnerActor) == 0x000058, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_AsBiped_Player) == 0x000060, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_bSuccess_2) == 0x000068, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_AsBiped_Player_1) == 0x000070, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_bSuccess_3) == 0x000078, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000080, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_bSuccess_4) == 0x000090, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000091, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000098, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x0000A0, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_bSuccess_5) == 0x0000B0, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x0000B8, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_bSuccess_6) == 0x0000C8, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x0000D0, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_bSuccess_7) == 0x0000E0, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4) == 0x0000E8, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_bSuccess_8) == 0x0000F8, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1) == 0x000100, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_bSuccess_9) == 0x000110, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, CallFunc_GetIKState_ReturnValue) == 0x000111, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::CallFunc_GetIKState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_CreateDelegate_OutputDelegate) == 0x000114, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000128, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000130, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000138, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_bSuccess_10) == 0x000148, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, CallFunc_GetWand_ReturnValue) == 0x000150, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, CallFunc_ShadowBlinkTeleport_OutBlinkLocation) == 0x000158, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::CallFunc_ShadowBlinkTeleport_OutBlinkLocation' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, CallFunc_ShadowBlinkTeleport_OutBlinkRotation) == 0x000164, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::CallFunc_ShadowBlinkTeleport_OutBlinkRotation' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, CallFunc_ShadowBlinkTeleport_ReturnValue) == 0x000170, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::CallFunc_ShadowBlinkTeleport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, CallFunc_SafeTeleportTo_ReturnValue) == 0x000171, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::CallFunc_SafeTeleportTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000178, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, CallFunc_GetValueAsObject_ReturnValue) == 0x000180, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_AsActor) == 0x000188, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink, K2Node_DynamicCast_bSuccess_11) == 0x000190, "Member 'BTT_Biped_StealthBlink_C_ExecuteUbergraph_BTT_Biped_StealthBlink::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_StealthBlink_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_StealthBlink_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_StealthBlink_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_StealthBlink_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_StealthBlink_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_StealthBlink_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_StealthBlink_C_ExitTask \ static_assert(alignof(BTT_Biped_StealthBlink_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_StealthBlink_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_StealthBlink_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_StealthBlink_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_StealthBlink_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_StealthBlink_C_FallingTest \ static_assert(alignof(BTT_Biped_StealthBlink_C_FallingTest) == 0x000008, "Wrong alignment on BTT_Biped_StealthBlink_C_FallingTest"); \ static_assert(sizeof(BTT_Biped_StealthBlink_C_FallingTest) == 0x000038, "Wrong size on BTT_Biped_StealthBlink_C_FallingTest"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_FallingTest, Falling) == 0x000000, "Member 'BTT_Biped_StealthBlink_C_FallingTest::Falling' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_FallingTest, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_Biped_StealthBlink_C_FallingTest::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_FallingTest, K2Node_DynamicCast_AsCharacter) == 0x000010, "Member 'BTT_Biped_StealthBlink_C_FallingTest::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_FallingTest, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_StealthBlink_C_FallingTest::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_FallingTest, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000020, "Member 'BTT_Biped_StealthBlink_C_FallingTest::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_FallingTest, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_StealthBlink_C_FallingTest::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_FallingTest, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BTT_Biped_StealthBlink_C_FallingTest::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_StealthBlink_C_CreateShadowBlinkFX \ static_assert(alignof(BTT_Biped_StealthBlink_C_CreateShadowBlinkFX) == 0x000008, "Wrong alignment on BTT_Biped_StealthBlink_C_CreateShadowBlinkFX"); \ static_assert(sizeof(BTT_Biped_StealthBlink_C_CreateShadowBlinkFX) == 0x000028, "Wrong size on BTT_Biped_StealthBlink_C_CreateShadowBlinkFX"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_CreateShadowBlinkFX, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTT_Biped_StealthBlink_C_CreateShadowBlinkFX::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_CreateShadowBlinkFX, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'BTT_Biped_StealthBlink_C_CreateShadowBlinkFX::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_CreateShadowBlinkFX, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000014, "Member 'BTT_Biped_StealthBlink_C_CreateShadowBlinkFX::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_CreateShadowBlinkFX, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000020, "Member 'BTT_Biped_StealthBlink_C_CreateShadowBlinkFX::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_StealthBlink_C_DestroyShadowBlinkFX \ static_assert(alignof(BTT_Biped_StealthBlink_C_DestroyShadowBlinkFX) == 0x000008, "Wrong alignment on BTT_Biped_StealthBlink_C_DestroyShadowBlinkFX"); \ static_assert(sizeof(BTT_Biped_StealthBlink_C_DestroyShadowBlinkFX) == 0x000028, "Wrong size on BTT_Biped_StealthBlink_C_DestroyShadowBlinkFX"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_DestroyShadowBlinkFX, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTT_Biped_StealthBlink_C_DestroyShadowBlinkFX::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_DestroyShadowBlinkFX, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000008, "Member 'BTT_Biped_StealthBlink_C_DestroyShadowBlinkFX::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_DestroyShadowBlinkFX, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'BTT_Biped_StealthBlink_C_DestroyShadowBlinkFX::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_StealthBlink_C_DestroyShadowBlinkFX, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000020, "Member 'BTT_Biped_StealthBlink_C_DestroyShadowBlinkFX::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_StealthBlink_C \ static_assert(alignof(UBTT_Biped_StealthBlink_C) == 0x000008, "Wrong alignment on UBTT_Biped_StealthBlink_C"); \ static_assert(sizeof(UBTT_Biped_StealthBlink_C) == 0x000170, "Wrong size on UBTT_Biped_StealthBlink_C"); \ static_assert(offsetof(UBTT_Biped_StealthBlink_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_StealthBlink_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_StealthBlink_C, invulnerableTime) == 0x000158, "Member 'UBTT_Biped_StealthBlink_C::invulnerableTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_StealthBlink_C, IKRestoreState) == 0x00015C, "Member 'UBTT_Biped_StealthBlink_C::IKRestoreState' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_StealthBlink_C, ShadowParticleEmitter) == 0x000160, "Member 'UBTT_Biped_StealthBlink_C::ShadowParticleEmitter' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_StealthBlink_C, Victim) == 0x000168, "Member 'UBTT_Biped_StealthBlink_C::Victim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton \ static_assert(alignof(UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton"); \ static_assert(sizeof(UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton) == 0x000050, "Wrong size on UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton, EntryPoint) == 0x000000, "Member 'UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton, K2Node_Event_ImageName) == 0x000008, "Member 'UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton::K2Node_Event_ImageName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000018, "Member 'UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton, K2Node_Event_NewContent) == 0x000028, "Member 'UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton::K2Node_Event_NewContent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton, K2Node_Event_Size) == 0x000030, "Member 'UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton::K2Node_Event_Size' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton, K2Node_Event_IconName) == 0x000038, "Member 'UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton::K2Node_Event_IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton, K2Node_Event_selected) == 0x000048, "Member 'UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton::K2Node_Event_selected' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton, CallFunc_SetState_ReturnValue) == 0x000049, "Member 'UI_BP_FG_CategoryBarButton_C_ExecuteUbergraph_UI_BP_FG_CategoryBarButton::CallFunc_SetState_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryBarButton_C_OnSelectionChanged \ static_assert(alignof(UI_BP_FG_CategoryBarButton_C_OnSelectionChanged) == 0x000001, "Wrong alignment on UI_BP_FG_CategoryBarButton_C_OnSelectionChanged"); \ static_assert(sizeof(UI_BP_FG_CategoryBarButton_C_OnSelectionChanged) == 0x000001, "Wrong size on UI_BP_FG_CategoryBarButton_C_OnSelectionChanged"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_OnSelectionChanged, selected) == 0x000000, "Member 'UI_BP_FG_CategoryBarButton_C_OnSelectionChanged::selected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryBarButton_C_I_SetIconName \ static_assert(alignof(UI_BP_FG_CategoryBarButton_C_I_SetIconName) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryBarButton_C_I_SetIconName"); \ static_assert(sizeof(UI_BP_FG_CategoryBarButton_C_I_SetIconName) == 0x000010, "Wrong size on UI_BP_FG_CategoryBarButton_C_I_SetIconName"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_I_SetIconName, IconName_0) == 0x000000, "Member 'UI_BP_FG_CategoryBarButton_C_I_SetIconName::IconName_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryBarButton_C_I_SetIconSize \ static_assert(alignof(UI_BP_FG_CategoryBarButton_C_I_SetIconSize) == 0x000004, "Wrong alignment on UI_BP_FG_CategoryBarButton_C_I_SetIconSize"); \ static_assert(sizeof(UI_BP_FG_CategoryBarButton_C_I_SetIconSize) == 0x000008, "Wrong size on UI_BP_FG_CategoryBarButton_C_I_SetIconSize"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_I_SetIconSize, size_0) == 0x000000, "Member 'UI_BP_FG_CategoryBarButton_C_I_SetIconSize::size_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryBarButton_C_I_AddExtraContent \ static_assert(alignof(UI_BP_FG_CategoryBarButton_C_I_AddExtraContent) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryBarButton_C_I_AddExtraContent"); \ static_assert(sizeof(UI_BP_FG_CategoryBarButton_C_I_AddExtraContent) == 0x000008, "Wrong size on UI_BP_FG_CategoryBarButton_C_I_AddExtraContent"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_I_AddExtraContent, NewContent) == 0x000000, "Member 'UI_BP_FG_CategoryBarButton_C_I_AddExtraContent::NewContent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryBarButton_C_I_SetImage \ static_assert(alignof(UI_BP_FG_CategoryBarButton_C_I_SetImage) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryBarButton_C_I_SetImage"); \ static_assert(sizeof(UI_BP_FG_CategoryBarButton_C_I_SetImage) == 0x000010, "Wrong size on UI_BP_FG_CategoryBarButton_C_I_SetImage"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_I_SetImage, ImageName) == 0x000000, "Member 'UI_BP_FG_CategoryBarButton_C_I_SetImage::ImageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryBarButton_C_SetState \ static_assert(alignof(UI_BP_FG_CategoryBarButton_C_SetState) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryBarButton_C_SetState"); \ static_assert(sizeof(UI_BP_FG_CategoryBarButton_C_SetState) == 0x000020, "Wrong size on UI_BP_FG_CategoryBarButton_C_SetState"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_SetState, IsActive) == 0x000000, "Member 'UI_BP_FG_CategoryBarButton_C_SetState::IsActive' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_SetState, ReturnValue) == 0x000001, "Member 'UI_BP_FG_CategoryBarButton_C_SetState::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_SetState, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_FG_CategoryBarButton_C_SetState::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_SetState, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'UI_BP_FG_CategoryBarButton_C_SetState::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_SetState, CallFunc_SetState_ReturnValue) == 0x000018, "Member 'UI_BP_FG_CategoryBarButton_C_SetState::CallFunc_SetState_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryBarButton_C_SetButtonText \ static_assert(alignof(UI_BP_FG_CategoryBarButton_C_SetButtonText) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryBarButton_C_SetButtonText"); \ static_assert(sizeof(UI_BP_FG_CategoryBarButton_C_SetButtonText) == 0x000010, "Wrong size on UI_BP_FG_CategoryBarButton_C_SetButtonText"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_SetButtonText, NewString) == 0x000000, "Member 'UI_BP_FG_CategoryBarButton_C_SetButtonText::NewString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryBarButton_C_SetButtonFontSize \ static_assert(alignof(UI_BP_FG_CategoryBarButton_C_SetButtonFontSize) == 0x000004, "Wrong alignment on UI_BP_FG_CategoryBarButton_C_SetButtonFontSize"); \ static_assert(sizeof(UI_BP_FG_CategoryBarButton_C_SetButtonFontSize) == 0x000004, "Wrong size on UI_BP_FG_CategoryBarButton_C_SetButtonFontSize"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_SetButtonFontSize, NewFontSize) == 0x000000, "Member 'UI_BP_FG_CategoryBarButton_C_SetButtonFontSize::NewFontSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryBarButton_C_SetButtonCount \ static_assert(alignof(UI_BP_FG_CategoryBarButton_C_SetButtonCount) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryBarButton_C_SetButtonCount"); \ static_assert(sizeof(UI_BP_FG_CategoryBarButton_C_SetButtonCount) == 0x000018, "Wrong size on UI_BP_FG_CategoryBarButton_C_SetButtonCount"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_SetButtonCount, NewCount) == 0x000000, "Member 'UI_BP_FG_CategoryBarButton_C_SetButtonCount::NewCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_SetButtonCount, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'UI_BP_FG_CategoryBarButton_C_SetButtonCount::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_SetButtonCount, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_FG_CategoryBarButton_C_SetButtonCount::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_SetButtonCount, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000010, "Member 'UI_BP_FG_CategoryBarButton_C_SetButtonCount::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryBarButton_C_SetButtonColor \ static_assert(alignof(UI_BP_FG_CategoryBarButton_C_SetButtonColor) == 0x000004, "Wrong alignment on UI_BP_FG_CategoryBarButton_C_SetButtonColor"); \ static_assert(sizeof(UI_BP_FG_CategoryBarButton_C_SetButtonColor) == 0x000010, "Wrong size on UI_BP_FG_CategoryBarButton_C_SetButtonColor"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_SetButtonColor, NewColor) == 0x000000, "Member 'UI_BP_FG_CategoryBarButton_C_SetButtonColor::NewColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryBarButton_C_ToggleCategoryText \ static_assert(alignof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryText) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryBarButton_C_ToggleCategoryText"); \ static_assert(sizeof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryText) == 0x000020, "Wrong size on UI_BP_FG_CategoryBarButton_C_ToggleCategoryText"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryText, ShowCategoryTitle_0) == 0x000000, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleCategoryText::ShowCategoryTitle_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryText, NewTitle) == 0x000008, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleCategoryText::NewTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryText, Temp_bool_Variable) == 0x000018, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleCategoryText::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryText, Temp_byte_Variable) == 0x000019, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleCategoryText::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryText, Temp_byte_Variable_1) == 0x00001A, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleCategoryText::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryText, K2Node_Select_Default) == 0x00001B, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleCategoryText::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount \ static_assert(alignof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount"); \ static_assert(sizeof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount) == 0x000060, "Wrong size on UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount, ShowCategoryCount_0) == 0x000000, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount::ShowCategoryCount_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount, NewCount) == 0x000004, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount::NewCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount, Temp_bool_Variable) == 0x000008, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount, Temp_byte_Variable) == 0x000009, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount, Temp_byte_Variable_1) == 0x00000A, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount, CallFunc_Conv_IntToString_ReturnValue) == 0x000010, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount, K2Node_Select_Default) == 0x000020, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleCategoryCount::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryBarButton_C_ToggleNewIndicator \ static_assert(alignof(UI_BP_FG_CategoryBarButton_C_ToggleNewIndicator) == 0x000001, "Wrong alignment on UI_BP_FG_CategoryBarButton_C_ToggleNewIndicator"); \ static_assert(sizeof(UI_BP_FG_CategoryBarButton_C_ToggleNewIndicator) == 0x000005, "Wrong size on UI_BP_FG_CategoryBarButton_C_ToggleNewIndicator"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleNewIndicator, Show) == 0x000000, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleNewIndicator::Show' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleNewIndicator, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleNewIndicator::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleNewIndicator, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleNewIndicator::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleNewIndicator, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleNewIndicator::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_ToggleNewIndicator, K2Node_Select_Default) == 0x000004, "Member 'UI_BP_FG_CategoryBarButton_C_ToggleNewIndicator::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryBarButton_C_I_GetIconName \ static_assert(alignof(UI_BP_FG_CategoryBarButton_C_I_GetIconName) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryBarButton_C_I_GetIconName"); \ static_assert(sizeof(UI_BP_FG_CategoryBarButton_C_I_GetIconName) == 0x000010, "Wrong size on UI_BP_FG_CategoryBarButton_C_I_GetIconName"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_I_GetIconName, IconName_0) == 0x000000, "Member 'UI_BP_FG_CategoryBarButton_C_I_GetIconName::IconName_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryBarButton_C_IsInteractable \ static_assert(alignof(UI_BP_FG_CategoryBarButton_C_IsInteractable) == 0x000001, "Wrong alignment on UI_BP_FG_CategoryBarButton_C_IsInteractable"); \ static_assert(sizeof(UI_BP_FG_CategoryBarButton_C_IsInteractable) == 0x000001, "Wrong size on UI_BP_FG_CategoryBarButton_C_IsInteractable"); \ static_assert(offsetof(UI_BP_FG_CategoryBarButton_C_IsInteractable, ReturnValue) == 0x000000, "Member 'UI_BP_FG_CategoryBarButton_C_IsInteractable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FG_CategoryBarButton_C \ static_assert(alignof(UUI_BP_FG_CategoryBarButton_C) == 0x000008, "Wrong alignment on UUI_BP_FG_CategoryBarButton_C"); \ static_assert(sizeof(UUI_BP_FG_CategoryBarButton_C) == 0x000590, "Wrong size on UUI_BP_FG_CategoryBarButton_C"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, UberGraphFrame) == 0x0004A8, "Member 'UUI_BP_FG_CategoryBarButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, ShowHighlight) == 0x0004B0, "Member 'UUI_BP_FG_CategoryBarButton_C::ShowHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, NewPulse) == 0x0004B8, "Member 'UUI_BP_FG_CategoryBarButton_C::NewPulse' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, hideSelected) == 0x0004C0, "Member 'UUI_BP_FG_CategoryBarButton_C::hideSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, ShowSelected) == 0x0004C8, "Member 'UUI_BP_FG_CategoryBarButton_C::ShowSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, BackGlitter) == 0x0004D0, "Member 'UUI_BP_FG_CategoryBarButton_C::BackGlitter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, Background) == 0x0004D8, "Member 'UUI_BP_FG_CategoryBarButton_C::Background' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, categoryCount) == 0x0004E0, "Member 'UUI_BP_FG_CategoryBarButton_C::categoryCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, categoryTitle) == 0x0004E8, "Member 'UUI_BP_FG_CategoryBarButton_C::categoryTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, contentHolder) == 0x0004F0, "Member 'UUI_BP_FG_CategoryBarButton_C::contentHolder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, highlight) == 0x0004F8, "Member 'UUI_BP_FG_CategoryBarButton_C::highlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, ItemCount) == 0x000500, "Member 'UUI_BP_FG_CategoryBarButton_C::ItemCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, newItemBorder) == 0x000508, "Member 'UUI_BP_FG_CategoryBarButton_C::newItemBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, textBorder) == 0x000510, "Member 'UUI_BP_FG_CategoryBarButton_C::textBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, currentlyActive) == 0x000518, "Member 'UUI_BP_FG_CategoryBarButton_C::currentlyActive' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, LocalPosition) == 0x00051C, "Member 'UUI_BP_FG_CategoryBarButton_C::LocalPosition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, WidgetGeometry) == 0x000528, "Member 'UUI_BP_FG_CategoryBarButton_C::WidgetGeometry' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, HouseColor) == 0x000560, "Member 'UUI_BP_FG_CategoryBarButton_C::HouseColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, ShowCategoryTitle) == 0x000570, "Member 'UUI_BP_FG_CategoryBarButton_C::ShowCategoryTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, ShowCategoryCount) == 0x000571, "Member 'UUI_BP_FG_CategoryBarButton_C::ShowCategoryCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, categoryId) == 0x000578, "Member 'UUI_BP_FG_CategoryBarButton_C::categoryId' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryBarButton_C, CountValue) == 0x000588, "Member 'UUI_BP_FG_CategoryBarButton_C::CountValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_OpenDoorRightHand_Stealth_C \ static_assert(alignof(UABL_OpenDoorRightHand_Stealth_C) == 0x000008, "Wrong alignment on UABL_OpenDoorRightHand_Stealth_C"); \ static_assert(sizeof(UABL_OpenDoorRightHand_Stealth_C) == 0x0000C8, "Wrong size on UABL_OpenDoorRightHand_Stealth_C"); \ #define DUMPER7_ASSERTS_ABP_VendorCamera_C \ static_assert(alignof(ABP_VendorCamera_C) == 0x000008, "Wrong alignment on ABP_VendorCamera_C"); \ static_assert(sizeof(ABP_VendorCamera_C) == 0x000408, "Wrong size on ABP_VendorCamera_C"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections \ static_assert(alignof(UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections) == 0x000040, "Wrong size on UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections, EntryPoint) == 0x000000, "Member 'UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections, CallFunc_PostEventAtLocation_ReturnValue) == 0x000018, "Member 'UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00001C, "Member 'UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections, K2Node_Event_InVisibility) == 0x000028, "Member 'UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections::K2Node_Event_InVisibility' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections, K2Node_Event_IsLocked) == 0x000029, "Member 'UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections::K2Node_Event_IsLocked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections, K2Node_SwitchEnum_CmpSuccess) == 0x00002A, "Member 'UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections, K2Node_Event_IsDesignTime) == 0x00002B, "Member 'UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections, K2Node_Event_bIsTutorialHighlighted) == 0x00002C, "Member 'UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections::K2Node_Event_bIsTutorialHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections, CallFunc_Get_ReturnValue) == 0x000030, "Member 'UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuideButton_Collections_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Collections::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Collections_C_SetIsTutorialHighlighted \ static_assert(alignof(UI_BP_FieldGuideButton_Collections_C_SetIsTutorialHighlighted) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Collections_C_SetIsTutorialHighlighted"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Collections_C_SetIsTutorialHighlighted) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Collections_C_SetIsTutorialHighlighted"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_SetIsTutorialHighlighted, bIsTutorialHighlighted) == 0x000000, "Member 'UI_BP_FieldGuideButton_Collections_C_SetIsTutorialHighlighted::bIsTutorialHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Collections_C_PreConstruct \ static_assert(alignof(UI_BP_FieldGuideButton_Collections_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Collections_C_PreConstruct"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Collections_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Collections_C_PreConstruct"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_FieldGuideButton_Collections_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Collections_C_SetLockedState \ static_assert(alignof(UI_BP_FieldGuideButton_Collections_C_SetLockedState) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Collections_C_SetLockedState"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Collections_C_SetLockedState) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Collections_C_SetLockedState"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_SetLockedState, IsLocked) == 0x000000, "Member 'UI_BP_FieldGuideButton_Collections_C_SetLockedState::IsLocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Collections_C_OnSetItemIndicatorVisibility \ static_assert(alignof(UI_BP_FieldGuideButton_Collections_C_OnSetItemIndicatorVisibility) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Collections_C_OnSetItemIndicatorVisibility"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Collections_C_OnSetItemIndicatorVisibility) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Collections_C_OnSetItemIndicatorVisibility"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_OnSetItemIndicatorVisibility, InVisibility) == 0x000000, "Member 'UI_BP_FieldGuideButton_Collections_C_OnSetItemIndicatorVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Collections_C_Play_Button_Loop_Animation \ static_assert(alignof(UI_BP_FieldGuideButton_Collections_C_Play_Button_Loop_Animation) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Collections_C_Play_Button_Loop_Animation"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Collections_C_Play_Button_Loop_Animation) == 0x000008, "Wrong size on UI_BP_FieldGuideButton_Collections_C_Play_Button_Loop_Animation"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_Play_Button_Loop_Animation, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_FieldGuideButton_Collections_C_Play_Button_Loop_Animation::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Collections_C_PauseButtonLoopAnimation \ static_assert(alignof(UI_BP_FieldGuideButton_Collections_C_PauseButtonLoopAnimation) == 0x000004, "Wrong alignment on UI_BP_FieldGuideButton_Collections_C_PauseButtonLoopAnimation"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Collections_C_PauseButtonLoopAnimation) == 0x000004, "Wrong size on UI_BP_FieldGuideButton_Collections_C_PauseButtonLoopAnimation"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_PauseButtonLoopAnimation, CallFunc_PauseAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_FieldGuideButton_Collections_C_PauseButtonLoopAnimation::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_FieldGuideButton_Collections_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FieldGuideButton_Collections_C \ static_assert(alignof(UUI_BP_FieldGuideButton_Collections_C) == 0x000008, "Wrong alignment on UUI_BP_FieldGuideButton_Collections_C"); \ static_assert(sizeof(UUI_BP_FieldGuideButton_Collections_C) == 0x000558, "Wrong size on UUI_BP_FieldGuideButton_Collections_C"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Collections_C, UberGraphFrame) == 0x0004C0, "Member 'UUI_BP_FieldGuideButton_Collections_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Collections_C, LoopingAnimation) == 0x0004C8, "Member 'UUI_BP_FieldGuideButton_Collections_C::LoopingAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Collections_C, HideHighlight) == 0x0004D0, "Member 'UUI_BP_FieldGuideButton_Collections_C::HideHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Collections_C, TutorialBounce) == 0x0004D8, "Member 'UUI_BP_FieldGuideButton_Collections_C::TutorialBounce' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Collections_C, ShowHighlight) == 0x0004E0, "Member 'UUI_BP_FieldGuideButton_Collections_C::ShowHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Collections_C, ButtonBackground) == 0x0004E8, "Member 'UUI_BP_FieldGuideButton_Collections_C::ButtonBackground' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Collections_C, buttonImage) == 0x0004F0, "Member 'UUI_BP_FieldGuideButton_Collections_C::buttonImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Collections_C, CategoryLabel) == 0x0004F8, "Member 'UUI_BP_FieldGuideButton_Collections_C::CategoryLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Collections_C, iconBorder) == 0x000500, "Member 'UUI_BP_FieldGuideButton_Collections_C::iconBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Collections_C, LabelPanel) == 0x000508, "Member 'UUI_BP_FieldGuideButton_Collections_C::LabelPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Collections_C, newIndicator) == 0x000510, "Member 'UUI_BP_FieldGuideButton_Collections_C::newIndicator' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Collections_C, Root) == 0x000518, "Member 'UUI_BP_FieldGuideButton_Collections_C::Root' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Collections_C, TutorialHighlight) == 0x000520, "Member 'UUI_BP_FieldGuideButton_Collections_C::TutorialHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Collections_C, CategoryLabelText) == 0x000528, "Member 'UUI_BP_FieldGuideButton_Collections_C::CategoryLabelText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Collections_C, LabelPosition) == 0x000538, "Member 'UUI_BP_FieldGuideButton_Collections_C::LabelPosition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Collections_C, buttonIcon) == 0x000540, "Member 'UUI_BP_FieldGuideButton_Collections_C::buttonIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Collections_C, GearAnimationFrame) == 0x000550, "Member 'UUI_BP_FieldGuideButton_Collections_C::GearAnimationFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_Impact_CamShake_Splat_C \ static_assert(alignof(UBP_Impact_CamShake_Splat_C) == 0x000010, "Wrong alignment on UBP_Impact_CamShake_Splat_C"); \ static_assert(sizeof(UBP_Impact_CamShake_Splat_C) == 0x0001B0, "Wrong size on UBP_Impact_CamShake_Splat_C"); \ #define DUMPER7_ASSERTS_UBP_AccioStartLEDEffect_C \ static_assert(alignof(UBP_AccioStartLEDEffect_C) == 0x000008, "Wrong alignment on UBP_AccioStartLEDEffect_C"); \ static_assert(sizeof(UBP_AccioStartLEDEffect_C) == 0x000048, "Wrong size on UBP_AccioStartLEDEffect_C"); \ #define DUMPER7_ASSERTS_ABP_ShadowSprint_C \ static_assert(alignof(ABP_ShadowSprint_C) == 0x000008, "Wrong alignment on ABP_ShadowSprint_C"); \ static_assert(sizeof(ABP_ShadowSprint_C) == 0x000270, "Wrong size on ABP_ShadowSprint_C"); \ static_assert(offsetof(ABP_ShadowSprint_C, ShadowSprintMovement) == 0x000260, "Member 'ABP_ShadowSprint_C::ShadowSprintMovement' has a wrong offset!"); \ static_assert(offsetof(ABP_ShadowSprint_C, Capsule) == 0x000268, "Member 'ABP_ShadowSprint_C::Capsule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row \ static_assert(alignof(UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row) == 0x000008, "Wrong alignment on UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row"); \ static_assert(sizeof(UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row) == 0x000060, "Wrong size on UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row, EntryPoint) == 0x000000, "Member 'UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row, CallFunc_Conv_NameToString_ReturnValue) == 0x000008, "Member 'UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row, CallFunc_Array_Contains_ReturnValue) == 0x000038, "Member 'UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row, CallFunc_Array_Contains_ReturnValue_1) == 0x000039, "Member 'UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row, K2Node_CreateDelegate_OutputDelegate_1) == 0x00003C, "Member 'UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row, K2Node_CreateDelegate_OutputDelegate_2) == 0x00004C, "Member 'UI_BP_InputActionAlt_Row_C_ExecuteUbergraph_UI_BP_InputActionAlt_Row::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputActionAlt_Row_C_SetRebindingFlair \ static_assert(alignof(UI_BP_InputActionAlt_Row_C_SetRebindingFlair) == 0x000008, "Wrong alignment on UI_BP_InputActionAlt_Row_C_SetRebindingFlair"); \ static_assert(sizeof(UI_BP_InputActionAlt_Row_C_SetRebindingFlair) == 0x000038, "Wrong size on UI_BP_InputActionAlt_Row_C_SetRebindingFlair"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_SetRebindingFlair, IsRebinding) == 0x000000, "Member 'UI_BP_InputActionAlt_Row_C_SetRebindingFlair::IsRebinding' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_SetRebindingFlair, HighlightColor) == 0x000004, "Member 'UI_BP_InputActionAlt_Row_C_SetRebindingFlair::HighlightColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_SetRebindingFlair, DefaultColor) == 0x000014, "Member 'UI_BP_InputActionAlt_Row_C_SetRebindingFlair::DefaultColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_SetRebindingFlair, CallFunc_PlayAnimationForward_ReturnValue) == 0x000028, "Member 'UI_BP_InputActionAlt_Row_C_SetRebindingFlair::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_SetRebindingFlair, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000030, "Member 'UI_BP_InputActionAlt_Row_C_SetRebindingFlair::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputActionAlt_Row_C_SetActionNameHighlight \ static_assert(alignof(UI_BP_InputActionAlt_Row_C_SetActionNameHighlight) == 0x000008, "Wrong alignment on UI_BP_InputActionAlt_Row_C_SetActionNameHighlight"); \ static_assert(sizeof(UI_BP_InputActionAlt_Row_C_SetActionNameHighlight) == 0x000010, "Wrong size on UI_BP_InputActionAlt_Row_C_SetActionNameHighlight"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_SetActionNameHighlight, K2Node_MakeStruct_DataTableRowHandle) == 0x000000, "Member 'UI_BP_InputActionAlt_Row_C_SetActionNameHighlight::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputActionAlt_Row_C_SetActionNameDefault \ static_assert(alignof(UI_BP_InputActionAlt_Row_C_SetActionNameDefault) == 0x000008, "Wrong alignment on UI_BP_InputActionAlt_Row_C_SetActionNameDefault"); \ static_assert(sizeof(UI_BP_InputActionAlt_Row_C_SetActionNameDefault) == 0x000010, "Wrong size on UI_BP_InputActionAlt_Row_C_SetActionNameDefault"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_SetActionNameDefault, K2Node_MakeStruct_DataTableRowHandle) == 0x000000, "Member 'UI_BP_InputActionAlt_Row_C_SetActionNameDefault::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputActionAlt_Row_C_HandleClicked \ static_assert(alignof(UI_BP_InputActionAlt_Row_C_HandleClicked) == 0x000008, "Wrong alignment on UI_BP_InputActionAlt_Row_C_HandleClicked"); \ static_assert(sizeof(UI_BP_InputActionAlt_Row_C_HandleClicked) == 0x000010, "Wrong size on UI_BP_InputActionAlt_Row_C_HandleClicked"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_HandleClicked, IsPrimary) == 0x000000, "Member 'UI_BP_InputActionAlt_Row_C_HandleClicked::IsPrimary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_HandleClicked, InputAction) == 0x000008, "Member 'UI_BP_InputActionAlt_Row_C_HandleClicked::InputAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputActionAlt_Row_C_HandleHovered \ static_assert(alignof(UI_BP_InputActionAlt_Row_C_HandleHovered) == 0x000008, "Wrong alignment on UI_BP_InputActionAlt_Row_C_HandleHovered"); \ static_assert(sizeof(UI_BP_InputActionAlt_Row_C_HandleHovered) == 0x000010, "Wrong size on UI_BP_InputActionAlt_Row_C_HandleHovered"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_HandleHovered, IsPrimary) == 0x000000, "Member 'UI_BP_InputActionAlt_Row_C_HandleHovered::IsPrimary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_HandleHovered, InputAction) == 0x000008, "Member 'UI_BP_InputActionAlt_Row_C_HandleHovered::InputAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputActionAlt_Row_C_HandleUnhovered \ static_assert(alignof(UI_BP_InputActionAlt_Row_C_HandleUnhovered) == 0x000008, "Wrong alignment on UI_BP_InputActionAlt_Row_C_HandleUnhovered"); \ static_assert(sizeof(UI_BP_InputActionAlt_Row_C_HandleUnhovered) == 0x000010, "Wrong size on UI_BP_InputActionAlt_Row_C_HandleUnhovered"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_HandleUnhovered, IsPrimary) == 0x000000, "Member 'UI_BP_InputActionAlt_Row_C_HandleUnhovered::IsPrimary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_HandleUnhovered, InputAction) == 0x000008, "Member 'UI_BP_InputActionAlt_Row_C_HandleUnhovered::InputAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputActionAlt_Row_C_UpdateTelemetry \ static_assert(alignof(UI_BP_InputActionAlt_Row_C_UpdateTelemetry) == 0x000008, "Wrong alignment on UI_BP_InputActionAlt_Row_C_UpdateTelemetry"); \ static_assert(sizeof(UI_BP_InputActionAlt_Row_C_UpdateTelemetry) == 0x000068, "Wrong size on UI_BP_InputActionAlt_Row_C_UpdateTelemetry"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateTelemetry, IsPrimary) == 0x000000, "Member 'UI_BP_InputActionAlt_Row_C_UpdateTelemetry::IsPrimary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateTelemetry, CallFunc_KeyToString_ReturnValue) == 0x000008, "Member 'UI_BP_InputActionAlt_Row_C_UpdateTelemetry::CallFunc_KeyToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateTelemetry, CallFunc_KeyToString_ReturnValue_1) == 0x000018, "Member 'UI_BP_InputActionAlt_Row_C_UpdateTelemetry::CallFunc_KeyToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateTelemetry, CallFunc_Conv_NameToString_ReturnValue) == 0x000028, "Member 'UI_BP_InputActionAlt_Row_C_UpdateTelemetry::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateTelemetry, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000038, "Member 'UI_BP_InputActionAlt_Row_C_UpdateTelemetry::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateTelemetry, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'UI_BP_InputActionAlt_Row_C_UpdateTelemetry::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateTelemetry, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'UI_BP_InputActionAlt_Row_C_UpdateTelemetry::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputActionAlt_Row_C_UpdateConflictState \ static_assert(alignof(UI_BP_InputActionAlt_Row_C_UpdateConflictState) == 0x000008, "Wrong alignment on UI_BP_InputActionAlt_Row_C_UpdateConflictState"); \ static_assert(sizeof(UI_BP_InputActionAlt_Row_C_UpdateConflictState) == 0x000040, "Wrong size on UI_BP_InputActionAlt_Row_C_UpdateConflictState"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateConflictState, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_InputActionAlt_Row_C_UpdateConflictState::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateConflictState, Temp_bool_Variable_1) == 0x000001, "Member 'UI_BP_InputActionAlt_Row_C_UpdateConflictState::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateConflictState, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_InputActionAlt_Row_C_UpdateConflictState::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateConflictState, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_InputActionAlt_Row_C_UpdateConflictState::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateConflictState, K2Node_MakeStruct_DataTableRowHandle) == 0x000008, "Member 'UI_BP_InputActionAlt_Row_C_UpdateConflictState::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateConflictState, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000018, "Member 'UI_BP_InputActionAlt_Row_C_UpdateConflictState::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateConflictState, CallFunc_Key_IsValid_ReturnValue) == 0x000028, "Member 'UI_BP_InputActionAlt_Row_C_UpdateConflictState::CallFunc_Key_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateConflictState, CallFunc_Key_IsValid_ReturnValue_1) == 0x000029, "Member 'UI_BP_InputActionAlt_Row_C_UpdateConflictState::CallFunc_Key_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateConflictState, CallFunc_BooleanOR_ReturnValue) == 0x00002A, "Member 'UI_BP_InputActionAlt_Row_C_UpdateConflictState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateConflictState, K2Node_Select_Default) == 0x00002B, "Member 'UI_BP_InputActionAlt_Row_C_UpdateConflictState::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_UpdateConflictState, K2Node_Select_Default_1) == 0x000030, "Member 'UI_BP_InputActionAlt_Row_C_UpdateConflictState::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings) == 0x000088, "Wrong size on UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x000048, "Member 'UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000058, "Member 'UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000070, "Member 'UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'UI_BP_InputActionAlt_Row_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_InputActionAlt_Row_C \ static_assert(alignof(UUI_BP_InputActionAlt_Row_C) == 0x000008, "Wrong alignment on UUI_BP_InputActionAlt_Row_C"); \ static_assert(sizeof(UUI_BP_InputActionAlt_Row_C) == 0x000478, "Wrong size on UUI_BP_InputActionAlt_Row_C"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_InputActionAlt_Row_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, OnInputActionSelected) == 0x000330, "Member 'UUI_BP_InputActionAlt_Row_C::OnInputActionSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, OnInputActionHovered) == 0x000338, "Member 'UUI_BP_InputActionAlt_Row_C::OnInputActionHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, ActionNameBox) == 0x000340, "Member 'UUI_BP_InputActionAlt_Row_C::ActionNameBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, AlternativeInput) == 0x000348, "Member 'UUI_BP_InputActionAlt_Row_C::AlternativeInput' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, NoBindingIcon) == 0x000350, "Member 'UUI_BP_InputActionAlt_Row_C::NoBindingIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, PrimaryInput) == 0x000358, "Member 'UUI_BP_InputActionAlt_Row_C::PrimaryInput' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, GroupName) == 0x000360, "Member 'UUI_BP_InputActionAlt_Row_C::GroupName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, ActionName) == 0x000368, "Member 'UUI_BP_InputActionAlt_Row_C::ActionName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, Primary) == 0x000370, "Member 'UUI_BP_InputActionAlt_Row_C::Primary' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, Alternative) == 0x0003A8, "Member 'UUI_BP_InputActionAlt_Row_C::Alternative' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, InputClicked) == 0x0003E0, "Member 'UUI_BP_InputActionAlt_Row_C::InputClicked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, ForbiddenKeys) == 0x0003F0, "Member 'UUI_BP_InputActionAlt_Row_C::ForbiddenKeys' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, DefaultTitleColor) == 0x000400, "Member 'UUI_BP_InputActionAlt_Row_C::DefaultTitleColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, NoBindingTitleColor) == 0x000428, "Member 'UUI_BP_InputActionAlt_Row_C::NoBindingTitleColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, InputHovered) == 0x000450, "Member 'UUI_BP_InputActionAlt_Row_C::InputHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, InputUnhovered) == 0x000460, "Member 'UUI_BP_InputActionAlt_Row_C::InputUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputActionAlt_Row_C, LastHoveredInputAction) == 0x000470, "Member 'UUI_BP_InputActionAlt_Row_C::LastHoveredInputAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AOE_Blink_C \ static_assert(alignof(ABP_AOE_Blink_C) == 0x000008, "Wrong alignment on ABP_AOE_Blink_C"); \ static_assert(sizeof(ABP_AOE_Blink_C) == 0x000438, "Wrong size on ABP_AOE_Blink_C"); \ static_assert(offsetof(ABP_AOE_Blink_C, DefaultSceneRoot) == 0x000430, "Member 'ABP_AOE_Blink_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem \ static_assert(alignof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem) == 0x000008, "Wrong alignment on UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem"); \ static_assert(sizeof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem) == 0x0000F0, "Wrong size on UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, EntryPoint) == 0x000000, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, Temp_byte_Variable) == 0x000004, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, Temp_bool_Variable) == 0x000005, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, K2Node_Event_ButtonString) == 0x000008, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::K2Node_Event_ButtonString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, K2Node_Event_TextString) == 0x000018, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::K2Node_Event_TextString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, K2Node_Event_TextStringIsLocalized) == 0x000028, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::K2Node_Event_TextStringIsLocalized' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, K2Node_Event_ProgressUsed) == 0x000029, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::K2Node_Event_ProgressUsed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x00002A, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x00002B, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, K2Node_Event_Progress) == 0x00002C, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::K2Node_Event_Progress' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000030, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, K2Node_Event_Disabled) == 0x000038, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::K2Node_Event_Disabled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, CallFunc_EvalCurve_Value) == 0x00003C, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::CallFunc_EvalCurve_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, K2Node_Event_InColor) == 0x000040, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::K2Node_Event_InColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, K2Node_Event_UsedInputDevice) == 0x000068, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::K2Node_Event_UsedInputDevice' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000070, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, Temp_float_Variable) == 0x000078, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, Temp_float_Variable_1) == 0x00007C, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, K2Node_Event_IsDesignTime) == 0x000080, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, K2Node_MakeStruct_SlateFontInfo) == 0x000088, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, CallFunc_IsValid_ReturnValue) == 0x0000E0, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, CallFunc_IsValid_ReturnValue_1) == 0x0000E1, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, CallFunc_IsValid_ReturnValue_2) == 0x0000E2, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, Temp_bool_Variable_1) == 0x0000E3, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, Temp_byte_Variable_1) == 0x0000E4, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, K2Node_Select_Default) == 0x0000E8, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem, K2Node_Select_Default_1) == 0x0000EC, "Member 'UI_BP_LegendItem_C_ExecuteUbergraph_UI_BP_LegendItem::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendItem_C_PreConstruct \ static_assert(alignof(UI_BP_LegendItem_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_LegendItem_C_PreConstruct"); \ static_assert(sizeof(UI_BP_LegendItem_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_LegendItem_C_PreConstruct"); \ static_assert(offsetof(UI_BP_LegendItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_LegendItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendItem_C_UpdateFillMeterStyle \ static_assert(alignof(UI_BP_LegendItem_C_UpdateFillMeterStyle) == 0x000001, "Wrong alignment on UI_BP_LegendItem_C_UpdateFillMeterStyle"); \ static_assert(sizeof(UI_BP_LegendItem_C_UpdateFillMeterStyle) == 0x000001, "Wrong size on UI_BP_LegendItem_C_UpdateFillMeterStyle"); \ static_assert(offsetof(UI_BP_LegendItem_C_UpdateFillMeterStyle, UsedInputDevice) == 0x000000, "Member 'UI_BP_LegendItem_C_UpdateFillMeterStyle::UsedInputDevice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendItem_C_SetTextColor \ static_assert(alignof(UI_BP_LegendItem_C_SetTextColor) == 0x000008, "Wrong alignment on UI_BP_LegendItem_C_SetTextColor"); \ static_assert(sizeof(UI_BP_LegendItem_C_SetTextColor) == 0x000028, "Wrong size on UI_BP_LegendItem_C_SetTextColor"); \ static_assert(offsetof(UI_BP_LegendItem_C_SetTextColor, InColor) == 0x000000, "Member 'UI_BP_LegendItem_C_SetTextColor::InColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendItem_C_DisabledStateChanged \ static_assert(alignof(UI_BP_LegendItem_C_DisabledStateChanged) == 0x000001, "Wrong alignment on UI_BP_LegendItem_C_DisabledStateChanged"); \ static_assert(sizeof(UI_BP_LegendItem_C_DisabledStateChanged) == 0x000001, "Wrong size on UI_BP_LegendItem_C_DisabledStateChanged"); \ static_assert(offsetof(UI_BP_LegendItem_C_DisabledStateChanged, Disabled) == 0x000000, "Member 'UI_BP_LegendItem_C_DisabledStateChanged::Disabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendItem_C_ProgressChanged \ static_assert(alignof(UI_BP_LegendItem_C_ProgressChanged) == 0x000004, "Wrong alignment on UI_BP_LegendItem_C_ProgressChanged"); \ static_assert(sizeof(UI_BP_LegendItem_C_ProgressChanged) == 0x000004, "Wrong size on UI_BP_LegendItem_C_ProgressChanged"); \ static_assert(offsetof(UI_BP_LegendItem_C_ProgressChanged, progress) == 0x000000, "Member 'UI_BP_LegendItem_C_ProgressChanged::progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendItem_C_ProgressUsedChanged \ static_assert(alignof(UI_BP_LegendItem_C_ProgressUsedChanged) == 0x000001, "Wrong alignment on UI_BP_LegendItem_C_ProgressUsedChanged"); \ static_assert(sizeof(UI_BP_LegendItem_C_ProgressUsedChanged) == 0x000001, "Wrong size on UI_BP_LegendItem_C_ProgressUsedChanged"); \ static_assert(offsetof(UI_BP_LegendItem_C_ProgressUsedChanged, ProgressUsed) == 0x000000, "Member 'UI_BP_LegendItem_C_ProgressUsedChanged::ProgressUsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendItem_C_LegendItemDataChanged \ static_assert(alignof(UI_BP_LegendItem_C_LegendItemDataChanged) == 0x000008, "Wrong alignment on UI_BP_LegendItem_C_LegendItemDataChanged"); \ static_assert(sizeof(UI_BP_LegendItem_C_LegendItemDataChanged) == 0x000028, "Wrong size on UI_BP_LegendItem_C_LegendItemDataChanged"); \ static_assert(offsetof(UI_BP_LegendItem_C_LegendItemDataChanged, ButtonString) == 0x000000, "Member 'UI_BP_LegendItem_C_LegendItemDataChanged::ButtonString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_LegendItemDataChanged, TextString_0) == 0x000010, "Member 'UI_BP_LegendItem_C_LegendItemDataChanged::TextString_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_LegendItemDataChanged, TextStringIsLocalized) == 0x000020, "Member 'UI_BP_LegendItem_C_LegendItemDataChanged::TextStringIsLocalized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendItem_C_SwapFillMaterials \ static_assert(alignof(UI_BP_LegendItem_C_SwapFillMaterials) == 0x000008, "Wrong alignment on UI_BP_LegendItem_C_SwapFillMaterials"); \ static_assert(sizeof(UI_BP_LegendItem_C_SwapFillMaterials) == 0x000028, "Wrong size on UI_BP_LegendItem_C_SwapFillMaterials"); \ static_assert(offsetof(UI_BP_LegendItem_C_SwapFillMaterials, Selection) == 0x000000, "Member 'UI_BP_LegendItem_C_SwapFillMaterials::Selection' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_SwapFillMaterials, CurrentAlpha) == 0x000004, "Member 'UI_BP_LegendItem_C_SwapFillMaterials::CurrentAlpha' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_SwapFillMaterials, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'UI_BP_LegendItem_C_SwapFillMaterials::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_SwapFillMaterials, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000010, "Member 'UI_BP_LegendItem_C_SwapFillMaterials::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_SwapFillMaterials, CallFunc_IsPCPlatform_ReturnValue) == 0x000018, "Member 'UI_BP_LegendItem_C_SwapFillMaterials::CallFunc_IsPCPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_SwapFillMaterials, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x00001C, "Member 'UI_BP_LegendItem_C_SwapFillMaterials::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_SwapFillMaterials, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000020, "Member 'UI_BP_LegendItem_C_SwapFillMaterials::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendItem_C_SetDynamicPadding \ static_assert(alignof(UI_BP_LegendItem_C_SetDynamicPadding) == 0x000008, "Wrong alignment on UI_BP_LegendItem_C_SetDynamicPadding"); \ static_assert(sizeof(UI_BP_LegendItem_C_SetDynamicPadding) == 0x000070, "Wrong size on UI_BP_LegendItem_C_SetDynamicPadding"); \ static_assert(offsetof(UI_BP_LegendItem_C_SetDynamicPadding, K2Node_MakeStruct_Margin) == 0x000000, "Member 'UI_BP_LegendItem_C_SetDynamicPadding::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_SetDynamicPadding, CallFunc_GetLegendItemData_ReturnValue) == 0x000010, "Member 'UI_BP_LegendItem_C_SetDynamicPadding::CallFunc_GetLegendItemData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_SetDynamicPadding, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000040, "Member 'UI_BP_LegendItem_C_SetDynamicPadding::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_SetDynamicPadding, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000048, "Member 'UI_BP_LegendItem_C_SetDynamicPadding::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_SetDynamicPadding, CallFunc_FClamp_ReturnValue) == 0x00004C, "Member 'UI_BP_LegendItem_C_SetDynamicPadding::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_SetDynamicPadding, CallFunc_SlotAsOverlaySlot_ReturnValue_1) == 0x000050, "Member 'UI_BP_LegendItem_C_SetDynamicPadding::CallFunc_SlotAsOverlaySlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_SetDynamicPadding, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000058, "Member 'UI_BP_LegendItem_C_SetDynamicPadding::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_SetDynamicPadding, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00005C, "Member 'UI_BP_LegendItem_C_SetDynamicPadding::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_SetDynamicPadding, K2Node_MakeStruct_Margin_1) == 0x000060, "Member 'UI_BP_LegendItem_C_SetDynamicPadding::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendItem_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_LegendItem_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_LegendItem_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_LegendItem_C_GatherMenuReaderStrings) == 0x0000A0, "Wrong size on UI_BP_LegendItem_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000060, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_1) == 0x000061, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000062, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000063, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_2) == 0x000064, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000065, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_3) == 0x000066, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x000067, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000068, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000088, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendItem_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000098, "Member 'UI_BP_LegendItem_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_LegendItem_C \ static_assert(alignof(UUI_BP_LegendItem_C) == 0x000008, "Wrong alignment on UUI_BP_LegendItem_C"); \ static_assert(sizeof(UUI_BP_LegendItem_C) == 0x000460, "Wrong size on UUI_BP_LegendItem_C"); \ static_assert(offsetof(UUI_BP_LegendItem_C, UberGraphFrame) == 0x000398, "Member 'UUI_BP_LegendItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LegendItem_C, ButtonBG) == 0x0003A0, "Member 'UUI_BP_LegendItem_C::ButtonBG' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LegendItem_C, ButtonText) == 0x0003A8, "Member 'UUI_BP_LegendItem_C::ButtonText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LegendItem_C, ProgressBG) == 0x0003B0, "Member 'UUI_BP_LegendItem_C::ProgressBG' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LegendItem_C, ProgressFill) == 0x0003B8, "Member 'UUI_BP_LegendItem_C::ProgressFill' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LegendItem_C, TextString) == 0x0003C0, "Member 'UUI_BP_LegendItem_C::TextString' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LegendItem_C, ProgressCurve) == 0x0003C8, "Member 'UUI_BP_LegendItem_C::ProgressCurve' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LegendItem_C, ButtonFontSize) == 0x000450, "Member 'UUI_BP_LegendItem_C::ButtonFontSize' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LegendItem_C, baseButtonPadding) == 0x000454, "Member 'UUI_BP_LegendItem_C::baseButtonPadding' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LegendItem_C, ImageSizeMin) == 0x000458, "Member 'UUI_BP_LegendItem_C::ImageSizeMin' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LegendItem_C, ImageSizeMax) == 0x00045C, "Member 'UUI_BP_LegendItem_C::ImageSizeMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputAxisAlt_Row_C_ExecuteUbergraph_UI_BP_InputAxisAlt_Row \ static_assert(alignof(UI_BP_InputAxisAlt_Row_C_ExecuteUbergraph_UI_BP_InputAxisAlt_Row) == 0x000004, "Wrong alignment on UI_BP_InputAxisAlt_Row_C_ExecuteUbergraph_UI_BP_InputAxisAlt_Row"); \ static_assert(sizeof(UI_BP_InputAxisAlt_Row_C_ExecuteUbergraph_UI_BP_InputAxisAlt_Row) == 0x000004, "Wrong size on UI_BP_InputAxisAlt_Row_C_ExecuteUbergraph_UI_BP_InputAxisAlt_Row"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_ExecuteUbergraph_UI_BP_InputAxisAlt_Row, EntryPoint) == 0x000000, "Member 'UI_BP_InputAxisAlt_Row_C_ExecuteUbergraph_UI_BP_InputAxisAlt_Row::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputAxisAlt_Row_C_SetRebindingFlair \ static_assert(alignof(UI_BP_InputAxisAlt_Row_C_SetRebindingFlair) == 0x000008, "Wrong alignment on UI_BP_InputAxisAlt_Row_C_SetRebindingFlair"); \ static_assert(sizeof(UI_BP_InputAxisAlt_Row_C_SetRebindingFlair) == 0x000038, "Wrong size on UI_BP_InputAxisAlt_Row_C_SetRebindingFlair"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_SetRebindingFlair, IsRebinding) == 0x000000, "Member 'UI_BP_InputAxisAlt_Row_C_SetRebindingFlair::IsRebinding' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_SetRebindingFlair, HighlightColor) == 0x000004, "Member 'UI_BP_InputAxisAlt_Row_C_SetRebindingFlair::HighlightColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_SetRebindingFlair, DefaultColor) == 0x000014, "Member 'UI_BP_InputAxisAlt_Row_C_SetRebindingFlair::DefaultColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_SetRebindingFlair, CallFunc_PlayAnimationForward_ReturnValue) == 0x000028, "Member 'UI_BP_InputAxisAlt_Row_C_SetRebindingFlair::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_SetRebindingFlair, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000030, "Member 'UI_BP_InputAxisAlt_Row_C_SetRebindingFlair::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputAxisAlt_Row_C_HandleClicked \ static_assert(alignof(UI_BP_InputAxisAlt_Row_C_HandleClicked) == 0x000008, "Wrong alignment on UI_BP_InputAxisAlt_Row_C_HandleClicked"); \ static_assert(sizeof(UI_BP_InputAxisAlt_Row_C_HandleClicked) == 0x000010, "Wrong size on UI_BP_InputAxisAlt_Row_C_HandleClicked"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_HandleClicked, IsPrimary) == 0x000000, "Member 'UI_BP_InputAxisAlt_Row_C_HandleClicked::IsPrimary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_HandleClicked, InputAxis) == 0x000008, "Member 'UI_BP_InputAxisAlt_Row_C_HandleClicked::InputAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputAxisAlt_Row_C_HandleHovered \ static_assert(alignof(UI_BP_InputAxisAlt_Row_C_HandleHovered) == 0x000008, "Wrong alignment on UI_BP_InputAxisAlt_Row_C_HandleHovered"); \ static_assert(sizeof(UI_BP_InputAxisAlt_Row_C_HandleHovered) == 0x000010, "Wrong size on UI_BP_InputAxisAlt_Row_C_HandleHovered"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_HandleHovered, IsPrimary) == 0x000000, "Member 'UI_BP_InputAxisAlt_Row_C_HandleHovered::IsPrimary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_HandleHovered, InputAxis) == 0x000008, "Member 'UI_BP_InputAxisAlt_Row_C_HandleHovered::InputAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputAxisAlt_Row_C_HandleUnhovered \ static_assert(alignof(UI_BP_InputAxisAlt_Row_C_HandleUnhovered) == 0x000008, "Wrong alignment on UI_BP_InputAxisAlt_Row_C_HandleUnhovered"); \ static_assert(sizeof(UI_BP_InputAxisAlt_Row_C_HandleUnhovered) == 0x000010, "Wrong size on UI_BP_InputAxisAlt_Row_C_HandleUnhovered"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_HandleUnhovered, IsPrimary) == 0x000000, "Member 'UI_BP_InputAxisAlt_Row_C_HandleUnhovered::IsPrimary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_HandleUnhovered, InputAxis) == 0x000008, "Member 'UI_BP_InputAxisAlt_Row_C_HandleUnhovered::InputAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputAxisAlt_Row_C_UpdateTelemetry \ static_assert(alignof(UI_BP_InputAxisAlt_Row_C_UpdateTelemetry) == 0x000008, "Wrong alignment on UI_BP_InputAxisAlt_Row_C_UpdateTelemetry"); \ static_assert(sizeof(UI_BP_InputAxisAlt_Row_C_UpdateTelemetry) == 0x000078, "Wrong size on UI_BP_InputAxisAlt_Row_C_UpdateTelemetry"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateTelemetry, IsPrimary) == 0x000000, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateTelemetry::IsPrimary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateTelemetry, CallFunc_KeyToString_ReturnValue) == 0x000008, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateTelemetry::CallFunc_KeyToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateTelemetry, CallFunc_Conv_NameToString_ReturnValue) == 0x000018, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateTelemetry::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateTelemetry, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateTelemetry::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateTelemetry, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateTelemetry::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateTelemetry, CallFunc_KeyToString_ReturnValue_1) == 0x000048, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateTelemetry::CallFunc_KeyToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateTelemetry, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateTelemetry::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateTelemetry, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000068, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateTelemetry::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputAxisAlt_Row_C_Rebuild_Row \ static_assert(alignof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row) == 0x000008, "Wrong alignment on UI_BP_InputAxisAlt_Row_C_Rebuild_Row"); \ static_assert(sizeof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row) == 0x0000F8, "Wrong size on UI_BP_InputAxisAlt_Row_C_Rebuild_Row"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, CallFunc_Array_Contains_ReturnValue) == 0x000020, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000034, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, CallFunc_Conv_NameToString_ReturnValue) == 0x000038, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, K2Node_CreateDelegate_OutputDelegate_3) == 0x000058, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, K2Node_CreateDelegate_OutputDelegate_4) == 0x000068, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, K2Node_CreateDelegate_OutputDelegate_5) == 0x000078, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, CallFunc_Array_Contains_ReturnValue_1) == 0x000088, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000090, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, CallFunc_Array_Contains_ReturnValue_2) == 0x0000A0, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::CallFunc_Array_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000B8, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, CallFunc_Conv_NameToString_ReturnValue_2) == 0x0000C8, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::CallFunc_Conv_NameToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000D8, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_Rebuild_Row, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000E8, "Member 'UI_BP_InputAxisAlt_Row_C_Rebuild_Row::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputAxisAlt_Row_C_UpdateConflictState \ static_assert(alignof(UI_BP_InputAxisAlt_Row_C_UpdateConflictState) == 0x000008, "Wrong alignment on UI_BP_InputAxisAlt_Row_C_UpdateConflictState"); \ static_assert(sizeof(UI_BP_InputAxisAlt_Row_C_UpdateConflictState) == 0x000040, "Wrong size on UI_BP_InputAxisAlt_Row_C_UpdateConflictState"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateConflictState, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateConflictState::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateConflictState, Temp_bool_Variable_1) == 0x000001, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateConflictState::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateConflictState, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateConflictState::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateConflictState, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateConflictState::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateConflictState, K2Node_MakeStruct_DataTableRowHandle) == 0x000008, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateConflictState::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateConflictState, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000018, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateConflictState::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateConflictState, CallFunc_Key_IsValid_ReturnValue) == 0x000028, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateConflictState::CallFunc_Key_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateConflictState, CallFunc_Key_IsValid_ReturnValue_1) == 0x000029, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateConflictState::CallFunc_Key_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateConflictState, CallFunc_Key_IsValid_ReturnValue_2) == 0x00002A, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateConflictState::CallFunc_Key_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateConflictState, CallFunc_BooleanOR_ReturnValue) == 0x00002B, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateConflictState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateConflictState, CallFunc_BooleanOR_ReturnValue_1) == 0x00002C, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateConflictState::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateConflictState, K2Node_Select_Default) == 0x00002D, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateConflictState::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_UpdateConflictState, K2Node_Select_Default_1) == 0x000030, "Member 'UI_BP_InputAxisAlt_Row_C_UpdateConflictState::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings) == 0x000088, "Wrong size on UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x000048, "Member 'UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000058, "Member 'UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000070, "Member 'UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'UI_BP_InputAxisAlt_Row_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_InputAxisAlt_Row_C \ static_assert(alignof(UUI_BP_InputAxisAlt_Row_C) == 0x000008, "Wrong alignment on UUI_BP_InputAxisAlt_Row_C"); \ static_assert(sizeof(UUI_BP_InputAxisAlt_Row_C) == 0x0004C0, "Wrong size on UUI_BP_InputAxisAlt_Row_C"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_InputAxisAlt_Row_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, OnInputAxisSelected) == 0x000330, "Member 'UUI_BP_InputAxisAlt_Row_C::OnInputAxisSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, OnInputAxisHovered) == 0x000338, "Member 'UUI_BP_InputAxisAlt_Row_C::OnInputAxisHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, ActionNameBox) == 0x000340, "Member 'UUI_BP_InputAxisAlt_Row_C::ActionNameBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, AlternativeInput) == 0x000348, "Member 'UUI_BP_InputAxisAlt_Row_C::AlternativeInput' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, NoBindingIcon) == 0x000350, "Member 'UUI_BP_InputAxisAlt_Row_C::NoBindingIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, PrimaryInput) == 0x000358, "Member 'UUI_BP_InputAxisAlt_Row_C::PrimaryInput' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, Primary) == 0x000360, "Member 'UUI_BP_InputAxisAlt_Row_C::Primary' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, FakeLockedPrimary) == 0x000398, "Member 'UUI_BP_InputAxisAlt_Row_C::FakeLockedPrimary' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, Alternative) == 0x0003D0, "Member 'UUI_BP_InputAxisAlt_Row_C::Alternative' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, AxisName) == 0x000408, "Member 'UUI_BP_InputAxisAlt_Row_C::AxisName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, IsBiDirectionalAxis) == 0x000410, "Member 'UUI_BP_InputAxisAlt_Row_C::IsBiDirectionalAxis' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, IsPositiveAxis) == 0x000411, "Member 'UUI_BP_InputAxisAlt_Row_C::IsPositiveAxis' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, InputClicked) == 0x000418, "Member 'UUI_BP_InputAxisAlt_Row_C::InputClicked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, GroupName) == 0x000428, "Member 'UUI_BP_InputAxisAlt_Row_C::GroupName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, ForbiddenKeys) == 0x000430, "Member 'UUI_BP_InputAxisAlt_Row_C::ForbiddenKeys' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, TitleTextKey) == 0x000440, "Member 'UUI_BP_InputAxisAlt_Row_C::TitleTextKey' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, DefaultTitleColor) == 0x000450, "Member 'UUI_BP_InputAxisAlt_Row_C::DefaultTitleColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, NoBindingTitleColor) == 0x000478, "Member 'UUI_BP_InputAxisAlt_Row_C::NoBindingTitleColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, InputHovered) == 0x0004A0, "Member 'UUI_BP_InputAxisAlt_Row_C::InputHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputAxisAlt_Row_C, InputUnhovered) == 0x0004B0, "Member 'UUI_BP_InputAxisAlt_Row_C::InputUnhovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar) == 0x000168, "Wrong size on UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, EntryPoint) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, Temp_int_Array_Index_Variable) == 0x000004, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, K2Node_Event_Categories) == 0x000008, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::K2Node_Event_Categories' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, K2Node_Event_Index) == 0x00001C, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::K2Node_Event_Index' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, K2Node_Event_NewOwner) == 0x000020, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::K2Node_Event_NewOwner' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, K2Node_Event_Parent) == 0x000028, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_GetPlayerPawn_ReturnValue) == 0x000030, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, K2Node_Event_IsDesignTime) == 0x000040, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Array_Length_ReturnValue_1) == 0x000048, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, Temp_int_Loop_Counter_Variable_1) == 0x000054, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Add_IntInt_ReturnValue_1) == 0x000058, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, Temp_int_Array_Index_Variable_1) == 0x00005C, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, K2Node_MakeStruct_Margin) == 0x000060, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Array_Get_Item) == 0x000070, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, K2Node_Event_hoveredButton_1) == 0x000088, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::K2Node_Event_hoveredButton_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_GetChildIndex_ReturnValue) == 0x000090, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_GetChildIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_PostEventAtLocation_ReturnValue) == 0x000094, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, K2Node_Event_hoveredButton) == 0x000098, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::K2Node_Event_hoveredButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_GetChildIndex_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_GetChildIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, Temp_int_Array_Index_Variable_2) == 0x0000A4, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Conv_TextToString_ReturnValue) == 0x0000C0, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, K2Node_Event_SelectedCategory) == 0x0000D0, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::K2Node_Event_SelectedCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_GoToCategory_CategoryChanged) == 0x0000D4, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_GoToCategory_CategoryChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Array_Get_Item_2) == 0x0000D8, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Array_Length_ReturnValue_2) == 0x0000F0, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000F8, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Less_IntInt_ReturnValue_1) == 0x000108, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Conv_StringToName_ReturnValue) == 0x00010C, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, Temp_int_Loop_Counter_Variable_2) == 0x000114, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_GetUIManagerPure_ReturnValue) == 0x000118, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_GetNewIndicatorCategory_NewIndicatorItems) == 0x000120, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_GetNewIndicatorCategory_NewIndicatorItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Less_IntInt_ReturnValue_2) == 0x000130, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Array_Length_ReturnValue_3) == 0x000134, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Greater_IntInt_ReturnValue) == 0x000138, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Add_IntInt_ReturnValue_2) == 0x00013C, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, K2Node_CustomEvent_SelectedCategory) == 0x000140, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::K2Node_CustomEvent_SelectedCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Create_ReturnValue) == 0x000148, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_Array_Add_ReturnValue) == 0x000150, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000158, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar, CallFunc_GoToCategory_CategoryChanged_1) == 0x000160, "Member 'UI_BP_FG_CategoryNavBar_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBar::CallFunc_GoToCategory_CategoryChanged_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_SelectCategory \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_SelectCategory) == 0x000004, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_SelectCategory"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_SelectCategory) == 0x000004, "Wrong size on UI_BP_FG_CategoryNavBar_C_SelectCategory"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_SelectCategory, SelectedCategory) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_SelectCategory::SelectedCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_OnClick \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_OnClick) == 0x000004, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_OnClick"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_OnClick) == 0x000004, "Wrong size on UI_BP_FG_CategoryNavBar_C_OnClick"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_OnClick, SelectedCategory) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_OnClick::SelectedCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_OnUnhover \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_OnUnhover) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_OnUnhover"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_OnUnhover) == 0x000008, "Wrong size on UI_BP_FG_CategoryNavBar_C_OnUnhover"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_OnUnhover, hoveredButton) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_OnUnhover::hoveredButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_OnHover \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_OnHover) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_OnHover"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_OnHover) == 0x000008, "Wrong size on UI_BP_FG_CategoryNavBar_C_OnHover"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_OnHover, hoveredButton) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_OnHover::hoveredButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_PreConstruct \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_PreConstruct"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_FG_CategoryNavBar_C_PreConstruct"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_SetParent \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_SetParent) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_SetParent"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_SetParent) == 0x000008, "Wrong size on UI_BP_FG_CategoryNavBar_C_SetParent"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_SetParent, Parent) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_SetOwner \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_SetOwner) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_SetOwner"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_SetOwner) == 0x000008, "Wrong size on UI_BP_FG_CategoryNavBar_C_SetOwner"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_SetOwner, NewOwner) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_SetOwner::NewOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_SetCurCategoryIndex \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_SetCurCategoryIndex) == 0x000004, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_SetCurCategoryIndex"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_SetCurCategoryIndex) == 0x000004, "Wrong size on UI_BP_FG_CategoryNavBar_C_SetCurCategoryIndex"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_SetCurCategoryIndex, Index_0) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_SetCurCategoryIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_I_SetCategoryNames \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_I_SetCategoryNames) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_I_SetCategoryNames"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_I_SetCategoryNames) == 0x000010, "Wrong size on UI_BP_FG_CategoryNavBar_C_I_SetCategoryNames"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_I_SetCategoryNames, Categories) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_I_SetCategoryNames::Categories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_GoToCategory \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_GoToCategory) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_GoToCategory"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_GoToCategory) == 0x000048, "Wrong size on UI_BP_FG_CategoryNavBar_C_GoToCategory"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToCategory, NewCategoryIndex) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_GoToCategory::NewCategoryIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToCategory, CategoryChanged) == 0x000004, "Member 'UI_BP_FG_CategoryNavBar_C_GoToCategory::CategoryChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToCategory, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000005, "Member 'UI_BP_FG_CategoryNavBar_C_GoToCategory::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToCategory, CallFunc_GetChildAt_ReturnValue) == 0x000008, "Member 'UI_BP_FG_CategoryNavBar_C_GoToCategory::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToCategory, K2Node_DynamicCast_AsIcon_Button_Widget) == 0x000010, "Member 'UI_BP_FG_CategoryNavBar_C_GoToCategory::K2Node_DynamicCast_AsIcon_Button_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToCategory, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_FG_CategoryNavBar_C_GoToCategory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToCategory, CallFunc_SetState_ReturnValue) == 0x000019, "Member 'UI_BP_FG_CategoryNavBar_C_GoToCategory::CallFunc_SetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToCategory, CallFunc_PostEventAtLocation_ReturnValue) == 0x00001C, "Member 'UI_BP_FG_CategoryNavBar_C_GoToCategory::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToCategory, CallFunc_GetChildAt_ReturnValue_1) == 0x000020, "Member 'UI_BP_FG_CategoryNavBar_C_GoToCategory::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToCategory, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_FG_CategoryNavBar_C_GoToCategory::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToCategory, K2Node_DynamicCast_AsIcon_Button_Widget_1) == 0x000030, "Member 'UI_BP_FG_CategoryNavBar_C_GoToCategory::K2Node_DynamicCast_AsIcon_Button_Widget_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToCategory, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'UI_BP_FG_CategoryNavBar_C_GoToCategory::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToCategory, CallFunc_SetState_ReturnValue_1) == 0x000039, "Member 'UI_BP_FG_CategoryNavBar_C_GoToCategory::CallFunc_SetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToCategory, CallFunc_Array_LastIndex_ReturnValue) == 0x00003C, "Member 'UI_BP_FG_CategoryNavBar_C_GoToCategory::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToCategory, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000040, "Member 'UI_BP_FG_CategoryNavBar_C_GoToCategory::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToCategory, CallFunc_BooleanAND_ReturnValue) == 0x000041, "Member 'UI_BP_FG_CategoryNavBar_C_GoToCategory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_InitCategoryButtons \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_InitCategoryButtons) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_InitCategoryButtons"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_InitCategoryButtons) == 0x000020, "Wrong size on UI_BP_FG_CategoryNavBar_C_InitCategoryButtons"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_InitCategoryButtons, Temp_int_Array_Index_Variable) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_InitCategoryButtons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_InitCategoryButtons, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'UI_BP_FG_CategoryNavBar_C_InitCategoryButtons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_InitCategoryButtons, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_FG_CategoryNavBar_C_InitCategoryButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_InitCategoryButtons, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_FG_CategoryNavBar_C_InitCategoryButtons::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_InitCategoryButtons, CallFunc_Array_Get_Item) == 0x000010, "Member 'UI_BP_FG_CategoryNavBar_C_InitCategoryButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_InitCategoryButtons, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'UI_BP_FG_CategoryNavBar_C_InitCategoryButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_InitCategoryButtons, CallFunc_SetState_ReturnValue) == 0x00001C, "Member 'UI_BP_FG_CategoryNavBar_C_InitCategoryButtons::CallFunc_SetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_InitCategoryButtons, CallFunc_Less_IntInt_ReturnValue) == 0x00001D, "Member 'UI_BP_FG_CategoryNavBar_C_InitCategoryButtons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_GoToNextCategory \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_GoToNextCategory) == 0x000004, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_GoToNextCategory"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_GoToNextCategory) == 0x00001C, "Wrong size on UI_BP_FG_CategoryNavBar_C_GoToNextCategory"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToNextCategory, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_GoToNextCategory::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToNextCategory, Temp_int_Variable) == 0x000004, "Member 'UI_BP_FG_CategoryNavBar_C_GoToNextCategory::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToNextCategory, CallFunc_Array_LastIndex_ReturnValue) == 0x000008, "Member 'UI_BP_FG_CategoryNavBar_C_GoToNextCategory::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToNextCategory, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_FG_CategoryNavBar_C_GoToNextCategory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToNextCategory, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_FG_CategoryNavBar_C_GoToNextCategory::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToNextCategory, K2Node_Select_Default) == 0x000014, "Member 'UI_BP_FG_CategoryNavBar_C_GoToNextCategory::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToNextCategory, CallFunc_GoToCategory_CategoryChanged) == 0x000018, "Member 'UI_BP_FG_CategoryNavBar_C_GoToNextCategory::CallFunc_GoToCategory_CategoryChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_GoToPrevCategory \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_GoToPrevCategory) == 0x000004, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_GoToPrevCategory"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_GoToPrevCategory) == 0x000018, "Wrong size on UI_BP_FG_CategoryNavBar_C_GoToPrevCategory"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToPrevCategory, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_GoToPrevCategory::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToPrevCategory, CallFunc_Array_LastIndex_ReturnValue) == 0x000004, "Member 'UI_BP_FG_CategoryNavBar_C_GoToPrevCategory::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToPrevCategory, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_FG_CategoryNavBar_C_GoToPrevCategory::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToPrevCategory, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_FG_CategoryNavBar_C_GoToPrevCategory::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToPrevCategory, K2Node_Select_Default) == 0x000010, "Member 'UI_BP_FG_CategoryNavBar_C_GoToPrevCategory::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GoToPrevCategory, CallFunc_GoToCategory_CategoryChanged) == 0x000014, "Member 'UI_BP_FG_CategoryNavBar_C_GoToPrevCategory::CallFunc_GoToCategory_CategoryChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_GetIndexOfButton \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_GetIndexOfButton) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_GetIndexOfButton"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_GetIndexOfButton) == 0x000010, "Wrong size on UI_BP_FG_CategoryNavBar_C_GetIndexOfButton"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GetIndexOfButton, Button) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_GetIndexOfButton::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GetIndexOfButton, ReturnValue) == 0x000008, "Member 'UI_BP_FG_CategoryNavBar_C_GetIndexOfButton::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GetIndexOfButton, CallFunc_GetChildIndex_ReturnValue) == 0x00000C, "Member 'UI_BP_FG_CategoryNavBar_C_GetIndexOfButton::CallFunc_GetChildIndex_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_GetButtonByIndex \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_GetButtonByIndex) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_GetButtonByIndex"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_GetButtonByIndex) == 0x000018, "Wrong size on UI_BP_FG_CategoryNavBar_C_GetButtonByIndex"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GetButtonByIndex, Index_0) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_GetButtonByIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GetButtonByIndex, ReturnValue) == 0x000008, "Member 'UI_BP_FG_CategoryNavBar_C_GetButtonByIndex::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GetButtonByIndex, CallFunc_GetButton_Button) == 0x000010, "Member 'UI_BP_FG_CategoryNavBar_C_GetButtonByIndex::CallFunc_GetButton_Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_GetButton \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_GetButton) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_GetButton"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_GetButton) == 0x000018, "Wrong size on UI_BP_FG_CategoryNavBar_C_GetButton"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GetButton, ButtonIndex) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_GetButton::ButtonIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GetButton, Button) == 0x000008, "Member 'UI_BP_FG_CategoryNavBar_C_GetButton::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GetButton, CallFunc_Array_Get_Item) == 0x000010, "Member 'UI_BP_FG_CategoryNavBar_C_GetButton::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_SetCategoryNewIndicator \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_SetCategoryNewIndicator) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_SetCategoryNewIndicator"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_SetCategoryNewIndicator) == 0x000010, "Wrong size on UI_BP_FG_CategoryNavBar_C_SetCategoryNewIndicator"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_SetCategoryNewIndicator, IsNew) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_SetCategoryNewIndicator::IsNew' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_SetCategoryNewIndicator, CategoryIndex) == 0x000004, "Member 'UI_BP_FG_CategoryNavBar_C_SetCategoryNewIndicator::CategoryIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_SetCategoryNewIndicator, CallFunc_Array_Get_Item) == 0x000008, "Member 'UI_BP_FG_CategoryNavBar_C_SetCategoryNewIndicator::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBar_C_GetAsyncWrapperRenderSize \ static_assert(alignof(UI_BP_FG_CategoryNavBar_C_GetAsyncWrapperRenderSize) == 0x000004, "Wrong alignment on UI_BP_FG_CategoryNavBar_C_GetAsyncWrapperRenderSize"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBar_C_GetAsyncWrapperRenderSize) == 0x000008, "Wrong size on UI_BP_FG_CategoryNavBar_C_GetAsyncWrapperRenderSize"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBar_C_GetAsyncWrapperRenderSize, RenderSize) == 0x000000, "Member 'UI_BP_FG_CategoryNavBar_C_GetAsyncWrapperRenderSize::RenderSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FG_CategoryNavBar_C \ static_assert(alignof(UUI_BP_FG_CategoryNavBar_C) == 0x000008, "Wrong alignment on UUI_BP_FG_CategoryNavBar_C"); \ static_assert(sizeof(UUI_BP_FG_CategoryNavBar_C) == 0x000300, "Wrong size on UUI_BP_FG_CategoryNavBar_C"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBar_C, UberGraphFrame) == 0x000288, "Member 'UUI_BP_FG_CategoryNavBar_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBar_C, CategoryList) == 0x000290, "Member 'UUI_BP_FG_CategoryNavBar_C::CategoryList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBar_C, DownDpad) == 0x000298, "Member 'UUI_BP_FG_CategoryNavBar_C::DownDpad' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBar_C, NavBarDownButton) == 0x0002A0, "Member 'UUI_BP_FG_CategoryNavBar_C::NavBarDownButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBar_C, NavBarUpButton) == 0x0002A8, "Member 'UUI_BP_FG_CategoryNavBar_C::NavBarUpButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBar_C, CategoryButtons) == 0x0002B0, "Member 'UUI_BP_FG_CategoryNavBar_C::CategoryButtons' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBar_C, HoveredCategory) == 0x0002C0, "Member 'UUI_BP_FG_CategoryNavBar_C::HoveredCategory' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBar_C, Owner) == 0x0002D0, "Member 'UUI_BP_FG_CategoryNavBar_C::Owner' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBar_C, UnhoveredCategory) == 0x0002D8, "Member 'UUI_BP_FG_CategoryNavBar_C::UnhoveredCategory' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBar_C, ChangedCategory) == 0x0002E8, "Member 'UUI_BP_FG_CategoryNavBar_C::ChangedCategory' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBar_C, ShowCategoryNames) == 0x0002F8, "Member 'UUI_BP_FG_CategoryNavBar_C::ShowCategoryNames' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBar_C, ShowCategoryCount) == 0x0002F9, "Member 'UUI_BP_FG_CategoryNavBar_C::ShowCategoryCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBar_C, UsesCategoryNewIndicators) == 0x0002FA, "Member 'UUI_BP_FG_CategoryNavBar_C::UsesCategoryNewIndicators' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SavedGameButton_C_ExecuteUbergraph_UI_BP_SavedGameButton \ static_assert(alignof(UI_BP_SavedGameButton_C_ExecuteUbergraph_UI_BP_SavedGameButton) == 0x000008, "Wrong alignment on UI_BP_SavedGameButton_C_ExecuteUbergraph_UI_BP_SavedGameButton"); \ static_assert(sizeof(UI_BP_SavedGameButton_C_ExecuteUbergraph_UI_BP_SavedGameButton) == 0x000018, "Wrong size on UI_BP_SavedGameButton_C_ExecuteUbergraph_UI_BP_SavedGameButton"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_ExecuteUbergraph_UI_BP_SavedGameButton, EntryPoint) == 0x000000, "Member 'UI_BP_SavedGameButton_C_ExecuteUbergraph_UI_BP_SavedGameButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_ExecuteUbergraph_UI_BP_SavedGameButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_SavedGameButton_C_ExecuteUbergraph_UI_BP_SavedGameButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_ExecuteUbergraph_UI_BP_SavedGameButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_SavedGameButton_C_ExecuteUbergraph_UI_BP_SavedGameButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SavedGameButton_C_setButtonData \ static_assert(alignof(UI_BP_SavedGameButton_C_setButtonData) == 0x000008, "Wrong alignment on UI_BP_SavedGameButton_C_setButtonData"); \ static_assert(sizeof(UI_BP_SavedGameButton_C_setButtonData) == 0x000128, "Wrong size on UI_BP_SavedGameButton_C_setButtonData"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_setButtonData, SaveGameInfo) == 0x000000, "Member 'UI_BP_SavedGameButton_C_setButtonData::SaveGameInfo' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_setButtonData, MissionOrLocationFallbackKey) == 0x000078, "Member 'UI_BP_SavedGameButton_C_setButtonData::MissionOrLocationFallbackKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_setButtonData, Temp_bool_Variable) == 0x000088, "Member 'UI_BP_SavedGameButton_C_setButtonData::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_setButtonData, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x000089, "Member 'UI_BP_SavedGameButton_C_setButtonData::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_setButtonData, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'UI_BP_SavedGameButton_C_setButtonData::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_setButtonData, CallFunc_SelectTitleText_TitleText) == 0x0000A8, "Member 'UI_BP_SavedGameButton_C_setButtonData::CallFunc_SelectTitleText_TitleText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_setButtonData, CallFunc_PhoenixKeyExists_ReturnValue) == 0x0000B8, "Member 'UI_BP_SavedGameButton_C_setButtonData::CallFunc_PhoenixKeyExists_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_setButtonData, CallFunc_DateTimeFromString_Result) == 0x0000C0, "Member 'UI_BP_SavedGameButton_C_setButtonData::CallFunc_DateTimeFromString_Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_setButtonData, CallFunc_DateTimeFromString_ReturnValue) == 0x0000C8, "Member 'UI_BP_SavedGameButton_C_setButtonData::CallFunc_DateTimeFromString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_setButtonData, K2Node_Select_Default) == 0x0000D0, "Member 'UI_BP_SavedGameButton_C_setButtonData::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_setButtonData, CallFunc_GetLocalizedDateTimeText_ReturnValue) == 0x0000E0, "Member 'UI_BP_SavedGameButton_C_setButtonData::CallFunc_GetLocalizedDateTimeText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_setButtonData, CallFunc_GetDisplayedPlayTime_OutText) == 0x0000F8, "Member 'UI_BP_SavedGameButton_C_setButtonData::CallFunc_GetDisplayedPlayTime_OutText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_setButtonData, CallFunc_GetDisplayedPlayTime_ReturnValue) == 0x000110, "Member 'UI_BP_SavedGameButton_C_setButtonData::CallFunc_GetDisplayedPlayTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_setButtonData, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000118, "Member 'UI_BP_SavedGameButton_C_setButtonData::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SavedGameButton_C_GetFileName \ static_assert(alignof(UI_BP_SavedGameButton_C_GetFileName) == 0x000008, "Wrong alignment on UI_BP_SavedGameButton_C_GetFileName"); \ static_assert(sizeof(UI_BP_SavedGameButton_C_GetFileName) == 0x000010, "Wrong size on UI_BP_SavedGameButton_C_GetFileName"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GetFileName, Filename) == 0x000000, "Member 'UI_BP_SavedGameButton_C_GetFileName::Filename' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SavedGameButton_C_SelectTitleText \ static_assert(alignof(UI_BP_SavedGameButton_C_SelectTitleText) == 0x000008, "Wrong alignment on UI_BP_SavedGameButton_C_SelectTitleText"); \ static_assert(sizeof(UI_BP_SavedGameButton_C_SelectTitleText) == 0x000050, "Wrong size on UI_BP_SavedGameButton_C_SelectTitleText"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_SelectTitleText, MissionName) == 0x000000, "Member 'UI_BP_SavedGameButton_C_SelectTitleText::MissionName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_SelectTitleText, LocationName) == 0x000010, "Member 'UI_BP_SavedGameButton_C_SelectTitleText::LocationName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_SelectTitleText, FallbackKey) == 0x000020, "Member 'UI_BP_SavedGameButton_C_SelectTitleText::FallbackKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_SelectTitleText, TitleText) == 0x000030, "Member 'UI_BP_SavedGameButton_C_SelectTitleText::TitleText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_SelectTitleText, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000040, "Member 'UI_BP_SavedGameButton_C_SelectTitleText::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_SelectTitleText, CallFunc_PhoenixKeyExists_ReturnValue) == 0x000041, "Member 'UI_BP_SavedGameButton_C_SelectTitleText::CallFunc_PhoenixKeyExists_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_SelectTitleText, CallFunc_IsEmpty_ReturnValue) == 0x000042, "Member 'UI_BP_SavedGameButton_C_SelectTitleText::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_SelectTitleText, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000043, "Member 'UI_BP_SavedGameButton_C_SelectTitleText::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_SelectTitleText, CallFunc_BooleanOR_ReturnValue) == 0x000044, "Member 'UI_BP_SavedGameButton_C_SelectTitleText::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_SelectTitleText, CallFunc_PhoenixKeyExists_ReturnValue_1) == 0x000045, "Member 'UI_BP_SavedGameButton_C_SelectTitleText::CallFunc_PhoenixKeyExists_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_SelectTitleText, CallFunc_Not_PreBool_ReturnValue) == 0x000046, "Member 'UI_BP_SavedGameButton_C_SelectTitleText::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_SelectTitleText, CallFunc_IsEmpty_ReturnValue_1) == 0x000047, "Member 'UI_BP_SavedGameButton_C_SelectTitleText::CallFunc_IsEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_SelectTitleText, CallFunc_BooleanOR_ReturnValue_1) == 0x000048, "Member 'UI_BP_SavedGameButton_C_SelectTitleText::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_SelectTitleText, CallFunc_Not_PreBool_ReturnValue_1) == 0x000049, "Member 'UI_BP_SavedGameButton_C_SelectTitleText::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SavedGameButton_C_IsIntroSave \ static_assert(alignof(UI_BP_SavedGameButton_C_IsIntroSave) == 0x000008, "Wrong alignment on UI_BP_SavedGameButton_C_IsIntroSave"); \ static_assert(sizeof(UI_BP_SavedGameButton_C_IsIntroSave) == 0x000020, "Wrong size on UI_BP_SavedGameButton_C_IsIntroSave"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_IsIntroSave, bIsIntroSave) == 0x000000, "Member 'UI_BP_SavedGameButton_C_IsIntroSave::bIsIntroSave' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_IsIntroSave, CallFunc_ToLower_ReturnValue) == 0x000008, "Member 'UI_BP_SavedGameButton_C_IsIntroSave::CallFunc_ToLower_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_IsIntroSave, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000018, "Member 'UI_BP_SavedGameButton_C_IsIntroSave::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SavedGameButton_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_SavedGameButton_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings) == 0x000168, "Wrong size on UI_BP_SavedGameButton_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000060, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000064, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000068, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000070, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000088, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000098, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x0000A0, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000B8, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000C8, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0000D0, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0000E8, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x0000F8, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_4) == 0x000100, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x000118, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x000128, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_5) == 0x000130, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_5) == 0x000148, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_1) == 0x000158, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_5) == 0x00015C, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavedGameButton_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000160, "Member 'UI_BP_SavedGameButton_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_SavedGameButton_C \ static_assert(alignof(UUI_BP_SavedGameButton_C) == 0x000008, "Wrong alignment on UUI_BP_SavedGameButton_C"); \ static_assert(sizeof(UUI_BP_SavedGameButton_C) == 0x000490, "Wrong size on UUI_BP_SavedGameButton_C"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_SavedGameButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, OnHover) == 0x000330, "Member 'UUI_BP_SavedGameButton_C::OnHover' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, ShowHighlight) == 0x000338, "Member 'UUI_BP_SavedGameButton_C::ShowHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, ContentsBox) == 0x000340, "Member 'UUI_BP_SavedGameButton_C::ContentsBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, dateText) == 0x000348, "Member 'UUI_BP_SavedGameButton_C::dateText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, EmptySlotText) == 0x000350, "Member 'UUI_BP_SavedGameButton_C::EmptySlotText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, goldleafBorder) == 0x000358, "Member 'UUI_BP_SavedGameButton_C::goldleafBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, highlight) == 0x000360, "Member 'UUI_BP_SavedGameButton_C::highlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, MissionNameText) == 0x000368, "Member 'UUI_BP_SavedGameButton_C::MissionNameText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, placeText) == 0x000370, "Member 'UUI_BP_SavedGameButton_C::placeText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, PlayTimeText) == 0x000378, "Member 'UUI_BP_SavedGameButton_C::PlayTimeText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, SaveTypeText) == 0x000380, "Member 'UUI_BP_SavedGameButton_C::SaveTypeText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, SaveVersionText) == 0x000388, "Member 'UUI_BP_SavedGameButton_C::SaveVersionText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, TheButton) == 0x000390, "Member 'UUI_BP_SavedGameButton_C::TheButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, OnSavedButtonClicked) == 0x000398, "Member 'UUI_BP_SavedGameButton_C::OnSavedButtonClicked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, OnSavedButtonHover) == 0x0003A8, "Member 'UUI_BP_SavedGameButton_C::OnSavedButtonHover' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, OnSavedButtonUnhover) == 0x0003B8, "Member 'UUI_BP_SavedGameButton_C::OnSavedButtonUnhover' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, buttonImage) == 0x0003C8, "Member 'UUI_BP_SavedGameButton_C::buttonImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, SaveFileName) == 0x0003D8, "Member 'UUI_BP_SavedGameButton_C::SaveFileName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, SaveType) == 0x0003E8, "Member 'UUI_BP_SavedGameButton_C::SaveType' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, SaveInfo) == 0x0003F8, "Member 'UUI_BP_SavedGameButton_C::SaveInfo' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, OnSavedButtonPressed) == 0x000470, "Member 'UUI_BP_SavedGameButton_C::OnSavedButtonPressed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavedGameButton_C, OnSavedButtonReleased) == 0x000480, "Member 'UUI_BP_SavedGameButton_C::OnSavedButtonReleased' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TraitNote_C_ExecuteUbergraph_UI_BP_TraitNote \ static_assert(alignof(UI_BP_TraitNote_C_ExecuteUbergraph_UI_BP_TraitNote) == 0x000004, "Wrong alignment on UI_BP_TraitNote_C_ExecuteUbergraph_UI_BP_TraitNote"); \ static_assert(sizeof(UI_BP_TraitNote_C_ExecuteUbergraph_UI_BP_TraitNote) == 0x000008, "Wrong size on UI_BP_TraitNote_C_ExecuteUbergraph_UI_BP_TraitNote"); \ static_assert(offsetof(UI_BP_TraitNote_C_ExecuteUbergraph_UI_BP_TraitNote, EntryPoint) == 0x000000, "Member 'UI_BP_TraitNote_C_ExecuteUbergraph_UI_BP_TraitNote::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_ExecuteUbergraph_UI_BP_TraitNote, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_TraitNote_C_ExecuteUbergraph_UI_BP_TraitNote::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TraitNote_C_PreConstruct \ static_assert(alignof(UI_BP_TraitNote_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_TraitNote_C_PreConstruct"); \ static_assert(sizeof(UI_BP_TraitNote_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_TraitNote_C_PreConstruct"); \ static_assert(offsetof(UI_BP_TraitNote_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_TraitNote_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TraitNote_C_Set_TraitData \ static_assert(alignof(UI_BP_TraitNote_C_Set_TraitData) == 0x000008, "Wrong alignment on UI_BP_TraitNote_C_Set_TraitData"); \ static_assert(sizeof(UI_BP_TraitNote_C_Set_TraitData) == 0x000080, "Wrong size on UI_BP_TraitNote_C_Set_TraitData"); \ static_assert(offsetof(UI_BP_TraitNote_C_Set_TraitData, traitName) == 0x000000, "Member 'UI_BP_TraitNote_C_Set_TraitData::traitName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_Set_TraitData, traitTier_0) == 0x000010, "Member 'UI_BP_TraitNote_C_Set_TraitData::traitTier_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_Set_TraitData, tempTierText) == 0x000028, "Member 'UI_BP_TraitNote_C_Set_TraitData::tempTierText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_Set_TraitData, tempTraitDesc) == 0x000040, "Member 'UI_BP_TraitNote_C_Set_TraitData::tempTraitDesc' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_Set_TraitData, tempTraitIcon) == 0x000050, "Member 'UI_BP_TraitNote_C_Set_TraitData::tempTraitIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_Set_TraitData, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000060, "Member 'UI_BP_TraitNote_C_Set_TraitData::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_Set_TraitData, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000061, "Member 'UI_BP_TraitNote_C_Set_TraitData::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_Set_TraitData, CallFunc_BooleanOR_ReturnValue) == 0x000062, "Member 'UI_BP_TraitNote_C_Set_TraitData::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_Set_TraitData, CallFunc_Concat_StrStr_ReturnValue) == 0x000068, "Member 'UI_BP_TraitNote_C_Set_TraitData::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_Set_TraitData, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000078, "Member 'UI_BP_TraitNote_C_Set_TraitData::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TraitNote_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_TraitNote_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_TraitNote_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_TraitNote_C_GatherMenuReaderStrings) == 0x0000A0, "Wrong size on UI_BP_TraitNote_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_TraitNote_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_TraitNote_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_TraitNote_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_TraitNote_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_TraitNote_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000038, "Member 'UI_BP_TraitNote_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000039, "Member 'UI_BP_TraitNote_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'UI_BP_TraitNote_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_TraitNote_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000068, "Member 'UI_BP_TraitNote_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'UI_BP_TraitNote_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000088, "Member 'UI_BP_TraitNote_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TraitNote_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000098, "Member 'UI_BP_TraitNote_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_TraitNote_C \ static_assert(alignof(UUI_BP_TraitNote_C) == 0x000008, "Wrong alignment on UUI_BP_TraitNote_C"); \ static_assert(sizeof(UUI_BP_TraitNote_C) == 0x000358, "Wrong size on UUI_BP_TraitNote_C"); \ static_assert(offsetof(UUI_BP_TraitNote_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_TraitNote_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TraitNote_C, traitDesc_1) == 0x000330, "Member 'UUI_BP_TraitNote_C::traitDesc_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TraitNote_C, traitIcon) == 0x000338, "Member 'UUI_BP_TraitNote_C::traitIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TraitNote_C, traitTier) == 0x000340, "Member 'UUI_BP_TraitNote_C::traitTier' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TraitNote_C, traitTitle) == 0x000348, "Member 'UUI_BP_TraitNote_C::traitTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TraitNote_C, isInTooltip) == 0x000350, "Member 'UUI_BP_TraitNote_C::isInTooltip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_GamepadControls_C_ExecuteUbergraph_UI_BP_Settings_GamepadControls \ static_assert(alignof(UI_BP_Settings_GamepadControls_C_ExecuteUbergraph_UI_BP_Settings_GamepadControls) == 0x000008, "Wrong alignment on UI_BP_Settings_GamepadControls_C_ExecuteUbergraph_UI_BP_Settings_GamepadControls"); \ static_assert(sizeof(UI_BP_Settings_GamepadControls_C_ExecuteUbergraph_UI_BP_Settings_GamepadControls) == 0x000040, "Wrong size on UI_BP_Settings_GamepadControls_C_ExecuteUbergraph_UI_BP_Settings_GamepadControls"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_ExecuteUbergraph_UI_BP_Settings_GamepadControls, EntryPoint) == 0x000000, "Member 'UI_BP_Settings_GamepadControls_C_ExecuteUbergraph_UI_BP_Settings_GamepadControls::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_ExecuteUbergraph_UI_BP_Settings_GamepadControls, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_Settings_GamepadControls_C_ExecuteUbergraph_UI_BP_Settings_GamepadControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_ExecuteUbergraph_UI_BP_Settings_GamepadControls, K2Node_Event_IsDesignTime) == 0x000014, "Member 'UI_BP_Settings_GamepadControls_C_ExecuteUbergraph_UI_BP_Settings_GamepadControls::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_ExecuteUbergraph_UI_BP_Settings_GamepadControls, CallFunc_HermesBindEvent_Handle) == 0x000018, "Member 'UI_BP_Settings_GamepadControls_C_ExecuteUbergraph_UI_BP_Settings_GamepadControls::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_ExecuteUbergraph_UI_BP_Settings_GamepadControls, K2Node_MakeArray_Array) == 0x000028, "Member 'UI_BP_Settings_GamepadControls_C_ExecuteUbergraph_UI_BP_Settings_GamepadControls::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_ExecuteUbergraph_UI_BP_Settings_GamepadControls, K2Node_CustomEvent_Caller) == 0x000038, "Member 'UI_BP_Settings_GamepadControls_C_ExecuteUbergraph_UI_BP_Settings_GamepadControls::K2Node_CustomEvent_Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_GamepadControls_C_RefreshButtonCallouts \ static_assert(alignof(UI_BP_Settings_GamepadControls_C_RefreshButtonCallouts) == 0x000008, "Wrong alignment on UI_BP_Settings_GamepadControls_C_RefreshButtonCallouts"); \ static_assert(sizeof(UI_BP_Settings_GamepadControls_C_RefreshButtonCallouts) == 0x000008, "Wrong size on UI_BP_Settings_GamepadControls_C_RefreshButtonCallouts"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_RefreshButtonCallouts, Caller) == 0x000000, "Member 'UI_BP_Settings_GamepadControls_C_RefreshButtonCallouts::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_GamepadControls_C_PreConstruct \ static_assert(alignof(UI_BP_Settings_GamepadControls_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_Settings_GamepadControls_C_PreConstruct"); \ static_assert(sizeof(UI_BP_Settings_GamepadControls_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_Settings_GamepadControls_C_PreConstruct"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_Settings_GamepadControls_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_GamepadControls_C_InitControlCategories \ static_assert(alignof(UI_BP_Settings_GamepadControls_C_InitControlCategories) == 0x000008, "Wrong alignment on UI_BP_Settings_GamepadControls_C_InitControlCategories"); \ static_assert(sizeof(UI_BP_Settings_GamepadControls_C_InitControlCategories) == 0x000010, "Wrong size on UI_BP_Settings_GamepadControls_C_InitControlCategories"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_InitControlCategories, CallFunc_Array_Get_Item) == 0x000000, "Member 'UI_BP_Settings_GamepadControls_C_InitControlCategories::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_GamepadControls_C_SwitchCategories \ static_assert(alignof(UI_BP_Settings_GamepadControls_C_SwitchCategories) == 0x000008, "Wrong alignment on UI_BP_Settings_GamepadControls_C_SwitchCategories"); \ static_assert(sizeof(UI_BP_Settings_GamepadControls_C_SwitchCategories) == 0x000030, "Wrong size on UI_BP_Settings_GamepadControls_C_SwitchCategories"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SwitchCategories, Direction) == 0x000000, "Member 'UI_BP_Settings_GamepadControls_C_SwitchCategories::Direction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SwitchCategories, Temp_int_Variable) == 0x000004, "Member 'UI_BP_Settings_GamepadControls_C_SwitchCategories::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SwitchCategories, K2Node_SwitchInteger_CmpSuccess) == 0x000008, "Member 'UI_BP_Settings_GamepadControls_C_SwitchCategories::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SwitchCategories, Temp_int_Variable_1) == 0x00000C, "Member 'UI_BP_Settings_GamepadControls_C_SwitchCategories::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SwitchCategories, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_Settings_GamepadControls_C_SwitchCategories::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SwitchCategories, CallFunc_Array_Get_Item) == 0x000018, "Member 'UI_BP_Settings_GamepadControls_C_SwitchCategories::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SwitchCategories, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_Settings_GamepadControls_C_SwitchCategories::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SwitchCategories, CallFunc_Greater_IntInt_ReturnValue) == 0x000029, "Member 'UI_BP_Settings_GamepadControls_C_SwitchCategories::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SwitchCategories, CallFunc_Subtract_IntInt_ReturnValue) == 0x00002C, "Member 'UI_BP_Settings_GamepadControls_C_SwitchCategories::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_GamepadControls_C_UpdateGamepadImage \ static_assert(alignof(UI_BP_Settings_GamepadControls_C_UpdateGamepadImage) == 0x000008, "Wrong alignment on UI_BP_Settings_GamepadControls_C_UpdateGamepadImage"); \ static_assert(sizeof(UI_BP_Settings_GamepadControls_C_UpdateGamepadImage) == 0x000038, "Wrong size on UI_BP_Settings_GamepadControls_C_UpdateGamepadImage"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_UpdateGamepadImage, CallFunc_IsGamepadTypeConnected_ReturnValue) == 0x000000, "Member 'UI_BP_Settings_GamepadControls_C_UpdateGamepadImage::CallFunc_IsGamepadTypeConnected_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_UpdateGamepadImage, CallFunc_IsGamepadTypeConnected_ReturnValue_1) == 0x000001, "Member 'UI_BP_Settings_GamepadControls_C_UpdateGamepadImage::CallFunc_IsGamepadTypeConnected_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_UpdateGamepadImage, CallFunc_IsGamepadTypeConnected_ReturnValue_2) == 0x000002, "Member 'UI_BP_Settings_GamepadControls_C_UpdateGamepadImage::CallFunc_IsGamepadTypeConnected_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_UpdateGamepadImage, CallFunc_GetPlatformName_ReturnValue) == 0x000008, "Member 'UI_BP_Settings_GamepadControls_C_UpdateGamepadImage::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_UpdateGamepadImage, K2Node_SwitchString_CmpSuccess) == 0x000018, "Member 'UI_BP_Settings_GamepadControls_C_UpdateGamepadImage::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_UpdateGamepadImage, CallFunc_GetUIManagerPure_ReturnValue) == 0x000020, "Member 'UI_BP_Settings_GamepadControls_C_UpdateGamepadImage::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_UpdateGamepadImage, CallFunc_IsGamepadTypeConnected_ReturnValue_3) == 0x000028, "Member 'UI_BP_Settings_GamepadControls_C_UpdateGamepadImage::CallFunc_IsGamepadTypeConnected_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_UpdateGamepadImage, CallFunc_IsSteamRunningOnSteamDeck_ReturnValue) == 0x000029, "Member 'UI_BP_Settings_GamepadControls_C_UpdateGamepadImage::CallFunc_IsSteamRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_UpdateGamepadImage, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x00002A, "Member 'UI_BP_Settings_GamepadControls_C_UpdateGamepadImage::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_UpdateGamepadImage, CallFunc_AsyncFindIconTexture2D_ReturnValue_1) == 0x00002B, "Member 'UI_BP_Settings_GamepadControls_C_UpdateGamepadImage::CallFunc_AsyncFindIconTexture2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_UpdateGamepadImage, CallFunc_AsyncFindIconTexture2D_ReturnValue_2) == 0x00002C, "Member 'UI_BP_Settings_GamepadControls_C_UpdateGamepadImage::CallFunc_AsyncFindIconTexture2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_UpdateGamepadImage, CallFunc_AsyncFindIconTexture2D_ReturnValue_3) == 0x00002D, "Member 'UI_BP_Settings_GamepadControls_C_UpdateGamepadImage::CallFunc_AsyncFindIconTexture2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_UpdateGamepadImage, CallFunc_AsyncFindIconTexture2D_ReturnValue_4) == 0x00002E, "Member 'UI_BP_Settings_GamepadControls_C_UpdateGamepadImage::CallFunc_AsyncFindIconTexture2D_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_UpdateGamepadImage, CallFunc_AsyncFindIconTexture2D_ReturnValue_5) == 0x00002F, "Member 'UI_BP_Settings_GamepadControls_C_UpdateGamepadImage::CallFunc_AsyncFindIconTexture2D_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_UpdateGamepadImage, CallFunc_AsyncFindIconTexture2D_ReturnValue_6) == 0x000030, "Member 'UI_BP_Settings_GamepadControls_C_UpdateGamepadImage::CallFunc_AsyncFindIconTexture2D_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_GamepadControls_C_RefreshLayout \ static_assert(alignof(UI_BP_Settings_GamepadControls_C_RefreshLayout) == 0x000001, "Wrong alignment on UI_BP_Settings_GamepadControls_C_RefreshLayout"); \ static_assert(sizeof(UI_BP_Settings_GamepadControls_C_RefreshLayout) == 0x000001, "Wrong size on UI_BP_Settings_GamepadControls_C_RefreshLayout"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_RefreshLayout, CallFunc_GetGamepadSouthpaw_ReturnValue) == 0x000000, "Member 'UI_BP_Settings_GamepadControls_C_RefreshLayout::CallFunc_GetGamepadSouthpaw_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_GamepadControls_C_SetGameplayLayout \ static_assert(alignof(UI_BP_Settings_GamepadControls_C_SetGameplayLayout) == 0x000008, "Wrong alignment on UI_BP_Settings_GamepadControls_C_SetGameplayLayout"); \ static_assert(sizeof(UI_BP_Settings_GamepadControls_C_SetGameplayLayout) == 0x000058, "Wrong size on UI_BP_Settings_GamepadControls_C_SetGameplayLayout"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetGameplayLayout, IsSouthpaw) == 0x000000, "Member 'UI_BP_Settings_GamepadControls_C_SetGameplayLayout::IsSouthpaw' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetGameplayLayout, K2Node_MakeStruct_Margin) == 0x000004, "Member 'UI_BP_Settings_GamepadControls_C_SetGameplayLayout::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetGameplayLayout, K2Node_MakeStruct_Margin_1) == 0x000014, "Member 'UI_BP_Settings_GamepadControls_C_SetGameplayLayout::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetGameplayLayout, K2Node_MakeStruct_Margin_2) == 0x000024, "Member 'UI_BP_Settings_GamepadControls_C_SetGameplayLayout::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetGameplayLayout, K2Node_MakeStruct_Margin_3) == 0x000034, "Member 'UI_BP_Settings_GamepadControls_C_SetGameplayLayout::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetGameplayLayout, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000048, "Member 'UI_BP_Settings_GamepadControls_C_SetGameplayLayout::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetGameplayLayout, CallFunc_SlotAsOverlaySlot_ReturnValue_1) == 0x000050, "Member 'UI_BP_Settings_GamepadControls_C_SetGameplayLayout::CallFunc_SlotAsOverlaySlot_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_GamepadControls_C_SetBroomLayout \ static_assert(alignof(UI_BP_Settings_GamepadControls_C_SetBroomLayout) == 0x000008, "Wrong alignment on UI_BP_Settings_GamepadControls_C_SetBroomLayout"); \ static_assert(sizeof(UI_BP_Settings_GamepadControls_C_SetBroomLayout) == 0x000058, "Wrong size on UI_BP_Settings_GamepadControls_C_SetBroomLayout"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetBroomLayout, IsSouthpaw) == 0x000000, "Member 'UI_BP_Settings_GamepadControls_C_SetBroomLayout::IsSouthpaw' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetBroomLayout, K2Node_MakeStruct_Margin) == 0x000004, "Member 'UI_BP_Settings_GamepadControls_C_SetBroomLayout::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetBroomLayout, K2Node_MakeStruct_Margin_1) == 0x000014, "Member 'UI_BP_Settings_GamepadControls_C_SetBroomLayout::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetBroomLayout, K2Node_MakeStruct_Margin_2) == 0x000024, "Member 'UI_BP_Settings_GamepadControls_C_SetBroomLayout::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetBroomLayout, K2Node_MakeStruct_Margin_3) == 0x000034, "Member 'UI_BP_Settings_GamepadControls_C_SetBroomLayout::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetBroomLayout, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000048, "Member 'UI_BP_Settings_GamepadControls_C_SetBroomLayout::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetBroomLayout, CallFunc_SlotAsOverlaySlot_ReturnValue_1) == 0x000050, "Member 'UI_BP_Settings_GamepadControls_C_SetBroomLayout::CallFunc_SlotAsOverlaySlot_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_GamepadControls_C_SetMountGroundLayout \ static_assert(alignof(UI_BP_Settings_GamepadControls_C_SetMountGroundLayout) == 0x000008, "Wrong alignment on UI_BP_Settings_GamepadControls_C_SetMountGroundLayout"); \ static_assert(sizeof(UI_BP_Settings_GamepadControls_C_SetMountGroundLayout) == 0x000058, "Wrong size on UI_BP_Settings_GamepadControls_C_SetMountGroundLayout"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetMountGroundLayout, IsSouthpaw) == 0x000000, "Member 'UI_BP_Settings_GamepadControls_C_SetMountGroundLayout::IsSouthpaw' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetMountGroundLayout, K2Node_MakeStruct_Margin) == 0x000004, "Member 'UI_BP_Settings_GamepadControls_C_SetMountGroundLayout::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetMountGroundLayout, K2Node_MakeStruct_Margin_1) == 0x000014, "Member 'UI_BP_Settings_GamepadControls_C_SetMountGroundLayout::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetMountGroundLayout, K2Node_MakeStruct_Margin_2) == 0x000024, "Member 'UI_BP_Settings_GamepadControls_C_SetMountGroundLayout::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetMountGroundLayout, K2Node_MakeStruct_Margin_3) == 0x000034, "Member 'UI_BP_Settings_GamepadControls_C_SetMountGroundLayout::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetMountGroundLayout, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000048, "Member 'UI_BP_Settings_GamepadControls_C_SetMountGroundLayout::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetMountGroundLayout, CallFunc_SlotAsOverlaySlot_ReturnValue_1) == 0x000050, "Member 'UI_BP_Settings_GamepadControls_C_SetMountGroundLayout::CallFunc_SlotAsOverlaySlot_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout \ static_assert(alignof(UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout) == 0x000008, "Wrong alignment on UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout"); \ static_assert(sizeof(UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout) == 0x000058, "Wrong size on UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout, IsSouthpaw) == 0x000000, "Member 'UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout::IsSouthpaw' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout, K2Node_MakeStruct_Margin) == 0x000004, "Member 'UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout, K2Node_MakeStruct_Margin_1) == 0x000014, "Member 'UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout, K2Node_MakeStruct_Margin_2) == 0x000024, "Member 'UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout, K2Node_MakeStruct_Margin_3) == 0x000034, "Member 'UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000048, "Member 'UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout, CallFunc_SlotAsOverlaySlot_ReturnValue_1) == 0x000050, "Member 'UI_BP_Settings_GamepadControls_C_SetMountFlyingLayout::CallFunc_SlotAsOverlaySlot_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings) == 0x0014A8, "Wrong size on UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000068, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000080, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x000090, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000B0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000C0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0000C8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0000E0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_4) == 0x0000F0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x000108, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x000110, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x000120, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_5) == 0x000128, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_5) == 0x000140, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_6) == 0x000150, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_5) == 0x000168, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_6) == 0x000170, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_6) == 0x000180, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_7) == 0x000188, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_7) == 0x0001A0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_8) == 0x0001B0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_7) == 0x0001C8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_8) == 0x0001D0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_8) == 0x0001E0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_9) == 0x0001E8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_9) == 0x000200, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_10) == 0x000210, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_9) == 0x000228, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_10) == 0x000230, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_10) == 0x000240, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_11) == 0x000248, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_11) == 0x000260, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_12) == 0x000270, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_11) == 0x000288, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_12) == 0x000290, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_12) == 0x0002A0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_13) == 0x0002A8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_13) == 0x0002C0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_14) == 0x0002D0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_13) == 0x0002E8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_14) == 0x0002F0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_14) == 0x000300, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_15) == 0x000308, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_15) == 0x000320, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_16) == 0x000330, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_15) == 0x000348, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_16) == 0x000350, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_16) == 0x000360, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_17) == 0x000368, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_17) == 0x000380, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_18) == 0x000390, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_17) == 0x0003A8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_18) == 0x0003B0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_18) == 0x0003C0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_19) == 0x0003C8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_19) == 0x0003E0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_20) == 0x0003F0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_19) == 0x000408, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_20) == 0x000410, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_20) == 0x000420, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_21) == 0x000428, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_21) == 0x000440, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_22) == 0x000450, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_21) == 0x000468, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_22) == 0x000470, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_22) == 0x000480, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_23) == 0x000488, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_23) == 0x0004A0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_24) == 0x0004B0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_23) == 0x0004C8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_24) == 0x0004D0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_24) == 0x0004E0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_25) == 0x0004E8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_25) == 0x000500, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_26) == 0x000510, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_25) == 0x000528, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_26) == 0x000530, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_26) == 0x000540, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_27) == 0x000548, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_27) == 0x000560, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_28) == 0x000570, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_27) == 0x000588, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_28) == 0x000590, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_28) == 0x0005A0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_29) == 0x0005A8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_29) == 0x0005C0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_30) == 0x0005D0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_29) == 0x0005E8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_30) == 0x0005F0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_30) == 0x000600, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_31) == 0x000608, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_31) == 0x000620, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_32) == 0x000630, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_31) == 0x000648, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_32) == 0x000650, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_32) == 0x000660, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_33) == 0x000668, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_33) == 0x000680, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_34) == 0x000690, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_33) == 0x0006A8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_34) == 0x0006B0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_34) == 0x0006C0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_35) == 0x0006C8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_35) == 0x0006E0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_36) == 0x0006F0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_35) == 0x000708, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_36) == 0x000710, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_36) == 0x000720, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_37) == 0x000728, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_37) == 0x000740, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_37) == 0x000750, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_38) == 0x000758, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_38) == 0x000770, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_38) == 0x000780, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_39) == 0x000788, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_39) == 0x0007A0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_39) == 0x0007B0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_40) == 0x0007B8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_40) == 0x0007D0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_41) == 0x0007E0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_40) == 0x0007F8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_41) == 0x000800, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_41) == 0x000810, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_42) == 0x000818, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_42) == 0x000830, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_43) == 0x000840, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_42) == 0x000858, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_43) == 0x000860, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_43) == 0x000870, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_44) == 0x000878, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_44) == 0x000890, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_45) == 0x0008A0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_44) == 0x0008B8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_45) == 0x0008C0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_45) == 0x0008D0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_46) == 0x0008D8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_46) == 0x0008F0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_47) == 0x000900, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_46) == 0x000918, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_47) == 0x000920, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_47) == 0x000930, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_48) == 0x000938, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_48) == 0x000950, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_49) == 0x000960, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_48) == 0x000978, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_49) == 0x000980, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_49) == 0x000990, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_50) == 0x000998, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_50) == 0x0009B0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_51) == 0x0009C0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_50) == 0x0009D8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_51) == 0x0009E0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_51) == 0x0009F0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_52) == 0x0009F8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_52) == 0x000A10, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_53) == 0x000A20, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_52) == 0x000A38, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_53) == 0x000A40, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_53) == 0x000A50, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_54) == 0x000A58, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_54) == 0x000A70, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_55) == 0x000A80, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_54) == 0x000A98, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_55) == 0x000AA0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_55) == 0x000AB0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_56) == 0x000AB8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_56) == 0x000AD0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_57) == 0x000AE0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_57) == 0x000AF8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_56) == 0x000B08, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_57) == 0x000B0C, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_58) == 0x000B10, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_59) == 0x000B28, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_58) == 0x000B40, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_59) == 0x000B50, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_58) == 0x000B60, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_59) == 0x000B64, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_60) == 0x000B68, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_61) == 0x000B80, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_60) == 0x000B98, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_61) == 0x000BA8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_60) == 0x000BB8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_61) == 0x000BBC, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_62) == 0x000BC0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_63) == 0x000BD8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_62) == 0x000BF0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_63) == 0x000C00, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_62) == 0x000C10, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_63) == 0x000C14, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_64) == 0x000C18, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_65) == 0x000C30, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_64) == 0x000C48, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_65) == 0x000C58, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_64) == 0x000C68, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_65) == 0x000C6C, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_66) == 0x000C70, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_67) == 0x000C88, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_66) == 0x000CA0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_67) == 0x000CB0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_66) == 0x000CC0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_67) == 0x000CC4, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_68) == 0x000CC8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_69) == 0x000CE0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_68) == 0x000CF8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_69) == 0x000D08, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_68) == 0x000D18, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_69) == 0x000D1C, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_70) == 0x000D20, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_70) == 0x000D38, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_71) == 0x000D48, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_70) == 0x000D60, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_71) == 0x000D68, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_72) == 0x000D78, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_72) == 0x000D90, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_71) == 0x000DA0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_72) == 0x000DA4, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_73) == 0x000DA8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_74) == 0x000DC0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_73) == 0x000DD8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_74) == 0x000DE8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_73) == 0x000DF8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_74) == 0x000DFC, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_75) == 0x000E00, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_76) == 0x000E18, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_75) == 0x000E30, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_76) == 0x000E40, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_77) == 0x000E50, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_77) == 0x000E68, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_75) == 0x000E78, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_76) == 0x000E7C, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_78) == 0x000E80, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_78) == 0x000E98, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_77) == 0x000EA8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_78) == 0x000EAC, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_79) == 0x000EB0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_79) == 0x000EC8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_80) == 0x000ED8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_79) == 0x000EF0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_80) == 0x000EF8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_81) == 0x000F08, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_81) == 0x000F20, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_80) == 0x000F30, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_81) == 0x000F34, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_82) == 0x000F38, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_83) == 0x000F50, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_82) == 0x000F68, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_83) == 0x000F78, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_84) == 0x000F88, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_84) == 0x000FA0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_82) == 0x000FB0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_82' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_83) == 0x000FB4, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_83' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_85) == 0x000FB8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_85) == 0x000FD0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_84) == 0x000FE0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_84' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_85) == 0x000FE4, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_85' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_86) == 0x000FE8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_86) == 0x001000, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_87) == 0x001010, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_86) == 0x001028, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_86' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_87) == 0x001030, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_88) == 0x001040, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_88) == 0x001058, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_87) == 0x001068, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_87' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_88) == 0x00106C, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_88' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_89) == 0x001070, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_90) == 0x001088, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_89) == 0x0010A0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_90) == 0x0010B0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_89) == 0x0010C0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_89' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_90) == 0x0010C4, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_90' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_91) == 0x0010C8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_92) == 0x0010E0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_91) == 0x0010F8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_92) == 0x001108, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_91) == 0x001118, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_91' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_92) == 0x00111C, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_92' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_93) == 0x001120, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_94) == 0x001138, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_93) == 0x001150, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_94) == 0x001160, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_93) == 0x001170, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_93' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_94) == 0x001174, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_94' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_95) == 0x001178, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_95) == 0x001190, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_96) == 0x0011A0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_95) == 0x0011B8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_95' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_96) == 0x0011C0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_97) == 0x0011D0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_97) == 0x0011E8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_96) == 0x0011F8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_96' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_97) == 0x0011FC, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_97' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_98) == 0x001200, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_98) == 0x001218, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_99) == 0x001228, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_98) == 0x001240, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_98' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_99) == 0x001248, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_100) == 0x001258, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_100) == 0x001270, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_99) == 0x001280, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_99' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_100) == 0x001284, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_100' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_101) == 0x001288, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_102) == 0x0012A0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_101) == 0x0012B8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_102) == 0x0012C8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_101) == 0x0012D8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_101' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_102) == 0x0012DC, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_102' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_103) == 0x0012E0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_104) == 0x0012F8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_103) == 0x001310, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_104) == 0x001320, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_105) == 0x001330, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_105) == 0x001348, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_103) == 0x001358, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_103' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_104) == 0x00135C, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_104' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_106) == 0x001360, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_106) == 0x001378, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_105) == 0x001388, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_105' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_106) == 0x00138C, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_106' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_107) == 0x001390, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_107) == 0x0013A8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_108) == 0x0013B8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_108) == 0x0013D0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_107) == 0x0013E0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_107' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_108) == 0x0013E4, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_108' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_109) == 0x0013E8, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_109) == 0x001400, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_110) == 0x001410, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_110) == 0x001428, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_111) == 0x001438, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_109) == 0x001450, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_109' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_111) == 0x001458, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_110) == 0x001468, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_110' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x00146C, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_111) == 0x001470, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_111' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_112) == 0x001478, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_112) == 0x001490, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_112' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_112) == 0x0014A0, "Member 'UI_BP_Settings_GamepadControls_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_112' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Settings_GamepadControls_C \ static_assert(alignof(UUI_BP_Settings_GamepadControls_C) == 0x000008, "Wrong alignment on UUI_BP_Settings_GamepadControls_C"); \ static_assert(sizeof(UUI_BP_Settings_GamepadControls_C) == 0x0007C8, "Wrong size on UUI_BP_Settings_GamepadControls_C"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, UberGraphFrame) == 0x0003C8, "Member 'UUI_BP_Settings_GamepadControls_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, AccessMapGraphic) == 0x0003D0, "Member 'UUI_BP_Settings_GamepadControls_C::AccessMapGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, AccessMapGraphic_1) == 0x0003D8, "Member 'UUI_BP_Settings_GamepadControls_C::AccessMapGraphic_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, AccessMapGraphic_2) == 0x0003E0, "Member 'UUI_BP_Settings_GamepadControls_C::AccessMapGraphic_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, AccessMapGraphic_3) == 0x0003E8, "Member 'UUI_BP_Settings_GamepadControls_C::AccessMapGraphic_3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, AccessMapText) == 0x0003F0, "Member 'UUI_BP_Settings_GamepadControls_C::AccessMapText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, AccessMapText_1) == 0x0003F8, "Member 'UUI_BP_Settings_GamepadControls_C::AccessMapText_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, AccessMapText_2) == 0x000400, "Member 'UUI_BP_Settings_GamepadControls_C::AccessMapText_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, AccessMapText_3) == 0x000408, "Member 'UUI_BP_Settings_GamepadControls_C::AccessMapText_3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, aim) == 0x000410, "Member 'UUI_BP_Settings_GamepadControls_C::aim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, broom_LeftColumn) == 0x000418, "Member 'UUI_BP_Settings_GamepadControls_C::broom_LeftColumn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, broom_RightColumn) == 0x000420, "Member 'UUI_BP_Settings_GamepadControls_C::broom_RightColumn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, controllerImage) == 0x000428, "Member 'UUI_BP_Settings_GamepadControls_C::controllerImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, controlSwitcher) == 0x000430, "Member 'UUI_BP_Settings_GamepadControls_C::controlSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, controlTabMenu) == 0x000438, "Member 'UUI_BP_Settings_GamepadControls_C::controlTabMenu' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DisableLockOnGraphic) == 0x000440, "Member 'UUI_BP_Settings_GamepadControls_C::DisableLockOnGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DisableLockOnText) == 0x000448, "Member 'UUI_BP_Settings_GamepadControls_C::DisableLockOnText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadDownGraphic_2) == 0x000450, "Member 'UUI_BP_Settings_GamepadControls_C::DPadDownGraphic_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadDownText) == 0x000458, "Member 'UUI_BP_Settings_GamepadControls_C::DPadDownText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadLeftGraphic) == 0x000460, "Member 'UUI_BP_Settings_GamepadControls_C::DPadLeftGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadLeftGraphic_1) == 0x000468, "Member 'UUI_BP_Settings_GamepadControls_C::DPadLeftGraphic_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadLeftGraphic_2) == 0x000470, "Member 'UUI_BP_Settings_GamepadControls_C::DPadLeftGraphic_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadLeftGraphic_7) == 0x000478, "Member 'UUI_BP_Settings_GamepadControls_C::DPadLeftGraphic_7' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadLeftText) == 0x000480, "Member 'UUI_BP_Settings_GamepadControls_C::DPadLeftText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadLeftText_1) == 0x000488, "Member 'UUI_BP_Settings_GamepadControls_C::DPadLeftText_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadLeftText_2) == 0x000490, "Member 'UUI_BP_Settings_GamepadControls_C::DPadLeftText_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadLeftText_7) == 0x000498, "Member 'UUI_BP_Settings_GamepadControls_C::DPadLeftText_7' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadRightGraphic) == 0x0004A0, "Member 'UUI_BP_Settings_GamepadControls_C::DPadRightGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadRightGraphic_1) == 0x0004A8, "Member 'UUI_BP_Settings_GamepadControls_C::DPadRightGraphic_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadRightGraphic_2) == 0x0004B0, "Member 'UUI_BP_Settings_GamepadControls_C::DPadRightGraphic_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadRightGraphic_7) == 0x0004B8, "Member 'UUI_BP_Settings_GamepadControls_C::DPadRightGraphic_7' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadRightText) == 0x0004C0, "Member 'UUI_BP_Settings_GamepadControls_C::DPadRightText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadRightText_1) == 0x0004C8, "Member 'UUI_BP_Settings_GamepadControls_C::DPadRightText_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadRightText_2) == 0x0004D0, "Member 'UUI_BP_Settings_GamepadControls_C::DPadRightText_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadRightText_7) == 0x0004D8, "Member 'UUI_BP_Settings_GamepadControls_C::DPadRightText_7' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadUpGraphic) == 0x0004E0, "Member 'UUI_BP_Settings_GamepadControls_C::DPadUpGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadUpGraphic_2) == 0x0004E8, "Member 'UUI_BP_Settings_GamepadControls_C::DPadUpGraphic_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, DPadUpText_2) == 0x0004F0, "Member 'UUI_BP_Settings_GamepadControls_C::DPadUpText_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, FaceButtonBottomGraphic) == 0x0004F8, "Member 'UUI_BP_Settings_GamepadControls_C::FaceButtonBottomGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, FaceButtonBottomGraphic_2) == 0x000500, "Member 'UUI_BP_Settings_GamepadControls_C::FaceButtonBottomGraphic_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, FaceButtonBottomText) == 0x000508, "Member 'UUI_BP_Settings_GamepadControls_C::FaceButtonBottomText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, FaceButtonBottomText_2) == 0x000510, "Member 'UUI_BP_Settings_GamepadControls_C::FaceButtonBottomText_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, FaceButtonLeftGraphic) == 0x000518, "Member 'UUI_BP_Settings_GamepadControls_C::FaceButtonLeftGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, FaceButtonLeftText) == 0x000520, "Member 'UUI_BP_Settings_GamepadControls_C::FaceButtonLeftText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, FaceButtonRightGraphic) == 0x000528, "Member 'UUI_BP_Settings_GamepadControls_C::FaceButtonRightGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, FaceButtonRightGraphic_2) == 0x000530, "Member 'UUI_BP_Settings_GamepadControls_C::FaceButtonRightGraphic_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, FaceButtonRightGraphic_3) == 0x000538, "Member 'UUI_BP_Settings_GamepadControls_C::FaceButtonRightGraphic_3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, FaceButtonRightText) == 0x000540, "Member 'UUI_BP_Settings_GamepadControls_C::FaceButtonRightText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, FaceButtonRightText_2) == 0x000548, "Member 'UUI_BP_Settings_GamepadControls_C::FaceButtonRightText_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, FaceButtonRightText_3) == 0x000550, "Member 'UUI_BP_Settings_GamepadControls_C::FaceButtonRightText_3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, FaceButtonTopGraphic) == 0x000558, "Member 'UUI_BP_Settings_GamepadControls_C::FaceButtonTopGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, FaceButtonTopText1) == 0x000560, "Member 'UUI_BP_Settings_GamepadControls_C::FaceButtonTopText1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, FaceButtonTopText2) == 0x000568, "Member 'UUI_BP_Settings_GamepadControls_C::FaceButtonTopText2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, finisherLB) == 0x000570, "Member 'UUI_BP_Settings_GamepadControls_C::finisherLB' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, FinisherPlus) == 0x000578, "Member 'UUI_BP_Settings_GamepadControls_C::FinisherPlus' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, finisherRB) == 0x000580, "Member 'UUI_BP_Settings_GamepadControls_C::finisherRB' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, FinisherText) == 0x000588, "Member 'UUI_BP_Settings_GamepadControls_C::FinisherText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, gameplay_LeftColumn) == 0x000590, "Member 'UUI_BP_Settings_GamepadControls_C::gameplay_LeftColumn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, gameplay_RightColumn) == 0x000598, "Member 'UUI_BP_Settings_GamepadControls_C::gameplay_RightColumn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, LeftBumper) == 0x0005A0, "Member 'UUI_BP_Settings_GamepadControls_C::LeftBumper' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, LeftBumperText1) == 0x0005A8, "Member 'UUI_BP_Settings_GamepadControls_C::LeftBumperText1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, LeftBumperText2) == 0x0005B0, "Member 'UUI_BP_Settings_GamepadControls_C::LeftBumperText2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, LeftStickClickGraphic_1) == 0x0005B8, "Member 'UUI_BP_Settings_GamepadControls_C::LeftStickClickGraphic_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, LeftStickClickText_1) == 0x0005C0, "Member 'UUI_BP_Settings_GamepadControls_C::LeftStickClickText_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, LeftTrigger) == 0x0005C8, "Member 'UUI_BP_Settings_GamepadControls_C::LeftTrigger' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, LeftTriggerGraphic_2) == 0x0005D0, "Member 'UUI_BP_Settings_GamepadControls_C::LeftTriggerGraphic_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, LeftTriggerGraphic_5) == 0x0005D8, "Member 'UUI_BP_Settings_GamepadControls_C::LeftTriggerGraphic_5' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, LeftTriggerText_2) == 0x0005E0, "Member 'UUI_BP_Settings_GamepadControls_C::LeftTriggerText_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, LeftTriggerText_5) == 0x0005E8, "Member 'UUI_BP_Settings_GamepadControls_C::LeftTriggerText_5' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, mountFlying_Left) == 0x0005F0, "Member 'UUI_BP_Settings_GamepadControls_C::mountFlying_Left' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, mountFlying_Right) == 0x0005F8, "Member 'UUI_BP_Settings_GamepadControls_C::mountFlying_Right' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, mountGroiund_Right) == 0x000600, "Member 'UUI_BP_Settings_GamepadControls_C::mountGroiund_Right' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, mountGround_Left) == 0x000608, "Member 'UUI_BP_Settings_GamepadControls_C::mountGround_Left' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, MoveCameraGraphic) == 0x000610, "Member 'UUI_BP_Settings_GamepadControls_C::MoveCameraGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, MoveCameraGraphic_1) == 0x000618, "Member 'UUI_BP_Settings_GamepadControls_C::MoveCameraGraphic_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, MoveCameraGraphic_2) == 0x000620, "Member 'UUI_BP_Settings_GamepadControls_C::MoveCameraGraphic_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, MoveCameraText) == 0x000628, "Member 'UUI_BP_Settings_GamepadControls_C::MoveCameraText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, MoveCameraText_1) == 0x000630, "Member 'UUI_BP_Settings_GamepadControls_C::MoveCameraText_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, MoveCameraText_2) == 0x000638, "Member 'UUI_BP_Settings_GamepadControls_C::MoveCameraText_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, MoveGraphic) == 0x000640, "Member 'UUI_BP_Settings_GamepadControls_C::MoveGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, MoveGraphic_1) == 0x000648, "Member 'UUI_BP_Settings_GamepadControls_C::MoveGraphic_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, MoveGraphic_2) == 0x000650, "Member 'UUI_BP_Settings_GamepadControls_C::MoveGraphic_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, MoveGraphic_3) == 0x000658, "Member 'UUI_BP_Settings_GamepadControls_C::MoveGraphic_3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, MoveText) == 0x000660, "Member 'UUI_BP_Settings_GamepadControls_C::MoveText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, MoveText_1) == 0x000668, "Member 'UUI_BP_Settings_GamepadControls_C::MoveText_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, MoveText_2) == 0x000670, "Member 'UUI_BP_Settings_GamepadControls_C::MoveText_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, MoveText_3) == 0x000678, "Member 'UUI_BP_Settings_GamepadControls_C::MoveText_3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, OptionsGraphic) == 0x000680, "Member 'UUI_BP_Settings_GamepadControls_C::OptionsGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, OptionsGraphic_1) == 0x000688, "Member 'UUI_BP_Settings_GamepadControls_C::OptionsGraphic_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, OptionsGraphic_2) == 0x000690, "Member 'UUI_BP_Settings_GamepadControls_C::OptionsGraphic_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, OptionsGraphic_3) == 0x000698, "Member 'UUI_BP_Settings_GamepadControls_C::OptionsGraphic_3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, OptionsText) == 0x0006A0, "Member 'UUI_BP_Settings_GamepadControls_C::OptionsText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, OptionsText_1) == 0x0006A8, "Member 'UUI_BP_Settings_GamepadControls_C::OptionsText_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, OptionsText_2) == 0x0006B0, "Member 'UUI_BP_Settings_GamepadControls_C::OptionsText_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, OptionsText_3) == 0x0006B8, "Member 'UUI_BP_Settings_GamepadControls_C::OptionsText_3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, quickPathSelection) == 0x0006C0, "Member 'UUI_BP_Settings_GamepadControls_C::quickPathSelection' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, quickPathSelection_1) == 0x0006C8, "Member 'UUI_BP_Settings_GamepadControls_C::quickPathSelection_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightBumperGraphic) == 0x0006D0, "Member 'UUI_BP_Settings_GamepadControls_C::RightBumperGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightBumperText) == 0x0006D8, "Member 'UUI_BP_Settings_GamepadControls_C::RightBumperText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightStickGraphic) == 0x0006E0, "Member 'UUI_BP_Settings_GamepadControls_C::RightStickGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightStickText1) == 0x0006E8, "Member 'UUI_BP_Settings_GamepadControls_C::RightStickText1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightStickText2) == 0x0006F0, "Member 'UUI_BP_Settings_GamepadControls_C::RightStickText2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerGraphic) == 0x0006F8, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerGraphic_1) == 0x000700, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerGraphic_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerGraphic_2) == 0x000708, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerGraphic_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerGraphic_3) == 0x000710, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerGraphic_3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerGraphic_4) == 0x000718, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerGraphic_4' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerGraphic_5) == 0x000720, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerGraphic_5' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerGraphic_6) == 0x000728, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerGraphic_6' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerGraphic_7) == 0x000730, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerGraphic_7' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerGraphic_8) == 0x000738, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerGraphic_8' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerGraphic_9) == 0x000740, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerGraphic_9' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerGraphic_10) == 0x000748, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerGraphic_10' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerPlus) == 0x000750, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerPlus' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerPlus2) == 0x000758, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerPlus2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerText) == 0x000760, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerText_1) == 0x000768, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerText_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerText_2) == 0x000770, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerText_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerText_10) == 0x000778, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerText_10' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerText1) == 0x000780, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerText1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerText2) == 0x000788, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerText2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, RightTriggerText3) == 0x000790, "Member 'UUI_BP_Settings_GamepadControls_C::RightTriggerText3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, schemeTitle) == 0x000798, "Member 'UUI_BP_Settings_GamepadControls_C::schemeTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, SprintGraphic) == 0x0007A0, "Member 'UUI_BP_Settings_GamepadControls_C::SprintGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, SprintText) == 0x0007A8, "Member 'UUI_BP_Settings_GamepadControls_C::SprintText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, ControlIndex) == 0x0007B0, "Member 'UUI_BP_Settings_GamepadControls_C::ControlIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_GamepadControls_C, ControlSchemeTitles) == 0x0007B8, "Member 'UUI_BP_Settings_GamepadControls_C::ControlSchemeTitles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility \ static_assert(alignof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility) == 0x000008, "Wrong alignment on BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility"); \ static_assert(sizeof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility) == 0x0001A0, "Wrong size on BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, EntryPoint) == 0x000000, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_CustomInputActionEvent_VariantMapHandle_2) == 0x000004, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_CustomInputActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_CustomInputActionEvent_VariantMapHandle_1) == 0x000018, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_CustomInputActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x00001C, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, Temp_struct_Variable) == 0x000020, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_GameLogicBoolResultEvent_CachedResult) == 0x000024, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_GameLogicBoolResultEvent_CachedResult' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_Event_OwnerActor_1) == 0x000028, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000030, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, CallFunc_MakeLiteralByte_ReturnValue) == 0x000040, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x000048, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, CallFunc_Get_MobilityActionState_OutState) == 0x000059, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::CallFunc_Get_MobilityActionState_OutState' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1) == 0x000060, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_SwitchEnum_CmpSuccess) == 0x000071, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_2) == 0x000078, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, CallFunc_GetJumpingType_OutType) == 0x000089, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::CallFunc_GetJumpingType_OutType' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00008A, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_Event_OwnerActor) == 0x000090, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, Temp_class_Variable) == 0x000098, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::Temp_class_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x0000A0, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_bSuccess_3) == 0x0000B0, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_CustomEvent_Caller) == 0x0000B8, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_AsCharacter) == 0x0000C0, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_bSuccess_4) == 0x0000C8, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_CustomEvent_Loaded) == 0x0000D0, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, CallFunc_GetMovementComponent_ReturnValue) == 0x0000D8, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_AsCharacter_Movement_Component) == 0x0000E0, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_AsCharacter_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_bSuccess_5) == 0x0000E8, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000EC, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000FC, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, CallFunc_HermesBindEvent_Handle) == 0x000100, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000110, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000118, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_bSuccess_6) == 0x000128, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000130, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_bSuccess_7) == 0x000140, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000148, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_bSuccess_8) == 0x000158, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, CallFunc_GetAnimInstance_ReturnValue_2) == 0x000160, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x000168, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, K2Node_DynamicCast_bSuccess_9) == 0x000178, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000180, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, CallFunc_MakeLiteralName_ReturnValue) == 0x000188, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000190, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility, CallFunc_GetBlackboardComponent_ReturnValue_1) == 0x000198, "Member 'BTS_Biped_BasicMobility_C_ExecuteUbergraph_BTS_Biped_BasicMobility::CallFunc_GetBlackboardComponent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_BasicMobility_C_MovementModeChanged \ static_assert(alignof(BTS_Biped_BasicMobility_C_MovementModeChanged) == 0x000008, "Wrong alignment on BTS_Biped_BasicMobility_C_MovementModeChanged"); \ static_assert(sizeof(BTS_Biped_BasicMobility_C_MovementModeChanged) == 0x000008, "Wrong size on BTS_Biped_BasicMobility_C_MovementModeChanged"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_MovementModeChanged, Caller) == 0x000000, "Member 'BTS_Biped_BasicMobility_C_MovementModeChanged::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_BasicMobility_C_ServiceBegin \ static_assert(alignof(BTS_Biped_BasicMobility_C_ServiceBegin) == 0x000008, "Wrong alignment on BTS_Biped_BasicMobility_C_ServiceBegin"); \ static_assert(sizeof(BTS_Biped_BasicMobility_C_ServiceBegin) == 0x000008, "Wrong size on BTS_Biped_BasicMobility_C_ServiceBegin"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ServiceBegin, OwnerActor) == 0x000000, "Member 'BTS_Biped_BasicMobility_C_ServiceBegin::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_BasicMobility_C_ServiceEnd \ static_assert(alignof(BTS_Biped_BasicMobility_C_ServiceEnd) == 0x000008, "Wrong alignment on BTS_Biped_BasicMobility_C_ServiceEnd"); \ static_assert(sizeof(BTS_Biped_BasicMobility_C_ServiceEnd) == 0x000008, "Wrong size on BTS_Biped_BasicMobility_C_ServiceEnd"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_ServiceEnd, OwnerActor) == 0x000000, "Member 'BTS_Biped_BasicMobility_C_ServiceEnd::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_1 \ static_assert(alignof(BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong alignment on BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_1"); \ static_assert(sizeof(BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong size on BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_1"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_2 \ static_assert(alignof(BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_2) == 0x000004, "Wrong alignment on BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_2"); \ static_assert(sizeof(BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_2) == 0x000004, "Wrong size on BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_2"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_BasicMobility_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_BasicMobility_C_GameLogicElementEvt_CollapseIntoRagdoll_K2Node_GameLogicBoolResultEvent_0 \ static_assert(alignof(BTS_Biped_BasicMobility_C_GameLogicElementEvt_CollapseIntoRagdoll_K2Node_GameLogicBoolResultEvent_0) == 0x000001, "Wrong alignment on BTS_Biped_BasicMobility_C_GameLogicElementEvt_CollapseIntoRagdoll_K2Node_GameLogicBoolResultEvent_0"); \ static_assert(sizeof(BTS_Biped_BasicMobility_C_GameLogicElementEvt_CollapseIntoRagdoll_K2Node_GameLogicBoolResultEvent_0) == 0x000001, "Wrong size on BTS_Biped_BasicMobility_C_GameLogicElementEvt_CollapseIntoRagdoll_K2Node_GameLogicBoolResultEvent_0"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_GameLogicElementEvt_CollapseIntoRagdoll_K2Node_GameLogicBoolResultEvent_0, CachedResult) == 0x000000, "Member 'BTS_Biped_BasicMobility_C_GameLogicElementEvt_CollapseIntoRagdoll_K2Node_GameLogicBoolResultEvent_0::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_BasicMobility_C_CustActionEvt_BroomFlight_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTS_Biped_BasicMobility_C_CustActionEvt_BroomFlight_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTS_Biped_BasicMobility_C_CustActionEvt_BroomFlight_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTS_Biped_BasicMobility_C_CustActionEvt_BroomFlight_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTS_Biped_BasicMobility_C_CustActionEvt_BroomFlight_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_CustActionEvt_BroomFlight_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_BasicMobility_C_CustActionEvt_BroomFlight_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_BasicMobility_C_OnLoaded_809DC56944F42BE29C094A8145446EBA \ static_assert(alignof(BTS_Biped_BasicMobility_C_OnLoaded_809DC56944F42BE29C094A8145446EBA) == 0x000008, "Wrong alignment on BTS_Biped_BasicMobility_C_OnLoaded_809DC56944F42BE29C094A8145446EBA"); \ static_assert(sizeof(BTS_Biped_BasicMobility_C_OnLoaded_809DC56944F42BE29C094A8145446EBA) == 0x000008, "Wrong size on BTS_Biped_BasicMobility_C_OnLoaded_809DC56944F42BE29C094A8145446EBA"); \ static_assert(offsetof(BTS_Biped_BasicMobility_C_OnLoaded_809DC56944F42BE29C094A8145446EBA, Loaded) == 0x000000, "Member 'BTS_Biped_BasicMobility_C_OnLoaded_809DC56944F42BE29C094A8145446EBA::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Biped_BasicMobility_C \ static_assert(alignof(UBTS_Biped_BasicMobility_C) == 0x000008, "Wrong alignment on UBTS_Biped_BasicMobility_C"); \ static_assert(sizeof(UBTS_Biped_BasicMobility_C) == 0x000118, "Wrong size on UBTS_Biped_BasicMobility_C"); \ static_assert(offsetof(UBTS_Biped_BasicMobility_C, UberGraphFrame) == 0x0000F8, "Member 'UBTS_Biped_BasicMobility_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_BasicMobility_C, Debug_SpawnedFaceTarget) == 0x000100, "Member 'UBTS_Biped_BasicMobility_C::Debug_SpawnedFaceTarget' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_BasicMobility_C, Debug_SpawnedLookAtTarget) == 0x000108, "Member 'UBTS_Biped_BasicMobility_C::Debug_SpawnedLookAtTarget' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_BasicMobility_C, AltModifierPressed) == 0x000110, "Member 'UBTS_Biped_BasicMobility_C::AltModifierPressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_ConflictItemGroupHeader_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItemGroupHeader \ static_assert(alignof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItemGroupHeader) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_ConflictItemGroupHeader_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItemGroupHeader"); \ static_assert(sizeof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItemGroupHeader) == 0x000028, "Wrong size on UI_BP_KeyMapping_ConflictItemGroupHeader_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItemGroupHeader"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItemGroupHeader, EntryPoint) == 0x000000, "Member 'UI_BP_KeyMapping_ConflictItemGroupHeader_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItemGroupHeader::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItemGroupHeader, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_KeyMapping_ConflictItemGroupHeader_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItemGroupHeader::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItemGroupHeader, CallFunc_Conv_NameToString_ReturnValue) == 0x000008, "Member 'UI_BP_KeyMapping_ConflictItemGroupHeader_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItemGroupHeader::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItemGroupHeader, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'UI_BP_KeyMapping_ConflictItemGroupHeader_C_ExecuteUbergraph_UI_BP_KeyMapping_ConflictItemGroupHeader::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_ConflictItemGroupHeader_C_PreConstruct \ static_assert(alignof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_KeyMapping_ConflictItemGroupHeader_C_PreConstruct"); \ static_assert(sizeof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_KeyMapping_ConflictItemGroupHeader_C_PreConstruct"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_KeyMapping_ConflictItemGroupHeader_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_KeyMapping_ConflictItemGroupHeader_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_KeyMapping_ConflictItemGroupHeader_C \ static_assert(alignof(UUI_BP_KeyMapping_ConflictItemGroupHeader_C) == 0x000008, "Wrong alignment on UUI_BP_KeyMapping_ConflictItemGroupHeader_C"); \ static_assert(sizeof(UUI_BP_KeyMapping_ConflictItemGroupHeader_C) == 0x000340, "Wrong size on UUI_BP_KeyMapping_ConflictItemGroupHeader_C"); \ static_assert(offsetof(UUI_BP_KeyMapping_ConflictItemGroupHeader_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_KeyMapping_ConflictItemGroupHeader_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_ConflictItemGroupHeader_C, ItemText) == 0x000330, "Member 'UUI_BP_KeyMapping_ConflictItemGroupHeader_C::ItemText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_ConflictItemGroupHeader_C, GroupName) == 0x000338, "Member 'UUI_BP_KeyMapping_ConflictItemGroupHeader_C::GroupName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem \ static_assert(alignof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem) == 0x000008, "Wrong alignment on BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem"); \ static_assert(sizeof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem) == 0x0001C0, "Wrong size on BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, EntryPoint) == 0x000000, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, Temp_struct_Variable) == 0x000004, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x000010, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_Event_OwnerActor_2) == 0x000018, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_AsBiped_Player) == 0x000020, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000030, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000048, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x00005C, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000060, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle_4) == 0x000064, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000068, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x00006C, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_Event_OwnerActor_1) == 0x000070, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_Event_DeltaSeconds) == 0x000078, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_AsBiped_Player_1) == 0x000080, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_bSuccess_3) == 0x000088, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000090, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_bSuccess_4) == 0x0000A0, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_GetMoveStickValues_X) == 0x0000A4, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_GetMoveStickValues_Y) == 0x0000A8, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_Event_OwnerActor) == 0x0000B0, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_ProcessStick_WorldSpeed) == 0x0000B8, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_ProcessStick_WorldDirection) == 0x0000BC, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_ProcessStick_ReturnValue) == 0x0000C8, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_AsBiped_Player_2) == 0x0000D0, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_bSuccess_5) == 0x0000D8, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x0000E0, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_bSuccess_6) == 0x0000F0, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_GetActiveTool_ReturnValue) == 0x0000F8, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_GetActiveTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_AsInventory_Item_Tool) == 0x000100, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_AsInventory_Item_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_bSuccess_7) == 0x000108, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000109, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x00010A, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x00010C, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_GetVariantName_FromHandle_bFound) == 0x000110, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_GetVariantName_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_GetVariantName_FromHandle_ReturnValue) == 0x000114, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_GetVariantName_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_GetAnimInstance_ReturnValue) == 0x000120, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_CustomStickInputActionEvent_VariantMapHandle_2) == 0x000128, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_CustomStickInputActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000130, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_bSuccess_8) == 0x000140, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x000148, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_DynamicCast_bSuccess_9) == 0x000158, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_CreateDelegate_OutputDelegate) == 0x00015C, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_CreateDelegate_OutputDelegate_1) == 0x00016C, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000180, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000188, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_Set_WandCast_TargetTrackerTargets_ReturnValue) == 0x000190, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_Set_WandCast_TargetTrackerTargets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, Temp_struct_Variable_1) == 0x000198, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x00019C, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_MakeLiteralByte_ReturnValue) == 0x0001A0, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_CustomStickInputActionEvent_VariantMapHandle_1) == 0x0001A4, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_CustomStickInputActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle_5) == 0x0001A8, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_GetActorOwner_ReturnValue_1) == 0x0001B0, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle_6) == 0x0001B8, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem, CallFunc_ItemHasCustomAnimation_ReturnValue) == 0x0001BC, "Member 'BTT_Biped_UseInventoryItem_C_ExecuteUbergraph_BTT_Biped_UseInventoryItem::CallFunc_ItemHasCustomAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_UseInventoryItem_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_UseInventoryItem_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_UseInventoryItem_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_UseInventoryItem_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_UseInventoryItem_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_UseInventoryItem_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_UseInventoryItem_C_ReceiveTick \ static_assert(alignof(BTT_Biped_UseInventoryItem_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_UseInventoryItem_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_UseInventoryItem_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_UseInventoryItem_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_UseInventoryItem_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_UseInventoryItem_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_UseInventoryItem_C_ExitTask \ static_assert(alignof(BTT_Biped_UseInventoryItem_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_UseInventoryItem_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_UseInventoryItem_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_UseInventoryItem_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_UseInventoryItem_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_UseInventoryItem_C_CustActionEvt_InventoryItemCharged_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_UseInventoryItem_C_CustActionEvt_InventoryItemCharged_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_UseInventoryItem_C_CustActionEvt_InventoryItemCharged_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_UseInventoryItem_C_CustActionEvt_InventoryItemCharged_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_UseInventoryItem_C_CustActionEvt_InventoryItemCharged_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_CustActionEvt_InventoryItemCharged_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_UseInventoryItem_C_CustActionEvt_InventoryItemCharged_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_UseInventoryItem_C_CustActionEvt_DeathlyHallowsAction_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_UseInventoryItem_C_CustActionEvt_DeathlyHallowsAction_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_UseInventoryItem_C_CustActionEvt_DeathlyHallowsAction_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_UseInventoryItem_C_CustActionEvt_DeathlyHallowsAction_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_UseInventoryItem_C_CustActionEvt_DeathlyHallowsAction_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_CustActionEvt_DeathlyHallowsAction_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_UseInventoryItem_C_CustActionEvt_DeathlyHallowsAction_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_UseInventoryItem_C_CustActionEvt_InventoryItemEvent_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_UseInventoryItem_C_CustActionEvt_InventoryItemEvent_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_UseInventoryItem_C_CustActionEvt_InventoryItemEvent_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_UseInventoryItem_C_CustActionEvt_InventoryItemEvent_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_UseInventoryItem_C_CustActionEvt_InventoryItemEvent_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_CustActionEvt_InventoryItemEvent_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_UseInventoryItem_C_CustActionEvt_InventoryItemEvent_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1 \ static_assert(alignof(BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1"); \ static_assert(sizeof(BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTT_Biped_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTT_Biped_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTT_Biped_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTT_Biped_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_4 \ static_assert(alignof(BTT_Biped_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong alignment on BTT_Biped_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_4"); \ static_assert(sizeof(BTT_Biped_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong size on BTT_Biped_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_4"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2 \ static_assert(alignof(BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2"); \ static_assert(sizeof(BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_UseInventoryItem_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_UseInventoryItem_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5 \ static_assert(alignof(BTT_Biped_UseInventoryItem_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong alignment on BTT_Biped_UseInventoryItem_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5"); \ static_assert(sizeof(BTT_Biped_UseInventoryItem_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong size on BTT_Biped_UseInventoryItem_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_UseInventoryItem_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_UseInventoryItem_C_CustActionEvt_ConsumeInventoryItem_K2Node_BTCustomActionEvent_6 \ static_assert(alignof(BTT_Biped_UseInventoryItem_C_CustActionEvt_ConsumeInventoryItem_K2Node_BTCustomActionEvent_6) == 0x000004, "Wrong alignment on BTT_Biped_UseInventoryItem_C_CustActionEvt_ConsumeInventoryItem_K2Node_BTCustomActionEvent_6"); \ static_assert(sizeof(BTT_Biped_UseInventoryItem_C_CustActionEvt_ConsumeInventoryItem_K2Node_BTCustomActionEvent_6) == 0x000004, "Wrong size on BTT_Biped_UseInventoryItem_C_CustActionEvt_ConsumeInventoryItem_K2Node_BTCustomActionEvent_6"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_CustActionEvt_ConsumeInventoryItem_K2Node_BTCustomActionEvent_6, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_UseInventoryItem_C_CustActionEvt_ConsumeInventoryItem_K2Node_BTCustomActionEvent_6::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_UseInventoryItem_C_SetContexts \ static_assert(alignof(BTT_Biped_UseInventoryItem_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_UseInventoryItem_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_UseInventoryItem_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_UseInventoryItem_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_UseInventoryItem_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_UseInventoryItem_C_EndUsage \ static_assert(alignof(BTT_Biped_UseInventoryItem_C_EndUsage) == 0x000008, "Wrong alignment on BTT_Biped_UseInventoryItem_C_EndUsage"); \ static_assert(sizeof(BTT_Biped_UseInventoryItem_C_EndUsage) == 0x000010, "Wrong size on BTT_Biped_UseInventoryItem_C_EndUsage"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_EndUsage, CallFunc_Greater_IntInt_ReturnValue) == 0x000000, "Member 'BTT_Biped_UseInventoryItem_C_EndUsage::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_UseInventoryItem_C_EndUsage, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_Biped_UseInventoryItem_C_EndUsage::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_UseInventoryItem_C \ static_assert(alignof(UBTT_Biped_UseInventoryItem_C) == 0x000008, "Wrong alignment on UBTT_Biped_UseInventoryItem_C"); \ static_assert(sizeof(UBTT_Biped_UseInventoryItem_C) == 0x000198, "Wrong size on UBTT_Biped_UseInventoryItem_C"); \ static_assert(offsetof(UBTT_Biped_UseInventoryItem_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_UseInventoryItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_UseInventoryItem_C, PotionName) == 0x000158, "Member 'UBTT_Biped_UseInventoryItem_C::PotionName' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_UseInventoryItem_C, StickPressed) == 0x000168, "Member 'UBTT_Biped_UseInventoryItem_C::StickPressed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_UseInventoryItem_C, InventoryItemTool) == 0x000170, "Member 'UBTT_Biped_UseInventoryItem_C::InventoryItemTool' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_UseInventoryItem_C, MinUsageTimerHandle) == 0x000178, "Member 'UBTT_Biped_UseInventoryItem_C::MinUsageTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_UseInventoryItem_C, AllowUsageEnd) == 0x000180, "Member 'UBTT_Biped_UseInventoryItem_C::AllowUsageEnd' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_UseInventoryItem_C, UsageEndDesired) == 0x000181, "Member 'UBTT_Biped_UseInventoryItem_C::UsageEndDesired' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_UseInventoryItem_C, MaxUsageTimerHandle) == 0x000188, "Member 'UBTT_Biped_UseInventoryItem_C::MaxUsageTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_UseInventoryItem_C, Completed) == 0x000190, "Member 'UBTT_Biped_UseInventoryItem_C::Completed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge \ static_assert(alignof(ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge) == 0x000008, "Wrong alignment on ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge"); \ static_assert(sizeof(ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge) == 0x000070, "Wrong size on ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge"); \ static_assert(offsetof(ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge, EntryPoint) == 0x000000, "Member 'ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge, K2Node_Event_Context) == 0x000008, "Member 'ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_StepAwayFromEdge_C_ExecuteUbergraph_ABL_StepAwayFromEdge::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_StepAwayFromEdge_C_OnAbilityBranch \ static_assert(alignof(ABL_StepAwayFromEdge_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_StepAwayFromEdge_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_StepAwayFromEdge_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_StepAwayFromEdge_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_StepAwayFromEdge_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_StepAwayFromEdge_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_StepAwayFromEdge_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_StepAwayFromEdge_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_StepAwayFromEdge_C_OnAbilityStart \ static_assert(alignof(ABL_StepAwayFromEdge_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_StepAwayFromEdge_C_OnAbilityStart"); \ static_assert(sizeof(ABL_StepAwayFromEdge_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_StepAwayFromEdge_C_OnAbilityStart"); \ static_assert(offsetof(ABL_StepAwayFromEdge_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_StepAwayFromEdge_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_StepAwayFromEdge_C \ static_assert(alignof(UABL_StepAwayFromEdge_C) == 0x000008, "Wrong alignment on UABL_StepAwayFromEdge_C"); \ static_assert(sizeof(UABL_StepAwayFromEdge_C) == 0x0000D0, "Wrong size on UABL_StepAwayFromEdge_C"); \ static_assert(offsetof(UABL_StepAwayFromEdge_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_StepAwayFromEdge_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputHeader_Row_C_ExecuteUbergraph_UI_BP_InputHeader_Row \ static_assert(alignof(UI_BP_InputHeader_Row_C_ExecuteUbergraph_UI_BP_InputHeader_Row) == 0x000008, "Wrong alignment on UI_BP_InputHeader_Row_C_ExecuteUbergraph_UI_BP_InputHeader_Row"); \ static_assert(sizeof(UI_BP_InputHeader_Row_C_ExecuteUbergraph_UI_BP_InputHeader_Row) == 0x000060, "Wrong size on UI_BP_InputHeader_Row_C_ExecuteUbergraph_UI_BP_InputHeader_Row"); \ static_assert(offsetof(UI_BP_InputHeader_Row_C_ExecuteUbergraph_UI_BP_InputHeader_Row, EntryPoint) == 0x000000, "Member 'UI_BP_InputHeader_Row_C_ExecuteUbergraph_UI_BP_InputHeader_Row::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputHeader_Row_C_ExecuteUbergraph_UI_BP_InputHeader_Row, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_InputHeader_Row_C_ExecuteUbergraph_UI_BP_InputHeader_Row::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputHeader_Row_C_ExecuteUbergraph_UI_BP_InputHeader_Row, K2Node_MakeStruct_SlateFontInfo) == 0x000008, "Member 'UI_BP_InputHeader_Row_C_ExecuteUbergraph_UI_BP_InputHeader_Row::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputHeader_Row_C_PreConstruct \ static_assert(alignof(UI_BP_InputHeader_Row_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_InputHeader_Row_C_PreConstruct"); \ static_assert(sizeof(UI_BP_InputHeader_Row_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_InputHeader_Row_C_PreConstruct"); \ static_assert(offsetof(UI_BP_InputHeader_Row_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_InputHeader_Row_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InputHeader_Row_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_InputHeader_Row_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_InputHeader_Row_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_InputHeader_Row_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_InputHeader_Row_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_InputHeader_Row_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_InputHeader_Row_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputHeader_Row_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_InputHeader_Row_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputHeader_Row_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_InputHeader_Row_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputHeader_Row_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_InputHeader_Row_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputHeader_Row_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_InputHeader_Row_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputHeader_Row_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_InputHeader_Row_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InputHeader_Row_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_InputHeader_Row_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_InputHeader_Row_C \ static_assert(alignof(UUI_BP_InputHeader_Row_C) == 0x000008, "Wrong alignment on UUI_BP_InputHeader_Row_C"); \ static_assert(sizeof(UUI_BP_InputHeader_Row_C) == 0x000350, "Wrong size on UUI_BP_InputHeader_Row_C"); \ static_assert(offsetof(UUI_BP_InputHeader_Row_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_InputHeader_Row_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputHeader_Row_C, HeaderText) == 0x000330, "Member 'UUI_BP_InputHeader_Row_C::HeaderText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputHeader_Row_C, Header) == 0x000338, "Member 'UUI_BP_InputHeader_Row_C::Header' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InputHeader_Row_C, Large) == 0x000348, "Member 'UUI_BP_InputHeader_Row_C::Large' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack \ static_assert(alignof(UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack) == 0x000008, "Wrong alignment on UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack"); \ static_assert(sizeof(UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack) == 0x000040, "Wrong size on UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack"); \ static_assert(offsetof(UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack, EntryPoint) == 0x000000, "Member 'UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack, CallFunc_PauseAnimation_ReturnValue) == 0x000004, "Member 'UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack, CallFunc_PauseAnimation_ReturnValue_1) == 0x000010, "Member 'UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack::CallFunc_PauseAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack, CallFunc_PlayAnimation_ReturnValue_1) == 0x000018, "Member 'UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack, CallFunc_PauseAnimation_ReturnValue_2) == 0x000020, "Member 'UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack::CallFunc_PauseAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack, CallFunc_PlayAnimation_ReturnValue_2) == 0x000028, "Member 'UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack, CallFunc_PauseAnimation_ReturnValue_3) == 0x000030, "Member 'UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack::CallFunc_PauseAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack, CallFunc_PlayAnimation_ReturnValue_3) == 0x000038, "Member 'UI_BP_FG_VortexPanelBack_C_ExecuteUbergraph_UI_BP_FG_VortexPanelBack::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FG_VortexPanelBack_C \ static_assert(alignof(UUI_BP_FG_VortexPanelBack_C) == 0x000008, "Wrong alignment on UUI_BP_FG_VortexPanelBack_C"); \ static_assert(sizeof(UUI_BP_FG_VortexPanelBack_C) == 0x0002A8, "Wrong size on UUI_BP_FG_VortexPanelBack_C"); \ static_assert(offsetof(UUI_BP_FG_VortexPanelBack_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_FG_VortexPanelBack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VortexPanelBack_C, AppearPannelBack_Gold) == 0x000270, "Member 'UUI_BP_FG_VortexPanelBack_C::AppearPannelBack_Gold' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VortexPanelBack_C, AppearPannelBack) == 0x000278, "Member 'UUI_BP_FG_VortexPanelBack_C::AppearPannelBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VortexPanelBack_C, detailsPanelVortex_0) == 0x000280, "Member 'UUI_BP_FG_VortexPanelBack_C::detailsPanelVortex_0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VortexPanelBack_C, detailsPanelVortex_1) == 0x000288, "Member 'UUI_BP_FG_VortexPanelBack_C::detailsPanelVortex_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VortexPanelBack_C, detailsPanelVortex_2) == 0x000290, "Member 'UUI_BP_FG_VortexPanelBack_C::detailsPanelVortex_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VortexPanelBack_C, detailsPanelVortex_3) == 0x000298, "Member 'UUI_BP_FG_VortexPanelBack_C::detailsPanelVortex_3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VortexPanelBack_C, overlayStarGlow) == 0x0002A0, "Member 'UUI_BP_FG_VortexPanelBack_C::overlayStarGlow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton \ static_assert(alignof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton) == 0x000008, "Wrong alignment on UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton"); \ static_assert(sizeof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton) == 0x000078, "Wrong size on UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, EntryPoint) == 0x000000, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, K2Node_Event_bIsTutorialHighlighted) == 0x000004, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::K2Node_Event_bIsTutorialHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000018, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, K2Node_CustomEvent_LoadedTexture) == 0x000028, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::K2Node_CustomEvent_LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, K2Node_CustomEvent_CallbackParam) == 0x000030, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::K2Node_CustomEvent_CallbackParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, CallFunc_AsyncFindIconTexWithCallback_ReturnValue) == 0x000038, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::CallFunc_AsyncFindIconTexWithCallback_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000040, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, CallFunc_PostEventAtLocation_ReturnValue) == 0x000048, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00004C, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, CallFunc_PlayAnimation_ReturnValue) == 0x000050, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, CallFunc_PauseAnimation_ReturnValue) == 0x000058, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, CallFunc_PlayAnimation_ReturnValue_1) == 0x000060, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, K2Node_Event_InVisibility) == 0x000068, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::K2Node_Event_InVisibility' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, K2Node_Event_IsLocked) == 0x000069, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::K2Node_Event_IsLocked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, K2Node_SwitchEnum_CmpSuccess) == 0x00006A, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000070, "Member 'UI_BP_FG_ActionsButton_C_ExecuteUbergraph_UI_BP_FG_ActionsButton::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_ActionsButton_C_SetIsTutorialHighlighted \ static_assert(alignof(UI_BP_FG_ActionsButton_C_SetIsTutorialHighlighted) == 0x000001, "Wrong alignment on UI_BP_FG_ActionsButton_C_SetIsTutorialHighlighted"); \ static_assert(sizeof(UI_BP_FG_ActionsButton_C_SetIsTutorialHighlighted) == 0x000001, "Wrong size on UI_BP_FG_ActionsButton_C_SetIsTutorialHighlighted"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_SetIsTutorialHighlighted, bIsTutorialHighlighted) == 0x000000, "Member 'UI_BP_FG_ActionsButton_C_SetIsTutorialHighlighted::bIsTutorialHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_ActionsButton_C_SetLockedState \ static_assert(alignof(UI_BP_FG_ActionsButton_C_SetLockedState) == 0x000001, "Wrong alignment on UI_BP_FG_ActionsButton_C_SetLockedState"); \ static_assert(sizeof(UI_BP_FG_ActionsButton_C_SetLockedState) == 0x000001, "Wrong size on UI_BP_FG_ActionsButton_C_SetLockedState"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_SetLockedState, IsLocked) == 0x000000, "Member 'UI_BP_FG_ActionsButton_C_SetLockedState::IsLocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_ActionsButton_C_OnSetItemIndicatorVisibility \ static_assert(alignof(UI_BP_FG_ActionsButton_C_OnSetItemIndicatorVisibility) == 0x000001, "Wrong alignment on UI_BP_FG_ActionsButton_C_OnSetItemIndicatorVisibility"); \ static_assert(sizeof(UI_BP_FG_ActionsButton_C_OnSetItemIndicatorVisibility) == 0x000001, "Wrong size on UI_BP_FG_ActionsButton_C_OnSetItemIndicatorVisibility"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_OnSetItemIndicatorVisibility, InVisibility) == 0x000000, "Member 'UI_BP_FG_ActionsButton_C_OnSetItemIndicatorVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_ActionsButton_C_OnHouseMeterFillLoaded \ static_assert(alignof(UI_BP_FG_ActionsButton_C_OnHouseMeterFillLoaded) == 0x000008, "Wrong alignment on UI_BP_FG_ActionsButton_C_OnHouseMeterFillLoaded"); \ static_assert(sizeof(UI_BP_FG_ActionsButton_C_OnHouseMeterFillLoaded) == 0x000010, "Wrong size on UI_BP_FG_ActionsButton_C_OnHouseMeterFillLoaded"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_OnHouseMeterFillLoaded, LoadedTexture) == 0x000000, "Member 'UI_BP_FG_ActionsButton_C_OnHouseMeterFillLoaded::LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_OnHouseMeterFillLoaded, CallbackParam) == 0x000008, "Member 'UI_BP_FG_ActionsButton_C_OnHouseMeterFillLoaded::CallbackParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_ActionsButton_C_SetMeterPercent \ static_assert(alignof(UI_BP_FG_ActionsButton_C_SetMeterPercent) == 0x000008, "Wrong alignment on UI_BP_FG_ActionsButton_C_SetMeterPercent"); \ static_assert(sizeof(UI_BP_FG_ActionsButton_C_SetMeterPercent) == 0x000098, "Wrong size on UI_BP_FG_ActionsButton_C_SetMeterPercent"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_SetMeterPercent, Percentage) == 0x000000, "Member 'UI_BP_FG_ActionsButton_C_SetMeterPercent::Percentage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_SetMeterPercent, Temp_bool_Variable) == 0x000004, "Member 'UI_BP_FG_ActionsButton_C_SetMeterPercent::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_SetMeterPercent, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000005, "Member 'UI_BP_FG_ActionsButton_C_SetMeterPercent::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_SetMeterPercent, Temp_byte_Variable) == 0x000006, "Member 'UI_BP_FG_ActionsButton_C_SetMeterPercent::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_SetMeterPercent, Temp_byte_Variable_1) == 0x000007, "Member 'UI_BP_FG_ActionsButton_C_SetMeterPercent::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_SetMeterPercent, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000008, "Member 'UI_BP_FG_ActionsButton_C_SetMeterPercent::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_SetMeterPercent, K2Node_Select_Default) == 0x00000C, "Member 'UI_BP_FG_ActionsButton_C_SetMeterPercent::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_SetMeterPercent, CallFunc_Conv_FloatToText_ReturnValue) == 0x000010, "Member 'UI_BP_FG_ActionsButton_C_SetMeterPercent::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_SetMeterPercent, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000028, "Member 'UI_BP_FG_ActionsButton_C_SetMeterPercent::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_SetMeterPercent, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'UI_BP_FG_ActionsButton_C_SetMeterPercent::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_SetMeterPercent, K2Node_MakeArray_Array) == 0x000070, "Member 'UI_BP_FG_ActionsButton_C_SetMeterPercent::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_SetMeterPercent, CallFunc_Format_ReturnValue) == 0x000080, "Member 'UI_BP_FG_ActionsButton_C_SetMeterPercent::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_ActionsButton_C_SetHouseAssets \ static_assert(alignof(UI_BP_FG_ActionsButton_C_SetHouseAssets) == 0x000008, "Wrong alignment on UI_BP_FG_ActionsButton_C_SetHouseAssets"); \ static_assert(sizeof(UI_BP_FG_ActionsButton_C_SetHouseAssets) == 0x000020, "Wrong size on UI_BP_FG_ActionsButton_C_SetHouseAssets"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_SetHouseAssets, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_FG_ActionsButton_C_SetHouseAssets::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_SetHouseAssets, CallFunc_GetPlayerHouse_ReturnValue) == 0x000008, "Member 'UI_BP_FG_ActionsButton_C_SetHouseAssets::CallFunc_GetPlayerHouse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_SetHouseAssets, K2Node_SwitchString_CmpSuccess) == 0x000018, "Member 'UI_BP_FG_ActionsButton_C_SetHouseAssets::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings) == 0x000098, "Wrong size on UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000068, "Member 'UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000080, "Member 'UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000090, "Member 'UI_BP_FG_ActionsButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FG_ActionsButton_C \ static_assert(alignof(UUI_BP_FG_ActionsButton_C) == 0x000008, "Wrong alignment on UUI_BP_FG_ActionsButton_C"); \ static_assert(sizeof(UUI_BP_FG_ActionsButton_C) == 0x000538, "Wrong size on UUI_BP_FG_ActionsButton_C"); \ static_assert(offsetof(UUI_BP_FG_ActionsButton_C, UberGraphFrame) == 0x0004C0, "Member 'UUI_BP_FG_ActionsButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_ActionsButton_C, HippogriffLoop) == 0x0004C8, "Member 'UUI_BP_FG_ActionsButton_C::HippogriffLoop' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_ActionsButton_C, NewAnimation) == 0x0004D0, "Member 'UUI_BP_FG_ActionsButton_C::NewAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_ActionsButton_C, TutorialBounce) == 0x0004D8, "Member 'UUI_BP_FG_ActionsButton_C::TutorialBounce' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_ActionsButton_C, OnHoverAnimation) == 0x0004E0, "Member 'UUI_BP_FG_ActionsButton_C::OnHoverAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_ActionsButton_C, actionMeter) == 0x0004E8, "Member 'UUI_BP_FG_ActionsButton_C::actionMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_ActionsButton_C, ActionsLabel) == 0x0004F0, "Member 'UUI_BP_FG_ActionsButton_C::ActionsLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_ActionsButton_C, iconBorder) == 0x0004F8, "Member 'UUI_BP_FG_ActionsButton_C::iconBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_ActionsButton_C, newIndicator) == 0x000500, "Member 'UUI_BP_FG_ActionsButton_C::newIndicator' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_ActionsButton_C, PercentText) == 0x000508, "Member 'UUI_BP_FG_ActionsButton_C::PercentText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_ActionsButton_C, StartImage) == 0x000510, "Member 'UUI_BP_FG_ActionsButton_C::StartImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_ActionsButton_C, TutorialHighlight) == 0x000518, "Member 'UUI_BP_FG_ActionsButton_C::TutorialHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_ActionsButton_C, HouseFillID) == 0x000520, "Member 'UUI_BP_FG_ActionsButton_C::HouseFillID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_ActionsButton_C, currentHippogriffFrame) == 0x000530, "Member 'UUI_BP_FG_ActionsButton_C::currentHippogriffFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SaveMenu_C_ExecuteUbergraph_UI_BP_SaveMenu \ static_assert(alignof(UI_BP_SaveMenu_C_ExecuteUbergraph_UI_BP_SaveMenu) == 0x000008, "Wrong alignment on UI_BP_SaveMenu_C_ExecuteUbergraph_UI_BP_SaveMenu"); \ static_assert(sizeof(UI_BP_SaveMenu_C_ExecuteUbergraph_UI_BP_SaveMenu) == 0x000020, "Wrong size on UI_BP_SaveMenu_C_ExecuteUbergraph_UI_BP_SaveMenu"); \ static_assert(offsetof(UI_BP_SaveMenu_C_ExecuteUbergraph_UI_BP_SaveMenu, EntryPoint) == 0x000000, "Member 'UI_BP_SaveMenu_C_ExecuteUbergraph_UI_BP_SaveMenu::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_ExecuteUbergraph_UI_BP_SaveMenu, K2Node_Event_SaveData) == 0x000008, "Member 'UI_BP_SaveMenu_C_ExecuteUbergraph_UI_BP_SaveMenu::K2Node_Event_SaveData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_ExecuteUbergraph_UI_BP_SaveMenu, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'UI_BP_SaveMenu_C_ExecuteUbergraph_UI_BP_SaveMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_ExecuteUbergraph_UI_BP_SaveMenu, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'UI_BP_SaveMenu_C_ExecuteUbergraph_UI_BP_SaveMenu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_ExecuteUbergraph_UI_BP_SaveMenu, CallFunc_PostEventAtLocation_ReturnValue) == 0x00001C, "Member 'UI_BP_SaveMenu_C_ExecuteUbergraph_UI_BP_SaveMenu::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SaveMenu_C_RefreshListAfterSave \ static_assert(alignof(UI_BP_SaveMenu_C_RefreshListAfterSave) == 0x000008, "Wrong alignment on UI_BP_SaveMenu_C_RefreshListAfterSave"); \ static_assert(sizeof(UI_BP_SaveMenu_C_RefreshListAfterSave) == 0x000010, "Wrong size on UI_BP_SaveMenu_C_RefreshListAfterSave"); \ static_assert(offsetof(UI_BP_SaveMenu_C_RefreshListAfterSave, SaveData) == 0x000000, "Member 'UI_BP_SaveMenu_C_RefreshListAfterSave::SaveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SaveMenu_C_MenuButtonPressed \ static_assert(alignof(UI_BP_SaveMenu_C_MenuButtonPressed) == 0x000008, "Wrong alignment on UI_BP_SaveMenu_C_MenuButtonPressed"); \ static_assert(sizeof(UI_BP_SaveMenu_C_MenuButtonPressed) == 0x000010, "Wrong size on UI_BP_SaveMenu_C_MenuButtonPressed"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonPressed, Button) == 0x000000, "Member 'UI_BP_SaveMenu_C_MenuButtonPressed::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonPressed, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_SaveMenu_C_MenuButtonPressed::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonPressed, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00000C, "Member 'UI_BP_SaveMenu_C_MenuButtonPressed::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SaveMenu_C_MenuButtonReleased \ static_assert(alignof(UI_BP_SaveMenu_C_MenuButtonReleased) == 0x000008, "Wrong alignment on UI_BP_SaveMenu_C_MenuButtonReleased"); \ static_assert(sizeof(UI_BP_SaveMenu_C_MenuButtonReleased) == 0x000010, "Wrong size on UI_BP_SaveMenu_C_MenuButtonReleased"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonReleased, Button) == 0x000000, "Member 'UI_BP_SaveMenu_C_MenuButtonReleased::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonReleased, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_SaveMenu_C_MenuButtonReleased::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SaveMenu_C_MenuButtonHovered \ static_assert(alignof(UI_BP_SaveMenu_C_MenuButtonHovered) == 0x000008, "Wrong alignment on UI_BP_SaveMenu_C_MenuButtonHovered"); \ static_assert(sizeof(UI_BP_SaveMenu_C_MenuButtonHovered) == 0x000158, "Wrong size on UI_BP_SaveMenu_C_MenuButtonHovered"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonHovered, Button) == 0x000000, "Member 'UI_BP_SaveMenu_C_MenuButtonHovered::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonHovered, TempLegendData) == 0x000008, "Member 'UI_BP_SaveMenu_C_MenuButtonHovered::TempLegendData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonHovered, TempLegend) == 0x000038, "Member 'UI_BP_SaveMenu_C_MenuButtonHovered::TempLegend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonHovered, K2Node_MakeStruct_LegendItemData) == 0x000050, "Member 'UI_BP_SaveMenu_C_MenuButtonHovered::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonHovered, K2Node_MakeStruct_LegendItemData_1) == 0x000080, "Member 'UI_BP_SaveMenu_C_MenuButtonHovered::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonHovered, CallFunc_Get_ReturnValue) == 0x0000B0, "Member 'UI_BP_SaveMenu_C_MenuButtonHovered::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonHovered, K2Node_MakeArray_Array) == 0x0000B8, "Member 'UI_BP_SaveMenu_C_MenuButtonHovered::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonHovered, CallFunc_GetFieldGuideWidget_ReturnValue) == 0x0000C8, "Member 'UI_BP_SaveMenu_C_MenuButtonHovered::CallFunc_GetFieldGuideWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonHovered, CallFunc_Get_ReturnValue_1) == 0x0000D0, "Member 'UI_BP_SaveMenu_C_MenuButtonHovered::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonHovered, CallFunc_GetFieldGuideWidget_ReturnValue_1) == 0x0000D8, "Member 'UI_BP_SaveMenu_C_MenuButtonHovered::CallFunc_GetFieldGuideWidget_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonHovered, K2Node_MakeStruct_LegendItemData_2) == 0x0000E0, "Member 'UI_BP_SaveMenu_C_MenuButtonHovered::K2Node_MakeStruct_LegendItemData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonHovered, CallFunc_PostEventAtLocation_ReturnValue) == 0x000110, "Member 'UI_BP_SaveMenu_C_MenuButtonHovered::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonHovered, K2Node_MakeStruct_LegendItemData_3) == 0x000118, "Member 'UI_BP_SaveMenu_C_MenuButtonHovered::K2Node_MakeStruct_LegendItemData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonHovered, K2Node_MakeArray_Array_1) == 0x000148, "Member 'UI_BP_SaveMenu_C_MenuButtonHovered::K2Node_MakeArray_Array_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SaveMenu_C_MenuButtonUnhovered \ static_assert(alignof(UI_BP_SaveMenu_C_MenuButtonUnhovered) == 0x000008, "Wrong alignment on UI_BP_SaveMenu_C_MenuButtonUnhovered"); \ static_assert(sizeof(UI_BP_SaveMenu_C_MenuButtonUnhovered) == 0x000060, "Wrong size on UI_BP_SaveMenu_C_MenuButtonUnhovered"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonUnhovered, Button) == 0x000000, "Member 'UI_BP_SaveMenu_C_MenuButtonUnhovered::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonUnhovered, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_SaveMenu_C_MenuButtonUnhovered::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonUnhovered, CallFunc_Get_ReturnValue) == 0x000010, "Member 'UI_BP_SaveMenu_C_MenuButtonUnhovered::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonUnhovered, CallFunc_GetFieldGuideWidget_ReturnValue) == 0x000018, "Member 'UI_BP_SaveMenu_C_MenuButtonUnhovered::CallFunc_GetFieldGuideWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonUnhovered, K2Node_MakeStruct_LegendItemData) == 0x000020, "Member 'UI_BP_SaveMenu_C_MenuButtonUnhovered::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonUnhovered, K2Node_MakeArray_Array) == 0x000050, "Member 'UI_BP_SaveMenu_C_MenuButtonUnhovered::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SaveMenu_C_MenuButtonClicked \ static_assert(alignof(UI_BP_SaveMenu_C_MenuButtonClicked) == 0x000008, "Wrong alignment on UI_BP_SaveMenu_C_MenuButtonClicked"); \ static_assert(sizeof(UI_BP_SaveMenu_C_MenuButtonClicked) == 0x000010, "Wrong size on UI_BP_SaveMenu_C_MenuButtonClicked"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonClicked, Button) == 0x000000, "Member 'UI_BP_SaveMenu_C_MenuButtonClicked::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_MenuButtonClicked, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'UI_BP_SaveMenu_C_MenuButtonClicked::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SaveMenu_C_DeleteHoveredSave \ static_assert(alignof(UI_BP_SaveMenu_C_DeleteHoveredSave) == 0x000008, "Wrong alignment on UI_BP_SaveMenu_C_DeleteHoveredSave"); \ static_assert(sizeof(UI_BP_SaveMenu_C_DeleteHoveredSave) == 0x0000B0, "Wrong size on UI_BP_SaveMenu_C_DeleteHoveredSave"); \ static_assert(offsetof(UI_BP_SaveMenu_C_DeleteHoveredSave, CallFunc_PostEventAtLocation_ReturnValue) == 0x000000, "Member 'UI_BP_SaveMenu_C_DeleteHoveredSave::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_DeleteHoveredSave, CallFunc_Get_ReturnValue) == 0x000008, "Member 'UI_BP_SaveMenu_C_DeleteHoveredSave::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_DeleteHoveredSave, K2Node_MakeStruct_LegendItemData) == 0x000010, "Member 'UI_BP_SaveMenu_C_DeleteHoveredSave::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_DeleteHoveredSave, CallFunc_GetFieldGuideWidget_ReturnValue) == 0x000040, "Member 'UI_BP_SaveMenu_C_DeleteHoveredSave::CallFunc_GetFieldGuideWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_DeleteHoveredSave, K2Node_MakeArray_Array) == 0x000048, "Member 'UI_BP_SaveMenu_C_DeleteHoveredSave::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_DeleteHoveredSave, CallFunc_GetUserSavesBySlot_SaveData) == 0x000058, "Member 'UI_BP_SaveMenu_C_DeleteHoveredSave::CallFunc_GetUserSavesBySlot_SaveData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_DeleteHoveredSave, CallFunc_GetFileName_FileName) == 0x000068, "Member 'UI_BP_SaveMenu_C_DeleteHoveredSave::CallFunc_GetFileName_FileName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_DeleteHoveredSave, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'UI_BP_SaveMenu_C_DeleteHoveredSave::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_DeleteHoveredSave, CallFunc_ParseSlotNumFromName_ReturnValue) == 0x00007C, "Member 'UI_BP_SaveMenu_C_DeleteHoveredSave::CallFunc_ParseSlotNumFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_DeleteHoveredSave, CallFunc_Conv_IntToString_ReturnValue) == 0x000080, "Member 'UI_BP_SaveMenu_C_DeleteHoveredSave::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_DeleteHoveredSave, CallFunc_DeleteGameFromSlot_ReturnValue) == 0x000090, "Member 'UI_BP_SaveMenu_C_DeleteHoveredSave::CallFunc_DeleteGameFromSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_DeleteHoveredSave, CallFunc_Concat_StrStr_ReturnValue) == 0x000098, "Member 'UI_BP_SaveMenu_C_DeleteHoveredSave::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_DeleteHoveredSave, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_SaveMenu_C_DeleteHoveredSave::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SaveMenu_C_OverwriteHoveredSave \ static_assert(alignof(UI_BP_SaveMenu_C_OverwriteHoveredSave) == 0x000004, "Wrong alignment on UI_BP_SaveMenu_C_OverwriteHoveredSave"); \ static_assert(sizeof(UI_BP_SaveMenu_C_OverwriteHoveredSave) == 0x000008, "Wrong size on UI_BP_SaveMenu_C_OverwriteHoveredSave"); \ static_assert(offsetof(UI_BP_SaveMenu_C_OverwriteHoveredSave, CallFunc_PostEventAtLocation_ReturnValue) == 0x000000, "Member 'UI_BP_SaveMenu_C_OverwriteHoveredSave::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_OverwriteHoveredSave, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'UI_BP_SaveMenu_C_OverwriteHoveredSave::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SaveMenu_C_RefreshButtons \ static_assert(alignof(UI_BP_SaveMenu_C_RefreshButtons) == 0x000008, "Wrong alignment on UI_BP_SaveMenu_C_RefreshButtons"); \ static_assert(sizeof(UI_BP_SaveMenu_C_RefreshButtons) == 0x0000B8, "Wrong size on UI_BP_SaveMenu_C_RefreshButtons"); \ static_assert(offsetof(UI_BP_SaveMenu_C_RefreshButtons, SaveInfo) == 0x000000, "Member 'UI_BP_SaveMenu_C_RefreshButtons::SaveInfo' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_RefreshButtons, CurrentButton) == 0x000010, "Member 'UI_BP_SaveMenu_C_RefreshButtons::CurrentButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_RefreshButtons, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'UI_BP_SaveMenu_C_RefreshButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_RefreshButtons, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'UI_BP_SaveMenu_C_RefreshButtons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_RefreshButtons, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'UI_BP_SaveMenu_C_RefreshButtons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_RefreshButtons, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'UI_BP_SaveMenu_C_RefreshButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_RefreshButtons, CallFunc_Array_Get_Item) == 0x000028, "Member 'UI_BP_SaveMenu_C_RefreshButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_RefreshButtons, CallFunc_Array_Length_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_SaveMenu_C_RefreshButtons::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_RefreshButtons, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'UI_BP_SaveMenu_C_RefreshButtons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_RefreshButtons, CallFunc_Array_Length_ReturnValue_2) == 0x0000A8, "Member 'UI_BP_SaveMenu_C_RefreshButtons::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_RefreshButtons, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000AC, "Member 'UI_BP_SaveMenu_C_RefreshButtons::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_RefreshButtons, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'UI_BP_SaveMenu_C_RefreshButtons::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SaveMenu_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_SaveMenu_C_BlueprintOnUMGInputAction) == 0x000004, "Wrong alignment on UI_BP_SaveMenu_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_SaveMenu_C_BlueprintOnUMGInputAction) == 0x000018, "Wrong size on UI_BP_SaveMenu_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_SaveMenu_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_SaveMenu_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_SaveMenu_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_SaveMenu_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_SaveMenu_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'UI_BP_SaveMenu_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00000C, "Member 'UI_BP_SaveMenu_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000010, "Member 'UI_BP_SaveMenu_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'UI_BP_SaveMenu_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_BlueprintOnUMGInputAction, K2Node_SwitchEnum_CmpSuccess) == 0x000015, "Member 'UI_BP_SaveMenu_C_BlueprintOnUMGInputAction::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SaveMenu_C_SaveToSlot \ static_assert(alignof(UI_BP_SaveMenu_C_SaveToSlot) == 0x000008, "Wrong alignment on UI_BP_SaveMenu_C_SaveToSlot"); \ static_assert(sizeof(UI_BP_SaveMenu_C_SaveToSlot) == 0x000060, "Wrong size on UI_BP_SaveMenu_C_SaveToSlot"); \ static_assert(offsetof(UI_BP_SaveMenu_C_SaveToSlot, SaveButton) == 0x000000, "Member 'UI_BP_SaveMenu_C_SaveToSlot::SaveButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_SaveToSlot, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_SaveMenu_C_SaveToSlot::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_SaveToSlot, CallFunc_GetFileName_FileName) == 0x000010, "Member 'UI_BP_SaveMenu_C_SaveToSlot::CallFunc_GetFileName_FileName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_SaveToSlot, CallFunc_ParseSlotNumFromName_ReturnValue) == 0x000020, "Member 'UI_BP_SaveMenu_C_SaveToSlot::CallFunc_ParseSlotNumFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_SaveToSlot, CallFunc_Conv_IntToString_ReturnValue) == 0x000028, "Member 'UI_BP_SaveMenu_C_SaveToSlot::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_SaveToSlot, CallFunc_SaveGameInSlot_ReturnValue) == 0x000038, "Member 'UI_BP_SaveMenu_C_SaveToSlot::CallFunc_SaveGameInSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_SaveToSlot, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'UI_BP_SaveMenu_C_SaveToSlot::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_SaveToSlot, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'UI_BP_SaveMenu_C_SaveToSlot::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SaveMenu_C_InitSlotButtons \ static_assert(alignof(UI_BP_SaveMenu_C_InitSlotButtons) == 0x000008, "Wrong alignment on UI_BP_SaveMenu_C_InitSlotButtons"); \ static_assert(sizeof(UI_BP_SaveMenu_C_InitSlotButtons) == 0x000090, "Wrong size on UI_BP_SaveMenu_C_InitSlotButtons"); \ static_assert(offsetof(UI_BP_SaveMenu_C_InitSlotButtons, Temp_int_Array_Index_Variable) == 0x000000, "Member 'UI_BP_SaveMenu_C_InitSlotButtons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_InitSlotButtons, CallFunc_GetUserSavesBySlot_SaveData) == 0x000008, "Member 'UI_BP_SaveMenu_C_InitSlotButtons::CallFunc_GetUserSavesBySlot_SaveData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_InitSlotButtons, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'UI_BP_SaveMenu_C_InitSlotButtons::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_InitSlotButtons, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'UI_BP_SaveMenu_C_InitSlotButtons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_InitSlotButtons, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'UI_BP_SaveMenu_C_InitSlotButtons::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_InitSlotButtons, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'UI_BP_SaveMenu_C_InitSlotButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_InitSlotButtons, K2Node_CreateDelegate_OutputDelegate_2) == 0x000040, "Member 'UI_BP_SaveMenu_C_InitSlotButtons::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_InitSlotButtons, K2Node_CreateDelegate_OutputDelegate_3) == 0x000050, "Member 'UI_BP_SaveMenu_C_InitSlotButtons::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_InitSlotButtons, K2Node_CreateDelegate_OutputDelegate_4) == 0x000060, "Member 'UI_BP_SaveMenu_C_InitSlotButtons::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_InitSlotButtons, CallFunc_Array_Get_Item) == 0x000070, "Member 'UI_BP_SaveMenu_C_InitSlotButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_InitSlotButtons, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'UI_BP_SaveMenu_C_InitSlotButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_InitSlotButtons, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'UI_BP_SaveMenu_C_InitSlotButtons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_InitSlotButtons, K2Node_MakeArray_Array) == 0x000080, "Member 'UI_BP_SaveMenu_C_InitSlotButtons::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SaveMenu_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_SaveMenu_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_SaveMenu_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_SaveMenu_C_GatherMenuReaderStrings) == 0x000088, "Wrong size on UI_BP_SaveMenu_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_SaveMenu_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_SaveMenu_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_SaveMenu_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_SaveMenu_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_SaveMenu_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_GatherMenuReaderStrings, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000038, "Member 'UI_BP_SaveMenu_C_GatherMenuReaderStrings::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'UI_BP_SaveMenu_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_SaveMenu_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_GatherMenuReaderStrings, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'UI_BP_SaveMenu_C_GatherMenuReaderStrings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000070, "Member 'UI_BP_SaveMenu_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SaveMenu_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'UI_BP_SaveMenu_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_SaveMenu_C \ static_assert(alignof(UUI_BP_SaveMenu_C) == 0x000008, "Wrong alignment on UUI_BP_SaveMenu_C"); \ static_assert(sizeof(UUI_BP_SaveMenu_C) == 0x000438, "Wrong size on UUI_BP_SaveMenu_C"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, UberGraphFrame) == 0x000338, "Member 'UUI_BP_SaveMenu_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, SavedGameButton0) == 0x000340, "Member 'UUI_BP_SaveMenu_C::SavedGameButton0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, SavedGameButton1) == 0x000348, "Member 'UUI_BP_SaveMenu_C::SavedGameButton1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, SavedGameButton2) == 0x000350, "Member 'UUI_BP_SaveMenu_C::SavedGameButton2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, SavedGameButton3) == 0x000358, "Member 'UUI_BP_SaveMenu_C::SavedGameButton3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, SavedGameButton4) == 0x000360, "Member 'UUI_BP_SaveMenu_C::SavedGameButton4' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, SavedGameButton5) == 0x000368, "Member 'UUI_BP_SaveMenu_C::SavedGameButton5' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, SavedGameButton6) == 0x000370, "Member 'UUI_BP_SaveMenu_C::SavedGameButton6' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, SavedGameButton7) == 0x000378, "Member 'UUI_BP_SaveMenu_C::SavedGameButton7' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, SavedGameButton8) == 0x000380, "Member 'UUI_BP_SaveMenu_C::SavedGameButton8' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, SavedGameButton9) == 0x000388, "Member 'UUI_BP_SaveMenu_C::SavedGameButton9' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, SaveList) == 0x000390, "Member 'UUI_BP_SaveMenu_C::SaveList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, Title) == 0x000398, "Member 'UUI_BP_SaveMenu_C::Title' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, OnGameSaved) == 0x0003A0, "Member 'UUI_BP_SaveMenu_C::OnGameSaved' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, DetailsAnimation) == 0x0003B0, "Member 'UUI_BP_SaveMenu_C::DetailsAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, DetailsDirection) == 0x0003B8, "Member 'UUI_BP_SaveMenu_C::DetailsDirection' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, buttons) == 0x0003C0, "Member 'UUI_BP_SaveMenu_C::buttons' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, OnLegendRequested) == 0x0003D0, "Member 'UUI_BP_SaveMenu_C::OnLegendRequested' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, HoveredSlot) == 0x0003E0, "Member 'UUI_BP_SaveMenu_C::HoveredSlot' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, StartStopOverwrite) == 0x0003E8, "Member 'UUI_BP_SaveMenu_C::StartStopOverwrite' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, StartStopDelete) == 0x0003F8, "Member 'UUI_BP_SaveMenu_C::StartStopDelete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, OnSaveStarted) == 0x000408, "Member 'UUI_BP_SaveMenu_C::OnSaveStarted' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, OnSaveFailed) == 0x000418, "Member 'UUI_BP_SaveMenu_C::OnSaveFailed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, ParentLegend) == 0x000428, "Member 'UUI_BP_SaveMenu_C::ParentLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SaveMenu_C, AudioIsHoveredSlotInUse) == 0x000430, "Member 'UUI_BP_SaveMenu_C::AudioIsHoveredSlotInUse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearTooltipContent_C_SetStatData \ static_assert(alignof(UI_BP_GearTooltipContent_C_SetStatData) == 0x000008, "Wrong alignment on UI_BP_GearTooltipContent_C_SetStatData"); \ static_assert(sizeof(UI_BP_GearTooltipContent_C_SetStatData) == 0x0004B0, "Wrong size on UI_BP_GearTooltipContent_C_SetStatData"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, GearID) == 0x000000, "Member 'UI_BP_GearTooltipContent_C_SetStatData::GearID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Variation) == 0x000010, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Variation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, DisplayIfSafeToDelete) == 0x000018, "Member 'UI_BP_GearTooltipContent_C_SetStatData::DisplayIfSafeToDelete' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, currentSlotID) == 0x000019, "Member 'UI_BP_GearTooltipContent_C_SetStatData::currentSlotID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Offense) == 0x00001C, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Offense' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Defense) == 0x000020, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Defense' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Cooldown) == 0x000024, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Cooldown' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, tempArray) == 0x000028, "Member 'UI_BP_GearTooltipContent_C_SetStatData::tempArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, StatArray) == 0x000038, "Member 'UI_BP_GearTooltipContent_C_SetStatData::StatArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_byte_Variable) == 0x000039, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_byte_Variable_1) == 0x00003A, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_bool_Variable) == 0x00003B, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_byte_Variable_2) == 0x00003C, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_byte_Variable_3) == 0x00003D, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_bool_Variable_1) == 0x00003E, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_byte_Variable_4) == 0x00003F, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_byte_Variable_5) == 0x000040, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_bool_Variable_2) == 0x000041, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_byte_Variable_6) == 0x000042, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_byte_Variable_7) == 0x000043, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_WidgetTransform) == 0x000044, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_WidgetTransform' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_WidgetTransform_1) == 0x000060, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_WidgetTransform_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_SlateColor) == 0x000080, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_SlateColor_1) == 0x0000A8, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_SlateColor_2) == 0x0000D0, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_SlateColor_3) == 0x0000F8, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_WidgetTransform_2) == 0x000120, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_WidgetTransform_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_WidgetTransform_3) == 0x00013C, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_WidgetTransform_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_WidgetTransform_4) == 0x000158, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_WidgetTransform_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_WidgetTransform_5) == 0x000174, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_WidgetTransform_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_WidgetTransform_6) == 0x000190, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_WidgetTransform_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_SlateColor_4) == 0x0001B0, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_SlateColor_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_SlateColor_5) == 0x0001D8, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_SlateColor_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_SlateColor_6) == 0x000200, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_SlateColor_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_SlateColor_7) == 0x000228, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_SlateColor_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_SlateColor_8) == 0x000250, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_SlateColor_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_SlateColor_9) == 0x000278, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_SlateColor_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_SlateColor_10) == 0x0002A0, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_SlateColor_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_SlateColor_11) == 0x0002C8, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_SlateColor_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_int_Array_Index_Variable) == 0x0002F0, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_int_Loop_Counter_Variable) == 0x0002F4, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Add_IntInt_ReturnValue) == 0x0002F8, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_byte_Variable_8) == 0x0002FC, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_byte_Variable_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_byte_Variable_9) == 0x0002FD, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_byte_Variable_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Get_ReturnValue) == 0x000300, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Conv_StringToName_ReturnValue) == 0x000308, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_GetGearEmptyTraitSlots_ReturnValue) == 0x000310, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_GetGearEmptyTraitSlots_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_byte_Variable_10) == 0x000314, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_byte_Variable_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_byte_Variable_11) == 0x000315, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_byte_Variable_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Greater_IntInt_ReturnValue) == 0x000316, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Conv_IntToText_ReturnValue) == 0x000318, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_Select_Default) == 0x000330, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, Temp_byte_Variable_12) == 0x000331, "Member 'UI_BP_GearTooltipContent_C_SetStatData::Temp_byte_Variable_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_Select_Default_1) == 0x000332, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Get_ReturnValue_1) == 0x000338, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_GetEquippedGearItemID_ReturnValue) == 0x000340, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_GetEquippedGearItemID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000354, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_GetGearItem_OutGearItem) == 0x000358, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_GetGearItem_ReturnValue) == 0x0003B0, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_Select_Default_2) == 0x0003B1, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0003B2, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Greater_IntInt_ReturnValue_2) == 0x0003B3, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0003B4, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Greater_IntInt_ReturnValue_3) == 0x0003B5, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x0003B6, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Greater_IntInt_ReturnValue_4) == 0x0003B7, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Greater_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Conv_IntToText_ReturnValue_1) == 0x0003B8, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Greater_IntInt_ReturnValue_5) == 0x0003D0, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Greater_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Conv_IntToText_ReturnValue_2) == 0x0003D8, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_Select_Default_3) == 0x0003F0, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Array_Length_ReturnValue) == 0x0003F4, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Greater_IntInt_ReturnValue_6) == 0x0003F8, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Greater_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Array_Get_Item) == 0x0003FC, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Array_Length_ReturnValue_1) == 0x000404, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Conv_NameToString_ReturnValue) == 0x000408, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Less_IntInt_ReturnValue) == 0x000418, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_GetChildAt_ReturnValue) == 0x000420, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_DynamicCast_AsUI_BP_Trait_Note) == 0x000428, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_DynamicCast_AsUI_BP_Trait_Note' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_DynamicCast_bSuccess) == 0x000430, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_Conv_StringToName_ReturnValue_1) == 0x000434, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, K2Node_MakeStruct_GearItemID) == 0x00043C, "Member 'UI_BP_GearTooltipContent_C_SetStatData::K2Node_MakeStruct_GearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_GetGearItem_OutGearItem_1) == 0x000450, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_GetGearItem_OutGearItem_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_SetStatData, CallFunc_GetGearItem_ReturnValue_1) == 0x0004A8, "Member 'UI_BP_GearTooltipContent_C_SetStatData::CallFunc_GetGearItem_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearTooltipContent_C_CreateStatArray \ static_assert(alignof(UI_BP_GearTooltipContent_C_CreateStatArray) == 0x000008, "Wrong alignment on UI_BP_GearTooltipContent_C_CreateStatArray"); \ static_assert(sizeof(UI_BP_GearTooltipContent_C_CreateStatArray) == 0x000058, "Wrong size on UI_BP_GearTooltipContent_C_CreateStatArray"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_CreateStatArray, TraitArray) == 0x000000, "Member 'UI_BP_GearTooltipContent_C_CreateStatArray::TraitArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_CreateStatArray, EmptySlotCount) == 0x000010, "Member 'UI_BP_GearTooltipContent_C_CreateStatArray::EmptySlotCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_CreateStatArray, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_GearTooltipContent_C_CreateStatArray::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_CreateStatArray, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_GearTooltipContent_C_CreateStatArray::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_CreateStatArray, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'UI_BP_GearTooltipContent_C_CreateStatArray::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_CreateStatArray, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'UI_BP_GearTooltipContent_C_CreateStatArray::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_CreateStatArray, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'UI_BP_GearTooltipContent_C_CreateStatArray::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_CreateStatArray, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_GearTooltipContent_C_CreateStatArray::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_CreateStatArray, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'UI_BP_GearTooltipContent_C_CreateStatArray::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_CreateStatArray, Temp_int_Variable) == 0x000030, "Member 'UI_BP_GearTooltipContent_C_CreateStatArray::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_CreateStatArray, CallFunc_Array_Get_Item) == 0x000034, "Member 'UI_BP_GearTooltipContent_C_CreateStatArray::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_CreateStatArray, CallFunc_NotEqual_NameName_ReturnValue) == 0x00003C, "Member 'UI_BP_GearTooltipContent_C_CreateStatArray::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_CreateStatArray, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00003D, "Member 'UI_BP_GearTooltipContent_C_CreateStatArray::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_CreateStatArray, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'UI_BP_GearTooltipContent_C_CreateStatArray::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_CreateStatArray, Temp_name_Variable) == 0x000044, "Member 'UI_BP_GearTooltipContent_C_CreateStatArray::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_CreateStatArray, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'UI_BP_GearTooltipContent_C_CreateStatArray::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearTooltipContent_C_CreateStatArray, CallFunc_Array_Add_ReturnValue_1) == 0x000050, "Member 'UI_BP_GearTooltipContent_C_CreateStatArray::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_GearTooltipContent_C \ static_assert(alignof(UUI_BP_GearTooltipContent_C) == 0x000008, "Wrong alignment on UUI_BP_GearTooltipContent_C"); \ static_assert(sizeof(UUI_BP_GearTooltipContent_C) == 0x0002F0, "Wrong size on UUI_BP_GearTooltipContent_C"); \ static_assert(offsetof(UUI_BP_GearTooltipContent_C, cooldownArrow) == 0x000268, "Member 'UUI_BP_GearTooltipContent_C::cooldownArrow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearTooltipContent_C, cooldownBox) == 0x000270, "Member 'UUI_BP_GearTooltipContent_C::cooldownBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearTooltipContent_C, cooldownValue) == 0x000278, "Member 'UUI_BP_GearTooltipContent_C::cooldownValue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearTooltipContent_C, defenseArrow) == 0x000280, "Member 'UUI_BP_GearTooltipContent_C::defenseArrow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearTooltipContent_C, defenseBox) == 0x000288, "Member 'UUI_BP_GearTooltipContent_C::defenseBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearTooltipContent_C, defenseValue) == 0x000290, "Member 'UUI_BP_GearTooltipContent_C::defenseValue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearTooltipContent_C, GearDeleteMessage) == 0x000298, "Member 'UUI_BP_GearTooltipContent_C::GearDeleteMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearTooltipContent_C, gearDivider) == 0x0002A0, "Member 'UUI_BP_GearTooltipContent_C::gearDivider' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearTooltipContent_C, GearStats) == 0x0002A8, "Member 'UUI_BP_GearTooltipContent_C::GearStats' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearTooltipContent_C, offenseArrow) == 0x0002B0, "Member 'UUI_BP_GearTooltipContent_C::offenseArrow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearTooltipContent_C, offenseBox) == 0x0002B8, "Member 'UUI_BP_GearTooltipContent_C::offenseBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearTooltipContent_C, offenseValue) == 0x0002C0, "Member 'UUI_BP_GearTooltipContent_C::offenseValue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearTooltipContent_C, trait1) == 0x0002C8, "Member 'UUI_BP_GearTooltipContent_C::trait1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearTooltipContent_C, trait2) == 0x0002D0, "Member 'UUI_BP_GearTooltipContent_C::trait2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearTooltipContent_C, trait3) == 0x0002D8, "Member 'UUI_BP_GearTooltipContent_C::trait3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearTooltipContent_C, StatsArray) == 0x0002E0, "Member 'UUI_BP_GearTooltipContent_C::StatsArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_SwimChangeDirection_C \ static_assert(alignof(UABL_SwimChangeDirection_C) == 0x000008, "Wrong alignment on UABL_SwimChangeDirection_C"); \ static_assert(sizeof(UABL_SwimChangeDirection_C) == 0x0000C8, "Wrong size on UABL_SwimChangeDirection_C"); \ #define DUMPER7_ASSERTS_UI_BP_NavBarButton_C_ExecuteUbergraph_UI_BP_NavBarButton \ static_assert(alignof(UI_BP_NavBarButton_C_ExecuteUbergraph_UI_BP_NavBarButton) == 0x000008, "Wrong alignment on UI_BP_NavBarButton_C_ExecuteUbergraph_UI_BP_NavBarButton"); \ static_assert(sizeof(UI_BP_NavBarButton_C_ExecuteUbergraph_UI_BP_NavBarButton) == 0x000070, "Wrong size on UI_BP_NavBarButton_C_ExecuteUbergraph_UI_BP_NavBarButton"); \ static_assert(offsetof(UI_BP_NavBarButton_C_ExecuteUbergraph_UI_BP_NavBarButton, EntryPoint) == 0x000000, "Member 'UI_BP_NavBarButton_C_ExecuteUbergraph_UI_BP_NavBarButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NavBarButton_C_ExecuteUbergraph_UI_BP_NavBarButton, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'UI_BP_NavBarButton_C_ExecuteUbergraph_UI_BP_NavBarButton::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NavBarButton_C_ExecuteUbergraph_UI_BP_NavBarButton, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'UI_BP_NavBarButton_C_ExecuteUbergraph_UI_BP_NavBarButton::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NavBarButton_C_ExecuteUbergraph_UI_BP_NavBarButton, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_NavBarButton_C_ExecuteUbergraph_UI_BP_NavBarButton::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NavBarButton_C_ExecuteUbergraph_UI_BP_NavBarButton, CallFunc_PostEventAtLocation_ReturnValue) == 0x000068, "Member 'UI_BP_NavBarButton_C_ExecuteUbergraph_UI_BP_NavBarButton::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NavBarButton_C_ExecuteUbergraph_UI_BP_NavBarButton, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00006C, "Member 'UI_BP_NavBarButton_C_ExecuteUbergraph_UI_BP_NavBarButton::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NavBarButton_C_SetSelectedState \ static_assert(alignof(UI_BP_NavBarButton_C_SetSelectedState) == 0x000008, "Wrong alignment on UI_BP_NavBarButton_C_SetSelectedState"); \ static_assert(sizeof(UI_BP_NavBarButton_C_SetSelectedState) == 0x000018, "Wrong size on UI_BP_NavBarButton_C_SetSelectedState"); \ static_assert(offsetof(UI_BP_NavBarButton_C_SetSelectedState, isSelectedButton) == 0x000000, "Member 'UI_BP_NavBarButton_C_SetSelectedState::isSelectedButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NavBarButton_C_SetSelectedState, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_NavBarButton_C_SetSelectedState::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NavBarButton_C_SetSelectedState, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_NavBarButton_C_SetSelectedState::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NavBarButton_C_SetItemCount \ static_assert(alignof(UI_BP_NavBarButton_C_SetItemCount) == 0x000004, "Wrong alignment on UI_BP_NavBarButton_C_SetItemCount"); \ static_assert(sizeof(UI_BP_NavBarButton_C_SetItemCount) == 0x000008, "Wrong size on UI_BP_NavBarButton_C_SetItemCount"); \ static_assert(offsetof(UI_BP_NavBarButton_C_SetItemCount, NewCount) == 0x000000, "Member 'UI_BP_NavBarButton_C_SetItemCount::NewCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NavBarButton_C_SetItemCount, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'UI_BP_NavBarButton_C_SetItemCount::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NavBarButton_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_NavBarButton_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_NavBarButton_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_NavBarButton_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_NavBarButton_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_NavBarButton_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_NavBarButton_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NavBarButton_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_NavBarButton_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NavBarButton_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_NavBarButton_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NavBarButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_NavBarButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NavBarButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_NavBarButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NavBarButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_NavBarButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NavBarButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_NavBarButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_NavBarButton_C \ static_assert(alignof(UUI_BP_NavBarButton_C) == 0x000008, "Wrong alignment on UUI_BP_NavBarButton_C"); \ static_assert(sizeof(UUI_BP_NavBarButton_C) == 0x000450, "Wrong size on UUI_BP_NavBarButton_C"); \ static_assert(offsetof(UUI_BP_NavBarButton_C, UberGraphFrame) == 0x0003E8, "Member 'UUI_BP_NavBarButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NavBarButton_C, ShowHighlight) == 0x0003F0, "Member 'UUI_BP_NavBarButton_C::ShowHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NavBarButton_C, highlight) == 0x0003F8, "Member 'UUI_BP_NavBarButton_C::highlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NavBarButton_C, highlightBack) == 0x000400, "Member 'UUI_BP_NavBarButton_C::highlightBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NavBarButton_C, newIndicator) == 0x000408, "Member 'UUI_BP_NavBarButton_C::newIndicator' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NavBarButton_C, OnHoveredEventDispatcher) == 0x000410, "Member 'UUI_BP_NavBarButton_C::OnHoveredEventDispatcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NavBarButton_C, OnClickedEventDispatcher) == 0x000420, "Member 'UUI_BP_NavBarButton_C::OnClickedEventDispatcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NavBarButton_C, OnUnhoveredEventDispatcher) == 0x000430, "Member 'UUI_BP_NavBarButton_C::OnUnhoveredEventDispatcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NavBarButton_C, IsSelected) == 0x000440, "Member 'UUI_BP_NavBarButton_C::IsSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NavBarButton_C, Category) == 0x000444, "Member 'UUI_BP_NavBarButton_C::Category' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Avatar_Dynamic_LightRig_C \ static_assert(alignof(ABP_Avatar_Dynamic_LightRig_C) == 0x000008, "Wrong alignment on ABP_Avatar_Dynamic_LightRig_C"); \ static_assert(sizeof(ABP_Avatar_Dynamic_LightRig_C) == 0x000330, "Wrong size on ABP_Avatar_Dynamic_LightRig_C"); \ static_assert(offsetof(ABP_Avatar_Dynamic_LightRig_C, DebugCenter) == 0x000308, "Member 'ABP_Avatar_Dynamic_LightRig_C::DebugCenter' has a wrong offset!"); \ static_assert(offsetof(ABP_Avatar_Dynamic_LightRig_C, Camera_Variable_Fill_) == 0x000310, "Member 'ABP_Avatar_Dynamic_LightRig_C::Camera_Variable_Fill_' has a wrong offset!"); \ static_assert(offsetof(ABP_Avatar_Dynamic_LightRig_C, Rim_2) == 0x000318, "Member 'ABP_Avatar_Dynamic_LightRig_C::Rim_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Avatar_Dynamic_LightRig_C, Hair_light) == 0x000320, "Member 'ABP_Avatar_Dynamic_LightRig_C::Hair_light' has a wrong offset!"); \ static_assert(offsetof(ABP_Avatar_Dynamic_LightRig_C, Main_Rim) == 0x000328, "Member 'ABP_Avatar_Dynamic_LightRig_C::Main_Rim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map \ static_assert(alignof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map) == 0x000068, "Wrong size on UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, EntryPoint) == 0x000000, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, Temp_byte_Variable) == 0x000004, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, Temp_byte_Variable_1) == 0x000005, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, Temp_bool_Variable) == 0x000006, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, Temp_byte_Variable_2) == 0x000007, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, Temp_byte_Variable_3) == 0x000008, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, Temp_bool_Variable_1) == 0x000009, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, Temp_float_Variable) == 0x00000C, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, Temp_float_Variable_1) == 0x000010, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000018, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, CallFunc_PostEventAtLocation_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00002C, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, CallFunc_PlayAnimation_ReturnValue) == 0x000030, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, CallFunc_Get_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, CallFunc_GetMapSubSystem_ReturnValue) == 0x000040, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::CallFunc_GetMapSubSystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, CallFunc_IsDungeon_ReturnValue) == 0x000048, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::CallFunc_IsDungeon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, Temp_bool_Variable_2) == 0x000049, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, K2Node_Select_Default) == 0x00004A, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, K2Node_Select_Default_1) == 0x00004B, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, K2Node_Event_IsLocked) == 0x00004C, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::K2Node_Event_IsLocked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, K2Node_Select_Default_2) == 0x000050, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, K2Node_Event_IsDesignTime) == 0x000054, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, K2Node_Event_bIsTutorialHighlighted) == 0x000055, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::K2Node_Event_bIsTutorialHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, CallFunc_Get_ReturnValue_1) == 0x000058, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000060, "Member 'UI_BP_FieldGuideButton_Map_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Map::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Map_C_SetIsTutorialHighlighted \ static_assert(alignof(UI_BP_FieldGuideButton_Map_C_SetIsTutorialHighlighted) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Map_C_SetIsTutorialHighlighted"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Map_C_SetIsTutorialHighlighted) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Map_C_SetIsTutorialHighlighted"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_SetIsTutorialHighlighted, bIsTutorialHighlighted) == 0x000000, "Member 'UI_BP_FieldGuideButton_Map_C_SetIsTutorialHighlighted::bIsTutorialHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Map_C_PreConstruct \ static_assert(alignof(UI_BP_FieldGuideButton_Map_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Map_C_PreConstruct"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Map_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Map_C_PreConstruct"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_FieldGuideButton_Map_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Map_C_SetLockedState \ static_assert(alignof(UI_BP_FieldGuideButton_Map_C_SetLockedState) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Map_C_SetLockedState"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Map_C_SetLockedState) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Map_C_SetLockedState"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_SetLockedState, IsLocked) == 0x000000, "Member 'UI_BP_FieldGuideButton_Map_C_SetLockedState::IsLocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Map_C_Play_Button_Loop_Animation \ static_assert(alignof(UI_BP_FieldGuideButton_Map_C_Play_Button_Loop_Animation) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Map_C_Play_Button_Loop_Animation"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Map_C_Play_Button_Loop_Animation) == 0x000008, "Wrong size on UI_BP_FieldGuideButton_Map_C_Play_Button_Loop_Animation"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_Play_Button_Loop_Animation, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_FieldGuideButton_Map_C_Play_Button_Loop_Animation::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Map_C_PauseButtonLoopAnimation \ static_assert(alignof(UI_BP_FieldGuideButton_Map_C_PauseButtonLoopAnimation) == 0x000004, "Wrong alignment on UI_BP_FieldGuideButton_Map_C_PauseButtonLoopAnimation"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Map_C_PauseButtonLoopAnimation) == 0x000004, "Wrong size on UI_BP_FieldGuideButton_Map_C_PauseButtonLoopAnimation"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_PauseButtonLoopAnimation, CallFunc_PauseAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_FieldGuideButton_Map_C_PauseButtonLoopAnimation::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings) == 0x0000A0, "Wrong size on UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000064, "Member 'UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000068, "Member 'UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000080, "Member 'UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000088, "Member 'UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000098, "Member 'UI_BP_FieldGuideButton_Map_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FieldGuideButton_Map_C \ static_assert(alignof(UUI_BP_FieldGuideButton_Map_C) == 0x000008, "Wrong alignment on UUI_BP_FieldGuideButton_Map_C"); \ static_assert(sizeof(UUI_BP_FieldGuideButton_Map_C) == 0x000548, "Wrong size on UUI_BP_FieldGuideButton_Map_C"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Map_C, UberGraphFrame) == 0x0004B0, "Member 'UUI_BP_FieldGuideButton_Map_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Map_C, LoopingAnimation) == 0x0004B8, "Member 'UUI_BP_FieldGuideButton_Map_C::LoopingAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Map_C, HideHighlight) == 0x0004C0, "Member 'UUI_BP_FieldGuideButton_Map_C::HideHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Map_C, TutorialBounce) == 0x0004C8, "Member 'UUI_BP_FieldGuideButton_Map_C::TutorialBounce' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Map_C, ShowHighlight) == 0x0004D0, "Member 'UUI_BP_FieldGuideButton_Map_C::ShowHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Map_C, ButtonBackground) == 0x0004D8, "Member 'UUI_BP_FieldGuideButton_Map_C::ButtonBackground' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Map_C, buttonImage) == 0x0004E0, "Member 'UUI_BP_FieldGuideButton_Map_C::buttonImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Map_C, CategoryLabel) == 0x0004E8, "Member 'UUI_BP_FieldGuideButton_Map_C::CategoryLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Map_C, iconBorder) == 0x0004F0, "Member 'UUI_BP_FieldGuideButton_Map_C::iconBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Map_C, LabelPanel) == 0x0004F8, "Member 'UUI_BP_FieldGuideButton_Map_C::LabelPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Map_C, MapNotAvailableLabel) == 0x000500, "Member 'UUI_BP_FieldGuideButton_Map_C::MapNotAvailableLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Map_C, Root) == 0x000508, "Member 'UUI_BP_FieldGuideButton_Map_C::Root' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Map_C, TutorialHighlight) == 0x000510, "Member 'UUI_BP_FieldGuideButton_Map_C::TutorialHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Map_C, CategoryLabelText) == 0x000518, "Member 'UUI_BP_FieldGuideButton_Map_C::CategoryLabelText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Map_C, LabelPosition) == 0x000528, "Member 'UUI_BP_FieldGuideButton_Map_C::LabelPosition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Map_C, buttonIcon) == 0x000530, "Member 'UUI_BP_FieldGuideButton_Map_C::buttonIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Map_C, GearAnimationFrame) == 0x000540, "Member 'UUI_BP_FieldGuideButton_Map_C::GearAnimationFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleEat_C_ExecuteUbergraph_BTT_ScheduleEat \ static_assert(alignof(BTT_ScheduleEat_C_ExecuteUbergraph_BTT_ScheduleEat) == 0x000008, "Wrong alignment on BTT_ScheduleEat_C_ExecuteUbergraph_BTT_ScheduleEat"); \ static_assert(sizeof(BTT_ScheduleEat_C_ExecuteUbergraph_BTT_ScheduleEat) == 0x000018, "Wrong size on BTT_ScheduleEat_C_ExecuteUbergraph_BTT_ScheduleEat"); \ static_assert(offsetof(BTT_ScheduleEat_C_ExecuteUbergraph_BTT_ScheduleEat, EntryPoint) == 0x000000, "Member 'BTT_ScheduleEat_C_ExecuteUbergraph_BTT_ScheduleEat::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleEat_C_ExecuteUbergraph_BTT_ScheduleEat, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_ScheduleEat_C_ExecuteUbergraph_BTT_ScheduleEat::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleEat_C_ExecuteUbergraph_BTT_ScheduleEat, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_ScheduleEat_C_ExecuteUbergraph_BTT_ScheduleEat::K2Node_Event_OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleEat_C_ExitTask \ static_assert(alignof(BTT_ScheduleEat_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleEat_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleEat_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleEat_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleEat_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleEat_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleEat_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleEat_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleEat_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleEat_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleEat_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleEat_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleEat_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleEat_C \ static_assert(alignof(UBTT_ScheduleEat_C) == 0x000008, "Wrong alignment on UBTT_ScheduleEat_C"); \ static_assert(sizeof(UBTT_ScheduleEat_C) == 0x0000F0, "Wrong size on UBTT_ScheduleEat_C"); \ static_assert(offsetof(UBTT_ScheduleEat_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleEat_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleEat_C, Social_Reasoning) == 0x0000D8, "Member 'UBTT_ScheduleEat_C::Social_Reasoning' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleEat_C, Min_Time_Available) == 0x0000E0, "Member 'UBTT_ScheduleEat_C::Min_Time_Available' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleEat_C, Max_Time_Available) == 0x0000E4, "Member 'UBTT_ScheduleEat_C::Max_Time_Available' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleEat_C, Time_Available) == 0x0000E8, "Member 'UBTT_ScheduleEat_C::Time_Available' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory \ static_assert(alignof(UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory) == 0x000048, "Wrong size on UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory, EntryPoint) == 0x000000, "Member 'UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000014, "Member 'UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory, K2Node_Event_InVisibility) == 0x000020, "Member 'UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory::K2Node_Event_InVisibility' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory, K2Node_SwitchEnum_CmpSuccess) == 0x000030, "Member 'UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory, K2Node_Event_IsLocked) == 0x000031, "Member 'UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory::K2Node_Event_IsLocked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory, K2Node_Event_IsDesignTime) == 0x000032, "Member 'UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory, K2Node_Event_bIsTutorialHighlighted) == 0x000033, "Member 'UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory::K2Node_Event_bIsTutorialHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory, CallFunc_Get_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000040, "Member 'UI_BP_FieldGuideButton_Inventory_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Inventory::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Inventory_C_SetIsTutorialHighlighted \ static_assert(alignof(UI_BP_FieldGuideButton_Inventory_C_SetIsTutorialHighlighted) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Inventory_C_SetIsTutorialHighlighted"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Inventory_C_SetIsTutorialHighlighted) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Inventory_C_SetIsTutorialHighlighted"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_SetIsTutorialHighlighted, bIsTutorialHighlighted) == 0x000000, "Member 'UI_BP_FieldGuideButton_Inventory_C_SetIsTutorialHighlighted::bIsTutorialHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Inventory_C_PreConstruct \ static_assert(alignof(UI_BP_FieldGuideButton_Inventory_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Inventory_C_PreConstruct"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Inventory_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Inventory_C_PreConstruct"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_FieldGuideButton_Inventory_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Inventory_C_SetLockedState \ static_assert(alignof(UI_BP_FieldGuideButton_Inventory_C_SetLockedState) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Inventory_C_SetLockedState"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Inventory_C_SetLockedState) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Inventory_C_SetLockedState"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_SetLockedState, IsLocked) == 0x000000, "Member 'UI_BP_FieldGuideButton_Inventory_C_SetLockedState::IsLocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Inventory_C_OnSetItemIndicatorVisibility \ static_assert(alignof(UI_BP_FieldGuideButton_Inventory_C_OnSetItemIndicatorVisibility) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Inventory_C_OnSetItemIndicatorVisibility"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Inventory_C_OnSetItemIndicatorVisibility) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Inventory_C_OnSetItemIndicatorVisibility"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_OnSetItemIndicatorVisibility, InVisibility) == 0x000000, "Member 'UI_BP_FieldGuideButton_Inventory_C_OnSetItemIndicatorVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_FieldGuideButton_Inventory_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FieldGuideButton_Inventory_C \ static_assert(alignof(UUI_BP_FieldGuideButton_Inventory_C) == 0x000008, "Wrong alignment on UUI_BP_FieldGuideButton_Inventory_C"); \ static_assert(sizeof(UUI_BP_FieldGuideButton_Inventory_C) == 0x000548, "Wrong size on UUI_BP_FieldGuideButton_Inventory_C"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Inventory_C, UberGraphFrame) == 0x0004C0, "Member 'UUI_BP_FieldGuideButton_Inventory_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Inventory_C, HideHighlight) == 0x0004C8, "Member 'UUI_BP_FieldGuideButton_Inventory_C::HideHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Inventory_C, TutorialBounce) == 0x0004D0, "Member 'UUI_BP_FieldGuideButton_Inventory_C::TutorialBounce' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Inventory_C, ShowHighlight) == 0x0004D8, "Member 'UUI_BP_FieldGuideButton_Inventory_C::ShowHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Inventory_C, ButtonBackground) == 0x0004E0, "Member 'UUI_BP_FieldGuideButton_Inventory_C::ButtonBackground' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Inventory_C, buttonImage) == 0x0004E8, "Member 'UUI_BP_FieldGuideButton_Inventory_C::buttonImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Inventory_C, CategoryLabel) == 0x0004F0, "Member 'UUI_BP_FieldGuideButton_Inventory_C::CategoryLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Inventory_C, iconBorder) == 0x0004F8, "Member 'UUI_BP_FieldGuideButton_Inventory_C::iconBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Inventory_C, LabelPanel) == 0x000500, "Member 'UUI_BP_FieldGuideButton_Inventory_C::LabelPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Inventory_C, newIndicator) == 0x000508, "Member 'UUI_BP_FieldGuideButton_Inventory_C::newIndicator' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Inventory_C, Root) == 0x000510, "Member 'UUI_BP_FieldGuideButton_Inventory_C::Root' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Inventory_C, TutorialHighlight) == 0x000518, "Member 'UUI_BP_FieldGuideButton_Inventory_C::TutorialHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Inventory_C, CategoryLabelText) == 0x000520, "Member 'UUI_BP_FieldGuideButton_Inventory_C::CategoryLabelText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Inventory_C, LabelPosition) == 0x000530, "Member 'UUI_BP_FieldGuideButton_Inventory_C::LabelPosition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Inventory_C, buttonIcon) == 0x000538, "Member 'UUI_BP_FieldGuideButton_Inventory_C::buttonIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RagdollPlayerBehavior_C \ static_assert(alignof(UABL_RagdollPlayerBehavior_C) == 0x000008, "Wrong alignment on UABL_RagdollPlayerBehavior_C"); \ static_assert(sizeof(UABL_RagdollPlayerBehavior_C) == 0x0000E0, "Wrong size on UABL_RagdollPlayerBehavior_C"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear \ static_assert(alignof(UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear) == 0x000048, "Wrong size on UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear, EntryPoint) == 0x000000, "Member 'UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000014, "Member 'UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000020, "Member 'UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000028, "Member 'UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear, K2Node_Event_InVisibility) == 0x000030, "Member 'UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear::K2Node_Event_InVisibility' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear, K2Node_SwitchEnum_CmpSuccess) == 0x000031, "Member 'UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear, K2Node_Event_IsLocked) == 0x000032, "Member 'UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear::K2Node_Event_IsLocked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear, K2Node_Event_IsDesignTime) == 0x000033, "Member 'UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear, K2Node_Event_bIsTutorialHighlighted) == 0x000034, "Member 'UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear::K2Node_Event_bIsTutorialHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear, CallFunc_Get_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000040, "Member 'UI_BP_FieldGuideButton_Gear_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Gear::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Gear_C_SetIsTutorialHighlighted \ static_assert(alignof(UI_BP_FieldGuideButton_Gear_C_SetIsTutorialHighlighted) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Gear_C_SetIsTutorialHighlighted"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Gear_C_SetIsTutorialHighlighted) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Gear_C_SetIsTutorialHighlighted"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_SetIsTutorialHighlighted, bIsTutorialHighlighted) == 0x000000, "Member 'UI_BP_FieldGuideButton_Gear_C_SetIsTutorialHighlighted::bIsTutorialHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Gear_C_PreConstruct \ static_assert(alignof(UI_BP_FieldGuideButton_Gear_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Gear_C_PreConstruct"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Gear_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Gear_C_PreConstruct"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_FieldGuideButton_Gear_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Gear_C_SetLockedState \ static_assert(alignof(UI_BP_FieldGuideButton_Gear_C_SetLockedState) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Gear_C_SetLockedState"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Gear_C_SetLockedState) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Gear_C_SetLockedState"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_SetLockedState, IsLocked) == 0x000000, "Member 'UI_BP_FieldGuideButton_Gear_C_SetLockedState::IsLocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Gear_C_OnSetItemIndicatorVisibility \ static_assert(alignof(UI_BP_FieldGuideButton_Gear_C_OnSetItemIndicatorVisibility) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Gear_C_OnSetItemIndicatorVisibility"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Gear_C_OnSetItemIndicatorVisibility) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Gear_C_OnSetItemIndicatorVisibility"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_OnSetItemIndicatorVisibility, InVisibility) == 0x000000, "Member 'UI_BP_FieldGuideButton_Gear_C_OnSetItemIndicatorVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Gear_C_Play_Button_Loop_Animation \ static_assert(alignof(UI_BP_FieldGuideButton_Gear_C_Play_Button_Loop_Animation) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Gear_C_Play_Button_Loop_Animation"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Gear_C_Play_Button_Loop_Animation) == 0x000008, "Wrong size on UI_BP_FieldGuideButton_Gear_C_Play_Button_Loop_Animation"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_Play_Button_Loop_Animation, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UI_BP_FieldGuideButton_Gear_C_Play_Button_Loop_Animation::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_FieldGuideButton_Gear_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FieldGuideButton_Gear_C \ static_assert(alignof(UUI_BP_FieldGuideButton_Gear_C) == 0x000008, "Wrong alignment on UUI_BP_FieldGuideButton_Gear_C"); \ static_assert(sizeof(UUI_BP_FieldGuideButton_Gear_C) == 0x000568, "Wrong size on UUI_BP_FieldGuideButton_Gear_C"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, UberGraphFrame) == 0x0004C0, "Member 'UUI_BP_FieldGuideButton_Gear_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, HideHighlight) == 0x0004C8, "Member 'UUI_BP_FieldGuideButton_Gear_C::HideHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, HatSwapAnimation) == 0x0004D0, "Member 'UUI_BP_FieldGuideButton_Gear_C::HatSwapAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, TutorialBounce) == 0x0004D8, "Member 'UUI_BP_FieldGuideButton_Gear_C::TutorialBounce' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, ShowHighlight) == 0x0004E0, "Member 'UUI_BP_FieldGuideButton_Gear_C::ShowHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, ButtonBackground) == 0x0004E8, "Member 'UUI_BP_FieldGuideButton_Gear_C::ButtonBackground' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, buttonImage) == 0x0004F0, "Member 'UUI_BP_FieldGuideButton_Gear_C::buttonImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, CategoryLabel) == 0x0004F8, "Member 'UUI_BP_FieldGuideButton_Gear_C::CategoryLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, endingHat) == 0x000500, "Member 'UUI_BP_FieldGuideButton_Gear_C::endingHat' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, iconBorder) == 0x000508, "Member 'UUI_BP_FieldGuideButton_Gear_C::iconBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, LabelPanel) == 0x000510, "Member 'UUI_BP_FieldGuideButton_Gear_C::LabelPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, newIndicator) == 0x000518, "Member 'UUI_BP_FieldGuideButton_Gear_C::newIndicator' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, NewItemIcon) == 0x000520, "Member 'UUI_BP_FieldGuideButton_Gear_C::NewItemIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, Root) == 0x000528, "Member 'UUI_BP_FieldGuideButton_Gear_C::Root' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, startingHat) == 0x000530, "Member 'UUI_BP_FieldGuideButton_Gear_C::startingHat' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, TutorialHighlight) == 0x000538, "Member 'UUI_BP_FieldGuideButton_Gear_C::TutorialHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, CategoryLabelText) == 0x000540, "Member 'UUI_BP_FieldGuideButton_Gear_C::CategoryLabelText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, LabelPosition) == 0x000550, "Member 'UUI_BP_FieldGuideButton_Gear_C::LabelPosition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Gear_C, buttonIcon) == 0x000558, "Member 'UUI_BP_FieldGuideButton_Gear_C::buttonIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents \ static_assert(alignof(UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents) == 0x000048, "Wrong size on UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents, EntryPoint) == 0x000000, "Member 'UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000014, "Member 'UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents, K2Node_Event_InVisibility) == 0x000020, "Member 'UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents::K2Node_Event_InVisibility' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents, K2Node_SwitchEnum_CmpSuccess) == 0x000030, "Member 'UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents, K2Node_Event_IsLocked) == 0x000031, "Member 'UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents::K2Node_Event_IsLocked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents, K2Node_Event_IsDesignTime) == 0x000032, "Member 'UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents, K2Node_Event_bIsTutorialHighlighted) == 0x000033, "Member 'UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents::K2Node_Event_bIsTutorialHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents, CallFunc_Get_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000040, "Member 'UI_BP_FieldGuideButton_Talents_C_ExecuteUbergraph_UI_BP_FieldGuideButton_Talents::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Talents_C_SetIsTutorialHighlighted \ static_assert(alignof(UI_BP_FieldGuideButton_Talents_C_SetIsTutorialHighlighted) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Talents_C_SetIsTutorialHighlighted"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Talents_C_SetIsTutorialHighlighted) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Talents_C_SetIsTutorialHighlighted"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_SetIsTutorialHighlighted, bIsTutorialHighlighted) == 0x000000, "Member 'UI_BP_FieldGuideButton_Talents_C_SetIsTutorialHighlighted::bIsTutorialHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Talents_C_PreConstruct \ static_assert(alignof(UI_BP_FieldGuideButton_Talents_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Talents_C_PreConstruct"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Talents_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Talents_C_PreConstruct"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_FieldGuideButton_Talents_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Talents_C_SetLockedState \ static_assert(alignof(UI_BP_FieldGuideButton_Talents_C_SetLockedState) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Talents_C_SetLockedState"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Talents_C_SetLockedState) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Talents_C_SetLockedState"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_SetLockedState, IsLocked) == 0x000000, "Member 'UI_BP_FieldGuideButton_Talents_C_SetLockedState::IsLocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Talents_C_OnSetItemIndicatorVisibility \ static_assert(alignof(UI_BP_FieldGuideButton_Talents_C_OnSetItemIndicatorVisibility) == 0x000001, "Wrong alignment on UI_BP_FieldGuideButton_Talents_C_OnSetItemIndicatorVisibility"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Talents_C_OnSetItemIndicatorVisibility) == 0x000001, "Wrong size on UI_BP_FieldGuideButton_Talents_C_OnSetItemIndicatorVisibility"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_OnSetItemIndicatorVisibility, InVisibility) == 0x000000, "Member 'UI_BP_FieldGuideButton_Talents_C_OnSetItemIndicatorVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_FieldGuideButton_Talents_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FieldGuideButton_Talents_C \ static_assert(alignof(UUI_BP_FieldGuideButton_Talents_C) == 0x000008, "Wrong alignment on UUI_BP_FieldGuideButton_Talents_C"); \ static_assert(sizeof(UUI_BP_FieldGuideButton_Talents_C) == 0x000548, "Wrong size on UUI_BP_FieldGuideButton_Talents_C"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Talents_C, UberGraphFrame) == 0x0004B0, "Member 'UUI_BP_FieldGuideButton_Talents_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Talents_C, HideHighlight) == 0x0004B8, "Member 'UUI_BP_FieldGuideButton_Talents_C::HideHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Talents_C, TutorialBounce) == 0x0004C0, "Member 'UUI_BP_FieldGuideButton_Talents_C::TutorialBounce' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Talents_C, ShowHighlight) == 0x0004C8, "Member 'UUI_BP_FieldGuideButton_Talents_C::ShowHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Talents_C, ButtonBackground) == 0x0004D0, "Member 'UUI_BP_FieldGuideButton_Talents_C::ButtonBackground' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Talents_C, buttonImage) == 0x0004D8, "Member 'UUI_BP_FieldGuideButton_Talents_C::buttonImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Talents_C, CategoryLabel) == 0x0004E0, "Member 'UUI_BP_FieldGuideButton_Talents_C::CategoryLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Talents_C, darkArtsCard) == 0x0004E8, "Member 'UUI_BP_FieldGuideButton_Talents_C::darkArtsCard' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Talents_C, iconBorder) == 0x0004F0, "Member 'UUI_BP_FieldGuideButton_Talents_C::iconBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Talents_C, LabelPanel) == 0x0004F8, "Member 'UUI_BP_FieldGuideButton_Talents_C::LabelPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Talents_C, lockedText) == 0x000500, "Member 'UUI_BP_FieldGuideButton_Talents_C::lockedText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Talents_C, newIndicator) == 0x000508, "Member 'UUI_BP_FieldGuideButton_Talents_C::newIndicator' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Talents_C, Root) == 0x000510, "Member 'UUI_BP_FieldGuideButton_Talents_C::Root' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Talents_C, TutorialHighlight) == 0x000518, "Member 'UUI_BP_FieldGuideButton_Talents_C::TutorialHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Talents_C, CategoryLabelText) == 0x000520, "Member 'UUI_BP_FieldGuideButton_Talents_C::CategoryLabelText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Talents_C, LabelPosition) == 0x000530, "Member 'UUI_BP_FieldGuideButton_Talents_C::LabelPosition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuideButton_Talents_C, buttonIcon) == 0x000538, "Member 'UUI_BP_FieldGuideButton_Talents_C::buttonIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_StupefyPopup_C_ExecuteUbergraph_BP_SubSonic_StupefyPopup \ static_assert(alignof(BP_SubSonic_StupefyPopup_C_ExecuteUbergraph_BP_SubSonic_StupefyPopup) == 0x000004, "Wrong alignment on BP_SubSonic_StupefyPopup_C_ExecuteUbergraph_BP_SubSonic_StupefyPopup"); \ static_assert(sizeof(BP_SubSonic_StupefyPopup_C_ExecuteUbergraph_BP_SubSonic_StupefyPopup) == 0x000004, "Wrong size on BP_SubSonic_StupefyPopup_C_ExecuteUbergraph_BP_SubSonic_StupefyPopup"); \ static_assert(offsetof(BP_SubSonic_StupefyPopup_C_ExecuteUbergraph_BP_SubSonic_StupefyPopup, EntryPoint) == 0x000000, "Member 'BP_SubSonic_StupefyPopup_C_ExecuteUbergraph_BP_SubSonic_StupefyPopup::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_StupefyPopup_C \ static_assert(alignof(ABP_SubSonic_StupefyPopup_C) == 0x000008, "Wrong alignment on ABP_SubSonic_StupefyPopup_C"); \ static_assert(sizeof(ABP_SubSonic_StupefyPopup_C) == 0x000550, "Wrong size on ABP_SubSonic_StupefyPopup_C"); \ static_assert(offsetof(ABP_SubSonic_StupefyPopup_C, UberGraphFrame) == 0x000538, "Member 'ABP_SubSonic_StupefyPopup_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_StupefyPopup_C, NiagaraPopup) == 0x000540, "Member 'ABP_SubSonic_StupefyPopup_C::NiagaraPopup' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_StupefyPopup_C, ScaleValue) == 0x000548, "Member 'ABP_SubSonic_StupefyPopup_C::ScaleValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject \ static_assert(alignof(BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject) == 0x000008, "Wrong alignment on BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject"); \ static_assert(sizeof(BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject) == 0x000068, "Wrong size on BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject"); \ static_assert(offsetof(BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject, EntryPoint) == 0x000000, "Member 'BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject, Temp_delegate_Variable) == 0x000010, "Member 'BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject, Temp_struct_Variable) == 0x000020, "Member 'BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject, CallFunc_PostEvent_ReturnValue) == 0x000030, "Member 'BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000038, "Member 'BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject, K2Node_DynamicCast_AsPrimitive_Component) == 0x000048, "Member 'BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject::K2Node_DynamicCast_AsPrimitive_Component' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject, K2Node_DynamicCast_AsBP_Transfiguration_Preview_Actor) == 0x000058, "Member 'BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject::K2Node_DynamicCast_AsBP_Transfiguration_Preview_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'BP_VanishmentStyle_WallObject_C_ExecuteUbergraph_BP_VanishmentStyle_WallObject::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_VanishmentStyle_WallObject_C \ static_assert(alignof(ABP_VanishmentStyle_WallObject_C) == 0x000010, "Wrong alignment on ABP_VanishmentStyle_WallObject_C"); \ static_assert(sizeof(ABP_VanishmentStyle_WallObject_C) == 0x0002D0, "Wrong size on ABP_VanishmentStyle_WallObject_C"); \ static_assert(offsetof(ABP_VanishmentStyle_WallObject_C, UberGraphFrame) == 0x000250, "Member 'ABP_VanishmentStyle_WallObject_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_WallObject_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_VanishmentStyle_WallObject_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_WallObject_C, NonUniformScale) == 0x000260, "Member 'ABP_VanishmentStyle_WallObject_C::NonUniformScale' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_WallObject_C, ScaleFactor) == 0x00026C, "Member 'ABP_VanishmentStyle_WallObject_C::ScaleFactor' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_WallObject_C, Rotation_Direction) == 0x000270, "Member 'ABP_VanishmentStyle_WallObject_C::Rotation_Direction' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_WallObject_C, TranslationOffset) == 0x000274, "Member 'ABP_VanishmentStyle_WallObject_C::TranslationOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_WallObject_C, TranslationAmount) == 0x000280, "Member 'ABP_VanishmentStyle_WallObject_C::TranslationAmount' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_WallObject_C, InitialTransform) == 0x000290, "Member 'ABP_VanishmentStyle_WallObject_C::InitialTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_WallObject_C, SpawnOutRotation) == 0x0002C0, "Member 'ABP_VanishmentStyle_WallObject_C::SpawnOutRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_WallObject_C, CenterOffset) == 0x0002C4, "Member 'ABP_VanishmentStyle_WallObject_C::CenterOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton \ static_assert(alignof(UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton) == 0x000008, "Wrong alignment on UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton"); \ static_assert(sizeof(UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton) == 0x000028, "Wrong size on UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton, EntryPoint) == 0x000000, "Member 'UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00000C, "Member 'UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton, CallFunc_ToggleCheckmark_isChecked) == 0x000010, "Member 'UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton::CallFunc_ToggleCheckmark_isChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000018, "Member 'UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'UI_BP_SettingsCheckboxButton_C_ExecuteUbergraph_UI_BP_SettingsCheckboxButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsCheckboxButton_C_PreConstruct \ static_assert(alignof(UI_BP_SettingsCheckboxButton_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_SettingsCheckboxButton_C_PreConstruct"); \ static_assert(sizeof(UI_BP_SettingsCheckboxButton_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_SettingsCheckboxButton_C_PreConstruct"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_SettingsCheckboxButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsCheckboxButton_C_SetButtonText \ static_assert(alignof(UI_BP_SettingsCheckboxButton_C_SetButtonText) == 0x000008, "Wrong alignment on UI_BP_SettingsCheckboxButton_C_SetButtonText"); \ static_assert(sizeof(UI_BP_SettingsCheckboxButton_C_SetButtonText) == 0x000010, "Wrong size on UI_BP_SettingsCheckboxButton_C_SetButtonText"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_SetButtonText, ButtonText_0) == 0x000000, "Member 'UI_BP_SettingsCheckboxButton_C_SetButtonText::ButtonText_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsCheckboxButton_C_ToggleCheckmark \ static_assert(alignof(UI_BP_SettingsCheckboxButton_C_ToggleCheckmark) == 0x000008, "Wrong alignment on UI_BP_SettingsCheckboxButton_C_ToggleCheckmark"); \ static_assert(sizeof(UI_BP_SettingsCheckboxButton_C_ToggleCheckmark) == 0x000058, "Wrong size on UI_BP_SettingsCheckboxButton_C_ToggleCheckmark"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_ToggleCheckmark, IsChecked) == 0x000000, "Member 'UI_BP_SettingsCheckboxButton_C_ToggleCheckmark::IsChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_ToggleCheckmark, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'UI_BP_SettingsCheckboxButton_C_ToggleCheckmark::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_ToggleCheckmark, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'UI_BP_SettingsCheckboxButton_C_ToggleCheckmark::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsCheckboxButton_C_SetCheckmarkState \ static_assert(alignof(UI_BP_SettingsCheckboxButton_C_SetCheckmarkState) == 0x000008, "Wrong alignment on UI_BP_SettingsCheckboxButton_C_SetCheckmarkState"); \ static_assert(sizeof(UI_BP_SettingsCheckboxButton_C_SetCheckmarkState) == 0x000058, "Wrong size on UI_BP_SettingsCheckboxButton_C_SetCheckmarkState"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_SetCheckmarkState, IsChecked) == 0x000000, "Member 'UI_BP_SettingsCheckboxButton_C_SetCheckmarkState::IsChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_SetCheckmarkState, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'UI_BP_SettingsCheckboxButton_C_SetCheckmarkState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_SetCheckmarkState, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'UI_BP_SettingsCheckboxButton_C_SetCheckmarkState::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings) == 0x0000F0, "Wrong size on UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000060, "Member 'UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000078, "Member 'UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000088, "Member 'UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x00008C, "Member 'UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x000090, "Member 'UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000A8, "Member 'UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x0000B8, "Member 'UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000BC, "Member 'UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0000C0, "Member 'UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0000D8, "Member 'UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x0000E8, "Member 'UI_BP_SettingsCheckboxButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_SettingsCheckboxButton_C \ static_assert(alignof(UUI_BP_SettingsCheckboxButton_C) == 0x000008, "Wrong alignment on UUI_BP_SettingsCheckboxButton_C"); \ static_assert(sizeof(UUI_BP_SettingsCheckboxButton_C) == 0x0003C0, "Wrong size on UUI_BP_SettingsCheckboxButton_C"); \ static_assert(offsetof(UUI_BP_SettingsCheckboxButton_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_SettingsCheckboxButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsCheckboxButton_C, ToggleOn) == 0x000330, "Member 'UUI_BP_SettingsCheckboxButton_C::ToggleOn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsCheckboxButton_C, OnHover) == 0x000338, "Member 'UUI_BP_SettingsCheckboxButton_C::OnHover' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsCheckboxButton_C, BackGorund) == 0x000340, "Member 'UUI_BP_SettingsCheckboxButton_C::BackGorund' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsCheckboxButton_C, goldleafBorder) == 0x000348, "Member 'UUI_BP_SettingsCheckboxButton_C::goldleafBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsCheckboxButton_C, goldleafLeft) == 0x000350, "Member 'UUI_BP_SettingsCheckboxButton_C::goldleafLeft' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsCheckboxButton_C, goldleafRigth) == 0x000358, "Member 'UUI_BP_SettingsCheckboxButton_C::goldleafRigth' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsCheckboxButton_C, onOffText) == 0x000360, "Member 'UUI_BP_SettingsCheckboxButton_C::onOffText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsCheckboxButton_C, TheButton) == 0x000368, "Member 'UUI_BP_SettingsCheckboxButton_C::TheButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsCheckboxButton_C, TheText) == 0x000370, "Member 'UUI_BP_SettingsCheckboxButton_C::TheText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsCheckboxButton_C, ButtonText) == 0x000378, "Member 'UUI_BP_SettingsCheckboxButton_C::ButtonText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsCheckboxButton_C, isCheckmarkChecked) == 0x000388, "Member 'UUI_BP_SettingsCheckboxButton_C::isCheckmarkChecked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsCheckboxButton_C, SettingsCheckmarkPressed) == 0x000390, "Member 'UUI_BP_SettingsCheckboxButton_C::SettingsCheckmarkPressed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsCheckboxButton_C, ToggleHovered) == 0x0003A0, "Member 'UUI_BP_SettingsCheckboxButton_C::ToggleHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsCheckboxButton_C, ToggleUnhovered) == 0x0003B0, "Member 'UUI_BP_SettingsCheckboxButton_C::ToggleUnhovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_DiffindoStartLEDEffect_C \ static_assert(alignof(UBP_DiffindoStartLEDEffect_C) == 0x000008, "Wrong alignment on UBP_DiffindoStartLEDEffect_C"); \ static_assert(sizeof(UBP_DiffindoStartLEDEffect_C) == 0x000048, "Wrong size on UBP_DiffindoStartLEDEffect_C"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton \ static_assert(alignof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton) == 0x000008, "Wrong alignment on UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton"); \ static_assert(sizeof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton) == 0x000060, "Wrong size on UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, EntryPoint) == 0x000000, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, Temp_bool_Variable) == 0x000004, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, Temp_byte_Variable) == 0x000005, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, Temp_byte_Variable_1) == 0x000006, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, Temp_bool_Variable_1) == 0x000007, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, Temp_byte_Variable_2) == 0x000008, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, Temp_byte_Variable_3) == 0x000009, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, K2Node_Event_bIsExpanded) == 0x00000A, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::K2Node_Event_bIsExpanded' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, K2Node_Event_bIsSelected) == 0x00000B, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::K2Node_Event_bIsSelected' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, K2Node_Event_IsDesignTime) == 0x00000C, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, K2Node_ComponentBoundEvent_Value) == 0x000014, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, CallFunc_GetObjectName_ReturnValue) == 0x000018, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000028, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000030, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, K2Node_Select_Default) == 0x000038, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, CallFunc_MakeVector2D_ReturnValue) == 0x00003C, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, K2Node_Select_Default_1) == 0x000044, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000048, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton, K2Node_MakeStruct_Margin) == 0x000050, "Member 'UI_BP_SettingsSliderButton_C_ExecuteUbergraph_UI_BP_SettingsSliderButton::K2Node_MakeStruct_Margin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsSliderButton_C_BndEvt__optionSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature \ static_assert(alignof(UI_BP_SettingsSliderButton_C_BndEvt__optionSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on UI_BP_SettingsSliderButton_C_BndEvt__optionSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_SettingsSliderButton_C_BndEvt__optionSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on UI_BP_SettingsSliderButton_C_BndEvt__optionSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_BndEvt__optionSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'UI_BP_SettingsSliderButton_C_BndEvt__optionSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsSliderButton_C_PreConstruct \ static_assert(alignof(UI_BP_SettingsSliderButton_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_SettingsSliderButton_C_PreConstruct"); \ static_assert(sizeof(UI_BP_SettingsSliderButton_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_SettingsSliderButton_C_PreConstruct"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_SettingsSliderButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsSliderButton_C_BP_OnItemSelectionChanged \ static_assert(alignof(UI_BP_SettingsSliderButton_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on UI_BP_SettingsSliderButton_C_BP_OnItemSelectionChanged"); \ static_assert(sizeof(UI_BP_SettingsSliderButton_C_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on UI_BP_SettingsSliderButton_C_BP_OnItemSelectionChanged"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'UI_BP_SettingsSliderButton_C_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsSliderButton_C_BP_OnItemExpansionChanged \ static_assert(alignof(UI_BP_SettingsSliderButton_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on UI_BP_SettingsSliderButton_C_BP_OnItemExpansionChanged"); \ static_assert(sizeof(UI_BP_SettingsSliderButton_C_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on UI_BP_SettingsSliderButton_C_BP_OnItemExpansionChanged"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'UI_BP_SettingsSliderButton_C_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsSliderButton_C_PopulateSliderOptions \ static_assert(alignof(UI_BP_SettingsSliderButton_C_PopulateSliderOptions) == 0x000004, "Wrong alignment on UI_BP_SettingsSliderButton_C_PopulateSliderOptions"); \ static_assert(sizeof(UI_BP_SettingsSliderButton_C_PopulateSliderOptions) == 0x000008, "Wrong size on UI_BP_SettingsSliderButton_C_PopulateSliderOptions"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_PopulateSliderOptions, SliderValue) == 0x000000, "Member 'UI_BP_SettingsSliderButton_C_PopulateSliderOptions::SliderValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_PopulateSliderOptions, CallFunc_SliderValToPercent_Percent) == 0x000004, "Member 'UI_BP_SettingsSliderButton_C_PopulateSliderOptions::CallFunc_SliderValToPercent_Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsSliderButton_C_SetSelectedText \ static_assert(alignof(UI_BP_SettingsSliderButton_C_SetSelectedText) == 0x000008, "Wrong alignment on UI_BP_SettingsSliderButton_C_SetSelectedText"); \ static_assert(sizeof(UI_BP_SettingsSliderButton_C_SetSelectedText) == 0x000018, "Wrong size on UI_BP_SettingsSliderButton_C_SetSelectedText"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_SetSelectedText, newText) == 0x000000, "Member 'UI_BP_SettingsSliderButton_C_SetSelectedText::newText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsSliderButton_C_SetSliderSteps \ static_assert(alignof(UI_BP_SettingsSliderButton_C_SetSliderSteps) == 0x000004, "Wrong alignment on UI_BP_SettingsSliderButton_C_SetSliderSteps"); \ static_assert(sizeof(UI_BP_SettingsSliderButton_C_SetSliderSteps) == 0x000004, "Wrong size on UI_BP_SettingsSliderButton_C_SetSliderSteps"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_SetSliderSteps, NumSteps) == 0x000000, "Member 'UI_BP_SettingsSliderButton_C_SetSliderSteps::NumSteps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsSliderButton_C_SetSliderVals \ static_assert(alignof(UI_BP_SettingsSliderButton_C_SetSliderVals) == 0x000004, "Wrong alignment on UI_BP_SettingsSliderButton_C_SetSliderVals"); \ static_assert(sizeof(UI_BP_SettingsSliderButton_C_SetSliderVals) == 0x000014, "Wrong size on UI_BP_SettingsSliderButton_C_SetSliderVals"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_SetSliderVals, MinVal) == 0x000000, "Member 'UI_BP_SettingsSliderButton_C_SetSliderVals::MinVal' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_SetSliderVals, MaxVal) == 0x000004, "Member 'UI_BP_SettingsSliderButton_C_SetSliderVals::MaxVal' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_SetSliderVals, StepSize) == 0x000008, "Member 'UI_BP_SettingsSliderButton_C_SetSliderVals::StepSize' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_SetSliderVals, CurrentVal) == 0x00000C, "Member 'UI_BP_SettingsSliderButton_C_SetSliderVals::CurrentVal' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_SetSliderVals, CallFunc_SliderValToPercent_Percent) == 0x000010, "Member 'UI_BP_SettingsSliderButton_C_SetSliderVals::CallFunc_SliderValToPercent_Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsSliderButton_C_SliderValToPercent \ static_assert(alignof(UI_BP_SettingsSliderButton_C_SliderValToPercent) == 0x000004, "Wrong alignment on UI_BP_SettingsSliderButton_C_SliderValToPercent"); \ static_assert(sizeof(UI_BP_SettingsSliderButton_C_SliderValToPercent) == 0x00000C, "Wrong size on UI_BP_SettingsSliderButton_C_SliderValToPercent"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_SliderValToPercent, SliderVal) == 0x000000, "Member 'UI_BP_SettingsSliderButton_C_SliderValToPercent::SliderVal' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_SliderValToPercent, percent) == 0x000004, "Member 'UI_BP_SettingsSliderButton_C_SliderValToPercent::percent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_SliderValToPercent, K2Node_MathExpression_ReturnValue) == 0x000008, "Member 'UI_BP_SettingsSliderButton_C_SliderValToPercent::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsSliderButton_C_SetNumberText \ static_assert(alignof(UI_BP_SettingsSliderButton_C_SetNumberText) == 0x000008, "Wrong alignment on UI_BP_SettingsSliderButton_C_SetNumberText"); \ static_assert(sizeof(UI_BP_SettingsSliderButton_C_SetNumberText) == 0x000018, "Wrong size on UI_BP_SettingsSliderButton_C_SetNumberText"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_SetNumberText, NumberInput) == 0x000000, "Member 'UI_BP_SettingsSliderButton_C_SetNumberText::NumberInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction) == 0x000001, "Wrong alignment on UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction) == 0x00000C, "Wrong size on UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000004, "Member 'UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000005, "Member 'UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue) == 0x000006, "Member 'UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000007, "Member 'UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000008, "Member 'UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_1) == 0x000009, "Member 'UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x00000A, "Member 'UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x00000B, "Member 'UI_BP_SettingsSliderButton_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsSliderButton_C_OnSliderChanged \ static_assert(alignof(UI_BP_SettingsSliderButton_C_OnSliderChanged) == 0x000004, "Wrong alignment on UI_BP_SettingsSliderButton_C_OnSliderChanged"); \ static_assert(sizeof(UI_BP_SettingsSliderButton_C_OnSliderChanged) == 0x00000C, "Wrong size on UI_BP_SettingsSliderButton_C_OnSliderChanged"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_OnSliderChanged, NewVal) == 0x000000, "Member 'UI_BP_SettingsSliderButton_C_OnSliderChanged::NewVal' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_OnSliderChanged, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'UI_BP_SettingsSliderButton_C_OnSliderChanged::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_OnSliderChanged, CallFunc_SliderValToPercent_Percent) == 0x000008, "Member 'UI_BP_SettingsSliderButton_C_OnSliderChanged::CallFunc_SliderValToPercent_Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsSliderButton_C_StepDown \ static_assert(alignof(UI_BP_SettingsSliderButton_C_StepDown) == 0x000004, "Wrong alignment on UI_BP_SettingsSliderButton_C_StepDown"); \ static_assert(sizeof(UI_BP_SettingsSliderButton_C_StepDown) == 0x000008, "Wrong size on UI_BP_SettingsSliderButton_C_StepDown"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_StepDown, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000000, "Member 'UI_BP_SettingsSliderButton_C_StepDown::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_StepDown, CallFunc_FMax_ReturnValue) == 0x000004, "Member 'UI_BP_SettingsSliderButton_C_StepDown::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsSliderButton_C_StepUp \ static_assert(alignof(UI_BP_SettingsSliderButton_C_StepUp) == 0x000004, "Wrong alignment on UI_BP_SettingsSliderButton_C_StepUp"); \ static_assert(sizeof(UI_BP_SettingsSliderButton_C_StepUp) == 0x000008, "Wrong size on UI_BP_SettingsSliderButton_C_StepUp"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_StepUp, CallFunc_Add_FloatFloat_ReturnValue) == 0x000000, "Member 'UI_BP_SettingsSliderButton_C_StepUp::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_StepUp, CallFunc_FMin_ReturnValue) == 0x000004, "Member 'UI_BP_SettingsSliderButton_C_StepUp::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings) == 0x0000F8, "Wrong size on UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000068, "Member 'UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000080, "Member 'UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000090, "Member 'UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x000098, "Member 'UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000B0, "Member 'UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x0000C0, "Member 'UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000C4, "Member 'UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0000C8, "Member 'UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0000E0, "Member 'UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x0000F0, "Member 'UI_BP_SettingsSliderButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_SettingsSliderButton_C \ static_assert(alignof(UUI_BP_SettingsSliderButton_C) == 0x000008, "Wrong alignment on UUI_BP_SettingsSliderButton_C"); \ static_assert(sizeof(UUI_BP_SettingsSliderButton_C) == 0x000410, "Wrong size on UUI_BP_SettingsSliderButton_C"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_SettingsSliderButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, OnHover) == 0x000330, "Member 'UUI_BP_SettingsSliderButton_C::OnHover' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, BackGorund) == 0x000338, "Member 'UUI_BP_SettingsSliderButton_C::BackGorund' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, Border) == 0x000340, "Member 'UUI_BP_SettingsSliderButton_C::Border' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, BorderMotiveL) == 0x000348, "Member 'UUI_BP_SettingsSliderButton_C::BorderMotiveL' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, BorderMotiveR) == 0x000350, "Member 'UUI_BP_SettingsSliderButton_C::BorderMotiveR' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, Image_Divider) == 0x000358, "Member 'UUI_BP_SettingsSliderButton_C::Image_Divider' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, optionSlider) == 0x000360, "Member 'UUI_BP_SettingsSliderButton_C::optionSlider' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, PhoenixTextBlock_SliderNumber) == 0x000368, "Member 'UUI_BP_SettingsSliderButton_C::PhoenixTextBlock_SliderNumber' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, selectionText) == 0x000370, "Member 'UUI_BP_SettingsSliderButton_C::selectionText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, sliderFill) == 0x000378, "Member 'UUI_BP_SettingsSliderButton_C::sliderFill' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, Spacer_number) == 0x000380, "Member 'UUI_BP_SettingsSliderButton_C::Spacer_number' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, TheButton) == 0x000388, "Member 'UUI_BP_SettingsSliderButton_C::TheButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, titleSeparator) == 0x000390, "Member 'UUI_BP_SettingsSliderButton_C::titleSeparator' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, TitleText) == 0x000398, "Member 'UUI_BP_SettingsSliderButton_C::TitleText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, SettingsSliderHovered) == 0x0003A0, "Member 'UUI_BP_SettingsSliderButton_C::SettingsSliderHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, SettingsSliderUnhovered) == 0x0003B0, "Member 'UUI_BP_SettingsSliderButton_C::SettingsSliderUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, SliderTitle) == 0x0003C0, "Member 'UUI_BP_SettingsSliderButton_C::SliderTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, SettingsSliderChanged) == 0x0003D0, "Member 'UUI_BP_SettingsSliderButton_C::SettingsSliderChanged' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, changed) == 0x0003E0, "Member 'UUI_BP_SettingsSliderButton_C::changed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, LastValue) == 0x0003E4, "Member 'UUI_BP_SettingsSliderButton_C::LastValue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, ShowSelectionText) == 0x0003E8, "Member 'UUI_BP_SettingsSliderButton_C::ShowSelectionText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, sliderStepSize) == 0x0003EC, "Member 'UUI_BP_SettingsSliderButton_C::sliderStepSize' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, SettingsSliderFinished) == 0x0003F0, "Member 'UUI_BP_SettingsSliderButton_C::SettingsSliderFinished' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, HaveNumberSpace) == 0x000400, "Member 'UUI_BP_SettingsSliderButton_C::HaveNumberSpace' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, NumberSpaceSizeX) == 0x000404, "Member 'UUI_BP_SettingsSliderButton_C::NumberSpaceSizeX' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, DividerLeftPadding) == 0x000408, "Member 'UUI_BP_SettingsSliderButton_C::DividerLeftPadding' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsSliderButton_C, MouseUsesStep) == 0x00040C, "Member 'UUI_BP_SettingsSliderButton_C::MouseUsesStep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton \ static_assert(alignof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton"); \ static_assert(sizeof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton) == 0x000060, "Wrong size on UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, EntryPoint) == 0x000000, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, K2Node_Event_IconName) == 0x000008, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::K2Node_Event_IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, K2Node_Event_ImageName) == 0x000018, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::K2Node_Event_ImageName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, K2Node_Event_NewContent) == 0x000028, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::K2Node_Event_NewContent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, CallFunc_AddExtraContent_ReturnValue) == 0x000030, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::CallFunc_AddExtraContent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, K2Node_Event_isHighlighted) == 0x000031, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::K2Node_Event_isHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, K2Node_Event_NewState) == 0x000032, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, CallFunc_HandleEnabled_ReturnValue) == 0x000033, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::CallFunc_HandleEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, K2Node_SwitchEnum_CmpSuccess) == 0x000034, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, CallFunc_HandleDisabled_ReturnValue) == 0x000035, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::CallFunc_HandleDisabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, CallFunc_HandleMissing_ReturnValue) == 0x000036, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::CallFunc_HandleMissing_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, CallFunc_HandleNonExistent_ReturnValue) == 0x000037, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::CallFunc_HandleNonExistent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, CallFunc_PostEventAtLocation_ReturnValue) == 0x000038, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00003C, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, K2Node_Event_Size) == 0x000040, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::K2Node_Event_Size' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, K2Node_Event_IsDesignTime) == 0x000048, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000050, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000058, "Member 'UI_BP_GearButton_C_ExecuteUbergraph_UI_BP_GearButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_PreConstruct \ static_assert(alignof(UI_BP_GearButton_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_GearButton_C_PreConstruct"); \ static_assert(sizeof(UI_BP_GearButton_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_GearButton_C_PreConstruct"); \ static_assert(offsetof(UI_BP_GearButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_GearButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_SetButtonState \ static_assert(alignof(UI_BP_GearButton_C_SetButtonState) == 0x000001, "Wrong alignment on UI_BP_GearButton_C_SetButtonState"); \ static_assert(sizeof(UI_BP_GearButton_C_SetButtonState) == 0x000001, "Wrong size on UI_BP_GearButton_C_SetButtonState"); \ static_assert(offsetof(UI_BP_GearButton_C_SetButtonState, NewState) == 0x000000, "Member 'UI_BP_GearButton_C_SetButtonState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_HighlightButton \ static_assert(alignof(UI_BP_GearButton_C_HighlightButton) == 0x000001, "Wrong alignment on UI_BP_GearButton_C_HighlightButton"); \ static_assert(sizeof(UI_BP_GearButton_C_HighlightButton) == 0x000001, "Wrong size on UI_BP_GearButton_C_HighlightButton"); \ static_assert(offsetof(UI_BP_GearButton_C_HighlightButton, isHighlighted) == 0x000000, "Member 'UI_BP_GearButton_C_HighlightButton::isHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_I_AddExtraContent \ static_assert(alignof(UI_BP_GearButton_C_I_AddExtraContent) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_I_AddExtraContent"); \ static_assert(sizeof(UI_BP_GearButton_C_I_AddExtraContent) == 0x000008, "Wrong size on UI_BP_GearButton_C_I_AddExtraContent"); \ static_assert(offsetof(UI_BP_GearButton_C_I_AddExtraContent, NewContent) == 0x000000, "Member 'UI_BP_GearButton_C_I_AddExtraContent::NewContent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_I_SetImage \ static_assert(alignof(UI_BP_GearButton_C_I_SetImage) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_I_SetImage"); \ static_assert(sizeof(UI_BP_GearButton_C_I_SetImage) == 0x000010, "Wrong size on UI_BP_GearButton_C_I_SetImage"); \ static_assert(offsetof(UI_BP_GearButton_C_I_SetImage, ImageName) == 0x000000, "Member 'UI_BP_GearButton_C_I_SetImage::ImageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_I_SetIconName \ static_assert(alignof(UI_BP_GearButton_C_I_SetIconName) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_I_SetIconName"); \ static_assert(sizeof(UI_BP_GearButton_C_I_SetIconName) == 0x000010, "Wrong size on UI_BP_GearButton_C_I_SetIconName"); \ static_assert(offsetof(UI_BP_GearButton_C_I_SetIconName, IconName_0) == 0x000000, "Member 'UI_BP_GearButton_C_I_SetIconName::IconName_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_I_SetIconSize \ static_assert(alignof(UI_BP_GearButton_C_I_SetIconSize) == 0x000004, "Wrong alignment on UI_BP_GearButton_C_I_SetIconSize"); \ static_assert(sizeof(UI_BP_GearButton_C_I_SetIconSize) == 0x000008, "Wrong size on UI_BP_GearButton_C_I_SetIconSize"); \ static_assert(offsetof(UI_BP_GearButton_C_I_SetIconSize, size_0) == 0x000000, "Member 'UI_BP_GearButton_C_I_SetIconSize::size_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_SetState \ static_assert(alignof(UI_BP_GearButton_C_SetState) == 0x000001, "Wrong alignment on UI_BP_GearButton_C_SetState"); \ static_assert(sizeof(UI_BP_GearButton_C_SetState) == 0x000003, "Wrong size on UI_BP_GearButton_C_SetState"); \ static_assert(offsetof(UI_BP_GearButton_C_SetState, IsActive) == 0x000000, "Member 'UI_BP_GearButton_C_SetState::IsActive' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetState, ReturnValue) == 0x000001, "Member 'UI_BP_GearButton_C_SetState::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetState, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000002, "Member 'UI_BP_GearButton_C_SetState::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_AddExtraContent \ static_assert(alignof(UI_BP_GearButton_C_AddExtraContent) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_AddExtraContent"); \ static_assert(sizeof(UI_BP_GearButton_C_AddExtraContent) == 0x000018, "Wrong size on UI_BP_GearButton_C_AddExtraContent"); \ static_assert(offsetof(UI_BP_GearButton_C_AddExtraContent, NewContent) == 0x000000, "Member 'UI_BP_GearButton_C_AddExtraContent::NewContent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_AddExtraContent, ReturnValue) == 0x000008, "Member 'UI_BP_GearButton_C_AddExtraContent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_AddExtraContent, CallFunc_AddChild_ReturnValue) == 0x000010, "Member 'UI_BP_GearButton_C_AddExtraContent::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_RemoveExtraContent \ static_assert(alignof(UI_BP_GearButton_C_RemoveExtraContent) == 0x000001, "Wrong alignment on UI_BP_GearButton_C_RemoveExtraContent"); \ static_assert(sizeof(UI_BP_GearButton_C_RemoveExtraContent) == 0x000002, "Wrong size on UI_BP_GearButton_C_RemoveExtraContent"); \ static_assert(offsetof(UI_BP_GearButton_C_RemoveExtraContent, ReturnValue) == 0x000000, "Member 'UI_BP_GearButton_C_RemoveExtraContent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_RemoveExtraContent, CallFunc_RemoveChildAt_ReturnValue) == 0x000001, "Member 'UI_BP_GearButton_C_RemoveExtraContent::CallFunc_RemoveChildAt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_HandleEnabled \ static_assert(alignof(UI_BP_GearButton_C_HandleEnabled) == 0x000001, "Wrong alignment on UI_BP_GearButton_C_HandleEnabled"); \ static_assert(sizeof(UI_BP_GearButton_C_HandleEnabled) == 0x000001, "Wrong size on UI_BP_GearButton_C_HandleEnabled"); \ static_assert(offsetof(UI_BP_GearButton_C_HandleEnabled, ReturnValue) == 0x000000, "Member 'UI_BP_GearButton_C_HandleEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_HandleDisabled \ static_assert(alignof(UI_BP_GearButton_C_HandleDisabled) == 0x000001, "Wrong alignment on UI_BP_GearButton_C_HandleDisabled"); \ static_assert(sizeof(UI_BP_GearButton_C_HandleDisabled) == 0x000001, "Wrong size on UI_BP_GearButton_C_HandleDisabled"); \ static_assert(offsetof(UI_BP_GearButton_C_HandleDisabled, ReturnValue) == 0x000000, "Member 'UI_BP_GearButton_C_HandleDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_HandleMissing \ static_assert(alignof(UI_BP_GearButton_C_HandleMissing) == 0x000001, "Wrong alignment on UI_BP_GearButton_C_HandleMissing"); \ static_assert(sizeof(UI_BP_GearButton_C_HandleMissing) == 0x000001, "Wrong size on UI_BP_GearButton_C_HandleMissing"); \ static_assert(offsetof(UI_BP_GearButton_C_HandleMissing, ReturnValue) == 0x000000, "Member 'UI_BP_GearButton_C_HandleMissing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_HandleNonExistent \ static_assert(alignof(UI_BP_GearButton_C_HandleNonExistent) == 0x000001, "Wrong alignment on UI_BP_GearButton_C_HandleNonExistent"); \ static_assert(sizeof(UI_BP_GearButton_C_HandleNonExistent) == 0x000001, "Wrong size on UI_BP_GearButton_C_HandleNonExistent"); \ static_assert(offsetof(UI_BP_GearButton_C_HandleNonExistent, ReturnValue) == 0x000000, "Member 'UI_BP_GearButton_C_HandleNonExistent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_GetExtraContent \ static_assert(alignof(UI_BP_GearButton_C_GetExtraContent) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_GetExtraContent"); \ static_assert(sizeof(UI_BP_GearButton_C_GetExtraContent) == 0x000020, "Wrong size on UI_BP_GearButton_C_GetExtraContent"); \ static_assert(offsetof(UI_BP_GearButton_C_GetExtraContent, ReturnValue) == 0x000000, "Member 'UI_BP_GearButton_C_GetExtraContent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_GetExtraContent, CallFunc_GetChildAt_ReturnValue) == 0x000008, "Member 'UI_BP_GearButton_C_GetExtraContent::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_GetExtraContent, K2Node_DynamicCast_AsUser_Widget) == 0x000010, "Member 'UI_BP_GearButton_C_GetExtraContent::K2Node_DynamicCast_AsUser_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_GetExtraContent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_GearButton_C_GetExtraContent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_SetButtonIcons \ static_assert(alignof(UI_BP_GearButton_C_SetButtonIcons) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_SetButtonIcons"); \ static_assert(sizeof(UI_BP_GearButton_C_SetButtonIcons) == 0x000018, "Wrong size on UI_BP_GearButton_C_SetButtonIcons"); \ static_assert(offsetof(UI_BP_GearButton_C_SetButtonIcons, BackgroundImage) == 0x000000, "Member 'UI_BP_GearButton_C_SetButtonIcons::BackgroundImage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetButtonIcons, ReturnValue) == 0x000010, "Member 'UI_BP_GearButton_C_SetButtonIcons::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_SetIsSelected \ static_assert(alignof(UI_BP_GearButton_C_SetIsSelected) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_SetIsSelected"); \ static_assert(sizeof(UI_BP_GearButton_C_SetIsSelected) == 0x000018, "Wrong size on UI_BP_GearButton_C_SetIsSelected"); \ static_assert(offsetof(UI_BP_GearButton_C_SetIsSelected, buttonSelected) == 0x000000, "Member 'UI_BP_GearButton_C_SetIsSelected::buttonSelected' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetIsSelected, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_GearButton_C_SetIsSelected::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetIsSelected, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_GearButton_C_SetIsSelected::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_SetRarityState \ static_assert(alignof(UI_BP_GearButton_C_SetRarityState) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_SetRarityState"); \ static_assert(sizeof(UI_BP_GearButton_C_SetRarityState) == 0x000020, "Wrong size on UI_BP_GearButton_C_SetRarityState"); \ static_assert(offsetof(UI_BP_GearButton_C_SetRarityState, RarityTier) == 0x000000, "Member 'UI_BP_GearButton_C_SetRarityState::RarityTier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetRarityState, Temp_byte_Variable) == 0x000008, "Member 'UI_BP_GearButton_C_SetRarityState::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetRarityState, Temp_byte_Variable_1) == 0x000009, "Member 'UI_BP_GearButton_C_SetRarityState::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetRarityState, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00000A, "Member 'UI_BP_GearButton_C_SetRarityState::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetRarityState, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x00000B, "Member 'UI_BP_GearButton_C_SetRarityState::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetRarityState, CallFunc_BooleanOR_ReturnValue) == 0x00000C, "Member 'UI_BP_GearButton_C_SetRarityState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetRarityState, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x00000D, "Member 'UI_BP_GearButton_C_SetRarityState::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetRarityState, Temp_bool_Variable) == 0x00000E, "Member 'UI_BP_GearButton_C_SetRarityState::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetRarityState, K2Node_Select_Default) == 0x00000F, "Member 'UI_BP_GearButton_C_SetRarityState::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetRarityState, CallFunc_GetRarityColorTag_ColorTag) == 0x000010, "Member 'UI_BP_GearButton_C_SetRarityState::CallFunc_GetRarityColorTag_ColorTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_ToggleAppearanceIcon \ static_assert(alignof(UI_BP_GearButton_C_ToggleAppearanceIcon) == 0x000001, "Wrong alignment on UI_BP_GearButton_C_ToggleAppearanceIcon"); \ static_assert(sizeof(UI_BP_GearButton_C_ToggleAppearanceIcon) == 0x000005, "Wrong size on UI_BP_GearButton_C_ToggleAppearanceIcon"); \ static_assert(offsetof(UI_BP_GearButton_C_ToggleAppearanceIcon, HasAppearance) == 0x000000, "Member 'UI_BP_GearButton_C_ToggleAppearanceIcon::HasAppearance' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ToggleAppearanceIcon, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_GearButton_C_ToggleAppearanceIcon::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ToggleAppearanceIcon, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_GearButton_C_ToggleAppearanceIcon::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ToggleAppearanceIcon, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_GearButton_C_ToggleAppearanceIcon::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ToggleAppearanceIcon, K2Node_Select_Default) == 0x000004, "Member 'UI_BP_GearButton_C_ToggleAppearanceIcon::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_HideStatList \ static_assert(alignof(UI_BP_GearButton_C_HideStatList) == 0x000001, "Wrong alignment on UI_BP_GearButton_C_HideStatList"); \ static_assert(sizeof(UI_BP_GearButton_C_HideStatList) == 0x000001, "Wrong size on UI_BP_GearButton_C_HideStatList"); \ static_assert(offsetof(UI_BP_GearButton_C_HideStatList, showStats) == 0x000000, "Member 'UI_BP_GearButton_C_HideStatList::showStats' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_SetTraitSlots \ static_assert(alignof(UI_BP_GearButton_C_SetTraitSlots) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_SetTraitSlots"); \ static_assert(sizeof(UI_BP_GearButton_C_SetTraitSlots) == 0x000058, "Wrong size on UI_BP_GearButton_C_SetTraitSlots"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, TraitArray) == 0x000000, "Member 'UI_BP_GearButton_C_SetTraitSlots::TraitArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, EmptyTraitCount) == 0x000010, "Member 'UI_BP_GearButton_C_SetTraitSlots::EmptyTraitCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, tempThreadCount) == 0x000014, "Member 'UI_BP_GearButton_C_SetTraitSlots::tempThreadCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, Temp_int_Variable) == 0x000018, "Member 'UI_BP_GearButton_C_SetTraitSlots::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'UI_BP_GearButton_C_SetTraitSlots::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_GearButton_C_SetTraitSlots::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'UI_BP_GearButton_C_SetTraitSlots::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, Temp_int_Array_Index_Variable) == 0x000028, "Member 'UI_BP_GearButton_C_SetTraitSlots::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, Temp_int_Variable_1) == 0x00002C, "Member 'UI_BP_GearButton_C_SetTraitSlots::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'UI_BP_GearButton_C_SetTraitSlots::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, CallFunc_Array_Get_Item) == 0x000034, "Member 'UI_BP_GearButton_C_SetTraitSlots::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, CallFunc_Greater_IntInt_ReturnValue) == 0x00003C, "Member 'UI_BP_GearButton_C_SetTraitSlots::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00003D, "Member 'UI_BP_GearButton_C_SetTraitSlots::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'UI_BP_GearButton_C_SetTraitSlots::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, Temp_int_Variable_2) == 0x000044, "Member 'UI_BP_GearButton_C_SetTraitSlots::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'UI_BP_GearButton_C_SetTraitSlots::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, CallFunc_Add_IntInt_ReturnValue_2) == 0x00004C, "Member 'UI_BP_GearButton_C_SetTraitSlots::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, CallFunc_Add_IntInt_ReturnValue_3) == 0x000050, "Member 'UI_BP_GearButton_C_SetTraitSlots::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitSlots, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000054, "Member 'UI_BP_GearButton_C_SetTraitSlots::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_SetIsNewItem \ static_assert(alignof(UI_BP_GearButton_C_SetIsNewItem) == 0x000001, "Wrong alignment on UI_BP_GearButton_C_SetIsNewItem"); \ static_assert(sizeof(UI_BP_GearButton_C_SetIsNewItem) == 0x000001, "Wrong size on UI_BP_GearButton_C_SetIsNewItem"); \ static_assert(offsetof(UI_BP_GearButton_C_SetIsNewItem, IsNew) == 0x000000, "Member 'UI_BP_GearButton_C_SetIsNewItem::IsNew' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_SetItemLock \ static_assert(alignof(UI_BP_GearButton_C_SetItemLock) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_SetItemLock"); \ static_assert(sizeof(UI_BP_GearButton_C_SetItemLock) == 0x000018, "Wrong size on UI_BP_GearButton_C_SetItemLock"); \ static_assert(offsetof(UI_BP_GearButton_C_SetItemLock, ItemLevel) == 0x000000, "Member 'UI_BP_GearButton_C_SetItemLock::ItemLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetItemLock, CallFunc_Get_ReturnValue) == 0x000008, "Member 'UI_BP_GearButton_C_SetItemLock::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetItemLock, CallFunc_GetExperienceLevel_ReturnValue) == 0x000010, "Member 'UI_BP_GearButton_C_SetItemLock::CallFunc_GetExperienceLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetItemLock, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_GearButton_C_SetItemLock::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_SetIsIdentified \ static_assert(alignof(UI_BP_GearButton_C_SetIsIdentified) == 0x000004, "Wrong alignment on UI_BP_GearButton_C_SetIsIdentified"); \ static_assert(sizeof(UI_BP_GearButton_C_SetIsIdentified) == 0x00000C, "Wrong size on UI_BP_GearButton_C_SetIsIdentified"); \ static_assert(offsetof(UI_BP_GearButton_C_SetIsIdentified, IdentifiedIndex) == 0x000000, "Member 'UI_BP_GearButton_C_SetIsIdentified::IdentifiedIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetIsIdentified, Temp_int_Variable) == 0x000004, "Member 'UI_BP_GearButton_C_SetIsIdentified::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetIsIdentified, Temp_bool_Variable) == 0x000008, "Member 'UI_BP_GearButton_C_SetIsIdentified::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetIsIdentified, Temp_bool_Variable_1) == 0x000009, "Member 'UI_BP_GearButton_C_SetIsIdentified::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetIsIdentified, K2Node_Select_Default) == 0x00000A, "Member 'UI_BP_GearButton_C_SetIsIdentified::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_SetInitSelected \ static_assert(alignof(UI_BP_GearButton_C_SetInitSelected) == 0x000001, "Wrong alignment on UI_BP_GearButton_C_SetInitSelected"); \ static_assert(sizeof(UI_BP_GearButton_C_SetInitSelected) == 0x000001, "Wrong size on UI_BP_GearButton_C_SetInitSelected"); \ static_assert(offsetof(UI_BP_GearButton_C_SetInitSelected, IsSelected_0) == 0x000000, "Member 'UI_BP_GearButton_C_SetInitSelected::IsSelected_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_ToggleUpgradeNotification \ static_assert(alignof(UI_BP_GearButton_C_ToggleUpgradeNotification) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_ToggleUpgradeNotification"); \ static_assert(sizeof(UI_BP_GearButton_C_ToggleUpgradeNotification) == 0x000010, "Wrong size on UI_BP_GearButton_C_ToggleUpgradeNotification"); \ static_assert(offsetof(UI_BP_GearButton_C_ToggleUpgradeNotification, showUpgrade) == 0x000000, "Member 'UI_BP_GearButton_C_ToggleUpgradeNotification::showUpgrade' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ToggleUpgradeNotification, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_GearButton_C_ToggleUpgradeNotification::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_SetUpgradeAvailable \ static_assert(alignof(UI_BP_GearButton_C_SetUpgradeAvailable) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_SetUpgradeAvailable"); \ static_assert(sizeof(UI_BP_GearButton_C_SetUpgradeAvailable) == 0x0000E8, "Wrong size on UI_BP_GearButton_C_SetUpgradeAvailable"); \ static_assert(offsetof(UI_BP_GearButton_C_SetUpgradeAvailable, tempGearItem) == 0x000000, "Member 'UI_BP_GearButton_C_SetUpgradeAvailable::tempGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetUpgradeAvailable, CallFunc_GetMaxUpgradeForGearItem_ReturnValue) == 0x000058, "Member 'UI_BP_GearButton_C_SetUpgradeAvailable::CallFunc_GetMaxUpgradeForGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetUpgradeAvailable, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'UI_BP_GearButton_C_SetUpgradeAvailable::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetUpgradeAvailable, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000060, "Member 'UI_BP_GearButton_C_SetUpgradeAvailable::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetUpgradeAvailable, CallFunc_GetButtonGearItem_GearItem) == 0x000068, "Member 'UI_BP_GearButton_C_SetUpgradeAvailable::CallFunc_GetButtonGearItem_GearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetUpgradeAvailable, CallFunc_BooleanOR_ReturnValue) == 0x0000C0, "Member 'UI_BP_GearButton_C_SetUpgradeAvailable::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetUpgradeAvailable, CallFunc_DefineSecondaryGearStatTypeFromSlot_ReturnValue) == 0x0000C1, "Member 'UI_BP_GearButton_C_SetUpgradeAvailable::CallFunc_DefineSecondaryGearStatTypeFromSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetUpgradeAvailable, CallFunc_GetGearStatsUpgradeRecipe_ReturnValue) == 0x0000C8, "Member 'UI_BP_GearButton_C_SetUpgradeAvailable::CallFunc_GetGearStatsUpgradeRecipe_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_SetTraitAvailable \ static_assert(alignof(UI_BP_GearButton_C_SetTraitAvailable) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_SetTraitAvailable"); \ static_assert(sizeof(UI_BP_GearButton_C_SetTraitAvailable) == 0x000060, "Wrong size on UI_BP_GearButton_C_SetTraitAvailable"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitAvailable, CallFunc_GetButtonGearItem_GearItem) == 0x000000, "Member 'UI_BP_GearButton_C_SetTraitAvailable::CallFunc_GetButtonGearItem_GearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitAvailable, CallFunc_GetTotalAvailableTriats_TotalAvailableTraits) == 0x000058, "Member 'UI_BP_GearButton_C_SetTraitAvailable::CallFunc_GetTotalAvailableTriats_TotalAvailableTraits' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitAvailable, CallFunc_Not_PreBool_ReturnValue) == 0x00005C, "Member 'UI_BP_GearButton_C_SetTraitAvailable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitAvailable, CallFunc_Greater_IntInt_ReturnValue) == 0x00005D, "Member 'UI_BP_GearButton_C_SetTraitAvailable::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetTraitAvailable, CallFunc_BooleanAND_ReturnValue) == 0x00005E, "Member 'UI_BP_GearButton_C_SetTraitAvailable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_ToggleTraitNotification \ static_assert(alignof(UI_BP_GearButton_C_ToggleTraitNotification) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_ToggleTraitNotification"); \ static_assert(sizeof(UI_BP_GearButton_C_ToggleTraitNotification) == 0x000010, "Wrong size on UI_BP_GearButton_C_ToggleTraitNotification"); \ static_assert(offsetof(UI_BP_GearButton_C_ToggleTraitNotification, ShowNotification) == 0x000000, "Member 'UI_BP_GearButton_C_ToggleTraitNotification::ShowNotification' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ToggleTraitNotification, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_GearButton_C_ToggleTraitNotification::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_GetButtonGearItem \ static_assert(alignof(UI_BP_GearButton_C_GetButtonGearItem) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_GetButtonGearItem"); \ static_assert(sizeof(UI_BP_GearButton_C_GetButtonGearItem) == 0x0000B8, "Wrong size on UI_BP_GearButton_C_GetButtonGearItem"); \ static_assert(offsetof(UI_BP_GearButton_C_GetButtonGearItem, GearItem) == 0x000000, "Member 'UI_BP_GearButton_C_GetButtonGearItem::GearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_GetButtonGearItem, CallFunc_GetGearItem_OutGearItem) == 0x000058, "Member 'UI_BP_GearButton_C_GetButtonGearItem::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_GetButtonGearItem, CallFunc_GetGearItem_ReturnValue) == 0x0000B0, "Member 'UI_BP_GearButton_C_GetButtonGearItem::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_InitGearButton \ static_assert(alignof(UI_BP_GearButton_C_InitGearButton) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_InitGearButton"); \ static_assert(sizeof(UI_BP_GearButton_C_InitGearButton) == 0x000140, "Wrong size on UI_BP_GearButton_C_InitGearButton"); \ static_assert(offsetof(UI_BP_GearButton_C_InitGearButton, GearID) == 0x000000, "Member 'UI_BP_GearButton_C_InitGearButton::GearID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_InitGearButton, IsAppearance) == 0x000014, "Member 'UI_BP_GearButton_C_InitGearButton::IsAppearance' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_InitGearButton, TempTraits) == 0x000018, "Member 'UI_BP_GearButton_C_InitGearButton::TempTraits' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_InitGearButton, CallFunc_GetItemProperties_ItemProperties) == 0x000028, "Member 'UI_BP_GearButton_C_InitGearButton::CallFunc_GetItemProperties_ItemProperties' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_InitGearButton, CallFunc_GetItemProperties_ReturnValue) == 0x000094, "Member 'UI_BP_GearButton_C_InitGearButton::CallFunc_GetItemProperties_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_InitGearButton, CallFunc_Conv_NameToString_ReturnValue) == 0x000098, "Member 'UI_BP_GearButton_C_InitGearButton::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_InitGearButton, CallFunc_Not_PreBool_ReturnValue) == 0x0000A8, "Member 'UI_BP_GearButton_C_InitGearButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_InitGearButton, CallFunc_SetInventoryIconOverride_OutDisplayName) == 0x0000B0, "Member 'UI_BP_GearButton_C_InitGearButton::CallFunc_SetInventoryIconOverride_OutDisplayName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_InitGearButton, CallFunc_SetInventoryIconOverride_OutIconName) == 0x0000C0, "Member 'UI_BP_GearButton_C_InitGearButton::CallFunc_SetInventoryIconOverride_OutIconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_InitGearButton, CallFunc_SetInventoryIconOverride_OutIsNameTranslatable) == 0x0000D0, "Member 'UI_BP_GearButton_C_InitGearButton::CallFunc_SetInventoryIconOverride_OutIsNameTranslatable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_InitGearButton, CallFunc_SetInventoryIconOverride_ReturnValue) == 0x0000D1, "Member 'UI_BP_GearButton_C_InitGearButton::CallFunc_SetInventoryIconOverride_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_InitGearButton, CallFunc_Get_ReturnValue) == 0x0000D8, "Member 'UI_BP_GearButton_C_InitGearButton::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_InitGearButton, CallFunc_GetGearItem_OutGearItem) == 0x0000E0, "Member 'UI_BP_GearButton_C_InitGearButton::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_InitGearButton, CallFunc_GetGearItem_ReturnValue) == 0x000138, "Member 'UI_BP_GearButton_C_InitGearButton::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_InitGearButton, CallFunc_GetGearEmptyTraitSlots_ReturnValue) == 0x00013C, "Member 'UI_BP_GearButton_C_InitGearButton::CallFunc_GetGearEmptyTraitSlots_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_ToggleLoomInteraction \ static_assert(alignof(UI_BP_GearButton_C_ToggleLoomInteraction) == 0x000001, "Wrong alignment on UI_BP_GearButton_C_ToggleLoomInteraction"); \ static_assert(sizeof(UI_BP_GearButton_C_ToggleLoomInteraction) == 0x000008, "Wrong size on UI_BP_GearButton_C_ToggleLoomInteraction"); \ static_assert(offsetof(UI_BP_GearButton_C_ToggleLoomInteraction, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000000, "Member 'UI_BP_GearButton_C_ToggleLoomInteraction::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ToggleLoomInteraction, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000001, "Member 'UI_BP_GearButton_C_ToggleLoomInteraction::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ToggleLoomInteraction, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x000002, "Member 'UI_BP_GearButton_C_ToggleLoomInteraction::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ToggleLoomInteraction, CallFunc_EqualEqual_NameName_ReturnValue_3) == 0x000003, "Member 'UI_BP_GearButton_C_ToggleLoomInteraction::CallFunc_EqualEqual_NameName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ToggleLoomInteraction, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'UI_BP_GearButton_C_ToggleLoomInteraction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ToggleLoomInteraction, CallFunc_BooleanOR_ReturnValue_1) == 0x000005, "Member 'UI_BP_GearButton_C_ToggleLoomInteraction::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ToggleLoomInteraction, CallFunc_BooleanOR_ReturnValue_2) == 0x000006, "Member 'UI_BP_GearButton_C_ToggleLoomInteraction::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_ToggleLoomInteraction, CallFunc_BooleanOR_ReturnValue_3) == 0x000007, "Member 'UI_BP_GearButton_C_ToggleLoomInteraction::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_OverrideGearIcon \ static_assert(alignof(UI_BP_GearButton_C_OverrideGearIcon) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_OverrideGearIcon"); \ static_assert(sizeof(UI_BP_GearButton_C_OverrideGearIcon) == 0x000018, "Wrong size on UI_BP_GearButton_C_OverrideGearIcon"); \ static_assert(offsetof(UI_BP_GearButton_C_OverrideGearIcon, tempOverrideID) == 0x000000, "Member 'UI_BP_GearButton_C_OverrideGearIcon::tempOverrideID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_OverrideGearIcon, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000010, "Member 'UI_BP_GearButton_C_OverrideGearIcon::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_OverrideGearIcon, K2Node_SwitchEnum_CmpSuccess) == 0x000011, "Member 'UI_BP_GearButton_C_OverrideGearIcon::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_SetHoodState \ static_assert(alignof(UI_BP_GearButton_C_SetHoodState) == 0x000001, "Wrong alignment on UI_BP_GearButton_C_SetHoodState"); \ static_assert(sizeof(UI_BP_GearButton_C_SetHoodState) == 0x000005, "Wrong size on UI_BP_GearButton_C_SetHoodState"); \ static_assert(offsetof(UI_BP_GearButton_C_SetHoodState, ShowHoodIcon) == 0x000000, "Member 'UI_BP_GearButton_C_SetHoodState::ShowHoodIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetHoodState, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_GearButton_C_SetHoodState::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetHoodState, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_GearButton_C_SetHoodState::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetHoodState, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_GearButton_C_SetHoodState::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearButton_C_SetHoodState, K2Node_Select_Default) == 0x000004, "Member 'UI_BP_GearButton_C_SetHoodState::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_ResetGearButtonState \ static_assert(alignof(UI_BP_GearButton_C_ResetGearButtonState) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_ResetGearButtonState"); \ static_assert(sizeof(UI_BP_GearButton_C_ResetGearButtonState) == 0x000008, "Wrong size on UI_BP_GearButton_C_ResetGearButtonState"); \ static_assert(offsetof(UI_BP_GearButton_C_ResetGearButtonState, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UI_BP_GearButton_C_ResetGearButtonState::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_I_GetIconName \ static_assert(alignof(UI_BP_GearButton_C_I_GetIconName) == 0x000008, "Wrong alignment on UI_BP_GearButton_C_I_GetIconName"); \ static_assert(sizeof(UI_BP_GearButton_C_I_GetIconName) == 0x000010, "Wrong size on UI_BP_GearButton_C_I_GetIconName"); \ static_assert(offsetof(UI_BP_GearButton_C_I_GetIconName, IconName_0) == 0x000000, "Member 'UI_BP_GearButton_C_I_GetIconName::IconName_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearButton_C_IsInteractable \ static_assert(alignof(UI_BP_GearButton_C_IsInteractable) == 0x000001, "Wrong alignment on UI_BP_GearButton_C_IsInteractable"); \ static_assert(sizeof(UI_BP_GearButton_C_IsInteractable) == 0x000001, "Wrong size on UI_BP_GearButton_C_IsInteractable"); \ static_assert(offsetof(UI_BP_GearButton_C_IsInteractable, ReturnValue) == 0x000000, "Member 'UI_BP_GearButton_C_IsInteractable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_GearButton_C \ static_assert(alignof(UUI_BP_GearButton_C) == 0x000008, "Wrong alignment on UUI_BP_GearButton_C"); \ static_assert(sizeof(UUI_BP_GearButton_C) == 0x000628, "Wrong size on UUI_BP_GearButton_C"); \ static_assert(offsetof(UUI_BP_GearButton_C, UberGraphFrame) == 0x0004A8, "Member 'UUI_BP_GearButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, OnReset) == 0x0004B0, "Member 'UUI_BP_GearButton_C::OnReset' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, traitLoop) == 0x0004B8, "Member 'UUI_BP_GearButton_C::traitLoop' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, upgradeLoop) == 0x0004C0, "Member 'UUI_BP_GearButton_C::upgradeLoop' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, TutorialPulse) == 0x0004C8, "Member 'UUI_BP_GearButton_C::TutorialPulse' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, OnHover) == 0x0004D0, "Member 'UUI_BP_GearButton_C::OnHover' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, buttonActive) == 0x0004D8, "Member 'UUI_BP_GearButton_C::buttonActive' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, appearanceIcon) == 0x0004E0, "Member 'UUI_BP_GearButton_C::appearanceIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, buttonHighlight) == 0x0004E8, "Member 'UUI_BP_GearButton_C::buttonHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, ContentSlot) == 0x0004F0, "Member 'UUI_BP_GearButton_C::ContentSlot' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, disabledGraphic) == 0x0004F8, "Member 'UUI_BP_GearButton_C::disabledGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, dropShadow) == 0x000500, "Member 'UUI_BP_GearButton_C::dropShadow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, gearSizeBox) == 0x000508, "Member 'UUI_BP_GearButton_C::gearSizeBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, hoodIcon) == 0x000510, "Member 'UUI_BP_GearButton_C::hoodIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, indicator) == 0x000518, "Member 'UUI_BP_GearButton_C::indicator' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, lockedOverlay) == 0x000520, "Member 'UUI_BP_GearButton_C::lockedOverlay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, loomInteract) == 0x000528, "Member 'UUI_BP_GearButton_C::loomInteract' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, newIndicator) == 0x000530, "Member 'UUI_BP_GearButton_C::newIndicator' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, PhoenixImage_156) == 0x000538, "Member 'UUI_BP_GearButton_C::PhoenixImage_156' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, rarityBack) == 0x000540, "Member 'UUI_BP_GearButton_C::rarityBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, selectedBox) == 0x000548, "Member 'UUI_BP_GearButton_C::selectedBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, selectedOutline) == 0x000550, "Member 'UUI_BP_GearButton_C::selectedOutline' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, thread1) == 0x000558, "Member 'UUI_BP_GearButton_C::thread1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, Traits) == 0x000560, "Member 'UUI_BP_GearButton_C::Traits' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, upgradeArrow) == 0x000568, "Member 'UUI_BP_GearButton_C::upgradeArrow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, OnGearButtonHoveredEvent) == 0x000570, "Member 'UUI_BP_GearButton_C::OnGearButtonHoveredEvent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, OnGearButtonUnhoveredEvent) == 0x000580, "Member 'UUI_BP_GearButton_C::OnGearButtonUnhoveredEvent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, OnGearButtonClickEvent) == 0x000590, "Member 'UUI_BP_GearButton_C::OnGearButtonClickEvent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, IsSelected) == 0x0005A0, "Member 'UUI_BP_GearButton_C::IsSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, CursorClass) == 0x0005A8, "Member 'UUI_BP_GearButton_C::CursorClass' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, GearVariation) == 0x0005B0, "Member 'UUI_BP_GearButton_C::GearVariation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, ItemRarity) == 0x0005B8, "Member 'UUI_BP_GearButton_C::ItemRarity' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, OutlineColor) == 0x0005C0, "Member 'UUI_BP_GearButton_C::OutlineColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, SlotType) == 0x0005D0, "Member 'UUI_BP_GearButton_C::SlotType' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, IsHoodUp) == 0x0005D1, "Member 'UUI_BP_GearButton_C::IsHoodUp' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, ItemId) == 0x0005D8, "Member 'UUI_BP_GearButton_C::ItemId' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, ButtonWidth) == 0x0005E8, "Member 'UUI_BP_GearButton_C::ButtonWidth' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, ButtonHeight) == 0x0005EC, "Member 'UUI_BP_GearButton_C::ButtonHeight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, hasStats) == 0x0005F0, "Member 'UUI_BP_GearButton_C::hasStats' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, IsEmpty) == 0x0005F1, "Member 'UUI_BP_GearButton_C::IsEmpty' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, IsLocked) == 0x0005F2, "Member 'UUI_BP_GearButton_C::IsLocked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, isUnidentified) == 0x0005F3, "Member 'UUI_BP_GearButton_C::isUnidentified' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, canUpgrade) == 0x0005F4, "Member 'UUI_BP_GearButton_C::canUpgrade' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, canApplyTrait) == 0x0005F5, "Member 'UUI_BP_GearButton_C::canApplyTrait' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, GearItemID) == 0x0005F8, "Member 'UUI_BP_GearButton_C::GearItemID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, LoomCanInteract) == 0x00060C, "Member 'UUI_BP_GearButton_C::LoomCanInteract' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, HasMaxUpgrades) == 0x00060D, "Member 'UUI_BP_GearButton_C::HasMaxUpgrades' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, DisabledTooltipMessage) == 0x000610, "Member 'UUI_BP_GearButton_C::DisabledTooltipMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearButton_C, canShowButtonEvents) == 0x000620, "Member 'UUI_BP_GearButton_C::canShowButtonEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton \ static_assert(alignof(UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton) == 0x000008, "Wrong alignment on UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton"); \ static_assert(sizeof(UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton) == 0x000038, "Wrong size on UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton, EntryPoint) == 0x000000, "Member 'UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton, K2Node_Event_IsDesignTime) == 0x000018, "Member 'UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton, CallFunc_PostEventAtLocation_ReturnValue) == 0x00001C, "Member 'UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000020, "Member 'UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton, CallFunc_PlayAnimationReverse_ReturnValue_1) == 0x000028, "Member 'UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton::CallFunc_PlayAnimationReverse_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000030, "Member 'UI_BP_MenuTextButton_C_ExecuteUbergraph_UI_BP_MenuTextButton::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MenuTextButton_C_PreConstruct \ static_assert(alignof(UI_BP_MenuTextButton_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_MenuTextButton_C_PreConstruct"); \ static_assert(sizeof(UI_BP_MenuTextButton_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_MenuTextButton_C_PreConstruct"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_MenuTextButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MenuTextButton_C_SetButtonText \ static_assert(alignof(UI_BP_MenuTextButton_C_SetButtonText) == 0x000008, "Wrong alignment on UI_BP_MenuTextButton_C_SetButtonText"); \ static_assert(sizeof(UI_BP_MenuTextButton_C_SetButtonText) == 0x000028, "Wrong size on UI_BP_MenuTextButton_C_SetButtonText"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_SetButtonText, ButtonText_0) == 0x000000, "Member 'UI_BP_MenuTextButton_C_SetButtonText::ButtonText_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_SetButtonText, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'UI_BP_MenuTextButton_C_SetButtonText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MenuTextButton_C_Hovered \ static_assert(alignof(UI_BP_MenuTextButton_C_Hovered) == 0x000001, "Wrong alignment on UI_BP_MenuTextButton_C_Hovered"); \ static_assert(sizeof(UI_BP_MenuTextButton_C_Hovered) == 0x000001, "Wrong size on UI_BP_MenuTextButton_C_Hovered"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_Hovered, CurrentlyHovered) == 0x000000, "Member 'UI_BP_MenuTextButton_C_Hovered::CurrentlyHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MenuTextButton_C_SetButtonState \ static_assert(alignof(UI_BP_MenuTextButton_C_SetButtonState) == 0x000008, "Wrong alignment on UI_BP_MenuTextButton_C_SetButtonState"); \ static_assert(sizeof(UI_BP_MenuTextButton_C_SetButtonState) == 0x000018, "Wrong size on UI_BP_MenuTextButton_C_SetButtonState"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_SetButtonState, IsSelected) == 0x000000, "Member 'UI_BP_MenuTextButton_C_SetButtonState::IsSelected' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_SetButtonState, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_MenuTextButton_C_SetButtonState::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_SetButtonState, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000010, "Member 'UI_BP_MenuTextButton_C_SetButtonState::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MenuTextButton_C_HandleHovered \ static_assert(alignof(UI_BP_MenuTextButton_C_HandleHovered) == 0x000008, "Wrong alignment on UI_BP_MenuTextButton_C_HandleHovered"); \ static_assert(sizeof(UI_BP_MenuTextButton_C_HandleHovered) == 0x000020, "Wrong size on UI_BP_MenuTextButton_C_HandleHovered"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_HandleHovered, Button) == 0x000000, "Member 'UI_BP_MenuTextButton_C_HandleHovered::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_HandleHovered, JustChangeHighlight) == 0x000008, "Member 'UI_BP_MenuTextButton_C_HandleHovered::JustChangeHighlight' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_HandleHovered, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_MenuTextButton_C_HandleHovered::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_HandleHovered, CallFunc_PostEventAtLocation_ReturnValue) == 0x000018, "Member 'UI_BP_MenuTextButton_C_HandleHovered::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MenuTextButton_C_HandleUnhovered \ static_assert(alignof(UI_BP_MenuTextButton_C_HandleUnhovered) == 0x000008, "Wrong alignment on UI_BP_MenuTextButton_C_HandleUnhovered"); \ static_assert(sizeof(UI_BP_MenuTextButton_C_HandleUnhovered) == 0x000018, "Wrong size on UI_BP_MenuTextButton_C_HandleUnhovered"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_HandleUnhovered, Button) == 0x000000, "Member 'UI_BP_MenuTextButton_C_HandleUnhovered::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_HandleUnhovered, JustChangeHighjlight) == 0x000008, "Member 'UI_BP_MenuTextButton_C_HandleUnhovered::JustChangeHighjlight' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_HandleUnhovered, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'UI_BP_MenuTextButton_C_HandleUnhovered::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MenuTextButton_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_MenuTextButton_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_MenuTextButton_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_MenuTextButton_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_MenuTextButton_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_MenuTextButton_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_MenuTextButton_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_MenuTextButton_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_MenuTextButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_MenuTextButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_MenuTextButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuTextButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_MenuTextButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MenuTextButton_C \ static_assert(alignof(UUI_BP_MenuTextButton_C) == 0x000008, "Wrong alignment on UUI_BP_MenuTextButton_C"); \ static_assert(sizeof(UUI_BP_MenuTextButton_C) == 0x0003E0, "Wrong size on UUI_BP_MenuTextButton_C"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_MenuTextButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, ShowSparkles) == 0x000330, "Member 'UUI_BP_MenuTextButton_C::ShowSparkles' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, OnTextButtonDeselected) == 0x000338, "Member 'UUI_BP_MenuTextButton_C::OnTextButtonDeselected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, OnTextButtonSelected) == 0x000340, "Member 'UUI_BP_MenuTextButton_C::OnTextButtonSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, OnTextButtonHovered) == 0x000348, "Member 'UUI_BP_MenuTextButton_C::OnTextButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, BackGorund) == 0x000350, "Member 'UUI_BP_MenuTextButton_C::BackGorund' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, Border) == 0x000358, "Member 'UUI_BP_MenuTextButton_C::Border' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, goldleafL) == 0x000360, "Member 'UUI_BP_MenuTextButton_C::goldleafL' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, goldleafR) == 0x000368, "Member 'UUI_BP_MenuTextButton_C::goldleafR' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, Icon) == 0x000370, "Member 'UUI_BP_MenuTextButton_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, NS) == 0x000378, "Member 'UUI_BP_MenuTextButton_C::NS' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, TheButton) == 0x000380, "Member 'UUI_BP_MenuTextButton_C::TheButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, TheText) == 0x000388, "Member 'UUI_BP_MenuTextButton_C::TheText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, UI_BP_SelectedBox) == 0x000390, "Member 'UUI_BP_MenuTextButton_C::UI_BP_SelectedBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, MenuTextButtonClicked) == 0x000398, "Member 'UUI_BP_MenuTextButton_C::MenuTextButtonClicked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, MenuTextButtonHovered) == 0x0003A8, "Member 'UUI_BP_MenuTextButton_C::MenuTextButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, MenuTextButtonUnhovered) == 0x0003B8, "Member 'UUI_BP_MenuTextButton_C::MenuTextButtonUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, ButtonText) == 0x0003C8, "Member 'UUI_BP_MenuTextButton_C::ButtonText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, ButtonTextJustification) == 0x0003D8, "Member 'UUI_BP_MenuTextButton_C::ButtonTextJustification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, IsButtonSelected) == 0x0003D9, "Member 'UUI_BP_MenuTextButton_C::IsButtonSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuTextButton_C, TranslateButtonText) == 0x0003DA, "Member 'UUI_BP_MenuTextButton_C::TranslateButtonText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break \ static_assert(alignof(ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break) == 0x000008, "Wrong alignment on ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break"); \ static_assert(sizeof(ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break) == 0x000070, "Wrong size on ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break"); \ static_assert(offsetof(ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break, EntryPoint) == 0x000000, "Member 'ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break, K2Node_Event_Context) == 0x000008, "Member 'ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Idle_Break_C_ExecuteUbergraph_ABL_Idle_Break::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_Break_C_OnAbilityBranch \ static_assert(alignof(ABL_Idle_Break_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Idle_Break_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Idle_Break_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Idle_Break_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Idle_Break_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Idle_Break_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Break_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Idle_Break_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_Break_C_OnAbilityStart \ static_assert(alignof(ABL_Idle_Break_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Idle_Break_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Idle_Break_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Idle_Break_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Idle_Break_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Idle_Break_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Idle_Break_C \ static_assert(alignof(UABL_Idle_Break_C) == 0x000008, "Wrong alignment on UABL_Idle_Break_C"); \ static_assert(sizeof(UABL_Idle_Break_C) == 0x0000D0, "Wrong size on UABL_Idle_Break_C"); \ static_assert(offsetof(UABL_Idle_Break_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Idle_Break_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider \ static_assert(alignof(UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider) == 0x000008, "Wrong alignment on UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider"); \ static_assert(sizeof(UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider) == 0x000030, "Wrong size on UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider, EntryPoint) == 0x000000, "Member 'UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider, K2Node_ComponentBoundEvent_Value) == 0x00000C, "Member 'UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider, CallFunc_GetObjectName_ReturnValue) == 0x000010, "Member 'UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000020, "Member 'UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider, CallFunc_PlayAnimationForward_ReturnValue) == 0x000028, "Member 'UI_BP_BrightnessSlider_C_ExecuteUbergraph_UI_BP_BrightnessSlider::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BrightnessSlider_C_BndEvt__optionSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature \ static_assert(alignof(UI_BP_BrightnessSlider_C_BndEvt__optionSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on UI_BP_BrightnessSlider_C_BndEvt__optionSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_BrightnessSlider_C_BndEvt__optionSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on UI_BP_BrightnessSlider_C_BndEvt__optionSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_BndEvt__optionSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'UI_BP_BrightnessSlider_C_BndEvt__optionSlider_K2Node_ComponentBoundEvent_3_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BrightnessSlider_C_PreConstruct \ static_assert(alignof(UI_BP_BrightnessSlider_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_BrightnessSlider_C_PreConstruct"); \ static_assert(sizeof(UI_BP_BrightnessSlider_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_BrightnessSlider_C_PreConstruct"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_BrightnessSlider_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BrightnessSlider_C_PopulateSliderOptions \ static_assert(alignof(UI_BP_BrightnessSlider_C_PopulateSliderOptions) == 0x000004, "Wrong alignment on UI_BP_BrightnessSlider_C_PopulateSliderOptions"); \ static_assert(sizeof(UI_BP_BrightnessSlider_C_PopulateSliderOptions) == 0x000008, "Wrong size on UI_BP_BrightnessSlider_C_PopulateSliderOptions"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_PopulateSliderOptions, SliderValue) == 0x000000, "Member 'UI_BP_BrightnessSlider_C_PopulateSliderOptions::SliderValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_PopulateSliderOptions, CallFunc_SliderValToPercent_Percent) == 0x000004, "Member 'UI_BP_BrightnessSlider_C_PopulateSliderOptions::CallFunc_SliderValToPercent_Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BrightnessSlider_C_SetSliderSteps \ static_assert(alignof(UI_BP_BrightnessSlider_C_SetSliderSteps) == 0x000004, "Wrong alignment on UI_BP_BrightnessSlider_C_SetSliderSteps"); \ static_assert(sizeof(UI_BP_BrightnessSlider_C_SetSliderSteps) == 0x000004, "Wrong size on UI_BP_BrightnessSlider_C_SetSliderSteps"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_SetSliderSteps, NumSteps) == 0x000000, "Member 'UI_BP_BrightnessSlider_C_SetSliderSteps::NumSteps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BrightnessSlider_C_SetSliderVals \ static_assert(alignof(UI_BP_BrightnessSlider_C_SetSliderVals) == 0x000004, "Wrong alignment on UI_BP_BrightnessSlider_C_SetSliderVals"); \ static_assert(sizeof(UI_BP_BrightnessSlider_C_SetSliderVals) == 0x000014, "Wrong size on UI_BP_BrightnessSlider_C_SetSliderVals"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_SetSliderVals, MinVal) == 0x000000, "Member 'UI_BP_BrightnessSlider_C_SetSliderVals::MinVal' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_SetSliderVals, MaxVal) == 0x000004, "Member 'UI_BP_BrightnessSlider_C_SetSliderVals::MaxVal' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_SetSliderVals, StepSize) == 0x000008, "Member 'UI_BP_BrightnessSlider_C_SetSliderVals::StepSize' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_SetSliderVals, CurrentVal) == 0x00000C, "Member 'UI_BP_BrightnessSlider_C_SetSliderVals::CurrentVal' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_SetSliderVals, CallFunc_SliderValToPercent_Percent) == 0x000010, "Member 'UI_BP_BrightnessSlider_C_SetSliderVals::CallFunc_SliderValToPercent_Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BrightnessSlider_C_SliderValToPercent \ static_assert(alignof(UI_BP_BrightnessSlider_C_SliderValToPercent) == 0x000004, "Wrong alignment on UI_BP_BrightnessSlider_C_SliderValToPercent"); \ static_assert(sizeof(UI_BP_BrightnessSlider_C_SliderValToPercent) == 0x00000C, "Wrong size on UI_BP_BrightnessSlider_C_SliderValToPercent"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_SliderValToPercent, SliderVal) == 0x000000, "Member 'UI_BP_BrightnessSlider_C_SliderValToPercent::SliderVal' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_SliderValToPercent, percent) == 0x000004, "Member 'UI_BP_BrightnessSlider_C_SliderValToPercent::percent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_SliderValToPercent, K2Node_MathExpression_ReturnValue) == 0x000008, "Member 'UI_BP_BrightnessSlider_C_SliderValToPercent::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction) == 0x000001, "Wrong alignment on UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction) == 0x00000C, "Wrong size on UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000004, "Member 'UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000005, "Member 'UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue) == 0x000006, "Member 'UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000007, "Member 'UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000008, "Member 'UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_1) == 0x000009, "Member 'UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x00000A, "Member 'UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x00000B, "Member 'UI_BP_BrightnessSlider_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BrightnessSlider_C_OnSliderChanged \ static_assert(alignof(UI_BP_BrightnessSlider_C_OnSliderChanged) == 0x000004, "Wrong alignment on UI_BP_BrightnessSlider_C_OnSliderChanged"); \ static_assert(sizeof(UI_BP_BrightnessSlider_C_OnSliderChanged) == 0x00000C, "Wrong size on UI_BP_BrightnessSlider_C_OnSliderChanged"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_OnSliderChanged, NewVal) == 0x000000, "Member 'UI_BP_BrightnessSlider_C_OnSliderChanged::NewVal' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_OnSliderChanged, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'UI_BP_BrightnessSlider_C_OnSliderChanged::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_OnSliderChanged, CallFunc_SliderValToPercent_Percent) == 0x000008, "Member 'UI_BP_BrightnessSlider_C_OnSliderChanged::CallFunc_SliderValToPercent_Percent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BrightnessSlider_C_StepDown \ static_assert(alignof(UI_BP_BrightnessSlider_C_StepDown) == 0x000004, "Wrong alignment on UI_BP_BrightnessSlider_C_StepDown"); \ static_assert(sizeof(UI_BP_BrightnessSlider_C_StepDown) == 0x000008, "Wrong size on UI_BP_BrightnessSlider_C_StepDown"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_StepDown, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000000, "Member 'UI_BP_BrightnessSlider_C_StepDown::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_StepDown, CallFunc_FMax_ReturnValue) == 0x000004, "Member 'UI_BP_BrightnessSlider_C_StepDown::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BrightnessSlider_C_StepUp \ static_assert(alignof(UI_BP_BrightnessSlider_C_StepUp) == 0x000004, "Wrong alignment on UI_BP_BrightnessSlider_C_StepUp"); \ static_assert(sizeof(UI_BP_BrightnessSlider_C_StepUp) == 0x000008, "Wrong size on UI_BP_BrightnessSlider_C_StepUp"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_StepUp, CallFunc_Add_FloatFloat_ReturnValue) == 0x000000, "Member 'UI_BP_BrightnessSlider_C_StepUp::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_StepUp, CallFunc_FMin_ReturnValue) == 0x000004, "Member 'UI_BP_BrightnessSlider_C_StepUp::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BrightnessSlider_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_BrightnessSlider_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_BrightnessSlider_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_BrightnessSlider_C_GatherMenuReaderStrings) == 0x000098, "Wrong size on UI_BP_BrightnessSlider_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_BrightnessSlider_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_BrightnessSlider_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_BrightnessSlider_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_BrightnessSlider_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_BrightnessSlider_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_BrightnessSlider_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_BrightnessSlider_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x000064, "Member 'UI_BP_BrightnessSlider_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000068, "Member 'UI_BP_BrightnessSlider_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000080, "Member 'UI_BP_BrightnessSlider_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BrightnessSlider_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000090, "Member 'UI_BP_BrightnessSlider_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_BrightnessSlider_C \ static_assert(alignof(UUI_BP_BrightnessSlider_C) == 0x000008, "Wrong alignment on UUI_BP_BrightnessSlider_C"); \ static_assert(sizeof(UUI_BP_BrightnessSlider_C) == 0x0003E8, "Wrong size on UUI_BP_BrightnessSlider_C"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_BrightnessSlider_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, OnHover) == 0x000330, "Member 'UUI_BP_BrightnessSlider_C::OnHover' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, BackGorund) == 0x000338, "Member 'UUI_BP_BrightnessSlider_C::BackGorund' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, Border) == 0x000340, "Member 'UUI_BP_BrightnessSlider_C::Border' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, BorderMotiveL) == 0x000348, "Member 'UUI_BP_BrightnessSlider_C::BorderMotiveL' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, BorderMotiveR) == 0x000350, "Member 'UUI_BP_BrightnessSlider_C::BorderMotiveR' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, optionSlider) == 0x000358, "Member 'UUI_BP_BrightnessSlider_C::optionSlider' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, sliderFill) == 0x000360, "Member 'UUI_BP_BrightnessSlider_C::sliderFill' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, TheButton) == 0x000368, "Member 'UUI_BP_BrightnessSlider_C::TheButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, TitleText) == 0x000370, "Member 'UUI_BP_BrightnessSlider_C::TitleText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, SettingsSliderHovered) == 0x000378, "Member 'UUI_BP_BrightnessSlider_C::SettingsSliderHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, SettingsSliderUnhovered) == 0x000388, "Member 'UUI_BP_BrightnessSlider_C::SettingsSliderUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, SliderTitle) == 0x000398, "Member 'UUI_BP_BrightnessSlider_C::SliderTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, SettingsSliderChanged) == 0x0003A8, "Member 'UUI_BP_BrightnessSlider_C::SettingsSliderChanged' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, changed) == 0x0003B8, "Member 'UUI_BP_BrightnessSlider_C::changed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, LastValue) == 0x0003BC, "Member 'UUI_BP_BrightnessSlider_C::LastValue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, ShowSelectionText) == 0x0003C0, "Member 'UUI_BP_BrightnessSlider_C::ShowSelectionText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, sliderStepSize) == 0x0003C4, "Member 'UUI_BP_BrightnessSlider_C::sliderStepSize' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, SettingsSliderFinished) == 0x0003C8, "Member 'UUI_BP_BrightnessSlider_C::SettingsSliderFinished' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, HaveNumberSpace) == 0x0003D8, "Member 'UUI_BP_BrightnessSlider_C::HaveNumberSpace' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, NumberSpaceSizeX) == 0x0003DC, "Member 'UUI_BP_BrightnessSlider_C::NumberSpaceSizeX' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, DividerLeftPadding) == 0x0003E0, "Member 'UUI_BP_BrightnessSlider_C::DividerLeftPadding' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BrightnessSlider_C, MouseUsesStep) == 0x0003E4, "Member 'UUI_BP_BrightnessSlider_C::MouseUsesStep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_ClimbLadder_MountBottom \ static_assert(alignof(ABL_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_ClimbLadder_MountBottom) == 0x000008, "Wrong alignment on ABL_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_ClimbLadder_MountBottom"); \ static_assert(sizeof(ABL_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_ClimbLadder_MountBottom) == 0x000010, "Wrong size on ABL_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_ClimbLadder_MountBottom"); \ static_assert(offsetof(ABL_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_ClimbLadder_MountBottom, EntryPoint) == 0x000000, "Member 'ABL_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_ClimbLadder_MountBottom::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_ClimbLadder_MountBottom, K2Node_Event_Context) == 0x000008, "Member 'ABL_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_ClimbLadder_MountBottom::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ClimbLadder_MountBottom_C_OnAbilityStart \ static_assert(alignof(ABL_ClimbLadder_MountBottom_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ClimbLadder_MountBottom_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ClimbLadder_MountBottom_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ClimbLadder_MountBottom_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ClimbLadder_MountBottom_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ClimbLadder_MountBottom_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ClimbLadder_MountBottom_C \ static_assert(alignof(UABL_ClimbLadder_MountBottom_C) == 0x000008, "Wrong alignment on UABL_ClimbLadder_MountBottom_C"); \ static_assert(sizeof(UABL_ClimbLadder_MountBottom_C) == 0x0000D0, "Wrong size on UABL_ClimbLadder_MountBottom_C"); \ static_assert(offsetof(UABL_ClimbLadder_MountBottom_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ClimbLadder_MountBottom_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ParallaxWidget_C_ExecuteUbergraph_UI_BP_ParallaxWidget \ static_assert(alignof(UI_BP_ParallaxWidget_C_ExecuteUbergraph_UI_BP_ParallaxWidget) == 0x000008, "Wrong alignment on UI_BP_ParallaxWidget_C_ExecuteUbergraph_UI_BP_ParallaxWidget"); \ static_assert(sizeof(UI_BP_ParallaxWidget_C_ExecuteUbergraph_UI_BP_ParallaxWidget) == 0x000050, "Wrong size on UI_BP_ParallaxWidget_C_ExecuteUbergraph_UI_BP_ParallaxWidget"); \ static_assert(offsetof(UI_BP_ParallaxWidget_C_ExecuteUbergraph_UI_BP_ParallaxWidget, EntryPoint) == 0x000000, "Member 'UI_BP_ParallaxWidget_C_ExecuteUbergraph_UI_BP_ParallaxWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ParallaxWidget_C_ExecuteUbergraph_UI_BP_ParallaxWidget, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000008, "Member 'UI_BP_ParallaxWidget_C_ExecuteUbergraph_UI_BP_ParallaxWidget::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ParallaxWidget_C_ExecuteUbergraph_UI_BP_ParallaxWidget, K2Node_Event_MyGeometry) == 0x000010, "Member 'UI_BP_ParallaxWidget_C_ExecuteUbergraph_UI_BP_ParallaxWidget::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ParallaxWidget_C_ExecuteUbergraph_UI_BP_ParallaxWidget, K2Node_Event_InDeltaTime) == 0x000048, "Member 'UI_BP_ParallaxWidget_C_ExecuteUbergraph_UI_BP_ParallaxWidget::K2Node_Event_InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ParallaxWidget_C_Tick \ static_assert(alignof(UI_BP_ParallaxWidget_C_Tick) == 0x000004, "Wrong alignment on UI_BP_ParallaxWidget_C_Tick"); \ static_assert(sizeof(UI_BP_ParallaxWidget_C_Tick) == 0x00003C, "Wrong size on UI_BP_ParallaxWidget_C_Tick"); \ static_assert(offsetof(UI_BP_ParallaxWidget_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_ParallaxWidget_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ParallaxWidget_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_ParallaxWidget_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ParallaxWidget_C \ static_assert(alignof(UUI_BP_ParallaxWidget_C) == 0x000008, "Wrong alignment on UUI_BP_ParallaxWidget_C"); \ static_assert(sizeof(UUI_BP_ParallaxWidget_C) == 0x0002A0, "Wrong size on UUI_BP_ParallaxWidget_C"); \ static_assert(offsetof(UUI_BP_ParallaxWidget_C, UberGraphFrame) == 0x000288, "Member 'UUI_BP_ParallaxWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ParallaxWidget_C, content) == 0x000290, "Member 'UUI_BP_ParallaxWidget_C::content' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ParallaxWidget_C, Root) == 0x000298, "Member 'UUI_BP_ParallaxWidget_C::Root' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsDetails_C_ExecuteUbergraph_UI_BP_SettingsDetails \ static_assert(alignof(UI_BP_SettingsDetails_C_ExecuteUbergraph_UI_BP_SettingsDetails) == 0x000008, "Wrong alignment on UI_BP_SettingsDetails_C_ExecuteUbergraph_UI_BP_SettingsDetails"); \ static_assert(sizeof(UI_BP_SettingsDetails_C_ExecuteUbergraph_UI_BP_SettingsDetails) == 0x000018, "Wrong size on UI_BP_SettingsDetails_C_ExecuteUbergraph_UI_BP_SettingsDetails"); \ static_assert(offsetof(UI_BP_SettingsDetails_C_ExecuteUbergraph_UI_BP_SettingsDetails, EntryPoint) == 0x000000, "Member 'UI_BP_SettingsDetails_C_ExecuteUbergraph_UI_BP_SettingsDetails::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDetails_C_ExecuteUbergraph_UI_BP_SettingsDetails, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_SettingsDetails_C_ExecuteUbergraph_UI_BP_SettingsDetails::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDetails_C_ExecuteUbergraph_UI_BP_SettingsDetails, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_SettingsDetails_C_ExecuteUbergraph_UI_BP_SettingsDetails::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsDetails_C_SetupTooltipDescription \ static_assert(alignof(UI_BP_SettingsDetails_C_SetupTooltipDescription) == 0x000008, "Wrong alignment on UI_BP_SettingsDetails_C_SetupTooltipDescription"); \ static_assert(sizeof(UI_BP_SettingsDetails_C_SetupTooltipDescription) == 0x000010, "Wrong size on UI_BP_SettingsDetails_C_SetupTooltipDescription"); \ static_assert(offsetof(UI_BP_SettingsDetails_C_SetupTooltipDescription, NewDescription) == 0x000000, "Member 'UI_BP_SettingsDetails_C_SetupTooltipDescription::NewDescription' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsDetails_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_SettingsDetails_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_SettingsDetails_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_SettingsDetails_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_SettingsDetails_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_SettingsDetails_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_SettingsDetails_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDetails_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_SettingsDetails_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDetails_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_SettingsDetails_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDetails_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_SettingsDetails_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_SettingsDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_SettingsDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_SettingsDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_SettingsDetails_C \ static_assert(alignof(UUI_BP_SettingsDetails_C) == 0x000008, "Wrong alignment on UUI_BP_SettingsDetails_C"); \ static_assert(sizeof(UUI_BP_SettingsDetails_C) == 0x000360, "Wrong size on UUI_BP_SettingsDetails_C"); \ static_assert(offsetof(UUI_BP_SettingsDetails_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_SettingsDetails_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDetails_C, Appear) == 0x000330, "Member 'UUI_BP_SettingsDetails_C::Appear' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDetails_C, Description) == 0x000338, "Member 'UUI_BP_SettingsDetails_C::Description' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDetails_C, detailsBack) == 0x000340, "Member 'UUI_BP_SettingsDetails_C::detailsBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDetails_C, SettingsDetailCollapseDispatch) == 0x000348, "Member 'UUI_BP_SettingsDetails_C::SettingsDetailCollapseDispatch' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDetails_C, appearTime) == 0x000358, "Member 'UUI_BP_SettingsDetails_C::appearTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_Lag_DuringCameraInput_C \ static_assert(alignof(UBP_Lag_DuringCameraInput_C) == 0x000008, "Wrong alignment on UBP_Lag_DuringCameraInput_C"); \ static_assert(sizeof(UBP_Lag_DuringCameraInput_C) == 0x000218, "Wrong size on UBP_Lag_DuringCameraInput_C"); \ #define DUMPER7_ASSERTS_UI_BP_HowMany_C_ExecuteUbergraph_UI_BP_HowMany \ static_assert(alignof(UI_BP_HowMany_C_ExecuteUbergraph_UI_BP_HowMany) == 0x000004, "Wrong alignment on UI_BP_HowMany_C_ExecuteUbergraph_UI_BP_HowMany"); \ static_assert(sizeof(UI_BP_HowMany_C_ExecuteUbergraph_UI_BP_HowMany) == 0x000004, "Wrong size on UI_BP_HowMany_C_ExecuteUbergraph_UI_BP_HowMany"); \ static_assert(offsetof(UI_BP_HowMany_C_ExecuteUbergraph_UI_BP_HowMany, EntryPoint) == 0x000000, "Member 'UI_BP_HowMany_C_ExecuteUbergraph_UI_BP_HowMany::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HowMany_C_InitAmounts \ static_assert(alignof(UI_BP_HowMany_C_InitAmounts) == 0x000008, "Wrong alignment on UI_BP_HowMany_C_InitAmounts"); \ static_assert(sizeof(UI_BP_HowMany_C_InitAmounts) == 0x000038, "Wrong size on UI_BP_HowMany_C_InitAmounts"); \ static_assert(offsetof(UI_BP_HowMany_C_InitAmounts, Min) == 0x000000, "Member 'UI_BP_HowMany_C_InitAmounts::Min' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_InitAmounts, Max) == 0x000004, "Member 'UI_BP_HowMany_C_InitAmounts::Max' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_InitAmounts, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'UI_BP_HowMany_C_InitAmounts::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_InitAmounts, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000020, "Member 'UI_BP_HowMany_C_InitAmounts::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HowMany_C_SetName \ static_assert(alignof(UI_BP_HowMany_C_SetName) == 0x000004, "Wrong alignment on UI_BP_HowMany_C_SetName"); \ static_assert(sizeof(UI_BP_HowMany_C_SetName) == 0x00000C, "Wrong size on UI_BP_HowMany_C_SetName"); \ static_assert(offsetof(UI_BP_HowMany_C_SetName, ItemName) == 0x000000, "Member 'UI_BP_HowMany_C_SetName::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_SetName, Drop) == 0x000008, "Member 'UI_BP_HowMany_C_SetName::Drop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HowMany_C_SetCurrentAmount \ static_assert(alignof(UI_BP_HowMany_C_SetCurrentAmount) == 0x000008, "Wrong alignment on UI_BP_HowMany_C_SetCurrentAmount"); \ static_assert(sizeof(UI_BP_HowMany_C_SetCurrentAmount) == 0x000020, "Wrong size on UI_BP_HowMany_C_SetCurrentAmount"); \ static_assert(offsetof(UI_BP_HowMany_C_SetCurrentAmount, CurrentIntAmount_0) == 0x000000, "Member 'UI_BP_HowMany_C_SetCurrentAmount::CurrentIntAmount_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_SetCurrentAmount, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'UI_BP_HowMany_C_SetCurrentAmount::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HowMany_C_SetColors \ static_assert(alignof(UI_BP_HowMany_C_SetColors) == 0x000004, "Wrong alignment on UI_BP_HowMany_C_SetColors"); \ static_assert(sizeof(UI_BP_HowMany_C_SetColors) == 0x000010, "Wrong size on UI_BP_HowMany_C_SetColors"); \ static_assert(offsetof(UI_BP_HowMany_C_SetColors, Color) == 0x000000, "Member 'UI_BP_HowMany_C_SetColors::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HowMany_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_HowMany_C_BlueprintOnUMGInputAction) == 0x000004, "Wrong alignment on UI_BP_HowMany_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_HowMany_C_BlueprintOnUMGInputAction) == 0x000030, "Wrong size on UI_BP_HowMany_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_Less_IntInt_ReturnValue) == 0x000003, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, K2Node_MathExpression_ReturnValue) == 0x000004, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000009, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00000A, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00000B, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue) == 0x00000C, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00000D, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_1) == 0x00000E, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000014, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, K2Node_MathExpression_ReturnValue_1) == 0x00001C, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000020, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000021, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000024, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_2) == 0x000028, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000029, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x00002A, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_3) == 0x00002B, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HowMany_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x00002C, "Member 'UI_BP_HowMany_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_HowMany_C \ static_assert(alignof(UUI_BP_HowMany_C) == 0x000008, "Wrong alignment on UUI_BP_HowMany_C"); \ static_assert(sizeof(UUI_BP_HowMany_C) == 0x0003C8, "Wrong size on UUI_BP_HowMany_C"); \ static_assert(offsetof(UUI_BP_HowMany_C, UberGraphFrame) == 0x000370, "Member 'UUI_BP_HowMany_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HowMany_C, Action) == 0x000378, "Member 'UUI_BP_HowMany_C::Action' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HowMany_C, CurrentAmount) == 0x000380, "Member 'UUI_BP_HowMany_C::CurrentAmount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HowMany_C, LegendBox) == 0x000388, "Member 'UUI_BP_HowMany_C::LegendBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HowMany_C, MaximumAmount) == 0x000390, "Member 'UUI_BP_HowMany_C::MaximumAmount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HowMany_C, MinimumAmount) == 0x000398, "Member 'UUI_BP_HowMany_C::MinimumAmount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HowMany_C, Parent) == 0x0003A0, "Member 'UUI_BP_HowMany_C::Parent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HowMany_C, CurrentIntAmount) == 0x0003A8, "Member 'UUI_BP_HowMany_C::CurrentIntAmount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HowMany_C, MaxAmount) == 0x0003AC, "Member 'UUI_BP_HowMany_C::MaxAmount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HowMany_C, SendEvent) == 0x0003B0, "Member 'UUI_BP_HowMany_C::SendEvent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HowMany_C, Legend) == 0x0003B8, "Member 'UUI_BP_HowMany_C::Legend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadSaveDetails_C_Set_Details_Data \ static_assert(alignof(UI_BP_LoadSaveDetails_C_Set_Details_Data) == 0x000008, "Wrong alignment on UI_BP_LoadSaveDetails_C_Set_Details_Data"); \ static_assert(sizeof(UI_BP_LoadSaveDetails_C_Set_Details_Data) == 0x000098, "Wrong size on UI_BP_LoadSaveDetails_C_Set_Details_Data"); \ static_assert(offsetof(UI_BP_LoadSaveDetails_C_Set_Details_Data, SaveImage) == 0x000000, "Member 'UI_BP_LoadSaveDetails_C_Set_Details_Data::SaveImage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadSaveDetails_C_Set_Details_Data, SaveName) == 0x000010, "Member 'UI_BP_LoadSaveDetails_C_Set_Details_Data::SaveName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadSaveDetails_C_Set_Details_Data, SaveType_0) == 0x000020, "Member 'UI_BP_LoadSaveDetails_C_Set_Details_Data::SaveType_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadSaveDetails_C_Set_Details_Data, SaveDate) == 0x000030, "Member 'UI_BP_LoadSaveDetails_C_Set_Details_Data::SaveDate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadSaveDetails_C_Set_Details_Data, TimePlayed) == 0x000040, "Member 'UI_BP_LoadSaveDetails_C_Set_Details_Data::TimePlayed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadSaveDetails_C_Set_Details_Data, CallFunc_GetDisplayedPlayTime_OutText) == 0x000050, "Member 'UI_BP_LoadSaveDetails_C_Set_Details_Data::CallFunc_GetDisplayedPlayTime_OutText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadSaveDetails_C_Set_Details_Data, CallFunc_GetDisplayedPlayTime_ReturnValue) == 0x000068, "Member 'UI_BP_LoadSaveDetails_C_Set_Details_Data::CallFunc_GetDisplayedPlayTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadSaveDetails_C_Set_Details_Data, CallFunc_DateTimeFromString_Result) == 0x000070, "Member 'UI_BP_LoadSaveDetails_C_Set_Details_Data::CallFunc_DateTimeFromString_Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadSaveDetails_C_Set_Details_Data, CallFunc_DateTimeFromString_ReturnValue) == 0x000078, "Member 'UI_BP_LoadSaveDetails_C_Set_Details_Data::CallFunc_DateTimeFromString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadSaveDetails_C_Set_Details_Data, CallFunc_GetLocalizedDateTimeText_ReturnValue) == 0x000080, "Member 'UI_BP_LoadSaveDetails_C_Set_Details_Data::CallFunc_GetLocalizedDateTimeText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_LoadSaveDetails_C \ static_assert(alignof(UUI_BP_LoadSaveDetails_C) == 0x000008, "Wrong alignment on UUI_BP_LoadSaveDetails_C"); \ static_assert(sizeof(UUI_BP_LoadSaveDetails_C) == 0x000290, "Wrong size on UUI_BP_LoadSaveDetails_C"); \ static_assert(offsetof(UUI_BP_LoadSaveDetails_C, PlayTime) == 0x000268, "Member 'UUI_BP_LoadSaveDetails_C::PlayTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadSaveDetails_C, SaveTime) == 0x000270, "Member 'UUI_BP_LoadSaveDetails_C::SaveTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadSaveDetails_C, SaveTitle) == 0x000278, "Member 'UUI_BP_LoadSaveDetails_C::SaveTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadSaveDetails_C, SaveType) == 0x000280, "Member 'UUI_BP_LoadSaveDetails_C::SaveType' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadSaveDetails_C, UI_BP_FG_DetailsPanelBack) == 0x000288, "Member 'UUI_BP_LoadSaveDetails_C::UI_BP_FG_DetailsPanelBack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ClimbLadder_Idle_C_ExecuteUbergraph_ABL_ClimbLadder_Idle \ static_assert(alignof(ABL_ClimbLadder_Idle_C_ExecuteUbergraph_ABL_ClimbLadder_Idle) == 0x000008, "Wrong alignment on ABL_ClimbLadder_Idle_C_ExecuteUbergraph_ABL_ClimbLadder_Idle"); \ static_assert(sizeof(ABL_ClimbLadder_Idle_C_ExecuteUbergraph_ABL_ClimbLadder_Idle) == 0x000010, "Wrong size on ABL_ClimbLadder_Idle_C_ExecuteUbergraph_ABL_ClimbLadder_Idle"); \ static_assert(offsetof(ABL_ClimbLadder_Idle_C_ExecuteUbergraph_ABL_ClimbLadder_Idle, EntryPoint) == 0x000000, "Member 'ABL_ClimbLadder_Idle_C_ExecuteUbergraph_ABL_ClimbLadder_Idle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ClimbLadder_Idle_C_ExecuteUbergraph_ABL_ClimbLadder_Idle, K2Node_Event_Context) == 0x000008, "Member 'ABL_ClimbLadder_Idle_C_ExecuteUbergraph_ABL_ClimbLadder_Idle::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ClimbLadder_Idle_C_OnAbilityStart \ static_assert(alignof(ABL_ClimbLadder_Idle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ClimbLadder_Idle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ClimbLadder_Idle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ClimbLadder_Idle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ClimbLadder_Idle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ClimbLadder_Idle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ClimbLadder_Idle_C \ static_assert(alignof(UABL_ClimbLadder_Idle_C) == 0x000008, "Wrong alignment on UABL_ClimbLadder_Idle_C"); \ static_assert(sizeof(UABL_ClimbLadder_Idle_C) == 0x0000D0, "Wrong size on UABL_ClimbLadder_Idle_C"); \ static_assert(offsetof(UABL_ClimbLadder_Idle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ClimbLadder_Idle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton \ static_assert(alignof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton) == 0x000278, "Wrong size on UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, EntryPoint) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, Temp_byte_Variable) == 0x000004, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000005, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, Temp_bool_Variable) == 0x000006, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, Temp_byte_Variable_1) == 0x000007, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, Temp_byte_Variable_2) == 0x000008, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_ItemCount) == 0x00001C, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_ItemCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_ShowCount) == 0x000020, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_ShowCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_HandleEnabled_ReturnValue) == 0x000021, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_HandleEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_HandleDisabled_ReturnValue) == 0x000022, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_HandleDisabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_HandleNonExistent_ReturnValue) == 0x000023, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_HandleNonExistent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_HandleMissing_ReturnValue) == 0x000024, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_HandleMissing_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_Parent) == 0x000028, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_ModifiedCost) == 0x000030, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_ModifiedCost' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_InventoryResult) == 0x000038, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_CurrentCount) == 0x0000C0, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_CurrentCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_NeededCount) == 0x0000C4, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_NeededCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_NewState_1) == 0x0000C8, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_NewState_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_isQuestItem) == 0x0000C9, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_isQuestItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_NewSize) == 0x0000CC, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_NewSize' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_BreakVector2D_X) == 0x0000D4, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_BreakVector2D_Y) == 0x0000D8, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_IsNew) == 0x0000DC, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_IsNew' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_Inventory_Item) == 0x0000E0, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_Inventory_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_Modifier) == 0x000168, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_Modifier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_Quality) == 0x00016C, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_Quality' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_PlayAnimation_ReturnValue) == 0x000170, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000178, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000180, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_PlayAnimation_ReturnValue_1) == 0x000188, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_isHighlighted) == 0x000190, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_isHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_NewState) == 0x000191, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_HandleEnabled_ReturnValue_1) == 0x000192, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_HandleEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_SwitchEnum_CmpSuccess) == 0x000193, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_HandleDisabled_ReturnValue_1) == 0x000194, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_HandleDisabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_HandleMissing_ReturnValue_1) == 0x000195, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_HandleMissing_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_HandleNonExistent_ReturnValue_1) == 0x000196, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_HandleNonExistent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_PlayAnimation_ReturnValue_2) == 0x000198, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_DynamicCast_AsUI_BPI_Button_Highlight) == 0x0001A0, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_DynamicCast_AsUI_BPI_Button_Highlight' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_DynamicCast_bSuccess) == 0x0001B0, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_IsValid_ReturnValue) == 0x0001B1, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, Temp_bool_Variable_1) == 0x0001B2, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, Temp_byte_Variable_3) == 0x0001B3, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_PointerEvent) == 0x0001B8, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_PointerEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_Operation) == 0x000228, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_Operation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Select_Default) == 0x000230, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_bIsNew) == 0x000231, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_bIsNew' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000238, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x000240, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Event_bIsTutorialHighlighted) == 0x000241, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Event_bIsTutorialHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_PostEventAtLocation_ReturnValue) == 0x000244, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000248, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_CustomEvent_LevelMet) == 0x00024C, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_CustomEvent_LevelMet' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, K2Node_Select_Default_1) == 0x00024D, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000250, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000258, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_PlayAnimation_ReturnValue_3) == 0x000260, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_IsValid_ReturnValue_1) == 0x000268, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000270, "Member 'UI_BP_InventoryIconButton_C_ExecuteUbergraph_UI_BP_InventoryIconButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetLevelReqMet \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetLevelReqMet) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_SetLevelReqMet"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetLevelReqMet) == 0x000001, "Wrong size on UI_BP_InventoryIconButton_C_SetLevelReqMet"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetLevelReqMet, LevelMet) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetLevelReqMet::LevelMet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetIsTutorialHighlighted \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetIsTutorialHighlighted) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_SetIsTutorialHighlighted"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetIsTutorialHighlighted) == 0x000001, "Wrong size on UI_BP_InventoryIconButton_C_SetIsTutorialHighlighted"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetIsTutorialHighlighted, bIsTutorialHighlighted) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetIsTutorialHighlighted::bIsTutorialHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetIsNew \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetIsNew) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_SetIsNew"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetIsNew) == 0x000001, "Wrong size on UI_BP_InventoryIconButton_C_SetIsNew"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetIsNew, bIsNew) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetIsNew::bIsNew' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_OnDragCancelled \ static_assert(alignof(UI_BP_InventoryIconButton_C_OnDragCancelled) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_OnDragCancelled"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_OnDragCancelled) == 0x000078, "Wrong size on UI_BP_InventoryIconButton_C_OnDragCancelled"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_OnDragCancelled, PointerEvent) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_OnDragCancelled::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_OnDragCancelled, Operation) == 0x000070, "Member 'UI_BP_InventoryIconButton_C_OnDragCancelled::Operation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetButtonState \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetButtonState) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_SetButtonState"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetButtonState) == 0x000001, "Wrong size on UI_BP_InventoryIconButton_C_SetButtonState"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetButtonState, NewState) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetButtonState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_HighlightButton \ static_assert(alignof(UI_BP_InventoryIconButton_C_HighlightButton) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_HighlightButton"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_HighlightButton) == 0x000001, "Wrong size on UI_BP_InventoryIconButton_C_HighlightButton"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_HighlightButton, isHighlighted) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_HighlightButton::isHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetItemQuality \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetItemQuality) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_SetItemQuality"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetItemQuality) == 0x000001, "Wrong size on UI_BP_InventoryIconButton_C_SetItemQuality"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetItemQuality, Quality) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetItemQuality::Quality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_InitializeItemButton \ static_assert(alignof(UI_BP_InventoryIconButton_C_InitializeItemButton) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_InitializeItemButton"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_InitializeItemButton) == 0x000090, "Wrong size on UI_BP_InventoryIconButton_C_InitializeItemButton"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_InitializeItemButton, Inventory_Item) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_InitializeItemButton::Inventory_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_InitializeItemButton, Modifier) == 0x000088, "Member 'UI_BP_InventoryIconButton_C_InitializeItemButton::Modifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_I_SetIsNew \ static_assert(alignof(UI_BP_InventoryIconButton_C_I_SetIsNew) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_I_SetIsNew"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_I_SetIsNew) == 0x000001, "Wrong size on UI_BP_InventoryIconButton_C_I_SetIsNew"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_I_SetIsNew, IsNew) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_I_SetIsNew::IsNew' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetIconButtonSize \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetIconButtonSize) == 0x000004, "Wrong alignment on UI_BP_InventoryIconButton_C_SetIconButtonSize"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetIconButtonSize) == 0x000008, "Wrong size on UI_BP_InventoryIconButton_C_SetIconButtonSize"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetIconButtonSize, NewSize) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetIconButtonSize::NewSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_I_SetIsQuestItem \ static_assert(alignof(UI_BP_InventoryIconButton_C_I_SetIsQuestItem) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_I_SetIsQuestItem"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_I_SetIsQuestItem) == 0x000001, "Wrong size on UI_BP_InventoryIconButton_C_I_SetIsQuestItem"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_I_SetIsQuestItem, isQuestItem) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_I_SetIsQuestItem::isQuestItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetIconButtonState \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetIconButtonState) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_SetIconButtonState"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetIconButtonState) == 0x000001, "Wrong size on UI_BP_InventoryIconButton_C_SetIconButtonState"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetIconButtonState, NewState) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetIconButtonState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_I_SetTurninCount \ static_assert(alignof(UI_BP_InventoryIconButton_C_I_SetTurninCount) == 0x000004, "Wrong alignment on UI_BP_InventoryIconButton_C_I_SetTurninCount"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_I_SetTurninCount) == 0x000008, "Wrong size on UI_BP_InventoryIconButton_C_I_SetTurninCount"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_I_SetTurninCount, CurrentCount) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_I_SetTurninCount::CurrentCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_I_SetTurninCount, NeededCount) == 0x000004, "Member 'UI_BP_InventoryIconButton_C_I_SetTurninCount::NeededCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetInventoryResult \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetInventoryResult) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_SetInventoryResult"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetInventoryResult) == 0x000088, "Wrong size on UI_BP_InventoryIconButton_C_SetInventoryResult"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetInventoryResult, InventoryResult_0) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetInventoryResult::InventoryResult_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetModifiedCost \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetModifiedCost) == 0x000004, "Wrong alignment on UI_BP_InventoryIconButton_C_SetModifiedCost"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetModifiedCost) == 0x000004, "Wrong size on UI_BP_InventoryIconButton_C_SetModifiedCost"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetModifiedCost, ModifiedCost_0) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetModifiedCost::ModifiedCost_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetParent \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetParent) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_SetParent"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetParent) == 0x000008, "Wrong size on UI_BP_InventoryIconButton_C_SetParent"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetParent, Parent) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetCountVisible \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetCountVisible) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_SetCountVisible"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetCountVisible) == 0x000001, "Wrong size on UI_BP_InventoryIconButton_C_SetCountVisible"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetCountVisible, ShowCount) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetCountVisible::ShowCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetItemCount \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetItemCount) == 0x000004, "Wrong alignment on UI_BP_InventoryIconButton_C_SetItemCount"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetItemCount) == 0x000004, "Wrong size on UI_BP_InventoryIconButton_C_SetItemCount"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetItemCount, ItemCount) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetItemCount::ItemCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetItemCountHandler \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetItemCountHandler) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_SetItemCountHandler"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetItemCountHandler) == 0x000058, "Wrong size on UI_BP_InventoryIconButton_C_SetItemCountHandler"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetItemCountHandler, ItemCount) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetItemCountHandler::ItemCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetItemCountHandler, Temp_bool_Variable) == 0x000004, "Member 'UI_BP_InventoryIconButton_C_SetItemCountHandler::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetItemCountHandler, Temp_text_Variable) == 0x000008, "Member 'UI_BP_InventoryIconButton_C_SetItemCountHandler::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetItemCountHandler, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'UI_BP_InventoryIconButton_C_SetItemCountHandler::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetItemCountHandler, CallFunc_Greater_IntInt_ReturnValue) == 0x000038, "Member 'UI_BP_InventoryIconButton_C_SetItemCountHandler::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetItemCountHandler, K2Node_Select_Default) == 0x000040, "Member 'UI_BP_InventoryIconButton_C_SetItemCountHandler::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetItemCost \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetItemCost) == 0x000004, "Wrong alignment on UI_BP_InventoryIconButton_C_SetItemCost"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetItemCost) == 0x000008, "Wrong size on UI_BP_InventoryIconButton_C_SetItemCost"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetItemCost, Cost) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetItemCost::Cost' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetItemCost, ModifiedCost_0) == 0x000004, "Member 'UI_BP_InventoryIconButton_C_SetItemCost::ModifiedCost_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_InitItemButton \ static_assert(alignof(UI_BP_InventoryIconButton_C_InitItemButton) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_InitItemButton"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_InitItemButton) == 0x000168, "Wrong size on UI_BP_InventoryIconButton_C_InitItemButton"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_InitItemButton, InventoryItem) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_InitItemButton::InventoryItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_InitItemButton, Modifier) == 0x000088, "Member 'UI_BP_InventoryIconButton_C_InitItemButton::Modifier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_InitItemButton, ImageName) == 0x000090, "Member 'UI_BP_InventoryIconButton_C_InitItemButton::ImageName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_InitItemButton, CallFunc_NotEqual_StrStr_ReturnValue) == 0x0000A0, "Member 'UI_BP_InventoryIconButton_C_InitItemButton::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_InitItemButton, CallFunc_Multiply_IntFloat_ReturnValue) == 0x0000A4, "Member 'UI_BP_InventoryIconButton_C_InitItemButton::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_InitItemButton, CallFunc_FTrunc_ReturnValue) == 0x0000A8, "Member 'UI_BP_InventoryIconButton_C_InitItemButton::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_InitItemButton, CallFunc_GetItemProperties_ItemProperties) == 0x0000AC, "Member 'UI_BP_InventoryIconButton_C_InitItemButton::CallFunc_GetItemProperties_ItemProperties' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_InitItemButton, CallFunc_GetItemProperties_ReturnValue) == 0x000118, "Member 'UI_BP_InventoryIconButton_C_InitItemButton::CallFunc_GetItemProperties_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_InitItemButton, CallFunc_Conv_NameToString_ReturnValue) == 0x000120, "Member 'UI_BP_InventoryIconButton_C_InitItemButton::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_InitItemButton, CallFunc_SetInventoryIconOverride_OutDisplayName) == 0x000130, "Member 'UI_BP_InventoryIconButton_C_InitItemButton::CallFunc_SetInventoryIconOverride_OutDisplayName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_InitItemButton, CallFunc_SetInventoryIconOverride_OutIconName) == 0x000140, "Member 'UI_BP_InventoryIconButton_C_InitItemButton::CallFunc_SetInventoryIconOverride_OutIconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_InitItemButton, CallFunc_SetInventoryIconOverride_OutIsNameTranslatable) == 0x000150, "Member 'UI_BP_InventoryIconButton_C_InitItemButton::CallFunc_SetInventoryIconOverride_OutIsNameTranslatable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_InitItemButton, CallFunc_SetInventoryIconOverride_ReturnValue) == 0x000151, "Member 'UI_BP_InventoryIconButton_C_InitItemButton::CallFunc_SetInventoryIconOverride_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_InitItemButton, CallFunc_CheckItemID_NewItemID) == 0x000158, "Member 'UI_BP_InventoryIconButton_C_InitItemButton::CallFunc_CheckItemID_NewItemID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetCountVisibleHandler \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetCountVisibleHandler) == 0x000004, "Wrong alignment on UI_BP_InventoryIconButton_C_SetCountVisibleHandler"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetCountVisibleHandler) == 0x00000C, "Wrong size on UI_BP_InventoryIconButton_C_SetCountVisibleHandler"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetCountVisibleHandler, ItemCount) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetCountVisibleHandler::ItemCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetCountVisibleHandler, Temp_bool_Variable) == 0x000004, "Member 'UI_BP_InventoryIconButton_C_SetCountVisibleHandler::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetCountVisibleHandler, CallFunc_Greater_IntInt_ReturnValue) == 0x000005, "Member 'UI_BP_InventoryIconButton_C_SetCountVisibleHandler::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetCountVisibleHandler, Temp_byte_Variable) == 0x000006, "Member 'UI_BP_InventoryIconButton_C_SetCountVisibleHandler::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetCountVisibleHandler, Temp_byte_Variable_1) == 0x000007, "Member 'UI_BP_InventoryIconButton_C_SetCountVisibleHandler::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetCountVisibleHandler, K2Node_Select_Default) == 0x000008, "Member 'UI_BP_InventoryIconButton_C_SetCountVisibleHandler::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetTurnInCount \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetTurnInCount) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_SetTurnInCount"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetTurnInCount) == 0x000090, "Wrong size on UI_BP_InventoryIconButton_C_SetTurnInCount"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetTurnInCount, CurrentCount) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetTurnInCount::CurrentCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetTurnInCount, NeededCount) == 0x000004, "Member 'UI_BP_InventoryIconButton_C_SetTurnInCount::NeededCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetTurnInCount, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'UI_BP_InventoryIconButton_C_SetTurnInCount::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetTurnInCount, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000030, "Member 'UI_BP_InventoryIconButton_C_SetTurnInCount::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetTurnInCount, K2Node_MakeStruct_SlateColor_1) == 0x000038, "Member 'UI_BP_InventoryIconButton_C_SetTurnInCount::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetTurnInCount, CallFunc_Conv_IntToText_ReturnValue) == 0x000060, "Member 'UI_BP_InventoryIconButton_C_SetTurnInCount::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetTurnInCount, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000078, "Member 'UI_BP_InventoryIconButton_C_SetTurnInCount::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_HandleEnabled \ static_assert(alignof(UI_BP_InventoryIconButton_C_HandleEnabled) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_HandleEnabled"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_HandleEnabled) == 0x000001, "Wrong size on UI_BP_InventoryIconButton_C_HandleEnabled"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_HandleEnabled, ReturnValue) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_HandleEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_HandleDisabled \ static_assert(alignof(UI_BP_InventoryIconButton_C_HandleDisabled) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_HandleDisabled"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_HandleDisabled) == 0x000010, "Wrong size on UI_BP_InventoryIconButton_C_HandleDisabled"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_HandleDisabled, ReturnValue) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_HandleDisabled::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_HandleDisabled, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_InventoryIconButton_C_HandleDisabled::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_HandleNonExistent \ static_assert(alignof(UI_BP_InventoryIconButton_C_HandleNonExistent) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_HandleNonExistent"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_HandleNonExistent) == 0x000001, "Wrong size on UI_BP_InventoryIconButton_C_HandleNonExistent"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_HandleNonExistent, ReturnValue) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_HandleNonExistent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_HandleMissing \ static_assert(alignof(UI_BP_InventoryIconButton_C_HandleMissing) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_HandleMissing"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_HandleMissing) == 0x000001, "Wrong size on UI_BP_InventoryIconButton_C_HandleMissing"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_HandleMissing, ReturnValue) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_HandleMissing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetButtonIcons \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetButtonIcons) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_SetButtonIcons"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetButtonIcons) == 0x000018, "Wrong size on UI_BP_InventoryIconButton_C_SetButtonIcons"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetButtonIcons, BackgroundImage) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetButtonIcons::BackgroundImage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetButtonIcons, ReturnValue) == 0x000010, "Member 'UI_BP_InventoryIconButton_C_SetButtonIcons::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetButtonIcons, CallFunc_NotEqual_StrStr_ReturnValue) == 0x000011, "Member 'UI_BP_InventoryIconButton_C_SetButtonIcons::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetIsSelected \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetIsSelected) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_SetIsSelected"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetIsSelected) == 0x000018, "Wrong size on UI_BP_InventoryIconButton_C_SetIsSelected"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetIsSelected, IsSelected) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetIsSelected::IsSelected' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetIsSelected, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_InventoryIconButton_C_SetIsSelected::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetIsSelected, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'UI_BP_InventoryIconButton_C_SetIsSelected::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetIsCurrentSelection \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetIsCurrentSelection) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_SetIsCurrentSelection"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetIsCurrentSelection) == 0x000001, "Wrong size on UI_BP_InventoryIconButton_C_SetIsCurrentSelection"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetIsCurrentSelection, IsCurrent) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetIsCurrentSelection::IsCurrent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetRarityState \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetRarityState) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_SetRarityState"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetRarityState) == 0x000068, "Wrong size on UI_BP_InventoryIconButton_C_SetRarityState"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetRarityState, RarityTier) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetRarityState::RarityTier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetRarityState, CallFunc_GetDataTableRowFromName_OutRow) == 0x000008, "Member 'UI_BP_InventoryIconButton_C_SetRarityState::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetRarityState, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000050, "Member 'UI_BP_InventoryIconButton_C_SetRarityState::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetRarityState, CallFunc_GetColorByRowHandleBP_ReturnValue) == 0x000054, "Member 'UI_BP_InventoryIconButton_C_SetRarityState::CallFunc_GetColorByRowHandleBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_SetButtonEmpty \ static_assert(alignof(UI_BP_InventoryIconButton_C_SetButtonEmpty) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_SetButtonEmpty"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_SetButtonEmpty) == 0x000018, "Wrong size on UI_BP_InventoryIconButton_C_SetButtonEmpty"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetButtonEmpty, IsEmpty) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_SetButtonEmpty::IsEmpty' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_SetButtonEmpty, Item) == 0x000008, "Member 'UI_BP_InventoryIconButton_C_SetButtonEmpty::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_Dim \ static_assert(alignof(UI_BP_InventoryIconButton_C_Dim) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_Dim"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_Dim) == 0x000028, "Wrong size on UI_BP_InventoryIconButton_C_Dim"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_Dim, K2Node_MakeStruct_SlateColor) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_Dim::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_Set_Is_New_Item \ static_assert(alignof(UI_BP_InventoryIconButton_C_Set_Is_New_Item) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_Set_Is_New_Item"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_Set_Is_New_Item) == 0x000001, "Wrong size on UI_BP_InventoryIconButton_C_Set_Is_New_Item"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_Set_Is_New_Item, Index_0) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_Set_Is_New_Item::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_Set_TraitIndicator \ static_assert(alignof(UI_BP_InventoryIconButton_C_Set_TraitIndicator) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_Set_TraitIndicator"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_Set_TraitIndicator) == 0x000005, "Wrong size on UI_BP_InventoryIconButton_C_Set_TraitIndicator"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_Set_TraitIndicator, Item_Have_Trait) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_Set_TraitIndicator::Item_Have_Trait' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_Set_TraitIndicator, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_InventoryIconButton_C_Set_TraitIndicator::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_Set_TraitIndicator, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_InventoryIconButton_C_Set_TraitIndicator::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_Set_TraitIndicator, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_InventoryIconButton_C_Set_TraitIndicator::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_Set_TraitIndicator, K2Node_Select_Default) == 0x000004, "Member 'UI_BP_InventoryIconButton_C_Set_TraitIndicator::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_Play_Purchase_Animation \ static_assert(alignof(UI_BP_InventoryIconButton_C_Play_Purchase_Animation) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_Play_Purchase_Animation"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_Play_Purchase_Animation) == 0x000008, "Wrong size on UI_BP_InventoryIconButton_C_Play_Purchase_Animation"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_Play_Purchase_Animation, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_Play_Purchase_Animation::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_UpdateHolderID \ static_assert(alignof(UI_BP_InventoryIconButton_C_UpdateHolderID) == 0x000004, "Wrong alignment on UI_BP_InventoryIconButton_C_UpdateHolderID"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_UpdateHolderID) == 0x000008, "Wrong size on UI_BP_InventoryIconButton_C_UpdateHolderID"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_UpdateHolderID, NewHolderID) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_UpdateHolderID::NewHolderID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_CheckItemID \ static_assert(alignof(UI_BP_InventoryIconButton_C_CheckItemID) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_CheckItemID"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_CheckItemID) == 0x000060, "Wrong size on UI_BP_InventoryIconButton_C_CheckItemID"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_CheckItemID, NewID) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_CheckItemID::NewID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_CheckItemID, NewItemID) == 0x000010, "Member 'UI_BP_InventoryIconButton_C_CheckItemID::NewItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_CheckItemID, TempID) == 0x000020, "Member 'UI_BP_InventoryIconButton_C_CheckItemID::TempID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_CheckItemID, CallFunc_Get_ReturnValue) == 0x000030, "Member 'UI_BP_InventoryIconButton_C_CheckItemID::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_CheckItemID, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000038, "Member 'UI_BP_InventoryIconButton_C_CheckItemID::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_CheckItemID, CallFunc_GetPlayerHouse_ReturnValue) == 0x000040, "Member 'UI_BP_InventoryIconButton_C_CheckItemID::CallFunc_GetPlayerHouse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_CheckItemID, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'UI_BP_InventoryIconButton_C_CheckItemID::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_GetItemQuality \ static_assert(alignof(UI_BP_InventoryIconButton_C_GetItemQuality) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_GetItemQuality"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_GetItemQuality) == 0x000001, "Wrong size on UI_BP_InventoryIconButton_C_GetItemQuality"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_GetItemQuality, Quality) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_GetItemQuality::Quality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_GetIconName \ static_assert(alignof(UI_BP_InventoryIconButton_C_GetIconName) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_GetIconName"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_GetIconName) == 0x000020, "Wrong size on UI_BP_InventoryIconButton_C_GetIconName"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_GetIconName, IconName_0) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_GetIconName::IconName_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_GetIconName, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'UI_BP_InventoryIconButton_C_GetIconName::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_GetItemCost \ static_assert(alignof(UI_BP_InventoryIconButton_C_GetItemCost) == 0x000004, "Wrong alignment on UI_BP_InventoryIconButton_C_GetItemCost"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_GetItemCost) == 0x000004, "Wrong size on UI_BP_InventoryIconButton_C_GetItemCost"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_GetItemCost, Cost) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_GetItemCost::Cost' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_GetInventoryResult \ static_assert(alignof(UI_BP_InventoryIconButton_C_GetInventoryResult) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_GetInventoryResult"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_GetInventoryResult) == 0x000088, "Wrong size on UI_BP_InventoryIconButton_C_GetInventoryResult"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_GetInventoryResult, InventoryResult_0) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_GetInventoryResult::InventoryResult_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_GetModifiedCost \ static_assert(alignof(UI_BP_InventoryIconButton_C_GetModifiedCost) == 0x000004, "Wrong alignment on UI_BP_InventoryIconButton_C_GetModifiedCost"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_GetModifiedCost) == 0x000004, "Wrong size on UI_BP_InventoryIconButton_C_GetModifiedCost"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_GetModifiedCost, ModifiedCost_0) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_GetModifiedCost::ModifiedCost_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_I_GetItemCount \ static_assert(alignof(UI_BP_InventoryIconButton_C_I_GetItemCount) == 0x000004, "Wrong alignment on UI_BP_InventoryIconButton_C_I_GetItemCount"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_I_GetItemCount) == 0x000004, "Wrong size on UI_BP_InventoryIconButton_C_I_GetItemCount"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_I_GetItemCount, ItemCount) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_I_GetItemCount::ItemCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_GetItemVariation \ static_assert(alignof(UI_BP_InventoryIconButton_C_GetItemVariation) == 0x000004, "Wrong alignment on UI_BP_InventoryIconButton_C_GetItemVariation"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_GetItemVariation) == 0x000008, "Wrong size on UI_BP_InventoryIconButton_C_GetItemVariation"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_GetItemVariation, Variation) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_GetItemVariation::Variation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_I_GetItemRarity \ static_assert(alignof(UI_BP_InventoryIconButton_C_I_GetItemRarity) == 0x000004, "Wrong alignment on UI_BP_InventoryIconButton_C_I_GetItemRarity"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_I_GetItemRarity) == 0x000008, "Wrong size on UI_BP_InventoryIconButton_C_I_GetItemRarity"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_I_GetItemRarity, Rarity) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_I_GetItemRarity::Rarity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_I_GetIsEmpty \ static_assert(alignof(UI_BP_InventoryIconButton_C_I_GetIsEmpty) == 0x000001, "Wrong alignment on UI_BP_InventoryIconButton_C_I_GetIsEmpty"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_I_GetIsEmpty) == 0x000001, "Wrong size on UI_BP_InventoryIconButton_C_I_GetIsEmpty"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_I_GetIsEmpty, isButtonEmpty) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_I_GetIsEmpty::isButtonEmpty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryIconButton_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_InventoryIconButton_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_InventoryIconButton_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_InventoryIconButton_C_GatherMenuReaderStrings) == 0x000070, "Wrong size on UI_BP_InventoryIconButton_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_InventoryIconButton_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_InventoryIconButton_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_InventoryIconButton_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_InventoryIconButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000038, "Member 'UI_BP_InventoryIconButton_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000039, "Member 'UI_BP_InventoryIconButton_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'UI_BP_InventoryIconButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_InventoryIconButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryIconButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'UI_BP_InventoryIconButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_InventoryIconButton_C \ static_assert(alignof(UUI_BP_InventoryIconButton_C) == 0x000008, "Wrong alignment on UUI_BP_InventoryIconButton_C"); \ static_assert(sizeof(UUI_BP_InventoryIconButton_C) == 0x000690, "Wrong size on UUI_BP_InventoryIconButton_C"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, UberGraphFrame) == 0x0004A8, "Member 'UUI_BP_InventoryIconButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, IconStateNormal) == 0x0004B0, "Member 'UUI_BP_InventoryIconButton_C::IconStateNormal' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, ResetHover) == 0x0004B8, "Member 'UUI_BP_InventoryIconButton_C::ResetHover' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, FadeInandOut) == 0x0004C0, "Member 'UUI_BP_InventoryIconButton_C::FadeInandOut' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, IconStateQuestItem) == 0x0004C8, "Member 'UUI_BP_InventoryIconButton_C::IconStateQuestItem' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, IconStateTutorial) == 0x0004D0, "Member 'UUI_BP_InventoryIconButton_C::IconStateTutorial' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, PurchaseAnimation) == 0x0004D8, "Member 'UUI_BP_InventoryIconButton_C::PurchaseAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, ShowSelected) == 0x0004E0, "Member 'UUI_BP_InventoryIconButton_C::ShowSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, OnHoverAnimation) == 0x0004E8, "Member 'UUI_BP_InventoryIconButton_C::OnHoverAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, Error) == 0x0004F0, "Member 'UUI_BP_InventoryIconButton_C::Error' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, AmountFram) == 0x0004F8, "Member 'UUI_BP_InventoryIconButton_C::AmountFram' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, disabledImage) == 0x000500, "Member 'UUI_BP_InventoryIconButton_C::disabledImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, Fresnel) == 0x000508, "Member 'UUI_BP_InventoryIconButton_C::Fresnel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, IconStateQuest) == 0x000510, "Member 'UUI_BP_InventoryIconButton_C::IconStateQuest' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, inventoryConent) == 0x000518, "Member 'UUI_BP_InventoryIconButton_C::inventoryConent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, ItemCountNumber) == 0x000520, "Member 'UUI_BP_InventoryIconButton_C::ItemCountNumber' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, NEW) == 0x000528, "Member 'UUI_BP_InventoryIconButton_C::NEW' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, Outline) == 0x000530, "Member 'UUI_BP_InventoryIconButton_C::Outline' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, QuestShin) == 0x000538, "Member 'UUI_BP_InventoryIconButton_C::QuestShin' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, rarityBack_old) == 0x000540, "Member 'UUI_BP_InventoryIconButton_C::rarityBack_old' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, SizeBox_Content) == 0x000548, "Member 'UUI_BP_InventoryIconButton_C::SizeBox_Content' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, TempReqNotMetShadow) == 0x000550, "Member 'UUI_BP_InventoryIconButton_C::TempReqNotMetShadow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, TraitIndicator) == 0x000558, "Member 'UUI_BP_InventoryIconButton_C::TraitIndicator' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, ItemQuality) == 0x000560, "Member 'UUI_BP_InventoryIconButton_C::ItemQuality' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, ItemCost) == 0x000564, "Member 'UUI_BP_InventoryIconButton_C::ItemCost' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, ModifiedCost) == 0x000568, "Member 'UUI_BP_InventoryIconButton_C::ModifiedCost' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, Quantity) == 0x00056C, "Member 'UUI_BP_InventoryIconButton_C::Quantity' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, ParentWidget) == 0x000570, "Member 'UUI_BP_InventoryIconButton_C::ParentWidget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, NewButtonHighlight) == 0x000578, "Member 'UUI_BP_InventoryIconButton_C::NewButtonHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, HighlightVisibility) == 0x000580, "Member 'UUI_BP_InventoryIconButton_C::HighlightVisibility' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, OnDropComplete) == 0x000588, "Member 'UUI_BP_InventoryIconButton_C::OnDropComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, IsButtonSelected) == 0x000598, "Member 'UUI_BP_InventoryIconButton_C::IsButtonSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, InventoryResult) == 0x0005A0, "Member 'UUI_BP_InventoryIconButton_C::InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, ItemVariation) == 0x000628, "Member 'UUI_BP_InventoryIconButton_C::ItemVariation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, pressedhere) == 0x000630, "Member 'UUI_BP_InventoryIconButton_C::pressedhere' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, OutlineColor) == 0x000634, "Member 'UUI_BP_InventoryIconButton_C::OutlineColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, isEmptyButton) == 0x000644, "Member 'UUI_BP_InventoryIconButton_C::isEmptyButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, ItemRarity) == 0x000648, "Member 'UUI_BP_InventoryIconButton_C::ItemRarity' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, outlineIcon) == 0x000650, "Member 'UUI_BP_InventoryIconButton_C::outlineIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, highlightIcon) == 0x000660, "Member 'UUI_BP_InventoryIconButton_C::highlightIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, Clickable) == 0x000670, "Member 'UUI_BP_InventoryIconButton_C::Clickable' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, ItemId) == 0x000674, "Member 'UUI_BP_InventoryIconButton_C::ItemId' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InventoryIconButton_C, PurchasedAnimationFinished) == 0x000680, "Member 'UUI_BP_InventoryIconButton_C::PurchasedAnimationFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping \ static_assert(alignof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping"); \ static_assert(sizeof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping) == 0x000138, "Wrong size on UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, EntryPoint) == 0x000000, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, K2Node_Event_LegendItem) == 0x000008, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::K2Node_Event_LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, K2Node_Event_HoldWasCompleted) == 0x000010, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::K2Node_Event_HoldWasCompleted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, K2Node_ComponentBoundEvent_isChecked) == 0x000011, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::K2Node_ComponentBoundEvent_isChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, K2Node_ComponentBoundEvent_Button_1) == 0x000018, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000020, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000021, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000028, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, CallFunc_GetPhoenixGameSettings_ReturnValue_1) == 0x000030, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::CallFunc_GetPhoenixGameSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, CallFunc_GetAltTooltipsEnabled_ReturnValue) == 0x000038, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::CallFunc_GetAltTooltipsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, CallFunc_GetPhoenixGameSettings_ReturnValue_2) == 0x000040, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::CallFunc_GetPhoenixGameSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, CallFunc_GetPhoenixGameSettings_ReturnValue_3) == 0x000048, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::CallFunc_GetPhoenixGameSettings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, CallFunc_IsValid_ReturnValue_1) == 0x000051, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, CallFunc_GetPhoenixGameSettings_ReturnValue_4) == 0x000058, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::CallFunc_GetPhoenixGameSettings_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, Temp_bool_Variable) == 0x000060, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, K2Node_CreateDelegate_OutputDelegate) == 0x000064, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, CallFunc_GetPlayerController_ReturnValue) == 0x000078, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, K2Node_Select_Default) == 0x000080, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x0000B8, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, CallFunc_UnbindMKBAxis_ReturnValue) == 0x0000C1, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::CallFunc_UnbindMKBAxis_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, CallFunc_GetPlayerInput_ReturnValue) == 0x0000C8, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::CallFunc_GetPlayerInput_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, K2Node_CustomEvent_OldLayout) == 0x0000D0, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::K2Node_CustomEvent_OldLayout' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, K2Node_CustomEvent_NewLayout) == 0x0000D1, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::K2Node_CustomEvent_NewLayout' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, K2Node_DynamicCast_AsPhoenix_Player_Input) == 0x0000D8, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::K2Node_DynamicCast_AsPhoenix_Player_Input' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, K2Node_DynamicCast_bSuccess_1) == 0x0000E0, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, K2Node_ComponentBoundEvent_Button) == 0x0000E8, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, Temp_bool_Variable_1) == 0x0000F0, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, CallFunc_SaveInputConfig_ReturnValue) == 0x0000F1, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::CallFunc_SaveInputConfig_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, K2Node_Select_Default_1) == 0x0000F8, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, CallFunc_SaveInputConfig_ReturnValue_1) == 0x000130, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::CallFunc_SaveInputConfig_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping, CallFunc_UnbindMKBAction_ReturnValue) == 0x000131, "Member 'UI_BP_KeyMapping_C_ExecuteUbergraph_UI_BP_KeyMapping::CallFunc_UnbindMKBAction_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_OnLegendItemHoldEnd \ static_assert(alignof(UI_BP_KeyMapping_C_OnLegendItemHoldEnd) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_OnLegendItemHoldEnd"); \ static_assert(sizeof(UI_BP_KeyMapping_C_OnLegendItemHoldEnd) == 0x000010, "Wrong size on UI_BP_KeyMapping_C_OnLegendItemHoldEnd"); \ static_assert(offsetof(UI_BP_KeyMapping_C_OnLegendItemHoldEnd, LegendItem) == 0x000000, "Member 'UI_BP_KeyMapping_C_OnLegendItemHoldEnd::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_OnLegendItemHoldEnd, HoldWasCompleted) == 0x000008, "Member 'UI_BP_KeyMapping_C_OnLegendItemHoldEnd::HoldWasCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_BndEvt__UI_BP_KeyMapping_ShowAlternatives_K2Node_ComponentBoundEvent_0_ToggleHovered__DelegateSignature \ static_assert(alignof(UI_BP_KeyMapping_C_BndEvt__UI_BP_KeyMapping_ShowAlternatives_K2Node_ComponentBoundEvent_0_ToggleHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_BndEvt__UI_BP_KeyMapping_ShowAlternatives_K2Node_ComponentBoundEvent_0_ToggleHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_KeyMapping_C_BndEvt__UI_BP_KeyMapping_ShowAlternatives_K2Node_ComponentBoundEvent_0_ToggleHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_KeyMapping_C_BndEvt__UI_BP_KeyMapping_ShowAlternatives_K2Node_ComponentBoundEvent_0_ToggleHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BndEvt__UI_BP_KeyMapping_ShowAlternatives_K2Node_ComponentBoundEvent_0_ToggleHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_KeyMapping_C_BndEvt__UI_BP_KeyMapping_ShowAlternatives_K2Node_ComponentBoundEvent_0_ToggleHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_KeyLayoutChanged \ static_assert(alignof(UI_BP_KeyMapping_C_KeyLayoutChanged) == 0x000001, "Wrong alignment on UI_BP_KeyMapping_C_KeyLayoutChanged"); \ static_assert(sizeof(UI_BP_KeyMapping_C_KeyLayoutChanged) == 0x000002, "Wrong size on UI_BP_KeyMapping_C_KeyLayoutChanged"); \ static_assert(offsetof(UI_BP_KeyMapping_C_KeyLayoutChanged, OldLayout) == 0x000000, "Member 'UI_BP_KeyMapping_C_KeyLayoutChanged::OldLayout' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_KeyLayoutChanged, NewLayout) == 0x000001, "Member 'UI_BP_KeyMapping_C_KeyLayoutChanged::NewLayout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_BndEvt__UI_BP_KeyMapping_UI_BP_SettingsCheckboxButton_K2Node_ComponentBoundEvent_1_SettingsCheckmarkPressed__DelegateSignature \ static_assert(alignof(UI_BP_KeyMapping_C_BndEvt__UI_BP_KeyMapping_UI_BP_SettingsCheckboxButton_K2Node_ComponentBoundEvent_1_SettingsCheckmarkPressed__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_BndEvt__UI_BP_KeyMapping_UI_BP_SettingsCheckboxButton_K2Node_ComponentBoundEvent_1_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(sizeof(UI_BP_KeyMapping_C_BndEvt__UI_BP_KeyMapping_UI_BP_SettingsCheckboxButton_K2Node_ComponentBoundEvent_1_SettingsCheckmarkPressed__DelegateSignature) == 0x000010, "Wrong size on UI_BP_KeyMapping_C_BndEvt__UI_BP_KeyMapping_UI_BP_SettingsCheckboxButton_K2Node_ComponentBoundEvent_1_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BndEvt__UI_BP_KeyMapping_UI_BP_SettingsCheckboxButton_K2Node_ComponentBoundEvent_1_SettingsCheckmarkPressed__DelegateSignature, IsChecked) == 0x000000, "Member 'UI_BP_KeyMapping_C_BndEvt__UI_BP_KeyMapping_UI_BP_SettingsCheckboxButton_K2Node_ComponentBoundEvent_1_SettingsCheckmarkPressed__DelegateSignature::IsChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BndEvt__UI_BP_KeyMapping_UI_BP_SettingsCheckboxButton_K2Node_ComponentBoundEvent_1_SettingsCheckmarkPressed__DelegateSignature, Button) == 0x000008, "Member 'UI_BP_KeyMapping_C_BndEvt__UI_BP_KeyMapping_UI_BP_SettingsCheckboxButton_K2Node_ComponentBoundEvent_1_SettingsCheckmarkPressed__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_BuildAllRows \ static_assert(alignof(UI_BP_KeyMapping_C_BuildAllRows) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_BuildAllRows"); \ static_assert(sizeof(UI_BP_KeyMapping_C_BuildAllRows) == 0x000180, "Wrong size on UI_BP_KeyMapping_C_BuildAllRows"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, PreviousActionName) == 0x000000, "Member 'UI_BP_KeyMapping_C_BuildAllRows::PreviousActionName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, NextKeyboardMapping) == 0x000010, "Member 'UI_BP_KeyMapping_C_BuildAllRows::NextKeyboardMapping' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CurrentAxisMapping) == 0x000048, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CurrentAxisMapping' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CurrentKeyboardMapping) == 0x000080, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CurrentKeyboardMapping' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CurrentActionName) == 0x0000B8, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CurrentActionName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, Temp_int_Loop_Counter_Variable) == 0x0000C8, "Member 'UI_BP_KeyMapping_C_BuildAllRows::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_Add_IntInt_ReturnValue) == 0x0000CC, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, Temp_int_Array_Index_Variable) == 0x0000D0, "Member 'UI_BP_KeyMapping_C_BuildAllRows::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_IsGameModSupportAvailable_ReturnValue) == 0x0000D4, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_IsGameModSupportAvailable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_GetPCInputGroupHeaders_ReturnValue) == 0x0000D8, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_GetPCInputGroupHeaders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_Array_Length_ReturnValue) == 0x0000E8, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, Temp_int_Array_Index_Variable_1) == 0x0000EC, "Member 'UI_BP_KeyMapping_C_BuildAllRows::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_Array_Get_Item) == 0x0000F0, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_Array_Get_Item_1) == 0x000108, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_Array_Length_ReturnValue_1) == 0x000110, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_GetGroupMappingNames_ReturnValue) == 0x000118, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_GetGroupMappingNames_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_Less_IntInt_ReturnValue) == 0x000128, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_Conv_NameToString_ReturnValue) == 0x000130, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000140, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_StartsWith_ReturnValue) == 0x000150, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_StartsWith_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, Temp_int_Loop_Counter_Variable_1) == 0x000154, "Member 'UI_BP_KeyMapping_C_BuildAllRows::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_Less_IntInt_ReturnValue_1) == 0x000158, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_Add_IntInt_ReturnValue_1) == 0x00015C, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_GetGroupMappingNames_ReturnValue_1) == 0x000160, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_GetGroupMappingNames_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000170, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_Array_Length_ReturnValue_2) == 0x000174, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAllRows, CallFunc_Greater_IntInt_ReturnValue) == 0x000178, "Member 'UI_BP_KeyMapping_C_BuildAllRows::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_BuildRowsForGroup \ static_assert(alignof(UI_BP_KeyMapping_C_BuildRowsForGroup) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_BuildRowsForGroup"); \ static_assert(sizeof(UI_BP_KeyMapping_C_BuildRowsForGroup) == 0x000200, "Wrong size on UI_BP_KeyMapping_C_BuildRowsForGroup"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, GroupName) == 0x000000, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::GroupName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, Actions) == 0x000008, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::Actions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, CallFunc_Array_Get_Item) == 0x000020, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, CallFunc_GetMutatedMKBAxisMappingsByName_OutPosMain) == 0x000028, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::CallFunc_GetMutatedMKBAxisMappingsByName_OutPosMain' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, CallFunc_GetMutatedMKBAxisMappingsByName_OutFakePosMain) == 0x000060, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::CallFunc_GetMutatedMKBAxisMappingsByName_OutFakePosMain' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, CallFunc_GetMutatedMKBAxisMappingsByName_OutPosAlt) == 0x000098, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::CallFunc_GetMutatedMKBAxisMappingsByName_OutPosAlt' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, CallFunc_GetMutatedMKBAxisMappingsByName_OutNegMain) == 0x0000D0, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::CallFunc_GetMutatedMKBAxisMappingsByName_OutNegMain' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, CallFunc_GetMutatedMKBAxisMappingsByName_OutFakeNegMain) == 0x000108, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::CallFunc_GetMutatedMKBAxisMappingsByName_OutFakeNegMain' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, CallFunc_GetMutatedMKBAxisMappingsByName_OutNegAlt) == 0x000140, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::CallFunc_GetMutatedMKBAxisMappingsByName_OutNegAlt' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, CallFunc_GetMutatedMKBAxisMappingsByName_ReturnValue) == 0x000178, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::CallFunc_GetMutatedMKBAxisMappingsByName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, CallFunc_GetMKBActionPairByName_OutPrimary) == 0x000180, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::CallFunc_GetMKBActionPairByName_OutPrimary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, CallFunc_GetMKBActionPairByName_OutAlternative) == 0x0001B8, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::CallFunc_GetMKBActionPairByName_OutAlternative' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, CallFunc_GetMKBActionPairByName_ReturnValue) == 0x0001F0, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::CallFunc_GetMKBActionPairByName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, CallFunc_Array_Contains_ReturnValue) == 0x0001F1, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, CallFunc_Not_PreBool_ReturnValue) == 0x0001F2, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, Temp_int_Loop_Counter_Variable) == 0x0001F4, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, CallFunc_Less_IntInt_ReturnValue) == 0x0001F8, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildRowsForGroup, CallFunc_Add_IntInt_ReturnValue) == 0x0001FC, "Member 'UI_BP_KeyMapping_C_BuildRowsForGroup::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_Build_Action_Row \ static_assert(alignof(UI_BP_KeyMapping_C_Build_Action_Row) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_Build_Action_Row"); \ static_assert(sizeof(UI_BP_KeyMapping_C_Build_Action_Row) == 0x0000D8, "Wrong size on UI_BP_KeyMapping_C_Build_Action_Row"); \ static_assert(offsetof(UI_BP_KeyMapping_C_Build_Action_Row, Primary) == 0x000000, "Member 'UI_BP_KeyMapping_C_Build_Action_Row::Primary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_Build_Action_Row, Alternative) == 0x000038, "Member 'UI_BP_KeyMapping_C_Build_Action_Row::Alternative' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_Build_Action_Row, ActionName) == 0x000070, "Member 'UI_BP_KeyMapping_C_Build_Action_Row::ActionName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_Build_Action_Row, GroupName) == 0x000078, "Member 'UI_BP_KeyMapping_C_Build_Action_Row::GroupName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_Build_Action_Row, K2Node_CreateDelegate_OutputDelegate) == 0x000080, "Member 'UI_BP_KeyMapping_C_Build_Action_Row::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_Build_Action_Row, K2Node_CreateDelegate_OutputDelegate_1) == 0x000090, "Member 'UI_BP_KeyMapping_C_Build_Action_Row::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_Build_Action_Row, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000A0, "Member 'UI_BP_KeyMapping_C_Build_Action_Row::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_Build_Action_Row, K2Node_MakeStruct_Margin) == 0x0000B0, "Member 'UI_BP_KeyMapping_C_Build_Action_Row::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_Build_Action_Row, CallFunc_GetPlayerController_ReturnValue) == 0x0000C0, "Member 'UI_BP_KeyMapping_C_Build_Action_Row::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_Build_Action_Row, CallFunc_Create_ReturnValue) == 0x0000C8, "Member 'UI_BP_KeyMapping_C_Build_Action_Row::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_Build_Action_Row, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x0000D0, "Member 'UI_BP_KeyMapping_C_Build_Action_Row::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_BuildAxisRow \ static_assert(alignof(UI_BP_KeyMapping_C_BuildAxisRow) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_BuildAxisRow"); \ static_assert(sizeof(UI_BP_KeyMapping_C_BuildAxisRow) == 0x000118, "Wrong size on UI_BP_KeyMapping_C_BuildAxisRow"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAxisRow, AxisName) == 0x000000, "Member 'UI_BP_KeyMapping_C_BuildAxisRow::AxisName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAxisRow, Primary) == 0x000008, "Member 'UI_BP_KeyMapping_C_BuildAxisRow::Primary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAxisRow, FakeLockedPrimary) == 0x000040, "Member 'UI_BP_KeyMapping_C_BuildAxisRow::FakeLockedPrimary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAxisRow, Alternative) == 0x000078, "Member 'UI_BP_KeyMapping_C_BuildAxisRow::Alternative' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAxisRow, IsBiDirectionalAxis) == 0x0000B0, "Member 'UI_BP_KeyMapping_C_BuildAxisRow::IsBiDirectionalAxis' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAxisRow, IsPositiveAxis) == 0x0000B1, "Member 'UI_BP_KeyMapping_C_BuildAxisRow::IsPositiveAxis' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAxisRow, GroupName) == 0x0000B4, "Member 'UI_BP_KeyMapping_C_BuildAxisRow::GroupName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAxisRow, K2Node_CreateDelegate_OutputDelegate) == 0x0000BC, "Member 'UI_BP_KeyMapping_C_BuildAxisRow::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAxisRow, CallFunc_ShouldCancelRowCreation_Ignore) == 0x0000CC, "Member 'UI_BP_KeyMapping_C_BuildAxisRow::CallFunc_ShouldCancelRowCreation_Ignore' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAxisRow, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000D0, "Member 'UI_BP_KeyMapping_C_BuildAxisRow::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAxisRow, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000E0, "Member 'UI_BP_KeyMapping_C_BuildAxisRow::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAxisRow, K2Node_MakeStruct_Margin) == 0x0000F0, "Member 'UI_BP_KeyMapping_C_BuildAxisRow::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAxisRow, CallFunc_GetPlayerController_ReturnValue) == 0x000100, "Member 'UI_BP_KeyMapping_C_BuildAxisRow::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAxisRow, CallFunc_Create_ReturnValue) == 0x000108, "Member 'UI_BP_KeyMapping_C_BuildAxisRow::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuildAxisRow, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000110, "Member 'UI_BP_KeyMapping_C_BuildAxisRow::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_HandleInputActionClicked \ static_assert(alignof(UI_BP_KeyMapping_C_HandleInputActionClicked) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_HandleInputActionClicked"); \ static_assert(sizeof(UI_BP_KeyMapping_C_HandleInputActionClicked) == 0x000010, "Wrong size on UI_BP_KeyMapping_C_HandleInputActionClicked"); \ static_assert(offsetof(UI_BP_KeyMapping_C_HandleInputActionClicked, Row) == 0x000000, "Member 'UI_BP_KeyMapping_C_HandleInputActionClicked::Row' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_HandleInputActionClicked, IsPrimary) == 0x000008, "Member 'UI_BP_KeyMapping_C_HandleInputActionClicked::IsPrimary' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_HandleInputActionHovered \ static_assert(alignof(UI_BP_KeyMapping_C_HandleInputActionHovered) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_HandleInputActionHovered"); \ static_assert(sizeof(UI_BP_KeyMapping_C_HandleInputActionHovered) == 0x000010, "Wrong size on UI_BP_KeyMapping_C_HandleInputActionHovered"); \ static_assert(offsetof(UI_BP_KeyMapping_C_HandleInputActionHovered, Row) == 0x000000, "Member 'UI_BP_KeyMapping_C_HandleInputActionHovered::Row' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_HandleInputActionHovered, IsPrimary) == 0x000008, "Member 'UI_BP_KeyMapping_C_HandleInputActionHovered::IsPrimary' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_HandleInputActionUnhovered \ static_assert(alignof(UI_BP_KeyMapping_C_HandleInputActionUnhovered) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_HandleInputActionUnhovered"); \ static_assert(sizeof(UI_BP_KeyMapping_C_HandleInputActionUnhovered) == 0x000010, "Wrong size on UI_BP_KeyMapping_C_HandleInputActionUnhovered"); \ static_assert(offsetof(UI_BP_KeyMapping_C_HandleInputActionUnhovered, Row) == 0x000000, "Member 'UI_BP_KeyMapping_C_HandleInputActionUnhovered::Row' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_HandleInputActionUnhovered, IsPrimary) == 0x000008, "Member 'UI_BP_KeyMapping_C_HandleInputActionUnhovered::IsPrimary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_HandleInputActionUnhovered, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000009, "Member 'UI_BP_KeyMapping_C_HandleInputActionUnhovered::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_HandleInputAxisClicked \ static_assert(alignof(UI_BP_KeyMapping_C_HandleInputAxisClicked) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_HandleInputAxisClicked"); \ static_assert(sizeof(UI_BP_KeyMapping_C_HandleInputAxisClicked) == 0x000010, "Wrong size on UI_BP_KeyMapping_C_HandleInputAxisClicked"); \ static_assert(offsetof(UI_BP_KeyMapping_C_HandleInputAxisClicked, Row) == 0x000000, "Member 'UI_BP_KeyMapping_C_HandleInputAxisClicked::Row' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_HandleInputAxisClicked, IsPrimary) == 0x000008, "Member 'UI_BP_KeyMapping_C_HandleInputAxisClicked::IsPrimary' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_HandleInputAxisHovered \ static_assert(alignof(UI_BP_KeyMapping_C_HandleInputAxisHovered) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_HandleInputAxisHovered"); \ static_assert(sizeof(UI_BP_KeyMapping_C_HandleInputAxisHovered) == 0x000010, "Wrong size on UI_BP_KeyMapping_C_HandleInputAxisHovered"); \ static_assert(offsetof(UI_BP_KeyMapping_C_HandleInputAxisHovered, Row) == 0x000000, "Member 'UI_BP_KeyMapping_C_HandleInputAxisHovered::Row' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_HandleInputAxisHovered, IsPrimary) == 0x000008, "Member 'UI_BP_KeyMapping_C_HandleInputAxisHovered::IsPrimary' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_HandleInputAxisUnhovered \ static_assert(alignof(UI_BP_KeyMapping_C_HandleInputAxisUnhovered) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_HandleInputAxisUnhovered"); \ static_assert(sizeof(UI_BP_KeyMapping_C_HandleInputAxisUnhovered) == 0x000010, "Wrong size on UI_BP_KeyMapping_C_HandleInputAxisUnhovered"); \ static_assert(offsetof(UI_BP_KeyMapping_C_HandleInputAxisUnhovered, Row) == 0x000000, "Member 'UI_BP_KeyMapping_C_HandleInputAxisUnhovered::Row' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_HandleInputAxisUnhovered, IsPrimary) == 0x000008, "Member 'UI_BP_KeyMapping_C_HandleInputAxisUnhovered::IsPrimary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_HandleInputAxisUnhovered, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000009, "Member 'UI_BP_KeyMapping_C_HandleInputAxisUnhovered::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_HandleRebuildAllRows \ static_assert(alignof(UI_BP_KeyMapping_C_HandleRebuildAllRows) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_HandleRebuildAllRows"); \ static_assert(sizeof(UI_BP_KeyMapping_C_HandleRebuildAllRows) == 0x000008, "Wrong size on UI_BP_KeyMapping_C_HandleRebuildAllRows"); \ static_assert(offsetof(UI_BP_KeyMapping_C_HandleRebuildAllRows, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000000, "Member 'UI_BP_KeyMapping_C_HandleRebuildAllRows::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_ToggleRebindingMode \ static_assert(alignof(UI_BP_KeyMapping_C_ToggleRebindingMode) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_ToggleRebindingMode"); \ static_assert(sizeof(UI_BP_KeyMapping_C_ToggleRebindingMode) == 0x000018, "Wrong size on UI_BP_KeyMapping_C_ToggleRebindingMode"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ToggleRebindingMode, Rebinding) == 0x000000, "Member 'UI_BP_KeyMapping_C_ToggleRebindingMode::Rebinding' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ToggleRebindingMode, RebindingIsPrimary) == 0x000001, "Member 'UI_BP_KeyMapping_C_ToggleRebindingMode::RebindingIsPrimary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ToggleRebindingMode, CallFunc_Create_ReturnValue) == 0x000008, "Member 'UI_BP_KeyMapping_C_ToggleRebindingMode::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ToggleRebindingMode, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'UI_BP_KeyMapping_C_ToggleRebindingMode::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_BuldHeaderRow \ static_assert(alignof(UI_BP_KeyMapping_C_BuldHeaderRow) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_BuldHeaderRow"); \ static_assert(sizeof(UI_BP_KeyMapping_C_BuldHeaderRow) == 0x000058, "Wrong size on UI_BP_KeyMapping_C_BuldHeaderRow"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuldHeaderRow, Header) == 0x000000, "Member 'UI_BP_KeyMapping_C_BuldHeaderRow::Header' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuldHeaderRow, Large) == 0x000010, "Member 'UI_BP_KeyMapping_C_BuldHeaderRow::Large' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuldHeaderRow, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'UI_BP_KeyMapping_C_BuldHeaderRow::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuldHeaderRow, K2Node_MakeStruct_Margin) == 0x000028, "Member 'UI_BP_KeyMapping_C_BuldHeaderRow::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuldHeaderRow, CallFunc_Create_ReturnValue) == 0x000038, "Member 'UI_BP_KeyMapping_C_BuldHeaderRow::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuldHeaderRow, K2Node_MakeStruct_Margin_1) == 0x000040, "Member 'UI_BP_KeyMapping_C_BuldHeaderRow::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_BuldHeaderRow, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000050, "Member 'UI_BP_KeyMapping_C_BuldHeaderRow::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_ShouldCancelRowCreation \ static_assert(alignof(UI_BP_KeyMapping_C_ShouldCancelRowCreation) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_ShouldCancelRowCreation"); \ static_assert(sizeof(UI_BP_KeyMapping_C_ShouldCancelRowCreation) == 0x000078, "Wrong size on UI_BP_KeyMapping_C_ShouldCancelRowCreation"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ShouldCancelRowCreation, Primary) == 0x000000, "Member 'UI_BP_KeyMapping_C_ShouldCancelRowCreation::Primary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ShouldCancelRowCreation, Alternative) == 0x000038, "Member 'UI_BP_KeyMapping_C_ShouldCancelRowCreation::Alternative' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ShouldCancelRowCreation, Ignore) == 0x000070, "Member 'UI_BP_KeyMapping_C_ShouldCancelRowCreation::Ignore' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ShouldCancelRowCreation, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000071, "Member 'UI_BP_KeyMapping_C_ShouldCancelRowCreation::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ShouldCancelRowCreation, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000072, "Member 'UI_BP_KeyMapping_C_ShouldCancelRowCreation::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_ShouldCancelRowCreation, CallFunc_BooleanOR_ReturnValue) == 0x000073, "Member 'UI_BP_KeyMapping_C_ShouldCancelRowCreation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_UpdateConflictMessage \ static_assert(alignof(UI_BP_KeyMapping_C_UpdateConflictMessage) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_UpdateConflictMessage"); \ static_assert(sizeof(UI_BP_KeyMapping_C_UpdateConflictMessage) == 0x000100, "Wrong size on UI_BP_KeyMapping_C_UpdateConflictMessage"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, ItemMargin) == 0x000000, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::ItemMargin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, HeaderMargin) == 0x000010, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::HeaderMargin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, LastAddedGroup) == 0x000020, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::LastAddedGroup' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, Temp_int_Array_Index_Variable) == 0x000028, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_Create_ReturnValue) == 0x000038, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_Create_ReturnValue_1) == 0x000040, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, Temp_byte_Variable) == 0x000048, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_Array_Add_ReturnValue_1) == 0x000050, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, Temp_byte_Variable_1) == 0x000054, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, Temp_bool_Variable) == 0x000055, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_GetHasAnyUnboundActions_HasAnyUnbound) == 0x000056, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_GetHasAnyUnboundActions_HasAnyUnbound' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, K2Node_Select_Default) == 0x000057, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_Create_ReturnValue_2) == 0x000058, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_Array_Add_ReturnValue_2) == 0x000060, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000068, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_Create_ReturnValue_3) == 0x000070, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_Create_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_AddChildToVerticalBox_ReturnValue_1) == 0x000078, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_AddChildToVerticalBox_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_AddChildToVerticalBox_ReturnValue_2) == 0x000080, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_AddChildToVerticalBox_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_Array_Add_ReturnValue_3) == 0x000088, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_AddChildToVerticalBox_ReturnValue_3) == 0x000090, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_AddChildToVerticalBox_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_GetAllChildren_ReturnValue) == 0x000098, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_Less_IntInt_ReturnValue) == 0x0000B8, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, K2Node_DynamicCast_AsUI_BP_Input_Axis_Alt_Row) == 0x0000C0, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::K2Node_DynamicCast_AsUI_BP_Input_Axis_Alt_Row' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000C9, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_IsAxisRowUnassigned_isUnassigned) == 0x0000CA, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_IsAxisRowUnassigned_isUnassigned' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, K2Node_DynamicCast_AsUI_BP_Input_Action_Alt_Row) == 0x0000D0, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::K2Node_DynamicCast_AsUI_BP_Input_Action_Alt_Row' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, K2Node_DynamicCast_bSuccess_1) == 0x0000D8, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_IsActionRowUnassigned_isUnassigned) == 0x0000D9, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_IsActionRowUnassigned_isUnassigned' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x0000DA, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_Conv_NameToString_ReturnValue) == 0x0000E0, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateConflictMessage, CallFunc_Concat_StrStr_ReturnValue) == 0x0000F0, "Member 'UI_BP_KeyMapping_C_UpdateConflictMessage::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_IsActionRowUnassigned \ static_assert(alignof(UI_BP_KeyMapping_C_IsActionRowUnassigned) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_IsActionRowUnassigned"); \ static_assert(sizeof(UI_BP_KeyMapping_C_IsActionRowUnassigned) == 0x000010, "Wrong size on UI_BP_KeyMapping_C_IsActionRowUnassigned"); \ static_assert(offsetof(UI_BP_KeyMapping_C_IsActionRowUnassigned, Row) == 0x000000, "Member 'UI_BP_KeyMapping_C_IsActionRowUnassigned::Row' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_IsActionRowUnassigned, isUnassigned) == 0x000008, "Member 'UI_BP_KeyMapping_C_IsActionRowUnassigned::isUnassigned' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_IsActionRowUnassigned, CallFunc_Key_IsValid_ReturnValue) == 0x000009, "Member 'UI_BP_KeyMapping_C_IsActionRowUnassigned::CallFunc_Key_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_IsActionRowUnassigned, CallFunc_Key_IsValid_ReturnValue_1) == 0x00000A, "Member 'UI_BP_KeyMapping_C_IsActionRowUnassigned::CallFunc_Key_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_IsActionRowUnassigned, K2Node_MathExpression_ReturnValue) == 0x00000B, "Member 'UI_BP_KeyMapping_C_IsActionRowUnassigned::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_IsAxisRowUnassigned \ static_assert(alignof(UI_BP_KeyMapping_C_IsAxisRowUnassigned) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_IsAxisRowUnassigned"); \ static_assert(sizeof(UI_BP_KeyMapping_C_IsAxisRowUnassigned) == 0x000010, "Wrong size on UI_BP_KeyMapping_C_IsAxisRowUnassigned"); \ static_assert(offsetof(UI_BP_KeyMapping_C_IsAxisRowUnassigned, Row) == 0x000000, "Member 'UI_BP_KeyMapping_C_IsAxisRowUnassigned::Row' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_IsAxisRowUnassigned, isUnassigned) == 0x000008, "Member 'UI_BP_KeyMapping_C_IsAxisRowUnassigned::isUnassigned' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_IsAxisRowUnassigned, CallFunc_Key_IsValid_ReturnValue) == 0x000009, "Member 'UI_BP_KeyMapping_C_IsAxisRowUnassigned::CallFunc_Key_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_IsAxisRowUnassigned, CallFunc_Key_IsValid_ReturnValue_1) == 0x00000A, "Member 'UI_BP_KeyMapping_C_IsAxisRowUnassigned::CallFunc_Key_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_IsAxisRowUnassigned, CallFunc_Key_IsValid_ReturnValue_2) == 0x00000B, "Member 'UI_BP_KeyMapping_C_IsAxisRowUnassigned::CallFunc_Key_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_IsAxisRowUnassigned, K2Node_MathExpression_ReturnValue) == 0x00000C, "Member 'UI_BP_KeyMapping_C_IsAxisRowUnassigned::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_GetHasAnyUnboundActions \ static_assert(alignof(UI_BP_KeyMapping_C_GetHasAnyUnboundActions) == 0x000001, "Wrong alignment on UI_BP_KeyMapping_C_GetHasAnyUnboundActions"); \ static_assert(sizeof(UI_BP_KeyMapping_C_GetHasAnyUnboundActions) == 0x000001, "Wrong size on UI_BP_KeyMapping_C_GetHasAnyUnboundActions"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GetHasAnyUnboundActions, HasAnyUnbound) == 0x000000, "Member 'UI_BP_KeyMapping_C_GetHasAnyUnboundActions::HasAnyUnbound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_GetAxisRow \ static_assert(alignof(UI_BP_KeyMapping_C_GetAxisRow) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_GetAxisRow"); \ static_assert(sizeof(UI_BP_KeyMapping_C_GetAxisRow) == 0x000060, "Wrong size on UI_BP_KeyMapping_C_GetAxisRow"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GetAxisRow, AxisName) == 0x000000, "Member 'UI_BP_KeyMapping_C_GetAxisRow::AxisName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GetAxisRow, PositiveAxis) == 0x000008, "Member 'UI_BP_KeyMapping_C_GetAxisRow::PositiveAxis' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GetAxisRow, AxisRow) == 0x000010, "Member 'UI_BP_KeyMapping_C_GetAxisRow::AxisRow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GetAxisRow, Temp_int_Array_Index_Variable) == 0x000018, "Member 'UI_BP_KeyMapping_C_GetAxisRow::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GetAxisRow, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'UI_BP_KeyMapping_C_GetAxisRow::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GetAxisRow, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_KeyMapping_C_GetAxisRow::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GetAxisRow, CallFunc_GetAllChildren_ReturnValue) == 0x000028, "Member 'UI_BP_KeyMapping_C_GetAxisRow::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GetAxisRow, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'UI_BP_KeyMapping_C_GetAxisRow::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GetAxisRow, CallFunc_Array_Get_Item) == 0x000040, "Member 'UI_BP_KeyMapping_C_GetAxisRow::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GetAxisRow, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'UI_BP_KeyMapping_C_GetAxisRow::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GetAxisRow, K2Node_DynamicCast_AsUI_BP_Input_Axis_Alt_Row) == 0x000050, "Member 'UI_BP_KeyMapping_C_GetAxisRow::K2Node_DynamicCast_AsUI_BP_Input_Axis_Alt_Row' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GetAxisRow, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'UI_BP_KeyMapping_C_GetAxisRow::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GetAxisRow, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000059, "Member 'UI_BP_KeyMapping_C_GetAxisRow::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GetAxisRow, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00005A, "Member 'UI_BP_KeyMapping_C_GetAxisRow::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GetAxisRow, CallFunc_BooleanAND_ReturnValue) == 0x00005B, "Member 'UI_BP_KeyMapping_C_GetAxisRow::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_UpdateLegend \ static_assert(alignof(UI_BP_KeyMapping_C_UpdateLegend) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_UpdateLegend"); \ static_assert(sizeof(UI_BP_KeyMapping_C_UpdateLegend) == 0x000168, "Wrong size on UI_BP_KeyMapping_C_UpdateLegend"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateLegend, K2Node_MakeStruct_LegendItemData) == 0x000000, "Member 'UI_BP_KeyMapping_C_UpdateLegend::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateLegend, K2Node_MakeStruct_LegendItemData_1) == 0x000030, "Member 'UI_BP_KeyMapping_C_UpdateLegend::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateLegend, K2Node_MakeStruct_LegendItemData_2) == 0x000060, "Member 'UI_BP_KeyMapping_C_UpdateLegend::K2Node_MakeStruct_LegendItemData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateLegend, K2Node_MakeStruct_LegendItemData_3) == 0x000090, "Member 'UI_BP_KeyMapping_C_UpdateLegend::K2Node_MakeStruct_LegendItemData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateLegend, K2Node_MakeArray_Array) == 0x0000C0, "Member 'UI_BP_KeyMapping_C_UpdateLegend::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateLegend, K2Node_MakeArray_Array_1) == 0x0000D0, "Member 'UI_BP_KeyMapping_C_UpdateLegend::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateLegend, Temp_bool_Variable) == 0x0000E0, "Member 'UI_BP_KeyMapping_C_UpdateLegend::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateLegend, Temp_bool_Variable_1) == 0x0000E1, "Member 'UI_BP_KeyMapping_C_UpdateLegend::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateLegend, CallFunc_IsValid_ReturnValue) == 0x0000E2, "Member 'UI_BP_KeyMapping_C_UpdateLegend::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateLegend, K2Node_Select_Default) == 0x0000E8, "Member 'UI_BP_KeyMapping_C_UpdateLegend::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateLegend, CallFunc_IsAxisKeyValid_ReturnValue) == 0x000120, "Member 'UI_BP_KeyMapping_C_UpdateLegend::CallFunc_IsAxisKeyValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateLegend, CallFunc_IsValid_ReturnValue_1) == 0x000121, "Member 'UI_BP_KeyMapping_C_UpdateLegend::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateLegend, K2Node_Select_Default_1) == 0x000128, "Member 'UI_BP_KeyMapping_C_UpdateLegend::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_UpdateLegend, CallFunc_IsActionKeyValid_ReturnValue) == 0x000160, "Member 'UI_BP_KeyMapping_C_UpdateLegend::CallFunc_IsActionKeyValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_KeyMapping_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_KeyMapping_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_KeyMapping_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_KeyMapping_C_GatherMenuReaderStrings) == 0x0000F0, "Wrong size on UI_BP_KeyMapping_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, Temp_int_Array_Index_Variable) == 0x000038, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, CallFunc_GetLegendItem_ReturnValue) == 0x000048, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000050, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, CallFunc_IsValid_ReturnValue_1) == 0x000060, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x000068, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item) == 0x000070, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x000080, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_3) == 0x000098, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x0000A8, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000A9, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x0000B0, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x0000C8, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_4) == 0x0000D8, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_KeyMapping_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x0000E8, "Member 'UI_BP_KeyMapping_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_KeyMapping_C \ static_assert(alignof(UUI_BP_KeyMapping_C) == 0x000008, "Wrong alignment on UUI_BP_KeyMapping_C"); \ static_assert(sizeof(UUI_BP_KeyMapping_C) == 0x0004C8, "Wrong size on UUI_BP_KeyMapping_C"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, UberGraphFrame) == 0x0003F0, "Member 'UUI_BP_KeyMapping_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, hideBindingPopup) == 0x0003F8, "Member 'UUI_BP_KeyMapping_C::hideBindingPopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, showBindingPopup) == 0x000400, "Member 'UUI_BP_KeyMapping_C::showBindingPopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, ActionNameBox) == 0x000408, "Member 'UUI_BP_KeyMapping_C::ActionNameBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, ActionScroll) == 0x000410, "Member 'UUI_BP_KeyMapping_C::ActionScroll' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, ActionScrollContent) == 0x000418, "Member 'UUI_BP_KeyMapping_C::ActionScrollContent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, BindingConflictTitle) == 0x000420, "Member 'UUI_BP_KeyMapping_C::BindingConflictTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, ConflictList) == 0x000428, "Member 'UUI_BP_KeyMapping_C::ConflictList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, NoBindingIcon) == 0x000430, "Member 'UUI_BP_KeyMapping_C::NoBindingIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, ShowAlternativePrompts) == 0x000438, "Member 'UUI_BP_KeyMapping_C::ShowAlternativePrompts' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, ShowAlternatives) == 0x000440, "Member 'UUI_BP_KeyMapping_C::ShowAlternatives' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, UI_BP_SimpleScrollBox) == 0x000448, "Member 'UUI_BP_KeyMapping_C::UI_BP_SimpleScrollBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, UnassignedMessaging) == 0x000450, "Member 'UUI_BP_KeyMapping_C::UnassignedMessaging' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, CurrentActionRow) == 0x000458, "Member 'UUI_BP_KeyMapping_C::CurrentActionRow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, CurrentAxisRow) == 0x000460, "Member 'UUI_BP_KeyMapping_C::CurrentAxisRow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, ForbiddenKeys) == 0x000468, "Member 'UUI_BP_KeyMapping_C::ForbiddenKeys' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, OneDirectionalAxes) == 0x000478, "Member 'UUI_BP_KeyMapping_C::OneDirectionalAxes' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, HeaderUseTopPadding) == 0x000488, "Member 'UUI_BP_KeyMapping_C::HeaderUseTopPadding' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, RebindIsAxis) == 0x000489, "Member 'UUI_BP_KeyMapping_C::RebindIsAxis' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, InputKey_Presentation) == 0x000490, "Member 'UUI_BP_KeyMapping_C::InputKey_Presentation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, NameFromLoop) == 0x000498, "Member 'UUI_BP_KeyMapping_C::NameFromLoop' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, HoveredBindingIsPrimary) == 0x0004A0, "Member 'UUI_BP_KeyMapping_C::HoveredBindingIsPrimary' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, CachedConflictItems) == 0x0004A8, "Member 'UUI_BP_KeyMapping_C::CachedConflictItems' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, ParentLegend) == 0x0004B8, "Member 'UUI_BP_KeyMapping_C::ParentLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_KeyMapping_C, UnbindPromptVisible) == 0x0004C0, "Member 'UUI_BP_KeyMapping_C::UnbindPromptVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor \ static_assert(alignof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor) == 0x000008, "Wrong alignment on BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor"); \ static_assert(sizeof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor) == 0x000130, "Wrong size on BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, EntryPoint) == 0x000000, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_MakeVector_ReturnValue) == 0x000004, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectCenter) == 0x000010, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectCenter' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectExtent) == 0x00001C, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectExtent' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000028, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00002C, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectCenter_1) == 0x000038, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectCenter_1' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectExtent_1) == 0x000044, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectExtent_1' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000050, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectCenter_2) == 0x0000D8, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectCenter_2' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectExtent_2) == 0x0000E4, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectExtent_2' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_Divide_VectorFloat_ReturnValue) == 0x0000F0, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_BreakVector_X) == 0x0000FC, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_BreakVector_Y) == 0x000100, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_BreakVector_Z) == 0x000104, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_Add_FloatFloat_ReturnValue) == 0x000108, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00010C, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000110, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_FClamp_ReturnValue) == 0x000114, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_MakeVector_ReturnValue_1) == 0x000118, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000128, "Member 'BP_MultivanishmentPreviewActor_C_ExecuteUbergraph_BP_MultivanishmentPreviewActor::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MultivanishmentPreviewActor_C \ static_assert(alignof(ABP_MultivanishmentPreviewActor_C) == 0x000010, "Wrong alignment on ABP_MultivanishmentPreviewActor_C"); \ static_assert(sizeof(ABP_MultivanishmentPreviewActor_C) == 0x000450, "Wrong size on ABP_MultivanishmentPreviewActor_C"); \ static_assert(offsetof(ABP_MultivanishmentPreviewActor_C, UberGraphFrame) == 0x000430, "Member 'ABP_MultivanishmentPreviewActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_MultivanishmentPreviewActor_C, CentredMeshRoot) == 0x000438, "Member 'ABP_MultivanishmentPreviewActor_C::CentredMeshRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_MultivanishmentPreviewActor_C, ScaleDownTimeline_Scale_B912410A49773DD88DD5FA97F560C186) == 0x000440, "Member 'ABP_MultivanishmentPreviewActor_C::ScaleDownTimeline_Scale_B912410A49773DD88DD5FA97F560C186' has a wrong offset!"); \ static_assert(offsetof(ABP_MultivanishmentPreviewActor_C, ScaleDownTimeline__Direction_B912410A49773DD88DD5FA97F560C186) == 0x000444, "Member 'ABP_MultivanishmentPreviewActor_C::ScaleDownTimeline__Direction_B912410A49773DD88DD5FA97F560C186' has a wrong offset!"); \ static_assert(offsetof(ABP_MultivanishmentPreviewActor_C, ScaleDownTimeline) == 0x000448, "Member 'ABP_MultivanishmentPreviewActor_C::ScaleDownTimeline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration) == 0x000008, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration) == 0x0000E0, "Wrong size on UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, EntryPoint) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, Temp_bool_Has_Been_Initd_Variable) == 0x000008, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_SliderButton_11) == 0x000010, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_SliderButton_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_NewValue_3) == 0x000018, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_NewValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_SliderButton_10) == 0x000020, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_SliderButton_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_NewValue_2) == 0x000028, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_NewValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, CallFunc_Resolve_Slider_Value_Out) == 0x00002C, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::CallFunc_Resolve_Slider_Value_Out' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_SliderButton_9) == 0x000030, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_SliderButton_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_NewValue_1) == 0x000038, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_NewValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, CallFunc_Resolve_Slider_Value_Out_1) == 0x00003C, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::CallFunc_Resolve_Slider_Value_Out_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_SliderButton_8) == 0x000040, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_SliderButton_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_NewValue) == 0x000048, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_NewValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, CallFunc_Resolve_Slider_Value_Out_2) == 0x00004C, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::CallFunc_Resolve_Slider_Value_Out_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, CallFunc_Resolve_Slider_Value_Out_3) == 0x000050, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::CallFunc_Resolve_Slider_Value_Out_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000054, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, Temp_bool_IsClosed_Variable) == 0x000058, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_SliderButton_7) == 0x000060, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_SliderButton_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_SliderButton_6) == 0x000068, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_SliderButton_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_SliderButton_5) == 0x000070, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_SliderButton_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_SliderButton_4) == 0x000078, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_SliderButton_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_SliderButton_3) == 0x000080, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_SliderButton_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_EndValue_3) == 0x000088, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_EndValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_SliderButton_2) == 0x000090, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_SliderButton_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_EndValue_2) == 0x000098, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_EndValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_SliderButton_1) == 0x0000A0, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_SliderButton_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_EndValue_1) == 0x0000A8, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_EndValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_SliderButton) == 0x0000B0, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, K2Node_ComponentBoundEvent_EndValue) == 0x0000B8, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::K2Node_ComponentBoundEvent_EndValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, CallFunc_PlayAnimation_ReturnValue) == 0x0000C0, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x0000C8, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, CallFunc_GetPhoenixGameSettings_ReturnValue_1) == 0x0000D0, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::CallFunc_GetPhoenixGameSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0000D8, "Member 'UI_BP_Settings_HDRCalibration_C_ExecuteUbergraph_UI_BP_Settings_HDRCalibration::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_UIBrightness_K2Node_ComponentBoundEvent_13_SettingsSliderFinished__DelegateSignature \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_UIBrightness_K2Node_ComponentBoundEvent_13_SettingsSliderFinished__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_UIBrightness_K2Node_ComponentBoundEvent_13_SettingsSliderFinished__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_UIBrightness_K2Node_ComponentBoundEvent_13_SettingsSliderFinished__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_UIBrightness_K2Node_ComponentBoundEvent_13_SettingsSliderFinished__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_UIBrightness_K2Node_ComponentBoundEvent_13_SettingsSliderFinished__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_UIBrightness_K2Node_ComponentBoundEvent_13_SettingsSliderFinished__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_UIBrightness_K2Node_ComponentBoundEvent_13_SettingsSliderFinished__DelegateSignature, EndValue) == 0x000008, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_UIBrightness_K2Node_ComponentBoundEvent_13_SettingsSliderFinished__DelegateSignature::EndValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MidPoint_K2Node_ComponentBoundEvent_12_SettingsSliderFinished__DelegateSignature \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MidPoint_K2Node_ComponentBoundEvent_12_SettingsSliderFinished__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MidPoint_K2Node_ComponentBoundEvent_12_SettingsSliderFinished__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MidPoint_K2Node_ComponentBoundEvent_12_SettingsSliderFinished__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MidPoint_K2Node_ComponentBoundEvent_12_SettingsSliderFinished__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MidPoint_K2Node_ComponentBoundEvent_12_SettingsSliderFinished__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MidPoint_K2Node_ComponentBoundEvent_12_SettingsSliderFinished__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MidPoint_K2Node_ComponentBoundEvent_12_SettingsSliderFinished__DelegateSignature, EndValue) == 0x000008, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MidPoint_K2Node_ComponentBoundEvent_12_SettingsSliderFinished__DelegateSignature::EndValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MinBrightness_K2Node_ComponentBoundEvent_11_SettingsSliderFinished__DelegateSignature \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MinBrightness_K2Node_ComponentBoundEvent_11_SettingsSliderFinished__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MinBrightness_K2Node_ComponentBoundEvent_11_SettingsSliderFinished__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MinBrightness_K2Node_ComponentBoundEvent_11_SettingsSliderFinished__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MinBrightness_K2Node_ComponentBoundEvent_11_SettingsSliderFinished__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MinBrightness_K2Node_ComponentBoundEvent_11_SettingsSliderFinished__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MinBrightness_K2Node_ComponentBoundEvent_11_SettingsSliderFinished__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MinBrightness_K2Node_ComponentBoundEvent_11_SettingsSliderFinished__DelegateSignature, EndValue) == 0x000008, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MinBrightness_K2Node_ComponentBoundEvent_11_SettingsSliderFinished__DelegateSignature::EndValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MaxBrightness_K2Node_ComponentBoundEvent_10_SettingsSliderFinished__DelegateSignature \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MaxBrightness_K2Node_ComponentBoundEvent_10_SettingsSliderFinished__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MaxBrightness_K2Node_ComponentBoundEvent_10_SettingsSliderFinished__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MaxBrightness_K2Node_ComponentBoundEvent_10_SettingsSliderFinished__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MaxBrightness_K2Node_ComponentBoundEvent_10_SettingsSliderFinished__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MaxBrightness_K2Node_ComponentBoundEvent_10_SettingsSliderFinished__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MaxBrightness_K2Node_ComponentBoundEvent_10_SettingsSliderFinished__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MaxBrightness_K2Node_ComponentBoundEvent_10_SettingsSliderFinished__DelegateSignature, EndValue) == 0x000008, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MaxBrightness_K2Node_ComponentBoundEvent_10_SettingsSliderFinished__DelegateSignature::EndValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_UIBrightness_K2Node_ComponentBoundEvent_8_SettingsSliderHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_UIBrightness_K2Node_ComponentBoundEvent_8_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_UIBrightness_K2Node_ComponentBoundEvent_8_SettingsSliderHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_UIBrightness_K2Node_ComponentBoundEvent_8_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_UIBrightness_K2Node_ComponentBoundEvent_8_SettingsSliderHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_UIBrightness_K2Node_ComponentBoundEvent_8_SettingsSliderHovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_UIBrightness_K2Node_ComponentBoundEvent_8_SettingsSliderHovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MidPoint_K2Node_ComponentBoundEvent_7_SettingsSliderHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MidPoint_K2Node_ComponentBoundEvent_7_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MidPoint_K2Node_ComponentBoundEvent_7_SettingsSliderHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MidPoint_K2Node_ComponentBoundEvent_7_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MidPoint_K2Node_ComponentBoundEvent_7_SettingsSliderHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MidPoint_K2Node_ComponentBoundEvent_7_SettingsSliderHovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MidPoint_K2Node_ComponentBoundEvent_7_SettingsSliderHovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MinBrightness_K2Node_ComponentBoundEvent_6_SettingsSliderHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MinBrightness_K2Node_ComponentBoundEvent_6_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MinBrightness_K2Node_ComponentBoundEvent_6_SettingsSliderHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MinBrightness_K2Node_ComponentBoundEvent_6_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MinBrightness_K2Node_ComponentBoundEvent_6_SettingsSliderHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MinBrightness_K2Node_ComponentBoundEvent_6_SettingsSliderHovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MinBrightness_K2Node_ComponentBoundEvent_6_SettingsSliderHovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MaxBrightness_K2Node_ComponentBoundEvent_5_SettingsSliderHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MaxBrightness_K2Node_ComponentBoundEvent_5_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MaxBrightness_K2Node_ComponentBoundEvent_5_SettingsSliderHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MaxBrightness_K2Node_ComponentBoundEvent_5_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MaxBrightness_K2Node_ComponentBoundEvent_5_SettingsSliderHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MaxBrightness_K2Node_ComponentBoundEvent_5_SettingsSliderHovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__UI_BP_Settings_HDRCalibration_Slider_MaxBrightness_K2Node_ComponentBoundEvent_5_SettingsSliderHovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_OverallBrightness_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_OverallBrightness_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_OverallBrightness_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_OverallBrightness_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_OverallBrightness_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_OverallBrightness_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_OverallBrightness_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_OverallBrightness_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature, NewValue) == 0x000008, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_OverallBrightness_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_UIBrightness_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_UIBrightness_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_UIBrightness_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_UIBrightness_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_UIBrightness_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_UIBrightness_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_UIBrightness_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_UIBrightness_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature, NewValue) == 0x000008, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_UIBrightness_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MinBrightness_K2Node_ComponentBoundEvent_1_SettingsSliderChanged__DelegateSignature \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MinBrightness_K2Node_ComponentBoundEvent_1_SettingsSliderChanged__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MinBrightness_K2Node_ComponentBoundEvent_1_SettingsSliderChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MinBrightness_K2Node_ComponentBoundEvent_1_SettingsSliderChanged__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MinBrightness_K2Node_ComponentBoundEvent_1_SettingsSliderChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MinBrightness_K2Node_ComponentBoundEvent_1_SettingsSliderChanged__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MinBrightness_K2Node_ComponentBoundEvent_1_SettingsSliderChanged__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MinBrightness_K2Node_ComponentBoundEvent_1_SettingsSliderChanged__DelegateSignature, NewValue) == 0x000008, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MinBrightness_K2Node_ComponentBoundEvent_1_SettingsSliderChanged__DelegateSignature::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MaxBrightness_K2Node_ComponentBoundEvent_0_SettingsSliderChanged__DelegateSignature \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MaxBrightness_K2Node_ComponentBoundEvent_0_SettingsSliderChanged__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MaxBrightness_K2Node_ComponentBoundEvent_0_SettingsSliderChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MaxBrightness_K2Node_ComponentBoundEvent_0_SettingsSliderChanged__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MaxBrightness_K2Node_ComponentBoundEvent_0_SettingsSliderChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MaxBrightness_K2Node_ComponentBoundEvent_0_SettingsSliderChanged__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MaxBrightness_K2Node_ComponentBoundEvent_0_SettingsSliderChanged__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MaxBrightness_K2Node_ComponentBoundEvent_0_SettingsSliderChanged__DelegateSignature, NewValue) == 0x000008, "Member 'UI_BP_Settings_HDRCalibration_C_BndEvt__BP_UI_HDRCalibration_TestImage_Slider_MaxBrightness_K2Node_ComponentBoundEvent_0_SettingsSliderChanged__DelegateSignature::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_SetGetCVAR \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_SetGetCVAR) == 0x000008, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_SetGetCVAR"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_SetGetCVAR) == 0x000028, "Wrong size on UI_BP_Settings_HDRCalibration_C_SetGetCVAR"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_SetGetCVAR, Name_0) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_SetGetCVAR::Name_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_SetGetCVAR, NewValue) == 0x000010, "Member 'UI_BP_Settings_HDRCalibration_C_SetGetCVAR::NewValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_SetGetCVAR, Set) == 0x000014, "Member 'UI_BP_Settings_HDRCalibration_C_SetGetCVAR::Set' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_SetGetCVAR, OutValue) == 0x000018, "Member 'UI_BP_Settings_HDRCalibration_C_SetGetCVAR::OutValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_SetGetCVAR, CallFunc_GetConsoleVariableAsFloat_Value) == 0x00001C, "Member 'UI_BP_Settings_HDRCalibration_C_SetGetCVAR::CallFunc_GetConsoleVariableAsFloat_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_SetGetCVAR, CallFunc_GetConsoleVariableAsFloat_bExists) == 0x000020, "Member 'UI_BP_Settings_HDRCalibration_C_SetGetCVAR::CallFunc_GetConsoleVariableAsFloat_bExists' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_SetGetCVAR, CallFunc_SetConsoleVariableAsFloat_bExists) == 0x000021, "Member 'UI_BP_Settings_HDRCalibration_C_SetGetCVAR::CallFunc_SetConsoleVariableAsFloat_bExists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_Get_Normalized_Slider_Value \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_Get_Normalized_Slider_Value) == 0x000004, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_Get_Normalized_Slider_Value"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_Get_Normalized_Slider_Value) == 0x000020, "Wrong size on UI_BP_Settings_HDRCalibration_C_Get_Normalized_Slider_Value"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_Get_Normalized_Slider_Value, InValue) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_Get_Normalized_Slider_Value::InValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_Get_Normalized_Slider_Value, Range) == 0x000004, "Member 'UI_BP_Settings_HDRCalibration_C_Get_Normalized_Slider_Value::Range' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_Get_Normalized_Slider_Value, Exponent) == 0x000014, "Member 'UI_BP_Settings_HDRCalibration_C_Get_Normalized_Slider_Value::Exponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_Get_Normalized_Slider_Value, Out) == 0x000018, "Member 'UI_BP_Settings_HDRCalibration_C_Get_Normalized_Slider_Value::Out' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_Get_Normalized_Slider_Value, K2Node_MathExpression_ReturnValue) == 0x00001C, "Member 'UI_BP_Settings_HDRCalibration_C_Get_Normalized_Slider_Value::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value) == 0x000004, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value) == 0x000038, "Wrong size on UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value, InValue) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value::InValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value, Range) == 0x000004, "Member 'UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value::Range' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value, Exponent) == 0x000014, "Member 'UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value::Exponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value, _Min__Max______0__1_) == 0x000018, "Member 'UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value::_Min__Max______0__1_' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value, Out) == 0x00001C, "Member 'UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value::Out' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value, CallFunc_FClamp_ReturnValue) == 0x000020, "Member 'UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x000024, "Member 'UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000028, "Member 'UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value, CallFunc_MapRangeClamped_ReturnValue) == 0x00002C, "Member 'UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value, CallFunc_Lerp_ReturnValue) == 0x000030, "Member 'UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue_1) == 0x000034, "Member 'UI_BP_Settings_HDRCalibration_C_Resolve_Slider_Value::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_UpdateGameSettings \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_UpdateGameSettings) == 0x000008, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_UpdateGameSettings"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_UpdateGameSettings) == 0x000010, "Wrong size on UI_BP_Settings_HDRCalibration_C_UpdateGameSettings"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_UpdateGameSettings, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_UpdateGameSettings::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_UpdateGameSettings, CallFunc_SetHDRToneMapParameters_ReturnValue) == 0x000008, "Member 'UI_BP_Settings_HDRCalibration_C_UpdateGameSettings::CallFunc_SetHDRToneMapParameters_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_UpdateUI \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_UpdateUI) == 0x000008, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_UpdateUI"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_UpdateUI) == 0x000098, "Wrong size on UI_BP_Settings_HDRCalibration_C_UpdateUI"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_UpdateUI, CallFunc_FCeil_ReturnValue) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_UpdateUI::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_UpdateUI, CallFunc_Conv_FloatToText_ReturnValue) == 0x000008, "Member 'UI_BP_Settings_HDRCalibration_C_UpdateUI::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_UpdateUI, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'UI_BP_Settings_HDRCalibration_C_UpdateUI::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_UpdateUI, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x000038, "Member 'UI_BP_Settings_HDRCalibration_C_UpdateUI::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_UpdateUI, CallFunc_Conv_FloatToText_ReturnValue_2) == 0x000050, "Member 'UI_BP_Settings_HDRCalibration_C_UpdateUI::CallFunc_Conv_FloatToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_UpdateUI, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000068, "Member 'UI_BP_Settings_HDRCalibration_C_UpdateUI::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_UpdateUI, CallFunc_Resolve_Slider_Value_Out) == 0x00006C, "Member 'UI_BP_Settings_HDRCalibration_C_UpdateUI::CallFunc_Resolve_Slider_Value_Out' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_UpdateUI, CallFunc_Resolve_Slider_Value_Out_1) == 0x000070, "Member 'UI_BP_Settings_HDRCalibration_C_UpdateUI::CallFunc_Resolve_Slider_Value_Out_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_UpdateUI, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000078, "Member 'UI_BP_Settings_HDRCalibration_C_UpdateUI::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_UpdateUI, CallFunc_GetHDRToneMapParameters_OutMinToneMapLuminance) == 0x000080, "Member 'UI_BP_Settings_HDRCalibration_C_UpdateUI::CallFunc_GetHDRToneMapParameters_OutMinToneMapLuminance' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_UpdateUI, CallFunc_GetHDRToneMapParameters_OutMidToneMapLuminance) == 0x000084, "Member 'UI_BP_Settings_HDRCalibration_C_UpdateUI::CallFunc_GetHDRToneMapParameters_OutMidToneMapLuminance' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_UpdateUI, CallFunc_GetHDRToneMapParameters_OutMaxToneMapLuminance) == 0x000088, "Member 'UI_BP_Settings_HDRCalibration_C_UpdateUI::CallFunc_GetHDRToneMapParameters_OutMaxToneMapLuminance' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_UpdateUI, CallFunc_GetHDRToneMapParameters_UIBrightness) == 0x00008C, "Member 'UI_BP_Settings_HDRCalibration_C_UpdateUI::CallFunc_GetHDRToneMapParameters_UIBrightness' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_UpdateUI, CallFunc_Resolve_Slider_Value_Out_2) == 0x000090, "Member 'UI_BP_Settings_HDRCalibration_C_UpdateUI::CallFunc_Resolve_Slider_Value_Out_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_UpdateUI, CallFunc_Resolve_Slider_Value_Out_3) == 0x000094, "Member 'UI_BP_Settings_HDRCalibration_C_UpdateUI::CallFunc_Resolve_Slider_Value_Out_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_SetPostProcessVolume \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_SetPostProcessVolume) == 0x000001, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_SetPostProcessVolume"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_SetPostProcessVolume) == 0x000001, "Wrong size on UI_BP_Settings_HDRCalibration_C_SetPostProcessVolume"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_SetPostProcessVolume, bEnabled) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_SetPostProcessVolume::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings) == 0x000128, "Wrong size on UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000068, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000080, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000090, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x000098, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000B0, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000C0, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0000C8, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0000E0, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x0000F0, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_4) == 0x0000F8, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x000110, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x000120, "Member 'UI_BP_Settings_HDRCalibration_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Settings_HDRCalibration_C \ static_assert(alignof(UUI_BP_Settings_HDRCalibration_C) == 0x000008, "Wrong alignment on UUI_BP_Settings_HDRCalibration_C"); \ static_assert(sizeof(UUI_BP_Settings_HDRCalibration_C) == 0x0003D8, "Wrong size on UUI_BP_Settings_HDRCalibration_C"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_Settings_HDRCalibration_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, outro) == 0x000330, "Member 'UUI_BP_Settings_HDRCalibration_C::outro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, ScreenTitle) == 0x000338, "Member 'UUI_BP_Settings_HDRCalibration_C::ScreenTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, Slider_MaxBrightness) == 0x000340, "Member 'UUI_BP_Settings_HDRCalibration_C::Slider_MaxBrightness' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, Slider_MidPoint) == 0x000348, "Member 'UUI_BP_Settings_HDRCalibration_C::Slider_MidPoint' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, Slider_MinBrightness) == 0x000350, "Member 'UUI_BP_Settings_HDRCalibration_C::Slider_MinBrightness' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, Slider_UIBrightness) == 0x000358, "Member 'UUI_BP_Settings_HDRCalibration_C::Slider_UIBrightness' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, Text_Tip1) == 0x000360, "Member 'UUI_BP_Settings_HDRCalibration_C::Text_Tip1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, Text_Tip2) == 0x000368, "Member 'UUI_BP_Settings_HDRCalibration_C::Text_Tip2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, Text_Tip3) == 0x000370, "Member 'UUI_BP_Settings_HDRCalibration_C::Text_Tip3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, Text_Tip4) == 0x000378, "Member 'UUI_BP_Settings_HDRCalibration_C::Text_Tip4' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, BlackPointRange) == 0x000380, "Member 'UUI_BP_Settings_HDRCalibration_C::BlackPointRange' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, WhitePointRange) == 0x000390, "Member 'UUI_BP_Settings_HDRCalibration_C::WhitePointRange' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, MidPointRange) == 0x0003A0, "Member 'UUI_BP_Settings_HDRCalibration_C::MidPointRange' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, UIBrightnessRange) == 0x0003B0, "Member 'UUI_BP_Settings_HDRCalibration_C::UIBrightnessRange' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, SliderExponent) == 0x0003C0, "Member 'UUI_BP_Settings_HDRCalibration_C::SliderExponent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, CurrentMaxBrightness) == 0x0003C4, "Member 'UUI_BP_Settings_HDRCalibration_C::CurrentMaxBrightness' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, CurrentMinBrightness) == 0x0003C8, "Member 'UUI_BP_Settings_HDRCalibration_C::CurrentMinBrightness' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, CurrentUIBrightness) == 0x0003CC, "Member 'UUI_BP_Settings_HDRCalibration_C::CurrentUIBrightness' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_HDRCalibration_C, CurrentMidBrightness) == 0x0003D0, "Member 'UUI_BP_Settings_HDRCalibration_C::CurrentMidBrightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ScrollingTextTestButton_C_ExecuteUbergraph_UI_BP_ScrollingTextTestButton \ static_assert(alignof(UI_BP_ScrollingTextTestButton_C_ExecuteUbergraph_UI_BP_ScrollingTextTestButton) == 0x000008, "Wrong alignment on UI_BP_ScrollingTextTestButton_C_ExecuteUbergraph_UI_BP_ScrollingTextTestButton"); \ static_assert(sizeof(UI_BP_ScrollingTextTestButton_C_ExecuteUbergraph_UI_BP_ScrollingTextTestButton) == 0x000028, "Wrong size on UI_BP_ScrollingTextTestButton_C_ExecuteUbergraph_UI_BP_ScrollingTextTestButton"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_ExecuteUbergraph_UI_BP_ScrollingTextTestButton, EntryPoint) == 0x000000, "Member 'UI_BP_ScrollingTextTestButton_C_ExecuteUbergraph_UI_BP_ScrollingTextTestButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_ExecuteUbergraph_UI_BP_ScrollingTextTestButton, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_ScrollingTextTestButton_C_ExecuteUbergraph_UI_BP_ScrollingTextTestButton::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_ExecuteUbergraph_UI_BP_ScrollingTextTestButton, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000008, "Member 'UI_BP_ScrollingTextTestButton_C_ExecuteUbergraph_UI_BP_ScrollingTextTestButton::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_ExecuteUbergraph_UI_BP_ScrollingTextTestButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'UI_BP_ScrollingTextTestButton_C_ExecuteUbergraph_UI_BP_ScrollingTextTestButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_ExecuteUbergraph_UI_BP_ScrollingTextTestButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'UI_BP_ScrollingTextTestButton_C_ExecuteUbergraph_UI_BP_ScrollingTextTestButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_ExecuteUbergraph_UI_BP_ScrollingTextTestButton, K2Node_Event_IsDesignTime) == 0x000020, "Member 'UI_BP_ScrollingTextTestButton_C_ExecuteUbergraph_UI_BP_ScrollingTextTestButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ScrollingTextTestButton_C_PreConstruct \ static_assert(alignof(UI_BP_ScrollingTextTestButton_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_ScrollingTextTestButton_C_PreConstruct"); \ static_assert(sizeof(UI_BP_ScrollingTextTestButton_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_ScrollingTextTestButton_C_PreConstruct"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_ScrollingTextTestButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ScrollingTextTestButton_C_SetButtonText \ static_assert(alignof(UI_BP_ScrollingTextTestButton_C_SetButtonText) == 0x000008, "Wrong alignment on UI_BP_ScrollingTextTestButton_C_SetButtonText"); \ static_assert(sizeof(UI_BP_ScrollingTextTestButton_C_SetButtonText) == 0x000010, "Wrong size on UI_BP_ScrollingTextTestButton_C_SetButtonText"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_SetButtonText, ButtonText_0) == 0x000000, "Member 'UI_BP_ScrollingTextTestButton_C_SetButtonText::ButtonText_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ScrollingTextTestButton_C_Hovered \ static_assert(alignof(UI_BP_ScrollingTextTestButton_C_Hovered) == 0x000001, "Wrong alignment on UI_BP_ScrollingTextTestButton_C_Hovered"); \ static_assert(sizeof(UI_BP_ScrollingTextTestButton_C_Hovered) == 0x000001, "Wrong size on UI_BP_ScrollingTextTestButton_C_Hovered"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_Hovered, CurrentlyHovered) == 0x000000, "Member 'UI_BP_ScrollingTextTestButton_C_Hovered::CurrentlyHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ScrollingTextTestButton_C_SetButtonState \ static_assert(alignof(UI_BP_ScrollingTextTestButton_C_SetButtonState) == 0x000008, "Wrong alignment on UI_BP_ScrollingTextTestButton_C_SetButtonState"); \ static_assert(sizeof(UI_BP_ScrollingTextTestButton_C_SetButtonState) == 0x000018, "Wrong size on UI_BP_ScrollingTextTestButton_C_SetButtonState"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_SetButtonState, IsSelected) == 0x000000, "Member 'UI_BP_ScrollingTextTestButton_C_SetButtonState::IsSelected' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_SetButtonState, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_ScrollingTextTestButton_C_SetButtonState::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_SetButtonState, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000010, "Member 'UI_BP_ScrollingTextTestButton_C_SetButtonState::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ScrollingTextTestButton_C_HandleHovered \ static_assert(alignof(UI_BP_ScrollingTextTestButton_C_HandleHovered) == 0x000008, "Wrong alignment on UI_BP_ScrollingTextTestButton_C_HandleHovered"); \ static_assert(sizeof(UI_BP_ScrollingTextTestButton_C_HandleHovered) == 0x000020, "Wrong size on UI_BP_ScrollingTextTestButton_C_HandleHovered"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_HandleHovered, Button) == 0x000000, "Member 'UI_BP_ScrollingTextTestButton_C_HandleHovered::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_HandleHovered, JustChangeHighlight) == 0x000008, "Member 'UI_BP_ScrollingTextTestButton_C_HandleHovered::JustChangeHighlight' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_HandleHovered, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_ScrollingTextTestButton_C_HandleHovered::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_HandleHovered, CallFunc_PostEventAtLocation_ReturnValue) == 0x000018, "Member 'UI_BP_ScrollingTextTestButton_C_HandleHovered::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ScrollingTextTestButton_C_HandleUnhovered \ static_assert(alignof(UI_BP_ScrollingTextTestButton_C_HandleUnhovered) == 0x000008, "Wrong alignment on UI_BP_ScrollingTextTestButton_C_HandleUnhovered"); \ static_assert(sizeof(UI_BP_ScrollingTextTestButton_C_HandleUnhovered) == 0x000018, "Wrong size on UI_BP_ScrollingTextTestButton_C_HandleUnhovered"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_HandleUnhovered, Button) == 0x000000, "Member 'UI_BP_ScrollingTextTestButton_C_HandleUnhovered::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_HandleUnhovered, JustChangeHighjlight) == 0x000008, "Member 'UI_BP_ScrollingTextTestButton_C_HandleUnhovered::JustChangeHighjlight' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScrollingTextTestButton_C_HandleUnhovered, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'UI_BP_ScrollingTextTestButton_C_HandleUnhovered::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ScrollingTextTestButton_C \ static_assert(alignof(UUI_BP_ScrollingTextTestButton_C) == 0x000008, "Wrong alignment on UUI_BP_ScrollingTextTestButton_C"); \ static_assert(sizeof(UUI_BP_ScrollingTextTestButton_C) == 0x0002F8, "Wrong size on UUI_BP_ScrollingTextTestButton_C"); \ static_assert(offsetof(UUI_BP_ScrollingTextTestButton_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_ScrollingTextTestButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScrollingTextTestButton_C, OnTextButtonDeselected) == 0x000270, "Member 'UUI_BP_ScrollingTextTestButton_C::OnTextButtonDeselected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScrollingTextTestButton_C, OnTextButtonSelected) == 0x000278, "Member 'UUI_BP_ScrollingTextTestButton_C::OnTextButtonSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScrollingTextTestButton_C, OnTextButtonUnhovered) == 0x000280, "Member 'UUI_BP_ScrollingTextTestButton_C::OnTextButtonUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScrollingTextTestButton_C, OnTextButtonHovered) == 0x000288, "Member 'UUI_BP_ScrollingTextTestButton_C::OnTextButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScrollingTextTestButton_C, goldleafBorder) == 0x000290, "Member 'UUI_BP_ScrollingTextTestButton_C::goldleafBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScrollingTextTestButton_C, scrollingText) == 0x000298, "Member 'UUI_BP_ScrollingTextTestButton_C::scrollingText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScrollingTextTestButton_C, selected) == 0x0002A0, "Member 'UUI_BP_ScrollingTextTestButton_C::selected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScrollingTextTestButton_C, TheButton) == 0x0002A8, "Member 'UUI_BP_ScrollingTextTestButton_C::TheButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScrollingTextTestButton_C, ScrollingTextButtonClicked) == 0x0002B0, "Member 'UUI_BP_ScrollingTextTestButton_C::ScrollingTextButtonClicked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScrollingTextTestButton_C, ScrollingTextButtonHovered) == 0x0002C0, "Member 'UUI_BP_ScrollingTextTestButton_C::ScrollingTextButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScrollingTextTestButton_C, ScrollingTextButtonUnhovered) == 0x0002D0, "Member 'UUI_BP_ScrollingTextTestButton_C::ScrollingTextButtonUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScrollingTextTestButton_C, ButtonText) == 0x0002E0, "Member 'UUI_BP_ScrollingTextTestButton_C::ButtonText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScrollingTextTestButton_C, ButtonTextJustification) == 0x0002F0, "Member 'UUI_BP_ScrollingTextTestButton_C::ButtonTextJustification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScrollingTextTestButton_C, IsButtonSelected) == 0x0002F1, "Member 'UUI_BP_ScrollingTextTestButton_C::IsButtonSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S \ static_assert(alignof(ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S) == 0x000008, "Wrong alignment on ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S"); \ static_assert(sizeof(ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S) == 0x000050, "Wrong size on ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S"); \ static_assert(offsetof(ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S, CallFunc_GetAbilityObjectFromClass_ReturnValue) == 0x000008, "Member 'ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S::CallFunc_GetAbilityObjectFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S, K2Node_Event_Context) == 0x000010, "Member 'ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S, K2Node_Event_NextAbility) == 0x000018, "Member 'ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S, CallFunc_GetAbilityObjectFromClass_ReturnValue_1) == 0x000020, "Member 'ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S::CallFunc_GetAbilityObjectFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000028, "Member 'ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000029, "Member 'ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S, CallFunc_GetSelfActor_ReturnValue) == 0x000030, "Member 'ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S, CallFunc_BooleanOR_ReturnValue) == 0x000038, "Member 'ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S, K2Node_DynamicCast_AsNPC_Character) == 0x000040, "Member 'ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'ABL_NPC_RCT_PetrifyInAir_S_C_ExecuteUbergraph_ABL_NPC_RCT_PetrifyInAir_S::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_PetrifyInAir_S_C_OnAbilityBranch \ static_assert(alignof(ABL_NPC_RCT_PetrifyInAir_S_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NPC_RCT_PetrifyInAir_S_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NPC_RCT_PetrifyInAir_S_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NPC_RCT_PetrifyInAir_S_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NPC_RCT_PetrifyInAir_S_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NPC_RCT_PetrifyInAir_S_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_PetrifyInAir_S_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NPC_RCT_PetrifyInAir_S_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_PetrifyInAir_S_C \ static_assert(alignof(UABL_NPC_RCT_PetrifyInAir_S_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_PetrifyInAir_S_C"); \ static_assert(sizeof(UABL_NPC_RCT_PetrifyInAir_S_C) == 0x0000E8, "Wrong size on UABL_NPC_RCT_PetrifyInAir_S_C"); \ static_assert(offsetof(UABL_NPC_RCT_PetrifyInAir_S_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_PetrifyInAir_S_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_ObjectState_DbId_C_PerformConditionCheck \ static_assert(alignof(BTD_ObjectState_DbId_C_PerformConditionCheck) == 0x000008, "Wrong alignment on BTD_ObjectState_DbId_C_PerformConditionCheck"); \ static_assert(sizeof(BTD_ObjectState_DbId_C_PerformConditionCheck) == 0x000028, "Wrong size on BTD_ObjectState_DbId_C_PerformConditionCheck"); \ static_assert(offsetof(BTD_ObjectState_DbId_C_PerformConditionCheck, OwnerActor) == 0x000000, "Member 'BTD_ObjectState_DbId_C_PerformConditionCheck::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTD_ObjectState_DbId_C_PerformConditionCheck, ReturnValue) == 0x000008, "Member 'BTD_ObjectState_DbId_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_ObjectState_DbId_C_PerformConditionCheck, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000010, "Member 'BTD_ObjectState_DbId_C_PerformConditionCheck::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_ObjectState_DbId_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BTD_ObjectState_DbId_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_ObjectState_DbId_C_PerformConditionCheck, CallFunc_GetDbId_ReturnValue) == 0x00001C, "Member 'BTD_ObjectState_DbId_C_PerformConditionCheck::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_ObjectState_DbId_C_PerformConditionCheck, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000024, "Member 'BTD_ObjectState_DbId_C_PerformConditionCheck::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_ObjectState_DbId_C \ static_assert(alignof(UBTD_ObjectState_DbId_C) == 0x000008, "Wrong alignment on UBTD_ObjectState_DbId_C"); \ static_assert(sizeof(UBTD_ObjectState_DbId_C) == 0x0000A8, "Wrong size on UBTD_ObjectState_DbId_C"); \ static_assert(offsetof(UBTD_ObjectState_DbId_C, DbId) == 0x0000A0, "Member 'UBTD_ObjectState_DbId_C::DbId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu \ static_assert(alignof(UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu) == 0x000008, "Wrong alignment on UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu"); \ static_assert(sizeof(UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu) == 0x000038, "Wrong size on UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu"); \ static_assert(offsetof(UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu, EntryPoint) == 0x000000, "Member 'UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu, CallFunc_Create_ReturnValue) == 0x000008, "Member 'UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu, Temp_int_Variable) == 0x000010, "Member 'UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu, K2Node_Event_IsDesignTime) == 0x00001C, "Member 'UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu, K2Node_MakeStruct_Margin) == 0x000020, "Member 'UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000030, "Member 'UI_BP_LoadMenu_C_ExecuteUbergraph_UI_BP_LoadMenu::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadMenu_C_PreConstruct \ static_assert(alignof(UI_BP_LoadMenu_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_LoadMenu_C_PreConstruct"); \ static_assert(sizeof(UI_BP_LoadMenu_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_LoadMenu_C_PreConstruct"); \ static_assert(offsetof(UI_BP_LoadMenu_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_LoadMenu_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadMenu_C_SetLoadSaveData \ static_assert(alignof(UI_BP_LoadMenu_C_SetLoadSaveData) == 0x000008, "Wrong alignment on UI_BP_LoadMenu_C_SetLoadSaveData"); \ static_assert(sizeof(UI_BP_LoadMenu_C_SetLoadSaveData) == 0x0000F8, "Wrong size on UI_BP_LoadMenu_C_SetLoadSaveData"); \ static_assert(offsetof(UI_BP_LoadMenu_C_SetLoadSaveData, CharacterID_0) == 0x000000, "Member 'UI_BP_LoadMenu_C_SetLoadSaveData::CharacterID_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_SetLoadSaveData, NumSaves) == 0x000004, "Member 'UI_BP_LoadMenu_C_SetLoadSaveData::NumSaves' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_SetLoadSaveData, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'UI_BP_LoadMenu_C_SetLoadSaveData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_SetLoadSaveData, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_LoadMenu_C_SetLoadSaveData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_SetLoadSaveData, Temp_int_Array_Index_Variable) == 0x000010, "Member 'UI_BP_LoadMenu_C_SetLoadSaveData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_SetLoadSaveData, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'UI_BP_LoadMenu_C_SetLoadSaveData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_SetLoadSaveData, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'UI_BP_LoadMenu_C_SetLoadSaveData::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_SetLoadSaveData, K2Node_CreateDelegate_OutputDelegate_2) == 0x000034, "Member 'UI_BP_LoadMenu_C_SetLoadSaveData::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_SetLoadSaveData, K2Node_MakeStruct_Margin) == 0x000044, "Member 'UI_BP_LoadMenu_C_SetLoadSaveData::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_SetLoadSaveData, CallFunc_Create_ReturnValue) == 0x000058, "Member 'UI_BP_LoadMenu_C_SetLoadSaveData::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_SetLoadSaveData, CallFunc_GetAllSavesOfType_ReturnValue) == 0x000060, "Member 'UI_BP_LoadMenu_C_SetLoadSaveData::CallFunc_GetAllSavesOfType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_SetLoadSaveData, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000070, "Member 'UI_BP_LoadMenu_C_SetLoadSaveData::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_SetLoadSaveData, CallFunc_Array_Get_Item) == 0x000078, "Member 'UI_BP_LoadMenu_C_SetLoadSaveData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_SetLoadSaveData, CallFunc_Array_Length_ReturnValue) == 0x0000F0, "Member 'UI_BP_LoadMenu_C_SetLoadSaveData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_SetLoadSaveData, CallFunc_Less_IntInt_ReturnValue) == 0x0000F4, "Member 'UI_BP_LoadMenu_C_SetLoadSaveData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadMenu_C_MenuButtonSelected \ static_assert(alignof(UI_BP_LoadMenu_C_MenuButtonSelected) == 0x000008, "Wrong alignment on UI_BP_LoadMenu_C_MenuButtonSelected"); \ static_assert(sizeof(UI_BP_LoadMenu_C_MenuButtonSelected) == 0x000070, "Wrong size on UI_BP_LoadMenu_C_MenuButtonSelected"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonSelected, Button) == 0x000000, "Member 'UI_BP_LoadMenu_C_MenuButtonSelected::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonSelected, CallFunc_GetUIOnlineManagerPure_ReturnValue) == 0x000008, "Member 'UI_BP_LoadMenu_C_MenuButtonSelected::CallFunc_GetUIOnlineManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonSelected, CallFunc_IsIntroSave_bIsIntroSave) == 0x000010, "Member 'UI_BP_LoadMenu_C_MenuButtonSelected::CallFunc_IsIntroSave_bIsIntroSave' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonSelected, CallFunc_IsFullGameInstalled_ReturnValue) == 0x000011, "Member 'UI_BP_LoadMenu_C_MenuButtonSelected::CallFunc_IsFullGameInstalled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonSelected, CallFunc_GetUIManagerPure_ReturnValue) == 0x000018, "Member 'UI_BP_LoadMenu_C_MenuButtonSelected::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonSelected, CallFunc_IsInFrontendLevel_ReturnValue) == 0x000020, "Member 'UI_BP_LoadMenu_C_MenuButtonSelected::CallFunc_IsInFrontendLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonSelected, CallFunc_GetFileName_FileName) == 0x000028, "Member 'UI_BP_LoadMenu_C_MenuButtonSelected::CallFunc_GetFileName_FileName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonSelected, CallFunc_GetSaveWarningString_SaveWarning) == 0x000038, "Member 'UI_BP_LoadMenu_C_MenuButtonSelected::CallFunc_GetSaveWarningString_SaveWarning' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonSelected, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'UI_BP_LoadMenu_C_MenuButtonSelected::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonSelected, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x000058, "Member 'UI_BP_LoadMenu_C_MenuButtonSelected::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonSelected, CallFunc_PostEventAtLocation_ReturnValue) == 0x000060, "Member 'UI_BP_LoadMenu_C_MenuButtonSelected::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonSelected, CallFunc_ShowYesNoPopup_ReturnValue) == 0x000068, "Member 'UI_BP_LoadMenu_C_MenuButtonSelected::CallFunc_ShowYesNoPopup_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadMenu_C_MenuButtonHovered \ static_assert(alignof(UI_BP_LoadMenu_C_MenuButtonHovered) == 0x000008, "Wrong alignment on UI_BP_LoadMenu_C_MenuButtonHovered"); \ static_assert(sizeof(UI_BP_LoadMenu_C_MenuButtonHovered) == 0x000088, "Wrong size on UI_BP_LoadMenu_C_MenuButtonHovered"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonHovered, Button) == 0x000000, "Member 'UI_BP_LoadMenu_C_MenuButtonHovered::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonHovered, TempLegendData) == 0x000008, "Member 'UI_BP_LoadMenu_C_MenuButtonHovered::TempLegendData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonHovered, TempLegend) == 0x000038, "Member 'UI_BP_LoadMenu_C_MenuButtonHovered::TempLegend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonHovered, CallFunc_PostEventAtLocation_ReturnValue) == 0x000050, "Member 'UI_BP_LoadMenu_C_MenuButtonHovered::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonHovered, K2Node_MakeStruct_LegendItemData) == 0x000058, "Member 'UI_BP_LoadMenu_C_MenuButtonHovered::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadMenu_C_MenuButtonUnhovered \ static_assert(alignof(UI_BP_LoadMenu_C_MenuButtonUnhovered) == 0x000008, "Wrong alignment on UI_BP_LoadMenu_C_MenuButtonUnhovered"); \ static_assert(sizeof(UI_BP_LoadMenu_C_MenuButtonUnhovered) == 0x000008, "Wrong size on UI_BP_LoadMenu_C_MenuButtonUnhovered"); \ static_assert(offsetof(UI_BP_LoadMenu_C_MenuButtonUnhovered, Button) == 0x000000, "Member 'UI_BP_LoadMenu_C_MenuButtonUnhovered::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed \ static_assert(alignof(UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed) == 0x000008, "Wrong alignment on UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed"); \ static_assert(sizeof(UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed) == 0x000040, "Wrong size on UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed"); \ static_assert(offsetof(UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed, PopupScreen) == 0x000000, "Member 'UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed::PopupScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed, CompletionActionIndex) == 0x000008, "Member 'UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed::CompletionActionIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed, CallFunc_GetUIManagerPure_ReturnValue) == 0x000010, "Member 'UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed, K2Node_SwitchInteger_CmpSuccess) == 0x000018, "Member 'UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x000020, "Member 'UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed, CallFunc_PostEventAtLocation_ReturnValue) == 0x000028, "Member 'UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00002C, "Member 'UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed, CallFunc_GetFileName_FileName) == 0x000030, "Member 'UI_BP_LoadMenu_C_OnLoadConfirmPopupClosed::CallFunc_GetFileName_FileName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadMenu_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_LoadMenu_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_LoadMenu_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_LoadMenu_C_GatherMenuReaderStrings) == 0x000080, "Wrong size on UI_BP_LoadMenu_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_LoadMenu_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_LoadMenu_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_LoadMenu_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_LoadMenu_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_LoadMenu_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_GatherMenuReaderStrings, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000038, "Member 'UI_BP_LoadMenu_C_GatherMenuReaderStrings::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_GatherMenuReaderStrings, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'UI_BP_LoadMenu_C_GatherMenuReaderStrings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000040, "Member 'UI_BP_LoadMenu_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000050, "Member 'UI_BP_LoadMenu_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000068, "Member 'UI_BP_LoadMenu_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadMenu_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'UI_BP_LoadMenu_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_LoadMenu_C \ static_assert(alignof(UUI_BP_LoadMenu_C) == 0x000008, "Wrong alignment on UUI_BP_LoadMenu_C"); \ static_assert(sizeof(UUI_BP_LoadMenu_C) == 0x000388, "Wrong size on UUI_BP_LoadMenu_C"); \ static_assert(offsetof(UUI_BP_LoadMenu_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_LoadMenu_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadMenu_C, showDetailsPanel) == 0x000330, "Member 'UUI_BP_LoadMenu_C::showDetailsPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadMenu_C, detailPanel) == 0x000338, "Member 'UUI_BP_LoadMenu_C::detailPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadMenu_C, SaveItems) == 0x000340, "Member 'UUI_BP_LoadMenu_C::SaveItems' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadMenu_C, Title) == 0x000348, "Member 'UUI_BP_LoadMenu_C::Title' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadMenu_C, UI_BP_SimpleScrollBox) == 0x000350, "Member 'UUI_BP_LoadMenu_C::UI_BP_SimpleScrollBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadMenu_C, IsSaveMenu) == 0x000358, "Member 'UUI_BP_LoadMenu_C::IsSaveMenu' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadMenu_C, OnLoadSave) == 0x000360, "Member 'UUI_BP_LoadMenu_C::OnLoadSave' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadMenu_C, CharacterID) == 0x000370, "Member 'UUI_BP_LoadMenu_C::CharacterID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadMenu_C, DetailsDirection) == 0x000374, "Member 'UUI_BP_LoadMenu_C::DetailsDirection' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadMenu_C, ClickedLoadButton) == 0x000378, "Member 'UUI_BP_LoadMenu_C::ClickedLoadButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadMenu_C, ParentLegend) == 0x000380, "Member 'UUI_BP_LoadMenu_C::ParentLegend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LookAtWidget_C_ExecuteUbergraph_UI_BP_LookAtWidget \ static_assert(alignof(UI_BP_LookAtWidget_C_ExecuteUbergraph_UI_BP_LookAtWidget) == 0x000004, "Wrong alignment on UI_BP_LookAtWidget_C_ExecuteUbergraph_UI_BP_LookAtWidget"); \ static_assert(sizeof(UI_BP_LookAtWidget_C_ExecuteUbergraph_UI_BP_LookAtWidget) == 0x000004, "Wrong size on UI_BP_LookAtWidget_C_ExecuteUbergraph_UI_BP_LookAtWidget"); \ static_assert(offsetof(UI_BP_LookAtWidget_C_ExecuteUbergraph_UI_BP_LookAtWidget, EntryPoint) == 0x000000, "Member 'UI_BP_LookAtWidget_C_ExecuteUbergraph_UI_BP_LookAtWidget::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LookAtWidget_C_ShowCallout \ static_assert(alignof(UI_BP_LookAtWidget_C_ShowCallout) == 0x000008, "Wrong alignment on UI_BP_LookAtWidget_C_ShowCallout"); \ static_assert(sizeof(UI_BP_LookAtWidget_C_ShowCallout) == 0x000008, "Wrong size on UI_BP_LookAtWidget_C_ShowCallout"); \ static_assert(offsetof(UI_BP_LookAtWidget_C_ShowCallout, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_LookAtWidget_C_ShowCallout::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_LookAtWidget_C \ static_assert(alignof(UUI_BP_LookAtWidget_C) == 0x000008, "Wrong alignment on UUI_BP_LookAtWidget_C"); \ static_assert(sizeof(UUI_BP_LookAtWidget_C) == 0x000308, "Wrong size on UUI_BP_LookAtWidget_C"); \ static_assert(offsetof(UUI_BP_LookAtWidget_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_LookAtWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LookAtWidget_C, Intro) == 0x0002F0, "Member 'UUI_BP_LookAtWidget_C::Intro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LookAtWidget_C, Image_98) == 0x0002F8, "Member 'UUI_BP_LookAtWidget_C::Image_98' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LookAtWidget_C, PhoenixRichTextBlock_145) == 0x000300, "Member 'UUI_BP_LookAtWidget_C::PhoenixRichTextBlock_145' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory \ static_assert(alignof(UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory) == 0x000008, "Wrong alignment on UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory"); \ static_assert(sizeof(UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory) == 0x000068, "Wrong size on UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory, CharacterID) == 0x000000, "Member 'UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory::CharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory, Category) == 0x000008, "Member 'UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory::Category' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory, HolderID) == 0x000010, "Member 'UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory::HolderID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory, SkipLockedItems) == 0x000018, "Member 'UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory::SkipLockedItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory, __WorldContext) == 0x000020, "Member 'UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory, Inventory) == 0x000028, "Member 'UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory::Inventory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory, Local_CharacterID) == 0x000038, "Member 'UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory::Local_CharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory, CategoryName) == 0x000040, "Member 'UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory::CategoryName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000048, "Member 'UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000049, "Member 'UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory, CallFunc_MakeLiteralName_ReturnValue) == 0x00004C, "Member 'UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory, CallFunc_GetInventoryTextBP_InventoryResultArray) == 0x000058, "Member 'UI_BP_InventoryFunctionLibrary_C_GetCharacterInventory::CallFunc_GetInventoryTextBP_InventoryResultArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryFunctionLibrary_C_GetMoney \ static_assert(alignof(UI_BP_InventoryFunctionLibrary_C_GetMoney) == 0x000008, "Wrong alignment on UI_BP_InventoryFunctionLibrary_C_GetMoney"); \ static_assert(sizeof(UI_BP_InventoryFunctionLibrary_C_GetMoney) == 0x000018, "Wrong size on UI_BP_InventoryFunctionLibrary_C_GetMoney"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetMoney, CharacterID) == 0x000000, "Member 'UI_BP_InventoryFunctionLibrary_C_GetMoney::CharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetMoney, __WorldContext) == 0x000008, "Member 'UI_BP_InventoryFunctionLibrary_C_GetMoney::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetMoney, Money) == 0x000010, "Member 'UI_BP_InventoryFunctionLibrary_C_GetMoney::Money' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetMoney, CallFunc_GetCount_ReturnValue) == 0x000014, "Member 'UI_BP_InventoryFunctionLibrary_C_GetMoney::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryFunctionLibrary_C_GetItemCount \ static_assert(alignof(UI_BP_InventoryFunctionLibrary_C_GetItemCount) == 0x000008, "Wrong alignment on UI_BP_InventoryFunctionLibrary_C_GetItemCount"); \ static_assert(sizeof(UI_BP_InventoryFunctionLibrary_C_GetItemCount) == 0x000030, "Wrong size on UI_BP_InventoryFunctionLibrary_C_GetItemCount"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetItemCount, CharacterID) == 0x000000, "Member 'UI_BP_InventoryFunctionLibrary_C_GetItemCount::CharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetItemCount, ItemId) == 0x000008, "Member 'UI_BP_InventoryFunctionLibrary_C_GetItemCount::ItemId' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetItemCount, HolderID) == 0x000010, "Member 'UI_BP_InventoryFunctionLibrary_C_GetItemCount::HolderID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetItemCount, Variation) == 0x000018, "Member 'UI_BP_InventoryFunctionLibrary_C_GetItemCount::Variation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetItemCount, __WorldContext) == 0x000020, "Member 'UI_BP_InventoryFunctionLibrary_C_GetItemCount::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetItemCount, Count) == 0x000028, "Member 'UI_BP_InventoryFunctionLibrary_C_GetItemCount::Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetItemCount, CallFunc_GetCount_ReturnValue) == 0x00002C, "Member 'UI_BP_InventoryFunctionLibrary_C_GetItemCount::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryFunctionLibrary_C_Transfer_Item \ static_assert(alignof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item) == 0x000008, "Wrong alignment on UI_BP_InventoryFunctionLibrary_C_Transfer_Item"); \ static_assert(sizeof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item) == 0x000068, "Wrong size on UI_BP_InventoryFunctionLibrary_C_Transfer_Item"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, FromCharacterID) == 0x000000, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::FromCharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, Item) == 0x000008, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, ToCharacterID) == 0x000010, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::ToCharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, howMany) == 0x000018, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::howMany' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, Reason) == 0x00001C, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::Reason' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, FromHolderID) == 0x000020, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::FromHolderID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, ToHolderID) == 0x000028, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::ToHolderID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, SuppressHUDNotification) == 0x000030, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::SuppressHUDNotification' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, Variation) == 0x000034, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::Variation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, IsUnique) == 0x00003C, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::IsUnique' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, __WorldContext) == 0x000040, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, Success) == 0x000048, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::Success' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, NumRemoved) == 0x00004C, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::NumRemoved' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, Temp_int_Variable) == 0x000050, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, CallFunc_CanPerformTransfer_CanTransfer) == 0x000054, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::CallFunc_CanPerformTransfer_CanTransfer' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, CallFunc_AdjustCount_ReturnValue) == 0x000058, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::CallFunc_AdjustCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, CallFunc_AdjustCount_ReturnValue_1) == 0x00005C, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::CallFunc_AdjustCount_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, CallFunc_Multiply_IntInt_ReturnValue) == 0x000060, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Transfer_Item, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000064, "Member 'UI_BP_InventoryFunctionLibrary_C_Transfer_Item::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryFunctionLibrary_C_UpdateInventoryIconFromInventoryResult \ static_assert(alignof(UI_BP_InventoryFunctionLibrary_C_UpdateInventoryIconFromInventoryResult) == 0x000008, "Wrong alignment on UI_BP_InventoryFunctionLibrary_C_UpdateInventoryIconFromInventoryResult"); \ static_assert(sizeof(UI_BP_InventoryFunctionLibrary_C_UpdateInventoryIconFromInventoryResult) == 0x0000B8, "Wrong size on UI_BP_InventoryFunctionLibrary_C_UpdateInventoryIconFromInventoryResult"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_UpdateInventoryIconFromInventoryResult, Button) == 0x000000, "Member 'UI_BP_InventoryFunctionLibrary_C_UpdateInventoryIconFromInventoryResult::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_UpdateInventoryIconFromInventoryResult, InventoryItem) == 0x000008, "Member 'UI_BP_InventoryFunctionLibrary_C_UpdateInventoryIconFromInventoryResult::InventoryItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_UpdateInventoryIconFromInventoryResult, Modifier) == 0x000090, "Member 'UI_BP_InventoryFunctionLibrary_C_UpdateInventoryIconFromInventoryResult::Modifier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_UpdateInventoryIconFromInventoryResult, __WorldContext) == 0x000098, "Member 'UI_BP_InventoryFunctionLibrary_C_UpdateInventoryIconFromInventoryResult::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_UpdateInventoryIconFromInventoryResult, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button) == 0x0000A0, "Member 'UI_BP_InventoryFunctionLibrary_C_UpdateInventoryIconFromInventoryResult::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_UpdateInventoryIconFromInventoryResult, K2Node_DynamicCast_bSuccess) == 0x0000B0, "Member 'UI_BP_InventoryFunctionLibrary_C_UpdateInventoryIconFromInventoryResult::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryFunctionLibrary_C_UIUpdateItem \ static_assert(alignof(UI_BP_InventoryFunctionLibrary_C_UIUpdateItem) == 0x000008, "Wrong alignment on UI_BP_InventoryFunctionLibrary_C_UIUpdateItem"); \ static_assert(sizeof(UI_BP_InventoryFunctionLibrary_C_UIUpdateItem) == 0x0000E8, "Wrong size on UI_BP_InventoryFunctionLibrary_C_UIUpdateItem"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_UIUpdateItem, Button) == 0x000000, "Member 'UI_BP_InventoryFunctionLibrary_C_UIUpdateItem::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_UIUpdateItem, __WorldContext) == 0x000008, "Member 'UI_BP_InventoryFunctionLibrary_C_UIUpdateItem::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_UIUpdateItem, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button) == 0x000010, "Member 'UI_BP_InventoryFunctionLibrary_C_UIUpdateItem::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_UIUpdateItem, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'UI_BP_InventoryFunctionLibrary_C_UIUpdateItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_UIUpdateItem, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_1) == 0x000028, "Member 'UI_BP_InventoryFunctionLibrary_C_UIUpdateItem::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_UIUpdateItem, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'UI_BP_InventoryFunctionLibrary_C_UIUpdateItem::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_UIUpdateItem, CallFunc_GetInventoryResult_InventoryResult) == 0x000040, "Member 'UI_BP_InventoryFunctionLibrary_C_UIUpdateItem::CallFunc_GetInventoryResult_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_UIUpdateItem, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_2) == 0x0000C8, "Member 'UI_BP_InventoryFunctionLibrary_C_UIUpdateItem::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_UIUpdateItem, K2Node_DynamicCast_bSuccess_2) == 0x0000D8, "Member 'UI_BP_InventoryFunctionLibrary_C_UIUpdateItem::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_UIUpdateItem, CallFunc_GetItemCount_Count) == 0x0000DC, "Member 'UI_BP_InventoryFunctionLibrary_C_UIUpdateItem::CallFunc_GetItemCount_Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_UIUpdateItem, CallFunc_Greater_IntInt_ReturnValue) == 0x0000E0, "Member 'UI_BP_InventoryFunctionLibrary_C_UIUpdateItem::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer \ static_assert(alignof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer) == 0x000008, "Wrong alignment on UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer"); \ static_assert(sizeof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer) == 0x000058, "Wrong size on UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer, FromCharacterID) == 0x000000, "Member 'UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer::FromCharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer, Item) == 0x000008, "Member 'UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer::Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer, ToCharacterID) == 0x000010, "Member 'UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer::ToCharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer, howMany) == 0x000018, "Member 'UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer::howMany' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer, FromHolderID) == 0x00001C, "Member 'UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer::FromHolderID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer, ToHolderID) == 0x000024, "Member 'UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer::ToHolderID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer, Variation) == 0x00002C, "Member 'UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer::Variation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer, __WorldContext) == 0x000038, "Member 'UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer, CanTransfer) == 0x000040, "Member 'UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer::CanTransfer' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer, RecieverCanRecieve) == 0x000041, "Member 'UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer::RecieverCanRecieve' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer, SenderCanSend) == 0x000042, "Member 'UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer::SenderCanSend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer, NumRemoved) == 0x000044, "Member 'UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer::NumRemoved' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer, CallFunc_CanAddItem_ReturnValue) == 0x000048, "Member 'UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer::CallFunc_CanAddItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer, CallFunc_GetCount_ReturnValue) == 0x00004C, "Member 'UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000050, "Member 'UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer, CallFunc_BooleanAND_ReturnValue) == 0x000051, "Member 'UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000052, "Member 'UI_BP_InventoryFunctionLibrary_C_CanPerformTransfer::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory \ static_assert(alignof(UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory) == 0x000008, "Wrong alignment on UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory"); \ static_assert(sizeof(UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory) == 0x0001D8, "Wrong size on UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory, InvResult) == 0x000000, "Member 'UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory::InvResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory, __WorldContext) == 0x000088, "Member 'UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory, Success) == 0x000090, "Member 'UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory::Success' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory, VictimID) == 0x000094, "Member 'UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory::VictimID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory, CurInventoryItem) == 0x0000A0, "Member 'UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory::CurInventoryItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory, PlayerInventory) == 0x000128, "Member 'UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory::PlayerInventory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory, Stolen) == 0x000138, "Member 'UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory::Stolen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory, Found) == 0x000139, "Member 'UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory::Found' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory, DestinationHolder) == 0x00013C, "Member 'UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory::DestinationHolder' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory, Container_Inventory_Item) == 0x000148, "Member 'UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory::Container_Inventory_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory, CallFunc_TransferItemToPlayerInventoryBP_ReturnValue) == 0x0001D0, "Member 'UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory::CallFunc_TransferItemToPlayerInventoryBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory, CallFunc_NotEqual_NameName_ReturnValue) == 0x0001D1, "Member 'UI_BP_InventoryFunctionLibrary_C_IFL_Transfer_to_Inventory::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor \ static_assert(alignof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor) == 0x000008, "Wrong alignment on UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor"); \ static_assert(sizeof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor) == 0x000138, "Wrong size on UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, Container) == 0x000000, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::Container' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, __WorldContext) == 0x000008, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, HudReference) == 0x000010, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::HudReference' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, Name_0) == 0x000018, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::Name_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, Temp_int_Array_Index_Variable) == 0x000020, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, CallFunc_GetLootDropComponent_ReturnValue) == 0x000028, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::CallFunc_GetLootDropComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, CallFunc_GetInventoryInfo_ReturnValue) == 0x000030, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::CallFunc_GetInventoryInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, CallFunc_Array_Get_Item) == 0x000040, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000CC, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, CallFunc_GetItemInventoryFullString_ReturnValue) == 0x0000D0, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::CallFunc_GetItemInventoryFullString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, CallFunc_Conv_NameToString_ReturnValue) == 0x0000D8, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, CallFunc_Conv_NameToString_ReturnValue_1) == 0x0000E8, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, CallFunc_Conv_NameToString_ReturnValue_2) == 0x0000F8, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::CallFunc_Conv_NameToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, CallFunc_IsValid_ReturnValue_1) == 0x000108, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, Temp_int_Loop_Counter_Variable) == 0x00010C, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, CallFunc_Less_IntInt_ReturnValue) == 0x000110, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, CallFunc_Add_IntInt_ReturnValue) == 0x000114, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, CallFunc_GetPlayerController_ReturnValue) == 0x000118, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, CallFunc_GetHUD_ReturnValue) == 0x000120, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000128, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, K2Node_DynamicCast_bSuccess) == 0x000130, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor, CallFunc_IFL_Transfer_to_Inventory_Success) == 0x000131, "Member 'UI_BP_InventoryFunctionLibrary_C_LootItemsFromActor::CallFunc_IFL_Transfer_to_Inventory_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip \ static_assert(alignof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip) == 0x000008, "Wrong alignment on UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip"); \ static_assert(sizeof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip) == 0x0002A0, "Wrong size on UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, Button) == 0x000000, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, Legend) == 0x000008, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::Legend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, content) == 0x000018, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::content' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, NonExpandContent) == 0x000020, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::NonExpandContent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, __WorldContext) == 0x000028, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, Description) == 0x000030, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::Description' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, Rarity) == 0x000040, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::Rarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, TranslateTitle) == 0x000048, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::TranslateTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, Title) == 0x000050, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::Title' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, QualityString) == 0x000060, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::QualityString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, IsAlbino) == 0x000070, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::IsAlbino' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, IsMale) == 0x000071, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::IsMale' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, ItemName) == 0x000078, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CapturedCreature) == 0x000088, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CapturedCreature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, InvResult) == 0x000090, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::InvResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_Conv_NameToString_ReturnValue) == 0x000118, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_Concat_StrStr_ReturnValue) == 0x000128, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000138, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000148, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_Get_ReturnValue) == 0x000158, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_GetCursorWidget_ReturnValue) == 0x000160, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_GetCursorWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, K2Node_DynamicCast_AsUI_BPI_Cursor) == 0x000168, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::K2Node_DynamicCast_AsUI_BPI_Cursor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, K2Node_DynamicCast_bSuccess) == 0x000178, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, K2Node_DynamicCast_AsUI_BPI_Cursor_1) == 0x000180, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::K2Node_DynamicCast_AsUI_BPI_Cursor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, K2Node_DynamicCast_bSuccess_1) == 0x000190, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_Conv_NameToString_ReturnValue_2) == 0x000198, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_Conv_NameToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_Conv_NameToText_ReturnValue) == 0x0001A8, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, K2Node_MakeStruct_FormatArgumentData) == 0x0001C0, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, K2Node_MakeArray_Array) == 0x000200, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_Format_ReturnValue) == 0x000210, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_Conv_TextToString_ReturnValue) == 0x000228, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_Conv_NameToString_ReturnValue_3) == 0x000238, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_Conv_NameToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_Get_ReturnValue_1) == 0x000248, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000250, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_GetCreatureSpecies_CreatureSpecies) == 0x000258, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_GetCreatureSpecies_CreatureSpecies' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_GetCreatureDisplayNameFromUIDName_OutName) == 0x000268, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_GetCreatureDisplayNameFromUIDName_OutName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_GetCreatureDisplayNameFromUIDName_OutIsLocalizationKey) == 0x000278, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_GetCreatureDisplayNameFromUIDName_OutIsLocalizationKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_GetCreatureInventoryInfoString_OutInfoString) == 0x000280, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_GetCreatureInventoryInfoString_OutInfoString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_BP_GetCreatureStateByFName_ReturnValue) == 0x000290, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_BP_GetCreatureStateByFName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_IsAlbino_ReturnValue) == 0x000298, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_IsAlbino_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip, CallFunc_GetIsMale_ReturnValue) == 0x000299, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildInventoryTooltip::CallFunc_GetIsMale_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent \ static_assert(alignof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent) == 0x000008, "Wrong alignment on UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent"); \ static_assert(sizeof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent) == 0x0000D8, "Wrong size on UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent, ItemName) == 0x000000, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent, Variation) == 0x000008, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent::Variation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent, __WorldContext) == 0x000010, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent, TooltipContent) == 0x000018, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent::TooltipContent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent, CallFunc_Create_ReturnValue) == 0x000020, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent, CallFunc_Create_ReturnValue_1) == 0x000028, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent, CallFunc_IsGear_ReturnValue) == 0x000030, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent::CallFunc_IsGear_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent, CallFunc_Conv_NameToString_ReturnValue) == 0x000038, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000048, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000050, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent, K2Node_MakeStruct_GearItemID) == 0x000060, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent::K2Node_MakeStruct_GearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent, CallFunc_GetGearItem_OutGearItem) == 0x000078, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent, CallFunc_GetGearItem_ReturnValue) == 0x0000D0, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000D1, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultTooltipContent::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent \ static_assert(alignof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent) == 0x000008, "Wrong alignment on UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent"); \ static_assert(sizeof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent) == 0x0000E0, "Wrong size on UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, ItemName) == 0x000000, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, Variation) == 0x000008, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::Variation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, __WorldContext) == 0x000010, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, content) == 0x000018, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::content' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, CallFunc_Get_ReturnValue) == 0x000020, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, CallFunc_Create_ReturnValue) == 0x000028, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, CallFunc_GetExperienceLevel_ReturnValue) == 0x000030, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::CallFunc_GetExperienceLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, CallFunc_Create_ReturnValue_1) == 0x000038, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, CallFunc_Create_ReturnValue_2) == 0x000040, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, CallFunc_IsGear_ReturnValue) == 0x000048, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::CallFunc_IsGear_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, CallFunc_Conv_NameToString_ReturnValue) == 0x000050, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, CallFunc_GetLevelRequiermentsForItem_outLevel) == 0x000060, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::CallFunc_GetLevelRequiermentsForItem_outLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, CallFunc_GetLevelRequiermentsForItem_outUsable) == 0x000064, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::CallFunc_GetLevelRequiermentsForItem_outUsable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, K2Node_MakeStruct_GearItemID) == 0x000068, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::K2Node_MakeStruct_GearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, CallFunc_GetGearItem_OutGearItem) == 0x000080, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, CallFunc_GetGearItem_ReturnValue) == 0x0000D8, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000D9, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000DA, "Member 'UI_BP_InventoryFunctionLibrary_C_BuildDefaultNonExpandContent::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo \ static_assert(alignof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo) == 0x000008, "Wrong alignment on UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo"); \ static_assert(sizeof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo) == 0x000198, "Wrong size on UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, GearItemID) == 0x000000, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::GearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, __WorldContext) == 0x000018, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, Title) == 0x000020, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::Title' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, Description) == 0x000030, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::Description' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, Quality) == 0x000040, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::Quality' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, Rarity) == 0x000050, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::Rarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, SellPrice) == 0x000058, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::SellPrice' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, Sellable) == 0x00005C, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::Sellable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, CallFunc_GetGearItem_OutGearItem) == 0x000060, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, CallFunc_GetGearItem_ReturnValue) == 0x0000B8, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, CallFunc_GetSlotIDFromGearID_ReturnValue) == 0x0000B9, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::CallFunc_GetSlotIDFromGearID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, CallFunc_GearSlotIDToString_ReturnValue) == 0x0000C0, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::CallFunc_GearSlotIDToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000D0, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, CallFunc_Concat_StrStr_ReturnValue) == 0x0000D8, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, CallFunc_GetItemProperties_ItemProperties) == 0x0000E8, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::CallFunc_GetItemProperties_ItemProperties' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, CallFunc_GetItemProperties_ReturnValue) == 0x000154, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::CallFunc_GetItemProperties_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, CallFunc_Conv_NameToString_ReturnValue) == 0x000158, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000168, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000178, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000188, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearTooltipInfo::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count \ static_assert(alignof(UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count) == 0x000008, "Wrong alignment on UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count"); \ static_assert(sizeof(UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count) == 0x0000E0, "Wrong size on UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count, InActor) == 0x000000, "Member 'UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count::InActor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count, __WorldContext) == 0x000008, "Member 'UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count, ReturnCount) == 0x000010, "Member 'UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count::ReturnCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count, InventoryCount) == 0x000014, "Member 'UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count::InventoryCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count, Temp_int_Array_Index_Variable) == 0x000020, "Member 'UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count, CallFunc_GetDbPersistentId_ReturnValue) == 0x000024, "Member 'UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count::CallFunc_GetDbPersistentId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count, CallFunc_GetInventoryTextBP_InventoryResultArray) == 0x000030, "Member 'UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count::CallFunc_GetInventoryTextBP_InventoryResultArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count, CallFunc_Array_Get_Item) == 0x000040, "Member 'UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count, CallFunc_Add_IntInt_ReturnValue) == 0x0000CC, "Member 'UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count, Temp_int_Loop_Counter_Variable) == 0x0000D0, "Member 'UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count, CallFunc_Less_IntInt_ReturnValue) == 0x0000D4, "Member 'UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D8, "Member 'UI_BP_InventoryFunctionLibrary_C_Get_Inventory_Count::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag \ static_assert(alignof(UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag) == 0x000008, "Wrong alignment on UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag"); \ static_assert(sizeof(UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag) == 0x000098, "Wrong size on UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag, RarityTier) == 0x000000, "Member 'UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag::RarityTier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag, __WorldContext) == 0x000008, "Member 'UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag, ColorTag) == 0x000010, "Member 'UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag::ColorTag' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag, TempColorTag) == 0x000020, "Member 'UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag::TempColorTag' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag, K2Node_MakeStruct_DataTableRowHandle) == 0x000030, "Member 'UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag, K2Node_SwitchName_CmpSuccess) == 0x000040, "Member 'UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000048, "Member 'UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag, K2Node_MakeStruct_DataTableRowHandle_2) == 0x000058, "Member 'UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag::K2Node_MakeStruct_DataTableRowHandle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag, K2Node_MakeStruct_DataTableRowHandle_3) == 0x000068, "Member 'UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag::K2Node_MakeStruct_DataTableRowHandle_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag, K2Node_MakeStruct_DataTableRowHandle_4) == 0x000078, "Member 'UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag::K2Node_MakeStruct_DataTableRowHandle_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag, K2Node_MakeStruct_DataTableRowHandle_5) == 0x000088, "Member 'UI_BP_InventoryFunctionLibrary_C_GetRarityColorTag::K2Node_MakeStruct_DataTableRowHandle_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InventoryFunctionLibrary_C_GetGearItemStats \ static_assert(alignof(UI_BP_InventoryFunctionLibrary_C_GetGearItemStats) == 0x000008, "Wrong alignment on UI_BP_InventoryFunctionLibrary_C_GetGearItemStats"); \ static_assert(sizeof(UI_BP_InventoryFunctionLibrary_C_GetGearItemStats) == 0x000090, "Wrong size on UI_BP_InventoryFunctionLibrary_C_GetGearItemStats"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearItemStats, GearItemID) == 0x000000, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearItemStats::GearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearItemStats, __WorldContext) == 0x000018, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearItemStats::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearItemStats, OffenseStat) == 0x000020, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearItemStats::OffenseStat' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearItemStats, DefenseStat) == 0x000024, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearItemStats::DefenseStat' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearItemStats, TempDefenseStat) == 0x000028, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearItemStats::TempDefenseStat' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearItemStats, TempOffenseStat) == 0x00002C, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearItemStats::TempOffenseStat' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearItemStats, CallFunc_GetGearItem_OutGearItem) == 0x000030, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearItemStats::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InventoryFunctionLibrary_C_GetGearItemStats, CallFunc_GetGearItem_ReturnValue) == 0x000088, "Member 'UI_BP_InventoryFunctionLibrary_C_GetGearItemStats::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_InventoryFunctionLibrary_C \ static_assert(alignof(UUI_BP_InventoryFunctionLibrary_C) == 0x000008, "Wrong alignment on UUI_BP_InventoryFunctionLibrary_C"); \ static_assert(sizeof(UUI_BP_InventoryFunctionLibrary_C) == 0x000028, "Wrong size on UUI_BP_InventoryFunctionLibrary_C"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration \ static_assert(alignof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration) == 0x000008, "Wrong alignment on UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration"); \ static_assert(sizeof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration) == 0x000078, "Wrong size on UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, EntryPoint) == 0x000000, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, K2Node_ComponentBoundEvent_SliderButton) == 0x000008, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::K2Node_ComponentBoundEvent_SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, K2Node_ComponentBoundEvent_EndValue) == 0x000010, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::K2Node_ComponentBoundEvent_EndValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, Temp_bool_Has_Been_Initd_Variable) == 0x000014, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, Temp_bool_IsClosed_Variable) == 0x000015, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000018, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, CallFunc_GetPhoenixGameSettings_ReturnValue_1) == 0x000020, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::CallFunc_GetPhoenixGameSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, CallFunc_GetBrightness_ReturnValue) == 0x000028, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::CallFunc_GetBrightness_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, CallFunc_PlayAnimation_ReturnValue) == 0x000030, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, CallFunc_GetPhoenixGameSettings_ReturnValue_2) == 0x000038, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::CallFunc_GetPhoenixGameSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, CallFunc_NormalizeToRange_ReturnValue) == 0x000040, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::CallFunc_NormalizeToRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, CallFunc_GetPhoenixGameSettings_ReturnValue_3) == 0x000048, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::CallFunc_GetPhoenixGameSettings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, CallFunc_PostEventAtLocation_ReturnValue) == 0x000050, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000054, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, K2Node_ComponentBoundEvent_SliderButton_3) == 0x000058, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::K2Node_ComponentBoundEvent_SliderButton_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, K2Node_ComponentBoundEvent_NewValue) == 0x000060, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::K2Node_ComponentBoundEvent_NewValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, CallFunc_Lerp_ReturnValue) == 0x000064, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, K2Node_ComponentBoundEvent_SliderButton_2) == 0x000068, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::K2Node_ComponentBoundEvent_SliderButton_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration, K2Node_ComponentBoundEvent_SliderButton_1) == 0x000070, "Member 'UI_BP_Settings_Calibration_C_ExecuteUbergraph_UI_BP_Settings_Calibration::K2Node_ComponentBoundEvent_SliderButton_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_7_SettingsSliderFinished__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_7_SettingsSliderFinished__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_7_SettingsSliderFinished__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_7_SettingsSliderFinished__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_7_SettingsSliderFinished__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_7_SettingsSliderFinished__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_7_SettingsSliderFinished__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_7_SettingsSliderFinished__DelegateSignature, EndValue) == 0x000008, "Member 'UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_7_SettingsSliderFinished__DelegateSignature::EndValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_6_SettingsSliderUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_6_SettingsSliderUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_6_SettingsSliderUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_6_SettingsSliderUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_6_SettingsSliderUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_6_SettingsSliderUnhovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_6_SettingsSliderUnhovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_5_SettingsSliderHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_5_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_5_SettingsSliderHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_5_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_5_SettingsSliderHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_5_SettingsSliderHovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_5_SettingsSliderHovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature, NewValue) == 0x000008, "Member 'UI_BP_Settings_Calibration_C_BndEvt__UI_BP_Settings_Calibration_brightnessSlider_K2Node_ComponentBoundEvent_4_SettingsSliderChanged__DelegateSignature::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Calibration_C_SetCalibration \ static_assert(alignof(UI_BP_Settings_Calibration_C_SetCalibration) == 0x000004, "Wrong alignment on UI_BP_Settings_Calibration_C_SetCalibration"); \ static_assert(sizeof(UI_BP_Settings_Calibration_C_SetCalibration) == 0x000004, "Wrong size on UI_BP_Settings_Calibration_C_SetCalibration"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_SetCalibration, CalibrationPercent) == 0x000000, "Member 'UI_BP_Settings_Calibration_C_SetCalibration::CalibrationPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Calibration_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_Settings_Calibration_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_Settings_Calibration_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_Settings_Calibration_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_Settings_Calibration_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_Settings_Calibration_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_Settings_Calibration_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_Settings_Calibration_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_Settings_Calibration_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_Settings_Calibration_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_Settings_Calibration_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Calibration_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_Settings_Calibration_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Settings_Calibration_C \ static_assert(alignof(UUI_BP_Settings_Calibration_C) == 0x000008, "Wrong alignment on UUI_BP_Settings_Calibration_C"); \ static_assert(sizeof(UUI_BP_Settings_Calibration_C) == 0x000388, "Wrong size on UUI_BP_Settings_Calibration_C"); \ static_assert(offsetof(UUI_BP_Settings_Calibration_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_Settings_Calibration_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Calibration_C, outro) == 0x000330, "Member 'UUI_BP_Settings_Calibration_C::outro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Calibration_C, brightnessSlider) == 0x000338, "Member 'UUI_BP_Settings_Calibration_C::brightnessSlider' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Calibration_C, calibrationText) == 0x000340, "Member 'UUI_BP_Settings_Calibration_C::calibrationText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Calibration_C, GammaValueChanged) == 0x000348, "Member 'UUI_BP_Settings_Calibration_C::GammaValueChanged' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Calibration_C, CalibrationMin) == 0x000358, "Member 'UUI_BP_Settings_Calibration_C::CalibrationMin' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Calibration_C, CalibrationMax) == 0x00035C, "Member 'UUI_BP_Settings_Calibration_C::CalibrationMax' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Calibration_C, changed) == 0x000360, "Member 'UUI_BP_Settings_Calibration_C::changed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Calibration_C, finalValue) == 0x000364, "Member 'UUI_BP_Settings_Calibration_C::finalValue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Calibration_C, SliderHovered) == 0x000368, "Member 'UUI_BP_Settings_Calibration_C::SliderHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Calibration_C, SliderUnhovered) == 0x000378, "Member 'UUI_BP_Settings_Calibration_C::SliderUnhovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput \ static_assert(alignof(UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput) == 0x000008, "Wrong alignment on UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput"); \ static_assert(sizeof(UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput) == 0x000148, "Wrong size on UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput"); \ static_assert(offsetof(UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput, EntryPoint) == 0x000000, "Member 'UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput, CallFunc_AVATranslate_ReturnValue) == 0x000008, "Member 'UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput, K2Node_Event_IsDesignTime) == 0x000020, "Member 'UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput, CallFunc_AVATranslate_ReturnValue_1) == 0x000028, "Member 'UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput::CallFunc_AVATranslate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput, CallFunc_AVATranslate_ReturnValue_2) == 0x000080, "Member 'UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput::CallFunc_AVATranslate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput, K2Node_MakeArray_Array) == 0x000098, "Member 'UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput, K2Node_Event_InFocusEvent) == 0x0000A8, "Member 'UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput::K2Node_Event_InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput, CallFunc_AVATranslate_ReturnValue_3) == 0x0000C8, "Member 'UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput::CallFunc_AVATranslate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput, K2Node_MakeArray_Array_1) == 0x000120, "Member 'UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput, CallFunc_Format_ReturnValue_1) == 0x000130, "Member 'UI_BP_MKBInput_C_ExecuteUbergraph_UI_BP_MKBInput::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_C_OnFocusLost \ static_assert(alignof(UI_BP_MKBInput_C_OnFocusLost) == 0x000004, "Wrong alignment on UI_BP_MKBInput_C_OnFocusLost"); \ static_assert(sizeof(UI_BP_MKBInput_C_OnFocusLost) == 0x000008, "Wrong size on UI_BP_MKBInput_C_OnFocusLost"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnFocusLost, InFocusEvent) == 0x000000, "Member 'UI_BP_MKBInput_C_OnFocusLost::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_C_PreConstruct \ static_assert(alignof(UI_BP_MKBInput_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_MKBInput_C_PreConstruct"); \ static_assert(sizeof(UI_BP_MKBInput_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_MKBInput_C_PreConstruct"); \ static_assert(offsetof(UI_BP_MKBInput_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_MKBInput_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_C_OnKeyDown \ static_assert(alignof(UI_BP_MKBInput_C_OnKeyDown) == 0x000008, "Wrong alignment on UI_BP_MKBInput_C_OnKeyDown"); \ static_assert(sizeof(UI_BP_MKBInput_C_OnKeyDown) == 0x000210, "Wrong size on UI_BP_MKBInput_C_OnKeyDown"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'UI_BP_MKBInput_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'UI_BP_MKBInput_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'UI_BP_MKBInput_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnKeyDown, CancelButtonPressed) == 0x000128, "Member 'UI_BP_MKBInput_C_OnKeyDown::CancelButtonPressed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000130, "Member 'UI_BP_MKBInput_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnKeyDown, CallFunc_Is_Key_for_Action_RetVal) == 0x000148, "Member 'UI_BP_MKBInput_C_OnKeyDown::CallFunc_Is_Key_for_Action_RetVal' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnKeyDown, CallFunc_Is_Key_for_Action_RetVal_1) == 0x000149, "Member 'UI_BP_MKBInput_C_OnKeyDown::CallFunc_Is_Key_for_Action_RetVal_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnKeyDown, CallFunc_Is_Key_for_Action_RetVal_2) == 0x00014A, "Member 'UI_BP_MKBInput_C_OnKeyDown::CallFunc_Is_Key_for_Action_RetVal_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnKeyDown, CallFunc_Is_Key_for_Action_RetVal_3) == 0x00014B, "Member 'UI_BP_MKBInput_C_OnKeyDown::CallFunc_Is_Key_for_Action_RetVal_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x00014C, "Member 'UI_BP_MKBInput_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnKeyDown, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000150, "Member 'UI_BP_MKBInput_C_OnKeyDown::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnKeyDown, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000154, "Member 'UI_BP_MKBInput_C_OnKeyDown::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000158, "Member 'UI_BP_MKBInput_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_C_OnMouseButtonDown \ static_assert(alignof(UI_BP_MKBInput_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on UI_BP_MKBInput_C_OnMouseButtonDown"); \ static_assert(sizeof(UI_BP_MKBInput_C_OnMouseButtonDown) == 0x000248, "Wrong size on UI_BP_MKBInput_C_OnMouseButtonDown"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'UI_BP_MKBInput_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'UI_BP_MKBInput_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'UI_BP_MKBInput_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseButtonDown, CallFunc_GetUIManagerPure_ReturnValue) == 0x000160, "Member 'UI_BP_MKBInput_C_OnMouseButtonDown::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseButtonDown, CallFunc_PointerEvent_GetEffectingButton_ReturnValue) == 0x000168, "Member 'UI_BP_MKBInput_C_OnMouseButtonDown::CallFunc_PointerEvent_GetEffectingButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseButtonDown, CallFunc_GetLastUsedInputDevice_ReturnValue) == 0x000180, "Member 'UI_BP_MKBInput_C_OnMouseButtonDown::CallFunc_GetLastUsedInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseButtonDown, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000181, "Member 'UI_BP_MKBInput_C_OnMouseButtonDown::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000188, "Member 'UI_BP_MKBInput_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseButtonDown, CallFunc_BooleanAND_ReturnValue) == 0x000240, "Member 'UI_BP_MKBInput_C_OnMouseButtonDown::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_C_OnMouseWheel \ static_assert(alignof(UI_BP_MKBInput_C_OnMouseWheel) == 0x000008, "Wrong alignment on UI_BP_MKBInput_C_OnMouseWheel"); \ static_assert(sizeof(UI_BP_MKBInput_C_OnMouseWheel) == 0x000270, "Wrong size on UI_BP_MKBInput_C_OnMouseWheel"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseWheel, MyGeometry) == 0x000000, "Member 'UI_BP_MKBInput_C_OnMouseWheel::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseWheel, MouseEvent) == 0x000038, "Member 'UI_BP_MKBInput_C_OnMouseWheel::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseWheel, ReturnValue) == 0x0000A8, "Member 'UI_BP_MKBInput_C_OnMouseWheel::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseWheel, Temp_bool_Variable) == 0x000160, "Member 'UI_BP_MKBInput_C_OnMouseWheel::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseWheel, CallFunc_PointerEvent_GetWheelDelta_ReturnValue) == 0x000164, "Member 'UI_BP_MKBInput_C_OnMouseWheel::CallFunc_PointerEvent_GetWheelDelta_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseWheel, Temp_struct_Variable) == 0x000168, "Member 'UI_BP_MKBInput_C_OnMouseWheel::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseWheel, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000180, "Member 'UI_BP_MKBInput_C_OnMouseWheel::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseWheel, Temp_struct_Variable_1) == 0x000188, "Member 'UI_BP_MKBInput_C_OnMouseWheel::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseWheel, K2Node_Select_Default) == 0x0001A0, "Member 'UI_BP_MKBInput_C_OnMouseWheel::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_OnMouseWheel, CallFunc_Handled_ReturnValue) == 0x0001B8, "Member 'UI_BP_MKBInput_C_OnMouseWheel::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_C_ValidateInput \ static_assert(alignof(UI_BP_MKBInput_C_ValidateInput) == 0x000008, "Wrong alignment on UI_BP_MKBInput_C_ValidateInput"); \ static_assert(sizeof(UI_BP_MKBInput_C_ValidateInput) == 0x000038, "Wrong size on UI_BP_MKBInput_C_ValidateInput"); \ static_assert(offsetof(UI_BP_MKBInput_C_ValidateInput, InputKey) == 0x000000, "Member 'UI_BP_MKBInput_C_ValidateInput::InputKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ValidateInput, IsValid) == 0x000018, "Member 'UI_BP_MKBInput_C_ValidateInput::IsValid' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ValidateInput, CallFunc_KeyToString_ReturnValue) == 0x000020, "Member 'UI_BP_MKBInput_C_ValidateInput::CallFunc_KeyToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ValidateInput, CallFunc_Array_Contains_ReturnValue) == 0x000030, "Member 'UI_BP_MKBInput_C_ValidateInput::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ValidateInput, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x000031, "Member 'UI_BP_MKBInput_C_ValidateInput::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ValidateInput, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000032, "Member 'UI_BP_MKBInput_C_ValidateInput::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ValidateInput, CallFunc_BooleanOR_ReturnValue) == 0x000033, "Member 'UI_BP_MKBInput_C_ValidateInput::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ValidateInput, CallFunc_BooleanOR_ReturnValue_1) == 0x000034, "Member 'UI_BP_MKBInput_C_ValidateInput::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ValidateInput, CallFunc_Not_PreBool_ReturnValue) == 0x000035, "Member 'UI_BP_MKBInput_C_ValidateInput::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_C_UpdateActionMapping \ static_assert(alignof(UI_BP_MKBInput_C_UpdateActionMapping) == 0x000008, "Wrong alignment on UI_BP_MKBInput_C_UpdateActionMapping"); \ static_assert(sizeof(UI_BP_MKBInput_C_UpdateActionMapping) == 0x000240, "Wrong size on UI_BP_MKBInput_C_UpdateActionMapping"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, NewAction) == 0x000000, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::NewAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, Success) == 0x000038, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::Success' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, ConflictingActions) == 0x000040, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::ConflictingActions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, ConflictingAxes) == 0x000050, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::ConflictingAxes' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, PreviousAlternative) == 0x000060, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::PreviousAlternative' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, PreviousPrimary) == 0x000098, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::PreviousPrimary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_KeyToString_ReturnValue) == 0x0000D0, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_KeyToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_GetMKBActionPairByName_OutPrimary) == 0x0000E0, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_GetMKBActionPairByName_OutPrimary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_GetMKBActionPairByName_OutAlternative) == 0x000118, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_GetMKBActionPairByName_OutAlternative' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_GetMKBActionPairByName_ReturnValue) == 0x000150, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_GetMKBActionPairByName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, K2Node_MakeArray_Array) == 0x000158, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_TransposeActionToQWERTY_ReturnValue) == 0x000168, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_TransposeActionToQWERTY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_SetMKBAction_ReturnValue) == 0x000178, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_SetMKBAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_GetInputSettings_ReturnValue) == 0x000180, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_GetInputSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_SaveInputConfig_ReturnValue) == 0x000188, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_SaveInputConfig_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_GetActionMappingCollisions_OutCollidingActionMappings) == 0x000190, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_GetActionMappingCollisions_OutCollidingActionMappings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_GetActionMappingCollisions_OutCollidingAxisMappings) == 0x0001A0, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_GetActionMappingCollisions_OutCollidingAxisMappings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_TransposeAxisFromQWERTY_ReturnValue) == 0x0001B0, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_TransposeAxisFromQWERTY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_Array_Length_ReturnValue) == 0x0001C0, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_TransposeActionFromQWERTY_ReturnValue) == 0x0001C8, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_TransposeActionFromQWERTY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_Array_Length_ReturnValue_1) == 0x0001D8, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_Add_IntInt_ReturnValue) == 0x0001DC, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, Temp_bool_Variable) == 0x0001E0, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001E1, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, K2Node_Select_Default) == 0x0001E8, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_UnbindMKBAction_ReturnValue) == 0x000220, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_UnbindMKBAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_KeyToString_ReturnValue_1) == 0x000228, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_KeyToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateActionMapping, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000238, "Member 'UI_BP_MKBInput_C_UpdateActionMapping::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_C_UpdateAxisMapping \ static_assert(alignof(UI_BP_MKBInput_C_UpdateAxisMapping) == 0x000008, "Wrong alignment on UI_BP_MKBInput_C_UpdateAxisMapping"); \ static_assert(sizeof(UI_BP_MKBInput_C_UpdateAxisMapping) == 0x0002A8, "Wrong size on UI_BP_MKBInput_C_UpdateAxisMapping"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, NewAxis) == 0x000000, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::NewAxis' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, Success) == 0x000038, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::Success' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, ConflictingInputActions) == 0x000040, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::ConflictingInputActions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, ConflictingInputAxes) == 0x000050, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::ConflictingInputAxes' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, K2Node_MakeArray_Array) == 0x000060, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_KeyToString_ReturnValue) == 0x000070, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_KeyToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_TransposeAxisToQWERTY_ReturnValue) == 0x000080, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_TransposeAxisToQWERTY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000090, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_GetMKBAxisPairsByName_OutPositivePrimary) == 0x000098, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_GetMKBAxisPairsByName_OutPositivePrimary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_GetMKBAxisPairsByName_OutPositiveAlternative) == 0x0000D0, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_GetMKBAxisPairsByName_OutPositiveAlternative' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_GetMKBAxisPairsByName_OutNegativePrimary) == 0x000108, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_GetMKBAxisPairsByName_OutNegativePrimary' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_GetMKBAxisPairsByName_OutNegativeAlternative) == 0x000140, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_GetMKBAxisPairsByName_OutNegativeAlternative' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_GetMKBAxisPairsByName_ReturnValue) == 0x000178, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_GetMKBAxisPairsByName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_SetMKBAxis_ReturnValue) == 0x000179, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_SetMKBAxis_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, Temp_bool_Variable) == 0x00017A, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_GetInputSettings_ReturnValue) == 0x000180, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_GetInputSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_GetAxisMappingCollisions_OutCollidingActionMappings) == 0x000188, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_GetAxisMappingCollisions_OutCollidingActionMappings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_GetAxisMappingCollisions_OutCollidingAxisMappings) == 0x000198, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_GetAxisMappingCollisions_OutCollidingAxisMappings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_TransposeAxisFromQWERTY_ReturnValue) == 0x0001A8, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_TransposeAxisFromQWERTY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_Array_Length_ReturnValue) == 0x0001B8, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_TransposeActionFromQWERTY_ReturnValue) == 0x0001C0, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_TransposeActionFromQWERTY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_Array_Length_ReturnValue_1) == 0x0001D0, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_Add_IntInt_ReturnValue) == 0x0001D4, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001D8, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_SaveInputConfig_ReturnValue) == 0x0001D9, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_SaveInputConfig_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, Temp_bool_Variable_1) == 0x0001DA, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, K2Node_Select_Default) == 0x0001E0, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, Temp_bool_Variable_2) == 0x000218, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, K2Node_Select_Default_1) == 0x000220, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, K2Node_Select_Default_2) == 0x000258, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_KeyToString_ReturnValue_1) == 0x000290, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_KeyToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0002A0, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_UpdateAxisMapping, CallFunc_UnbindMKBAxis_ReturnValue) == 0x0002A1, "Member 'UI_BP_MKBInput_C_UpdateAxisMapping::CallFunc_UnbindMKBAxis_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_C_GetCurrentAxisRowAxis_Scale \ static_assert(alignof(UI_BP_MKBInput_C_GetCurrentAxisRowAxis_Scale) == 0x000004, "Wrong alignment on UI_BP_MKBInput_C_GetCurrentAxisRowAxis_Scale"); \ static_assert(sizeof(UI_BP_MKBInput_C_GetCurrentAxisRowAxis_Scale) == 0x000008, "Wrong size on UI_BP_MKBInput_C_GetCurrentAxisRowAxis_Scale"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetCurrentAxisRowAxis_Scale, Scale) == 0x000000, "Member 'UI_BP_MKBInput_C_GetCurrentAxisRowAxis_Scale::Scale' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetCurrentAxisRowAxis_Scale, AxisScale) == 0x000004, "Member 'UI_BP_MKBInput_C_GetCurrentAxisRowAxis_Scale::AxisScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_C_HandleRebind \ static_assert(alignof(UI_BP_MKBInput_C_HandleRebind) == 0x000008, "Wrong alignment on UI_BP_MKBInput_C_HandleRebind"); \ static_assert(sizeof(UI_BP_MKBInput_C_HandleRebind) == 0x000140, "Wrong size on UI_BP_MKBInput_C_HandleRebind"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, Input) == 0x000000, "Member 'UI_BP_MKBInput_C_HandleRebind::Input' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000018, "Member 'UI_BP_MKBInput_C_HandleRebind::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, CallFunc_ValidateInput_IsValid) == 0x000019, "Member 'UI_BP_MKBInput_C_HandleRebind::CallFunc_ValidateInput_IsValid' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, CallFunc_IsValid_ReturnValue) == 0x00001A, "Member 'UI_BP_MKBInput_C_HandleRebind::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, CallFunc_GetActionStaticVariables_GroupName) == 0x00001C, "Member 'UI_BP_MKBInput_C_HandleRebind::CallFunc_GetActionStaticVariables_GroupName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, CallFunc_GetActionStaticVariables_ReturnValue) == 0x000024, "Member 'UI_BP_MKBInput_C_HandleRebind::CallFunc_GetActionStaticVariables_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, K2Node_MakeStruct_InputActionKeyMapping) == 0x000028, "Member 'UI_BP_MKBInput_C_HandleRebind::K2Node_MakeStruct_InputActionKeyMapping' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, CallFunc_IsValid_ReturnValue_1) == 0x000060, "Member 'UI_BP_MKBInput_C_HandleRebind::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, CallFunc_GetAxisStaticVariables_GroupName) == 0x000064, "Member 'UI_BP_MKBInput_C_HandleRebind::CallFunc_GetAxisStaticVariables_GroupName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, CallFunc_GetAxisStaticVariables_ReturnValue) == 0x00006C, "Member 'UI_BP_MKBInput_C_HandleRebind::CallFunc_GetAxisStaticVariables_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, CallFunc_UpdateActionMapping_Success) == 0x000070, "Member 'UI_BP_MKBInput_C_HandleRebind::CallFunc_UpdateActionMapping_Success' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, CallFunc_UpdateActionMapping_ConflictingActions) == 0x000078, "Member 'UI_BP_MKBInput_C_HandleRebind::CallFunc_UpdateActionMapping_ConflictingActions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, CallFunc_UpdateActionMapping_ConflictingAxes) == 0x000088, "Member 'UI_BP_MKBInput_C_HandleRebind::CallFunc_UpdateActionMapping_ConflictingAxes' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000098, "Member 'UI_BP_MKBInput_C_HandleRebind::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, CallFunc_GetCurrentAxisRowAxis_Scale_Scale) == 0x0000A0, "Member 'UI_BP_MKBInput_C_HandleRebind::CallFunc_GetCurrentAxisRowAxis_Scale_Scale' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, K2Node_MakeStruct_InputAxisKeyMapping) == 0x0000A8, "Member 'UI_BP_MKBInput_C_HandleRebind::K2Node_MakeStruct_InputAxisKeyMapping' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, CallFunc_CorrectInputAxisKeyIfNeeded_OutInputAxisMapping) == 0x0000E0, "Member 'UI_BP_MKBInput_C_HandleRebind::CallFunc_CorrectInputAxisKeyIfNeeded_OutInputAxisMapping' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, CallFunc_UpdateAxisMapping_Success) == 0x000118, "Member 'UI_BP_MKBInput_C_HandleRebind::CallFunc_UpdateAxisMapping_Success' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, CallFunc_UpdateAxisMapping_ConflictingInputActions) == 0x000120, "Member 'UI_BP_MKBInput_C_HandleRebind::CallFunc_UpdateAxisMapping_ConflictingInputActions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_HandleRebind, CallFunc_UpdateAxisMapping_ConflictingInputAxes) == 0x000130, "Member 'UI_BP_MKBInput_C_HandleRebind::CallFunc_UpdateAxisMapping_ConflictingInputAxes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_C_ShowConflictUI \ static_assert(alignof(UI_BP_MKBInput_C_ShowConflictUI) == 0x000008, "Wrong alignment on UI_BP_MKBInput_C_ShowConflictUI"); \ static_assert(sizeof(UI_BP_MKBInput_C_ShowConflictUI) == 0x000318, "Wrong size on UI_BP_MKBInput_C_ShowConflictUI"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, Key) == 0x000000, "Member 'UI_BP_MKBInput_C_ShowConflictUI::Key' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, ConflictingActions) == 0x000018, "Member 'UI_BP_MKBInput_C_ShowConflictUI::ConflictingActions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, ConflictingAxes) == 0x000028, "Member 'UI_BP_MKBInput_C_ShowConflictUI::ConflictingAxes' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, ConflictingActionLocKey) == 0x000038, "Member 'UI_BP_MKBInput_C_ShowConflictUI::ConflictingActionLocKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Create_ReturnValue) == 0x000048, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Create_ReturnValue_1) == 0x000050, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, Temp_int_Array_Index_Variable) == 0x000058, "Member 'UI_BP_MKBInput_C_ShowConflictUI::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'UI_BP_MKBInput_C_ShowConflictUI::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, Temp_string_Variable) == 0x000068, "Member 'UI_BP_MKBInput_C_ShowConflictUI::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, Temp_int_Loop_Counter_Variable_1) == 0x000078, "Member 'UI_BP_MKBInput_C_ShowConflictUI::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Add_IntInt_ReturnValue_1) == 0x00007C, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, Temp_int_Array_Index_Variable_1) == 0x000080, "Member 'UI_BP_MKBInput_C_ShowConflictUI::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, Temp_string_Variable_1) == 0x000088, "Member 'UI_BP_MKBInput_C_ShowConflictUI::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_AVATranslate_ReturnValue) == 0x000098, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Array_Add_ReturnValue) == 0x0000B0, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Array_Add_ReturnValue_1) == 0x0000B4, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, Temp_bool_Variable) == 0x0000B8, "Member 'UI_BP_MKBInput_C_ShowConflictUI::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, Temp_string_Variable_2) == 0x0000C0, "Member 'UI_BP_MKBInput_C_ShowConflictUI::Temp_string_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, Temp_bool_Variable_1) == 0x0000D0, "Member 'UI_BP_MKBInput_C_ShowConflictUI::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_AVATranslate_ReturnValue_1) == 0x0000D8, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_AVATranslate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x0000F0, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_AddChildToVerticalBox_ReturnValue_1) == 0x0000F8, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_AddChildToVerticalBox_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Array_Get_Item) == 0x000100, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000138, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000139, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Array_Contains_ReturnValue) == 0x00013A, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, K2Node_Select_Default) == 0x000140, "Member 'UI_BP_MKBInput_C_ShowConflictUI::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Conv_NameToString_ReturnValue) == 0x000150, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, K2Node_Select_Default_1) == 0x000160, "Member 'UI_BP_MKBInput_C_ShowConflictUI::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Concat_StrStr_ReturnValue) == 0x000170, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Array_Length_ReturnValue) == 0x000180, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000188, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Less_IntInt_ReturnValue) == 0x000198, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Array_Length_ReturnValue_1) == 0x00019C, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001A0, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Array_Get_Item_1) == 0x0001A8, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Array_Length_ReturnValue_2) == 0x0001E0, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Conv_NameToString_ReturnValue_1) == 0x0001E8, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001F8, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000200, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_KeyToString_ReturnValue) == 0x000210, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_KeyToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000220, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_AVATranslate_ReturnValue_2) == 0x000230, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_AVATranslate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, K2Node_MakeStruct_FormatArgumentData) == 0x000248, "Member 'UI_BP_MKBInput_C_ShowConflictUI::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, K2Node_MakeStruct_FormatArgumentData_1) == 0x000288, "Member 'UI_BP_MKBInput_C_ShowConflictUI::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, K2Node_MakeArray_Array) == 0x0002C8, "Member 'UI_BP_MKBInput_C_ShowConflictUI::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, K2Node_MakeArray_Array_1) == 0x0002D8, "Member 'UI_BP_MKBInput_C_ShowConflictUI::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Format_ReturnValue) == 0x0002E8, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ShowConflictUI, CallFunc_Format_ReturnValue_1) == 0x000300, "Member 'UI_BP_MKBInput_C_ShowConflictUI::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_C_Is_Key_for_Action \ static_assert(alignof(UI_BP_MKBInput_C_Is_Key_for_Action) == 0x000008, "Wrong alignment on UI_BP_MKBInput_C_Is_Key_for_Action"); \ static_assert(sizeof(UI_BP_MKBInput_C_Is_Key_for_Action) == 0x0000A8, "Wrong size on UI_BP_MKBInput_C_Is_Key_for_Action"); \ static_assert(offsetof(UI_BP_MKBInput_C_Is_Key_for_Action, Key) == 0x000000, "Member 'UI_BP_MKBInput_C_Is_Key_for_Action::Key' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_Is_Key_for_Action, ActionName) == 0x000018, "Member 'UI_BP_MKBInput_C_Is_Key_for_Action::ActionName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_Is_Key_for_Action, RetVal) == 0x000020, "Member 'UI_BP_MKBInput_C_Is_Key_for_Action::RetVal' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_Is_Key_for_Action, CallFunc_GetActionMappingByName_OutMappings) == 0x000028, "Member 'UI_BP_MKBInput_C_Is_Key_for_Action::CallFunc_GetActionMappingByName_OutMappings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_Is_Key_for_Action, CallFunc_KeyToString_ReturnValue) == 0x000038, "Member 'UI_BP_MKBInput_C_Is_Key_for_Action::CallFunc_KeyToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_Is_Key_for_Action, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'UI_BP_MKBInput_C_Is_Key_for_Action::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_Is_Key_for_Action, Temp_int_Array_Index_Variable) == 0x00004C, "Member 'UI_BP_MKBInput_C_Is_Key_for_Action::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_Is_Key_for_Action, CallFunc_Array_Get_Item) == 0x000050, "Member 'UI_BP_MKBInput_C_Is_Key_for_Action::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_Is_Key_for_Action, CallFunc_KeyToString_ReturnValue_1) == 0x000088, "Member 'UI_BP_MKBInput_C_Is_Key_for_Action::CallFunc_KeyToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_Is_Key_for_Action, Temp_int_Loop_Counter_Variable) == 0x000098, "Member 'UI_BP_MKBInput_C_Is_Key_for_Action::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_Is_Key_for_Action, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x00009C, "Member 'UI_BP_MKBInput_C_Is_Key_for_Action::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_Is_Key_for_Action, CallFunc_Less_IntInt_ReturnValue) == 0x00009D, "Member 'UI_BP_MKBInput_C_Is_Key_for_Action::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_Is_Key_for_Action, CallFunc_Add_IntInt_ReturnValue) == 0x0000A0, "Member 'UI_BP_MKBInput_C_Is_Key_for_Action::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_C_ConfirmCachedConflicts \ static_assert(alignof(UI_BP_MKBInput_C_ConfirmCachedConflicts) == 0x000008, "Wrong alignment on UI_BP_MKBInput_C_ConfirmCachedConflicts"); \ static_assert(sizeof(UI_BP_MKBInput_C_ConfirmCachedConflicts) == 0x0000A8, "Wrong size on UI_BP_MKBInput_C_ConfirmCachedConflicts"); \ static_assert(offsetof(UI_BP_MKBInput_C_ConfirmCachedConflicts, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'UI_BP_MKBInput_C_ConfirmCachedConflicts::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ConfirmCachedConflicts, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'UI_BP_MKBInput_C_ConfirmCachedConflicts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ConfirmCachedConflicts, Temp_int_Array_Index_Variable) == 0x000008, "Member 'UI_BP_MKBInput_C_ConfirmCachedConflicts::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ConfirmCachedConflicts, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'UI_BP_MKBInput_C_ConfirmCachedConflicts::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ConfirmCachedConflicts, CallFunc_SaveInputConfig_ReturnValue) == 0x000010, "Member 'UI_BP_MKBInput_C_ConfirmCachedConflicts::CallFunc_SaveInputConfig_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ConfirmCachedConflicts, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'UI_BP_MKBInput_C_ConfirmCachedConflicts::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ConfirmCachedConflicts, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'UI_BP_MKBInput_C_ConfirmCachedConflicts::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ConfirmCachedConflicts, CallFunc_SetMKBAction_ReturnValue) == 0x00001C, "Member 'UI_BP_MKBInput_C_ConfirmCachedConflicts::CallFunc_SetMKBAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ConfirmCachedConflicts, CallFunc_Array_Get_Item) == 0x000020, "Member 'UI_BP_MKBInput_C_ConfirmCachedConflicts::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ConfirmCachedConflicts, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'UI_BP_MKBInput_C_ConfirmCachedConflicts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ConfirmCachedConflicts, CallFunc_UnbindMKBAxis_ReturnValue) == 0x00005C, "Member 'UI_BP_MKBInput_C_ConfirmCachedConflicts::CallFunc_UnbindMKBAxis_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ConfirmCachedConflicts, CallFunc_Less_IntInt_ReturnValue) == 0x00005D, "Member 'UI_BP_MKBInput_C_ConfirmCachedConflicts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ConfirmCachedConflicts, CallFunc_SetMKBAxis_ReturnValue) == 0x00005E, "Member 'UI_BP_MKBInput_C_ConfirmCachedConflicts::CallFunc_SetMKBAxis_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ConfirmCachedConflicts, CallFunc_Array_Length_ReturnValue_1) == 0x000060, "Member 'UI_BP_MKBInput_C_ConfirmCachedConflicts::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ConfirmCachedConflicts, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'UI_BP_MKBInput_C_ConfirmCachedConflicts::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ConfirmCachedConflicts, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_MKBInput_C_ConfirmCachedConflicts::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_ConfirmCachedConflicts, CallFunc_UnbindMKBAction_ReturnValue) == 0x0000A1, "Member 'UI_BP_MKBInput_C_ConfirmCachedConflicts::CallFunc_UnbindMKBAction_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_C_GetActionStaticVariables \ static_assert(alignof(UI_BP_MKBInput_C_GetActionStaticVariables) == 0x000008, "Wrong alignment on UI_BP_MKBInput_C_GetActionStaticVariables"); \ static_assert(sizeof(UI_BP_MKBInput_C_GetActionStaticVariables) == 0x000078, "Wrong size on UI_BP_MKBInput_C_GetActionStaticVariables"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetActionStaticVariables, InActionName) == 0x000000, "Member 'UI_BP_MKBInput_C_GetActionStaticVariables::InActionName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetActionStaticVariables, GroupName) == 0x000008, "Member 'UI_BP_MKBInput_C_GetActionStaticVariables::GroupName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetActionStaticVariables, ReturnValue) == 0x000010, "Member 'UI_BP_MKBInput_C_GetActionStaticVariables::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetActionStaticVariables, CallFunc_GetActionMappingByName_OutMappings) == 0x000018, "Member 'UI_BP_MKBInput_C_GetActionStaticVariables::CallFunc_GetActionMappingByName_OutMappings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetActionStaticVariables, Temp_int_Array_Index_Variable) == 0x000028, "Member 'UI_BP_MKBInput_C_GetActionStaticVariables::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetActionStaticVariables, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'UI_BP_MKBInput_C_GetActionStaticVariables::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetActionStaticVariables, CallFunc_Array_Get_Item) == 0x000030, "Member 'UI_BP_MKBInput_C_GetActionStaticVariables::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetActionStaticVariables, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'UI_BP_MKBInput_C_GetActionStaticVariables::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetActionStaticVariables, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'UI_BP_MKBInput_C_GetActionStaticVariables::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetActionStaticVariables, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'UI_BP_MKBInput_C_GetActionStaticVariables::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_C_GetAxisStaticVariables \ static_assert(alignof(UI_BP_MKBInput_C_GetAxisStaticVariables) == 0x000008, "Wrong alignment on UI_BP_MKBInput_C_GetAxisStaticVariables"); \ static_assert(sizeof(UI_BP_MKBInput_C_GetAxisStaticVariables) == 0x000078, "Wrong size on UI_BP_MKBInput_C_GetAxisStaticVariables"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetAxisStaticVariables, InAxisName) == 0x000000, "Member 'UI_BP_MKBInput_C_GetAxisStaticVariables::InAxisName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetAxisStaticVariables, GroupName) == 0x000008, "Member 'UI_BP_MKBInput_C_GetAxisStaticVariables::GroupName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetAxisStaticVariables, ReturnValue) == 0x000010, "Member 'UI_BP_MKBInput_C_GetAxisStaticVariables::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetAxisStaticVariables, CallFunc_GetAxisMappingByName_OutMappings) == 0x000018, "Member 'UI_BP_MKBInput_C_GetAxisStaticVariables::CallFunc_GetAxisMappingByName_OutMappings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetAxisStaticVariables, Temp_int_Array_Index_Variable) == 0x000028, "Member 'UI_BP_MKBInput_C_GetAxisStaticVariables::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetAxisStaticVariables, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'UI_BP_MKBInput_C_GetAxisStaticVariables::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetAxisStaticVariables, CallFunc_Array_Get_Item) == 0x000030, "Member 'UI_BP_MKBInput_C_GetAxisStaticVariables::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetAxisStaticVariables, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'UI_BP_MKBInput_C_GetAxisStaticVariables::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetAxisStaticVariables, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'UI_BP_MKBInput_C_GetAxisStaticVariables::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GetAxisStaticVariables, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'UI_BP_MKBInput_C_GetAxisStaticVariables::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MKBInput_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_MKBInput_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_MKBInput_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_MKBInput_C_GatherMenuReaderStrings) == 0x000318, "Wrong size on UI_BP_MKBInput_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, Temp_int_Array_Index_Variable) == 0x000038, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000060, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000070, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x000088, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000B0, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0000C0, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x0000D8, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0000E0, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000F0, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000F4, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x0000F8, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_4) == 0x000100, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x000118, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item) == 0x000128, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x000130, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000138, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Array_Length_ReturnValue) == 0x000148, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Less_IntInt_ReturnValue) == 0x00014C, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_5) == 0x000150, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_6) == 0x000168, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_5) == 0x000180, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_6) == 0x000190, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_5) == 0x0001A0, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_6) == 0x0001A4, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_7) == 0x0001A8, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_8) == 0x0001C0, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_7) == 0x0001D8, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_8) == 0x0001E8, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_7) == 0x0001F8, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_8) == 0x0001FC, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_9) == 0x000200, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_10) == 0x000218, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_9) == 0x000230, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_10) == 0x000240, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_9) == 0x000250, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_10) == 0x000254, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_11) == 0x000258, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_11) == 0x000270, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_11) == 0x000280, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_12) == 0x000288, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_12) == 0x0002A0, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_13) == 0x0002B0, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_12) == 0x0002C8, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_13) == 0x0002D0, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_13) == 0x0002E0, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_14) == 0x0002E8, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_14) == 0x000300, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x000310, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MKBInput_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_14) == 0x000314, "Member 'UI_BP_MKBInput_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_14' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MKBInput_C \ static_assert(alignof(UUI_BP_MKBInput_C) == 0x000008, "Wrong alignment on UUI_BP_MKBInput_C"); \ static_assert(sizeof(UUI_BP_MKBInput_C) == 0x0004B8, "Wrong size on UUI_BP_MKBInput_C"); \ static_assert(offsetof(UUI_BP_MKBInput_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_MKBInput_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, CancelCallout) == 0x000330, "Member 'UUI_BP_MKBInput_C::CancelCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, CancelCallout_MenuLMB) == 0x000338, "Member 'UUI_BP_MKBInput_C::CancelCallout_MenuLMB' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, CancelRebindCallout) == 0x000340, "Member 'UUI_BP_MKBInput_C::CancelRebindCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, CancelRebindText) == 0x000348, "Member 'UUI_BP_MKBInput_C::CancelRebindText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, CancelText) == 0x000350, "Member 'UUI_BP_MKBInput_C::CancelText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, CancelText_MenuLMB) == 0x000358, "Member 'UUI_BP_MKBInput_C::CancelText_MenuLMB' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, ConfirmCallout) == 0x000360, "Member 'UUI_BP_MKBInput_C::ConfirmCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, ConfirmText) == 0x000368, "Member 'UUI_BP_MKBInput_C::ConfirmText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, ConflictList) == 0x000370, "Member 'UUI_BP_MKBInput_C::ConflictList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, ConflictsText_MenuLMB) == 0x000378, "Member 'UUI_BP_MKBInput_C::ConflictsText_MenuLMB' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, ConflictsText_Multiple) == 0x000380, "Member 'UUI_BP_MKBInput_C::ConflictsText_Multiple' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, ConflictTitle) == 0x000388, "Member 'UUI_BP_MKBInput_C::ConflictTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, ContentSwitcher) == 0x000390, "Member 'UUI_BP_MKBInput_C::ContentSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, InputBlockerPanel) == 0x000398, "Member 'UUI_BP_MKBInput_C::InputBlockerPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, panelBack) == 0x0003A0, "Member 'UUI_BP_MKBInput_C::panelBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, RebindTitle) == 0x0003A8, "Member 'UUI_BP_MKBInput_C::RebindTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, RetryCallout) == 0x0003B0, "Member 'UUI_BP_MKBInput_C::RetryCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, RetryCallout_MenuLMB) == 0x0003B8, "Member 'UUI_BP_MKBInput_C::RetryCallout_MenuLMB' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, RetryText) == 0x0003C0, "Member 'UUI_BP_MKBInput_C::RetryText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, RetryText_MenuLMB) == 0x0003C8, "Member 'UUI_BP_MKBInput_C::RetryText_MenuLMB' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, ForbiddenKeys) == 0x0003D0, "Member 'UUI_BP_MKBInput_C::ForbiddenKeys' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, OneDirectionalAxes) == 0x0003E0, "Member 'UUI_BP_MKBInput_C::OneDirectionalAxes' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, Parent) == 0x0003F0, "Member 'UUI_BP_MKBInput_C::Parent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, CurrentActionRow) == 0x0003F8, "Member 'UUI_BP_MKBInput_C::CurrentActionRow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, CurrentAxisRow) == 0x000400, "Member 'UUI_BP_MKBInput_C::CurrentAxisRow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, RebindIsPrimary) == 0x000408, "Member 'UUI_BP_MKBInput_C::RebindIsPrimary' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, IsWaitingForInputForRebind) == 0x000409, "Member 'UUI_BP_MKBInput_C::IsWaitingForInputForRebind' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, CachedConflictingActions) == 0x000410, "Member 'UUI_BP_MKBInput_C::CachedConflictingActions' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, CachedConflictingAxes) == 0x000420, "Member 'UUI_BP_MKBInput_C::CachedConflictingAxes' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, CachedQueuedActionMapping) == 0x000430, "Member 'UUI_BP_MKBInput_C::CachedQueuedActionMapping' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, CachedQueuedAxisMapping) == 0x000468, "Member 'UUI_BP_MKBInput_C::CachedQueuedAxisMapping' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, CachedQueuedMappingIsAxis) == 0x0004A0, "Member 'UUI_BP_MKBInput_C::CachedQueuedMappingIsAxis' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MKBInput_C, CachedConflictItems) == 0x0004A8, "Member 'UUI_BP_MKBInput_C::CachedConflictItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad) == 0x000008, "Wrong alignment on UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad) == 0x0002B0, "Wrong size on UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, EntryPoint) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetUIManagerPure_ReturnValue) == 0x000008, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetInMenuTransition_ReturnValue) == 0x000010, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetInMenuTransition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, Temp_bool_Variable) == 0x000034, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_CreateDelegate_OutputDelegate_2) == 0x000038, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, Temp_byte_Variable) == 0x000048, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, Temp_byte_Variable_1) == 0x000049, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_CreateDelegate_OutputDelegate_3) == 0x00004C, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, Temp_int_Array_Index_Variable) == 0x00005C, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_HermesBindEvent_Handle) == 0x000060, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_Event_Parent) == 0x000070, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_ComponentBoundEvent_Button_5) == 0x000078, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_ComponentBoundEvent_Button_4) == 0x000080, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_ComponentBoundEvent_Button_3) == 0x000088, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_ComponentBoundEvent_Button_2) == 0x000090, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_ComponentBoundEvent_Button_1) == 0x000098, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetPlatformName_ReturnValue) == 0x0000A0, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_SwitchString_CmpSuccess) == 0x0000B0, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_RestartFromLastSave_ReturnValue) == 0x0000B1, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_RestartFromLastSave_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_Event_IntroType) == 0x0000B4, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_Event_IntroDuration) == 0x0000B8, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000BC, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_PlayAnimation_ReturnValue) == 0x0000C0, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_Event_OutroType) == 0x0000C8, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_Event_OutroDuration) == 0x0000CC, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0000D0, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000D8, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_CustomEvent_Button_1) == 0x0000E0, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_CustomEvent_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_Array_Get_Item) == 0x0000E8, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_Array_Length_ReturnValue) == 0x0000F0, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_Concat_StrStr_ReturnValue) == 0x0000F8, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_CustomEvent_Button) == 0x000108, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_CustomEvent_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_CreateDelegate_OutputDelegate_4) == 0x000110, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_Event_MyGeometry) == 0x000120, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_Event_InDeltaTime) == 0x000158, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_ComponentBoundEvent_Button) == 0x000160, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_Get_ReturnValue) == 0x000168, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_MakeArray_Array) == 0x000170, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_CustomEvent_PopupScreen_2) == 0x000180, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_CustomEvent_PopupScreen_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_CustomEvent_CompletionActionIndex_2) == 0x000188, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_CustomEvent_CompletionActionIndex_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_SwitchInteger_CmpSuccess) == 0x00018C, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_PostEventAtLocation_ReturnValue) == 0x000190, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000194, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetSaveWarningString_SaveWarning) == 0x000198, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetSaveWarningString_SaveWarning' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_ShowYesNoPopup_ReturnValue) == 0x0001A8, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_ShowYesNoPopup_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, Temp_int_Loop_Counter_Variable) == 0x0001B0, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0001B8, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_Less_IntInt_ReturnValue) == 0x0001C0, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_Add_IntInt_ReturnValue) == 0x0001C4, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_PlayAnimationForward_ReturnValue) == 0x0001C8, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x0001D0, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetSaveWarningString_SaveWarning_1) == 0x0001D8, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetSaveWarningString_SaveWarning_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_CustomEvent_PopupScreen_1) == 0x0001E8, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_CustomEvent_PopupScreen_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_CustomEvent_CompletionActionIndex_1) == 0x0001F0, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_CustomEvent_CompletionActionIndex_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_ShowYesNoPopup_ReturnValue_1) == 0x0001F8, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_ShowYesNoPopup_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_SwitchInteger_CmpSuccess_1) == 0x000200, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000204, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x000208, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_Get_ReturnValue_1) == 0x000210, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_CustomEvent_PopupScreen) == 0x000218, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_CustomEvent_PopupScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_CustomEvent_CompletionActionIndex) == 0x000220, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_CustomEvent_CompletionActionIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_PostEventAtLocation_ReturnValue_4) == 0x000224, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_PostEventAtLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_SwitchInteger_CmpSuccess_2) == 0x000228, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_SwitchInteger_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_PostEventAtLocation_ReturnValue_5) == 0x00022C, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_PostEventAtLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetSaveWarningString_SaveWarning_2) == 0x000230, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetSaveWarningString_SaveWarning_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_ShowYesNoPopup_ReturnValue_2) == 0x000240, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_ShowYesNoPopup_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000248, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_Select_Default) == 0x000249, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_CreateDelegate_OutputDelegate_5) == 0x00024C, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetUIManagerPure_ReturnValue_2) == 0x000260, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetUIManagerPure_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, K2Node_CustomEvent_Caller) == 0x000268, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetUIManagerPure_ReturnValue_3) == 0x000270, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetUIManagerPure_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetUIManagerPure_ReturnValue_4) == 0x000278, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetUIManagerPure_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetInMenuTransition_ReturnValue_1) == 0x000280, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetInMenuTransition_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetInMenuTransition_ReturnValue_2) == 0x000281, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetInMenuTransition_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetUIManagerPure_ReturnValue_5) == 0x000288, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetUIManagerPure_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetUIManagerPure_ReturnValue_6) == 0x000290, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetUIManagerPure_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetInMenuTransition_ReturnValue_3) == 0x000298, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetInMenuTransition_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetInMenuTransition_ReturnValue_4) == 0x000299, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetInMenuTransition_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetUIManagerPure_ReturnValue_7) == 0x0002A0, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetUIManagerPure_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad, CallFunc_GetInMenuTransition_ReturnValue_5) == 0x0002A8, "Member 'UI_BP_Settings_SaveLoad_C_ExecuteUbergraph_UI_BP_Settings_SaveLoad::CallFunc_GetInMenuTransition_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_LoadSaveGameFailed \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_LoadSaveGameFailed) == 0x000008, "Wrong alignment on UI_BP_Settings_SaveLoad_C_LoadSaveGameFailed"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_LoadSaveGameFailed) == 0x000008, "Wrong size on UI_BP_Settings_SaveLoad_C_LoadSaveGameFailed"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_LoadSaveGameFailed, Caller) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_LoadSaveGameFailed::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_OnRestartPopupClosed \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_OnRestartPopupClosed) == 0x000008, "Wrong alignment on UI_BP_Settings_SaveLoad_C_OnRestartPopupClosed"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_OnRestartPopupClosed) == 0x000010, "Wrong size on UI_BP_Settings_SaveLoad_C_OnRestartPopupClosed"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_OnRestartPopupClosed, PopupScreen) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_OnRestartPopupClosed::PopupScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_OnRestartPopupClosed, CompletionActionIndex) == 0x000008, "Member 'UI_BP_Settings_SaveLoad_C_OnRestartPopupClosed::CompletionActionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_OnExitGamePopupClosed \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_OnExitGamePopupClosed) == 0x000008, "Wrong alignment on UI_BP_Settings_SaveLoad_C_OnExitGamePopupClosed"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_OnExitGamePopupClosed) == 0x000010, "Wrong size on UI_BP_Settings_SaveLoad_C_OnExitGamePopupClosed"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_OnExitGamePopupClosed, PopupScreen) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_OnExitGamePopupClosed::PopupScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_OnExitGamePopupClosed, CompletionActionIndex) == 0x000008, "Member 'UI_BP_Settings_SaveLoad_C_OnExitGamePopupClosed::CompletionActionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_OnSavePopup \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_OnSavePopup) == 0x000008, "Wrong alignment on UI_BP_Settings_SaveLoad_C_OnSavePopup"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_OnSavePopup) == 0x000010, "Wrong size on UI_BP_Settings_SaveLoad_C_OnSavePopup"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_OnSavePopup, PopupScreen) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_OnSavePopup::PopupScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_OnSavePopup, CompletionActionIndex) == 0x000008, "Member 'UI_BP_Settings_SaveLoad_C_OnSavePopup::CompletionActionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_BndEvt__UI_BP_Settings_SaveLoad_button_save_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_BndEvt__UI_BP_Settings_SaveLoad_button_save_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_SaveLoad_C_BndEvt__UI_BP_Settings_SaveLoad_button_save_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_BndEvt__UI_BP_Settings_SaveLoad_button_save_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_SaveLoad_C_BndEvt__UI_BP_Settings_SaveLoad_button_save_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_BndEvt__UI_BP_Settings_SaveLoad_button_save_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_BndEvt__UI_BP_Settings_SaveLoad_button_save_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_Tick \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_Tick) == 0x000004, "Wrong alignment on UI_BP_Settings_SaveLoad_C_Tick"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_Tick) == 0x00003C, "Wrong size on UI_BP_Settings_SaveLoad_C_Tick"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_Settings_SaveLoad_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_MenuButtonUnhovered \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_MenuButtonUnhovered) == 0x000008, "Wrong alignment on UI_BP_Settings_SaveLoad_C_MenuButtonUnhovered"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_MenuButtonUnhovered) == 0x000008, "Wrong size on UI_BP_Settings_SaveLoad_C_MenuButtonUnhovered"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_MenuButtonUnhovered, Button) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_MenuButtonUnhovered::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_MenuButtonHovered \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_MenuButtonHovered) == 0x000008, "Wrong alignment on UI_BP_Settings_SaveLoad_C_MenuButtonHovered"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_MenuButtonHovered) == 0x000008, "Wrong size on UI_BP_Settings_SaveLoad_C_MenuButtonHovered"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_MenuButtonHovered, Button) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_MenuButtonHovered::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_OnOutroStarted \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_Settings_SaveLoad_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_Settings_SaveLoad_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_Settings_SaveLoad_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_OnIntroStarted \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_Settings_SaveLoad_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_Settings_SaveLoad_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_Settings_SaveLoad_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_BndEvt__button_hoverDrone_K2Node_ComponentBoundEvent_5_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_BndEvt__button_hoverDrone_K2Node_ComponentBoundEvent_5_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_SaveLoad_C_BndEvt__button_hoverDrone_K2Node_ComponentBoundEvent_5_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_BndEvt__button_hoverDrone_K2Node_ComponentBoundEvent_5_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_SaveLoad_C_BndEvt__button_hoverDrone_K2Node_ComponentBoundEvent_5_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_BndEvt__button_hoverDrone_K2Node_ComponentBoundEvent_5_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_BndEvt__button_hoverDrone_K2Node_ComponentBoundEvent_5_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_BndEvt__button_exit_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_BndEvt__button_exit_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_SaveLoad_C_BndEvt__button_exit_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_BndEvt__button_exit_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_SaveLoad_C_BndEvt__button_exit_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_BndEvt__button_exit_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_BndEvt__button_exit_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_BndEvt__button_exitToMain_K2Node_ComponentBoundEvent_3_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_BndEvt__button_exitToMain_K2Node_ComponentBoundEvent_3_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_SaveLoad_C_BndEvt__button_exitToMain_K2Node_ComponentBoundEvent_3_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_BndEvt__button_exitToMain_K2Node_ComponentBoundEvent_3_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_SaveLoad_C_BndEvt__button_exitToMain_K2Node_ComponentBoundEvent_3_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_BndEvt__button_exitToMain_K2Node_ComponentBoundEvent_3_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_BndEvt__button_exitToMain_K2Node_ComponentBoundEvent_3_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_BndEvt__button_load_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_BndEvt__button_load_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_SaveLoad_C_BndEvt__button_load_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_BndEvt__button_load_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_SaveLoad_C_BndEvt__button_load_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_BndEvt__button_load_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_BndEvt__button_load_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_BndEvt__button_restart_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_BndEvt__button_restart_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_SaveLoad_C_BndEvt__button_restart_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_BndEvt__button_restart_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_SaveLoad_C_BndEvt__button_restart_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_BndEvt__button_restart_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_BndEvt__button_restart_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_SetParent \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_SetParent) == 0x000008, "Wrong alignment on UI_BP_Settings_SaveLoad_C_SetParent"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_SetParent) == 0x000008, "Wrong size on UI_BP_Settings_SaveLoad_C_SetParent"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_SetParent, Parent) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_SaveLoad_C_GetAsyncWrapperRenderSize \ static_assert(alignof(UI_BP_Settings_SaveLoad_C_GetAsyncWrapperRenderSize) == 0x000004, "Wrong alignment on UI_BP_Settings_SaveLoad_C_GetAsyncWrapperRenderSize"); \ static_assert(sizeof(UI_BP_Settings_SaveLoad_C_GetAsyncWrapperRenderSize) == 0x000008, "Wrong size on UI_BP_Settings_SaveLoad_C_GetAsyncWrapperRenderSize"); \ static_assert(offsetof(UI_BP_Settings_SaveLoad_C_GetAsyncWrapperRenderSize, RenderSize) == 0x000000, "Member 'UI_BP_Settings_SaveLoad_C_GetAsyncWrapperRenderSize::RenderSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Settings_SaveLoad_C \ static_assert(alignof(UUI_BP_Settings_SaveLoad_C) == 0x000008, "Wrong alignment on UUI_BP_Settings_SaveLoad_C"); \ static_assert(sizeof(UUI_BP_Settings_SaveLoad_C) == 0x0004B0, "Wrong size on UUI_BP_Settings_SaveLoad_C"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, UberGraphFrame) == 0x000410, "Member 'UUI_BP_Settings_SaveLoad_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, hideDetails) == 0x000418, "Member 'UUI_BP_Settings_SaveLoad_C::hideDetails' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, showDetails) == 0x000420, "Member 'UUI_BP_Settings_SaveLoad_C::showDetails' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, ToLoadList) == 0x000428, "Member 'UUI_BP_Settings_SaveLoad_C::ToLoadList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, button_exit) == 0x000430, "Member 'UUI_BP_Settings_SaveLoad_C::button_exit' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, button_exitToMain) == 0x000438, "Member 'UUI_BP_Settings_SaveLoad_C::button_exitToMain' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, button_hoverDrone) == 0x000440, "Member 'UUI_BP_Settings_SaveLoad_C::button_hoverDrone' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, button_load) == 0x000448, "Member 'UUI_BP_Settings_SaveLoad_C::button_load' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, button_restart) == 0x000450, "Member 'UUI_BP_Settings_SaveLoad_C::button_restart' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, button_save) == 0x000458, "Member 'UUI_BP_Settings_SaveLoad_C::button_save' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, detailsPanel) == 0x000460, "Member 'UUI_BP_Settings_SaveLoad_C::detailsPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, scrollingTextTestButton) == 0x000468, "Member 'UUI_BP_Settings_SaveLoad_C::scrollingTextTestButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, ButtonArray) == 0x000470, "Member 'UUI_BP_Settings_SaveLoad_C::ButtonArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, isButtonHovered) == 0x000480, "Member 'UUI_BP_Settings_SaveLoad_C::isButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, CurrentHoverTime) == 0x000484, "Member 'UUI_BP_Settings_SaveLoad_C::CurrentHoverTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, RequiredHoverTime) == 0x000488, "Member 'UUI_BP_Settings_SaveLoad_C::RequiredHoverTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, isDetailsShowing) == 0x00048C, "Member 'UUI_BP_Settings_SaveLoad_C::isDetailsShowing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, HoveredButtonText) == 0x000490, "Member 'UUI_BP_Settings_SaveLoad_C::HoveredButtonText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_SaveLoad_C, RestartFromLastSaveFail) == 0x0004A0, "Member 'UUI_BP_Settings_SaveLoad_C::RestartFromLastSaveFail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar \ static_assert(alignof(UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar) == 0x000004, "Wrong alignment on UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar"); \ static_assert(sizeof(UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar) == 0x000060, "Wrong size on UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar"); \ static_assert(offsetof(UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar, EntryPoint) == 0x000000, "Member 'UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar, CallFunc_Less_FloatFloat_ReturnValue) == 0x000005, "Member 'UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000008, "Member 'UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00000C, "Member 'UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000010, "Member 'UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar, CallFunc_Lerp_ReturnValue) == 0x000014, "Member 'UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar, CallFunc_FFloor_ReturnValue) == 0x000018, "Member 'UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar, K2Node_Event_MyGeometry) == 0x00001C, "Member 'UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar, K2Node_Event_InDeltaTime) == 0x000054, "Member 'UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000058, "Member 'UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar, CallFunc_Add_FloatFloat_ReturnValue) == 0x00005C, "Member 'UI_BP_MoneyBar_C_ExecuteUbergraph_UI_BP_MoneyBar::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MoneyBar_C_Tick \ static_assert(alignof(UI_BP_MoneyBar_C_Tick) == 0x000004, "Wrong alignment on UI_BP_MoneyBar_C_Tick"); \ static_assert(sizeof(UI_BP_MoneyBar_C_Tick) == 0x00003C, "Wrong size on UI_BP_MoneyBar_C_Tick"); \ static_assert(offsetof(UI_BP_MoneyBar_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_MoneyBar_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_MoneyBar_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MoneyBar_C_PreConstruct \ static_assert(alignof(UI_BP_MoneyBar_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_MoneyBar_C_PreConstruct"); \ static_assert(sizeof(UI_BP_MoneyBar_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_MoneyBar_C_PreConstruct"); \ static_assert(offsetof(UI_BP_MoneyBar_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_MoneyBar_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MoneyBar_C_SetCurrentAmount \ static_assert(alignof(UI_BP_MoneyBar_C_SetCurrentAmount) == 0x000008, "Wrong alignment on UI_BP_MoneyBar_C_SetCurrentAmount"); \ static_assert(sizeof(UI_BP_MoneyBar_C_SetCurrentAmount) == 0x000020, "Wrong size on UI_BP_MoneyBar_C_SetCurrentAmount"); \ static_assert(offsetof(UI_BP_MoneyBar_C_SetCurrentAmount, Amount) == 0x000000, "Member 'UI_BP_MoneyBar_C_SetCurrentAmount::Amount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_SetCurrentAmount, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'UI_BP_MoneyBar_C_SetCurrentAmount::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MoneyBar_C_AnimateToNewAmount \ static_assert(alignof(UI_BP_MoneyBar_C_AnimateToNewAmount) == 0x000004, "Wrong alignment on UI_BP_MoneyBar_C_AnimateToNewAmount"); \ static_assert(sizeof(UI_BP_MoneyBar_C_AnimateToNewAmount) == 0x000008, "Wrong size on UI_BP_MoneyBar_C_AnimateToNewAmount"); \ static_assert(offsetof(UI_BP_MoneyBar_C_AnimateToNewAmount, Amount) == 0x000000, "Member 'UI_BP_MoneyBar_C_AnimateToNewAmount::Amount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_AnimateToNewAmount, CallFunc_Less_FloatFloat_ReturnValue) == 0x000004, "Member 'UI_BP_MoneyBar_C_AnimateToNewAmount::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MoneyBar_C_DisplayMoney \ static_assert(alignof(UI_BP_MoneyBar_C_DisplayMoney) == 0x000004, "Wrong alignment on UI_BP_MoneyBar_C_DisplayMoney"); \ static_assert(sizeof(UI_BP_MoneyBar_C_DisplayMoney) == 0x00000C, "Wrong size on UI_BP_MoneyBar_C_DisplayMoney"); \ static_assert(offsetof(UI_BP_MoneyBar_C_DisplayMoney, Character) == 0x000000, "Member 'UI_BP_MoneyBar_C_DisplayMoney::Character' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_DisplayMoney, CallFunc_GetMoney_Money) == 0x000008, "Member 'UI_BP_MoneyBar_C_DisplayMoney::CallFunc_GetMoney_Money' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MoneyBar_C_DisplayCost \ static_assert(alignof(UI_BP_MoneyBar_C_DisplayCost) == 0x000004, "Wrong alignment on UI_BP_MoneyBar_C_DisplayCost"); \ static_assert(sizeof(UI_BP_MoneyBar_C_DisplayCost) == 0x000004, "Wrong size on UI_BP_MoneyBar_C_DisplayCost"); \ static_assert(offsetof(UI_BP_MoneyBar_C_DisplayCost, newCost) == 0x000000, "Member 'UI_BP_MoneyBar_C_DisplayCost::newCost' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MoneyBar_C_DisplayCostColor \ static_assert(alignof(UI_BP_MoneyBar_C_DisplayCostColor) == 0x000008, "Wrong alignment on UI_BP_MoneyBar_C_DisplayCostColor"); \ static_assert(sizeof(UI_BP_MoneyBar_C_DisplayCostColor) == 0x000058, "Wrong size on UI_BP_MoneyBar_C_DisplayCostColor"); \ static_assert(offsetof(UI_BP_MoneyBar_C_DisplayCostColor, canAffordItem) == 0x000000, "Member 'UI_BP_MoneyBar_C_DisplayCostColor::canAffordItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_DisplayCostColor, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'UI_BP_MoneyBar_C_DisplayCostColor::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_DisplayCostColor, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'UI_BP_MoneyBar_C_DisplayCostColor::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MoneyBar_C_DisplayTotalWorth \ static_assert(alignof(UI_BP_MoneyBar_C_DisplayTotalWorth) == 0x000004, "Wrong alignment on UI_BP_MoneyBar_C_DisplayTotalWorth"); \ static_assert(sizeof(UI_BP_MoneyBar_C_DisplayTotalWorth) == 0x00000C, "Wrong size on UI_BP_MoneyBar_C_DisplayTotalWorth"); \ static_assert(offsetof(UI_BP_MoneyBar_C_DisplayTotalWorth, Character) == 0x000000, "Member 'UI_BP_MoneyBar_C_DisplayTotalWorth::Character' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_DisplayTotalWorth, CallFunc_GetInventorySellPriceBP_ReturnValue) == 0x000008, "Member 'UI_BP_MoneyBar_C_DisplayTotalWorth::CallFunc_GetInventorySellPriceBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MoneyBar_C_ResetFields \ static_assert(alignof(UI_BP_MoneyBar_C_ResetFields) == 0x000008, "Wrong alignment on UI_BP_MoneyBar_C_ResetFields"); \ static_assert(sizeof(UI_BP_MoneyBar_C_ResetFields) == 0x000028, "Wrong size on UI_BP_MoneyBar_C_ResetFields"); \ static_assert(offsetof(UI_BP_MoneyBar_C_ResetFields, K2Node_MakeStruct_SlateColor) == 0x000000, "Member 'UI_BP_MoneyBar_C_ResetFields::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MoneyBar_C_GetContainerVisibility \ static_assert(alignof(UI_BP_MoneyBar_C_GetContainerVisibility) == 0x000004, "Wrong alignment on UI_BP_MoneyBar_C_GetContainerVisibility"); \ static_assert(sizeof(UI_BP_MoneyBar_C_GetContainerVisibility) == 0x00000C, "Wrong size on UI_BP_MoneyBar_C_GetContainerVisibility"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GetContainerVisibility, CoinAmount) == 0x000000, "Member 'UI_BP_MoneyBar_C_GetContainerVisibility::CoinAmount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GetContainerVisibility, Visibility_0) == 0x000004, "Member 'UI_BP_MoneyBar_C_GetContainerVisibility::Visibility_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GetContainerVisibility, Temp_bool_Variable) == 0x000005, "Member 'UI_BP_MoneyBar_C_GetContainerVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GetContainerVisibility, CallFunc_Greater_IntInt_ReturnValue) == 0x000006, "Member 'UI_BP_MoneyBar_C_GetContainerVisibility::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GetContainerVisibility, Temp_byte_Variable) == 0x000007, "Member 'UI_BP_MoneyBar_C_GetContainerVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GetContainerVisibility, Temp_byte_Variable_1) == 0x000008, "Member 'UI_BP_MoneyBar_C_GetContainerVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GetContainerVisibility, CallFunc_BooleanOR_ReturnValue) == 0x000009, "Member 'UI_BP_MoneyBar_C_GetContainerVisibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GetContainerVisibility, K2Node_Select_Default) == 0x00000A, "Member 'UI_BP_MoneyBar_C_GetContainerVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MoneyBar_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_MoneyBar_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_MoneyBar_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_MoneyBar_C_GatherMenuReaderStrings) == 0x000088, "Wrong size on UI_BP_MoneyBar_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_MoneyBar_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_MoneyBar_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_MoneyBar_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GatherMenuReaderStrings, Temp_string_Variable) == 0x000028, "Member 'UI_BP_MoneyBar_C_GatherMenuReaderStrings::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000038, "Member 'UI_BP_MoneyBar_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000048, "Member 'UI_BP_MoneyBar_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000050, "Member 'UI_BP_MoneyBar_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000068, "Member 'UI_BP_MoneyBar_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000070, "Member 'UI_BP_MoneyBar_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000080, "Member 'UI_BP_MoneyBar_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyBar_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000084, "Member 'UI_BP_MoneyBar_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MoneyBar_C \ static_assert(alignof(UUI_BP_MoneyBar_C) == 0x000008, "Wrong alignment on UUI_BP_MoneyBar_C"); \ static_assert(sizeof(UUI_BP_MoneyBar_C) == 0x000380, "Wrong size on UUI_BP_MoneyBar_C"); \ static_assert(offsetof(UUI_BP_MoneyBar_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_MoneyBar_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyBar_C, GalleonsBox) == 0x000330, "Member 'UUI_BP_MoneyBar_C::GalleonsBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyBar_C, GalleonsImage) == 0x000338, "Member 'UUI_BP_MoneyBar_C::GalleonsImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyBar_C, GalleonsText) == 0x000340, "Member 'UUI_BP_MoneyBar_C::GalleonsText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyBar_C, Image_ItemValueBox) == 0x000348, "Member 'UUI_BP_MoneyBar_C::Image_ItemValueBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyBar_C, isOnPaper) == 0x000350, "Member 'UUI_BP_MoneyBar_C::isOnPaper' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyBar_C, CurrentAmount) == 0x000354, "Member 'UUI_BP_MoneyBar_C::CurrentAmount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyBar_C, CurrentGalleons) == 0x000358, "Member 'UUI_BP_MoneyBar_C::CurrentGalleons' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyBar_C, CurrentSickles) == 0x00035C, "Member 'UUI_BP_MoneyBar_C::CurrentSickles' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyBar_C, CurrentKnuts) == 0x000360, "Member 'UUI_BP_MoneyBar_C::CurrentKnuts' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyBar_C, NextAmount) == 0x000364, "Member 'UUI_BP_MoneyBar_C::NextAmount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyBar_C, NextGalleons) == 0x000368, "Member 'UUI_BP_MoneyBar_C::NextGalleons' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyBar_C, NextSickles) == 0x00036C, "Member 'UUI_BP_MoneyBar_C::NextSickles' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyBar_C, NextKnuts) == 0x000370, "Member 'UUI_BP_MoneyBar_C::NextKnuts' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyBar_C, AnimationTotalDuration) == 0x000374, "Member 'UUI_BP_MoneyBar_C::AnimationTotalDuration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyBar_C, AnimationCurrentTime) == 0x000378, "Member 'UUI_BP_MoneyBar_C::AnimationCurrentTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyBar_C, ShowEmptyVals) == 0x00037C, "Member 'UUI_BP_MoneyBar_C::ShowEmptyVals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_StandaloneItem_C_ExecuteUbergraph_UI_BP_GadgetWheel_StandaloneItem \ static_assert(alignof(UI_BP_GadgetWheel_StandaloneItem_C_ExecuteUbergraph_UI_BP_GadgetWheel_StandaloneItem) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_StandaloneItem_C_ExecuteUbergraph_UI_BP_GadgetWheel_StandaloneItem"); \ static_assert(sizeof(UI_BP_GadgetWheel_StandaloneItem_C_ExecuteUbergraph_UI_BP_GadgetWheel_StandaloneItem) == 0x000018, "Wrong size on UI_BP_GadgetWheel_StandaloneItem_C_ExecuteUbergraph_UI_BP_GadgetWheel_StandaloneItem"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_ExecuteUbergraph_UI_BP_GadgetWheel_StandaloneItem, EntryPoint) == 0x000000, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_ExecuteUbergraph_UI_BP_GadgetWheel_StandaloneItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_ExecuteUbergraph_UI_BP_GadgetWheel_StandaloneItem, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_ExecuteUbergraph_UI_BP_GadgetWheel_StandaloneItem::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_ExecuteUbergraph_UI_BP_GadgetWheel_StandaloneItem, K2Node_Event_IsDesignTime) == 0x000010, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_ExecuteUbergraph_UI_BP_GadgetWheel_StandaloneItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_StandaloneItem_C_PreConstruct \ static_assert(alignof(UI_BP_GadgetWheel_StandaloneItem_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_GadgetWheel_StandaloneItem_C_PreConstruct"); \ static_assert(sizeof(UI_BP_GadgetWheel_StandaloneItem_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_GadgetWheel_StandaloneItem_C_PreConstruct"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_StandaloneItem_C_SetItemName \ static_assert(alignof(UI_BP_GadgetWheel_StandaloneItem_C_SetItemName) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_StandaloneItem_C_SetItemName"); \ static_assert(sizeof(UI_BP_GadgetWheel_StandaloneItem_C_SetItemName) == 0x000040, "Wrong size on UI_BP_GadgetWheel_StandaloneItem_C_SetItemName"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetItemName, ItemName_0) == 0x000000, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetItemName::ItemName_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetItemName, CallFunc_Conv_NameToString_ReturnValue) == 0x000008, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetItemName::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetItemName, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetItemName::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetItemName, CallFunc_CheckItemID_NewItemID) == 0x000028, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetItemName::CallFunc_CheckItemID_NewItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetItemName, CallFunc_AsyncFindIconTexWithCallback_ReturnValue) == 0x000038, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetItemName::CallFunc_AsyncFindIconTexWithCallback_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_StandaloneItem_C_SetUsability \ static_assert(alignof(UI_BP_GadgetWheel_StandaloneItem_C_SetUsability) == 0x000004, "Wrong alignment on UI_BP_GadgetWheel_StandaloneItem_C_SetUsability"); \ static_assert(sizeof(UI_BP_GadgetWheel_StandaloneItem_C_SetUsability) == 0x000018, "Wrong size on UI_BP_GadgetWheel_StandaloneItem_C_SetUsability"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetUsability, IsUsable) == 0x000000, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetUsability::IsUsable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetUsability, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetUsability::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetUsability, CallFunc_SelectFloat_ReturnValue) == 0x000004, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetUsability::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetUsability, Temp_byte_Variable) == 0x000008, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetUsability::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetUsability, Temp_byte_Variable_1) == 0x000009, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetUsability::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetUsability, Temp_bool_Variable_1) == 0x00000A, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetUsability::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetUsability, Temp_byte_Variable_2) == 0x00000B, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetUsability::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetUsability, Temp_byte_Variable_3) == 0x00000C, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetUsability::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetUsability, CallFunc_GetTimeoutPct_Pct) == 0x000010, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetUsability::CallFunc_GetTimeoutPct_Pct' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetUsability, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000014, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetUsability::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetUsability, CallFunc_BooleanAND_ReturnValue) == 0x000015, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetUsability::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetUsability, K2Node_Select_Default) == 0x000016, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetUsability::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_SetUsability, K2Node_Select_Default_1) == 0x000017, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_SetUsability::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_StandaloneItem_C_Toggle_Highlight \ static_assert(alignof(UI_BP_GadgetWheel_StandaloneItem_C_Toggle_Highlight) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_StandaloneItem_C_Toggle_Highlight"); \ static_assert(sizeof(UI_BP_GadgetWheel_StandaloneItem_C_Toggle_Highlight) == 0x000018, "Wrong size on UI_BP_GadgetWheel_StandaloneItem_C_Toggle_Highlight"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_Toggle_Highlight, Is_Highlighted) == 0x000000, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_Toggle_Highlight::Is_Highlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_Toggle_Highlight, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_Toggle_Highlight::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_Toggle_Highlight, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_Toggle_Highlight::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_Toggle_Highlight, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_Toggle_Highlight::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon \ static_assert(alignof(UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon"); \ static_assert(sizeof(UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon) == 0x000060, "Wrong size on UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon, LoadedTexture) == 0x000000, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon::LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon, CallbackParam) == 0x000008, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon::CallbackParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon, iconImage) == 0x000010, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon::iconImage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon, CreatureID) == 0x000018, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon::CreatureID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon, K2Node_DynamicCast_AsImage) == 0x000028, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon::K2Node_DynamicCast_AsImage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000038, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000040, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon, CallFunc_GetDynamicMaterial_ReturnValue_2) == 0x000048, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon::CallFunc_GetDynamicMaterial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon, CallFunc_GetTimeoutPct_Pct) == 0x000050, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon::CallFunc_GetTimeoutPct_Pct' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000054, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon, CallFunc_SelectFloat_ReturnValue) == 0x000058, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_OnLoadItemIcon::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_StandaloneItem_C_GetTimeoutPct \ static_assert(alignof(UI_BP_GadgetWheel_StandaloneItem_C_GetTimeoutPct) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_StandaloneItem_C_GetTimeoutPct"); \ static_assert(sizeof(UI_BP_GadgetWheel_StandaloneItem_C_GetTimeoutPct) == 0x000030, "Wrong size on UI_BP_GadgetWheel_StandaloneItem_C_GetTimeoutPct"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_GetTimeoutPct, pct) == 0x000000, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_GetTimeoutPct::pct' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_GetTimeoutPct, CreatureID) == 0x000008, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_GetTimeoutPct::CreatureID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_GetTimeoutPct, CallFunc_Get_ReturnValue) == 0x000018, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_GetTimeoutPct::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_GetTimeoutPct, K2Node_SwitchName_CmpSuccess) == 0x000020, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_GetTimeoutPct::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_GetTimeoutPct, CallFunc_GetDeathTimeoutPercentage_ReturnValue) == 0x000024, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_GetTimeoutPct::CallFunc_GetDeathTimeoutPercentage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_GetTimeoutPct, CallFunc_FClamp_ReturnValue) == 0x000028, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_GetTimeoutPct::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID \ static_assert(alignof(UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID"); \ static_assert(sizeof(UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID) == 0x000060, "Wrong size on UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID, NewID) == 0x000000, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID::NewID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID, NewItemID) == 0x000010, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID::NewItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID, NewID_0) == 0x000020, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID::NewID_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000030, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID, CallFunc_Get_ReturnValue) == 0x000038, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID, CallFunc_GetPlayerHouse_ReturnValue) == 0x000040, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID::CallFunc_GetPlayerHouse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_CheckItemID::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_GadgetWheel_StandaloneItem_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_GadgetWheel_StandaloneItem_C \ static_assert(alignof(UUI_BP_GadgetWheel_StandaloneItem_C) == 0x000008, "Wrong alignment on UUI_BP_GadgetWheel_StandaloneItem_C"); \ static_assert(sizeof(UUI_BP_GadgetWheel_StandaloneItem_C) == 0x0003B0, "Wrong size on UUI_BP_GadgetWheel_StandaloneItem_C"); \ static_assert(offsetof(UUI_BP_GadgetWheel_StandaloneItem_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_GadgetWheel_StandaloneItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_StandaloneItem_C, OnHoverAnimation) == 0x000330, "Member 'UUI_BP_GadgetWheel_StandaloneItem_C::OnHoverAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_StandaloneItem_C, BoundingBox) == 0x000338, "Member 'UUI_BP_GadgetWheel_StandaloneItem_C::BoundingBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_StandaloneItem_C, buttonPanel) == 0x000340, "Member 'UUI_BP_GadgetWheel_StandaloneItem_C::buttonPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_StandaloneItem_C, ButtonPrompt) == 0x000348, "Member 'UUI_BP_GadgetWheel_StandaloneItem_C::ButtonPrompt' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_StandaloneItem_C, DeathTimerFill) == 0x000350, "Member 'UUI_BP_GadgetWheel_StandaloneItem_C::DeathTimerFill' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_StandaloneItem_C, imagePanel) == 0x000358, "Member 'UUI_BP_GadgetWheel_StandaloneItem_C::imagePanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_StandaloneItem_C, ItemImage) == 0x000360, "Member 'UUI_BP_GadgetWheel_StandaloneItem_C::ItemImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_StandaloneItem_C, NoMountIcon) == 0x000368, "Member 'UUI_BP_GadgetWheel_StandaloneItem_C::NoMountIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_StandaloneItem_C, ItemName) == 0x000370, "Member 'UUI_BP_GadgetWheel_StandaloneItem_C::ItemName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_StandaloneItem_C, LegendString) == 0x000378, "Member 'UUI_BP_GadgetWheel_StandaloneItem_C::LegendString' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_StandaloneItem_C, IsLocked) == 0x000388, "Member 'UUI_BP_GadgetWheel_StandaloneItem_C::IsLocked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_StandaloneItem_C, HolderID) == 0x00038C, "Member 'UUI_BP_GadgetWheel_StandaloneItem_C::HolderID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_StandaloneItem_C, OnClickEvent) == 0x000398, "Member 'UUI_BP_GadgetWheel_StandaloneItem_C::OnClickEvent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_StandaloneItem_C, BroomMountIsUsable) == 0x0003A8, "Member 'UUI_BP_GadgetWheel_StandaloneItem_C::BroomMountIsUsable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip \ static_assert(alignof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip"); \ static_assert(sizeof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip) == 0x000138, "Wrong size on UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, Button) == 0x000000, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, ToolTip) == 0x000008, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::ToolTip' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, tempTraitArray) == 0x000018, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::tempTraitArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, Description) == 0x000028, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::Description' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, Rarity) == 0x000038, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::Rarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, TranslateTitle) == 0x000040, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::TranslateTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, Title) == 0x000048, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::Title' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, QualityString) == 0x000058, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::QualityString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, IsCreatureAlbino) == 0x000068, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::IsCreatureAlbino' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, IsCreatureMale) == 0x000069, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::IsCreatureMale' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, InventoryItemName) == 0x000070, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::InventoryItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, IsCapturedCreature) == 0x000080, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::IsCapturedCreature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, InvResult) == 0x000088, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::InvResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, CallFunc_Get_ReturnValue) == 0x000110, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, CallFunc_BP_GetCreatureStateByFName_ReturnValue) == 0x000118, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::CallFunc_BP_GetCreatureStateByFName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, CallFunc_Conv_NameToString_ReturnValue) == 0x000120, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, CallFunc_GetCanReturnToWild_ReturnValue) == 0x000130, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::CallFunc_GetCanReturnToWild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000131, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip, CallFunc_BooleanAND_ReturnValue) == 0x000132, "Member 'UI_BP_FG_InventoryDetails_C_Build_Inventory_Tooltip::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo \ static_assert(alignof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo"); \ static_assert(sizeof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo) == 0x0000A0, "Wrong size on UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, GearID) == 0x000000, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::GearID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, Variation) == 0x000008, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::Variation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, TempTitle) == 0x000010, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::TempTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, CallFunc_GetLockName_ReturnValue) == 0x000020, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::CallFunc_GetLockName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, CallFunc_IsUnlockedPure_ReturnValue) == 0x000028, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::CallFunc_IsUnlockedPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, CallFunc_GetLockName_ReturnValue_1) == 0x00002C, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::CallFunc_GetLockName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, CallFunc_IsUnlockedPure_ReturnValue_1) == 0x000034, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::CallFunc_IsUnlockedPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, CallFunc_BooleanAND_ReturnValue) == 0x000035, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, CallFunc_GetCreatureDisplayNameFromUIDName_OutName) == 0x000038, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::CallFunc_GetCreatureDisplayNameFromUIDName_OutName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, CallFunc_GetCreatureDisplayNameFromUIDName_OutIsLocalizationKey) == 0x000048, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::CallFunc_GetCreatureDisplayNameFromUIDName_OutIsLocalizationKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, CallFunc_GetCreatureInventoryInfoString_OutInfoString) == 0x000050, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::CallFunc_GetCreatureInventoryInfoString_OutInfoString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, CallFunc_Get_ReturnValue) == 0x000060, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, CallFunc_BP_GetCreatureStateByFName_ReturnValue) == 0x000068, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::CallFunc_BP_GetCreatureStateByFName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, CallFunc_GetIsMale_ReturnValue) == 0x000070, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::CallFunc_GetIsMale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, CallFunc_GetTypeID_ReturnValue) == 0x000074, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::CallFunc_GetTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, CallFunc_IsAlbino_ReturnValue) == 0x00007C, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::CallFunc_IsAlbino_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, CallFunc_Conv_NameToString_ReturnValue) == 0x000080, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo, CallFunc_Concat_StrStr_ReturnValue) == 0x000090, "Member 'UI_BP_FG_InventoryDetails_C_SetCapturedCreatureInfo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryDetails_C_SetStandardTooltip \ static_assert(alignof(UI_BP_FG_InventoryDetails_C_SetStandardTooltip) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryDetails_C_SetStandardTooltip"); \ static_assert(sizeof(UI_BP_FG_InventoryDetails_C_SetStandardTooltip) == 0x000030, "Wrong size on UI_BP_FG_InventoryDetails_C_SetStandardTooltip"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetStandardTooltip, GearID) == 0x000000, "Member 'UI_BP_FG_InventoryDetails_C_SetStandardTooltip::GearID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetStandardTooltip, GearVariation) == 0x000008, "Member 'UI_BP_FG_InventoryDetails_C_SetStandardTooltip::GearVariation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetStandardTooltip, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'UI_BP_FG_InventoryDetails_C_SetStandardTooltip::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetStandardTooltip, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'UI_BP_FG_InventoryDetails_C_SetStandardTooltip::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip \ static_assert(alignof(UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip"); \ static_assert(sizeof(UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip) == 0x0000F8, "Wrong size on UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip, tempTraitArray) == 0x000000, "Member 'UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip::tempTraitArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip, Description) == 0x000010, "Member 'UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip::Description' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip, Rarity) == 0x000020, "Member 'UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip::Rarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip, TranslateTitle) == 0x000028, "Member 'UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip::TranslateTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip, Title) == 0x000030, "Member 'UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip::Title' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip, QualityString) == 0x000040, "Member 'UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip::QualityString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip, IsCreatureAlbino) == 0x000050, "Member 'UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip::IsCreatureAlbino' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip, IsCreatureMale) == 0x000051, "Member 'UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip::IsCreatureMale' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip, InventoryItemName) == 0x000058, "Member 'UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip::InventoryItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip, IsCapturedCreature) == 0x000068, "Member 'UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip::IsCapturedCreature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip, InvResult) == 0x000070, "Member 'UI_BP_FG_InventoryDetails_C_BuildEmptyTooltip::InvResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryDetails_C_SetSellValue \ static_assert(alignof(UI_BP_FG_InventoryDetails_C_SetSellValue) == 0x000004, "Wrong alignment on UI_BP_FG_InventoryDetails_C_SetSellValue"); \ static_assert(sizeof(UI_BP_FG_InventoryDetails_C_SetSellValue) == 0x000008, "Wrong size on UI_BP_FG_InventoryDetails_C_SetSellValue"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetSellValue, Sellable) == 0x000000, "Member 'UI_BP_FG_InventoryDetails_C_SetSellValue::Sellable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetSellValue, SellPrice) == 0x000004, "Member 'UI_BP_FG_InventoryDetails_C_SetSellValue::SellPrice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryDetails_C_SetLegendItemData \ static_assert(alignof(UI_BP_FG_InventoryDetails_C_SetLegendItemData) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryDetails_C_SetLegendItemData"); \ static_assert(sizeof(UI_BP_FG_InventoryDetails_C_SetLegendItemData) == 0x000078, "Wrong size on UI_BP_FG_InventoryDetails_C_SetLegendItemData"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetLegendItemData, LegendItemArray) == 0x000000, "Member 'UI_BP_FG_InventoryDetails_C_SetLegendItemData::LegendItemArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetLegendItemData, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'UI_BP_FG_InventoryDetails_C_SetLegendItemData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetLegendItemData, Temp_int_Array_Index_Variable) == 0x000014, "Member 'UI_BP_FG_InventoryDetails_C_SetLegendItemData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetLegendItemData, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_FG_InventoryDetails_C_SetLegendItemData::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetLegendItemData, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'UI_BP_FG_InventoryDetails_C_SetLegendItemData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetLegendItemData, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_FG_InventoryDetails_C_SetLegendItemData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetLegendItemData, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'UI_BP_FG_InventoryDetails_C_SetLegendItemData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetLegendItemData, CallFunc_GetLegendItem_ReturnValue) == 0x000038, "Member 'UI_BP_FG_InventoryDetails_C_SetLegendItemData::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetLegendItemData, CallFunc_Array_Get_Item) == 0x000040, "Member 'UI_BP_FG_InventoryDetails_C_SetLegendItemData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetLegendItemData, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'UI_BP_FG_InventoryDetails_C_SetLegendItemData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_SetLegendItemData, CallFunc_Less_IntInt_ReturnValue) == 0x000074, "Member 'UI_BP_FG_InventoryDetails_C_SetLegendItemData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryDetails_C_Inventory_Hold_Event_Complete \ static_assert(alignof(UI_BP_FG_InventoryDetails_C_Inventory_Hold_Event_Complete) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryDetails_C_Inventory_Hold_Event_Complete"); \ static_assert(sizeof(UI_BP_FG_InventoryDetails_C_Inventory_Hold_Event_Complete) == 0x000010, "Wrong size on UI_BP_FG_InventoryDetails_C_Inventory_Hold_Event_Complete"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Inventory_Hold_Event_Complete, LegendItem) == 0x000000, "Member 'UI_BP_FG_InventoryDetails_C_Inventory_Hold_Event_Complete::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_Inventory_Hold_Event_Complete, HoldWasCompleted) == 0x000008, "Member 'UI_BP_FG_InventoryDetails_C_Inventory_Hold_Event_Complete::HoldWasCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings) == 0x000158, "Wrong size on UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000048, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000060, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000078, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000090, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x0000A8, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000C0, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000D0, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0000D8, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0000F0, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x000100, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_4) == 0x000108, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x000120, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x000130, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000140, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000141, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_1) == 0x000142, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000143, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_2) == 0x000144, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000145, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_3) == 0x000146, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x000147, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_4) == 0x000148, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_5) == 0x000149, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x00014A, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_5) == 0x00014B, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_6) == 0x00014C, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_6) == 0x00014D, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x000150, "Member 'UI_BP_FG_InventoryDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FG_InventoryDetails_C \ static_assert(alignof(UUI_BP_FG_InventoryDetails_C) == 0x000008, "Wrong alignment on UUI_BP_FG_InventoryDetails_C"); \ static_assert(sizeof(UUI_BP_FG_InventoryDetails_C) == 0x0003A8, "Wrong size on UUI_BP_FG_InventoryDetails_C"); \ static_assert(offsetof(UUI_BP_FG_InventoryDetails_C, beastNotification) == 0x000328, "Member 'UUI_BP_FG_InventoryDetails_C::beastNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryDetails_C, beastVivariumNotice) == 0x000330, "Member 'UUI_BP_FG_InventoryDetails_C::beastVivariumNotice' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryDetails_C, destroyNotification) == 0x000338, "Member 'UUI_BP_FG_InventoryDetails_C::destroyNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryDetails_C, destroyText) == 0x000340, "Member 'UUI_BP_FG_InventoryDetails_C::destroyText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryDetails_C, detailsDescription) == 0x000348, "Member 'UUI_BP_FG_InventoryDetails_C::detailsDescription' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryDetails_C, detailsLegend) == 0x000350, "Member 'UUI_BP_FG_InventoryDetails_C::detailsLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryDetails_C, detailsLegendBar) == 0x000358, "Member 'UUI_BP_FG_InventoryDetails_C::detailsLegendBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryDetails_C, emptyInventoryMessage) == 0x000360, "Member 'UUI_BP_FG_InventoryDetails_C::emptyInventoryMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryDetails_C, Item) == 0x000368, "Member 'UUI_BP_FG_InventoryDetails_C::Item' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryDetails_C, itemHeader) == 0x000370, "Member 'UUI_BP_FG_InventoryDetails_C::itemHeader' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryDetails_C, SellValue) == 0x000378, "Member 'UUI_BP_FG_InventoryDetails_C::SellValue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryDetails_C, SellValue_MoneyBar) == 0x000380, "Member 'UUI_BP_FG_InventoryDetails_C::SellValue_MoneyBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryDetails_C, SellValueText) == 0x000388, "Member 'UUI_BP_FG_InventoryDetails_C::SellValueText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryDetails_C, LegendHoldItem) == 0x000390, "Member 'UUI_BP_FG_InventoryDetails_C::LegendHoldItem' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryDetails_C, LegendHoldItemReleased) == 0x000398, "Member 'UUI_BP_FG_InventoryDetails_C::LegendHoldItemReleased' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen) == 0x000568, "Wrong size on UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, EntryPoint) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_Loaded) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, Temp_class_Variable) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::Temp_class_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_ClassDynamicCast_AsUser_Widget) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_ClassDynamicCast_AsUser_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_ClassDynamicCast_bSuccess) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, Temp_bool_Variable) == 0x000034, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, Temp_byte_Variable) == 0x000035, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, Temp_byte_Variable_1) == 0x000036, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_Stride) == 0x000038, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_Stride' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, Temp_class_Variable_1) == 0x000040, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::Temp_class_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_ClassDynamicCast_AsIcon_Button_Widget) == 0x000048, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_ClassDynamicCast_AsIcon_Button_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_ClassDynamicCast_bSuccess_1) == 0x000050, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_ClassDynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_ShouldShow) == 0x000051, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_ShouldShow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_PickPocketing) == 0x000052, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_PickPocketing' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_Max) == 0x000054, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_Max' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_ItemName) == 0x000058, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_CurrentButton) == 0x000060, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_CurrentButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_ToInventory) == 0x000068, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_ToInventory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_Transfer_Drop) == 0x000069, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_Transfer_Drop' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_Button) == 0x000070, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_RichPaperID) == 0x000078, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_RichPaperID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_Caller_3) == 0x000088, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_Int_3) == 0x000090, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_Int_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_Caller_2) == 0x000098, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_Int_2) == 0x0000A0, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_Int_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_DynamicCast_AsUI_BPI_Icon_Button) == 0x0000A8, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_DynamicCast_AsUI_BPI_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_Loaded_1) == 0x0000C0, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_I_GetIconName_IconName) == 0x0000C8, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_I_GetIconName_IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_Concat_StrStr_ReturnValue) == 0x0000D8, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_GetCursorWidget_ReturnValue) == 0x0000E8, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_GetCursorWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_DynamicCast_AsUI_BPI_Cursor) == 0x0000F0, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_DynamicCast_AsUI_BPI_Cursor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_DynamicCast_bSuccess_1) == 0x000100, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_DestinationStack) == 0x000108, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_DestinationStack' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_Get_ReturnValue) == 0x000118, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, Temp_byte_Variable_2) == 0x000120, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x000124, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_Caller_1) == 0x000138, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_Int_1) == 0x000140, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_Int_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_HermesBindInt_Handle) == 0x000148, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000158, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_NewCategoryIndex) == 0x000168, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_NewCategoryIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_CategoryName) == 0x00016C, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_CategoryName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_Category) == 0x000174, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_Category' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, Temp_class_Variable_2) == 0x000178, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::Temp_class_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, Temp_byte_Variable_3) == 0x000180, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button) == 0x000188, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_DynamicCast_bSuccess_2) == 0x000198, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_Button_2) == 0x0001A0, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_Button_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_GetInventoryResult_InventoryResult) == 0x0001A8, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_GetInventoryResult_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_TransferItemToContainerBP_ReturnValue) == 0x000230, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_TransferItemToContainerBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_TransferItemToPlayerInventoryBP_ReturnValue) == 0x000231, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_TransferItemToPlayerInventoryBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_DropItemBP_ReturnValue) == 0x000232, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_DropItemBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_Button_1) == 0x000238, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_Button) == 0x000240, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_AssetClass) == 0x000248, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_AssetClass' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_DynamicCast_AsUser_Widget) == 0x000270, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_DynamicCast_AsUser_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_DynamicCast_bSuccess_3) == 0x000278, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, Temp_bool_Variable_1) == 0x000279, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_SpawnObject_ReturnValue) == 0x000280, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Select_Default) == 0x000288, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_DynamicCast_AsInventory_State) == 0x000290, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_DynamicCast_AsInventory_State' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_DynamicCast_bSuccess_4) == 0x000298, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_GetDefaultInventoryTab_ReturnValue) == 0x000299, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_GetDefaultInventoryTab_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x00029C, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_Loaded_2) == 0x0002B0, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_Loaded_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_SelfReference) == 0x0002B8, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_SelfReference' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CreateDelegate_OutputDelegate_3) == 0x0002C0, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CreateDelegate_OutputDelegate_4) == 0x0002D0, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_HermesBindEvent_Handle) == 0x0002E0, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_HermesBindEvent_Handle_1) == 0x0002F0, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CreateDelegate_OutputDelegate_5) == 0x000300, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_Get_ReturnValue_1) == 0x000310, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_HermesBindEvent_Handle_2) == 0x000318, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_IsValid_ReturnValue) == 0x000328, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_Add_IntInt_ReturnValue) == 0x00032C, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_Add_IntInt_ReturnValue_1) == 0x000330, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_Add_IntInt_ReturnValue_2) == 0x000334, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_Less_IntInt_ReturnValue) == 0x000338, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_TargetID) == 0x00033C, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_TargetID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_TargetHolderID) == 0x000344, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_TargetHolderID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CreateDelegate_OutputDelegate_6) == 0x00034C, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_DynamicCast_AsUI_BPI_Dpad_Nav_Bar) == 0x000360, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_DynamicCast_AsUI_BPI_Dpad_Nav_Bar' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_DynamicCast_bSuccess_5) == 0x000370, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_GetPlayerLimitedHolders_ReturnValue) == 0x000378, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_GetPlayerLimitedHolders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_GetPlayerUnlimitedHolders_ReturnValue) == 0x000388, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_GetPlayerUnlimitedHolders_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CreateDelegate_OutputDelegate_7) == 0x000398, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_Conv_TextToString_ReturnValue) == 0x0003A8, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_HermesBindInt_Handle_1) == 0x0003B8, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_HermesBindInt_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0003C8, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CreateDelegate_OutputDelegate_8) == 0x0003CC, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Select_Default_1) == 0x0003DC, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_HermesBindInt_Handle_2) == 0x0003E0, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_HermesBindInt_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_Caller) == 0x0003F0, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CustomEvent_Int) == 0x0003F8, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_GetCursorWidget_ReturnValue_1) == 0x000400, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_GetCursorWidget_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CreateDelegate_OutputDelegate_9) == 0x000408, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_DynamicCast_AsUI_BPI_Cursor_1) == 0x000418, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_DynamicCast_AsUI_BPI_Cursor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_DynamicCast_bSuccess_6) == 0x000428, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_HermesBindInt_Handle_3) == 0x000430, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_HermesBindInt_Handle_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_MyGeometry) == 0x000440, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_InDeltaTime) == 0x000478, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_UIDisplayMode) == 0x00047C, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_UIDisplayMode' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_IntroType_1) == 0x000480, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_IntroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_IntroDuration) == 0x000484, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_Parent) == 0x000488, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_OutroType) == 0x000490, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_OutroDuration) == 0x000494, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_NewParam) == 0x000498, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_NewParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_PlayAnimation_ReturnValue) == 0x0004A0, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_PlayAnimation_ReturnValue_1) == 0x0004A8, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0004B0, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_IsValidSortForCategory_Result) == 0x0004C0, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_IsValidSortForCategory_Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_RefreshLegend_TooltipLegendArray) == 0x0004C8, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_RefreshLegend_TooltipLegendArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_LegendItem) == 0x0004D8, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_HoldWasCompleted) == 0x0004E0, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_HoldWasCompleted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_CreateDelegate_OutputDelegate_10) == 0x0004E4, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_DropItemBP_ReturnValue_1) == 0x0004F4, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_DropItemBP_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0004F5, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_PostEventAtLocation_ReturnValue) == 0x0004F8, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_IsValidSortForCategory_Result_1) == 0x0004FC, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_IsValidSortForCategory_Result_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000500, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_Event_IntroType) == 0x000504, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_RefreshLegend_TooltipLegendArray_1) == 0x000508, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_RefreshLegend_TooltipLegendArray_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_ComponentBoundEvent_InventoryLegendItem) == 0x000518, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_ComponentBoundEvent_InventoryLegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_ComponentBoundEvent_HoldWasCompleted) == 0x000520, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_ComponentBoundEvent_HoldWasCompleted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_IsValid_ReturnValue_1) == 0x000521, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_Create_ReturnValue) == 0x000528, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_Conv_StringToName_ReturnValue) == 0x000530, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_GetUIManagerPure_ReturnValue) == 0x000538, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_Conv_StringToName_ReturnValue_1) == 0x000540, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, CallFunc_Conv_StringToName_ReturnValue_2) == 0x000548, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::CallFunc_Conv_StringToName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_DynamicCast_AsUI_BPI_Dpad_Nav_Bar_1) == 0x000550, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_DynamicCast_AsUI_BPI_Dpad_Nav_Bar_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen, K2Node_DynamicCast_bSuccess_7) == 0x000560, "Member 'UI_BP_FG_InventoryScreen_C_ExecuteUbergraph_UI_BP_FG_InventoryScreen::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_BndEvt__UI_BP_FG_InventoryScreen_detailsPanel_K2Node_ComponentBoundEvent_2_LegendHoldItemReleased__DelegateSignature \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_BndEvt__UI_BP_FG_InventoryScreen_detailsPanel_K2Node_ComponentBoundEvent_2_LegendHoldItemReleased__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_BndEvt__UI_BP_FG_InventoryScreen_detailsPanel_K2Node_ComponentBoundEvent_2_LegendHoldItemReleased__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_BndEvt__UI_BP_FG_InventoryScreen_detailsPanel_K2Node_ComponentBoundEvent_2_LegendHoldItemReleased__DelegateSignature) == 0x000010, "Wrong size on UI_BP_FG_InventoryScreen_C_BndEvt__UI_BP_FG_InventoryScreen_detailsPanel_K2Node_ComponentBoundEvent_2_LegendHoldItemReleased__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BndEvt__UI_BP_FG_InventoryScreen_detailsPanel_K2Node_ComponentBoundEvent_2_LegendHoldItemReleased__DelegateSignature, InventoryLegendItem) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_BndEvt__UI_BP_FG_InventoryScreen_detailsPanel_K2Node_ComponentBoundEvent_2_LegendHoldItemReleased__DelegateSignature::InventoryLegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BndEvt__UI_BP_FG_InventoryScreen_detailsPanel_K2Node_ComponentBoundEvent_2_LegendHoldItemReleased__DelegateSignature, HoldWasCompleted) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_BndEvt__UI_BP_FG_InventoryScreen_detailsPanel_K2Node_ComponentBoundEvent_2_LegendHoldItemReleased__DelegateSignature::HoldWasCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_OnIntroEnded \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_OnIntroEnded) == 0x000004, "Wrong alignment on UI_BP_FG_InventoryScreen_C_OnIntroEnded"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_OnIntroEnded) == 0x000004, "Wrong size on UI_BP_FG_InventoryScreen_C_OnIntroEnded"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnIntroEnded, IntroType) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_OnIntroEnded::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_OnLegendItemHoldEnd \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_OnLegendItemHoldEnd) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_OnLegendItemHoldEnd"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_OnLegendItemHoldEnd) == 0x000010, "Wrong size on UI_BP_FG_InventoryScreen_C_OnLegendItemHoldEnd"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnLegendItemHoldEnd, LegendItem) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_OnLegendItemHoldEnd::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnLegendItemHoldEnd, HoldWasCompleted) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_OnLegendItemHoldEnd::HoldWasCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_I_SetParent \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_I_SetParent) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_I_SetParent"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_I_SetParent) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_I_SetParent"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_I_SetParent, NewParam) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_I_SetParent::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_OnOutroStarted \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_FG_InventoryScreen_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_FG_InventoryScreen_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_SetParent \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_SetParent) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_SetParent"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_SetParent) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_SetParent"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetParent, Parent) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_OnIntroStarted \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_FG_InventoryScreen_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_FG_InventoryScreen_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_SetMode \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_SetMode) == 0x000001, "Wrong alignment on UI_BP_FG_InventoryScreen_C_SetMode"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_SetMode) == 0x000001, "Wrong size on UI_BP_FG_InventoryScreen_C_SetMode"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetMode, UIDisplayMode) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_SetMode::UIDisplayMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_Tick \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_Tick) == 0x000004, "Wrong alignment on UI_BP_FG_InventoryScreen_C_Tick"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_Tick) == 0x00003C, "Wrong size on UI_BP_FG_InventoryScreen_C_Tick"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_FG_InventoryScreen_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_NavBar_UnhoveredCategory \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_NavBar_UnhoveredCategory) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_NavBar_UnhoveredCategory"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_NavBar_UnhoveredCategory) == 0x000010, "Wrong size on UI_BP_FG_InventoryScreen_C_NavBar_UnhoveredCategory"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_NavBar_UnhoveredCategory, Caller) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_NavBar_UnhoveredCategory::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_NavBar_UnhoveredCategory, int_0) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_NavBar_UnhoveredCategory::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_SetInteractTargetInfo \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_SetInteractTargetInfo) == 0x000004, "Wrong alignment on UI_BP_FG_InventoryScreen_C_SetInteractTargetInfo"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_SetInteractTargetInfo) == 0x000010, "Wrong size on UI_BP_FG_InventoryScreen_C_SetInteractTargetInfo"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetInteractTargetInfo, TargetId) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_SetInteractTargetInfo::TargetId' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetInteractTargetInfo, TargetHolderID) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_SetInteractTargetInfo::TargetHolderID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_OnNavLoadComplete \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_OnNavLoadComplete) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_OnNavLoadComplete"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_OnNavLoadComplete) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_OnNavLoadComplete"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnNavLoadComplete, SelfReference) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_OnNavLoadComplete::SelfReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_Load_Class \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_Load_Class) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_Load_Class"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_Load_Class) == 0x000028, "Wrong size on UI_BP_FG_InventoryScreen_C_Load_Class"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Load_Class, AssetClass) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_Load_Class::AssetClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_InventoryIconButtonHovered \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_InventoryIconButtonHovered) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_InventoryIconButtonHovered"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_InventoryIconButtonHovered) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_InventoryIconButtonHovered"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InventoryIconButtonHovered, Button) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_InventoryIconButtonHovered::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_InventoryIconButtonUnhovered \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_InventoryIconButtonUnhovered) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_InventoryIconButtonUnhovered"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_InventoryIconButtonUnhovered) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_InventoryIconButtonUnhovered"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InventoryIconButtonUnhovered, Button) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_InventoryIconButtonUnhovered::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_InventoryIconButtonClicked \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_InventoryIconButtonClicked) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_InventoryIconButtonClicked"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_InventoryIconButtonClicked) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_InventoryIconButtonClicked"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InventoryIconButtonClicked, Button) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_InventoryIconButtonClicked::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_I_SetInventoryCategory \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_I_SetInventoryCategory) == 0x000001, "Wrong alignment on UI_BP_FG_InventoryScreen_C_I_SetInventoryCategory"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_I_SetInventoryCategory) == 0x000001, "Wrong size on UI_BP_FG_InventoryScreen_C_I_SetInventoryCategory"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_I_SetInventoryCategory, Category_0) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_I_SetInventoryCategory::Category_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_ClearCategory \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_ClearCategory) == 0x000004, "Wrong alignment on UI_BP_FG_InventoryScreen_C_ClearCategory"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_ClearCategory) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_ClearCategory"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ClearCategory, CategoryName) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_ClearCategory::CategoryName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_OnNavBarSelectionChanged \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_OnNavBarSelectionChanged) == 0x000004, "Wrong alignment on UI_BP_FG_InventoryScreen_C_OnNavBarSelectionChanged"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_OnNavBarSelectionChanged) == 0x000004, "Wrong size on UI_BP_FG_InventoryScreen_C_OnNavBarSelectionChanged"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnNavBarSelectionChanged, NewCategoryIndex) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_OnNavBarSelectionChanged::NewCategoryIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_InventoryAmountWidgetEvent \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_InventoryAmountWidgetEvent) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_InventoryAmountWidgetEvent"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_InventoryAmountWidgetEvent) == 0x000010, "Wrong size on UI_BP_FG_InventoryScreen_C_InventoryAmountWidgetEvent"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InventoryAmountWidgetEvent, Caller) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_InventoryAmountWidgetEvent::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InventoryAmountWidgetEvent, int_0) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_InventoryAmountWidgetEvent::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_GoToPage \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_GoToPage) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_GoToPage"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_GoToPage) == 0x000010, "Wrong size on UI_BP_FG_InventoryScreen_C_GoToPage"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GoToPage, DestinationStack) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_GoToPage::DestinationStack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_NavBar_HoveredCategory \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_NavBar_HoveredCategory) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_NavBar_HoveredCategory"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_NavBar_HoveredCategory) == 0x000010, "Wrong size on UI_BP_FG_InventoryScreen_C_NavBar_HoveredCategory"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_NavBar_HoveredCategory, Caller) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_NavBar_HoveredCategory::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_NavBar_HoveredCategory, int_0) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_NavBar_HoveredCategory::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_NavBar_SelectionChanged \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_NavBar_SelectionChanged) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_NavBar_SelectionChanged"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_NavBar_SelectionChanged) == 0x000010, "Wrong size on UI_BP_FG_InventoryScreen_C_NavBar_SelectionChanged"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_NavBar_SelectionChanged, Caller) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_NavBar_SelectionChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_NavBar_SelectionChanged, int_0) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_NavBar_SelectionChanged::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_I_AddInspectable \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_I_AddInspectable) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_I_AddInspectable"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_I_AddInspectable) == 0x000010, "Wrong size on UI_BP_FG_InventoryScreen_C_I_AddInspectable"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_I_AddInspectable, RichPaperID) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_I_AddInspectable::RichPaperID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_I_SetActiveButton \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_I_SetActiveButton) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_I_SetActiveButton"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_I_SetActiveButton) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_I_SetActiveButton"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_I_SetActiveButton, Button) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_I_SetActiveButton::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_SetButtonTransferDrop \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_SetButtonTransferDrop) == 0x000001, "Wrong alignment on UI_BP_FG_InventoryScreen_C_SetButtonTransferDrop"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_SetButtonTransferDrop) == 0x000001, "Wrong size on UI_BP_FG_InventoryScreen_C_SetButtonTransferDrop"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetButtonTransferDrop, Drop_0) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_SetButtonTransferDrop::Drop_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_SetToInventory \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_SetToInventory) == 0x000001, "Wrong alignment on UI_BP_FG_InventoryScreen_C_SetToInventory"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_SetToInventory) == 0x000001, "Wrong size on UI_BP_FG_InventoryScreen_C_SetToInventory"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetToInventory, ToInventory_0) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_SetToInventory::ToInventory_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_SetCurrentIconButton \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_SetCurrentIconButton) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_SetCurrentIconButton"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_SetCurrentIconButton) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_SetCurrentIconButton"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetCurrentIconButton, CurrentButton) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_SetCurrentIconButton::CurrentButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_I_ShowAmountWidget \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_I_ShowAmountWidget) == 0x000004, "Wrong alignment on UI_BP_FG_InventoryScreen_C_I_ShowAmountWidget"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_I_ShowAmountWidget) == 0x00000C, "Wrong size on UI_BP_FG_InventoryScreen_C_I_ShowAmountWidget"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_I_ShowAmountWidget, Max) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_I_ShowAmountWidget::Max' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_I_ShowAmountWidget, ItemName) == 0x000004, "Member 'UI_BP_FG_InventoryScreen_C_I_ShowAmountWidget::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_SetPickPocketing \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_SetPickPocketing) == 0x000001, "Wrong alignment on UI_BP_FG_InventoryScreen_C_SetPickPocketing"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_SetPickPocketing) == 0x000001, "Wrong size on UI_BP_FG_InventoryScreen_C_SetPickPocketing"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetPickPocketing, PickPocketing_0) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_SetPickPocketing::PickPocketing_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_ShowNavBar \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_ShowNavBar) == 0x000001, "Wrong alignment on UI_BP_FG_InventoryScreen_C_ShowNavBar"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_ShowNavBar) == 0x000001, "Wrong size on UI_BP_FG_InventoryScreen_C_ShowNavBar"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ShowNavBar, ShouldShow) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_ShowNavBar::ShouldShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_SetStride \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_SetStride) == 0x000004, "Wrong alignment on UI_BP_FG_InventoryScreen_C_SetStride"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_SetStride) == 0x000004, "Wrong size on UI_BP_FG_InventoryScreen_C_SetStride"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetStride, Stride) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_SetStride::Stride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_OnLoaded_627C7C8846B3845375AEA1B3524C9FA0 \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_OnLoaded_627C7C8846B3845375AEA1B3524C9FA0) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_OnLoaded_627C7C8846B3845375AEA1B3524C9FA0"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_OnLoaded_627C7C8846B3845375AEA1B3524C9FA0) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_OnLoaded_627C7C8846B3845375AEA1B3524C9FA0"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnLoaded_627C7C8846B3845375AEA1B3524C9FA0, Loaded) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_OnLoaded_627C7C8846B3845375AEA1B3524C9FA0::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_OnLoaded_8DA06735455F217B13C1A8853936776A \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_OnLoaded_8DA06735455F217B13C1A8853936776A) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_OnLoaded_8DA06735455F217B13C1A8853936776A"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_OnLoaded_8DA06735455F217B13C1A8853936776A) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_OnLoaded_8DA06735455F217B13C1A8853936776A"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnLoaded_8DA06735455F217B13C1A8853936776A, Loaded) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_OnLoaded_8DA06735455F217B13C1A8853936776A::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_OnLoaded_97F954DF4B2BFC8E82EF19BE04A37EDD \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_OnLoaded_97F954DF4B2BFC8E82EF19BE04A37EDD) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_OnLoaded_97F954DF4B2BFC8E82EF19BE04A37EDD"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_OnLoaded_97F954DF4B2BFC8E82EF19BE04A37EDD) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_OnLoaded_97F954DF4B2BFC8E82EF19BE04A37EDD"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnLoaded_97F954DF4B2BFC8E82EF19BE04A37EDD, Loaded) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_OnLoaded_97F954DF4B2BFC8E82EF19BE04A37EDD::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_InitInventory \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_InitInventory) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_InitInventory"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_InitInventory) == 0x000030, "Wrong size on UI_BP_FG_InventoryScreen_C_InitInventory"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitInventory, Temp_int_Array_Index_Variable) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_InitInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitInventory, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'UI_BP_FG_InventoryScreen_C_InitInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_InitInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitInventory, CallFunc_Array_Get_Item) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_InitInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitInventory, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_InitInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitInventory, K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_InitInventory::K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitInventory, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'UI_BP_FG_InventoryScreen_C_InitInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitInventory, CallFunc_Less_IntInt_ReturnValue) == 0x000029, "Member 'UI_BP_FG_InventoryScreen_C_InitInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_IconButton_Hover \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_IconButton_Hover) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_IconButton_Hover"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_IconButton_Hover) == 0x0000F0, "Wrong size on UI_BP_FG_InventoryScreen_C_IconButton_Hover"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, InventoryItemName) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::InventoryItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_Conv_StringToName_ReturnValue) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, Temp_int_Array_Index_Variable) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_RefreshLegend_TooltipLegendArray) == 0x000028, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_RefreshLegend_TooltipLegendArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_Conv_StringToName_ReturnValue_1) == 0x000038, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_Array_Find_ReturnValue) == 0x000044, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000048, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_Conv_StringToName_ReturnValue_2) == 0x000050, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_Conv_StringToName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_Array_Get_Item) == 0x000058, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button) == 0x000060, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button) == 0x000070, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, K2Node_DynamicCast_bSuccess_1) == 0x000080, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_GetButtonNewIndicatorName_NewIndicatorString) == 0x000088, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_GetButtonNewIndicatorName_NewIndicatorString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_I_GetIsEmpty_self_CastInput) == 0x000098, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_I_GetIsEmpty_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_I_GetIsEmpty_isButtonEmpty) == 0x0000A8, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_I_GetIsEmpty_isButtonEmpty' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_GetButtonNewIndicatorName_NewIndicatorString_1) == 0x0000B0, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_GetButtonNewIndicatorName_NewIndicatorString_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000C0, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_Array_Length_ReturnValue) == 0x0000C4, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_Less_IntInt_ReturnValue) == 0x0000C8, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_Get_ReturnValue) == 0x0000D0, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, K2Node_DynamicCast_AsUI_BPI_Dpad_Nav_Bar) == 0x0000D8, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::K2Node_DynamicCast_AsUI_BPI_Dpad_Nav_Bar' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, K2Node_DynamicCast_bSuccess_2) == 0x0000E8, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Hover, CallFunc_PostEventAtLocation_ReturnValue) == 0x0000EC, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Hover::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_IconButton_Clicked \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_IconButton_Clicked) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_IconButton_Clicked"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_IconButton_Clicked) == 0x000010, "Wrong size on UI_BP_FG_InventoryScreen_C_IconButton_Clicked"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Clicked, Button) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Clicked::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Clicked, CallFunc_ClickHandler_Handled) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Clicked::CallFunc_ClickHandler_Handled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Clicked, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000009, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Clicked::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Clicked, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Clicked::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_IconButton_Unhovered \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_IconButton_Unhovered) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_IconButton_Unhovered"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_IconButton_Unhovered) == 0x000020, "Wrong size on UI_BP_FG_InventoryScreen_C_IconButton_Unhovered"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Unhovered, Button) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Unhovered::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Unhovered, CallFunc_RefreshLegend_TooltipLegendArray) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Unhovered::CallFunc_RefreshLegend_TooltipLegendArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IconButton_Unhovered, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_IconButton_Unhovered::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_Refresh_Inventory \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_Refresh_Inventory"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory) == 0x000100, "Wrong size on UI_BP_FG_InventoryScreen_C_Refresh_Inventory"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, Temp_int_Array_Index_Variable) == 0x000004, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_Conv_StringToName_ReturnValue) == 0x00000C, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_Array_Get_Item) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_Conv_TextToString_ReturnValue) == 0x000038, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_Conv_StringToName_ReturnValue_1) == 0x000060, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000068, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000078, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_Array_Get_Item_2) == 0x000080, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_Conv_NameToString_ReturnValue) == 0x0000A0, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_BooleanAND_ReturnValue) == 0x0000B0, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_Concat_StrStr_ReturnValue) == 0x0000B8, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_Conv_StringToName_ReturnValue_2) == 0x0000C8, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_Conv_StringToName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000D0, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_GetTutorialHighlight_ItemNames) == 0x0000D8, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_GetTutorialHighlight_ItemNames' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_Get_ReturnValue) == 0x0000E8, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Refresh_Inventory, CallFunc_GetNewIndicatorCategory_NewIndicatorItems) == 0x0000F0, "Member 'UI_BP_FG_InventoryScreen_C_Refresh_Inventory::CallFunc_GetNewIndicatorCategory_NewIndicatorItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_InitNavbar \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_InitNavbar) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_InitNavbar"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_InitNavbar) == 0x000068, "Wrong size on UI_BP_FG_InventoryScreen_C_InitNavbar"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitNavbar, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_InitNavbar::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitNavbar, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_InitNavbar::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitNavbar, K2Node_DynamicCast_AsUI_BPI_Dpad_Nav_Bar) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_InitNavbar::K2Node_DynamicCast_AsUI_BPI_Dpad_Nav_Bar' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitNavbar, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'UI_BP_FG_InventoryScreen_C_InitNavbar::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitNavbar, K2Node_DynamicCast_AsUI_BPI_Dpad_Nav_Bar_1) == 0x000030, "Member 'UI_BP_FG_InventoryScreen_C_InitNavbar::K2Node_DynamicCast_AsUI_BPI_Dpad_Nav_Bar_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitNavbar, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'UI_BP_FG_InventoryScreen_C_InitNavbar::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitNavbar, K2Node_DynamicCast_AsUI_BP_FG_Category_Nav_Bar) == 0x000048, "Member 'UI_BP_FG_InventoryScreen_C_InitNavbar::K2Node_DynamicCast_AsUI_BP_FG_Category_Nav_Bar' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitNavbar, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'UI_BP_FG_InventoryScreen_C_InitNavbar::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitNavbar, K2Node_DynamicCast_AsUI_BP_FG_Category_Nav_Bar_1) == 0x000058, "Member 'UI_BP_FG_InventoryScreen_C_InitNavbar::K2Node_DynamicCast_AsUI_BP_FG_Category_Nav_Bar_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitNavbar, K2Node_DynamicCast_bSuccess_3) == 0x000060, "Member 'UI_BP_FG_InventoryScreen_C_InitNavbar::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_UpdateAllButtons \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_UpdateAllButtons"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons) == 0x000170, "Wrong size on UI_BP_FG_InventoryScreen_C_UpdateAllButtons"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, Inventory) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::Inventory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, CurrentInventorySize) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::CurrentInventorySize' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, isQuestItems) == 0x000014, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::isQuestItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, Offset) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::Offset' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, Temp_int_Variable) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, CallFunc_Array_Get_Item) == 0x000030, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, CallFunc_Array_Get_Item_1) == 0x0000B8, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, CallFunc_Greater_IntInt_ReturnValue) == 0x0000C0, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, CallFunc_IsValid_ReturnValue) == 0x0000C1, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, CallFunc_Array_Length_ReturnValue_1) == 0x0000C4, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, Temp_int_Loop_Counter_Variable) == 0x0000C8, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, CallFunc_Array_Contains_ReturnValue) == 0x0000CC, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, CallFunc_Less_IntInt_ReturnValue) == 0x0000CD, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D0, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, K2Node_SwitchEnum_CmpSuccess) == 0x0000D4, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, CallFunc_Array_Get_Item_2) == 0x0000D8, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, CallFunc_GetButtonNewIndicatorName_NewIndicatorString) == 0x0000E0, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::CallFunc_GetButtonNewIndicatorName_NewIndicatorString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button) == 0x0000F0, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, K2Node_DynamicCast_bSuccess) == 0x000100, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, CallFunc_Conv_StringToName_ReturnValue) == 0x000104, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_1) == 0x000110, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, K2Node_DynamicCast_bSuccess_1) == 0x000120, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, CallFunc_Array_Contains_ReturnValue_1) == 0x000121, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_2) == 0x000128, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, K2Node_DynamicCast_bSuccess_2) == 0x000138, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_3) == 0x000140, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, K2Node_DynamicCast_bSuccess_3) == 0x000150, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_4) == 0x000158, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UpdateAllButtons, K2Node_DynamicCast_bSuccess_4) == 0x000168, "Member 'UI_BP_FG_InventoryScreen_C_UpdateAllButtons::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty) == 0x000110, "Wrong size on UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty, Temp_int_Array_Index_Variable) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty, K2Node_MakeStruct_InventoryResult) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty::K2Node_MakeStruct_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty, CallFunc_Add_IntInt_ReturnValue_1) == 0x000098, "Member 'UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty, CallFunc_Array_Length_ReturnValue) == 0x00009C, "Member 'UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button) == 0x0000B0, "Member 'UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_1) == 0x0000C8, "Member 'UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty, K2Node_DynamicCast_bSuccess_1) == 0x0000D8, "Member 'UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_2) == 0x0000E0, "Member 'UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty, K2Node_DynamicCast_bSuccess_2) == 0x0000F0, "Member 'UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_3) == 0x0000F8, "Member 'UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty, K2Node_DynamicCast_bSuccess_3) == 0x000108, "Member 'UI_BP_FG_InventoryScreen_C_InitButtonsToEmpty::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_OnUnhovered \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_OnUnhovered) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_OnUnhovered"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_OnUnhovered) == 0x000038, "Wrong size on UI_BP_FG_InventoryScreen_C_OnUnhovered"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnUnhovered, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_OnUnhovered::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnUnhovered, CallFunc_GetCursorWidget_ReturnValue) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_OnUnhovered::CallFunc_GetCursorWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnUnhovered, K2Node_DynamicCast_AsUI_BPI_Cursor) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_OnUnhovered::K2Node_DynamicCast_AsUI_BPI_Cursor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnUnhovered, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_OnUnhovered::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnUnhovered, CallFunc_K2_SetTimer_ReturnValue) == 0x000028, "Member 'UI_BP_FG_InventoryScreen_C_OnUnhovered::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_OnUnhovered, CallFunc_K2_IsTimerActive_ReturnValue) == 0x000030, "Member 'UI_BP_FG_InventoryScreen_C_OnUnhovered::CallFunc_K2_IsTimerActive_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_RemoveInspectable \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_RemoveInspectable) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_RemoveInspectable"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_RemoveInspectable) == 0x000028, "Wrong size on UI_BP_FG_InventoryScreen_C_RemoveInspectable"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RemoveInspectable, Removed) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_RemoveInspectable::Removed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RemoveInspectable, CallFunc_RefreshLegend_TooltipLegendArray) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_RemoveInspectable::CallFunc_RefreshLegend_TooltipLegendArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RemoveInspectable, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_RemoveInspectable::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RemoveInspectable, CallFunc_RemoveChild_ReturnValue) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_RemoveInspectable::CallFunc_RemoveChild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_AddInspectable \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_AddInspectable) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_AddInspectable"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_AddInspectable) == 0x000090, "Wrong size on UI_BP_FG_InventoryScreen_C_AddInspectable"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_AddInspectable, RichPaperID) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_AddInspectable::RichPaperID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_AddInspectable, K2Node_MakeStruct_Margin) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_AddInspectable::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_AddInspectable, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_AddInspectable::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_AddInspectable, K2Node_MakeStruct_Anchors) == 0x000028, "Member 'UI_BP_FG_InventoryScreen_C_AddInspectable::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_AddInspectable, CallFunc_RefreshLegend_TooltipLegendArray) == 0x000038, "Member 'UI_BP_FG_InventoryScreen_C_AddInspectable::CallFunc_RefreshLegend_TooltipLegendArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_AddInspectable, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'UI_BP_FG_InventoryScreen_C_AddInspectable::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_AddInspectable, CallFunc_Create_ReturnValue) == 0x000050, "Member 'UI_BP_FG_InventoryScreen_C_AddInspectable::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_AddInspectable, K2Node_DynamicCast_AsUI_BPI_Rich_Paper) == 0x000058, "Member 'UI_BP_FG_InventoryScreen_C_AddInspectable::K2Node_DynamicCast_AsUI_BPI_Rich_Paper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_AddInspectable, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'UI_BP_FG_InventoryScreen_C_AddInspectable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_AddInspectable, K2Node_DynamicCast_AsUI_BPI_Rich_Paper_1) == 0x000070, "Member 'UI_BP_FG_InventoryScreen_C_AddInspectable::K2Node_DynamicCast_AsUI_BPI_Rich_Paper_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_AddInspectable, K2Node_DynamicCast_bSuccess_1) == 0x000080, "Member 'UI_BP_FG_InventoryScreen_C_AddInspectable::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_AddInspectable, CallFunc_AddChildToCanvas_ReturnValue) == 0x000088, "Member 'UI_BP_FG_InventoryScreen_C_AddInspectable::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_SetInventoryState \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_SetInventoryState) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_SetInventoryState"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_SetInventoryState) == 0x000038, "Wrong size on UI_BP_FG_InventoryScreen_C_SetInventoryState"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetInventoryState, DisplayMode) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_SetInventoryState::DisplayMode' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetInventoryState, StateClass) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_SetInventoryState::StateClass' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetInventoryState, K2Node_SwitchEnum_CmpSuccess) == 0x000030, "Member 'UI_BP_FG_InventoryScreen_C_SetInventoryState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem) == 0x000040, "Wrong size on UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem, NewItem) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem::NewItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem, Temp_int_Array_Index_Variable) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem, CallFunc_Array_Get_Item) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem, K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button) == 0x000030, "Member 'UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem::K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000039, "Member 'UI_BP_FG_InventoryScreen_C_SetCurrentHighlightedItem::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_MarkSelectedItems \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_MarkSelectedItems) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_MarkSelectedItems"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_MarkSelectedItems) == 0x000068, "Wrong size on UI_BP_FG_InventoryScreen_C_MarkSelectedItems"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_MarkSelectedItems, Items) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_MarkSelectedItems::Items' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_MarkSelectedItems, Temp_int_Array_Index_Variable) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_MarkSelectedItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_MarkSelectedItems, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'UI_BP_FG_InventoryScreen_C_MarkSelectedItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_MarkSelectedItems, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_MarkSelectedItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_MarkSelectedItems, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'UI_BP_FG_InventoryScreen_C_MarkSelectedItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_MarkSelectedItems, CallFunc_Array_Get_Item) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_MarkSelectedItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_MarkSelectedItems, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_FG_InventoryScreen_C_MarkSelectedItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_MarkSelectedItems, K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button) == 0x000030, "Member 'UI_BP_FG_InventoryScreen_C_MarkSelectedItems::K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_MarkSelectedItems, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'UI_BP_FG_InventoryScreen_C_MarkSelectedItems::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_MarkSelectedItems, CallFunc_GetIconName_self_CastInput) == 0x000040, "Member 'UI_BP_FG_InventoryScreen_C_MarkSelectedItems::CallFunc_GetIconName_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_MarkSelectedItems, CallFunc_GetIconName_IconName) == 0x000050, "Member 'UI_BP_FG_InventoryScreen_C_MarkSelectedItems::CallFunc_GetIconName_IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_MarkSelectedItems, CallFunc_Array_Find_ReturnValue) == 0x000060, "Member 'UI_BP_FG_InventoryScreen_C_MarkSelectedItems::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_MarkSelectedItems, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000064, "Member 'UI_BP_FG_InventoryScreen_C_MarkSelectedItems::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_GetInventoryTabCategory \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_GetInventoryTabCategory) == 0x000001, "Wrong alignment on UI_BP_FG_InventoryScreen_C_GetInventoryTabCategory"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_GetInventoryTabCategory) == 0x000001, "Wrong size on UI_BP_FG_InventoryScreen_C_GetInventoryTabCategory"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetInventoryTabCategory, InventoryTabCategory) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_GetInventoryTabCategory::InventoryTabCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_SetCreatureInventoryTooltipInformation \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_SetCreatureInventoryTooltipInformation) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_SetCreatureInventoryTooltipInformation"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_SetCreatureInventoryTooltipInformation) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_SetCreatureInventoryTooltipInformation"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetCreatureInventoryTooltipInformation, InButton) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_SetCreatureInventoryTooltipInformation::InButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_ResizeInventory \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_ResizeInventory) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_ResizeInventory"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_ResizeInventory) == 0x000048, "Wrong size on UI_BP_FG_InventoryScreen_C_ResizeInventory"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ResizeInventory, CurCategory) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_ResizeInventory::CurCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ResizeInventory, Button) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_ResizeInventory::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ResizeInventory, Temp_int_Array_Index_Variable) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_ResizeInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ResizeInventory, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'UI_BP_FG_InventoryScreen_C_ResizeInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ResizeInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_ResizeInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ResizeInventory, CallFunc_GetInventoryTabCategory_InventoryTabCategory) == 0x00001C, "Member 'UI_BP_FG_InventoryScreen_C_ResizeInventory::CallFunc_GetInventoryTabCategory_InventoryTabCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ResizeInventory, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_ResizeInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ResizeInventory, CallFunc_Array_Get_Item) == 0x000028, "Member 'UI_BP_FG_InventoryScreen_C_ResizeInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ResizeInventory, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'UI_BP_FG_InventoryScreen_C_ResizeInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ResizeInventory, K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button) == 0x000038, "Member 'UI_BP_FG_InventoryScreen_C_ResizeInventory::K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ResizeInventory, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'UI_BP_FG_InventoryScreen_C_ResizeInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_SetupItemScrollBox \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_SetupItemScrollBox"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox) == 0x000040, "Wrong size on UI_BP_FG_InventoryScreen_C_SetupItemScrollBox"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox, ButtonClass) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_SetupItemScrollBox::ButtonClass' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox, CurCategory) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_SetupItemScrollBox::CurCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox, CurrentInventorySize) == 0x00000C, "Member 'UI_BP_FG_InventoryScreen_C_SetupItemScrollBox::CurrentInventorySize' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox, CallFunc_GetHolderMaxSlotsBP_ReturnValue) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_SetupItemScrollBox::CallFunc_GetHolderMaxSlotsBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'UI_BP_FG_InventoryScreen_C_SetupItemScrollBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_SetupItemScrollBox::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox, CallFunc_Array_Length_ReturnValue_1) == 0x00001C, "Member 'UI_BP_FG_InventoryScreen_C_SetupItemScrollBox::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox, CallFunc_Multiply_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_SetupItemScrollBox::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox, Temp_bool_Variable) == 0x000024, "Member 'UI_BP_FG_InventoryScreen_C_SetupItemScrollBox::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox, CallFunc_Max_ReturnValue) == 0x000028, "Member 'UI_BP_FG_InventoryScreen_C_SetupItemScrollBox::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox, K2Node_Select_Default) == 0x00002C, "Member 'UI_BP_FG_InventoryScreen_C_SetupItemScrollBox::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000030, "Member 'UI_BP_FG_InventoryScreen_C_SetupItemScrollBox::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox, CallFunc_GetInventoryTabCategory_InventoryTabCategory) == 0x000031, "Member 'UI_BP_FG_InventoryScreen_C_SetupItemScrollBox::CallFunc_GetInventoryTabCategory_InventoryTabCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000032, "Member 'UI_BP_FG_InventoryScreen_C_SetupItemScrollBox::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox, CallFunc_BooleanOR_ReturnValue) == 0x000033, "Member 'UI_BP_FG_InventoryScreen_C_SetupItemScrollBox::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SetupItemScrollBox, CallFunc_MakeVector2D_ReturnValue) == 0x000034, "Member 'UI_BP_FG_InventoryScreen_C_SetupItemScrollBox::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_ComputeIconSizeForPage \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_ComputeIconSizeForPage) == 0x000001, "Wrong alignment on UI_BP_FG_InventoryScreen_C_ComputeIconSizeForPage"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_ComputeIconSizeForPage) == 0x000001, "Wrong size on UI_BP_FG_InventoryScreen_C_ComputeIconSizeForPage"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ComputeIconSizeForPage, IsQuestItemCategory) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_ComputeIconSizeForPage::IsQuestItemCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_Setup_Tooltip \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_Setup_Tooltip"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip) == 0x000118, "Wrong size on UI_BP_FG_InventoryScreen_C_Setup_Tooltip"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, Button) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, TooltipLegend) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::TooltipLegend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, CapturedCreature) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::CapturedCreature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, L_InventoryResult) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::L_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, L_InventoryButton) == 0x0000A8, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::L_InventoryButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, ButtonLegendData) == 0x0000B0, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::ButtonLegendData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, IsAlbino) == 0x0000C0, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::IsAlbino' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, IsMale) == 0x0000C1, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::IsMale' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, TranslateTitle) == 0x0000C2, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::TranslateTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, bIsGivenName) == 0x0000C3, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::bIsGivenName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, Title) == 0x0000C8, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::Title' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, QualityString) == 0x0000D8, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::QualityString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, ItemName) == 0x0000E8, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button) == 0x0000F8, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, K2Node_DynamicCast_bSuccess) == 0x000100, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, CallFunc_IsValid_ReturnValue) == 0x000101, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, CallFunc_IsValid_ReturnValue_1) == 0x000102, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Tooltip, CallFunc_GetTooltipLegendData_LegendData) == 0x000108, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Tooltip::CallFunc_GetTooltipLegendData_LegendData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_ShowSort_Label \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_ShowSort_Label) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_ShowSort_Label"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_ShowSort_Label) == 0x000010, "Wrong size on UI_BP_FG_InventoryScreen_C_ShowSort_Label"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ShowSort_Label, Sort_Type) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_ShowSort_Label::Sort_Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_ShowAmountWidget \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_ShowAmountWidget) == 0x000004, "Wrong alignment on UI_BP_FG_InventoryScreen_C_ShowAmountWidget"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_ShowAmountWidget) == 0x00000C, "Wrong size on UI_BP_FG_InventoryScreen_C_ShowAmountWidget"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ShowAmountWidget, Max) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_ShowAmountWidget::Max' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ShowAmountWidget, ItemName) == 0x000004, "Member 'UI_BP_FG_InventoryScreen_C_ShowAmountWidget::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction) == 0x000130, "Wrong size on UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue) == 0x000003, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue_1) == 0x000004, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000005, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000006, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000007, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_Get_ReturnValue) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_GetInMenuTransition_ReturnValue) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_GetInMenuTransition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_GetFieldGuideWidget_ReturnValue) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_GetFieldGuideWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_AsUI_BP_Field_Guide) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_AsUI_BP_Field_Guide' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x00002C, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000030, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000031, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000032, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button) == 0x000038, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_1) == 0x000050, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_GetInventoryResult_InventoryResult) == 0x000068, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_GetInventoryResult_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_HandleUMGInputAction_ReturnValue) == 0x0000F0, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_HandleUMGInputAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_Greater_IntInt_ReturnValue) == 0x0000F1, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0000F4, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue_2) == 0x0000F8, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x0000F9, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_AsUI_BPI_Dpad_Nav_Bar) == 0x000100, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_AsUI_BPI_Dpad_Nav_Bar' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_bSuccess_3) == 0x000110, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_AsUI_BPI_Dpad_Nav_Bar_1) == 0x000118, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_AsUI_BPI_Dpad_Nav_Bar_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_bSuccess_4) == 0x000128, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000129, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x00012A, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x00012B, "Member 'UI_BP_FG_InventoryScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_GetTutorialHighlight \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_GetTutorialHighlight) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_GetTutorialHighlight"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_GetTutorialHighlight) == 0x000058, "Wrong size on UI_BP_FG_InventoryScreen_C_GetTutorialHighlight"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetTutorialHighlight, ItemNames) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_GetTutorialHighlight::ItemNames' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetTutorialHighlight, ReturnValue) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_GetTutorialHighlight::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetTutorialHighlight, K2Node_MakeArray_Array) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_GetTutorialHighlight::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetTutorialHighlight, CallFunc_GetStatName_ReturnValue) == 0x000030, "Member 'UI_BP_FG_InventoryScreen_C_GetTutorialHighlight::CallFunc_GetStatName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetTutorialHighlight, CallFunc_ReadStat_ReturnValue) == 0x000038, "Member 'UI_BP_FG_InventoryScreen_C_GetTutorialHighlight::CallFunc_ReadStat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetTutorialHighlight, CallFunc_GetMissionStepBP_ReturnValue) == 0x000040, "Member 'UI_BP_FG_InventoryScreen_C_GetTutorialHighlight::CallFunc_GetMissionStepBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetTutorialHighlight, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000050, "Member 'UI_BP_FG_InventoryScreen_C_GetTutorialHighlight::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetTutorialHighlight, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x000051, "Member 'UI_BP_FG_InventoryScreen_C_GetTutorialHighlight::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_Get_Inventory_Structures_Data \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_Get_Inventory_Structures_Data) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_Get_Inventory_Structures_Data"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_Get_Inventory_Structures_Data) == 0x000018, "Wrong size on UI_BP_FG_InventoryScreen_C_Get_Inventory_Structures_Data"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Get_Inventory_Structures_Data, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_Get_Inventory_Structures_Data::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Get_Inventory_Structures_Data, CallFunc_GetInventoryItemData_ReturnValue) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_Get_Inventory_Structures_Data::CallFunc_GetInventoryItemData_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_Setup_Categories \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_Setup_Categories) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_Setup_Categories"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_Setup_Categories) == 0x000078, "Wrong size on UI_BP_FG_InventoryScreen_C_Setup_Categories"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Categories, Temp_int_Array_Index_Variable) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Categories::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Categories, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Categories::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Categories, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Categories::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Categories, CallFunc_Conv_TextToString_ReturnValue) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Categories::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Categories, CallFunc_Array_Get_Item) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Categories::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Categories, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Categories::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Categories, CallFunc_Map_Find_Value) == 0x00002C, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Categories::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Categories, CallFunc_Map_Find_ReturnValue) == 0x00002D, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Categories::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Categories, CallFunc_Less_IntInt_ReturnValue) == 0x00002E, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Categories::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Categories, CallFunc_Conv_NameToString_ReturnValue) == 0x000030, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Categories::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Categories, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Categories::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Categories, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Categories::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Categories, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Categories::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_Setup_Categories, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'UI_BP_FG_InventoryScreen_C_Setup_Categories::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial) == 0x000058, "Wrong size on UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial, Category_0) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial::Category_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial, CallFunc_Map_Find_Value) == 0x000030, "Member 'UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial, CallFunc_Map_Find_ReturnValue) == 0x000038, "Member 'UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial, CallFunc_Conv_StringToName_ReturnValue) == 0x00003C, "Member 'UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial, CallFunc_Get_ReturnValue) == 0x000048, "Member 'UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial, CallFunc_AddNewStat_ReturnValue) == 0x000050, "Member 'UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial::CallFunc_AddNewStat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial, CallFunc_StartTutorial_ReturnValue) == 0x000051, "Member 'UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial::CallFunc_StartTutorial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial, CallFunc_BooleanAND_ReturnValue) == 0x000052, "Member 'UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial, CallFunc_StatExists_ReturnValue) == 0x000053, "Member 'UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial::CallFunc_StatExists_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial, CallFunc_Not_PreBool_ReturnValue) == 0x000054, "Member 'UI_BP_FG_InventoryScreen_C_PlayOneTimeTutorial::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_KillActiveTutorial \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_KillActiveTutorial) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_KillActiveTutorial"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_KillActiveTutorial) == 0x000040, "Wrong size on UI_BP_FG_InventoryScreen_C_KillActiveTutorial"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_KillActiveTutorial, CategoryName) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_KillActiveTutorial::CategoryName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_KillActiveTutorial, CallFunc_Conv_TextToString_ReturnValue) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_KillActiveTutorial::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_KillActiveTutorial, CallFunc_Get_ReturnValue) == 0x000028, "Member 'UI_BP_FG_InventoryScreen_C_KillActiveTutorial::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_KillActiveTutorial, CallFunc_Map_Find_Value) == 0x000030, "Member 'UI_BP_FG_InventoryScreen_C_KillActiveTutorial::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_KillActiveTutorial, CallFunc_Map_Find_ReturnValue) == 0x000038, "Member 'UI_BP_FG_InventoryScreen_C_KillActiveTutorial::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_KillActiveTutorial, CallFunc_CompleteTutorialCurrentStep_ReturnValue) == 0x000039, "Member 'UI_BP_FG_InventoryScreen_C_KillActiveTutorial::CallFunc_CompleteTutorialCurrentStep_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_CycleSortType \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_CycleSortType) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_CycleSortType"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_CycleSortType) == 0x000020, "Wrong size on UI_BP_FG_InventoryScreen_C_CycleSortType"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CycleSortType, Delta) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_CycleSortType::Delta' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CycleSortType, K2Node_MathExpression_ReturnValue) == 0x000004, "Member 'UI_BP_FG_InventoryScreen_C_CycleSortType::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CycleSortType, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_CycleSortType::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CycleSortType, CallFunc_Conv_IntToByte_ReturnValue) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_CycleSortType::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CycleSortType, CallFunc_GetValidValue_ReturnValue) == 0x000019, "Member 'UI_BP_FG_InventoryScreen_C_CycleSortType::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_IsValidSortForCategory \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_IsValidSortForCategory) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_IsValidSortForCategory"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_IsValidSortForCategory) == 0x000020, "Wrong size on UI_BP_FG_InventoryScreen_C_IsValidSortForCategory"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IsValidSortForCategory, SortType) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_IsValidSortForCategory::SortType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IsValidSortForCategory, Category_0) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_IsValidSortForCategory::Category_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IsValidSortForCategory, Result) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_IsValidSortForCategory::Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IsValidSortForCategory, K2Node_SwitchString_CmpSuccess) == 0x000019, "Member 'UI_BP_FG_InventoryScreen_C_IsValidSortForCategory::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IsValidSortForCategory, K2Node_SwitchEnum_CmpSuccess) == 0x00001A, "Member 'UI_BP_FG_InventoryScreen_C_IsValidSortForCategory::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IsValidSortForCategory, K2Node_SwitchEnum_CmpSuccess_1) == 0x00001B, "Member 'UI_BP_FG_InventoryScreen_C_IsValidSortForCategory::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IsValidSortForCategory, K2Node_SwitchEnum_CmpSuccess_2) == 0x00001C, "Member 'UI_BP_FG_InventoryScreen_C_IsValidSortForCategory::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IsValidSortForCategory, K2Node_SwitchEnum_CmpSuccess_3) == 0x00001D, "Member 'UI_BP_FG_InventoryScreen_C_IsValidSortForCategory::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IsValidSortForCategory, K2Node_SwitchEnum_CmpSuccess_4) == 0x00001E, "Member 'UI_BP_FG_InventoryScreen_C_IsValidSortForCategory::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_IsValidSortForCategory, K2Node_SwitchEnum_CmpSuccess_5) == 0x00001F, "Member 'UI_BP_FG_InventoryScreen_C_IsValidSortForCategory::K2Node_SwitchEnum_CmpSuccess_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory) == 0x000028, "Wrong size on UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory, Category_0) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory::Category_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory, Delta) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory::Delta' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory, Temp_bool_Variable) == 0x000014, "Member 'UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory, CallFunc_Not_PreBool_ReturnValue) == 0x000015, "Member 'UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory, Temp_int_Variable) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00001C, "Member 'UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000024, "Member 'UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory, CallFunc_BooleanAND_ReturnValue) == 0x000025, "Member 'UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory, CallFunc_IsValidSortForCategory_Result) == 0x000026, "Member 'UI_BP_FG_InventoryScreen_C_FindNextValidSortForCategory::CallFunc_IsValidSortForCategory_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_ReadSavedSortPreference \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_ReadSavedSortPreference) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_ReadSavedSortPreference"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_ReadSavedSortPreference) == 0x000020, "Wrong size on UI_BP_FG_InventoryScreen_C_ReadSavedSortPreference"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ReadSavedSortPreference, CallFunc_GetUIManagerPure_ReturnValue) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_ReadSavedSortPreference::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ReadSavedSortPreference, CallFunc_GetPlayerInventorySortPreference_ReturnValue) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_ReadSavedSortPreference::CallFunc_GetPlayerInventorySortPreference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ReadSavedSortPreference, K2Node_SwitchString_CmpSuccess) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_ReadSavedSortPreference::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_SaveCurrentSortPreference \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_SaveCurrentSortPreference) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_SaveCurrentSortPreference"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_SaveCurrentSortPreference) == 0x000018, "Wrong size on UI_BP_FG_InventoryScreen_C_SaveCurrentSortPreference"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SaveCurrentSortPreference, CallFunc_GetUIManagerPure_ReturnValue) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_SaveCurrentSortPreference::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_SaveCurrentSortPreference, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_SaveCurrentSortPreference::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_RefreshLegend \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_RefreshLegend) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_RefreshLegend"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_RefreshLegend) == 0x0001F0, "Wrong size on UI_BP_FG_InventoryScreen_C_RefreshLegend"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, TooltipLegendArray) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::TooltipLegendArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, TempTooltipLegend) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::TempTooltipLegend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, TempLegendItems) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::TempLegendItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_Get_ReturnValue) == 0x000030, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, K2Node_MakeStruct_LegendItemData) == 0x000040, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_Not_PreBool_ReturnValue) == 0x000074, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, K2Node_MakeStruct_LegendItemData_1) == 0x000078, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, K2Node_MakeStruct_LegendItemData_2) == 0x0000B0, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::K2Node_MakeStruct_LegendItemData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_2) == 0x0000E0, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, K2Node_MakeStruct_LegendItemData_3) == 0x0000E8, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::K2Node_MakeStruct_LegendItemData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, K2Node_MakeStruct_LegendItemData_4) == 0x000118, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::K2Node_MakeStruct_LegendItemData_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_3) == 0x000148, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_4) == 0x00014C, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, K2Node_MakeStruct_LegendItemData_5) == 0x000150, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::K2Node_MakeStruct_LegendItemData_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_5) == 0x000180, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button) == 0x000188, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, K2Node_DynamicCast_bSuccess) == 0x000190, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_I_GetIsEmpty_self_CastInput) == 0x000198, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_I_GetIsEmpty_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_I_GetIsEmpty_isButtonEmpty) == 0x0001A8, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_I_GetIsEmpty_isButtonEmpty' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_BP_GetCreatureStateByFName_ReturnValue) == 0x0001B0, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_BP_GetCreatureStateByFName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, K2Node_MakeStruct_GearItemID) == 0x0001B8, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::K2Node_MakeStruct_GearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_GetCanReturnToWild_ReturnValue) == 0x0001CC, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_GetCanReturnToWild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_IsGearItemEquippable_ReturnValue) == 0x0001CD, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_IsGearItemEquippable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0001CE, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_IsGear_ReturnValue) == 0x0001CF, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_IsGear_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_BooleanAND_ReturnValue) == 0x0001D0, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_Conv_NameToString_ReturnValue) == 0x0001D8, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_RefreshLegend, CallFunc_GetIsInspectableBP_ReturnValue) == 0x0001E8, "Member 'UI_BP_FG_InventoryScreen_C_RefreshLegend::CallFunc_GetIsInspectableBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_TerminateLingeringTutorials \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_TerminateLingeringTutorials) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_TerminateLingeringTutorials"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_TerminateLingeringTutorials) == 0x000010, "Wrong size on UI_BP_FG_InventoryScreen_C_TerminateLingeringTutorials"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_TerminateLingeringTutorials, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_TerminateLingeringTutorials::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_TerminateLingeringTutorials, CallFunc_ForceCompleteTutorial_ReturnValue) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_TerminateLingeringTutorials::CallFunc_ForceCompleteTutorial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_TerminateLingeringTutorials, CallFunc_ForceCompleteTutorial_ReturnValue_1) == 0x000009, "Member 'UI_BP_FG_InventoryScreen_C_TerminateLingeringTutorials::CallFunc_ForceCompleteTutorial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_TerminateLingeringTutorials, CallFunc_ForceCompleteTutorial_ReturnValue_2) == 0x00000A, "Member 'UI_BP_FG_InventoryScreen_C_TerminateLingeringTutorials::CallFunc_ForceCompleteTutorial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_TerminateLingeringTutorials, CallFunc_ForceCompleteTutorial_ReturnValue_3) == 0x00000B, "Member 'UI_BP_FG_InventoryScreen_C_TerminateLingeringTutorials::CallFunc_ForceCompleteTutorial_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName) == 0x000110, "Wrong size on UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName, Button) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName, NewIndicatorString) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName::NewIndicatorString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName, CallFunc_GetInventoryResult_InventoryResult) == 0x000030, "Member 'UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName::CallFunc_GetInventoryResult_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName, CallFunc_Conv_NameToString_ReturnValue) == 0x0000B8, "Member 'UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName, CallFunc_Conv_NameToString_ReturnValue_1) == 0x0000C8, "Member 'UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000D8, "Member 'UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName, CallFunc_Concat_StrStr_ReturnValue) == 0x0000E0, "Member 'UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000F0, "Member 'UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName, CallFunc_SelectString_ReturnValue) == 0x000100, "Member 'UI_BP_FG_InventoryScreen_C_GetButtonNewIndicatorName::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically) == 0x000004, "Wrong alignment on UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically) == 0x000044, "Wrong size on UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically, CurrentHeight) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically::CurrentHeight' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically, IdealHeight) == 0x000004, "Member 'UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically::IdealHeight' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically, CurrentRatio) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically, IdealRatio) == 0x00000C, "Member 'UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically, CallFunc_MakeVector2D_ReturnValue) == 0x000010, "Member 'UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically, K2Node_MathExpression_ReturnValue) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically, K2Node_MathExpression_ReturnValue_1) == 0x00001C, "Member 'UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically, CallFunc_Abs_ReturnValue) == 0x000020, "Member 'UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically, CallFunc_MakeVector2D_ReturnValue_1) == 0x000024, "Member 'UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically, CallFunc_GetViewportSize_ReturnValue) == 0x00002C, "Member 'UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000034, "Member 'UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically, CallFunc_BreakVector2D_X) == 0x000038, "Member 'UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically, CallFunc_BreakVector2D_Y) == 0x00003C, "Member 'UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000040, "Member 'UI_BP_FG_InventoryScreen_C_CenterInspectableScreenVertically::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_GetAsyncWrapperRenderSize \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_GetAsyncWrapperRenderSize) == 0x000004, "Wrong alignment on UI_BP_FG_InventoryScreen_C_GetAsyncWrapperRenderSize"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_GetAsyncWrapperRenderSize) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_GetAsyncWrapperRenderSize"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetAsyncWrapperRenderSize, RenderSize) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_GetAsyncWrapperRenderSize::RenderSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_GetItemBox \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_GetItemBox) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_GetItemBox"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_GetItemBox) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_GetItemBox"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetItemBox, ItemBox) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_GetItemBox::ItemBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_ClickHandler \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_ClickHandler) == 0x000001, "Wrong alignment on UI_BP_FG_InventoryScreen_C_ClickHandler"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_ClickHandler) == 0x000002, "Wrong size on UI_BP_FG_InventoryScreen_C_ClickHandler"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ClickHandler, Handled) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_ClickHandler::Handled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_ClickHandler, CallFunc_HandleClicked_ReturnValue) == 0x000001, "Member 'UI_BP_FG_InventoryScreen_C_ClickHandler::CallFunc_HandleClicked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_UMGInputHandler \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_UMGInputHandler) == 0x000001, "Wrong alignment on UI_BP_FG_InventoryScreen_C_UMGInputHandler"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_UMGInputHandler) == 0x000004, "Wrong size on UI_BP_FG_InventoryScreen_C_UMGInputHandler"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UMGInputHandler, InputAction) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_UMGInputHandler::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UMGInputHandler, InputEvent) == 0x000001, "Member 'UI_BP_FG_InventoryScreen_C_UMGInputHandler::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UMGInputHandler, Handled) == 0x000002, "Member 'UI_BP_FG_InventoryScreen_C_UMGInputHandler::Handled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_UMGInputHandler, CallFunc_HandleUMGInputAction_ReturnValue) == 0x000003, "Member 'UI_BP_FG_InventoryScreen_C_UMGInputHandler::CallFunc_HandleUMGInputAction_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_GetScrollBox \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_GetScrollBox) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_GetScrollBox"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_GetScrollBox) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_GetScrollBox"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetScrollBox, InventoryScrollBox_0) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_GetScrollBox::InventoryScrollBox_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_GetPlayerInventory \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_GetPlayerInventory) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_GetPlayerInventory"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_GetPlayerInventory) == 0x000010, "Wrong size on UI_BP_FG_InventoryScreen_C_GetPlayerInventory"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetPlayerInventory, PlayerInventory_0) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_GetPlayerInventory::PlayerInventory_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_I_RemoveInspectable \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_I_RemoveInspectable) == 0x000001, "Wrong alignment on UI_BP_FG_InventoryScreen_C_I_RemoveInspectable"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_I_RemoveInspectable) == 0x000002, "Wrong size on UI_BP_FG_InventoryScreen_C_I_RemoveInspectable"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_I_RemoveInspectable, Removed) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_I_RemoveInspectable::Removed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_I_RemoveInspectable, CallFunc_RemoveInspectable_Removed) == 0x000001, "Member 'UI_BP_FG_InventoryScreen_C_I_RemoveInspectable::CallFunc_RemoveInspectable_Removed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_I_ClickHandler \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_I_ClickHandler) == 0x000001, "Wrong alignment on UI_BP_FG_InventoryScreen_C_I_ClickHandler"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_I_ClickHandler) == 0x000002, "Wrong size on UI_BP_FG_InventoryScreen_C_I_ClickHandler"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_I_ClickHandler, Handled) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_I_ClickHandler::Handled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_I_ClickHandler, CallFunc_HandleClicked_ReturnValue) == 0x000001, "Member 'UI_BP_FG_InventoryScreen_C_I_ClickHandler::CallFunc_HandleClicked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_I_GetInventory \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_I_GetInventory) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_I_GetInventory"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_I_GetInventory) == 0x000008, "Wrong size on UI_BP_FG_InventoryScreen_C_I_GetInventory"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_I_GetInventory, Inventory) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_I_GetInventory::Inventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_GetInteractTargetInfo \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_GetInteractTargetInfo) == 0x000004, "Wrong alignment on UI_BP_FG_InventoryScreen_C_GetInteractTargetInfo"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_GetInteractTargetInfo) == 0x000010, "Wrong size on UI_BP_FG_InventoryScreen_C_GetInteractTargetInfo"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetInteractTargetInfo, TargetId) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_GetInteractTargetInfo::TargetId' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GetInteractTargetInfo, TargetHolderID) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_GetInteractTargetInfo::TargetHolderID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_I_GetInventoryTabCategory \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_I_GetInventoryTabCategory) == 0x000001, "Wrong alignment on UI_BP_FG_InventoryScreen_C_I_GetInventoryTabCategory"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_I_GetInventoryTabCategory) == 0x000001, "Wrong size on UI_BP_FG_InventoryScreen_C_I_GetInventoryTabCategory"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_I_GetInventoryTabCategory, TabCategory) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_I_GetInventoryTabCategory::TabCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings) == 0x000128, "Wrong size on UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button) == 0x000040, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000050, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x000060, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x000070, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item) == 0x000078, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000090, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x0000A0, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue) == 0x0000B8, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000D0, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000E0, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x0000F0, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000F4, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x0000F8, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000110, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x000120, "Member 'UI_BP_FG_InventoryScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FG_InventoryScreen_C \ static_assert(alignof(UUI_BP_FG_InventoryScreen_C) == 0x000008, "Wrong alignment on UUI_BP_FG_InventoryScreen_C"); \ static_assert(sizeof(UUI_BP_FG_InventoryScreen_C) == 0x0006F0, "Wrong size on UUI_BP_FG_InventoryScreen_C"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, UberGraphFrame) == 0x0003C8, "Member 'UUI_BP_FG_InventoryScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, fadeInInspectable) == 0x0003D0, "Member 'UUI_BP_FG_InventoryScreen_C::fadeInInspectable' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, IntroAnim) == 0x0003D8, "Member 'UUI_BP_FG_InventoryScreen_C::IntroAnim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, OutroAnim) == 0x0003E0, "Member 'UUI_BP_FG_InventoryScreen_C::OutroAnim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, FadeOutTooltip) == 0x0003E8, "Member 'UUI_BP_FG_InventoryScreen_C::FadeOutTooltip' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, FadeInTooltip) == 0x0003F0, "Member 'UUI_BP_FG_InventoryScreen_C::FadeInTooltip' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, AsyncNavBar) == 0x0003F8, "Member 'UUI_BP_FG_InventoryScreen_C::AsyncNavBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, categoryIcon) == 0x000400, "Member 'UUI_BP_FG_InventoryScreen_C::categoryIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, detailsPanel) == 0x000408, "Member 'UUI_BP_FG_InventoryScreen_C::detailsPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, InspectablePanel) == 0x000410, "Member 'UUI_BP_FG_InventoryScreen_C::InspectablePanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, InventoryScrollBox) == 0x000418, "Member 'UUI_BP_FG_InventoryScreen_C::InventoryScrollBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, InventorySortText) == 0x000420, "Member 'UUI_BP_FG_InventoryScreen_C::InventorySortText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, Loadingwidget) == 0x000428, "Member 'UUI_BP_FG_InventoryScreen_C::Loadingwidget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, menuBoxTitle) == 0x000430, "Member 'UUI_BP_FG_InventoryScreen_C::menuBoxTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, Root) == 0x000438, "Member 'UUI_BP_FG_InventoryScreen_C::Root' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, SortLeftButton) == 0x000440, "Member 'UUI_BP_FG_InventoryScreen_C::SortLeftButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, SortRightButton) == 0x000448, "Member 'UUI_BP_FG_InventoryScreen_C::SortRightButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, OnClickedEventDispatcher) == 0x000450, "Member 'UUI_BP_FG_InventoryScreen_C::OnClickedEventDispatcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, InventoryPopout) == 0x000460, "Member 'UUI_BP_FG_InventoryScreen_C::InventoryPopout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, UIMode) == 0x000468, "Member 'UUI_BP_FG_InventoryScreen_C::UIMode' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, AbortInteraction) == 0x000470, "Member 'UUI_BP_FG_InventoryScreen_C::AbortInteraction' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, Current_IconButton) == 0x000480, "Member 'UUI_BP_FG_InventoryScreen_C::Current_IconButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, PlayerInventory) == 0x000488, "Member 'UUI_BP_FG_InventoryScreen_C::PlayerInventory' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, InteractTargetID) == 0x000498, "Member 'UUI_BP_FG_InventoryScreen_C::InteractTargetID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, InspectableWidget) == 0x0004A0, "Member 'UUI_BP_FG_InventoryScreen_C::InspectableWidget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, RichPaperClass) == 0x0004A8, "Member 'UUI_BP_FG_InventoryScreen_C::RichPaperClass' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, ParentContainer) == 0x0004B0, "Member 'UUI_BP_FG_InventoryScreen_C::ParentContainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, InventoryRows) == 0x0004B8, "Member 'UUI_BP_FG_InventoryScreen_C::InventoryRows' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, InventoryColumns) == 0x0004BC, "Member 'UUI_BP_FG_InventoryScreen_C::InventoryColumns' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, ToolTipTimer) == 0x0004C0, "Member 'UUI_BP_FG_InventoryScreen_C::ToolTipTimer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, InventoryState) == 0x0004C8, "Member 'UUI_BP_FG_InventoryScreen_C::InventoryState' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, InventoryCategory) == 0x0004D0, "Member 'UUI_BP_FG_InventoryScreen_C::InventoryCategory' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, IconButtonSize) == 0x0004D4, "Member 'UUI_BP_FG_InventoryScreen_C::IconButtonSize' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, IconButtonClass) == 0x0004D8, "Member 'UUI_BP_FG_InventoryScreen_C::IconButtonClass' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, InteractTargetHolderID) == 0x0004E0, "Member 'UUI_BP_FG_InventoryScreen_C::InteractTargetHolderID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, AvailableTabNames) == 0x0004E8, "Member 'UUI_BP_FG_InventoryScreen_C::AvailableTabNames' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, howMany) == 0x0004F8, "Member 'UUI_BP_FG_InventoryScreen_C::howMany' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, Drop) == 0x000500, "Member 'UUI_BP_FG_InventoryScreen_C::Drop' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, ActiveButton) == 0x000508, "Member 'UUI_BP_FG_InventoryScreen_C::ActiveButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, ToInventory) == 0x000510, "Member 'UUI_BP_FG_InventoryScreen_C::ToInventory' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, HouseColor) == 0x000514, "Member 'UUI_BP_FG_InventoryScreen_C::HouseColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, PickPocketing) == 0x000524, "Member 'UUI_BP_FG_InventoryScreen_C::PickPocketing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, NewItemsList) == 0x000528, "Member 'UUI_BP_FG_InventoryScreen_C::NewItemsList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, ReadyToUse) == 0x000538, "Member 'UUI_BP_FG_InventoryScreen_C::ReadyToUse' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, AsyncLoadCount) == 0x00053C, "Member 'UUI_BP_FG_InventoryScreen_C::AsyncLoadCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, TutorialItemNames) == 0x000540, "Member 'UUI_BP_FG_InventoryScreen_C::TutorialItemNames' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, InventoryHolders) == 0x000550, "Member 'UUI_BP_FG_InventoryScreen_C::InventoryHolders' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, InventoryHolderStructures) == 0x000560, "Member 'UUI_BP_FG_InventoryScreen_C::InventoryHolderStructures' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, Category) == 0x000570, "Member 'UUI_BP_FG_InventoryScreen_C::Category' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, ShowCategoryMap) == 0x000578, "Member 'UUI_BP_FG_InventoryScreen_C::ShowCategoryMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, CategoriesAreSetup) == 0x0005C8, "Member 'UUI_BP_FG_InventoryScreen_C::CategoriesAreSetup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, ShowTimerHandle) == 0x0005D0, "Member 'UUI_BP_FG_InventoryScreen_C::ShowTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, HideTimerHandle) == 0x0005D8, "Member 'UUI_BP_FG_InventoryScreen_C::HideTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, isDetailsShowing) == 0x0005E0, "Member 'UUI_BP_FG_InventoryScreen_C::isDetailsShowing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, CurrentHoverTime) == 0x0005E4, "Member 'UUI_BP_FG_InventoryScreen_C::CurrentHoverTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, isButtonHovered) == 0x0005E8, "Member 'UUI_BP_FG_InventoryScreen_C::isButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, HoverTimeFinal) == 0x0005EC, "Member 'UUI_BP_FG_InventoryScreen_C::HoverTimeFinal' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, CategoryToTutorialMap) == 0x0005F0, "Member 'UUI_BP_FG_InventoryScreen_C::CategoryToTutorialMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, InventoryIconCount) == 0x000640, "Member 'UUI_BP_FG_InventoryScreen_C::InventoryIconCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, CurrentInventorySort) == 0x000644, "Member 'UUI_BP_FG_InventoryScreen_C::CurrentInventorySort' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, NUM_SORT_TYPES) == 0x000645, "Member 'UUI_BP_FG_InventoryScreen_C::NUM_SORT_TYPES' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, CurrentCategory) == 0x000648, "Member 'UUI_BP_FG_InventoryScreen_C::CurrentCategory' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, DropButtonIndex) == 0x000658, "Member 'UUI_BP_FG_InventoryScreen_C::DropButtonIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, ItemToDrop) == 0x000660, "Member 'UUI_BP_FG_InventoryScreen_C::ItemToDrop' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, IsInspectableShown) == 0x0006E8, "Member 'UUI_BP_FG_InventoryScreen_C::IsInspectableShown' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_InventoryScreen_C, HoveredNavBarIndex) == 0x0006EC, "Member 'UUI_BP_FG_InventoryScreen_C::HoveredNavBarIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide \ static_assert(alignof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide"); \ static_assert(sizeof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide) == 0x000430, "Wrong size on UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, EntryPoint) == 0x000000, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_CreateFirstLegendArray_OutLegendArray) == 0x000008, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_CreateFirstLegendArray_OutLegendArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HermesBindEvent_Handle) == 0x000038, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HermesBindEvent_Handle_1) == 0x000048, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CreateDelegate_OutputDelegate_2) == 0x000058, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CreateDelegate_OutputDelegate_3) == 0x000068, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HermesBindEvent_Handle_2) == 0x000078, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HermesBindEvent_Handle_3) == 0x000088, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, Temp_bool_Variable) == 0x000098, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me_17) == 0x0000A0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me_17' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000A8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HermesBindEvent_Handle_4) == 0x0000B8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HermesBindEvent_Handle_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me_16) == 0x0000C8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me_16' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled) == 0x0000D0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me_15) == 0x0000D8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me_15' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me_14) == 0x0000E0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled_1) == 0x0000E8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me_13) == 0x0000F0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me_12) == 0x0000F8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled_2) == 0x000100, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me_11) == 0x000108, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me_10) == 0x000110, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled_3) == 0x000118, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me_9) == 0x000120, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me_8) == 0x000128, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled_4) == 0x000130, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me_7) == 0x000138, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me_6) == 0x000140, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled_5) == 0x000148, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me_5) == 0x000150, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me_4) == 0x000158, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled_6) == 0x000160, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me_3) == 0x000168, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me_2) == 0x000170, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled_7) == 0x000178, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me_1) == 0x000180, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_Me) == 0x000188, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_Me' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled_8) == 0x000190, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetUIManagerPure_ReturnValue) == 0x000198, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x0001A0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetInMenuTransition_ReturnValue) == 0x0001A8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetInMenuTransition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetInMenuTransition_ReturnValue_1) == 0x0001A9, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetInMenuTransition_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetUIManagerPure_ReturnValue_2) == 0x0001B0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetUIManagerPure_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_SelfReference_8) == 0x0001B8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_SelfReference_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_SelfReference_7) == 0x0001C0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_SelfReference_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_ActiveWidget) == 0x0001C8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_ActiveWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_DynamicCast_AsTab_Page_Widget) == 0x0001D0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_DynamicCast_AsTab_Page_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_DynamicCast_bSuccess) == 0x0001D8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetPageIndex_Index) == 0x0001DC, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetPageIndex_Index' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, Temp_bool_Variable_1) == 0x0001E0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, Temp_bool_Variable_2) == 0x0001E1, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CustomEvent_Caller_7) == 0x0001E8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CustomEvent_Caller_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CustomEvent_Caller_6) == 0x0001F0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CustomEvent_Caller_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CustomEvent_Int_1) == 0x0001F8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CustomEvent_Int_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_SwitchInteger_CmpSuccess) == 0x0001FC, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, Temp_int_Variable) == 0x000200, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_PostEventAtLocation_ReturnValue) == 0x000204, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CustomEvent_Caller_5) == 0x000208, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CustomEvent_Caller_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CustomEvent_Int) == 0x000210, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_SwitchInteger_CmpSuccess_1) == 0x000214, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_Select_Default) == 0x000215, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_Greater_IntInt_ReturnValue) == 0x000216, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CreateDelegate_OutputDelegate_5) == 0x000218, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_SelfReference_6) == 0x000228, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_SelfReference_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_SelfReference_5) == 0x000230, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_SelfReference_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_AddStateToStack_ReturnValue) == 0x000238, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_AddStateToStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00023C, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CustomEvent_Caller_4) == 0x000240, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CustomEvent_Caller_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_Event_NewData) == 0x000248, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_Event_NewData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_SelfReference_4) == 0x000258, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_SelfReference_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_SelfReference_3) == 0x000260, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_SelfReference_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_SelfReference_2) == 0x000268, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_SelfReference_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_SelfReference_1) == 0x000270, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_SelfReference_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_SelfReference) == 0x000278, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_SelfReference' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_DynamicCast_AsUI_BP_FG_Settings_Screen) == 0x000280, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_DynamicCast_AsUI_BP_FG_Settings_Screen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_DynamicCast_bSuccess_1) == 0x000288, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CreateDelegate_OutputDelegate_6) == 0x00028C, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HermesBindInt_Handle) == 0x0002A0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_ConditionallyHandleSettingsConfirm_Handled) == 0x0002B0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_ConditionallyHandleSettingsConfirm_Handled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_ConditionallyHandleSettingsConfirm_Handled_1) == 0x0002B1, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_ConditionallyHandleSettingsConfirm_Handled_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CustomEvent_Caller_3) == 0x0002B8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CustomEvent_Caller_2) == 0x0002C0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0002C8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, Temp_int_Array_Index_Variable) == 0x0002CC, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetUIManagerPure_ReturnValue_3) == 0x0002D0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetUIManagerPure_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_Array_Get_Item) == 0x0002D8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_Array_Length_ReturnValue) == 0x0002DC, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetUIManagerPure_ReturnValue_4) == 0x0002E0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetUIManagerPure_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetUIManagerPure_ReturnValue_5) == 0x0002E8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetUIManagerPure_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetInMenuTransition_ReturnValue_2) == 0x0002F0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetInMenuTransition_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetUIManagerPure_ReturnValue_6) == 0x0002F8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetUIManagerPure_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetUIManagerPure_ReturnValue_7) == 0x000300, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetUIManagerPure_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetInMenuTransition_ReturnValue_3) == 0x000308, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetInMenuTransition_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetInMenuTransition_ReturnValue_4) == 0x000309, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetInMenuTransition_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetUIManagerPure_ReturnValue_8) == 0x000310, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetUIManagerPure_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetUIManagerPure_ReturnValue_9) == 0x000318, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetUIManagerPure_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetInMenuTransition_ReturnValue_5) == 0x000320, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetInMenuTransition_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetInMenuTransition_ReturnValue_6) == 0x000321, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetInMenuTransition_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetUIManagerPure_ReturnValue_10) == 0x000328, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetUIManagerPure_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetUIManagerPure_ReturnValue_11) == 0x000330, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetUIManagerPure_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetInMenuTransition_ReturnValue_7) == 0x000338, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetInMenuTransition_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetInMenuTransition_ReturnValue_8) == 0x000339, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetInMenuTransition_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetUIManagerPure_ReturnValue_12) == 0x000340, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetUIManagerPure_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetInMenuTransition_ReturnValue_9) == 0x000348, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetInMenuTransition_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_ComponentBoundEvent_NewLegend) == 0x000350, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_ComponentBoundEvent_NewLegend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000360, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_Event_MenuPage) == 0x000364, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_Event_MenuPage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_SwitchEnum_CmpSuccess) == 0x000365, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_ConditionallyHandleSettingsConfirm_Handled_2) == 0x000366, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_ConditionallyHandleSettingsConfirm_Handled_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_Not_PreBool_ReturnValue) == 0x000367, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_Not_PreBool_ReturnValue_1) == 0x000368, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_IsGraphicsChangeConfirmPopupShown_IsShown) == 0x000369, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_IsGraphicsChangeConfirmPopupShown_IsShown' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_IsInspectableShown_IsShown) == 0x00036A, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_IsInspectableShown_IsShown' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_BooleanOR_ReturnValue) == 0x00036B, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CreateDelegate_OutputDelegate_7) == 0x00036C, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HermesBindInt_Handle_1) == 0x000380, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HermesBindInt_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CreateDelegate_OutputDelegate_8) == 0x000390, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_IsVisible_ReturnValue) == 0x0003A0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HermesBindEvent_Handle_5) == 0x0003A8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HermesBindEvent_Handle_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled_9) == 0x0003B8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled_10) == 0x0003B9, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled_11) == 0x0003BA, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled_12) == 0x0003BB, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled_13) == 0x0003BC, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled_14) == 0x0003BD, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled_15) == 0x0003BE, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled_15' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled_16) == 0x0003BF, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled_16' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_HandleNavBarClicked_Handled_17) == 0x0003C0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_HandleNavBarClicked_Handled_17' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_ReadStat_ReturnValue) == 0x0003C4, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_ReadStat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, Temp_int_Loop_Counter_Variable) == 0x0003C8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0003CC, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_Less_IntInt_ReturnValue) == 0x0003CD, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_Add_IntInt_ReturnValue) == 0x0003D0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CustomEvent_Caller_1) == 0x0003D8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_GetUIManagerPure_ReturnValue_13) == 0x0003E0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_GetUIManagerPure_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_Get_ReturnValue) == 0x0003E8, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_MakeArray_Array) == 0x0003F0, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue) == 0x000400, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_CustomEvent_Caller) == 0x000408, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, CallFunc_CreateFirstLegendArray_OutLegendArray_1) == 0x000410, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::CallFunc_CreateFirstLegendArray_OutLegendArray_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide, K2Node_Select_Default_1) == 0x000420, "Member 'UI_BP_FieldGuide_C_ExecuteUbergraph_UI_BP_FieldGuide::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_MapReady \ static_assert(alignof(UI_BP_FieldGuide_C_MapReady) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_MapReady"); \ static_assert(sizeof(UI_BP_FieldGuide_C_MapReady) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_MapReady"); \ static_assert(offsetof(UI_BP_FieldGuide_C_MapReady, Caller) == 0x000000, "Member 'UI_BP_FieldGuide_C_MapReady::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_ShowFieldGuideBackground \ static_assert(alignof(UI_BP_FieldGuide_C_ShowFieldGuideBackground) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_ShowFieldGuideBackground"); \ static_assert(sizeof(UI_BP_FieldGuide_C_ShowFieldGuideBackground) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_ShowFieldGuideBackground"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ShowFieldGuideBackground, Caller) == 0x000000, "Member 'UI_BP_FieldGuide_C_ShowFieldGuideBackground::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_ChangeMenuPage \ static_assert(alignof(UI_BP_FieldGuide_C_ChangeMenuPage) == 0x000001, "Wrong alignment on UI_BP_FieldGuide_C_ChangeMenuPage"); \ static_assert(sizeof(UI_BP_FieldGuide_C_ChangeMenuPage) == 0x000001, "Wrong size on UI_BP_FieldGuide_C_ChangeMenuPage"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeMenuPage, MenuPage) == 0x000000, "Member 'UI_BP_FieldGuide_C_ChangeMenuPage::MenuPage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_FG_IndexPage_K2Node_ComponentBoundEvent_23_NewButtonLegendRequested__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_FG_IndexPage_K2Node_ComponentBoundEvent_23_NewButtonLegendRequested__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_FG_IndexPage_K2Node_ComponentBoundEvent_23_NewButtonLegendRequested__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_FG_IndexPage_K2Node_ComponentBoundEvent_23_NewButtonLegendRequested__DelegateSignature) == 0x000010, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_FG_IndexPage_K2Node_ComponentBoundEvent_23_NewButtonLegendRequested__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_FG_IndexPage_K2Node_ComponentBoundEvent_23_NewButtonLegendRequested__DelegateSignature, NewLegend) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_FG_IndexPage_K2Node_ComponentBoundEvent_23_NewButtonLegendRequested__DelegateSignature::NewLegend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_HideHDRActor \ static_assert(alignof(UI_BP_FieldGuide_C_HideHDRActor) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_HideHDRActor"); \ static_assert(sizeof(UI_BP_FieldGuide_C_HideHDRActor) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_HideHDRActor"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HideHDRActor, Caller) == 0x000000, "Member 'UI_BP_FieldGuide_C_HideHDRActor::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_ShowHDRActor \ static_assert(alignof(UI_BP_FieldGuide_C_ShowHDRActor) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_ShowHDRActor"); \ static_assert(sizeof(UI_BP_FieldGuide_C_ShowHDRActor) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_ShowHDRActor"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ShowHDRActor, Caller) == 0x000000, "Member 'UI_BP_FieldGuide_C_ShowHDRActor::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Settings_K2Node_ComponentBoundEvent_20_AsyncWrapperClassLoadEvent__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Settings_K2Node_ComponentBoundEvent_20_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Settings_K2Node_ComponentBoundEvent_20_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Settings_K2Node_ComponentBoundEvent_20_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Settings_K2Node_ComponentBoundEvent_20_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Settings_K2Node_ComponentBoundEvent_20_AsyncWrapperClassLoadEvent__DelegateSignature, SelfReference) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Settings_K2Node_ComponentBoundEvent_20_AsyncWrapperClassLoadEvent__DelegateSignature::SelfReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_OwlMail_K2Node_ComponentBoundEvent_19_AsyncWrapperClassLoadEvent__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_OwlMail_K2Node_ComponentBoundEvent_19_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_OwlMail_K2Node_ComponentBoundEvent_19_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_OwlMail_K2Node_ComponentBoundEvent_19_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_OwlMail_K2Node_ComponentBoundEvent_19_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_OwlMail_K2Node_ComponentBoundEvent_19_AsyncWrapperClassLoadEvent__DelegateSignature, SelfReference) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_OwlMail_K2Node_ComponentBoundEvent_19_AsyncWrapperClassLoadEvent__DelegateSignature::SelfReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Map_K2Node_ComponentBoundEvent_9_AsyncWrapperClassLoadEvent__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Map_K2Node_ComponentBoundEvent_9_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Map_K2Node_ComponentBoundEvent_9_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Map_K2Node_ComponentBoundEvent_9_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Map_K2Node_ComponentBoundEvent_9_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Map_K2Node_ComponentBoundEvent_9_AsyncWrapperClassLoadEvent__DelegateSignature, SelfReference) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Map_K2Node_ComponentBoundEvent_9_AsyncWrapperClassLoadEvent__DelegateSignature::SelfReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Collections_K2Node_ComponentBoundEvent_7_AsyncWrapperClassLoadEvent__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Collections_K2Node_ComponentBoundEvent_7_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Collections_K2Node_ComponentBoundEvent_7_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Collections_K2Node_ComponentBoundEvent_7_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Collections_K2Node_ComponentBoundEvent_7_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Collections_K2Node_ComponentBoundEvent_7_AsyncWrapperClassLoadEvent__DelegateSignature, SelfReference) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Collections_K2Node_ComponentBoundEvent_7_AsyncWrapperClassLoadEvent__DelegateSignature::SelfReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Actions_K2Node_ComponentBoundEvent_5_AsyncWrapperClassLoadEvent__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Actions_K2Node_ComponentBoundEvent_5_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Actions_K2Node_ComponentBoundEvent_5_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Actions_K2Node_ComponentBoundEvent_5_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Actions_K2Node_ComponentBoundEvent_5_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Actions_K2Node_ComponentBoundEvent_5_AsyncWrapperClassLoadEvent__DelegateSignature, SelfReference) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Actions_K2Node_ComponentBoundEvent_5_AsyncWrapperClassLoadEvent__DelegateSignature::SelfReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_UpdateMenuLegend \ static_assert(alignof(UI_BP_FieldGuide_C_UpdateMenuLegend) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_UpdateMenuLegend"); \ static_assert(sizeof(UI_BP_FieldGuide_C_UpdateMenuLegend) == 0x000010, "Wrong size on UI_BP_FieldGuide_C_UpdateMenuLegend"); \ static_assert(offsetof(UI_BP_FieldGuide_C_UpdateMenuLegend, NewData) == 0x000000, "Member 'UI_BP_FieldGuide_C_UpdateMenuLegend::NewData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_DelayLeavingFieldGuide \ static_assert(alignof(UI_BP_FieldGuide_C_DelayLeavingFieldGuide) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_DelayLeavingFieldGuide"); \ static_assert(sizeof(UI_BP_FieldGuide_C_DelayLeavingFieldGuide) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_DelayLeavingFieldGuide"); \ static_assert(offsetof(UI_BP_FieldGuide_C_DelayLeavingFieldGuide, Caller) == 0x000000, "Member 'UI_BP_FieldGuide_C_DelayLeavingFieldGuide::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Talents_K2Node_ComponentBoundEvent_8_AsyncWrapperClassLoadEvent__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Talents_K2Node_ComponentBoundEvent_8_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Talents_K2Node_ComponentBoundEvent_8_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Talents_K2Node_ComponentBoundEvent_8_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Talents_K2Node_ComponentBoundEvent_8_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Talents_K2Node_ComponentBoundEvent_8_AsyncWrapperClassLoadEvent__DelegateSignature, SelfReference) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Talents_K2Node_ComponentBoundEvent_8_AsyncWrapperClassLoadEvent__DelegateSignature::SelfReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Quests_K2Node_ComponentBoundEvent_5_AsyncWrapperClassLoadEvent__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Quests_K2Node_ComponentBoundEvent_5_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Quests_K2Node_ComponentBoundEvent_5_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Quests_K2Node_ComponentBoundEvent_5_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Quests_K2Node_ComponentBoundEvent_5_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Quests_K2Node_ComponentBoundEvent_5_AsyncWrapperClassLoadEvent__DelegateSignature, SelfReference) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Quests_K2Node_ComponentBoundEvent_5_AsyncWrapperClassLoadEvent__DelegateSignature::SelfReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_ClosePauseMenu \ static_assert(alignof(UI_BP_FieldGuide_C_ClosePauseMenu) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_ClosePauseMenu"); \ static_assert(sizeof(UI_BP_FieldGuide_C_ClosePauseMenu) == 0x000010, "Wrong size on UI_BP_FieldGuide_C_ClosePauseMenu"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ClosePauseMenu, Caller) == 0x000000, "Member 'UI_BP_FieldGuide_C_ClosePauseMenu::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ClosePauseMenu, int_0) == 0x000008, "Member 'UI_BP_FieldGuide_C_ClosePauseMenu::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_DelayLeavingMapDir \ static_assert(alignof(UI_BP_FieldGuide_C_DelayLeavingMapDir) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_DelayLeavingMapDir"); \ static_assert(sizeof(UI_BP_FieldGuide_C_DelayLeavingMapDir) == 0x000010, "Wrong size on UI_BP_FieldGuide_C_DelayLeavingMapDir"); \ static_assert(offsetof(UI_BP_FieldGuide_C_DelayLeavingMapDir, Caller) == 0x000000, "Member 'UI_BP_FieldGuide_C_DelayLeavingMapDir::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_DelayLeavingMapDir, int_0) == 0x000008, "Member 'UI_BP_FieldGuide_C_DelayLeavingMapDir::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_DelayShowingIndex \ static_assert(alignof(UI_BP_FieldGuide_C_DelayShowingIndex) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_DelayShowingIndex"); \ static_assert(sizeof(UI_BP_FieldGuide_C_DelayShowingIndex) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_DelayShowingIndex"); \ static_assert(offsetof(UI_BP_FieldGuide_C_DelayShowingIndex, Caller) == 0x000000, "Member 'UI_BP_FieldGuide_C_DelayShowingIndex::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_MenuWidgetSwitcher_K2Node_ComponentBoundEvent_2_WidgetActiveEvent__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_MenuWidgetSwitcher_K2Node_ComponentBoundEvent_2_WidgetActiveEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_MenuWidgetSwitcher_K2Node_ComponentBoundEvent_2_WidgetActiveEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_MenuWidgetSwitcher_K2Node_ComponentBoundEvent_2_WidgetActiveEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_MenuWidgetSwitcher_K2Node_ComponentBoundEvent_2_WidgetActiveEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_MenuWidgetSwitcher_K2Node_ComponentBoundEvent_2_WidgetActiveEvent__DelegateSignature, ActiveWidget) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_MenuWidgetSwitcher_K2Node_ComponentBoundEvent_2_WidgetActiveEvent__DelegateSignature::ActiveWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Inventory_K2Node_ComponentBoundEvent_1_AsyncWrapperClassLoadEvent__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Inventory_K2Node_ComponentBoundEvent_1_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Inventory_K2Node_ComponentBoundEvent_1_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Inventory_K2Node_ComponentBoundEvent_1_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Inventory_K2Node_ComponentBoundEvent_1_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Inventory_K2Node_ComponentBoundEvent_1_AsyncWrapperClassLoadEvent__DelegateSignature, SelfReference) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Inventory_K2Node_ComponentBoundEvent_1_AsyncWrapperClassLoadEvent__DelegateSignature::SelfReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Gear_K2Node_ComponentBoundEvent_0_AsyncWrapperClassLoadEvent__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Gear_K2Node_ComponentBoundEvent_0_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Gear_K2Node_ComponentBoundEvent_0_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Gear_K2Node_ComponentBoundEvent_0_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Gear_K2Node_ComponentBoundEvent_0_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Gear_K2Node_ComponentBoundEvent_0_AsyncWrapperClassLoadEvent__DelegateSignature, SelfReference) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_Async_FG_Gear_K2Node_ComponentBoundEvent_0_AsyncWrapperClassLoadEvent__DelegateSignature::SelfReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Actions_K2Node_ComponentBoundEvent_25_OnClickedEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Actions_K2Node_ComponentBoundEvent_25_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Actions_K2Node_ComponentBoundEvent_25_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Actions_K2Node_ComponentBoundEvent_25_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Actions_K2Node_ComponentBoundEvent_25_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Actions_K2Node_ComponentBoundEvent_25_OnClickedEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Actions_K2Node_ComponentBoundEvent_25_OnClickedEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Actions_K2Node_ComponentBoundEvent_24_OnHoveredEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Actions_K2Node_ComponentBoundEvent_24_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Actions_K2Node_ComponentBoundEvent_24_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Actions_K2Node_ComponentBoundEvent_24_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Actions_K2Node_ComponentBoundEvent_24_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Actions_K2Node_ComponentBoundEvent_24_OnHoveredEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Actions_K2Node_ComponentBoundEvent_24_OnHoveredEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Settings_K2Node_ComponentBoundEvent_22_OnClickedEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Settings_K2Node_ComponentBoundEvent_22_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Settings_K2Node_ComponentBoundEvent_22_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Settings_K2Node_ComponentBoundEvent_22_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Settings_K2Node_ComponentBoundEvent_22_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Settings_K2Node_ComponentBoundEvent_22_OnClickedEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Settings_K2Node_ComponentBoundEvent_22_OnClickedEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Settings_K2Node_ComponentBoundEvent_21_OnHoveredEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Settings_K2Node_ComponentBoundEvent_21_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Settings_K2Node_ComponentBoundEvent_21_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Settings_K2Node_ComponentBoundEvent_21_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Settings_K2Node_ComponentBoundEvent_21_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Settings_K2Node_ComponentBoundEvent_21_OnHoveredEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Settings_K2Node_ComponentBoundEvent_21_OnHoveredEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Compendium_K2Node_ComponentBoundEvent_19_OnClickedEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Compendium_K2Node_ComponentBoundEvent_19_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Compendium_K2Node_ComponentBoundEvent_19_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Compendium_K2Node_ComponentBoundEvent_19_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Compendium_K2Node_ComponentBoundEvent_19_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Compendium_K2Node_ComponentBoundEvent_19_OnClickedEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Compendium_K2Node_ComponentBoundEvent_19_OnClickedEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Compendium_K2Node_ComponentBoundEvent_18_OnHoveredEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Compendium_K2Node_ComponentBoundEvent_18_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Compendium_K2Node_ComponentBoundEvent_18_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Compendium_K2Node_ComponentBoundEvent_18_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Compendium_K2Node_ComponentBoundEvent_18_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Compendium_K2Node_ComponentBoundEvent_18_OnHoveredEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Compendium_K2Node_ComponentBoundEvent_18_OnHoveredEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Mail_K2Node_ComponentBoundEvent_16_OnClickedEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Mail_K2Node_ComponentBoundEvent_16_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Mail_K2Node_ComponentBoundEvent_16_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Mail_K2Node_ComponentBoundEvent_16_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Mail_K2Node_ComponentBoundEvent_16_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Mail_K2Node_ComponentBoundEvent_16_OnClickedEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Mail_K2Node_ComponentBoundEvent_16_OnClickedEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Mail_K2Node_ComponentBoundEvent_15_OnHoveredEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Mail_K2Node_ComponentBoundEvent_15_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Mail_K2Node_ComponentBoundEvent_15_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Mail_K2Node_ComponentBoundEvent_15_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Mail_K2Node_ComponentBoundEvent_15_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Mail_K2Node_ComponentBoundEvent_15_OnHoveredEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Mail_K2Node_ComponentBoundEvent_15_OnHoveredEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Map_K2Node_ComponentBoundEvent_13_OnClickedEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Map_K2Node_ComponentBoundEvent_13_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Map_K2Node_ComponentBoundEvent_13_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Map_K2Node_ComponentBoundEvent_13_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Map_K2Node_ComponentBoundEvent_13_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Map_K2Node_ComponentBoundEvent_13_OnClickedEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Map_K2Node_ComponentBoundEvent_13_OnClickedEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Map_K2Node_ComponentBoundEvent_12_OnHoveredEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Map_K2Node_ComponentBoundEvent_12_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Map_K2Node_ComponentBoundEvent_12_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Map_K2Node_ComponentBoundEvent_12_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Map_K2Node_ComponentBoundEvent_12_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Map_K2Node_ComponentBoundEvent_12_OnHoveredEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Map_K2Node_ComponentBoundEvent_12_OnHoveredEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Missions_K2Node_ComponentBoundEvent_10_OnClickedEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Missions_K2Node_ComponentBoundEvent_10_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Missions_K2Node_ComponentBoundEvent_10_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Missions_K2Node_ComponentBoundEvent_10_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Missions_K2Node_ComponentBoundEvent_10_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Missions_K2Node_ComponentBoundEvent_10_OnClickedEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Missions_K2Node_ComponentBoundEvent_10_OnClickedEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Missions_K2Node_ComponentBoundEvent_9_OnHoveredEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Missions_K2Node_ComponentBoundEvent_9_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Missions_K2Node_ComponentBoundEvent_9_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Missions_K2Node_ComponentBoundEvent_9_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Missions_K2Node_ComponentBoundEvent_9_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Missions_K2Node_ComponentBoundEvent_9_OnHoveredEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Missions_K2Node_ComponentBoundEvent_9_OnHoveredEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Talents_K2Node_ComponentBoundEvent_7_OnClickedEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Talents_K2Node_ComponentBoundEvent_7_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Talents_K2Node_ComponentBoundEvent_7_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Talents_K2Node_ComponentBoundEvent_7_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Talents_K2Node_ComponentBoundEvent_7_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Talents_K2Node_ComponentBoundEvent_7_OnClickedEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Talents_K2Node_ComponentBoundEvent_7_OnClickedEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Talents_K2Node_ComponentBoundEvent_6_OnHoveredEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Talents_K2Node_ComponentBoundEvent_6_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Talents_K2Node_ComponentBoundEvent_6_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Talents_K2Node_ComponentBoundEvent_6_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Talents_K2Node_ComponentBoundEvent_6_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Talents_K2Node_ComponentBoundEvent_6_OnHoveredEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Talents_K2Node_ComponentBoundEvent_6_OnHoveredEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Character_K2Node_ComponentBoundEvent_4_OnClickedEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Character_K2Node_ComponentBoundEvent_4_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Character_K2Node_ComponentBoundEvent_4_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Character_K2Node_ComponentBoundEvent_4_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Character_K2Node_ComponentBoundEvent_4_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Character_K2Node_ComponentBoundEvent_4_OnClickedEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Character_K2Node_ComponentBoundEvent_4_OnClickedEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Character_K2Node_ComponentBoundEvent_3_OnHoveredEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Character_K2Node_ComponentBoundEvent_3_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Character_K2Node_ComponentBoundEvent_3_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Character_K2Node_ComponentBoundEvent_3_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Character_K2Node_ComponentBoundEvent_3_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Character_K2Node_ComponentBoundEvent_3_OnHoveredEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Character_K2Node_ComponentBoundEvent_3_OnHoveredEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Inventory_K2Node_ComponentBoundEvent_1_OnClickedEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Inventory_K2Node_ComponentBoundEvent_1_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Inventory_K2Node_ComponentBoundEvent_1_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Inventory_K2Node_ComponentBoundEvent_1_OnClickedEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Inventory_K2Node_ComponentBoundEvent_1_OnClickedEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Inventory_K2Node_ComponentBoundEvent_1_OnClickedEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Inventory_K2Node_ComponentBoundEvent_1_OnClickedEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Inventory_K2Node_ComponentBoundEvent_0_OnHoveredEventDispatcher__DelegateSignature \ static_assert(alignof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Inventory_K2Node_ComponentBoundEvent_0_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Inventory_K2Node_ComponentBoundEvent_0_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Inventory_K2Node_ComponentBoundEvent_0_OnHoveredEventDispatcher__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Inventory_K2Node_ComponentBoundEvent_0_OnHoveredEventDispatcher__DelegateSignature"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Inventory_K2Node_ComponentBoundEvent_0_OnHoveredEventDispatcher__DelegateSignature, Me) == 0x000000, "Member 'UI_BP_FieldGuide_C_BndEvt__UI_BP_FieldGuide_btn_Inventory_K2Node_ComponentBoundEvent_0_OnHoveredEventDispatcher__DelegateSignature::Me' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction) == 0x0001E8, "Wrong size on UI_BP_FieldGuide_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, HandledHoldOperation) == 0x000003, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::HandledHoldOperation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsPhotoModeAllowed_bIsPhotoModeAllowed) == 0x000004, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsPhotoModeAllowed_bIsPhotoModeAllowed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, Temp_int_Array_Index_Variable) == 0x000008, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetUIManagerPure_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsGraphicsChangeConfirmPopupShown_IsShown) == 0x000018, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsGraphicsChangeConfirmPopupShown_IsShown' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsWaitingForFade_ReturnValue) == 0x000019, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsWaitingForFade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetInMenuTransition_ReturnValue) == 0x00001B, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetInMenuTransition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue) == 0x00001C, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_1) == 0x00001D, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_ConditionallyHandleSettingsConfirm_Handled) == 0x00001E, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_ConditionallyHandleSettingsConfirm_Handled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00001F, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000020, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x000028, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetInMenuTransition_ReturnValue_1) == 0x000030, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetInMenuTransition_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_2) == 0x000031, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_Get_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000044, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1) == 0x00004C, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_2) == 0x00004D, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_3) == 0x00004E, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_4) == 0x00004F, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_5) == 0x000050, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_3) == 0x000051, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000052, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_4) == 0x000053, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_5) == 0x000054, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_6) == 0x000055, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000056, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_7) == 0x000057, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x000058, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x000059, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_IntInt_ReturnValue_5) == 0x00005A, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_IntInt_ReturnValue_6) == 0x00005B, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_IntInt_ReturnValue_7) == 0x00005C, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_IntInt_ReturnValue_8) == 0x00005D, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_IntInt_ReturnValue_9) == 0x00005E, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_IntInt_ReturnValue_10) == 0x00005F, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetUIManagerPure_ReturnValue_2) == 0x000060, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetUIManagerPure_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetUIManagerPure_ReturnValue_3) == 0x000068, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetUIManagerPure_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_DoesTutorialPreventBackingOut_Prevented) == 0x000070, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_DoesTutorialPreventBackingOut_Prevented' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000071, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_DoesTutorialPreventExitingPauseMenu_Prevented) == 0x000072, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_DoesTutorialPreventExitingPauseMenu_Prevented' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000073, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetUIManagerPure_ReturnValue_4) == 0x000078, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetUIManagerPure_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetUIManagerPure_ReturnValue_5) == 0x000080, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetUIManagerPure_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetInMenuTransition_ReturnValue_2) == 0x000088, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetInMenuTransition_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsWaitingForFade_ReturnValue_1) == 0x000089, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsWaitingForFade_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsWaitingForFade_ReturnValue_2) == 0x00008A, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsWaitingForFade_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetInMenuTransition_ReturnValue_3) == 0x00008B, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetInMenuTransition_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetInMenuTransition_ReturnValue_4) == 0x00008C, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetInMenuTransition_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_8) == 0x00008D, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_9) == 0x00008E, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_10) == 0x00008F, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_11) == 0x000090, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetInMenuTransition_ReturnValue_5) == 0x000091, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetInMenuTransition_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_ConditionallyHandleSettingsConfirm_Handled_1) == 0x000092, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_ConditionallyHandleSettingsConfirm_Handled_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_1) == 0x000093, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000098, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsMapReadyCalled_ReturnValue) == 0x0000A0, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsMapReadyCalled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsInspectableShown_IsShown) == 0x0000A1, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsInspectableShown_IsShown' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, Temp_int_Array_Index_Variable_1) == 0x0000A4, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsMapReadyCalled_ReturnValue_1) == 0x0000B0, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsMapReadyCalled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetUIManagerPure_ReturnValue_6) == 0x0000B8, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetUIManagerPure_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetLastUsedInputDevice_ReturnValue) == 0x0000C0, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetLastUsedInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsGraphicsChangeConfirmPopupShown_IsShown_1) == 0x0000C1, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsGraphicsChangeConfirmPopupShown_IsShown_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0000C2, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000C3, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsGraphicsChangeConfirmPopupShown_IsShown_2) == 0x0000C4, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsGraphicsChangeConfirmPopupShown_IsShown_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsGraphicsChangeConfirmPopupShown_IsShown_3) == 0x0000C5, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsGraphicsChangeConfirmPopupShown_IsShown_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_3) == 0x0000C6, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_12) == 0x0000C7, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_ConditionallyHandleSettingsConfirm_Handled_2) == 0x0000C8, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_ConditionallyHandleSettingsConfirm_Handled_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_ConditionallyHandleSettingsConfirm_Handled_3) == 0x0000C9, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_ConditionallyHandleSettingsConfirm_Handled_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_ConditionallyHandleSettingsConfirm_Handled_4) == 0x0000CA, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_ConditionallyHandleSettingsConfirm_Handled_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_ConditionallyHandleSettingsConfirm_Handled_5) == 0x0000CB, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_ConditionallyHandleSettingsConfirm_Handled_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_ConditionallyHandleSettingsConfirm_Handled_6) == 0x0000CC, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_ConditionallyHandleSettingsConfirm_Handled_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_ConditionallyHandleSettingsConfirm_Handled_7) == 0x0000CD, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_ConditionallyHandleSettingsConfirm_Handled_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_ConditionallyHandleSettingsConfirm_Handled_8) == 0x0000CE, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_ConditionallyHandleSettingsConfirm_Handled_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_ConditionallyHandleSettingsConfirm_Handled_9) == 0x0000CF, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_ConditionallyHandleSettingsConfirm_Handled_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, K2Node_SwitchEnum_CmpSuccess) == 0x0000D0, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_4) == 0x0000D1, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_ConditionallyHandleSettingsConfirm_Handled_10) == 0x0000D2, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_ConditionallyHandleSettingsConfirm_Handled_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_ConditionallyHandleSettingsConfirm_Handled_11) == 0x0000D3, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_ConditionallyHandleSettingsConfirm_Handled_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_ConditionallyHandleSettingsConfirm_Handled_12) == 0x0000D4, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_ConditionallyHandleSettingsConfirm_Handled_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_ConditionallyHandleSettingsConfirm_Handled_13) == 0x0000D5, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_ConditionallyHandleSettingsConfirm_Handled_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x0000D8, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue_2) == 0x0000E0, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsMapReadyCalled_ReturnValue_2) == 0x0000E8, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsMapReadyCalled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0000E9, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue_3) == 0x0000F0, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsMapReadyCalled_ReturnValue_3) == 0x0000F8, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsMapReadyCalled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue_4) == 0x000100, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsMapReadyCalled_ReturnValue_4) == 0x000108, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsMapReadyCalled_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue_5) == 0x000110, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue_6) == 0x000118, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsMapReadyCalled_ReturnValue_5) == 0x000120, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsMapReadyCalled_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsMapReadyCalled_ReturnValue_6) == 0x000121, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsMapReadyCalled_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue_7) == 0x000128, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue_8) == 0x000130, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsMapReadyCalled_ReturnValue_7) == 0x000138, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsMapReadyCalled_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsMapReadyCalled_ReturnValue_8) == 0x000139, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsMapReadyCalled_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue_9) == 0x000140, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_IsMapReadyCalled_ReturnValue_9) == 0x000148, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_IsMapReadyCalled_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, Temp_int_Loop_Counter_Variable_1) == 0x00014C, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_Add_IntInt_ReturnValue_1) == 0x000150, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetLegendItem_ReturnValue) == 0x000158, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_GetLegendItem_ReturnValue_1) == 0x000160, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_GetLegendItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_Array_Get_Item) == 0x000168, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000198, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000199, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_Array_Get_Item_1) == 0x0001A0, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue) == 0x0001D0, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x0001D1, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_Array_Length_ReturnValue) == 0x0001D4, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue_1) == 0x0001D8, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_Less_IntInt_ReturnValue) == 0x0001D9, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_Array_Length_ReturnValue_1) == 0x0001DC, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001E0, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x0001E1, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x0001E2, "Member 'UI_BP_FieldGuide_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_SetLegend \ static_assert(alignof(UI_BP_FieldGuide_C_SetLegend) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_SetLegend"); \ static_assert(sizeof(UI_BP_FieldGuide_C_SetLegend) == 0x000070, "Wrong size on UI_BP_FieldGuide_C_SetLegend"); \ static_assert(offsetof(UI_BP_FieldGuide_C_SetLegend, NewLegendData) == 0x000000, "Member 'UI_BP_FieldGuide_C_SetLegend::NewLegendData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_SetLegend, Temp_int_Array_Index_Variable) == 0x000010, "Member 'UI_BP_FieldGuide_C_SetLegend::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_SetLegend, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'UI_BP_FieldGuide_C_SetLegend::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_SetLegend, CallFunc_Array_Get_Item) == 0x000018, "Member 'UI_BP_FieldGuide_C_SetLegend::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_SetLegend, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'UI_BP_FieldGuide_C_SetLegend::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_SetLegend, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'UI_BP_FieldGuide_C_SetLegend::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_SetLegend, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'UI_BP_FieldGuide_C_SetLegend::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_SetLegend, K2Node_CreateDelegate_OutputDelegate) == 0x000054, "Member 'UI_BP_FieldGuide_C_SetLegend::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_SetLegend, CallFunc_GetLegendItem_ReturnValue) == 0x000068, "Member 'UI_BP_FieldGuide_C_SetLegend::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_BindTabPageWidgetDelegates \ static_assert(alignof(UI_BP_FieldGuide_C_BindTabPageWidgetDelegates) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_BindTabPageWidgetDelegates"); \ static_assert(sizeof(UI_BP_FieldGuide_C_BindTabPageWidgetDelegates) == 0x000068, "Wrong size on UI_BP_FieldGuide_C_BindTabPageWidgetDelegates"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BindTabPageWidgetDelegates, AsyncWrapper) == 0x000000, "Member 'UI_BP_FieldGuide_C_BindTabPageWidgetDelegates::AsyncWrapper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BindTabPageWidgetDelegates, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'UI_BP_FieldGuide_C_BindTabPageWidgetDelegates::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BindTabPageWidgetDelegates, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'UI_BP_FieldGuide_C_BindTabPageWidgetDelegates::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BindTabPageWidgetDelegates, K2Node_DynamicCast_AsTab_Page_Widget) == 0x000028, "Member 'UI_BP_FieldGuide_C_BindTabPageWidgetDelegates::K2Node_DynamicCast_AsTab_Page_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BindTabPageWidgetDelegates, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'UI_BP_FieldGuide_C_BindTabPageWidgetDelegates::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BindTabPageWidgetDelegates, K2Node_CreateDelegate_OutputDelegate_2) == 0x000034, "Member 'UI_BP_FieldGuide_C_BindTabPageWidgetDelegates::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BindTabPageWidgetDelegates, K2Node_CreateDelegate_OutputDelegate_3) == 0x000044, "Member 'UI_BP_FieldGuide_C_BindTabPageWidgetDelegates::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_BindTabPageWidgetDelegates, K2Node_CreateDelegate_OutputDelegate_4) == 0x000054, "Member 'UI_BP_FieldGuide_C_BindTabPageWidgetDelegates::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_OnNewLegendRequested \ static_assert(alignof(UI_BP_FieldGuide_C_OnNewLegendRequested) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_OnNewLegendRequested"); \ static_assert(sizeof(UI_BP_FieldGuide_C_OnNewLegendRequested) == 0x000010, "Wrong size on UI_BP_FieldGuide_C_OnNewLegendRequested"); \ static_assert(offsetof(UI_BP_FieldGuide_C_OnNewLegendRequested, NewLegend) == 0x000000, "Member 'UI_BP_FieldGuide_C_OnNewLegendRequested::NewLegend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_LegendHoldComplete \ static_assert(alignof(UI_BP_FieldGuide_C_LegendHoldComplete) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_LegendHoldComplete"); \ static_assert(sizeof(UI_BP_FieldGuide_C_LegendHoldComplete) == 0x000038, "Wrong size on UI_BP_FieldGuide_C_LegendHoldComplete"); \ static_assert(offsetof(UI_BP_FieldGuide_C_LegendHoldComplete, LegendItem) == 0x000000, "Member 'UI_BP_FieldGuide_C_LegendHoldComplete::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_LegendHoldComplete, HoldCompleted) == 0x000008, "Member 'UI_BP_FieldGuide_C_LegendHoldComplete::HoldCompleted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_LegendHoldComplete, CallFunc_GetActiveWidget_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuide_C_LegendHoldComplete::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_LegendHoldComplete, K2Node_DynamicCast_AsUI_BP_Async_Load_Wrapper) == 0x000018, "Member 'UI_BP_FieldGuide_C_LegendHoldComplete::K2Node_DynamicCast_AsUI_BP_Async_Load_Wrapper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_LegendHoldComplete, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'UI_BP_FieldGuide_C_LegendHoldComplete::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_LegendHoldComplete, K2Node_DynamicCast_AsTab_Page_Widget) == 0x000028, "Member 'UI_BP_FieldGuide_C_LegendHoldComplete::K2Node_DynamicCast_AsTab_Page_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_LegendHoldComplete, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'UI_BP_FieldGuide_C_LegendHoldComplete::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_StartStopLegendFill \ static_assert(alignof(UI_BP_FieldGuide_C_StartStopLegendFill) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_StartStopLegendFill"); \ static_assert(sizeof(UI_BP_FieldGuide_C_StartStopLegendFill) == 0x000010, "Wrong size on UI_BP_FieldGuide_C_StartStopLegendFill"); \ static_assert(offsetof(UI_BP_FieldGuide_C_StartStopLegendFill, LegendIndex) == 0x000000, "Member 'UI_BP_FieldGuide_C_StartStopLegendFill::LegendIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_StartStopLegendFill, ShouldStart) == 0x000004, "Member 'UI_BP_FieldGuide_C_StartStopLegendFill::ShouldStart' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_StartStopLegendFill, CallFunc_GetLegendItem_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuide_C_StartStopLegendFill::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_ChangeActivePage \ static_assert(alignof(UI_BP_FieldGuide_C_ChangeActivePage) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_ChangeActivePage"); \ static_assert(sizeof(UI_BP_FieldGuide_C_ChangeActivePage) == 0x000170, "Wrong size on UI_BP_FieldGuide_C_ChangeActivePage"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, NewPage_0) == 0x000000, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::NewPage_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, PrevTabIndex) == 0x000008, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::PrevTabIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, ActiveWidget) == 0x000010, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::ActiveWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, K2Node_DynamicCast_AsTab_Page_Widget) == 0x000018, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::K2Node_DynamicCast_AsTab_Page_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_IsCurrentTransitionAnIntro_ReturnValue) == 0x000021, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_IsCurrentTransitionAnIntro_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_IsTransitionInProgress_ReturnValue) == 0x000022, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_IsTransitionInProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_Not_PreBool_ReturnValue) == 0x000023, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_BooleanOR_ReturnValue) == 0x000024, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_GetPageIndex_Index) == 0x000028, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_GetPageIndex_Index' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00002C, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00002D, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x00002E, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_BooleanOR_ReturnValue_1) == 0x00002F, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_BooleanOR_ReturnValue_2) == 0x000030, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_GetWidgetAtIndex_ReturnValue) == 0x000040, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_GetWidgetAtIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_FindNavButtonFromMenu_Button) == 0x000090, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_FindNavButtonFromMenu_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_GetDisplayName_ReturnValue) == 0x000098, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_Conv_StringToText_ReturnValue) == 0x0000A8, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, K2Node_MakeArray_Array) == 0x000100, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_Format_ReturnValue) == 0x000110, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000128, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_IsValid_ReturnValue_1) == 0x000129, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x00012A, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_BooleanAND_ReturnValue) == 0x00012B, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, K2Node_CreateDelegate_OutputDelegate) == 0x00012C, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_Map_Find_Value) == 0x000140, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_Map_Find_ReturnValue) == 0x000150, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, CallFunc_GetActiveWidget_ReturnValue) == 0x000158, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, K2Node_DynamicCast_AsUI_BP_Async_Load_Wrapper) == 0x000160, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::K2Node_DynamicCast_AsUI_BP_Async_Load_Wrapper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ChangeActivePage, K2Node_DynamicCast_bSuccess_1) == 0x000168, "Member 'UI_BP_FieldGuide_C_ChangeActivePage::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_HandleNavBarClicked \ static_assert(alignof(UI_BP_FieldGuide_C_HandleNavBarClicked) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_HandleNavBarClicked"); \ static_assert(sizeof(UI_BP_FieldGuide_C_HandleNavBarClicked) == 0x000078, "Wrong size on UI_BP_FieldGuide_C_HandleNavBarClicked"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, NavBarButton) == 0x000000, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::NavBarButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, Handled) == 0x000008, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::Handled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, NewMenu) == 0x000010, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::NewMenu' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, CallFunc_GetUIManagerPure_ReturnValue) == 0x000018, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x000020, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, CallFunc_GetInMenuTransition_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::CallFunc_GetInMenuTransition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, CallFunc_GetActiveWidget_ReturnValue) == 0x000030, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000039, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, CallFunc_GetActiveWidget_ReturnValue_1) == 0x000040, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::CallFunc_GetActiveWidget_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000048, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, CallFunc_GetChildIndex_ReturnValue) == 0x00004C, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::CallFunc_GetChildIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, CallFunc_Greater_IntInt_ReturnValue) == 0x000050, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, CallFunc_SelectInt_ReturnValue) == 0x000054, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, CallFunc_SelectString_ReturnValue) == 0x000058, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, CallFunc_Map_Find_Value) == 0x000068, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, CallFunc_Map_Find_ReturnValue) == 0x000070, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000071, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavBarClicked, CallFunc_SelectInt_ReturnValue_1) == 0x000074, "Member 'UI_BP_FieldGuide_C_HandleNavBarClicked::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_PrevPage \ static_assert(alignof(UI_BP_FieldGuide_C_PrevPage) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_PrevPage"); \ static_assert(sizeof(UI_BP_FieldGuide_C_PrevPage) == 0x000040, "Wrong size on UI_BP_FieldGuide_C_PrevPage"); \ static_assert(offsetof(UI_BP_FieldGuide_C_PrevPage, CurrentIndex) == 0x000000, "Member 'UI_BP_FieldGuide_C_PrevPage::CurrentIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_PrevPage, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_FieldGuide_C_PrevPage::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_PrevPage, CallFunc_GetUIManagerPure_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuide_C_PrevPage::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_PrevPage, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuide_C_PrevPage::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_PrevPage, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_FieldGuide_C_PrevPage::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_PrevPage, CallFunc_GetNumWidgets_ReturnValue) == 0x000018, "Member 'UI_BP_FieldGuide_C_PrevPage::CallFunc_GetNumWidgets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_PrevPage, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00001C, "Member 'UI_BP_FieldGuide_C_PrevPage::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_PrevPage, CallFunc_SelectInt_ReturnValue) == 0x000020, "Member 'UI_BP_FieldGuide_C_PrevPage::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_PrevPage, CallFunc_GetWidgetAtIndex_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuide_C_PrevPage::CallFunc_GetWidgetAtIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_PrevPage, K2Node_DynamicCast_AsUI_BP_Async_Load_Wrapper) == 0x000030, "Member 'UI_BP_FieldGuide_C_PrevPage::K2Node_DynamicCast_AsUI_BP_Async_Load_Wrapper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_PrevPage, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'UI_BP_FieldGuide_C_PrevPage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_PrevPage, CallFunc_ShouldSkipPage_ShouldSkip) == 0x000039, "Member 'UI_BP_FieldGuide_C_PrevPage::CallFunc_ShouldSkipPage_ShouldSkip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_NextPage \ static_assert(alignof(UI_BP_FieldGuide_C_NextPage) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_NextPage"); \ static_assert(sizeof(UI_BP_FieldGuide_C_NextPage) == 0x000040, "Wrong size on UI_BP_FieldGuide_C_NextPage"); \ static_assert(offsetof(UI_BP_FieldGuide_C_NextPage, CurrentIndex) == 0x000000, "Member 'UI_BP_FieldGuide_C_NextPage::CurrentIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_NextPage, CallFunc_GetUIManagerPure_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuide_C_NextPage::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_NextPage, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuide_C_NextPage::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_NextPage, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_FieldGuide_C_NextPage::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_NextPage, CallFunc_GetNumWidgets_ReturnValue) == 0x000018, "Member 'UI_BP_FieldGuide_C_NextPage::CallFunc_GetNumWidgets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_NextPage, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00001C, "Member 'UI_BP_FieldGuide_C_NextPage::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_NextPage, CallFunc_SelectInt_ReturnValue) == 0x000020, "Member 'UI_BP_FieldGuide_C_NextPage::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_NextPage, CallFunc_GetWidgetAtIndex_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuide_C_NextPage::CallFunc_GetWidgetAtIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_NextPage, K2Node_DynamicCast_AsUI_BP_Async_Load_Wrapper) == 0x000030, "Member 'UI_BP_FieldGuide_C_NextPage::K2Node_DynamicCast_AsUI_BP_Async_Load_Wrapper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_NextPage, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'UI_BP_FieldGuide_C_NextPage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_NextPage, CallFunc_ShouldSkipPage_ShouldSkip) == 0x000039, "Member 'UI_BP_FieldGuide_C_NextPage::CallFunc_ShouldSkipPage_ShouldSkip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_UpdateNavBar \ static_assert(alignof(UI_BP_FieldGuide_C_UpdateNavBar) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_UpdateNavBar"); \ static_assert(sizeof(UI_BP_FieldGuide_C_UpdateNavBar) == 0x000010, "Wrong size on UI_BP_FieldGuide_C_UpdateNavBar"); \ static_assert(offsetof(UI_BP_FieldGuide_C_UpdateNavBar, Button) == 0x000000, "Member 'UI_BP_FieldGuide_C_UpdateNavBar::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_UpdateNavBar, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuide_C_UpdateNavBar::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_UpdateNavBar, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000009, "Member 'UI_BP_FieldGuide_C_UpdateNavBar::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_FindNavButtonFromMenu \ static_assert(alignof(UI_BP_FieldGuide_C_FindNavButtonFromMenu) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_FindNavButtonFromMenu"); \ static_assert(sizeof(UI_BP_FieldGuide_C_FindNavButtonFromMenu) == 0x000058, "Wrong size on UI_BP_FieldGuide_C_FindNavButtonFromMenu"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FindNavButtonFromMenu, Menu) == 0x000000, "Member 'UI_BP_FieldGuide_C_FindNavButtonFromMenu::Menu' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FindNavButtonFromMenu, Button) == 0x000008, "Member 'UI_BP_FieldGuide_C_FindNavButtonFromMenu::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FindNavButtonFromMenu, Temp_int_Array_Index_Variable) == 0x000010, "Member 'UI_BP_FieldGuide_C_FindNavButtonFromMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FindNavButtonFromMenu, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'UI_BP_FieldGuide_C_FindNavButtonFromMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FindNavButtonFromMenu, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_FieldGuide_C_FindNavButtonFromMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FindNavButtonFromMenu, CallFunc_Map_Keys_Keys) == 0x000020, "Member 'UI_BP_FieldGuide_C_FindNavButtonFromMenu::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FindNavButtonFromMenu, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'UI_BP_FieldGuide_C_FindNavButtonFromMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FindNavButtonFromMenu, CallFunc_Array_Get_Item) == 0x000038, "Member 'UI_BP_FieldGuide_C_FindNavButtonFromMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FindNavButtonFromMenu, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'UI_BP_FieldGuide_C_FindNavButtonFromMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FindNavButtonFromMenu, CallFunc_Map_Find_Value) == 0x000048, "Member 'UI_BP_FieldGuide_C_FindNavButtonFromMenu::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FindNavButtonFromMenu, CallFunc_Map_Find_ReturnValue) == 0x000050, "Member 'UI_BP_FieldGuide_C_FindNavButtonFromMenu::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FindNavButtonFromMenu, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000051, "Member 'UI_BP_FieldGuide_C_FindNavButtonFromMenu::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_FieldGuide_StartOnPage \ static_assert(alignof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_FieldGuide_StartOnPage"); \ static_assert(sizeof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage) == 0x000120, "Wrong size on UI_BP_FieldGuide_C_FieldGuide_StartOnPage"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, pageName) == 0x000000, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::pageName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, StartingOnIndex) == 0x000010, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::StartingOnIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, CurrentPage) == 0x000018, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::CurrentPage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, PagePath) == 0x000028, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::PagePath' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, PageRoot) == 0x000038, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::PageRoot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, Temp_byte_Variable) == 0x000048, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, CallFunc_Split_LeftS) == 0x000050, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::CallFunc_Split_LeftS' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, CallFunc_Split_RightS) == 0x000060, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::CallFunc_Split_RightS' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, CallFunc_Split_ReturnValue) == 0x000070, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::CallFunc_Split_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, CallFunc_ParseIntoArray_ReturnValue) == 0x000078, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::CallFunc_ParseIntoArray_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, Temp_bool_Variable) == 0x000088, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, Temp_string_Variable) == 0x000090, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, Temp_string_Variable_1) == 0x0000A0, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, Temp_bool_Variable_1) == 0x0000B0, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, Temp_string_Variable_2) == 0x0000B8, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::Temp_string_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, Temp_byte_Variable_1) == 0x0000C8, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000C9, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, Temp_bool_Variable_2) == 0x0000CA, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, CallFunc_GetUIManagerPure_ReturnValue) == 0x0000D0, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, K2Node_Select_Default) == 0x0000D8, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x0000D9, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, K2Node_Select_Default_1) == 0x0000E0, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x0000F0, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, CallFunc_EqualEqual_StrStr_ReturnValue_2) == 0x0000F8, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::CallFunc_EqualEqual_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, K2Node_Select_Default_2) == 0x000100, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, CallFunc_Map_Find_Value) == 0x000110, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, CallFunc_Map_Find_ReturnValue) == 0x000118, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, CallFunc_Map_Find_Value_1) == 0x000119, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, CallFunc_Map_Find_ReturnValue_1) == 0x00011A, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, CallFunc_IsMenuTabHidden_ReturnValue) == 0x00011B, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::CallFunc_IsMenuTabHidden_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_FieldGuide_StartOnPage, CallFunc_Not_PreBool_ReturnValue) == 0x00011C, "Member 'UI_BP_FieldGuide_C_FieldGuide_StartOnPage::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_GenerateNavLookupMaps \ static_assert(alignof(UI_BP_FieldGuide_C_GenerateNavLookupMaps) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_GenerateNavLookupMaps"); \ static_assert(sizeof(UI_BP_FieldGuide_C_GenerateNavLookupMaps) == 0x000130, "Wrong size on UI_BP_FieldGuide_C_GenerateNavLookupMaps"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_byte_Variable) == 0x000000, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_byte_Variable_1) == 0x000001, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_byte_Variable_2) == 0x000002, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_byte_Variable_3) == 0x000003, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_byte_Variable_4) == 0x000004, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable) == 0x000008, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable_1) == 0x000018, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable_2) == 0x000028, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable_3) == 0x000038, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable_4) == 0x000048, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable_5) == 0x000058, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable_6) == 0x000068, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable_7) == 0x000078, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable_8) == 0x000088, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable_9) == 0x000098, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable_10) == 0x0000A8, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable_11) == 0x0000B8, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable_12) == 0x0000C8, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable_13) == 0x0000D8, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable_14) == 0x0000E8, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable_15) == 0x0000F8, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable_15' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable_16) == 0x000108, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable_16' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_string_Variable_17) == 0x000118, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_string_Variable_17' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_byte_Variable_5) == 0x000128, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_byte_Variable_6) == 0x000129, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_byte_Variable_7) == 0x00012A, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GenerateNavLookupMaps, Temp_byte_Variable_8) == 0x00012B, "Member 'UI_BP_FieldGuide_C_GenerateNavLookupMaps::Temp_byte_Variable_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_SetLockedToPage \ static_assert(alignof(UI_BP_FieldGuide_C_SetLockedToPage) == 0x000001, "Wrong alignment on UI_BP_FieldGuide_C_SetLockedToPage"); \ static_assert(sizeof(UI_BP_FieldGuide_C_SetLockedToPage) == 0x000005, "Wrong size on UI_BP_FieldGuide_C_SetLockedToPage"); \ static_assert(offsetof(UI_BP_FieldGuide_C_SetLockedToPage, Locked) == 0x000000, "Member 'UI_BP_FieldGuide_C_SetLockedToPage::Locked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_SetLockedToPage, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_FieldGuide_C_SetLockedToPage::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_SetLockedToPage, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_FieldGuide_C_SetLockedToPage::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_SetLockedToPage, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_FieldGuide_C_SetLockedToPage::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_SetLockedToPage, K2Node_Select_Default) == 0x000004, "Member 'UI_BP_FieldGuide_C_SetLockedToPage::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_ExitPauseMenu \ static_assert(alignof(UI_BP_FieldGuide_C_ExitPauseMenu) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_ExitPauseMenu"); \ static_assert(sizeof(UI_BP_FieldGuide_C_ExitPauseMenu) == 0x000060, "Wrong size on UI_BP_FieldGuide_C_ExitPauseMenu"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, SkipFade) == 0x000000, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::SkipFade' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, ExitReason) == 0x000001, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::ExitReason' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_GetUIManagerPure_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_Get_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_GetActiveWidget_ReturnValue) == 0x000018, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_ForceCompleteTutorial_ReturnValue) == 0x000020, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_ForceCompleteTutorial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, K2Node_DynamicCast_AsUI_BP_Async_Load_Wrapper) == 0x000028, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::K2Node_DynamicCast_AsUI_BP_Async_Load_Wrapper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_IsTutorialStepActiveOrAboutToBe_ReturnValue) == 0x000031, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_IsTutorialStepActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, K2Node_DynamicCast_AsTab_Page_Widget) == 0x000038, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::K2Node_DynamicCast_AsTab_Page_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_IsTutorialStepActiveOrAboutToBe_ReturnValue_1) == 0x000041, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_IsTutorialStepActiveOrAboutToBe_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_IsTutorialStepActiveOrAboutToBe_ReturnValue_2) == 0x000042, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_IsTutorialStepActiveOrAboutToBe_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_IsTutorialStepActiveOrAboutToBe_ReturnValue_3) == 0x000043, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_IsTutorialStepActiveOrAboutToBe_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000044, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1) == 0x000045, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_2) == 0x000046, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_3) == 0x000047, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_4) == 0x000048, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_5) == 0x000049, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_IsTutorialStepActiveOrAboutToBe_ReturnValue_4) == 0x00004A, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_IsTutorialStepActiveOrAboutToBe_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_IsTutorialStepActiveOrAboutToBe_ReturnValue_5) == 0x00004B, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_IsTutorialStepActiveOrAboutToBe_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_6) == 0x00004C, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_AutoSaveGameData_ReturnValue) == 0x00004D, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_AutoSaveGameData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_Get_ReturnValue_1) == 0x000050, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitPauseMenu, CallFunc_GetMapSubSystem_ReturnValue) == 0x000058, "Member 'UI_BP_FieldGuide_C_ExitPauseMenu::CallFunc_GetMapSubSystem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_HandleBackup \ static_assert(alignof(UI_BP_FieldGuide_C_HandleBackup) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_HandleBackup"); \ static_assert(sizeof(UI_BP_FieldGuide_C_HandleBackup) == 0x000070, "Wrong size on UI_BP_FieldGuide_C_HandleBackup"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, CallFunc_GetUIManagerPure_ReturnValue) == 0x000000, "Member 'UI_BP_FieldGuide_C_HandleBackup::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, CallFunc_SelectInt_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuide_C_HandleBackup::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_FieldGuide_C_HandleBackup::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x000010, "Member 'UI_BP_FieldGuide_C_HandleBackup::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, CallFunc_GetUIManagerPure_ReturnValue_2) == 0x000018, "Member 'UI_BP_FieldGuide_C_HandleBackup::CallFunc_GetUIManagerPure_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, CallFunc_Get_ReturnValue) == 0x000020, "Member 'UI_BP_FieldGuide_C_HandleBackup::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, CallFunc_GetToMapFromBackButton_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuide_C_HandleBackup::CallFunc_GetToMapFromBackButton_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, CallFunc_ForceCompleteTutorial_ReturnValue) == 0x000029, "Member 'UI_BP_FieldGuide_C_HandleBackup::CallFunc_ForceCompleteTutorial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x00002A, "Member 'UI_BP_FieldGuide_C_HandleBackup::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, CallFunc_ForceCompleteTutorial_ReturnValue_1) == 0x00002B, "Member 'UI_BP_FieldGuide_C_HandleBackup::CallFunc_ForceCompleteTutorial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1) == 0x00002C, "Member 'UI_BP_FieldGuide_C_HandleBackup::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, K2Node_CreateDelegate_OutputDelegate) == 0x000030, "Member 'UI_BP_FieldGuide_C_HandleBackup::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, CallFunc_ReadStat_ReturnValue) == 0x000040, "Member 'UI_BP_FieldGuide_C_HandleBackup::CallFunc_ReadStat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000044, "Member 'UI_BP_FieldGuide_C_HandleBackup::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000045, "Member 'UI_BP_FieldGuide_C_HandleBackup::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, CallFunc_GetActiveWidget_ReturnValue) == 0x000048, "Member 'UI_BP_FieldGuide_C_HandleBackup::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, K2Node_DynamicCast_AsUI_BP_Async_Load_Wrapper) == 0x000050, "Member 'UI_BP_FieldGuide_C_HandleBackup::K2Node_DynamicCast_AsUI_BP_Async_Load_Wrapper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'UI_BP_FieldGuide_C_HandleBackup::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, K2Node_DynamicCast_AsTab_Page_Widget) == 0x000060, "Member 'UI_BP_FieldGuide_C_HandleBackup::K2Node_DynamicCast_AsTab_Page_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleBackup, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'UI_BP_FieldGuide_C_HandleBackup::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_CanExit \ static_assert(alignof(UI_BP_FieldGuide_C_CanExit) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_CanExit"); \ static_assert(sizeof(UI_BP_FieldGuide_C_CanExit) == 0x000018, "Wrong size on UI_BP_FieldGuide_C_CanExit"); \ static_assert(offsetof(UI_BP_FieldGuide_C_CanExit, CanExit_0) == 0x000000, "Member 'UI_BP_FieldGuide_C_CanExit::CanExit_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_CanExit, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuide_C_CanExit::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_CanExit, CallFunc_GetContextOnActor_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuide_C_CanExit::CallFunc_GetContextOnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_CanExit, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'UI_BP_FieldGuide_C_CanExit::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_OutroFinishedWhenLockedToPage \ static_assert(alignof(UI_BP_FieldGuide_C_OutroFinishedWhenLockedToPage) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_OutroFinishedWhenLockedToPage"); \ static_assert(sizeof(UI_BP_FieldGuide_C_OutroFinishedWhenLockedToPage) == 0x000020, "Wrong size on UI_BP_FieldGuide_C_OutroFinishedWhenLockedToPage"); \ static_assert(offsetof(UI_BP_FieldGuide_C_OutroFinishedWhenLockedToPage, PhoenixUserWidget) == 0x000000, "Member 'UI_BP_FieldGuide_C_OutroFinishedWhenLockedToPage::PhoenixUserWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_OutroFinishedWhenLockedToPage, IntParam) == 0x000008, "Member 'UI_BP_FieldGuide_C_OutroFinishedWhenLockedToPage::IntParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_OutroFinishedWhenLockedToPage, K2Node_DynamicCast_AsTab_Page_Widget) == 0x000010, "Member 'UI_BP_FieldGuide_C_OutroFinishedWhenLockedToPage::K2Node_DynamicCast_AsTab_Page_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_OutroFinishedWhenLockedToPage, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_FieldGuide_C_OutroFinishedWhenLockedToPage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_PageOutroFinished \ static_assert(alignof(UI_BP_FieldGuide_C_PageOutroFinished) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_PageOutroFinished"); \ static_assert(sizeof(UI_BP_FieldGuide_C_PageOutroFinished) == 0x000020, "Wrong size on UI_BP_FieldGuide_C_PageOutroFinished"); \ static_assert(offsetof(UI_BP_FieldGuide_C_PageOutroFinished, PhoenixUserWidget) == 0x000000, "Member 'UI_BP_FieldGuide_C_PageOutroFinished::PhoenixUserWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_PageOutroFinished, IntParam) == 0x000008, "Member 'UI_BP_FieldGuide_C_PageOutroFinished::IntParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_PageOutroFinished, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_FieldGuide_C_PageOutroFinished::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_PageOutroFinished, K2Node_DynamicCast_AsTab_Page_Widget) == 0x000010, "Member 'UI_BP_FieldGuide_C_PageOutroFinished::K2Node_DynamicCast_AsTab_Page_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_PageOutroFinished, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_FieldGuide_C_PageOutroFinished::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_StartNewPage \ static_assert(alignof(UI_BP_FieldGuide_C_StartNewPage) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_StartNewPage"); \ static_assert(sizeof(UI_BP_FieldGuide_C_StartNewPage) == 0x000030, "Wrong size on UI_BP_FieldGuide_C_StartNewPage"); \ static_assert(offsetof(UI_BP_FieldGuide_C_StartNewPage, CallFunc_CreateFirstLegendArray_OutLegendArray) == 0x000000, "Member 'UI_BP_FieldGuide_C_StartNewPage::CallFunc_CreateFirstLegendArray_OutLegendArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_StartNewPage, CallFunc_FindNavButtonFromMenu_Button) == 0x000010, "Member 'UI_BP_FieldGuide_C_StartNewPage::CallFunc_FindNavButtonFromMenu_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_StartNewPage, CallFunc_Map_Find_Value) == 0x000018, "Member 'UI_BP_FieldGuide_C_StartNewPage::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_StartNewPage, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuide_C_StartNewPage::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_StartNewPage, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'UI_BP_FieldGuide_C_StartNewPage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_ExitMenuRequestedDelegate \ static_assert(alignof(UI_BP_FieldGuide_C_ExitMenuRequestedDelegate) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_ExitMenuRequestedDelegate"); \ static_assert(sizeof(UI_BP_FieldGuide_C_ExitMenuRequestedDelegate) == 0x000018, "Wrong size on UI_BP_FieldGuide_C_ExitMenuRequestedDelegate"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitMenuRequestedDelegate, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_FieldGuide_C_ExitMenuRequestedDelegate::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitMenuRequestedDelegate, CallFunc_CanExit_CanExit) == 0x000008, "Member 'UI_BP_FieldGuide_C_ExitMenuRequestedDelegate::CallFunc_CanExit_CanExit' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitMenuRequestedDelegate, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000009, "Member 'UI_BP_FieldGuide_C_ExitMenuRequestedDelegate::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitMenuRequestedDelegate, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1) == 0x00000A, "Member 'UI_BP_FieldGuide_C_ExitMenuRequestedDelegate::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitMenuRequestedDelegate, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_2) == 0x00000B, "Member 'UI_BP_FieldGuide_C_ExitMenuRequestedDelegate::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitMenuRequestedDelegate, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_3) == 0x00000C, "Member 'UI_BP_FieldGuide_C_ExitMenuRequestedDelegate::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitMenuRequestedDelegate, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_4) == 0x00000D, "Member 'UI_BP_FieldGuide_C_ExitMenuRequestedDelegate::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitMenuRequestedDelegate, CallFunc_IsTutorialStepActiveOrAboutToBe_ReturnValue) == 0x00000E, "Member 'UI_BP_FieldGuide_C_ExitMenuRequestedDelegate::CallFunc_IsTutorialStepActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ExitMenuRequestedDelegate, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuide_C_ExitMenuRequestedDelegate::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_Close_Field_Guide_Requested \ static_assert(alignof(UI_BP_FieldGuide_C_Close_Field_Guide_Requested) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_Close_Field_Guide_Requested"); \ static_assert(sizeof(UI_BP_FieldGuide_C_Close_Field_Guide_Requested) == 0x000010, "Wrong size on UI_BP_FieldGuide_C_Close_Field_Guide_Requested"); \ static_assert(offsetof(UI_BP_FieldGuide_C_Close_Field_Guide_Requested, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_FieldGuide_C_Close_Field_Guide_Requested::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_Close_Field_Guide_Requested, CallFunc_ForceCompleteTutorial_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuide_C_Close_Field_Guide_Requested::CallFunc_ForceCompleteTutorial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_Close_Field_Guide_Requested, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000009, "Member 'UI_BP_FieldGuide_C_Close_Field_Guide_Requested::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_Close_Field_Guide_Requested, CallFunc_CanExit_CanExit) == 0x00000A, "Member 'UI_BP_FieldGuide_C_Close_Field_Guide_Requested::CallFunc_CanExit_CanExit' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_Close_Field_Guide_Requested, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000B, "Member 'UI_BP_FieldGuide_C_Close_Field_Guide_Requested::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_Close_Field_Guide_Requested, CallFunc_PostEventAtLocation_ReturnValue) == 0x00000C, "Member 'UI_BP_FieldGuide_C_Close_Field_Guide_Requested::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_ShowBackgroundScrim \ static_assert(alignof(UI_BP_FieldGuide_C_ShowBackgroundScrim) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_ShowBackgroundScrim"); \ static_assert(sizeof(UI_BP_FieldGuide_C_ShowBackgroundScrim) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_ShowBackgroundScrim"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ShowBackgroundScrim, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UI_BP_FieldGuide_C_ShowBackgroundScrim::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_HideBackgroundScrim \ static_assert(alignof(UI_BP_FieldGuide_C_HideBackgroundScrim) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_HideBackgroundScrim"); \ static_assert(sizeof(UI_BP_FieldGuide_C_HideBackgroundScrim) == 0x000008, "Wrong size on UI_BP_FieldGuide_C_HideBackgroundScrim"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HideBackgroundScrim, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000000, "Member 'UI_BP_FieldGuide_C_HideBackgroundScrim::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_HandleNewTabRequested \ static_assert(alignof(UI_BP_FieldGuide_C_HandleNewTabRequested) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_HandleNewTabRequested"); \ static_assert(sizeof(UI_BP_FieldGuide_C_HandleNewTabRequested) == 0x000030, "Wrong size on UI_BP_FieldGuide_C_HandleNewTabRequested"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNewTabRequested, NewPage_0) == 0x000000, "Member 'UI_BP_FieldGuide_C_HandleNewTabRequested::NewPage_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNewTabRequested, DestPath) == 0x000008, "Member 'UI_BP_FieldGuide_C_HandleNewTabRequested::DestPath' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNewTabRequested, Temp_byte_Variable) == 0x000018, "Member 'UI_BP_FieldGuide_C_HandleNewTabRequested::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNewTabRequested, K2Node_Select_Default) == 0x000020, "Member 'UI_BP_FieldGuide_C_HandleNewTabRequested::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNewTabRequested, CallFunc_HandleNavBarClicked_Handled) == 0x000028, "Member 'UI_BP_FieldGuide_C_HandleNewTabRequested::CallFunc_HandleNavBarClicked_Handled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNewTabRequested, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'UI_BP_FieldGuide_C_HandleNewTabRequested::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_HandleDisabledTabs \ static_assert(alignof(UI_BP_FieldGuide_C_HandleDisabledTabs) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_HandleDisabledTabs"); \ static_assert(sizeof(UI_BP_FieldGuide_C_HandleDisabledTabs) == 0x000068, "Wrong size on UI_BP_FieldGuide_C_HandleDisabledTabs"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleDisabledTabs, TempDisabledTabs) == 0x000000, "Member 'UI_BP_FieldGuide_C_HandleDisabledTabs::TempDisabledTabs' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleDisabledTabs, Temp_int_Array_Index_Variable) == 0x000010, "Member 'UI_BP_FieldGuide_C_HandleDisabledTabs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleDisabledTabs, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'UI_BP_FieldGuide_C_HandleDisabledTabs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleDisabledTabs, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_FieldGuide_C_HandleDisabledTabs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleDisabledTabs, Temp_byte_Variable) == 0x00001C, "Member 'UI_BP_FieldGuide_C_HandleDisabledTabs::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleDisabledTabs, Temp_byte_Variable_1) == 0x00001D, "Member 'UI_BP_FieldGuide_C_HandleDisabledTabs::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleDisabledTabs, CallFunc_Array_Get_Item) == 0x00001E, "Member 'UI_BP_FieldGuide_C_HandleDisabledTabs::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleDisabledTabs, CallFunc_Array_AddUnique_ReturnValue) == 0x000020, "Member 'UI_BP_FieldGuide_C_HandleDisabledTabs::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleDisabledTabs, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'UI_BP_FieldGuide_C_HandleDisabledTabs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleDisabledTabs, CallFunc_Get_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuide_C_HandleDisabledTabs::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleDisabledTabs, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'UI_BP_FieldGuide_C_HandleDisabledTabs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleDisabledTabs, CallFunc_GetMapSubSystem_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuide_C_HandleDisabledTabs::CallFunc_GetMapSubSystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleDisabledTabs, CallFunc_IsDungeon_ReturnValue) == 0x000040, "Member 'UI_BP_FieldGuide_C_HandleDisabledTabs::CallFunc_IsDungeon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleDisabledTabs, CallFunc_GetUIManagerPure_ReturnValue) == 0x000048, "Member 'UI_BP_FieldGuide_C_HandleDisabledTabs::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleDisabledTabs, K2Node_Select_Default) == 0x000050, "Member 'UI_BP_FieldGuide_C_HandleDisabledTabs::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleDisabledTabs, CallFunc_GetHiddenMenuTabs_ReturnValue) == 0x000058, "Member 'UI_BP_FieldGuide_C_HandleDisabledTabs::CallFunc_GetHiddenMenuTabs_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_ShouldSkipPage \ static_assert(alignof(UI_BP_FieldGuide_C_ShouldSkipPage) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_ShouldSkipPage"); \ static_assert(sizeof(UI_BP_FieldGuide_C_ShouldSkipPage) == 0x000028, "Wrong size on UI_BP_FieldGuide_C_ShouldSkipPage"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ShouldSkipPage, MenuPage) == 0x000000, "Member 'UI_BP_FieldGuide_C_ShouldSkipPage::MenuPage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ShouldSkipPage, ShouldSkip) == 0x000008, "Member 'UI_BP_FieldGuide_C_ShouldSkipPage::ShouldSkip' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ShouldSkipPage, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000009, "Member 'UI_BP_FieldGuide_C_ShouldSkipPage::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ShouldSkipPage, CallFunc_Map_Find_Value) == 0x00000A, "Member 'UI_BP_FieldGuide_C_ShouldSkipPage::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ShouldSkipPage, CallFunc_Map_Find_ReturnValue) == 0x00000B, "Member 'UI_BP_FieldGuide_C_ShouldSkipPage::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ShouldSkipPage, CallFunc_GetUIManagerPure_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuide_C_ShouldSkipPage::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ShouldSkipPage, CallFunc_GetMapSubSystem_ReturnValue) == 0x000018, "Member 'UI_BP_FieldGuide_C_ShouldSkipPage::CallFunc_GetMapSubSystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ShouldSkipPage, CallFunc_IsMenuTabHidden_ReturnValue) == 0x000020, "Member 'UI_BP_FieldGuide_C_ShouldSkipPage::CallFunc_IsMenuTabHidden_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ShouldSkipPage, CallFunc_IsDungeon_ReturnValue) == 0x000021, "Member 'UI_BP_FieldGuide_C_ShouldSkipPage::CallFunc_IsDungeon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ShouldSkipPage, CallFunc_BooleanAND_ReturnValue) == 0x000022, "Member 'UI_BP_FieldGuide_C_ShouldSkipPage::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ShouldSkipPage, CallFunc_BooleanOR_ReturnValue) == 0x000023, "Member 'UI_BP_FieldGuide_C_ShouldSkipPage::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm \ static_assert(alignof(UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm"); \ static_assert(sizeof(UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm) == 0x000050, "Wrong size on UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm, InputAction) == 0x000000, "Member 'UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm, InputEvent) == 0x000001, "Member 'UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm, Handled) == 0x000002, "Member 'UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm::Handled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm, K2Node_DynamicCast_AsSystem_Menu_Widget) == 0x000008, "Member 'UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm::K2Node_DynamicCast_AsSystem_Menu_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm, CallFunc_SettingsNeedExitConfirmed_OutConfirmTitle) == 0x000018, "Member 'UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm::CallFunc_SettingsNeedExitConfirmed_OutConfirmTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm, CallFunc_SettingsNeedExitConfirmed_OutConfirmDesc) == 0x000028, "Member 'UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm::CallFunc_SettingsNeedExitConfirmed_OutConfirmDesc' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm, CallFunc_SettingsNeedExitConfirmed_ReturnValue) == 0x000038, "Member 'UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm::CallFunc_SettingsNeedExitConfirmed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm, CallFunc_GetActiveWidget_ReturnValue) == 0x000040, "Member 'UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000048, "Member 'UI_BP_FieldGuide_C_ConditionallyHandleSettingsConfirm::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton \ static_assert(alignof(UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton"); \ static_assert(sizeof(UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton) == 0x000020, "Wrong size on UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton, NavBarButton) == 0x000000, "Member 'UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton::NavBarButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton, CallFunc_HandleNavBarClicked_Handled) == 0x000008, "Member 'UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton::CallFunc_HandleNavBarClicked_Handled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton, CallFunc_Map_Find_Value) == 0x000010, "Member 'UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton, CallFunc_Map_Find_ReturnValue) == 0x000018, "Member 'UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000019, "Member 'UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton, CallFunc_Map_Find_Value_1) == 0x00001A, "Member 'UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton, CallFunc_Map_Find_ReturnValue_1) == 0x00001B, "Member 'UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton, K2Node_SwitchEnum_CmpSuccess) == 0x00001C, "Member 'UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton, CallFunc_ShouldSkipPage_ShouldSkip) == 0x00001D, "Member 'UI_BP_FieldGuide_C_HandleHotkeyPressedForNavButton::CallFunc_ShouldSkipPage_ShouldSkip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_IsGraphicsChangeConfirmPopupShown \ static_assert(alignof(UI_BP_FieldGuide_C_IsGraphicsChangeConfirmPopupShown) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_IsGraphicsChangeConfirmPopupShown"); \ static_assert(sizeof(UI_BP_FieldGuide_C_IsGraphicsChangeConfirmPopupShown) == 0x000020, "Wrong size on UI_BP_FieldGuide_C_IsGraphicsChangeConfirmPopupShown"); \ static_assert(offsetof(UI_BP_FieldGuide_C_IsGraphicsChangeConfirmPopupShown, IsShown) == 0x000000, "Member 'UI_BP_FieldGuide_C_IsGraphicsChangeConfirmPopupShown::IsShown' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_IsGraphicsChangeConfirmPopupShown, CallFunc_GetActiveWidget_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuide_C_IsGraphicsChangeConfirmPopupShown::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_IsGraphicsChangeConfirmPopupShown, K2Node_DynamicCast_AsUI_BP_FG_Settings_Screen) == 0x000010, "Member 'UI_BP_FieldGuide_C_IsGraphicsChangeConfirmPopupShown::K2Node_DynamicCast_AsUI_BP_FG_Settings_Screen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_IsGraphicsChangeConfirmPopupShown, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_FieldGuide_C_IsGraphicsChangeConfirmPopupShown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_IsGraphicsChangeConfirmPopupShown, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000019, "Member 'UI_BP_FieldGuide_C_IsGraphicsChangeConfirmPopupShown::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_HandleNavigateNavBarLeft \ static_assert(alignof(UI_BP_FieldGuide_C_HandleNavigateNavBarLeft) == 0x000001, "Wrong alignment on UI_BP_FieldGuide_C_HandleNavigateNavBarLeft"); \ static_assert(sizeof(UI_BP_FieldGuide_C_HandleNavigateNavBarLeft) == 0x000002, "Wrong size on UI_BP_FieldGuide_C_HandleNavigateNavBarLeft"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavigateNavBarLeft, CallFunc_ShouldSkipPage_ShouldSkip) == 0x000000, "Member 'UI_BP_FieldGuide_C_HandleNavigateNavBarLeft::CallFunc_ShouldSkipPage_ShouldSkip' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavigateNavBarLeft, K2Node_SwitchInteger_CmpSuccess) == 0x000001, "Member 'UI_BP_FieldGuide_C_HandleNavigateNavBarLeft::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_HandleNavigateNavBarRight \ static_assert(alignof(UI_BP_FieldGuide_C_HandleNavigateNavBarRight) == 0x000001, "Wrong alignment on UI_BP_FieldGuide_C_HandleNavigateNavBarRight"); \ static_assert(sizeof(UI_BP_FieldGuide_C_HandleNavigateNavBarRight) == 0x000002, "Wrong size on UI_BP_FieldGuide_C_HandleNavigateNavBarRight"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavigateNavBarRight, CallFunc_ShouldSkipPage_ShouldSkip) == 0x000000, "Member 'UI_BP_FieldGuide_C_HandleNavigateNavBarRight::CallFunc_ShouldSkipPage_ShouldSkip' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_HandleNavigateNavBarRight, K2Node_SwitchInteger_CmpSuccess) == 0x000001, "Member 'UI_BP_FieldGuide_C_HandleNavigateNavBarRight::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_IsInspectableShown \ static_assert(alignof(UI_BP_FieldGuide_C_IsInspectableShown) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_IsInspectableShown"); \ static_assert(sizeof(UI_BP_FieldGuide_C_IsInspectableShown) == 0x000020, "Wrong size on UI_BP_FieldGuide_C_IsInspectableShown"); \ static_assert(offsetof(UI_BP_FieldGuide_C_IsInspectableShown, IsShown) == 0x000000, "Member 'UI_BP_FieldGuide_C_IsInspectableShown::IsShown' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_IsInspectableShown, CallFunc_GetActiveWidget_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuide_C_IsInspectableShown::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_IsInspectableShown, K2Node_DynamicCast_AsUI_BP_FG_Inventory_Screen) == 0x000010, "Member 'UI_BP_FieldGuide_C_IsInspectableShown::K2Node_DynamicCast_AsUI_BP_FG_Inventory_Screen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_IsInspectableShown, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_FieldGuide_C_IsInspectableShown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_IsInspectableShown, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000019, "Member 'UI_BP_FieldGuide_C_IsInspectableShown::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_GetPageIndex \ static_assert(alignof(UI_BP_FieldGuide_C_GetPageIndex) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_GetPageIndex"); \ static_assert(sizeof(UI_BP_FieldGuide_C_GetPageIndex) == 0x000058, "Wrong size on UI_BP_FieldGuide_C_GetPageIndex"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, PageWidget) == 0x000000, "Member 'UI_BP_FieldGuide_C_GetPageIndex::PageWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, Index_0) == 0x000008, "Member 'UI_BP_FieldGuide_C_GetPageIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, OutIndex) == 0x00000C, "Member 'UI_BP_FieldGuide_C_GetPageIndex::OutIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuide_C_GetPageIndex::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, Temp_bool_True_if_break_was_hit_Variable) == 0x000011, "Member 'UI_BP_FieldGuide_C_GetPageIndex::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'UI_BP_FieldGuide_C_GetPageIndex::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, Temp_int_Array_Index_Variable) == 0x000014, "Member 'UI_BP_FieldGuide_C_GetPageIndex::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'UI_BP_FieldGuide_C_GetPageIndex::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'UI_BP_FieldGuide_C_GetPageIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, CallFunc_GetAllChildren_ReturnValue) == 0x000020, "Member 'UI_BP_FieldGuide_C_GetPageIndex::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'UI_BP_FieldGuide_C_GetPageIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, CallFunc_Array_Get_Item) == 0x000038, "Member 'UI_BP_FieldGuide_C_GetPageIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'UI_BP_FieldGuide_C_GetPageIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000041, "Member 'UI_BP_FieldGuide_C_GetPageIndex::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, CallFunc_BooleanAND_ReturnValue) == 0x000042, "Member 'UI_BP_FieldGuide_C_GetPageIndex::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, K2Node_DynamicCast_AsAsync_Load_Wrapper) == 0x000048, "Member 'UI_BP_FieldGuide_C_GetPageIndex::K2Node_DynamicCast_AsAsync_Load_Wrapper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'UI_BP_FieldGuide_C_GetPageIndex::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GetPageIndex, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000051, "Member 'UI_BP_FieldGuide_C_GetPageIndex::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_DoesTutorialPreventBackingOut \ static_assert(alignof(UI_BP_FieldGuide_C_DoesTutorialPreventBackingOut) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_DoesTutorialPreventBackingOut"); \ static_assert(sizeof(UI_BP_FieldGuide_C_DoesTutorialPreventBackingOut) == 0x000018, "Wrong size on UI_BP_FieldGuide_C_DoesTutorialPreventBackingOut"); \ static_assert(offsetof(UI_BP_FieldGuide_C_DoesTutorialPreventBackingOut, Prevented) == 0x000000, "Member 'UI_BP_FieldGuide_C_DoesTutorialPreventBackingOut::Prevented' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_DoesTutorialPreventBackingOut, CallFunc_Get_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuide_C_DoesTutorialPreventBackingOut::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_DoesTutorialPreventBackingOut, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuide_C_DoesTutorialPreventBackingOut::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_DoesTutorialPreventExitingPauseMenu \ static_assert(alignof(UI_BP_FieldGuide_C_DoesTutorialPreventExitingPauseMenu) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_DoesTutorialPreventExitingPauseMenu"); \ static_assert(sizeof(UI_BP_FieldGuide_C_DoesTutorialPreventExitingPauseMenu) == 0x000018, "Wrong size on UI_BP_FieldGuide_C_DoesTutorialPreventExitingPauseMenu"); \ static_assert(offsetof(UI_BP_FieldGuide_C_DoesTutorialPreventExitingPauseMenu, Prevented) == 0x000000, "Member 'UI_BP_FieldGuide_C_DoesTutorialPreventExitingPauseMenu::Prevented' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_DoesTutorialPreventExitingPauseMenu, CallFunc_Get_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuide_C_DoesTutorialPreventExitingPauseMenu::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_DoesTutorialPreventExitingPauseMenu, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuide_C_DoesTutorialPreventExitingPauseMenu::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_TerminateLingeringTutorials \ static_assert(alignof(UI_BP_FieldGuide_C_TerminateLingeringTutorials) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_TerminateLingeringTutorials"); \ static_assert(sizeof(UI_BP_FieldGuide_C_TerminateLingeringTutorials) == 0x000010, "Wrong size on UI_BP_FieldGuide_C_TerminateLingeringTutorials"); \ static_assert(offsetof(UI_BP_FieldGuide_C_TerminateLingeringTutorials, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_FieldGuide_C_TerminateLingeringTutorials::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_TerminateLingeringTutorials, CallFunc_ForceCompleteTutorial_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuide_C_TerminateLingeringTutorials::CallFunc_ForceCompleteTutorial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_TerminateLingeringTutorials, CallFunc_ForceCompleteTutorial_ReturnValue_1) == 0x000009, "Member 'UI_BP_FieldGuide_C_TerminateLingeringTutorials::CallFunc_ForceCompleteTutorial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_TerminateLingeringTutorials, CallFunc_ForceCompleteTutorial_ReturnValue_2) == 0x00000A, "Member 'UI_BP_FieldGuide_C_TerminateLingeringTutorials::CallFunc_ForceCompleteTutorial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_TerminateLingeringTutorials, CallFunc_ForceCompleteTutorial_ReturnValue_3) == 0x00000B, "Member 'UI_BP_FieldGuide_C_TerminateLingeringTutorials::CallFunc_ForceCompleteTutorial_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_TerminateLingeringTutorials, CallFunc_ForceCompleteTutorial_ReturnValue_4) == 0x00000C, "Member 'UI_BP_FieldGuide_C_TerminateLingeringTutorials::CallFunc_ForceCompleteTutorial_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_CreateFirstLegendArray \ static_assert(alignof(UI_BP_FieldGuide_C_CreateFirstLegendArray) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_CreateFirstLegendArray"); \ static_assert(sizeof(UI_BP_FieldGuide_C_CreateFirstLegendArray) == 0x0000B0, "Wrong size on UI_BP_FieldGuide_C_CreateFirstLegendArray"); \ static_assert(offsetof(UI_BP_FieldGuide_C_CreateFirstLegendArray, OutLegendArray) == 0x000000, "Member 'UI_BP_FieldGuide_C_CreateFirstLegendArray::OutLegendArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_CreateFirstLegendArray, LocalLegendArray) == 0x000010, "Member 'UI_BP_FieldGuide_C_CreateFirstLegendArray::LocalLegendArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_CreateFirstLegendArray, CallFunc_Get_ReturnValue) == 0x000020, "Member 'UI_BP_FieldGuide_C_CreateFirstLegendArray::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_CreateFirstLegendArray, CallFunc_IsPhotoModeAllowed_bIsPhotoModeAllowed) == 0x000028, "Member 'UI_BP_FieldGuide_C_CreateFirstLegendArray::CallFunc_IsPhotoModeAllowed_bIsPhotoModeAllowed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_CreateFirstLegendArray, CallFunc_IsDirectlyEnteringSubMenu_ReturnValue) == 0x000029, "Member 'UI_BP_FieldGuide_C_CreateFirstLegendArray::CallFunc_IsDirectlyEnteringSubMenu_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_CreateFirstLegendArray, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'UI_BP_FieldGuide_C_CreateFirstLegendArray::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_CreateFirstLegendArray, K2Node_MakeStruct_LegendItemData) == 0x000030, "Member 'UI_BP_FieldGuide_C_CreateFirstLegendArray::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_CreateFirstLegendArray, K2Node_MakeStruct_LegendItemData_1) == 0x000060, "Member 'UI_BP_FieldGuide_C_CreateFirstLegendArray::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_CreateFirstLegendArray, K2Node_MakeArray_Array) == 0x000090, "Member 'UI_BP_FieldGuide_C_CreateFirstLegendArray::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_CreateFirstLegendArray, K2Node_MakeArray_Array_1) == 0x0000A0, "Member 'UI_BP_FieldGuide_C_CreateFirstLegendArray::K2Node_MakeArray_Array_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_IsPhotoModeAllowed \ static_assert(alignof(UI_BP_FieldGuide_C_IsPhotoModeAllowed) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_IsPhotoModeAllowed"); \ static_assert(sizeof(UI_BP_FieldGuide_C_IsPhotoModeAllowed) == 0x000020, "Wrong size on UI_BP_FieldGuide_C_IsPhotoModeAllowed"); \ static_assert(offsetof(UI_BP_FieldGuide_C_IsPhotoModeAllowed, bIsPhotoModeAllowed) == 0x000000, "Member 'UI_BP_FieldGuide_C_IsPhotoModeAllowed::bIsPhotoModeAllowed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_IsPhotoModeAllowed, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuide_C_IsPhotoModeAllowed::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_IsPhotoModeAllowed, CallFunc_GetContextOnActor_ReturnValue) == 0x000010, "Member 'UI_BP_FieldGuide_C_IsPhotoModeAllowed::CallFunc_GetContextOnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_IsPhotoModeAllowed, CallFunc_GetInt32Variable_OnActor_ReturnValue) == 0x000014, "Member 'UI_BP_FieldGuide_C_IsPhotoModeAllowed::CallFunc_GetInt32Variable_OnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_IsPhotoModeAllowed, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'UI_BP_FieldGuide_C_IsPhotoModeAllowed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_IsPhotoModeAllowed, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000019, "Member 'UI_BP_FieldGuide_C_IsPhotoModeAllowed::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_IsPhotoModeAllowed, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'UI_BP_FieldGuide_C_IsPhotoModeAllowed::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FieldGuide_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FieldGuide_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FieldGuide_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FieldGuide_C_GatherMenuReaderStrings) == 0x000048, "Wrong size on UI_BP_FieldGuide_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FieldGuide_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FieldGuide_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FieldGuide_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FieldGuide_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FieldGuide_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_FieldGuide_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FieldGuide_C \ static_assert(alignof(UUI_BP_FieldGuide_C) == 0x000008, "Wrong alignment on UUI_BP_FieldGuide_C"); \ static_assert(sizeof(UUI_BP_FieldGuide_C) == 0x000608, "Wrong size on UUI_BP_FieldGuide_C"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, UberGraphFrame) == 0x000378, "Member 'UUI_BP_FieldGuide_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, fadeScrim) == 0x000380, "Member 'UUI_BP_FieldGuide_C::fadeScrim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, Async_FG_Actions) == 0x000388, "Member 'UUI_BP_FieldGuide_C::Async_FG_Actions' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, Async_FG_Collections) == 0x000390, "Member 'UUI_BP_FieldGuide_C::Async_FG_Collections' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, Async_FG_Gear) == 0x000398, "Member 'UUI_BP_FieldGuide_C::Async_FG_Gear' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, Async_FG_Inventory) == 0x0003A0, "Member 'UUI_BP_FieldGuide_C::Async_FG_Inventory' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, Async_FG_Map) == 0x0003A8, "Member 'UUI_BP_FieldGuide_C::Async_FG_Map' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, Async_FG_OwlMail) == 0x0003B0, "Member 'UUI_BP_FieldGuide_C::Async_FG_OwlMail' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, Async_FG_Quests) == 0x0003B8, "Member 'UUI_BP_FieldGuide_C::Async_FG_Quests' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, Async_FG_Settings) == 0x0003C0, "Member 'UUI_BP_FieldGuide_C::Async_FG_Settings' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, Async_FG_Talents) == 0x0003C8, "Member 'UUI_BP_FieldGuide_C::Async_FG_Talents' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, backgroundDim) == 0x0003D0, "Member 'UUI_BP_FieldGuide_C::backgroundDim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, backgroundHide) == 0x0003D8, "Member 'UUI_BP_FieldGuide_C::backgroundHide' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, btn_Actions) == 0x0003E0, "Member 'UUI_BP_FieldGuide_C::btn_Actions' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, btn_Character) == 0x0003E8, "Member 'UUI_BP_FieldGuide_C::btn_Character' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, btn_Collections) == 0x0003F0, "Member 'UUI_BP_FieldGuide_C::btn_Collections' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, btn_Inventory) == 0x0003F8, "Member 'UUI_BP_FieldGuide_C::btn_Inventory' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, btn_Mail) == 0x000400, "Member 'UUI_BP_FieldGuide_C::btn_Mail' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, btn_Map) == 0x000408, "Member 'UUI_BP_FieldGuide_C::btn_Map' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, btn_Missions) == 0x000410, "Member 'UUI_BP_FieldGuide_C::btn_Missions' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, btn_Settings) == 0x000418, "Member 'UUI_BP_FieldGuide_C::btn_Settings' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, btn_Talents) == 0x000420, "Member 'UUI_BP_FieldGuide_C::btn_Talents' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, FG_IndexPage) == 0x000428, "Member 'UUI_BP_FieldGuide_C::FG_IndexPage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, HiddenButtonForHoverEvents) == 0x000430, "Member 'UUI_BP_FieldGuide_C::HiddenButtonForHoverEvents' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, Legend) == 0x000438, "Member 'UUI_BP_FieldGuide_C::Legend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, MenuWidgetSwitcher) == 0x000440, "Member 'UUI_BP_FieldGuide_C::MenuWidgetSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, navBar) == 0x000448, "Member 'UUI_BP_FieldGuide_C::navBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, NavBarContainer) == 0x000450, "Member 'UUI_BP_FieldGuide_C::NavBarContainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, NavBarLeftButton) == 0x000458, "Member 'UUI_BP_FieldGuide_C::NavBarLeftButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, NavBarRightButton) == 0x000460, "Member 'UUI_BP_FieldGuide_C::NavBarRightButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, HiddenButtonHovered) == 0x000468, "Member 'UUI_BP_FieldGuide_C::HiddenButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, NavBarToMenuMap) == 0x000470, "Member 'UUI_BP_FieldGuide_C::NavBarToMenuMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, SelectedNavBarButton) == 0x0004C0, "Member 'UUI_BP_FieldGuide_C::SelectedNavBarButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, DisplayPageDelay) == 0x0004C8, "Member 'UUI_BP_FieldGuide_C::DisplayPageDelay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, PageNameToMenuMap) == 0x0004D0, "Member 'UUI_BP_FieldGuide_C::PageNameToMenuMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, LockedToPage) == 0x000520, "Member 'UUI_BP_FieldGuide_C::LockedToPage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, DestPagePath) == 0x000528, "Member 'UUI_BP_FieldGuide_C::DestPagePath' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, MenuToPageNameMap) == 0x000538, "Member 'UUI_BP_FieldGuide_C::MenuToPageNameMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, NewPage) == 0x000588, "Member 'UUI_BP_FieldGuide_C::NewPage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, isScrimShowing) == 0x000590, "Member 'UUI_BP_FieldGuide_C::isScrimShowing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, MenuToEnumMap) == 0x000598, "Member 'UUI_BP_FieldGuide_C::MenuToEnumMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, InMenuTransition) == 0x0005E8, "Member 'UUI_BP_FieldGuide_C::InMenuTransition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, CurrentTabIndex) == 0x0005EC, "Member 'UUI_BP_FieldGuide_C::CurrentTabIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, NotificationCategories) == 0x0005F0, "Member 'UUI_BP_FieldGuide_C::NotificationCategories' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FieldGuide_C, InMapTransition) == 0x000600, "Member 'UUI_BP_FieldGuide_C::InMapTransition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Spawn_Freeze_C \ static_assert(alignof(UABL_Enemy_Spawn_Freeze_C) == 0x000008, "Wrong alignment on UABL_Enemy_Spawn_Freeze_C"); \ static_assert(sizeof(UABL_Enemy_Spawn_Freeze_C) == 0x0000C8, "Wrong size on UABL_Enemy_Spawn_Freeze_C"); \ #define DUMPER7_ASSERTS_UABL_TombProtector_Spawn_SlowStand_C \ static_assert(alignof(UABL_TombProtector_Spawn_SlowStand_C) == 0x000008, "Wrong alignment on UABL_TombProtector_Spawn_SlowStand_C"); \ static_assert(sizeof(UABL_TombProtector_Spawn_SlowStand_C) == 0x0000C8, "Wrong size on UABL_TombProtector_Spawn_SlowStand_C"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen) == 0x000870, "Wrong size on UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, EntryPoint) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_GetUIManagerPure_ReturnValue) == 0x000008, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_HermesBindEvent_Handle) == 0x000030, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_ComponentBoundEvent_ChildObject_3) == 0x000040, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_ComponentBoundEvent_ChildObject_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_Event_Parent) == 0x000048, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_AsSave_Load_Settings_Widget) == 0x000050, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_AsSave_Load_Settings_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_AsUI_BP_Settings_Save_Load) == 0x000060, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_AsUI_BP_Settings_Save_Load' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_IsSaveGameBlocked_ReturnValue) == 0x000069, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_IsSaveGameBlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x000070, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_ShowOkPopup_ReturnValue) == 0x000078, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_ShowOkPopup_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_ComponentBoundEvent_ChildObject_2) == 0x000080, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_ComponentBoundEvent_ChildObject_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_AsGraphics_Settings_Widget) == 0x000088, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_AsGraphics_Settings_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_bSuccess_2) == 0x000090, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, Temp_string_Variable) == 0x000098, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_GetCurrentPlayableCharacter_ReturnValue) == 0x0000A8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_GetCurrentPlayableCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_ComponentBoundEvent_ChildObject_1) == 0x000418, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_ComponentBoundEvent_ChildObject_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_AsSettings_Tab_Widget) == 0x000420, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_AsSettings_Tab_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_bSuccess_3) == 0x000428, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_Event_DestinationStack) == 0x000430, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_Event_DestinationStack' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Get_ReturnValue) == 0x000440, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_Event_IsDesignTime) == 0x000448, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_Event_MyGeometry) == 0x00044C, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_Event_InDeltaTime) == 0x000484, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000488, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, Temp_text_Variable) == 0x000490, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_GetPlatformName_ReturnValue) == 0x0004A8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_Event_ResultMessage) == 0x0004B8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_Event_ResultMessage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_Event_Duration) == 0x0004C8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_Event_Duration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, Temp_string_Variable_1) == 0x0004D0, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_PostEventAtLocation_ReturnValue) == 0x0004E0, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, Temp_text_Variable_1) == 0x0004E8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_ComponentBoundEvent_FileName) == 0x000500, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_ComponentBoundEvent_FileName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_ComponentBoundEvent_CharacterID) == 0x000510, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_ComponentBoundEvent_CharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, Temp_text_Variable_2) == 0x000518, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, Temp_string_Variable_2) == 0x000530, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::Temp_string_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Not_PreBool_ReturnValue) == 0x000540, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_Event_OutroType) == 0x000544, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_Event_OutroDuration) == 0x000548, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_Event_IntroType_1) == 0x00054C, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_Event_IntroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_Event_IntroDuration) == 0x000550, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, Temp_string_Variable_3) == 0x000558, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::Temp_string_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_CustomEvent_Duration) == 0x000568, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_CustomEvent_Duration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_IsPCPlatform_ReturnValue) == 0x00056C, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_IsPCPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Not_PreBool_ReturnValue_1) == 0x00056D, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Array_RemoveItem_ReturnValue) == 0x00056E, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x00056F, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Array_RemoveItem_ReturnValue_2) == 0x000570, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Array_RemoveItem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Array_RemoveItem_ReturnValue_3) == 0x000571, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Array_RemoveItem_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_MakeStruct_LegendItemData) == 0x000578, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, Temp_text_Variable_3) == 0x0005A8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x0005C0, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, Temp_int_Variable) == 0x0005D0, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Initialize_self_CastInput) == 0x0005D8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Initialize_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_SetOwner_self_CastInput) == 0x0005E8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_SetOwner_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_ComponentBoundEvent_NewCategoryIndex) == 0x0005F8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_ComponentBoundEvent_NewCategoryIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Array_RemoveItem_ReturnValue_4) == 0x0005FC, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Array_RemoveItem_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Array_RemoveItem_ReturnValue_5) == 0x0005FD, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Array_RemoveItem_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Array_RemoveItem_ReturnValue_6) == 0x0005FE, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Array_RemoveItem_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Array_RemoveItem_ReturnValue_7) == 0x0005FF, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Array_RemoveItem_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_Event_LegendItem) == 0x000600, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_Event_LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_Event_HoldWasCompleted) == 0x000608, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_Event_HoldWasCompleted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_SwitchString_CmpSuccess) == 0x000609, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_ComponentBoundEvent_Start_1) == 0x00060A, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_ComponentBoundEvent_Start_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_ComponentBoundEvent_LegendIndex_1) == 0x00060C, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_ComponentBoundEvent_LegendIndex_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_ComponentBoundEvent_Start) == 0x000610, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_ComponentBoundEvent_Start' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_ComponentBoundEvent_LegendIndex) == 0x000614, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_ComponentBoundEvent_LegendIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Now_ReturnValue) == 0x000618, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Now_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_CreateDelegate_OutputDelegate_3) == 0x000620, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Now_ReturnValue_1) == 0x000630, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Now_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, Temp_int_Variable_1) == 0x000638, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_GetActiveWidget_ReturnValue) == 0x000640, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_AsAsync_Load_Wrapper) == 0x000648, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_AsAsync_Load_Wrapper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_bSuccess_4) == 0x000650, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_FCeil_ReturnValue) == 0x000654, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_AsTab_Page_Widget) == 0x000658, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_AsTab_Page_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_bSuccess_5) == 0x000660, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Conv_IntToText_ReturnValue) == 0x000668, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000680, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_ComponentBoundEvent_ChildObject) == 0x000688, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_ComponentBoundEvent_ChildObject' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_AsGraphics_Settings_Widget_1) == 0x000690, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_AsGraphics_Settings_Widget_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_bSuccess_6) == 0x000698, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Add_IntInt_ReturnValue) == 0x00069C, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_GetChildrenCount_ReturnValue) == 0x0006A0, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Subtract_IntInt_ReturnValue) == 0x0006A4, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0006A8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_SelectInt_ReturnValue) == 0x0006AC, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Get_ReturnValue_1) == 0x0006B0, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_GetFieldGuideWidget_ReturnValue) == 0x0006B8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_GetFieldGuideWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_AsUI_BP_Field_Guide) == 0x0006C0, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_AsUI_BP_Field_Guide' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_bSuccess_7) == 0x0006C8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_CreateDelegate_OutputDelegate_4) == 0x0006CC, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_CustomEvent_Popup) == 0x0006E0, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_CustomEvent_Popup' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_CustomEvent_ResultIndex) == 0x0006E8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_CustomEvent_ResultIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0006EC, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_GoToCategory_CategoryChanged) == 0x0006ED, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_GoToCategory_CategoryChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_CreateDelegate_OutputDelegate_5) == 0x0006F0, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_SettingsNeedExitConfirmed_OutConfirmTitle) == 0x000700, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_SettingsNeedExitConfirmed_OutConfirmTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_SettingsNeedExitConfirmed_OutConfirmDesc) == 0x000710, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_SettingsNeedExitConfirmed_OutConfirmDesc' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_SettingsNeedExitConfirmed_ReturnValue) == 0x000720, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_SettingsNeedExitConfirmed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000721, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_GoToCategory_CategoryChanged_1) == 0x000722, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_GoToCategory_CategoryChanged_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_GetActiveWidget_ReturnValue_1) == 0x000728, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_GetActiveWidget_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_MakeStruct_LegendItemData_1) == 0x000730, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_AsAsync_Load_Wrapper_1) == 0x000760, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_AsAsync_Load_Wrapper_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_bSuccess_8) == 0x000768, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_AsTab_Page_Widget_1) == 0x000770, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_AsTab_Page_Widget_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_bSuccess_9) == 0x000778, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000779, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00077C, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_GetChildrenCount_ReturnValue_1) == 0x000780, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_GetChildrenCount_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000784, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_Select_Default) == 0x000788, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_SelectInt_ReturnValue_1) == 0x000790, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_PlayAnimationForward_ReturnValue) == 0x000798, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_Select_Default_1) == 0x0007A0, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0007A8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_CustomEvent_ActiveWidget) == 0x0007B0, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_CustomEvent_ActiveWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_AsTab_Page_Widget_2) == 0x0007B8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_AsTab_Page_Widget_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_bSuccess_10) == 0x0007C0, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_AsUI_BP_Key_Mapping) == 0x0007C8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_AsUI_BP_Key_Mapping' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_DynamicCast_bSuccess_11) == 0x0007D0, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Subtract_DateTimeDateTime_ReturnValue) == 0x0007D8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Subtract_DateTimeDateTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_GetTotalSeconds_ReturnValue) == 0x0007E0, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_GetTotalSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0007E4, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_FMax_ReturnValue) == 0x0007E8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_Event_IntroType) == 0x0007EC, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_SwitchInteger_CmpSuccess) == 0x0007F0, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_MakeArray_Array) == 0x0007F8, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_CreateDelegate_OutputDelegate_6) == 0x000808, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_CreateDelegate_OutputDelegate_7) == 0x000818, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_CreateDelegate_OutputDelegate_8) == 0x000828, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_HasFocus_ReturnValue) == 0x000838, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_HasFocus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_IsOnKeyMappingTab_IsOnKeyMappingTab) == 0x000839, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_IsOnKeyMappingTab_IsOnKeyMappingTab' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, CallFunc_IsOnKeyMappingTab_HasUnboundActions) == 0x00083A, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::CallFunc_IsOnKeyMappingTab_HasUnboundActions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_CreateDelegate_OutputDelegate_9) == 0x00083C, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_CreateDelegate_OutputDelegate_10) == 0x00084C, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_ComponentBoundEvent_ButtonIndex) == 0x00085C, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_ComponentBoundEvent_ButtonIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_ComponentBoundEvent_CategoryButton) == 0x000860, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_ComponentBoundEvent_CategoryButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen, K2Node_CustomEvent_Caller) == 0x000868, "Member 'UI_BP_FG_SettingsScreen_C_ExecuteUbergraph_UI_BP_FG_SettingsScreen::K2Node_CustomEvent_Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_LoadSaveGameFailed \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_LoadSaveGameFailed) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_LoadSaveGameFailed"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_LoadSaveGameFailed) == 0x000008, "Wrong size on UI_BP_FG_SettingsScreen_C_LoadSaveGameFailed"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_LoadSaveGameFailed, Caller) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_LoadSaveGameFailed::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_categoryNavBar_K2Node_ComponentBoundEvent_8_HoveredCategory__DelegateSignature \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_categoryNavBar_K2Node_ComponentBoundEvent_8_HoveredCategory__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_categoryNavBar_K2Node_ComponentBoundEvent_8_HoveredCategory__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_categoryNavBar_K2Node_ComponentBoundEvent_8_HoveredCategory__DelegateSignature) == 0x000010, "Wrong size on UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_categoryNavBar_K2Node_ComponentBoundEvent_8_HoveredCategory__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_categoryNavBar_K2Node_ComponentBoundEvent_8_HoveredCategory__DelegateSignature, ButtonIndex) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_categoryNavBar_K2Node_ComponentBoundEvent_8_HoveredCategory__DelegateSignature::ButtonIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_categoryNavBar_K2Node_ComponentBoundEvent_8_HoveredCategory__DelegateSignature, CategoryButton) == 0x000008, "Member 'UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_categoryNavBar_K2Node_ComponentBoundEvent_8_HoveredCategory__DelegateSignature::CategoryButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_OnIntroEnded \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_OnIntroEnded) == 0x000004, "Wrong alignment on UI_BP_FG_SettingsScreen_C_OnIntroEnded"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_OnIntroEnded) == 0x000004, "Wrong size on UI_BP_FG_SettingsScreen_C_OnIntroEnded"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_OnIntroEnded, IntroType) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_OnIntroEnded::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_ActiveWidgetDisplayable \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_ActiveWidgetDisplayable) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_ActiveWidgetDisplayable"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_ActiveWidgetDisplayable) == 0x000008, "Wrong size on UI_BP_FG_SettingsScreen_C_ActiveWidgetDisplayable"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ActiveWidgetDisplayable, ActiveWidget) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_ActiveWidgetDisplayable::ActiveWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_ExitPopupDismissed \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_ExitPopupDismissed) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_ExitPopupDismissed"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_ExitPopupDismissed) == 0x000010, "Wrong size on UI_BP_FG_SettingsScreen_C_ExitPopupDismissed"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExitPopupDismissed, Popup) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_ExitPopupDismissed::Popup' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ExitPopupDismissed, ResultIndex) == 0x000008, "Member 'UI_BP_FG_SettingsScreen_C_ExitPopupDismissed::ResultIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_BndEvt__AsyncDisplaySettings_K2Node_ComponentBoundEvent_0_AsyncWrapperChildReadyEvent__DelegateSignature \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_BndEvt__AsyncDisplaySettings_K2Node_ComponentBoundEvent_0_AsyncWrapperChildReadyEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_BndEvt__AsyncDisplaySettings_K2Node_ComponentBoundEvent_0_AsyncWrapperChildReadyEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_BndEvt__AsyncDisplaySettings_K2Node_ComponentBoundEvent_0_AsyncWrapperChildReadyEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_SettingsScreen_C_BndEvt__AsyncDisplaySettings_K2Node_ComponentBoundEvent_0_AsyncWrapperChildReadyEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BndEvt__AsyncDisplaySettings_K2Node_ComponentBoundEvent_0_AsyncWrapperChildReadyEvent__DelegateSignature, ChildObject) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_BndEvt__AsyncDisplaySettings_K2Node_ComponentBoundEvent_0_AsyncWrapperChildReadyEvent__DelegateSignature::ChildObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_1_StartStopOverwrite__DelegateSignature \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_1_StartStopOverwrite__DelegateSignature) == 0x000004, "Wrong alignment on UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_1_StartStopOverwrite__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_1_StartStopOverwrite__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_1_StartStopOverwrite__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_1_StartStopOverwrite__DelegateSignature, Start) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_1_StartStopOverwrite__DelegateSignature::Start' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_1_StartStopOverwrite__DelegateSignature, LegendIndex) == 0x000004, "Member 'UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_1_StartStopOverwrite__DelegateSignature::LegendIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_6_StartStopDelete__DelegateSignature \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_6_StartStopDelete__DelegateSignature) == 0x000004, "Wrong alignment on UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_6_StartStopDelete__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_6_StartStopDelete__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_6_StartStopDelete__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_6_StartStopDelete__DelegateSignature, Start) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_6_StartStopDelete__DelegateSignature::Start' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_6_StartStopDelete__DelegateSignature, LegendIndex) == 0x000004, "Member 'UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_UI_BP_SaveMenu_K2Node_ComponentBoundEvent_6_StartStopDelete__DelegateSignature::LegendIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_OnLegendItemHoldEnd \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_OnLegendItemHoldEnd) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_OnLegendItemHoldEnd"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_OnLegendItemHoldEnd) == 0x000010, "Wrong size on UI_BP_FG_SettingsScreen_C_OnLegendItemHoldEnd"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_OnLegendItemHoldEnd, LegendItem) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_OnLegendItemHoldEnd::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_OnLegendItemHoldEnd, HoldWasCompleted) == 0x000008, "Member 'UI_BP_FG_SettingsScreen_C_OnLegendItemHoldEnd::HoldWasCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_categoryNavBar_K2Node_ComponentBoundEvent_3_ChangedCategory__DelegateSignature \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_categoryNavBar_K2Node_ComponentBoundEvent_3_ChangedCategory__DelegateSignature) == 0x000004, "Wrong alignment on UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_categoryNavBar_K2Node_ComponentBoundEvent_3_ChangedCategory__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_categoryNavBar_K2Node_ComponentBoundEvent_3_ChangedCategory__DelegateSignature) == 0x000004, "Wrong size on UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_categoryNavBar_K2Node_ComponentBoundEvent_3_ChangedCategory__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_categoryNavBar_K2Node_ComponentBoundEvent_3_ChangedCategory__DelegateSignature, NewCategoryIndex) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_categoryNavBar_K2Node_ComponentBoundEvent_3_ChangedCategory__DelegateSignature::NewCategoryIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_OnShowConfirmDialog \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_OnShowConfirmDialog) == 0x000004, "Wrong alignment on UI_BP_FG_SettingsScreen_C_OnShowConfirmDialog"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_OnShowConfirmDialog) == 0x000004, "Wrong size on UI_BP_FG_SettingsScreen_C_OnShowConfirmDialog"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_OnShowConfirmDialog, Duration) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_OnShowConfirmDialog::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_OnIntroStarted \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_FG_SettingsScreen_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_FG_SettingsScreen_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_FG_SettingsScreen_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_OnOutroStarted \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_FG_SettingsScreen_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_FG_SettingsScreen_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_FG_SettingsScreen_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_BndEvt__page_LoadGame_K2Node_ComponentBoundEvent_2_OnLoadSave__DelegateSignature \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_BndEvt__page_LoadGame_K2Node_ComponentBoundEvent_2_OnLoadSave__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_BndEvt__page_LoadGame_K2Node_ComponentBoundEvent_2_OnLoadSave__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_BndEvt__page_LoadGame_K2Node_ComponentBoundEvent_2_OnLoadSave__DelegateSignature) == 0x000018, "Wrong size on UI_BP_FG_SettingsScreen_C_BndEvt__page_LoadGame_K2Node_ComponentBoundEvent_2_OnLoadSave__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BndEvt__page_LoadGame_K2Node_ComponentBoundEvent_2_OnLoadSave__DelegateSignature, Filename) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_BndEvt__page_LoadGame_K2Node_ComponentBoundEvent_2_OnLoadSave__DelegateSignature::Filename' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BndEvt__page_LoadGame_K2Node_ComponentBoundEvent_2_OnLoadSave__DelegateSignature, CharacterID) == 0x000010, "Member 'UI_BP_FG_SettingsScreen_C_BndEvt__page_LoadGame_K2Node_ComponentBoundEvent_2_OnLoadSave__DelegateSignature::CharacterID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_ShowLoadSaveResultPopup \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_ShowLoadSaveResultPopup) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_ShowLoadSaveResultPopup"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_ShowLoadSaveResultPopup) == 0x000018, "Wrong size on UI_BP_FG_SettingsScreen_C_ShowLoadSaveResultPopup"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ShowLoadSaveResultPopup, ResultMessage) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_ShowLoadSaveResultPopup::ResultMessage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ShowLoadSaveResultPopup, Duration) == 0x000010, "Member 'UI_BP_FG_SettingsScreen_C_ShowLoadSaveResultPopup::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_Tick \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_Tick) == 0x000004, "Wrong alignment on UI_BP_FG_SettingsScreen_C_Tick"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_Tick) == 0x00003C, "Wrong size on UI_BP_FG_SettingsScreen_C_Tick"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_FG_SettingsScreen_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_PreConstruct \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_FG_SettingsScreen_C_PreConstruct"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_FG_SettingsScreen_C_PreConstruct"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_GoToPage \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_GoToPage) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_GoToPage"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_GoToPage) == 0x000010, "Wrong size on UI_BP_FG_SettingsScreen_C_GoToPage"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GoToPage, DestinationStack) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_GoToPage::DestinationStack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_AsyncAudio_K2Node_ComponentBoundEvent_10_AsyncWrapperChildReadyEvent__DelegateSignature \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_AsyncAudio_K2Node_ComponentBoundEvent_10_AsyncWrapperChildReadyEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_AsyncAudio_K2Node_ComponentBoundEvent_10_AsyncWrapperChildReadyEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_AsyncAudio_K2Node_ComponentBoundEvent_10_AsyncWrapperChildReadyEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_AsyncAudio_K2Node_ComponentBoundEvent_10_AsyncWrapperChildReadyEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_AsyncAudio_K2Node_ComponentBoundEvent_10_AsyncWrapperChildReadyEvent__DelegateSignature, ChildObject) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_AsyncAudio_K2Node_ComponentBoundEvent_10_AsyncWrapperChildReadyEvent__DelegateSignature::ChildObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_AsyncConsoleDisplay_K2Node_ComponentBoundEvent_8_AsyncWrapperChildReadyEvent__DelegateSignature \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_AsyncConsoleDisplay_K2Node_ComponentBoundEvent_8_AsyncWrapperChildReadyEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_AsyncConsoleDisplay_K2Node_ComponentBoundEvent_8_AsyncWrapperChildReadyEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_AsyncConsoleDisplay_K2Node_ComponentBoundEvent_8_AsyncWrapperChildReadyEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_AsyncConsoleDisplay_K2Node_ComponentBoundEvent_8_AsyncWrapperChildReadyEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_AsyncConsoleDisplay_K2Node_ComponentBoundEvent_8_AsyncWrapperChildReadyEvent__DelegateSignature, ChildObject) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_BndEvt__UI_BP_FG_SettingsScreen_AsyncConsoleDisplay_K2Node_ComponentBoundEvent_8_AsyncWrapperChildReadyEvent__DelegateSignature::ChildObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_SetParent \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_SetParent) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_SetParent"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_SetParent) == 0x000008, "Wrong size on UI_BP_FG_SettingsScreen_C_SetParent"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_SetParent, Parent) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_BndEvt__AsyncSaveLoad_K2Node_ComponentBoundEvent_3_AsyncWrapperEvent__DelegateSignature \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_BndEvt__AsyncSaveLoad_K2Node_ComponentBoundEvent_3_AsyncWrapperEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_BndEvt__AsyncSaveLoad_K2Node_ComponentBoundEvent_3_AsyncWrapperEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_BndEvt__AsyncSaveLoad_K2Node_ComponentBoundEvent_3_AsyncWrapperEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_FG_SettingsScreen_C_BndEvt__AsyncSaveLoad_K2Node_ComponentBoundEvent_3_AsyncWrapperEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BndEvt__AsyncSaveLoad_K2Node_ComponentBoundEvent_3_AsyncWrapperEvent__DelegateSignature, ChildObject) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_BndEvt__AsyncSaveLoad_K2Node_ComponentBoundEvent_3_AsyncWrapperEvent__DelegateSignature::ChildObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_DisplaySaveGames \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_DisplaySaveGames) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_DisplaySaveGames"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_DisplaySaveGames) == 0x000138, "Wrong size on UI_BP_FG_SettingsScreen_C_DisplaySaveGames"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_DisplaySaveGames, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_DisplaySaveGames::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_DisplaySaveGames, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'UI_BP_FG_SettingsScreen_C_DisplaySaveGames::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_DisplaySaveGames, Temp_int_Array_Index_Variable) == 0x000008, "Member 'UI_BP_FG_SettingsScreen_C_DisplaySaveGames::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_DisplaySaveGames, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'UI_BP_FG_SettingsScreen_C_DisplaySaveGames::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_DisplaySaveGames, CallFunc_GetAllUserEntries_ReturnValue) == 0x000010, "Member 'UI_BP_FG_SettingsScreen_C_DisplaySaveGames::CallFunc_GetAllUserEntries_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_DisplaySaveGames, CallFunc_GetAllAutoEntries_ReturnValue) == 0x000020, "Member 'UI_BP_FG_SettingsScreen_C_DisplaySaveGames::CallFunc_GetAllAutoEntries_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_DisplaySaveGames, CallFunc_Array_Get_Item) == 0x000030, "Member 'UI_BP_FG_SettingsScreen_C_DisplaySaveGames::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_DisplaySaveGames, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'UI_BP_FG_SettingsScreen_C_DisplaySaveGames::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_DisplaySaveGames, CallFunc_Array_Length_ReturnValue) == 0x000120, "Member 'UI_BP_FG_SettingsScreen_C_DisplaySaveGames::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_DisplaySaveGames, CallFunc_Array_Length_ReturnValue_1) == 0x000124, "Member 'UI_BP_FG_SettingsScreen_C_DisplaySaveGames::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_DisplaySaveGames, CallFunc_Less_IntInt_ReturnValue) == 0x000128, "Member 'UI_BP_FG_SettingsScreen_C_DisplaySaveGames::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_DisplaySaveGames, Temp_int_Loop_Counter_Variable_1) == 0x00012C, "Member 'UI_BP_FG_SettingsScreen_C_DisplaySaveGames::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_DisplaySaveGames, CallFunc_Less_IntInt_ReturnValue_1) == 0x000130, "Member 'UI_BP_FG_SettingsScreen_C_DisplaySaveGames::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_DisplaySaveGames, CallFunc_Add_IntInt_ReturnValue_1) == 0x000134, "Member 'UI_BP_FG_SettingsScreen_C_DisplaySaveGames::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_CategorySwitch \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_CategorySwitch) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_CategorySwitch"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_CategorySwitch) == 0x000038, "Wrong size on UI_BP_FG_SettingsScreen_C_CategorySwitch"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_CategorySwitch, NewIndex) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_CategorySwitch::NewIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_CategorySwitch, CallFunc_GoToCategory_CategoryChanged) == 0x000004, "Member 'UI_BP_FG_SettingsScreen_C_CategorySwitch::CallFunc_GoToCategory_CategoryChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_CategorySwitch, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000008, "Member 'UI_BP_FG_SettingsScreen_C_CategorySwitch::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_CategorySwitch, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_FG_SettingsScreen_C_CategorySwitch::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_CategorySwitch, CallFunc_GetActiveWidget_ReturnValue) == 0x000010, "Member 'UI_BP_FG_SettingsScreen_C_CategorySwitch::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_CategorySwitch, K2Node_DynamicCast_AsAsync_Load_Wrapper) == 0x000018, "Member 'UI_BP_FG_SettingsScreen_C_CategorySwitch::K2Node_DynamicCast_AsAsync_Load_Wrapper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_CategorySwitch, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'UI_BP_FG_SettingsScreen_C_CategorySwitch::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_CategorySwitch, K2Node_DynamicCast_AsTab_Page_Widget) == 0x000028, "Member 'UI_BP_FG_SettingsScreen_C_CategorySwitch::K2Node_DynamicCast_AsTab_Page_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_CategorySwitch, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'UI_BP_FG_SettingsScreen_C_CategorySwitch::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode) == 0x000030, "Wrong size on UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode, NewAcceptMode) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode::NewAcceptMode' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode, Duration) == 0x000004, "Member 'UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode::Duration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode, Temp_bool_Variable) == 0x000008, "Member 'UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode, CallFunc_FCeil_ReturnValue) == 0x00000C, "Member 'UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode, CallFunc_Conv_IntToText_ReturnValue) == 0x000010, "Member 'UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode, Temp_byte_Variable) == 0x000028, "Member 'UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode, Temp_byte_Variable_1) == 0x000029, "Member 'UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode, K2Node_Select_Default) == 0x00002A, "Member 'UI_BP_FG_SettingsScreen_C_ToggleAcceptGraphicsChangeMode::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_ToggleSaveLoadPage \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_ToggleSaveLoadPage) == 0x000001, "Wrong alignment on UI_BP_FG_SettingsScreen_C_ToggleSaveLoadPage"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_ToggleSaveLoadPage) == 0x000002, "Wrong size on UI_BP_FG_SettingsScreen_C_ToggleSaveLoadPage"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ToggleSaveLoadPage, HideSaveLoad) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_ToggleSaveLoadPage::HideSaveLoad' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_ToggleSaveLoadPage, CallFunc_RemoveChild_ReturnValue) == 0x000001, "Member 'UI_BP_FG_SettingsScreen_C_ToggleSaveLoadPage::CallFunc_RemoveChild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_IsOnPc \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_IsOnPc) == 0x000001, "Wrong alignment on UI_BP_FG_SettingsScreen_C_IsOnPc"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_IsOnPc) == 0x000002, "Wrong size on UI_BP_FG_SettingsScreen_C_IsOnPc"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_IsOnPc, IsOnPc_0) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_IsOnPc::IsOnPc_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_IsOnPc, CallFunc_IsPCPlatform_ReturnValue) == 0x000001, "Member 'UI_BP_FG_SettingsScreen_C_IsOnPc::CallFunc_IsPCPlatform_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_SetCurrentLegend \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_SetCurrentLegend) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_SetCurrentLegend"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_SetCurrentLegend) == 0x000010, "Wrong size on UI_BP_FG_SettingsScreen_C_SetCurrentLegend"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_SetCurrentLegend, CurrentPage) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_SetCurrentLegend::CurrentPage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_SetMenuTitle \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_SetMenuTitle) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_SetMenuTitle"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_SetMenuTitle) == 0x000020, "Wrong size on UI_BP_FG_SettingsScreen_C_SetMenuTitle"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_SetMenuTitle, PageIndex) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_SetMenuTitle::PageIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_SetMenuTitle, CallFunc_Array_Get_Item) == 0x000008, "Member 'UI_BP_FG_SettingsScreen_C_SetMenuTitle::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_SetMenuTitle, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000018, "Member 'UI_BP_FG_SettingsScreen_C_SetMenuTitle::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction) == 0x0000D8, "Wrong size on UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_Get_ReturnValue) == 0x000008, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_GetFieldGuideWidget_ReturnValue) == 0x000010, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_GetFieldGuideWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_AsUI_BP_Field_Guide) == 0x000018, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_AsUI_BP_Field_Guide' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000024, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000028, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000030, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000038, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_SettingsNeedExitConfirmed_OutConfirmTitle) == 0x000040, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_SettingsNeedExitConfirmed_OutConfirmTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_SettingsNeedExitConfirmed_OutConfirmDesc) == 0x000050, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_SettingsNeedExitConfirmed_OutConfirmDesc' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_SettingsNeedExitConfirmed_ReturnValue) == 0x000060, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_SettingsNeedExitConfirmed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000064, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000068, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x00006C, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_4) == 0x000070, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_SettingsNeedExitConfirmed_OutConfirmTitle_1) == 0x000078, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_SettingsNeedExitConfirmed_OutConfirmTitle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_SettingsNeedExitConfirmed_OutConfirmDesc_1) == 0x000088, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_SettingsNeedExitConfirmed_OutConfirmDesc_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_SettingsNeedExitConfirmed_ReturnValue_1) == 0x000098, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_SettingsNeedExitConfirmed_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_GetUIManagerPure_ReturnValue) == 0x0000A0, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_GetInMenuTransition_ReturnValue) == 0x0000A8, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_GetInMenuTransition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_AsTab_Page_Widget) == 0x0000B0, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_AsTab_Page_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_Change_Control_Tab_Handled) == 0x0000B9, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_Change_Control_Tab_Handled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_5) == 0x0000BC, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_Change_Control_Tab_Handled_1) == 0x0000C0, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_Change_Control_Tab_Handled_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0000C1, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0000C2, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue) == 0x0000C3, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000C4, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_ReadStat_ReturnValue) == 0x0000C8, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_ReadStat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000CC, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000CD, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x0000CE, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x0000CF, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x0000D0, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x0000D1, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x0000D2, "Member 'UI_BP_FG_SettingsScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_DismissConfirmationDialog \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_DismissConfirmationDialog) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_DismissConfirmationDialog"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_DismissConfirmationDialog) == 0x000018, "Wrong size on UI_BP_FG_SettingsScreen_C_DismissConfirmationDialog"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_DismissConfirmationDialog, Accepted) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_DismissConfirmationDialog::Accepted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_DismissConfirmationDialog, K2Node_DynamicCast_AsGraphics_Settings_Widget) == 0x000008, "Member 'UI_BP_FG_SettingsScreen_C_DismissConfirmationDialog::K2Node_DynamicCast_AsGraphics_Settings_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_DismissConfirmationDialog, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'UI_BP_FG_SettingsScreen_C_DismissConfirmationDialog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_Change_Control_Tab \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_Change_Control_Tab) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_Change_Control_Tab"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_Change_Control_Tab) == 0x000028, "Wrong size on UI_BP_FG_SettingsScreen_C_Change_Control_Tab"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_Change_Control_Tab, Direction) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_Change_Control_Tab::Direction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_Change_Control_Tab, Handled) == 0x000004, "Member 'UI_BP_FG_SettingsScreen_C_Change_Control_Tab::Handled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_Change_Control_Tab, CallFunc_GetActiveWidget_ReturnValue) == 0x000008, "Member 'UI_BP_FG_SettingsScreen_C_Change_Control_Tab::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_Change_Control_Tab, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000010, "Member 'UI_BP_FG_SettingsScreen_C_Change_Control_Tab::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_Change_Control_Tab, K2Node_DynamicCast_AsUI_BP_Settings_Gamepad_Controls) == 0x000018, "Member 'UI_BP_FG_SettingsScreen_C_Change_Control_Tab::K2Node_DynamicCast_AsUI_BP_Settings_Gamepad_Controls' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_Change_Control_Tab, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'UI_BP_FG_SettingsScreen_C_Change_Control_Tab::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab) == 0x000020, "Wrong size on UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab, IsOnKeyMappingTab_0) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab::IsOnKeyMappingTab_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab, HasUnboundActions) == 0x000001, "Member 'UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab::HasUnboundActions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab, CallFunc_GetActiveWidget_ReturnValue) == 0x000008, "Member 'UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab, K2Node_DynamicCast_AsUI_BP_Key_Mapping) == 0x000010, "Member 'UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab::K2Node_DynamicCast_AsUI_BP_Key_Mapping' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000019, "Member 'UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab, CallFunc_GetHasAnyUnboundActions_HasAnyUnbound) == 0x00001A, "Member 'UI_BP_FG_SettingsScreen_C_IsOnKeyMappingTab::CallFunc_GetHasAnyUnboundActions_HasAnyUnbound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_RequestExitFromTab \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_RequestExitFromTab) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_RequestExitFromTab"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_RequestExitFromTab) == 0x000040, "Wrong size on UI_BP_FG_SettingsScreen_C_RequestExitFromTab"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_RequestExitFromTab, PopupTitle_0) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_RequestExitFromTab::PopupTitle_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_RequestExitFromTab, PopupDesc) == 0x000010, "Member 'UI_BP_FG_SettingsScreen_C_RequestExitFromTab::PopupDesc' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_RequestExitFromTab, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'UI_BP_FG_SettingsScreen_C_RequestExitFromTab::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_RequestExitFromTab, CallFunc_GetUIManagerPure_ReturnValue) == 0x000030, "Member 'UI_BP_FG_SettingsScreen_C_RequestExitFromTab::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_RequestExitFromTab, CallFunc_ShowYesNoPopup_ReturnValue) == 0x000038, "Member 'UI_BP_FG_SettingsScreen_C_RequestExitFromTab::CallFunc_ShowYesNoPopup_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed) == 0x000058, "Wrong size on UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed, OutConfirmTitle) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed::OutConfirmTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed, OutConfirmDesc) == 0x000010, "Member 'UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed::OutConfirmDesc' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed, ReturnValue) == 0x000020, "Member 'UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed, CallFunc_GetActiveWidget_ReturnValue) == 0x000028, "Member 'UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed, K2Node_DynamicCast_AsAsync_Load_Wrapper) == 0x000038, "Member 'UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed::K2Node_DynamicCast_AsAsync_Load_Wrapper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed, K2Node_DynamicCast_AsSettings_Tab_Widget) == 0x000048, "Member 'UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed::K2Node_DynamicCast_AsSettings_Tab_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'UI_BP_FG_SettingsScreen_C_SettingsNeedExitConfirmed::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_SetParentLegend \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_SetParentLegend) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_SetParentLegend"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_SetParentLegend) == 0x000008, "Wrong size on UI_BP_FG_SettingsScreen_C_SetParentLegend"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_SetParentLegend, Legend) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_SetParentLegend::Legend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_GetAsyncWrapperRenderSize \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_GetAsyncWrapperRenderSize) == 0x000004, "Wrong alignment on UI_BP_FG_SettingsScreen_C_GetAsyncWrapperRenderSize"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_GetAsyncWrapperRenderSize) == 0x000008, "Wrong size on UI_BP_FG_SettingsScreen_C_GetAsyncWrapperRenderSize"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GetAsyncWrapperRenderSize, RenderSize) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_GetAsyncWrapperRenderSize::RenderSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings) == 0x000190, "Wrong size on UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item) == 0x000038, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000048, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue) == 0x000058, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000070, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x000088, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000098, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000B0, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000D8, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000E0, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000F0, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x0000F8, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000110, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x000120, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x000124, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_GetActiveWidget_ReturnValue) == 0x000128, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x000130, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, K2Node_DynamicCast_AsAsync_Load_Wrapper) == 0x000148, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::K2Node_DynamicCast_AsAsync_Load_Wrapper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, K2Node_DynamicCast_bSuccess) == 0x000150, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x000158, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, K2Node_DynamicCast_AsPhoenix_User_Widget) == 0x000168, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::K2Node_DynamicCast_AsPhoenix_User_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, K2Node_DynamicCast_bSuccess_1) == 0x000170, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_3) == 0x000178, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x000188, "Member 'UI_BP_FG_SettingsScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FG_SettingsScreen_C \ static_assert(alignof(UUI_BP_FG_SettingsScreen_C) == 0x000008, "Wrong alignment on UUI_BP_FG_SettingsScreen_C"); \ static_assert(sizeof(UUI_BP_FG_SettingsScreen_C) == 0x000590, "Wrong size on UUI_BP_FG_SettingsScreen_C"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, UberGraphFrame) == 0x0003D0, "Member 'UUI_BP_FG_SettingsScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, ToggleHDRCalibrationScreen) == 0x0003D8, "Member 'UUI_BP_FG_SettingsScreen_C::ToggleHDRCalibrationScreen' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, ToggleSaveList) == 0x0003E0, "Member 'UUI_BP_FG_SettingsScreen_C::ToggleSaveList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, IntroAnim) == 0x0003E8, "Member 'UUI_BP_FG_SettingsScreen_C::IntroAnim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, ToggleCalibrationScreen) == 0x0003F0, "Member 'UUI_BP_FG_SettingsScreen_C::ToggleCalibrationScreen' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, ToggleLoadList) == 0x0003F8, "Member 'UUI_BP_FG_SettingsScreen_C::ToggleLoadList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, AsyncAccessibility) == 0x000400, "Member 'UUI_BP_FG_SettingsScreen_C::AsyncAccessibility' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, AsyncAudio) == 0x000408, "Member 'UUI_BP_FG_SettingsScreen_C::AsyncAudio' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, AsyncConsoleDisplay) == 0x000410, "Member 'UUI_BP_FG_SettingsScreen_C::AsyncConsoleDisplay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, AsyncDisplay) == 0x000418, "Member 'UUI_BP_FG_SettingsScreen_C::AsyncDisplay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, AsyncGamepadControls) == 0x000420, "Member 'UUI_BP_FG_SettingsScreen_C::AsyncGamepadControls' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, AsyncGameplay) == 0x000428, "Member 'UUI_BP_FG_SettingsScreen_C::AsyncGameplay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, AsyncGraphics) == 0x000430, "Member 'UUI_BP_FG_SettingsScreen_C::AsyncGraphics' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, AsyncKeyboardControls) == 0x000438, "Member 'UUI_BP_FG_SettingsScreen_C::AsyncKeyboardControls' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, AsyncMenuSwitcher) == 0x000440, "Member 'UUI_BP_FG_SettingsScreen_C::AsyncMenuSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, AsyncSaveLoad) == 0x000448, "Member 'UUI_BP_FG_SettingsScreen_C::AsyncSaveLoad' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, AsyncUI) == 0x000450, "Member 'UUI_BP_FG_SettingsScreen_C::AsyncUI' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, categoryNavBar) == 0x000458, "Member 'UUI_BP_FG_SettingsScreen_C::categoryNavBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, ConfirmGraphicsChangesPopup) == 0x000460, "Member 'UUI_BP_FG_SettingsScreen_C::ConfirmGraphicsChangesPopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, ConfirmPopupClickable) == 0x000468, "Member 'UUI_BP_FG_SettingsScreen_C::ConfirmPopupClickable' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, ConfirmScreenFade) == 0x000470, "Member 'UUI_BP_FG_SettingsScreen_C::ConfirmScreenFade' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, GraphicsAcceptCountdownText) == 0x000478, "Member 'UUI_BP_FG_SettingsScreen_C::GraphicsAcceptCountdownText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, LoadSaveResultPopup) == 0x000480, "Member 'UUI_BP_FG_SettingsScreen_C::LoadSaveResultPopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, LoadSaveResultStr) == 0x000488, "Member 'UUI_BP_FG_SettingsScreen_C::LoadSaveResultStr' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, page_Calibration) == 0x000490, "Member 'UUI_BP_FG_SettingsScreen_C::page_Calibration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, Page_HDRCalibration) == 0x000498, "Member 'UUI_BP_FG_SettingsScreen_C::Page_HDRCalibration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, page_LoadGame) == 0x0004A0, "Member 'UUI_BP_FG_SettingsScreen_C::page_LoadGame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, panelBack) == 0x0004A8, "Member 'UUI_BP_FG_SettingsScreen_C::panelBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, popupBody) == 0x0004B0, "Member 'UUI_BP_FG_SettingsScreen_C::popupBody' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, popupLegendItem_Accept) == 0x0004B8, "Member 'UUI_BP_FG_SettingsScreen_C::popupLegendItem_Accept' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, popupLegendItem_Cancel) == 0x0004C0, "Member 'UUI_BP_FG_SettingsScreen_C::popupLegendItem_Cancel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, PopupTitle) == 0x0004C8, "Member 'UUI_BP_FG_SettingsScreen_C::PopupTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, settingsBorder) == 0x0004D0, "Member 'UUI_BP_FG_SettingsScreen_C::settingsBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, SettingsPageIcon) == 0x0004D8, "Member 'UUI_BP_FG_SettingsScreen_C::SettingsPageIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, settingsTitle) == 0x0004E0, "Member 'UUI_BP_FG_SettingsScreen_C::settingsTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, UI_BP_SaveMenu) == 0x0004E8, "Member 'UUI_BP_FG_SettingsScreen_C::UI_BP_SaveMenu' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, IsInLoadMenu) == 0x0004F0, "Member 'UUI_BP_FG_SettingsScreen_C::IsInLoadMenu' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, MainMenu) == 0x0004F8, "Member 'UUI_BP_FG_SettingsScreen_C::MainMenu' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, isInCalibration) == 0x000500, "Member 'UUI_BP_FG_SettingsScreen_C::isInCalibration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, IsInHDRCalibration) == 0x000501, "Member 'UUI_BP_FG_SettingsScreen_C::IsInHDRCalibration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, InAcceptGraphicsChangeMode) == 0x000502, "Member 'UUI_BP_FG_SettingsScreen_C::InAcceptGraphicsChangeMode' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, AcceptTimeRemaining) == 0x000504, "Member 'UUI_BP_FG_SettingsScreen_C::AcceptTimeRemaining' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, RequiresConfirm) == 0x000508, "Member 'UUI_BP_FG_SettingsScreen_C::RequiresConfirm' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, HideSaveLoadPage) == 0x000509, "Member 'UUI_BP_FG_SettingsScreen_C::HideSaveLoadPage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, MinFOVOffset_Console) == 0x00050C, "Member 'UUI_BP_FG_SettingsScreen_C::MinFOVOffset_Console' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, MaxFOVOffset_Console) == 0x000510, "Member 'UUI_BP_FG_SettingsScreen_C::MaxFOVOffset_Console' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, MinFOVOffset_PC) == 0x000514, "Member 'UUI_BP_FG_SettingsScreen_C::MinFOVOffset_PC' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, MaxFOVOffset_PC) == 0x000518, "Member 'UUI_BP_FG_SettingsScreen_C::MaxFOVOffset_PC' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, DynamicRanges) == 0x000520, "Member 'UUI_BP_FG_SettingsScreen_C::DynamicRanges' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, CurrentPlatform) == 0x000530, "Member 'UUI_BP_FG_SettingsScreen_C::CurrentPlatform' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, InPageTransition) == 0x000540, "Member 'UUI_BP_FG_SettingsScreen_C::InPageTransition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, IsLoadingSaveGame) == 0x000541, "Member 'UUI_BP_FG_SettingsScreen_C::IsLoadingSaveGame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, MenuTitles) == 0x000548, "Member 'UUI_BP_FG_SettingsScreen_C::MenuTitles' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, Categories) == 0x000558, "Member 'UUI_BP_FG_SettingsScreen_C::Categories' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, IsInSaveMenu) == 0x000568, "Member 'UUI_BP_FG_SettingsScreen_C::IsInSaveMenu' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, LastSaveStartTime) == 0x000570, "Member 'UUI_BP_FG_SettingsScreen_C::LastSaveStartTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, MinActiveSaveBannerDuration) == 0x000578, "Member 'UUI_BP_FG_SettingsScreen_C::MinActiveSaveBannerDuration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, CategoryIndexToGoAfterConfirm) == 0x00057C, "Member 'UUI_BP_FG_SettingsScreen_C::CategoryIndexToGoAfterConfirm' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, ParentLegend) == 0x000580, "Member 'UUI_BP_FG_SettingsScreen_C::ParentLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_SettingsScreen_C, HoveredNavBarIndex) == 0x000588, "Member 'UUI_BP_FG_SettingsScreen_C::HoveredNavBarIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element \ static_assert(alignof(UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element) == 0x000008, "Wrong alignment on UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element"); \ static_assert(sizeof(UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element) == 0x0000B8, "Wrong size on UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element, EntryPoint) == 0x000000, "Member 'UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element, K2Node_CustomEvent_Caller_2) == 0x000008, "Member 'UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element, K2Node_CustomEvent_Caller_1) == 0x000020, "Member 'UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element, CallFunc_HermesBindEvent_Handle) == 0x000028, "Member 'UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element, K2Node_CustomEvent_Caller) == 0x000038, "Member 'UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element, K2Node_CreateDelegate_OutputDelegate_1) == 0x000040, "Member 'UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element, CallFunc_HermesBindEvent_Handle_1) == 0x000050, "Member 'UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element, K2Node_CreateDelegate_OutputDelegate_2) == 0x000060, "Member 'UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element, CallFunc_HermesBindEvent_Handle_2) == 0x000070, "Member 'UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element, K2Node_CustomEvent_Timer) == 0x000080, "Member 'UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element::K2Node_CustomEvent_Timer' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element, K2Node_Event_InputString) == 0x000088, "Member 'UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element::K2Node_Event_InputString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element, CallFunc_Conv_StringToText_ReturnValue) == 0x000098, "Member 'UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element, K2Node_Event_PixelsUP) == 0x0000B0, "Member 'UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element::K2Node_Event_PixelsUP' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element, CallFunc_TextIsEmpty_ReturnValue) == 0x0000B4, "Member 'UI_BP_Subtitle_Element_C_ExecuteUbergraph_UI_BP_Subtitle_Element::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_Element_C_AdjustHeight \ static_assert(alignof(UI_BP_Subtitle_Element_C_AdjustHeight) == 0x000004, "Wrong alignment on UI_BP_Subtitle_Element_C_AdjustHeight"); \ static_assert(sizeof(UI_BP_Subtitle_Element_C_AdjustHeight) == 0x000004, "Wrong size on UI_BP_Subtitle_Element_C_AdjustHeight"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_AdjustHeight, PixelsUP) == 0x000000, "Member 'UI_BP_Subtitle_Element_C_AdjustHeight::PixelsUP' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_Element_C_SetRichText \ static_assert(alignof(UI_BP_Subtitle_Element_C_SetRichText) == 0x000008, "Wrong alignment on UI_BP_Subtitle_Element_C_SetRichText"); \ static_assert(sizeof(UI_BP_Subtitle_Element_C_SetRichText) == 0x000010, "Wrong size on UI_BP_Subtitle_Element_C_SetRichText"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_SetRichText, InputString) == 0x000000, "Member 'UI_BP_Subtitle_Element_C_SetRichText::InputString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_Element_C_SetTimer \ static_assert(alignof(UI_BP_Subtitle_Element_C_SetTimer) == 0x000008, "Wrong alignment on UI_BP_Subtitle_Element_C_SetTimer"); \ static_assert(sizeof(UI_BP_Subtitle_Element_C_SetTimer) == 0x000008, "Wrong size on UI_BP_Subtitle_Element_C_SetTimer"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_SetTimer, Timer_0) == 0x000000, "Member 'UI_BP_Subtitle_Element_C_SetTimer::Timer_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_Element_C_ResumeSubtitles \ static_assert(alignof(UI_BP_Subtitle_Element_C_ResumeSubtitles) == 0x000008, "Wrong alignment on UI_BP_Subtitle_Element_C_ResumeSubtitles"); \ static_assert(sizeof(UI_BP_Subtitle_Element_C_ResumeSubtitles) == 0x000008, "Wrong size on UI_BP_Subtitle_Element_C_ResumeSubtitles"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_ResumeSubtitles, Caller) == 0x000000, "Member 'UI_BP_Subtitle_Element_C_ResumeSubtitles::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_Element_C_PauseSubtitles \ static_assert(alignof(UI_BP_Subtitle_Element_C_PauseSubtitles) == 0x000008, "Wrong alignment on UI_BP_Subtitle_Element_C_PauseSubtitles"); \ static_assert(sizeof(UI_BP_Subtitle_Element_C_PauseSubtitles) == 0x000008, "Wrong size on UI_BP_Subtitle_Element_C_PauseSubtitles"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_PauseSubtitles, Caller) == 0x000000, "Member 'UI_BP_Subtitle_Element_C_PauseSubtitles::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_Element_C_UI_Subtitles_Cleanup \ static_assert(alignof(UI_BP_Subtitle_Element_C_UI_Subtitles_Cleanup) == 0x000008, "Wrong alignment on UI_BP_Subtitle_Element_C_UI_Subtitles_Cleanup"); \ static_assert(sizeof(UI_BP_Subtitle_Element_C_UI_Subtitles_Cleanup) == 0x000008, "Wrong size on UI_BP_Subtitle_Element_C_UI_Subtitles_Cleanup"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_UI_Subtitles_Cleanup, Caller) == 0x000000, "Member 'UI_BP_Subtitle_Element_C_UI_Subtitles_Cleanup::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_Element_C_GetRichText \ static_assert(alignof(UI_BP_Subtitle_Element_C_GetRichText) == 0x000008, "Wrong alignment on UI_BP_Subtitle_Element_C_GetRichText"); \ static_assert(sizeof(UI_BP_Subtitle_Element_C_GetRichText) == 0x000008, "Wrong size on UI_BP_Subtitle_Element_C_GetRichText"); \ static_assert(offsetof(UI_BP_Subtitle_Element_C_GetRichText, NewParam) == 0x000000, "Member 'UI_BP_Subtitle_Element_C_GetRichText::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Subtitle_Element_C \ static_assert(alignof(UUI_BP_Subtitle_Element_C) == 0x000008, "Wrong alignment on UUI_BP_Subtitle_Element_C"); \ static_assert(sizeof(UUI_BP_Subtitle_Element_C) == 0x0002F8, "Wrong size on UUI_BP_Subtitle_Element_C"); \ static_assert(offsetof(UUI_BP_Subtitle_Element_C, UberGraphFrame) == 0x0002C8, "Member 'UUI_BP_Subtitle_Element_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_Element_C, Shadow) == 0x0002D0, "Member 'UUI_BP_Subtitle_Element_C::Shadow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_Element_C, Text_Element) == 0x0002D8, "Member 'UUI_BP_Subtitle_Element_C::Text_Element' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_Element_C, Parent) == 0x0002E0, "Member 'UUI_BP_Subtitle_Element_C::Parent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_Element_C, Timer) == 0x0002E8, "Member 'UUI_BP_Subtitle_Element_C::Timer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_Element_C, bAudioDurationOverriden) == 0x0002F0, "Member 'UUI_BP_Subtitle_Element_C::bAudioDurationOverriden' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapRegion_C_ExecuteUbergraph_UI_BP_MapRegion \ static_assert(alignof(UI_BP_MapRegion_C_ExecuteUbergraph_UI_BP_MapRegion) == 0x000008, "Wrong alignment on UI_BP_MapRegion_C_ExecuteUbergraph_UI_BP_MapRegion"); \ static_assert(sizeof(UI_BP_MapRegion_C_ExecuteUbergraph_UI_BP_MapRegion) == 0x000010, "Wrong size on UI_BP_MapRegion_C_ExecuteUbergraph_UI_BP_MapRegion"); \ static_assert(offsetof(UI_BP_MapRegion_C_ExecuteUbergraph_UI_BP_MapRegion, EntryPoint) == 0x000000, "Member 'UI_BP_MapRegion_C_ExecuteUbergraph_UI_BP_MapRegion::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_ExecuteUbergraph_UI_BP_MapRegion, K2Node_Event_splineComponent) == 0x000008, "Member 'UI_BP_MapRegion_C_ExecuteUbergraph_UI_BP_MapRegion::K2Node_Event_splineComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapRegion_C_SetupSpline_Event_1 \ static_assert(alignof(UI_BP_MapRegion_C_SetupSpline_Event_1) == 0x000008, "Wrong alignment on UI_BP_MapRegion_C_SetupSpline_Event_1"); \ static_assert(sizeof(UI_BP_MapRegion_C_SetupSpline_Event_1) == 0x000008, "Wrong size on UI_BP_MapRegion_C_SetupSpline_Event_1"); \ static_assert(offsetof(UI_BP_MapRegion_C_SetupSpline_Event_1, SplineComponent) == 0x000000, "Member 'UI_BP_MapRegion_C_SetupSpline_Event_1::SplineComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapRegion_C_Show \ static_assert(alignof(UI_BP_MapRegion_C_Show) == 0x000008, "Wrong alignment on UI_BP_MapRegion_C_Show"); \ static_assert(sizeof(UI_BP_MapRegion_C_Show) == 0x000058, "Wrong size on UI_BP_MapRegion_C_Show"); \ static_assert(offsetof(UI_BP_MapRegion_C_Show, Visible) == 0x000000, "Member 'UI_BP_MapRegion_C_Show::Visible' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_Show, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'UI_BP_MapRegion_C_Show::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_Show, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_MapRegion_C_Show::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_Show, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'UI_BP_MapRegion_C_Show::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_Show, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'UI_BP_MapRegion_C_Show::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_Show, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'UI_BP_MapRegion_C_Show::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_Show, CallFunc_Array_Get_Item) == 0x000018, "Member 'UI_BP_MapRegion_C_Show::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_Show, K2Node_DynamicCast_AsMaterial_Instance_Dynamic) == 0x000020, "Member 'UI_BP_MapRegion_C_Show::K2Node_DynamicCast_AsMaterial_Instance_Dynamic' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_Show, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'UI_BP_MapRegion_C_Show::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_Show, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'UI_BP_MapRegion_C_Show::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_Show, CallFunc_Array_Get_Item_1) == 0x000030, "Member 'UI_BP_MapRegion_C_Show::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_Show, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'UI_BP_MapRegion_C_Show::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_Show, K2Node_DynamicCast_AsMaterial_Instance_Dynamic_1) == 0x000040, "Member 'UI_BP_MapRegion_C_Show::K2Node_DynamicCast_AsMaterial_Instance_Dynamic_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_Show, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'UI_BP_MapRegion_C_Show::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_Show, CallFunc_Less_IntInt_ReturnValue) == 0x000049, "Member 'UI_BP_MapRegion_C_Show::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_Show, CallFunc_Array_Length_ReturnValue_1) == 0x00004C, "Member 'UI_BP_MapRegion_C_Show::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_Show, CallFunc_Less_IntInt_ReturnValue_1) == 0x000050, "Member 'UI_BP_MapRegion_C_Show::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapRegion_C_CreateSpline \ static_assert(alignof(UI_BP_MapRegion_C_CreateSpline) == 0x000010, "Wrong alignment on UI_BP_MapRegion_C_CreateSpline"); \ static_assert(sizeof(UI_BP_MapRegion_C_CreateSpline) == 0x0000A0, "Wrong size on UI_BP_MapRegion_C_CreateSpline"); \ static_assert(offsetof(UI_BP_MapRegion_C_CreateSpline, SplineComponent) == 0x000000, "Member 'UI_BP_MapRegion_C_CreateSpline::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_CreateSpline, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000008, "Member 'UI_BP_MapRegion_C_CreateSpline::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_CreateSpline, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'UI_BP_MapRegion_C_CreateSpline::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_CreateSpline, CallFunc_Array_Add_ReturnValue) == 0x000018, "Member 'UI_BP_MapRegion_C_CreateSpline::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_CreateSpline, Temp_int_Variable) == 0x00001C, "Member 'UI_BP_MapRegion_C_CreateSpline::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_CreateSpline, Temp_struct_Variable) == 0x000020, "Member 'UI_BP_MapRegion_C_CreateSpline::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_CreateSpline, CallFunc_GetLocationAndTangentAtSplinePoint_Location) == 0x000050, "Member 'UI_BP_MapRegion_C_CreateSpline::CallFunc_GetLocationAndTangentAtSplinePoint_Location' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_CreateSpline, CallFunc_GetLocationAndTangentAtSplinePoint_Tangent) == 0x00005C, "Member 'UI_BP_MapRegion_C_CreateSpline::CallFunc_GetLocationAndTangentAtSplinePoint_Tangent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_CreateSpline, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'UI_BP_MapRegion_C_CreateSpline::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_CreateSpline, CallFunc_AddComponent_ReturnValue) == 0x000070, "Member 'UI_BP_MapRegion_C_CreateSpline::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_CreateSpline, CallFunc_GetLocationAndTangentAtSplinePoint_Location_1) == 0x000078, "Member 'UI_BP_MapRegion_C_CreateSpline::CallFunc_GetLocationAndTangentAtSplinePoint_Location_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_CreateSpline, CallFunc_GetLocationAndTangentAtSplinePoint_Tangent_1) == 0x000084, "Member 'UI_BP_MapRegion_C_CreateSpline::CallFunc_GetLocationAndTangentAtSplinePoint_Tangent_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_CreateSpline, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000090, "Member 'UI_BP_MapRegion_C_CreateSpline::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_CreateSpline, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000091, "Member 'UI_BP_MapRegion_C_CreateSpline::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapRegion_C_CreateSpline, CallFunc_Add_IntInt_ReturnValue_1) == 0x000094, "Member 'UI_BP_MapRegion_C_CreateSpline::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUI_BP_MapRegion_C \ static_assert(alignof(AUI_BP_MapRegion_C) == 0x000008, "Wrong alignment on AUI_BP_MapRegion_C"); \ static_assert(sizeof(AUI_BP_MapRegion_C) == 0x000288, "Wrong size on AUI_BP_MapRegion_C"); \ static_assert(offsetof(AUI_BP_MapRegion_C, UberGraphFrame) == 0x000248, "Member 'AUI_BP_MapRegion_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_MapRegion_C, DefaultSceneRoot) == 0x000250, "Member 'AUI_BP_MapRegion_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_MapRegion_C, regionForwardAxis) == 0x000258, "Member 'AUI_BP_MapRegion_C::regionForwardAxis' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_MapRegion_C, regionDynamicMaterial) == 0x000260, "Member 'AUI_BP_MapRegion_C::regionDynamicMaterial' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_MapRegion_C, RegionMeshes) == 0x000268, "Member 'AUI_BP_MapRegion_C::RegionMeshes' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_MapRegion_C, DynamicMaterialInstances) == 0x000278, "Member 'AUI_BP_MapRegion_C::DynamicMaterialInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse \ static_assert(alignof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse) == 0x000008, "Wrong alignment on BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse"); \ static_assert(sizeof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse) == 0x000068, "Wrong size on BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse, EntryPoint) == 0x000000, "Member 'BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000018, "Member 'BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse, CallFunc_GetReasoner_ReturnValue) == 0x000028, "Member 'BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse::CallFunc_GetReasoner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse, K2Node_DynamicCast_AsScheduled_Entity) == 0x000030, "Member 'BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse::K2Node_DynamicCast_AsScheduled_Entity' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse, CallFunc_GetMinutesToUpcomingActivity_ActivityIsValid) == 0x000039, "Member 'BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse::CallFunc_GetMinutesToUpcomingActivity_ActivityIsValid' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse, CallFunc_GetMinutesToUpcomingActivity_MinutesToUpcomingActivity) == 0x00003C, "Member 'BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse::CallFunc_GetMinutesToUpcomingActivity_MinutesToUpcomingActivity' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000040, "Member 'BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse, CallFunc_RandomFloatInRange_ReturnValue) == 0x000044, "Member 'BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse, CallFunc_FMin_ReturnValue) == 0x000048, "Member 'BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse, CallFunc_Get_ReturnValue) == 0x000050, "Member 'BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse, CallFunc_GetSimulatedSecondMultiplier_ReturnValue) == 0x000058, "Member 'BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse::CallFunc_GetSimulatedSecondMultiplier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00005C, "Member 'BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000060, "Member 'BTT_ScheduleOccupationStationUse_C_ExecuteUbergraph_BTT_ScheduleOccupationStationUse::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleOccupationStationUse_C_ExitTask \ static_assert(alignof(BTT_ScheduleOccupationStationUse_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleOccupationStationUse_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleOccupationStationUse_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleOccupationStationUse_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleOccupationStationUse_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleOccupationStationUse_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleOccupationStationUse_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleOccupationStationUse_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleOccupationStationUse_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleOccupationStationUse_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleOccupationStationUse_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleOccupationStationUse_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleOccupationStationUse_C \ static_assert(alignof(UBTT_ScheduleOccupationStationUse_C) == 0x000008, "Wrong alignment on UBTT_ScheduleOccupationStationUse_C"); \ static_assert(sizeof(UBTT_ScheduleOccupationStationUse_C) == 0x0000F0, "Wrong size on UBTT_ScheduleOccupationStationUse_C"); \ static_assert(offsetof(UBTT_ScheduleOccupationStationUse_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleOccupationStationUse_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleOccupationStationUse_C, Social_Reasoning) == 0x0000D8, "Member 'UBTT_ScheduleOccupationStationUse_C::Social_Reasoning' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleOccupationStationUse_C, Time_Available) == 0x0000E0, "Member 'UBTT_ScheduleOccupationStationUse_C::Time_Available' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleOccupationStationUse_C, Min_Time_Available) == 0x0000E4, "Member 'UBTT_ScheduleOccupationStationUse_C::Min_Time_Available' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleOccupationStationUse_C, Max_Time_Available) == 0x0000E8, "Member 'UBTT_ScheduleOccupationStationUse_C::Max_Time_Available' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleOccupationStationUse_C, NodeActive) == 0x0000EC, "Member 'UBTT_ScheduleOccupationStationUse_C::NodeActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote \ static_assert(alignof(UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote) == 0x000008, "Wrong alignment on UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote"); \ static_assert(sizeof(UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote) == 0x000068, "Wrong size on UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote, EntryPoint) == 0x000000, "Member 'UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote, K2Node_CustomEvent_Caller) == 0x000008, "Member 'UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote, CallFunc_HermesBindEvent_Handle) == 0x000030, "Member 'UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote, CallFunc_HermesBindEvent_Handle_1) == 0x000040, "Member 'UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote, CallFunc_PlayAnimation_ReturnValue) == 0x000050, "Member 'UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote, CallFunc_PlayAnimation_ReturnValue_1) == 0x000058, "Member 'UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote, K2Node_CustomEvent_Caller_1) == 0x000060, "Member 'UI_BP_AvailableMissionNote_C_ExecuteUbergraph_UI_BP_AvailableMissionNote::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AvailableMissionNote_C_AvailableMissionLeft \ static_assert(alignof(UI_BP_AvailableMissionNote_C_AvailableMissionLeft) == 0x000008, "Wrong alignment on UI_BP_AvailableMissionNote_C_AvailableMissionLeft"); \ static_assert(sizeof(UI_BP_AvailableMissionNote_C_AvailableMissionLeft) == 0x000008, "Wrong size on UI_BP_AvailableMissionNote_C_AvailableMissionLeft"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_AvailableMissionLeft, Caller) == 0x000000, "Member 'UI_BP_AvailableMissionNote_C_AvailableMissionLeft::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AvailableMissionNote_C_AvailableMissionRight \ static_assert(alignof(UI_BP_AvailableMissionNote_C_AvailableMissionRight) == 0x000008, "Wrong alignment on UI_BP_AvailableMissionNote_C_AvailableMissionRight"); \ static_assert(sizeof(UI_BP_AvailableMissionNote_C_AvailableMissionRight) == 0x000008, "Wrong size on UI_BP_AvailableMissionNote_C_AvailableMissionRight"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_AvailableMissionRight, Caller) == 0x000000, "Member 'UI_BP_AvailableMissionNote_C_AvailableMissionRight::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AvailableMissionNote_C_Set_Mission_Data \ static_assert(alignof(UI_BP_AvailableMissionNote_C_Set_Mission_Data) == 0x000008, "Wrong alignment on UI_BP_AvailableMissionNote_C_Set_Mission_Data"); \ static_assert(sizeof(UI_BP_AvailableMissionNote_C_Set_Mission_Data) == 0x000028, "Wrong size on UI_BP_AvailableMissionNote_C_Set_Mission_Data"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_Set_Mission_Data, MissionIcon) == 0x000000, "Member 'UI_BP_AvailableMissionNote_C_Set_Mission_Data::MissionIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_Set_Mission_Data, MissionName) == 0x000010, "Member 'UI_BP_AvailableMissionNote_C_Set_Mission_Data::MissionName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_Set_Mission_Data, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000020, "Member 'UI_BP_AvailableMissionNote_C_Set_Mission_Data::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_Set_Mission_Data, CallFunc_AsyncFindIconTexture2D_ReturnValue_1) == 0x000021, "Member 'UI_BP_AvailableMissionNote_C_Set_Mission_Data::CallFunc_AsyncFindIconTexture2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AvailableMissionNote_C_SetColor \ static_assert(alignof(UI_BP_AvailableMissionNote_C_SetColor) == 0x000008, "Wrong alignment on UI_BP_AvailableMissionNote_C_SetColor"); \ static_assert(sizeof(UI_BP_AvailableMissionNote_C_SetColor) == 0x000038, "Wrong size on UI_BP_AvailableMissionNote_C_SetColor"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_SetColor, Color) == 0x000000, "Member 'UI_BP_AvailableMissionNote_C_SetColor::Color' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_SetColor, K2Node_MakeStruct_SlateColor) == 0x000010, "Member 'UI_BP_AvailableMissionNote_C_SetColor::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_AvailableMissionNote_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_AvailableMissionNote_C \ static_assert(alignof(UUI_BP_AvailableMissionNote_C) == 0x000008, "Wrong alignment on UUI_BP_AvailableMissionNote_C"); \ static_assert(sizeof(UUI_BP_AvailableMissionNote_C) == 0x000358, "Wrong size on UUI_BP_AvailableMissionNote_C"); \ static_assert(offsetof(UUI_BP_AvailableMissionNote_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_AvailableMissionNote_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AvailableMissionNote_C, MissionIconLeft) == 0x000330, "Member 'UUI_BP_AvailableMissionNote_C::MissionIconLeft' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AvailableMissionNote_C, MissionIconRight) == 0x000338, "Member 'UUI_BP_AvailableMissionNote_C::MissionIconRight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AvailableMissionNote_C, mapMissionIcon) == 0x000340, "Member 'UUI_BP_AvailableMissionNote_C::mapMissionIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AvailableMissionNote_C, mapMissionIcon_1) == 0x000348, "Member 'UUI_BP_AvailableMissionNote_C::mapMissionIcon_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AvailableMissionNote_C, MissionTitle) == 0x000350, "Member 'UUI_BP_AvailableMissionNote_C::MissionTitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Apparate_C \ static_assert(alignof(ABP_SkinFX_Apparate_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Apparate_C"); \ static_assert(sizeof(ABP_SkinFX_Apparate_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Apparate_C"); \ #define DUMPER7_ASSERTS_UI_BP_QuestReward_C_SetRewardData \ static_assert(alignof(UI_BP_QuestReward_C_SetRewardData) == 0x000008, "Wrong alignment on UI_BP_QuestReward_C_SetRewardData"); \ static_assert(sizeof(UI_BP_QuestReward_C_SetRewardData) == 0x000048, "Wrong size on UI_BP_QuestReward_C_SetRewardData"); \ static_assert(offsetof(UI_BP_QuestReward_C_SetRewardData, TypeID) == 0x000000, "Member 'UI_BP_QuestReward_C_SetRewardData::TypeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestReward_C_SetRewardData, RewardID) == 0x000010, "Member 'UI_BP_QuestReward_C_SetRewardData::RewardID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestReward_C_SetRewardData, TempRewardText) == 0x000020, "Member 'UI_BP_QuestReward_C_SetRewardData::TempRewardText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestReward_C_SetRewardData, TempRewardIcon) == 0x000030, "Member 'UI_BP_QuestReward_C_SetRewardData::TempRewardIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestReward_C_SetRewardData, K2Node_SwitchString_CmpSuccess) == 0x000040, "Member 'UI_BP_QuestReward_C_SetRewardData::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestReward_C_SetRewardData, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000041, "Member 'UI_BP_QuestReward_C_SetRewardData::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuestReward_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_QuestReward_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_QuestReward_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_QuestReward_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_QuestReward_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_QuestReward_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_QuestReward_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestReward_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_QuestReward_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestReward_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_QuestReward_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestReward_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_QuestReward_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestReward_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_QuestReward_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestReward_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_QuestReward_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestReward_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_QuestReward_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_QuestReward_C \ static_assert(alignof(UUI_BP_QuestReward_C) == 0x000008, "Wrong alignment on UUI_BP_QuestReward_C"); \ static_assert(sizeof(UUI_BP_QuestReward_C) == 0x000338, "Wrong size on UUI_BP_QuestReward_C"); \ static_assert(offsetof(UUI_BP_QuestReward_C, rewardIcon) == 0x000328, "Member 'UUI_BP_QuestReward_C::rewardIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuestReward_C, RewardText) == 0x000330, "Member 'UUI_BP_QuestReward_C::RewardText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso \ static_assert(alignof(ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso) == 0x000048, "Wrong size on ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso, CallFunc_GetReactionData_ReturnValue) == 0x000028, "Member 'ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso::CallFunc_GetReactionData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso, CallFunc_GetSelfActor_ReturnValue) == 0x000030, "Member 'ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso, K2Node_Event_Context_1) == 0x000038, "Member 'ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso, CallFunc_AddComponentByClass_ReturnValue) == 0x000040, "Member 'ABL_NPC_RCT_Levioso_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_C_OnAbilityBranch \ static_assert(alignof(ABL_NPC_RCT_Levioso_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NPC_RCT_Levioso_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NPC_RCT_Levioso_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NPC_RCT_Levioso_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NPC_RCT_Levioso_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_C_OnAbilityEnd \ static_assert(alignof(ABL_NPC_RCT_Levioso_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NPC_RCT_Levioso_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_Levioso_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_Levioso_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_Levioso_C \ static_assert(alignof(UABL_NPC_RCT_Levioso_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_Levioso_C"); \ static_assert(sizeof(UABL_NPC_RCT_Levioso_C) == 0x0000F0, "Wrong size on UABL_NPC_RCT_Levioso_C"); \ static_assert(offsetof(UABL_NPC_RCT_Levioso_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_Levioso_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NPC_RCT_Levioso_C, TempCharRef) == 0x0000E8, "Member 'UABL_NPC_RCT_Levioso_C::TempCharRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_Oppugno_CamShake_C \ static_assert(alignof(UBP_Oppugno_CamShake_C) == 0x000010, "Wrong alignment on UBP_Oppugno_CamShake_C"); \ static_assert(sizeof(UBP_Oppugno_CamShake_C) == 0x0000B0, "Wrong size on UBP_Oppugno_CamShake_C"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton \ static_assert(alignof(UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton) == 0x000008, "Wrong alignment on UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton"); \ static_assert(sizeof(UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton) == 0x000030, "Wrong size on UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton, EntryPoint) == 0x000000, "Member 'UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton, CallFunc_GetRenderOpacity_ReturnValue) == 0x000004, "Member 'UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton::CallFunc_GetRenderOpacity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton, K2Node_Event_IsDesignTime) == 0x000009, "Member 'UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton, CallFunc_PostEventAtLocation_ReturnValue) == 0x00000C, "Member 'UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000010, "Member 'UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000018, "Member 'UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton, CallFunc_GetRenderOpacity_ReturnValue_1) == 0x000028, "Member 'UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton::CallFunc_GetRenderOpacity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x00002C, "Member 'UI_BP_FastTravelButton_C_ExecuteUbergraph_UI_BP_FastTravelButton::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelButton_C_PreConstruct \ static_assert(alignof(UI_BP_FastTravelButton_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_FastTravelButton_C_PreConstruct"); \ static_assert(sizeof(UI_BP_FastTravelButton_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_FastTravelButton_C_PreConstruct"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_FastTravelButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelButton_C_SetButtonText \ static_assert(alignof(UI_BP_FastTravelButton_C_SetButtonText) == 0x000008, "Wrong alignment on UI_BP_FastTravelButton_C_SetButtonText"); \ static_assert(sizeof(UI_BP_FastTravelButton_C_SetButtonText) == 0x000010, "Wrong size on UI_BP_FastTravelButton_C_SetButtonText"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_SetButtonText, ButtonText_0) == 0x000000, "Member 'UI_BP_FastTravelButton_C_SetButtonText::ButtonText_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelButton_C_Hovered \ static_assert(alignof(UI_BP_FastTravelButton_C_Hovered) == 0x000001, "Wrong alignment on UI_BP_FastTravelButton_C_Hovered"); \ static_assert(sizeof(UI_BP_FastTravelButton_C_Hovered) == 0x000001, "Wrong size on UI_BP_FastTravelButton_C_Hovered"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_Hovered, CurrentlyHovered) == 0x000000, "Member 'UI_BP_FastTravelButton_C_Hovered::CurrentlyHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelButton_C_SetButtonState \ static_assert(alignof(UI_BP_FastTravelButton_C_SetButtonState) == 0x000008, "Wrong alignment on UI_BP_FastTravelButton_C_SetButtonState"); \ static_assert(sizeof(UI_BP_FastTravelButton_C_SetButtonState) == 0x000018, "Wrong size on UI_BP_FastTravelButton_C_SetButtonState"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_SetButtonState, IsSelected) == 0x000000, "Member 'UI_BP_FastTravelButton_C_SetButtonState::IsSelected' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_SetButtonState, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_FastTravelButton_C_SetButtonState::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_SetButtonState, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000010, "Member 'UI_BP_FastTravelButton_C_SetButtonState::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelButton_C_HandleHovered \ static_assert(alignof(UI_BP_FastTravelButton_C_HandleHovered) == 0x000008, "Wrong alignment on UI_BP_FastTravelButton_C_HandleHovered"); \ static_assert(sizeof(UI_BP_FastTravelButton_C_HandleHovered) == 0x000020, "Wrong size on UI_BP_FastTravelButton_C_HandleHovered"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_HandleHovered, Button) == 0x000000, "Member 'UI_BP_FastTravelButton_C_HandleHovered::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_HandleHovered, JustChangeHighlight) == 0x000008, "Member 'UI_BP_FastTravelButton_C_HandleHovered::JustChangeHighlight' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_HandleHovered, CallFunc_GetRenderOpacity_ReturnValue) == 0x00000C, "Member 'UI_BP_FastTravelButton_C_HandleHovered::CallFunc_GetRenderOpacity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_HandleHovered, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000010, "Member 'UI_BP_FastTravelButton_C_HandleHovered::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_HandleHovered, CallFunc_PostEventAtLocation_ReturnValue) == 0x000014, "Member 'UI_BP_FastTravelButton_C_HandleHovered::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_HandleHovered, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'UI_BP_FastTravelButton_C_HandleHovered::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelButton_C_HandleUnhovered \ static_assert(alignof(UI_BP_FastTravelButton_C_HandleUnhovered) == 0x000008, "Wrong alignment on UI_BP_FastTravelButton_C_HandleUnhovered"); \ static_assert(sizeof(UI_BP_FastTravelButton_C_HandleUnhovered) == 0x000020, "Wrong size on UI_BP_FastTravelButton_C_HandleUnhovered"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_HandleUnhovered, Button) == 0x000000, "Member 'UI_BP_FastTravelButton_C_HandleUnhovered::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_HandleUnhovered, JustChangeHighjlight) == 0x000008, "Member 'UI_BP_FastTravelButton_C_HandleUnhovered::JustChangeHighjlight' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_HandleUnhovered, CallFunc_GetRenderOpacity_ReturnValue) == 0x00000C, "Member 'UI_BP_FastTravelButton_C_HandleUnhovered::CallFunc_GetRenderOpacity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_HandleUnhovered, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000010, "Member 'UI_BP_FastTravelButton_C_HandleUnhovered::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_HandleUnhovered, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000018, "Member 'UI_BP_FastTravelButton_C_HandleUnhovered::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelButton_C_Set_Unlocked \ static_assert(alignof(UI_BP_FastTravelButton_C_Set_Unlocked) == 0x000008, "Wrong alignment on UI_BP_FastTravelButton_C_Set_Unlocked"); \ static_assert(sizeof(UI_BP_FastTravelButton_C_Set_Unlocked) == 0x000040, "Wrong size on UI_BP_FastTravelButton_C_Set_Unlocked"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_Set_Unlocked, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000000, "Member 'UI_BP_FastTravelButton_C_Set_Unlocked::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_Set_Unlocked, CallFunc_GetIconColorByState_ReturnValue) == 0x000008, "Member 'UI_BP_FastTravelButton_C_Set_Unlocked::CallFunc_GetIconColorByState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_Set_Unlocked, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'UI_BP_FastTravelButton_C_Set_Unlocked::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelButton_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FastTravelButton_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FastTravelButton_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FastTravelButton_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_FastTravelButton_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FastTravelButton_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FastTravelButton_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FastTravelButton_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FastTravelButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_FastTravelButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_FastTravelButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_FastTravelButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FastTravelButton_C \ static_assert(alignof(UUI_BP_FastTravelButton_C) == 0x000008, "Wrong alignment on UUI_BP_FastTravelButton_C"); \ static_assert(sizeof(UUI_BP_FastTravelButton_C) == 0x0003D8, "Wrong size on UUI_BP_FastTravelButton_C"); \ static_assert(offsetof(UUI_BP_FastTravelButton_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_FastTravelButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelButton_C, OnTextButtonDeselected) == 0x000330, "Member 'UUI_BP_FastTravelButton_C::OnTextButtonDeselected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelButton_C, OnTextButtonSelected) == 0x000338, "Member 'UUI_BP_FastTravelButton_C::OnTextButtonSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelButton_C, OnTextButtonHovered) == 0x000340, "Member 'UUI_BP_FastTravelButton_C::OnTextButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelButton_C, fastTravelIcon) == 0x000348, "Member 'UUI_BP_FastTravelButton_C::fastTravelIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelButton_C, textBorder) == 0x000350, "Member 'UUI_BP_FastTravelButton_C::textBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelButton_C, TheButton) == 0x000358, "Member 'UUI_BP_FastTravelButton_C::TheButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelButton_C, TheText) == 0x000360, "Member 'UUI_BP_FastTravelButton_C::TheText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelButton_C, FastTravelButtonClicked) == 0x000368, "Member 'UUI_BP_FastTravelButton_C::FastTravelButtonClicked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelButton_C, FastTravelButtonHovered) == 0x000378, "Member 'UUI_BP_FastTravelButton_C::FastTravelButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelButton_C, FastTravelButtonUnhovered) == 0x000388, "Member 'UUI_BP_FastTravelButton_C::FastTravelButtonUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelButton_C, ButtonText) == 0x000398, "Member 'UUI_BP_FastTravelButton_C::ButtonText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelButton_C, IsButtonSelected) == 0x0003A8, "Member 'UUI_BP_FastTravelButton_C::IsButtonSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelButton_C, ExpandComplete) == 0x0003B0, "Member 'UUI_BP_FastTravelButton_C::ExpandComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelButton_C, CollapseComplete) == 0x0003C0, "Member 'UUI_BP_FastTravelButton_C::CollapseComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelButton_C, IsLocked) == 0x0003D0, "Member 'UUI_BP_FastTravelButton_C::IsLocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_CowerMandrakeStart_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeStart \ static_assert(alignof(ABL_NpcReact_CowerMandrakeStart_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeStart) == 0x000008, "Wrong alignment on ABL_NpcReact_CowerMandrakeStart_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeStart"); \ static_assert(sizeof(ABL_NpcReact_CowerMandrakeStart_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeStart) == 0x000018, "Wrong size on ABL_NpcReact_CowerMandrakeStart_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeStart"); \ static_assert(offsetof(ABL_NpcReact_CowerMandrakeStart_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeStart, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_CowerMandrakeStart_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeStart::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerMandrakeStart_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeStart, CallFunc_GetStatName_ReturnValue) == 0x000004, "Member 'ABL_NpcReact_CowerMandrakeStart_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeStart::CallFunc_GetStatName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerMandrakeStart_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeStart, K2Node_Event_Context) == 0x000010, "Member 'ABL_NpcReact_CowerMandrakeStart_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeStart::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_CowerMandrakeStart_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_CowerMandrakeStart_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_CowerMandrakeStart_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_CowerMandrakeStart_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_CowerMandrakeStart_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_CowerMandrakeStart_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_CowerMandrakeStart_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_CowerMandrakeStart_C \ static_assert(alignof(UABL_NpcReact_CowerMandrakeStart_C) == 0x000008, "Wrong alignment on UABL_NpcReact_CowerMandrakeStart_C"); \ static_assert(sizeof(UABL_NpcReact_CowerMandrakeStart_C) == 0x0000E8, "Wrong size on UABL_NpcReact_CowerMandrakeStart_C"); \ static_assert(offsetof(UABL_NpcReact_CowerMandrakeStart_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_CowerMandrakeStart_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem \ static_assert(alignof(UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem) == 0x000008, "Wrong alignment on UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem"); \ static_assert(sizeof(UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem) == 0x000068, "Wrong size on UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem, EntryPoint) == 0x000000, "Member 'UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem, CallFunc_HermesBindEvent_Handle) == 0x000028, "Member 'UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem, CallFunc_HermesBindEvent_Handle_1) == 0x000038, "Member 'UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem, K2Node_CustomEvent_Caller_1) == 0x000048, "Member 'UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem, K2Node_CustomEvent_Caller) == 0x000050, "Member 'UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem, CallFunc_PlayAnimation_ReturnValue) == 0x000058, "Member 'UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem, CallFunc_PlayAnimation_ReturnValue_1) == 0x000060, "Member 'UI_BP_RegionInfoItem_C_ExecuteUbergraph_UI_BP_RegionInfoItem::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RegionInfoItem_C_RegionInfoItemRight \ static_assert(alignof(UI_BP_RegionInfoItem_C_RegionInfoItemRight) == 0x000008, "Wrong alignment on UI_BP_RegionInfoItem_C_RegionInfoItemRight"); \ static_assert(sizeof(UI_BP_RegionInfoItem_C_RegionInfoItemRight) == 0x000008, "Wrong size on UI_BP_RegionInfoItem_C_RegionInfoItemRight"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_RegionInfoItemRight, Caller) == 0x000000, "Member 'UI_BP_RegionInfoItem_C_RegionInfoItemRight::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RegionInfoItem_C_RegionInfoItemLeft \ static_assert(alignof(UI_BP_RegionInfoItem_C_RegionInfoItemLeft) == 0x000008, "Wrong alignment on UI_BP_RegionInfoItem_C_RegionInfoItemLeft"); \ static_assert(sizeof(UI_BP_RegionInfoItem_C_RegionInfoItemLeft) == 0x000008, "Wrong size on UI_BP_RegionInfoItem_C_RegionInfoItemLeft"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_RegionInfoItemLeft, Caller) == 0x000000, "Member 'UI_BP_RegionInfoItem_C_RegionInfoItemLeft::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RegionInfoItem_C_SetItemName \ static_assert(alignof(UI_BP_RegionInfoItem_C_SetItemName) == 0x000008, "Wrong alignment on UI_BP_RegionInfoItem_C_SetItemName"); \ static_assert(sizeof(UI_BP_RegionInfoItem_C_SetItemName) == 0x000028, "Wrong size on UI_BP_RegionInfoItem_C_SetItemName"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_SetItemName, ItemName) == 0x000000, "Member 'UI_BP_RegionInfoItem_C_SetItemName::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_SetItemName, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'UI_BP_RegionInfoItem_C_SetItemName::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RegionInfoItem_C_SetIcon \ static_assert(alignof(UI_BP_RegionInfoItem_C_SetIcon) == 0x000008, "Wrong alignment on UI_BP_RegionInfoItem_C_SetIcon"); \ static_assert(sizeof(UI_BP_RegionInfoItem_C_SetIcon) == 0x000018, "Wrong size on UI_BP_RegionInfoItem_C_SetIcon"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_SetIcon, IconName) == 0x000000, "Member 'UI_BP_RegionInfoItem_C_SetIcon::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_SetIcon, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000010, "Member 'UI_BP_RegionInfoItem_C_SetIcon::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_SetIcon, CallFunc_AsyncFindIconTexture2D_ReturnValue_1) == 0x000011, "Member 'UI_BP_RegionInfoItem_C_SetIcon::CallFunc_AsyncFindIconTexture2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RegionInfoItem_C_SetTotal \ static_assert(alignof(UI_BP_RegionInfoItem_C_SetTotal) == 0x000008, "Wrong alignment on UI_BP_RegionInfoItem_C_SetTotal"); \ static_assert(sizeof(UI_BP_RegionInfoItem_C_SetTotal) == 0x000018, "Wrong size on UI_BP_RegionInfoItem_C_SetTotal"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_SetTotal, Total) == 0x000000, "Member 'UI_BP_RegionInfoItem_C_SetTotal::Total' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_SetTotal, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'UI_BP_RegionInfoItem_C_SetTotal::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RegionInfoItem_C_SetCompleted \ static_assert(alignof(UI_BP_RegionInfoItem_C_SetCompleted) == 0x000008, "Wrong alignment on UI_BP_RegionInfoItem_C_SetCompleted"); \ static_assert(sizeof(UI_BP_RegionInfoItem_C_SetCompleted) == 0x000018, "Wrong size on UI_BP_RegionInfoItem_C_SetCompleted"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_SetCompleted, Completed) == 0x000000, "Member 'UI_BP_RegionInfoItem_C_SetCompleted::Completed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_SetCompleted, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'UI_BP_RegionInfoItem_C_SetCompleted::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RegionInfoItem_C_SetRegionInfoLeft \ static_assert(alignof(UI_BP_RegionInfoItem_C_SetRegionInfoLeft) == 0x000008, "Wrong alignment on UI_BP_RegionInfoItem_C_SetRegionInfoLeft"); \ static_assert(sizeof(UI_BP_RegionInfoItem_C_SetRegionInfoLeft) == 0x000008, "Wrong size on UI_BP_RegionInfoItem_C_SetRegionInfoLeft"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_SetRegionInfoLeft, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_RegionInfoItem_C_SetRegionInfoLeft::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RegionInfoItem_C_SetRegionInfoRight \ static_assert(alignof(UI_BP_RegionInfoItem_C_SetRegionInfoRight) == 0x000008, "Wrong alignment on UI_BP_RegionInfoItem_C_SetRegionInfoRight"); \ static_assert(sizeof(UI_BP_RegionInfoItem_C_SetRegionInfoRight) == 0x000008, "Wrong size on UI_BP_RegionInfoItem_C_SetRegionInfoRight"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_SetRegionInfoRight, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_RegionInfoItem_C_SetRegionInfoRight::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RegionInfoItem_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_RegionInfoItem_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings) == 0x0002A0, "Wrong size on UI_BP_RegionInfoItem_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue) == 0x000028, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000040, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue_1) == 0x000050, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000068, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000080, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, K2Node_MakeStruct_FormatArgumentData) == 0x000098, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, K2Node_MakeArray_Array) == 0x000118, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x000128, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_Format_ReturnValue) == 0x000140, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000158, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000168, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000178, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x00017C, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x000180, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x000198, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0001A8, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_4) == 0x0001B0, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001C8, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_5) == 0x000208, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, K2Node_MakeStruct_FormatArgumentData_3) == 0x000220, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, K2Node_MakeArray_Array_1) == 0x000260, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_Format_ReturnValue_1) == 0x000270, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000288, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfoItem_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x000298, "Member 'UI_BP_RegionInfoItem_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_RegionInfoItem_C \ static_assert(alignof(UUI_BP_RegionInfoItem_C) == 0x000008, "Wrong alignment on UUI_BP_RegionInfoItem_C"); \ static_assert(sizeof(UUI_BP_RegionInfoItem_C) == 0x000390, "Wrong size on UUI_BP_RegionInfoItem_C"); \ static_assert(offsetof(UUI_BP_RegionInfoItem_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_RegionInfoItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfoItem_C, RegionInfoLeft) == 0x000330, "Member 'UUI_BP_RegionInfoItem_C::RegionInfoLeft' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfoItem_C, RegionInfoRight) == 0x000338, "Member 'UUI_BP_RegionInfoItem_C::RegionInfoRight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfoItem_C, CompletedText0) == 0x000340, "Member 'UUI_BP_RegionInfoItem_C::CompletedText0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfoItem_C, CompletedText1) == 0x000348, "Member 'UUI_BP_RegionInfoItem_C::CompletedText1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfoItem_C, DividerText0) == 0x000350, "Member 'UUI_BP_RegionInfoItem_C::DividerText0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfoItem_C, DividerText1) == 0x000358, "Member 'UUI_BP_RegionInfoItem_C::DividerText1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfoItem_C, Icon) == 0x000360, "Member 'UUI_BP_RegionInfoItem_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfoItem_C, Icon_1) == 0x000368, "Member 'UUI_BP_RegionInfoItem_C::Icon_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfoItem_C, ItemtypeText) == 0x000370, "Member 'UUI_BP_RegionInfoItem_C::ItemtypeText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfoItem_C, TotalText0) == 0x000378, "Member 'UUI_BP_RegionInfoItem_C::TotalText0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfoItem_C, TotalText1) == 0x000380, "Member 'UUI_BP_RegionInfoItem_C::TotalText1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfoItem_C, IsLeft) == 0x000388, "Member 'UUI_BP_RegionInfoItem_C::IsLeft' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuestSpellRequirement_C_SetSpellData \ static_assert(alignof(UI_BP_QuestSpellRequirement_C_SetSpellData) == 0x000008, "Wrong alignment on UI_BP_QuestSpellRequirement_C_SetSpellData"); \ static_assert(sizeof(UI_BP_QuestSpellRequirement_C_SetSpellData) == 0x000068, "Wrong size on UI_BP_QuestSpellRequirement_C_SetSpellData"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_SetSpellData, Spell) == 0x000000, "Member 'UI_BP_QuestSpellRequirement_C_SetSpellData::Spell' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_SetSpellData, TempTypeImage) == 0x000010, "Member 'UI_BP_QuestSpellRequirement_C_SetSpellData::TempTypeImage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_SetSpellData, Temp_bool_Variable) == 0x000020, "Member 'UI_BP_QuestSpellRequirement_C_SetSpellData::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_SetSpellData, K2Node_MakeStruct_DataTableRowHandle) == 0x000028, "Member 'UI_BP_QuestSpellRequirement_C_SetSpellData::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_SetSpellData, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000038, "Member 'UI_BP_QuestSpellRequirement_C_SetSpellData::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_SetSpellData, CallFunc_Conv_StringToName_ReturnValue) == 0x000048, "Member 'UI_BP_QuestSpellRequirement_C_SetSpellData::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_SetSpellData, CallFunc_IsUnlocked_ReturnValue) == 0x000050, "Member 'UI_BP_QuestSpellRequirement_C_SetSpellData::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_SetSpellData, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000051, "Member 'UI_BP_QuestSpellRequirement_C_SetSpellData::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_SetSpellData, K2Node_Select_Default) == 0x000058, "Member 'UI_BP_QuestSpellRequirement_C_SetSpellData::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuestSpellRequirement_C_SpellTypeLoaded \ static_assert(alignof(UI_BP_QuestSpellRequirement_C_SpellTypeLoaded) == 0x000008, "Wrong alignment on UI_BP_QuestSpellRequirement_C_SpellTypeLoaded"); \ static_assert(sizeof(UI_BP_QuestSpellRequirement_C_SpellTypeLoaded) == 0x000010, "Wrong size on UI_BP_QuestSpellRequirement_C_SpellTypeLoaded"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_SpellTypeLoaded, LoadedTexture) == 0x000000, "Member 'UI_BP_QuestSpellRequirement_C_SpellTypeLoaded::LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_SpellTypeLoaded, CallbackParam) == 0x000008, "Member 'UI_BP_QuestSpellRequirement_C_SpellTypeLoaded::CallbackParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_QuestSpellRequirement_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_QuestSpellRequirement_C \ static_assert(alignof(UUI_BP_QuestSpellRequirement_C) == 0x000008, "Wrong alignment on UUI_BP_QuestSpellRequirement_C"); \ static_assert(sizeof(UUI_BP_QuestSpellRequirement_C) == 0x000338, "Wrong size on UUI_BP_QuestSpellRequirement_C"); \ static_assert(offsetof(UUI_BP_QuestSpellRequirement_C, SpellIcon) == 0x000328, "Member 'UUI_BP_QuestSpellRequirement_C::SpellIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuestSpellRequirement_C, SpellName) == 0x000330, "Member 'UUI_BP_QuestSpellRequirement_C::SpellName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Jog2Sprint_C_ExecuteUbergraph_ABL_Jog2Sprint \ static_assert(alignof(ABL_Jog2Sprint_C_ExecuteUbergraph_ABL_Jog2Sprint) == 0x000008, "Wrong alignment on ABL_Jog2Sprint_C_ExecuteUbergraph_ABL_Jog2Sprint"); \ static_assert(sizeof(ABL_Jog2Sprint_C_ExecuteUbergraph_ABL_Jog2Sprint) == 0x000018, "Wrong size on ABL_Jog2Sprint_C_ExecuteUbergraph_ABL_Jog2Sprint"); \ static_assert(offsetof(ABL_Jog2Sprint_C_ExecuteUbergraph_ABL_Jog2Sprint, EntryPoint) == 0x000000, "Member 'ABL_Jog2Sprint_C_ExecuteUbergraph_ABL_Jog2Sprint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Jog2Sprint_C_ExecuteUbergraph_ABL_Jog2Sprint, K2Node_Event_Context) == 0x000008, "Member 'ABL_Jog2Sprint_C_ExecuteUbergraph_ABL_Jog2Sprint::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Jog2Sprint_C_ExecuteUbergraph_ABL_Jog2Sprint, K2Node_Event_Context_1) == 0x000010, "Member 'ABL_Jog2Sprint_C_ExecuteUbergraph_ABL_Jog2Sprint::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Jog2Sprint_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Jog2Sprint_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Jog2Sprint_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Jog2Sprint_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Jog2Sprint_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Jog2Sprint_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Jog2Sprint_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Jog2Sprint_C_OnAbilityEnd \ static_assert(alignof(ABL_Jog2Sprint_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_Jog2Sprint_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_Jog2Sprint_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_Jog2Sprint_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_Jog2Sprint_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_Jog2Sprint_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Jog2Sprint_C \ static_assert(alignof(UABL_Jog2Sprint_C) == 0x000008, "Wrong alignment on UABL_Jog2Sprint_C"); \ static_assert(sizeof(UABL_Jog2Sprint_C) == 0x0000D0, "Wrong size on UABL_Jog2Sprint_C"); \ static_assert(offsetof(UABL_Jog2Sprint_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Jog2Sprint_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsDropDownButton_C_SetDropDownSize \ static_assert(alignof(UI_BP_SettingsDropDownButton_C_SetDropDownSize) == 0x000004, "Wrong alignment on UI_BP_SettingsDropDownButton_C_SetDropDownSize"); \ static_assert(sizeof(UI_BP_SettingsDropDownButton_C_SetDropDownSize) == 0x000004, "Wrong size on UI_BP_SettingsDropDownButton_C_SetDropDownSize"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_SetDropDownSize, DesiredHeight) == 0x000000, "Member 'UI_BP_SettingsDropDownButton_C_SetDropDownSize::DesiredHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsDropDownButton_C_GetSelectedIndex \ static_assert(alignof(UI_BP_SettingsDropDownButton_C_GetSelectedIndex) == 0x000004, "Wrong alignment on UI_BP_SettingsDropDownButton_C_GetSelectedIndex"); \ static_assert(sizeof(UI_BP_SettingsDropDownButton_C_GetSelectedIndex) == 0x000008, "Wrong size on UI_BP_SettingsDropDownButton_C_GetSelectedIndex"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_GetSelectedIndex, SelectedIndex) == 0x000000, "Member 'UI_BP_SettingsDropDownButton_C_GetSelectedIndex::SelectedIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_GetSelectedIndex, CallFunc_GetSelectedIndex_SelectedIndex) == 0x000004, "Member 'UI_BP_SettingsDropDownButton_C_GetSelectedIndex::CallFunc_GetSelectedIndex_SelectedIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsDropDownButton_C_GetSelectedOption \ static_assert(alignof(UI_BP_SettingsDropDownButton_C_GetSelectedOption) == 0x000008, "Wrong alignment on UI_BP_SettingsDropDownButton_C_GetSelectedOption"); \ static_assert(sizeof(UI_BP_SettingsDropDownButton_C_GetSelectedOption) == 0x000020, "Wrong size on UI_BP_SettingsDropDownButton_C_GetSelectedOption"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_GetSelectedOption, SelectedOption) == 0x000000, "Member 'UI_BP_SettingsDropDownButton_C_GetSelectedOption::SelectedOption' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_GetSelectedOption, CallFunc_GetSelectedOption_SelectedOption) == 0x000010, "Member 'UI_BP_SettingsDropDownButton_C_GetSelectedOption::CallFunc_GetSelectedOption_SelectedOption' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsDropDownButton_C_SetDropDownIndex \ static_assert(alignof(UI_BP_SettingsDropDownButton_C_SetDropDownIndex) == 0x000004, "Wrong alignment on UI_BP_SettingsDropDownButton_C_SetDropDownIndex"); \ static_assert(sizeof(UI_BP_SettingsDropDownButton_C_SetDropDownIndex) == 0x000004, "Wrong size on UI_BP_SettingsDropDownButton_C_SetDropDownIndex"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_SetDropDownIndex, NewIndex) == 0x000000, "Member 'UI_BP_SettingsDropDownButton_C_SetDropDownIndex::NewIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsDropDownButton_C_PopulateDropDownOptions \ static_assert(alignof(UI_BP_SettingsDropDownButton_C_PopulateDropDownOptions) == 0x000008, "Wrong alignment on UI_BP_SettingsDropDownButton_C_PopulateDropDownOptions"); \ static_assert(sizeof(UI_BP_SettingsDropDownButton_C_PopulateDropDownOptions) == 0x000018, "Wrong size on UI_BP_SettingsDropDownButton_C_PopulateDropDownOptions"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_PopulateDropDownOptions, OptionsArray) == 0x000000, "Member 'UI_BP_SettingsDropDownButton_C_PopulateDropDownOptions::OptionsArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_PopulateDropDownOptions, OptionIndex) == 0x000010, "Member 'UI_BP_SettingsDropDownButton_C_PopulateDropDownOptions::OptionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_3_OnSelectionChanged__DelegateSignature \ static_assert(alignof(UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_3_OnSelectionChanged__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_3_OnSelectionChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_3_OnSelectionChanged__DelegateSignature) == 0x000010, "Wrong size on UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_3_OnSelectionChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_3_OnSelectionChanged__DelegateSignature, NewSelection) == 0x000000, "Member 'UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_3_OnSelectionChanged__DelegateSignature::NewSelection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_2_OnItemHovered__DelegateSignature \ static_assert(alignof(UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_2_OnItemHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_2_OnItemHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_2_OnItemHovered__DelegateSignature) == 0x000010, "Wrong size on UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_2_OnItemHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_2_OnItemHovered__DelegateSignature, ItemHovered) == 0x000000, "Member 'UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_2_OnItemHovered__DelegateSignature::ItemHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_4_OnItemClicked__DelegateSignature \ static_assert(alignof(UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_4_OnItemClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_4_OnItemClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_4_OnItemClicked__DelegateSignature) == 0x000010, "Wrong size on UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_4_OnItemClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_4_OnItemClicked__DelegateSignature, ItemClicked) == 0x000000, "Member 'UI_BP_SettingsDropDownButton_C_BndEvt__ComboBox_K2Node_ComponentBoundEvent_4_OnItemClicked__DelegateSignature::ItemClicked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsDropDownButton_C_PreConstruct \ static_assert(alignof(UI_BP_SettingsDropDownButton_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_SettingsDropDownButton_C_PreConstruct"); \ static_assert(sizeof(UI_BP_SettingsDropDownButton_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_SettingsDropDownButton_C_PreConstruct"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_SettingsDropDownButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton \ static_assert(alignof(UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton) == 0x000008, "Wrong alignment on UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton"); \ static_assert(sizeof(UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton) == 0x000058, "Wrong size on UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton, EntryPoint) == 0x000000, "Member 'UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000008, "Member 'UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton, K2Node_ComponentBoundEvent_NewSelection) == 0x000010, "Member 'UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton::K2Node_ComponentBoundEvent_NewSelection' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton, CallFunc_GetSelectedIndex_SelectedIndex) == 0x000020, "Member 'UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton::CallFunc_GetSelectedIndex_SelectedIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton, K2Node_ComponentBoundEvent_ItemHovered) == 0x000028, "Member 'UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton::K2Node_ComponentBoundEvent_ItemHovered' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000038, "Member 'UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton, K2Node_ComponentBoundEvent_ItemClicked) == 0x000040, "Member 'UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton::K2Node_ComponentBoundEvent_ItemClicked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x000050, "Member 'UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton, K2Node_Event_IsDesignTime) == 0x000054, "Member 'UI_BP_SettingsDropDownButton_C_ExecuteUbergraph_UI_BP_SettingsDropDownButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SettingsDropDownButton_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_SettingsDropDownButton_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_SettingsDropDownButton_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_SettingsDropDownButton_C_GatherMenuReaderStrings) == 0x000048, "Wrong size on UI_BP_SettingsDropDownButton_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_SettingsDropDownButton_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_SettingsDropDownButton_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_SettingsDropDownButton_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_SettingsDropDownButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SettingsDropDownButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_SettingsDropDownButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_SettingsDropDownButton_C \ static_assert(alignof(UUI_BP_SettingsDropDownButton_C) == 0x000008, "Wrong alignment on UUI_BP_SettingsDropDownButton_C"); \ static_assert(sizeof(UUI_BP_SettingsDropDownButton_C) == 0x0003C0, "Wrong size on UUI_BP_SettingsDropDownButton_C"); \ static_assert(offsetof(UUI_BP_SettingsDropDownButton_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_SettingsDropDownButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDropDownButton_C, OnHover) == 0x000330, "Member 'UUI_BP_SettingsDropDownButton_C::OnHover' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDropDownButton_C, ComboBox) == 0x000338, "Member 'UUI_BP_SettingsDropDownButton_C::ComboBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDropDownButton_C, DropdownOverlay) == 0x000340, "Member 'UUI_BP_SettingsDropDownButton_C::DropdownOverlay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDropDownButton_C, DropDownOptionChanged) == 0x000348, "Member 'UUI_BP_SettingsDropDownButton_C::DropDownOptionChanged' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDropDownButton_C, DropDownTitle) == 0x000358, "Member 'UUI_BP_SettingsDropDownButton_C::DropDownTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDropDownButton_C, DropdownWidth) == 0x000368, "Member 'UUI_BP_SettingsDropDownButton_C::DropdownWidth' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDropDownButton_C, TranslateContents) == 0x00036C, "Member 'UUI_BP_SettingsDropDownButton_C::TranslateContents' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDropDownButton_C, DropdownHovered) == 0x000370, "Member 'UUI_BP_SettingsDropDownButton_C::DropdownHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDropDownButton_C, DropdownUnhovered) == 0x000380, "Member 'UUI_BP_SettingsDropDownButton_C::DropdownUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDropDownButton_C, Scalefonts) == 0x000390, "Member 'UUI_BP_SettingsDropDownButton_C::Scalefonts' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDropDownButton_C, DropdownOpened) == 0x000398, "Member 'UUI_BP_SettingsDropDownButton_C::DropdownOpened' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDropDownButton_C, TranslateTitle) == 0x0003A8, "Member 'UUI_BP_SettingsDropDownButton_C::TranslateTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SettingsDropDownButton_C, DropDownOptionHovered) == 0x0003B0, "Member 'UUI_BP_SettingsDropDownButton_C::DropDownOptionHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList \ static_assert(alignof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList) == 0x000008, "Wrong alignment on UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList"); \ static_assert(sizeof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList) == 0x000130, "Wrong size on UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, EntryPoint) == 0x000000, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_Array_Length_ReturnValue_1) == 0x000008, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_Array_Get_Item) == 0x000010, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, Temp_bool_Variable) == 0x000020, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_Array_Get_Item_1) == 0x000038, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, Temp_int_Loop_Counter_Variable_1) == 0x000048, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_Less_IntInt_ReturnValue_1) == 0x00004C, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_Add_IntInt_ReturnValue_1) == 0x000050, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, K2Node_Event_Title) == 0x000058, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::K2Node_Event_Title' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, K2Node_Event_bCallUnHovered_1) == 0x000068, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::K2Node_Event_bCallUnHovered_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, K2Node_Event_ItemName_3) == 0x000070, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::K2Node_Event_ItemName_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, K2Node_Event_bCallUnHovered) == 0x000080, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::K2Node_Event_bCallUnHovered' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_Not_PreBool_ReturnValue_1) == 0x000081, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_Not_PreBool_ReturnValue_2) == 0x000082, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, K2Node_Event_ItemName_2) == 0x000088, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::K2Node_Event_ItemName_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, K2Node_Event_ItemList) == 0x000098, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::K2Node_Event_ItemList' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, Temp_int_Variable) == 0x0000AC, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000B0, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_GetChildAt_ReturnValue) == 0x0000B8, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_GetChildrenCount_ReturnValue) == 0x0000C0, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, K2Node_DynamicCast_AsUI_BP_Fast_Travel_Button) == 0x0000C8, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::K2Node_DynamicCast_AsUI_BP_Fast_Travel_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000D1, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_BooleanAND_ReturnValue) == 0x0000D2, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_IsValid_ReturnValue_1) == 0x0000D3, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0000D8, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000E0, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000E8, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, K2Node_Event_ItemName_1) == 0x0000F0, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::K2Node_Event_ItemName_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000100, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_GetChildAt_ReturnValue_1) == 0x000108, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, K2Node_Event_ItemName) == 0x000110, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::K2Node_Event_ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_GetChildAt_ReturnValue_2) == 0x000120, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_GetChildAt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList, CallFunc_EqualEqual_StrStr_ReturnValue_2) == 0x000128, "Member 'UI_BP_FastTravelList_C_ExecuteUbergraph_UI_BP_FastTravelList::CallFunc_EqualEqual_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelList_C_EnableItem \ static_assert(alignof(UI_BP_FastTravelList_C_EnableItem) == 0x000008, "Wrong alignment on UI_BP_FastTravelList_C_EnableItem"); \ static_assert(sizeof(UI_BP_FastTravelList_C_EnableItem) == 0x000010, "Wrong size on UI_BP_FastTravelList_C_EnableItem"); \ static_assert(offsetof(UI_BP_FastTravelList_C_EnableItem, ItemName) == 0x000000, "Member 'UI_BP_FastTravelList_C_EnableItem::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelList_C_DisableItem \ static_assert(alignof(UI_BP_FastTravelList_C_DisableItem) == 0x000008, "Wrong alignment on UI_BP_FastTravelList_C_DisableItem"); \ static_assert(sizeof(UI_BP_FastTravelList_C_DisableItem) == 0x000010, "Wrong size on UI_BP_FastTravelList_C_DisableItem"); \ static_assert(offsetof(UI_BP_FastTravelList_C_DisableItem, ItemName) == 0x000000, "Member 'UI_BP_FastTravelList_C_DisableItem::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelList_C_AddList \ static_assert(alignof(UI_BP_FastTravelList_C_AddList) == 0x000008, "Wrong alignment on UI_BP_FastTravelList_C_AddList"); \ static_assert(sizeof(UI_BP_FastTravelList_C_AddList) == 0x000010, "Wrong size on UI_BP_FastTravelList_C_AddList"); \ static_assert(offsetof(UI_BP_FastTravelList_C_AddList, ItemList) == 0x000000, "Member 'UI_BP_FastTravelList_C_AddList::ItemList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelList_C_AddListMenuItem \ static_assert(alignof(UI_BP_FastTravelList_C_AddListMenuItem) == 0x000008, "Wrong alignment on UI_BP_FastTravelList_C_AddListMenuItem"); \ static_assert(sizeof(UI_BP_FastTravelList_C_AddListMenuItem) == 0x000010, "Wrong size on UI_BP_FastTravelList_C_AddListMenuItem"); \ static_assert(offsetof(UI_BP_FastTravelList_C_AddListMenuItem, ItemName) == 0x000000, "Member 'UI_BP_FastTravelList_C_AddListMenuItem::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelList_C_HighlightListMenuItem \ static_assert(alignof(UI_BP_FastTravelList_C_HighlightListMenuItem) == 0x000008, "Wrong alignment on UI_BP_FastTravelList_C_HighlightListMenuItem"); \ static_assert(sizeof(UI_BP_FastTravelList_C_HighlightListMenuItem) == 0x000018, "Wrong size on UI_BP_FastTravelList_C_HighlightListMenuItem"); \ static_assert(offsetof(UI_BP_FastTravelList_C_HighlightListMenuItem, ItemName) == 0x000000, "Member 'UI_BP_FastTravelList_C_HighlightListMenuItem::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_HighlightListMenuItem, bCallUnHovered) == 0x000010, "Member 'UI_BP_FastTravelList_C_HighlightListMenuItem::bCallUnHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelList_C_ClearHighlightListMenuItem \ static_assert(alignof(UI_BP_FastTravelList_C_ClearHighlightListMenuItem) == 0x000001, "Wrong alignment on UI_BP_FastTravelList_C_ClearHighlightListMenuItem"); \ static_assert(sizeof(UI_BP_FastTravelList_C_ClearHighlightListMenuItem) == 0x000001, "Wrong size on UI_BP_FastTravelList_C_ClearHighlightListMenuItem"); \ static_assert(offsetof(UI_BP_FastTravelList_C_ClearHighlightListMenuItem, bCallUnHovered) == 0x000000, "Member 'UI_BP_FastTravelList_C_ClearHighlightListMenuItem::bCallUnHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelList_C_SetListTitle \ static_assert(alignof(UI_BP_FastTravelList_C_SetListTitle) == 0x000008, "Wrong alignment on UI_BP_FastTravelList_C_SetListTitle"); \ static_assert(sizeof(UI_BP_FastTravelList_C_SetListTitle) == 0x000010, "Wrong size on UI_BP_FastTravelList_C_SetListTitle"); \ static_assert(offsetof(UI_BP_FastTravelList_C_SetListTitle, Title) == 0x000000, "Member 'UI_BP_FastTravelList_C_SetListTitle::Title' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelList_C_PopulateLocationList \ static_assert(alignof(UI_BP_FastTravelList_C_PopulateLocationList) == 0x000008, "Wrong alignment on UI_BP_FastTravelList_C_PopulateLocationList"); \ static_assert(sizeof(UI_BP_FastTravelList_C_PopulateLocationList) == 0x000090, "Wrong size on UI_BP_FastTravelList_C_PopulateLocationList"); \ static_assert(offsetof(UI_BP_FastTravelList_C_PopulateLocationList, ListArray) == 0x000000, "Member 'UI_BP_FastTravelList_C_PopulateLocationList::ListArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_PopulateLocationList, Temp_int_Array_Index_Variable) == 0x000010, "Member 'UI_BP_FastTravelList_C_PopulateLocationList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_PopulateLocationList, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'UI_BP_FastTravelList_C_PopulateLocationList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_PopulateLocationList, CallFunc_Array_Get_Item) == 0x000018, "Member 'UI_BP_FastTravelList_C_PopulateLocationList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_PopulateLocationList, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'UI_BP_FastTravelList_C_PopulateLocationList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_PopulateLocationList, CallFunc_Get_ReturnValue) == 0x000030, "Member 'UI_BP_FastTravelList_C_PopulateLocationList::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_PopulateLocationList, CallFunc_IsFastTravelUnlockedForLocation_ReturnValue) == 0x000038, "Member 'UI_BP_FastTravelList_C_PopulateLocationList::CallFunc_IsFastTravelUnlockedForLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_PopulateLocationList, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'UI_BP_FastTravelList_C_PopulateLocationList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_PopulateLocationList, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'UI_BP_FastTravelList_C_PopulateLocationList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_PopulateLocationList, K2Node_MakeStruct_Margin) == 0x000040, "Member 'UI_BP_FastTravelList_C_PopulateLocationList::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_PopulateLocationList, K2Node_CreateDelegate_OutputDelegate) == 0x000050, "Member 'UI_BP_FastTravelList_C_PopulateLocationList::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_PopulateLocationList, K2Node_CreateDelegate_OutputDelegate_1) == 0x000060, "Member 'UI_BP_FastTravelList_C_PopulateLocationList::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_PopulateLocationList, CallFunc_Create_ReturnValue) == 0x000070, "Member 'UI_BP_FastTravelList_C_PopulateLocationList::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_PopulateLocationList, K2Node_CreateDelegate_OutputDelegate_2) == 0x000078, "Member 'UI_BP_FastTravelList_C_PopulateLocationList::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_PopulateLocationList, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000088, "Member 'UI_BP_FastTravelList_C_PopulateLocationList::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelList_C_OnLocationClicked \ static_assert(alignof(UI_BP_FastTravelList_C_OnLocationClicked) == 0x000008, "Wrong alignment on UI_BP_FastTravelList_C_OnLocationClicked"); \ static_assert(sizeof(UI_BP_FastTravelList_C_OnLocationClicked) == 0x000008, "Wrong size on UI_BP_FastTravelList_C_OnLocationClicked"); \ static_assert(offsetof(UI_BP_FastTravelList_C_OnLocationClicked, Button) == 0x000000, "Member 'UI_BP_FastTravelList_C_OnLocationClicked::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelList_C_OnLocationHovered \ static_assert(alignof(UI_BP_FastTravelList_C_OnLocationHovered) == 0x000008, "Wrong alignment on UI_BP_FastTravelList_C_OnLocationHovered"); \ static_assert(sizeof(UI_BP_FastTravelList_C_OnLocationHovered) == 0x000020, "Wrong size on UI_BP_FastTravelList_C_OnLocationHovered"); \ static_assert(offsetof(UI_BP_FastTravelList_C_OnLocationHovered, Button) == 0x000000, "Member 'UI_BP_FastTravelList_C_OnLocationHovered::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_OnLocationHovered, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'UI_BP_FastTravelList_C_OnLocationHovered::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_OnLocationHovered, CallFunc_GetMousePositionScaledByDPI_LocationX) == 0x000010, "Member 'UI_BP_FastTravelList_C_OnLocationHovered::CallFunc_GetMousePositionScaledByDPI_LocationX' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_OnLocationHovered, CallFunc_GetMousePositionScaledByDPI_LocationY) == 0x000014, "Member 'UI_BP_FastTravelList_C_OnLocationHovered::CallFunc_GetMousePositionScaledByDPI_LocationY' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_OnLocationHovered, CallFunc_GetMousePositionScaledByDPI_ReturnValue) == 0x000018, "Member 'UI_BP_FastTravelList_C_OnLocationHovered::CallFunc_GetMousePositionScaledByDPI_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_OnLocationHovered, CallFunc_Less_FloatFloat_ReturnValue) == 0x000019, "Member 'UI_BP_FastTravelList_C_OnLocationHovered::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelList_C_OnLocationUnhovered \ static_assert(alignof(UI_BP_FastTravelList_C_OnLocationUnhovered) == 0x000008, "Wrong alignment on UI_BP_FastTravelList_C_OnLocationUnhovered"); \ static_assert(sizeof(UI_BP_FastTravelList_C_OnLocationUnhovered) == 0x000020, "Wrong size on UI_BP_FastTravelList_C_OnLocationUnhovered"); \ static_assert(offsetof(UI_BP_FastTravelList_C_OnLocationUnhovered, Button) == 0x000000, "Member 'UI_BP_FastTravelList_C_OnLocationUnhovered::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_OnLocationUnhovered, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'UI_BP_FastTravelList_C_OnLocationUnhovered::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_OnLocationUnhovered, CallFunc_GetMousePositionScaledByDPI_LocationX) == 0x000010, "Member 'UI_BP_FastTravelList_C_OnLocationUnhovered::CallFunc_GetMousePositionScaledByDPI_LocationX' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_OnLocationUnhovered, CallFunc_GetMousePositionScaledByDPI_LocationY) == 0x000014, "Member 'UI_BP_FastTravelList_C_OnLocationUnhovered::CallFunc_GetMousePositionScaledByDPI_LocationY' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_OnLocationUnhovered, CallFunc_GetMousePositionScaledByDPI_ReturnValue) == 0x000018, "Member 'UI_BP_FastTravelList_C_OnLocationUnhovered::CallFunc_GetMousePositionScaledByDPI_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_OnLocationUnhovered, CallFunc_Less_FloatFloat_ReturnValue) == 0x000019, "Member 'UI_BP_FastTravelList_C_OnLocationUnhovered::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelList_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FastTravelList_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FastTravelList_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FastTravelList_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_FastTravelList_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FastTravelList_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FastTravelList_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FastTravelList_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FastTravelList_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FastTravelList_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_FastTravelList_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_FastTravelList_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelList_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_FastTravelList_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FastTravelList_C \ static_assert(alignof(UUI_BP_FastTravelList_C) == 0x000008, "Wrong alignment on UUI_BP_FastTravelList_C"); \ static_assert(sizeof(UUI_BP_FastTravelList_C) == 0x0003C8, "Wrong size on UUI_BP_FastTravelList_C"); \ static_assert(offsetof(UUI_BP_FastTravelList_C, UberGraphFrame) == 0x000330, "Member 'UUI_BP_FastTravelList_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelList_C, showList) == 0x000338, "Member 'UUI_BP_FastTravelList_C::showList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelList_C, FastTravelListTitle) == 0x000340, "Member 'UUI_BP_FastTravelList_C::FastTravelListTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelList_C, locationList) == 0x000348, "Member 'UUI_BP_FastTravelList_C::locationList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelList_C, locationScrollBox) == 0x000350, "Member 'UUI_BP_FastTravelList_C::locationScrollBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelList_C, HighlighItemName) == 0x000358, "Member 'UUI_BP_FastTravelList_C::HighlighItemName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelList_C, LocationButtonArray) == 0x000368, "Member 'UUI_BP_FastTravelList_C::LocationButtonArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelList_C, highlightedLocation) == 0x000378, "Member 'UUI_BP_FastTravelList_C::highlightedLocation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelList_C, isListShowing) == 0x000380, "Member 'UUI_BP_FastTravelList_C::isListShowing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelList_C, listCount) == 0x000384, "Member 'UUI_BP_FastTravelList_C::listCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelList_C, expansionCount) == 0x000388, "Member 'UUI_BP_FastTravelList_C::expansionCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelList_C, LocationListArray) == 0x000390, "Member 'UUI_BP_FastTravelList_C::LocationListArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelList_C, expandAnimationFrame) == 0x0003A0, "Member 'UUI_BP_FastTravelList_C::expandAnimationFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelList_C, OnFastTravelButtonHovered) == 0x0003A8, "Member 'UUI_BP_FastTravelList_C::OnFastTravelButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelList_C, OnFastTravelButtonUnhovered) == 0x0003B8, "Member 'UUI_BP_FastTravelList_C::OnFastTravelButtonUnhovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RegionInfo_C_ExecuteUbergraph_UI_BP_RegionInfo \ static_assert(alignof(UI_BP_RegionInfo_C_ExecuteUbergraph_UI_BP_RegionInfo) == 0x000008, "Wrong alignment on UI_BP_RegionInfo_C_ExecuteUbergraph_UI_BP_RegionInfo"); \ static_assert(sizeof(UI_BP_RegionInfo_C_ExecuteUbergraph_UI_BP_RegionInfo) == 0x000040, "Wrong size on UI_BP_RegionInfo_C_ExecuteUbergraph_UI_BP_RegionInfo"); \ static_assert(offsetof(UI_BP_RegionInfo_C_ExecuteUbergraph_UI_BP_RegionInfo, EntryPoint) == 0x000000, "Member 'UI_BP_RegionInfo_C_ExecuteUbergraph_UI_BP_RegionInfo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_ExecuteUbergraph_UI_BP_RegionInfo, K2Node_Event_RegionName) == 0x000008, "Member 'UI_BP_RegionInfo_C_ExecuteUbergraph_UI_BP_RegionInfo::K2Node_Event_RegionName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_ExecuteUbergraph_UI_BP_RegionInfo, K2Node_Event_EnemyLevel) == 0x000018, "Member 'UI_BP_RegionInfo_C_ExecuteUbergraph_UI_BP_RegionInfo::K2Node_Event_EnemyLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_ExecuteUbergraph_UI_BP_RegionInfo, K2Node_Event_MinLevel) == 0x000028, "Member 'UI_BP_RegionInfo_C_ExecuteUbergraph_UI_BP_RegionInfo::K2Node_Event_MinLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_ExecuteUbergraph_UI_BP_RegionInfo, K2Node_Event_MaxLevel) == 0x00002C, "Member 'UI_BP_RegionInfo_C_ExecuteUbergraph_UI_BP_RegionInfo::K2Node_Event_MaxLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_ExecuteUbergraph_UI_BP_RegionInfo, K2Node_Event_RegionData) == 0x000030, "Member 'UI_BP_RegionInfo_C_ExecuteUbergraph_UI_BP_RegionInfo::K2Node_Event_RegionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RegionInfo_C_SetDataBP \ static_assert(alignof(UI_BP_RegionInfo_C_SetDataBP) == 0x000008, "Wrong alignment on UI_BP_RegionInfo_C_SetDataBP"); \ static_assert(sizeof(UI_BP_RegionInfo_C_SetDataBP) == 0x000038, "Wrong size on UI_BP_RegionInfo_C_SetDataBP"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetDataBP, RegionName) == 0x000000, "Member 'UI_BP_RegionInfo_C_SetDataBP::RegionName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetDataBP, EnemyLevel_0) == 0x000010, "Member 'UI_BP_RegionInfo_C_SetDataBP::EnemyLevel_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetDataBP, MinLevel_0) == 0x000020, "Member 'UI_BP_RegionInfo_C_SetDataBP::MinLevel_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetDataBP, MaxLevel_0) == 0x000024, "Member 'UI_BP_RegionInfo_C_SetDataBP::MaxLevel_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetDataBP, RegionData) == 0x000028, "Member 'UI_BP_RegionInfo_C_SetDataBP::RegionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RegionInfo_C_SetItemData \ static_assert(alignof(UI_BP_RegionInfo_C_SetItemData) == 0x000008, "Wrong alignment on UI_BP_RegionInfo_C_SetItemData"); \ static_assert(sizeof(UI_BP_RegionInfo_C_SetItemData) == 0x0000C0, "Wrong size on UI_BP_RegionInfo_C_SetItemData"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetItemData, RegionName) == 0x000000, "Member 'UI_BP_RegionInfo_C_SetItemData::RegionName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetItemData, ItemData) == 0x000010, "Member 'UI_BP_RegionInfo_C_SetItemData::ItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetItemData, Item) == 0x000020, "Member 'UI_BP_RegionInfo_C_SetItemData::Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetItemData, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'UI_BP_RegionInfo_C_SetItemData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetItemData, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'UI_BP_RegionInfo_C_SetItemData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetItemData, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'UI_BP_RegionInfo_C_SetItemData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetItemData, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'UI_BP_RegionInfo_C_SetItemData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetItemData, Temp_int_Array_Index_Variable) == 0x000060, "Member 'UI_BP_RegionInfo_C_SetItemData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetItemData, CallFunc_Array_Get_Item) == 0x000068, "Member 'UI_BP_RegionInfo_C_SetItemData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetItemData, CallFunc_Greater_IntInt_ReturnValue) == 0x000098, "Member 'UI_BP_RegionInfo_C_SetItemData::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetItemData, CallFunc_GetPlayerController_ReturnValue) == 0x0000A0, "Member 'UI_BP_RegionInfo_C_SetItemData::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetItemData, CallFunc_Create_ReturnValue) == 0x0000A8, "Member 'UI_BP_RegionInfo_C_SetItemData::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetItemData, CallFunc_AddChild_ReturnValue) == 0x0000B0, "Member 'UI_BP_RegionInfo_C_SetItemData::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetItemData, CallFunc_Array_Add_ReturnValue) == 0x0000B8, "Member 'UI_BP_RegionInfo_C_SetItemData::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RegionInfo_C_SetMapParent \ static_assert(alignof(UI_BP_RegionInfo_C_SetMapParent) == 0x000008, "Wrong alignment on UI_BP_RegionInfo_C_SetMapParent"); \ static_assert(sizeof(UI_BP_RegionInfo_C_SetMapParent) == 0x000008, "Wrong size on UI_BP_RegionInfo_C_SetMapParent"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetMapParent, ParentScreen) == 0x000000, "Member 'UI_BP_RegionInfo_C_SetMapParent::ParentScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RegionInfo_C_SetEnemyData \ static_assert(alignof(UI_BP_RegionInfo_C_SetEnemyData) == 0x000008, "Wrong alignment on UI_BP_RegionInfo_C_SetEnemyData"); \ static_assert(sizeof(UI_BP_RegionInfo_C_SetEnemyData) == 0x000040, "Wrong size on UI_BP_RegionInfo_C_SetEnemyData"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetEnemyData, EnemyLevel_0) == 0x000000, "Member 'UI_BP_RegionInfo_C_SetEnemyData::EnemyLevel_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetEnemyData, MinLevel_0) == 0x000010, "Member 'UI_BP_RegionInfo_C_SetEnemyData::MinLevel_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetEnemyData, MaxLevel_0) == 0x000014, "Member 'UI_BP_RegionInfo_C_SetEnemyData::MaxLevel_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetEnemyData, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000018, "Member 'UI_BP_RegionInfo_C_SetEnemyData::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetEnemyData, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00001C, "Member 'UI_BP_RegionInfo_C_SetEnemyData::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetEnemyData, CallFunc_Conv_IntToString_ReturnValue) == 0x000020, "Member 'UI_BP_RegionInfo_C_SetEnemyData::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_SetEnemyData, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000030, "Member 'UI_BP_RegionInfo_C_SetEnemyData::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_RegionInfo_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_RegionInfo_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_RegionInfo_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_RegionInfo_C_GatherMenuReaderStrings) == 0x0001D0, "Wrong size on UI_BP_RegionInfo_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, Temp_int_Array_Index_Variable) == 0x000038, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue) == 0x000040, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000060, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000078, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, K2Node_MakeArray_Array) == 0x000110, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_Format_ReturnValue) == 0x000120, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item) == 0x000138, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000140, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000150, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000160, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_Array_Length_ReturnValue) == 0x000164, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_Less_IntInt_ReturnValue) == 0x000168, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x000170, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000188, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000198, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x00019C, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00019D, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_1) == 0x00019E, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00019F, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0001A0, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0001B8, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_RegionInfo_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0001C8, "Member 'UI_BP_RegionInfo_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_RegionInfo_C \ static_assert(alignof(UUI_BP_RegionInfo_C) == 0x000008, "Wrong alignment on UUI_BP_RegionInfo_C"); \ static_assert(sizeof(UUI_BP_RegionInfo_C) == 0x0003C0, "Wrong size on UUI_BP_RegionInfo_C"); \ static_assert(offsetof(UUI_BP_RegionInfo_C, UberGraphFrame) == 0x000330, "Member 'UUI_BP_RegionInfo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfo_C, DividerText) == 0x000338, "Member 'UUI_BP_RegionInfo_C::DividerText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfo_C, EnemyLevel) == 0x000340, "Member 'UUI_BP_RegionInfo_C::EnemyLevel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfo_C, EnemyPanel) == 0x000348, "Member 'UUI_BP_RegionInfo_C::EnemyPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfo_C, HeaderText) == 0x000350, "Member 'UUI_BP_RegionInfo_C::HeaderText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfo_C, Icon) == 0x000358, "Member 'UUI_BP_RegionInfo_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfo_C, ItemsContainer) == 0x000360, "Member 'UUI_BP_RegionInfo_C::ItemsContainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfo_C, MaxLevel) == 0x000368, "Member 'UUI_BP_RegionInfo_C::MaxLevel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfo_C, MinLevel) == 0x000370, "Member 'UUI_BP_RegionInfo_C::MinLevel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfo_C, RegionInfo) == 0x000378, "Member 'UUI_BP_RegionInfo_C::RegionInfo' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfo_C, UI_BP_RegionInfoItem) == 0x000380, "Member 'UUI_BP_RegionInfo_C::UI_BP_RegionInfoItem' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfo_C, ShowRegionInfoEvent) == 0x000388, "Member 'UUI_BP_RegionInfo_C::ShowRegionInfoEvent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfo_C, HideRegionInfoEvent) == 0x000398, "Member 'UUI_BP_RegionInfo_C::HideRegionInfoEvent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfo_C, Parent) == 0x0003A8, "Member 'UUI_BP_RegionInfo_C::Parent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_RegionInfo_C, ItemArray) == 0x0003B0, "Member 'UUI_BP_RegionInfo_C::ItemArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCast_CasualCombo3_C \ static_assert(alignof(UABL_WandCast_CasualCombo3_C) == 0x000008, "Wrong alignment on UABL_WandCast_CasualCombo3_C"); \ static_assert(sizeof(UABL_WandCast_CasualCombo3_C) == 0x0000D0, "Wrong size on UABL_WandCast_CasualCombo3_C"); \ #define DUMPER7_ASSERTS_UI_BP_QuestObjective_C_InitObjectiveData \ static_assert(alignof(UI_BP_QuestObjective_C_InitObjectiveData) == 0x000008, "Wrong alignment on UI_BP_QuestObjective_C_InitObjectiveData"); \ static_assert(sizeof(UI_BP_QuestObjective_C_InitObjectiveData) == 0x0005C0, "Wrong size on UI_BP_QuestObjective_C_InitObjectiveData"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, objectiveText_0) == 0x000000, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::objectiveText_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, RuntimeParam1) == 0x000010, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::RuntimeParam1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, RuntimeParam2) == 0x000014, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::RuntimeParam2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, IsComplete) == 0x000018, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::IsComplete' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, IsTracked) == 0x000019, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::IsTracked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, Icon) == 0x000020, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::Icon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, Glint) == 0x000030, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::Glint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, IconColor) == 0x000040, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::IconColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, Temp_bool_Variable) == 0x000050, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, CallFunc_SelectInt_ReturnValue) == 0x000054, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, CallFunc_AVATranslate_ReturnValue) == 0x0000D8, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, K2Node_MakeArray_Array) == 0x0000F0, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, Temp_byte_Variable) == 0x000100, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, CallFunc_Format_ReturnValue) == 0x000108, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, Temp_byte_Variable_1) == 0x000120, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, Temp_bool_Variable_1) == 0x000121, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, Temp_byte_Variable_2) == 0x000122, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, Temp_byte_Variable_3) == 0x000123, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, Temp_bool_Variable_2) == 0x000124, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, K2Node_MakeStruct_SlateColor) == 0x000128, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, K2Node_MakeStruct_SlateColor_1) == 0x000150, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, K2Node_MakeStruct_FontOutlineSettings) == 0x000178, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::K2Node_MakeStruct_FontOutlineSettings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, K2Node_MakeStruct_SlateFontInfo) == 0x000198, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, Temp_struct_Variable) == 0x0001F0, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, Temp_bool_Variable_3) == 0x000278, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, K2Node_Select_Default) == 0x000280, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, K2Node_MakeStruct_TextBlockStyle) == 0x000308, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::K2Node_MakeStruct_TextBlockStyle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, K2Node_Select_Default_1) == 0x000578, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, K2Node_Select_Default_2) == 0x000580, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, K2Node_CreateDelegate_OutputDelegate) == 0x0005A8, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, K2Node_Select_Default_3) == 0x0005B8, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, CallFunc_AsyncFindIconTexWithCallback_ReturnValue) == 0x0005B9, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::CallFunc_AsyncFindIconTexWithCallback_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_InitObjectiveData, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x0005BA, "Member 'UI_BP_QuestObjective_C_InitObjectiveData::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuestObjective_C_GlintTextureLoaded \ static_assert(alignof(UI_BP_QuestObjective_C_GlintTextureLoaded) == 0x000008, "Wrong alignment on UI_BP_QuestObjective_C_GlintTextureLoaded"); \ static_assert(sizeof(UI_BP_QuestObjective_C_GlintTextureLoaded) == 0x000018, "Wrong size on UI_BP_QuestObjective_C_GlintTextureLoaded"); \ static_assert(offsetof(UI_BP_QuestObjective_C_GlintTextureLoaded, GlintTexture) == 0x000000, "Member 'UI_BP_QuestObjective_C_GlintTextureLoaded::GlintTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_GlintTextureLoaded, ObjectParam) == 0x000008, "Member 'UI_BP_QuestObjective_C_GlintTextureLoaded::ObjectParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_GlintTextureLoaded, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000010, "Member 'UI_BP_QuestObjective_C_GlintTextureLoaded::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuestObjective_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_QuestObjective_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_QuestObjective_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_QuestObjective_C_GatherMenuReaderStrings) == 0x000070, "Wrong size on UI_BP_QuestObjective_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_QuestObjective_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_QuestObjective_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_QuestObjective_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_QuestObjective_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_QuestObjective_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_GatherMenuReaderStrings, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'UI_BP_QuestObjective_C_GatherMenuReaderStrings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'UI_BP_QuestObjective_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_QuestObjective_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuestObjective_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'UI_BP_QuestObjective_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_QuestObjective_C \ static_assert(alignof(UUI_BP_QuestObjective_C) == 0x000008, "Wrong alignment on UUI_BP_QuestObjective_C"); \ static_assert(sizeof(UUI_BP_QuestObjective_C) == 0x0003E0, "Wrong size on UUI_BP_QuestObjective_C"); \ static_assert(offsetof(UUI_BP_QuestObjective_C, iconImage) == 0x000328, "Member 'UUI_BP_QuestObjective_C::iconImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuestObjective_C, objectiveText) == 0x000330, "Member 'UUI_BP_QuestObjective_C::objectiveText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuestObjective_C, TrackBorder) == 0x000338, "Member 'UUI_BP_QuestObjective_C::TrackBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuestObjective_C, TrackedIconOverlay) == 0x000340, "Member 'UUI_BP_QuestObjective_C::TrackedIconOverlay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuestObjective_C, untrackedCarrot) == 0x000348, "Member 'UUI_BP_QuestObjective_C::untrackedCarrot' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuestObjective_C, StrikeThroughBrush) == 0x000350, "Member 'UUI_BP_QuestObjective_C::StrikeThroughBrush' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuestObjective_C, TaskIsComplete) == 0x0003D8, "Member 'UUI_BP_QuestObjective_C::TaskIsComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton \ static_assert(alignof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton) == 0x000008, "Wrong alignment on UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton"); \ static_assert(sizeof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton) == 0x000068, "Wrong size on UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton"); \ static_assert(offsetof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton, EntryPoint) == 0x000000, "Member 'UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton, CallFunc_GetActiveMap_ReturnValue) == 0x000010, "Member 'UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton::CallFunc_GetActiveMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton, K2Node_Event_IsDesignTime) == 0x000018, "Member 'UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton, CallFunc_GetCameraLerpInProgress_ReturnValue) == 0x000019, "Member 'UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton::CallFunc_GetCameraLerpInProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000020, "Member 'UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000028, "Member 'UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton, CallFunc_PostEventAtLocation_ReturnValue) == 0x000030, "Member 'UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000034, "Member 'UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000038, "Member 'UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton, CallFunc_Get_ReturnValue) == 0x000040, "Member 'UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000048, "Member 'UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000050, "Member 'UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton, CallFunc_GetActiveMap_ReturnValue_1) == 0x000058, "Member 'UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton::CallFunc_GetActiveMap_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton, CallFunc_GetCameraLerpInProgress_ReturnValue_1) == 0x000060, "Member 'UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton::CallFunc_GetCameraLerpInProgress_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton, CallFunc_IsTutorialStepActiveByAlias_ReturnValue) == 0x000061, "Member 'UI_BP_MapsButton_C_ExecuteUbergraph_UI_BP_MapsButton::CallFunc_IsTutorialStepActiveByAlias_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapsButton_C_PreConstruct \ static_assert(alignof(UI_BP_MapsButton_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_MapsButton_C_PreConstruct"); \ static_assert(sizeof(UI_BP_MapsButton_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_MapsButton_C_PreConstruct"); \ static_assert(offsetof(UI_BP_MapsButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_MapsButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapsButton_C_PlayTutorialHighlight \ static_assert(alignof(UI_BP_MapsButton_C_PlayTutorialHighlight) == 0x000008, "Wrong alignment on UI_BP_MapsButton_C_PlayTutorialHighlight"); \ static_assert(sizeof(UI_BP_MapsButton_C_PlayTutorialHighlight) == 0x000008, "Wrong size on UI_BP_MapsButton_C_PlayTutorialHighlight"); \ static_assert(offsetof(UI_BP_MapsButton_C_PlayTutorialHighlight, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_MapsButton_C_PlayTutorialHighlight::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapsButton_C_SetButtonDirection \ static_assert(alignof(UI_BP_MapsButton_C_SetButtonDirection) == 0x000004, "Wrong alignment on UI_BP_MapsButton_C_SetButtonDirection"); \ static_assert(sizeof(UI_BP_MapsButton_C_SetButtonDirection) == 0x000020, "Wrong size on UI_BP_MapsButton_C_SetButtonDirection"); \ static_assert(offsetof(UI_BP_MapsButton_C_SetButtonDirection, TempPivot) == 0x000000, "Member 'UI_BP_MapsButton_C_SetButtonDirection::TempPivot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_SetButtonDirection, TempTextTranslation) == 0x000004, "Member 'UI_BP_MapsButton_C_SetButtonDirection::TempTextTranslation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_SetButtonDirection, TempBackScale) == 0x000008, "Member 'UI_BP_MapsButton_C_SetButtonDirection::TempBackScale' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_SetButtonDirection, CallFunc_MakeVector2D_ReturnValue) == 0x00000C, "Member 'UI_BP_MapsButton_C_SetButtonDirection::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_SetButtonDirection, CallFunc_MakeVector2D_ReturnValue_1) == 0x000014, "Member 'UI_BP_MapsButton_C_SetButtonDirection::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_SetButtonDirection, K2Node_SwitchEnum_CmpSuccess) == 0x00001C, "Member 'UI_BP_MapsButton_C_SetButtonDirection::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapsButton_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_MapsButton_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_MapsButton_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_MapsButton_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_MapsButton_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_MapsButton_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_MapsButton_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_MapsButton_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_MapsButton_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_MapsButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_MapsButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_MapsButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapsButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_MapsButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MapsButton_C \ static_assert(alignof(UUI_BP_MapsButton_C) == 0x000008, "Wrong alignment on UUI_BP_MapsButton_C"); \ static_assert(sizeof(UUI_BP_MapsButton_C) == 0x0003C0, "Wrong size on UUI_BP_MapsButton_C"); \ static_assert(offsetof(UUI_BP_MapsButton_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_MapsButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapsButton_C, TutorialHighlight) == 0x000330, "Member 'UUI_BP_MapsButton_C::TutorialHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapsButton_C, OnHoverAnimation) == 0x000338, "Member 'UUI_BP_MapsButton_C::OnHoverAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapsButton_C, buttonBack) == 0x000340, "Member 'UUI_BP_MapsButton_C::buttonBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapsButton_C, ButtonName) == 0x000348, "Member 'UUI_BP_MapsButton_C::ButtonName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapsButton_C, highlightBorder) == 0x000350, "Member 'UUI_BP_MapsButton_C::highlightBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapsButton_C, mainPanel) == 0x000358, "Member 'UUI_BP_MapsButton_C::mainPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapsButton_C, MapButton) == 0x000360, "Member 'UUI_BP_MapsButton_C::MapButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapsButton_C, MissionsAvailable) == 0x000368, "Member 'UUI_BP_MapsButton_C::MissionsAvailable' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapsButton_C, textBox) == 0x000370, "Member 'UUI_BP_MapsButton_C::textBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapsButton_C, OnMapsButtonSelected) == 0x000378, "Member 'UUI_BP_MapsButton_C::OnMapsButtonSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapsButton_C, MapIconID) == 0x000388, "Member 'UUI_BP_MapsButton_C::MapIconID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapsButton_C, buttonDirection) == 0x000398, "Member 'UUI_BP_MapsButton_C::buttonDirection' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapsButton_C, IsLocked) == 0x000399, "Member 'UUI_BP_MapsButton_C::IsLocked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapsButton_C, OnMapsButtonHovered) == 0x0003A0, "Member 'UUI_BP_MapsButton_C::OnMapsButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapsButton_C, OnMapsButtonUnhovered) == 0x0003B0, "Member 'UUI_BP_MapsButton_C::OnMapsButtonUnhovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip \ static_assert(alignof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip"); \ static_assert(sizeof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip) == 0x0000B8, "Wrong size on UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, EntryPoint) == 0x000000, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, CallFunc_Array_Length_ReturnValue_1) == 0x000018, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, CallFunc_HermesBindEvent_Handle) == 0x000020, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, Temp_int_Array_Index_Variable) == 0x000030, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, CallFunc_Array_Get_Item) == 0x000038, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, K2Node_CreateDelegate_OutputDelegate_1) == 0x000040, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, CallFunc_HermesBindEvent_Handle_1) == 0x000050, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, Temp_int_Array_Index_Variable_1) == 0x00006C, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, K2Node_CustomEvent_Caller_1) == 0x000078, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, K2Node_MakeArray_Array) == 0x000080, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, K2Node_CustomEvent_Caller) == 0x000090, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, CallFunc_PlayAnimation_ReturnValue) == 0x000098, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, Temp_int_Loop_Counter_Variable_1) == 0x0000A8, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000AC, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B0, "Member 'UI_BP_MapToolTip_C_ExecuteUbergraph_UI_BP_MapToolTip::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_FlipMapTooltipLeft \ static_assert(alignof(UI_BP_MapToolTip_C_FlipMapTooltipLeft) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_FlipMapTooltipLeft"); \ static_assert(sizeof(UI_BP_MapToolTip_C_FlipMapTooltipLeft) == 0x000008, "Wrong size on UI_BP_MapToolTip_C_FlipMapTooltipLeft"); \ static_assert(offsetof(UI_BP_MapToolTip_C_FlipMapTooltipLeft, Caller) == 0x000000, "Member 'UI_BP_MapToolTip_C_FlipMapTooltipLeft::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_FlipMapTooltipRight \ static_assert(alignof(UI_BP_MapToolTip_C_FlipMapTooltipRight) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_FlipMapTooltipRight"); \ static_assert(sizeof(UI_BP_MapToolTip_C_FlipMapTooltipRight) == 0x000008, "Wrong size on UI_BP_MapToolTip_C_FlipMapTooltipRight"); \ static_assert(offsetof(UI_BP_MapToolTip_C_FlipMapTooltipRight, Caller) == 0x000000, "Member 'UI_BP_MapToolTip_C_FlipMapTooltipRight::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_SetTooltipData \ static_assert(alignof(UI_BP_MapToolTip_C_SetTooltipData) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_SetTooltipData"); \ static_assert(sizeof(UI_BP_MapToolTip_C_SetTooltipData) == 0x0000D8, "Wrong size on UI_BP_MapToolTip_C_SetTooltipData"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, NewTitle) == 0x000000, "Member 'UI_BP_MapToolTip_C_SetTooltipData::NewTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, NewDescription) == 0x000010, "Member 'UI_BP_MapToolTip_C_SetTooltipData::NewDescription' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, NewLegend) == 0x000020, "Member 'UI_BP_MapToolTip_C_SetTooltipData::NewLegend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, LevelRequirement) == 0x000038, "Member 'UI_BP_MapToolTip_C_SetTooltipData::LevelRequirement' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, ShowAvailableMissions) == 0x00003C, "Member 'UI_BP_MapToolTip_C_SetTooltipData::ShowAvailableMissions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, AvailableMissionNames) == 0x000040, "Member 'UI_BP_MapToolTip_C_SetTooltipData::AvailableMissionNames' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, AvailableMissionIcons) == 0x000050, "Member 'UI_BP_MapToolTip_C_SetTooltipData::AvailableMissionIcons' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, Temp_int_Array_Index_Variable) == 0x000060, "Member 'UI_BP_MapToolTip_C_SetTooltipData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'UI_BP_MapToolTip_C_SetTooltipData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, CallFunc_Concat_StrStr_ReturnValue) == 0x000068, "Member 'UI_BP_MapToolTip_C_SetTooltipData::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'UI_BP_MapToolTip_C_SetTooltipData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, CallFunc_Array_Get_Item) == 0x000080, "Member 'UI_BP_MapToolTip_C_SetTooltipData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'UI_BP_MapToolTip_C_SetTooltipData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, CallFunc_Less_IntInt_ReturnValue) == 0x000094, "Member 'UI_BP_MapToolTip_C_SetTooltipData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, CallFunc_Create_ReturnValue) == 0x000098, "Member 'UI_BP_MapToolTip_C_SetTooltipData::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, CallFunc_Array_Get_Item_1) == 0x0000A0, "Member 'UI_BP_MapToolTip_C_SetTooltipData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, CallFunc_Array_Add_ReturnValue) == 0x0000B0, "Member 'UI_BP_MapToolTip_C_SetTooltipData::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, Temp_bool_Variable) == 0x0000B4, "Member 'UI_BP_MapToolTip_C_SetTooltipData::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x0000B8, "Member 'UI_BP_MapToolTip_C_SetTooltipData::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000C0, "Member 'UI_BP_MapToolTip_C_SetTooltipData::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipData, K2Node_Select_Default) == 0x0000C8, "Member 'UI_BP_MapToolTip_C_SetTooltipData::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_SetTooltipLegend \ static_assert(alignof(UI_BP_MapToolTip_C_SetTooltipLegend) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_SetTooltipLegend"); \ static_assert(sizeof(UI_BP_MapToolTip_C_SetTooltipLegend) == 0x000118, "Wrong size on UI_BP_MapToolTip_C_SetTooltipLegend"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, LegendArray) == 0x000000, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::LegendArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, tempLegendString) == 0x000010, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::tempLegendString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, Temp_int_Array_Index_Variable) == 0x000024, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, K2Node_MakeStruct_LegendItemData) == 0x000030, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, K2Node_MakeStruct_LegendItemData_1) == 0x000068, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, K2Node_MakeStruct_LegendItemData_2) == 0x000098, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::K2Node_MakeStruct_LegendItemData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, CallFunc_Contains_ReturnValue) == 0x0000C8, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, CallFunc_Contains_ReturnValue_1) == 0x0000C9, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, CallFunc_Contains_ReturnValue_2) == 0x0000CA, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::CallFunc_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, CallFunc_Contains_ReturnValue_3) == 0x0000CB, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::CallFunc_Contains_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, CallFunc_BooleanOR_ReturnValue) == 0x0000CC, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, CallFunc_Contains_ReturnValue_4) == 0x0000CD, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::CallFunc_Contains_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, K2Node_MakeStruct_LegendItemData_3) == 0x0000D0, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::K2Node_MakeStruct_LegendItemData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, CallFunc_Array_Get_Item) == 0x000100, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, CallFunc_Array_Length_ReturnValue_1) == 0x000110, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipLegend, CallFunc_Less_IntInt_ReturnValue) == 0x000114, "Member 'UI_BP_MapToolTip_C_SetTooltipLegend::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_SetTooltipDataFromTipData \ static_assert(alignof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_SetTooltipDataFromTipData"); \ static_assert(sizeof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData) == 0x0001F0, "Wrong size on UI_BP_MapToolTip_C_SetTooltipDataFromTipData"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, TipData) == 0x000000, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::TipData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, isVendor) == 0x0001B8, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::isVendor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, NoSpellReqs) == 0x0001B9, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::NoSpellReqs' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, NoLevelReqs) == 0x0001BA, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::NoLevelReqs' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, CallFunc_Get_ReturnValue) == 0x0001C0, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, CallFunc_Array_Length_ReturnValue) == 0x0001C8, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, K2Node_SwitchEnum_CmpSuccess) == 0x0001CC, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0001CD, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, CallFunc_SetMissionPrereqs_NoSpellReqs) == 0x0001CE, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::CallFunc_SetMissionPrereqs_NoSpellReqs' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, CallFunc_GetMissionLockedState_MeetsLockRequirements) == 0x0001CF, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::CallFunc_GetMissionLockedState_MeetsLockRequirements' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, CallFunc_GetMissionIcon_IconName) == 0x0001D0, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::CallFunc_GetMissionIcon_IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, CallFunc_SetQuestLevel_NoLevelRequirement) == 0x0001E0, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::CallFunc_SetQuestLevel_NoLevelRequirement' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, CallFunc_SetQuestLevel_NoLevelRequirement_1) == 0x0001E1, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::CallFunc_SetQuestLevel_NoLevelRequirement_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, CallFunc_IsFocusMissionBP_ReturnValue) == 0x0001E2, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::CallFunc_IsFocusMissionBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001E3, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, CallFunc_Array_Length_ReturnValue_1) == 0x0001E4, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x0001E8, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0001E9, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipDataFromTipData, CallFunc_AsyncFindIconTexture2D_ReturnValue_1) == 0x0001EA, "Member 'UI_BP_MapToolTip_C_SetTooltipDataFromTipData::CallFunc_AsyncFindIconTexture2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_SetQuestLevel \ static_assert(alignof(UI_BP_MapToolTip_C_SetQuestLevel) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_SetQuestLevel"); \ static_assert(sizeof(UI_BP_MapToolTip_C_SetQuestLevel) == 0x000078, "Wrong size on UI_BP_MapToolTip_C_SetQuestLevel"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetQuestLevel, RequiredLevel_0) == 0x000000, "Member 'UI_BP_MapToolTip_C_SetQuestLevel::RequiredLevel_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetQuestLevel, SuggestedLevel) == 0x000004, "Member 'UI_BP_MapToolTip_C_SetQuestLevel::SuggestedLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetQuestLevel, NoLevelRequirement) == 0x000008, "Member 'UI_BP_MapToolTip_C_SetQuestLevel::NoLevelRequirement' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetQuestLevel, IsPlayerLevelLessThanRequirement) == 0x000009, "Member 'UI_BP_MapToolTip_C_SetQuestLevel::IsPlayerLevelLessThanRequirement' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetQuestLevel, TempLevel) == 0x00000C, "Member 'UI_BP_MapToolTip_C_SetQuestLevel::TempLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetQuestLevel, Temp_bool_Variable) == 0x000010, "Member 'UI_BP_MapToolTip_C_SetQuestLevel::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetQuestLevel, CallFunc_Greater_IntInt_ReturnValue) == 0x000011, "Member 'UI_BP_MapToolTip_C_SetQuestLevel::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetQuestLevel, CallFunc_Conv_IntToText_ReturnValue) == 0x000018, "Member 'UI_BP_MapToolTip_C_SetQuestLevel::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetQuestLevel, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000030, "Member 'UI_BP_MapToolTip_C_SetQuestLevel::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetQuestLevel, CallFunc_Get_ReturnValue) == 0x000038, "Member 'UI_BP_MapToolTip_C_SetQuestLevel::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetQuestLevel, CallFunc_GetExperienceLevel_ReturnValue) == 0x000040, "Member 'UI_BP_MapToolTip_C_SetQuestLevel::CallFunc_GetExperienceLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetQuestLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'UI_BP_MapToolTip_C_SetQuestLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetQuestLevel, K2Node_MakeStruct_DataTableRowHandle) == 0x000048, "Member 'UI_BP_MapToolTip_C_SetQuestLevel::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetQuestLevel, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000058, "Member 'UI_BP_MapToolTip_C_SetQuestLevel::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetQuestLevel, K2Node_Select_Default) == 0x000068, "Member 'UI_BP_MapToolTip_C_SetQuestLevel::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_SetTooltipTitleAndDescription \ static_assert(alignof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_SetTooltipTitleAndDescription"); \ static_assert(sizeof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription) == 0x000050, "Wrong size on UI_BP_MapToolTip_C_SetTooltipTitleAndDescription"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription, NewTitle) == 0x000000, "Member 'UI_BP_MapToolTip_C_SetTooltipTitleAndDescription::NewTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription, NewDesc) == 0x000010, "Member 'UI_BP_MapToolTip_C_SetTooltipTitleAndDescription::NewDesc' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription, isVendor) == 0x000020, "Member 'UI_BP_MapToolTip_C_SetTooltipTitleAndDescription::isVendor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription, Temp_bool_Variable) == 0x000021, "Member 'UI_BP_MapToolTip_C_SetTooltipTitleAndDescription::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000022, "Member 'UI_BP_MapToolTip_C_SetTooltipTitleAndDescription::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000023, "Member 'UI_BP_MapToolTip_C_SetTooltipTitleAndDescription::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription, CallFunc_EqualEqual_StrStr_ReturnValue_2) == 0x000024, "Member 'UI_BP_MapToolTip_C_SetTooltipTitleAndDescription::CallFunc_EqualEqual_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'UI_BP_MapToolTip_C_SetTooltipTitleAndDescription::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription, K2Node_Select_Default) == 0x000038, "Member 'UI_BP_MapToolTip_C_SetTooltipTitleAndDescription::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription, CallFunc_EqualEqual_StrStr_ReturnValue_3) == 0x000048, "Member 'UI_BP_MapToolTip_C_SetTooltipTitleAndDescription::CallFunc_EqualEqual_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription, CallFunc_EqualEqual_StrStr_ReturnValue_4) == 0x000049, "Member 'UI_BP_MapToolTip_C_SetTooltipTitleAndDescription::CallFunc_EqualEqual_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription, CallFunc_EqualEqual_StrStr_ReturnValue_5) == 0x00004A, "Member 'UI_BP_MapToolTip_C_SetTooltipTitleAndDescription::CallFunc_EqualEqual_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription, CallFunc_BooleanOR_ReturnValue) == 0x00004B, "Member 'UI_BP_MapToolTip_C_SetTooltipTitleAndDescription::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription, CallFunc_BooleanOR_ReturnValue_1) == 0x00004C, "Member 'UI_BP_MapToolTip_C_SetTooltipTitleAndDescription::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription, CallFunc_BooleanOR_ReturnValue_2) == 0x00004D, "Member 'UI_BP_MapToolTip_C_SetTooltipTitleAndDescription::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetTooltipTitleAndDescription, CallFunc_BooleanOR_ReturnValue_3) == 0x00004E, "Member 'UI_BP_MapToolTip_C_SetTooltipTitleAndDescription::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_Set_Available_Missions_Data \ static_assert(alignof(UI_BP_MapToolTip_C_Set_Available_Missions_Data) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_Set_Available_Missions_Data"); \ static_assert(sizeof(UI_BP_MapToolTip_C_Set_Available_Missions_Data) == 0x0000E0, "Wrong size on UI_BP_MapToolTip_C_Set_Available_Missions_Data"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, ShowAvailableMissions) == 0x000000, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::ShowAvailableMissions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, NewTitle) == 0x000008, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::NewTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, AvailableMissionNames) == 0x000018, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::AvailableMissionNames' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, AvailableMissionIcons) == 0x000028, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::AvailableMissionIcons' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, AvailableMissionColors) == 0x000038, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::AvailableMissionColors' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, MissionsNumber) == 0x000048, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::MissionsNumber' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, TotalMissions) == 0x00004C, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::TotalMissions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, Temp_int_Array_Index_Variable) == 0x000050, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, Temp_bool_True_if_break_was_hit_Variable) == 0x00005C, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, CallFunc_Not_PreBool_ReturnValue) == 0x00005D, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00005E, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, K2Node_MakeStruct_Margin) == 0x000060, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, CallFunc_Add_IntInt_ReturnValue_1) == 0x000070, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, CallFunc_Array_Get_Item) == 0x000078, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, CallFunc_NotEqual_StrStr_ReturnValue) == 0x00009C, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, CallFunc_Less_IntInt_ReturnValue) == 0x00009D, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, CallFunc_BooleanAND_ReturnValue) == 0x00009E, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, CallFunc_Array_Length_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000A4, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, CallFunc_Conv_IntToText_ReturnValue) == 0x0000B0, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, CallFunc_Create_ReturnValue) == 0x0000C8, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, CallFunc_Array_Add_ReturnValue) == 0x0000D0, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_Set_Available_Missions_Data, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x0000D8, "Member 'UI_BP_MapToolTip_C_Set_Available_Missions_Data::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_SetMissionPrereqs \ static_assert(alignof(UI_BP_MapToolTip_C_SetMissionPrereqs) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_SetMissionPrereqs"); \ static_assert(sizeof(UI_BP_MapToolTip_C_SetMissionPrereqs) == 0x000030, "Wrong size on UI_BP_MapToolTip_C_SetMissionPrereqs"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionPrereqs, PrereqID1) == 0x000000, "Member 'UI_BP_MapToolTip_C_SetMissionPrereqs::PrereqID1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionPrereqs, PrereqID2) == 0x000010, "Member 'UI_BP_MapToolTip_C_SetMissionPrereqs::PrereqID2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionPrereqs, NoSpellReqs) == 0x000020, "Member 'UI_BP_MapToolTip_C_SetMissionPrereqs::NoSpellReqs' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionPrereqs, NoShowSpell2) == 0x000021, "Member 'UI_BP_MapToolTip_C_SetMissionPrereqs::NoShowSpell2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionPrereqs, NoShowSpell1) == 0x000022, "Member 'UI_BP_MapToolTip_C_SetMissionPrereqs::NoShowSpell1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionPrereqs, Temp_byte_Variable) == 0x000023, "Member 'UI_BP_MapToolTip_C_SetMissionPrereqs::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionPrereqs, Temp_byte_Variable_1) == 0x000024, "Member 'UI_BP_MapToolTip_C_SetMissionPrereqs::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionPrereqs, CallFunc_BooleanAND_ReturnValue) == 0x000025, "Member 'UI_BP_MapToolTip_C_SetMissionPrereqs::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionPrereqs, CallFunc_BooleanOR_ReturnValue) == 0x000026, "Member 'UI_BP_MapToolTip_C_SetMissionPrereqs::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionPrereqs, CallFunc_CheckPrerequisiteString_IsBroomOrSpell) == 0x000027, "Member 'UI_BP_MapToolTip_C_SetMissionPrereqs::CallFunc_CheckPrerequisiteString_IsBroomOrSpell' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionPrereqs, Temp_bool_Variable) == 0x000028, "Member 'UI_BP_MapToolTip_C_SetMissionPrereqs::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionPrereqs, K2Node_Select_Default) == 0x000029, "Member 'UI_BP_MapToolTip_C_SetMissionPrereqs::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionPrereqs, CallFunc_CheckPrerequisiteString_IsBroomOrSpell_1) == 0x00002A, "Member 'UI_BP_MapToolTip_C_SetMissionPrereqs::CallFunc_CheckPrerequisiteString_IsBroomOrSpell_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_CheckPrerequisiteString \ static_assert(alignof(UI_BP_MapToolTip_C_CheckPrerequisiteString) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_CheckPrerequisiteString"); \ static_assert(sizeof(UI_BP_MapToolTip_C_CheckPrerequisiteString) == 0x000018, "Wrong size on UI_BP_MapToolTip_C_CheckPrerequisiteString"); \ static_assert(offsetof(UI_BP_MapToolTip_C_CheckPrerequisiteString, Prereq) == 0x000000, "Member 'UI_BP_MapToolTip_C_CheckPrerequisiteString::Prereq' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_CheckPrerequisiteString, IsBroomOrSpell) == 0x000010, "Member 'UI_BP_MapToolTip_C_CheckPrerequisiteString::IsBroomOrSpell' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_CheckPrerequisiteString, CallFunc_Contains_ReturnValue) == 0x000011, "Member 'UI_BP_MapToolTip_C_CheckPrerequisiteString::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_CheckPrerequisiteString, CallFunc_Contains_ReturnValue_1) == 0x000012, "Member 'UI_BP_MapToolTip_C_CheckPrerequisiteString::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_CheckPrerequisiteString, CallFunc_BooleanOR_ReturnValue) == 0x000013, "Member 'UI_BP_MapToolTip_C_CheckPrerequisiteString::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_SetMissionTitleAndDescription \ static_assert(alignof(UI_BP_MapToolTip_C_SetMissionTitleAndDescription) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_SetMissionTitleAndDescription"); \ static_assert(sizeof(UI_BP_MapToolTip_C_SetMissionTitleAndDescription) == 0x000068, "Wrong size on UI_BP_MapToolTip_C_SetMissionTitleAndDescription"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTitleAndDescription, MissionIcon) == 0x000000, "Member 'UI_BP_MapToolTip_C_SetMissionTitleAndDescription::MissionIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTitleAndDescription, NewTitle) == 0x000010, "Member 'UI_BP_MapToolTip_C_SetMissionTitleAndDescription::NewTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTitleAndDescription, NewDescription) == 0x000020, "Member 'UI_BP_MapToolTip_C_SetMissionTitleAndDescription::NewDescription' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTitleAndDescription, AlternateDesc) == 0x000030, "Member 'UI_BP_MapToolTip_C_SetMissionTitleAndDescription::AlternateDesc' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTitleAndDescription, IsTrackedMission) == 0x000040, "Member 'UI_BP_MapToolTip_C_SetMissionTitleAndDescription::IsTrackedMission' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTitleAndDescription, tempDesc) == 0x000048, "Member 'UI_BP_MapToolTip_C_SetMissionTitleAndDescription::tempDesc' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTitleAndDescription, CallFunc_Len_ReturnValue) == 0x000058, "Member 'UI_BP_MapToolTip_C_SetMissionTitleAndDescription::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTitleAndDescription, CallFunc_Greater_IntInt_ReturnValue) == 0x00005C, "Member 'UI_BP_MapToolTip_C_SetMissionTitleAndDescription::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTitleAndDescription, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x00005D, "Member 'UI_BP_MapToolTip_C_SetMissionTitleAndDescription::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTitleAndDescription, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x00005E, "Member 'UI_BP_MapToolTip_C_SetMissionTitleAndDescription::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTitleAndDescription, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x00005F, "Member 'UI_BP_MapToolTip_C_SetMissionTitleAndDescription::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTitleAndDescription, CallFunc_AsyncFindIconTexture2D_ReturnValue_1) == 0x000060, "Member 'UI_BP_MapToolTip_C_SetMissionTitleAndDescription::CallFunc_AsyncFindIconTexture2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_SetMissionRewards \ static_assert(alignof(UI_BP_MapToolTip_C_SetMissionRewards) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_SetMissionRewards"); \ static_assert(sizeof(UI_BP_MapToolTip_C_SetMissionRewards) == 0x000080, "Wrong size on UI_BP_MapToolTip_C_SetMissionRewards"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionRewards, MissionRewards_0) == 0x000000, "Member 'UI_BP_MapToolTip_C_SetMissionRewards::MissionRewards_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionRewards, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'UI_BP_MapToolTip_C_SetMissionRewards::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionRewards, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'UI_BP_MapToolTip_C_SetMissionRewards::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionRewards, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_MapToolTip_C_SetMissionRewards::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionRewards, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'UI_BP_MapToolTip_C_SetMissionRewards::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionRewards, Temp_int_Array_Index_Variable) == 0x000020, "Member 'UI_BP_MapToolTip_C_SetMissionRewards::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionRewards, Temp_int_Loop_Counter_Variable_1) == 0x000024, "Member 'UI_BP_MapToolTip_C_SetMissionRewards::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionRewards, CallFunc_Add_IntInt_ReturnValue_1) == 0x000028, "Member 'UI_BP_MapToolTip_C_SetMissionRewards::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionRewards, Temp_int_Array_Index_Variable_1) == 0x00002C, "Member 'UI_BP_MapToolTip_C_SetMissionRewards::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionRewards, CallFunc_Array_Get_Item) == 0x000030, "Member 'UI_BP_MapToolTip_C_SetMissionRewards::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionRewards, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'UI_BP_MapToolTip_C_SetMissionRewards::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionRewards, CallFunc_Array_Get_Item_1) == 0x000040, "Member 'UI_BP_MapToolTip_C_SetMissionRewards::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionRewards, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'UI_BP_MapToolTip_C_SetMissionRewards::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionRewards, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'UI_BP_MapToolTip_C_SetMissionRewards::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionRewards, CallFunc_Array_Get_Item_2) == 0x000070, "Member 'UI_BP_MapToolTip_C_SetMissionRewards::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionRewards, CallFunc_Array_Length_ReturnValue_2) == 0x000078, "Member 'UI_BP_MapToolTip_C_SetMissionRewards::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionRewards, CallFunc_Less_IntInt_ReturnValue_1) == 0x00007C, "Member 'UI_BP_MapToolTip_C_SetMissionRewards::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_GetMissionIcon \ static_assert(alignof(UI_BP_MapToolTip_C_GetMissionIcon) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_GetMissionIcon"); \ static_assert(sizeof(UI_BP_MapToolTip_C_GetMissionIcon) == 0x000090, "Wrong size on UI_BP_MapToolTip_C_GetMissionIcon"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionIcon, MeetsLockedReq) == 0x000000, "Member 'UI_BP_MapToolTip_C_GetMissionIcon::MeetsLockedReq' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionIcon, IsMain) == 0x000001, "Member 'UI_BP_MapToolTip_C_GetMissionIcon::IsMain' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionIcon, IsAssignment) == 0x000002, "Member 'UI_BP_MapToolTip_C_GetMissionIcon::IsAssignment' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionIcon, IsRelationship) == 0x000003, "Member 'UI_BP_MapToolTip_C_GetMissionIcon::IsRelationship' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionIcon, IconName) == 0x000008, "Member 'UI_BP_MapToolTip_C_GetMissionIcon::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionIcon, TableRowName) == 0x000018, "Member 'UI_BP_MapToolTip_C_GetMissionIcon::TableRowName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionIcon, CallFunc_GetDataTableRowFromName_OutRow) == 0x000020, "Member 'UI_BP_MapToolTip_C_GetMissionIcon::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionIcon, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000088, "Member 'UI_BP_MapToolTip_C_GetMissionIcon::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_GetMissionLockedState \ static_assert(alignof(UI_BP_MapToolTip_C_GetMissionLockedState) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_GetMissionLockedState"); \ static_assert(sizeof(UI_BP_MapToolTip_C_GetMissionLockedState) == 0x000060, "Wrong size on UI_BP_MapToolTip_C_GetMissionLockedState"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionLockedState, Prereq1) == 0x000000, "Member 'UI_BP_MapToolTip_C_GetMissionLockedState::Prereq1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionLockedState, Prereq2) == 0x000010, "Member 'UI_BP_MapToolTip_C_GetMissionLockedState::Prereq2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionLockedState, CurrentMissionLevel) == 0x000020, "Member 'UI_BP_MapToolTip_C_GetMissionLockedState::CurrentMissionLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionLockedState, MeetsLockRequirements) == 0x000024, "Member 'UI_BP_MapToolTip_C_GetMissionLockedState::MeetsLockRequirements' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionLockedState, IsLevelMet) == 0x000025, "Member 'UI_BP_MapToolTip_C_GetMissionLockedState::IsLevelMet' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionLockedState, IsPrereq2Met) == 0x000026, "Member 'UI_BP_MapToolTip_C_GetMissionLockedState::IsPrereq2Met' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionLockedState, IsPrereq1Met) == 0x000027, "Member 'UI_BP_MapToolTip_C_GetMissionLockedState::IsPrereq1Met' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionLockedState, CallFunc_BooleanOR_ReturnValue) == 0x000028, "Member 'UI_BP_MapToolTip_C_GetMissionLockedState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionLockedState, CallFunc_Get_ReturnValue) == 0x000030, "Member 'UI_BP_MapToolTip_C_GetMissionLockedState::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionLockedState, CallFunc_BooleanOR_ReturnValue_1) == 0x000038, "Member 'UI_BP_MapToolTip_C_GetMissionLockedState::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionLockedState, CallFunc_GetExperienceLevel_ReturnValue) == 0x00003C, "Member 'UI_BP_MapToolTip_C_GetMissionLockedState::CallFunc_GetExperienceLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionLockedState, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000040, "Member 'UI_BP_MapToolTip_C_GetMissionLockedState::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionLockedState, CallFunc_Conv_StringToName_ReturnValue) == 0x000044, "Member 'UI_BP_MapToolTip_C_GetMissionLockedState::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionLockedState, CallFunc_IsUnlocked_ReturnValue) == 0x00004C, "Member 'UI_BP_MapToolTip_C_GetMissionLockedState::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionLockedState, CallFunc_Conv_StringToName_ReturnValue_1) == 0x000050, "Member 'UI_BP_MapToolTip_C_GetMissionLockedState::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GetMissionLockedState, CallFunc_IsUnlocked_ReturnValue_1) == 0x000058, "Member 'UI_BP_MapToolTip_C_GetMissionLockedState::CallFunc_IsUnlocked_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_SetItemData \ static_assert(alignof(UI_BP_MapToolTip_C_SetItemData) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_SetItemData"); \ static_assert(sizeof(UI_BP_MapToolTip_C_SetItemData) == 0x000080, "Wrong size on UI_BP_MapToolTip_C_SetItemData"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetItemData, ItemData) == 0x000000, "Member 'UI_BP_MapToolTip_C_SetItemData::ItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetItemData, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'UI_BP_MapToolTip_C_SetItemData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetItemData, CallFunc_Array_Length_ReturnValue_1) == 0x000014, "Member 'UI_BP_MapToolTip_C_SetItemData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetItemData, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_MapToolTip_C_SetItemData::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetItemData, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'UI_BP_MapToolTip_C_SetItemData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetItemData, Temp_int_Array_Index_Variable) == 0x000020, "Member 'UI_BP_MapToolTip_C_SetItemData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetItemData, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'UI_BP_MapToolTip_C_SetItemData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetItemData, CallFunc_Array_Get_Item) == 0x000028, "Member 'UI_BP_MapToolTip_C_SetItemData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetItemData, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000058, "Member 'UI_BP_MapToolTip_C_SetItemData::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetItemData, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'UI_BP_MapToolTip_C_SetItemData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetItemData, CallFunc_GetPlayerController_ReturnValue) == 0x000060, "Member 'UI_BP_MapToolTip_C_SetItemData::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetItemData, CallFunc_Create_ReturnValue) == 0x000068, "Member 'UI_BP_MapToolTip_C_SetItemData::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetItemData, CallFunc_AddChild_ReturnValue) == 0x000070, "Member 'UI_BP_MapToolTip_C_SetItemData::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetItemData, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'UI_BP_MapToolTip_C_SetItemData::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_SetMissionTasks \ static_assert(alignof(UI_BP_MapToolTip_C_SetMissionTasks) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_SetMissionTasks"); \ static_assert(sizeof(UI_BP_MapToolTip_C_SetMissionTasks) == 0x000068, "Wrong size on UI_BP_MapToolTip_C_SetMissionTasks"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTasks, MissionData) == 0x000000, "Member 'UI_BP_MapToolTip_C_SetMissionTasks::MissionData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTasks, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'UI_BP_MapToolTip_C_SetMissionTasks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTasks, Temp_int_Array_Index_Variable) == 0x000014, "Member 'UI_BP_MapToolTip_C_SetMissionTasks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTasks, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_MapToolTip_C_SetMissionTasks::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTasks, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'UI_BP_MapToolTip_C_SetMissionTasks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTasks, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_MapToolTip_C_SetMissionTasks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTasks, CallFunc_Create_ReturnValue) == 0x000028, "Member 'UI_BP_MapToolTip_C_SetMissionTasks::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTasks, CallFunc_Array_Add_ReturnValue) == 0x000030, "Member 'UI_BP_MapToolTip_C_SetMissionTasks::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTasks, CallFunc_Array_Get_Item) == 0x000038, "Member 'UI_BP_MapToolTip_C_SetMissionTasks::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTasks, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'UI_BP_MapToolTip_C_SetMissionTasks::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTasks, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'UI_BP_MapToolTip_C_SetMissionTasks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_SetMissionTasks, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000060, "Member 'UI_BP_MapToolTip_C_SetMissionTasks::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MapToolTip_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_MapToolTip_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_MapToolTip_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_MapToolTip_C_GatherMenuReaderStrings) == 0x000388, "Wrong size on UI_BP_MapToolTip_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000030, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, Temp_int_Loop_Counter_Variable_1) == 0x000044, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, Temp_int_Loop_Counter_Variable_2) == 0x000048, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Add_IntInt_ReturnValue_1) == 0x00004C, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Add_IntInt_ReturnValue_2) == 0x000050, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, Temp_int_Array_Index_Variable) == 0x000054, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, Temp_int_Array_Index_Variable_1) == 0x000058, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, Temp_int_Loop_Counter_Variable_3) == 0x00005C, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Add_IntInt_ReturnValue_3) == 0x000060, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, Temp_int_Array_Index_Variable_2) == 0x000064, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, Temp_int_Array_Index_Variable_3) == 0x000068, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x00006C, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000070, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000088, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000090, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x0000B0, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Length_ReturnValue) == 0x0000C4, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Less_IntInt_ReturnValue) == 0x0000C8, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x0000C9, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x0000D0, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_2) == 0x0000E0, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x0000E1, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item_1) == 0x0000E8, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x0000F0, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_3) == 0x000108, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000118, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_3) == 0x000128, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Length_ReturnValue_1) == 0x00012C, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x000130, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Less_IntInt_ReturnValue_1) == 0x000131, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000134, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_4) == 0x000138, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_4) == 0x000140, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x000150, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_5) == 0x000151, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_5) == 0x000158, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_5) == 0x000168, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_6) == 0x000169, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x000170, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_6) == 0x000188, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x000190, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0001A0, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_7) == 0x0001A4, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_7) == 0x0001A5, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0001A8, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0001C0, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0001D0, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_4) == 0x0001D8, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x0001F0, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x000200, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_8) == 0x000204, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_8) == 0x000205, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_5) == 0x000208, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_5) == 0x000220, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x000230, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_9) == 0x000234, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_6) == 0x000238, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_9) == 0x000250, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_6) == 0x000258, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_5) == 0x000268, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_7) == 0x000270, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_7) == 0x000288, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_6) == 0x000298, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_8) == 0x0002A0, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_8) == 0x0002B8, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_7) == 0x0002C8, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_10) == 0x0002CC, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_10) == 0x0002CD, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item_2) == 0x0002D0, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Length_ReturnValue_2) == 0x0002D8, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_6) == 0x0002E0, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Less_IntInt_ReturnValue_2) == 0x0002F0, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_9) == 0x0002F8, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_9) == 0x000310, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_8) == 0x000320, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_11) == 0x000324, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_11) == 0x000325, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item_3) == 0x000328, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Length_ReturnValue_3) == 0x000330, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_7) == 0x000338, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Less_IntInt_ReturnValue_3) == 0x000348, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_12) == 0x000349, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_9) == 0x00034C, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_12) == 0x000350, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_10) == 0x000358, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_10) == 0x000370, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MapToolTip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_10) == 0x000380, "Member 'UI_BP_MapToolTip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_10' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MapToolTip_C \ static_assert(alignof(UUI_BP_MapToolTip_C) == 0x000008, "Wrong alignment on UUI_BP_MapToolTip_C"); \ static_assert(sizeof(UUI_BP_MapToolTip_C) == 0x0004B0, "Wrong size on UUI_BP_MapToolTip_C"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_MapToolTip_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, TooltipLeft) == 0x000330, "Member 'UUI_BP_MapToolTip_C::TooltipLeft' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, TooltipRight) == 0x000338, "Member 'UUI_BP_MapToolTip_C::TooltipRight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, availableMissionsText) == 0x000340, "Member 'UUI_BP_MapToolTip_C::availableMissionsText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, ContextActionBox) == 0x000348, "Member 'UUI_BP_MapToolTip_C::ContextActionBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, ExtraQuestBox) == 0x000350, "Member 'UUI_BP_MapToolTip_C::ExtraQuestBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, ExtraQuestsPlus) == 0x000358, "Member 'UUI_BP_MapToolTip_C::ExtraQuestsPlus' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, ExtraQuestsText) == 0x000360, "Member 'UUI_BP_MapToolTip_C::ExtraQuestsText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, ItemDivider) == 0x000368, "Member 'UUI_BP_MapToolTip_C::ItemDivider' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, ItemList) == 0x000370, "Member 'UUI_BP_MapToolTip_C::ItemList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, ItemsContainer) == 0x000378, "Member 'UUI_BP_MapToolTip_C::ItemsContainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, LevelReqPanel) == 0x000380, "Member 'UUI_BP_MapToolTip_C::LevelReqPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, LevelText) == 0x000388, "Member 'UUI_BP_MapToolTip_C::LevelText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, MapIcon) == 0x000390, "Member 'UUI_BP_MapToolTip_C::MapIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, MapIcon_1) == 0x000398, "Member 'UUI_BP_MapToolTip_C::MapIcon_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, MissionAvailable) == 0x0003A0, "Member 'UUI_BP_MapToolTip_C::MissionAvailable' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, missionList) == 0x0003A8, "Member 'UUI_BP_MapToolTip_C::missionList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, MissionRewards) == 0x0003B0, "Member 'UUI_BP_MapToolTip_C::MissionRewards' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, noSpellReqText) == 0x0003B8, "Member 'UUI_BP_MapToolTip_C::noSpellReqText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, QuestNumber) == 0x0003C0, "Member 'UUI_BP_MapToolTip_C::QuestNumber' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, RequiredLevel) == 0x0003C8, "Member 'UUI_BP_MapToolTip_C::RequiredLevel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, requirementList) == 0x0003D0, "Member 'UUI_BP_MapToolTip_C::requirementList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, requirementTitle) == 0x0003D8, "Member 'UUI_BP_MapToolTip_C::requirementTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, reward1) == 0x0003E0, "Member 'UUI_BP_MapToolTip_C::reward1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, reward2) == 0x0003E8, "Member 'UUI_BP_MapToolTip_C::reward2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, reward3) == 0x0003F0, "Member 'UUI_BP_MapToolTip_C::reward3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, RewardsTitle) == 0x0003F8, "Member 'UUI_BP_MapToolTip_C::RewardsTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, Spell1) == 0x000400, "Member 'UUI_BP_MapToolTip_C::Spell1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, Spell2) == 0x000408, "Member 'UUI_BP_MapToolTip_C::Spell2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, taskList) == 0x000410, "Member 'UUI_BP_MapToolTip_C::taskList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, titleDividerBox) == 0x000418, "Member 'UUI_BP_MapToolTip_C::titleDividerBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, tooltipDesc) == 0x000420, "Member 'UUI_BP_MapToolTip_C::tooltipDesc' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, TooltipLegend) == 0x000428, "Member 'UUI_BP_MapToolTip_C::TooltipLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, ToolTipLimits) == 0x000430, "Member 'UUI_BP_MapToolTip_C::ToolTipLimits' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, tooltipTitle) == 0x000438, "Member 'UUI_BP_MapToolTip_C::tooltipTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, UI_BP_AvailableMissionNote) == 0x000440, "Member 'UUI_BP_MapToolTip_C::UI_BP_AvailableMissionNote' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, UI_BP_RegionInfoItem) == 0x000448, "Member 'UUI_BP_MapToolTip_C::UI_BP_RegionInfoItem' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, legendItemMap) == 0x000450, "Member 'UUI_BP_MapToolTip_C::legendItemMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, legendItemTravel) == 0x000458, "Member 'UUI_BP_MapToolTip_C::legendItemTravel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, legendItemExtra) == 0x000460, "Member 'UUI_BP_MapToolTip_C::legendItemExtra' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, legendItemPath) == 0x000468, "Member 'UUI_BP_MapToolTip_C::legendItemPath' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, RewardArray) == 0x000470, "Member 'UUI_BP_MapToolTip_C::RewardArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, ItemArray) == 0x000480, "Member 'UUI_BP_MapToolTip_C::ItemArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, MIssionNoteArray) == 0x000490, "Member 'UUI_BP_MapToolTip_C::MIssionNoteArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MapToolTip_C, CachedQuestObjectives) == 0x0004A0, "Member 'UUI_BP_MapToolTip_C::CachedQuestObjectives' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen \ static_assert(alignof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen) == 0x000008, "Wrong alignment on UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen) == 0x0004D0, "Wrong size on UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, EntryPoint) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_Event_Alpha) == 0x000004, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_Event_Alpha' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_Event_LegendStrings) == 0x000008, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_Event_LegendStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_PostEventAtLocation_ReturnValue) == 0x000018, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00001C, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000020, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_Event_ToolTipData_1) == 0x000028, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_Event_ToolTipData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_Event_NewLegend) == 0x0001E0, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_Event_NewLegend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_Conv_TextToString_ReturnValue) == 0x0001F8, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_ParseIntoArray_ReturnValue) == 0x000208, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_ParseIntoArray_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_GetCursorPostion_ReturnValue) == 0x000218, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_GetCursorPostion_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_BreakVector2D_X) == 0x000220, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_BreakVector2D_Y) == 0x000224, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000228, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x000230, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_Get_ReturnValue) == 0x000238, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_GetFieldGuideWidget_ReturnValue) == 0x000240, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_GetFieldGuideWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_DynamicCast_AsUI_BP_Field_Guide) == 0x000248, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_DynamicCast_AsUI_BP_Field_Guide' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_DynamicCast_bSuccess) == 0x000250, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_GetMapSubSystem_ReturnValue) == 0x000258, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_GetMapSubSystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_GetMapSubSystem_ReturnValue_1) == 0x000260, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_GetMapSubSystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_Get_ReturnValue_1) == 0x000268, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_Get_ReturnValue_2) == 0x000270, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000278, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1) == 0x000279, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_PostEventAtLocation_ReturnValue_4) == 0x00027C, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_PostEventAtLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000280, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_Event_MapRegion) == 0x000288, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_Event_MapRegion' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_Event_RegionIndex) == 0x00028C, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_Event_RegionIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_Event_IconWidget) == 0x000290, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_Event_IconWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_DynamicCast_AsUI_BP_Map_Icon_Widget) == 0x000298, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_DynamicCast_AsUI_BP_Map_Icon_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_DynamicCast_bSuccess_1) == 0x0002A0, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_PostEventAtLocation_ReturnValue_5) == 0x0002A4, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_PostEventAtLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_PostEventAtLocation_ReturnValue_6) == 0x0002A8, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_PostEventAtLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_PostEventAtLocation_ReturnValue_7) == 0x0002AC, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_PostEventAtLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_PostEventAtLocation_ReturnValue_8) == 0x0002B0, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_PostEventAtLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_Event_ToolTipData) == 0x0002B8, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_Event_ToolTipData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_PostEventAtLocation_ReturnValue_9) == 0x000470, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_PostEventAtLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_PostEventAtLocation_ReturnValue_10) == 0x000474, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_PostEventAtLocation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_Event_LevelName) == 0x000478, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_Event_LevelName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_Event_Enable) == 0x000488, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_Event_Enable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_Event_regionActor) == 0x000490, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_Event_regionActor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_Event_subregionActor) == 0x000498, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_Event_subregionActor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_Event_noString) == 0x0004A0, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_Event_noString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, K2Node_Event_Parent) == 0x0004A8, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_PostEventAtLocation_ReturnValue_11) == 0x0004B0, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_PostEventAtLocation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_AddStateToStack_ReturnValue) == 0x0004B4, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_AddStateToStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_GetTier_ReturnValue) == 0x0004B8, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_GetTier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0004B9, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_PlayAnimationForward_ReturnValue) == 0x0004C0, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen, CallFunc_PlayAnimationReverse_ReturnValue_1) == 0x0004C8, "Member 'UI_BP_OverlandMapScreen_C_ExecuteUbergraph_UI_BP_OverlandMapScreen::CallFunc_PlayAnimationReverse_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_SetParent \ static_assert(alignof(UI_BP_OverlandMapScreen_C_SetParent) == 0x000008, "Wrong alignment on UI_BP_OverlandMapScreen_C_SetParent"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_SetParent) == 0x000008, "Wrong size on UI_BP_OverlandMapScreen_C_SetParent"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_SetParent, Parent) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_RegionChange_Event \ static_assert(alignof(UI_BP_OverlandMapScreen_C_RegionChange_Event) == 0x000008, "Wrong alignment on UI_BP_OverlandMapScreen_C_RegionChange_Event"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_RegionChange_Event) == 0x000018, "Wrong size on UI_BP_OverlandMapScreen_C_RegionChange_Event"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_RegionChange_Event, regionActor) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_RegionChange_Event::regionActor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_RegionChange_Event, subregionActor) == 0x000008, "Member 'UI_BP_OverlandMapScreen_C_RegionChange_Event::subregionActor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_RegionChange_Event, noString) == 0x000010, "Member 'UI_BP_OverlandMapScreen_C_RegionChange_Event::noString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_SetCoverVisibility_Event \ static_assert(alignof(UI_BP_OverlandMapScreen_C_SetCoverVisibility_Event) == 0x000001, "Wrong alignment on UI_BP_OverlandMapScreen_C_SetCoverVisibility_Event"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_SetCoverVisibility_Event) == 0x000001, "Wrong size on UI_BP_OverlandMapScreen_C_SetCoverVisibility_Event"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_SetCoverVisibility_Event, Enable) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_SetCoverVisibility_Event::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_SetLevelName_Event \ static_assert(alignof(UI_BP_OverlandMapScreen_C_SetLevelName_Event) == 0x000008, "Wrong alignment on UI_BP_OverlandMapScreen_C_SetLevelName_Event"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_SetLevelName_Event) == 0x000010, "Wrong size on UI_BP_OverlandMapScreen_C_SetLevelName_Event"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_SetLevelName_Event, LevelName) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_SetLevelName_Event::LevelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_OnUpdateToolTip_Event \ static_assert(alignof(UI_BP_OverlandMapScreen_C_OnUpdateToolTip_Event) == 0x000008, "Wrong alignment on UI_BP_OverlandMapScreen_C_OnUpdateToolTip_Event"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_OnUpdateToolTip_Event) == 0x0001B8, "Wrong size on UI_BP_OverlandMapScreen_C_OnUpdateToolTip_Event"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_OnUpdateToolTip_Event, ToolTipData_0) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_OnUpdateToolTip_Event::ToolTipData_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_RegionHovered_Event \ static_assert(alignof(UI_BP_OverlandMapScreen_C_RegionHovered_Event) == 0x000008, "Wrong alignment on UI_BP_OverlandMapScreen_C_RegionHovered_Event"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_RegionHovered_Event) == 0x000010, "Wrong size on UI_BP_OverlandMapScreen_C_RegionHovered_Event"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_RegionHovered_Event, MapRegion) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_RegionHovered_Event::MapRegion' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_RegionHovered_Event, RegionIndex) == 0x000004, "Member 'UI_BP_OverlandMapScreen_C_RegionHovered_Event::RegionIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_RegionHovered_Event, IconWidget) == 0x000008, "Member 'UI_BP_OverlandMapScreen_C_RegionHovered_Event::IconWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_SetTipLegend_Event \ static_assert(alignof(UI_BP_OverlandMapScreen_C_SetTipLegend_Event) == 0x000008, "Wrong alignment on UI_BP_OverlandMapScreen_C_SetTipLegend_Event"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_SetTipLegend_Event) == 0x000018, "Wrong size on UI_BP_OverlandMapScreen_C_SetTipLegend_Event"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_SetTipLegend_Event, NewLegend) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_SetTipLegend_Event::NewLegend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_OnHovered_Event \ static_assert(alignof(UI_BP_OverlandMapScreen_C_OnHovered_Event) == 0x000008, "Wrong alignment on UI_BP_OverlandMapScreen_C_OnHovered_Event"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_OnHovered_Event) == 0x0001B8, "Wrong size on UI_BP_OverlandMapScreen_C_OnHovered_Event"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_OnHovered_Event, ToolTipData_0) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_OnHovered_Event::ToolTipData_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_SetCoverVisibilityAlpha_Event \ static_assert(alignof(UI_BP_OverlandMapScreen_C_SetCoverVisibilityAlpha_Event) == 0x000004, "Wrong alignment on UI_BP_OverlandMapScreen_C_SetCoverVisibilityAlpha_Event"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_SetCoverVisibilityAlpha_Event) == 0x000004, "Wrong size on UI_BP_OverlandMapScreen_C_SetCoverVisibilityAlpha_Event"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_SetCoverVisibilityAlpha_Event, Alpha) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_SetCoverVisibilityAlpha_Event::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_SetLegend \ static_assert(alignof(UI_BP_OverlandMapScreen_C_SetLegend) == 0x000008, "Wrong alignment on UI_BP_OverlandMapScreen_C_SetLegend"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_SetLegend) == 0x000010, "Wrong size on UI_BP_OverlandMapScreen_C_SetLegend"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_SetLegend, LegendStrings) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_SetLegend::LegendStrings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_TierHide \ static_assert(alignof(UI_BP_OverlandMapScreen_C_TierHide) == 0x000008, "Wrong alignment on UI_BP_OverlandMapScreen_C_TierHide"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_TierHide) == 0x000010, "Wrong size on UI_BP_OverlandMapScreen_C_TierHide"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_TierHide, Region) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_TierHide::Region' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_TierHide, Visible) == 0x000008, "Member 'UI_BP_OverlandMapScreen_C_TierHide::Visible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_SetFieldGuideLegend \ static_assert(alignof(UI_BP_OverlandMapScreen_C_SetFieldGuideLegend) == 0x000008, "Wrong alignment on UI_BP_OverlandMapScreen_C_SetFieldGuideLegend"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_SetFieldGuideLegend) == 0x000028, "Wrong size on UI_BP_OverlandMapScreen_C_SetFieldGuideLegend"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_SetFieldGuideLegend, LegendItems) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_SetFieldGuideLegend::LegendItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_SetFieldGuideLegend, CallFunc_Get_ReturnValue) == 0x000010, "Member 'UI_BP_OverlandMapScreen_C_SetFieldGuideLegend::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_SetFieldGuideLegend, CallFunc_GetFieldGuideWidget_ReturnValue) == 0x000018, "Member 'UI_BP_OverlandMapScreen_C_SetFieldGuideLegend::CallFunc_GetFieldGuideWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_SetFieldGuideLegend, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'UI_BP_OverlandMapScreen_C_SetFieldGuideLegend::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover \ static_assert(alignof(UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover) == 0x000008, "Wrong alignment on UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover) == 0x000030, "Wrong size on UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover, Activated) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover::Activated' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover, CallFunc_Get_ReturnValue) == 0x000008, "Member 'UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover, CallFunc_GetMapSubSystem_ReturnValue) == 0x000010, "Member 'UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover::CallFunc_GetMapSubSystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover, CallFunc_GetOverlandMap_ReturnValue) == 0x000018, "Member 'UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover::CallFunc_GetOverlandMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover, CallFunc_GetHoveredIcon_ReturnValue) == 0x000020, "Member 'UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover::CallFunc_GetHoveredIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000029, "Member 'UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00002A, "Member 'UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00002B, "Member 'UI_BP_OverlandMapScreen_C_Activate_Map_Based_On_Hover::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction) == 0x000138, "Wrong size on UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000004, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000005, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00000C, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000010, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetMapBase_ReturnValue) == 0x000018, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetMapBase_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000020, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000021, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue) == 0x000022, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000023, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000028, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetMapSubSystem_ReturnValue) == 0x000030, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetMapSubSystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetOverlandMap_ReturnValue) == 0x000038, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetOverlandMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetHoveredIcon_ReturnValue) == 0x000040, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetHoveredIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetBeaconDescShort_ReturnValue) == 0x000048, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetBeaconDescShort_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_CanGoToMissionLogFromIcon_ReturnValue) == 0x000058, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_CanGoToMissionLogFromIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetOverlandMap_ReturnValue_1) == 0x000060, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetOverlandMap_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetHoveredIcon_ReturnValue_1) == 0x000068, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetHoveredIcon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000070, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000078, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x000079, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue_1) == 0x00007A, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_Get_ReturnValue) == 0x000080, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetMapSubSystem_ReturnValue_1) == 0x000088, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetMapSubSystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetOverlandMap_ReturnValue_2) == 0x000090, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetOverlandMap_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_Get_ReturnValue_1) == 0x000098, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetMapSubSystem_ReturnValue_2) == 0x0000A0, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetMapSubSystem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetIsMouseDragging_ReturnValue) == 0x0000A8, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetIsMouseDragging_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetOverlandMap_ReturnValue_3) == 0x0000B0, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetOverlandMap_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetHoveredIcon_ReturnValue_2) == 0x0000B8, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetHoveredIcon_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetBeaconFastTravelLocationID_ReturnValue) == 0x0000C0, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetBeaconFastTravelLocationID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x0000D0, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_IsFTPointValidPreFIG01b_ReturnValue) == 0x0000D1, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_IsFTPointValidPreFIG01b_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue_2) == 0x0000D2, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x0000D3, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue_2) == 0x0000D8, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetUsingGamePad_ReturnValue) == 0x0000E0, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetUsingGamePad_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetMapBase_ReturnValue_1) == 0x0000E8, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetMapBase_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue) == 0x0000F0, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetMapFadeState_ReturnValue) == 0x0000F1, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetMapFadeState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_11) == 0x0000F2, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_12) == 0x0000F3, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_Get_ReturnValue_2) == 0x0000F8, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetMapSubSystem_ReturnValue_3) == 0x000100, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetMapSubSystem_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetOverlandMap_ReturnValue_4) == 0x000108, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetOverlandMap_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetHoveredIcon_ReturnValue_3) == 0x000110, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetHoveredIcon_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetUIManagerPure_ReturnValue) == 0x000118, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetBeaconName_ReturnValue) == 0x000120, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetBeaconName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue_3) == 0x000130, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_13) == 0x000131, "Member 'UI_BP_OverlandMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_Set_Map_Legend \ static_assert(alignof(UI_BP_OverlandMapScreen_C_Set_Map_Legend) == 0x000008, "Wrong alignment on UI_BP_OverlandMapScreen_C_Set_Map_Legend"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_Set_Map_Legend) == 0x000058, "Wrong size on UI_BP_OverlandMapScreen_C_Set_Map_Legend"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Set_Map_Legend, NewLegendText) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_Set_Map_Legend::NewLegendText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Set_Map_Legend, CallFunc_Conv_TextToString_ReturnValue) == 0x000018, "Member 'UI_BP_OverlandMapScreen_C_Set_Map_Legend::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Set_Map_Legend, Temp_int_Array_Index_Variable) == 0x000028, "Member 'UI_BP_OverlandMapScreen_C_Set_Map_Legend::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Set_Map_Legend, CallFunc_ParseIntoArray_ReturnValue) == 0x000030, "Member 'UI_BP_OverlandMapScreen_C_Set_Map_Legend::CallFunc_ParseIntoArray_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Set_Map_Legend, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'UI_BP_OverlandMapScreen_C_Set_Map_Legend::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Set_Map_Legend, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'UI_BP_OverlandMapScreen_C_Set_Map_Legend::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Set_Map_Legend, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'UI_BP_OverlandMapScreen_C_Set_Map_Legend::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Set_Map_Legend, CallFunc_Greater_IntInt_ReturnValue) == 0x00004C, "Member 'UI_BP_OverlandMapScreen_C_Set_Map_Legend::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Set_Map_Legend, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'UI_BP_OverlandMapScreen_C_Set_Map_Legend::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_Set_Map_Legend, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'UI_BP_OverlandMapScreen_C_Set_Map_Legend::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_SetTooltipAnimations \ static_assert(alignof(UI_BP_OverlandMapScreen_C_SetTooltipAnimations) == 0x000004, "Wrong alignment on UI_BP_OverlandMapScreen_C_SetTooltipAnimations"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_SetTooltipAnimations) == 0x000008, "Wrong size on UI_BP_OverlandMapScreen_C_SetTooltipAnimations"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_SetTooltipAnimations, CursorX) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_SetTooltipAnimations::CursorX' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_SetTooltipAnimations, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000004, "Member 'UI_BP_OverlandMapScreen_C_SetTooltipAnimations::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_MenuReadLegend \ static_assert(alignof(UI_BP_OverlandMapScreen_C_MenuReadLegend) == 0x000008, "Wrong alignment on UI_BP_OverlandMapScreen_C_MenuReadLegend"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_MenuReadLegend) == 0x000018, "Wrong size on UI_BP_OverlandMapScreen_C_MenuReadLegend"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_MenuReadLegend, CallFunc_GetUIManagerPure_ReturnValue) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_MenuReadLegend::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_MenuReadLegend, CallFunc_GetFieldGuideWidget_ReturnValue) == 0x000008, "Member 'UI_BP_OverlandMapScreen_C_MenuReadLegend::CallFunc_GetFieldGuideWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_MenuReadLegend, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'UI_BP_OverlandMapScreen_C_MenuReadLegend::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth \ static_assert(alignof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth) == 0x000008, "Wrong alignment on UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth) == 0x000090, "Wrong size on UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, IdealWidth) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::IdealWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, CurrentRatio) == 0x000004, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, CurrentWidth) == 0x000008, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::CurrentWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, IdealRatio) == 0x00000C, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, K2Node_MakeStruct_Margin) == 0x000010, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, K2Node_MakeStruct_Margin_1) == 0x000020, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, K2Node_MathExpression_ReturnValue) == 0x000030, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000038, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000040, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000044, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000048, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, K2Node_MakeStruct_Margin_2) == 0x00004C, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, K2Node_MakeStruct_Margin_3) == 0x00005C, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, CallFunc_GetViewportSize_ReturnValue) == 0x00006C, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue_1) == 0x000078, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, CallFunc_BreakVector2D_X) == 0x000080, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, CallFunc_BreakVector2D_Y) == 0x000084, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000088, "Member 'UI_BP_OverlandMapScreen_C_AdjustTooltipForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_OverlandMapScreen_C_GetAsyncWrapperRenderSize \ static_assert(alignof(UI_BP_OverlandMapScreen_C_GetAsyncWrapperRenderSize) == 0x000004, "Wrong alignment on UI_BP_OverlandMapScreen_C_GetAsyncWrapperRenderSize"); \ static_assert(sizeof(UI_BP_OverlandMapScreen_C_GetAsyncWrapperRenderSize) == 0x000008, "Wrong size on UI_BP_OverlandMapScreen_C_GetAsyncWrapperRenderSize"); \ static_assert(offsetof(UI_BP_OverlandMapScreen_C_GetAsyncWrapperRenderSize, RenderSize) == 0x000000, "Member 'UI_BP_OverlandMapScreen_C_GetAsyncWrapperRenderSize::RenderSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_OverlandMapScreen_C \ static_assert(alignof(UUI_BP_OverlandMapScreen_C) == 0x000008, "Wrong alignment on UUI_BP_OverlandMapScreen_C"); \ static_assert(sizeof(UUI_BP_OverlandMapScreen_C) == 0x0007A8, "Wrong size on UUI_BP_OverlandMapScreen_C"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, UberGraphFrame) == 0x0004E0, "Member 'UUI_BP_OverlandMapScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, ShowRegionInfo) == 0x0004E8, "Member 'UUI_BP_OverlandMapScreen_C::ShowRegionInfo' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, HideMapTooltipRight) == 0x0004F0, "Member 'UUI_BP_OverlandMapScreen_C::HideMapTooltipRight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, ShowMapTooltipRight) == 0x0004F8, "Member 'UUI_BP_OverlandMapScreen_C::ShowMapTooltipRight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, HideMapTooltipLeft) == 0x000500, "Member 'UUI_BP_OverlandMapScreen_C::HideMapTooltipLeft' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, ShowMapTooltipLeft) == 0x000508, "Member 'UUI_BP_OverlandMapScreen_C::ShowMapTooltipLeft' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, blurPanel) == 0x000510, "Member 'UUI_BP_OverlandMapScreen_C::blurPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, CanvasPanel_0) == 0x000518, "Member 'UUI_BP_OverlandMapScreen_C::CanvasPanel_0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, Cover) == 0x000520, "Member 'UUI_BP_OverlandMapScreen_C::Cover' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, HogsmeadeButton) == 0x000528, "Member 'UUI_BP_OverlandMapScreen_C::HogsmeadeButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, HogwartsButton) == 0x000530, "Member 'UUI_BP_OverlandMapScreen_C::HogwartsButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, IconRetainer) == 0x000538, "Member 'UUI_BP_OverlandMapScreen_C::IconRetainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, mapToolTip) == 0x000540, "Member 'UUI_BP_OverlandMapScreen_C::mapToolTip' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, tooltipOverlay) == 0x000548, "Member 'UUI_BP_OverlandMapScreen_C::tooltipOverlay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, LegendArray) == 0x000550, "Member 'UUI_BP_OverlandMapScreen_C::LegendArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, areDungeonReqsShowing) == 0x000560, "Member 'UUI_BP_OverlandMapScreen_C::areDungeonReqsShowing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, ToolTipType) == 0x000561, "Member 'UUI_BP_OverlandMapScreen_C::ToolTipType' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, UpdateMapLegend) == 0x000568, "Member 'UUI_BP_OverlandMapScreen_C::UpdateMapLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, MapIconHover) == 0x000578, "Member 'UUI_BP_OverlandMapScreen_C::MapIconHover' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, OnMapInput) == 0x000580, "Member 'UUI_BP_OverlandMapScreen_C::OnMapInput' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, CurrentMenuIndex) == 0x000590, "Member 'UUI_BP_OverlandMapScreen_C::CurrentMenuIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, LocationNames) == 0x000598, "Member 'UUI_BP_OverlandMapScreen_C::LocationNames' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, OnMenuItemChanged) == 0x0005A8, "Member 'UUI_BP_OverlandMapScreen_C::OnMenuItemChanged' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, isNavBarAnimating) == 0x0005B8, "Member 'UUI_BP_OverlandMapScreen_C::isNavBarAnimating' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, DownLastFrame_LeftStick) == 0x0005B9, "Member 'UUI_BP_OverlandMapScreen_C::DownLastFrame_LeftStick' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, IsOverlandMode) == 0x0005BA, "Member 'UUI_BP_OverlandMapScreen_C::IsOverlandMode' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, IsFilterShowing) == 0x0005BB, "Member 'UUI_BP_OverlandMapScreen_C::IsFilterShowing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, ZoomTimer) == 0x0005BC, "Member 'UUI_BP_OverlandMapScreen_C::ZoomTimer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, ZoomVal) == 0x0005C0, "Member 'UUI_BP_OverlandMapScreen_C::ZoomVal' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, MapIconModel) == 0x0005C8, "Member 'UUI_BP_OverlandMapScreen_C::MapIconModel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, ToolTipData) == 0x0005D0, "Member 'UUI_BP_OverlandMapScreen_C::ToolTipData' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, isPopupShowing) == 0x000788, "Member 'UUI_BP_OverlandMapScreen_C::isPopupShowing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, TooltipIntroAnimation) == 0x000790, "Member 'UUI_BP_OverlandMapScreen_C::TooltipIntroAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, TooltipOutroAnimation) == 0x000798, "Member 'UUI_BP_OverlandMapScreen_C::TooltipOutroAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_OverlandMapScreen_C, isRegionInfoShowing) == 0x0007A0, "Member 'UUI_BP_OverlandMapScreen_C::isRegionInfoShowing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_BloatFinisher_C_OnCustomEvent \ static_assert(alignof(ABL_RCT_NPC_BloatFinisher_C_OnCustomEvent) == 0x000008, "Wrong alignment on ABL_RCT_NPC_BloatFinisher_C_OnCustomEvent"); \ static_assert(sizeof(ABL_RCT_NPC_BloatFinisher_C_OnCustomEvent) == 0x000018, "Wrong size on ABL_RCT_NPC_BloatFinisher_C_OnCustomEvent"); \ static_assert(offsetof(ABL_RCT_NPC_BloatFinisher_C_OnCustomEvent, Context) == 0x000000, "Member 'ABL_RCT_NPC_BloatFinisher_C_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_BloatFinisher_C_OnCustomEvent, EventName) == 0x000008, "Member 'ABL_RCT_NPC_BloatFinisher_C_OnCustomEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_BloatFinisher_C_OnCustomEvent, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_RCT_NPC_BloatFinisher_C_OnCustomEvent::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_BloatFinisher_C \ static_assert(alignof(UABL_RCT_NPC_BloatFinisher_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_BloatFinisher_C"); \ static_assert(sizeof(UABL_RCT_NPC_BloatFinisher_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_BloatFinisher_C"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen \ static_assert(alignof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen) == 0x000008, "Wrong alignment on UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen"); \ static_assert(sizeof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen) == 0x0004D0, "Wrong size on UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, EntryPoint) == 0x000000, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_HermesBindEvent_Handle) == 0x000018, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, K2Node_Event_Enable) == 0x000028, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::K2Node_Event_Enable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, K2Node_Event_LegendStrings) == 0x000030, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::K2Node_Event_LegendStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, K2Node_Event_Alpha) == 0x000040, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::K2Node_Event_Alpha' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_SpawnObject_ReturnValue) == 0x000048, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_PostEventAtLocation_ReturnValue) == 0x000050, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000054, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000058, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x00005C, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_PostEventAtLocation_ReturnValue_4) == 0x000060, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_PostEventAtLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_PostEventAtLocation_ReturnValue_5) == 0x000064, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_PostEventAtLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_PostEventAtLocation_ReturnValue_6) == 0x000068, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_PostEventAtLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_PostEventAtLocation_ReturnValue_7) == 0x00006C, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_PostEventAtLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_PostEventAtLocation_ReturnValue_8) == 0x000070, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_PostEventAtLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_Get_ReturnValue) == 0x000078, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, K2Node_Event_ToolTipData_1) == 0x000080, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::K2Node_Event_ToolTipData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000238, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1) == 0x000239, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_GetMapSubSystem_ReturnValue) == 0x000240, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_GetMapSubSystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_GetMapSubSystem_ReturnValue_1) == 0x000248, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_GetMapSubSystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, K2Node_Event_NewLegend) == 0x000250, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::K2Node_Event_NewLegend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_Conv_TextToString_ReturnValue) == 0x000268, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_ParseIntoArray_ReturnValue) == 0x000278, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_ParseIntoArray_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_GetCursorPostion_ReturnValue) == 0x000288, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_GetCursorPostion_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_BreakVector2D_X) == 0x000290, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_BreakVector2D_Y) == 0x000294, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_PlayAnimationForward_ReturnValue) == 0x000298, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_Get_ReturnValue_1) == 0x0002A0, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_Get_ReturnValue_2) == 0x0002A8, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_CompleteTutorialStepByAlias_ReturnValue) == 0x0002B0, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_CompleteTutorialStepByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_2) == 0x0002B1, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_3) == 0x0002B2, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_4) == 0x0002B3, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_5) == 0x0002B4, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_6) == 0x0002B5, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_7) == 0x0002B6, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue) == 0x0002B7, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_BooleanOR_ReturnValue) == 0x0002B8, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_BooleanOR_ReturnValue_1) == 0x0002B9, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_8) == 0x0002BA, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_BooleanOR_ReturnValue_2) == 0x0002BB, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_9) == 0x0002BC, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_BooleanOR_ReturnValue_3) == 0x0002BD, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_10) == 0x0002BE, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_BooleanOR_ReturnValue_4) == 0x0002BF, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_11) == 0x0002C0, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_12) == 0x0002C1, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_BooleanOR_ReturnValue_5) == 0x0002C2, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_PostEventAtLocation_ReturnValue_9) == 0x0002C4, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_PostEventAtLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_BooleanOR_ReturnValue_6) == 0x0002C8, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_BooleanOR_ReturnValue_7) == 0x0002C9, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_BooleanOR_ReturnValue_8) == 0x0002CA, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, K2Node_CustomEvent_Caller) == 0x0002D0, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0002D8, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_PostEventAtLocation_ReturnValue_10) == 0x0002E0, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_PostEventAtLocation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_PostEventAtLocation_ReturnValue_11) == 0x0002E4, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_PostEventAtLocation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_AddStateToStack_ReturnValue) == 0x0002E8, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_AddStateToStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, K2Node_Event_Parent) == 0x0002F0, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsLocked_ReturnValue) == 0x0002F8, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsLocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsUnlocked_ReturnValue) == 0x0002F9, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsUnlocked_ReturnValue_1) == 0x0002FA, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsUnlocked_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_IsLocked_ReturnValue_1) == 0x0002FB, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_IsLocked_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, K2Node_Event_ToolTipData) == 0x000300, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::K2Node_Event_ToolTipData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_PostEventAtLocation_ReturnValue_12) == 0x0004B8, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_PostEventAtLocation_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_PostEventAtLocation_ReturnValue_13) == 0x0004BC, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_PostEventAtLocation_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, K2Node_ComponentBoundEvent_Button) == 0x0004C0, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_GetTier_ReturnValue) == 0x0004C8, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_GetTier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, K2Node_SwitchEnum_CmpSuccess) == 0x0004C9, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0004CA, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen, CallFunc_Not_PreBool_ReturnValue) == 0x0004CB, "Member 'UI_BP_HogwartsMapScreen_C_ExecuteUbergraph_UI_BP_HogwartsMapScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapScreen_C_BndEvt__UI_BP_HogwartsMapScreen_FastTravelList_K2Node_ComponentBoundEvent_4_OnFastTravelButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_HogwartsMapScreen_C_BndEvt__UI_BP_HogwartsMapScreen_FastTravelList_K2Node_ComponentBoundEvent_4_OnFastTravelButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_HogwartsMapScreen_C_BndEvt__UI_BP_HogwartsMapScreen_FastTravelList_K2Node_ComponentBoundEvent_4_OnFastTravelButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_HogwartsMapScreen_C_BndEvt__UI_BP_HogwartsMapScreen_FastTravelList_K2Node_ComponentBoundEvent_4_OnFastTravelButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_HogwartsMapScreen_C_BndEvt__UI_BP_HogwartsMapScreen_FastTravelList_K2Node_ComponentBoundEvent_4_OnFastTravelButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BndEvt__UI_BP_HogwartsMapScreen_FastTravelList_K2Node_ComponentBoundEvent_4_OnFastTravelButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_HogwartsMapScreen_C_BndEvt__UI_BP_HogwartsMapScreen_FastTravelList_K2Node_ComponentBoundEvent_4_OnFastTravelButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapScreen_C_OnUpdateToolTip_Event \ static_assert(alignof(UI_BP_HogwartsMapScreen_C_OnUpdateToolTip_Event) == 0x000008, "Wrong alignment on UI_BP_HogwartsMapScreen_C_OnUpdateToolTip_Event"); \ static_assert(sizeof(UI_BP_HogwartsMapScreen_C_OnUpdateToolTip_Event) == 0x0001B8, "Wrong size on UI_BP_HogwartsMapScreen_C_OnUpdateToolTip_Event"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_OnUpdateToolTip_Event, ToolTipData_0) == 0x000000, "Member 'UI_BP_HogwartsMapScreen_C_OnUpdateToolTip_Event::ToolTipData_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapScreen_C_SetParent \ static_assert(alignof(UI_BP_HogwartsMapScreen_C_SetParent) == 0x000008, "Wrong alignment on UI_BP_HogwartsMapScreen_C_SetParent"); \ static_assert(sizeof(UI_BP_HogwartsMapScreen_C_SetParent) == 0x000008, "Wrong size on UI_BP_HogwartsMapScreen_C_SetParent"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_SetParent, Parent) == 0x000000, "Member 'UI_BP_HogwartsMapScreen_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapScreen_C_TutorialSaysStopHighlightOverland \ static_assert(alignof(UI_BP_HogwartsMapScreen_C_TutorialSaysStopHighlightOverland) == 0x000008, "Wrong alignment on UI_BP_HogwartsMapScreen_C_TutorialSaysStopHighlightOverland"); \ static_assert(sizeof(UI_BP_HogwartsMapScreen_C_TutorialSaysStopHighlightOverland) == 0x000008, "Wrong size on UI_BP_HogwartsMapScreen_C_TutorialSaysStopHighlightOverland"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_TutorialSaysStopHighlightOverland, Caller) == 0x000000, "Member 'UI_BP_HogwartsMapScreen_C_TutorialSaysStopHighlightOverland::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapScreen_C_SetTipLegend_Event \ static_assert(alignof(UI_BP_HogwartsMapScreen_C_SetTipLegend_Event) == 0x000008, "Wrong alignment on UI_BP_HogwartsMapScreen_C_SetTipLegend_Event"); \ static_assert(sizeof(UI_BP_HogwartsMapScreen_C_SetTipLegend_Event) == 0x000018, "Wrong size on UI_BP_HogwartsMapScreen_C_SetTipLegend_Event"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_SetTipLegend_Event, NewLegend) == 0x000000, "Member 'UI_BP_HogwartsMapScreen_C_SetTipLegend_Event::NewLegend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapScreen_C_OnHovered_Event \ static_assert(alignof(UI_BP_HogwartsMapScreen_C_OnHovered_Event) == 0x000008, "Wrong alignment on UI_BP_HogwartsMapScreen_C_OnHovered_Event"); \ static_assert(sizeof(UI_BP_HogwartsMapScreen_C_OnHovered_Event) == 0x0001B8, "Wrong size on UI_BP_HogwartsMapScreen_C_OnHovered_Event"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_OnHovered_Event, ToolTipData_0) == 0x000000, "Member 'UI_BP_HogwartsMapScreen_C_OnHovered_Event::ToolTipData_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapScreen_C_SetCoverVisibilityAlpha_Event \ static_assert(alignof(UI_BP_HogwartsMapScreen_C_SetCoverVisibilityAlpha_Event) == 0x000004, "Wrong alignment on UI_BP_HogwartsMapScreen_C_SetCoverVisibilityAlpha_Event"); \ static_assert(sizeof(UI_BP_HogwartsMapScreen_C_SetCoverVisibilityAlpha_Event) == 0x000004, "Wrong size on UI_BP_HogwartsMapScreen_C_SetCoverVisibilityAlpha_Event"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_SetCoverVisibilityAlpha_Event, Alpha) == 0x000000, "Member 'UI_BP_HogwartsMapScreen_C_SetCoverVisibilityAlpha_Event::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapScreen_C_SetLegend \ static_assert(alignof(UI_BP_HogwartsMapScreen_C_SetLegend) == 0x000008, "Wrong alignment on UI_BP_HogwartsMapScreen_C_SetLegend"); \ static_assert(sizeof(UI_BP_HogwartsMapScreen_C_SetLegend) == 0x000010, "Wrong size on UI_BP_HogwartsMapScreen_C_SetLegend"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_SetLegend, LegendStrings) == 0x000000, "Member 'UI_BP_HogwartsMapScreen_C_SetLegend::LegendStrings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapScreen_C_SetCoverVisibility_Event \ static_assert(alignof(UI_BP_HogwartsMapScreen_C_SetCoverVisibility_Event) == 0x000001, "Wrong alignment on UI_BP_HogwartsMapScreen_C_SetCoverVisibility_Event"); \ static_assert(sizeof(UI_BP_HogwartsMapScreen_C_SetCoverVisibility_Event) == 0x000001, "Wrong size on UI_BP_HogwartsMapScreen_C_SetCoverVisibility_Event"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_SetCoverVisibility_Event, Enable) == 0x000000, "Member 'UI_BP_HogwartsMapScreen_C_SetCoverVisibility_Event::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction) == 0x000108, "Wrong size on UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetMapBase_ReturnValue) == 0x000008, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetMapBase_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000010, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_Get_ReturnValue) == 0x000018, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_IsTutorialActive_ReturnValue) == 0x000020, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_IsTutorialActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000021, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_IsTutorialActive_ReturnValue_1) == 0x000022, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_IsTutorialActive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_IsTutorialActive_ReturnValue_2) == 0x000023, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_IsTutorialActive_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_IsTutorialActive_ReturnValue_3) == 0x000024, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_IsTutorialActive_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000025, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000026, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000027, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000028, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue) == 0x00002C, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000030, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_Get_ReturnValue_1) == 0x000038, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_CompleteTutorialStepByAlias_ReturnValue) == 0x000040, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_CompleteTutorialStepByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetUIManagerPure_ReturnValue) == 0x000048, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000050, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000058, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetHogwartsMap_ReturnValue) == 0x000060, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetHogwartsMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_Get_ReturnValue_2) == 0x000068, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetHoveredIcon_ReturnValue) == 0x000070, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetHoveredIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetMapSubSystem_ReturnValue) == 0x000078, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetMapSubSystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetBeaconDescShort_ReturnValue) == 0x000080, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetBeaconDescShort_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetHogwartsMap_ReturnValue_1) == 0x000090, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetHogwartsMap_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetHoveredIcon_ReturnValue_1) == 0x000098, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetHoveredIcon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetIsMouseDragging_ReturnValue) == 0x0000A0, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetIsMouseDragging_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue) == 0x0000A1, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_CanGoToMissionLogFromIcon_ReturnValue) == 0x0000A2, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_CanGoToMissionLogFromIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue_1) == 0x0000A3, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x0000B0, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_Get_ReturnValue_3) == 0x0000B8, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_IsFastTravelTutorialActive_ReturnValue) == 0x0000C0, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_IsFastTravelTutorialActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x0000C1, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetMapBase_ReturnValue_1) == 0x0000C8, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetMapBase_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetMapFadeState_ReturnValue) == 0x0000D0, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetMapFadeState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetMapBase_ReturnValue_2) == 0x0000D8, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetMapBase_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x0000E0, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_AsMap_Hogwarts) == 0x0000E8, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_AsMap_Hogwarts' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_bSuccess) == 0x0000F0, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetHoveredIcon_ReturnValue_2) == 0x0000F8, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetHoveredIcon_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue_2) == 0x000100, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x000101, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x000102, "Member 'UI_BP_HogwartsMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapScreen_C_SetButtonPrompt \ static_assert(alignof(UI_BP_HogwartsMapScreen_C_SetButtonPrompt) == 0x000008, "Wrong alignment on UI_BP_HogwartsMapScreen_C_SetButtonPrompt"); \ static_assert(sizeof(UI_BP_HogwartsMapScreen_C_SetButtonPrompt) == 0x000028, "Wrong size on UI_BP_HogwartsMapScreen_C_SetButtonPrompt"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_SetButtonPrompt, Legends) == 0x000000, "Member 'UI_BP_HogwartsMapScreen_C_SetButtonPrompt::Legends' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_SetButtonPrompt, CallFunc_Get_ReturnValue) == 0x000010, "Member 'UI_BP_HogwartsMapScreen_C_SetButtonPrompt::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_SetButtonPrompt, CallFunc_GetFieldGuideWidget_ReturnValue) == 0x000018, "Member 'UI_BP_HogwartsMapScreen_C_SetButtonPrompt::CallFunc_GetFieldGuideWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_SetButtonPrompt, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'UI_BP_HogwartsMapScreen_C_SetButtonPrompt::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapScreen_C_SetTooltipAnimations \ static_assert(alignof(UI_BP_HogwartsMapScreen_C_SetTooltipAnimations) == 0x000004, "Wrong alignment on UI_BP_HogwartsMapScreen_C_SetTooltipAnimations"); \ static_assert(sizeof(UI_BP_HogwartsMapScreen_C_SetTooltipAnimations) == 0x000004, "Wrong size on UI_BP_HogwartsMapScreen_C_SetTooltipAnimations"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_SetTooltipAnimations, CursorX) == 0x000000, "Member 'UI_BP_HogwartsMapScreen_C_SetTooltipAnimations::CursorX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapScreen_C_MenuReadLegend \ static_assert(alignof(UI_BP_HogwartsMapScreen_C_MenuReadLegend) == 0x000008, "Wrong alignment on UI_BP_HogwartsMapScreen_C_MenuReadLegend"); \ static_assert(sizeof(UI_BP_HogwartsMapScreen_C_MenuReadLegend) == 0x000018, "Wrong size on UI_BP_HogwartsMapScreen_C_MenuReadLegend"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_MenuReadLegend, CallFunc_GetUIManagerPure_ReturnValue) == 0x000000, "Member 'UI_BP_HogwartsMapScreen_C_MenuReadLegend::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_MenuReadLegend, CallFunc_GetFieldGuideWidget_ReturnValue) == 0x000008, "Member 'UI_BP_HogwartsMapScreen_C_MenuReadLegend::CallFunc_GetFieldGuideWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_MenuReadLegend, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'UI_BP_HogwartsMapScreen_C_MenuReadLegend::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapScreen_C_CloseMapAndGuide \ static_assert(alignof(UI_BP_HogwartsMapScreen_C_CloseMapAndGuide) == 0x000008, "Wrong alignment on UI_BP_HogwartsMapScreen_C_CloseMapAndGuide"); \ static_assert(sizeof(UI_BP_HogwartsMapScreen_C_CloseMapAndGuide) == 0x000020, "Wrong size on UI_BP_HogwartsMapScreen_C_CloseMapAndGuide"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_CloseMapAndGuide, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_HogwartsMapScreen_C_CloseMapAndGuide::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_CloseMapAndGuide, CallFunc_GetFieldGuideWidget_ReturnValue) == 0x000008, "Member 'UI_BP_HogwartsMapScreen_C_CloseMapAndGuide::CallFunc_GetFieldGuideWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_CloseMapAndGuide, K2Node_DynamicCast_AsUI_BP_Field_Guide) == 0x000010, "Member 'UI_BP_HogwartsMapScreen_C_CloseMapAndGuide::K2Node_DynamicCast_AsUI_BP_Field_Guide' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_CloseMapAndGuide, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_HogwartsMapScreen_C_CloseMapAndGuide::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth \ static_assert(alignof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth) == 0x000008, "Wrong alignment on UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth"); \ static_assert(sizeof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth) == 0x0000B0, "Wrong size on UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, IdealWidth) == 0x000000, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::IdealWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, IdealRatio) == 0x000004, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, CurrentRatio) == 0x000008, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, CurrentWidth) == 0x00000C, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::CurrentWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin) == 0x000010, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_1) == 0x000020, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_2) == 0x000030, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000040, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue_1) == 0x000048, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue_2) == 0x000050, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000058, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00005C, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_3) == 0x000060, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000070, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_4) == 0x000074, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_5) == 0x000084, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue) == 0x000094, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, CallFunc_GetViewportSize_ReturnValue) == 0x000098, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, CallFunc_BreakVector2D_X) == 0x0000A0, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, CallFunc_BreakVector2D_Y) == 0x0000A4, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_HogwartsMapScreen_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapScreen_C_GetAsyncWrapperRenderSize \ static_assert(alignof(UI_BP_HogwartsMapScreen_C_GetAsyncWrapperRenderSize) == 0x000004, "Wrong alignment on UI_BP_HogwartsMapScreen_C_GetAsyncWrapperRenderSize"); \ static_assert(sizeof(UI_BP_HogwartsMapScreen_C_GetAsyncWrapperRenderSize) == 0x000008, "Wrong size on UI_BP_HogwartsMapScreen_C_GetAsyncWrapperRenderSize"); \ static_assert(offsetof(UI_BP_HogwartsMapScreen_C_GetAsyncWrapperRenderSize, RenderSize) == 0x000000, "Member 'UI_BP_HogwartsMapScreen_C_GetAsyncWrapperRenderSize::RenderSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_HogwartsMapScreen_C \ static_assert(alignof(UUI_BP_HogwartsMapScreen_C) == 0x000008, "Wrong alignment on UUI_BP_HogwartsMapScreen_C"); \ static_assert(sizeof(UUI_BP_HogwartsMapScreen_C) == 0x0007D0, "Wrong size on UUI_BP_HogwartsMapScreen_C"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, UberGraphFrame) == 0x000560, "Member 'UUI_BP_HogwartsMapScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, HideMapTooltipRight) == 0x000568, "Member 'UUI_BP_HogwartsMapScreen_C::HideMapTooltipRight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, ShowMapTooltipRight) == 0x000570, "Member 'UUI_BP_HogwartsMapScreen_C::ShowMapTooltipRight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, HideMapTooltipLeft) == 0x000578, "Member 'UUI_BP_HogwartsMapScreen_C::HideMapTooltipLeft' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, ShowMapTooltipLeft) == 0x000580, "Member 'UUI_BP_HogwartsMapScreen_C::ShowMapTooltipLeft' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, blurPanel) == 0x000588, "Member 'UUI_BP_HogwartsMapScreen_C::blurPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, Cover) == 0x000590, "Member 'UUI_BP_HogwartsMapScreen_C::Cover' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, HogsmeadeButton) == 0x000598, "Member 'UUI_BP_HogwartsMapScreen_C::HogsmeadeButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, IconRetainer) == 0x0005A0, "Member 'UUI_BP_HogwartsMapScreen_C::IconRetainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, mapToolTip) == 0x0005A8, "Member 'UUI_BP_HogwartsMapScreen_C::mapToolTip' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, OverlandButton) == 0x0005B0, "Member 'UUI_BP_HogwartsMapScreen_C::OverlandButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, ratioOverlay) == 0x0005B8, "Member 'UUI_BP_HogwartsMapScreen_C::ratioOverlay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, OnMenuItemChanged) == 0x0005C0, "Member 'UUI_BP_HogwartsMapScreen_C::OnMenuItemChanged' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, Response) == 0x0005D0, "Member 'UUI_BP_HogwartsMapScreen_C::Response' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, ToolTipType) == 0x0005D8, "Member 'UUI_BP_HogwartsMapScreen_C::ToolTipType' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, MapIconModel) == 0x0005E0, "Member 'UUI_BP_HogwartsMapScreen_C::MapIconModel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, MapMissionTrackingTutorialActive) == 0x0005E8, "Member 'UUI_BP_HogwartsMapScreen_C::MapMissionTrackingTutorialActive' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, ToolTipData) == 0x0005F0, "Member 'UUI_BP_HogwartsMapScreen_C::ToolTipData' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, TooltipIntroAnimation) == 0x0007A8, "Member 'UUI_BP_HogwartsMapScreen_C::TooltipIntroAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, TooltipOutroAnimation) == 0x0007B0, "Member 'UUI_BP_HogwartsMapScreen_C::TooltipOutroAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, OverlandButtonHighlightHandle) == 0x0007B8, "Member 'UUI_BP_HogwartsMapScreen_C::OverlandButtonHighlightHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapScreen_C, IsIconHovered) == 0x0007C8, "Member 'UUI_BP_HogwartsMapScreen_C::IsIconHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen \ static_assert(alignof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen) == 0x000008, "Wrong alignment on UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen"); \ static_assert(sizeof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen) == 0x0004B0, "Wrong size on UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, EntryPoint) == 0x000000, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_AddStateToStack_ReturnValue) == 0x000004, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_AddStateToStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, K2Node_Event_Enable) == 0x000008, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::K2Node_Event_Enable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, K2Node_Event_LegendStrings) == 0x000010, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::K2Node_Event_LegendStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, K2Node_Event_Alpha) == 0x000020, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::K2Node_Event_Alpha' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_PostEventAtLocation_ReturnValue) == 0x000024, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000028, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x00002C, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_GetMapSubSystem_ReturnValue) == 0x000030, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_GetMapSubSystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_GetMapSubSystem_ReturnValue_1) == 0x000038, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_GetMapSubSystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, K2Node_Event_NewLegend) == 0x000040, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::K2Node_Event_NewLegend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_GetCursorPostion_ReturnValue) == 0x000068, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_GetCursorPostion_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_ParseIntoArray_ReturnValue) == 0x000070, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_ParseIntoArray_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_BreakVector2D_X) == 0x000080, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_BreakVector2D_Y) == 0x000084, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_PlayAnimationForward_ReturnValue) == 0x000088, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, K2Node_Event_ToolTipData_1) == 0x000090, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::K2Node_Event_ToolTipData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000248, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_HermesBindEvent_Handle) == 0x000258, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_Get_ReturnValue) == 0x000268, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_Get_ReturnValue_1) == 0x000270, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_CompleteTutorialStepByAlias_ReturnValue) == 0x000278, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_CompleteTutorialStepByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000279, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1) == 0x00027A, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x00027C, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_Get_ReturnValue_2) == 0x000280, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, K2Node_Event_Parent) == 0x000288, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_GetFieldGuideWidget_ReturnValue) == 0x000290, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_GetFieldGuideWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, K2Node_DynamicCast_AsUI_BP_Field_Guide) == 0x000298, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::K2Node_DynamicCast_AsUI_BP_Field_Guide' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, K2Node_DynamicCast_bSuccess) == 0x0002A0, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_PostEventAtLocation_ReturnValue_4) == 0x0002A4, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_PostEventAtLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0002A8, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_PostEventAtLocation_ReturnValue_5) == 0x0002B0, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_PostEventAtLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_PostEventAtLocation_ReturnValue_6) == 0x0002B4, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_PostEventAtLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_PostEventAtLocation_ReturnValue_7) == 0x0002B8, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_PostEventAtLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_PostEventAtLocation_ReturnValue_8) == 0x0002BC, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_PostEventAtLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_PostEventAtLocation_ReturnValue_9) == 0x0002C0, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_PostEventAtLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, K2Node_Event_ToolTipData) == 0x0002C8, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::K2Node_Event_ToolTipData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_PostEventAtLocation_ReturnValue_10) == 0x000480, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_PostEventAtLocation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_PostEventAtLocation_ReturnValue_11) == 0x000484, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_PostEventAtLocation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_Get_ReturnValue_3) == 0x000488, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_IsTutorialStepActive_ReturnValue) == 0x000490, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_IsTutorialStepActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_2) == 0x000491, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_3) == 0x000492, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, K2Node_CustomEvent_Caller) == 0x000498, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_Get_ReturnValue_4) == 0x0004A0, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_Get_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_4) == 0x0004A8, "Member 'UI_BP_HogsmeadeMapScreen_C_ExecuteUbergraph_UI_BP_HogsmeadeMapScreen::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogsmeadeMapScreen_C_TutorialSaysStopHighlightHogwarts \ static_assert(alignof(UI_BP_HogsmeadeMapScreen_C_TutorialSaysStopHighlightHogwarts) == 0x000008, "Wrong alignment on UI_BP_HogsmeadeMapScreen_C_TutorialSaysStopHighlightHogwarts"); \ static_assert(sizeof(UI_BP_HogsmeadeMapScreen_C_TutorialSaysStopHighlightHogwarts) == 0x000008, "Wrong size on UI_BP_HogsmeadeMapScreen_C_TutorialSaysStopHighlightHogwarts"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_TutorialSaysStopHighlightHogwarts, Caller) == 0x000000, "Member 'UI_BP_HogsmeadeMapScreen_C_TutorialSaysStopHighlightHogwarts::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogsmeadeMapScreen_C_OnUpdateToolTip_Event \ static_assert(alignof(UI_BP_HogsmeadeMapScreen_C_OnUpdateToolTip_Event) == 0x000008, "Wrong alignment on UI_BP_HogsmeadeMapScreen_C_OnUpdateToolTip_Event"); \ static_assert(sizeof(UI_BP_HogsmeadeMapScreen_C_OnUpdateToolTip_Event) == 0x0001B8, "Wrong size on UI_BP_HogsmeadeMapScreen_C_OnUpdateToolTip_Event"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_OnUpdateToolTip_Event, ToolTipData) == 0x000000, "Member 'UI_BP_HogsmeadeMapScreen_C_OnUpdateToolTip_Event::ToolTipData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogsmeadeMapScreen_C_SetParent \ static_assert(alignof(UI_BP_HogsmeadeMapScreen_C_SetParent) == 0x000008, "Wrong alignment on UI_BP_HogsmeadeMapScreen_C_SetParent"); \ static_assert(sizeof(UI_BP_HogsmeadeMapScreen_C_SetParent) == 0x000008, "Wrong size on UI_BP_HogsmeadeMapScreen_C_SetParent"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_SetParent, Parent) == 0x000000, "Member 'UI_BP_HogsmeadeMapScreen_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogsmeadeMapScreen_C_OnHovered_Event \ static_assert(alignof(UI_BP_HogsmeadeMapScreen_C_OnHovered_Event) == 0x000008, "Wrong alignment on UI_BP_HogsmeadeMapScreen_C_OnHovered_Event"); \ static_assert(sizeof(UI_BP_HogsmeadeMapScreen_C_OnHovered_Event) == 0x0001B8, "Wrong size on UI_BP_HogsmeadeMapScreen_C_OnHovered_Event"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_OnHovered_Event, ToolTipData) == 0x000000, "Member 'UI_BP_HogsmeadeMapScreen_C_OnHovered_Event::ToolTipData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogsmeadeMapScreen_C_SetTipLegend_Event \ static_assert(alignof(UI_BP_HogsmeadeMapScreen_C_SetTipLegend_Event) == 0x000008, "Wrong alignment on UI_BP_HogsmeadeMapScreen_C_SetTipLegend_Event"); \ static_assert(sizeof(UI_BP_HogsmeadeMapScreen_C_SetTipLegend_Event) == 0x000018, "Wrong size on UI_BP_HogsmeadeMapScreen_C_SetTipLegend_Event"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_SetTipLegend_Event, NewLegend) == 0x000000, "Member 'UI_BP_HogsmeadeMapScreen_C_SetTipLegend_Event::NewLegend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogsmeadeMapScreen_C_SetCoverVisibilityAlpha_Event \ static_assert(alignof(UI_BP_HogsmeadeMapScreen_C_SetCoverVisibilityAlpha_Event) == 0x000004, "Wrong alignment on UI_BP_HogsmeadeMapScreen_C_SetCoverVisibilityAlpha_Event"); \ static_assert(sizeof(UI_BP_HogsmeadeMapScreen_C_SetCoverVisibilityAlpha_Event) == 0x000004, "Wrong size on UI_BP_HogsmeadeMapScreen_C_SetCoverVisibilityAlpha_Event"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_SetCoverVisibilityAlpha_Event, Alpha) == 0x000000, "Member 'UI_BP_HogsmeadeMapScreen_C_SetCoverVisibilityAlpha_Event::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogsmeadeMapScreen_C_SetLegend \ static_assert(alignof(UI_BP_HogsmeadeMapScreen_C_SetLegend) == 0x000008, "Wrong alignment on UI_BP_HogsmeadeMapScreen_C_SetLegend"); \ static_assert(sizeof(UI_BP_HogsmeadeMapScreen_C_SetLegend) == 0x000010, "Wrong size on UI_BP_HogsmeadeMapScreen_C_SetLegend"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_SetLegend, LegendStrings) == 0x000000, "Member 'UI_BP_HogsmeadeMapScreen_C_SetLegend::LegendStrings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogsmeadeMapScreen_C_SetCoverVisibility_Event \ static_assert(alignof(UI_BP_HogsmeadeMapScreen_C_SetCoverVisibility_Event) == 0x000001, "Wrong alignment on UI_BP_HogsmeadeMapScreen_C_SetCoverVisibility_Event"); \ static_assert(sizeof(UI_BP_HogsmeadeMapScreen_C_SetCoverVisibility_Event) == 0x000001, "Wrong size on UI_BP_HogsmeadeMapScreen_C_SetCoverVisibility_Event"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_SetCoverVisibility_Event, Enable) == 0x000000, "Member 'UI_BP_HogsmeadeMapScreen_C_SetCoverVisibility_Event::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogsmeadeMapScreen_C_SetButtonPrompt \ static_assert(alignof(UI_BP_HogsmeadeMapScreen_C_SetButtonPrompt) == 0x000008, "Wrong alignment on UI_BP_HogsmeadeMapScreen_C_SetButtonPrompt"); \ static_assert(sizeof(UI_BP_HogsmeadeMapScreen_C_SetButtonPrompt) == 0x000030, "Wrong size on UI_BP_HogsmeadeMapScreen_C_SetButtonPrompt"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_SetButtonPrompt, NewParam) == 0x000000, "Member 'UI_BP_HogsmeadeMapScreen_C_SetButtonPrompt::NewParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_SetButtonPrompt, CallFunc_Get_ReturnValue) == 0x000010, "Member 'UI_BP_HogsmeadeMapScreen_C_SetButtonPrompt::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_SetButtonPrompt, CallFunc_GetFieldGuideWidget_ReturnValue) == 0x000018, "Member 'UI_BP_HogsmeadeMapScreen_C_SetButtonPrompt::CallFunc_GetFieldGuideWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_SetButtonPrompt, K2Node_DynamicCast_AsUI_BP_Field_Guide) == 0x000020, "Member 'UI_BP_HogsmeadeMapScreen_C_SetButtonPrompt::K2Node_DynamicCast_AsUI_BP_Field_Guide' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_SetButtonPrompt, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'UI_BP_HogsmeadeMapScreen_C_SetButtonPrompt::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction) == 0x0000E0, "Wrong size on UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000004, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000005, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue) == 0x000006, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000007, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00000C, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000010, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000018, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_Get_ReturnValue) == 0x000020, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetHogsmeadeMap_ReturnValue) == 0x000028, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetHogsmeadeMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetMapSubSystem_ReturnValue) == 0x000030, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetMapSubSystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetHoveredIcon_ReturnValue) == 0x000038, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetHoveredIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetHogsmeadeMap_ReturnValue_1) == 0x000040, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetHogsmeadeMap_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetBeaconDescShort_ReturnValue) == 0x000048, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetBeaconDescShort_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetIsMouseDragging_ReturnValue) == 0x000058, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetIsMouseDragging_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_CanGoToMissionLogFromIcon_ReturnValue) == 0x000059, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_CanGoToMissionLogFromIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue) == 0x00005A, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000060, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_Get_ReturnValue_1) == 0x000068, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetMapSubSystem_ReturnValue_1) == 0x000070, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetMapSubSystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000078, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetHogsmeadeMap_ReturnValue_2) == 0x000080, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetHogsmeadeMap_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetHoveredIcon_ReturnValue_1) == 0x000088, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetHoveredIcon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetMapBase_ReturnValue) == 0x000090, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetMapBase_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetBeaconFastTravelLocationID_ReturnValue) == 0x000098, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetBeaconFastTravelLocationID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_IsFTPointValidPreFIG01b_ReturnValue) == 0x0000A8, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_IsFTPointValidPreFIG01b_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue_1) == 0x0000A9, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetUIManagerPure_ReturnValue) == 0x0000B0, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x0000B8, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetGameInstanceSubsystem_ReturnValue_2) == 0x0000C0, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetGameInstanceSubsystem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetUsingGamePad_ReturnValue) == 0x0000C8, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetUsingGamePad_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetMapBase_ReturnValue_1) == 0x0000D0, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetMapBase_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue) == 0x0000D8, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_GetMapFadeState_ReturnValue) == 0x0000D9, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_GetMapFadeState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x0000DA, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x0000DB, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x0000DC, "Member 'UI_BP_HogsmeadeMapScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogsmeadeMapScreen_C_SetTooltipAnimations \ static_assert(alignof(UI_BP_HogsmeadeMapScreen_C_SetTooltipAnimations) == 0x000004, "Wrong alignment on UI_BP_HogsmeadeMapScreen_C_SetTooltipAnimations"); \ static_assert(sizeof(UI_BP_HogsmeadeMapScreen_C_SetTooltipAnimations) == 0x000008, "Wrong size on UI_BP_HogsmeadeMapScreen_C_SetTooltipAnimations"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_SetTooltipAnimations, CursorX) == 0x000000, "Member 'UI_BP_HogsmeadeMapScreen_C_SetTooltipAnimations::CursorX' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_SetTooltipAnimations, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000004, "Member 'UI_BP_HogsmeadeMapScreen_C_SetTooltipAnimations::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogsmeadeMapScreen_C_MenuReadLegend \ static_assert(alignof(UI_BP_HogsmeadeMapScreen_C_MenuReadLegend) == 0x000008, "Wrong alignment on UI_BP_HogsmeadeMapScreen_C_MenuReadLegend"); \ static_assert(sizeof(UI_BP_HogsmeadeMapScreen_C_MenuReadLegend) == 0x000018, "Wrong size on UI_BP_HogsmeadeMapScreen_C_MenuReadLegend"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_MenuReadLegend, CallFunc_GetUIManagerPure_ReturnValue) == 0x000000, "Member 'UI_BP_HogsmeadeMapScreen_C_MenuReadLegend::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_MenuReadLegend, CallFunc_GetFieldGuideWidget_ReturnValue) == 0x000008, "Member 'UI_BP_HogsmeadeMapScreen_C_MenuReadLegend::CallFunc_GetFieldGuideWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_MenuReadLegend, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'UI_BP_HogsmeadeMapScreen_C_MenuReadLegend::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth \ static_assert(alignof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth) == 0x000008, "Wrong alignment on UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth"); \ static_assert(sizeof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth) == 0x000088, "Wrong size on UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, CurrentRatio) == 0x000000, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, CurrentWidth) == 0x000004, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::CurrentWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, IdealWidth) == 0x000008, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::IdealWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, IdealRatio) == 0x00000C, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin) == 0x000010, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_1) == 0x000020, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000030, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue_1) == 0x000038, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000040, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000044, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000048, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_2) == 0x00004C, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_3) == 0x00005C, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue) == 0x00006C, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, CallFunc_GetViewportSize_ReturnValue) == 0x000070, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, CallFunc_BreakVector2D_X) == 0x000078, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, CallFunc_BreakVector2D_Y) == 0x00007C, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000080, "Member 'UI_BP_HogsmeadeMapScreen_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogsmeadeMapScreen_C_GetAsyncWrapperRenderSize \ static_assert(alignof(UI_BP_HogsmeadeMapScreen_C_GetAsyncWrapperRenderSize) == 0x000004, "Wrong alignment on UI_BP_HogsmeadeMapScreen_C_GetAsyncWrapperRenderSize"); \ static_assert(sizeof(UI_BP_HogsmeadeMapScreen_C_GetAsyncWrapperRenderSize) == 0x000008, "Wrong size on UI_BP_HogsmeadeMapScreen_C_GetAsyncWrapperRenderSize"); \ static_assert(offsetof(UI_BP_HogsmeadeMapScreen_C_GetAsyncWrapperRenderSize, RenderSize) == 0x000000, "Member 'UI_BP_HogsmeadeMapScreen_C_GetAsyncWrapperRenderSize::RenderSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_HogsmeadeMapScreen_C \ static_assert(alignof(UUI_BP_HogsmeadeMapScreen_C) == 0x000008, "Wrong alignment on UUI_BP_HogsmeadeMapScreen_C"); \ static_assert(sizeof(UUI_BP_HogsmeadeMapScreen_C) == 0x0005E0, "Wrong size on UUI_BP_HogsmeadeMapScreen_C"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, UberGraphFrame) == 0x0004E0, "Member 'UUI_BP_HogsmeadeMapScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, HideMapTooltipRight) == 0x0004E8, "Member 'UUI_BP_HogsmeadeMapScreen_C::HideMapTooltipRight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, ShowMapTooltipRight) == 0x0004F0, "Member 'UUI_BP_HogsmeadeMapScreen_C::ShowMapTooltipRight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, HideMapTooltipLeft) == 0x0004F8, "Member 'UUI_BP_HogsmeadeMapScreen_C::HideMapTooltipLeft' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, ShowMapTooltipLeft) == 0x000500, "Member 'UUI_BP_HogsmeadeMapScreen_C::ShowMapTooltipLeft' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, blurPanel) == 0x000508, "Member 'UUI_BP_HogsmeadeMapScreen_C::blurPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, Cover) == 0x000510, "Member 'UUI_BP_HogsmeadeMapScreen_C::Cover' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, HogwartsButton) == 0x000518, "Member 'UUI_BP_HogsmeadeMapScreen_C::HogwartsButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, IconRetainer) == 0x000520, "Member 'UUI_BP_HogsmeadeMapScreen_C::IconRetainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, mapToolTip) == 0x000528, "Member 'UUI_BP_HogsmeadeMapScreen_C::mapToolTip' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, OverlandButton) == 0x000530, "Member 'UUI_BP_HogsmeadeMapScreen_C::OverlandButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, LegendArray) == 0x000538, "Member 'UUI_BP_HogsmeadeMapScreen_C::LegendArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, ToolTipType) == 0x000548, "Member 'UUI_BP_HogsmeadeMapScreen_C::ToolTipType' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, UpdateMapLegend) == 0x000550, "Member 'UUI_BP_HogsmeadeMapScreen_C::UpdateMapLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, MapIconHover) == 0x000560, "Member 'UUI_BP_HogsmeadeMapScreen_C::MapIconHover' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, OnMapInput) == 0x000568, "Member 'UUI_BP_HogsmeadeMapScreen_C::OnMapInput' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, CurrentMenuIndex) == 0x000578, "Member 'UUI_BP_HogsmeadeMapScreen_C::CurrentMenuIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, OnMenuItemChanged) == 0x000580, "Member 'UUI_BP_HogsmeadeMapScreen_C::OnMenuItemChanged' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, ZoomTimer) == 0x000590, "Member 'UUI_BP_HogsmeadeMapScreen_C::ZoomTimer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, ZoomVal) == 0x000594, "Member 'UUI_BP_HogsmeadeMapScreen_C::ZoomVal' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, areDungeonReqsShowing) == 0x000598, "Member 'UUI_BP_HogsmeadeMapScreen_C::areDungeonReqsShowing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, Travel) == 0x0005A0, "Member 'UUI_BP_HogsmeadeMapScreen_C::Travel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, Map) == 0x0005A8, "Member 'UUI_BP_HogsmeadeMapScreen_C::Map' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, Extra) == 0x0005B0, "Member 'UUI_BP_HogsmeadeMapScreen_C::Extra' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, MapIconModel) == 0x0005B8, "Member 'UUI_BP_HogsmeadeMapScreen_C::MapIconModel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, TooltipIntroAnimation) == 0x0005C0, "Member 'UUI_BP_HogsmeadeMapScreen_C::TooltipIntroAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, TooltipOutroAnimation) == 0x0005C8, "Member 'UUI_BP_HogsmeadeMapScreen_C::TooltipOutroAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogsmeadeMapScreen_C, HogwartsButtonHighlightHandle) == 0x0005D0, "Member 'UUI_BP_HogsmeadeMapScreen_C::HogwartsButtonHighlightHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearThreadSlot_C_SetThreadState \ static_assert(alignof(UI_BP_GearThreadSlot_C_SetThreadState) == 0x000001, "Wrong alignment on UI_BP_GearThreadSlot_C_SetThreadState"); \ static_assert(sizeof(UI_BP_GearThreadSlot_C_SetThreadState) == 0x000005, "Wrong size on UI_BP_GearThreadSlot_C_SetThreadState"); \ static_assert(offsetof(UI_BP_GearThreadSlot_C_SetThreadState, isFilled) == 0x000000, "Member 'UI_BP_GearThreadSlot_C_SetThreadState::isFilled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearThreadSlot_C_SetThreadState, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_GearThreadSlot_C_SetThreadState::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearThreadSlot_C_SetThreadState, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_GearThreadSlot_C_SetThreadState::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearThreadSlot_C_SetThreadState, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_GearThreadSlot_C_SetThreadState::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearThreadSlot_C_SetThreadState, K2Node_Select_Default) == 0x000004, "Member 'UI_BP_GearThreadSlot_C_SetThreadState::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_GearThreadSlot_C \ static_assert(alignof(UUI_BP_GearThreadSlot_C) == 0x000008, "Wrong alignment on UUI_BP_GearThreadSlot_C"); \ static_assert(sizeof(UUI_BP_GearThreadSlot_C) == 0x000270, "Wrong size on UUI_BP_GearThreadSlot_C"); \ static_assert(offsetof(UUI_BP_GearThreadSlot_C, threadFill) == 0x000268, "Member 'UUI_BP_GearThreadSlot_C::threadFill' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S \ static_assert(alignof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S) == 0x000008, "Wrong alignment on ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S"); \ static_assert(sizeof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S) == 0x000070, "Wrong size on ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S, CallFunc_GetAbilityObjectFromClass_ReturnValue) == 0x000028, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S::CallFunc_GetAbilityObjectFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S, K2Node_DynamicCast_AsNPC_Character) == 0x000030, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000039, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S, CallFunc_GetAnimInstance_ReturnValue) == 0x000040, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S, K2Node_Event_Context_2) == 0x000048, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000050, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S, CallFunc_GetAbilityObjectFromClass_ReturnValue_1) == 0x000060, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S::CallFunc_GetAbilityObjectFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000068, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S, CallFunc_BooleanOR_ReturnValue) == 0x000069, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_ExecuteUbergraph_ABL_NPC_RCT_FreezePhysics_S::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityBranch \ static_assert(alignof(ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityEnd \ static_assert(alignof(ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NPC_RCT_FreezePhysics_S_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_FreezePhysics_S_C \ static_assert(alignof(UABL_NPC_RCT_FreezePhysics_S_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_FreezePhysics_S_C"); \ static_assert(sizeof(UABL_NPC_RCT_FreezePhysics_S_C) == 0x0000E8, "Wrong size on UABL_NPC_RCT_FreezePhysics_S_C"); \ static_assert(offsetof(UABL_NPC_RCT_FreezePhysics_S_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_FreezePhysics_S_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BroomPreviewLocator_C \ static_assert(alignof(ABP_BroomPreviewLocator_C) == 0x000008, "Wrong alignment on ABP_BroomPreviewLocator_C"); \ static_assert(sizeof(ABP_BroomPreviewLocator_C) == 0x000260, "Wrong size on ABP_BroomPreviewLocator_C"); \ static_assert(offsetof(ABP_BroomPreviewLocator_C, SceneRigRegisteredActor) == 0x000248, "Member 'ABP_BroomPreviewLocator_C::SceneRigRegisteredActor' has a wrong offset!"); \ static_assert(offsetof(ABP_BroomPreviewLocator_C, BroomPreviewMesh) == 0x000250, "Member 'ABP_BroomPreviewLocator_C::BroomPreviewMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_BroomPreviewLocator_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_BroomPreviewLocator_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_IDP_TraitStat_C_ExecuteUbergraph_UI_BP_FG_IDP_TraitStat \ static_assert(alignof(UI_BP_FG_IDP_TraitStat_C_ExecuteUbergraph_UI_BP_FG_IDP_TraitStat) == 0x000008, "Wrong alignment on UI_BP_FG_IDP_TraitStat_C_ExecuteUbergraph_UI_BP_FG_IDP_TraitStat"); \ static_assert(sizeof(UI_BP_FG_IDP_TraitStat_C_ExecuteUbergraph_UI_BP_FG_IDP_TraitStat) == 0x000020, "Wrong size on UI_BP_FG_IDP_TraitStat_C_ExecuteUbergraph_UI_BP_FG_IDP_TraitStat"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_ExecuteUbergraph_UI_BP_FG_IDP_TraitStat, EntryPoint) == 0x000000, "Member 'UI_BP_FG_IDP_TraitStat_C_ExecuteUbergraph_UI_BP_FG_IDP_TraitStat::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_ExecuteUbergraph_UI_BP_FG_IDP_TraitStat, K2Node_MakeArray_Array) == 0x000008, "Member 'UI_BP_FG_IDP_TraitStat_C_ExecuteUbergraph_UI_BP_FG_IDP_TraitStat::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_ExecuteUbergraph_UI_BP_FG_IDP_TraitStat, K2Node_Event_IsDesignTime) == 0x000018, "Member 'UI_BP_FG_IDP_TraitStat_C_ExecuteUbergraph_UI_BP_FG_IDP_TraitStat::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_IDP_TraitStat_C_PreConstruct \ static_assert(alignof(UI_BP_FG_IDP_TraitStat_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_FG_IDP_TraitStat_C_PreConstruct"); \ static_assert(sizeof(UI_BP_FG_IDP_TraitStat_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_FG_IDP_TraitStat_C_PreConstruct"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_FG_IDP_TraitStat_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_IDP_TraitStat_C_SetTraitData \ static_assert(alignof(UI_BP_FG_IDP_TraitStat_C_SetTraitData) == 0x000008, "Wrong alignment on UI_BP_FG_IDP_TraitStat_C_SetTraitData"); \ static_assert(sizeof(UI_BP_FG_IDP_TraitStat_C_SetTraitData) == 0x000098, "Wrong size on UI_BP_FG_IDP_TraitStat_C_SetTraitData"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_SetTraitData, TraitArray_0) == 0x000000, "Member 'UI_BP_FG_IDP_TraitStat_C_SetTraitData::TraitArray_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_SetTraitData, AvailableTraits) == 0x000010, "Member 'UI_BP_FG_IDP_TraitStat_C_SetTraitData::AvailableTraits' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_SetTraitData, ObjectRarity) == 0x000014, "Member 'UI_BP_FG_IDP_TraitStat_C_SetTraitData::ObjectRarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_SetTraitData, tempTierText) == 0x000020, "Member 'UI_BP_FG_IDP_TraitStat_C_SetTraitData::tempTierText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_SetTraitData, Temp_int_Array_Index_Variable) == 0x000038, "Member 'UI_BP_FG_IDP_TraitStat_C_SetTraitData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_SetTraitData, CallFunc_GetTraitTierValueNumeric_TraitTierValue) == 0x000040, "Member 'UI_BP_FG_IDP_TraitStat_C_SetTraitData::CallFunc_GetTraitTierValueNumeric_TraitTierValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_SetTraitData, CallFunc_GetTraitTierValue_TraitTierValue) == 0x000050, "Member 'UI_BP_FG_IDP_TraitStat_C_SetTraitData::CallFunc_GetTraitTierValue_TraitTierValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_SetTraitData, CallFunc_Array_Get_Item) == 0x000068, "Member 'UI_BP_FG_IDP_TraitStat_C_SetTraitData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_SetTraitData, CallFunc_Conv_NameToString_ReturnValue) == 0x000070, "Member 'UI_BP_FG_IDP_TraitStat_C_SetTraitData::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_SetTraitData, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'UI_BP_FG_IDP_TraitStat_C_SetTraitData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_SetTraitData, Temp_int_Loop_Counter_Variable) == 0x000084, "Member 'UI_BP_FG_IDP_TraitStat_C_SetTraitData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_SetTraitData, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'UI_BP_FG_IDP_TraitStat_C_SetTraitData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_SetTraitData, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'UI_BP_FG_IDP_TraitStat_C_SetTraitData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_SetTraitData, CallFunc_IsValid_ReturnValue) == 0x000091, "Member 'UI_BP_FG_IDP_TraitStat_C_SetTraitData::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_SetTraitData, CallFunc_Add_IntInt_ReturnValue) == 0x000094, "Member 'UI_BP_FG_IDP_TraitStat_C_SetTraitData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_IDP_TraitStat_C_ResetTraits \ static_assert(alignof(UI_BP_FG_IDP_TraitStat_C_ResetTraits) == 0x000008, "Wrong alignment on UI_BP_FG_IDP_TraitStat_C_ResetTraits"); \ static_assert(sizeof(UI_BP_FG_IDP_TraitStat_C_ResetTraits) == 0x000020, "Wrong size on UI_BP_FG_IDP_TraitStat_C_ResetTraits"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_ResetTraits, Temp_int_Array_Index_Variable) == 0x000000, "Member 'UI_BP_FG_IDP_TraitStat_C_ResetTraits::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_ResetTraits, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'UI_BP_FG_IDP_TraitStat_C_ResetTraits::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_ResetTraits, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_FG_IDP_TraitStat_C_ResetTraits::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_ResetTraits, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'UI_BP_FG_IDP_TraitStat_C_ResetTraits::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_ResetTraits, CallFunc_Array_Get_Item) == 0x000010, "Member 'UI_BP_FG_IDP_TraitStat_C_ResetTraits::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_ResetTraits, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_FG_IDP_TraitStat_C_ResetTraits::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_IDP_TraitStat_C_GetTraitTierValue \ static_assert(alignof(UI_BP_FG_IDP_TraitStat_C_GetTraitTierValue) == 0x000008, "Wrong alignment on UI_BP_FG_IDP_TraitStat_C_GetTraitTierValue"); \ static_assert(sizeof(UI_BP_FG_IDP_TraitStat_C_GetTraitTierValue) == 0x000028, "Wrong size on UI_BP_FG_IDP_TraitStat_C_GetTraitTierValue"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GetTraitTierValue, TraitRarity) == 0x000000, "Member 'UI_BP_FG_IDP_TraitStat_C_GetTraitTierValue::TraitRarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GetTraitTierValue, TraitTierValue) == 0x000008, "Member 'UI_BP_FG_IDP_TraitStat_C_GetTraitTierValue::TraitTierValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GetTraitTierValue, K2Node_SwitchName_CmpSuccess) == 0x000020, "Member 'UI_BP_FG_IDP_TraitStat_C_GetTraitTierValue::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_IDP_TraitStat_C_GetTraitTierValueNumeric \ static_assert(alignof(UI_BP_FG_IDP_TraitStat_C_GetTraitTierValueNumeric) == 0x000008, "Wrong alignment on UI_BP_FG_IDP_TraitStat_C_GetTraitTierValueNumeric"); \ static_assert(sizeof(UI_BP_FG_IDP_TraitStat_C_GetTraitTierValueNumeric) == 0x000020, "Wrong size on UI_BP_FG_IDP_TraitStat_C_GetTraitTierValueNumeric"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GetTraitTierValueNumeric, TraitRarity) == 0x000000, "Member 'UI_BP_FG_IDP_TraitStat_C_GetTraitTierValueNumeric::TraitRarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GetTraitTierValueNumeric, TraitTierValue) == 0x000008, "Member 'UI_BP_FG_IDP_TraitStat_C_GetTraitTierValueNumeric::TraitTierValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GetTraitTierValueNumeric, K2Node_SwitchName_CmpSuccess) == 0x000018, "Member 'UI_BP_FG_IDP_TraitStat_C_GetTraitTierValueNumeric::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings) == 0x000098, "Wrong size on UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings, Temp_int_Array_Index_Variable) == 0x000038, "Member 'UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000044, "Member 'UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item) == 0x000048, "Member 'UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000050, "Member 'UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000068, "Member 'UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000078, "Member 'UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000088, "Member 'UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings, CallFunc_Array_Length_ReturnValue) == 0x00008C, "Member 'UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000090, "Member 'UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings, CallFunc_Less_IntInt_ReturnValue) == 0x000091, "Member 'UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000094, "Member 'UI_BP_FG_IDP_TraitStat_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FG_IDP_TraitStat_C \ static_assert(alignof(UUI_BP_FG_IDP_TraitStat_C) == 0x000008, "Wrong alignment on UUI_BP_FG_IDP_TraitStat_C"); \ static_assert(sizeof(UUI_BP_FG_IDP_TraitStat_C) == 0x000380, "Wrong size on UUI_BP_FG_IDP_TraitStat_C"); \ static_assert(offsetof(UUI_BP_FG_IDP_TraitStat_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_FG_IDP_TraitStat_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_IDP_TraitStat_C, trait1) == 0x000330, "Member 'UUI_BP_FG_IDP_TraitStat_C::trait1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_IDP_TraitStat_C, TraitSlotLevel) == 0x000338, "Member 'UUI_BP_FG_IDP_TraitStat_C::TraitSlotLevel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_IDP_TraitStat_C, traitTier) == 0x000340, "Member 'UUI_BP_FG_IDP_TraitStat_C::traitTier' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_IDP_TraitStat_C, FinalTraitArray) == 0x000348, "Member 'UUI_BP_FG_IDP_TraitStat_C::FinalTraitArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_IDP_TraitStat_C, TraitArray) == 0x000358, "Member 'UUI_BP_FG_IDP_TraitStat_C::TraitArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_IDP_TraitStat_C, showAvailableTraits) == 0x000368, "Member 'UUI_BP_FG_IDP_TraitStat_C::showAvailableTraits' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_IDP_TraitStat_C, TraitTierValueNumber) == 0x000370, "Member 'UUI_BP_FG_IDP_TraitStat_C::TraitTierValueNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal) == 0x000108, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, EntryPoint) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, Temp_int_Array_Index_Variable) == 0x000004, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, K2Node_Event_Categories) == 0x000008, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::K2Node_Event_Categories' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, K2Node_Event_Index) == 0x000028, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::K2Node_Event_Index' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, K2Node_Event_NewOwner) == 0x000030, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::K2Node_Event_NewOwner' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, K2Node_Event_Parent) == 0x000038, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_GetPlayerPawn_ReturnValue) == 0x000040, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_GetComponentByClass_ReturnValue) == 0x000048, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, K2Node_Event_IsDesignTime) == 0x000050, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_Array_Get_Item) == 0x000058, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_Conv_TextToString_ReturnValue) == 0x000078, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, Temp_int_Loop_Counter_Variable_1) == 0x000088, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_Less_IntInt_ReturnValue_1) == 0x00008C, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_Add_IntInt_ReturnValue_1) == 0x000090, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, K2Node_MakeStruct_Margin) == 0x000094, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, K2Node_Event_hoveredButton_1) == 0x0000A8, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::K2Node_Event_hoveredButton_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_Create_ReturnValue) == 0x0000B0, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_Array_Add_ReturnValue) == 0x0000B8, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_PostEventAtLocation_ReturnValue) == 0x0000BC, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, K2Node_Event_hoveredButton) == 0x0000C0, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::K2Node_Event_hoveredButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, Temp_int_Array_Index_Variable_1) == 0x0000C8, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, Temp_byte_Variable) == 0x0000CC, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_Array_Get_Item_1) == 0x0000D0, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, K2Node_Event_SelectedCategory) == 0x0000E8, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::K2Node_Event_SelectedCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, Temp_byte_Variable_1) == 0x0000EC, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_GoToCategory_CategoryChanged) == 0x0000ED, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_GoToCategory_CategoryChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, Temp_bool_Variable) == 0x0000EE, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x0000F0, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_GetChildIndex_ReturnValue) == 0x0000F8, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_GetChildIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, CallFunc_GetChildIndex_ReturnValue_1) == 0x0000FC, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::CallFunc_GetChildIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, K2Node_CustomEvent_Visible) == 0x000100, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::K2Node_CustomEvent_Visible' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal, K2Node_Select_Default) == 0x000101, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_ExecuteUbergraph_UI_BP_FG_CategoryNavBarHorizontal::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_SetNavButtonsVisible \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_SetNavButtonsVisible) == 0x000001, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_SetNavButtonsVisible"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_SetNavButtonsVisible) == 0x000001, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_SetNavButtonsVisible"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_SetNavButtonsVisible, Visible) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_SetNavButtonsVisible::Visible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_OnClick \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_OnClick) == 0x000004, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_OnClick"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_OnClick) == 0x000004, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_OnClick"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_OnClick, SelectedCategory) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_OnClick::SelectedCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_OnUnhover \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_OnUnhover) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_OnUnhover"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_OnUnhover) == 0x000008, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_OnUnhover"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_OnUnhover, hoveredButton) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_OnUnhover::hoveredButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_OnHover \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_OnHover) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_OnHover"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_OnHover) == 0x000008, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_OnHover"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_OnHover, hoveredButton) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_OnHover::hoveredButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_PreConstruct \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_PreConstruct"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_PreConstruct"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_SetParent \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_SetParent) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_SetParent"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_SetParent) == 0x000008, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_SetParent"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_SetParent, Parent) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_SetOwner \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_SetOwner) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_SetOwner"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_SetOwner) == 0x000008, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_SetOwner"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_SetOwner, NewOwner) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_SetOwner::NewOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_SetCurCategoryIndex \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_SetCurCategoryIndex) == 0x000004, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_SetCurCategoryIndex"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_SetCurCategoryIndex) == 0x000004, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_SetCurCategoryIndex"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_SetCurCategoryIndex, Index_0) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_SetCurCategoryIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_I_SetCategoryNames \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_I_SetCategoryNames) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_I_SetCategoryNames"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_I_SetCategoryNames) == 0x000010, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_I_SetCategoryNames"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_I_SetCategoryNames, Categories) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_I_SetCategoryNames::Categories' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory) == 0x000050, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory, NewCategoryIndex) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory::NewCategoryIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory, CategoryChanged) == 0x000004, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory::CategoryChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000005, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory, CallFunc_GetChildAt_ReturnValue) == 0x000010, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory, K2Node_DynamicCast_AsIcon_Button_Widget) == 0x000018, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory::K2Node_DynamicCast_AsIcon_Button_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory, CallFunc_GetChildAt_ReturnValue_1) == 0x000028, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory, CallFunc_SetState_ReturnValue) == 0x000030, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory::CallFunc_SetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory, K2Node_DynamicCast_AsIcon_Button_Widget_1) == 0x000038, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory::K2Node_DynamicCast_AsIcon_Button_Widget_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000041, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory, CallFunc_SetState_ReturnValue_1) == 0x000042, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory::CallFunc_SetState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory, CallFunc_Array_LastIndex_ReturnValue) == 0x000044, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000048, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory, CallFunc_BooleanAND_ReturnValue) == 0x000049, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToCategory::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons) == 0x000020, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons, Temp_int_Array_Index_Variable) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons, CallFunc_Array_Get_Item) == 0x000010, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons, CallFunc_SetState_ReturnValue) == 0x00001C, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons::CallFunc_SetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons, CallFunc_Less_IntInt_ReturnValue) == 0x00001D, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_InitCategoryButtons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory) == 0x000004, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory) == 0x00001C, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory, Temp_int_Variable) == 0x000004, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory, CallFunc_Array_LastIndex_ReturnValue) == 0x000008, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory, K2Node_Select_Default) == 0x000014, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory, CallFunc_GoToCategory_CategoryChanged) == 0x000018, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToNextCategory::CallFunc_GoToCategory_CategoryChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_GoToPrevCategory \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToPrevCategory) == 0x000004, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_GoToPrevCategory"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToPrevCategory) == 0x000018, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_GoToPrevCategory"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToPrevCategory, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToPrevCategory::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToPrevCategory, CallFunc_Array_LastIndex_ReturnValue) == 0x000004, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToPrevCategory::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToPrevCategory, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToPrevCategory::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToPrevCategory, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToPrevCategory::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToPrevCategory, K2Node_Select_Default) == 0x000010, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToPrevCategory::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GoToPrevCategory, CallFunc_GoToCategory_CategoryChanged) == 0x000014, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GoToPrevCategory::CallFunc_GoToCategory_CategoryChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_GetIndexOfButton \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_GetIndexOfButton) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_GetIndexOfButton"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_GetIndexOfButton) == 0x000010, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_GetIndexOfButton"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GetIndexOfButton, Button) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GetIndexOfButton::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GetIndexOfButton, ReturnValue) == 0x000008, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GetIndexOfButton::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GetIndexOfButton, CallFunc_GetChildIndex_ReturnValue) == 0x00000C, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GetIndexOfButton::CallFunc_GetChildIndex_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_GetButtonByIndex \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_GetButtonByIndex) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_GetButtonByIndex"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_GetButtonByIndex) == 0x000018, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_GetButtonByIndex"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GetButtonByIndex, Index_0) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GetButtonByIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GetButtonByIndex, ReturnValue) == 0x000008, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GetButtonByIndex::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GetButtonByIndex, CallFunc_GetButton_Button) == 0x000010, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GetButtonByIndex::CallFunc_GetButton_Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_GetButton \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_GetButton) == 0x000008, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_GetButton"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_GetButton) == 0x000018, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_GetButton"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GetButton, ButtonIndex) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GetButton::ButtonIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GetButton, Button) == 0x000008, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GetButton::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GetButton, CallFunc_Array_Get_Item) == 0x000010, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GetButton::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_CategoryNavBarHorizontal_C_GetAsyncWrapperRenderSize \ static_assert(alignof(UI_BP_FG_CategoryNavBarHorizontal_C_GetAsyncWrapperRenderSize) == 0x000004, "Wrong alignment on UI_BP_FG_CategoryNavBarHorizontal_C_GetAsyncWrapperRenderSize"); \ static_assert(sizeof(UI_BP_FG_CategoryNavBarHorizontal_C_GetAsyncWrapperRenderSize) == 0x000008, "Wrong size on UI_BP_FG_CategoryNavBarHorizontal_C_GetAsyncWrapperRenderSize"); \ static_assert(offsetof(UI_BP_FG_CategoryNavBarHorizontal_C_GetAsyncWrapperRenderSize, RenderSize) == 0x000000, "Member 'UI_BP_FG_CategoryNavBarHorizontal_C_GetAsyncWrapperRenderSize::RenderSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FG_CategoryNavBarHorizontal_C \ static_assert(alignof(UUI_BP_FG_CategoryNavBarHorizontal_C) == 0x000008, "Wrong alignment on UUI_BP_FG_CategoryNavBarHorizontal_C"); \ static_assert(sizeof(UUI_BP_FG_CategoryNavBarHorizontal_C) == 0x000340, "Wrong size on UUI_BP_FG_CategoryNavBarHorizontal_C"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, UberGraphFrame) == 0x000288, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, CategoryListH) == 0x000290, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::CategoryListH' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, LeftButtonOverlay) == 0x000298, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::LeftButtonOverlay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, leftDpad) == 0x0002A0, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::leftDpad' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, NavBarLeftButton) == 0x0002A8, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::NavBarLeftButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, NavBarRightButton) == 0x0002B0, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::NavBarRightButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, RightButtonOverlay) == 0x0002B8, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::RightButtonOverlay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, rightDpad) == 0x0002C0, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::rightDpad' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, CategoryButtons) == 0x0002C8, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::CategoryButtons' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, HoveredCategory) == 0x0002D8, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::HoveredCategory' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, Owner) == 0x0002E8, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::Owner' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, UnhoveredCategory) == 0x0002F0, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::UnhoveredCategory' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, ChangedCategory) == 0x000300, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::ChangedCategory' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, ShowCategoryNames) == 0x000310, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::ShowCategoryNames' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, ShowCategoryCount) == 0x000311, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::ShowCategoryCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, UseAlternateButtons) == 0x000312, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::UseAlternateButtons' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, AlternatePreviousButton) == 0x000318, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::AlternatePreviousButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, AlternateNextButton) == 0x000328, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::AlternateNextButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_CategoryNavBarHorizontal_C, dpadFontSize) == 0x000338, "Member 'UUI_BP_FG_CategoryNavBarHorizontal_C::dpadFontSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_OpenDoorRightHand_C \ static_assert(alignof(UABL_OpenDoorRightHand_C) == 0x000008, "Wrong alignment on UABL_OpenDoorRightHand_C"); \ static_assert(sizeof(UABL_OpenDoorRightHand_C) == 0x0000C8, "Wrong size on UABL_OpenDoorRightHand_C"); \ #define DUMPER7_ASSERTS_UI_BP_GearStat_C_ExecuteUbergraph_UI_BP_GearStat \ static_assert(alignof(UI_BP_GearStat_C_ExecuteUbergraph_UI_BP_GearStat) == 0x000004, "Wrong alignment on UI_BP_GearStat_C_ExecuteUbergraph_UI_BP_GearStat"); \ static_assert(sizeof(UI_BP_GearStat_C_ExecuteUbergraph_UI_BP_GearStat) == 0x000008, "Wrong size on UI_BP_GearStat_C_ExecuteUbergraph_UI_BP_GearStat"); \ static_assert(offsetof(UI_BP_GearStat_C_ExecuteUbergraph_UI_BP_GearStat, EntryPoint) == 0x000000, "Member 'UI_BP_GearStat_C_ExecuteUbergraph_UI_BP_GearStat::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_ExecuteUbergraph_UI_BP_GearStat, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_GearStat_C_ExecuteUbergraph_UI_BP_GearStat::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearStat_C_PreConstruct \ static_assert(alignof(UI_BP_GearStat_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_GearStat_C_PreConstruct"); \ static_assert(sizeof(UI_BP_GearStat_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_GearStat_C_PreConstruct"); \ static_assert(offsetof(UI_BP_GearStat_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_GearStat_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearStat_C_Compare_Stat \ static_assert(alignof(UI_BP_GearStat_C_Compare_Stat) == 0x000008, "Wrong alignment on UI_BP_GearStat_C_Compare_Stat"); \ static_assert(sizeof(UI_BP_GearStat_C_Compare_Stat) == 0x000060, "Wrong size on UI_BP_GearStat_C_Compare_Stat"); \ static_assert(offsetof(UI_BP_GearStat_C_Compare_Stat, CompareValue) == 0x000000, "Member 'UI_BP_GearStat_C_Compare_Stat::CompareValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Compare_Stat, TempDefenseColorTag) == 0x000008, "Member 'UI_BP_GearStat_C_Compare_Stat::TempDefenseColorTag' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Compare_Stat, TempAttackColorTag) == 0x000018, "Member 'UI_BP_GearStat_C_Compare_Stat::TempAttackColorTag' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Compare_Stat, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_GearStat_C_Compare_Stat::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Compare_Stat, CallFunc_Greater_IntInt_ReturnValue) == 0x000029, "Member 'UI_BP_GearStat_C_Compare_Stat::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Compare_Stat, K2Node_MakeStruct_DataTableRowHandle) == 0x000030, "Member 'UI_BP_GearStat_C_Compare_Stat::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Compare_Stat, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000040, "Member 'UI_BP_GearStat_C_Compare_Stat::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Compare_Stat, K2Node_MakeStruct_DataTableRowHandle_2) == 0x000050, "Member 'UI_BP_GearStat_C_Compare_Stat::K2Node_MakeStruct_DataTableRowHandle_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearStat_C_Set_Stat \ static_assert(alignof(UI_BP_GearStat_C_Set_Stat) == 0x000008, "Wrong alignment on UI_BP_GearStat_C_Set_Stat"); \ static_assert(sizeof(UI_BP_GearStat_C_Set_Stat) == 0x0000B0, "Wrong size on UI_BP_GearStat_C_Set_Stat"); \ static_assert(offsetof(UI_BP_GearStat_C_Set_Stat, StatType) == 0x000000, "Member 'UI_BP_GearStat_C_Set_Stat::StatType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Set_Stat, offenseValue) == 0x000004, "Member 'UI_BP_GearStat_C_Set_Stat::offenseValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Set_Stat, defenseValue) == 0x000008, "Member 'UI_BP_GearStat_C_Set_Stat::defenseValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Set_Stat, isUnidentified) == 0x00000C, "Member 'UI_BP_GearStat_C_Set_Stat::isUnidentified' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Set_Stat, isMainStat) == 0x00000D, "Member 'UI_BP_GearStat_C_Set_Stat::isMainStat' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Set_Stat, TempStatMessage) == 0x000010, "Member 'UI_BP_GearStat_C_Set_Stat::TempStatMessage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Set_Stat, TempStatTitle) == 0x000020, "Member 'UI_BP_GearStat_C_Set_Stat::TempStatTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Set_Stat, statIconID) == 0x000030, "Member 'UI_BP_GearStat_C_Set_Stat::statIconID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Set_Stat, Temp_bool_Variable) == 0x000040, "Member 'UI_BP_GearStat_C_Set_Stat::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Set_Stat, K2Node_SwitchEnum_CmpSuccess) == 0x000041, "Member 'UI_BP_GearStat_C_Set_Stat::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Set_Stat, Temp_text_Variable) == 0x000048, "Member 'UI_BP_GearStat_C_Set_Stat::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Set_Stat, CallFunc_Greater_IntInt_ReturnValue) == 0x000060, "Member 'UI_BP_GearStat_C_Set_Stat::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Set_Stat, CallFunc_Conv_IntToText_ReturnValue) == 0x000068, "Member 'UI_BP_GearStat_C_Set_Stat::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Set_Stat, K2Node_Select_Default) == 0x000080, "Member 'UI_BP_GearStat_C_Set_Stat::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Set_Stat, K2Node_MakeStruct_DataTableRowHandle) == 0x000098, "Member 'UI_BP_GearStat_C_Set_Stat::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_Set_Stat, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x0000A8, "Member 'UI_BP_GearStat_C_Set_Stat::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearStat_C_ResetStatCompare \ static_assert(alignof(UI_BP_GearStat_C_ResetStatCompare) == 0x000008, "Wrong alignment on UI_BP_GearStat_C_ResetStatCompare"); \ static_assert(sizeof(UI_BP_GearStat_C_ResetStatCompare) == 0x000030, "Wrong size on UI_BP_GearStat_C_ResetStatCompare"); \ static_assert(offsetof(UI_BP_GearStat_C_ResetStatCompare, TempDefenseColorTag) == 0x000000, "Member 'UI_BP_GearStat_C_ResetStatCompare::TempDefenseColorTag' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_ResetStatCompare, TempAttackColorTag) == 0x000010, "Member 'UI_BP_GearStat_C_ResetStatCompare::TempAttackColorTag' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_ResetStatCompare, K2Node_MakeStruct_DataTableRowHandle) == 0x000020, "Member 'UI_BP_GearStat_C_ResetStatCompare::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearStat_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_GearStat_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_GearStat_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_GearStat_C_GatherMenuReaderStrings) == 0x0000D0, "Wrong size on UI_BP_GearStat_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000038, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000039, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_1) == 0x00006C, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00006D, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000070, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000088, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000098, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_2) == 0x00009C, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x00009D, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x0000A0, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000B8, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearStat_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000C8, "Member 'UI_BP_GearStat_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_GearStat_C \ static_assert(alignof(UUI_BP_GearStat_C) == 0x000008, "Wrong alignment on UUI_BP_GearStat_C"); \ static_assert(sizeof(UUI_BP_GearStat_C) == 0x000370, "Wrong size on UUI_BP_GearStat_C"); \ static_assert(offsetof(UUI_BP_GearStat_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_GearStat_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearStat_C, stat_Value) == 0x000330, "Member 'UUI_BP_GearStat_C::stat_Value' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearStat_C, statArrow) == 0x000338, "Member 'UUI_BP_GearStat_C::statArrow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearStat_C, statBox) == 0x000340, "Member 'UUI_BP_GearStat_C::statBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearStat_C, statIcon) == 0x000348, "Member 'UUI_BP_GearStat_C::statIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearStat_C, statTitle) == 0x000350, "Member 'UUI_BP_GearStat_C::statTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearStat_C, upgradeMessage) == 0x000358, "Member 'UUI_BP_GearStat_C::upgradeMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearStat_C, DefenseStat) == 0x000360, "Member 'UUI_BP_GearStat_C::DefenseStat' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearStat_C, StatValue) == 0x000364, "Member 'UUI_BP_GearStat_C::StatValue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearStat_C, CanCompareStat) == 0x000368, "Member 'UUI_BP_GearStat_C::CanCompareStat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_UserInput_Aiming_C \ static_assert(alignof(UBP_UserInput_Aiming_C) == 0x000008, "Wrong alignment on UBP_UserInput_Aiming_C"); \ static_assert(sizeof(UBP_UserInput_Aiming_C) == 0x000260, "Wrong size on UBP_UserInput_Aiming_C"); \ #define DUMPER7_ASSERTS_UI_BP_GearUpgradeMarker_C_SetMarker \ static_assert(alignof(UI_BP_GearUpgradeMarker_C_SetMarker) == 0x000001, "Wrong alignment on UI_BP_GearUpgradeMarker_C_SetMarker"); \ static_assert(sizeof(UI_BP_GearUpgradeMarker_C_SetMarker) == 0x000005, "Wrong size on UI_BP_GearUpgradeMarker_C_SetMarker"); \ static_assert(offsetof(UI_BP_GearUpgradeMarker_C_SetMarker, ShowMorker) == 0x000000, "Member 'UI_BP_GearUpgradeMarker_C_SetMarker::ShowMorker' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearUpgradeMarker_C_SetMarker, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_GearUpgradeMarker_C_SetMarker::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearUpgradeMarker_C_SetMarker, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_GearUpgradeMarker_C_SetMarker::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearUpgradeMarker_C_SetMarker, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_GearUpgradeMarker_C_SetMarker::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearUpgradeMarker_C_SetMarker, K2Node_Select_Default) == 0x000004, "Member 'UI_BP_GearUpgradeMarker_C_SetMarker::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_GearUpgradeMarker_C \ static_assert(alignof(UUI_BP_GearUpgradeMarker_C) == 0x000008, "Wrong alignment on UUI_BP_GearUpgradeMarker_C"); \ static_assert(sizeof(UUI_BP_GearUpgradeMarker_C) == 0x000270, "Wrong size on UUI_BP_GearUpgradeMarker_C"); \ static_assert(offsetof(UUI_BP_GearUpgradeMarker_C, upgradeFill) == 0x000268, "Member 'UUI_BP_GearUpgradeMarker_C::upgradeFill' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TombProtector_Spawn_StepDown_C \ static_assert(alignof(UABL_TombProtector_Spawn_StepDown_C) == 0x000008, "Wrong alignment on UABL_TombProtector_Spawn_StepDown_C"); \ static_assert(sizeof(UABL_TombProtector_Spawn_StepDown_C) == 0x0000C8, "Wrong size on UABL_TombProtector_Spawn_StepDown_C"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VDP_ItemValue_C_UpdateCost \ static_assert(alignof(UI_BP_FG_VDP_ItemValue_C_UpdateCost) == 0x000008, "Wrong alignment on UI_BP_FG_VDP_ItemValue_C_UpdateCost"); \ static_assert(sizeof(UI_BP_FG_VDP_ItemValue_C_UpdateCost) == 0x000038, "Wrong size on UI_BP_FG_VDP_ItemValue_C_UpdateCost"); \ static_assert(offsetof(UI_BP_FG_VDP_ItemValue_C_UpdateCost, PlayerMoney) == 0x000000, "Member 'UI_BP_FG_VDP_ItemValue_C_UpdateCost::PlayerMoney' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VDP_ItemValue_C_UpdateCost, Cost) == 0x000004, "Member 'UI_BP_FG_VDP_ItemValue_C_UpdateCost::Cost' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VDP_ItemValue_C_UpdateCost, SellBuyQuantity) == 0x000008, "Member 'UI_BP_FG_VDP_ItemValue_C_UpdateCost::SellBuyQuantity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VDP_ItemValue_C_UpdateCost, IsBuying) == 0x00000C, "Member 'UI_BP_FG_VDP_ItemValue_C_UpdateCost::IsBuying' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VDP_ItemValue_C_UpdateCost, CallFunc_Not_PreBool_ReturnValue) == 0x00000D, "Member 'UI_BP_FG_VDP_ItemValue_C_UpdateCost::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VDP_ItemValue_C_UpdateCost, CallFunc_Multiply_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_FG_VDP_ItemValue_C_UpdateCost::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VDP_ItemValue_C_UpdateCost, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x000014, "Member 'UI_BP_FG_VDP_ItemValue_C_UpdateCost::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VDP_ItemValue_C_UpdateCost, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_FG_VDP_ItemValue_C_UpdateCost::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VDP_ItemValue_C_UpdateCost, CallFunc_BooleanOR_ReturnValue) == 0x000019, "Member 'UI_BP_FG_VDP_ItemValue_C_UpdateCost::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VDP_ItemValue_C_UpdateCost, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'UI_BP_FG_VDP_ItemValue_C_UpdateCost::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VDP_ItemValue_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FG_VDP_ItemValue_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FG_VDP_ItemValue_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FG_VDP_ItemValue_C_GatherMenuReaderStrings) == 0x000048, "Wrong size on UI_BP_FG_VDP_ItemValue_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FG_VDP_ItemValue_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FG_VDP_ItemValue_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VDP_ItemValue_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FG_VDP_ItemValue_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VDP_ItemValue_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FG_VDP_ItemValue_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VDP_ItemValue_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FG_VDP_ItemValue_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VDP_ItemValue_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_FG_VDP_ItemValue_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FG_VDP_ItemValue_C \ static_assert(alignof(UUI_BP_FG_VDP_ItemValue_C) == 0x000008, "Wrong alignment on UUI_BP_FG_VDP_ItemValue_C"); \ static_assert(sizeof(UUI_BP_FG_VDP_ItemValue_C) == 0x000348, "Wrong size on UUI_BP_FG_VDP_ItemValue_C"); \ static_assert(offsetof(UUI_BP_FG_VDP_ItemValue_C, countBox) == 0x000328, "Member 'UUI_BP_FG_VDP_ItemValue_C::countBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VDP_ItemValue_C, gearHeader) == 0x000330, "Member 'UUI_BP_FG_VDP_ItemValue_C::gearHeader' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VDP_ItemValue_C, moneyBar) == 0x000338, "Member 'UUI_BP_FG_VDP_ItemValue_C::moneyBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VDP_ItemValue_C, Quantity) == 0x000340, "Member 'UUI_BP_FG_VDP_ItemValue_C::Quantity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_ItemGroup_C_ExecuteUbergraph_UI_BP_Vendor_ItemGroup \ static_assert(alignof(UI_BP_Vendor_ItemGroup_C_ExecuteUbergraph_UI_BP_Vendor_ItemGroup) == 0x000004, "Wrong alignment on UI_BP_Vendor_ItemGroup_C_ExecuteUbergraph_UI_BP_Vendor_ItemGroup"); \ static_assert(sizeof(UI_BP_Vendor_ItemGroup_C_ExecuteUbergraph_UI_BP_Vendor_ItemGroup) == 0x000008, "Wrong size on UI_BP_Vendor_ItemGroup_C_ExecuteUbergraph_UI_BP_Vendor_ItemGroup"); \ static_assert(offsetof(UI_BP_Vendor_ItemGroup_C_ExecuteUbergraph_UI_BP_Vendor_ItemGroup, EntryPoint) == 0x000000, "Member 'UI_BP_Vendor_ItemGroup_C_ExecuteUbergraph_UI_BP_Vendor_ItemGroup::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_ItemGroup_C_ExecuteUbergraph_UI_BP_Vendor_ItemGroup, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_Vendor_ItemGroup_C_ExecuteUbergraph_UI_BP_Vendor_ItemGroup::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_ItemGroup_C_PreConstruct \ static_assert(alignof(UI_BP_Vendor_ItemGroup_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_Vendor_ItemGroup_C_PreConstruct"); \ static_assert(sizeof(UI_BP_Vendor_ItemGroup_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_Vendor_ItemGroup_C_PreConstruct"); \ static_assert(offsetof(UI_BP_Vendor_ItemGroup_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_Vendor_ItemGroup_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_ItemGroup_C_AddItemButton \ static_assert(alignof(UI_BP_Vendor_ItemGroup_C_AddItemButton) == 0x000008, "Wrong alignment on UI_BP_Vendor_ItemGroup_C_AddItemButton"); \ static_assert(sizeof(UI_BP_Vendor_ItemGroup_C_AddItemButton) == 0x000020, "Wrong size on UI_BP_Vendor_ItemGroup_C_AddItemButton"); \ static_assert(offsetof(UI_BP_Vendor_ItemGroup_C_AddItemButton, ItemButton) == 0x000000, "Member 'UI_BP_Vendor_ItemGroup_C_AddItemButton::ItemButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_ItemGroup_C_AddItemButton, CallFunc_GetChildrenCount_ReturnValue) == 0x000008, "Member 'UI_BP_Vendor_ItemGroup_C_AddItemButton::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_ItemGroup_C_AddItemButton, CallFunc_Divide_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_Vendor_ItemGroup_C_AddItemButton::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_ItemGroup_C_AddItemButton, CallFunc_Percent_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_Vendor_ItemGroup_C_AddItemButton::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_ItemGroup_C_AddItemButton, CallFunc_AddChildToUniformGrid_ReturnValue) == 0x000018, "Member 'UI_BP_Vendor_ItemGroup_C_AddItemButton::CallFunc_AddChildToUniformGrid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_Vendor_ItemGroup_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Vendor_ItemGroup_C \ static_assert(alignof(UUI_BP_Vendor_ItemGroup_C) == 0x000008, "Wrong alignment on UUI_BP_Vendor_ItemGroup_C"); \ static_assert(sizeof(UUI_BP_Vendor_ItemGroup_C) == 0x000348, "Wrong size on UUI_BP_Vendor_ItemGroup_C"); \ static_assert(offsetof(UUI_BP_Vendor_ItemGroup_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_Vendor_ItemGroup_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_ItemGroup_C, ItemCategoryLabel) == 0x000330, "Member 'UUI_BP_Vendor_ItemGroup_C::ItemCategoryLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_ItemGroup_C, ItemGrid) == 0x000338, "Member 'UUI_BP_Vendor_ItemGroup_C::ItemGrid' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_ItemGroup_C, Stride) == 0x000340, "Member 'UUI_BP_Vendor_ItemGroup_C::Stride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Sparkels_C_ExecuteUbergraph_UI_BP_Sparkels \ static_assert(alignof(UI_BP_Sparkels_C_ExecuteUbergraph_UI_BP_Sparkels) == 0x000008, "Wrong alignment on UI_BP_Sparkels_C_ExecuteUbergraph_UI_BP_Sparkels"); \ static_assert(sizeof(UI_BP_Sparkels_C_ExecuteUbergraph_UI_BP_Sparkels) == 0x000010, "Wrong size on UI_BP_Sparkels_C_ExecuteUbergraph_UI_BP_Sparkels"); \ static_assert(offsetof(UI_BP_Sparkels_C_ExecuteUbergraph_UI_BP_Sparkels, EntryPoint) == 0x000000, "Member 'UI_BP_Sparkels_C_ExecuteUbergraph_UI_BP_Sparkels::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Sparkels_C_ExecuteUbergraph_UI_BP_Sparkels, K2Node_CustomEvent_PlayMode) == 0x000004, "Member 'UI_BP_Sparkels_C_ExecuteUbergraph_UI_BP_Sparkels::K2Node_CustomEvent_PlayMode' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Sparkels_C_ExecuteUbergraph_UI_BP_Sparkels, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_Sparkels_C_ExecuteUbergraph_UI_BP_Sparkels::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Sparkels_C_SparkelAnimEvent \ static_assert(alignof(UI_BP_Sparkels_C_SparkelAnimEvent) == 0x000001, "Wrong alignment on UI_BP_Sparkels_C_SparkelAnimEvent"); \ static_assert(sizeof(UI_BP_Sparkels_C_SparkelAnimEvent) == 0x000001, "Wrong size on UI_BP_Sparkels_C_SparkelAnimEvent"); \ static_assert(offsetof(UI_BP_Sparkels_C_SparkelAnimEvent, PlayMode) == 0x000000, "Member 'UI_BP_Sparkels_C_SparkelAnimEvent::PlayMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Sparkels_C \ static_assert(alignof(UUI_BP_Sparkels_C) == 0x000008, "Wrong alignment on UUI_BP_Sparkels_C"); \ static_assert(sizeof(UUI_BP_Sparkels_C) == 0x000280, "Wrong size on UUI_BP_Sparkels_C"); \ static_assert(offsetof(UUI_BP_Sparkels_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_Sparkels_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Sparkels_C, SparkelApear_Swirl) == 0x000270, "Member 'UUI_BP_Sparkels_C::SparkelApear_Swirl' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Sparkels_C, SparkelApear) == 0x000278, "Member 'UUI_BP_Sparkels_C::SparkelApear' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASM_CastleDun_Rail500_broken_A_C \ static_assert(alignof(ASM_CastleDun_Rail500_broken_A_C) == 0x000008, "Wrong alignment on ASM_CastleDun_Rail500_broken_A_C"); \ static_assert(sizeof(ASM_CastleDun_Rail500_broken_A_C) == 0x0002C8, "Wrong size on ASM_CastleDun_Rail500_broken_A_C"); \ static_assert(offsetof(ASM_CastleDun_Rail500_broken_A_C, StaticMeshComponent014) == 0x000248, "Member 'ASM_CastleDun_Rail500_broken_A_C::StaticMeshComponent014' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail500_broken_A_C, StaticMeshComponent013) == 0x000250, "Member 'ASM_CastleDun_Rail500_broken_A_C::StaticMeshComponent013' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail500_broken_A_C, StaticMeshComponent012) == 0x000258, "Member 'ASM_CastleDun_Rail500_broken_A_C::StaticMeshComponent012' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail500_broken_A_C, StaticMeshComponent011) == 0x000260, "Member 'ASM_CastleDun_Rail500_broken_A_C::StaticMeshComponent011' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail500_broken_A_C, StaticMeshComponent010) == 0x000268, "Member 'ASM_CastleDun_Rail500_broken_A_C::StaticMeshComponent010' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail500_broken_A_C, StaticMeshComponent09) == 0x000270, "Member 'ASM_CastleDun_Rail500_broken_A_C::StaticMeshComponent09' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail500_broken_A_C, StaticMeshComponent08) == 0x000278, "Member 'ASM_CastleDun_Rail500_broken_A_C::StaticMeshComponent08' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail500_broken_A_C, StaticMeshComponent07) == 0x000280, "Member 'ASM_CastleDun_Rail500_broken_A_C::StaticMeshComponent07' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail500_broken_A_C, StaticMeshComponent06) == 0x000288, "Member 'ASM_CastleDun_Rail500_broken_A_C::StaticMeshComponent06' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail500_broken_A_C, StaticMeshComponent05) == 0x000290, "Member 'ASM_CastleDun_Rail500_broken_A_C::StaticMeshComponent05' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail500_broken_A_C, StaticMeshComponent04) == 0x000298, "Member 'ASM_CastleDun_Rail500_broken_A_C::StaticMeshComponent04' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail500_broken_A_C, StaticMeshComponent03) == 0x0002A0, "Member 'ASM_CastleDun_Rail500_broken_A_C::StaticMeshComponent03' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail500_broken_A_C, StaticMeshComponent02) == 0x0002A8, "Member 'ASM_CastleDun_Rail500_broken_A_C::StaticMeshComponent02' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail500_broken_A_C, StaticMeshComponent01) == 0x0002B0, "Member 'ASM_CastleDun_Rail500_broken_A_C::StaticMeshComponent01' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail500_broken_A_C, StaticMeshComponent0) == 0x0002B8, "Member 'ASM_CastleDun_Rail500_broken_A_C::StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail500_broken_A_C, SharedRoot) == 0x0002C0, "Member 'ASM_CastleDun_Rail500_broken_A_C::SharedRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New \ static_assert(alignof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New) == 0x000008, "Wrong alignment on UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New) == 0x000660, "Wrong size on UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, EntryPoint) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, Temp_int_Array_Index_Variable) == 0x000004, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CustomEvent_NextAnimation) == 0x000008, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CustomEvent_NextAnimation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CustomEvent_Delay) == 0x000010, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CustomEvent_Delay' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CustomEvent_Owner) == 0x000018, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CustomEvent_Owner' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CustomEvent_NewStepArray) == 0x000028, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CustomEvent_NewStepArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CustomEvent_IsCheckedArray) == 0x000038, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CustomEvent_IsCheckedArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CustomEvent_StateChangedArray) == 0x000048, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CustomEvent_StateChangedArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CustomEvent_RuntimeValueArray1) == 0x000058, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CustomEvent_RuntimeValueArray1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CustomEvent_RuntimeValueArray2) == 0x000068, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CustomEvent_RuntimeValueArray2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CustomEvent_ObjectiveIcon) == 0x000078, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CustomEvent_ObjectiveIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CustomEvent_IconTint) == 0x000088, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CustomEvent_IconTint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Array_Get_Item) == 0x000098, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Array_Get_Item_1) == 0x00009C, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_MakeStruct_FormatArgumentData) == 0x0000A0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Array_Get_Item_2) == 0x000120, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_MakeArray_Array) == 0x000128, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Not_PreBool_ReturnValue) == 0x000138, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Array_Get_Item_3) == 0x000139, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Array_Get_Item_4) == 0x000140, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_BooleanAND_ReturnValue) == 0x000150, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_AVATranslate_ReturnValue) == 0x000158, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_BooleanAND_ReturnValue_1) == 0x000170, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Format_ReturnValue) == 0x000178, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Not_PreBool_ReturnValue_1) == 0x000190, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Conv_TextToString_ReturnValue) == 0x000198, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Array_Length_ReturnValue) == 0x0001A8, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveText) == 0x0001B0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveChecked) == 0x0001C0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveCheckChanged) == 0x0001D0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveCheckChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveRuntimeValue1) == 0x0001E0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveRuntimeValue1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveRuntimeValue2) == 0x0001F0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveRuntimeValue2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Array_LastIndex_ReturnValue) == 0x000200, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_updateType) == 0x000204, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_updateType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_updateTitle) == 0x000208, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_updateTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_bannerText) == 0x000210, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_bannerText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_bannerText2) == 0x000218, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_bannerText2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_bShowTrackMission) == 0x000220, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_bShowTrackMission' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveText_1) == 0x000228, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveText_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveChecked_1) == 0x000238, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveChecked_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveCheckChanged_1) == 0x000248, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveCheckChanged_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveRuntimeValue1_1) == 0x000258, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveRuntimeValue1_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveRuntimeValue2_1) == 0x000268, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveRuntimeValue2_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Array_Get_Item_5) == 0x000278, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_GetDisplayedMissionIcon_ReturnValue) == 0x000280, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_GetDisplayedMissionIcon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000290, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Conv_NameToString_ReturnValue) == 0x000298, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Conv_NameToString_ReturnValue_1) == 0x0002A8, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_SwitchEnum_CmpSuccess) == 0x0002B8, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_IsAnimationPlaying_ReturnValue) == 0x0002B9, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Array_LastIndex_ReturnValue_1) == 0x0002BC, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Array_LastIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_BooleanOR_ReturnValue) == 0x0002C0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_updateType_1) == 0x0002C1, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_updateType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_updateTitle_1) == 0x0002C4, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_updateTitle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_bannerText_1) == 0x0002CC, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_bannerText_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_bannerText2_1) == 0x0002D4, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_bannerText2_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_bShowTrackMission_1) == 0x0002DC, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_bShowTrackMission_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveText_2) == 0x0002E0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveText_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveChecked_2) == 0x0002F0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveChecked_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveCheckChanged_2) == 0x000300, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveCheckChanged_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveRuntimeValue1_2) == 0x000310, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveRuntimeValue1_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveRuntimeValue2_2) == 0x000320, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveRuntimeValue2_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_MissionDescription) == 0x000330, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_MissionDescription' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_MissionTypeIcon) == 0x000340, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_MissionTypeIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_MissionObjectiveIcon) == 0x000350, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_MissionObjectiveIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_ObjectiveTintColor_1) == 0x000360, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_ObjectiveTintColor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000370, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000371, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_BooleanOR_ReturnValue_1) == 0x000372, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Conv_NameToString_ReturnValue_2) == 0x000378, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Conv_NameToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000388, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_SwitchEnum_CmpSuccess_1) == 0x000389, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_SwitchEnum_CmpSuccess_2) == 0x00038A, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_updateType_2) == 0x00038B, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_updateType_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_updateTitle_2) == 0x00038C, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_updateTitle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_bannerText_2) == 0x000394, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_bannerText_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_bannerText2_2) == 0x00039C, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_bannerText2_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_bShowTrackMission_2) == 0x0003A4, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_bShowTrackMission_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveText_3) == 0x0003A8, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveText_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveChecked_3) == 0x0003B8, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveChecked_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveCheckChanged_3) == 0x0003C8, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveCheckChanged_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveRuntimeValue1_3) == 0x0003D8, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveRuntimeValue1_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_objectiveRuntimeValue2_3) == 0x0003E8, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_objectiveRuntimeValue2_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_GetDisplayedMissionIcon_ReturnValue_1) == 0x0003F8, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_GetDisplayedMissionIcon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Conv_NameToString_ReturnValue_3) == 0x000408, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Conv_NameToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Conv_NameToString_ReturnValue_4) == 0x000418, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Conv_NameToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_SwitchEnum_CmpSuccess_3) == 0x000428, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_SwitchEnum_CmpSuccess_4) == 0x000429, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Array_Identical_ReturnValue) == 0x00042A, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Array_Identical_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_BooleanAND_ReturnValue_2) == 0x00042B, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x00042C, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_BooleanOR_ReturnValue_2) == 0x00042D, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_GetPlayerController_ReturnValue) == 0x000430, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, Temp_byte_Variable) == 0x000438, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Create_ReturnValue) == 0x000440, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000448, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, Temp_byte_Variable_1) == 0x000450, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Not_PreBool_ReturnValue_2) == 0x000451, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Array_Length_ReturnValue_1) == 0x000454, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000458, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_BooleanAND_ReturnValue_3) == 0x000459, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, Temp_bool_Variable) == 0x00045A, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Select_Default) == 0x00045B, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_MakeStruct_Margin) == 0x00045C, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Not_PreBool_ReturnValue_3) == 0x00046C, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x00046D, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Not_PreBool_ReturnValue_4) == 0x00046E, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_BooleanAND_ReturnValue_4) == 0x00046F, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CreateDelegate_OutputDelegate) == 0x000470, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_AsyncFindIconTexWithCallback_ReturnValue) == 0x000480, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_AsyncFindIconTexWithCallback_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Get_ReturnValue) == 0x000488, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000490, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CreateDelegate_OutputDelegate_1) == 0x000494, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PostEventAtLocation_ReturnValue) == 0x0004A4, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_ReplaceInputActions_ReturnValue) == 0x0004A8, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_ReplaceInputActions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Conv_StringToText_ReturnValue) == 0x0004B8, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CreateDelegate_OutputDelegate_2) == 0x0004D0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_HermesBindFloat_Handle) == 0x0004E0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_HermesBindFloat_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0004F0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x0004F4, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Get_ReturnValue_1) == 0x0004F8, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1) == 0x000500, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x000504, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PostEventAtLocation_ReturnValue_4) == 0x000508, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PostEventAtLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PostEventAtLocation_ReturnValue_5) == 0x00050C, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PostEventAtLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PostEventAtLocation_ReturnValue_6) == 0x000510, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PostEventAtLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PostEventAtLocation_ReturnValue_7) == 0x000514, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PostEventAtLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PostEventAtLocation_ReturnValue_8) == 0x000518, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PostEventAtLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, Temp_bool_Variable_1) == 0x00051C, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, Temp_bool_Variable_2) == 0x00051D, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Array_Contains_ReturnValue) == 0x00051E, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Select_Default_1) == 0x000520, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_BooleanAND_ReturnValue_5) == 0x000528, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PlayAnimationForward_ReturnValue) == 0x000530, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PostEventAtLocation_ReturnValue_9) == 0x000538, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PostEventAtLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CreateDelegate_OutputDelegate_3) == 0x00053C, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PostEventAtLocation_ReturnValue_10) == 0x00054C, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PostEventAtLocation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PostEventAtLocation_ReturnValue_11) == 0x000550, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PostEventAtLocation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PostEventAtLocation_ReturnValue_12) == 0x000554, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PostEventAtLocation_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PostEventAtLocation_ReturnValue_13) == 0x000558, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PostEventAtLocation_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CreateDelegate_OutputDelegate_4) == 0x00055C, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000570, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PlayAnimationForward_ReturnValue_2) == 0x000578, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PlayAnimationForward_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PlayAnimationForward_ReturnValue_3) == 0x000580, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PlayAnimationForward_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CustomEvent_MinimapSize) == 0x000588, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CustomEvent_MinimapSize' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, Temp_int_Loop_Counter_Variable) == 0x00058C, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, Temp_int_Array_Index_Variable_1) == 0x000590, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Less_IntInt_ReturnValue) == 0x000594, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Add_IntInt_ReturnValue) == 0x000598, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CustomEvent_Caller_1) == 0x0005A0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CustomEvent_Float) == 0x0005A8, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CustomEvent_Float' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, Temp_int_Loop_Counter_Variable_1) == 0x0005AC, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CreateDelegate_OutputDelegate_5) == 0x0005B0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Add_IntInt_ReturnValue_1) == 0x0005C0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_BooleanOR_ReturnValue_3) == 0x0005C4, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Event_ObjectiveTintColor) == 0x0005C8, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Event_ObjectiveTintColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, Temp_byte_Variable_2) == 0x0005D8, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Get_ReturnValue_2) == 0x0005E0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CustomEvent_Caller) == 0x0005E8, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_HermesBindEvent_Handle) == 0x0005F0, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, Temp_byte_Variable_3) == 0x000600, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_GetAllChildren_ReturnValue) == 0x000608, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Array_Get_Item_6) == 0x000618, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Array_Length_ReturnValue_2) == 0x000620, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_DynamicCast_AsUI_BP_Mission_Banner_Checkbox) == 0x000628, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_DynamicCast_AsUI_BP_Mission_Banner_Checkbox' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_DynamicCast_bSuccess) == 0x000630, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_Less_IntInt_ReturnValue_1) == 0x000631, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CustomEvent_LoadedTexture) == 0x000638, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CustomEvent_LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_CustomEvent_CallbackParam) == 0x000640, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_CustomEvent_CallbackParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, Temp_bool_Variable_3) == 0x000648, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, K2Node_Select_Default_2) == 0x000649, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PlayAnimationForward_ReturnValue_4) == 0x000650, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PlayAnimationForward_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New, CallFunc_PostEventAtLocation_ReturnValue_14) == 0x000658, "Member 'UI_BP_MissionBanner_New_C_ExecuteUbergraph_UI_BP_MissionBanner_New::CallFunc_PostEventAtLocation_ReturnValue_14' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_MissionCardLoaded \ static_assert(alignof(UI_BP_MissionBanner_New_C_MissionCardLoaded) == 0x000008, "Wrong alignment on UI_BP_MissionBanner_New_C_MissionCardLoaded"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_MissionCardLoaded) == 0x000010, "Wrong size on UI_BP_MissionBanner_New_C_MissionCardLoaded"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_MissionCardLoaded, LoadedTexture) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_MissionCardLoaded::LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_MissionCardLoaded, CallbackParam) == 0x000008, "Member 'UI_BP_MissionBanner_New_C_MissionCardLoaded::CallbackParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_RefreshButtonCallouts \ static_assert(alignof(UI_BP_MissionBanner_New_C_RefreshButtonCallouts) == 0x000008, "Wrong alignment on UI_BP_MissionBanner_New_C_RefreshButtonCallouts"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_RefreshButtonCallouts) == 0x000008, "Wrong size on UI_BP_MissionBanner_New_C_RefreshButtonCallouts"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_RefreshButtonCallouts, Caller) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_RefreshButtonCallouts::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_UpdateColorBlindColors \ static_assert(alignof(UI_BP_MissionBanner_New_C_UpdateColorBlindColors) == 0x000004, "Wrong alignment on UI_BP_MissionBanner_New_C_UpdateColorBlindColors"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_UpdateColorBlindColors) == 0x000010, "Wrong size on UI_BP_MissionBanner_New_C_UpdateColorBlindColors"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_UpdateColorBlindColors, ObjectiveTintColor) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_UpdateColorBlindColors::ObjectiveTintColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_EventAdjustMinimapSize \ static_assert(alignof(UI_BP_MissionBanner_New_C_EventAdjustMinimapSize) == 0x000008, "Wrong alignment on UI_BP_MissionBanner_New_C_EventAdjustMinimapSize"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_EventAdjustMinimapSize) == 0x000010, "Wrong size on UI_BP_MissionBanner_New_C_EventAdjustMinimapSize"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_EventAdjustMinimapSize, Caller) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_EventAdjustMinimapSize::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_EventAdjustMinimapSize, float_0) == 0x000008, "Member 'UI_BP_MissionBanner_New_C_EventAdjustMinimapSize::float_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_RepositionAfterMinimapScaleAdjust \ static_assert(alignof(UI_BP_MissionBanner_New_C_RepositionAfterMinimapScaleAdjust) == 0x000001, "Wrong alignment on UI_BP_MissionBanner_New_C_RepositionAfterMinimapScaleAdjust"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_RepositionAfterMinimapScaleAdjust) == 0x000001, "Wrong size on UI_BP_MissionBanner_New_C_RepositionAfterMinimapScaleAdjust"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_RepositionAfterMinimapScaleAdjust, MiniMapSize) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_RepositionAfterMinimapScaleAdjust::MiniMapSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_UpdateExistingStepBanner \ static_assert(alignof(UI_BP_MissionBanner_New_C_UpdateExistingStepBanner) == 0x000008, "Wrong alignment on UI_BP_MissionBanner_New_C_UpdateExistingStepBanner"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_UpdateExistingStepBanner) == 0x000050, "Wrong size on UI_BP_MissionBanner_New_C_UpdateExistingStepBanner"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_UpdateExistingStepBanner, objectiveText) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_UpdateExistingStepBanner::objectiveText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_UpdateExistingStepBanner, objectiveChecked) == 0x000010, "Member 'UI_BP_MissionBanner_New_C_UpdateExistingStepBanner::objectiveChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_UpdateExistingStepBanner, objectiveCheckChanged) == 0x000020, "Member 'UI_BP_MissionBanner_New_C_UpdateExistingStepBanner::objectiveCheckChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_UpdateExistingStepBanner, objectiveRuntimeValue1) == 0x000030, "Member 'UI_BP_MissionBanner_New_C_UpdateExistingStepBanner::objectiveRuntimeValue1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_UpdateExistingStepBanner, objectiveRuntimeValue2) == 0x000040, "Member 'UI_BP_MissionBanner_New_C_UpdateExistingStepBanner::objectiveRuntimeValue2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_LoadMissionSteps \ static_assert(alignof(UI_BP_MissionBanner_New_C_LoadMissionSteps) == 0x000008, "Wrong alignment on UI_BP_MissionBanner_New_C_LoadMissionSteps"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_LoadMissionSteps) == 0x000070, "Wrong size on UI_BP_MissionBanner_New_C_LoadMissionSteps"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_LoadMissionSteps, NewStepArray) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_LoadMissionSteps::NewStepArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_LoadMissionSteps, IsCheckedArray) == 0x000010, "Member 'UI_BP_MissionBanner_New_C_LoadMissionSteps::IsCheckedArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_LoadMissionSteps, StateChangedArray) == 0x000020, "Member 'UI_BP_MissionBanner_New_C_LoadMissionSteps::StateChangedArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_LoadMissionSteps, RuntimeValueArray1) == 0x000030, "Member 'UI_BP_MissionBanner_New_C_LoadMissionSteps::RuntimeValueArray1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_LoadMissionSteps, RuntimeValueArray2) == 0x000040, "Member 'UI_BP_MissionBanner_New_C_LoadMissionSteps::RuntimeValueArray2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_LoadMissionSteps, ObjectiveIcon) == 0x000050, "Member 'UI_BP_MissionBanner_New_C_LoadMissionSteps::ObjectiveIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_LoadMissionSteps, IconTint) == 0x000060, "Member 'UI_BP_MissionBanner_New_C_LoadMissionSteps::IconTint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_ProcessNextBannerAnimation \ static_assert(alignof(UI_BP_MissionBanner_New_C_ProcessNextBannerAnimation) == 0x000008, "Wrong alignment on UI_BP_MissionBanner_New_C_ProcessNextBannerAnimation"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_ProcessNextBannerAnimation) == 0x000018, "Wrong size on UI_BP_MissionBanner_New_C_ProcessNextBannerAnimation"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ProcessNextBannerAnimation, NextAnimation) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_ProcessNextBannerAnimation::NextAnimation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ProcessNextBannerAnimation, Delay) == 0x000008, "Member 'UI_BP_MissionBanner_New_C_ProcessNextBannerAnimation::Delay' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ProcessNextBannerAnimation, Owner) == 0x000010, "Member 'UI_BP_MissionBanner_New_C_ProcessNextBannerAnimation::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner \ static_assert(alignof(UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner) == 0x000008, "Wrong alignment on UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner) == 0x000070, "Wrong size on UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner, updateType) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner::updateType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner, updateTitle) == 0x000004, "Member 'UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner::updateTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner, bannerText) == 0x00000C, "Member 'UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner::bannerText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner, bannerText2) == 0x000014, "Member 'UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner::bannerText2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner, bShowTrackMission) == 0x00001C, "Member 'UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner::bShowTrackMission' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner, objectiveText) == 0x000020, "Member 'UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner::objectiveText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner, objectiveChecked) == 0x000030, "Member 'UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner::objectiveChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner, objectiveCheckChanged) == 0x000040, "Member 'UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner::objectiveCheckChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner, objectiveRuntimeValue1) == 0x000050, "Member 'UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner::objectiveRuntimeValue1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner, objectiveRuntimeValue2) == 0x000060, "Member 'UI_BP_MissionBanner_New_C_ShowBPCelebrationBanner::objectiveRuntimeValue2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_ShowBPStepBanner \ static_assert(alignof(UI_BP_MissionBanner_New_C_ShowBPStepBanner) == 0x000008, "Wrong alignment on UI_BP_MissionBanner_New_C_ShowBPStepBanner"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_ShowBPStepBanner) == 0x0000B0, "Wrong size on UI_BP_MissionBanner_New_C_ShowBPStepBanner"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPStepBanner, updateType) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_ShowBPStepBanner::updateType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPStepBanner, updateTitle) == 0x000004, "Member 'UI_BP_MissionBanner_New_C_ShowBPStepBanner::updateTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPStepBanner, bannerText) == 0x00000C, "Member 'UI_BP_MissionBanner_New_C_ShowBPStepBanner::bannerText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPStepBanner, bannerText2) == 0x000014, "Member 'UI_BP_MissionBanner_New_C_ShowBPStepBanner::bannerText2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPStepBanner, bShowTrackMission) == 0x00001C, "Member 'UI_BP_MissionBanner_New_C_ShowBPStepBanner::bShowTrackMission' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPStepBanner, objectiveText) == 0x000020, "Member 'UI_BP_MissionBanner_New_C_ShowBPStepBanner::objectiveText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPStepBanner, objectiveChecked) == 0x000030, "Member 'UI_BP_MissionBanner_New_C_ShowBPStepBanner::objectiveChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPStepBanner, objectiveCheckChanged) == 0x000040, "Member 'UI_BP_MissionBanner_New_C_ShowBPStepBanner::objectiveCheckChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPStepBanner, objectiveRuntimeValue1) == 0x000050, "Member 'UI_BP_MissionBanner_New_C_ShowBPStepBanner::objectiveRuntimeValue1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPStepBanner, objectiveRuntimeValue2) == 0x000060, "Member 'UI_BP_MissionBanner_New_C_ShowBPStepBanner::objectiveRuntimeValue2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPStepBanner, MissionDescription) == 0x000070, "Member 'UI_BP_MissionBanner_New_C_ShowBPStepBanner::MissionDescription' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPStepBanner, MissionTypeIcon) == 0x000080, "Member 'UI_BP_MissionBanner_New_C_ShowBPStepBanner::MissionTypeIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPStepBanner, MissionObjectiveIcon) == 0x000090, "Member 'UI_BP_MissionBanner_New_C_ShowBPStepBanner::MissionObjectiveIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPStepBanner, ObjectiveTintColor) == 0x0000A0, "Member 'UI_BP_MissionBanner_New_C_ShowBPStepBanner::ObjectiveTintColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_ShowBPMissionBanner \ static_assert(alignof(UI_BP_MissionBanner_New_C_ShowBPMissionBanner) == 0x000008, "Wrong alignment on UI_BP_MissionBanner_New_C_ShowBPMissionBanner"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_ShowBPMissionBanner) == 0x000070, "Wrong size on UI_BP_MissionBanner_New_C_ShowBPMissionBanner"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPMissionBanner, updateType) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_ShowBPMissionBanner::updateType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPMissionBanner, updateTitle) == 0x000004, "Member 'UI_BP_MissionBanner_New_C_ShowBPMissionBanner::updateTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPMissionBanner, bannerText) == 0x00000C, "Member 'UI_BP_MissionBanner_New_C_ShowBPMissionBanner::bannerText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPMissionBanner, bannerText2) == 0x000014, "Member 'UI_BP_MissionBanner_New_C_ShowBPMissionBanner::bannerText2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPMissionBanner, bShowTrackMission) == 0x00001C, "Member 'UI_BP_MissionBanner_New_C_ShowBPMissionBanner::bShowTrackMission' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPMissionBanner, objectiveText) == 0x000020, "Member 'UI_BP_MissionBanner_New_C_ShowBPMissionBanner::objectiveText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPMissionBanner, objectiveChecked) == 0x000030, "Member 'UI_BP_MissionBanner_New_C_ShowBPMissionBanner::objectiveChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPMissionBanner, objectiveCheckChanged) == 0x000040, "Member 'UI_BP_MissionBanner_New_C_ShowBPMissionBanner::objectiveCheckChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPMissionBanner, objectiveRuntimeValue1) == 0x000050, "Member 'UI_BP_MissionBanner_New_C_ShowBPMissionBanner::objectiveRuntimeValue1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ShowBPMissionBanner, objectiveRuntimeValue2) == 0x000060, "Member 'UI_BP_MissionBanner_New_C_ShowBPMissionBanner::objectiveRuntimeValue2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_QueueStepAnimation \ static_assert(alignof(UI_BP_MissionBanner_New_C_QueueStepAnimation) == 0x000008, "Wrong alignment on UI_BP_MissionBanner_New_C_QueueStepAnimation"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_QueueStepAnimation) == 0x000030, "Wrong size on UI_BP_MissionBanner_New_C_QueueStepAnimation"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_QueueStepAnimation, NewAnimation) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_QueueStepAnimation::NewAnimation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_QueueStepAnimation, PreAnimationDelay) == 0x000008, "Member 'UI_BP_MissionBanner_New_C_QueueStepAnimation::PreAnimationDelay' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_QueueStepAnimation, AnimationOwner) == 0x000010, "Member 'UI_BP_MissionBanner_New_C_QueueStepAnimation::AnimationOwner' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_QueueStepAnimation, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'UI_BP_MissionBanner_New_C_QueueStepAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_QueueStepAnimation, CallFunc_Array_Add_ReturnValue) == 0x00001C, "Member 'UI_BP_MissionBanner_New_C_QueueStepAnimation::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_QueueStepAnimation, CallFunc_Array_Add_ReturnValue_1) == 0x000020, "Member 'UI_BP_MissionBanner_New_C_QueueStepAnimation::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_QueueStepAnimation, CallFunc_Array_Add_ReturnValue_2) == 0x000024, "Member 'UI_BP_MissionBanner_New_C_QueueStepAnimation::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_QueueStepAnimation, CallFunc_Array_Add_ReturnValue_3) == 0x000028, "Member 'UI_BP_MissionBanner_New_C_QueueStepAnimation::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_ProgressStepAnimQueue \ static_assert(alignof(UI_BP_MissionBanner_New_C_ProgressStepAnimQueue) == 0x000008, "Wrong alignment on UI_BP_MissionBanner_New_C_ProgressStepAnimQueue"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_ProgressStepAnimQueue) == 0x000038, "Wrong size on UI_BP_MissionBanner_New_C_ProgressStepAnimQueue"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ProgressStepAnimQueue, Owner) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_ProgressStepAnimQueue::Owner' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ProgressStepAnimQueue, Delay) == 0x000008, "Member 'UI_BP_MissionBanner_New_C_ProgressStepAnimQueue::Delay' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ProgressStepAnimQueue, Animation) == 0x000010, "Member 'UI_BP_MissionBanner_New_C_ProgressStepAnimQueue::Animation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ProgressStepAnimQueue, CallFunc_Array_Get_Item) == 0x000018, "Member 'UI_BP_MissionBanner_New_C_ProgressStepAnimQueue::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ProgressStepAnimQueue, CallFunc_Array_Get_Item_1) == 0x000020, "Member 'UI_BP_MissionBanner_New_C_ProgressStepAnimQueue::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ProgressStepAnimQueue, CallFunc_Array_Get_Item_2) == 0x000028, "Member 'UI_BP_MissionBanner_New_C_ProgressStepAnimQueue::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ProgressStepAnimQueue, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'UI_BP_MissionBanner_New_C_ProgressStepAnimQueue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ProgressStepAnimQueue, CallFunc_Greater_IntInt_ReturnValue) == 0x000034, "Member 'UI_BP_MissionBanner_New_C_ProgressStepAnimQueue::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_IsSameStepAsLast \ static_assert(alignof(UI_BP_MissionBanner_New_C_IsSameStepAsLast) == 0x000008, "Wrong alignment on UI_BP_MissionBanner_New_C_IsSameStepAsLast"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_IsSameStepAsLast) == 0x000030, "Wrong size on UI_BP_MissionBanner_New_C_IsSameStepAsLast"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_IsSameStepAsLast, objectiveText) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_IsSameStepAsLast::objectiveText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_IsSameStepAsLast, Same) == 0x000010, "Member 'UI_BP_MissionBanner_New_C_IsSameStepAsLast::Same' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_IsSameStepAsLast, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'UI_BP_MissionBanner_New_C_IsSameStepAsLast::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_IsSameStepAsLast, CallFunc_Array_Length_ReturnValue_1) == 0x000018, "Member 'UI_BP_MissionBanner_New_C_IsSameStepAsLast::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_IsSameStepAsLast, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'UI_BP_MissionBanner_New_C_IsSameStepAsLast::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_IsSameStepAsLast, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'UI_BP_MissionBanner_New_C_IsSameStepAsLast::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_IsSameStepAsLast, CallFunc_GetChildrenCount_ReturnValue) == 0x000024, "Member 'UI_BP_MissionBanner_New_C_IsSameStepAsLast::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_IsSameStepAsLast, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_MissionBanner_New_C_IsSameStepAsLast::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_IsSameStepAsLast, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000029, "Member 'UI_BP_MissionBanner_New_C_IsSameStepAsLast::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_IsSameStepAsLast, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'UI_BP_MissionBanner_New_C_IsSameStepAsLast::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_GetMissionIconName \ static_assert(alignof(UI_BP_MissionBanner_New_C_GetMissionIconName) == 0x000008, "Wrong alignment on UI_BP_MissionBanner_New_C_GetMissionIconName"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_GetMissionIconName) == 0x000078, "Wrong size on UI_BP_MissionBanner_New_C_GetMissionIconName"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_GetMissionIconName, MissionID) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_GetMissionIconName::MissionID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_GetMissionIconName, IconName) == 0x000008, "Member 'UI_BP_MissionBanner_New_C_GetMissionIconName::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_GetMissionIconName, FinalName) == 0x000018, "Member 'UI_BP_MissionBanner_New_C_GetMissionIconName::FinalName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_GetMissionIconName, CallFunc_Conv_NameToString_ReturnValue) == 0x000028, "Member 'UI_BP_MissionBanner_New_C_GetMissionIconName::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_GetMissionIconName, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'UI_BP_MissionBanner_New_C_GetMissionIconName::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_GetMissionIconName, CallFunc_IconExistsInTable_ReturnValue) == 0x000048, "Member 'UI_BP_MissionBanner_New_C_GetMissionIconName::CallFunc_IconExistsInTable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_GetMissionIconName, CallFunc_Split_LeftS) == 0x000050, "Member 'UI_BP_MissionBanner_New_C_GetMissionIconName::CallFunc_Split_LeftS' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_GetMissionIconName, CallFunc_Split_RightS) == 0x000060, "Member 'UI_BP_MissionBanner_New_C_GetMissionIconName::CallFunc_Split_RightS' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_GetMissionIconName, CallFunc_Split_ReturnValue) == 0x000070, "Member 'UI_BP_MissionBanner_New_C_GetMissionIconName::CallFunc_Split_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_GetMissionIconName, CallFunc_Not_PreBool_ReturnValue) == 0x000071, "Member 'UI_BP_MissionBanner_New_C_GetMissionIconName::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_ToggleStepBannerExpand \ static_assert(alignof(UI_BP_MissionBanner_New_C_ToggleStepBannerExpand) == 0x000001, "Wrong alignment on UI_BP_MissionBanner_New_C_ToggleStepBannerExpand"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_ToggleStepBannerExpand) == 0x000001, "Wrong size on UI_BP_MissionBanner_New_C_ToggleStepBannerExpand"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ToggleStepBannerExpand, Expand) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_ToggleStepBannerExpand::Expand' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBanner_New_C_ToggleButtonBracket \ static_assert(alignof(UI_BP_MissionBanner_New_C_ToggleButtonBracket) == 0x000001, "Wrong alignment on UI_BP_MissionBanner_New_C_ToggleButtonBracket"); \ static_assert(sizeof(UI_BP_MissionBanner_New_C_ToggleButtonBracket) == 0x000002, "Wrong size on UI_BP_MissionBanner_New_C_ToggleButtonBracket"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ToggleButtonBracket, CallFunc_GetUIPlatformInputDevice_ReturnValue) == 0x000000, "Member 'UI_BP_MissionBanner_New_C_ToggleButtonBracket::CallFunc_GetUIPlatformInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBanner_New_C_ToggleButtonBracket, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'UI_BP_MissionBanner_New_C_ToggleButtonBracket::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MissionBanner_New_C \ static_assert(alignof(UUI_BP_MissionBanner_New_C) == 0x000008, "Wrong alignment on UUI_BP_MissionBanner_New_C"); \ static_assert(sizeof(UUI_BP_MissionBanner_New_C) == 0x0006A0, "Wrong size on UUI_BP_MissionBanner_New_C"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, UberGraphFrame) == 0x000530, "Member 'UUI_BP_MissionBanner_New_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, CollapseStepsDesc) == 0x000538, "Member 'UUI_BP_MissionBanner_New_C::CollapseStepsDesc' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, ExpandStepsDesc) == 0x000540, "Member 'UUI_BP_MissionBanner_New_C::ExpandStepsDesc' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, HideMissionAvailable) == 0x000548, "Member 'UUI_BP_MissionBanner_New_C::HideMissionAvailable' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, ShowMissionAvailable) == 0x000550, "Member 'UUI_BP_MissionBanner_New_C::ShowMissionAvailable' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, HIdeFullBanner) == 0x000558, "Member 'UUI_BP_MissionBanner_New_C::HIdeFullBanner' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, showFullBanner) == 0x000560, "Member 'UUI_BP_MissionBanner_New_C::showFullBanner' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, hideStepBanner) == 0x000568, "Member 'UUI_BP_MissionBanner_New_C::hideStepBanner' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, showStepBanner) == 0x000570, "Member 'UUI_BP_MissionBanner_New_C::showStepBanner' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, availableBanner) == 0x000578, "Member 'UUI_BP_MissionBanner_New_C::availableBanner' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, bottomDividerBox) == 0x000580, "Member 'UUI_BP_MissionBanner_New_C::bottomDividerBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, currentMissionIcon) == 0x000588, "Member 'UUI_BP_MissionBanner_New_C::currentMissionIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, dpadBracket) == 0x000590, "Member 'UUI_BP_MissionBanner_New_C::dpadBracket' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, ExpandableDesc) == 0x000598, "Member 'UUI_BP_MissionBanner_New_C::ExpandableDesc' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, ExpandLegend) == 0x0005A0, "Member 'UUI_BP_MissionBanner_New_C::ExpandLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, fullBanner) == 0x0005A8, "Member 'UUI_BP_MissionBanner_New_C::fullBanner' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, InvalidationBox_FullBanner) == 0x0005B0, "Member 'UUI_BP_MissionBanner_New_C::InvalidationBox_FullBanner' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, InvalidationBox_MissionCompleteBanner) == 0x0005B8, "Member 'UUI_BP_MissionBanner_New_C::InvalidationBox_MissionCompleteBanner' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, kbmBracket) == 0x0005C0, "Member 'UUI_BP_MissionBanner_New_C::kbmBracket' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, mainVerticalBox) == 0x0005C8, "Member 'UUI_BP_MissionBanner_New_C::mainVerticalBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, missionBannerCheckbox) == 0x0005D0, "Member 'UUI_BP_MissionBanner_New_C::missionBannerCheckbox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, MissionBannerHeaderText) == 0x0005D8, "Member 'UUI_BP_MissionBanner_New_C::MissionBannerHeaderText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, MissionCompleteBanner) == 0x0005E0, "Member 'UUI_BP_MissionBanner_New_C::MissionCompleteBanner' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, MissionDesc_Text) == 0x0005E8, "Member 'UUI_BP_MissionBanner_New_C::MissionDesc_Text' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, MissionIcon) == 0x0005F0, "Member 'UUI_BP_MissionBanner_New_C::MissionIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, MissionTitleText) == 0x0005F8, "Member 'UUI_BP_MissionBanner_New_C::MissionTitleText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, ObjectiveList) == 0x000600, "Member 'UUI_BP_MissionBanner_New_C::ObjectiveList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, stepBanner) == 0x000608, "Member 'UUI_BP_MissionBanner_New_C::stepBanner' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, StepTitleText) == 0x000610, "Member 'UUI_BP_MissionBanner_New_C::StepTitleText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, topDividerBox) == 0x000618, "Member 'UUI_BP_MissionBanner_New_C::topDividerBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, TQPrompt) == 0x000620, "Member 'UUI_BP_MissionBanner_New_C::TQPrompt' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, StepBannerDuration) == 0x000628, "Member 'UUI_BP_MissionBanner_New_C::StepBannerDuration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, FullBannerDuration) == 0x00062C, "Member 'UUI_BP_MissionBanner_New_C::FullBannerDuration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, BannerAnimationQueue) == 0x000630, "Member 'UUI_BP_MissionBanner_New_C::BannerAnimationQueue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, BannerDelayQueue) == 0x000640, "Member 'UUI_BP_MissionBanner_New_C::BannerDelayQueue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, IsBannerAnimationPlaying) == 0x000650, "Member 'UUI_BP_MissionBanner_New_C::IsBannerAnimationPlaying' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, QueueCompleteDelay) == 0x000654, "Member 'UUI_BP_MissionBanner_New_C::QueueCompleteDelay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, FullBannerPreDelay) == 0x000658, "Member 'UUI_BP_MissionBanner_New_C::FullBannerPreDelay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, OwnerQueue) == 0x000660, "Member 'UUI_BP_MissionBanner_New_C::OwnerQueue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, MissionAvailableDuration) == 0x000670, "Member 'UUI_BP_MissionBanner_New_C::MissionAvailableDuration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, LastStepObjectives) == 0x000678, "Member 'UUI_BP_MissionBanner_New_C::LastStepObjectives' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, DescExpanded) == 0x000688, "Member 'UUI_BP_MissionBanner_New_C::DescExpanded' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, ExpandDelayDuration) == 0x00068C, "Member 'UUI_BP_MissionBanner_New_C::ExpandDelayDuration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, PositionY) == 0x000690, "Member 'UUI_BP_MissionBanner_New_C::PositionY' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBanner_New_C, CheckboxWidget) == 0x000698, "Member 'UUI_BP_MissionBanner_New_C::CheckboxWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearUpgrades_C_ExecuteUbergraph_UI_BP_GearUpgrades \ static_assert(alignof(UI_BP_GearUpgrades_C_ExecuteUbergraph_UI_BP_GearUpgrades) == 0x000008, "Wrong alignment on UI_BP_GearUpgrades_C_ExecuteUbergraph_UI_BP_GearUpgrades"); \ static_assert(sizeof(UI_BP_GearUpgrades_C_ExecuteUbergraph_UI_BP_GearUpgrades) == 0x000018, "Wrong size on UI_BP_GearUpgrades_C_ExecuteUbergraph_UI_BP_GearUpgrades"); \ static_assert(offsetof(UI_BP_GearUpgrades_C_ExecuteUbergraph_UI_BP_GearUpgrades, EntryPoint) == 0x000000, "Member 'UI_BP_GearUpgrades_C_ExecuteUbergraph_UI_BP_GearUpgrades::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearUpgrades_C_ExecuteUbergraph_UI_BP_GearUpgrades, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_GearUpgrades_C_ExecuteUbergraph_UI_BP_GearUpgrades::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearUpgrades_C_ExecuteUbergraph_UI_BP_GearUpgrades, K2Node_MakeArray_Array) == 0x000008, "Member 'UI_BP_GearUpgrades_C_ExecuteUbergraph_UI_BP_GearUpgrades::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearUpgrades_C_PreConstruct \ static_assert(alignof(UI_BP_GearUpgrades_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_GearUpgrades_C_PreConstruct"); \ static_assert(sizeof(UI_BP_GearUpgrades_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_GearUpgrades_C_PreConstruct"); \ static_assert(offsetof(UI_BP_GearUpgrades_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_GearUpgrades_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearUpgrades_C_InitUpgrades \ static_assert(alignof(UI_BP_GearUpgrades_C_InitUpgrades) == 0x000004, "Wrong alignment on UI_BP_GearUpgrades_C_InitUpgrades"); \ static_assert(sizeof(UI_BP_GearUpgrades_C_InitUpgrades) == 0x000008, "Wrong size on UI_BP_GearUpgrades_C_InitUpgrades"); \ static_assert(offsetof(UI_BP_GearUpgrades_C_InitUpgrades, CurrentUpgrade) == 0x000000, "Member 'UI_BP_GearUpgrades_C_InitUpgrades::CurrentUpgrade' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearUpgrades_C_InitUpgrades, K2Node_SwitchInteger_CmpSuccess) == 0x000004, "Member 'UI_BP_GearUpgrades_C_InitUpgrades::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearUpgrades_C_ShowAppliedAnimation \ static_assert(alignof(UI_BP_GearUpgrades_C_ShowAppliedAnimation) == 0x000008, "Wrong alignment on UI_BP_GearUpgrades_C_ShowAppliedAnimation"); \ static_assert(sizeof(UI_BP_GearUpgrades_C_ShowAppliedAnimation) == 0x000008, "Wrong size on UI_BP_GearUpgrades_C_ShowAppliedAnimation"); \ static_assert(offsetof(UI_BP_GearUpgrades_C_ShowAppliedAnimation, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UI_BP_GearUpgrades_C_ShowAppliedAnimation::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GearUpgrades_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_GearUpgrades_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_GearUpgrades_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_GearUpgrades_C_GatherMenuReaderStrings) == 0x000070, "Wrong size on UI_BP_GearUpgrades_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_GearUpgrades_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_GearUpgrades_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearUpgrades_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_GearUpgrades_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearUpgrades_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_GearUpgrades_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearUpgrades_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_GearUpgrades_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearUpgrades_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'UI_BP_GearUpgrades_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearUpgrades_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'UI_BP_GearUpgrades_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearUpgrades_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_GearUpgrades_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GearUpgrades_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000068, "Member 'UI_BP_GearUpgrades_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_GearUpgrades_C \ static_assert(alignof(UUI_BP_GearUpgrades_C) == 0x000008, "Wrong alignment on UUI_BP_GearUpgrades_C"); \ static_assert(sizeof(UUI_BP_GearUpgrades_C) == 0x000398, "Wrong size on UUI_BP_GearUpgrades_C"); \ static_assert(offsetof(UUI_BP_GearUpgrades_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_GearUpgrades_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearUpgrades_C, showUpgradeApplied) == 0x000330, "Member 'UUI_BP_GearUpgrades_C::showUpgradeApplied' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearUpgrades_C, HorizontalBox_2) == 0x000338, "Member 'UUI_BP_GearUpgrades_C::HorizontalBox_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearUpgrades_C, upgrade1) == 0x000340, "Member 'UUI_BP_GearUpgrades_C::upgrade1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearUpgrades_C, upgrade2) == 0x000348, "Member 'UUI_BP_GearUpgrades_C::upgrade2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearUpgrades_C, upgrade3) == 0x000350, "Member 'UUI_BP_GearUpgrades_C::upgrade3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearUpgrades_C, upgradeFrame) == 0x000358, "Member 'UUI_BP_GearUpgrades_C::upgradeFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearUpgrades_C, UpgradesText) == 0x000360, "Member 'UUI_BP_GearUpgrades_C::UpgradesText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearUpgrades_C, BaseStatValue) == 0x000368, "Member 'UUI_BP_GearUpgrades_C::BaseStatValue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearUpgrades_C, NextUpgradeStatValue) == 0x00036C, "Member 'UUI_BP_GearUpgrades_C::NextUpgradeStatValue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearUpgrades_C, UpgradeArray) == 0x000370, "Member 'UUI_BP_GearUpgrades_C::UpgradeArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearUpgrades_C, UpgradesNumericValue) == 0x000380, "Member 'UUI_BP_GearUpgrades_C::UpgradesNumericValue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GearUpgrades_C, upgrade4) == 0x000390, "Member 'UUI_BP_GearUpgrades_C::upgrade4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_IDP_GearHeader_C_SetHeaderData \ static_assert(alignof(UI_BP_FG_IDP_GearHeader_C_SetHeaderData) == 0x000008, "Wrong alignment on UI_BP_FG_IDP_GearHeader_C_SetHeaderData"); \ static_assert(sizeof(UI_BP_FG_IDP_GearHeader_C_SetHeaderData) == 0x000070, "Wrong size on UI_BP_FG_IDP_GearHeader_C_SetHeaderData"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_SetHeaderData, headerTitle) == 0x000000, "Member 'UI_BP_FG_IDP_GearHeader_C_SetHeaderData::headerTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_SetHeaderData, headerQualtiy) == 0x000010, "Member 'UI_BP_FG_IDP_GearHeader_C_SetHeaderData::headerQualtiy' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_SetHeaderData, Rarity) == 0x000020, "Member 'UI_BP_FG_IDP_GearHeader_C_SetHeaderData::Rarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_SetHeaderData, ShowRarityGraphics) == 0x000028, "Member 'UI_BP_FG_IDP_GearHeader_C_SetHeaderData::ShowRarityGraphics' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_SetHeaderData, CallFunc_Conv_NameToString_ReturnValue) == 0x000030, "Member 'UI_BP_FG_IDP_GearHeader_C_SetHeaderData::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_SetHeaderData, CallFunc_GetRarityColorTag_ColorTag) == 0x000040, "Member 'UI_BP_FG_IDP_GearHeader_C_SetHeaderData::CallFunc_GetRarityColorTag_ColorTag' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_SetHeaderData, CallFunc_NotEqual_NameName_ReturnValue) == 0x000050, "Member 'UI_BP_FG_IDP_GearHeader_C_SetHeaderData::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_SetHeaderData, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x000051, "Member 'UI_BP_FG_IDP_GearHeader_C_SetHeaderData::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_SetHeaderData, CallFunc_NotEqual_NameName_ReturnValue_2) == 0x000052, "Member 'UI_BP_FG_IDP_GearHeader_C_SetHeaderData::CallFunc_NotEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_SetHeaderData, CallFunc_GetRarityColorTag_ColorTag_1) == 0x000058, "Member 'UI_BP_FG_IDP_GearHeader_C_SetHeaderData::CallFunc_GetRarityColorTag_ColorTag_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_SetHeaderData, CallFunc_BooleanAND_ReturnValue) == 0x000068, "Member 'UI_BP_FG_IDP_GearHeader_C_SetHeaderData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_SetHeaderData, CallFunc_BooleanAND_ReturnValue_1) == 0x000069, "Member 'UI_BP_FG_IDP_GearHeader_C_SetHeaderData::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings) == 0x000098, "Wrong size on UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000068, "Member 'UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000080, "Member 'UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000090, "Member 'UI_BP_FG_IDP_GearHeader_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FG_IDP_GearHeader_C \ static_assert(alignof(UUI_BP_FG_IDP_GearHeader_C) == 0x000008, "Wrong alignment on UUI_BP_FG_IDP_GearHeader_C"); \ static_assert(sizeof(UUI_BP_FG_IDP_GearHeader_C) == 0x000368, "Wrong size on UUI_BP_FG_IDP_GearHeader_C"); \ static_assert(offsetof(UUI_BP_FG_IDP_GearHeader_C, gearHeaderBackLeft) == 0x000328, "Member 'UUI_BP_FG_IDP_GearHeader_C::gearHeaderBackLeft' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_IDP_GearHeader_C, gearHeaderBackMiddle) == 0x000330, "Member 'UUI_BP_FG_IDP_GearHeader_C::gearHeaderBackMiddle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_IDP_GearHeader_C, gearHeaderBackRight) == 0x000338, "Member 'UUI_BP_FG_IDP_GearHeader_C::gearHeaderBackRight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_IDP_GearHeader_C, GearRarityFlame) == 0x000340, "Member 'UUI_BP_FG_IDP_GearHeader_C::GearRarityFlame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_IDP_GearHeader_C, gearRarityTitle) == 0x000348, "Member 'UUI_BP_FG_IDP_GearHeader_C::gearRarityTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_IDP_GearHeader_C, gearTitle) == 0x000350, "Member 'UUI_BP_FG_IDP_GearHeader_C::gearTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_IDP_GearHeader_C, rarityHeaderBack) == 0x000358, "Member 'UUI_BP_FG_IDP_GearHeader_C::rarityHeaderBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_IDP_GearHeader_C, rarityHeaderBackBorder) == 0x000360, "Member 'UUI_BP_FG_IDP_GearHeader_C::rarityHeaderBackBorder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_CowerWandLinkEnd_C \ static_assert(alignof(UABL_NpcReact_CowerWandLinkEnd_C) == 0x000008, "Wrong alignment on UABL_NpcReact_CowerWandLinkEnd_C"); \ static_assert(sizeof(UABL_NpcReact_CowerWandLinkEnd_C) == 0x0000E0, "Wrong size on UABL_NpcReact_CowerWandLinkEnd_C"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon \ static_assert(alignof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon) == 0x000008, "Wrong alignment on UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon) == 0x0000A8, "Wrong size on UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, EntryPoint) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, K2Node_Event_NewContent) == 0x000008, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::K2Node_Event_NewContent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, CallFunc_AddExtraContent_ReturnValue) == 0x000018, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::CallFunc_AddExtraContent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, K2Node_Event_Size) == 0x00001C, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::K2Node_Event_Size' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, K2Node_Event_isHighlighted) == 0x000024, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::K2Node_Event_isHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, K2Node_Event_NewState) == 0x000025, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, CallFunc_HandleEnabled_ReturnValue) == 0x000026, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::CallFunc_HandleEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, K2Node_SwitchEnum_CmpSuccess) == 0x000027, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, CallFunc_HandleDisabled_ReturnValue) == 0x000028, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::CallFunc_HandleDisabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, CallFunc_HandleMissing_ReturnValue) == 0x000029, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::CallFunc_HandleMissing_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, CallFunc_HandleNonExistent_ReturnValue) == 0x00002A, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::CallFunc_HandleNonExistent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, K2Node_Event_ImageName) == 0x000030, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::K2Node_Event_ImageName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, CallFunc_NotEqual_StrStr_ReturnValue) == 0x000040, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, CallFunc_PostEventAtLocation_ReturnValue) == 0x000044, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000048, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, K2Node_Event_bIsNew) == 0x00004C, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::K2Node_Event_bIsNew' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000050, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000060, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, K2Node_Event_bIsTutorialHighlighted) == 0x000068, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::K2Node_Event_bIsTutorialHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, CallFunc_PlayAnimation_ReturnValue) == 0x000070, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000078, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, K2Node_Event_IconName) == 0x000080, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::K2Node_Event_IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, K2Node_CustomEvent_LoadedTexture) == 0x000090, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::K2Node_CustomEvent_LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, K2Node_CustomEvent_CallbackParam) == 0x000098, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::K2Node_CustomEvent_CallbackParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0000A0, "Member 'UI_BP_AppearanceIcon_C_ExecuteUbergraph_UI_BP_AppearanceIcon::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_OnAppearanceIconLoaded \ static_assert(alignof(UI_BP_AppearanceIcon_C_OnAppearanceIconLoaded) == 0x000008, "Wrong alignment on UI_BP_AppearanceIcon_C_OnAppearanceIconLoaded"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_OnAppearanceIconLoaded) == 0x000010, "Wrong size on UI_BP_AppearanceIcon_C_OnAppearanceIconLoaded"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_OnAppearanceIconLoaded, LoadedTexture) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_OnAppearanceIconLoaded::LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_OnAppearanceIconLoaded, CallbackParam) == 0x000008, "Member 'UI_BP_AppearanceIcon_C_OnAppearanceIconLoaded::CallbackParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_SetIsTutorialHighlighted \ static_assert(alignof(UI_BP_AppearanceIcon_C_SetIsTutorialHighlighted) == 0x000001, "Wrong alignment on UI_BP_AppearanceIcon_C_SetIsTutorialHighlighted"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_SetIsTutorialHighlighted) == 0x000001, "Wrong size on UI_BP_AppearanceIcon_C_SetIsTutorialHighlighted"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetIsTutorialHighlighted, bIsTutorialHighlighted) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_SetIsTutorialHighlighted::bIsTutorialHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_SetIsNew \ static_assert(alignof(UI_BP_AppearanceIcon_C_SetIsNew) == 0x000001, "Wrong alignment on UI_BP_AppearanceIcon_C_SetIsNew"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_SetIsNew) == 0x000001, "Wrong size on UI_BP_AppearanceIcon_C_SetIsNew"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetIsNew, bIsNew) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_SetIsNew::bIsNew' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_SetButtonState \ static_assert(alignof(UI_BP_AppearanceIcon_C_SetButtonState) == 0x000001, "Wrong alignment on UI_BP_AppearanceIcon_C_SetButtonState"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_SetButtonState) == 0x000001, "Wrong size on UI_BP_AppearanceIcon_C_SetButtonState"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetButtonState, NewState) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_SetButtonState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_HighlightButton \ static_assert(alignof(UI_BP_AppearanceIcon_C_HighlightButton) == 0x000001, "Wrong alignment on UI_BP_AppearanceIcon_C_HighlightButton"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_HighlightButton) == 0x000001, "Wrong size on UI_BP_AppearanceIcon_C_HighlightButton"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_HighlightButton, isHighlighted) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_HighlightButton::isHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_I_SetIconSize \ static_assert(alignof(UI_BP_AppearanceIcon_C_I_SetIconSize) == 0x000004, "Wrong alignment on UI_BP_AppearanceIcon_C_I_SetIconSize"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_I_SetIconSize) == 0x000008, "Wrong size on UI_BP_AppearanceIcon_C_I_SetIconSize"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_I_SetIconSize, size_0) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_I_SetIconSize::size_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_I_AddExtraContent \ static_assert(alignof(UI_BP_AppearanceIcon_C_I_AddExtraContent) == 0x000008, "Wrong alignment on UI_BP_AppearanceIcon_C_I_AddExtraContent"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_I_AddExtraContent) == 0x000008, "Wrong size on UI_BP_AppearanceIcon_C_I_AddExtraContent"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_I_AddExtraContent, NewContent) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_I_AddExtraContent::NewContent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_I_SetImage \ static_assert(alignof(UI_BP_AppearanceIcon_C_I_SetImage) == 0x000008, "Wrong alignment on UI_BP_AppearanceIcon_C_I_SetImage"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_I_SetImage) == 0x000010, "Wrong size on UI_BP_AppearanceIcon_C_I_SetImage"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_I_SetImage, ImageName) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_I_SetImage::ImageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_I_SetIconName \ static_assert(alignof(UI_BP_AppearanceIcon_C_I_SetIconName) == 0x000008, "Wrong alignment on UI_BP_AppearanceIcon_C_I_SetIconName"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_I_SetIconName) == 0x000010, "Wrong size on UI_BP_AppearanceIcon_C_I_SetIconName"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_I_SetIconName, IconName_0) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_I_SetIconName::IconName_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_SetIsSelected \ static_assert(alignof(UI_BP_AppearanceIcon_C_SetIsSelected) == 0x000001, "Wrong alignment on UI_BP_AppearanceIcon_C_SetIsSelected"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_SetIsSelected) == 0x000001, "Wrong size on UI_BP_AppearanceIcon_C_SetIsSelected"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetIsSelected, buttonSelected) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_SetIsSelected::buttonSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_SetIsCurrentSelection \ static_assert(alignof(UI_BP_AppearanceIcon_C_SetIsCurrentSelection) == 0x000001, "Wrong alignment on UI_BP_AppearanceIcon_C_SetIsCurrentSelection"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_SetIsCurrentSelection) == 0x000001, "Wrong size on UI_BP_AppearanceIcon_C_SetIsCurrentSelection"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetIsCurrentSelection, IsCurrent) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_SetIsCurrentSelection::IsCurrent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_SetIsLocked \ static_assert(alignof(UI_BP_AppearanceIcon_C_SetIsLocked) == 0x000001, "Wrong alignment on UI_BP_AppearanceIcon_C_SetIsLocked"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_SetIsLocked) == 0x000005, "Wrong size on UI_BP_AppearanceIcon_C_SetIsLocked"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetIsLocked, IsLocked) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_SetIsLocked::IsLocked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetIsLocked, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_AppearanceIcon_C_SetIsLocked::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetIsLocked, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_AppearanceIcon_C_SetIsLocked::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetIsLocked, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_AppearanceIcon_C_SetIsLocked::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetIsLocked, K2Node_Select_Default) == 0x000004, "Member 'UI_BP_AppearanceIcon_C_SetIsLocked::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_SetButtonSize \ static_assert(alignof(UI_BP_AppearanceIcon_C_SetButtonSize) == 0x000004, "Wrong alignment on UI_BP_AppearanceIcon_C_SetButtonSize"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_SetButtonSize) == 0x000010, "Wrong size on UI_BP_AppearanceIcon_C_SetButtonSize"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetButtonSize, NewSize) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_SetButtonSize::NewSize' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetButtonSize, CallFunc_BreakVector2D_X) == 0x000008, "Member 'UI_BP_AppearanceIcon_C_SetButtonSize::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetButtonSize, CallFunc_BreakVector2D_Y) == 0x00000C, "Member 'UI_BP_AppearanceIcon_C_SetButtonSize::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_SetAppearanceIcon \ static_assert(alignof(UI_BP_AppearanceIcon_C_SetAppearanceIcon) == 0x000008, "Wrong alignment on UI_BP_AppearanceIcon_C_SetAppearanceIcon"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_SetAppearanceIcon) == 0x000028, "Wrong size on UI_BP_AppearanceIcon_C_SetAppearanceIcon"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetAppearanceIcon, AppearanceID_0) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_SetAppearanceIcon::AppearanceID_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetAppearanceIcon, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'UI_BP_AppearanceIcon_C_SetAppearanceIcon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetAppearanceIcon, CallFunc_AsyncFindIconTexWithCallback_ReturnValue) == 0x000020, "Member 'UI_BP_AppearanceIcon_C_SetAppearanceIcon::CallFunc_AsyncFindIconTexWithCallback_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_InitAppearanceItem \ static_assert(alignof(UI_BP_AppearanceIcon_C_InitAppearanceItem) == 0x000008, "Wrong alignment on UI_BP_AppearanceIcon_C_InitAppearanceItem"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_InitAppearanceItem) == 0x000058, "Wrong size on UI_BP_AppearanceIcon_C_InitAppearanceItem"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_InitAppearanceItem, AppearanceID_0) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_InitAppearanceItem::AppearanceID_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_InitAppearanceItem, isCostume) == 0x000014, "Member 'UI_BP_AppearanceIcon_C_InitAppearanceItem::isCostume' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_InitAppearanceItem, Temp_byte_Variable) == 0x000015, "Member 'UI_BP_AppearanceIcon_C_InitAppearanceItem::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_InitAppearanceItem, CallFunc_Conv_NameToString_ReturnValue) == 0x000018, "Member 'UI_BP_AppearanceIcon_C_InitAppearanceItem::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_InitAppearanceItem, CallFunc_SetInventoryIconOverride_OutDisplayName) == 0x000028, "Member 'UI_BP_AppearanceIcon_C_InitAppearanceItem::CallFunc_SetInventoryIconOverride_OutDisplayName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_InitAppearanceItem, CallFunc_SetInventoryIconOverride_OutIconName) == 0x000038, "Member 'UI_BP_AppearanceIcon_C_InitAppearanceItem::CallFunc_SetInventoryIconOverride_OutIconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_InitAppearanceItem, CallFunc_SetInventoryIconOverride_OutIsNameTranslatable) == 0x000048, "Member 'UI_BP_AppearanceIcon_C_InitAppearanceItem::CallFunc_SetInventoryIconOverride_OutIsNameTranslatable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_InitAppearanceItem, CallFunc_SetInventoryIconOverride_ReturnValue) == 0x000049, "Member 'UI_BP_AppearanceIcon_C_InitAppearanceItem::CallFunc_SetInventoryIconOverride_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_InitAppearanceItem, Temp_byte_Variable_1) == 0x00004A, "Member 'UI_BP_AppearanceIcon_C_InitAppearanceItem::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_InitAppearanceItem, Temp_bool_Variable) == 0x00004B, "Member 'UI_BP_AppearanceIcon_C_InitAppearanceItem::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_InitAppearanceItem, Temp_byte_Variable_2) == 0x00004C, "Member 'UI_BP_AppearanceIcon_C_InitAppearanceItem::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_InitAppearanceItem, Temp_byte_Variable_3) == 0x00004D, "Member 'UI_BP_AppearanceIcon_C_InitAppearanceItem::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_InitAppearanceItem, Temp_bool_Variable_1) == 0x00004E, "Member 'UI_BP_AppearanceIcon_C_InitAppearanceItem::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_InitAppearanceItem, K2Node_Select_Default) == 0x00004F, "Member 'UI_BP_AppearanceIcon_C_InitAppearanceItem::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_InitAppearanceItem, K2Node_Select_Default_1) == 0x000050, "Member 'UI_BP_AppearanceIcon_C_InitAppearanceItem::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_SetInitSelected \ static_assert(alignof(UI_BP_AppearanceIcon_C_SetInitSelected) == 0x000001, "Wrong alignment on UI_BP_AppearanceIcon_C_SetInitSelected"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_SetInitSelected) == 0x000001, "Wrong size on UI_BP_AppearanceIcon_C_SetInitSelected"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetInitSelected, IsSelected_0) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_SetInitSelected::IsSelected_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_HandleMissing \ static_assert(alignof(UI_BP_AppearanceIcon_C_HandleMissing) == 0x000001, "Wrong alignment on UI_BP_AppearanceIcon_C_HandleMissing"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_HandleMissing) == 0x000001, "Wrong size on UI_BP_AppearanceIcon_C_HandleMissing"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_HandleMissing, ReturnValue) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_HandleMissing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_SetIsNewItem \ static_assert(alignof(UI_BP_AppearanceIcon_C_SetIsNewItem) == 0x000001, "Wrong alignment on UI_BP_AppearanceIcon_C_SetIsNewItem"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_SetIsNewItem) == 0x000001, "Wrong size on UI_BP_AppearanceIcon_C_SetIsNewItem"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_SetIsNewItem, IsNew) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_SetIsNewItem::IsNew' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_I_GetIconName \ static_assert(alignof(UI_BP_AppearanceIcon_C_I_GetIconName) == 0x000008, "Wrong alignment on UI_BP_AppearanceIcon_C_I_GetIconName"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_I_GetIconName) == 0x000010, "Wrong size on UI_BP_AppearanceIcon_C_I_GetIconName"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_I_GetIconName, IconName_0) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_I_GetIconName::IconName_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AppearanceIcon_C_IsInteractable \ static_assert(alignof(UI_BP_AppearanceIcon_C_IsInteractable) == 0x000001, "Wrong alignment on UI_BP_AppearanceIcon_C_IsInteractable"); \ static_assert(sizeof(UI_BP_AppearanceIcon_C_IsInteractable) == 0x000001, "Wrong size on UI_BP_AppearanceIcon_C_IsInteractable"); \ static_assert(offsetof(UI_BP_AppearanceIcon_C_IsInteractable, ReturnValue) == 0x000000, "Member 'UI_BP_AppearanceIcon_C_IsInteractable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_AppearanceIcon_C \ static_assert(alignof(UUI_BP_AppearanceIcon_C) == 0x000008, "Wrong alignment on UUI_BP_AppearanceIcon_C"); \ static_assert(sizeof(UUI_BP_AppearanceIcon_C) == 0x0005A0, "Wrong size on UUI_BP_AppearanceIcon_C"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, UberGraphFrame) == 0x0004A8, "Member 'UUI_BP_AppearanceIcon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, OnSelected) == 0x0004B0, "Member 'UUI_BP_AppearanceIcon_C::OnSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, TutorialBounce) == 0x0004B8, "Member 'UUI_BP_AppearanceIcon_C::TutorialBounce' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, OnButtonHovered) == 0x0004C0, "Member 'UUI_BP_AppearanceIcon_C::OnButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, appearanceContent) == 0x0004C8, "Member 'UUI_BP_AppearanceIcon_C::appearanceContent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, AppearanceImage) == 0x0004D0, "Member 'UUI_BP_AppearanceIcon_C::AppearanceImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, emptyIcon) == 0x0004D8, "Member 'UUI_BP_AppearanceIcon_C::emptyIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, iconSizeBox) == 0x0004E0, "Member 'UUI_BP_AppearanceIcon_C::iconSizeBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, newIndicator) == 0x0004E8, "Member 'UUI_BP_AppearanceIcon_C::newIndicator' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, normalBorder) == 0x0004F0, "Member 'UUI_BP_AppearanceIcon_C::normalBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, ParentCanvas) == 0x0004F8, "Member 'UUI_BP_AppearanceIcon_C::ParentCanvas' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, selected) == 0x000500, "Member 'UUI_BP_AppearanceIcon_C::selected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, selectedBorder) == 0x000508, "Member 'UUI_BP_AppearanceIcon_C::selectedBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, selectedGlitter) == 0x000510, "Member 'UUI_BP_AppearanceIcon_C::selectedGlitter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, specialBorder) == 0x000518, "Member 'UUI_BP_AppearanceIcon_C::specialBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, TutorialHighlight) == 0x000520, "Member 'UUI_BP_AppearanceIcon_C::TutorialHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, OnHoveredAppearnace) == 0x000528, "Member 'UUI_BP_AppearanceIcon_C::OnHoveredAppearnace' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, OnUnhoveredAppearance) == 0x000538, "Member 'UUI_BP_AppearanceIcon_C::OnUnhoveredAppearance' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, OnClickedAppearance) == 0x000548, "Member 'UUI_BP_AppearanceIcon_C::OnClickedAppearance' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, IsSelected) == 0x000558, "Member 'UUI_BP_AppearanceIcon_C::IsSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, CursorClass) == 0x000560, "Member 'UUI_BP_AppearanceIcon_C::CursorClass' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, AppearanceID) == 0x000568, "Member 'UUI_BP_AppearanceIcon_C::AppearanceID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, AppearanceName) == 0x000580, "Member 'UUI_BP_AppearanceIcon_C::AppearanceName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, AppearanceVariation) == 0x000590, "Member 'UUI_BP_AppearanceIcon_C::AppearanceVariation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AppearanceIcon_C, AppearanceSlotType) == 0x000598, "Member 'UUI_BP_AppearanceIcon_C::AppearanceSlotType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_BagContainer_C_UserConstructionScript \ static_assert(alignof(BP_S_BagContainer_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_S_BagContainer_C_UserConstructionScript"); \ static_assert(sizeof(BP_S_BagContainer_C_UserConstructionScript) == 0x0000E8, "Wrong size on BP_S_BagContainer_C_UserConstructionScript"); \ static_assert(offsetof(BP_S_BagContainer_C_UserConstructionScript, MeshesOpen) == 0x000000, "Member 'BP_S_BagContainer_C_UserConstructionScript::MeshesOpen' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_UserConstructionScript, Meshes) == 0x000010, "Member 'BP_S_BagContainer_C_UserConstructionScript::Meshes' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BP_S_BagContainer_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_UserConstructionScript, CallFunc_MakeRandomStream_RandomStream) == 0x00002C, "Member 'BP_S_BagContainer_C_UserConstructionScript::CallFunc_MakeRandomStream_RandomStream' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_S_BagContainer_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_UserConstructionScript, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'BP_S_BagContainer_C_UserConstructionScript::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_UserConstructionScript, CallFunc_SelectMesh_NewPropIndex) == 0x000088, "Member 'BP_S_BagContainer_C_UserConstructionScript::CallFunc_SelectMesh_NewPropIndex' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_UserConstructionScript, CallFunc_SelectMesh_NewMeshselect) == 0x000090, "Member 'BP_S_BagContainer_C_UserConstructionScript::CallFunc_SelectMesh_NewMeshselect' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_UserConstructionScript, CallFunc_SelectMesh_NewCompiledList) == 0x0000E0, "Member 'BP_S_BagContainer_C_UserConstructionScript::CallFunc_SelectMesh_NewCompiledList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_BagContainer_C_OnLoaded_7E28B5E6437622A54BEC36AB24E49C42 \ static_assert(alignof(BP_S_BagContainer_C_OnLoaded_7E28B5E6437622A54BEC36AB24E49C42) == 0x000008, "Wrong alignment on BP_S_BagContainer_C_OnLoaded_7E28B5E6437622A54BEC36AB24E49C42"); \ static_assert(sizeof(BP_S_BagContainer_C_OnLoaded_7E28B5E6437622A54BEC36AB24E49C42) == 0x000008, "Wrong size on BP_S_BagContainer_C_OnLoaded_7E28B5E6437622A54BEC36AB24E49C42"); \ static_assert(offsetof(BP_S_BagContainer_C_OnLoaded_7E28B5E6437622A54BEC36AB24E49C42, Loaded) == 0x000000, "Member 'BP_S_BagContainer_C_OnLoaded_7E28B5E6437622A54BEC36AB24E49C42::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_BagContainer_C_OnLoaded_F2E9B2D244606875283867BCBE5D873B \ static_assert(alignof(BP_S_BagContainer_C_OnLoaded_F2E9B2D244606875283867BCBE5D873B) == 0x000008, "Wrong alignment on BP_S_BagContainer_C_OnLoaded_F2E9B2D244606875283867BCBE5D873B"); \ static_assert(sizeof(BP_S_BagContainer_C_OnLoaded_F2E9B2D244606875283867BCBE5D873B) == 0x000008, "Wrong size on BP_S_BagContainer_C_OnLoaded_F2E9B2D244606875283867BCBE5D873B"); \ static_assert(offsetof(BP_S_BagContainer_C_OnLoaded_F2E9B2D244606875283867BCBE5D873B, Loaded) == 0x000000, "Member 'BP_S_BagContainer_C_OnLoaded_F2E9B2D244606875283867BCBE5D873B::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_BagContainer_C_InteractionInitiated \ static_assert(alignof(BP_S_BagContainer_C_InteractionInitiated) == 0x000008, "Wrong alignment on BP_S_BagContainer_C_InteractionInitiated"); \ static_assert(sizeof(BP_S_BagContainer_C_InteractionInitiated) == 0x000008, "Wrong size on BP_S_BagContainer_C_InteractionInitiated"); \ static_assert(offsetof(BP_S_BagContainer_C_InteractionInitiated, Caller) == 0x000000, "Member 'BP_S_BagContainer_C_InteractionInitiated::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_BagContainer_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature \ static_assert(alignof(BP_S_BagContainer_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature) == 0x000008, "Wrong alignment on BP_S_BagContainer_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature"); \ static_assert(sizeof(BP_S_BagContainer_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature) == 0x000008, "Wrong size on BP_S_BagContainer_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature"); \ static_assert(offsetof(BP_S_BagContainer_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature, i_caller) == 0x000000, "Member 'BP_S_BagContainer_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_BagContainer_C_CloseContainer \ static_assert(alignof(BP_S_BagContainer_C_CloseContainer) == 0x000008, "Wrong alignment on BP_S_BagContainer_C_CloseContainer"); \ static_assert(sizeof(BP_S_BagContainer_C_CloseContainer) == 0x000008, "Wrong size on BP_S_BagContainer_C_CloseContainer"); \ static_assert(offsetof(BP_S_BagContainer_C_CloseContainer, Caller) == 0x000000, "Member 'BP_S_BagContainer_C_CloseContainer::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_BagContainer_C_Perceived_Interact \ static_assert(alignof(BP_S_BagContainer_C_Perceived_Interact) == 0x000008, "Wrong alignment on BP_S_BagContainer_C_Perceived_Interact"); \ static_assert(sizeof(BP_S_BagContainer_C_Perceived_Interact) == 0x000008, "Wrong size on BP_S_BagContainer_C_Perceived_Interact"); \ static_assert(offsetof(BP_S_BagContainer_C_Perceived_Interact, Caller) == 0x000000, "Member 'BP_S_BagContainer_C_Perceived_Interact::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_BagContainer_C_NoLongerPerceived_Interact \ static_assert(alignof(BP_S_BagContainer_C_NoLongerPerceived_Interact) == 0x000008, "Wrong alignment on BP_S_BagContainer_C_NoLongerPerceived_Interact"); \ static_assert(sizeof(BP_S_BagContainer_C_NoLongerPerceived_Interact) == 0x000008, "Wrong size on BP_S_BagContainer_C_NoLongerPerceived_Interact"); \ static_assert(offsetof(BP_S_BagContainer_C_NoLongerPerceived_Interact, Caller) == 0x000000, "Member 'BP_S_BagContainer_C_NoLongerPerceived_Interact::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer \ static_assert(alignof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer) == 0x000008, "Wrong alignment on BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer"); \ static_assert(sizeof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer) == 0x000228, "Wrong size on BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, EntryPoint) == 0x000000, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, Temp_name_Variable) == 0x000014, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, Temp_name_Variable_1) == 0x00002C, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_CreateDelegate_OutputDelegate_2) == 0x000034, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_CreateDelegate_OutputDelegate_3) == 0x000044, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_CreateDelegate_OutputDelegate_4) == 0x000054, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_CustomEvent_Loaded_1) == 0x000068, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000070, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, Temp_object_Variable) == 0x000078, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_DynamicCast_AsStatic_Mesh) == 0x000080, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_DynamicCast_AsStatic_Mesh' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_CustomEvent_Loaded) == 0x000090, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, Temp_object_Variable_1) == 0x000098, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_DynamicCast_AsStatic_Mesh_1) == 0x0000A0, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_DynamicCast_AsStatic_Mesh_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, Temp_struct_Variable) == 0x0000B0, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, Temp_delegate_Variable) == 0x0000C0, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, Temp_bool_Has_Been_Initd_Variable) == 0x0000D0, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_CustomEvent_Caller_3) == 0x0000D8, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_Array_Add_ReturnValue) == 0x0000E0, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_IsContainerEmpty_ReturnValue) == 0x0000E4, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_IsContainerEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_ComponentBoundEvent_i_caller) == 0x0000E8, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_ComponentBoundEvent_i_caller' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_HermesBindEvent_Handle) == 0x0000F0, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_CustomEvent_Caller_2) == 0x000100, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_Not_PreBool_ReturnValue) == 0x000108, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00010C, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_Add_VectorVector_ReturnValue) == 0x000118, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000128, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_SpawnAkComponentAtLocation_ReturnValue) == 0x000130, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_SpawnAkComponentAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_PostAkEvent_ReturnValue) == 0x000138, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_GetObjectStateInfo_ReturnValue_1) == 0x000140, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_GetObjectStateInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_IsContainerEmpty_ReturnValue_1) == 0x000148, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_IsContainerEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_Array_RemoveItem_ReturnValue) == 0x000149, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_SetStaticMesh_ReturnValue) == 0x00014A, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_CustomEvent_Caller_1) == 0x000150, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_SetStaticMesh_ReturnValue_1) == 0x000158, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_CustomEvent_Caller) == 0x000160, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000168, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_MakeStruct_CalloutInformation) == 0x000170, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_MakeStruct_CalloutInformation' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_CreateDelegate_OutputDelegate_5) == 0x0001C8, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_HermesBindEvent_Handle_1) == 0x0001D8, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_HermesBindEvent_Handle_2) == 0x0001E8, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_HermesBindEvent_Handle_3) == 0x0001F8, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, K2Node_CreateDelegate_OutputDelegate_6) == 0x000208, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_GetComponentVelocity_ReturnValue) == 0x000218, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_GetComponentVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, CallFunc_IsSimulatingPhysics_ReturnValue) == 0x000224, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::CallFunc_IsSimulatingPhysics_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer, Temp_bool_IsClosed_Variable) == 0x000225, "Member 'BP_S_BagContainer_C_ExecuteUbergraph_BP_S_BagContainer::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_S_BagContainer_C \ static_assert(alignof(ABP_S_BagContainer_C) == 0x000008, "Wrong alignment on ABP_S_BagContainer_C"); \ static_assert(sizeof(ABP_S_BagContainer_C) == 0x0003C8, "Wrong size on ABP_S_BagContainer_C"); \ static_assert(offsetof(ABP_S_BagContainer_C, UberGraphFrame) == 0x0002B0, "Member 'ABP_S_BagContainer_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, LootDrop) == 0x0002B8, "Member 'ABP_S_BagContainer_C::LootDrop' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, CognitionStimuliSource) == 0x0002C0, "Member 'ABP_S_BagContainer_C::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, StaticMesh) == 0x0002C8, "Member 'ABP_S_BagContainer_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, NewVar_0) == 0x0002D0, "Member 'ABP_S_BagContainer_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, environment) == 0x0002D8, "Member 'ABP_S_BagContainer_C::environment' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, PropIndex) == 0x0002DC, "Member 'ABP_S_BagContainer_C::PropIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, MeshSelect) == 0x0002E0, "Member 'ABP_S_BagContainer_C::MeshSelect' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, AutoSelectLoot) == 0x000330, "Member 'ABP_S_BagContainer_C::AutoSelectLoot' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, onBagEmpty) == 0x000338, "Member 'ABP_S_BagContainer_C::onBagEmpty' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, BagEmpty) == 0x000348, "Member 'ABP_S_BagContainer_C::BagEmpty' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, Compiled_List) == 0x000349, "Member 'ABP_S_BagContainer_C::Compiled_List' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, Random_Seed) == 0x00034C, "Member 'ABP_S_BagContainer_C::Random_Seed' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, OpenedBagMesh) == 0x000358, "Member 'ABP_S_BagContainer_C::OpenedBagMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, ClosedMesh) == 0x000380, "Member 'ABP_S_BagContainer_C::ClosedMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, LoadedOpenedMesh) == 0x0003A8, "Member 'ABP_S_BagContainer_C::LoadedOpenedMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, LoadedClosedMesh) == 0x0003B0, "Member 'ABP_S_BagContainer_C::LoadedClosedMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, SavedLinearVelocity) == 0x0003B8, "Member 'ABP_S_BagContainer_C::SavedLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(ABP_S_BagContainer_C, SavedSimulatePhysics) == 0x0003C4, "Member 'ABP_S_BagContainer_C::SavedSimulatePhysics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails \ static_assert(alignof(UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails) == 0x000008, "Wrong alignment on UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails) == 0x000060, "Wrong size on UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails, EntryPoint) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails, K2Node_CustomEvent_LegendItem) == 0x000008, "Member 'UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails::K2Node_CustomEvent_LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails, K2Node_CustomEvent_HoldWasCompleted) == 0x000010, "Member 'UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails::K2Node_CustomEvent_HoldWasCompleted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails, CallFunc_PauseAnimation_ReturnValue) == 0x000024, "Member 'UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000028, "Member 'UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00002C, "Member 'UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails, Temp_bool_Variable) == 0x000030, "Member 'UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails, CallFunc_PauseAnimation_ReturnValue_1) == 0x000034, "Member 'UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails::CallFunc_PauseAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails, K2Node_Select_Default) == 0x000038, "Member 'UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails, CallFunc_PlayAnimation_ReturnValue) == 0x000040, "Member 'UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000048, "Member 'UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000050, "Member 'UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'UI_BP_FG_VendorDetails_C_ExecuteUbergraph_UI_BP_FG_VendorDetails::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_DetailsHoldButtonReleased \ static_assert(alignof(UI_BP_FG_VendorDetails_C_DetailsHoldButtonReleased) == 0x000008, "Wrong alignment on UI_BP_FG_VendorDetails_C_DetailsHoldButtonReleased"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_DetailsHoldButtonReleased) == 0x000010, "Wrong size on UI_BP_FG_VendorDetails_C_DetailsHoldButtonReleased"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_DetailsHoldButtonReleased, LegendItem) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_DetailsHoldButtonReleased::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_DetailsHoldButtonReleased, HoldWasCompleted) == 0x000008, "Member 'UI_BP_FG_VendorDetails_C_DetailsHoldButtonReleased::HoldWasCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_BuildItemTooltip \ static_assert(alignof(UI_BP_FG_VendorDetails_C_BuildItemTooltip) == 0x000008, "Wrong alignment on UI_BP_FG_VendorDetails_C_BuildItemTooltip"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_BuildItemTooltip) == 0x000140, "Wrong size on UI_BP_FG_VendorDetails_C_BuildItemTooltip"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, Button) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, tempTraitArray) == 0x000008, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::tempTraitArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, Description) == 0x000018, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::Description' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, Rarity) == 0x000028, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::Rarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, TranslateTitle) == 0x000030, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::TranslateTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, Title) == 0x000038, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::Title' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, QualityString) == 0x000048, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::QualityString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, IsCreatureAlbino) == 0x000058, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::IsCreatureAlbino' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, IsCreatureMale) == 0x000059, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::IsCreatureMale' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, InventoryItemName) == 0x000060, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::InventoryItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, IsCapturedCreature) == 0x000070, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::IsCapturedCreature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, InvResult) == 0x000078, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::InvResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, CallFunc_Conv_NameToString_ReturnValue) == 0x000100, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, CallFunc_IsGear_ReturnValue) == 0x000110, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::CallFunc_IsGear_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000111, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000112, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, CallFunc_SelectString_ReturnValue) == 0x000118, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_BuildItemTooltip, K2Node_MakeStruct_GearItemID) == 0x000128, "Member 'UI_BP_FG_VendorDetails_C_BuildItemTooltip::K2Node_MakeStruct_GearItemID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_SetGearInfo \ static_assert(alignof(UI_BP_FG_VendorDetails_C_SetGearInfo) == 0x000008, "Wrong alignment on UI_BP_FG_VendorDetails_C_SetGearInfo"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_SetGearInfo) == 0x000128, "Wrong size on UI_BP_FG_VendorDetails_C_SetGearInfo"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearInfo, GearItemID) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_SetGearInfo::GearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearInfo, TempGearTraitArray) == 0x000018, "Member 'UI_BP_FG_VendorDetails_C_SetGearInfo::TempGearTraitArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearInfo, TempRarity) == 0x000028, "Member 'UI_BP_FG_VendorDetails_C_SetGearInfo::TempRarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearInfo, tempGearItem) == 0x000030, "Member 'UI_BP_FG_VendorDetails_C_SetGearInfo::tempGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearInfo, CallFunc_GetGearTooltipInfo_Title) == 0x000088, "Member 'UI_BP_FG_VendorDetails_C_SetGearInfo::CallFunc_GetGearTooltipInfo_Title' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearInfo, CallFunc_GetGearTooltipInfo_Description) == 0x000098, "Member 'UI_BP_FG_VendorDetails_C_SetGearInfo::CallFunc_GetGearTooltipInfo_Description' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearInfo, CallFunc_GetGearTooltipInfo_Quality) == 0x0000A8, "Member 'UI_BP_FG_VendorDetails_C_SetGearInfo::CallFunc_GetGearTooltipInfo_Quality' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearInfo, CallFunc_GetGearTooltipInfo_Rarity) == 0x0000B8, "Member 'UI_BP_FG_VendorDetails_C_SetGearInfo::CallFunc_GetGearTooltipInfo_Rarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearInfo, CallFunc_GetGearTooltipInfo_SellPrice) == 0x0000C0, "Member 'UI_BP_FG_VendorDetails_C_SetGearInfo::CallFunc_GetGearTooltipInfo_SellPrice' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearInfo, CallFunc_GetGearTooltipInfo_Sellable) == 0x0000C4, "Member 'UI_BP_FG_VendorDetails_C_SetGearInfo::CallFunc_GetGearTooltipInfo_Sellable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearInfo, CallFunc_GetGearItem_OutGearItem) == 0x0000C8, "Member 'UI_BP_FG_VendorDetails_C_SetGearInfo::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearInfo, CallFunc_GetGearItem_ReturnValue) == 0x000120, "Member 'UI_BP_FG_VendorDetails_C_SetGearInfo::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearInfo, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000121, "Member 'UI_BP_FG_VendorDetails_C_SetGearInfo::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearInfo, CallFunc_SetHeaderData_ShowRarityGraphics) == 0x000122, "Member 'UI_BP_FG_VendorDetails_C_SetGearInfo::CallFunc_SetHeaderData_ShowRarityGraphics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_SetGearTraits \ static_assert(alignof(UI_BP_FG_VendorDetails_C_SetGearTraits) == 0x000008, "Wrong alignment on UI_BP_FG_VendorDetails_C_SetGearTraits"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_SetGearTraits) == 0x0000B8, "Wrong size on UI_BP_FG_VendorDetails_C_SetGearTraits"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearTraits, GearAbilityArray) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_SetGearTraits::GearAbilityArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearTraits, GearItemID) == 0x000010, "Member 'UI_BP_FG_VendorDetails_C_SetGearTraits::GearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearTraits, EmptyTraitCount) == 0x000024, "Member 'UI_BP_FG_VendorDetails_C_SetGearTraits::EmptyTraitCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearTraits, tempTraitArray) == 0x000028, "Member 'UI_BP_FG_VendorDetails_C_SetGearTraits::tempTraitArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearTraits, CallFunc_GetGearEmptyTraitSlots_ReturnValue) == 0x000038, "Member 'UI_BP_FG_VendorDetails_C_SetGearTraits::CallFunc_GetGearEmptyTraitSlots_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearTraits, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00003C, "Member 'UI_BP_FG_VendorDetails_C_SetGearTraits::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearTraits, CallFunc_GetGearItem_OutGearItem) == 0x000040, "Member 'UI_BP_FG_VendorDetails_C_SetGearTraits::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearTraits, CallFunc_GetGearItem_ReturnValue) == 0x000098, "Member 'UI_BP_FG_VendorDetails_C_SetGearTraits::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearTraits, CallFunc_GetTotalAvailableTriats_TotalAvailableTraits) == 0x00009C, "Member 'UI_BP_FG_VendorDetails_C_SetGearTraits::CallFunc_GetTotalAvailableTriats_TotalAvailableTraits' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearTraits, CallFunc_Get_ReturnValue) == 0x0000A0, "Member 'UI_BP_FG_VendorDetails_C_SetGearTraits::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearTraits, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'UI_BP_FG_VendorDetails_C_SetGearTraits::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearTraits, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000B0, "Member 'UI_BP_FG_VendorDetails_C_SetGearTraits::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearTraits, CallFunc_BooleanAND_ReturnValue) == 0x0000B1, "Member 'UI_BP_FG_VendorDetails_C_SetGearTraits::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_SetGearDeleteMessage \ static_assert(alignof(UI_BP_FG_VendorDetails_C_SetGearDeleteMessage) == 0x000004, "Wrong alignment on UI_BP_FG_VendorDetails_C_SetGearDeleteMessage"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_SetGearDeleteMessage) == 0x000014, "Wrong size on UI_BP_FG_VendorDetails_C_SetGearDeleteMessage"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearDeleteMessage, GearID) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_SetGearDeleteMessage::GearID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearDeleteMessage, GearVariation) == 0x000008, "Member 'UI_BP_FG_VendorDetails_C_SetGearDeleteMessage::GearVariation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearDeleteMessage, DisplayIfSafeToDelete) == 0x000010, "Member 'UI_BP_FG_VendorDetails_C_SetGearDeleteMessage::DisplayIfSafeToDelete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_SetGearLevelRequirement \ static_assert(alignof(UI_BP_FG_VendorDetails_C_SetGearLevelRequirement) == 0x000008, "Wrong alignment on UI_BP_FG_VendorDetails_C_SetGearLevelRequirement"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_SetGearLevelRequirement) == 0x000090, "Wrong size on UI_BP_FG_VendorDetails_C_SetGearLevelRequirement"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearLevelRequirement, GearID) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_SetGearLevelRequirement::GearID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearLevelRequirement, GearVariation) == 0x000008, "Member 'UI_BP_FG_VendorDetails_C_SetGearLevelRequirement::GearVariation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearLevelRequirement, CallFunc_Get_ReturnValue) == 0x000010, "Member 'UI_BP_FG_VendorDetails_C_SetGearLevelRequirement::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearLevelRequirement, K2Node_MakeStruct_GearItemID) == 0x000018, "Member 'UI_BP_FG_VendorDetails_C_SetGearLevelRequirement::K2Node_MakeStruct_GearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearLevelRequirement, CallFunc_GetExperienceLevel_ReturnValue) == 0x00002C, "Member 'UI_BP_FG_VendorDetails_C_SetGearLevelRequirement::CallFunc_GetExperienceLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearLevelRequirement, CallFunc_GetGearItem_OutGearItem) == 0x000030, "Member 'UI_BP_FG_VendorDetails_C_SetGearLevelRequirement::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearLevelRequirement, CallFunc_GetGearItem_ReturnValue) == 0x000088, "Member 'UI_BP_FG_VendorDetails_C_SetGearLevelRequirement::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearLevelRequirement, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000089, "Member 'UI_BP_FG_VendorDetails_C_SetGearLevelRequirement::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo \ static_assert(alignof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo) == 0x000008, "Wrong alignment on UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo) == 0x0000E8, "Wrong size on UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, GearID) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::GearID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, Variation) == 0x000008, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::Variation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, tempDesc) == 0x000010, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::tempDesc' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, TempTypeID) == 0x000020, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::TempTypeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, TempTitle) == 0x000028, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::TempTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, Temp_object_Variable) == 0x000038, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, Temp_bool_Variable) == 0x000040, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, Temp_byte_Variable) == 0x000041, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, Temp_byte_Variable_1) == 0x000042, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, CallFunc_Conv_NameToString_ReturnValue) == 0x000048, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, K2Node_Select_Default) == 0x000068, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, Temp_object_Variable_1) == 0x000070, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, Temp_bool_Variable_1) == 0x000078, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, K2Node_Select_Default_1) == 0x000080, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, CallFunc_Get_ReturnValue) == 0x000088, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, CallFunc_GetCreatureDisplayNameFromUIDName_OutName) == 0x000090, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::CallFunc_GetCreatureDisplayNameFromUIDName_OutName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, CallFunc_GetCreatureDisplayNameFromUIDName_OutIsLocalizationKey) == 0x0000A0, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::CallFunc_GetCreatureDisplayNameFromUIDName_OutIsLocalizationKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, CallFunc_BP_GetCreatureStateByFName_ReturnValue) == 0x0000A8, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::CallFunc_BP_GetCreatureStateByFName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, CallFunc_GetTypeID_ReturnValue) == 0x0000B0, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::CallFunc_GetTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, CallFunc_IsAlbino_ReturnValue) == 0x0000B8, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::CallFunc_IsAlbino_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, CallFunc_GetIsMale_ReturnValue) == 0x0000B9, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::CallFunc_GetIsMale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, CallFunc_Conv_StringToText_ReturnValue) == 0x0000C0, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000D8, "Member 'UI_BP_FG_VendorDetails_C_SetCapturedCreatureInfo::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_SetStandardTooltip \ static_assert(alignof(UI_BP_FG_VendorDetails_C_SetStandardTooltip) == 0x000008, "Wrong alignment on UI_BP_FG_VendorDetails_C_SetStandardTooltip"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_SetStandardTooltip) == 0x000048, "Wrong size on UI_BP_FG_VendorDetails_C_SetStandardTooltip"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetStandardTooltip, GearID) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_SetStandardTooltip::GearID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetStandardTooltip, GearVariation) == 0x000008, "Member 'UI_BP_FG_VendorDetails_C_SetStandardTooltip::GearVariation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetStandardTooltip, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'UI_BP_FG_VendorDetails_C_SetStandardTooltip::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetStandardTooltip, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'UI_BP_FG_VendorDetails_C_SetStandardTooltip::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetStandardTooltip, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000030, "Member 'UI_BP_FG_VendorDetails_C_SetStandardTooltip::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetStandardTooltip, CallFunc_GetLevelRequiermentsForItem_outLevel) == 0x000040, "Member 'UI_BP_FG_VendorDetails_C_SetStandardTooltip::CallFunc_GetLevelRequiermentsForItem_outLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetStandardTooltip, CallFunc_GetLevelRequiermentsForItem_outUsable) == 0x000044, "Member 'UI_BP_FG_VendorDetails_C_SetStandardTooltip::CallFunc_GetLevelRequiermentsForItem_outUsable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_SetLevel \ static_assert(alignof(UI_BP_FG_VendorDetails_C_SetLevel) == 0x000008, "Wrong alignment on UI_BP_FG_VendorDetails_C_SetLevel"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_SetLevel) == 0x000058, "Wrong size on UI_BP_FG_VendorDetails_C_SetLevel"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetLevel, Level) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_SetLevel::Level' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetLevel, Usable) == 0x000004, "Member 'UI_BP_FG_VendorDetails_C_SetLevel::Usable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetLevel, Temp_bool_Variable) == 0x000005, "Member 'UI_BP_FG_VendorDetails_C_SetLevel::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetLevel, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'UI_BP_FG_VendorDetails_C_SetLevel::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetLevel, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_FG_VendorDetails_C_SetLevel::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetLevel, K2Node_MakeStruct_DataTableRowHandle) == 0x000028, "Member 'UI_BP_FG_VendorDetails_C_SetLevel::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetLevel, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000038, "Member 'UI_BP_FG_VendorDetails_C_SetLevel::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetLevel, K2Node_Select_Default) == 0x000048, "Member 'UI_BP_FG_VendorDetails_C_SetLevel::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_PlayVendorDetailsAppearAnim \ static_assert(alignof(UI_BP_FG_VendorDetails_C_PlayVendorDetailsAppearAnim) == 0x000008, "Wrong alignment on UI_BP_FG_VendorDetails_C_PlayVendorDetailsAppearAnim"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_PlayVendorDetailsAppearAnim) == 0x000020, "Wrong size on UI_BP_FG_VendorDetails_C_PlayVendorDetailsAppearAnim"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_PlayVendorDetailsAppearAnim, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_PlayVendorDetailsAppearAnim::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_PlayVendorDetailsAppearAnim, CallFunc_PauseAnimation_ReturnValue) == 0x000004, "Member 'UI_BP_FG_VendorDetails_C_PlayVendorDetailsAppearAnim::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_PlayVendorDetailsAppearAnim, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000008, "Member 'UI_BP_FG_VendorDetails_C_PlayVendorDetailsAppearAnim::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_PlayVendorDetailsAppearAnim, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00000C, "Member 'UI_BP_FG_VendorDetails_C_PlayVendorDetailsAppearAnim::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_PlayVendorDetailsAppearAnim, K2Node_Select_Default) == 0x000010, "Member 'UI_BP_FG_VendorDetails_C_PlayVendorDetailsAppearAnim::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_PlayVendorDetailsAppearAnim, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'UI_BP_FG_VendorDetails_C_PlayVendorDetailsAppearAnim::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_PlayVendorDetailsDisAppearAnim \ static_assert(alignof(UI_BP_FG_VendorDetails_C_PlayVendorDetailsDisAppearAnim) == 0x000008, "Wrong alignment on UI_BP_FG_VendorDetails_C_PlayVendorDetailsDisAppearAnim"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_PlayVendorDetailsDisAppearAnim) == 0x000010, "Wrong size on UI_BP_FG_VendorDetails_C_PlayVendorDetailsDisAppearAnim"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_PlayVendorDetailsDisAppearAnim, CallFunc_PauseAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_PlayVendorDetailsDisAppearAnim::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_PlayVendorDetailsDisAppearAnim, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_FG_VendorDetails_C_PlayVendorDetailsDisAppearAnim::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_SetGearStats \ static_assert(alignof(UI_BP_FG_VendorDetails_C_SetGearStats) == 0x000004, "Wrong alignment on UI_BP_FG_VendorDetails_C_SetGearStats"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_SetGearStats) == 0x000020, "Wrong size on UI_BP_FG_VendorDetails_C_SetGearStats"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearStats, GearSlot) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_SetGearStats::GearSlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearStats, Offense) == 0x000004, "Member 'UI_BP_FG_VendorDetails_C_SetGearStats::Offense' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearStats, Defense) == 0x000008, "Member 'UI_BP_FG_VendorDetails_C_SetGearStats::Defense' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearStats, isUnidentified) == 0x00000C, "Member 'UI_BP_FG_VendorDetails_C_SetGearStats::isUnidentified' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearStats, ItemRarity) == 0x000010, "Member 'UI_BP_FG_VendorDetails_C_SetGearStats::ItemRarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearStats, TempSecondarySlotID) == 0x000018, "Member 'UI_BP_FG_VendorDetails_C_SetGearStats::TempSecondarySlotID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearStats, TempMainSlotID) == 0x000019, "Member 'UI_BP_FG_VendorDetails_C_SetGearStats::TempMainSlotID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearStats, CallFunc_DefineSecondaryGearStatTypeFromSlot_ReturnValue) == 0x00001A, "Member 'UI_BP_FG_VendorDetails_C_SetGearStats::CallFunc_DefineSecondaryGearStatTypeFromSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearStats, CallFunc_DefineGearStatTypeFromSlot_ReturnValue) == 0x00001B, "Member 'UI_BP_FG_VendorDetails_C_SetGearStats::CallFunc_DefineGearStatTypeFromSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearStats, CallFunc_NotEqual_NameName_ReturnValue) == 0x00001C, "Member 'UI_BP_FG_VendorDetails_C_SetGearStats::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_SetUnidentifiedInfo \ static_assert(alignof(UI_BP_FG_VendorDetails_C_SetUnidentifiedInfo) == 0x000001, "Wrong alignment on UI_BP_FG_VendorDetails_C_SetUnidentifiedInfo"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_SetUnidentifiedInfo) == 0x000001, "Wrong size on UI_BP_FG_VendorDetails_C_SetUnidentifiedInfo"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetUnidentifiedInfo, GearSlot) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_SetUnidentifiedInfo::GearSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_SetRequiredGearLevel \ static_assert(alignof(UI_BP_FG_VendorDetails_C_SetRequiredGearLevel) == 0x000008, "Wrong alignment on UI_BP_FG_VendorDetails_C_SetRequiredGearLevel"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_SetRequiredGearLevel) == 0x000060, "Wrong size on UI_BP_FG_VendorDetails_C_SetRequiredGearLevel"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetRequiredGearLevel, ItemLevel) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_SetRequiredGearLevel::ItemLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetRequiredGearLevel, ItemRarity) == 0x000004, "Member 'UI_BP_FG_VendorDetails_C_SetRequiredGearLevel::ItemRarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetRequiredGearLevel, K2Node_MakeStruct_DataTableRowHandle) == 0x000010, "Member 'UI_BP_FG_VendorDetails_C_SetRequiredGearLevel::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetRequiredGearLevel, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'UI_BP_FG_VendorDetails_C_SetRequiredGearLevel::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetRequiredGearLevel, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000038, "Member 'UI_BP_FG_VendorDetails_C_SetRequiredGearLevel::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetRequiredGearLevel, CallFunc_NotEqual_NameName_ReturnValue) == 0x000048, "Member 'UI_BP_FG_VendorDetails_C_SetRequiredGearLevel::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetRequiredGearLevel, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x000049, "Member 'UI_BP_FG_VendorDetails_C_SetRequiredGearLevel::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetRequiredGearLevel, CallFunc_NotEqual_NameName_ReturnValue_2) == 0x00004A, "Member 'UI_BP_FG_VendorDetails_C_SetRequiredGearLevel::CallFunc_NotEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetRequiredGearLevel, CallFunc_BooleanAND_ReturnValue) == 0x00004B, "Member 'UI_BP_FG_VendorDetails_C_SetRequiredGearLevel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetRequiredGearLevel, CallFunc_BooleanAND_ReturnValue_1) == 0x00004C, "Member 'UI_BP_FG_VendorDetails_C_SetRequiredGearLevel::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetRequiredGearLevel, CallFunc_Get_ReturnValue) == 0x000050, "Member 'UI_BP_FG_VendorDetails_C_SetRequiredGearLevel::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetRequiredGearLevel, CallFunc_GetExperienceLevel_ReturnValue) == 0x000058, "Member 'UI_BP_FG_VendorDetails_C_SetRequiredGearLevel::CallFunc_GetExperienceLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetRequiredGearLevel, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00005C, "Member 'UI_BP_FG_VendorDetails_C_SetRequiredGearLevel::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_SetGearUpgrades \ static_assert(alignof(UI_BP_FG_VendorDetails_C_SetGearUpgrades) == 0x000004, "Wrong alignment on UI_BP_FG_VendorDetails_C_SetGearUpgrades"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_SetGearUpgrades) == 0x000028, "Wrong size on UI_BP_FG_VendorDetails_C_SetGearUpgrades"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearUpgrades, GearItemID) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_SetGearUpgrades::GearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearUpgrades, ItemRarity) == 0x000014, "Member 'UI_BP_FG_VendorDetails_C_SetGearUpgrades::ItemRarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearUpgrades, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00001C, "Member 'UI_BP_FG_VendorDetails_C_SetGearUpgrades::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearUpgrades, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x00001D, "Member 'UI_BP_FG_VendorDetails_C_SetGearUpgrades::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearUpgrades, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x00001E, "Member 'UI_BP_FG_VendorDetails_C_SetGearUpgrades::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearUpgrades, CallFunc_EqualEqual_NameName_ReturnValue_3) == 0x00001F, "Member 'UI_BP_FG_VendorDetails_C_SetGearUpgrades::CallFunc_EqualEqual_NameName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearUpgrades, CallFunc_GetNumOfStatUpgradeForGearItem_ReturnValue) == 0x000020, "Member 'UI_BP_FG_VendorDetails_C_SetGearUpgrades::CallFunc_GetNumOfStatUpgradeForGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearUpgrades, CallFunc_BooleanOR_ReturnValue) == 0x000024, "Member 'UI_BP_FG_VendorDetails_C_SetGearUpgrades::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearUpgrades, CallFunc_BooleanOR_ReturnValue_1) == 0x000025, "Member 'UI_BP_FG_VendorDetails_C_SetGearUpgrades::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetGearUpgrades, CallFunc_BooleanOR_ReturnValue_2) == 0x000026, "Member 'UI_BP_FG_VendorDetails_C_SetGearUpgrades::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_SetTooltipLegend \ static_assert(alignof(UI_BP_FG_VendorDetails_C_SetTooltipLegend) == 0x000008, "Wrong alignment on UI_BP_FG_VendorDetails_C_SetTooltipLegend"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_SetTooltipLegend) == 0x000078, "Wrong size on UI_BP_FG_VendorDetails_C_SetTooltipLegend"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetTooltipLegend, LegendItemArray) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_SetTooltipLegend::LegendItemArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetTooltipLegend, UseHold) == 0x000010, "Member 'UI_BP_FG_VendorDetails_C_SetTooltipLegend::UseHold' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetTooltipLegend, HoldIndex) == 0x000014, "Member 'UI_BP_FG_VendorDetails_C_SetTooltipLegend::HoldIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetTooltipLegend, Temp_int_Array_Index_Variable) == 0x000018, "Member 'UI_BP_FG_VendorDetails_C_SetTooltipLegend::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetTooltipLegend, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'UI_BP_FG_VendorDetails_C_SetTooltipLegend::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetTooltipLegend, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_FG_VendorDetails_C_SetTooltipLegend::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetTooltipLegend, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'UI_BP_FG_VendorDetails_C_SetTooltipLegend::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetTooltipLegend, CallFunc_GetLegendItem_ReturnValue) == 0x000038, "Member 'UI_BP_FG_VendorDetails_C_SetTooltipLegend::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetTooltipLegend, CallFunc_Array_Get_Item) == 0x000040, "Member 'UI_BP_FG_VendorDetails_C_SetTooltipLegend::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetTooltipLegend, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'UI_BP_FG_VendorDetails_C_SetTooltipLegend::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_SetTooltipLegend, CallFunc_Less_IntInt_ReturnValue) == 0x000074, "Member 'UI_BP_FG_VendorDetails_C_SetTooltipLegend::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped \ static_assert(alignof(UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped) == 0x000008, "Wrong alignment on UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped) == 0x0000F0, "Wrong size on UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped, EquippedSlot) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped::EquippedSlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped, TempSecondaryValue) == 0x000004, "Member 'UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped::TempSecondaryValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped, TempMainValue) == 0x000008, "Member 'UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped::TempMainValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped, tempGearItem) == 0x000010, "Member 'UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped::tempGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped, TempSecondaryStat) == 0x000068, "Member 'UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped::TempSecondaryStat' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped, TempMainStat) == 0x000069, "Member 'UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped::TempMainStat' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped, K2Node_SwitchEnum_CmpSuccess) == 0x00006A, "Member 'UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped, K2Node_SwitchEnum_CmpSuccess_1) == 0x00006B, "Member 'UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped, CallFunc_DefineSecondaryGearStatTypeFromSlot_ReturnValue) == 0x00006C, "Member 'UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped::CallFunc_DefineSecondaryGearStatTypeFromSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped, CallFunc_DefineGearStatTypeFromSlot_ReturnValue) == 0x00006D, "Member 'UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped::CallFunc_DefineGearStatTypeFromSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped, CallFunc_Get_ReturnValue) == 0x000070, "Member 'UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped, CallFunc_GetEquippedGearItemID_ReturnValue) == 0x000078, "Member 'UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped::CallFunc_GetEquippedGearItemID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped, CallFunc_GetGearItem_OutGearItem) == 0x000090, "Member 'UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped, CallFunc_GetGearItem_ReturnValue) == 0x0000E8, "Member 'UI_BP_FG_VendorDetails_C_Compare_Stats_to_Equipped::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings) == 0x0003C0, "Wrong size on UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x000038, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000040, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000050, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000051, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x000058, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000068, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000080, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000090, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_1) == 0x000094, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000095, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000098, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000B0, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_2) == 0x0000C4, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x0000C5, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x0000C8, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000E0, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000F0, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_3) == 0x0000F4, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x0000F5, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0000F8, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000110, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x000120, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_4) == 0x000124, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue) == 0x000128, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x000140, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x000148, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x000158, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue_1) == 0x000160, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_5) == 0x000178, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue_2) == 0x000188, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_5) == 0x0001A0, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_6) == 0x0001A8, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_6) == 0x0001B8, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_4) == 0x0001C0, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue_3) == 0x0001D8, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_7) == 0x0001F0, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_8) == 0x000200, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_7) == 0x000210, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_8) == 0x000214, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_5) == 0x000218, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_9) == 0x000230, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_9) == 0x000240, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_5) == 0x000244, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_5) == 0x000245, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_6) == 0x000246, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_6) == 0x000247, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_7) == 0x000248, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_7) == 0x000249, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_6) == 0x000250, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_10) == 0x000268, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_10) == 0x000278, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_8) == 0x00027C, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_3) == 0x000280, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_8) == 0x000290, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_9) == 0x000291, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_4) == 0x000298, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_9) == 0x0002A8, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_10) == 0x0002A9, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_5) == 0x0002B0, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_10) == 0x0002C0, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_6) == 0x0002C8, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_11) == 0x0002D8, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_11) == 0x0002D9, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_7) == 0x0002E0, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_11) == 0x0002F8, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_11) == 0x000308, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_12) == 0x00030C, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_12) == 0x00030D, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_8) == 0x000310, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_12) == 0x000328, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_12) == 0x000338, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_13) == 0x00033C, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue_4) == 0x000340, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_13) == 0x000358, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_13) == 0x000360, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_13) == 0x000370, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_9) == 0x000378, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_14) == 0x000390, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_14) == 0x0003A0, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_14) == 0x0003A4, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_14) == 0x0003A5, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_15) == 0x0003A6, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_7) == 0x0003A8, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_15) == 0x0003B8, "Member 'UI_BP_FG_VendorDetails_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_15' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FG_VendorDetails_C \ static_assert(alignof(UUI_BP_FG_VendorDetails_C) == 0x000008, "Wrong alignment on UUI_BP_FG_VendorDetails_C"); \ static_assert(sizeof(UUI_BP_FG_VendorDetails_C) == 0x000460, "Wrong size on UUI_BP_FG_VendorDetails_C"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_FG_VendorDetails_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, Appear) == 0x000330, "Member 'UUI_BP_FG_VendorDetails_C::Appear' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, AlbinoIcon) == 0x000338, "Member 'UUI_BP_FG_VendorDetails_C::AlbinoIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, destroyNotification) == 0x000340, "Member 'UUI_BP_FG_VendorDetails_C::destroyNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, destroyText) == 0x000348, "Member 'UUI_BP_FG_VendorDetails_C::destroyText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, detailsDescription) == 0x000350, "Member 'UUI_BP_FG_VendorDetails_C::detailsDescription' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, detailsLegend) == 0x000358, "Member 'UUI_BP_FG_VendorDetails_C::detailsLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, detailsLegendBar) == 0x000360, "Member 'UUI_BP_FG_VendorDetails_C::detailsLegendBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, gearContent) == 0x000368, "Member 'UUI_BP_FG_VendorDetails_C::gearContent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, GearDeleteMessage) == 0x000370, "Member 'UUI_BP_FG_VendorDetails_C::GearDeleteMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, gearDesc) == 0x000378, "Member 'UUI_BP_FG_VendorDetails_C::gearDesc' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, gearHeader) == 0x000380, "Member 'UUI_BP_FG_VendorDetails_C::gearHeader' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, GearTraits) == 0x000388, "Member 'UUI_BP_FG_VendorDetails_C::GearTraits' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, gearUpgrades) == 0x000390, "Member 'UUI_BP_FG_VendorDetails_C::gearUpgrades' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, GenderIcon) == 0x000398, "Member 'UUI_BP_FG_VendorDetails_C::GenderIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, itemContent) == 0x0003A0, "Member 'UUI_BP_FG_VendorDetails_C::itemContent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, itemRequiredLevel) == 0x0003A8, "Member 'UUI_BP_FG_VendorDetails_C::itemRequiredLevel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, itemRequiredLevelShield) == 0x0003B0, "Member 'UUI_BP_FG_VendorDetails_C::itemRequiredLevelShield' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, itemTitle) == 0x0003B8, "Member 'UUI_BP_FG_VendorDetails_C::itemTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, ItemValue) == 0x0003C0, "Member 'UUI_BP_FG_VendorDetails_C::ItemValue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, mainStat) == 0x0003C8, "Member 'UUI_BP_FG_VendorDetails_C::mainStat' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, NoMagicMessage) == 0x0003D0, "Member 'UUI_BP_FG_VendorDetails_C::NoMagicMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, OutOfStock) == 0x0003D8, "Member 'UUI_BP_FG_VendorDetails_C::OutOfStock' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, OutOfStockLabel) == 0x0003E0, "Member 'UUI_BP_FG_VendorDetails_C::OutOfStockLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, panelBack) == 0x0003E8, "Member 'UUI_BP_FG_VendorDetails_C::panelBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, RequiredLevel) == 0x0003F0, "Member 'UUI_BP_FG_VendorDetails_C::RequiredLevel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, requiredLevelShield) == 0x0003F8, "Member 'UUI_BP_FG_VendorDetails_C::requiredLevelShield' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, SellValue) == 0x000400, "Member 'UUI_BP_FG_VendorDetails_C::SellValue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, SellValueText) == 0x000408, "Member 'UUI_BP_FG_VendorDetails_C::SellValueText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, Stats) == 0x000410, "Member 'UUI_BP_FG_VendorDetails_C::Stats' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, statsBox) == 0x000418, "Member 'UUI_BP_FG_VendorDetails_C::statsBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, upgradeStat) == 0x000420, "Member 'UUI_BP_FG_VendorDetails_C::upgradeStat' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, VendorDetailCollapseDistpatch) == 0x000428, "Member 'UUI_BP_FG_VendorDetails_C::VendorDetailCollapseDistpatch' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, LegendHoldItem) == 0x000438, "Member 'UUI_BP_FG_VendorDetails_C::LegendHoldItem' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, OnHoldButtonReleasedEvent) == 0x000440, "Member 'UUI_BP_FG_VendorDetails_C::OnHoldButtonReleasedEvent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, ObjectRarity) == 0x000450, "Member 'UUI_BP_FG_VendorDetails_C::ObjectRarity' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, IsAlbino) == 0x000458, "Member 'UUI_BP_FG_VendorDetails_C::IsAlbino' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_VendorDetails_C, IsMale) == 0x000459, "Member 'UUI_BP_FG_VendorDetails_C::IsMale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_ShadowSwitch_C_OnEnterInterval \ static_assert(alignof(BP_SceneAction_ShadowSwitch_C_OnEnterInterval) == 0x000004, "Wrong alignment on BP_SceneAction_ShadowSwitch_C_OnEnterInterval"); \ static_assert(sizeof(BP_SceneAction_ShadowSwitch_C_OnEnterInterval) == 0x000008, "Wrong size on BP_SceneAction_ShadowSwitch_C_OnEnterInterval"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_OnEnterInterval, Time) == 0x000000, "Member 'BP_SceneAction_ShadowSwitch_C_OnEnterInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_OnEnterInterval, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_ShadowSwitch_C_OnEnterInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_ShadowSwitch_C_OnExitInterval \ static_assert(alignof(BP_SceneAction_ShadowSwitch_C_OnExitInterval) == 0x000004, "Wrong alignment on BP_SceneAction_ShadowSwitch_C_OnExitInterval"); \ static_assert(sizeof(BP_SceneAction_ShadowSwitch_C_OnExitInterval) == 0x000008, "Wrong size on BP_SceneAction_ShadowSwitch_C_OnExitInterval"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_OnExitInterval, Time) == 0x000000, "Member 'BP_SceneAction_ShadowSwitch_C_OnExitInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_OnExitInterval, cancelled) == 0x000004, "Member 'BP_SceneAction_ShadowSwitch_C_OnExitInterval::cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_OnExitInterval, IsScrubbing) == 0x000005, "Member 'BP_SceneAction_ShadowSwitch_C_OnExitInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch \ static_assert(alignof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch) == 0x000008, "Wrong alignment on BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch"); \ static_assert(sizeof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch) == 0x0000A0, "Wrong size on BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, EntryPoint) == 0x000000, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, CallFunc_GetActionObjectBP_ReturnValue) == 0x000010, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::CallFunc_GetActionObjectBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, K2Node_Event_Time_1) == 0x000018, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::K2Node_Event_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, K2Node_Event_IsScrubbing_1) == 0x00001C, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::K2Node_Event_IsScrubbing_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, K2Node_DynamicCast_AsActor) == 0x000020, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, K2Node_Event_Time) == 0x00002C, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, K2Node_Event_Cancelled) == 0x000030, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::K2Node_Event_Cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, K2Node_Event_IsScrubbing) == 0x000031, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000038, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, Temp_int_Loop_Counter_Variable_1) == 0x000048, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, CallFunc_Add_IntInt_ReturnValue_1) == 0x000050, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, CallFunc_Map_Values_Values) == 0x000058, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, CallFunc_Map_Keys_Keys) == 0x000068, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, CallFunc_Array_Get_Item_1) == 0x000080, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, CallFunc_Array_Length_ReturnValue_1) == 0x000088, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, CallFunc_Less_IntInt_ReturnValue_1) == 0x00008C, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, Temp_int_Array_Index_Variable_1) == 0x000090, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch, CallFunc_Array_Get_Item_2) == 0x000098, "Member 'BP_SceneAction_ShadowSwitch_C_ExecuteUbergraph_BP_SceneAction_ShadowSwitch::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_ShadowSwitch_C_GetDisplayName \ static_assert(alignof(BP_SceneAction_ShadowSwitch_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_SceneAction_ShadowSwitch_C_GetDisplayName"); \ static_assert(sizeof(BP_SceneAction_ShadowSwitch_C_GetDisplayName) == 0x0000D0, "Wrong size on BP_SceneAction_ShadowSwitch_C_GetDisplayName"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_GetDisplayName, ReturnValue) == 0x000000, "Member 'BP_SceneAction_ShadowSwitch_C_GetDisplayName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_GetDisplayName, Temp_bool_Variable) == 0x000018, "Member 'BP_SceneAction_ShadowSwitch_C_GetDisplayName::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_GetDisplayName, Temp_text_Variable) == 0x000020, "Member 'BP_SceneAction_ShadowSwitch_C_GetDisplayName::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_GetDisplayName, Temp_text_Variable_1) == 0x000038, "Member 'BP_SceneAction_ShadowSwitch_C_GetDisplayName::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_GetDisplayName, K2Node_Select_Default) == 0x000050, "Member 'BP_SceneAction_ShadowSwitch_C_GetDisplayName::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_SceneAction_ShadowSwitch_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_GetDisplayName, K2Node_MakeArray_Array) == 0x0000A8, "Member 'BP_SceneAction_ShadowSwitch_C_GetDisplayName::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ShadowSwitch_C_GetDisplayName, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'BP_SceneAction_ShadowSwitch_C_GetDisplayName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SceneAction_ShadowSwitch_C \ static_assert(alignof(UBP_SceneAction_ShadowSwitch_C) == 0x000008, "Wrong alignment on UBP_SceneAction_ShadowSwitch_C"); \ static_assert(sizeof(UBP_SceneAction_ShadowSwitch_C) == 0x000108, "Wrong size on UBP_SceneAction_ShadowSwitch_C"); \ static_assert(offsetof(UBP_SceneAction_ShadowSwitch_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_SceneAction_ShadowSwitch_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_ShadowSwitch_C, bShadowsOn) == 0x0000B0, "Member 'UBP_SceneAction_ShadowSwitch_C::bShadowsOn' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_ShadowSwitch_C, LightToInitialShadowsMap) == 0x0000B8, "Member 'UBP_SceneAction_ShadowSwitch_C::LightToInitialShadowsMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_ExecuteUbergraph_UI_BP_FG_GearInvTooltip \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_ExecuteUbergraph_UI_BP_FG_GearInvTooltip) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_ExecuteUbergraph_UI_BP_FG_GearInvTooltip"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_ExecuteUbergraph_UI_BP_FG_GearInvTooltip) == 0x000020, "Wrong size on UI_BP_FG_GearInvTooltip_C_ExecuteUbergraph_UI_BP_FG_GearInvTooltip"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_ExecuteUbergraph_UI_BP_FG_GearInvTooltip, EntryPoint) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_ExecuteUbergraph_UI_BP_FG_GearInvTooltip::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_ExecuteUbergraph_UI_BP_FG_GearInvTooltip, K2Node_CustomEvent_LegendItem) == 0x000008, "Member 'UI_BP_FG_GearInvTooltip_C_ExecuteUbergraph_UI_BP_FG_GearInvTooltip::K2Node_CustomEvent_LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_ExecuteUbergraph_UI_BP_FG_GearInvTooltip, K2Node_CustomEvent_HoldWasCompleted) == 0x000010, "Member 'UI_BP_FG_GearInvTooltip_C_ExecuteUbergraph_UI_BP_FG_GearInvTooltip::K2Node_CustomEvent_HoldWasCompleted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_ExecuteUbergraph_UI_BP_FG_GearInvTooltip, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'UI_BP_FG_GearInvTooltip_C_ExecuteUbergraph_UI_BP_FG_GearInvTooltip::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_HoldReleased \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_HoldReleased) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_HoldReleased"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_HoldReleased) == 0x000010, "Wrong size on UI_BP_FG_GearInvTooltip_C_HoldReleased"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_HoldReleased, LegendItem) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_HoldReleased::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_HoldReleased, HoldWasCompleted) == 0x000008, "Member 'UI_BP_FG_GearInvTooltip_C_HoldReleased::HoldWasCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip) == 0x000178, "Wrong size on UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, Button) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, IsAppearanceInventory) == 0x000008, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::IsAppearanceInventory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, IsEquipped) == 0x000009, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::IsEquipped' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, tempGearSlot) == 0x00000A, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::tempGearSlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, tempTraitArray) == 0x000010, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::tempTraitArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, Temp_byte_Variable) == 0x000020, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, Temp_byte_Variable_1) == 0x000021, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, Temp_bool_Variable) == 0x000022, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, CallFunc_GetGearItem_OutGearItem) == 0x000028, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, CallFunc_GetGearItem_ReturnValue) == 0x000080, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, K2Node_Select_Default) == 0x000081, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, CallFunc_SetRarity_ShowRarityGraphics) == 0x000082, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::CallFunc_SetRarity_ShowRarityGraphics' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, CallFunc_GetItemProperties_ItemProperties) == 0x000084, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::CallFunc_GetItemProperties_ItemProperties' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, CallFunc_GetItemProperties_ReturnValue) == 0x0000F0, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::CallFunc_GetItemProperties_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, CallFunc_GetGearItem_OutGearItem_1) == 0x0000F8, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::CallFunc_GetGearItem_OutGearItem_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, CallFunc_GetGearItem_ReturnValue_1) == 0x000150, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::CallFunc_GetGearItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, CallFunc_UpdateGearSharedInfo_GearID) == 0x000154, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::CallFunc_UpdateGearSharedInfo_GearID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, CallFunc_Conv_NameToString_ReturnValue) == 0x000160, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000170, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip, CallFunc_BooleanOR_ReturnValue) == 0x000171, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Gear_Tooltip::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_SetRarity \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_SetRarity) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_SetRarity"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_SetRarity) == 0x000058, "Wrong size on UI_BP_FG_GearInvTooltip_C_SetRarity"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRarity, Rarity) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_SetRarity::Rarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRarity, ShowRarityGraphics) == 0x000008, "Member 'UI_BP_FG_GearInvTooltip_C_SetRarity::ShowRarityGraphics' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRarity, Temp_byte_Variable) == 0x000009, "Member 'UI_BP_FG_GearInvTooltip_C_SetRarity::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRarity, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00000A, "Member 'UI_BP_FG_GearInvTooltip_C_SetRarity::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRarity, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'UI_BP_FG_GearInvTooltip_C_SetRarity::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRarity, Temp_byte_Variable_1) == 0x000020, "Member 'UI_BP_FG_GearInvTooltip_C_SetRarity::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRarity, Temp_bool_Variable) == 0x000021, "Member 'UI_BP_FG_GearInvTooltip_C_SetRarity::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRarity, K2Node_Select_Default) == 0x000022, "Member 'UI_BP_FG_GearInvTooltip_C_SetRarity::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRarity, CallFunc_GetRarityColorTag_ColorTag) == 0x000028, "Member 'UI_BP_FG_GearInvTooltip_C_SetRarity::CallFunc_GetRarityColorTag_ColorTag' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRarity, CallFunc_NotEqual_NameName_ReturnValue) == 0x000038, "Member 'UI_BP_FG_GearInvTooltip_C_SetRarity::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRarity, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x000039, "Member 'UI_BP_FG_GearInvTooltip_C_SetRarity::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRarity, CallFunc_NotEqual_NameName_ReturnValue_2) == 0x00003A, "Member 'UI_BP_FG_GearInvTooltip_C_SetRarity::CallFunc_NotEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRarity, CallFunc_GetRarityColorTag_ColorTag_1) == 0x000040, "Member 'UI_BP_FG_GearInvTooltip_C_SetRarity::CallFunc_GetRarityColorTag_ColorTag_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRarity, CallFunc_BooleanAND_ReturnValue) == 0x000050, "Member 'UI_BP_FG_GearInvTooltip_C_SetRarity::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRarity, CallFunc_BooleanAND_ReturnValue_1) == 0x000051, "Member 'UI_BP_FG_GearInvTooltip_C_SetRarity::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_SetStats \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_SetStats) == 0x000004, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_SetStats"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_SetStats) == 0x00002C, "Wrong size on UI_BP_FG_GearInvTooltip_C_SetStats"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetStats, GearSlot) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_SetStats::GearSlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetStats, Offense) == 0x000004, "Member 'UI_BP_FG_GearInvTooltip_C_SetStats::Offense' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetStats, Defense) == 0x000008, "Member 'UI_BP_FG_GearInvTooltip_C_SetStats::Defense' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetStats, isUnidentified) == 0x00000C, "Member 'UI_BP_FG_GearInvTooltip_C_SetStats::isUnidentified' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetStats, ItemRarity) == 0x000010, "Member 'UI_BP_FG_GearInvTooltip_C_SetStats::ItemRarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetStats, TempSecondarySlotID) == 0x000018, "Member 'UI_BP_FG_GearInvTooltip_C_SetStats::TempSecondarySlotID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetStats, TempMainSlotID) == 0x000019, "Member 'UI_BP_FG_GearInvTooltip_C_SetStats::TempMainSlotID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetStats, TempCooldown) == 0x00001C, "Member 'UI_BP_FG_GearInvTooltip_C_SetStats::TempCooldown' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetStats, TempDeffense) == 0x000020, "Member 'UI_BP_FG_GearInvTooltip_C_SetStats::TempDeffense' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetStats, TempOffense) == 0x000024, "Member 'UI_BP_FG_GearInvTooltip_C_SetStats::TempOffense' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetStats, CallFunc_DefineGearStatTypeFromSlot_ReturnValue) == 0x000028, "Member 'UI_BP_FG_GearInvTooltip_C_SetStats::CallFunc_DefineGearStatTypeFromSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetStats, CallFunc_NotEqual_NameName_ReturnValue) == 0x000029, "Member 'UI_BP_FG_GearInvTooltip_C_SetStats::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetStats, CallFunc_DefineSecondaryGearStatTypeFromSlot_ReturnValue) == 0x00002A, "Member 'UI_BP_FG_GearInvTooltip_C_SetStats::CallFunc_DefineSecondaryGearStatTypeFromSlot_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip) == 0x000088, "Wrong size on UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip, ToolType) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip::ToolType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip, Button) == 0x000008, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip, Temp_bool_Variable) == 0x000010, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip, K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button) == 0x000018, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip::K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip, Temp_byte_Variable) == 0x000021, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip, CallFunc_Conv_NameToString_ReturnValue) == 0x000028, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip, CallFunc_SetInventoryIconOverride_OutDisplayName) == 0x000038, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip::CallFunc_SetInventoryIconOverride_OutDisplayName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip, CallFunc_SetInventoryIconOverride_OutIconName) == 0x000048, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip::CallFunc_SetInventoryIconOverride_OutIconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip, CallFunc_SetInventoryIconOverride_OutIsNameTranslatable) == 0x000058, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip::CallFunc_SetInventoryIconOverride_OutIsNameTranslatable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip, CallFunc_SetInventoryIconOverride_ReturnValue) == 0x000059, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip::CallFunc_SetInventoryIconOverride_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip, Temp_byte_Variable_1) == 0x00005A, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip, K2Node_Select_Default) == 0x000070, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000071, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000078, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Tool_Tooltip::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_UpdateStatTooltip \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_UpdateStatTooltip) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_UpdateStatTooltip"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_UpdateStatTooltip) == 0x000020, "Wrong size on UI_BP_FG_GearInvTooltip_C_UpdateStatTooltip"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateStatTooltip, statTitle) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateStatTooltip::statTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateStatTooltip, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateStatTooltip::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip) == 0x000158, "Wrong size on UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, EquippedSlot) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::EquippedSlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, TempSellable) == 0x000001, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::TempSellable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, TempSellPrice) == 0x000004, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::TempSellPrice' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, TempDescription) == 0x000008, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::TempDescription' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, tempTraitArray) == 0x000018, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::tempTraitArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, TempRarity) == 0x000028, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::TempRarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, TempTitle) == 0x000030, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::TempTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, CallFunc_GetEquippedGearItemID_ReturnValue) == 0x000040, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::CallFunc_GetEquippedGearItemID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, CallFunc_GetGearTooltipInfo_Title) == 0x000058, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::CallFunc_GetGearTooltipInfo_Title' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, CallFunc_GetGearTooltipInfo_Description) == 0x000068, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::CallFunc_GetGearTooltipInfo_Description' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, CallFunc_GetGearTooltipInfo_Quality) == 0x000078, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::CallFunc_GetGearTooltipInfo_Quality' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, CallFunc_GetGearTooltipInfo_Rarity) == 0x000088, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::CallFunc_GetGearTooltipInfo_Rarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, CallFunc_GetGearTooltipInfo_SellPrice) == 0x000090, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::CallFunc_GetGearTooltipInfo_SellPrice' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, CallFunc_GetGearTooltipInfo_Sellable) == 0x000094, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::CallFunc_GetGearTooltipInfo_Sellable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, CallFunc_GetGearItem_OutGearItem) == 0x000098, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, CallFunc_GetGearItem_ReturnValue) == 0x0000F0, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, CallFunc_GetGearItem_OutGearItem_1) == 0x0000F8, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::CallFunc_GetGearItem_OutGearItem_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, CallFunc_GetGearItem_ReturnValue_1) == 0x000150, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::CallFunc_GetGearItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip, CallFunc_SetRarity_ShowRarityGraphics) == 0x000151, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEquippedTooltip::CallFunc_SetRarity_ShowRarityGraphics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_SetRequiredLevel \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_SetRequiredLevel) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_SetRequiredLevel"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_SetRequiredLevel) == 0x000060, "Wrong size on UI_BP_FG_GearInvTooltip_C_SetRequiredLevel"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRequiredLevel, ItemLevel) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_SetRequiredLevel::ItemLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRequiredLevel, ItemRarity) == 0x000004, "Member 'UI_BP_FG_GearInvTooltip_C_SetRequiredLevel::ItemRarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRequiredLevel, K2Node_MakeStruct_DataTableRowHandle) == 0x000010, "Member 'UI_BP_FG_GearInvTooltip_C_SetRequiredLevel::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRequiredLevel, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'UI_BP_FG_GearInvTooltip_C_SetRequiredLevel::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRequiredLevel, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000038, "Member 'UI_BP_FG_GearInvTooltip_C_SetRequiredLevel::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRequiredLevel, CallFunc_NotEqual_NameName_ReturnValue) == 0x000048, "Member 'UI_BP_FG_GearInvTooltip_C_SetRequiredLevel::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRequiredLevel, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x000049, "Member 'UI_BP_FG_GearInvTooltip_C_SetRequiredLevel::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRequiredLevel, CallFunc_NotEqual_NameName_ReturnValue_2) == 0x00004A, "Member 'UI_BP_FG_GearInvTooltip_C_SetRequiredLevel::CallFunc_NotEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRequiredLevel, CallFunc_BooleanAND_ReturnValue) == 0x00004B, "Member 'UI_BP_FG_GearInvTooltip_C_SetRequiredLevel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRequiredLevel, CallFunc_BooleanAND_ReturnValue_1) == 0x00004C, "Member 'UI_BP_FG_GearInvTooltip_C_SetRequiredLevel::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRequiredLevel, CallFunc_Get_ReturnValue) == 0x000050, "Member 'UI_BP_FG_GearInvTooltip_C_SetRequiredLevel::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRequiredLevel, CallFunc_GetExperienceLevel_ReturnValue) == 0x000058, "Member 'UI_BP_FG_GearInvTooltip_C_SetRequiredLevel::CallFunc_GetExperienceLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetRequiredLevel, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00005C, "Member 'UI_BP_FG_GearInvTooltip_C_SetRequiredLevel::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_Update_Simple_Tooltip \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_Update_Simple_Tooltip) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_Update_Simple_Tooltip"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_Update_Simple_Tooltip) == 0x000020, "Wrong size on UI_BP_FG_GearInvTooltip_C_Update_Simple_Tooltip"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Simple_Tooltip, WandStyle) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Simple_Tooltip::WandStyle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Simple_Tooltip, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Simple_Tooltip::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_UpdateTraits \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_UpdateTraits) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_UpdateTraits"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_UpdateTraits) == 0x000020, "Wrong size on UI_BP_FG_GearInvTooltip_C_UpdateTraits"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateTraits, NewTraitID) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateTraits::NewTraitID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateTraits, EmptySlotCount) == 0x000008, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateTraits::EmptySlotCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateTraits, K2Node_MakeArray_Array) == 0x000010, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateTraits::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_SetTraitData \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_SetTraitData) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_SetTraitData"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_SetTraitData) == 0x0000C0, "Wrong size on UI_BP_FG_GearInvTooltip_C_SetTraitData"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetTraitData, TraitData) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_SetTraitData::TraitData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetTraitData, GearItemID) == 0x000010, "Member 'UI_BP_FG_GearInvTooltip_C_SetTraitData::GearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetTraitData, tempTraitArray) == 0x000028, "Member 'UI_BP_FG_GearInvTooltip_C_SetTraitData::tempTraitArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetTraitData, CallFunc_Array_Get_Item) == 0x000038, "Member 'UI_BP_FG_GearInvTooltip_C_SetTraitData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetTraitData, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000040, "Member 'UI_BP_FG_GearInvTooltip_C_SetTraitData::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetTraitData, CallFunc_GetGearItem_OutGearItem) == 0x000048, "Member 'UI_BP_FG_GearInvTooltip_C_SetTraitData::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetTraitData, CallFunc_GetGearItem_ReturnValue) == 0x0000A0, "Member 'UI_BP_FG_GearInvTooltip_C_SetTraitData::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetTraitData, CallFunc_Get_ReturnValue) == 0x0000A8, "Member 'UI_BP_FG_GearInvTooltip_C_SetTraitData::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetTraitData, CallFunc_GetTotalAvailableTriats_TotalAvailableTraits) == 0x0000B0, "Member 'UI_BP_FG_GearInvTooltip_C_SetTraitData::CallFunc_GetTotalAvailableTriats_TotalAvailableTraits' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetTraitData, CallFunc_GetGearEmptyTraitSlots_ReturnValue) == 0x0000B4, "Member 'UI_BP_FG_GearInvTooltip_C_SetTraitData::CallFunc_GetGearEmptyTraitSlots_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetTraitData, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000B8, "Member 'UI_BP_FG_GearInvTooltip_C_SetTraitData::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetTraitData, CallFunc_BooleanAND_ReturnValue) == 0x0000B9, "Member 'UI_BP_FG_GearInvTooltip_C_SetTraitData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped) == 0x000078, "Wrong size on UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped, hoveredGearSlot) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped::hoveredGearSlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped, TempSecondaryValue) == 0x000004, "Member 'UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped::TempSecondaryValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped, TempMainValue) == 0x000008, "Member 'UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped::TempMainValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped, TempSecondarySlot) == 0x00000C, "Member 'UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped::TempSecondarySlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped, TempMainSlot) == 0x00000D, "Member 'UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped::TempMainSlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped, CallFunc_DefineSecondaryGearStatTypeFromSlot_ReturnValue) == 0x00000E, "Member 'UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped::CallFunc_DefineSecondaryGearStatTypeFromSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped, CallFunc_DefineGearStatTypeFromSlot_ReturnValue) == 0x00000F, "Member 'UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped::CallFunc_DefineGearStatTypeFromSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped, CallFunc_GetGearItem_OutGearItem) == 0x000018, "Member 'UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped, CallFunc_GetGearItem_ReturnValue) == 0x000070, "Member 'UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped, K2Node_SwitchEnum_CmpSuccess_1) == 0x000071, "Member 'UI_BP_FG_GearInvTooltip_C_Compare_Stats_to_Equipped::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_UpdateEmptyTooltip \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_UpdateEmptyTooltip) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_UpdateEmptyTooltip"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_UpdateEmptyTooltip) == 0x000010, "Wrong size on UI_BP_FG_GearInvTooltip_C_UpdateEmptyTooltip"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateEmptyTooltip, EmptyMessage) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateEmptyTooltip::EmptyMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_SetSellValue \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_SetSellValue) == 0x000004, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_SetSellValue"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_SetSellValue) == 0x000008, "Wrong size on UI_BP_FG_GearInvTooltip_C_SetSellValue"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetSellValue, Sellable) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_SetSellValue::Sellable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetSellValue, SellPrice) == 0x000004, "Member 'UI_BP_FG_GearInvTooltip_C_SetSellValue::SellPrice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip) == 0x000058, "Wrong size on UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip, ToolType) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip::ToolType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip, Button) == 0x000008, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip, Temp_byte_Variable) == 0x000010, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip, K2Node_DynamicCast_AsUI_BP_Gear_Button) == 0x000018, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip::K2Node_DynamicCast_AsUI_BP_Gear_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000038, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip, Temp_byte_Variable_1) == 0x000039, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00003A, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip, CallFunc_BooleanAND_ReturnValue) == 0x00003B, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip, CallFunc_Conv_NameToString_ReturnValue) == 0x000040, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000050, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip, Temp_bool_Variable) == 0x000051, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip, K2Node_Select_Default) == 0x000052, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x000053, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateMainToolTooltip::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades) == 0x000004, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades) == 0x000028, "Wrong size on UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades, CurrentGearItem) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades::CurrentGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades, ItemRarity) == 0x000014, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades::ItemRarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00001C, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x00001D, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x00001E, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades, CallFunc_EqualEqual_NameName_ReturnValue_3) == 0x00001F, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades::CallFunc_EqualEqual_NameName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades, CallFunc_GetNumOfStatUpgradeForGearItem_ReturnValue) == 0x000020, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades::CallFunc_GetNumOfStatUpgradeForGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades, CallFunc_BooleanOR_ReturnValue) == 0x000024, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades, CallFunc_BooleanOR_ReturnValue_1) == 0x000025, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades, CallFunc_BooleanOR_ReturnValue_2) == 0x000026, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearUpgrades::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo) == 0x000080, "Wrong size on UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo, GearItemID) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo::GearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo, IsAppearance) == 0x000014, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo::IsAppearance' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo, GearID) == 0x000018, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo::GearID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo, CallFunc_GetGearTooltipInfo_Title) == 0x000040, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo::CallFunc_GetGearTooltipInfo_Title' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo, CallFunc_GetGearTooltipInfo_Description) == 0x000050, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo::CallFunc_GetGearTooltipInfo_Description' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo, CallFunc_GetGearTooltipInfo_Quality) == 0x000060, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo::CallFunc_GetGearTooltipInfo_Quality' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo, CallFunc_GetGearTooltipInfo_Rarity) == 0x000070, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo::CallFunc_GetGearTooltipInfo_Rarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo, CallFunc_GetGearTooltipInfo_SellPrice) == 0x000078, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo::CallFunc_GetGearTooltipInfo_SellPrice' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo, CallFunc_GetGearTooltipInfo_Sellable) == 0x00007C, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateGearSharedInfo::CallFunc_GetGearTooltipInfo_Sellable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_UpdateAppearanceInfo \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_UpdateAppearanceInfo) == 0x000001, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_UpdateAppearanceInfo"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_UpdateAppearanceInfo) == 0x000001, "Wrong size on UI_BP_FG_GearInvTooltip_C_UpdateAppearanceInfo"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateAppearanceInfo, CallFunc_SetRarity_ShowRarityGraphics) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateAppearanceInfo::CallFunc_SetRarity_ShowRarityGraphics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_Update_Unidentified_Info \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_Update_Unidentified_Info) == 0x000001, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_Update_Unidentified_Info"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_Update_Unidentified_Info) == 0x000001, "Wrong size on UI_BP_FG_GearInvTooltip_C_Update_Unidentified_Info"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Unidentified_Info, GearSlotID) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Unidentified_Info::GearSlotID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_SetEquippedItemData \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_SetEquippedItemData) == 0x000004, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_SetEquippedItemData"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_SetEquippedItemData) == 0x000018, "Wrong size on UI_BP_FG_GearInvTooltip_C_SetEquippedItemData"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetEquippedItemData, GearSlot) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_SetEquippedItemData::GearSlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetEquippedItemData, CallFunc_GetEquippedGearItemID_ReturnValue) == 0x000004, "Member 'UI_BP_FG_GearInvTooltip_C_SetEquippedItemData::CallFunc_GetEquippedGearItemID_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_SetLegendItemData \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_SetLegendItemData) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_SetLegendItemData"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_SetLegendItemData) == 0x000080, "Wrong size on UI_BP_FG_GearInvTooltip_C_SetLegendItemData"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetLegendItemData, LegendItemData) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_SetLegendItemData::LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetLegendItemData, Temp_byte_Variable) == 0x000010, "Member 'UI_BP_FG_GearInvTooltip_C_SetLegendItemData::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetLegendItemData, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'UI_BP_FG_GearInvTooltip_C_SetLegendItemData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetLegendItemData, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_FG_GearInvTooltip_C_SetLegendItemData::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetLegendItemData, Temp_byte_Variable_1) == 0x000019, "Member 'UI_BP_FG_GearInvTooltip_C_SetLegendItemData::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetLegendItemData, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'UI_BP_FG_GearInvTooltip_C_SetLegendItemData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetLegendItemData, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'UI_BP_FG_GearInvTooltip_C_SetLegendItemData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetLegendItemData, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'UI_BP_FG_GearInvTooltip_C_SetLegendItemData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetLegendItemData, Temp_bool_Variable) == 0x000028, "Member 'UI_BP_FG_GearInvTooltip_C_SetLegendItemData::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetLegendItemData, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'UI_BP_FG_GearInvTooltip_C_SetLegendItemData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetLegendItemData, K2Node_Select_Default) == 0x00003C, "Member 'UI_BP_FG_GearInvTooltip_C_SetLegendItemData::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetLegendItemData, CallFunc_GetLegendItem_ReturnValue) == 0x000040, "Member 'UI_BP_FG_GearInvTooltip_C_SetLegendItemData::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetLegendItemData, CallFunc_Array_Get_Item) == 0x000048, "Member 'UI_BP_FG_GearInvTooltip_C_SetLegendItemData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetLegendItemData, CallFunc_Array_Length_ReturnValue_1) == 0x000078, "Member 'UI_BP_FG_GearInvTooltip_C_SetLegendItemData::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_SetLegendItemData, CallFunc_Less_IntInt_ReturnValue) == 0x00007C, "Member 'UI_BP_FG_GearInvTooltip_C_SetLegendItemData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip) == 0x000030, "Wrong size on UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip, Button) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip, IsEquipped) == 0x000008, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip::IsEquipped' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip, tempGearSlot) == 0x000009, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip::tempGearSlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip, tempTraitArray) == 0x000010, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip::tempTraitArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip, Temp_bool_Variable) == 0x000020, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip, Temp_byte_Variable) == 0x000021, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip, Temp_byte_Variable_1) == 0x000022, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip, K2Node_Select_Default) == 0x000023, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip, CallFunc_UpdateGearSharedInfo_GearID) == 0x000024, "Member 'UI_BP_FG_GearInvTooltip_C_Update_Appearance_Tooltip::CallFunc_UpdateGearSharedInfo_GearID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip) == 0x000050, "Wrong size on UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip, ToolType) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip::ToolType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip, Button) == 0x000008, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip, Temp_bool_Variable) == 0x000010, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip, K2Node_DynamicCast_AsUI_BP_Gear_Button) == 0x000018, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip::K2Node_DynamicCast_AsUI_BP_Gear_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip, Temp_byte_Variable) == 0x000021, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000022, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip, Temp_byte_Variable_1) == 0x000038, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip, K2Node_Select_Default) == 0x000039, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip, CallFunc_Conv_NameToString_ReturnValue) == 0x000040, "Member 'UI_BP_FG_GearInvTooltip_C_UpdateWandTooltip::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_Set_Appearance_FXVisibility \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_Set_Appearance_FXVisibility) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_Set_Appearance_FXVisibility"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_Set_Appearance_FXVisibility) == 0x000018, "Wrong size on UI_BP_FG_GearInvTooltip_C_Set_Appearance_FXVisibility"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Set_Appearance_FXVisibility, ShowFX) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_Set_Appearance_FXVisibility::ShowFX' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Set_Appearance_FXVisibility, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'UI_BP_FG_GearInvTooltip_C_Set_Appearance_FXVisibility::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Set_Appearance_FXVisibility, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_FG_GearInvTooltip_C_Set_Appearance_FXVisibility::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_Set_Appearance_FXVisibility, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_FG_GearInvTooltip_C_Set_Appearance_FXVisibility::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings) == 0x000348, "Wrong size on UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000038, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000039, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue) == 0x000040, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000070, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000088, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000098, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_1) == 0x00009C, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00009D, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_2) == 0x0000B0, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x0000B1, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x0000B8, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000D0, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000E0, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_3) == 0x0000E4, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x0000E5, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x0000E8, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000100, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x000110, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x000118, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x000130, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x000140, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_4) == 0x000144, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x000145, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_4) == 0x000148, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_5) == 0x000160, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_5) == 0x000170, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_5) == 0x000174, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x000178, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_5) == 0x000188, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_5) == 0x000190, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_6) == 0x0001A8, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_6) == 0x0001B8, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_6) == 0x0001BC, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_6) == 0x0001C0, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_3) == 0x0001C8, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_7) == 0x0001D8, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_7) == 0x0001D9, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_4) == 0x0001E0, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_8) == 0x0001F0, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_8) == 0x0001F1, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_5) == 0x0001F8, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_6) == 0x000208, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_9) == 0x000218, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_9) == 0x000219, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_10) == 0x00021A, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_10) == 0x00021B, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_6) == 0x000220, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_7) == 0x000238, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_7) == 0x000248, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_11) == 0x00024C, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_12) == 0x00024D, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_11) == 0x00024E, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_12) == 0x00024F, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_7) == 0x000250, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_8) == 0x000268, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_13) == 0x000278, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_8) == 0x00027C, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_13) == 0x000280, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_8) == 0x000288, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_9) == 0x0002A0, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_9) == 0x0002B0, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_14) == 0x0002B4, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_14) == 0x0002B5, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_9) == 0x0002B8, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_10) == 0x0002D0, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_10) == 0x0002E0, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_10) == 0x0002E8, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_11) == 0x000300, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_11) == 0x000310, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_15) == 0x000314, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_15) == 0x000315, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_16) == 0x000316, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_16) == 0x000317, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_11) == 0x000318, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_12) == 0x000330, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_12) == 0x000340, "Member 'UI_BP_FG_GearInvTooltip_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_12' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FG_GearInvTooltip_C \ static_assert(alignof(UUI_BP_FG_GearInvTooltip_C) == 0x000008, "Wrong alignment on UUI_BP_FG_GearInvTooltip_C"); \ static_assert(sizeof(UUI_BP_FG_GearInvTooltip_C) == 0x0004A0, "Wrong size on UUI_BP_FG_GearInvTooltip_C"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_FG_GearInvTooltip_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, AppearanceAttractPulse) == 0x000330, "Member 'UUI_BP_FG_GearInvTooltip_C::AppearanceAttractPulse' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, ShowAppearanceAttract) == 0x000338, "Member 'UUI_BP_FG_GearInvTooltip_C::ShowAppearanceAttract' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, appearancePulse) == 0x000340, "Member 'UUI_BP_FG_GearInvTooltip_C::appearancePulse' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, broomUpgradeDesc) == 0x000348, "Member 'UUI_BP_FG_GearInvTooltip_C::broomUpgradeDesc' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, detailsLegend) == 0x000350, "Member 'UUI_BP_FG_GearInvTooltip_C::detailsLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, detailsLegendBar) == 0x000358, "Member 'UUI_BP_FG_GearInvTooltip_C::detailsLegendBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, emptyContent) == 0x000360, "Member 'UUI_BP_FG_GearInvTooltip_C::emptyContent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, emptyDescription) == 0x000368, "Member 'UUI_BP_FG_GearInvTooltip_C::emptyDescription' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, equippedTitle) == 0x000370, "Member 'UUI_BP_FG_GearInvTooltip_C::equippedTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, equippedTitleText) == 0x000378, "Member 'UUI_BP_FG_GearInvTooltip_C::equippedTitleText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, gearContent) == 0x000380, "Member 'UUI_BP_FG_GearInvTooltip_C::gearContent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, gearHeaderBackLeft) == 0x000388, "Member 'UUI_BP_FG_GearInvTooltip_C::gearHeaderBackLeft' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, gearHeaderBackMiddle) == 0x000390, "Member 'UUI_BP_FG_GearInvTooltip_C::gearHeaderBackMiddle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, gearHeaderBackRight) == 0x000398, "Member 'UUI_BP_FG_GearInvTooltip_C::gearHeaderBackRight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, GearRarityFlame) == 0x0003A0, "Member 'UUI_BP_FG_GearInvTooltip_C::GearRarityFlame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, gearUpgrades) == 0x0003A8, "Member 'UUI_BP_FG_GearInvTooltip_C::gearUpgrades' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, itemDesc) == 0x0003B0, "Member 'UUI_BP_FG_GearInvTooltip_C::itemDesc' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, itemTitle) == 0x0003B8, "Member 'UUI_BP_FG_GearInvTooltip_C::itemTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, itemTraits) == 0x0003C0, "Member 'UUI_BP_FG_GearInvTooltip_C::itemTraits' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, ItemType) == 0x0003C8, "Member 'UUI_BP_FG_GearInvTooltip_C::ItemType' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, mainStat) == 0x0003D0, "Member 'UUI_BP_FG_GearInvTooltip_C::mainStat' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, NoMagicMessage) == 0x0003D8, "Member 'UUI_BP_FG_GearInvTooltip_C::NoMagicMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, panelBack) == 0x0003E0, "Member 'UUI_BP_FG_GearInvTooltip_C::panelBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, rarityHeaderBack) == 0x0003E8, "Member 'UUI_BP_FG_GearInvTooltip_C::rarityHeaderBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, rarityHeaderBackBorder) == 0x0003F0, "Member 'UUI_BP_FG_GearInvTooltip_C::rarityHeaderBackBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, RequiredLevel) == 0x0003F8, "Member 'UUI_BP_FG_GearInvTooltip_C::RequiredLevel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, requiredLevelShield) == 0x000400, "Member 'UUI_BP_FG_GearInvTooltip_C::requiredLevelShield' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, SellValue) == 0x000408, "Member 'UUI_BP_FG_GearInvTooltip_C::SellValue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, SellValue_MoneyBar) == 0x000410, "Member 'UUI_BP_FG_GearInvTooltip_C::SellValue_MoneyBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, SellValueText) == 0x000418, "Member 'UUI_BP_FG_GearInvTooltip_C::SellValueText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, SimpleContent) == 0x000420, "Member 'UUI_BP_FG_GearInvTooltip_C::SimpleContent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, simpleDescription) == 0x000428, "Member 'UUI_BP_FG_GearInvTooltip_C::simpleDescription' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, simpleSubTitle) == 0x000430, "Member 'UUI_BP_FG_GearInvTooltip_C::simpleSubTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, simpleTitle) == 0x000438, "Member 'UUI_BP_FG_GearInvTooltip_C::simpleTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, Stats) == 0x000440, "Member 'UUI_BP_FG_GearInvTooltip_C::Stats' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, statsBox) == 0x000448, "Member 'UUI_BP_FG_GearInvTooltip_C::statsBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, upgradeStat) == 0x000450, "Member 'UUI_BP_FG_GearInvTooltip_C::upgradeStat' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, subjectRarity) == 0x000458, "Member 'UUI_BP_FG_GearInvTooltip_C::subjectRarity' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, UpgradeBlipArray) == 0x000460, "Member 'UUI_BP_FG_GearInvTooltip_C::UpgradeBlipArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, EquippedRequiredLevel) == 0x000468, "Member 'UUI_BP_FG_GearInvTooltip_C::EquippedRequiredLevel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, LegendHoldItem) == 0x000470, "Member 'UUI_BP_FG_GearInvTooltip_C::LegendHoldItem' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, LegendHoldItemReleased) == 0x000478, "Member 'UUI_BP_FG_GearInvTooltip_C::LegendHoldItemReleased' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FG_GearInvTooltip_C, EquippedGearItemID) == 0x000488, "Member 'UUI_BP_FG_GearInvTooltip_C::EquippedGearItemID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor \ static_assert(alignof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor) == 0x000010, "Wrong alignment on UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor"); \ static_assert(sizeof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor) == 0x000270, "Wrong size on UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, EntryPoint) == 0x000000, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_GetStatName_ReturnValue) == 0x000004, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_GetStatName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_HermesBindEvent_Handle) == 0x000030, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_CreateDelegate_OutputDelegate_2) == 0x000040, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_ComponentBoundEvent_ButtonIndex) == 0x000050, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_ComponentBoundEvent_ButtonIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_ComponentBoundEvent_CategoryButton) == 0x000058, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_ComponentBoundEvent_CategoryButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_Event_IsDesignTime) == 0x000060, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_PostEventAtLocation_ReturnValue) == 0x000064, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_GetPlayerController_ReturnValue) == 0x000068, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_GetHUD_ReturnValue) == 0x000070, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000078, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_Initialize_self_CastInput) == 0x000088, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_Initialize_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_ComponentBoundEvent_NewCategoryIndex) == 0x000098, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_ComponentBoundEvent_NewCategoryIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00009C, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, Temp_text_Variable) == 0x0000A0, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000B8, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x0000C0, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x0000C8, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_IsValid_ReturnValue) == 0x0000D0, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_PlayAnimation_ReturnValue) == 0x0000D8, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_GetEffectMaterial_ReturnValue) == 0x0000E0, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000E8, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x0000F0, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_GetPlayerPawn_ReturnValue) == 0x0000F8, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_UpdateGearOutfitItems_ReturnValue) == 0x000100, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_UpdateGearOutfitItems_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_Event_IntroType_1) == 0x000104, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_Event_IntroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_Event_IntroDuration) == 0x000108, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_Event_OutroType_1) == 0x00010C, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_Event_OutroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_Event_OutroDuration) == 0x000110, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_Event_OutroType) == 0x000114, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_Event_IntroType) == 0x000118, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_Get_ReturnValue) == 0x000120, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_CustomEvent_BroomID) == 0x000128, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_CustomEvent_BroomID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_CustomEvent_ActorClass) == 0x000130, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_CustomEvent_ActorClass' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x000138, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_CreateDelegate_OutputDelegate_3) == 0x00013C, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_GetAllActorsOfClass_OutActors) == 0x000150, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_Array_Get_Item) == 0x000160, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_Array_Length_ReturnValue) == 0x000168, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_Greater_IntInt_ReturnValue) == 0x00016C, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_EqualEqual_NameName_ReturnValue_3) == 0x00016D, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_EqualEqual_NameName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000170, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00017C, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_MakeTransform_ReturnValue) == 0x000190, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0001C0, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_BooleanAND_ReturnValue) == 0x0001C8, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_FinishSpawningActor_ReturnValue) == 0x0001D0, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_CreatePlayAnimationProxyObject_Result_1) == 0x0001D8, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_CreatePlayAnimationProxyObject_Result_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1) == 0x0001E0, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_IsValid_ReturnValue_1) == 0x0001E8, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_ComponentBoundEvent_HoldWasComplete_1) == 0x0001E9, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_ComponentBoundEvent_HoldWasComplete_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_GetEffectMaterial_ReturnValue_1) == 0x0001F0, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_GetEffectMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_ComponentBoundEvent_HoldWasComplete) == 0x0001F8, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_ComponentBoundEvent_HoldWasComplete' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000200, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_UpdateGearOutfitItems_ReturnValue_1) == 0x000208, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_UpdateGearOutfitItems_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_GetParent_ReturnValue) == 0x000210, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_GetParent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_PlayAnimationForward_ReturnValue) == 0x000218, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_IsValid_ReturnValue_2) == 0x000220, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_CustomEvent_Caller) == 0x000228, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_Not_PreBool_ReturnValue) == 0x000230, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000234, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_GetUIManagerPure_ReturnValue) == 0x000238, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, K2Node_CreateDelegate_OutputDelegate_4) == 0x000240, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_GetIsVirtualCursorShowing_ReturnValue) == 0x000250, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_GetIsVirtualCursorShowing_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_Not_PreBool_ReturnValue_1) == 0x000251, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_GetPlayerController_ReturnValue_1) == 0x000258, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor, CallFunc_GetStatName_ReturnValue_1) == 0x000260, "Member 'UI_BP_Vendor_C_ExecuteUbergraph_UI_BP_Vendor::CallFunc_GetStatName_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_GearTutorialRefreshAllInventories \ static_assert(alignof(UI_BP_Vendor_C_GearTutorialRefreshAllInventories) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_GearTutorialRefreshAllInventories"); \ static_assert(sizeof(UI_BP_Vendor_C_GearTutorialRefreshAllInventories) == 0x000008, "Wrong size on UI_BP_Vendor_C_GearTutorialRefreshAllInventories"); \ static_assert(offsetof(UI_BP_Vendor_C_GearTutorialRefreshAllInventories, Caller) == 0x000000, "Member 'UI_BP_Vendor_C_GearTutorialRefreshAllInventories::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_previewDetails_K2Node_ComponentBoundEvent_0_OnHoldButtonReleasedEvent__DelegateSignature \ static_assert(alignof(UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_previewDetails_K2Node_ComponentBoundEvent_0_OnHoldButtonReleasedEvent__DelegateSignature) == 0x000001, "Wrong alignment on UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_previewDetails_K2Node_ComponentBoundEvent_0_OnHoldButtonReleasedEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_previewDetails_K2Node_ComponentBoundEvent_0_OnHoldButtonReleasedEvent__DelegateSignature) == 0x000001, "Wrong size on UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_previewDetails_K2Node_ComponentBoundEvent_0_OnHoldButtonReleasedEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_previewDetails_K2Node_ComponentBoundEvent_0_OnHoldButtonReleasedEvent__DelegateSignature, HoldWasComplete) == 0x000000, "Member 'UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_previewDetails_K2Node_ComponentBoundEvent_0_OnHoldButtonReleasedEvent__DelegateSignature::HoldWasComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_itemDetails_K2Node_ComponentBoundEvent_1_OnHoldButtonReleasedEvent__DelegateSignature \ static_assert(alignof(UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_itemDetails_K2Node_ComponentBoundEvent_1_OnHoldButtonReleasedEvent__DelegateSignature) == 0x000001, "Wrong alignment on UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_itemDetails_K2Node_ComponentBoundEvent_1_OnHoldButtonReleasedEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_itemDetails_K2Node_ComponentBoundEvent_1_OnHoldButtonReleasedEvent__DelegateSignature) == 0x000001, "Wrong size on UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_itemDetails_K2Node_ComponentBoundEvent_1_OnHoldButtonReleasedEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_itemDetails_K2Node_ComponentBoundEvent_1_OnHoldButtonReleasedEvent__DelegateSignature, HoldWasComplete) == 0x000000, "Member 'UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_itemDetails_K2Node_ComponentBoundEvent_1_OnHoldButtonReleasedEvent__DelegateSignature::HoldWasComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_OnVendorBroomPreviewClassLoaded \ static_assert(alignof(UI_BP_Vendor_C_OnVendorBroomPreviewClassLoaded) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_OnVendorBroomPreviewClassLoaded"); \ static_assert(sizeof(UI_BP_Vendor_C_OnVendorBroomPreviewClassLoaded) == 0x000010, "Wrong size on UI_BP_Vendor_C_OnVendorBroomPreviewClassLoaded"); \ static_assert(offsetof(UI_BP_Vendor_C_OnVendorBroomPreviewClassLoaded, BroomID) == 0x000000, "Member 'UI_BP_Vendor_C_OnVendorBroomPreviewClassLoaded::BroomID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_OnVendorBroomPreviewClassLoaded, ActorClass) == 0x000008, "Member 'UI_BP_Vendor_C_OnVendorBroomPreviewClassLoaded::ActorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_OnIntroEnded \ static_assert(alignof(UI_BP_Vendor_C_OnIntroEnded) == 0x000004, "Wrong alignment on UI_BP_Vendor_C_OnIntroEnded"); \ static_assert(sizeof(UI_BP_Vendor_C_OnIntroEnded) == 0x000004, "Wrong size on UI_BP_Vendor_C_OnIntroEnded"); \ static_assert(offsetof(UI_BP_Vendor_C_OnIntroEnded, IntroType) == 0x000000, "Member 'UI_BP_Vendor_C_OnIntroEnded::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_OnOutroEnded \ static_assert(alignof(UI_BP_Vendor_C_OnOutroEnded) == 0x000004, "Wrong alignment on UI_BP_Vendor_C_OnOutroEnded"); \ static_assert(sizeof(UI_BP_Vendor_C_OnOutroEnded) == 0x000004, "Wrong size on UI_BP_Vendor_C_OnOutroEnded"); \ static_assert(offsetof(UI_BP_Vendor_C_OnOutroEnded, OutroType) == 0x000000, "Member 'UI_BP_Vendor_C_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_OnOutroStarted \ static_assert(alignof(UI_BP_Vendor_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_Vendor_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_Vendor_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_Vendor_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_Vendor_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_Vendor_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_Vendor_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_OnIntroStarted \ static_assert(alignof(UI_BP_Vendor_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_Vendor_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_Vendor_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_Vendor_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_Vendor_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_Vendor_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_Vendor_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_NavBarHorizontal_K2Node_ComponentBoundEvent_0_ChangedCategory__DelegateSignature \ static_assert(alignof(UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_NavBarHorizontal_K2Node_ComponentBoundEvent_0_ChangedCategory__DelegateSignature) == 0x000004, "Wrong alignment on UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_NavBarHorizontal_K2Node_ComponentBoundEvent_0_ChangedCategory__DelegateSignature"); \ static_assert(sizeof(UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_NavBarHorizontal_K2Node_ComponentBoundEvent_0_ChangedCategory__DelegateSignature) == 0x000004, "Wrong size on UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_NavBarHorizontal_K2Node_ComponentBoundEvent_0_ChangedCategory__DelegateSignature"); \ static_assert(offsetof(UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_NavBarHorizontal_K2Node_ComponentBoundEvent_0_ChangedCategory__DelegateSignature, NewCategoryIndex) == 0x000000, "Member 'UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_NavBarHorizontal_K2Node_ComponentBoundEvent_0_ChangedCategory__DelegateSignature::NewCategoryIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_PreConstruct \ static_assert(alignof(UI_BP_Vendor_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_Vendor_C_PreConstruct"); \ static_assert(sizeof(UI_BP_Vendor_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_Vendor_C_PreConstruct"); \ static_assert(offsetof(UI_BP_Vendor_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_Vendor_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_NavBarHorizontal_K2Node_ComponentBoundEvent_0_HoveredCategory__DelegateSignature \ static_assert(alignof(UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_NavBarHorizontal_K2Node_ComponentBoundEvent_0_HoveredCategory__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_NavBarHorizontal_K2Node_ComponentBoundEvent_0_HoveredCategory__DelegateSignature"); \ static_assert(sizeof(UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_NavBarHorizontal_K2Node_ComponentBoundEvent_0_HoveredCategory__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_NavBarHorizontal_K2Node_ComponentBoundEvent_0_HoveredCategory__DelegateSignature"); \ static_assert(offsetof(UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_NavBarHorizontal_K2Node_ComponentBoundEvent_0_HoveredCategory__DelegateSignature, ButtonIndex) == 0x000000, "Member 'UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_NavBarHorizontal_K2Node_ComponentBoundEvent_0_HoveredCategory__DelegateSignature::ButtonIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_NavBarHorizontal_K2Node_ComponentBoundEvent_0_HoveredCategory__DelegateSignature, CategoryButton) == 0x000008, "Member 'UI_BP_Vendor_C_BndEvt__UI_BP_Vendor_NavBarHorizontal_K2Node_ComponentBoundEvent_0_HoveredCategory__DelegateSignature::CategoryButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_RefreshVendorInventory \ static_assert(alignof(UI_BP_Vendor_C_RefreshVendorInventory) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_RefreshVendorInventory"); \ static_assert(sizeof(UI_BP_Vendor_C_RefreshVendorInventory) == 0x0000B8, "Wrong size on UI_BP_Vendor_C_RefreshVendorInventory"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, TempTutorialHighlights) == 0x000000, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::TempTutorialHighlights' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, TempVendorUnavailableInventory) == 0x000010, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::TempVendorUnavailableInventory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, TempVendorInventory) == 0x000020, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::TempVendorInventory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, Temp_int_Array_Index_Variable) == 0x000030, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, CallFunc_CreateVendorImportantItemGroup_Created) == 0x00003C, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::CallFunc_CreateVendorImportantItemGroup_Created' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, CallFunc_CreateVendorImportantItemGroup_ItemGroup) == 0x000040, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::CallFunc_CreateVendorImportantItemGroup_ItemGroup' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000048, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, CallFunc_Array_Add_ReturnValue) == 0x000050, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, CallFunc_Get_ReturnValue) == 0x000058, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, CallFunc_GetUnavailableVendorItems_ReturnValue) == 0x000060, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::CallFunc_GetUnavailableVendorItems_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, CallFunc_Array_Get_Item) == 0x000070, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, CallFunc_Array_Length_ReturnValue) == 0x000080, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, CallFunc_CreateVendorItemGroup_Created) == 0x000084, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::CallFunc_CreateVendorItemGroup_Created' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, CallFunc_CreateVendorItemGroup_ItemGroup) == 0x000088, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::CallFunc_CreateVendorItemGroup_ItemGroup' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, CallFunc_AddChildToVerticalBox_ReturnValue_1) == 0x000098, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::CallFunc_AddChildToVerticalBox_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, CallFunc_Array_Add_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshVendorInventory, CallFunc_GetCharacterInventory_Inventory) == 0x0000A8, "Member 'UI_BP_Vendor_C_RefreshVendorInventory::CallFunc_GetCharacterInventory_Inventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_PopulateTutorialHighlights \ static_assert(alignof(UI_BP_Vendor_C_PopulateTutorialHighlights) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_PopulateTutorialHighlights"); \ static_assert(sizeof(UI_BP_Vendor_C_PopulateTutorialHighlights) == 0x000030, "Wrong size on UI_BP_Vendor_C_PopulateTutorialHighlights"); \ static_assert(offsetof(UI_BP_Vendor_C_PopulateTutorialHighlights, TutorialHighlights) == 0x000000, "Member 'UI_BP_Vendor_C_PopulateTutorialHighlights::TutorialHighlights' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PopulateTutorialHighlights, Temp_name_Variable) == 0x000010, "Member 'UI_BP_Vendor_C_PopulateTutorialHighlights::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PopulateTutorialHighlights, CallFunc_GetMissionStepBP_ReturnValue) == 0x000018, "Member 'UI_BP_Vendor_C_PopulateTutorialHighlights::CallFunc_GetMissionStepBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PopulateTutorialHighlights, CallFunc_Array_Add_ReturnValue) == 0x000028, "Member 'UI_BP_Vendor_C_PopulateTutorialHighlights::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PopulateTutorialHighlights, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x00002C, "Member 'UI_BP_Vendor_C_PopulateTutorialHighlights::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_CreateVendorImportantItemGroup \ static_assert(alignof(UI_BP_Vendor_C_CreateVendorImportantItemGroup) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_CreateVendorImportantItemGroup"); \ static_assert(sizeof(UI_BP_Vendor_C_CreateVendorImportantItemGroup) == 0x0001D0, "Wrong size on UI_BP_Vendor_C_CreateVendorImportantItemGroup"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, VendorCategory) == 0x000000, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::VendorCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, VendorInventory) == 0x000010, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::VendorInventory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, Created) == 0x000020, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::Created' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, ItemGroup) == 0x000028, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::ItemGroup' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, TempItemGroupWidget) == 0x000030, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::TempItemGroupWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, TempUnavailableItems) == 0x000038, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::TempUnavailableItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, TempRegularItems) == 0x000048, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::TempRegularItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, TempPriorityItems) == 0x000058, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::TempPriorityItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, CallFunc_Array_Length_ReturnValue) == 0x00006C, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, CallFunc_Less_IntInt_ReturnValue) == 0x000074, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, Temp_int_Array_Index_Variable) == 0x000078, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, CallFunc_Array_Get_Item) == 0x000080, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, CallFunc_IsPriorityMissionItem_IsPriority) == 0x000108, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::CallFunc_IsPriorityMissionItem_IsPriority' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, Temp_int_Loop_Counter_Variable_1) == 0x00010C, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, CallFunc_Add_IntInt_ReturnValue_1) == 0x000110, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, CallFunc_Array_Length_ReturnValue_1) == 0x000114, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, CallFunc_Less_IntInt_ReturnValue_1) == 0x000118, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, CallFunc_GetPlayerController_ReturnValue) == 0x000120, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, CallFunc_Create_ReturnValue) == 0x000128, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, CallFunc_Array_Length_ReturnValue_2) == 0x000130, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, CallFunc_Greater_IntInt_ReturnValue) == 0x000134, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, CallFunc_Array_Add_ReturnValue) == 0x000138, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, Temp_int_Array_Index_Variable_1) == 0x00013C, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, CallFunc_Array_Get_Item_1) == 0x000140, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorImportantItemGroup, CallFunc_CreateVendorItemButton_Button) == 0x0001C8, "Member 'UI_BP_Vendor_C_CreateVendorImportantItemGroup::CallFunc_CreateVendorItemButton_Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_CreateVendorItemGroup \ static_assert(alignof(UI_BP_Vendor_C_CreateVendorItemGroup) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_CreateVendorItemGroup"); \ static_assert(sizeof(UI_BP_Vendor_C_CreateVendorItemGroup) == 0x0003B8, "Wrong size on UI_BP_Vendor_C_CreateVendorItemGroup"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, VendorCategory) == 0x000000, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::VendorCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, VendorInventory) == 0x000010, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::VendorInventory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, UnavailableInventory) == 0x000020, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::UnavailableInventory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, TutorialHighlights) == 0x000030, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::TutorialHighlights' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, Created) == 0x000040, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::Created' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, ItemGroup) == 0x000048, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::ItemGroup' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, TempItemGroupWidget) == 0x000050, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::TempItemGroupWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, TempUnavailableItems) == 0x000058, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::TempUnavailableItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, TempRegularItems) == 0x000068, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::TempRegularItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, TempPriorityItems) == 0x000078, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::TempPriorityItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, Temp_int_Array_Index_Variable) == 0x000088, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Array_Length_ReturnValue) == 0x00008C, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Array_Length_ReturnValue_1) == 0x000090, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, Temp_int_Array_Index_Variable_1) == 0x000094, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, Temp_int_Loop_Counter_Variable) == 0x000098, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Add_IntInt_ReturnValue) == 0x0000A0, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, Temp_int_Array_Index_Variable_2) == 0x0000A4, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, Temp_int_Loop_Counter_Variable_1) == 0x0000A8, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Array_Get_Item) == 0x0000AC, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000C4, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_GetItemProperties_ItemProperties) == 0x0000C8, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_GetItemProperties_ItemProperties' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_GetItemProperties_ReturnValue) == 0x000134, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_GetItemProperties_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_GetVendorCategoryForItem_VendorCategory) == 0x000138, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_GetVendorCategoryForItem_VendorCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000148, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, Temp_int_Loop_Counter_Variable_2) == 0x00014C, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Less_IntInt_ReturnValue_1) == 0x000150, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Add_IntInt_ReturnValue_2) == 0x000154, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, Temp_int_Array_Index_Variable_3) == 0x000158, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Array_Get_Item_1) == 0x000160, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_IsPriorityMissionItem_IsPriority) == 0x0001E8, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_IsPriorityMissionItem_IsPriority' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_GetVendorCategoryForItem_VendorCategory_1) == 0x0001F0, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_GetVendorCategoryForItem_VendorCategory_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000200, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, Temp_int_Loop_Counter_Variable_3) == 0x000204, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Add_IntInt_ReturnValue_3) == 0x000208, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Array_Length_ReturnValue_2) == 0x00020C, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Less_IntInt_ReturnValue_2) == 0x000210, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Array_Get_Item_2) == 0x000218, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Array_Get_Item_3) == 0x0002A0, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_CreateVendorItemButton_Button) == 0x000328, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_CreateVendorItemButton_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Array_Contains_ReturnValue) == 0x000330, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_CreateVendorItemButton_Button_1) == 0x000338, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_CreateVendorItemButton_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Array_Length_ReturnValue_3) == 0x000340, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Array_Length_ReturnValue_4) == 0x000344, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Less_IntInt_ReturnValue_3) == 0x000348, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, Temp_int_Loop_Counter_Variable_4) == 0x00034C, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Less_IntInt_ReturnValue_4) == 0x000350, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Add_IntInt_ReturnValue_4) == 0x000354, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_GetPlayerController_ReturnValue) == 0x000358, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Create_ReturnValue) == 0x000360, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Array_Length_ReturnValue_5) == 0x000368, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Greater_IntInt_ReturnValue) == 0x00036C, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Array_Length_ReturnValue_6) == 0x000370, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000374, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Array_Length_ReturnValue_7) == 0x000378, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Greater_IntInt_ReturnValue_2) == 0x00037C, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Array_Add_ReturnValue) == 0x000380, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_BooleanOR_ReturnValue) == 0x000384, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, Temp_int_Array_Index_Variable_4) == 0x000388, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_BooleanOR_ReturnValue_1) == 0x00038C, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Array_Get_Item_4) == 0x000390, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_CreateVendorItemButton_Button_2) == 0x0003A8, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_CreateVendorItemButton_Button_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemGroup, CallFunc_Array_Add_ReturnValue_1) == 0x0003B0, "Member 'UI_BP_Vendor_C_CreateVendorItemGroup::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_CreateVendorItemButton \ static_assert(alignof(UI_BP_Vendor_C_CreateVendorItemButton) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_CreateVendorItemButton"); \ static_assert(sizeof(UI_BP_Vendor_C_CreateVendorItemButton) == 0x000370, "Wrong size on UI_BP_Vendor_C_CreateVendorItemButton"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, InventoryResult) == 0x000000, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, Cost_Modifier) == 0x000088, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::Cost_Modifier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, IsTutorialHighlighted) == 0x00008C, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::IsTutorialHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, isAvailable) == 0x00008D, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::isAvailable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, UnavailableInfo) == 0x000090, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::UnavailableInfo' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, SpecialMissionItem) == 0x0000A8, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::SpecialMissionItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, Button) == 0x0000B0, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, TempInventoryButton) == 0x0000B8, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::TempInventoryButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, CallFunc_Get_ReturnValue) == 0x0000C0, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, CallFunc_GetExperienceLevel_ReturnValue) == 0x0000C8, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::CallFunc_GetExperienceLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_MakeStruct_GearItemID) == 0x0000CC, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_MakeStruct_GearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, CallFunc_GetGearItem_OutGearItem) == 0x0000E0, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, CallFunc_GetGearItem_ReturnValue) == 0x000138, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, CallFunc_IsGear_ReturnValue) == 0x000139, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::CallFunc_IsGear_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_CreateDelegate_OutputDelegate) == 0x00013C, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00014C, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, Temp_bool_Variable) == 0x00014D, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, CallFunc_Not_PreBool_ReturnValue) == 0x00014E, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, CallFunc_BooleanOR_ReturnValue) == 0x00014F, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_CreateDelegate_OutputDelegate_1) == 0x000150, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, CallFunc_SelectFloat_ReturnValue) == 0x000160, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_CreateDelegate_OutputDelegate_2) == 0x000164, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_CreateDelegate_OutputDelegate_3) == 0x000174, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_CreateDelegate_OutputDelegate_4) == 0x000184, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_CreateDelegate_OutputDelegate_5) == 0x000194, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button) == 0x0001A8, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_DynamicCast_bSuccess) == 0x0001B8, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_MakeStruct_InventoryResult) == 0x0001C0, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_MakeStruct_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, CallFunc_SetInventoryResult_self_CastInput) == 0x000248, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::CallFunc_SetInventoryResult_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, CallFunc_Conv_NameToString_ReturnValue) == 0x000258, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_1) == 0x000268, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_DynamicCast_bSuccess_1) == 0x000278, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_2) == 0x000280, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_DynamicCast_bSuccess_2) == 0x000290, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, CallFunc_I_SetIsQuestItem_self_CastInput) == 0x000298, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::CallFunc_I_SetIsQuestItem_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_CreateDelegate_OutputDelegate_6) == 0x0002A8, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_CreateDelegate_OutputDelegate_7) == 0x0002B8, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, Temp_name_Variable) == 0x0002C8, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_Select_Default) == 0x0002D0, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, CallFunc_GetPlayerController_ReturnValue) == 0x0002D8, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, K2Node_MakeStruct_InventoryResult_1) == 0x0002E0, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::K2Node_MakeStruct_InventoryResult_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreateVendorItemButton, CallFunc_Create_ReturnValue) == 0x000368, "Member 'UI_BP_Vendor_C_CreateVendorItemButton::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_GetVendorCategoryForItem \ static_assert(alignof(UI_BP_Vendor_C_GetVendorCategoryForItem) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_GetVendorCategoryForItem"); \ static_assert(sizeof(UI_BP_Vendor_C_GetVendorCategoryForItem) == 0x000040, "Wrong size on UI_BP_Vendor_C_GetVendorCategoryForItem"); \ static_assert(offsetof(UI_BP_Vendor_C_GetVendorCategoryForItem, ItemName) == 0x000000, "Member 'UI_BP_Vendor_C_GetVendorCategoryForItem::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GetVendorCategoryForItem, ItemType) == 0x000008, "Member 'UI_BP_Vendor_C_GetVendorCategoryForItem::ItemType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GetVendorCategoryForItem, HolderID) == 0x000010, "Member 'UI_BP_Vendor_C_GetVendorCategoryForItem::HolderID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GetVendorCategoryForItem, VendorCategory) == 0x000018, "Member 'UI_BP_Vendor_C_GetVendorCategoryForItem::VendorCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GetVendorCategoryForItem, OutCategory) == 0x000028, "Member 'UI_BP_Vendor_C_GetVendorCategoryForItem::OutCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GetVendorCategoryForItem, K2Node_SwitchName_CmpSuccess) == 0x000038, "Member 'UI_BP_Vendor_C_GetVendorCategoryForItem::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GetVendorCategoryForItem, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000039, "Member 'UI_BP_Vendor_C_GetVendorCategoryForItem::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GetVendorCategoryForItem, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x00003A, "Member 'UI_BP_Vendor_C_GetVendorCategoryForItem::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_IsPriorityMissionItem \ static_assert(alignof(UI_BP_Vendor_C_IsPriorityMissionItem) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_IsPriorityMissionItem"); \ static_assert(sizeof(UI_BP_Vendor_C_IsPriorityMissionItem) == 0x0000B8, "Wrong size on UI_BP_Vendor_C_IsPriorityMissionItem"); \ static_assert(offsetof(UI_BP_Vendor_C_IsPriorityMissionItem, Item) == 0x000000, "Member 'UI_BP_Vendor_C_IsPriorityMissionItem::Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsPriorityMissionItem, IsPriority) == 0x000088, "Member 'UI_BP_Vendor_C_IsPriorityMissionItem::IsPriority' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsPriorityMissionItem, SpecialItemIDs) == 0x000090, "Member 'UI_BP_Vendor_C_IsPriorityMissionItem::SpecialItemIDs' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsPriorityMissionItem, K2Node_MakeArray_Array) == 0x0000A0, "Member 'UI_BP_Vendor_C_IsPriorityMissionItem::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsPriorityMissionItem, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000B0, "Member 'UI_BP_Vendor_C_IsPriorityMissionItem::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsPriorityMissionItem, CallFunc_IsUnlocked_ReturnValue) == 0x0000B1, "Member 'UI_BP_Vendor_C_IsPriorityMissionItem::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsPriorityMissionItem, CallFunc_Not_PreBool_ReturnValue) == 0x0000B2, "Member 'UI_BP_Vendor_C_IsPriorityMissionItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsPriorityMissionItem, CallFunc_Array_Contains_ReturnValue) == 0x0000B3, "Member 'UI_BP_Vendor_C_IsPriorityMissionItem::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsPriorityMissionItem, CallFunc_BooleanAND_ReturnValue) == 0x0000B4, "Member 'UI_BP_Vendor_C_IsPriorityMissionItem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsPriorityMissionItem, CallFunc_BooleanAND_ReturnValue_1) == 0x0000B5, "Member 'UI_BP_Vendor_C_IsPriorityMissionItem::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_RefreshPlayerInventory \ static_assert(alignof(UI_BP_Vendor_C_RefreshPlayerInventory) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_RefreshPlayerInventory"); \ static_assert(sizeof(UI_BP_Vendor_C_RefreshPlayerInventory) == 0x000148, "Wrong size on UI_BP_Vendor_C_RefreshPlayerInventory"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, TempPlayerInventory) == 0x000000, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::TempPlayerInventory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, Temp_int_Array_Index_Variable) == 0x000018, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_Get_ReturnValue) == 0x000020, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, Temp_int_Loop_Counter_Variable_1) == 0x000028, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_CreatePlayerItemGroup_Created) == 0x00002C, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_CreatePlayerItemGroup_Created' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_CreatePlayerItemGroup_ItemGroup) == 0x000030, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_CreatePlayerItemGroup_ItemGroup' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_Array_Add_ReturnValue) == 0x00003C, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000040, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_GetInventoryTextBP_InventoryResultArray) == 0x000048, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_GetInventoryTextBP_InventoryResultArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_Array_Get_Item) == 0x000058, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_Array_Add_ReturnValue_1) == 0x0000E4, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_Less_IntInt_ReturnValue) == 0x0000E8, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_BP_GetCreatureStateByFName_ReturnValue) == 0x0000F0, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_BP_GetCreatureStateByFName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_GetCanReturnToWild_ReturnValue) == 0x0000F8, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_GetCanReturnToWild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_Array_Get_Item_1) == 0x000100, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_Array_Length_ReturnValue_1) == 0x000110, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_CreatePlayerItemGroup_Created_1) == 0x000114, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_CreatePlayerItemGroup_Created_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_CreatePlayerItemGroup_ItemGroup_1) == 0x000118, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_CreatePlayerItemGroup_ItemGroup_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_Less_IntInt_ReturnValue_1) == 0x000120, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_AddChildToVerticalBox_ReturnValue_1) == 0x000128, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_AddChildToVerticalBox_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_Array_Add_ReturnValue_2) == 0x000130, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshPlayerInventory, CallFunc_GetInventoryTextBP_InventoryResultArray_1) == 0x000138, "Member 'UI_BP_Vendor_C_RefreshPlayerInventory::CallFunc_GetInventoryTextBP_InventoryResultArray_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_CreatePlayerItemGroup \ static_assert(alignof(UI_BP_Vendor_C_CreatePlayerItemGroup) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_CreatePlayerItemGroup"); \ static_assert(sizeof(UI_BP_Vendor_C_CreatePlayerItemGroup) == 0x0001C8, "Wrong size on UI_BP_Vendor_C_CreatePlayerItemGroup"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, VendorCategory) == 0x000000, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::VendorCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, PlayerInventory) == 0x000010, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::PlayerInventory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, Created) == 0x000020, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::Created' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, ItemGroup) == 0x000028, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::ItemGroup' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, TempItemGroupWidget) == 0x000030, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::TempItemGroupWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, TempPlayerItems) == 0x000038, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::TempPlayerItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, Temp_int_Array_Index_Variable) == 0x000058, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_Array_Get_Item) == 0x000060, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_IsEquippedGear_Result) == 0x0000E8, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_IsEquippedGear_Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_GetVendorCategoryForItem_VendorCategory) == 0x0000F0, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_GetVendorCategoryForItem_VendorCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_Not_PreBool_ReturnValue) == 0x000100, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000101, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, Temp_int_Loop_Counter_Variable_1) == 0x000104, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_Add_IntInt_ReturnValue_1) == 0x000108, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_Array_Length_ReturnValue_1) == 0x00010C, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_Less_IntInt_ReturnValue_1) == 0x000110, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_GetPlayerController_ReturnValue) == 0x000118, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_Create_ReturnValue) == 0x000120, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_Array_Length_ReturnValue_2) == 0x000128, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_Greater_IntInt_ReturnValue) == 0x00012C, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_Array_Add_ReturnValue) == 0x000130, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, Temp_int_Array_Index_Variable_1) == 0x000134, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_Array_Get_Item_1) == 0x000138, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemGroup, CallFunc_CreatePlayerItemButton_Button) == 0x0001C0, "Member 'UI_BP_Vendor_C_CreatePlayerItemGroup::CallFunc_CreatePlayerItemButton_Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_CreatePlayerItemButton \ static_assert(alignof(UI_BP_Vendor_C_CreatePlayerItemButton) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_CreatePlayerItemButton"); \ static_assert(sizeof(UI_BP_Vendor_C_CreatePlayerItemButton) == 0x000198, "Wrong size on UI_BP_Vendor_C_CreatePlayerItemButton"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, InventoryResult) == 0x000000, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, Button) == 0x000088, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, TempInventoryButton) == 0x000090, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::TempInventoryButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, K2Node_CreateDelegate_OutputDelegate) == 0x000098, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, CallFunc_Get_ReturnValue) == 0x0000A8, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, K2Node_MakeStruct_GearItemID) == 0x0000B0, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::K2Node_MakeStruct_GearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, CallFunc_GetExperienceLevel_ReturnValue) == 0x0000C4, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::CallFunc_GetExperienceLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, CallFunc_GetGearItem_OutGearItem) == 0x0000C8, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, CallFunc_GetGearItem_ReturnValue) == 0x000120, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, CallFunc_IsGear_ReturnValue) == 0x000121, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::CallFunc_IsGear_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, K2Node_CreateDelegate_OutputDelegate_1) == 0x000124, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000134, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, K2Node_CreateDelegate_OutputDelegate_2) == 0x000138, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button) == 0x000148, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, K2Node_DynamicCast_bSuccess) == 0x000158, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_1) == 0x000160, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, K2Node_DynamicCast_bSuccess_1) == 0x000170, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, K2Node_CreateDelegate_OutputDelegate_3) == 0x000174, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, CallFunc_GetPlayerController_ReturnValue) == 0x000188, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CreatePlayerItemButton, CallFunc_Create_ReturnValue) == 0x000190, "Member 'UI_BP_Vendor_C_CreatePlayerItemButton::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_IconButton_Hover \ static_assert(alignof(UI_BP_Vendor_C_IconButton_Hover) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_IconButton_Hover"); \ static_assert(sizeof(UI_BP_Vendor_C_IconButton_Hover) == 0x0000A0, "Wrong size on UI_BP_Vendor_C_IconButton_Hover"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, Button) == 0x000000, "Member 'UI_BP_Vendor_C_IconButton_Hover::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, IsBuying) == 0x000008, "Member 'UI_BP_Vendor_C_IconButton_Hover::IsBuying' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, Temp_byte_Variable) == 0x000009, "Member 'UI_BP_Vendor_C_IconButton_Hover::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button) == 0x000010, "Member 'UI_BP_Vendor_C_IconButton_Hover::K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_Vendor_C_IconButton_Hover::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, Temp_byte_Variable_1) == 0x000019, "Member 'UI_BP_Vendor_C_IconButton_Hover::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, Temp_bool_Variable) == 0x00001A, "Member 'UI_BP_Vendor_C_IconButton_Hover::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, Temp_byte_Variable_2) == 0x00001B, "Member 'UI_BP_Vendor_C_IconButton_Hover::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, Temp_byte_Variable_3) == 0x00001C, "Member 'UI_BP_Vendor_C_IconButton_Hover::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, CallFunc_Not_PreBool_ReturnValue) == 0x00001D, "Member 'UI_BP_Vendor_C_IconButton_Hover::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00001E, "Member 'UI_BP_Vendor_C_IconButton_Hover::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, K2Node_MakeStruct_GearItemID) == 0x000020, "Member 'UI_BP_Vendor_C_IconButton_Hover::K2Node_MakeStruct_GearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, CallFunc_IsGear_ReturnValue) == 0x000034, "Member 'UI_BP_Vendor_C_IconButton_Hover::CallFunc_IsGear_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, CallFunc_GetGearItem_OutGearItem) == 0x000038, "Member 'UI_BP_Vendor_C_IconButton_Hover::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, CallFunc_GetGearItem_ReturnValue) == 0x000090, "Member 'UI_BP_Vendor_C_IconButton_Hover::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000091, "Member 'UI_BP_Vendor_C_IconButton_Hover::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, CallFunc_BooleanAND_ReturnValue) == 0x000092, "Member 'UI_BP_Vendor_C_IconButton_Hover::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, Temp_bool_Variable_1) == 0x000093, "Member 'UI_BP_Vendor_C_IconButton_Hover::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, CallFunc_BooleanOR_ReturnValue) == 0x000094, "Member 'UI_BP_Vendor_C_IconButton_Hover::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, K2Node_Select_Default) == 0x000095, "Member 'UI_BP_Vendor_C_IconButton_Hover::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, K2Node_Select_Default_1) == 0x000096, "Member 'UI_BP_Vendor_C_IconButton_Hover::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Hover, CallFunc_PlayAnimationForward_ReturnValue) == 0x000098, "Member 'UI_BP_Vendor_C_IconButton_Hover::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_IconButton_Clicked \ static_assert(alignof(UI_BP_Vendor_C_IconButton_Clicked) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_IconButton_Clicked"); \ static_assert(sizeof(UI_BP_Vendor_C_IconButton_Clicked) == 0x000188, "Wrong size on UI_BP_Vendor_C_IconButton_Clicked"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, Button) == 0x000000, "Member 'UI_BP_Vendor_C_IconButton_Clicked::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, InventoryResult) == 0x000008, "Member 'UI_BP_Vendor_C_IconButton_Clicked::InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, CallFunc_PostEventAtLocation_ReturnValue) == 0x000090, "Member 'UI_BP_Vendor_C_IconButton_Clicked::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button) == 0x000098, "Member 'UI_BP_Vendor_C_IconButton_Clicked::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'UI_BP_Vendor_C_IconButton_Clicked::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0000AC, "Member 'UI_BP_Vendor_C_IconButton_Clicked::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, CallFunc_GetInventoryResult_InventoryResult) == 0x0000B0, "Member 'UI_BP_Vendor_C_IconButton_Clicked::CallFunc_GetInventoryResult_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_1) == 0x000138, "Member 'UI_BP_Vendor_C_IconButton_Clicked::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, K2Node_DynamicCast_bSuccess_1) == 0x000148, "Member 'UI_BP_Vendor_C_IconButton_Clicked::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, CallFunc_NotEqual_NameName_ReturnValue) == 0x000149, "Member 'UI_BP_Vendor_C_IconButton_Clicked::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00014A, "Member 'UI_BP_Vendor_C_IconButton_Clicked::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, CallFunc_GetMoney_Money) == 0x00014C, "Member 'UI_BP_Vendor_C_IconButton_Clicked::CallFunc_GetMoney_Money' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_2) == 0x000150, "Member 'UI_BP_Vendor_C_IconButton_Clicked::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, K2Node_DynamicCast_bSuccess_2) == 0x000160, "Member 'UI_BP_Vendor_C_IconButton_Clicked::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, CallFunc_Multiply_IntInt_ReturnValue) == 0x000164, "Member 'UI_BP_Vendor_C_IconButton_Clicked::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000168, "Member 'UI_BP_Vendor_C_IconButton_Clicked::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, CallFunc_SellItemFromPlayerInventoryBP_OutKnutsEarned) == 0x00016C, "Member 'UI_BP_Vendor_C_IconButton_Clicked::CallFunc_SellItemFromPlayerInventoryBP_OutKnutsEarned' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, CallFunc_SellItemFromPlayerInventoryBP_ReturnValue) == 0x000170, "Member 'UI_BP_Vendor_C_IconButton_Clicked::CallFunc_SellItemFromPlayerInventoryBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x000174, "Member 'UI_BP_Vendor_C_IconButton_Clicked::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, CallFunc_BuyItems_Success) == 0x000178, "Member 'UI_BP_Vendor_C_IconButton_Clicked::CallFunc_BuyItems_Success' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, CallFunc_BuyItems_TotalCost) == 0x00017C, "Member 'UI_BP_Vendor_C_IconButton_Clicked::CallFunc_BuyItems_TotalCost' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, CallFunc_BuyItems_FailReasonCost) == 0x000180, "Member 'UI_BP_Vendor_C_IconButton_Clicked::CallFunc_BuyItems_FailReasonCost' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, CallFunc_BuyItems_FailReasonSpace) == 0x000181, "Member 'UI_BP_Vendor_C_IconButton_Clicked::CallFunc_BuyItems_FailReasonSpace' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Clicked, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x000184, "Member 'UI_BP_Vendor_C_IconButton_Clicked::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_IconButton_Unhovered \ static_assert(alignof(UI_BP_Vendor_C_IconButton_Unhovered) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_IconButton_Unhovered"); \ static_assert(sizeof(UI_BP_Vendor_C_IconButton_Unhovered) == 0x000010, "Wrong size on UI_BP_Vendor_C_IconButton_Unhovered"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Unhovered, Button) == 0x000000, "Member 'UI_BP_Vendor_C_IconButton_Unhovered::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IconButton_Unhovered, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_Vendor_C_IconButton_Unhovered::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_Icon_Button_Pressed \ static_assert(alignof(UI_BP_Vendor_C_Icon_Button_Pressed) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_Icon_Button_Pressed"); \ static_assert(sizeof(UI_BP_Vendor_C_Icon_Button_Pressed) == 0x000010, "Wrong size on UI_BP_Vendor_C_Icon_Button_Pressed"); \ static_assert(offsetof(UI_BP_Vendor_C_Icon_Button_Pressed, IconButton) == 0x000000, "Member 'UI_BP_Vendor_C_Icon_Button_Pressed::IconButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Icon_Button_Pressed, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_Vendor_C_Icon_Button_Pressed::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Icon_Button_Pressed, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'UI_BP_Vendor_C_Icon_Button_Pressed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_Icon_Button_Released \ static_assert(alignof(UI_BP_Vendor_C_Icon_Button_Released) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_Icon_Button_Released"); \ static_assert(sizeof(UI_BP_Vendor_C_Icon_Button_Released) == 0x000008, "Wrong size on UI_BP_Vendor_C_Icon_Button_Released"); \ static_assert(offsetof(UI_BP_Vendor_C_Icon_Button_Released, IconButton) == 0x000000, "Member 'UI_BP_Vendor_C_Icon_Button_Released::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_Failed_Buy \ static_assert(alignof(UI_BP_Vendor_C_Failed_Buy) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_Failed_Buy"); \ static_assert(sizeof(UI_BP_Vendor_C_Failed_Buy) == 0x000048, "Wrong size on UI_BP_Vendor_C_Failed_Buy"); \ static_assert(offsetof(UI_BP_Vendor_C_Failed_Buy, Button) == 0x000000, "Member 'UI_BP_Vendor_C_Failed_Buy::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Failed_Buy, FailReasonCost) == 0x000008, "Member 'UI_BP_Vendor_C_Failed_Buy::FailReasonCost' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Failed_Buy, FailReasonSpace) == 0x000009, "Member 'UI_BP_Vendor_C_Failed_Buy::FailReasonSpace' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Failed_Buy, ItemName) == 0x00000C, "Member 'UI_BP_Vendor_C_Failed_Buy::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Failed_Buy, CallFunc_PostEventAtLocation_ReturnValue) == 0x000014, "Member 'UI_BP_Vendor_C_Failed_Buy::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Failed_Buy, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button) == 0x000018, "Member 'UI_BP_Vendor_C_Failed_Buy::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Failed_Buy, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'UI_BP_Vendor_C_Failed_Buy::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Failed_Buy, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00002C, "Member 'UI_BP_Vendor_C_Failed_Buy::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Failed_Buy, CallFunc_GetItemInventoryFullString_ReturnValue) == 0x000030, "Member 'UI_BP_Vendor_C_Failed_Buy::CallFunc_GetItemInventoryFullString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Failed_Buy, CallFunc_Conv_NameToString_ReturnValue) == 0x000038, "Member 'UI_BP_Vendor_C_Failed_Buy::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_UpdateCost \ static_assert(alignof(UI_BP_Vendor_C_UpdateCost) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_UpdateCost"); \ static_assert(sizeof(UI_BP_Vendor_C_UpdateCost) == 0x0000A0, "Wrong size on UI_BP_Vendor_C_UpdateCost"); \ static_assert(offsetof(UI_BP_Vendor_C_UpdateCost, InvResult) == 0x000000, "Member 'UI_BP_Vendor_C_UpdateCost::InvResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_UpdateCost, PlayerMoney) == 0x000088, "Member 'UI_BP_Vendor_C_UpdateCost::PlayerMoney' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_UpdateCost, AdjustedCost) == 0x00008C, "Member 'UI_BP_Vendor_C_UpdateCost::AdjustedCost' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_UpdateCost, CallFunc_CalculateAdjustedSellBuyCost_AdjustedCost) == 0x000090, "Member 'UI_BP_Vendor_C_UpdateCost::CallFunc_CalculateAdjustedSellBuyCost_AdjustedCost' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_UpdateCost, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000094, "Member 'UI_BP_Vendor_C_UpdateCost::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_UpdateCost, CallFunc_GetMoney_Money) == 0x000098, "Member 'UI_BP_Vendor_C_UpdateCost::CallFunc_GetMoney_Money' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_CalculateAdjustedSellBuyCost \ static_assert(alignof(UI_BP_Vendor_C_CalculateAdjustedSellBuyCost) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_CalculateAdjustedSellBuyCost"); \ static_assert(sizeof(UI_BP_Vendor_C_CalculateAdjustedSellBuyCost) == 0x0000C0, "Wrong size on UI_BP_Vendor_C_CalculateAdjustedSellBuyCost"); \ static_assert(offsetof(UI_BP_Vendor_C_CalculateAdjustedSellBuyCost, InventoryResult) == 0x000000, "Member 'UI_BP_Vendor_C_CalculateAdjustedSellBuyCost::InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CalculateAdjustedSellBuyCost, AdjustedCost) == 0x000088, "Member 'UI_BP_Vendor_C_CalculateAdjustedSellBuyCost::AdjustedCost' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CalculateAdjustedSellBuyCost, Modifier) == 0x00008C, "Member 'UI_BP_Vendor_C_CalculateAdjustedSellBuyCost::Modifier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CalculateAdjustedSellBuyCost, ItemValue) == 0x000090, "Member 'UI_BP_Vendor_C_CalculateAdjustedSellBuyCost::ItemValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CalculateAdjustedSellBuyCost, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000094, "Member 'UI_BP_Vendor_C_CalculateAdjustedSellBuyCost::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CalculateAdjustedSellBuyCost, CallFunc_Multiply_IntInt_ReturnValue) == 0x000098, "Member 'UI_BP_Vendor_C_CalculateAdjustedSellBuyCost::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CalculateAdjustedSellBuyCost, CallFunc_Divide_IntInt_ReturnValue) == 0x00009C, "Member 'UI_BP_Vendor_C_CalculateAdjustedSellBuyCost::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CalculateAdjustedSellBuyCost, Temp_bool_Variable) == 0x0000A0, "Member 'UI_BP_Vendor_C_CalculateAdjustedSellBuyCost::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CalculateAdjustedSellBuyCost, K2Node_Select_Default) == 0x0000A4, "Member 'UI_BP_Vendor_C_CalculateAdjustedSellBuyCost::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CalculateAdjustedSellBuyCost, CallFunc_Multiply_IntFloat_ReturnValue) == 0x0000A8, "Member 'UI_BP_Vendor_C_CalculateAdjustedSellBuyCost::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CalculateAdjustedSellBuyCost, CallFunc_FTrunc_ReturnValue) == 0x0000AC, "Member 'UI_BP_Vendor_C_CalculateAdjustedSellBuyCost::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CalculateAdjustedSellBuyCost, CallFunc_Calculate_VendorBuySellModifier_CostModifier) == 0x0000B0, "Member 'UI_BP_Vendor_C_CalculateAdjustedSellBuyCost::CallFunc_Calculate_VendorBuySellModifier_CostModifier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CalculateAdjustedSellBuyCost, CallFunc_Calculate_VendorBuySellModifier_CostModifier_1) == 0x0000B4, "Member 'UI_BP_Vendor_C_CalculateAdjustedSellBuyCost::CallFunc_Calculate_VendorBuySellModifier_CostModifier_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CalculateAdjustedSellBuyCost, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x0000B8, "Member 'UI_BP_Vendor_C_CalculateAdjustedSellBuyCost::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_Calculate_VendorBuySellModifier \ static_assert(alignof(UI_BP_Vendor_C_Calculate_VendorBuySellModifier) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_Calculate_VendorBuySellModifier"); \ static_assert(sizeof(UI_BP_Vendor_C_Calculate_VendorBuySellModifier) == 0x0000B0, "Wrong size on UI_BP_Vendor_C_Calculate_VendorBuySellModifier"); \ static_assert(offsetof(UI_BP_Vendor_C_Calculate_VendorBuySellModifier, InventoryResult) == 0x000000, "Member 'UI_BP_Vendor_C_Calculate_VendorBuySellModifier::InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Calculate_VendorBuySellModifier, IsBuying) == 0x000088, "Member 'UI_BP_Vendor_C_Calculate_VendorBuySellModifier::IsBuying' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Calculate_VendorBuySellModifier, CostModifier) == 0x00008C, "Member 'UI_BP_Vendor_C_Calculate_VendorBuySellModifier::CostModifier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Calculate_VendorBuySellModifier, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000090, "Member 'UI_BP_Vendor_C_Calculate_VendorBuySellModifier::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Calculate_VendorBuySellModifier, K2Node_MakeStruct_VendorTransactionInfo) == 0x000098, "Member 'UI_BP_Vendor_C_Calculate_VendorBuySellModifier::K2Node_MakeStruct_VendorTransactionInfo' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Calculate_VendorBuySellModifier, CallFunc_CalculateVendorPricesModifier_ReturnValue) == 0x0000AC, "Member 'UI_BP_Vendor_C_Calculate_VendorBuySellModifier::CallFunc_CalculateVendorPricesModifier_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_AddToCumulativeTransferTotal \ static_assert(alignof(UI_BP_Vendor_C_AddToCumulativeTransferTotal) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_AddToCumulativeTransferTotal"); \ static_assert(sizeof(UI_BP_Vendor_C_AddToCumulativeTransferTotal) == 0x000148, "Wrong size on UI_BP_Vendor_C_AddToCumulativeTransferTotal"); \ static_assert(offsetof(UI_BP_Vendor_C_AddToCumulativeTransferTotal, Name_0) == 0x000000, "Member 'UI_BP_Vendor_C_AddToCumulativeTransferTotal::Name_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AddToCumulativeTransferTotal, Variation) == 0x000008, "Member 'UI_BP_Vendor_C_AddToCumulativeTransferTotal::Variation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AddToCumulativeTransferTotal, Count) == 0x000010, "Member 'UI_BP_Vendor_C_AddToCumulativeTransferTotal::Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AddToCumulativeTransferTotal, NewTotal) == 0x000014, "Member 'UI_BP_Vendor_C_AddToCumulativeTransferTotal::NewTotal' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AddToCumulativeTransferTotal, K2Node_MakeStruct_InventoryResult) == 0x000018, "Member 'UI_BP_Vendor_C_AddToCumulativeTransferTotal::K2Node_MakeStruct_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AddToCumulativeTransferTotal, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'UI_BP_Vendor_C_AddToCumulativeTransferTotal::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AddToCumulativeTransferTotal, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'UI_BP_Vendor_C_AddToCumulativeTransferTotal::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AddToCumulativeTransferTotal, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'UI_BP_Vendor_C_AddToCumulativeTransferTotal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AddToCumulativeTransferTotal, CallFunc_Array_Add_ReturnValue) == 0x0000AC, "Member 'UI_BP_Vendor_C_AddToCumulativeTransferTotal::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AddToCumulativeTransferTotal, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B0, "Member 'UI_BP_Vendor_C_AddToCumulativeTransferTotal::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AddToCumulativeTransferTotal, CallFunc_Array_Get_Item) == 0x0000B8, "Member 'UI_BP_Vendor_C_AddToCumulativeTransferTotal::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AddToCumulativeTransferTotal, CallFunc_Array_Length_ReturnValue) == 0x000140, "Member 'UI_BP_Vendor_C_AddToCumulativeTransferTotal::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AddToCumulativeTransferTotal, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000144, "Member 'UI_BP_Vendor_C_AddToCumulativeTransferTotal::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AddToCumulativeTransferTotal, CallFunc_Less_IntInt_ReturnValue) == 0x000145, "Member 'UI_BP_Vendor_C_AddToCumulativeTransferTotal::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AddToCumulativeTransferTotal, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000146, "Member 'UI_BP_Vendor_C_AddToCumulativeTransferTotal::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AddToCumulativeTransferTotal, CallFunc_BooleanAND_ReturnValue) == 0x000147, "Member 'UI_BP_Vendor_C_AddToCumulativeTransferTotal::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_BuyItems \ static_assert(alignof(UI_BP_Vendor_C_BuyItems) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_BuyItems"); \ static_assert(sizeof(UI_BP_Vendor_C_BuyItems) == 0x0000C0, "Wrong size on UI_BP_Vendor_C_BuyItems"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, InventoryResult) == 0x000000, "Member 'UI_BP_Vendor_C_BuyItems::InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, Success) == 0x000088, "Member 'UI_BP_Vendor_C_BuyItems::Success' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, TotalCost) == 0x00008C, "Member 'UI_BP_Vendor_C_BuyItems::TotalCost' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, FailReasonCost) == 0x000090, "Member 'UI_BP_Vendor_C_BuyItems::FailReasonCost' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, FailReasonSpace) == 0x000091, "Member 'UI_BP_Vendor_C_BuyItems::FailReasonSpace' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, TempHasEnoughSpace) == 0x000092, "Member 'UI_BP_Vendor_C_BuyItems::TempHasEnoughSpace' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, TempHasEnoughMoney) == 0x000093, "Member 'UI_BP_Vendor_C_BuyItems::TempHasEnoughMoney' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, TransactionCost) == 0x000094, "Member 'UI_BP_Vendor_C_BuyItems::TransactionCost' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, ItemCost) == 0x000098, "Member 'UI_BP_Vendor_C_BuyItems::ItemCost' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, CallFunc_CalculateAdjustedSellBuyCost_AdjustedCost) == 0x00009C, "Member 'UI_BP_Vendor_C_BuyItems::CallFunc_CalculateAdjustedSellBuyCost_AdjustedCost' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, CallFunc_Not_PreBool_ReturnValue) == 0x0000A0, "Member 'UI_BP_Vendor_C_BuyItems::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000A1, "Member 'UI_BP_Vendor_C_BuyItems::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, CallFunc_BooleanAND_ReturnValue) == 0x0000A2, "Member 'UI_BP_Vendor_C_BuyItems::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000A4, "Member 'UI_BP_Vendor_C_BuyItems::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, CallFunc_GetCount_ReturnValue) == 0x0000A8, "Member 'UI_BP_Vendor_C_BuyItems::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, CallFunc_AdjustCount_ReturnValue) == 0x0000AC, "Member 'UI_BP_Vendor_C_BuyItems::CallFunc_AdjustCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000B0, "Member 'UI_BP_Vendor_C_BuyItems::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, CallFunc_CanPerformTransfer_CanTransfer) == 0x0000B1, "Member 'UI_BP_Vendor_C_BuyItems::CallFunc_CanPerformTransfer_CanTransfer' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, CallFunc_Multiply_IntInt_ReturnValue) == 0x0000B4, "Member 'UI_BP_Vendor_C_BuyItems::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BuyItems, CallFunc_Transfer_Item_Success) == 0x0000B8, "Member 'UI_BP_Vendor_C_BuyItems::CallFunc_Transfer_Item_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_GetItemRarityString \ static_assert(alignof(UI_BP_Vendor_C_GetItemRarityString) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_GetItemRarityString"); \ static_assert(sizeof(UI_BP_Vendor_C_GetItemRarityString) == 0x000030, "Wrong size on UI_BP_Vendor_C_GetItemRarityString"); \ static_assert(offsetof(UI_BP_Vendor_C_GetItemRarityString, RarityIndex) == 0x000000, "Member 'UI_BP_Vendor_C_GetItemRarityString::RarityIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GetItemRarityString, Rarity) == 0x000008, "Member 'UI_BP_Vendor_C_GetItemRarityString::Rarity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GetItemRarityString, TempQualityString) == 0x000018, "Member 'UI_BP_Vendor_C_GetItemRarityString::TempQualityString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GetItemRarityString, K2Node_SwitchInteger_CmpSuccess) == 0x000028, "Member 'UI_BP_Vendor_C_GetItemRarityString::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_Vendor_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_Vendor_C_BlueprintOnUMGInputAction) == 0x0001D8, "Wrong size on UI_BP_Vendor_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, NewQuantity) == 0x000004, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::NewQuantity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, K2Node_MakeStruct_LegendItemData) == 0x000008, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_PlayAnimationForward_ReturnValue) == 0x000038, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000040, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue_1) == 0x000049, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, K2Node_MakeStruct_LegendItemData_1) == 0x000050, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, K2Node_MakeArray_Array) == 0x000080, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000090, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_GetPlayerPawn_ReturnValue) == 0x000098, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_Conv_StringToName_ReturnValue) == 0x0000A0, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_PreviewGear_ReturnValue) == 0x0000A8, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_PreviewGear_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x0000B0, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_GetParent_ReturnValue) == 0x0000B8, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_GetParent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_GetParent_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_GetParent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000C8, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_GetParent_ReturnValue_2) == 0x0000D0, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_GetParent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_GetParent_ReturnValue_3) == 0x0000D8, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_GetParent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_Array_LastIndex_ReturnValue) == 0x0000E0, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x0000E8, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_UpdateGearOutfitItems_ReturnValue) == 0x0000F0, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_UpdateGearOutfitItems_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_CanPreviewBroom_Result) == 0x0000F1, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_CanPreviewBroom_Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x0000F4, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0000F8, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x0000FC, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue) == 0x000100, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_1) == 0x000101, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_Add_IntInt_ReturnValue) == 0x000104, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_Less_IntInt_ReturnValue) == 0x000108, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_Subtract_IntInt_ReturnValue) == 0x00010C, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000110, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_Greater_IntInt_ReturnValue) == 0x000111, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000112, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button) == 0x000118, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue_2) == 0x000129, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_GetInventoryResult_InventoryResult) == 0x000130, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_GetInventoryResult_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x0001B8, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue) == 0x0001B9, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0001BA, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue_1) == 0x0001BB, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_Conv_NameToString_ReturnValue) == 0x0001C0, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_IsGear_ReturnValue) == 0x0001D0, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_IsGear_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x0001D1, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x0001D2, "Member 'UI_BP_Vendor_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_GoToPage \ static_assert(alignof(UI_BP_Vendor_C_GoToPage) == 0x000004, "Wrong alignment on UI_BP_Vendor_C_GoToPage"); \ static_assert(sizeof(UI_BP_Vendor_C_GoToPage) == 0x000008, "Wrong size on UI_BP_Vendor_C_GoToPage"); \ static_assert(offsetof(UI_BP_Vendor_C_GoToPage, PageIndex_0) == 0x000000, "Member 'UI_BP_Vendor_C_GoToPage::PageIndex_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GoToPage, CallFunc_GoToCategory_CategoryChanged) == 0x000004, "Member 'UI_BP_Vendor_C_GoToPage::CallFunc_GoToCategory_CategoryChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GoToPage, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000005, "Member 'UI_BP_Vendor_C_GoToPage::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_CategorySwitch \ static_assert(alignof(UI_BP_Vendor_C_CategorySwitch) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_CategorySwitch"); \ static_assert(sizeof(UI_BP_Vendor_C_CategorySwitch) == 0x000020, "Wrong size on UI_BP_Vendor_C_CategorySwitch"); \ static_assert(offsetof(UI_BP_Vendor_C_CategorySwitch, NewIndex) == 0x000000, "Member 'UI_BP_Vendor_C_CategorySwitch::NewIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CategorySwitch, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000004, "Member 'UI_BP_Vendor_C_CategorySwitch::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CategorySwitch, CallFunc_SelectString_ReturnValue) == 0x000008, "Member 'UI_BP_Vendor_C_CategorySwitch::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CategorySwitch, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_Vendor_C_CategorySwitch::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CategorySwitch, CallFunc_SelectInt_ReturnValue) == 0x00001C, "Member 'UI_BP_Vendor_C_CategorySwitch::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_ConditionalAutosave \ static_assert(alignof(UI_BP_Vendor_C_ConditionalAutosave) == 0x000004, "Wrong alignment on UI_BP_Vendor_C_ConditionalAutosave"); \ static_assert(sizeof(UI_BP_Vendor_C_ConditionalAutosave) == 0x00000C, "Wrong size on UI_BP_Vendor_C_ConditionalAutosave"); \ static_assert(offsetof(UI_BP_Vendor_C_ConditionalAutosave, CallFunc_AutoSaveGameData_ReturnValue) == 0x000000, "Member 'UI_BP_Vendor_C_ConditionalAutosave::CallFunc_AutoSaveGameData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ConditionalAutosave, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'UI_BP_Vendor_C_ConditionalAutosave::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ConditionalAutosave, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_Vendor_C_ConditionalAutosave::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_RefreshLegend \ static_assert(alignof(UI_BP_Vendor_C_RefreshLegend) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_RefreshLegend"); \ static_assert(sizeof(UI_BP_Vendor_C_RefreshLegend) == 0x0001E8, "Wrong size on UI_BP_Vendor_C_RefreshLegend"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, TempTooltipLegendItems) == 0x000000, "Member 'UI_BP_Vendor_C_RefreshLegend::TempTooltipLegendItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, TempLegendItems) == 0x000010, "Member 'UI_BP_Vendor_C_RefreshLegend::TempLegendItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, CallFunc_CanPreviewBroom_Result) == 0x000020, "Member 'UI_BP_Vendor_C_RefreshLegend::CallFunc_CanPreviewBroom_Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, K2Node_MakeStruct_LegendItemData) == 0x000028, "Member 'UI_BP_Vendor_C_RefreshLegend::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, CallFunc_Array_Add_ReturnValue) == 0x000058, "Member 'UI_BP_Vendor_C_RefreshLegend::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, K2Node_MakeStruct_LegendItemData_1) == 0x000060, "Member 'UI_BP_Vendor_C_RefreshLegend::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_1) == 0x000090, "Member 'UI_BP_Vendor_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, K2Node_MakeStruct_LegendItemData_2) == 0x000098, "Member 'UI_BP_Vendor_C_RefreshLegend::K2Node_MakeStruct_LegendItemData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, K2Node_MakeStruct_LegendItemData_3) == 0x0000C8, "Member 'UI_BP_Vendor_C_RefreshLegend::K2Node_MakeStruct_LegendItemData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_2) == 0x0000F8, "Member 'UI_BP_Vendor_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_3) == 0x0000FC, "Member 'UI_BP_Vendor_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, CallFunc_BooleanOR_ReturnValue) == 0x000100, "Member 'UI_BP_Vendor_C_RefreshLegend::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, K2Node_MakeStruct_LegendItemData_4) == 0x000108, "Member 'UI_BP_Vendor_C_RefreshLegend::K2Node_MakeStruct_LegendItemData_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_4) == 0x000138, "Member 'UI_BP_Vendor_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, K2Node_MakeStruct_LegendItemData_5) == 0x000140, "Member 'UI_BP_Vendor_C_RefreshLegend::K2Node_MakeStruct_LegendItemData_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, K2Node_MakeStruct_LegendItemData_6) == 0x000170, "Member 'UI_BP_Vendor_C_RefreshLegend::K2Node_MakeStruct_LegendItemData_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_5) == 0x0001A0, "Member 'UI_BP_Vendor_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_6) == 0x0001A4, "Member 'UI_BP_Vendor_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, K2Node_MakeStruct_LegendItemData_7) == 0x0001A8, "Member 'UI_BP_Vendor_C_RefreshLegend::K2Node_MakeStruct_LegendItemData_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_7) == 0x0001D8, "Member 'UI_BP_Vendor_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, CallFunc_IsValid_ReturnValue) == 0x0001DC, "Member 'UI_BP_Vendor_C_RefreshLegend::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0001DD, "Member 'UI_BP_Vendor_C_RefreshLegend::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x0001DE, "Member 'UI_BP_Vendor_C_RefreshLegend::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x0001DF, "Member 'UI_BP_Vendor_C_RefreshLegend::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, CallFunc_BooleanAND_ReturnValue) == 0x0001E0, "Member 'UI_BP_Vendor_C_RefreshLegend::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshLegend, CallFunc_IsGear_ReturnValue) == 0x0001E1, "Member 'UI_BP_Vendor_C_RefreshLegend::CallFunc_IsGear_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_DisplayErrorMessage \ static_assert(alignof(UI_BP_Vendor_C_DisplayErrorMessage) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_DisplayErrorMessage"); \ static_assert(sizeof(UI_BP_Vendor_C_DisplayErrorMessage) == 0x000018, "Wrong size on UI_BP_Vendor_C_DisplayErrorMessage"); \ static_assert(offsetof(UI_BP_Vendor_C_DisplayErrorMessage, ErrorMessage) == 0x000000, "Member 'UI_BP_Vendor_C_DisplayErrorMessage::ErrorMessage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DisplayErrorMessage, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'UI_BP_Vendor_C_DisplayErrorMessage::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_Set_Vendor_Sign \ static_assert(alignof(UI_BP_Vendor_C_Set_Vendor_Sign) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_Set_Vendor_Sign"); \ static_assert(sizeof(UI_BP_Vendor_C_Set_Vendor_Sign) == 0x000118, "Wrong size on UI_BP_Vendor_C_Set_Vendor_Sign"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, tempShopName) == 0x000000, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::tempShopName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000030, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000040, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_GetStatName_ReturnValue) == 0x000068, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_GetStatName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_Get_ReturnValue) == 0x000070, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_ReadStat_ReturnValue) == 0x000078, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_ReadStat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_Conv_NameToString_ReturnValue_2) == 0x000080, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_Conv_NameToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_Conv_IntToString_ReturnValue) == 0x000090, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A0, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, K2Node_SwitchInteger_CmpSuccess) == 0x0000B0, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000B8, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000C8, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_Conv_NameToString_ReturnValue_3) == 0x0000D0, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_Conv_NameToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000E0, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_Conv_NameToString_ReturnValue_4) == 0x0000F0, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_Conv_NameToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000100, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_AsyncFindIconTexture2D_ReturnValue_1) == 0x000110, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_AsyncFindIconTexture2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_AsyncFindIconTexture2D_ReturnValue_2) == 0x000111, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_AsyncFindIconTexture2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_Set_Vendor_Sign, CallFunc_NotEqual_NameName_ReturnValue) == 0x000112, "Member 'UI_BP_Vendor_C_Set_Vendor_Sign::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_VO_OnEnterVendor \ static_assert(alignof(UI_BP_Vendor_C_VO_OnEnterVendor) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_VO_OnEnterVendor"); \ static_assert(sizeof(UI_BP_Vendor_C_VO_OnEnterVendor) == 0x000018, "Wrong size on UI_BP_Vendor_C_VO_OnEnterVendor"); \ static_assert(offsetof(UI_BP_Vendor_C_VO_OnEnterVendor, CallFunc_Conv_NameToString_ReturnValue) == 0x000000, "Member 'UI_BP_Vendor_C_VO_OnEnterVendor::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_VO_OnEnterVendor, CallFunc_GetActorFromEntityNameBP_ReturnValue) == 0x000010, "Member 'UI_BP_Vendor_C_VO_OnEnterVendor::CallFunc_GetActorFromEntityNameBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_VO_OnItemPurchased \ static_assert(alignof(UI_BP_Vendor_C_VO_OnItemPurchased) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_VO_OnItemPurchased"); \ static_assert(sizeof(UI_BP_Vendor_C_VO_OnItemPurchased) == 0x000018, "Wrong size on UI_BP_Vendor_C_VO_OnItemPurchased"); \ static_assert(offsetof(UI_BP_Vendor_C_VO_OnItemPurchased, CallFunc_Conv_NameToString_ReturnValue) == 0x000000, "Member 'UI_BP_Vendor_C_VO_OnItemPurchased::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_VO_OnItemPurchased, CallFunc_GetActorFromEntityNameBP_ReturnValue) == 0x000010, "Member 'UI_BP_Vendor_C_VO_OnItemPurchased::CallFunc_GetActorFromEntityNameBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoMoney \ static_assert(alignof(UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoMoney) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoMoney"); \ static_assert(sizeof(UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoMoney) == 0x000018, "Wrong size on UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoMoney"); \ static_assert(offsetof(UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoMoney, CallFunc_Conv_NameToString_ReturnValue) == 0x000000, "Member 'UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoMoney::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoMoney, CallFunc_GetActorFromEntityNameBP_ReturnValue) == 0x000010, "Member 'UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoMoney::CallFunc_GetActorFromEntityNameBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_VO_OnItemSold \ static_assert(alignof(UI_BP_Vendor_C_VO_OnItemSold) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_VO_OnItemSold"); \ static_assert(sizeof(UI_BP_Vendor_C_VO_OnItemSold) == 0x000018, "Wrong size on UI_BP_Vendor_C_VO_OnItemSold"); \ static_assert(offsetof(UI_BP_Vendor_C_VO_OnItemSold, CallFunc_Conv_NameToString_ReturnValue) == 0x000000, "Member 'UI_BP_Vendor_C_VO_OnItemSold::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_VO_OnItemSold, CallFunc_GetActorFromEntityNameBP_ReturnValue) == 0x000010, "Member 'UI_BP_Vendor_C_VO_OnItemSold::CallFunc_GetActorFromEntityNameBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_VO_AbortInteraction \ static_assert(alignof(UI_BP_Vendor_C_VO_AbortInteraction) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_VO_AbortInteraction"); \ static_assert(sizeof(UI_BP_Vendor_C_VO_AbortInteraction) == 0x000020, "Wrong size on UI_BP_Vendor_C_VO_AbortInteraction"); \ static_assert(offsetof(UI_BP_Vendor_C_VO_AbortInteraction, CallFunc_AnyQueuedConversations_ReturnValue) == 0x000000, "Member 'UI_BP_Vendor_C_VO_AbortInteraction::CallFunc_AnyQueuedConversations_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_VO_AbortInteraction, CallFunc_Conv_NameToString_ReturnValue) == 0x000008, "Member 'UI_BP_Vendor_C_VO_AbortInteraction::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_VO_AbortInteraction, CallFunc_GetActorFromEntityNameBP_ReturnValue) == 0x000018, "Member 'UI_BP_Vendor_C_VO_AbortInteraction::CallFunc_GetActorFromEntityNameBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_VO_OnGearPreview \ static_assert(alignof(UI_BP_Vendor_C_VO_OnGearPreview) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_VO_OnGearPreview"); \ static_assert(sizeof(UI_BP_Vendor_C_VO_OnGearPreview) == 0x000018, "Wrong size on UI_BP_Vendor_C_VO_OnGearPreview"); \ static_assert(offsetof(UI_BP_Vendor_C_VO_OnGearPreview, CallFunc_Conv_NameToString_ReturnValue) == 0x000000, "Member 'UI_BP_Vendor_C_VO_OnGearPreview::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_VO_OnGearPreview, CallFunc_GetActorFromEntityNameBP_ReturnValue) == 0x000010, "Member 'UI_BP_Vendor_C_VO_OnGearPreview::CallFunc_GetActorFromEntityNameBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_VO_OnLeavePreview \ static_assert(alignof(UI_BP_Vendor_C_VO_OnLeavePreview) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_VO_OnLeavePreview"); \ static_assert(sizeof(UI_BP_Vendor_C_VO_OnLeavePreview) == 0x000018, "Wrong size on UI_BP_Vendor_C_VO_OnLeavePreview"); \ static_assert(offsetof(UI_BP_Vendor_C_VO_OnLeavePreview, CallFunc_Conv_NameToString_ReturnValue) == 0x000000, "Member 'UI_BP_Vendor_C_VO_OnLeavePreview::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_VO_OnLeavePreview, CallFunc_GetActorFromEntityNameBP_ReturnValue) == 0x000010, "Member 'UI_BP_Vendor_C_VO_OnLeavePreview::CallFunc_GetActorFromEntityNameBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoSpace \ static_assert(alignof(UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoSpace) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoSpace"); \ static_assert(sizeof(UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoSpace) == 0x000018, "Wrong size on UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoSpace"); \ static_assert(offsetof(UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoSpace, CallFunc_Conv_NameToString_ReturnValue) == 0x000000, "Member 'UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoSpace::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoSpace, CallFunc_GetActorFromEntityNameBP_ReturnValue) == 0x000010, "Member 'UI_BP_Vendor_C_VO_OnItemPurchasedFailedNoSpace::CallFunc_GetActorFromEntityNameBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_ToggleNotificationCategories \ static_assert(alignof(UI_BP_Vendor_C_ToggleNotificationCategories) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_ToggleNotificationCategories"); \ static_assert(sizeof(UI_BP_Vendor_C_ToggleNotificationCategories) == 0x000050, "Wrong size on UI_BP_Vendor_C_ToggleNotificationCategories"); \ static_assert(offsetof(UI_BP_Vendor_C_ToggleNotificationCategories, ShouldPause) == 0x000000, "Member 'UI_BP_Vendor_C_ToggleNotificationCategories::ShouldPause' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ToggleNotificationCategories, CategoriesToPause) == 0x000008, "Member 'UI_BP_Vendor_C_ToggleNotificationCategories::CategoriesToPause' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ToggleNotificationCategories, Temp_int_Array_Index_Variable) == 0x000018, "Member 'UI_BP_Vendor_C_ToggleNotificationCategories::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ToggleNotificationCategories, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'UI_BP_Vendor_C_ToggleNotificationCategories::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ToggleNotificationCategories, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_Vendor_C_ToggleNotificationCategories::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ToggleNotificationCategories, K2Node_MakeArray_Array) == 0x000028, "Member 'UI_BP_Vendor_C_ToggleNotificationCategories::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ToggleNotificationCategories, CallFunc_Array_Get_Item) == 0x000038, "Member 'UI_BP_Vendor_C_ToggleNotificationCategories::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ToggleNotificationCategories, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'UI_BP_Vendor_C_ToggleNotificationCategories::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ToggleNotificationCategories, CallFunc_GetUIManagerPure_ReturnValue) == 0x000040, "Member 'UI_BP_Vendor_C_ToggleNotificationCategories::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ToggleNotificationCategories, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'UI_BP_Vendor_C_ToggleNotificationCategories::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_StartBroomModelPreview \ static_assert(alignof(UI_BP_Vendor_C_StartBroomModelPreview) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_StartBroomModelPreview"); \ static_assert(sizeof(UI_BP_Vendor_C_StartBroomModelPreview) == 0x000008, "Wrong size on UI_BP_Vendor_C_StartBroomModelPreview"); \ static_assert(offsetof(UI_BP_Vendor_C_StartBroomModelPreview, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_Vendor_C_StartBroomModelPreview::CallFunc_Get_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_StopBroomModelPreview \ static_assert(alignof(UI_BP_Vendor_C_StopBroomModelPreview) == 0x000001, "Wrong alignment on UI_BP_Vendor_C_StopBroomModelPreview"); \ static_assert(sizeof(UI_BP_Vendor_C_StopBroomModelPreview) == 0x000001, "Wrong size on UI_BP_Vendor_C_StopBroomModelPreview"); \ static_assert(offsetof(UI_BP_Vendor_C_StopBroomModelPreview, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'UI_BP_Vendor_C_StopBroomModelPreview::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_PreloadGear \ static_assert(alignof(UI_BP_Vendor_C_PreloadGear) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_PreloadGear"); \ static_assert(sizeof(UI_BP_Vendor_C_PreloadGear) == 0x000118, "Wrong size on UI_BP_Vendor_C_PreloadGear"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, GearIDs) == 0x000000, "Member 'UI_BP_Vendor_C_PreloadGear::GearIDs' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'UI_BP_Vendor_C_PreloadGear::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_Vendor_C_PreloadGear::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, Temp_int_Array_Index_Variable) == 0x000018, "Member 'UI_BP_Vendor_C_PreloadGear::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, Temp_int_Loop_Counter_Variable_1) == 0x00001C, "Member 'UI_BP_Vendor_C_PreloadGear::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, CallFunc_GetAllEquippedGearItemIDs_ReturnValue) == 0x000020, "Member 'UI_BP_Vendor_C_PreloadGear::CallFunc_GetAllEquippedGearItemIDs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'UI_BP_Vendor_C_PreloadGear::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'UI_BP_Vendor_C_PreloadGear::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'UI_BP_Vendor_C_PreloadGear::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, CallFunc_GetPlayerGenderRig_ReturnValue) == 0x000039, "Member 'UI_BP_Vendor_C_PreloadGear::CallFunc_GetPlayerGenderRig_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, Temp_int_Array_Index_Variable_1) == 0x00003C, "Member 'UI_BP_Vendor_C_PreloadGear::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, CallFunc_PreloadGearIds_ReturnValue) == 0x000040, "Member 'UI_BP_Vendor_C_PreloadGear::CallFunc_PreloadGearIds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, CallFunc_Array_Get_Item) == 0x000050, "Member 'UI_BP_Vendor_C_PreloadGear::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, CallFunc_Array_Add_ReturnValue) == 0x000064, "Member 'UI_BP_Vendor_C_PreloadGear::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, CallFunc_GetCharacterInventory_Inventory) == 0x000068, "Member 'UI_BP_Vendor_C_PreloadGear::CallFunc_GetCharacterInventory_Inventory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, CallFunc_Array_Length_ReturnValue_1) == 0x000078, "Member 'UI_BP_Vendor_C_PreloadGear::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, CallFunc_Array_Get_Item_1) == 0x000080, "Member 'UI_BP_Vendor_C_PreloadGear::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, CallFunc_Less_IntInt_ReturnValue_1) == 0x000108, "Member 'UI_BP_Vendor_C_PreloadGear::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, CallFunc_Array_Add_ReturnValue_1) == 0x00010C, "Member 'UI_BP_Vendor_C_PreloadGear::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_PreloadGear, CallFunc_IsGear_ReturnValue) == 0x000110, "Member 'UI_BP_Vendor_C_PreloadGear::CallFunc_IsGear_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_IsEquippedGear \ static_assert(alignof(UI_BP_Vendor_C_IsEquippedGear) == 0x000004, "Wrong alignment on UI_BP_Vendor_C_IsEquippedGear"); \ static_assert(sizeof(UI_BP_Vendor_C_IsEquippedGear) == 0x000050, "Wrong size on UI_BP_Vendor_C_IsEquippedGear"); \ static_assert(offsetof(UI_BP_Vendor_C_IsEquippedGear, GearID) == 0x000000, "Member 'UI_BP_Vendor_C_IsEquippedGear::GearID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsEquippedGear, GearVariation) == 0x000008, "Member 'UI_BP_Vendor_C_IsEquippedGear::GearVariation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsEquippedGear, Result) == 0x000010, "Member 'UI_BP_Vendor_C_IsEquippedGear::Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsEquippedGear, K2Node_MakeStruct_GearItemID) == 0x000014, "Member 'UI_BP_Vendor_C_IsEquippedGear::K2Node_MakeStruct_GearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsEquippedGear, Temp_int_Array_Index_Variable) == 0x000028, "Member 'UI_BP_Vendor_C_IsEquippedGear::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsEquippedGear, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'UI_BP_Vendor_C_IsEquippedGear::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsEquippedGear, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'UI_BP_Vendor_C_IsEquippedGear::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsEquippedGear, CallFunc_Array_Get_Item) == 0x000034, "Member 'UI_BP_Vendor_C_IsEquippedGear::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsEquippedGear, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'UI_BP_Vendor_C_IsEquippedGear::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsEquippedGear, CallFunc_EqualEqual_GearItemIDGearItemID_ReturnValue) == 0x00004C, "Member 'UI_BP_Vendor_C_IsEquippedGear::CallFunc_EqualEqual_GearItemIDGearItemID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsEquippedGear, CallFunc_Less_IntInt_ReturnValue) == 0x00004D, "Member 'UI_BP_Vendor_C_IsEquippedGear::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_IsEquippedGear, CallFunc_IsGear_ReturnValue) == 0x00004E, "Member 'UI_BP_Vendor_C_IsEquippedGear::CallFunc_IsGear_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_DoBuySell \ static_assert(alignof(UI_BP_Vendor_C_DoBuySell) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_DoBuySell"); \ static_assert(sizeof(UI_BP_Vendor_C_DoBuySell) == 0x000198, "Wrong size on UI_BP_Vendor_C_DoBuySell"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, InventoryResult) == 0x000000, "Member 'UI_BP_Vendor_C_DoBuySell::InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000088, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_BooleanAND_ReturnValue) == 0x000089, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button) == 0x000090, "Member 'UI_BP_Vendor_C_DoBuySell::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'UI_BP_Vendor_C_DoBuySell::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_1) == 0x0000A8, "Member 'UI_BP_Vendor_C_DoBuySell::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'UI_BP_Vendor_C_DoBuySell::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_PostEventAtLocation_ReturnValue) == 0x0000BC, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_2) == 0x0000C0, "Member 'UI_BP_Vendor_C_DoBuySell::K2Node_DynamicCast_AsUI_BPI_Inventory_Icon_Button_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, K2Node_DynamicCast_bSuccess_2) == 0x0000D0, "Member 'UI_BP_Vendor_C_DoBuySell::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0000D4, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_GetInventoryResult_InventoryResult) == 0x0000D8, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_GetInventoryResult_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_NotEqual_NameName_ReturnValue) == 0x000160, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000161, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_GetMoney_Money) == 0x000164, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_GetMoney_Money' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_GetUIManagerPure_ReturnValue) == 0x000168, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_Multiply_IntInt_ReturnValue) == 0x000170, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000174, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_SellItemFromPlayerInventoryBP_OutKnutsEarned) == 0x000178, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_SellItemFromPlayerInventoryBP_OutKnutsEarned' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_SellItemFromPlayerInventoryBP_ReturnValue) == 0x00017C, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_SellItemFromPlayerInventoryBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x000180, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_BuyItems_Success) == 0x000184, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_BuyItems_Success' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_BuyItems_TotalCost) == 0x000188, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_BuyItems_TotalCost' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_BuyItems_FailReasonCost) == 0x00018C, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_BuyItems_FailReasonCost' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_BuyItems_FailReasonSpace) == 0x00018D, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_BuyItems_FailReasonSpace' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_DoBuySell, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x000190, "Member 'UI_BP_Vendor_C_DoBuySell::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_ToggleGearComparison \ static_assert(alignof(UI_BP_Vendor_C_ToggleGearComparison) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_ToggleGearComparison"); \ static_assert(sizeof(UI_BP_Vendor_C_ToggleGearComparison) == 0x000010, "Wrong size on UI_BP_Vendor_C_ToggleGearComparison"); \ static_assert(offsetof(UI_BP_Vendor_C_ToggleGearComparison, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000000, "Member 'UI_BP_Vendor_C_ToggleGearComparison::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_ToggleGearComparison, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_Vendor_C_ToggleGearComparison::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_CanPreviewBroom \ static_assert(alignof(UI_BP_Vendor_C_CanPreviewBroom) == 0x000001, "Wrong alignment on UI_BP_Vendor_C_CanPreviewBroom"); \ static_assert(sizeof(UI_BP_Vendor_C_CanPreviewBroom) == 0x000002, "Wrong size on UI_BP_Vendor_C_CanPreviewBroom"); \ static_assert(offsetof(UI_BP_Vendor_C_CanPreviewBroom, Result) == 0x000000, "Member 'UI_BP_Vendor_C_CanPreviewBroom::Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_CanPreviewBroom, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000001, "Member 'UI_BP_Vendor_C_CanPreviewBroom::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_RefreshEquippedGearIDs \ static_assert(alignof(UI_BP_Vendor_C_RefreshEquippedGearIDs) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_RefreshEquippedGearIDs"); \ static_assert(sizeof(UI_BP_Vendor_C_RefreshEquippedGearIDs) == 0x000010, "Wrong size on UI_BP_Vendor_C_RefreshEquippedGearIDs"); \ static_assert(offsetof(UI_BP_Vendor_C_RefreshEquippedGearIDs, CallFunc_GetAllEquippedGearItemIDs_ReturnValue) == 0x000000, "Member 'UI_BP_Vendor_C_RefreshEquippedGearIDs::CallFunc_GetAllEquippedGearItemIDs_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_AdjustForViewportWidth \ static_assert(alignof(UI_BP_Vendor_C_AdjustForViewportWidth) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_AdjustForViewportWidth"); \ static_assert(sizeof(UI_BP_Vendor_C_AdjustForViewportWidth) == 0x0000B0, "Wrong size on UI_BP_Vendor_C_AdjustForViewportWidth"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, CurrentWidth) == 0x000000, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::CurrentWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, CurrentRatio) == 0x000004, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, IdealWidth) == 0x000008, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::IdealWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, IdealRatio) == 0x00000C, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin) == 0x000010, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_1) == 0x000020, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_2) == 0x000030, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000040, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue_1) == 0x000048, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue) == 0x000050, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_3) == 0x000054, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_4) == 0x000064, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_5) == 0x000074, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue_2) == 0x000088, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000090, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue_1) == 0x000094, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, CallFunc_GetViewportSize_ReturnValue) == 0x000098, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, CallFunc_BreakVector2D_X) == 0x0000A0, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, CallFunc_BreakVector2D_Y) == 0x0000A4, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000A8, "Member 'UI_BP_Vendor_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Vendor_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_Vendor_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_Vendor_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_Vendor_C_GatherMenuReaderStrings) == 0x0001B8, "Wrong size on UI_BP_Vendor_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, Temp_int_Array_Index_Variable) == 0x000038, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_SelectString_ReturnValue) == 0x000040, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000050, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_SelectString_ReturnValue_1) == 0x000058, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_SelectString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000068, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue) == 0x000078, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000090, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, Temp_int_Loop_Counter_Variable) == 0x0000A0, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x0000A4, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x0000AC, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x0000B0, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x0000C8, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000D0, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000E0, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x0000E8, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_3) == 0x0000F8, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_4) == 0x000108, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item) == 0x000118, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_Array_Length_ReturnValue) == 0x000120, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_5) == 0x000128, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_Less_IntInt_ReturnValue) == 0x000138, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000140, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x000158, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x000168, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_6) == 0x000170, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess_1) == 0x000180, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x000188, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0001A0, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Vendor_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x0001B0, "Member 'UI_BP_Vendor_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Vendor_C \ static_assert(alignof(UUI_BP_Vendor_C) == 0x000008, "Wrong alignment on UUI_BP_Vendor_C"); \ static_assert(sizeof(UUI_BP_Vendor_C) == 0x0005D8, "Wrong size on UUI_BP_Vendor_C"); \ static_assert(offsetof(UUI_BP_Vendor_C, UberGraphFrame) == 0x000370, "Member 'UUI_BP_Vendor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, ShowItemDetails) == 0x000378, "Member 'UUI_BP_Vendor_C::ShowItemDetails' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, FromPreviewMode) == 0x000380, "Member 'UUI_BP_Vendor_C::FromPreviewMode' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, ToPreviewModeV2) == 0x000388, "Member 'UUI_BP_Vendor_C::ToPreviewModeV2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, ShowComparisonDetails) == 0x000390, "Member 'UUI_BP_Vendor_C::ShowComparisonDetails' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, FadeOut_ShopRB) == 0x000398, "Member 'UUI_BP_Vendor_C::FadeOut_ShopRB' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, Fadeout_Shop) == 0x0003A0, "Member 'UUI_BP_Vendor_C::Fadeout_Shop' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, FadeIn_Shop) == 0x0003A8, "Member 'UUI_BP_Vendor_C::FadeIn_Shop' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, FadeIn_ShopRB) == 0x0003B0, "Member 'UUI_BP_Vendor_C::FadeIn_ShopRB' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, TriggerErrorMessage) == 0x0003B8, "Member 'UUI_BP_Vendor_C::TriggerErrorMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, categoryText) == 0x0003C0, "Member 'UUI_BP_Vendor_C::categoryText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, ContentSwitcher) == 0x0003C8, "Member 'UUI_BP_Vendor_C::ContentSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, equippedTooltip) == 0x0003D0, "Member 'UUI_BP_Vendor_C::equippedTooltip' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, ErrorIcon) == 0x0003D8, "Member 'UUI_BP_Vendor_C::ErrorIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, ErrorMessageText) == 0x0003E0, "Member 'UUI_BP_Vendor_C::ErrorMessageText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, Image_Sparkel) == 0x0003E8, "Member 'UUI_BP_Vendor_C::Image_Sparkel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, Image_Sparkel_1) == 0x0003F0, "Member 'UUI_BP_Vendor_C::Image_Sparkel_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, Image_Sparkel_2) == 0x0003F8, "Member 'UUI_BP_Vendor_C::Image_Sparkel_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, itemDetails) == 0x000400, "Member 'UUI_BP_Vendor_C::itemDetails' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, Legend) == 0x000408, "Member 'UUI_BP_Vendor_C::Legend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, Menu) == 0x000410, "Member 'UUI_BP_Vendor_C::Menu' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, moneyBar) == 0x000418, "Member 'UUI_BP_Vendor_C::moneyBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, NavBarHorizontal) == 0x000420, "Member 'UUI_BP_Vendor_C::NavBarHorizontal' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, Overlay_Sparkel) == 0x000428, "Member 'UUI_BP_Vendor_C::Overlay_Sparkel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, PlayerVerticalBox) == 0x000430, "Member 'UUI_BP_Vendor_C::PlayerVerticalBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, previewButton) == 0x000438, "Member 'UUI_BP_Vendor_C::previewButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, previewDetails) == 0x000440, "Member 'UUI_BP_Vendor_C::previewDetails' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, RetainerBox_Shop) == 0x000448, "Member 'UUI_BP_Vendor_C::RetainerBox_Shop' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, UI_BP_BackgroundSmoke_Vendor) == 0x000450, "Member 'UUI_BP_Vendor_C::UI_BP_BackgroundSmoke_Vendor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, VendorShopIcon) == 0x000458, "Member 'UUI_BP_Vendor_C::VendorShopIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, VendorShopName) == 0x000460, "Member 'UUI_BP_Vendor_C::VendorShopName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, VendorVerticalBox) == 0x000468, "Member 'UUI_BP_Vendor_C::VendorVerticalBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, AbortInteraction) == 0x000470, "Member 'UUI_BP_Vendor_C::AbortInteraction' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, icon_stride) == 0x000480, "Member 'UUI_BP_Vendor_C::icon_stride' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, TargetVendor) == 0x000484, "Member 'UUI_BP_Vendor_C::TargetVendor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, Quantity) == 0x00048C, "Member 'UUI_BP_Vendor_C::Quantity' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, hoveredButton) == 0x000490, "Member 'UUI_BP_Vendor_C::hoveredButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, IsPreviewing) == 0x000498, "Member 'UUI_BP_Vendor_C::IsPreviewing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, CumulativeTransferTotals) == 0x0004A0, "Member 'UUI_BP_Vendor_C::CumulativeTransferTotals' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, PreviewedGearID) == 0x0004B0, "Member 'UUI_BP_Vendor_C::PreviewedGearID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, PageIndex) == 0x0004C0, "Member 'UUI_BP_Vendor_C::PageIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, StartPreview) == 0x0004C8, "Member 'UUI_BP_Vendor_C::StartPreview' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, LeavePreview) == 0x0004D8, "Member 'UUI_BP_Vendor_C::LeavePreview' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, SpecialItemsExist) == 0x0004E8, "Member 'UUI_BP_Vendor_C::SpecialItemsExist' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, OnItemPurchased) == 0x0004F0, "Member 'UUI_BP_Vendor_C::OnItemPurchased' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, OnItemSold) == 0x000500, "Member 'UUI_BP_Vendor_C::OnItemSold' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, OnItemPurchaseFailedNoMoney) == 0x000510, "Member 'UUI_BP_Vendor_C::OnItemPurchaseFailedNoMoney' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, OnItemPurchaseFailedNoSpace) == 0x000520, "Member 'UUI_BP_Vendor_C::OnItemPurchaseFailedNoSpace' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, BuyPageHidden) == 0x000530, "Member 'UUI_BP_Vendor_C::BuyPageHidden' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, MatRef_FillGlow) == 0x000534, "Member 'UUI_BP_Vendor_C::MatRef_FillGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, MatRef_MoveY) == 0x000538, "Member 'UUI_BP_Vendor_C::MatRef_MoveY' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, MatRef_MoveY_Shop) == 0x00053C, "Member 'UUI_BP_Vendor_C::MatRef_MoveY_Shop' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, MatRef_MaskLerpAlpha) == 0x000540, "Member 'UUI_BP_Vendor_C::MatRef_MaskLerpAlpha' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, MatRef_MaskGradianAlpha) == 0x000544, "Member 'UUI_BP_Vendor_C::MatRef_MaskGradianAlpha' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, PreviewedBroomID) == 0x000548, "Member 'UUI_BP_Vendor_C::PreviewedBroomID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, IsPreviewingBroom) == 0x000550, "Member 'UUI_BP_Vendor_C::IsPreviewingBroom' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, VendorCategories) == 0x000558, "Member 'UUI_BP_Vendor_C::VendorCategories' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, IsBeastVendor) == 0x000568, "Member 'UUI_BP_Vendor_C::IsBeastVendor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, MatRef_blur) == 0x00056C, "Member 'UUI_BP_Vendor_C::MatRef_blur' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, CachedBroomPreviewLocator) == 0x000570, "Member 'UUI_BP_Vendor_C::CachedBroomPreviewLocator' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, BroomPreviewActor) == 0x000578, "Member 'UUI_BP_Vendor_C::BroomPreviewActor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, GearHandles) == 0x000580, "Member 'UUI_BP_Vendor_C::GearHandles' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, EquippedGearIDs) == 0x000590, "Member 'UUI_BP_Vendor_C::EquippedGearIDs' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, PressedButton) == 0x0005A0, "Member 'UUI_BP_Vendor_C::PressedButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, IsGearItem) == 0x0005A8, "Member 'UUI_BP_Vendor_C::IsGearItem' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, IsGearComparisonShowing) == 0x0005A9, "Member 'UUI_BP_Vendor_C::IsGearComparisonShowing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, CachedVendorItemGroups) == 0x0005B0, "Member 'UUI_BP_Vendor_C::CachedVendorItemGroups' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, CachedPlayerItemGroups) == 0x0005C0, "Member 'UUI_BP_Vendor_C::CachedPlayerItemGroups' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, HoveredNavBarIndex) == 0x0005D0, "Member 'UUI_BP_Vendor_C::HoveredNavBarIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, NotifyOliAugustusVendorOnExit) == 0x0005D4, "Member 'UUI_BP_Vendor_C::NotifyOliAugustusVendorOnExit' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Vendor_C, IsSellPage) == 0x0005D5, "Member 'UUI_BP_Vendor_C::IsSellPage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke \ static_assert(alignof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke) == 0x000008, "Wrong alignment on UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke"); \ static_assert(sizeof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke) == 0x000160, "Wrong size on UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, EntryPoint) == 0x000000, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, Temp_bool_Variable) == 0x000004, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, Temp_byte_Variable) == 0x000010, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, Temp_byte_Variable_1) == 0x000011, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, Temp_byte_Variable_2) == 0x000012, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, Temp_object_Variable) == 0x000018, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, Temp_object_Variable_1) == 0x000020, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, Temp_object_Variable_2) == 0x000028, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, Temp_object_Variable_3) == 0x000030, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, K2Node_CreateDelegate_OutputDelegate) == 0x000038, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, CallFunc_GetEffectMaterial_ReturnValue) == 0x000048, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, K2Node_Event_IsDesignTime) == 0x000050, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, CallFunc_PlayAnimation_ReturnValue_1) == 0x000058, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, CallFunc_PlayAnimation_ReturnValue_2) == 0x000060, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, K2Node_Event_IntroType_1) == 0x000068, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::K2Node_Event_IntroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, K2Node_Event_IntroDuration) == 0x00006C, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, K2Node_Event_OutroType_1) == 0x000070, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::K2Node_Event_OutroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, K2Node_Event_OutroDuration) == 0x000074, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, K2Node_Event_OutroType) == 0x000078, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, K2Node_Event_IntroType) == 0x00007C, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000080, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000088, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, K2Node_Select_Default) == 0x000091, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, K2Node_Select_Default_1) == 0x000098, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, K2Node_MakeStruct_SlateBrush) == 0x0000A0, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, K2Node_CustomEvent_PlaybackSpeed) == 0x000128, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::K2Node_CustomEvent_PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, K2Node_CustomEvent_StartAtTime) == 0x00012C, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::K2Node_CustomEvent_StartAtTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, K2Node_CustomEvent_VortexOpacity) == 0x000130, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::K2Node_CustomEvent_VortexOpacity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, K2Node_CreateDelegate_OutputDelegate_1) == 0x000134, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, CallFunc_CreatePlayAnimationProxyObject_Result_1) == 0x000148, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::CallFunc_CreatePlayAnimationProxyObject_Result_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1) == 0x000150, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke, CallFunc_IsValid_ReturnValue_1) == 0x000158, "Member 'UI_BP_BackgroundSmoke_C_ExecuteUbergraph_UI_BP_BackgroundSmoke::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BackgroundSmoke_C_IntroAnim_SmokeFluidVortex \ static_assert(alignof(UI_BP_BackgroundSmoke_C_IntroAnim_SmokeFluidVortex) == 0x000004, "Wrong alignment on UI_BP_BackgroundSmoke_C_IntroAnim_SmokeFluidVortex"); \ static_assert(sizeof(UI_BP_BackgroundSmoke_C_IntroAnim_SmokeFluidVortex) == 0x00000C, "Wrong size on UI_BP_BackgroundSmoke_C_IntroAnim_SmokeFluidVortex"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_IntroAnim_SmokeFluidVortex, PlaybackSpeed) == 0x000000, "Member 'UI_BP_BackgroundSmoke_C_IntroAnim_SmokeFluidVortex::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_IntroAnim_SmokeFluidVortex, StartAtTime) == 0x000004, "Member 'UI_BP_BackgroundSmoke_C_IntroAnim_SmokeFluidVortex::StartAtTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_IntroAnim_SmokeFluidVortex, VortexOpacity) == 0x000008, "Member 'UI_BP_BackgroundSmoke_C_IntroAnim_SmokeFluidVortex::VortexOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BackgroundSmoke_C_OnIntroEnded \ static_assert(alignof(UI_BP_BackgroundSmoke_C_OnIntroEnded) == 0x000004, "Wrong alignment on UI_BP_BackgroundSmoke_C_OnIntroEnded"); \ static_assert(sizeof(UI_BP_BackgroundSmoke_C_OnIntroEnded) == 0x000004, "Wrong size on UI_BP_BackgroundSmoke_C_OnIntroEnded"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_OnIntroEnded, IntroType) == 0x000000, "Member 'UI_BP_BackgroundSmoke_C_OnIntroEnded::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BackgroundSmoke_C_OnOutroEnded \ static_assert(alignof(UI_BP_BackgroundSmoke_C_OnOutroEnded) == 0x000004, "Wrong alignment on UI_BP_BackgroundSmoke_C_OnOutroEnded"); \ static_assert(sizeof(UI_BP_BackgroundSmoke_C_OnOutroEnded) == 0x000004, "Wrong size on UI_BP_BackgroundSmoke_C_OnOutroEnded"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_OnOutroEnded, OutroType) == 0x000000, "Member 'UI_BP_BackgroundSmoke_C_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BackgroundSmoke_C_OnOutroStarted \ static_assert(alignof(UI_BP_BackgroundSmoke_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_BackgroundSmoke_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_BackgroundSmoke_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_BackgroundSmoke_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_BackgroundSmoke_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_BackgroundSmoke_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BackgroundSmoke_C_OnIntroStarted \ static_assert(alignof(UI_BP_BackgroundSmoke_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_BackgroundSmoke_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_BackgroundSmoke_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_BackgroundSmoke_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_BackgroundSmoke_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_BackgroundSmoke_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BackgroundSmoke_C_PreConstruct \ static_assert(alignof(UI_BP_BackgroundSmoke_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_BackgroundSmoke_C_PreConstruct"); \ static_assert(sizeof(UI_BP_BackgroundSmoke_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_BackgroundSmoke_C_PreConstruct"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_BackgroundSmoke_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BackgroundSmoke_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_BackgroundSmoke_C_BlueprintOnUMGInputAction) == 0x000004, "Wrong alignment on UI_BP_BackgroundSmoke_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_BackgroundSmoke_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong size on UI_BP_BackgroundSmoke_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_BackgroundSmoke_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_BackgroundSmoke_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_BackgroundSmoke_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BackgroundSmoke_C_BlueprintOnUMGInputAction, NewQuantity) == 0x000004, "Member 'UI_BP_BackgroundSmoke_C_BlueprintOnUMGInputAction::NewQuantity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_BackgroundSmoke_C \ static_assert(alignof(UUI_BP_BackgroundSmoke_C) == 0x000008, "Wrong alignment on UUI_BP_BackgroundSmoke_C"); \ static_assert(sizeof(UUI_BP_BackgroundSmoke_C) == 0x000448, "Wrong size on UUI_BP_BackgroundSmoke_C"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, UberGraphFrame) == 0x000370, "Member 'UUI_BP_BackgroundSmoke_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, Fluid_Vortex_switch) == 0x000378, "Member 'UUI_BP_BackgroundSmoke_C::Fluid_Vortex_switch' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, Fadeout_SmokeDesolve_Vortex) == 0x000380, "Member 'UUI_BP_BackgroundSmoke_C::Fadeout_SmokeDesolve_Vortex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, FadeIn_SmokeFluid_Vortex) == 0x000388, "Member 'UUI_BP_BackgroundSmoke_C::FadeIn_SmokeFluid_Vortex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, FadeIn_SmokeFluid_RB) == 0x000390, "Member 'UUI_BP_BackgroundSmoke_C::FadeIn_SmokeFluid_RB' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, PhoenixImage_BackSmokePlate) == 0x000398, "Member 'UUI_BP_BackgroundSmoke_C::PhoenixImage_BackSmokePlate' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, PhoenixImage_BackVortexPool) == 0x0003A0, "Member 'UUI_BP_BackgroundSmoke_C::PhoenixImage_BackVortexPool' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, PhoenixImage_StarBrust) == 0x0003A8, "Member 'UUI_BP_BackgroundSmoke_C::PhoenixImage_StarBrust' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, RetainerBox_BackSmoke) == 0x0003B0, "Member 'UUI_BP_BackgroundSmoke_C::RetainerBox_BackSmoke' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, AbortInteraction) == 0x0003B8, "Member 'UUI_BP_BackgroundSmoke_C::AbortInteraction' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, StartPreview) == 0x0003C8, "Member 'UUI_BP_BackgroundSmoke_C::StartPreview' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, LeavePreview) == 0x0003D8, "Member 'UUI_BP_BackgroundSmoke_C::LeavePreview' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, OnItemPurchased) == 0x0003E8, "Member 'UUI_BP_BackgroundSmoke_C::OnItemPurchased' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, OnItemSold) == 0x0003F8, "Member 'UUI_BP_BackgroundSmoke_C::OnItemSold' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, OnItemPurchaseFailedNoMoney) == 0x000408, "Member 'UUI_BP_BackgroundSmoke_C::OnItemPurchaseFailedNoMoney' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, OnItemPurchaseFailedNoSpace) == 0x000418, "Member 'UUI_BP_BackgroundSmoke_C::OnItemPurchaseFailedNoSpace' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, MatRef_BorderGlow) == 0x000428, "Member 'UUI_BP_BackgroundSmoke_C::MatRef_BorderGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, MatRef_FillGlow) == 0x00042C, "Member 'UUI_BP_BackgroundSmoke_C::MatRef_FillGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, MatRef_MoveY) == 0x000430, "Member 'UUI_BP_BackgroundSmoke_C::MatRef_MoveY' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, MatRef_Rotate) == 0x000434, "Member 'UUI_BP_BackgroundSmoke_C::MatRef_Rotate' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, MatRef_MaskLerpAlpha) == 0x000438, "Member 'UUI_BP_BackgroundSmoke_C::MatRef_MaskLerpAlpha' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, MatRef_Move) == 0x00043C, "Member 'UUI_BP_BackgroundSmoke_C::MatRef_Move' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, MatRef_Move2) == 0x000440, "Member 'UUI_BP_BackgroundSmoke_C::MatRef_Move2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, HaveStarBrust) == 0x000444, "Member 'UUI_BP_BackgroundSmoke_C::HaveStarBrust' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BackgroundSmoke_C, BackSmokeType) == 0x000445, "Member 'UUI_BP_BackgroundSmoke_C::BackSmokeType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TMB_RCT_StumbleToKnee_P2_C \ static_assert(alignof(UABL_TMB_RCT_StumbleToKnee_P2_C) == 0x000008, "Wrong alignment on UABL_TMB_RCT_StumbleToKnee_P2_C"); \ static_assert(sizeof(UABL_TMB_RCT_StumbleToKnee_P2_C) == 0x0000E0, "Wrong size on UABL_TMB_RCT_StumbleToKnee_P2_C"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelInteraction_Item_C_ExecuteUbergraph_UI_BP_FastTravelInteraction_Item \ static_assert(alignof(UI_BP_FastTravelInteraction_Item_C_ExecuteUbergraph_UI_BP_FastTravelInteraction_Item) == 0x000004, "Wrong alignment on UI_BP_FastTravelInteraction_Item_C_ExecuteUbergraph_UI_BP_FastTravelInteraction_Item"); \ static_assert(sizeof(UI_BP_FastTravelInteraction_Item_C_ExecuteUbergraph_UI_BP_FastTravelInteraction_Item) == 0x000004, "Wrong size on UI_BP_FastTravelInteraction_Item_C_ExecuteUbergraph_UI_BP_FastTravelInteraction_Item"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_ExecuteUbergraph_UI_BP_FastTravelInteraction_Item, EntryPoint) == 0x000000, "Member 'UI_BP_FastTravelInteraction_Item_C_ExecuteUbergraph_UI_BP_FastTravelInteraction_Item::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelInteraction_Item_C_SetItemData \ static_assert(alignof(UI_BP_FastTravelInteraction_Item_C_SetItemData) == 0x000008, "Wrong alignment on UI_BP_FastTravelInteraction_Item_C_SetItemData"); \ static_assert(sizeof(UI_BP_FastTravelInteraction_Item_C_SetItemData) == 0x000048, "Wrong size on UI_BP_FastTravelInteraction_Item_C_SetItemData"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetItemData, ItemIndex_0) == 0x000000, "Member 'UI_BP_FastTravelInteraction_Item_C_SetItemData::ItemIndex_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetItemData, ItemId) == 0x000008, "Member 'UI_BP_FastTravelInteraction_Item_C_SetItemData::ItemId' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetItemData, K2Node_SwitchInteger_CmpSuccess) == 0x000018, "Member 'UI_BP_FastTravelInteraction_Item_C_SetItemData::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetItemData, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'UI_BP_FastTravelInteraction_Item_C_SetItemData::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetItemData, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000030, "Member 'UI_BP_FastTravelInteraction_Item_C_SetItemData::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetItemData, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000040, "Member 'UI_BP_FastTravelInteraction_Item_C_SetItemData::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelInteraction_Item_C_SetItemState \ static_assert(alignof(UI_BP_FastTravelInteraction_Item_C_SetItemState) == 0x000008, "Wrong alignment on UI_BP_FastTravelInteraction_Item_C_SetItemState"); \ static_assert(sizeof(UI_BP_FastTravelInteraction_Item_C_SetItemState) == 0x000020, "Wrong size on UI_BP_FastTravelInteraction_Item_C_SetItemState"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetItemState, IsActive) == 0x000000, "Member 'UI_BP_FastTravelInteraction_Item_C_SetItemState::IsActive' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetItemState, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_FastTravelInteraction_Item_C_SetItemState::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetItemState, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000010, "Member 'UI_BP_FastTravelInteraction_Item_C_SetItemState::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetItemState, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x000011, "Member 'UI_BP_FastTravelInteraction_Item_C_SetItemState::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetItemState, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000018, "Member 'UI_BP_FastTravelInteraction_Item_C_SetItemState::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelInteraction_Item_C_SetEnable \ static_assert(alignof(UI_BP_FastTravelInteraction_Item_C_SetEnable) == 0x000008, "Wrong alignment on UI_BP_FastTravelInteraction_Item_C_SetEnable"); \ static_assert(sizeof(UI_BP_FastTravelInteraction_Item_C_SetEnable) == 0x0000F8, "Wrong size on UI_BP_FastTravelInteraction_Item_C_SetEnable"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetEnable, Enable) == 0x000000, "Member 'UI_BP_FastTravelInteraction_Item_C_SetEnable::Enable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetEnable, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'UI_BP_FastTravelInteraction_Item_C_SetEnable::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetEnable, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'UI_BP_FastTravelInteraction_Item_C_SetEnable::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetEnable, K2Node_MakeStruct_SlateColor_2) == 0x000058, "Member 'UI_BP_FastTravelInteraction_Item_C_SetEnable::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetEnable, K2Node_MakeStruct_SlateColor_3) == 0x000080, "Member 'UI_BP_FastTravelInteraction_Item_C_SetEnable::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetEnable, K2Node_MakeStruct_SlateColor_4) == 0x0000A8, "Member 'UI_BP_FastTravelInteraction_Item_C_SetEnable::K2Node_MakeStruct_SlateColor_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_SetEnable, K2Node_MakeStruct_SlateColor_5) == 0x0000D0, "Member 'UI_BP_FastTravelInteraction_Item_C_SetEnable::K2Node_MakeStruct_SlateColor_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelInteraction_Item_C_IsEnabled \ static_assert(alignof(UI_BP_FastTravelInteraction_Item_C_IsEnabled) == 0x000001, "Wrong alignment on UI_BP_FastTravelInteraction_Item_C_IsEnabled"); \ static_assert(sizeof(UI_BP_FastTravelInteraction_Item_C_IsEnabled) == 0x000001, "Wrong size on UI_BP_FastTravelInteraction_Item_C_IsEnabled"); \ static_assert(offsetof(UI_BP_FastTravelInteraction_Item_C_IsEnabled, Enabled_0) == 0x000000, "Member 'UI_BP_FastTravelInteraction_Item_C_IsEnabled::Enabled_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FastTravelInteraction_Item_C \ static_assert(alignof(UUI_BP_FastTravelInteraction_Item_C) == 0x000008, "Wrong alignment on UUI_BP_FastTravelInteraction_Item_C"); \ static_assert(sizeof(UUI_BP_FastTravelInteraction_Item_C) == 0x0003F0, "Wrong size on UUI_BP_FastTravelInteraction_Item_C"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_FastTravelInteraction_Item_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, toInactive) == 0x000330, "Member 'UUI_BP_FastTravelInteraction_Item_C::toInactive' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, toActive) == 0x000338, "Member 'UUI_BP_FastTravelInteraction_Item_C::toActive' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, buttonIcon) == 0x000340, "Member 'UUI_BP_FastTravelInteraction_Item_C::buttonIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, Fresnel) == 0x000348, "Member 'UUI_BP_FastTravelInteraction_Item_C::Fresnel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, highlight) == 0x000350, "Member 'UUI_BP_FastTravelInteraction_Item_C::highlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, highlightBack) == 0x000358, "Member 'UUI_BP_FastTravelInteraction_Item_C::highlightBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, iconBack) == 0x000360, "Member 'UUI_BP_FastTravelInteraction_Item_C::iconBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, iconBack_1) == 0x000368, "Member 'UUI_BP_FastTravelInteraction_Item_C::iconBack_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, ItemButton) == 0x000370, "Member 'UUI_BP_FastTravelInteraction_Item_C::ItemButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, leftCallout) == 0x000378, "Member 'UUI_BP_FastTravelInteraction_Item_C::leftCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, leftText) == 0x000380, "Member 'UUI_BP_FastTravelInteraction_Item_C::leftText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, rightCallout) == 0x000388, "Member 'UUI_BP_FastTravelInteraction_Item_C::rightCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, rightText) == 0x000390, "Member 'UUI_BP_FastTravelInteraction_Item_C::rightText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, CurrentTextField) == 0x000398, "Member 'UUI_BP_FastTravelInteraction_Item_C::CurrentTextField' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, CurrentAnimation) == 0x0003A0, "Member 'UUI_BP_FastTravelInteraction_Item_C::CurrentAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, ItemName) == 0x0003A8, "Member 'UUI_BP_FastTravelInteraction_Item_C::ItemName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, ItemIndex) == 0x0003B8, "Member 'UUI_BP_FastTravelInteraction_Item_C::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, OnFastTravelButtonSelected) == 0x0003C0, "Member 'UUI_BP_FastTravelInteraction_Item_C::OnFastTravelButtonSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, CurrentInactiveAnimation) == 0x0003D0, "Member 'UUI_BP_FastTravelInteraction_Item_C::CurrentInactiveAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, Enabled) == 0x0003D8, "Member 'UUI_BP_FastTravelInteraction_Item_C::Enabled' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelInteraction_Item_C, OnFastTravelButtonHovered) == 0x0003E0, "Member 'UUI_BP_FastTravelInteraction_Item_C::OnFastTravelButtonHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_IngredientRequirement_C_ExecuteUbergraph_UI_BP_IngredientRequirement \ static_assert(alignof(UI_BP_IngredientRequirement_C_ExecuteUbergraph_UI_BP_IngredientRequirement) == 0x000004, "Wrong alignment on UI_BP_IngredientRequirement_C_ExecuteUbergraph_UI_BP_IngredientRequirement"); \ static_assert(sizeof(UI_BP_IngredientRequirement_C_ExecuteUbergraph_UI_BP_IngredientRequirement) == 0x000008, "Wrong size on UI_BP_IngredientRequirement_C_ExecuteUbergraph_UI_BP_IngredientRequirement"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_ExecuteUbergraph_UI_BP_IngredientRequirement, EntryPoint) == 0x000000, "Member 'UI_BP_IngredientRequirement_C_ExecuteUbergraph_UI_BP_IngredientRequirement::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_ExecuteUbergraph_UI_BP_IngredientRequirement, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_IngredientRequirement_C_ExecuteUbergraph_UI_BP_IngredientRequirement::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_IngredientRequirement_C_PreConstruct \ static_assert(alignof(UI_BP_IngredientRequirement_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_IngredientRequirement_C_PreConstruct"); \ static_assert(sizeof(UI_BP_IngredientRequirement_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_IngredientRequirement_C_PreConstruct"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_IngredientRequirement_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_IngredientRequirement_C_SetRecipeIngredient \ static_assert(alignof(UI_BP_IngredientRequirement_C_SetRecipeIngredient) == 0x000008, "Wrong alignment on UI_BP_IngredientRequirement_C_SetRecipeIngredient"); \ static_assert(sizeof(UI_BP_IngredientRequirement_C_SetRecipeIngredient) == 0x000098, "Wrong size on UI_BP_IngredientRequirement_C_SetRecipeIngredient"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_SetRecipeIngredient, Ingredient) == 0x000000, "Member 'UI_BP_IngredientRequirement_C_SetRecipeIngredient::Ingredient' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_SetRecipeIngredient, K2Node_MakeStruct_DataTableRowHandle) == 0x000010, "Member 'UI_BP_IngredientRequirement_C_SetRecipeIngredient::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_SetRecipeIngredient, CallFunc_SetInventoryCount_NewCount) == 0x000020, "Member 'UI_BP_IngredientRequirement_C_SetRecipeIngredient::CallFunc_SetInventoryCount_NewCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_SetRecipeIngredient, CallFunc_Conv_IntToText_ReturnValue) == 0x000028, "Member 'UI_BP_IngredientRequirement_C_SetRecipeIngredient::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_SetRecipeIngredient, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000040, "Member 'UI_BP_IngredientRequirement_C_SetRecipeIngredient::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_SetRecipeIngredient, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000058, "Member 'UI_BP_IngredientRequirement_C_SetRecipeIngredient::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_SetRecipeIngredient, CallFunc_Conv_NameToString_ReturnValue) == 0x000060, "Member 'UI_BP_IngredientRequirement_C_SetRecipeIngredient::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_SetRecipeIngredient, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000070, "Member 'UI_BP_IngredientRequirement_C_SetRecipeIngredient::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_SetRecipeIngredient, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000080, "Member 'UI_BP_IngredientRequirement_C_SetRecipeIngredient::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_SetRecipeIngredient, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000090, "Member 'UI_BP_IngredientRequirement_C_SetRecipeIngredient::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_IngredientRequirement_C_SetInventoryCount \ static_assert(alignof(UI_BP_IngredientRequirement_C_SetInventoryCount) == 0x000004, "Wrong alignment on UI_BP_IngredientRequirement_C_SetInventoryCount"); \ static_assert(sizeof(UI_BP_IngredientRequirement_C_SetInventoryCount) == 0x00000C, "Wrong size on UI_BP_IngredientRequirement_C_SetInventoryCount"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_SetInventoryCount, Count) == 0x000000, "Member 'UI_BP_IngredientRequirement_C_SetInventoryCount::Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_SetInventoryCount, NewCount) == 0x000004, "Member 'UI_BP_IngredientRequirement_C_SetInventoryCount::NewCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_SetInventoryCount, CallFunc_Less_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_IngredientRequirement_C_SetInventoryCount::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_IngredientRequirement_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_IngredientRequirement_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings) == 0x000170, "Wrong size on UI_BP_IngredientRequirement_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_IngredientRequirement_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_IngredientRequirement_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_IngredientRequirement_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue) == 0x000028, "Member 'UI_BP_IngredientRequirement_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000040, "Member 'UI_BP_IngredientRequirement_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000050, "Member 'UI_BP_IngredientRequirement_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'UI_BP_IngredientRequirement_C_GatherMenuReaderStrings::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_IngredientRequirement_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'UI_BP_IngredientRequirement_C_GatherMenuReaderStrings::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings, K2Node_MakeArray_Array) == 0x000100, "Member 'UI_BP_IngredientRequirement_C_GatherMenuReaderStrings::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings, CallFunc_Format_ReturnValue) == 0x000110, "Member 'UI_BP_IngredientRequirement_C_GatherMenuReaderStrings::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000128, "Member 'UI_BP_IngredientRequirement_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x000138, "Member 'UI_BP_IngredientRequirement_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000150, "Member 'UI_BP_IngredientRequirement_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000158, "Member 'UI_BP_IngredientRequirement_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_IngredientRequirement_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000168, "Member 'UI_BP_IngredientRequirement_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_IngredientRequirement_C \ static_assert(alignof(UUI_BP_IngredientRequirement_C) == 0x000008, "Wrong alignment on UUI_BP_IngredientRequirement_C"); \ static_assert(sizeof(UUI_BP_IngredientRequirement_C) == 0x000370, "Wrong size on UUI_BP_IngredientRequirement_C"); \ static_assert(offsetof(UUI_BP_IngredientRequirement_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_IngredientRequirement_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_IngredientRequirement_C, CurrentCount) == 0x000330, "Member 'UUI_BP_IngredientRequirement_C::CurrentCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_IngredientRequirement_C, ingredientIcon) == 0x000338, "Member 'UUI_BP_IngredientRequirement_C::ingredientIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_IngredientRequirement_C, ItemName) == 0x000340, "Member 'UUI_BP_IngredientRequirement_C::ItemName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_IngredientRequirement_C, MaxCount) == 0x000348, "Member 'UUI_BP_IngredientRequirement_C::MaxCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_IngredientRequirement_C, Outline) == 0x000350, "Member 'UUI_BP_IngredientRequirement_C::Outline' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_IngredientRequirement_C, Slash) == 0x000358, "Member 'UUI_BP_IngredientRequirement_C::Slash' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_IngredientRequirement_C, PreviewIngredients) == 0x000360, "Member 'UUI_BP_IngredientRequirement_C::PreviewIngredients' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem \ static_assert(alignof(UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem) == 0x000008, "Wrong alignment on UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem"); \ static_assert(sizeof(UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem) == 0x000030, "Wrong size on UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem, EntryPoint) == 0x000000, "Member 'UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem, CallFunc_GetRenderTransformAngle_ReturnValue) == 0x000008, "Member 'UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem::CallFunc_GetRenderTransformAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem, K2Node_CustomEvent_LoadedTexture) == 0x000010, "Member 'UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem::K2Node_CustomEvent_LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem, K2Node_CustomEvent_CallbackParam) == 0x000018, "Member 'UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem::K2Node_CustomEvent_CallbackParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000020, "Member 'UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem, K2Node_CustomEvent_Percentage) == 0x000028, "Member 'UI_BP_GadgetWheelItem_C_ExecuteUbergraph_UI_BP_GadgetWheelItem::K2Node_CustomEvent_Percentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheelItem_C_UpdateToolMeter \ static_assert(alignof(UI_BP_GadgetWheelItem_C_UpdateToolMeter) == 0x000004, "Wrong alignment on UI_BP_GadgetWheelItem_C_UpdateToolMeter"); \ static_assert(sizeof(UI_BP_GadgetWheelItem_C_UpdateToolMeter) == 0x000004, "Wrong size on UI_BP_GadgetWheelItem_C_UpdateToolMeter"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_UpdateToolMeter, Percentage) == 0x000000, "Member 'UI_BP_GadgetWheelItem_C_UpdateToolMeter::Percentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheelItem_C_ItemMeterIconLoaded \ static_assert(alignof(UI_BP_GadgetWheelItem_C_ItemMeterIconLoaded) == 0x000008, "Wrong alignment on UI_BP_GadgetWheelItem_C_ItemMeterIconLoaded"); \ static_assert(sizeof(UI_BP_GadgetWheelItem_C_ItemMeterIconLoaded) == 0x000010, "Wrong size on UI_BP_GadgetWheelItem_C_ItemMeterIconLoaded"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_ItemMeterIconLoaded, LoadedTexture) == 0x000000, "Member 'UI_BP_GadgetWheelItem_C_ItemMeterIconLoaded::LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_ItemMeterIconLoaded, CallbackParam) == 0x000008, "Member 'UI_BP_GadgetWheelItem_C_ItemMeterIconLoaded::CallbackParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheelItem_C_PreConstruct \ static_assert(alignof(UI_BP_GadgetWheelItem_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_GadgetWheelItem_C_PreConstruct"); \ static_assert(sizeof(UI_BP_GadgetWheelItem_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_GadgetWheelItem_C_PreConstruct"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_GadgetWheelItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheelItem_C_SetItemData \ static_assert(alignof(UI_BP_GadgetWheelItem_C_SetItemData) == 0x000008, "Wrong alignment on UI_BP_GadgetWheelItem_C_SetItemData"); \ static_assert(sizeof(UI_BP_GadgetWheelItem_C_SetItemData) == 0x000078, "Wrong size on UI_BP_GadgetWheelItem_C_SetItemData"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, ItemName_0) == 0x000000, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::ItemName_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, Count_0) == 0x000008, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::Count_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, IsUnlocked) == 0x00000C, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::IsUnlocked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, Temp_byte_Variable) == 0x00000D, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, CallFunc_Conv_IntToText_ReturnValue) == 0x000010, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, Temp_byte_Variable_1) == 0x000028, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, Temp_bool_Variable) == 0x000029, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, Temp_byte_Variable_2) == 0x00002A, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, Temp_byte_Variable_3) == 0x00002B, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, CallFunc_Conv_NameToString_ReturnValue) == 0x000030, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, K2Node_CreateDelegate_OutputDelegate) == 0x000054, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, Temp_bool_Variable_1) == 0x000064, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, CallFunc_AsyncFindIconTexWithCallback_ReturnValue) == 0x000065, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::CallFunc_AsyncFindIconTexWithCallback_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, K2Node_Select_Default) == 0x000066, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, K2Node_Select_Default_1) == 0x000067, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetItemData, CallFunc_SelectColor_ReturnValue) == 0x000068, "Member 'UI_BP_GadgetWheelItem_C_SetItemData::CallFunc_SelectColor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheelItem_C_ToggleHighlight \ static_assert(alignof(UI_BP_GadgetWheelItem_C_ToggleHighlight) == 0x000008, "Wrong alignment on UI_BP_GadgetWheelItem_C_ToggleHighlight"); \ static_assert(sizeof(UI_BP_GadgetWheelItem_C_ToggleHighlight) == 0x000020, "Wrong size on UI_BP_GadgetWheelItem_C_ToggleHighlight"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_ToggleHighlight, isHighlighted) == 0x000000, "Member 'UI_BP_GadgetWheelItem_C_ToggleHighlight::isHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_ToggleHighlight, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_GadgetWheelItem_C_ToggleHighlight::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_ToggleHighlight, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_GadgetWheelItem_C_ToggleHighlight::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_ToggleHighlight, CallFunc_PostEventAtLocation_ReturnValue) == 0x000018, "Member 'UI_BP_GadgetWheelItem_C_ToggleHighlight::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheelItem_C_SetNewItemIndicatorVisibility \ static_assert(alignof(UI_BP_GadgetWheelItem_C_SetNewItemIndicatorVisibility) == 0x000008, "Wrong alignment on UI_BP_GadgetWheelItem_C_SetNewItemIndicatorVisibility"); \ static_assert(sizeof(UI_BP_GadgetWheelItem_C_SetNewItemIndicatorVisibility) == 0x000018, "Wrong size on UI_BP_GadgetWheelItem_C_SetNewItemIndicatorVisibility"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetNewItemIndicatorVisibility, IsUnlocked) == 0x000000, "Member 'UI_BP_GadgetWheelItem_C_SetNewItemIndicatorVisibility::IsUnlocked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetNewItemIndicatorVisibility, CallFunc_GetUIManagerPure_ReturnValue) == 0x000008, "Member 'UI_BP_GadgetWheelItem_C_SetNewItemIndicatorVisibility::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetNewItemIndicatorVisibility, CallFunc_IsItemNew_ReturnValue) == 0x000010, "Member 'UI_BP_GadgetWheelItem_C_SetNewItemIndicatorVisibility::CallFunc_IsItemNew_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheelItem_C_UpdateFillMeter \ static_assert(alignof(UI_BP_GadgetWheelItem_C_UpdateFillMeter) == 0x000008, "Wrong alignment on UI_BP_GadgetWheelItem_C_UpdateFillMeter"); \ static_assert(sizeof(UI_BP_GadgetWheelItem_C_UpdateFillMeter) == 0x000040, "Wrong size on UI_BP_GadgetWheelItem_C_UpdateFillMeter"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_UpdateFillMeter, FillPercentage) == 0x000000, "Member 'UI_BP_GadgetWheelItem_C_UpdateFillMeter::FillPercentage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_UpdateFillMeter, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'UI_BP_GadgetWheelItem_C_UpdateFillMeter::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_UpdateFillMeter, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000010, "Member 'UI_BP_GadgetWheelItem_C_UpdateFillMeter::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_UpdateFillMeter, CallFunc_GetPotionDuration_ReturnValue) == 0x000018, "Member 'UI_BP_GadgetWheelItem_C_UpdateFillMeter::CallFunc_GetPotionDuration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_UpdateFillMeter, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00001C, "Member 'UI_BP_GadgetWheelItem_C_UpdateFillMeter::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_UpdateFillMeter, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000020, "Member 'UI_BP_GadgetWheelItem_C_UpdateFillMeter::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_UpdateFillMeter, CallFunc_GetAbilityDurationRemaining_ReturnValue) == 0x000028, "Member 'UI_BP_GadgetWheelItem_C_UpdateFillMeter::CallFunc_GetAbilityDurationRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_UpdateFillMeter, CallFunc_GetAbilityActive_ReturnValue) == 0x00002C, "Member 'UI_BP_GadgetWheelItem_C_UpdateFillMeter::CallFunc_GetAbilityActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_UpdateFillMeter, CallFunc_MapRangeClamped_ReturnValue) == 0x000030, "Member 'UI_BP_GadgetWheelItem_C_UpdateFillMeter::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_UpdateFillMeter, CallFunc_GetDynamicMaterial_ReturnValue_2) == 0x000038, "Member 'UI_BP_GadgetWheelItem_C_UpdateFillMeter::CallFunc_GetDynamicMaterial_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheelItem_C_SetActiveHighlightColor \ static_assert(alignof(UI_BP_GadgetWheelItem_C_SetActiveHighlightColor) == 0x000008, "Wrong alignment on UI_BP_GadgetWheelItem_C_SetActiveHighlightColor"); \ static_assert(sizeof(UI_BP_GadgetWheelItem_C_SetActiveHighlightColor) == 0x000060, "Wrong size on UI_BP_GadgetWheelItem_C_SetActiveHighlightColor"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetActiveHighlightColor, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_GadgetWheelItem_C_SetActiveHighlightColor::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetActiveHighlightColor, CallFunc_Map_Find_Value) == 0x000008, "Member 'UI_BP_GadgetWheelItem_C_SetActiveHighlightColor::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetActiveHighlightColor, CallFunc_Map_Find_ReturnValue) == 0x000030, "Member 'UI_BP_GadgetWheelItem_C_SetActiveHighlightColor::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_SetActiveHighlightColor, K2Node_Select_Default) == 0x000038, "Member 'UI_BP_GadgetWheelItem_C_SetActiveHighlightColor::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings) == 0x000070, "Wrong size on UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000038, "Member 'UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000039, "Member 'UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'UI_BP_GadgetWheelItem_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_GadgetWheelItem_C \ static_assert(alignof(UUI_BP_GadgetWheelItem_C) == 0x000008, "Wrong alignment on UUI_BP_GadgetWheelItem_C"); \ static_assert(sizeof(UUI_BP_GadgetWheelItem_C) == 0x000460, "Wrong size on UUI_BP_GadgetWheelItem_C"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_GadgetWheelItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, OnHoverAnimation) == 0x000330, "Member 'UUI_BP_GadgetWheelItem_C::OnHoverAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, SelectedAnimation) == 0x000338, "Member 'UUI_BP_GadgetWheelItem_C::SelectedAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, ActiveFlames) == 0x000340, "Member 'UUI_BP_GadgetWheelItem_C::ActiveFlames' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, ActiveGlow) == 0x000348, "Member 'UUI_BP_GadgetWheelItem_C::ActiveGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, ActiveHighlight) == 0x000350, "Member 'UUI_BP_GadgetWheelItem_C::ActiveHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, ActiveSparks) == 0x000358, "Member 'UUI_BP_GadgetWheelItem_C::ActiveSparks' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, BackgroundFill) == 0x000360, "Member 'UUI_BP_GadgetWheelItem_C::BackgroundFill' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, BoundingBox) == 0x000368, "Member 'UUI_BP_GadgetWheelItem_C::BoundingBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, buttonContent) == 0x000370, "Member 'UUI_BP_GadgetWheelItem_C::buttonContent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, Count) == 0x000378, "Member 'UUI_BP_GadgetWheelItem_C::Count' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, goldLeafHighlight) == 0x000380, "Member 'UUI_BP_GadgetWheelItem_C::goldLeafHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, ItemCountText) == 0x000388, "Member 'UUI_BP_GadgetWheelItem_C::ItemCountText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, ItemIcon) == 0x000390, "Member 'UUI_BP_GadgetWheelItem_C::ItemIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, LockedImage) == 0x000398, "Member 'UUI_BP_GadgetWheelItem_C::LockedImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, newIndicator) == 0x0003A0, "Member 'UUI_BP_GadgetWheelItem_C::newIndicator' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, Outline) == 0x0003A8, "Member 'UUI_BP_GadgetWheelItem_C::Outline' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, selectedGlow) == 0x0003B0, "Member 'UUI_BP_GadgetWheelItem_C::selectedGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, selectedOutline) == 0x0003B8, "Member 'UUI_BP_GadgetWheelItem_C::selectedOutline' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, IsLocked) == 0x0003C0, "Member 'UUI_BP_GadgetWheelItem_C::IsLocked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, ItemName) == 0x0003C4, "Member 'UUI_BP_GadgetWheelItem_C::ItemName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, OnClickEvent) == 0x0003D0, "Member 'UUI_BP_GadgetWheelItem_C::OnClickEvent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, WedgePosition) == 0x0003E0, "Member 'UUI_BP_GadgetWheelItem_C::WedgePosition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, DefaultHighlightColor) == 0x0003E8, "Member 'UUI_BP_GadgetWheelItem_C::DefaultHighlightColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheelItem_C, PotionColorMap) == 0x000410, "Member 'UUI_BP_GadgetWheelItem_C::PotionColorMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance \ static_assert(alignof(BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance) == 0x000008, "Wrong alignment on BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance"); \ static_assert(sizeof(BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance) == 0x000040, "Wrong size on BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance"); \ static_assert(offsetof(BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance, EntryPoint) == 0x000000, "Member 'BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance, K2Node_DynamicCast_AsCreature_Character) == 0x000018, "Member 'BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance::K2Node_DynamicCast_AsCreature_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance, CallFunc_GetAnimInstance_ReturnValue) == 0x000028, "Member 'BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance, K2Node_DynamicCast_AsCentaur_Anim_Instance) == 0x000030, "Member 'BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance::K2Node_DynamicCast_AsCentaur_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Centaur_SetAnimStance_C_ExecuteUbergraph_BTT_Centaur_SetAnimStance::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Centaur_SetAnimStance_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Centaur_SetAnimStance_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Centaur_SetAnimStance_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Centaur_SetAnimStance_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Centaur_SetAnimStance_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Centaur_SetAnimStance_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Centaur_SetAnimStance_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Centaur_SetAnimStance_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Centaur_SetAnimStance_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Centaur_SetAnimStance_C \ static_assert(alignof(UBTT_Centaur_SetAnimStance_C) == 0x000008, "Wrong alignment on UBTT_Centaur_SetAnimStance_C"); \ static_assert(sizeof(UBTT_Centaur_SetAnimStance_C) == 0x0000B8, "Wrong size on UBTT_Centaur_SetAnimStance_C"); \ static_assert(offsetof(UBTT_Centaur_SetAnimStance_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Centaur_SetAnimStance_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Centaur_SetAnimStance_C, LeftHandBowHold) == 0x0000B0, "Member 'UBTT_Centaur_SetAnimStance_C::LeftHandBowHold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel \ static_assert(alignof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel) == 0x000160, "Wrong size on UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, EntryPoint) == 0x000000, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000005, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, K2Node_Event_IsDesignTime) == 0x000006, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, K2Node_Event_AxisInputData) == 0x000008, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::K2Node_Event_AxisInputData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_PostEventAtLocation_ReturnValue) == 0x000038, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_PlayAnimation_ReturnValue) == 0x000040, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000048, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_GetPlayerController_ReturnValue) == 0x000050, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_GetPlayerController_ReturnValue_1) == 0x000058, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_Get_ReturnValue) == 0x000060, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_Get_ReturnValue_1) == 0x000068, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_GetLastUsedInputDevice_ReturnValue) == 0x000070, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_GetLastUsedInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000078, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000080, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_Not_PreBool_ReturnValue) == 0x000081, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_GetGameLogicObject_ReturnValue) == 0x000088, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_GetBoolVariable_ReturnValue) == 0x000090, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_GetBoolVariable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, Temp_byte_Variable) == 0x000091, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, K2Node_Event_MyGeometry) == 0x000094, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, K2Node_Event_InDeltaTime) == 0x0000CC, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, K2Node_MakeArray_Array) == 0x0000D0, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x0000E0, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, Temp_bool_IsClosed_Variable) == 0x0000E1, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000E4, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_FClamp_ReturnValue) == 0x0000E8, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, Temp_byte_Variable_1) == 0x0000EC, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000ED, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_GetPlayerController_ReturnValue_2) == 0x0000F0, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_BooleanAND_ReturnValue) == 0x0000F8, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_GetHUD_ReturnValue) == 0x000100, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000108, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, K2Node_DynamicCast_bSuccess) == 0x000110, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_GetPlayerController_ReturnValue_3) == 0x000118, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_GetHUD_ReturnValue_1) == 0x000120, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, K2Node_DynamicCast_AsPhoenix_HUD_1) == 0x000128, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::K2Node_DynamicCast_AsPhoenix_HUD_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, K2Node_DynamicCast_bSuccess_1) == 0x000130, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_IsItemOwned_ReturnValue) == 0x000131, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_IsItemOwned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000138, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x000140, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, Temp_bool_Variable) == 0x000148, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_CanMountCreature_Result) == 0x000149, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_CanMountCreature_Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, CallFunc_Not_PreBool_ReturnValue_2) == 0x00014A, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, K2Node_Select_Default) == 0x00014B, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel, K2Node_CreateDelegate_OutputDelegate) == 0x00014C, "Member 'UI_BP_GadgetWheel_C_ExecuteUbergraph_UI_BP_GadgetWheel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_Tick \ static_assert(alignof(UI_BP_GadgetWheel_C_Tick) == 0x000004, "Wrong alignment on UI_BP_GadgetWheel_C_Tick"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_Tick) == 0x00003C, "Wrong size on UI_BP_GadgetWheel_C_Tick"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_GadgetWheel_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_GadgetWheel_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_BlueprintConsolidatedUMGInputAxis \ static_assert(alignof(UI_BP_GadgetWheel_C_BlueprintConsolidatedUMGInputAxis) == 0x000004, "Wrong alignment on UI_BP_GadgetWheel_C_BlueprintConsolidatedUMGInputAxis"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_BlueprintConsolidatedUMGInputAxis) == 0x000030, "Wrong size on UI_BP_GadgetWheel_C_BlueprintConsolidatedUMGInputAxis"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintConsolidatedUMGInputAxis, AxisInputData) == 0x000000, "Member 'UI_BP_GadgetWheel_C_BlueprintConsolidatedUMGInputAxis::AxisInputData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_PreConstruct \ static_assert(alignof(UI_BP_GadgetWheel_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_GadgetWheel_C_PreConstruct"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_GadgetWheel_C_PreConstruct"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_GadgetWheel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_GetItemForAngle \ static_assert(alignof(UI_BP_GadgetWheel_C_GetItemForAngle) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_GetItemForAngle"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_GetItemForAngle) == 0x000020, "Wrong size on UI_BP_GadgetWheel_C_GetItemForAngle"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GetItemForAngle, StickAngle) == 0x000000, "Member 'UI_BP_GadgetWheel_C_GetItemForAngle::StickAngle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GetItemForAngle, Item) == 0x000008, "Member 'UI_BP_GadgetWheel_C_GetItemForAngle::Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GetItemForAngle, SelectedItem) == 0x000010, "Member 'UI_BP_GadgetWheel_C_GetItemForAngle::SelectedItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GetItemForAngle, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000018, "Member 'UI_BP_GadgetWheel_C_GetItemForAngle::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GetItemForAngle, CallFunc_InRange_FloatFloat_ReturnValue_1) == 0x000019, "Member 'UI_BP_GadgetWheel_C_GetItemForAngle::CallFunc_InRange_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GetItemForAngle, CallFunc_InRange_FloatFloat_ReturnValue_2) == 0x00001A, "Member 'UI_BP_GadgetWheel_C_GetItemForAngle::CallFunc_InRange_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GetItemForAngle, CallFunc_InRange_FloatFloat_ReturnValue_3) == 0x00001B, "Member 'UI_BP_GadgetWheel_C_GetItemForAngle::CallFunc_InRange_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GetItemForAngle, CallFunc_InRange_FloatFloat_ReturnValue_4) == 0x00001C, "Member 'UI_BP_GadgetWheel_C_GetItemForAngle::CallFunc_InRange_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GetItemForAngle, CallFunc_InRange_FloatFloat_ReturnValue_5) == 0x00001D, "Member 'UI_BP_GadgetWheel_C_GetItemForAngle::CallFunc_InRange_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GetItemForAngle, CallFunc_InRange_FloatFloat_ReturnValue_6) == 0x00001E, "Member 'UI_BP_GadgetWheel_C_GetItemForAngle::CallFunc_InRange_FloatFloat_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_SetWheelData \ static_assert(alignof(UI_BP_GadgetWheel_C_SetWheelData) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_SetWheelData"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_SetWheelData) == 0x000068, "Wrong size on UI_BP_GadgetWheel_C_SetWheelData"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetWheelData, WheelItems) == 0x000000, "Member 'UI_BP_GadgetWheel_C_SetWheelData::WheelItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetWheelData, Temp_int_Array_Index_Variable) == 0x000010, "Member 'UI_BP_GadgetWheel_C_SetWheelData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetWheelData, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'UI_BP_GadgetWheel_C_SetWheelData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetWheelData, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_GadgetWheel_C_SetWheelData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetWheelData, CallFunc_GetCount_ReturnValue) == 0x00001C, "Member 'UI_BP_GadgetWheel_C_SetWheelData::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetWheelData, CallFunc_IsUnlocked_ReturnValue) == 0x000020, "Member 'UI_BP_GadgetWheel_C_SetWheelData::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetWheelData, CallFunc_Array_Get_Item) == 0x000024, "Member 'UI_BP_GadgetWheel_C_SetWheelData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetWheelData, CallFunc_Array_Get_Item_1) == 0x00002C, "Member 'UI_BP_GadgetWheel_C_SetWheelData::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetWheelData, CallFunc_IsUnlocked_ReturnValue_1) == 0x000034, "Member 'UI_BP_GadgetWheel_C_SetWheelData::CallFunc_IsUnlocked_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetWheelData, CallFunc_IsUnlocked_ReturnValue_2) == 0x000035, "Member 'UI_BP_GadgetWheel_C_SetWheelData::CallFunc_IsUnlocked_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetWheelData, CallFunc_BooleanOR_ReturnValue) == 0x000036, "Member 'UI_BP_GadgetWheel_C_SetWheelData::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetWheelData, CallFunc_Array_Get_Item_2) == 0x000038, "Member 'UI_BP_GadgetWheel_C_SetWheelData::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetWheelData, K2Node_MakeArray_Array) == 0x000040, "Member 'UI_BP_GadgetWheel_C_SetWheelData::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetWheelData, CallFunc_Array_Get_Item_3) == 0x000050, "Member 'UI_BP_GadgetWheel_C_SetWheelData::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetWheelData, CallFunc_GetCount_ReturnValue_1) == 0x000058, "Member 'UI_BP_GadgetWheel_C_SetWheelData::CallFunc_GetCount_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetWheelData, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'UI_BP_GadgetWheel_C_SetWheelData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetWheelData, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'UI_BP_GadgetWheel_C_SetWheelData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_Resolve_Selected_Wheel_Item \ static_assert(alignof(UI_BP_GadgetWheel_C_Resolve_Selected_Wheel_Item) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_Resolve_Selected_Wheel_Item"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_Resolve_Selected_Wheel_Item) == 0x000010, "Wrong size on UI_BP_GadgetWheel_C_Resolve_Selected_Wheel_Item"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Resolve_Selected_Wheel_Item, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'UI_BP_GadgetWheel_C_Resolve_Selected_Wheel_Item::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Resolve_Selected_Wheel_Item, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_GadgetWheel_C_Resolve_Selected_Wheel_Item::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Resolve_Selected_Wheel_Item, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'UI_BP_GadgetWheel_C_Resolve_Selected_Wheel_Item::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Resolve_Selected_Wheel_Item, CallFunc_UseInventoryItemByName_ReturnValue) == 0x00000D, "Member 'UI_BP_GadgetWheel_C_Resolve_Selected_Wheel_Item::CallFunc_UseInventoryItemByName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Resolve_Selected_Wheel_Item, CallFunc_IsValid_ReturnValue_1) == 0x00000E, "Member 'UI_BP_GadgetWheel_C_Resolve_Selected_Wheel_Item::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Resolve_Selected_Wheel_Item, CallFunc_Not_PreBool_ReturnValue) == 0x00000F, "Member 'UI_BP_GadgetWheel_C_Resolve_Selected_Wheel_Item::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_MoveStickImage \ static_assert(alignof(UI_BP_GadgetWheel_C_MoveStickImage) == 0x000004, "Wrong alignment on UI_BP_GadgetWheel_C_MoveStickImage"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_MoveStickImage) == 0x000034, "Wrong size on UI_BP_GadgetWheel_C_MoveStickImage"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_MoveStickImage, StickVal) == 0x000000, "Member 'UI_BP_GadgetWheel_C_MoveStickImage::StickVal' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_MoveStickImage, MaxStickRadius) == 0x000008, "Member 'UI_BP_GadgetWheel_C_MoveStickImage::MaxStickRadius' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_MoveStickImage, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x00000C, "Member 'UI_BP_GadgetWheel_C_MoveStickImage::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_MoveStickImage, CallFunc_ToDirectionAndLength2D_OutDir) == 0x000014, "Member 'UI_BP_GadgetWheel_C_MoveStickImage::CallFunc_ToDirectionAndLength2D_OutDir' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_MoveStickImage, CallFunc_ToDirectionAndLength2D_OutLength) == 0x00001C, "Member 'UI_BP_GadgetWheel_C_MoveStickImage::CallFunc_ToDirectionAndLength2D_OutLength' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_MoveStickImage, CallFunc_FMin_ReturnValue) == 0x000020, "Member 'UI_BP_GadgetWheel_C_MoveStickImage::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_MoveStickImage, CallFunc_Multiply_Vector2DFloat_ReturnValue_1) == 0x000024, "Member 'UI_BP_GadgetWheel_C_MoveStickImage::CallFunc_Multiply_Vector2DFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_MoveStickImage, CallFunc_Multiply_Vector2DVector2D_ReturnValue) == 0x00002C, "Member 'UI_BP_GadgetWheel_C_MoveStickImage::CallFunc_Multiply_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_SetStandaloneButtonData \ static_assert(alignof(UI_BP_GadgetWheel_C_SetStandaloneButtonData) == 0x000004, "Wrong alignment on UI_BP_GadgetWheel_C_SetStandaloneButtonData"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_SetStandaloneButtonData) == 0x000048, "Wrong size on UI_BP_GadgetWheel_C_SetStandaloneButtonData"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetStandaloneButtonData, CallFunc_CanMountCreature_Result) == 0x000000, "Member 'UI_BP_GadgetWheel_C_SetStandaloneButtonData::CallFunc_CanMountCreature_Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetStandaloneButtonData, CallFunc_MakeLiteralName_ReturnValue) == 0x000004, "Member 'UI_BP_GadgetWheel_C_SetStandaloneButtonData::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetStandaloneButtonData, CallFunc_MakeLiteralName_ReturnValue_1) == 0x00000C, "Member 'UI_BP_GadgetWheel_C_SetStandaloneButtonData::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetStandaloneButtonData, CallFunc_FindSlottedBroomMountItem_FoundItem) == 0x000014, "Member 'UI_BP_GadgetWheel_C_SetStandaloneButtonData::CallFunc_FindSlottedBroomMountItem_FoundItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetStandaloneButtonData, CallFunc_FindSlottedBroomMountItem_ItemName) == 0x000018, "Member 'UI_BP_GadgetWheel_C_SetStandaloneButtonData::CallFunc_FindSlottedBroomMountItem_ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetStandaloneButtonData, CallFunc_FindSlottedBroomMountItem_FoundItem_1) == 0x000020, "Member 'UI_BP_GadgetWheel_C_SetStandaloneButtonData::CallFunc_FindSlottedBroomMountItem_FoundItem_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetStandaloneButtonData, CallFunc_FindSlottedBroomMountItem_ItemName_1) == 0x000024, "Member 'UI_BP_GadgetWheel_C_SetStandaloneButtonData::CallFunc_FindSlottedBroomMountItem_ItemName_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetStandaloneButtonData, CallFunc_MakeLiteralName_ReturnValue_2) == 0x00002C, "Member 'UI_BP_GadgetWheel_C_SetStandaloneButtonData::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetStandaloneButtonData, CallFunc_FindSlottedBroomMountItem_FoundItem_2) == 0x000034, "Member 'UI_BP_GadgetWheel_C_SetStandaloneButtonData::CallFunc_FindSlottedBroomMountItem_FoundItem_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetStandaloneButtonData, CallFunc_FindSlottedBroomMountItem_ItemName_2) == 0x000038, "Member 'UI_BP_GadgetWheel_C_SetStandaloneButtonData::CallFunc_FindSlottedBroomMountItem_ItemName_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetStandaloneButtonData, CallFunc_CanUseHippogriff_ReturnValue) == 0x000040, "Member 'UI_BP_GadgetWheel_C_SetStandaloneButtonData::CallFunc_CanUseHippogriff_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetStandaloneButtonData, CallFunc_BooleanAND_ReturnValue) == 0x000041, "Member 'UI_BP_GadgetWheel_C_SetStandaloneButtonData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetStandaloneButtonData, CallFunc_CanUseBroom_ReturnValue) == 0x000042, "Member 'UI_BP_GadgetWheel_C_SetStandaloneButtonData::CallFunc_CanUseBroom_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetStandaloneButtonData, CallFunc_CanUseGraphorn_ReturnValue) == 0x000043, "Member 'UI_BP_GadgetWheel_C_SetStandaloneButtonData::CallFunc_CanUseGraphorn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetStandaloneButtonData, CallFunc_CanMountCreature_Result_1) == 0x000044, "Member 'UI_BP_GadgetWheel_C_SetStandaloneButtonData::CallFunc_CanMountCreature_Result_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetStandaloneButtonData, CallFunc_BooleanAND_ReturnValue_1) == 0x000045, "Member 'UI_BP_GadgetWheel_C_SetStandaloneButtonData::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_FindSlottedBroomMountItem \ static_assert(alignof(UI_BP_GadgetWheel_C_FindSlottedBroomMountItem) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_FindSlottedBroomMountItem"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_FindSlottedBroomMountItem) == 0x0000C0, "Wrong size on UI_BP_GadgetWheel_C_FindSlottedBroomMountItem"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_FindSlottedBroomMountItem, HolderID) == 0x000000, "Member 'UI_BP_GadgetWheel_C_FindSlottedBroomMountItem::HolderID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_FindSlottedBroomMountItem, FoundItem) == 0x000008, "Member 'UI_BP_GadgetWheel_C_FindSlottedBroomMountItem::FoundItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_FindSlottedBroomMountItem, ItemName) == 0x00000C, "Member 'UI_BP_GadgetWheel_C_FindSlottedBroomMountItem::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_FindSlottedBroomMountItem, CallFunc_GetInventoryTextBP_InventoryResultArray) == 0x000018, "Member 'UI_BP_GadgetWheel_C_FindSlottedBroomMountItem::CallFunc_GetInventoryTextBP_InventoryResultArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_FindSlottedBroomMountItem, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'UI_BP_GadgetWheel_C_FindSlottedBroomMountItem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_FindSlottedBroomMountItem, CallFunc_Array_Get_Item) == 0x000030, "Member 'UI_BP_GadgetWheel_C_FindSlottedBroomMountItem::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_FindSlottedBroomMountItem, CallFunc_Greater_IntInt_ReturnValue) == 0x0000B8, "Member 'UI_BP_GadgetWheel_C_FindSlottedBroomMountItem::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction) == 0x000001, "Wrong alignment on UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction) == 0x000018, "Wrong size on UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000004, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000005, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000006, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000007, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000008, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000009, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_CanMountCreature_Result) == 0x00000A, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_CanMountCreature_Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_CanMountCreature_Result_1) == 0x00000B, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_CanMountCreature_Result_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_HandleButtonReleased_Handled) == 0x00000C, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_HandleButtonReleased_Handled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_CanUseBroom_ReturnValue) == 0x00000D, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_CanUseBroom_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_CanUseGraphorn_ReturnValue) == 0x00000F, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_CanUseGraphorn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue_1) == 0x000010, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue_2) == 0x000011, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_CanUseHippogriff_ReturnValue) == 0x000012, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_CanUseHippogriff_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue_3) == 0x000013, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue_4) == 0x000014, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_ResolveSelectedMountBroom_Success) == 0x000015, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_ResolveSelectedMountBroom_Success' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_ResolveSelectedMountBroom_Success_1) == 0x000016, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_ResolveSelectedMountBroom_Success_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction, CallFunc_ResolveSelectedMountBroom_Success_2) == 0x000017, "Member 'UI_BP_GadgetWheel_C_BlueprintOnUMGInputAction::CallFunc_ResolveSelectedMountBroom_Success_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_ResolveSelectedMountBroom \ static_assert(alignof(UI_BP_GadgetWheel_C_ResolveSelectedMountBroom) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_ResolveSelectedMountBroom"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_ResolveSelectedMountBroom) == 0x000050, "Wrong size on UI_BP_GadgetWheel_C_ResolveSelectedMountBroom"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ResolveSelectedMountBroom, SelectedItem) == 0x000000, "Member 'UI_BP_GadgetWheel_C_ResolveSelectedMountBroom::SelectedItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ResolveSelectedMountBroom, HolderID) == 0x000008, "Member 'UI_BP_GadgetWheel_C_ResolveSelectedMountBroom::HolderID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ResolveSelectedMountBroom, Success) == 0x000010, "Member 'UI_BP_GadgetWheel_C_ResolveSelectedMountBroom::Success' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ResolveSelectedMountBroom, CallFunc_Get_ReturnValue) == 0x000018, "Member 'UI_BP_GadgetWheel_C_ResolveSelectedMountBroom::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ResolveSelectedMountBroom, CallFunc_CompleteTutorialStepByAlias_ReturnValue) == 0x000020, "Member 'UI_BP_GadgetWheel_C_ResolveSelectedMountBroom::CallFunc_CompleteTutorialStepByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ResolveSelectedMountBroom, CallFunc_PostEventAtLocation_ReturnValue) == 0x000024, "Member 'UI_BP_GadgetWheel_C_ResolveSelectedMountBroom::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ResolveSelectedMountBroom, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'UI_BP_GadgetWheel_C_ResolveSelectedMountBroom::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ResolveSelectedMountBroom, CallFunc_GetHint_ReturnValue) == 0x000030, "Member 'UI_BP_GadgetWheel_C_ResolveSelectedMountBroom::CallFunc_GetHint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ResolveSelectedMountBroom, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'UI_BP_GadgetWheel_C_ResolveSelectedMountBroom::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ResolveSelectedMountBroom, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000040, "Member 'UI_BP_GadgetWheel_C_ResolveSelectedMountBroom::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ResolveSelectedMountBroom, CallFunc_UseInventoryItemByName_ReturnValue) == 0x000048, "Member 'UI_BP_GadgetWheel_C_ResolveSelectedMountBroom::CallFunc_UseInventoryItemByName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_Enable_Cursor_if_Required \ static_assert(alignof(UI_BP_GadgetWheel_C_Enable_Cursor_if_Required) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_Enable_Cursor_if_Required"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_Enable_Cursor_if_Required) == 0x000018, "Wrong size on UI_BP_GadgetWheel_C_Enable_Cursor_if_Required"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Enable_Cursor_if_Required, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'UI_BP_GadgetWheel_C_Enable_Cursor_if_Required::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Enable_Cursor_if_Required, CallFunc_Get_ReturnValue) == 0x000008, "Member 'UI_BP_GadgetWheel_C_Enable_Cursor_if_Required::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Enable_Cursor_if_Required, CallFunc_GetLastUsedInputDevice_ReturnValue) == 0x000010, "Member 'UI_BP_GadgetWheel_C_Enable_Cursor_if_Required::CallFunc_GetLastUsedInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Enable_Cursor_if_Required, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'UI_BP_GadgetWheel_C_Enable_Cursor_if_Required::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Enable_Cursor_if_Required, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'UI_BP_GadgetWheel_C_Enable_Cursor_if_Required::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_Handle_Stick_Selection \ static_assert(alignof(UI_BP_GadgetWheel_C_Handle_Stick_Selection) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_Handle_Stick_Selection"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_Handle_Stick_Selection) == 0x000040, "Wrong size on UI_BP_GadgetWheel_C_Handle_Stick_Selection"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, StickVal) == 0x000000, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::StickVal' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, InputPin) == 0x000008, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::InputPin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, CallFunc_BreakVector2D_X) == 0x00000C, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, CallFunc_BreakVector2D_Y) == 0x000010, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, CallFunc_Less_FloatFloat_ReturnValue) == 0x000014, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, CallFunc_Abs_ReturnValue) == 0x000018, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00001C, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, CallFunc_DegAtan2_ReturnValue) == 0x000020, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::CallFunc_DegAtan2_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, CallFunc_Abs_ReturnValue_1) == 0x000024, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, CallFunc_GetItemForAngle_Item) == 0x000028, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::CallFunc_GetItemForAngle_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000030, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, CallFunc_BooleanOR_ReturnValue) == 0x000031, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, Temp_bool_Variable) == 0x000032, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, CallFunc_Add_FloatFloat_ReturnValue) == 0x000034, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, Temp_byte_Variable) == 0x000038, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00003A, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, Temp_byte_Variable_1) == 0x00003B, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, K2Node_Select_Default) == 0x00003C, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x00003D, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Stick_Selection, CallFunc_IsValid_ReturnValue_1) == 0x00003E, "Member 'UI_BP_GadgetWheel_C_Handle_Stick_Selection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection \ static_assert(alignof(UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection) == 0x000028, "Wrong size on UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection, Temp_int_Array_Index_Variable) == 0x000004, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection, CallFunc_Array_Get_Item) == 0x000018, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection, CallFunc_IsHovered_ReturnValue) == 0x000024, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection, CallFunc_Less_IntInt_ReturnValue) == 0x000025, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection, CallFunc_BooleanAND_ReturnValue) == 0x000026, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Wheel_Selection::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_Set_Active_Item_Text \ static_assert(alignof(UI_BP_GadgetWheel_C_Set_Active_Item_Text) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_Set_Active_Item_Text"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_Set_Active_Item_Text) == 0x000048, "Wrong size on UI_BP_GadgetWheel_C_Set_Active_Item_Text"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Set_Active_Item_Text, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000000, "Member 'UI_BP_GadgetWheel_C_Set_Active_Item_Text::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Set_Active_Item_Text, CallFunc_PlayAnimationReverse_ReturnValue_1) == 0x000008, "Member 'UI_BP_GadgetWheel_C_Set_Active_Item_Text::CallFunc_PlayAnimationReverse_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Set_Active_Item_Text, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_GadgetWheel_C_Set_Active_Item_Text::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Set_Active_Item_Text, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000018, "Member 'UI_BP_GadgetWheel_C_Set_Active_Item_Text::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Set_Active_Item_Text, CallFunc_PlayAnimationReverse_ReturnValue_2) == 0x000020, "Member 'UI_BP_GadgetWheel_C_Set_Active_Item_Text::CallFunc_PlayAnimationReverse_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Set_Active_Item_Text, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'UI_BP_GadgetWheel_C_Set_Active_Item_Text::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Set_Active_Item_Text, CallFunc_Conv_NameToString_ReturnValue) == 0x000030, "Member 'UI_BP_GadgetWheel_C_Set_Active_Item_Text::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Set_Active_Item_Text, CallFunc_ShowPotionRecipePanel_ShowRecipe) == 0x000040, "Member 'UI_BP_GadgetWheel_C_Set_Active_Item_Text::CallFunc_ShowPotionRecipePanel_ShowRecipe' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Set_Active_Item_Text, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000041, "Member 'UI_BP_GadgetWheel_C_Set_Active_Item_Text::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_Populate_Item_Arrays \ static_assert(alignof(UI_BP_GadgetWheel_C_Populate_Item_Arrays) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_Populate_Item_Arrays"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_Populate_Item_Arrays) == 0x000020, "Wrong size on UI_BP_GadgetWheel_C_Populate_Item_Arrays"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Populate_Item_Arrays, K2Node_MakeArray_Array) == 0x000000, "Member 'UI_BP_GadgetWheel_C_Populate_Item_Arrays::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Populate_Item_Arrays, K2Node_MakeArray_Array_1) == 0x000010, "Member 'UI_BP_GadgetWheel_C_Populate_Item_Arrays::K2Node_MakeArray_Array_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection \ static_assert(alignof(UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection) == 0x000028, "Wrong size on UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection, Temp_bool_True_if_break_was_hit_Variable) == 0x000000, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection, Temp_int_Array_Index_Variable) == 0x000004, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection, CallFunc_Array_Get_Item) == 0x000018, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection, CallFunc_IsHovered_ReturnValue) == 0x000022, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection, CallFunc_BooleanAND_ReturnValue_1) == 0x000023, "Member 'UI_BP_GadgetWheel_C_Handle_Cursor_Mount_Selection::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_Bind_Cursor_Events \ static_assert(alignof(UI_BP_GadgetWheel_C_Bind_Cursor_Events) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_Bind_Cursor_Events"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_Bind_Cursor_Events) == 0x000050, "Wrong size on UI_BP_GadgetWheel_C_Bind_Cursor_Events"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Bind_Cursor_Events, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'UI_BP_GadgetWheel_C_Bind_Cursor_Events::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Bind_Cursor_Events, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'UI_BP_GadgetWheel_C_Bind_Cursor_Events::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Bind_Cursor_Events, Temp_int_Array_Index_Variable) == 0x000008, "Member 'UI_BP_GadgetWheel_C_Bind_Cursor_Events::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Bind_Cursor_Events, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'UI_BP_GadgetWheel_C_Bind_Cursor_Events::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Bind_Cursor_Events, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'UI_BP_GadgetWheel_C_Bind_Cursor_Events::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Bind_Cursor_Events, Temp_int_Loop_Counter_Variable_1) == 0x000020, "Member 'UI_BP_GadgetWheel_C_Bind_Cursor_Events::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Bind_Cursor_Events, CallFunc_Array_Get_Item) == 0x000028, "Member 'UI_BP_GadgetWheel_C_Bind_Cursor_Events::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Bind_Cursor_Events, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'UI_BP_GadgetWheel_C_Bind_Cursor_Events::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Bind_Cursor_Events, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'UI_BP_GadgetWheel_C_Bind_Cursor_Events::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Bind_Cursor_Events, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'UI_BP_GadgetWheel_C_Bind_Cursor_Events::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Bind_Cursor_Events, CallFunc_Array_Get_Item_1) == 0x000040, "Member 'UI_BP_GadgetWheel_C_Bind_Cursor_Events::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Bind_Cursor_Events, CallFunc_Array_Length_ReturnValue_1) == 0x000048, "Member 'UI_BP_GadgetWheel_C_Bind_Cursor_Events::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Bind_Cursor_Events, CallFunc_Less_IntInt_ReturnValue_1) == 0x00004C, "Member 'UI_BP_GadgetWheel_C_Bind_Cursor_Events::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_Confirm_Item_Selection \ static_assert(alignof(UI_BP_GadgetWheel_C_Confirm_Item_Selection) == 0x000001, "Wrong alignment on UI_BP_GadgetWheel_C_Confirm_Item_Selection"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_Confirm_Item_Selection) == 0x000003, "Wrong size on UI_BP_GadgetWheel_C_Confirm_Item_Selection"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Confirm_Item_Selection, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'UI_BP_GadgetWheel_C_Confirm_Item_Selection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Confirm_Item_Selection, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'UI_BP_GadgetWheel_C_Confirm_Item_Selection::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Confirm_Item_Selection, CallFunc_BooleanOR_ReturnValue) == 0x000002, "Member 'UI_BP_GadgetWheel_C_Confirm_Item_Selection::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_Unbind_Cursor_Events \ static_assert(alignof(UI_BP_GadgetWheel_C_Unbind_Cursor_Events) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_Unbind_Cursor_Events"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_Unbind_Cursor_Events) == 0x000040, "Wrong size on UI_BP_GadgetWheel_C_Unbind_Cursor_Events"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Unbind_Cursor_Events, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'UI_BP_GadgetWheel_C_Unbind_Cursor_Events::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Unbind_Cursor_Events, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'UI_BP_GadgetWheel_C_Unbind_Cursor_Events::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Unbind_Cursor_Events, Temp_int_Array_Index_Variable) == 0x000008, "Member 'UI_BP_GadgetWheel_C_Unbind_Cursor_Events::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Unbind_Cursor_Events, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'UI_BP_GadgetWheel_C_Unbind_Cursor_Events::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Unbind_Cursor_Events, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'UI_BP_GadgetWheel_C_Unbind_Cursor_Events::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Unbind_Cursor_Events, CallFunc_Array_Get_Item) == 0x000018, "Member 'UI_BP_GadgetWheel_C_Unbind_Cursor_Events::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Unbind_Cursor_Events, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'UI_BP_GadgetWheel_C_Unbind_Cursor_Events::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Unbind_Cursor_Events, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'UI_BP_GadgetWheel_C_Unbind_Cursor_Events::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Unbind_Cursor_Events, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_GadgetWheel_C_Unbind_Cursor_Events::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Unbind_Cursor_Events, CallFunc_Array_Get_Item_1) == 0x000030, "Member 'UI_BP_GadgetWheel_C_Unbind_Cursor_Events::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Unbind_Cursor_Events, CallFunc_Array_Length_ReturnValue_1) == 0x000038, "Member 'UI_BP_GadgetWheel_C_Unbind_Cursor_Events::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Unbind_Cursor_Events, CallFunc_Less_IntInt_ReturnValue_1) == 0x00003C, "Member 'UI_BP_GadgetWheel_C_Unbind_Cursor_Events::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_SetItemsHoverable \ static_assert(alignof(UI_BP_GadgetWheel_C_SetItemsHoverable) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_SetItemsHoverable"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_SetItemsHoverable) == 0x000040, "Wrong size on UI_BP_GadgetWheel_C_SetItemsHoverable"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetItemsHoverable, EnableHover) == 0x000000, "Member 'UI_BP_GadgetWheel_C_SetItemsHoverable::EnableHover' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetItemsHoverable, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'UI_BP_GadgetWheel_C_SetItemsHoverable::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetItemsHoverable, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_GadgetWheel_C_SetItemsHoverable::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetItemsHoverable, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'UI_BP_GadgetWheel_C_SetItemsHoverable::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetItemsHoverable, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'UI_BP_GadgetWheel_C_SetItemsHoverable::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetItemsHoverable, Temp_int_Loop_Counter_Variable_1) == 0x000014, "Member 'UI_BP_GadgetWheel_C_SetItemsHoverable::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetItemsHoverable, CallFunc_Array_Get_Item) == 0x000018, "Member 'UI_BP_GadgetWheel_C_SetItemsHoverable::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetItemsHoverable, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'UI_BP_GadgetWheel_C_SetItemsHoverable::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetItemsHoverable, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'UI_BP_GadgetWheel_C_SetItemsHoverable::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetItemsHoverable, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_GadgetWheel_C_SetItemsHoverable::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetItemsHoverable, CallFunc_Array_Get_Item_1) == 0x000030, "Member 'UI_BP_GadgetWheel_C_SetItemsHoverable::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetItemsHoverable, CallFunc_Array_Length_ReturnValue_1) == 0x000038, "Member 'UI_BP_GadgetWheel_C_SetItemsHoverable::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_SetItemsHoverable, CallFunc_Less_IntInt_ReturnValue_1) == 0x00003C, "Member 'UI_BP_GadgetWheel_C_SetItemsHoverable::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_Update_Lock_Message \ static_assert(alignof(UI_BP_GadgetWheel_C_Update_Lock_Message) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_Update_Lock_Message"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_Update_Lock_Message) == 0x0001B8, "Wrong size on UI_BP_GadgetWheel_C_Update_Lock_Message"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, CallFunc_AVATranslate_ReturnValue) == 0x000000, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, CallFunc_AVATranslate_ReturnValue_1) == 0x000018, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::CallFunc_AVATranslate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, CallFunc_Conv_NameToString_ReturnValue) == 0x000030, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, CallFunc_AVATranslate_ReturnValue_2) == 0x000080, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::CallFunc_AVATranslate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, K2Node_MakeArray_Array) == 0x0000D8, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, CallFunc_AVATranslate_ReturnValue_3) == 0x0000E8, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::CallFunc_AVATranslate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, CallFunc_Format_ReturnValue) == 0x000100, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, CallFunc_AVATranslate_ReturnValue_4) == 0x000118, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::CallFunc_AVATranslate_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, CallFunc_AVATranslate_ReturnValue_5) == 0x000130, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::CallFunc_AVATranslate_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, CallFunc_GetPotionDuration_ReturnValue) == 0x000148, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::CallFunc_GetPotionDuration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, CallFunc_FTrunc_ReturnValue) == 0x00014C, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000150, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, CallFunc_MakeTimespan_ReturnValue) == 0x000158, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::CallFunc_MakeTimespan_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, CallFunc_GetTimeRemainingText_TimeRemainingText) == 0x000160, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::CallFunc_GetTimeRemainingText_TimeRemainingText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000178, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, CallFunc_Concat_StrStr_ReturnValue) == 0x000188, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, CallFunc_AVATranslate_ReturnValue_6) == 0x000198, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::CallFunc_AVATranslate_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_Update_Lock_Message, K2Node_SwitchName_CmpSuccess) == 0x0001B0, "Member 'UI_BP_GadgetWheel_C_Update_Lock_Message::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_ShowPotionRecipePanel \ static_assert(alignof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_ShowPotionRecipePanel"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel) == 0x000220, "Wrong size on UI_BP_GadgetWheel_C_ShowPotionRecipePanel"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, ItemId) == 0x000000, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::ItemId' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, ShowRecipe_0) == 0x000008, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::ShowRecipe_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, shouldShowRecipe) == 0x000009, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::shouldShowRecipe' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, TempRecipe) == 0x000010, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::TempRecipe' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, TempRecipeArray) == 0x000050, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::TempRecipeArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, Temp_int_Array_Index_Variable) == 0x000060, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, Temp_int_Array_Index_Variable_1) == 0x000064, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, Temp_bool_True_if_break_was_hit_Variable) == 0x000070, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, Temp_int_Array_Index_Variable_2) == 0x000074, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Not_PreBool_ReturnValue) == 0x000078, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, Temp_int_Loop_Counter_Variable_1) == 0x00007C, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Not_PreBool_ReturnValue_1) == 0x000080, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Add_IntInt_ReturnValue_1) == 0x000084, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_AVATranslate_ReturnValue) == 0x000088, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_AVATranslate_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_AVATranslate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_BP_Get_ReturnValue) == 0x0000B8, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_BP_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_GetBrewTimeMultiplier_ReturnValue) == 0x0000C0, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_GetBrewTimeMultiplier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Multiply_TimespanFloat_ReturnValue) == 0x0000D0, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Multiply_TimespanFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_GetTimeRemainingText_TimeRemainingText) == 0x0000D8, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_GetTimeRemainingText_TimeRemainingText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Array_Get_Item_1) == 0x0000F0, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Array_Length_ReturnValue) == 0x000100, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, K2Node_MakeStruct_FormatArgumentData) == 0x000108, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Greater_IntInt_ReturnValue) == 0x000148, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, K2Node_MakeArray_Array) == 0x000150, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Format_ReturnValue) == 0x000160, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Array_Get_Item_2) == 0x000178, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Array_Length_ReturnValue_1) == 0x000180, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Less_IntInt_ReturnValue) == 0x000184, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, Temp_int_Loop_Counter_Variable_2) == 0x000188, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Less_IntInt_ReturnValue_1) == 0x00018C, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Add_IntInt_ReturnValue_2) == 0x000190, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, Temp_bool_Variable) == 0x000194, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, K2Node_Select_Default) == 0x000198, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Array_Get_Item_3) == 0x0001B0, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Array_Length_ReturnValue_2) == 0x0001F0, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001F4, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_BooleanAND_ReturnValue) == 0x0001F5, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0001F6, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_BP_Get_ReturnValue_1) == 0x0001F8, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_BP_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_GetBrewingRecipes_AvailableRecipes) == 0x000200, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_GetBrewingRecipes_AvailableRecipes' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_ShowPotionRecipePanel, CallFunc_GetBrewingRecipes_LockedRecipes) == 0x000210, "Member 'UI_BP_GadgetWheel_C_ShowPotionRecipePanel::CallFunc_GetBrewingRecipes_LockedRecipes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_HandleButtonReleased \ static_assert(alignof(UI_BP_GadgetWheel_C_HandleButtonReleased) == 0x000004, "Wrong alignment on UI_BP_GadgetWheel_C_HandleButtonReleased"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_HandleButtonReleased) == 0x00000C, "Wrong size on UI_BP_GadgetWheel_C_HandleButtonReleased"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_HandleButtonReleased, InputAction) == 0x000000, "Member 'UI_BP_GadgetWheel_C_HandleButtonReleased::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_HandleButtonReleased, Handled) == 0x000001, "Member 'UI_BP_GadgetWheel_C_HandleButtonReleased::Handled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_HandleButtonReleased, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'UI_BP_GadgetWheel_C_HandleButtonReleased::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_HandleButtonReleased, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'UI_BP_GadgetWheel_C_HandleButtonReleased::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_HandleButtonReleased, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'UI_BP_GadgetWheel_C_HandleButtonReleased::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_HandleButtonReleased, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000005, "Member 'UI_BP_GadgetWheel_C_HandleButtonReleased::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_HandleButtonReleased, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_GadgetWheel_C_HandleButtonReleased::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_CheckForItemChangeForMenuReader \ static_assert(alignof(UI_BP_GadgetWheel_C_CheckForItemChangeForMenuReader) == 0x000001, "Wrong alignment on UI_BP_GadgetWheel_C_CheckForItemChangeForMenuReader"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_CheckForItemChangeForMenuReader) == 0x000002, "Wrong size on UI_BP_GadgetWheel_C_CheckForItemChangeForMenuReader"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_CheckForItemChangeForMenuReader, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'UI_BP_GadgetWheel_C_CheckForItemChangeForMenuReader::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_CheckForItemChangeForMenuReader, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000001, "Member 'UI_BP_GadgetWheel_C_CheckForItemChangeForMenuReader::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_CanMountCreature \ static_assert(alignof(UI_BP_GadgetWheel_C_CanMountCreature) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_CanMountCreature"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_CanMountCreature) == 0x000018, "Wrong size on UI_BP_GadgetWheel_C_CanMountCreature"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_CanMountCreature, Result) == 0x000000, "Member 'UI_BP_GadgetWheel_C_CanMountCreature::Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_CanMountCreature, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'UI_BP_GadgetWheel_C_CanMountCreature::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_CanMountCreature, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'UI_BP_GadgetWheel_C_CanMountCreature::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_CanMountCreature, CallFunc_EvaluateFilterOnActor_ReturnValue) == 0x000011, "Member 'UI_BP_GadgetWheel_C_CanMountCreature::CallFunc_EvaluateFilterOnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_CanMountCreature, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'UI_BP_GadgetWheel_C_CanMountCreature::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GadgetWheel_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_GadgetWheel_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings) == 0x000388, "Wrong size on UI_BP_GadgetWheel_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, Temp_int_Array_Index_Variable) == 0x000038, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_IsValid_ReturnValue) == 0x00003C, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x00003D, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00003E, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000040, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue) == 0x000050, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000068, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x000080, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue_1) == 0x000090, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000B8, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_3) == 0x0000C0, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue_2) == 0x0000D0, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000E8, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000F8, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_4) == 0x000100, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue_3) == 0x000110, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000128, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x000138, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000140, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x000158, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Not_PreBool_ReturnValue) == 0x000168, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x00016C, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, Temp_int_Loop_Counter_Variable) == 0x000170, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item) == 0x000178, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Array_Length_ReturnValue) == 0x000180, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_5) == 0x000188, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Less_IntInt_ReturnValue) == 0x000198, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_1) == 0x000199, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Add_IntInt_ReturnValue) == 0x00019C, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x0001A0, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x0001A8, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_5) == 0x0001C0, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x0001D0, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_5) == 0x0001E8, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_6) == 0x0001F0, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_6) == 0x000200, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x000208, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_7) == 0x000220, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_7) == 0x000230, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_4) == 0x000238, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_8) == 0x000250, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_8) == 0x000260, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_5) == 0x000268, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_9) == 0x000280, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_9) == 0x000290, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_6) == 0x000298, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_10) == 0x0002B0, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_10) == 0x0002C0, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_7) == 0x0002C8, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_11) == 0x0002E0, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_11) == 0x0002F0, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_2) == 0x0002F4, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x0002F5, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_8) == 0x0002F8, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_12) == 0x000310, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_12) == 0x000320, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_3) == 0x000324, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x000325, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_9) == 0x000328, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_13) == 0x000340, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_13) == 0x000350, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_10) == 0x000358, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_14) == 0x000370, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_14) == 0x000380, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GadgetWheel_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x000384, "Member 'UI_BP_GadgetWheel_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_GadgetWheel_C \ static_assert(alignof(UUI_BP_GadgetWheel_C) == 0x000008, "Wrong alignment on UUI_BP_GadgetWheel_C"); \ static_assert(sizeof(UUI_BP_GadgetWheel_C) == 0x000588, "Wrong size on UUI_BP_GadgetWheel_C"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_GadgetWheel_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ShowRecipe) == 0x000330, "Member 'UUI_BP_GadgetWheel_C::ShowRecipe' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, showDetails) == 0x000338, "Member 'UUI_BP_GadgetWheel_C::showDetails' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, OutroAnimation) == 0x000340, "Member 'UUI_BP_GadgetWheel_C::OutroAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, IntroAnimation) == 0x000348, "Member 'UUI_BP_GadgetWheel_C::IntroAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, brewDetails) == 0x000350, "Member 'UUI_BP_GadgetWheel_C::brewDetails' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, brewLabel) == 0x000358, "Member 'UUI_BP_GadgetWheel_C::brewLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, BroomButton) == 0x000360, "Member 'UUI_BP_GadgetWheel_C::BroomButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ButtonPrompt) == 0x000368, "Member 'UUI_BP_GadgetWheel_C::ButtonPrompt' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, detailsBorder) == 0x000370, "Member 'UUI_BP_GadgetWheel_C::detailsBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, DurationDetailBox_1) == 0x000378, "Member 'UUI_BP_GadgetWheel_C::DurationDetailBox_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, durationLabel) == 0x000380, "Member 'UUI_BP_GadgetWheel_C::durationLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, FelixFelicisButton) == 0x000388, "Member 'UUI_BP_GadgetWheel_C::FelixFelicisButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, FelixFelicisPanel) == 0x000390, "Member 'UUI_BP_GadgetWheel_C::FelixFelicisPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, FlyingMountButton) == 0x000398, "Member 'UUI_BP_GadgetWheel_C::FlyingMountButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, GroundMountButton) == 0x0003A0, "Member 'UUI_BP_GadgetWheel_C::GroundMountButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ingredient1) == 0x0003A8, "Member 'UUI_BP_GadgetWheel_C::ingredient1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ingredient2) == 0x0003B0, "Member 'UUI_BP_GadgetWheel_C::ingredient2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ingredient3) == 0x0003B8, "Member 'UUI_BP_GadgetWheel_C::ingredient3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ingredientsList) == 0x0003C0, "Member 'UUI_BP_GadgetWheel_C::ingredientsList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ItemBL) == 0x0003C8, "Member 'UUI_BP_GadgetWheel_C::ItemBL' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ItemBottom) == 0x0003D0, "Member 'UUI_BP_GadgetWheel_C::ItemBottom' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ItemBR) == 0x0003D8, "Member 'UUI_BP_GadgetWheel_C::ItemBR' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ItemLeft) == 0x0003E0, "Member 'UUI_BP_GadgetWheel_C::ItemLeft' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ItemNameText) == 0x0003E8, "Member 'UUI_BP_GadgetWheel_C::ItemNameText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ItemRight) == 0x0003F0, "Member 'UUI_BP_GadgetWheel_C::ItemRight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ItemTL) == 0x0003F8, "Member 'UUI_BP_GadgetWheel_C::ItemTL' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ItemTop) == 0x000400, "Member 'UUI_BP_GadgetWheel_C::ItemTop' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ItemTR) == 0x000408, "Member 'UUI_BP_GadgetWheel_C::ItemTR' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, potionDuration) == 0x000410, "Member 'UUI_BP_GadgetWheel_C::potionDuration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, potionsInfo) == 0x000418, "Member 'UUI_BP_GadgetWheel_C::potionsInfo' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, potionsRecipe) == 0x000420, "Member 'UUI_BP_GadgetWheel_C::potionsRecipe' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, recipeTitle) == 0x000428, "Member 'UUI_BP_GadgetWheel_C::recipeTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ReleaseText) == 0x000430, "Member 'UUI_BP_GadgetWheel_C::ReleaseText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, StickImage) == 0x000438, "Member 'UUI_BP_GadgetWheel_C::StickImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, Time) == 0x000440, "Member 'UUI_BP_GadgetWheel_C::Time' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, UnlockHintText) == 0x000448, "Member 'UUI_BP_GadgetWheel_C::UnlockHintText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, WheelBorder) == 0x000450, "Member 'UUI_BP_GadgetWheel_C::WheelBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, WheelCanvasPanel) == 0x000458, "Member 'UUI_BP_GadgetWheel_C::WheelCanvasPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, Yield) == 0x000460, "Member 'UUI_BP_GadgetWheel_C::Yield' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, yieldLabel) == 0x000468, "Member 'UUI_BP_GadgetWheel_C::yieldLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, StickDeadZone) == 0x000470, "Member 'UUI_BP_GadgetWheel_C::StickDeadZone' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, SelectedWheelItem) == 0x000478, "Member 'UUI_BP_GadgetWheel_C::SelectedWheelItem' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, LastSelectedWheelItem) == 0x000480, "Member 'UUI_BP_GadgetWheel_C::LastSelectedWheelItem' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, GadgetItems) == 0x000488, "Member 'UUI_BP_GadgetWheel_C::GadgetItems' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ItemRecipeLocks) == 0x000498, "Member 'UUI_BP_GadgetWheel_C::ItemRecipeLocks' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ForceCloseUI) == 0x0004A8, "Member 'UUI_BP_GadgetWheel_C::ForceCloseUI' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ItemPickupLocks) == 0x0004B8, "Member 'UUI_BP_GadgetWheel_C::ItemPickupLocks' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, WheelItemArray) == 0x0004C8, "Member 'UUI_BP_GadgetWheel_C::WheelItemArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, MountItemArray) == 0x0004D8, "Member 'UUI_BP_GadgetWheel_C::MountItemArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, SelectedMountItem) == 0x0004E8, "Member 'UUI_BP_GadgetWheel_C::SelectedMountItem' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, PlayerOnGround) == 0x0004F0, "Member 'UUI_BP_GadgetWheel_C::PlayerOnGround' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, UnlockMessageSideMap) == 0x0004F8, "Member 'UUI_BP_GadgetWheel_C::UnlockMessageSideMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, DetailsShowing) == 0x000548, "Member 'UUI_BP_GadgetWheel_C::DetailsShowing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, PotionIngredientArray) == 0x000550, "Member 'UUI_BP_GadgetWheel_C::PotionIngredientArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, RecipeShowing) == 0x000560, "Member 'UUI_BP_GadgetWheel_C::RecipeShowing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, UnselectedTime) == 0x000564, "Member 'UUI_BP_GadgetWheel_C::UnselectedTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, FFButtonHoldTime) == 0x000568, "Member 'UUI_BP_GadgetWheel_C::FFButtonHoldTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, ResetFFTimer) == 0x000570, "Member 'UUI_BP_GadgetWheel_C::ResetFFTimer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GadgetWheel_C, FelixFelicisAvailable) == 0x000580, "Member 'UUI_BP_GadgetWheel_C::FelixFelicisAvailable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Hit_C_ExecuteUbergraph_ABL_Hit \ static_assert(alignof(ABL_Hit_C_ExecuteUbergraph_ABL_Hit) == 0x000008, "Wrong alignment on ABL_Hit_C_ExecuteUbergraph_ABL_Hit"); \ static_assert(sizeof(ABL_Hit_C_ExecuteUbergraph_ABL_Hit) == 0x000030, "Wrong size on ABL_Hit_C_ExecuteUbergraph_ABL_Hit"); \ static_assert(offsetof(ABL_Hit_C_ExecuteUbergraph_ABL_Hit, EntryPoint) == 0x000000, "Member 'ABL_Hit_C_ExecuteUbergraph_ABL_Hit::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_C_ExecuteUbergraph_ABL_Hit, K2Node_Event_Context) == 0x000008, "Member 'ABL_Hit_C_ExecuteUbergraph_ABL_Hit::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_C_ExecuteUbergraph_ABL_Hit, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Hit_C_ExecuteUbergraph_ABL_Hit::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_C_ExecuteUbergraph_ABL_Hit, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_Hit_C_ExecuteUbergraph_ABL_Hit::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_C_ExecuteUbergraph_ABL_Hit, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_Hit_C_ExecuteUbergraph_ABL_Hit::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_C_ExecuteUbergraph_ABL_Hit, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_Hit_C_ExecuteUbergraph_ABL_Hit::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Hit_C_OnAbilityBranch \ static_assert(alignof(ABL_Hit_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Hit_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Hit_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Hit_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Hit_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Hit_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Hit_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Hit_C_OnAbilityStart \ static_assert(alignof(ABL_Hit_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Hit_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Hit_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Hit_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Hit_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Hit_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Hit_C_CustomCanBranchTo \ static_assert(alignof(ABL_Hit_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_Hit_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_Hit_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_Hit_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_Hit_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_Hit_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_Hit_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Hit_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_Hit_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_Hit_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_Hit_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Hit_C \ static_assert(alignof(UABL_Hit_C) == 0x000008, "Wrong alignment on UABL_Hit_C"); \ static_assert(sizeof(UABL_Hit_C) == 0x0000E8, "Wrong size on UABL_Hit_C"); \ static_assert(offsetof(UABL_Hit_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_Hit_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_NotificationPanel_C_I_ItemCollected \ static_assert(alignof(UI_BPI_NotificationPanel_C_I_ItemCollected) == 0x000008, "Wrong alignment on UI_BPI_NotificationPanel_C_I_ItemCollected"); \ static_assert(sizeof(UI_BPI_NotificationPanel_C_I_ItemCollected) == 0x000048, "Wrong size on UI_BPI_NotificationPanel_C_I_ItemCollected"); \ static_assert(offsetof(UI_BPI_NotificationPanel_C_I_ItemCollected, Name_0) == 0x000000, "Member 'UI_BPI_NotificationPanel_C_I_ItemCollected::Name_0' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_NotificationPanel_C_I_ItemCollected, IconName) == 0x000010, "Member 'UI_BPI_NotificationPanel_C_I_ItemCollected::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_NotificationPanel_C_I_ItemCollected, Count) == 0x000020, "Member 'UI_BPI_NotificationPanel_C_I_ItemCollected::Count' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_NotificationPanel_C_I_ItemCollected, Header) == 0x000028, "Member 'UI_BPI_NotificationPanel_C_I_ItemCollected::Header' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_NotificationPanel_C_I_ItemCollected, SpecialCollection) == 0x000038, "Member 'UI_BPI_NotificationPanel_C_I_ItemCollected::SpecialCollection' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_NotificationPanel_C_I_ItemCollected, Variation) == 0x00003C, "Member 'UI_BPI_NotificationPanel_C_I_ItemCollected::Variation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_NotificationPanel_C_I_AddGenericNotification \ static_assert(alignof(UI_BPI_NotificationPanel_C_I_AddGenericNotification) == 0x000008, "Wrong alignment on UI_BPI_NotificationPanel_C_I_AddGenericNotification"); \ static_assert(sizeof(UI_BPI_NotificationPanel_C_I_AddGenericNotification) == 0x000030, "Wrong size on UI_BPI_NotificationPanel_C_I_AddGenericNotification"); \ static_assert(offsetof(UI_BPI_NotificationPanel_C_I_AddGenericNotification, HeaderText) == 0x000000, "Member 'UI_BPI_NotificationPanel_C_I_AddGenericNotification::HeaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_NotificationPanel_C_I_AddGenericNotification, SubheaderText) == 0x000010, "Member 'UI_BPI_NotificationPanel_C_I_AddGenericNotification::SubheaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_NotificationPanel_C_I_AddGenericNotification, IconName) == 0x000020, "Member 'UI_BPI_NotificationPanel_C_I_AddGenericNotification::IconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_NotificationPanel_C_I_AddCollectionKnownNotification \ static_assert(alignof(UI_BPI_NotificationPanel_C_I_AddCollectionKnownNotification) == 0x000004, "Wrong alignment on UI_BPI_NotificationPanel_C_I_AddCollectionKnownNotification"); \ static_assert(sizeof(UI_BPI_NotificationPanel_C_I_AddCollectionKnownNotification) == 0x000010, "Wrong size on UI_BPI_NotificationPanel_C_I_AddCollectionKnownNotification"); \ static_assert(offsetof(UI_BPI_NotificationPanel_C_I_AddCollectionKnownNotification, CollectionID) == 0x000000, "Member 'UI_BPI_NotificationPanel_C_I_AddCollectionKnownNotification::CollectionID' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_NotificationPanel_C_I_AddCollectionKnownNotification, CollectionCategory) == 0x000008, "Member 'UI_BPI_NotificationPanel_C_I_AddCollectionKnownNotification::CollectionCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_NotificationPanel_C_I_AddCollectionObtainedNotification \ static_assert(alignof(UI_BPI_NotificationPanel_C_I_AddCollectionObtainedNotification) == 0x000004, "Wrong alignment on UI_BPI_NotificationPanel_C_I_AddCollectionObtainedNotification"); \ static_assert(sizeof(UI_BPI_NotificationPanel_C_I_AddCollectionObtainedNotification) == 0x000010, "Wrong size on UI_BPI_NotificationPanel_C_I_AddCollectionObtainedNotification"); \ static_assert(offsetof(UI_BPI_NotificationPanel_C_I_AddCollectionObtainedNotification, CollectionID) == 0x000000, "Member 'UI_BPI_NotificationPanel_C_I_AddCollectionObtainedNotification::CollectionID' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_NotificationPanel_C_I_AddCollectionObtainedNotification, CollectionCategory) == 0x000008, "Member 'UI_BPI_NotificationPanel_C_I_AddCollectionObtainedNotification::CollectionCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_NotificationPanel_C_I_AddChallengeCompleteNotification \ static_assert(alignof(UI_BPI_NotificationPanel_C_I_AddChallengeCompleteNotification) == 0x000004, "Wrong alignment on UI_BPI_NotificationPanel_C_I_AddChallengeCompleteNotification"); \ static_assert(sizeof(UI_BPI_NotificationPanel_C_I_AddChallengeCompleteNotification) == 0x000018, "Wrong size on UI_BPI_NotificationPanel_C_I_AddChallengeCompleteNotification"); \ static_assert(offsetof(UI_BPI_NotificationPanel_C_I_AddChallengeCompleteNotification, ChallengeID) == 0x000000, "Member 'UI_BPI_NotificationPanel_C_I_AddChallengeCompleteNotification::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_NotificationPanel_C_I_AddChallengeCompleteNotification, ChallengeCategory) == 0x000008, "Member 'UI_BPI_NotificationPanel_C_I_AddChallengeCompleteNotification::ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_NotificationPanel_C_I_AddChallengeCompleteNotification, CompletedLevel) == 0x000010, "Member 'UI_BPI_NotificationPanel_C_I_AddChallengeCompleteNotification::CompletedLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_NotificationPanel_C_I_AddChallengeCompleteNotification, MaxLevels) == 0x000014, "Member 'UI_BPI_NotificationPanel_C_I_AddChallengeCompleteNotification::MaxLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_NotificationPanel_C \ static_assert(alignof(IUI_BPI_NotificationPanel_C) == 0x000001, "Wrong alignment on IUI_BPI_NotificationPanel_C"); \ static_assert(sizeof(IUI_BPI_NotificationPanel_C) == 0x000001, "Wrong size on IUI_BPI_NotificationPanel_C"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_CowerWandLinkStart_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkStart \ static_assert(alignof(ABL_NpcReact_CowerWandLinkStart_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkStart) == 0x000008, "Wrong alignment on ABL_NpcReact_CowerWandLinkStart_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkStart"); \ static_assert(sizeof(ABL_NpcReact_CowerWandLinkStart_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkStart) == 0x000018, "Wrong size on ABL_NpcReact_CowerWandLinkStart_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkStart"); \ static_assert(offsetof(ABL_NpcReact_CowerWandLinkStart_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkStart, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_CowerWandLinkStart_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkStart::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerWandLinkStart_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkStart, CallFunc_GetStatName_ReturnValue) == 0x000004, "Member 'ABL_NpcReact_CowerWandLinkStart_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkStart::CallFunc_GetStatName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerWandLinkStart_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkStart, K2Node_Event_Context) == 0x000010, "Member 'ABL_NpcReact_CowerWandLinkStart_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkStart::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_CowerWandLinkStart_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_CowerWandLinkStart_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_CowerWandLinkStart_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_CowerWandLinkStart_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_CowerWandLinkStart_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_CowerWandLinkStart_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_CowerWandLinkStart_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_CowerWandLinkStart_C \ static_assert(alignof(UABL_NpcReact_CowerWandLinkStart_C) == 0x000008, "Wrong alignment on UABL_NpcReact_CowerWandLinkStart_C"); \ static_assert(sizeof(UABL_NpcReact_CowerWandLinkStart_C) == 0x0000E8, "Wrong size on UABL_NpcReact_CowerWandLinkStart_C"); \ static_assert(offsetof(UABL_NpcReact_CowerWandLinkStart_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_CowerWandLinkStart_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification \ static_assert(alignof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification) == 0x000008, "Wrong alignment on UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification"); \ static_assert(sizeof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification) == 0x0001F0, "Wrong size on UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, EntryPoint) == 0x000000, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_Event_ChallengeID) == 0x000004, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_Event_ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_Event_ChallengeCategory) == 0x00000C, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_Event_ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_Event_CompletedLevel) == 0x000014, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_Event_CompletedLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_Event_MaxLevels) == 0x000018, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_Event_MaxLevels' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_Event_Name) == 0x000020, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_Event_Name' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_Event_IconName_1) == 0x000030, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_Event_IconName_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_Event_Count) == 0x000040, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_Event_Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_Event_Header) == 0x000048, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_Event_Header' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_Event_SpecialCollection) == 0x000058, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_Event_SpecialCollection' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_Event_Variation) == 0x00005C, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_Event_Variation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_MakeStruct_PickupNotificationData) == 0x000068, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_MakeStruct_PickupNotificationData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_Event_HeaderText) == 0x0000C8, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_Event_HeaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_Event_SubheaderText) == 0x0000D8, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_Event_SubheaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_Event_IconName) == 0x0000E8, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_Event_IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, CallFunc_Get_ReturnValue) == 0x0000F8, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, CallFunc_Array_Add_ReturnValue) == 0x000100, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_Event_CollectionID) == 0x000104, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_Event_CollectionID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_Event_CollectionCategory) == 0x00010C, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_Event_CollectionCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_Event_CollectionID_1) == 0x000114, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_Event_CollectionID_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_Event_CollectionCategory_1) == 0x00011C, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_Event_CollectionCategory_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_CreateDelegate_OutputDelegate) == 0x000124, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_CustomEvent_ItemID) == 0x000138, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_CustomEvent_ItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000148, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, CallFunc_PlayAnimation_ReturnValue) == 0x000150, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_CustomEvent_Caller) == 0x000158, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, CallFunc_Array_Get_Item) == 0x000160, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001C0, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, CallFunc_PostEventAtLocation_ReturnValue) == 0x0001D0, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, CallFunc_HermesBindEvent_Handle) == 0x0001D8, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification, CallFunc_PlayAnimation_ReturnValue_1) == 0x0001E8, "Member 'UI_BP_SpecialNotification_C_ExecuteUbergraph_UI_BP_SpecialNotification::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SpecialNotification_C_OnDisplaySpecialNotification \ static_assert(alignof(UI_BP_SpecialNotification_C_OnDisplaySpecialNotification) == 0x000008, "Wrong alignment on UI_BP_SpecialNotification_C_OnDisplaySpecialNotification"); \ static_assert(sizeof(UI_BP_SpecialNotification_C_OnDisplaySpecialNotification) == 0x000008, "Wrong size on UI_BP_SpecialNotification_C_OnDisplaySpecialNotification"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_OnDisplaySpecialNotification, Caller) == 0x000000, "Member 'UI_BP_SpecialNotification_C_OnDisplaySpecialNotification::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SpecialNotification_C_EventDisplaySpecialNotification \ static_assert(alignof(UI_BP_SpecialNotification_C_EventDisplaySpecialNotification) == 0x000008, "Wrong alignment on UI_BP_SpecialNotification_C_EventDisplaySpecialNotification"); \ static_assert(sizeof(UI_BP_SpecialNotification_C_EventDisplaySpecialNotification) == 0x000010, "Wrong size on UI_BP_SpecialNotification_C_EventDisplaySpecialNotification"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_EventDisplaySpecialNotification, ItemId) == 0x000000, "Member 'UI_BP_SpecialNotification_C_EventDisplaySpecialNotification::ItemId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SpecialNotification_C_I_AddGenericNotification \ static_assert(alignof(UI_BP_SpecialNotification_C_I_AddGenericNotification) == 0x000008, "Wrong alignment on UI_BP_SpecialNotification_C_I_AddGenericNotification"); \ static_assert(sizeof(UI_BP_SpecialNotification_C_I_AddGenericNotification) == 0x000030, "Wrong size on UI_BP_SpecialNotification_C_I_AddGenericNotification"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_I_AddGenericNotification, HeaderText) == 0x000000, "Member 'UI_BP_SpecialNotification_C_I_AddGenericNotification::HeaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_I_AddGenericNotification, SubheaderText) == 0x000010, "Member 'UI_BP_SpecialNotification_C_I_AddGenericNotification::SubheaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_I_AddGenericNotification, IconName) == 0x000020, "Member 'UI_BP_SpecialNotification_C_I_AddGenericNotification::IconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SpecialNotification_C_I_ItemCollected \ static_assert(alignof(UI_BP_SpecialNotification_C_I_ItemCollected) == 0x000008, "Wrong alignment on UI_BP_SpecialNotification_C_I_ItemCollected"); \ static_assert(sizeof(UI_BP_SpecialNotification_C_I_ItemCollected) == 0x000048, "Wrong size on UI_BP_SpecialNotification_C_I_ItemCollected"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_I_ItemCollected, Name_0) == 0x000000, "Member 'UI_BP_SpecialNotification_C_I_ItemCollected::Name_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_I_ItemCollected, IconName) == 0x000010, "Member 'UI_BP_SpecialNotification_C_I_ItemCollected::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_I_ItemCollected, Count) == 0x000020, "Member 'UI_BP_SpecialNotification_C_I_ItemCollected::Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_I_ItemCollected, Header) == 0x000028, "Member 'UI_BP_SpecialNotification_C_I_ItemCollected::Header' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_I_ItemCollected, SpecialCollection) == 0x000038, "Member 'UI_BP_SpecialNotification_C_I_ItemCollected::SpecialCollection' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_I_ItemCollected, Variation) == 0x00003C, "Member 'UI_BP_SpecialNotification_C_I_ItemCollected::Variation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SpecialNotification_C_I_AddChallengeCompleteNotification \ static_assert(alignof(UI_BP_SpecialNotification_C_I_AddChallengeCompleteNotification) == 0x000004, "Wrong alignment on UI_BP_SpecialNotification_C_I_AddChallengeCompleteNotification"); \ static_assert(sizeof(UI_BP_SpecialNotification_C_I_AddChallengeCompleteNotification) == 0x000018, "Wrong size on UI_BP_SpecialNotification_C_I_AddChallengeCompleteNotification"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_I_AddChallengeCompleteNotification, ChallengeID) == 0x000000, "Member 'UI_BP_SpecialNotification_C_I_AddChallengeCompleteNotification::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_I_AddChallengeCompleteNotification, ChallengeCategory) == 0x000008, "Member 'UI_BP_SpecialNotification_C_I_AddChallengeCompleteNotification::ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_I_AddChallengeCompleteNotification, CompletedLevel) == 0x000010, "Member 'UI_BP_SpecialNotification_C_I_AddChallengeCompleteNotification::CompletedLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_I_AddChallengeCompleteNotification, MaxLevels) == 0x000014, "Member 'UI_BP_SpecialNotification_C_I_AddChallengeCompleteNotification::MaxLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SpecialNotification_C_I_AddCollectionObtainedNotification \ static_assert(alignof(UI_BP_SpecialNotification_C_I_AddCollectionObtainedNotification) == 0x000004, "Wrong alignment on UI_BP_SpecialNotification_C_I_AddCollectionObtainedNotification"); \ static_assert(sizeof(UI_BP_SpecialNotification_C_I_AddCollectionObtainedNotification) == 0x000010, "Wrong size on UI_BP_SpecialNotification_C_I_AddCollectionObtainedNotification"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_I_AddCollectionObtainedNotification, CollectionID) == 0x000000, "Member 'UI_BP_SpecialNotification_C_I_AddCollectionObtainedNotification::CollectionID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_I_AddCollectionObtainedNotification, CollectionCategory) == 0x000008, "Member 'UI_BP_SpecialNotification_C_I_AddCollectionObtainedNotification::CollectionCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SpecialNotification_C_I_AddCollectionKnownNotification \ static_assert(alignof(UI_BP_SpecialNotification_C_I_AddCollectionKnownNotification) == 0x000004, "Wrong alignment on UI_BP_SpecialNotification_C_I_AddCollectionKnownNotification"); \ static_assert(sizeof(UI_BP_SpecialNotification_C_I_AddCollectionKnownNotification) == 0x000010, "Wrong size on UI_BP_SpecialNotification_C_I_AddCollectionKnownNotification"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_I_AddCollectionKnownNotification, CollectionID) == 0x000000, "Member 'UI_BP_SpecialNotification_C_I_AddCollectionKnownNotification::CollectionID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_I_AddCollectionKnownNotification, CollectionCategory) == 0x000008, "Member 'UI_BP_SpecialNotification_C_I_AddCollectionKnownNotification::CollectionCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SpecialNotification_C_Hide \ static_assert(alignof(UI_BP_SpecialNotification_C_Hide) == 0x000008, "Wrong alignment on UI_BP_SpecialNotification_C_Hide"); \ static_assert(sizeof(UI_BP_SpecialNotification_C_Hide) == 0x000018, "Wrong size on UI_BP_SpecialNotification_C_Hide"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_Hide, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'UI_BP_SpecialNotification_C_Hide::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_Hide, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'UI_BP_SpecialNotification_C_Hide::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SpecialNotification_C_HideComplete \ static_assert(alignof(UI_BP_SpecialNotification_C_HideComplete) == 0x000008, "Wrong alignment on UI_BP_SpecialNotification_C_HideComplete"); \ static_assert(sizeof(UI_BP_SpecialNotification_C_HideComplete) == 0x000008, "Wrong size on UI_BP_SpecialNotification_C_HideComplete"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_HideComplete, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_SpecialNotification_C_HideComplete::CallFunc_Get_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SpecialNotification_C_ShowNotification \ static_assert(alignof(UI_BP_SpecialNotification_C_ShowNotification) == 0x000008, "Wrong alignment on UI_BP_SpecialNotification_C_ShowNotification"); \ static_assert(sizeof(UI_BP_SpecialNotification_C_ShowNotification) == 0x000050, "Wrong size on UI_BP_SpecialNotification_C_ShowNotification"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ShowNotification, ItemName_0) == 0x000000, "Member 'UI_BP_SpecialNotification_C_ShowNotification::ItemName_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ShowNotification, IconName) == 0x000010, "Member 'UI_BP_SpecialNotification_C_ShowNotification::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ShowNotification, Count) == 0x000020, "Member 'UI_BP_SpecialNotification_C_ShowNotification::Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ShowNotification, Header) == 0x000028, "Member 'UI_BP_SpecialNotification_C_ShowNotification::Header' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ShowNotification, CallFunc_PlayAnimation_ReturnValue) == 0x000038, "Member 'UI_BP_SpecialNotification_C_ShowNotification::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ShowNotification, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000040, "Member 'UI_BP_SpecialNotification_C_ShowNotification::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SpecialNotification_C_ShowNotification, CallFunc_K2_SetTimer_ReturnValue) == 0x000048, "Member 'UI_BP_SpecialNotification_C_ShowNotification::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_SpecialNotification_C \ static_assert(alignof(UUI_BP_SpecialNotification_C) == 0x000008, "Wrong alignment on UUI_BP_SpecialNotification_C"); \ static_assert(sizeof(UUI_BP_SpecialNotification_C) == 0x000340, "Wrong size on UUI_BP_SpecialNotification_C"); \ static_assert(offsetof(UUI_BP_SpecialNotification_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_SpecialNotification_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialNotification_C, HideSpecialNotification) == 0x0002F0, "Member 'UUI_BP_SpecialNotification_C::HideSpecialNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialNotification_C, ShowSpecialNotification) == 0x0002F8, "Member 'UUI_BP_SpecialNotification_C::ShowSpecialNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialNotification_C, newItem_Header) == 0x000300, "Member 'UUI_BP_SpecialNotification_C::newItem_Header' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialNotification_C, NewItemLabel) == 0x000308, "Member 'UUI_BP_SpecialNotification_C::NewItemLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialNotification_C, specialItemIcon) == 0x000310, "Member 'UUI_BP_SpecialNotification_C::specialItemIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialNotification_C, TheBorder) == 0x000318, "Member 'UUI_BP_SpecialNotification_C::TheBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialNotification_C, ItemsToShow) == 0x000320, "Member 'UUI_BP_SpecialNotification_C::ItemsToShow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SpecialNotification_C, ItemName) == 0x000330, "Member 'UUI_BP_SpecialNotification_C::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification \ static_assert(alignof(UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification) == 0x000008, "Wrong alignment on UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification"); \ static_assert(sizeof(UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification) == 0x000060, "Wrong size on UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification, EntryPoint) == 0x000000, "Member 'UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification, CallFunc_K2_InvalidateTimerHandle_ReturnValue) == 0x000008, "Member 'UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification::CallFunc_K2_InvalidateTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification, CallFunc_Get_ReturnValue) == 0x000020, "Member 'UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification, CallFunc_PostEventAtLocation_ReturnValue) == 0x000030, "Member 'UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification, CallFunc_PlayAnimationForward_ReturnValue) == 0x000038, "Member 'UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification, K2Node_CustomEvent_LoadedTexture) == 0x000040, "Member 'UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification::K2Node_CustomEvent_LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification, K2Node_CustomEvent_CallbackParam) == 0x000048, "Member 'UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification::K2Node_CustomEvent_CallbackParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000050, "Member 'UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000058, "Member 'UI_BP_ChallengeNotification_C_ExecuteUbergraph_UI_BP_ChallengeNotification::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ChallengeNotification_C_ChallengeNotificationIconLoaded \ static_assert(alignof(UI_BP_ChallengeNotification_C_ChallengeNotificationIconLoaded) == 0x000008, "Wrong alignment on UI_BP_ChallengeNotification_C_ChallengeNotificationIconLoaded"); \ static_assert(sizeof(UI_BP_ChallengeNotification_C_ChallengeNotificationIconLoaded) == 0x000010, "Wrong size on UI_BP_ChallengeNotification_C_ChallengeNotificationIconLoaded"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_ChallengeNotificationIconLoaded, LoadedTexture) == 0x000000, "Member 'UI_BP_ChallengeNotification_C_ChallengeNotificationIconLoaded::LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_ChallengeNotificationIconLoaded, CallbackParam) == 0x000008, "Member 'UI_BP_ChallengeNotification_C_ChallengeNotificationIconLoaded::CallbackParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ChallengeNotification_C_ClearKnowledgeFlag \ static_assert(alignof(UI_BP_ChallengeNotification_C_ClearKnowledgeFlag) == 0x000008, "Wrong alignment on UI_BP_ChallengeNotification_C_ClearKnowledgeFlag"); \ static_assert(sizeof(UI_BP_ChallengeNotification_C_ClearKnowledgeFlag) == 0x000020, "Wrong size on UI_BP_ChallengeNotification_C_ClearKnowledgeFlag"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_ClearKnowledgeFlag, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'UI_BP_ChallengeNotification_C_ClearKnowledgeFlag::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_ClearKnowledgeFlag, CallFunc_GetHUD_ReturnValue) == 0x000008, "Member 'UI_BP_ChallengeNotification_C_ClearKnowledgeFlag::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_ClearKnowledgeFlag, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000010, "Member 'UI_BP_ChallengeNotification_C_ClearKnowledgeFlag::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_ClearKnowledgeFlag, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_ChallengeNotification_C_ClearKnowledgeFlag::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ChallengeNotification_C_SetNotificationData \ static_assert(alignof(UI_BP_ChallengeNotification_C_SetNotificationData) == 0x000008, "Wrong alignment on UI_BP_ChallengeNotification_C_SetNotificationData"); \ static_assert(sizeof(UI_BP_ChallengeNotification_C_SetNotificationData) == 0x0001E0, "Wrong size on UI_BP_ChallengeNotification_C_SetNotificationData"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, ChallengeID) == 0x000000, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, Category) == 0x000008, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::Category' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CurrentCount_0) == 0x000010, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CurrentCount_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, MaxCount_0) == 0x000014, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::MaxCount_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, TempTier) == 0x000018, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::TempTier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, StrCategory) == 0x000020, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::StrCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, tempChallengeIcon) == 0x000030, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::tempChallengeIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CallFunc_Conv_NameToString_ReturnValue) == 0x000080, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, K2Node_MakeArray_Array) == 0x000090, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CallFunc_AVATranslate_ReturnValue) == 0x0000A0, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, Temp_bool_True_if_break_was_hit_Variable) == 0x0000B8, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CallFunc_Not_PreBool_ReturnValue) == 0x0000D8, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, Temp_int_Array_Index_Variable) == 0x0000DC, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, Temp_int_Loop_Counter_Variable) == 0x0000E0, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CallFunc_Add_IntInt_ReturnValue) == 0x0000E4, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, K2Node_CreateDelegate_OutputDelegate) == 0x0000E8, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CallFunc_AsyncFindIconTexWithCallback_ReturnValue) == 0x0000F8, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CallFunc_AsyncFindIconTexWithCallback_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CallFunc_Get_ReturnValue) == 0x000100, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CallFunc_GetChallengeCategories_ReturnValue) == 0x000108, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CallFunc_GetChallengeCategories_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CallFunc_Map_Find_Value) == 0x000158, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CallFunc_Map_Find_ReturnValue) == 0x000170, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CallFunc_Conv_IntToText_ReturnValue) == 0x000178, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CallFunc_Array_Get_Item) == 0x000190, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CallFunc_Array_Length_ReturnValue) == 0x0001C0, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CallFunc_Less_IntInt_ReturnValue) == 0x0001C4, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CallFunc_BooleanAND_ReturnValue) == 0x0001C5, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0001C6, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_SetNotificationData, CallFunc_Conv_IntToText_ReturnValue_1) == 0x0001C8, "Member 'UI_BP_ChallengeNotification_C_SetNotificationData::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ChallengeNotification_C_IncrementNotification \ static_assert(alignof(UI_BP_ChallengeNotification_C_IncrementNotification) == 0x000008, "Wrong alignment on UI_BP_ChallengeNotification_C_IncrementNotification"); \ static_assert(sizeof(UI_BP_ChallengeNotification_C_IncrementNotification) == 0x000030, "Wrong size on UI_BP_ChallengeNotification_C_IncrementNotification"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_IncrementNotification, NewCount) == 0x000000, "Member 'UI_BP_ChallengeNotification_C_IncrementNotification::NewCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_IncrementNotification, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'UI_BP_ChallengeNotification_C_IncrementNotification::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_IncrementNotification, CallFunc_K2_SetTimer_ReturnValue) == 0x000020, "Member 'UI_BP_ChallengeNotification_C_IncrementNotification::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeNotification_C_IncrementNotification, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000028, "Member 'UI_BP_ChallengeNotification_C_IncrementNotification::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ChallengeNotification_C \ static_assert(alignof(UUI_BP_ChallengeNotification_C) == 0x000008, "Wrong alignment on UUI_BP_ChallengeNotification_C"); \ static_assert(sizeof(UUI_BP_ChallengeNotification_C) == 0x0002F8, "Wrong size on UUI_BP_ChallengeNotification_C"); \ static_assert(offsetof(UUI_BP_ChallengeNotification_C, UberGraphFrame) == 0x0002B0, "Member 'UUI_BP_ChallengeNotification_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeNotification_C, NotificationIN) == 0x0002B8, "Member 'UUI_BP_ChallengeNotification_C::NotificationIN' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeNotification_C, NotificationOUT) == 0x0002C0, "Member 'UUI_BP_ChallengeNotification_C::NotificationOUT' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeNotification_C, challengeIcon) == 0x0002C8, "Member 'UUI_BP_ChallengeNotification_C::challengeIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeNotification_C, CurrentCount) == 0x0002D0, "Member 'UUI_BP_ChallengeNotification_C::CurrentCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeNotification_C, MaxCount) == 0x0002D8, "Member 'UUI_BP_ChallengeNotification_C::MaxCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeNotification_C, OutAnimationStarted) == 0x0002E0, "Member 'UUI_BP_ChallengeNotification_C::OutAnimationStarted' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeNotification_C, LifetimeHandle) == 0x0002F0, "Member 'UUI_BP_ChallengeNotification_C::LifetimeHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASM_CastleDun_Rail125_broken_B_C \ static_assert(alignof(ASM_CastleDun_Rail125_broken_B_C) == 0x000008, "Wrong alignment on ASM_CastleDun_Rail125_broken_B_C"); \ static_assert(sizeof(ASM_CastleDun_Rail125_broken_B_C) == 0x000268, "Wrong size on ASM_CastleDun_Rail125_broken_B_C"); \ static_assert(offsetof(ASM_CastleDun_Rail125_broken_B_C, StaticMeshComponent02) == 0x000248, "Member 'ASM_CastleDun_Rail125_broken_B_C::StaticMeshComponent02' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail125_broken_B_C, StaticMeshComponent01) == 0x000250, "Member 'ASM_CastleDun_Rail125_broken_B_C::StaticMeshComponent01' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail125_broken_B_C, StaticMeshComponent0) == 0x000258, "Member 'ASM_CastleDun_Rail125_broken_B_C::StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail125_broken_B_C, SharedRoot) == 0x000260, "Member 'ASM_CastleDun_Rail125_broken_B_C::SharedRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_CrucioCIN_C \ static_assert(alignof(ABP_SkinFX_CrucioCIN_C) == 0x000008, "Wrong alignment on ABP_SkinFX_CrucioCIN_C"); \ static_assert(sizeof(ABP_SkinFX_CrucioCIN_C) == 0x0005D0, "Wrong size on ABP_SkinFX_CrucioCIN_C"); \ #define DUMPER7_ASSERTS_UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification \ static_assert(alignof(UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification) == 0x000008, "Wrong alignment on UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification"); \ static_assert(sizeof(UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification) == 0x000068, "Wrong size on UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification, EntryPoint) == 0x000000, "Member 'UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification, K2Node_Event_MyGeometry) == 0x000010, "Member 'UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification, K2Node_Event_InDeltaTime) == 0x000048, "Member 'UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00004C, "Member 'UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000050, "Member 'UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification, CallFunc_PlayAnimationForward_ReturnValue) == 0x000058, "Member 'UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification, CallFunc_GetUIManagerPure_ReturnValue) == 0x000060, "Member 'UI_BP_CollectionNotification_C_ExecuteUbergraph_UI_BP_CollectionNotification::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CollectionNotification_C_Tick \ static_assert(alignof(UI_BP_CollectionNotification_C_Tick) == 0x000004, "Wrong alignment on UI_BP_CollectionNotification_C_Tick"); \ static_assert(sizeof(UI_BP_CollectionNotification_C_Tick) == 0x00003C, "Wrong size on UI_BP_CollectionNotification_C_Tick"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_CollectionNotification_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_CollectionNotification_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CollectionNotification_C_ClearKnowledgeFlag \ static_assert(alignof(UI_BP_CollectionNotification_C_ClearKnowledgeFlag) == 0x000008, "Wrong alignment on UI_BP_CollectionNotification_C_ClearKnowledgeFlag"); \ static_assert(sizeof(UI_BP_CollectionNotification_C_ClearKnowledgeFlag) == 0x000020, "Wrong size on UI_BP_CollectionNotification_C_ClearKnowledgeFlag"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_ClearKnowledgeFlag, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'UI_BP_CollectionNotification_C_ClearKnowledgeFlag::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_ClearKnowledgeFlag, CallFunc_GetHUD_ReturnValue) == 0x000008, "Member 'UI_BP_CollectionNotification_C_ClearKnowledgeFlag::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_ClearKnowledgeFlag, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000010, "Member 'UI_BP_CollectionNotification_C_ClearKnowledgeFlag::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_ClearKnowledgeFlag, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_CollectionNotification_C_ClearKnowledgeFlag::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CollectionNotification_C_SetNotificationData \ static_assert(alignof(UI_BP_CollectionNotification_C_SetNotificationData) == 0x000008, "Wrong alignment on UI_BP_CollectionNotification_C_SetNotificationData"); \ static_assert(sizeof(UI_BP_CollectionNotification_C_SetNotificationData) == 0x0000B0, "Wrong size on UI_BP_CollectionNotification_C_SetNotificationData"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_SetNotificationData, CollectionID_0) == 0x000000, "Member 'UI_BP_CollectionNotification_C_SetNotificationData::CollectionID_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_SetNotificationData, Category) == 0x000008, "Member 'UI_BP_CollectionNotification_C_SetNotificationData::Category' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_SetNotificationData, CollectionState_0) == 0x000010, "Member 'UI_BP_CollectionNotification_C_SetNotificationData::CollectionState_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_SetNotificationData, tempChallengeIcon) == 0x000020, "Member 'UI_BP_CollectionNotification_C_SetNotificationData::tempChallengeIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_SetNotificationData, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000030, "Member 'UI_BP_CollectionNotification_C_SetNotificationData::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_SetNotificationData, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000031, "Member 'UI_BP_CollectionNotification_C_SetNotificationData::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_SetNotificationData, CallFunc_Conv_NameToString_ReturnValue) == 0x000038, "Member 'UI_BP_CollectionNotification_C_SetNotificationData::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_SetNotificationData, CallFunc_CheckItemID_SetItemID) == 0x000048, "Member 'UI_BP_CollectionNotification_C_SetNotificationData::CallFunc_CheckItemID_SetItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_SetNotificationData, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000058, "Member 'UI_BP_CollectionNotification_C_SetNotificationData::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_SetNotificationData, CallFunc_Concat_StrStr_ReturnValue) == 0x000068, "Member 'UI_BP_CollectionNotification_C_SetNotificationData::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_SetNotificationData, CallFunc_SetInventoryIconOverride_OutDisplayName) == 0x000078, "Member 'UI_BP_CollectionNotification_C_SetNotificationData::CallFunc_SetInventoryIconOverride_OutDisplayName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_SetNotificationData, CallFunc_SetInventoryIconOverride_OutIconName) == 0x000088, "Member 'UI_BP_CollectionNotification_C_SetNotificationData::CallFunc_SetInventoryIconOverride_OutIconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_SetNotificationData, CallFunc_SetInventoryIconOverride_OutIsNameTranslatable) == 0x000098, "Member 'UI_BP_CollectionNotification_C_SetNotificationData::CallFunc_SetInventoryIconOverride_OutIsNameTranslatable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_SetNotificationData, CallFunc_SetInventoryIconOverride_ReturnValue) == 0x000099, "Member 'UI_BP_CollectionNotification_C_SetNotificationData::CallFunc_SetInventoryIconOverride_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_SetNotificationData, CallFunc_AsyncFindIconTexture2D_ReturnValue_1) == 0x00009A, "Member 'UI_BP_CollectionNotification_C_SetNotificationData::CallFunc_AsyncFindIconTexture2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_SetNotificationData, CallFunc_AsyncFindIconTexture2D_ReturnValue_2) == 0x00009B, "Member 'UI_BP_CollectionNotification_C_SetNotificationData::CallFunc_AsyncFindIconTexture2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_SetNotificationData, CallFunc_Conv_NameToString_ReturnValue_2) == 0x0000A0, "Member 'UI_BP_CollectionNotification_C_SetNotificationData::CallFunc_Conv_NameToString_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CollectionNotification_C_CheckItemID \ static_assert(alignof(UI_BP_CollectionNotification_C_CheckItemID) == 0x000008, "Wrong alignment on UI_BP_CollectionNotification_C_CheckItemID"); \ static_assert(sizeof(UI_BP_CollectionNotification_C_CheckItemID) == 0x000050, "Wrong size on UI_BP_CollectionNotification_C_CheckItemID"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_CheckItemID, NewID) == 0x000000, "Member 'UI_BP_CollectionNotification_C_CheckItemID::NewID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_CheckItemID, SetItemID) == 0x000010, "Member 'UI_BP_CollectionNotification_C_CheckItemID::SetItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_CheckItemID, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000020, "Member 'UI_BP_CollectionNotification_C_CheckItemID::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_CheckItemID, CallFunc_Get_ReturnValue) == 0x000028, "Member 'UI_BP_CollectionNotification_C_CheckItemID::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_CheckItemID, CallFunc_GetPlayerHouse_ReturnValue) == 0x000030, "Member 'UI_BP_CollectionNotification_C_CheckItemID::CallFunc_GetPlayerHouse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CollectionNotification_C_CheckItemID, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'UI_BP_CollectionNotification_C_CheckItemID::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CollectionNotification_C \ static_assert(alignof(UUI_BP_CollectionNotification_C) == 0x000008, "Wrong alignment on UUI_BP_CollectionNotification_C"); \ static_assert(sizeof(UUI_BP_CollectionNotification_C) == 0x000308, "Wrong size on UUI_BP_CollectionNotification_C"); \ static_assert(offsetof(UUI_BP_CollectionNotification_C, UberGraphFrame) == 0x0002B0, "Member 'UUI_BP_CollectionNotification_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CollectionNotification_C, NotificationIN) == 0x0002B8, "Member 'UUI_BP_CollectionNotification_C::NotificationIN' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CollectionNotification_C, NotificationOUT) == 0x0002C0, "Member 'UUI_BP_CollectionNotification_C::NotificationOUT' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CollectionNotification_C, categoryIcon) == 0x0002C8, "Member 'UUI_BP_CollectionNotification_C::categoryIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CollectionNotification_C, CollectionID) == 0x0002D0, "Member 'UUI_BP_CollectionNotification_C::CollectionID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CollectionNotification_C, CollectionState) == 0x0002D8, "Member 'UUI_BP_CollectionNotification_C::CollectionState' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CollectionNotification_C, InvalidationBox_0) == 0x0002E0, "Member 'UUI_BP_CollectionNotification_C::InvalidationBox_0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CollectionNotification_C, Item) == 0x0002E8, "Member 'UUI_BP_CollectionNotification_C::Item' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CollectionNotification_C, pulseCloud) == 0x0002F0, "Member 'UUI_BP_CollectionNotification_C::pulseCloud' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CollectionNotification_C, pulseRing) == 0x0002F8, "Member 'UUI_BP_CollectionNotification_C::pulseRing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CollectionNotification_C, RemainingLifeTime) == 0x000300, "Member 'UUI_BP_CollectionNotification_C::RemainingLifeTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CollectionNotification_C, ShouldTickLifetime) == 0x000304, "Member 'UUI_BP_CollectionNotification_C::ShouldTickLifetime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CollectionNotification_C, canAddToInventory) == 0x000305, "Member 'UUI_BP_CollectionNotification_C::canAddToInventory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Inferi_CharredState_C \ static_assert(alignof(ABP_SkinFX_Inferi_CharredState_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Inferi_CharredState_C"); \ static_assert(sizeof(ABP_SkinFX_Inferi_CharredState_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Inferi_CharredState_C"); \ #define DUMPER7_ASSERTS_UI_BPI_TargetCalloutInterface_C_SetCalloutVisibility \ static_assert(alignof(UI_BPI_TargetCalloutInterface_C_SetCalloutVisibility) == 0x000001, "Wrong alignment on UI_BPI_TargetCalloutInterface_C_SetCalloutVisibility"); \ static_assert(sizeof(UI_BPI_TargetCalloutInterface_C_SetCalloutVisibility) == 0x000001, "Wrong size on UI_BPI_TargetCalloutInterface_C_SetCalloutVisibility"); \ static_assert(offsetof(UI_BPI_TargetCalloutInterface_C_SetCalloutVisibility, IsVisible) == 0x000000, "Member 'UI_BPI_TargetCalloutInterface_C_SetCalloutVisibility::IsVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_TargetCalloutInterface_C_SetupCreatureUI \ static_assert(alignof(UI_BPI_TargetCalloutInterface_C_SetupCreatureUI) == 0x000008, "Wrong alignment on UI_BPI_TargetCalloutInterface_C_SetupCreatureUI"); \ static_assert(sizeof(UI_BPI_TargetCalloutInterface_C_SetupCreatureUI) == 0x000010, "Wrong size on UI_BPI_TargetCalloutInterface_C_SetupCreatureUI"); \ static_assert(offsetof(UI_BPI_TargetCalloutInterface_C_SetupCreatureUI, CreatureActor) == 0x000000, "Member 'UI_BPI_TargetCalloutInterface_C_SetupCreatureUI::CreatureActor' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_TargetCalloutInterface_C_SetupCreatureUI, IsTamed) == 0x000008, "Member 'UI_BPI_TargetCalloutInterface_C_SetupCreatureUI::IsTamed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_TargetCalloutInterface_C \ static_assert(alignof(IUI_BPI_TargetCalloutInterface_C) == 0x000001, "Wrong alignment on IUI_BPI_TargetCalloutInterface_C"); \ static_assert(sizeof(IUI_BPI_TargetCalloutInterface_C) == 0x000001, "Wrong size on IUI_BPI_TargetCalloutInterface_C"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap \ static_assert(alignof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap) == 0x000008, "Wrong alignment on UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap"); \ static_assert(sizeof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap) == 0x000328, "Wrong size on UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, EntryPoint) == 0x000000, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, Temp_byte_Variable) == 0x000018, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_HermesBindEvent_Handle) == 0x000030, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_CreateDelegate_OutputDelegate_1) == 0x000040, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_HermesBindEvent_Handle_1) == 0x000050, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_CreateDelegate_OutputDelegate_2) == 0x000060, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_Event_Enable_2) == 0x000070, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_Event_Enable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_HermesBindEvent_Handle_2) == 0x000078, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_Event_InstantIntro_1) == 0x000088, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_Event_InstantIntro_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_Event_InstantIntro) == 0x000089, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_Event_InstantIntro' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_Event_Enable_1) == 0x00008A, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_Event_Enable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_CreateDelegate_OutputDelegate_3) == 0x00008C, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_HermesBindInt_Handle) == 0x0000A0, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_IsParentHoverDrone_ReturnValue) == 0x0000B0, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_IsParentHoverDrone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_Event_Enable) == 0x0000B1, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_Event_Enable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_CustomEvent_Caller_6) == 0x0000B8, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_CustomEvent_Caller_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_CustomEvent_Int) == 0x0000C0, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_CustomEvent_Caller_5) == 0x0000C8, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_CustomEvent_Caller_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_CustomEvent_Float) == 0x0000D0, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_CustomEvent_Float' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_Conv_IntToBool_ReturnValue) == 0x0000D4, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_FClamp_ReturnValue) == 0x0000D8, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_MakeLiteralGameplayTag_ReturnValue) == 0x0000DC, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_MakeLiteralGameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0000E8, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_IsValid_ReturnValue) == 0x0000F0, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000F4, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_HermesBindEvent_Handle_3) == 0x000108, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_HasAbilityTagBP_ReturnValue) == 0x000118, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_HasAbilityTagBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_MakeLiteralGameplayTag_ReturnValue_1) == 0x00011C, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_MakeLiteralGameplayTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000128, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_IsValid_ReturnValue_1) == 0x000130, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_HasAbilityTagBP_ReturnValue_1) == 0x000131, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_HasAbilityTagBP_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_PlayAnimation_ReturnValue) == 0x000138, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_GetVisibility_ReturnValue) == 0x000140, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_CreateDelegate_OutputDelegate_5) == 0x000144, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000154, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_HermesBindEvent_Handle_4) == 0x000158, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_HermesBindEvent_Handle_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_CustomEvent_Caller_4) == 0x000168, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_CustomEvent_Caller_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_MakeArray_Array) == 0x000170, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_MakeArray_Array_1) == 0x000180, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_CustomEvent_Caller_3) == 0x000190, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_Get_ReturnValue) == 0x000198, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_PlayAnimation_ReturnValue_1) == 0x0001A0, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_StartTutorial_ReturnValue) == 0x0001A8, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_StartTutorial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_CustomEvent_Caller_2) == 0x0001B0, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_GetCachedGeometry_ReturnValue) == 0x0001B8, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_GetCachedGeometry_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_GetLocalSize_ReturnValue) == 0x0001F0, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_GetLocalSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_GetCachedGeometry_ReturnValue_1) == 0x0001F8, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_GetCachedGeometry_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_GetLocalSize_ReturnValue_1) == 0x000230, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_GetLocalSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_IsZero2D_ReturnValue) == 0x000238, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_IsZero2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_CreateDelegate_OutputDelegate_6) == 0x00023C, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000250, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_PlayAnimation_ReturnValue_2) == 0x000258, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_PlayAnimation_ReturnValue_3) == 0x000260, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_CreateDelegate_OutputDelegate_7) == 0x000268, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_HermesBindFloat_Handle) == 0x000278, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_HermesBindFloat_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_Event_Visible) == 0x000288, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_Event_Visible' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_Event_Opacity_2) == 0x00028C, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_Event_Opacity_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_Event_Opacity_1) == 0x000290, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_Event_Opacity_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_PlayAnimationReverse_ReturnValue_1) == 0x000298, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_PlayAnimationReverse_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x0002A0, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_Event_Opacity) == 0x0002A8, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_Event_Opacity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_Event_MapOpacity) == 0x0002AC, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_Event_MapOpacity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_Event_MiniMapSize) == 0x0002B0, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_Event_MiniMapSize' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_GetDesiredSize_ReturnValue) == 0x0002B4, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_BreakVector2D_X) == 0x0002BC, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_BreakVector2D_Y) == 0x0002C0, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_Get_ReturnValue_1) == 0x0002C8, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0002D0, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_GetMapSubSystem_ReturnValue) == 0x0002D8, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_GetMapSubSystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_Add_FloatFloat_ReturnValue) == 0x0002E0, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0002E4, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0002E8, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0002EC, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_Select_Default) == 0x0002F0, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_PlayAnimationReverse_ReturnValue_2) == 0x0002F8, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_PlayAnimationReverse_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_PlayAnimationForward_ReturnValue_2) == 0x000300, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_PlayAnimationForward_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_CustomEvent_Caller_1) == 0x000308, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, K2Node_CustomEvent_Caller) == 0x000310, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_PlayAnimationForward_ReturnValue_3) == 0x000318, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_PlayAnimationForward_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap, CallFunc_PlayAnimationReverse_ReturnValue_3) == 0x000320, "Member 'UI_BP_MiniMap_C_ExecuteUbergraph_UI_BP_MiniMap::CallFunc_PlayAnimationReverse_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_FelixFelicisPotionStop \ static_assert(alignof(UI_BP_MiniMap_C_FelixFelicisPotionStop) == 0x000008, "Wrong alignment on UI_BP_MiniMap_C_FelixFelicisPotionStop"); \ static_assert(sizeof(UI_BP_MiniMap_C_FelixFelicisPotionStop) == 0x000008, "Wrong size on UI_BP_MiniMap_C_FelixFelicisPotionStop"); \ static_assert(offsetof(UI_BP_MiniMap_C_FelixFelicisPotionStop, Caller) == 0x000000, "Member 'UI_BP_MiniMap_C_FelixFelicisPotionStop::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_FelixFelicisPotionStart \ static_assert(alignof(UI_BP_MiniMap_C_FelixFelicisPotionStart) == 0x000008, "Wrong alignment on UI_BP_MiniMap_C_FelixFelicisPotionStart"); \ static_assert(sizeof(UI_BP_MiniMap_C_FelixFelicisPotionStart) == 0x000008, "Wrong size on UI_BP_MiniMap_C_FelixFelicisPotionStart"); \ static_assert(offsetof(UI_BP_MiniMap_C_FelixFelicisPotionStart, Caller) == 0x000000, "Member 'UI_BP_MiniMap_C_FelixFelicisPotionStart::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_MinimapScaleChanged \ static_assert(alignof(UI_BP_MiniMap_C_MinimapScaleChanged) == 0x000001, "Wrong alignment on UI_BP_MiniMap_C_MinimapScaleChanged"); \ static_assert(sizeof(UI_BP_MiniMap_C_MinimapScaleChanged) == 0x000001, "Wrong size on UI_BP_MiniMap_C_MinimapScaleChanged"); \ static_assert(offsetof(UI_BP_MiniMap_C_MinimapScaleChanged, MiniMapSize) == 0x000000, "Member 'UI_BP_MiniMap_C_MinimapScaleChanged::MiniMapSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_SetOpacityQucikMiniMapEvent \ static_assert(alignof(UI_BP_MiniMap_C_SetOpacityQucikMiniMapEvent) == 0x000004, "Wrong alignment on UI_BP_MiniMap_C_SetOpacityQucikMiniMapEvent"); \ static_assert(sizeof(UI_BP_MiniMap_C_SetOpacityQucikMiniMapEvent) == 0x000008, "Wrong size on UI_BP_MiniMap_C_SetOpacityQucikMiniMapEvent"); \ static_assert(offsetof(UI_BP_MiniMap_C_SetOpacityQucikMiniMapEvent, Opacity) == 0x000000, "Member 'UI_BP_MiniMap_C_SetOpacityQucikMiniMapEvent::Opacity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_SetOpacityQucikMiniMapEvent, MapOpacity) == 0x000004, "Member 'UI_BP_MiniMap_C_SetOpacityQucikMiniMapEvent::MapOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_SetOpacityMiniMapEvent \ static_assert(alignof(UI_BP_MiniMap_C_SetOpacityMiniMapEvent) == 0x000004, "Wrong alignment on UI_BP_MiniMap_C_SetOpacityMiniMapEvent"); \ static_assert(sizeof(UI_BP_MiniMap_C_SetOpacityMiniMapEvent) == 0x000004, "Wrong size on UI_BP_MiniMap_C_SetOpacityMiniMapEvent"); \ static_assert(offsetof(UI_BP_MiniMap_C_SetOpacityMiniMapEvent, Opacity) == 0x000000, "Member 'UI_BP_MiniMap_C_SetOpacityMiniMapEvent::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_SetVisibleOpacityMiniMapEvent \ static_assert(alignof(UI_BP_MiniMap_C_SetVisibleOpacityMiniMapEvent) == 0x000004, "Wrong alignment on UI_BP_MiniMap_C_SetVisibleOpacityMiniMapEvent"); \ static_assert(sizeof(UI_BP_MiniMap_C_SetVisibleOpacityMiniMapEvent) == 0x000008, "Wrong size on UI_BP_MiniMap_C_SetVisibleOpacityMiniMapEvent"); \ static_assert(offsetof(UI_BP_MiniMap_C_SetVisibleOpacityMiniMapEvent, Visible) == 0x000000, "Member 'UI_BP_MiniMap_C_SetVisibleOpacityMiniMapEvent::Visible' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_SetVisibleOpacityMiniMapEvent, Opacity) == 0x000004, "Member 'UI_BP_MiniMap_C_SetVisibleOpacityMiniMapEvent::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_MinimapTutorialComplete \ static_assert(alignof(UI_BP_MiniMap_C_MinimapTutorialComplete) == 0x000008, "Wrong alignment on UI_BP_MiniMap_C_MinimapTutorialComplete"); \ static_assert(sizeof(UI_BP_MiniMap_C_MinimapTutorialComplete) == 0x000008, "Wrong size on UI_BP_MiniMap_C_MinimapTutorialComplete"); \ static_assert(offsetof(UI_BP_MiniMap_C_MinimapTutorialComplete, Caller) == 0x000000, "Member 'UI_BP_MiniMap_C_MinimapTutorialComplete::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_StartMinimapTutorial \ static_assert(alignof(UI_BP_MiniMap_C_StartMinimapTutorial) == 0x000008, "Wrong alignment on UI_BP_MiniMap_C_StartMinimapTutorial"); \ static_assert(sizeof(UI_BP_MiniMap_C_StartMinimapTutorial) == 0x000008, "Wrong size on UI_BP_MiniMap_C_StartMinimapTutorial"); \ static_assert(offsetof(UI_BP_MiniMap_C_StartMinimapTutorial, Caller) == 0x000000, "Member 'UI_BP_MiniMap_C_StartMinimapTutorial::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_POICollectedNotification \ static_assert(alignof(UI_BP_MiniMap_C_POICollectedNotification) == 0x000008, "Wrong alignment on UI_BP_MiniMap_C_POICollectedNotification"); \ static_assert(sizeof(UI_BP_MiniMap_C_POICollectedNotification) == 0x000008, "Wrong size on UI_BP_MiniMap_C_POICollectedNotification"); \ static_assert(offsetof(UI_BP_MiniMap_C_POICollectedNotification, Caller) == 0x000000, "Member 'UI_BP_MiniMap_C_POICollectedNotification::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_DistanceToPOI \ static_assert(alignof(UI_BP_MiniMap_C_DistanceToPOI) == 0x000008, "Wrong alignment on UI_BP_MiniMap_C_DistanceToPOI"); \ static_assert(sizeof(UI_BP_MiniMap_C_DistanceToPOI) == 0x000010, "Wrong size on UI_BP_MiniMap_C_DistanceToPOI"); \ static_assert(offsetof(UI_BP_MiniMap_C_DistanceToPOI, Caller) == 0x000000, "Member 'UI_BP_MiniMap_C_DistanceToPOI::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_DistanceToPOI, float_0) == 0x000008, "Member 'UI_BP_MiniMap_C_DistanceToPOI::float_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_InPOIRange \ static_assert(alignof(UI_BP_MiniMap_C_InPOIRange) == 0x000008, "Wrong alignment on UI_BP_MiniMap_C_InPOIRange"); \ static_assert(sizeof(UI_BP_MiniMap_C_InPOIRange) == 0x000010, "Wrong size on UI_BP_MiniMap_C_InPOIRange"); \ static_assert(offsetof(UI_BP_MiniMap_C_InPOIRange, Caller) == 0x000000, "Member 'UI_BP_MiniMap_C_InPOIRange::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_InPOIRange, int_0) == 0x000008, "Member 'UI_BP_MiniMap_C_InPOIRange::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_SetIntrusionAlertOnBP \ static_assert(alignof(UI_BP_MiniMap_C_SetIntrusionAlertOnBP) == 0x000001, "Wrong alignment on UI_BP_MiniMap_C_SetIntrusionAlertOnBP"); \ static_assert(sizeof(UI_BP_MiniMap_C_SetIntrusionAlertOnBP) == 0x000001, "Wrong size on UI_BP_MiniMap_C_SetIntrusionAlertOnBP"); \ static_assert(offsetof(UI_BP_MiniMap_C_SetIntrusionAlertOnBP, Enable) == 0x000000, "Member 'UI_BP_MiniMap_C_SetIntrusionAlertOnBP::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_ShowPathLayerEvent \ static_assert(alignof(UI_BP_MiniMap_C_ShowPathLayerEvent) == 0x000001, "Wrong alignment on UI_BP_MiniMap_C_ShowPathLayerEvent"); \ static_assert(sizeof(UI_BP_MiniMap_C_ShowPathLayerEvent) == 0x000001, "Wrong size on UI_BP_MiniMap_C_ShowPathLayerEvent"); \ static_assert(offsetof(UI_BP_MiniMap_C_ShowPathLayerEvent, Enable) == 0x000000, "Member 'UI_BP_MiniMap_C_ShowPathLayerEvent::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_UnrevealMiniMapEvent \ static_assert(alignof(UI_BP_MiniMap_C_UnrevealMiniMapEvent) == 0x000001, "Wrong alignment on UI_BP_MiniMap_C_UnrevealMiniMapEvent"); \ static_assert(sizeof(UI_BP_MiniMap_C_UnrevealMiniMapEvent) == 0x000001, "Wrong size on UI_BP_MiniMap_C_UnrevealMiniMapEvent"); \ static_assert(offsetof(UI_BP_MiniMap_C_UnrevealMiniMapEvent, InstantIntro) == 0x000000, "Member 'UI_BP_MiniMap_C_UnrevealMiniMapEvent::InstantIntro' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_RevealMiniMapEvent \ static_assert(alignof(UI_BP_MiniMap_C_RevealMiniMapEvent) == 0x000001, "Wrong alignment on UI_BP_MiniMap_C_RevealMiniMapEvent"); \ static_assert(sizeof(UI_BP_MiniMap_C_RevealMiniMapEvent) == 0x000001, "Wrong size on UI_BP_MiniMap_C_RevealMiniMapEvent"); \ static_assert(offsetof(UI_BP_MiniMap_C_RevealMiniMapEvent, InstantIntro) == 0x000000, "Member 'UI_BP_MiniMap_C_RevealMiniMapEvent::InstantIntro' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_ShowMiniMapEvent \ static_assert(alignof(UI_BP_MiniMap_C_ShowMiniMapEvent) == 0x000001, "Wrong alignment on UI_BP_MiniMap_C_ShowMiniMapEvent"); \ static_assert(sizeof(UI_BP_MiniMap_C_ShowMiniMapEvent) == 0x000001, "Wrong size on UI_BP_MiniMap_C_ShowMiniMapEvent"); \ static_assert(offsetof(UI_BP_MiniMap_C_ShowMiniMapEvent, Enable) == 0x000000, "Member 'UI_BP_MiniMap_C_ShowMiniMapEvent::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_PlayMiniMapIntro \ static_assert(alignof(UI_BP_MiniMap_C_PlayMiniMapIntro) == 0x000008, "Wrong alignment on UI_BP_MiniMap_C_PlayMiniMapIntro"); \ static_assert(sizeof(UI_BP_MiniMap_C_PlayMiniMapIntro) == 0x000020, "Wrong size on UI_BP_MiniMap_C_PlayMiniMapIntro"); \ static_assert(offsetof(UI_BP_MiniMap_C_PlayMiniMapIntro, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_MiniMap_C_PlayMiniMapIntro::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_PlayMiniMapIntro, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'UI_BP_MiniMap_C_PlayMiniMapIntro::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_PlayMiniMapIntro, CallFunc_PlayAnimation_ReturnValue_1) == 0x000018, "Member 'UI_BP_MiniMap_C_PlayMiniMapIntro::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_Play_Mini_Map_Outro \ static_assert(alignof(UI_BP_MiniMap_C_Play_Mini_Map_Outro) == 0x000008, "Wrong alignment on UI_BP_MiniMap_C_Play_Mini_Map_Outro"); \ static_assert(sizeof(UI_BP_MiniMap_C_Play_Mini_Map_Outro) == 0x000020, "Wrong size on UI_BP_MiniMap_C_Play_Mini_Map_Outro"); \ static_assert(offsetof(UI_BP_MiniMap_C_Play_Mini_Map_Outro, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UI_BP_MiniMap_C_Play_Mini_Map_Outro::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_Play_Mini_Map_Outro, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'UI_BP_MiniMap_C_Play_Mini_Map_Outro::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_Play_Mini_Map_Outro, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000018, "Member 'UI_BP_MiniMap_C_Play_Mini_Map_Outro::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniMap_C_TogglePOIFlash \ static_assert(alignof(UI_BP_MiniMap_C_TogglePOIFlash) == 0x000008, "Wrong alignment on UI_BP_MiniMap_C_TogglePOIFlash"); \ static_assert(sizeof(UI_BP_MiniMap_C_TogglePOIFlash) == 0x000010, "Wrong size on UI_BP_MiniMap_C_TogglePOIFlash"); \ static_assert(offsetof(UI_BP_MiniMap_C_TogglePOIFlash, TurnOn) == 0x000000, "Member 'UI_BP_MiniMap_C_TogglePOIFlash::TurnOn' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_TogglePOIFlash, Temp_byte_Variable) == 0x000001, "Member 'UI_BP_MiniMap_C_TogglePOIFlash::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_TogglePOIFlash, Temp_byte_Variable_1) == 0x000002, "Member 'UI_BP_MiniMap_C_TogglePOIFlash::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_TogglePOIFlash, Temp_bool_Variable) == 0x000003, "Member 'UI_BP_MiniMap_C_TogglePOIFlash::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_TogglePOIFlash, K2Node_Select_Default) == 0x000004, "Member 'UI_BP_MiniMap_C_TogglePOIFlash::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniMap_C_TogglePOIFlash, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_MiniMap_C_TogglePOIFlash::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MiniMap_C \ static_assert(alignof(UUI_BP_MiniMap_C) == 0x000008, "Wrong alignment on UUI_BP_MiniMap_C"); \ static_assert(sizeof(UUI_BP_MiniMap_C) == 0x0008D8, "Wrong size on UUI_BP_MiniMap_C"); \ static_assert(offsetof(UUI_BP_MiniMap_C, UberGraphFrame) == 0x0007C0, "Member 'UUI_BP_MiniMap_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, FadeIcons) == 0x0007C8, "Member 'UUI_BP_MiniMap_C::FadeIcons' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, FadeFelixFelicis) == 0x0007D0, "Member 'UUI_BP_MiniMap_C::FadeFelixFelicis' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, Minimap_Intro_Quick) == 0x0007D8, "Member 'UUI_BP_MiniMap_C::Minimap_Intro_Quick' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, Minimap_Outro_Instant) == 0x0007E0, "Member 'UUI_BP_MiniMap_C::Minimap_Outro_Instant' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, Minimap_Intro_Instant) == 0x0007E8, "Member 'UUI_BP_MiniMap_C::Minimap_Intro_Instant' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, FadeCloud) == 0x0007F0, "Member 'UUI_BP_MiniMap_C::FadeCloud' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, TutorialBounce) == 0x0007F8, "Member 'UUI_BP_MiniMap_C::TutorialBounce' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, POI_Ring_Pulse) == 0x000800, "Member 'UUI_BP_MiniMap_C::POI_Ring_Pulse' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, Minimap_Intro) == 0x000808, "Member 'UUI_BP_MiniMap_C::Minimap_Intro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, CloudyMap) == 0x000810, "Member 'UUI_BP_MiniMap_C::CloudyMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, DissolvingRetainer) == 0x000818, "Member 'UUI_BP_MiniMap_C::DissolvingRetainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, Dungeon) == 0x000820, "Member 'UUI_BP_MiniMap_C::Dungeon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, FelixFelicisEffect) == 0x000828, "Member 'UUI_BP_MiniMap_C::FelixFelicisEffect' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, FelixFelicisRetainer) == 0x000830, "Member 'UUI_BP_MiniMap_C::FelixFelicisRetainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, Frame) == 0x000838, "Member 'UUI_BP_MiniMap_C::Frame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, Hogsmeade) == 0x000840, "Member 'UUI_BP_MiniMap_C::Hogsmeade' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, Hogwarts) == 0x000848, "Member 'UUI_BP_MiniMap_C::Hogwarts' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, IntrusionAlert) == 0x000850, "Member 'UUI_BP_MiniMap_C::IntrusionAlert' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, mapHolder) == 0x000858, "Member 'UUI_BP_MiniMap_C::mapHolder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, minimapRetainer) == 0x000860, "Member 'UUI_BP_MiniMap_C::minimapRetainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, Overland) == 0x000868, "Member 'UUI_BP_MiniMap_C::Overland' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, Player) == 0x000870, "Member 'UUI_BP_MiniMap_C::Player' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, POI_Rings) == 0x000878, "Member 'UUI_BP_MiniMap_C::POI_Rings' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, RetentionBox) == 0x000880, "Member 'UUI_BP_MiniMap_C::RetentionBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, Root) == 0x000888, "Member 'UUI_BP_MiniMap_C::Root' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, Sanctuary) == 0x000890, "Member 'UUI_BP_MiniMap_C::Sanctuary' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, Tents) == 0x000898, "Member 'UUI_BP_MiniMap_C::Tents' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, Tutorial) == 0x0008A0, "Member 'UUI_BP_MiniMap_C::Tutorial' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, TutorialHighlight) == 0x0008A8, "Member 'UUI_BP_MiniMap_C::TutorialHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, UsingHoverDrone) == 0x0008B0, "Member 'UUI_BP_MiniMap_C::UsingHoverDrone' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, POIRePulseTime) == 0x0008B4, "Member 'UUI_BP_MiniMap_C::POIRePulseTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, POICollected) == 0x0008B8, "Member 'UUI_BP_MiniMap_C::POICollected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, InstantFadeIn) == 0x0008B9, "Member 'UUI_BP_MiniMap_C::InstantFadeIn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, InstantFadeOut) == 0x0008BA, "Member 'UUI_BP_MiniMap_C::InstantFadeOut' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, isCloudy) == 0x0008BB, "Member 'UUI_BP_MiniMap_C::isCloudy' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, OnMinimapScaleChanged) == 0x0008C0, "Member 'UUI_BP_MiniMap_C::OnMinimapScaleChanged' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniMap_C, isFelixFelicisOn) == 0x0008D0, "Member 'UUI_BP_MiniMap_C::isFelixFelicisOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_Creature_C_I_SetCreatureState \ static_assert(alignof(UI_BPI_Creature_C_I_SetCreatureState) == 0x000008, "Wrong alignment on UI_BPI_Creature_C_I_SetCreatureState"); \ static_assert(sizeof(UI_BPI_Creature_C_I_SetCreatureState) == 0x000008, "Wrong size on UI_BPI_Creature_C_I_SetCreatureState"); \ static_assert(offsetof(UI_BPI_Creature_C_I_SetCreatureState, CreatureState) == 0x000000, "Member 'UI_BPI_Creature_C_I_SetCreatureState::CreatureState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_Creature_C \ static_assert(alignof(IUI_BPI_Creature_C) == 0x000001, "Wrong alignment on IUI_BPI_Creature_C"); \ static_assert(sizeof(IUI_BPI_Creature_C) == 0x000001, "Wrong size on IUI_BPI_Creature_C"); \ #define DUMPER7_ASSERTS_ABP_NurturingCameraStackActor_C \ static_assert(alignof(ABP_NurturingCameraStackActor_C) == 0x000008, "Wrong alignment on ABP_NurturingCameraStackActor_C"); \ static_assert(sizeof(ABP_NurturingCameraStackActor_C) == 0x000408, "Wrong size on ABP_NurturingCameraStackActor_C"); \ #define DUMPER7_ASSERTS_UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout \ static_assert(alignof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout) == 0x000008, "Wrong alignment on UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout"); \ static_assert(sizeof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout) == 0x0000E8, "Wrong size on UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, EntryPoint) == 0x000000, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_PauseAnimation_ReturnValue) == 0x000010, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_PauseAnimation_ReturnValue_1) == 0x000014, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_PauseAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_PlayAnimation_ReturnValue_1) == 0x000018, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, K2Node_Event_OutroType) == 0x000020, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_PlayAnimation_ReturnValue_2) == 0x000028, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_GetUIPlatformInputDevice_ReturnValue) == 0x000030, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_GetUIPlatformInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, K2Node_Event_IntroType) == 0x000034, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000038, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_SelectFloat_ReturnValue) == 0x00003C, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, K2Node_MathExpression_ReturnValue) == 0x000040, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000044, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_Lerp_ReturnValue) == 0x000048, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_MakeVector2D_ReturnValue) == 0x00004C, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_MakeVector2D_ReturnValue_1) == 0x000054, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_PlayAnimation_ReturnValue_3) == 0x000060, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, K2Node_Event_OutroType_1) == 0x000068, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::K2Node_Event_OutroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, K2Node_Event_OutroDuration) == 0x00006C, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_PlayAnimation_ReturnValue_4) == 0x000070, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, K2Node_SwitchInteger_CmpSuccess) == 0x000078, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, K2Node_Event_IntroType_1) == 0x00007C, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::K2Node_Event_IntroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, K2Node_Event_IntroDuration) == 0x000080, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, K2Node_Event_MyGeometry) == 0x000084, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, K2Node_Event_InDeltaTime) == 0x0000BC, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, K2Node_Event_ParryType) == 0x0000C0, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::K2Node_Event_ParryType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000C4, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, K2Node_Event_bPerfectTiming) == 0x0000C8, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::K2Node_Event_bPerfectTiming' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_PlayAnimation_ReturnValue_5) == 0x0000D0, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_PlayAnimation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0000D8, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout, CallFunc_PlayAnimation_ReturnValue_6) == 0x0000E0, "Member 'UI_BP_CombatParry_ButtonCallout_C_ExecuteUbergraph_UI_BP_CombatParry_ButtonCallout::CallFunc_PlayAnimation_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CombatParry_ButtonCallout_C_BlueprintSetParryType \ static_assert(alignof(UI_BP_CombatParry_ButtonCallout_C_BlueprintSetParryType) == 0x000001, "Wrong alignment on UI_BP_CombatParry_ButtonCallout_C_BlueprintSetParryType"); \ static_assert(sizeof(UI_BP_CombatParry_ButtonCallout_C_BlueprintSetParryType) == 0x000001, "Wrong size on UI_BP_CombatParry_ButtonCallout_C_BlueprintSetParryType"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_BlueprintSetParryType, ParryType) == 0x000000, "Member 'UI_BP_CombatParry_ButtonCallout_C_BlueprintSetParryType::ParryType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CombatParry_ButtonCallout_C_Tick \ static_assert(alignof(UI_BP_CombatParry_ButtonCallout_C_Tick) == 0x000004, "Wrong alignment on UI_BP_CombatParry_ButtonCallout_C_Tick"); \ static_assert(sizeof(UI_BP_CombatParry_ButtonCallout_C_Tick) == 0x00003C, "Wrong size on UI_BP_CombatParry_ButtonCallout_C_Tick"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_CombatParry_ButtonCallout_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_CombatParry_ButtonCallout_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CombatParry_ButtonCallout_C_OnIntroEnded \ static_assert(alignof(UI_BP_CombatParry_ButtonCallout_C_OnIntroEnded) == 0x000004, "Wrong alignment on UI_BP_CombatParry_ButtonCallout_C_OnIntroEnded"); \ static_assert(sizeof(UI_BP_CombatParry_ButtonCallout_C_OnIntroEnded) == 0x000004, "Wrong size on UI_BP_CombatParry_ButtonCallout_C_OnIntroEnded"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_OnIntroEnded, IntroType) == 0x000000, "Member 'UI_BP_CombatParry_ButtonCallout_C_OnIntroEnded::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CombatParry_ButtonCallout_C_OnOutroEnded \ static_assert(alignof(UI_BP_CombatParry_ButtonCallout_C_OnOutroEnded) == 0x000004, "Wrong alignment on UI_BP_CombatParry_ButtonCallout_C_OnOutroEnded"); \ static_assert(sizeof(UI_BP_CombatParry_ButtonCallout_C_OnOutroEnded) == 0x000004, "Wrong size on UI_BP_CombatParry_ButtonCallout_C_OnOutroEnded"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_OnOutroEnded, OutroType) == 0x000000, "Member 'UI_BP_CombatParry_ButtonCallout_C_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CombatParry_ButtonCallout_C_OnOutroStarted \ static_assert(alignof(UI_BP_CombatParry_ButtonCallout_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_CombatParry_ButtonCallout_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_CombatParry_ButtonCallout_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_CombatParry_ButtonCallout_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_CombatParry_ButtonCallout_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_CombatParry_ButtonCallout_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CombatParry_ButtonCallout_C_OnIntroStarted \ static_assert(alignof(UI_BP_CombatParry_ButtonCallout_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_CombatParry_ButtonCallout_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_CombatParry_ButtonCallout_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_CombatParry_ButtonCallout_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_CombatParry_ButtonCallout_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_CombatParry_ButtonCallout_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CombatParry_ButtonCallout_C_BlueprintSetPerfectTimingState \ static_assert(alignof(UI_BP_CombatParry_ButtonCallout_C_BlueprintSetPerfectTimingState) == 0x000001, "Wrong alignment on UI_BP_CombatParry_ButtonCallout_C_BlueprintSetPerfectTimingState"); \ static_assert(sizeof(UI_BP_CombatParry_ButtonCallout_C_BlueprintSetPerfectTimingState) == 0x000001, "Wrong size on UI_BP_CombatParry_ButtonCallout_C_BlueprintSetPerfectTimingState"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_BlueprintSetPerfectTimingState, bPerfectTiming) == 0x000000, "Member 'UI_BP_CombatParry_ButtonCallout_C_BlueprintSetPerfectTimingState::bPerfectTiming' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CombatParry_ButtonCallout_C_Refresh_Platform_Specific_Button \ static_assert(alignof(UI_BP_CombatParry_ButtonCallout_C_Refresh_Platform_Specific_Button) == 0x000008, "Wrong alignment on UI_BP_CombatParry_ButtonCallout_C_Refresh_Platform_Specific_Button"); \ static_assert(sizeof(UI_BP_CombatParry_ButtonCallout_C_Refresh_Platform_Specific_Button) == 0x000018, "Wrong size on UI_BP_CombatParry_ButtonCallout_C_Refresh_Platform_Specific_Button"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_Refresh_Platform_Specific_Button, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000000, "Member 'UI_BP_CombatParry_ButtonCallout_C_Refresh_Platform_Specific_Button::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_Refresh_Platform_Specific_Button, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000008, "Member 'UI_BP_CombatParry_ButtonCallout_C_Refresh_Platform_Specific_Button::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_Refresh_Platform_Specific_Button, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'UI_BP_CombatParry_ButtonCallout_C_Refresh_Platform_Specific_Button::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatParry_ButtonCallout_C_Refresh_Platform_Specific_Button, K2Node_SwitchEnum_CmpSuccess_1) == 0x000011, "Member 'UI_BP_CombatParry_ButtonCallout_C_Refresh_Platform_Specific_Button::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CombatParry_ButtonCallout_C \ static_assert(alignof(UUI_BP_CombatParry_ButtonCallout_C) == 0x000008, "Wrong alignment on UUI_BP_CombatParry_ButtonCallout_C"); \ static_assert(sizeof(UUI_BP_CombatParry_ButtonCallout_C) == 0x000468, "Wrong size on UUI_BP_CombatParry_ButtonCallout_C"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, UberGraphFrame) == 0x000330, "Member 'UUI_BP_CombatParry_ButtonCallout_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, ResetWidget) == 0x000338, "Member 'UUI_BP_CombatParry_ButtonCallout_C::ResetWidget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, OutroNeutral) == 0x000340, "Member 'UUI_BP_CombatParry_ButtonCallout_C::OutroNeutral' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, OutroSuccess) == 0x000348, "Member 'UUI_BP_CombatParry_ButtonCallout_C::OutroSuccess' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, OutroFail) == 0x000350, "Member 'UUI_BP_CombatParry_ButtonCallout_C::OutroFail' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, NormalTiming) == 0x000358, "Member 'UUI_BP_CombatParry_ButtonCallout_C::NormalTiming' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, PerfectTiming) == 0x000360, "Member 'UUI_BP_CombatParry_ButtonCallout_C::PerfectTiming' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, Button) == 0x000368, "Member 'UUI_BP_CombatParry_ButtonCallout_C::Button' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, ButtonFlame) == 0x000370, "Member 'UUI_BP_CombatParry_ButtonCallout_C::ButtonFlame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, ButtonFrame) == 0x000378, "Member 'UUI_BP_CombatParry_ButtonCallout_C::ButtonFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, ButtonPulse) == 0x000380, "Member 'UUI_BP_CombatParry_ButtonCallout_C::ButtonPulse' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, Canvas) == 0x000388, "Member 'UUI_BP_CombatParry_ButtonCallout_C::Canvas' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, InitialButtonRing) == 0x000390, "Member 'UUI_BP_CombatParry_ButtonCallout_C::InitialButtonRing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, InitialButtonRing_1) == 0x000398, "Member 'UUI_BP_CombatParry_ButtonCallout_C::InitialButtonRing_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, Ring) == 0x0003A0, "Member 'UUI_BP_CombatParry_ButtonCallout_C::Ring' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, RingBorder) == 0x0003A8, "Member 'UUI_BP_CombatParry_ButtonCallout_C::RingBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, ShatterButton) == 0x0003B0, "Member 'UUI_BP_CombatParry_ButtonCallout_C::ShatterButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, ShatterButtonFrame) == 0x0003B8, "Member 'UUI_BP_CombatParry_ButtonCallout_C::ShatterButtonFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, ShatteredPanel) == 0x0003C0, "Member 'UUI_BP_CombatParry_ButtonCallout_C::ShatteredPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, ButtonColor_B) == 0x0003C8, "Member 'UUI_BP_CombatParry_ButtonCallout_C::ButtonColor_B' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, ButtonColor_Circle) == 0x0003D8, "Member 'UUI_BP_CombatParry_ButtonCallout_C::ButtonColor_Circle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, ButtonColor_Y) == 0x0003E8, "Member 'UUI_BP_CombatParry_ButtonCallout_C::ButtonColor_Y' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, ButtonColor_Triangle) == 0x0003F8, "Member 'UUI_BP_CombatParry_ButtonCallout_C::ButtonColor_Triangle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, ButtonColor_Keyboard) == 0x000408, "Member 'UUI_BP_CombatParry_ButtonCallout_C::ButtonColor_Keyboard' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, CurrentCombatParryType) == 0x000418, "Member 'UUI_BP_CombatParry_ButtonCallout_C::CurrentCombatParryType' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, CurrentUIPlatformInputDevice) == 0x000419, "Member 'UUI_BP_CombatParry_ButtonCallout_C::CurrentUIPlatformInputDevice' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, CanTweakFrame) == 0x00041A, "Member 'UUI_BP_CombatParry_ButtonCallout_C::CanTweakFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, ParryTimeProgress) == 0x00041C, "Member 'UUI_BP_CombatParry_ButtonCallout_C::ParryTimeProgress' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, CanPlayPerfectTiming) == 0x000420, "Member 'UUI_BP_CombatParry_ButtonCallout_C::CanPlayPerfectTiming' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, Protego_Edge) == 0x000424, "Member 'UUI_BP_CombatParry_ButtonCallout_C::Protego_Edge' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, Protego_Center) == 0x000434, "Member 'UUI_BP_CombatParry_ButtonCallout_C::Protego_Center' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, Dodge_Edge) == 0x000444, "Member 'UUI_BP_CombatParry_ButtonCallout_C::Dodge_Edge' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatParry_ButtonCallout_C, Dodge_Center) == 0x000454, "Member 'UUI_BP_CombatParry_ButtonCallout_C::Dodge_Center' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_CINTransfiguration_C \ static_assert(alignof(ABP_SkinFX_CINTransfiguration_C) == 0x000008, "Wrong alignment on ABP_SkinFX_CINTransfiguration_C"); \ static_assert(sizeof(ABP_SkinFX_CINTransfiguration_C) == 0x0005D0, "Wrong size on ABP_SkinFX_CINTransfiguration_C"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureByproduct_C_Setup \ static_assert(alignof(UI_BP_CreatureByproduct_C_Setup) == 0x000008, "Wrong alignment on UI_BP_CreatureByproduct_C_Setup"); \ static_assert(sizeof(UI_BP_CreatureByproduct_C_Setup) == 0x000030, "Wrong size on UI_BP_CreatureByproduct_C_Setup"); \ static_assert(offsetof(UI_BP_CreatureByproduct_C_Setup, InCreatureState) == 0x000000, "Member 'UI_BP_CreatureByproduct_C_Setup::InCreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureByproduct_C_Setup, CallFunc_GetDefinition_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureByproduct_C_Setup::CallFunc_GetDefinition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureByproduct_C_Setup, CallFunc_GetByproductID_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureByproduct_C_Setup::CallFunc_GetByproductID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureByproduct_C_Setup, CallFunc_Conv_NameToString_ReturnValue) == 0x000018, "Member 'UI_BP_CreatureByproduct_C_Setup::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureByproduct_C_Setup, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureByproduct_C_Setup::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CreatureByproduct_C \ static_assert(alignof(UUI_BP_CreatureByproduct_C) == 0x000008, "Wrong alignment on UUI_BP_CreatureByproduct_C"); \ static_assert(sizeof(UUI_BP_CreatureByproduct_C) == 0x000280, "Wrong size on UUI_BP_CreatureByproduct_C"); \ static_assert(offsetof(UUI_BP_CreatureByproduct_C, ByproductIcon) == 0x000268, "Member 'UUI_BP_CreatureByproduct_C::ByproductIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureByproduct_C, HitZone) == 0x000270, "Member 'UUI_BP_CreatureByproduct_C::HitZone' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureByproduct_C, CreatureState) == 0x000278, "Member 'UUI_BP_CreatureByproduct_C::CreatureState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle \ static_assert(alignof(ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle) == 0x000008, "Wrong alignment on ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle"); \ static_assert(sizeof(ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle) == 0x000070, "Wrong size on ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle"); \ static_assert(offsetof(ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle, EntryPoint) == 0x000000, "Member 'ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle, K2Node_Event_Context) == 0x000008, "Member 'ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Casual2Idle_C_ExecuteUbergraph_ABL_Casual2Idle::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Casual2Idle_C_OnAbilityBranch \ static_assert(alignof(ABL_Casual2Idle_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Casual2Idle_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Casual2Idle_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Casual2Idle_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Casual2Idle_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Casual2Idle_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Casual2Idle_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Casual2Idle_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Casual2Idle_C_OnAbilityStart \ static_assert(alignof(ABL_Casual2Idle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Casual2Idle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Casual2Idle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Casual2Idle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Casual2Idle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Casual2Idle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Casual2Idle_C \ static_assert(alignof(UABL_Casual2Idle_C) == 0x000008, "Wrong alignment on UABL_Casual2Idle_C"); \ static_assert(sizeof(UABL_Casual2Idle_C) == 0x0000D0, "Wrong size on UABL_Casual2Idle_C"); \ static_assert(offsetof(UABL_Casual2Idle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Casual2Idle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_RotationLag_GamepadInput_C \ static_assert(alignof(UBP_RotationLag_GamepadInput_C) == 0x000008, "Wrong alignment on UBP_RotationLag_GamepadInput_C"); \ static_assert(sizeof(UBP_RotationLag_GamepadInput_C) == 0x000208, "Wrong size on UBP_RotationLag_GamepadInput_C"); \ #define DUMPER7_ASSERTS_UI_BPI_CharacterCreatorPage_C_I_GetPageTitle \ static_assert(alignof(UI_BPI_CharacterCreatorPage_C_I_GetPageTitle) == 0x000008, "Wrong alignment on UI_BPI_CharacterCreatorPage_C_I_GetPageTitle"); \ static_assert(sizeof(UI_BPI_CharacterCreatorPage_C_I_GetPageTitle) == 0x000010, "Wrong size on UI_BPI_CharacterCreatorPage_C_I_GetPageTitle"); \ static_assert(offsetof(UI_BPI_CharacterCreatorPage_C_I_GetPageTitle, PageTitle) == 0x000000, "Member 'UI_BPI_CharacterCreatorPage_C_I_GetPageTitle::PageTitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_CharacterCreatorPage_C_I_GetPageLegend \ static_assert(alignof(UI_BPI_CharacterCreatorPage_C_I_GetPageLegend) == 0x000008, "Wrong alignment on UI_BPI_CharacterCreatorPage_C_I_GetPageLegend"); \ static_assert(sizeof(UI_BPI_CharacterCreatorPage_C_I_GetPageLegend) == 0x000010, "Wrong size on UI_BPI_CharacterCreatorPage_C_I_GetPageLegend"); \ static_assert(offsetof(UI_BPI_CharacterCreatorPage_C_I_GetPageLegend, PageLegend) == 0x000000, "Member 'UI_BPI_CharacterCreatorPage_C_I_GetPageLegend::PageLegend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_CharacterCreatorPage_C_I_UpdateHighlights \ static_assert(alignof(UI_BPI_CharacterCreatorPage_C_I_UpdateHighlights) == 0x000008, "Wrong alignment on UI_BPI_CharacterCreatorPage_C_I_UpdateHighlights"); \ static_assert(sizeof(UI_BPI_CharacterCreatorPage_C_I_UpdateHighlights) == 0x000050, "Wrong size on UI_BPI_CharacterCreatorPage_C_I_UpdateHighlights"); \ static_assert(offsetof(UI_BPI_CharacterCreatorPage_C_I_UpdateHighlights, CurrentPresets) == 0x000000, "Member 'UI_BPI_CharacterCreatorPage_C_I_UpdateHighlights::CurrentPresets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_CharacterCreatorPage_C_I_UpdateIcons \ static_assert(alignof(UI_BPI_CharacterCreatorPage_C_I_UpdateIcons) == 0x000001, "Wrong alignment on UI_BPI_CharacterCreatorPage_C_I_UpdateIcons"); \ static_assert(sizeof(UI_BPI_CharacterCreatorPage_C_I_UpdateIcons) == 0x000001, "Wrong size on UI_BPI_CharacterCreatorPage_C_I_UpdateIcons"); \ static_assert(offsetof(UI_BPI_CharacterCreatorPage_C_I_UpdateIcons, Gender) == 0x000000, "Member 'UI_BPI_CharacterCreatorPage_C_I_UpdateIcons::Gender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_CharacterCreatorPage_C_I_FinalizeFailed \ static_assert(alignof(UI_BPI_CharacterCreatorPage_C_I_FinalizeFailed) == 0x000008, "Wrong alignment on UI_BPI_CharacterCreatorPage_C_I_FinalizeFailed"); \ static_assert(sizeof(UI_BPI_CharacterCreatorPage_C_I_FinalizeFailed) == 0x000010, "Wrong size on UI_BPI_CharacterCreatorPage_C_I_FinalizeFailed"); \ static_assert(offsetof(UI_BPI_CharacterCreatorPage_C_I_FinalizeFailed, ErrorMsg) == 0x000000, "Member 'UI_BPI_CharacterCreatorPage_C_I_FinalizeFailed::ErrorMsg' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_CharacterCreatorPage_C \ static_assert(alignof(IUI_BPI_CharacterCreatorPage_C) == 0x000001, "Wrong alignment on IUI_BPI_CharacterCreatorPage_C"); \ static_assert(sizeof(IUI_BPI_CharacterCreatorPage_C) == 0x000001, "Wrong size on IUI_BPI_CharacterCreatorPage_C"); \ #define DUMPER7_ASSERTS_UBP_UserFOV_DollyZoom_C \ static_assert(alignof(UBP_UserFOV_DollyZoom_C) == 0x000008, "Wrong alignment on UBP_UserFOV_DollyZoom_C"); \ static_assert(sizeof(UBP_UserFOV_DollyZoom_C) == 0x0001F8, "Wrong size on UBP_UserFOV_DollyZoom_C"); \ #define DUMPER7_ASSERTS_BPI_NurtureCameraInterface_C_OnDisableCamera \ static_assert(alignof(BPI_NurtureCameraInterface_C_OnDisableCamera) == 0x000001, "Wrong alignment on BPI_NurtureCameraInterface_C_OnDisableCamera"); \ static_assert(sizeof(BPI_NurtureCameraInterface_C_OnDisableCamera) == 0x000001, "Wrong size on BPI_NurtureCameraInterface_C_OnDisableCamera"); \ static_assert(offsetof(BPI_NurtureCameraInterface_C_OnDisableCamera, ReturnToPlayer) == 0x000000, "Member 'BPI_NurtureCameraInterface_C_OnDisableCamera::ReturnToPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBPI_NurtureCameraInterface_C \ static_assert(alignof(IBPI_NurtureCameraInterface_C) == 0x000001, "Wrong alignment on IBPI_NurtureCameraInterface_C"); \ static_assert(sizeof(IBPI_NurtureCameraInterface_C) == 0x000001, "Wrong size on IBPI_NurtureCameraInterface_C"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master \ static_assert(alignof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master"); \ static_assert(sizeof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master) == 0x0003B8, "Wrong size on BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, EntryPoint) == 0x000000, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, Temp_delegate_Variable) == 0x000004, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_Conv_BoolToString_ReturnValue) == 0x000018, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, Temp_struct_Variable) == 0x000028, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_IsVisible_ReturnValue) == 0x000038, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_IsVisible_ReturnValue_1) == 0x00003A, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_SpellTool_3) == 0x000040, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_SpellTool_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_Instigator_6) == 0x000048, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_Instigator_6' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_DataAssets) == 0x000050, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_SpellToolRecord_3) == 0x000060, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_SpellToolRecord_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_SpellType_3) == 0x000068, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_SpellType_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_Impact_2) == 0x000070, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_Impact_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_Hit_1) == 0x000090, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_ImpactDirection_1) == 0x000118, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_ImpactDirection_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_Not_PreBool_ReturnValue) == 0x000124, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_SpellTool_2) == 0x000128, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_SpellTool_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_Instigator_5) == 0x000130, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_Instigator_5' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_SpellToolRecord_2) == 0x000138, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_SpellToolRecord_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_SpellType_2) == 0x000140, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_SpellType_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_Impact_1) == 0x000148, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_Impact_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_SpellTool_1) == 0x000168, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_SpellTool_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_Instigator_4) == 0x000170, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_Instigator_4' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_SpellToolRecord_1) == 0x000178, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_SpellToolRecord_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_SpellType_1) == 0x000180, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_SpellType_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_Impact) == 0x000188, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_Impact' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_MunitionLocation) == 0x0001A8, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_MunitionLocation' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_Instigator_3) == 0x0001B8, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_Instigator_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_Instigator_2) == 0x0001C0, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_Instigator_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_Instigator_1) == 0x0001C8, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_Instigator_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_DayNightMaster_1) == 0x0001D0, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_DayNightMaster_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_EventName_1) == 0x0001D8, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_EventName_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_NormalizedTime_1) == 0x0001E0, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_NormalizedTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_GameTime_1) == 0x0001E8, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_GameTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_MoonDirection) == 0x0001F0, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_MoonDirection' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_MoonAltitudeDegrees) == 0x0001F4, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_MoonAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_Phase) == 0x0001F8, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_Phase' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_bLate_1) == 0x0001F9, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_bLate_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_LightComponent_1) == 0x000200, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_LightComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_LightComponent) == 0x000208, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_LightComponent' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_DayNightMaster) == 0x000210, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_DayNightMaster' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_EventName) == 0x000218, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_EventName' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_NormalizedTime) == 0x000220, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_GameTime) == 0x000228, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_GameTime' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_SunDirection) == 0x000230, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_SunDirection' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_SunAltitudeDegrees) == 0x000234, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_SunAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_bLate) == 0x000238, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_bLate' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_RandomBoolWithWeight_ReturnValue) == 0x000239, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_RandomBoolWithWeight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_DayNightBeginPlayActorEvents_ReturnValue) == 0x00023A, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_DayNightBeginPlayActorEvents_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_Not_PreBool_ReturnValue_1) == 0x00023B, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_BooleanOR_ReturnValue) == 0x00023C, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00023D, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00023E, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00023F, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000240, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, Temp_delegate_Variable_1) == 0x000244, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_IsValid_ReturnValue_1) == 0x000254, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_IsVisible_ReturnValue_2) == 0x000255, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_IsVisible_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_IsValid_ReturnValue_2) == 0x000256, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_IsVisible_ReturnValue_3) == 0x000257, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_IsVisible_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_Not_PreBool_ReturnValue_2) == 0x000258, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_SpellTool) == 0x000260, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_Instigator) == 0x000268, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_Instigator' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_SpellToolRecord) == 0x000270, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_SpellType) == 0x000278, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_Hit) == 0x000280, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_Event_ImpactDirection) == 0x000308, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_Event_ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, Temp_struct_Variable_1) == 0x000318, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_PostAkEvent_ReturnValue) == 0x000328, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_IsValid_ReturnValue_3) == 0x00032C, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_PostAssociatedAkEvent_ReturnValue) == 0x000330, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_PostAssociatedAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_GetObjectName_ReturnValue) == 0x000338, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000348, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_Concat_StrStr_ReturnValue) == 0x000358, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000368, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000378, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000388, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000398, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_BooleanOR_ReturnValue_1) == 0x0003A8, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, K2Node_MakeStruct_DayNightSunAltitudeEvent) == 0x0003AC, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::K2Node_MakeStruct_DayNightSunAltitudeEvent' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_BooleanOR_ReturnValue_2) == 0x0003B4, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master, CallFunc_DayNightAddActorSunEvent_ReturnValue) == 0x0003B5, "Member 'BP_LightFixture_Master_C_ExecuteUbergraph_BP_LightFixture_Master::CallFunc_DayNightAddActorSunEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_OnHitBySpell \ static_assert(alignof(BP_LightFixture_Master_C_OnHitBySpell) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_OnHitBySpell"); \ static_assert(sizeof(BP_LightFixture_Master_C_OnHitBySpell) == 0x0000B8, "Wrong size on BP_LightFixture_Master_C_OnHitBySpell"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnHitBySpell, SpellTool) == 0x000000, "Member 'BP_LightFixture_Master_C_OnHitBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnHitBySpell, Instigator_0) == 0x000008, "Member 'BP_LightFixture_Master_C_OnHitBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnHitBySpell, SpellToolRecord) == 0x000010, "Member 'BP_LightFixture_Master_C_OnHitBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnHitBySpell, SpellType) == 0x000018, "Member 'BP_LightFixture_Master_C_OnHitBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnHitBySpell, Hit) == 0x000020, "Member 'BP_LightFixture_Master_C_OnHitBySpell::Hit' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnHitBySpell, ImpactDirection) == 0x0000A8, "Member 'BP_LightFixture_Master_C_OnHitBySpell::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_DayNightSunEvent \ static_assert(alignof(BP_LightFixture_Master_C_DayNightSunEvent) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_DayNightSunEvent"); \ static_assert(sizeof(BP_LightFixture_Master_C_DayNightSunEvent) == 0x000030, "Wrong size on BP_LightFixture_Master_C_DayNightSunEvent"); \ static_assert(offsetof(BP_LightFixture_Master_C_DayNightSunEvent, DayNightMaster) == 0x000000, "Member 'BP_LightFixture_Master_C_DayNightSunEvent::DayNightMaster' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DayNightSunEvent, EventName) == 0x000008, "Member 'BP_LightFixture_Master_C_DayNightSunEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DayNightSunEvent, NormalizedTime) == 0x000010, "Member 'BP_LightFixture_Master_C_DayNightSunEvent::NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DayNightSunEvent, GameTime) == 0x000018, "Member 'BP_LightFixture_Master_C_DayNightSunEvent::GameTime' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DayNightSunEvent, SunDirection) == 0x000020, "Member 'BP_LightFixture_Master_C_DayNightSunEvent::SunDirection' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DayNightSunEvent, SunAltitudeDegrees) == 0x000024, "Member 'BP_LightFixture_Master_C_DayNightSunEvent::SunAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DayNightSunEvent, bLate) == 0x000028, "Member 'BP_LightFixture_Master_C_DayNightSunEvent::bLate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_OnExitLightTickRange \ static_assert(alignof(BP_LightFixture_Master_C_OnExitLightTickRange) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_OnExitLightTickRange"); \ static_assert(sizeof(BP_LightFixture_Master_C_OnExitLightTickRange) == 0x000008, "Wrong size on BP_LightFixture_Master_C_OnExitLightTickRange"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnExitLightTickRange, LightComponent) == 0x000000, "Member 'BP_LightFixture_Master_C_OnExitLightTickRange::LightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_OnEnterLightTickRange \ static_assert(alignof(BP_LightFixture_Master_C_OnEnterLightTickRange) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_OnEnterLightTickRange"); \ static_assert(sizeof(BP_LightFixture_Master_C_OnEnterLightTickRange) == 0x000008, "Wrong size on BP_LightFixture_Master_C_OnEnterLightTickRange"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnEnterLightTickRange, LightComponent) == 0x000000, "Member 'BP_LightFixture_Master_C_OnEnterLightTickRange::LightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_DayNightMoonEvent \ static_assert(alignof(BP_LightFixture_Master_C_DayNightMoonEvent) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_DayNightMoonEvent"); \ static_assert(sizeof(BP_LightFixture_Master_C_DayNightMoonEvent) == 0x000030, "Wrong size on BP_LightFixture_Master_C_DayNightMoonEvent"); \ static_assert(offsetof(BP_LightFixture_Master_C_DayNightMoonEvent, DayNightMaster) == 0x000000, "Member 'BP_LightFixture_Master_C_DayNightMoonEvent::DayNightMaster' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DayNightMoonEvent, EventName) == 0x000008, "Member 'BP_LightFixture_Master_C_DayNightMoonEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DayNightMoonEvent, NormalizedTime) == 0x000010, "Member 'BP_LightFixture_Master_C_DayNightMoonEvent::NormalizedTime' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DayNightMoonEvent, GameTime) == 0x000018, "Member 'BP_LightFixture_Master_C_DayNightMoonEvent::GameTime' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DayNightMoonEvent, MoonDirection) == 0x000020, "Member 'BP_LightFixture_Master_C_DayNightMoonEvent::MoonDirection' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DayNightMoonEvent, MoonAltitudeDegrees) == 0x000024, "Member 'BP_LightFixture_Master_C_DayNightMoonEvent::MoonAltitudeDegrees' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DayNightMoonEvent, Phase) == 0x000028, "Member 'BP_LightFixture_Master_C_DayNightMoonEvent::Phase' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DayNightMoonEvent, bLate) == 0x000029, "Member 'BP_LightFixture_Master_C_DayNightMoonEvent::bLate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_OnSpellTooWeak \ static_assert(alignof(BP_LightFixture_Master_C_OnSpellTooWeak) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_OnSpellTooWeak"); \ static_assert(sizeof(BP_LightFixture_Master_C_OnSpellTooWeak) == 0x000008, "Wrong size on BP_LightFixture_Master_C_OnSpellTooWeak"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnSpellTooWeak, Instigator_0) == 0x000000, "Member 'BP_LightFixture_Master_C_OnSpellTooWeak::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_OnSpellIneffective \ static_assert(alignof(BP_LightFixture_Master_C_OnSpellIneffective) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_OnSpellIneffective"); \ static_assert(sizeof(BP_LightFixture_Master_C_OnSpellIneffective) == 0x000008, "Wrong size on BP_LightFixture_Master_C_OnSpellIneffective"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnSpellIneffective, Instigator_0) == 0x000000, "Member 'BP_LightFixture_Master_C_OnSpellIneffective::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_OnSpellEffective \ static_assert(alignof(BP_LightFixture_Master_C_OnSpellEffective) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_OnSpellEffective"); \ static_assert(sizeof(BP_LightFixture_Master_C_OnSpellEffective) == 0x000008, "Wrong size on BP_LightFixture_Master_C_OnSpellEffective"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnSpellEffective, Instigator_0) == 0x000000, "Member 'BP_LightFixture_Master_C_OnSpellEffective::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_OnOverlappedBySpell \ static_assert(alignof(BP_LightFixture_Master_C_OnOverlappedBySpell) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_OnOverlappedBySpell"); \ static_assert(sizeof(BP_LightFixture_Master_C_OnOverlappedBySpell) == 0x000050, "Wrong size on BP_LightFixture_Master_C_OnOverlappedBySpell"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnOverlappedBySpell, SpellTool) == 0x000000, "Member 'BP_LightFixture_Master_C_OnOverlappedBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnOverlappedBySpell, Instigator_0) == 0x000008, "Member 'BP_LightFixture_Master_C_OnOverlappedBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnOverlappedBySpell, SpellToolRecord) == 0x000010, "Member 'BP_LightFixture_Master_C_OnOverlappedBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnOverlappedBySpell, SpellType) == 0x000018, "Member 'BP_LightFixture_Master_C_OnOverlappedBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnOverlappedBySpell, Impact) == 0x000020, "Member 'BP_LightFixture_Master_C_OnOverlappedBySpell::Impact' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnOverlappedBySpell, MunitionLocation) == 0x000040, "Member 'BP_LightFixture_Master_C_OnOverlappedBySpell::MunitionLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_OnAffectedBySpellEnd \ static_assert(alignof(BP_LightFixture_Master_C_OnAffectedBySpellEnd) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_OnAffectedBySpellEnd"); \ static_assert(sizeof(BP_LightFixture_Master_C_OnAffectedBySpellEnd) == 0x000040, "Wrong size on BP_LightFixture_Master_C_OnAffectedBySpellEnd"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnAffectedBySpellEnd, SpellTool) == 0x000000, "Member 'BP_LightFixture_Master_C_OnAffectedBySpellEnd::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnAffectedBySpellEnd, Instigator_0) == 0x000008, "Member 'BP_LightFixture_Master_C_OnAffectedBySpellEnd::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnAffectedBySpellEnd, SpellToolRecord) == 0x000010, "Member 'BP_LightFixture_Master_C_OnAffectedBySpellEnd::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnAffectedBySpellEnd, SpellType) == 0x000018, "Member 'BP_LightFixture_Master_C_OnAffectedBySpellEnd::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnAffectedBySpellEnd, Impact) == 0x000020, "Member 'BP_LightFixture_Master_C_OnAffectedBySpellEnd::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_OnAffectedBySpell \ static_assert(alignof(BP_LightFixture_Master_C_OnAffectedBySpell) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_OnAffectedBySpell"); \ static_assert(sizeof(BP_LightFixture_Master_C_OnAffectedBySpell) == 0x0000E8, "Wrong size on BP_LightFixture_Master_C_OnAffectedBySpell"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnAffectedBySpell, SpellTool) == 0x000000, "Member 'BP_LightFixture_Master_C_OnAffectedBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnAffectedBySpell, Instigator_0) == 0x000008, "Member 'BP_LightFixture_Master_C_OnAffectedBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnAffectedBySpell, DataAssets) == 0x000010, "Member 'BP_LightFixture_Master_C_OnAffectedBySpell::DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnAffectedBySpell, SpellToolRecord) == 0x000020, "Member 'BP_LightFixture_Master_C_OnAffectedBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnAffectedBySpell, SpellType) == 0x000028, "Member 'BP_LightFixture_Master_C_OnAffectedBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnAffectedBySpell, Impact) == 0x000030, "Member 'BP_LightFixture_Master_C_OnAffectedBySpell::Impact' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnAffectedBySpell, Hit) == 0x000050, "Member 'BP_LightFixture_Master_C_OnAffectedBySpell::Hit' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_OnAffectedBySpell, ImpactDirection) == 0x0000D8, "Member 'BP_LightFixture_Master_C_OnAffectedBySpell::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_Light_Struct \ static_assert(alignof(BP_LightFixture_Master_C_Light_Struct) == 0x000010, "Wrong alignment on BP_LightFixture_Master_C_Light_Struct"); \ static_assert(sizeof(BP_LightFixture_Master_C_Light_Struct) == 0x0004E0, "Wrong size on BP_LightFixture_Master_C_Light_Struct"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_LightFixture_Master_C_Light_Struct::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_LightFixture_Master_C_Light_Struct::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_GetPlatformName_ReturnValue) == 0x000010, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000020, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000024, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_FClamp_ReturnValue) == 0x000028, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_FClamp_ReturnValue_1) == 0x00002C, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000031, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, Temp_struct_Variable) == 0x000040, "Member 'BP_LightFixture_Master_C_Light_Struct::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000070, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Array_Get_Item) == 0x000074, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_AddComponent_ReturnValue) == 0x000080, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_GetDataTableRowFromName_OutRow) == 0x000088, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000AC, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Custom_Values_Result) == 0x0000B0, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Custom_Values_Result' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Not_PreBool_ReturnValue) == 0x0000B4, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Custom_Values_Result_1) == 0x0000B8, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Custom_Values_Result_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Custom_Values_Result_2) == 0x0000BC, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Custom_Values_Result_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x0000C0, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Array_Get_Item_1) == 0x0000C4, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_GetDataTableRowFromName_OutRow_1) == 0x0000CC, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_GetDataTableRowFromName_OutRow_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_GetDataTableRowFromName_ReturnValue_1) == 0x0000F0, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_GetDataTableRowFromName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_BooleanOR_ReturnValue) == 0x0000F1, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Custom_Values_Result_3) == 0x0000F4, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Custom_Values_Result_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Custom_Values_Result_4) == 0x0000F8, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Custom_Values_Result_4' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Custom_Values_Result_5) == 0x0000FC, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Custom_Values_Result_5' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000100, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_AddComponent_ReturnValue_1) == 0x000108, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000110, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000114, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_FClamp_ReturnValue_2) == 0x000118, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_GetLightClippingVolumeSource_LightClippingVolumeActor) == 0x000120, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_GetLightClippingVolumeSource_LightClippingVolumeActor' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_AssignLightClippingVolumeSource_bSuccess) == 0x000128, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_AssignLightClippingVolumeSource_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_FindAndAssignLightClippingVolumeSource_AssignedLights) == 0x00012C, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_FindAndAssignLightClippingVolumeSource_AssignedLights' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_GetLightClippingVolumeSource_LightClippingVolumeActor_1) == 0x000130, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_GetLightClippingVolumeSource_LightClippingVolumeActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_AssignLightClippingPlanesSource_bSuccess) == 0x000138, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_AssignLightClippingPlanesSource_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_FindAndAssignLightClippingVolumeSource_AssignedLights_1) == 0x00013C, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_FindAndAssignLightClippingVolumeSource_AssignedLights_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_GetLightClippingPlanesSource_LightClippingPlanesActor) == 0x000140, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_GetLightClippingPlanesSource_LightClippingPlanesActor' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_FindAndAssignLightClippingPlanesSource_AssignedLights) == 0x000148, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_FindAndAssignLightClippingPlanesSource_AssignedLights' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_K2_AddRelativeRotation_SweepHitResult) == 0x00014C, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_K2_AddRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_SetAnimatedLightColor_ReturnValue) == 0x0001D4, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_SetAnimatedLightColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_SetAnimatedLightIntensity_ReturnValue) == 0x0001D5, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_SetAnimatedLightIntensity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_K2_AddRelativeLocation_SweepHitResult) == 0x0001D8, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_K2_AddRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_AssignLightClippingVolumeSource_bSuccess_1) == 0x000260, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_AssignLightClippingVolumeSource_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_AssignLightClippingPlanesSource_bSuccess_1) == 0x000261, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_AssignLightClippingPlanesSource_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_GetLightClippingPlanesSource_LightClippingPlanesActor_1) == 0x000268, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_GetLightClippingPlanesSource_LightClippingPlanesActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_FindAndAssignLightClippingPlanesSource_AssignedLights_1) == 0x000270, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_FindAndAssignLightClippingPlanesSource_AssignedLights_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000274, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_SetAnimatedLightIntensity_ReturnValue_1) == 0x0002FC, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_SetAnimatedLightIntensity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_SetAnimatedLightIntensity_ReturnValue_2) == 0x0002FD, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_SetAnimatedLightIntensity_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, Temp_struct_Variable_1) == 0x000300, "Member 'BP_LightFixture_Master_C_Light_Struct::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x000330, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_AddComponent_ReturnValue_2) == 0x000338, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_AddComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_K2_AttachToComponent_ReturnValue_2) == 0x000340, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_K2_AttachToComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_SetAnimatedLightColor_ReturnValue_1) == 0x000341, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_SetAnimatedLightColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_SetAnimatedLightColor_ReturnValue_2) == 0x000342, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_SetAnimatedLightColor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_K2_AddRelativeLocation_SweepHitResult_1) == 0x000344, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_K2_AddRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_K2_AttachToComponent_ReturnValue_3) == 0x0003CC, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_K2_AttachToComponent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_K2_AddRelativeLocation_SweepHitResult_2) == 0x0003D0, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_K2_AddRelativeLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_GetAllSocketNames_ReturnValue) == 0x000458, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_GetAllSocketNames_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Array_Get_Item_2) == 0x000468, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Array_Length_ReturnValue) == 0x000470, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Conv_NameToString_ReturnValue) == 0x000478, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Less_IntInt_ReturnValue) == 0x000488, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Conv_StringToName_ReturnValue) == 0x00048C, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_GetSocketTransform_ReturnValue) == 0x0004A0, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_Contains_ReturnValue) == 0x0004D0, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Light_Struct, CallFunc_AddComponent_ReturnValue_3) == 0x0004D8, "Member 'BP_LightFixture_Master_C_Light_Struct::CallFunc_AddComponent_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_Emissive_Material_Struct \ static_assert(alignof(BP_LightFixture_Master_C_Emissive_Material_Struct) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_Emissive_Material_Struct"); \ static_assert(sizeof(BP_LightFixture_Master_C_Emissive_Material_Struct) == 0x000160, "Wrong size on BP_LightFixture_Master_C_Emissive_Material_Struct"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000008, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, K2Node_MakeStruct_AnimatedLightExtraParameter) == 0x000014, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::K2Node_MakeStruct_AnimatedLightExtraParameter' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, Temp_int_Loop_Counter_Variable_1) == 0x000030, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, Temp_int_Loop_Counter_Variable_2) == 0x000034, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Add_IntInt_ReturnValue_1) == 0x000038, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Add_IntInt_ReturnValue_2) == 0x00003C, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, Temp_int_Array_Index_Variable_2) == 0x000040, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, K2Node_MakeStruct_AnimatedLightExtraParameter_1) == 0x000044, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::K2Node_MakeStruct_AnimatedLightExtraParameter_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, K2Node_MakeStruct_AnimatedLightExtraParameter_2) == 0x000060, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::K2Node_MakeStruct_AnimatedLightExtraParameter_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_AddAnimatedLightMaterialParameter_ReturnValue) == 0x00007C, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_AddAnimatedLightMaterialParameter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_AddAnimatedLightMaterialParameter_ReturnValue_1) == 0x00007D, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_AddAnimatedLightMaterialParameter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_AddAnimatedLightMaterialParameter_ReturnValue_2) == 0x00007E, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_AddAnimatedLightMaterialParameter_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Map_Values_Values) == 0x000080, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Map_Values_Values_1) == 0x000090, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Array_Get_Item_1) == 0x0000A4, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Not_PreBool_ReturnValue) == 0x0000A8, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Map_Keys_Keys) == 0x0000B0, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Array_Get_Item_2) == 0x0000C0, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0000C8, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x0000D0, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_IsValid_ReturnValue) == 0x0000D8, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Array_Length_ReturnValue) == 0x0000DC, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Less_IntInt_ReturnValue) == 0x0000E0, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_BooleanOR_ReturnValue) == 0x0000E1, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_GetMaterials_ReturnValue) == 0x0000E8, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000F8, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Array_Get_Item_3) == 0x000100, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_GetPhysicalMaterial_ReturnValue) == 0x000108, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_GetPhysicalMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000110, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000118, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000119, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Array_Length_ReturnValue_1) == 0x00011C, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_BooleanOR_ReturnValue_1) == 0x000120, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Less_IntInt_ReturnValue_1) == 0x000121, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_GetMaterials_ReturnValue_1) == 0x000128, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_GetMaterials_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Array_Length_ReturnValue_2) == 0x000138, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Array_Get_Item_4) == 0x000140, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Less_IntInt_ReturnValue_2) == 0x000148, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_Get_Parent_Parent) == 0x000150, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_Get_Parent_Parent' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Emissive_Material_Struct, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000158, "Member 'BP_LightFixture_Master_C_Emissive_Material_Struct::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_Particle_Struct \ static_assert(alignof(BP_LightFixture_Master_C_Particle_Struct) == 0x000010, "Wrong alignment on BP_LightFixture_Master_C_Particle_Struct"); \ static_assert(sizeof(BP_LightFixture_Master_C_Particle_Struct) == 0x000530, "Wrong size on BP_LightFixture_Master_C_Particle_Struct"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_LightFixture_Master_C_Particle_Struct::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_LightFixture_Master_C_Particle_Struct::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'BP_LightFixture_Master_C_Particle_Struct::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'BP_LightFixture_Master_C_Particle_Struct::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, Temp_int_Array_Index_Variable_2) == 0x000018, "Member 'BP_LightFixture_Master_C_Particle_Struct::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, Temp_int_Loop_Counter_Variable_2) == 0x00001C, "Member 'BP_LightFixture_Master_C_Particle_Struct::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Add_IntInt_ReturnValue_2) == 0x000020, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, Temp_int_Loop_Counter_Variable_3) == 0x000024, "Member 'BP_LightFixture_Master_C_Particle_Struct::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Add_IntInt_ReturnValue_3) == 0x000028, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_GetRelativeTransform_ReturnValue) == 0x000030, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_GetAllSocketNames_ReturnValue) == 0x000060, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_GetAllSocketNames_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Array_Length_ReturnValue) == 0x000078, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_GetSocketTransform_ReturnValue) == 0x000080, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Less_IntInt_ReturnValue) == 0x0000B0, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_MakeRelativeTransform_ReturnValue) == 0x0000C0, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_MakeRelativeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_AddComponent_ReturnValue) == 0x0000F0, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Conv_NameToString_ReturnValue) == 0x0000F8, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Contains_ReturnValue) == 0x000108, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Array_LastIndex_ReturnValue) == 0x00010C, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Array_Add_ReturnValue) == 0x000110, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Greater_IntInt_ReturnValue) == 0x000114, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, Temp_int_Array_Index_Variable_3) == 0x000118, "Member 'BP_LightFixture_Master_C_Particle_Struct::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_GetRelativeTransform_ReturnValue_1) == 0x000120, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_GetRelativeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Array_Add_ReturnValue_1) == 0x000150, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_BreakVector_X) == 0x000154, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_BreakVector_Y) == 0x000158, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_BreakVector_Z) == 0x00015C, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Array_Get_Item_1) == 0x000160, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_GetRelativeTransform_ReturnValue_2) == 0x000170, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_GetRelativeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_GetAllSocketNames_ReturnValue_1) == 0x0001A0, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_GetAllSocketNames_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Array_Length_ReturnValue_1) == 0x0001B0, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Array_Get_Item_2) == 0x0001B4, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001BC, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_GetSocketTransform_ReturnValue_1) == 0x0001C0, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_GetSocketTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_MakeRelativeTransform_ReturnValue_1) == 0x0001F0, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_MakeRelativeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000220, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_AddComponent_ReturnValue_1) == 0x000230, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Contains_ReturnValue_1) == 0x000238, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Array_Length_ReturnValue_2) == 0x00023C, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Less_IntInt_ReturnValue_2) == 0x000240, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Array_Add_ReturnValue_2) == 0x000244, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Array_LastIndex_ReturnValue_1) == 0x000248, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Array_LastIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Greater_IntInt_ReturnValue_1) == 0x00024C, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Array_Add_ReturnValue_3) == 0x000250, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_GetMaterial_ReturnValue) == 0x000258, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_GetMaterial_ReturnValue_1) == 0x000260, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_GetMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000268, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000270, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000278, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Array_Add_ReturnValue_4) == 0x00027C, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_BreakVector_X_1) == 0x000280, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_BreakVector_Y_1) == 0x000284, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_BreakVector_Z_1) == 0x000288, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_IsValid_ReturnValue) == 0x00028C, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Add_FloatFloat_ReturnValue) == 0x000290, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_MakeVector_ReturnValue) == 0x000294, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x0002A0, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0002A4, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Array_Add_ReturnValue_5) == 0x00032C, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_BreakVector_X_2) == 0x000330, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_BreakVector_Y_2) == 0x000334, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_BreakVector_Z_2) == 0x000338, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_IsValid_ReturnValue_1) == 0x00033C, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000340, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_MakeVector_ReturnValue_1) == 0x000344, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x000350, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0003D8, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_GetAllSocketNames_ReturnValue_2) == 0x0003E0, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_GetAllSocketNames_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_MakeVector_ReturnValue_2) == 0x0003F0, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Array_Get_Item_3) == 0x0003FC, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_K2_SetRelativeLocation_SweepHitResult_2) == 0x000404, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_K2_SetRelativeLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_GetSocketTransform_ReturnValue_2) == 0x000490, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_GetSocketTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_K2_AttachToComponent_ReturnValue_2) == 0x0004C0, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_K2_AttachToComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_MakeRelativeTransform_ReturnValue_2) == 0x0004D0, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_MakeRelativeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Conv_NameToString_ReturnValue_2) == 0x000500, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Conv_NameToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_AddComponent_ReturnValue_2) == 0x000510, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_AddComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Contains_ReturnValue_2) == 0x000518, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Array_Length_ReturnValue_3) == 0x00051C, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Particle_Struct, CallFunc_Less_IntInt_ReturnValue_3) == 0x000520, "Member 'BP_LightFixture_Master_C_Particle_Struct::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_Candle_Struct \ static_assert(alignof(BP_LightFixture_Master_C_Candle_Struct) == 0x000010, "Wrong alignment on BP_LightFixture_Master_C_Candle_Struct"); \ static_assert(sizeof(BP_LightFixture_Master_C_Candle_Struct) == 0x0002C0, "Wrong size on BP_LightFixture_Master_C_Candle_Struct"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_LightFixture_Master_C_Candle_Struct::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_BreakRotator_Roll) == 0x000004, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_BreakRotator_Pitch) == 0x000008, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_BreakRotator_Yaw) == 0x00000C, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_BreakVector_X) == 0x000010, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_BreakVector_Y) == 0x000014, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_BreakVector_Z) == 0x000018, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000020, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, K2Node_MathExpression_ReturnValue) == 0x000024, "Member 'BP_LightFixture_Master_C_Candle_Struct::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_MakeRotator_ReturnValue) == 0x000028, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, Temp_int_Variable) == 0x000034, "Member 'BP_LightFixture_Master_C_Candle_Struct::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, Temp_bool_Variable) == 0x000038, "Member 'BP_LightFixture_Master_C_Candle_Struct::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, K2Node_Select_Default) == 0x000040, "Member 'BP_LightFixture_Master_C_Candle_Struct::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'BP_LightFixture_Master_C_Candle_Struct::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_Array_Get_Item_2) == 0x0000B0, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_Array_Get_Item_3) == 0x0000D8, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_Array_Get_Item_4) == 0x000100, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, K2Node_MathExpression_ReturnValue_1) == 0x000128, "Member 'BP_LightFixture_Master_C_Candle_Struct::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_MakeVector_ReturnValue) == 0x00012C, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_MakeTransform_ReturnValue) == 0x000140, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_Array_Add_ReturnValue) == 0x000170, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000174, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0001FC, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_RandomIntegerFromStream_ReturnValue) == 0x000200, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_RandomIntegerFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, K2Node_Select_Default_1) == 0x000208, "Member 'BP_LightFixture_Master_C_Candle_Struct::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_GetAllSocketNames_ReturnValue) == 0x000230, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_GetAllSocketNames_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_LoadSyncronousStaticMesh_LoadedMesh) == 0x000240, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_LoadSyncronousStaticMesh_LoadedMesh' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_Array_Get_Item_5) == 0x000248, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_SetStaticMesh_ReturnValue) == 0x000250, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_GetSocketTransform_ReturnValue) == 0x000260, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_Conv_NameToString_ReturnValue) == 0x000290, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_AddComponent_ReturnValue) == 0x0002A0, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_Contains_ReturnValue) == 0x0002A8, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_Array_Length_ReturnValue) == 0x0002AC, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Candle_Struct, CallFunc_Less_IntInt_ReturnValue) == 0x0002B0, "Member 'BP_LightFixture_Master_C_Candle_Struct::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_Chain_Struct \ static_assert(alignof(BP_LightFixture_Master_C_Chain_Struct) == 0x000010, "Wrong alignment on BP_LightFixture_Master_C_Chain_Struct"); \ static_assert(sizeof(BP_LightFixture_Master_C_Chain_Struct) == 0x000330, "Wrong size on BP_LightFixture_Master_C_Chain_Struct"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, Temp_struct_Variable) == 0x000000, "Member 'BP_LightFixture_Master_C_Chain_Struct::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_AddComponent_ReturnValue) == 0x000030, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_MakeVector_ReturnValue) == 0x00003C, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000048, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, Temp_int_Variable) == 0x0000D0, "Member 'BP_LightFixture_Master_C_Chain_Struct::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_Add_IntInt_ReturnValue) == 0x0000D4, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, Temp_bool_Variable) == 0x0000D8, "Member 'BP_LightFixture_Master_C_Chain_Struct::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_Array_LastIndex_ReturnValue) == 0x0000DC, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, K2Node_Select_Default) == 0x0000E0, "Member 'BP_LightFixture_Master_C_Chain_Struct::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_LoadSyncronousStaticMesh_LoadedMesh) == 0x000108, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_LoadSyncronousStaticMesh_LoadedMesh' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_SetStaticMesh_ReturnValue) == 0x000110, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_Array_Add_ReturnValue) == 0x000114, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_Array_Get_Item) == 0x000118, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_GetRelativeTransform_ReturnValue) == 0x000120, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_BreakTransform_Location) == 0x000150, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_BreakTransform_Rotation) == 0x00015C, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_BreakTransform_Scale) == 0x000168, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_BreakVector_X) == 0x000174, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_BreakVector_Y) == 0x000178, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_BreakVector_Z) == 0x00017C, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, K2Node_MathExpression_ReturnValue) == 0x000180, "Member 'BP_LightFixture_Master_C_Chain_Struct::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000184, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_MakeVector_ReturnValue_1) == 0x000190, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_SelectVector_ReturnValue) == 0x00019C, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_MakeTransform_ReturnValue) == 0x0001B0, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0001E0, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x0001E4, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, K2Node_MathExpression_ReturnValue_1) == 0x00026C, "Member 'BP_LightFixture_Master_C_Chain_Struct::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000270, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_MakeVector_ReturnValue_2) == 0x000274, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000280, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_Array_Add_ReturnValue_1) == 0x00028C, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000290, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000318, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, K2Node_MathExpression_ReturnValue_2) == 0x00031C, "Member 'BP_LightFixture_Master_C_Chain_Struct::K2Node_MathExpression_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000320, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, K2Node_MathExpression_ReturnValue_3) == 0x000324, "Member 'BP_LightFixture_Master_C_Chain_Struct::K2Node_MathExpression_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_FFloor_ReturnValue) == 0x000328, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Chain_Struct, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00032C, "Member 'BP_LightFixture_Master_C_Chain_Struct::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_Enable_Flicker \ static_assert(alignof(BP_LightFixture_Master_C_Enable_Flicker) == 0x000001, "Wrong alignment on BP_LightFixture_Master_C_Enable_Flicker"); \ static_assert(sizeof(BP_LightFixture_Master_C_Enable_Flicker) == 0x000003, "Wrong size on BP_LightFixture_Master_C_Enable_Flicker"); \ static_assert(offsetof(BP_LightFixture_Master_C_Enable_Flicker, Enable_Flicker_0) == 0x000000, "Member 'BP_LightFixture_Master_C_Enable_Flicker::Enable_Flicker_0' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Enable_Flicker, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_LightFixture_Master_C_Enable_Flicker::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Enable_Flicker, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'BP_LightFixture_Master_C_Enable_Flicker::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_Run_Construction_Struct \ static_assert(alignof(BP_LightFixture_Master_C_Run_Construction_Struct) == 0x000010, "Wrong alignment on BP_LightFixture_Master_C_Run_Construction_Struct"); \ static_assert(sizeof(BP_LightFixture_Master_C_Run_Construction_Struct) == 0x000380, "Wrong size on BP_LightFixture_Master_C_Run_Construction_Struct"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, Temp_struct_Variable) == 0x000000, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_AddComponent_ReturnValue) == 0x000038, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, Temp_struct_Variable_1) == 0x000040, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, Temp_int_Array_Index_Variable) == 0x000070, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_AddComponent_ReturnValue_1) == 0x000078, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, Temp_int_Loop_Counter_Variable) == 0x000080, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_Add_IntInt_ReturnValue) == 0x000084, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, Temp_int_Array_Index_Variable_1) == 0x000088, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_IsValid_ReturnValue_1) == 0x00008C, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_GetAllSocketNames_ReturnValue) == 0x000090, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_GetAllSocketNames_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_GetSocketTransform_ReturnValue) == 0x0000B0, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_Conv_NameToString_ReturnValue) == 0x0000E0, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BreakTransform_Location) == 0x0000F0, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BreakTransform_Rotation) == 0x0000FC, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BreakTransform_Scale) == 0x000108, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_Contains_ReturnValue) == 0x000114, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_Add_VectorVector_ReturnValue) == 0x000118, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000124, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0001AC, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001B0, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0001B1, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x0001B2, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x0001B3, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x0001B4, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_AvaIsRunningCommandlet_ReturnValue) == 0x0001B5, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_AvaIsRunningCommandlet_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BooleanOR_ReturnValue) == 0x0001B6, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BooleanOR_ReturnValue_1) == 0x0001B7, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BooleanOR_ReturnValue_2) == 0x0001B8, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BooleanOR_ReturnValue_3) == 0x0001B9, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_Not_PreBool_ReturnValue) == 0x0001BA, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001BC, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001C8, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_MakeRandomStream_RandomStream) == 0x0001CC, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_MakeRandomStream_RandomStream' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BooleanAND_ReturnValue) == 0x0001D4, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BooleanAND_ReturnValue_1) == 0x0001D5, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BooleanAND_ReturnValue_2) == 0x0001D6, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BreakTransform_Location_1) == 0x0001D8, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BreakTransform_Rotation_1) == 0x0001E4, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BreakTransform_Scale_1) == 0x0001F0, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0001FC, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_AvaIsRunningCommandlet_ReturnValue_1) == 0x000284, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_AvaIsRunningCommandlet_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BooleanOR_ReturnValue_4) == 0x000285, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_GetAllSocketNames_ReturnValue_1) == 0x000288, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_GetAllSocketNames_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_Array_Get_Item_1) == 0x000298, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_Array_Length_ReturnValue_1) == 0x0002A0, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_Conv_NameToString_ReturnValue_1) == 0x0002A8, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_Less_IntInt_ReturnValue) == 0x0002B8, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_Contains_ReturnValue_1) == 0x0002B9, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_Conv_StringToName_ReturnValue) == 0x0002BC, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_GetSocketTransform_ReturnValue_1) == 0x0002D0, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_GetSocketTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_GetRelativeTransform_ReturnValue) == 0x000300, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_MakeRelativeTransform_ReturnValue) == 0x000330, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_MakeRelativeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BooleanAND_ReturnValue_3) == 0x000360, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, Temp_int_Loop_Counter_Variable_1) == 0x000364, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BooleanAND_ReturnValue_4) == 0x000368, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_Less_IntInt_ReturnValue_1) == 0x000369, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_Add_IntInt_ReturnValue_1) == 0x00036C, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BooleanAND_ReturnValue_5) == 0x000370, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_BooleanAND_ReturnValue_6) == 0x000371, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000372, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Run_Construction_Struct, CallFunc_SetStaticMesh_ReturnValue) == 0x000373, "Member 'BP_LightFixture_Master_C_Run_Construction_Struct::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_Set_Light_Values \ static_assert(alignof(BP_LightFixture_Master_C_Set_Light_Values) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_Set_Light_Values"); \ static_assert(sizeof(BP_LightFixture_Master_C_Set_Light_Values) == 0x000220, "Wrong size on BP_LightFixture_Master_C_Set_Light_Values"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Light_Values, ResetSpotIntensity) == 0x000000, "Member 'BP_LightFixture_Master_C_Set_Light_Values::ResetSpotIntensity' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Light_Values, ResetSpotAttenuation) == 0x000050, "Member 'BP_LightFixture_Master_C_Set_Light_Values::ResetSpotAttenuation' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Light_Values, ResetSpotTemp) == 0x0000A0, "Member 'BP_LightFixture_Master_C_Set_Light_Values::ResetSpotTemp' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Light_Values, ResetPointTemp) == 0x0000F0, "Member 'BP_LightFixture_Master_C_Set_Light_Values::ResetPointTemp' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Light_Values, ResetPointIntensity) == 0x000140, "Member 'BP_LightFixture_Master_C_Set_Light_Values::ResetPointIntensity' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Light_Values, ResetPointAttenuation) == 0x000190, "Member 'BP_LightFixture_Master_C_Set_Light_Values::ResetPointAttenuation' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Light_Values, Temp_bool_Variable) == 0x0001E0, "Member 'BP_LightFixture_Master_C_Set_Light_Values::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Light_Values, Temp_bool_Variable_1) == 0x0001E1, "Member 'BP_LightFixture_Master_C_Set_Light_Values::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Light_Values, Temp_bool_Variable_2) == 0x0001E2, "Member 'BP_LightFixture_Master_C_Set_Light_Values::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Light_Values, Temp_bool_Variable_3) == 0x0001E3, "Member 'BP_LightFixture_Master_C_Set_Light_Values::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Light_Values, Temp_bool_Variable_4) == 0x0001E4, "Member 'BP_LightFixture_Master_C_Set_Light_Values::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Light_Values, Temp_bool_Variable_5) == 0x0001E5, "Member 'BP_LightFixture_Master_C_Set_Light_Values::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Light_Values, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0001E8, "Member 'BP_LightFixture_Master_C_Set_Light_Values::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Light_Values, CallFunc_Array_Get_Item) == 0x0001EC, "Member 'BP_LightFixture_Master_C_Set_Light_Values::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Light_Values, CallFunc_GetDataTableRowFromName_OutRow) == 0x0001F4, "Member 'BP_LightFixture_Master_C_Set_Light_Values::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Light_Values, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000218, "Member 'BP_LightFixture_Master_C_Set_Light_Values::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_Custom_Values \ static_assert(alignof(BP_LightFixture_Master_C_Custom_Values) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_Custom_Values"); \ static_assert(sizeof(BP_LightFixture_Master_C_Custom_Values) == 0x000088, "Wrong size on BP_LightFixture_Master_C_Custom_Values"); \ static_assert(offsetof(BP_LightFixture_Master_C_Custom_Values, TargetMap) == 0x000000, "Member 'BP_LightFixture_Master_C_Custom_Values::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Custom_Values, Physical_Default) == 0x000050, "Member 'BP_LightFixture_Master_C_Custom_Values::Physical_Default' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Custom_Values, Result) == 0x000054, "Member 'BP_LightFixture_Master_C_Custom_Values::Result' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Custom_Values, CallFunc_Map_Values_Values) == 0x000058, "Member 'BP_LightFixture_Master_C_Custom_Values::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Custom_Values, CallFunc_Map_Keys_Keys) == 0x000068, "Member 'BP_LightFixture_Master_C_Custom_Values::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Custom_Values, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_LightFixture_Master_C_Custom_Values::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Custom_Values, CallFunc_Array_Get_Item_1) == 0x00007C, "Member 'BP_LightFixture_Master_C_Custom_Values::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Custom_Values, CallFunc_SelectFloat_ReturnValue) == 0x000080, "Member 'BP_LightFixture_Master_C_Custom_Values::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_Get_Parent \ static_assert(alignof(BP_LightFixture_Master_C_Get_Parent) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_Get_Parent"); \ static_assert(sizeof(BP_LightFixture_Master_C_Get_Parent) == 0x000050, "Wrong size on BP_LightFixture_Master_C_Get_Parent"); \ static_assert(offsetof(BP_LightFixture_Master_C_Get_Parent, MI) == 0x000000, "Member 'BP_LightFixture_Master_C_Get_Parent::MI' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Get_Parent, Parent) == 0x000008, "Member 'BP_LightFixture_Master_C_Get_Parent::Parent' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Get_Parent, K2Node_DynamicCast_AsMaterial) == 0x000010, "Member 'BP_LightFixture_Master_C_Get_Parent::K2Node_DynamicCast_AsMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Get_Parent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_LightFixture_Master_C_Get_Parent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Get_Parent, K2Node_DynamicCast_AsMaterial_Instance_Dynamic) == 0x000020, "Member 'BP_LightFixture_Master_C_Get_Parent::K2Node_DynamicCast_AsMaterial_Instance_Dynamic' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Get_Parent, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_LightFixture_Master_C_Get_Parent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Get_Parent, CallFunc_GetBaseMaterial_ReturnValue) == 0x000030, "Member 'BP_LightFixture_Master_C_Get_Parent::CallFunc_GetBaseMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Get_Parent, K2Node_DynamicCast_AsMaterial_Instance) == 0x000038, "Member 'BP_LightFixture_Master_C_Get_Parent::K2Node_DynamicCast_AsMaterial_Instance' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Get_Parent, K2Node_DynamicCast_bSuccess_2) == 0x000040, "Member 'BP_LightFixture_Master_C_Get_Parent::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Get_Parent, CallFunc_GetBaseMaterial_ReturnValue_1) == 0x000048, "Member 'BP_LightFixture_Master_C_Get_Parent::CallFunc_GetBaseMaterial_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_Mobility_Check \ static_assert(alignof(BP_LightFixture_Master_C_Mobility_Check) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_Mobility_Check"); \ static_assert(sizeof(BP_LightFixture_Master_C_Mobility_Check) == 0x000078, "Wrong size on BP_LightFixture_Master_C_Mobility_Check"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, Mobility_0) == 0x000000, "Member 'BP_LightFixture_Master_C_Mobility_Check::Mobility_0' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_LightFixture_Master_C_Mobility_Check::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_LightFixture_Master_C_Mobility_Check::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_LightFixture_Master_C_Mobility_Check::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, Temp_int_Array_Index_Variable_2) == 0x000018, "Member 'BP_LightFixture_Master_C_Mobility_Check::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, Temp_int_Loop_Counter_Variable_1) == 0x00001C, "Member 'BP_LightFixture_Master_C_Mobility_Check::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, Temp_int_Loop_Counter_Variable_2) == 0x000024, "Member 'BP_LightFixture_Master_C_Mobility_Check::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000035, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_Add_IntInt_ReturnValue_2) == 0x000038, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_Array_Get_Item_1) == 0x000040, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_Array_Length_ReturnValue_1) == 0x000048, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_Less_IntInt_ReturnValue_1) == 0x00004C, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x00004D, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_IsValid_ReturnValue_1) == 0x00004E, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_SetSceneComponentMobility_ReturnValue) == 0x00004F, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_SetSceneComponentMobility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_GetChildrenComponents_Children) == 0x000050, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_IsValid_ReturnValue_2) == 0x000060, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_Array_Get_Item_2) == 0x000068, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_Array_Length_ReturnValue_2) == 0x000070, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Mobility_Check, CallFunc_Less_IntInt_ReturnValue_2) == 0x000074, "Member 'BP_LightFixture_Master_C_Mobility_Check::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_SoundLOC \ static_assert(alignof(BP_LightFixture_Master_C_SoundLOC) == 0x000004, "Wrong alignment on BP_LightFixture_Master_C_SoundLOC"); \ static_assert(sizeof(BP_LightFixture_Master_C_SoundLOC) == 0x000010, "Wrong size on BP_LightFixture_Master_C_SoundLOC"); \ static_assert(offsetof(BP_LightFixture_Master_C_SoundLOC, SoundLOC_0) == 0x000000, "Member 'BP_LightFixture_Master_C_SoundLOC::SoundLOC_0' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_SoundLOC, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'BP_LightFixture_Master_C_SoundLOC::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_SoundLOC, CallFunc_IsValid_ReturnValue_1) == 0x00000D, "Member 'BP_LightFixture_Master_C_SoundLOC::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_On_During_Day_Test \ static_assert(alignof(BP_LightFixture_Master_C_On_During_Day_Test) == 0x000010, "Wrong alignment on BP_LightFixture_Master_C_On_During_Day_Test"); \ static_assert(sizeof(BP_LightFixture_Master_C_On_During_Day_Test) == 0x000310, "Wrong size on BP_LightFixture_Master_C_On_During_Day_Test"); \ static_assert(offsetof(BP_LightFixture_Master_C_On_During_Day_Test, CallFunc_GetObjectName_ReturnValue) == 0x000000, "Member 'BP_LightFixture_Master_C_On_During_Day_Test::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_On_During_Day_Test, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'BP_LightFixture_Master_C_On_During_Day_Test::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_On_During_Day_Test, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000020, "Member 'BP_LightFixture_Master_C_On_During_Day_Test::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_On_During_Day_Test, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'BP_LightFixture_Master_C_On_During_Day_Test::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_On_During_Day_Test, CallFunc_GetEnvironmentalGlobals_EnvironmentalGlobals) == 0x000040, "Member 'BP_LightFixture_Master_C_On_During_Day_Test::CallFunc_GetEnvironmentalGlobals_EnvironmentalGlobals' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_On_During_Day_Test, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0002E0, "Member 'BP_LightFixture_Master_C_On_During_Day_Test::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_On_During_Day_Test, CallFunc_BooleanAND_ReturnValue) == 0x0002E1, "Member 'BP_LightFixture_Master_C_On_During_Day_Test::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_On_During_Day_Test, CallFunc_Conv_BoolToString_ReturnValue) == 0x0002E8, "Member 'BP_LightFixture_Master_C_On_During_Day_Test::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_On_During_Day_Test, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0002F8, "Member 'BP_LightFixture_Master_C_On_During_Day_Test::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_ExtDressing \ static_assert(alignof(BP_LightFixture_Master_C_ExtDressing) == 0x000010, "Wrong alignment on BP_LightFixture_Master_C_ExtDressing"); \ static_assert(sizeof(BP_LightFixture_Master_C_ExtDressing) == 0x000130, "Wrong size on BP_LightFixture_Master_C_ExtDressing"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000000, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_BreakTransform_Location) == 0x000030, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_BreakTransform_Rotation) == 0x00003C, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_BreakTransform_Scale) == 0x000048, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_BreakTransform_Location_1) == 0x000054, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_BreakTransform_Rotation_1) == 0x000060, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_BreakTransform_Scale_1) == 0x00006C, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_BreakRotator_Roll) == 0x000078, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_BreakRotator_Pitch) == 0x00007C, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_BreakRotator_Yaw) == 0x000080, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000084, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_BreakRotator_Roll_1) == 0x000090, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_BreakRotator_Pitch_1) == 0x000094, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_BreakRotator_Yaw_1) == 0x000098, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_Add_VectorVector_ReturnValue) == 0x00009C, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000A8, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0000AC, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0000B0, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_MakeRotator_ReturnValue) == 0x0000B4, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_MakeTransform_ReturnValue) == 0x0000C0, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_AddComponent_ReturnValue) == 0x0000F0, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0000F8, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_Array_Get_Item) == 0x000100, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_ExtDressing, CallFunc_LoadSyncronousActorClass_LoadedClass) == 0x000128, "Member 'BP_LightFixture_Master_C_ExtDressing::CallFunc_LoadSyncronousActorClass_LoadedClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_RT_Specific \ static_assert(alignof(BP_LightFixture_Master_C_RT_Specific) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_RT_Specific"); \ static_assert(sizeof(BP_LightFixture_Master_C_RT_Specific) == 0x000018, "Wrong size on BP_LightFixture_Master_C_RT_Specific"); \ static_assert(offsetof(BP_LightFixture_Master_C_RT_Specific, light) == 0x000000, "Member 'BP_LightFixture_Master_C_RT_Specific::light' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_RT_Specific, Attenuation_Threshold) == 0x000008, "Member 'BP_LightFixture_Master_C_RT_Specific::Attenuation_Threshold' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_RT_Specific, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_LightFixture_Master_C_RT_Specific::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_RT_Specific, CallFunc_SelectFloat_ReturnValue) == 0x000010, "Member 'BP_LightFixture_Master_C_RT_Specific::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_RT_Specific, CallFunc_Custom_Values_Result) == 0x000014, "Member 'BP_LightFixture_Master_C_RT_Specific::CallFunc_Custom_Values_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_SimpleLight_Struct \ static_assert(alignof(BP_LightFixture_Master_C_SimpleLight_Struct) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_SimpleLight_Struct"); \ static_assert(sizeof(BP_LightFixture_Master_C_SimpleLight_Struct) == 0x000008, "Wrong size on BP_LightFixture_Master_C_SimpleLight_Struct"); \ static_assert(offsetof(BP_LightFixture_Master_C_SimpleLight_Struct, light) == 0x000000, "Member 'BP_LightFixture_Master_C_SimpleLight_Struct::light' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_DumpLights \ static_assert(alignof(BP_LightFixture_Master_C_DumpLights) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_DumpLights"); \ static_assert(sizeof(BP_LightFixture_Master_C_DumpLights) == 0x0000F0, "Wrong size on BP_LightFixture_Master_C_DumpLights"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_LightFixture_Master_C_DumpLights::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_LightFixture_Master_C_DumpLights::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'BP_LightFixture_Master_C_DumpLights::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_LightFixture_Master_C_DumpLights::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000020, "Member 'BP_LightFixture_Master_C_DumpLights::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, CallFunc_GetObjectName_ReturnValue) == 0x000030, "Member 'BP_LightFixture_Master_C_DumpLights::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_LightFixture_Master_C_DumpLights::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_LightFixture_Master_C_DumpLights::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, CallFunc_IsVisible_ReturnValue) == 0x000058, "Member 'BP_LightFixture_Master_C_DumpLights::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'BP_LightFixture_Master_C_DumpLights::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, CallFunc_SelectString_ReturnValue) == 0x000070, "Member 'BP_LightFixture_Master_C_DumpLights::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'BP_LightFixture_Master_C_DumpLights::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, CallFunc_GetObjectName_ReturnValue_1) == 0x000090, "Member 'BP_LightFixture_Master_C_DumpLights::CallFunc_GetObjectName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A0, "Member 'BP_LightFixture_Master_C_DumpLights::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'BP_LightFixture_Master_C_DumpLights::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000B8, "Member 'BP_LightFixture_Master_C_DumpLights::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, CallFunc_Less_IntInt_ReturnValue) == 0x0000C8, "Member 'BP_LightFixture_Master_C_DumpLights::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000D0, "Member 'BP_LightFixture_Master_C_DumpLights::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_DumpLights, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000E0, "Member 'BP_LightFixture_Master_C_DumpLights::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_Set_Emissive \ static_assert(alignof(BP_LightFixture_Master_C_Set_Emissive) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_Set_Emissive"); \ static_assert(sizeof(BP_LightFixture_Master_C_Set_Emissive) == 0x000098, "Wrong size on BP_LightFixture_Master_C_Set_Emissive"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, LightIsOn) == 0x000000, "Member 'BP_LightFixture_Master_C_Set_Emissive::LightIsOn' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, CallFunc_Map_Values_Values) == 0x000008, "Member 'BP_LightFixture_Master_C_Set_Emissive::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_LightFixture_Master_C_Set_Emissive::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'BP_LightFixture_Master_C_Set_Emissive::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, CallFunc_GetMaterial_ReturnValue) == 0x000020, "Member 'BP_LightFixture_Master_C_Set_Emissive::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, K2Node_DynamicCast_AsMaterial_Instance_Dynamic) == 0x000028, "Member 'BP_LightFixture_Master_C_Set_Emissive::K2Node_DynamicCast_AsMaterial_Instance_Dynamic' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_LightFixture_Master_C_Set_Emissive::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000031, "Member 'BP_LightFixture_Master_C_Set_Emissive::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, CallFunc_IsValid_ReturnValue_1) == 0x000032, "Member 'BP_LightFixture_Master_C_Set_Emissive::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, CallFunc_Map_Values_Values_1) == 0x000038, "Member 'BP_LightFixture_Master_C_Set_Emissive::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, CallFunc_Map_Values_Values_2) == 0x000048, "Member 'BP_LightFixture_Master_C_Set_Emissive::CallFunc_Map_Values_Values_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'BP_LightFixture_Master_C_Set_Emissive::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, CallFunc_Array_Get_Item_2) == 0x00005C, "Member 'BP_LightFixture_Master_C_Set_Emissive::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, CallFunc_GetMaterial_ReturnValue_1) == 0x000060, "Member 'BP_LightFixture_Master_C_Set_Emissive::CallFunc_GetMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x000068, "Member 'BP_LightFixture_Master_C_Set_Emissive::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, K2Node_DynamicCast_AsMaterial_Instance_Dynamic_1) == 0x000070, "Member 'BP_LightFixture_Master_C_Set_Emissive::K2Node_DynamicCast_AsMaterial_Instance_Dynamic_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'BP_LightFixture_Master_C_Set_Emissive::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, CallFunc_Array_IsValidIndex_ReturnValue_2) == 0x000079, "Member 'BP_LightFixture_Master_C_Set_Emissive::CallFunc_Array_IsValidIndex_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, CallFunc_GetMaterial_ReturnValue_2) == 0x000080, "Member 'BP_LightFixture_Master_C_Set_Emissive::CallFunc_GetMaterial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, K2Node_DynamicCast_AsMaterial_Instance_Dynamic_2) == 0x000088, "Member 'BP_LightFixture_Master_C_Set_Emissive::K2Node_DynamicCast_AsMaterial_Instance_Dynamic_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, K2Node_DynamicCast_bSuccess_2) == 0x000090, "Member 'BP_LightFixture_Master_C_Set_Emissive::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, CallFunc_IsValid_ReturnValue_2) == 0x000091, "Member 'BP_LightFixture_Master_C_Set_Emissive::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Set_Emissive, CallFunc_IsValid_ReturnValue_3) == 0x000092, "Member 'BP_LightFixture_Master_C_Set_Emissive::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LightFixture_Master_C_Force_on_During_Probe_Captures \ static_assert(alignof(BP_LightFixture_Master_C_Force_on_During_Probe_Captures) == 0x000008, "Wrong alignment on BP_LightFixture_Master_C_Force_on_During_Probe_Captures"); \ static_assert(sizeof(BP_LightFixture_Master_C_Force_on_During_Probe_Captures) == 0x000038, "Wrong size on BP_LightFixture_Master_C_Force_on_During_Probe_Captures"); \ static_assert(offsetof(BP_LightFixture_Master_C_Force_on_During_Probe_Captures, ForceOn) == 0x000000, "Member 'BP_LightFixture_Master_C_Force_on_During_Probe_Captures::ForceOn' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Force_on_During_Probe_Captures, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_LightFixture_Master_C_Force_on_During_Probe_Captures::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Force_on_During_Probe_Captures, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_LightFixture_Master_C_Force_on_During_Probe_Captures::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Force_on_During_Probe_Captures, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_LightFixture_Master_C_Force_on_During_Probe_Captures::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Force_on_During_Probe_Captures, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000010, "Member 'BP_LightFixture_Master_C_Force_on_During_Probe_Captures::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Force_on_During_Probe_Captures, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_LightFixture_Master_C_Force_on_During_Probe_Captures::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Force_on_During_Probe_Captures, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_LightFixture_Master_C_Force_on_During_Probe_Captures::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_LightFixture_Master_C_Force_on_During_Probe_Captures, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_LightFixture_Master_C_Force_on_During_Probe_Captures::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_LightFixture_Master_C \ static_assert(alignof(ABP_LightFixture_Master_C) == 0x000010, "Wrong alignment on ABP_LightFixture_Master_C"); \ static_assert(sizeof(ABP_LightFixture_Master_C) == 0x000A90, "Wrong size on ABP_LightFixture_Master_C"); \ static_assert(offsetof(ABP_LightFixture_Master_C, UberGraphFrame) == 0x000248, "Member 'ABP_LightFixture_Master_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, AnimatedLightParameters) == 0x000250, "Member 'ABP_LightFixture_Master_C::AnimatedLightParameters' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, AK_BP_Light_Fixture_Master) == 0x000258, "Member 'ABP_LightFixture_Master_C::AK_BP_Light_Fixture_Master' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Lights) == 0x000260, "Member 'ABP_LightFixture_Master_C::Lights' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Base) == 0x000268, "Member 'ABP_LightFixture_Master_C::Base' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, DefaultSceneRoot) == 0x000270, "Member 'ABP_LightFixture_Master_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Add_Anchor) == 0x000278, "Member 'ABP_LightFixture_Master_C::Add_Anchor' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Anchor) == 0x000280, "Member 'ABP_LightFixture_Master_C::Anchor' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Add_Chain) == 0x000288, "Member 'ABP_LightFixture_Master_C::Add_Chain' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Chain_Length) == 0x00028C, "Member 'ABP_LightFixture_Master_C::Chain_Length' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Base_Offset) == 0x000290, "Member 'ABP_LightFixture_Master_C::Base_Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Scale_Factor) == 0x000294, "Member 'ABP_LightFixture_Master_C::Scale_Factor' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Link_To_Link_Offset) == 0x000298, "Member 'ABP_LightFixture_Master_C::Link_To_Link_Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Chain_Mesh) == 0x0002A0, "Member 'ABP_LightFixture_Master_C::Chain_Mesh' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Add_Rope) == 0x0002A8, "Member 'ABP_LightFixture_Master_C::Add_Rope' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Chain_Array) == 0x0002B0, "Member 'ABP_LightFixture_Master_C::Chain_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Chain_Index) == 0x0002C0, "Member 'ABP_LightFixture_Master_C::Chain_Index' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Chain_Index_Array) == 0x0002C8, "Member 'ABP_LightFixture_Master_C::Chain_Index_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Initial_Scale) == 0x0002D8, "Member 'ABP_LightFixture_Master_C::Initial_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Anchor_Mesh) == 0x0002E8, "Member 'ABP_LightFixture_Master_C::Anchor_Mesh' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Add_Candles) == 0x0002F0, "Member 'ABP_LightFixture_Master_C::Add_Candles' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Candle) == 0x0002F8, "Member 'ABP_LightFixture_Master_C::Candle' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Random_Seed) == 0x000300, "Member 'ABP_LightFixture_Master_C::Random_Seed' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Candle_Array) == 0x000308, "Member 'ABP_LightFixture_Master_C::Candle_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Candle_Offset) == 0x000318, "Member 'ABP_LightFixture_Master_C::Candle_Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Candle_Scale) == 0x00031C, "Member 'ABP_LightFixture_Master_C::Candle_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Add_Particles) == 0x000328, "Member 'ABP_LightFixture_Master_C::Add_Particles' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Niagara_System) == 0x000330, "Member 'ABP_LightFixture_Master_C::Niagara_System' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Custom_Particle) == 0x000338, "Member 'ABP_LightFixture_Master_C::Custom_Particle' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Particle) == 0x000340, "Member 'ABP_LightFixture_Master_C::Particle' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Particle_Scale) == 0x000348, "Member 'ABP_LightFixture_Master_C::Particle_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Particle_Offset) == 0x000354, "Member 'ABP_LightFixture_Master_C::Particle_Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Niagara_System_Array) == 0x000358, "Member 'ABP_LightFixture_Master_C::Niagara_System_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Niagara_System_Index_Array) == 0x000368, "Member 'ABP_LightFixture_Master_C::Niagara_System_Index_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Has_Emissive_Mat) == 0x000378, "Member 'ABP_LightFixture_Master_C::Has_Emissive_Mat' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Light_Source___Emissive_Color) == 0x00037C, "Member 'ABP_LightFixture_Master_C::Light_Source___Emissive_Color' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Light_Source___Emissive_Multiplier) == 0x00038C, "Member 'ABP_LightFixture_Master_C::Light_Source___Emissive_Multiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Point_Light_On) == 0x000390, "Member 'ABP_LightFixture_Master_C::Point_Light_On' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Spot_Light_On) == 0x000391, "Member 'ABP_LightFixture_Master_C::Spot_Light_On' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Add_Lights) == 0x000392, "Member 'ABP_LightFixture_Master_C::Add_Lights' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, point_Light) == 0x000398, "Member 'ABP_LightFixture_Master_C::point_Light' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Flicker) == 0x0003A0, "Member 'ABP_LightFixture_Master_C::Flicker' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Anim_Light) == 0x0003A8, "Member 'ABP_LightFixture_Master_C::Anim_Light' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Wave_Speed_1) == 0x0003B0, "Member 'ABP_LightFixture_Master_C::Wave_Speed_1' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Wave_Speed_2) == 0x0003B4, "Member 'ABP_LightFixture_Master_C::Wave_Speed_2' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Flicker_Min_intensity) == 0x0003B8, "Member 'ABP_LightFixture_Master_C::Flicker_Min_intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, CustomAttenuationRadius) == 0x0003C0, "Member 'ABP_LightFixture_Master_C::CustomAttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, AttenuationRadius) == 0x000410, "Member 'ABP_LightFixture_Master_C::AttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Intensity) == 0x000414, "Member 'ABP_LightFixture_Master_C::Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, CustomIntensity) == 0x000418, "Member 'ABP_LightFixture_Master_C::CustomIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Temperature) == 0x000468, "Member 'ABP_LightFixture_Master_C::Temperature' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, CustomTemperature) == 0x000470, "Member 'ABP_LightFixture_Master_C::CustomTemperature' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Volumetric_Scattering) == 0x0004C0, "Member 'ABP_LightFixture_Master_C::Volumetric_Scattering' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Color) == 0x0004C4, "Member 'ABP_LightFixture_Master_C::Color' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Cast_Shadow) == 0x0004D4, "Member 'ABP_LightFixture_Master_C::Cast_Shadow' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Project_Shadows) == 0x0004D5, "Member 'ABP_LightFixture_Master_C::Project_Shadows' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Static_Only_Shadows) == 0x0004D6, "Member 'ABP_LightFixture_Master_C::Static_Only_Shadows' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Shadow_Bias) == 0x0004D8, "Member 'ABP_LightFixture_Master_C::Shadow_Bias' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Contact_Shadow_Length) == 0x0004DC, "Member 'ABP_LightFixture_Master_C::Contact_Shadow_Length' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Indirect_Intensity) == 0x0004E0, "Member 'ABP_LightFixture_Master_C::Indirect_Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Point_Light_Offset) == 0x0004E4, "Member 'ABP_LightFixture_Master_C::Point_Light_Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Spot_Light) == 0x0004F0, "Member 'ABP_LightFixture_Master_C::Spot_Light' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Rotation_SL) == 0x0004F8, "Member 'ABP_LightFixture_Master_C::Rotation_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Spot_Light_Offset) == 0x000504, "Member 'ABP_LightFixture_Master_C::Spot_Light_Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, CustomAttenuationRadius_SL) == 0x000510, "Member 'ABP_LightFixture_Master_C::CustomAttenuationRadius_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, AttenuationRadius_SL) == 0x000560, "Member 'ABP_LightFixture_Master_C::AttenuationRadius_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, CustomIntensity_SL) == 0x000568, "Member 'ABP_LightFixture_Master_C::CustomIntensity_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Intensity_SL) == 0x0005B8, "Member 'ABP_LightFixture_Master_C::Intensity_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, CustomTemperature_SL) == 0x0005C0, "Member 'ABP_LightFixture_Master_C::CustomTemperature_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Temperature_SL) == 0x000610, "Member 'ABP_LightFixture_Master_C::Temperature_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Volumetric_Scatting_SL) == 0x000614, "Member 'ABP_LightFixture_Master_C::Volumetric_Scatting_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Color_SL) == 0x000618, "Member 'ABP_LightFixture_Master_C::Color_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Outer_Cone_Angle) == 0x000628, "Member 'ABP_LightFixture_Master_C::Outer_Cone_Angle' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Inner_Cone_Angle) == 0x00062C, "Member 'ABP_LightFixture_Master_C::Inner_Cone_Angle' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Cast_Shadows_SL) == 0x000630, "Member 'ABP_LightFixture_Master_C::Cast_Shadows_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Project_Shadows_SL) == 0x000631, "Member 'ABP_LightFixture_Master_C::Project_Shadows_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Static_Only_Shadows_SL) == 0x000632, "Member 'ABP_LightFixture_Master_C::Static_Only_Shadows_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Indirect_Intensity_SL) == 0x000634, "Member 'ABP_LightFixture_Master_C::Indirect_Intensity_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, ShadowBais) == 0x000638, "Member 'ABP_LightFixture_Master_C::ShadowBais' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Contact_Shadow_Length_SL) == 0x00063C, "Member 'ABP_LightFixture_Master_C::Contact_Shadow_Length_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Anchor_Scale) == 0x000640, "Member 'ABP_LightFixture_Master_C::Anchor_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Is_Outside) == 0x00064C, "Member 'ABP_LightFixture_Master_C::Is_Outside' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, On_During_Day) == 0x00064D, "Member 'ABP_LightFixture_Master_C::On_During_Day' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Ambient_Particles) == 0x00064E, "Member 'ABP_LightFixture_Master_C::Ambient_Particles' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, CandleFlame) == 0x000650, "Member 'ABP_LightFixture_Master_C::CandleFlame' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, CandleFlameArray) == 0x000658, "Member 'ABP_LightFixture_Master_C::CandleFlameArray' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Rotation) == 0x000668, "Member 'ABP_LightFixture_Master_C::Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Emissive_Mat) == 0x000678, "Member 'ABP_LightFixture_Master_C::Emissive_Mat' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Min_Distance) == 0x000680, "Member 'ABP_LightFixture_Master_C::Min_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Source_Radius) == 0x000688, "Member 'ABP_LightFixture_Master_C::Source_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Shadow_Resolution_Scale) == 0x0006D8, "Member 'ABP_LightFixture_Master_C::Shadow_Resolution_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Shadow_Clipping_Distance) == 0x0006DC, "Member 'ABP_LightFixture_Master_C::Shadow_Clipping_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Min_Distance_SL) == 0x0006E0, "Member 'ABP_LightFixture_Master_C::Min_Distance_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Source_Radius_SL) == 0x0006E4, "Member 'ABP_LightFixture_Master_C::Source_Radius_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Shadow_Resolution_Scale_SL) == 0x0006E8, "Member 'ABP_LightFixture_Master_C::Shadow_Resolution_Scale_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Shadow_Clipping_Distane_SL) == 0x0006EC, "Member 'ABP_LightFixture_Master_C::Shadow_Clipping_Distane_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Chain) == 0x0006F0, "Member 'ABP_LightFixture_Master_C::Chain' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Rope) == 0x000718, "Member 'ABP_LightFixture_Master_C::Rope' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Base_LOC) == 0x000740, "Member 'ABP_LightFixture_Master_C::Base_LOC' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Fake_Fog) == 0x000770, "Member 'ABP_LightFixture_Master_C::Fake_Fog' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Spot_LOC) == 0x000780, "Member 'ABP_LightFixture_Master_C::Spot_LOC' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, PointLightTexture) == 0x0007B0, "Member 'ABP_LightFixture_Master_C::PointLightTexture' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Day_Night_Adjuster) == 0x0007B8, "Member 'ABP_LightFixture_Master_C::Day_Night_Adjuster' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Run_Construction) == 0x0007C0, "Member 'ABP_LightFixture_Master_C::Run_Construction' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Enable_DayNight_Modulator) == 0x0007C1, "Member 'ABP_LightFixture_Master_C::Enable_DayNight_Modulator' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Max) == 0x0007C4, "Member 'ABP_LightFixture_Master_C::Max' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Night_Color_Mod) == 0x0007CC, "Member 'ABP_LightFixture_Master_C::Night_Color_Mod' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Day_Intensity_Factor) == 0x0007DC, "Member 'ABP_LightFixture_Master_C::Day_Intensity_Factor' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Light_Texture_Intensity_PL) == 0x0007E0, "Member 'ABP_LightFixture_Master_C::Light_Texture_Intensity_PL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, CullingPlanes) == 0x0007E8, "Member 'ABP_LightFixture_Master_C::CullingPlanes' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Light_Type) == 0x0007F8, "Member 'ABP_LightFixture_Master_C::Light_Type' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, LightTypeInputNames) == 0x000800, "Member 'ABP_LightFixture_Master_C::LightTypeInputNames' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, SL_Light_Texture) == 0x000810, "Member 'ABP_LightFixture_Master_C::SL_Light_Texture' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Light_Texture_Intensity_SL) == 0x000818, "Member 'ABP_LightFixture_Master_C::Light_Texture_Intensity_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Light_Culling_Planes_SL) == 0x000820, "Member 'ABP_LightFixture_Master_C::Light_Culling_Planes_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Add_Color_Flicker) == 0x000830, "Member 'ABP_LightFixture_Master_C::Add_Color_Flicker' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Saturtation_Noise_Amount) == 0x000834, "Member 'ABP_LightFixture_Master_C::Saturtation_Noise_Amount' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Saturation_Noise_Speed) == 0x000838, "Member 'ABP_LightFixture_Master_C::Saturation_Noise_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Hue_Noise_Amount) == 0x00083C, "Member 'ABP_LightFixture_Master_C::Hue_Noise_Amount' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Hue_Noise_Speed) == 0x000840, "Member 'ABP_LightFixture_Master_C::Hue_Noise_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Lamp_Material_PPM) == 0x000848, "Member 'ABP_LightFixture_Master_C::Lamp_Material_PPM' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Shade_Mats) == 0x000850, "Member 'ABP_LightFixture_Master_C::Shade_Mats' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Glass_Material) == 0x0008A0, "Member 'ABP_LightFixture_Master_C::Glass_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Cloth_Material) == 0x0008A8, "Member 'ABP_LightFixture_Master_C::Cloth_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Shade___Emissive_Multiplier) == 0x0008B0, "Member 'ABP_LightFixture_Master_C::Shade___Emissive_Multiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Emissive_Day_Mod) == 0x0008B4, "Member 'ABP_LightFixture_Master_C::Emissive_Day_Mod' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Has_Sound) == 0x0008B8, "Member 'ABP_LightFixture_Master_C::Has_Sound' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Sound_Offset) == 0x0008BC, "Member 'ABP_LightFixture_Master_C::Sound_Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, RiseSet) == 0x0008C8, "Member 'ABP_LightFixture_Master_C::RiseSet' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Light_Tag) == 0x0008CC, "Member 'ABP_LightFixture_Master_C::Light_Tag' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Light_Clipping_Planes_Actor) == 0x0008D8, "Member 'ABP_LightFixture_Master_C::Light_Clipping_Planes_Actor' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Invert_Clipping_Planes) == 0x0008E0, "Member 'ABP_LightFixture_Master_C::Invert_Clipping_Planes' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Point_Light_Shadow_Priority) == 0x0008E1, "Member 'ABP_LightFixture_Master_C::Point_Light_Shadow_Priority' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Spot_Light_Shadow_Priority) == 0x0008E2, "Member 'ABP_LightFixture_Master_C::Spot_Light_Shadow_Priority' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Light_Clipping_Volume_Actor) == 0x0008E8, "Member 'ABP_LightFixture_Master_C::Light_Clipping_Volume_Actor' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Volume_Mode) == 0x0008F0, "Member 'ABP_LightFixture_Master_C::Volume_Mode' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Max_Draw_Distance) == 0x0008F4, "Member 'ABP_LightFixture_Master_C::Max_Draw_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Max_Fade_Distance) == 0x0008F8, "Member 'ABP_LightFixture_Master_C::Max_Fade_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Swinging) == 0x0008FC, "Member 'ABP_LightFixture_Master_C::Swinging' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Cable_End_Adjustment) == 0x000900, "Member 'ABP_LightFixture_Master_C::Cable_End_Adjustment' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Cable_Width) == 0x00090C, "Member 'ABP_LightFixture_Master_C::Cable_Width' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Tile_Material) == 0x000910, "Member 'ABP_LightFixture_Master_C::Tile_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Material) == 0x000918, "Member 'ABP_LightFixture_Master_C::Material' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Cables) == 0x000920, "Member 'ABP_LightFixture_Master_C::Cables' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Cable_Length) == 0x000928, "Member 'ABP_LightFixture_Master_C::Cable_Length' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Physics_Constraint) == 0x000930, "Member 'ABP_LightFixture_Master_C::Physics_Constraint' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Base_Mass) == 0x000938, "Member 'ABP_LightFixture_Master_C::Base_Mass' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Angular_Dampening) == 0x00093C, "Member 'ABP_LightFixture_Master_C::Angular_Dampening' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Linear_Dampening) == 0x000940, "Member 'ABP_LightFixture_Master_C::Linear_Dampening' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Mobility) == 0x000944, "Member 'ABP_LightFixture_Master_C::Mobility' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Ambient_Particle_2) == 0x000948, "Member 'ABP_LightFixture_Master_C::Ambient_Particle_2' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Shadow_Quality_Level) == 0x000950, "Member 'ABP_LightFixture_Master_C::Shadow_Quality_Level' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Shadow_Quality_Level_SL) == 0x000951, "Member 'ABP_LightFixture_Master_C::Shadow_Quality_Level_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, FatCandles) == 0x000958, "Member 'ABP_LightFixture_Master_C::FatCandles' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, SkinnyCandles) == 0x000968, "Member 'ABP_LightFixture_Master_C::SkinnyCandles' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, UseSkinny) == 0x000978, "Member 'ABP_LightFixture_Master_C::UseSkinny' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Candles_CastShadows) == 0x000979, "Member 'ABP_LightFixture_Master_C::Candles_CastShadows' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Sound_LOC) == 0x00097C, "Member 'ABP_LightFixture_Master_C::Sound_LOC' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Light_Source_Emissive___Local) == 0x000988, "Member 'ABP_LightFixture_Master_C::Light_Source_Emissive___Local' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Shade___Emissive_Local) == 0x00098C, "Member 'ABP_LightFixture_Master_C::Shade___Emissive_Local' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Emissive_Source) == 0x000990, "Member 'ABP_LightFixture_Master_C::Emissive_Source' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Emissive_Shade) == 0x000998, "Member 'ABP_LightFixture_Master_C::Emissive_Shade' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Light_Priority_PL) == 0x0009A0, "Member 'ABP_LightFixture_Master_C::Light_Priority_PL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Light_Priority_SL) == 0x0009A1, "Member 'ABP_LightFixture_Master_C::Light_Priority_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, DayNightController) == 0x0009A8, "Member 'ABP_LightFixture_Master_C::DayNightController' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Test) == 0x0009B0, "Member 'ABP_LightFixture_Master_C::Test' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, DressingAssets) == 0x0009B8, "Member 'ABP_LightFixture_Master_C::DressingAssets' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Dressing_____NOOO) == 0x0009C8, "Member 'ABP_LightFixture_Master_C::Dressing_____NOOO' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Add_Dressing) == 0x0009CC, "Member 'ABP_LightFixture_Master_C::Add_Dressing' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, DressingType) == 0x0009CD, "Member 'ABP_LightFixture_Master_C::DressingType' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Dressing_Custom_Transform) == 0x0009D0, "Member 'ABP_LightFixture_Master_C::Dressing_Custom_Transform' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Ambient_Particle) == 0x000A00, "Member 'ABP_LightFixture_Master_C::Ambient_Particle' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Split_Emissives) == 0x000A08, "Member 'ABP_LightFixture_Master_C::Split_Emissives' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, LampEmissivesForSplit) == 0x000A10, "Member 'ABP_LightFixture_Master_C::LampEmissivesForSplit' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Light_Shade___Emissive_Color) == 0x000A60, "Member 'ABP_LightFixture_Master_C::Light_Shade___Emissive_Color' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Candle_Flame_Emissive_Strength) == 0x000A70, "Member 'ABP_LightFixture_Master_C::Candle_Flame_Emissive_Strength' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, DestroyRoot) == 0x000A74, "Member 'ABP_LightFixture_Master_C::DestroyRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, CustomLOC) == 0x000A75, "Member 'ABP_LightFixture_Master_C::CustomLOC' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Condition) == 0x000A76, "Member 'ABP_LightFixture_Master_C::Condition' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Override_Values) == 0x000A77, "Member 'ABP_LightFixture_Master_C::Override_Values' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Attunation_Threshold) == 0x000A78, "Member 'ABP_LightFixture_Master_C::Attunation_Threshold' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Attenuation_Threshold_SL) == 0x000A7C, "Member 'ABP_LightFixture_Master_C::Attenuation_Threshold_SL' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Large_Attenuation_Radius) == 0x000A80, "Member 'ABP_LightFixture_Master_C::Large_Attenuation_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Small_Attenuation_Radius) == 0x000A84, "Member 'ABP_LightFixture_Master_C::Small_Attenuation_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Convert_To_Simple_Light) == 0x000A88, "Member 'ABP_LightFixture_Master_C::Convert_To_Simple_Light' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, Custom_Shadow_Distance) == 0x000A89, "Member 'ABP_LightFixture_Master_C::Custom_Shadow_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, NewVar_0) == 0x000A8A, "Member 'ABP_LightFixture_Master_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(ABP_LightFixture_Master_C, InBeginPlay) == 0x000A8B, "Member 'ABP_LightFixture_Master_C::InBeginPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget \ static_assert(alignof(UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget) == 0x000008, "Wrong alignment on UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget"); \ static_assert(sizeof(UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget) == 0x000130, "Wrong size on UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget, EntryPoint) == 0x000000, "Member 'UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget, K2Node_SwitchEnum_CmpSuccess) == 0x000005, "Member 'UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget, K2Node_MakeStruct_SlateBrush) == 0x000008, "Member 'UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget, K2Node_MakeStruct_SlateBrush_1) == 0x000090, "Member 'UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget, CallFunc_IsValid_ReturnValue) == 0x000118, "Member 'UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget, CallFunc_IsValid_ReturnValue_1) == 0x000119, "Member 'UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget, K2Node_CreateDelegate_OutputDelegate) == 0x00011C, "Member 'UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget, CallFunc_IsNeedMet_ReturnValue) == 0x00012C, "Member 'UI_BP_CreatureNeedWidget_C_ExecuteUbergraph_UI_BP_CreatureNeedWidget::CallFunc_IsNeedMet_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureNeedWidget_C_PreConstruct \ static_assert(alignof(UI_BP_CreatureNeedWidget_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_CreatureNeedWidget_C_PreConstruct"); \ static_assert(sizeof(UI_BP_CreatureNeedWidget_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_CreatureNeedWidget_C_PreConstruct"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_CreatureNeedWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureNeedWidget_C_Update \ static_assert(alignof(UI_BP_CreatureNeedWidget_C_Update) == 0x000008, "Wrong alignment on UI_BP_CreatureNeedWidget_C_Update"); \ static_assert(sizeof(UI_BP_CreatureNeedWidget_C_Update) == 0x000038, "Wrong size on UI_BP_CreatureNeedWidget_C_Update"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_Update, IsNeedMet) == 0x000000, "Member 'UI_BP_CreatureNeedWidget_C_Update::IsNeedMet' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_Update, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_CreatureNeedWidget_C_Update::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_Update, K2Node_MakeStruct_DataTableRowHandle) == 0x000008, "Member 'UI_BP_CreatureNeedWidget_C_Update::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_Update, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000018, "Member 'UI_BP_CreatureNeedWidget_C_Update::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_Update, K2Node_Select_Default) == 0x000028, "Member 'UI_BP_CreatureNeedWidget_C_Update::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureNeedWidget_C_UpdateWithCreatureState \ static_assert(alignof(UI_BP_CreatureNeedWidget_C_UpdateWithCreatureState) == 0x000008, "Wrong alignment on UI_BP_CreatureNeedWidget_C_UpdateWithCreatureState"); \ static_assert(sizeof(UI_BP_CreatureNeedWidget_C_UpdateWithCreatureState) == 0x000020, "Wrong size on UI_BP_CreatureNeedWidget_C_UpdateWithCreatureState"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_UpdateWithCreatureState, CreatureState_0) == 0x000000, "Member 'UI_BP_CreatureNeedWidget_C_UpdateWithCreatureState::CreatureState_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_UpdateWithCreatureState, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureNeedWidget_C_UpdateWithCreatureState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNeedWidget_C_UpdateWithCreatureState, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'UI_BP_CreatureNeedWidget_C_UpdateWithCreatureState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CreatureNeedWidget_C \ static_assert(alignof(UUI_BP_CreatureNeedWidget_C) == 0x000008, "Wrong alignment on UUI_BP_CreatureNeedWidget_C"); \ static_assert(sizeof(UUI_BP_CreatureNeedWidget_C) == 0x000298, "Wrong size on UUI_BP_CreatureNeedWidget_C"); \ static_assert(offsetof(UUI_BP_CreatureNeedWidget_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_CreatureNeedWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureNeedWidget_C, iconBack) == 0x000270, "Member 'UUI_BP_CreatureNeedWidget_C::iconBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureNeedWidget_C, NeedIcon) == 0x000278, "Member 'UUI_BP_CreatureNeedWidget_C::NeedIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureNeedWidget_C, BrushSize) == 0x000280, "Member 'UUI_BP_CreatureNeedWidget_C::BrushSize' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureNeedWidget_C, CreatureNeed) == 0x000288, "Member 'UUI_BP_CreatureNeedWidget_C::CreatureNeed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureNeedWidget_C, CreatureState) == 0x000290, "Member 'UUI_BP_CreatureNeedWidget_C::CreatureState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_Lag_Default_C \ static_assert(alignof(UBP_Lag_Default_C) == 0x000008, "Wrong alignment on UBP_Lag_Default_C"); \ static_assert(sizeof(UBP_Lag_Default_C) == 0x000218, "Wrong size on UBP_Lag_Default_C"); \ #define DUMPER7_ASSERTS_UABL_TurnMove_Start_C \ static_assert(alignof(UABL_TurnMove_Start_C) == 0x000008, "Wrong alignment on UABL_TurnMove_Start_C"); \ static_assert(sizeof(UABL_TurnMove_Start_C) == 0x0000C8, "Wrong size on UABL_TurnMove_Start_C"); \ #define DUMPER7_ASSERTS_UBP_PitchToFocalLength_Default_C \ static_assert(alignof(UBP_PitchToFocalLength_Default_C) == 0x000008, "Wrong alignment on UBP_PitchToFocalLength_Default_C"); \ static_assert(sizeof(UBP_PitchToFocalLength_Default_C) == 0x0001D8, "Wrong size on UBP_PitchToFocalLength_Default_C"); \ #define DUMPER7_ASSERTS_FL_Brooms_C_PutPlayerOnBroom \ static_assert(alignof(FL_Brooms_C_PutPlayerOnBroom) == 0x000008, "Wrong alignment on FL_Brooms_C_PutPlayerOnBroom"); \ static_assert(sizeof(FL_Brooms_C_PutPlayerOnBroom) == 0x000050, "Wrong size on FL_Brooms_C_PutPlayerOnBroom"); \ static_assert(offsetof(FL_Brooms_C_PutPlayerOnBroom, InActor) == 0x000000, "Member 'FL_Brooms_C_PutPlayerOnBroom::InActor' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_PutPlayerOnBroom, InBroomCapsule) == 0x000008, "Member 'FL_Brooms_C_PutPlayerOnBroom::InBroomCapsule' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_PutPlayerOnBroom, InBroomProp) == 0x000010, "Member 'FL_Brooms_C_PutPlayerOnBroom::InBroomProp' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_PutPlayerOnBroom, MountType) == 0x000018, "Member 'FL_Brooms_C_PutPlayerOnBroom::MountType' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_PutPlayerOnBroom, __WorldContext) == 0x000020, "Member 'FL_Brooms_C_PutPlayerOnBroom::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_PutPlayerOnBroom, K2Node_DynamicCast_AsBiped_Player) == 0x000028, "Member 'FL_Brooms_C_PutPlayerOnBroom::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_PutPlayerOnBroom, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'FL_Brooms_C_PutPlayerOnBroom::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_PutPlayerOnBroom, CallFunc_MakeLiteralName_ReturnValue) == 0x000034, "Member 'FL_Brooms_C_PutPlayerOnBroom::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_PutPlayerOnBroom, CallFunc_MakeLiteralName_ReturnValue_1) == 0x00003C, "Member 'FL_Brooms_C_PutPlayerOnBroom::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_PutPlayerOnBroom, CallFunc_MakeLiteralName_ReturnValue_2) == 0x000044, "Member 'FL_Brooms_C_PutPlayerOnBroom::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_Brooms_C_GetPlayerBroom \ static_assert(alignof(FL_Brooms_C_GetPlayerBroom) == 0x000008, "Wrong alignment on FL_Brooms_C_GetPlayerBroom"); \ static_assert(sizeof(FL_Brooms_C_GetPlayerBroom) == 0x000040, "Wrong size on FL_Brooms_C_GetPlayerBroom"); \ static_assert(offsetof(FL_Brooms_C_GetPlayerBroom, Caller) == 0x000000, "Member 'FL_Brooms_C_GetPlayerBroom::Caller' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_GetPlayerBroom, __WorldContext) == 0x000008, "Member 'FL_Brooms_C_GetPlayerBroom::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_GetPlayerBroom, Player_Broom) == 0x000010, "Member 'FL_Brooms_C_GetPlayerBroom::Player_Broom' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_GetPlayerBroom, CallFunc_GetPlayerPawn_ReturnValue) == 0x000018, "Member 'FL_Brooms_C_GetPlayerBroom::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_GetPlayerBroom, CallFunc_GetAttachParentActor_ReturnValue) == 0x000020, "Member 'FL_Brooms_C_GetPlayerBroom::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_GetPlayerBroom, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'FL_Brooms_C_GetPlayerBroom::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_GetPlayerBroom, K2Node_DynamicCast_AsFlying_Broom) == 0x000030, "Member 'FL_Brooms_C_GetPlayerBroom::K2Node_DynamicCast_AsFlying_Broom' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_GetPlayerBroom, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'FL_Brooms_C_GetPlayerBroom::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_Brooms_C_IsPlayerWalking \ static_assert(alignof(FL_Brooms_C_IsPlayerWalking) == 0x000008, "Wrong alignment on FL_Brooms_C_IsPlayerWalking"); \ static_assert(sizeof(FL_Brooms_C_IsPlayerWalking) == 0x000060, "Wrong size on FL_Brooms_C_IsPlayerWalking"); \ static_assert(offsetof(FL_Brooms_C_IsPlayerWalking, Biped_Player) == 0x000000, "Member 'FL_Brooms_C_IsPlayerWalking::Biped_Player' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_IsPlayerWalking, __WorldContext) == 0x000008, "Member 'FL_Brooms_C_IsPlayerWalking::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_IsPlayerWalking, IsWalking_) == 0x000010, "Member 'FL_Brooms_C_IsPlayerWalking::IsWalking_' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_IsPlayerWalking, IsWalking) == 0x000011, "Member 'FL_Brooms_C_IsPlayerWalking::IsWalking' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_IsPlayerWalking, K2Node_DynamicCast_AsCreature_Character) == 0x000018, "Member 'FL_Brooms_C_IsPlayerWalking::K2Node_DynamicCast_AsCreature_Character' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_IsPlayerWalking, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'FL_Brooms_C_IsPlayerWalking::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_IsPlayerWalking, K2Node_DynamicCast_AsBiped_Player) == 0x000028, "Member 'FL_Brooms_C_IsPlayerWalking::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_IsPlayerWalking, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'FL_Brooms_C_IsPlayerWalking::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_IsPlayerWalking, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'FL_Brooms_C_IsPlayerWalking::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_IsPlayerWalking, CallFunc_GetAttachParentActor_ReturnValue) == 0x000038, "Member 'FL_Brooms_C_IsPlayerWalking::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_IsPlayerWalking, K2Node_DynamicCast_AsCreature_Character_1) == 0x000040, "Member 'FL_Brooms_C_IsPlayerWalking::K2Node_DynamicCast_AsCreature_Character_1' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_IsPlayerWalking, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'FL_Brooms_C_IsPlayerWalking::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_IsPlayerWalking, K2Node_DynamicCast_AsFlying_Broom) == 0x000050, "Member 'FL_Brooms_C_IsPlayerWalking::K2Node_DynamicCast_AsFlying_Broom' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_IsPlayerWalking, K2Node_DynamicCast_bSuccess_3) == 0x000058, "Member 'FL_Brooms_C_IsPlayerWalking::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(FL_Brooms_C_IsPlayerWalking, CallFunc_IsValid_ReturnValue_1) == 0x000059, "Member 'FL_Brooms_C_IsPlayerWalking::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFL_Brooms_C \ static_assert(alignof(UFL_Brooms_C) == 0x000008, "Wrong alignment on UFL_Brooms_C"); \ static_assert(sizeof(UFL_Brooms_C) == 0x000028, "Wrong size on UFL_Brooms_C"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget \ static_assert(alignof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget) == 0x000008, "Wrong alignment on UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget"); \ static_assert(sizeof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget) == 0x0000C0, "Wrong size on UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget, EntryPoint) == 0x000000, "Member 'UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget, K2Node_Event_IntroType) == 0x000004, "Member 'UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget, K2Node_MakeStruct_LegendItemData) == 0x000008, "Member 'UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget, K2Node_MakeStruct_LegendItemData_1) == 0x000038, "Member 'UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget, K2Node_Event_IsDesignTime) == 0x000068, "Member 'UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget, K2Node_MakeArray_Array) == 0x000070, "Member 'UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget, K2Node_Event_IntroType_1) == 0x000080, "Member 'UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget::K2Node_Event_IntroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget, K2Node_Event_IntroDuration) == 0x000084, "Member 'UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000088, "Member 'UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget, K2Node_Event_OutroType_1) == 0x00008C, "Member 'UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget::K2Node_Event_OutroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget, K2Node_Event_OutroDuration) == 0x000090, "Member 'UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget, CallFunc_PlayAnimationForward_ReturnValue) == 0x000098, "Member 'UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget, K2Node_Event_CreatureState) == 0x0000A8, "Member 'UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget::K2Node_Event_CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0000B0, "Member 'UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget, K2Node_Event_OutroType) == 0x0000B8, "Member 'UI_BP_CreatureAbandonWidget_C_ExecuteUbergraph_UI_BP_CreatureAbandonWidget::K2Node_Event_OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureAbandonWidget_C_OnIntroEnded \ static_assert(alignof(UI_BP_CreatureAbandonWidget_C_OnIntroEnded) == 0x000004, "Wrong alignment on UI_BP_CreatureAbandonWidget_C_OnIntroEnded"); \ static_assert(sizeof(UI_BP_CreatureAbandonWidget_C_OnIntroEnded) == 0x000004, "Wrong size on UI_BP_CreatureAbandonWidget_C_OnIntroEnded"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_OnIntroEnded, IntroType) == 0x000000, "Member 'UI_BP_CreatureAbandonWidget_C_OnIntroEnded::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureAbandonWidget_C_OnOutroEnded \ static_assert(alignof(UI_BP_CreatureAbandonWidget_C_OnOutroEnded) == 0x000004, "Wrong alignment on UI_BP_CreatureAbandonWidget_C_OnOutroEnded"); \ static_assert(sizeof(UI_BP_CreatureAbandonWidget_C_OnOutroEnded) == 0x000004, "Wrong size on UI_BP_CreatureAbandonWidget_C_OnOutroEnded"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_OnOutroEnded, OutroType) == 0x000000, "Member 'UI_BP_CreatureAbandonWidget_C_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureAbandonWidget_C_I_SetCreatureState \ static_assert(alignof(UI_BP_CreatureAbandonWidget_C_I_SetCreatureState) == 0x000008, "Wrong alignment on UI_BP_CreatureAbandonWidget_C_I_SetCreatureState"); \ static_assert(sizeof(UI_BP_CreatureAbandonWidget_C_I_SetCreatureState) == 0x000008, "Wrong size on UI_BP_CreatureAbandonWidget_C_I_SetCreatureState"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_I_SetCreatureState, CreatureState) == 0x000000, "Member 'UI_BP_CreatureAbandonWidget_C_I_SetCreatureState::CreatureState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureAbandonWidget_C_OnOutroStarted \ static_assert(alignof(UI_BP_CreatureAbandonWidget_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_CreatureAbandonWidget_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_CreatureAbandonWidget_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_CreatureAbandonWidget_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_CreatureAbandonWidget_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_CreatureAbandonWidget_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureAbandonWidget_C_OnIntroStarted \ static_assert(alignof(UI_BP_CreatureAbandonWidget_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_CreatureAbandonWidget_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_CreatureAbandonWidget_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_CreatureAbandonWidget_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_CreatureAbandonWidget_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_CreatureAbandonWidget_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureAbandonWidget_C_PreConstruct \ static_assert(alignof(UI_BP_CreatureAbandonWidget_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_CreatureAbandonWidget_C_PreConstruct"); \ static_assert(sizeof(UI_BP_CreatureAbandonWidget_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_CreatureAbandonWidget_C_PreConstruct"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_CreatureAbandonWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureAbandonWidget_C_SetCreatureState \ static_assert(alignof(UI_BP_CreatureAbandonWidget_C_SetCreatureState) == 0x000008, "Wrong alignment on UI_BP_CreatureAbandonWidget_C_SetCreatureState"); \ static_assert(sizeof(UI_BP_CreatureAbandonWidget_C_SetCreatureState) == 0x000050, "Wrong size on UI_BP_CreatureAbandonWidget_C_SetCreatureState"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_SetCreatureState, CreatureState) == 0x000000, "Member 'UI_BP_CreatureAbandonWidget_C_SetCreatureState::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_SetCreatureState, Temp_object_Variable) == 0x000008, "Member 'UI_BP_CreatureAbandonWidget_C_SetCreatureState::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_SetCreatureState, CallFunc_GetDefinition_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureAbandonWidget_C_SetCreatureState::CallFunc_GetDefinition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_SetCreatureState, CallFunc_IsEgg_ReturnValue) == 0x000018, "Member 'UI_BP_CreatureAbandonWidget_C_SetCreatureState::CallFunc_IsEgg_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_SetCreatureState, CallFunc_GetIsMale_ReturnValue) == 0x000019, "Member 'UI_BP_CreatureAbandonWidget_C_SetCreatureState::CallFunc_GetIsMale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_SetCreatureState, CallFunc_IsPregnant_ReturnValue) == 0x00001A, "Member 'UI_BP_CreatureAbandonWidget_C_SetCreatureState::CallFunc_IsPregnant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_SetCreatureState, CallFunc_GetCreatureIconTextureName_IconTextureName) == 0x000020, "Member 'UI_BP_CreatureAbandonWidget_C_SetCreatureState::CallFunc_GetCreatureIconTextureName_IconTextureName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_SetCreatureState, Temp_object_Variable_1) == 0x000030, "Member 'UI_BP_CreatureAbandonWidget_C_SetCreatureState::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_SetCreatureState, Temp_bool_Variable) == 0x000038, "Member 'UI_BP_CreatureAbandonWidget_C_SetCreatureState::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_SetCreatureState, K2Node_Select_Default) == 0x000040, "Member 'UI_BP_CreatureAbandonWidget_C_SetCreatureState::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_SetCreatureState, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000048, "Member 'UI_BP_CreatureAbandonWidget_C_SetCreatureState::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction) == 0x000004, "Wrong alignment on UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction) == 0x000010, "Wrong size on UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000008, "Member 'UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000C, "Member 'UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000D, "Member 'UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00000E, "Member 'UI_BP_CreatureAbandonWidget_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings) == 0x0000D8, "Wrong size on UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000048, "Member 'UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000060, "Member 'UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000078, "Member 'UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000090, "Member 'UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x0000A8, "Member 'UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000C0, "Member 'UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000D0, "Member 'UI_BP_CreatureAbandonWidget_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CreatureAbandonWidget_C \ static_assert(alignof(UUI_BP_CreatureAbandonWidget_C) == 0x000008, "Wrong alignment on UUI_BP_CreatureAbandonWidget_C"); \ static_assert(sizeof(UUI_BP_CreatureAbandonWidget_C) == 0x0003D0, "Wrong size on UUI_BP_CreatureAbandonWidget_C"); \ static_assert(offsetof(UUI_BP_CreatureAbandonWidget_C, UberGraphFrame) == 0x000370, "Member 'UUI_BP_CreatureAbandonWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureAbandonWidget_C, AnimateIn) == 0x000378, "Member 'UUI_BP_CreatureAbandonWidget_C::AnimateIn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureAbandonWidget_C, AreYouSureText) == 0x000380, "Member 'UUI_BP_CreatureAbandonWidget_C::AreYouSureText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureAbandonWidget_C, boxBorder) == 0x000388, "Member 'UUI_BP_CreatureAbandonWidget_C::boxBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureAbandonWidget_C, CreatureGenderIcon) == 0x000390, "Member 'UUI_BP_CreatureAbandonWidget_C::CreatureGenderIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureAbandonWidget_C, CreatureImage) == 0x000398, "Member 'UUI_BP_CreatureAbandonWidget_C::CreatureImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureAbandonWidget_C, CreatureNameText) == 0x0003A0, "Member 'UUI_BP_CreatureAbandonWidget_C::CreatureNameText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureAbandonWidget_C, menuBoxTitle) == 0x0003A8, "Member 'UUI_BP_CreatureAbandonWidget_C::menuBoxTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureAbandonWidget_C, PopupLegend) == 0x0003B0, "Member 'UUI_BP_CreatureAbandonWidget_C::PopupLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureAbandonWidget_C, PregnancyIcon) == 0x0003B8, "Member 'UUI_BP_CreatureAbandonWidget_C::PregnancyIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureAbandonWidget_C, OnClosed) == 0x0003C0, "Member 'UUI_BP_CreatureAbandonWidget_C::OnClosed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NurtureProgressDiamond_C_ExecuteUbergraph_UI_BP_NurtureProgressDiamond \ static_assert(alignof(UI_BP_NurtureProgressDiamond_C_ExecuteUbergraph_UI_BP_NurtureProgressDiamond) == 0x000004, "Wrong alignment on UI_BP_NurtureProgressDiamond_C_ExecuteUbergraph_UI_BP_NurtureProgressDiamond"); \ static_assert(sizeof(UI_BP_NurtureProgressDiamond_C_ExecuteUbergraph_UI_BP_NurtureProgressDiamond) == 0x000008, "Wrong size on UI_BP_NurtureProgressDiamond_C_ExecuteUbergraph_UI_BP_NurtureProgressDiamond"); \ static_assert(offsetof(UI_BP_NurtureProgressDiamond_C_ExecuteUbergraph_UI_BP_NurtureProgressDiamond, EntryPoint) == 0x000000, "Member 'UI_BP_NurtureProgressDiamond_C_ExecuteUbergraph_UI_BP_NurtureProgressDiamond::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NurtureProgressDiamond_C_ExecuteUbergraph_UI_BP_NurtureProgressDiamond, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_NurtureProgressDiamond_C_ExecuteUbergraph_UI_BP_NurtureProgressDiamond::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NurtureProgressDiamond_C_PreConstruct \ static_assert(alignof(UI_BP_NurtureProgressDiamond_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_NurtureProgressDiamond_C_PreConstruct"); \ static_assert(sizeof(UI_BP_NurtureProgressDiamond_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_NurtureProgressDiamond_C_PreConstruct"); \ static_assert(offsetof(UI_BP_NurtureProgressDiamond_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_NurtureProgressDiamond_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NurtureProgressDiamond_C_SetImageName \ static_assert(alignof(UI_BP_NurtureProgressDiamond_C_SetImageName) == 0x000008, "Wrong alignment on UI_BP_NurtureProgressDiamond_C_SetImageName"); \ static_assert(sizeof(UI_BP_NurtureProgressDiamond_C_SetImageName) == 0x000018, "Wrong size on UI_BP_NurtureProgressDiamond_C_SetImageName"); \ static_assert(offsetof(UI_BP_NurtureProgressDiamond_C_SetImageName, ImageName) == 0x000000, "Member 'UI_BP_NurtureProgressDiamond_C_SetImageName::ImageName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NurtureProgressDiamond_C_SetImageName, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000010, "Member 'UI_BP_NurtureProgressDiamond_C_SetImageName::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NurtureProgressDiamond_C_SetProgress \ static_assert(alignof(UI_BP_NurtureProgressDiamond_C_SetProgress) == 0x000008, "Wrong alignment on UI_BP_NurtureProgressDiamond_C_SetProgress"); \ static_assert(sizeof(UI_BP_NurtureProgressDiamond_C_SetProgress) == 0x000018, "Wrong size on UI_BP_NurtureProgressDiamond_C_SetProgress"); \ static_assert(offsetof(UI_BP_NurtureProgressDiamond_C_SetProgress, progress) == 0x000000, "Member 'UI_BP_NurtureProgressDiamond_C_SetProgress::progress' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NurtureProgressDiamond_C_SetProgress, CallFunc_FClamp_ReturnValue) == 0x000004, "Member 'UI_BP_NurtureProgressDiamond_C_SetProgress::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NurtureProgressDiamond_C_SetProgress, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'UI_BP_NurtureProgressDiamond_C_SetProgress::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NurtureProgressDiamond_C_SetProgress, K2Node_MathExpression_ReturnValue) == 0x000010, "Member 'UI_BP_NurtureProgressDiamond_C_SetProgress::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_NurtureProgressDiamond_C \ static_assert(alignof(UUI_BP_NurtureProgressDiamond_C) == 0x000008, "Wrong alignment on UUI_BP_NurtureProgressDiamond_C"); \ static_assert(sizeof(UUI_BP_NurtureProgressDiamond_C) == 0x000290, "Wrong size on UUI_BP_NurtureProgressDiamond_C"); \ static_assert(offsetof(UUI_BP_NurtureProgressDiamond_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_NurtureProgressDiamond_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NurtureProgressDiamond_C, HitZone) == 0x000270, "Member 'UUI_BP_NurtureProgressDiamond_C::HitZone' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NurtureProgressDiamond_C, MainImage) == 0x000278, "Member 'UUI_BP_NurtureProgressDiamond_C::MainImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NurtureProgressDiamond_C, progressMeter) == 0x000280, "Member 'UUI_BP_NurtureProgressDiamond_C::progressMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NurtureProgressDiamond_C, MinimumFill) == 0x000288, "Member 'UUI_BP_NurtureProgressDiamond_C::MinimumFill' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary \ static_assert(alignof(UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary) == 0x000008, "Wrong alignment on UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary"); \ static_assert(sizeof(UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary) == 0x000078, "Wrong size on UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary, EntryPoint) == 0x000000, "Member 'UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary, K2Node_Event_MyGeometry) == 0x000004, "Member 'UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary, CallFunc_MakeTimespan_ReturnValue) == 0x000048, "Member 'UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary::CallFunc_MakeTimespan_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary, CallFunc_GetTimeRemainingText_TimeRemainingText) == 0x000058, "Member 'UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary::CallFunc_GetTimeRemainingText_TimeRemainingText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary, CallFunc_IsByproductOnCooldown_ReturnValue) == 0x000070, "Member 'UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary::CallFunc_IsByproductOnCooldown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary, K2Node_Event_IsDesignTime) == 0x000071, "Member 'UI_BP_CreatureStatusSummary_C_ExecuteUbergraph_UI_BP_CreatureStatusSummary::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureStatusSummary_C_PreConstruct \ static_assert(alignof(UI_BP_CreatureStatusSummary_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_CreatureStatusSummary_C_PreConstruct"); \ static_assert(sizeof(UI_BP_CreatureStatusSummary_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_CreatureStatusSummary_C_PreConstruct"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_CreatureStatusSummary_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureStatusSummary_C_Tick \ static_assert(alignof(UI_BP_CreatureStatusSummary_C_Tick) == 0x000004, "Wrong alignment on UI_BP_CreatureStatusSummary_C_Tick"); \ static_assert(sizeof(UI_BP_CreatureStatusSummary_C_Tick) == 0x00003C, "Wrong size on UI_BP_CreatureStatusSummary_C_Tick"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_CreatureStatusSummary_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_CreatureStatusSummary_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureStatusSummary_C_Setup \ static_assert(alignof(UI_BP_CreatureStatusSummary_C_Setup) == 0x000008, "Wrong alignment on UI_BP_CreatureStatusSummary_C_Setup"); \ static_assert(sizeof(UI_BP_CreatureStatusSummary_C_Setup) == 0x000050, "Wrong size on UI_BP_CreatureStatusSummary_C_Setup"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Setup, InCreatureState) == 0x000000, "Member 'UI_BP_CreatureStatusSummary_C_Setup::InCreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Setup, ShouldBeMinimized) == 0x000008, "Member 'UI_BP_CreatureStatusSummary_C_Setup::ShouldBeMinimized' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Setup, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'UI_BP_CreatureStatusSummary_C_Setup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Setup, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'UI_BP_CreatureStatusSummary_C_Setup::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Setup, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'UI_BP_CreatureStatusSummary_C_Setup::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Setup, CallFunc_GetDefinition_ReturnValue) == 0x000030, "Member 'UI_BP_CreatureStatusSummary_C_Setup::CallFunc_GetDefinition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Setup, CallFunc_GetByproductID_ReturnValue) == 0x000038, "Member 'UI_BP_CreatureStatusSummary_C_Setup::CallFunc_GetByproductID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Setup, CallFunc_Conv_NameToString_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureStatusSummary_C_Setup::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureStatusSummary_C_Update \ static_assert(alignof(UI_BP_CreatureStatusSummary_C_Update) == 0x000001, "Wrong alignment on UI_BP_CreatureStatusSummary_C_Update"); \ static_assert(sizeof(UI_BP_CreatureStatusSummary_C_Update) == 0x00000B, "Wrong size on UI_BP_CreatureStatusSummary_C_Update"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Update, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_CreatureStatusSummary_C_Update::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Update, Temp_byte_Variable) == 0x000001, "Member 'UI_BP_CreatureStatusSummary_C_Update::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Update, Temp_byte_Variable_1) == 0x000002, "Member 'UI_BP_CreatureStatusSummary_C_Update::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Update, CallFunc_GetIsByproductReady_ReturnValue) == 0x000003, "Member 'UI_BP_CreatureStatusSummary_C_Update::CallFunc_GetIsByproductReady_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Update, CallFunc_AreAllNeedsMet_ReturnValue) == 0x000004, "Member 'UI_BP_CreatureStatusSummary_C_Update::CallFunc_AreAllNeedsMet_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Update, CallFunc_IsIncubating_ReturnValue) == 0x000005, "Member 'UI_BP_CreatureStatusSummary_C_Update::CallFunc_IsIncubating_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Update, CallFunc_IsByproductOnCooldown_ReturnValue) == 0x000006, "Member 'UI_BP_CreatureStatusSummary_C_Update::CallFunc_IsByproductOnCooldown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Update, CallFunc_IsPregnant_ReturnValue) == 0x000007, "Member 'UI_BP_CreatureStatusSummary_C_Update::CallFunc_IsPregnant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Update, CallFunc_BooleanOR_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureStatusSummary_C_Update::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Update, K2Node_Select_Default) == 0x000009, "Member 'UI_BP_CreatureStatusSummary_C_Update::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_Update, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'UI_BP_CreatureStatusSummary_C_Update::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureStatusSummary_C_SetNeedsMinimized \ static_assert(alignof(UI_BP_CreatureStatusSummary_C_SetNeedsMinimized) == 0x000004, "Wrong alignment on UI_BP_CreatureStatusSummary_C_SetNeedsMinimized"); \ static_assert(sizeof(UI_BP_CreatureStatusSummary_C_SetNeedsMinimized) == 0x000014, "Wrong size on UI_BP_CreatureStatusSummary_C_SetNeedsMinimized"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_SetNeedsMinimized, ShouldBeMinimized) == 0x000000, "Member 'UI_BP_CreatureStatusSummary_C_SetNeedsMinimized::ShouldBeMinimized' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_SetNeedsMinimized, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_CreatureStatusSummary_C_SetNeedsMinimized::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_SetNeedsMinimized, Temp_int_Variable) == 0x000004, "Member 'UI_BP_CreatureStatusSummary_C_SetNeedsMinimized::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_SetNeedsMinimized, Temp_int_Variable_1) == 0x000008, "Member 'UI_BP_CreatureStatusSummary_C_SetNeedsMinimized::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_SetNeedsMinimized, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x00000C, "Member 'UI_BP_CreatureStatusSummary_C_SetNeedsMinimized::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_SetNeedsMinimized, K2Node_Select_Default) == 0x000010, "Member 'UI_BP_CreatureStatusSummary_C_SetNeedsMinimized::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureStatusSummary_C_UpdateCooldownTimer \ static_assert(alignof(UI_BP_CreatureStatusSummary_C_UpdateCooldownTimer) == 0x000008, "Wrong alignment on UI_BP_CreatureStatusSummary_C_UpdateCooldownTimer"); \ static_assert(sizeof(UI_BP_CreatureStatusSummary_C_UpdateCooldownTimer) == 0x000028, "Wrong size on UI_BP_CreatureStatusSummary_C_UpdateCooldownTimer"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_UpdateCooldownTimer, CallFunc_GetByproductCooldownProgress_ReturnValue) == 0x000000, "Member 'UI_BP_CreatureStatusSummary_C_UpdateCooldownTimer::CallFunc_GetByproductCooldownProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_UpdateCooldownTimer, CallFunc_GetByproductCooldownTimeLeft_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureStatusSummary_C_UpdateCooldownTimer::CallFunc_GetByproductCooldownTimeLeft_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_UpdateCooldownTimer, CallFunc_GetTimeRemainingText_TimeRemainingText) == 0x000010, "Member 'UI_BP_CreatureStatusSummary_C_UpdateCooldownTimer::CallFunc_GetTimeRemainingText_TimeRemainingText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings) == 0x000070, "Wrong size on UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000060, "Member 'UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000061, "Member 'UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000064, "Member 'UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000068, "Member 'UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x00006C, "Member 'UI_BP_CreatureStatusSummary_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CreatureStatusSummary_C \ static_assert(alignof(UUI_BP_CreatureStatusSummary_C) == 0x000008, "Wrong alignment on UUI_BP_CreatureStatusSummary_C"); \ static_assert(sizeof(UUI_BP_CreatureStatusSummary_C) == 0x000388, "Wrong size on UUI_BP_CreatureStatusSummary_C"); \ static_assert(offsetof(UUI_BP_CreatureStatusSummary_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_CreatureStatusSummary_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusSummary_C, ByproductWidget) == 0x000330, "Member 'UUI_BP_CreatureStatusSummary_C::ByproductWidget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusSummary_C, CooldownIconContainer) == 0x000338, "Member 'UUI_BP_CreatureStatusSummary_C::CooldownIconContainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusSummary_C, CooldownText) == 0x000340, "Member 'UUI_BP_CreatureStatusSummary_C::CooldownText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusSummary_C, FeedNeed) == 0x000348, "Member 'UUI_BP_CreatureStatusSummary_C::FeedNeed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusSummary_C, InteractionNeed) == 0x000350, "Member 'UUI_BP_CreatureStatusSummary_C::InteractionNeed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusSummary_C, MasterSwitcher) == 0x000358, "Member 'UUI_BP_CreatureStatusSummary_C::MasterSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusSummary_C, Minimized) == 0x000360, "Member 'UUI_BP_CreatureStatusSummary_C::Minimized' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusSummary_C, NeedsSwitcher) == 0x000368, "Member 'UUI_BP_CreatureStatusSummary_C::NeedsSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusSummary_C, progressMeter) == 0x000370, "Member 'UUI_BP_CreatureStatusSummary_C::progressMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusSummary_C, CreatureState) == 0x000378, "Member 'UUI_BP_CreatureStatusSummary_C::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusSummary_C, IsMinimized) == 0x000380, "Member 'UUI_BP_CreatureStatusSummary_C::IsMinimized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton \ static_assert(alignof(UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton) == 0x000008, "Wrong alignment on UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton"); \ static_assert(sizeof(UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton) == 0x000090, "Wrong size on UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton"); \ static_assert(offsetof(UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton, EntryPoint) == 0x000000, "Member 'UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton, K2Node_Event_IsDesignTime) == 0x000010, "Member 'UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton, CallFunc_PostEventAtLocation_ReturnValue) == 0x000014, "Member 'UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000018, "Member 'UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton, K2Node_SwitchInteger_CmpSuccess) == 0x00001C, "Member 'UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton, K2Node_Event_MyGeometry) == 0x00002C, "Member 'UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton, K2Node_Event_InDeltaTime) == 0x000064, "Member 'UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton, K2Node_CreateDelegate_OutputDelegate) == 0x000068, "Member 'UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton, K2Node_CreateDelegate_OutputDelegate_1) == 0x000078, "Member 'UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000088, "Member 'UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000089, "Member 'UI_BP_CreatureButton_C_ExecuteUbergraph_UI_BP_CreatureButton::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_PreConstruct \ static_assert(alignof(UI_BP_CreatureButton_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_CreatureButton_C_PreConstruct"); \ static_assert(sizeof(UI_BP_CreatureButton_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_CreatureButton_C_PreConstruct"); \ static_assert(offsetof(UI_BP_CreatureButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_CreatureButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_Tick \ static_assert(alignof(UI_BP_CreatureButton_C_Tick) == 0x000004, "Wrong alignment on UI_BP_CreatureButton_C_Tick"); \ static_assert(sizeof(UI_BP_CreatureButton_C_Tick) == 0x00003C, "Wrong size on UI_BP_CreatureButton_C_Tick"); \ static_assert(offsetof(UI_BP_CreatureButton_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_CreatureButton_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_CreatureButton_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_SetCreatureState \ static_assert(alignof(UI_BP_CreatureButton_C_SetCreatureState) == 0x000008, "Wrong alignment on UI_BP_CreatureButton_C_SetCreatureState"); \ static_assert(sizeof(UI_BP_CreatureButton_C_SetCreatureState) == 0x0000B0, "Wrong size on UI_BP_CreatureButton_C_SetCreatureState"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, InCreatureState) == 0x000000, "Member 'UI_BP_CreatureButton_C_SetCreatureState::InCreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, InIfUnbornCreatureStateMother) == 0x000008, "Member 'UI_BP_CreatureButton_C_SetCreatureState::InIfUnbornCreatureStateMother' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'UI_BP_CreatureButton_C_SetCreatureState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, CallFunc_IsIncubating_ReturnValue) == 0x000031, "Member 'UI_BP_CreatureButton_C_SetCreatureState::CallFunc_IsIncubating_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, CallFunc_IsPregnant_ReturnValue) == 0x000032, "Member 'UI_BP_CreatureButton_C_SetCreatureState::CallFunc_IsPregnant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, K2Node_CreateDelegate_OutputDelegate) == 0x000034, "Member 'UI_BP_CreatureButton_C_SetCreatureState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, CallFunc_BooleanOR_ReturnValue) == 0x000044, "Member 'UI_BP_CreatureButton_C_SetCreatureState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, CallFunc_IsValid_ReturnValue_1) == 0x000045, "Member 'UI_BP_CreatureButton_C_SetCreatureState::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, CallFunc_IsEgg_ReturnValue) == 0x000046, "Member 'UI_BP_CreatureButton_C_SetCreatureState::CallFunc_IsEgg_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, K2Node_CreateDelegate_OutputDelegate_1) == 0x000048, "Member 'UI_BP_CreatureButton_C_SetCreatureState::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000058, "Member 'UI_BP_CreatureButton_C_SetCreatureState::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000060, "Member 'UI_BP_CreatureButton_C_SetCreatureState::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, K2Node_DynamicCast_AsCreature_State) == 0x000068, "Member 'UI_BP_CreatureButton_C_SetCreatureState::K2Node_DynamicCast_AsCreature_State' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'UI_BP_CreatureButton_C_SetCreatureState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, CallFunc_GetTypeID_ReturnValue) == 0x000074, "Member 'UI_BP_CreatureButton_C_SetCreatureState::CallFunc_GetTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, CallFunc_Get_ReturnValue) == 0x000080, "Member 'UI_BP_CreatureButton_C_SetCreatureState::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, CallFunc_BP_GetCreatureDefinitionByType_ReturnValue) == 0x000088, "Member 'UI_BP_CreatureButton_C_SetCreatureState::CallFunc_BP_GetCreatureDefinitionByType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, CallFunc_IsValid_ReturnValue_2) == 0x000090, "Member 'UI_BP_CreatureButton_C_SetCreatureState::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, CallFunc_Get_ReturnValue_1) == 0x000098, "Member 'UI_BP_CreatureButton_C_SetCreatureState::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, CallFunc_GetTypeID_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_CreatureButton_C_SetCreatureState::CallFunc_GetTypeID_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetCreatureState, CallFunc_BP_GetCreatureDefinitionByType_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_CreatureButton_C_SetCreatureState::CallFunc_BP_GetCreatureDefinitionByType_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_InitUnbornCreature \ static_assert(alignof(UI_BP_CreatureButton_C_InitUnbornCreature) == 0x000008, "Wrong alignment on UI_BP_CreatureButton_C_InitUnbornCreature"); \ static_assert(sizeof(UI_BP_CreatureButton_C_InitUnbornCreature) == 0x000130, "Wrong size on UI_BP_CreatureButton_C_InitUnbornCreature"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, Temp_string_Variable) == 0x000000, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, Temp_bool_Variable) == 0x000010, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, Temp_bool_Variable_1) == 0x000011, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, Temp_string_Variable_1) == 0x000018, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, Temp_bool_Variable_2) == 0x000028, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, K2Node_MakeStruct_SlateColor) == 0x000030, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, K2Node_MakeStruct_SlateColor_1) == 0x000058, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, CallFunc_IsEggLaying_ReturnValue) == 0x000080, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::CallFunc_IsEggLaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, Temp_string_Variable_2) == 0x000088, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::Temp_string_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, K2Node_Select_Default) == 0x000098, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, CallFunc_GetAdultCreatureTypeID_ReturnValue) == 0x0000C0, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::CallFunc_GetAdultCreatureTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, CallFunc_IsEggLaying_ReturnValue_1) == 0x0000C8, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::CallFunc_IsEggLaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000C9, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x0000CA, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, CallFunc_GetUnbornCreatureIconTextureName_IconTextureName) == 0x0000D0, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::CallFunc_GetUnbornCreatureIconTextureName_IconTextureName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x0000E0, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, CallFunc_IsEggLaying_ReturnValue_2) == 0x0000E1, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::CallFunc_IsEggLaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, CallFunc_GetEggTypeID_ReturnValue) == 0x0000E4, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::CallFunc_GetEggTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, CallFunc_GetOffspringCreatureTypeID_ReturnValue) == 0x0000EC, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::CallFunc_GetOffspringCreatureTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, K2Node_Select_Default_1) == 0x0000F4, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, Temp_bool_Variable_3) == 0x0000FC, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, CallFunc_Conv_NameToString_ReturnValue) == 0x000100, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, K2Node_Select_Default_2) == 0x000110, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitUnbornCreature, K2Node_Select_Default_3) == 0x000120, "Member 'UI_BP_CreatureButton_C_InitUnbornCreature::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_InitRegularCreature \ static_assert(alignof(UI_BP_CreatureButton_C_InitRegularCreature) == 0x000008, "Wrong alignment on UI_BP_CreatureButton_C_InitRegularCreature"); \ static_assert(sizeof(UI_BP_CreatureButton_C_InitRegularCreature) == 0x000088, "Wrong size on UI_BP_CreatureButton_C_InitRegularCreature"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitRegularCreature, K2Node_MakeStruct_SlateColor) == 0x000000, "Member 'UI_BP_CreatureButton_C_InitRegularCreature::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitRegularCreature, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'UI_BP_CreatureButton_C_InitRegularCreature::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitRegularCreature, Temp_object_Variable) == 0x000038, "Member 'UI_BP_CreatureButton_C_InitRegularCreature::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitRegularCreature, K2Node_CreateDelegate_OutputDelegate_1) == 0x000040, "Member 'UI_BP_CreatureButton_C_InitRegularCreature::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitRegularCreature, CallFunc_IsAlbino_ReturnValue) == 0x000050, "Member 'UI_BP_CreatureButton_C_InitRegularCreature::CallFunc_IsAlbino_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitRegularCreature, Temp_object_Variable_1) == 0x000058, "Member 'UI_BP_CreatureButton_C_InitRegularCreature::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitRegularCreature, CallFunc_GetIsMale_ReturnValue) == 0x000060, "Member 'UI_BP_CreatureButton_C_InitRegularCreature::CallFunc_GetIsMale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitRegularCreature, Temp_bool_Variable) == 0x000061, "Member 'UI_BP_CreatureButton_C_InitRegularCreature::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitRegularCreature, K2Node_Select_Default) == 0x000068, "Member 'UI_BP_CreatureButton_C_InitRegularCreature::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitRegularCreature, CallFunc_GetCreatureIconTextureName_IconTextureName) == 0x000070, "Member 'UI_BP_CreatureButton_C_InitRegularCreature::CallFunc_GetCreatureIconTextureName_IconTextureName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitRegularCreature, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000080, "Member 'UI_BP_CreatureButton_C_InitRegularCreature::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_InitEgg \ static_assert(alignof(UI_BP_CreatureButton_C_InitEgg) == 0x000008, "Wrong alignment on UI_BP_CreatureButton_C_InitEgg"); \ static_assert(sizeof(UI_BP_CreatureButton_C_InitEgg) == 0x000040, "Wrong size on UI_BP_CreatureButton_C_InitEgg"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitEgg, K2Node_MakeStruct_SlateColor) == 0x000000, "Member 'UI_BP_CreatureButton_C_InitEgg::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitEgg, CallFunc_GetCreatureIconTextureName_IconTextureName) == 0x000028, "Member 'UI_BP_CreatureButton_C_InitEgg::CallFunc_GetCreatureIconTextureName_IconTextureName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitEgg, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000038, "Member 'UI_BP_CreatureButton_C_InitEgg::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_IsHoverable \ static_assert(alignof(UI_BP_CreatureButton_C_IsHoverable) == 0x000001, "Wrong alignment on UI_BP_CreatureButton_C_IsHoverable"); \ static_assert(sizeof(UI_BP_CreatureButton_C_IsHoverable) == 0x000009, "Wrong size on UI_BP_CreatureButton_C_IsHoverable"); \ static_assert(offsetof(UI_BP_CreatureButton_C_IsHoverable, Result) == 0x000000, "Member 'UI_BP_CreatureButton_C_IsHoverable::Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_IsHoverable, CallFunc_IsEgg_ReturnValue) == 0x000001, "Member 'UI_BP_CreatureButton_C_IsHoverable::CallFunc_IsEgg_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_IsHoverable, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000002, "Member 'UI_BP_CreatureButton_C_IsHoverable::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_IsHoverable, CallFunc_IsIncubating_ReturnValue) == 0x000003, "Member 'UI_BP_CreatureButton_C_IsHoverable::CallFunc_IsIncubating_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_IsHoverable, CallFunc_IsPregnant_ReturnValue) == 0x000004, "Member 'UI_BP_CreatureButton_C_IsHoverable::CallFunc_IsPregnant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_IsHoverable, CallFunc_BooleanOR_ReturnValue) == 0x000005, "Member 'UI_BP_CreatureButton_C_IsHoverable::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_IsHoverable, CallFunc_BooleanOR_ReturnValue_1) == 0x000006, "Member 'UI_BP_CreatureButton_C_IsHoverable::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_IsHoverable, CallFunc_IsValid_ReturnValue) == 0x000007, "Member 'UI_BP_CreatureButton_C_IsHoverable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_IsHoverable, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureButton_C_IsHoverable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_UpdateGestationProgress \ static_assert(alignof(UI_BP_CreatureButton_C_UpdateGestationProgress) == 0x000008, "Wrong alignment on UI_BP_CreatureButton_C_UpdateGestationProgress"); \ static_assert(sizeof(UI_BP_CreatureButton_C_UpdateGestationProgress) == 0x000060, "Wrong size on UI_BP_CreatureButton_C_UpdateGestationProgress"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateGestationProgress, TimeRemaining) == 0x000000, "Member 'UI_BP_CreatureButton_C_UpdateGestationProgress::TimeRemaining' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateGestationProgress, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureButton_C_UpdateGestationProgress::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateGestationProgress, CallFunc_IsUnbornCreature_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureButton_C_UpdateGestationProgress::CallFunc_IsUnbornCreature_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateGestationProgress, K2Node_DynamicCast_AsCreature_State) == 0x000018, "Member 'UI_BP_CreatureButton_C_UpdateGestationProgress::K2Node_DynamicCast_AsCreature_State' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateGestationProgress, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'UI_BP_CreatureButton_C_UpdateGestationProgress::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateGestationProgress, CallFunc_Get_Creature_Pregnancy_Durations_TotalDuration) == 0x000028, "Member 'UI_BP_CreatureButton_C_UpdateGestationProgress::CallFunc_Get_Creature_Pregnancy_Durations_TotalDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateGestationProgress, CallFunc_Get_Creature_Pregnancy_Durations_DurationRemaining) == 0x000030, "Member 'UI_BP_CreatureButton_C_UpdateGestationProgress::CallFunc_Get_Creature_Pregnancy_Durations_DurationRemaining' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateGestationProgress, CallFunc_Get_Creature_Pregnancy_Durations_TotalDuration_1) == 0x000038, "Member 'UI_BP_CreatureButton_C_UpdateGestationProgress::CallFunc_Get_Creature_Pregnancy_Durations_TotalDuration_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateGestationProgress, CallFunc_Get_Creature_Pregnancy_Durations_DurationRemaining_1) == 0x000040, "Member 'UI_BP_CreatureButton_C_UpdateGestationProgress::CallFunc_Get_Creature_Pregnancy_Durations_DurationRemaining_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateGestationProgress, CallFunc_GetTimeRemainingText_TimeRemainingText) == 0x000048, "Member 'UI_BP_CreatureButton_C_UpdateGestationProgress::CallFunc_GetTimeRemainingText_TimeRemainingText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_UpdateUnbornCreature \ static_assert(alignof(UI_BP_CreatureButton_C_UpdateUnbornCreature) == 0x000008, "Wrong alignment on UI_BP_CreatureButton_C_UpdateUnbornCreature"); \ static_assert(sizeof(UI_BP_CreatureButton_C_UpdateUnbornCreature) == 0x000020, "Wrong size on UI_BP_CreatureButton_C_UpdateUnbornCreature"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateUnbornCreature, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000000, "Member 'UI_BP_CreatureButton_C_UpdateUnbornCreature::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateUnbornCreature, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureButton_C_UpdateUnbornCreature::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateUnbornCreature, K2Node_DynamicCast_AsCreature_State) == 0x000010, "Member 'UI_BP_CreatureButton_C_UpdateUnbornCreature::K2Node_DynamicCast_AsCreature_State' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateUnbornCreature, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_CreatureButton_C_UpdateUnbornCreature::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateUnbornCreature, CallFunc_GetPregnancyState_ReturnValue) == 0x000019, "Member 'UI_BP_CreatureButton_C_UpdateUnbornCreature::CallFunc_GetPregnancyState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateUnbornCreature, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00001A, "Member 'UI_BP_CreatureButton_C_UpdateUnbornCreature::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_UpdateRegularCreature \ static_assert(alignof(UI_BP_CreatureButton_C_UpdateRegularCreature) == 0x000004, "Wrong alignment on UI_BP_CreatureButton_C_UpdateRegularCreature"); \ static_assert(sizeof(UI_BP_CreatureButton_C_UpdateRegularCreature) == 0x000014, "Wrong size on UI_BP_CreatureButton_C_UpdateRegularCreature"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateRegularCreature, CallFunc_GetTypeID_ReturnValue) == 0x000000, "Member 'UI_BP_CreatureButton_C_UpdateRegularCreature::CallFunc_GetTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateRegularCreature, CallFunc_GetTypeID_ReturnValue_1) == 0x000008, "Member 'UI_BP_CreatureButton_C_UpdateRegularCreature::CallFunc_GetTypeID_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateRegularCreature, CallFunc_NotEqual_NameName_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureButton_C_UpdateRegularCreature::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel \ static_assert(alignof(UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel) == 0x000008, "Wrong alignment on UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel"); \ static_assert(sizeof(UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel) == 0x000068, "Wrong size on UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel, Temp_string_Variable) == 0x000008, "Member 'UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel, Temp_string_Variable_1) == 0x000018, "Member 'UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel, Temp_bool_Variable_1) == 0x000028, "Member 'UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel, Temp_string_Variable_2) == 0x000030, "Member 'UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel::Temp_string_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel, CallFunc_GetIsByproductReady_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel::CallFunc_GetIsByproductReady_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel, CallFunc_IsByproductOnCooldown_ReturnValue) == 0x000041, "Member 'UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel::CallFunc_IsByproductOnCooldown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel, K2Node_Select_Default) == 0x000048, "Member 'UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel, K2Node_Select_Default_1) == 0x000058, "Member 'UI_BP_CreatureButton_C_UpdateRegularCreatureStatusLabel::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_UpdateHatchingProgress \ static_assert(alignof(UI_BP_CreatureButton_C_UpdateHatchingProgress) == 0x000008, "Wrong alignment on UI_BP_CreatureButton_C_UpdateHatchingProgress"); \ static_assert(sizeof(UI_BP_CreatureButton_C_UpdateHatchingProgress) == 0x000020, "Wrong size on UI_BP_CreatureButton_C_UpdateHatchingProgress"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateHatchingProgress, CallFunc_GetHatchingTimeRemaining_ReturnValue) == 0x000000, "Member 'UI_BP_CreatureButton_C_UpdateHatchingProgress::CallFunc_GetHatchingTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateHatchingProgress, CallFunc_GetTimeRemainingText_TimeRemainingText) == 0x000008, "Member 'UI_BP_CreatureButton_C_UpdateHatchingProgress::CallFunc_GetTimeRemainingText_TimeRemainingText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_UpdateEgg \ static_assert(alignof(UI_BP_CreatureButton_C_UpdateEgg) == 0x000004, "Wrong alignment on UI_BP_CreatureButton_C_UpdateEgg"); \ static_assert(sizeof(UI_BP_CreatureButton_C_UpdateEgg) == 0x000014, "Wrong size on UI_BP_CreatureButton_C_UpdateEgg"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateEgg, CallFunc_GetTypeID_ReturnValue) == 0x000000, "Member 'UI_BP_CreatureButton_C_UpdateEgg::CallFunc_GetTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateEgg, CallFunc_GetTypeID_ReturnValue_1) == 0x000008, "Member 'UI_BP_CreatureButton_C_UpdateEgg::CallFunc_GetTypeID_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateEgg, CallFunc_NotEqual_NameName_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureButton_C_UpdateEgg::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_UpdatePregnantCreature \ static_assert(alignof(UI_BP_CreatureButton_C_UpdatePregnantCreature) == 0x000001, "Wrong alignment on UI_BP_CreatureButton_C_UpdatePregnantCreature"); \ static_assert(sizeof(UI_BP_CreatureButton_C_UpdatePregnantCreature) == 0x000002, "Wrong size on UI_BP_CreatureButton_C_UpdatePregnantCreature"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdatePregnantCreature, CallFunc_GetPregnancyState_ReturnValue) == 0x000000, "Member 'UI_BP_CreatureButton_C_UpdatePregnantCreature::CallFunc_GetPregnancyState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdatePregnantCreature, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'UI_BP_CreatureButton_C_UpdatePregnantCreature::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_UpdateReservedSlot \ static_assert(alignof(UI_BP_CreatureButton_C_UpdateReservedSlot) == 0x000001, "Wrong alignment on UI_BP_CreatureButton_C_UpdateReservedSlot"); \ static_assert(sizeof(UI_BP_CreatureButton_C_UpdateReservedSlot) == 0x000002, "Wrong size on UI_BP_CreatureButton_C_UpdateReservedSlot"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateReservedSlot, CallFunc_GetPregnancyState_ReturnValue) == 0x000000, "Member 'UI_BP_CreatureButton_C_UpdateReservedSlot::CallFunc_GetPregnancyState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateReservedSlot, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'UI_BP_CreatureButton_C_UpdateReservedSlot::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_SetEnabled \ static_assert(alignof(UI_BP_CreatureButton_C_SetEnabled) == 0x000001, "Wrong alignment on UI_BP_CreatureButton_C_SetEnabled"); \ static_assert(sizeof(UI_BP_CreatureButton_C_SetEnabled) == 0x000001, "Wrong size on UI_BP_CreatureButton_C_SetEnabled"); \ static_assert(offsetof(UI_BP_CreatureButton_C_SetEnabled, Enabled) == 0x000000, "Member 'UI_BP_CreatureButton_C_SetEnabled::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_InitPregnantCreature \ static_assert(alignof(UI_BP_CreatureButton_C_InitPregnantCreature) == 0x000008, "Wrong alignment on UI_BP_CreatureButton_C_InitPregnantCreature"); \ static_assert(sizeof(UI_BP_CreatureButton_C_InitPregnantCreature) == 0x000068, "Wrong size on UI_BP_CreatureButton_C_InitPregnantCreature"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitPregnantCreature, Temp_object_Variable) == 0x000000, "Member 'UI_BP_CreatureButton_C_InitPregnantCreature::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitPregnantCreature, CallFunc_GetIsMale_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureButton_C_InitPregnantCreature::CallFunc_GetIsMale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitPregnantCreature, K2Node_MakeStruct_SlateColor) == 0x000010, "Member 'UI_BP_CreatureButton_C_InitPregnantCreature::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitPregnantCreature, Temp_object_Variable_1) == 0x000038, "Member 'UI_BP_CreatureButton_C_InitPregnantCreature::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitPregnantCreature, CallFunc_GetPregnancyState_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureButton_C_InitPregnantCreature::CallFunc_GetPregnancyState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitPregnantCreature, K2Node_SwitchEnum_CmpSuccess) == 0x000041, "Member 'UI_BP_CreatureButton_C_InitPregnantCreature::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitPregnantCreature, CallFunc_IsAlbino_ReturnValue) == 0x000042, "Member 'UI_BP_CreatureButton_C_InitPregnantCreature::CallFunc_IsAlbino_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitPregnantCreature, Temp_bool_Variable) == 0x000043, "Member 'UI_BP_CreatureButton_C_InitPregnantCreature::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitPregnantCreature, K2Node_Select_Default) == 0x000048, "Member 'UI_BP_CreatureButton_C_InitPregnantCreature::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitPregnantCreature, CallFunc_GetCreatureIconTextureName_IconTextureName) == 0x000050, "Member 'UI_BP_CreatureButton_C_InitPregnantCreature::CallFunc_GetCreatureIconTextureName_IconTextureName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_InitPregnantCreature, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000060, "Member 'UI_BP_CreatureButton_C_InitPregnantCreature::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_PlaySelectedAnimation \ static_assert(alignof(UI_BP_CreatureButton_C_PlaySelectedAnimation) == 0x000008, "Wrong alignment on UI_BP_CreatureButton_C_PlaySelectedAnimation"); \ static_assert(sizeof(UI_BP_CreatureButton_C_PlaySelectedAnimation) == 0x000008, "Wrong size on UI_BP_CreatureButton_C_PlaySelectedAnimation"); \ static_assert(offsetof(UI_BP_CreatureButton_C_PlaySelectedAnimation, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UI_BP_CreatureButton_C_PlaySelectedAnimation::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_ToggleBeastState \ static_assert(alignof(UI_BP_CreatureButton_C_ToggleBeastState) == 0x000004, "Wrong alignment on UI_BP_CreatureButton_C_ToggleBeastState"); \ static_assert(sizeof(UI_BP_CreatureButton_C_ToggleBeastState) == 0x000004, "Wrong size on UI_BP_CreatureButton_C_ToggleBeastState"); \ static_assert(offsetof(UI_BP_CreatureButton_C_ToggleBeastState, BeastTypeIndex) == 0x000000, "Member 'UI_BP_CreatureButton_C_ToggleBeastState::BeastTypeIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_Set_Is_Empty \ static_assert(alignof(UI_BP_CreatureButton_C_Set_Is_Empty) == 0x000001, "Wrong alignment on UI_BP_CreatureButton_C_Set_Is_Empty"); \ static_assert(sizeof(UI_BP_CreatureButton_C_Set_Is_Empty) == 0x000001, "Wrong size on UI_BP_CreatureButton_C_Set_Is_Empty"); \ static_assert(offsetof(UI_BP_CreatureButton_C_Set_Is_Empty, ShowEmptySlot) == 0x000000, "Member 'UI_BP_CreatureButton_C_Set_Is_Empty::ShowEmptySlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_UpdateBeastState \ static_assert(alignof(UI_BP_CreatureButton_C_UpdateBeastState) == 0x000001, "Wrong alignment on UI_BP_CreatureButton_C_UpdateBeastState"); \ static_assert(sizeof(UI_BP_CreatureButton_C_UpdateBeastState) == 0x000001, "Wrong size on UI_BP_CreatureButton_C_UpdateBeastState"); \ static_assert(offsetof(UI_BP_CreatureButton_C_UpdateBeastState, K2Node_SwitchInteger_CmpSuccess) == 0x000000, "Member 'UI_BP_CreatureButton_C_UpdateBeastState::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_GetCreatureState \ static_assert(alignof(UI_BP_CreatureButton_C_GetCreatureState) == 0x000008, "Wrong alignment on UI_BP_CreatureButton_C_GetCreatureState"); \ static_assert(sizeof(UI_BP_CreatureButton_C_GetCreatureState) == 0x000008, "Wrong size on UI_BP_CreatureButton_C_GetCreatureState"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GetCreatureState, CreatureState_0) == 0x000000, "Member 'UI_BP_CreatureButton_C_GetCreatureState::CreatureState_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureButton_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_CreatureButton_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_CreatureButton_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_CreatureButton_C_GatherMenuReaderStrings) == 0x0001A8, "Wrong size on UI_BP_CreatureButton_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000038, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000039, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_1) == 0x00003A, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00003B, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000070, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000088, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000098, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_2) == 0x00009C, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x00009D, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x0000B0, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x0000B4, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x0000B8, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000D0, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue) == 0x0000E0, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000F8, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000100, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x000110, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue_1) == 0x000118, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x000130, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue_2) == 0x000140, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x000158, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_5) == 0x000160, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_5) == 0x000170, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x000178, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_6) == 0x000190, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_6) == 0x0001A0, "Member 'UI_BP_CreatureButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CreatureButton_C \ static_assert(alignof(UUI_BP_CreatureButton_C) == 0x000008, "Wrong alignment on UUI_BP_CreatureButton_C"); \ static_assert(sizeof(UUI_BP_CreatureButton_C) == 0x0005B8, "Wrong size on UUI_BP_CreatureButton_C"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, UberGraphFrame) == 0x0004A8, "Member 'UUI_BP_CreatureButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, OnHoverAnimation) == 0x0004B0, "Member 'UUI_BP_CreatureButton_C::OnHoverAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, OnSelectedAnimation) == 0x0004B8, "Member 'UUI_BP_CreatureButton_C::OnSelectedAnimation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, CreatureAlbinoIcon) == 0x0004C0, "Member 'UUI_BP_CreatureButton_C::CreatureAlbinoIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, CreatureGenderIcon) == 0x0004C8, "Member 'UUI_BP_CreatureButton_C::CreatureGenderIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, CreatureImage) == 0x0004D0, "Member 'UUI_BP_CreatureButton_C::CreatureImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, CreatureNameText) == 0x0004D8, "Member 'UUI_BP_CreatureButton_C::CreatureNameText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, creatureSizeBox) == 0x0004E0, "Member 'UUI_BP_CreatureButton_C::creatureSizeBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, emptyImage) == 0x0004E8, "Member 'UUI_BP_CreatureButton_C::emptyImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, newHighlight) == 0x0004F0, "Member 'UUI_BP_CreatureButton_C::newHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, ReadyInLabel) == 0x0004F8, "Member 'UUI_BP_CreatureButton_C::ReadyInLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, StatusSizeBox) == 0x000500, "Member 'UUI_BP_CreatureButton_C::StatusSizeBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, statusText) == 0x000508, "Member 'UUI_BP_CreatureButton_C::statusText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, StatusTime) == 0x000510, "Member 'UUI_BP_CreatureButton_C::StatusTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, StatusWidgetSwitcher) == 0x000518, "Member 'UUI_BP_CreatureButton_C::StatusWidgetSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, timeText) == 0x000520, "Member 'UUI_BP_CreatureButton_C::timeText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, UI_BP_CreatureStatusSummary) == 0x000528, "Member 'UUI_BP_CreatureButton_C::UI_BP_CreatureStatusSummary' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, CreatureState) == 0x000530, "Member 'UUI_BP_CreatureButton_C::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, OnHovered) == 0x000538, "Member 'UUI_BP_CreatureButton_C::OnHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, OnUnhovered) == 0x000548, "Member 'UUI_BP_CreatureButton_C::OnUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, OnClicked) == 0x000558, "Member 'UUI_BP_CreatureButton_C::OnClicked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, UnbornCreature_MotherState) == 0x000568, "Member 'UUI_BP_CreatureButton_C::UnbornCreature_MotherState' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, CreatureDefinition) == 0x000590, "Member 'UUI_BP_CreatureButton_C::CreatureDefinition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, AdultCreatureDefinition) == 0x000598, "Member 'UUI_BP_CreatureButton_C::AdultCreatureDefinition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, UnbornCreatureState) == 0x0005A0, "Member 'UUI_BP_CreatureButton_C::UnbornCreatureState' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, isButtonHovered) == 0x0005A8, "Member 'UUI_BP_CreatureButton_C::isButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, AlwaysClickable) == 0x0005A9, "Member 'UUI_BP_CreatureButton_C::AlwaysClickable' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, CreatureIndex) == 0x0005AC, "Member 'UUI_BP_CreatureButton_C::CreatureIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, IsEmpty) == 0x0005B0, "Member 'UUI_BP_CreatureButton_C::IsEmpty' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, IsMale) == 0x0005B1, "Member 'UUI_BP_CreatureButton_C::IsMale' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureButton_C, IsAlbino) == 0x0005B2, "Member 'UUI_BP_CreatureButton_C::IsAlbino' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagement_DetailsPanel_C_ExecuteUbergraph_UI_BP_CreatureManagement_DetailsPanel \ static_assert(alignof(UI_BP_CreatureManagement_DetailsPanel_C_ExecuteUbergraph_UI_BP_CreatureManagement_DetailsPanel) == 0x000004, "Wrong alignment on UI_BP_CreatureManagement_DetailsPanel_C_ExecuteUbergraph_UI_BP_CreatureManagement_DetailsPanel"); \ static_assert(sizeof(UI_BP_CreatureManagement_DetailsPanel_C_ExecuteUbergraph_UI_BP_CreatureManagement_DetailsPanel) == 0x000008, "Wrong size on UI_BP_CreatureManagement_DetailsPanel_C_ExecuteUbergraph_UI_BP_CreatureManagement_DetailsPanel"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_ExecuteUbergraph_UI_BP_CreatureManagement_DetailsPanel, EntryPoint) == 0x000000, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_ExecuteUbergraph_UI_BP_CreatureManagement_DetailsPanel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_ExecuteUbergraph_UI_BP_CreatureManagement_DetailsPanel, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_ExecuteUbergraph_UI_BP_CreatureManagement_DetailsPanel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagement_DetailsPanel_C_PreConstruct \ static_assert(alignof(UI_BP_CreatureManagement_DetailsPanel_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_CreatureManagement_DetailsPanel_C_PreConstruct"); \ static_assert(sizeof(UI_BP_CreatureManagement_DetailsPanel_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_CreatureManagement_DetailsPanel_C_PreConstruct"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip \ static_assert(alignof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip) == 0x000008, "Wrong alignment on UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip"); \ static_assert(sizeof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip) == 0x000138, "Wrong size on UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, CreatureState) == 0x000000, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, NurturingSpaceID) == 0x000008, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::NurturingSpaceID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, NewLocalVar_0) == 0x000010, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, TempErrorMessage) == 0x000018, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::TempErrorMessage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, CanReleaseToNurturingSpace) == 0x000028, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::CanReleaseToNurturingSpace' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, TempTypeID) == 0x00002C, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::TempTypeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, Temp_bool_Variable) == 0x000034, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, CallFunc_GetTypeID_ReturnValue) == 0x000038, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::CallFunc_GetTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, Temp_byte_Variable) == 0x000040, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, Temp_byte_Variable_1) == 0x000041, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, Temp_bool_Variable_1) == 0x000042, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, Temp_object_Variable) == 0x000048, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, Temp_object_Variable_1) == 0x000050, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, K2Node_MakeStruct_LegendItemData) == 0x000058, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, K2Node_MakeArray_Array) == 0x000088, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, CallFunc_Not_PreBool_ReturnValue) == 0x000098, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, Temp_byte_Variable_2) == 0x000099, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, Temp_byte_Variable_3) == 0x00009A, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, CallFunc_IsAlbino_ReturnValue) == 0x00009B, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::CallFunc_IsAlbino_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, CallFunc_GetIsMale_ReturnValue) == 0x00009C, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::CallFunc_GetIsMale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, Temp_bool_Variable_2) == 0x00009D, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, CallFunc_Conv_NameToString_ReturnValue) == 0x0000A0, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, K2Node_Select_Default) == 0x0000B0, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, CallFunc_Concat_StrStr_ReturnValue) == 0x0000B8, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000C8, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, Temp_byte_Variable_4) == 0x0000C9, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, K2Node_Select_Default_1) == 0x0000D0, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, Temp_byte_Variable_5) == 0x0000D8, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, K2Node_Select_Default_2) == 0x0000D9, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, Temp_bool_Variable_3) == 0x0000DA, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, K2Node_Select_Default_3) == 0x0000DB, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, CallFunc_GetCreatureDisplayName_OutName) == 0x0000E0, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::CallFunc_GetCreatureDisplayName_OutName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, CallFunc_GetCreatureDisplayName_OutIsLocalizationKey) == 0x0000F0, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::CallFunc_GetCreatureDisplayName_OutIsLocalizationKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, CallFunc_Conv_StringToText_ReturnValue) == 0x0000F8, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000110, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, CallFunc_Get_ReturnValue) == 0x000118, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, CallFunc_CanReleaseCreatureToNurturingSpace_OutErrorKey) == 0x000120, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::CallFunc_CanReleaseCreatureToNurturingSpace_OutErrorKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip, CallFunc_CanReleaseCreatureToNurturingSpace_ReturnValue) == 0x000130, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_Update_Tooltip::CallFunc_CanReleaseCreatureToNurturingSpace_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagement_DetailsPanel_C_UpdateSpeciesTooltip \ static_assert(alignof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateSpeciesTooltip) == 0x000008, "Wrong alignment on UI_BP_CreatureManagement_DetailsPanel_C_UpdateSpeciesTooltip"); \ static_assert(sizeof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateSpeciesTooltip) == 0x000038, "Wrong size on UI_BP_CreatureManagement_DetailsPanel_C_UpdateSpeciesTooltip"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateSpeciesTooltip, SpeciesName) == 0x000000, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateSpeciesTooltip::SpeciesName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateSpeciesTooltip, TooltipLegendArray) == 0x000008, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateSpeciesTooltip::TooltipLegendArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateSpeciesTooltip, CallFunc_Conv_NameToString_ReturnValue) == 0x000018, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateSpeciesTooltip::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateSpeciesTooltip, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateSpeciesTooltip::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip \ static_assert(alignof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip) == 0x000008, "Wrong alignment on UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip"); \ static_assert(sizeof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip) == 0x000118, "Wrong size on UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, CreatureState) == 0x000000, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, TempCanSelectCreature) == 0x000008, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::TempCanSelectCreature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, TempErrorMessage) == 0x000010, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::TempErrorMessage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, TempTypeID) == 0x000020, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::TempTypeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, Temp_bool_Variable) == 0x000028, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, CallFunc_CanCreatureBreed_ErrorMessage) == 0x000030, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::CallFunc_CanCreatureBreed_ErrorMessage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, CallFunc_CanCreatureBreed_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::CallFunc_CanCreatureBreed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, CallFunc_GetTypeID_ReturnValue) == 0x000044, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::CallFunc_GetTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, Temp_byte_Variable) == 0x00004C, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, Temp_byte_Variable_1) == 0x00004D, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, Temp_bool_Variable_1) == 0x00004E, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, Temp_object_Variable) == 0x000050, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, Temp_object_Variable_1) == 0x000058, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, K2Node_MakeStruct_LegendItemData) == 0x000060, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, CallFunc_IsAlbino_ReturnValue) == 0x000090, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::CallFunc_IsAlbino_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, K2Node_MakeArray_Array) == 0x000098, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, CallFunc_GetIsMale_ReturnValue) == 0x0000A8, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::CallFunc_GetIsMale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, CallFunc_Not_PreBool_ReturnValue) == 0x0000A9, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, Temp_byte_Variable_2) == 0x0000AA, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, Temp_byte_Variable_3) == 0x0000AB, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, Temp_bool_Variable_2) == 0x0000AC, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, K2Node_Select_Default) == 0x0000AD, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, Temp_byte_Variable_4) == 0x0000AE, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, CallFunc_Conv_NameToString_ReturnValue) == 0x0000B0, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, CallFunc_Concat_StrStr_ReturnValue) == 0x0000C0, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000D0, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, K2Node_Select_Default_1) == 0x0000D8, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, Temp_byte_Variable_5) == 0x0000E0, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, K2Node_Select_Default_2) == 0x0000E1, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, Temp_bool_Variable_3) == 0x0000E2, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, K2Node_Select_Default_3) == 0x0000E3, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, CallFunc_GetCreatureDisplayName_OutName) == 0x0000E8, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::CallFunc_GetCreatureDisplayName_OutName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, CallFunc_GetCreatureDisplayName_OutIsLocalizationKey) == 0x0000F8, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::CallFunc_GetCreatureDisplayName_OutIsLocalizationKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip, CallFunc_Conv_StringToText_ReturnValue) == 0x000100, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_UpdateBreedTooltip::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings) == 0x000198, "Wrong size on UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000038, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000039, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_1) == 0x00003A, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00003B, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000040, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_2) == 0x000050, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000051, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000058, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000070, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_3) == 0x000084, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x000085, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x000088, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_4) == 0x000098, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x000099, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000B8, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000C8, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_5) == 0x0000CC, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue) == 0x0000D0, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_5) == 0x0000E8, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000F0, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x000100, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue_1) == 0x000108, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000120, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue_2) == 0x000130, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x000148, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x000150, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x000160, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x000168, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_5) == 0x000180, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_5) == 0x000190, "Member 'UI_BP_CreatureManagement_DetailsPanel_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CreatureManagement_DetailsPanel_C \ static_assert(alignof(UUI_BP_CreatureManagement_DetailsPanel_C) == 0x000008, "Wrong alignment on UUI_BP_CreatureManagement_DetailsPanel_C"); \ static_assert(sizeof(UUI_BP_CreatureManagement_DetailsPanel_C) == 0x0003C8, "Wrong size on UUI_BP_CreatureManagement_DetailsPanel_C"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, CreatureAlbinoIcon) == 0x000330, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::CreatureAlbinoIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, CreatureGenderIcon) == 0x000338, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::CreatureGenderIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, descriptionText) == 0x000340, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::descriptionText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, detailsLegend) == 0x000348, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::detailsLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, detailsLegendBar) == 0x000350, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::detailsLegendBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, detailsTitle) == 0x000358, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::detailsTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, ErrorText) == 0x000360, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::ErrorText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, ErrorTextMain) == 0x000368, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::ErrorTextMain' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, Image_4) == 0x000370, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::Image_4' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, meterDivider) == 0x000378, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::meterDivider' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, panelBack) == 0x000380, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::panelBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, StatusSummary) == 0x000388, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::StatusSummary' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, OnGetUpgradeStats) == 0x000390, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::OnGetUpgradeStats' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, LegendGearUpgrade) == 0x0003A0, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::LegendGearUpgrade' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, LegendGearApplyTrait) == 0x0003A8, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::LegendGearApplyTrait' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, ApplyUpgradeOnSelected) == 0x0003B0, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::ApplyUpgradeOnSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, hasLegend) == 0x0003C0, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::hasLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, IsMale) == 0x0003C1, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::IsMale' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagement_DetailsPanel_C, IsAlbino) == 0x0003C2, "Member 'UUI_BP_CreatureManagement_DetailsPanel_C::IsAlbino' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget \ static_assert(alignof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget) == 0x000008, "Wrong alignment on UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget"); \ static_assert(sizeof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget) == 0x000090, "Wrong size on UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, EntryPoint) == 0x000000, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, K2Node_Event_IntroType) == 0x000004, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, K2Node_Event_IntroDuration) == 0x000008, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, CallFunc_GetTypeID_ReturnValue) == 0x00000C, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::CallFunc_GetTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000014, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, K2Node_SwitchInteger_CmpSuccess) == 0x000018, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, K2Node_Event_MyGeometry) == 0x00001C, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, K2Node_Event_InDeltaTime) == 0x000054, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000058, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, CallFunc_PlayAnimationReverse_ReturnValue_1) == 0x000060, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::CallFunc_PlayAnimationReverse_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, K2Node_Event_OutroType) == 0x000068, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, K2Node_Event_OutroDuration) == 0x00006C, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000070, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, K2Node_SwitchInteger_CmpSuccess_1) == 0x000074, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, CallFunc_PlayAnimationForward_ReturnValue) == 0x000078, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000080, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, CallFunc_NotEqual_NameName_ReturnValue) == 0x000088, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget, CallFunc_IsValid_ReturnValue) == 0x000089, "Member 'UI_BP_CreatureStatusWidget_C_ExecuteUbergraph_UI_BP_CreatureStatusWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureStatusWidget_C_OnOutroStarted \ static_assert(alignof(UI_BP_CreatureStatusWidget_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_CreatureStatusWidget_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_CreatureStatusWidget_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_CreatureStatusWidget_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_CreatureStatusWidget_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_CreatureStatusWidget_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureStatusWidget_C_OnIntroStarted \ static_assert(alignof(UI_BP_CreatureStatusWidget_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_CreatureStatusWidget_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_CreatureStatusWidget_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_CreatureStatusWidget_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_CreatureStatusWidget_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_CreatureStatusWidget_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureStatusWidget_C_Tick \ static_assert(alignof(UI_BP_CreatureStatusWidget_C_Tick) == 0x000004, "Wrong alignment on UI_BP_CreatureStatusWidget_C_Tick"); \ static_assert(sizeof(UI_BP_CreatureStatusWidget_C_Tick) == 0x00003C, "Wrong size on UI_BP_CreatureStatusWidget_C_Tick"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_CreatureStatusWidget_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_CreatureStatusWidget_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureStatusWidget_C_SetCreatureState \ static_assert(alignof(UI_BP_CreatureStatusWidget_C_SetCreatureState) == 0x000008, "Wrong alignment on UI_BP_CreatureStatusWidget_C_SetCreatureState"); \ static_assert(sizeof(UI_BP_CreatureStatusWidget_C_SetCreatureState) == 0x000118, "Wrong size on UI_BP_CreatureStatusWidget_C_SetCreatureState"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CreatureState_0) == 0x000000, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CreatureState_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, PregnancyTimeRemaining) == 0x000008, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::PregnancyTimeRemaining' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_GetTypeID_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_GetTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, Temp_string_Variable) == 0x000018, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, K2Node_CreateDelegate_OutputDelegate_1) == 0x000038, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_Get_Creature_Pregnancy_Durations_TotalDuration) == 0x000050, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_Get_Creature_Pregnancy_Durations_TotalDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_Get_Creature_Pregnancy_Durations_DurationRemaining) == 0x000058, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_Get_Creature_Pregnancy_Durations_DurationRemaining' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_GetDefinition_ReturnValue) == 0x000060, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_GetDefinition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_GetTotalMinutes_ReturnValue) == 0x000068, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_GetTotalMinutes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_GetOffspringCreatureTypeID_ReturnValue) == 0x00006C, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_GetOffspringCreatureTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_GetUnbornCreatureIconTextureName_IconTextureName) == 0x000078, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_GetUnbornCreatureIconTextureName_IconTextureName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_Conv_NameToString_ReturnValue) == 0x000088, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_GetTotalMinutes_ReturnValue_1) == 0x000098, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_GetTotalMinutes_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00009C, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, Temp_string_Variable_1) == 0x0000A0, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_GetPregnancyState_ReturnValue) == 0x0000B0, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_GetPregnancyState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, K2Node_SwitchEnum_CmpSuccess) == 0x0000B1, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_Conv_NameToString_ReturnValue_1) == 0x0000B8, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_GetDefinition_ReturnValue_1) == 0x0000C8, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_GetDefinition_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_GetAdultCreatureTypeID_ReturnValue) == 0x0000D0, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_GetAdultCreatureTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_IsEgg_ReturnValue) == 0x0000D8, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_IsEgg_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000D9, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_Conv_NameToString_ReturnValue_2) == 0x0000E0, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_Conv_NameToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, CallFunc_Concat_StrStr_ReturnValue) == 0x0000F0, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, Temp_bool_Variable) == 0x000100, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_SetCreatureState, K2Node_Select_Default) == 0x000108, "Member 'UI_BP_CreatureStatusWidget_C_SetCreatureState::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureStatusWidget_C_Update_Creature_Status \ static_assert(alignof(UI_BP_CreatureStatusWidget_C_Update_Creature_Status) == 0x000001, "Wrong alignment on UI_BP_CreatureStatusWidget_C_Update_Creature_Status"); \ static_assert(sizeof(UI_BP_CreatureStatusWidget_C_Update_Creature_Status) == 0x000002, "Wrong size on UI_BP_CreatureStatusWidget_C_Update_Creature_Status"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Creature_Status, CallFunc_GetIsByproductReady_ReturnValue) == 0x000000, "Member 'UI_BP_CreatureStatusWidget_C_Update_Creature_Status::CallFunc_GetIsByproductReady_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Creature_Status, CallFunc_IsByproductOnCooldown_ReturnValue) == 0x000001, "Member 'UI_BP_CreatureStatusWidget_C_Update_Creature_Status::CallFunc_IsByproductOnCooldown_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status \ static_assert(alignof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status) == 0x000008, "Wrong alignment on UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status"); \ static_assert(sizeof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status) == 0x000090, "Wrong size on UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status, CallFunc_Get_Creature_Pregnancy_Durations_TotalDuration) == 0x000000, "Member 'UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status::CallFunc_Get_Creature_Pregnancy_Durations_TotalDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status, CallFunc_Get_Creature_Pregnancy_Durations_DurationRemaining) == 0x000008, "Member 'UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status::CallFunc_Get_Creature_Pregnancy_Durations_DurationRemaining' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status, CallFunc_GetPregnancyState_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status::CallFunc_GetPregnancyState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status, CallFunc_GetTimeRemainingText_TimeRemainingText) == 0x000018, "Member 'UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status::CallFunc_GetTimeRemainingText_TimeRemainingText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status, K2Node_SwitchEnum_CmpSuccess) == 0x000030, "Member 'UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status, CallFunc_GetTotalMinutes_ReturnValue) == 0x000034, "Member 'UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status::CallFunc_GetTotalMinutes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status, CallFunc_GetTotalMinutes_ReturnValue_1) == 0x000038, "Member 'UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status::CallFunc_GetTotalMinutes_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status, CallFunc_GetDefinition_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status::CallFunc_GetDefinition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status, K2Node_MathExpression_ReturnValue) == 0x000048, "Member 'UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status, CallFunc_IsEgg_ReturnValue) == 0x00004C, "Member 'UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status::CallFunc_IsEgg_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status, CallFunc_GetHatchingTimeRemaining_ReturnValue) == 0x000050, "Member 'UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status::CallFunc_GetHatchingTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status, CallFunc_GetDefinition_ReturnValue_1) == 0x000058, "Member 'UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status::CallFunc_GetDefinition_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status, CallFunc_GetTimeRemainingText_TimeRemainingText_1) == 0x000060, "Member 'UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status::CallFunc_GetTimeRemainingText_TimeRemainingText_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status, CallFunc_GetHatchingDuration_ReturnValue) == 0x000078, "Member 'UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status::CallFunc_GetHatchingDuration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status, CallFunc_GetTotalMinutes_ReturnValue_2) == 0x000080, "Member 'UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status::CallFunc_GetTotalMinutes_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status, CallFunc_GetTotalMinutes_ReturnValue_3) == 0x000084, "Member 'UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status::CallFunc_GetTotalMinutes_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status, K2Node_MathExpression_ReturnValue_1) == 0x000088, "Member 'UI_BP_CreatureStatusWidget_C_Update_Pregnancy_Status::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings) == 0x0001D0, "Wrong size on UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_IsVisible_ReturnValue) == 0x000038, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000068, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000088, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000098, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x0000A0, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0000B8, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000D0, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0000E0, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000F0, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x0000F4, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_4) == 0x0000F8, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x000110, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x000120, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_5) == 0x000128, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_5) == 0x000140, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_5) == 0x000150, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_6) == 0x000158, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_6) == 0x000170, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_6) == 0x000180, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_7) == 0x000188, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_7) == 0x0001A0, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_7) == 0x0001B0, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x0001B8, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x0001C8, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x0001CC, "Member 'UI_BP_CreatureStatusWidget_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CreatureStatusWidget_C \ static_assert(alignof(UUI_BP_CreatureStatusWidget_C) == 0x000008, "Wrong alignment on UUI_BP_CreatureStatusWidget_C"); \ static_assert(sizeof(UUI_BP_CreatureStatusWidget_C) == 0x0003B0, "Wrong size on UUI_BP_CreatureStatusWidget_C"); \ static_assert(offsetof(UUI_BP_CreatureStatusWidget_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_CreatureStatusWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusWidget_C, InfoPanel_OUT) == 0x000330, "Member 'UUI_BP_CreatureStatusWidget_C::InfoPanel_OUT' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusWidget_C, InfoContent_OUT) == 0x000338, "Member 'UUI_BP_CreatureStatusWidget_C::InfoContent_OUT' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusWidget_C, ButtonText_1) == 0x000340, "Member 'UUI_BP_CreatureStatusWidget_C::ButtonText_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusWidget_C, descriptionText) == 0x000348, "Member 'UUI_BP_CreatureStatusWidget_C::descriptionText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusWidget_C, HarvestPrompt) == 0x000350, "Member 'UUI_BP_CreatureStatusWidget_C::HarvestPrompt' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusWidget_C, Label_1) == 0x000358, "Member 'UUI_BP_CreatureStatusWidget_C::Label_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusWidget_C, NurtureDescription) == 0x000360, "Member 'UUI_BP_CreatureStatusWidget_C::NurtureDescription' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusWidget_C, NurtureText) == 0x000368, "Member 'UUI_BP_CreatureStatusWidget_C::NurtureText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusWidget_C, OffspringText) == 0x000370, "Member 'UUI_BP_CreatureStatusWidget_C::OffspringText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusWidget_C, PregnancyStatetext) == 0x000378, "Member 'UUI_BP_CreatureStatusWidget_C::PregnancyStatetext' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusWidget_C, PregnancyStatus) == 0x000380, "Member 'UUI_BP_CreatureStatusWidget_C::PregnancyStatus' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusWidget_C, PregnancyTimeText) == 0x000388, "Member 'UUI_BP_CreatureStatusWidget_C::PregnancyTimeText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusWidget_C, StatusSummary) == 0x000390, "Member 'UUI_BP_CreatureStatusWidget_C::StatusSummary' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusWidget_C, StatusWidgetSwitcher) == 0x000398, "Member 'UUI_BP_CreatureStatusWidget_C::StatusWidgetSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusWidget_C, CreatureState) == 0x0003A0, "Member 'UUI_BP_CreatureStatusWidget_C::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureStatusWidget_C, CreatureTypeID) == 0x0003A8, "Member 'UUI_BP_CreatureStatusWidget_C::CreatureTypeID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureAddToNurtureSpaceTooltip_C_Init \ static_assert(alignof(UI_BP_CreatureAddToNurtureSpaceTooltip_C_Init) == 0x000008, "Wrong alignment on UI_BP_CreatureAddToNurtureSpaceTooltip_C_Init"); \ static_assert(sizeof(UI_BP_CreatureAddToNurtureSpaceTooltip_C_Init) == 0x000008, "Wrong size on UI_BP_CreatureAddToNurtureSpaceTooltip_C_Init"); \ static_assert(offsetof(UI_BP_CreatureAddToNurtureSpaceTooltip_C_Init, Creature_State) == 0x000000, "Member 'UI_BP_CreatureAddToNurtureSpaceTooltip_C_Init::Creature_State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CreatureAddToNurtureSpaceTooltip_C \ static_assert(alignof(UUI_BP_CreatureAddToNurtureSpaceTooltip_C) == 0x000008, "Wrong alignment on UUI_BP_CreatureAddToNurtureSpaceTooltip_C"); \ static_assert(sizeof(UUI_BP_CreatureAddToNurtureSpaceTooltip_C) == 0x000270, "Wrong size on UUI_BP_CreatureAddToNurtureSpaceTooltip_C"); \ static_assert(offsetof(UUI_BP_CreatureAddToNurtureSpaceTooltip_C, CreatureStatus) == 0x000268, "Member 'UUI_BP_CreatureAddToNurtureSpaceTooltip_C::CreatureStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation \ static_assert(alignof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation) == 0x000010, "Wrong alignment on BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation"); \ static_assert(sizeof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation) == 0x000140, "Wrong size on BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, EntryPoint) == 0x000000, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000008, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, K2Node_DynamicCast_AsCreature_Feeding_Station) == 0x000010, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::K2Node_DynamicCast_AsCreature_Feeding_Station' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, K2Node_Event_OwnerController) == 0x000020, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, K2Node_Event_ControlledPawn) == 0x000028, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, K2Node_DynamicCast_AsCreature_Character) == 0x000030, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::K2Node_DynamicCast_AsCreature_Character' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, K2Node_Event_OwnerController_1) == 0x000040, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, K2Node_Event_ControlledPawn_1) == 0x000048, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, K2Node_Event_DeltaSeconds) == 0x000050, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, K2Node_DynamicCast_AsCreature_Character_1) == 0x000058, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::K2Node_DynamicCast_AsCreature_Character_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, CallFunc_GetComponentByClass_ReturnValue) == 0x000068, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, CallFunc_GetBlackboardValueAsActor_ReturnValue_1) == 0x000070, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::CallFunc_GetBlackboardValueAsActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, CallFunc_GetCurrentApproachRadius_ReturnValue) == 0x000078, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::CallFunc_GetCurrentApproachRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, K2Node_DynamicCast_AsCreature_Feeding_Station_1) == 0x000080, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::K2Node_DynamicCast_AsCreature_Feeding_Station_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, K2Node_DynamicCast_bSuccess_3) == 0x000088, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, CallFunc_GetBestSlotTransform_ReturnValue) == 0x000090, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::CallFunc_GetBestSlotTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, CallFunc_BreakTransform_Location) == 0x0000C0, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, CallFunc_BreakTransform_Rotation) == 0x0000CC, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, CallFunc_BreakTransform_Scale) == 0x0000D8, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, CallFunc_GetRightVector_ReturnValue) == 0x0000E4, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, K2Node_Event_OwnerController_2) == 0x0000F0, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::K2Node_Event_OwnerController_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, K2Node_Event_ControlledPawn_2) == 0x0000F8, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::K2Node_Event_ControlledPawn_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, K2Node_DynamicCast_AsCreature_Character_2) == 0x000100, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::K2Node_DynamicCast_AsCreature_Character_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, K2Node_DynamicCast_bSuccess_4) == 0x000108, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000110, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000118, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00011C, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x000128, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ExecuteUbergraph_BTS_Creature_FeedingStationMoveTargetLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveDeactivationAI \ static_assert(alignof(BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveDeactivationAI"); \ static_assert(sizeof(BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveDeactivationAI) == 0x000010, "Wrong size on BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveDeactivationAI"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveTickAI \ static_assert(alignof(BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveTickAI"); \ static_assert(sizeof(BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveTickAI) == 0x000018, "Wrong size on BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveTickAI"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveActivationAI \ static_assert(alignof(BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveActivationAI"); \ static_assert(sizeof(BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveActivationAI) == 0x000010, "Wrong size on BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveActivationAI"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTS_Creature_FeedingStationMoveTargetLocation_C_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Creature_FeedingStationMoveTargetLocation_C \ static_assert(alignof(UBTS_Creature_FeedingStationMoveTargetLocation_C) == 0x000008, "Wrong alignment on UBTS_Creature_FeedingStationMoveTargetLocation_C"); \ static_assert(sizeof(UBTS_Creature_FeedingStationMoveTargetLocation_C) == 0x000100, "Wrong size on UBTS_Creature_FeedingStationMoveTargetLocation_C"); \ static_assert(offsetof(UBTS_Creature_FeedingStationMoveTargetLocation_C, UberGraphFrame) == 0x000098, "Member 'UBTS_Creature_FeedingStationMoveTargetLocation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_Creature_FeedingStationMoveTargetLocation_C, FeedingStationKey) == 0x0000A0, "Member 'UBTS_Creature_FeedingStationMoveTargetLocation_C::FeedingStationKey' has a wrong offset!"); \ static_assert(offsetof(UBTS_Creature_FeedingStationMoveTargetLocation_C, MoveTargetLocationKey) == 0x0000C8, "Member 'UBTS_Creature_FeedingStationMoveTargetLocation_C::MoveTargetLocationKey' has a wrong offset!"); \ static_assert(offsetof(UBTS_Creature_FeedingStationMoveTargetLocation_C, ApproachRadiusMultiplier) == 0x0000F0, "Member 'UBTS_Creature_FeedingStationMoveTargetLocation_C::ApproachRadiusMultiplier' has a wrong offset!"); \ static_assert(offsetof(UBTS_Creature_FeedingStationMoveTargetLocation_C, FeedingStation) == 0x0000F8, "Member 'UBTS_Creature_FeedingStationMoveTargetLocation_C::FeedingStation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureInNurtureSpaceTooltip_C_Init \ static_assert(alignof(UI_BP_CreatureInNurtureSpaceTooltip_C_Init) == 0x000008, "Wrong alignment on UI_BP_CreatureInNurtureSpaceTooltip_C_Init"); \ static_assert(sizeof(UI_BP_CreatureInNurtureSpaceTooltip_C_Init) == 0x000010, "Wrong size on UI_BP_CreatureInNurtureSpaceTooltip_C_Init"); \ static_assert(offsetof(UI_BP_CreatureInNurtureSpaceTooltip_C_Init, In_Creature_State) == 0x000000, "Member 'UI_BP_CreatureInNurtureSpaceTooltip_C_Init::In_Creature_State' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureInNurtureSpaceTooltip_C_Init, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureInNurtureSpaceTooltip_C_Init::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CreatureInNurtureSpaceTooltip_C \ static_assert(alignof(UUI_BP_CreatureInNurtureSpaceTooltip_C) == 0x000008, "Wrong alignment on UUI_BP_CreatureInNurtureSpaceTooltip_C"); \ static_assert(sizeof(UUI_BP_CreatureInNurtureSpaceTooltip_C) == 0x000278, "Wrong size on UUI_BP_CreatureInNurtureSpaceTooltip_C"); \ static_assert(offsetof(UUI_BP_CreatureInNurtureSpaceTooltip_C, CreatureStatus) == 0x000268, "Member 'UUI_BP_CreatureInNurtureSpaceTooltip_C::CreatureStatus' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureInNurtureSpaceTooltip_C, CreatureState) == 0x000270, "Member 'UUI_BP_CreatureInNurtureSpaceTooltip_C::CreatureState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SuperSonic_StealthTakedown_C \ static_assert(alignof(ABP_SuperSonic_StealthTakedown_C) == 0x000008, "Wrong alignment on ABP_SuperSonic_StealthTakedown_C"); \ static_assert(sizeof(ABP_SuperSonic_StealthTakedown_C) == 0x0003A8, "Wrong size on ABP_SuperSonic_StealthTakedown_C"); \ static_assert(offsetof(ABP_SuperSonic_StealthTakedown_C, DefaultSceneRoot) == 0x0003A0, "Member 'ABP_SuperSonic_StealthTakedown_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewPlacementAnimator_C_ExecuteUbergraph_BP_TransfigurationPreviewPlacementAnimator \ static_assert(alignof(BP_TransfigurationPreviewPlacementAnimator_C_ExecuteUbergraph_BP_TransfigurationPreviewPlacementAnimator) == 0x000008, "Wrong alignment on BP_TransfigurationPreviewPlacementAnimator_C_ExecuteUbergraph_BP_TransfigurationPreviewPlacementAnimator"); \ static_assert(sizeof(BP_TransfigurationPreviewPlacementAnimator_C_ExecuteUbergraph_BP_TransfigurationPreviewPlacementAnimator) == 0x000028, "Wrong size on BP_TransfigurationPreviewPlacementAnimator_C_ExecuteUbergraph_BP_TransfigurationPreviewPlacementAnimator"); \ static_assert(offsetof(BP_TransfigurationPreviewPlacementAnimator_C_ExecuteUbergraph_BP_TransfigurationPreviewPlacementAnimator, EntryPoint) == 0x000000, "Member 'BP_TransfigurationPreviewPlacementAnimator_C_ExecuteUbergraph_BP_TransfigurationPreviewPlacementAnimator::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewPlacementAnimator_C_ExecuteUbergraph_BP_TransfigurationPreviewPlacementAnimator, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BP_TransfigurationPreviewPlacementAnimator_C_ExecuteUbergraph_BP_TransfigurationPreviewPlacementAnimator::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewPlacementAnimator_C_ExecuteUbergraph_BP_TransfigurationPreviewPlacementAnimator, K2Node_DynamicCast_AsABP_Transfiguration_Place_Down) == 0x000010, "Member 'BP_TransfigurationPreviewPlacementAnimator_C_ExecuteUbergraph_BP_TransfigurationPreviewPlacementAnimator::K2Node_DynamicCast_AsABP_Transfiguration_Place_Down' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewPlacementAnimator_C_ExecuteUbergraph_BP_TransfigurationPreviewPlacementAnimator, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_TransfigurationPreviewPlacementAnimator_C_ExecuteUbergraph_BP_TransfigurationPreviewPlacementAnimator::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewPlacementAnimator_C_ExecuteUbergraph_BP_TransfigurationPreviewPlacementAnimator, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000019, "Member 'BP_TransfigurationPreviewPlacementAnimator_C_ExecuteUbergraph_BP_TransfigurationPreviewPlacementAnimator::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewPlacementAnimator_C_ExecuteUbergraph_BP_TransfigurationPreviewPlacementAnimator, K2Node_Event_InPreviewActor) == 0x000020, "Member 'BP_TransfigurationPreviewPlacementAnimator_C_ExecuteUbergraph_BP_TransfigurationPreviewPlacementAnimator::K2Node_Event_InPreviewActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewPlacementAnimator_C_AttachPreviewObject \ static_assert(alignof(BP_TransfigurationPreviewPlacementAnimator_C_AttachPreviewObject) == 0x000008, "Wrong alignment on BP_TransfigurationPreviewPlacementAnimator_C_AttachPreviewObject"); \ static_assert(sizeof(BP_TransfigurationPreviewPlacementAnimator_C_AttachPreviewObject) == 0x000008, "Wrong size on BP_TransfigurationPreviewPlacementAnimator_C_AttachPreviewObject"); \ static_assert(offsetof(BP_TransfigurationPreviewPlacementAnimator_C_AttachPreviewObject, InPreviewActor) == 0x000000, "Member 'BP_TransfigurationPreviewPlacementAnimator_C_AttachPreviewObject::InPreviewActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TransfigurationPreviewPlacementAnimator_C \ static_assert(alignof(ABP_TransfigurationPreviewPlacementAnimator_C) == 0x000008, "Wrong alignment on ABP_TransfigurationPreviewPlacementAnimator_C"); \ static_assert(sizeof(ABP_TransfigurationPreviewPlacementAnimator_C) == 0x000270, "Wrong size on ABP_TransfigurationPreviewPlacementAnimator_C"); \ static_assert(offsetof(ABP_TransfigurationPreviewPlacementAnimator_C, UberGraphFrame) == 0x000258, "Member 'ABP_TransfigurationPreviewPlacementAnimator_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewPlacementAnimator_C, SkeletalMesh) == 0x000260, "Member 'ABP_TransfigurationPreviewPlacementAnimator_C::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewPlacementAnimator_C, PreviewAttached) == 0x000268, "Member 'ABP_TransfigurationPreviewPlacementAnimator_C::PreviewAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen) == 0x0003B0, "Wrong size on UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, EntryPoint) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_ComponentBoundEvent_Button) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_Event_IsDesignTime) == 0x000010, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_MakeArray_Array) == 0x000018, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_CustomEvent_CreatureButton_2) == 0x000030, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_CustomEvent_CreatureButton_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_CustomEvent_CreatureButton_1) == 0x000040, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_CustomEvent_CreatureButton_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, Temp_int_Variable) == 0x000048, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Add_IntInt_ReturnValue_1) == 0x00004C, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Get_ReturnValue) == 0x000050, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_GetCurrentCreatureNurturingSpaceID_ReturnValue) == 0x000058, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_GetCurrentCreatureNurturingSpaceID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_MakeMap_Map) == 0x000060, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_MakeMap_Map' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_CustomEvent_IconButton_2) == 0x0000B0, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_CustomEvent_IconButton_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_CreateDelegate_OutputDelegate) == 0x0000B8, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button) == 0x0000C8, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_CustomEvent_IconButton_1) == 0x0000D8, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_CustomEvent_IconButton_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button_1) == 0x0000E0, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_DynamicCast_bSuccess_1) == 0x0000E8, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_CustomEvent_CreatureButton) == 0x0000F0, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_CustomEvent_CreatureButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, Temp_int_Array_Index_Variable) == 0x0000F8, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_PostEventAtLocation_ReturnValue) == 0x0000FC, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, Temp_int_Array_Index_Variable_1) == 0x000100, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000104, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_GetPlayerController_ReturnValue) == 0x000108, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Create_ReturnValue) == 0x000110, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_CustomEvent_IconButton) == 0x000118, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_CustomEvent_IconButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button_2) == 0x000120, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_DynamicCast_bSuccess_2) == 0x000128, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x00012C, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_Event_IntroType_1) == 0x000130, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_Event_IntroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_Event_IntroDuration) == 0x000134, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_Event_OutroType_1) == 0x000138, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_Event_OutroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_Event_OutroDuration) == 0x00013C, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_Event_OutroType) == 0x000140, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_MakeStruct_LegendItemData) == 0x000148, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_DbReadMiscSaveDataItem_outValue) == 0x000178, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_DbReadMiscSaveDataItem_outValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_DbReadMiscSaveDataItem_ReturnValue) == 0x000188, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_DbReadMiscSaveDataItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_MakeArray_Array_1) == 0x000190, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Get_ReturnValue_1) == 0x0001A0, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, Temp_int_Loop_Counter_Variable_1) == 0x0001A8, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_CompleteTutorialStepByAlias_ReturnValue) == 0x0001AC, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_CompleteTutorialStepByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Add_IntInt_ReturnValue_2) == 0x0001B0, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_GetStatName_ReturnValue) == 0x0001B4, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_GetStatName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001BC, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_GetStatName_ReturnValue_1) == 0x0001CC, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_GetStatName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Create_ReturnValue_1) == 0x0001D8, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_PlayAnimationForward_ReturnValue) == 0x0001E0, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0001E8, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_GetChildAt_ReturnValue) == 0x0001F0, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_GetChildrenCount_ReturnValue) == 0x0001F8, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_DynamicCast_AsUI_BP_Creature_Button) == 0x000200, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_DynamicCast_AsUI_BP_Creature_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_DynamicCast_bSuccess_3) == 0x000208, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Subtract_IntInt_ReturnValue) == 0x00020C, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000210, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Array_Add_ReturnValue) == 0x000214, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_MakeStruct_LegendItemData_1) == 0x000218, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Get_ReturnValue_2) == 0x000248, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_MakeArray_Array_2) == 0x000250, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_BP_GetCreatureStateByFName_ReturnValue) == 0x000260, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_BP_GetCreatureStateByFName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x000268, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_HermesBindFString_Handle) == 0x000278, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_HermesBindFString_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_DbReadMiscSaveDataItem_outValue_1) == 0x000288, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_DbReadMiscSaveDataItem_outValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_DbReadMiscSaveDataItem_ReturnValue_1) == 0x000298, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_DbReadMiscSaveDataItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Get_ReturnValue_3) == 0x0002A0, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_ParseIntoArray_ReturnValue) == 0x0002A8, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_ParseIntoArray_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Array_Get_Item) == 0x0002B8, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Concat_StrStr_ReturnValue) == 0x0002C8, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Conv_StringToName_ReturnValue) == 0x0002D8, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_BP_GetCreatureDefinitionByType_ReturnValue) == 0x0002E0, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_BP_GetCreatureDefinitionByType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Array_Length_ReturnValue) == 0x0002E8, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_IsValid_ReturnValue) == 0x0002EC, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Less_IntInt_ReturnValue) == 0x0002ED, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Array_AddUnique_ReturnValue) == 0x0002F0, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_CustomEvent_Caller) == 0x0002F8, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_CustomEvent_String) == 0x000300, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_CustomEvent_String' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Array_Add_ReturnValue_1) == 0x000310, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Create_ReturnValue_2) == 0x000318, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Array_Get_Item_1) == 0x000320, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Array_Length_ReturnValue_1) == 0x000330, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Less_IntInt_ReturnValue_1) == 0x000334, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_CreateDelegate_OutputDelegate_3) == 0x000338, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_GetCreatureState_CreatureState) == 0x000348, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_GetCreatureState_CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000350, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000358, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_IsValid_ReturnValue_1) == 0x000360, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_IsValid_ReturnValue_2) == 0x000361, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Get_ReturnValue_4) == 0x000368, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Get_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_GetOwningPlayer_ReturnValue) == 0x000370, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_PlayAnimationReverse_ReturnValue_1) == 0x000378, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_PlayAnimationReverse_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_Event_IntroType) == 0x000380, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000388, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_Get_ReturnValue_5) == 0x000390, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_Get_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, CallFunc_ForceCompleteTutorial_ReturnValue) == 0x000398, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::CallFunc_ForceCompleteTutorial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_ComponentBoundEvent_Button_2) == 0x0003A0, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen, K2Node_ComponentBoundEvent_Button_1) == 0x0003A8, "Member 'UI_BP_CreatureManagementScreen_C_ExecuteUbergraph_UI_BP_CreatureManagementScreen::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_2_OnButtonUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_2_OnButtonUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_2_OnButtonUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_2_OnButtonUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_2_OnButtonUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_2_OnButtonUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_2_OnButtonUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_1_OnButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_1_OnButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_1_OnButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_1_OnButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_1_OnButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_1_OnButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_1_OnButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_0_OnButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_0_OnButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_0_OnButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_0_OnButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_0_OnButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_0_OnButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_BndEvt__UI_BP_CreatureManagementScreen_inventoryScroll_K2Node_ComponentBoundEvent_0_OnButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_OnIntroEnded \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_OnIntroEnded) == 0x000004, "Wrong alignment on UI_BP_CreatureManagementScreen_C_OnIntroEnded"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_OnIntroEnded) == 0x000004, "Wrong size on UI_BP_CreatureManagementScreen_C_OnIntroEnded"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_OnIntroEnded, IntroType) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_OnIntroEnded::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_SNC_02_BeastReleaseStarted \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_SNC_02_BeastReleaseStarted) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_SNC_02_BeastReleaseStarted"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_SNC_02_BeastReleaseStarted) == 0x000018, "Wrong size on UI_BP_CreatureManagementScreen_C_SNC_02_BeastReleaseStarted"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SNC_02_BeastReleaseStarted, Caller) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_SNC_02_BeastReleaseStarted::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SNC_02_BeastReleaseStarted, String) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_SNC_02_BeastReleaseStarted::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_OnOutroEnded \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_OnOutroEnded) == 0x000004, "Wrong alignment on UI_BP_CreatureManagementScreen_C_OnOutroEnded"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_OnOutroEnded) == 0x000004, "Wrong size on UI_BP_CreatureManagementScreen_C_OnOutroEnded"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_OnOutroEnded, OutroType) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_OnOutroStarted \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_CreatureManagementScreen_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_CreatureManagementScreen_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_CreatureManagementScreen_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_OnIntroStarted \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_CreatureManagementScreen_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_CreatureManagementScreen_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_CreatureManagementScreen_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_OnInventoryButtonClicked \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_OnInventoryButtonClicked) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_OnInventoryButtonClicked"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_OnInventoryButtonClicked) == 0x000008, "Wrong size on UI_BP_CreatureManagementScreen_C_OnInventoryButtonClicked"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_OnInventoryButtonClicked, IconButton) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_OnInventoryButtonClicked::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_OnCreatureClicked \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_OnCreatureClicked) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_OnCreatureClicked"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_OnCreatureClicked) == 0x000008, "Wrong size on UI_BP_CreatureManagementScreen_C_OnCreatureClicked"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_OnCreatureClicked, CreatureButton) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_OnCreatureClicked::CreatureButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_OnInventoryButtonUnhovered \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_OnInventoryButtonUnhovered) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_OnInventoryButtonUnhovered"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_OnInventoryButtonUnhovered) == 0x000008, "Wrong size on UI_BP_CreatureManagementScreen_C_OnInventoryButtonUnhovered"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_OnInventoryButtonUnhovered, IconButton) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_OnInventoryButtonUnhovered::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_OnInventoryButtonHovered \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_OnInventoryButtonHovered) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_OnInventoryButtonHovered"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_OnInventoryButtonHovered) == 0x000008, "Wrong size on UI_BP_CreatureManagementScreen_C_OnInventoryButtonHovered"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_OnInventoryButtonHovered, IconButton) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_OnInventoryButtonHovered::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_OnCreatureUnhovered \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_OnCreatureUnhovered) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_OnCreatureUnhovered"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_OnCreatureUnhovered) == 0x000008, "Wrong size on UI_BP_CreatureManagementScreen_C_OnCreatureUnhovered"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_OnCreatureUnhovered, CreatureButton) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_OnCreatureUnhovered::CreatureButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_OnCreatureHovered \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_OnCreatureHovered) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_OnCreatureHovered"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_OnCreatureHovered) == 0x000008, "Wrong size on UI_BP_CreatureManagementScreen_C_OnCreatureHovered"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_OnCreatureHovered, CreatureButton) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_OnCreatureHovered::CreatureButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_PreConstruct \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_CreatureManagementScreen_C_PreConstruct"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_CreatureManagementScreen_C_PreConstruct"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_InitForNurturingSpace \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_InitForNurturingSpace"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace) == 0x0001F0, "Wrong size on UI_BP_CreatureManagementScreen_C_InitForNurturingSpace"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, PlayAddAnimation) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::PlayAddAnimation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, InventoryResultsArray) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::InventoryResultsArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CurrentInventoryButton) == 0x000018, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CurrentInventoryButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, LastNumNurturingSpaceCreatures) == 0x000020, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::LastNumNurturingSpaceCreatures' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, LastNumInventoryCreatures) == 0x000024, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::LastNumInventoryCreatures' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, MaxNumSpecies) == 0x000028, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::MaxNumSpecies' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, MaxNumCreatures) == 0x00002C, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::MaxNumCreatures' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Multiply_IntInt_ReturnValue) == 0x000030, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, Temp_int_Array_Index_Variable) == 0x000034, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_IsValid_ReturnValue_1) == 0x00003A, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Not_PreBool_ReturnValue_1) == 0x00003B, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_BooleanAND_ReturnValue) == 0x00003C, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Array_LastIndex_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Array_Get_Item) == 0x000048, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, Temp_int_Variable) == 0x000050, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button) == 0x000058, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::K2Node_DynamicCast_AsUI_BP_Inventory_Icon_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Array_Get_Item_1) == 0x000068, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000070, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Add_IntInt_ReturnValue) == 0x000074, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_GetHolderMaxSlotsBP_ReturnValue) == 0x000078, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_GetHolderMaxSlotsBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_GetNurtureSpaceCreaturesToDisplay_CreatureStates) == 0x000080, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_GetNurtureSpaceCreaturesToDisplay_CreatureStates' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_GetNurtureSpaceCreaturesToDisplay_CreatureSpecies) == 0x000090, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_GetNurtureSpaceCreaturesToDisplay_CreatureSpecies' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Percent_IntInt_ReturnValue) == 0x0000E0, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Array_Length_ReturnValue) == 0x0000E4, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000E8, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Max_ReturnValue) == 0x0000EC, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Array_Get_Item_2) == 0x0000F0, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Array_Length_ReturnValue_1) == 0x000178, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_IsNewCreature_IsNew) == 0x00017C, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_IsNewCreature_IsNew' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Array_Length_ReturnValue_2) == 0x000180, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Greater_IntInt_ReturnValue) == 0x000184, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_BooleanAND_ReturnValue_1) == 0x000185, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, Temp_int_Loop_Counter_Variable) == 0x000188, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Less_IntInt_ReturnValue) == 0x00018C, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Add_IntInt_ReturnValue_2) == 0x000190, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_GetInventoryTextBP_InventoryResultArray) == 0x000198, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_GetInventoryTextBP_InventoryResultArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_FilterOutSNC_02SelectedCreatures_FilteredArray) == 0x0001A8, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_FilterOutSNC_02SelectedCreatures_FilteredArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_IsHovered_ReturnValue) == 0x0001B8, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_InitializeItemButton_self_CastInput) == 0x0001C0, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_InitializeItemButton_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Get_ReturnValue) == 0x0001D0, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_GetMaxNumSpeciesInNurturingSpace_ReturnValue) == 0x0001D8, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_GetMaxNumSpeciesInNurturingSpace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Array_Length_ReturnValue_3) == 0x0001DC, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_Get_ReturnValue_1) == 0x0001E0, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitForNurturingSpace, CallFunc_GetMaxNumCreaturesInNurturingSpace_ReturnValue) == 0x0001E8, "Member 'UI_BP_CreatureManagementScreen_C_InitForNurturingSpace::CallFunc_GetMaxNumCreaturesInNurturingSpace_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_PopulateCreatureList \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_PopulateCreatureList"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList) == 0x000180, "Wrong size on UI_BP_CreatureManagementScreen_C_PopulateCreatureList"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CreatureStates) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CreatureStates' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, MaxNumCreatures) == 0x000010, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::MaxNumCreatures' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, MaxNumSpecies) == 0x000014, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::MaxNumSpecies' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CreatureSpecies) == 0x000018, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CreatureSpecies' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, PlayAddAnimation) == 0x000068, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::PlayAddAnimation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CurrentCreatureButton) == 0x000070, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CurrentCreatureButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, StatesForButtons) == 0x000078, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::StatesForButtons' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Greater_IntInt_ReturnValue) == 0x00008C, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Array_Length_ReturnValue_1) == 0x000090, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Array_Length_ReturnValue_2) == 0x000094, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_IsHovered_ReturnValue) == 0x000098, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, Temp_int_Array_Index_Variable) == 0x00009C, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Get_ReturnValue) == 0x0000A0, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_GetCreatureUID_ReturnValue) == 0x0000B8, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_GetCreatureUID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000BC, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_GetMotherUID_ReturnValue) == 0x0000C0, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_GetMotherUID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_BooleanAND_ReturnValue) == 0x0000C4, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_BP_GetCreatureStateByUID_ReturnValue) == 0x0000C8, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_BP_GetCreatureStateByUID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x0000D0, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_IsUnbornCreature_ReturnValue) == 0x0000F8, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_IsUnbornCreature_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Less_IntInt_ReturnValue) == 0x0000F9, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Array_Length_ReturnValue_3) == 0x0000FC, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Map_Length_ReturnValue) == 0x000100, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000104, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Conv_IntToText_ReturnValue) == 0x000108, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000120, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Conv_IntToText_ReturnValue_2) == 0x000138, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Conv_IntToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, Temp_int_Loop_Counter_Variable) == 0x000150, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Array_Length_ReturnValue_4) == 0x000154, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Less_IntInt_ReturnValue_1) == 0x000158, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Conv_IntToText_ReturnValue_3) == 0x000160, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Conv_IntToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PopulateCreatureList, CallFunc_Add_IntInt_ReturnValue) == 0x000178, "Member 'UI_BP_CreatureManagementScreen_C_PopulateCreatureList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_InitCreatureButton \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_InitCreatureButton) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_InitCreatureButton"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_InitCreatureButton) == 0x000068, "Wrong size on UI_BP_CreatureManagementScreen_C_InitCreatureButton"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitCreatureButton, ButtonWidget) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_InitCreatureButton::ButtonWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitCreatureButton, CreatureState) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_InitCreatureButton::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitCreatureButton, MotherStateIfUnborn) == 0x000010, "Member 'UI_BP_CreatureManagementScreen_C_InitCreatureButton::MotherStateIfUnborn' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitCreatureButton, K2Node_CreateDelegate_OutputDelegate) == 0x000038, "Member 'UI_BP_CreatureManagementScreen_C_InitCreatureButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitCreatureButton, K2Node_CreateDelegate_OutputDelegate_1) == 0x000048, "Member 'UI_BP_CreatureManagementScreen_C_InitCreatureButton::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_InitCreatureButton, K2Node_CreateDelegate_OutputDelegate_2) == 0x000058, "Member 'UI_BP_CreatureManagementScreen_C_InitCreatureButton::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_DisplayErrorMessage \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_DisplayErrorMessage) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_DisplayErrorMessage"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_DisplayErrorMessage) == 0x000018, "Wrong size on UI_BP_CreatureManagementScreen_C_DisplayErrorMessage"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_DisplayErrorMessage, Message) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_DisplayErrorMessage::Message' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_DisplayErrorMessage, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureManagementScreen_C_DisplayErrorMessage::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip) == 0x000130, "Wrong size on UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, CreatureState) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, Local_LegendData) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::Local_LegendData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, Local_CanMoveOutOfNurtureSpace) == 0x000018, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::Local_CanMoveOutOfNurtureSpace' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, Local_EnoughInventorySpaceForMove) == 0x000019, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::Local_EnoughInventorySpaceForMove' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, CallFunc_GetCanMoveCreatureOutOfNurtureSpace_CanMoveCreature) == 0x00001A, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::CallFunc_GetCanMoveCreatureOutOfNurtureSpace_CanMoveCreature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, CallFunc_GetCanMoveCreatureOutOfNurtureSpace_ErrorMsgKey) == 0x000020, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::CallFunc_GetCanMoveCreatureOutOfNurtureSpace_ErrorMsgKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, K2Node_MakeStruct_LegendItemData) == 0x000030, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, CallFunc_Get_Can_Summon_Creature_CanMoveCreature) == 0x000060, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::CallFunc_Get_Can_Summon_Creature_CanMoveCreature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, CallFunc_Get_Can_Summon_Creature_ErrorMsgKey) == 0x000068, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::CallFunc_Get_Can_Summon_Creature_ErrorMsgKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, K2Node_MakeStruct_LegendItemData_1) == 0x000078, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, K2Node_MakeStruct_LegendItemData_2) == 0x0000A8, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::K2Node_MakeStruct_LegendItemData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, CallFunc_Get_Can_View_Creature_Details_CanMoveCreature) == 0x0000D8, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::CallFunc_Get_Can_View_Creature_Details_CanMoveCreature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, CallFunc_Get_Can_View_Creature_Details_ErrorMsgKey) == 0x0000E0, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::CallFunc_Get_Can_View_Creature_Details_ErrorMsgKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, K2Node_MakeStruct_LegendItemData_3) == 0x0000F0, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::K2Node_MakeStruct_LegendItemData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, CallFunc_Array_Add_ReturnValue) == 0x000120, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, CallFunc_Array_Add_ReturnValue_1) == 0x000124, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, CallFunc_Array_Add_ReturnValue_2) == 0x000128, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip, CallFunc_Array_Add_ReturnValue_3) == 0x00012C, "Member 'UI_BP_CreatureManagementScreen_C_Update_Creature_in_Nurture_Space_Tooltip::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_TriggerExitScreen \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_TriggerExitScreen) == 0x000004, "Wrong alignment on UI_BP_CreatureManagementScreen_C_TriggerExitScreen"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_TriggerExitScreen) == 0x000014, "Wrong size on UI_BP_CreatureManagementScreen_C_TriggerExitScreen"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_TriggerExitScreen, ToFollowScreen) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_TriggerExitScreen::ToFollowScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_TriggerExitScreen, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_CreatureManagementScreen_C_TriggerExitScreen::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_TriggerExitScreen, Temp_int_Variable) == 0x000004, "Member 'UI_BP_CreatureManagementScreen_C_TriggerExitScreen::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_TriggerExitScreen, Temp_int_Variable_1) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_TriggerExitScreen::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_TriggerExitScreen, K2Node_Select_Default) == 0x00000C, "Member 'UI_BP_CreatureManagementScreen_C_TriggerExitScreen::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_TriggerExitScreen, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureManagementScreen_C_TriggerExitScreen::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace) == 0x000048, "Wrong size on UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace, CreatureState) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace, CallFunc_GetCreatureUID_ReturnValue) == 0x00000C, "Member 'UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace::CallFunc_GetCreatureUID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000020, "Member 'UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace, CallFunc_Get_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace, CallFunc_CanReleaseCreatureToNurturingSpace_OutErrorKey) == 0x000030, "Member 'UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace::CallFunc_CanReleaseCreatureToNurturingSpace_OutErrorKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace, CallFunc_CanReleaseCreatureToNurturingSpace_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureManagementScreen_C_AddCreatureToNurtureSpace::CallFunc_CanReleaseCreatureToNurturingSpace_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory) == 0x0001E8, "Wrong size on UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, ButtonPressed) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::ButtonPressed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, Return_Value) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::Return_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, CurrentCreatureState) == 0x0000C0, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::CurrentCreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, CallFunc_GetCreatureState_CreatureState) == 0x0000C8, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::CallFunc_GetCreatureState_CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, CallFunc_GetCreatureUID_ReturnValue) == 0x0000D0, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::CallFunc_GetCreatureUID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, CallFunc_GetDefinition_ReturnValue) == 0x0000D8, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::CallFunc_GetDefinition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, CallFunc_IsUnbornCreature_ReturnValue) == 0x0000E0, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::CallFunc_IsUnbornCreature_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, CallFunc_IsEgg_ReturnValue) == 0x0000E1, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::CallFunc_IsEgg_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, CallFunc_Not_PreBool_ReturnValue) == 0x0000E2, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000E3, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, CallFunc_GetCursorWidget_ReturnValue) == 0x0000E8, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::CallFunc_GetCursorWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, CallFunc_GetPregnancyState_ReturnValue) == 0x0000F0, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::CallFunc_GetPregnancyState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, K2Node_DynamicCast_AsUI_BPI_Cursor) == 0x0000F8, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::K2Node_DynamicCast_AsUI_BPI_Cursor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, K2Node_DynamicCast_bSuccess) == 0x000108, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000109, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, CallFunc_Get_ReturnValue) == 0x000110, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, CallFunc_Handled_ReturnValue) == 0x000118, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, CallFunc_HasCapturedCreatureInventoryEnoughSpace_ReturnValue) == 0x0001D0, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::CallFunc_HasCapturedCreatureInventoryEnoughSpace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, CallFunc_Get_ReturnValue_1) == 0x0001D8, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory, CallFunc_IsValid_ReturnValue) == 0x0001E0, "Member 'UI_BP_CreatureManagementScreen_C_ReturnCreatureToInventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_ViewCreatureDetails \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_ViewCreatureDetails"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails) == 0x000078, "Wrong size on UI_BP_CreatureManagementScreen_C_ViewCreatureDetails"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails, CreatureButton) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_ViewCreatureDetails::CreatureButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails, CreatureState) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_ViewCreatureDetails::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails, CallFunc_GetCreatureState_CreatureState) == 0x000010, "Member 'UI_BP_CreatureManagementScreen_C_ViewCreatureDetails::CallFunc_GetCreatureState_CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'UI_BP_CreatureManagementScreen_C_ViewCreatureDetails::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails, CallFunc_GetMotherUID_ReturnValue) == 0x00001C, "Member 'UI_BP_CreatureManagementScreen_C_ViewCreatureDetails::CallFunc_GetMotherUID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails, CallFunc_IsUnbornCreature_ReturnValue) == 0x000020, "Member 'UI_BP_CreatureManagementScreen_C_ViewCreatureDetails::CallFunc_IsUnbornCreature_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'UI_BP_CreatureManagementScreen_C_ViewCreatureDetails::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails, CallFunc_Get_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureManagementScreen_C_ViewCreatureDetails::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails, CallFunc_BP_GetCreatureStateByUID_ReturnValue) == 0x000030, "Member 'UI_BP_CreatureManagementScreen_C_ViewCreatureDetails::CallFunc_BP_GetCreatureStateByUID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails, CallFunc_GetCreatureUID_ReturnValue) == 0x000038, "Member 'UI_BP_CreatureManagementScreen_C_ViewCreatureDetails::CallFunc_GetCreatureUID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails, CallFunc_Get_Can_View_Creature_Details_CanMoveCreature) == 0x00003C, "Member 'UI_BP_CreatureManagementScreen_C_ViewCreatureDetails::CallFunc_Get_Can_View_Creature_Details_CanMoveCreature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails, CallFunc_Get_Can_View_Creature_Details_ErrorMsgKey) == 0x000040, "Member 'UI_BP_CreatureManagementScreen_C_ViewCreatureDetails::CallFunc_Get_Can_View_Creature_Details_ErrorMsgKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails, K2Node_DynamicCast_AsBPI_Nurture_Camera_Interface) == 0x000050, "Member 'UI_BP_CreatureManagementScreen_C_ViewCreatureDetails::K2Node_DynamicCast_AsBPI_Nurture_Camera_Interface' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'UI_BP_CreatureManagementScreen_C_ViewCreatureDetails::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails, CallFunc_PostEventAtLocation_ReturnValue) == 0x000064, "Member 'UI_BP_CreatureManagementScreen_C_ViewCreatureDetails::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails, CallFunc_Get_ReturnValue_1) == 0x000068, "Member 'UI_BP_CreatureManagementScreen_C_ViewCreatureDetails::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ViewCreatureDetails, CallFunc_FindCreatureActorByUID_ReturnValue) == 0x000070, "Member 'UI_BP_CreatureManagementScreen_C_ViewCreatureDetails::CallFunc_FindCreatureActorByUID_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_PlayScreenIntro \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_PlayScreenIntro) == 0x000001, "Wrong alignment on UI_BP_CreatureManagementScreen_C_PlayScreenIntro"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_PlayScreenIntro) == 0x000001, "Wrong size on UI_BP_CreatureManagementScreen_C_PlayScreenIntro"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_PlayScreenIntro, FromSubScreen) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_PlayScreenIntro::FromSubScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction) == 0x000148, "Wrong size on UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, SNC_02_DisallowedActions) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::SNC_02_DisallowedActions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_Array_Contains_ReturnValue) == 0x000018, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_GetCreatureState_CreatureState) == 0x000020, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_GetCreatureState_CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_Get_Can_Summon_Creature_CanMoveCreature) == 0x000028, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_Get_Can_Summon_Creature_CanMoveCreature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_Get_Can_Summon_Creature_ErrorMsgKey) == 0x000030, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_Get_Can_Summon_Creature_ErrorMsgKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_IsHovered_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_IsHovered_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000048, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_Get_ReturnValue) == 0x000050, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_SummonCreature_OutErrorKey) == 0x000058, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_SummonCreature_OutErrorKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_SummonCreature_ReturnValue) == 0x000068, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_SummonCreature_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000069, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_ReturnCreatureToInventory_Return_Value) == 0x000070, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_ReturnCreatureToInventory_Return_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000128, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000129, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue_1) == 0x00012A, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue) == 0x00012B, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_IsHovered_ReturnValue_1) == 0x00012C, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_IsHovered_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, K2Node_MakeArray_Array) == 0x000130, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000140, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000141, "Member 'UI_BP_CreatureManagementScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip) == 0x0000D0, "Wrong size on UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip, CreatureState) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip, CallFunc_GetInventoryResult_self_CastInput) == 0x000010, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip::CallFunc_GetInventoryResult_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip, CallFunc_GetInventoryResult_InventoryResult) == 0x000020, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip::CallFunc_GetInventoryResult_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0000A9, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x0000AA, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip, CallFunc_Get_ReturnValue) == 0x0000B0, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip, CallFunc_GetTypeID_ReturnValue) == 0x0000B8, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip::CallFunc_GetTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip, CallFunc_BP_GetCreatureStateByFName_ReturnValue) == 0x0000C0, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip::CallFunc_BP_GetCreatureStateByFName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip, CallFunc_Array_Contains_ReturnValue) == 0x0000C8, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip, CallFunc_BooleanOR_ReturnValue) == 0x0000C9, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip, CallFunc_IsValid_ReturnValue_1) == 0x0000CA, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureInInventoryTooltip::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled) == 0x0000C8, "Wrong size on UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled, IconButton) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled::IconButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled, CallFunc_GetInventoryResult_self_CastInput) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled::CallFunc_GetInventoryResult_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled, CallFunc_GetInventoryResult_InventoryResult) == 0x000018, "Member 'UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled::CallFunc_GetInventoryResult_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled, CallFunc_HandleEnabled_ReturnValue) == 0x0000A0, "Member 'UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled::CallFunc_HandleEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled, CallFunc_HandleDisabled_ReturnValue) == 0x0000A1, "Member 'UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled::CallFunc_HandleDisabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled, CallFunc_IsValid_ReturnValue) == 0x0000A2, "Member 'UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x0000A3, "Member 'UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled, CallFunc_Get_ReturnValue) == 0x0000A8, "Member 'UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled, CallFunc_BP_GetCreatureStateByFName_ReturnValue) == 0x0000B0, "Member 'UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled::CallFunc_BP_GetCreatureStateByFName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled, CallFunc_GetTypeID_ReturnValue) == 0x0000B8, "Member 'UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled::CallFunc_GetTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled, CallFunc_IsValid_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled, CallFunc_Array_Contains_ReturnValue) == 0x0000C1, "Member 'UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled, CallFunc_BooleanOR_ReturnValue) == 0x0000C2, "Member 'UI_BP_CreatureManagementScreen_C_UpdateInventoryButtonEnabled::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription) == 0x000058, "Wrong size on UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription, HoveredCreatureState) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription::HoveredCreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription, CreatureDescription) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription::CreatureDescription' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription, TempDescription) == 0x000018, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription::TempDescription' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription, CallFunc_GetCreatureDisplayName_OutName) == 0x000028, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription::CallFunc_GetCreatureDisplayName_OutName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription, CallFunc_GetCreatureDisplayName_OutIsLocalizationKey) == 0x000038, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription::CallFunc_GetCreatureDisplayName_OutIsLocalizationKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription, CallFunc_IsUnbornCreature_ReturnValue) == 0x000050, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription::CallFunc_IsUnbornCreature_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription, CallFunc_IsPregnant_ReturnValue) == 0x000051, "Member 'UI_BP_CreatureManagementScreen_C_UpdateCreatureTooltipDescription::CallFunc_IsPregnant_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature) == 0x0000A0, "Wrong size on UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, CreatureState) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, CallFunc_GetCursorWidget_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::CallFunc_GetCursorWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, CallFunc_GetTypeID_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::CallFunc_GetTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, K2Node_DynamicCast_AsUI_BPI_Cursor) == 0x000018, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::K2Node_DynamicCast_AsUI_BPI_Cursor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, CallFunc_Conv_NameToString_ReturnValue) == 0x000030, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, CallFunc_GetCreatureUID_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::CallFunc_GetCreatureUID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, CallFunc_GetCreatureUID_ReturnValue_1) == 0x000044, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::CallFunc_GetCreatureUID_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, CallFunc_Greater_IntInt_ReturnValue) == 0x000050, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, CallFunc_Get_ReturnValue) == 0x000058, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, CallFunc_GetTypeID_ReturnValue_1) == 0x000060, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::CallFunc_GetTypeID_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, CallFunc_ForceCompleteTutorial_ReturnValue) == 0x000068, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::CallFunc_ForceCompleteTutorial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, CallFunc_Array_RemoveItem_ReturnValue) == 0x000069, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, CallFunc_GetMissionName_ReturnValue) == 0x00006C, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::CallFunc_GetMissionName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, CallFunc_Concat_StrStr_ReturnValue) == 0x000078, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, CallFunc_Get_ReturnValue_1) == 0x000088, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000090, "Member 'UI_BP_CreatureManagementScreen_C_SaveSNC_02ReleasedCreature::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures) == 0x0000E8, "Wrong size on UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures, InventoryResultsArray) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures::InventoryResultsArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures, FilteredArray) == 0x000010, "Member 'UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures::FilteredArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures, FilteredResultsArray) == 0x000020, "Member 'UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures::FilteredResultsArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures, Temp_int_Array_Index_Variable) == 0x000034, "Member 'UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures, CallFunc_Array_Get_Item) == 0x000040, "Member 'UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures, CallFunc_Less_IntInt_ReturnValue) == 0x0000C8, "Member 'UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures, CallFunc_Add_IntInt_ReturnValue) == 0x0000CC, "Member 'UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures, CallFunc_Get_ReturnValue) == 0x0000D0, "Member 'UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures, CallFunc_GetCreatureUIDFromVariationName_ReturnValue) == 0x0000D8, "Member 'UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures::CallFunc_GetCreatureUIDFromVariationName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures, CallFunc_Array_Add_ReturnValue) == 0x0000DC, "Member 'UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures, CallFunc_Array_Contains_ReturnValue) == 0x0000E0, "Member 'UI_BP_CreatureManagementScreen_C_FilterOutSNC_02SelectedCreatures::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay) == 0x000160, "Wrong size on UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, CreatureStates) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::CreatureStates' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, CreatureSpecies) == 0x000010, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::CreatureSpecies' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, AlreadySelectedCreatureSpecies) == 0x000060, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::AlreadySelectedCreatureSpecies' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, AlreadySelectedCreatureStates) == 0x0000B0, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::AlreadySelectedCreatureStates' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, Temp_int_Variable) == 0x0000C0, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, Temp_int_Array_Index_Variable) == 0x0000C4, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, CallFunc_Get_ReturnValue) == 0x0000C8, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, Temp_int_Loop_Counter_Variable) == 0x0000D0, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, CallFunc_Array_Get_Item) == 0x0000D4, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, CallFunc_BP_GetCreatureStateByUID_ReturnValue) == 0x0000D8, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::CallFunc_BP_GetCreatureStateByUID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, CallFunc_Add_IntInt_ReturnValue) == 0x0000E0, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, CallFunc_GetTypeID_ReturnValue) == 0x0000E4, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::CallFunc_GetTypeID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, CallFunc_Array_Add_ReturnValue) == 0x0000EC, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, CallFunc_Array_Length_ReturnValue) == 0x0000F0, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, CallFunc_Less_IntInt_ReturnValue) == 0x0000F4, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, CallFunc_Get_ReturnValue_1) == 0x0000F8, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, CallFunc_GetAllCreaturesInNurturingSpace_ReturnValue) == 0x000100, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::CallFunc_GetAllCreaturesInNurturingSpace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay, CallFunc_GetAllCreatureSpeciesInNurturingSpace_ReturnValue) == 0x000110, "Member 'UI_BP_CreatureManagementScreen_C_GetNurtureSpaceCreaturesToDisplay::CallFunc_GetAllCreatureSpeciesInNurturingSpace_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_IsNewCreature \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_IsNewCreature) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_IsNewCreature"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_IsNewCreature) == 0x000080, "Wrong size on UI_BP_CreatureManagementScreen_C_IsNewCreature"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_IsNewCreature, CreatureID) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_IsNewCreature::CreatureID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_IsNewCreature, Variation) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_IsNewCreature::Variation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_IsNewCreature, IsNew) == 0x000010, "Member 'UI_BP_CreatureManagementScreen_C_IsNewCreature::IsNew' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_IsNewCreature, CallFunc_Get_ReturnValue) == 0x000018, "Member 'UI_BP_CreatureManagementScreen_C_IsNewCreature::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_IsNewCreature, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'UI_BP_CreatureManagementScreen_C_IsNewCreature::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_IsNewCreature, CallFunc_GetNewIndicatorCategory_NewIndicatorItems) == 0x000030, "Member 'UI_BP_CreatureManagementScreen_C_IsNewCreature::CallFunc_GetNewIndicatorCategory_NewIndicatorItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_IsNewCreature, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000040, "Member 'UI_BP_CreatureManagementScreen_C_IsNewCreature::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_IsNewCreature, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'UI_BP_CreatureManagementScreen_C_IsNewCreature::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_IsNewCreature, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'UI_BP_CreatureManagementScreen_C_IsNewCreature::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_IsNewCreature, CallFunc_Conv_StringToName_ReturnValue) == 0x000070, "Member 'UI_BP_CreatureManagementScreen_C_IsNewCreature::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_IsNewCreature, CallFunc_Array_Find_ReturnValue) == 0x000078, "Member 'UI_BP_CreatureManagementScreen_C_IsNewCreature::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_IsNewCreature, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00007C, "Member 'UI_BP_CreatureManagementScreen_C_IsNewCreature::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_ClearNewStatus \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_ClearNewStatus) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_ClearNewStatus"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_ClearNewStatus) == 0x000068, "Wrong size on UI_BP_CreatureManagementScreen_C_ClearNewStatus"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ClearNewStatus, CreatureID) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_ClearNewStatus::CreatureID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ClearNewStatus, Variation) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_ClearNewStatus::Variation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ClearNewStatus, Button) == 0x000010, "Member 'UI_BP_CreatureManagementScreen_C_ClearNewStatus::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ClearNewStatus, CallFunc_GetUIManagerPure_ReturnValue) == 0x000018, "Member 'UI_BP_CreatureManagementScreen_C_ClearNewStatus::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ClearNewStatus, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'UI_BP_CreatureManagementScreen_C_ClearNewStatus::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ClearNewStatus, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000030, "Member 'UI_BP_CreatureManagementScreen_C_ClearNewStatus::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ClearNewStatus, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureManagementScreen_C_ClearNewStatus::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ClearNewStatus, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'UI_BP_CreatureManagementScreen_C_ClearNewStatus::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_ClearNewStatus, CallFunc_Conv_StringToName_ReturnValue) == 0x000060, "Member 'UI_BP_CreatureManagementScreen_C_ClearNewStatus::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth) == 0x000080, "Wrong size on UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth, CurrentWidth) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth::CurrentWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth, CurrentRatio) == 0x000004, "Member 'UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth, IdealWidth) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth::IdealWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth, IdealRatio) == 0x00000C, "Member 'UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin) == 0x000010, "Member 'UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_1) == 0x000020, "Member 'UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000030, "Member 'UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue_1) == 0x000038, "Member 'UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_2) == 0x000044, "Member 'UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_3) == 0x000054, "Member 'UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue_1) == 0x000064, "Member 'UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000068, "Member 'UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth, CallFunc_GetViewportSize_ReturnValue) == 0x00006C, "Member 'UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth, CallFunc_BreakVector2D_X) == 0x000074, "Member 'UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth, CallFunc_BreakVector2D_Y) == 0x000078, "Member 'UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00007C, "Member 'UI_BP_CreatureManagementScreen_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings) == 0x0002F8, "Wrong size on UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000090, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue) == 0x0000A8, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, K2Node_MakeArray_Array) == 0x000100, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x000110, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_Format_ReturnValue) == 0x000128, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000140, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000150, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000160, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000164, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x000168, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_4) == 0x000180, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, K2Node_MakeStruct_FormatArgumentData_2) == 0x000198, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, K2Node_MakeStruct_FormatArgumentData_3) == 0x0001D8, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, K2Node_MakeArray_Array_1) == 0x000218, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue_1) == 0x000228, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_Format_ReturnValue_1) == 0x000240, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_5) == 0x000258, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x000270, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000280, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x000290, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x000294, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_6) == 0x000298, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x0002B0, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x0002C0, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x0002C4, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0002C5, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_7) == 0x0002C8, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_5) == 0x0002E0, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_5) == 0x0002F0, "Member 'UI_BP_CreatureManagementScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CreatureManagementScreen_C \ static_assert(alignof(UUI_BP_CreatureManagementScreen_C) == 0x000008, "Wrong alignment on UUI_BP_CreatureManagementScreen_C"); \ static_assert(sizeof(UUI_BP_CreatureManagementScreen_C) == 0x0004F8, "Wrong size on UUI_BP_CreatureManagementScreen_C"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, UberGraphFrame) == 0x000370, "Member 'UUI_BP_CreatureManagementScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, showDetailsPanel) == 0x000378, "Member 'UUI_BP_CreatureManagementScreen_C::showDetailsPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, SNC_02_FadeOut) == 0x000380, "Member 'UUI_BP_CreatureManagementScreen_C::SNC_02_FadeOut' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, BeastManagement_IN) == 0x000388, "Member 'UUI_BP_CreatureManagementScreen_C::BeastManagement_IN' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, ShowErrorMessage) == 0x000390, "Member 'UUI_BP_CreatureManagementScreen_C::ShowErrorMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, activeBeastsCurrent) == 0x000398, "Member 'UUI_BP_CreatureManagementScreen_C::activeBeastsCurrent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, ActiveBeastsLabel) == 0x0003A0, "Member 'UUI_BP_CreatureManagementScreen_C::ActiveBeastsLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, activeBeastsMax) == 0x0003A8, "Member 'UUI_BP_CreatureManagementScreen_C::activeBeastsMax' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, beastManagementBorder) == 0x0003B0, "Member 'UUI_BP_CreatureManagementScreen_C::beastManagementBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, breedingScaleBox) == 0x0003B8, "Member 'UUI_BP_CreatureManagementScreen_C::breedingScaleBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, BreedingWarningBox) == 0x0003C0, "Member 'UUI_BP_CreatureManagementScreen_C::BreedingWarningBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, detailsPanel) == 0x0003C8, "Member 'UUI_BP_CreatureManagementScreen_C::detailsPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, ErrorMessageText) == 0x0003D0, "Member 'UUI_BP_CreatureManagementScreen_C::ErrorMessageText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, Icon) == 0x0003D8, "Member 'UUI_BP_CreatureManagementScreen_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, inventoryScroll) == 0x0003E0, "Member 'UUI_BP_CreatureManagementScreen_C::inventoryScroll' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, NoCreaturesMessage) == 0x0003E8, "Member 'UUI_BP_CreatureManagementScreen_C::NoCreaturesMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, NoCreaturesPanel) == 0x0003F0, "Member 'UUI_BP_CreatureManagementScreen_C::NoCreaturesPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, ScreenLegend) == 0x0003F8, "Member 'UUI_BP_CreatureManagementScreen_C::ScreenLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, scrim) == 0x000400, "Member 'UUI_BP_CreatureManagementScreen_C::scrim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, speciesCurrent) == 0x000408, "Member 'UUI_BP_CreatureManagementScreen_C::speciesCurrent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, SpeciesLabel) == 0x000410, "Member 'UUI_BP_CreatureManagementScreen_C::SpeciesLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, speciesMax) == 0x000418, "Member 'UUI_BP_CreatureManagementScreen_C::speciesMax' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, StationTitle) == 0x000420, "Member 'UUI_BP_CreatureManagementScreen_C::StationTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, vivariumGrid) == 0x000428, "Member 'UUI_BP_CreatureManagementScreen_C::vivariumGrid' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, StatusWidgetTooltip) == 0x000430, "Member 'UUI_BP_CreatureManagementScreen_C::StatusWidgetTooltip' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, NurturingSpaceID) == 0x000438, "Member 'UUI_BP_CreatureManagementScreen_C::NurturingSpaceID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, HoveredCreatureButton) == 0x000440, "Member 'UUI_BP_CreatureManagementScreen_C::HoveredCreatureButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, HoveredInventoryButton) == 0x000448, "Member 'UUI_BP_CreatureManagementScreen_C::HoveredInventoryButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, AddCreatureTooltip) == 0x000450, "Member 'UUI_BP_CreatureManagementScreen_C::AddCreatureTooltip' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, IsScreenExitingToFollowScreen) == 0x000458, "Member 'UUI_BP_CreatureManagementScreen_C::IsScreenExitingToFollowScreen' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, CreatureToFollow) == 0x000460, "Member 'UUI_BP_CreatureManagementScreen_C::CreatureToFollow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, CurrentNumInventoryCreatures) == 0x000468, "Member 'UUI_BP_CreatureManagementScreen_C::CurrentNumInventoryCreatures' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, CurrentNumNurturingSpaceCreatures) == 0x00046C, "Member 'UUI_BP_CreatureManagementScreen_C::CurrentNumNurturingSpaceCreatures' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, CanReleaseToNurturingSpace) == 0x000470, "Member 'UUI_BP_CreatureManagementScreen_C::CanReleaseToNurturingSpace' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, SaveReleasedCreatureUIDInstead) == 0x000471, "Member 'UUI_BP_CreatureManagementScreen_C::SaveReleasedCreatureUIDInstead' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, ReleasedCreatureUIDIdentifier) == 0x000478, "Member 'UUI_BP_CreatureManagementScreen_C::ReleasedCreatureUIDIdentifier' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, currentVivariumButton) == 0x000488, "Member 'UUI_BP_CreatureManagementScreen_C::currentVivariumButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, canSelectCreature) == 0x000490, "Member 'UUI_BP_CreatureManagementScreen_C::canSelectCreature' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, VivariumCreatureButtons) == 0x000498, "Member 'UUI_BP_CreatureManagementScreen_C::VivariumCreatureButtons' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, CurrentVivariumCreatures) == 0x0004A8, "Member 'UUI_BP_CreatureManagementScreen_C::CurrentVivariumCreatures' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, LastReleasedCreatureID) == 0x0004B8, "Member 'UUI_BP_CreatureManagementScreen_C::LastReleasedCreatureID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, RequiredTypesToRelease) == 0x0004C0, "Member 'UUI_BP_CreatureManagementScreen_C::RequiredTypesToRelease' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, AlreadySelectedCreatureUIDs) == 0x0004D0, "Member 'UUI_BP_CreatureManagementScreen_C::AlreadySelectedCreatureUIDs' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, HermesHandles) == 0x0004E0, "Member 'UUI_BP_CreatureManagementScreen_C::HermesHandles' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureManagementScreen_C, IsHiddenFromViewport) == 0x0004F0, "Member 'UUI_BP_CreatureManagementScreen_C::IsHiddenFromViewport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen) == 0x000010, "Wrong alignment on UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen) == 0x0003E0, "Wrong size on UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, EntryPoint) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, Temp_int_Variable) == 0x000010, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, Temp_int_Variable_1) == 0x000014, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_PostEventAtLocation_ReturnValue) == 0x000018, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetPlayerController_ReturnValue_1) == 0x000020, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Get_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetCreatureUID_ReturnValue) == 0x000030, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetCreatureUID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetPlayerControllerFromID_ReturnValue) == 0x000038, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetPlayerControllerFromID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetComponentByClass_ReturnValue) == 0x000048, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_IsValid_ReturnValue_2) == 0x000050, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000058, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_DynamicCast_AsUI_BPI_Target_Callout_Interface) == 0x000060, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_DynamicCast_AsUI_BPI_Target_Callout_Interface' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000074, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_MakeStruct_LegendItemData) == 0x000088, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_MakeStruct_LegendItemData_1) == 0x0000B8, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_MakeStruct_LegendItemData_2) == 0x0000E8, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_MakeStruct_LegendItemData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_MakeStruct_LegendItemData_3) == 0x000118, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_MakeStruct_LegendItemData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, Temp_int_Variable_2) == 0x000148, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_CustomEvent_DestroyedActor) == 0x000150, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_CustomEvent_DestroyedActor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_IsValid_ReturnValue_3) == 0x000158, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetCreatureUID_ReturnValue_1) == 0x00015C, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetCreatureUID_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Get_ReturnValue_1) == 0x000160, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_FindCreatureActorByUID_ReturnValue) == 0x000168, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_FindCreatureActorByUID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_DynamicCast_AsCreature_Character) == 0x000170, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_DynamicCast_AsCreature_Character' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_DynamicCast_bSuccess_1) == 0x000178, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_IsValid_ReturnValue_4) == 0x000179, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_CustomEvent_RotateToFaceCreature) == 0x00017A, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_CustomEvent_RotateToFaceCreature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00017C, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_SpawnCameraStackActorForTarget_ReturnValue) == 0x000188, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_SpawnCameraStackActorForTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_BreakRotator_Roll) == 0x000190, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_BreakRotator_Pitch) == 0x000194, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_BreakRotator_Yaw) == 0x000198, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_IsValid_ReturnValue_5) == 0x00019C, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Add_FloatFloat_ReturnValue) == 0x0001A0, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_MakeRotator_ReturnValue) == 0x0001A4, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetPlayerController_ReturnValue_2) == 0x0001B0, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Get_ReturnValue_2) == 0x0001B8, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetPlayerViewTransform_ReturnValue) == 0x0001C0, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetPlayerViewTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_BreakTransform_Location) == 0x0001F0, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_BreakTransform_Rotation) == 0x0001FC, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_BreakTransform_Scale) == 0x000208, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Not_PreBool_ReturnValue) == 0x000214, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_CustomEvent_InputText) == 0x000218, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_CustomEvent_InputText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetStatName_ReturnValue) == 0x000230, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetStatName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Conv_TextToString_ReturnValue) == 0x000238, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetStatName_ReturnValue_1) == 0x000248, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetStatName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_CustomEvent_Caller_1) == 0x000250, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_CustomEvent_Caller) == 0x000258, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Array_Add_ReturnValue) == 0x000260, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Add_IntInt_ReturnValue) == 0x000264, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Add_IntInt_ReturnValue_1) == 0x000268, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Add_IntInt_ReturnValue_2) == 0x00026C, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Add_IntInt_ReturnValue_3) == 0x000270, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Add_IntInt_ReturnValue_4) == 0x000274, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetLegendItem_ReturnValue) == 0x000278, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetLegendItem_ReturnValue_1) == 0x000280, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetLegendItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetLegendItem_ReturnValue_2) == 0x000288, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetLegendItem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetLegendItem_ReturnValue_3) == 0x000290, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetLegendItem_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetLegendItem_ReturnValue_4) == 0x000298, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetLegendItem_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Array_Add_ReturnValue_1) == 0x0002A0, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Array_Add_ReturnValue_2) == 0x0002A4, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Array_Add_ReturnValue_3) == 0x0002A8, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Get_ReturnValue_3) == 0x0002B0, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetCreatureUID_ReturnValue_2) == 0x0002B8, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetCreatureUID_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_MakeStruct_LegendItemData_4) == 0x0002C0, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_MakeStruct_LegendItemData_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Array_Add_ReturnValue_4) == 0x0002F0, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Get_ReturnValue_4) == 0x0002F8, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Get_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_BP_GetCreatureStateByActor_ReturnValue) == 0x000300, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_BP_GetCreatureStateByActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_Event_Parent) == 0x000308, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x000310, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x000320, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000330, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_CreateDelegate_OutputDelegate_3) == 0x000334, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_CreateDelegate_OutputDelegate_4) == 0x000344, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_IsValid_ReturnValue_6) == 0x000354, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_CreateDelegate_OutputDelegate_5) == 0x000358, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_CreateDelegate_OutputDelegate_6) == 0x000368, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, Temp_int_Variable_3) == 0x000378, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, Temp_int_Variable_4) == 0x00037C, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_Event_IntroType_1) == 0x000380, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_Event_IntroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_Event_IntroDuration) == 0x000384, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_Event_OutroType_1) == 0x000388, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_Event_OutroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_Event_OutroDuration) == 0x00038C, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000390, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000394, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000398, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_PlayAnimationForward_ReturnValue) == 0x0003A0, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_SwitchInteger_CmpSuccess) == 0x0003A8, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_Event_OutroType) == 0x0003AC, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0003B0, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0003B8, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_IsValid_ReturnValue_7) == 0x0003C0, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_IsValid_ReturnValue_8) == 0x0003C1, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_Get_ReturnValue_5) == 0x0003C8, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_Get_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x0003D0, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen, K2Node_Event_IntroType) == 0x0003D8, "Member 'UI_BP_CreatureFollowScreen_C_ExecuteUbergraph_UI_BP_CreatureFollowScreen::K2Node_Event_IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_OnIntroEnded \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_OnIntroEnded) == 0x000004, "Wrong alignment on UI_BP_CreatureFollowScreen_C_OnIntroEnded"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_OnIntroEnded) == 0x000004, "Wrong size on UI_BP_CreatureFollowScreen_C_OnIntroEnded"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_OnIntroEnded, IntroType) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_OnIntroEnded::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_OnOutroEnded \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_OnOutroEnded) == 0x000004, "Wrong alignment on UI_BP_CreatureFollowScreen_C_OnOutroEnded"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_OnOutroEnded) == 0x000004, "Wrong size on UI_BP_CreatureFollowScreen_C_OnOutroEnded"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_OnOutroEnded, OutroType) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_OnOutroStarted \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_CreatureFollowScreen_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_CreatureFollowScreen_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_CreatureFollowScreen_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_OnIntroStarted \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_CreatureFollowScreen_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_CreatureFollowScreen_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_CreatureFollowScreen_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_CreatureAbandon_OnConfirm \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_CreatureAbandon_OnConfirm) == 0x000008, "Wrong alignment on UI_BP_CreatureFollowScreen_C_CreatureAbandon_OnConfirm"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_CreatureAbandon_OnConfirm) == 0x000008, "Wrong size on UI_BP_CreatureFollowScreen_C_CreatureAbandon_OnConfirm"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_CreatureAbandon_OnConfirm, Caller) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_CreatureAbandon_OnConfirm::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_CreatureAbandon_OnClosed \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_CreatureAbandon_OnClosed) == 0x000008, "Wrong alignment on UI_BP_CreatureFollowScreen_C_CreatureAbandon_OnClosed"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_CreatureAbandon_OnClosed) == 0x000008, "Wrong size on UI_BP_CreatureFollowScreen_C_CreatureAbandon_OnClosed"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_CreatureAbandon_OnClosed, Caller) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_CreatureAbandon_OnClosed::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_SetCamera \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_SetCamera) == 0x000001, "Wrong alignment on UI_BP_CreatureFollowScreen_C_SetCamera"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_SetCamera) == 0x000001, "Wrong size on UI_BP_CreatureFollowScreen_C_SetCamera"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SetCamera, RotateToFaceCreature) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_SetCamera::RotateToFaceCreature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_OnCreatureDestroyed \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_OnCreatureDestroyed) == 0x000008, "Wrong alignment on UI_BP_CreatureFollowScreen_C_OnCreatureDestroyed"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_OnCreatureDestroyed) == 0x000008, "Wrong size on UI_BP_CreatureFollowScreen_C_OnCreatureDestroyed"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_OnCreatureDestroyed, DestroyedActor) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_OnCreatureDestroyed::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_OnRenameConfirmed \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_OnRenameConfirmed) == 0x000008, "Wrong alignment on UI_BP_CreatureFollowScreen_C_OnRenameConfirmed"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_OnRenameConfirmed) == 0x000018, "Wrong size on UI_BP_CreatureFollowScreen_C_OnRenameConfirmed"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_OnRenameConfirmed, InputText) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_OnRenameConfirmed::InputText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_SetParent \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_SetParent) == 0x000008, "Wrong alignment on UI_BP_CreatureFollowScreen_C_SetParent"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_SetParent) == 0x000008, "Wrong size on UI_BP_CreatureFollowScreen_C_SetParent"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SetParent, Parent) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_DisplayErrorMessage \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_DisplayErrorMessage) == 0x000008, "Wrong alignment on UI_BP_CreatureFollowScreen_C_DisplayErrorMessage"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_DisplayErrorMessage) == 0x000018, "Wrong size on UI_BP_CreatureFollowScreen_C_DisplayErrorMessage"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_DisplayErrorMessage, Message) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_DisplayErrorMessage::Message' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_DisplayErrorMessage, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureFollowScreen_C_DisplayErrorMessage::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_UpdateLegend \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_UpdateLegend) == 0x000008, "Wrong alignment on UI_BP_CreatureFollowScreen_C_UpdateLegend"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_UpdateLegend) == 0x000048, "Wrong size on UI_BP_CreatureFollowScreen_C_UpdateLegend"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, Temp_byte_Variable) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, Temp_byte_Variable_1) == 0x000002, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, Temp_byte_Variable_2) == 0x000003, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, Temp_bool_Variable_1) == 0x000004, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, Temp_byte_Variable_3) == 0x000005, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, Temp_byte_Variable_4) == 0x000006, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, Temp_bool_Variable_2) == 0x000007, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, Temp_byte_Variable_5) == 0x000008, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, Temp_byte_Variable_6) == 0x000009, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, CallFunc_GetCanReturnToWild_ReturnValue) == 0x00000A, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::CallFunc_GetCanReturnToWild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, CallFunc_Get_Can_Summon_Creature_CanMoveCreature) == 0x00000B, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::CallFunc_Get_Can_Summon_Creature_CanMoveCreature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, CallFunc_Get_Can_Summon_Creature_ErrorMsgKey) == 0x000010, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::CallFunc_Get_Can_Summon_Creature_ErrorMsgKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, CallFunc_GetCanMoveCreatureOutOfNurtureSpace_CanMoveCreature) == 0x000020, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::CallFunc_GetCanMoveCreatureOutOfNurtureSpace_CanMoveCreature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, CallFunc_GetCanMoveCreatureOutOfNurtureSpace_ErrorMsgKey) == 0x000028, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::CallFunc_GetCanMoveCreatureOutOfNurtureSpace_ErrorMsgKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, CallFunc_IsUnlocked_ReturnValue) == 0x000038, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, CallFunc_BooleanAND_ReturnValue) == 0x000039, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, Temp_byte_Variable_7) == 0x00003A, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, K2Node_Select_Default) == 0x00003B, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, Temp_bool_Variable_3) == 0x00003C, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, CallFunc_GetCanRename_ReturnValue) == 0x00003D, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::CallFunc_GetCanRename_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, CallFunc_BooleanAND_ReturnValue_1) == 0x00003E, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, K2Node_Select_Default_1) == 0x00003F, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, CallFunc_BooleanAND_ReturnValue_2) == 0x000040, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, CallFunc_BooleanAND_ReturnValue_3) == 0x000041, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, K2Node_Select_Default_2) == 0x000042, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, CallFunc_BooleanAND_ReturnValue_4) == 0x000043, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateLegend, K2Node_Select_Default_3) == 0x000044, "Member 'UI_BP_CreatureFollowScreen_C_UpdateLegend::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_GiveFocusToStatusWidget \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_GiveFocusToStatusWidget) == 0x000008, "Wrong alignment on UI_BP_CreatureFollowScreen_C_GiveFocusToStatusWidget"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_GiveFocusToStatusWidget) == 0x000008, "Wrong size on UI_BP_CreatureFollowScreen_C_GiveFocusToStatusWidget"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_GiveFocusToStatusWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_GiveFocusToStatusWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_TriggerExitScreen \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_TriggerExitScreen) == 0x000008, "Wrong alignment on UI_BP_CreatureFollowScreen_C_TriggerExitScreen"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_TriggerExitScreen) == 0x000038, "Wrong size on UI_BP_CreatureFollowScreen_C_TriggerExitScreen"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_TriggerExitScreen, ToRenameScreen) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_TriggerExitScreen::ToRenameScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_TriggerExitScreen, Temp_int_Variable) == 0x000004, "Member 'UI_BP_CreatureFollowScreen_C_TriggerExitScreen::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_TriggerExitScreen, Temp_bool_Variable) == 0x000008, "Member 'UI_BP_CreatureFollowScreen_C_TriggerExitScreen::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_TriggerExitScreen, Temp_int_Variable_1) == 0x00000C, "Member 'UI_BP_CreatureFollowScreen_C_TriggerExitScreen::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_TriggerExitScreen, Temp_int_Variable_2) == 0x000010, "Member 'UI_BP_CreatureFollowScreen_C_TriggerExitScreen::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_TriggerExitScreen, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'UI_BP_CreatureFollowScreen_C_TriggerExitScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_TriggerExitScreen, Temp_bool_Variable_1) == 0x000015, "Member 'UI_BP_CreatureFollowScreen_C_TriggerExitScreen::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_TriggerExitScreen, CallFunc_Not_PreBool_ReturnValue) == 0x000016, "Member 'UI_BP_CreatureFollowScreen_C_TriggerExitScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_TriggerExitScreen, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000018, "Member 'UI_BP_CreatureFollowScreen_C_TriggerExitScreen::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_TriggerExitScreen, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'UI_BP_CreatureFollowScreen_C_TriggerExitScreen::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_TriggerExitScreen, CallFunc_BooleanOR_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureFollowScreen_C_TriggerExitScreen::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_TriggerExitScreen, CallFunc_PostEventAtLocation_ReturnValue) == 0x00002C, "Member 'UI_BP_CreatureFollowScreen_C_TriggerExitScreen::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_TriggerExitScreen, K2Node_Select_Default) == 0x000030, "Member 'UI_BP_CreatureFollowScreen_C_TriggerExitScreen::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_TriggerExitScreen, K2Node_Select_Default_1) == 0x000034, "Member 'UI_BP_CreatureFollowScreen_C_TriggerExitScreen::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_ShowAbandonPopup \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_ShowAbandonPopup) == 0x000008, "Wrong alignment on UI_BP_CreatureFollowScreen_C_ShowAbandonPopup"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_ShowAbandonPopup) == 0x000050, "Wrong size on UI_BP_CreatureFollowScreen_C_ShowAbandonPopup"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ShowAbandonPopup, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_ShowAbandonPopup::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ShowAbandonPopup, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'UI_BP_CreatureFollowScreen_C_ShowAbandonPopup::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ShowAbandonPopup, CallFunc_HermesBindEvent_Handle) == 0x000020, "Member 'UI_BP_CreatureFollowScreen_C_ShowAbandonPopup::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ShowAbandonPopup, CallFunc_HermesBindEvent_Handle_1) == 0x000030, "Member 'UI_BP_CreatureFollowScreen_C_ShowAbandonPopup::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ShowAbandonPopup, CallFunc_GetOwningPlayer_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureFollowScreen_C_ShowAbandonPopup::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ShowAbandonPopup, CallFunc_Create_ReturnValue) == 0x000048, "Member 'UI_BP_CreatureFollowScreen_C_ShowAbandonPopup::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_RenameCreature \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_RenameCreature) == 0x000004, "Wrong alignment on UI_BP_CreatureFollowScreen_C_RenameCreature"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_RenameCreature) == 0x000018, "Wrong size on UI_BP_CreatureFollowScreen_C_RenameCreature"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_RenameCreature, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_RenameCreature::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_RenameCreature, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureFollowScreen_C_RenameCreature::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_RenameCreature, CallFunc_CreateAsyncWidget_ReturnValue) == 0x000014, "Member 'UI_BP_CreatureFollowScreen_C_RenameCreature::CallFunc_CreateAsyncWidget_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_Start_or_Harvest_Byproduct \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_Start_or_Harvest_Byproduct) == 0x000008, "Wrong alignment on UI_BP_CreatureFollowScreen_C_Start_or_Harvest_Byproduct"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_Start_or_Harvest_Byproduct) == 0x000018, "Wrong size on UI_BP_CreatureFollowScreen_C_Start_or_Harvest_Byproduct"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_Start_or_Harvest_Byproduct, CallFunc_GetIsByproductHarvestableByPlayer_OutErrorKey) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_Start_or_Harvest_Byproduct::CallFunc_GetIsByproductHarvestableByPlayer_OutErrorKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_Start_or_Harvest_Byproduct, CallFunc_GetIsByproductHarvestableByPlayer_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureFollowScreen_C_Start_or_Harvest_Byproduct::CallFunc_GetIsByproductHarvestableByPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_Start_or_Harvest_Byproduct, K2Node_SwitchString_CmpSuccess) == 0x000011, "Member 'UI_BP_CreatureFollowScreen_C_Start_or_Harvest_Byproduct::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_ToggleUIVisible \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_ToggleUIVisible) == 0x000004, "Wrong alignment on UI_BP_CreatureFollowScreen_C_ToggleUIVisible"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_ToggleUIVisible) == 0x00000C, "Wrong size on UI_BP_CreatureFollowScreen_C_ToggleUIVisible"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ToggleUIVisible, CallFunc_PostEventAtLocation_ReturnValue) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_ToggleUIVisible::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ToggleUIVisible, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'UI_BP_CreatureFollowScreen_C_ToggleUIVisible::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_ToggleUIVisible, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000008, "Member 'UI_BP_CreatureFollowScreen_C_ToggleUIVisible::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction) == 0x000068, "Wrong size on UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_IsInAbandonConfirmation_ReturnValue) == 0x000003, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_IsInAbandonConfirmation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_1) == 0x000005, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_2) == 0x000006, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000007, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_IsInAbandonConfirmation_ReturnValue_1) == 0x000008, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_IsInAbandonConfirmation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_3) == 0x000009, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000A, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00000B, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_Get_Can_Summon_Creature_CanMoveCreature) == 0x00000C, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_Get_Can_Summon_Creature_CanMoveCreature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_Get_Can_Summon_Creature_ErrorMsgKey) == 0x000010, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_Get_Can_Summon_Creature_ErrorMsgKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000020, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_Get_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_SummonCreature_OutErrorKey) == 0x000030, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_SummonCreature_OutErrorKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_SummonCreature_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_SummonCreature_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_4) == 0x000041, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000042, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue) == 0x000043, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_IsVisible_ReturnValue) == 0x000044, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue_1) == 0x000045, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_IsVisible_ReturnValue_1) == 0x000046, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_IsUnlocked_ReturnValue) == 0x000047, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_5) == 0x000048, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_6) == 0x000049, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue) == 0x00004A, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x00004C, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_GetPregnancyState_ReturnValue) == 0x000050, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_GetPregnancyState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000051, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue_1) == 0x000052, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000053, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000054, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000055, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_IsInAbandonConfirmation_ReturnValue_2) == 0x000056, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_IsInAbandonConfirmation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue_2) == 0x000057, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_7) == 0x000058, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue_3) == 0x000059, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue_4) == 0x00005A, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue_5) == 0x00005B, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue_6) == 0x00005C, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue_7) == 0x00005D, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x00005E, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x00005F, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x000060, "Member 'UI_BP_CreatureFollowScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_RenamePopupLoaded \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_RenamePopupLoaded) == 0x000008, "Wrong alignment on UI_BP_CreatureFollowScreen_C_RenamePopupLoaded"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_RenamePopupLoaded) == 0x000038, "Wrong size on UI_BP_CreatureFollowScreen_C_RenamePopupLoaded"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_RenamePopupLoaded, LoadedScreen) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_RenamePopupLoaded::LoadedScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_RenamePopupLoaded, K2Node_DynamicCast_AsText_Input_Screen) == 0x000008, "Member 'UI_BP_CreatureFollowScreen_C_RenamePopupLoaded::K2Node_DynamicCast_AsText_Input_Screen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_RenamePopupLoaded, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'UI_BP_CreatureFollowScreen_C_RenamePopupLoaded::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_RenamePopupLoaded, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'UI_BP_CreatureFollowScreen_C_RenamePopupLoaded::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_RenamePopupLoaded, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'UI_BP_CreatureFollowScreen_C_RenamePopupLoaded::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_SwitchToNextCreature \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature) == 0x000008, "Wrong alignment on UI_BP_CreatureFollowScreen_C_SwitchToNextCreature"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature) == 0x000088, "Wrong size on UI_BP_CreatureFollowScreen_C_SwitchToNextCreature"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, CallFunc_Get_ReturnValue_1) == 0x000008, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, Temp_int_Array_Index_Variable) == 0x000010, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, CallFunc_GetNurturingSpaceID_ReturnValue) == 0x000014, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::CallFunc_GetNurturingSpaceID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, CallFunc_GetAllCreaturesInNurturingSpace_ReturnValue) == 0x000020, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::CallFunc_GetAllCreaturesInNurturingSpace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, CallFunc_Array_Get_Item) == 0x000030, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00003C, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, CallFunc_Array_Length_ReturnValue_1) == 0x000040, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, K2Node_MathExpression_ReturnValue) == 0x000044, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, CallFunc_GetCreatureUID_ReturnValue) == 0x000058, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::CallFunc_GetCreatureUID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, CallFunc_FindCreatureActorByUID_ReturnValue) == 0x000060, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::CallFunc_FindCreatureActorByUID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, K2Node_DynamicCast_AsCreature_Character) == 0x000068, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::K2Node_DynamicCast_AsCreature_Character' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, Temp_bool_True_if_break_was_hit_Variable) == 0x000071, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, CallFunc_Not_PreBool_ReturnValue) == 0x000072, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, Temp_int_Loop_Counter_Variable) == 0x000074, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, CallFunc_Add_IntInt_ReturnValue_1) == 0x00007C, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToNextCreature, CallFunc_BooleanAND_ReturnValue) == 0x000080, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToNextCreature::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature) == 0x000008, "Wrong alignment on UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature) == 0x000088, "Wrong size on UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, CallFunc_Get_ReturnValue_1) == 0x000008, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, Temp_int_Array_Index_Variable) == 0x000010, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, CallFunc_GetNurturingSpaceID_ReturnValue) == 0x000014, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::CallFunc_GetNurturingSpaceID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, CallFunc_GetAllCreaturesInNurturingSpace_ReturnValue) == 0x000020, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::CallFunc_GetAllCreaturesInNurturingSpace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, CallFunc_Array_Get_Item) == 0x000030, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00003C, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, CallFunc_Array_Length_ReturnValue_1) == 0x000040, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, K2Node_MathExpression_ReturnValue) == 0x000044, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, CallFunc_GetCreatureUID_ReturnValue) == 0x000058, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::CallFunc_GetCreatureUID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, CallFunc_FindCreatureActorByUID_ReturnValue) == 0x000060, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::CallFunc_FindCreatureActorByUID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, K2Node_DynamicCast_AsCreature_Character) == 0x000068, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::K2Node_DynamicCast_AsCreature_Character' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, Temp_bool_True_if_break_was_hit_Variable) == 0x000071, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, CallFunc_Not_PreBool_ReturnValue) == 0x000072, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, Temp_int_Loop_Counter_Variable) == 0x000074, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, CallFunc_Add_IntInt_ReturnValue_1) == 0x00007C, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature, CallFunc_BooleanAND_ReturnValue) == 0x000080, "Member 'UI_BP_CreatureFollowScreen_C_SwitchToPreviousCreature::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility) == 0x000008, "Wrong alignment on UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility) == 0x000030, "Wrong size on UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility, Temp_byte_Variable) == 0x000001, "Member 'UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility, CallFunc_Get_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility, CallFunc_GetNurturingSpaceID_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility::CallFunc_GetNurturingSpaceID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility, CallFunc_GetAllCreaturesInNurturingSpace_ReturnValue) == 0x000018, "Member 'UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility::CallFunc_GetAllCreaturesInNurturingSpace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility, K2Node_Select_Default) == 0x00002D, "Member 'UI_BP_CreatureFollowScreen_C_UpdateDPadVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_IsInAbandonConfirmation \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_IsInAbandonConfirmation) == 0x000001, "Wrong alignment on UI_BP_CreatureFollowScreen_C_IsInAbandonConfirmation"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_IsInAbandonConfirmation) == 0x000003, "Wrong size on UI_BP_CreatureFollowScreen_C_IsInAbandonConfirmation"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_IsInAbandonConfirmation, ReturnValue) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_IsInAbandonConfirmation::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_IsInAbandonConfirmation, CallFunc_IsVisible_ReturnValue) == 0x000001, "Member 'UI_BP_CreatureFollowScreen_C_IsInAbandonConfirmation::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_IsInAbandonConfirmation, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'UI_BP_CreatureFollowScreen_C_IsInAbandonConfirmation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_GetAsyncWrapperRenderSize \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_GetAsyncWrapperRenderSize) == 0x000004, "Wrong alignment on UI_BP_CreatureFollowScreen_C_GetAsyncWrapperRenderSize"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_GetAsyncWrapperRenderSize) == 0x000008, "Wrong size on UI_BP_CreatureFollowScreen_C_GetAsyncWrapperRenderSize"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_GetAsyncWrapperRenderSize, RenderSize) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_GetAsyncWrapperRenderSize::RenderSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings) == 0x0000A8, "Wrong size on UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x000064, "Member 'UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000068, "Member 'UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000078, "Member 'UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000090, "Member 'UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_CreatureFollowScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CreatureFollowScreen_C \ static_assert(alignof(UUI_BP_CreatureFollowScreen_C) == 0x000008, "Wrong alignment on UUI_BP_CreatureFollowScreen_C"); \ static_assert(sizeof(UUI_BP_CreatureFollowScreen_C) == 0x000418, "Wrong size on UUI_BP_CreatureFollowScreen_C"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_CreatureFollowScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, Legend_OUT) == 0x000330, "Member 'UUI_BP_CreatureFollowScreen_C::Legend_OUT' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, ShowErrorMessage) == 0x000338, "Member 'UUI_BP_CreatureFollowScreen_C::ShowErrorMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, CreatureNameText) == 0x000340, "Member 'UUI_BP_CreatureFollowScreen_C::CreatureNameText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, creatureStatusWidget) == 0x000348, "Member 'UUI_BP_CreatureFollowScreen_C::creatureStatusWidget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, DPad_Left) == 0x000350, "Member 'UUI_BP_CreatureFollowScreen_C::DPad_Left' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, Dpad_Right) == 0x000358, "Member 'UUI_BP_CreatureFollowScreen_C::Dpad_Right' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, dpadSwitcher) == 0x000360, "Member 'UUI_BP_CreatureFollowScreen_C::dpadSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, ErrorMessageText) == 0x000368, "Member 'UUI_BP_CreatureFollowScreen_C::ErrorMessageText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, ScreenLegend) == 0x000370, "Member 'UUI_BP_CreatureFollowScreen_C::ScreenLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, Creature) == 0x000378, "Member 'UUI_BP_CreatureFollowScreen_C::Creature' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, CreatureState) == 0x000380, "Member 'UUI_BP_CreatureFollowScreen_C::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, OnCreatureChanged) == 0x000388, "Member 'UUI_BP_CreatureFollowScreen_C::OnCreatureChanged' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, SpecialHoldRequiredDuration) == 0x000398, "Member 'UUI_BP_CreatureFollowScreen_C::SpecialHoldRequiredDuration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, RenamePopupIsOpen) == 0x00039C, "Member 'UUI_BP_CreatureFollowScreen_C::RenamePopupIsOpen' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, IsScreenExitingToRenamePopup) == 0x00039D, "Member 'UUI_BP_CreatureFollowScreen_C::IsScreenExitingToRenamePopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, AbandonWidget) == 0x0003A0, "Member 'UUI_BP_CreatureFollowScreen_C::AbandonWidget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, LegendItemHarvestReturn) == 0x0003A8, "Member 'UUI_BP_CreatureFollowScreen_C::LegendItemHarvestReturn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, LegendItemRename) == 0x0003B0, "Member 'UUI_BP_CreatureFollowScreen_C::LegendItemRename' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, LegendItemRelease) == 0x0003B8, "Member 'UUI_BP_CreatureFollowScreen_C::LegendItemRelease' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, LegendItemShowHide) == 0x0003C0, "Member 'UUI_BP_CreatureFollowScreen_C::LegendItemShowHide' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, LegendItemBack) == 0x0003C8, "Member 'UUI_BP_CreatureFollowScreen_C::LegendItemBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, LegendSummonCreature) == 0x0003D0, "Member 'UUI_BP_CreatureFollowScreen_C::LegendSummonCreature' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, UIVisible) == 0x0003D8, "Member 'UUI_BP_CreatureFollowScreen_C::UIVisible' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, IsScreenExitingFromCreatureReleased) == 0x0003D9, "Member 'UUI_BP_CreatureFollowScreen_C::IsScreenExitingFromCreatureReleased' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, HidNurturingHUDSocket) == 0x0003DA, "Member 'UUI_BP_CreatureFollowScreen_C::HidNurturingHUDSocket' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, RenamePopupLoading) == 0x0003DB, "Member 'UUI_BP_CreatureFollowScreen_C::RenamePopupLoading' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, LegendData) == 0x0003E0, "Member 'UUI_BP_CreatureFollowScreen_C::LegendData' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, LegendIdx) == 0x0003F0, "Member 'UUI_BP_CreatureFollowScreen_C::LegendIdx' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, OnCreatureSummoned) == 0x0003F8, "Member 'UUI_BP_CreatureFollowScreen_C::OnCreatureSummoned' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, CreatureIsSummoned) == 0x000408, "Member 'UUI_BP_CreatureFollowScreen_C::CreatureIsSummoned' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureFollowScreen_C, ParentCreatureManagementScreen) == 0x000410, "Member 'UUI_BP_CreatureFollowScreen_C::ParentCreatureManagementScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton \ static_assert(alignof(UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton) == 0x000008, "Wrong alignment on UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton"); \ static_assert(sizeof(UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton) == 0x000030, "Wrong size on UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton, EntryPoint) == 0x000000, "Member 'UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000008, "Member 'UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000018, "Member 'UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton, K2Node_Event_bIsTutorialHighlighted) == 0x000020, "Member 'UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton::K2Node_Event_bIsTutorialHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureSpeciesButton_C_ExecuteUbergraph_UI_BP_CreatureSpeciesButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureSpeciesButton_C_CustomEvent \ static_assert(alignof(UI_BP_CreatureSpeciesButton_C_CustomEvent) == 0x000001, "Wrong alignment on UI_BP_CreatureSpeciesButton_C_CustomEvent"); \ static_assert(sizeof(UI_BP_CreatureSpeciesButton_C_CustomEvent) == 0x000001, "Wrong size on UI_BP_CreatureSpeciesButton_C_CustomEvent"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_CustomEvent, bIsTutorialHighlighted) == 0x000000, "Member 'UI_BP_CreatureSpeciesButton_C_CustomEvent::bIsTutorialHighlighted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureSpeciesButton_C_InitSpeciesButton \ static_assert(alignof(UI_BP_CreatureSpeciesButton_C_InitSpeciesButton) == 0x000008, "Wrong alignment on UI_BP_CreatureSpeciesButton_C_InitSpeciesButton"); \ static_assert(sizeof(UI_BP_CreatureSpeciesButton_C_InitSpeciesButton) == 0x000028, "Wrong size on UI_BP_CreatureSpeciesButton_C_InitSpeciesButton"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_InitSpeciesButton, TypeID_0) == 0x000000, "Member 'UI_BP_CreatureSpeciesButton_C_InitSpeciesButton::TypeID_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_InitSpeciesButton, Count) == 0x000008, "Member 'UI_BP_CreatureSpeciesButton_C_InitSpeciesButton::Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_InitSpeciesButton, CallFunc_NotEqual_NameName_ReturnValue) == 0x00000C, "Member 'UI_BP_CreatureSpeciesButton_C_InitSpeciesButton::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_InitSpeciesButton, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureSpeciesButton_C_InitSpeciesButton::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_InitSpeciesButton, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000020, "Member 'UI_BP_CreatureSpeciesButton_C_InitSpeciesButton::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureSpeciesButton_C_GetSpeciesID \ static_assert(alignof(UI_BP_CreatureSpeciesButton_C_GetSpeciesID) == 0x000004, "Wrong alignment on UI_BP_CreatureSpeciesButton_C_GetSpeciesID"); \ static_assert(sizeof(UI_BP_CreatureSpeciesButton_C_GetSpeciesID) == 0x000008, "Wrong size on UI_BP_CreatureSpeciesButton_C_GetSpeciesID"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_GetSpeciesID, TypeID_0) == 0x000000, "Member 'UI_BP_CreatureSpeciesButton_C_GetSpeciesID::TypeID_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureSpeciesButton_C_SetHighlighted \ static_assert(alignof(UI_BP_CreatureSpeciesButton_C_SetHighlighted) == 0x000001, "Wrong alignment on UI_BP_CreatureSpeciesButton_C_SetHighlighted"); \ static_assert(sizeof(UI_BP_CreatureSpeciesButton_C_SetHighlighted) == 0x000003, "Wrong size on UI_BP_CreatureSpeciesButton_C_SetHighlighted"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_SetHighlighted, NewHighlighted) == 0x000000, "Member 'UI_BP_CreatureSpeciesButton_C_SetHighlighted::NewHighlighted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_SetHighlighted, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000001, "Member 'UI_BP_CreatureSpeciesButton_C_SetHighlighted::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_SetHighlighted, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'UI_BP_CreatureSpeciesButton_C_SetHighlighted::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureSpeciesButton_C_SetEnabled \ static_assert(alignof(UI_BP_CreatureSpeciesButton_C_SetEnabled) == 0x000001, "Wrong alignment on UI_BP_CreatureSpeciesButton_C_SetEnabled"); \ static_assert(sizeof(UI_BP_CreatureSpeciesButton_C_SetEnabled) == 0x000001, "Wrong size on UI_BP_CreatureSpeciesButton_C_SetEnabled"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_SetEnabled, Enabled_0) == 0x000000, "Member 'UI_BP_CreatureSpeciesButton_C_SetEnabled::Enabled_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureSpeciesButton_C_SetIsSelected \ static_assert(alignof(UI_BP_CreatureSpeciesButton_C_SetIsSelected) == 0x000008, "Wrong alignment on UI_BP_CreatureSpeciesButton_C_SetIsSelected"); \ static_assert(sizeof(UI_BP_CreatureSpeciesButton_C_SetIsSelected) == 0x000018, "Wrong size on UI_BP_CreatureSpeciesButton_C_SetIsSelected"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_SetIsSelected, buttonSelected) == 0x000000, "Member 'UI_BP_CreatureSpeciesButton_C_SetIsSelected::buttonSelected' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_SetIsSelected, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureSpeciesButton_C_SetIsSelected::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_SetIsSelected, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureSpeciesButton_C_SetIsSelected::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureSpeciesButton_C_SetEmptyButton \ static_assert(alignof(UI_BP_CreatureSpeciesButton_C_SetEmptyButton) == 0x000001, "Wrong alignment on UI_BP_CreatureSpeciesButton_C_SetEmptyButton"); \ static_assert(sizeof(UI_BP_CreatureSpeciesButton_C_SetEmptyButton) == 0x000001, "Wrong size on UI_BP_CreatureSpeciesButton_C_SetEmptyButton"); \ static_assert(offsetof(UI_BP_CreatureSpeciesButton_C_SetEmptyButton, IsEmpty_0) == 0x000000, "Member 'UI_BP_CreatureSpeciesButton_C_SetEmptyButton::IsEmpty_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CreatureSpeciesButton_C \ static_assert(alignof(UUI_BP_CreatureSpeciesButton_C) == 0x000008, "Wrong alignment on UUI_BP_CreatureSpeciesButton_C"); \ static_assert(sizeof(UUI_BP_CreatureSpeciesButton_C) == 0x000300, "Wrong size on UUI_BP_CreatureSpeciesButton_C"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_CreatureSpeciesButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, TutorialBounce) == 0x000270, "Member 'UUI_BP_CreatureSpeciesButton_C::TutorialBounce' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, SpeciesSelected) == 0x000278, "Member 'UUI_BP_CreatureSpeciesButton_C::SpeciesSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, OnSpeciesButtonHover) == 0x000280, "Member 'UUI_BP_CreatureSpeciesButton_C::OnSpeciesButtonHover' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, buttonContent) == 0x000288, "Member 'UUI_BP_CreatureSpeciesButton_C::buttonContent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, ClickButton) == 0x000290, "Member 'UUI_BP_CreatureSpeciesButton_C::ClickButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, CreatureImage) == 0x000298, "Member 'UUI_BP_CreatureSpeciesButton_C::CreatureImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, emptyIcon) == 0x0002A0, "Member 'UUI_BP_CreatureSpeciesButton_C::emptyIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, selectedBorder) == 0x0002A8, "Member 'UUI_BP_CreatureSpeciesButton_C::selectedBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, selectedGlow) == 0x0002B0, "Member 'UUI_BP_CreatureSpeciesButton_C::selectedGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, TutorialHighlight) == 0x0002B8, "Member 'UUI_BP_CreatureSpeciesButton_C::TutorialHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, OnHovered) == 0x0002C0, "Member 'UUI_BP_CreatureSpeciesButton_C::OnHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, OnUnhovered) == 0x0002D0, "Member 'UUI_BP_CreatureSpeciesButton_C::OnUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, OnClicked) == 0x0002E0, "Member 'UUI_BP_CreatureSpeciesButton_C::OnClicked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, TypeID) == 0x0002F0, "Member 'UUI_BP_CreatureSpeciesButton_C::TypeID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, Highlighted) == 0x0002F8, "Member 'UUI_BP_CreatureSpeciesButton_C::Highlighted' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, Enabled) == 0x0002F9, "Member 'UUI_BP_CreatureSpeciesButton_C::Enabled' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, IsEmpty) == 0x0002FA, "Member 'UUI_BP_CreatureSpeciesButton_C::IsEmpty' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureSpeciesButton_C, IsSelected) == 0x0002FB, "Member 'UUI_BP_CreatureSpeciesButton_C::IsSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologySeedTooltip_C_ExecuteUbergraph_UI_BP_HerbologySeedTooltip \ static_assert(alignof(UI_BP_HerbologySeedTooltip_C_ExecuteUbergraph_UI_BP_HerbologySeedTooltip) == 0x000004, "Wrong alignment on UI_BP_HerbologySeedTooltip_C_ExecuteUbergraph_UI_BP_HerbologySeedTooltip"); \ static_assert(sizeof(UI_BP_HerbologySeedTooltip_C_ExecuteUbergraph_UI_BP_HerbologySeedTooltip) == 0x000008, "Wrong size on UI_BP_HerbologySeedTooltip_C_ExecuteUbergraph_UI_BP_HerbologySeedTooltip"); \ static_assert(offsetof(UI_BP_HerbologySeedTooltip_C_ExecuteUbergraph_UI_BP_HerbologySeedTooltip, EntryPoint) == 0x000000, "Member 'UI_BP_HerbologySeedTooltip_C_ExecuteUbergraph_UI_BP_HerbologySeedTooltip::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedTooltip_C_ExecuteUbergraph_UI_BP_HerbologySeedTooltip, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_HerbologySeedTooltip_C_ExecuteUbergraph_UI_BP_HerbologySeedTooltip::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologySeedTooltip_C_PreConstruct \ static_assert(alignof(UI_BP_HerbologySeedTooltip_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_HerbologySeedTooltip_C_PreConstruct"); \ static_assert(sizeof(UI_BP_HerbologySeedTooltip_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_HerbologySeedTooltip_C_PreConstruct"); \ static_assert(offsetof(UI_BP_HerbologySeedTooltip_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_HerbologySeedTooltip_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologySeedTooltip_C_Init \ static_assert(alignof(UI_BP_HerbologySeedTooltip_C_Init) == 0x000008, "Wrong alignment on UI_BP_HerbologySeedTooltip_C_Init"); \ static_assert(sizeof(UI_BP_HerbologySeedTooltip_C_Init) == 0x000098, "Wrong size on UI_BP_HerbologySeedTooltip_C_Init"); \ static_assert(offsetof(UI_BP_HerbologySeedTooltip_C_Init, Seed_Info) == 0x000000, "Member 'UI_BP_HerbologySeedTooltip_C_Init::Seed_Info' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedTooltip_C_Init, CallFunc_Conv_NameToString_ReturnValue) == 0x000030, "Member 'UI_BP_HerbologySeedTooltip_C_Init::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedTooltip_C_Init, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000040, "Member 'UI_BP_HerbologySeedTooltip_C_Init::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedTooltip_C_Init, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'UI_BP_HerbologySeedTooltip_C_Init::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedTooltip_C_Init, CallFunc_BP_Get_ReturnValue) == 0x000060, "Member 'UI_BP_HerbologySeedTooltip_C_Init::CallFunc_BP_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedTooltip_C_Init, CallFunc_GetGrowthTimeMultiplier_ReturnValue) == 0x000068, "Member 'UI_BP_HerbologySeedTooltip_C_Init::CallFunc_GetGrowthTimeMultiplier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedTooltip_C_Init, CallFunc_Multiply_IntFloat_ReturnValue) == 0x00006C, "Member 'UI_BP_HerbologySeedTooltip_C_Init::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedTooltip_C_Init, CallFunc_FTrunc_ReturnValue) == 0x000070, "Member 'UI_BP_HerbologySeedTooltip_C_Init::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedTooltip_C_Init, CallFunc_MakeTimespan_ReturnValue) == 0x000078, "Member 'UI_BP_HerbologySeedTooltip_C_Init::CallFunc_MakeTimespan_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedTooltip_C_Init, CallFunc_GetTimeRemainingText_TimeRemainingText) == 0x000080, "Member 'UI_BP_HerbologySeedTooltip_C_Init::CallFunc_GetTimeRemainingText_TimeRemainingText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_HerbologySeedTooltip_C \ static_assert(alignof(UUI_BP_HerbologySeedTooltip_C) == 0x000008, "Wrong alignment on UUI_BP_HerbologySeedTooltip_C"); \ static_assert(sizeof(UUI_BP_HerbologySeedTooltip_C) == 0x0002C0, "Wrong size on UUI_BP_HerbologySeedTooltip_C"); \ static_assert(offsetof(UUI_BP_HerbologySeedTooltip_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_HerbologySeedTooltip_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedTooltip_C, details) == 0x000270, "Member 'UUI_BP_HerbologySeedTooltip_C::details' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedTooltip_C, GrowthTimeText) == 0x000278, "Member 'UUI_BP_HerbologySeedTooltip_C::GrowthTimeText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedTooltip_C, MultiHarvestText) == 0x000280, "Member 'UUI_BP_HerbologySeedTooltip_C::MultiHarvestText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedTooltip_C, PlotSizeText) == 0x000288, "Member 'UUI_BP_HerbologySeedTooltip_C::PlotSizeText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedTooltip_C, PreviewSeedInfo) == 0x000290, "Member 'UUI_BP_HerbologySeedTooltip_C::PreviewSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_BlackParticle_Stumble_C \ static_assert(alignof(UABL_RCT_NPC_BlackParticle_Stumble_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_BlackParticle_Stumble_C"); \ static_assert(sizeof(UABL_RCT_NPC_BlackParticle_Stumble_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_BlackParticle_Stumble_C"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown \ static_assert(alignof(UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown) == 0x000008, "Wrong alignment on UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown"); \ static_assert(sizeof(UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown) == 0x000030, "Wrong size on UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown, EntryPoint) == 0x000000, "Member 'UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown, K2Node_Event_IntroType) == 0x000008, "Member 'UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown, K2Node_Event_IntroDuration) == 0x00000C, "Member 'UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown, K2Node_Event_OutroType) == 0x000010, "Member 'UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown, K2Node_Event_OutroDuration) == 0x000014, "Member 'UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000018, "Member 'UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00001C, "Member 'UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000020, "Member 'UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown, CallFunc_PlayAnimationForward_ReturnValue) == 0x000028, "Member 'UI_BP_HerbologyGrown_C_ExecuteUbergraph_UI_BP_HerbologyGrown::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyGrown_C_PreConstruct \ static_assert(alignof(UI_BP_HerbologyGrown_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_HerbologyGrown_C_PreConstruct"); \ static_assert(sizeof(UI_BP_HerbologyGrown_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_HerbologyGrown_C_PreConstruct"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_HerbologyGrown_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyGrown_C_OnOutroStarted \ static_assert(alignof(UI_BP_HerbologyGrown_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_HerbologyGrown_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_HerbologyGrown_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_HerbologyGrown_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_HerbologyGrown_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_HerbologyGrown_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyGrown_C_OnIntroStarted \ static_assert(alignof(UI_BP_HerbologyGrown_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_HerbologyGrown_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_HerbologyGrown_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_HerbologyGrown_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_HerbologyGrown_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_HerbologyGrown_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyGrown_C_RefreshWidget \ static_assert(alignof(UI_BP_HerbologyGrown_C_RefreshWidget) == 0x000008, "Wrong alignment on UI_BP_HerbologyGrown_C_RefreshWidget"); \ static_assert(sizeof(UI_BP_HerbologyGrown_C_RefreshWidget) == 0x000018, "Wrong size on UI_BP_HerbologyGrown_C_RefreshWidget"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_RefreshWidget, Plot) == 0x000000, "Member 'UI_BP_HerbologyGrown_C_RefreshWidget::Plot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_RefreshWidget, CallFunc_GetPlotState_ReturnValue) == 0x000008, "Member 'UI_BP_HerbologyGrown_C_RefreshWidget::CallFunc_GetPlotState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_RefreshWidget, CallFunc_GetPlantID_ReturnValue) == 0x000010, "Member 'UI_BP_HerbologyGrown_C_RefreshWidget::CallFunc_GetPlantID_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyGrown_C_SetPlantDetails \ static_assert(alignof(UI_BP_HerbologyGrown_C_SetPlantDetails) == 0x000008, "Wrong alignment on UI_BP_HerbologyGrown_C_SetPlantDetails"); \ static_assert(sizeof(UI_BP_HerbologyGrown_C_SetPlantDetails) == 0x000048, "Wrong size on UI_BP_HerbologyGrown_C_SetPlantDetails"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_SetPlantDetails, PlantID) == 0x000000, "Member 'UI_BP_HerbologyGrown_C_SetPlantDetails::PlantID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_SetPlantDetails, CallFunc_Conv_NameToString_ReturnValue) == 0x000008, "Member 'UI_BP_HerbologyGrown_C_SetPlantDetails::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_SetPlantDetails, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'UI_BP_HerbologyGrown_C_SetPlantDetails::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_SetPlantDetails, CallFunc_GetYield_ReturnValue) == 0x000028, "Member 'UI_BP_HerbologyGrown_C_SetPlantDetails::CallFunc_GetYield_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_SetPlantDetails, CallFunc_Conv_IntToText_ReturnValue) == 0x000030, "Member 'UI_BP_HerbologyGrown_C_SetPlantDetails::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyGrown_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_HerbologyGrown_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings) == 0x0000F8, "Wrong size on UI_BP_HerbologyGrown_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_HerbologyGrown_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_HerbologyGrown_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_HerbologyGrown_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_HerbologyGrown_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_HerbologyGrown_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_HerbologyGrown_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_HerbologyGrown_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000068, "Member 'UI_BP_HerbologyGrown_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000080, "Member 'UI_BP_HerbologyGrown_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000090, "Member 'UI_BP_HerbologyGrown_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x000098, "Member 'UI_BP_HerbologyGrown_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000B0, "Member 'UI_BP_HerbologyGrown_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000C0, "Member 'UI_BP_HerbologyGrown_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0000C8, "Member 'UI_BP_HerbologyGrown_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0000E0, "Member 'UI_BP_HerbologyGrown_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyGrown_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x0000F0, "Member 'UI_BP_HerbologyGrown_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_HerbologyGrown_C \ static_assert(alignof(UUI_BP_HerbologyGrown_C) == 0x000008, "Wrong alignment on UUI_BP_HerbologyGrown_C"); \ static_assert(sizeof(UUI_BP_HerbologyGrown_C) == 0x000378, "Wrong size on UUI_BP_HerbologyGrown_C"); \ static_assert(offsetof(UUI_BP_HerbologyGrown_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_HerbologyGrown_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyGrown_C, Main_OUT) == 0x000330, "Member 'UUI_BP_HerbologyGrown_C::Main_OUT' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyGrown_C, ButtonText) == 0x000338, "Member 'UUI_BP_HerbologyGrown_C::ButtonText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyGrown_C, FactSheetText) == 0x000340, "Member 'UUI_BP_HerbologyGrown_C::FactSheetText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyGrown_C, PlantNameText) == 0x000348, "Member 'UUI_BP_HerbologyGrown_C::PlantNameText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyGrown_C, progressMeter) == 0x000350, "Member 'UUI_BP_HerbologyGrown_C::progressMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyGrown_C, YieldAmount) == 0x000358, "Member 'UUI_BP_HerbologyGrown_C::YieldAmount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyGrown_C, YieldText_1) == 0x000360, "Member 'UUI_BP_HerbologyGrown_C::YieldText_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyGrown_C, PreviewPlantID) == 0x000368, "Member 'UUI_BP_HerbologyGrown_C::PreviewPlantID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyGrown_C, HerbPlotState) == 0x000370, "Member 'UUI_BP_HerbologyGrown_C::HerbPlotState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyFertilizerButton_C_ExecuteUbergraph_UI_BP_HerbologyFertilizerButton \ static_assert(alignof(UI_BP_HerbologyFertilizerButton_C_ExecuteUbergraph_UI_BP_HerbologyFertilizerButton) == 0x000008, "Wrong alignment on UI_BP_HerbologyFertilizerButton_C_ExecuteUbergraph_UI_BP_HerbologyFertilizerButton"); \ static_assert(sizeof(UI_BP_HerbologyFertilizerButton_C_ExecuteUbergraph_UI_BP_HerbologyFertilizerButton) == 0x0000B0, "Wrong size on UI_BP_HerbologyFertilizerButton_C_ExecuteUbergraph_UI_BP_HerbologyFertilizerButton"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_ExecuteUbergraph_UI_BP_HerbologyFertilizerButton, EntryPoint) == 0x000000, "Member 'UI_BP_HerbologyFertilizerButton_C_ExecuteUbergraph_UI_BP_HerbologyFertilizerButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_ExecuteUbergraph_UI_BP_HerbologyFertilizerButton, K2Node_MakeStruct_InventoryResult) == 0x000008, "Member 'UI_BP_HerbologyFertilizerButton_C_ExecuteUbergraph_UI_BP_HerbologyFertilizerButton::K2Node_MakeStruct_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_ExecuteUbergraph_UI_BP_HerbologyFertilizerButton, K2Node_Event_IsDesignTime) == 0x000090, "Member 'UI_BP_HerbologyFertilizerButton_C_ExecuteUbergraph_UI_BP_HerbologyFertilizerButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_ExecuteUbergraph_UI_BP_HerbologyFertilizerButton, K2Node_ComponentBoundEvent_IconButton_2) == 0x000098, "Member 'UI_BP_HerbologyFertilizerButton_C_ExecuteUbergraph_UI_BP_HerbologyFertilizerButton::K2Node_ComponentBoundEvent_IconButton_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_ExecuteUbergraph_UI_BP_HerbologyFertilizerButton, K2Node_ComponentBoundEvent_IconButton_1) == 0x0000A0, "Member 'UI_BP_HerbologyFertilizerButton_C_ExecuteUbergraph_UI_BP_HerbologyFertilizerButton::K2Node_ComponentBoundEvent_IconButton_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_ExecuteUbergraph_UI_BP_HerbologyFertilizerButton, K2Node_ComponentBoundEvent_IconButton) == 0x0000A8, "Member 'UI_BP_HerbologyFertilizerButton_C_ExecuteUbergraph_UI_BP_HerbologyFertilizerButton::K2Node_ComponentBoundEvent_IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_5_ButtonUnhoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_5_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_5_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_5_ButtonUnhoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_5_ButtonUnhoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_5_ButtonUnhoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_5_ButtonUnhoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_4_ButtonHoverDelegate__DelegateSignature \ static_assert(alignof(UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_4_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_4_ButtonHoverDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_4_ButtonHoverDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_4_ButtonHoverDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_4_ButtonHoverDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_4_ButtonHoverDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_3_ButtonClickDelegate__DelegateSignature \ static_assert(alignof(UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_3_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_3_ButtonClickDelegate__DelegateSignature"); \ static_assert(sizeof(UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_3_ButtonClickDelegate__DelegateSignature) == 0x000008, "Wrong size on UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_3_ButtonClickDelegate__DelegateSignature"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_3_ButtonClickDelegate__DelegateSignature, IconButton) == 0x000000, "Member 'UI_BP_HerbologyFertilizerButton_C_BndEvt__UI_BP_HerbologyFertilizerButton_Icon_K2Node_ComponentBoundEvent_3_ButtonClickDelegate__DelegateSignature::IconButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyFertilizerButton_C_PreConstruct \ static_assert(alignof(UI_BP_HerbologyFertilizerButton_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_HerbologyFertilizerButton_C_PreConstruct"); \ static_assert(sizeof(UI_BP_HerbologyFertilizerButton_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_HerbologyFertilizerButton_C_PreConstruct"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_HerbologyFertilizerButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyFertilizerButton_C_InitFertilizer \ static_assert(alignof(UI_BP_HerbologyFertilizerButton_C_InitFertilizer) == 0x000008, "Wrong alignment on UI_BP_HerbologyFertilizerButton_C_InitFertilizer"); \ static_assert(sizeof(UI_BP_HerbologyFertilizerButton_C_InitFertilizer) == 0x0000C0, "Wrong size on UI_BP_HerbologyFertilizerButton_C_InitFertilizer"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_InitFertilizer, FertilizerItem) == 0x000000, "Member 'UI_BP_HerbologyFertilizerButton_C_InitFertilizer::FertilizerItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_InitFertilizer, CallFunc_GetFertilizerEffectStatic_ReturnValue) == 0x000088, "Member 'UI_BP_HerbologyFertilizerButton_C_InitFertilizer::CallFunc_GetFertilizerEffectStatic_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_InitFertilizer, CallFunc_Conv_NameToString_ReturnValue) == 0x000090, "Member 'UI_BP_HerbologyFertilizerButton_C_InitFertilizer::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_InitFertilizer, CallFunc_Concat_StrStr_ReturnValue) == 0x0000A0, "Member 'UI_BP_HerbologyFertilizerButton_C_InitFertilizer::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_InitFertilizer, CallFunc_InitializeItemButton_self_CastInput) == 0x0000B0, "Member 'UI_BP_HerbologyFertilizerButton_C_InitFertilizer::CallFunc_InitializeItemButton_self_CastInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings) == 0x0000A8, "Wrong size on UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000048, "Member 'UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000060, "Member 'UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000070, "Member 'UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000088, "Member 'UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000090, "Member 'UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_HerbologyFertilizerButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_HerbologyFertilizerButton_C \ static_assert(alignof(UUI_BP_HerbologyFertilizerButton_C) == 0x000008, "Wrong alignment on UUI_BP_HerbologyFertilizerButton_C"); \ static_assert(sizeof(UUI_BP_HerbologyFertilizerButton_C) == 0x000380, "Wrong size on UUI_BP_HerbologyFertilizerButton_C"); \ static_assert(offsetof(UUI_BP_HerbologyFertilizerButton_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_HerbologyFertilizerButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyFertilizerButton_C, descriptionText) == 0x000330, "Member 'UUI_BP_HerbologyFertilizerButton_C::descriptionText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyFertilizerButton_C, Icon) == 0x000338, "Member 'UUI_BP_HerbologyFertilizerButton_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyFertilizerButton_C, NameText) == 0x000340, "Member 'UUI_BP_HerbologyFertilizerButton_C::NameText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyFertilizerButton_C, OnClicked) == 0x000348, "Member 'UUI_BP_HerbologyFertilizerButton_C::OnClicked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyFertilizerButton_C, OnHovered) == 0x000358, "Member 'UUI_BP_HerbologyFertilizerButton_C::OnHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyFertilizerButton_C, OnUnhovered) == 0x000368, "Member 'UUI_BP_HerbologyFertilizerButton_C::OnUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyFertilizerButton_C, FertilizerName) == 0x000378, "Member 'UUI_BP_HerbologyFertilizerButton_C::FertilizerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage \ static_assert(alignof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage) == 0x000008, "Wrong alignment on BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage"); \ static_assert(sizeof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage) == 0x000110, "Wrong size on BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, EntryPoint) == 0x000000, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x000004, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, Temp_struct_Variable) == 0x000008, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_Event_OwnerActor) == 0x000028, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_AsBiped_Player_1) == 0x000030, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, CallFunc_GetActiveTool_ReturnValue) == 0x000040, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::CallFunc_GetActiveTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000048, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_AsInventory_Item_Tool) == 0x000060, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_AsInventory_Item_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_bSuccess_3) == 0x000068, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000069, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, CallFunc_ActivateTool_ReturnValue) == 0x000070, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::CallFunc_ActivateTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, CallFunc_GetComponentByClass_ReturnValue) == 0x000078, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, CallFunc_GetAnimInstance_ReturnValue) == 0x000080, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_AsABP_Map_Help) == 0x000088, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_AsABP_Map_Help' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_bSuccess_4) == 0x000090, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000094, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000098, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, CallFunc_GetAnimInstance_ReturnValue_2) == 0x0000A0, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x0000A8, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_bSuccess_5) == 0x0000B8, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x0000C0, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_bSuccess_6) == 0x0000D0, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x0000D8, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_bSuccess_7) == 0x0000E8, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x0000EC, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, CallFunc_GetAnimInstance_ReturnValue_3) == 0x0000F0, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::CallFunc_GetAnimInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x0000F8, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage, K2Node_DynamicCast_bSuccess_8) == 0x000108, "Member 'BTT_Biped_CatchPage_C_ExecuteUbergraph_BTT_Biped_CatchPage::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CatchPage_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_CatchPage_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_CatchPage_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_CatchPage_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_CatchPage_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_CatchPage_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CatchPage_C_ExitTask \ static_assert(alignof(BTT_Biped_CatchPage_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_CatchPage_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_CatchPage_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_CatchPage_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_CatchPage_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CatchPage_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_CatchPage_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_CatchPage_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_CatchPage_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_CatchPage_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_CatchPage_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CatchPage_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_CatchPage_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_CatchPage_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_CatchPage_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_CatchPage_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_CatchPage_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CatchPage_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_CatchPage_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_CatchPage_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_CatchPage_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_CatchPage_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_CatchPage_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CatchPage_C_SetContexts \ static_assert(alignof(BTT_Biped_CatchPage_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_CatchPage_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_CatchPage_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_CatchPage_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_CatchPage_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CatchPage_C_TurnAndFaceDirection \ static_assert(alignof(BTT_Biped_CatchPage_C_TurnAndFaceDirection) == 0x000010, "Wrong alignment on BTT_Biped_CatchPage_C_TurnAndFaceDirection"); \ static_assert(sizeof(BTT_Biped_CatchPage_C_TurnAndFaceDirection) == 0x0000D0, "Wrong size on BTT_Biped_CatchPage_C_TurnAndFaceDirection"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_TurnAndFaceDirection, TargetActor) == 0x000000, "Member 'BTT_Biped_CatchPage_C_TurnAndFaceDirection::TargetActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_TurnAndFaceDirection, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BTT_Biped_CatchPage_C_TurnAndFaceDirection::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_TurnAndFaceDirection, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'BTT_Biped_CatchPage_C_TurnAndFaceDirection::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_TurnAndFaceDirection, CallFunc_BreakTransform_Location) == 0x000040, "Member 'BTT_Biped_CatchPage_C_TurnAndFaceDirection::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_TurnAndFaceDirection, CallFunc_BreakTransform_Rotation) == 0x00004C, "Member 'BTT_Biped_CatchPage_C_TurnAndFaceDirection::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_TurnAndFaceDirection, CallFunc_BreakTransform_Scale) == 0x000058, "Member 'BTT_Biped_CatchPage_C_TurnAndFaceDirection::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_TurnAndFaceDirection, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000064, "Member 'BTT_Biped_CatchPage_C_TurnAndFaceDirection::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_TurnAndFaceDirection, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000070, "Member 'BTT_Biped_CatchPage_C_TurnAndFaceDirection::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_TurnAndFaceDirection, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000078, "Member 'BTT_Biped_CatchPage_C_TurnAndFaceDirection::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_TurnAndFaceDirection, CallFunc_Normal_ReturnValue) == 0x000084, "Member 'BTT_Biped_CatchPage_C_TurnAndFaceDirection::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_TurnAndFaceDirection, K2Node_DynamicCast_AsAble_Anim_Instance_Interface) == 0x000090, "Member 'BTT_Biped_CatchPage_C_TurnAndFaceDirection::K2Node_DynamicCast_AsAble_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_TurnAndFaceDirection, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'BTT_Biped_CatchPage_C_TurnAndFaceDirection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_TurnAndFaceDirection, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x0000A8, "Member 'BTT_Biped_CatchPage_C_TurnAndFaceDirection::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_TurnAndFaceDirection, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'BTT_Biped_CatchPage_C_TurnAndFaceDirection::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CatchPage_C_TurnAndFaceDirection, CallFunc_AddTarget_Actor_ReturnValue) == 0x0000C0, "Member 'BTT_Biped_CatchPage_C_TurnAndFaceDirection::CallFunc_AddTarget_Actor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_CatchPage_C \ static_assert(alignof(UBTT_Biped_CatchPage_C) == 0x000008, "Wrong alignment on UBTT_Biped_CatchPage_C"); \ static_assert(sizeof(UBTT_Biped_CatchPage_C) == 0x000158, "Wrong size on UBTT_Biped_CatchPage_C"); \ static_assert(offsetof(UBTT_Biped_CatchPage_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_CatchPage_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems) == 0x000008, "Wrong alignment on UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems) == 0x0000E8, "Wrong size on UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, EntryPoint) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, K2Node_CustomEvent_FertilizerID_2) == 0x000008, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::K2Node_CustomEvent_FertilizerID_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, K2Node_CustomEvent_FertilizerButton) == 0x000010, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::K2Node_CustomEvent_FertilizerButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, K2Node_CustomEvent_FertilizerID_1) == 0x000018, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::K2Node_CustomEvent_FertilizerID_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000030, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, K2Node_Event_IntroType) == 0x000034, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, K2Node_Event_IntroDuration) == 0x000038, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, K2Node_Event_OutroType) == 0x00003C, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, K2Node_Event_OutroDuration) == 0x000040, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000044, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000048, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000050, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, CallFunc_PlayAnimationForward_ReturnValue) == 0x000058, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, K2Node_CustomEvent_FertilizerID) == 0x000060, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::K2Node_CustomEvent_FertilizerID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, K2Node_Event_MyGeometry) == 0x000068, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, K2Node_Event_InDeltaTime) == 0x0000A0, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, CallFunc_Map_Find_Value) == 0x0000A8, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, CallFunc_Map_Find_ReturnValue) == 0x0000B8, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, CallFunc_Not_PreBool_ReturnValue) == 0x0000B9, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, CallFunc_GetGrowthProgressRation_Progress) == 0x0000BC, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::CallFunc_GetGrowthProgressRation_Progress' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, CallFunc_GetGrowthTimeRemaining_ReturnValue) == 0x0000C0, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::CallFunc_GetGrowthTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, CallFunc_GetTimeRemainingText_TimeRemainingText) == 0x0000C8, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::CallFunc_GetTimeRemainingText_TimeRemainingText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems, K2Node_Event_IsDesignTime) == 0x0000E0, "Member 'UI_BP_HerbologyApplyItems_C_ExecuteUbergraph_UI_BP_HerbologyApplyItems::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_PreConstruct \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_HerbologyApplyItems_C_PreConstruct"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_HerbologyApplyItems_C_PreConstruct"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_Tick \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_Tick) == 0x000004, "Wrong alignment on UI_BP_HerbologyApplyItems_C_Tick"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_Tick) == 0x00003C, "Wrong size on UI_BP_HerbologyApplyItems_C_Tick"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_HerbologyApplyItems_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_OnFertilizerButtonClicked \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_OnFertilizerButtonClicked) == 0x000004, "Wrong alignment on UI_BP_HerbologyApplyItems_C_OnFertilizerButtonClicked"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_OnFertilizerButtonClicked) == 0x000008, "Wrong size on UI_BP_HerbologyApplyItems_C_OnFertilizerButtonClicked"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_OnFertilizerButtonClicked, FertilizerID) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_OnFertilizerButtonClicked::FertilizerID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_OnOutroStarted \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_HerbologyApplyItems_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_HerbologyApplyItems_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_HerbologyApplyItems_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_OnIntroStarted \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_HerbologyApplyItems_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_HerbologyApplyItems_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_HerbologyApplyItems_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_OnFertilizerButtonUnhovered \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_OnFertilizerButtonUnhovered) == 0x000004, "Wrong alignment on UI_BP_HerbologyApplyItems_C_OnFertilizerButtonUnhovered"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_OnFertilizerButtonUnhovered) == 0x000008, "Wrong size on UI_BP_HerbologyApplyItems_C_OnFertilizerButtonUnhovered"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_OnFertilizerButtonUnhovered, FertilizerID) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_OnFertilizerButtonUnhovered::FertilizerID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_OnFertilizerButtonHovered \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_OnFertilizerButtonHovered) == 0x000008, "Wrong alignment on UI_BP_HerbologyApplyItems_C_OnFertilizerButtonHovered"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_OnFertilizerButtonHovered) == 0x000010, "Wrong size on UI_BP_HerbologyApplyItems_C_OnFertilizerButtonHovered"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_OnFertilizerButtonHovered, FertilizerID) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_OnFertilizerButtonHovered::FertilizerID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_OnFertilizerButtonHovered, FertilizerButton) == 0x000008, "Member 'UI_BP_HerbologyApplyItems_C_OnFertilizerButtonHovered::FertilizerButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_RefreshWidget \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_RefreshWidget) == 0x000008, "Wrong alignment on UI_BP_HerbologyApplyItems_C_RefreshWidget"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_RefreshWidget) == 0x000020, "Wrong size on UI_BP_HerbologyApplyItems_C_RefreshWidget"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshWidget, Plot) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_RefreshWidget::Plot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshWidget, CallFunc_GetInventoryTextBP_InventoryResultArray) == 0x000008, "Member 'UI_BP_HerbologyApplyItems_C_RefreshWidget::CallFunc_GetInventoryTextBP_InventoryResultArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshWidget, CallFunc_GetPlantID_ReturnValue) == 0x000018, "Member 'UI_BP_HerbologyApplyItems_C_RefreshWidget::CallFunc_GetPlantID_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_Set_Plant_Details \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_Set_Plant_Details) == 0x000008, "Wrong alignment on UI_BP_HerbologyApplyItems_C_Set_Plant_Details"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_Set_Plant_Details) == 0x000028, "Wrong size on UI_BP_HerbologyApplyItems_C_Set_Plant_Details"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_Set_Plant_Details, PlantID) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_Set_Plant_Details::PlantID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_Set_Plant_Details, CallFunc_Conv_NameToString_ReturnValue) == 0x000008, "Member 'UI_BP_HerbologyApplyItems_C_Set_Plant_Details::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_Set_Plant_Details, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'UI_BP_HerbologyApplyItems_C_Set_Plant_Details::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_PopulateFertilizers \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers) == 0x000008, "Wrong alignment on UI_BP_HerbologyApplyItems_C_PopulateFertilizers"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers) == 0x0001F0, "Wrong size on UI_BP_HerbologyApplyItems_C_PopulateFertilizers"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, Fertilizers) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::Fertilizers' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, CanBeApplied) == 0x000010, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::CanBeApplied' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, InventoryResult) == 0x000018, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, FertilizerButton) == 0x0000A0, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::FertilizerButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, Temp_byte_Variable) == 0x0000A8, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, CallFunc_Array_Length_ReturnValue) == 0x0000AC, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, CallFunc_Array_Length_ReturnValue_1) == 0x0000B0, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, CallFunc_Greater_IntInt_ReturnValue) == 0x0000B4, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, CallFunc_Create_ReturnValue) == 0x0000B8, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, Temp_int_Array_Index_Variable) == 0x0000C0, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, Temp_byte_Variable_1) == 0x0000C4, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, CallFunc_Array_Add_ReturnValue) == 0x000150, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, K2Node_CreateDelegate_OutputDelegate) == 0x000154, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, Temp_bool_Variable) == 0x000164, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, K2Node_Select_Default) == 0x000165, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, CallFunc_GetIsGrowing_Growing) == 0x000166, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::CallFunc_GetIsGrowing_Growing' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, CallFunc_GetIsGrowing_Growing_1) == 0x000167, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::CallFunc_GetIsGrowing_Growing_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, CallFunc_IsValid_ReturnValue) == 0x000168, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, CallFunc_GetFertilizerID_ReturnValue) == 0x00016C, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::CallFunc_GetFertilizerID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000174, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, CallFunc_BooleanAND_ReturnValue) == 0x000175, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, CallFunc_Conv_NameToString_ReturnValue) == 0x000178, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, K2Node_CreateDelegate_OutputDelegate_1) == 0x000188, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, K2Node_CreateDelegate_OutputDelegate_2) == 0x000198, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, Temp_string_Variable) == 0x0001A8, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, Temp_string_Variable_1) == 0x0001B8, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, Temp_int_Loop_Counter_Variable) == 0x0001C8, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, CallFunc_Less_IntInt_ReturnValue) == 0x0001CC, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, CallFunc_Add_IntInt_ReturnValue) == 0x0001D0, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, Temp_bool_Variable_1) == 0x0001D4, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, K2Node_Select_Default_1) == 0x0001D8, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_PopulateFertilizers, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x0001E8, "Member 'UI_BP_HerbologyApplyItems_C_PopulateFertilizers::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_UpdateToolTip \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_UpdateToolTip) == 0x000008, "Wrong alignment on UI_BP_HerbologyApplyItems_C_UpdateToolTip"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_UpdateToolTip) == 0x0000F0, "Wrong size on UI_BP_HerbologyApplyItems_C_UpdateToolTip"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, ItemName) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, IsErrorUsed) == 0x000010, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::IsErrorUsed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, K2Node_MakeStruct_LegendItemData) == 0x000028, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, CallFunc_GetCursorWidget_ReturnValue) == 0x000058, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::CallFunc_GetCursorWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, K2Node_MakeArray_Array) == 0x000060, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, K2Node_DynamicCast_AsUI_BPI_Cursor) == 0x000070, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::K2Node_DynamicCast_AsUI_BPI_Cursor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, K2Node_DynamicCast_AsUI_BPI_Cursor_1) == 0x000088, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::K2Node_DynamicCast_AsUI_BPI_Cursor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, K2Node_DynamicCast_AsUI_BPI_Cursor_2) == 0x0000A0, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::K2Node_DynamicCast_AsUI_BPI_Cursor_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, K2Node_DynamicCast_bSuccess_2) == 0x0000B0, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, CallFunc_Map_Find_Value) == 0x0000B8, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, CallFunc_Map_Find_ReturnValue) == 0x0000C8, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000C9, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, CallFunc_AVATranslate_ReturnValue) == 0x0000D0, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_UpdateToolTip, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000E8, "Member 'UI_BP_HerbologyApplyItems_C_UpdateToolTip::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_GetIsGrowing \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_GetIsGrowing) == 0x000001, "Wrong alignment on UI_BP_HerbologyApplyItems_C_GetIsGrowing"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_GetIsGrowing) == 0x000003, "Wrong size on UI_BP_HerbologyApplyItems_C_GetIsGrowing"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GetIsGrowing, Growing) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_GetIsGrowing::Growing' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GetIsGrowing, CallFunc_GetGrowthState_ReturnValue) == 0x000001, "Member 'UI_BP_HerbologyApplyItems_C_GetIsGrowing::CallFunc_GetGrowthState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GetIsGrowing, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'UI_BP_HerbologyApplyItems_C_GetIsGrowing::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip) == 0x000008, "Wrong alignment on UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip) == 0x000100, "Wrong size on UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, FertilizerID) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::FertilizerID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, IsErrorUsed) == 0x000008, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::IsErrorUsed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, K2Node_MakeStruct_LegendItemData) == 0x000038, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, K2Node_MakeArray_Array) == 0x000068, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, CallFunc_GetCursorWidget_ReturnValue) == 0x000078, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::CallFunc_GetCursorWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, K2Node_DynamicCast_AsUI_BPI_Cursor) == 0x000080, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::K2Node_DynamicCast_AsUI_BPI_Cursor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, CallFunc_Map_Find_Value) == 0x000098, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, CallFunc_Map_Find_ReturnValue) == 0x0000A8, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, CallFunc_AVATranslate_ReturnValue) == 0x0000B0, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000C8, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, K2Node_DynamicCast_AsUI_BPI_Cursor_1) == 0x0000D0, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::K2Node_DynamicCast_AsUI_BPI_Cursor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, K2Node_DynamicCast_bSuccess_1) == 0x0000E0, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000E1, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, K2Node_DynamicCast_AsUI_BPI_Cursor_2) == 0x0000E8, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::K2Node_DynamicCast_AsUI_BPI_Cursor_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip, K2Node_DynamicCast_bSuccess_2) == 0x0000F8, "Member 'UI_BP_HerbologyApplyItems_C_RefreshFertilizerTooltip::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip) == 0x000008, "Wrong alignment on UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip) == 0x000088, "Wrong size on UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip, K2Node_MakeArray_Array) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip, CallFunc_GetPlantID_ReturnValue) == 0x000010, "Member 'UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip::CallFunc_GetPlantID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip, CallFunc_GetCursorWidget_ReturnValue) == 0x000018, "Member 'UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip::CallFunc_GetCursorWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip, K2Node_DynamicCast_AsUI_BPI_Cursor) == 0x000030, "Member 'UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip::K2Node_DynamicCast_AsUI_BPI_Cursor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip, K2Node_DynamicCast_AsUI_BPI_Cursor_1) == 0x000058, "Member 'UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip::K2Node_DynamicCast_AsUI_BPI_Cursor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip, K2Node_DynamicCast_AsUI_BPI_Cursor_2) == 0x000070, "Member 'UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip::K2Node_DynamicCast_AsUI_BPI_Cursor_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip, K2Node_DynamicCast_bSuccess_2) == 0x000080, "Member 'UI_BP_HerbologyApplyItems_C_RefreshPlantTooltip::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation) == 0x000004, "Wrong alignment on UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation) == 0x000020, "Wrong size on UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation, progress) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation::progress' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation, CallFunc_GetGrowthProgressRatio_ReturnValue) == 0x000004, "Member 'UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation::CallFunc_GetGrowthProgressRatio_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation, CallFunc_GetRegrowthTimeRatio_ReturnValue) == 0x000008, "Member 'UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation::CallFunc_GetRegrowthTimeRatio_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00000C, "Member 'UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation, CallFunc_GetGrowthState_ReturnValue) == 0x000014, "Member 'UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation::CallFunc_GetGrowthState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001C, "Member 'UI_BP_HerbologyApplyItems_C_GetGrowthProgressRation::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_AudioPlayLoop \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_AudioPlayLoop) == 0x000008, "Wrong alignment on UI_BP_HerbologyApplyItems_C_AudioPlayLoop"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_AudioPlayLoop) == 0x000028, "Wrong size on UI_BP_HerbologyApplyItems_C_AudioPlayLoop"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_AudioPlayLoop, Temp_struct_Variable) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_AudioPlayLoop::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_AudioPlayLoop, Temp_delegate_Variable) == 0x000010, "Member 'UI_BP_HerbologyApplyItems_C_AudioPlayLoop::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_AudioPlayLoop, CallFunc_PostEvent_ReturnValue) == 0x000020, "Member 'UI_BP_HerbologyApplyItems_C_AudioPlayLoop::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_AudioStopLoop \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_AudioStopLoop) == 0x000008, "Wrong alignment on UI_BP_HerbologyApplyItems_C_AudioStopLoop"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_AudioStopLoop) == 0x000028, "Wrong size on UI_BP_HerbologyApplyItems_C_AudioStopLoop"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_AudioStopLoop, Temp_struct_Variable) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_AudioStopLoop::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_AudioStopLoop, Temp_delegate_Variable) == 0x000010, "Member 'UI_BP_HerbologyApplyItems_C_AudioStopLoop::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_AudioStopLoop, CallFunc_PostEvent_ReturnValue) == 0x000020, "Member 'UI_BP_HerbologyApplyItems_C_AudioStopLoop::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_SetHerbPlot \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_SetHerbPlot) == 0x000008, "Wrong alignment on UI_BP_HerbologyApplyItems_C_SetHerbPlot"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_SetHerbPlot) == 0x000050, "Wrong size on UI_BP_HerbologyApplyItems_C_SetHerbPlot"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_SetHerbPlot, NewHerbPlot) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_SetHerbPlot::NewHerbPlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_SetHerbPlot, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UI_BP_HerbologyApplyItems_C_SetHerbPlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_SetHerbPlot, CallFunc_GetYield_ReturnValue) == 0x00000C, "Member 'UI_BP_HerbologyApplyItems_C_SetHerbPlot::CallFunc_GetYield_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_SetHerbPlot, CallFunc_Conv_IntToText_ReturnValue) == 0x000010, "Member 'UI_BP_HerbologyApplyItems_C_SetHerbPlot::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_SetHerbPlot, CallFunc_GetPlotState_ReturnValue) == 0x000028, "Member 'UI_BP_HerbologyApplyItems_C_SetHerbPlot::CallFunc_GetPlotState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_SetHerbPlot, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'UI_BP_HerbologyApplyItems_C_SetHerbPlot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_SetHerbPlot, CallFunc_GetPlantID_ReturnValue) == 0x000034, "Member 'UI_BP_HerbologyApplyItems_C_SetHerbPlot::CallFunc_GetPlantID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_SetHerbPlot, CallFunc_Conv_NameToString_ReturnValue) == 0x000040, "Member 'UI_BP_HerbologyApplyItems_C_SetHerbPlot::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings) == 0x000190, "Wrong size on UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, Temp_int_Array_Index_Variable) == 0x000038, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item) == 0x000048, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000058, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000070, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000088, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000098, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x0000B0, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000B8, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000C8, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x0000D0, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000E8, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000F8, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x000100, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000118, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x000128, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_4) == 0x000130, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x000148, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x000158, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_5) == 0x000160, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_5) == 0x000178, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_5) == 0x000188, "Member 'UI_BP_HerbologyApplyItems_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_HerbologyApplyItems_C \ static_assert(alignof(UUI_BP_HerbologyApplyItems_C) == 0x000008, "Wrong alignment on UUI_BP_HerbologyApplyItems_C"); \ static_assert(sizeof(UUI_BP_HerbologyApplyItems_C) == 0x000470, "Wrong size on UUI_BP_HerbologyApplyItems_C"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_HerbologyApplyItems_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, Main_OUT) == 0x000330, "Member 'UUI_BP_HerbologyApplyItems_C::Main_OUT' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, FactSheetText) == 0x000338, "Member 'UUI_BP_HerbologyApplyItems_C::FactSheetText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, FertilizerList_1) == 0x000340, "Member 'UUI_BP_HerbologyApplyItems_C::FertilizerList_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, GrowthTimeHeader) == 0x000348, "Member 'UUI_BP_HerbologyApplyItems_C::GrowthTimeHeader' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, GrowthTimeText) == 0x000350, "Member 'UUI_BP_HerbologyApplyItems_C::GrowthTimeText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, Image_198) == 0x000358, "Member 'UUI_BP_HerbologyApplyItems_C::Image_198' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, NoFertilizersText) == 0x000360, "Member 'UUI_BP_HerbologyApplyItems_C::NoFertilizersText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, PlantNameText) == 0x000368, "Member 'UUI_BP_HerbologyApplyItems_C::PlantNameText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, progressMeter) == 0x000370, "Member 'UUI_BP_HerbologyApplyItems_C::progressMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, Yield) == 0x000378, "Member 'UUI_BP_HerbologyApplyItems_C::Yield' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, yieldValue) == 0x000380, "Member 'UUI_BP_HerbologyApplyItems_C::yieldValue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, OnFertilizerSelected) == 0x000388, "Member 'UUI_BP_HerbologyApplyItems_C::OnFertilizerSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, PreviewFertilizers) == 0x000398, "Member 'UUI_BP_HerbologyApplyItems_C::PreviewFertilizers' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, ErrorStringMap) == 0x0003A8, "Member 'UUI_BP_HerbologyApplyItems_C::ErrorStringMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, PreviewPlantID) == 0x0003F8, "Member 'UUI_BP_HerbologyApplyItems_C::PreviewPlantID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, FertilizerTooltip) == 0x000400, "Member 'UUI_BP_HerbologyApplyItems_C::FertilizerTooltip' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, ItemMargin) == 0x000408, "Member 'UUI_BP_HerbologyApplyItems_C::ItemMargin' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, HerbPlotState) == 0x000418, "Member 'UUI_BP_HerbologyApplyItems_C::HerbPlotState' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, HerbPlot) == 0x000420, "Member 'UUI_BP_HerbologyApplyItems_C::HerbPlot' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, HoveredFertilizerButton) == 0x000428, "Member 'UUI_BP_HerbologyApplyItems_C::HoveredFertilizerButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, PlantButtonIsHovered) == 0x000430, "Member 'UUI_BP_HerbologyApplyItems_C::PlantButtonIsHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, FertilizerButtonHovered) == 0x000431, "Member 'UUI_BP_HerbologyApplyItems_C::FertilizerButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, OnRequiresLegendUpdate) == 0x000438, "Member 'UUI_BP_HerbologyApplyItems_C::OnRequiresLegendUpdate' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, HerbPlotIsSet) == 0x000448, "Member 'UUI_BP_HerbologyApplyItems_C::HerbPlotIsSet' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, AudioIsPlaying) == 0x000449, "Member 'UUI_BP_HerbologyApplyItems_C::AudioIsPlaying' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, OnFertilizerHovered) == 0x000450, "Member 'UUI_BP_HerbologyApplyItems_C::OnFertilizerHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyApplyItems_C, FertilizerButtonArray) == 0x000460, "Member 'UUI_BP_HerbologyApplyItems_C::FertilizerButtonArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TMB_RCT_StumbleToKnee_P1_C \ static_assert(alignof(UABL_TMB_RCT_StumbleToKnee_P1_C) == 0x000008, "Wrong alignment on UABL_TMB_RCT_StumbleToKnee_P1_C"); \ static_assert(sizeof(UABL_TMB_RCT_StumbleToKnee_P1_C) == 0x0000E0, "Wrong size on UABL_TMB_RCT_StumbleToKnee_P1_C"); \ #define DUMPER7_ASSERTS_BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA \ static_assert(alignof(BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA) == 0x000008, "Wrong alignment on BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA"); \ static_assert(sizeof(BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA) == 0x000090, "Wrong size on BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA"); \ static_assert(offsetof(BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA, EntryPoint) == 0x000000, "Member 'BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA, Temp_struct_Variable) == 0x000008, "Member 'BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA, Temp_delegate_Variable) == 0x000018, "Member 'BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA, CallFunc_PostEvent_ReturnValue) == 0x000028, "Member 'BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA, K2Node_Event_Instigator_5) == 0x000030, "Member 'BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA::K2Node_Event_Instigator_5' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA, K2Node_Event_Object) == 0x000038, "Member 'BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA::K2Node_Event_Object' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA, K2Node_Event_Instigator_4) == 0x000040, "Member 'BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA::K2Node_Event_Instigator_4' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA, K2Node_Event_Instigator_3) == 0x000048, "Member 'BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA::K2Node_Event_Instigator_3' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA, K2Node_Event_Instigator_2) == 0x000050, "Member 'BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA::K2Node_Event_Instigator_2' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA, K2Node_Event_Target_1) == 0x000058, "Member 'BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA::K2Node_Event_Target_1' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA, K2Node_Event_HitObject) == 0x000060, "Member 'BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA::K2Node_Event_HitObject' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA, K2Node_Event_Instigator_1) == 0x000068, "Member 'BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA::K2Node_Event_Instigator_1' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA, K2Node_Event_Target) == 0x000070, "Member 'BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA, K2Node_Event_Velocity) == 0x000078, "Member 'BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA::K2Node_Event_Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA, K2Node_Event_Instigator) == 0x000088, "Member 'BP_OPP_RockA_C_ExecuteUbergraph_BP_OPP_RockA::K2Node_Event_Instigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OPP_RockA_C_OnOppugnoPull \ static_assert(alignof(BP_OPP_RockA_C_OnOppugnoPull) == 0x000008, "Wrong alignment on BP_OPP_RockA_C_OnOppugnoPull"); \ static_assert(sizeof(BP_OPP_RockA_C_OnOppugnoPull) == 0x000008, "Wrong size on BP_OPP_RockA_C_OnOppugnoPull"); \ static_assert(offsetof(BP_OPP_RockA_C_OnOppugnoPull, Instigator_0) == 0x000000, "Member 'BP_OPP_RockA_C_OnOppugnoPull::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OPP_RockA_C_OnOppugnoThrow \ static_assert(alignof(BP_OPP_RockA_C_OnOppugnoThrow) == 0x000008, "Wrong alignment on BP_OPP_RockA_C_OnOppugnoThrow"); \ static_assert(sizeof(BP_OPP_RockA_C_OnOppugnoThrow) == 0x000020, "Wrong size on BP_OPP_RockA_C_OnOppugnoThrow"); \ static_assert(offsetof(BP_OPP_RockA_C_OnOppugnoThrow, Instigator_0) == 0x000000, "Member 'BP_OPP_RockA_C_OnOppugnoThrow::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_OnOppugnoThrow, Target) == 0x000008, "Member 'BP_OPP_RockA_C_OnOppugnoThrow::Target' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_OnOppugnoThrow, Velocity) == 0x000010, "Member 'BP_OPP_RockA_C_OnOppugnoThrow::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OPP_RockA_C_OnOppugnoImpact \ static_assert(alignof(BP_OPP_RockA_C_OnOppugnoImpact) == 0x000008, "Wrong alignment on BP_OPP_RockA_C_OnOppugnoImpact"); \ static_assert(sizeof(BP_OPP_RockA_C_OnOppugnoImpact) == 0x000018, "Wrong size on BP_OPP_RockA_C_OnOppugnoImpact"); \ static_assert(offsetof(BP_OPP_RockA_C_OnOppugnoImpact, Instigator_0) == 0x000000, "Member 'BP_OPP_RockA_C_OnOppugnoImpact::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_OnOppugnoImpact, Target) == 0x000008, "Member 'BP_OPP_RockA_C_OnOppugnoImpact::Target' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_OnOppugnoImpact, HitObject) == 0x000010, "Member 'BP_OPP_RockA_C_OnOppugnoImpact::HitObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OPP_RockA_C_OnOppugnoHold \ static_assert(alignof(BP_OPP_RockA_C_OnOppugnoHold) == 0x000008, "Wrong alignment on BP_OPP_RockA_C_OnOppugnoHold"); \ static_assert(sizeof(BP_OPP_RockA_C_OnOppugnoHold) == 0x000008, "Wrong size on BP_OPP_RockA_C_OnOppugnoHold"); \ static_assert(offsetof(BP_OPP_RockA_C_OnOppugnoHold, Instigator_0) == 0x000000, "Member 'BP_OPP_RockA_C_OnOppugnoHold::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OPP_RockA_C_OnOppugnoEnd \ static_assert(alignof(BP_OPP_RockA_C_OnOppugnoEnd) == 0x000008, "Wrong alignment on BP_OPP_RockA_C_OnOppugnoEnd"); \ static_assert(sizeof(BP_OPP_RockA_C_OnOppugnoEnd) == 0x000008, "Wrong size on BP_OPP_RockA_C_OnOppugnoEnd"); \ static_assert(offsetof(BP_OPP_RockA_C_OnOppugnoEnd, Instigator_0) == 0x000000, "Member 'BP_OPP_RockA_C_OnOppugnoEnd::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OPP_RockA_C_OnHitByOppugnoImpact \ static_assert(alignof(BP_OPP_RockA_C_OnHitByOppugnoImpact) == 0x000008, "Wrong alignment on BP_OPP_RockA_C_OnHitByOppugnoImpact"); \ static_assert(sizeof(BP_OPP_RockA_C_OnHitByOppugnoImpact) == 0x000010, "Wrong size on BP_OPP_RockA_C_OnHitByOppugnoImpact"); \ static_assert(offsetof(BP_OPP_RockA_C_OnHitByOppugnoImpact, Instigator_0) == 0x000000, "Member 'BP_OPP_RockA_C_OnHitByOppugnoImpact::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_OPP_RockA_C_OnHitByOppugnoImpact, Object) == 0x000008, "Member 'BP_OPP_RockA_C_OnHitByOppugnoImpact::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_OPP_RockA_C \ static_assert(alignof(ABP_OPP_RockA_C) == 0x000008, "Wrong alignment on ABP_OPP_RockA_C"); \ static_assert(sizeof(ABP_OPP_RockA_C) == 0x0002C8, "Wrong size on ABP_OPP_RockA_C"); \ static_assert(offsetof(ABP_OPP_RockA_C, UberGraphFrame) == 0x0002B0, "Member 'ABP_OPP_RockA_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_OPP_RockA_C, OdcAuthoredObstacleSetup) == 0x0002B8, "Member 'ABP_OPP_RockA_C::OdcAuthoredObstacleSetup' has a wrong offset!"); \ static_assert(offsetof(ABP_OPP_RockA_C, Obj) == 0x0002C0, "Member 'ABP_OPP_RockA_C::Obj' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle \ static_assert(alignof(ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle) == 0x000008, "Wrong alignment on ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle"); \ static_assert(sizeof(ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle) == 0x000070, "Wrong size on ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle"); \ static_assert(offsetof(ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle, EntryPoint) == 0x000000, "Member 'ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle, K2Node_Event_Context) == 0x000008, "Member 'ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Stealth_Crouch2Idle_C_ExecuteUbergraph_ABL_Stealth_Crouch2Idle::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Stealth_Crouch2Idle_C_OnAbilityBranch \ static_assert(alignof(ABL_Stealth_Crouch2Idle_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Stealth_Crouch2Idle_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Stealth_Crouch2Idle_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Stealth_Crouch2Idle_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Stealth_Crouch2Idle_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Stealth_Crouch2Idle_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Crouch2Idle_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Stealth_Crouch2Idle_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Stealth_Crouch2Idle_C_OnAbilityStart \ static_assert(alignof(ABL_Stealth_Crouch2Idle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Stealth_Crouch2Idle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Stealth_Crouch2Idle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Stealth_Crouch2Idle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Stealth_Crouch2Idle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Stealth_Crouch2Idle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Stealth_Crouch2Idle_C \ static_assert(alignof(UABL_Stealth_Crouch2Idle_C) == 0x000008, "Wrong alignment on UABL_Stealth_Crouch2Idle_C"); \ static_assert(sizeof(UABL_Stealth_Crouch2Idle_C) == 0x0000D0, "Wrong size on UABL_Stealth_Crouch2Idle_C"); \ static_assert(offsetof(UABL_Stealth_Crouch2Idle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Stealth_Crouch2Idle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection \ static_assert(alignof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection) == 0x000008, "Wrong alignment on UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection"); \ static_assert(sizeof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection) == 0x0000D0, "Wrong size on UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, EntryPoint) == 0x000000, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, Temp_name_Variable) == 0x000004, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, Temp_bool_Variable) == 0x00000C, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, Temp_byte_Variable) == 0x00000D, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, Temp_byte_Variable_1) == 0x00000E, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, K2Node_CustomEvent_Seed_Button_2) == 0x000010, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::K2Node_CustomEvent_Seed_Button_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, K2Node_CustomEvent_Seed_Button_1) == 0x000018, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::K2Node_CustomEvent_Seed_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, K2Node_CustomEvent_Seed_Button) == 0x000020, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::K2Node_CustomEvent_Seed_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, CallFunc_GetSeedInfoFromButton_SeedInfo) == 0x000028, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::CallFunc_GetSeedInfoFromButton_SeedInfo' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, CallFunc_GetSeedInfoFromButton_CanPlantInPlot) == 0x000058, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::CallFunc_GetSeedInfoFromButton_CanPlantInPlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, CallFunc_Create_ReturnValue) == 0x000060, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, CallFunc_GetChildAt_ReturnValue) == 0x000068, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, CallFunc_PostEventAtLocation_ReturnValue) == 0x000070, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000074, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, K2Node_Event_IntroType) == 0x000078, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, K2Node_Event_IntroDuration) == 0x00007C, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, K2Node_Event_OutroType) == 0x000080, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, K2Node_Event_OutroDuration) == 0x000084, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000088, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00008C, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000090, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, CallFunc_PlayAnimationForward_ReturnValue) == 0x000098, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, CallFunc_GetMissionStepBP_ReturnValue) == 0x0000A0, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::CallFunc_GetMissionStepBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x0000B0, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, K2Node_Event_IsDesignTime) == 0x0000B1, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, CallFunc_Array_Add_ReturnValue) == 0x0000B4, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, CallFunc_PlayAnimationReverse_ReturnValue_1) == 0x0000B8, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::CallFunc_PlayAnimationReverse_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection, K2Node_Select_Default) == 0x0000C8, "Member 'UI_BP_HerbologySeedSelection_C_ExecuteUbergraph_UI_BP_HerbologySeedSelection::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologySeedSelection_C_PreConstruct \ static_assert(alignof(UI_BP_HerbologySeedSelection_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_HerbologySeedSelection_C_PreConstruct"); \ static_assert(sizeof(UI_BP_HerbologySeedSelection_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_HerbologySeedSelection_C_PreConstruct"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_HerbologySeedSelection_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologySeedSelection_C_OnOutroStarted \ static_assert(alignof(UI_BP_HerbologySeedSelection_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_HerbologySeedSelection_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_HerbologySeedSelection_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_HerbologySeedSelection_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_HerbologySeedSelection_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_HerbologySeedSelection_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologySeedSelection_C_OnIntroStarted \ static_assert(alignof(UI_BP_HerbologySeedSelection_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_HerbologySeedSelection_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_HerbologySeedSelection_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_HerbologySeedSelection_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_HerbologySeedSelection_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_HerbologySeedSelection_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologySeedSelection_C_OnSeedButtonClicked \ static_assert(alignof(UI_BP_HerbologySeedSelection_C_OnSeedButtonClicked) == 0x000008, "Wrong alignment on UI_BP_HerbologySeedSelection_C_OnSeedButtonClicked"); \ static_assert(sizeof(UI_BP_HerbologySeedSelection_C_OnSeedButtonClicked) == 0x000008, "Wrong size on UI_BP_HerbologySeedSelection_C_OnSeedButtonClicked"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_OnSeedButtonClicked, Seed_Button) == 0x000000, "Member 'UI_BP_HerbologySeedSelection_C_OnSeedButtonClicked::Seed_Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologySeedSelection_C_OnSeedButtonUnhovered \ static_assert(alignof(UI_BP_HerbologySeedSelection_C_OnSeedButtonUnhovered) == 0x000008, "Wrong alignment on UI_BP_HerbologySeedSelection_C_OnSeedButtonUnhovered"); \ static_assert(sizeof(UI_BP_HerbologySeedSelection_C_OnSeedButtonUnhovered) == 0x000008, "Wrong size on UI_BP_HerbologySeedSelection_C_OnSeedButtonUnhovered"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_OnSeedButtonUnhovered, Seed_Button) == 0x000000, "Member 'UI_BP_HerbologySeedSelection_C_OnSeedButtonUnhovered::Seed_Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologySeedSelection_C_OnSeedButtonHovered \ static_assert(alignof(UI_BP_HerbologySeedSelection_C_OnSeedButtonHovered) == 0x000008, "Wrong alignment on UI_BP_HerbologySeedSelection_C_OnSeedButtonHovered"); \ static_assert(sizeof(UI_BP_HerbologySeedSelection_C_OnSeedButtonHovered) == 0x000008, "Wrong size on UI_BP_HerbologySeedSelection_C_OnSeedButtonHovered"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_OnSeedButtonHovered, Seed_Button) == 0x000000, "Member 'UI_BP_HerbologySeedSelection_C_OnSeedButtonHovered::Seed_Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologySeedSelection_C_PopulateSeedList \ static_assert(alignof(UI_BP_HerbologySeedSelection_C_PopulateSeedList) == 0x000008, "Wrong alignment on UI_BP_HerbologySeedSelection_C_PopulateSeedList"); \ static_assert(sizeof(UI_BP_HerbologySeedSelection_C_PopulateSeedList) == 0x000188, "Wrong size on UI_BP_HerbologySeedSelection_C_PopulateSeedList"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, Seeds) == 0x000000, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::Seeds' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, Herb_Plot) == 0x000010, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::Herb_Plot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, GridIndex) == 0x000018, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::GridIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CanPlantHerb) == 0x00001C, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CanPlantHerb' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, IconButton) == 0x000020, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::IconButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, Temp_int_Array_Index_Variable) == 0x000028, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CallFunc_Array_Get_Item) == 0x000030, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CallFunc_Array_Length_ReturnValue_1) == 0x000060, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, K2Node_MakeStruct_InventoryResult) == 0x000068, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::K2Node_MakeStruct_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CallFunc_Greater_IntInt_ReturnValue) == 0x0000F0, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, Temp_int_Loop_Counter_Variable) == 0x0000F4, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CallFunc_Array_Contains_ReturnValue) == 0x0000F8, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CallFunc_Less_IntInt_ReturnValue) == 0x0000F9, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CallFunc_Add_IntInt_ReturnValue) == 0x0000FC, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, Temp_int_Variable) == 0x000100, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CallFunc_GridIndexToRowColumn_OutRow) == 0x000104, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CallFunc_GridIndexToRowColumn_OutRow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CallFunc_GridIndexToRowColumn_OutColumn) == 0x000108, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CallFunc_GridIndexToRowColumn_OutColumn' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CallFunc_Add_IntInt_ReturnValue_1) == 0x00010C, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, Temp_bool_Variable) == 0x000110, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CallFunc_Create_ReturnValue) == 0x000118, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CallFunc_Array_Add_ReturnValue) == 0x000120, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CallFunc_DoesSeedFitInPlot_ReturnValue) == 0x000124, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CallFunc_DoesSeedFitInPlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CallFunc_BooleanAND_ReturnValue) == 0x000125, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CallFunc_SetIconButtonSize_self_CastInput) == 0x000128, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CallFunc_SetIconButtonSize_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CallFunc_AddChildToUniformGrid_ReturnValue) == 0x000138, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CallFunc_AddChildToUniformGrid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, CallFunc_InitializeItemButton_self_CastInput) == 0x000140, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::CallFunc_InitializeItemButton_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, Temp_byte_Variable) == 0x000150, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, Temp_byte_Variable_1) == 0x000151, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, K2Node_CreateDelegate_OutputDelegate) == 0x000154, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, K2Node_Select_Default) == 0x000164, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, K2Node_CreateDelegate_OutputDelegate_1) == 0x000168, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulateSeedList, K2Node_CreateDelegate_OutputDelegate_2) == 0x000178, "Member 'UI_BP_HerbologySeedSelection_C_PopulateSeedList::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologySeedSelection_C_RefreshSeedList \ static_assert(alignof(UI_BP_HerbologySeedSelection_C_RefreshSeedList) == 0x000008, "Wrong alignment on UI_BP_HerbologySeedSelection_C_RefreshSeedList"); \ static_assert(sizeof(UI_BP_HerbologySeedSelection_C_RefreshSeedList) == 0x000018, "Wrong size on UI_BP_HerbologySeedSelection_C_RefreshSeedList"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_RefreshSeedList, Herb_Plot) == 0x000000, "Member 'UI_BP_HerbologySeedSelection_C_RefreshSeedList::Herb_Plot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_RefreshSeedList, CallFunc_GetOwnedSeeds_OwnedSeeds) == 0x000008, "Member 'UI_BP_HerbologySeedSelection_C_RefreshSeedList::CallFunc_GetOwnedSeeds_OwnedSeeds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologySeedSelection_C_PopulatePreviewSeedList \ static_assert(alignof(UI_BP_HerbologySeedSelection_C_PopulatePreviewSeedList) == 0x000004, "Wrong alignment on UI_BP_HerbologySeedSelection_C_PopulatePreviewSeedList"); \ static_assert(sizeof(UI_BP_HerbologySeedSelection_C_PopulatePreviewSeedList) == 0x00000C, "Wrong size on UI_BP_HerbologySeedSelection_C_PopulatePreviewSeedList"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulatePreviewSeedList, Temp_int_Variable) == 0x000000, "Member 'UI_BP_HerbologySeedSelection_C_PopulatePreviewSeedList::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulatePreviewSeedList, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'UI_BP_HerbologySeedSelection_C_PopulatePreviewSeedList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_PopulatePreviewSeedList, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_HerbologySeedSelection_C_PopulatePreviewSeedList::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton \ static_assert(alignof(UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton) == 0x000008, "Wrong alignment on UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton"); \ static_assert(sizeof(UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton) == 0x000088, "Wrong size on UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton, Button) == 0x000000, "Member 'UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton, SeedInfo) == 0x000008, "Member 'UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton::SeedInfo' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton, CanPlantInPlot) == 0x000038, "Member 'UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton::CanPlantInPlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton, Index_0) == 0x00003C, "Member 'UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton::Index_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton, CallFunc_SlotAsUniformGridSlot_ReturnValue) == 0x000040, "Member 'UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton::CallFunc_SlotAsUniformGridSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton, CallFunc_Multiply_IntInt_ReturnValue) == 0x000048, "Member 'UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton, CallFunc_Array_Get_Item) == 0x00004C, "Member 'UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton, CallFunc_Array_Get_Item_1) == 0x000054, "Member 'UI_BP_HerbologySeedSelection_C_GetSeedInfoFromButton::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologySeedSelection_C_GetCurrentlyHoveredPlantID \ static_assert(alignof(UI_BP_HerbologySeedSelection_C_GetCurrentlyHoveredPlantID) == 0x000004, "Wrong alignment on UI_BP_HerbologySeedSelection_C_GetCurrentlyHoveredPlantID"); \ static_assert(sizeof(UI_BP_HerbologySeedSelection_C_GetCurrentlyHoveredPlantID) == 0x000040, "Wrong size on UI_BP_HerbologySeedSelection_C_GetCurrentlyHoveredPlantID"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GetCurrentlyHoveredPlantID, PlantID) == 0x000000, "Member 'UI_BP_HerbologySeedSelection_C_GetCurrentlyHoveredPlantID::PlantID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GetCurrentlyHoveredPlantID, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UI_BP_HerbologySeedSelection_C_GetCurrentlyHoveredPlantID::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GetCurrentlyHoveredPlantID, CallFunc_GetSeedInfoFromButton_SeedInfo) == 0x00000C, "Member 'UI_BP_HerbologySeedSelection_C_GetCurrentlyHoveredPlantID::CallFunc_GetSeedInfoFromButton_SeedInfo' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GetCurrentlyHoveredPlantID, CallFunc_GetSeedInfoFromButton_CanPlantInPlot) == 0x00003C, "Member 'UI_BP_HerbologySeedSelection_C_GetCurrentlyHoveredPlantID::CallFunc_GetSeedInfoFromButton_CanPlantInPlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologySeedSelection_C_UpdateSeedTooltip \ static_assert(alignof(UI_BP_HerbologySeedSelection_C_UpdateSeedTooltip) == 0x000008, "Wrong alignment on UI_BP_HerbologySeedSelection_C_UpdateSeedTooltip"); \ static_assert(sizeof(UI_BP_HerbologySeedSelection_C_UpdateSeedTooltip) == 0x000060, "Wrong size on UI_BP_HerbologySeedSelection_C_UpdateSeedTooltip"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_UpdateSeedTooltip, LegendDataArray) == 0x000000, "Member 'UI_BP_HerbologySeedSelection_C_UpdateSeedTooltip::LegendDataArray' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_UpdateSeedTooltip, LocalCanPlantInPlot) == 0x000010, "Member 'UI_BP_HerbologySeedSelection_C_UpdateSeedTooltip::LocalCanPlantInPlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_UpdateSeedTooltip, TempLegend) == 0x000018, "Member 'UI_BP_HerbologySeedSelection_C_UpdateSeedTooltip::TempLegend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_UpdateSeedTooltip, CallFunc_GetSeedInfoFromButton_SeedInfo) == 0x000028, "Member 'UI_BP_HerbologySeedSelection_C_UpdateSeedTooltip::CallFunc_GetSeedInfoFromButton_SeedInfo' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_UpdateSeedTooltip, CallFunc_GetSeedInfoFromButton_CanPlantInPlot) == 0x000058, "Member 'UI_BP_HerbologySeedSelection_C_UpdateSeedTooltip::CallFunc_GetSeedInfoFromButton_CanPlantInPlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologySeedSelection_C_GridIndexToRowColumn \ static_assert(alignof(UI_BP_HerbologySeedSelection_C_GridIndexToRowColumn) == 0x000004, "Wrong alignment on UI_BP_HerbologySeedSelection_C_GridIndexToRowColumn"); \ static_assert(sizeof(UI_BP_HerbologySeedSelection_C_GridIndexToRowColumn) == 0x000018, "Wrong size on UI_BP_HerbologySeedSelection_C_GridIndexToRowColumn"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GridIndexToRowColumn, GridIndex) == 0x000000, "Member 'UI_BP_HerbologySeedSelection_C_GridIndexToRowColumn::GridIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GridIndexToRowColumn, GridWidth_0) == 0x000004, "Member 'UI_BP_HerbologySeedSelection_C_GridIndexToRowColumn::GridWidth_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GridIndexToRowColumn, OutRow) == 0x000008, "Member 'UI_BP_HerbologySeedSelection_C_GridIndexToRowColumn::OutRow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GridIndexToRowColumn, OutColumn) == 0x00000C, "Member 'UI_BP_HerbologySeedSelection_C_GridIndexToRowColumn::OutColumn' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GridIndexToRowColumn, CallFunc_Divide_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_HerbologySeedSelection_C_GridIndexToRowColumn::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologySeedSelection_C_GridIndexToRowColumn, CallFunc_Percent_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_HerbologySeedSelection_C_GridIndexToRowColumn::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_HerbologySeedSelection_C \ static_assert(alignof(UUI_BP_HerbologySeedSelection_C) == 0x000008, "Wrong alignment on UUI_BP_HerbologySeedSelection_C"); \ static_assert(sizeof(UUI_BP_HerbologySeedSelection_C) == 0x0003D8, "Wrong size on UUI_BP_HerbologySeedSelection_C"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_HerbologySeedSelection_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, ShowPlotDetails) == 0x000330, "Member 'UUI_BP_HerbologySeedSelection_C::ShowPlotDetails' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, Main_OUT) == 0x000338, "Member 'UUI_BP_HerbologySeedSelection_C::Main_OUT' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, NoSeedsText) == 0x000340, "Member 'UUI_BP_HerbologySeedSelection_C::NoSeedsText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, plotDetails) == 0x000348, "Member 'UUI_BP_HerbologySeedSelection_C::plotDetails' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, SeedList) == 0x000350, "Member 'UUI_BP_HerbologySeedSelection_C::SeedList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, OnPlantSelected) == 0x000358, "Member 'UUI_BP_HerbologySeedSelection_C::OnPlantSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, SeedTooltip) == 0x000368, "Member 'UUI_BP_HerbologySeedSelection_C::SeedTooltip' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, NumPreviewListCopies) == 0x000370, "Member 'UUI_BP_HerbologySeedSelection_C::NumPreviewListCopies' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, GridWidth) == 0x000374, "Member 'UUI_BP_HerbologySeedSelection_C::GridWidth' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, CanPlantInPlotArray) == 0x000378, "Member 'UUI_BP_HerbologySeedSelection_C::CanPlantInPlotArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, MouseCursorAdjustmentLoops) == 0x000388, "Member 'UUI_BP_HerbologySeedSelection_C::MouseCursorAdjustmentLoops' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, SeedInfoList) == 0x000390, "Member 'UUI_BP_HerbologySeedSelection_C::SeedInfoList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, HoveredSeedButton) == 0x0003A0, "Member 'UUI_BP_HerbologySeedSelection_C::HoveredSeedButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, HerbSeedContent) == 0x0003A8, "Member 'UUI_BP_HerbologySeedSelection_C::HerbSeedContent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, TutorialHiglights) == 0x0003B0, "Member 'UUI_BP_HerbologySeedSelection_C::TutorialHiglights' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, PreviewSeedList) == 0x0003C0, "Member 'UUI_BP_HerbologySeedSelection_C::PreviewSeedList' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologySeedSelection_C, IsFirstHover) == 0x0003D0, "Member 'UUI_BP_HerbologySeedSelection_C::IsFirstHover' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu \ static_assert(alignof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu) == 0x000008, "Wrong alignment on UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu) == 0x0004D8, "Wrong size on UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, EntryPoint) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_DynamicCast_AsBPI_Nurture_Camera_Interface) == 0x000008, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_DynamicCast_AsBPI_Nurture_Camera_Interface' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetPlotState_ReturnValue) == 0x000028, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetPlotState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetPlotID_ReturnValue) == 0x000030, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetPlotID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetPlantID_ReturnValue) == 0x000038, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetPlantID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Conv_NameToString_ReturnValue) == 0x000040, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000050, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000068, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, Temp_int_Array_Index_Variable) == 0x000078, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_CustomEvent_FertilizerID) == 0x00007C, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_CustomEvent_FertilizerID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_Event_MyGeometry) == 0x000084, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_Event_InDeltaTime) == 0x0000BC, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x0000C0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetPlotState_ReturnValue_1) == 0x0000C8, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetPlotState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_SwitchInteger_CmpSuccess) == 0x0000D0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetGrowthState_ReturnValue) == 0x0000D1, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetGrowthState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetPlantID_ReturnValue_1) == 0x0000D4, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetPlantID_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_SwitchEnum_CmpSuccess) == 0x0000DC, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_NotEqual_NameName_ReturnValue) == 0x0000DD, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, Temp_byte_Variable) == 0x0000DE, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetPlotState_ReturnValue_2) == 0x0000E0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetPlotState_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_CustomEvent_TimeoutTime) == 0x0000E8, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_CustomEvent_TimeoutTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetGrowthState_ReturnValue_1) == 0x0000EC, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetGrowthState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000ED, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000F0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, Temp_bool_Variable) == 0x0000FC, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetPlayerController_ReturnValue) == 0x000100, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetPlotState_ReturnValue_3) == 0x000108, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetPlotState_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000110, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_DynamicCast_bSuccess_1) == 0x000118, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetGrowthState_ReturnValue_2) == 0x000119, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetGrowthState_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_SwitchEnum_CmpSuccess_1) == 0x00011A, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetPlantID_ReturnValue_2) == 0x00011C, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetPlantID_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetPlayerController_ReturnValue_1) == 0x000128, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000130, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_DynamicCast_AsBiped_Player_Controller_1) == 0x000138, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_DynamicCast_AsBiped_Player_Controller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_DynamicCast_bSuccess_2) == 0x000140, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_PostEventAtLocation_ReturnValue) == 0x000144, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetStatName_ReturnValue) == 0x000148, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetStatName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetStatName_ReturnValue_1) == 0x000150, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetStatName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_ReadStat_ReturnValue) == 0x000158, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_ReadStat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00015C, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, Temp_byte_Variable_1) == 0x00015D, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000160, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000168, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_DynamicCast_AsBiped_Player) == 0x000170, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_DynamicCast_bSuccess_3) == 0x000178, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_DynamicCast_AsBiped_Player_1) == 0x000180, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_DynamicCast_bSuccess_4) == 0x000188, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_ActorRemoveFade_wasFading) == 0x000189, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_ActorRemoveFade_wasFading' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_ActorRemoveFade_wasFading_1) == 0x00018A, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_ActorRemoveFade_wasFading_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetWand_ReturnValue) == 0x000190, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetWand_ReturnValue_1) == 0x000198, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetWand_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x0001A0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_BroadcastAction_Actor_ReturnValue_1) == 0x0001A4, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_BroadcastAction_Actor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, Temp_byte_Variable_2) == 0x0001A8, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, Temp_byte_Variable_3) == 0x0001A9, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_DynamicCast_AsBPI_Nurture_Camera_Interface_1) == 0x0001B0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_DynamicCast_AsBPI_Nurture_Camera_Interface_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_DynamicCast_bSuccess_5) == 0x0001C0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_IsValid_ReturnValue) == 0x0001C1, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x0001C8, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, Temp_bool_Variable_1) == 0x0001D0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0001D4, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_FindLookAtRotation_ReturnValue) == 0x0001E0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_DynamicCast_AsBPI_Nurture_Camera_Interface_2) == 0x0001F0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_DynamicCast_AsBPI_Nurture_Camera_Interface_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_DynamicCast_bSuccess_6) == 0x000200, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetForwardVector_ReturnValue) == 0x000204, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_IsValid_ReturnValue_1) == 0x000210, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_MakeStruct_LegendItemData) == 0x000218, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_MakeStruct_LegendItemData_1) == 0x000248, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_MakeStruct_LegendItemData_2) == 0x000278, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_MakeStruct_LegendItemData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetLegendItem_ReturnValue) == 0x0002A8, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetLegendItem_ReturnValue_1) == 0x0002B0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetLegendItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetLegendItem_ReturnValue_2) == 0x0002B8, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetLegendItem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_Event_IntroType_1) == 0x0002C0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_Event_IntroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_Event_IntroDuration) == 0x0002C4, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0002C8, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0002CC, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_Event_OutroType_1) == 0x0002D0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_Event_OutroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_Event_OutroDuration) == 0x0002D4, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0002D8, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x0002DC, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0002E0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_PlayAnimationForward_ReturnValue) == 0x0002E8, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0002F0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_Event_OutroType) == 0x0002FC, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000300, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_SwitchInteger_CmpSuccess_1) == 0x000301, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_SwitchInteger_CmpSuccess_2) == 0x000302, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_SwitchInteger_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_Event_IntroType) == 0x000304, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x000308, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetStatName_ReturnValue_2) == 0x00030C, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetStatName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetStatName_ReturnValue_3) == 0x000314, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetStatName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_CreateDelegate_OutputDelegate) == 0x00031C, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_CreateDelegate_OutputDelegate_1) == 0x00032C, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetActorForwardVector_ReturnValue) == 0x00033C, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_IsInLineWithNeighbors_ReturnValue) == 0x000348, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_IsInLineWithNeighbors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_MathExpression_ReturnValue) == 0x000349, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, Temp_name_Variable) == 0x00034C, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_BooleanAND_ReturnValue) == 0x000354, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000355, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetPlayerCharacter_ReturnValue_3) == 0x000358, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetPlayerCharacter_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000360, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Map_Keys_Keys) == 0x000370, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x000380, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Array_Get_Item) == 0x000390, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetForwardVector_ReturnValue_1) == 0x000398, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x0003A4, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Array_Length_ReturnValue) == 0x0003A8, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0003AC, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Less_IntInt_ReturnValue) == 0x0003AD, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Map_Find_Value) == 0x0003AE, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Map_Find_ReturnValue) == 0x0003AF, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Map_Find_Value_1) == 0x0003B0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Map_Find_ReturnValue_1) == 0x0003B8, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_BooleanAND_ReturnValue_1) == 0x0003B9, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetParentActor_ReturnValue) == 0x0003C0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_IsValid_ReturnValue_2) == 0x0003C8, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_IsValid_ReturnValue_3) == 0x0003C9, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetPlantedHerb_ReturnValue) == 0x0003D0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetPlantedHerb_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_IsValid_ReturnValue_4) == 0x0003D8, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetActorForwardVector_ReturnValue_1) == 0x0003DC, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetActorForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_MathExpression_ReturnValue_1) == 0x0003E8, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_IsInLineWithNeighbors_ReturnValue_1) == 0x0003E9, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_IsInLineWithNeighbors_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_BooleanAND_ReturnValue_2) == 0x0003EA, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Not_PreBool_ReturnValue_1) == 0x0003EB, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Map_Remove_ReturnValue) == 0x0003EC, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Map_Remove_ReturnValue_1) == 0x0003ED, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Map_Remove_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_MakeStruct_ObjectFadeParamsSpeedDuration) == 0x0003F0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_MakeStruct_ObjectFadeParamsSpeedDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_MakeStruct_ObjectFadeParamsSpeedDuration_1) == 0x0003FC, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_MakeStruct_ObjectFadeParamsSpeedDuration_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_ActorStartFade_ReturnValue) == 0x000408, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_ActorStartFade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_ActorStartFade_ReturnValue_1) == 0x000409, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_ActorStartFade_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, Temp_bool_Variable_2) == 0x00040A, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Get_ReturnValue) == 0x000410, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_StartTutorial_ReturnValue) == 0x000418, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_StartTutorial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_Select_Default) == 0x000420, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Get_ReturnValue_1) == 0x000428, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_IsValid_ReturnValue_5) == 0x000430, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_CustomEvent_Actor) == 0x000438, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_CustomEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_Select_Default_1) == 0x000440, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_CustomEvent_PlantID) == 0x000444, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_CustomEvent_PlantID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Array_Find_ReturnValue) == 0x00044C, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000450, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_MakeStruct_LegendItemData_3) == 0x000458, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_MakeStruct_LegendItemData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_MakeArray_Array) == 0x000488, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, Temp_bool_Variable_3) == 0x000498, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_Select_Default_2) == 0x0004A0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_IsValid_ReturnValue_6) == 0x0004A8, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_Select_Default_3) == 0x0004A9, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetActiveWidgetIndex_ReturnValue_1) == 0x0004AC, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetActiveWidgetIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_SwitchInteger_CmpSuccess_3) == 0x0004B0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_SwitchInteger_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_CreateDelegate_OutputDelegate_2) == 0x0004B4, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, CallFunc_GetActiveWidgetIndex_ReturnValue_2) == 0x0004C4, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::CallFunc_GetActiveWidgetIndex_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_ComponentBoundEvent_FertilizerButton) == 0x0004C8, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_ComponentBoundEvent_FertilizerButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu, K2Node_SwitchInteger_CmpSuccess_4) == 0x0004D0, "Member 'UI_BP_HerbologyMenu_C_ExecuteUbergraph_UI_BP_HerbologyMenu::K2Node_SwitchInteger_CmpSuccess_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_BndEvt__UI_BP_HerbologyMenu_ApplyItemsWidget_K2Node_ComponentBoundEvent_2_OnFertilizerHovered__DelegateSignature \ static_assert(alignof(UI_BP_HerbologyMenu_C_BndEvt__UI_BP_HerbologyMenu_ApplyItemsWidget_K2Node_ComponentBoundEvent_2_OnFertilizerHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_HerbologyMenu_C_BndEvt__UI_BP_HerbologyMenu_ApplyItemsWidget_K2Node_ComponentBoundEvent_2_OnFertilizerHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_BndEvt__UI_BP_HerbologyMenu_ApplyItemsWidget_K2Node_ComponentBoundEvent_2_OnFertilizerHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_HerbologyMenu_C_BndEvt__UI_BP_HerbologyMenu_ApplyItemsWidget_K2Node_ComponentBoundEvent_2_OnFertilizerHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BndEvt__UI_BP_HerbologyMenu_ApplyItemsWidget_K2Node_ComponentBoundEvent_2_OnFertilizerHovered__DelegateSignature, FertilizerButton) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_BndEvt__UI_BP_HerbologyMenu_ApplyItemsWidget_K2Node_ComponentBoundEvent_2_OnFertilizerHovered__DelegateSignature::FertilizerButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_OnPlantSelected \ static_assert(alignof(UI_BP_HerbologyMenu_C_OnPlantSelected) == 0x000004, "Wrong alignment on UI_BP_HerbologyMenu_C_OnPlantSelected"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_OnPlantSelected) == 0x000008, "Wrong size on UI_BP_HerbologyMenu_C_OnPlantSelected"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_OnPlantSelected, PlantID) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_OnPlantSelected::PlantID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_RemoveNoFadeTag \ static_assert(alignof(UI_BP_HerbologyMenu_C_RemoveNoFadeTag) == 0x000008, "Wrong alignment on UI_BP_HerbologyMenu_C_RemoveNoFadeTag"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_RemoveNoFadeTag) == 0x000008, "Wrong size on UI_BP_HerbologyMenu_C_RemoveNoFadeTag"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RemoveNoFadeTag, Actor) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_RemoveNoFadeTag::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_OnIntroEnded \ static_assert(alignof(UI_BP_HerbologyMenu_C_OnIntroEnded) == 0x000004, "Wrong alignment on UI_BP_HerbologyMenu_C_OnIntroEnded"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_OnIntroEnded) == 0x000004, "Wrong size on UI_BP_HerbologyMenu_C_OnIntroEnded"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_OnIntroEnded, IntroType) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_OnIntroEnded::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_OnOutroEnded \ static_assert(alignof(UI_BP_HerbologyMenu_C_OnOutroEnded) == 0x000004, "Wrong alignment on UI_BP_HerbologyMenu_C_OnOutroEnded"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_OnOutroEnded) == 0x000004, "Wrong size on UI_BP_HerbologyMenu_C_OnOutroEnded"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_OnOutroEnded, OutroType) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_OnOutroStarted \ static_assert(alignof(UI_BP_HerbologyMenu_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_HerbologyMenu_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_HerbologyMenu_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_HerbologyMenu_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_OnIntroStarted \ static_assert(alignof(UI_BP_HerbologyMenu_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_HerbologyMenu_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_HerbologyMenu_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_HerbologyMenu_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_BeginInputTimeout \ static_assert(alignof(UI_BP_HerbologyMenu_C_BeginInputTimeout) == 0x000004, "Wrong alignment on UI_BP_HerbologyMenu_C_BeginInputTimeout"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_BeginInputTimeout) == 0x000004, "Wrong size on UI_BP_HerbologyMenu_C_BeginInputTimeout"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BeginInputTimeout, TimeoutTime) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_BeginInputTimeout::TimeoutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_Tick \ static_assert(alignof(UI_BP_HerbologyMenu_C_Tick) == 0x000004, "Wrong alignment on UI_BP_HerbologyMenu_C_Tick"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_Tick) == 0x00003C, "Wrong size on UI_BP_HerbologyMenu_C_Tick"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_HerbologyMenu_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_OnFertilizerSelected \ static_assert(alignof(UI_BP_HerbologyMenu_C_OnFertilizerSelected) == 0x000004, "Wrong alignment on UI_BP_HerbologyMenu_C_OnFertilizerSelected"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_OnFertilizerSelected) == 0x000008, "Wrong size on UI_BP_HerbologyMenu_C_OnFertilizerSelected"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_OnFertilizerSelected, FertilizerID) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_OnFertilizerSelected::FertilizerID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_RefreshButtonLegend \ static_assert(alignof(UI_BP_HerbologyMenu_C_RefreshButtonLegend) == 0x000008, "Wrong alignment on UI_BP_HerbologyMenu_C_RefreshButtonLegend"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_RefreshButtonLegend) == 0x000030, "Wrong size on UI_BP_HerbologyMenu_C_RefreshButtonLegend"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, Temp_byte_Variable) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, Temp_byte_Variable_1) == 0x000001, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, Temp_bool_Variable) == 0x000002, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, Temp_byte_Variable_2) == 0x000003, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, Temp_byte_Variable_3) == 0x000004, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, Temp_bool_Variable_1) == 0x000005, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, Temp_byte_Variable_4) == 0x000006, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, Temp_byte_Variable_5) == 0x000007, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, CallFunc_GetActiveWidget_ReturnValue) == 0x000008, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000010, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, CallFunc_BooleanAND_ReturnValue) == 0x000011, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, Temp_bool_Variable_2) == 0x000012, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, K2Node_Select_Default) == 0x000013, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, CallFunc_GetPlotState_ReturnValue) == 0x000018, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::CallFunc_GetPlotState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, CallFunc_GetGrowthState_ReturnValue) == 0x000020, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::CallFunc_GetGrowthState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, CallFunc_GetPlantID_ReturnValue) == 0x000024, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::CallFunc_GetPlantID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00002C, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, CallFunc_NotEqual_NameName_ReturnValue) == 0x00002D, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, K2Node_Select_Default_1) == 0x00002E, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_RefreshButtonLegend, K2Node_Select_Default_2) == 0x00002F, "Member 'UI_BP_HerbologyMenu_C_RefreshButtonLegend::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_SwitchToLeftPlot \ static_assert(alignof(UI_BP_HerbologyMenu_C_SwitchToLeftPlot) == 0x000008, "Wrong alignment on UI_BP_HerbologyMenu_C_SwitchToLeftPlot"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_SwitchToLeftPlot) == 0x000068, "Wrong size on UI_BP_HerbologyMenu_C_SwitchToLeftPlot"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToLeftPlot, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_SwitchToLeftPlot::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToLeftPlot, CallFunc_GetActorForwardVector_ReturnValue) == 0x00000C, "Member 'UI_BP_HerbologyMenu_C_SwitchToLeftPlot::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToLeftPlot, CallFunc_IsInLineWithNeighbors_ReturnValue) == 0x000018, "Member 'UI_BP_HerbologyMenu_C_SwitchToLeftPlot::CallFunc_IsInLineWithNeighbors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToLeftPlot, CallFunc_PostEventAtLocation_ReturnValue) == 0x00001C, "Member 'UI_BP_HerbologyMenu_C_SwitchToLeftPlot::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToLeftPlot, Temp_bool_Variable) == 0x000020, "Member 'UI_BP_HerbologyMenu_C_SwitchToLeftPlot::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToLeftPlot, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000028, "Member 'UI_BP_HerbologyMenu_C_SwitchToLeftPlot::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToLeftPlot, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000030, "Member 'UI_BP_HerbologyMenu_C_SwitchToLeftPlot::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToLeftPlot, CallFunc_FindLookAtRotation_ReturnValue) == 0x00003C, "Member 'UI_BP_HerbologyMenu_C_SwitchToLeftPlot::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToLeftPlot, CallFunc_GetForwardVector_ReturnValue) == 0x000048, "Member 'UI_BP_HerbologyMenu_C_SwitchToLeftPlot::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToLeftPlot, K2Node_MathExpression_ReturnValue) == 0x000054, "Member 'UI_BP_HerbologyMenu_C_SwitchToLeftPlot::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToLeftPlot, CallFunc_BooleanAND_ReturnValue) == 0x000055, "Member 'UI_BP_HerbologyMenu_C_SwitchToLeftPlot::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToLeftPlot, CallFunc_Not_PreBool_ReturnValue) == 0x000056, "Member 'UI_BP_HerbologyMenu_C_SwitchToLeftPlot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToLeftPlot, K2Node_Select_Default) == 0x000058, "Member 'UI_BP_HerbologyMenu_C_SwitchToLeftPlot::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToLeftPlot, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'UI_BP_HerbologyMenu_C_SwitchToLeftPlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_SwitchToRightPlot \ static_assert(alignof(UI_BP_HerbologyMenu_C_SwitchToRightPlot) == 0x000008, "Wrong alignment on UI_BP_HerbologyMenu_C_SwitchToRightPlot"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_SwitchToRightPlot) == 0x000068, "Wrong size on UI_BP_HerbologyMenu_C_SwitchToRightPlot"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToRightPlot, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_SwitchToRightPlot::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToRightPlot, CallFunc_GetActorForwardVector_ReturnValue) == 0x00000C, "Member 'UI_BP_HerbologyMenu_C_SwitchToRightPlot::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToRightPlot, CallFunc_IsInLineWithNeighbors_ReturnValue) == 0x000018, "Member 'UI_BP_HerbologyMenu_C_SwitchToRightPlot::CallFunc_IsInLineWithNeighbors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToRightPlot, CallFunc_PostEventAtLocation_ReturnValue) == 0x00001C, "Member 'UI_BP_HerbologyMenu_C_SwitchToRightPlot::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToRightPlot, Temp_bool_Variable) == 0x000020, "Member 'UI_BP_HerbologyMenu_C_SwitchToRightPlot::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToRightPlot, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000028, "Member 'UI_BP_HerbologyMenu_C_SwitchToRightPlot::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToRightPlot, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000030, "Member 'UI_BP_HerbologyMenu_C_SwitchToRightPlot::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToRightPlot, CallFunc_FindLookAtRotation_ReturnValue) == 0x00003C, "Member 'UI_BP_HerbologyMenu_C_SwitchToRightPlot::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToRightPlot, CallFunc_GetForwardVector_ReturnValue) == 0x000048, "Member 'UI_BP_HerbologyMenu_C_SwitchToRightPlot::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToRightPlot, K2Node_MathExpression_ReturnValue) == 0x000054, "Member 'UI_BP_HerbologyMenu_C_SwitchToRightPlot::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToRightPlot, CallFunc_BooleanAND_ReturnValue) == 0x000055, "Member 'UI_BP_HerbologyMenu_C_SwitchToRightPlot::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToRightPlot, CallFunc_Not_PreBool_ReturnValue) == 0x000056, "Member 'UI_BP_HerbologyMenu_C_SwitchToRightPlot::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToRightPlot, K2Node_Select_Default) == 0x000058, "Member 'UI_BP_HerbologyMenu_C_SwitchToRightPlot::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SwitchToRightPlot, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'UI_BP_HerbologyMenu_C_SwitchToRightPlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_TriggerPanelChangeWithAnimation \ static_assert(alignof(UI_BP_HerbologyMenu_C_TriggerPanelChangeWithAnimation) == 0x000001, "Wrong alignment on UI_BP_HerbologyMenu_C_TriggerPanelChangeWithAnimation"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_TriggerPanelChangeWithAnimation) == 0x000001, "Wrong size on UI_BP_HerbologyMenu_C_TriggerPanelChangeWithAnimation"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_TriggerPanelChangeWithAnimation, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_TriggerPanelChangeWithAnimation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction) == 0x000078, "Wrong size on UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000010, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000011, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000012, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000013, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000014, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_GetPlotState_ReturnValue) == 0x000018, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_GetPlotState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_GetPlantID_ReturnValue) == 0x000020, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_GetPlantID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_NotEqual_NameName_ReturnValue) == 0x000029, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_GetPlotState_ReturnValue_1) == 0x000030, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_GetPlotState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_GetPlantID_ReturnValue_1) == 0x000038, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_GetPlantID_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_GetFertilizerID_ReturnValue) == 0x000040, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_GetFertilizerID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_GetPlantByproductID_ReturnValue) == 0x000048, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_GetPlantByproductID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_GetHasInventorySpaceToHarvestPlantOfType_ReturnValue) == 0x000050, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_GetHasInventorySpaceToHarvestPlantOfType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_GetItemInventoryFullString_ReturnValue) == 0x000054, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_GetItemInventoryFullString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_Conv_NameToString_ReturnValue) == 0x000060, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, CallFunc_GetGrowthState_ReturnValue) == 0x000070, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::CallFunc_GetGrowthState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction, K2Node_SwitchEnum_CmpSuccess) == 0x000071, "Member 'UI_BP_HerbologyMenu_C_BlueprintOnUMGInputAction::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot \ static_assert(alignof(UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot) == 0x000008, "Wrong alignment on UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot) == 0x000068, "Wrong size on UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot, HerbPlot_0) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot::HerbPlot_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot, FadingEnabled) == 0x000008, "Member 'UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot::FadingEnabled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot, AlsoForParentAcotr) == 0x000009, "Member 'UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot::AlsoForParentAcotr' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot, CallFunc_GetParentActor_ReturnValue) == 0x000010, "Member 'UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot, CallFunc_GetPlantedHerb_ReturnValue) == 0x000018, "Member 'UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot::CallFunc_GetPlantedHerb_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot, Temp_name_Variable) == 0x000034, "Member 'UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000040, "Member 'UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot, CallFunc_Array_Add_ReturnValue) == 0x000048, "Member 'UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot, Temp_name_Variable_1) == 0x00004C, "Member 'UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot, Temp_name_Variable_2) == 0x000054, "Member 'UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot, CallFunc_Array_Add_ReturnValue_1) == 0x00005C, "Member 'UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot, CallFunc_Array_Add_ReturnValue_2) == 0x000060, "Member 'UI_BP_HerbologyMenu_C_SetFadingEnabledForPlot::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HerbologyMenu_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_HerbologyMenu_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings) == 0x000118, "Wrong size on UI_BP_HerbologyMenu_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000038, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000039, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000068, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000088, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000098, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x0000A0, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000B8, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000C8, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x0000D0, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x0000E0, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0000E8, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000100, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HerbologyMenu_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x000110, "Member 'UI_BP_HerbologyMenu_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_HerbologyMenu_C \ static_assert(alignof(UUI_BP_HerbologyMenu_C) == 0x000008, "Wrong alignment on UUI_BP_HerbologyMenu_C"); \ static_assert(sizeof(UUI_BP_HerbologyMenu_C) == 0x000500, "Wrong size on UUI_BP_HerbologyMenu_C"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, UberGraphFrame) == 0x000370, "Member 'UUI_BP_HerbologyMenu_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, ShowInventoryFullMessage) == 0x000378, "Member 'UUI_BP_HerbologyMenu_C::ShowInventoryFullMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, Main_OUT) == 0x000380, "Member 'UUI_BP_HerbologyMenu_C::Main_OUT' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, ShowErrorMessage) == 0x000388, "Member 'UUI_BP_HerbologyMenu_C::ShowErrorMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, ApplyItemsWidget) == 0x000390, "Member 'UUI_BP_HerbologyMenu_C::ApplyItemsWidget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, backgroundSmoke) == 0x000398, "Member 'UUI_BP_HerbologyMenu_C::backgroundSmoke' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, ContentWidgetSwitcher) == 0x0003A0, "Member 'UUI_BP_HerbologyMenu_C::ContentWidgetSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, ErrorIcon) == 0x0003A8, "Member 'UUI_BP_HerbologyMenu_C::ErrorIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, ErrorMessageText) == 0x0003B0, "Member 'UUI_BP_HerbologyMenu_C::ErrorMessageText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, ErrorMessageText_1) == 0x0003B8, "Member 'UUI_BP_HerbologyMenu_C::ErrorMessageText_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, GrownWidget) == 0x0003C0, "Member 'UUI_BP_HerbologyMenu_C::GrownWidget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, headerTitleRetainer) == 0x0003C8, "Member 'UUI_BP_HerbologyMenu_C::headerTitleRetainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, LeftButtonOverlay) == 0x0003D0, "Member 'UUI_BP_HerbologyMenu_C::LeftButtonOverlay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, NavLeftButton) == 0x0003D8, "Member 'UUI_BP_HerbologyMenu_C::NavLeftButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, NavRightButton) == 0x0003E0, "Member 'UUI_BP_HerbologyMenu_C::NavRightButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, PlotContentsText) == 0x0003E8, "Member 'UUI_BP_HerbologyMenu_C::PlotContentsText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, PlotNameText) == 0x0003F0, "Member 'UUI_BP_HerbologyMenu_C::PlotNameText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, RightButtonOverlay) == 0x0003F8, "Member 'UUI_BP_HerbologyMenu_C::RightButtonOverlay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, ScreenLegend) == 0x000400, "Member 'UUI_BP_HerbologyMenu_C::ScreenLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, SeedSelectionWidget) == 0x000408, "Member 'UUI_BP_HerbologyMenu_C::SeedSelectionWidget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, TitleText) == 0x000410, "Member 'UUI_BP_HerbologyMenu_C::TitleText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, HerbPlot) == 0x000418, "Member 'UUI_BP_HerbologyMenu_C::HerbPlot' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, InputLocked) == 0x000420, "Member 'UUI_BP_HerbologyMenu_C::InputLocked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, Current_Input_Timeout_Length) == 0x000424, "Member 'UUI_BP_HerbologyMenu_C::Current_Input_Timeout_Length' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, PreviousHerbPlot) == 0x000428, "Member 'UUI_BP_HerbologyMenu_C::PreviousHerbPlot' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, ActiveLightRig) == 0x000430, "Member 'UUI_BP_HerbologyMenu_C::ActiveLightRig' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, LegendItemPickup) == 0x000438, "Member 'UUI_BP_HerbologyMenu_C::LegendItemPickup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, LegendItemDestroy) == 0x000440, "Member 'UUI_BP_HerbologyMenu_C::LegendItemDestroy' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, IsPanelTransitionInProgress) == 0x000448, "Member 'UUI_BP_HerbologyMenu_C::IsPanelTransitionInProgress' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, EnableFadingTimerHerbPlot) == 0x000450, "Member 'UUI_BP_HerbologyMenu_C::EnableFadingTimerHerbPlot' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, EnableFadingTimerIncludesParent) == 0x0004A0, "Member 'UUI_BP_HerbologyMenu_C::EnableFadingTimerIncludesParent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, LegendItemFactSheet) == 0x0004F0, "Member 'UUI_BP_HerbologyMenu_C::LegendItemFactSheet' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HerbologyMenu_C, LegendItemSelect) == 0x0004F8, "Member 'UUI_BP_HerbologyMenu_C::LegendItemSelect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump \ static_assert(alignof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump) == 0x000008, "Wrong alignment on BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump"); \ static_assert(sizeof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump) == 0x000330, "Wrong size on BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, EntryPoint) == 0x000000, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetActorOwner_ReturnValue_1) == 0x000010, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_BreakVector_X) == 0x000030, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_BreakVector_Y) == 0x000034, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_BreakVector_Z) == 0x000038, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetActorOwner_ReturnValue_2) == 0x000040, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000048, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetActorOwner_ReturnValue_3) == 0x000050, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetActorOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000058, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x00006C, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000070, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsBiped_Player) == 0x000080, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_BreakVector_X_1) == 0x00008C, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_BreakVector_Y_1) == 0x000090, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_BreakVector_Z_1) == 0x000094, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetAnimInstance_ReturnValue) == 0x000098, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000A0, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x0000A8, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_2) == 0x0000B0, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_Event_OwnerActor) == 0x0000B8, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_Event_DeltaSeconds) == 0x0000C0, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsBiped_Character) == 0x0000C8, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsBiped_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_3) == 0x0000D0, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsBiped_Player_1) == 0x0000D8, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_4) == 0x0000E0, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsAble_Character_Interface) == 0x0000E8, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_5) == 0x0000F8, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000100, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_6) == 0x000110, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000111, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetMoveStickValues_X) == 0x000114, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetMoveStickValues_Y) == 0x000118, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetSpeedCurve_self_CastInput) == 0x000120, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetSpeedCurve_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetSpeedCurve_bIgnoreGovernor) == 0x000130, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetSpeedCurve_bIgnoreGovernor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetSpeedCurve_ReturnValue) == 0x000138, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetSpeedCurve_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetExpression_OnActor_ReturnValue) == 0x000140, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetExpression_OnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_DetectFallIntoWater_ReturnValue) == 0x000141, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_DetectFallIntoWater_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_Event_OwnerActor_1) == 0x000148, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsBiped_Player_2) == 0x000150, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_7) == 0x000158, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000160, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000168, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_8) == 0x000178, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000180, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_9) == 0x000190, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000198, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetComponentByClass_ReturnValue_3) == 0x0001A0, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_Event_OwnerActor_2) == 0x0001A8, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001B0, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsBiped_Player_3) == 0x0001B8, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsBiped_Player_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_10) == 0x0001C0, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsAmbulatory_Character_Interface_1) == 0x0001C8, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsAmbulatory_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_11) == 0x0001D8, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetJumpingType_OutType) == 0x0001D9, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetJumpingType_OutType' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetAnimInstance_ReturnValue_2) == 0x0001E0, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x0001E8, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_12) == 0x0001F8, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001F9, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0001FC, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x000200, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_ProcessStick_WorldSpeed) == 0x000204, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_ProcessStick_WorldDirection) == 0x000208, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_ProcessStick_ReturnValue) == 0x000214, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_MakeLiteralByte_ReturnValue) == 0x000215, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x000218, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_BTCustomActionEvent_VariantMapHandle_4) == 0x00021C, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_BTCustomActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_CustomEvent_TeleportedCharacter) == 0x000220, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_CustomEvent_TeleportedCharacter' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_CustomEvent_AmountDisplaced) == 0x000228, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_CustomEvent_AmountDisplaced' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_CustomEvent_AmountRotated) == 0x000234, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_CustomEvent_AmountRotated' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_BreakVector_X_2) == 0x000240, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_BreakVector_Y_2) == 0x000244, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_BreakVector_Z_2) == 0x000248, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsBiped_Player_4) == 0x000250, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsBiped_Player_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_13) == 0x000258, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_Add_FloatFloat_ReturnValue) == 0x00025C, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000260, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_BTCustomActionEvent_VariantMapHandle_5) == 0x000264, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_BTCustomActionEvent_VariantMapHandle_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetActorOwner_ReturnValue_4) == 0x000268, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetActorOwner_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetVariantFVector_FromHandle_bFound) == 0x000270, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetVariantFVector_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetVariantFVector_FromHandle_ReturnValue) == 0x000274, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetVariantFVector_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000280, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetActorOwner_ReturnValue_5) == 0x000288, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetActorOwner_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsAmbulatory_Character_Interface_2) == 0x000290, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsAmbulatory_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_14) == 0x0002A0, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0002A4, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetAnimInstance_ReturnValue_3) == 0x0002A8, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetAnimInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x0002B0, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x0002B8, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_15) == 0x0002C8, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetJumpingType_OutType_1) == 0x0002C9, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetJumpingType_OutType_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_CreateDelegate_OutputDelegate) == 0x0002CC, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_SwitchEnum_CmpSuccess) == 0x0002DC, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0002E0, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsAmbulatory_Character_Interface_3) == 0x0002E8, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsAmbulatory_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_16) == 0x0002F8, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsAmbulatory_Character_Interface_4) == 0x000300, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsAmbulatory_Character_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_17) == 0x000310, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_AsAmbulatory_Character_Interface_5) == 0x000318, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_AsAmbulatory_Character_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, K2Node_DynamicCast_bSuccess_18) == 0x000328, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_GetJumpingType_OutType_2) == 0x000329, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_GetJumpingType_OutType_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00032A, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00032B, "Member 'BTT_Biped_Jump_C_ExecuteUbergraph_BTT_Biped_Jump::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Jump_C_OnCharacterTeleported \ static_assert(alignof(BTT_Biped_Jump_C_OnCharacterTeleported) == 0x000008, "Wrong alignment on BTT_Biped_Jump_C_OnCharacterTeleported"); \ static_assert(sizeof(BTT_Biped_Jump_C_OnCharacterTeleported) == 0x000020, "Wrong size on BTT_Biped_Jump_C_OnCharacterTeleported"); \ static_assert(offsetof(BTT_Biped_Jump_C_OnCharacterTeleported, TeleportedCharacter) == 0x000000, "Member 'BTT_Biped_Jump_C_OnCharacterTeleported::TeleportedCharacter' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_OnCharacterTeleported, AmountDisplaced) == 0x000008, "Member 'BTT_Biped_Jump_C_OnCharacterTeleported::AmountDisplaced' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_OnCharacterTeleported, AmountRotated) == 0x000014, "Member 'BTT_Biped_Jump_C_OnCharacterTeleported::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Jump_C_ReceiveTick \ static_assert(alignof(BTT_Biped_Jump_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_Jump_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_Jump_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_Jump_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_Jump_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_Jump_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_Jump_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Jump_C_ExitTask \ static_assert(alignof(BTT_Biped_Jump_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Jump_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Jump_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Jump_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Jump_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Jump_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Jump_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Jump_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Jump_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Jump_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Jump_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Jump_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Jump_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_Jump_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Jump_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Jump_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Jump_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Jump_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Jump_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Jump_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_Jump_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_Jump_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_Jump_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_Jump_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_Jump_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Jump_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Jump_C_CustActionEvt_AllowJumpLand_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_Jump_C_CustActionEvt_AllowJumpLand_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_Jump_C_CustActionEvt_AllowJumpLand_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_Jump_C_CustActionEvt_AllowJumpLand_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_Jump_C_CustActionEvt_AllowJumpLand_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_Jump_C_CustActionEvt_AllowJumpLand_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Jump_C_CustActionEvt_AllowJumpLand_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Jump_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTT_Biped_Jump_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTT_Biped_Jump_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTT_Biped_Jump_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTT_Biped_Jump_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTT_Biped_Jump_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Jump_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Jump_C_CustActionEvt_JumpToFall_K2Node_BTCustomActionEvent_4 \ static_assert(alignof(BTT_Biped_Jump_C_CustActionEvt_JumpToFall_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong alignment on BTT_Biped_Jump_C_CustActionEvt_JumpToFall_K2Node_BTCustomActionEvent_4"); \ static_assert(sizeof(BTT_Biped_Jump_C_CustActionEvt_JumpToFall_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong size on BTT_Biped_Jump_C_CustActionEvt_JumpToFall_K2Node_BTCustomActionEvent_4"); \ static_assert(offsetof(BTT_Biped_Jump_C_CustActionEvt_JumpToFall_K2Node_BTCustomActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Jump_C_CustActionEvt_JumpToFall_K2Node_BTCustomActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Jump_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_5 \ static_assert(alignof(BTT_Biped_Jump_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong alignment on BTT_Biped_Jump_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_5"); \ static_assert(sizeof(BTT_Biped_Jump_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong size on BTT_Biped_Jump_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_5"); \ static_assert(offsetof(BTT_Biped_Jump_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_5, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Jump_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_5::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Jump_C_CalculateJumpingType \ static_assert(alignof(BTT_Biped_Jump_C_CalculateJumpingType) == 0x000008, "Wrong alignment on BTT_Biped_Jump_C_CalculateJumpingType"); \ static_assert(sizeof(BTT_Biped_Jump_C_CalculateJumpingType) == 0x000070, "Wrong size on BTT_Biped_Jump_C_CalculateJumpingType"); \ static_assert(offsetof(BTT_Biped_Jump_C_CalculateJumpingType, Actor) == 0x000000, "Member 'BTT_Biped_Jump_C_CalculateJumpingType::Actor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_CalculateJumpingType, JumpingType) == 0x000008, "Member 'BTT_Biped_Jump_C_CalculateJumpingType::JumpingType' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_CalculateJumpingType, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000010, "Member 'BTT_Biped_Jump_C_CalculateJumpingType::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_CalculateJumpingType, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_Jump_C_CalculateJumpingType::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_CalculateJumpingType, K2Node_DynamicCast_AsAmbulatory_Character_Interface_1) == 0x000028, "Member 'BTT_Biped_Jump_C_CalculateJumpingType::K2Node_DynamicCast_AsAmbulatory_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_CalculateJumpingType, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_Jump_C_CalculateJumpingType::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_CalculateJumpingType, CallFunc_GetJumpingType_OutType) == 0x000039, "Member 'BTT_Biped_Jump_C_CalculateJumpingType::CallFunc_GetJumpingType_OutType' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_CalculateJumpingType, CallFunc_GetIsMovementInput_ReturnValue) == 0x00003A, "Member 'BTT_Biped_Jump_C_CalculateJumpingType::CallFunc_GetIsMovementInput_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_CalculateJumpingType, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00003B, "Member 'BTT_Biped_Jump_C_CalculateJumpingType::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_CalculateJumpingType, CallFunc_Not_PreBool_ReturnValue) == 0x00003C, "Member 'BTT_Biped_Jump_C_CalculateJumpingType::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_CalculateJumpingType, K2Node_DynamicCast_AsAmbulatory_Character_Interface_2) == 0x000040, "Member 'BTT_Biped_Jump_C_CalculateJumpingType::K2Node_DynamicCast_AsAmbulatory_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_CalculateJumpingType, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTT_Biped_Jump_C_CalculateJumpingType::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_CalculateJumpingType, K2Node_DynamicCast_AsAmbulatory_Character_Interface_3) == 0x000058, "Member 'BTT_Biped_Jump_C_CalculateJumpingType::K2Node_DynamicCast_AsAmbulatory_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_CalculateJumpingType, K2Node_DynamicCast_bSuccess_3) == 0x000068, "Member 'BTT_Biped_Jump_C_CalculateJumpingType::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_CalculateJumpingType, CallFunc_GetMobilityActionState_OutMobilityActionState) == 0x000069, "Member 'BTT_Biped_Jump_C_CalculateJumpingType::CallFunc_GetMobilityActionState_OutMobilityActionState' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_CalculateJumpingType, CallFunc_GetIsInIdle_ReturnValue) == 0x00006A, "Member 'BTT_Biped_Jump_C_CalculateJumpingType::CallFunc_GetIsInIdle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_CalculateJumpingType, K2Node_SwitchEnum_CmpSuccess) == 0x00006B, "Member 'BTT_Biped_Jump_C_CalculateJumpingType::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Jump_C_ExecuteJump \ static_assert(alignof(BTT_Biped_Jump_C_ExecuteJump) == 0x000008, "Wrong alignment on BTT_Biped_Jump_C_ExecuteJump"); \ static_assert(sizeof(BTT_Biped_Jump_C_ExecuteJump) == 0x000268, "Wrong size on BTT_Biped_Jump_C_ExecuteJump"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, OwnerActor) == 0x000000, "Member 'BTT_Biped_Jump_C_ExecuteJump::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000008, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000028, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsBiped_Character) == 0x000030, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsBiped_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000040, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_DetectDiveIntoWater_ReturnValue) == 0x000051, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_DetectDiveIntoWater_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAmbulatory_Character_Interface_1) == 0x000058, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAmbulatory_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_3) == 0x000068, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000070, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_GetJumpingType_OutType) == 0x000078, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_GetJumpingType_OutType' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000079, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00007A, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_BooleanOR_ReturnValue) == 0x00007B, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000080, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_4) == 0x000090, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x000091, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAble_Character_Interface_2) == 0x000098, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAble_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_5) == 0x0000A8, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_ExecuteAbilityByClass_ReturnValue_2) == 0x0000A9, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_ExecuteAbilityByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAble_Character_Interface_3) == 0x0000B0, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAble_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_6) == 0x0000C0, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_ExecuteAbilityByClass_ReturnValue_3) == 0x0000C1, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_ExecuteAbilityByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAmbulatory_Character) == 0x0000C8, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAmbulatory_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_7) == 0x0000D0, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAble_Character_Interface_4) == 0x0000D8, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAble_Character_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_8) == 0x0000E8, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_ExecuteAbilityByClass_ReturnValue_4) == 0x0000E9, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_ExecuteAbilityByClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_GetAnimInstance_ReturnValue) == 0x0000F0, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAble_Anim_Instance_Interface) == 0x0000F8, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAble_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_9) == 0x000108, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x000110, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_10) == 0x000120, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_Get_DesiredWorldSpeed_OutSpeed) == 0x000124, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_Get_DesiredWorldSpeed_OutSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_GetJumpingType_OutType_1) == 0x000128, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_GetJumpingType_OutType_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_SwitchEnum_CmpSuccess) == 0x000129, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00012A, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_Less_FloatFloat_ReturnValue) == 0x00012B, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x00012C, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAble_Character_Interface_5) == 0x000130, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAble_Character_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_11) == 0x000140, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_ExecuteAbilityByClass_ReturnValue_5) == 0x000141, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_ExecuteAbilityByClass_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAble_Character_Interface_6) == 0x000148, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAble_Character_Interface_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_12) == 0x000158, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_ExecuteAbilityByClass_ReturnValue_6) == 0x000159, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_ExecuteAbilityByClass_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAble_Character_Interface_7) == 0x000160, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAble_Character_Interface_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_13) == 0x000170, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_ExecuteAbilityByClass_ReturnValue_7) == 0x000171, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_ExecuteAbilityByClass_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAble_Character_Interface_8) == 0x000178, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAble_Character_Interface_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_14) == 0x000188, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_ExecuteAbilityByClass_ReturnValue_8) == 0x000189, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_ExecuteAbilityByClass_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAble_Character_Interface_9) == 0x000190, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAble_Character_Interface_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_15) == 0x0001A0, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAble_Character_Interface_10) == 0x0001A8, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAble_Character_Interface_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_16) == 0x0001B8, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_ExecuteAbilityByClass_ReturnValue_9) == 0x0001B9, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_ExecuteAbilityByClass_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_ExecuteAbilityByClass_ReturnValue_10) == 0x0001BA, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_ExecuteAbilityByClass_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAble_Character_Interface_11) == 0x0001C0, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAble_Character_Interface_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_17) == 0x0001D0, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAble_Character_Interface_12) == 0x0001D8, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAble_Character_Interface_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_18) == 0x0001E8, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_ExecuteAbilityByClass_ReturnValue_11) == 0x0001E9, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_ExecuteAbilityByClass_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_ExecuteAbilityByClass_ReturnValue_12) == 0x0001EA, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_ExecuteAbilityByClass_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAble_Character_Interface_13) == 0x0001F0, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAble_Character_Interface_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_19) == 0x000200, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAble_Character_Interface_14) == 0x000208, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAble_Character_Interface_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_20) == 0x000218, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_20' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_ExecuteAbilityByClass_ReturnValue_13) == 0x000219, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_ExecuteAbilityByClass_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_ExecuteAbilityByClass_ReturnValue_14) == 0x00021A, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_ExecuteAbilityByClass_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000220, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAmbulatory_Character_Interface_2) == 0x000228, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAmbulatory_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_21) == 0x000238, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_21' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000240, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000248, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_AsAmbulatory_Character_Interface_3) == 0x000250, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_AsAmbulatory_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, K2Node_DynamicCast_bSuccess_22) == 0x000260, "Member 'BTT_Biped_Jump_C_ExecuteJump::K2Node_DynamicCast_bSuccess_22' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_ExecuteJump, CallFunc_CalculateJumpingType_JumpingType) == 0x000261, "Member 'BTT_Biped_Jump_C_ExecuteJump::CallFunc_CalculateJumpingType_JumpingType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Jump_C_StartIK \ static_assert(alignof(BTT_Biped_Jump_C_StartIK) == 0x000008, "Wrong alignment on BTT_Biped_Jump_C_StartIK"); \ static_assert(sizeof(BTT_Biped_Jump_C_StartIK) == 0x000038, "Wrong size on BTT_Biped_Jump_C_StartIK"); \ static_assert(offsetof(BTT_Biped_Jump_C_StartIK, CallFunc_GetAnimInstance_ReturnValue) == 0x000000, "Member 'BTT_Biped_Jump_C_StartIK::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_StartIK, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x000008, "Member 'BTT_Biped_Jump_C_StartIK::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_StartIK, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_Jump_C_StartIK::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_StartIK, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1) == 0x000020, "Member 'BTT_Biped_Jump_C_StartIK::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_StartIK, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_Jump_C_StartIK::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_StartIK, CallFunc_GetIKState_ReturnValue) == 0x000031, "Member 'BTT_Biped_Jump_C_StartIK::CallFunc_GetIKState_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Jump_C_EndIK \ static_assert(alignof(BTT_Biped_Jump_C_EndIK) == 0x000008, "Wrong alignment on BTT_Biped_Jump_C_EndIK"); \ static_assert(sizeof(BTT_Biped_Jump_C_EndIK) == 0x000018, "Wrong size on BTT_Biped_Jump_C_EndIK"); \ static_assert(offsetof(BTT_Biped_Jump_C_EndIK, CallFunc_GetAnimInstance_ReturnValue) == 0x000000, "Member 'BTT_Biped_Jump_C_EndIK::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_EndIK, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x000008, "Member 'BTT_Biped_Jump_C_EndIK::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_EndIK, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTT_Biped_Jump_C_EndIK::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Jump_C_SetAllowLand \ static_assert(alignof(BTT_Biped_Jump_C_SetAllowLand) == 0x000008, "Wrong alignment on BTT_Biped_Jump_C_SetAllowLand"); \ static_assert(sizeof(BTT_Biped_Jump_C_SetAllowLand) == 0x000018, "Wrong size on BTT_Biped_Jump_C_SetAllowLand"); \ static_assert(offsetof(BTT_Biped_Jump_C_SetAllowLand, AllowLand_0) == 0x000000, "Member 'BTT_Biped_Jump_C_SetAllowLand::AllowLand_0' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_SetAllowLand, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_Biped_Jump_C_SetAllowLand::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Jump_C_SetAllowLand, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BTT_Biped_Jump_C_SetAllowLand::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Jump_C \ static_assert(alignof(UBTT_Biped_Jump_C) == 0x000008, "Wrong alignment on UBTT_Biped_Jump_C"); \ static_assert(sizeof(UBTT_Biped_Jump_C) == 0x000168, "Wrong size on UBTT_Biped_Jump_C"); \ static_assert(offsetof(UBTT_Biped_Jump_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Jump_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Jump_C, RestoreIKState) == 0x000158, "Member 'UBTT_Biped_Jump_C::RestoreIKState' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Jump_C, HeightAtJumpStart) == 0x00015C, "Member 'UBTT_Biped_Jump_C::HeightAtJumpStart' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Jump_C, AllowLand) == 0x000160, "Member 'UBTT_Biped_Jump_C::AllowLand' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Jump_C, Landed) == 0x000161, "Member 'UBTT_Biped_Jump_C::Landed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FancyEnemyHealthBar_C_ExecuteUbergraph_UI_BP_FancyEnemyHealthBar \ static_assert(alignof(UI_BP_FancyEnemyHealthBar_C_ExecuteUbergraph_UI_BP_FancyEnemyHealthBar) == 0x000008, "Wrong alignment on UI_BP_FancyEnemyHealthBar_C_ExecuteUbergraph_UI_BP_FancyEnemyHealthBar"); \ static_assert(sizeof(UI_BP_FancyEnemyHealthBar_C_ExecuteUbergraph_UI_BP_FancyEnemyHealthBar) == 0x000030, "Wrong size on UI_BP_FancyEnemyHealthBar_C_ExecuteUbergraph_UI_BP_FancyEnemyHealthBar"); \ static_assert(offsetof(UI_BP_FancyEnemyHealthBar_C_ExecuteUbergraph_UI_BP_FancyEnemyHealthBar, EntryPoint) == 0x000000, "Member 'UI_BP_FancyEnemyHealthBar_C_ExecuteUbergraph_UI_BP_FancyEnemyHealthBar::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FancyEnemyHealthBar_C_ExecuteUbergraph_UI_BP_FancyEnemyHealthBar, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_FancyEnemyHealthBar_C_ExecuteUbergraph_UI_BP_FancyEnemyHealthBar::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FancyEnemyHealthBar_C_ExecuteUbergraph_UI_BP_FancyEnemyHealthBar, K2Node_Event_Progress) == 0x000010, "Member 'UI_BP_FancyEnemyHealthBar_C_ExecuteUbergraph_UI_BP_FancyEnemyHealthBar::K2Node_Event_Progress' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FancyEnemyHealthBar_C_ExecuteUbergraph_UI_BP_FancyEnemyHealthBar, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000018, "Member 'UI_BP_FancyEnemyHealthBar_C_ExecuteUbergraph_UI_BP_FancyEnemyHealthBar::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FancyEnemyHealthBar_C_ExecuteUbergraph_UI_BP_FancyEnemyHealthBar, K2Node_Event_GhostProgress) == 0x000020, "Member 'UI_BP_FancyEnemyHealthBar_C_ExecuteUbergraph_UI_BP_FancyEnemyHealthBar::K2Node_Event_GhostProgress' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FancyEnemyHealthBar_C_ExecuteUbergraph_UI_BP_FancyEnemyHealthBar, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000028, "Member 'UI_BP_FancyEnemyHealthBar_C_ExecuteUbergraph_UI_BP_FancyEnemyHealthBar::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FancyEnemyHealthBar_C_GhostProgressChanged \ static_assert(alignof(UI_BP_FancyEnemyHealthBar_C_GhostProgressChanged) == 0x000004, "Wrong alignment on UI_BP_FancyEnemyHealthBar_C_GhostProgressChanged"); \ static_assert(sizeof(UI_BP_FancyEnemyHealthBar_C_GhostProgressChanged) == 0x000004, "Wrong size on UI_BP_FancyEnemyHealthBar_C_GhostProgressChanged"); \ static_assert(offsetof(UI_BP_FancyEnemyHealthBar_C_GhostProgressChanged, GhostProgress) == 0x000000, "Member 'UI_BP_FancyEnemyHealthBar_C_GhostProgressChanged::GhostProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FancyEnemyHealthBar_C_ProgressChanged \ static_assert(alignof(UI_BP_FancyEnemyHealthBar_C_ProgressChanged) == 0x000004, "Wrong alignment on UI_BP_FancyEnemyHealthBar_C_ProgressChanged"); \ static_assert(sizeof(UI_BP_FancyEnemyHealthBar_C_ProgressChanged) == 0x000004, "Wrong size on UI_BP_FancyEnemyHealthBar_C_ProgressChanged"); \ static_assert(offsetof(UI_BP_FancyEnemyHealthBar_C_ProgressChanged, progress) == 0x000000, "Member 'UI_BP_FancyEnemyHealthBar_C_ProgressChanged::progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FancyEnemyHealthBar_C \ static_assert(alignof(UUI_BP_FancyEnemyHealthBar_C) == 0x000008, "Wrong alignment on UUI_BP_FancyEnemyHealthBar_C"); \ static_assert(sizeof(UUI_BP_FancyEnemyHealthBar_C) == 0x000370, "Wrong size on UUI_BP_FancyEnemyHealthBar_C"); \ static_assert(offsetof(UUI_BP_FancyEnemyHealthBar_C, UberGraphFrame) == 0x000348, "Member 'UUI_BP_FancyEnemyHealthBar_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FancyEnemyHealthBar_C, Filled) == 0x000350, "Member 'UUI_BP_FancyEnemyHealthBar_C::Filled' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FancyEnemyHealthBar_C, Depleted) == 0x000358, "Member 'UUI_BP_FancyEnemyHealthBar_C::Depleted' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FancyEnemyHealthBar_C, TheBar) == 0x000360, "Member 'UUI_BP_FancyEnemyHealthBar_C::TheBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FancyEnemyHealthBar_C, CachedMaterial) == 0x000368, "Member 'UUI_BP_FancyEnemyHealthBar_C::CachedMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_SmallAttack_DW_Thief_C_ExecuteUbergraph_BP_SubSonic_SmallAttack_DW_Thief \ static_assert(alignof(BP_SubSonic_SmallAttack_DW_Thief_C_ExecuteUbergraph_BP_SubSonic_SmallAttack_DW_Thief) == 0x000004, "Wrong alignment on BP_SubSonic_SmallAttack_DW_Thief_C_ExecuteUbergraph_BP_SubSonic_SmallAttack_DW_Thief"); \ static_assert(sizeof(BP_SubSonic_SmallAttack_DW_Thief_C_ExecuteUbergraph_BP_SubSonic_SmallAttack_DW_Thief) == 0x0000A8, "Wrong size on BP_SubSonic_SmallAttack_DW_Thief_C_ExecuteUbergraph_BP_SubSonic_SmallAttack_DW_Thief"); \ static_assert(offsetof(BP_SubSonic_SmallAttack_DW_Thief_C_ExecuteUbergraph_BP_SubSonic_SmallAttack_DW_Thief, EntryPoint) == 0x000000, "Member 'BP_SubSonic_SmallAttack_DW_Thief_C_ExecuteUbergraph_BP_SubSonic_SmallAttack_DW_Thief::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_SmallAttack_DW_Thief_C_ExecuteUbergraph_BP_SubSonic_SmallAttack_DW_Thief, CallFunc_MakeVector_ReturnValue) == 0x000004, "Member 'BP_SubSonic_SmallAttack_DW_Thief_C_ExecuteUbergraph_BP_SubSonic_SmallAttack_DW_Thief::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_SmallAttack_DW_Thief_C_ExecuteUbergraph_BP_SubSonic_SmallAttack_DW_Thief, CallFunc_RandomFloatInRange_ReturnValue) == 0x000010, "Member 'BP_SubSonic_SmallAttack_DW_Thief_C_ExecuteUbergraph_BP_SubSonic_SmallAttack_DW_Thief::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_SmallAttack_DW_Thief_C_ExecuteUbergraph_BP_SubSonic_SmallAttack_DW_Thief, CallFunc_MakeRotator_ReturnValue) == 0x000014, "Member 'BP_SubSonic_SmallAttack_DW_Thief_C_ExecuteUbergraph_BP_SubSonic_SmallAttack_DW_Thief::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_SmallAttack_DW_Thief_C_ExecuteUbergraph_BP_SubSonic_SmallAttack_DW_Thief, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000020, "Member 'BP_SubSonic_SmallAttack_DW_Thief_C_ExecuteUbergraph_BP_SubSonic_SmallAttack_DW_Thief::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_SmallAttack_DW_Thief_C \ static_assert(alignof(ABP_SubSonic_SmallAttack_DW_Thief_C) == 0x000008, "Wrong alignment on ABP_SubSonic_SmallAttack_DW_Thief_C"); \ static_assert(sizeof(ABP_SubSonic_SmallAttack_DW_Thief_C) == 0x000568, "Wrong size on ABP_SubSonic_SmallAttack_DW_Thief_C"); \ static_assert(offsetof(ABP_SubSonic_SmallAttack_DW_Thief_C, UberGraphFrame) == 0x000538, "Member 'ABP_SubSonic_SmallAttack_DW_Thief_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_SmallAttack_DW_Thief_C, Niagara_Proj) == 0x000540, "Member 'ABP_SubSonic_SmallAttack_DW_Thief_C::Niagara_Proj' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_SmallAttack_DW_Thief_C, P_Stupify_3dProj_Splibs) == 0x000548, "Member 'ABP_SubSonic_SmallAttack_DW_Thief_C::P_Stupify_3dProj_Splibs' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_SmallAttack_DW_Thief_C, P_Stupify_3dProj_LensFlair) == 0x000550, "Member 'ABP_SubSonic_SmallAttack_DW_Thief_C::P_Stupify_3dProj_LensFlair' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_SmallAttack_DW_Thief_C, VFX_SK_Stupify_Pro_Rig) == 0x000558, "Member 'ABP_SubSonic_SmallAttack_DW_Thief_C::VFX_SK_Stupify_Pro_Rig' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_SmallAttack_DW_Thief_C, ScaleValue) == 0x000560, "Member 'ABP_SubSonic_SmallAttack_DW_Thief_C::ScaleValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_AddCameraSpaceTranslation_Broom_Boost_New_C \ static_assert(alignof(UBP_AddCameraSpaceTranslation_Broom_Boost_New_C) == 0x000008, "Wrong alignment on UBP_AddCameraSpaceTranslation_Broom_Boost_New_C"); \ static_assert(sizeof(UBP_AddCameraSpaceTranslation_Broom_Boost_New_C) == 0x0001C8, "Wrong size on UBP_AddCameraSpaceTranslation_Broom_Boost_New_C"); \ #define DUMPER7_ASSERTS_UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout \ static_assert(alignof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout) == 0x000008, "Wrong alignment on UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout"); \ static_assert(sizeof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout) == 0x000168, "Wrong size on UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, EntryPoint) == 0x000000, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_GetDbId_ReturnValue) == 0x000004, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_GetLevel_ReturnValue) == 0x00000C, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_GetLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_Conv_FloatToText_ReturnValue) == 0x000020, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_CreateDelegate_OutputDelegate) == 0x000038, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_Event_Revealio_1) == 0x000048, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_Event_Revealio_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_GetHealthPercentage_ReturnValue) == 0x00004C, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_Event_Parent) == 0x000050, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_Event_CallOutComponent) == 0x000058, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_Event_CallOutComponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_GetDisplayName_ReturnValue) == 0x000060, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_DynamicCast_AsNPC_Character) == 0x000080, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000090, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_Event_MyGeometry) == 0x000098, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_Event_InDeltaTime) == 0x0000D0, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_GetHealthPercentage_ReturnValue_1) == 0x0000D4, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_GetHealthPercentage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_Event_IntroType) == 0x0000D8, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_Event_IntroDuration) == 0x0000DC, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000E0, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_Event_OutroType) == 0x0000E4, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_Event_OutroDuration) == 0x0000E8, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000F0, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000F8, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_SwitchInteger_CmpSuccess) == 0x0000FC, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000100, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_PlayAnimationForward_ReturnValue_2) == 0x000108, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_PlayAnimationForward_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_PlayAnimationForward_ReturnValue_3) == 0x000110, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_PlayAnimationForward_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_Event_CharacterID) == 0x000118, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_Event_CharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_Event_BarPercent) == 0x000120, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_Event_BarPercent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_Event_IsOffscreen) == 0x000124, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_Event_IsOffscreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_IsTransitionInProgress_ReturnValue) == 0x000125, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_IsTransitionInProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_IsCurrentTransitionAnIntro_ReturnValue) == 0x000126, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_IsCurrentTransitionAnIntro_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_GetCurrentTransitionProgress_ReturnValue) == 0x000128, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_GetCurrentTransitionProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_EvalCurve_Value) == 0x00012C, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_EvalCurve_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_GetEffectMaterial_ReturnValue) == 0x000130, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_GetEffectMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_GetCurrentTransitionProgress_ReturnValue_1) == 0x000138, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_GetCurrentTransitionProgress_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_EvalCurve_Value_1) == 0x00013C, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_EvalCurve_Value_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_GetCurrentTransitionType_ReturnValue) == 0x000140, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_GetCurrentTransitionType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_SwitchInteger_CmpSuccess_1) == 0x000144, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_CustomEvent_Target) == 0x000148, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_CustomEvent_Target' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_CustomEvent_InHealthChange) == 0x000150, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_CustomEvent_InHealthChange' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_CustomEvent_IndicateHUD) == 0x000154, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_CustomEvent_IndicateHUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_GetCurrentTransitionProgress_ReturnValue_2) == 0x000158, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_GetCurrentTransitionProgress_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_Event_HasOffscreenProxy) == 0x00015C, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_Event_HasOffscreenProxy' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, CallFunc_EvalCurve_Value_2) == 0x000160, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::CallFunc_EvalCurve_Value_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_Event_bFromUpdate) == 0x000164, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_Event_bFromUpdate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout, K2Node_Event_Revealio) == 0x000165, "Member 'UI_BP_EnemyCallout_C_ExecuteUbergraph_UI_BP_EnemyCallout::K2Node_Event_Revealio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EnemyCallout_C_AttackThreatDataChange \ static_assert(alignof(UI_BP_EnemyCallout_C_AttackThreatDataChange) == 0x000001, "Wrong alignment on UI_BP_EnemyCallout_C_AttackThreatDataChange"); \ static_assert(sizeof(UI_BP_EnemyCallout_C_AttackThreatDataChange) == 0x000001, "Wrong size on UI_BP_EnemyCallout_C_AttackThreatDataChange"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_AttackThreatDataChange, Revealio) == 0x000000, "Member 'UI_BP_EnemyCallout_C_AttackThreatDataChange::Revealio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EnemyCallout_C_AwareStateInfoChanged \ static_assert(alignof(UI_BP_EnemyCallout_C_AwareStateInfoChanged) == 0x000001, "Wrong alignment on UI_BP_EnemyCallout_C_AwareStateInfoChanged"); \ static_assert(sizeof(UI_BP_EnemyCallout_C_AwareStateInfoChanged) == 0x000001, "Wrong size on UI_BP_EnemyCallout_C_AwareStateInfoChanged"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_AwareStateInfoChanged, bFromUpdate) == 0x000000, "Member 'UI_BP_EnemyCallout_C_AwareStateInfoChanged::bFromUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EnemyCallout_C_SetHasOffscreenProxyActive \ static_assert(alignof(UI_BP_EnemyCallout_C_SetHasOffscreenProxyActive) == 0x000001, "Wrong alignment on UI_BP_EnemyCallout_C_SetHasOffscreenProxyActive"); \ static_assert(sizeof(UI_BP_EnemyCallout_C_SetHasOffscreenProxyActive) == 0x000001, "Wrong size on UI_BP_EnemyCallout_C_SetHasOffscreenProxyActive"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_SetHasOffscreenProxyActive, HasOffscreenProxy) == 0x000000, "Member 'UI_BP_EnemyCallout_C_SetHasOffscreenProxyActive::HasOffscreenProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EnemyCallout_C_SetIsOffscreenCallout \ static_assert(alignof(UI_BP_EnemyCallout_C_SetIsOffscreenCallout) == 0x000001, "Wrong alignment on UI_BP_EnemyCallout_C_SetIsOffscreenCallout"); \ static_assert(sizeof(UI_BP_EnemyCallout_C_SetIsOffscreenCallout) == 0x000001, "Wrong size on UI_BP_EnemyCallout_C_SetIsOffscreenCallout"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_SetIsOffscreenCallout, IsOffscreen) == 0x000000, "Member 'UI_BP_EnemyCallout_C_SetIsOffscreenCallout::IsOffscreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EnemyCallout_C_UpdateCallOutUI \ static_assert(alignof(UI_BP_EnemyCallout_C_UpdateCallOutUI) == 0x000004, "Wrong alignment on UI_BP_EnemyCallout_C_UpdateCallOutUI"); \ static_assert(sizeof(UI_BP_EnemyCallout_C_UpdateCallOutUI) == 0x00000C, "Wrong size on UI_BP_EnemyCallout_C_UpdateCallOutUI"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_UpdateCallOutUI, CharacterID) == 0x000000, "Member 'UI_BP_EnemyCallout_C_UpdateCallOutUI::CharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_UpdateCallOutUI, BarPercent) == 0x000008, "Member 'UI_BP_EnemyCallout_C_UpdateCallOutUI::BarPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EnemyCallout_C_OnOutroStarted \ static_assert(alignof(UI_BP_EnemyCallout_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_EnemyCallout_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_EnemyCallout_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_EnemyCallout_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_EnemyCallout_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_EnemyCallout_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EnemyCallout_C_OnIntroStarted \ static_assert(alignof(UI_BP_EnemyCallout_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_EnemyCallout_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_EnemyCallout_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_EnemyCallout_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_EnemyCallout_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_EnemyCallout_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EnemyCallout_C_Tick \ static_assert(alignof(UI_BP_EnemyCallout_C_Tick) == 0x000004, "Wrong alignment on UI_BP_EnemyCallout_C_Tick"); \ static_assert(sizeof(UI_BP_EnemyCallout_C_Tick) == 0x00003C, "Wrong size on UI_BP_EnemyCallout_C_Tick"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_EnemyCallout_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_EnemyCallout_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EnemyCallout_C_SetupWidget \ static_assert(alignof(UI_BP_EnemyCallout_C_SetupWidget) == 0x000008, "Wrong alignment on UI_BP_EnemyCallout_C_SetupWidget"); \ static_assert(sizeof(UI_BP_EnemyCallout_C_SetupWidget) == 0x000010, "Wrong size on UI_BP_EnemyCallout_C_SetupWidget"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_SetupWidget, Parent) == 0x000000, "Member 'UI_BP_EnemyCallout_C_SetupWidget::Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_SetupWidget, CallOutComponent) == 0x000008, "Member 'UI_BP_EnemyCallout_C_SetupWidget::CallOutComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EnemyCallout_C_ShowWidget \ static_assert(alignof(UI_BP_EnemyCallout_C_ShowWidget) == 0x000001, "Wrong alignment on UI_BP_EnemyCallout_C_ShowWidget"); \ static_assert(sizeof(UI_BP_EnemyCallout_C_ShowWidget) == 0x000001, "Wrong size on UI_BP_EnemyCallout_C_ShowWidget"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_ShowWidget, Revealio) == 0x000000, "Member 'UI_BP_EnemyCallout_C_ShowWidget::Revealio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EnemyCallout_C_HealthChanged \ static_assert(alignof(UI_BP_EnemyCallout_C_HealthChanged) == 0x000008, "Wrong alignment on UI_BP_EnemyCallout_C_HealthChanged"); \ static_assert(sizeof(UI_BP_EnemyCallout_C_HealthChanged) == 0x000010, "Wrong size on UI_BP_EnemyCallout_C_HealthChanged"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_HealthChanged, Target) == 0x000000, "Member 'UI_BP_EnemyCallout_C_HealthChanged::Target' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_HealthChanged, InHealthChange) == 0x000008, "Member 'UI_BP_EnemyCallout_C_HealthChanged::InHealthChange' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_HealthChanged, IndicateHUD) == 0x00000C, "Member 'UI_BP_EnemyCallout_C_HealthChanged::IndicateHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EnemyCallout_C_NPC_Character_State_Setup \ static_assert(alignof(UI_BP_EnemyCallout_C_NPC_Character_State_Setup) == 0x000008, "Wrong alignment on UI_BP_EnemyCallout_C_NPC_Character_State_Setup"); \ static_assert(sizeof(UI_BP_EnemyCallout_C_NPC_Character_State_Setup) == 0x000020, "Wrong size on UI_BP_EnemyCallout_C_NPC_Character_State_Setup"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_NPC_Character_State_Setup, NPC_Character_0) == 0x000000, "Member 'UI_BP_EnemyCallout_C_NPC_Character_State_Setup::NPC_Character_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_NPC_Character_State_Setup, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UI_BP_EnemyCallout_C_NPC_Character_State_Setup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_NPC_Character_State_Setup, CallFunc_GetPhoenixGameInstance_ReturnValue) == 0x000010, "Member 'UI_BP_EnemyCallout_C_NPC_Character_State_Setup::CallFunc_GetPhoenixGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_NPC_Character_State_Setup, CallFunc_GetPlayingDemoBuild_ReturnValue) == 0x000018, "Member 'UI_BP_EnemyCallout_C_NPC_Character_State_Setup::CallFunc_GetPlayingDemoBuild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EnemyCallout_C_GetOutroDuration \ static_assert(alignof(UI_BP_EnemyCallout_C_GetOutroDuration) == 0x000004, "Wrong alignment on UI_BP_EnemyCallout_C_GetOutroDuration"); \ static_assert(sizeof(UI_BP_EnemyCallout_C_GetOutroDuration) == 0x00000C, "Wrong size on UI_BP_EnemyCallout_C_GetOutroDuration"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_GetOutroDuration, OutroType) == 0x000000, "Member 'UI_BP_EnemyCallout_C_GetOutroDuration::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_GetOutroDuration, ReturnValue) == 0x000004, "Member 'UI_BP_EnemyCallout_C_GetOutroDuration::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_GetOutroDuration, K2Node_SwitchInteger_CmpSuccess) == 0x000008, "Member 'UI_BP_EnemyCallout_C_GetOutroDuration::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EnemyCallout_C_GetOffscreenIndicator \ static_assert(alignof(UI_BP_EnemyCallout_C_GetOffscreenIndicator) == 0x000008, "Wrong alignment on UI_BP_EnemyCallout_C_GetOffscreenIndicator"); \ static_assert(sizeof(UI_BP_EnemyCallout_C_GetOffscreenIndicator) == 0x000008, "Wrong size on UI_BP_EnemyCallout_C_GetOffscreenIndicator"); \ static_assert(offsetof(UI_BP_EnemyCallout_C_GetOffscreenIndicator, ReturnValue) == 0x000000, "Member 'UI_BP_EnemyCallout_C_GetOffscreenIndicator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_EnemyCallout_C \ static_assert(alignof(UUI_BP_EnemyCallout_C) == 0x000008, "Wrong alignment on UUI_BP_EnemyCallout_C"); \ static_assert(sizeof(UUI_BP_EnemyCallout_C) == 0x0004C8, "Wrong size on UUI_BP_EnemyCallout_C"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_EnemyCallout_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, Outro_SparksTime) == 0x000330, "Member 'UUI_BP_EnemyCallout_C::Outro_SparksTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, Outro_Erode) == 0x000338, "Member 'UUI_BP_EnemyCallout_C::Outro_Erode' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, Outro_Normal) == 0x000340, "Member 'UUI_BP_EnemyCallout_C::Outro_Normal' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, Intro) == 0x000348, "Member 'UUI_BP_EnemyCallout_C::Intro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, EmbersCard) == 0x000350, "Member 'UUI_BP_EnemyCallout_C::EmbersCard' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, EnemyLevelTriangle) == 0x000358, "Member 'UUI_BP_EnemyCallout_C::EnemyLevelTriangle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, EnemyLevelTriangleShadow) == 0x000360, "Member 'UUI_BP_EnemyCallout_C::EnemyLevelTriangleShadow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, ErosionEffect) == 0x000368, "Member 'UUI_BP_EnemyCallout_C::ErosionEffect' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, FancyHealthBar) == 0x000370, "Member 'UUI_BP_EnemyCallout_C::FancyHealthBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, FrameMain) == 0x000378, "Member 'UUI_BP_EnemyCallout_C::FrameMain' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, LevelText) == 0x000380, "Member 'UUI_BP_EnemyCallout_C::LevelText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, nameBox) == 0x000388, "Member 'UUI_BP_EnemyCallout_C::nameBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, NPCStatus_Level) == 0x000390, "Member 'UUI_BP_EnemyCallout_C::NPCStatus_Level' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, TargetName_Label) == 0x000398, "Member 'UUI_BP_EnemyCallout_C::TargetName_Label' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, ObjectStateInfo) == 0x0003A0, "Member 'UUI_BP_EnemyCallout_C::ObjectStateInfo' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, NPC_Character) == 0x0003A8, "Member 'UUI_BP_EnemyCallout_C::NPC_Character' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, IntroCurve) == 0x0003B0, "Member 'UUI_BP_EnemyCallout_C::IntroCurve' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, OutroCurve) == 0x000438, "Member 'UUI_BP_EnemyCallout_C::OutroCurve' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EnemyCallout_C, ErosionMaterial) == 0x0004C0, "Member 'UUI_BP_EnemyCallout_C::ErosionMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_EnemyAI_C \ static_assert(alignof(UBP_EnemyAI_C) == 0x000010, "Wrong alignment on UBP_EnemyAI_C"); \ static_assert(sizeof(UBP_EnemyAI_C) == 0x003970, "Wrong size on UBP_EnemyAI_C"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip \ static_assert(alignof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip) == 0x000008, "Wrong alignment on UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip"); \ static_assert(sizeof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip) == 0x0001B8, "Wrong size on UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, EntryPoint) == 0x000000, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_Conv_TextToString_ReturnValue) == 0x000020, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_IsEmpty_ReturnValue) == 0x000030, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_CreateDelegate_OutputDelegate_1) == 0x000034, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_HermesBindInt_Handle) == 0x000048, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, Temp_int_Variable) == 0x000058, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, Temp_byte_Variable) == 0x00005C, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, Temp_byte_Variable_1) == 0x00005D, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, Temp_bool_Variable) == 0x00005E, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, Temp_byte_Variable_2) == 0x00005F, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, Temp_byte_Variable_3) == 0x000060, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_Event_CharacterID) == 0x000064, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_Event_CharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_Event_BarPercent) == 0x00006C, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_Event_BarPercent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_Event_MyGeometry) == 0x000070, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_Event_InDeltaTime) == 0x0000A8, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_Event_Parent) == 0x0000B0, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_Event_CallOutComponent) == 0x0000B8, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_Event_CallOutComponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_GetObjectStateInfo_ReturnValue) == 0x0000C0, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000C8, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_Event_Revealio_1) == 0x0000D8, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_Event_Revealio_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_GetGameLogicObject_ReturnValue) == 0x0000E0, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_CustomEvent_Caller_3) == 0x0000E8, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_CustomEvent_Caller_2) == 0x0000F0, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000F8, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_CreateDelegate_OutputDelegate_4) == 0x000108, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_HermesBindEvent_Handle) == 0x000118, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_HermesBindEvent_Handle_1) == 0x000128, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_MakeLiteralName_ReturnValue) == 0x000138, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000140, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_GameLogicBoolResultEvent_CachedResult) == 0x000148, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_GameLogicBoolResultEvent_CachedResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00014C, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_Add_FloatFloat_ReturnValue) == 0x000150, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000154, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_GetGameLogicObject_ReturnValue_1) == 0x000158, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_GetGameLogicObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_Event_IsOffscreen) == 0x000160, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_Event_IsOffscreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_Event_HasOffscreenProxy) == 0x000161, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_Event_HasOffscreenProxy' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_Event_bFromUpdate) == 0x000162, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_Event_bFromUpdate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_Event_Revealio) == 0x000163, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_Event_Revealio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_GetExpression_OnActor_ReturnValue) == 0x000164, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_GetExpression_OnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_CustomEvent_Caller_1) == 0x000168, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_HermesBindEvent_Handle_2) == 0x000170, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000180, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000188, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_CustomEvent_Caller) == 0x000190, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_CustomEvent_Int) == 0x000198, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_GetUIManagerPure_ReturnValue) == 0x0001A0, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_Select_Default) == 0x0001A8, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_GetShouldShowButtonGraphics_ReturnValue) == 0x0001A9, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_GetShouldShowButtonGraphics_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, K2Node_Select_Default_1) == 0x0001AA, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0001B0, "Member 'UI_BP_InteractBlip_C_ExecuteUbergraph_UI_BP_InteractBlip::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_ShowButtonGraphicsFlagChanged \ static_assert(alignof(UI_BP_InteractBlip_C_ShowButtonGraphicsFlagChanged) == 0x000008, "Wrong alignment on UI_BP_InteractBlip_C_ShowButtonGraphicsFlagChanged"); \ static_assert(sizeof(UI_BP_InteractBlip_C_ShowButtonGraphicsFlagChanged) == 0x000010, "Wrong size on UI_BP_InteractBlip_C_ShowButtonGraphicsFlagChanged"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ShowButtonGraphicsFlagChanged, Caller) == 0x000000, "Member 'UI_BP_InteractBlip_C_ShowButtonGraphicsFlagChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ShowButtonGraphicsFlagChanged, int_0) == 0x000008, "Member 'UI_BP_InteractBlip_C_ShowButtonGraphicsFlagChanged::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_RefreshButtonCallouts \ static_assert(alignof(UI_BP_InteractBlip_C_RefreshButtonCallouts) == 0x000008, "Wrong alignment on UI_BP_InteractBlip_C_RefreshButtonCallouts"); \ static_assert(sizeof(UI_BP_InteractBlip_C_RefreshButtonCallouts) == 0x000008, "Wrong size on UI_BP_InteractBlip_C_RefreshButtonCallouts"); \ static_assert(offsetof(UI_BP_InteractBlip_C_RefreshButtonCallouts, Caller) == 0x000000, "Member 'UI_BP_InteractBlip_C_RefreshButtonCallouts::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_AttackThreatDataChange \ static_assert(alignof(UI_BP_InteractBlip_C_AttackThreatDataChange) == 0x000001, "Wrong alignment on UI_BP_InteractBlip_C_AttackThreatDataChange"); \ static_assert(sizeof(UI_BP_InteractBlip_C_AttackThreatDataChange) == 0x000001, "Wrong size on UI_BP_InteractBlip_C_AttackThreatDataChange"); \ static_assert(offsetof(UI_BP_InteractBlip_C_AttackThreatDataChange, Revealio) == 0x000000, "Member 'UI_BP_InteractBlip_C_AttackThreatDataChange::Revealio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_AwareStateInfoChanged \ static_assert(alignof(UI_BP_InteractBlip_C_AwareStateInfoChanged) == 0x000001, "Wrong alignment on UI_BP_InteractBlip_C_AwareStateInfoChanged"); \ static_assert(sizeof(UI_BP_InteractBlip_C_AwareStateInfoChanged) == 0x000001, "Wrong size on UI_BP_InteractBlip_C_AwareStateInfoChanged"); \ static_assert(offsetof(UI_BP_InteractBlip_C_AwareStateInfoChanged, bFromUpdate) == 0x000000, "Member 'UI_BP_InteractBlip_C_AwareStateInfoChanged::bFromUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_SetHasOffscreenProxyActive \ static_assert(alignof(UI_BP_InteractBlip_C_SetHasOffscreenProxyActive) == 0x000001, "Wrong alignment on UI_BP_InteractBlip_C_SetHasOffscreenProxyActive"); \ static_assert(sizeof(UI_BP_InteractBlip_C_SetHasOffscreenProxyActive) == 0x000001, "Wrong size on UI_BP_InteractBlip_C_SetHasOffscreenProxyActive"); \ static_assert(offsetof(UI_BP_InteractBlip_C_SetHasOffscreenProxyActive, HasOffscreenProxy) == 0x000000, "Member 'UI_BP_InteractBlip_C_SetHasOffscreenProxyActive::HasOffscreenProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_SetIsOffscreenCallout \ static_assert(alignof(UI_BP_InteractBlip_C_SetIsOffscreenCallout) == 0x000001, "Wrong alignment on UI_BP_InteractBlip_C_SetIsOffscreenCallout"); \ static_assert(sizeof(UI_BP_InteractBlip_C_SetIsOffscreenCallout) == 0x000001, "Wrong size on UI_BP_InteractBlip_C_SetIsOffscreenCallout"); \ static_assert(offsetof(UI_BP_InteractBlip_C_SetIsOffscreenCallout, IsOffscreen) == 0x000000, "Member 'UI_BP_InteractBlip_C_SetIsOffscreenCallout::IsOffscreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_InteractionCancelled \ static_assert(alignof(UI_BP_InteractBlip_C_InteractionCancelled) == 0x000008, "Wrong alignment on UI_BP_InteractBlip_C_InteractionCancelled"); \ static_assert(sizeof(UI_BP_InteractBlip_C_InteractionCancelled) == 0x000008, "Wrong size on UI_BP_InteractBlip_C_InteractionCancelled"); \ static_assert(offsetof(UI_BP_InteractBlip_C_InteractionCancelled, Caller) == 0x000000, "Member 'UI_BP_InteractBlip_C_InteractionCancelled::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_InteractionButtonPressed \ static_assert(alignof(UI_BP_InteractBlip_C_InteractionButtonPressed) == 0x000008, "Wrong alignment on UI_BP_InteractBlip_C_InteractionButtonPressed"); \ static_assert(sizeof(UI_BP_InteractBlip_C_InteractionButtonPressed) == 0x000008, "Wrong size on UI_BP_InteractBlip_C_InteractionButtonPressed"); \ static_assert(offsetof(UI_BP_InteractBlip_C_InteractionButtonPressed, Caller) == 0x000000, "Member 'UI_BP_InteractBlip_C_InteractionButtonPressed::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_ShowWidget \ static_assert(alignof(UI_BP_InteractBlip_C_ShowWidget) == 0x000001, "Wrong alignment on UI_BP_InteractBlip_C_ShowWidget"); \ static_assert(sizeof(UI_BP_InteractBlip_C_ShowWidget) == 0x000001, "Wrong size on UI_BP_InteractBlip_C_ShowWidget"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ShowWidget, Revealio) == 0x000000, "Member 'UI_BP_InteractBlip_C_ShowWidget::Revealio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_SetupWidget \ static_assert(alignof(UI_BP_InteractBlip_C_SetupWidget) == 0x000008, "Wrong alignment on UI_BP_InteractBlip_C_SetupWidget"); \ static_assert(sizeof(UI_BP_InteractBlip_C_SetupWidget) == 0x000010, "Wrong size on UI_BP_InteractBlip_C_SetupWidget"); \ static_assert(offsetof(UI_BP_InteractBlip_C_SetupWidget, Parent) == 0x000000, "Member 'UI_BP_InteractBlip_C_SetupWidget::Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_SetupWidget, CallOutComponent_0) == 0x000008, "Member 'UI_BP_InteractBlip_C_SetupWidget::CallOutComponent_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_Tick \ static_assert(alignof(UI_BP_InteractBlip_C_Tick) == 0x000004, "Wrong alignment on UI_BP_InteractBlip_C_Tick"); \ static_assert(sizeof(UI_BP_InteractBlip_C_Tick) == 0x00003C, "Wrong size on UI_BP_InteractBlip_C_Tick"); \ static_assert(offsetof(UI_BP_InteractBlip_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_InteractBlip_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_InteractBlip_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_UpdateCallOutUI \ static_assert(alignof(UI_BP_InteractBlip_C_UpdateCallOutUI) == 0x000004, "Wrong alignment on UI_BP_InteractBlip_C_UpdateCallOutUI"); \ static_assert(sizeof(UI_BP_InteractBlip_C_UpdateCallOutUI) == 0x00000C, "Wrong size on UI_BP_InteractBlip_C_UpdateCallOutUI"); \ static_assert(offsetof(UI_BP_InteractBlip_C_UpdateCallOutUI, CharacterID) == 0x000000, "Member 'UI_BP_InteractBlip_C_UpdateCallOutUI::CharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_UpdateCallOutUI, BarPercent) == 0x000008, "Member 'UI_BP_InteractBlip_C_UpdateCallOutUI::BarPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_GameLogicElementEvt_InteractButtonWatcher_Prompt_K2Node_GameLogicBoolResultEvent_0 \ static_assert(alignof(UI_BP_InteractBlip_C_GameLogicElementEvt_InteractButtonWatcher_Prompt_K2Node_GameLogicBoolResultEvent_0) == 0x000001, "Wrong alignment on UI_BP_InteractBlip_C_GameLogicElementEvt_InteractButtonWatcher_Prompt_K2Node_GameLogicBoolResultEvent_0"); \ static_assert(sizeof(UI_BP_InteractBlip_C_GameLogicElementEvt_InteractButtonWatcher_Prompt_K2Node_GameLogicBoolResultEvent_0) == 0x000001, "Wrong size on UI_BP_InteractBlip_C_GameLogicElementEvt_InteractButtonWatcher_Prompt_K2Node_GameLogicBoolResultEvent_0"); \ static_assert(offsetof(UI_BP_InteractBlip_C_GameLogicElementEvt_InteractButtonWatcher_Prompt_K2Node_GameLogicBoolResultEvent_0, CachedResult) == 0x000000, "Member 'UI_BP_InteractBlip_C_GameLogicElementEvt_InteractButtonWatcher_Prompt_K2Node_GameLogicBoolResultEvent_0::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_ActionSetup \ static_assert(alignof(UI_BP_InteractBlip_C_ActionSetup) == 0x000008, "Wrong alignment on UI_BP_InteractBlip_C_ActionSetup"); \ static_assert(sizeof(UI_BP_InteractBlip_C_ActionSetup) == 0x0000A8, "Wrong size on UI_BP_InteractBlip_C_ActionSetup"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ActionSetup, CallFunc_GetComponentByClass_ReturnValue) == 0x000000, "Member 'UI_BP_InteractBlip_C_ActionSetup::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ActionSetup, CallFunc_GetTextColor_ReturnValue) == 0x000008, "Member 'UI_BP_InteractBlip_C_ActionSetup::CallFunc_GetTextColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ActionSetup, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'UI_BP_InteractBlip_C_ActionSetup::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ActionSetup, CallFunc_Conv_TextToString_ReturnValue) == 0x000038, "Member 'UI_BP_InteractBlip_C_ActionSetup::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ActionSetup, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000048, "Member 'UI_BP_InteractBlip_C_ActionSetup::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ActionSetup, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000058, "Member 'UI_BP_InteractBlip_C_ActionSetup::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ActionSetup, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000060, "Member 'UI_BP_InteractBlip_C_ActionSetup::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ActionSetup, CallFunc_IsEmpty_ReturnValue) == 0x000070, "Member 'UI_BP_InteractBlip_C_ActionSetup::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ActionSetup, CallFunc_GetTextColor_ReturnValue_1) == 0x000078, "Member 'UI_BP_InteractBlip_C_ActionSetup::CallFunc_GetTextColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ActionSetup, K2Node_SwitchEnum_CmpSuccess) == 0x0000A0, "Member 'UI_BP_InteractBlip_C_ActionSetup::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ActionSetup, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000A1, "Member 'UI_BP_InteractBlip_C_ActionSetup::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_ResetMeterBar \ static_assert(alignof(UI_BP_InteractBlip_C_ResetMeterBar) == 0x000008, "Wrong alignment on UI_BP_InteractBlip_C_ResetMeterBar"); \ static_assert(sizeof(UI_BP_InteractBlip_C_ResetMeterBar) == 0x000020, "Wrong size on UI_BP_InteractBlip_C_ResetMeterBar"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ResetMeterBar, CallFunc_MakeLiteralName_ReturnValue) == 0x000000, "Member 'UI_BP_InteractBlip_C_ResetMeterBar::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ResetMeterBar, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'UI_BP_InteractBlip_C_ResetMeterBar::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ResetMeterBar, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000010, "Member 'UI_BP_InteractBlip_C_ResetMeterBar::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ResetMeterBar, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000018, "Member 'UI_BP_InteractBlip_C_ResetMeterBar::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_MissionIcon \ static_assert(alignof(UI_BP_InteractBlip_C_MissionIcon) == 0x000008, "Wrong alignment on UI_BP_InteractBlip_C_MissionIcon"); \ static_assert(sizeof(UI_BP_InteractBlip_C_MissionIcon) == 0x000048, "Wrong size on UI_BP_InteractBlip_C_MissionIcon"); \ static_assert(offsetof(UI_BP_InteractBlip_C_MissionIcon, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'UI_BP_InteractBlip_C_MissionIcon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_MissionIcon, CallFunc_AsyncFindIconTexWithCallback_ReturnValue) == 0x000010, "Member 'UI_BP_InteractBlip_C_MissionIcon::CallFunc_AsyncFindIconTexWithCallback_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_MissionIcon, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'UI_BP_InteractBlip_C_MissionIcon::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_MissionIcon, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000020, "Member 'UI_BP_InteractBlip_C_MissionIcon::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_MissionIcon, K2Node_SwitchEnum_CmpSuccess) == 0x000021, "Member 'UI_BP_InteractBlip_C_MissionIcon::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_MissionIcon, CallFunc_AsyncFindIconTexture2D_ReturnValue_1) == 0x000022, "Member 'UI_BP_InteractBlip_C_MissionIcon::CallFunc_AsyncFindIconTexture2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_MissionIcon, CallFunc_AsyncFindIconTexture2D_ReturnValue_2) == 0x000023, "Member 'UI_BP_InteractBlip_C_MissionIcon::CallFunc_AsyncFindIconTexture2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_MissionIcon, CallFunc_AsyncFindIconTexture2D_ReturnValue_3) == 0x000024, "Member 'UI_BP_InteractBlip_C_MissionIcon::CallFunc_AsyncFindIconTexture2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_MissionIcon, CallFunc_AsyncFindIconTexture2D_ReturnValue_4) == 0x000025, "Member 'UI_BP_InteractBlip_C_MissionIcon::CallFunc_AsyncFindIconTexture2D_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_MissionIcon, CallFunc_Conv_NameToString_ReturnValue) == 0x000028, "Member 'UI_BP_InteractBlip_C_MissionIcon::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_MissionIcon, CallFunc_MakeVector2D_ReturnValue) == 0x000038, "Member 'UI_BP_InteractBlip_C_MissionIcon::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_MissionIcon, CallFunc_AsyncFindIconTexture2D_ReturnValue_5) == 0x000040, "Member 'UI_BP_InteractBlip_C_MissionIcon::CallFunc_AsyncFindIconTexture2D_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_MissionIcon, CallFunc_NotEqual_NameName_ReturnValue) == 0x000041, "Member 'UI_BP_InteractBlip_C_MissionIcon::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_GetTextColor \ static_assert(alignof(UI_BP_InteractBlip_C_GetTextColor) == 0x000008, "Wrong alignment on UI_BP_InteractBlip_C_GetTextColor"); \ static_assert(sizeof(UI_BP_InteractBlip_C_GetTextColor) == 0x000060, "Wrong size on UI_BP_InteractBlip_C_GetTextColor"); \ static_assert(offsetof(UI_BP_InteractBlip_C_GetTextColor, CognitionStimuliSourceComponent) == 0x000000, "Member 'UI_BP_InteractBlip_C_GetTextColor::CognitionStimuliSourceComponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_GetTextColor, ReturnValue) == 0x000008, "Member 'UI_BP_InteractBlip_C_GetTextColor::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_GetTextColor, K2Node_MakeStruct_SlateColor) == 0x000030, "Member 'UI_BP_InteractBlip_C_GetTextColor::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_GetTextColor, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'UI_BP_InteractBlip_C_GetTextColor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_ShowButtonInfo \ static_assert(alignof(UI_BP_InteractBlip_C_ShowButtonInfo) == 0x000008, "Wrong alignment on UI_BP_InteractBlip_C_ShowButtonInfo"); \ static_assert(sizeof(UI_BP_InteractBlip_C_ShowButtonInfo) == 0x000038, "Wrong size on UI_BP_InteractBlip_C_ShowButtonInfo"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ShowButtonInfo, Condition) == 0x000000, "Member 'UI_BP_InteractBlip_C_ShowButtonInfo::Condition' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ShowButtonInfo, CallFunc_K2_SetTimer_ReturnValue) == 0x000008, "Member 'UI_BP_InteractBlip_C_ShowButtonInfo::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ShowButtonInfo, CallFunc_GetIsOnAMountOrInTransition_ReturnValue) == 0x000010, "Member 'UI_BP_InteractBlip_C_ShowButtonInfo::CallFunc_GetIsOnAMountOrInTransition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ShowButtonInfo, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'UI_BP_InteractBlip_C_ShowButtonInfo::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ShowButtonInfo, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'UI_BP_InteractBlip_C_ShowButtonInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ShowButtonInfo, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'UI_BP_InteractBlip_C_ShowButtonInfo::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ShowButtonInfo, CallFunc_PlayAnimation_ReturnValue_1) == 0x000030, "Member 'UI_BP_InteractBlip_C_ShowButtonInfo::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_ShowingKeyboard \ static_assert(alignof(UI_BP_InteractBlip_C_ShowingKeyboard) == 0x000008, "Wrong alignment on UI_BP_InteractBlip_C_ShowingKeyboard"); \ static_assert(sizeof(UI_BP_InteractBlip_C_ShowingKeyboard) == 0x000018, "Wrong size on UI_BP_InteractBlip_C_ShowingKeyboard"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ShowingKeyboard, Result) == 0x000000, "Member 'UI_BP_InteractBlip_C_ShowingKeyboard::Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ShowingKeyboard, CallFunc_GetUIManagerPure_ReturnValue) == 0x000008, "Member 'UI_BP_InteractBlip_C_ShowingKeyboard::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ShowingKeyboard, CallFunc_GetUIPlatformInputDevice_ReturnValue) == 0x000010, "Member 'UI_BP_InteractBlip_C_ShowingKeyboard::CallFunc_GetUIPlatformInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_ShowingKeyboard, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'UI_BP_InteractBlip_C_ShowingKeyboard::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_MeterVisibility \ static_assert(alignof(UI_BP_InteractBlip_C_MeterVisibility) == 0x000008, "Wrong alignment on UI_BP_InteractBlip_C_MeterVisibility"); \ static_assert(sizeof(UI_BP_InteractBlip_C_MeterVisibility) == 0x000010, "Wrong size on UI_BP_InteractBlip_C_MeterVisibility"); \ static_assert(offsetof(UI_BP_InteractBlip_C_MeterVisibility, CogStimSource) == 0x000000, "Member 'UI_BP_InteractBlip_C_MeterVisibility::CogStimSource' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_MeterVisibility, CallFunc_ShowingKeyboard_Result) == 0x000008, "Member 'UI_BP_InteractBlip_C_MeterVisibility::CallFunc_ShowingKeyboard_Result' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_MeterVisibility, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'UI_BP_InteractBlip_C_MeterVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_MeterVisibility, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00000A, "Member 'UI_BP_InteractBlip_C_MeterVisibility::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_SetTrackBorderIcon \ static_assert(alignof(UI_BP_InteractBlip_C_SetTrackBorderIcon) == 0x000008, "Wrong alignment on UI_BP_InteractBlip_C_SetTrackBorderIcon"); \ static_assert(sizeof(UI_BP_InteractBlip_C_SetTrackBorderIcon) == 0x000018, "Wrong size on UI_BP_InteractBlip_C_SetTrackBorderIcon"); \ static_assert(offsetof(UI_BP_InteractBlip_C_SetTrackBorderIcon, LoadedTex) == 0x000000, "Member 'UI_BP_InteractBlip_C_SetTrackBorderIcon::LoadedTex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_SetTrackBorderIcon, CallbackObj) == 0x000008, "Member 'UI_BP_InteractBlip_C_SetTrackBorderIcon::CallbackObj' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_SetTrackBorderIcon, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000010, "Member 'UI_BP_InteractBlip_C_SetTrackBorderIcon::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_GetOutroDuration \ static_assert(alignof(UI_BP_InteractBlip_C_GetOutroDuration) == 0x000004, "Wrong alignment on UI_BP_InteractBlip_C_GetOutroDuration"); \ static_assert(sizeof(UI_BP_InteractBlip_C_GetOutroDuration) == 0x000008, "Wrong size on UI_BP_InteractBlip_C_GetOutroDuration"); \ static_assert(offsetof(UI_BP_InteractBlip_C_GetOutroDuration, OutroType) == 0x000000, "Member 'UI_BP_InteractBlip_C_GetOutroDuration::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractBlip_C_GetOutroDuration, ReturnValue) == 0x000004, "Member 'UI_BP_InteractBlip_C_GetOutroDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractBlip_C_GetOffscreenIndicator \ static_assert(alignof(UI_BP_InteractBlip_C_GetOffscreenIndicator) == 0x000008, "Wrong alignment on UI_BP_InteractBlip_C_GetOffscreenIndicator"); \ static_assert(sizeof(UI_BP_InteractBlip_C_GetOffscreenIndicator) == 0x000008, "Wrong size on UI_BP_InteractBlip_C_GetOffscreenIndicator"); \ static_assert(offsetof(UI_BP_InteractBlip_C_GetOffscreenIndicator, ReturnValue) == 0x000000, "Member 'UI_BP_InteractBlip_C_GetOffscreenIndicator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_InteractBlip_C \ static_assert(alignof(UUI_BP_InteractBlip_C) == 0x000008, "Wrong alignment on UUI_BP_InteractBlip_C"); \ static_assert(sizeof(UUI_BP_InteractBlip_C) == 0x0003F8, "Wrong size on UUI_BP_InteractBlip_C"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_InteractBlip_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, FadeintoInteract) == 0x0002F0, "Member 'UUI_BP_InteractBlip_C::FadeintoInteract' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, ActionText) == 0x0002F8, "Member 'UUI_BP_InteractBlip_C::ActionText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, Blip) == 0x000300, "Member 'UUI_BP_InteractBlip_C::Blip' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, ButtonCallout) == 0x000308, "Member 'UUI_BP_InteractBlip_C::ButtonCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, ButtonPrompt) == 0x000310, "Member 'UUI_BP_InteractBlip_C::ButtonPrompt' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, descriptionText) == 0x000318, "Member 'UUI_BP_InteractBlip_C::descriptionText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, LockBG) == 0x000320, "Member 'UUI_BP_InteractBlip_C::LockBG' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, Meter) == 0x000328, "Member 'UUI_BP_InteractBlip_C::Meter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, meterBar) == 0x000330, "Member 'UUI_BP_InteractBlip_C::meterBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, MissionImage) == 0x000338, "Member 'UUI_BP_InteractBlip_C::MissionImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, NoMeterButton) == 0x000340, "Member 'UUI_BP_InteractBlip_C::NoMeterButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, seperator) == 0x000348, "Member 'UUI_BP_InteractBlip_C::seperator' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, SquareMeter) == 0x000350, "Member 'UUI_BP_InteractBlip_C::SquareMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, squareMeterBar_1) == 0x000358, "Member 'UUI_BP_InteractBlip_C::squareMeterBar_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, TargetBlip) == 0x000360, "Member 'UUI_BP_InteractBlip_C::TargetBlip' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, TrackBorder) == 0x000368, "Member 'UUI_BP_InteractBlip_C::TrackBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, ParentActor) == 0x000370, "Member 'UUI_BP_InteractBlip_C::ParentActor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, EnemyAIComponent) == 0x000378, "Member 'UUI_BP_InteractBlip_C::EnemyAIComponent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, ObjectStateInfo) == 0x000380, "Member 'UUI_BP_InteractBlip_C::ObjectStateInfo' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, Finisher) == 0x000388, "Member 'UUI_BP_InteractBlip_C::Finisher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, CallOutComponent) == 0x000390, "Member 'UUI_BP_InteractBlip_C::CallOutComponent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, PlayerPawn) == 0x000398, "Member 'UUI_BP_InteractBlip_C::PlayerPawn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, InteractHeld) == 0x0003A0, "Member 'UUI_BP_InteractBlip_C::InteractHeld' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, ChargeTime) == 0x0003A4, "Member 'UUI_BP_InteractBlip_C::ChargeTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, HeldTime) == 0x0003A8, "Member 'UUI_BP_InteractBlip_C::HeldTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, FadeSpeed) == 0x0003AC, "Member 'UUI_BP_InteractBlip_C::FadeSpeed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, InteractButtonPressedHandle) == 0x0003B0, "Member 'UUI_BP_InteractBlip_C::InteractButtonPressedHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, InteractCancelledHandle) == 0x0003C0, "Member 'UUI_BP_InteractBlip_C::InteractCancelledHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, RefreshCalloutsHandle) == 0x0003D0, "Member 'UUI_BP_InteractBlip_C::RefreshCalloutsHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, ShowButtonsFlagChangedHandle) == 0x0003E0, "Member 'UUI_BP_InteractBlip_C::ShowButtonsFlagChangedHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractBlip_C, CachedButtonInfoResult) == 0x0003F0, "Member 'UUI_BP_InteractBlip_C::CachedButtonInfoResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HogwartsProtector_RCT_LifeDrain_Death_C_OnCustomEvent \ static_assert(alignof(ABL_HogwartsProtector_RCT_LifeDrain_Death_C_OnCustomEvent) == 0x000008, "Wrong alignment on ABL_HogwartsProtector_RCT_LifeDrain_Death_C_OnCustomEvent"); \ static_assert(sizeof(ABL_HogwartsProtector_RCT_LifeDrain_Death_C_OnCustomEvent) == 0x000020, "Wrong size on ABL_HogwartsProtector_RCT_LifeDrain_Death_C_OnCustomEvent"); \ static_assert(offsetof(ABL_HogwartsProtector_RCT_LifeDrain_Death_C_OnCustomEvent, Context) == 0x000000, "Member 'ABL_HogwartsProtector_RCT_LifeDrain_Death_C_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HogwartsProtector_RCT_LifeDrain_Death_C_OnCustomEvent, EventName) == 0x000008, "Member 'ABL_HogwartsProtector_RCT_LifeDrain_Death_C_OnCustomEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_HogwartsProtector_RCT_LifeDrain_Death_C_OnCustomEvent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000010, "Member 'ABL_HogwartsProtector_RCT_LifeDrain_Death_C_OnCustomEvent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HogwartsProtector_RCT_LifeDrain_Death_C_OnCustomEvent, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_HogwartsProtector_RCT_LifeDrain_Death_C_OnCustomEvent::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HogwartsProtector_RCT_LifeDrain_Death_C \ static_assert(alignof(UABL_HogwartsProtector_RCT_LifeDrain_Death_C) == 0x000008, "Wrong alignment on UABL_HogwartsProtector_RCT_LifeDrain_Death_C"); \ static_assert(sizeof(UABL_HogwartsProtector_RCT_LifeDrain_Death_C) == 0x0000E0, "Wrong size on UABL_HogwartsProtector_RCT_LifeDrain_Death_C"); \ #define DUMPER7_ASSERTS_UBP_StairCameraSplineLookahead_C \ static_assert(alignof(UBP_StairCameraSplineLookahead_C) == 0x000008, "Wrong alignment on UBP_StairCameraSplineLookahead_C"); \ static_assert(sizeof(UBP_StairCameraSplineLookahead_C) == 0x000308, "Wrong size on UBP_StairCameraSplineLookahead_C"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip \ static_assert(alignof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip) == 0x000008, "Wrong alignment on UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip"); \ static_assert(sizeof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip) == 0x000158, "Wrong size on UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, EntryPoint) == 0x000000, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, Temp_byte_Variable) == 0x000004, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, Temp_byte_Variable_1) == 0x000005, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, Temp_bool_Variable) == 0x000006, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, Temp_byte_Variable_2) == 0x000007, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, Temp_byte_Variable_3) == 0x000008, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, Temp_bool_Variable_1) == 0x000009, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, Temp_byte_Variable_4) == 0x00000A, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, Temp_byte_Variable_5) == 0x00000B, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_Event_Revealio_1) == 0x00002C, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_Event_Revealio_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, Temp_int_Variable) == 0x000030, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_IsAnEnemy_ReturnValue) == 0x000034, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_IsAnEnemy_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_CreateDelegate_OutputDelegate_1) == 0x000038, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_HermesBindEvent_Handle) == 0x000048, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_CreateDelegate_OutputDelegate_2) == 0x000058, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_HermesBindEvent_Handle_1) == 0x000068, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000078, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_CreateDelegate_OutputDelegate_3) == 0x000080, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_HermesBindInt_Handle) == 0x000090, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, Temp_byte_Variable_6) == 0x0000A0, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_Select_Default) == 0x0000A1, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, Temp_byte_Variable_7) == 0x0000A2, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_Event_IsOffscreen) == 0x0000A3, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_Event_IsOffscreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_Event_bFromUpdate) == 0x0000A4, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_Event_bFromUpdate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, Temp_bool_Variable_2) == 0x0000A5, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000A8, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, Temp_byte_Variable_8) == 0x0000B8, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::Temp_byte_Variable_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_DynamicCast_AsCreature_Character) == 0x0000C0, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_DynamicCast_AsCreature_Character' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_CustomEvent_Caller_1) == 0x0000D0, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_GetGameLogicObject_ReturnValue) == 0x0000D8, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_GameLogicBoolResultEvent_CachedResult) == 0x0000E0, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_GameLogicBoolResultEvent_CachedResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x0000E1, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_GetExpression_ReturnValue) == 0x0000E2, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_GetExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_CustomEvent_NewState) == 0x0000E3, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_CustomEvent_NewState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_Event_Revealio) == 0x0000E4, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_Event_Revealio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_BooleanAND_ReturnValue) == 0x0000E5, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_Not_PreBool_ReturnValue) == 0x0000E6, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_IsValid_ReturnValue_2) == 0x0000E7, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_BooleanAND_ReturnValue_1) == 0x0000E8, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_Select_Default_1) == 0x0000E9, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_Event_HasOffscreenProxy) == 0x0000EA, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_Event_HasOffscreenProxy' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_IsAnimationPlaying_ReturnValue) == 0x0000EB, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, Temp_byte_Variable_9) == 0x0000EC, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::Temp_byte_Variable_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_CustomEvent_Caller) == 0x0000F0, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_CustomEvent_Int) == 0x0000F8, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_Select_Default_2) == 0x0000FC, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_GetUIManagerPure_ReturnValue) == 0x000100, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_GetShouldShowButtonGraphics_ReturnValue) == 0x000108, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_GetShouldShowButtonGraphics_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_Select_Default_3) == 0x000109, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_Event_Parent) == 0x000110, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_Event_CallOutComponent) == 0x000118, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_Event_CallOutComponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_Not_PreBool_ReturnValue_1) == 0x000120, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_BooleanAND_ReturnValue_2) == 0x000121, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_CreateDelegate_OutputDelegate_5) == 0x000124, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_Event_CharacterID) == 0x000134, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_Event_CharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_Event_BarPercent) == 0x00013C, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_Event_BarPercent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_HermesBindEvent_Handle_2) == 0x000140, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, Temp_bool_Variable_3) == 0x000150, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x000151, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, CallFunc_BooleanOR_ReturnValue) == 0x000152, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip, K2Node_Select_Default_4) == 0x000153, "Member 'UI_BP_TargetBlip_C_ExecuteUbergraph_UI_BP_TargetBlip::K2Node_Select_Default_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_UpdateCallOutUI \ static_assert(alignof(UI_BP_TargetBlip_C_UpdateCallOutUI) == 0x000004, "Wrong alignment on UI_BP_TargetBlip_C_UpdateCallOutUI"); \ static_assert(sizeof(UI_BP_TargetBlip_C_UpdateCallOutUI) == 0x00000C, "Wrong size on UI_BP_TargetBlip_C_UpdateCallOutUI"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateCallOutUI, CharacterID) == 0x000000, "Member 'UI_BP_TargetBlip_C_UpdateCallOutUI::CharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateCallOutUI, BarPercent) == 0x000008, "Member 'UI_BP_TargetBlip_C_UpdateCallOutUI::BarPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_SetupWidget \ static_assert(alignof(UI_BP_TargetBlip_C_SetupWidget) == 0x000008, "Wrong alignment on UI_BP_TargetBlip_C_SetupWidget"); \ static_assert(sizeof(UI_BP_TargetBlip_C_SetupWidget) == 0x000010, "Wrong size on UI_BP_TargetBlip_C_SetupWidget"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupWidget, Parent) == 0x000000, "Member 'UI_BP_TargetBlip_C_SetupWidget::Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupWidget, CallOutComponent_0) == 0x000008, "Member 'UI_BP_TargetBlip_C_SetupWidget::CallOutComponent_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_ShowButtonGraphicsFlagChanged \ static_assert(alignof(UI_BP_TargetBlip_C_ShowButtonGraphicsFlagChanged) == 0x000008, "Wrong alignment on UI_BP_TargetBlip_C_ShowButtonGraphicsFlagChanged"); \ static_assert(sizeof(UI_BP_TargetBlip_C_ShowButtonGraphicsFlagChanged) == 0x000010, "Wrong size on UI_BP_TargetBlip_C_ShowButtonGraphicsFlagChanged"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ShowButtonGraphicsFlagChanged, Caller) == 0x000000, "Member 'UI_BP_TargetBlip_C_ShowButtonGraphicsFlagChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ShowButtonGraphicsFlagChanged, int_0) == 0x000008, "Member 'UI_BP_TargetBlip_C_ShowButtonGraphicsFlagChanged::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_SetHasOffscreenProxyActive \ static_assert(alignof(UI_BP_TargetBlip_C_SetHasOffscreenProxyActive) == 0x000001, "Wrong alignment on UI_BP_TargetBlip_C_SetHasOffscreenProxyActive"); \ static_assert(sizeof(UI_BP_TargetBlip_C_SetHasOffscreenProxyActive) == 0x000001, "Wrong size on UI_BP_TargetBlip_C_SetHasOffscreenProxyActive"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetHasOffscreenProxyActive, HasOffscreenProxy_0) == 0x000000, "Member 'UI_BP_TargetBlip_C_SetHasOffscreenProxyActive::HasOffscreenProxy_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_ShowWidget \ static_assert(alignof(UI_BP_TargetBlip_C_ShowWidget) == 0x000001, "Wrong alignment on UI_BP_TargetBlip_C_ShowWidget"); \ static_assert(sizeof(UI_BP_TargetBlip_C_ShowWidget) == 0x000001, "Wrong size on UI_BP_TargetBlip_C_ShowWidget"); \ static_assert(offsetof(UI_BP_TargetBlip_C_ShowWidget, Revealio) == 0x000000, "Member 'UI_BP_TargetBlip_C_ShowWidget::Revealio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_UpdateFinisherState \ static_assert(alignof(UI_BP_TargetBlip_C_UpdateFinisherState) == 0x000001, "Wrong alignment on UI_BP_TargetBlip_C_UpdateFinisherState"); \ static_assert(sizeof(UI_BP_TargetBlip_C_UpdateFinisherState) == 0x000001, "Wrong size on UI_BP_TargetBlip_C_UpdateFinisherState"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherState, NewState) == 0x000000, "Member 'UI_BP_TargetBlip_C_UpdateFinisherState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_RefreshButtonCallouts \ static_assert(alignof(UI_BP_TargetBlip_C_RefreshButtonCallouts) == 0x000008, "Wrong alignment on UI_BP_TargetBlip_C_RefreshButtonCallouts"); \ static_assert(sizeof(UI_BP_TargetBlip_C_RefreshButtonCallouts) == 0x000008, "Wrong size on UI_BP_TargetBlip_C_RefreshButtonCallouts"); \ static_assert(offsetof(UI_BP_TargetBlip_C_RefreshButtonCallouts, Caller) == 0x000000, "Member 'UI_BP_TargetBlip_C_RefreshButtonCallouts::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_AwareStateInfoChanged \ static_assert(alignof(UI_BP_TargetBlip_C_AwareStateInfoChanged) == 0x000001, "Wrong alignment on UI_BP_TargetBlip_C_AwareStateInfoChanged"); \ static_assert(sizeof(UI_BP_TargetBlip_C_AwareStateInfoChanged) == 0x000001, "Wrong size on UI_BP_TargetBlip_C_AwareStateInfoChanged"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AwareStateInfoChanged, bFromUpdate) == 0x000000, "Member 'UI_BP_TargetBlip_C_AwareStateInfoChanged::bFromUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_SetIsOffscreenCallout \ static_assert(alignof(UI_BP_TargetBlip_C_SetIsOffscreenCallout) == 0x000001, "Wrong alignment on UI_BP_TargetBlip_C_SetIsOffscreenCallout"); \ static_assert(sizeof(UI_BP_TargetBlip_C_SetIsOffscreenCallout) == 0x000001, "Wrong size on UI_BP_TargetBlip_C_SetIsOffscreenCallout"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetIsOffscreenCallout, IsOffscreen) == 0x000000, "Member 'UI_BP_TargetBlip_C_SetIsOffscreenCallout::IsOffscreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_AttackThreatDataChange \ static_assert(alignof(UI_BP_TargetBlip_C_AttackThreatDataChange) == 0x000001, "Wrong alignment on UI_BP_TargetBlip_C_AttackThreatDataChange"); \ static_assert(sizeof(UI_BP_TargetBlip_C_AttackThreatDataChange) == 0x000001, "Wrong size on UI_BP_TargetBlip_C_AttackThreatDataChange"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AttackThreatDataChange, Revealio) == 0x000000, "Member 'UI_BP_TargetBlip_C_AttackThreatDataChange::Revealio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_GameLogicElementEvt_CriticalHealthFinisherTargeting_K2Node_GameLogicBoolResultEvent_0 \ static_assert(alignof(UI_BP_TargetBlip_C_GameLogicElementEvt_CriticalHealthFinisherTargeting_K2Node_GameLogicBoolResultEvent_0) == 0x000001, "Wrong alignment on UI_BP_TargetBlip_C_GameLogicElementEvt_CriticalHealthFinisherTargeting_K2Node_GameLogicBoolResultEvent_0"); \ static_assert(sizeof(UI_BP_TargetBlip_C_GameLogicElementEvt_CriticalHealthFinisherTargeting_K2Node_GameLogicBoolResultEvent_0) == 0x000001, "Wrong size on UI_BP_TargetBlip_C_GameLogicElementEvt_CriticalHealthFinisherTargeting_K2Node_GameLogicBoolResultEvent_0"); \ static_assert(offsetof(UI_BP_TargetBlip_C_GameLogicElementEvt_CriticalHealthFinisherTargeting_K2Node_GameLogicBoolResultEvent_0, CachedResult) == 0x000000, "Member 'UI_BP_TargetBlip_C_GameLogicElementEvt_CriticalHealthFinisherTargeting_K2Node_GameLogicBoolResultEvent_0::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_AwareStateChange \ static_assert(alignof(UI_BP_TargetBlip_C_AwareStateChange) == 0x000008, "Wrong alignment on UI_BP_TargetBlip_C_AwareStateChange"); \ static_assert(sizeof(UI_BP_TargetBlip_C_AwareStateChange) == 0x000018, "Wrong size on UI_BP_TargetBlip_C_AwareStateChange"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AwareStateChange, AlertType) == 0x000000, "Member 'UI_BP_TargetBlip_C_AwareStateChange::AlertType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AwareStateChange, FromUpdate) == 0x000001, "Member 'UI_BP_TargetBlip_C_AwareStateChange::FromUpdate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AwareStateChange, DifferentState) == 0x000002, "Member 'UI_BP_TargetBlip_C_AwareStateChange::DifferentState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AwareStateChange, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000008, "Member 'UI_BP_TargetBlip_C_AwareStateChange::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AwareStateChange, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'UI_BP_TargetBlip_C_AwareStateChange::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AwareStateChange, CallFunc_IsDead_ReturnValue) == 0x000011, "Member 'UI_BP_TargetBlip_C_AwareStateChange::CallFunc_IsDead_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AwareStateChange, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000012, "Member 'UI_BP_TargetBlip_C_AwareStateChange::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AwareStateChange, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'UI_BP_TargetBlip_C_AwareStateChange::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AwareStateChange, K2Node_SwitchEnum_CmpSuccess) == 0x000014, "Member 'UI_BP_TargetBlip_C_AwareStateChange::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_SenseFloatUpdate \ static_assert(alignof(UI_BP_TargetBlip_C_SenseFloatUpdate) == 0x000008, "Wrong alignment on UI_BP_TargetBlip_C_SenseFloatUpdate"); \ static_assert(sizeof(UI_BP_TargetBlip_C_SenseFloatUpdate) == 0x000018, "Wrong size on UI_BP_TargetBlip_C_SenseFloatUpdate"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SenseFloatUpdate, Sense) == 0x000000, "Member 'UI_BP_TargetBlip_C_SenseFloatUpdate::Sense' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SenseFloatUpdate, SenseIsZero) == 0x000004, "Member 'UI_BP_TargetBlip_C_SenseFloatUpdate::SenseIsZero' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SenseFloatUpdate, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000005, "Member 'UI_BP_TargetBlip_C_SenseFloatUpdate::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SenseFloatUpdate, CallFunc_MakeLiteralName_ReturnValue) == 0x000008, "Member 'UI_BP_TargetBlip_C_SenseFloatUpdate::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SenseFloatUpdate, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000010, "Member 'UI_BP_TargetBlip_C_SenseFloatUpdate::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_AlertUpdate \ static_assert(alignof(UI_BP_TargetBlip_C_AlertUpdate) == 0x000008, "Wrong alignment on UI_BP_TargetBlip_C_AlertUpdate"); \ static_assert(sizeof(UI_BP_TargetBlip_C_AlertUpdate) == 0x000048, "Wrong size on UI_BP_TargetBlip_C_AlertUpdate"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AlertUpdate, Tint_Color_Specified_Color) == 0x000000, "Member 'UI_BP_TargetBlip_C_AlertUpdate::Tint_Color_Specified_Color' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AlertUpdate, Visibility_0) == 0x000010, "Member 'UI_BP_TargetBlip_C_AlertUpdate::Visibility_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AlertUpdate, Temp_bool_Variable) == 0x000011, "Member 'UI_BP_TargetBlip_C_AlertUpdate::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AlertUpdate, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'UI_BP_TargetBlip_C_AlertUpdate::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AlertUpdate, Temp_byte_Variable) == 0x000040, "Member 'UI_BP_TargetBlip_C_AlertUpdate::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AlertUpdate, K2Node_Select_Default) == 0x000041, "Member 'UI_BP_TargetBlip_C_AlertUpdate::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_InitiateAlert \ static_assert(alignof(UI_BP_TargetBlip_C_InitiateAlert) == 0x000008, "Wrong alignment on UI_BP_TargetBlip_C_InitiateAlert"); \ static_assert(sizeof(UI_BP_TargetBlip_C_InitiateAlert) == 0x000030, "Wrong size on UI_BP_TargetBlip_C_InitiateAlert"); \ static_assert(offsetof(UI_BP_TargetBlip_C_InitiateAlert, Temp_struct_Variable) == 0x000000, "Member 'UI_BP_TargetBlip_C_InitiateAlert::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_InitiateAlert, Temp_delegate_Variable) == 0x000010, "Member 'UI_BP_TargetBlip_C_InitiateAlert::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_InitiateAlert, CallFunc_PostEvent_ReturnValue) == 0x000020, "Member 'UI_BP_TargetBlip_C_InitiateAlert::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_InitiateAlert, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'UI_BP_TargetBlip_C_InitiateAlert::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_AttackStateUpdate \ static_assert(alignof(UI_BP_TargetBlip_C_AttackStateUpdate) == 0x000001, "Wrong alignment on UI_BP_TargetBlip_C_AttackStateUpdate"); \ static_assert(sizeof(UI_BP_TargetBlip_C_AttackStateUpdate) == 0x000008, "Wrong size on UI_BP_TargetBlip_C_AttackStateUpdate"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AttackStateUpdate, Unblockable) == 0x000000, "Member 'UI_BP_TargetBlip_C_AttackStateUpdate::Unblockable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AttackStateUpdate, Revealio) == 0x000001, "Member 'UI_BP_TargetBlip_C_AttackStateUpdate::Revealio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AttackStateUpdate, AttackThreatState) == 0x000002, "Member 'UI_BP_TargetBlip_C_AttackStateUpdate::AttackThreatState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AttackStateUpdate, Temp_bool_Variable) == 0x000003, "Member 'UI_BP_TargetBlip_C_AttackStateUpdate::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AttackStateUpdate, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'UI_BP_TargetBlip_C_AttackStateUpdate::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AttackStateUpdate, Temp_byte_Variable) == 0x000005, "Member 'UI_BP_TargetBlip_C_AttackStateUpdate::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AttackStateUpdate, Temp_byte_Variable_1) == 0x000006, "Member 'UI_BP_TargetBlip_C_AttackStateUpdate::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AttackStateUpdate, K2Node_Select_Default) == 0x000007, "Member 'UI_BP_TargetBlip_C_AttackStateUpdate::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_AwareStateChangeHandler \ static_assert(alignof(UI_BP_TargetBlip_C_AwareStateChangeHandler) == 0x000001, "Wrong alignment on UI_BP_TargetBlip_C_AwareStateChangeHandler"); \ static_assert(sizeof(UI_BP_TargetBlip_C_AwareStateChangeHandler) == 0x000001, "Wrong size on UI_BP_TargetBlip_C_AwareStateChangeHandler"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AwareStateChangeHandler, AwareType) == 0x000000, "Member 'UI_BP_TargetBlip_C_AwareStateChangeHandler::AwareType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_SetMeterVisibility \ static_assert(alignof(UI_BP_TargetBlip_C_SetMeterVisibility) == 0x000008, "Wrong alignment on UI_BP_TargetBlip_C_SetMeterVisibility"); \ static_assert(sizeof(UI_BP_TargetBlip_C_SetMeterVisibility) == 0x000010, "Wrong size on UI_BP_TargetBlip_C_SetMeterVisibility"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetMeterVisibility, Visible) == 0x000000, "Member 'UI_BP_TargetBlip_C_SetMeterVisibility::Visible' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetMeterVisibility, FromUpdate) == 0x000001, "Member 'UI_BP_TargetBlip_C_SetMeterVisibility::FromUpdate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetMeterVisibility, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_TargetBlip_C_SetMeterVisibility::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_Callout_TargetLost \ static_assert(alignof(UI_BP_TargetBlip_C_Callout_TargetLost) == 0x000008, "Wrong alignment on UI_BP_TargetBlip_C_Callout_TargetLost"); \ static_assert(sizeof(UI_BP_TargetBlip_C_Callout_TargetLost) == 0x000010, "Wrong size on UI_BP_TargetBlip_C_Callout_TargetLost"); \ static_assert(offsetof(UI_BP_TargetBlip_C_Callout_TargetLost, Object) == 0x000000, "Member 'UI_BP_TargetBlip_C_Callout_TargetLost::Object' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_Callout_TargetLost, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UI_BP_TargetBlip_C_Callout_TargetLost::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_Callout_TargetLost, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000009, "Member 'UI_BP_TargetBlip_C_Callout_TargetLost::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_Callout_TargetSighted \ static_assert(alignof(UI_BP_TargetBlip_C_Callout_TargetSighted) == 0x000008, "Wrong alignment on UI_BP_TargetBlip_C_Callout_TargetSighted"); \ static_assert(sizeof(UI_BP_TargetBlip_C_Callout_TargetSighted) == 0x000018, "Wrong size on UI_BP_TargetBlip_C_Callout_TargetSighted"); \ static_assert(offsetof(UI_BP_TargetBlip_C_Callout_TargetSighted, Object) == 0x000000, "Member 'UI_BP_TargetBlip_C_Callout_TargetSighted::Object' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_Callout_TargetSighted, Temp_byte_Variable) == 0x000008, "Member 'UI_BP_TargetBlip_C_Callout_TargetSighted::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_Callout_TargetSighted, Temp_byte_Variable_1) == 0x000009, "Member 'UI_BP_TargetBlip_C_Callout_TargetSighted::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_Callout_TargetSighted, Temp_bool_Variable) == 0x00000A, "Member 'UI_BP_TargetBlip_C_Callout_TargetSighted::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_Callout_TargetSighted, Temp_byte_Variable_2) == 0x00000B, "Member 'UI_BP_TargetBlip_C_Callout_TargetSighted::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_Callout_TargetSighted, Temp_byte_Variable_3) == 0x00000C, "Member 'UI_BP_TargetBlip_C_Callout_TargetSighted::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_Callout_TargetSighted, CallFunc_IsAnimationPlaying_ReturnValue) == 0x00000D, "Member 'UI_BP_TargetBlip_C_Callout_TargetSighted::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_Callout_TargetSighted, CallFunc_IsValid_ReturnValue) == 0x00000E, "Member 'UI_BP_TargetBlip_C_Callout_TargetSighted::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_Callout_TargetSighted, Temp_bool_Variable_1) == 0x00000F, "Member 'UI_BP_TargetBlip_C_Callout_TargetSighted::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_Callout_TargetSighted, CallFunc_BooleanOR_ReturnValue) == 0x000010, "Member 'UI_BP_TargetBlip_C_Callout_TargetSighted::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_Callout_TargetSighted, K2Node_Select_Default) == 0x000011, "Member 'UI_BP_TargetBlip_C_Callout_TargetSighted::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_Callout_TargetSighted, K2Node_Select_Default_1) == 0x000012, "Member 'UI_BP_TargetBlip_C_Callout_TargetSighted::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_AlertAnimationFinished \ static_assert(alignof(UI_BP_TargetBlip_C_AlertAnimationFinished) == 0x000001, "Wrong alignment on UI_BP_TargetBlip_C_AlertAnimationFinished"); \ static_assert(sizeof(UI_BP_TargetBlip_C_AlertAnimationFinished) == 0x000004, "Wrong size on UI_BP_TargetBlip_C_AlertAnimationFinished"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AlertAnimationFinished, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_TargetBlip_C_AlertAnimationFinished::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AlertAnimationFinished, Temp_byte_Variable) == 0x000001, "Member 'UI_BP_TargetBlip_C_AlertAnimationFinished::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AlertAnimationFinished, Temp_byte_Variable_1) == 0x000002, "Member 'UI_BP_TargetBlip_C_AlertAnimationFinished::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_AlertAnimationFinished, K2Node_Select_Default) == 0x000003, "Member 'UI_BP_TargetBlip_C_AlertAnimationFinished::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_SetupCreatureBlip \ static_assert(alignof(UI_BP_TargetBlip_C_SetupCreatureBlip) == 0x000008, "Wrong alignment on UI_BP_TargetBlip_C_SetupCreatureBlip"); \ static_assert(sizeof(UI_BP_TargetBlip_C_SetupCreatureBlip) == 0x000078, "Wrong size on UI_BP_TargetBlip_C_SetupCreatureBlip"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupCreatureBlip, CallFunc_GetDbId_ReturnValue) == 0x000000, "Member 'UI_BP_TargetBlip_C_SetupCreatureBlip::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupCreatureBlip, CallFunc_GetActorTeam_ReturnValue) == 0x000008, "Member 'UI_BP_TargetBlip_C_SetupCreatureBlip::CallFunc_GetActorTeam_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupCreatureBlip, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'UI_BP_TargetBlip_C_SetupCreatureBlip::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupCreatureBlip, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000020, "Member 'UI_BP_TargetBlip_C_SetupCreatureBlip::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupCreatureBlip, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'UI_BP_TargetBlip_C_SetupCreatureBlip::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupCreatureBlip, K2Node_SwitchName_CmpSuccess) == 0x000040, "Member 'UI_BP_TargetBlip_C_SetupCreatureBlip::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupCreatureBlip, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'UI_BP_TargetBlip_C_SetupCreatureBlip::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupCreatureBlip, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'UI_BP_TargetBlip_C_SetupCreatureBlip::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupCreatureBlip, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000068, "Member 'UI_BP_TargetBlip_C_SetupCreatureBlip::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_SetupCharacterBlip \ static_assert(alignof(UI_BP_TargetBlip_C_SetupCharacterBlip) == 0x000008, "Wrong alignment on UI_BP_TargetBlip_C_SetupCharacterBlip"); \ static_assert(sizeof(UI_BP_TargetBlip_C_SetupCharacterBlip) == 0x000038, "Wrong size on UI_BP_TargetBlip_C_SetupCharacterBlip"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupCharacterBlip, Temp_byte_Variable) == 0x000000, "Member 'UI_BP_TargetBlip_C_SetupCharacterBlip::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupCharacterBlip, Temp_byte_Variable_1) == 0x000001, "Member 'UI_BP_TargetBlip_C_SetupCharacterBlip::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupCharacterBlip, Temp_bool_Variable) == 0x000002, "Member 'UI_BP_TargetBlip_C_SetupCharacterBlip::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupCharacterBlip, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'UI_BP_TargetBlip_C_SetupCharacterBlip::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupCharacterBlip, K2Node_Select_Default) == 0x000030, "Member 'UI_BP_TargetBlip_C_SetupCharacterBlip::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_SetupBipedPlayer \ static_assert(alignof(UI_BP_TargetBlip_C_SetupBipedPlayer) == 0x000008, "Wrong alignment on UI_BP_TargetBlip_C_SetupBipedPlayer"); \ static_assert(sizeof(UI_BP_TargetBlip_C_SetupBipedPlayer) == 0x000010, "Wrong size on UI_BP_TargetBlip_C_SetupBipedPlayer"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupBipedPlayer, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'UI_BP_TargetBlip_C_SetupBipedPlayer::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupBipedPlayer, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UI_BP_TargetBlip_C_SetupBipedPlayer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_SetupBipedPlayer, CallFunc_IsValid_ReturnValue_1) == 0x000009, "Member 'UI_BP_TargetBlip_C_SetupBipedPlayer::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_UpdateFinisherText \ static_assert(alignof(UI_BP_TargetBlip_C_UpdateFinisherText) == 0x000008, "Wrong alignment on UI_BP_TargetBlip_C_UpdateFinisherText"); \ static_assert(sizeof(UI_BP_TargetBlip_C_UpdateFinisherText) == 0x000048, "Wrong size on UI_BP_TargetBlip_C_UpdateFinisherText"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherText, Temp_byte_Variable) == 0x000000, "Member 'UI_BP_TargetBlip_C_UpdateFinisherText::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherText, Temp_byte_Variable_1) == 0x000001, "Member 'UI_BP_TargetBlip_C_UpdateFinisherText::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherText, Temp_bool_Variable) == 0x000002, "Member 'UI_BP_TargetBlip_C_UpdateFinisherText::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherText, Temp_struct_Variable) == 0x000004, "Member 'UI_BP_TargetBlip_C_UpdateFinisherText::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherText, Temp_struct_Variable_1) == 0x00000C, "Member 'UI_BP_TargetBlip_C_UpdateFinisherText::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherText, Temp_bool_Variable_1) == 0x000014, "Member 'UI_BP_TargetBlip_C_UpdateFinisherText::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherText, Temp_byte_Variable_2) == 0x000015, "Member 'UI_BP_TargetBlip_C_UpdateFinisherText::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherText, Temp_byte_Variable_3) == 0x000016, "Member 'UI_BP_TargetBlip_C_UpdateFinisherText::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherText, Temp_bool_Variable_2) == 0x000017, "Member 'UI_BP_TargetBlip_C_UpdateFinisherText::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherText, CallFunc_GetUIManagerPure_ReturnValue) == 0x000018, "Member 'UI_BP_TargetBlip_C_UpdateFinisherText::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherText, CallFunc_GetUIPlatformInputDevice_ReturnValue) == 0x000020, "Member 'UI_BP_TargetBlip_C_UpdateFinisherText::CallFunc_GetUIPlatformInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherText, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'UI_BP_TargetBlip_C_UpdateFinisherText::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherText, K2Node_Select_Default) == 0x000022, "Member 'UI_BP_TargetBlip_C_UpdateFinisherText::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherText, K2Node_Select_Default_1) == 0x000023, "Member 'UI_BP_TargetBlip_C_UpdateFinisherText::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherText, K2Node_Select_Default_2) == 0x000024, "Member 'UI_BP_TargetBlip_C_UpdateFinisherText::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherText, K2Node_MakeStruct_WidgetTransform) == 0x00002C, "Member 'UI_BP_TargetBlip_C_UpdateFinisherText::K2Node_MakeStruct_WidgetTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_UpdateFinisherCallout \ static_assert(alignof(UI_BP_TargetBlip_C_UpdateFinisherCallout) == 0x000008, "Wrong alignment on UI_BP_TargetBlip_C_UpdateFinisherCallout"); \ static_assert(sizeof(UI_BP_TargetBlip_C_UpdateFinisherCallout) == 0x000030, "Wrong size on UI_BP_TargetBlip_C_UpdateFinisherCallout"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherCallout, VisibilityCheck) == 0x000000, "Member 'UI_BP_TargetBlip_C_UpdateFinisherCallout::VisibilityCheck' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherCallout, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000001, "Member 'UI_BP_TargetBlip_C_UpdateFinisherCallout::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherCallout, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_TargetBlip_C_UpdateFinisherCallout::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherCallout, CallFunc_IsVisible_ReturnValue) == 0x000010, "Member 'UI_BP_TargetBlip_C_UpdateFinisherCallout::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherCallout, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'UI_BP_TargetBlip_C_UpdateFinisherCallout::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherCallout, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'UI_BP_TargetBlip_C_UpdateFinisherCallout::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherCallout, CallFunc_BooleanAND_ReturnValue) == 0x000020, "Member 'UI_BP_TargetBlip_C_UpdateFinisherCallout::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_UpdateFinisherCallout, CallFunc_PlayAnimation_ReturnValue_1) == 0x000028, "Member 'UI_BP_TargetBlip_C_UpdateFinisherCallout::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_GetOutroDuration \ static_assert(alignof(UI_BP_TargetBlip_C_GetOutroDuration) == 0x000004, "Wrong alignment on UI_BP_TargetBlip_C_GetOutroDuration"); \ static_assert(sizeof(UI_BP_TargetBlip_C_GetOutroDuration) == 0x000008, "Wrong size on UI_BP_TargetBlip_C_GetOutroDuration"); \ static_assert(offsetof(UI_BP_TargetBlip_C_GetOutroDuration, OutroType) == 0x000000, "Member 'UI_BP_TargetBlip_C_GetOutroDuration::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TargetBlip_C_GetOutroDuration, ReturnValue) == 0x000004, "Member 'UI_BP_TargetBlip_C_GetOutroDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TargetBlip_C_GetOffscreenIndicator \ static_assert(alignof(UI_BP_TargetBlip_C_GetOffscreenIndicator) == 0x000008, "Wrong alignment on UI_BP_TargetBlip_C_GetOffscreenIndicator"); \ static_assert(sizeof(UI_BP_TargetBlip_C_GetOffscreenIndicator) == 0x000008, "Wrong size on UI_BP_TargetBlip_C_GetOffscreenIndicator"); \ static_assert(offsetof(UI_BP_TargetBlip_C_GetOffscreenIndicator, ReturnValue) == 0x000000, "Member 'UI_BP_TargetBlip_C_GetOffscreenIndicator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_TargetBlip_C \ static_assert(alignof(UUI_BP_TargetBlip_C) == 0x000008, "Wrong alignment on UUI_BP_TargetBlip_C"); \ static_assert(sizeof(UUI_BP_TargetBlip_C) == 0x0003E0, "Wrong size on UUI_BP_TargetBlip_C"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_TargetBlip_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, FadeFinisherOut) == 0x0002F0, "Member 'UUI_BP_TargetBlip_C::FadeFinisherOut' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, FadeFinisherIn) == 0x0002F8, "Member 'UUI_BP_TargetBlip_C::FadeFinisherIn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, ShowFinisher) == 0x000300, "Member 'UUI_BP_TargetBlip_C::ShowFinisher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, ShowAlertMeter) == 0x000308, "Member 'UUI_BP_TargetBlip_C::ShowAlertMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, ShowDiscoveredIcon) == 0x000310, "Member 'UUI_BP_TargetBlip_C::ShowDiscoveredIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, AlertBG) == 0x000318, "Member 'UUI_BP_TargetBlip_C::AlertBG' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, Burst) == 0x000320, "Member 'UUI_BP_TargetBlip_C::Burst' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, DiscoveredIcon) == 0x000328, "Member 'UUI_BP_TargetBlip_C::DiscoveredIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, FadeDiamond) == 0x000330, "Member 'UUI_BP_TargetBlip_C::FadeDiamond' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, FinisherOverlay) == 0x000338, "Member 'UUI_BP_TargetBlip_C::FinisherOverlay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, Left_FinisherBumper) == 0x000340, "Member 'UUI_BP_TargetBlip_C::Left_FinisherBumper' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, LeftSideSwitcher) == 0x000348, "Member 'UUI_BP_TargetBlip_C::LeftSideSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, NPC_Alert) == 0x000350, "Member 'UUI_BP_TargetBlip_C::NPC_Alert' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, NPC_Alert_Fill) == 0x000358, "Member 'UUI_BP_TargetBlip_C::NPC_Alert_Fill' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, NPC_AlertMeterGroup) == 0x000360, "Member 'UUI_BP_TargetBlip_C::NPC_AlertMeterGroup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, NPC_DiscoveredIconGroup) == 0x000368, "Member 'UUI_BP_TargetBlip_C::NPC_DiscoveredIconGroup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, Overlay_KBM) == 0x000370, "Member 'UUI_BP_TargetBlip_C::Overlay_KBM' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, ResizeCanvas) == 0x000378, "Member 'UUI_BP_TargetBlip_C::ResizeCanvas' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, Right_FinisherBumper) == 0x000380, "Member 'UUI_BP_TargetBlip_C::Right_FinisherBumper' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, RightSideSwitcher) == 0x000388, "Member 'UUI_BP_TargetBlip_C::RightSideSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, TargetBlip) == 0x000390, "Member 'UUI_BP_TargetBlip_C::TargetBlip' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, UsingKBM_Overlay) == 0x000398, "Member 'UUI_BP_TargetBlip_C::UsingKBM_Overlay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, ParentActor) == 0x0003A0, "Member 'UUI_BP_TargetBlip_C::ParentActor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, EnemyAIComponent) == 0x0003A8, "Member 'UUI_BP_TargetBlip_C::EnemyAIComponent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, AwareState) == 0x0003B0, "Member 'UUI_BP_TargetBlip_C::AwareState' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, ObjectStateInfo) == 0x0003B8, "Member 'UUI_BP_TargetBlip_C::ObjectStateInfo' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, CallOutComponent) == 0x0003C0, "Member 'UUI_BP_TargetBlip_C::CallOutComponent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, WidgetSetupComplete) == 0x0003C8, "Member 'UUI_BP_TargetBlip_C::WidgetSetupComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, IsOffscreenWidget) == 0x0003C9, "Member 'UUI_BP_TargetBlip_C::IsOffscreenWidget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, FinisherState) == 0x0003CA, "Member 'UUI_BP_TargetBlip_C::FinisherState' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, Biped_Player) == 0x0003D0, "Member 'UUI_BP_TargetBlip_C::Biped_Player' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, HasOffscreenProxy) == 0x0003D8, "Member 'UUI_BP_TargetBlip_C::HasOffscreenProxy' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, IsLastTarget) == 0x0003D9, "Member 'UUI_BP_TargetBlip_C::IsLastTarget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TargetBlip_C, IsAnimating) == 0x0003DA, "Member 'UUI_BP_TargetBlip_C::IsAnimating' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AOE_DWConfringoFumble_C \ static_assert(alignof(ABP_AOE_DWConfringoFumble_C) == 0x000008, "Wrong alignment on ABP_AOE_DWConfringoFumble_C"); \ static_assert(sizeof(ABP_AOE_DWConfringoFumble_C) == 0x000668, "Wrong size on ABP_AOE_DWConfringoFumble_C"); \ static_assert(offsetof(ABP_AOE_DWConfringoFumble_C, DefaultSceneRoot) == 0x000660, "Member 'ABP_AOE_DWConfringoFumble_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCast_Disillusionment_Exit_C \ static_assert(alignof(UABL_WandCast_Disillusionment_Exit_C) == 0x000008, "Wrong alignment on UABL_WandCast_Disillusionment_Exit_C"); \ static_assert(sizeof(UABL_WandCast_Disillusionment_Exit_C) == 0x0000C8, "Wrong size on UABL_WandCast_Disillusionment_Exit_C"); \ #define DUMPER7_ASSERTS_UI_BP_BroomPosition_C_ExecuteUbergraph_UI_BP_BroomPosition \ static_assert(alignof(UI_BP_BroomPosition_C_ExecuteUbergraph_UI_BP_BroomPosition) == 0x000008, "Wrong alignment on UI_BP_BroomPosition_C_ExecuteUbergraph_UI_BP_BroomPosition"); \ static_assert(sizeof(UI_BP_BroomPosition_C_ExecuteUbergraph_UI_BP_BroomPosition) == 0x000028, "Wrong size on UI_BP_BroomPosition_C_ExecuteUbergraph_UI_BP_BroomPosition"); \ static_assert(offsetof(UI_BP_BroomPosition_C_ExecuteUbergraph_UI_BP_BroomPosition, EntryPoint) == 0x000000, "Member 'UI_BP_BroomPosition_C_ExecuteUbergraph_UI_BP_BroomPosition::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomPosition_C_ExecuteUbergraph_UI_BP_BroomPosition, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'UI_BP_BroomPosition_C_ExecuteUbergraph_UI_BP_BroomPosition::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomPosition_C_ExecuteUbergraph_UI_BP_BroomPosition, K2Node_Event_IsDesignTime) == 0x000020, "Member 'UI_BP_BroomPosition_C_ExecuteUbergraph_UI_BP_BroomPosition::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomPosition_C_PreConstruct \ static_assert(alignof(UI_BP_BroomPosition_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_BroomPosition_C_PreConstruct"); \ static_assert(sizeof(UI_BP_BroomPosition_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_BroomPosition_C_PreConstruct"); \ static_assert(offsetof(UI_BP_BroomPosition_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_BroomPosition_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomPosition_C_SetPositionData \ static_assert(alignof(UI_BP_BroomPosition_C_SetPositionData) == 0x000008, "Wrong alignment on UI_BP_BroomPosition_C_SetPositionData"); \ static_assert(sizeof(UI_BP_BroomPosition_C_SetPositionData) == 0x000068, "Wrong size on UI_BP_BroomPosition_C_SetPositionData"); \ static_assert(offsetof(UI_BP_BroomPosition_C_SetPositionData, RacerName) == 0x000000, "Member 'UI_BP_BroomPosition_C_SetPositionData::RacerName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomPosition_C_SetPositionData, RacerTime) == 0x000010, "Member 'UI_BP_BroomPosition_C_SetPositionData::RacerTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomPosition_C_SetPositionData, IsPlayer) == 0x000028, "Member 'UI_BP_BroomPosition_C_SetPositionData::IsPlayer' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomPosition_C_SetPositionData, Temp_byte_Variable) == 0x000029, "Member 'UI_BP_BroomPosition_C_SetPositionData::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomPosition_C_SetPositionData, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x00002A, "Member 'UI_BP_BroomPosition_C_SetPositionData::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomPosition_C_SetPositionData, Temp_byte_Variable_1) == 0x00002B, "Member 'UI_BP_BroomPosition_C_SetPositionData::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomPosition_C_SetPositionData, Temp_bool_Variable) == 0x00002C, "Member 'UI_BP_BroomPosition_C_SetPositionData::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomPosition_C_SetPositionData, CallFunc_Get_ReturnValue) == 0x000030, "Member 'UI_BP_BroomPosition_C_SetPositionData::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomPosition_C_SetPositionData, CallFunc_GetPlayerName_ReturnValue) == 0x000038, "Member 'UI_BP_BroomPosition_C_SetPositionData::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomPosition_C_SetPositionData, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'UI_BP_BroomPosition_C_SetPositionData::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomPosition_C_SetPositionData, K2Node_Select_Default) == 0x000060, "Member 'UI_BP_BroomPosition_C_SetPositionData::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_BroomPosition_C \ static_assert(alignof(UUI_BP_BroomPosition_C) == 0x000008, "Wrong alignment on UUI_BP_BroomPosition_C"); \ static_assert(sizeof(UUI_BP_BroomPosition_C) == 0x0002A8, "Wrong size on UUI_BP_BroomPosition_C"); \ static_assert(offsetof(UUI_BP_BroomPosition_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_BroomPosition_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomPosition_C, placeName) == 0x000270, "Member 'UUI_BP_BroomPosition_C::placeName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomPosition_C, placeNumber) == 0x000278, "Member 'UUI_BP_BroomPosition_C::placeNumber' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomPosition_C, placeTime) == 0x000280, "Member 'UUI_BP_BroomPosition_C::placeTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomPosition_C, playerColorMarker) == 0x000288, "Member 'UUI_BP_BroomPosition_C::playerColorMarker' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomPosition_C, positionNumber) == 0x000290, "Member 'UUI_BP_BroomPosition_C::positionNumber' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomPosition_C, Player_Name) == 0x000298, "Member 'UUI_BP_BroomPosition_C::Player_Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept \ static_assert(alignof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept) == 0x000008, "Wrong alignment on UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept"); \ static_assert(sizeof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept) == 0x0003C8, "Wrong size on UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, EntryPoint) == 0x000000, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, Temp_bool_True_if_break_was_hit_Variable) == 0x000014, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_HermesBindInt_Handle) == 0x000018, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000034, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_IsValid_ReturnValue) == 0x00003C, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Get_ReturnValue) == 0x000040, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_GetAllRacerTimes_ReturnValue) == 0x000048, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_GetAllRacerTimes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Array_Get_Item) == 0x000058, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_GetRaceFromID_ReturnValue) == 0x000068, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_GetRaceFromID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Fraction_ReturnValue) == 0x000070, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Fraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Percent_FloatFloat_ReturnValue) == 0x000074, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Percent_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000078, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Conv_FloatToText_ReturnValue) == 0x000080, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x000098, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, K2Node_MakeStruct_FormatArgumentData) == 0x0000B0, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000F0, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000130, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Conv_NameToString_ReturnValue) == 0x000138, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Conv_FloatToText_ReturnValue_2) == 0x000148, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Conv_FloatToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Array_Length_ReturnValue) == 0x000160, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, K2Node_MakeStruct_FormatArgumentData_2) == 0x000168, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Less_IntInt_ReturnValue) == 0x0001A8, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, K2Node_MakeArray_Array) == 0x0001B0, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_BooleanAND_ReturnValue) == 0x0001C0, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Format_ReturnValue) == 0x0001C8, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Get_ReturnValue_1) == 0x0001E0, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_GetRacerBestTime_OutBestTime) == 0x0001E8, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_GetRacerBestTime_OutBestTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_GetRacerBestTime_ReturnValue) == 0x0001EC, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_GetRacerBestTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Fraction_ReturnValue_1) == 0x0001F0, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Fraction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Percent_FloatFloat_ReturnValue_1) == 0x0001F4, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Percent_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x0001F8, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Conv_FloatToText_ReturnValue_3) == 0x000200, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Conv_FloatToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Conv_FloatToText_ReturnValue_4) == 0x000218, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Conv_FloatToText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, K2Node_MakeStruct_FormatArgumentData_3) == 0x000230, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, K2Node_MakeStruct_FormatArgumentData_4) == 0x000270, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0002B0, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Conv_FloatToText_ReturnValue_5) == 0x0002B8, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Conv_FloatToText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Get_ReturnValue_2) == 0x0002D0, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, K2Node_MakeStruct_FormatArgumentData_5) == 0x0002D8, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_GetPlayerName_ReturnValue) == 0x000318, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_GetPlayerName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, K2Node_MakeArray_Array_1) == 0x000328, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Conv_StringToText_ReturnValue) == 0x000338, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Format_ReturnValue_1) == 0x000350, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, K2Node_MakeArray_Array_2) == 0x000368, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Array_Get_Item_1) == 0x000378, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_PlayAnimationForward_ReturnValue) == 0x000380, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Get_ReturnValue_3) == 0x000388, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Get_ReturnValue_4) == 0x000390, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Get_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_StartRace_ReturnValue) == 0x000398, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_StartRace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_Get_ReturnValue_5) == 0x0003A0, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_Get_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, K2Node_SwitchInteger_CmpSuccess) == 0x0003A8, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, K2Node_CustomEvent_Caller) == 0x0003B0, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, K2Node_CustomEvent_Int) == 0x0003B8, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_PostEventAtLocation_ReturnValue) == 0x0003BC, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0003C0, "Member 'UI_BP_BroomChallengeAccept_C_ExecuteUbergraph_UI_BP_BroomChallengeAccept::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomChallengeAccept_C_OnRaceCountdownBegin \ static_assert(alignof(UI_BP_BroomChallengeAccept_C_OnRaceCountdownBegin) == 0x000008, "Wrong alignment on UI_BP_BroomChallengeAccept_C_OnRaceCountdownBegin"); \ static_assert(sizeof(UI_BP_BroomChallengeAccept_C_OnRaceCountdownBegin) == 0x000010, "Wrong size on UI_BP_BroomChallengeAccept_C_OnRaceCountdownBegin"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_OnRaceCountdownBegin, Caller) == 0x000000, "Member 'UI_BP_BroomChallengeAccept_C_OnRaceCountdownBegin::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_OnRaceCountdownBegin, int_0) == 0x000008, "Member 'UI_BP_BroomChallengeAccept_C_OnRaceCountdownBegin::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction) == 0x000020, "Wrong size on UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000008, "Member 'UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000018, "Member 'UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000019, "Member 'UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00001A, "Member 'UI_BP_BroomChallengeAccept_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_BroomChallengeAccept_C \ static_assert(alignof(UUI_BP_BroomChallengeAccept_C) == 0x000008, "Wrong alignment on UUI_BP_BroomChallengeAccept_C"); \ static_assert(sizeof(UUI_BP_BroomChallengeAccept_C) == 0x000430, "Wrong size on UUI_BP_BroomChallengeAccept_C"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, UberGraphFrame) == 0x000380, "Member 'UUI_BP_BroomChallengeAccept_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, BREventPopupOff) == 0x000388, "Member 'UUI_BP_BroomChallengeAccept_C::BREventPopupOff' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, PlayerFifthPlaceNumOn) == 0x000390, "Member 'UUI_BP_BroomChallengeAccept_C::PlayerFifthPlaceNumOn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, PlayerFourthPlaceNumOn) == 0x000398, "Member 'UUI_BP_BroomChallengeAccept_C::PlayerFourthPlaceNumOn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, PlayerThirdPlaceNumOn) == 0x0003A0, "Member 'UUI_BP_BroomChallengeAccept_C::PlayerThirdPlaceNumOn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, PlayerSecondPlaceNumOn) == 0x0003A8, "Member 'UUI_BP_BroomChallengeAccept_C::PlayerSecondPlaceNumOn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, PlayerFirstPlaceNumberOn) == 0x0003B0, "Member 'UUI_BP_BroomChallengeAccept_C::PlayerFirstPlaceNumberOn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, BREventPopupOn) == 0x0003B8, "Member 'UUI_BP_BroomChallengeAccept_C::BREventPopupOn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, Legend) == 0x0003C0, "Member 'UUI_BP_BroomChallengeAccept_C::Legend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, panelBack) == 0x0003C8, "Member 'UUI_BP_BroomChallengeAccept_C::panelBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, PlayersBestTime) == 0x0003D0, "Member 'UUI_BP_BroomChallengeAccept_C::PlayersBestTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, PlayersBestTimeName) == 0x0003D8, "Member 'UUI_BP_BroomChallengeAccept_C::PlayersBestTimeName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, position1) == 0x0003E0, "Member 'UUI_BP_BroomChallengeAccept_C::position1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, position2) == 0x0003E8, "Member 'UUI_BP_BroomChallengeAccept_C::position2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, position3) == 0x0003F0, "Member 'UUI_BP_BroomChallengeAccept_C::position3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, position4) == 0x0003F8, "Member 'UUI_BP_BroomChallengeAccept_C::position4' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, position5) == 0x000400, "Member 'UUI_BP_BroomChallengeAccept_C::position5' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, RaceNameText) == 0x000408, "Member 'UUI_BP_BroomChallengeAccept_C::RaceNameText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, RaceObj) == 0x000410, "Member 'UUI_BP_BroomChallengeAccept_C::RaceObj' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, PositionArray) == 0x000418, "Member 'UUI_BP_BroomChallengeAccept_C::PositionArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, OutroIndex) == 0x000428, "Member 'UUI_BP_BroomChallengeAccept_C::OutroIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomChallengeAccept_C, RaceStarting) == 0x00042C, "Member 'UUI_BP_BroomChallengeAccept_C::RaceStarting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll \ static_assert(alignof(ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll) == 0x000008, "Wrong alignment on ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll"); \ static_assert(sizeof(ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll) == 0x000040, "Wrong size on ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll, EntryPoint) == 0x000000, "Member 'ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll, K2Node_Event_Context) == 0x000008, "Member 'ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll, CallFunc_GetSelfActor_ReturnValue) == 0x000028, "Member 'ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll, K2Node_Event_Context_1) == 0x000030, "Member 'ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll, CallFunc_PostDialogueEvent_ReturnValue) == 0x000038, "Member 'ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll, CallFunc_PostDialogueEvent_ReturnValue_1) == 0x00003C, "Member 'ABL_DarkWizard_DodgeRoll_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRoll::CallFunc_PostDialogueEvent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DarkWizard_DodgeRoll_C_OnAbilityStart \ static_assert(alignof(ABL_DarkWizard_DodgeRoll_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_DarkWizard_DodgeRoll_C_OnAbilityStart"); \ static_assert(sizeof(ABL_DarkWizard_DodgeRoll_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_DarkWizard_DodgeRoll_C_OnAbilityStart"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRoll_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_DarkWizard_DodgeRoll_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DarkWizard_DodgeRoll_C_OnAbilityEnd \ static_assert(alignof(ABL_DarkWizard_DodgeRoll_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_DarkWizard_DodgeRoll_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_DarkWizard_DodgeRoll_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_DarkWizard_DodgeRoll_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRoll_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_DarkWizard_DodgeRoll_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DarkWizard_DodgeRoll_C_OnAbilityInterrupt \ static_assert(alignof(ABL_DarkWizard_DodgeRoll_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_DarkWizard_DodgeRoll_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_DarkWizard_DodgeRoll_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_DarkWizard_DodgeRoll_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRoll_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_DarkWizard_DodgeRoll_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DarkWizard_DodgeRoll_C_OnAbilityBranch \ static_assert(alignof(ABL_DarkWizard_DodgeRoll_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_DarkWizard_DodgeRoll_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_DarkWizard_DodgeRoll_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_DarkWizard_DodgeRoll_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRoll_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_DarkWizard_DodgeRoll_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRoll_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_DarkWizard_DodgeRoll_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DarkWizard_DodgeRoll_C \ static_assert(alignof(UABL_DarkWizard_DodgeRoll_C) == 0x000008, "Wrong alignment on UABL_DarkWizard_DodgeRoll_C"); \ static_assert(sizeof(UABL_DarkWizard_DodgeRoll_C) == 0x0000D0, "Wrong size on UABL_DarkWizard_DodgeRoll_C"); \ static_assert(offsetof(UABL_DarkWizard_DodgeRoll_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_DarkWizard_DodgeRoll_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_StationInteractButton_C_ExecuteUbergraph_UI_BP_StationInteractButton \ static_assert(alignof(UI_BP_StationInteractButton_C_ExecuteUbergraph_UI_BP_StationInteractButton) == 0x000004, "Wrong alignment on UI_BP_StationInteractButton_C_ExecuteUbergraph_UI_BP_StationInteractButton"); \ static_assert(sizeof(UI_BP_StationInteractButton_C_ExecuteUbergraph_UI_BP_StationInteractButton) == 0x000004, "Wrong size on UI_BP_StationInteractButton_C_ExecuteUbergraph_UI_BP_StationInteractButton"); \ static_assert(offsetof(UI_BP_StationInteractButton_C_ExecuteUbergraph_UI_BP_StationInteractButton, EntryPoint) == 0x000000, "Member 'UI_BP_StationInteractButton_C_ExecuteUbergraph_UI_BP_StationInteractButton::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_StationInteractButton_C_ScaleButton \ static_assert(alignof(UI_BP_StationInteractButton_C_ScaleButton) == 0x000001, "Wrong alignment on UI_BP_StationInteractButton_C_ScaleButton"); \ static_assert(sizeof(UI_BP_StationInteractButton_C_ScaleButton) == 0x000001, "Wrong size on UI_BP_StationInteractButton_C_ScaleButton"); \ static_assert(offsetof(UI_BP_StationInteractButton_C_ScaleButton, IsHoveredOver) == 0x000000, "Member 'UI_BP_StationInteractButton_C_ScaleButton::IsHoveredOver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_StationInteractButton_C_SetTypeIcon \ static_assert(alignof(UI_BP_StationInteractButton_C_SetTypeIcon) == 0x000008, "Wrong alignment on UI_BP_StationInteractButton_C_SetTypeIcon"); \ static_assert(sizeof(UI_BP_StationInteractButton_C_SetTypeIcon) == 0x000018, "Wrong size on UI_BP_StationInteractButton_C_SetTypeIcon"); \ static_assert(offsetof(UI_BP_StationInteractButton_C_SetTypeIcon, Type) == 0x000000, "Member 'UI_BP_StationInteractButton_C_SetTypeIcon::Type' has a wrong offset!"); \ static_assert(offsetof(UI_BP_StationInteractButton_C_SetTypeIcon, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000010, "Member 'UI_BP_StationInteractButton_C_SetTypeIcon::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_StationInteractButton_C_SetTypeIcon, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000011, "Member 'UI_BP_StationInteractButton_C_SetTypeIcon::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_StationInteractButton_C_SetTypeIcon, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'UI_BP_StationInteractButton_C_SetTypeIcon::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_StationInteractButton_C_SetTypeIcon, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000013, "Member 'UI_BP_StationInteractButton_C_SetTypeIcon::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_StationInteractButton_C_SetTypeIcon, CallFunc_AsyncFindIconTexture2D_ReturnValue_1) == 0x000014, "Member 'UI_BP_StationInteractButton_C_SetTypeIcon::CallFunc_AsyncFindIconTexture2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_StationInteractButton_C_ToggleActive \ static_assert(alignof(UI_BP_StationInteractButton_C_ToggleActive) == 0x000008, "Wrong alignment on UI_BP_StationInteractButton_C_ToggleActive"); \ static_assert(sizeof(UI_BP_StationInteractButton_C_ToggleActive) == 0x000040, "Wrong size on UI_BP_StationInteractButton_C_ToggleActive"); \ static_assert(offsetof(UI_BP_StationInteractButton_C_ToggleActive, IsActive) == 0x000000, "Member 'UI_BP_StationInteractButton_C_ToggleActive::IsActive' has a wrong offset!"); \ static_assert(offsetof(UI_BP_StationInteractButton_C_ToggleActive, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_StationInteractButton_C_ToggleActive::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_StationInteractButton_C_ToggleActive, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x000010, "Member 'UI_BP_StationInteractButton_C_ToggleActive::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_StationInteractButton_C_ToggleActive, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000014, "Member 'UI_BP_StationInteractButton_C_ToggleActive::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_StationInteractButton_C_ToggleActive, CallFunc_PlayAnimation_ReturnValue_1) == 0x000018, "Member 'UI_BP_StationInteractButton_C_ToggleActive::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_StationInteractButton_C_ToggleActive, CallFunc_GetAnimationCurrentTime_ReturnValue_1) == 0x000020, "Member 'UI_BP_StationInteractButton_C_ToggleActive::CallFunc_GetAnimationCurrentTime_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_StationInteractButton_C_ToggleActive, CallFunc_PlayAnimation_ReturnValue_2) == 0x000028, "Member 'UI_BP_StationInteractButton_C_ToggleActive::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_StationInteractButton_C_ToggleActive, CallFunc_PlayAnimation_ReturnValue_3) == 0x000030, "Member 'UI_BP_StationInteractButton_C_ToggleActive::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_StationInteractButton_C_ToggleActive, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x000038, "Member 'UI_BP_StationInteractButton_C_ToggleActive::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_StationInteractButton_C \ static_assert(alignof(UUI_BP_StationInteractButton_C) == 0x000008, "Wrong alignment on UUI_BP_StationInteractButton_C"); \ static_assert(sizeof(UUI_BP_StationInteractButton_C) == 0x000570, "Wrong size on UUI_BP_StationInteractButton_C"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, UberGraphFrame) == 0x0003E8, "Member 'UUI_BP_StationInteractButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, OnUnhovered) == 0x0003F0, "Member 'UUI_BP_StationInteractButton_C::OnUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, OnHovered) == 0x0003F8, "Member 'UUI_BP_StationInteractButton_C::OnHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, ButtonCalloutText) == 0x000400, "Member 'UUI_BP_StationInteractButton_C::ButtonCalloutText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, DisplayText) == 0x000408, "Member 'UUI_BP_StationInteractButton_C::DisplayText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, textBorder) == 0x000410, "Member 'UUI_BP_StationInteractButton_C::textBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, typeIcon) == 0x000418, "Member 'UUI_BP_StationInteractButton_C::typeIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, Key_0) == 0x000420, "Member 'UUI_BP_StationInteractButton_C::Key_0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, Namespace_0) == 0x000438, "Member 'UUI_BP_StationInteractButton_C::Namespace_0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, FontSize) == 0x000448, "Member 'UUI_BP_StationInteractButton_C::FontSize' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, TextButtonHoveredTextColor) == 0x000450, "Member 'UUI_BP_StationInteractButton_C::TextButtonHoveredTextColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, TextButtonUnhoveredTextColor) == 0x000478, "Member 'UUI_BP_StationInteractButton_C::TextButtonUnhoveredTextColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, TextWidth) == 0x0004A0, "Member 'UUI_BP_StationInteractButton_C::TextWidth' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, interactTypeMap) == 0x0004A8, "Member 'UUI_BP_StationInteractButton_C::interactTypeMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, ConversationTypeMap) == 0x0004F8, "Member 'UUI_BP_StationInteractButton_C::ConversationTypeMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, isOptionAvailable) == 0x000548, "Member 'UUI_BP_StationInteractButton_C::isOptionAvailable' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, OptionColor) == 0x00054C, "Member 'UUI_BP_StationInteractButton_C::OptionColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_StationInteractButton_C, OnStationButtonSelected) == 0x000560, "Member 'UUI_BP_StationInteractButton_C::OnStationButtonSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Dance_C_ExecuteUbergraph_ABL_RCT_NPC_Dance \ static_assert(alignof(ABL_RCT_NPC_Dance_C_ExecuteUbergraph_ABL_RCT_NPC_Dance) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Dance_C_ExecuteUbergraph_ABL_RCT_NPC_Dance"); \ static_assert(sizeof(ABL_RCT_NPC_Dance_C_ExecuteUbergraph_ABL_RCT_NPC_Dance) == 0x000010, "Wrong size on ABL_RCT_NPC_Dance_C_ExecuteUbergraph_ABL_RCT_NPC_Dance"); \ static_assert(offsetof(ABL_RCT_NPC_Dance_C_ExecuteUbergraph_ABL_RCT_NPC_Dance, EntryPoint) == 0x000000, "Member 'ABL_RCT_NPC_Dance_C_ExecuteUbergraph_ABL_RCT_NPC_Dance::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Dance_C_ExecuteUbergraph_ABL_RCT_NPC_Dance, K2Node_Event_Context) == 0x000008, "Member 'ABL_RCT_NPC_Dance_C_ExecuteUbergraph_ABL_RCT_NPC_Dance::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Dance_C_OnAbilityStart \ static_assert(alignof(ABL_RCT_NPC_Dance_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Dance_C_OnAbilityStart"); \ static_assert(sizeof(ABL_RCT_NPC_Dance_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_RCT_NPC_Dance_C_OnAbilityStart"); \ static_assert(offsetof(ABL_RCT_NPC_Dance_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_RCT_NPC_Dance_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_Dance_C \ static_assert(alignof(UABL_RCT_NPC_Dance_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_Dance_C"); \ static_assert(sizeof(UABL_RCT_NPC_Dance_C) == 0x0000E8, "Wrong size on UABL_RCT_NPC_Dance_C"); \ static_assert(offsetof(UABL_RCT_NPC_Dance_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_RCT_NPC_Dance_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FS_AnchorField_C_UserConstructionScript \ static_assert(alignof(BP_FS_AnchorField_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_FS_AnchorField_C_UserConstructionScript"); \ static_assert(sizeof(BP_FS_AnchorField_C_UserConstructionScript) == 0x000050, "Wrong size on BP_FS_AnchorField_C_UserConstructionScript"); \ static_assert(offsetof(BP_FS_AnchorField_C_UserConstructionScript, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000000, "Member 'BP_FS_AnchorField_C_UserConstructionScript::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_AnchorField_C_UserConstructionScript, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000030, "Member 'BP_FS_AnchorField_C_UserConstructionScript::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_AnchorField_C_UserConstructionScript, CallFunc_SetUniformInteger_ReturnValue) == 0x000038, "Member 'BP_FS_AnchorField_C_UserConstructionScript::CallFunc_SetUniformInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_AnchorField_C_UserConstructionScript, CallFunc_SetBoxFalloff_ReturnValue) == 0x000040, "Member 'BP_FS_AnchorField_C_UserConstructionScript::CallFunc_SetBoxFalloff_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_AnchorField_C_UserConstructionScript, CallFunc_SetCullingField_ReturnValue) == 0x000048, "Member 'BP_FS_AnchorField_C_UserConstructionScript::CallFunc_SetCullingField_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FS_AnchorField_C \ static_assert(alignof(ABP_FS_AnchorField_C) == 0x000008, "Wrong alignment on ABP_FS_AnchorField_C"); \ static_assert(sizeof(ABP_FS_AnchorField_C) == 0x000280, "Wrong size on ABP_FS_AnchorField_C"); \ static_assert(offsetof(ABP_FS_AnchorField_C, Cube) == 0x000250, "Member 'ABP_FS_AnchorField_C::Cube' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_AnchorField_C, UniformInteger) == 0x000258, "Member 'ABP_FS_AnchorField_C::UniformInteger' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_AnchorField_C, BoxFalloff) == 0x000260, "Member 'ABP_FS_AnchorField_C::BoxFalloff' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_AnchorField_C, Box) == 0x000268, "Member 'ABP_FS_AnchorField_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_AnchorField_C, CullingField) == 0x000270, "Member 'ABP_FS_AnchorField_C::CullingField' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_AnchorField_C, Static) == 0x000278, "Member 'ABP_FS_AnchorField_C::Static' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime \ static_assert(alignof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime) == 0x000008, "Wrong alignment on BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime"); \ static_assert(sizeof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime) == 0x0000A8, "Wrong size on BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, EntryPoint) == 0x000000, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, CallFunc_RunEQSQuery_ReturnValue) == 0x000010, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000018, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, CallFunc_IsValid_ReturnValue_1) == 0x000022, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, K2Node_Event_OwnerActor) == 0x000028, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, K2Node_CustomEvent_QueryInstance) == 0x000038, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, K2Node_CustomEvent_QueryStatus) == 0x000040, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000048, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, K2Node_DynamicCast_AsEQS_Query_Instance_Station) == 0x000050, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::K2Node_DynamicCast_AsEQS_Query_Instance_Station' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, CallFunc_GetResultsAsStationQueryData_ReturnValue) == 0x000060, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::CallFunc_GetResultsAsStationQueryData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, K2Node_CreateDelegate_OutputDelegate) == 0x000070, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, CallFunc_Array_Get_Item) == 0x000080, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime, CallFunc_JoinStation_ReturnValue) == 0x0000A5, "Member 'BTT_ScheduleMealTime_C_ExecuteUbergraph_BTT_ScheduleMealTime::CallFunc_JoinStation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleMealTime_C_MealTime_OnQueryFinished \ static_assert(alignof(BTT_ScheduleMealTime_C_MealTime_OnQueryFinished) == 0x000008, "Wrong alignment on BTT_ScheduleMealTime_C_MealTime_OnQueryFinished"); \ static_assert(sizeof(BTT_ScheduleMealTime_C_MealTime_OnQueryFinished) == 0x000010, "Wrong size on BTT_ScheduleMealTime_C_MealTime_OnQueryFinished"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_MealTime_OnQueryFinished, QueryInstance) == 0x000000, "Member 'BTT_ScheduleMealTime_C_MealTime_OnQueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_MealTime_OnQueryFinished, QueryStatus) == 0x000008, "Member 'BTT_ScheduleMealTime_C_MealTime_OnQueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleMealTime_C_ExitTask \ static_assert(alignof(BTT_ScheduleMealTime_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleMealTime_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleMealTime_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleMealTime_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleMealTime_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleMealTime_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleMealTime_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleMealTime_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleMealTime_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleMealTime_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleMealTime_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleMealTime_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleMealTime_C \ static_assert(alignof(UBTT_ScheduleMealTime_C) == 0x000008, "Wrong alignment on UBTT_ScheduleMealTime_C"); \ static_assert(sizeof(UBTT_ScheduleMealTime_C) == 0x0000E0, "Wrong size on UBTT_ScheduleMealTime_C"); \ static_assert(offsetof(UBTT_ScheduleMealTime_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleMealTime_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleMealTime_C, Social_Reasoning) == 0x0000D8, "Member 'UBTT_ScheduleMealTime_C::Social_Reasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen \ static_assert(alignof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen) == 0x000008, "Wrong alignment on UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen"); \ static_assert(sizeof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen) == 0x000110, "Wrong size on UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, EntryPoint) == 0x000000, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, Temp_bool_Variable) == 0x000004, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_Event_IsDesignTime) == 0x000005, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_Event_TitleString) == 0x000008, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_Event_TitleString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_Event_DescriptionString) == 0x000018, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_Event_DescriptionString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_Event_isTranslated) == 0x000028, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_Event_isTranslated' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_Event_LegendItems) == 0x000030, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_Event_LegendItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_Event_CompletionActions) == 0x000040, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_Event_CompletionActions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_Event_bUsesWaitIndicator) == 0x000050, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_Event_bUsesWaitIndicator' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, CallFunc_Not_PreBool_ReturnValue) == 0x000051, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_Event_ContentWidget) == 0x000058, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_Event_ContentWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_Event_IntroType_1) == 0x000064, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_Event_IntroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_Event_IntroDuration) == 0x000068, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00006C, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_Event_OutroType) == 0x000070, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_Event_OutroDuration) == 0x000074, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000078, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, Temp_int_Loop_Counter_Variable) == 0x00007C, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, CallFunc_PlayAnimationForward_ReturnValue) == 0x000080, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000090, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, Temp_int_Array_Index_Variable) == 0x000098, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x0000A0, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, CallFunc_GetLegendItem_ReturnValue) == 0x0000A8, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_CreateDelegate_OutputDelegate) == 0x0000B0, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, CallFunc_IsValid_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_CustomEvent_LegendItem_1) == 0x0000C8, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_CustomEvent_LegendItem_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_CustomEvent_HoldWasCompleted) == 0x0000D0, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_CustomEvent_HoldWasCompleted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, CallFunc_Array_Get_Item) == 0x0000D1, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000D4, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, CallFunc_Array_Length_ReturnValue) == 0x0000E4, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, CallFunc_Less_IntInt_ReturnValue) == 0x0000E8, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, CallFunc_Array_Add_ReturnValue) == 0x0000EC, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, Temp_byte_Variable) == 0x0000F0, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, CallFunc_Array_Find_ReturnValue) == 0x0000F4, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_Event_IntroType) == 0x0000F8, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, Temp_byte_Variable_1) == 0x0000FC, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_CustomEvent_LegendItem) == 0x000100, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_CustomEvent_LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, CallFunc_Array_Find_ReturnValue_1) == 0x000108, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen, K2Node_Select_Default) == 0x00010C, "Member 'UI_BP_GenericPopupScreen_C_ExecuteUbergraph_UI_BP_GenericPopupScreen::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GenericPopupScreen_C_OnHoldButtonPressStart \ static_assert(alignof(UI_BP_GenericPopupScreen_C_OnHoldButtonPressStart) == 0x000008, "Wrong alignment on UI_BP_GenericPopupScreen_C_OnHoldButtonPressStart"); \ static_assert(sizeof(UI_BP_GenericPopupScreen_C_OnHoldButtonPressStart) == 0x000008, "Wrong size on UI_BP_GenericPopupScreen_C_OnHoldButtonPressStart"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_OnHoldButtonPressStart, LegendItem) == 0x000000, "Member 'UI_BP_GenericPopupScreen_C_OnHoldButtonPressStart::LegendItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GenericPopupScreen_C_OnIntroEnded \ static_assert(alignof(UI_BP_GenericPopupScreen_C_OnIntroEnded) == 0x000004, "Wrong alignment on UI_BP_GenericPopupScreen_C_OnIntroEnded"); \ static_assert(sizeof(UI_BP_GenericPopupScreen_C_OnIntroEnded) == 0x000004, "Wrong size on UI_BP_GenericPopupScreen_C_OnIntroEnded"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_OnIntroEnded, IntroType) == 0x000000, "Member 'UI_BP_GenericPopupScreen_C_OnIntroEnded::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GenericPopupScreen_C_CompletionButtonReleased \ static_assert(alignof(UI_BP_GenericPopupScreen_C_CompletionButtonReleased) == 0x000008, "Wrong alignment on UI_BP_GenericPopupScreen_C_CompletionButtonReleased"); \ static_assert(sizeof(UI_BP_GenericPopupScreen_C_CompletionButtonReleased) == 0x000010, "Wrong size on UI_BP_GenericPopupScreen_C_CompletionButtonReleased"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_CompletionButtonReleased, LegendItem) == 0x000000, "Member 'UI_BP_GenericPopupScreen_C_CompletionButtonReleased::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_CompletionButtonReleased, HoldWasCompleted) == 0x000008, "Member 'UI_BP_GenericPopupScreen_C_CompletionButtonReleased::HoldWasCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GenericPopupScreen_C_OnOutroStarted \ static_assert(alignof(UI_BP_GenericPopupScreen_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_GenericPopupScreen_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_GenericPopupScreen_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_GenericPopupScreen_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_GenericPopupScreen_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_GenericPopupScreen_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GenericPopupScreen_C_OnIntroStarted \ static_assert(alignof(UI_BP_GenericPopupScreen_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_GenericPopupScreen_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_GenericPopupScreen_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_GenericPopupScreen_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_GenericPopupScreen_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_GenericPopupScreen_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GenericPopupScreen_C_SetPopupContentWidget \ static_assert(alignof(UI_BP_GenericPopupScreen_C_SetPopupContentWidget) == 0x000008, "Wrong alignment on UI_BP_GenericPopupScreen_C_SetPopupContentWidget"); \ static_assert(sizeof(UI_BP_GenericPopupScreen_C_SetPopupContentWidget) == 0x000008, "Wrong size on UI_BP_GenericPopupScreen_C_SetPopupContentWidget"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_SetPopupContentWidget, ContentWidget) == 0x000000, "Member 'UI_BP_GenericPopupScreen_C_SetPopupContentWidget::ContentWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GenericPopupScreen_C_SetPopupUsesWaitIndicator \ static_assert(alignof(UI_BP_GenericPopupScreen_C_SetPopupUsesWaitIndicator) == 0x000001, "Wrong alignment on UI_BP_GenericPopupScreen_C_SetPopupUsesWaitIndicator"); \ static_assert(sizeof(UI_BP_GenericPopupScreen_C_SetPopupUsesWaitIndicator) == 0x000001, "Wrong size on UI_BP_GenericPopupScreen_C_SetPopupUsesWaitIndicator"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_SetPopupUsesWaitIndicator, bUsesWaitIndicator) == 0x000000, "Member 'UI_BP_GenericPopupScreen_C_SetPopupUsesWaitIndicator::bUsesWaitIndicator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GenericPopupScreen_C_SetPopupCompletionActions \ static_assert(alignof(UI_BP_GenericPopupScreen_C_SetPopupCompletionActions) == 0x000008, "Wrong alignment on UI_BP_GenericPopupScreen_C_SetPopupCompletionActions"); \ static_assert(sizeof(UI_BP_GenericPopupScreen_C_SetPopupCompletionActions) == 0x000010, "Wrong size on UI_BP_GenericPopupScreen_C_SetPopupCompletionActions"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_SetPopupCompletionActions, CompletionActions_0) == 0x000000, "Member 'UI_BP_GenericPopupScreen_C_SetPopupCompletionActions::CompletionActions_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GenericPopupScreen_C_SetPopupLegendItems \ static_assert(alignof(UI_BP_GenericPopupScreen_C_SetPopupLegendItems) == 0x000008, "Wrong alignment on UI_BP_GenericPopupScreen_C_SetPopupLegendItems"); \ static_assert(sizeof(UI_BP_GenericPopupScreen_C_SetPopupLegendItems) == 0x000010, "Wrong size on UI_BP_GenericPopupScreen_C_SetPopupLegendItems"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_SetPopupLegendItems, LegendItems) == 0x000000, "Member 'UI_BP_GenericPopupScreen_C_SetPopupLegendItems::LegendItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GenericPopupScreen_C_SetPopupDescription \ static_assert(alignof(UI_BP_GenericPopupScreen_C_SetPopupDescription) == 0x000008, "Wrong alignment on UI_BP_GenericPopupScreen_C_SetPopupDescription"); \ static_assert(sizeof(UI_BP_GenericPopupScreen_C_SetPopupDescription) == 0x000018, "Wrong size on UI_BP_GenericPopupScreen_C_SetPopupDescription"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_SetPopupDescription, DescriptionString) == 0x000000, "Member 'UI_BP_GenericPopupScreen_C_SetPopupDescription::DescriptionString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_SetPopupDescription, isTranslated) == 0x000010, "Member 'UI_BP_GenericPopupScreen_C_SetPopupDescription::isTranslated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GenericPopupScreen_C_SetPopupTitle \ static_assert(alignof(UI_BP_GenericPopupScreen_C_SetPopupTitle) == 0x000008, "Wrong alignment on UI_BP_GenericPopupScreen_C_SetPopupTitle"); \ static_assert(sizeof(UI_BP_GenericPopupScreen_C_SetPopupTitle) == 0x000010, "Wrong size on UI_BP_GenericPopupScreen_C_SetPopupTitle"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_SetPopupTitle, TitleString) == 0x000000, "Member 'UI_BP_GenericPopupScreen_C_SetPopupTitle::TitleString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GenericPopupScreen_C_PreConstruct \ static_assert(alignof(UI_BP_GenericPopupScreen_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_GenericPopupScreen_C_PreConstruct"); \ static_assert(sizeof(UI_BP_GenericPopupScreen_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_GenericPopupScreen_C_PreConstruct"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_GenericPopupScreen_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction) == 0x000058, "Wrong size on UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, Temp_int_Array_Index_Variable) == 0x000004, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, Temp_int_Array_Index_Variable_1) == 0x000008, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, CallFunc_GetLegendItem_ReturnValue) == 0x000010, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, CallFunc_Array_Get_Item) == 0x000018, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue) == 0x00001A, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, CallFunc_GetLegendItem_ReturnValue_1) == 0x000028, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::CallFunc_GetLegendItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, CallFunc_Array_Get_Item_1) == 0x000038, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, CallFunc_Array_Length_ReturnValue_1) == 0x00003C, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, Temp_int_Loop_Counter_Variable_1) == 0x000044, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000048, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, CallFunc_Less_IntInt_ReturnValue_1) == 0x000049, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, CallFunc_Add_IntInt_ReturnValue_1) == 0x00004C, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000050, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000051, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000052, "Member 'UI_BP_GenericPopupScreen_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings) == 0x0000A8, "Wrong size on UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000048, "Member 'UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000060, "Member 'UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000078, "Member 'UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000090, "Member 'UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_GenericPopupScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_GenericPopupScreen_C \ static_assert(alignof(UUI_BP_GenericPopupScreen_C) == 0x000008, "Wrong alignment on UUI_BP_GenericPopupScreen_C"); \ static_assert(sizeof(UUI_BP_GenericPopupScreen_C) == 0x000438, "Wrong size on UUI_BP_GenericPopupScreen_C"); \ static_assert(offsetof(UUI_BP_GenericPopupScreen_C, UberGraphFrame) == 0x0003C0, "Member 'UUI_BP_GenericPopupScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GenericPopupScreen_C, Modal_Intro) == 0x0003C8, "Member 'UUI_BP_GenericPopupScreen_C::Modal_Intro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GenericPopupScreen_C, Modal_Outro) == 0x0003D0, "Member 'UUI_BP_GenericPopupScreen_C::Modal_Outro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GenericPopupScreen_C, PleaseWaitSection) == 0x0003D8, "Member 'UUI_BP_GenericPopupScreen_C::PleaseWaitSection' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GenericPopupScreen_C, Popup) == 0x0003E0, "Member 'UUI_BP_GenericPopupScreen_C::Popup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GenericPopupScreen_C, popupBody) == 0x0003E8, "Member 'UUI_BP_GenericPopupScreen_C::popupBody' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GenericPopupScreen_C, PopupLegend) == 0x0003F0, "Member 'UUI_BP_GenericPopupScreen_C::PopupLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GenericPopupScreen_C, PopupTitle) == 0x0003F8, "Member 'UUI_BP_GenericPopupScreen_C::PopupTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GenericPopupScreen_C, TooltipContentContainer) == 0x000400, "Member 'UUI_BP_GenericPopupScreen_C::TooltipContentContainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GenericPopupScreen_C, CompletionActions) == 0x000408, "Member 'UUI_BP_GenericPopupScreen_C::CompletionActions' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GenericPopupScreen_C, CachedLegendItems) == 0x000418, "Member 'UUI_BP_GenericPopupScreen_C::CachedLegendItems' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_GenericPopupScreen_C, PopupHoldButtonPressStart) == 0x000428, "Member 'UUI_BP_GenericPopupScreen_C::PopupHoldButtonPressStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_StumbleDazed_End_C \ static_assert(alignof(UABL_NPC_RCT_StumbleDazed_End_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_StumbleDazed_End_C"); \ static_assert(sizeof(UABL_NPC_RCT_StumbleDazed_End_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_StumbleDazed_End_C"); \ #define DUMPER7_ASSERTS_UI_BP_ScreenFade_C_ExecuteUbergraph_UI_BP_ScreenFade \ static_assert(alignof(UI_BP_ScreenFade_C_ExecuteUbergraph_UI_BP_ScreenFade) == 0x000004, "Wrong alignment on UI_BP_ScreenFade_C_ExecuteUbergraph_UI_BP_ScreenFade"); \ static_assert(sizeof(UI_BP_ScreenFade_C_ExecuteUbergraph_UI_BP_ScreenFade) == 0x000028, "Wrong size on UI_BP_ScreenFade_C_ExecuteUbergraph_UI_BP_ScreenFade"); \ static_assert(offsetof(UI_BP_ScreenFade_C_ExecuteUbergraph_UI_BP_ScreenFade, EntryPoint) == 0x000000, "Member 'UI_BP_ScreenFade_C_ExecuteUbergraph_UI_BP_ScreenFade::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScreenFade_C_ExecuteUbergraph_UI_BP_ScreenFade, K2Node_Event_Opacity) == 0x000004, "Member 'UI_BP_ScreenFade_C_ExecuteUbergraph_UI_BP_ScreenFade::K2Node_Event_Opacity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScreenFade_C_ExecuteUbergraph_UI_BP_ScreenFade, K2Node_Event_TargetColor) == 0x000008, "Member 'UI_BP_ScreenFade_C_ExecuteUbergraph_UI_BP_ScreenFade::K2Node_Event_TargetColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ScreenFade_C_ExecuteUbergraph_UI_BP_ScreenFade, K2Node_MakeStruct_LinearColor) == 0x000018, "Member 'UI_BP_ScreenFade_C_ExecuteUbergraph_UI_BP_ScreenFade::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ScreenFade_C_SetFadeColor \ static_assert(alignof(UI_BP_ScreenFade_C_SetFadeColor) == 0x000004, "Wrong alignment on UI_BP_ScreenFade_C_SetFadeColor"); \ static_assert(sizeof(UI_BP_ScreenFade_C_SetFadeColor) == 0x000010, "Wrong size on UI_BP_ScreenFade_C_SetFadeColor"); \ static_assert(offsetof(UI_BP_ScreenFade_C_SetFadeColor, TargetColor_0) == 0x000000, "Member 'UI_BP_ScreenFade_C_SetFadeColor::TargetColor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ScreenFade_C_UI_SetManualFade \ static_assert(alignof(UI_BP_ScreenFade_C_UI_SetManualFade) == 0x000004, "Wrong alignment on UI_BP_ScreenFade_C_UI_SetManualFade"); \ static_assert(sizeof(UI_BP_ScreenFade_C_UI_SetManualFade) == 0x000004, "Wrong size on UI_BP_ScreenFade_C_UI_SetManualFade"); \ static_assert(offsetof(UI_BP_ScreenFade_C_UI_SetManualFade, Opacity) == 0x000000, "Member 'UI_BP_ScreenFade_C_UI_SetManualFade::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ScreenFade_C_FadeIn \ static_assert(alignof(UI_BP_ScreenFade_C_FadeIn) == 0x000008, "Wrong alignment on UI_BP_ScreenFade_C_FadeIn"); \ static_assert(sizeof(UI_BP_ScreenFade_C_FadeIn) == 0x000008, "Wrong size on UI_BP_ScreenFade_C_FadeIn"); \ static_assert(offsetof(UI_BP_ScreenFade_C_FadeIn, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_ScreenFade_C_FadeIn::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ScreenFade_C_FadeOut \ static_assert(alignof(UI_BP_ScreenFade_C_FadeOut) == 0x000008, "Wrong alignment on UI_BP_ScreenFade_C_FadeOut"); \ static_assert(sizeof(UI_BP_ScreenFade_C_FadeOut) == 0x000008, "Wrong size on UI_BP_ScreenFade_C_FadeOut"); \ static_assert(offsetof(UI_BP_ScreenFade_C_FadeOut, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_ScreenFade_C_FadeOut::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ScreenFade_C_UI_GetCurrentFade \ static_assert(alignof(UI_BP_ScreenFade_C_UI_GetCurrentFade) == 0x000004, "Wrong alignment on UI_BP_ScreenFade_C_UI_GetCurrentFade"); \ static_assert(sizeof(UI_BP_ScreenFade_C_UI_GetCurrentFade) == 0x000004, "Wrong size on UI_BP_ScreenFade_C_UI_GetCurrentFade"); \ static_assert(offsetof(UI_BP_ScreenFade_C_UI_GetCurrentFade, ReturnValue) == 0x000000, "Member 'UI_BP_ScreenFade_C_UI_GetCurrentFade::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ScreenFade_C \ static_assert(alignof(UUI_BP_ScreenFade_C) == 0x000008, "Wrong alignment on UUI_BP_ScreenFade_C"); \ static_assert(sizeof(UUI_BP_ScreenFade_C) == 0x000318, "Wrong size on UUI_BP_ScreenFade_C"); \ static_assert(offsetof(UUI_BP_ScreenFade_C, UberGraphFrame) == 0x0002F0, "Member 'UUI_BP_ScreenFade_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScreenFade_C, FadeAnim) == 0x0002F8, "Member 'UUI_BP_ScreenFade_C::FadeAnim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScreenFade_C, Image_0) == 0x000300, "Member 'UUI_BP_ScreenFade_C::Image_0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ScreenFade_C, TargetColor) == 0x000308, "Member 'UUI_BP_ScreenFade_C::TargetColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Climb2M_C_ExecuteUbergraph_ABL_Enemy_Climb2M \ static_assert(alignof(ABL_Enemy_Climb2M_C_ExecuteUbergraph_ABL_Enemy_Climb2M) == 0x000008, "Wrong alignment on ABL_Enemy_Climb2M_C_ExecuteUbergraph_ABL_Enemy_Climb2M"); \ static_assert(sizeof(ABL_Enemy_Climb2M_C_ExecuteUbergraph_ABL_Enemy_Climb2M) == 0x000020, "Wrong size on ABL_Enemy_Climb2M_C_ExecuteUbergraph_ABL_Enemy_Climb2M"); \ static_assert(offsetof(ABL_Enemy_Climb2M_C_ExecuteUbergraph_ABL_Enemy_Climb2M, EntryPoint) == 0x000000, "Member 'ABL_Enemy_Climb2M_C_ExecuteUbergraph_ABL_Enemy_Climb2M::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Climb2M_C_ExecuteUbergraph_ABL_Enemy_Climb2M, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_Climb2M_C_ExecuteUbergraph_ABL_Enemy_Climb2M::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Climb2M_C_ExecuteUbergraph_ABL_Enemy_Climb2M, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Enemy_Climb2M_C_ExecuteUbergraph_ABL_Enemy_Climb2M::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Climb2M_C_ExecuteUbergraph_ABL_Enemy_Climb2M, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_Enemy_Climb2M_C_ExecuteUbergraph_ABL_Enemy_Climb2M::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Climb2M_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_Climb2M_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_Climb2M_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_Climb2M_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_Climb2M_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_Climb2M_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_Climb2M_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Climb2M_C \ static_assert(alignof(UABL_Enemy_Climb2M_C) == 0x000008, "Wrong alignment on UABL_Enemy_Climb2M_C"); \ static_assert(sizeof(UABL_Enemy_Climb2M_C) == 0x0000D0, "Wrong size on UABL_Enemy_Climb2M_C"); \ static_assert(offsetof(UABL_Enemy_Climb2M_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_Climb2M_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen \ static_assert(alignof(UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen) == 0x000008, "Wrong alignment on UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen"); \ static_assert(sizeof(UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen) == 0x000038, "Wrong size on UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen, EntryPoint) == 0x000000, "Member 'UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen, K2Node_Event_IntroType) == 0x000004, "Member 'UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen, K2Node_Event_IntroDuration) == 0x000008, "Member 'UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen, K2Node_Event_OutroType_1) == 0x00000C, "Member 'UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen::K2Node_Event_OutroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen, K2Node_Event_OutroDuration) == 0x000010, "Member 'UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000014, "Member 'UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000018, "Member 'UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000028, "Member 'UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen, K2Node_Event_OutroType) == 0x000030, "Member 'UI_BP_SimpleLegend_Screen_C_ExecuteUbergraph_UI_BP_SimpleLegend_Screen::K2Node_Event_OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SimpleLegend_Screen_C_OnOutroEnded \ static_assert(alignof(UI_BP_SimpleLegend_Screen_C_OnOutroEnded) == 0x000004, "Wrong alignment on UI_BP_SimpleLegend_Screen_C_OnOutroEnded"); \ static_assert(sizeof(UI_BP_SimpleLegend_Screen_C_OnOutroEnded) == 0x000004, "Wrong size on UI_BP_SimpleLegend_Screen_C_OnOutroEnded"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_OnOutroEnded, OutroType) == 0x000000, "Member 'UI_BP_SimpleLegend_Screen_C_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SimpleLegend_Screen_C_OnOutroStarted \ static_assert(alignof(UI_BP_SimpleLegend_Screen_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_SimpleLegend_Screen_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_SimpleLegend_Screen_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_SimpleLegend_Screen_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_SimpleLegend_Screen_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_SimpleLegend_Screen_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SimpleLegend_Screen_C_OnIntroStarted \ static_assert(alignof(UI_BP_SimpleLegend_Screen_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_SimpleLegend_Screen_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_SimpleLegend_Screen_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_SimpleLegend_Screen_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_SimpleLegend_Screen_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_SimpleLegend_Screen_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SimpleLegend_Screen_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_SimpleLegend_Screen_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_SimpleLegend_Screen_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_SimpleLegend_Screen_C_GatherMenuReaderStrings) == 0x000048, "Wrong size on UI_BP_SimpleLegend_Screen_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_SimpleLegend_Screen_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_SimpleLegend_Screen_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_SimpleLegend_Screen_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_SimpleLegend_Screen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SimpleLegend_Screen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_SimpleLegend_Screen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_SimpleLegend_Screen_C \ static_assert(alignof(UUI_BP_SimpleLegend_Screen_C) == 0x000008, "Wrong alignment on UUI_BP_SimpleLegend_Screen_C"); \ static_assert(sizeof(UUI_BP_SimpleLegend_Screen_C) == 0x000388, "Wrong size on UUI_BP_SimpleLegend_Screen_C"); \ static_assert(offsetof(UUI_BP_SimpleLegend_Screen_C, UberGraphFrame) == 0x000370, "Member 'UUI_BP_SimpleLegend_Screen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleLegend_Screen_C, Intro) == 0x000378, "Member 'UUI_BP_SimpleLegend_Screen_C::Intro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SimpleLegend_Screen_C, Legend) == 0x000380, "Member 'UUI_BP_SimpleLegend_Screen_C::Legend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Investigate_Idle_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle \ static_assert(alignof(ABL_Enemy_Investigate_Idle_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle) == 0x000008, "Wrong alignment on ABL_Enemy_Investigate_Idle_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle"); \ static_assert(sizeof(ABL_Enemy_Investigate_Idle_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle) == 0x000010, "Wrong size on ABL_Enemy_Investigate_Idle_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle"); \ static_assert(offsetof(ABL_Enemy_Investigate_Idle_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle, EntryPoint) == 0x000000, "Member 'ABL_Enemy_Investigate_Idle_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Investigate_Idle_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_Investigate_Idle_C_ExecuteUbergraph_ABL_Enemy_Investigate_Idle::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Investigate_Idle_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_Investigate_Idle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_Investigate_Idle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_Investigate_Idle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_Investigate_Idle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_Investigate_Idle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_Investigate_Idle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Investigate_Idle_C \ static_assert(alignof(UABL_Enemy_Investigate_Idle_C) == 0x000008, "Wrong alignment on UABL_Enemy_Investigate_Idle_C"); \ static_assert(sizeof(UABL_Enemy_Investigate_Idle_C) == 0x0000D0, "Wrong size on UABL_Enemy_Investigate_Idle_C"); \ static_assert(offsetof(UABL_Enemy_Investigate_Idle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_Investigate_Idle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem \ static_assert(alignof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem) == 0x000008, "Wrong alignment on UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem"); \ static_assert(sizeof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem) == 0x0001B8, "Wrong size on UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, EntryPoint) == 0x000000, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, Temp_bool_Variable) == 0x000004, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, Temp_name_Variable) == 0x000018, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, K2Node_MakeStruct_SlateColor) == 0x000020, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, K2Node_MakeStruct_SlateColor_1) == 0x000048, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, Temp_bool_Variable_1) == 0x000070, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, Temp_byte_Variable) == 0x000071, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, Temp_byte_Variable_1) == 0x000072, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, K2Node_CreateDelegate_OutputDelegate_1) == 0x000074, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, CallFunc_PostEventAtLocation_ReturnValue) == 0x000084, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, CallFunc_HermesBindEvent_Handle) == 0x000088, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000098, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, CallFunc_BooleanAND_ReturnValue) == 0x0000A0, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000A8, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, CallFunc_PlayAnimation_ReturnValue) == 0x0000B0, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, CallFunc_K2_InvalidateTimerHandle_ReturnValue) == 0x0000B8, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::CallFunc_K2_InvalidateTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, K2Node_Event_IsInventoryFull) == 0x0000C0, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::K2Node_Event_IsInventoryFull' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, K2Node_Event_IsVisible) == 0x0000C1, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::K2Node_Event_IsVisible' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, CallFunc_Greater_IntInt_ReturnValue) == 0x0000C2, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, K2Node_CustomEvent_Caller) == 0x0000C8, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000D0, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, CallFunc_Conv_StringToName_ReturnValue) == 0x0000D4, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, CallFunc_GetItemProperties_ItemProperties) == 0x0000DC, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::CallFunc_GetItemProperties_ItemProperties' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, CallFunc_GetItemProperties_ReturnValue) == 0x000148, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::CallFunc_GetItemProperties_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, K2Node_MakeStruct_SlateColor_2) == 0x000150, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000178, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, K2Node_Select_Default) == 0x00017C, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, K2Node_MakeStruct_SlateColor_3) == 0x000188, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::K2Node_MakeStruct_SlateColor_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem, K2Node_Select_Default_1) == 0x0001B0, "Member 'UI_BP_NotificationItem_C_ExecuteUbergraph_UI_BP_NotificationItem::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationItem_C_NotificationAborted \ static_assert(alignof(UI_BP_NotificationItem_C_NotificationAborted) == 0x000008, "Wrong alignment on UI_BP_NotificationItem_C_NotificationAborted"); \ static_assert(sizeof(UI_BP_NotificationItem_C_NotificationAborted) == 0x000008, "Wrong size on UI_BP_NotificationItem_C_NotificationAborted"); \ static_assert(offsetof(UI_BP_NotificationItem_C_NotificationAborted, Caller) == 0x000000, "Member 'UI_BP_NotificationItem_C_NotificationAborted::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationItem_C_ToggleCountVisibility \ static_assert(alignof(UI_BP_NotificationItem_C_ToggleCountVisibility) == 0x000001, "Wrong alignment on UI_BP_NotificationItem_C_ToggleCountVisibility"); \ static_assert(sizeof(UI_BP_NotificationItem_C_ToggleCountVisibility) == 0x000001, "Wrong size on UI_BP_NotificationItem_C_ToggleCountVisibility"); \ static_assert(offsetof(UI_BP_NotificationItem_C_ToggleCountVisibility, IsVisible_0) == 0x000000, "Member 'UI_BP_NotificationItem_C_ToggleCountVisibility::IsVisible_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationItem_C_SetIsInventoryFullNotification \ static_assert(alignof(UI_BP_NotificationItem_C_SetIsInventoryFullNotification) == 0x000001, "Wrong alignment on UI_BP_NotificationItem_C_SetIsInventoryFullNotification"); \ static_assert(sizeof(UI_BP_NotificationItem_C_SetIsInventoryFullNotification) == 0x000001, "Wrong size on UI_BP_NotificationItem_C_SetIsInventoryFullNotification"); \ static_assert(offsetof(UI_BP_NotificationItem_C_SetIsInventoryFullNotification, IsInventoryFull) == 0x000000, "Member 'UI_BP_NotificationItem_C_SetIsInventoryFullNotification::IsInventoryFull' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationItem_C_Set_Rarity_State \ static_assert(alignof(UI_BP_NotificationItem_C_Set_Rarity_State) == 0x000008, "Wrong alignment on UI_BP_NotificationItem_C_Set_Rarity_State"); \ static_assert(sizeof(UI_BP_NotificationItem_C_Set_Rarity_State) == 0x000088, "Wrong size on UI_BP_NotificationItem_C_Set_Rarity_State"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Set_Rarity_State, RarityTier) == 0x000000, "Member 'UI_BP_NotificationItem_C_Set_Rarity_State::RarityTier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Set_Rarity_State, K2Node_MakeStruct_DataTableRowHandle) == 0x000008, "Member 'UI_BP_NotificationItem_C_Set_Rarity_State::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Set_Rarity_State, CallFunc_GetDataTableRowFromName_OutRow) == 0x000018, "Member 'UI_BP_NotificationItem_C_Set_Rarity_State::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Set_Rarity_State, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000060, "Member 'UI_BP_NotificationItem_C_Set_Rarity_State::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Set_Rarity_State, CallFunc_GetColorByRowHandleBP_ReturnValue) == 0x000064, "Member 'UI_BP_NotificationItem_C_Set_Rarity_State::CallFunc_GetColorByRowHandleBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Set_Rarity_State, CallFunc_GetColorByRowHandleBP_ReturnValue_1) == 0x000074, "Member 'UI_BP_NotificationItem_C_Set_Rarity_State::CallFunc_GetColorByRowHandleBP_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationItem_C_SetItemNotificationType \ static_assert(alignof(UI_BP_NotificationItem_C_SetItemNotificationType) == 0x000001, "Wrong alignment on UI_BP_NotificationItem_C_SetItemNotificationType"); \ static_assert(sizeof(UI_BP_NotificationItem_C_SetItemNotificationType) == 0x000001, "Wrong size on UI_BP_NotificationItem_C_SetItemNotificationType"); \ static_assert(offsetof(UI_BP_NotificationItem_C_SetItemNotificationType, isQuestItem) == 0x000000, "Member 'UI_BP_NotificationItem_C_SetItemNotificationType::isQuestItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationItem_C_AddCount \ static_assert(alignof(UI_BP_NotificationItem_C_AddCount) == 0x000008, "Wrong alignment on UI_BP_NotificationItem_C_AddCount"); \ static_assert(sizeof(UI_BP_NotificationItem_C_AddCount) == 0x000028, "Wrong size on UI_BP_NotificationItem_C_AddCount"); \ static_assert(offsetof(UI_BP_NotificationItem_C_AddCount, Amount) == 0x000000, "Member 'UI_BP_NotificationItem_C_AddCount::Amount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_AddCount, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'UI_BP_NotificationItem_C_AddCount::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_AddCount, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_NotificationItem_C_AddCount::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_AddCount, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'UI_BP_NotificationItem_C_AddCount::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationItem_C_IncrementCount \ static_assert(alignof(UI_BP_NotificationItem_C_IncrementCount) == 0x000008, "Wrong alignment on UI_BP_NotificationItem_C_IncrementCount"); \ static_assert(sizeof(UI_BP_NotificationItem_C_IncrementCount) == 0x000018, "Wrong size on UI_BP_NotificationItem_C_IncrementCount"); \ static_assert(offsetof(UI_BP_NotificationItem_C_IncrementCount, Amount) == 0x000000, "Member 'UI_BP_NotificationItem_C_IncrementCount::Amount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_IncrementCount, ReturnValue) == 0x000004, "Member 'UI_BP_NotificationItem_C_IncrementCount::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_IncrementCount, CallFunc_K2_SetTimer_ReturnValue) == 0x000008, "Member 'UI_BP_NotificationItem_C_IncrementCount::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_IncrementCount, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000010, "Member 'UI_BP_NotificationItem_C_IncrementCount::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_IncrementCount, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000011, "Member 'UI_BP_NotificationItem_C_IncrementCount::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationItem_C_Compare_Gear_Stats \ static_assert(alignof(UI_BP_NotificationItem_C_Compare_Gear_Stats) == 0x000008, "Wrong alignment on UI_BP_NotificationItem_C_Compare_Gear_Stats"); \ static_assert(sizeof(UI_BP_NotificationItem_C_Compare_Gear_Stats) == 0x000108, "Wrong size on UI_BP_NotificationItem_C_Compare_Gear_Stats"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, GearID) == 0x000000, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::GearID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, TempNewGearDeffense) == 0x000008, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::TempNewGearDeffense' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, TempNewGearOffense) == 0x00000C, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::TempNewGearOffense' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, TempCompareColor) == 0x000010, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::TempCompareColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, tempGearSlot) == 0x000020, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::tempGearSlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, TempEquippedStat) == 0x000024, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::TempEquippedStat' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, TempNewStat) == 0x000028, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::TempNewStat' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, TempGearItemID) == 0x00002C, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::TempGearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, K2Node_MakeStruct_DataTableRowHandle) == 0x000040, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000050, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, CallFunc_Greater_IntInt_ReturnValue) == 0x000061, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, CallFunc_GetEquippedGearItemID_ReturnValue) == 0x000064, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::CallFunc_GetEquippedGearItemID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, CallFunc_GetGearItemStats_OffenseStat) == 0x000078, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::CallFunc_GetGearItemStats_OffenseStat' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, CallFunc_GetGearItemStats_DefenseStat) == 0x00007C, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::CallFunc_GetGearItemStats_DefenseStat' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, K2Node_MakeStruct_GearItemID) == 0x000080, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::K2Node_MakeStruct_GearItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, CallFunc_GetGearItemStats_OffenseStat_1) == 0x000094, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::CallFunc_GetGearItemStats_OffenseStat_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, CallFunc_GetGearItemStats_DefenseStat_1) == 0x000098, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::CallFunc_GetGearItemStats_DefenseStat_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, CallFunc_Get_ReturnValue) == 0x0000A0, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, CallFunc_GetGearItem_OutGearItem) == 0x0000A8, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::CallFunc_GetGearItem_OutGearItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, CallFunc_GetGearItem_ReturnValue) == 0x000100, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::CallFunc_GetGearItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000101, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, CallFunc_DefineGearStatTypeFromSlot_ReturnValue) == 0x000102, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::CallFunc_DefineGearStatTypeFromSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_Compare_Gear_Stats, K2Node_SwitchEnum_CmpSuccess) == 0x000103, "Member 'UI_BP_NotificationItem_C_Compare_Gear_Stats::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationItem_C_SetPlayerHouseBroom \ static_assert(alignof(UI_BP_NotificationItem_C_SetPlayerHouseBroom) == 0x000008, "Wrong alignment on UI_BP_NotificationItem_C_SetPlayerHouseBroom"); \ static_assert(sizeof(UI_BP_NotificationItem_C_SetPlayerHouseBroom) == 0x000030, "Wrong size on UI_BP_NotificationItem_C_SetPlayerHouseBroom"); \ static_assert(offsetof(UI_BP_NotificationItem_C_SetPlayerHouseBroom, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_NotificationItem_C_SetPlayerHouseBroom::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_SetPlayerHouseBroom, CallFunc_GetPlayerHouse_ReturnValue) == 0x000008, "Member 'UI_BP_NotificationItem_C_SetPlayerHouseBroom::CallFunc_GetPlayerHouse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_SetPlayerHouseBroom, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'UI_BP_NotificationItem_C_SetPlayerHouseBroom::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationItem_C_SetPlayerHouseBroom, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000028, "Member 'UI_BP_NotificationItem_C_SetPlayerHouseBroom::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_NotificationItem_C \ static_assert(alignof(UUI_BP_NotificationItem_C) == 0x000008, "Wrong alignment on UUI_BP_NotificationItem_C"); \ static_assert(sizeof(UUI_BP_NotificationItem_C) == 0x000358, "Wrong size on UUI_BP_NotificationItem_C"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, UberGraphFrame) == 0x0002B0, "Member 'UUI_BP_NotificationItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, NotificationIN) == 0x0002B8, "Member 'UUI_BP_NotificationItem_C::NotificationIN' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, NotificationOUT) == 0x0002C0, "Member 'UUI_BP_NotificationItem_C::NotificationOUT' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, Burst) == 0x0002C8, "Member 'UUI_BP_NotificationItem_C::Burst' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, compareArrow) == 0x0002D0, "Member 'UUI_BP_NotificationItem_C::compareArrow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, countBack) == 0x0002D8, "Member 'UUI_BP_NotificationItem_C::countBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, iconBorder) == 0x0002E0, "Member 'UUI_BP_NotificationItem_C::iconBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, ItemCountPanel) == 0x0002E8, "Member 'UUI_BP_NotificationItem_C::ItemCountPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, Outline) == 0x0002F0, "Member 'UUI_BP_NotificationItem_C::Outline' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, outlineglow) == 0x0002F8, "Member 'UUI_BP_NotificationItem_C::outlineglow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, QuestBack) == 0x000300, "Member 'UUI_BP_NotificationItem_C::QuestBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, rarityBack) == 0x000308, "Member 'UUI_BP_NotificationItem_C::rarityBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, sparkles) == 0x000310, "Member 'UUI_BP_NotificationItem_C::sparkles' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, textBorder) == 0x000318, "Member 'UUI_BP_NotificationItem_C::textBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, RemainingLifeTime) == 0x000320, "Member 'UUI_BP_NotificationItem_C::RemainingLifeTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, ShouldTickLifetime) == 0x000324, "Member 'UUI_BP_NotificationItem_C::ShouldTickLifetime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, canAddToInventory) == 0x000325, "Member 'UUI_BP_NotificationItem_C::canAddToInventory' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, NotificationComplete) == 0x000328, "Member 'UUI_BP_NotificationItem_C::NotificationComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, LifetimeTimer) == 0x000338, "Member 'UUI_BP_NotificationItem_C::LifetimeTimer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, NotificationAbortionHandle) == 0x000340, "Member 'UUI_BP_NotificationItem_C::NotificationAbortionHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationItem_C, CountVisible) == 0x000350, "Member 'UUI_BP_NotificationItem_C::CountVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_AMUnlockTriptych_C \ static_assert(alignof(ABP_SkinFX_AMUnlockTriptych_C) == 0x000008, "Wrong alignment on ABP_SkinFX_AMUnlockTriptych_C"); \ static_assert(sizeof(ABP_SkinFX_AMUnlockTriptych_C) == 0x0005D0, "Wrong size on ABP_SkinFX_AMUnlockTriptych_C"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule \ static_assert(alignof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule) == 0x000008, "Wrong alignment on UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule"); \ static_assert(sizeof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule) == 0x0000D0, "Wrong size on UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, EntryPoint) == 0x000000, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_MakeStruct_LinearColor) == 0x000020, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_MakeStruct_LinearColor_1) == 0x000030, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_Event_Overlapping_1) == 0x000040, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_Event_Overlapping_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_MakeStruct_LinearColor_2) == 0x000044, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_MakeStruct_LinearColor_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_Event_InUseWeakSub) == 0x000054, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_Event_InUseWeakSub' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_Event_IsVisible_4) == 0x000055, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_Event_IsVisible_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_Event_IsVisible_3) == 0x000056, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_Event_IsVisible_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, CallFunc_GetVisibilityState_VisibilityState) == 0x000057, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::CallFunc_GetVisibilityState_VisibilityState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_Event_Position_2) == 0x000058, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_Event_Position_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_Event_Position_1) == 0x000060, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_Event_Position_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_Event_IsVisible_2) == 0x000068, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_Event_IsVisible_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, CallFunc_GetVisibilityState_VisibilityState_1) == 0x000069, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::CallFunc_GetVisibilityState_VisibilityState_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_Event_IsVisible_1) == 0x00006A, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_Event_IsVisible_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, CallFunc_GetVisibilityState_VisibilityState_2) == 0x00006B, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::CallFunc_GetVisibilityState_VisibilityState_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_Event_Position) == 0x00006C, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_Event_Position' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_Event_Overlapping) == 0x000074, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_Event_Overlapping' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_Event_FinisherActiveIn) == 0x000075, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_Event_FinisherActiveIn' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_Event_IsVisible) == 0x000076, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_Event_IsVisible' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_Event_state) == 0x000077, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_Event_state' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_GameLogicBoolResultEvent_CachedResult) == 0x000078, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_GameLogicBoolResultEvent_CachedResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_GameLogicBoolResultEvent_CachedResult_1) == 0x000079, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_GameLogicBoolResultEvent_CachedResult_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000080, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, CallFunc_Get_Game_Logic_Object_GameLogicObject) == 0x000088, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::CallFunc_Get_Game_Logic_Object_GameLogicObject' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, CallFunc_Get_Game_Logic_Object_GameLogicObject_1) == 0x000090, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::CallFunc_Get_Game_Logic_Object_GameLogicObject_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_GameLogicBoolResultEvent_CachedResult_2) == 0x000098, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_GameLogicBoolResultEvent_CachedResult_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, CallFunc_GetExpression_OnActor_ReturnValue) == 0x0000A8, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::CallFunc_GetExpression_OnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_MakeStruct_LinearColor_3) == 0x0000AC, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_MakeStruct_LinearColor_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, K2Node_GameLogicBoolResultEvent_CachedResult_3) == 0x0000BC, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::K2Node_GameLogicBoolResultEvent_CachedResult_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule, CallFunc_PlayAnimationReverse_ReturnValue_1) == 0x0000C8, "Member 'UI_BP_Reticule_C_ExecuteUbergraph_UI_BP_Reticule::CallFunc_PlayAnimationReverse_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_HandleSetState \ static_assert(alignof(UI_BP_Reticule_C_HandleSetState) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_HandleSetState"); \ static_assert(sizeof(UI_BP_Reticule_C_HandleSetState) == 0x000001, "Wrong size on UI_BP_Reticule_C_HandleSetState"); \ static_assert(offsetof(UI_BP_Reticule_C_HandleSetState, State) == 0x000000, "Member 'UI_BP_Reticule_C_HandleSetState::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_HandleShowRing \ static_assert(alignof(UI_BP_Reticule_C_HandleShowRing) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_HandleShowRing"); \ static_assert(sizeof(UI_BP_Reticule_C_HandleShowRing) == 0x000001, "Wrong size on UI_BP_Reticule_C_HandleShowRing"); \ static_assert(offsetof(UI_BP_Reticule_C_HandleShowRing, IsVisible_0) == 0x000000, "Member 'UI_BP_Reticule_C_HandleShowRing::IsVisible_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_HandleFinisherActiveChanged \ static_assert(alignof(UI_BP_Reticule_C_HandleFinisherActiveChanged) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_HandleFinisherActiveChanged"); \ static_assert(sizeof(UI_BP_Reticule_C_HandleFinisherActiveChanged) == 0x000001, "Wrong size on UI_BP_Reticule_C_HandleFinisherActiveChanged"); \ static_assert(offsetof(UI_BP_Reticule_C_HandleFinisherActiveChanged, FinisherActiveIn) == 0x000000, "Member 'UI_BP_Reticule_C_HandleFinisherActiveChanged::FinisherActiveIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_HandleBestOverlapping \ static_assert(alignof(UI_BP_Reticule_C_HandleBestOverlapping) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_HandleBestOverlapping"); \ static_assert(sizeof(UI_BP_Reticule_C_HandleBestOverlapping) == 0x000001, "Wrong size on UI_BP_Reticule_C_HandleBestOverlapping"); \ static_assert(offsetof(UI_BP_Reticule_C_HandleBestOverlapping, Overlapping) == 0x000000, "Member 'UI_BP_Reticule_C_HandleBestOverlapping::Overlapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_HandleSetTargetRingPosition \ static_assert(alignof(UI_BP_Reticule_C_HandleSetTargetRingPosition) == 0x000004, "Wrong alignment on UI_BP_Reticule_C_HandleSetTargetRingPosition"); \ static_assert(sizeof(UI_BP_Reticule_C_HandleSetTargetRingPosition) == 0x000008, "Wrong size on UI_BP_Reticule_C_HandleSetTargetRingPosition"); \ static_assert(offsetof(UI_BP_Reticule_C_HandleSetTargetRingPosition, Position) == 0x000000, "Member 'UI_BP_Reticule_C_HandleSetTargetRingPosition::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_HandleShowCombatReticule \ static_assert(alignof(UI_BP_Reticule_C_HandleShowCombatReticule) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_HandleShowCombatReticule"); \ static_assert(sizeof(UI_BP_Reticule_C_HandleShowCombatReticule) == 0x000001, "Wrong size on UI_BP_Reticule_C_HandleShowCombatReticule"); \ static_assert(offsetof(UI_BP_Reticule_C_HandleShowCombatReticule, IsVisible_0) == 0x000000, "Member 'UI_BP_Reticule_C_HandleShowCombatReticule::IsVisible_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_HandleShowTargetReticule \ static_assert(alignof(UI_BP_Reticule_C_HandleShowTargetReticule) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_HandleShowTargetReticule"); \ static_assert(sizeof(UI_BP_Reticule_C_HandleShowTargetReticule) == 0x000001, "Wrong size on UI_BP_Reticule_C_HandleShowTargetReticule"); \ static_assert(offsetof(UI_BP_Reticule_C_HandleShowTargetReticule, IsVisible_0) == 0x000000, "Member 'UI_BP_Reticule_C_HandleShowTargetReticule::IsVisible_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_HandleSetSubPosition \ static_assert(alignof(UI_BP_Reticule_C_HandleSetSubPosition) == 0x000004, "Wrong alignment on UI_BP_Reticule_C_HandleSetSubPosition"); \ static_assert(sizeof(UI_BP_Reticule_C_HandleSetSubPosition) == 0x000008, "Wrong size on UI_BP_Reticule_C_HandleSetSubPosition"); \ static_assert(offsetof(UI_BP_Reticule_C_HandleSetSubPosition, Position) == 0x000000, "Member 'UI_BP_Reticule_C_HandleSetSubPosition::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_HandleSetPrimaryPosition \ static_assert(alignof(UI_BP_Reticule_C_HandleSetPrimaryPosition) == 0x000004, "Wrong alignment on UI_BP_Reticule_C_HandleSetPrimaryPosition"); \ static_assert(sizeof(UI_BP_Reticule_C_HandleSetPrimaryPosition) == 0x000008, "Wrong size on UI_BP_Reticule_C_HandleSetPrimaryPosition"); \ static_assert(offsetof(UI_BP_Reticule_C_HandleSetPrimaryPosition, Position) == 0x000000, "Member 'UI_BP_Reticule_C_HandleSetPrimaryPosition::Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_HandleShowSub \ static_assert(alignof(UI_BP_Reticule_C_HandleShowSub) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_HandleShowSub"); \ static_assert(sizeof(UI_BP_Reticule_C_HandleShowSub) == 0x000001, "Wrong size on UI_BP_Reticule_C_HandleShowSub"); \ static_assert(offsetof(UI_BP_Reticule_C_HandleShowSub, IsVisible_0) == 0x000000, "Member 'UI_BP_Reticule_C_HandleShowSub::IsVisible_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_HandleShow \ static_assert(alignof(UI_BP_Reticule_C_HandleShow) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_HandleShow"); \ static_assert(sizeof(UI_BP_Reticule_C_HandleShow) == 0x000001, "Wrong size on UI_BP_Reticule_C_HandleShow"); \ static_assert(offsetof(UI_BP_Reticule_C_HandleShow, IsVisible_0) == 0x000000, "Member 'UI_BP_Reticule_C_HandleShow::IsVisible_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_UseWeakReticuleBP \ static_assert(alignof(UI_BP_Reticule_C_UseWeakReticuleBP) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_UseWeakReticuleBP"); \ static_assert(sizeof(UI_BP_Reticule_C_UseWeakReticuleBP) == 0x000001, "Wrong size on UI_BP_Reticule_C_UseWeakReticuleBP"); \ static_assert(offsetof(UI_BP_Reticule_C_UseWeakReticuleBP, InUseWeakSub) == 0x000000, "Member 'UI_BP_Reticule_C_UseWeakReticuleBP::InUseWeakSub' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_HandleOverlapping \ static_assert(alignof(UI_BP_Reticule_C_HandleOverlapping) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_HandleOverlapping"); \ static_assert(sizeof(UI_BP_Reticule_C_HandleOverlapping) == 0x000001, "Wrong size on UI_BP_Reticule_C_HandleOverlapping"); \ static_assert(offsetof(UI_BP_Reticule_C_HandleOverlapping, Overlapping) == 0x000000, "Member 'UI_BP_Reticule_C_HandleOverlapping::Overlapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_GameLogicElementEvt_HasAimTarget_K2Node_GameLogicBoolResultEvent_0 \ static_assert(alignof(UI_BP_Reticule_C_GameLogicElementEvt_HasAimTarget_K2Node_GameLogicBoolResultEvent_0) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_GameLogicElementEvt_HasAimTarget_K2Node_GameLogicBoolResultEvent_0"); \ static_assert(sizeof(UI_BP_Reticule_C_GameLogicElementEvt_HasAimTarget_K2Node_GameLogicBoolResultEvent_0) == 0x000001, "Wrong size on UI_BP_Reticule_C_GameLogicElementEvt_HasAimTarget_K2Node_GameLogicBoolResultEvent_0"); \ static_assert(offsetof(UI_BP_Reticule_C_GameLogicElementEvt_HasAimTarget_K2Node_GameLogicBoolResultEvent_0, CachedResult) == 0x000000, "Member 'UI_BP_Reticule_C_GameLogicElementEvt_HasAimTarget_K2Node_GameLogicBoolResultEvent_0::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_GameLogicElementEvt_HasAutoTarget_K2Node_GameLogicBoolResultEvent_1 \ static_assert(alignof(UI_BP_Reticule_C_GameLogicElementEvt_HasAutoTarget_K2Node_GameLogicBoolResultEvent_1) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_GameLogicElementEvt_HasAutoTarget_K2Node_GameLogicBoolResultEvent_1"); \ static_assert(sizeof(UI_BP_Reticule_C_GameLogicElementEvt_HasAutoTarget_K2Node_GameLogicBoolResultEvent_1) == 0x000001, "Wrong size on UI_BP_Reticule_C_GameLogicElementEvt_HasAutoTarget_K2Node_GameLogicBoolResultEvent_1"); \ static_assert(offsetof(UI_BP_Reticule_C_GameLogicElementEvt_HasAutoTarget_K2Node_GameLogicBoolResultEvent_1, CachedResult) == 0x000000, "Member 'UI_BP_Reticule_C_GameLogicElementEvt_HasAutoTarget_K2Node_GameLogicBoolResultEvent_1::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_GameLogicElementEvt_ShowRing_K2Node_GameLogicBoolResultEvent_2 \ static_assert(alignof(UI_BP_Reticule_C_GameLogicElementEvt_ShowRing_K2Node_GameLogicBoolResultEvent_2) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_GameLogicElementEvt_ShowRing_K2Node_GameLogicBoolResultEvent_2"); \ static_assert(sizeof(UI_BP_Reticule_C_GameLogicElementEvt_ShowRing_K2Node_GameLogicBoolResultEvent_2) == 0x000001, "Wrong size on UI_BP_Reticule_C_GameLogicElementEvt_ShowRing_K2Node_GameLogicBoolResultEvent_2"); \ static_assert(offsetof(UI_BP_Reticule_C_GameLogicElementEvt_ShowRing_K2Node_GameLogicBoolResultEvent_2, CachedResult) == 0x000000, "Member 'UI_BP_Reticule_C_GameLogicElementEvt_ShowRing_K2Node_GameLogicBoolResultEvent_2::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_GameLogicElementEvt_ShowDot_K2Node_GameLogicBoolResultEvent_3 \ static_assert(alignof(UI_BP_Reticule_C_GameLogicElementEvt_ShowDot_K2Node_GameLogicBoolResultEvent_3) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_GameLogicElementEvt_ShowDot_K2Node_GameLogicBoolResultEvent_3"); \ static_assert(sizeof(UI_BP_Reticule_C_GameLogicElementEvt_ShowDot_K2Node_GameLogicBoolResultEvent_3) == 0x000001, "Wrong size on UI_BP_Reticule_C_GameLogicElementEvt_ShowDot_K2Node_GameLogicBoolResultEvent_3"); \ static_assert(offsetof(UI_BP_Reticule_C_GameLogicElementEvt_ShowDot_K2Node_GameLogicBoolResultEvent_3, CachedResult) == 0x000000, "Member 'UI_BP_Reticule_C_GameLogicElementEvt_ShowDot_K2Node_GameLogicBoolResultEvent_3::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_ShowSub \ static_assert(alignof(UI_BP_Reticule_C_ShowSub) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_ShowSub"); \ static_assert(sizeof(UI_BP_Reticule_C_ShowSub) == 0x000001, "Wrong size on UI_BP_Reticule_C_ShowSub"); \ static_assert(offsetof(UI_BP_Reticule_C_ShowSub, Visible) == 0x000000, "Member 'UI_BP_Reticule_C_ShowSub::Visible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_SetSubPosition \ static_assert(alignof(UI_BP_Reticule_C_SetSubPosition) == 0x000004, "Wrong alignment on UI_BP_Reticule_C_SetSubPosition"); \ static_assert(sizeof(UI_BP_Reticule_C_SetSubPosition) == 0x000020, "Wrong size on UI_BP_Reticule_C_SetSubPosition"); \ static_assert(offsetof(UI_BP_Reticule_C_SetSubPosition, Position) == 0x000000, "Member 'UI_BP_Reticule_C_SetSubPosition::Position' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SetSubPosition, CallFunc_BreakVector2D_X) == 0x000008, "Member 'UI_BP_Reticule_C_SetSubPosition::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SetSubPosition, CallFunc_BreakVector2D_Y) == 0x00000C, "Member 'UI_BP_Reticule_C_SetSubPosition::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SetSubPosition, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'UI_BP_Reticule_C_SetSubPosition::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SetSubPosition, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000014, "Member 'UI_BP_Reticule_C_SetSubPosition::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SetSubPosition, CallFunc_MakeVector2D_ReturnValue) == 0x000018, "Member 'UI_BP_Reticule_C_SetSubPosition::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_ShowPrimary \ static_assert(alignof(UI_BP_Reticule_C_ShowPrimary) == 0x000008, "Wrong alignment on UI_BP_Reticule_C_ShowPrimary"); \ static_assert(sizeof(UI_BP_Reticule_C_ShowPrimary) == 0x000010, "Wrong size on UI_BP_Reticule_C_ShowPrimary"); \ static_assert(offsetof(UI_BP_Reticule_C_ShowPrimary, Visible) == 0x000000, "Member 'UI_BP_Reticule_C_ShowPrimary::Visible' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ShowPrimary, CallFunc_GetVisibilityState_VisibilityState) == 0x000001, "Member 'UI_BP_Reticule_C_ShowPrimary::CallFunc_GetVisibilityState_VisibilityState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ShowPrimary, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_Reticule_C_ShowPrimary::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_SetPrimaryPosition \ static_assert(alignof(UI_BP_Reticule_C_SetPrimaryPosition) == 0x000004, "Wrong alignment on UI_BP_Reticule_C_SetPrimaryPosition"); \ static_assert(sizeof(UI_BP_Reticule_C_SetPrimaryPosition) == 0x000024, "Wrong size on UI_BP_Reticule_C_SetPrimaryPosition"); \ static_assert(offsetof(UI_BP_Reticule_C_SetPrimaryPosition, Position) == 0x000000, "Member 'UI_BP_Reticule_C_SetPrimaryPosition::Position' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SetPrimaryPosition, CallFunc_BreakVector2D_X) == 0x000008, "Member 'UI_BP_Reticule_C_SetPrimaryPosition::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SetPrimaryPosition, CallFunc_BreakVector2D_Y) == 0x00000C, "Member 'UI_BP_Reticule_C_SetPrimaryPosition::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SetPrimaryPosition, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'UI_BP_Reticule_C_SetPrimaryPosition::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SetPrimaryPosition, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000014, "Member 'UI_BP_Reticule_C_SetPrimaryPosition::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SetPrimaryPosition, CallFunc_MakeVector2D_ReturnValue) == 0x000018, "Member 'UI_BP_Reticule_C_SetPrimaryPosition::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SetPrimaryPosition, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000020, "Member 'UI_BP_Reticule_C_SetPrimaryPosition::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_ToLock \ static_assert(alignof(UI_BP_Reticule_C_ToLock) == 0x000008, "Wrong alignment on UI_BP_Reticule_C_ToLock"); \ static_assert(sizeof(UI_BP_Reticule_C_ToLock) == 0x000010, "Wrong size on UI_BP_Reticule_C_ToLock"); \ static_assert(offsetof(UI_BP_Reticule_C_ToLock, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_Reticule_C_ToLock::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ToLock, K2Node_Select_Default) == 0x000008, "Member 'UI_BP_Reticule_C_ToLock::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_ToUnlock \ static_assert(alignof(UI_BP_Reticule_C_ToUnlock) == 0x000008, "Wrong alignment on UI_BP_Reticule_C_ToUnlock"); \ static_assert(sizeof(UI_BP_Reticule_C_ToUnlock) == 0x000010, "Wrong size on UI_BP_Reticule_C_ToUnlock"); \ static_assert(offsetof(UI_BP_Reticule_C_ToUnlock, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_Reticule_C_ToUnlock::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ToUnlock, K2Node_Select_Default) == 0x000008, "Member 'UI_BP_Reticule_C_ToUnlock::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_Fire \ static_assert(alignof(UI_BP_Reticule_C_Fire) == 0x000008, "Wrong alignment on UI_BP_Reticule_C_Fire"); \ static_assert(sizeof(UI_BP_Reticule_C_Fire) == 0x000020, "Wrong size on UI_BP_Reticule_C_Fire"); \ static_assert(offsetof(UI_BP_Reticule_C_Fire, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'UI_BP_Reticule_C_Fire::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_Fire, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000010, "Member 'UI_BP_Reticule_C_Fire::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_Fire, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'UI_BP_Reticule_C_Fire::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_FireFade \ static_assert(alignof(UI_BP_Reticule_C_FireFade) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_FireFade"); \ static_assert(sizeof(UI_BP_Reticule_C_FireFade) == 0x000001, "Wrong size on UI_BP_Reticule_C_FireFade"); \ static_assert(offsetof(UI_BP_Reticule_C_FireFade, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000000, "Member 'UI_BP_Reticule_C_FireFade::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_ShowAimShot \ static_assert(alignof(UI_BP_Reticule_C_ShowAimShot) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_ShowAimShot"); \ static_assert(sizeof(UI_BP_Reticule_C_ShowAimShot) == 0x000002, "Wrong size on UI_BP_Reticule_C_ShowAimShot"); \ static_assert(offsetof(UI_BP_Reticule_C_ShowAimShot, Visible) == 0x000000, "Member 'UI_BP_Reticule_C_ShowAimShot::Visible' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_ShowAimShot, CallFunc_GetVisibilityState_VisibilityState) == 0x000001, "Member 'UI_BP_Reticule_C_ShowAimShot::CallFunc_GetVisibilityState_VisibilityState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_SelectWeakSub \ static_assert(alignof(UI_BP_Reticule_C_SelectWeakSub) == 0x000008, "Wrong alignment on UI_BP_Reticule_C_SelectWeakSub"); \ static_assert(sizeof(UI_BP_Reticule_C_SelectWeakSub) == 0x000020, "Wrong size on UI_BP_Reticule_C_SelectWeakSub"); \ static_assert(offsetof(UI_BP_Reticule_C_SelectWeakSub, UseIt) == 0x000000, "Member 'UI_BP_Reticule_C_SelectWeakSub::UseIt' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SelectWeakSub, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_Reticule_C_SelectWeakSub::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SelectWeakSub, CallFunc_GetWeakSubImage_WeakSubImage) == 0x000008, "Member 'UI_BP_Reticule_C_SelectWeakSub::CallFunc_GetWeakSubImage_WeakSubImage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SelectWeakSub, CallFunc_GetSubImage_SubImage) == 0x000010, "Member 'UI_BP_Reticule_C_SelectWeakSub::CallFunc_GetSubImage_SubImage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SelectWeakSub, K2Node_Select_Default) == 0x000018, "Member 'UI_BP_Reticule_C_SelectWeakSub::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_SetCurrentSub \ static_assert(alignof(UI_BP_Reticule_C_SetCurrentSub) == 0x000008, "Wrong alignment on UI_BP_Reticule_C_SetCurrentSub"); \ static_assert(sizeof(UI_BP_Reticule_C_SetCurrentSub) == 0x000008, "Wrong size on UI_BP_Reticule_C_SetCurrentSub"); \ static_assert(offsetof(UI_BP_Reticule_C_SetCurrentSub, NewSub) == 0x000000, "Member 'UI_BP_Reticule_C_SetCurrentSub::NewSub' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_GetWeakSubImage \ static_assert(alignof(UI_BP_Reticule_C_GetWeakSubImage) == 0x000008, "Wrong alignment on UI_BP_Reticule_C_GetWeakSubImage"); \ static_assert(sizeof(UI_BP_Reticule_C_GetWeakSubImage) == 0x000010, "Wrong size on UI_BP_Reticule_C_GetWeakSubImage"); \ static_assert(offsetof(UI_BP_Reticule_C_GetWeakSubImage, WeakSubImage) == 0x000000, "Member 'UI_BP_Reticule_C_GetWeakSubImage::WeakSubImage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_GetWeakSubImage, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'UI_BP_Reticule_C_GetWeakSubImage::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_GetSubImage \ static_assert(alignof(UI_BP_Reticule_C_GetSubImage) == 0x000008, "Wrong alignment on UI_BP_Reticule_C_GetSubImage"); \ static_assert(sizeof(UI_BP_Reticule_C_GetSubImage) == 0x000010, "Wrong size on UI_BP_Reticule_C_GetSubImage"); \ static_assert(offsetof(UI_BP_Reticule_C_GetSubImage, SubImage) == 0x000000, "Member 'UI_BP_Reticule_C_GetSubImage::SubImage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_GetSubImage, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'UI_BP_Reticule_C_GetSubImage::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_GetVisibilityState \ static_assert(alignof(UI_BP_Reticule_C_GetVisibilityState) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_GetVisibilityState"); \ static_assert(sizeof(UI_BP_Reticule_C_GetVisibilityState) == 0x000006, "Wrong size on UI_BP_Reticule_C_GetVisibilityState"); \ static_assert(offsetof(UI_BP_Reticule_C_GetVisibilityState, Visible) == 0x000000, "Member 'UI_BP_Reticule_C_GetVisibilityState::Visible' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_GetVisibilityState, VisibilityState) == 0x000001, "Member 'UI_BP_Reticule_C_GetVisibilityState::VisibilityState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_GetVisibilityState, CallFunc_MakeLiteralByte_ReturnValue) == 0x000002, "Member 'UI_BP_Reticule_C_GetVisibilityState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_GetVisibilityState, Temp_bool_Variable) == 0x000003, "Member 'UI_BP_Reticule_C_GetVisibilityState::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_GetVisibilityState, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000004, "Member 'UI_BP_Reticule_C_GetVisibilityState::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_GetVisibilityState, K2Node_Select_Default) == 0x000005, "Member 'UI_BP_Reticule_C_GetVisibilityState::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_ToFinisherActive \ static_assert(alignof(UI_BP_Reticule_C_ToFinisherActive) == 0x000004, "Wrong alignment on UI_BP_Reticule_C_ToFinisherActive"); \ static_assert(sizeof(UI_BP_Reticule_C_ToFinisherActive) == 0x000010, "Wrong size on UI_BP_Reticule_C_ToFinisherActive"); \ static_assert(offsetof(UI_BP_Reticule_C_ToFinisherActive, K2Node_MakeStruct_LinearColor) == 0x000000, "Member 'UI_BP_Reticule_C_ToFinisherActive::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_SetStateBP \ static_assert(alignof(UI_BP_Reticule_C_SetStateBP) == 0x000001, "Wrong alignment on UI_BP_Reticule_C_SetStateBP"); \ static_assert(sizeof(UI_BP_Reticule_C_SetStateBP) == 0x000002, "Wrong size on UI_BP_Reticule_C_SetStateBP"); \ static_assert(offsetof(UI_BP_Reticule_C_SetStateBP, State) == 0x000000, "Member 'UI_BP_Reticule_C_SetStateBP::State' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SetStateBP, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'UI_BP_Reticule_C_SetStateBP::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_SetTargetRingPosition \ static_assert(alignof(UI_BP_Reticule_C_SetTargetRingPosition) == 0x000004, "Wrong alignment on UI_BP_Reticule_C_SetTargetRingPosition"); \ static_assert(sizeof(UI_BP_Reticule_C_SetTargetRingPosition) == 0x000020, "Wrong size on UI_BP_Reticule_C_SetTargetRingPosition"); \ static_assert(offsetof(UI_BP_Reticule_C_SetTargetRingPosition, Position) == 0x000000, "Member 'UI_BP_Reticule_C_SetTargetRingPosition::Position' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SetTargetRingPosition, CallFunc_BreakVector2D_X) == 0x000008, "Member 'UI_BP_Reticule_C_SetTargetRingPosition::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SetTargetRingPosition, CallFunc_BreakVector2D_Y) == 0x00000C, "Member 'UI_BP_Reticule_C_SetTargetRingPosition::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SetTargetRingPosition, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'UI_BP_Reticule_C_SetTargetRingPosition::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SetTargetRingPosition, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000014, "Member 'UI_BP_Reticule_C_SetTargetRingPosition::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_SetTargetRingPosition, CallFunc_MakeVector2D_ReturnValue) == 0x000018, "Member 'UI_BP_Reticule_C_SetTargetRingPosition::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Reticule_C_Get_Game_Logic_Object \ static_assert(alignof(UI_BP_Reticule_C_Get_Game_Logic_Object) == 0x000008, "Wrong alignment on UI_BP_Reticule_C_Get_Game_Logic_Object"); \ static_assert(sizeof(UI_BP_Reticule_C_Get_Game_Logic_Object) == 0x000020, "Wrong size on UI_BP_Reticule_C_Get_Game_Logic_Object"); \ static_assert(offsetof(UI_BP_Reticule_C_Get_Game_Logic_Object, GameLogicObject_0) == 0x000000, "Member 'UI_BP_Reticule_C_Get_Game_Logic_Object::GameLogicObject_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_Get_Game_Logic_Object, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'UI_BP_Reticule_C_Get_Game_Logic_Object::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_Get_Game_Logic_Object, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'UI_BP_Reticule_C_Get_Game_Logic_Object::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_Get_Game_Logic_Object, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'UI_BP_Reticule_C_Get_Game_Logic_Object::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Reticule_C_Get_Game_Logic_Object, CallFunc_GetGameLogicObject_ReturnValue) == 0x000018, "Member 'UI_BP_Reticule_C_Get_Game_Logic_Object::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Reticule_C \ static_assert(alignof(UUI_BP_Reticule_C) == 0x000008, "Wrong alignment on UUI_BP_Reticule_C"); \ static_assert(sizeof(UUI_BP_Reticule_C) == 0x0004C0, "Wrong size on UUI_BP_Reticule_C"); \ static_assert(offsetof(UUI_BP_Reticule_C, UberGraphFrame) == 0x0003C8, "Member 'UUI_BP_Reticule_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, FadeAimRing) == 0x0003D0, "Member 'UUI_BP_Reticule_C::FadeAimRing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, FadeDotSkin) == 0x0003D8, "Member 'UUI_BP_Reticule_C::FadeDotSkin' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, PulsePrimary) == 0x0003E0, "Member 'UUI_BP_Reticule_C::PulsePrimary' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, FadeOutFinisher) == 0x0003E8, "Member 'UUI_BP_Reticule_C::FadeOutFinisher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, Aim_Shot) == 0x0003F0, "Member 'UUI_BP_Reticule_C::Aim_Shot' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, AimModeCircle) == 0x0003F8, "Member 'UUI_BP_Reticule_C::AimModeCircle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, BestFinisherTargetImage) == 0x000400, "Member 'UUI_BP_Reticule_C::BestFinisherTargetImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, BestFinisherTargetLinearImage) == 0x000408, "Member 'UUI_BP_Reticule_C::BestFinisherTargetLinearImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, CombatReticule) == 0x000410, "Member 'UUI_BP_Reticule_C::CombatReticule' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, Dot_CP) == 0x000418, "Member 'UUI_BP_Reticule_C::Dot_CP' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, DotSkin_CP) == 0x000420, "Member 'UUI_BP_Reticule_C::DotSkin_CP' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, FinisherCircleLinearImage) == 0x000428, "Member 'UUI_BP_Reticule_C::FinisherCircleLinearImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, FinisherRingLinearImage) == 0x000430, "Member 'UUI_BP_Reticule_C::FinisherRingLinearImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, Glitter) == 0x000438, "Member 'UUI_BP_Reticule_C::Glitter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, Locking) == 0x000440, "Member 'UUI_BP_Reticule_C::Locking' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, MouseAutoTargetDot) == 0x000448, "Member 'UUI_BP_Reticule_C::MouseAutoTargetDot' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, sub) == 0x000450, "Member 'UUI_BP_Reticule_C::sub' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, Sub_Locked) == 0x000458, "Member 'UUI_BP_Reticule_C::Sub_Locked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, Sub_Weak_Locked) == 0x000460, "Member 'UUI_BP_Reticule_C::Sub_Weak_Locked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, SubWeak) == 0x000468, "Member 'UUI_BP_Reticule_C::SubWeak' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, TargetReticule) == 0x000470, "Member 'UUI_BP_Reticule_C::TargetReticule' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, TargetRing) == 0x000478, "Member 'UUI_BP_Reticule_C::TargetRing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, TargetRingCanvas) == 0x000480, "Member 'UUI_BP_Reticule_C::TargetRingCanvas' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, CurrentSub) == 0x000488, "Member 'UUI_BP_Reticule_C::CurrentSub' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, CurrentFinisherCircleImage) == 0x000490, "Member 'UUI_BP_Reticule_C::CurrentFinisherCircleImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, CurrentFinisherRingImage) == 0x000498, "Member 'UUI_BP_Reticule_C::CurrentFinisherRingImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, CurrentBestFinisherTargetImage) == 0x0004A0, "Member 'UUI_BP_Reticule_C::CurrentBestFinisherTargetImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, TestStateMachine) == 0x0004A8, "Member 'UUI_BP_Reticule_C::TestStateMachine' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, PrimaryPosition) == 0x0004B0, "Member 'UUI_BP_Reticule_C::PrimaryPosition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Reticule_C, GameLogicObject) == 0x0004B8, "Member 'UUI_BP_Reticule_C::GameLogicObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_SubtitleInterface_C_GetRichText \ static_assert(alignof(UI_BPI_SubtitleInterface_C_GetRichText) == 0x000008, "Wrong alignment on UI_BPI_SubtitleInterface_C_GetRichText"); \ static_assert(sizeof(UI_BPI_SubtitleInterface_C_GetRichText) == 0x000008, "Wrong size on UI_BPI_SubtitleInterface_C_GetRichText"); \ static_assert(offsetof(UI_BPI_SubtitleInterface_C_GetRichText, NewParam) == 0x000000, "Member 'UI_BPI_SubtitleInterface_C_GetRichText::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_SubtitleInterface_C_SetRichText \ static_assert(alignof(UI_BPI_SubtitleInterface_C_SetRichText) == 0x000008, "Wrong alignment on UI_BPI_SubtitleInterface_C_SetRichText"); \ static_assert(sizeof(UI_BPI_SubtitleInterface_C_SetRichText) == 0x000010, "Wrong size on UI_BPI_SubtitleInterface_C_SetRichText"); \ static_assert(offsetof(UI_BPI_SubtitleInterface_C_SetRichText, InputString) == 0x000000, "Member 'UI_BPI_SubtitleInterface_C_SetRichText::InputString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_SubtitleInterface_C_AdjustHeight \ static_assert(alignof(UI_BPI_SubtitleInterface_C_AdjustHeight) == 0x000004, "Wrong alignment on UI_BPI_SubtitleInterface_C_AdjustHeight"); \ static_assert(sizeof(UI_BPI_SubtitleInterface_C_AdjustHeight) == 0x000004, "Wrong size on UI_BPI_SubtitleInterface_C_AdjustHeight"); \ static_assert(offsetof(UI_BPI_SubtitleInterface_C_AdjustHeight, PixelsUP) == 0x000000, "Member 'UI_BPI_SubtitleInterface_C_AdjustHeight::PixelsUP' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_SubtitleInterface_C \ static_assert(alignof(IUI_BPI_SubtitleInterface_C) == 0x000001, "Wrong alignment on IUI_BPI_SubtitleInterface_C"); \ static_assert(sizeof(IUI_BPI_SubtitleInterface_C) == 0x000001, "Wrong size on IUI_BPI_SubtitleInterface_C"); \ #define DUMPER7_ASSERTS_UI_BPI_SubtitleHUD_C_GetSubtitleHUD \ static_assert(alignof(UI_BPI_SubtitleHUD_C_GetSubtitleHUD) == 0x000008, "Wrong alignment on UI_BPI_SubtitleHUD_C_GetSubtitleHUD"); \ static_assert(sizeof(UI_BPI_SubtitleHUD_C_GetSubtitleHUD) == 0x000008, "Wrong size on UI_BPI_SubtitleHUD_C_GetSubtitleHUD"); \ static_assert(offsetof(UI_BPI_SubtitleHUD_C_GetSubtitleHUD, SubtitleHUD) == 0x000000, "Member 'UI_BPI_SubtitleHUD_C_GetSubtitleHUD::SubtitleHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_SubtitleHUD_C \ static_assert(alignof(IUI_BPI_SubtitleHUD_C) == 0x000001, "Wrong alignment on IUI_BPI_SubtitleHUD_C"); \ static_assert(sizeof(IUI_BPI_SubtitleHUD_C) == 0x000001, "Wrong size on IUI_BPI_SubtitleHUD_C"); \ #define DUMPER7_ASSERTS_UI_BP_FinisherMeterSection_C_ExecuteUbergraph_UI_BP_FinisherMeterSection \ static_assert(alignof(UI_BP_FinisherMeterSection_C_ExecuteUbergraph_UI_BP_FinisherMeterSection) == 0x000004, "Wrong alignment on UI_BP_FinisherMeterSection_C_ExecuteUbergraph_UI_BP_FinisherMeterSection"); \ static_assert(sizeof(UI_BP_FinisherMeterSection_C_ExecuteUbergraph_UI_BP_FinisherMeterSection) == 0x000008, "Wrong size on UI_BP_FinisherMeterSection_C_ExecuteUbergraph_UI_BP_FinisherMeterSection"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_ExecuteUbergraph_UI_BP_FinisherMeterSection, EntryPoint) == 0x000000, "Member 'UI_BP_FinisherMeterSection_C_ExecuteUbergraph_UI_BP_FinisherMeterSection::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_ExecuteUbergraph_UI_BP_FinisherMeterSection, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_FinisherMeterSection_C_ExecuteUbergraph_UI_BP_FinisherMeterSection::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FinisherMeterSection_C_PreConstruct \ static_assert(alignof(UI_BP_FinisherMeterSection_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_FinisherMeterSection_C_PreConstruct"); \ static_assert(sizeof(UI_BP_FinisherMeterSection_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_FinisherMeterSection_C_PreConstruct"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_FinisherMeterSection_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FinisherMeterSection_C_SetMeterPercent \ static_assert(alignof(UI_BP_FinisherMeterSection_C_SetMeterPercent) == 0x000008, "Wrong alignment on UI_BP_FinisherMeterSection_C_SetMeterPercent"); \ static_assert(sizeof(UI_BP_FinisherMeterSection_C_SetMeterPercent) == 0x000028, "Wrong size on UI_BP_FinisherMeterSection_C_SetMeterPercent"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPercent, NewPercent) == 0x000000, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPercent::NewPercent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPercent, OldPercent) == 0x000004, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPercent::OldPercent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPercent, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPercent::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPercent, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPercent::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPercent, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000018, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPercent::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPercent, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPercent::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FinisherMeterSection_C_SetMeterPosition \ static_assert(alignof(UI_BP_FinisherMeterSection_C_SetMeterPosition) == 0x000004, "Wrong alignment on UI_BP_FinisherMeterSection_C_SetMeterPosition"); \ static_assert(sizeof(UI_BP_FinisherMeterSection_C_SetMeterPosition) == 0x000020, "Wrong size on UI_BP_FinisherMeterSection_C_SetMeterPosition"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPosition, Index_0) == 0x000000, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPosition::Index_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPosition, Temp_int_Variable) == 0x000004, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPosition::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPosition, Temp_byte_Variable) == 0x000008, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPosition::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPosition, Temp_byte_Variable_1) == 0x000009, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPosition::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPosition, Temp_byte_Variable_2) == 0x00000A, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPosition::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPosition, Temp_int_Variable_1) == 0x00000C, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPosition::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPosition, Temp_byte_Variable_3) == 0x000010, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPosition::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPosition, Temp_byte_Variable_4) == 0x000011, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPosition::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPosition, Temp_byte_Variable_5) == 0x000012, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPosition::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPosition, Temp_int_Variable_2) == 0x000014, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPosition::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPosition, Temp_byte_Variable_6) == 0x000018, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPosition::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPosition, Temp_byte_Variable_7) == 0x000019, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPosition::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPosition, Temp_byte_Variable_8) == 0x00001A, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPosition::Temp_byte_Variable_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPosition, K2Node_Select_Default) == 0x00001B, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPosition::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPosition, K2Node_Select_Default_1) == 0x00001C, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPosition::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_SetMeterPosition, K2Node_Select_Default_2) == 0x00001D, "Member 'UI_BP_FinisherMeterSection_C_SetMeterPosition::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FinisherMeterSection_C_Set_Meter_Glint \ static_assert(alignof(UI_BP_FinisherMeterSection_C_Set_Meter_Glint) == 0x000008, "Wrong alignment on UI_BP_FinisherMeterSection_C_Set_Meter_Glint"); \ static_assert(sizeof(UI_BP_FinisherMeterSection_C_Set_Meter_Glint) == 0x000038, "Wrong size on UI_BP_FinisherMeterSection_C_Set_Meter_Glint"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_Set_Meter_Glint, CallFunc_RandomFloatInRange_ReturnValue) == 0x000000, "Member 'UI_BP_FinisherMeterSection_C_Set_Meter_Glint::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_Set_Meter_Glint, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000004, "Member 'UI_BP_FinisherMeterSection_C_Set_Meter_Glint::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_Set_Meter_Glint, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000008, "Member 'UI_BP_FinisherMeterSection_C_Set_Meter_Glint::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_Set_Meter_Glint, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000010, "Member 'UI_BP_FinisherMeterSection_C_Set_Meter_Glint::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_Set_Meter_Glint, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000018, "Member 'UI_BP_FinisherMeterSection_C_Set_Meter_Glint::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_Set_Meter_Glint, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000019, "Member 'UI_BP_FinisherMeterSection_C_Set_Meter_Glint::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_Set_Meter_Glint, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00001C, "Member 'UI_BP_FinisherMeterSection_C_Set_Meter_Glint::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_Set_Meter_Glint, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'UI_BP_FinisherMeterSection_C_Set_Meter_Glint::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_Set_Meter_Glint, CallFunc_PlayAnimation_ReturnValue_1) == 0x000028, "Member 'UI_BP_FinisherMeterSection_C_Set_Meter_Glint::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeterSection_C_Set_Meter_Glint, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000030, "Member 'UI_BP_FinisherMeterSection_C_Set_Meter_Glint::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FinisherMeterSection_C \ static_assert(alignof(UUI_BP_FinisherMeterSection_C) == 0x000008, "Wrong alignment on UUI_BP_FinisherMeterSection_C"); \ static_assert(sizeof(UUI_BP_FinisherMeterSection_C) == 0x000308, "Wrong size on UUI_BP_FinisherMeterSection_C"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_FinisherMeterSection_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, CooldownGlint) == 0x000270, "Member 'UUI_BP_FinisherMeterSection_C::CooldownGlint' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, CooldownFlourish) == 0x000278, "Member 'UUI_BP_FinisherMeterSection_C::CooldownFlourish' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, FocusGainedAnim) == 0x000280, "Member 'UUI_BP_FinisherMeterSection_C::FocusGainedAnim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, MeterFullAnim) == 0x000288, "Member 'UUI_BP_FinisherMeterSection_C::MeterFullAnim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, BarFillGlint) == 0x000290, "Member 'UUI_BP_FinisherMeterSection_C::BarFillGlint' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, flameBorder) == 0x000298, "Member 'UUI_BP_FinisherMeterSection_C::flameBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, flameBorder_1) == 0x0002A0, "Member 'UUI_BP_FinisherMeterSection_C::flameBorder_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, Meter) == 0x0002A8, "Member 'UUI_BP_FinisherMeterSection_C::Meter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, meterFresnel) == 0x0002B0, "Member 'UUI_BP_FinisherMeterSection_C::meterFresnel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, meterOutlineLeft) == 0x0002B8, "Member 'UUI_BP_FinisherMeterSection_C::meterOutlineLeft' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, meterOutlineMiddle) == 0x0002C0, "Member 'UUI_BP_FinisherMeterSection_C::meterOutlineMiddle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, meterOutlineRight) == 0x0002C8, "Member 'UUI_BP_FinisherMeterSection_C::meterOutlineRight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, sparkles) == 0x0002D0, "Member 'UUI_BP_FinisherMeterSection_C::sparkles' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, canShowGlow) == 0x0002D8, "Member 'UUI_BP_FinisherMeterSection_C::canShowGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, MeterIsFull) == 0x0002E0, "Member 'UUI_BP_FinisherMeterSection_C::MeterIsFull' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, MeterIsNotFull) == 0x0002F0, "Member 'UUI_BP_FinisherMeterSection_C::MeterIsNotFull' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeterSection_C, meterPositionIndex) == 0x000300, "Member 'UUI_BP_FinisherMeterSection_C::meterPositionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractButton_C_ExecuteUbergraph_UI_BP_InteractButton \ static_assert(alignof(UI_BP_InteractButton_C_ExecuteUbergraph_UI_BP_InteractButton) == 0x000004, "Wrong alignment on UI_BP_InteractButton_C_ExecuteUbergraph_UI_BP_InteractButton"); \ static_assert(sizeof(UI_BP_InteractButton_C_ExecuteUbergraph_UI_BP_InteractButton) == 0x000004, "Wrong size on UI_BP_InteractButton_C_ExecuteUbergraph_UI_BP_InteractButton"); \ static_assert(offsetof(UI_BP_InteractButton_C_ExecuteUbergraph_UI_BP_InteractButton, EntryPoint) == 0x000000, "Member 'UI_BP_InteractButton_C_ExecuteUbergraph_UI_BP_InteractButton::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractButton_C_ScaleButton \ static_assert(alignof(UI_BP_InteractButton_C_ScaleButton) == 0x000001, "Wrong alignment on UI_BP_InteractButton_C_ScaleButton"); \ static_assert(sizeof(UI_BP_InteractButton_C_ScaleButton) == 0x000001, "Wrong size on UI_BP_InteractButton_C_ScaleButton"); \ static_assert(offsetof(UI_BP_InteractButton_C_ScaleButton, IsHoveredOver) == 0x000000, "Member 'UI_BP_InteractButton_C_ScaleButton::IsHoveredOver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractButton_C_SetTypeIcon \ static_assert(alignof(UI_BP_InteractButton_C_SetTypeIcon) == 0x000008, "Wrong alignment on UI_BP_InteractButton_C_SetTypeIcon"); \ static_assert(sizeof(UI_BP_InteractButton_C_SetTypeIcon) == 0x000018, "Wrong size on UI_BP_InteractButton_C_SetTypeIcon"); \ static_assert(offsetof(UI_BP_InteractButton_C_SetTypeIcon, Type) == 0x000000, "Member 'UI_BP_InteractButton_C_SetTypeIcon::Type' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_SetTypeIcon, CallFunc_NotEqual_StrStr_ReturnValue) == 0x000010, "Member 'UI_BP_InteractButton_C_SetTypeIcon::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_SetTypeIcon, CallFunc_NotEqual_StrStr_ReturnValue_1) == 0x000011, "Member 'UI_BP_InteractButton_C_SetTypeIcon::CallFunc_NotEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_SetTypeIcon, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'UI_BP_InteractButton_C_SetTypeIcon::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_SetTypeIcon, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000013, "Member 'UI_BP_InteractButton_C_SetTypeIcon::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractButton_C_SetOptionState \ static_assert(alignof(UI_BP_InteractButton_C_SetOptionState) == 0x000004, "Wrong alignment on UI_BP_InteractButton_C_SetOptionState"); \ static_assert(sizeof(UI_BP_InteractButton_C_SetOptionState) == 0x00001C, "Wrong size on UI_BP_InteractButton_C_SetOptionState"); \ static_assert(offsetof(UI_BP_InteractButton_C_SetOptionState, NewState) == 0x000000, "Member 'UI_BP_InteractButton_C_SetOptionState::NewState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_SetOptionState, tempOptionColor) == 0x000004, "Member 'UI_BP_InteractButton_C_SetOptionState::tempOptionColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_SetOptionState, Temp_bool_Variable) == 0x000014, "Member 'UI_BP_InteractButton_C_SetOptionState::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_SetOptionState, K2Node_SwitchEnum_CmpSuccess) == 0x000015, "Member 'UI_BP_InteractButton_C_SetOptionState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_SetOptionState, Temp_byte_Variable) == 0x000016, "Member 'UI_BP_InteractButton_C_SetOptionState::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_SetOptionState, Temp_byte_Variable_1) == 0x000017, "Member 'UI_BP_InteractButton_C_SetOptionState::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_SetOptionState, K2Node_Select_Default) == 0x000018, "Member 'UI_BP_InteractButton_C_SetOptionState::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractButton_C_ToggleActive \ static_assert(alignof(UI_BP_InteractButton_C_ToggleActive) == 0x000008, "Wrong alignment on UI_BP_InteractButton_C_ToggleActive"); \ static_assert(sizeof(UI_BP_InteractButton_C_ToggleActive) == 0x000018, "Wrong size on UI_BP_InteractButton_C_ToggleActive"); \ static_assert(offsetof(UI_BP_InteractButton_C_ToggleActive, IsActive) == 0x000000, "Member 'UI_BP_InteractButton_C_ToggleActive::IsActive' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_ToggleActive, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_InteractButton_C_ToggleActive::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_ToggleActive, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_InteractButton_C_ToggleActive::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractButton_C_SetDisabledText \ static_assert(alignof(UI_BP_InteractButton_C_SetDisabledText) == 0x000008, "Wrong alignment on UI_BP_InteractButton_C_SetDisabledText"); \ static_assert(sizeof(UI_BP_InteractButton_C_SetDisabledText) == 0x000018, "Wrong size on UI_BP_InteractButton_C_SetDisabledText"); \ static_assert(offsetof(UI_BP_InteractButton_C_SetDisabledText, Reason) == 0x000000, "Member 'UI_BP_InteractButton_C_SetDisabledText::Reason' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_SetDisabledText, CallFunc_NotEqual_StrStr_ReturnValue) == 0x000010, "Member 'UI_BP_InteractButton_C_SetDisabledText::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_InteractButton_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_InteractButton_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_InteractButton_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_InteractButton_C_GatherMenuReaderStrings) == 0x000098, "Wrong size on UI_BP_InteractButton_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_InteractButton_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_InteractButton_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_InteractButton_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_InteractButton_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_InteractButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000038, "Member 'UI_BP_InteractButton_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000039, "Member 'UI_BP_InteractButton_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'UI_BP_InteractButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_InteractButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000068, "Member 'UI_BP_InteractButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000080, "Member 'UI_BP_InteractButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000090, "Member 'UI_BP_InteractButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_InteractButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000094, "Member 'UI_BP_InteractButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_InteractButton_C \ static_assert(alignof(UUI_BP_InteractButton_C) == 0x000008, "Wrong alignment on UUI_BP_InteractButton_C"); \ static_assert(sizeof(UUI_BP_InteractButton_C) == 0x0005D8, "Wrong size on UUI_BP_InteractButton_C"); \ static_assert(offsetof(UUI_BP_InteractButton_C, UberGraphFrame) == 0x0003E8, "Member 'UUI_BP_InteractButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, onHovered_Right) == 0x0003F0, "Member 'UUI_BP_InteractButton_C::onHovered_Right' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, OnSelected) == 0x0003F8, "Member 'UUI_BP_InteractButton_C::OnSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, onUnselected) == 0x000400, "Member 'UUI_BP_InteractButton_C::onUnselected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, OnHovered) == 0x000408, "Member 'UUI_BP_InteractButton_C::OnHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, bottomBracket) == 0x000410, "Member 'UUI_BP_InteractButton_C::bottomBracket' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, bottomBracketImage) == 0x000418, "Member 'UUI_BP_InteractButton_C::bottomBracketImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, buttonShadow) == 0x000420, "Member 'UUI_BP_InteractButton_C::buttonShadow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, disabledText) == 0x000428, "Member 'UUI_BP_InteractButton_C::disabledText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, DisplayText) == 0x000430, "Member 'UUI_BP_InteractButton_C::DisplayText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, gradientBack) == 0x000438, "Member 'UUI_BP_InteractButton_C::gradientBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, textBorder) == 0x000440, "Member 'UUI_BP_InteractButton_C::textBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, TextHorizontalBox) == 0x000448, "Member 'UUI_BP_InteractButton_C::TextHorizontalBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, topBracket) == 0x000450, "Member 'UUI_BP_InteractButton_C::topBracket' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, topBracketImage) == 0x000458, "Member 'UUI_BP_InteractButton_C::topBracketImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, typeIcon) == 0x000460, "Member 'UUI_BP_InteractButton_C::typeIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, Key_0) == 0x000468, "Member 'UUI_BP_InteractButton_C::Key_0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, Namespace_0) == 0x000480, "Member 'UUI_BP_InteractButton_C::Namespace_0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, FontSize) == 0x000490, "Member 'UUI_BP_InteractButton_C::FontSize' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, TextButtonHoveredTextColor) == 0x000498, "Member 'UUI_BP_InteractButton_C::TextButtonHoveredTextColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, TextButtonUnhoveredTextColor) == 0x0004C0, "Member 'UUI_BP_InteractButton_C::TextButtonUnhoveredTextColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, OnClickEventDispatcher) == 0x0004E8, "Member 'UUI_BP_InteractButton_C::OnClickEventDispatcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, TextWidth) == 0x0004F8, "Member 'UUI_BP_InteractButton_C::TextWidth' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, OnButtonHoverDispatcher) == 0x000500, "Member 'UUI_BP_InteractButton_C::OnButtonHoverDispatcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, OnButtonUnhoverDispatcher) == 0x000510, "Member 'UUI_BP_InteractButton_C::OnButtonUnhoverDispatcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, interactTypeMap) == 0x000520, "Member 'UUI_BP_InteractButton_C::interactTypeMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, ConversationTypeMap) == 0x000570, "Member 'UUI_BP_InteractButton_C::ConversationTypeMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, isOptionAvailable) == 0x0005C0, "Member 'UUI_BP_InteractButton_C::isOptionAvailable' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, OptionColor) == 0x0005C4, "Member 'UUI_BP_InteractButton_C::OptionColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_InteractButton_C, currentlyActive) == 0x0005D4, "Member 'UUI_BP_InteractButton_C::currentlyActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX \ static_assert(alignof(UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX) == 0x000008, "Wrong alignment on UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX"); \ static_assert(sizeof(UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX) == 0x000040, "Wrong size on UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX, EntryPoint) == 0x000000, "Member 'UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX, K2Node_Event_IntroType_1) == 0x000004, "Member 'UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX::K2Node_Event_IntroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX, K2Node_Event_IntroDuration) == 0x000008, "Member 'UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX, K2Node_Event_OutroType_1) == 0x00000C, "Member 'UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX::K2Node_Event_OutroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX, K2Node_Event_OutroDuration) == 0x000010, "Member 'UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX, K2Node_Event_OutroType) == 0x000014, "Member 'UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX, K2Node_Event_IntroType) == 0x000018, "Member 'UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX, K2Node_Event_IsDesignTime) == 0x00001C, "Member 'UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX, CallFunc_GetGameUserSettings_ReturnValue) == 0x000020, "Member 'UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX, CallFunc_GetScreenResolution_ReturnValue) == 0x000028, "Member 'UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX::CallFunc_GetScreenResolution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000030, "Member 'UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000034, "Member 'UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000038, "Member 'UI_BP_LoadingBackgroundFX_C_ExecuteUbergraph_UI_BP_LoadingBackgroundFX::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadingBackgroundFX_C_PreConstruct \ static_assert(alignof(UI_BP_LoadingBackgroundFX_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_LoadingBackgroundFX_C_PreConstruct"); \ static_assert(sizeof(UI_BP_LoadingBackgroundFX_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_LoadingBackgroundFX_C_PreConstruct"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_LoadingBackgroundFX_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadingBackgroundFX_C_OnIntroEnded \ static_assert(alignof(UI_BP_LoadingBackgroundFX_C_OnIntroEnded) == 0x000004, "Wrong alignment on UI_BP_LoadingBackgroundFX_C_OnIntroEnded"); \ static_assert(sizeof(UI_BP_LoadingBackgroundFX_C_OnIntroEnded) == 0x000004, "Wrong size on UI_BP_LoadingBackgroundFX_C_OnIntroEnded"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_OnIntroEnded, IntroType) == 0x000000, "Member 'UI_BP_LoadingBackgroundFX_C_OnIntroEnded::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadingBackgroundFX_C_OnOutroEnded \ static_assert(alignof(UI_BP_LoadingBackgroundFX_C_OnOutroEnded) == 0x000004, "Wrong alignment on UI_BP_LoadingBackgroundFX_C_OnOutroEnded"); \ static_assert(sizeof(UI_BP_LoadingBackgroundFX_C_OnOutroEnded) == 0x000004, "Wrong size on UI_BP_LoadingBackgroundFX_C_OnOutroEnded"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_OnOutroEnded, OutroType) == 0x000000, "Member 'UI_BP_LoadingBackgroundFX_C_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadingBackgroundFX_C_OnOutroStarted \ static_assert(alignof(UI_BP_LoadingBackgroundFX_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_LoadingBackgroundFX_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_LoadingBackgroundFX_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_LoadingBackgroundFX_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_LoadingBackgroundFX_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_LoadingBackgroundFX_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadingBackgroundFX_C_OnIntroStarted \ static_assert(alignof(UI_BP_LoadingBackgroundFX_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_LoadingBackgroundFX_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_LoadingBackgroundFX_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_LoadingBackgroundFX_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_LoadingBackgroundFX_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_LoadingBackgroundFX_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LoadingBackgroundFX_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_LoadingBackgroundFX_C_BlueprintOnUMGInputAction) == 0x000004, "Wrong alignment on UI_BP_LoadingBackgroundFX_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_LoadingBackgroundFX_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong size on UI_BP_LoadingBackgroundFX_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_LoadingBackgroundFX_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_LoadingBackgroundFX_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_LoadingBackgroundFX_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LoadingBackgroundFX_C_BlueprintOnUMGInputAction, NewQuantity) == 0x000004, "Member 'UI_BP_LoadingBackgroundFX_C_BlueprintOnUMGInputAction::NewQuantity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_LoadingBackgroundFX_C \ static_assert(alignof(UUI_BP_LoadingBackgroundFX_C) == 0x000008, "Wrong alignment on UUI_BP_LoadingBackgroundFX_C"); \ static_assert(sizeof(UUI_BP_LoadingBackgroundFX_C) == 0x000420, "Wrong size on UUI_BP_LoadingBackgroundFX_C"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, UberGraphFrame) == 0x000370, "Member 'UUI_BP_LoadingBackgroundFX_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, PhoenixImage_BackSmokePlate) == 0x000378, "Member 'UUI_BP_LoadingBackgroundFX_C::PhoenixImage_BackSmokePlate' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, PhoenixImage_FrontGlow) == 0x000380, "Member 'UUI_BP_LoadingBackgroundFX_C::PhoenixImage_FrontGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, AbortInteraction) == 0x000388, "Member 'UUI_BP_LoadingBackgroundFX_C::AbortInteraction' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, StartPreview) == 0x000398, "Member 'UUI_BP_LoadingBackgroundFX_C::StartPreview' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, LeavePreview) == 0x0003A8, "Member 'UUI_BP_LoadingBackgroundFX_C::LeavePreview' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, OnItemPurchased) == 0x0003B8, "Member 'UUI_BP_LoadingBackgroundFX_C::OnItemPurchased' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, OnItemSold) == 0x0003C8, "Member 'UUI_BP_LoadingBackgroundFX_C::OnItemSold' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, OnItemPurchaseFailedNoMoney) == 0x0003D8, "Member 'UUI_BP_LoadingBackgroundFX_C::OnItemPurchaseFailedNoMoney' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, OnItemPurchaseFailedNoSpace) == 0x0003E8, "Member 'UUI_BP_LoadingBackgroundFX_C::OnItemPurchaseFailedNoSpace' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, MatRef_BorderGlow) == 0x0003F8, "Member 'UUI_BP_LoadingBackgroundFX_C::MatRef_BorderGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, MatRef_FillGlow) == 0x0003FC, "Member 'UUI_BP_LoadingBackgroundFX_C::MatRef_FillGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, MatRef_MoveY) == 0x000400, "Member 'UUI_BP_LoadingBackgroundFX_C::MatRef_MoveY' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, MatRef_Rotate) == 0x000404, "Member 'UUI_BP_LoadingBackgroundFX_C::MatRef_Rotate' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, MatRef_MaskLerpAlpha) == 0x000408, "Member 'UUI_BP_LoadingBackgroundFX_C::MatRef_MaskLerpAlpha' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, MatRef_Move) == 0x00040C, "Member 'UUI_BP_LoadingBackgroundFX_C::MatRef_Move' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, MatRef_Move2) == 0x000410, "Member 'UUI_BP_LoadingBackgroundFX_C::MatRef_Move2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, BackSmokeType) == 0x000414, "Member 'UUI_BP_LoadingBackgroundFX_C::BackSmokeType' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, MaterialOpacity) == 0x000418, "Member 'UUI_BP_LoadingBackgroundFX_C::MaterialOpacity' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LoadingBackgroundFX_C, GlowOpacity) == 0x00041C, "Member 'UUI_BP_LoadingBackgroundFX_C::GlowOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AutoSave_C_ExecuteUbergraph_UI_BP_AutoSave \ static_assert(alignof(UI_BP_AutoSave_C_ExecuteUbergraph_UI_BP_AutoSave) == 0x000008, "Wrong alignment on UI_BP_AutoSave_C_ExecuteUbergraph_UI_BP_AutoSave"); \ static_assert(sizeof(UI_BP_AutoSave_C_ExecuteUbergraph_UI_BP_AutoSave) == 0x000018, "Wrong size on UI_BP_AutoSave_C_ExecuteUbergraph_UI_BP_AutoSave"); \ static_assert(offsetof(UI_BP_AutoSave_C_ExecuteUbergraph_UI_BP_AutoSave, EntryPoint) == 0x000000, "Member 'UI_BP_AutoSave_C_ExecuteUbergraph_UI_BP_AutoSave::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AutoSave_C_ExecuteUbergraph_UI_BP_AutoSave, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_AutoSave_C_ExecuteUbergraph_UI_BP_AutoSave::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AutoSave_C_ExecuteUbergraph_UI_BP_AutoSave, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'UI_BP_AutoSave_C_ExecuteUbergraph_UI_BP_AutoSave::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AutoSave_C_ShowSave \ static_assert(alignof(UI_BP_AutoSave_C_ShowSave) == 0x000008, "Wrong alignment on UI_BP_AutoSave_C_ShowSave"); \ static_assert(sizeof(UI_BP_AutoSave_C_ShowSave) == 0x000008, "Wrong size on UI_BP_AutoSave_C_ShowSave"); \ static_assert(offsetof(UI_BP_AutoSave_C_ShowSave, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_AutoSave_C_ShowSave::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AutoSave_C_HideSave \ static_assert(alignof(UI_BP_AutoSave_C_HideSave) == 0x000008, "Wrong alignment on UI_BP_AutoSave_C_HideSave"); \ static_assert(sizeof(UI_BP_AutoSave_C_HideSave) == 0x000008, "Wrong size on UI_BP_AutoSave_C_HideSave"); \ static_assert(offsetof(UI_BP_AutoSave_C_HideSave, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_AutoSave_C_HideSave::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AutoSave_C_StartLoopingSave \ static_assert(alignof(UI_BP_AutoSave_C_StartLoopingSave) == 0x000008, "Wrong alignment on UI_BP_AutoSave_C_StartLoopingSave"); \ static_assert(sizeof(UI_BP_AutoSave_C_StartLoopingSave) == 0x000008, "Wrong size on UI_BP_AutoSave_C_StartLoopingSave"); \ static_assert(offsetof(UI_BP_AutoSave_C_StartLoopingSave, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_AutoSave_C_StartLoopingSave::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AutoSave_C_StopLoopingSave \ static_assert(alignof(UI_BP_AutoSave_C_StopLoopingSave) == 0x000008, "Wrong alignment on UI_BP_AutoSave_C_StopLoopingSave"); \ static_assert(sizeof(UI_BP_AutoSave_C_StopLoopingSave) == 0x000008, "Wrong size on UI_BP_AutoSave_C_StopLoopingSave"); \ static_assert(offsetof(UI_BP_AutoSave_C_StopLoopingSave, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_AutoSave_C_StopLoopingSave::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_AutoSave_C \ static_assert(alignof(UUI_BP_AutoSave_C) == 0x000008, "Wrong alignment on UUI_BP_AutoSave_C"); \ static_assert(sizeof(UUI_BP_AutoSave_C) == 0x000318, "Wrong size on UUI_BP_AutoSave_C"); \ static_assert(offsetof(UUI_BP_AutoSave_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_AutoSave_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AutoSave_C, SaveLoop_House) == 0x0002F0, "Member 'UUI_BP_AutoSave_C::SaveLoop_House' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AutoSave_C, hideAutoSave) == 0x0002F8, "Member 'UUI_BP_AutoSave_C::hideAutoSave' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AutoSave_C, showAutoSave) == 0x000300, "Member 'UUI_BP_AutoSave_C::showAutoSave' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AutoSave_C, Houses) == 0x000308, "Member 'UUI_BP_AutoSave_C::Houses' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AutoSave_C, UseManualHide) == 0x000310, "Member 'UUI_BP_AutoSave_C::UseManualHide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SchedulePerformTaskMoveToLocation_C_ExecuteUbergraph_BTT_SchedulePerformTaskMoveToLocation \ static_assert(alignof(BTT_SchedulePerformTaskMoveToLocation_C_ExecuteUbergraph_BTT_SchedulePerformTaskMoveToLocation) == 0x000008, "Wrong alignment on BTT_SchedulePerformTaskMoveToLocation_C_ExecuteUbergraph_BTT_SchedulePerformTaskMoveToLocation"); \ static_assert(sizeof(BTT_SchedulePerformTaskMoveToLocation_C_ExecuteUbergraph_BTT_SchedulePerformTaskMoveToLocation) == 0x000018, "Wrong size on BTT_SchedulePerformTaskMoveToLocation_C_ExecuteUbergraph_BTT_SchedulePerformTaskMoveToLocation"); \ static_assert(offsetof(BTT_SchedulePerformTaskMoveToLocation_C_ExecuteUbergraph_BTT_SchedulePerformTaskMoveToLocation, EntryPoint) == 0x000000, "Member 'BTT_SchedulePerformTaskMoveToLocation_C_ExecuteUbergraph_BTT_SchedulePerformTaskMoveToLocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskMoveToLocation_C_ExecuteUbergraph_BTT_SchedulePerformTaskMoveToLocation, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_SchedulePerformTaskMoveToLocation_C_ExecuteUbergraph_BTT_SchedulePerformTaskMoveToLocation::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskMoveToLocation_C_ExecuteUbergraph_BTT_SchedulePerformTaskMoveToLocation, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_SchedulePerformTaskMoveToLocation_C_ExecuteUbergraph_BTT_SchedulePerformTaskMoveToLocation::K2Node_Event_OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SchedulePerformTaskMoveToLocation_C_ExitTask \ static_assert(alignof(BTT_SchedulePerformTaskMoveToLocation_C_ExitTask) == 0x000008, "Wrong alignment on BTT_SchedulePerformTaskMoveToLocation_C_ExitTask"); \ static_assert(sizeof(BTT_SchedulePerformTaskMoveToLocation_C_ExitTask) == 0x000008, "Wrong size on BTT_SchedulePerformTaskMoveToLocation_C_ExitTask"); \ static_assert(offsetof(BTT_SchedulePerformTaskMoveToLocation_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_SchedulePerformTaskMoveToLocation_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SchedulePerformTaskMoveToLocation_C_ReceiveExecute \ static_assert(alignof(BTT_SchedulePerformTaskMoveToLocation_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_SchedulePerformTaskMoveToLocation_C_ReceiveExecute"); \ static_assert(sizeof(BTT_SchedulePerformTaskMoveToLocation_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_SchedulePerformTaskMoveToLocation_C_ReceiveExecute"); \ static_assert(offsetof(BTT_SchedulePerformTaskMoveToLocation_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_SchedulePerformTaskMoveToLocation_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SchedulePerformTaskMoveToLocation_C \ static_assert(alignof(UBTT_SchedulePerformTaskMoveToLocation_C) == 0x000008, "Wrong alignment on UBTT_SchedulePerformTaskMoveToLocation_C"); \ static_assert(sizeof(UBTT_SchedulePerformTaskMoveToLocation_C) == 0x0000D8, "Wrong size on UBTT_SchedulePerformTaskMoveToLocation_C"); \ static_assert(offsetof(UBTT_SchedulePerformTaskMoveToLocation_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_SchedulePerformTaskMoveToLocation_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen \ static_assert(alignof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen) == 0x000008, "Wrong alignment on UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen"); \ static_assert(sizeof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen) == 0x0000E8, "Wrong size on UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, EntryPoint) == 0x000000, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, K2Node_CustomEvent_CurtainStageOptions) == 0x000018, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::K2Node_CustomEvent_CurtainStageOptions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, K2Node_Event_TipKey) == 0x000020, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::K2Node_Event_TipKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_GetUIManagerPure_ReturnValue) == 0x000030, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_IsDebugLoadingScreen_ReturnValue) == 0x000038, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_IsDebugLoadingScreen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, K2Node_Event_OutroType_1) == 0x00003C, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::K2Node_Event_OutroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, K2Node_Event_OutroDuration) == 0x000040, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, K2Node_Event_OutroType) == 0x000044, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_GetPlayerControllerFromID_ReturnValue) == 0x000048, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_GetPlayerControllerFromID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_GetPlayerControllerFromID_ReturnValue_1) == 0x000050, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_GetPlayerControllerFromID_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, K2Node_Event_IntroType) == 0x000058, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, K2Node_Event_IntroDuration) == 0x00005C, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_PlayAnimation_ReturnValue_1) == 0x000060, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000068, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000070, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_NotEqual_BoolBool_ReturnValue_1) == 0x000078, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_NotEqual_BoolBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000080, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_GetGameInstanceSubsystem_ReturnValue_2) == 0x000088, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_GetGameInstanceSubsystem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_GetGameInstanceSubsystem_ReturnValue_3) == 0x000090, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_GetGameInstanceSubsystem_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_NotEqual_BoolBool_ReturnValue_2) == 0x000098, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_NotEqual_BoolBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, K2Node_CreateDelegate_OutputDelegate) == 0x00009C, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_GetGameInstanceSubsystem_ReturnValue_4) == 0x0000B0, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_GetGameInstanceSubsystem_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000B8, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000C8, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_GetGameInstanceSubsystem_ReturnValue_5) == 0x0000D8, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_GetGameInstanceSubsystem_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen, CallFunc_Get_ReturnValue) == 0x0000E0, "Member 'UI_BP_NewLoadingScreen_C_ExecuteUbergraph_UI_BP_NewLoadingScreen::CallFunc_Get_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NewLoadingScreen_C_OnIntroStarted \ static_assert(alignof(UI_BP_NewLoadingScreen_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_NewLoadingScreen_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_NewLoadingScreen_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_NewLoadingScreen_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_NewLoadingScreen_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_NewLoadingScreen_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NewLoadingScreen_C_OnOutroEnded \ static_assert(alignof(UI_BP_NewLoadingScreen_C_OnOutroEnded) == 0x000004, "Wrong alignment on UI_BP_NewLoadingScreen_C_OnOutroEnded"); \ static_assert(sizeof(UI_BP_NewLoadingScreen_C_OnOutroEnded) == 0x000004, "Wrong size on UI_BP_NewLoadingScreen_C_OnOutroEnded"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnOutroEnded, OutroType) == 0x000000, "Member 'UI_BP_NewLoadingScreen_C_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NewLoadingScreen_C_OnOutroStarted \ static_assert(alignof(UI_BP_NewLoadingScreen_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_NewLoadingScreen_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_NewLoadingScreen_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_NewLoadingScreen_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_NewLoadingScreen_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_NewLoadingScreen_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NewLoadingScreen_C_OnDisplayNextTip \ static_assert(alignof(UI_BP_NewLoadingScreen_C_OnDisplayNextTip) == 0x000008, "Wrong alignment on UI_BP_NewLoadingScreen_C_OnDisplayNextTip"); \ static_assert(sizeof(UI_BP_NewLoadingScreen_C_OnDisplayNextTip) == 0x000010, "Wrong size on UI_BP_NewLoadingScreen_C_OnDisplayNextTip"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnDisplayNextTip, TipKey) == 0x000000, "Member 'UI_BP_NewLoadingScreen_C_OnDisplayNextTip::TipKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NewLoadingScreen_C_OnCurtainStageOptionsChanged \ static_assert(alignof(UI_BP_NewLoadingScreen_C_OnCurtainStageOptionsChanged) == 0x000004, "Wrong alignment on UI_BP_NewLoadingScreen_C_OnCurtainStageOptionsChanged"); \ static_assert(sizeof(UI_BP_NewLoadingScreen_C_OnCurtainStageOptionsChanged) == 0x000004, "Wrong size on UI_BP_NewLoadingScreen_C_OnCurtainStageOptionsChanged"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnCurtainStageOptionsChanged, CurtainStageOptions) == 0x000000, "Member 'UI_BP_NewLoadingScreen_C_OnCurtainStageOptionsChanged::CurtainStageOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget \ static_assert(alignof(UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget) == 0x000008, "Wrong alignment on UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget"); \ static_assert(sizeof(UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget) == 0x000048, "Wrong size on UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget, Temp_byte_Variable) == 0x000001, "Member 'UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget, Temp_byte_Variable_1) == 0x000002, "Member 'UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000010, "Member 'UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget, CallFunc_GetLienholderNames_ReturnValue) == 0x000018, "Member 'UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget::CallFunc_GetLienholderNames_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget, K2Node_Select_Default) == 0x000040, "Member 'UI_BP_NewLoadingScreen_C_UpdateLienholdersWidget::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NewLoadingScreen_C_OnKeyDown \ static_assert(alignof(UI_BP_NewLoadingScreen_C_OnKeyDown) == 0x000008, "Wrong alignment on UI_BP_NewLoadingScreen_C_OnKeyDown"); \ static_assert(sizeof(UI_BP_NewLoadingScreen_C_OnKeyDown) == 0x000390, "Wrong size on UI_BP_NewLoadingScreen_C_OnKeyDown"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'UI_BP_NewLoadingScreen_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'UI_BP_NewLoadingScreen_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnKeyDown, ReturnValue) == 0x000070, "Member 'UI_BP_NewLoadingScreen_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnKeyDown, CallFunc_GetInputEventFromKeyEvent_ReturnValue) == 0x000128, "Member 'UI_BP_NewLoadingScreen_C_OnKeyDown::CallFunc_GetInputEventFromKeyEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000140, "Member 'UI_BP_NewLoadingScreen_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnKeyDown, CallFunc_InputEvent_IsRepeat_ReturnValue) == 0x000158, "Member 'UI_BP_NewLoadingScreen_C_OnKeyDown::CallFunc_InputEvent_IsRepeat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnKeyDown, CallFunc_Array_Contains_ReturnValue) == 0x000159, "Member 'UI_BP_NewLoadingScreen_C_OnKeyDown::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnKeyDown, CallFunc_Not_PreBool_ReturnValue) == 0x00015A, "Member 'UI_BP_NewLoadingScreen_C_OnKeyDown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'UI_BP_NewLoadingScreen_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnKeyDown, CallFunc_Array_Contains_ReturnValue_1) == 0x000218, "Member 'UI_BP_NewLoadingScreen_C_OnKeyDown::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnKeyDown, CallFunc_Handled_ReturnValue_1) == 0x000220, "Member 'UI_BP_NewLoadingScreen_C_OnKeyDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_OnKeyDown, CallFunc_Handled_ReturnValue_2) == 0x0002D8, "Member 'UI_BP_NewLoadingScreen_C_OnKeyDown::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NewLoadingScreen_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_NewLoadingScreen_C_BlueprintOnUMGInputAction) == 0x000001, "Wrong alignment on UI_BP_NewLoadingScreen_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_NewLoadingScreen_C_BlueprintOnUMGInputAction) == 0x000003, "Wrong size on UI_BP_NewLoadingScreen_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_NewLoadingScreen_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_NewLoadingScreen_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_NewLoadingScreen_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NewLoadingScreen_C_InitKeyDownArrays \ static_assert(alignof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays) == 0x000008, "Wrong alignment on UI_BP_NewLoadingScreen_C_InitKeyDownArrays"); \ static_assert(sizeof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays) == 0x0000C8, "Wrong size on UI_BP_NewLoadingScreen_C_InitKeyDownArrays"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'UI_BP_NewLoadingScreen_C_InitKeyDownArrays::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'UI_BP_NewLoadingScreen_C_InitKeyDownArrays::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays, Temp_int_Array_Index_Variable) == 0x000008, "Member 'UI_BP_NewLoadingScreen_C_InitKeyDownArrays::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'UI_BP_NewLoadingScreen_C_InitKeyDownArrays::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'UI_BP_NewLoadingScreen_C_InitKeyDownArrays::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays, CallFunc_GetActionMappingByName_OutMappings) == 0x000018, "Member 'UI_BP_NewLoadingScreen_C_InitKeyDownArrays::CallFunc_GetActionMappingByName_OutMappings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays, CallFunc_Array_Get_Item) == 0x000028, "Member 'UI_BP_NewLoadingScreen_C_InitKeyDownArrays::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'UI_BP_NewLoadingScreen_C_InitKeyDownArrays::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'UI_BP_NewLoadingScreen_C_InitKeyDownArrays::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'UI_BP_NewLoadingScreen_C_InitKeyDownArrays::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays, CallFunc_Add_IntInt_ReturnValue_1) == 0x00006C, "Member 'UI_BP_NewLoadingScreen_C_InitKeyDownArrays::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays, CallFunc_GetActionMappingByName_OutMappings_1) == 0x000070, "Member 'UI_BP_NewLoadingScreen_C_InitKeyDownArrays::CallFunc_GetActionMappingByName_OutMappings_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays, CallFunc_Array_Length_ReturnValue_1) == 0x000080, "Member 'UI_BP_NewLoadingScreen_C_InitKeyDownArrays::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'UI_BP_NewLoadingScreen_C_InitKeyDownArrays::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_NewLoadingScreen_C_InitKeyDownArrays::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_InitKeyDownArrays, CallFunc_Array_Add_ReturnValue_1) == 0x0000C4, "Member 'UI_BP_NewLoadingScreen_C_InitKeyDownArrays::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NewLoadingScreen_C_AdjustForViewportWidth \ static_assert(alignof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth) == 0x000008, "Wrong alignment on UI_BP_NewLoadingScreen_C_AdjustForViewportWidth"); \ static_assert(sizeof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth) == 0x0000B8, "Wrong size on UI_BP_NewLoadingScreen_C_AdjustForViewportWidth"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, CurrentWidth) == 0x000000, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::CurrentWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, CurrentRatio) == 0x000004, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, IdealWidth) == 0x000008, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::IdealWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, IdealRatio) == 0x00000C, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin) == 0x000010, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_1) == 0x000020, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_2) == 0x000030, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000040, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue_1) == 0x000048, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue) == 0x000050, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_3) == 0x000054, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue_2) == 0x000068, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, CallFunc_Add_FloatFloat_ReturnValue) == 0x000070, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000074, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_4) == 0x000078, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_5) == 0x000088, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue_1) == 0x000098, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00009C, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, CallFunc_GetViewportSize_ReturnValue) == 0x0000A0, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, CallFunc_BreakVector2D_X) == 0x0000A8, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, CallFunc_BreakVector2D_Y) == 0x0000AC, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000B0, "Member 'UI_BP_NewLoadingScreen_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_NewLoadingScreen_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_NewLoadingScreen_C \ static_assert(alignof(UUI_BP_NewLoadingScreen_C) == 0x000008, "Wrong alignment on UUI_BP_NewLoadingScreen_C"); \ static_assert(sizeof(UUI_BP_NewLoadingScreen_C) == 0x000428, "Wrong size on UUI_BP_NewLoadingScreen_C"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, UberGraphFrame) == 0x000380, "Member 'UUI_BP_NewLoadingScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, FadeInTips) == 0x000388, "Member 'UUI_BP_NewLoadingScreen_C::FadeInTips' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, FadeInImage) == 0x000390, "Member 'UUI_BP_NewLoadingScreen_C::FadeInImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, FadeInSpinner) == 0x000398, "Member 'UUI_BP_NewLoadingScreen_C::FadeInSpinner' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, Intro) == 0x0003A0, "Member 'UUI_BP_NewLoadingScreen_C::Intro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, NextTip) == 0x0003A8, "Member 'UUI_BP_NewLoadingScreen_C::NextTip' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, FadeOut) == 0x0003B0, "Member 'UUI_BP_NewLoadingScreen_C::FadeOut' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, AutoSaveIcon) == 0x0003B8, "Member 'UUI_BP_NewLoadingScreen_C::AutoSaveIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, Canvas) == 0x0003C0, "Member 'UUI_BP_NewLoadingScreen_C::Canvas' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, imageSizeBox) == 0x0003C8, "Member 'UUI_BP_NewLoadingScreen_C::imageSizeBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, LienHolders) == 0x0003D0, "Member 'UUI_BP_NewLoadingScreen_C::LienHolders' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, LienholdersBox) == 0x0003D8, "Member 'UUI_BP_NewLoadingScreen_C::LienholdersBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, TipsContent) == 0x0003E0, "Member 'UUI_BP_NewLoadingScreen_C::TipsContent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, TipsWidget) == 0x0003E8, "Member 'UUI_BP_NewLoadingScreen_C::TipsWidget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, TipText) == 0x0003F0, "Member 'UUI_BP_NewLoadingScreen_C::TipText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, UI_BP_LoadingBackgroundFX) == 0x0003F8, "Member 'UUI_BP_NewLoadingScreen_C::UI_BP_LoadingBackgroundFX' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, PrevHintKeys) == 0x000400, "Member 'UUI_BP_NewLoadingScreen_C::PrevHintKeys' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, NextHintKeys) == 0x000410, "Member 'UUI_BP_NewLoadingScreen_C::NextHintKeys' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, LastSpinnerValue) == 0x000420, "Member 'UUI_BP_NewLoadingScreen_C::LastSpinnerValue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, LastStaticImageValue) == 0x000421, "Member 'UUI_BP_NewLoadingScreen_C::LastStaticImageValue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NewLoadingScreen_C, LastTipsValue) == 0x000422, "Member 'UUI_BP_NewLoadingScreen_C::LastTipsValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompanionSelectionButton_C_ExecuteUbergraph_UI_BP_CompanionSelectionButton \ static_assert(alignof(UI_BP_CompanionSelectionButton_C_ExecuteUbergraph_UI_BP_CompanionSelectionButton) == 0x000008, "Wrong alignment on UI_BP_CompanionSelectionButton_C_ExecuteUbergraph_UI_BP_CompanionSelectionButton"); \ static_assert(sizeof(UI_BP_CompanionSelectionButton_C_ExecuteUbergraph_UI_BP_CompanionSelectionButton) == 0x000020, "Wrong size on UI_BP_CompanionSelectionButton_C_ExecuteUbergraph_UI_BP_CompanionSelectionButton"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_ExecuteUbergraph_UI_BP_CompanionSelectionButton, EntryPoint) == 0x000000, "Member 'UI_BP_CompanionSelectionButton_C_ExecuteUbergraph_UI_BP_CompanionSelectionButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_ExecuteUbergraph_UI_BP_CompanionSelectionButton, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_CompanionSelectionButton_C_ExecuteUbergraph_UI_BP_CompanionSelectionButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_ExecuteUbergraph_UI_BP_CompanionSelectionButton, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_CompanionSelectionButton_C_ExecuteUbergraph_UI_BP_CompanionSelectionButton::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_ExecuteUbergraph_UI_BP_CompanionSelectionButton, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'UI_BP_CompanionSelectionButton_C_ExecuteUbergraph_UI_BP_CompanionSelectionButton::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_ExecuteUbergraph_UI_BP_CompanionSelectionButton, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'UI_BP_CompanionSelectionButton_C_ExecuteUbergraph_UI_BP_CompanionSelectionButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_ExecuteUbergraph_UI_BP_CompanionSelectionButton, CallFunc_Not_PreBool_ReturnValue_1) == 0x000019, "Member 'UI_BP_CompanionSelectionButton_C_ExecuteUbergraph_UI_BP_CompanionSelectionButton::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompanionSelectionButton_C_PreConstruct \ static_assert(alignof(UI_BP_CompanionSelectionButton_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_CompanionSelectionButton_C_PreConstruct"); \ static_assert(sizeof(UI_BP_CompanionSelectionButton_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_CompanionSelectionButton_C_PreConstruct"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_CompanionSelectionButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompanionSelectionButton_C_SetCompanionData \ static_assert(alignof(UI_BP_CompanionSelectionButton_C_SetCompanionData) == 0x000008, "Wrong alignment on UI_BP_CompanionSelectionButton_C_SetCompanionData"); \ static_assert(sizeof(UI_BP_CompanionSelectionButton_C_SetCompanionData) == 0x000068, "Wrong size on UI_BP_CompanionSelectionButton_C_SetCompanionData"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_SetCompanionData, CompName_0) == 0x000000, "Member 'UI_BP_CompanionSelectionButton_C_SetCompanionData::CompName_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_SetCompanionData, companionLocked) == 0x000008, "Member 'UI_BP_CompanionSelectionButton_C_SetCompanionData::companionLocked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_SetCompanionData, companionDisabled) == 0x000009, "Member 'UI_BP_CompanionSelectionButton_C_SetCompanionData::companionDisabled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_SetCompanionData, compIconName) == 0x000010, "Member 'UI_BP_CompanionSelectionButton_C_SetCompanionData::compIconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_SetCompanionData, House) == 0x000020, "Member 'UI_BP_CompanionSelectionButton_C_SetCompanionData::House' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_SetCompanionData, Temp_bool_Variable) == 0x000030, "Member 'UI_BP_CompanionSelectionButton_C_SetCompanionData::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_SetCompanionData, Temp_byte_Variable) == 0x000031, "Member 'UI_BP_CompanionSelectionButton_C_SetCompanionData::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_SetCompanionData, Temp_byte_Variable_1) == 0x000032, "Member 'UI_BP_CompanionSelectionButton_C_SetCompanionData::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_SetCompanionData, K2Node_Select_Default) == 0x000033, "Member 'UI_BP_CompanionSelectionButton_C_SetCompanionData::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_SetCompanionData, CallFunc_GetHouseIDFromSubjectName_ReturnValue) == 0x000034, "Member 'UI_BP_CompanionSelectionButton_C_SetCompanionData::CallFunc_GetHouseIDFromSubjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_SetCompanionData, CallFunc_Conv_NameToString_ReturnValue) == 0x000040, "Member 'UI_BP_CompanionSelectionButton_C_SetCompanionData::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_SetCompanionData, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000050, "Member 'UI_BP_CompanionSelectionButton_C_SetCompanionData::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_SetCompanionData, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000060, "Member 'UI_BP_CompanionSelectionButton_C_SetCompanionData::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_SetCompanionData, CallFunc_AsyncFindIconTexture2D_ReturnValue_1) == 0x000061, "Member 'UI_BP_CompanionSelectionButton_C_SetCompanionData::CallFunc_AsyncFindIconTexture2D_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompanionSelectionButton_C_SetIsSelected \ static_assert(alignof(UI_BP_CompanionSelectionButton_C_SetIsSelected) == 0x000001, "Wrong alignment on UI_BP_CompanionSelectionButton_C_SetIsSelected"); \ static_assert(sizeof(UI_BP_CompanionSelectionButton_C_SetIsSelected) == 0x000001, "Wrong size on UI_BP_CompanionSelectionButton_C_SetIsSelected"); \ static_assert(offsetof(UI_BP_CompanionSelectionButton_C_SetIsSelected, IsSelected) == 0x000000, "Member 'UI_BP_CompanionSelectionButton_C_SetIsSelected::IsSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CompanionSelectionButton_C \ static_assert(alignof(UUI_BP_CompanionSelectionButton_C) == 0x000008, "Wrong alignment on UUI_BP_CompanionSelectionButton_C"); \ static_assert(sizeof(UUI_BP_CompanionSelectionButton_C) == 0x0003A8, "Wrong size on UUI_BP_CompanionSelectionButton_C"); \ static_assert(offsetof(UUI_BP_CompanionSelectionButton_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_CompanionSelectionButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionSelectionButton_C, ShowHighlight) == 0x000330, "Member 'UUI_BP_CompanionSelectionButton_C::ShowHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionSelectionButton_C, compButton) == 0x000338, "Member 'UUI_BP_CompanionSelectionButton_C::compButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionSelectionButton_C, CompName) == 0x000340, "Member 'UUI_BP_CompanionSelectionButton_C::CompName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionSelectionButton_C, houseIcon) == 0x000348, "Member 'UUI_BP_CompanionSelectionButton_C::houseIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionSelectionButton_C, InfoVerticalBox) == 0x000350, "Member 'UUI_BP_CompanionSelectionButton_C::InfoVerticalBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionSelectionButton_C, UnavailableIcon) == 0x000358, "Member 'UUI_BP_CompanionSelectionButton_C::UnavailableIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionSelectionButton_C, Companion) == 0x000360, "Member 'UUI_BP_CompanionSelectionButton_C::Companion' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionSelectionButton_C, IsLocked) == 0x000368, "Member 'UUI_BP_CompanionSelectionButton_C::IsLocked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionSelectionButton_C, OnCompanionHovered) == 0x000370, "Member 'UUI_BP_CompanionSelectionButton_C::OnCompanionHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionSelectionButton_C, OnCompanionUnhovered) == 0x000380, "Member 'UUI_BP_CompanionSelectionButton_C::OnCompanionUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionSelectionButton_C, OnCompanionSelected) == 0x000390, "Member 'UUI_BP_CompanionSelectionButton_C::OnCompanionSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionSelectionButton_C, isClickable) == 0x0003A0, "Member 'UUI_BP_CompanionSelectionButton_C::isClickable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter \ static_assert(alignof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter) == 0x000010, "Wrong alignment on UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter"); \ static_assert(sizeof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter) == 0x000220, "Wrong size on UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, EntryPoint) == 0x000000, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_SkinFXName_name) == 0x000014, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_SkinFXName_name' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, Temp_bool_Variable) == 0x00001C, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, K2Node_MakeStruct_NiagaraSystemSpawnAttachedPointInfo) == 0x000020, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::K2Node_MakeStruct_NiagaraSystemSpawnAttachedPointInfo' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000A0, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0000B0, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000B8, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_SpawnAttached_NiagaraComponent) == 0x0000C8, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_SpawnAttached_NiagaraComponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_SpawnEmitterAttached_ReturnValue) == 0x0000D0, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_SpawnEmitterAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_SpawnEmitterAttached_ReturnValue_1) == 0x0000D8, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_SpawnEmitterAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_SpawnEmitterAttached_ReturnValue_2) == 0x0000E0, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_SpawnEmitterAttached_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_SpawnEmitterAttached_ReturnValue_3) == 0x0000E8, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_SpawnEmitterAttached_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_SpawnEmitterAttached_ReturnValue_4) == 0x0000F0, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_SpawnEmitterAttached_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_GetComponentByClass_ReturnValue) == 0x0000F8, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_ActorStartSkinFX_skinFXComponent) == 0x000100, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_ActorStartSkinFX_skinFXComponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_GetScaledCapsuleHalfHeight_ReturnValue) == 0x000108, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_GetScaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_SkinFXEnd_ReturnValue) == 0x00010C, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_SkinFXEnd_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000110, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, K2Node_CustomEvent_Caller_2) == 0x000118, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_GetHouseAssets_CrestID) == 0x000120, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_GetHouseAssets_CrestID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_GetHouseAssets_EffectColor) == 0x000130, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_GetHouseAssets_EffectColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_AutoSaveGameData_ReturnValue) == 0x000140, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_AutoSaveGameData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000141, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_PostEventAtLocation_ReturnValue) == 0x000144, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000148, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, K2Node_CustomEvent_Caller_1) == 0x000150, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_HermesBindEvent_Handle) == 0x000158, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, K2Node_CustomEvent_Caller) == 0x000168, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, K2Node_CreateDelegate_OutputDelegate_2) == 0x000170, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_HermesBindEvent_Handle_1) == 0x000180, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, K2Node_CreateDelegate_OutputDelegate_3) == 0x000190, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_HermesBindEvent_Handle_2) == 0x0001A0, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_PlayAnimation_ReturnValue) == 0x0001B0, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, K2Node_Event_FillPct) == 0x0001B8, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::K2Node_Event_FillPct' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0001C0, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_GetLockName_ReturnValue) == 0x0001C8, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_GetLockName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_IsUnlockedPure_ReturnValue) == 0x0001D0, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_IsUnlockedPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, Temp_float_Variable) == 0x0001D4, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_MakeVector_ReturnValue) == 0x0001D8, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_Add_VectorVector_ReturnValue) == 0x0001E4, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_SpawnEmitterAttached_ReturnValue_5) == 0x0001F0, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_SpawnEmitterAttached_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_PlayAnimation_ReturnValue_1) == 0x0001F8, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000200, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000208, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, K2Node_Select_Default) == 0x000210, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter, CallFunc_PlayAnimation_ReturnValue_2) == 0x000218, "Member 'UI_BP_XPMeter_C_ExecuteUbergraph_UI_BP_XPMeter::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_XPMeter_C_OnXPAdded \ static_assert(alignof(UI_BP_XPMeter_C_OnXPAdded) == 0x000004, "Wrong alignment on UI_BP_XPMeter_C_OnXPAdded"); \ static_assert(sizeof(UI_BP_XPMeter_C_OnXPAdded) == 0x000004, "Wrong size on UI_BP_XPMeter_C_OnXPAdded"); \ static_assert(offsetof(UI_BP_XPMeter_C_OnXPAdded, FillPct) == 0x000000, "Member 'UI_BP_XPMeter_C_OnXPAdded::FillPct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_XPMeter_C_TutorialSaysHighlightXPMeter \ static_assert(alignof(UI_BP_XPMeter_C_TutorialSaysHighlightXPMeter) == 0x000008, "Wrong alignment on UI_BP_XPMeter_C_TutorialSaysHighlightXPMeter"); \ static_assert(sizeof(UI_BP_XPMeter_C_TutorialSaysHighlightXPMeter) == 0x000008, "Wrong size on UI_BP_XPMeter_C_TutorialSaysHighlightXPMeter"); \ static_assert(offsetof(UI_BP_XPMeter_C_TutorialSaysHighlightXPMeter, Caller) == 0x000000, "Member 'UI_BP_XPMeter_C_TutorialSaysHighlightXPMeter::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_XPMeter_C_TutorialSaysCloseXPMeter \ static_assert(alignof(UI_BP_XPMeter_C_TutorialSaysCloseXPMeter) == 0x000008, "Wrong alignment on UI_BP_XPMeter_C_TutorialSaysCloseXPMeter"); \ static_assert(sizeof(UI_BP_XPMeter_C_TutorialSaysCloseXPMeter) == 0x000008, "Wrong size on UI_BP_XPMeter_C_TutorialSaysCloseXPMeter"); \ static_assert(offsetof(UI_BP_XPMeter_C_TutorialSaysCloseXPMeter, Caller) == 0x000000, "Member 'UI_BP_XPMeter_C_TutorialSaysCloseXPMeter::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_XPMeter_C_OnExpNotificationApproved \ static_assert(alignof(UI_BP_XPMeter_C_OnExpNotificationApproved) == 0x000008, "Wrong alignment on UI_BP_XPMeter_C_OnExpNotificationApproved"); \ static_assert(sizeof(UI_BP_XPMeter_C_OnExpNotificationApproved) == 0x000008, "Wrong size on UI_BP_XPMeter_C_OnExpNotificationApproved"); \ static_assert(offsetof(UI_BP_XPMeter_C_OnExpNotificationApproved, Caller) == 0x000000, "Member 'UI_BP_XPMeter_C_OnExpNotificationApproved::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_XPMeter_C_ShowXPGain \ static_assert(alignof(UI_BP_XPMeter_C_ShowXPGain) == 0x000008, "Wrong alignment on UI_BP_XPMeter_C_ShowXPGain"); \ static_assert(sizeof(UI_BP_XPMeter_C_ShowXPGain) == 0x0000F8, "Wrong size on UI_BP_XPMeter_C_ShowXPGain"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_XPMeter_C_ShowXPGain::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, Temp_bool_Variable_1) == 0x000001, "Member 'UI_BP_XPMeter_C_ShowXPGain::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, CallFunc_GetHouseAssets_CrestID) == 0x000008, "Member 'UI_BP_XPMeter_C_ShowXPGain::CallFunc_GetHouseAssets_CrestID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, CallFunc_GetHouseAssets_EffectColor) == 0x000018, "Member 'UI_BP_XPMeter_C_ShowXPGain::CallFunc_GetHouseAssets_EffectColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, CallFunc_AVATranslate_ReturnValue) == 0x000028, "Member 'UI_BP_XPMeter_C_ShowXPGain::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, Temp_bool_Variable_2) == 0x000040, "Member 'UI_BP_XPMeter_C_ShowXPGain::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, CallFunc_Subtract_IntInt_ReturnValue) == 0x000044, "Member 'UI_BP_XPMeter_C_ShowXPGain::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'UI_BP_XPMeter_C_ShowXPGain::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000088, "Member 'UI_BP_XPMeter_C_ShowXPGain::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, K2Node_MakeArray_Array) == 0x000090, "Member 'UI_BP_XPMeter_C_ShowXPGain::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, K2Node_Select_Default) == 0x0000A0, "Member 'UI_BP_XPMeter_C_ShowXPGain::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'UI_BP_XPMeter_C_ShowXPGain::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, CallFunc_PlayAnimation_ReturnValue) == 0x0000C0, "Member 'UI_BP_XPMeter_C_ShowXPGain::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0000C8, "Member 'UI_BP_XPMeter_C_ShowXPGain::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, K2Node_Select_Default_1) == 0x0000D0, "Member 'UI_BP_XPMeter_C_ShowXPGain::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, K2Node_Select_Default_2) == 0x0000D4, "Member 'UI_BP_XPMeter_C_ShowXPGain::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0000D8, "Member 'UI_BP_XPMeter_C_ShowXPGain::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x0000DC, "Member 'UI_BP_XPMeter_C_ShowXPGain::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000E0, "Member 'UI_BP_XPMeter_C_ShowXPGain::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x0000E4, "Member 'UI_BP_XPMeter_C_ShowXPGain::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000E8, "Member 'UI_BP_XPMeter_C_ShowXPGain::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000EC, "Member 'UI_BP_XPMeter_C_ShowXPGain::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowXPGain, CallFunc_PlayAnimation_ReturnValue_1) == 0x0000F0, "Member 'UI_BP_XPMeter_C_ShowXPGain::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_XPMeter_C_Show_Level_Up_Text \ static_assert(alignof(UI_BP_XPMeter_C_Show_Level_Up_Text) == 0x000008, "Wrong alignment on UI_BP_XPMeter_C_Show_Level_Up_Text"); \ static_assert(sizeof(UI_BP_XPMeter_C_Show_Level_Up_Text) == 0x0000B8, "Wrong size on UI_BP_XPMeter_C_Show_Level_Up_Text"); \ static_assert(offsetof(UI_BP_XPMeter_C_Show_Level_Up_Text, AwardTalentPoint) == 0x000000, "Member 'UI_BP_XPMeter_C_Show_Level_Up_Text::AwardTalentPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_Show_Level_Up_Text, StartTime) == 0x000004, "Member 'UI_BP_XPMeter_C_Show_Level_Up_Text::StartTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_Show_Level_Up_Text, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_XPMeter_C_Show_Level_Up_Text::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_Show_Level_Up_Text, CallFunc_GetMaxHealthForLevel_ReturnValue) == 0x00000C, "Member 'UI_BP_XPMeter_C_Show_Level_Up_Text::CallFunc_GetMaxHealthForLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_Show_Level_Up_Text, CallFunc_GetMaxHealthForLevel_ReturnValue_1) == 0x000010, "Member 'UI_BP_XPMeter_C_Show_Level_Up_Text::CallFunc_GetMaxHealthForLevel_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_Show_Level_Up_Text, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000014, "Member 'UI_BP_XPMeter_C_Show_Level_Up_Text::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_Show_Level_Up_Text, CallFunc_Get_ReturnValue) == 0x000018, "Member 'UI_BP_XPMeter_C_Show_Level_Up_Text::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_Show_Level_Up_Text, CallFunc_GetExperienceLevel_ReturnValue) == 0x000020, "Member 'UI_BP_XPMeter_C_Show_Level_Up_Text::CallFunc_GetExperienceLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_Show_Level_Up_Text, CallFunc_MakeLiteralInt_ReturnValue) == 0x000024, "Member 'UI_BP_XPMeter_C_Show_Level_Up_Text::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_Show_Level_Up_Text, CallFunc_AVATranslate_ReturnValue) == 0x000028, "Member 'UI_BP_XPMeter_C_Show_Level_Up_Text::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_Show_Level_Up_Text, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'UI_BP_XPMeter_C_Show_Level_Up_Text::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_Show_Level_Up_Text, K2Node_MakeArray_Array) == 0x000080, "Member 'UI_BP_XPMeter_C_Show_Level_Up_Text::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_Show_Level_Up_Text, CallFunc_Format_ReturnValue) == 0x000090, "Member 'UI_BP_XPMeter_C_Show_Level_Up_Text::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_Show_Level_Up_Text, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000A8, "Member 'UI_BP_XPMeter_C_Show_Level_Up_Text::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_Show_Level_Up_Text, CallFunc_PlayAnimation_ReturnValue) == 0x0000B0, "Member 'UI_BP_XPMeter_C_Show_Level_Up_Text::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_XPMeter_C_QueueXPGainedNotification \ static_assert(alignof(UI_BP_XPMeter_C_QueueXPGainedNotification) == 0x000008, "Wrong alignment on UI_BP_XPMeter_C_QueueXPGainedNotification"); \ static_assert(sizeof(UI_BP_XPMeter_C_QueueXPGainedNotification) == 0x000038, "Wrong size on UI_BP_XPMeter_C_QueueXPGainedNotification"); \ static_assert(offsetof(UI_BP_XPMeter_C_QueueXPGainedNotification, Data) == 0x000000, "Member 'UI_BP_XPMeter_C_QueueXPGainedNotification::Data' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_QueueXPGainedNotification, CallFunc_TryStackNotification_ReturnValue) == 0x000020, "Member 'UI_BP_XPMeter_C_QueueXPGainedNotification::CallFunc_TryStackNotification_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_QueueXPGainedNotification, CallFunc_Array_Add_ReturnValue) == 0x000024, "Member 'UI_BP_XPMeter_C_QueueXPGainedNotification::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_QueueXPGainedNotification, CallFunc_TryIncrementActiveNotification_Success) == 0x000028, "Member 'UI_BP_XPMeter_C_QueueXPGainedNotification::CallFunc_TryIncrementActiveNotification_Success' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_QueueXPGainedNotification, CallFunc_Get_ReturnValue) == 0x000030, "Member 'UI_BP_XPMeter_C_QueueXPGainedNotification::CallFunc_Get_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_XPMeter_C_GetHouseAssets \ static_assert(alignof(UI_BP_XPMeter_C_GetHouseAssets) == 0x000008, "Wrong alignment on UI_BP_XPMeter_C_GetHouseAssets"); \ static_assert(sizeof(UI_BP_XPMeter_C_GetHouseAssets) == 0x000060, "Wrong size on UI_BP_XPMeter_C_GetHouseAssets"); \ static_assert(offsetof(UI_BP_XPMeter_C_GetHouseAssets, CrestID) == 0x000000, "Member 'UI_BP_XPMeter_C_GetHouseAssets::CrestID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_GetHouseAssets, EffectColor) == 0x000010, "Member 'UI_BP_XPMeter_C_GetHouseAssets::EffectColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_GetHouseAssets, TempHouseEffectColor) == 0x000020, "Member 'UI_BP_XPMeter_C_GetHouseAssets::TempHouseEffectColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_GetHouseAssets, TempCrestID) == 0x000030, "Member 'UI_BP_XPMeter_C_GetHouseAssets::TempCrestID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_GetHouseAssets, CallFunc_Get_ReturnValue) == 0x000040, "Member 'UI_BP_XPMeter_C_GetHouseAssets::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_GetHouseAssets, CallFunc_GetPlayerHouse_ReturnValue) == 0x000048, "Member 'UI_BP_XPMeter_C_GetHouseAssets::CallFunc_GetPlayerHouse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_GetHouseAssets, K2Node_SwitchString_CmpSuccess) == 0x000058, "Member 'UI_BP_XPMeter_C_GetHouseAssets::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_XPMeter_C_CleanUpLevelUpNotification \ static_assert(alignof(UI_BP_XPMeter_C_CleanUpLevelUpNotification) == 0x000008, "Wrong alignment on UI_BP_XPMeter_C_CleanUpLevelUpNotification"); \ static_assert(sizeof(UI_BP_XPMeter_C_CleanUpLevelUpNotification) == 0x000010, "Wrong size on UI_BP_XPMeter_C_CleanUpLevelUpNotification"); \ static_assert(offsetof(UI_BP_XPMeter_C_CleanUpLevelUpNotification, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_XPMeter_C_CleanUpLevelUpNotification::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_CleanUpLevelUpNotification, CallFunc_GetVisibility_ReturnValue) == 0x000008, "Member 'UI_BP_XPMeter_C_CleanUpLevelUpNotification::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_CleanUpLevelUpNotification, CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue) == 0x000009, "Member 'UI_BP_XPMeter_C_CleanUpLevelUpNotification::CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_CleanUpLevelUpNotification, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00000A, "Member 'UI_BP_XPMeter_C_CleanUpLevelUpNotification::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_CleanUpLevelUpNotification, CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue_1) == 0x00000B, "Member 'UI_BP_XPMeter_C_CleanUpLevelUpNotification::CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_CleanUpLevelUpNotification, CallFunc_BooleanOR_ReturnValue) == 0x00000C, "Member 'UI_BP_XPMeter_C_CleanUpLevelUpNotification::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_XPMeter_C_TryIncrementActiveNotification \ static_assert(alignof(UI_BP_XPMeter_C_TryIncrementActiveNotification) == 0x000008, "Wrong alignment on UI_BP_XPMeter_C_TryIncrementActiveNotification"); \ static_assert(sizeof(UI_BP_XPMeter_C_TryIncrementActiveNotification) == 0x0000F8, "Wrong size on UI_BP_XPMeter_C_TryIncrementActiveNotification"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, XPChangeData) == 0x000000, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::XPChangeData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, Success) == 0x000020, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::Success' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, CallFunc_Subtract_IntInt_ReturnValue) == 0x000024, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000028, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00002C, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000030, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, K2Node_MathExpression_ReturnValue) == 0x000034, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000038, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000040, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, K2Node_MakeArray_Array) == 0x000088, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, K2Node_MakeStruct_ExperienceChange) == 0x000098, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::K2Node_MakeStruct_ExperienceChange' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, CallFunc_Not_PreBool_ReturnValue) == 0x0000B8, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, CallFunc_Array_Length_ReturnValue) == 0x0000BC, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000C0, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, CallFunc_BooleanAND_ReturnValue) == 0x0000C1, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000C4, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, CallFunc_AVATranslate_ReturnValue) == 0x0000C8, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_TryIncrementActiveNotification, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'UI_BP_XPMeter_C_TryIncrementActiveNotification::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_XPMeter_C_ShowTextBackground \ static_assert(alignof(UI_BP_XPMeter_C_ShowTextBackground) == 0x000008, "Wrong alignment on UI_BP_XPMeter_C_ShowTextBackground"); \ static_assert(sizeof(UI_BP_XPMeter_C_ShowTextBackground) == 0x000008, "Wrong size on UI_BP_XPMeter_C_ShowTextBackground"); \ static_assert(offsetof(UI_BP_XPMeter_C_ShowTextBackground, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_XPMeter_C_ShowTextBackground::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_XPMeter_C_HideTextBackground \ static_assert(alignof(UI_BP_XPMeter_C_HideTextBackground) == 0x000008, "Wrong alignment on UI_BP_XPMeter_C_HideTextBackground"); \ static_assert(sizeof(UI_BP_XPMeter_C_HideTextBackground) == 0x000008, "Wrong size on UI_BP_XPMeter_C_HideTextBackground"); \ static_assert(offsetof(UI_BP_XPMeter_C_HideTextBackground, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_XPMeter_C_HideTextBackground::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_XPMeter_C_SetPlayerLevelText \ static_assert(alignof(UI_BP_XPMeter_C_SetPlayerLevelText) == 0x000008, "Wrong alignment on UI_BP_XPMeter_C_SetPlayerLevelText"); \ static_assert(sizeof(UI_BP_XPMeter_C_SetPlayerLevelText) == 0x000020, "Wrong size on UI_BP_XPMeter_C_SetPlayerLevelText"); \ static_assert(offsetof(UI_BP_XPMeter_C_SetPlayerLevelText, Level) == 0x000000, "Member 'UI_BP_XPMeter_C_SetPlayerLevelText::Level' has a wrong offset!"); \ static_assert(offsetof(UI_BP_XPMeter_C_SetPlayerLevelText, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'UI_BP_XPMeter_C_SetPlayerLevelText::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_XPMeter_C \ static_assert(alignof(UUI_BP_XPMeter_C) == 0x000008, "Wrong alignment on UUI_BP_XPMeter_C"); \ static_assert(sizeof(UUI_BP_XPMeter_C) == 0x0003F0, "Wrong size on UUI_BP_XPMeter_C"); \ static_assert(offsetof(UUI_BP_XPMeter_C, UberGraphFrame) == 0x000310, "Member 'UUI_BP_XPMeter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, hideTextBackgroundAnim) == 0x000318, "Member 'UUI_BP_XPMeter_C::hideTextBackgroundAnim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, HideLevelUpText) == 0x000320, "Member 'UUI_BP_XPMeter_C::HideLevelUpText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, showTextBackgroundAnim) == 0x000328, "Member 'UUI_BP_XPMeter_C::showTextBackgroundAnim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, highlight) == 0x000330, "Member 'UUI_BP_XPMeter_C::highlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, showXPCrest) == 0x000338, "Member 'UUI_BP_XPMeter_C::showXPCrest' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, FadeOut) == 0x000340, "Member 'UUI_BP_XPMeter_C::FadeOut' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, HideXPText) == 0x000348, "Member 'UUI_BP_XPMeter_C::HideXPText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, ShowXPText) == 0x000350, "Member 'UUI_BP_XPMeter_C::ShowXPText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, showLevelUpText) == 0x000358, "Member 'UUI_BP_XPMeter_C::showLevelUpText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, showLevelUpBanner) == 0x000360, "Member 'UUI_BP_XPMeter_C::showLevelUpBanner' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, HealthIncreaseTag) == 0x000368, "Member 'UUI_BP_XPMeter_C::HealthIncreaseTag' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, HouseCrest) == 0x000370, "Member 'UUI_BP_XPMeter_C::HouseCrest' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, InvalidationBox_XPMeter) == 0x000378, "Member 'UUI_BP_XPMeter_C::InvalidationBox_XPMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, levelUpRoot) == 0x000380, "Member 'UUI_BP_XPMeter_C::levelUpRoot' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, LevelUpText) == 0x000388, "Member 'UUI_BP_XPMeter_C::LevelUpText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, PlayerLevel) == 0x000390, "Member 'UUI_BP_XPMeter_C::PlayerLevel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, textBorder) == 0x000398, "Member 'UUI_BP_XPMeter_C::textBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, XPFill_Image) == 0x0003A0, "Member 'UUI_BP_XPMeter_C::XPFill_Image' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, XPHorizontalBox) == 0x0003A8, "Member 'UUI_BP_XPMeter_C::XPHorizontalBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, XPtext) == 0x0003B0, "Member 'UUI_BP_XPMeter_C::XPtext' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, TutorialCloseXPMeterEventHandle) == 0x0003B8, "Member 'UUI_BP_XPMeter_C::TutorialCloseXPMeterEventHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, TutorialHighlightXPMeterEventHandle) == 0x0003C8, "Member 'UUI_BP_XPMeter_C::TutorialHighlightXPMeterEventHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, NotificationTimerHandle) == 0x0003D8, "Member 'UUI_BP_XPMeter_C::NotificationTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, NotifcationDelay) == 0x0003E0, "Member 'UUI_BP_XPMeter_C::NotifcationDelay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, Active_Notification_Stackable) == 0x0003E4, "Member 'UUI_BP_XPMeter_C::Active_Notification_Stackable' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, FillDuration) == 0x0003E8, "Member 'UUI_BP_XPMeter_C::FillDuration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, LevelUpAnimComplete) == 0x0003EC, "Member 'UUI_BP_XPMeter_C::LevelUpAnimComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_XPMeter_C, PostFillDelayCompleted) == 0x0003ED, "Member 'UUI_BP_XPMeter_C::PostFillDelayCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort \ static_assert(alignof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort) == 0x000008, "Wrong alignment on BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort"); \ static_assert(sizeof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort) == 0x000100, "Wrong size on BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, EntryPoint) == 0x000000, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x000004, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_GetBlackboard_ReturnValue) == 0x000018, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_GetBlackboard_ReturnValue_1) == 0x000020, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_GetBlackboard_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_MakeLiteralName_ReturnValue) == 0x000028, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000030, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_GetValueAsInt_ReturnValue) == 0x000038, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_GetValueAsObject_ReturnValue) == 0x000040, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, K2Node_MakeStruct_StationQueryData) == 0x000048, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::K2Node_MakeStruct_StationQueryData' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, K2Node_DynamicCast_AsStation_Component) == 0x000068, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::K2Node_DynamicCast_AsStation_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_MakeLiteralName_ReturnValue_2) == 0x000074, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_InitializeStationInteraction_ReturnValue) == 0x00007C, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_InitializeStationInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_GetValueAsInt_ReturnValue_1) == 0x000080, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_GetValueAsInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_MakeLiteralName_ReturnValue_3) == 0x000084, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_MakeLiteralName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, K2Node_MakeStruct_StationQueryData_1) == 0x00008C, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::K2Node_MakeStruct_StationQueryData_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_MakeLiteralName_ReturnValue_4) == 0x0000AC, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_MakeLiteralName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_MakeLiteralName_ReturnValue_5) == 0x0000B4, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_MakeLiteralName_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_MakeLiteralName_ReturnValue_6) == 0x0000BC, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_MakeLiteralName_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_MakeLiteralName_ReturnValue_7) == 0x0000C4, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_MakeLiteralName_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_GetValueAsObject_ReturnValue_1) == 0x0000D0, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_GetValueAsObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, K2Node_Event_OwnerActor_1) == 0x0000D8, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, K2Node_DynamicCast_AsStation_Component_1) == 0x0000E0, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::K2Node_DynamicCast_AsStation_Component_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, K2Node_DynamicCast_bSuccess_1) == 0x0000E8, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_GetBlackboard_ReturnValue_2) == 0x0000F0, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_GetBlackboard_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_UnlockStationBP_ReturnValue) == 0x0000F8, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_UnlockStationBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort, CallFunc_InitializeStationInteraction_ReturnValue_1) == 0x0000FC, "Member 'BTT_InteractWithStation_Abort_C_ExecuteUbergraph_BTT_InteractWithStation_Abort::CallFunc_InitializeStationInteraction_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_Abort_C_ReceiveExecute \ static_assert(alignof(BTT_InteractWithStation_Abort_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_InteractWithStation_Abort_C_ReceiveExecute"); \ static_assert(sizeof(BTT_InteractWithStation_Abort_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_InteractWithStation_Abort_C_ReceiveExecute"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_InteractWithStation_Abort_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_Abort_C_ExitTask \ static_assert(alignof(BTT_InteractWithStation_Abort_C_ExitTask) == 0x000008, "Wrong alignment on BTT_InteractWithStation_Abort_C_ExitTask"); \ static_assert(sizeof(BTT_InteractWithStation_Abort_C_ExitTask) == 0x000008, "Wrong size on BTT_InteractWithStation_Abort_C_ExitTask"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_InteractWithStation_Abort_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_Abort_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(BTT_InteractWithStation_Abort_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_InteractWithStation_Abort_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(BTT_InteractWithStation_Abort_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on BTT_InteractWithStation_Abort_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(BTT_InteractWithStation_Abort_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_InteractWithStation_Abort_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_InteractWithStation_Abort_C \ static_assert(alignof(UBTT_InteractWithStation_Abort_C) == 0x000008, "Wrong alignment on UBTT_InteractWithStation_Abort_C"); \ static_assert(sizeof(UBTT_InteractWithStation_Abort_C) == 0x000180, "Wrong size on UBTT_InteractWithStation_Abort_C"); \ static_assert(offsetof(UBTT_InteractWithStation_Abort_C, UberGraphFrame) == 0x000150, "Member 'UBTT_InteractWithStation_Abort_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_Abort_C, StartingMobilityActionState) == 0x000158, "Member 'UBTT_InteractWithStation_Abort_C::StartingMobilityActionState' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_Abort_C, StationActor) == 0x000160, "Member 'UBTT_InteractWithStation_Abort_C::StationActor' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_Abort_C, StationComponent) == 0x000168, "Member 'UBTT_InteractWithStation_Abort_C::StationComponent' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_Abort_C, UIManager) == 0x000170, "Member 'UBTT_InteractWithStation_Abort_C::UIManager' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_Abort_C, Station_UI) == 0x000178, "Member 'UBTT_InteractWithStation_Abort_C::Station_UI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_LegendBar_C_I_SetButtonLegend \ static_assert(alignof(UI_BPI_LegendBar_C_I_SetButtonLegend) == 0x000008, "Wrong alignment on UI_BPI_LegendBar_C_I_SetButtonLegend"); \ static_assert(sizeof(UI_BPI_LegendBar_C_I_SetButtonLegend) == 0x000010, "Wrong size on UI_BPI_LegendBar_C_I_SetButtonLegend"); \ static_assert(offsetof(UI_BPI_LegendBar_C_I_SetButtonLegend, NewParam) == 0x000000, "Member 'UI_BPI_LegendBar_C_I_SetButtonLegend::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_LegendBar_C \ static_assert(alignof(IUI_BPI_LegendBar_C) == 0x000001, "Wrong alignment on IUI_BPI_LegendBar_C"); \ static_assert(sizeof(IUI_BPI_LegendBar_C) == 0x000001, "Wrong size on IUI_BPI_LegendBar_C"); \ #define DUMPER7_ASSERTS_UI_BP_LegendBar_C_ExecuteUbergraph_UI_BP_LegendBar \ static_assert(alignof(UI_BP_LegendBar_C_ExecuteUbergraph_UI_BP_LegendBar) == 0x000008, "Wrong alignment on UI_BP_LegendBar_C_ExecuteUbergraph_UI_BP_LegendBar"); \ static_assert(sizeof(UI_BP_LegendBar_C_ExecuteUbergraph_UI_BP_LegendBar) == 0x000020, "Wrong size on UI_BP_LegendBar_C_ExecuteUbergraph_UI_BP_LegendBar"); \ static_assert(offsetof(UI_BP_LegendBar_C_ExecuteUbergraph_UI_BP_LegendBar, EntryPoint) == 0x000000, "Member 'UI_BP_LegendBar_C_ExecuteUbergraph_UI_BP_LegendBar::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBar_C_ExecuteUbergraph_UI_BP_LegendBar, K2Node_Event_Parent) == 0x000008, "Member 'UI_BP_LegendBar_C_ExecuteUbergraph_UI_BP_LegendBar::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendBar_C_ExecuteUbergraph_UI_BP_LegendBar, K2Node_Event_NewParam) == 0x000010, "Member 'UI_BP_LegendBar_C_ExecuteUbergraph_UI_BP_LegendBar::K2Node_Event_NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendBar_C_I_SetButtonLegend \ static_assert(alignof(UI_BP_LegendBar_C_I_SetButtonLegend) == 0x000008, "Wrong alignment on UI_BP_LegendBar_C_I_SetButtonLegend"); \ static_assert(sizeof(UI_BP_LegendBar_C_I_SetButtonLegend) == 0x000010, "Wrong size on UI_BP_LegendBar_C_I_SetButtonLegend"); \ static_assert(offsetof(UI_BP_LegendBar_C_I_SetButtonLegend, NewParam) == 0x000000, "Member 'UI_BP_LegendBar_C_I_SetButtonLegend::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendBar_C_SetParent \ static_assert(alignof(UI_BP_LegendBar_C_SetParent) == 0x000008, "Wrong alignment on UI_BP_LegendBar_C_SetParent"); \ static_assert(sizeof(UI_BP_LegendBar_C_SetParent) == 0x000008, "Wrong size on UI_BP_LegendBar_C_SetParent"); \ static_assert(offsetof(UI_BP_LegendBar_C_SetParent, Parent) == 0x000000, "Member 'UI_BP_LegendBar_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendBar_C_SetButtonLegend \ static_assert(alignof(UI_BP_LegendBar_C_SetButtonLegend) == 0x000008, "Wrong alignment on UI_BP_LegendBar_C_SetButtonLegend"); \ static_assert(sizeof(UI_BP_LegendBar_C_SetButtonLegend) == 0x000010, "Wrong size on UI_BP_LegendBar_C_SetButtonLegend"); \ static_assert(offsetof(UI_BP_LegendBar_C_SetButtonLegend, LegendArray) == 0x000000, "Member 'UI_BP_LegendBar_C_SetButtonLegend::LegendArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendBar_C_SetHouseColors \ static_assert(alignof(UI_BP_LegendBar_C_SetHouseColors) == 0x000004, "Wrong alignment on UI_BP_LegendBar_C_SetHouseColors"); \ static_assert(sizeof(UI_BP_LegendBar_C_SetHouseColors) == 0x000010, "Wrong size on UI_BP_LegendBar_C_SetHouseColors"); \ static_assert(offsetof(UI_BP_LegendBar_C_SetHouseColors, TempHouseColor) == 0x000000, "Member 'UI_BP_LegendBar_C_SetHouseColors::TempHouseColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendBar_C_GetAsyncWrapperRenderSize \ static_assert(alignof(UI_BP_LegendBar_C_GetAsyncWrapperRenderSize) == 0x000004, "Wrong alignment on UI_BP_LegendBar_C_GetAsyncWrapperRenderSize"); \ static_assert(sizeof(UI_BP_LegendBar_C_GetAsyncWrapperRenderSize) == 0x000008, "Wrong size on UI_BP_LegendBar_C_GetAsyncWrapperRenderSize"); \ static_assert(offsetof(UI_BP_LegendBar_C_GetAsyncWrapperRenderSize, RenderSize) == 0x000000, "Member 'UI_BP_LegendBar_C_GetAsyncWrapperRenderSize::RenderSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_LegendBar_C \ static_assert(alignof(UUI_BP_LegendBar_C) == 0x000008, "Wrong alignment on UUI_BP_LegendBar_C"); \ static_assert(sizeof(UUI_BP_LegendBar_C) == 0x000280, "Wrong size on UUI_BP_LegendBar_C"); \ static_assert(offsetof(UUI_BP_LegendBar_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_LegendBar_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LegendBar_C, LegendBar) == 0x000270, "Member 'UUI_BP_LegendBar_C::LegendBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LegendBar_C, LegendBox) == 0x000278, "Member 'UUI_BP_LegendBar_C::LegendBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Snow_C \ static_assert(alignof(ABP_SkinFX_Snow_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Snow_C"); \ static_assert(sizeof(ABP_SkinFX_Snow_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Snow_C"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection \ static_assert(alignof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection) == 0x000008, "Wrong alignment on UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection"); \ static_assert(sizeof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection) == 0x000120, "Wrong size on UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, EntryPoint) == 0x000000, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, K2Node_Event_OutroType_1) == 0x000008, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::K2Node_Event_OutroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, K2Node_Event_OutroDuration) == 0x00000C, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, K2Node_Event_IntroType_1) == 0x000018, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::K2Node_Event_IntroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, K2Node_Event_IntroDuration) == 0x00001C, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, K2Node_Event_OutroType) == 0x000020, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, CallFunc_GetCursorWidget_ReturnValue) == 0x000028, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::CallFunc_GetCursorWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000030, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, K2Node_DynamicCast_AsUI_BPI_Cursor) == 0x000038, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::K2Node_DynamicCast_AsUI_BPI_Cursor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, K2Node_DynamicCast_AsUI_BPI_Cursor_1) == 0x000050, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::K2Node_DynamicCast_AsUI_BPI_Cursor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, K2Node_Event_IntroType) == 0x000064, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, CallFunc_GetCursorWidget_ReturnValue_1) == 0x000068, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::CallFunc_GetCursorWidget_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, CallFunc_Get_ReturnValue) == 0x000070, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, K2Node_DynamicCast_AsUI_BPI_Cursor_2) == 0x000078, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::K2Node_DynamicCast_AsUI_BPI_Cursor_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, CallFunc_Get_ReturnValue_1) == 0x000090, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, K2Node_CreateDelegate_OutputDelegate) == 0x000098, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, K2Node_CustomEvent_Caller) == 0x0000A8, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, CallFunc_HermesBindEvent_Handle) == 0x0000B0, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, CallFunc_Get_ReturnValue_2) == 0x0000C0, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, CallFunc_Get_ReturnValue_3) == 0x0000C8, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, CallFunc_GetCompanionManager_ReturnValue) == 0x0000D0, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::CallFunc_GetCompanionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, CallFunc_GetDisabledSystemicCompanions_ReturnValue) == 0x0000D8, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::CallFunc_GetDisabledSystemicCompanions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, CallFunc_GetPrimaryCompanionNameBP_ReturnValue) == 0x0000E8, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::CallFunc_GetPrimaryCompanionNameBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, CallFunc_NotEqual_NameName_ReturnValue) == 0x0000F0, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, CallFunc_Conv_NameToString_ReturnValue) == 0x0000F8, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x000108, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000110, "Member 'UI_BP_HUD_CompanionSelection_C_ExecuteUbergraph_UI_BP_HUD_CompanionSelection::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_CompanionSelection_C_CompanionLevelShown \ static_assert(alignof(UI_BP_HUD_CompanionSelection_C_CompanionLevelShown) == 0x000008, "Wrong alignment on UI_BP_HUD_CompanionSelection_C_CompanionLevelShown"); \ static_assert(sizeof(UI_BP_HUD_CompanionSelection_C_CompanionLevelShown) == 0x000008, "Wrong size on UI_BP_HUD_CompanionSelection_C_CompanionLevelShown"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_CompanionLevelShown, Caller) == 0x000000, "Member 'UI_BP_HUD_CompanionSelection_C_CompanionLevelShown::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_CompanionSelection_C_OnIntroEnded \ static_assert(alignof(UI_BP_HUD_CompanionSelection_C_OnIntroEnded) == 0x000004, "Wrong alignment on UI_BP_HUD_CompanionSelection_C_OnIntroEnded"); \ static_assert(sizeof(UI_BP_HUD_CompanionSelection_C_OnIntroEnded) == 0x000004, "Wrong size on UI_BP_HUD_CompanionSelection_C_OnIntroEnded"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_OnIntroEnded, IntroType) == 0x000000, "Member 'UI_BP_HUD_CompanionSelection_C_OnIntroEnded::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_CompanionSelection_C_OnOutroEnded \ static_assert(alignof(UI_BP_HUD_CompanionSelection_C_OnOutroEnded) == 0x000004, "Wrong alignment on UI_BP_HUD_CompanionSelection_C_OnOutroEnded"); \ static_assert(sizeof(UI_BP_HUD_CompanionSelection_C_OnOutroEnded) == 0x000004, "Wrong size on UI_BP_HUD_CompanionSelection_C_OnOutroEnded"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_OnOutroEnded, OutroType) == 0x000000, "Member 'UI_BP_HUD_CompanionSelection_C_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_CompanionSelection_C_OnIntroStarted \ static_assert(alignof(UI_BP_HUD_CompanionSelection_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_HUD_CompanionSelection_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_HUD_CompanionSelection_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_HUD_CompanionSelection_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_HUD_CompanionSelection_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_HUD_CompanionSelection_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_CompanionSelection_C_OnOutroStarted \ static_assert(alignof(UI_BP_HUD_CompanionSelection_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_HUD_CompanionSelection_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_HUD_CompanionSelection_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_HUD_CompanionSelection_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_HUD_CompanionSelection_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_HUD_CompanionSelection_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_CompanionSelection_C_CompanionHovered \ static_assert(alignof(UI_BP_HUD_CompanionSelection_C_CompanionHovered) == 0x000008, "Wrong alignment on UI_BP_HUD_CompanionSelection_C_CompanionHovered"); \ static_assert(sizeof(UI_BP_HUD_CompanionSelection_C_CompanionHovered) == 0x000018, "Wrong size on UI_BP_HUD_CompanionSelection_C_CompanionHovered"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_CompanionHovered, compButton) == 0x000000, "Member 'UI_BP_HUD_CompanionSelection_C_CompanionHovered::compButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_CompanionHovered, Temp_byte_Variable) == 0x000008, "Member 'UI_BP_HUD_CompanionSelection_C_CompanionHovered::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_CompanionHovered, Temp_byte_Variable_1) == 0x000009, "Member 'UI_BP_HUD_CompanionSelection_C_CompanionHovered::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_CompanionHovered, CallFunc_PostEventAtLocation_ReturnValue) == 0x00000C, "Member 'UI_BP_HUD_CompanionSelection_C_CompanionHovered::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_CompanionHovered, CallFunc_Array_Contains_ReturnValue) == 0x000010, "Member 'UI_BP_HUD_CompanionSelection_C_CompanionHovered::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_CompanionHovered, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000011, "Member 'UI_BP_HUD_CompanionSelection_C_CompanionHovered::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_CompanionHovered, Temp_bool_Variable) == 0x000012, "Member 'UI_BP_HUD_CompanionSelection_C_CompanionHovered::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_CompanionHovered, K2Node_Select_Default) == 0x000013, "Member 'UI_BP_HUD_CompanionSelection_C_CompanionHovered::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_CompanionSelection_C_companionUnhovered \ static_assert(alignof(UI_BP_HUD_CompanionSelection_C_companionUnhovered) == 0x000008, "Wrong alignment on UI_BP_HUD_CompanionSelection_C_companionUnhovered"); \ static_assert(sizeof(UI_BP_HUD_CompanionSelection_C_companionUnhovered) == 0x000008, "Wrong size on UI_BP_HUD_CompanionSelection_C_companionUnhovered"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_companionUnhovered, compButton) == 0x000000, "Member 'UI_BP_HUD_CompanionSelection_C_companionUnhovered::compButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_CompanionSelection_C_CompanionSelected \ static_assert(alignof(UI_BP_HUD_CompanionSelection_C_CompanionSelected) == 0x000008, "Wrong alignment on UI_BP_HUD_CompanionSelection_C_CompanionSelected"); \ static_assert(sizeof(UI_BP_HUD_CompanionSelection_C_CompanionSelected) == 0x000010, "Wrong size on UI_BP_HUD_CompanionSelection_C_CompanionSelected"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_CompanionSelected, compButton) == 0x000000, "Member 'UI_BP_HUD_CompanionSelection_C_CompanionSelected::compButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_CompanionSelected, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_HUD_CompanionSelection_C_CompanionSelected::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_CompanionSelected, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'UI_BP_HUD_CompanionSelection_C_CompanionSelected::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_CompanionSelected, CallFunc_Array_Contains_ReturnValue) == 0x00000D, "Member 'UI_BP_HUD_CompanionSelection_C_CompanionSelected::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_CompanionSelected, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000E, "Member 'UI_BP_HUD_CompanionSelection_C_CompanionSelected::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_CompanionSelected, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00000F, "Member 'UI_BP_HUD_CompanionSelection_C_CompanionSelected::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_CompanionSelection_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_HUD_CompanionSelection_C_BlueprintOnUMGInputAction) == 0x000001, "Wrong alignment on UI_BP_HUD_CompanionSelection_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_HUD_CompanionSelection_C_BlueprintOnUMGInputAction) == 0x000006, "Wrong size on UI_BP_HUD_CompanionSelection_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_HUD_CompanionSelection_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_HUD_CompanionSelection_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_HUD_CompanionSelection_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'UI_BP_HUD_CompanionSelection_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000004, "Member 'UI_BP_HUD_CompanionSelection_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue) == 0x000005, "Member 'UI_BP_HUD_CompanionSelection_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton \ static_assert(alignof(UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton) == 0x000008, "Wrong alignment on UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton"); \ static_assert(sizeof(UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton) == 0x000068, "Wrong size on UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton, CompanionName) == 0x000000, "Member 'UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton::CompanionName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton, CompanionSelectionButton) == 0x000008, "Member 'UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton::CompanionSelectionButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton, CallFunc_Array_Contains_ReturnValue) == 0x000040, "Member 'UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton, CallFunc_GetCompanionManager_ReturnValue) == 0x000048, "Member 'UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton::CallFunc_GetCompanionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton, CallFunc_GetUnlockedSystemicCompanions_ReturnValue) == 0x000050, "Member 'UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton::CallFunc_GetUnlockedSystemicCompanions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton, CallFunc_Array_Contains_ReturnValue_1) == 0x000060, "Member 'UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton, CallFunc_Not_PreBool_ReturnValue) == 0x000061, "Member 'UI_BP_HUD_CompanionSelection_C_SetCompanionSelectionButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_CompanionSelection_C_UpdateLegend \ static_assert(alignof(UI_BP_HUD_CompanionSelection_C_UpdateLegend) == 0x000008, "Wrong alignment on UI_BP_HUD_CompanionSelection_C_UpdateLegend"); \ static_assert(sizeof(UI_BP_HUD_CompanionSelection_C_UpdateLegend) == 0x000168, "Wrong size on UI_BP_HUD_CompanionSelection_C_UpdateLegend"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_UpdateLegend, CharacterHovered) == 0x000000, "Member 'UI_BP_HUD_CompanionSelection_C_UpdateLegend::CharacterHovered' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_UpdateLegend, HoveredCharacterSelected) == 0x000001, "Member 'UI_BP_HUD_CompanionSelection_C_UpdateLegend::HoveredCharacterSelected' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_UpdateLegend, CallFunc_Array_Contains_ReturnValue) == 0x000002, "Member 'UI_BP_HUD_CompanionSelection_C_UpdateLegend::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_UpdateLegend, K2Node_MakeStruct_LegendItemData) == 0x000008, "Member 'UI_BP_HUD_CompanionSelection_C_UpdateLegend::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_UpdateLegend, K2Node_MakeStruct_LegendItemData_1) == 0x000038, "Member 'UI_BP_HUD_CompanionSelection_C_UpdateLegend::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_UpdateLegend, K2Node_MakeArray_Array) == 0x000068, "Member 'UI_BP_HUD_CompanionSelection_C_UpdateLegend::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_UpdateLegend, K2Node_MakeArray_Array_1) == 0x000078, "Member 'UI_BP_HUD_CompanionSelection_C_UpdateLegend::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_UpdateLegend, K2Node_MakeStruct_LegendItemData_2) == 0x000088, "Member 'UI_BP_HUD_CompanionSelection_C_UpdateLegend::K2Node_MakeStruct_LegendItemData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_UpdateLegend, K2Node_MakeStruct_LegendItemData_3) == 0x0000B8, "Member 'UI_BP_HUD_CompanionSelection_C_UpdateLegend::K2Node_MakeStruct_LegendItemData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_UpdateLegend, K2Node_MakeStruct_LegendItemData_4) == 0x0000E8, "Member 'UI_BP_HUD_CompanionSelection_C_UpdateLegend::K2Node_MakeStruct_LegendItemData_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_UpdateLegend, K2Node_MakeArray_Array_2) == 0x000118, "Member 'UI_BP_HUD_CompanionSelection_C_UpdateLegend::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_UpdateLegend, K2Node_MakeStruct_LegendItemData_5) == 0x000128, "Member 'UI_BP_HUD_CompanionSelection_C_UpdateLegend::K2Node_MakeStruct_LegendItemData_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_CompanionSelection_C_UpdateLegend, K2Node_MakeArray_Array_3) == 0x000158, "Member 'UI_BP_HUD_CompanionSelection_C_UpdateLegend::K2Node_MakeArray_Array_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_HUD_CompanionSelection_C \ static_assert(alignof(UUI_BP_HUD_CompanionSelection_C) == 0x000008, "Wrong alignment on UUI_BP_HUD_CompanionSelection_C"); \ static_assert(sizeof(UUI_BP_HUD_CompanionSelection_C) == 0x000420, "Wrong size on UUI_BP_HUD_CompanionSelection_C"); \ static_assert(offsetof(UUI_BP_HUD_CompanionSelection_C, UberGraphFrame) == 0x000370, "Member 'UUI_BP_HUD_CompanionSelection_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_CompanionSelection_C, HideCompanionSelection) == 0x000378, "Member 'UUI_BP_HUD_CompanionSelection_C::HideCompanionSelection' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_CompanionSelection_C, ShowCompanionSelection) == 0x000380, "Member 'UUI_BP_HUD_CompanionSelection_C::ShowCompanionSelection' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_CompanionSelection_C, CompanionDisabledText) == 0x000388, "Member 'UUI_BP_HUD_CompanionSelection_C::CompanionDisabledText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_CompanionSelection_C, Legend) == 0x000390, "Member 'UUI_BP_HUD_CompanionSelection_C::Legend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_CompanionSelection_C, ScreenLegend) == 0x000398, "Member 'UUI_BP_HUD_CompanionSelection_C::ScreenLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_CompanionSelection_C, isCompanionLevelShown) == 0x0003A0, "Member 'UUI_BP_HUD_CompanionSelection_C::isCompanionLevelShown' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_CompanionSelection_C, CompanionsMap) == 0x0003A8, "Member 'UUI_BP_HUD_CompanionSelection_C::CompanionsMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_CompanionSelection_C, InitialCompanion) == 0x0003F8, "Member 'UUI_BP_HUD_CompanionSelection_C::InitialCompanion' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_CompanionSelection_C, CurrentCompanion) == 0x000400, "Member 'UUI_BP_HUD_CompanionSelection_C::CurrentCompanion' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_CompanionSelection_C, DisabledCompanions) == 0x000408, "Member 'UUI_BP_HUD_CompanionSelection_C::DisabledCompanions' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_CompanionSelection_C, HoveredCompanion) == 0x000418, "Member 'UUI_BP_HUD_CompanionSelection_C::HoveredCompanion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction) == 0x000158, "Wrong size on UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, EntryPoint) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_HermesBindEvent_Handle) == 0x000030, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, K2Node_CreateDelegate_OutputDelegate_2) == 0x000040, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, Temp_int_Array_Index_Variable) == 0x000050, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_GetPlayerController_ReturnValue) == 0x000058, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, K2Node_CustomEvent_Caller_2) == 0x000060, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, K2Node_CustomEvent_Caller_1) == 0x000068, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000070, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_Get_ReturnValue) == 0x000078, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_PlayAnimationForward_ReturnValue) == 0x000080, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_CompleteTutorialStepByAlias_ReturnValue) == 0x000088, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_CompleteTutorialStepByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_IsTutorialActive_ReturnValue) == 0x000089, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_IsTutorialActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_Array_Get_Item) == 0x000090, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, K2Node_CreateDelegate_OutputDelegate_3) == 0x000098, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_HermesBindEvent_Handle_1) == 0x0000A8, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, K2Node_CustomEvent_HintKey) == 0x0000C0, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::K2Node_CustomEvent_HintKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_GetUIManagerPure_ReturnValue) == 0x0000D0, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x0000D8, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_Get_ReturnValue_1) == 0x0000E0, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_IsWaitEnabled_ReturnValue) == 0x0000E8, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_IsWaitEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, Temp_int_Loop_Counter_Variable) == 0x0000EC, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, K2Node_CustomEvent_Caller) == 0x0000F0, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_Less_IntInt_ReturnValue) == 0x0000F8, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_Add_IntInt_ReturnValue) == 0x0000FC, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, K2Node_CustomEvent_Button_1) == 0x000100, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::K2Node_CustomEvent_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, K2Node_CustomEvent_Button) == 0x000108, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::K2Node_CustomEvent_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_GetIsEnabled_ReturnValue) == 0x000110, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000114, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, K2Node_CreateDelegate_OutputDelegate_4) == 0x000118, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_HermesBindEvent_Handle_2) == 0x000128, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_Not_PreBool_ReturnValue) == 0x000138, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000140, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction, K2Node_MakeArray_Array) == 0x000148, "Member 'UI_BP_FastTravelSave_Interaction_C_ExecuteUbergraph_UI_BP_FastTravelSave_Interaction::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_On_Button_Clicked \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_On_Button_Clicked) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_On_Button_Clicked"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_On_Button_Clicked) == 0x000008, "Wrong size on UI_BP_FastTravelSave_Interaction_C_On_Button_Clicked"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_On_Button_Clicked, Button) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_On_Button_Clicked::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_On_Button_Hovered \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_On_Button_Hovered) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_On_Button_Hovered"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_On_Button_Hovered) == 0x000008, "Wrong size on UI_BP_FastTravelSave_Interaction_C_On_Button_Hovered"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_On_Button_Hovered, Button) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_On_Button_Hovered::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_RefreshButtonCallouts \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_RefreshButtonCallouts) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_RefreshButtonCallouts"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_RefreshButtonCallouts) == 0x000008, "Wrong size on UI_BP_FastTravelSave_Interaction_C_RefreshButtonCallouts"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_RefreshButtonCallouts, Caller) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_RefreshButtonCallouts::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_TriggerHint \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_TriggerHint) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_TriggerHint"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_TriggerHint) == 0x000010, "Wrong size on UI_BP_FastTravelSave_Interaction_C_TriggerHint"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_TriggerHint, HintKey) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_TriggerHint::HintKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_CloseStationInteraction \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_CloseStationInteraction) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_CloseStationInteraction"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_CloseStationInteraction) == 0x000008, "Wrong size on UI_BP_FastTravelSave_Interaction_C_CloseStationInteraction"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_CloseStationInteraction, Caller) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_CloseStationInteraction::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_StationStoryEnded \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_StationStoryEnded) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_StationStoryEnded"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_StationStoryEnded) == 0x000008, "Wrong size on UI_BP_FastTravelSave_Interaction_C_StationStoryEnded"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_StationStoryEnded, Caller) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_StationStoryEnded::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_CleanupandLeaveStation \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_CleanupandLeaveStation) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_CleanupandLeaveStation"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_CleanupandLeaveStation) == 0x000010, "Wrong size on UI_BP_FastTravelSave_Interaction_C_CleanupandLeaveStation"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_CleanupandLeaveStation, CallFunc_LeafNodeSwitcher_self_CastInput) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_CleanupandLeaveStation::CallFunc_LeafNodeSwitcher_self_CastInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_Camera \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_Camera) == 0x000001, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_Camera"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_Camera) == 0x000001, "Wrong size on UI_BP_FastTravelSave_Interaction_C_Camera"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_Camera, Enabled) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_Camera::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_OnButtonHovered \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_OnButtonHovered) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_OnButtonHovered"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_OnButtonHovered) == 0x000018, "Wrong size on UI_BP_FastTravelSave_Interaction_C_OnButtonHovered"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_OnButtonHovered, Button) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_OnButtonHovered::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_OnButtonHovered, CallFunc_Array_Get_Item) == 0x000008, "Member 'UI_BP_FastTravelSave_Interaction_C_OnButtonHovered::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_OnButtonHovered, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'UI_BP_FastTravelSave_Interaction_C_OnButtonHovered::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_OnButtonHovered, CallFunc_Array_Find_ReturnValue) == 0x000014, "Member 'UI_BP_FastTravelSave_Interaction_C_OnButtonHovered::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_NextOption \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_NextOption) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_NextOption"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_NextOption) == 0x000010, "Wrong size on UI_BP_FastTravelSave_Interaction_C_NextOption"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_NextOption, CallFunc_AnyOptionsEnabled_OptionsAvailable) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_NextOption::CallFunc_AnyOptionsEnabled_OptionsAvailable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_NextOption, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_FastTravelSave_Interaction_C_NextOption::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_NextOption, CallFunc_Array_Get_Item) == 0x000008, "Member 'UI_BP_FastTravelSave_Interaction_C_NextOption::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_PreviousOption \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_PreviousOption) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_PreviousOption"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_PreviousOption) == 0x000010, "Wrong size on UI_BP_FastTravelSave_Interaction_C_PreviousOption"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_PreviousOption, CallFunc_AnyOptionsEnabled_OptionsAvailable) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_PreviousOption::CallFunc_AnyOptionsEnabled_OptionsAvailable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_PreviousOption, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_FastTravelSave_Interaction_C_PreviousOption::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_PreviousOption, CallFunc_Array_Get_Item) == 0x000008, "Member 'UI_BP_FastTravelSave_Interaction_C_PreviousOption::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction) == 0x000004, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction) == 0x000018, "Wrong size on UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000004, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue) == 0x000005, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue) == 0x000006, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, CallFunc_GetIsEnabled_ReturnValue) == 0x00000C, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00000D, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00000E, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_1) == 0x00000F, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000010, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000011, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_2) == 0x000012, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000013, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, CallFunc_AnyOptionsEnabled_OptionsAvailable) == 0x000014, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::CallFunc_AnyOptionsEnabled_OptionsAvailable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000015, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x000016, "Member 'UI_BP_FastTravelSave_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_SetButtonBindings \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_SetButtonBindings) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_SetButtonBindings"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_SetButtonBindings) == 0x000030, "Wrong size on UI_BP_FastTravelSave_Interaction_C_SetButtonBindings"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SetButtonBindings, Temp_int_Array_Index_Variable) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_SetButtonBindings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SetButtonBindings, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'UI_BP_FastTravelSave_Interaction_C_SetButtonBindings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SetButtonBindings, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_FastTravelSave_Interaction_C_SetButtonBindings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SetButtonBindings, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'UI_BP_FastTravelSave_Interaction_C_SetButtonBindings::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SetButtonBindings, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'UI_BP_FastTravelSave_Interaction_C_SetButtonBindings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SetButtonBindings, CallFunc_Array_Get_Item) == 0x000020, "Member 'UI_BP_FastTravelSave_Interaction_C_SetButtonBindings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SetButtonBindings, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_FastTravelSave_Interaction_C_SetButtonBindings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_SelectedOption \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_SelectedOption) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_SelectedOption"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_SelectedOption) == 0x000400, "Wrong size on UI_BP_FastTravelSave_Interaction_C_SelectedOption"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, FastTravelButton) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::FastTravelButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000008, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000009, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_EqualEqual_StrStr_ReturnValue_2) == 0x00000A, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_EqualEqual_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_EqualEqual_StrStr_ReturnValue_3) == 0x00000B, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_EqualEqual_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_EqualEqual_StrStr_ReturnValue_4) == 0x00000C, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_EqualEqual_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_GetCompanionManager_ReturnValue) == 0x000010, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_GetCompanionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_AreSystemicCompanionsDisabled_ReturnValue) == 0x000018, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_AreSystemicCompanionsDisabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_GetForcedCompanionName_ReturnValue) == 0x000020, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_GetForcedCompanionName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_IsEmpty_ReturnValue) == 0x000031, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_GetUnlockedSystemicCompanions_ReturnValue) == 0x000038, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_GetUnlockedSystemicCompanions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_GetCurrentPlayableCharacter_ReturnValue) == 0x000048, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_GetCurrentPlayableCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_Array_Length_ReturnValue) == 0x0003B8, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_Greater_IntInt_ReturnValue) == 0x0003BC, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_Get_ReturnValue) == 0x0003C0, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_Not_PreBool_ReturnValue_1) == 0x0003C8, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_Get_ReturnValue_1) == 0x0003D0, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_Get_ReturnValue_2) == 0x0003D8, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_IsClockStopped_ReturnValue) == 0x0003E0, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_IsClockStopped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_ExecuteSave_ReturnValue) == 0x0003E1, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_ExecuteSave_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_Not_PreBool_ReturnValue_2) == 0x0003E2, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_Create_ReturnValue) == 0x0003E8, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_Play_ReturnValue) == 0x0003F0, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SelectedOption, CallFunc_Get_ReturnValue_3) == 0x0003F8, "Member 'UI_BP_FastTravelSave_Interaction_C_SelectedOption::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_MoveToNextAvailableOption \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_MoveToNextAvailableOption) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_MoveToNextAvailableOption"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_MoveToNextAvailableOption) == 0x000020, "Wrong size on UI_BP_FastTravelSave_Interaction_C_MoveToNextAvailableOption"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_MoveToNextAvailableOption, Temp_int_Variable) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_MoveToNextAvailableOption::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_MoveToNextAvailableOption, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'UI_BP_FastTravelSave_Interaction_C_MoveToNextAvailableOption::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_MoveToNextAvailableOption, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_FastTravelSave_Interaction_C_MoveToNextAvailableOption::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_MoveToNextAvailableOption, CallFunc_Array_Get_Item) == 0x000010, "Member 'UI_BP_FastTravelSave_Interaction_C_MoveToNextAvailableOption::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_MoveToNextAvailableOption, CallFunc_IsEnabled_Enabled) == 0x000018, "Member 'UI_BP_FastTravelSave_Interaction_C_MoveToNextAvailableOption::CallFunc_IsEnabled_Enabled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_MoveToNextAvailableOption, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'UI_BP_FastTravelSave_Interaction_C_MoveToNextAvailableOption::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption) == 0x000028, "Wrong size on UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000008, "Member 'UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption, Temp_int_Variable) == 0x00000C, "Member 'UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption, CallFunc_Array_Get_Item) == 0x000018, "Member 'UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption, CallFunc_IsEnabled_Enabled) == 0x000020, "Member 'UI_BP_FastTravelSave_Interaction_C_MoveToPreviousAvailableOption::CallFunc_IsEnabled_Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons) == 0x000030, "Wrong size on UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons, NumberAvailable) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons::NumberAvailable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons, numAvailable) == 0x000004, "Member 'UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons::numAvailable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons, Temp_int_Array_Index_Variable) == 0x000010, "Member 'UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons, Temp_int_Variable) == 0x000014, "Member 'UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons, CallFunc_Array_Get_Item) == 0x000020, "Member 'UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons, CallFunc_IsEnabled_Enabled) == 0x00002C, "Member 'UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons::CallFunc_IsEnabled_Enabled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons, CallFunc_Less_IntInt_ReturnValue) == 0x00002D, "Member 'UI_BP_FastTravelSave_Interaction_C_GetNumberOfEnabledButtons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option) == 0x000028, "Wrong size on UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option, NumberAvailable) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option::NumberAvailable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option, Temp_int_Array_Index_Variable) == 0x000004, "Member 'UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option, CallFunc_Array_Get_Item) == 0x000018, "Member 'UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option, CallFunc_IsEnabled_Enabled) == 0x000021, "Member 'UI_BP_FastTravelSave_Interaction_C_Get_First_Enabled_Option::CallFunc_IsEnabled_Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_AnyOptionsEnabled \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_AnyOptionsEnabled) == 0x000004, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_AnyOptionsEnabled"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_AnyOptionsEnabled) == 0x00000C, "Wrong size on UI_BP_FastTravelSave_Interaction_C_AnyOptionsEnabled"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_AnyOptionsEnabled, OptionsAvailable) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_AnyOptionsEnabled::OptionsAvailable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_AnyOptionsEnabled, CallFunc_GetNumberOfEnabledButtons_NumberAvailable) == 0x000004, "Member 'UI_BP_FastTravelSave_Interaction_C_AnyOptionsEnabled::CallFunc_GetNumberOfEnabledButtons_NumberAvailable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_AnyOptionsEnabled, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_FastTravelSave_Interaction_C_AnyOptionsEnabled::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_SetWaitEnable \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_SetWaitEnable) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_SetWaitEnable"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_SetWaitEnable) == 0x000018, "Wrong size on UI_BP_FastTravelSave_Interaction_C_SetWaitEnable"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SetWaitEnable, WaitEnabled) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_SetWaitEnable::WaitEnabled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SetWaitEnable, CallFunc_GetMissionComplete_ReturnValue) == 0x000001, "Member 'UI_BP_FastTravelSave_Interaction_C_SetWaitEnable::CallFunc_GetMissionComplete_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SetWaitEnable, CallFunc_GetMissionComplete_ReturnValue_1) == 0x000002, "Member 'UI_BP_FastTravelSave_Interaction_C_SetWaitEnable::CallFunc_GetMissionComplete_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SetWaitEnable, CallFunc_Get_ReturnValue) == 0x000008, "Member 'UI_BP_FastTravelSave_Interaction_C_SetWaitEnable::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SetWaitEnable, CallFunc_BooleanOR_ReturnValue) == 0x000010, "Member 'UI_BP_FastTravelSave_Interaction_C_SetWaitEnable::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SetWaitEnable, CallFunc_IsWaitEnabled_ReturnValue) == 0x000011, "Member 'UI_BP_FastTravelSave_Interaction_C_SetWaitEnable::CallFunc_IsWaitEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SetWaitEnable, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'UI_BP_FastTravelSave_Interaction_C_SetWaitEnable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_SetWaitEnable, CallFunc_BooleanAND_ReturnValue_1) == 0x000013, "Member 'UI_BP_FastTravelSave_Interaction_C_SetWaitEnable::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_UpdateEnabledOptions \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_UpdateEnabledOptions) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_UpdateEnabledOptions"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_UpdateEnabledOptions) == 0x000010, "Wrong size on UI_BP_FastTravelSave_Interaction_C_UpdateEnabledOptions"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_UpdateEnabledOptions, CallFunc_AnyOptionsEnabled_OptionsAvailable) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_UpdateEnabledOptions::CallFunc_AnyOptionsEnabled_OptionsAvailable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_UpdateEnabledOptions, CallFunc_Get_First_Enabled_Option_NumberAvailable) == 0x000004, "Member 'UI_BP_FastTravelSave_Interaction_C_UpdateEnabledOptions::CallFunc_Get_First_Enabled_Option_NumberAvailable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_UpdateEnabledOptions, CallFunc_Array_Get_Item) == 0x000008, "Member 'UI_BP_FastTravelSave_Interaction_C_UpdateEnabledOptions::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelSave_Interaction_C_RefreshShouldShowCursor \ static_assert(alignof(UI_BP_FastTravelSave_Interaction_C_RefreshShouldShowCursor) == 0x000008, "Wrong alignment on UI_BP_FastTravelSave_Interaction_C_RefreshShouldShowCursor"); \ static_assert(sizeof(UI_BP_FastTravelSave_Interaction_C_RefreshShouldShowCursor) == 0x000018, "Wrong size on UI_BP_FastTravelSave_Interaction_C_RefreshShouldShowCursor"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_RefreshShouldShowCursor, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_FastTravelSave_Interaction_C_RefreshShouldShowCursor::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_RefreshShouldShowCursor, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'UI_BP_FastTravelSave_Interaction_C_RefreshShouldShowCursor::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_RefreshShouldShowCursor, CallFunc_GetLastUsedInputDevice_ReturnValue) == 0x000010, "Member 'UI_BP_FastTravelSave_Interaction_C_RefreshShouldShowCursor::CallFunc_GetLastUsedInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelSave_Interaction_C_RefreshShouldShowCursor, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'UI_BP_FastTravelSave_Interaction_C_RefreshShouldShowCursor::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FastTravelSave_Interaction_C \ static_assert(alignof(UUI_BP_FastTravelSave_Interaction_C) == 0x000008, "Wrong alignment on UUI_BP_FastTravelSave_Interaction_C"); \ static_assert(sizeof(UUI_BP_FastTravelSave_Interaction_C) == 0x000460, "Wrong size on UUI_BP_FastTravelSave_Interaction_C"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, UberGraphFrame) == 0x000370, "Member 'UUI_BP_FastTravelSave_Interaction_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, showFastTravelMenu) == 0x000378, "Member 'UUI_BP_FastTravelSave_Interaction_C::showFastTravelMenu' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, backItem) == 0x000380, "Member 'UUI_BP_FastTravelSave_Interaction_C::backItem' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, ClickableBackButton) == 0x000388, "Member 'UUI_BP_FastTravelSave_Interaction_C::ClickableBackButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, companionItem) == 0x000390, "Member 'UUI_BP_FastTravelSave_Interaction_C::companionItem' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, Legend) == 0x000398, "Member 'UUI_BP_FastTravelSave_Interaction_C::Legend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, waitItem) == 0x0003A0, "Member 'UUI_BP_FastTravelSave_Interaction_C::waitItem' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, StationComponent) == 0x0003A8, "Member 'UUI_BP_FastTravelSave_Interaction_C::StationComponent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, Actions) == 0x0003B0, "Member 'UUI_BP_FastTravelSave_Interaction_C::Actions' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, EnteredStation) == 0x0003C0, "Member 'UUI_BP_FastTravelSave_Interaction_C::EnteredStation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, Popout) == 0x0003C8, "Member 'UUI_BP_FastTravelSave_Interaction_C::Popout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, ActionMap) == 0x0003D0, "Member 'UUI_BP_FastTravelSave_Interaction_C::ActionMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, OnlyLeave) == 0x000420, "Member 'UUI_BP_FastTravelSave_Interaction_C::OnlyLeave' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, AITree) == 0x000428, "Member 'UUI_BP_FastTravelSave_Interaction_C::AITree' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, OptionArray) == 0x000430, "Member 'UUI_BP_FastTravelSave_Interaction_C::OptionArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, currentOptionIndex) == 0x000440, "Member 'UUI_BP_FastTravelSave_Interaction_C::currentOptionIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, currentOptionButton) == 0x000448, "Member 'UUI_BP_FastTravelSave_Interaction_C::currentOptionButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, maxOptions) == 0x000450, "Member 'UUI_BP_FastTravelSave_Interaction_C::maxOptions' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, ButtonPressedHere) == 0x000454, "Member 'UUI_BP_FastTravelSave_Interaction_C::ButtonPressedHere' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, WaitingTutorialActive) == 0x000455, "Member 'UUI_BP_FastTravelSave_Interaction_C::WaitingTutorialActive' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelSave_Interaction_C, WaitSceneRigActor) == 0x000458, "Member 'UUI_BP_FastTravelSave_Interaction_C::WaitSceneRigActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon \ static_assert(alignof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon) == 0x000008, "Wrong alignment on UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon"); \ static_assert(sizeof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon) == 0x0001E0, "Wrong size on UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, EntryPoint) == 0x000000, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_CustomEvent_Caller) == 0x000008, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_CustomEvent_String) == 0x000010, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_CustomEvent_String' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_Split_LeftS) == 0x000020, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_Split_LeftS' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_Split_RightS) == 0x000030, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_Split_RightS' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_Split_ReturnValue) == 0x000040, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_Split_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_StringToPresetType_ReturnValue) == 0x000041, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_StringToPresetType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_MakeArray_Array) == 0x000048, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_Event_MyGeometry) == 0x000058, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_Event_InDeltaTime) == 0x000090, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_Event_IntroType) == 0x000094, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_Event_IntroDuration) == 0x000098, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_Event_OutroType_1) == 0x00009C, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_Event_OutroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_Event_OutroDuration) == 0x0000A0, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000A8, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_Event_OutroType) == 0x0000B0, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0000B8, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_GetComponentByClass_ReturnValue) == 0x0000C0, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_LoadAvatarPresetDefinitionsFromSaveGameDB_OutPresetNames) == 0x0000C8, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_LoadAvatarPresetDefinitionsFromSaveGameDB_OutPresetNames' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_LoadAvatarPresetDefinitionsFromSaveGameDB_OutGender) == 0x000118, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_LoadAvatarPresetDefinitionsFromSaveGameDB_OutGender' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_LoadAvatarPresetDefinitionsFromSaveGameDB_ReturnValue) == 0x000119, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_LoadAvatarPresetDefinitionsFromSaveGameDB_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_CreateDelegate_OutputDelegate) == 0x00011C, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_HermesBindFString_Handle) == 0x000130, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_HermesBindFString_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_GetParent_ReturnValue) == 0x000140, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_GetParent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_ComponentBoundEvent_SelfReference_2) == 0x000148, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_ComponentBoundEvent_SelfReference_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_ComponentBoundEvent_SelfReference_1) == 0x000150, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_ComponentBoundEvent_SelfReference_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_ComponentBoundEvent_SelfReference) == 0x000158, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_ComponentBoundEvent_SelfReference' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_ComponentBoundEvent_ActiveWidget) == 0x000160, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_ComponentBoundEvent_ActiveWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_DynamicCast_AsUI_BPI_Character_Creator_Page) == 0x000168, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_DynamicCast_AsUI_BPI_Character_Creator_Page' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_DynamicCast_bSuccess) == 0x000178, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_SelectInt_ReturnValue) == 0x00017C, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_Not_PreBool_ReturnValue) == 0x000180, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_GetUIManagerPure_ReturnValue) == 0x000188, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_GetPlayerController_ReturnValue) == 0x000190, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_Initialize_self_CastInput) == 0x000198, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_Initialize_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_MakeArray_Array_1) == 0x0001A8, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_ComponentBoundEvent_NewCategoryIndex) == 0x0001B8, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_ComponentBoundEvent_NewCategoryIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_GetMoney_Money) == 0x0001BC, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_GetMoney_Money' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_GetSalonChangeCost_ReturnValue) == 0x0001C0, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_GetSalonChangeCost_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_ComponentBoundEvent_ButtonIndex) == 0x0001C4, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_ComponentBoundEvent_ButtonIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, K2Node_ComponentBoundEvent_CategoryButton) == 0x0001C8, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::K2Node_ComponentBoundEvent_CategoryButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x0001D0, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_PostEventAtLocation_ReturnValue) == 0x0001D8, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0001DC, "Member 'UI_BP_Salon_C_ExecuteUbergraph_UI_BP_Salon::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_BndEvt__UI_BP_Salon_NavBarHorizontal_K2Node_ComponentBoundEvent_1_HoveredCategory__DelegateSignature \ static_assert(alignof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_NavBarHorizontal_K2Node_ComponentBoundEvent_1_HoveredCategory__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Salon_C_BndEvt__UI_BP_Salon_NavBarHorizontal_K2Node_ComponentBoundEvent_1_HoveredCategory__DelegateSignature"); \ static_assert(sizeof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_NavBarHorizontal_K2Node_ComponentBoundEvent_1_HoveredCategory__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Salon_C_BndEvt__UI_BP_Salon_NavBarHorizontal_K2Node_ComponentBoundEvent_1_HoveredCategory__DelegateSignature"); \ static_assert(offsetof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_NavBarHorizontal_K2Node_ComponentBoundEvent_1_HoveredCategory__DelegateSignature, ButtonIndex) == 0x000000, "Member 'UI_BP_Salon_C_BndEvt__UI_BP_Salon_NavBarHorizontal_K2Node_ComponentBoundEvent_1_HoveredCategory__DelegateSignature::ButtonIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_NavBarHorizontal_K2Node_ComponentBoundEvent_1_HoveredCategory__DelegateSignature, CategoryButton) == 0x000008, "Member 'UI_BP_Salon_C_BndEvt__UI_BP_Salon_NavBarHorizontal_K2Node_ComponentBoundEvent_1_HoveredCategory__DelegateSignature::CategoryButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_BndEvt__UI_BP_Salon_NavBarHorizontal_K2Node_ComponentBoundEvent_5_ChangedCategory__DelegateSignature \ static_assert(alignof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_NavBarHorizontal_K2Node_ComponentBoundEvent_5_ChangedCategory__DelegateSignature) == 0x000004, "Wrong alignment on UI_BP_Salon_C_BndEvt__UI_BP_Salon_NavBarHorizontal_K2Node_ComponentBoundEvent_5_ChangedCategory__DelegateSignature"); \ static_assert(sizeof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_NavBarHorizontal_K2Node_ComponentBoundEvent_5_ChangedCategory__DelegateSignature) == 0x000004, "Wrong size on UI_BP_Salon_C_BndEvt__UI_BP_Salon_NavBarHorizontal_K2Node_ComponentBoundEvent_5_ChangedCategory__DelegateSignature"); \ static_assert(offsetof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_NavBarHorizontal_K2Node_ComponentBoundEvent_5_ChangedCategory__DelegateSignature, NewCategoryIndex) == 0x000000, "Member 'UI_BP_Salon_C_BndEvt__UI_BP_Salon_NavBarHorizontal_K2Node_ComponentBoundEvent_5_ChangedCategory__DelegateSignature::NewCategoryIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_BndEvt__UI_BP_Salon_creatorSwitcher_K2Node_ComponentBoundEvent_4_WidgetActiveEvent__DelegateSignature \ static_assert(alignof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_creatorSwitcher_K2Node_ComponentBoundEvent_4_WidgetActiveEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Salon_C_BndEvt__UI_BP_Salon_creatorSwitcher_K2Node_ComponentBoundEvent_4_WidgetActiveEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_creatorSwitcher_K2Node_ComponentBoundEvent_4_WidgetActiveEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Salon_C_BndEvt__UI_BP_Salon_creatorSwitcher_K2Node_ComponentBoundEvent_4_WidgetActiveEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_creatorSwitcher_K2Node_ComponentBoundEvent_4_WidgetActiveEvent__DelegateSignature, ActiveWidget) == 0x000000, "Member 'UI_BP_Salon_C_BndEvt__UI_BP_Salon_creatorSwitcher_K2Node_ComponentBoundEvent_4_WidgetActiveEvent__DelegateSignature::ActiveWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncComplexion_K2Node_ComponentBoundEvent_3_AsyncWrapperClassLoadEvent__DelegateSignature \ static_assert(alignof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncComplexion_K2Node_ComponentBoundEvent_3_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncComplexion_K2Node_ComponentBoundEvent_3_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncComplexion_K2Node_ComponentBoundEvent_3_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncComplexion_K2Node_ComponentBoundEvent_3_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncComplexion_K2Node_ComponentBoundEvent_3_AsyncWrapperClassLoadEvent__DelegateSignature, SelfReference) == 0x000000, "Member 'UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncComplexion_K2Node_ComponentBoundEvent_3_AsyncWrapperClassLoadEvent__DelegateSignature::SelfReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncEyebrows_K2Node_ComponentBoundEvent_2_AsyncWrapperClassLoadEvent__DelegateSignature \ static_assert(alignof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncEyebrows_K2Node_ComponentBoundEvent_2_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncEyebrows_K2Node_ComponentBoundEvent_2_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncEyebrows_K2Node_ComponentBoundEvent_2_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncEyebrows_K2Node_ComponentBoundEvent_2_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncEyebrows_K2Node_ComponentBoundEvent_2_AsyncWrapperClassLoadEvent__DelegateSignature, SelfReference) == 0x000000, "Member 'UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncEyebrows_K2Node_ComponentBoundEvent_2_AsyncWrapperClassLoadEvent__DelegateSignature::SelfReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncHair_K2Node_ComponentBoundEvent_0_AsyncWrapperClassLoadEvent__DelegateSignature \ static_assert(alignof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncHair_K2Node_ComponentBoundEvent_0_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncHair_K2Node_ComponentBoundEvent_0_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncHair_K2Node_ComponentBoundEvent_0_AsyncWrapperClassLoadEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncHair_K2Node_ComponentBoundEvent_0_AsyncWrapperClassLoadEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncHair_K2Node_ComponentBoundEvent_0_AsyncWrapperClassLoadEvent__DelegateSignature, SelfReference) == 0x000000, "Member 'UI_BP_Salon_C_BndEvt__UI_BP_Salon_AsyncHair_K2Node_ComponentBoundEvent_0_AsyncWrapperClassLoadEvent__DelegateSignature::SelfReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_OnOutroEnded \ static_assert(alignof(UI_BP_Salon_C_OnOutroEnded) == 0x000004, "Wrong alignment on UI_BP_Salon_C_OnOutroEnded"); \ static_assert(sizeof(UI_BP_Salon_C_OnOutroEnded) == 0x000004, "Wrong size on UI_BP_Salon_C_OnOutroEnded"); \ static_assert(offsetof(UI_BP_Salon_C_OnOutroEnded, OutroType) == 0x000000, "Member 'UI_BP_Salon_C_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_OnOutroStarted \ static_assert(alignof(UI_BP_Salon_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_Salon_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_Salon_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_Salon_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_Salon_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_Salon_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_Salon_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_OnIntroStarted \ static_assert(alignof(UI_BP_Salon_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_Salon_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_Salon_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_Salon_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_Salon_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_Salon_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_Salon_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_Tick \ static_assert(alignof(UI_BP_Salon_C_Tick) == 0x000004, "Wrong alignment on UI_BP_Salon_C_Tick"); \ static_assert(sizeof(UI_BP_Salon_C_Tick) == 0x00003C, "Wrong size on UI_BP_Salon_C_Tick"); \ static_assert(offsetof(UI_BP_Salon_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_Salon_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_Salon_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_PresetButtonClicked \ static_assert(alignof(UI_BP_Salon_C_PresetButtonClicked) == 0x000008, "Wrong alignment on UI_BP_Salon_C_PresetButtonClicked"); \ static_assert(sizeof(UI_BP_Salon_C_PresetButtonClicked) == 0x000018, "Wrong size on UI_BP_Salon_C_PresetButtonClicked"); \ static_assert(offsetof(UI_BP_Salon_C_PresetButtonClicked, Caller) == 0x000000, "Member 'UI_BP_Salon_C_PresetButtonClicked::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_PresetButtonClicked, String) == 0x000008, "Member 'UI_BP_Salon_C_PresetButtonClicked::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_GoToPage \ static_assert(alignof(UI_BP_Salon_C_GoToPage) == 0x000004, "Wrong alignment on UI_BP_Salon_C_GoToPage"); \ static_assert(sizeof(UI_BP_Salon_C_GoToPage) == 0x000008, "Wrong size on UI_BP_Salon_C_GoToPage"); \ static_assert(offsetof(UI_BP_Salon_C_GoToPage, PageIndex_0) == 0x000000, "Member 'UI_BP_Salon_C_GoToPage::PageIndex_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GoToPage, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000004, "Member 'UI_BP_Salon_C_GoToPage::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GoToPage, CallFunc_GoToCategory_CategoryChanged) == 0x000005, "Member 'UI_BP_Salon_C_GoToPage::CallFunc_GoToCategory_CategoryChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_Category_Switch \ static_assert(alignof(UI_BP_Salon_C_Category_Switch) == 0x000004, "Wrong alignment on UI_BP_Salon_C_Category_Switch"); \ static_assert(sizeof(UI_BP_Salon_C_Category_Switch) == 0x000004, "Wrong size on UI_BP_Salon_C_Category_Switch"); \ static_assert(offsetof(UI_BP_Salon_C_Category_Switch, NewIndex) == 0x000000, "Member 'UI_BP_Salon_C_Category_Switch::NewIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_ChildPageLoaded \ static_assert(alignof(UI_BP_Salon_C_ChildPageLoaded) == 0x000008, "Wrong alignment on UI_BP_Salon_C_ChildPageLoaded"); \ static_assert(sizeof(UI_BP_Salon_C_ChildPageLoaded) == 0x000118, "Wrong size on UI_BP_Salon_C_ChildPageLoaded"); \ static_assert(offsetof(UI_BP_Salon_C_ChildPageLoaded, Child) == 0x000000, "Member 'UI_BP_Salon_C_ChildPageLoaded::Child' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ChildPageLoaded, Presets) == 0x000008, "Member 'UI_BP_Salon_C_ChildPageLoaded::Presets' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ChildPageLoaded, K2Node_DynamicCast_AsUI_BPI_Character_Creator_Page) == 0x000058, "Member 'UI_BP_Salon_C_ChildPageLoaded::K2Node_DynamicCast_AsUI_BPI_Character_Creator_Page' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ChildPageLoaded, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'UI_BP_Salon_C_ChildPageLoaded::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ChildPageLoaded, K2Node_DynamicCast_AsUI_BPI_Character_Creator_Page_1) == 0x000070, "Member 'UI_BP_Salon_C_ChildPageLoaded::K2Node_DynamicCast_AsUI_BPI_Character_Creator_Page_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ChildPageLoaded, K2Node_DynamicCast_bSuccess_1) == 0x000080, "Member 'UI_BP_Salon_C_ChildPageLoaded::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ChildPageLoaded, K2Node_DynamicCast_AsUI_BPI_Character_Creator_Page_2) == 0x000088, "Member 'UI_BP_Salon_C_ChildPageLoaded::K2Node_DynamicCast_AsUI_BPI_Character_Creator_Page_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ChildPageLoaded, K2Node_DynamicCast_bSuccess_2) == 0x000098, "Member 'UI_BP_Salon_C_ChildPageLoaded::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ChildPageLoaded, K2Node_DynamicCast_AsAvatar_Creator_Page) == 0x0000A0, "Member 'UI_BP_Salon_C_ChildPageLoaded::K2Node_DynamicCast_AsAvatar_Creator_Page' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ChildPageLoaded, K2Node_DynamicCast_bSuccess_3) == 0x0000A8, "Member 'UI_BP_Salon_C_ChildPageLoaded::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ChildPageLoaded, K2Node_DynamicCast_AsUI_BPI_Character_Creator_Page_3) == 0x0000B0, "Member 'UI_BP_Salon_C_ChildPageLoaded::K2Node_DynamicCast_AsUI_BPI_Character_Creator_Page_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ChildPageLoaded, K2Node_DynamicCast_bSuccess_4) == 0x0000C0, "Member 'UI_BP_Salon_C_ChildPageLoaded::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ChildPageLoaded, CallFunc_AvatarPresetDefinitionsMapToStringMaps_OutMap) == 0x0000C8, "Member 'UI_BP_Salon_C_ChildPageLoaded::CallFunc_AvatarPresetDefinitionsMapToStringMaps_OutMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps \ static_assert(alignof(UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps) == 0x000008, "Wrong alignment on UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps"); \ static_assert(sizeof(UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps) == 0x000178, "Wrong size on UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps"); \ static_assert(offsetof(UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps, AvatarPresetDefinitionsMap) == 0x000000, "Member 'UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps::AvatarPresetDefinitionsMap' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps, OutMap) == 0x000050, "Member 'UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps::OutMap' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps, StringToStringMap) == 0x0000A0, "Member 'UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps::StringToStringMap' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps, CallFunc_Map_Keys_Keys) == 0x0000F0, "Member 'UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps, Temp_int_Array_Index_Variable) == 0x000100, "Member 'UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps, CallFunc_Array_Length_ReturnValue) == 0x000104, "Member 'UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps, CallFunc_Array_Get_Item) == 0x000108, "Member 'UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000110, "Member 'UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps, Temp_int_Loop_Counter_Variable) == 0x000120, "Member 'UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps, CallFunc_Map_Find_Value) == 0x000128, "Member 'UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps, CallFunc_Map_Find_ReturnValue) == 0x000150, "Member 'UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps, CallFunc_Less_IntInt_ReturnValue) == 0x000151, "Member 'UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps, CallFunc_GetAvatarPresetName_ReturnValue) == 0x000154, "Member 'UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps::CallFunc_GetAvatarPresetName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps, CallFunc_Conv_NameToString_ReturnValue) == 0x000160, "Member 'UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps, CallFunc_Add_IntInt_ReturnValue) == 0x000170, "Member 'UI_BP_Salon_C_AvatarPresetDefinitionsMapToStringMaps::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_On_Preset_Selected \ static_assert(alignof(UI_BP_Salon_C_On_Preset_Selected) == 0x000008, "Wrong alignment on UI_BP_Salon_C_On_Preset_Selected"); \ static_assert(sizeof(UI_BP_Salon_C_On_Preset_Selected) == 0x000020, "Wrong size on UI_BP_Salon_C_On_Preset_Selected"); \ static_assert(offsetof(UI_BP_Salon_C_On_Preset_Selected, PresetType) == 0x000000, "Member 'UI_BP_Salon_C_On_Preset_Selected::PresetType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_On_Preset_Selected, PrestName) == 0x000008, "Member 'UI_BP_Salon_C_On_Preset_Selected::PrestName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_On_Preset_Selected, CallFunc_Conv_StringToName_ReturnValue) == 0x000018, "Member 'UI_BP_Salon_C_On_Preset_Selected::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_UpdatePreviewActor \ static_assert(alignof(UI_BP_Salon_C_UpdatePreviewActor) == 0x000004, "Wrong alignment on UI_BP_Salon_C_UpdatePreviewActor"); \ static_assert(sizeof(UI_BP_Salon_C_UpdatePreviewActor) == 0x000020, "Wrong size on UI_BP_Salon_C_UpdatePreviewActor"); \ static_assert(offsetof(UI_BP_Salon_C_UpdatePreviewActor, PresetType) == 0x000000, "Member 'UI_BP_Salon_C_UpdatePreviewActor::PresetType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_UpdatePreviewActor, PresetName) == 0x000004, "Member 'UI_BP_Salon_C_UpdatePreviewActor::PresetName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_UpdatePreviewActor, Temp_delegate_Variable) == 0x00000C, "Member 'UI_BP_Salon_C_UpdatePreviewActor::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_UpdatePreviewActor, CallFunc_LoadPreset_IsLoading) == 0x00001C, "Member 'UI_BP_Salon_C_UpdatePreviewActor::CallFunc_LoadPreset_IsLoading' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_UpdatePreviewActor, CallFunc_LoadPreset_ReturnValue) == 0x00001D, "Member 'UI_BP_Salon_C_UpdatePreviewActor::CallFunc_LoadPreset_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_UpdateCurrentPreset \ static_assert(alignof(UI_BP_Salon_C_UpdateCurrentPreset) == 0x000008, "Wrong alignment on UI_BP_Salon_C_UpdateCurrentPreset"); \ static_assert(sizeof(UI_BP_Salon_C_UpdateCurrentPreset) == 0x000038, "Wrong size on UI_BP_Salon_C_UpdateCurrentPreset"); \ static_assert(offsetof(UI_BP_Salon_C_UpdateCurrentPreset, PresetType) == 0x000000, "Member 'UI_BP_Salon_C_UpdateCurrentPreset::PresetType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_UpdateCurrentPreset, PresetId) == 0x000004, "Member 'UI_BP_Salon_C_UpdateCurrentPreset::PresetId' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_UpdateCurrentPreset, CallFunc_GetAvatarPresetDefinition_ReturnValue) == 0x000010, "Member 'UI_BP_Salon_C_UpdateCurrentPreset::CallFunc_GetAvatarPresetDefinition_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_ConfirmChanges \ static_assert(alignof(UI_BP_Salon_C_ConfirmChanges) == 0x000008, "Wrong alignment on UI_BP_Salon_C_ConfirmChanges"); \ static_assert(sizeof(UI_BP_Salon_C_ConfirmChanges) == 0x0000C0, "Wrong size on UI_BP_Salon_C_ConfirmChanges"); \ static_assert(offsetof(UI_BP_Salon_C_ConfirmChanges, Temp_int_Array_Index_Variable) == 0x000000, "Member 'UI_BP_Salon_C_ConfirmChanges::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ConfirmChanges, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'UI_BP_Salon_C_ConfirmChanges::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ConfirmChanges, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_Salon_C_ConfirmChanges::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ConfirmChanges, CallFunc_PostEventAtLocation_ReturnValue) == 0x00000C, "Member 'UI_BP_Salon_C_ConfirmChanges::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ConfirmChanges, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_Salon_C_ConfirmChanges::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ConfirmChanges, CallFunc_AvatarPresetDefinitionsMapToStringMaps_OutMap) == 0x000018, "Member 'UI_BP_Salon_C_ConfirmChanges::CallFunc_AvatarPresetDefinitionsMapToStringMaps_OutMap' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ConfirmChanges, CallFunc_AdjustCount_ReturnValue) == 0x000068, "Member 'UI_BP_Salon_C_ConfirmChanges::CallFunc_AdjustCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ConfirmChanges, CallFunc_Map_Keys_Keys) == 0x000070, "Member 'UI_BP_Salon_C_ConfirmChanges::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ConfirmChanges, CallFunc_Array_Get_Item) == 0x000080, "Member 'UI_BP_Salon_C_ConfirmChanges::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ConfirmChanges, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'UI_BP_Salon_C_ConfirmChanges::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ConfirmChanges, CallFunc_Map_Find_Value) == 0x000098, "Member 'UI_BP_Salon_C_ConfirmChanges::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ConfirmChanges, CallFunc_Map_Find_ReturnValue) == 0x0000A8, "Member 'UI_BP_Salon_C_ConfirmChanges::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ConfirmChanges, CallFunc_Less_IntInt_ReturnValue) == 0x0000A9, "Member 'UI_BP_Salon_C_ConfirmChanges::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ConfirmChanges, CallFunc_GetParent_ReturnValue) == 0x0000B0, "Member 'UI_BP_Salon_C_ConfirmChanges::CallFunc_GetParent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ConfirmChanges, CallFunc_SaveAvatarLook_ReturnValue) == 0x0000B8, "Member 'UI_BP_Salon_C_ConfirmChanges::CallFunc_SaveAvatarLook_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_DiscardChanges \ static_assert(alignof(UI_BP_Salon_C_DiscardChanges) == 0x000008, "Wrong alignment on UI_BP_Salon_C_DiscardChanges"); \ static_assert(sizeof(UI_BP_Salon_C_DiscardChanges) == 0x000008, "Wrong size on UI_BP_Salon_C_DiscardChanges"); \ static_assert(offsetof(UI_BP_Salon_C_DiscardChanges, CallFunc_GetParent_ReturnValue) == 0x000000, "Member 'UI_BP_Salon_C_DiscardChanges::CallFunc_GetParent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_Salon_C_BlueprintOnUMGInputAction) == 0x000004, "Wrong alignment on UI_BP_Salon_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_Salon_C_BlueprintOnUMGInputAction) == 0x000030, "Wrong size on UI_BP_Salon_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, CallFunc_IsVisible_ReturnValue) == 0x000003, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, CallFunc_IsVisible_ReturnValue_1) == 0x000004, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, CallFunc_Array_LastIndex_ReturnValue) == 0x000008, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000C, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000D, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00000E, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00000F, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000020, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, CallFunc_Greater_IntInt_ReturnValue) == 0x000021, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000024, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000028, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000029, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x00002C, "Member 'UI_BP_Salon_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_VO_OnEnterVendor \ static_assert(alignof(UI_BP_Salon_C_VO_OnEnterVendor) == 0x000008, "Wrong alignment on UI_BP_Salon_C_VO_OnEnterVendor"); \ static_assert(sizeof(UI_BP_Salon_C_VO_OnEnterVendor) == 0x000018, "Wrong size on UI_BP_Salon_C_VO_OnEnterVendor"); \ static_assert(offsetof(UI_BP_Salon_C_VO_OnEnterVendor, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'UI_BP_Salon_C_VO_OnEnterVendor::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_VO_OnEnterVendor, CallFunc_GetActorFromEntityNameBP_ReturnValue) == 0x000010, "Member 'UI_BP_Salon_C_VO_OnEnterVendor::CallFunc_GetActorFromEntityNameBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_VO_OnItemPurchased \ static_assert(alignof(UI_BP_Salon_C_VO_OnItemPurchased) == 0x000008, "Wrong alignment on UI_BP_Salon_C_VO_OnItemPurchased"); \ static_assert(sizeof(UI_BP_Salon_C_VO_OnItemPurchased) == 0x000018, "Wrong size on UI_BP_Salon_C_VO_OnItemPurchased"); \ static_assert(offsetof(UI_BP_Salon_C_VO_OnItemPurchased, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'UI_BP_Salon_C_VO_OnItemPurchased::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_VO_OnItemPurchased, CallFunc_GetActorFromEntityNameBP_ReturnValue) == 0x000010, "Member 'UI_BP_Salon_C_VO_OnItemPurchased::CallFunc_GetActorFromEntityNameBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_VO_OnGearPreview \ static_assert(alignof(UI_BP_Salon_C_VO_OnGearPreview) == 0x000008, "Wrong alignment on UI_BP_Salon_C_VO_OnGearPreview"); \ static_assert(sizeof(UI_BP_Salon_C_VO_OnGearPreview) == 0x000018, "Wrong size on UI_BP_Salon_C_VO_OnGearPreview"); \ static_assert(offsetof(UI_BP_Salon_C_VO_OnGearPreview, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'UI_BP_Salon_C_VO_OnGearPreview::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_VO_OnGearPreview, CallFunc_GetActorFromEntityNameBP_ReturnValue) == 0x000010, "Member 'UI_BP_Salon_C_VO_OnGearPreview::CallFunc_GetActorFromEntityNameBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_VO_OnLeavePreview \ static_assert(alignof(UI_BP_Salon_C_VO_OnLeavePreview) == 0x000008, "Wrong alignment on UI_BP_Salon_C_VO_OnLeavePreview"); \ static_assert(sizeof(UI_BP_Salon_C_VO_OnLeavePreview) == 0x000018, "Wrong size on UI_BP_Salon_C_VO_OnLeavePreview"); \ static_assert(offsetof(UI_BP_Salon_C_VO_OnLeavePreview, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'UI_BP_Salon_C_VO_OnLeavePreview::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_VO_OnLeavePreview, CallFunc_GetActorFromEntityNameBP_ReturnValue) == 0x000010, "Member 'UI_BP_Salon_C_VO_OnLeavePreview::CallFunc_GetActorFromEntityNameBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_VO_OnItemPurchasedFailedNoMoney \ static_assert(alignof(UI_BP_Salon_C_VO_OnItemPurchasedFailedNoMoney) == 0x000008, "Wrong alignment on UI_BP_Salon_C_VO_OnItemPurchasedFailedNoMoney"); \ static_assert(sizeof(UI_BP_Salon_C_VO_OnItemPurchasedFailedNoMoney) == 0x000018, "Wrong size on UI_BP_Salon_C_VO_OnItemPurchasedFailedNoMoney"); \ static_assert(offsetof(UI_BP_Salon_C_VO_OnItemPurchasedFailedNoMoney, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'UI_BP_Salon_C_VO_OnItemPurchasedFailedNoMoney::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_VO_OnItemPurchasedFailedNoMoney, CallFunc_GetActorFromEntityNameBP_ReturnValue) == 0x000010, "Member 'UI_BP_Salon_C_VO_OnItemPurchasedFailedNoMoney::CallFunc_GetActorFromEntityNameBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_VO_OnExitMenu \ static_assert(alignof(UI_BP_Salon_C_VO_OnExitMenu) == 0x000008, "Wrong alignment on UI_BP_Salon_C_VO_OnExitMenu"); \ static_assert(sizeof(UI_BP_Salon_C_VO_OnExitMenu) == 0x000018, "Wrong size on UI_BP_Salon_C_VO_OnExitMenu"); \ static_assert(offsetof(UI_BP_Salon_C_VO_OnExitMenu, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'UI_BP_Salon_C_VO_OnExitMenu::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_VO_OnExitMenu, CallFunc_GetActorFromEntityNameBP_ReturnValue) == 0x000010, "Member 'UI_BP_Salon_C_VO_OnExitMenu::CallFunc_GetActorFromEntityNameBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_RefreshTitleKey \ static_assert(alignof(UI_BP_Salon_C_RefreshTitleKey) == 0x000008, "Wrong alignment on UI_BP_Salon_C_RefreshTitleKey"); \ static_assert(sizeof(UI_BP_Salon_C_RefreshTitleKey) == 0x000010, "Wrong size on UI_BP_Salon_C_RefreshTitleKey"); \ static_assert(offsetof(UI_BP_Salon_C_RefreshTitleKey, CallFunc_Array_Get_Item) == 0x000000, "Member 'UI_BP_Salon_C_RefreshTitleKey::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_InitLegend \ static_assert(alignof(UI_BP_Salon_C_InitLegend) == 0x000008, "Wrong alignment on UI_BP_Salon_C_InitLegend"); \ static_assert(sizeof(UI_BP_Salon_C_InitLegend) == 0x000208, "Wrong size on UI_BP_Salon_C_InitLegend"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, TempLegendItems) == 0x000000, "Member 'UI_BP_Salon_C_InitLegend::TempLegendItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'UI_BP_Salon_C_InitLegend::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_GetLegendItem_ReturnValue) == 0x000028, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_GetLegendItem_ReturnValue_1) == 0x000030, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_GetLegendItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_GetLegendItem_ReturnValue_2) == 0x000038, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_GetLegendItem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_GetLegendItem_ReturnValue_3) == 0x000040, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_GetLegendItem_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, K2Node_MakeStruct_LegendItemData) == 0x000048, "Member 'UI_BP_Salon_C_InitLegend::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_Conv_IntToString_ReturnValue) == 0x000078, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_AVATranslate_ReturnValue) == 0x000088, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_Conv_TextToString_ReturnValue) == 0x0000A0, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_Conv_IntToString_ReturnValue_1) == 0x0000B0, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_Concat_StrStr_ReturnValue) == 0x0000C0, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_AVATranslate_ReturnValue_1) == 0x0000D0, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_AVATranslate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000E8, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000F8, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000108, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000118, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000128, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000138, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, K2Node_MakeStruct_LegendItemData_1) == 0x000148, "Member 'UI_BP_Salon_C_InitLegend::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000178, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000188, "Member 'UI_BP_Salon_C_InitLegend::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, K2Node_MakeStruct_LegendItemData_2) == 0x000198, "Member 'UI_BP_Salon_C_InitLegend::K2Node_MakeStruct_LegendItemData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, K2Node_MakeStruct_LegendItemData_3) == 0x0001C8, "Member 'UI_BP_Salon_C_InitLegend::K2Node_MakeStruct_LegendItemData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_InitLegend, K2Node_MakeArray_Array) == 0x0001F8, "Member 'UI_BP_Salon_C_InitLegend::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_ConfirmButtonHoldReleased \ static_assert(alignof(UI_BP_Salon_C_ConfirmButtonHoldReleased) == 0x000008, "Wrong alignment on UI_BP_Salon_C_ConfirmButtonHoldReleased"); \ static_assert(sizeof(UI_BP_Salon_C_ConfirmButtonHoldReleased) == 0x000010, "Wrong size on UI_BP_Salon_C_ConfirmButtonHoldReleased"); \ static_assert(offsetof(UI_BP_Salon_C_ConfirmButtonHoldReleased, LegendItem) == 0x000000, "Member 'UI_BP_Salon_C_ConfirmButtonHoldReleased::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ConfirmButtonHoldReleased, HoldWasCompleted) == 0x000008, "Member 'UI_BP_Salon_C_ConfirmButtonHoldReleased::HoldWasCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_EquipInvisibleGearAppearances \ static_assert(alignof(UI_BP_Salon_C_EquipInvisibleGearAppearances) == 0x000008, "Wrong alignment on UI_BP_Salon_C_EquipInvisibleGearAppearances"); \ static_assert(sizeof(UI_BP_Salon_C_EquipInvisibleGearAppearances) == 0x000028, "Wrong size on UI_BP_Salon_C_EquipInvisibleGearAppearances"); \ static_assert(offsetof(UI_BP_Salon_C_EquipInvisibleGearAppearances, CallFunc_SetEquippedGearAppearanceOverrideID_ReturnValue) == 0x000000, "Member 'UI_BP_Salon_C_EquipInvisibleGearAppearances::CallFunc_SetEquippedGearAppearanceOverrideID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_EquipInvisibleGearAppearances, CallFunc_SetEquippedGearAppearanceOverrideID_ReturnValue_1) == 0x000001, "Member 'UI_BP_Salon_C_EquipInvisibleGearAppearances::CallFunc_SetEquippedGearAppearanceOverrideID_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_EquipInvisibleGearAppearances, CallFunc_GetEquippedGearAppearanceOverrideID_ReturnValue) == 0x000008, "Member 'UI_BP_Salon_C_EquipInvisibleGearAppearances::CallFunc_GetEquippedGearAppearanceOverrideID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_EquipInvisibleGearAppearances, CallFunc_GetEquippedGearAppearanceOverrideID_ReturnValue_1) == 0x000018, "Member 'UI_BP_Salon_C_EquipInvisibleGearAppearances::CallFunc_GetEquippedGearAppearanceOverrideID_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_RestoreInitialGearAppearances \ static_assert(alignof(UI_BP_Salon_C_RestoreInitialGearAppearances) == 0x000008, "Wrong alignment on UI_BP_Salon_C_RestoreInitialGearAppearances"); \ static_assert(sizeof(UI_BP_Salon_C_RestoreInitialGearAppearances) == 0x000040, "Wrong size on UI_BP_Salon_C_RestoreInitialGearAppearances"); \ static_assert(offsetof(UI_BP_Salon_C_RestoreInitialGearAppearances, BipedPlayer) == 0x000000, "Member 'UI_BP_Salon_C_RestoreInitialGearAppearances::BipedPlayer' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_RestoreInitialGearAppearances, CallFunc_GetActorEquippedGearItemID_ReturnValue) == 0x000008, "Member 'UI_BP_Salon_C_RestoreInitialGearAppearances::CallFunc_GetActorEquippedGearItemID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_RestoreInitialGearAppearances, CallFunc_SetEquippedGearAppearanceOverrideID_ReturnValue) == 0x00001C, "Member 'UI_BP_Salon_C_RestoreInitialGearAppearances::CallFunc_SetEquippedGearAppearanceOverrideID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_RestoreInitialGearAppearances, CallFunc_RemoveGearAppearanceOverride_ReturnValue) == 0x00001D, "Member 'UI_BP_Salon_C_RestoreInitialGearAppearances::CallFunc_RemoveGearAppearanceOverride_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_RestoreInitialGearAppearances, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000020, "Member 'UI_BP_Salon_C_RestoreInitialGearAppearances::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_RestoreInitialGearAppearances, CallFunc_GetActorEquippedGearItemID_ReturnValue_1) == 0x000028, "Member 'UI_BP_Salon_C_RestoreInitialGearAppearances::CallFunc_GetActorEquippedGearItemID_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_RestoreInitialGearAppearances, CallFunc_RemoveGearAppearanceOverride_ReturnValue_1) == 0x00003C, "Member 'UI_BP_Salon_C_RestoreInitialGearAppearances::CallFunc_RemoveGearAppearanceOverride_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_RestoreInitialGearAppearances, CallFunc_IsEmpty_ReturnValue) == 0x00003D, "Member 'UI_BP_Salon_C_RestoreInitialGearAppearances::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_RestoreInitialGearAppearances, CallFunc_IsEmpty_ReturnValue_1) == 0x00003E, "Member 'UI_BP_Salon_C_RestoreInitialGearAppearances::CallFunc_IsEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_RestoreInitialGearAppearances, CallFunc_SetEquippedGearAppearanceOverrideID_ReturnValue_1) == 0x00003F, "Member 'UI_BP_Salon_C_RestoreInitialGearAppearances::CallFunc_SetEquippedGearAppearanceOverrideID_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_AdjustForViewportWidth \ static_assert(alignof(UI_BP_Salon_C_AdjustForViewportWidth) == 0x000008, "Wrong alignment on UI_BP_Salon_C_AdjustForViewportWidth"); \ static_assert(sizeof(UI_BP_Salon_C_AdjustForViewportWidth) == 0x0000E0, "Wrong size on UI_BP_Salon_C_AdjustForViewportWidth"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, CurrentWidth) == 0x000000, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::CurrentWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, CurrentRatio) == 0x000004, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, IdealWidth) == 0x000008, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::IdealWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, IdealRatio) == 0x00000C, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin) == 0x000010, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_1) == 0x000020, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_2) == 0x000030, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000040, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000048, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_3) == 0x000050, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue) == 0x000060, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, CallFunc_SlotAsCanvasSlot_ReturnValue_2) == 0x000068, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::CallFunc_SlotAsCanvasSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_4) == 0x000070, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_5) == 0x000080, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_6) == 0x000090, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000A0, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_7) == 0x0000A4, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, CallFunc_SlotAsSizeBoxSlot_ReturnValue) == 0x0000B8, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::CallFunc_SlotAsSizeBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000C4, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, CallFunc_GetViewportSize_ReturnValue) == 0x0000C8, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, CallFunc_BreakVector2D_X) == 0x0000D0, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, CallFunc_BreakVector2D_Y) == 0x0000D4, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000D8, "Member 'UI_BP_Salon_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_ScrollSelectedItemIntoView \ static_assert(alignof(UI_BP_Salon_C_ScrollSelectedItemIntoView) == 0x000008, "Wrong alignment on UI_BP_Salon_C_ScrollSelectedItemIntoView"); \ static_assert(sizeof(UI_BP_Salon_C_ScrollSelectedItemIntoView) == 0x000058, "Wrong size on UI_BP_Salon_C_ScrollSelectedItemIntoView"); \ static_assert(offsetof(UI_BP_Salon_C_ScrollSelectedItemIntoView, PageIndex_0) == 0x000000, "Member 'UI_BP_Salon_C_ScrollSelectedItemIntoView::PageIndex_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ScrollSelectedItemIntoView, K2Node_SwitchInteger_CmpSuccess) == 0x000004, "Member 'UI_BP_Salon_C_ScrollSelectedItemIntoView::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ScrollSelectedItemIntoView, K2Node_DynamicCast_AsAvatar_Creator_Page) == 0x000008, "Member 'UI_BP_Salon_C_ScrollSelectedItemIntoView::K2Node_DynamicCast_AsAvatar_Creator_Page' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ScrollSelectedItemIntoView, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'UI_BP_Salon_C_ScrollSelectedItemIntoView::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ScrollSelectedItemIntoView, K2Node_DynamicCast_AsUI_BPI_Character_Creator_Page) == 0x000018, "Member 'UI_BP_Salon_C_ScrollSelectedItemIntoView::K2Node_DynamicCast_AsUI_BPI_Character_Creator_Page' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ScrollSelectedItemIntoView, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'UI_BP_Salon_C_ScrollSelectedItemIntoView::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ScrollSelectedItemIntoView, K2Node_DynamicCast_AsAvatar_Creator_Page_1) == 0x000030, "Member 'UI_BP_Salon_C_ScrollSelectedItemIntoView::K2Node_DynamicCast_AsAvatar_Creator_Page_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ScrollSelectedItemIntoView, K2Node_DynamicCast_bSuccess_2) == 0x000038, "Member 'UI_BP_Salon_C_ScrollSelectedItemIntoView::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ScrollSelectedItemIntoView, K2Node_DynamicCast_AsUI_BPI_Character_Creator_Page_1) == 0x000040, "Member 'UI_BP_Salon_C_ScrollSelectedItemIntoView::K2Node_DynamicCast_AsUI_BPI_Character_Creator_Page_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_ScrollSelectedItemIntoView, K2Node_DynamicCast_bSuccess_3) == 0x000050, "Member 'UI_BP_Salon_C_ScrollSelectedItemIntoView::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Salon_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_Salon_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_Salon_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_Salon_C_GatherMenuReaderStrings) == 0x0000F0, "Wrong size on UI_BP_Salon_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x000038, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item) == 0x000040, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue) == 0x000050, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000068, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000080, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000090, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x0000A0, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000A4, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, CallFunc_GetActiveWidget_ReturnValue) == 0x0000A8, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, K2Node_DynamicCast_AsAsync_Load_Wrapper) == 0x0000B0, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::K2Node_DynamicCast_AsAsync_Load_Wrapper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, K2Node_DynamicCast_AsPhoenix_User_Widget) == 0x0000D0, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::K2Node_DynamicCast_AsPhoenix_User_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, K2Node_DynamicCast_bSuccess_1) == 0x0000D8, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Salon_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x0000E0, "Member 'UI_BP_Salon_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Salon_C \ static_assert(alignof(UUI_BP_Salon_C) == 0x000008, "Wrong alignment on UUI_BP_Salon_C"); \ static_assert(sizeof(UUI_BP_Salon_C) == 0x000540, "Wrong size on UUI_BP_Salon_C"); \ static_assert(offsetof(UUI_BP_Salon_C, UberGraphFrame) == 0x000370, "Member 'UUI_BP_Salon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, hideSalon) == 0x000378, "Member 'UUI_BP_Salon_C::hideSalon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, showSalon) == 0x000380, "Member 'UUI_BP_Salon_C::showSalon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, AsyncComplexion) == 0x000388, "Member 'UUI_BP_Salon_C::AsyncComplexion' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, AsyncEyebrows) == 0x000390, "Member 'UUI_BP_Salon_C::AsyncEyebrows' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, AsyncHair) == 0x000398, "Member 'UUI_BP_Salon_C::AsyncHair' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, backgroundSmoke) == 0x0003A0, "Member 'UUI_BP_Salon_C::backgroundSmoke' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, creatorSwitcher) == 0x0003A8, "Member 'UUI_BP_Salon_C::creatorSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, LegendBar) == 0x0003B0, "Member 'UUI_BP_Salon_C::LegendBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, moneyBar) == 0x0003B8, "Member 'UUI_BP_Salon_C::moneyBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, NavBarHorizontal) == 0x0003C0, "Member 'UUI_BP_Salon_C::NavBarHorizontal' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, SalonScaleBox) == 0x0003C8, "Member 'UUI_BP_Salon_C::SalonScaleBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, sectionText) == 0x0003D0, "Member 'UUI_BP_Salon_C::sectionText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, PageIndex) == 0x0003D8, "Member 'UUI_BP_Salon_C::PageIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, GenderRig) == 0x0003DC, "Member 'UUI_BP_Salon_C::GenderRig' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, CustomizationPages) == 0x0003E0, "Member 'UUI_BP_Salon_C::CustomizationPages' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, LegendItemConfirm) == 0x0003F0, "Member 'UUI_BP_Salon_C::LegendItemConfirm' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, PlayerCustomizationComponent) == 0x0003F8, "Member 'UUI_BP_Salon_C::PlayerCustomizationComponent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, CachedPlayer) == 0x000400, "Member 'UUI_BP_Salon_C::CachedPlayer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, CurrentActivePresets) == 0x000408, "Member 'UUI_BP_Salon_C::CurrentActivePresets' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, PresetSelected) == 0x000458, "Member 'UUI_BP_Salon_C::PresetSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, ChangesConfirmed) == 0x000468, "Member 'UUI_BP_Salon_C::ChangesConfirmed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, ChangesDiscarded) == 0x000478, "Member 'UUI_BP_Salon_C::ChangesDiscarded' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, NewPresets) == 0x000488, "Member 'UUI_BP_Salon_C::NewPresets' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, InitialLoadComplete) == 0x0004D8, "Member 'UUI_BP_Salon_C::InitialLoadComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, CustomizationPagesTitleKey) == 0x0004E0, "Member 'UUI_BP_Salon_C::CustomizationPagesTitleKey' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, CurrentMoney) == 0x0004F0, "Member 'UUI_BP_Salon_C::CurrentMoney' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, SalonCost) == 0x0004F4, "Member 'UUI_BP_Salon_C::SalonCost' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, CachedHeadAppearance) == 0x0004F8, "Member 'UUI_BP_Salon_C::CachedHeadAppearance' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, CachedFaceAppearance) == 0x000508, "Member 'UUI_BP_Salon_C::CachedFaceAppearance' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, HoveredNavBarIndex) == 0x000518, "Member 'UUI_BP_Salon_C::HoveredNavBarIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, LegendItemSelect) == 0x000520, "Member 'UUI_BP_Salon_C::LegendItemSelect' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, LegendItemNotEnoughFunds) == 0x000528, "Member 'UUI_BP_Salon_C::LegendItemNotEnoughFunds' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, LegendItemBack) == 0x000530, "Member 'UUI_BP_Salon_C::LegendItemBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Salon_C, ShouldDiscardChanges) == 0x000538, "Member 'UUI_BP_Salon_C::ShouldDiscardChanges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_SwimIdle_C \ static_assert(alignof(UABL_SwimIdle_C) == 0x000008, "Wrong alignment on UABL_SwimIdle_C"); \ static_assert(sizeof(UABL_SwimIdle_C) == 0x0000C8, "Wrong size on UABL_SwimIdle_C"); \ #define DUMPER7_ASSERTS_UI_BP_FailButton_C_ExecuteUbergraph_UI_BP_FailButton \ static_assert(alignof(UI_BP_FailButton_C_ExecuteUbergraph_UI_BP_FailButton) == 0x000008, "Wrong alignment on UI_BP_FailButton_C_ExecuteUbergraph_UI_BP_FailButton"); \ static_assert(sizeof(UI_BP_FailButton_C_ExecuteUbergraph_UI_BP_FailButton) == 0x000058, "Wrong size on UI_BP_FailButton_C_ExecuteUbergraph_UI_BP_FailButton"); \ static_assert(offsetof(UI_BP_FailButton_C_ExecuteUbergraph_UI_BP_FailButton, EntryPoint) == 0x000000, "Member 'UI_BP_FailButton_C_ExecuteUbergraph_UI_BP_FailButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FailButton_C_ExecuteUbergraph_UI_BP_FailButton, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_FailButton_C_ExecuteUbergraph_UI_BP_FailButton::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FailButton_C_ExecuteUbergraph_UI_BP_FailButton, K2Node_Event_IsDesignTime) == 0x000010, "Member 'UI_BP_FailButton_C_ExecuteUbergraph_UI_BP_FailButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FailButton_C_ExecuteUbergraph_UI_BP_FailButton, CallFunc_Conv_TextToString_ReturnValue) == 0x000018, "Member 'UI_BP_FailButton_C_ExecuteUbergraph_UI_BP_FailButton::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FailButton_C_ExecuteUbergraph_UI_BP_FailButton, K2Node_MakeStruct_SlateColor) == 0x000028, "Member 'UI_BP_FailButton_C_ExecuteUbergraph_UI_BP_FailButton::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FailButton_C_ExecuteUbergraph_UI_BP_FailButton, CallFunc_PlayAnimation_ReturnValue_1) == 0x000050, "Member 'UI_BP_FailButton_C_ExecuteUbergraph_UI_BP_FailButton::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FailButton_C_PreConstruct \ static_assert(alignof(UI_BP_FailButton_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_FailButton_C_PreConstruct"); \ static_assert(sizeof(UI_BP_FailButton_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_FailButton_C_PreConstruct"); \ static_assert(offsetof(UI_BP_FailButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_FailButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FailButton_C_SetButtonText \ static_assert(alignof(UI_BP_FailButton_C_SetButtonText) == 0x000008, "Wrong alignment on UI_BP_FailButton_C_SetButtonText"); \ static_assert(sizeof(UI_BP_FailButton_C_SetButtonText) == 0x000010, "Wrong size on UI_BP_FailButton_C_SetButtonText"); \ static_assert(offsetof(UI_BP_FailButton_C_SetButtonText, newText) == 0x000000, "Member 'UI_BP_FailButton_C_SetButtonText::newText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FailButton_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FailButton_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FailButton_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FailButton_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_FailButton_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FailButton_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FailButton_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FailButton_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FailButton_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FailButton_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FailButton_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FailButton_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FailButton_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FailButton_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_FailButton_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FailButton_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_FailButton_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FailButton_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_FailButton_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FailButton_C \ static_assert(alignof(UUI_BP_FailButton_C) == 0x000008, "Wrong alignment on UUI_BP_FailButton_C"); \ static_assert(sizeof(UUI_BP_FailButton_C) == 0x000430, "Wrong size on UUI_BP_FailButton_C"); \ static_assert(offsetof(UUI_BP_FailButton_C, UberGraphFrame) == 0x0003E8, "Member 'UUI_BP_FailButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FailButton_C, OnTextButtonHovered) == 0x0003F0, "Member 'UUI_BP_FailButton_C::OnTextButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FailButton_C, ButtonSizeBox) == 0x0003F8, "Member 'UUI_BP_FailButton_C::ButtonSizeBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FailButton_C, OnClickEventDispatcher) == 0x000400, "Member 'UUI_BP_FailButton_C::OnClickEventDispatcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FailButton_C, OnButtonHoverDispatcher) == 0x000410, "Member 'UUI_BP_FailButton_C::OnButtonHoverDispatcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FailButton_C, OnButtonUnhoverDispatcher) == 0x000420, "Member 'UUI_BP_FailButton_C::OnButtonUnhoverDispatcher' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendPopout_C_ExecuteUbergraph_UI_BP_LegendPopout \ static_assert(alignof(UI_BP_LegendPopout_C_ExecuteUbergraph_UI_BP_LegendPopout) == 0x000008, "Wrong alignment on UI_BP_LegendPopout_C_ExecuteUbergraph_UI_BP_LegendPopout"); \ static_assert(sizeof(UI_BP_LegendPopout_C_ExecuteUbergraph_UI_BP_LegendPopout) == 0x000018, "Wrong size on UI_BP_LegendPopout_C_ExecuteUbergraph_UI_BP_LegendPopout"); \ static_assert(offsetof(UI_BP_LegendPopout_C_ExecuteUbergraph_UI_BP_LegendPopout, EntryPoint) == 0x000000, "Member 'UI_BP_LegendPopout_C_ExecuteUbergraph_UI_BP_LegendPopout::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LegendPopout_C_ExecuteUbergraph_UI_BP_LegendPopout, K2Node_Event_LegendArray) == 0x000008, "Member 'UI_BP_LegendPopout_C_ExecuteUbergraph_UI_BP_LegendPopout::K2Node_Event_LegendArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendPopout_C_I_SetButtonLegend \ static_assert(alignof(UI_BP_LegendPopout_C_I_SetButtonLegend) == 0x000008, "Wrong alignment on UI_BP_LegendPopout_C_I_SetButtonLegend"); \ static_assert(sizeof(UI_BP_LegendPopout_C_I_SetButtonLegend) == 0x000010, "Wrong size on UI_BP_LegendPopout_C_I_SetButtonLegend"); \ static_assert(offsetof(UI_BP_LegendPopout_C_I_SetButtonLegend, LegendArray) == 0x000000, "Member 'UI_BP_LegendPopout_C_I_SetButtonLegend::LegendArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LegendPopout_C_SetLegend \ static_assert(alignof(UI_BP_LegendPopout_C_SetLegend) == 0x000008, "Wrong alignment on UI_BP_LegendPopout_C_SetLegend"); \ static_assert(sizeof(UI_BP_LegendPopout_C_SetLegend) == 0x000010, "Wrong size on UI_BP_LegendPopout_C_SetLegend"); \ static_assert(offsetof(UI_BP_LegendPopout_C_SetLegend, CalloutArray) == 0x000000, "Member 'UI_BP_LegendPopout_C_SetLegend::CalloutArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_LegendPopout_C \ static_assert(alignof(UUI_BP_LegendPopout_C) == 0x000008, "Wrong alignment on UUI_BP_LegendPopout_C"); \ static_assert(sizeof(UUI_BP_LegendPopout_C) == 0x000278, "Wrong size on UUI_BP_LegendPopout_C"); \ static_assert(offsetof(UUI_BP_LegendPopout_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_LegendPopout_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LegendPopout_C, LegendBox) == 0x000270, "Member 'UUI_BP_LegendPopout_C::LegendBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AN_NamedEvent_C_Received_Notify \ static_assert(alignof(BP_AN_NamedEvent_C_Received_Notify) == 0x000008, "Wrong alignment on BP_AN_NamedEvent_C_Received_Notify"); \ static_assert(sizeof(BP_AN_NamedEvent_C_Received_Notify) == 0x000038, "Wrong size on BP_AN_NamedEvent_C_Received_Notify"); \ static_assert(offsetof(BP_AN_NamedEvent_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_AN_NamedEvent_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(BP_AN_NamedEvent_C_Received_Notify, Animation) == 0x000008, "Member 'BP_AN_NamedEvent_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(BP_AN_NamedEvent_C_Received_Notify, ReturnValue) == 0x000010, "Member 'BP_AN_NamedEvent_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_NamedEvent_C_Received_Notify, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_AN_NamedEvent_C_Received_Notify::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_NamedEvent_C_Received_Notify, CallFunc_GetOwningActor_ReturnValue) == 0x000020, "Member 'BP_AN_NamedEvent_C_Received_Notify::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_NamedEvent_C_Received_Notify, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'BP_AN_NamedEvent_C_Received_Notify::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_NamedEvent_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_AN_NamedEvent_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AN_NamedEvent_C_GetNotifyName \ static_assert(alignof(BP_AN_NamedEvent_C_GetNotifyName) == 0x000008, "Wrong alignment on BP_AN_NamedEvent_C_GetNotifyName"); \ static_assert(sizeof(BP_AN_NamedEvent_C_GetNotifyName) == 0x000030, "Wrong size on BP_AN_NamedEvent_C_GetNotifyName"); \ static_assert(offsetof(BP_AN_NamedEvent_C_GetNotifyName, ReturnValue) == 0x000000, "Member 'BP_AN_NamedEvent_C_GetNotifyName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_NamedEvent_C_GetNotifyName, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'BP_AN_NamedEvent_C_GetNotifyName::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_NamedEvent_C_GetNotifyName, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_AN_NamedEvent_C_GetNotifyName::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_AN_NamedEvent_C \ static_assert(alignof(UBP_AN_NamedEvent_C) == 0x000008, "Wrong alignment on UBP_AN_NamedEvent_C"); \ static_assert(sizeof(UBP_AN_NamedEvent_C) == 0x000040, "Wrong size on UBP_AN_NamedEvent_C"); \ static_assert(offsetof(UBP_AN_NamedEvent_C, Name_0) == 0x000038, "Member 'UBP_AN_NamedEvent_C::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_DepulsoPrepLEDEffect_C \ static_assert(alignof(UBP_DepulsoPrepLEDEffect_C) == 0x000008, "Wrong alignment on UBP_DepulsoPrepLEDEffect_C"); \ static_assert(sizeof(UBP_DepulsoPrepLEDEffect_C) == 0x000048, "Wrong size on UBP_DepulsoPrepLEDEffect_C"); \ #define DUMPER7_ASSERTS_BP_AnimNotify_CameraShake_C_Received_Notify \ static_assert(alignof(BP_AnimNotify_CameraShake_C_Received_Notify) == 0x000008, "Wrong alignment on BP_AnimNotify_CameraShake_C_Received_Notify"); \ static_assert(sizeof(BP_AnimNotify_CameraShake_C_Received_Notify) == 0x000020, "Wrong size on BP_AnimNotify_CameraShake_C_Received_Notify"); \ static_assert(offsetof(BP_AnimNotify_CameraShake_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_AnimNotify_CameraShake_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(BP_AnimNotify_CameraShake_C_Received_Notify, Animation) == 0x000008, "Member 'BP_AnimNotify_CameraShake_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(BP_AnimNotify_CameraShake_C_Received_Notify, ReturnValue) == 0x000010, "Member 'BP_AnimNotify_CameraShake_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AnimNotify_CameraShake_C_Received_Notify, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000014, "Member 'BP_AnimNotify_CameraShake_C_Received_Notify::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_AnimNotify_CameraShake_C \ static_assert(alignof(UBP_AnimNotify_CameraShake_C) == 0x000008, "Wrong alignment on UBP_AnimNotify_CameraShake_C"); \ static_assert(sizeof(UBP_AnimNotify_CameraShake_C) == 0x000048, "Wrong size on UBP_AnimNotify_CameraShake_C"); \ static_assert(offsetof(UBP_AnimNotify_CameraShake_C, CameraShake) == 0x000038, "Member 'UBP_AnimNotify_CameraShake_C::CameraShake' has a wrong offset!"); \ static_assert(offsetof(UBP_AnimNotify_CameraShake_C, Radius) == 0x000040, "Member 'UBP_AnimNotify_CameraShake_C::Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem \ static_assert(alignof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem) == 0x000010, "Wrong alignment on BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem"); \ static_assert(sizeof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem) == 0x0001E0, "Wrong size on BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, EntryPoint) == 0x000000, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, K2Node_Event_Time_3) == 0x000010, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::K2Node_Event_Time_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, K2Node_Event_IsScrubbing_3) == 0x000014, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::K2Node_Event_IsScrubbing_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, K2Node_Event_Time_2) == 0x000018, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::K2Node_Event_Time_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, K2Node_Event_Cancelled) == 0x00001C, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::K2Node_Event_Cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, K2Node_Event_IsScrubbing_2) == 0x00001D, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::K2Node_Event_IsScrubbing_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, K2Node_Event_Time_1) == 0x000020, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::K2Node_Event_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, K2Node_Event_IsScrubbing_1) == 0x000024, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::K2Node_Event_IsScrubbing_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, K2Node_Event_Time) == 0x000028, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, K2Node_Event_LocalTime) == 0x00002C, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::K2Node_Event_LocalTime' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, K2Node_Event_IsScrubbing) == 0x000030, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, Temp_int_Loop_Counter_Variable_1) == 0x000034, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Add_IntInt_ReturnValue_1) == 0x00003C, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Map_Values_Values) == 0x000040, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Map_Keys_Keys) == 0x000050, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_GetContext_ReturnValue) == 0x000068, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_GetContext_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, Temp_int_Array_Index_Variable_1) == 0x000074, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, Temp_int_Array_Index_Variable_2) == 0x000078, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Array_Get_Item) == 0x00007C, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_GetTransformBP_ReturnValue) == 0x000090, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_GetTransformBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_BreakTransform_Location) == 0x0000C0, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_BreakTransform_Rotation) == 0x0000CC, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_BreakTransform_Scale) == 0x0000D8, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_GetContext_ReturnValue_1) == 0x0000E8, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_GetContext_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_GetContext_ReturnValue_2) == 0x0000F0, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_GetContext_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Map_Values_Values_1) == 0x0000F8, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Map_Values_Values_2) == 0x000108, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Map_Values_Values_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Map_Keys_Keys_1) == 0x000118, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Array_Get_Item_2) == 0x000128, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Array_Get_Item_3) == 0x000130, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_GetFloatBP_ReturnValue) == 0x000138, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_GetFloatBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Array_Length_ReturnValue_1) == 0x00013C, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Map_Keys_Keys_2) == 0x000140, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Map_Keys_Keys_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, Temp_int_Loop_Counter_Variable_2) == 0x000150, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Array_Length_ReturnValue_2) == 0x000154, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Less_IntInt_ReturnValue_1) == 0x000158, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Add_IntInt_ReturnValue_2) == 0x00015C, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, Temp_int_Loop_Counter_Variable_3) == 0x000160, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_GetContext_ReturnValue_3) == 0x000168, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_GetContext_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Less_IntInt_ReturnValue_2) == 0x000170, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Add_IntInt_ReturnValue_3) == 0x000174, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, Temp_int_Array_Index_Variable_3) == 0x000178, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Map_Values_Values_3) == 0x000180, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Map_Values_Values_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Array_Get_Item_4) == 0x000190, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Array_Get_Item_5) == 0x000198, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Array_Get_Item_6) == 0x0001A0, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_GetColorBP_ReturnValue) == 0x0001A8, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_GetColorBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_GetBoolBP_ReturnValue) == 0x0001B8, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_GetBoolBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Map_Keys_Keys_3) == 0x0001C0, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Map_Keys_Keys_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Array_Length_ReturnValue_3) == 0x0001D0, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Array_Get_Item_7) == 0x0001D4, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem, CallFunc_Less_IntInt_ReturnValue_3) == 0x0001DC, "Member 'BP_SceneAction_FXSystem_C_ExecuteUbergraph_BP_SceneAction_FXSystem::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FXSystem_C_OnSetTimeInsideInterval \ static_assert(alignof(BP_SceneAction_FXSystem_C_OnSetTimeInsideInterval) == 0x000004, "Wrong alignment on BP_SceneAction_FXSystem_C_OnSetTimeInsideInterval"); \ static_assert(sizeof(BP_SceneAction_FXSystem_C_OnSetTimeInsideInterval) == 0x00000C, "Wrong size on BP_SceneAction_FXSystem_C_OnSetTimeInsideInterval"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_OnSetTimeInsideInterval, Time) == 0x000000, "Member 'BP_SceneAction_FXSystem_C_OnSetTimeInsideInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_OnSetTimeInsideInterval, LocalTime) == 0x000004, "Member 'BP_SceneAction_FXSystem_C_OnSetTimeInsideInterval::LocalTime' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_OnSetTimeInsideInterval, IsScrubbing) == 0x000008, "Member 'BP_SceneAction_FXSystem_C_OnSetTimeInsideInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FXSystem_C_OnInstant \ static_assert(alignof(BP_SceneAction_FXSystem_C_OnInstant) == 0x000004, "Wrong alignment on BP_SceneAction_FXSystem_C_OnInstant"); \ static_assert(sizeof(BP_SceneAction_FXSystem_C_OnInstant) == 0x000008, "Wrong size on BP_SceneAction_FXSystem_C_OnInstant"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_OnInstant, Time) == 0x000000, "Member 'BP_SceneAction_FXSystem_C_OnInstant::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_OnInstant, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_FXSystem_C_OnInstant::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FXSystem_C_OnExitInterval \ static_assert(alignof(BP_SceneAction_FXSystem_C_OnExitInterval) == 0x000004, "Wrong alignment on BP_SceneAction_FXSystem_C_OnExitInterval"); \ static_assert(sizeof(BP_SceneAction_FXSystem_C_OnExitInterval) == 0x000008, "Wrong size on BP_SceneAction_FXSystem_C_OnExitInterval"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_OnExitInterval, Time) == 0x000000, "Member 'BP_SceneAction_FXSystem_C_OnExitInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_OnExitInterval, cancelled) == 0x000004, "Member 'BP_SceneAction_FXSystem_C_OnExitInterval::cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_OnExitInterval, IsScrubbing) == 0x000005, "Member 'BP_SceneAction_FXSystem_C_OnExitInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FXSystem_C_OnEnterInterval \ static_assert(alignof(BP_SceneAction_FXSystem_C_OnEnterInterval) == 0x000004, "Wrong alignment on BP_SceneAction_FXSystem_C_OnEnterInterval"); \ static_assert(sizeof(BP_SceneAction_FXSystem_C_OnEnterInterval) == 0x000008, "Wrong size on BP_SceneAction_FXSystem_C_OnEnterInterval"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_OnEnterInterval, Time) == 0x000000, "Member 'BP_SceneAction_FXSystem_C_OnEnterInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_OnEnterInterval, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_FXSystem_C_OnEnterInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FXSystem_C_SpawnFXSystem \ static_assert(alignof(BP_SceneAction_FXSystem_C_SpawnFXSystem) == 0x000008, "Wrong alignment on BP_SceneAction_FXSystem_C_SpawnFXSystem"); \ static_assert(sizeof(BP_SceneAction_FXSystem_C_SpawnFXSystem) == 0x000178, "Wrong size on BP_SceneAction_FXSystem_C_SpawnFXSystem"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, ParticleSystem) == 0x000000, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::ParticleSystem' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, K2Node_MakeArray_Array) == 0x000078, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_Format_ReturnValue) == 0x000088, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_IsValid_ReturnValue_1) == 0x0000A0, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_Conv_TextToString_ReturnValue) == 0x0000A8, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, K2Node_DynamicCast_AsParticle_System) == 0x0000B8, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::K2Node_DynamicCast_AsParticle_System' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, K2Node_DynamicCast_AsNiagara_System) == 0x0000C8, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::K2Node_DynamicCast_AsNiagara_System' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_GetParticleSystem_ParticleSystem) == 0x0000D8, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_GetParticleSystem_ParticleSystem' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_BreakTransform_Location) == 0x0000E0, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_BreakTransform_Rotation) == 0x0000EC, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_BreakTransform_Scale) == 0x0000F8, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, Temp_bool_Variable) == 0x000104, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_BreakTransform_Location_1) == 0x000108, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_BreakTransform_Rotation_1) == 0x000114, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_BreakTransform_Scale_1) == 0x000120, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_GetActionObjectBP_ReturnValue) == 0x000130, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_GetActionObjectBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, K2Node_DynamicCast_AsActor) == 0x000138, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, K2Node_DynamicCast_bSuccess_2) == 0x000140, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_GetComponentByClass_ReturnValue) == 0x000148, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000150, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_IsValid_ReturnValue_2) == 0x000158, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, K2Node_Select_Default) == 0x000160, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000168, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_SpawnFXSystem, CallFunc_SpawnEmitterAttached_ReturnValue) == 0x000170, "Member 'BP_SceneAction_FXSystem_C_SpawnFXSystem::CallFunc_SpawnEmitterAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FXSystem_C_OnComplete \ static_assert(alignof(BP_SceneAction_FXSystem_C_OnComplete) == 0x000001, "Wrong alignment on BP_SceneAction_FXSystem_C_OnComplete"); \ static_assert(sizeof(BP_SceneAction_FXSystem_C_OnComplete) == 0x000002, "Wrong size on BP_SceneAction_FXSystem_C_OnComplete"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_OnComplete, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_SceneAction_FXSystem_C_OnComplete::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_OnComplete, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_SceneAction_FXSystem_C_OnComplete::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FXSystem_C_GetParticleSystem \ static_assert(alignof(BP_SceneAction_FXSystem_C_GetParticleSystem) == 0x000008, "Wrong alignment on BP_SceneAction_FXSystem_C_GetParticleSystem"); \ static_assert(sizeof(BP_SceneAction_FXSystem_C_GetParticleSystem) == 0x000038, "Wrong size on BP_SceneAction_FXSystem_C_GetParticleSystem"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetParticleSystem, ParticleSystem) == 0x000000, "Member 'BP_SceneAction_FXSystem_C_GetParticleSystem::ParticleSystem' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetParticleSystem, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_SceneAction_FXSystem_C_GetParticleSystem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetParticleSystem, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_SceneAction_FXSystem_C_GetParticleSystem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetParticleSystem, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_SceneAction_FXSystem_C_GetParticleSystem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetParticleSystem, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_SceneAction_FXSystem_C_GetParticleSystem::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetParticleSystem, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_SceneAction_FXSystem_C_GetParticleSystem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetParticleSystem, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_SceneAction_FXSystem_C_GetParticleSystem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetParticleSystem, CallFunc_IsMatch_ReturnValue) == 0x000035, "Member 'BP_SceneAction_FXSystem_C_GetParticleSystem::CallFunc_IsMatch_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FXSystem_C_GetDisplayName \ static_assert(alignof(BP_SceneAction_FXSystem_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_SceneAction_FXSystem_C_GetDisplayName"); \ static_assert(sizeof(BP_SceneAction_FXSystem_C_GetDisplayName) == 0x000150, "Wrong size on BP_SceneAction_FXSystem_C_GetDisplayName"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetDisplayName, ReturnValue) == 0x000000, "Member 'BP_SceneAction_FXSystem_C_GetDisplayName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetDisplayName, Temp_byte_Variable) == 0x000018, "Member 'BP_SceneAction_FXSystem_C_GetDisplayName::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetDisplayName, Temp_text_Variable) == 0x000020, "Member 'BP_SceneAction_FXSystem_C_GetDisplayName::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetDisplayName, Temp_text_Variable_1) == 0x000038, "Member 'BP_SceneAction_FXSystem_C_GetDisplayName::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetDisplayName, Temp_text_Variable_2) == 0x000050, "Member 'BP_SceneAction_FXSystem_C_GetDisplayName::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetDisplayName, K2Node_Select_Default) == 0x000068, "Member 'BP_SceneAction_FXSystem_C_GetDisplayName::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetDisplayName, CallFunc_GetObjectName_ReturnValue) == 0x000080, "Member 'BP_SceneAction_FXSystem_C_GetDisplayName::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'BP_SceneAction_FXSystem_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetDisplayName, CallFunc_Conv_StringToText_ReturnValue) == 0x0000D0, "Member 'BP_SceneAction_FXSystem_C_GetDisplayName::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E8, "Member 'BP_SceneAction_FXSystem_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetDisplayName, K2Node_MakeArray_Array) == 0x000128, "Member 'BP_SceneAction_FXSystem_C_GetDisplayName::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetDisplayName, CallFunc_Format_ReturnValue) == 0x000138, "Member 'BP_SceneAction_FXSystem_C_GetDisplayName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FXSystem_C_GetActionColor \ static_assert(alignof(BP_SceneAction_FXSystem_C_GetActionColor) == 0x000004, "Wrong alignment on BP_SceneAction_FXSystem_C_GetActionColor"); \ static_assert(sizeof(BP_SceneAction_FXSystem_C_GetActionColor) == 0x000010, "Wrong size on BP_SceneAction_FXSystem_C_GetActionColor"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_GetActionColor, ReturnValue) == 0x000000, "Member 'BP_SceneAction_FXSystem_C_GetActionColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FXSystem_C_IsInstant \ static_assert(alignof(BP_SceneAction_FXSystem_C_IsInstant) == 0x000001, "Wrong alignment on BP_SceneAction_FXSystem_C_IsInstant"); \ static_assert(sizeof(BP_SceneAction_FXSystem_C_IsInstant) == 0x000002, "Wrong size on BP_SceneAction_FXSystem_C_IsInstant"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_IsInstant, ReturnValue) == 0x000000, "Member 'BP_SceneAction_FXSystem_C_IsInstant::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_IsInstant, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_SceneAction_FXSystem_C_IsInstant::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_FXSystem_C_IsProxyRequiredBP \ static_assert(alignof(BP_SceneAction_FXSystem_C_IsProxyRequiredBP) == 0x000001, "Wrong alignment on BP_SceneAction_FXSystem_C_IsProxyRequiredBP"); \ static_assert(sizeof(BP_SceneAction_FXSystem_C_IsProxyRequiredBP) == 0x000001, "Wrong size on BP_SceneAction_FXSystem_C_IsProxyRequiredBP"); \ static_assert(offsetof(BP_SceneAction_FXSystem_C_IsProxyRequiredBP, ReturnValue) == 0x000000, "Member 'BP_SceneAction_FXSystem_C_IsProxyRequiredBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SceneAction_FXSystem_C \ static_assert(alignof(UBP_SceneAction_FXSystem_C) == 0x000010, "Wrong alignment on UBP_SceneAction_FXSystem_C"); \ static_assert(sizeof(UBP_SceneAction_FXSystem_C) == 0x000260, "Wrong size on UBP_SceneAction_FXSystem_C"); \ static_assert(offsetof(UBP_SceneAction_FXSystem_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_SceneAction_FXSystem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_FXSystem_C, DefaultParticleSystem) == 0x0000B0, "Member 'UBP_SceneAction_FXSystem_C::DefaultParticleSystem' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_FXSystem_C, FXComponent) == 0x0000B8, "Member 'UBP_SceneAction_FXSystem_C::FXComponent' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_FXSystem_C, ParticleSystemOverrides) == 0x0000C0, "Member 'UBP_SceneAction_FXSystem_C::ParticleSystemOverrides' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_FXSystem_C, AttachPointName) == 0x0000D0, "Member 'UBP_SceneAction_FXSystem_C::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_FXSystem_C, Transform) == 0x0000E0, "Member 'UBP_SceneAction_FXSystem_C::Transform' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_FXSystem_C, LocationType) == 0x000110, "Member 'UBP_SceneAction_FXSystem_C::LocationType' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_FXSystem_C, CompletionMethod) == 0x000111, "Member 'UBP_SceneAction_FXSystem_C::CompletionMethod' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_FXSystem_C, BoolParameters) == 0x000118, "Member 'UBP_SceneAction_FXSystem_C::BoolParameters' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_FXSystem_C, FloatParameters) == 0x000168, "Member 'UBP_SceneAction_FXSystem_C::FloatParameters' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_FXSystem_C, VectorParameters) == 0x0001B8, "Member 'UBP_SceneAction_FXSystem_C::VectorParameters' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_FXSystem_C, ColorParameters) == 0x000208, "Member 'UBP_SceneAction_FXSystem_C::ColorParameters' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_FXSystem_C, Translucent_Sort_Priority) == 0x000258, "Member 'UBP_SceneAction_FXSystem_C::Translucent_Sort_Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimNotify_AkEvent_C_Received_Notify \ static_assert(alignof(AnimNotify_AkEvent_C_Received_Notify) == 0x000008, "Wrong alignment on AnimNotify_AkEvent_C_Received_Notify"); \ static_assert(sizeof(AnimNotify_AkEvent_C_Received_Notify) == 0x0000D8, "Wrong size on AnimNotify_AkEvent_C_Received_Notify"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, MeshComp) == 0x000000, "Member 'AnimNotify_AkEvent_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, Animation) == 0x000008, "Member 'AnimNotify_AkEvent_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, ReturnValue) == 0x000010, "Member 'AnimNotify_AkEvent_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, Temp_struct_Variable) == 0x000018, "Member 'AnimNotify_AkEvent_C_Received_Notify::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000028, "Member 'AnimNotify_AkEvent_C_Received_Notify::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, Temp_delegate_Variable) == 0x000034, "Member 'AnimNotify_AkEvent_C_Received_Notify::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'AnimNotify_AkEvent_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, CallFunc_GetDisplayName_ReturnValue) == 0x000050, "Member 'AnimNotify_AkEvent_C_Received_Notify::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, CallFunc_GetDisplayName_ReturnValue_1) == 0x000060, "Member 'AnimNotify_AkEvent_C_Received_Notify::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'AnimNotify_AkEvent_C_Received_Notify::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000080, "Member 'AnimNotify_AkEvent_C_Received_Notify::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000090, "Member 'AnimNotify_AkEvent_C_Received_Notify::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A0, "Member 'AnimNotify_AkEvent_C_Received_Notify::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, CallFunc_Conv_StringToName_ReturnValue) == 0x0000B0, "Member 'AnimNotify_AkEvent_C_Received_Notify::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, CallFunc_GetAkComponent_ComponentCreated) == 0x0000B8, "Member 'AnimNotify_AkEvent_C_Received_Notify::CallFunc_GetAkComponent_ComponentCreated' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, CallFunc_GetAkComponent_ReturnValue) == 0x0000C0, "Member 'AnimNotify_AkEvent_C_Received_Notify::CallFunc_GetAkComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, CallFunc_PostAkEvent_ReturnValue) == 0x0000C8, "Member 'AnimNotify_AkEvent_C_Received_Notify::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, CallFunc_PostEventAtLocation_ReturnValue) == 0x0000CC, "Member 'AnimNotify_AkEvent_C_Received_Notify::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AnimNotify_AkEvent_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x0000D0, "Member 'AnimNotify_AkEvent_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_AkEvent_C \ static_assert(alignof(UAnimNotify_AkEvent_C) == 0x000008, "Wrong alignment on UAnimNotify_AkEvent_C"); \ static_assert(sizeof(UAnimNotify_AkEvent_C) == 0x000068, "Wrong size on UAnimNotify_AkEvent_C"); \ static_assert(offsetof(UAnimNotify_AkEvent_C, Attach_Name) == 0x000038, "Member 'UAnimNotify_AkEvent_C::Attach_Name' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_C, Event) == 0x000048, "Member 'UAnimNotify_AkEvent_C::Event' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_C, Follow) == 0x000050, "Member 'UAnimNotify_AkEvent_C::Follow' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_AkEvent_C, EventName) == 0x000058, "Member 'UAnimNotify_AkEvent_C::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_ButtSliding_End_C \ static_assert(alignof(UABL_NpcReact_ButtSliding_End_C) == 0x000008, "Wrong alignment on UABL_NpcReact_ButtSliding_End_C"); \ static_assert(sizeof(UABL_NpcReact_ButtSliding_End_C) == 0x0000E0, "Wrong size on UABL_NpcReact_ButtSliding_End_C"); \ #define DUMPER7_ASSERTS_UABL_WandCast_HeavyCombo3_C \ static_assert(alignof(UABL_WandCast_HeavyCombo3_C) == 0x000008, "Wrong alignment on UABL_WandCast_HeavyCombo3_C"); \ static_assert(sizeof(UABL_WandCast_HeavyCombo3_C) == 0x0000D0, "Wrong size on UABL_WandCast_HeavyCombo3_C"); \ #define DUMPER7_ASSERTS_UBP_Impact_CamShake_Hard_C \ static_assert(alignof(UBP_Impact_CamShake_Hard_C) == 0x000010, "Wrong alignment on UBP_Impact_CamShake_Hard_C"); \ static_assert(sizeof(UBP_Impact_CamShake_Hard_C) == 0x0001B0, "Wrong size on UBP_Impact_CamShake_Hard_C"); \ #define DUMPER7_ASSERTS_UABL_Stealth_Move_Loop_C \ static_assert(alignof(UABL_Stealth_Move_Loop_C) == 0x000008, "Wrong alignment on UABL_Stealth_Move_Loop_C"); \ static_assert(sizeof(UABL_Stealth_Move_Loop_C) == 0x0000C8, "Wrong size on UABL_Stealth_Move_Loop_C"); \ #define DUMPER7_ASSERTS_ABP_HW_Single_Cannister_Lid_Mystery_C \ static_assert(alignof(ABP_HW_Single_Cannister_Lid_Mystery_C) == 0x000008, "Wrong alignment on ABP_HW_Single_Cannister_Lid_Mystery_C"); \ static_assert(sizeof(ABP_HW_Single_Cannister_Lid_Mystery_C) == 0x000258, "Wrong size on ABP_HW_Single_Cannister_Lid_Mystery_C"); \ static_assert(offsetof(ABP_HW_Single_Cannister_Lid_Mystery_C, StaticMesh_Lid) == 0x000248, "Member 'ABP_HW_Single_Cannister_Lid_Mystery_C::StaticMesh_Lid' has a wrong offset!"); \ static_assert(offsetof(ABP_HW_Single_Cannister_Lid_Mystery_C, SharedRoot) == 0x000250, "Member 'ABP_HW_Single_Cannister_Lid_Mystery_C::SharedRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendTooltipContent_C_SetIconInfo \ static_assert(alignof(UI_BP_AudioLegendTooltipContent_C_SetIconInfo) == 0x000008, "Wrong alignment on UI_BP_AudioLegendTooltipContent_C_SetIconInfo"); \ static_assert(sizeof(UI_BP_AudioLegendTooltipContent_C_SetIconInfo) == 0x000028, "Wrong size on UI_BP_AudioLegendTooltipContent_C_SetIconInfo"); \ static_assert(offsetof(UI_BP_AudioLegendTooltipContent_C_SetIconInfo, IconName_0) == 0x000000, "Member 'UI_BP_AudioLegendTooltipContent_C_SetIconInfo::IconName_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendTooltipContent_C_SetIconInfo, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'UI_BP_AudioLegendTooltipContent_C_SetIconInfo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendTooltipContent_C_SetIconInfo, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000020, "Member 'UI_BP_AudioLegendTooltipContent_C_SetIconInfo::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendTooltipContent_C_PreConstruct \ static_assert(alignof(UI_BP_AudioLegendTooltipContent_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_AudioLegendTooltipContent_C_PreConstruct"); \ static_assert(sizeof(UI_BP_AudioLegendTooltipContent_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_AudioLegendTooltipContent_C_PreConstruct"); \ static_assert(offsetof(UI_BP_AudioLegendTooltipContent_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_AudioLegendTooltipContent_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendTooltipContent_C_Tick \ static_assert(alignof(UI_BP_AudioLegendTooltipContent_C_Tick) == 0x000004, "Wrong alignment on UI_BP_AudioLegendTooltipContent_C_Tick"); \ static_assert(sizeof(UI_BP_AudioLegendTooltipContent_C_Tick) == 0x00003C, "Wrong size on UI_BP_AudioLegendTooltipContent_C_Tick"); \ static_assert(offsetof(UI_BP_AudioLegendTooltipContent_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_AudioLegendTooltipContent_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendTooltipContent_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_AudioLegendTooltipContent_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendTooltipContent_C_ExecuteUbergraph_UI_BP_AudioLegendTooltipContent \ static_assert(alignof(UI_BP_AudioLegendTooltipContent_C_ExecuteUbergraph_UI_BP_AudioLegendTooltipContent) == 0x000004, "Wrong alignment on UI_BP_AudioLegendTooltipContent_C_ExecuteUbergraph_UI_BP_AudioLegendTooltipContent"); \ static_assert(sizeof(UI_BP_AudioLegendTooltipContent_C_ExecuteUbergraph_UI_BP_AudioLegendTooltipContent) == 0x000044, "Wrong size on UI_BP_AudioLegendTooltipContent_C_ExecuteUbergraph_UI_BP_AudioLegendTooltipContent"); \ static_assert(offsetof(UI_BP_AudioLegendTooltipContent_C_ExecuteUbergraph_UI_BP_AudioLegendTooltipContent, EntryPoint) == 0x000000, "Member 'UI_BP_AudioLegendTooltipContent_C_ExecuteUbergraph_UI_BP_AudioLegendTooltipContent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendTooltipContent_C_ExecuteUbergraph_UI_BP_AudioLegendTooltipContent, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_AudioLegendTooltipContent_C_ExecuteUbergraph_UI_BP_AudioLegendTooltipContent::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendTooltipContent_C_ExecuteUbergraph_UI_BP_AudioLegendTooltipContent, K2Node_Event_MyGeometry) == 0x000008, "Member 'UI_BP_AudioLegendTooltipContent_C_ExecuteUbergraph_UI_BP_AudioLegendTooltipContent::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendTooltipContent_C_ExecuteUbergraph_UI_BP_AudioLegendTooltipContent, K2Node_Event_InDeltaTime) == 0x000040, "Member 'UI_BP_AudioLegendTooltipContent_C_ExecuteUbergraph_UI_BP_AudioLegendTooltipContent::K2Node_Event_InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_AudioLegendTooltipContent_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_AudioLegendTooltipContent_C \ static_assert(alignof(UUI_BP_AudioLegendTooltipContent_C) == 0x000008, "Wrong alignment on UUI_BP_AudioLegendTooltipContent_C"); \ static_assert(sizeof(UUI_BP_AudioLegendTooltipContent_C) == 0x000350, "Wrong size on UUI_BP_AudioLegendTooltipContent_C"); \ static_assert(offsetof(UUI_BP_AudioLegendTooltipContent_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_AudioLegendTooltipContent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendTooltipContent_C, Icon_1) == 0x000330, "Member 'UUI_BP_AudioLegendTooltipContent_C::Icon_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendTooltipContent_C, ItemtypeText) == 0x000338, "Member 'UUI_BP_AudioLegendTooltipContent_C::ItemtypeText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendTooltipContent_C, IconName) == 0x000340, "Member 'UUI_BP_AudioLegendTooltipContent_C::IconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_NoGraph_Parent_C \ static_assert(alignof(ABP_SkinFX_NoGraph_Parent_C) == 0x000008, "Wrong alignment on ABP_SkinFX_NoGraph_Parent_C"); \ static_assert(sizeof(ABP_SkinFX_NoGraph_Parent_C) == 0x0005D0, "Wrong size on ABP_SkinFX_NoGraph_Parent_C"); \ static_assert(offsetof(ABP_SkinFX_NoGraph_Parent_C, SkinFXPreview) == 0x0005C0, "Member 'ABP_SkinFX_NoGraph_Parent_C::SkinFXPreview' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_NoGraph_Parent_C, DefaultSceneRoot) == 0x0005C8, "Member 'ABP_SkinFX_NoGraph_Parent_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_StopAction_C_ExecuteUbergraph_BTT_StopAction \ static_assert(alignof(BTT_StopAction_C_ExecuteUbergraph_BTT_StopAction) == 0x000008, "Wrong alignment on BTT_StopAction_C_ExecuteUbergraph_BTT_StopAction"); \ static_assert(sizeof(BTT_StopAction_C_ExecuteUbergraph_BTT_StopAction) == 0x000018, "Wrong size on BTT_StopAction_C_ExecuteUbergraph_BTT_StopAction"); \ static_assert(offsetof(BTT_StopAction_C_ExecuteUbergraph_BTT_StopAction, EntryPoint) == 0x000000, "Member 'BTT_StopAction_C_ExecuteUbergraph_BTT_StopAction::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_StopAction_C_ExecuteUbergraph_BTT_StopAction, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_StopAction_C_ExecuteUbergraph_BTT_StopAction::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_StopAction_C_ExecuteUbergraph_BTT_StopAction, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BTT_StopAction_C_ExecuteUbergraph_BTT_StopAction::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_StopAction_C_ReceiveExecute \ static_assert(alignof(BTT_StopAction_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_StopAction_C_ReceiveExecute"); \ static_assert(sizeof(BTT_StopAction_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_StopAction_C_ReceiveExecute"); \ static_assert(offsetof(BTT_StopAction_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_StopAction_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_StopAction_C \ static_assert(alignof(UBTT_StopAction_C) == 0x000008, "Wrong alignment on UBTT_StopAction_C"); \ static_assert(sizeof(UBTT_StopAction_C) == 0x0000B8, "Wrong size on UBTT_StopAction_C"); \ static_assert(offsetof(UBTT_StopAction_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_StopAction_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_StopAction_C, Action) == 0x0000B0, "Member 'UBTT_StopAction_C::Action' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AttackChooseBTInject_C_ExecuteUbergraph_BTT_AttackChooseBTInject \ static_assert(alignof(BTT_AttackChooseBTInject_C_ExecuteUbergraph_BTT_AttackChooseBTInject) == 0x000008, "Wrong alignment on BTT_AttackChooseBTInject_C_ExecuteUbergraph_BTT_AttackChooseBTInject"); \ static_assert(sizeof(BTT_AttackChooseBTInject_C_ExecuteUbergraph_BTT_AttackChooseBTInject) == 0x000020, "Wrong size on BTT_AttackChooseBTInject_C_ExecuteUbergraph_BTT_AttackChooseBTInject"); \ static_assert(offsetof(BTT_AttackChooseBTInject_C_ExecuteUbergraph_BTT_AttackChooseBTInject, EntryPoint) == 0x000000, "Member 'BTT_AttackChooseBTInject_C_ExecuteUbergraph_BTT_AttackChooseBTInject::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_AttackChooseBTInject_C_ExecuteUbergraph_BTT_AttackChooseBTInject, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_AttackChooseBTInject_C_ExecuteUbergraph_BTT_AttackChooseBTInject::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_AttackChooseBTInject_C_ExecuteUbergraph_BTT_AttackChooseBTInject, K2Node_DynamicCast_AsEnemy_Character) == 0x000010, "Member 'BTT_AttackChooseBTInject_C_ExecuteUbergraph_BTT_AttackChooseBTInject::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_AttackChooseBTInject_C_ExecuteUbergraph_BTT_AttackChooseBTInject, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_AttackChooseBTInject_C_ExecuteUbergraph_BTT_AttackChooseBTInject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AttackChooseBTInject_C_ReceiveExecute \ static_assert(alignof(BTT_AttackChooseBTInject_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_AttackChooseBTInject_C_ReceiveExecute"); \ static_assert(sizeof(BTT_AttackChooseBTInject_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_AttackChooseBTInject_C_ReceiveExecute"); \ static_assert(offsetof(BTT_AttackChooseBTInject_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_AttackChooseBTInject_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_AttackChooseBTInject_C \ static_assert(alignof(UBTT_AttackChooseBTInject_C) == 0x000008, "Wrong alignment on UBTT_AttackChooseBTInject_C"); \ static_assert(sizeof(UBTT_AttackChooseBTInject_C) == 0x0000B0, "Wrong size on UBTT_AttackChooseBTInject_C"); \ static_assert(offsetof(UBTT_AttackChooseBTInject_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_AttackChooseBTInject_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_SetFXParam_C_OnEnterInterval \ static_assert(alignof(BP_SceneAction_SetFXParam_C_OnEnterInterval) == 0x000004, "Wrong alignment on BP_SceneAction_SetFXParam_C_OnEnterInterval"); \ static_assert(sizeof(BP_SceneAction_SetFXParam_C_OnEnterInterval) == 0x000008, "Wrong size on BP_SceneAction_SetFXParam_C_OnEnterInterval"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_OnEnterInterval, Time) == 0x000000, "Member 'BP_SceneAction_SetFXParam_C_OnEnterInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_OnEnterInterval, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_SetFXParam_C_OnEnterInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_SetFXParam_C_OnExitInterval \ static_assert(alignof(BP_SceneAction_SetFXParam_C_OnExitInterval) == 0x000004, "Wrong alignment on BP_SceneAction_SetFXParam_C_OnExitInterval"); \ static_assert(sizeof(BP_SceneAction_SetFXParam_C_OnExitInterval) == 0x000008, "Wrong size on BP_SceneAction_SetFXParam_C_OnExitInterval"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_OnExitInterval, Time) == 0x000000, "Member 'BP_SceneAction_SetFXParam_C_OnExitInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_OnExitInterval, cancelled) == 0x000004, "Member 'BP_SceneAction_SetFXParam_C_OnExitInterval::cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_OnExitInterval, IsScrubbing) == 0x000005, "Member 'BP_SceneAction_SetFXParam_C_OnExitInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_SetFXParam_C_OnSetTimeInsideInterval \ static_assert(alignof(BP_SceneAction_SetFXParam_C_OnSetTimeInsideInterval) == 0x000004, "Wrong alignment on BP_SceneAction_SetFXParam_C_OnSetTimeInsideInterval"); \ static_assert(sizeof(BP_SceneAction_SetFXParam_C_OnSetTimeInsideInterval) == 0x00000C, "Wrong size on BP_SceneAction_SetFXParam_C_OnSetTimeInsideInterval"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_OnSetTimeInsideInterval, Time) == 0x000000, "Member 'BP_SceneAction_SetFXParam_C_OnSetTimeInsideInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_OnSetTimeInsideInterval, LocalTime) == 0x000004, "Member 'BP_SceneAction_SetFXParam_C_OnSetTimeInsideInterval::LocalTime' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_OnSetTimeInsideInterval, IsScrubbing) == 0x000008, "Member 'BP_SceneAction_SetFXParam_C_OnSetTimeInsideInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam \ static_assert(alignof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam) == 0x000010, "Wrong alignment on BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam"); \ static_assert(sizeof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam) == 0x000250, "Wrong size on BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, EntryPoint) == 0x000000, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, Temp_int_Array_Index_Variable_1) == 0x000008, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, Temp_int_Array_Index_Variable_2) == 0x000014, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, K2Node_Event_Time_2) == 0x000018, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::K2Node_Event_Time_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, K2Node_Event_IsScrubbing_2) == 0x00001C, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::K2Node_Event_IsScrubbing_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, K2Node_Event_Time_1) == 0x000020, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::K2Node_Event_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, K2Node_Event_Cancelled) == 0x000024, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::K2Node_Event_Cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, K2Node_Event_IsScrubbing_1) == 0x000025, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::K2Node_Event_IsScrubbing_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, K2Node_Event_Time) == 0x000028, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, K2Node_Event_LocalTime) == 0x00002C, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::K2Node_Event_LocalTime' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, K2Node_Event_IsScrubbing) == 0x000030, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Map_Values_Values) == 0x000038, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Map_Keys_Keys) == 0x000050, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, Temp_int_Array_Index_Variable_3) == 0x00006C, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_GetContext_ReturnValue) == 0x000070, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_GetContext_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_GetTransformBP_ReturnValue) == 0x000080, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_GetTransformBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_BreakTransform_Location) == 0x0000B0, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_BreakTransform_Rotation) == 0x0000BC, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_BreakTransform_Scale) == 0x0000C8, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_GetContext_ReturnValue_1) == 0x0000D8, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_GetContext_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, Temp_int_Loop_Counter_Variable_1) == 0x0000E0, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, Temp_int_Loop_Counter_Variable_2) == 0x0000E4, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Less_IntInt_ReturnValue) == 0x0000E8, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000EC, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000F0, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, Temp_int_Loop_Counter_Variable_3) == 0x0000F4, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_GetContext_ReturnValue_2) == 0x0000F8, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_GetContext_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Add_IntInt_ReturnValue_3) == 0x000100, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Map_Values_Values_1) == 0x000108, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Map_Values_Values_2) == 0x000118, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Map_Values_Values_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Array_Get_Item_2) == 0x000128, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Map_Keys_Keys_1) == 0x000130, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_GetBoolBP_ReturnValue) == 0x000140, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_GetBoolBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Array_Length_ReturnValue_1) == 0x000144, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Map_Keys_Keys_2) == 0x000148, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Map_Keys_Keys_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, Temp_int_Array_Index_Variable_4) == 0x000158, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Array_Get_Item_3) == 0x00015C, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Array_Get_Item_4) == 0x000164, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Array_Get_Item_5) == 0x000170, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_GetFloatBP_ReturnValue) == 0x000178, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_GetFloatBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Array_Length_ReturnValue_2) == 0x00017C, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Less_IntInt_ReturnValue_1) == 0x000180, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_GetActionObjectBP_ReturnValue) == 0x000188, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_GetActionObjectBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, K2Node_DynamicCast_AsActor) == 0x000190, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, K2Node_DynamicCast_bSuccess) == 0x000198, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_GetComponentByClass_ReturnValue) == 0x0001A0, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_GetContext_ReturnValue_3) == 0x0001A8, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_GetContext_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, Temp_int_Loop_Counter_Variable_4) == 0x0001B0, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Map_Values_Values_3) == 0x0001B8, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Map_Values_Values_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Map_Keys_Keys_3) == 0x0001C8, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Map_Keys_Keys_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Array_Get_Item_6) == 0x0001D8, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Array_Get_Item_7) == 0x0001E0, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_GetIntBP_ReturnValue) == 0x0001E8, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_GetIntBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Array_Length_ReturnValue_3) == 0x0001EC, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Less_IntInt_ReturnValue_2) == 0x0001F0, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Less_IntInt_ReturnValue_3) == 0x0001F1, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Add_IntInt_ReturnValue_4) == 0x0001F4, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_GetContext_ReturnValue_4) == 0x0001F8, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_GetContext_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Map_Keys_Keys_4) == 0x000200, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Map_Keys_Keys_4' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Map_Values_Values_4) == 0x000210, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Map_Values_Values_4' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Array_Get_Item_8) == 0x000220, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Array_Get_Item_9) == 0x000228, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Array_Length_ReturnValue_4) == 0x000230, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_GetColorBP_ReturnValue) == 0x000234, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_GetColorBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam, CallFunc_Less_IntInt_ReturnValue_4) == 0x000244, "Member 'BP_SceneAction_SetFXParam_C_ExecuteUbergraph_BP_SceneAction_SetFXParam::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_SetFXParam_C_IsProxyRequiredBP \ static_assert(alignof(BP_SceneAction_SetFXParam_C_IsProxyRequiredBP) == 0x000001, "Wrong alignment on BP_SceneAction_SetFXParam_C_IsProxyRequiredBP"); \ static_assert(sizeof(BP_SceneAction_SetFXParam_C_IsProxyRequiredBP) == 0x000001, "Wrong size on BP_SceneAction_SetFXParam_C_IsProxyRequiredBP"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_IsProxyRequiredBP, ReturnValue) == 0x000000, "Member 'BP_SceneAction_SetFXParam_C_IsProxyRequiredBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_SetFXParam_C_GetActionColor \ static_assert(alignof(BP_SceneAction_SetFXParam_C_GetActionColor) == 0x000004, "Wrong alignment on BP_SceneAction_SetFXParam_C_GetActionColor"); \ static_assert(sizeof(BP_SceneAction_SetFXParam_C_GetActionColor) == 0x000010, "Wrong size on BP_SceneAction_SetFXParam_C_GetActionColor"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_GetActionColor, ReturnValue) == 0x000000, "Member 'BP_SceneAction_SetFXParam_C_GetActionColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_SetFXParam_C_GetDisplayName \ static_assert(alignof(BP_SceneAction_SetFXParam_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_SceneAction_SetFXParam_C_GetDisplayName"); \ static_assert(sizeof(BP_SceneAction_SetFXParam_C_GetDisplayName) == 0x000150, "Wrong size on BP_SceneAction_SetFXParam_C_GetDisplayName"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_GetDisplayName, ReturnValue) == 0x000000, "Member 'BP_SceneAction_SetFXParam_C_GetDisplayName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_GetDisplayName, CallFunc_Map_Keys_Keys) == 0x000018, "Member 'BP_SceneAction_SetFXParam_C_GetDisplayName::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_GetDisplayName, CallFunc_Map_Length_ReturnValue) == 0x000028, "Member 'BP_SceneAction_SetFXParam_C_GetDisplayName::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_GetDisplayName, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00002C, "Member 'BP_SceneAction_SetFXParam_C_GetDisplayName::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_GetDisplayName, CallFunc_Conv_NameToText_ReturnValue) == 0x000030, "Member 'BP_SceneAction_SetFXParam_C_GetDisplayName::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'BP_SceneAction_SetFXParam_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_GetDisplayName, K2Node_MakeArray_Array) == 0x000088, "Member 'BP_SceneAction_SetFXParam_C_GetDisplayName::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_GetDisplayName, CallFunc_Map_Keys_Keys_1) == 0x000098, "Member 'BP_SceneAction_SetFXParam_C_GetDisplayName::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_GetDisplayName, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'BP_SceneAction_SetFXParam_C_GetDisplayName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_GetDisplayName, CallFunc_Conv_NameToText_ReturnValue_1) == 0x0000C0, "Member 'BP_SceneAction_SetFXParam_C_GetDisplayName::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_GetDisplayName, CallFunc_Map_Length_ReturnValue_1) == 0x0000D8, "Member 'BP_SceneAction_SetFXParam_C_GetDisplayName::CallFunc_Map_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000E0, "Member 'BP_SceneAction_SetFXParam_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_GetDisplayName, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000120, "Member 'BP_SceneAction_SetFXParam_C_GetDisplayName::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_GetDisplayName, K2Node_MakeArray_Array_1) == 0x000128, "Member 'BP_SceneAction_SetFXParam_C_GetDisplayName::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetFXParam_C_GetDisplayName, CallFunc_Format_ReturnValue_1) == 0x000138, "Member 'BP_SceneAction_SetFXParam_C_GetDisplayName::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SceneAction_SetFXParam_C \ static_assert(alignof(UBP_SceneAction_SetFXParam_C) == 0x000008, "Wrong alignment on UBP_SceneAction_SetFXParam_C"); \ static_assert(sizeof(UBP_SceneAction_SetFXParam_C) == 0x000248, "Wrong size on UBP_SceneAction_SetFXParam_C"); \ static_assert(offsetof(UBP_SceneAction_SetFXParam_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_SceneAction_SetFXParam_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_SetFXParam_C, FXComponent) == 0x0000B0, "Member 'UBP_SceneAction_SetFXParam_C::FXComponent' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_SetFXParam_C, BoolParameters) == 0x0000B8, "Member 'UBP_SceneAction_SetFXParam_C::BoolParameters' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_SetFXParam_C, IntParameters) == 0x000108, "Member 'UBP_SceneAction_SetFXParam_C::IntParameters' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_SetFXParam_C, FloatParameters) == 0x000158, "Member 'UBP_SceneAction_SetFXParam_C::FloatParameters' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_SetFXParam_C, VectorParameters) == 0x0001A8, "Member 'UBP_SceneAction_SetFXParam_C::VectorParameters' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_SetFXParam_C, ColorParameters) == 0x0001F8, "Member 'UBP_SceneAction_SetFXParam_C::ColorParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState \ static_assert(alignof(BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState) == 0x000008, "Wrong alignment on BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState"); \ static_assert(sizeof(BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState) == 0x000028, "Wrong size on BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState"); \ static_assert(offsetof(BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState, EntryPoint) == 0x000000, "Member 'BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState, CallFunc_GetAttackUpdateState_ReturnValue) == 0x000020, "Member 'BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState::CallFunc_GetAttackUpdateState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState, CallFunc_AttackUpdateStateUpdate_ReturnValue) == 0x000022, "Member 'BTT_DynamicAttackUpdateState_C_ExecuteUbergraph_BTT_DynamicAttackUpdateState::CallFunc_AttackUpdateStateUpdate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DynamicAttackUpdateState_C_ReceiveTick \ static_assert(alignof(BTT_DynamicAttackUpdateState_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_DynamicAttackUpdateState_C_ReceiveTick"); \ static_assert(sizeof(BTT_DynamicAttackUpdateState_C_ReceiveTick) == 0x000010, "Wrong size on BTT_DynamicAttackUpdateState_C_ReceiveTick"); \ static_assert(offsetof(BTT_DynamicAttackUpdateState_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_DynamicAttackUpdateState_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_DynamicAttackUpdateState_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_DynamicAttackUpdateState_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_DynamicAttackUpdateState_C \ static_assert(alignof(UBTT_DynamicAttackUpdateState_C) == 0x000008, "Wrong alignment on UBTT_DynamicAttackUpdateState_C"); \ static_assert(sizeof(UBTT_DynamicAttackUpdateState_C) == 0x0000B0, "Wrong size on UBTT_DynamicAttackUpdateState_C"); \ static_assert(offsetof(UBTT_DynamicAttackUpdateState_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_DynamicAttackUpdateState_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_WeaponDisarm_C \ static_assert(alignof(ABP_SkinFX_WeaponDisarm_C) == 0x000008, "Wrong alignment on ABP_SkinFX_WeaponDisarm_C"); \ static_assert(sizeof(ABP_SkinFX_WeaponDisarm_C) == 0x0005D0, "Wrong size on ABP_SkinFX_WeaponDisarm_C"); \ #define DUMPER7_ASSERTS_BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse \ static_assert(alignof(BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse) == 0x000008, "Wrong alignment on BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse"); \ static_assert(sizeof(BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse) == 0x000040, "Wrong size on BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse"); \ static_assert(offsetof(BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse, EntryPoint) == 0x000000, "Member 'BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000018, "Member 'BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse, K2Node_Event_OwnerActor) == 0x000028, "Member 'BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse, CallFunc_Get_ReturnValue) == 0x000030, "Member 'BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse, CallFunc_GetSimulatedSecondMultiplier_ReturnValue) == 0x000038, "Member 'BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse::CallFunc_GetSimulatedSecondMultiplier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'BTT_ScheduleGuardStationUse_C_ExecuteUbergraph_BTT_ScheduleGuardStationUse::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleGuardStationUse_C_ExitTask \ static_assert(alignof(BTT_ScheduleGuardStationUse_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleGuardStationUse_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleGuardStationUse_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleGuardStationUse_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleGuardStationUse_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleGuardStationUse_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleGuardStationUse_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleGuardStationUse_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleGuardStationUse_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleGuardStationUse_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleGuardStationUse_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleGuardStationUse_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleGuardStationUse_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleGuardStationUse_C \ static_assert(alignof(UBTT_ScheduleGuardStationUse_C) == 0x000008, "Wrong alignment on UBTT_ScheduleGuardStationUse_C"); \ static_assert(sizeof(UBTT_ScheduleGuardStationUse_C) == 0x0000E0, "Wrong size on UBTT_ScheduleGuardStationUse_C"); \ static_assert(offsetof(UBTT_ScheduleGuardStationUse_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleGuardStationUse_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleGuardStationUse_C, SocialReasoning) == 0x0000D8, "Member 'UBTT_ScheduleGuardStationUse_C::SocialReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction \ static_assert(alignof(BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction) == 0x000008, "Wrong alignment on BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction"); \ static_assert(sizeof(BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction) == 0x000040, "Wrong size on BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction"); \ static_assert(offsetof(BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction, EntryPoint) == 0x000000, "Member 'BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction, K2Node_DynamicCast_AsEnemy_Character) == 0x000010, "Member 'BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction, K2Node_Event_OwnerActor_1) == 0x000020, "Member 'BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction, K2Node_DynamicCast_AsEnemy_Character_1) == 0x000030, "Member 'BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction::K2Node_DynamicCast_AsEnemy_Character_1' has a wrong offset!"); \ static_assert(offsetof(BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction, CallFunc_StartAction_ReturnValue) == 0x000039, "Member 'BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction::CallFunc_StartAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction, CallFunc_WasActionASuccess_ReturnValue) == 0x00003A, "Member 'BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction::CallFunc_WasActionASuccess_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction, CallFunc_IsActionDone_ReturnValue) == 0x00003B, "Member 'BTT_PerformAction_C_ExecuteUbergraph_BTT_PerformAction::CallFunc_IsActionDone_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_PerformAction_C_ReceiveExecute \ static_assert(alignof(BTT_PerformAction_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_PerformAction_C_ReceiveExecute"); \ static_assert(sizeof(BTT_PerformAction_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_PerformAction_C_ReceiveExecute"); \ static_assert(offsetof(BTT_PerformAction_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_PerformAction_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_PerformAction_C_ReceiveTick \ static_assert(alignof(BTT_PerformAction_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_PerformAction_C_ReceiveTick"); \ static_assert(sizeof(BTT_PerformAction_C_ReceiveTick) == 0x000010, "Wrong size on BTT_PerformAction_C_ReceiveTick"); \ static_assert(offsetof(BTT_PerformAction_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_PerformAction_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_PerformAction_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_PerformAction_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_PerformAction_C \ static_assert(alignof(UBTT_PerformAction_C) == 0x000008, "Wrong alignment on UBTT_PerformAction_C"); \ static_assert(sizeof(UBTT_PerformAction_C) == 0x000128, "Wrong size on UBTT_PerformAction_C"); \ static_assert(offsetof(UBTT_PerformAction_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_PerformAction_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_PerformAction_C, Action) == 0x0000B0, "Member 'UBTT_PerformAction_C::Action' has a wrong offset!"); \ static_assert(offsetof(UBTT_PerformAction_C, Timeout) == 0x0000B4, "Member 'UBTT_PerformAction_C::Timeout' has a wrong offset!"); \ static_assert(offsetof(UBTT_PerformAction_C, ActionParams) == 0x0000B8, "Member 'UBTT_PerformAction_C::ActionParams' has a wrong offset!"); \ static_assert(offsetof(UBTT_PerformAction_C, Actor) == 0x0000F0, "Member 'UBTT_PerformAction_C::Actor' has a wrong offset!"); \ static_assert(offsetof(UBTT_PerformAction_C, Loc) == 0x0000F8, "Member 'UBTT_PerformAction_C::Loc' has a wrong offset!"); \ static_assert(offsetof(UBTT_PerformAction_C, ForceReturn) == 0x000104, "Member 'UBTT_PerformAction_C::ForceReturn' has a wrong offset!"); \ static_assert(offsetof(UBTT_PerformAction_C, ForcesReturnSuccess) == 0x000105, "Member 'UBTT_PerformAction_C::ForcesReturnSuccess' has a wrong offset!"); \ static_assert(offsetof(UBTT_PerformAction_C, TagContainer) == 0x000108, "Member 'UBTT_PerformAction_C::TagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AttackUpdateState_C_ExecuteUbergraph_BTT_AttackUpdateState \ static_assert(alignof(BTT_AttackUpdateState_C_ExecuteUbergraph_BTT_AttackUpdateState) == 0x000008, "Wrong alignment on BTT_AttackUpdateState_C_ExecuteUbergraph_BTT_AttackUpdateState"); \ static_assert(sizeof(BTT_AttackUpdateState_C_ExecuteUbergraph_BTT_AttackUpdateState) == 0x000028, "Wrong size on BTT_AttackUpdateState_C_ExecuteUbergraph_BTT_AttackUpdateState"); \ static_assert(offsetof(BTT_AttackUpdateState_C_ExecuteUbergraph_BTT_AttackUpdateState, EntryPoint) == 0x000000, "Member 'BTT_AttackUpdateState_C_ExecuteUbergraph_BTT_AttackUpdateState::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_AttackUpdateState_C_ExecuteUbergraph_BTT_AttackUpdateState, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_AttackUpdateState_C_ExecuteUbergraph_BTT_AttackUpdateState::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_AttackUpdateState_C_ExecuteUbergraph_BTT_AttackUpdateState, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BTT_AttackUpdateState_C_ExecuteUbergraph_BTT_AttackUpdateState::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_AttackUpdateState_C_ExecuteUbergraph_BTT_AttackUpdateState, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BTT_AttackUpdateState_C_ExecuteUbergraph_BTT_AttackUpdateState::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AttackUpdateState_C_ExecuteUbergraph_BTT_AttackUpdateState, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BTT_AttackUpdateState_C_ExecuteUbergraph_BTT_AttackUpdateState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AttackUpdateState_C_ExecuteUbergraph_BTT_AttackUpdateState, CallFunc_AttackUpdateStateUpdate_ReturnValue) == 0x000021, "Member 'BTT_AttackUpdateState_C_ExecuteUbergraph_BTT_AttackUpdateState::CallFunc_AttackUpdateStateUpdate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AttackUpdateState_C_ReceiveTick \ static_assert(alignof(BTT_AttackUpdateState_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_AttackUpdateState_C_ReceiveTick"); \ static_assert(sizeof(BTT_AttackUpdateState_C_ReceiveTick) == 0x000010, "Wrong size on BTT_AttackUpdateState_C_ReceiveTick"); \ static_assert(offsetof(BTT_AttackUpdateState_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_AttackUpdateState_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_AttackUpdateState_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_AttackUpdateState_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_AttackUpdateState_C \ static_assert(alignof(UBTT_AttackUpdateState_C) == 0x000008, "Wrong alignment on UBTT_AttackUpdateState_C"); \ static_assert(sizeof(UBTT_AttackUpdateState_C) == 0x0000C0, "Wrong size on UBTT_AttackUpdateState_C"); \ static_assert(offsetof(UBTT_AttackUpdateState_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_AttackUpdateState_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_AttackUpdateState_C, Label) == 0x0000B0, "Member 'UBTT_AttackUpdateState_C::Label' has a wrong offset!"); \ static_assert(offsetof(UBTT_AttackUpdateState_C, AttackUpdateState) == 0x0000B8, "Member 'UBTT_AttackUpdateState_C::AttackUpdateState' has a wrong offset!"); \ static_assert(offsetof(UBTT_AttackUpdateState_C, Return) == 0x0000B9, "Member 'UBTT_AttackUpdateState_C::Return' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AttackExecuteBTInject_C_ExecuteUbergraph_BTT_AttackExecuteBTInject \ static_assert(alignof(BTT_AttackExecuteBTInject_C_ExecuteUbergraph_BTT_AttackExecuteBTInject) == 0x000008, "Wrong alignment on BTT_AttackExecuteBTInject_C_ExecuteUbergraph_BTT_AttackExecuteBTInject"); \ static_assert(sizeof(BTT_AttackExecuteBTInject_C_ExecuteUbergraph_BTT_AttackExecuteBTInject) == 0x000020, "Wrong size on BTT_AttackExecuteBTInject_C_ExecuteUbergraph_BTT_AttackExecuteBTInject"); \ static_assert(offsetof(BTT_AttackExecuteBTInject_C_ExecuteUbergraph_BTT_AttackExecuteBTInject, EntryPoint) == 0x000000, "Member 'BTT_AttackExecuteBTInject_C_ExecuteUbergraph_BTT_AttackExecuteBTInject::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_AttackExecuteBTInject_C_ExecuteUbergraph_BTT_AttackExecuteBTInject, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_AttackExecuteBTInject_C_ExecuteUbergraph_BTT_AttackExecuteBTInject::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_AttackExecuteBTInject_C_ExecuteUbergraph_BTT_AttackExecuteBTInject, K2Node_DynamicCast_AsEnemy_Character) == 0x000010, "Member 'BTT_AttackExecuteBTInject_C_ExecuteUbergraph_BTT_AttackExecuteBTInject::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_AttackExecuteBTInject_C_ExecuteUbergraph_BTT_AttackExecuteBTInject, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_AttackExecuteBTInject_C_ExecuteUbergraph_BTT_AttackExecuteBTInject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AttackExecuteBTInject_C_ReceiveExecute \ static_assert(alignof(BTT_AttackExecuteBTInject_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_AttackExecuteBTInject_C_ReceiveExecute"); \ static_assert(sizeof(BTT_AttackExecuteBTInject_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_AttackExecuteBTInject_C_ReceiveExecute"); \ static_assert(offsetof(BTT_AttackExecuteBTInject_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_AttackExecuteBTInject_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_AttackExecuteBTInject_C \ static_assert(alignof(UBTT_AttackExecuteBTInject_C) == 0x000008, "Wrong alignment on UBTT_AttackExecuteBTInject_C"); \ static_assert(sizeof(UBTT_AttackExecuteBTInject_C) == 0x0000B0, "Wrong size on UBTT_AttackExecuteBTInject_C"); \ static_assert(offsetof(UBTT_AttackExecuteBTInject_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_AttackExecuteBTInject_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_EnemyAI_AdvancePath_C_ExecuteUbergraph_BTT_EnemyAI_AdvancePath \ static_assert(alignof(BTT_EnemyAI_AdvancePath_C_ExecuteUbergraph_BTT_EnemyAI_AdvancePath) == 0x000008, "Wrong alignment on BTT_EnemyAI_AdvancePath_C_ExecuteUbergraph_BTT_EnemyAI_AdvancePath"); \ static_assert(sizeof(BTT_EnemyAI_AdvancePath_C_ExecuteUbergraph_BTT_EnemyAI_AdvancePath) == 0x000020, "Wrong size on BTT_EnemyAI_AdvancePath_C_ExecuteUbergraph_BTT_EnemyAI_AdvancePath"); \ static_assert(offsetof(BTT_EnemyAI_AdvancePath_C_ExecuteUbergraph_BTT_EnemyAI_AdvancePath, EntryPoint) == 0x000000, "Member 'BTT_EnemyAI_AdvancePath_C_ExecuteUbergraph_BTT_EnemyAI_AdvancePath::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_AdvancePath_C_ExecuteUbergraph_BTT_EnemyAI_AdvancePath, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_EnemyAI_AdvancePath_C_ExecuteUbergraph_BTT_EnemyAI_AdvancePath::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_AdvancePath_C_ExecuteUbergraph_BTT_EnemyAI_AdvancePath, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BTT_EnemyAI_AdvancePath_C_ExecuteUbergraph_BTT_EnemyAI_AdvancePath::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_AdvancePath_C_ExecuteUbergraph_BTT_EnemyAI_AdvancePath, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BTT_EnemyAI_AdvancePath_C_ExecuteUbergraph_BTT_EnemyAI_AdvancePath::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_AdvancePath_C_ExecuteUbergraph_BTT_EnemyAI_AdvancePath, CallFunc_AdvancePath_ReturnValue) == 0x000019, "Member 'BTT_EnemyAI_AdvancePath_C_ExecuteUbergraph_BTT_EnemyAI_AdvancePath::CallFunc_AdvancePath_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_EnemyAI_AdvancePath_C_ReceiveExecute \ static_assert(alignof(BTT_EnemyAI_AdvancePath_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_EnemyAI_AdvancePath_C_ReceiveExecute"); \ static_assert(sizeof(BTT_EnemyAI_AdvancePath_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_EnemyAI_AdvancePath_C_ReceiveExecute"); \ static_assert(offsetof(BTT_EnemyAI_AdvancePath_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_EnemyAI_AdvancePath_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_EnemyAI_AdvancePath_C \ static_assert(alignof(UBTT_EnemyAI_AdvancePath_C) == 0x000008, "Wrong alignment on UBTT_EnemyAI_AdvancePath_C"); \ static_assert(sizeof(UBTT_EnemyAI_AdvancePath_C) == 0x000100, "Wrong size on UBTT_EnemyAI_AdvancePath_C"); \ static_assert(offsetof(UBTT_EnemyAI_AdvancePath_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_EnemyAI_AdvancePath_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_EnemyAI_AdvancePath_C, PathNodeLoc) == 0x0000B0, "Member 'UBTT_EnemyAI_AdvancePath_C::PathNodeLoc' has a wrong offset!"); \ static_assert(offsetof(UBTT_EnemyAI_AdvancePath_C, HasPathKey) == 0x0000D8, "Member 'UBTT_EnemyAI_AdvancePath_C::HasPathKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_PTFalling_C_ExecuteUbergraph_ABL_Enemy_PTFalling \ static_assert(alignof(ABL_Enemy_PTFalling_C_ExecuteUbergraph_ABL_Enemy_PTFalling) == 0x000008, "Wrong alignment on ABL_Enemy_PTFalling_C_ExecuteUbergraph_ABL_Enemy_PTFalling"); \ static_assert(sizeof(ABL_Enemy_PTFalling_C_ExecuteUbergraph_ABL_Enemy_PTFalling) == 0x000010, "Wrong size on ABL_Enemy_PTFalling_C_ExecuteUbergraph_ABL_Enemy_PTFalling"); \ static_assert(offsetof(ABL_Enemy_PTFalling_C_ExecuteUbergraph_ABL_Enemy_PTFalling, EntryPoint) == 0x000000, "Member 'ABL_Enemy_PTFalling_C_ExecuteUbergraph_ABL_Enemy_PTFalling::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_PTFalling_C_ExecuteUbergraph_ABL_Enemy_PTFalling, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_PTFalling_C_ExecuteUbergraph_ABL_Enemy_PTFalling::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_PTFalling_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_PTFalling_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_PTFalling_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_PTFalling_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_PTFalling_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_PTFalling_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_PTFalling_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_PTFalling_C \ static_assert(alignof(UABL_Enemy_PTFalling_C) == 0x000008, "Wrong alignment on UABL_Enemy_PTFalling_C"); \ static_assert(sizeof(UABL_Enemy_PTFalling_C) == 0x0000D0, "Wrong size on UABL_Enemy_PTFalling_C"); \ static_assert(offsetof(UABL_Enemy_PTFalling_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_PTFalling_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_Lag_MountFalling_C \ static_assert(alignof(UBP_Lag_MountFalling_C) == 0x000008, "Wrong alignment on UBP_Lag_MountFalling_C"); \ static_assert(sizeof(UBP_Lag_MountFalling_C) == 0x000218, "Wrong size on UBP_Lag_MountFalling_C"); \ #define DUMPER7_ASSERTS_BTT_SetBBKey_C_ExecuteUbergraph_BTT_SetBBKey \ static_assert(alignof(BTT_SetBBKey_C_ExecuteUbergraph_BTT_SetBBKey) == 0x000008, "Wrong alignment on BTT_SetBBKey_C_ExecuteUbergraph_BTT_SetBBKey"); \ static_assert(sizeof(BTT_SetBBKey_C_ExecuteUbergraph_BTT_SetBBKey) == 0x000020, "Wrong size on BTT_SetBBKey_C_ExecuteUbergraph_BTT_SetBBKey"); \ static_assert(offsetof(BTT_SetBBKey_C_ExecuteUbergraph_BTT_SetBBKey, EntryPoint) == 0x000000, "Member 'BTT_SetBBKey_C_ExecuteUbergraph_BTT_SetBBKey::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SetBBKey_C_ExecuteUbergraph_BTT_SetBBKey, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_SetBBKey_C_ExecuteUbergraph_BTT_SetBBKey::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_SetBBKey_C_ExecuteUbergraph_BTT_SetBBKey, K2Node_DynamicCast_AsEnemy_Character) == 0x000010, "Member 'BTT_SetBBKey_C_ExecuteUbergraph_BTT_SetBBKey::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_SetBBKey_C_ExecuteUbergraph_BTT_SetBBKey, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_SetBBKey_C_ExecuteUbergraph_BTT_SetBBKey::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SetBBKey_C_ReceiveExecute \ static_assert(alignof(BTT_SetBBKey_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_SetBBKey_C_ReceiveExecute"); \ static_assert(sizeof(BTT_SetBBKey_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_SetBBKey_C_ReceiveExecute"); \ static_assert(offsetof(BTT_SetBBKey_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_SetBBKey_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SetBBKey_C \ static_assert(alignof(UBTT_SetBBKey_C) == 0x000008, "Wrong alignment on UBTT_SetBBKey_C"); \ static_assert(sizeof(UBTT_SetBBKey_C) == 0x0000B8, "Wrong size on UBTT_SetBBKey_C"); \ static_assert(offsetof(UBTT_SetBBKey_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_SetBBKey_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_SetBBKey_C, Key) == 0x0000B0, "Member 'UBTT_SetBBKey_C::Key' has a wrong offset!"); \ static_assert(offsetof(UBTT_SetBBKey_C, KeyValue) == 0x0000B1, "Member 'UBTT_SetBBKey_C::KeyValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_LRG_Petrificus_C \ static_assert(alignof(UABL_RCT_NPC_LRG_Petrificus_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_LRG_Petrificus_C"); \ static_assert(sizeof(UABL_RCT_NPC_LRG_Petrificus_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_LRG_Petrificus_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Graph_Parent_C \ static_assert(alignof(ABP_SkinFX_Graph_Parent_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Graph_Parent_C"); \ static_assert(sizeof(ABP_SkinFX_Graph_Parent_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Graph_Parent_C"); \ static_assert(offsetof(ABP_SkinFX_Graph_Parent_C, DefaultSceneRoot) == 0x0005C8, "Member 'ABP_SkinFX_Graph_Parent_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AttackDone_C_ExecuteUbergraph_BTT_AttackDone \ static_assert(alignof(BTT_AttackDone_C_ExecuteUbergraph_BTT_AttackDone) == 0x000008, "Wrong alignment on BTT_AttackDone_C_ExecuteUbergraph_BTT_AttackDone"); \ static_assert(sizeof(BTT_AttackDone_C_ExecuteUbergraph_BTT_AttackDone) == 0x000020, "Wrong size on BTT_AttackDone_C_ExecuteUbergraph_BTT_AttackDone"); \ static_assert(offsetof(BTT_AttackDone_C_ExecuteUbergraph_BTT_AttackDone, EntryPoint) == 0x000000, "Member 'BTT_AttackDone_C_ExecuteUbergraph_BTT_AttackDone::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_AttackDone_C_ExecuteUbergraph_BTT_AttackDone, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_AttackDone_C_ExecuteUbergraph_BTT_AttackDone::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_AttackDone_C_ExecuteUbergraph_BTT_AttackDone, K2Node_DynamicCast_AsEnemy_Character) == 0x000010, "Member 'BTT_AttackDone_C_ExecuteUbergraph_BTT_AttackDone::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_AttackDone_C_ExecuteUbergraph_BTT_AttackDone, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_AttackDone_C_ExecuteUbergraph_BTT_AttackDone::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AttackDone_C_ReceiveExecute \ static_assert(alignof(BTT_AttackDone_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_AttackDone_C_ReceiveExecute"); \ static_assert(sizeof(BTT_AttackDone_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_AttackDone_C_ReceiveExecute"); \ static_assert(offsetof(BTT_AttackDone_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_AttackDone_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_AttackDone_C \ static_assert(alignof(UBTT_AttackDone_C) == 0x000008, "Wrong alignment on UBTT_AttackDone_C"); \ static_assert(sizeof(UBTT_AttackDone_C) == 0x0000B8, "Wrong size on UBTT_AttackDone_C"); \ static_assert(offsetof(UBTT_AttackDone_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_AttackDone_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_AttackDone_C, ElapsedTime) == 0x0000B0, "Member 'UBTT_AttackDone_C::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_AttackDone_C, Timeout) == 0x0000B4, "Member 'UBTT_AttackDone_C::Timeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_AttackUpdateState_C_ExecuteUbergraph_BTS_AttackUpdateState \ static_assert(alignof(BTS_AttackUpdateState_C_ExecuteUbergraph_BTS_AttackUpdateState) == 0x000008, "Wrong alignment on BTS_AttackUpdateState_C_ExecuteUbergraph_BTS_AttackUpdateState"); \ static_assert(sizeof(BTS_AttackUpdateState_C_ExecuteUbergraph_BTS_AttackUpdateState) == 0x000028, "Wrong size on BTS_AttackUpdateState_C_ExecuteUbergraph_BTS_AttackUpdateState"); \ static_assert(offsetof(BTS_AttackUpdateState_C_ExecuteUbergraph_BTS_AttackUpdateState, EntryPoint) == 0x000000, "Member 'BTS_AttackUpdateState_C_ExecuteUbergraph_BTS_AttackUpdateState::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_AttackUpdateState_C_ExecuteUbergraph_BTS_AttackUpdateState, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTS_AttackUpdateState_C_ExecuteUbergraph_BTS_AttackUpdateState::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_AttackUpdateState_C_ExecuteUbergraph_BTS_AttackUpdateState, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BTS_AttackUpdateState_C_ExecuteUbergraph_BTS_AttackUpdateState::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTS_AttackUpdateState_C_ExecuteUbergraph_BTS_AttackUpdateState, K2Node_DynamicCast_AsEnemy_Character) == 0x000018, "Member 'BTS_AttackUpdateState_C_ExecuteUbergraph_BTS_AttackUpdateState::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTS_AttackUpdateState_C_ExecuteUbergraph_BTS_AttackUpdateState, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTS_AttackUpdateState_C_ExecuteUbergraph_BTS_AttackUpdateState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_AttackUpdateState_C_ExecuteUbergraph_BTS_AttackUpdateState, CallFunc_AttackUpdateStateUpdate_ReturnValue) == 0x000021, "Member 'BTS_AttackUpdateState_C_ExecuteUbergraph_BTS_AttackUpdateState::CallFunc_AttackUpdateStateUpdate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_AttackUpdateState_C_ReceiveTick \ static_assert(alignof(BTS_AttackUpdateState_C_ReceiveTick) == 0x000008, "Wrong alignment on BTS_AttackUpdateState_C_ReceiveTick"); \ static_assert(sizeof(BTS_AttackUpdateState_C_ReceiveTick) == 0x000010, "Wrong size on BTS_AttackUpdateState_C_ReceiveTick"); \ static_assert(offsetof(BTS_AttackUpdateState_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTS_AttackUpdateState_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_AttackUpdateState_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTS_AttackUpdateState_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_AttackUpdateState_C \ static_assert(alignof(UBTS_AttackUpdateState_C) == 0x000008, "Wrong alignment on UBTS_AttackUpdateState_C"); \ static_assert(sizeof(UBTS_AttackUpdateState_C) == 0x0000A8, "Wrong size on UBTS_AttackUpdateState_C"); \ static_assert(offsetof(UBTS_AttackUpdateState_C, UberGraphFrame) == 0x000098, "Member 'UBTS_AttackUpdateState_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_AttackUpdateState_C, AttackUpdateState) == 0x0000A0, "Member 'UBTS_AttackUpdateState_C::AttackUpdateState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Squished2Fit_C \ static_assert(alignof(ABP_SkinFX_Squished2Fit_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Squished2Fit_C"); \ static_assert(sizeof(ABP_SkinFX_Squished2Fit_C) == 0x0005D8, "Wrong size on ABP_SkinFX_Squished2Fit_C"); \ static_assert(offsetof(ABP_SkinFX_Squished2Fit_C, SkinFXPreview) == 0x0005D0, "Member 'ABP_SkinFX_Squished2Fit_C::SkinFXPreview' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer \ static_assert(alignof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer) == 0x000008, "Wrong alignment on BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer"); \ static_assert(sizeof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer) == 0x0000D0, "Wrong size on BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, EntryPoint) == 0x000000, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_GetMoveToDone_ReturnValue) == 0x000014, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_GetMoveToDone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_GetPlayerPawn_ReturnValue) == 0x000018, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000020, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_GetCompanionManager_ReturnValue) == 0x000038, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_GetCompanionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_Get_ReturnValue) == 0x000040, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_Get_ReturnValue_1) == 0x000048, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_MoveToLocation_ReturnValue) == 0x000050, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_MoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_ChooseLocation_OutDestination) == 0x000054, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_ChooseLocation_OutDestination' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_ChooseLocation_ReturnValue) == 0x000060, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_ChooseLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, K2Node_Event_OwnerActor_1) == 0x000068, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_GetComponentByClass_ReturnValue) == 0x000070, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_GetAIController_ReturnValue) == 0x000078, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_IsValid_ReturnValue_1) == 0x000080, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000088, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, K2Node_DynamicCast_AsPawn) == 0x000090, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_GetComponentByClass_ReturnValue_2) == 0x0000A0, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_IsValid_ReturnValue_2) == 0x0000A8, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_Get_ReturnValue_2) == 0x0000B0, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_ChooseLocation_OutDestination_1) == 0x0000B8, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_ChooseLocation_OutDestination_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_ChooseLocation_ReturnValue_1) == 0x0000C4, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_ChooseLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer, CallFunc_Get_ReturnValue_3) == 0x0000C8, "Member 'BTT_Companion_FollowPlayer_C_ExecuteUbergraph_BTT_Companion_FollowPlayer::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Companion_FollowPlayer_C_ReceiveTick \ static_assert(alignof(BTT_Companion_FollowPlayer_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Companion_FollowPlayer_C_ReceiveTick"); \ static_assert(sizeof(BTT_Companion_FollowPlayer_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Companion_FollowPlayer_C_ReceiveTick"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Companion_FollowPlayer_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Companion_FollowPlayer_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Companion_FollowPlayer_C_ReceiveExecute \ static_assert(alignof(BTT_Companion_FollowPlayer_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Companion_FollowPlayer_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Companion_FollowPlayer_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Companion_FollowPlayer_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Companion_FollowPlayer_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Companion_FollowPlayer_C_ChoseSpeed \ static_assert(alignof(BTT_Companion_FollowPlayer_C_ChoseSpeed) == 0x000004, "Wrong alignment on BTT_Companion_FollowPlayer_C_ChoseSpeed"); \ static_assert(sizeof(BTT_Companion_FollowPlayer_C_ChoseSpeed) == 0x000014, "Wrong size on BTT_Companion_FollowPlayer_C_ChoseSpeed"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ChoseSpeed, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BTT_Companion_FollowPlayer_C_ChoseSpeed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ChoseSpeed, CallFunc_FindLinkOnCurrentPath_OutPos) == 0x000004, "Member 'BTT_Companion_FollowPlayer_C_ChoseSpeed::CallFunc_FindLinkOnCurrentPath_OutPos' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ChoseSpeed, CallFunc_FindLinkOnCurrentPath_ReturnValue) == 0x000010, "Member 'BTT_Companion_FollowPlayer_C_ChoseSpeed::CallFunc_FindLinkOnCurrentPath_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ChoseSpeed, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'BTT_Companion_FollowPlayer_C_ChoseSpeed::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Companion_FollowPlayer_C_ShouldRepath \ static_assert(alignof(BTT_Companion_FollowPlayer_C_ShouldRepath) == 0x000004, "Wrong alignment on BTT_Companion_FollowPlayer_C_ShouldRepath"); \ static_assert(sizeof(BTT_Companion_FollowPlayer_C_ShouldRepath) == 0x000050, "Wrong size on BTT_Companion_FollowPlayer_C_ShouldRepath"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ShouldRepath, ReturnValue) == 0x000000, "Member 'BTT_Companion_FollowPlayer_C_ShouldRepath::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ShouldRepath, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'BTT_Companion_FollowPlayer_C_ShouldRepath::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ShouldRepath, CallFunc_GetCompanionFollowParamsBP_Params) == 0x000010, "Member 'BTT_Companion_FollowPlayer_C_ShouldRepath::CallFunc_GetCompanionFollowParamsBP_Params' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ShouldRepath, CallFunc_GetCompanionFollowParamsBP_ReturnValue) == 0x000030, "Member 'BTT_Companion_FollowPlayer_C_ShouldRepath::CallFunc_GetCompanionFollowParamsBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ShouldRepath, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000034, "Member 'BTT_Companion_FollowPlayer_C_ShouldRepath::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ShouldRepath, CallFunc_Vector_Distance_ReturnValue) == 0x000040, "Member 'BTT_Companion_FollowPlayer_C_ShouldRepath::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ShouldRepath, CallFunc_Add_FloatFloat_ReturnValue) == 0x000044, "Member 'BTT_Companion_FollowPlayer_C_ShouldRepath::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ShouldRepath, CallFunc_Vector_Distance_ReturnValue_1) == 0x000048, "Member 'BTT_Companion_FollowPlayer_C_ShouldRepath::CallFunc_Vector_Distance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ShouldRepath, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00004C, "Member 'BTT_Companion_FollowPlayer_C_ShouldRepath::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ShouldRepath, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00004D, "Member 'BTT_Companion_FollowPlayer_C_ShouldRepath::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Companion_FollowPlayer_C_ShouldRepath, CallFunc_BooleanAND_ReturnValue) == 0x00004E, "Member 'BTT_Companion_FollowPlayer_C_ShouldRepath::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Companion_FollowPlayer_C \ static_assert(alignof(UBTT_Companion_FollowPlayer_C) == 0x000008, "Wrong alignment on UBTT_Companion_FollowPlayer_C"); \ static_assert(sizeof(UBTT_Companion_FollowPlayer_C) == 0x000110, "Wrong size on UBTT_Companion_FollowPlayer_C"); \ static_assert(offsetof(UBTT_Companion_FollowPlayer_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Companion_FollowPlayer_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Companion_FollowPlayer_C, PlayerPawn) == 0x0000B0, "Member 'UBTT_Companion_FollowPlayer_C::PlayerPawn' has a wrong offset!"); \ static_assert(offsetof(UBTT_Companion_FollowPlayer_C, EnemyAIComp) == 0x0000B8, "Member 'UBTT_Companion_FollowPlayer_C::EnemyAIComp' has a wrong offset!"); \ static_assert(offsetof(UBTT_Companion_FollowPlayer_C, AIController) == 0x0000C0, "Member 'UBTT_Companion_FollowPlayer_C::AIController' has a wrong offset!"); \ static_assert(offsetof(UBTT_Companion_FollowPlayer_C, Destination) == 0x0000C8, "Member 'UBTT_Companion_FollowPlayer_C::Destination' has a wrong offset!"); \ static_assert(offsetof(UBTT_Companion_FollowPlayer_C, CharMoveComp) == 0x0000D8, "Member 'UBTT_Companion_FollowPlayer_C::CharMoveComp' has a wrong offset!"); \ static_assert(offsetof(UBTT_Companion_FollowPlayer_C, NPCPathFollowComp) == 0x0000E0, "Member 'UBTT_Companion_FollowPlayer_C::NPCPathFollowComp' has a wrong offset!"); \ static_assert(offsetof(UBTT_Companion_FollowPlayer_C, MyPawn) == 0x0000E8, "Member 'UBTT_Companion_FollowPlayer_C::MyPawn' has a wrong offset!"); \ static_assert(offsetof(UBTT_Companion_FollowPlayer_C, CrouchSwimSpeed) == 0x0000F0, "Member 'UBTT_Companion_FollowPlayer_C::CrouchSwimSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Companion_FollowPlayer_C, SlowSpeed) == 0x0000F4, "Member 'UBTT_Companion_FollowPlayer_C::SlowSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Companion_FollowPlayer_C, SprintSpeed) == 0x0000F8, "Member 'UBTT_Companion_FollowPlayer_C::SprintSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Companion_FollowPlayer_C, CloseDistanceSquared) == 0x0000FC, "Member 'UBTT_Companion_FollowPlayer_C::CloseDistanceSquared' has a wrong offset!"); \ static_assert(offsetof(UBTT_Companion_FollowPlayer_C, MinDistanceToMoveSquared) == 0x000100, "Member 'UBTT_Companion_FollowPlayer_C::MinDistanceToMoveSquared' has a wrong offset!"); \ static_assert(offsetof(UBTT_Companion_FollowPlayer_C, bShouldMove) == 0x000104, "Member 'UBTT_Companion_FollowPlayer_C::bShouldMove' has a wrong offset!"); \ static_assert(offsetof(UBTT_Companion_FollowPlayer_C, DestinationAcceptanceRadius) == 0x000108, "Member 'UBTT_Companion_FollowPlayer_C::DestinationAcceptanceRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_PublishAttackState_C_ExecuteUbergraph_BTT_PublishAttackState \ static_assert(alignof(BTT_PublishAttackState_C_ExecuteUbergraph_BTT_PublishAttackState) == 0x000008, "Wrong alignment on BTT_PublishAttackState_C_ExecuteUbergraph_BTT_PublishAttackState"); \ static_assert(sizeof(BTT_PublishAttackState_C_ExecuteUbergraph_BTT_PublishAttackState) == 0x000018, "Wrong size on BTT_PublishAttackState_C_ExecuteUbergraph_BTT_PublishAttackState"); \ static_assert(offsetof(BTT_PublishAttackState_C_ExecuteUbergraph_BTT_PublishAttackState, EntryPoint) == 0x000000, "Member 'BTT_PublishAttackState_C_ExecuteUbergraph_BTT_PublishAttackState::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_PublishAttackState_C_ExecuteUbergraph_BTT_PublishAttackState, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_PublishAttackState_C_ExecuteUbergraph_BTT_PublishAttackState::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_PublishAttackState_C_ExecuteUbergraph_BTT_PublishAttackState, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BTT_PublishAttackState_C_ExecuteUbergraph_BTT_PublishAttackState::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_PublishAttackState_C_ReceiveExecute \ static_assert(alignof(BTT_PublishAttackState_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_PublishAttackState_C_ReceiveExecute"); \ static_assert(sizeof(BTT_PublishAttackState_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_PublishAttackState_C_ReceiveExecute"); \ static_assert(offsetof(BTT_PublishAttackState_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_PublishAttackState_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_PublishAttackState_C \ static_assert(alignof(UBTT_PublishAttackState_C) == 0x000008, "Wrong alignment on UBTT_PublishAttackState_C"); \ static_assert(sizeof(UBTT_PublishAttackState_C) == 0x0000B0, "Wrong size on UBTT_PublishAttackState_C"); \ static_assert(offsetof(UBTT_PublishAttackState_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_PublishAttackState_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_AddTargetOffset_Swimming2_C \ static_assert(alignof(UBP_AddTargetOffset_Swimming2_C) == 0x000008, "Wrong alignment on UBP_AddTargetOffset_Swimming2_C"); \ static_assert(sizeof(UBP_AddTargetOffset_Swimming2_C) == 0x0001C8, "Wrong size on UBP_AddTargetOffset_Swimming2_C"); \ #define DUMPER7_ASSERTS_BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait \ static_assert(alignof(BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait) == 0x000008, "Wrong alignment on BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait"); \ static_assert(sizeof(BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait) == 0x000040, "Wrong size on BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait"); \ static_assert(offsetof(BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait, EntryPoint) == 0x000000, "Member 'BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait, K2Node_DynamicCast_AsEnemy_Character) == 0x000018, "Member 'BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait, CallFunc_GetGameChangerForm_ReturnValue) == 0x000028, "Member 'BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait::CallFunc_GetGameChangerForm_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait, K2Node_DynamicCast_AsEnemy_Character_1) == 0x000030, "Member 'BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait::K2Node_DynamicCast_AsEnemy_Character_1' has a wrong offset!"); \ static_assert(offsetof(BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait, CallFunc_GetGameChangerState_ReturnValue) == 0x000039, "Member 'BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait::CallFunc_GetGameChangerState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait, K2Node_SwitchEnum_CmpSuccess) == 0x00003A, "Member 'BTT_GameChangerWait_C_ExecuteUbergraph_BTT_GameChangerWait::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_GameChangerWait_C_ReceiveAbort \ static_assert(alignof(BTT_GameChangerWait_C_ReceiveAbort) == 0x000008, "Wrong alignment on BTT_GameChangerWait_C_ReceiveAbort"); \ static_assert(sizeof(BTT_GameChangerWait_C_ReceiveAbort) == 0x000008, "Wrong size on BTT_GameChangerWait_C_ReceiveAbort"); \ static_assert(offsetof(BTT_GameChangerWait_C_ReceiveAbort, OwnerActor) == 0x000000, "Member 'BTT_GameChangerWait_C_ReceiveAbort::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_GameChangerWait_C_ReceiveExecute \ static_assert(alignof(BTT_GameChangerWait_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_GameChangerWait_C_ReceiveExecute"); \ static_assert(sizeof(BTT_GameChangerWait_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_GameChangerWait_C_ReceiveExecute"); \ static_assert(offsetof(BTT_GameChangerWait_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_GameChangerWait_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_GameChangerWait_C \ static_assert(alignof(UBTT_GameChangerWait_C) == 0x000008, "Wrong alignment on UBTT_GameChangerWait_C"); \ static_assert(sizeof(UBTT_GameChangerWait_C) == 0x0000B8, "Wrong size on UBTT_GameChangerWait_C"); \ static_assert(offsetof(UBTT_GameChangerWait_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_GameChangerWait_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_GameChangerWait_C, EnemyAIComponent) == 0x0000B0, "Member 'UBTT_GameChangerWait_C::EnemyAIComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack \ static_assert(alignof(BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack) == 0x000008, "Wrong alignment on BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack"); \ static_assert(sizeof(BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack) == 0x000050, "Wrong size on BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack"); \ static_assert(offsetof(BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack, EntryPoint) == 0x000000, "Member 'BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack, K2Node_DynamicCast_AsEnemy_Character) == 0x000018, "Member 'BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack, K2Node_Event_OwnerActor) == 0x000028, "Member 'BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack, K2Node_DynamicCast_AsEnemy_Character_1) == 0x000030, "Member 'BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack::K2Node_DynamicCast_AsEnemy_Character_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack, CallFunc_ChooseAttackUpdate_ReturnValue) == 0x000039, "Member 'BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack::CallFunc_ChooseAttackUpdate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack, CallFunc_IsValid_ReturnValue) == 0x00003A, "Member 'BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack, CallFunc_ChooseAttack_ReturnValue) == 0x000040, "Member 'BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack::CallFunc_ChooseAttack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack, CallFunc_IsValid_ReturnValue_1) == 0x000048, "Member 'BTT_ChooseAttack_C_ExecuteUbergraph_BTT_ChooseAttack::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ChooseAttack_C_ReceiveExecute \ static_assert(alignof(BTT_ChooseAttack_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ChooseAttack_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ChooseAttack_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ChooseAttack_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ChooseAttack_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ChooseAttack_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ChooseAttack_C_ReceiveTick \ static_assert(alignof(BTT_ChooseAttack_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_ChooseAttack_C_ReceiveTick"); \ static_assert(sizeof(BTT_ChooseAttack_C_ReceiveTick) == 0x000010, "Wrong size on BTT_ChooseAttack_C_ReceiveTick"); \ static_assert(offsetof(BTT_ChooseAttack_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_ChooseAttack_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_ChooseAttack_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_ChooseAttack_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ChooseAttack_C \ static_assert(alignof(UBTT_ChooseAttack_C) == 0x000008, "Wrong alignment on UBTT_ChooseAttack_C"); \ static_assert(sizeof(UBTT_ChooseAttack_C) == 0x0000B0, "Wrong size on UBTT_ChooseAttack_C"); \ static_assert(offsetof(UBTT_ChooseAttack_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_ChooseAttack_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JogIn_C \ static_assert(alignof(UABL_JogIn_C) == 0x000008, "Wrong alignment on UABL_JogIn_C"); \ static_assert(sizeof(UABL_JogIn_C) == 0x0000C8, "Wrong size on UABL_JogIn_C"); \ #define DUMPER7_ASSERTS_BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch \ static_assert(alignof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch) == 0x000008, "Wrong alignment on BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch"); \ static_assert(sizeof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch) == 0x000080, "Wrong size on BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch, EntryPoint) == 0x000000, "Member 'BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000018, "Member 'BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch, K2Node_CustomEvent_QueryInstance) == 0x000028, "Member 'BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch, K2Node_CustomEvent_QueryStatus) == 0x000030, "Member 'BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch, K2Node_DynamicCast_AsEQS_Query_Instance_Station) == 0x000038, "Member 'BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch::K2Node_DynamicCast_AsEQS_Query_Instance_Station' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch, CallFunc_GetResultsAsStationQueryData_ReturnValue) == 0x000048, "Member 'BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch::CallFunc_GetResultsAsStationQueryData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch, CallFunc_JoinStation_ReturnValue) == 0x000058, "Member 'BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch::CallFunc_JoinStation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch, K2Node_CreateDelegate_OutputDelegate) == 0x00005C, "Member 'BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch, CallFunc_RunEQSQuery_ReturnValue) == 0x000070, "Member 'BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch, CallFunc_IsValid_ReturnValue_1) == 0x000079, "Member 'BTT_ScheduleOccupationSearch_C_ExecuteUbergraph_BTT_ScheduleOccupationSearch::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleOccupationSearch_C_Occupation_Job_OnQueryFinished \ static_assert(alignof(BTT_ScheduleOccupationSearch_C_Occupation_Job_OnQueryFinished) == 0x000008, "Wrong alignment on BTT_ScheduleOccupationSearch_C_Occupation_Job_OnQueryFinished"); \ static_assert(sizeof(BTT_ScheduleOccupationSearch_C_Occupation_Job_OnQueryFinished) == 0x000010, "Wrong size on BTT_ScheduleOccupationSearch_C_Occupation_Job_OnQueryFinished"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_Occupation_Job_OnQueryFinished, QueryInstance) == 0x000000, "Member 'BTT_ScheduleOccupationSearch_C_Occupation_Job_OnQueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_Occupation_Job_OnQueryFinished, QueryStatus) == 0x000008, "Member 'BTT_ScheduleOccupationSearch_C_Occupation_Job_OnQueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleOccupationSearch_C_ExitTask \ static_assert(alignof(BTT_ScheduleOccupationSearch_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleOccupationSearch_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleOccupationSearch_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleOccupationSearch_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleOccupationSearch_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleOccupationSearch_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleOccupationSearch_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleOccupationSearch_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleOccupationSearch_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleOccupationSearch_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleOccupationSearch_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleOccupationSearch_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleOccupationSearch_C \ static_assert(alignof(UBTT_ScheduleOccupationSearch_C) == 0x000008, "Wrong alignment on UBTT_ScheduleOccupationSearch_C"); \ static_assert(sizeof(UBTT_ScheduleOccupationSearch_C) == 0x0000F0, "Wrong size on UBTT_ScheduleOccupationSearch_C"); \ static_assert(offsetof(UBTT_ScheduleOccupationSearch_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleOccupationSearch_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleOccupationSearch_C, Social_Reasoning) == 0x0000D8, "Member 'UBTT_ScheduleOccupationSearch_C::Social_Reasoning' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleOccupationSearch_C, BB) == 0x0000E0, "Member 'UBTT_ScheduleOccupationSearch_C::BB' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleOccupationSearch_C, SideWork) == 0x0000E8, "Member 'UBTT_ScheduleOccupationSearch_C::SideWork' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_EnemyAI_GetFleeDistLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetFleeDistLocation \ static_assert(alignof(BTT_EnemyAI_GetFleeDistLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetFleeDistLocation) == 0x000008, "Wrong alignment on BTT_EnemyAI_GetFleeDistLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetFleeDistLocation"); \ static_assert(sizeof(BTT_EnemyAI_GetFleeDistLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetFleeDistLocation) == 0x000030, "Wrong size on BTT_EnemyAI_GetFleeDistLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetFleeDistLocation"); \ static_assert(offsetof(BTT_EnemyAI_GetFleeDistLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetFleeDistLocation, EntryPoint) == 0x000000, "Member 'BTT_EnemyAI_GetFleeDistLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetFleeDistLocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_GetFleeDistLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetFleeDistLocation, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_EnemyAI_GetFleeDistLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetFleeDistLocation::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_GetFleeDistLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetFleeDistLocation, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BTT_EnemyAI_GetFleeDistLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetFleeDistLocation::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_GetFleeDistLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetFleeDistLocation, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'BTT_EnemyAI_GetFleeDistLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetFleeDistLocation::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_GetFleeDistLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetFleeDistLocation, CallFunc_GetFleeDistLocation_ReturnValue) == 0x000020, "Member 'BTT_EnemyAI_GetFleeDistLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetFleeDistLocation::CallFunc_GetFleeDistLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_GetFleeDistLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetFleeDistLocation, CallFunc_CalcFleeMoveToLocationTime_ReturnValue) == 0x00002C, "Member 'BTT_EnemyAI_GetFleeDistLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetFleeDistLocation::CallFunc_CalcFleeMoveToLocationTime_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_EnemyAI_GetFleeDistLocation_C_ReceiveExecute \ static_assert(alignof(BTT_EnemyAI_GetFleeDistLocation_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_EnemyAI_GetFleeDistLocation_C_ReceiveExecute"); \ static_assert(sizeof(BTT_EnemyAI_GetFleeDistLocation_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_EnemyAI_GetFleeDistLocation_C_ReceiveExecute"); \ static_assert(offsetof(BTT_EnemyAI_GetFleeDistLocation_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_EnemyAI_GetFleeDistLocation_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_EnemyAI_GetFleeDistLocation_C \ static_assert(alignof(UBTT_EnemyAI_GetFleeDistLocation_C) == 0x000008, "Wrong alignment on UBTT_EnemyAI_GetFleeDistLocation_C"); \ static_assert(sizeof(UBTT_EnemyAI_GetFleeDistLocation_C) == 0x0000C0, "Wrong size on UBTT_EnemyAI_GetFleeDistLocation_C"); \ static_assert(offsetof(UBTT_EnemyAI_GetFleeDistLocation_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_EnemyAI_GetFleeDistLocation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_EnemyAI_GetFleeDistLocation_C, TargetActor) == 0x0000B0, "Member 'UBTT_EnemyAI_GetFleeDistLocation_C::TargetActor' has a wrong offset!"); \ static_assert(offsetof(UBTT_EnemyAI_GetFleeDistLocation_C, MoveToTimeout) == 0x0000B8, "Member 'UBTT_EnemyAI_GetFleeDistLocation_C::MoveToTimeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ForceQBUpdate_C_ExecuteUbergraph_BTT_ForceQBUpdate \ static_assert(alignof(BTT_ForceQBUpdate_C_ExecuteUbergraph_BTT_ForceQBUpdate) == 0x000008, "Wrong alignment on BTT_ForceQBUpdate_C_ExecuteUbergraph_BTT_ForceQBUpdate"); \ static_assert(sizeof(BTT_ForceQBUpdate_C_ExecuteUbergraph_BTT_ForceQBUpdate) == 0x000018, "Wrong size on BTT_ForceQBUpdate_C_ExecuteUbergraph_BTT_ForceQBUpdate"); \ static_assert(offsetof(BTT_ForceQBUpdate_C_ExecuteUbergraph_BTT_ForceQBUpdate, EntryPoint) == 0x000000, "Member 'BTT_ForceQBUpdate_C_ExecuteUbergraph_BTT_ForceQBUpdate::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ForceQBUpdate_C_ExecuteUbergraph_BTT_ForceQBUpdate, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_ForceQBUpdate_C_ExecuteUbergraph_BTT_ForceQBUpdate::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_ForceQBUpdate_C_ExecuteUbergraph_BTT_ForceQBUpdate, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BTT_ForceQBUpdate_C_ExecuteUbergraph_BTT_ForceQBUpdate::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ForceQBUpdate_C_ReceiveExecute \ static_assert(alignof(BTT_ForceQBUpdate_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ForceQBUpdate_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ForceQBUpdate_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ForceQBUpdate_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ForceQBUpdate_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ForceQBUpdate_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ForceQBUpdate_C \ static_assert(alignof(UBTT_ForceQBUpdate_C) == 0x000008, "Wrong alignment on UBTT_ForceQBUpdate_C"); \ static_assert(sizeof(UBTT_ForceQBUpdate_C) == 0x0000B0, "Wrong size on UBTT_ForceQBUpdate_C"); \ static_assert(offsetof(UBTT_ForceQBUpdate_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_ForceQBUpdate_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBP_TombProtector_Interface_C \ static_assert(alignof(IBP_TombProtector_Interface_C) == 0x000001, "Wrong alignment on IBP_TombProtector_Interface_C"); \ static_assert(sizeof(IBP_TombProtector_Interface_C) == 0x000001, "Wrong size on IBP_TombProtector_Interface_C"); \ #define DUMPER7_ASSERTS_BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility \ static_assert(alignof(BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility) == 0x000008, "Wrong alignment on BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility"); \ static_assert(sizeof(BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility) == 0x000048, "Wrong size on BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility"); \ static_assert(offsetof(BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility, EntryPoint) == 0x000000, "Member 'BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility, K2Node_DynamicCast_AsEnemy_Character) == 0x000018, "Member 'BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility, K2Node_Event_OwnerActor) == 0x000028, "Member 'BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility, CallFunc_WaitForAbility_ReturnValue) == 0x000030, "Member 'BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility::CallFunc_WaitForAbility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility, K2Node_DynamicCast_AsEnemy_Character_1) == 0x000038, "Member 'BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility::K2Node_DynamicCast_AsEnemy_Character_1' has a wrong offset!"); \ static_assert(offsetof(BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_WaitForAbility_C_ExecuteUbergraph_BTT_WaitForAbility::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_WaitForAbility_C_ReceiveExecute \ static_assert(alignof(BTT_WaitForAbility_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_WaitForAbility_C_ReceiveExecute"); \ static_assert(sizeof(BTT_WaitForAbility_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_WaitForAbility_C_ReceiveExecute"); \ static_assert(offsetof(BTT_WaitForAbility_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_WaitForAbility_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_WaitForAbility_C_ReceiveTick \ static_assert(alignof(BTT_WaitForAbility_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_WaitForAbility_C_ReceiveTick"); \ static_assert(sizeof(BTT_WaitForAbility_C_ReceiveTick) == 0x000010, "Wrong size on BTT_WaitForAbility_C_ReceiveTick"); \ static_assert(offsetof(BTT_WaitForAbility_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_WaitForAbility_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_WaitForAbility_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_WaitForAbility_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_WaitForAbility_C \ static_assert(alignof(UBTT_WaitForAbility_C) == 0x000008, "Wrong alignment on UBTT_WaitForAbility_C"); \ static_assert(sizeof(UBTT_WaitForAbility_C) == 0x0000B8, "Wrong size on UBTT_WaitForAbility_C"); \ static_assert(offsetof(UBTT_WaitForAbility_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_WaitForAbility_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_WaitForAbility_C, Timeout) == 0x0000B0, "Member 'UBTT_WaitForAbility_C::Timeout' has a wrong offset!"); \ static_assert(offsetof(UBTT_WaitForAbility_C, Ability) == 0x0000B4, "Member 'UBTT_WaitForAbility_C::Ability' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidget_DebugHUD_C \ static_assert(alignof(UWidget_DebugHUD_C) == 0x000008, "Wrong alignment on UWidget_DebugHUD_C"); \ static_assert(sizeof(UWidget_DebugHUD_C) == 0x000288, "Wrong size on UWidget_DebugHUD_C"); \ static_assert(offsetof(UWidget_DebugHUD_C, TextBlock_1) == 0x000268, "Member 'UWidget_DebugHUD_C::TextBlock_1' has a wrong offset!"); \ static_assert(offsetof(UWidget_DebugHUD_C, DebugText) == 0x000270, "Member 'UWidget_DebugHUD_C::DebugText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Attack_C_ExecuteUbergraph_BTS_Attack \ static_assert(alignof(BTS_Attack_C_ExecuteUbergraph_BTS_Attack) == 0x000008, "Wrong alignment on BTS_Attack_C_ExecuteUbergraph_BTS_Attack"); \ static_assert(sizeof(BTS_Attack_C_ExecuteUbergraph_BTS_Attack) == 0x000028, "Wrong size on BTS_Attack_C_ExecuteUbergraph_BTS_Attack"); \ static_assert(offsetof(BTS_Attack_C_ExecuteUbergraph_BTS_Attack, EntryPoint) == 0x000000, "Member 'BTS_Attack_C_ExecuteUbergraph_BTS_Attack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Attack_C_ExecuteUbergraph_BTS_Attack, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTS_Attack_C_ExecuteUbergraph_BTS_Attack::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Attack_C_ExecuteUbergraph_BTS_Attack, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BTS_Attack_C_ExecuteUbergraph_BTS_Attack::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTS_Attack_C_ExecuteUbergraph_BTS_Attack, K2Node_DynamicCast_AsEnemy_Character) == 0x000018, "Member 'BTS_Attack_C_ExecuteUbergraph_BTS_Attack::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTS_Attack_C_ExecuteUbergraph_BTS_Attack, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTS_Attack_C_ExecuteUbergraph_BTS_Attack::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Attack_C_ReceiveTick \ static_assert(alignof(BTS_Attack_C_ReceiveTick) == 0x000008, "Wrong alignment on BTS_Attack_C_ReceiveTick"); \ static_assert(sizeof(BTS_Attack_C_ReceiveTick) == 0x000010, "Wrong size on BTS_Attack_C_ReceiveTick"); \ static_assert(offsetof(BTS_Attack_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTS_Attack_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Attack_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTS_Attack_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Attack_C \ static_assert(alignof(UBTS_Attack_C) == 0x000008, "Wrong alignment on UBTS_Attack_C"); \ static_assert(sizeof(UBTS_Attack_C) == 0x0000A0, "Wrong size on UBTS_Attack_C"); \ static_assert(offsetof(UBTS_Attack_C, UberGraphFrame) == 0x000098, "Member 'UBTS_Attack_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomBoostSection_C_ExecuteUbergraph_UI_BP_BroomBoostSection \ static_assert(alignof(UI_BP_BroomBoostSection_C_ExecuteUbergraph_UI_BP_BroomBoostSection) == 0x000004, "Wrong alignment on UI_BP_BroomBoostSection_C_ExecuteUbergraph_UI_BP_BroomBoostSection"); \ static_assert(sizeof(UI_BP_BroomBoostSection_C_ExecuteUbergraph_UI_BP_BroomBoostSection) == 0x000008, "Wrong size on UI_BP_BroomBoostSection_C_ExecuteUbergraph_UI_BP_BroomBoostSection"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_ExecuteUbergraph_UI_BP_BroomBoostSection, EntryPoint) == 0x000000, "Member 'UI_BP_BroomBoostSection_C_ExecuteUbergraph_UI_BP_BroomBoostSection::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_ExecuteUbergraph_UI_BP_BroomBoostSection, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_BroomBoostSection_C_ExecuteUbergraph_UI_BP_BroomBoostSection::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomBoostSection_C_PreConstruct \ static_assert(alignof(UI_BP_BroomBoostSection_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_BroomBoostSection_C_PreConstruct"); \ static_assert(sizeof(UI_BP_BroomBoostSection_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_BroomBoostSection_C_PreConstruct"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_BroomBoostSection_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomBoostSection_C_SetMeterPercent \ static_assert(alignof(UI_BP_BroomBoostSection_C_SetMeterPercent) == 0x000008, "Wrong alignment on UI_BP_BroomBoostSection_C_SetMeterPercent"); \ static_assert(sizeof(UI_BP_BroomBoostSection_C_SetMeterPercent) == 0x000010, "Wrong size on UI_BP_BroomBoostSection_C_SetMeterPercent"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_SetMeterPercent, NewPercent) == 0x000000, "Member 'UI_BP_BroomBoostSection_C_SetMeterPercent::NewPercent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_SetMeterPercent, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'UI_BP_BroomBoostSection_C_SetMeterPercent::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_SetMeterPercent, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000008, "Member 'UI_BP_BroomBoostSection_C_SetMeterPercent::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomBoostSection_C_SetMeterPosition \ static_assert(alignof(UI_BP_BroomBoostSection_C_SetMeterPosition) == 0x000004, "Wrong alignment on UI_BP_BroomBoostSection_C_SetMeterPosition"); \ static_assert(sizeof(UI_BP_BroomBoostSection_C_SetMeterPosition) == 0x000008, "Wrong size on UI_BP_BroomBoostSection_C_SetMeterPosition"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_SetMeterPosition, Index_0) == 0x000000, "Member 'UI_BP_BroomBoostSection_C_SetMeterPosition::Index_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_SetMeterPosition, MaxIndex) == 0x000004, "Member 'UI_BP_BroomBoostSection_C_SetMeterPosition::MaxIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomBoostSection_C_SetMeterFillColor \ static_assert(alignof(UI_BP_BroomBoostSection_C_SetMeterFillColor) == 0x000004, "Wrong alignment on UI_BP_BroomBoostSection_C_SetMeterFillColor"); \ static_assert(sizeof(UI_BP_BroomBoostSection_C_SetMeterFillColor) == 0x000010, "Wrong size on UI_BP_BroomBoostSection_C_SetMeterFillColor"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_SetMeterFillColor, NewColor) == 0x000000, "Member 'UI_BP_BroomBoostSection_C_SetMeterFillColor::NewColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomBoostSection_C_ToggleCloseToGroundEffect \ static_assert(alignof(UI_BP_BroomBoostSection_C_ToggleCloseToGroundEffect) == 0x000008, "Wrong alignment on UI_BP_BroomBoostSection_C_ToggleCloseToGroundEffect"); \ static_assert(sizeof(UI_BP_BroomBoostSection_C_ToggleCloseToGroundEffect) == 0x000028, "Wrong size on UI_BP_BroomBoostSection_C_ToggleCloseToGroundEffect"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_ToggleCloseToGroundEffect, ShouldShow) == 0x000000, "Member 'UI_BP_BroomBoostSection_C_ToggleCloseToGroundEffect::ShouldShow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_ToggleCloseToGroundEffect, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_BroomBoostSection_C_ToggleCloseToGroundEffect::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_ToggleCloseToGroundEffect, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000010, "Member 'UI_BP_BroomBoostSection_C_ToggleCloseToGroundEffect::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_ToggleCloseToGroundEffect, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000018, "Member 'UI_BP_BroomBoostSection_C_ToggleCloseToGroundEffect::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_ToggleCloseToGroundEffect, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000020, "Member 'UI_BP_BroomBoostSection_C_ToggleCloseToGroundEffect::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomBoostSection_C_ToggleBoostingEffect \ static_assert(alignof(UI_BP_BroomBoostSection_C_ToggleBoostingEffect) == 0x000008, "Wrong alignment on UI_BP_BroomBoostSection_C_ToggleBoostingEffect"); \ static_assert(sizeof(UI_BP_BroomBoostSection_C_ToggleBoostingEffect) == 0x000030, "Wrong size on UI_BP_BroomBoostSection_C_ToggleBoostingEffect"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_ToggleBoostingEffect, ShouldShow) == 0x000000, "Member 'UI_BP_BroomBoostSection_C_ToggleBoostingEffect::ShouldShow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_ToggleBoostingEffect, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_BroomBoostSection_C_ToggleBoostingEffect::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_ToggleBoostingEffect, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'UI_BP_BroomBoostSection_C_ToggleBoostingEffect::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_ToggleBoostingEffect, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000018, "Member 'UI_BP_BroomBoostSection_C_ToggleBoostingEffect::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_ToggleBoostingEffect, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000020, "Member 'UI_BP_BroomBoostSection_C_ToggleBoostingEffect::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomBoostSection_C_ToggleBoostingEffect, CallFunc_PlayAnimationForward_ReturnValue_2) == 0x000028, "Member 'UI_BP_BroomBoostSection_C_ToggleBoostingEffect::CallFunc_PlayAnimationForward_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_BroomBoostSection_C \ static_assert(alignof(UUI_BP_BroomBoostSection_C) == 0x000008, "Wrong alignment on UUI_BP_BroomBoostSection_C"); \ static_assert(sizeof(UUI_BP_BroomBoostSection_C) == 0x0002F0, "Wrong size on UUI_BP_BroomBoostSection_C"); \ static_assert(offsetof(UUI_BP_BroomBoostSection_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_BroomBoostSection_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostSection_C, ShowBoosting) == 0x000270, "Member 'UUI_BP_BroomBoostSection_C::ShowBoosting' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostSection_C, meterPulse) == 0x000278, "Member 'UUI_BP_BroomBoostSection_C::meterPulse' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostSection_C, HideBoostAnim) == 0x000280, "Member 'UUI_BP_BroomBoostSection_C::HideBoostAnim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostSection_C, CloseToGroundAnim) == 0x000288, "Member 'UUI_BP_BroomBoostSection_C::CloseToGroundAnim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostSection_C, BoostingAnim) == 0x000290, "Member 'UUI_BP_BroomBoostSection_C::BoostingAnim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostSection_C, BarFillGlint) == 0x000298, "Member 'UUI_BP_BroomBoostSection_C::BarFillGlint' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostSection_C, Meter) == 0x0002A0, "Member 'UUI_BP_BroomBoostSection_C::Meter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostSection_C, pulseFresnel) == 0x0002A8, "Member 'UUI_BP_BroomBoostSection_C::pulseFresnel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostSection_C, sparkles) == 0x0002B0, "Member 'UUI_BP_BroomBoostSection_C::sparkles' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostSection_C, IsMeterFull) == 0x0002B8, "Member 'UUI_BP_BroomBoostSection_C::IsMeterFull' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostSection_C, MeterIsFull) == 0x0002C0, "Member 'UUI_BP_BroomBoostSection_C::MeterIsFull' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostSection_C, MeterIsNotFull) == 0x0002D0, "Member 'UUI_BP_BroomBoostSection_C::MeterIsNotFull' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostSection_C, meterPositionIndex) == 0x0002E0, "Member 'UUI_BP_BroomBoostSection_C::meterPositionIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostSection_C, maxPositionIndex) == 0x0002E4, "Member 'UUI_BP_BroomBoostSection_C::maxPositionIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostSection_C, BoostEffectActive) == 0x0002E8, "Member 'UUI_BP_BroomBoostSection_C::BoostEffectActive' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomBoostSection_C, CloseToGroundEffectActive) == 0x0002E9, "Member 'UUI_BP_BroomBoostSection_C::CloseToGroundEffectActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ProtegoWhite_C \ static_assert(alignof(ABP_SkinFX_ProtegoWhite_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ProtegoWhite_C"); \ static_assert(sizeof(ABP_SkinFX_ProtegoWhite_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ProtegoWhite_C"); \ #define DUMPER7_ASSERTS_BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode \ static_assert(alignof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode) == 0x000008, "Wrong alignment on BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode"); \ static_assert(sizeof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode) == 0x0000B0, "Wrong size on BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, EntryPoint) == 0x000000, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, K2Node_CustomEvent_pPathNode) == 0x000010, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::K2Node_CustomEvent_pPathNode' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, K2Node_CustomEvent_pActor) == 0x000018, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::K2Node_CustomEvent_pActor' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000028, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000030, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, CallFunc_GetPathNode_ReturnValue) == 0x000038, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::CallFunc_GetPathNode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000040, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, K2Node_Event_OwnerActor_1) == 0x000048, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, K2Node_Event_DeltaSeconds) == 0x000050, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, CallFunc_GetAIController_ReturnValue) == 0x000058, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000060, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, CallFunc_GetMoveStatus_ReturnValue) == 0x000068, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::CallFunc_GetMoveStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000070, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000078, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, K2Node_CreateDelegate_OutputDelegate) == 0x00007C, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, CallFunc_GetValueAsVector_ReturnValue) == 0x00008C, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::CallFunc_GetValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, CallFunc_InitMoveToLocation_ReturnValue) == 0x000098, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::CallFunc_InitMoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, CallFunc_GetValueAsVector_ReturnValue_1) == 0x00009C, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::CallFunc_GetValueAsVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode, CallFunc_MoveToLocation_ReturnValue) == 0x0000A8, "Member 'BTT_MoveToPathNode_C_ExecuteUbergraph_BTT_MoveToPathNode::CallFunc_MoveToLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_MoveToPathNode_C_ReceiveExecute \ static_assert(alignof(BTT_MoveToPathNode_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_MoveToPathNode_C_ReceiveExecute"); \ static_assert(sizeof(BTT_MoveToPathNode_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_MoveToPathNode_C_ReceiveExecute"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_MoveToPathNode_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_MoveToPathNode_C_ReceiveTick \ static_assert(alignof(BTT_MoveToPathNode_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_MoveToPathNode_C_ReceiveTick"); \ static_assert(sizeof(BTT_MoveToPathNode_C_ReceiveTick) == 0x000010, "Wrong size on BTT_MoveToPathNode_C_ReceiveTick"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_MoveToPathNode_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_MoveToPathNode_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_MoveToPathNode_C_Arrived \ static_assert(alignof(BTT_MoveToPathNode_C_Arrived) == 0x000008, "Wrong alignment on BTT_MoveToPathNode_C_Arrived"); \ static_assert(sizeof(BTT_MoveToPathNode_C_Arrived) == 0x000010, "Wrong size on BTT_MoveToPathNode_C_Arrived"); \ static_assert(offsetof(BTT_MoveToPathNode_C_Arrived, pPathNode) == 0x000000, "Member 'BTT_MoveToPathNode_C_Arrived::pPathNode' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToPathNode_C_Arrived, pActor) == 0x000008, "Member 'BTT_MoveToPathNode_C_Arrived::pActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_MoveToPathNode_C \ static_assert(alignof(UBTT_MoveToPathNode_C) == 0x000008, "Wrong alignment on UBTT_MoveToPathNode_C"); \ static_assert(sizeof(UBTT_MoveToPathNode_C) == 0x0000C8, "Wrong size on UBTT_MoveToPathNode_C"); \ static_assert(offsetof(UBTT_MoveToPathNode_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_MoveToPathNode_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToPathNode_C, MaxTime) == 0x0000B0, "Member 'UBTT_MoveToPathNode_C::MaxTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToPathNode_C, ElapsedTime) == 0x0000B4, "Member 'UBTT_MoveToPathNode_C::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToPathNode_C, PathNodeLocKeyName) == 0x0000B8, "Member 'UBTT_MoveToPathNode_C::PathNodeLocKeyName' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToPathNode_C, PathNodeRadiusKeyName) == 0x0000C0, "Member 'UBTT_MoveToPathNode_C::PathNodeRadiusKeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Int_BCProps_Pot_002_W_C \ static_assert(alignof(ABP_Int_BCProps_Pot_002_W_C) == 0x000008, "Wrong alignment on ABP_Int_BCProps_Pot_002_W_C"); \ static_assert(sizeof(ABP_Int_BCProps_Pot_002_W_C) == 0x000358, "Wrong size on ABP_Int_BCProps_Pot_002_W_C"); \ #define DUMPER7_ASSERTS_BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline \ static_assert(alignof(BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline) == 0x000008, "Wrong alignment on BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline"); \ static_assert(sizeof(BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline) == 0x000040, "Wrong size on BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline"); \ static_assert(offsetof(BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline, EntryPoint) == 0x000000, "Member 'BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline, K2Node_Event_OwnerActor) == 0x000018, "Member 'BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline, K2Node_DynamicCast_AsEnemy_Character) == 0x000020, "Member 'BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline, K2Node_DynamicCast_AsEnemy_Character_1) == 0x000030, "Member 'BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline::K2Node_DynamicCast_AsEnemy_Character_1' has a wrong offset!"); \ static_assert(offsetof(BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline, CallFunc_UpdateFollowSpline_ReturnValue) == 0x000039, "Member 'BTT_FollowSpline_C_ExecuteUbergraph_BTT_FollowSpline::CallFunc_UpdateFollowSpline_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_FollowSpline_C_ReceiveExecute \ static_assert(alignof(BTT_FollowSpline_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_FollowSpline_C_ReceiveExecute"); \ static_assert(sizeof(BTT_FollowSpline_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_FollowSpline_C_ReceiveExecute"); \ static_assert(offsetof(BTT_FollowSpline_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_FollowSpline_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_FollowSpline_C_ReceiveTick \ static_assert(alignof(BTT_FollowSpline_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_FollowSpline_C_ReceiveTick"); \ static_assert(sizeof(BTT_FollowSpline_C_ReceiveTick) == 0x000010, "Wrong size on BTT_FollowSpline_C_ReceiveTick"); \ static_assert(offsetof(BTT_FollowSpline_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_FollowSpline_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_FollowSpline_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_FollowSpline_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_FollowSpline_C \ static_assert(alignof(UBTT_FollowSpline_C) == 0x000008, "Wrong alignment on UBTT_FollowSpline_C"); \ static_assert(sizeof(UBTT_FollowSpline_C) == 0x0000D0, "Wrong size on UBTT_FollowSpline_C"); \ static_assert(offsetof(UBTT_FollowSpline_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_FollowSpline_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_FollowSpline_C, MaxTime) == 0x0000B0, "Member 'UBTT_FollowSpline_C::MaxTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_FollowSpline_C, ElapsedTime) == 0x0000B4, "Member 'UBTT_FollowSpline_C::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_FollowSpline_C, PathNodeLocKeyName) == 0x0000B8, "Member 'UBTT_FollowSpline_C::PathNodeLocKeyName' has a wrong offset!"); \ static_assert(offsetof(UBTT_FollowSpline_C, PathNodeRadiusKeyName) == 0x0000C0, "Member 'UBTT_FollowSpline_C::PathNodeRadiusKeyName' has a wrong offset!"); \ static_assert(offsetof(UBTT_FollowSpline_C, Started) == 0x0000C8, "Member 'UBTT_FollowSpline_C::Started' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FF_SplineCollisionGenerationSettings \ static_assert(alignof(FF_SplineCollisionGenerationSettings) == 0x000008, "Wrong alignment on FF_SplineCollisionGenerationSettings"); \ static_assert(sizeof(FF_SplineCollisionGenerationSettings) == 0x000090, "Wrong size on FF_SplineCollisionGenerationSettings"); \ static_assert(offsetof(FF_SplineCollisionGenerationSettings, CheckIntervalDistance_24_4106B6F4424E5DAEF734FCAFD304BAA2) == 0x000000, "Member 'FF_SplineCollisionGenerationSettings::CheckIntervalDistance_24_4106B6F4424E5DAEF734FCAFD304BAA2' has a wrong offset!"); \ static_assert(offsetof(FF_SplineCollisionGenerationSettings, MaxAngleDelta_25_D8AE322D4EF5452DF5C872A53E82711C) == 0x000004, "Member 'FF_SplineCollisionGenerationSettings::MaxAngleDelta_25_D8AE322D4EF5452DF5C872A53E82711C' has a wrong offset!"); \ static_assert(offsetof(FF_SplineCollisionGenerationSettings, WallWidth_26_D219267E409761BF29AEA7A5790371B1) == 0x000008, "Member 'FF_SplineCollisionGenerationSettings::WallWidth_26_D219267E409761BF29AEA7A5790371B1' has a wrong offset!"); \ static_assert(offsetof(FF_SplineCollisionGenerationSettings, WallHeight_27_37A10F9C4078806375385188A4B93A20) == 0x00000C, "Member 'FF_SplineCollisionGenerationSettings::WallHeight_27_37A10F9C4078806375385188A4B93A20' has a wrong offset!"); \ static_assert(offsetof(FF_SplineCollisionGenerationSettings, SplineLoops_28_55DF36D54283610345F2FA8E12AB02FE) == 0x000010, "Member 'FF_SplineCollisionGenerationSettings::SplineLoops_28_55DF36D54283610345F2FA8E12AB02FE' has a wrong offset!"); \ static_assert(offsetof(FF_SplineCollisionGenerationSettings, WallHiddenInGame_29_2E2FC02A4CEB6861BCD66D8A6D58D918) == 0x000011, "Member 'FF_SplineCollisionGenerationSettings::WallHiddenInGame_29_2E2FC02A4CEB6861BCD66D8A6D58D918' has a wrong offset!"); \ static_assert(offsetof(FF_SplineCollisionGenerationSettings, WallColor_30_A7F1437B4BD79AE0114E808B5CB03629) == 0x000014, "Member 'FF_SplineCollisionGenerationSettings::WallColor_30_A7F1437B4BD79AE0114E808B5CB03629' has a wrong offset!"); \ static_assert(offsetof(FF_SplineCollisionGenerationSettings, PhysicalMaterial_31_F26338BC47D3FF94302EC39AAF13E2DF) == 0x000028, "Member 'FF_SplineCollisionGenerationSettings::PhysicalMaterial_31_F26338BC47D3FF94302EC39AAF13E2DF' has a wrong offset!"); \ static_assert(offsetof(FF_SplineCollisionGenerationSettings, GenerateOverlapEvents_32_2EA8D769424B12F982B896B47514DE82) == 0x000030, "Member 'FF_SplineCollisionGenerationSettings::GenerateOverlapEvents_32_2EA8D769424B12F982B896B47514DE82' has a wrong offset!"); \ static_assert(offsetof(FF_SplineCollisionGenerationSettings, UseCollisionProfile_33_BC4C952C4BE800D1C1BC158F2A3C249B) == 0x000031, "Member 'FF_SplineCollisionGenerationSettings::UseCollisionProfile_33_BC4C952C4BE800D1C1BC158F2A3C249B' has a wrong offset!"); \ static_assert(offsetof(FF_SplineCollisionGenerationSettings, CollisionProfileName_38_15BDDBBA470F493070BDA48DFD90C12A) == 0x000034, "Member 'FF_SplineCollisionGenerationSettings::CollisionProfileName_38_15BDDBBA470F493070BDA48DFD90C12A' has a wrong offset!"); \ static_assert(offsetof(FF_SplineCollisionGenerationSettings, CollisionEnabled_35_59D5462441EA4F553E3410B65EA7DDFD) == 0x00003C, "Member 'FF_SplineCollisionGenerationSettings::CollisionEnabled_35_59D5462441EA4F553E3410B65EA7DDFD' has a wrong offset!"); \ static_assert(offsetof(FF_SplineCollisionGenerationSettings, ObjectType_36_CB6018094312FCBABB48F9B7126A0D0F) == 0x00003D, "Member 'FF_SplineCollisionGenerationSettings::ObjectType_36_CB6018094312FCBABB48F9B7126A0D0F' has a wrong offset!"); \ static_assert(offsetof(FF_SplineCollisionGenerationSettings, CollisionResponseOverrides_37_AEAF0B264365C6AC13918B8C63CF8695) == 0x000040, "Member 'FF_SplineCollisionGenerationSettings::CollisionResponseOverrides_37_AEAF0B264365C6AC13918B8C63CF8695' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Student_C_ExecuteUbergraph_ABP_Student \ static_assert(alignof(ABP_Student_C_ExecuteUbergraph_ABP_Student) == 0x000008, "Wrong alignment on ABP_Student_C_ExecuteUbergraph_ABP_Student"); \ static_assert(sizeof(ABP_Student_C_ExecuteUbergraph_ABP_Student) == 0x000080, "Wrong size on ABP_Student_C_ExecuteUbergraph_ABP_Student"); \ static_assert(offsetof(ABP_Student_C_ExecuteUbergraph_ABP_Student, EntryPoint) == 0x000000, "Member 'ABP_Student_C_ExecuteUbergraph_ABP_Student::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C_ExecuteUbergraph_ABP_Student, CallFunc_GetOwningActor_ReturnValue) == 0x000008, "Member 'ABP_Student_C_ExecuteUbergraph_ABP_Student::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C_ExecuteUbergraph_ABP_Student, K2Node_DynamicCast_AsBase_Character) == 0x000010, "Member 'ABP_Student_C_ExecuteUbergraph_ABP_Student::K2Node_DynamicCast_AsBase_Character' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C_ExecuteUbergraph_ABP_Student, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ABP_Student_C_ExecuteUbergraph_ABP_Student::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C_ExecuteUbergraph_ABP_Student, CallFunc_GetOwningActor_ReturnValue_1) == 0x000020, "Member 'ABP_Student_C_ExecuteUbergraph_ABP_Student::CallFunc_GetOwningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C_ExecuteUbergraph_ABP_Student, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABP_Student_C_ExecuteUbergraph_ABP_Student::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C_ExecuteUbergraph_ABP_Student, CallFunc_MakeVector_ReturnValue) == 0x000030, "Member 'ABP_Student_C_ExecuteUbergraph_ABP_Student::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C_ExecuteUbergraph_ABP_Student, CallFunc_GetOwningActor_ReturnValue_2) == 0x000040, "Member 'ABP_Student_C_ExecuteUbergraph_ABP_Student::CallFunc_GetOwningActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C_ExecuteUbergraph_ABP_Student, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000048, "Member 'ABP_Student_C_ExecuteUbergraph_ABP_Student::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C_ExecuteUbergraph_ABP_Student, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'ABP_Student_C_ExecuteUbergraph_ABP_Student::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C_ExecuteUbergraph_ABP_Student, CallFunc_GetOwningActor_ReturnValue_3) == 0x000058, "Member 'ABP_Student_C_ExecuteUbergraph_ABP_Student::CallFunc_GetOwningActor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C_ExecuteUbergraph_ABP_Student, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000060, "Member 'ABP_Student_C_ExecuteUbergraph_ABP_Student::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C_ExecuteUbergraph_ABP_Student, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000068, "Member 'ABP_Student_C_ExecuteUbergraph_ABP_Student::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C_ExecuteUbergraph_ABP_Student, CallFunc_GetAttackData_ReturnValue) == 0x000070, "Member 'ABP_Student_C_ExecuteUbergraph_ABP_Student::CallFunc_GetAttackData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C_ExecuteUbergraph_ABP_Student, CallFunc_HasChosenAttack_ReturnValue) == 0x000078, "Member 'ABP_Student_C_ExecuteUbergraph_ABP_Student::CallFunc_HasChosenAttack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C_ExecuteUbergraph_ABP_Student, K2Node_Event_DeltaTimeX) == 0x00007C, "Member 'ABP_Student_C_ExecuteUbergraph_ABP_Student::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Student_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_Student_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_Student_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_Student_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_Student_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_Student_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_Student_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Student_C_AnimGraph \ static_assert(alignof(ABP_Student_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Student_C_AnimGraph"); \ static_assert(sizeof(ABP_Student_C_AnimGraph) == 0x000010, "Wrong size on ABP_Student_C_AnimGraph"); \ static_assert(offsetof(ABP_Student_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Student_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Student_C \ static_assert(alignof(UABP_Student_C) == 0x000010, "Wrong alignment on UABP_Student_C"); \ static_assert(sizeof(UABP_Student_C) == 0x000CA0, "Wrong size on UABP_Student_C"); \ static_assert(offsetof(UABP_Student_C, UberGraphFrame) == 0x000690, "Member 'UABP_Student_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Student_C, AnimGraphNode_Root) == 0x000698, "Member 'UABP_Student_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Student_C, AnimGraphNode_AbilityAnimPlayer) == 0x0006C8, "Member 'UABP_Student_C::AnimGraphNode_AbilityAnimPlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_Student_C, AnimGraphNode_StateResult) == 0x000778, "Member 'UABP_Student_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_Student_C, AnimGraphNode_StateMachine) == 0x0007A8, "Member 'UABP_Student_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_Student_C, AnimGraphNode_RequestedLayerBlend) == 0x000860, "Member 'UABP_Student_C::AnimGraphNode_RequestedLayerBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_Student_C, AnimGraphNode_SubInstance) == 0x000910, "Member 'UABP_Student_C::AnimGraphNode_SubInstance' has a wrong offset!"); \ static_assert(offsetof(UABP_Student_C, AnimGraphNode_IKMasterNode) == 0x0009B0, "Member 'UABP_Student_C::AnimGraphNode_IKMasterNode' has a wrong offset!"); \ static_assert(offsetof(UABP_Student_C, AnimGraphNode_AvaInertialization) == 0x000B60, "Member 'UABP_Student_C::AnimGraphNode_AvaInertialization' has a wrong offset!"); \ static_assert(offsetof(UABP_Student_C, AnimGraphNode_LinkedAnimGraph) == 0x000BE0, "Member 'UABP_Student_C::AnimGraphNode_LinkedAnimGraph' has a wrong offset!"); \ static_assert(offsetof(UABP_Student_C, __CustomProperty_Alpha_F1978D8B4221F52E612EB48690FE99F8) == 0x000C80, "Member 'UABP_Student_C::__CustomProperty_Alpha_F1978D8B4221F52E612EB48690FE99F8' has a wrong offset!"); \ static_assert(offsetof(UABP_Student_C, AlwaysTrue) == 0x000C84, "Member 'UABP_Student_C::AlwaysTrue' has a wrong offset!"); \ static_assert(offsetof(UABP_Student_C, GazeTargetWS) == 0x000C88, "Member 'UABP_Student_C::GazeTargetWS' has a wrong offset!"); \ static_assert(offsetof(UABP_Student_C, GazeTargetWeight) == 0x000C94, "Member 'UABP_Student_C::GazeTargetWeight' has a wrong offset!"); \ static_assert(offsetof(UABP_Student_C, ShoulderFixupAlpha) == 0x000C98, "Member 'UABP_Student_C::ShoulderFixupAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI \ static_assert(alignof(BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI) == 0x000008, "Wrong alignment on BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI"); \ static_assert(sizeof(BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI) == 0x000058, "Wrong size on BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI"); \ static_assert(offsetof(BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI, EntryPoint) == 0x000000, "Member 'BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI, K2Node_Event_ActionState) == 0x000008, "Member 'BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI::K2Node_Event_ActionState' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI, CallFunc_Create_ReturnValue) == 0x000020, "Member 'BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI, K2Node_CustomEvent_TextButton) == 0x000028, "Member 'BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI::K2Node_CustomEvent_TextButton' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI, CallFunc_GetDbId_ReturnValue) == 0x000034, "Member 'BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI, CallFunc_IsValid_ReturnValue_1) == 0x00003C, "Member 'BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI, CallFunc_NotEqual_NameName_ReturnValue) == 0x00003D, "Member 'BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI, K2Node_Event_Time_1) == 0x000040, "Member 'BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI::K2Node_Event_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI, K2Node_Event_Cancelled) == 0x000044, "Member 'BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI::K2Node_Event_Cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI, K2Node_Event_IsScrubbing_1) == 0x000045, "Member 'BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI::K2Node_Event_IsScrubbing_1' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI, K2Node_Event_Time) == 0x000048, "Member 'BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI, K2Node_Event_IsScrubbing) == 0x00004C, "Member 'BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI, CallFunc_Create_ReturnValue_1) == 0x000050, "Member 'BP_VendorShopUI_C_ExecuteUbergraph_BP_VendorShopUI::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VendorShopUI_C_OnEnterInterval \ static_assert(alignof(BP_VendorShopUI_C_OnEnterInterval) == 0x000004, "Wrong alignment on BP_VendorShopUI_C_OnEnterInterval"); \ static_assert(sizeof(BP_VendorShopUI_C_OnEnterInterval) == 0x000008, "Wrong size on BP_VendorShopUI_C_OnEnterInterval"); \ static_assert(offsetof(BP_VendorShopUI_C_OnEnterInterval, Time) == 0x000000, "Member 'BP_VendorShopUI_C_OnEnterInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_OnEnterInterval, IsScrubbing) == 0x000004, "Member 'BP_VendorShopUI_C_OnEnterInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VendorShopUI_C_OnExitInterval \ static_assert(alignof(BP_VendorShopUI_C_OnExitInterval) == 0x000004, "Wrong alignment on BP_VendorShopUI_C_OnExitInterval"); \ static_assert(sizeof(BP_VendorShopUI_C_OnExitInterval) == 0x000008, "Wrong size on BP_VendorShopUI_C_OnExitInterval"); \ static_assert(offsetof(BP_VendorShopUI_C_OnExitInterval, Time) == 0x000000, "Member 'BP_VendorShopUI_C_OnExitInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_OnExitInterval, cancelled) == 0x000004, "Member 'BP_VendorShopUI_C_OnExitInterval::cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_OnExitInterval, IsScrubbing) == 0x000005, "Member 'BP_VendorShopUI_C_OnExitInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VendorShopUI_C_OnButtonClicked \ static_assert(alignof(BP_VendorShopUI_C_OnButtonClicked) == 0x000008, "Wrong alignment on BP_VendorShopUI_C_OnButtonClicked"); \ static_assert(sizeof(BP_VendorShopUI_C_OnButtonClicked) == 0x000008, "Wrong size on BP_VendorShopUI_C_OnButtonClicked"); \ static_assert(offsetof(BP_VendorShopUI_C_OnButtonClicked, TextButton) == 0x000000, "Member 'BP_VendorShopUI_C_OnButtonClicked::TextButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VendorShopUI_C_OnCreate \ static_assert(alignof(BP_VendorShopUI_C_OnCreate) == 0x000008, "Wrong alignment on BP_VendorShopUI_C_OnCreate"); \ static_assert(sizeof(BP_VendorShopUI_C_OnCreate) == 0x000008, "Wrong size on BP_VendorShopUI_C_OnCreate"); \ static_assert(offsetof(BP_VendorShopUI_C_OnCreate, ActionState) == 0x000000, "Member 'BP_VendorShopUI_C_OnCreate::ActionState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VendorShopUI_C_GetInteractActor \ static_assert(alignof(BP_VendorShopUI_C_GetInteractActor) == 0x000008, "Wrong alignment on BP_VendorShopUI_C_GetInteractActor"); \ static_assert(sizeof(BP_VendorShopUI_C_GetInteractActor) == 0x000038, "Wrong size on BP_VendorShopUI_C_GetInteractActor"); \ static_assert(offsetof(BP_VendorShopUI_C_GetInteractActor, CallFunc_MakeLiteralName_ReturnValue) == 0x000000, "Member 'BP_VendorShopUI_C_GetInteractActor::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_GetInteractActor, CallFunc_Get_ReturnValue) == 0x000008, "Member 'BP_VendorShopUI_C_GetInteractActor::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_GetInteractActor, CallFunc_GetPlayerPawn_ReturnValue) == 0x000010, "Member 'BP_VendorShopUI_C_GetInteractActor::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_GetInteractActor, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_VendorShopUI_C_GetInteractActor::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_GetInteractActor, CallFunc_GetValueAsObject_ReturnValue) == 0x000020, "Member 'BP_VendorShopUI_C_GetInteractActor::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_GetInteractActor, K2Node_DynamicCast_AsPawn) == 0x000028, "Member 'BP_VendorShopUI_C_GetInteractActor::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ static_assert(offsetof(BP_VendorShopUI_C_GetInteractActor, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_VendorShopUI_C_GetInteractActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_VendorShopUI_C \ static_assert(alignof(UBP_VendorShopUI_C) == 0x000008, "Wrong alignment on UBP_VendorShopUI_C"); \ static_assert(sizeof(UBP_VendorShopUI_C) == 0x0000C0, "Wrong size on UBP_VendorShopUI_C"); \ static_assert(offsetof(UBP_VendorShopUI_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_VendorShopUI_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_VendorShopUI_C, InteractionTarget) == 0x0000B0, "Member 'UBP_VendorShopUI_C::InteractionTarget' has a wrong offset!"); \ static_assert(offsetof(UBP_VendorShopUI_C, VendorWidget) == 0x0000B8, "Member 'UBP_VendorShopUI_C::VendorWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount \ static_assert(alignof(UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount) == 0x000008, "Wrong alignment on UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount"); \ static_assert(sizeof(UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount) == 0x000018, "Wrong size on UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount"); \ static_assert(offsetof(UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount, EntryPoint) == 0x000000, "Member 'UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount, K2Node_CustomEvent_CanDismount) == 0x000004, "Member 'UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount::K2Node_CustomEvent_CanDismount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount, K2Node_CustomEvent_CanFly) == 0x000005, "Member 'UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount::K2Node_CustomEvent_CanFly' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount, Temp_bool_Variable) == 0x000006, "Member 'UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount, Temp_byte_Variable) == 0x000007, "Member 'UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount, Temp_byte_Variable_1) == 0x000008, "Member 'UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount, K2Node_Event_Show) == 0x000009, "Member 'UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount, K2Node_Select_Default) == 0x00000A, "Member 'UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'UI_BP_NoDismount_C_ExecuteUbergraph_UI_BP_NoDismount::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NoDismount_C_HideNoDismount \ static_assert(alignof(UI_BP_NoDismount_C_HideNoDismount) == 0x000001, "Wrong alignment on UI_BP_NoDismount_C_HideNoDismount"); \ static_assert(sizeof(UI_BP_NoDismount_C_HideNoDismount) == 0x000002, "Wrong size on UI_BP_NoDismount_C_HideNoDismount"); \ static_assert(offsetof(UI_BP_NoDismount_C_HideNoDismount, CanDismount) == 0x000000, "Member 'UI_BP_NoDismount_C_HideNoDismount::CanDismount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_HideNoDismount, CanFly) == 0x000001, "Member 'UI_BP_NoDismount_C_HideNoDismount::CanFly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NoDismount_C_OnUseStateChanged \ static_assert(alignof(UI_BP_NoDismount_C_OnUseStateChanged) == 0x000001, "Wrong alignment on UI_BP_NoDismount_C_OnUseStateChanged"); \ static_assert(sizeof(UI_BP_NoDismount_C_OnUseStateChanged) == 0x000001, "Wrong size on UI_BP_NoDismount_C_OnUseStateChanged"); \ static_assert(offsetof(UI_BP_NoDismount_C_OnUseStateChanged, Show) == 0x000000, "Member 'UI_BP_NoDismount_C_OnUseStateChanged::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NoDismount_C_SetIconVisible \ static_assert(alignof(UI_BP_NoDismount_C_SetIconVisible) == 0x000001, "Wrong alignment on UI_BP_NoDismount_C_SetIconVisible"); \ static_assert(sizeof(UI_BP_NoDismount_C_SetIconVisible) == 0x00000A, "Wrong size on UI_BP_NoDismount_C_SetIconVisible"); \ static_assert(offsetof(UI_BP_NoDismount_C_SetIconVisible, CanDismount) == 0x000000, "Member 'UI_BP_NoDismount_C_SetIconVisible::CanDismount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_SetIconVisible, CanFly) == 0x000001, "Member 'UI_BP_NoDismount_C_SetIconVisible::CanFly' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_SetIconVisible, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_NoDismount_C_SetIconVisible::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_SetIconVisible, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_NoDismount_C_SetIconVisible::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_SetIconVisible, Temp_bool_Variable) == 0x000004, "Member 'UI_BP_NoDismount_C_SetIconVisible::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_SetIconVisible, Temp_byte_Variable_2) == 0x000005, "Member 'UI_BP_NoDismount_C_SetIconVisible::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_SetIconVisible, Temp_byte_Variable_3) == 0x000006, "Member 'UI_BP_NoDismount_C_SetIconVisible::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_SetIconVisible, Temp_bool_Variable_1) == 0x000007, "Member 'UI_BP_NoDismount_C_SetIconVisible::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_SetIconVisible, K2Node_Select_Default) == 0x000008, "Member 'UI_BP_NoDismount_C_SetIconVisible::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NoDismount_C_SetIconVisible, K2Node_Select_Default_1) == 0x000009, "Member 'UI_BP_NoDismount_C_SetIconVisible::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_NoDismount_C \ static_assert(alignof(UUI_BP_NoDismount_C) == 0x000008, "Wrong alignment on UUI_BP_NoDismount_C"); \ static_assert(sizeof(UUI_BP_NoDismount_C) == 0x000318, "Wrong size on UUI_BP_NoDismount_C"); \ static_assert(offsetof(UUI_BP_NoDismount_C, UberGraphFrame) == 0x0002F0, "Member 'UUI_BP_NoDismount_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NoDismount_C, fade) == 0x0002F8, "Member 'UUI_BP_NoDismount_C::fade' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NoDismount_C, NoDismount) == 0x000300, "Member 'UUI_BP_NoDismount_C::NoDismount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NoDismount_C, NoFly) == 0x000308, "Member 'UUI_BP_NoDismount_C::NoFly' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NoDismount_C, Root) == 0x000310, "Member 'UUI_BP_NoDismount_C::Root' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_FollowSplineInit_C_ExecuteUbergraph_BTT_FollowSplineInit \ static_assert(alignof(BTT_FollowSplineInit_C_ExecuteUbergraph_BTT_FollowSplineInit) == 0x000008, "Wrong alignment on BTT_FollowSplineInit_C_ExecuteUbergraph_BTT_FollowSplineInit"); \ static_assert(sizeof(BTT_FollowSplineInit_C_ExecuteUbergraph_BTT_FollowSplineInit) == 0x000020, "Wrong size on BTT_FollowSplineInit_C_ExecuteUbergraph_BTT_FollowSplineInit"); \ static_assert(offsetof(BTT_FollowSplineInit_C_ExecuteUbergraph_BTT_FollowSplineInit, EntryPoint) == 0x000000, "Member 'BTT_FollowSplineInit_C_ExecuteUbergraph_BTT_FollowSplineInit::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_FollowSplineInit_C_ExecuteUbergraph_BTT_FollowSplineInit, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_FollowSplineInit_C_ExecuteUbergraph_BTT_FollowSplineInit::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_FollowSplineInit_C_ExecuteUbergraph_BTT_FollowSplineInit, K2Node_DynamicCast_AsEnemy_Character) == 0x000010, "Member 'BTT_FollowSplineInit_C_ExecuteUbergraph_BTT_FollowSplineInit::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_FollowSplineInit_C_ExecuteUbergraph_BTT_FollowSplineInit, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_FollowSplineInit_C_ExecuteUbergraph_BTT_FollowSplineInit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_FollowSplineInit_C_ReceiveExecute \ static_assert(alignof(BTT_FollowSplineInit_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_FollowSplineInit_C_ReceiveExecute"); \ static_assert(sizeof(BTT_FollowSplineInit_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_FollowSplineInit_C_ReceiveExecute"); \ static_assert(offsetof(BTT_FollowSplineInit_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_FollowSplineInit_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_FollowSplineInit_C \ static_assert(alignof(UBTT_FollowSplineInit_C) == 0x000008, "Wrong alignment on UBTT_FollowSplineInit_C"); \ static_assert(sizeof(UBTT_FollowSplineInit_C) == 0x0000D0, "Wrong size on UBTT_FollowSplineInit_C"); \ static_assert(offsetof(UBTT_FollowSplineInit_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_FollowSplineInit_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_FollowSplineInit_C, MaxTime) == 0x0000B0, "Member 'UBTT_FollowSplineInit_C::MaxTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_FollowSplineInit_C, ElapsedTime) == 0x0000B4, "Member 'UBTT_FollowSplineInit_C::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_FollowSplineInit_C, PathNodeLocKeyName) == 0x0000B8, "Member 'UBTT_FollowSplineInit_C::PathNodeLocKeyName' has a wrong offset!"); \ static_assert(offsetof(UBTT_FollowSplineInit_C, PathNodeRadiusKeyName) == 0x0000C0, "Member 'UBTT_FollowSplineInit_C::PathNodeRadiusKeyName' has a wrong offset!"); \ static_assert(offsetof(UBTT_FollowSplineInit_C, StartTimer) == 0x0000C8, "Member 'UBTT_FollowSplineInit_C::StartTimer' has a wrong offset!"); \ static_assert(offsetof(UBTT_FollowSplineInit_C, Started) == 0x0000CC, "Member 'UBTT_FollowSplineInit_C::Started' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_StealLoop_C \ static_assert(alignof(UABL_StealLoop_C) == 0x000008, "Wrong alignment on UABL_StealLoop_C"); \ static_assert(sizeof(UABL_StealLoop_C) == 0x0000C8, "Wrong size on UABL_StealLoop_C"); \ #define DUMPER7_ASSERTS_BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc \ static_assert(alignof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc) == 0x000008, "Wrong alignment on BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc"); \ static_assert(sizeof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc) == 0x000088, "Wrong size on BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, EntryPoint) == 0x000000, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, K2Node_DynamicCast_AsNPC_Character) == 0x000020, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, CallFunc_GetMyLoc_ReturnValue) == 0x00003C, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::CallFunc_GetMyLoc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, CallFunc_NeedsStayInVolumeConstrain_ReturnValue) == 0x000048, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::CallFunc_NeedsStayInVolumeConstrain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000050, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000058, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, CallFunc_GetValueAsVector_ReturnValue) == 0x000060, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::CallFunc_GetValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, CallFunc_GetValueAsVector_ReturnValue_1) == 0x00006C, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::CallFunc_GetValueAsVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, CallFunc_MoveToLocation_ReturnValue) == 0x000078, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::CallFunc_MoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, CallFunc_NeedsStayInVolumeConstrain_ReturnValue_1) == 0x000079, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::CallFunc_NeedsStayInVolumeConstrain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, CallFunc_BooleanOR_ReturnValue) == 0x00007A, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, CallFunc_RandomFloatInRange_ReturnValue) == 0x00007C, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc, CallFunc_InitMoveToLocation_ReturnValue) == 0x000080, "Member 'BTT_MoveToLoc_C_ExecuteUbergraph_BTT_MoveToLoc::CallFunc_InitMoveToLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_MoveToLoc_C_ReceiveTick \ static_assert(alignof(BTT_MoveToLoc_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_MoveToLoc_C_ReceiveTick"); \ static_assert(sizeof(BTT_MoveToLoc_C_ReceiveTick) == 0x000010, "Wrong size on BTT_MoveToLoc_C_ReceiveTick"); \ static_assert(offsetof(BTT_MoveToLoc_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_MoveToLoc_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLoc_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_MoveToLoc_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_MoveToLoc_C_ReceiveExecute \ static_assert(alignof(BTT_MoveToLoc_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_MoveToLoc_C_ReceiveExecute"); \ static_assert(sizeof(BTT_MoveToLoc_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_MoveToLoc_C_ReceiveExecute"); \ static_assert(offsetof(BTT_MoveToLoc_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_MoveToLoc_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_MoveToLoc_C \ static_assert(alignof(UBTT_MoveToLoc_C) == 0x000008, "Wrong alignment on UBTT_MoveToLoc_C"); \ static_assert(sizeof(UBTT_MoveToLoc_C) == 0x0000D8, "Wrong size on UBTT_MoveToLoc_C"); \ static_assert(offsetof(UBTT_MoveToLoc_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_MoveToLoc_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToLoc_C, Controller) == 0x0000B0, "Member 'UBTT_MoveToLoc_C::Controller' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToLoc_C, LocationKeyName) == 0x0000B8, "Member 'UBTT_MoveToLoc_C::LocationKeyName' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToLoc_C, Mobility) == 0x0000C0, "Member 'UBTT_MoveToLoc_C::Mobility' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToLoc_C, FaceDirection) == 0x0000C1, "Member 'UBTT_MoveToLoc_C::FaceDirection' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToLoc_C, Interpollation) == 0x0000C4, "Member 'UBTT_MoveToLoc_C::Interpollation' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToLoc_C, OverrideMobility) == 0x0000C8, "Member 'UBTT_MoveToLoc_C::OverrideMobility' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToLoc_C, TimeoutMin) == 0x0000CC, "Member 'UBTT_MoveToLoc_C::TimeoutMin' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToLoc_C, TimeoutMax) == 0x0000D0, "Member 'UBTT_MoveToLoc_C::TimeoutMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_EnemyAI_OnFireMoveInit_C_ExecuteUbergraph_BTT_EnemyAI_OnFireMoveInit \ static_assert(alignof(BTT_EnemyAI_OnFireMoveInit_C_ExecuteUbergraph_BTT_EnemyAI_OnFireMoveInit) == 0x000008, "Wrong alignment on BTT_EnemyAI_OnFireMoveInit_C_ExecuteUbergraph_BTT_EnemyAI_OnFireMoveInit"); \ static_assert(sizeof(BTT_EnemyAI_OnFireMoveInit_C_ExecuteUbergraph_BTT_EnemyAI_OnFireMoveInit) == 0x000020, "Wrong size on BTT_EnemyAI_OnFireMoveInit_C_ExecuteUbergraph_BTT_EnemyAI_OnFireMoveInit"); \ static_assert(offsetof(BTT_EnemyAI_OnFireMoveInit_C_ExecuteUbergraph_BTT_EnemyAI_OnFireMoveInit, EntryPoint) == 0x000000, "Member 'BTT_EnemyAI_OnFireMoveInit_C_ExecuteUbergraph_BTT_EnemyAI_OnFireMoveInit::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_OnFireMoveInit_C_ExecuteUbergraph_BTT_EnemyAI_OnFireMoveInit, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_EnemyAI_OnFireMoveInit_C_ExecuteUbergraph_BTT_EnemyAI_OnFireMoveInit::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_OnFireMoveInit_C_ExecuteUbergraph_BTT_EnemyAI_OnFireMoveInit, K2Node_DynamicCast_AsNPC_Character) == 0x000010, "Member 'BTT_EnemyAI_OnFireMoveInit_C_ExecuteUbergraph_BTT_EnemyAI_OnFireMoveInit::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_OnFireMoveInit_C_ExecuteUbergraph_BTT_EnemyAI_OnFireMoveInit, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_EnemyAI_OnFireMoveInit_C_ExecuteUbergraph_BTT_EnemyAI_OnFireMoveInit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_OnFireMoveInit_C_ExecuteUbergraph_BTT_EnemyAI_OnFireMoveInit, CallFunc_InitMoveToOnFire_ReturnValue) == 0x000019, "Member 'BTT_EnemyAI_OnFireMoveInit_C_ExecuteUbergraph_BTT_EnemyAI_OnFireMoveInit::CallFunc_InitMoveToOnFire_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_EnemyAI_OnFireMoveInit_C_ReceiveExecute \ static_assert(alignof(BTT_EnemyAI_OnFireMoveInit_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_EnemyAI_OnFireMoveInit_C_ReceiveExecute"); \ static_assert(sizeof(BTT_EnemyAI_OnFireMoveInit_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_EnemyAI_OnFireMoveInit_C_ReceiveExecute"); \ static_assert(offsetof(BTT_EnemyAI_OnFireMoveInit_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_EnemyAI_OnFireMoveInit_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_EnemyAI_OnFireMoveInit_C \ static_assert(alignof(UBTT_EnemyAI_OnFireMoveInit_C) == 0x000008, "Wrong alignment on UBTT_EnemyAI_OnFireMoveInit_C"); \ static_assert(sizeof(UBTT_EnemyAI_OnFireMoveInit_C) == 0x0000B8, "Wrong size on UBTT_EnemyAI_OnFireMoveInit_C"); \ static_assert(offsetof(UBTT_EnemyAI_OnFireMoveInit_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_EnemyAI_OnFireMoveInit_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_EnemyAI_OnFireMoveInit_C, NPCComponent) == 0x0000B0, "Member 'UBTT_EnemyAI_OnFireMoveInit_C::NPCComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Falling_C_ExecuteUbergraph_ABL_Enemy_Falling \ static_assert(alignof(ABL_Enemy_Falling_C_ExecuteUbergraph_ABL_Enemy_Falling) == 0x000008, "Wrong alignment on ABL_Enemy_Falling_C_ExecuteUbergraph_ABL_Enemy_Falling"); \ static_assert(sizeof(ABL_Enemy_Falling_C_ExecuteUbergraph_ABL_Enemy_Falling) == 0x000010, "Wrong size on ABL_Enemy_Falling_C_ExecuteUbergraph_ABL_Enemy_Falling"); \ static_assert(offsetof(ABL_Enemy_Falling_C_ExecuteUbergraph_ABL_Enemy_Falling, EntryPoint) == 0x000000, "Member 'ABL_Enemy_Falling_C_ExecuteUbergraph_ABL_Enemy_Falling::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Falling_C_ExecuteUbergraph_ABL_Enemy_Falling, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_Falling_C_ExecuteUbergraph_ABL_Enemy_Falling::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Falling_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_Falling_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_Falling_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_Falling_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_Falling_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_Falling_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_Falling_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Falling_C \ static_assert(alignof(UABL_Enemy_Falling_C) == 0x000008, "Wrong alignment on UABL_Enemy_Falling_C"); \ static_assert(sizeof(UABL_Enemy_Falling_C) == 0x0000D0, "Wrong size on UABL_Enemy_Falling_C"); \ static_assert(offsetof(UABL_Enemy_Falling_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_Falling_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_ApproachAndJumpToClimb_C_ExecuteUbergraph_ABL_Enemy_ApproachAndJumpToClimb \ static_assert(alignof(ABL_Enemy_ApproachAndJumpToClimb_C_ExecuteUbergraph_ABL_Enemy_ApproachAndJumpToClimb) == 0x000008, "Wrong alignment on ABL_Enemy_ApproachAndJumpToClimb_C_ExecuteUbergraph_ABL_Enemy_ApproachAndJumpToClimb"); \ static_assert(sizeof(ABL_Enemy_ApproachAndJumpToClimb_C_ExecuteUbergraph_ABL_Enemy_ApproachAndJumpToClimb) == 0x000028, "Wrong size on ABL_Enemy_ApproachAndJumpToClimb_C_ExecuteUbergraph_ABL_Enemy_ApproachAndJumpToClimb"); \ static_assert(offsetof(ABL_Enemy_ApproachAndJumpToClimb_C_ExecuteUbergraph_ABL_Enemy_ApproachAndJumpToClimb, EntryPoint) == 0x000000, "Member 'ABL_Enemy_ApproachAndJumpToClimb_C_ExecuteUbergraph_ABL_Enemy_ApproachAndJumpToClimb::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ApproachAndJumpToClimb_C_ExecuteUbergraph_ABL_Enemy_ApproachAndJumpToClimb, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_ApproachAndJumpToClimb_C_ExecuteUbergraph_ABL_Enemy_ApproachAndJumpToClimb::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ApproachAndJumpToClimb_C_ExecuteUbergraph_ABL_Enemy_ApproachAndJumpToClimb, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Enemy_ApproachAndJumpToClimb_C_ExecuteUbergraph_ABL_Enemy_ApproachAndJumpToClimb::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ApproachAndJumpToClimb_C_ExecuteUbergraph_ABL_Enemy_ApproachAndJumpToClimb, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'ABL_Enemy_ApproachAndJumpToClimb_C_ExecuteUbergraph_ABL_Enemy_ApproachAndJumpToClimb::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ApproachAndJumpToClimb_C_ExecuteUbergraph_ABL_Enemy_ApproachAndJumpToClimb, CallFunc_IsAbilityActive_ReturnValue) == 0x000020, "Member 'ABL_Enemy_ApproachAndJumpToClimb_C_ExecuteUbergraph_ABL_Enemy_ApproachAndJumpToClimb::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ApproachAndJumpToClimb_C_ExecuteUbergraph_ABL_Enemy_ApproachAndJumpToClimb, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'ABL_Enemy_ApproachAndJumpToClimb_C_ExecuteUbergraph_ABL_Enemy_ApproachAndJumpToClimb::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_ApproachAndJumpToClimb_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Enemy_ApproachAndJumpToClimb_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Enemy_ApproachAndJumpToClimb_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Enemy_ApproachAndJumpToClimb_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Enemy_ApproachAndJumpToClimb_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Enemy_ApproachAndJumpToClimb_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Enemy_ApproachAndJumpToClimb_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_ApproachAndJumpToClimb_C_OnGetBranchAbility \ static_assert(alignof(ABL_Enemy_ApproachAndJumpToClimb_C_OnGetBranchAbility) == 0x000008, "Wrong alignment on ABL_Enemy_ApproachAndJumpToClimb_C_OnGetBranchAbility"); \ static_assert(sizeof(ABL_Enemy_ApproachAndJumpToClimb_C_OnGetBranchAbility) == 0x000030, "Wrong size on ABL_Enemy_ApproachAndJumpToClimb_C_OnGetBranchAbility"); \ static_assert(offsetof(ABL_Enemy_ApproachAndJumpToClimb_C_OnGetBranchAbility, Context) == 0x000000, "Member 'ABL_Enemy_ApproachAndJumpToClimb_C_OnGetBranchAbility::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ApproachAndJumpToClimb_C_OnGetBranchAbility, EventName) == 0x000008, "Member 'ABL_Enemy_ApproachAndJumpToClimb_C_OnGetBranchAbility::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ApproachAndJumpToClimb_C_OnGetBranchAbility, ReturnValue) == 0x000010, "Member 'ABL_Enemy_ApproachAndJumpToClimb_C_OnGetBranchAbility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ApproachAndJumpToClimb_C_OnGetBranchAbility, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Enemy_ApproachAndJumpToClimb_C_OnGetBranchAbility::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ApproachAndJumpToClimb_C_OnGetBranchAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'ABL_Enemy_ApproachAndJumpToClimb_C_OnGetBranchAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ApproachAndJumpToClimb_C_OnGetBranchAbility, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'ABL_Enemy_ApproachAndJumpToClimb_C_OnGetBranchAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_ApproachAndJumpToClimb_C \ static_assert(alignof(UABL_Enemy_ApproachAndJumpToClimb_C) == 0x000008, "Wrong alignment on UABL_Enemy_ApproachAndJumpToClimb_C"); \ static_assert(sizeof(UABL_Enemy_ApproachAndJumpToClimb_C) == 0x0000D8, "Wrong size on UABL_Enemy_ApproachAndJumpToClimb_C"); \ static_assert(offsetof(UABL_Enemy_ApproachAndJumpToClimb_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_ApproachAndJumpToClimb_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_Enemy_ApproachAndJumpToClimb_C, NewVar_0) == 0x0000D0, "Member 'UABL_Enemy_ApproachAndJumpToClimb_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Physics_TombProtector_Sword_C \ static_assert(alignof(ABP_Physics_TombProtector_Sword_C) == 0x000008, "Wrong alignment on ABP_Physics_TombProtector_Sword_C"); \ static_assert(sizeof(ABP_Physics_TombProtector_Sword_C) == 0x000410, "Wrong size on ABP_Physics_TombProtector_Sword_C"); \ static_assert(offsetof(ABP_Physics_TombProtector_Sword_C, DefaultSceneRoot) == 0x000408, "Member 'ABP_Physics_TombProtector_Sword_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ClimbLadder_SlideLand_C \ static_assert(alignof(UABL_ClimbLadder_SlideLand_C) == 0x000008, "Wrong alignment on UABL_ClimbLadder_SlideLand_C"); \ static_assert(sizeof(UABL_ClimbLadder_SlideLand_C) == 0x0000C8, "Wrong size on UABL_ClimbLadder_SlideLand_C"); \ #define DUMPER7_ASSERTS_BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint \ static_assert(alignof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint) == 0x000008, "Wrong alignment on BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint"); \ static_assert(sizeof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint) == 0x000090, "Wrong size on BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, EntryPoint) == 0x000000, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, CallFunc_GetAIController_ReturnValue) == 0x000028, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, CallFunc_GetMoveStatus_ReturnValue) == 0x000038, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::CallFunc_GetMoveStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00003C, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000048, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, CallFunc_GetFleeTargetPos_ReturnValue) == 0x00004C, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::CallFunc_GetFleeTargetPos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, CallFunc_FindLookAtRotation_ReturnValue) == 0x000058, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000068, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000070, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, CallFunc_GetFleeTargetPos_ReturnValue_1) == 0x000074, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::CallFunc_GetFleeTargetPos_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, CallFunc_MoveToLocation_ReturnValue) == 0x000080, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::CallFunc_MoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, CallFunc_GetBlackboardValueAsFloat_ReturnValue) == 0x000084, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::CallFunc_GetBlackboardValueAsFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint, CallFunc_InitMoveToFleePos_ReturnValue) == 0x000088, "Member 'BTT_MoveToFleePoint_C_ExecuteUbergraph_BTT_MoveToFleePoint::CallFunc_InitMoveToFleePos_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_MoveToFleePoint_C_ReceiveExecute \ static_assert(alignof(BTT_MoveToFleePoint_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_MoveToFleePoint_C_ReceiveExecute"); \ static_assert(sizeof(BTT_MoveToFleePoint_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_MoveToFleePoint_C_ReceiveExecute"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_MoveToFleePoint_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_MoveToFleePoint_C_ReceiveTick \ static_assert(alignof(BTT_MoveToFleePoint_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_MoveToFleePoint_C_ReceiveTick"); \ static_assert(sizeof(BTT_MoveToFleePoint_C_ReceiveTick) == 0x000010, "Wrong size on BTT_MoveToFleePoint_C_ReceiveTick"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_MoveToFleePoint_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToFleePoint_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_MoveToFleePoint_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_MoveToFleePoint_C \ static_assert(alignof(UBTT_MoveToFleePoint_C) == 0x000008, "Wrong alignment on UBTT_MoveToFleePoint_C"); \ static_assert(sizeof(UBTT_MoveToFleePoint_C) == 0x0000E8, "Wrong size on UBTT_MoveToFleePoint_C"); \ static_assert(offsetof(UBTT_MoveToFleePoint_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_MoveToFleePoint_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToFleePoint_C, LocKeyName) == 0x0000B0, "Member 'UBTT_MoveToFleePoint_C::LocKeyName' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToFleePoint_C, InterpSpeed) == 0x0000B8, "Member 'UBTT_MoveToFleePoint_C::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToFleePoint_C, TimeOutKey) == 0x0000C0, "Member 'UBTT_MoveToFleePoint_C::TimeOutKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapSanctuary_C_ExecuteUbergraph_UI_BP_MinimapSanctuary \ static_assert(alignof(UI_BP_MinimapSanctuary_C_ExecuteUbergraph_UI_BP_MinimapSanctuary) == 0x000004, "Wrong alignment on UI_BP_MinimapSanctuary_C_ExecuteUbergraph_UI_BP_MinimapSanctuary"); \ static_assert(sizeof(UI_BP_MinimapSanctuary_C_ExecuteUbergraph_UI_BP_MinimapSanctuary) == 0x00000C, "Wrong size on UI_BP_MinimapSanctuary_C_ExecuteUbergraph_UI_BP_MinimapSanctuary"); \ static_assert(offsetof(UI_BP_MinimapSanctuary_C_ExecuteUbergraph_UI_BP_MinimapSanctuary, EntryPoint) == 0x000000, "Member 'UI_BP_MinimapSanctuary_C_ExecuteUbergraph_UI_BP_MinimapSanctuary::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapSanctuary_C_ExecuteUbergraph_UI_BP_MinimapSanctuary, K2Node_Event_Opacity) == 0x000004, "Member 'UI_BP_MinimapSanctuary_C_ExecuteUbergraph_UI_BP_MinimapSanctuary::K2Node_Event_Opacity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapSanctuary_C_ExecuteUbergraph_UI_BP_MinimapSanctuary, K2Node_Event_Visibile) == 0x000008, "Member 'UI_BP_MinimapSanctuary_C_ExecuteUbergraph_UI_BP_MinimapSanctuary::K2Node_Event_Visibile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapSanctuary_C_ShowMap \ static_assert(alignof(UI_BP_MinimapSanctuary_C_ShowMap) == 0x000001, "Wrong alignment on UI_BP_MinimapSanctuary_C_ShowMap"); \ static_assert(sizeof(UI_BP_MinimapSanctuary_C_ShowMap) == 0x000001, "Wrong size on UI_BP_MinimapSanctuary_C_ShowMap"); \ static_assert(offsetof(UI_BP_MinimapSanctuary_C_ShowMap, Visibile) == 0x000000, "Member 'UI_BP_MinimapSanctuary_C_ShowMap::Visibile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapSanctuary_C_SetMapOpacity \ static_assert(alignof(UI_BP_MinimapSanctuary_C_SetMapOpacity) == 0x000004, "Wrong alignment on UI_BP_MinimapSanctuary_C_SetMapOpacity"); \ static_assert(sizeof(UI_BP_MinimapSanctuary_C_SetMapOpacity) == 0x000004, "Wrong size on UI_BP_MinimapSanctuary_C_SetMapOpacity"); \ static_assert(offsetof(UI_BP_MinimapSanctuary_C_SetMapOpacity, Opacity) == 0x000000, "Member 'UI_BP_MinimapSanctuary_C_SetMapOpacity::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MinimapSanctuary_C \ static_assert(alignof(UUI_BP_MinimapSanctuary_C) == 0x000008, "Wrong alignment on UUI_BP_MinimapSanctuary_C"); \ static_assert(sizeof(UUI_BP_MinimapSanctuary_C) == 0x000540, "Wrong size on UUI_BP_MinimapSanctuary_C"); \ static_assert(offsetof(UUI_BP_MinimapSanctuary_C, UberGraphFrame) == 0x000530, "Member 'UUI_BP_MinimapSanctuary_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MinimapSanctuary_C, MinimapBackground) == 0x000538, "Member 'UUI_BP_MinimapSanctuary_C::MinimapBackground' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation \ static_assert(alignof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation) == 0x000010, "Wrong alignment on BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation"); \ static_assert(sizeof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation) == 0x000280, "Wrong size on BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, EntryPoint) == 0x000000, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_DynamicCast_AsPawn) == 0x000010, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_CustomEvent_Caller) == 0x000020, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_CustomEvent_Caller_1) == 0x000028, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_GetClosestConnection_ReturnValue) == 0x000030, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_GetClosestConnection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_Event_OwnerActor_1) == 0x000038, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000040, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_DynamicCast_AsBiped_Player) == 0x000048, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_GetPlayerPawn_ReturnValue) == 0x000058, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_GetSocialActionChoicesBP_StationQueryData) == 0x000060, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_GetSocialActionChoicesBP_StationQueryData' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_GetSocialActionChoicesBP_ReturnValue) == 0x000070, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_GetSocialActionChoicesBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_MakeLiteralName_ReturnValue) == 0x000078, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_Greater_IntInt_ReturnValue) == 0x000080, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000084, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_GetBlackboardComponent_ReturnValue_1) == 0x000090, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_GetBlackboardComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_GetOwner_ReturnValue) == 0x000098, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_MakeLiteralName_ReturnValue_2) == 0x0000A0, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_GetTransform_ReturnValue) == 0x0000B0, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_BreakTransform_Location) == 0x0000E0, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_BreakTransform_Rotation) == 0x0000EC, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_BreakTransform_Scale) == 0x0000F8, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_GetBlackboardComponent_ReturnValue_2) == 0x000108, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_GetBlackboardComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x000110, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_GetActorOwner_ReturnValue) == 0x000120, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_MakeLiteralName_ReturnValue_3) == 0x000128, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_MakeLiteralName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_GetBlackboard_ReturnValue) == 0x000130, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_MakeLiteralName_ReturnValue_4) == 0x000138, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_MakeLiteralName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_GetValueAsInt_ReturnValue) == 0x000140, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_GetValueAsObject_ReturnValue) == 0x000148, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_MakeStruct_StationQueryData) == 0x000150, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_MakeStruct_StationQueryData' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_DynamicCast_AsStation_Component) == 0x000170, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_DynamicCast_AsStation_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_DynamicCast_bSuccess_2) == 0x000178, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x00017C, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_InitializeStationInteraction_ReturnValue) == 0x000180, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_InitializeStationInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_MakeStruct_StationQueryData_1) == 0x000184, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_MakeStruct_StationQueryData_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_MakeLiteralName_ReturnValue_5) == 0x0001A4, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_MakeLiteralName_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_GetValueAsObject_ReturnValue_1) == 0x0001B0, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_GetValueAsObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_MakeStruct_StationQueryData_2) == 0x0001B8, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_MakeStruct_StationQueryData_2' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_DynamicCast_AsStation) == 0x0001D8, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_DynamicCast_AsStation' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_DynamicCast_bSuccess_3) == 0x0001E0, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_GetComponentByClass_ReturnValue) == 0x0001E8, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_StationKnownByMailManagerBP_ReturnValue) == 0x0001F0, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_StationKnownByMailManagerBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_InitializeStationInteraction_ReturnValue_1) == 0x0001F4, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_InitializeStationInteraction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_StationKnownByMissionManagerBP_ReturnValue) == 0x0001F8, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_StationKnownByMissionManagerBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_GetActorOwner_ReturnValue_1) == 0x000200, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_DynamicCast_AsPawn_1) == 0x000208, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_DynamicCast_AsPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_DynamicCast_bSuccess_4) == 0x000210, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_InitializeStationInteraction_ReturnValue_2) == 0x000214, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_InitializeStationInteraction_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_CreateDelegate_OutputDelegate) == 0x000218, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_GetActorOwner_ReturnValue_2) == 0x000228, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_HermesBindEvent_Handle) == 0x000230, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000240, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_DynamicCast_bSuccess_5) == 0x000250, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000251, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, K2Node_CreateDelegate_OutputDelegate_1) == 0x000254, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation, CallFunc_HermesBindEvent_Handle_1) == 0x000268, "Member 'BTT_InteractWithStation_C_ExecuteUbergraph_BTT_InteractWithStation::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_C_ReceiveExecute \ static_assert(alignof(BTT_InteractWithStation_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_InteractWithStation_C_ReceiveExecute"); \ static_assert(sizeof(BTT_InteractWithStation_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_InteractWithStation_C_ReceiveExecute"); \ static_assert(offsetof(BTT_InteractWithStation_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_InteractWithStation_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_C_StationInteractionComplete \ static_assert(alignof(BTT_InteractWithStation_C_StationInteractionComplete) == 0x000008, "Wrong alignment on BTT_InteractWithStation_C_StationInteractionComplete"); \ static_assert(sizeof(BTT_InteractWithStation_C_StationInteractionComplete) == 0x000008, "Wrong size on BTT_InteractWithStation_C_StationInteractionComplete"); \ static_assert(offsetof(BTT_InteractWithStation_C_StationInteractionComplete, Caller) == 0x000000, "Member 'BTT_InteractWithStation_C_StationInteractionComplete::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_C_StationInteractionExit \ static_assert(alignof(BTT_InteractWithStation_C_StationInteractionExit) == 0x000008, "Wrong alignment on BTT_InteractWithStation_C_StationInteractionExit"); \ static_assert(sizeof(BTT_InteractWithStation_C_StationInteractionExit) == 0x000008, "Wrong size on BTT_InteractWithStation_C_StationInteractionExit"); \ static_assert(offsetof(BTT_InteractWithStation_C_StationInteractionExit, Caller) == 0x000000, "Member 'BTT_InteractWithStation_C_StationInteractionExit::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_C_ExitTask \ static_assert(alignof(BTT_InteractWithStation_C_ExitTask) == 0x000008, "Wrong alignment on BTT_InteractWithStation_C_ExitTask"); \ static_assert(sizeof(BTT_InteractWithStation_C_ExitTask) == 0x000008, "Wrong size on BTT_InteractWithStation_C_ExitTask"); \ static_assert(offsetof(BTT_InteractWithStation_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_InteractWithStation_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(BTT_InteractWithStation_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_InteractWithStation_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(BTT_InteractWithStation_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on BTT_InteractWithStation_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(BTT_InteractWithStation_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_InteractWithStation_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_InteractWithStation_C \ static_assert(alignof(UBTT_InteractWithStation_C) == 0x000008, "Wrong alignment on UBTT_InteractWithStation_C"); \ static_assert(sizeof(UBTT_InteractWithStation_C) == 0x000190, "Wrong size on UBTT_InteractWithStation_C"); \ static_assert(offsetof(UBTT_InteractWithStation_C, UberGraphFrame) == 0x000150, "Member 'UBTT_InteractWithStation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_C, StationComponent) == 0x000158, "Member 'UBTT_InteractWithStation_C::StationComponent' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_C, UIManager) == 0x000160, "Member 'UBTT_InteractWithStation_C::UIManager' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_C, Station_UI) == 0x000168, "Member 'UBTT_InteractWithStation_C::Station_UI' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_C, StationData) == 0x000170, "Member 'UBTT_InteractWithStation_C::StationData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ForceSpell_C \ static_assert(alignof(ABP_SkinFX_ForceSpell_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ForceSpell_C"); \ static_assert(sizeof(ABP_SkinFX_ForceSpell_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ForceSpell_C"); \ #define DUMPER7_ASSERTS_BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation \ static_assert(alignof(BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation) == 0x000008, "Wrong alignment on BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation"); \ static_assert(sizeof(BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation) == 0x0004F8, "Wrong size on BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation"); \ static_assert(offsetof(BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation, EntryPoint) == 0x000000, "Member 'BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation, K2Node_DynamicCast_AsNPC_Character) == 0x000018, "Member 'BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation, K2Node_Event_OwnerActor_1) == 0x000028, "Member 'BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation, K2Node_DynamicCast_AsNPC_Character_1) == 0x000030, "Member 'BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation::K2Node_DynamicCast_AsNPC_Character_1' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation, CallFunc_UpdateTetheredLoc_OutLoc) == 0x00003C, "Member 'BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation::CallFunc_UpdateTetheredLoc_OutLoc' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation, CallFunc_UpdateTetheredLoc_OutDone) == 0x000048, "Member 'BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation::CallFunc_UpdateTetheredLoc_OutDone' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation, CallFunc_UpdateTetheredLoc_ReturnValue) == 0x000049, "Member 'BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation::CallFunc_UpdateTetheredLoc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation, CallFunc_GetCharacterParams_ReturnValue) == 0x000050, "Member 'BTT_EnemyAI_GetRandomLocation_C_ExecuteUbergraph_BTT_EnemyAI_GetRandomLocation::CallFunc_GetCharacterParams_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_EnemyAI_GetRandomLocation_C_ReceiveTick \ static_assert(alignof(BTT_EnemyAI_GetRandomLocation_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_EnemyAI_GetRandomLocation_C_ReceiveTick"); \ static_assert(sizeof(BTT_EnemyAI_GetRandomLocation_C_ReceiveTick) == 0x000010, "Wrong size on BTT_EnemyAI_GetRandomLocation_C_ReceiveTick"); \ static_assert(offsetof(BTT_EnemyAI_GetRandomLocation_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_EnemyAI_GetRandomLocation_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_EnemyAI_GetRandomLocation_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_EnemyAI_GetRandomLocation_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_EnemyAI_GetRandomLocation_C_ReceiveExecute \ static_assert(alignof(BTT_EnemyAI_GetRandomLocation_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_EnemyAI_GetRandomLocation_C_ReceiveExecute"); \ static_assert(sizeof(BTT_EnemyAI_GetRandomLocation_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_EnemyAI_GetRandomLocation_C_ReceiveExecute"); \ static_assert(offsetof(BTT_EnemyAI_GetRandomLocation_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_EnemyAI_GetRandomLocation_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_EnemyAI_GetRandomLocation_C \ static_assert(alignof(UBTT_EnemyAI_GetRandomLocation_C) == 0x000008, "Wrong alignment on UBTT_EnemyAI_GetRandomLocation_C"); \ static_assert(sizeof(UBTT_EnemyAI_GetRandomLocation_C) == 0x0000D8, "Wrong size on UBTT_EnemyAI_GetRandomLocation_C"); \ static_assert(offsetof(UBTT_EnemyAI_GetRandomLocation_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_EnemyAI_GetRandomLocation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_EnemyAI_GetRandomLocation_C, ApplyTether) == 0x0000B0, "Member 'UBTT_EnemyAI_GetRandomLocation_C::ApplyTether' has a wrong offset!"); \ static_assert(offsetof(UBTT_EnemyAI_GetRandomLocation_C, OverrideCharacterTetherTypeAnd_Dist) == 0x0000B1, "Member 'UBTT_EnemyAI_GetRandomLocation_C::OverrideCharacterTetherTypeAnd_Dist' has a wrong offset!"); \ static_assert(offsetof(UBTT_EnemyAI_GetRandomLocation_C, TetherDistOverride) == 0x0000B4, "Member 'UBTT_EnemyAI_GetRandomLocation_C::TetherDistOverride' has a wrong offset!"); \ static_assert(offsetof(UBTT_EnemyAI_GetRandomLocation_C, TetherTypeOveride) == 0x0000B8, "Member 'UBTT_EnemyAI_GetRandomLocation_C::TetherTypeOveride' has a wrong offset!"); \ static_assert(offsetof(UBTT_EnemyAI_GetRandomLocation_C, NPCComponent) == 0x0000C0, "Member 'UBTT_EnemyAI_GetRandomLocation_C::NPCComponent' has a wrong offset!"); \ static_assert(offsetof(UBTT_EnemyAI_GetRandomLocation_C, StartVec) == 0x0000C8, "Member 'UBTT_EnemyAI_GetRandomLocation_C::StartVec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner \ static_assert(alignof(UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner) == 0x000008, "Wrong alignment on UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner"); \ static_assert(sizeof(UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner) == 0x000078, "Wrong size on UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner, EntryPoint) == 0x000000, "Member 'UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner, K2Node_CustomEvent_UpdateType) == 0x000004, "Member 'UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner::K2Node_CustomEvent_UpdateType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner, K2Node_CustomEvent_MissionTitle) == 0x000008, "Member 'UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner::K2Node_CustomEvent_MissionTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner, K2Node_CustomEvent_MissionName) == 0x000018, "Member 'UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner::K2Node_CustomEvent_MissionName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner, K2Node_CustomEvent_MissionIcon) == 0x000028, "Member 'UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner::K2Node_CustomEvent_MissionIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner, K2Node_CustomEvent_LoadedTexture) == 0x000038, "Member 'UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner::K2Node_CustomEvent_LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner, K2Node_CustomEvent_CallbackParam) == 0x000040, "Member 'UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner::K2Node_CustomEvent_CallbackParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner, CallFunc_PlayAnimation_ReturnValue) == 0x000048, "Member 'UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner, K2Node_CreateDelegate_OutputDelegate) == 0x000050, "Member 'UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner, K2Node_SwitchEnum_CmpSuccess) == 0x000060, "Member 'UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner, CallFunc_AsyncFindIconTexWithCallback_ReturnValue) == 0x000061, "Member 'UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner::CallFunc_AsyncFindIconTexWithCallback_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner, K2Node_CreateDelegate_OutputDelegate_1) == 0x000064, "Member 'UI_BP_MissionCompleteBanner_C_ExecuteUbergraph_UI_BP_MissionCompleteBanner::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionCompleteBanner_C_IconLoaded \ static_assert(alignof(UI_BP_MissionCompleteBanner_C_IconLoaded) == 0x000008, "Wrong alignment on UI_BP_MissionCompleteBanner_C_IconLoaded"); \ static_assert(sizeof(UI_BP_MissionCompleteBanner_C_IconLoaded) == 0x000010, "Wrong size on UI_BP_MissionCompleteBanner_C_IconLoaded"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_IconLoaded, LoadedTexture) == 0x000000, "Member 'UI_BP_MissionCompleteBanner_C_IconLoaded::LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_IconLoaded, CallbackParam) == 0x000008, "Member 'UI_BP_MissionCompleteBanner_C_IconLoaded::CallbackParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionCompleteBanner_C_ShowMissionComplete \ static_assert(alignof(UI_BP_MissionCompleteBanner_C_ShowMissionComplete) == 0x000008, "Wrong alignment on UI_BP_MissionCompleteBanner_C_ShowMissionComplete"); \ static_assert(sizeof(UI_BP_MissionCompleteBanner_C_ShowMissionComplete) == 0x000038, "Wrong size on UI_BP_MissionCompleteBanner_C_ShowMissionComplete"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_ShowMissionComplete, updateType) == 0x000000, "Member 'UI_BP_MissionCompleteBanner_C_ShowMissionComplete::updateType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_ShowMissionComplete, MissionTitle) == 0x000008, "Member 'UI_BP_MissionCompleteBanner_C_ShowMissionComplete::MissionTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_ShowMissionComplete, MissionName_0) == 0x000018, "Member 'UI_BP_MissionCompleteBanner_C_ShowMissionComplete::MissionName_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_ShowMissionComplete, MissionIcon) == 0x000028, "Member 'UI_BP_MissionCompleteBanner_C_ShowMissionComplete::MissionIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionCompleteBanner_C_HideMissionComplete \ static_assert(alignof(UI_BP_MissionCompleteBanner_C_HideMissionComplete) == 0x000008, "Wrong alignment on UI_BP_MissionCompleteBanner_C_HideMissionComplete"); \ static_assert(sizeof(UI_BP_MissionCompleteBanner_C_HideMissionComplete) == 0x000008, "Wrong size on UI_BP_MissionCompleteBanner_C_HideMissionComplete"); \ static_assert(offsetof(UI_BP_MissionCompleteBanner_C_HideMissionComplete, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_MissionCompleteBanner_C_HideMissionComplete::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MissionCompleteBanner_C \ static_assert(alignof(UUI_BP_MissionCompleteBanner_C) == 0x000008, "Wrong alignment on UUI_BP_MissionCompleteBanner_C"); \ static_assert(sizeof(UUI_BP_MissionCompleteBanner_C) == 0x0002B8, "Wrong size on UUI_BP_MissionCompleteBanner_C"); \ static_assert(offsetof(UUI_BP_MissionCompleteBanner_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_MissionCompleteBanner_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionCompleteBanner_C, HideMissionComplete_Anim) == 0x000270, "Member 'UUI_BP_MissionCompleteBanner_C::HideMissionComplete_Anim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionCompleteBanner_C, ShowMissionComplete_Anim) == 0x000278, "Member 'UUI_BP_MissionCompleteBanner_C::ShowMissionComplete_Anim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionCompleteBanner_C, CompleteMissionName) == 0x000280, "Member 'UUI_BP_MissionCompleteBanner_C::CompleteMissionName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionCompleteBanner_C, CompleteTitle) == 0x000288, "Member 'UUI_BP_MissionCompleteBanner_C::CompleteTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionCompleteBanner_C, MissionCompleteIcon) == 0x000290, "Member 'UUI_BP_MissionCompleteBanner_C::MissionCompleteIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionCompleteBanner_C, WinCloud) == 0x000298, "Member 'UUI_BP_MissionCompleteBanner_C::WinCloud' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionCompleteBanner_C, BannerUpdateType) == 0x0002A0, "Member 'UUI_BP_MissionCompleteBanner_C::BannerUpdateType' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionCompleteBanner_C, MissionName) == 0x0002A8, "Member 'UUI_BP_MissionCompleteBanner_C::MissionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera \ static_assert(alignof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera) == 0x000008, "Wrong alignment on BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera"); \ static_assert(sizeof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera) == 0x000048, "Wrong size on BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera, EntryPoint) == 0x000000, "Member 'BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera, CallFunc_TransitionToCameraForSlot_Result) == 0x000004, "Member 'BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera::CallFunc_TransitionToCameraForSlot_Result' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera, K2Node_Event_Time_1) == 0x000018, "Member 'BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera::K2Node_Event_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera, K2Node_Event_IsScrubbing_1) == 0x00001C, "Member 'BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera::K2Node_Event_IsScrubbing_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera, CallFunc_HermesBindEvent_Handle) == 0x000020, "Member 'BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera, K2Node_Event_Time) == 0x000030, "Member 'BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera, K2Node_Event_Cancelled) == 0x000034, "Member 'BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera::K2Node_Event_Cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera, K2Node_Event_IsScrubbing) == 0x000035, "Member 'BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera, CallFunc_IsInEditor_ReturnValue) == 0x000036, "Member 'BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera::CallFunc_IsInEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera, K2Node_CustomEvent_Caller) == 0x000038, "Member 'BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera, CallFunc_TransitionToCameraForSlot_Result_1) == 0x000040, "Member 'BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera::CallFunc_TransitionToCameraForSlot_Result_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera, CallFunc_GetLastPreviewedGearSlot_ReturnValue) == 0x000041, "Member 'BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera::CallFunc_GetLastPreviewedGearSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera, CallFunc_GetLastPreviewedGearSlot_ReturnValue_1) == 0x000042, "Member 'BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera::CallFunc_GetLastPreviewedGearSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera, CallFunc_TransitionToCameraForSlot_Result_2) == 0x000043, "Member 'BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera::CallFunc_TransitionToCameraForSlot_Result_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera, CallFunc_TransitionToCameraForSlot_Result_3) == 0x000044, "Member 'BP_SceneAction_GearPreview_Camera_C_ExecuteUbergraph_BP_SceneAction_GearPreview_Camera::CallFunc_TransitionToCameraForSlot_Result_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_GearPreview_Camera_C_UpdateVendorPreviewGearCamera \ static_assert(alignof(BP_SceneAction_GearPreview_Camera_C_UpdateVendorPreviewGearCamera) == 0x000008, "Wrong alignment on BP_SceneAction_GearPreview_Camera_C_UpdateVendorPreviewGearCamera"); \ static_assert(sizeof(BP_SceneAction_GearPreview_Camera_C_UpdateVendorPreviewGearCamera) == 0x000008, "Wrong size on BP_SceneAction_GearPreview_Camera_C_UpdateVendorPreviewGearCamera"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_UpdateVendorPreviewGearCamera, Caller) == 0x000000, "Member 'BP_SceneAction_GearPreview_Camera_C_UpdateVendorPreviewGearCamera::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_GearPreview_Camera_C_OnExitInterval \ static_assert(alignof(BP_SceneAction_GearPreview_Camera_C_OnExitInterval) == 0x000004, "Wrong alignment on BP_SceneAction_GearPreview_Camera_C_OnExitInterval"); \ static_assert(sizeof(BP_SceneAction_GearPreview_Camera_C_OnExitInterval) == 0x000008, "Wrong size on BP_SceneAction_GearPreview_Camera_C_OnExitInterval"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_OnExitInterval, Time) == 0x000000, "Member 'BP_SceneAction_GearPreview_Camera_C_OnExitInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_OnExitInterval, cancelled) == 0x000004, "Member 'BP_SceneAction_GearPreview_Camera_C_OnExitInterval::cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_OnExitInterval, IsScrubbing) == 0x000005, "Member 'BP_SceneAction_GearPreview_Camera_C_OnExitInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_GearPreview_Camera_C_OnEnterInterval \ static_assert(alignof(BP_SceneAction_GearPreview_Camera_C_OnEnterInterval) == 0x000004, "Wrong alignment on BP_SceneAction_GearPreview_Camera_C_OnEnterInterval"); \ static_assert(sizeof(BP_SceneAction_GearPreview_Camera_C_OnEnterInterval) == 0x000008, "Wrong size on BP_SceneAction_GearPreview_Camera_C_OnEnterInterval"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_OnEnterInterval, Time) == 0x000000, "Member 'BP_SceneAction_GearPreview_Camera_C_OnEnterInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_OnEnterInterval, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_GearPreview_Camera_C_OnEnterInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot \ static_assert(alignof(BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot) == 0x000008, "Wrong alignment on BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot"); \ static_assert(sizeof(BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot) == 0x000058, "Wrong size on BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot, GearSlot) == 0x000000, "Member 'BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot::GearSlot' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot, Duration) == 0x000004, "Member 'BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot::Duration' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot, Result) == 0x000008, "Member 'BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot::Result' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot, CallFunc_GetContext_ReturnValue) == 0x000010, "Member 'BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot::CallFunc_GetContext_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot, CallFunc_GetContext_ReturnValue_1) == 0x000018, "Member 'BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot::CallFunc_GetContext_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot, CallFunc_GetActor_ReturnValue) == 0x000020, "Member 'BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot::CallFunc_GetActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot, CallFunc_Map_Find_Value) == 0x000028, "Member 'BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot, CallFunc_Map_Find_ReturnValue) == 0x000030, "Member 'BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot, K2Node_DynamicCast_AsCamera_Stack_Transition_Controller) == 0x000038, "Member 'BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot::K2Node_DynamicCast_AsCamera_Stack_Transition_Controller' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot, CallFunc_GetActor_ReturnValue_1) == 0x000048, "Member 'BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot::CallFunc_GetActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BP_SceneAction_GearPreview_Camera_C_TransitionToCameraForSlot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SceneAction_GearPreview_Camera_C \ static_assert(alignof(UBP_SceneAction_GearPreview_Camera_C) == 0x000008, "Wrong alignment on UBP_SceneAction_GearPreview_Camera_C"); \ static_assert(sizeof(UBP_SceneAction_GearPreview_Camera_C) == 0x000120, "Wrong size on UBP_SceneAction_GearPreview_Camera_C"); \ static_assert(offsetof(UBP_SceneAction_GearPreview_Camera_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_SceneAction_GearPreview_Camera_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_GearPreview_Camera_C, CameraTransitionController) == 0x0000B0, "Member 'UBP_SceneAction_GearPreview_Camera_C::CameraTransitionController' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_GearPreview_Camera_C, GearSlotCameras) == 0x0000B8, "Member 'UBP_SceneAction_GearPreview_Camera_C::GearSlotCameras' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_GearPreview_Camera_C, TransitionDuration) == 0x000108, "Member 'UBP_SceneAction_GearPreview_Camera_C::TransitionDuration' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_GearPreview_Camera_C, Handle) == 0x000110, "Member 'UBP_SceneAction_GearPreview_Camera_C::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse \ static_assert(alignof(BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse) == 0x000008, "Wrong alignment on BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse"); \ static_assert(sizeof(BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse) == 0x000068, "Wrong size on BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse"); \ static_assert(offsetof(BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse, EntryPoint) == 0x000000, "Member 'BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000010, "Member 'BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse, CallFunc_GetReasoner_ReturnValue) == 0x000020, "Member 'BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse::CallFunc_GetReasoner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse, K2Node_DynamicCast_AsScheduled_Entity) == 0x000028, "Member 'BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse::K2Node_DynamicCast_AsScheduled_Entity' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse, K2Node_Event_OwnerActor) == 0x000038, "Member 'BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse, K2Node_DynamicCast_AsSocial_Reasoning_1) == 0x000040, "Member 'BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse::K2Node_DynamicCast_AsSocial_Reasoning_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse, CallFunc_GetReasoner_ReturnValue_1) == 0x000050, "Member 'BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse::CallFunc_GetReasoner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse, K2Node_DynamicCast_AsScheduled_Entity_1) == 0x000058, "Member 'BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse::K2Node_DynamicCast_AsScheduled_Entity_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse, K2Node_DynamicCast_bSuccess_3) == 0x000060, "Member 'BTT_SchedulePerformTaskStationUse_C_ExecuteUbergraph_BTT_SchedulePerformTaskStationUse::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SchedulePerformTaskStationUse_C_ExitTask \ static_assert(alignof(BTT_SchedulePerformTaskStationUse_C_ExitTask) == 0x000008, "Wrong alignment on BTT_SchedulePerformTaskStationUse_C_ExitTask"); \ static_assert(sizeof(BTT_SchedulePerformTaskStationUse_C_ExitTask) == 0x000008, "Wrong size on BTT_SchedulePerformTaskStationUse_C_ExitTask"); \ static_assert(offsetof(BTT_SchedulePerformTaskStationUse_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_SchedulePerformTaskStationUse_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SchedulePerformTaskStationUse_C_ReceiveExecute \ static_assert(alignof(BTT_SchedulePerformTaskStationUse_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_SchedulePerformTaskStationUse_C_ReceiveExecute"); \ static_assert(sizeof(BTT_SchedulePerformTaskStationUse_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_SchedulePerformTaskStationUse_C_ReceiveExecute"); \ static_assert(offsetof(BTT_SchedulePerformTaskStationUse_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_SchedulePerformTaskStationUse_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SchedulePerformTaskStationUse_C \ static_assert(alignof(UBTT_SchedulePerformTaskStationUse_C) == 0x000008, "Wrong alignment on UBTT_SchedulePerformTaskStationUse_C"); \ static_assert(sizeof(UBTT_SchedulePerformTaskStationUse_C) == 0x0000F0, "Wrong size on UBTT_SchedulePerformTaskStationUse_C"); \ static_assert(offsetof(UBTT_SchedulePerformTaskStationUse_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_SchedulePerformTaskStationUse_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_SchedulePerformTaskStationUse_C, Social_Reasoning) == 0x0000D8, "Member 'UBTT_SchedulePerformTaskStationUse_C::Social_Reasoning' has a wrong offset!"); \ static_assert(offsetof(UBTT_SchedulePerformTaskStationUse_C, Time_Available) == 0x0000E0, "Member 'UBTT_SchedulePerformTaskStationUse_C::Time_Available' has a wrong offset!"); \ static_assert(offsetof(UBTT_SchedulePerformTaskStationUse_C, Min_Time_Available) == 0x0000E4, "Member 'UBTT_SchedulePerformTaskStationUse_C::Min_Time_Available' has a wrong offset!"); \ static_assert(offsetof(UBTT_SchedulePerformTaskStationUse_C, Max_Time_Available) == 0x0000E8, "Member 'UBTT_SchedulePerformTaskStationUse_C::Max_Time_Available' has a wrong offset!"); \ static_assert(offsetof(UBTT_SchedulePerformTaskStationUse_C, NodeActive) == 0x0000EC, "Member 'UBTT_SchedulePerformTaskStationUse_C::NodeActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Transform_LandFailed_C \ static_assert(alignof(UABL_Transform_LandFailed_C) == 0x000008, "Wrong alignment on UABL_Transform_LandFailed_C"); \ static_assert(sizeof(UABL_Transform_LandFailed_C) == 0x0000E0, "Wrong size on UABL_Transform_LandFailed_C"); \ #define DUMPER7_ASSERTS_BTT_ScheduleAtDesk_C_ExecuteUbergraph_BTT_ScheduleAtDesk \ static_assert(alignof(BTT_ScheduleAtDesk_C_ExecuteUbergraph_BTT_ScheduleAtDesk) == 0x000008, "Wrong alignment on BTT_ScheduleAtDesk_C_ExecuteUbergraph_BTT_ScheduleAtDesk"); \ static_assert(sizeof(BTT_ScheduleAtDesk_C_ExecuteUbergraph_BTT_ScheduleAtDesk) == 0x000018, "Wrong size on BTT_ScheduleAtDesk_C_ExecuteUbergraph_BTT_ScheduleAtDesk"); \ static_assert(offsetof(BTT_ScheduleAtDesk_C_ExecuteUbergraph_BTT_ScheduleAtDesk, EntryPoint) == 0x000000, "Member 'BTT_ScheduleAtDesk_C_ExecuteUbergraph_BTT_ScheduleAtDesk::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleAtDesk_C_ExecuteUbergraph_BTT_ScheduleAtDesk, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_ScheduleAtDesk_C_ExecuteUbergraph_BTT_ScheduleAtDesk::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleAtDesk_C_ExecuteUbergraph_BTT_ScheduleAtDesk, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_ScheduleAtDesk_C_ExecuteUbergraph_BTT_ScheduleAtDesk::K2Node_Event_OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleAtDesk_C_ExitTask \ static_assert(alignof(BTT_ScheduleAtDesk_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleAtDesk_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleAtDesk_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleAtDesk_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleAtDesk_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleAtDesk_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleAtDesk_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleAtDesk_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleAtDesk_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleAtDesk_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleAtDesk_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleAtDesk_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleAtDesk_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleAtDesk_C \ static_assert(alignof(UBTT_ScheduleAtDesk_C) == 0x000008, "Wrong alignment on UBTT_ScheduleAtDesk_C"); \ static_assert(sizeof(UBTT_ScheduleAtDesk_C) == 0x0000D8, "Wrong size on UBTT_ScheduleAtDesk_C"); \ static_assert(offsetof(UBTT_ScheduleAtDesk_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleAtDesk_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation \ static_assert(alignof(BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation) == 0x000008, "Wrong alignment on BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation"); \ static_assert(sizeof(BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation) == 0x000040, "Wrong size on BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation"); \ static_assert(offsetof(BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation, EntryPoint) == 0x000000, "Member 'BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000018, "Member 'BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation, K2Node_Event_OwnerActor) == 0x000028, "Member 'BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation, CallFunc_Get_ReturnValue) == 0x000030, "Member 'BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation, CallFunc_GetSimulatedSecondMultiplier_ReturnValue) == 0x000038, "Member 'BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation::CallFunc_GetSimulatedSecondMultiplier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'BTT_Schedule_PatrolNoStation_C_ExecuteUbergraph_BTT_Schedule_PatrolNoStation::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Schedule_PatrolNoStation_C_ExitTask \ static_assert(alignof(BTT_Schedule_PatrolNoStation_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Schedule_PatrolNoStation_C_ExitTask"); \ static_assert(sizeof(BTT_Schedule_PatrolNoStation_C_ExitTask) == 0x000008, "Wrong size on BTT_Schedule_PatrolNoStation_C_ExitTask"); \ static_assert(offsetof(BTT_Schedule_PatrolNoStation_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Schedule_PatrolNoStation_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Schedule_PatrolNoStation_C_ReceiveExecute \ static_assert(alignof(BTT_Schedule_PatrolNoStation_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Schedule_PatrolNoStation_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Schedule_PatrolNoStation_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Schedule_PatrolNoStation_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Schedule_PatrolNoStation_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Schedule_PatrolNoStation_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Schedule_PatrolNoStation_C \ static_assert(alignof(UBTT_Schedule_PatrolNoStation_C) == 0x000008, "Wrong alignment on UBTT_Schedule_PatrolNoStation_C"); \ static_assert(sizeof(UBTT_Schedule_PatrolNoStation_C) == 0x0000E0, "Wrong size on UBTT_Schedule_PatrolNoStation_C"); \ static_assert(offsetof(UBTT_Schedule_PatrolNoStation_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_Schedule_PatrolNoStation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Schedule_PatrolNoStation_C, SocialReasoning) == 0x0000D8, "Member 'UBTT_Schedule_PatrolNoStation_C::SocialReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire \ static_assert(alignof(ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire) == 0x000008, "Wrong alignment on ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire"); \ static_assert(sizeof(ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire) == 0x000040, "Wrong size on ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire"); \ static_assert(offsetof(ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire, EntryPoint) == 0x000000, "Member 'ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire, K2Node_Event_Context) == 0x000008, "Member 'ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire, CallFunc_GetSelfActor_ReturnValue) == 0x000028, "Member 'ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire, K2Node_Event_Context_1) == 0x000030, "Member 'ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire, CallFunc_PostDialogueEvent_ReturnValue) == 0x000038, "Member 'ABL_ProtegoParry_DragonFire_C_ExecuteUbergraph_ABL_ProtegoParry_DragonFire::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ProtegoParry_DragonFire_C_OnAbilityBranch \ static_assert(alignof(ABL_ProtegoParry_DragonFire_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_ProtegoParry_DragonFire_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_ProtegoParry_DragonFire_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_ProtegoParry_DragonFire_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_ProtegoParry_DragonFire_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_ProtegoParry_DragonFire_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ProtegoParry_DragonFire_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_ProtegoParry_DragonFire_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ProtegoParry_DragonFire_C_OnAbilityInterrupt \ static_assert(alignof(ABL_ProtegoParry_DragonFire_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_ProtegoParry_DragonFire_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_ProtegoParry_DragonFire_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_ProtegoParry_DragonFire_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_ProtegoParry_DragonFire_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_ProtegoParry_DragonFire_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ProtegoParry_DragonFire_C_OnAbilityEnd \ static_assert(alignof(ABL_ProtegoParry_DragonFire_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_ProtegoParry_DragonFire_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_ProtegoParry_DragonFire_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_ProtegoParry_DragonFire_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_ProtegoParry_DragonFire_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_ProtegoParry_DragonFire_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ProtegoParry_DragonFire_C_OnAbilityStart \ static_assert(alignof(ABL_ProtegoParry_DragonFire_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ProtegoParry_DragonFire_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ProtegoParry_DragonFire_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ProtegoParry_DragonFire_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ProtegoParry_DragonFire_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ProtegoParry_DragonFire_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ProtegoParry_DragonFire_C \ static_assert(alignof(UABL_ProtegoParry_DragonFire_C) == 0x000008, "Wrong alignment on UABL_ProtegoParry_DragonFire_C"); \ static_assert(sizeof(UABL_ProtegoParry_DragonFire_C) == 0x0000D0, "Wrong size on UABL_ProtegoParry_DragonFire_C"); \ static_assert(offsetof(UABL_ProtegoParry_DragonFire_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ProtegoParry_DragonFire_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ForcedOutOfRagdoll_C_ExecuteUbergraph_ABL_ForcedOutOfRagdoll \ static_assert(alignof(ABL_ForcedOutOfRagdoll_C_ExecuteUbergraph_ABL_ForcedOutOfRagdoll) == 0x000008, "Wrong alignment on ABL_ForcedOutOfRagdoll_C_ExecuteUbergraph_ABL_ForcedOutOfRagdoll"); \ static_assert(sizeof(ABL_ForcedOutOfRagdoll_C_ExecuteUbergraph_ABL_ForcedOutOfRagdoll) == 0x000020, "Wrong size on ABL_ForcedOutOfRagdoll_C_ExecuteUbergraph_ABL_ForcedOutOfRagdoll"); \ static_assert(offsetof(ABL_ForcedOutOfRagdoll_C_ExecuteUbergraph_ABL_ForcedOutOfRagdoll, EntryPoint) == 0x000000, "Member 'ABL_ForcedOutOfRagdoll_C_ExecuteUbergraph_ABL_ForcedOutOfRagdoll::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ForcedOutOfRagdoll_C_ExecuteUbergraph_ABL_ForcedOutOfRagdoll, K2Node_Event_Context) == 0x000008, "Member 'ABL_ForcedOutOfRagdoll_C_ExecuteUbergraph_ABL_ForcedOutOfRagdoll::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ForcedOutOfRagdoll_C_ExecuteUbergraph_ABL_ForcedOutOfRagdoll, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_ForcedOutOfRagdoll_C_ExecuteUbergraph_ABL_ForcedOutOfRagdoll::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_ForcedOutOfRagdoll_C_ExecuteUbergraph_ABL_ForcedOutOfRagdoll, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_ForcedOutOfRagdoll_C_ExecuteUbergraph_ABL_ForcedOutOfRagdoll::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ForcedOutOfRagdoll_C_OnAbilityStart \ static_assert(alignof(ABL_ForcedOutOfRagdoll_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ForcedOutOfRagdoll_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ForcedOutOfRagdoll_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ForcedOutOfRagdoll_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ForcedOutOfRagdoll_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ForcedOutOfRagdoll_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ForcedOutOfRagdoll_C \ static_assert(alignof(UABL_ForcedOutOfRagdoll_C) == 0x000008, "Wrong alignment on UABL_ForcedOutOfRagdoll_C"); \ static_assert(sizeof(UABL_ForcedOutOfRagdoll_C) == 0x0000E8, "Wrong size on UABL_ForcedOutOfRagdoll_C"); \ static_assert(offsetof(UABL_ForcedOutOfRagdoll_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_ForcedOutOfRagdoll_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class \ static_assert(alignof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class) == 0x000008, "Wrong alignment on BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class"); \ static_assert(sizeof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class) == 0x0000F8, "Wrong size on BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, EntryPoint) == 0x000000, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, K2Node_Event_OwnerActor_2) == 0x000008, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, K2Node_CustomEvent_QueryInstance_1) == 0x000018, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::K2Node_CustomEvent_QueryInstance_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, K2Node_CustomEvent_QueryStatus_1) == 0x000020, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::K2Node_CustomEvent_QueryStatus_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, CallFunc_GetQueryResultsAsActors_ResultActors) == 0x000028, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::CallFunc_GetQueryResultsAsActors_ResultActors' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, CallFunc_GetQueryResultsAsActors_ReturnValue) == 0x000038, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::CallFunc_GetQueryResultsAsActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, CallFunc_Array_Get_Item) == 0x000040, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, K2Node_DynamicCast_AsStation) == 0x000050, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::K2Node_DynamicCast_AsStation' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, K2Node_CustomEvent_Caller) == 0x000060, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, K2Node_Event_OwnerActor_1) == 0x000068, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, K2Node_Event_DeltaSeconds) == 0x000070, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, K2Node_Event_OwnerActor) == 0x000078, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, Temp_int_Loop_Counter_Variable_1) == 0x000080, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, K2Node_Event_OwnerActor_3) == 0x000088, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::K2Node_Event_OwnerActor_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, CallFunc_Less_IntInt_ReturnValue) == 0x000090, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, CallFunc_Add_IntInt_ReturnValue_1) == 0x000094, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, Temp_int_Array_Index_Variable_1) == 0x000098, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, K2Node_CustomEvent_QueryInstance) == 0x0000A0, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, K2Node_CustomEvent_QueryStatus) == 0x0000A8, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, K2Node_CustomEvent_Caller_1) == 0x0000B0, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000B8, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, CallFunc_GetQueryResultsAsActors_ResultActors_1) == 0x0000C0, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::CallFunc_GetQueryResultsAsActors_ResultActors_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, CallFunc_GetQueryResultsAsActors_ReturnValue_1) == 0x0000D0, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::CallFunc_GetQueryResultsAsActors_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, CallFunc_Array_Get_Item_1) == 0x0000D8, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, CallFunc_Array_Length_ReturnValue_1) == 0x0000E0, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, K2Node_DynamicCast_AsStation_1) == 0x0000E8, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::K2Node_DynamicCast_AsStation_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, K2Node_DynamicCast_bSuccess_1) == 0x0000F0, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000F1, "Member 'BTS_Student_Class_C_ExecuteUbergraph_BTS_Student_Class::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Class_C_OnQueryFinishedEvent_Event_0 \ static_assert(alignof(BTS_Student_Class_C_OnQueryFinishedEvent_Event_0) == 0x000008, "Wrong alignment on BTS_Student_Class_C_OnQueryFinishedEvent_Event_0"); \ static_assert(sizeof(BTS_Student_Class_C_OnQueryFinishedEvent_Event_0) == 0x000010, "Wrong size on BTS_Student_Class_C_OnQueryFinishedEvent_Event_0"); \ static_assert(offsetof(BTS_Student_Class_C_OnQueryFinishedEvent_Event_0, QueryInstance) == 0x000000, "Member 'BTS_Student_Class_C_OnQueryFinishedEvent_Event_0::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_OnQueryFinishedEvent_Event_0, QueryStatus) == 0x000008, "Member 'BTS_Student_Class_C_OnQueryFinishedEvent_Event_0::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Class_C_ServiceBegin \ static_assert(alignof(BTS_Student_Class_C_ServiceBegin) == 0x000008, "Wrong alignment on BTS_Student_Class_C_ServiceBegin"); \ static_assert(sizeof(BTS_Student_Class_C_ServiceBegin) == 0x000008, "Wrong size on BTS_Student_Class_C_ServiceBegin"); \ static_assert(offsetof(BTS_Student_Class_C_ServiceBegin, OwnerActor) == 0x000000, "Member 'BTS_Student_Class_C_ServiceBegin::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Class_C_ReceiveTick \ static_assert(alignof(BTS_Student_Class_C_ReceiveTick) == 0x000008, "Wrong alignment on BTS_Student_Class_C_ReceiveTick"); \ static_assert(sizeof(BTS_Student_Class_C_ReceiveTick) == 0x000010, "Wrong size on BTS_Student_Class_C_ReceiveTick"); \ static_assert(offsetof(BTS_Student_Class_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTS_Student_Class_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTS_Student_Class_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Class_C_Nevermind \ static_assert(alignof(BTS_Student_Class_C_Nevermind) == 0x000008, "Wrong alignment on BTS_Student_Class_C_Nevermind"); \ static_assert(sizeof(BTS_Student_Class_C_Nevermind) == 0x000008, "Wrong size on BTS_Student_Class_C_Nevermind"); \ static_assert(offsetof(BTS_Student_Class_C_Nevermind, Caller) == 0x000000, "Member 'BTS_Student_Class_C_Nevermind::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Class_C_OnQueryFinishedEvent_Event_1 \ static_assert(alignof(BTS_Student_Class_C_OnQueryFinishedEvent_Event_1) == 0x000008, "Wrong alignment on BTS_Student_Class_C_OnQueryFinishedEvent_Event_1"); \ static_assert(sizeof(BTS_Student_Class_C_OnQueryFinishedEvent_Event_1) == 0x000010, "Wrong size on BTS_Student_Class_C_OnQueryFinishedEvent_Event_1"); \ static_assert(offsetof(BTS_Student_Class_C_OnQueryFinishedEvent_Event_1, QueryInstance) == 0x000000, "Member 'BTS_Student_Class_C_OnQueryFinishedEvent_Event_1::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Class_C_OnQueryFinishedEvent_Event_1, QueryStatus) == 0x000008, "Member 'BTS_Student_Class_C_OnQueryFinishedEvent_Event_1::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Class_C_ReceiveSearchStart \ static_assert(alignof(BTS_Student_Class_C_ReceiveSearchStart) == 0x000008, "Wrong alignment on BTS_Student_Class_C_ReceiveSearchStart"); \ static_assert(sizeof(BTS_Student_Class_C_ReceiveSearchStart) == 0x000008, "Wrong size on BTS_Student_Class_C_ReceiveSearchStart"); \ static_assert(offsetof(BTS_Student_Class_C_ReceiveSearchStart, OwnerActor) == 0x000000, "Member 'BTS_Student_Class_C_ReceiveSearchStart::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Class_C_ServiceEnd \ static_assert(alignof(BTS_Student_Class_C_ServiceEnd) == 0x000008, "Wrong alignment on BTS_Student_Class_C_ServiceEnd"); \ static_assert(sizeof(BTS_Student_Class_C_ServiceEnd) == 0x000008, "Wrong size on BTS_Student_Class_C_ServiceEnd"); \ static_assert(offsetof(BTS_Student_Class_C_ServiceEnd, OwnerActor) == 0x000000, "Member 'BTS_Student_Class_C_ServiceEnd::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Class_C_ExcuseMe \ static_assert(alignof(BTS_Student_Class_C_ExcuseMe) == 0x000008, "Wrong alignment on BTS_Student_Class_C_ExcuseMe"); \ static_assert(sizeof(BTS_Student_Class_C_ExcuseMe) == 0x000008, "Wrong size on BTS_Student_Class_C_ExcuseMe"); \ static_assert(offsetof(BTS_Student_Class_C_ExcuseMe, Caller) == 0x000000, "Member 'BTS_Student_Class_C_ExcuseMe::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Student_Class_C \ static_assert(alignof(UBTS_Student_Class_C) == 0x000008, "Wrong alignment on UBTS_Student_Class_C"); \ static_assert(sizeof(UBTS_Student_Class_C) == 0x0000F0, "Wrong size on UBTS_Student_Class_C"); \ static_assert(offsetof(UBTS_Student_Class_C, UberGraphFrame) == 0x0000D0, "Member 'UBTS_Student_Class_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_Student_Class_C, DisplayRelationship) == 0x0000D8, "Member 'UBTS_Student_Class_C::DisplayRelationship' has a wrong offset!"); \ static_assert(offsetof(UBTS_Student_Class_C, DisplaySocialIntention) == 0x0000D9, "Member 'UBTS_Student_Class_C::DisplaySocialIntention' has a wrong offset!"); \ static_assert(offsetof(UBTS_Student_Class_C, TimeOfNextActivity) == 0x0000E0, "Member 'UBTS_Student_Class_C::TimeOfNextActivity' has a wrong offset!"); \ static_assert(offsetof(UBTS_Student_Class_C, DurationOfCurrentActivity) == 0x0000E8, "Member 'UBTS_Student_Class_C::DurationOfCurrentActivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DummyActor_C_Enable_Cloth_Simulation \ static_assert(alignof(UI_BP_DummyActor_C_Enable_Cloth_Simulation) == 0x000008, "Wrong alignment on UI_BP_DummyActor_C_Enable_Cloth_Simulation"); \ static_assert(sizeof(UI_BP_DummyActor_C_Enable_Cloth_Simulation) == 0x0000C0, "Wrong size on UI_BP_DummyActor_C_Enable_Cloth_Simulation"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, Enable) == 0x000000, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::Enable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, CurrentSkeletalMeshComponent) == 0x000008, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::CurrentSkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, ClothBlendWeight) == 0x000010, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::ClothBlendWeight' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, Temp_int_Loop_Counter_Variable_1) == 0x000020, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, CallFunc_Add_IntInt_ReturnValue_1) == 0x000024, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, CallFunc_GetClothingSimulationInteractor_ReturnValue) == 0x000028, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::CallFunc_GetClothingSimulationInteractor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, CallFunc_Map_Keys_Keys) == 0x000038, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, Temp_int_Array_Index_Variable_1) == 0x000048, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, CallFunc_Array_Get_Item) == 0x000050, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, CallFunc_Conv_NameToString_ReturnValue) == 0x000060, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, CallFunc_GetClothingInteractor_ReturnValue) == 0x000070, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::CallFunc_GetClothingInteractor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, K2Node_DynamicCast_AsChaos_Clothing_Interactor) == 0x000078, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::K2Node_DynamicCast_AsChaos_Clothing_Interactor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, CallFunc_GetChaosClothConfig_ReturnValue) == 0x000088, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::CallFunc_GetChaosClothConfig_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000090, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000098, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, CallFunc_Array_Length_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_Enable_Cloth_Simulation, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B8, "Member 'UI_BP_DummyActor_C_Enable_Cloth_Simulation::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DummyActor_C_DoCameraCutThisFrame \ static_assert(alignof(UI_BP_DummyActor_C_DoCameraCutThisFrame) == 0x000008, "Wrong alignment on UI_BP_DummyActor_C_DoCameraCutThisFrame"); \ static_assert(sizeof(UI_BP_DummyActor_C_DoCameraCutThisFrame) == 0x000010, "Wrong size on UI_BP_DummyActor_C_DoCameraCutThisFrame"); \ static_assert(offsetof(UI_BP_DummyActor_C_DoCameraCutThisFrame, CallFunc_GetPlayerCameraStackManager_ReturnValue) == 0x000000, "Member 'UI_BP_DummyActor_C_DoCameraCutThisFrame::CallFunc_GetPlayerCameraStackManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_DoCameraCutThisFrame, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UI_BP_DummyActor_C_DoCameraCutThisFrame::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DummyActor_C_ToggleVisibility \ static_assert(alignof(UI_BP_DummyActor_C_ToggleVisibility) == 0x000001, "Wrong alignment on UI_BP_DummyActor_C_ToggleVisibility"); \ static_assert(sizeof(UI_BP_DummyActor_C_ToggleVisibility) == 0x000001, "Wrong size on UI_BP_DummyActor_C_ToggleVisibility"); \ static_assert(offsetof(UI_BP_DummyActor_C_ToggleVisibility, Visible) == 0x000000, "Member 'UI_BP_DummyActor_C_ToggleVisibility::Visible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DummyActor_C_I_SetDummyPreset \ static_assert(alignof(UI_BP_DummyActor_C_I_SetDummyPreset) == 0x000004, "Wrong alignment on UI_BP_DummyActor_C_I_SetDummyPreset"); \ static_assert(sizeof(UI_BP_DummyActor_C_I_SetDummyPreset) == 0x00000C, "Wrong size on UI_BP_DummyActor_C_I_SetDummyPreset"); \ static_assert(offsetof(UI_BP_DummyActor_C_I_SetDummyPreset, PresetType) == 0x000000, "Member 'UI_BP_DummyActor_C_I_SetDummyPreset::PresetType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_I_SetDummyPreset, PresetName) == 0x000004, "Member 'UI_BP_DummyActor_C_I_SetDummyPreset::PresetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DummyActor_C_I_SyncDummy \ static_assert(alignof(UI_BP_DummyActor_C_I_SyncDummy) == 0x000004, "Wrong alignment on UI_BP_DummyActor_C_I_SyncDummy"); \ static_assert(sizeof(UI_BP_DummyActor_C_I_SyncDummy) == 0x000008, "Wrong size on UI_BP_DummyActor_C_I_SyncDummy"); \ static_assert(offsetof(UI_BP_DummyActor_C_I_SyncDummy, CharID) == 0x000000, "Member 'UI_BP_DummyActor_C_I_SyncDummy::CharID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DummyActor_C_I_EquipDummyGear \ static_assert(alignof(UI_BP_DummyActor_C_I_EquipDummyGear) == 0x000008, "Wrong alignment on UI_BP_DummyActor_C_I_EquipDummyGear"); \ static_assert(sizeof(UI_BP_DummyActor_C_I_EquipDummyGear) == 0x000010, "Wrong size on UI_BP_DummyActor_C_I_EquipDummyGear"); \ static_assert(offsetof(UI_BP_DummyActor_C_I_EquipDummyGear, GearID) == 0x000000, "Member 'UI_BP_DummyActor_C_I_EquipDummyGear::GearID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DummyActor_C_SetFullBodyPreset \ static_assert(alignof(UI_BP_DummyActor_C_SetFullBodyPreset) == 0x000004, "Wrong alignment on UI_BP_DummyActor_C_SetFullBodyPreset"); \ static_assert(sizeof(UI_BP_DummyActor_C_SetFullBodyPreset) == 0x000008, "Wrong size on UI_BP_DummyActor_C_SetFullBodyPreset"); \ static_assert(offsetof(UI_BP_DummyActor_C_SetFullBodyPreset, PresetName) == 0x000000, "Member 'UI_BP_DummyActor_C_SetFullBodyPreset::PresetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DummyActor_C_SetSinglePreset \ static_assert(alignof(UI_BP_DummyActor_C_SetSinglePreset) == 0x000004, "Wrong alignment on UI_BP_DummyActor_C_SetSinglePreset"); \ static_assert(sizeof(UI_BP_DummyActor_C_SetSinglePreset) == 0x00000C, "Wrong size on UI_BP_DummyActor_C_SetSinglePreset"); \ static_assert(offsetof(UI_BP_DummyActor_C_SetSinglePreset, PresetType) == 0x000000, "Member 'UI_BP_DummyActor_C_SetSinglePreset::PresetType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_SetSinglePreset, PresetName) == 0x000004, "Member 'UI_BP_DummyActor_C_SetSinglePreset::PresetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DummyActor_C_GearLoadComplete \ static_assert(alignof(UI_BP_DummyActor_C_GearLoadComplete) == 0x000008, "Wrong alignment on UI_BP_DummyActor_C_GearLoadComplete"); \ static_assert(sizeof(UI_BP_DummyActor_C_GearLoadComplete) == 0x000010, "Wrong size on UI_BP_DummyActor_C_GearLoadComplete"); \ static_assert(offsetof(UI_BP_DummyActor_C_GearLoadComplete, Actor) == 0x000000, "Member 'UI_BP_DummyActor_C_GearLoadComplete::Actor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_GearLoadComplete, bSuccess) == 0x000008, "Member 'UI_BP_DummyActor_C_GearLoadComplete::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DummyActor_C_CharLoadComplete \ static_assert(alignof(UI_BP_DummyActor_C_CharLoadComplete) == 0x000008, "Wrong alignment on UI_BP_DummyActor_C_CharLoadComplete"); \ static_assert(sizeof(UI_BP_DummyActor_C_CharLoadComplete) == 0x000008, "Wrong size on UI_BP_DummyActor_C_CharLoadComplete"); \ static_assert(offsetof(UI_BP_DummyActor_C_CharLoadComplete, Actor) == 0x000000, "Member 'UI_BP_DummyActor_C_CharLoadComplete::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DummyActor_C_OnAddOnMeshesChanged \ static_assert(alignof(UI_BP_DummyActor_C_OnAddOnMeshesChanged) == 0x000008, "Wrong alignment on UI_BP_DummyActor_C_OnAddOnMeshesChanged"); \ static_assert(sizeof(UI_BP_DummyActor_C_OnAddOnMeshesChanged) == 0x000008, "Wrong size on UI_BP_DummyActor_C_OnAddOnMeshesChanged"); \ static_assert(offsetof(UI_BP_DummyActor_C_OnAddOnMeshesChanged, Actor) == 0x000000, "Member 'UI_BP_DummyActor_C_OnAddOnMeshesChanged::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DummyActor_C_ReceiveEndPlay \ static_assert(alignof(UI_BP_DummyActor_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on UI_BP_DummyActor_C_ReceiveEndPlay"); \ static_assert(sizeof(UI_BP_DummyActor_C_ReceiveEndPlay) == 0x000001, "Wrong size on UI_BP_DummyActor_C_ReceiveEndPlay"); \ static_assert(offsetof(UI_BP_DummyActor_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'UI_BP_DummyActor_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DummyActor_C_OnPresetLoadFinished \ static_assert(alignof(UI_BP_DummyActor_C_OnPresetLoadFinished) == 0x000008, "Wrong alignment on UI_BP_DummyActor_C_OnPresetLoadFinished"); \ static_assert(sizeof(UI_BP_DummyActor_C_OnPresetLoadFinished) == 0x000010, "Wrong size on UI_BP_DummyActor_C_OnPresetLoadFinished"); \ static_assert(offsetof(UI_BP_DummyActor_C_OnPresetLoadFinished, Actor) == 0x000000, "Member 'UI_BP_DummyActor_C_OnPresetLoadFinished::Actor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_OnPresetLoadFinished, Success) == 0x000008, "Member 'UI_BP_DummyActor_C_OnPresetLoadFinished::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DummyActor_C_OnFinishedLoadingFullbodyPreset \ static_assert(alignof(UI_BP_DummyActor_C_OnFinishedLoadingFullbodyPreset) == 0x000008, "Wrong alignment on UI_BP_DummyActor_C_OnFinishedLoadingFullbodyPreset"); \ static_assert(sizeof(UI_BP_DummyActor_C_OnFinishedLoadingFullbodyPreset) == 0x000010, "Wrong size on UI_BP_DummyActor_C_OnFinishedLoadingFullbodyPreset"); \ static_assert(offsetof(UI_BP_DummyActor_C_OnFinishedLoadingFullbodyPreset, Actor) == 0x000000, "Member 'UI_BP_DummyActor_C_OnFinishedLoadingFullbodyPreset::Actor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_OnFinishedLoadingFullbodyPreset, Success) == 0x000008, "Member 'UI_BP_DummyActor_C_OnFinishedLoadingFullbodyPreset::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DummyActor_C_I_SetDummyFullbody \ static_assert(alignof(UI_BP_DummyActor_C_I_SetDummyFullbody) == 0x000004, "Wrong alignment on UI_BP_DummyActor_C_I_SetDummyFullbody"); \ static_assert(sizeof(UI_BP_DummyActor_C_I_SetDummyFullbody) == 0x000008, "Wrong size on UI_BP_DummyActor_C_I_SetDummyFullbody"); \ static_assert(offsetof(UI_BP_DummyActor_C_I_SetDummyFullbody, PresetName) == 0x000000, "Member 'UI_BP_DummyActor_C_I_SetDummyFullbody::PresetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor \ static_assert(alignof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor) == 0x000008, "Wrong alignment on UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor"); \ static_assert(sizeof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor) == 0x000198, "Wrong size on UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, EntryPoint) == 0x000000, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_Event_PresetType) == 0x000024, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_Event_PresetType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_Event_PresetName_1) == 0x000028, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_Event_PresetName_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_Event_CharID) == 0x000030, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_Event_CharID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, CallFunc_GetCharacterId_OutCharacterID) == 0x000038, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::CallFunc_GetCharacterId_OutCharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, CallFunc_GetCharacterID_ReturnValue) == 0x000040, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::CallFunc_GetCharacterID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, CallFunc_IsLoading_ReturnValue) == 0x000041, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::CallFunc_IsLoading_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000042, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, CallFunc_Get_ReturnValue) == 0x000048, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_CreateDelegate_OutputDelegate_2) == 0x000050, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_Event_GearID) == 0x000060, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_Event_GearID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, CallFunc_EditorLoadGear_ReturnValue) == 0x000070, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::CallFunc_EditorLoadGear_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_CustomEvent_PresetName_1) == 0x000074, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_CustomEvent_PresetName_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, CallFunc_LoadFullBodyPreset_ReturnValue) == 0x00007C, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::CallFunc_LoadFullBodyPreset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_CustomEvent_PresetType) == 0x00007D, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_CustomEvent_PresetType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_CustomEvent_PresetName) == 0x000080, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_CustomEvent_PresetName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_CustomEvent_Actor_4) == 0x000088, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_CustomEvent_Actor_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_CustomEvent_bSuccess) == 0x000090, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_CustomEvent_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, CallFunc_LoadPreset_IsLoading) == 0x000091, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::CallFunc_LoadPreset_IsLoading' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, CallFunc_LoadPreset_ReturnValue) == 0x000092, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::CallFunc_LoadPreset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_CustomEvent_Actor_3) == 0x000098, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_CustomEvent_Actor_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, CallFunc_BooleanOR_ReturnValue) == 0x0000A0, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, CallFunc_GetCharacterId_OutCharacterID_1) == 0x0000A4, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::CallFunc_GetCharacterId_OutCharacterID_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, CallFunc_GetCharacterID_ReturnValue_1) == 0x0000AC, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::CallFunc_GetCharacterID_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0000AD, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0000B0, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_MakeStruct_FormatArgumentData) == 0x0000C8, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_CustomEvent_Actor_2) == 0x000108, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_CustomEvent_Actor_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_MakeArray_Array) == 0x000110, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, CallFunc_Format_ReturnValue) == 0x000120, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, CallFunc_Conv_TextToString_ReturnValue) == 0x000138, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_Event_EndPlayReason) == 0x000148, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_CreateDelegate_OutputDelegate_3) == 0x00014C, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_CustomEvent_Actor_1) == 0x000160, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_CustomEvent_Actor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_CustomEvent_Success_1) == 0x000168, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_CustomEvent_Success_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_CustomEvent_Actor) == 0x000170, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_CustomEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_CustomEvent_Success) == 0x000178, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_CustomEvent_Success' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_Event_PresetName) == 0x00017C, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_Event_PresetName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor, K2Node_CreateDelegate_OutputDelegate_4) == 0x000184, "Member 'UI_BP_DummyActor_C_ExecuteUbergraph_UI_BP_DummyActor::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AUI_BP_DummyActor_C \ static_assert(alignof(AUI_BP_DummyActor_C) == 0x000010, "Wrong alignment on AUI_BP_DummyActor_C"); \ static_assert(sizeof(AUI_BP_DummyActor_C) == 0x0005A0, "Wrong size on AUI_BP_DummyActor_C"); \ static_assert(offsetof(AUI_BP_DummyActor_C, UberGraphFrame) == 0x000540, "Member 'AUI_BP_DummyActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_DummyActor_C, UIWidget) == 0x000548, "Member 'AUI_BP_DummyActor_C::UIWidget' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_DummyActor_C, ManagedCharacter) == 0x000550, "Member 'AUI_BP_DummyActor_C::ManagedCharacter' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_DummyActor_C, Animation) == 0x000558, "Member 'AUI_BP_DummyActor_C::Animation' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_DummyActor_C, FaceSpringArm) == 0x000560, "Member 'AUI_BP_DummyActor_C::FaceSpringArm' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_DummyActor_C, Facial) == 0x000568, "Member 'AUI_BP_DummyActor_C::Facial' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_DummyActor_C, CustomizableCharacter) == 0x000570, "Member 'AUI_BP_DummyActor_C::CustomizableCharacter' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_DummyActor_C, IsGearLoading) == 0x000578, "Member 'AUI_BP_DummyActor_C::IsGearLoading' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_DummyActor_C, IsBodyLoading) == 0x000579, "Member 'AUI_BP_DummyActor_C::IsBodyLoading' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_DummyActor_C, bDelegatesSetup) == 0x00057A, "Member 'AUI_BP_DummyActor_C::bDelegatesSetup' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_DummyActor_C, EnableClothSimulation) == 0x00057B, "Member 'AUI_BP_DummyActor_C::EnableClothSimulation' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_DummyActor_C, ClothSimulationVelocityScale) == 0x00057C, "Member 'AUI_BP_DummyActor_C::ClothSimulationVelocityScale' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_DummyActor_C, Override_Facial_Emotion) == 0x000580, "Member 'AUI_BP_DummyActor_C::Override_Facial_Emotion' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_DummyActor_C, Override_Emotion) == 0x000581, "Member 'AUI_BP_DummyActor_C::Override_Emotion' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_DummyActor_C, BeginPlay) == 0x000582, "Member 'AUI_BP_DummyActor_C::BeginPlay' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_DummyActor_C, FullBodyPresetLoaded) == 0x000588, "Member 'AUI_BP_DummyActor_C::FullBodyPresetLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch \ static_assert(alignof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch) == 0x000008, "Wrong alignment on BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch"); \ static_assert(sizeof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch) == 0x0000B0, "Wrong size on BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, EntryPoint) == 0x000000, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, CallFunc_RunEQSQuery_ReturnValue) == 0x000008, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, CallFunc_IsValid_ReturnValue_1) == 0x000015, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, K2Node_Event_OwnerActor_1) == 0x000018, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000020, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, K2Node_Event_OwnerActor) == 0x000030, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, K2Node_CustomEvent_QueryInstance) == 0x000038, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, K2Node_CustomEvent_QueryStatus) == 0x000040, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000041, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, K2Node_DynamicCast_AsEQS_Query_Instance_Station) == 0x000048, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::K2Node_DynamicCast_AsEQS_Query_Instance_Station' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, CallFunc_GetResultsAsStationQueryData_ReturnValue) == 0x000058, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::CallFunc_GetResultsAsStationQueryData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, CallFunc_Array_Get_Item) == 0x00006C, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, CallFunc_JoinStation_ReturnValue) == 0x00008C, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::CallFunc_JoinStation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, CallFunc_Array_Length_ReturnValue) == 0x000094, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, CallFunc_Less_IntInt_ReturnValue) == 0x000098, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch, K2Node_CreateDelegate_OutputDelegate) == 0x00009C, "Member 'BTT_ScheduleBedTimeSearch_C_ExecuteUbergraph_BTT_ScheduleBedTimeSearch::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleBedTimeSearch_C_BedTime_OnQueryFinished \ static_assert(alignof(BTT_ScheduleBedTimeSearch_C_BedTime_OnQueryFinished) == 0x000008, "Wrong alignment on BTT_ScheduleBedTimeSearch_C_BedTime_OnQueryFinished"); \ static_assert(sizeof(BTT_ScheduleBedTimeSearch_C_BedTime_OnQueryFinished) == 0x000010, "Wrong size on BTT_ScheduleBedTimeSearch_C_BedTime_OnQueryFinished"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_BedTime_OnQueryFinished, QueryInstance) == 0x000000, "Member 'BTT_ScheduleBedTimeSearch_C_BedTime_OnQueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_BedTime_OnQueryFinished, QueryStatus) == 0x000008, "Member 'BTT_ScheduleBedTimeSearch_C_BedTime_OnQueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleBedTimeSearch_C_ExitTask \ static_assert(alignof(BTT_ScheduleBedTimeSearch_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleBedTimeSearch_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleBedTimeSearch_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleBedTimeSearch_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleBedTimeSearch_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleBedTimeSearch_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleBedTimeSearch_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleBedTimeSearch_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleBedTimeSearch_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleBedTimeSearch_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleBedTimeSearch_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleBedTimeSearch_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleBedTimeSearch_C \ static_assert(alignof(UBTT_ScheduleBedTimeSearch_C) == 0x000008, "Wrong alignment on UBTT_ScheduleBedTimeSearch_C"); \ static_assert(sizeof(UBTT_ScheduleBedTimeSearch_C) == 0x0000E0, "Wrong size on UBTT_ScheduleBedTimeSearch_C"); \ static_assert(offsetof(UBTT_ScheduleBedTimeSearch_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleBedTimeSearch_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleBedTimeSearch_C, Social_Reasoning) == 0x0000D8, "Member 'UBTT_ScheduleBedTimeSearch_C::Social_Reasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse \ static_assert(alignof(BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse) == 0x000008, "Wrong alignment on BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse"); \ static_assert(sizeof(BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse) == 0x000040, "Wrong size on BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse"); \ static_assert(offsetof(BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse, EntryPoint) == 0x000000, "Member 'BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000018, "Member 'BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse, K2Node_Event_OwnerActor) == 0x000028, "Member 'BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse, CallFunc_Get_ReturnValue) == 0x000030, "Member 'BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse, CallFunc_GetSimulatedSecondMultiplier_ReturnValue) == 0x000038, "Member 'BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse::CallFunc_GetSimulatedSecondMultiplier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'BTT_SchedulePatrolStationUse_C_ExecuteUbergraph_BTT_SchedulePatrolStationUse::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SchedulePatrolStationUse_C_ExitTask \ static_assert(alignof(BTT_SchedulePatrolStationUse_C_ExitTask) == 0x000008, "Wrong alignment on BTT_SchedulePatrolStationUse_C_ExitTask"); \ static_assert(sizeof(BTT_SchedulePatrolStationUse_C_ExitTask) == 0x000008, "Wrong size on BTT_SchedulePatrolStationUse_C_ExitTask"); \ static_assert(offsetof(BTT_SchedulePatrolStationUse_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_SchedulePatrolStationUse_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SchedulePatrolStationUse_C_ReceiveExecute \ static_assert(alignof(BTT_SchedulePatrolStationUse_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_SchedulePatrolStationUse_C_ReceiveExecute"); \ static_assert(sizeof(BTT_SchedulePatrolStationUse_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_SchedulePatrolStationUse_C_ReceiveExecute"); \ static_assert(offsetof(BTT_SchedulePatrolStationUse_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_SchedulePatrolStationUse_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SchedulePatrolStationUse_C \ static_assert(alignof(UBTT_SchedulePatrolStationUse_C) == 0x000008, "Wrong alignment on UBTT_SchedulePatrolStationUse_C"); \ static_assert(sizeof(UBTT_SchedulePatrolStationUse_C) == 0x0000E0, "Wrong size on UBTT_SchedulePatrolStationUse_C"); \ static_assert(offsetof(UBTT_SchedulePatrolStationUse_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_SchedulePatrolStationUse_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_SchedulePatrolStationUse_C, SocialReasoning) == 0x0000D8, "Member 'UBTT_SchedulePatrolStationUse_C::SocialReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleSleep_C_ExecuteUbergraph_BTT_ScheduleSleep \ static_assert(alignof(BTT_ScheduleSleep_C_ExecuteUbergraph_BTT_ScheduleSleep) == 0x000008, "Wrong alignment on BTT_ScheduleSleep_C_ExecuteUbergraph_BTT_ScheduleSleep"); \ static_assert(sizeof(BTT_ScheduleSleep_C_ExecuteUbergraph_BTT_ScheduleSleep) == 0x000018, "Wrong size on BTT_ScheduleSleep_C_ExecuteUbergraph_BTT_ScheduleSleep"); \ static_assert(offsetof(BTT_ScheduleSleep_C_ExecuteUbergraph_BTT_ScheduleSleep, EntryPoint) == 0x000000, "Member 'BTT_ScheduleSleep_C_ExecuteUbergraph_BTT_ScheduleSleep::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleSleep_C_ExecuteUbergraph_BTT_ScheduleSleep, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_ScheduleSleep_C_ExecuteUbergraph_BTT_ScheduleSleep::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleSleep_C_ExecuteUbergraph_BTT_ScheduleSleep, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_ScheduleSleep_C_ExecuteUbergraph_BTT_ScheduleSleep::K2Node_Event_OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleSleep_C_ExitTask \ static_assert(alignof(BTT_ScheduleSleep_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleSleep_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleSleep_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleSleep_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleSleep_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleSleep_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleSleep_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleSleep_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleSleep_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleSleep_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleSleep_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleSleep_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleSleep_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleSleep_C \ static_assert(alignof(UBTT_ScheduleSleep_C) == 0x000008, "Wrong alignment on UBTT_ScheduleSleep_C"); \ static_assert(sizeof(UBTT_ScheduleSleep_C) == 0x0000D8, "Wrong size on UBTT_ScheduleSleep_C"); \ static_assert(offsetof(UBTT_ScheduleSleep_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleSleep_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpButtslide_C \ static_assert(alignof(UABL_JumpButtslide_C) == 0x000008, "Wrong alignment on UABL_JumpButtslide_C"); \ static_assert(sizeof(UABL_JumpButtslide_C) == 0x0000C8, "Wrong size on UABL_JumpButtslide_C"); \ #define DUMPER7_ASSERTS_UBP_AnimationSequence_AdditiveBase_C \ static_assert(alignof(UBP_AnimationSequence_AdditiveBase_C) == 0x000010, "Wrong alignment on UBP_AnimationSequence_AdditiveBase_C"); \ static_assert(sizeof(UBP_AnimationSequence_AdditiveBase_C) == 0x000620, "Wrong size on UBP_AnimationSequence_AdditiveBase_C"); \ #define DUMPER7_ASSERTS_BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter \ static_assert(alignof(BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter) == 0x000008, "Wrong alignment on BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter"); \ static_assert(sizeof(BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter) == 0x000050, "Wrong size on BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter"); \ static_assert(offsetof(BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter, EntryPoint) == 0x000000, "Member 'BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter, CallFunc_GetFreeTimeMinMaxStationChangeTime_outMinTime) == 0x000004, "Member 'BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter::CallFunc_GetFreeTimeMinMaxStationChangeTime_outMinTime' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter, CallFunc_GetFreeTimeMinMaxStationChangeTime_outMaxTime) == 0x000008, "Member 'BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter::CallFunc_GetFreeTimeMinMaxStationChangeTime_outMaxTime' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter, CallFunc_RandomFloatInRange_ReturnValue) == 0x000018, "Member 'BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000020, "Member 'BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter, K2Node_Event_OwnerActor) == 0x000030, "Member 'BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter, CallFunc_Get_ReturnValue) == 0x000038, "Member 'BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter, CallFunc_GetSimulatedSecondMultiplier_ReturnValue) == 0x000040, "Member 'BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter::CallFunc_GetSimulatedSecondMultiplier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000044, "Member 'BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000048, "Member 'BTT_ScheduleLoiter_C_ExecuteUbergraph_BTT_ScheduleLoiter::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleLoiter_C_ExitTask \ static_assert(alignof(BTT_ScheduleLoiter_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleLoiter_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleLoiter_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleLoiter_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleLoiter_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleLoiter_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleLoiter_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleLoiter_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleLoiter_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleLoiter_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleLoiter_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleLoiter_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleLoiter_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleLoiter_C \ static_assert(alignof(UBTT_ScheduleLoiter_C) == 0x000008, "Wrong alignment on UBTT_ScheduleLoiter_C"); \ static_assert(sizeof(UBTT_ScheduleLoiter_C) == 0x0000E8, "Wrong size on UBTT_ScheduleLoiter_C"); \ static_assert(offsetof(UBTT_ScheduleLoiter_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleLoiter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleLoiter_C, Social_Reasoning) == 0x0000D8, "Member 'UBTT_ScheduleLoiter_C::Social_Reasoning' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleLoiter_C, Time_Available) == 0x0000E0, "Member 'UBTT_ScheduleLoiter_C::Time_Available' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_AmbientCamAnim_GraphornCharge_C \ static_assert(alignof(UBP_AmbientCamAnim_GraphornCharge_C) == 0x000010, "Wrong alignment on UBP_AmbientCamAnim_GraphornCharge_C"); \ static_assert(sizeof(UBP_AmbientCamAnim_GraphornCharge_C) == 0x000620, "Wrong size on UBP_AmbientCamAnim_GraphornCharge_C"); \ #define DUMPER7_ASSERTS_BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService \ static_assert(alignof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService) == 0x000008, "Wrong alignment on BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService"); \ static_assert(sizeof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService) == 0x0001F0, "Wrong size on BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, EntryPoint) == 0x000000, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000018, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, K2Node_DynamicCast_AsSocial_Reasoning_1) == 0x000028, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::K2Node_DynamicCast_AsSocial_Reasoning_1' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_GetReasonerPawn_ReturnValue) == 0x000038, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_GetReasonerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_GetReasoner_ReturnValue) == 0x000040, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_GetReasoner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, K2Node_DynamicCast_AsScheduled_Entity) == 0x000050, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::K2Node_DynamicCast_AsScheduled_Entity' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, K2Node_DynamicCast_AsScheduled_Object_Interface) == 0x000060, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::K2Node_DynamicCast_AsScheduled_Object_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_GetCurrentActivity_ActivityIsValid) == 0x000071, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_GetCurrentActivity_ActivityIsValid' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_GetCurrentActivity_CurrentActivity) == 0x000078, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_GetCurrentActivity_CurrentActivity' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000170, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_Get_ReturnValue) == 0x000178, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000180, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_GetBlackboardComponent_ReturnValue_1) == 0x000188, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_GetBlackboardComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_GetValueAsInt_ReturnValue) == 0x000190, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_GetValueAsName_ReturnValue) == 0x000194, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_GetValueAsName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_GetValueAsEnum_ReturnValue) == 0x00019C, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_GetValueAsEnum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_GetValueAsObject_ReturnValue) == 0x0001A0, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_GetValidValue_ReturnValue) == 0x0001A8, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, K2Node_DynamicCast_AsStation_Component) == 0x0001B0, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::K2Node_DynamicCast_AsStation_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, K2Node_DynamicCast_bSuccess_4) == 0x0001B8, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_GetValueAsFloat_ReturnValue) == 0x0001BC, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_GetValueAsFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, K2Node_MakeStruct_StationQueryData) == 0x0001C0, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::K2Node_MakeStruct_StationQueryData' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_ChooseStationQueryDataBP_ReturnValue) == 0x0001E0, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_ChooseStationQueryDataBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_JoinStation_ReturnValue) == 0x0001E1, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_JoinStation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_GetValueAsBool_ReturnValue) == 0x0001E2, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_GetValueAsBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, Temp_name_Variable) == 0x0001E4, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService, CallFunc_Array_RemoveItem_ReturnValue) == 0x0001EC, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExecuteUbergraph_BTT_EventPerformTask_StationNeedsService::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_EventPerformTask_StationNeedsService_C_ExitTask \ static_assert(alignof(BTT_EventPerformTask_StationNeedsService_C_ExitTask) == 0x000008, "Wrong alignment on BTT_EventPerformTask_StationNeedsService_C_ExitTask"); \ static_assert(sizeof(BTT_EventPerformTask_StationNeedsService_C_ExitTask) == 0x000008, "Wrong size on BTT_EventPerformTask_StationNeedsService_C_ExitTask"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_EventPerformTask_StationNeedsService_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_EventPerformTask_StationNeedsService_C_ReceiveExecute \ static_assert(alignof(BTT_EventPerformTask_StationNeedsService_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_EventPerformTask_StationNeedsService_C_ReceiveExecute"); \ static_assert(sizeof(BTT_EventPerformTask_StationNeedsService_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_EventPerformTask_StationNeedsService_C_ReceiveExecute"); \ static_assert(offsetof(BTT_EventPerformTask_StationNeedsService_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_EventPerformTask_StationNeedsService_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_EventPerformTask_StationNeedsService_C \ static_assert(alignof(UBTT_EventPerformTask_StationNeedsService_C) == 0x000008, "Wrong alignment on UBTT_EventPerformTask_StationNeedsService_C"); \ static_assert(sizeof(UBTT_EventPerformTask_StationNeedsService_C) == 0x000128, "Wrong size on UBTT_EventPerformTask_StationNeedsService_C"); \ static_assert(offsetof(UBTT_EventPerformTask_StationNeedsService_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_EventPerformTask_StationNeedsService_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_EventPerformTask_StationNeedsService_C, StationNeedingServiceKey) == 0x0000D8, "Member 'UBTT_EventPerformTask_StationNeedsService_C::StationNeedingServiceKey' has a wrong offset!"); \ static_assert(offsetof(UBTT_EventPerformTask_StationNeedsService_C, StationActionNameKey) == 0x0000E0, "Member 'UBTT_EventPerformTask_StationNeedsService_C::StationActionNameKey' has a wrong offset!"); \ static_assert(offsetof(UBTT_EventPerformTask_StationNeedsService_C, StationConnectionIndexKey) == 0x0000E8, "Member 'UBTT_EventPerformTask_StationNeedsService_C::StationConnectionIndexKey' has a wrong offset!"); \ static_assert(offsetof(UBTT_EventPerformTask_StationNeedsService_C, StationInteractionTypeKey) == 0x0000F0, "Member 'UBTT_EventPerformTask_StationNeedsService_C::StationInteractionTypeKey' has a wrong offset!"); \ static_assert(offsetof(UBTT_EventPerformTask_StationNeedsService_C, SkipValidationForTeleportToStation) == 0x0000F8, "Member 'UBTT_EventPerformTask_StationNeedsService_C::SkipValidationForTeleportToStation' has a wrong offset!"); \ static_assert(offsetof(UBTT_EventPerformTask_StationNeedsService_C, StationQueryData) == 0x000100, "Member 'UBTT_EventPerformTask_StationNeedsService_C::StationQueryData' has a wrong offset!"); \ static_assert(offsetof(UBTT_EventPerformTask_StationNeedsService_C, StationUseDuration) == 0x000120, "Member 'UBTT_EventPerformTask_StationNeedsService_C::StationUseDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HealAttack_C \ static_assert(alignof(UABL_HealAttack_C) == 0x000008, "Wrong alignment on UABL_HealAttack_C"); \ static_assert(sizeof(UABL_HealAttack_C) == 0x0000C8, "Wrong size on UABL_HealAttack_C"); \ #define DUMPER7_ASSERTS_UBP_Lag_Falling_C \ static_assert(alignof(UBP_Lag_Falling_C) == 0x000008, "Wrong alignment on UBP_Lag_Falling_C"); \ static_assert(sizeof(UBP_Lag_Falling_C) == 0x000218, "Wrong size on UBP_Lag_Falling_C"); \ #define DUMPER7_ASSERTS_BTS_Student_TopLevel_C_ExecuteUbergraph_BTS_Student_TopLevel \ static_assert(alignof(BTS_Student_TopLevel_C_ExecuteUbergraph_BTS_Student_TopLevel) == 0x000008, "Wrong alignment on BTS_Student_TopLevel_C_ExecuteUbergraph_BTS_Student_TopLevel"); \ static_assert(sizeof(BTS_Student_TopLevel_C_ExecuteUbergraph_BTS_Student_TopLevel) == 0x000018, "Wrong size on BTS_Student_TopLevel_C_ExecuteUbergraph_BTS_Student_TopLevel"); \ static_assert(offsetof(BTS_Student_TopLevel_C_ExecuteUbergraph_BTS_Student_TopLevel, EntryPoint) == 0x000000, "Member 'BTS_Student_TopLevel_C_ExecuteUbergraph_BTS_Student_TopLevel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_TopLevel_C_ExecuteUbergraph_BTS_Student_TopLevel, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTS_Student_TopLevel_C_ExecuteUbergraph_BTS_Student_TopLevel::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_TopLevel_C_ExecuteUbergraph_BTS_Student_TopLevel, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTS_Student_TopLevel_C_ExecuteUbergraph_BTS_Student_TopLevel::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_TopLevel_C_ReceiveSearchStart \ static_assert(alignof(BTS_Student_TopLevel_C_ReceiveSearchStart) == 0x000008, "Wrong alignment on BTS_Student_TopLevel_C_ReceiveSearchStart"); \ static_assert(sizeof(BTS_Student_TopLevel_C_ReceiveSearchStart) == 0x000008, "Wrong size on BTS_Student_TopLevel_C_ReceiveSearchStart"); \ static_assert(offsetof(BTS_Student_TopLevel_C_ReceiveSearchStart, OwnerActor) == 0x000000, "Member 'BTS_Student_TopLevel_C_ReceiveSearchStart::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_TopLevel_C_ServiceBegin \ static_assert(alignof(BTS_Student_TopLevel_C_ServiceBegin) == 0x000008, "Wrong alignment on BTS_Student_TopLevel_C_ServiceBegin"); \ static_assert(sizeof(BTS_Student_TopLevel_C_ServiceBegin) == 0x000008, "Wrong size on BTS_Student_TopLevel_C_ServiceBegin"); \ static_assert(offsetof(BTS_Student_TopLevel_C_ServiceBegin, OwnerActor) == 0x000000, "Member 'BTS_Student_TopLevel_C_ServiceBegin::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Student_TopLevel_C \ static_assert(alignof(UBTS_Student_TopLevel_C) == 0x000008, "Wrong alignment on UBTS_Student_TopLevel_C"); \ static_assert(sizeof(UBTS_Student_TopLevel_C) == 0x0000D8, "Wrong size on UBTS_Student_TopLevel_C"); \ static_assert(offsetof(UBTS_Student_TopLevel_C, UberGraphFrame) == 0x0000D0, "Member 'UBTS_Student_TopLevel_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog \ static_assert(alignof(ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog) == 0x000008, "Wrong alignment on ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog"); \ static_assert(sizeof(ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog) == 0x000038, "Wrong size on ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog, EntryPoint) == 0x000000, "Member 'ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000028, "Member 'ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog, CallFunc_MapRangeClamped_ReturnValue) == 0x000030, "Member 'ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000034, "Member 'ABL_JumpLandSoft2Jog_C_ExecuteUbergraph_ABL_JumpLandSoft2Jog::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandSoft2Jog_C_OnAbilityStart \ static_assert(alignof(ABL_JumpLandSoft2Jog_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpLandSoft2Jog_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpLandSoft2Jog_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpLandSoft2Jog_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpLandSoft2Jog_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpLandSoft2Jog_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpLandSoft2Jog_C \ static_assert(alignof(UABL_JumpLandSoft2Jog_C) == 0x000008, "Wrong alignment on UABL_JumpLandSoft2Jog_C"); \ static_assert(sizeof(UABL_JumpLandSoft2Jog_C) == 0x0000D0, "Wrong size on UABL_JumpLandSoft2Jog_C"); \ static_assert(offsetof(UABL_JumpLandSoft2Jog_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpLandSoft2Jog_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch \ static_assert(alignof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch) == 0x000008, "Wrong alignment on BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch"); \ static_assert(sizeof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch) == 0x000080, "Wrong size on BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch, EntryPoint) == 0x000000, "Member 'BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000018, "Member 'BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch, K2Node_CustomEvent_QueryInstance) == 0x000028, "Member 'BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch, K2Node_CustomEvent_QueryStatus) == 0x000030, "Member 'BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch, K2Node_DynamicCast_AsEQS_Query_Instance_Station) == 0x000038, "Member 'BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch::K2Node_DynamicCast_AsEQS_Query_Instance_Station' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch, CallFunc_GetResultsAsStationQueryData_ReturnValue) == 0x000048, "Member 'BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch::CallFunc_GetResultsAsStationQueryData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch, CallFunc_JoinStation_ReturnValue) == 0x000058, "Member 'BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch::CallFunc_JoinStation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch, K2Node_CreateDelegate_OutputDelegate) == 0x00005C, "Member 'BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch, CallFunc_RunEQSQuery_ReturnValue) == 0x000070, "Member 'BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch, CallFunc_IsValid_ReturnValue_1) == 0x000079, "Member 'BTT_SchedulePerformTaskSearch_C_ExecuteUbergraph_BTT_SchedulePerformTaskSearch::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SchedulePerformTaskSearch_C_PerformTask_Job_OnQueryFinished \ static_assert(alignof(BTT_SchedulePerformTaskSearch_C_PerformTask_Job_OnQueryFinished) == 0x000008, "Wrong alignment on BTT_SchedulePerformTaskSearch_C_PerformTask_Job_OnQueryFinished"); \ static_assert(sizeof(BTT_SchedulePerformTaskSearch_C_PerformTask_Job_OnQueryFinished) == 0x000010, "Wrong size on BTT_SchedulePerformTaskSearch_C_PerformTask_Job_OnQueryFinished"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_PerformTask_Job_OnQueryFinished, QueryInstance) == 0x000000, "Member 'BTT_SchedulePerformTaskSearch_C_PerformTask_Job_OnQueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_PerformTask_Job_OnQueryFinished, QueryStatus) == 0x000008, "Member 'BTT_SchedulePerformTaskSearch_C_PerformTask_Job_OnQueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SchedulePerformTaskSearch_C_ExitTask \ static_assert(alignof(BTT_SchedulePerformTaskSearch_C_ExitTask) == 0x000008, "Wrong alignment on BTT_SchedulePerformTaskSearch_C_ExitTask"); \ static_assert(sizeof(BTT_SchedulePerformTaskSearch_C_ExitTask) == 0x000008, "Wrong size on BTT_SchedulePerformTaskSearch_C_ExitTask"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_SchedulePerformTaskSearch_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SchedulePerformTaskSearch_C_ReceiveExecute \ static_assert(alignof(BTT_SchedulePerformTaskSearch_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_SchedulePerformTaskSearch_C_ReceiveExecute"); \ static_assert(sizeof(BTT_SchedulePerformTaskSearch_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_SchedulePerformTaskSearch_C_ReceiveExecute"); \ static_assert(offsetof(BTT_SchedulePerformTaskSearch_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_SchedulePerformTaskSearch_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SchedulePerformTaskSearch_C \ static_assert(alignof(UBTT_SchedulePerformTaskSearch_C) == 0x000008, "Wrong alignment on UBTT_SchedulePerformTaskSearch_C"); \ static_assert(sizeof(UBTT_SchedulePerformTaskSearch_C) == 0x0000F0, "Wrong size on UBTT_SchedulePerformTaskSearch_C"); \ static_assert(offsetof(UBTT_SchedulePerformTaskSearch_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_SchedulePerformTaskSearch_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_SchedulePerformTaskSearch_C, Social_Reasoning) == 0x0000D8, "Member 'UBTT_SchedulePerformTaskSearch_C::Social_Reasoning' has a wrong offset!"); \ static_assert(offsetof(UBTT_SchedulePerformTaskSearch_C, BB) == 0x0000E0, "Member 'UBTT_SchedulePerformTaskSearch_C::BB' has a wrong offset!"); \ static_assert(offsetof(UBTT_SchedulePerformTaskSearch_C, SideWork) == 0x0000E8, "Member 'UBTT_SchedulePerformTaskSearch_C::SideWork' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_AmbientCamAnim_Idle_C \ static_assert(alignof(UBP_AmbientCamAnim_Idle_C) == 0x000010, "Wrong alignment on UBP_AmbientCamAnim_Idle_C"); \ static_assert(sizeof(UBP_AmbientCamAnim_Idle_C) == 0x000620, "Wrong size on UBP_AmbientCamAnim_Idle_C"); \ #define DUMPER7_ASSERTS_BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass \ static_assert(alignof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass) == 0x000008, "Wrong alignment on BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass"); \ static_assert(sizeof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass) == 0x0000A8, "Wrong size on BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, EntryPoint) == 0x000000, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, K2Node_CustomEvent_QueryInstance) == 0x000018, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, K2Node_CustomEvent_QueryStatus) == 0x000020, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000028, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, K2Node_DynamicCast_AsEQS_Query_Instance_Station) == 0x000038, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::K2Node_DynamicCast_AsEQS_Query_Instance_Station' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, CallFunc_GetResultsAsStationQueryData_ReturnValue) == 0x000048, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::CallFunc_GetResultsAsStationQueryData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, K2Node_CreateDelegate_OutputDelegate) == 0x00005C, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, Temp_int_Array_Index_Variable) == 0x00006C, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, CallFunc_Array_Get_Item) == 0x000070, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, CallFunc_RunEQSQuery_ReturnValue) == 0x000090, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, CallFunc_JoinStation_ReturnValue) == 0x000098, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::CallFunc_JoinStation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, CallFunc_IsValid_ReturnValue) == 0x000099, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, CallFunc_IsValid_ReturnValue_1) == 0x00009A, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, Temp_int_Loop_Counter_Variable) == 0x00009C, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, CallFunc_Less_IntInt_ReturnValue) == 0x0000A0, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass, CallFunc_Add_IntInt_ReturnValue) == 0x0000A4, "Member 'BTT_ScheduleClass_C_ExecuteUbergraph_BTT_ScheduleClass::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleClass_C_Class_OnQueryFinished \ static_assert(alignof(BTT_ScheduleClass_C_Class_OnQueryFinished) == 0x000008, "Wrong alignment on BTT_ScheduleClass_C_Class_OnQueryFinished"); \ static_assert(sizeof(BTT_ScheduleClass_C_Class_OnQueryFinished) == 0x000010, "Wrong size on BTT_ScheduleClass_C_Class_OnQueryFinished"); \ static_assert(offsetof(BTT_ScheduleClass_C_Class_OnQueryFinished, QueryInstance) == 0x000000, "Member 'BTT_ScheduleClass_C_Class_OnQueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleClass_C_Class_OnQueryFinished, QueryStatus) == 0x000008, "Member 'BTT_ScheduleClass_C_Class_OnQueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleClass_C_ExitTask \ static_assert(alignof(BTT_ScheduleClass_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleClass_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleClass_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleClass_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleClass_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleClass_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleClass_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleClass_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleClass_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleClass_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleClass_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleClass_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleClass_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleClass_C \ static_assert(alignof(UBTT_ScheduleClass_C) == 0x000008, "Wrong alignment on UBTT_ScheduleClass_C"); \ static_assert(sizeof(UBTT_ScheduleClass_C) == 0x0000E8, "Wrong size on UBTT_ScheduleClass_C"); \ static_assert(offsetof(UBTT_ScheduleClass_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleClass_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleClass_C, Social_Reasoning) == 0x0000D8, "Member 'UBTT_ScheduleClass_C::Social_Reasoning' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleClass_C, NewVar_0) == 0x0000E0, "Member 'UBTT_ScheduleClass_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch \ static_assert(alignof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch) == 0x000008, "Wrong alignment on BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch"); \ static_assert(sizeof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch) == 0x0000B0, "Wrong size on BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, EntryPoint) == 0x000000, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, CallFunc_RunEQSQuery_ReturnValue) == 0x000008, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, CallFunc_IsValid_ReturnValue_1) == 0x000015, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, K2Node_Event_OwnerActor_1) == 0x000018, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000020, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, K2Node_Event_OwnerActor) == 0x000030, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, K2Node_CustomEvent_QueryInstance) == 0x000038, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, K2Node_CustomEvent_QueryStatus) == 0x000040, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000041, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, K2Node_DynamicCast_AsEQS_Query_Instance_Station) == 0x000048, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::K2Node_DynamicCast_AsEQS_Query_Instance_Station' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, CallFunc_GetResultsAsStationQueryData_ReturnValue) == 0x000058, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::CallFunc_GetResultsAsStationQueryData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, CallFunc_Array_Get_Item) == 0x00006C, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, CallFunc_JoinStation_ReturnValue) == 0x00008C, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::CallFunc_JoinStation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, CallFunc_Array_Length_ReturnValue) == 0x000094, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, CallFunc_Less_IntInt_ReturnValue) == 0x000098, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch, K2Node_CreateDelegate_OutputDelegate) == 0x00009C, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalSearch::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleMissionCriticalSearch_C_MissionCritical_OnQueryFinished \ static_assert(alignof(BTT_ScheduleMissionCriticalSearch_C_MissionCritical_OnQueryFinished) == 0x000008, "Wrong alignment on BTT_ScheduleMissionCriticalSearch_C_MissionCritical_OnQueryFinished"); \ static_assert(sizeof(BTT_ScheduleMissionCriticalSearch_C_MissionCritical_OnQueryFinished) == 0x000010, "Wrong size on BTT_ScheduleMissionCriticalSearch_C_MissionCritical_OnQueryFinished"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_MissionCritical_OnQueryFinished, QueryInstance) == 0x000000, "Member 'BTT_ScheduleMissionCriticalSearch_C_MissionCritical_OnQueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_MissionCritical_OnQueryFinished, QueryStatus) == 0x000008, "Member 'BTT_ScheduleMissionCriticalSearch_C_MissionCritical_OnQueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleMissionCriticalSearch_C_ExitTask \ static_assert(alignof(BTT_ScheduleMissionCriticalSearch_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleMissionCriticalSearch_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleMissionCriticalSearch_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleMissionCriticalSearch_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleMissionCriticalSearch_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleMissionCriticalSearch_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleMissionCriticalSearch_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleMissionCriticalSearch_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleMissionCriticalSearch_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleMissionCriticalSearch_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalSearch_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleMissionCriticalSearch_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleMissionCriticalSearch_C \ static_assert(alignof(UBTT_ScheduleMissionCriticalSearch_C) == 0x000008, "Wrong alignment on UBTT_ScheduleMissionCriticalSearch_C"); \ static_assert(sizeof(UBTT_ScheduleMissionCriticalSearch_C) == 0x0000E0, "Wrong size on UBTT_ScheduleMissionCriticalSearch_C"); \ static_assert(offsetof(UBTT_ScheduleMissionCriticalSearch_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleMissionCriticalSearch_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleMissionCriticalSearch_C, Social_Reasoning) == 0x0000D8, "Member 'UBTT_ScheduleMissionCriticalSearch_C::Social_Reasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch \ static_assert(alignof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch) == 0x000008, "Wrong alignment on BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch"); \ static_assert(sizeof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch) == 0x000080, "Wrong size on BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch, EntryPoint) == 0x000000, "Member 'BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000018, "Member 'BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch, K2Node_CustomEvent_QueryInstance) == 0x000028, "Member 'BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch, K2Node_CustomEvent_QueryStatus) == 0x000030, "Member 'BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch, K2Node_DynamicCast_AsEQS_Query_Instance_Station) == 0x000038, "Member 'BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch::K2Node_DynamicCast_AsEQS_Query_Instance_Station' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch, CallFunc_GetResultsAsStationQueryData_ReturnValue) == 0x000048, "Member 'BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch::CallFunc_GetResultsAsStationQueryData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch, CallFunc_JoinStation_ReturnValue) == 0x000058, "Member 'BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch::CallFunc_JoinStation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch, K2Node_CreateDelegate_OutputDelegate) == 0x00005C, "Member 'BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch, CallFunc_RunEQSQuery_ReturnValue) == 0x000070, "Member 'BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch, CallFunc_IsValid_ReturnValue_1) == 0x000079, "Member 'BTT_ScheduleRestSearch_C_ExecuteUbergraph_BTT_ScheduleRestSearch::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleRestSearch_C_Patrol_Job_OnQueryFinished \ static_assert(alignof(BTT_ScheduleRestSearch_C_Patrol_Job_OnQueryFinished) == 0x000008, "Wrong alignment on BTT_ScheduleRestSearch_C_Patrol_Job_OnQueryFinished"); \ static_assert(sizeof(BTT_ScheduleRestSearch_C_Patrol_Job_OnQueryFinished) == 0x000010, "Wrong size on BTT_ScheduleRestSearch_C_Patrol_Job_OnQueryFinished"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_Patrol_Job_OnQueryFinished, QueryInstance) == 0x000000, "Member 'BTT_ScheduleRestSearch_C_Patrol_Job_OnQueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_Patrol_Job_OnQueryFinished, QueryStatus) == 0x000008, "Member 'BTT_ScheduleRestSearch_C_Patrol_Job_OnQueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleRestSearch_C_ExitTask \ static_assert(alignof(BTT_ScheduleRestSearch_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleRestSearch_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleRestSearch_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleRestSearch_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleRestSearch_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleRestSearch_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleRestSearch_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleRestSearch_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleRestSearch_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleRestSearch_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleRestSearch_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleRestSearch_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleRestSearch_C \ static_assert(alignof(UBTT_ScheduleRestSearch_C) == 0x000008, "Wrong alignment on UBTT_ScheduleRestSearch_C"); \ static_assert(sizeof(UBTT_ScheduleRestSearch_C) == 0x0000F0, "Wrong size on UBTT_ScheduleRestSearch_C"); \ static_assert(offsetof(UBTT_ScheduleRestSearch_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleRestSearch_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleRestSearch_C, Social_Reasoning) == 0x0000D8, "Member 'UBTT_ScheduleRestSearch_C::Social_Reasoning' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleRestSearch_C, BB) == 0x0000E0, "Member 'UBTT_ScheduleRestSearch_C::BB' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleRestSearch_C, SideWork) == 0x0000E8, "Member 'UBTT_ScheduleRestSearch_C::SideWork' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Combat2CombatCasual_C \ static_assert(alignof(UABL_Combat2CombatCasual_C) == 0x000008, "Wrong alignment on UABL_Combat2CombatCasual_C"); \ static_assert(sizeof(UABL_Combat2CombatCasual_C) == 0x0000C8, "Wrong size on UABL_Combat2CombatCasual_C"); \ #define DUMPER7_ASSERTS_BTT_ScheduleWaitInPerformTask_C_ExecuteUbergraph_BTT_ScheduleWaitInPerformTask \ static_assert(alignof(BTT_ScheduleWaitInPerformTask_C_ExecuteUbergraph_BTT_ScheduleWaitInPerformTask) == 0x000008, "Wrong alignment on BTT_ScheduleWaitInPerformTask_C_ExecuteUbergraph_BTT_ScheduleWaitInPerformTask"); \ static_assert(sizeof(BTT_ScheduleWaitInPerformTask_C_ExecuteUbergraph_BTT_ScheduleWaitInPerformTask) == 0x000018, "Wrong size on BTT_ScheduleWaitInPerformTask_C_ExecuteUbergraph_BTT_ScheduleWaitInPerformTask"); \ static_assert(offsetof(BTT_ScheduleWaitInPerformTask_C_ExecuteUbergraph_BTT_ScheduleWaitInPerformTask, EntryPoint) == 0x000000, "Member 'BTT_ScheduleWaitInPerformTask_C_ExecuteUbergraph_BTT_ScheduleWaitInPerformTask::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleWaitInPerformTask_C_ExecuteUbergraph_BTT_ScheduleWaitInPerformTask, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_ScheduleWaitInPerformTask_C_ExecuteUbergraph_BTT_ScheduleWaitInPerformTask::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleWaitInPerformTask_C_ExecuteUbergraph_BTT_ScheduleWaitInPerformTask, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_ScheduleWaitInPerformTask_C_ExecuteUbergraph_BTT_ScheduleWaitInPerformTask::K2Node_Event_OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleWaitInPerformTask_C_ExitTask \ static_assert(alignof(BTT_ScheduleWaitInPerformTask_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleWaitInPerformTask_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleWaitInPerformTask_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleWaitInPerformTask_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleWaitInPerformTask_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleWaitInPerformTask_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleWaitInPerformTask_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleWaitInPerformTask_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleWaitInPerformTask_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleWaitInPerformTask_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleWaitInPerformTask_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleWaitInPerformTask_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleWaitInPerformTask_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleWaitInPerformTask_C \ static_assert(alignof(UBTT_ScheduleWaitInPerformTask_C) == 0x000008, "Wrong alignment on UBTT_ScheduleWaitInPerformTask_C"); \ static_assert(sizeof(UBTT_ScheduleWaitInPerformTask_C) == 0x0000D8, "Wrong size on UBTT_ScheduleWaitInPerformTask_C"); \ static_assert(offsetof(UBTT_ScheduleWaitInPerformTask_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleWaitInPerformTask_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleWait_C_ExecuteUbergraph_BTT_ScheduleWait \ static_assert(alignof(BTT_ScheduleWait_C_ExecuteUbergraph_BTT_ScheduleWait) == 0x000008, "Wrong alignment on BTT_ScheduleWait_C_ExecuteUbergraph_BTT_ScheduleWait"); \ static_assert(sizeof(BTT_ScheduleWait_C_ExecuteUbergraph_BTT_ScheduleWait) == 0x000018, "Wrong size on BTT_ScheduleWait_C_ExecuteUbergraph_BTT_ScheduleWait"); \ static_assert(offsetof(BTT_ScheduleWait_C_ExecuteUbergraph_BTT_ScheduleWait, EntryPoint) == 0x000000, "Member 'BTT_ScheduleWait_C_ExecuteUbergraph_BTT_ScheduleWait::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleWait_C_ExecuteUbergraph_BTT_ScheduleWait, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_ScheduleWait_C_ExecuteUbergraph_BTT_ScheduleWait::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleWait_C_ExecuteUbergraph_BTT_ScheduleWait, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_ScheduleWait_C_ExecuteUbergraph_BTT_ScheduleWait::K2Node_Event_OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleWait_C_ExitTask \ static_assert(alignof(BTT_ScheduleWait_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleWait_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleWait_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleWait_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleWait_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleWait_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleWait_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleWait_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleWait_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleWait_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleWait_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleWait_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleWait_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleWait_C \ static_assert(alignof(UBTT_ScheduleWait_C) == 0x000008, "Wrong alignment on UBTT_ScheduleWait_C"); \ static_assert(sizeof(UBTT_ScheduleWait_C) == 0x0000D8, "Wrong size on UBTT_ScheduleWait_C"); \ static_assert(offsetof(UBTT_ScheduleWait_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleWait_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleMissionCriticalLoiter_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalLoiter \ static_assert(alignof(BTT_ScheduleMissionCriticalLoiter_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalLoiter) == 0x000008, "Wrong alignment on BTT_ScheduleMissionCriticalLoiter_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalLoiter"); \ static_assert(sizeof(BTT_ScheduleMissionCriticalLoiter_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalLoiter) == 0x000018, "Wrong size on BTT_ScheduleMissionCriticalLoiter_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalLoiter"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalLoiter_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalLoiter, EntryPoint) == 0x000000, "Member 'BTT_ScheduleMissionCriticalLoiter_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalLoiter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalLoiter_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalLoiter, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_ScheduleMissionCriticalLoiter_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalLoiter::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalLoiter_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalLoiter, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_ScheduleMissionCriticalLoiter_C_ExecuteUbergraph_BTT_ScheduleMissionCriticalLoiter::K2Node_Event_OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleMissionCriticalLoiter_C_ExitTask \ static_assert(alignof(BTT_ScheduleMissionCriticalLoiter_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleMissionCriticalLoiter_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleMissionCriticalLoiter_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleMissionCriticalLoiter_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalLoiter_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleMissionCriticalLoiter_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleMissionCriticalLoiter_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleMissionCriticalLoiter_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleMissionCriticalLoiter_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleMissionCriticalLoiter_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleMissionCriticalLoiter_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleMissionCriticalLoiter_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleMissionCriticalLoiter_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleMissionCriticalLoiter_C \ static_assert(alignof(UBTT_ScheduleMissionCriticalLoiter_C) == 0x000008, "Wrong alignment on UBTT_ScheduleMissionCriticalLoiter_C"); \ static_assert(sizeof(UBTT_ScheduleMissionCriticalLoiter_C) == 0x0000D8, "Wrong size on UBTT_ScheduleMissionCriticalLoiter_C"); \ static_assert(offsetof(UBTT_ScheduleMissionCriticalLoiter_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleMissionCriticalLoiter_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch \ static_assert(alignof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch) == 0x000008, "Wrong alignment on BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch"); \ static_assert(sizeof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch) == 0x000080, "Wrong size on BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch, EntryPoint) == 0x000000, "Member 'BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000018, "Member 'BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch, K2Node_CustomEvent_QueryInstance) == 0x000028, "Member 'BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch, K2Node_CustomEvent_QueryStatus) == 0x000030, "Member 'BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch, K2Node_DynamicCast_AsEQS_Query_Instance_Station) == 0x000038, "Member 'BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch::K2Node_DynamicCast_AsEQS_Query_Instance_Station' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch, CallFunc_GetResultsAsStationQueryData_ReturnValue) == 0x000048, "Member 'BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch::CallFunc_GetResultsAsStationQueryData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch, CallFunc_JoinStation_ReturnValue) == 0x000058, "Member 'BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch::CallFunc_JoinStation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch, K2Node_CreateDelegate_OutputDelegate) == 0x00005C, "Member 'BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch, CallFunc_RunEQSQuery_ReturnValue) == 0x000070, "Member 'BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch, CallFunc_IsValid_ReturnValue_1) == 0x000079, "Member 'BTT_ScheduleGuardSearch_C_ExecuteUbergraph_BTT_ScheduleGuardSearch::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleGuardSearch_C_Patrol_Job_OnQueryFinished \ static_assert(alignof(BTT_ScheduleGuardSearch_C_Patrol_Job_OnQueryFinished) == 0x000008, "Wrong alignment on BTT_ScheduleGuardSearch_C_Patrol_Job_OnQueryFinished"); \ static_assert(sizeof(BTT_ScheduleGuardSearch_C_Patrol_Job_OnQueryFinished) == 0x000010, "Wrong size on BTT_ScheduleGuardSearch_C_Patrol_Job_OnQueryFinished"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_Patrol_Job_OnQueryFinished, QueryInstance) == 0x000000, "Member 'BTT_ScheduleGuardSearch_C_Patrol_Job_OnQueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_Patrol_Job_OnQueryFinished, QueryStatus) == 0x000008, "Member 'BTT_ScheduleGuardSearch_C_Patrol_Job_OnQueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleGuardSearch_C_ExitTask \ static_assert(alignof(BTT_ScheduleGuardSearch_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleGuardSearch_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleGuardSearch_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleGuardSearch_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleGuardSearch_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleGuardSearch_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleGuardSearch_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleGuardSearch_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleGuardSearch_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleGuardSearch_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleGuardSearch_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleGuardSearch_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleGuardSearch_C \ static_assert(alignof(UBTT_ScheduleGuardSearch_C) == 0x000008, "Wrong alignment on UBTT_ScheduleGuardSearch_C"); \ static_assert(sizeof(UBTT_ScheduleGuardSearch_C) == 0x0000F0, "Wrong size on UBTT_ScheduleGuardSearch_C"); \ static_assert(offsetof(UBTT_ScheduleGuardSearch_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleGuardSearch_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleGuardSearch_C, Social_Reasoning) == 0x0000D8, "Member 'UBTT_ScheduleGuardSearch_C::Social_Reasoning' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleGuardSearch_C, BB) == 0x0000E0, "Member 'UBTT_ScheduleGuardSearch_C::BB' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleGuardSearch_C, SideWork) == 0x0000E8, "Member 'UBTT_ScheduleGuardSearch_C::SideWork' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService \ static_assert(alignof(BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService) == 0x000008, "Wrong alignment on BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService"); \ static_assert(sizeof(BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService) == 0x000070, "Wrong size on BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService"); \ static_assert(offsetof(BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService, EntryPoint) == 0x000000, "Member 'BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000008, "Member 'BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService, CallFunc_GetValueAsObject_ReturnValue) == 0x000010, "Member 'BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService, K2Node_Event_OwnerActor_1) == 0x000018, "Member 'BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService, K2Node_DynamicCast_AsStation_Component) == 0x000020, "Member 'BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService::K2Node_DynamicCast_AsStation_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000030, "Member 'BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService, K2Node_Event_OwnerActor) == 0x000040, "Member 'BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService, CallFunc_GetReasoner_ReturnValue) == 0x000048, "Member 'BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService::CallFunc_GetReasoner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService, CallFunc_GetSocialActionChoicesBP_StationQueryData) == 0x000050, "Member 'BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService::CallFunc_GetSocialActionChoicesBP_StationQueryData' has a wrong offset!"); \ static_assert(offsetof(BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService, CallFunc_GetSocialActionChoicesBP_ReturnValue) == 0x000060, "Member 'BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService::CallFunc_GetSocialActionChoicesBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService, CallFunc_Array_Length_ReturnValue) == 0x000064, "Member 'BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService, CallFunc_Greater_IntInt_ReturnValue) == 0x000068, "Member 'BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService, CallFunc_JoinStation_ReturnValue) == 0x000069, "Member 'BTT_EventOccupation_StationNeedsService_C_ExecuteUbergraph_BTT_EventOccupation_StationNeedsService::CallFunc_JoinStation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_EventOccupation_StationNeedsService_C_ExitTask \ static_assert(alignof(BTT_EventOccupation_StationNeedsService_C_ExitTask) == 0x000008, "Wrong alignment on BTT_EventOccupation_StationNeedsService_C_ExitTask"); \ static_assert(sizeof(BTT_EventOccupation_StationNeedsService_C_ExitTask) == 0x000008, "Wrong size on BTT_EventOccupation_StationNeedsService_C_ExitTask"); \ static_assert(offsetof(BTT_EventOccupation_StationNeedsService_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_EventOccupation_StationNeedsService_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_EventOccupation_StationNeedsService_C_ReceiveExecute \ static_assert(alignof(BTT_EventOccupation_StationNeedsService_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_EventOccupation_StationNeedsService_C_ReceiveExecute"); \ static_assert(sizeof(BTT_EventOccupation_StationNeedsService_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_EventOccupation_StationNeedsService_C_ReceiveExecute"); \ static_assert(offsetof(BTT_EventOccupation_StationNeedsService_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_EventOccupation_StationNeedsService_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_EventOccupation_StationNeedsService_C \ static_assert(alignof(UBTT_EventOccupation_StationNeedsService_C) == 0x000008, "Wrong alignment on UBTT_EventOccupation_StationNeedsService_C"); \ static_assert(sizeof(UBTT_EventOccupation_StationNeedsService_C) == 0x0000E0, "Wrong size on UBTT_EventOccupation_StationNeedsService_C"); \ static_assert(offsetof(UBTT_EventOccupation_StationNeedsService_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_EventOccupation_StationNeedsService_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_EventOccupation_StationNeedsService_C, StationNeedingServiceKey) == 0x0000D8, "Member 'UBTT_EventOccupation_StationNeedsService_C::StationNeedingServiceKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller \ static_assert(alignof(BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller) == 0x000008, "Wrong alignment on BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller"); \ static_assert(sizeof(BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller) == 0x000038, "Wrong size on BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller"); \ static_assert(offsetof(BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller, EntryPoint) == 0x000000, "Member 'BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller, CallFunc_Get_ReturnValue) == 0x000008, "Member 'BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller, CallFunc_GetPlatformName_ReturnValue) == 0x000010, "Member 'BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller, CallFunc_GetPlayerHouse_ReturnValue) == 0x000020, "Member 'BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller::CallFunc_GetPlayerHouse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000030, "Member 'BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000031, "Member 'BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller, CallFunc_EqualEqual_StrStr_ReturnValue_2) == 0x000032, "Member 'BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller::CallFunc_EqualEqual_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller, CallFunc_EqualEqual_StrStr_ReturnValue_3) == 0x000033, "Member 'BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller::CallFunc_EqualEqual_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller, CallFunc_EqualEqual_StrStr_ReturnValue_4) == 0x000034, "Member 'BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller::CallFunc_EqualEqual_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller, CallFunc_EqualEqual_StrStr_ReturnValue_5) == 0x000035, "Member 'BP_Phoenix_Player_Controller_C_ExecuteUbergraph_BP_Phoenix_Player_Controller::CallFunc_EqualEqual_StrStr_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Phoenix_Player_Controller_C \ static_assert(alignof(ABP_Phoenix_Player_Controller_C) == 0x000010, "Wrong alignment on ABP_Phoenix_Player_Controller_C"); \ static_assert(sizeof(ABP_Phoenix_Player_Controller_C) == 0x0009C0, "Wrong size on ABP_Phoenix_Player_Controller_C"); \ static_assert(offsetof(ABP_Phoenix_Player_Controller_C, UberGraphFrame) == 0x0009B0, "Member 'ABP_Phoenix_Player_Controller_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime \ static_assert(alignof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime) == 0x000008, "Wrong alignment on BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime"); \ static_assert(sizeof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime) == 0x0000F8, "Wrong size on BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, EntryPoint) == 0x000000, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, K2Node_CustomEvent_Caller) == 0x000008, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, K2Node_CustomEvent_QueryInstance_1) == 0x000018, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::K2Node_CustomEvent_QueryInstance_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, K2Node_CustomEvent_QueryStatus_1) == 0x000020, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::K2Node_CustomEvent_QueryStatus_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, CallFunc_GetQueryResultsAsActors_ResultActors) == 0x000028, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::CallFunc_GetQueryResultsAsActors_ResultActors' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, CallFunc_GetQueryResultsAsActors_ReturnValue) == 0x000038, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::CallFunc_GetQueryResultsAsActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, CallFunc_Array_Get_Item) == 0x000040, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, K2Node_DynamicCast_AsStation) == 0x000050, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::K2Node_DynamicCast_AsStation' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, CallFunc_GetItemScore_ReturnValue) == 0x00005C, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::CallFunc_GetItemScore_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, K2Node_CustomEvent_Caller_1) == 0x000060, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, CallFunc_Conv_FloatToString_ReturnValue) == 0x000068, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, CallFunc_Concat_StrStr_ReturnValue) == 0x000078, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, K2Node_Event_OwnerActor_2) == 0x000088, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, K2Node_Event_OwnerActor_1) == 0x000090, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, K2Node_Event_OwnerActor) == 0x000098, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, Temp_int_Loop_Counter_Variable_1) == 0x0000A0, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A8, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, Temp_int_Array_Index_Variable_1) == 0x0000AC, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, K2Node_CustomEvent_QueryInstance) == 0x0000B0, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, K2Node_CustomEvent_QueryStatus) == 0x0000B8, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000B9, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, CallFunc_GetQueryResultsAsActors_ResultActors_1) == 0x0000C0, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::CallFunc_GetQueryResultsAsActors_ResultActors_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, CallFunc_GetQueryResultsAsActors_ReturnValue_1) == 0x0000D0, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::CallFunc_GetQueryResultsAsActors_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, CallFunc_Array_Get_Item_1) == 0x0000D8, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, CallFunc_Array_Length_ReturnValue_1) == 0x0000E0, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, K2Node_DynamicCast_AsStation_1) == 0x0000E8, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::K2Node_DynamicCast_AsStation_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, K2Node_DynamicCast_bSuccess_1) == 0x0000F0, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000F1, "Member 'BTS_Student_FreeTime_C_ExecuteUbergraph_BTS_Student_FreeTime::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_0 \ static_assert(alignof(BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_0) == 0x000008, "Wrong alignment on BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_0"); \ static_assert(sizeof(BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_0) == 0x000010, "Wrong size on BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_0"); \ static_assert(offsetof(BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_0, QueryInstance) == 0x000000, "Member 'BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_0::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_0, QueryStatus) == 0x000008, "Member 'BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_0::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_FreeTime_C_ServiceBegin \ static_assert(alignof(BTS_Student_FreeTime_C_ServiceBegin) == 0x000008, "Wrong alignment on BTS_Student_FreeTime_C_ServiceBegin"); \ static_assert(sizeof(BTS_Student_FreeTime_C_ServiceBegin) == 0x000008, "Wrong size on BTS_Student_FreeTime_C_ServiceBegin"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ServiceBegin, OwnerActor) == 0x000000, "Member 'BTS_Student_FreeTime_C_ServiceBegin::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_FreeTime_C_ReceiveSearchStart \ static_assert(alignof(BTS_Student_FreeTime_C_ReceiveSearchStart) == 0x000008, "Wrong alignment on BTS_Student_FreeTime_C_ReceiveSearchStart"); \ static_assert(sizeof(BTS_Student_FreeTime_C_ReceiveSearchStart) == 0x000008, "Wrong size on BTS_Student_FreeTime_C_ReceiveSearchStart"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ReceiveSearchStart, OwnerActor) == 0x000000, "Member 'BTS_Student_FreeTime_C_ReceiveSearchStart::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_FreeTime_C_ServiceEnd \ static_assert(alignof(BTS_Student_FreeTime_C_ServiceEnd) == 0x000008, "Wrong alignment on BTS_Student_FreeTime_C_ServiceEnd"); \ static_assert(sizeof(BTS_Student_FreeTime_C_ServiceEnd) == 0x000008, "Wrong size on BTS_Student_FreeTime_C_ServiceEnd"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ServiceEnd, OwnerActor) == 0x000000, "Member 'BTS_Student_FreeTime_C_ServiceEnd::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_1 \ static_assert(alignof(BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_1) == 0x000008, "Wrong alignment on BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_1"); \ static_assert(sizeof(BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_1) == 0x000010, "Wrong size on BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_1"); \ static_assert(offsetof(BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_1, QueryInstance) == 0x000000, "Member 'BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_1::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_1, QueryStatus) == 0x000008, "Member 'BTS_Student_FreeTime_C_OnQueryFinishedEvent_Event_1::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_FreeTime_C_ExcuseMe \ static_assert(alignof(BTS_Student_FreeTime_C_ExcuseMe) == 0x000008, "Wrong alignment on BTS_Student_FreeTime_C_ExcuseMe"); \ static_assert(sizeof(BTS_Student_FreeTime_C_ExcuseMe) == 0x000008, "Wrong size on BTS_Student_FreeTime_C_ExcuseMe"); \ static_assert(offsetof(BTS_Student_FreeTime_C_ExcuseMe, Caller) == 0x000000, "Member 'BTS_Student_FreeTime_C_ExcuseMe::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_FreeTime_C_Nevermind \ static_assert(alignof(BTS_Student_FreeTime_C_Nevermind) == 0x000008, "Wrong alignment on BTS_Student_FreeTime_C_Nevermind"); \ static_assert(sizeof(BTS_Student_FreeTime_C_Nevermind) == 0x000008, "Wrong size on BTS_Student_FreeTime_C_Nevermind"); \ static_assert(offsetof(BTS_Student_FreeTime_C_Nevermind, Caller) == 0x000000, "Member 'BTS_Student_FreeTime_C_Nevermind::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Student_FreeTime_C \ static_assert(alignof(UBTS_Student_FreeTime_C) == 0x000008, "Wrong alignment on UBTS_Student_FreeTime_C"); \ static_assert(sizeof(UBTS_Student_FreeTime_C) == 0x0000F0, "Wrong size on UBTS_Student_FreeTime_C"); \ static_assert(offsetof(UBTS_Student_FreeTime_C, UberGraphFrame) == 0x0000D0, "Member 'UBTS_Student_FreeTime_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_Student_FreeTime_C, DisplayRelationship) == 0x0000D8, "Member 'UBTS_Student_FreeTime_C::DisplayRelationship' has a wrong offset!"); \ static_assert(offsetof(UBTS_Student_FreeTime_C, DisplaySocialIntention) == 0x0000D9, "Member 'UBTS_Student_FreeTime_C::DisplaySocialIntention' has a wrong offset!"); \ static_assert(offsetof(UBTS_Student_FreeTime_C, TimeOfNextActivity) == 0x0000E0, "Member 'UBTS_Student_FreeTime_C::TimeOfNextActivity' has a wrong offset!"); \ static_assert(offsetof(UBTS_Student_FreeTime_C, DurationOfCurrentActivity) == 0x0000E8, "Member 'UBTS_Student_FreeTime_C::DurationOfCurrentActivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleNoStation_C_ExecuteUbergraph_BTT_ScheduleNoStation \ static_assert(alignof(BTT_ScheduleNoStation_C_ExecuteUbergraph_BTT_ScheduleNoStation) == 0x000008, "Wrong alignment on BTT_ScheduleNoStation_C_ExecuteUbergraph_BTT_ScheduleNoStation"); \ static_assert(sizeof(BTT_ScheduleNoStation_C_ExecuteUbergraph_BTT_ScheduleNoStation) == 0x000018, "Wrong size on BTT_ScheduleNoStation_C_ExecuteUbergraph_BTT_ScheduleNoStation"); \ static_assert(offsetof(BTT_ScheduleNoStation_C_ExecuteUbergraph_BTT_ScheduleNoStation, EntryPoint) == 0x000000, "Member 'BTT_ScheduleNoStation_C_ExecuteUbergraph_BTT_ScheduleNoStation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleNoStation_C_ExecuteUbergraph_BTT_ScheduleNoStation, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_ScheduleNoStation_C_ExecuteUbergraph_BTT_ScheduleNoStation::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleNoStation_C_ExecuteUbergraph_BTT_ScheduleNoStation, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_ScheduleNoStation_C_ExecuteUbergraph_BTT_ScheduleNoStation::K2Node_Event_OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleNoStation_C_ExitTask \ static_assert(alignof(BTT_ScheduleNoStation_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleNoStation_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleNoStation_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleNoStation_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleNoStation_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleNoStation_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleNoStation_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleNoStation_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleNoStation_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleNoStation_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleNoStation_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleNoStation_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleNoStation_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleNoStation_C \ static_assert(alignof(UBTT_ScheduleNoStation_C) == 0x000008, "Wrong alignment on UBTT_ScheduleNoStation_C"); \ static_assert(sizeof(UBTT_ScheduleNoStation_C) == 0x0000E0, "Wrong size on UBTT_ScheduleNoStation_C"); \ static_assert(offsetof(UBTT_ScheduleNoStation_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleNoStation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleNoStation_C, SocialReasoning) == 0x0000D8, "Member 'UBTT_ScheduleNoStation_C::SocialReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit \ static_assert(alignof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit) == 0x000008, "Wrong alignment on BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit"); \ static_assert(sizeof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit) == 0x0000C0, "Wrong size on BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, EntryPoint) == 0x000000, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, CallFunc_GetReasoner_ReturnValue) == 0x000008, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::CallFunc_GetReasoner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, K2Node_DynamicCast_AsScheduled_Entity) == 0x000010, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::K2Node_DynamicCast_AsScheduled_Entity' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, CallFunc_RunEQSQuery_ReturnValue) == 0x000020, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, CallFunc_CurrentlyInFlesh_ReturnValue) == 0x000028, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::CallFunc_CurrentlyInFlesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, K2Node_CustomEvent_QueryInstance) == 0x000030, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, K2Node_CustomEvent_QueryStatus) == 0x000038, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000039, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, CallFunc_GetQueryResultsAsActors_ResultActors) == 0x000040, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::CallFunc_GetQueryResultsAsActors_ResultActors' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, CallFunc_GetQueryResultsAsActors_ReturnValue) == 0x000050, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::CallFunc_GetQueryResultsAsActors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, K2Node_Event_OwnerActor) == 0x000058, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, CallFunc_SelectGhostStoryPartners_AvailablePartners) == 0x000060, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::CallFunc_SelectGhostStoryPartners_AvailablePartners' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, CallFunc_SelectGhostStoryPartners_ReturnValue) == 0x000070, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::CallFunc_SelectGhostStoryPartners_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, CallFunc_IsValid_ReturnValue) == 0x000071, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, CallFunc_WhomShallIGreet_Score) == 0x000074, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::CallFunc_WhomShallIGreet_Score' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, CallFunc_WhomShallIGreet_ReturnValue) == 0x000078, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::CallFunc_WhomShallIGreet_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, K2Node_Event_OwnerActor_1) == 0x000098, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, CallFunc_RandomFloatInRange_ReturnValue) == 0x0000A0, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000A4, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, K2Node_CreateDelegate_OutputDelegate) == 0x0000A8, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, CallFunc_IsValid_ReturnValue_1) == 0x0000B8, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000BC, "Member 'BTT_ScheduleStationTransit_C_ExecuteUbergraph_BTT_ScheduleStationTransit::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleStationTransit_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleStationTransit_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleStationTransit_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleStationTransit_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleStationTransit_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleStationTransit_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleStationTransit_C_StationTransit_AcknowledgeFriends_OnQueryFinished \ static_assert(alignof(BTT_ScheduleStationTransit_C_StationTransit_AcknowledgeFriends_OnQueryFinished) == 0x000008, "Wrong alignment on BTT_ScheduleStationTransit_C_StationTransit_AcknowledgeFriends_OnQueryFinished"); \ static_assert(sizeof(BTT_ScheduleStationTransit_C_StationTransit_AcknowledgeFriends_OnQueryFinished) == 0x000010, "Wrong size on BTT_ScheduleStationTransit_C_StationTransit_AcknowledgeFriends_OnQueryFinished"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_StationTransit_AcknowledgeFriends_OnQueryFinished, QueryInstance) == 0x000000, "Member 'BTT_ScheduleStationTransit_C_StationTransit_AcknowledgeFriends_OnQueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_StationTransit_AcknowledgeFriends_OnQueryFinished, QueryStatus) == 0x000008, "Member 'BTT_ScheduleStationTransit_C_StationTransit_AcknowledgeFriends_OnQueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleStationTransit_C_ExitTask \ static_assert(alignof(BTT_ScheduleStationTransit_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleStationTransit_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleStationTransit_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleStationTransit_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleStationTransit_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleStationTransit_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleStationTransit_C \ static_assert(alignof(UBTT_ScheduleStationTransit_C) == 0x000008, "Wrong alignment on UBTT_ScheduleStationTransit_C"); \ static_assert(sizeof(UBTT_ScheduleStationTransit_C) == 0x000100, "Wrong size on UBTT_ScheduleStationTransit_C"); \ static_assert(offsetof(UBTT_ScheduleStationTransit_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleStationTransit_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleStationTransit_C, Social_Reasoning) == 0x0000D8, "Member 'UBTT_ScheduleStationTransit_C::Social_Reasoning' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleStationTransit_C, Min_Time_Available) == 0x0000E0, "Member 'UBTT_ScheduleStationTransit_C::Min_Time_Available' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleStationTransit_C, Max_Time_Available) == 0x0000E4, "Member 'UBTT_ScheduleStationTransit_C::Max_Time_Available' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleStationTransit_C, Time_Available) == 0x0000E8, "Member 'UBTT_ScheduleStationTransit_C::Time_Available' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleStationTransit_C, StationTransit_EQS_Acknowledge_Friends) == 0x0000F0, "Member 'UBTT_ScheduleStationTransit_C::StationTransit_EQS_Acknowledge_Friends' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleStationTransit_C, Simulated_Second_Multiplier) == 0x0000F8, "Member 'UBTT_ScheduleStationTransit_C::Simulated_Second_Multiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum \ static_assert(alignof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum) == 0x000008, "Wrong alignment on BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum"); \ static_assert(sizeof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum) == 0x000520, "Wrong size on BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, EntryPoint) == 0x000000, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_SocialReasoning_10) == 0x000008, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_SocialReasoning_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_SocialReasoning_9) == 0x000010, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_SocialReasoning_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_InStation_1) == 0x000018, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_InStation_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000020, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_MakeLiteralName_ReturnValue) == 0x000028, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_SocialReasoning_8) == 0x000030, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_SocialReasoning_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_SocialReasoning_7) == 0x000038, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_SocialReasoning_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_SocialReasoning_6) == 0x000040, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_SocialReasoning_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_GetBlackboardComponent_ReturnValue_1) == 0x000048, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_GetBlackboardComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000050, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_OwnerActor) == 0x000058, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_CustomEvent_Caller) == 0x000060, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_CustomEvent_StationComponent) == 0x000068, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_CustomEvent_StationComponent' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x000070, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000078, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_GetReasoner_ReturnValue) == 0x000088, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_GetReasoner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_SocialReasoning_5) == 0x000090, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_SocialReasoning_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_DynamicCast_AsScheduled_Entity) == 0x000098, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_DynamicCast_AsScheduled_Entity' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_DynamicCast_bSuccess_1) == 0x0000A0, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_SocialReasoning_4) == 0x0000A8, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_SocialReasoning_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_SocialReasoning_3) == 0x0000B0, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_SocialReasoning_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_TimeEvent) == 0x0000B8, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_TimeEvent' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_GetReasoner_ReturnValue_1) == 0x0000E8, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_GetReasoner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_DynamicCast_AsScheduled_Entity_1) == 0x0000F0, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_DynamicCast_AsScheduled_Entity_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_DynamicCast_bSuccess_2) == 0x0000F8, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_GetGoalStatus_GoalStatus) == 0x0000F9, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_GetGoalStatus_GoalStatus' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_DynamicCast_AsScheduled_Object_Interface) == 0x000100, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_DynamicCast_AsScheduled_Object_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_DynamicCast_bSuccess_3) == 0x000110, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_GetCurrentActivity_ActivityIsValid) == 0x000111, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_GetCurrentActivity_ActivityIsValid' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_GetCurrentActivity_CurrentActivity) == 0x000118, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_GetCurrentActivity_CurrentActivity' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000210, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_SocialReasoning_2) == 0x000218, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_SocialReasoning_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_InStation) == 0x000220, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_InStation' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_InStationInteractionType) == 0x000228, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_InStationInteractionType' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_InActionName) == 0x00022C, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_InActionName' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_InConnectionIndex) == 0x000234, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_InConnectionIndex' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_InStationUseDuration) == 0x000238, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_InStationUseDuration' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_InSkipValidationForTeleport) == 0x00023C, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_InSkipValidationForTeleport' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_GetBlackboardComponent_ReturnValue_2) == 0x000240, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_GetBlackboardComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_GetGoalStatus_GoalStatus_1) == 0x000248, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_GetGoalStatus_GoalStatus_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_SocialReasoning_1) == 0x000250, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_SocialReasoning_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_RunMode_1) == 0x000258, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_RunMode_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_QueryFinishedDelegate_1) == 0x000260, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_QueryFinishedDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_CreateDelegate_OutputDelegate) == 0x000270, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_RunEQSQuery_ReturnValue) == 0x000280, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_IsValid_ReturnValue) == 0x000288, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_CreateDelegate_OutputDelegate_1) == 0x00028C, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_CustomEvent_QueryInstance_1) == 0x0002A0, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_CustomEvent_QueryInstance_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_CustomEvent_QueryStatus_1) == 0x0002A8, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_CustomEvent_QueryStatus_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_SocialReasoning) == 0x0002B0, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_SocialReasoning' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_RunMode) == 0x0002B8, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_RunMode' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_Event_QueryFinishedDelegate) == 0x0002C0, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_Event_QueryFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_RunEQSQuery_ReturnValue_1) == 0x0002D0, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_RunEQSQuery_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_MakeLiteralByte_ReturnValue) == 0x0002D8, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_IsValid_ReturnValue_1) == 0x0002D9, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_Conv_ByteToInt_ReturnValue_2) == 0x0002DC, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_Conv_ByteToInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_And_IntInt_ReturnValue) == 0x0002E0, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_And_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_CustomEvent_QueryInstance) == 0x0002E8, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_CustomEvent_QueryStatus) == 0x0002F0, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_Conv_IntToBool_ReturnValue) == 0x0002F1, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_CreateDelegate_OutputDelegate_2) == 0x0002F4, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_GetGoalActivity_ActivityIsValid) == 0x000304, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_GetGoalActivity_ActivityIsValid' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_GetGoalActivity_RequestedActivity) == 0x000308, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_GetGoalActivity_RequestedActivity' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_HermesBindStationComponent_Handle) == 0x000400, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_HermesBindStationComponent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_SwitchName_CmpSuccess) == 0x000410, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_GetGoalActivity_ActivityIsValid_1) == 0x000411, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_GetGoalActivity_ActivityIsValid_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_GetGoalActivity_RequestedActivity_1) == 0x000418, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_GetGoalActivity_RequestedActivity_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000510, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, K2Node_SwitchName_CmpSuccess_1) == 0x000511, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_Conv_ByteToInt_ReturnValue_3) == 0x000514, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_Conv_ByteToInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_And_IntInt_ReturnValue_1) == 0x000518, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_And_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum, CallFunc_Conv_IntToBool_ReturnValue_1) == 0x00051C, "Member 'BTS_Student_Curriculum_C_ExecuteUbergraph_BTS_Student_Curriculum::CallFunc_Conv_IntToBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_FindSocialReasonings_QueryFinished \ static_assert(alignof(BTS_Student_Curriculum_C_FindSocialReasonings_QueryFinished) == 0x000008, "Wrong alignment on BTS_Student_Curriculum_C_FindSocialReasonings_QueryFinished"); \ static_assert(sizeof(BTS_Student_Curriculum_C_FindSocialReasonings_QueryFinished) == 0x000010, "Wrong size on BTS_Student_Curriculum_C_FindSocialReasonings_QueryFinished"); \ static_assert(offsetof(BTS_Student_Curriculum_C_FindSocialReasonings_QueryFinished, QueryInstance) == 0x000000, "Member 'BTS_Student_Curriculum_C_FindSocialReasonings_QueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_FindSocialReasonings_QueryFinished, QueryStatus) == 0x000008, "Member 'BTS_Student_Curriculum_C_FindSocialReasonings_QueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_RunEQS_FindSocialReasonings \ static_assert(alignof(BTS_Student_Curriculum_C_RunEQS_FindSocialReasonings) == 0x000008, "Wrong alignment on BTS_Student_Curriculum_C_RunEQS_FindSocialReasonings"); \ static_assert(sizeof(BTS_Student_Curriculum_C_RunEQS_FindSocialReasonings) == 0x000020, "Wrong size on BTS_Student_Curriculum_C_RunEQS_FindSocialReasonings"); \ static_assert(offsetof(BTS_Student_Curriculum_C_RunEQS_FindSocialReasonings, SocialReasoning) == 0x000000, "Member 'BTS_Student_Curriculum_C_RunEQS_FindSocialReasonings::SocialReasoning' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_RunEQS_FindSocialReasonings, RunMode) == 0x000008, "Member 'BTS_Student_Curriculum_C_RunEQS_FindSocialReasonings::RunMode' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_RunEQS_FindSocialReasonings, QueryFinishedDelegate) == 0x000010, "Member 'BTS_Student_Curriculum_C_RunEQS_FindSocialReasonings::QueryFinishedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_FindStations_QueryFinished \ static_assert(alignof(BTS_Student_Curriculum_C_FindStations_QueryFinished) == 0x000008, "Wrong alignment on BTS_Student_Curriculum_C_FindStations_QueryFinished"); \ static_assert(sizeof(BTS_Student_Curriculum_C_FindStations_QueryFinished) == 0x000010, "Wrong size on BTS_Student_Curriculum_C_FindStations_QueryFinished"); \ static_assert(offsetof(BTS_Student_Curriculum_C_FindStations_QueryFinished, QueryInstance) == 0x000000, "Member 'BTS_Student_Curriculum_C_FindStations_QueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_FindStations_QueryFinished, QueryStatus) == 0x000008, "Member 'BTS_Student_Curriculum_C_FindStations_QueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_RunEQS_FindStations \ static_assert(alignof(BTS_Student_Curriculum_C_RunEQS_FindStations) == 0x000008, "Wrong alignment on BTS_Student_Curriculum_C_RunEQS_FindStations"); \ static_assert(sizeof(BTS_Student_Curriculum_C_RunEQS_FindStations) == 0x000020, "Wrong size on BTS_Student_Curriculum_C_RunEQS_FindStations"); \ static_assert(offsetof(BTS_Student_Curriculum_C_RunEQS_FindStations, SocialReasoning) == 0x000000, "Member 'BTS_Student_Curriculum_C_RunEQS_FindStations::SocialReasoning' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_RunEQS_FindStations, RunMode) == 0x000008, "Member 'BTS_Student_Curriculum_C_RunEQS_FindStations::RunMode' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_RunEQS_FindStations, QueryFinishedDelegate) == 0x000010, "Member 'BTS_Student_Curriculum_C_RunEQS_FindStations::QueryFinishedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_PerformTask_MoveToStation \ static_assert(alignof(BTS_Student_Curriculum_C_PerformTask_MoveToStation) == 0x000008, "Wrong alignment on BTS_Student_Curriculum_C_PerformTask_MoveToStation"); \ static_assert(sizeof(BTS_Student_Curriculum_C_PerformTask_MoveToStation) == 0x000028, "Wrong size on BTS_Student_Curriculum_C_PerformTask_MoveToStation"); \ static_assert(offsetof(BTS_Student_Curriculum_C_PerformTask_MoveToStation, SocialReasoning) == 0x000000, "Member 'BTS_Student_Curriculum_C_PerformTask_MoveToStation::SocialReasoning' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_PerformTask_MoveToStation, InStation) == 0x000008, "Member 'BTS_Student_Curriculum_C_PerformTask_MoveToStation::InStation' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_PerformTask_MoveToStation, InStationInteractionType) == 0x000010, "Member 'BTS_Student_Curriculum_C_PerformTask_MoveToStation::InStationInteractionType' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_PerformTask_MoveToStation, InActionName) == 0x000014, "Member 'BTS_Student_Curriculum_C_PerformTask_MoveToStation::InActionName' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_PerformTask_MoveToStation, InConnectionIndex) == 0x00001C, "Member 'BTS_Student_Curriculum_C_PerformTask_MoveToStation::InConnectionIndex' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_PerformTask_MoveToStation, InStationUseDuration) == 0x000020, "Member 'BTS_Student_Curriculum_C_PerformTask_MoveToStation::InStationUseDuration' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_PerformTask_MoveToStation, InSkipValidationForTeleport) == 0x000024, "Member 'BTS_Student_Curriculum_C_PerformTask_MoveToStation::InSkipValidationForTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_Think \ static_assert(alignof(BTS_Student_Curriculum_C_Think) == 0x000008, "Wrong alignment on BTS_Student_Curriculum_C_Think"); \ static_assert(sizeof(BTS_Student_Curriculum_C_Think) == 0x000038, "Wrong size on BTS_Student_Curriculum_C_Think"); \ static_assert(offsetof(BTS_Student_Curriculum_C_Think, SocialReasoning) == 0x000000, "Member 'BTS_Student_Curriculum_C_Think::SocialReasoning' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_Think, TimeEvent) == 0x000008, "Member 'BTS_Student_Curriculum_C_Think::TimeEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_PerformTask_MoveToLocation \ static_assert(alignof(BTS_Student_Curriculum_C_PerformTask_MoveToLocation) == 0x000008, "Wrong alignment on BTS_Student_Curriculum_C_PerformTask_MoveToLocation"); \ static_assert(sizeof(BTS_Student_Curriculum_C_PerformTask_MoveToLocation) == 0x000008, "Wrong size on BTS_Student_Curriculum_C_PerformTask_MoveToLocation"); \ static_assert(offsetof(BTS_Student_Curriculum_C_PerformTask_MoveToLocation, SocialReasoning) == 0x000000, "Member 'BTS_Student_Curriculum_C_PerformTask_MoveToLocation::SocialReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_PerformTask_WaitForPlayer \ static_assert(alignof(BTS_Student_Curriculum_C_PerformTask_WaitForPlayer) == 0x000008, "Wrong alignment on BTS_Student_Curriculum_C_PerformTask_WaitForPlayer"); \ static_assert(sizeof(BTS_Student_Curriculum_C_PerformTask_WaitForPlayer) == 0x000008, "Wrong size on BTS_Student_Curriculum_C_PerformTask_WaitForPlayer"); \ static_assert(offsetof(BTS_Student_Curriculum_C_PerformTask_WaitForPlayer, SocialReasoning) == 0x000000, "Member 'BTS_Student_Curriculum_C_PerformTask_WaitForPlayer::SocialReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_StationNeedsService \ static_assert(alignof(BTS_Student_Curriculum_C_StationNeedsService) == 0x000008, "Wrong alignment on BTS_Student_Curriculum_C_StationNeedsService"); \ static_assert(sizeof(BTS_Student_Curriculum_C_StationNeedsService) == 0x000010, "Wrong size on BTS_Student_Curriculum_C_StationNeedsService"); \ static_assert(offsetof(BTS_Student_Curriculum_C_StationNeedsService, Caller) == 0x000000, "Member 'BTS_Student_Curriculum_C_StationNeedsService::Caller' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_StationNeedsService, StationComponent) == 0x000008, "Member 'BTS_Student_Curriculum_C_StationNeedsService::StationComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_ServiceBegin \ static_assert(alignof(BTS_Student_Curriculum_C_ServiceBegin) == 0x000008, "Wrong alignment on BTS_Student_Curriculum_C_ServiceBegin"); \ static_assert(sizeof(BTS_Student_Curriculum_C_ServiceBegin) == 0x000008, "Wrong size on BTS_Student_Curriculum_C_ServiceBegin"); \ static_assert(offsetof(BTS_Student_Curriculum_C_ServiceBegin, OwnerActor) == 0x000000, "Member 'BTS_Student_Curriculum_C_ServiceBegin::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_PlayerSighted \ static_assert(alignof(BTS_Student_Curriculum_C_PlayerSighted) == 0x000008, "Wrong alignment on BTS_Student_Curriculum_C_PlayerSighted"); \ static_assert(sizeof(BTS_Student_Curriculum_C_PlayerSighted) == 0x000008, "Wrong size on BTS_Student_Curriculum_C_PlayerSighted"); \ static_assert(offsetof(BTS_Student_Curriculum_C_PlayerSighted, SocialReasoning) == 0x000000, "Member 'BTS_Student_Curriculum_C_PlayerSighted::SocialReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_Combat \ static_assert(alignof(BTS_Student_Curriculum_C_Combat) == 0x000008, "Wrong alignment on BTS_Student_Curriculum_C_Combat"); \ static_assert(sizeof(BTS_Student_Curriculum_C_Combat) == 0x000008, "Wrong size on BTS_Student_Curriculum_C_Combat"); \ static_assert(offsetof(BTS_Student_Curriculum_C_Combat, SocialReasoning) == 0x000000, "Member 'BTS_Student_Curriculum_C_Combat::SocialReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_Companionship \ static_assert(alignof(BTS_Student_Curriculum_C_Companionship) == 0x000008, "Wrong alignment on BTS_Student_Curriculum_C_Companionship"); \ static_assert(sizeof(BTS_Student_Curriculum_C_Companionship) == 0x000008, "Wrong size on BTS_Student_Curriculum_C_Companionship"); \ static_assert(offsetof(BTS_Student_Curriculum_C_Companionship, SocialReasoning) == 0x000000, "Member 'BTS_Student_Curriculum_C_Companionship::SocialReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_InteractionCallback \ static_assert(alignof(BTS_Student_Curriculum_C_InteractionCallback) == 0x000008, "Wrong alignment on BTS_Student_Curriculum_C_InteractionCallback"); \ static_assert(sizeof(BTS_Student_Curriculum_C_InteractionCallback) == 0x000010, "Wrong size on BTS_Student_Curriculum_C_InteractionCallback"); \ static_assert(offsetof(BTS_Student_Curriculum_C_InteractionCallback, SocialReasoning) == 0x000000, "Member 'BTS_Student_Curriculum_C_InteractionCallback::SocialReasoning' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_InteractionCallback, InStation) == 0x000008, "Member 'BTS_Student_Curriculum_C_InteractionCallback::InStation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_Chat \ static_assert(alignof(BTS_Student_Curriculum_C_Chat) == 0x000008, "Wrong alignment on BTS_Student_Curriculum_C_Chat"); \ static_assert(sizeof(BTS_Student_Curriculum_C_Chat) == 0x000008, "Wrong size on BTS_Student_Curriculum_C_Chat"); \ static_assert(offsetof(BTS_Student_Curriculum_C_Chat, SocialReasoning) == 0x000000, "Member 'BTS_Student_Curriculum_C_Chat::SocialReasoning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_Set_New_Behavior \ static_assert(alignof(BTS_Student_Curriculum_C_Set_New_Behavior) == 0x000008, "Wrong alignment on BTS_Student_Curriculum_C_Set_New_Behavior"); \ static_assert(sizeof(BTS_Student_Curriculum_C_Set_New_Behavior) == 0x000108, "Wrong size on BTS_Student_Curriculum_C_Set_New_Behavior"); \ static_assert(offsetof(BTS_Student_Curriculum_C_Set_New_Behavior, CallFunc_GetGoalActivity_ActivityIsValid) == 0x000000, "Member 'BTS_Student_Curriculum_C_Set_New_Behavior::CallFunc_GetGoalActivity_ActivityIsValid' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_Set_New_Behavior, CallFunc_GetGoalActivity_RequestedActivity) == 0x000008, "Member 'BTS_Student_Curriculum_C_Set_New_Behavior::CallFunc_GetGoalActivity_RequestedActivity' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_Set_New_Behavior, K2Node_SwitchName_CmpSuccess) == 0x000100, "Member 'BTS_Student_Curriculum_C_Set_New_Behavior::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Student_Curriculum_C_Set_SubBehavior \ static_assert(alignof(BTS_Student_Curriculum_C_Set_SubBehavior) == 0x000004, "Wrong alignment on BTS_Student_Curriculum_C_Set_SubBehavior"); \ static_assert(sizeof(BTS_Student_Curriculum_C_Set_SubBehavior) == 0x00000C, "Wrong size on BTS_Student_Curriculum_C_Set_SubBehavior"); \ static_assert(offsetof(BTS_Student_Curriculum_C_Set_SubBehavior, CallFunc_GetActiveLeafNodeTag_ReturnValue) == 0x000000, "Member 'BTS_Student_Curriculum_C_Set_SubBehavior::CallFunc_GetActiveLeafNodeTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Student_Curriculum_C_Set_SubBehavior, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000008, "Member 'BTS_Student_Curriculum_C_Set_SubBehavior::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Student_Curriculum_C \ static_assert(alignof(UBTS_Student_Curriculum_C) == 0x000008, "Wrong alignment on UBTS_Student_Curriculum_C"); \ static_assert(sizeof(UBTS_Student_Curriculum_C) == 0x000118, "Wrong size on UBTS_Student_Curriculum_C"); \ static_assert(offsetof(UBTS_Student_Curriculum_C, UberGraphFrame) == 0x0000D0, "Member 'UBTS_Student_Curriculum_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_Student_Curriculum_C, ScheduledEntity) == 0x0000D8, "Member 'UBTS_Student_Curriculum_C::ScheduledEntity' has a wrong offset!"); \ static_assert(offsetof(UBTS_Student_Curriculum_C, FutureGoalStatus) == 0x0000E0, "Member 'UBTS_Student_Curriculum_C::FutureGoalStatus' has a wrong offset!"); \ static_assert(offsetof(UBTS_Student_Curriculum_C, StationNeedingServiceKey) == 0x0000E4, "Member 'UBTS_Student_Curriculum_C::StationNeedingServiceKey' has a wrong offset!"); \ static_assert(offsetof(UBTS_Student_Curriculum_C, StationActionNameKey) == 0x0000EC, "Member 'UBTS_Student_Curriculum_C::StationActionNameKey' has a wrong offset!"); \ static_assert(offsetof(UBTS_Student_Curriculum_C, StationConnectionIndexKey) == 0x0000F4, "Member 'UBTS_Student_Curriculum_C::StationConnectionIndexKey' has a wrong offset!"); \ static_assert(offsetof(UBTS_Student_Curriculum_C, StationInteractionTypeKey) == 0x0000FC, "Member 'UBTS_Student_Curriculum_C::StationInteractionTypeKey' has a wrong offset!"); \ static_assert(offsetof(UBTS_Student_Curriculum_C, StationUseDurationKey) == 0x000104, "Member 'UBTS_Student_Curriculum_C::StationUseDurationKey' has a wrong offset!"); \ static_assert(offsetof(UBTS_Student_Curriculum_C, SkipValidationForTeleportToStation) == 0x00010C, "Member 'UBTS_Student_Curriculum_C::SkipValidationForTeleportToStation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch \ static_assert(alignof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch) == 0x000008, "Wrong alignment on BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch"); \ static_assert(sizeof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch) == 0x000080, "Wrong size on BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch, EntryPoint) == 0x000000, "Member 'BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000018, "Member 'BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch, K2Node_CustomEvent_QueryInstance) == 0x000028, "Member 'BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch, K2Node_CustomEvent_QueryStatus) == 0x000030, "Member 'BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch, K2Node_DynamicCast_AsEQS_Query_Instance_Station) == 0x000038, "Member 'BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch::K2Node_DynamicCast_AsEQS_Query_Instance_Station' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch, CallFunc_GetResultsAsStationQueryData_ReturnValue) == 0x000048, "Member 'BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch::CallFunc_GetResultsAsStationQueryData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch, CallFunc_JoinStation_ReturnValue) == 0x000058, "Member 'BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch::CallFunc_JoinStation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch, K2Node_CreateDelegate_OutputDelegate) == 0x00005C, "Member 'BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch, CallFunc_RunEQSQuery_ReturnValue) == 0x000070, "Member 'BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch, CallFunc_IsValid_ReturnValue_1) == 0x000079, "Member 'BTT_SchedulePatrolSearch_C_ExecuteUbergraph_BTT_SchedulePatrolSearch::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SchedulePatrolSearch_C_Patrol_Job_OnQueryFinished \ static_assert(alignof(BTT_SchedulePatrolSearch_C_Patrol_Job_OnQueryFinished) == 0x000008, "Wrong alignment on BTT_SchedulePatrolSearch_C_Patrol_Job_OnQueryFinished"); \ static_assert(sizeof(BTT_SchedulePatrolSearch_C_Patrol_Job_OnQueryFinished) == 0x000010, "Wrong size on BTT_SchedulePatrolSearch_C_Patrol_Job_OnQueryFinished"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_Patrol_Job_OnQueryFinished, QueryInstance) == 0x000000, "Member 'BTT_SchedulePatrolSearch_C_Patrol_Job_OnQueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_Patrol_Job_OnQueryFinished, QueryStatus) == 0x000008, "Member 'BTT_SchedulePatrolSearch_C_Patrol_Job_OnQueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SchedulePatrolSearch_C_ExitTask \ static_assert(alignof(BTT_SchedulePatrolSearch_C_ExitTask) == 0x000008, "Wrong alignment on BTT_SchedulePatrolSearch_C_ExitTask"); \ static_assert(sizeof(BTT_SchedulePatrolSearch_C_ExitTask) == 0x000008, "Wrong size on BTT_SchedulePatrolSearch_C_ExitTask"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_SchedulePatrolSearch_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_SchedulePatrolSearch_C_ReceiveExecute \ static_assert(alignof(BTT_SchedulePatrolSearch_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_SchedulePatrolSearch_C_ReceiveExecute"); \ static_assert(sizeof(BTT_SchedulePatrolSearch_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_SchedulePatrolSearch_C_ReceiveExecute"); \ static_assert(offsetof(BTT_SchedulePatrolSearch_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_SchedulePatrolSearch_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_SchedulePatrolSearch_C \ static_assert(alignof(UBTT_SchedulePatrolSearch_C) == 0x000008, "Wrong alignment on UBTT_SchedulePatrolSearch_C"); \ static_assert(sizeof(UBTT_SchedulePatrolSearch_C) == 0x0000F0, "Wrong size on UBTT_SchedulePatrolSearch_C"); \ static_assert(offsetof(UBTT_SchedulePatrolSearch_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_SchedulePatrolSearch_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_SchedulePatrolSearch_C, Social_Reasoning) == 0x0000D8, "Member 'UBTT_SchedulePatrolSearch_C::Social_Reasoning' has a wrong offset!"); \ static_assert(offsetof(UBTT_SchedulePatrolSearch_C, BB) == 0x0000E0, "Member 'UBTT_SchedulePatrolSearch_C::BB' has a wrong offset!"); \ static_assert(offsetof(UBTT_SchedulePatrolSearch_C, SideWork) == 0x0000E8, "Member 'UBTT_SchedulePatrolSearch_C::SideWork' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime \ static_assert(alignof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime) == 0x000008, "Wrong alignment on BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime"); \ static_assert(sizeof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime) == 0x0000A8, "Wrong size on BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, EntryPoint) == 0x000000, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, CallFunc_RunEQSQuery_ReturnValue) == 0x000018, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, CallFunc_RunEQSQuery_ReturnValue_1) == 0x000020, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::CallFunc_RunEQSQuery_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, CallFunc_GetUseOptimizedEQS_ReturnValue) == 0x000028, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::CallFunc_GetUseOptimizedEQS_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, K2Node_CustomEvent_QueryInstance) == 0x000030, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, K2Node_CustomEvent_QueryStatus) == 0x000038, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000039, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, K2Node_DynamicCast_AsEQS_Query_Instance_Station) == 0x000040, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::K2Node_DynamicCast_AsEQS_Query_Instance_Station' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, CallFunc_GetResultsAsStationQueryData_ReturnValue) == 0x000050, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::CallFunc_GetResultsAsStationQueryData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, CallFunc_Array_Get_Item) == 0x000060, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, K2Node_Event_OwnerActor) == 0x000080, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, CallFunc_JoinStation_ReturnValue) == 0x000088, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::CallFunc_JoinStation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, K2Node_Event_OwnerActor_1) == 0x000090, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, K2Node_DynamicCast_AsSocial_Reasoning) == 0x000098, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::K2Node_DynamicCast_AsSocial_Reasoning' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, K2Node_DynamicCast_bSuccess_1) == 0x0000A0, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, CallFunc_IsValid_ReturnValue) == 0x0000A1, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime, CallFunc_IsValid_ReturnValue_1) == 0x0000A2, "Member 'BTT_ScheduleFreeTime_C_ExecuteUbergraph_BTT_ScheduleFreeTime::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleFreeTime_C_FreeTime_OnQueryFinished \ static_assert(alignof(BTT_ScheduleFreeTime_C_FreeTime_OnQueryFinished) == 0x000008, "Wrong alignment on BTT_ScheduleFreeTime_C_FreeTime_OnQueryFinished"); \ static_assert(sizeof(BTT_ScheduleFreeTime_C_FreeTime_OnQueryFinished) == 0x000010, "Wrong size on BTT_ScheduleFreeTime_C_FreeTime_OnQueryFinished"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_FreeTime_OnQueryFinished, QueryInstance) == 0x000000, "Member 'BTT_ScheduleFreeTime_C_FreeTime_OnQueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_FreeTime_OnQueryFinished, QueryStatus) == 0x000008, "Member 'BTT_ScheduleFreeTime_C_FreeTime_OnQueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleFreeTime_C_ExitTask \ static_assert(alignof(BTT_ScheduleFreeTime_C_ExitTask) == 0x000008, "Wrong alignment on BTT_ScheduleFreeTime_C_ExitTask"); \ static_assert(sizeof(BTT_ScheduleFreeTime_C_ExitTask) == 0x000008, "Wrong size on BTT_ScheduleFreeTime_C_ExitTask"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_ScheduleFreeTime_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_ScheduleFreeTime_C_ReceiveExecute \ static_assert(alignof(BTT_ScheduleFreeTime_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_ScheduleFreeTime_C_ReceiveExecute"); \ static_assert(sizeof(BTT_ScheduleFreeTime_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_ScheduleFreeTime_C_ReceiveExecute"); \ static_assert(offsetof(BTT_ScheduleFreeTime_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_ScheduleFreeTime_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_ScheduleFreeTime_C \ static_assert(alignof(UBTT_ScheduleFreeTime_C) == 0x000008, "Wrong alignment on UBTT_ScheduleFreeTime_C"); \ static_assert(sizeof(UBTT_ScheduleFreeTime_C) == 0x0000F0, "Wrong size on UBTT_ScheduleFreeTime_C"); \ static_assert(offsetof(UBTT_ScheduleFreeTime_C, UberGraphFrame) == 0x0000D0, "Member 'UBTT_ScheduleFreeTime_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleFreeTime_C, Social_Reasoning) == 0x0000D8, "Member 'UBTT_ScheduleFreeTime_C::Social_Reasoning' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleFreeTime_C, Time_Available) == 0x0000E0, "Member 'UBTT_ScheduleFreeTime_C::Time_Available' has a wrong offset!"); \ static_assert(offsetof(UBTT_ScheduleFreeTime_C, EQSQueryInstance) == 0x0000E8, "Member 'UBTT_ScheduleFreeTime_C::EQSQueryInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith \ static_assert(alignof(BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith) == 0x000008, "Wrong alignment on BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith"); \ static_assert(sizeof(BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith) == 0x000038, "Wrong size on BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith"); \ static_assert(offsetof(BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith, EntryPoint) == 0x000000, "Member 'BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000008, "Member 'BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith, K2Node_Event_OwnerController) == 0x000010, "Member 'BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith, K2Node_Event_ControlledPawn) == 0x000018, "Member 'BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith, CallFunc_GetDbId_ReturnValue) == 0x000020, "Member 'BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith, CallFunc_Get_ReturnValue) == 0x000028, "Member 'BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BTT_Creature_OnInteractedWith_C_ExecuteUbergraph_BTT_Creature_OnInteractedWith::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_OnInteractedWith_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_OnInteractedWith_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_OnInteractedWith_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_OnInteractedWith_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_OnInteractedWith_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_OnInteractedWith_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_OnInteractedWith_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_OnInteractedWith_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_OnInteractedWith_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_OnInteractedWith_C \ static_assert(alignof(UBTT_Creature_OnInteractedWith_C) == 0x000008, "Wrong alignment on UBTT_Creature_OnInteractedWith_C"); \ static_assert(sizeof(UBTT_Creature_OnInteractedWith_C) == 0x0000E0, "Wrong size on UBTT_Creature_OnInteractedWith_C"); \ static_assert(offsetof(UBTT_Creature_OnInteractedWith_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_OnInteractedWith_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_OnInteractedWith_C, InteractionType) == 0x0000B0, "Member 'UBTT_Creature_OnInteractedWith_C::InteractionType' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_OnInteractedWith_C, InteractedActorKey) == 0x0000B8, "Member 'UBTT_Creature_OnInteractedWith_C::InteractedActorKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Startled_C_ExecuteUbergraph_ABL_Startled \ static_assert(alignof(ABL_Startled_C_ExecuteUbergraph_ABL_Startled) == 0x000008, "Wrong alignment on ABL_Startled_C_ExecuteUbergraph_ABL_Startled"); \ static_assert(sizeof(ABL_Startled_C_ExecuteUbergraph_ABL_Startled) == 0x000030, "Wrong size on ABL_Startled_C_ExecuteUbergraph_ABL_Startled"); \ static_assert(offsetof(ABL_Startled_C_ExecuteUbergraph_ABL_Startled, EntryPoint) == 0x000000, "Member 'ABL_Startled_C_ExecuteUbergraph_ABL_Startled::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Startled_C_ExecuteUbergraph_ABL_Startled, K2Node_Event_Context) == 0x000008, "Member 'ABL_Startled_C_ExecuteUbergraph_ABL_Startled::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Startled_C_ExecuteUbergraph_ABL_Startled, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Startled_C_ExecuteUbergraph_ABL_Startled::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Startled_C_ExecuteUbergraph_ABL_Startled, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_Startled_C_ExecuteUbergraph_ABL_Startled::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Startled_C_ExecuteUbergraph_ABL_Startled, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_Startled_C_ExecuteUbergraph_ABL_Startled::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Startled_C_ExecuteUbergraph_ABL_Startled, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_Startled_C_ExecuteUbergraph_ABL_Startled::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Startled_C_OnAbilityBranch \ static_assert(alignof(ABL_Startled_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Startled_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Startled_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Startled_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Startled_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Startled_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Startled_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Startled_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Startled_C_OnAbilityStart \ static_assert(alignof(ABL_Startled_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Startled_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Startled_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Startled_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Startled_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Startled_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Startled_C_CustomCanBranchTo \ static_assert(alignof(ABL_Startled_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_Startled_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_Startled_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_Startled_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_Startled_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_Startled_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Startled_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_Startled_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Startled_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Startled_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Startled_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_Startled_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Startled_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_Startled_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Startled_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_Startled_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Startled_C \ static_assert(alignof(UABL_Startled_C) == 0x000008, "Wrong alignment on UABL_Startled_C"); \ static_assert(sizeof(UABL_Startled_C) == 0x0000E8, "Wrong size on UABL_Startled_C"); \ static_assert(offsetof(UABL_Startled_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_Startled_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_DiffindoSlice_C \ static_assert(alignof(ABP_SkinFX_DiffindoSlice_C) == 0x000008, "Wrong alignment on ABP_SkinFX_DiffindoSlice_C"); \ static_assert(sizeof(ABP_SkinFX_DiffindoSlice_C) == 0x0005D0, "Wrong size on ABP_SkinFX_DiffindoSlice_C"); \ #define DUMPER7_ASSERTS_BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode \ static_assert(alignof(BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode) == 0x000008, "Wrong alignment on BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode"); \ static_assert(sizeof(BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode) == 0x000050, "Wrong size on BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode"); \ static_assert(offsetof(BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode, EntryPoint) == 0x000000, "Member 'BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000008, "Member 'BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode, K2Node_Event_OwnerController) == 0x000010, "Member 'BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode, K2Node_Event_ControlledPawn) == 0x000018, "Member 'BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode, K2Node_DynamicCast_AsPath_Node) == 0x000020, "Member 'BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode::K2Node_DynamicCast_AsPath_Node' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000038, "Member 'BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode, CallFunc_GetPathFollowingComponent_ReturnValue) == 0x000040, "Member 'BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode::CallFunc_GetPathFollowingComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000048, "Member 'BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode, CallFunc_IsValid_ReturnValue_1) == 0x000049, "Member 'BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode, CallFunc_BooleanOR_ReturnValue) == 0x00004A, "Member 'BTT_Creature_SetPathEndModeFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetPathEndModeFromPathNode::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_SetPathEndModeFromPathNode_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_SetPathEndModeFromPathNode_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_SetPathEndModeFromPathNode_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_SetPathEndModeFromPathNode_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_SetPathEndModeFromPathNode_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_SetPathEndModeFromPathNode_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_SetPathEndModeFromPathNode_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetPathEndModeFromPathNode_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_SetPathEndModeFromPathNode_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_SetPathEndModeFromPathNode_C \ static_assert(alignof(UBTT_Creature_SetPathEndModeFromPathNode_C) == 0x000008, "Wrong alignment on UBTT_Creature_SetPathEndModeFromPathNode_C"); \ static_assert(sizeof(UBTT_Creature_SetPathEndModeFromPathNode_C) == 0x0000D8, "Wrong size on UBTT_Creature_SetPathEndModeFromPathNode_C"); \ static_assert(offsetof(UBTT_Creature_SetPathEndModeFromPathNode_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_SetPathEndModeFromPathNode_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_SetPathEndModeFromPathNode_C, PathNode) == 0x0000B0, "Member 'UBTT_Creature_SetPathEndModeFromPathNode_C::PathNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_TalentPointPotion_C \ static_assert(alignof(ABP_SkinFX_TalentPointPotion_C) == 0x000008, "Wrong alignment on ABP_SkinFX_TalentPointPotion_C"); \ static_assert(sizeof(ABP_SkinFX_TalentPointPotion_C) == 0x0005D0, "Wrong size on ABP_SkinFX_TalentPointPotion_C"); \ #define DUMPER7_ASSERTS_BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance \ static_assert(alignof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance) == 0x000008, "Wrong alignment on BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance"); \ static_assert(sizeof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance) == 0x000058, "Wrong size on BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, EntryPoint) == 0x000000, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, K2Node_Event_OwnerController_1) == 0x000008, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::K2Node_Event_OwnerController_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, K2Node_Event_ControlledPawn_1) == 0x000010, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::K2Node_Event_ControlledPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, K2Node_Event_OwnerController) == 0x000020, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, K2Node_Event_ControlledPawn) == 0x000028, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, K2Node_Event_DeltaSeconds) == 0x000030, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, CallFunc_IsValid_ReturnValue) == 0x000034, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, K2Node_DynamicCast_AsCreature_Character) == 0x000038, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::K2Node_DynamicCast_AsCreature_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, CallFunc_IsValid_ReturnValue_1) == 0x000041, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, CallFunc_Not_PreBool_ReturnValue) == 0x000042, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, CallFunc_IsInCreatureAnimationTransition_ReturnValue) == 0x000043, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::CallFunc_IsInCreatureAnimationTransition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000048, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, CallFunc_Not_PreBool_ReturnValue_1) == 0x000050, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, CallFunc_IsValid_ReturnValue_2) == 0x000051, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000052, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, CallFunc_BooleanAND_ReturnValue) == 0x000053, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance, CallFunc_BooleanAND_ReturnValue_1) == 0x000054, "Member 'BTT_Creature_SetInteractStance_C_ExecuteUbergraph_BTT_Creature_SetInteractStance::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_SetInteractStance_C_ReceiveTickAI \ static_assert(alignof(BTT_Creature_SetInteractStance_C_ReceiveTickAI) == 0x000008, "Wrong alignment on BTT_Creature_SetInteractStance_C_ReceiveTickAI"); \ static_assert(sizeof(BTT_Creature_SetInteractStance_C_ReceiveTickAI) == 0x000018, "Wrong size on BTT_Creature_SetInteractStance_C_ReceiveTickAI"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTT_Creature_SetInteractStance_C_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_SetInteractStance_C_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTT_Creature_SetInteractStance_C_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_SetInteractStance_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_SetInteractStance_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_SetInteractStance_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_SetInteractStance_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_SetInteractStance_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_SetInteractStance_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetInteractStance_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_SetInteractStance_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_SetInteractStance_C \ static_assert(alignof(UBTT_Creature_SetInteractStance_C) == 0x000008, "Wrong alignment on UBTT_Creature_SetInteractStance_C"); \ static_assert(sizeof(UBTT_Creature_SetInteractStance_C) == 0x0000B8, "Wrong size on UBTT_Creature_SetInteractStance_C"); \ static_assert(offsetof(UBTT_Creature_SetInteractStance_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_SetInteractStance_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_SetInteractStance_C, Wait) == 0x0000B0, "Member 'UBTT_Creature_SetInteractStance_C::Wait' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_Creature_CanTeleport_C_PerformConditionCheck \ static_assert(alignof(BTD_Creature_CanTeleport_C_PerformConditionCheck) == 0x000008, "Wrong alignment on BTD_Creature_CanTeleport_C_PerformConditionCheck"); \ static_assert(sizeof(BTD_Creature_CanTeleport_C_PerformConditionCheck) == 0x000030, "Wrong size on BTD_Creature_CanTeleport_C_PerformConditionCheck"); \ static_assert(offsetof(BTD_Creature_CanTeleport_C_PerformConditionCheck, OwnerActor) == 0x000000, "Member 'BTD_Creature_CanTeleport_C_PerformConditionCheck::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_CanTeleport_C_PerformConditionCheck, ReturnValue) == 0x000008, "Member 'BTD_Creature_CanTeleport_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_CanTeleport_C_PerformConditionCheck, K2Node_DynamicCast_AsCreature_Character) == 0x000010, "Member 'BTD_Creature_CanTeleport_C_PerformConditionCheck::K2Node_DynamicCast_AsCreature_Character' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_CanTeleport_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTD_Creature_CanTeleport_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_CanTeleport_C_PerformConditionCheck, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BTD_Creature_CanTeleport_C_PerformConditionCheck::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_CanTeleport_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BTD_Creature_CanTeleport_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_Creature_CanTeleport_C_PerformConditionCheckAI \ static_assert(alignof(BTD_Creature_CanTeleport_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTD_Creature_CanTeleport_C_PerformConditionCheckAI"); \ static_assert(sizeof(BTD_Creature_CanTeleport_C_PerformConditionCheckAI) == 0x000038, "Wrong size on BTD_Creature_CanTeleport_C_PerformConditionCheckAI"); \ static_assert(offsetof(BTD_Creature_CanTeleport_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTD_Creature_CanTeleport_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_CanTeleport_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTD_Creature_CanTeleport_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_CanTeleport_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTD_Creature_CanTeleport_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_CanTeleport_C_PerformConditionCheckAI, K2Node_DynamicCast_AsCreature_Character) == 0x000018, "Member 'BTD_Creature_CanTeleport_C_PerformConditionCheckAI::K2Node_DynamicCast_AsCreature_Character' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_CanTeleport_C_PerformConditionCheckAI, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTD_Creature_CanTeleport_C_PerformConditionCheckAI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_CanTeleport_C_PerformConditionCheckAI, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'BTD_Creature_CanTeleport_C_PerformConditionCheckAI::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_CanTeleport_C_PerformConditionCheckAI, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BTD_Creature_CanTeleport_C_PerformConditionCheckAI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_Creature_CanTeleport_C \ static_assert(alignof(UBTD_Creature_CanTeleport_C) == 0x000008, "Wrong alignment on UBTD_Creature_CanTeleport_C"); \ static_assert(sizeof(UBTD_Creature_CanTeleport_C) == 0x0000A0, "Wrong size on UBTD_Creature_CanTeleport_C"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Smoke_Spawn_C \ static_assert(alignof(UABL_Enemy_Smoke_Spawn_C) == 0x000008, "Wrong alignment on UABL_Enemy_Smoke_Spawn_C"); \ static_assert(sizeof(UABL_Enemy_Smoke_Spawn_C) == 0x0000C8, "Wrong size on UABL_Enemy_Smoke_Spawn_C"); \ #define DUMPER7_ASSERTS_BTT_Creature_StopMove_C_ExecuteUbergraph_BTT_Creature_StopMove \ static_assert(alignof(BTT_Creature_StopMove_C_ExecuteUbergraph_BTT_Creature_StopMove) == 0x000008, "Wrong alignment on BTT_Creature_StopMove_C_ExecuteUbergraph_BTT_Creature_StopMove"); \ static_assert(sizeof(BTT_Creature_StopMove_C_ExecuteUbergraph_BTT_Creature_StopMove) == 0x000028, "Wrong size on BTT_Creature_StopMove_C_ExecuteUbergraph_BTT_Creature_StopMove"); \ static_assert(offsetof(BTT_Creature_StopMove_C_ExecuteUbergraph_BTT_Creature_StopMove, EntryPoint) == 0x000000, "Member 'BTT_Creature_StopMove_C_ExecuteUbergraph_BTT_Creature_StopMove::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_StopMove_C_ExecuteUbergraph_BTT_Creature_StopMove, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_Creature_StopMove_C_ExecuteUbergraph_BTT_Creature_StopMove::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_StopMove_C_ExecuteUbergraph_BTT_Creature_StopMove, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_Creature_StopMove_C_ExecuteUbergraph_BTT_Creature_StopMove::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_StopMove_C_ExecuteUbergraph_BTT_Creature_StopMove, CallFunc_GetMovementComponent_ReturnValue) == 0x000018, "Member 'BTT_Creature_StopMove_C_ExecuteUbergraph_BTT_Creature_StopMove::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_StopMove_C_ExecuteUbergraph_BTT_Creature_StopMove, K2Node_Event_OwnerActor) == 0x000020, "Member 'BTT_Creature_StopMove_C_ExecuteUbergraph_BTT_Creature_StopMove::K2Node_Event_OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_StopMove_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_StopMove_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_StopMove_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_StopMove_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_StopMove_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_StopMove_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_StopMove_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_StopMove_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_StopMove_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_StopMove_C_ReceiveExecute \ static_assert(alignof(BTT_Creature_StopMove_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Creature_StopMove_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Creature_StopMove_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Creature_StopMove_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Creature_StopMove_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Creature_StopMove_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_StopMove_C \ static_assert(alignof(UBTT_Creature_StopMove_C) == 0x000008, "Wrong alignment on UBTT_Creature_StopMove_C"); \ static_assert(sizeof(UBTT_Creature_StopMove_C) == 0x0000B8, "Wrong size on UBTT_Creature_StopMove_C"); \ static_assert(offsetof(UBTT_Creature_StopMove_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_StopMove_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_StopMove_C, SpeedThreshold) == 0x0000B0, "Member 'UBTT_Creature_StopMove_C::SpeedThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_IncrementPlayerStack_C_OnEnterInterval \ static_assert(alignof(BP_SceneAction_IncrementPlayerStack_C_OnEnterInterval) == 0x000004, "Wrong alignment on BP_SceneAction_IncrementPlayerStack_C_OnEnterInterval"); \ static_assert(sizeof(BP_SceneAction_IncrementPlayerStack_C_OnEnterInterval) == 0x000008, "Wrong size on BP_SceneAction_IncrementPlayerStack_C_OnEnterInterval"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_OnEnterInterval, Time) == 0x000000, "Member 'BP_SceneAction_IncrementPlayerStack_C_OnEnterInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_OnEnterInterval, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_IncrementPlayerStack_C_OnEnterInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_IncrementPlayerStack_C_OnExitInterval \ static_assert(alignof(BP_SceneAction_IncrementPlayerStack_C_OnExitInterval) == 0x000004, "Wrong alignment on BP_SceneAction_IncrementPlayerStack_C_OnExitInterval"); \ static_assert(sizeof(BP_SceneAction_IncrementPlayerStack_C_OnExitInterval) == 0x000008, "Wrong size on BP_SceneAction_IncrementPlayerStack_C_OnExitInterval"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_OnExitInterval, Time) == 0x000000, "Member 'BP_SceneAction_IncrementPlayerStack_C_OnExitInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_OnExitInterval, cancelled) == 0x000004, "Member 'BP_SceneAction_IncrementPlayerStack_C_OnExitInterval::cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_OnExitInterval, IsScrubbing) == 0x000005, "Member 'BP_SceneAction_IncrementPlayerStack_C_OnExitInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack \ static_assert(alignof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack) == 0x000008, "Wrong alignment on BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack"); \ static_assert(sizeof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack) == 0x0000C8, "Wrong size on BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, EntryPoint) == 0x000000, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_GetGameLogicObject_ReturnValue) == 0x000018, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, K2Node_Event_Time_1) == 0x000024, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::K2Node_Event_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, K2Node_Event_IsScrubbing_1) == 0x000028, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::K2Node_Event_IsScrubbing_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, K2Node_Event_Time) == 0x00002C, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, K2Node_Event_Cancelled) == 0x000030, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::K2Node_Event_Cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, K2Node_Event_IsScrubbing) == 0x000031, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, Temp_int_Loop_Counter_Variable_1) == 0x000034, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_Map_Keys_Keys) == 0x000038, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_Add_IntInt_ReturnValue_1) == 0x000048, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_Map_Values_Values) == 0x000058, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000068, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_Map_Keys_Keys_1) == 0x000070, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_Array_Get_Item) == 0x000080, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_GetGameLogicObject_ReturnValue_1) == 0x000088, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_GetGameLogicObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_Array_Length_ReturnValue_1) == 0x000090, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_Map_Values_Values_1) == 0x000098, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000A8, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_Array_Get_Item_1) == 0x0000AC, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_Multiply_IntInt_ReturnValue) == 0x0000B0, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, Temp_int_Array_Index_Variable_1) == 0x0000B4, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_Array_Get_Item_2) == 0x0000B8, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack, CallFunc_Array_Get_Item_3) == 0x0000C0, "Member 'BP_SceneAction_IncrementPlayerStack_C_ExecuteUbergraph_BP_SceneAction_IncrementPlayerStack::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_IncrementPlayerStack_C_GetDisplayName \ static_assert(alignof(BP_SceneAction_IncrementPlayerStack_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_SceneAction_IncrementPlayerStack_C_GetDisplayName"); \ static_assert(sizeof(BP_SceneAction_IncrementPlayerStack_C_GetDisplayName) == 0x0000C0, "Wrong size on BP_SceneAction_IncrementPlayerStack_C_GetDisplayName"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_GetDisplayName, ReturnValue) == 0x000000, "Member 'BP_SceneAction_IncrementPlayerStack_C_GetDisplayName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_GetDisplayName, CallFunc_Map_Length_ReturnValue) == 0x000018, "Member 'BP_SceneAction_IncrementPlayerStack_C_GetDisplayName::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_GetDisplayName, CallFunc_Map_Keys_Keys) == 0x000020, "Member 'BP_SceneAction_IncrementPlayerStack_C_GetDisplayName::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_GetDisplayName, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000030, "Member 'BP_SceneAction_IncrementPlayerStack_C_GetDisplayName::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_GetDisplayName, CallFunc_Array_Get_Item) == 0x000034, "Member 'BP_SceneAction_IncrementPlayerStack_C_GetDisplayName::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_GetDisplayName, CallFunc_Conv_NameToText_ReturnValue) == 0x000040, "Member 'BP_SceneAction_IncrementPlayerStack_C_GetDisplayName::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_SceneAction_IncrementPlayerStack_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_GetDisplayName, K2Node_MakeArray_Array) == 0x000098, "Member 'BP_SceneAction_IncrementPlayerStack_C_GetDisplayName::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_IncrementPlayerStack_C_GetDisplayName, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'BP_SceneAction_IncrementPlayerStack_C_GetDisplayName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SceneAction_IncrementPlayerStack_C \ static_assert(alignof(UBP_SceneAction_IncrementPlayerStack_C) == 0x000008, "Wrong alignment on UBP_SceneAction_IncrementPlayerStack_C"); \ static_assert(sizeof(UBP_SceneAction_IncrementPlayerStack_C) == 0x000100, "Wrong size on UBP_SceneAction_IncrementPlayerStack_C"); \ static_assert(offsetof(UBP_SceneAction_IncrementPlayerStack_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_SceneAction_IncrementPlayerStack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_IncrementPlayerStack_C, VarToDeltaMap) == 0x0000B0, "Member 'UBP_SceneAction_IncrementPlayerStack_C::VarToDeltaMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HouseElf_Hiding_Flee_C \ static_assert(alignof(UABL_HouseElf_Hiding_Flee_C) == 0x000008, "Wrong alignment on UABL_HouseElf_Hiding_Flee_C"); \ static_assert(sizeof(UABL_HouseElf_Hiding_Flee_C) == 0x0000E0, "Wrong size on UABL_HouseElf_Hiding_Flee_C"); \ #define DUMPER7_ASSERTS_BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheck \ static_assert(alignof(BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheck) == 0x000008, "Wrong alignment on BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheck"); \ static_assert(sizeof(BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheck) == 0x000030, "Wrong size on BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheck"); \ static_assert(offsetof(BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheck, OwnerActor) == 0x000000, "Member 'BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheck::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheck, ReturnValue) == 0x000008, "Member 'BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheck, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x00000C, "Member 'BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheck::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheck, CallFunc_GetBlackboardValueAsVector_ReturnValue_1) == 0x000018, "Member 'BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheck::CallFunc_GetBlackboardValueAsVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheck, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x000024, "Member 'BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheck::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheck, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000028, "Member 'BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheck::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI \ static_assert(alignof(BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI"); \ static_assert(sizeof(BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI) == 0x000038, "Wrong size on BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI"); \ static_assert(offsetof(BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI, CallFunc_GetBlackboardValueAsVector_ReturnValue) == 0x000014, "Member 'BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI::CallFunc_GetBlackboardValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI, CallFunc_GetBlackboardValueAsVector_ReturnValue_1) == 0x000020, "Member 'BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI::CallFunc_GetBlackboardValueAsVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI, CallFunc_Vector_Distance2DSquared_ReturnValue) == 0x00002C, "Member 'BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI::CallFunc_Vector_Distance2DSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000030, "Member 'BTD_DistanceBetweenLocationsIsUnderThreshold_C_PerformConditionCheckAI::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_DistanceBetweenLocationsIsUnderThreshold_C \ static_assert(alignof(UBTD_DistanceBetweenLocationsIsUnderThreshold_C) == 0x000008, "Wrong alignment on UBTD_DistanceBetweenLocationsIsUnderThreshold_C"); \ static_assert(sizeof(UBTD_DistanceBetweenLocationsIsUnderThreshold_C) == 0x0000F8, "Wrong size on UBTD_DistanceBetweenLocationsIsUnderThreshold_C"); \ static_assert(offsetof(UBTD_DistanceBetweenLocationsIsUnderThreshold_C, LocationA) == 0x0000A0, "Member 'UBTD_DistanceBetweenLocationsIsUnderThreshold_C::LocationA' has a wrong offset!"); \ static_assert(offsetof(UBTD_DistanceBetweenLocationsIsUnderThreshold_C, LocationB) == 0x0000C8, "Member 'UBTD_DistanceBetweenLocationsIsUnderThreshold_C::LocationB' has a wrong offset!"); \ static_assert(offsetof(UBTD_DistanceBetweenLocationsIsUnderThreshold_C, Threshold) == 0x0000F0, "Member 'UBTD_DistanceBetweenLocationsIsUnderThreshold_C::Threshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Confringo_C_OnHit \ static_assert(alignof(BP_SubSonic_Confringo_C_OnHit) == 0x000004, "Wrong alignment on BP_SubSonic_Confringo_C_OnHit"); \ static_assert(sizeof(BP_SubSonic_Confringo_C_OnHit) == 0x00008C, "Wrong size on BP_SubSonic_Confringo_C_OnHit"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_OnHit, HitResult) == 0x000000, "Member 'BP_SubSonic_Confringo_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_OnHit, bDestroyed) == 0x000088, "Member 'BP_SubSonic_Confringo_C_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_OnHit, bHit) == 0x000089, "Member 'BP_SubSonic_Confringo_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_OnHit, bBlocked) == 0x00008A, "Member 'BP_SubSonic_Confringo_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_OnHit, bFailed) == 0x00008B, "Member 'BP_SubSonic_Confringo_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Confringo_C_OnFire \ static_assert(alignof(BP_SubSonic_Confringo_C_OnFire) == 0x000008, "Wrong alignment on BP_SubSonic_Confringo_C_OnFire"); \ static_assert(sizeof(BP_SubSonic_Confringo_C_OnFire) == 0x000020, "Wrong size on BP_SubSonic_Confringo_C_OnFire"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_OnFire, Target) == 0x000000, "Member 'BP_SubSonic_Confringo_C_OnFire::Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_OnFire, TargetLocation) == 0x000008, "Member 'BP_SubSonic_Confringo_C_OnFire::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_OnFire, Velocity) == 0x000014, "Member 'BP_SubSonic_Confringo_C_OnFire::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo \ static_assert(alignof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo) == 0x000010, "Wrong alignment on BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo"); \ static_assert(sizeof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo) == 0x0001C0, "Wrong size on BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, EntryPoint) == 0x000000, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000004, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, K2Node_Event_HitResult) == 0x000008, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, K2Node_Event_bDestroyed) == 0x000090, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::K2Node_Event_bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, K2Node_Event_bHit) == 0x000091, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, K2Node_Event_bBlocked) == 0x000092, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, K2Node_Event_bFailed) == 0x000093, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::K2Node_Event_bFailed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BreakHitResult_bBlockingHit) == 0x000094, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BreakHitResult_bInitialOverlap) == 0x000095, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BreakHitResult_Time) == 0x000098, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BreakHitResult_Distance) == 0x00009C, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BreakHitResult_Location) == 0x0000A0, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BreakHitResult_ImpactPoint) == 0x0000AC, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BreakHitResult_Normal) == 0x0000B8, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C4, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BreakHitResult_PhysMat) == 0x0000D0, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BreakHitResult_HitActor) == 0x0000D8, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BreakHitResult_HitComponent) == 0x0000E0, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BreakHitResult_HitBoneName) == 0x0000E8, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BreakHitResult_HitItem) == 0x0000F0, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BreakHitResult_ElementIndex) == 0x0000F4, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BreakHitResult_FaceIndex) == 0x0000F8, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BreakHitResult_TraceStart) == 0x0000FC, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BreakHitResult_TraceEnd) == 0x000108, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000114, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_GetComponentByClass_ReturnValue) == 0x000120, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_Normal_ReturnValue) == 0x000128, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_IsValid_ReturnValue) == 0x000134, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_IsValid_ReturnValue_1) == 0x000135, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, K2Node_Event_Target) == 0x000138, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, K2Node_Event_TargetLocation) == 0x000140, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::K2Node_Event_TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, K2Node_Event_Velocity) == 0x00014C, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::K2Node_Event_Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, Temp_bool_IsClosed_Variable) == 0x000158, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_GetTransform_ReturnValue) == 0x000160, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000190, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_GetSpellTool_ReturnValue) == 0x000198, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_GetSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, K2Node_DynamicCast_AsConfringo_Spell_Tool) == 0x0001A0, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::K2Node_DynamicCast_AsConfringo_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, K2Node_DynamicCast_bSuccess) == 0x0001A8, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_GetExplosionRadius_ReturnValue) == 0x0001AC, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_GetExplosionRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo, CallFunc_FinishSpawningActor_ReturnValue) == 0x0001B0, "Member 'BP_SubSonic_Confringo_C_ExecuteUbergraph_BP_SubSonic_Confringo::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_Confringo_C \ static_assert(alignof(ABP_SubSonic_Confringo_C) == 0x000010, "Wrong alignment on ABP_SubSonic_Confringo_C"); \ static_assert(sizeof(ABP_SubSonic_Confringo_C) == 0x0005D0, "Wrong size on ABP_SubSonic_Confringo_C"); \ static_assert(offsetof(ABP_SubSonic_Confringo_C, UberGraphFrame) == 0x000538, "Member 'ABP_SubSonic_Confringo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Confringo_C, WindSource) == 0x000540, "Member 'ABP_SubSonic_Confringo_C::WindSource' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Confringo_C, N_Trail) == 0x000548, "Member 'ABP_SubSonic_Confringo_C::N_Trail' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Confringo_C, Arrow) == 0x000550, "Member 'ABP_SubSonic_Confringo_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Confringo_C, PointLight) == 0x000558, "Member 'ABP_SubSonic_Confringo_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Confringo_C, SM_Aguamenti_WaterProj) == 0x000560, "Member 'ABP_SubSonic_Confringo_C::SM_Aguamenti_WaterProj' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Confringo_C, MAT_RibbonTRail) == 0x000568, "Member 'ABP_SubSonic_Confringo_C::MAT_RibbonTRail' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Confringo_C, MAT_Proj) == 0x000570, "Member 'ABP_SubSonic_Confringo_C::MAT_Proj' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Confringo_C, LOC_Target) == 0x000578, "Member 'ABP_SubSonic_Confringo_C::LOC_Target' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Confringo_C, FieldTransform) == 0x000590, "Member 'ABP_SubSonic_Confringo_C::FieldTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Confringo_C, FieldRadius) == 0x0005C0, "Member 'ABP_SubSonic_Confringo_C::FieldRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_Creature_CageAnimationType_C_PerformConditionCheckAI \ static_assert(alignof(BTD_Creature_CageAnimationType_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTD_Creature_CageAnimationType_C_PerformConditionCheckAI"); \ static_assert(sizeof(BTD_Creature_CageAnimationType_C_PerformConditionCheckAI) == 0x000028, "Wrong size on BTD_Creature_CageAnimationType_C_PerformConditionCheckAI"); \ static_assert(offsetof(BTD_Creature_CageAnimationType_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTD_Creature_CageAnimationType_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_CageAnimationType_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTD_Creature_CageAnimationType_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_CageAnimationType_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTD_Creature_CageAnimationType_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_CageAnimationType_C_PerformConditionCheckAI, K2Node_DynamicCast_AsCreature_Character) == 0x000018, "Member 'BTD_Creature_CageAnimationType_C_PerformConditionCheckAI::K2Node_DynamicCast_AsCreature_Character' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_CageAnimationType_C_PerformConditionCheckAI, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTD_Creature_CageAnimationType_C_PerformConditionCheckAI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_CageAnimationType_C_PerformConditionCheckAI, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'BTD_Creature_CageAnimationType_C_PerformConditionCheckAI::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_Creature_CageAnimationType_C \ static_assert(alignof(UBTD_Creature_CageAnimationType_C) == 0x000008, "Wrong alignment on UBTD_Creature_CageAnimationType_C"); \ static_assert(sizeof(UBTD_Creature_CageAnimationType_C) == 0x0000A8, "Wrong size on UBTD_Creature_CageAnimationType_C"); \ static_assert(offsetof(UBTD_Creature_CageAnimationType_C, Animation) == 0x0000A0, "Member 'UBTD_Creature_CageAnimationType_C::Animation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_RavenclawLEDEffect_C \ static_assert(alignof(UBP_RavenclawLEDEffect_C) == 0x000008, "Wrong alignment on UBP_RavenclawLEDEffect_C"); \ static_assert(sizeof(UBP_RavenclawLEDEffect_C) == 0x000048, "Wrong size on UBP_RavenclawLEDEffect_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_PepperUp_C \ static_assert(alignof(ABP_SkinFX_PepperUp_C) == 0x000008, "Wrong alignment on ABP_SkinFX_PepperUp_C"); \ static_assert(sizeof(ABP_SkinFX_PepperUp_C) == 0x0005D0, "Wrong size on ABP_SkinFX_PepperUp_C"); \ #define DUMPER7_ASSERTS_BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI \ static_assert(alignof(BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI"); \ static_assert(sizeof(BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI) == 0x000048, "Wrong size on BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI"); \ static_assert(offsetof(BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000020, "Member 'BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI, K2Node_DynamicCast_AsPath_Node) == 0x000028, "Member 'BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI::K2Node_DynamicCast_AsPath_Node' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000034, "Member 'BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI, CallFunc_Vector_Distance_ReturnValue) == 0x000040, "Member 'BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000044, "Member 'BTD_Creature_IsAtPathNode_C_PerformConditionCheckAI::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_Creature_IsAtPathNode_C \ static_assert(alignof(UBTD_Creature_IsAtPathNode_C) == 0x000008, "Wrong alignment on UBTD_Creature_IsAtPathNode_C"); \ static_assert(sizeof(UBTD_Creature_IsAtPathNode_C) == 0x0000C8, "Wrong size on UBTD_Creature_IsAtPathNode_C"); \ static_assert(offsetof(UBTD_Creature_IsAtPathNode_C, PathNode) == 0x0000A0, "Member 'UBTD_Creature_IsAtPathNode_C::PathNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ReparoAttack_C \ static_assert(alignof(UABL_ReparoAttack_C) == 0x000008, "Wrong alignment on UABL_ReparoAttack_C"); \ static_assert(sizeof(UABL_ReparoAttack_C) == 0x0000C8, "Wrong size on UABL_ReparoAttack_C"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget) == 0x000890, "Wrong size on UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, EntryPoint) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetInstance_ReturnValue) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_ExperienceChangedData) == 0x000020, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_ExperienceChangedData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_MakeStruct_ExperienceChange) == 0x000040, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_MakeStruct_ExperienceChange' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Subtract_IntInt_ReturnValue) == 0x000060, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetMaxHealthForLevel_ReturnValue) == 0x000064, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetMaxHealthForLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetMaxHealthForLevel_ReturnValue_1) == 0x000068, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetMaxHealthForLevel_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetVisibility_ReturnValue) == 0x00006C, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000070, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000074, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_NotificationText) == 0x000078, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_NotificationText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Show_2) == 0x000088, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Show_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_IntroType_1) == 0x00008C, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_IntroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Show_1) == 0x000090, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Show_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_IntroType) == 0x000094, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Show) == 0x000098, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Name_2) == 0x0000A0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Name_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_IconName_2) == 0x0000B0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_IconName_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Count_1) == 0x0000C0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Count_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_UnlockMessage) == 0x0000C8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_UnlockMessage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000D8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_HermesBindInt_Handle) == 0x0000E8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_AsUI_BPI_Notification_Panel) == 0x0000F8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_AsUI_BPI_Notification_Panel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_bSuccess) == 0x000108, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_PlayAnimation_ReturnValue) == 0x000110, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CustomEvent_Caller_7) == 0x000118, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CustomEvent_Caller_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CustomEvent_Float) == 0x000120, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CustomEvent_Float' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Name_3) == 0x000124, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Name_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_pct) == 0x00012C, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_pct' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_PlayAnimation_ReturnValue_1) == 0x000130, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Show_3) == 0x000138, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Show_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_ElementName) == 0x000140, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_ElementName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_NewVisibility) == 0x000150, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_NewVisibility' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Provider) == 0x000158, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Provider' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CustomEvent_Caller_6) == 0x000160, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CustomEvent_Caller_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CustomEvent_Int_1) == 0x000168, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CustomEvent_Int_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Get_ReturnValue) == 0x000170, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_BP_GetCreatureStateByUID_ReturnValue) == 0x000178, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_BP_GetCreatureStateByUID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetCreatureDisplayName_OutName) == 0x000180, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetCreatureDisplayName_OutName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetCreatureDisplayName_OutIsLocalizationKey) == 0x000190, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetCreatureDisplayName_OutIsLocalizationKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_AsUI_BPI_Notification_Panel_1) == 0x000198, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_AsUI_BPI_Notification_Panel_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_bSuccess_1) == 0x0001A8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetCreatureIconTextureName_IconTextureName) == 0x0001B0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetCreatureIconTextureName_IconTextureName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_CompanionName) == 0x0001C0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_CompanionName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001D0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_AsUI_BPI_Notification_Panel_2) == 0x0001E0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_AsUI_BPI_Notification_Panel_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_bSuccess_2) == 0x0001F0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_SkinFXName_name) == 0x0001F4, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_SkinFXName_name' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_AsNotification_Panel_Widget) == 0x000200, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_AsNotification_Panel_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_bSuccess_3) == 0x000208, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_AsNotification_Panel_Widget_1) == 0x000210, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_AsNotification_Panel_Widget_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_bSuccess_4) == 0x000218, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_AsNotification_Panel_Widget_2) == 0x000220, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_AsNotification_Panel_Widget_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_bSuccess_5) == 0x000228, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_AsNotification_Panel_Widget_3) == 0x000230, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_AsNotification_Panel_Widget_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_bSuccess_6) == 0x000238, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000240, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Get_ReturnValue_1) == 0x000248, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetCompanionManager_ReturnValue) == 0x000250, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetCompanionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetPrimaryCompanionPawn_ReturnValue) == 0x000258, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetPrimaryCompanionPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetComponentByClass_ReturnValue) == 0x000260, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000268, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_SpawnEmitterAttached_ReturnValue) == 0x000278, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_SpawnEmitterAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_SpawnEmitterAttached_ReturnValue_1) == 0x000280, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_SpawnEmitterAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_SpawnEmitterAttached_ReturnValue_2) == 0x000288, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_SpawnEmitterAttached_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_SpawnEmitterAttached_ReturnValue_3) == 0x000290, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_SpawnEmitterAttached_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_SpawnEmitterAttached_ReturnValue_4) == 0x000298, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_SpawnEmitterAttached_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0002A0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_ActorStartSkinFX_skinFXComponent) == 0x0002A8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_ActorStartSkinFX_skinFXComponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetScaledCapsuleHalfHeight_ReturnValue) == 0x0002B0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetScaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_SkinFXEnd_ReturnValue) == 0x0002B4, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_SkinFXEnd_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0002B8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_MakeVector_ReturnValue) == 0x0002BC, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_AsUI_BPI_Action_Bar_Interface) == 0x0002C8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_AsUI_BPI_Action_Bar_Interface' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_bSuccess_7) == 0x0002D8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Add_VectorVector_ReturnValue) == 0x0002DC, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_SpawnEmitterAttached_ReturnValue_5) == 0x0002E8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_SpawnEmitterAttached_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_ComponentBoundEvent_SelfReference) == 0x0002F0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_ComponentBoundEvent_SelfReference' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_MountComponent) == 0x0002F8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_MountComponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_bIncludeCharge) == 0x000300, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_bIncludeCharge' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_AsReticule) == 0x000308, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_AsReticule' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_bSuccess_8) == 0x000310, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Target) == 0x000318, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_ShowName) == 0x000320, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_ShowName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_ShowHealth) == 0x000321, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_ShowHealth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000328, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_IsValid_ReturnValue) == 0x000330, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetHealthBarType_ReturnValue) == 0x000331, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetHealthBarType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetPhoenixGameInstance_ReturnValue) == 0x000338, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetPhoenixGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CreateDelegate_OutputDelegate_3) == 0x000340, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetPlayerPawn_ReturnValue) == 0x000350, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_HermesBindFloat_Handle) == 0x000358, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_HermesBindFloat_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_AsBiped_Character) == 0x000368, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_AsBiped_Character' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_bSuccess_9) == 0x000370, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CustomEvent_Caller_5) == 0x000378, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CustomEvent_Caller_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CustomEvent_Caller_4) == 0x000380, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CustomEvent_Caller_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetGameLogicObject_ReturnValue) == 0x000388, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_byte_Variable) == 0x000390, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_HintKey) == 0x000398, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_HintKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_HintPositionData) == 0x0003A8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_HintPositionData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_bIgnoreShowTutorialElementsFlag) == 0x0003B8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_bIgnoreShowTutorialElementsFlag' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_MaxDuration) == 0x0003BC, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_MaxDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CustomEvent_LoadedScreen) == 0x0003C0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CustomEvent_LoadedScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_AsUI_BPI_Screen) == 0x0003C8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_AsUI_BPI_Screen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_bSuccess_10) == 0x0003D8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_byte_Variable_1) == 0x0003D9, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetPlayerController_ReturnValue_1) == 0x0003E0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_bool_Variable) == 0x0003E8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0003E9, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CreateDelegate_OutputDelegate_4) == 0x0003EC, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0003FC, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_HermesBindEvent_Handle) == 0x000400, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_BooleanOR_ReturnValue) == 0x000410, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Get_ReturnValue_2) == 0x000418, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_IsPersistent) == 0x000420, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_IsPersistent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetExperienceLevel_ReturnValue) == 0x000424, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetExperienceLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_BroomActor) == 0x000428, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_BroomActor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetMaxHealthForLevel_ReturnValue_2) == 0x000430, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetMaxHealthForLevel_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CreateDelegate_OutputDelegate_5) == 0x000434, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Array_Add_ReturnValue) == 0x000444, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Array_Add_ReturnValue_1) == 0x000448, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Array_Length_ReturnValue) == 0x00044C, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_int_Loop_Counter_Variable) == 0x000450, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CustomEvent_Caller_3) == 0x000458, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CustomEvent_String) == 0x000460, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CustomEvent_String' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Less_IntInt_ReturnValue) == 0x000470, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Add_IntInt_ReturnValue) == 0x000474, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CreateDelegate_OutputDelegate_6) == 0x000478, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_ErrorMessageKey) == 0x000488, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_ErrorMessageKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_HermesBindFString_Handle) == 0x000490, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_HermesBindFString_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_ShouldShow) == 0x0004A0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_ShouldShow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_AllowTicking) == 0x0004A1, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_AllowTicking' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_ShouldAnimate) == 0x0004A2, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_ShouldAnimate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CreateDelegate_OutputDelegate_7) == 0x0004A4, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x0004B8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetShowBeastControls_ReturnValue) == 0x0004C0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetShowBeastControls_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetShowEnemyDamageElements_ReturnValue) == 0x0004C1, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetShowEnemyDamageElements_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetShowToolWheelElements_ReturnValue) == 0x0004C2, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetShowToolWheelElements_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Select_Default) == 0x0004C3, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetShowTargetElements_ReturnValue) == 0x0004C4, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetShowTargetElements_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetShowMeterElements_ReturnValue) == 0x0004C5, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetShowMeterElements_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetShowSpellElements_ReturnValue) == 0x0004C6, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetShowSpellElements_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetShowMapElements_ReturnValue) == 0x0004C7, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetShowMapElements_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CustomEvent_Caller_2) == 0x0004C8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetPhoenixGameSettings_ReturnValue_1) == 0x0004D0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetPhoenixGameSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetPhoenixGameSettings_ReturnValue_2) == 0x0004D8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetPhoenixGameSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetShowSpecialNotificationElements_ReturnValue) == 0x0004E0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetShowSpecialNotificationElements_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetShowTutorialElements_ReturnValue) == 0x0004E1, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetShowTutorialElements_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_BooleanOR_ReturnValue_1) == 0x0004E2, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Entry) == 0x0004E8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Entry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_DisplayPriority) == 0x000540, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_DisplayPriority' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CustomEvent_Caller_1) == 0x000548, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CustomEvent_Int) == 0x000550, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Message) == 0x000554, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Message' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_InitialTime) == 0x00055C, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_InitialTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Conv_NameToString_ReturnValue) == 0x000560, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Time) == 0x000570, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_ChallengeID_2) == 0x000574, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_ChallengeID_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_ChallengeCategory_2) == 0x00057C, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_ChallengeCategory_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_CompletedLevel) == 0x000584, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_CompletedLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_TotalLevels) == 0x000588, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_TotalLevels' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_TotalInstancesForLevel) == 0x00058C, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_TotalInstancesForLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_CollectionItemID_1) == 0x000590, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_CollectionItemID_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_CollectionCategory_1) == 0x000598, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_CollectionCategory_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Add_IntInt_ReturnValue_1) == 0x0005A0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_MakeStruct_CollectionNotificationData) == 0x0005A4, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_MakeStruct_CollectionNotificationData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_CollectionItemID) == 0x0005B4, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_CollectionItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_CollectionCategory) == 0x0005BC, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_CollectionCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_MakeStruct_CollectionNotificationData_1) == 0x0005C4, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_MakeStruct_CollectionNotificationData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Name_1) == 0x0005D8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Name_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_IconName_1) == 0x0005E8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_IconName_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Count) == 0x0005F8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_bSpecial) == 0x0005FC, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_bSpecial' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Variation) == 0x000600, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Variation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_MakeStruct_PickupNotificationData) == 0x000608, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_MakeStruct_PickupNotificationData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CreateDelegate_OutputDelegate_8) == 0x000668, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_HermesBindInt_Handle_1) == 0x000678, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_HermesBindInt_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CreateDelegate_OutputDelegate_9) == 0x000688, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_ChallengeID_1) == 0x000698, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_ChallengeID_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_ChallengeCategory_1) == 0x0006A0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_ChallengeCategory_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_CompletedAmt) == 0x0006A8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_CompletedAmt' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_TotalRequired_1) == 0x0006AC, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_TotalRequired_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_HermesBindEvent_Handle_1) == 0x0006B0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_MakeStruct_ChallengeNotificationData) == 0x0006C0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_MakeStruct_ChallengeNotificationData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Parent) == 0x0006D8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_ChallengeID) == 0x0006E0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_ChallengeCategory) == 0x0006E8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_TotalRequired) == 0x0006F0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_TotalRequired' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_float_Variable) == 0x0006F4, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_float_Variable_1) == 0x0006F8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_bool_Variable_1) == 0x0006FC, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_byte_Variable_2) == 0x0006FD, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Select_Default_1) == 0x000700, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_byte_Variable_3) == 0x000704, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_bool_Variable_2) == 0x000705, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_byte_Variable_4) == 0x000706, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Select_Default_2) == 0x000707, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_PlayAnimation_ReturnValue_2) == 0x000708, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_PlayAnimation_ReturnValue_3) == 0x000710, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_byte_Variable_5) == 0x000718, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_bool_Variable_3) == 0x000719, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_PlayAnimation_ReturnValue_4) == 0x000720, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Select_Default_3) == 0x000728, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CreateDelegate_OutputDelegate_10) == 0x00072C, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_byte_Variable_6) == 0x00073C, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_byte_Variable_7) == 0x00073D, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_bool_Variable_4) == 0x00073E, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Select_Default_4) == 0x00073F, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000740, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_SwitchInteger_CmpSuccess) == 0x000744, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CustomEvent_Caller) == 0x000748, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_IsHeld) == 0x000750, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_IsHeld' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_int_Array_Index_Variable) == 0x000754, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Array_Get_Item) == 0x000758, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Name) == 0x000768, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Name' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_IconName) == 0x000778, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, Temp_class_Variable) == 0x000788, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::Temp_class_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_ClassDynamicCast_AsPhoenix_User_Widget) == 0x000790, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_ClassDynamicCast_AsPhoenix_User_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_ClassDynamicCast_bSuccess) == 0x000798, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_AsUI_BP_Fast_Travel_Unlock_Notification) == 0x0007A0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_AsUI_BP_Fast_Travel_Unlock_Notification' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_bSuccess_11) == 0x0007A8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Create_ReturnValue) == 0x0007B0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_AsUI_BPI_Screen_1) == 0x0007B8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_AsUI_BPI_Screen_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_bSuccess_12) == 0x0007C8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_AsUI_BPI_Conjuration_HUD) == 0x0007D0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_AsUI_BPI_Conjuration_HUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_DynamicCast_bSuccess_13) == 0x0007E0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_Event_Beacon) == 0x0007E8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_Event_Beacon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CustomEvent_Loaded) == 0x0007F0, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Get_ReturnValue_3) == 0x0007F8, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CreateDelegate_OutputDelegate_11) == 0x000800, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetCurrentGameDifficulty_Difficulty) == 0x000810, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetCurrentGameDifficulty_Difficulty' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetCurrentGameDifficulty_ReturnValue) == 0x000811, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetCurrentGameDifficulty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CreateDelegate_OutputDelegate_12) == 0x000814, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CreateDelegate_OutputDelegate_13) == 0x000824, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_CreateAsyncWidget_ReturnValue) == 0x000834, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_CreateAsyncWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_HermesBindEvent_Handle_2) == 0x000838, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_Array_Add_ReturnValue_2) == 0x000848, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_CreateDelegate_OutputDelegate_14) == 0x00084C, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_HermesBindEvent_Handle_3) == 0x000860, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetPhoenixGameSettings_ReturnValue_3) == 0x000870, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetPhoenixGameSettings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetShowBeastControls_ReturnValue_1) == 0x000878, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetShowBeastControls_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_GameLogicBoolResultEvent_CachedResult) == 0x000879, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_GameLogicBoolResultEvent_CachedResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_GetPhoenixGameSettings_ReturnValue_4) == 0x000880, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_GetPhoenixGameSettings_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_GameLogicBoolResultEvent_CachedResult_1) == 0x000888, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_GameLogicBoolResultEvent_CachedResult_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_GameLogicBoolResultEvent_CachedResult_2) == 0x000889, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_GameLogicBoolResultEvent_CachedResult_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, K2Node_GameLogicBoolResultEvent_CachedResult_3) == 0x00088A, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::K2Node_GameLogicBoolResultEvent_CachedResult_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00088B, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00088C, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget, CallFunc_BooleanOR_ReturnValue_2) == 0x00088D, "Member 'UI_BP_PhoenixHUDWidget_C_ExecuteUbergraph_UI_BP_PhoenixHUDWidget::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_RemoveBeaconFromHUD \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_RemoveBeaconFromHUD) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_RemoveBeaconFromHUD"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_RemoveBeaconFromHUD) == 0x000008, "Wrong size on UI_BP_PhoenixHUDWidget_C_RemoveBeaconFromHUD"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_RemoveBeaconFromHUD, Beacon) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_RemoveBeaconFromHUD::Beacon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_OnAddFastTravelUnlockedNotification \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_OnAddFastTravelUnlockedNotification) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_OnAddFastTravelUnlockedNotification"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_OnAddFastTravelUnlockedNotification) == 0x000020, "Wrong size on UI_BP_PhoenixHUDWidget_C_OnAddFastTravelUnlockedNotification"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddFastTravelUnlockedNotification, Name_0) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddFastTravelUnlockedNotification::Name_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddFastTravelUnlockedNotification, IconName) == 0x000010, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddFastTravelUnlockedNotification::IconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_ToggleMissionDetailsHold \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_ToggleMissionDetailsHold) == 0x000001, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_ToggleMissionDetailsHold"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_ToggleMissionDetailsHold) == 0x000001, "Wrong size on UI_BP_PhoenixHUDWidget_C_ToggleMissionDetailsHold"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ToggleMissionDetailsHold, IsHeld) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_ToggleMissionDetailsHold::IsHeld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_RefreshButtonCallouts \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_RefreshButtonCallouts) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_RefreshButtonCallouts"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_RefreshButtonCallouts) == 0x000008, "Wrong size on UI_BP_PhoenixHUDWidget_C_RefreshButtonCallouts"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_RefreshButtonCallouts, Caller) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_RefreshButtonCallouts::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_OnAddChallengeUnlockedNotification \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeUnlockedNotification) == 0x000004, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_OnAddChallengeUnlockedNotification"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeUnlockedNotification) == 0x000014, "Wrong size on UI_BP_PhoenixHUDWidget_C_OnAddChallengeUnlockedNotification"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeUnlockedNotification, ChallengeID) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddChallengeUnlockedNotification::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeUnlockedNotification, ChallengeCategory) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddChallengeUnlockedNotification::ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeUnlockedNotification, TotalRequired) == 0x000010, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddChallengeUnlockedNotification::TotalRequired' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_SetParent \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_SetParent) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_SetParent"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_SetParent) == 0x000008, "Wrong size on UI_BP_PhoenixHUDWidget_C_SetParent"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetParent, Parent) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_OnAddChallengeUpdatedNotification \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeUpdatedNotification) == 0x000004, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_OnAddChallengeUpdatedNotification"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeUpdatedNotification) == 0x000018, "Wrong size on UI_BP_PhoenixHUDWidget_C_OnAddChallengeUpdatedNotification"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeUpdatedNotification, ChallengeID) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddChallengeUpdatedNotification::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeUpdatedNotification, ChallengeCategory) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddChallengeUpdatedNotification::ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeUpdatedNotification, CompletedAmt) == 0x000010, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddChallengeUpdatedNotification::CompletedAmt' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeUpdatedNotification, TotalRequired) == 0x000014, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddChallengeUpdatedNotification::TotalRequired' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_OnAddPickupNotification \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_OnAddPickupNotification) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_OnAddPickupNotification"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_OnAddPickupNotification) == 0x000030, "Wrong size on UI_BP_PhoenixHUDWidget_C_OnAddPickupNotification"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddPickupNotification, Name_0) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddPickupNotification::Name_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddPickupNotification, IconName) == 0x000010, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddPickupNotification::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddPickupNotification, Count_0) == 0x000020, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddPickupNotification::Count_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddPickupNotification, bSpecial) == 0x000024, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddPickupNotification::bSpecial' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddPickupNotification, Variation) == 0x000028, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddPickupNotification::Variation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_OnAddCollectionObtainedNotification \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_OnAddCollectionObtainedNotification) == 0x000004, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_OnAddCollectionObtainedNotification"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_OnAddCollectionObtainedNotification) == 0x000010, "Wrong size on UI_BP_PhoenixHUDWidget_C_OnAddCollectionObtainedNotification"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddCollectionObtainedNotification, CollectionItemID) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddCollectionObtainedNotification::CollectionItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddCollectionObtainedNotification, CollectionCategory) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddCollectionObtainedNotification::CollectionCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_OnAddCollectionKnownNotification \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_OnAddCollectionKnownNotification) == 0x000004, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_OnAddCollectionKnownNotification"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_OnAddCollectionKnownNotification) == 0x000010, "Wrong size on UI_BP_PhoenixHUDWidget_C_OnAddCollectionKnownNotification"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddCollectionKnownNotification, CollectionItemID) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddCollectionKnownNotification::CollectionItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddCollectionKnownNotification, CollectionCategory) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddCollectionKnownNotification::CollectionCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_OnAddChallengeCompleteNotification \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeCompleteNotification) == 0x000004, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_OnAddChallengeCompleteNotification"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeCompleteNotification) == 0x00001C, "Wrong size on UI_BP_PhoenixHUDWidget_C_OnAddChallengeCompleteNotification"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeCompleteNotification, ChallengeID) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddChallengeCompleteNotification::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeCompleteNotification, ChallengeCategory) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddChallengeCompleteNotification::ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeCompleteNotification, CompletedLevel) == 0x000010, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddChallengeCompleteNotification::CompletedLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeCompleteNotification, TotalLevels) == 0x000014, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddChallengeCompleteNotification::TotalLevels' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddChallengeCompleteNotification, TotalInstancesForLevel) == 0x000018, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddChallengeCompleteNotification::TotalInstancesForLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_UpdateOutOfAreaAlertTimer \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_UpdateOutOfAreaAlertTimer) == 0x000004, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_UpdateOutOfAreaAlertTimer"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_UpdateOutOfAreaAlertTimer) == 0x000004, "Wrong size on UI_BP_PhoenixHUDWidget_C_UpdateOutOfAreaAlertTimer"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateOutOfAreaAlertTimer, Time) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateOutOfAreaAlertTimer::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_ShowOutOfAreaAlert \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_ShowOutOfAreaAlert) == 0x000004, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_ShowOutOfAreaAlert"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_ShowOutOfAreaAlert) == 0x00000C, "Wrong size on UI_BP_PhoenixHUDWidget_C_ShowOutOfAreaAlert"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ShowOutOfAreaAlert, Message) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_ShowOutOfAreaAlert::Message' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ShowOutOfAreaAlert, InitialTime) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_ShowOutOfAreaAlert::InitialTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_ShowLookAtCallout \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_ShowLookAtCallout) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_ShowLookAtCallout"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_ShowLookAtCallout) == 0x000010, "Wrong size on UI_BP_PhoenixHUDWidget_C_ShowLookAtCallout"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ShowLookAtCallout, Caller) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_ShowLookAtCallout::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ShowLookAtCallout, int_0) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_ShowLookAtCallout::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_OnMailRecieved \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_OnMailRecieved) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_OnMailRecieved"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_OnMailRecieved) == 0x000060, "Wrong size on UI_BP_PhoenixHUDWidget_C_OnMailRecieved"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnMailRecieved, Entry) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_OnMailRecieved::Entry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnMailRecieved, DisplayPriority) == 0x000058, "Member 'UI_BP_PhoenixHUDWidget_C_OnMailRecieved::DisplayPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_ShowChallengeHUD \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_ShowChallengeHUD) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_ShowChallengeHUD"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_ShowChallengeHUD) == 0x000008, "Wrong size on UI_BP_PhoenixHUDWidget_C_ShowChallengeHUD"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ShowChallengeHUD, Caller) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_ShowChallengeHUD::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_SetGlobalHudVisibility \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_SetGlobalHudVisibility) == 0x000001, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_SetGlobalHudVisibility"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_SetGlobalHudVisibility) == 0x000003, "Wrong size on UI_BP_PhoenixHUDWidget_C_SetGlobalHudVisibility"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetGlobalHudVisibility, ShouldShow) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_SetGlobalHudVisibility::ShouldShow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetGlobalHudVisibility, AllowTicking) == 0x000001, "Member 'UI_BP_PhoenixHUDWidget_C_SetGlobalHudVisibility::AllowTicking' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetGlobalHudVisibility, ShouldAnimate) == 0x000002, "Member 'UI_BP_PhoenixHUDWidget_C_SetGlobalHudVisibility::ShouldAnimate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_ShowNoFlyHUD \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_ShowNoFlyHUD) == 0x000004, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_ShowNoFlyHUD"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_ShowNoFlyHUD) == 0x000008, "Wrong size on UI_BP_PhoenixHUDWidget_C_ShowNoFlyHUD"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ShowNoFlyHUD, ErrorMessageKey) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_ShowNoFlyHUD::ErrorMessageKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_SetConjurationCategory \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_SetConjurationCategory) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_SetConjurationCategory"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_SetConjurationCategory) == 0x000018, "Wrong size on UI_BP_PhoenixHUDWidget_C_SetConjurationCategory"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetConjurationCategory, Caller) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_SetConjurationCategory::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetConjurationCategory, String) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_SetConjurationCategory::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_ShowBroomHUD \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_ShowBroomHUD) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_ShowBroomHUD"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_ShowBroomHUD) == 0x000008, "Wrong size on UI_BP_PhoenixHUDWidget_C_ShowBroomHUD"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ShowBroomHUD, BroomActor) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_ShowBroomHUD::BroomActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_TogglePersistentStepBanner \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_TogglePersistentStepBanner) == 0x000001, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_TogglePersistentStepBanner"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_TogglePersistentStepBanner) == 0x000001, "Wrong size on UI_BP_PhoenixHUDWidget_C_TogglePersistentStepBanner"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_TogglePersistentStepBanner, IsPersistent) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_TogglePersistentStepBanner::IsPersistent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_ConjurationScreenLoaded \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_ConjurationScreenLoaded) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_ConjurationScreenLoaded"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_ConjurationScreenLoaded) == 0x000008, "Wrong size on UI_BP_PhoenixHUDWidget_C_ConjurationScreenLoaded"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ConjurationScreenLoaded, LoadedScreen) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_ConjurationScreenLoaded::LoadedScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_SetAndShowHintMessage \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_SetAndShowHintMessage) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_SetAndShowHintMessage"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_SetAndShowHintMessage) == 0x000028, "Wrong size on UI_BP_PhoenixHUDWidget_C_SetAndShowHintMessage"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetAndShowHintMessage, HintKey) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_SetAndShowHintMessage::HintKey' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetAndShowHintMessage, HintPositionData) == 0x000010, "Member 'UI_BP_PhoenixHUDWidget_C_SetAndShowHintMessage::HintPositionData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetAndShowHintMessage, bIgnoreShowTutorialElementsFlag) == 0x000020, "Member 'UI_BP_PhoenixHUDWidget_C_SetAndShowHintMessage::bIgnoreShowTutorialElementsFlag' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetAndShowHintMessage, MaxDuration) == 0x000024, "Member 'UI_BP_PhoenixHUDWidget_C_SetAndShowHintMessage::MaxDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_AccessedTalentsPage \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_AccessedTalentsPage) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_AccessedTalentsPage"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_AccessedTalentsPage) == 0x000008, "Wrong size on UI_BP_PhoenixHUDWidget_C_AccessedTalentsPage"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_AccessedTalentsPage, Caller) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_AccessedTalentsPage::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_HideChallengeHUD \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_HideChallengeHUD) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_HideChallengeHUD"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_HideChallengeHUD) == 0x000008, "Wrong size on UI_BP_PhoenixHUDWidget_C_HideChallengeHUD"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HideChallengeHUD, Caller) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_HideChallengeHUD::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_SetCurrentTargetActor \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_SetCurrentTargetActor) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_SetCurrentTargetActor"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_SetCurrentTargetActor) == 0x000010, "Wrong size on UI_BP_PhoenixHUDWidget_C_SetCurrentTargetActor"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetCurrentTargetActor, Target) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_SetCurrentTargetActor::Target' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetCurrentTargetActor, ShowName) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_SetCurrentTargetActor::ShowName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetCurrentTargetActor, ShowHealth) == 0x000009, "Member 'UI_BP_PhoenixHUDWidget_C_SetCurrentTargetActor::ShowHealth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_ShowMountHUD \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_ShowMountHUD) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_ShowMountHUD"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_ShowMountHUD) == 0x000010, "Wrong size on UI_BP_PhoenixHUDWidget_C_ShowMountHUD"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ShowMountHUD, MountComponent) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_ShowMountHUD::MountComponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ShowMountHUD, bIncludeCharge) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_ShowMountHUD::bIncludeCharge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_BndEvt__AsyncReticule_K2Node_ComponentBoundEvent_0_AsyncWrapperLoadComplete__DelegateSignature \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_BndEvt__AsyncReticule_K2Node_ComponentBoundEvent_0_AsyncWrapperLoadComplete__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_BndEvt__AsyncReticule_K2Node_ComponentBoundEvent_0_AsyncWrapperLoadComplete__DelegateSignature"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_BndEvt__AsyncReticule_K2Node_ComponentBoundEvent_0_AsyncWrapperLoadComplete__DelegateSignature) == 0x000008, "Wrong size on UI_BP_PhoenixHUDWidget_C_BndEvt__AsyncReticule_K2Node_ComponentBoundEvent_0_AsyncWrapperLoadComplete__DelegateSignature"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_BndEvt__AsyncReticule_K2Node_ComponentBoundEvent_0_AsyncWrapperLoadComplete__DelegateSignature, SelfReference) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_BndEvt__AsyncReticule_K2Node_ComponentBoundEvent_0_AsyncWrapperLoadComplete__DelegateSignature::SelfReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_OnAddCompanionLevelUpNotification \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_OnAddCompanionLevelUpNotification) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_OnAddCompanionLevelUpNotification"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_OnAddCompanionLevelUpNotification) == 0x000010, "Wrong size on UI_BP_PhoenixHUDWidget_C_OnAddCompanionLevelUpNotification"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddCompanionLevelUpNotification, CompanionName) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddCompanionLevelUpNotification::CompanionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_CreatureFirstTimeCapture \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_CreatureFirstTimeCapture) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_CreatureFirstTimeCapture"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_CreatureFirstTimeCapture) == 0x000010, "Wrong size on UI_BP_PhoenixHUDWidget_C_CreatureFirstTimeCapture"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_CreatureFirstTimeCapture, Caller) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_CreatureFirstTimeCapture::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_CreatureFirstTimeCapture, int_0) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_CreatureFirstTimeCapture::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_SetHudElementVisibility \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_SetHudElementVisibility) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_SetHudElementVisibility"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_SetHudElementVisibility) == 0x000020, "Wrong size on UI_BP_PhoenixHUDWidget_C_SetHudElementVisibility"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetHudElementVisibility, ElementName) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_SetHudElementVisibility::ElementName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetHudElementVisibility, NewVisibility) == 0x000010, "Member 'UI_BP_PhoenixHUDWidget_C_SetHudElementVisibility::NewVisibility' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetHudElementVisibility, Provider) == 0x000018, "Member 'UI_BP_PhoenixHUDWidget_C_SetHudElementVisibility::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_AncMag_Pickup \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_AncMag_Pickup) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_AncMag_Pickup"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_AncMag_Pickup) == 0x000010, "Wrong size on UI_BP_PhoenixHUDWidget_C_AncMag_Pickup"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_AncMag_Pickup, Caller) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_AncMag_Pickup::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_AncMag_Pickup, float_0) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_AncMag_Pickup::float_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_OnAddSpecialItemNotification \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_OnAddSpecialItemNotification) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_OnAddSpecialItemNotification"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_OnAddSpecialItemNotification) == 0x000038, "Wrong size on UI_BP_PhoenixHUDWidget_C_OnAddSpecialItemNotification"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddSpecialItemNotification, Name_0) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddSpecialItemNotification::Name_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddSpecialItemNotification, IconName) == 0x000010, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddSpecialItemNotification::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddSpecialItemNotification, Count_0) == 0x000020, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddSpecialItemNotification::Count_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddSpecialItemNotification, UnlockMessage) == 0x000028, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddSpecialItemNotification::UnlockMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_ShowCreatureNurturingHUD \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_ShowCreatureNurturingHUD) == 0x000001, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_ShowCreatureNurturingHUD"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_ShowCreatureNurturingHUD) == 0x000001, "Wrong size on UI_BP_PhoenixHUDWidget_C_ShowCreatureNurturingHUD"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ShowCreatureNurturingHUD, Show) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_ShowCreatureNurturingHUD::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_ShowTransformationUI \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_ShowTransformationUI) == 0x000004, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_ShowTransformationUI"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_ShowTransformationUI) == 0x000008, "Wrong size on UI_BP_PhoenixHUDWidget_C_ShowTransformationUI"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ShowTransformationUI, Show) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_ShowTransformationUI::Show' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ShowTransformationUI, IntroType) == 0x000004, "Member 'UI_BP_PhoenixHUDWidget_C_ShowTransformationUI::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_ShowConjurationUI \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_ShowConjurationUI) == 0x000004, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_ShowConjurationUI"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_ShowConjurationUI) == 0x000008, "Wrong size on UI_BP_PhoenixHUDWidget_C_ShowConjurationUI"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ShowConjurationUI, Show) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_ShowConjurationUI::Show' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ShowConjurationUI, IntroType) == 0x000004, "Member 'UI_BP_PhoenixHUDWidget_C_ShowConjurationUI::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_OnAddTextTickerNotification \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_OnAddTextTickerNotification) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_OnAddTextTickerNotification"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_OnAddTextTickerNotification) == 0x000010, "Wrong size on UI_BP_PhoenixHUDWidget_C_OnAddTextTickerNotification"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnAddTextTickerNotification, NotificationText) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_OnAddTextTickerNotification::NotificationText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_ExperienceChangedBP \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_ExperienceChangedBP) == 0x000004, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_ExperienceChangedBP"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_ExperienceChangedBP) == 0x000020, "Wrong size on UI_BP_PhoenixHUDWidget_C_ExperienceChangedBP"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_ExperienceChangedBP, ExperienceChangedData) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_ExperienceChangedBP::ExperienceChangedData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_OnSetEnemyData \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_OnSetEnemyData) == 0x000004, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_OnSetEnemyData"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_OnSetEnemyData) == 0x00000C, "Wrong size on UI_BP_PhoenixHUDWidget_C_OnSetEnemyData"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnSetEnemyData, Name_0) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_OnSetEnemyData::Name_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnSetEnemyData, pct) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_OnSetEnemyData::pct' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_OnShowEnemyInfo \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_OnShowEnemyInfo) == 0x000001, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_OnShowEnemyInfo"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_OnShowEnemyInfo) == 0x000001, "Wrong size on UI_BP_PhoenixHUDWidget_C_OnShowEnemyInfo"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnShowEnemyInfo, Show) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_OnShowEnemyInfo::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_OnLoaded_34BC5BCD467F67EB9A5A9E95BA21BA69 \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_OnLoaded_34BC5BCD467F67EB9A5A9E95BA21BA69) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_OnLoaded_34BC5BCD467F67EB9A5A9E95BA21BA69"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_OnLoaded_34BC5BCD467F67EB9A5A9E95BA21BA69) == 0x000008, "Wrong size on UI_BP_PhoenixHUDWidget_C_OnLoaded_34BC5BCD467F67EB9A5A9E95BA21BA69"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_OnLoaded_34BC5BCD467F67EB9A5A9E95BA21BA69, Loaded) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_OnLoaded_34BC5BCD467F67EB9A5A9E95BA21BA69::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutTop_K2Node_GameLogicBoolResultEvent_0 \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutTop_K2Node_GameLogicBoolResultEvent_0) == 0x000001, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutTop_K2Node_GameLogicBoolResultEvent_0"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutTop_K2Node_GameLogicBoolResultEvent_0) == 0x000001, "Wrong size on UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutTop_K2Node_GameLogicBoolResultEvent_0"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutTop_K2Node_GameLogicBoolResultEvent_0, CachedResult) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutTop_K2Node_GameLogicBoolResultEvent_0::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutRight_K2Node_GameLogicBoolResultEvent_1 \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutRight_K2Node_GameLogicBoolResultEvent_1) == 0x000001, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutRight_K2Node_GameLogicBoolResultEvent_1"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutRight_K2Node_GameLogicBoolResultEvent_1) == 0x000001, "Wrong size on UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutRight_K2Node_GameLogicBoolResultEvent_1"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutRight_K2Node_GameLogicBoolResultEvent_1, CachedResult) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutRight_K2Node_GameLogicBoolResultEvent_1::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutLeft_K2Node_GameLogicBoolResultEvent_2 \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutLeft_K2Node_GameLogicBoolResultEvent_2) == 0x000001, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutLeft_K2Node_GameLogicBoolResultEvent_2"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutLeft_K2Node_GameLogicBoolResultEvent_2) == 0x000001, "Wrong size on UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutLeft_K2Node_GameLogicBoolResultEvent_2"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutLeft_K2Node_GameLogicBoolResultEvent_2, CachedResult) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutLeft_K2Node_GameLogicBoolResultEvent_2::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutBottom_K2Node_GameLogicBoolResultEvent_3 \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutBottom_K2Node_GameLogicBoolResultEvent_3) == 0x000001, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutBottom_K2Node_GameLogicBoolResultEvent_3"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutBottom_K2Node_GameLogicBoolResultEvent_3) == 0x000001, "Wrong size on UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutBottom_K2Node_GameLogicBoolResultEvent_3"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutBottom_K2Node_GameLogicBoolResultEvent_3, CachedResult) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_GameLogicElementEvt_BreakoutBottom_K2Node_GameLogicBoolResultEvent_3::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_MakeBeaconIcon \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_MakeBeaconIcon) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_MakeBeaconIcon"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_MakeBeaconIcon) == 0x000028, "Wrong size on UI_BP_PhoenixHUDWidget_C_MakeBeaconIcon"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_MakeBeaconIcon, IconName) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_MakeBeaconIcon::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_MakeBeaconIcon, ReturnValue) == 0x000010, "Member 'UI_BP_PhoenixHUDWidget_C_MakeBeaconIcon::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_MakeBeaconIcon, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'UI_BP_PhoenixHUDWidget_C_MakeBeaconIcon::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_MakeBeaconIcon, CallFunc_Create_ReturnValue) == 0x000020, "Member 'UI_BP_PhoenixHUDWidget_C_MakeBeaconIcon::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility) == 0x000078, "Wrong size on UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, ElementName) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::ElementName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, Visibility_0) == 0x000010, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::Visibility_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, Provider) == 0x000018, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::Provider' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, Temp_bool_Variable) == 0x000020, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, K2Node_SwitchString_CmpSuccess) == 0x000021, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, CallFunc_GetCurrentGameDifficulty_Difficulty) == 0x000022, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::CallFunc_GetCurrentGameDifficulty_Difficulty' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, CallFunc_GetCurrentGameDifficulty_ReturnValue) == 0x000023, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::CallFunc_GetCurrentGameDifficulty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, K2Node_SwitchEnum_CmpSuccess) == 0x000024, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000025, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000026, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, CallFunc_BooleanOR_ReturnValue) == 0x000027, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, CallFunc_BooleanAND_ReturnValue) == 0x000028, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, CallFunc_GetPlayerController_ReturnValue) == 0x000030, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, CallFunc_GetHUD_ReturnValue) == 0x000038, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, K2Node_SwitchEnum_CmpSuccess_1) == 0x000040, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000048, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, K2Node_SwitchEnum_CmpSuccess_2) == 0x000051, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000052, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, Temp_byte_Variable) == 0x000053, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, K2Node_Select_Default) == 0x000054, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000055, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, K2Node_SwitchEnum_CmpSuccess_3) == 0x000056, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000058, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, K2Node_SwitchEnum_CmpSuccess_4) == 0x000060, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, CallFunc_GetMiniMapManager_ReturnValue) == 0x000068, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::CallFunc_GetMiniMapManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility, CallFunc_GetMiniMapManager_ReturnValue_1) == 0x000070, "Member 'UI_BP_PhoenixHUDWidget_C_HandleSetElementVisibility::CallFunc_GetMiniMapManager_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_AdjustHUDDisplayForDemoBuilds \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_AdjustHUDDisplayForDemoBuilds) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_AdjustHUDDisplayForDemoBuilds"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_AdjustHUDDisplayForDemoBuilds) == 0x000018, "Wrong size on UI_BP_PhoenixHUDWidget_C_AdjustHUDDisplayForDemoBuilds"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_AdjustHUDDisplayForDemoBuilds, IsPlayingDemoBuild) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_AdjustHUDDisplayForDemoBuilds::IsPlayingDemoBuild' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_AdjustHUDDisplayForDemoBuilds, CallFunc_GetPhoenixGameInstance_ReturnValue) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_AdjustHUDDisplayForDemoBuilds::CallFunc_GetPhoenixGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_AdjustHUDDisplayForDemoBuilds, CallFunc_GetPlayingDemoBuild_ReturnValue) == 0x000010, "Member 'UI_BP_PhoenixHUDWidget_C_AdjustHUDDisplayForDemoBuilds::CallFunc_GetPlayingDemoBuild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_SetVisibilityPerWidget \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_SetVisibilityPerWidget) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_SetVisibilityPerWidget"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_SetVisibilityPerWidget) == 0x000028, "Wrong size on UI_BP_PhoenixHUDWidget_C_SetVisibilityPerWidget"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetVisibilityPerWidget, ShouldShow) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_SetVisibilityPerWidget::ShouldShow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetVisibilityPerWidget, NoTickWidgets) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_SetVisibilityPerWidget::NoTickWidgets' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_SetVisibilityPerWidget, TickWidgets) == 0x000018, "Member 'UI_BP_PhoenixHUDWidget_C_SetVisibilityPerWidget::TickWidgets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_HasUnreadMailNotification \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_HasUnreadMailNotification) == 0x000001, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_HasUnreadMailNotification"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_HasUnreadMailNotification) == 0x000001, "Wrong size on UI_BP_PhoenixHUDWidget_C_HasUnreadMailNotification"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_HasUnreadMailNotification, bUnreadMail) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_HasUnreadMailNotification::bUnreadMail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD) == 0x0000A0, "Wrong size on UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, Temp_float_Variable) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, Temp_int_Variable) == 0x000004, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, Temp_float_Variable_1) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, Temp_float_Variable_2) == 0x00000C, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, Temp_int_Variable_1) == 0x000010, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, Temp_float_Variable_3) == 0x000014, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, Temp_float_Variable_4) == 0x000018, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, Temp_int_Variable_2) == 0x00001C, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, Temp_float_Variable_5) == 0x000020, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, Temp_float_Variable_6) == 0x000024, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, Temp_bool_Variable) == 0x000028, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, Temp_int_Variable_3) == 0x00002C, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, Temp_int_Variable_4) == 0x000030, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, Temp_float_Variable_7) == 0x000034, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000038, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, Temp_int_Variable_5) == 0x000044, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, K2Node_DynamicCast_AsCanvas_Panel_Slot_1) == 0x000048, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::K2Node_DynamicCast_AsCanvas_Panel_Slot_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, K2Node_DynamicCast_AsCanvas_Panel_Slot_2) == 0x000058, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::K2Node_DynamicCast_AsCanvas_Panel_Slot_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, CallFunc_Get_ReturnValue) == 0x000068, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, CallFunc_GetLastUsedInputDevice_ReturnValue) == 0x000070, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::CallFunc_GetLastUsedInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000071, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, K2Node_Select_Default) == 0x000074, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, K2Node_Select_Default_1) == 0x000078, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, K2Node_Select_Default_2) == 0x00007C, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, CallFunc_MakeVector2D_ReturnValue) == 0x000080, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, K2Node_Select_Default_3) == 0x000088, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, CallFunc_MakeVector2D_ReturnValue_1) == 0x00008C, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, K2Node_Select_Default_4) == 0x000094, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD, CallFunc_MakeVector2D_ReturnValue_2) == 0x000098, "Member 'UI_BP_PhoenixHUDWidget_C_UpdateQuickActionsHUD::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_GetMissionBanner \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_GetMissionBanner) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_GetMissionBanner"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_GetMissionBanner) == 0x000008, "Wrong size on UI_BP_PhoenixHUDWidget_C_GetMissionBanner"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_GetMissionBanner, ReturnValue) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_GetMissionBanner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_AddBeaconToHUD \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_AddBeaconToHUD) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_AddBeaconToHUD"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_AddBeaconToHUD) == 0x000018, "Wrong size on UI_BP_PhoenixHUDWidget_C_AddBeaconToHUD"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_AddBeaconToHUD, Beacon) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_AddBeaconToHUD::Beacon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_AddBeaconToHUD, BeaconSlot) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_AddBeaconToHUD::BeaconSlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_AddBeaconToHUD, CallFunc_AddBeacon_NewSlot) == 0x000010, "Member 'UI_BP_PhoenixHUDWidget_C_AddBeaconToHUD::CallFunc_AddBeacon_NewSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_TranslateBreakout \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_TranslateBreakout) == 0x000008, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_TranslateBreakout"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_TranslateBreakout) == 0x000060, "Wrong size on UI_BP_PhoenixHUDWidget_C_TranslateBreakout"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_TranslateBreakout, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_TranslateBreakout::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_TranslateBreakout, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'UI_BP_PhoenixHUDWidget_C_TranslateBreakout::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_TranslateBreakout, CallFunc_BreakVector_X) == 0x000014, "Member 'UI_BP_PhoenixHUDWidget_C_TranslateBreakout::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_TranslateBreakout, CallFunc_BreakVector_Y) == 0x000018, "Member 'UI_BP_PhoenixHUDWidget_C_TranslateBreakout::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_TranslateBreakout, CallFunc_BreakVector_Z) == 0x00001C, "Member 'UI_BP_PhoenixHUDWidget_C_TranslateBreakout::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_TranslateBreakout, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000020, "Member 'UI_BP_PhoenixHUDWidget_C_TranslateBreakout::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_TranslateBreakout, CallFunc_GetPlayerController_ReturnValue) == 0x000028, "Member 'UI_BP_PhoenixHUDWidget_C_TranslateBreakout::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_TranslateBreakout, CallFunc_Add_FloatFloat_ReturnValue) == 0x000030, "Member 'UI_BP_PhoenixHUDWidget_C_TranslateBreakout::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_TranslateBreakout, CallFunc_MakeVector_ReturnValue) == 0x000034, "Member 'UI_BP_PhoenixHUDWidget_C_TranslateBreakout::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_TranslateBreakout, CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition) == 0x000040, "Member 'UI_BP_PhoenixHUDWidget_C_TranslateBreakout::CallFunc_ProjectWorldLocationToWidgetPosition_ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_TranslateBreakout, CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue) == 0x000048, "Member 'UI_BP_PhoenixHUDWidget_C_TranslateBreakout::CallFunc_ProjectWorldLocationToWidgetPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_TranslateBreakout, CallFunc_BreakVector2D_X) == 0x00004C, "Member 'UI_BP_PhoenixHUDWidget_C_TranslateBreakout::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_TranslateBreakout, CallFunc_BreakVector2D_Y) == 0x000050, "Member 'UI_BP_PhoenixHUDWidget_C_TranslateBreakout::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_TranslateBreakout, CallFunc_MakeVector2D_ReturnValue) == 0x000054, "Member 'UI_BP_PhoenixHUDWidget_C_TranslateBreakout::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged) == 0x000001, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged) == 0x000007, "Wrong size on UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged, NewDifficulty) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged::NewDifficulty' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged, Temp_byte_Variable) == 0x000001, "Member 'UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged, Temp_byte_Variable_1) == 0x000002, "Member 'UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged, Temp_byte_Variable_2) == 0x000003, "Member 'UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged, Temp_byte_Variable_3) == 0x000004, "Member 'UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged, Temp_byte_Variable_4) == 0x000005, "Member 'UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged, K2Node_Select_Default) == 0x000006, "Member 'UI_BP_PhoenixHUDWidget_C_GameDifficultyChanged::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhoenixHUDWidget_C_GetAsyncWrapperRenderSize \ static_assert(alignof(UI_BP_PhoenixHUDWidget_C_GetAsyncWrapperRenderSize) == 0x000004, "Wrong alignment on UI_BP_PhoenixHUDWidget_C_GetAsyncWrapperRenderSize"); \ static_assert(sizeof(UI_BP_PhoenixHUDWidget_C_GetAsyncWrapperRenderSize) == 0x000008, "Wrong size on UI_BP_PhoenixHUDWidget_C_GetAsyncWrapperRenderSize"); \ static_assert(offsetof(UI_BP_PhoenixHUDWidget_C_GetAsyncWrapperRenderSize, RenderSize) == 0x000000, "Member 'UI_BP_PhoenixHUDWidget_C_GetAsyncWrapperRenderSize::RenderSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_PhoenixHUDWidget_C \ static_assert(alignof(UUI_BP_PhoenixHUDWidget_C) == 0x000008, "Wrong alignment on UUI_BP_PhoenixHUDWidget_C"); \ static_assert(sizeof(UUI_BP_PhoenixHUDWidget_C) == 0x000530, "Wrong size on UUI_BP_PhoenixHUDWidget_C"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, UberGraphFrame) == 0x000310, "Member 'UUI_BP_PhoenixHUDWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, FadeHUD) == 0x000318, "Member 'UUI_BP_PhoenixHUDWidget_C::FadeHUD' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, BreakoutRingSuccess) == 0x000320, "Member 'UUI_BP_PhoenixHUDWidget_C::BreakoutRingSuccess' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, BreakoutRingFail) == 0x000328, "Member 'UUI_BP_PhoenixHUDWidget_C::BreakoutRingFail' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, SwapBreakoutButton) == 0x000330, "Member 'UUI_BP_PhoenixHUDWidget_C::SwapBreakoutButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, ActionRing) == 0x000338, "Member 'UUI_BP_PhoenixHUDWidget_C::ActionRing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, AncientMagicHud) == 0x000340, "Member 'UUI_BP_PhoenixHUDWidget_C::AncientMagicHud' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, AsyncCompanionLevelNotification) == 0x000348, "Member 'UUI_BP_PhoenixHUDWidget_C::AsyncCompanionLevelNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, AsyncFastTravelUnlockedNotification) == 0x000350, "Member 'UUI_BP_PhoenixHUDWidget_C::AsyncFastTravelUnlockedNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, AsyncNotificationPanel) == 0x000358, "Member 'UUI_BP_PhoenixHUDWidget_C::AsyncNotificationPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, AsyncReticule) == 0x000360, "Member 'UUI_BP_PhoenixHUDWidget_C::AsyncReticule' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, AsyncSpecialItemNotification) == 0x000368, "Member 'UUI_BP_PhoenixHUDWidget_C::AsyncSpecialItemNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, BeaconHUDPanel) == 0x000370, "Member 'UUI_BP_PhoenixHUDWidget_C::BeaconHUDPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, BossHealthMeter) == 0x000378, "Member 'UUI_BP_PhoenixHUDWidget_C::BossHealthMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, ChallengeCompleteNotification) == 0x000380, "Member 'UUI_BP_PhoenixHUDWidget_C::ChallengeCompleteNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, ChallengeHud) == 0x000388, "Member 'UUI_BP_PhoenixHUDWidget_C::ChallengeHud' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, CombatBreakout) == 0x000390, "Member 'UUI_BP_PhoenixHUDWidget_C::CombatBreakout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, CombatParry) == 0x000398, "Member 'UUI_BP_PhoenixHUDWidget_C::CombatParry' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, ComboHud) == 0x0003A0, "Member 'UUI_BP_PhoenixHUDWidget_C::ComboHud' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, CreatureNurturingHUDSocket) == 0x0003A8, "Member 'UUI_BP_PhoenixHUDWidget_C::CreatureNurturingHUDSocket' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, DamageIndicators) == 0x0003B0, "Member 'UUI_BP_PhoenixHUDWidget_C::DamageIndicators' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, DuelTechniquesHUD) == 0x0003B8, "Member 'UUI_BP_PhoenixHUDWidget_C::DuelTechniquesHUD' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, FinisherMeter) == 0x0003C0, "Member 'UUI_BP_PhoenixHUDWidget_C::FinisherMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, HealthBarSwitcher) == 0x0003C8, "Member 'UUI_BP_PhoenixHUDWidget_C::HealthBarSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, HintHud) == 0x0003D0, "Member 'UUI_BP_PhoenixHUDWidget_C::HintHud' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, LookAtWidget) == 0x0003D8, "Member 'UUI_BP_PhoenixHUDWidget_C::LookAtWidget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, MapSettingsElements) == 0x0003E0, "Member 'UUI_BP_PhoenixHUDWidget_C::MapSettingsElements' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, MeterSettingsElements) == 0x0003E8, "Member 'UUI_BP_PhoenixHUDWidget_C::MeterSettingsElements' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, MeterSettingsInvalidationBox) == 0x0003F0, "Member 'UUI_BP_PhoenixHUDWidget_C::MeterSettingsInvalidationBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, Minimap) == 0x0003F8, "Member 'UUI_BP_PhoenixHUDWidget_C::Minimap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, MountHud) == 0x000400, "Member 'UUI_BP_PhoenixHUDWidget_C::MountHud' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, NoDismountAllowedIcon) == 0x000408, "Member 'UUI_BP_PhoenixHUDWidget_C::NoDismountAllowedIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, NoTickWhenHidden) == 0x000410, "Member 'UUI_BP_PhoenixHUDWidget_C::NoTickWhenHidden' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, NPCHealthMeter) == 0x000418, "Member 'UUI_BP_PhoenixHUDWidget_C::NPCHealthMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, OutOfArea) == 0x000420, "Member 'UUI_BP_PhoenixHUDWidget_C::OutOfArea' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, OwlMailNotification) == 0x000428, "Member 'UUI_BP_PhoenixHUDWidget_C::OwlMailNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, PCActionRing) == 0x000430, "Member 'UUI_BP_PhoenixHUDWidget_C::PCActionRing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, QuickActionsSwitcher) == 0x000438, "Member 'UUI_BP_PhoenixHUDWidget_C::QuickActionsSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, QuickHealthActions) == 0x000440, "Member 'UUI_BP_PhoenixHUDWidget_C::QuickHealthActions' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, Root) == 0x000448, "Member 'UUI_BP_PhoenixHUDWidget_C::Root' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, SpecialChallengeNotification) == 0x000450, "Member 'UUI_BP_PhoenixHUDWidget_C::SpecialChallengeNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, SpellSettingsElements) == 0x000458, "Member 'UUI_BP_PhoenixHUDWidget_C::SpellSettingsElements' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, SpellSettingsInvalidationBox) == 0x000460, "Member 'UUI_BP_PhoenixHUDWidget_C::SpellSettingsInvalidationBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, TextNotificationPanel) == 0x000468, "Member 'UUI_BP_PhoenixHUDWidget_C::TextNotificationPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, TickWhenHidden) == 0x000470, "Member 'UUI_BP_PhoenixHUDWidget_C::TickWhenHidden' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, UI_BP_BroomHUD) == 0x000478, "Member 'UUI_BP_PhoenixHUDWidget_C::UI_BP_BroomHUD' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, UI_BP_BroomRaceHUD) == 0x000480, "Member 'UUI_BP_PhoenixHUDWidget_C::UI_BP_BroomRaceHUD' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, UI_BP_ErrorMessage) == 0x000488, "Member 'UUI_BP_PhoenixHUDWidget_C::UI_BP_ErrorMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, UI_BP_MissionBanner_New) == 0x000490, "Member 'UUI_BP_PhoenixHUDWidget_C::UI_BP_MissionBanner_New' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, UI_BP_NoFlyHud) == 0x000498, "Member 'UUI_BP_PhoenixHUDWidget_C::UI_BP_NoFlyHud' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, UI_BP_QuickItemHUD) == 0x0004A0, "Member 'UUI_BP_PhoenixHUDWidget_C::UI_BP_QuickItemHUD' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, UI_BP_SavingIcon) == 0x0004A8, "Member 'UUI_BP_PhoenixHUDWidget_C::UI_BP_SavingIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, UI_BP_UnreadMailIcon) == 0x0004B0, "Member 'UUI_BP_PhoenixHUDWidget_C::UI_BP_UnreadMailIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, UI_BP_VaseCounter) == 0x0004B8, "Member 'UUI_BP_PhoenixHUDWidget_C::UI_BP_VaseCounter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, wanted) == 0x0004C0, "Member 'UUI_BP_PhoenixHUDWidget_C::wanted' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, XpMeter) == 0x0004C8, "Member 'UUI_BP_PhoenixHUDWidget_C::XpMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, TargetActor) == 0x0004D0, "Member 'UUI_BP_PhoenixHUDWidget_C::TargetActor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, HasTarget) == 0x0004D8, "Member 'UUI_BP_PhoenixHUDWidget_C::HasTarget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, Count) == 0x0004DC, "Member 'UUI_BP_PhoenixHUDWidget_C::Count' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, Breakout_ButtonString) == 0x0004E0, "Member 'UUI_BP_PhoenixHUDWidget_C::Breakout_ButtonString' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, Breakout_String_randomINT) == 0x0004F0, "Member 'UUI_BP_PhoenixHUDWidget_C::Breakout_String_randomINT' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, BreakoutComplete) == 0x0004F4, "Member 'UUI_BP_PhoenixHUDWidget_C::BreakoutComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, RandomBreakout) == 0x0004F5, "Member 'UUI_BP_PhoenixHUDWidget_C::RandomBreakout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, HermesBindings) == 0x0004F8, "Member 'UUI_BP_PhoenixHUDWidget_C::HermesBindings' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, ConjurationCategory) == 0x000508, "Member 'UUI_BP_PhoenixHUDWidget_C::ConjurationCategory' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, HealthBarType) == 0x000518, "Member 'UUI_BP_PhoenixHUDWidget_C::HealthBarType' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, UI_BP_Broom_Race_HUD) == 0x000520, "Member 'UUI_BP_PhoenixHUDWidget_C::UI_BP_Broom_Race_HUD' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhoenixHUDWidget_C, PreviousHealthBarType) == 0x000528, "Member 'UUI_BP_PhoenixHUDWidget_C::PreviousHealthBarType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode \ static_assert(alignof(BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode) == 0x000008, "Wrong alignment on BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode"); \ static_assert(sizeof(BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode) == 0x000040, "Wrong size on BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode"); \ static_assert(offsetof(BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode, EntryPoint) == 0x000000, "Member 'BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000008, "Member 'BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode, K2Node_DynamicCast_AsPath_Node) == 0x000010, "Member 'BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode::K2Node_DynamicCast_AsPath_Node' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode, K2Node_SwitchEnum_CmpSuccess) == 0x000019, "Member 'BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode, K2Node_Event_OwnerController) == 0x000020, "Member 'BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode, K2Node_Event_ControlledPawn) == 0x000028, "Member 'BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BTT_Creature_SetSpeedFromPathNode_C_ExecuteUbergraph_BTT_Creature_SetSpeedFromPathNode::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_SetSpeedFromPathNode_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_SetSpeedFromPathNode_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_SetSpeedFromPathNode_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_SetSpeedFromPathNode_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_SetSpeedFromPathNode_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_SetSpeedFromPathNode_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_SetSpeedFromPathNode_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetSpeedFromPathNode_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_SetSpeedFromPathNode_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_SetSpeedFromPathNode_C \ static_assert(alignof(UBTT_Creature_SetSpeedFromPathNode_C) == 0x000008, "Wrong alignment on UBTT_Creature_SetSpeedFromPathNode_C"); \ static_assert(sizeof(UBTT_Creature_SetSpeedFromPathNode_C) == 0x0000E0, "Wrong size on UBTT_Creature_SetSpeedFromPathNode_C"); \ static_assert(offsetof(UBTT_Creature_SetSpeedFromPathNode_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_SetSpeedFromPathNode_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_SetSpeedFromPathNode_C, PathNode) == 0x0000B0, "Member 'UBTT_Creature_SetSpeedFromPathNode_C::PathNode' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_SetSpeedFromPathNode_C, CreatureMovementSpeed) == 0x0000D8, "Member 'UBTT_Creature_SetSpeedFromPathNode_C::CreatureMovementSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation \ static_assert(alignof(BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation) == 0x000008, "Wrong alignment on BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation"); \ static_assert(sizeof(BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation) == 0x000040, "Wrong size on BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation"); \ static_assert(offsetof(BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation, EntryPoint) == 0x000000, "Member 'BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation, K2Node_DynamicCast_AsCreature_Character) == 0x000018, "Member 'BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation::K2Node_DynamicCast_AsCreature_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000028, "Member 'BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation, K2Node_DynamicCast_AsCreature_Feeding_Station) == 0x000030, "Member 'BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation::K2Node_DynamicCast_AsCreature_Feeding_Station' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation, CallFunc_DispenseFeed_ReturnValue) == 0x000039, "Member 'BTT_Creature_RequestFeedFromFeedingStation_C_ExecuteUbergraph_BTT_Creature_RequestFeedFromFeedingStation::CallFunc_DispenseFeed_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_RequestFeedFromFeedingStation_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_RequestFeedFromFeedingStation_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_RequestFeedFromFeedingStation_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_RequestFeedFromFeedingStation_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_RequestFeedFromFeedingStation_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_RequestFeedFromFeedingStation_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_RequestFeedFromFeedingStation_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_RequestFeedFromFeedingStation_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_RequestFeedFromFeedingStation_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_RequestFeedFromFeedingStation_C \ static_assert(alignof(UBTT_Creature_RequestFeedFromFeedingStation_C) == 0x000008, "Wrong alignment on UBTT_Creature_RequestFeedFromFeedingStation_C"); \ static_assert(sizeof(UBTT_Creature_RequestFeedFromFeedingStation_C) == 0x0000D8, "Wrong size on UBTT_Creature_RequestFeedFromFeedingStation_C"); \ static_assert(offsetof(UBTT_Creature_RequestFeedFromFeedingStation_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_RequestFeedFromFeedingStation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_RequestFeedFromFeedingStation_C, FeedingStation) == 0x0000B0, "Member 'UBTT_Creature_RequestFeedFromFeedingStation_C::FeedingStation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_ActionDiamondTriggerEffect_C \ static_assert(alignof(UBP_ActionDiamondTriggerEffect_C) == 0x000008, "Wrong alignment on UBP_ActionDiamondTriggerEffect_C"); \ static_assert(sizeof(UBP_ActionDiamondTriggerEffect_C) == 0x000048, "Wrong size on UBP_ActionDiamondTriggerEffect_C"); \ #define DUMPER7_ASSERTS_BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility \ static_assert(alignof(BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility) == 0x000008, "Wrong alignment on BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility"); \ static_assert(sizeof(BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility) == 0x000048, "Wrong size on BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility"); \ static_assert(offsetof(BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility, EntryPoint) == 0x000000, "Member 'BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000018, "Member 'BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility, CallFunc_GetCustomAbilityClass_ReturnValue) == 0x000038, "Member 'BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility::CallFunc_GetCustomAbilityClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility, CallFunc_PlayAbilityByClass_ReturnValue) == 0x000040, "Member 'BTT_Creature_PlayCustomAbility_C_ExecuteUbergraph_BTT_Creature_PlayCustomAbility::CallFunc_PlayAbilityByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_PlayCustomAbility_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_PlayCustomAbility_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_PlayCustomAbility_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_PlayCustomAbility_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_PlayCustomAbility_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_PlayCustomAbility_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_PlayCustomAbility_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayCustomAbility_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_PlayCustomAbility_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_PlayCustomAbility_C \ static_assert(alignof(UBTT_Creature_PlayCustomAbility_C) == 0x000008, "Wrong alignment on UBTT_Creature_PlayCustomAbility_C"); \ static_assert(sizeof(UBTT_Creature_PlayCustomAbility_C) == 0x0000B0, "Wrong size on UBTT_Creature_PlayCustomAbility_C"); \ static_assert(offsetof(UBTT_Creature_PlayCustomAbility_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_PlayCustomAbility_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Beautification_C \ static_assert(alignof(ABP_SkinFX_Beautification_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Beautification_C"); \ static_assert(sizeof(ABP_SkinFX_Beautification_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Beautification_C"); \ #define DUMPER7_ASSERTS_BTT_Creature_SetTagLimitOnActor_C_ExecuteUbergraph_BTT_Creature_SetTagLimitOnActor \ static_assert(alignof(BTT_Creature_SetTagLimitOnActor_C_ExecuteUbergraph_BTT_Creature_SetTagLimitOnActor) == 0x000008, "Wrong alignment on BTT_Creature_SetTagLimitOnActor_C_ExecuteUbergraph_BTT_Creature_SetTagLimitOnActor"); \ static_assert(sizeof(BTT_Creature_SetTagLimitOnActor_C_ExecuteUbergraph_BTT_Creature_SetTagLimitOnActor) == 0x000020, "Wrong size on BTT_Creature_SetTagLimitOnActor_C_ExecuteUbergraph_BTT_Creature_SetTagLimitOnActor"); \ static_assert(offsetof(BTT_Creature_SetTagLimitOnActor_C_ExecuteUbergraph_BTT_Creature_SetTagLimitOnActor, EntryPoint) == 0x000000, "Member 'BTT_Creature_SetTagLimitOnActor_C_ExecuteUbergraph_BTT_Creature_SetTagLimitOnActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetTagLimitOnActor_C_ExecuteUbergraph_BTT_Creature_SetTagLimitOnActor, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_Creature_SetTagLimitOnActor_C_ExecuteUbergraph_BTT_Creature_SetTagLimitOnActor::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetTagLimitOnActor_C_ExecuteUbergraph_BTT_Creature_SetTagLimitOnActor, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_Creature_SetTagLimitOnActor_C_ExecuteUbergraph_BTT_Creature_SetTagLimitOnActor::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetTagLimitOnActor_C_ExecuteUbergraph_BTT_Creature_SetTagLimitOnActor, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000018, "Member 'BTT_Creature_SetTagLimitOnActor_C_ExecuteUbergraph_BTT_Creature_SetTagLimitOnActor::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_SetTagLimitOnActor_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_SetTagLimitOnActor_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_SetTagLimitOnActor_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_SetTagLimitOnActor_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_SetTagLimitOnActor_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_SetTagLimitOnActor_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_SetTagLimitOnActor_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_SetTagLimitOnActor_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_SetTagLimitOnActor_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_SetTagLimitOnActor_C \ static_assert(alignof(UBTT_Creature_SetTagLimitOnActor_C) == 0x000008, "Wrong alignment on UBTT_Creature_SetTagLimitOnActor_C"); \ static_assert(sizeof(UBTT_Creature_SetTagLimitOnActor_C) == 0x0000E8, "Wrong size on UBTT_Creature_SetTagLimitOnActor_C"); \ static_assert(offsetof(UBTT_Creature_SetTagLimitOnActor_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_SetTagLimitOnActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_SetTagLimitOnActor_C, TagID) == 0x0000B0, "Member 'UBTT_Creature_SetTagLimitOnActor_C::TagID' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_SetTagLimitOnActor_C, ActorKey) == 0x0000B8, "Member 'UBTT_Creature_SetTagLimitOnActor_C::ActorKey' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_SetTagLimitOnActor_C, Limit) == 0x0000E0, "Member 'UBTT_Creature_SetTagLimitOnActor_C::Limit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_OpenPen_C_ExecuteUbergraph_BTT_Creature_OpenPen \ static_assert(alignof(BTT_Creature_OpenPen_C_ExecuteUbergraph_BTT_Creature_OpenPen) == 0x000008, "Wrong alignment on BTT_Creature_OpenPen_C_ExecuteUbergraph_BTT_Creature_OpenPen"); \ static_assert(sizeof(BTT_Creature_OpenPen_C_ExecuteUbergraph_BTT_Creature_OpenPen) == 0x000028, "Wrong size on BTT_Creature_OpenPen_C_ExecuteUbergraph_BTT_Creature_OpenPen"); \ static_assert(offsetof(BTT_Creature_OpenPen_C_ExecuteUbergraph_BTT_Creature_OpenPen, EntryPoint) == 0x000000, "Member 'BTT_Creature_OpenPen_C_ExecuteUbergraph_BTT_Creature_OpenPen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_OpenPen_C_ExecuteUbergraph_BTT_Creature_OpenPen, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_Creature_OpenPen_C_ExecuteUbergraph_BTT_Creature_OpenPen::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_OpenPen_C_ExecuteUbergraph_BTT_Creature_OpenPen, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_Creature_OpenPen_C_ExecuteUbergraph_BTT_Creature_OpenPen::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_OpenPen_C_ExecuteUbergraph_BTT_Creature_OpenPen, CallFunc_GetBlackboard_ReturnValue) == 0x000018, "Member 'BTT_Creature_OpenPen_C_ExecuteUbergraph_BTT_Creature_OpenPen::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_OpenPen_C_ExecuteUbergraph_BTT_Creature_OpenPen, CallFunc_GetValueAsObject_ReturnValue) == 0x000020, "Member 'BTT_Creature_OpenPen_C_ExecuteUbergraph_BTT_Creature_OpenPen::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_OpenPen_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_OpenPen_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_OpenPen_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_OpenPen_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_OpenPen_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_OpenPen_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_OpenPen_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_OpenPen_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_OpenPen_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_OpenPen_C_SetMovementModeOnFinishExit \ static_assert(alignof(BTT_Creature_OpenPen_C_SetMovementModeOnFinishExit) == 0x000008, "Wrong alignment on BTT_Creature_OpenPen_C_SetMovementModeOnFinishExit"); \ static_assert(sizeof(BTT_Creature_OpenPen_C_SetMovementModeOnFinishExit) == 0x000028, "Wrong size on BTT_Creature_OpenPen_C_SetMovementModeOnFinishExit"); \ static_assert(offsetof(BTT_Creature_OpenPen_C_SetMovementModeOnFinishExit, InPawn) == 0x000000, "Member 'BTT_Creature_OpenPen_C_SetMovementModeOnFinishExit::InPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_OpenPen_C_SetMovementModeOnFinishExit, Pawn) == 0x000008, "Member 'BTT_Creature_OpenPen_C_SetMovementModeOnFinishExit::Pawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_OpenPen_C_SetMovementModeOnFinishExit, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BTT_Creature_OpenPen_C_SetMovementModeOnFinishExit::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_OpenPen_C_SetMovementModeOnFinishExit, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'BTT_Creature_OpenPen_C_SetMovementModeOnFinishExit::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_OpenPen_C_SetMovementModeOnFinishExit, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BTT_Creature_OpenPen_C_SetMovementModeOnFinishExit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_OpenPen_C \ static_assert(alignof(UBTT_Creature_OpenPen_C) == 0x000008, "Wrong alignment on UBTT_Creature_OpenPen_C"); \ static_assert(sizeof(UBTT_Creature_OpenPen_C) == 0x0000E0, "Wrong size on UBTT_Creature_OpenPen_C"); \ static_assert(offsetof(UBTT_Creature_OpenPen_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_OpenPen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_OpenPen_C, Total_Time) == 0x0000B0, "Member 'UBTT_Creature_OpenPen_C::Total_Time' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_OpenPen_C, HermesAnimCompleteHandle) == 0x0000B8, "Member 'UBTT_Creature_OpenPen_C::HermesAnimCompleteHandle' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_OpenPen_C, Success) == 0x0000C8, "Member 'UBTT_Creature_OpenPen_C::Success' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_OpenPen_C, CreatureSpawnSlot) == 0x0000D0, "Member 'UBTT_Creature_OpenPen_C::CreatureSpawnSlot' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_OpenPen_C, BlackboardKey) == 0x0000D8, "Member 'UBTT_Creature_OpenPen_C::BlackboardKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitBroomHover_Hvy_C_ExecuteUbergraph_ABL_HitBroomHover_Hvy \ static_assert(alignof(ABL_HitBroomHover_Hvy_C_ExecuteUbergraph_ABL_HitBroomHover_Hvy) == 0x000008, "Wrong alignment on ABL_HitBroomHover_Hvy_C_ExecuteUbergraph_ABL_HitBroomHover_Hvy"); \ static_assert(sizeof(ABL_HitBroomHover_Hvy_C_ExecuteUbergraph_ABL_HitBroomHover_Hvy) == 0x000030, "Wrong size on ABL_HitBroomHover_Hvy_C_ExecuteUbergraph_ABL_HitBroomHover_Hvy"); \ static_assert(offsetof(ABL_HitBroomHover_Hvy_C_ExecuteUbergraph_ABL_HitBroomHover_Hvy, EntryPoint) == 0x000000, "Member 'ABL_HitBroomHover_Hvy_C_ExecuteUbergraph_ABL_HitBroomHover_Hvy::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_Hvy_C_ExecuteUbergraph_ABL_HitBroomHover_Hvy, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitBroomHover_Hvy_C_ExecuteUbergraph_ABL_HitBroomHover_Hvy::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_Hvy_C_ExecuteUbergraph_ABL_HitBroomHover_Hvy, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitBroomHover_Hvy_C_ExecuteUbergraph_ABL_HitBroomHover_Hvy::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_Hvy_C_ExecuteUbergraph_ABL_HitBroomHover_Hvy, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_HitBroomHover_Hvy_C_ExecuteUbergraph_ABL_HitBroomHover_Hvy::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_Hvy_C_ExecuteUbergraph_ABL_HitBroomHover_Hvy, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HitBroomHover_Hvy_C_ExecuteUbergraph_ABL_HitBroomHover_Hvy::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_Hvy_C_ExecuteUbergraph_ABL_HitBroomHover_Hvy, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_HitBroomHover_Hvy_C_ExecuteUbergraph_ABL_HitBroomHover_Hvy::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitBroomHover_Hvy_C_OnAbilityBranch \ static_assert(alignof(ABL_HitBroomHover_Hvy_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitBroomHover_Hvy_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitBroomHover_Hvy_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitBroomHover_Hvy_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitBroomHover_Hvy_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitBroomHover_Hvy_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_Hvy_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitBroomHover_Hvy_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitBroomHover_Hvy_C_OnAbilityStart \ static_assert(alignof(ABL_HitBroomHover_Hvy_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitBroomHover_Hvy_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitBroomHover_Hvy_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitBroomHover_Hvy_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitBroomHover_Hvy_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitBroomHover_Hvy_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitBroomHover_Hvy_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitBroomHover_Hvy_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitBroomHover_Hvy_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitBroomHover_Hvy_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitBroomHover_Hvy_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitBroomHover_Hvy_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitBroomHover_Hvy_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_Hvy_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitBroomHover_Hvy_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_Hvy_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitBroomHover_Hvy_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_Hvy_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitBroomHover_Hvy_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_Hvy_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitBroomHover_Hvy_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_Hvy_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitBroomHover_Hvy_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitBroomHover_Hvy_C \ static_assert(alignof(UABL_HitBroomHover_Hvy_C) == 0x000008, "Wrong alignment on UABL_HitBroomHover_Hvy_C"); \ static_assert(sizeof(UABL_HitBroomHover_Hvy_C) == 0x0000E8, "Wrong size on UABL_HitBroomHover_Hvy_C"); \ static_assert(offsetof(UABL_HitBroomHover_Hvy_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitBroomHover_Hvy_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition \ static_assert(alignof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition) == 0x000008, "Wrong alignment on BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition"); \ static_assert(sizeof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition) == 0x000110, "Wrong size on BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, EntryPoint) == 0x000000, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000004, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000008, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_Event_OwnerActor) == 0x000018, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000020, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000028, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000030, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000048, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000059, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, CallFunc_MakeLiteralName_ReturnValue) == 0x00005C, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, CallFunc_GetValueAsClass_ReturnValue) == 0x000068, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::CallFunc_GetValueAsClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x000070, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, CallFunc_GetGameInstance_ReturnValue) == 0x000078, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_DynamicCast_AsPhoenix_Game_Instance) == 0x000080, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_DynamicCast_AsPhoenix_Game_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x00008C, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, CallFunc_GetAnimInstance_ReturnValue) == 0x000090, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, CallFunc_IsValidClass_ReturnValue) == 0x000098, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x0000A0, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_DynamicCast_bSuccess_3) == 0x0000B0, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, CallFunc_GetIKState_ReturnValue) == 0x0000B1, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::CallFunc_GetIKState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0000B8, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1) == 0x0000C0, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_DynamicCast_bSuccess_4) == 0x0000D0, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, CallFunc_GetAnimInstance_ReturnValue_2) == 0x0000D8, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_2) == 0x0000E0, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_DynamicCast_bSuccess_5) == 0x0000F0, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0000F8, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, CallFunc_IsCurtainDown_ReturnValue) == 0x000100, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::CallFunc_IsCurtainDown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x000104, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x000108, "Member 'BTT_Biped_Transition_C_ExecuteUbergraph_BTT_Biped_Transition::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Transition_C_ExitTask \ static_assert(alignof(BTT_Biped_Transition_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Transition_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Transition_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Transition_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Transition_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Transition_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Transition_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Transition_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Transition_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Transition_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Transition_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Transition_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Transition_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Transition_C_CustActionEvt_LandFromFalling_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_Transition_C_CustActionEvt_LandFromFalling_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Transition_C_CustActionEvt_LandFromFalling_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Transition_C_CustActionEvt_LandFromFalling_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Transition_C_CustActionEvt_LandFromFalling_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Transition_C_CustActionEvt_LandFromFalling_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Transition_C_CustActionEvt_LandFromFalling_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Transition_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_Transition_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_Transition_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_Transition_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_Transition_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_Transition_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Transition_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Transition_C_CustActionEvt_DisableIK_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_Transition_C_CustActionEvt_DisableIK_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_Transition_C_CustActionEvt_DisableIK_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_Transition_C_CustActionEvt_DisableIK_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_Transition_C_CustActionEvt_DisableIK_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_Transition_C_CustActionEvt_DisableIK_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Transition_C_CustActionEvt_DisableIK_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Transition_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTT_Biped_Transition_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTT_Biped_Transition_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTT_Biped_Transition_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTT_Biped_Transition_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTT_Biped_Transition_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Transition_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Transition_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_Transition_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Transition_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Transition_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Transition_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Transition_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Transition_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Transition_C_ToggleLockOnCamera \ static_assert(alignof(BTT_Biped_Transition_C_ToggleLockOnCamera) == 0x000008, "Wrong alignment on BTT_Biped_Transition_C_ToggleLockOnCamera"); \ static_assert(sizeof(BTT_Biped_Transition_C_ToggleLockOnCamera) == 0x000038, "Wrong size on BTT_Biped_Transition_C_ToggleLockOnCamera"); \ static_assert(offsetof(BTT_Biped_Transition_C_ToggleLockOnCamera, Object) == 0x000000, "Member 'BTT_Biped_Transition_C_ToggleLockOnCamera::Object' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ToggleLockOnCamera, Allowed) == 0x000008, "Member 'BTT_Biped_Transition_C_ToggleLockOnCamera::Allowed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ToggleLockOnCamera, K2Node_DynamicCast_AsPawn) == 0x000010, "Member 'BTT_Biped_Transition_C_ToggleLockOnCamera::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ToggleLockOnCamera, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_Transition_C_ToggleLockOnCamera::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ToggleLockOnCamera, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'BTT_Biped_Transition_C_ToggleLockOnCamera::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ToggleLockOnCamera, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000028, "Member 'BTT_Biped_Transition_C_ToggleLockOnCamera::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_ToggleLockOnCamera, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_Transition_C_ToggleLockOnCamera::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Transition_C_SetContexts \ static_assert(alignof(BTT_Biped_Transition_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_Transition_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_Transition_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_Transition_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_Transition_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_Transition_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Transition_C_EnableHUD \ static_assert(alignof(BTT_Biped_Transition_C_EnableHUD) == 0x000008, "Wrong alignment on BTT_Biped_Transition_C_EnableHUD"); \ static_assert(sizeof(BTT_Biped_Transition_C_EnableHUD) == 0x000010, "Wrong size on BTT_Biped_Transition_C_EnableHUD"); \ static_assert(offsetof(BTT_Biped_Transition_C_EnableHUD, Flag) == 0x000000, "Member 'BTT_Biped_Transition_C_EnableHUD::Flag' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_EnableHUD, CallFunc_Get_ReturnValue) == 0x000008, "Member 'BTT_Biped_Transition_C_EnableHUD::CallFunc_Get_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Transition_C_IgnoreInteractActor \ static_assert(alignof(BTT_Biped_Transition_C_IgnoreInteractActor) == 0x000008, "Wrong alignment on BTT_Biped_Transition_C_IgnoreInteractActor"); \ static_assert(sizeof(BTT_Biped_Transition_C_IgnoreInteractActor) == 0x000038, "Wrong size on BTT_Biped_Transition_C_IgnoreInteractActor"); \ static_assert(offsetof(BTT_Biped_Transition_C_IgnoreInteractActor, Flag) == 0x000000, "Member 'BTT_Biped_Transition_C_IgnoreInteractActor::Flag' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_IgnoreInteractActor, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000008, "Member 'BTT_Biped_Transition_C_IgnoreInteractActor::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_IgnoreInteractActor, CallFunc_MakeLiteralName_ReturnValue) == 0x000010, "Member 'BTT_Biped_Transition_C_IgnoreInteractActor::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_IgnoreInteractActor, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000018, "Member 'BTT_Biped_Transition_C_IgnoreInteractActor::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_IgnoreInteractActor, CallFunc_GetValueAsObject_ReturnValue) == 0x000020, "Member 'BTT_Biped_Transition_C_IgnoreInteractActor::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_IgnoreInteractActor, K2Node_DynamicCast_AsActor) == 0x000028, "Member 'BTT_Biped_Transition_C_IgnoreInteractActor::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_IgnoreInteractActor, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_Biped_Transition_C_IgnoreInteractActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Transition_C_MakeSurePlayerIsOnGround \ static_assert(alignof(BTT_Biped_Transition_C_MakeSurePlayerIsOnGround) == 0x000008, "Wrong alignment on BTT_Biped_Transition_C_MakeSurePlayerIsOnGround"); \ static_assert(sizeof(BTT_Biped_Transition_C_MakeSurePlayerIsOnGround) == 0x000028, "Wrong size on BTT_Biped_Transition_C_MakeSurePlayerIsOnGround"); \ static_assert(offsetof(BTT_Biped_Transition_C_MakeSurePlayerIsOnGround, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTT_Biped_Transition_C_MakeSurePlayerIsOnGround::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_MakeSurePlayerIsOnGround, CallFunc_GetMovementComponent_ReturnValue) == 0x000008, "Member 'BTT_Biped_Transition_C_MakeSurePlayerIsOnGround::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_MakeSurePlayerIsOnGround, CallFunc_PlaceOnGround_ReturnValue) == 0x000010, "Member 'BTT_Biped_Transition_C_MakeSurePlayerIsOnGround::CallFunc_PlaceOnGround_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_MakeSurePlayerIsOnGround, K2Node_DynamicCast_AsCharacter_Movement_Component) == 0x000018, "Member 'BTT_Biped_Transition_C_MakeSurePlayerIsOnGround::K2Node_DynamicCast_AsCharacter_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_MakeSurePlayerIsOnGround, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_Transition_C_MakeSurePlayerIsOnGround::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_MakeSurePlayerIsOnGround, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'BTT_Biped_Transition_C_MakeSurePlayerIsOnGround::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_MakeSurePlayerIsOnGround, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000022, "Member 'BTT_Biped_Transition_C_MakeSurePlayerIsOnGround::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_MakeSurePlayerIsOnGround, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000023, "Member 'BTT_Biped_Transition_C_MakeSurePlayerIsOnGround::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_MakeSurePlayerIsOnGround, CallFunc_BooleanOR_ReturnValue) == 0x000024, "Member 'BTT_Biped_Transition_C_MakeSurePlayerIsOnGround::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Transition_C_MakeSurePlayerIsOnGround, CallFunc_BooleanOR_ReturnValue_1) == 0x000025, "Member 'BTT_Biped_Transition_C_MakeSurePlayerIsOnGround::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Transition_C \ static_assert(alignof(UBTT_Biped_Transition_C) == 0x000008, "Wrong alignment on UBTT_Biped_Transition_C"); \ static_assert(sizeof(UBTT_Biped_Transition_C) == 0x000168, "Wrong size on UBTT_Biped_Transition_C"); \ static_assert(offsetof(UBTT_Biped_Transition_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Transition_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Transition_C, TransitionAbilityClass) == 0x000158, "Member 'UBTT_Biped_Transition_C::TransitionAbilityClass' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Transition_C, IKRestoreState) == 0x000160, "Member 'UBTT_Biped_Transition_C::IKRestoreState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_GrowUp_C_ExecuteUbergraph_BTT_Creature_GrowUp \ static_assert(alignof(BTT_Creature_GrowUp_C_ExecuteUbergraph_BTT_Creature_GrowUp) == 0x000008, "Wrong alignment on BTT_Creature_GrowUp_C_ExecuteUbergraph_BTT_Creature_GrowUp"); \ static_assert(sizeof(BTT_Creature_GrowUp_C_ExecuteUbergraph_BTT_Creature_GrowUp) == 0x000020, "Wrong size on BTT_Creature_GrowUp_C_ExecuteUbergraph_BTT_Creature_GrowUp"); \ static_assert(offsetof(BTT_Creature_GrowUp_C_ExecuteUbergraph_BTT_Creature_GrowUp, EntryPoint) == 0x000000, "Member 'BTT_Creature_GrowUp_C_ExecuteUbergraph_BTT_Creature_GrowUp::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_GrowUp_C_ExecuteUbergraph_BTT_Creature_GrowUp, CallFunc_Get_ReturnValue) == 0x000008, "Member 'BTT_Creature_GrowUp_C_ExecuteUbergraph_BTT_Creature_GrowUp::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_GrowUp_C_ExecuteUbergraph_BTT_Creature_GrowUp, K2Node_Event_OwnerController) == 0x000010, "Member 'BTT_Creature_GrowUp_C_ExecuteUbergraph_BTT_Creature_GrowUp::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_GrowUp_C_ExecuteUbergraph_BTT_Creature_GrowUp, K2Node_Event_ControlledPawn) == 0x000018, "Member 'BTT_Creature_GrowUp_C_ExecuteUbergraph_BTT_Creature_GrowUp::K2Node_Event_ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_GrowUp_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_GrowUp_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_GrowUp_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_GrowUp_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_GrowUp_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_GrowUp_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_GrowUp_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_GrowUp_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_GrowUp_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_GrowUp_C \ static_assert(alignof(UBTT_Creature_GrowUp_C) == 0x000008, "Wrong alignment on UBTT_Creature_GrowUp_C"); \ static_assert(sizeof(UBTT_Creature_GrowUp_C) == 0x0000B0, "Wrong size on UBTT_Creature_GrowUp_C"); \ static_assert(offsetof(UBTT_Creature_GrowUp_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_GrowUp_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove \ static_assert(alignof(BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove) == 0x000008, "Wrong alignment on BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove"); \ static_assert(sizeof(BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove) == 0x000068, "Wrong size on BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove"); \ static_assert(offsetof(BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove, EntryPoint) == 0x000000, "Member 'BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove, CallFunc_MakeVector_ReturnValue) == 0x000004, "Member 'BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove, K2Node_Event_OwnerController) == 0x000018, "Member 'BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove, K2Node_Event_ControlledPawn) == 0x000020, "Member 'BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000034, "Member 'BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove, CallFunc_Add_VectorVector_ReturnValue) == 0x000040, "Member 'BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove, CallFunc_MakeVector_ReturnValue_1) == 0x00004C, "Member 'BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000058, "Member 'BTT_Creature_GetLocationAbove_C_ExecuteUbergraph_BTT_Creature_GetLocationAbove::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_GetLocationAbove_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_GetLocationAbove_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_GetLocationAbove_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_GetLocationAbove_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_GetLocationAbove_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_GetLocationAbove_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_GetLocationAbove_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_GetLocationAbove_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_GetLocationAbove_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_GetLocationAbove_C_ReceiveExecute \ static_assert(alignof(BTT_Creature_GetLocationAbove_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Creature_GetLocationAbove_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Creature_GetLocationAbove_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Creature_GetLocationAbove_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Creature_GetLocationAbove_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Creature_GetLocationAbove_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_GetLocationAbove_C \ static_assert(alignof(UBTT_Creature_GetLocationAbove_C) == 0x000008, "Wrong alignment on UBTT_Creature_GetLocationAbove_C"); \ static_assert(sizeof(UBTT_Creature_GetLocationAbove_C) == 0x0000E0, "Wrong size on UBTT_Creature_GetLocationAbove_C"); \ static_assert(offsetof(UBTT_Creature_GetLocationAbove_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_GetLocationAbove_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_GetLocationAbove_C, Height) == 0x0000B0, "Member 'UBTT_Creature_GetLocationAbove_C::Height' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_GetLocationAbove_C, TargetLocationKey) == 0x0000B8, "Member 'UBTT_Creature_GetLocationAbove_C::TargetLocationKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_Creature_IsAirPathNode_C_PerformConditionCheck \ static_assert(alignof(BTD_Creature_IsAirPathNode_C_PerformConditionCheck) == 0x000008, "Wrong alignment on BTD_Creature_IsAirPathNode_C_PerformConditionCheck"); \ static_assert(sizeof(BTD_Creature_IsAirPathNode_C_PerformConditionCheck) == 0x000028, "Wrong size on BTD_Creature_IsAirPathNode_C_PerformConditionCheck"); \ static_assert(offsetof(BTD_Creature_IsAirPathNode_C_PerformConditionCheck, OwnerActor) == 0x000000, "Member 'BTD_Creature_IsAirPathNode_C_PerformConditionCheck::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_IsAirPathNode_C_PerformConditionCheck, ReturnValue) == 0x000008, "Member 'BTD_Creature_IsAirPathNode_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_IsAirPathNode_C_PerformConditionCheck, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000010, "Member 'BTD_Creature_IsAirPathNode_C_PerformConditionCheck::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_IsAirPathNode_C_PerformConditionCheck, K2Node_DynamicCast_AsPath_Node) == 0x000018, "Member 'BTD_Creature_IsAirPathNode_C_PerformConditionCheck::K2Node_DynamicCast_AsPath_Node' has a wrong offset!"); \ static_assert(offsetof(BTD_Creature_IsAirPathNode_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTD_Creature_IsAirPathNode_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_Creature_IsAirPathNode_C \ static_assert(alignof(UBTD_Creature_IsAirPathNode_C) == 0x000008, "Wrong alignment on UBTD_Creature_IsAirPathNode_C"); \ static_assert(sizeof(UBTD_Creature_IsAirPathNode_C) == 0x0000C8, "Wrong size on UBTD_Creature_IsAirPathNode_C"); \ static_assert(offsetof(UBTD_Creature_IsAirPathNode_C, PathNode) == 0x0000A0, "Member 'UBTD_Creature_IsAirPathNode_C::PathNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Descendo_C_GetVectorToTarget \ static_assert(alignof(BP_SubSonic_Descendo_C_GetVectorToTarget) == 0x000004, "Wrong alignment on BP_SubSonic_Descendo_C_GetVectorToTarget"); \ static_assert(sizeof(BP_SubSonic_Descendo_C_GetVectorToTarget) == 0x0000A4, "Wrong size on BP_SubSonic_Descendo_C_GetVectorToTarget"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_GetVectorToTarget, DirectionToTarget) == 0x000000, "Member 'BP_SubSonic_Descendo_C_GetVectorToTarget::DirectionToTarget' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_GetVectorToTarget, DistanceToTarget) == 0x00000C, "Member 'BP_SubSonic_Descendo_C_GetVectorToTarget::DistanceToTarget' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_GetVectorToTarget, LocationCenter) == 0x000010, "Member 'BP_SubSonic_Descendo_C_GetVectorToTarget::LocationCenter' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_GetVectorToTarget, LocationTop) == 0x00001C, "Member 'BP_SubSonic_Descendo_C_GetVectorToTarget::LocationTop' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_GetVectorToTarget, LocationBottom) == 0x000028, "Member 'BP_SubSonic_Descendo_C_GetVectorToTarget::LocationBottom' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_GetVectorToTarget, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000034, "Member 'BP_SubSonic_Descendo_C_GetVectorToTarget::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_GetVectorToTarget, CallFunc_GetActorBounds_Origin) == 0x000040, "Member 'BP_SubSonic_Descendo_C_GetVectorToTarget::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_GetVectorToTarget, CallFunc_GetActorBounds_BoxExtent) == 0x00004C, "Member 'BP_SubSonic_Descendo_C_GetVectorToTarget::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_GetVectorToTarget, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000058, "Member 'BP_SubSonic_Descendo_C_GetVectorToTarget::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_GetVectorToTarget, CallFunc_BreakVector_X) == 0x000064, "Member 'BP_SubSonic_Descendo_C_GetVectorToTarget::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_GetVectorToTarget, CallFunc_BreakVector_Y) == 0x000068, "Member 'BP_SubSonic_Descendo_C_GetVectorToTarget::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_GetVectorToTarget, CallFunc_BreakVector_Z) == 0x00006C, "Member 'BP_SubSonic_Descendo_C_GetVectorToTarget::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_GetVectorToTarget, CallFunc_VSize_ReturnValue) == 0x000070, "Member 'BP_SubSonic_Descendo_C_GetVectorToTarget::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_GetVectorToTarget, CallFunc_MakeVector_ReturnValue) == 0x000074, "Member 'BP_SubSonic_Descendo_C_GetVectorToTarget::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_GetVectorToTarget, CallFunc_Normal_ReturnValue) == 0x000080, "Member 'BP_SubSonic_Descendo_C_GetVectorToTarget::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_GetVectorToTarget, CallFunc_Add_VectorVector_ReturnValue) == 0x00008C, "Member 'BP_SubSonic_Descendo_C_GetVectorToTarget::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_GetVectorToTarget, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000098, "Member 'BP_SubSonic_Descendo_C_GetVectorToTarget::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Descendo_C_OnHit \ static_assert(alignof(BP_SubSonic_Descendo_C_OnHit) == 0x000004, "Wrong alignment on BP_SubSonic_Descendo_C_OnHit"); \ static_assert(sizeof(BP_SubSonic_Descendo_C_OnHit) == 0x00008C, "Wrong size on BP_SubSonic_Descendo_C_OnHit"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_OnHit, HitResult) == 0x000000, "Member 'BP_SubSonic_Descendo_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_OnHit, bDestroyed) == 0x000088, "Member 'BP_SubSonic_Descendo_C_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_OnHit, bHit) == 0x000089, "Member 'BP_SubSonic_Descendo_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_OnHit, bBlocked) == 0x00008A, "Member 'BP_SubSonic_Descendo_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_OnHit, bFailed) == 0x00008B, "Member 'BP_SubSonic_Descendo_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Descendo_C_ExecuteUbergraph_BP_SubSonic_Descendo \ static_assert(alignof(BP_SubSonic_Descendo_C_ExecuteUbergraph_BP_SubSonic_Descendo) == 0x000004, "Wrong alignment on BP_SubSonic_Descendo_C_ExecuteUbergraph_BP_SubSonic_Descendo"); \ static_assert(sizeof(BP_SubSonic_Descendo_C_ExecuteUbergraph_BP_SubSonic_Descendo) == 0x000090, "Wrong size on BP_SubSonic_Descendo_C_ExecuteUbergraph_BP_SubSonic_Descendo"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_ExecuteUbergraph_BP_SubSonic_Descendo, EntryPoint) == 0x000000, "Member 'BP_SubSonic_Descendo_C_ExecuteUbergraph_BP_SubSonic_Descendo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_ExecuteUbergraph_BP_SubSonic_Descendo, K2Node_Event_HitResult) == 0x000004, "Member 'BP_SubSonic_Descendo_C_ExecuteUbergraph_BP_SubSonic_Descendo::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_ExecuteUbergraph_BP_SubSonic_Descendo, K2Node_Event_bDestroyed) == 0x00008C, "Member 'BP_SubSonic_Descendo_C_ExecuteUbergraph_BP_SubSonic_Descendo::K2Node_Event_bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_ExecuteUbergraph_BP_SubSonic_Descendo, K2Node_Event_bHit) == 0x00008D, "Member 'BP_SubSonic_Descendo_C_ExecuteUbergraph_BP_SubSonic_Descendo::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_ExecuteUbergraph_BP_SubSonic_Descendo, K2Node_Event_bBlocked) == 0x00008E, "Member 'BP_SubSonic_Descendo_C_ExecuteUbergraph_BP_SubSonic_Descendo::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Descendo_C_ExecuteUbergraph_BP_SubSonic_Descendo, K2Node_Event_bFailed) == 0x00008F, "Member 'BP_SubSonic_Descendo_C_ExecuteUbergraph_BP_SubSonic_Descendo::K2Node_Event_bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_Descendo_C \ static_assert(alignof(ABP_SubSonic_Descendo_C) == 0x000010, "Wrong alignment on ABP_SubSonic_Descendo_C"); \ static_assert(sizeof(ABP_SubSonic_Descendo_C) == 0x000610, "Wrong size on ABP_SubSonic_Descendo_C"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, UberGraphFrame) == 0x000538, "Member 'ABP_SubSonic_Descendo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, WindSource) == 0x000540, "Member 'ABP_SubSonic_Descendo_C::WindSource' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, N_Trail) == 0x000548, "Member 'ABP_SubSonic_Descendo_C::N_Trail' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, TargetActor) == 0x000550, "Member 'ABP_SubSonic_Descendo_C::TargetActor' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, HasTarget) == 0x000558, "Member 'ABP_SubSonic_Descendo_C::HasTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, RadiusMin) == 0x00055C, "Member 'ABP_SubSonic_Descendo_C::RadiusMin' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, RadiusMax) == 0x000560, "Member 'ABP_SubSonic_Descendo_C::RadiusMax' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, Speed) == 0x000564, "Member 'ABP_SubSonic_Descendo_C::Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, Velocity) == 0x000568, "Member 'ABP_SubSonic_Descendo_C::Velocity' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, FXOpacity) == 0x000574, "Member 'ABP_SubSonic_Descendo_C::FXOpacity' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, Mat_Proj01) == 0x000578, "Member 'ABP_SubSonic_Descendo_C::Mat_Proj01' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, Mat_Proj02) == 0x000580, "Member 'ABP_SubSonic_Descendo_C::Mat_Proj02' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, Mat_Proj03) == 0x000588, "Member 'ABP_SubSonic_Descendo_C::Mat_Proj03' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, TimeInitial) == 0x000590, "Member 'ABP_SubSonic_Descendo_C::TimeInitial' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, ImpactTransform) == 0x0005A0, "Member 'ABP_SubSonic_Descendo_C::ImpactTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, VelocityOrbiter) == 0x0005D0, "Member 'ABP_SubSonic_Descendo_C::VelocityOrbiter' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, RotationRateMax) == 0x0005DC, "Member 'ABP_SubSonic_Descendo_C::RotationRateMax' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, HomingTime) == 0x0005E0, "Member 'ABP_SubSonic_Descendo_C::HomingTime' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, Radius) == 0x0005E4, "Member 'ABP_SubSonic_Descendo_C::Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, Direction) == 0x0005E8, "Member 'ABP_SubSonic_Descendo_C::Direction' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, Offset) == 0x0005F4, "Member 'ABP_SubSonic_Descendo_C::Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Descendo_C, LightIntensity) == 0x000600, "Member 'ABP_SubSonic_Descendo_C::LightIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_EQS_Creature_QueryContext_FacingLocation_C_ProvideSingleLocation \ static_assert(alignof(BP_EQS_Creature_QueryContext_FacingLocation_C_ProvideSingleLocation) == 0x000008, "Wrong alignment on BP_EQS_Creature_QueryContext_FacingLocation_C_ProvideSingleLocation"); \ static_assert(sizeof(BP_EQS_Creature_QueryContext_FacingLocation_C_ProvideSingleLocation) == 0x000040, "Wrong size on BP_EQS_Creature_QueryContext_FacingLocation_C_ProvideSingleLocation"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_FacingLocation_C_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'BP_EQS_Creature_QueryContext_FacingLocation_C_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_FacingLocation_C_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'BP_EQS_Creature_QueryContext_FacingLocation_C_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_FacingLocation_C_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'BP_EQS_Creature_QueryContext_FacingLocation_C_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_FacingLocation_C_ProvideSingleLocation, CallFunc_MakeLiteralName_ReturnValue) == 0x00001C, "Member 'BP_EQS_Creature_QueryContext_FacingLocation_C_ProvideSingleLocation::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_FacingLocation_C_ProvideSingleLocation, CallFunc_GetBlackboard_ReturnValue) == 0x000028, "Member 'BP_EQS_Creature_QueryContext_FacingLocation_C_ProvideSingleLocation::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_FacingLocation_C_ProvideSingleLocation, CallFunc_GetValueAsVector_ReturnValue) == 0x000030, "Member 'BP_EQS_Creature_QueryContext_FacingLocation_C_ProvideSingleLocation::CallFunc_GetValueAsVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_EQS_Creature_QueryContext_FacingLocation_C \ static_assert(alignof(UBP_EQS_Creature_QueryContext_FacingLocation_C) == 0x000008, "Wrong alignment on UBP_EQS_Creature_QueryContext_FacingLocation_C"); \ static_assert(sizeof(UBP_EQS_Creature_QueryContext_FacingLocation_C) == 0x000030, "Wrong size on UBP_EQS_Creature_QueryContext_FacingLocation_C"); \ #define DUMPER7_ASSERTS_ABL_Idle_C_ExecuteUbergraph_ABL_Idle \ static_assert(alignof(ABL_Idle_C_ExecuteUbergraph_ABL_Idle) == 0x000008, "Wrong alignment on ABL_Idle_C_ExecuteUbergraph_ABL_Idle"); \ static_assert(sizeof(ABL_Idle_C_ExecuteUbergraph_ABL_Idle) == 0x000070, "Wrong size on ABL_Idle_C_ExecuteUbergraph_ABL_Idle"); \ static_assert(offsetof(ABL_Idle_C_ExecuteUbergraph_ABL_Idle, EntryPoint) == 0x000000, "Member 'ABL_Idle_C_ExecuteUbergraph_ABL_Idle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_C_ExecuteUbergraph_ABL_Idle, K2Node_Event_Context) == 0x000008, "Member 'ABL_Idle_C_ExecuteUbergraph_ABL_Idle::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_C_ExecuteUbergraph_ABL_Idle, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Idle_C_ExecuteUbergraph_ABL_Idle::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_C_ExecuteUbergraph_ABL_Idle, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Idle_C_ExecuteUbergraph_ABL_Idle::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_C_ExecuteUbergraph_ABL_Idle, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Idle_C_ExecuteUbergraph_ABL_Idle::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_C_ExecuteUbergraph_ABL_Idle, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Idle_C_ExecuteUbergraph_ABL_Idle::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_C_ExecuteUbergraph_ABL_Idle, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Idle_C_ExecuteUbergraph_ABL_Idle::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_C_ExecuteUbergraph_ABL_Idle, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Idle_C_ExecuteUbergraph_ABL_Idle::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_C_ExecuteUbergraph_ABL_Idle, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Idle_C_ExecuteUbergraph_ABL_Idle::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_C_ExecuteUbergraph_ABL_Idle, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Idle_C_ExecuteUbergraph_ABL_Idle::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_C_ExecuteUbergraph_ABL_Idle, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Idle_C_ExecuteUbergraph_ABL_Idle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_C_ExecuteUbergraph_ABL_Idle, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Idle_C_ExecuteUbergraph_ABL_Idle::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_C_ExecuteUbergraph_ABL_Idle, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Idle_C_ExecuteUbergraph_ABL_Idle::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_C_ExecuteUbergraph_ABL_Idle, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Idle_C_ExecuteUbergraph_ABL_Idle::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_C_OnAbilityBranch \ static_assert(alignof(ABL_Idle_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Idle_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Idle_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Idle_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Idle_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Idle_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Idle_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_C_OnAbilityStart \ static_assert(alignof(ABL_Idle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Idle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Idle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Idle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Idle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Idle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Idle_C \ static_assert(alignof(UABL_Idle_C) == 0x000008, "Wrong alignment on UABL_Idle_C"); \ static_assert(sizeof(UABL_Idle_C) == 0x0000D0, "Wrong size on UABL_Idle_C"); \ static_assert(offsetof(UABL_Idle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Idle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Creature_RemoveTagOnAbort_C_ExecuteUbergraph_BTS_Creature_RemoveTagOnAbort \ static_assert(alignof(BTS_Creature_RemoveTagOnAbort_C_ExecuteUbergraph_BTS_Creature_RemoveTagOnAbort) == 0x000008, "Wrong alignment on BTS_Creature_RemoveTagOnAbort_C_ExecuteUbergraph_BTS_Creature_RemoveTagOnAbort"); \ static_assert(sizeof(BTS_Creature_RemoveTagOnAbort_C_ExecuteUbergraph_BTS_Creature_RemoveTagOnAbort) == 0x000028, "Wrong size on BTS_Creature_RemoveTagOnAbort_C_ExecuteUbergraph_BTS_Creature_RemoveTagOnAbort"); \ static_assert(offsetof(BTS_Creature_RemoveTagOnAbort_C_ExecuteUbergraph_BTS_Creature_RemoveTagOnAbort, EntryPoint) == 0x000000, "Member 'BTS_Creature_RemoveTagOnAbort_C_ExecuteUbergraph_BTS_Creature_RemoveTagOnAbort::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_RemoveTagOnAbort_C_ExecuteUbergraph_BTS_Creature_RemoveTagOnAbort, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x000008, "Member 'BTS_Creature_RemoveTagOnAbort_C_ExecuteUbergraph_BTS_Creature_RemoveTagOnAbort::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_RemoveTagOnAbort_C_ExecuteUbergraph_BTS_Creature_RemoveTagOnAbort, K2Node_Event_OwnerController) == 0x000010, "Member 'BTS_Creature_RemoveTagOnAbort_C_ExecuteUbergraph_BTS_Creature_RemoveTagOnAbort::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_RemoveTagOnAbort_C_ExecuteUbergraph_BTS_Creature_RemoveTagOnAbort, K2Node_Event_ControlledPawn) == 0x000018, "Member 'BTS_Creature_RemoveTagOnAbort_C_ExecuteUbergraph_BTS_Creature_RemoveTagOnAbort::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_RemoveTagOnAbort_C_ExecuteUbergraph_BTS_Creature_RemoveTagOnAbort, CallFunc_RemoveActorTag_ReturnValue) == 0x000020, "Member 'BTS_Creature_RemoveTagOnAbort_C_ExecuteUbergraph_BTS_Creature_RemoveTagOnAbort::CallFunc_RemoveActorTag_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Creature_RemoveTagOnAbort_C_ReceiveDeactivationAI \ static_assert(alignof(BTS_Creature_RemoveTagOnAbort_C_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on BTS_Creature_RemoveTagOnAbort_C_ReceiveDeactivationAI"); \ static_assert(sizeof(BTS_Creature_RemoveTagOnAbort_C_ReceiveDeactivationAI) == 0x000010, "Wrong size on BTS_Creature_RemoveTagOnAbort_C_ReceiveDeactivationAI"); \ static_assert(offsetof(BTS_Creature_RemoveTagOnAbort_C_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'BTS_Creature_RemoveTagOnAbort_C_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTS_Creature_RemoveTagOnAbort_C_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'BTS_Creature_RemoveTagOnAbort_C_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Creature_RemoveTagOnAbort_C \ static_assert(alignof(UBTS_Creature_RemoveTagOnAbort_C) == 0x000008, "Wrong alignment on UBTS_Creature_RemoveTagOnAbort_C"); \ static_assert(sizeof(UBTS_Creature_RemoveTagOnAbort_C) == 0x0000D0, "Wrong size on UBTS_Creature_RemoveTagOnAbort_C"); \ static_assert(offsetof(UBTS_Creature_RemoveTagOnAbort_C, UberGraphFrame) == 0x000098, "Member 'UBTS_Creature_RemoveTagOnAbort_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_Creature_RemoveTagOnAbort_C, TargetActor) == 0x0000A0, "Member 'UBTS_Creature_RemoveTagOnAbort_C::TargetActor' has a wrong offset!"); \ static_assert(offsetof(UBTS_Creature_RemoveTagOnAbort_C, TagID) == 0x0000C8, "Member 'UBTS_Creature_RemoveTagOnAbort_C::TagID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility \ static_assert(alignof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility) == 0x000008, "Wrong alignment on BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility"); \ static_assert(sizeof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility) == 0x0000E0, "Wrong size on BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, EntryPoint) == 0x000000, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, Temp_struct_Variable) == 0x000008, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_RandomInteger_ReturnValue) == 0x000030, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_Array_Get_Item) == 0x000034, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_Greater_IntInt_ReturnValue) == 0x000035, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, K2Node_Event_OwnerController) == 0x000038, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, K2Node_Event_ControlledPawn) == 0x000040, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000048, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000060, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000078, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, Temp_struct_Variable_1) == 0x000080, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_RandomInteger_ReturnValue_1) == 0x0000A0, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_RandomInteger_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_Conv_IntToByte_ReturnValue) == 0x0000A4, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_Map_Find_Value) == 0x0000A8, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_Map_Find_ReturnValue) == 0x0000B0, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_GetValidValue_ReturnValue) == 0x0000B1, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_GetAbilityFromInteractionArchitect_bOutIsAdditive) == 0x0000B2, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_GetAbilityFromInteractionArchitect_bOutIsAdditive' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_GetAbilityFromInteractionArchitect_OutAbilityClass) == 0x0000B8, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_GetAbilityFromInteractionArchitect_OutAbilityClass' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_GetAbilityFromInteractionArchitect_ReturnValue) == 0x0000C0, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_GetAbilityFromInteractionArchitect_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x0000C1, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_Get_ReturnValue) == 0x0000C8, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_BP_GetCreatureStateByActor_ReturnValue) == 0x0000D0, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_BP_GetCreatureStateByActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_IsIncubating_ReturnValue) == 0x0000D8, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_IsIncubating_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_IsPregnant_ReturnValue) == 0x0000D9, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_IsPregnant_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_IsValid_ReturnValue_1) == 0x0000DA, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility, CallFunc_BooleanOR_ReturnValue) == 0x0000DB, "Member 'BTT_Creature_PlayRandomDenAbility_C_ExecuteUbergraph_BTT_Creature_PlayRandomDenAbility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_PlayRandomDenAbility_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_PlayRandomDenAbility_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_PlayRandomDenAbility_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_PlayRandomDenAbility_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_PlayRandomDenAbility_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_PlayRandomDenAbility_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_PlayRandomDenAbility_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_PlayRandomDenAbility_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_PlayRandomDenAbility_C \ static_assert(alignof(UBTT_Creature_PlayRandomDenAbility_C) == 0x000008, "Wrong alignment on UBTT_Creature_PlayRandomDenAbility_C"); \ static_assert(sizeof(UBTT_Creature_PlayRandomDenAbility_C) == 0x000110, "Wrong size on UBTT_Creature_PlayRandomDenAbility_C"); \ static_assert(offsetof(UBTT_Creature_PlayRandomDenAbility_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_PlayRandomDenAbility_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_PlayRandomDenAbility_C, Creature_Stance) == 0x0000B0, "Member 'UBTT_Creature_PlayRandomDenAbility_C::Creature_Stance' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_PlayRandomDenAbility_C, Force_Execute) == 0x0000B1, "Member 'UBTT_Creature_PlayRandomDenAbility_C::Force_Execute' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_PlayRandomDenAbility_C, IDA_Stance_Map) == 0x0000B8, "Member 'UBTT_Creature_PlayRandomDenAbility_C::IDA_Stance_Map' has a wrong offset!"); \ static_assert(offsetof(UBTT_Creature_PlayRandomDenAbility_C, AIComponent) == 0x000108, "Member 'UBTT_Creature_PlayRandomDenAbility_C::AIComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_TryEnterScheduledEntityMode_C_ExecuteUbergraph_BTT_Creature_TryEnterScheduledEntityMode \ static_assert(alignof(BTT_Creature_TryEnterScheduledEntityMode_C_ExecuteUbergraph_BTT_Creature_TryEnterScheduledEntityMode) == 0x000008, "Wrong alignment on BTT_Creature_TryEnterScheduledEntityMode_C_ExecuteUbergraph_BTT_Creature_TryEnterScheduledEntityMode"); \ static_assert(sizeof(BTT_Creature_TryEnterScheduledEntityMode_C_ExecuteUbergraph_BTT_Creature_TryEnterScheduledEntityMode) == 0x000028, "Wrong size on BTT_Creature_TryEnterScheduledEntityMode_C_ExecuteUbergraph_BTT_Creature_TryEnterScheduledEntityMode"); \ static_assert(offsetof(BTT_Creature_TryEnterScheduledEntityMode_C_ExecuteUbergraph_BTT_Creature_TryEnterScheduledEntityMode, EntryPoint) == 0x000000, "Member 'BTT_Creature_TryEnterScheduledEntityMode_C_ExecuteUbergraph_BTT_Creature_TryEnterScheduledEntityMode::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_TryEnterScheduledEntityMode_C_ExecuteUbergraph_BTT_Creature_TryEnterScheduledEntityMode, K2Node_Event_OwnerController) == 0x000008, "Member 'BTT_Creature_TryEnterScheduledEntityMode_C_ExecuteUbergraph_BTT_Creature_TryEnterScheduledEntityMode::K2Node_Event_OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_TryEnterScheduledEntityMode_C_ExecuteUbergraph_BTT_Creature_TryEnterScheduledEntityMode, K2Node_Event_ControlledPawn) == 0x000010, "Member 'BTT_Creature_TryEnterScheduledEntityMode_C_ExecuteUbergraph_BTT_Creature_TryEnterScheduledEntityMode::K2Node_Event_ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_TryEnterScheduledEntityMode_C_ExecuteUbergraph_BTT_Creature_TryEnterScheduledEntityMode, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BTT_Creature_TryEnterScheduledEntityMode_C_ExecuteUbergraph_BTT_Creature_TryEnterScheduledEntityMode::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_TryEnterScheduledEntityMode_C_ExecuteUbergraph_BTT_Creature_TryEnterScheduledEntityMode, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BTT_Creature_TryEnterScheduledEntityMode_C_ExecuteUbergraph_BTT_Creature_TryEnterScheduledEntityMode::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Creature_TryEnterScheduledEntityMode_C_ReceiveExecuteAI \ static_assert(alignof(BTT_Creature_TryEnterScheduledEntityMode_C_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTT_Creature_TryEnterScheduledEntityMode_C_ReceiveExecuteAI"); \ static_assert(sizeof(BTT_Creature_TryEnterScheduledEntityMode_C_ReceiveExecuteAI) == 0x000010, "Wrong size on BTT_Creature_TryEnterScheduledEntityMode_C_ReceiveExecuteAI"); \ static_assert(offsetof(BTT_Creature_TryEnterScheduledEntityMode_C_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTT_Creature_TryEnterScheduledEntityMode_C_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTT_Creature_TryEnterScheduledEntityMode_C_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTT_Creature_TryEnterScheduledEntityMode_C_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Creature_TryEnterScheduledEntityMode_C \ static_assert(alignof(UBTT_Creature_TryEnterScheduledEntityMode_C) == 0x000008, "Wrong alignment on UBTT_Creature_TryEnterScheduledEntityMode_C"); \ static_assert(sizeof(UBTT_Creature_TryEnterScheduledEntityMode_C) == 0x0000B0, "Wrong size on UBTT_Creature_TryEnterScheduledEntityMode_C"); \ static_assert(offsetof(UBTT_Creature_TryEnterScheduledEntityMode_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_Creature_TryEnterScheduledEntityMode_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor \ static_assert(alignof(BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor) == 0x000008, "Wrong alignment on BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor"); \ static_assert(sizeof(BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor) == 0x000040, "Wrong size on BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor, QuerierObject) == 0x000000, "Member 'BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor, QuerierActor) == 0x000008, "Member 'BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor, ResultingActor) == 0x000010, "Member 'BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor::ResultingActor' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor, CallFunc_MakeLiteralName_ReturnValue) == 0x000018, "Member 'BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor, CallFunc_GetBlackboard_ReturnValue) == 0x000020, "Member 'BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor, CallFunc_GetValueAsObject_ReturnValue) == 0x000028, "Member 'BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor, K2Node_DynamicCast_AsActor) == 0x000030, "Member 'BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BP_EQS_Creature_QueryContext_Target_C_ProvideSingleActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_EQS_Creature_QueryContext_Target_C \ static_assert(alignof(UBP_EQS_Creature_QueryContext_Target_C) == 0x000008, "Wrong alignment on UBP_EQS_Creature_QueryContext_Target_C"); \ static_assert(sizeof(UBP_EQS_Creature_QueryContext_Target_C) == 0x000030, "Wrong size on UBP_EQS_Creature_QueryContext_Target_C"); \ #define DUMPER7_ASSERTS_UBP_ObjectDestroyed_CamShake_C \ static_assert(alignof(UBP_ObjectDestroyed_CamShake_C) == 0x000010, "Wrong alignment on UBP_ObjectDestroyed_CamShake_C"); \ static_assert(sizeof(UBP_ObjectDestroyed_CamShake_C) == 0x0001B0, "Wrong size on UBP_ObjectDestroyed_CamShake_C"); \ #define DUMPER7_ASSERTS_BTD_CentaurStance_A_C_PerformConditionCheckAI \ static_assert(alignof(BTD_CentaurStance_A_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTD_CentaurStance_A_C_PerformConditionCheckAI"); \ static_assert(sizeof(BTD_CentaurStance_A_C_PerformConditionCheckAI) == 0x000028, "Wrong size on BTD_CentaurStance_A_C_PerformConditionCheckAI"); \ static_assert(offsetof(BTD_CentaurStance_A_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTD_CentaurStance_A_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_CentaurStance_A_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTD_CentaurStance_A_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTD_CentaurStance_A_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTD_CentaurStance_A_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_CentaurStance_A_C_PerformConditionCheckAI, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BTD_CentaurStance_A_C_PerformConditionCheckAI::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_CentaurStance_A_C_PerformConditionCheckAI, CallFunc_IsUsingStanceA_ReturnValue) == 0x000020, "Member 'BTD_CentaurStance_A_C_PerformConditionCheckAI::CallFunc_IsUsingStanceA_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_CentaurStance_A_C \ static_assert(alignof(UBTD_CentaurStance_A_C) == 0x000008, "Wrong alignment on UBTD_CentaurStance_A_C"); \ static_assert(sizeof(UBTD_CentaurStance_A_C) == 0x0000A0, "Wrong size on UBTD_CentaurStance_A_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_OutlineSteal_C \ static_assert(alignof(ABP_SkinFX_OutlineSteal_C) == 0x000008, "Wrong alignment on ABP_SkinFX_OutlineSteal_C"); \ static_assert(sizeof(ABP_SkinFX_OutlineSteal_C) == 0x0005D0, "Wrong size on ABP_SkinFX_OutlineSteal_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_OutlineTarget_C \ static_assert(alignof(ABP_SkinFX_OutlineTarget_C) == 0x000008, "Wrong alignment on ABP_SkinFX_OutlineTarget_C"); \ static_assert(sizeof(ABP_SkinFX_OutlineTarget_C) == 0x0005D0, "Wrong size on ABP_SkinFX_OutlineTarget_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_OutlineUnblockable_C \ static_assert(alignof(ABP_SkinFX_OutlineUnblockable_C) == 0x000008, "Wrong alignment on ABP_SkinFX_OutlineUnblockable_C"); \ static_assert(sizeof(ABP_SkinFX_OutlineUnblockable_C) == 0x0005D0, "Wrong size on ABP_SkinFX_OutlineUnblockable_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_OutlineLootContainer_C \ static_assert(alignof(ABP_SkinFX_OutlineLootContainer_C) == 0x000008, "Wrong alignment on ABP_SkinFX_OutlineLootContainer_C"); \ static_assert(sizeof(ABP_SkinFX_OutlineLootContainer_C) == 0x0005D0, "Wrong size on ABP_SkinFX_OutlineLootContainer_C"); \ #define DUMPER7_ASSERTS_ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog \ static_assert(alignof(ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog) == 0x000070, "Wrong size on ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog, EntryPoint) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog, K2Node_Event_Context) == 0x000008, "Member 'ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_AttackHeavyAnticipation_Jog_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Jog::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackHeavyAnticipation_Jog_C_OnAbilityBranch \ static_assert(alignof(ABL_AttackHeavyAnticipation_Jog_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_Jog_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_Jog_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_AttackHeavyAnticipation_Jog_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Jog_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_Jog_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Jog_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_AttackHeavyAnticipation_Jog_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackHeavyAnticipation_Jog_C_OnAbilityStart \ static_assert(alignof(ABL_AttackHeavyAnticipation_Jog_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_Jog_C_OnAbilityStart"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_Jog_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_AttackHeavyAnticipation_Jog_C_OnAbilityStart"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Jog_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_Jog_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_AttackHeavyAnticipation_Jog_C \ static_assert(alignof(UABL_AttackHeavyAnticipation_Jog_C) == 0x000008, "Wrong alignment on UABL_AttackHeavyAnticipation_Jog_C"); \ static_assert(sizeof(UABL_AttackHeavyAnticipation_Jog_C) == 0x0000D0, "Wrong size on UABL_AttackHeavyAnticipation_Jog_C"); \ static_assert(offsetof(UABL_AttackHeavyAnticipation_Jog_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_AttackHeavyAnticipation_Jog_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_OutlineLoot_C \ static_assert(alignof(ABP_SkinFX_OutlineLoot_C) == 0x000008, "Wrong alignment on ABP_SkinFX_OutlineLoot_C"); \ static_assert(sizeof(ABP_SkinFX_OutlineLoot_C) == 0x0005D0, "Wrong size on ABP_SkinFX_OutlineLoot_C"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel) == 0x000008, "Wrong alignment on BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel) == 0x000290, "Wrong size on BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, EntryPoint) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_4) == 0x000004, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x000008, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, Temp_struct_Variable) == 0x00000C, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x000010, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000014, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000018, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, Temp_object_Variable) == 0x000020, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetActiveSpellTool_ReturnValue) == 0x000038, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetActiveSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000040, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_AsLumos_Spell_Tool) == 0x000048, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_AsLumos_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_5) == 0x000054, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_5' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_Event_OwnerActor_1) == 0x000058, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_Event_OwnerActor) == 0x000060, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetActorOwner_ReturnValue) == 0x000068, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetComponentByClass_ReturnValue) == 0x000070, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_CustomEvent_Caller_1) == 0x000078, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_6) == 0x000084, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_6' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_CustomEvent_Caller) == 0x000088, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, Temp_object_Variable_1) == 0x000090, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000098, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_bSuccess_1) == 0x0000A8, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_7) == 0x0000AC, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_7' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetActorOwner_ReturnValue_1) == 0x0000B0, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetActorOwner_ReturnValue_2) == 0x0000B8, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x0000C0, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_bSuccess_2) == 0x0000D0, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_2) == 0x0000D8, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_bSuccess_3) == 0x0000E8, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetWand_ReturnValue) == 0x0000F0, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetWand_ReturnValue_1) == 0x0000F8, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetWand_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_3) == 0x000100, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_bSuccess_4) == 0x000110, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_4) == 0x000118, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_bSuccess_5) == 0x000128, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetWand_ReturnValue_2) == 0x000130, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetWand_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_8) == 0x000138, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_8' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, Temp_struct_Variable_1) == 0x00013C, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_9) == 0x000140, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_9' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetVariantInt32_FromHandle_bFound) == 0x000144, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetVariantInt32_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetVariantInt32_FromHandle_ReturnValue) == 0x000148, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetVariantInt32_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetVariantInt32_FromHandle_bFound_1) == 0x00014C, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetVariantInt32_FromHandle_bFound_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetVariantInt32_FromHandle_ReturnValue_1) == 0x000150, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetVariantInt32_FromHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, Temp_object_Variable_2) == 0x000158, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_10) == 0x000160, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_10' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_IsValid_ReturnValue_1) == 0x000164, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetActorOwner_ReturnValue_3) == 0x000168, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetActorOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000170, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_bSuccess_6) == 0x000180, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_AsBTAva_AITree_Interface) == 0x000188, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_AsBTAva_AITree_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_bSuccess_7) == 0x000198, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue) == 0x000199, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetAnimInstance_ReturnValue) == 0x0001A0, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0001A8, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x0001B0, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_bSuccess_8) == 0x0001B8, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_AsBiped_Anim_Instance_1) == 0x0001C0, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_AsBiped_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_bSuccess_9) == 0x0001C8, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_MakeLiteralByte_ReturnValue) == 0x0001C9, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetActorOwner_ReturnValue_4) == 0x0001D0, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetActorOwner_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001D8, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0001E8, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_HermesBindEvent_Handle) == 0x0001F0, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetContextOnActor_ReturnValue) == 0x000200, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetContextOnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_12) == 0x000204, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_12' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetActorOwner_ReturnValue_5) == 0x000208, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetActorOwner_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000210, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000218, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_5) == 0x000220, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_DynamicCast_bSuccess_10) == 0x000230, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetContextOnActor_ReturnValue_1) == 0x000231, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetContextOnActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetWand_ReturnValue_3) == 0x000238, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetWand_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_CreateDelegate_OutputDelegate_2) == 0x000240, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_11) == 0x000250, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_11' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_HermesBindEvent_Handle_1) == 0x000258, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_Start_ReturnValue) == 0x000268, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_Start_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_IsValid_ReturnValue_2) == 0x000269, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, Temp_object_Variable_3) == 0x000270, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_IsValid_ReturnValue_3) == 0x000278, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_Not_PreBool_ReturnValue) == 0x000279, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_GetActorOwner_ReturnValue_6) == 0x000280, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_GetActorOwner_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel, CallFunc_PostDialogueEventByReference_ReturnValue) == 0x000288, "Member 'BTS_BipedUpper_TopLevel_C_ExecuteUbergraph_BTS_BipedUpper_TopLevel::CallFunc_PostDialogueEventByReference_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_DoneWaving \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_DoneWaving) == 0x000008, "Wrong alignment on BTS_BipedUpper_TopLevel_C_DoneWaving"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_DoneWaving) == 0x000008, "Wrong size on BTS_BipedUpper_TopLevel_C_DoneWaving"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_DoneWaving, Caller) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_DoneWaving::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_InTwoHandCarry \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_InTwoHandCarry) == 0x000008, "Wrong alignment on BTS_BipedUpper_TopLevel_C_InTwoHandCarry"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_InTwoHandCarry) == 0x000008, "Wrong size on BTS_BipedUpper_TopLevel_C_InTwoHandCarry"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_InTwoHandCarry, Caller) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_InTwoHandCarry::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_ServiceEnd \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_ServiceEnd) == 0x000008, "Wrong alignment on BTS_BipedUpper_TopLevel_C_ServiceEnd"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_ServiceEnd) == 0x000008, "Wrong size on BTS_BipedUpper_TopLevel_C_ServiceEnd"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ServiceEnd, OwnerActor) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_ServiceEnd::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_ServiceBegin \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_ServiceBegin) == 0x000008, "Wrong alignment on BTS_BipedUpper_TopLevel_C_ServiceBegin"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_ServiceBegin) == 0x000008, "Wrong size on BTS_BipedUpper_TopLevel_C_ServiceBegin"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_ServiceBegin, OwnerActor) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_ServiceBegin::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_CustActionEvt_Looting_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_CustActionEvt_Looting_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTS_BipedUpper_TopLevel_C_CustActionEvt_Looting_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_CustActionEvt_Looting_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTS_BipedUpper_TopLevel_C_CustActionEvt_Looting_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_CustActionEvt_Looting_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_CustActionEvt_Looting_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_CustActionEvt_OpenDoorRightUpper_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_CustActionEvt_OpenDoorRightUpper_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTS_BipedUpper_TopLevel_C_CustActionEvt_OpenDoorRightUpper_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_CustActionEvt_OpenDoorRightUpper_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTS_BipedUpper_TopLevel_C_CustActionEvt_OpenDoorRightUpper_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_CustActionEvt_OpenDoorRightUpper_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_CustActionEvt_OpenDoorRightUpper_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_CustActionEvt_OpenDoorLeftUpper_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_CustActionEvt_OpenDoorLeftUpper_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTS_BipedUpper_TopLevel_C_CustActionEvt_OpenDoorLeftUpper_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_CustActionEvt_OpenDoorLeftUpper_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTS_BipedUpper_TopLevel_C_CustActionEvt_OpenDoorLeftUpper_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_CustActionEvt_OpenDoorLeftUpper_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_CustActionEvt_OpenDoorLeftUpper_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_4 \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong alignment on BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_4"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong size on BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_4"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_5 \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong alignment on BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_5"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong size on BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_5"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_5, VariantMapHandle) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_CustActionEvt_Lumos_K2Node_BTCustomActionEvent_5::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_CustActionEvt_PerformCallOut_K2Node_BTCustomActionEvent_6 \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_CustActionEvt_PerformCallOut_K2Node_BTCustomActionEvent_6) == 0x000004, "Wrong alignment on BTS_BipedUpper_TopLevel_C_CustActionEvt_PerformCallOut_K2Node_BTCustomActionEvent_6"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_CustActionEvt_PerformCallOut_K2Node_BTCustomActionEvent_6) == 0x000004, "Wrong size on BTS_BipedUpper_TopLevel_C_CustActionEvt_PerformCallOut_K2Node_BTCustomActionEvent_6"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_CustActionEvt_PerformCallOut_K2Node_BTCustomActionEvent_6, VariantMapHandle) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_CustActionEvt_PerformCallOut_K2Node_BTCustomActionEvent_6::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_CustActionEvt_UseInventoryItemUpper_K2Node_BTCustomActionEvent_7 \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_CustActionEvt_UseInventoryItemUpper_K2Node_BTCustomActionEvent_7) == 0x000004, "Wrong alignment on BTS_BipedUpper_TopLevel_C_CustActionEvt_UseInventoryItemUpper_K2Node_BTCustomActionEvent_7"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_CustActionEvt_UseInventoryItemUpper_K2Node_BTCustomActionEvent_7) == 0x000004, "Wrong size on BTS_BipedUpper_TopLevel_C_CustActionEvt_UseInventoryItemUpper_K2Node_BTCustomActionEvent_7"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_CustActionEvt_UseInventoryItemUpper_K2Node_BTCustomActionEvent_7, VariantMapHandle) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_CustActionEvt_UseInventoryItemUpper_K2Node_BTCustomActionEvent_7::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_CustActionEvt_TriggerWaving_K2Node_BTCustomActionEvent_8 \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_CustActionEvt_TriggerWaving_K2Node_BTCustomActionEvent_8) == 0x000004, "Wrong alignment on BTS_BipedUpper_TopLevel_C_CustActionEvt_TriggerWaving_K2Node_BTCustomActionEvent_8"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_CustActionEvt_TriggerWaving_K2Node_BTCustomActionEvent_8) == 0x000004, "Wrong size on BTS_BipedUpper_TopLevel_C_CustActionEvt_TriggerWaving_K2Node_BTCustomActionEvent_8"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_CustActionEvt_TriggerWaving_K2Node_BTCustomActionEvent_8, VariantMapHandle) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_CustActionEvt_TriggerWaving_K2Node_BTCustomActionEvent_8::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_9 \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_9) == 0x000004, "Wrong alignment on BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_9"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_9) == 0x000004, "Wrong size on BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_9"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_9, VariantMapHandle) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_9::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_10 \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_10) == 0x000004, "Wrong alignment on BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_10"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_10) == 0x000004, "Wrong size on BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_10"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_10, VariantMapHandle) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_10::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_11 \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_11) == 0x000004, "Wrong alignment on BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_11"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_11) == 0x000004, "Wrong size on BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_11"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_11, VariantMapHandle) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_CustActionEvt_SpellButtonPartial_K2Node_BTCustomActionEvent_11::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_CustActionEvt_EquipBucket_K2Node_BTCustomActionEvent_12 \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_CustActionEvt_EquipBucket_K2Node_BTCustomActionEvent_12) == 0x000004, "Wrong alignment on BTS_BipedUpper_TopLevel_C_CustActionEvt_EquipBucket_K2Node_BTCustomActionEvent_12"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_CustActionEvt_EquipBucket_K2Node_BTCustomActionEvent_12) == 0x000004, "Wrong size on BTS_BipedUpper_TopLevel_C_CustActionEvt_EquipBucket_K2Node_BTCustomActionEvent_12"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_CustActionEvt_EquipBucket_K2Node_BTCustomActionEvent_12, VariantMapHandle) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_CustActionEvt_EquipBucket_K2Node_BTCustomActionEvent_12::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_TopLevel_C_Flush_Queued_Actions \ static_assert(alignof(BTS_BipedUpper_TopLevel_C_Flush_Queued_Actions) == 0x000008, "Wrong alignment on BTS_BipedUpper_TopLevel_C_Flush_Queued_Actions"); \ static_assert(sizeof(BTS_BipedUpper_TopLevel_C_Flush_Queued_Actions) == 0x000008, "Wrong size on BTS_BipedUpper_TopLevel_C_Flush_Queued_Actions"); \ static_assert(offsetof(BTS_BipedUpper_TopLevel_C_Flush_Queued_Actions, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTS_BipedUpper_TopLevel_C_Flush_Queued_Actions::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_BipedUpper_TopLevel_C \ static_assert(alignof(UBTS_BipedUpper_TopLevel_C) == 0x000008, "Wrong alignment on UBTS_BipedUpper_TopLevel_C"); \ static_assert(sizeof(UBTS_BipedUpper_TopLevel_C) == 0x000110, "Wrong size on UBTS_BipedUpper_TopLevel_C"); \ static_assert(offsetof(UBTS_BipedUpper_TopLevel_C, UberGraphFrame) == 0x0000F8, "Member 'UBTS_BipedUpper_TopLevel_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_BipedUpper_TopLevel_C, CurrentFiringSpell) == 0x000100, "Member 'UBTS_BipedUpper_TopLevel_C::CurrentFiringSpell' has a wrong offset!"); \ static_assert(offsetof(UBTS_BipedUpper_TopLevel_C, LumosTimerHandle) == 0x000108, "Member 'UBTS_BipedUpper_TopLevel_C::LumosTimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_GlowGraph_C_ExecuteUbergraph_BP_SkinFX_GlowGraph \ static_assert(alignof(BP_SkinFX_GlowGraph_C_ExecuteUbergraph_BP_SkinFX_GlowGraph) == 0x000004, "Wrong alignment on BP_SkinFX_GlowGraph_C_ExecuteUbergraph_BP_SkinFX_GlowGraph"); \ static_assert(sizeof(BP_SkinFX_GlowGraph_C_ExecuteUbergraph_BP_SkinFX_GlowGraph) == 0x000014, "Wrong size on BP_SkinFX_GlowGraph_C_ExecuteUbergraph_BP_SkinFX_GlowGraph"); \ static_assert(offsetof(BP_SkinFX_GlowGraph_C_ExecuteUbergraph_BP_SkinFX_GlowGraph, EntryPoint) == 0x000000, "Member 'BP_SkinFX_GlowGraph_C_ExecuteUbergraph_BP_SkinFX_GlowGraph::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_GlowGraph_C_ExecuteUbergraph_BP_SkinFX_GlowGraph, K2Node_Event_endStyle) == 0x000004, "Member 'BP_SkinFX_GlowGraph_C_ExecuteUbergraph_BP_SkinFX_GlowGraph::K2Node_Event_endStyle' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_GlowGraph_C_ExecuteUbergraph_BP_SkinFX_GlowGraph, K2Node_Event_currentTime_1) == 0x000008, "Member 'BP_SkinFX_GlowGraph_C_ExecuteUbergraph_BP_SkinFX_GlowGraph::K2Node_Event_currentTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_GlowGraph_C_ExecuteUbergraph_BP_SkinFX_GlowGraph, CallFunc_Less_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_SkinFX_GlowGraph_C_ExecuteUbergraph_BP_SkinFX_GlowGraph::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_GlowGraph_C_ExecuteUbergraph_BP_SkinFX_GlowGraph, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00000D, "Member 'BP_SkinFX_GlowGraph_C_ExecuteUbergraph_BP_SkinFX_GlowGraph::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_GlowGraph_C_ExecuteUbergraph_BP_SkinFX_GlowGraph, K2Node_Event_currentTime) == 0x000010, "Member 'BP_SkinFX_GlowGraph_C_ExecuteUbergraph_BP_SkinFX_GlowGraph::K2Node_Event_currentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_GlowGraph_C_SkinFXNotifyRetrigger \ static_assert(alignof(BP_SkinFX_GlowGraph_C_SkinFXNotifyRetrigger) == 0x000004, "Wrong alignment on BP_SkinFX_GlowGraph_C_SkinFXNotifyRetrigger"); \ static_assert(sizeof(BP_SkinFX_GlowGraph_C_SkinFXNotifyRetrigger) == 0x000004, "Wrong size on BP_SkinFX_GlowGraph_C_SkinFXNotifyRetrigger"); \ static_assert(offsetof(BP_SkinFX_GlowGraph_C_SkinFXNotifyRetrigger, CurrentTime) == 0x000000, "Member 'BP_SkinFX_GlowGraph_C_SkinFXNotifyRetrigger::CurrentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_GlowGraph_C_SkinFXNotifyEnd \ static_assert(alignof(BP_SkinFX_GlowGraph_C_SkinFXNotifyEnd) == 0x000004, "Wrong alignment on BP_SkinFX_GlowGraph_C_SkinFXNotifyEnd"); \ static_assert(sizeof(BP_SkinFX_GlowGraph_C_SkinFXNotifyEnd) == 0x000008, "Wrong size on BP_SkinFX_GlowGraph_C_SkinFXNotifyEnd"); \ static_assert(offsetof(BP_SkinFX_GlowGraph_C_SkinFXNotifyEnd, EndStyle) == 0x000000, "Member 'BP_SkinFX_GlowGraph_C_SkinFXNotifyEnd::EndStyle' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_GlowGraph_C_SkinFXNotifyEnd, CurrentTime) == 0x000004, "Member 'BP_SkinFX_GlowGraph_C_SkinFXNotifyEnd::CurrentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_GlowGraph_C \ static_assert(alignof(ABP_SkinFX_GlowGraph_C) == 0x000008, "Wrong alignment on ABP_SkinFX_GlowGraph_C"); \ static_assert(sizeof(ABP_SkinFX_GlowGraph_C) == 0x000600, "Wrong size on ABP_SkinFX_GlowGraph_C"); \ static_assert(offsetof(ABP_SkinFX_GlowGraph_C, UberGraphFrame) == 0x0005D0, "Member 'ABP_SkinFX_GlowGraph_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_GlowGraph_C, EmissiveAmount_EmissiveAmount_FBC318D54D7DAED5FB1ABCB52741A5DC) == 0x0005D8, "Member 'ABP_SkinFX_GlowGraph_C::EmissiveAmount_EmissiveAmount_FBC318D54D7DAED5FB1ABCB52741A5DC' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_GlowGraph_C, EmissiveAmount__Direction_FBC318D54D7DAED5FB1ABCB52741A5DC) == 0x0005DC, "Member 'ABP_SkinFX_GlowGraph_C::EmissiveAmount__Direction_FBC318D54D7DAED5FB1ABCB52741A5DC' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_GlowGraph_C, EmissiveAmount) == 0x0005E0, "Member 'ABP_SkinFX_GlowGraph_C::EmissiveAmount' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_GlowGraph_C, Color) == 0x0005E8, "Member 'ABP_SkinFX_GlowGraph_C::Color' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_GlowGraph_C, FadeOutStart) == 0x0005F8, "Member 'ABP_SkinFX_GlowGraph_C::FadeOutStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_PetrificusWipe_C \ static_assert(alignof(ABP_SkinFX_PetrificusWipe_C) == 0x000008, "Wrong alignment on ABP_SkinFX_PetrificusWipe_C"); \ static_assert(sizeof(ABP_SkinFX_PetrificusWipe_C) == 0x0005D0, "Wrong size on ABP_SkinFX_PetrificusWipe_C"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_DeathAnim_S_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_S \ static_assert(alignof(ABL_NPC_RCT_DeathAnim_S_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_S) == 0x000008, "Wrong alignment on ABL_NPC_RCT_DeathAnim_S_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_S"); \ static_assert(sizeof(ABL_NPC_RCT_DeathAnim_S_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_S) == 0x000010, "Wrong size on ABL_NPC_RCT_DeathAnim_S_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_S"); \ static_assert(offsetof(ABL_NPC_RCT_DeathAnim_S_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_S, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_DeathAnim_S_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_S::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_DeathAnim_S_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_S, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_DeathAnim_S_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_S::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_DeathAnim_S_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_DeathAnim_S_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_DeathAnim_S_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_DeathAnim_S_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_DeathAnim_S_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_DeathAnim_S_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_DeathAnim_S_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_DeathAnim_S_C \ static_assert(alignof(UABL_NPC_RCT_DeathAnim_S_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_DeathAnim_S_C"); \ static_assert(sizeof(UABL_NPC_RCT_DeathAnim_S_C) == 0x0000E8, "Wrong size on UABL_NPC_RCT_DeathAnim_S_C"); \ static_assert(offsetof(UABL_NPC_RCT_DeathAnim_S_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_DeathAnim_S_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_AncMagSpawnWeapon_C \ static_assert(alignof(ABP_SkinFX_AncMagSpawnWeapon_C) == 0x000008, "Wrong alignment on ABP_SkinFX_AncMagSpawnWeapon_C"); \ static_assert(sizeof(ABP_SkinFX_AncMagSpawnWeapon_C) == 0x0005D0, "Wrong size on ABP_SkinFX_AncMagSpawnWeapon_C"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapHogwarts_C_ExecuteUbergraph_UI_BP_MinimapHogwarts \ static_assert(alignof(UI_BP_MinimapHogwarts_C_ExecuteUbergraph_UI_BP_MinimapHogwarts) == 0x000004, "Wrong alignment on UI_BP_MinimapHogwarts_C_ExecuteUbergraph_UI_BP_MinimapHogwarts"); \ static_assert(sizeof(UI_BP_MinimapHogwarts_C_ExecuteUbergraph_UI_BP_MinimapHogwarts) == 0x00000C, "Wrong size on UI_BP_MinimapHogwarts_C_ExecuteUbergraph_UI_BP_MinimapHogwarts"); \ static_assert(offsetof(UI_BP_MinimapHogwarts_C_ExecuteUbergraph_UI_BP_MinimapHogwarts, EntryPoint) == 0x000000, "Member 'UI_BP_MinimapHogwarts_C_ExecuteUbergraph_UI_BP_MinimapHogwarts::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapHogwarts_C_ExecuteUbergraph_UI_BP_MinimapHogwarts, K2Node_Event_Opacity) == 0x000004, "Member 'UI_BP_MinimapHogwarts_C_ExecuteUbergraph_UI_BP_MinimapHogwarts::K2Node_Event_Opacity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapHogwarts_C_ExecuteUbergraph_UI_BP_MinimapHogwarts, K2Node_Event_Visibile) == 0x000008, "Member 'UI_BP_MinimapHogwarts_C_ExecuteUbergraph_UI_BP_MinimapHogwarts::K2Node_Event_Visibile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapHogwarts_C_ShowMap \ static_assert(alignof(UI_BP_MinimapHogwarts_C_ShowMap) == 0x000001, "Wrong alignment on UI_BP_MinimapHogwarts_C_ShowMap"); \ static_assert(sizeof(UI_BP_MinimapHogwarts_C_ShowMap) == 0x000001, "Wrong size on UI_BP_MinimapHogwarts_C_ShowMap"); \ static_assert(offsetof(UI_BP_MinimapHogwarts_C_ShowMap, Visibile) == 0x000000, "Member 'UI_BP_MinimapHogwarts_C_ShowMap::Visibile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapHogwarts_C_SetMapOpacity \ static_assert(alignof(UI_BP_MinimapHogwarts_C_SetMapOpacity) == 0x000004, "Wrong alignment on UI_BP_MinimapHogwarts_C_SetMapOpacity"); \ static_assert(sizeof(UI_BP_MinimapHogwarts_C_SetMapOpacity) == 0x000004, "Wrong size on UI_BP_MinimapHogwarts_C_SetMapOpacity"); \ static_assert(offsetof(UI_BP_MinimapHogwarts_C_SetMapOpacity, Opacity) == 0x000000, "Member 'UI_BP_MinimapHogwarts_C_SetMapOpacity::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MinimapHogwarts_C \ static_assert(alignof(UUI_BP_MinimapHogwarts_C) == 0x000008, "Wrong alignment on UUI_BP_MinimapHogwarts_C"); \ static_assert(sizeof(UUI_BP_MinimapHogwarts_C) == 0x000500, "Wrong size on UUI_BP_MinimapHogwarts_C"); \ static_assert(offsetof(UUI_BP_MinimapHogwarts_C, UberGraphFrame) == 0x0004F0, "Member 'UUI_BP_MinimapHogwarts_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MinimapHogwarts_C, MinimapBackground) == 0x0004F8, "Member 'UUI_BP_MinimapHogwarts_C::MinimapBackground' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_SkinChar_C \ static_assert(alignof(ABP_SkinFX_SkinChar_C) == 0x000008, "Wrong alignment on ABP_SkinFX_SkinChar_C"); \ static_assert(sizeof(ABP_SkinFX_SkinChar_C) == 0x0005D0, "Wrong size on ABP_SkinFX_SkinChar_C"); \ #define DUMPER7_ASSERTS_UI_BP_FullBackgroundSmoke_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_FullBackgroundSmoke_C_BlueprintOnUMGInputAction) == 0x000004, "Wrong alignment on UI_BP_FullBackgroundSmoke_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_FullBackgroundSmoke_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong size on UI_BP_FullBackgroundSmoke_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_FullBackgroundSmoke_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_FullBackgroundSmoke_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_FullBackgroundSmoke_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_BlueprintOnUMGInputAction, NewQuantity) == 0x000004, "Member 'UI_BP_FullBackgroundSmoke_C_BlueprintOnUMGInputAction::NewQuantity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FullBackgroundSmoke_C_OnIntroStarted \ static_assert(alignof(UI_BP_FullBackgroundSmoke_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_FullBackgroundSmoke_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_FullBackgroundSmoke_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_FullBackgroundSmoke_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_FullBackgroundSmoke_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_FullBackgroundSmoke_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FullBackgroundSmoke_C_OnOutroStarted \ static_assert(alignof(UI_BP_FullBackgroundSmoke_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_FullBackgroundSmoke_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_FullBackgroundSmoke_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_FullBackgroundSmoke_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_FullBackgroundSmoke_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_FullBackgroundSmoke_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FullBackgroundSmoke_C_OnOutroEnded \ static_assert(alignof(UI_BP_FullBackgroundSmoke_C_OnOutroEnded) == 0x000004, "Wrong alignment on UI_BP_FullBackgroundSmoke_C_OnOutroEnded"); \ static_assert(sizeof(UI_BP_FullBackgroundSmoke_C_OnOutroEnded) == 0x000004, "Wrong size on UI_BP_FullBackgroundSmoke_C_OnOutroEnded"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_OnOutroEnded, OutroType) == 0x000000, "Member 'UI_BP_FullBackgroundSmoke_C_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FullBackgroundSmoke_C_OnIntroEnded \ static_assert(alignof(UI_BP_FullBackgroundSmoke_C_OnIntroEnded) == 0x000004, "Wrong alignment on UI_BP_FullBackgroundSmoke_C_OnIntroEnded"); \ static_assert(sizeof(UI_BP_FullBackgroundSmoke_C_OnIntroEnded) == 0x000004, "Wrong size on UI_BP_FullBackgroundSmoke_C_OnIntroEnded"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_OnIntroEnded, IntroType) == 0x000000, "Member 'UI_BP_FullBackgroundSmoke_C_OnIntroEnded::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FullBackgroundSmoke_C_PreConstruct \ static_assert(alignof(UI_BP_FullBackgroundSmoke_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_FullBackgroundSmoke_C_PreConstruct"); \ static_assert(sizeof(UI_BP_FullBackgroundSmoke_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_FullBackgroundSmoke_C_PreConstruct"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_FullBackgroundSmoke_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke \ static_assert(alignof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke) == 0x000008, "Wrong alignment on UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke"); \ static_assert(sizeof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke) == 0x0000F8, "Wrong size on UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, EntryPoint) == 0x000000, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, Temp_byte_Variable) == 0x000004, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, Temp_object_Variable) == 0x000008, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, Temp_object_Variable_1) == 0x000010, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, Temp_object_Variable_2) == 0x000018, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, Temp_object_Variable_3) == 0x000020, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, K2Node_Event_IntroType_1) == 0x000028, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::K2Node_Event_IntroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, K2Node_Event_IntroDuration) == 0x00002C, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, K2Node_Event_OutroType_1) == 0x000030, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::K2Node_Event_OutroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, K2Node_Event_OutroDuration) == 0x000034, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, K2Node_Event_OutroType) == 0x000038, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, K2Node_Event_IntroType) == 0x00003C, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, K2Node_Select_Default) == 0x000040, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, K2Node_Event_IsDesignTime) == 0x000048, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, K2Node_MakeStruct_SlateBrush) == 0x000050, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, CallFunc_GetGameUserSettings_ReturnValue) == 0x0000D8, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, CallFunc_GetScreenResolution_ReturnValue) == 0x0000E0, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::CallFunc_GetScreenResolution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000E8, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000EC, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000F0, "Member 'UI_BP_FullBackgroundSmoke_C_ExecuteUbergraph_UI_BP_FullBackgroundSmoke::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FullBackgroundSmoke_C \ static_assert(alignof(UUI_BP_FullBackgroundSmoke_C) == 0x000008, "Wrong alignment on UUI_BP_FullBackgroundSmoke_C"); \ static_assert(sizeof(UUI_BP_FullBackgroundSmoke_C) == 0x000430, "Wrong size on UUI_BP_FullBackgroundSmoke_C"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, UberGraphFrame) == 0x000370, "Member 'UUI_BP_FullBackgroundSmoke_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, PhoenixImage_Aurora) == 0x000378, "Member 'UUI_BP_FullBackgroundSmoke_C::PhoenixImage_Aurora' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, PhoenixImage_BackSmokePlate) == 0x000380, "Member 'UUI_BP_FullBackgroundSmoke_C::PhoenixImage_BackSmokePlate' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, PhoenixImage_FrontGlow) == 0x000388, "Member 'UUI_BP_FullBackgroundSmoke_C::PhoenixImage_FrontGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, AbortInteraction) == 0x000390, "Member 'UUI_BP_FullBackgroundSmoke_C::AbortInteraction' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, StartPreview) == 0x0003A0, "Member 'UUI_BP_FullBackgroundSmoke_C::StartPreview' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, LeavePreview) == 0x0003B0, "Member 'UUI_BP_FullBackgroundSmoke_C::LeavePreview' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, OnItemPurchased) == 0x0003C0, "Member 'UUI_BP_FullBackgroundSmoke_C::OnItemPurchased' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, OnItemSold) == 0x0003D0, "Member 'UUI_BP_FullBackgroundSmoke_C::OnItemSold' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, OnItemPurchaseFailedNoMoney) == 0x0003E0, "Member 'UUI_BP_FullBackgroundSmoke_C::OnItemPurchaseFailedNoMoney' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, OnItemPurchaseFailedNoSpace) == 0x0003F0, "Member 'UUI_BP_FullBackgroundSmoke_C::OnItemPurchaseFailedNoSpace' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, MatRef_BorderGlow) == 0x000400, "Member 'UUI_BP_FullBackgroundSmoke_C::MatRef_BorderGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, MatRef_FillGlow) == 0x000404, "Member 'UUI_BP_FullBackgroundSmoke_C::MatRef_FillGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, MatRef_MoveY) == 0x000408, "Member 'UUI_BP_FullBackgroundSmoke_C::MatRef_MoveY' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, MatRef_Rotate) == 0x00040C, "Member 'UUI_BP_FullBackgroundSmoke_C::MatRef_Rotate' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, MatRef_MaskLerpAlpha) == 0x000410, "Member 'UUI_BP_FullBackgroundSmoke_C::MatRef_MaskLerpAlpha' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, MatRef_Move) == 0x000414, "Member 'UUI_BP_FullBackgroundSmoke_C::MatRef_Move' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, MatRef_Move2) == 0x000418, "Member 'UUI_BP_FullBackgroundSmoke_C::MatRef_Move2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, BackSmokeType) == 0x00041C, "Member 'UUI_BP_FullBackgroundSmoke_C::BackSmokeType' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, MaterialOpacity) == 0x000420, "Member 'UUI_BP_FullBackgroundSmoke_C::MaterialOpacity' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, GlowOpacity) == 0x000424, "Member 'UUI_BP_FullBackgroundSmoke_C::GlowOpacity' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FullBackgroundSmoke_C, AuroraOpacity) == 0x000428, "Member 'UUI_BP_FullBackgroundSmoke_C::AuroraOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_StatueTravel_C \ static_assert(alignof(ABP_SkinFX_StatueTravel_C) == 0x000008, "Wrong alignment on ABP_SkinFX_StatueTravel_C"); \ static_assert(sizeof(ABP_SkinFX_StatueTravel_C) == 0x0005D0, "Wrong size on ABP_SkinFX_StatueTravel_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Incinerate_C \ static_assert(alignof(ABP_SkinFX_Incinerate_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Incinerate_C"); \ static_assert(sizeof(ABP_SkinFX_Incinerate_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Incinerate_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Petrificus_C \ static_assert(alignof(ABP_SkinFX_Petrificus_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Petrificus_C"); \ static_assert(sizeof(ABP_SkinFX_Petrificus_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Petrificus_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_WebbedUp_C \ static_assert(alignof(ABP_SkinFX_WebbedUp_C) == 0x000008, "Wrong alignment on ABP_SkinFX_WebbedUp_C"); \ static_assert(sizeof(ABP_SkinFX_WebbedUp_C) == 0x0005D0, "Wrong size on ABP_SkinFX_WebbedUp_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ApparateTravel_C \ static_assert(alignof(ABP_SkinFX_ApparateTravel_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ApparateTravel_C"); \ static_assert(sizeof(ABP_SkinFX_ApparateTravel_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ApparateTravel_C"); \ #define DUMPER7_ASSERTS_ABL_Enemy_JumpSplineStart_C_ExecuteUbergraph_ABL_Enemy_JumpSplineStart \ static_assert(alignof(ABL_Enemy_JumpSplineStart_C_ExecuteUbergraph_ABL_Enemy_JumpSplineStart) == 0x000008, "Wrong alignment on ABL_Enemy_JumpSplineStart_C_ExecuteUbergraph_ABL_Enemy_JumpSplineStart"); \ static_assert(sizeof(ABL_Enemy_JumpSplineStart_C_ExecuteUbergraph_ABL_Enemy_JumpSplineStart) == 0x000028, "Wrong size on ABL_Enemy_JumpSplineStart_C_ExecuteUbergraph_ABL_Enemy_JumpSplineStart"); \ static_assert(offsetof(ABL_Enemy_JumpSplineStart_C_ExecuteUbergraph_ABL_Enemy_JumpSplineStart, EntryPoint) == 0x000000, "Member 'ABL_Enemy_JumpSplineStart_C_ExecuteUbergraph_ABL_Enemy_JumpSplineStart::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineStart_C_ExecuteUbergraph_ABL_Enemy_JumpSplineStart, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_JumpSplineStart_C_ExecuteUbergraph_ABL_Enemy_JumpSplineStart::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineStart_C_ExecuteUbergraph_ABL_Enemy_JumpSplineStart, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Enemy_JumpSplineStart_C_ExecuteUbergraph_ABL_Enemy_JumpSplineStart::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineStart_C_ExecuteUbergraph_ABL_Enemy_JumpSplineStart, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'ABL_Enemy_JumpSplineStart_C_ExecuteUbergraph_ABL_Enemy_JumpSplineStart::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineStart_C_ExecuteUbergraph_ABL_Enemy_JumpSplineStart, CallFunc_IsAbilityActive_ReturnValue) == 0x000020, "Member 'ABL_Enemy_JumpSplineStart_C_ExecuteUbergraph_ABL_Enemy_JumpSplineStart::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineStart_C_ExecuteUbergraph_ABL_Enemy_JumpSplineStart, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'ABL_Enemy_JumpSplineStart_C_ExecuteUbergraph_ABL_Enemy_JumpSplineStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_JumpSplineStart_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Enemy_JumpSplineStart_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Enemy_JumpSplineStart_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Enemy_JumpSplineStart_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Enemy_JumpSplineStart_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Enemy_JumpSplineStart_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Enemy_JumpSplineStart_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_JumpSplineStart_C_OnGetBranchAbility \ static_assert(alignof(ABL_Enemy_JumpSplineStart_C_OnGetBranchAbility) == 0x000008, "Wrong alignment on ABL_Enemy_JumpSplineStart_C_OnGetBranchAbility"); \ static_assert(sizeof(ABL_Enemy_JumpSplineStart_C_OnGetBranchAbility) == 0x000030, "Wrong size on ABL_Enemy_JumpSplineStart_C_OnGetBranchAbility"); \ static_assert(offsetof(ABL_Enemy_JumpSplineStart_C_OnGetBranchAbility, Context) == 0x000000, "Member 'ABL_Enemy_JumpSplineStart_C_OnGetBranchAbility::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineStart_C_OnGetBranchAbility, EventName) == 0x000008, "Member 'ABL_Enemy_JumpSplineStart_C_OnGetBranchAbility::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineStart_C_OnGetBranchAbility, ReturnValue) == 0x000010, "Member 'ABL_Enemy_JumpSplineStart_C_OnGetBranchAbility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineStart_C_OnGetBranchAbility, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Enemy_JumpSplineStart_C_OnGetBranchAbility::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineStart_C_OnGetBranchAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'ABL_Enemy_JumpSplineStart_C_OnGetBranchAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineStart_C_OnGetBranchAbility, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'ABL_Enemy_JumpSplineStart_C_OnGetBranchAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_JumpSplineStart_C \ static_assert(alignof(UABL_Enemy_JumpSplineStart_C) == 0x000008, "Wrong alignment on UABL_Enemy_JumpSplineStart_C"); \ static_assert(sizeof(UABL_Enemy_JumpSplineStart_C) == 0x0000D8, "Wrong size on UABL_Enemy_JumpSplineStart_C"); \ static_assert(offsetof(UABL_Enemy_JumpSplineStart_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_JumpSplineStart_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_Enemy_JumpSplineStart_C, NewVar_0) == 0x0000D0, "Member 'UABL_Enemy_JumpSplineStart_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_FlooTravelTrans_C \ static_assert(alignof(ABP_SkinFX_FlooTravelTrans_C) == 0x000008, "Wrong alignment on ABP_SkinFX_FlooTravelTrans_C"); \ static_assert(sizeof(ABP_SkinFX_FlooTravelTrans_C) == 0x0005D0, "Wrong size on ABP_SkinFX_FlooTravelTrans_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_StairTravel_C \ static_assert(alignof(ABP_SkinFX_StairTravel_C) == 0x000008, "Wrong alignment on ABP_SkinFX_StairTravel_C"); \ static_assert(sizeof(ABP_SkinFX_StairTravel_C) == 0x0005D0, "Wrong size on ABP_SkinFX_StairTravel_C"); \ #define DUMPER7_ASSERTS_UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD \ static_assert(alignof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD) == 0x000008, "Wrong alignment on UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD"); \ static_assert(sizeof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD) == 0x000220, "Wrong size on UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, EntryPoint) == 0x000000, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CustomEvent_ChargeAmountNormalized) == 0x000004, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CustomEvent_ChargeAmountNormalized' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CustomEvent_bChargeAvailable) == 0x000008, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CustomEvent_bChargeAvailable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_Round64_ReturnValue) == 0x000020, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_Round64_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_Conv_Int64ToInt_ReturnValue) == 0x000030, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_Conv_Int64ToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000038, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_BuildString_Int_ReturnValue) == 0x000040, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_BuildString_Int_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CreateDelegate_OutputDelegate_1) == 0x000050, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CustomEvent_InMountComponent) == 0x000060, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CustomEvent_InMountComponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CustomEvent_bShowCharge) == 0x000068, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CustomEvent_bShowCharge' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CreateDelegate_OutputDelegate_2) == 0x00006C, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_Concat_StrStr_ReturnValue) == 0x000080, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CustomEvent_ChargeRefillDelayNormalized) == 0x000090, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CustomEvent_ChargeRefillDelayNormalized' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CreateDelegate_OutputDelegate_3) == 0x000094, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000A4, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CustomEvent_ChargeRequestNormalized) == 0x0000A8, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CustomEvent_ChargeRequestNormalized' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000B0, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000C8, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_MakeStruct_LinearColor) == 0x0000D8, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_MakeStruct_LinearColor_1) == 0x0000E8, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CustomEvent_Target) == 0x0000F8, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CustomEvent_Target' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CustomEvent_InHealthChange) == 0x000100, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CustomEvent_InHealthChange' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CustomEvent_bIndicateHUD) == 0x000104, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CustomEvent_bIndicateHUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_GetObjectStateInfo_ReturnValue_1) == 0x000108, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_GetObjectStateInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CustomEvent_bChargeEnabled) == 0x000110, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CustomEvent_bChargeEnabled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CustomEvent_MountComponent) == 0x000118, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CustomEvent_MountComponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CustomEvent_PrevMovementState) == 0x000120, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CustomEvent_PrevMovementState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_GetMovementState_ReturnValue) == 0x000121, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_GetMovementState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_GetOwner_ReturnValue_1) == 0x000128, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CreateDelegate_OutputDelegate_4) == 0x000130, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_GetObjectStateInfo_ReturnValue_2) == 0x000140, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_GetObjectStateInfo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_IsValid_ReturnValue) == 0x000148, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CreateDelegate_OutputDelegate_5) == 0x00014C, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CreateDelegate_OutputDelegate_6) == 0x00015C, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_Conv_BoolToString_ReturnValue) == 0x000170, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000180, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CreateDelegate_OutputDelegate_7) == 0x000190, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0001A0, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0001B0, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0001C0, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_Conv_StringToText_ReturnValue) == 0x0001D0, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_HermesBindEvent_Handle) == 0x0001E8, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CustomEvent_Caller_1) == 0x0001F8, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, K2Node_CustomEvent_Caller) == 0x000200, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_HermesBindEvent_Handle_1) == 0x000208, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_GetMovementState_ReturnValue_1) == 0x000218, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_GetMovementState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD, CallFunc_IsValid_ReturnValue_1) == 0x000219, "Member 'UI_BP_MountHUD_C_ExecuteUbergraph_UI_BP_MountHUD::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MountHUD_C_RefreshButtonCallouts \ static_assert(alignof(UI_BP_MountHUD_C_RefreshButtonCallouts) == 0x000008, "Wrong alignment on UI_BP_MountHUD_C_RefreshButtonCallouts"); \ static_assert(sizeof(UI_BP_MountHUD_C_RefreshButtonCallouts) == 0x000008, "Wrong size on UI_BP_MountHUD_C_RefreshButtonCallouts"); \ static_assert(offsetof(UI_BP_MountHUD_C_RefreshButtonCallouts, Caller) == 0x000000, "Member 'UI_BP_MountHUD_C_RefreshButtonCallouts::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MountHUD_C_BroomSaysShowControls \ static_assert(alignof(UI_BP_MountHUD_C_BroomSaysShowControls) == 0x000008, "Wrong alignment on UI_BP_MountHUD_C_BroomSaysShowControls"); \ static_assert(sizeof(UI_BP_MountHUD_C_BroomSaysShowControls) == 0x000008, "Wrong size on UI_BP_MountHUD_C_BroomSaysShowControls"); \ static_assert(offsetof(UI_BP_MountHUD_C_BroomSaysShowControls, Caller) == 0x000000, "Member 'UI_BP_MountHUD_C_BroomSaysShowControls::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MountHUD_C_MovementStateChanged \ static_assert(alignof(UI_BP_MountHUD_C_MovementStateChanged) == 0x000008, "Wrong alignment on UI_BP_MountHUD_C_MovementStateChanged"); \ static_assert(sizeof(UI_BP_MountHUD_C_MovementStateChanged) == 0x000010, "Wrong size on UI_BP_MountHUD_C_MovementStateChanged"); \ static_assert(offsetof(UI_BP_MountHUD_C_MovementStateChanged, MountComponent_0) == 0x000000, "Member 'UI_BP_MountHUD_C_MovementStateChanged::MountComponent_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_MovementStateChanged, PrevMovementState) == 0x000008, "Member 'UI_BP_MountHUD_C_MovementStateChanged::PrevMovementState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MountHUD_C_ChargeEnabledUpdate \ static_assert(alignof(UI_BP_MountHUD_C_ChargeEnabledUpdate) == 0x000001, "Wrong alignment on UI_BP_MountHUD_C_ChargeEnabledUpdate"); \ static_assert(sizeof(UI_BP_MountHUD_C_ChargeEnabledUpdate) == 0x000001, "Wrong size on UI_BP_MountHUD_C_ChargeEnabledUpdate"); \ static_assert(offsetof(UI_BP_MountHUD_C_ChargeEnabledUpdate, bChargeEnabled) == 0x000000, "Member 'UI_BP_MountHUD_C_ChargeEnabledUpdate::bChargeEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MountHUD_C_HealthAmountUpdate \ static_assert(alignof(UI_BP_MountHUD_C_HealthAmountUpdate) == 0x000008, "Wrong alignment on UI_BP_MountHUD_C_HealthAmountUpdate"); \ static_assert(sizeof(UI_BP_MountHUD_C_HealthAmountUpdate) == 0x000010, "Wrong size on UI_BP_MountHUD_C_HealthAmountUpdate"); \ static_assert(offsetof(UI_BP_MountHUD_C_HealthAmountUpdate, Target) == 0x000000, "Member 'UI_BP_MountHUD_C_HealthAmountUpdate::Target' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_HealthAmountUpdate, InHealthChange) == 0x000008, "Member 'UI_BP_MountHUD_C_HealthAmountUpdate::InHealthChange' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_HealthAmountUpdate, bIndicateHUD) == 0x00000C, "Member 'UI_BP_MountHUD_C_HealthAmountUpdate::bIndicateHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MountHUD_C_ChangeRequestUpdate \ static_assert(alignof(UI_BP_MountHUD_C_ChangeRequestUpdate) == 0x000004, "Wrong alignment on UI_BP_MountHUD_C_ChangeRequestUpdate"); \ static_assert(sizeof(UI_BP_MountHUD_C_ChangeRequestUpdate) == 0x000004, "Wrong size on UI_BP_MountHUD_C_ChangeRequestUpdate"); \ static_assert(offsetof(UI_BP_MountHUD_C_ChangeRequestUpdate, ChargeRequestNormalized) == 0x000000, "Member 'UI_BP_MountHUD_C_ChangeRequestUpdate::ChargeRequestNormalized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MountHUD_C_ChargeRefillDelayUpdate \ static_assert(alignof(UI_BP_MountHUD_C_ChargeRefillDelayUpdate) == 0x000004, "Wrong alignment on UI_BP_MountHUD_C_ChargeRefillDelayUpdate"); \ static_assert(sizeof(UI_BP_MountHUD_C_ChargeRefillDelayUpdate) == 0x000004, "Wrong size on UI_BP_MountHUD_C_ChargeRefillDelayUpdate"); \ static_assert(offsetof(UI_BP_MountHUD_C_ChargeRefillDelayUpdate, ChargeRefillDelayNormalized) == 0x000000, "Member 'UI_BP_MountHUD_C_ChargeRefillDelayUpdate::ChargeRefillDelayNormalized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MountHUD_C_Show \ static_assert(alignof(UI_BP_MountHUD_C_Show) == 0x000008, "Wrong alignment on UI_BP_MountHUD_C_Show"); \ static_assert(sizeof(UI_BP_MountHUD_C_Show) == 0x000010, "Wrong size on UI_BP_MountHUD_C_Show"); \ static_assert(offsetof(UI_BP_MountHUD_C_Show, InMountComponent) == 0x000000, "Member 'UI_BP_MountHUD_C_Show::InMountComponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_Show, bShowCharge_0) == 0x000008, "Member 'UI_BP_MountHUD_C_Show::bShowCharge_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MountHUD_C_ChargeAmountUpdate \ static_assert(alignof(UI_BP_MountHUD_C_ChargeAmountUpdate) == 0x000004, "Wrong alignment on UI_BP_MountHUD_C_ChargeAmountUpdate"); \ static_assert(sizeof(UI_BP_MountHUD_C_ChargeAmountUpdate) == 0x000008, "Wrong size on UI_BP_MountHUD_C_ChargeAmountUpdate"); \ static_assert(offsetof(UI_BP_MountHUD_C_ChargeAmountUpdate, ChargeAmountNormalized) == 0x000000, "Member 'UI_BP_MountHUD_C_ChargeAmountUpdate::ChargeAmountNormalized' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ChargeAmountUpdate, bChargeAvailable) == 0x000004, "Member 'UI_BP_MountHUD_C_ChargeAmountUpdate::bChargeAvailable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MountHUD_C_SetPlayerHealth \ static_assert(alignof(UI_BP_MountHUD_C_SetPlayerHealth) == 0x000008, "Wrong alignment on UI_BP_MountHUD_C_SetPlayerHealth"); \ static_assert(sizeof(UI_BP_MountHUD_C_SetPlayerHealth) == 0x000018, "Wrong size on UI_BP_MountHUD_C_SetPlayerHealth"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetPlayerHealth, MountObject) == 0x000000, "Member 'UI_BP_MountHUD_C_SetPlayerHealth::MountObject' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetPlayerHealth, CallFunc_GetMaxHealth_ReturnValue) == 0x000008, "Member 'UI_BP_MountHUD_C_SetPlayerHealth::CallFunc_GetMaxHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetPlayerHealth, CallFunc_GetHealth_ReturnValue) == 0x00000C, "Member 'UI_BP_MountHUD_C_SetPlayerHealth::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetPlayerHealth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000010, "Member 'UI_BP_MountHUD_C_SetPlayerHealth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MountHUD_C_SetMountCallouts \ static_assert(alignof(UI_BP_MountHUD_C_SetMountCallouts) == 0x000008, "Wrong alignment on UI_BP_MountHUD_C_SetMountCallouts"); \ static_assert(sizeof(UI_BP_MountHUD_C_SetMountCallouts) == 0x000238, "Wrong size on UI_BP_MountHUD_C_SetMountCallouts"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, ShowCharge) == 0x000000, "Member 'UI_BP_MountHUD_C_SetMountCallouts::ShowCharge' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, MovementState) == 0x000001, "Member 'UI_BP_MountHUD_C_SetMountCallouts::MovementState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000008, "Member 'UI_BP_MountHUD_C_SetMountCallouts::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'UI_BP_MountHUD_C_SetMountCallouts::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue) == 0x000011, "Member 'UI_BP_MountHUD_C_SetMountCallouts::CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, CallFunc_SelectString_ReturnValue) == 0x000018, "Member 'UI_BP_MountHUD_C_SetMountCallouts::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, CallFunc_SelectString_ReturnValue_1) == 0x000028, "Member 'UI_BP_MountHUD_C_SetMountCallouts::CallFunc_SelectString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, K2Node_MakeStruct_LegendItemData) == 0x000038, "Member 'UI_BP_MountHUD_C_SetMountCallouts::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, K2Node_MakeStruct_LegendItemData_1) == 0x000068, "Member 'UI_BP_MountHUD_C_SetMountCallouts::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, CallFunc_SelectString_ReturnValue_2) == 0x000098, "Member 'UI_BP_MountHUD_C_SetMountCallouts::CallFunc_SelectString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, CallFunc_SelectString_ReturnValue_3) == 0x0000A8, "Member 'UI_BP_MountHUD_C_SetMountCallouts::CallFunc_SelectString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, K2Node_MakeStruct_LegendItemData_2) == 0x0000B8, "Member 'UI_BP_MountHUD_C_SetMountCallouts::K2Node_MakeStruct_LegendItemData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, K2Node_MakeStruct_LegendItemData_3) == 0x0000E8, "Member 'UI_BP_MountHUD_C_SetMountCallouts::K2Node_MakeStruct_LegendItemData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, K2Node_MakeStruct_LegendItemData_4) == 0x000118, "Member 'UI_BP_MountHUD_C_SetMountCallouts::K2Node_MakeStruct_LegendItemData_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, K2Node_MakeStruct_LegendItemData_5) == 0x000148, "Member 'UI_BP_MountHUD_C_SetMountCallouts::K2Node_MakeStruct_LegendItemData_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, K2Node_MakeStruct_LegendItemData_6) == 0x000178, "Member 'UI_BP_MountHUD_C_SetMountCallouts::K2Node_MakeStruct_LegendItemData_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, K2Node_MakeStruct_LegendItemData_7) == 0x0001A8, "Member 'UI_BP_MountHUD_C_SetMountCallouts::K2Node_MakeStruct_LegendItemData_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, K2Node_MakeStruct_LegendItemData_8) == 0x0001D8, "Member 'UI_BP_MountHUD_C_SetMountCallouts::K2Node_MakeStruct_LegendItemData_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_SetMountCallouts, K2Node_MakeStruct_LegendItemData_9) == 0x000208, "Member 'UI_BP_MountHUD_C_SetMountCallouts::K2Node_MakeStruct_LegendItemData_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MountHUD_C_ShowControls \ static_assert(alignof(UI_BP_MountHUD_C_ShowControls) == 0x000008, "Wrong alignment on UI_BP_MountHUD_C_ShowControls"); \ static_assert(sizeof(UI_BP_MountHUD_C_ShowControls) == 0x000008, "Wrong size on UI_BP_MountHUD_C_ShowControls"); \ static_assert(offsetof(UI_BP_MountHUD_C_ShowControls, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UI_BP_MountHUD_C_ShowControls::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts \ static_assert(alignof(UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts) == 0x000008, "Wrong alignment on UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts"); \ static_assert(sizeof(UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts) == 0x000018, "Wrong size on UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts"); \ static_assert(offsetof(UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts, Temp_byte_Variable) == 0x000000, "Member 'UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts, Temp_byte_Variable_1) == 0x000002, "Member 'UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts, Temp_byte_Variable_2) == 0x000003, "Member 'UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts, Temp_byte_Variable_3) == 0x000004, "Member 'UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts, Temp_bool_Variable_1) == 0x000005, "Member 'UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts, CallFunc_GetUIManagerPure_ReturnValue) == 0x000008, "Member 'UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts, CallFunc_GetUIPlatformInputDevice_ReturnValue) == 0x000010, "Member 'UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts::CallFunc_GetUIPlatformInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts, K2Node_Select_Default) == 0x000012, "Member 'UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts, K2Node_Select_Default_1) == 0x000013, "Member 'UI_BP_MountHUD_C_ConditionallyShowKeyboardCallouts::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MountHUD_C_ToggleExpandableCallouts \ static_assert(alignof(UI_BP_MountHUD_C_ToggleExpandableCallouts) == 0x000001, "Wrong alignment on UI_BP_MountHUD_C_ToggleExpandableCallouts"); \ static_assert(sizeof(UI_BP_MountHUD_C_ToggleExpandableCallouts) == 0x000001, "Wrong size on UI_BP_MountHUD_C_ToggleExpandableCallouts"); \ static_assert(offsetof(UI_BP_MountHUD_C_ToggleExpandableCallouts, Expand) == 0x000000, "Member 'UI_BP_MountHUD_C_ToggleExpandableCallouts::Expand' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MountHUD_C_UpdateVisibilitySetting \ static_assert(alignof(UI_BP_MountHUD_C_UpdateVisibilitySetting) == 0x000008, "Wrong alignment on UI_BP_MountHUD_C_UpdateVisibilitySetting"); \ static_assert(sizeof(UI_BP_MountHUD_C_UpdateVisibilitySetting) == 0x000030, "Wrong size on UI_BP_MountHUD_C_UpdateVisibilitySetting"); \ static_assert(offsetof(UI_BP_MountHUD_C_UpdateVisibilitySetting, Show) == 0x000000, "Member 'UI_BP_MountHUD_C_UpdateVisibilitySetting::Show' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_UpdateVisibilitySetting, TempMountComp) == 0x000008, "Member 'UI_BP_MountHUD_C_UpdateVisibilitySetting::TempMountComp' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_UpdateVisibilitySetting, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000010, "Member 'UI_BP_MountHUD_C_UpdateVisibilitySetting::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_UpdateVisibilitySetting, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'UI_BP_MountHUD_C_UpdateVisibilitySetting::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_UpdateVisibilitySetting, CallFunc_GetCharacterStateInfo_ReturnValue) == 0x000020, "Member 'UI_BP_MountHUD_C_UpdateVisibilitySetting::CallFunc_GetCharacterStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_UpdateVisibilitySetting, CallFunc_IsMounted_ReturnValue) == 0x000028, "Member 'UI_BP_MountHUD_C_UpdateVisibilitySetting::CallFunc_IsMounted_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MountHUD_C_MakeVisible \ static_assert(alignof(UI_BP_MountHUD_C_MakeVisible) == 0x000008, "Wrong alignment on UI_BP_MountHUD_C_MakeVisible"); \ static_assert(sizeof(UI_BP_MountHUD_C_MakeVisible) == 0x000020, "Wrong size on UI_BP_MountHUD_C_MakeVisible"); \ static_assert(offsetof(UI_BP_MountHUD_C_MakeVisible, FromSettingsChange) == 0x000000, "Member 'UI_BP_MountHUD_C_MakeVisible::FromSettingsChange' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_MakeVisible, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'UI_BP_MountHUD_C_MakeVisible::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_MakeVisible, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_MountHUD_C_MakeVisible::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_MakeVisible, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000010, "Member 'UI_BP_MountHUD_C_MakeVisible::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MountHUD_C_MakeVisible, CallFunc_GetShowBeastControls_ReturnValue) == 0x000018, "Member 'UI_BP_MountHUD_C_MakeVisible::CallFunc_GetShowBeastControls_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MountHUD_C \ static_assert(alignof(UUI_BP_MountHUD_C) == 0x000008, "Wrong alignment on UUI_BP_MountHUD_C"); \ static_assert(sizeof(UUI_BP_MountHUD_C) == 0x0003F8, "Wrong size on UUI_BP_MountHUD_C"); \ static_assert(offsetof(UUI_BP_MountHUD_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_MountHUD_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, HideMountHUD) == 0x0002F0, "Member 'UUI_BP_MountHUD_C::HideMountHUD' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, ShowMountHUD) == 0x0002F8, "Member 'UUI_BP_MountHUD_C::ShowMountHUD' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, ShowMountControls) == 0x000300, "Member 'UUI_BP_MountHUD_C::ShowMountControls' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, AscendDescendCallout) == 0x000308, "Member 'UUI_BP_MountHUD_C::AscendDescendCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, calloutBorder) == 0x000310, "Member 'UUI_BP_MountHUD_C::calloutBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, CalloutsBox) == 0x000318, "Member 'UUI_BP_MountHUD_C::CalloutsBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, ChargeBar) == 0x000320, "Member 'UUI_BP_MountHUD_C::ChargeBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, ChargeCallout) == 0x000328, "Member 'UUI_BP_MountHUD_C::ChargeCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, chargePanel) == 0x000330, "Member 'UUI_BP_MountHUD_C::chargePanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, collapsedCallout) == 0x000338, "Member 'UUI_BP_MountHUD_C::collapsedCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, DebugText) == 0x000340, "Member 'UUI_BP_MountHUD_C::DebugText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, DismountCallout) == 0x000348, "Member 'UUI_BP_MountHUD_C::DismountCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, EnabledBar) == 0x000350, "Member 'UUI_BP_MountHUD_C::EnabledBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, expandableCallouts) == 0x000358, "Member 'UUI_BP_MountHUD_C::expandableCallouts' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, healthProgressBar) == 0x000360, "Member 'UUI_BP_MountHUD_C::healthProgressBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, HoldGallopCallout) == 0x000368, "Member 'UUI_BP_MountHUD_C::HoldGallopCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, KeyboardGallopCallout) == 0x000370, "Member 'UUI_BP_MountHUD_C::KeyboardGallopCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, KeyboardWalkCallout) == 0x000378, "Member 'UUI_BP_MountHUD_C::KeyboardWalkCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, MountCallouts) == 0x000380, "Member 'UUI_BP_MountHUD_C::MountCallouts' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, ToggleGallopCallout) == 0x000388, "Member 'UUI_BP_MountHUD_C::ToggleGallopCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, MountComponent) == 0x000390, "Member 'UUI_BP_MountHUD_C::MountComponent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, RequestStr) == 0x000398, "Member 'UUI_BP_MountHUD_C::RequestStr' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, RefillDelayStr) == 0x0003A8, "Member 'UUI_BP_MountHUD_C::RefillDelayStr' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, AmountStr) == 0x0003B8, "Member 'UUI_BP_MountHUD_C::AmountStr' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, bShowCharge) == 0x0003C8, "Member 'UUI_BP_MountHUD_C::bShowCharge' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, ShowControlsHandle) == 0x0003D0, "Member 'UUI_BP_MountHUD_C::ShowControlsHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, InputDeviceChangedHandle) == 0x0003E0, "Member 'UUI_BP_MountHUD_C::InputDeviceChangedHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, IsWalking) == 0x0003F0, "Member 'UUI_BP_MountHUD_C::IsWalking' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MountHUD_C, IsUsingKeyboard) == 0x0003F1, "Member 'UUI_BP_MountHUD_C::IsUsingKeyboard' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_InvisibilityObject_C \ static_assert(alignof(ABP_SkinFX_InvisibilityObject_C) == 0x000008, "Wrong alignment on ABP_SkinFX_InvisibilityObject_C"); \ static_assert(sizeof(ABP_SkinFX_InvisibilityObject_C) == 0x0005D0, "Wrong size on ABP_SkinFX_InvisibilityObject_C"); \ #define DUMPER7_ASSERTS_ABP_NavLink_Climb_Biped_C \ static_assert(alignof(ABP_NavLink_Climb_Biped_C) == 0x000008, "Wrong alignment on ABP_NavLink_Climb_Biped_C"); \ static_assert(sizeof(ABP_NavLink_Climb_Biped_C) == 0x0002F0, "Wrong size on ABP_NavLink_Climb_Biped_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_MerlinPuzzleObjects_C \ static_assert(alignof(ABP_SkinFX_MerlinPuzzleObjects_C) == 0x000008, "Wrong alignment on ABP_SkinFX_MerlinPuzzleObjects_C"); \ static_assert(sizeof(ABP_SkinFX_MerlinPuzzleObjects_C) == 0x0005D0, "Wrong size on ABP_SkinFX_MerlinPuzzleObjects_C"); \ #define DUMPER7_ASSERTS_UABL_CombatCasual2Idle_C \ static_assert(alignof(UABL_CombatCasual2Idle_C) == 0x000008, "Wrong alignment on UABL_CombatCasual2Idle_C"); \ static_assert(sizeof(UABL_CombatCasual2Idle_C) == 0x0000C8, "Wrong size on UABL_CombatCasual2Idle_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Transfiguration_C \ static_assert(alignof(ABP_SkinFX_Transfiguration_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Transfiguration_C"); \ static_assert(sizeof(ABP_SkinFX_Transfiguration_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Transfiguration_C"); \ #define DUMPER7_ASSERTS_UABL_TMB_Apparate_Out_C \ static_assert(alignof(UABL_TMB_Apparate_Out_C) == 0x000008, "Wrong alignment on UABL_TMB_Apparate_Out_C"); \ static_assert(sizeof(UABL_TMB_Apparate_Out_C) == 0x0000C8, "Wrong size on UABL_TMB_Apparate_Out_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ZonkosMirror_C \ static_assert(alignof(ABP_SkinFX_ZonkosMirror_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ZonkosMirror_C"); \ static_assert(sizeof(ABP_SkinFX_ZonkosMirror_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ZonkosMirror_C"); \ #define DUMPER7_ASSERTS_UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete \ static_assert(alignof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete) == 0x000008, "Wrong alignment on UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete"); \ static_assert(sizeof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete) == 0x0000C8, "Wrong size on UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, EntryPoint) == 0x000000, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, K2Node_CustomEvent_ChallengeId) == 0x000004, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::K2Node_CustomEvent_ChallengeId' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, K2Node_CustomEvent_ChallengeCategory) == 0x00000C, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::K2Node_CustomEvent_ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, K2Node_CustomEvent_CompletedTier) == 0x000014, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::K2Node_CustomEvent_CompletedTier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, K2Node_CustomEvent_TotalTiers) == 0x000018, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::K2Node_CustomEvent_TotalTiers' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, K2Node_CustomEvent_TotalInstancesForLevel) == 0x00001C, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::K2Node_CustomEvent_TotalInstancesForLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, K2Node_MakeStruct_ChallengeNotificationData) == 0x000020, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::K2Node_MakeStruct_ChallengeNotificationData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000038, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, CallFunc_PlayAnimation_ReturnValue) == 0x000040, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, K2Node_CustomEvent_LoadedTexture) == 0x000048, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::K2Node_CustomEvent_LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, K2Node_CustomEvent_CallbackParam) == 0x000050, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::K2Node_CustomEvent_CallbackParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, CallFunc_GetUIManagerPure_ReturnValue) == 0x000058, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, K2Node_CustomEvent_Caller) == 0x000060, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, CallFunc_Greater_IntInt_ReturnValue) == 0x00006C, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, CallFunc_Conv_NameToString_ReturnValue) == 0x000070, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, K2Node_CreateDelegate_OutputDelegate) == 0x000080, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, CallFunc_PostEventAtLocation_ReturnValue) == 0x000090, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, CallFunc_HermesBindEvent_Handle) == 0x000098, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, CallFunc_Array_Add_ReturnValue) == 0x0000AC, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000B0, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete, CallFunc_AsyncFindIconTexWithCallback_ReturnValue) == 0x0000C0, "Member 'UI_BP_ChallengeComplete_C_ExecuteUbergraph_UI_BP_ChallengeComplete::CallFunc_AsyncFindIconTexWithCallback_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ChallengeComplete_C_OnShowNotification \ static_assert(alignof(UI_BP_ChallengeComplete_C_OnShowNotification) == 0x000008, "Wrong alignment on UI_BP_ChallengeComplete_C_OnShowNotification"); \ static_assert(sizeof(UI_BP_ChallengeComplete_C_OnShowNotification) == 0x000008, "Wrong size on UI_BP_ChallengeComplete_C_OnShowNotification"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_OnShowNotification, Caller) == 0x000000, "Member 'UI_BP_ChallengeComplete_C_OnShowNotification::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ChallengeComplete_C_IconLoaded \ static_assert(alignof(UI_BP_ChallengeComplete_C_IconLoaded) == 0x000008, "Wrong alignment on UI_BP_ChallengeComplete_C_IconLoaded"); \ static_assert(sizeof(UI_BP_ChallengeComplete_C_IconLoaded) == 0x000010, "Wrong size on UI_BP_ChallengeComplete_C_IconLoaded"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_IconLoaded, LoadedTexture) == 0x000000, "Member 'UI_BP_ChallengeComplete_C_IconLoaded::LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_IconLoaded, CallbackParam) == 0x000008, "Member 'UI_BP_ChallengeComplete_C_IconLoaded::CallbackParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ChallengeComplete_C_RequestChallengeComplete \ static_assert(alignof(UI_BP_ChallengeComplete_C_RequestChallengeComplete) == 0x000004, "Wrong alignment on UI_BP_ChallengeComplete_C_RequestChallengeComplete"); \ static_assert(sizeof(UI_BP_ChallengeComplete_C_RequestChallengeComplete) == 0x00001C, "Wrong size on UI_BP_ChallengeComplete_C_RequestChallengeComplete"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_RequestChallengeComplete, ChallengeID) == 0x000000, "Member 'UI_BP_ChallengeComplete_C_RequestChallengeComplete::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_RequestChallengeComplete, ChallengeCategory) == 0x000008, "Member 'UI_BP_ChallengeComplete_C_RequestChallengeComplete::ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_RequestChallengeComplete, CompletedTier) == 0x000010, "Member 'UI_BP_ChallengeComplete_C_RequestChallengeComplete::CompletedTier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_RequestChallengeComplete, TotalTiers) == 0x000014, "Member 'UI_BP_ChallengeComplete_C_RequestChallengeComplete::TotalTiers' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_RequestChallengeComplete, TotalInstancesForLevel) == 0x000018, "Member 'UI_BP_ChallengeComplete_C_RequestChallengeComplete::TotalInstancesForLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ChallengeComplete_C_PlayHideAnimation \ static_assert(alignof(UI_BP_ChallengeComplete_C_PlayHideAnimation) == 0x000008, "Wrong alignment on UI_BP_ChallengeComplete_C_PlayHideAnimation"); \ static_assert(sizeof(UI_BP_ChallengeComplete_C_PlayHideAnimation) == 0x000008, "Wrong size on UI_BP_ChallengeComplete_C_PlayHideAnimation"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_PlayHideAnimation, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_ChallengeComplete_C_PlayHideAnimation::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ChallengeComplete_C_ClearNotification \ static_assert(alignof(UI_BP_ChallengeComplete_C_ClearNotification) == 0x000008, "Wrong alignment on UI_BP_ChallengeComplete_C_ClearNotification"); \ static_assert(sizeof(UI_BP_ChallengeComplete_C_ClearNotification) == 0x000008, "Wrong size on UI_BP_ChallengeComplete_C_ClearNotification"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_ClearNotification, CallFunc_GetUIManagerPure_ReturnValue) == 0x000000, "Member 'UI_BP_ChallengeComplete_C_ClearNotification::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ChallengeComplete_C_SetChallengeDisplayText \ static_assert(alignof(UI_BP_ChallengeComplete_C_SetChallengeDisplayText) == 0x000008, "Wrong alignment on UI_BP_ChallengeComplete_C_SetChallengeDisplayText"); \ static_assert(sizeof(UI_BP_ChallengeComplete_C_SetChallengeDisplayText) == 0x0000A0, "Wrong size on UI_BP_ChallengeComplete_C_SetChallengeDisplayText"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_SetChallengeDisplayText, ChallengeID) == 0x000000, "Member 'UI_BP_ChallengeComplete_C_SetChallengeDisplayText::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_SetChallengeDisplayText, TotalRequired) == 0x000008, "Member 'UI_BP_ChallengeComplete_C_SetChallengeDisplayText::TotalRequired' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_SetChallengeDisplayText, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'UI_BP_ChallengeComplete_C_SetChallengeDisplayText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_SetChallengeDisplayText, CallFunc_Conv_NameToString_ReturnValue) == 0x000050, "Member 'UI_BP_ChallengeComplete_C_SetChallengeDisplayText::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_SetChallengeDisplayText, K2Node_MakeArray_Array) == 0x000060, "Member 'UI_BP_ChallengeComplete_C_SetChallengeDisplayText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_SetChallengeDisplayText, CallFunc_AVATranslate_ReturnValue) == 0x000070, "Member 'UI_BP_ChallengeComplete_C_SetChallengeDisplayText::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeComplete_C_SetChallengeDisplayText, CallFunc_Format_ReturnValue) == 0x000088, "Member 'UI_BP_ChallengeComplete_C_SetChallengeDisplayText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ChallengeComplete_C \ static_assert(alignof(UUI_BP_ChallengeComplete_C) == 0x000008, "Wrong alignment on UUI_BP_ChallengeComplete_C"); \ static_assert(sizeof(UUI_BP_ChallengeComplete_C) == 0x000348, "Wrong size on UUI_BP_ChallengeComplete_C"); \ static_assert(offsetof(UUI_BP_ChallengeComplete_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_ChallengeComplete_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeComplete_C, HideChallengeUnlock_Anim) == 0x0002F0, "Member 'UUI_BP_ChallengeComplete_C::HideChallengeUnlock_Anim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeComplete_C, ShowChallengeUnlock_Anim) == 0x0002F8, "Member 'UUI_BP_ChallengeComplete_C::ShowChallengeUnlock_Anim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeComplete_C, challengeIcon) == 0x000300, "Member 'UUI_BP_ChallengeComplete_C::challengeIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeComplete_C, CompleteMissionName) == 0x000308, "Member 'UUI_BP_ChallengeComplete_C::CompleteMissionName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeComplete_C, pulseCloud) == 0x000310, "Member 'UUI_BP_ChallengeComplete_C::pulseCloud' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeComplete_C, pulseRing) == 0x000318, "Member 'UUI_BP_ChallengeComplete_C::pulseRing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeComplete_C, shieldCloud) == 0x000320, "Member 'UUI_BP_ChallengeComplete_C::shieldCloud' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeComplete_C, shieldSparks_1) == 0x000328, "Member 'UUI_BP_ChallengeComplete_C::shieldSparks_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeComplete_C, Duration) == 0x000330, "Member 'UUI_BP_ChallengeComplete_C::Duration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeComplete_C, NotificationData) == 0x000338, "Member 'UUI_BP_ChallengeComplete_C::NotificationData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ApparateTravelAppearCIN_C \ static_assert(alignof(ABP_SkinFX_ApparateTravelAppearCIN_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ApparateTravelAppearCIN_C"); \ static_assert(sizeof(ABP_SkinFX_ApparateTravelAppearCIN_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ApparateTravelAppearCIN_C"); \ #define DUMPER7_ASSERTS_ABL_Dueling_HitDeath_C_ExecuteUbergraph_ABL_Dueling_HitDeath \ static_assert(alignof(ABL_Dueling_HitDeath_C_ExecuteUbergraph_ABL_Dueling_HitDeath) == 0x000008, "Wrong alignment on ABL_Dueling_HitDeath_C_ExecuteUbergraph_ABL_Dueling_HitDeath"); \ static_assert(sizeof(ABL_Dueling_HitDeath_C_ExecuteUbergraph_ABL_Dueling_HitDeath) == 0x000020, "Wrong size on ABL_Dueling_HitDeath_C_ExecuteUbergraph_ABL_Dueling_HitDeath"); \ static_assert(offsetof(ABL_Dueling_HitDeath_C_ExecuteUbergraph_ABL_Dueling_HitDeath, EntryPoint) == 0x000000, "Member 'ABL_Dueling_HitDeath_C_ExecuteUbergraph_ABL_Dueling_HitDeath::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Dueling_HitDeath_C_ExecuteUbergraph_ABL_Dueling_HitDeath, K2Node_Event_Context) == 0x000008, "Member 'ABL_Dueling_HitDeath_C_ExecuteUbergraph_ABL_Dueling_HitDeath::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Dueling_HitDeath_C_ExecuteUbergraph_ABL_Dueling_HitDeath, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Dueling_HitDeath_C_ExecuteUbergraph_ABL_Dueling_HitDeath::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Dueling_HitDeath_C_ExecuteUbergraph_ABL_Dueling_HitDeath, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_Dueling_HitDeath_C_ExecuteUbergraph_ABL_Dueling_HitDeath::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Dueling_HitDeath_C_OnAbilityStart \ static_assert(alignof(ABL_Dueling_HitDeath_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Dueling_HitDeath_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Dueling_HitDeath_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Dueling_HitDeath_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Dueling_HitDeath_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Dueling_HitDeath_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Dueling_HitDeath_C \ static_assert(alignof(UABL_Dueling_HitDeath_C) == 0x000008, "Wrong alignment on UABL_Dueling_HitDeath_C"); \ static_assert(sizeof(UABL_Dueling_HitDeath_C) == 0x0000E8, "Wrong size on UABL_Dueling_HitDeath_C"); \ static_assert(offsetof(UABL_Dueling_HitDeath_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_Dueling_HitDeath_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_PlanarDissolve_C \ static_assert(alignof(ABP_SkinFX_PlanarDissolve_C) == 0x000008, "Wrong alignment on ABP_SkinFX_PlanarDissolve_C"); \ static_assert(sizeof(ABP_SkinFX_PlanarDissolve_C) == 0x0005D0, "Wrong size on ABP_SkinFX_PlanarDissolve_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_DeathDissolve_C \ static_assert(alignof(ABP_SkinFX_DeathDissolve_C) == 0x000008, "Wrong alignment on ABP_SkinFX_DeathDissolve_C"); \ static_assert(sizeof(ABP_SkinFX_DeathDissolve_C) == 0x0005D0, "Wrong size on ABP_SkinFX_DeathDissolve_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_DisapparateHouseElfTravel_C \ static_assert(alignof(ABP_SkinFX_DisapparateHouseElfTravel_C) == 0x000008, "Wrong alignment on ABP_SkinFX_DisapparateHouseElfTravel_C"); \ static_assert(sizeof(ABP_SkinFX_DisapparateHouseElfTravel_C) == 0x0005D0, "Wrong size on ABP_SkinFX_DisapparateHouseElfTravel_C"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_FiendFyre_Death_C \ static_assert(alignof(UABL_RCT_NPC_FiendFyre_Death_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_FiendFyre_Death_C"); \ static_assert(sizeof(UABL_RCT_NPC_FiendFyre_Death_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_FiendFyre_Death_C"); \ #define DUMPER7_ASSERTS_UABL_Incarcerous_Loop_C \ static_assert(alignof(UABL_Incarcerous_Loop_C) == 0x000008, "Wrong alignment on UABL_Incarcerous_Loop_C"); \ static_assert(sizeof(UABL_Incarcerous_Loop_C) == 0x0000E0, "Wrong size on UABL_Incarcerous_Loop_C"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBannerCheckbox_C_ExecuteUbergraph_UI_BP_MissionBannerCheckbox \ static_assert(alignof(UI_BP_MissionBannerCheckbox_C_ExecuteUbergraph_UI_BP_MissionBannerCheckbox) == 0x000004, "Wrong alignment on UI_BP_MissionBannerCheckbox_C_ExecuteUbergraph_UI_BP_MissionBannerCheckbox"); \ static_assert(sizeof(UI_BP_MissionBannerCheckbox_C_ExecuteUbergraph_UI_BP_MissionBannerCheckbox) == 0x000014, "Wrong size on UI_BP_MissionBannerCheckbox_C_ExecuteUbergraph_UI_BP_MissionBannerCheckbox"); \ static_assert(offsetof(UI_BP_MissionBannerCheckbox_C_ExecuteUbergraph_UI_BP_MissionBannerCheckbox, EntryPoint) == 0x000000, "Member 'UI_BP_MissionBannerCheckbox_C_ExecuteUbergraph_UI_BP_MissionBannerCheckbox::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBannerCheckbox_C_ExecuteUbergraph_UI_BP_MissionBannerCheckbox, CallFunc_GetDesiredSize_ReturnValue) == 0x000004, "Member 'UI_BP_MissionBannerCheckbox_C_ExecuteUbergraph_UI_BP_MissionBannerCheckbox::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBannerCheckbox_C_ExecuteUbergraph_UI_BP_MissionBannerCheckbox, CallFunc_BreakVector2D_X) == 0x00000C, "Member 'UI_BP_MissionBannerCheckbox_C_ExecuteUbergraph_UI_BP_MissionBannerCheckbox::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBannerCheckbox_C_ExecuteUbergraph_UI_BP_MissionBannerCheckbox, CallFunc_BreakVector2D_Y) == 0x000010, "Member 'UI_BP_MissionBannerCheckbox_C_ExecuteUbergraph_UI_BP_MissionBannerCheckbox::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBannerCheckbox_C_SetCheckmarkData \ static_assert(alignof(UI_BP_MissionBannerCheckbox_C_SetCheckmarkData) == 0x000008, "Wrong alignment on UI_BP_MissionBannerCheckbox_C_SetCheckmarkData"); \ static_assert(sizeof(UI_BP_MissionBannerCheckbox_C_SetCheckmarkData) == 0x000048, "Wrong size on UI_BP_MissionBannerCheckbox_C_SetCheckmarkData"); \ static_assert(offsetof(UI_BP_MissionBannerCheckbox_C_SetCheckmarkData, StepText) == 0x000000, "Member 'UI_BP_MissionBannerCheckbox_C_SetCheckmarkData::StepText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBannerCheckbox_C_SetCheckmarkData, IsCompleted) == 0x000018, "Member 'UI_BP_MissionBannerCheckbox_C_SetCheckmarkData::IsCompleted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBannerCheckbox_C_SetCheckmarkData, ObjectiveIcon) == 0x000020, "Member 'UI_BP_MissionBannerCheckbox_C_SetCheckmarkData::ObjectiveIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBannerCheckbox_C_SetCheckmarkData, IconTint) == 0x000030, "Member 'UI_BP_MissionBannerCheckbox_C_SetCheckmarkData::IconTint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBannerCheckbox_C_SetCheckmarkData, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000040, "Member 'UI_BP_MissionBannerCheckbox_C_SetCheckmarkData::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBannerCheckbox_C_ShowPaper \ static_assert(alignof(UI_BP_MissionBannerCheckbox_C_ShowPaper) == 0x000001, "Wrong alignment on UI_BP_MissionBannerCheckbox_C_ShowPaper"); \ static_assert(sizeof(UI_BP_MissionBannerCheckbox_C_ShowPaper) == 0x000005, "Wrong size on UI_BP_MissionBannerCheckbox_C_ShowPaper"); \ static_assert(offsetof(UI_BP_MissionBannerCheckbox_C_ShowPaper, ShowPaper_0) == 0x000000, "Member 'UI_BP_MissionBannerCheckbox_C_ShowPaper::ShowPaper_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBannerCheckbox_C_ShowPaper, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_MissionBannerCheckbox_C_ShowPaper::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBannerCheckbox_C_ShowPaper, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_MissionBannerCheckbox_C_ShowPaper::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBannerCheckbox_C_ShowPaper, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_MissionBannerCheckbox_C_ShowPaper::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MissionBannerCheckbox_C_ShowPaper, K2Node_Select_Default) == 0x000004, "Member 'UI_BP_MissionBannerCheckbox_C_ShowPaper::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MissionBannerCheckbox_C_UpdateIconColor \ static_assert(alignof(UI_BP_MissionBannerCheckbox_C_UpdateIconColor) == 0x000004, "Wrong alignment on UI_BP_MissionBannerCheckbox_C_UpdateIconColor"); \ static_assert(sizeof(UI_BP_MissionBannerCheckbox_C_UpdateIconColor) == 0x000010, "Wrong size on UI_BP_MissionBannerCheckbox_C_UpdateIconColor"); \ static_assert(offsetof(UI_BP_MissionBannerCheckbox_C_UpdateIconColor, NewColor) == 0x000000, "Member 'UI_BP_MissionBannerCheckbox_C_UpdateIconColor::NewColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MissionBannerCheckbox_C \ static_assert(alignof(UUI_BP_MissionBannerCheckbox_C) == 0x000008, "Wrong alignment on UUI_BP_MissionBannerCheckbox_C"); \ static_assert(sizeof(UUI_BP_MissionBannerCheckbox_C) == 0x000358, "Wrong size on UUI_BP_MissionBannerCheckbox_C"); \ static_assert(offsetof(UUI_BP_MissionBannerCheckbox_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_MissionBannerCheckbox_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBannerCheckbox_C, ShowStepComplete) == 0x000330, "Member 'UUI_BP_MissionBannerCheckbox_C::ShowStepComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBannerCheckbox_C, CheckboxText) == 0x000338, "Member 'UUI_BP_MissionBannerCheckbox_C::CheckboxText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBannerCheckbox_C, CollapsableContents) == 0x000340, "Member 'UUI_BP_MissionBannerCheckbox_C::CollapsableContents' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBannerCheckbox_C, CollapsingSizeBox) == 0x000348, "Member 'UUI_BP_MissionBannerCheckbox_C::CollapsingSizeBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MissionBannerCheckbox_C, waypointIcon) == 0x000350, "Member 'UUI_BP_MissionBannerCheckbox_C::waypointIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Invisibility_C \ static_assert(alignof(ABP_SkinFX_Invisibility_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Invisibility_C"); \ static_assert(sizeof(ABP_SkinFX_Invisibility_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Invisibility_C"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle \ static_assert(alignof(UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle) == 0x000008, "Wrong alignment on UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle"); \ static_assert(sizeof(UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle) == 0x000100, "Wrong size on UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle"); \ static_assert(offsetof(UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle, EntryPoint) == 0x000000, "Member 'UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle, K2Node_Event_ResolvedSubtitle) == 0x000008, "Member 'UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle::K2Node_Event_ResolvedSubtitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle, K2Node_CustomEvent_Loaded) == 0x000018, "Member 'UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle, Temp_class_Variable) == 0x000020, "Member 'UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle::Temp_class_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x000028, "Member 'UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle, K2Node_Event_SubtitleData_1) == 0x000040, "Member 'UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle::K2Node_Event_SubtitleData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle, K2Node_Event_ResolvedSubtitle_2) == 0x000090, "Member 'UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle::K2Node_Event_ResolvedSubtitle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle, K2Node_Event_SubtitleData) == 0x0000A0, "Member 'UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle::K2Node_Event_SubtitleData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle, K2Node_Event_ResolvedSubtitle_1) == 0x0000F0, "Member 'UI_BP_Subtitle_C_ExecuteUbergraph_UI_BP_Subtitle::K2Node_Event_ResolvedSubtitle_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_C_BPUpdateStandaloneSubtitle \ static_assert(alignof(UI_BP_Subtitle_C_BPUpdateStandaloneSubtitle) == 0x000008, "Wrong alignment on UI_BP_Subtitle_C_BPUpdateStandaloneSubtitle"); \ static_assert(sizeof(UI_BP_Subtitle_C_BPUpdateStandaloneSubtitle) == 0x000010, "Wrong size on UI_BP_Subtitle_C_BPUpdateStandaloneSubtitle"); \ static_assert(offsetof(UI_BP_Subtitle_C_BPUpdateStandaloneSubtitle, ResolvedSubtitle) == 0x000000, "Member 'UI_BP_Subtitle_C_BPUpdateStandaloneSubtitle::ResolvedSubtitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_C_BPAddStandaloneSubtitle \ static_assert(alignof(UI_BP_Subtitle_C_BPAddStandaloneSubtitle) == 0x000008, "Wrong alignment on UI_BP_Subtitle_C_BPAddStandaloneSubtitle"); \ static_assert(sizeof(UI_BP_Subtitle_C_BPAddStandaloneSubtitle) == 0x000010, "Wrong size on UI_BP_Subtitle_C_BPAddStandaloneSubtitle"); \ static_assert(offsetof(UI_BP_Subtitle_C_BPAddStandaloneSubtitle, ResolvedSubtitle) == 0x000000, "Member 'UI_BP_Subtitle_C_BPAddStandaloneSubtitle::ResolvedSubtitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_C_BPRemoveSubtitleEvent \ static_assert(alignof(UI_BP_Subtitle_C_BPRemoveSubtitleEvent) == 0x000008, "Wrong alignment on UI_BP_Subtitle_C_BPRemoveSubtitleEvent"); \ static_assert(sizeof(UI_BP_Subtitle_C_BPRemoveSubtitleEvent) == 0x000050, "Wrong size on UI_BP_Subtitle_C_BPRemoveSubtitleEvent"); \ static_assert(offsetof(UI_BP_Subtitle_C_BPRemoveSubtitleEvent, SubtitleData) == 0x000000, "Member 'UI_BP_Subtitle_C_BPRemoveSubtitleEvent::SubtitleData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_C_BPAddSubtitleEvent \ static_assert(alignof(UI_BP_Subtitle_C_BPAddSubtitleEvent) == 0x000008, "Wrong alignment on UI_BP_Subtitle_C_BPAddSubtitleEvent"); \ static_assert(sizeof(UI_BP_Subtitle_C_BPAddSubtitleEvent) == 0x000060, "Wrong size on UI_BP_Subtitle_C_BPAddSubtitleEvent"); \ static_assert(offsetof(UI_BP_Subtitle_C_BPAddSubtitleEvent, SubtitleData) == 0x000000, "Member 'UI_BP_Subtitle_C_BPAddSubtitleEvent::SubtitleData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_BPAddSubtitleEvent, ResolvedSubtitle) == 0x000050, "Member 'UI_BP_Subtitle_C_BPAddSubtitleEvent::ResolvedSubtitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(UI_BP_Subtitle_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on UI_BP_Subtitle_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(UI_BP_Subtitle_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on UI_BP_Subtitle_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(UI_BP_Subtitle_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'UI_BP_Subtitle_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_C_OnLoaded_1643F56B420F3870192A8DBF8E43830F \ static_assert(alignof(UI_BP_Subtitle_C_OnLoaded_1643F56B420F3870192A8DBF8E43830F) == 0x000008, "Wrong alignment on UI_BP_Subtitle_C_OnLoaded_1643F56B420F3870192A8DBF8E43830F"); \ static_assert(sizeof(UI_BP_Subtitle_C_OnLoaded_1643F56B420F3870192A8DBF8E43830F) == 0x000008, "Wrong size on UI_BP_Subtitle_C_OnLoaded_1643F56B420F3870192A8DBF8E43830F"); \ static_assert(offsetof(UI_BP_Subtitle_C_OnLoaded_1643F56B420F3870192A8DBF8E43830F, Loaded) == 0x000000, "Member 'UI_BP_Subtitle_C_OnLoaded_1643F56B420F3870192A8DBF8E43830F::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_C_RemovefromSubtitleBox \ static_assert(alignof(UI_BP_Subtitle_C_RemovefromSubtitleBox) == 0x000008, "Wrong alignment on UI_BP_Subtitle_C_RemovefromSubtitleBox"); \ static_assert(sizeof(UI_BP_Subtitle_C_RemovefromSubtitleBox) == 0x000070, "Wrong size on UI_BP_Subtitle_C_RemovefromSubtitleBox"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemovefromSubtitleBox, subTitle) == 0x000000, "Member 'UI_BP_Subtitle_C_RemovefromSubtitleBox::subTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemovefromSubtitleBox, K2Node_DynamicCast_AsUI_BP_Subtitle_Element) == 0x000050, "Member 'UI_BP_Subtitle_C_RemovefromSubtitleBox::K2Node_DynamicCast_AsUI_BP_Subtitle_Element' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemovefromSubtitleBox, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'UI_BP_Subtitle_C_RemovefromSubtitleBox::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemovefromSubtitleBox, CallFunc_RemoveChild_ReturnValue) == 0x000059, "Member 'UI_BP_Subtitle_C_RemovefromSubtitleBox::CallFunc_RemoveChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemovefromSubtitleBox, CallFunc_Map_Remove_ReturnValue) == 0x00005A, "Member 'UI_BP_Subtitle_C_RemovefromSubtitleBox::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemovefromSubtitleBox, CallFunc_HasChild_ReturnValue) == 0x00005B, "Member 'UI_BP_Subtitle_C_RemovefromSubtitleBox::CallFunc_HasChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemovefromSubtitleBox, CallFunc_RemoveChild_ReturnValue_1) == 0x00005C, "Member 'UI_BP_Subtitle_C_RemovefromSubtitleBox::CallFunc_RemoveChild_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemovefromSubtitleBox, CallFunc_HasChild_ReturnValue_1) == 0x00005D, "Member 'UI_BP_Subtitle_C_RemovefromSubtitleBox::CallFunc_HasChild_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemovefromSubtitleBox, CallFunc_Map_Find_Value) == 0x000060, "Member 'UI_BP_Subtitle_C_RemovefromSubtitleBox::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemovefromSubtitleBox, CallFunc_Map_Find_ReturnValue) == 0x000068, "Member 'UI_BP_Subtitle_C_RemovefromSubtitleBox::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel \ static_assert(alignof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel) == 0x000008, "Wrong alignment on UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel"); \ static_assert(sizeof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel) == 0x0001B8, "Wrong size on UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, InSubtitleData) == 0x000000, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::InSubtitleData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, ResolvedSubtitle) == 0x000050, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::ResolvedSubtitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, TranslatedString) == 0x000060, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::TranslatedString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_Conv_StringToText_ReturnValue) == 0x000070, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_Not_PreBool_ReturnValue) == 0x000088, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, Temp_int_Array_Index_Variable) == 0x00008C, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, K2Node_DynamicCast_AsUI_BPI_Subtitle_Interface) == 0x000090, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::K2Node_DynamicCast_AsUI_BPI_Subtitle_Interface' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_GetAudioPriorityCutoff_ReturnValue) == 0x0000A4, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_GetAudioPriorityCutoff_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_Conv_TextToString_ReturnValue) == 0x0000A8, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_Conv_IntToByte_ReturnValue) == 0x0000B8, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, K2Node_DynamicCast_AsUI_BPI_Subtitle_Interface_1) == 0x0000C0, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::K2Node_DynamicCast_AsUI_BPI_Subtitle_Interface_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x0000D8, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_GetRichText_NewParam) == 0x0000E0, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_GetRichText_NewParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_Less_ByteByte_ReturnValue) == 0x0000E8, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_Less_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_GetAllChildren_ReturnValue) == 0x0000F0, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_Array_Get_Item) == 0x000100, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_Array_Length_ReturnValue) == 0x000108, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, K2Node_DynamicCast_AsUI_BP_Subtitle_Element) == 0x000110, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::K2Node_DynamicCast_AsUI_BP_Subtitle_Element' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, K2Node_DynamicCast_bSuccess_2) == 0x000118, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, K2Node_ClassDynamicCast_AsUser_Widget) == 0x000120, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::K2Node_ClassDynamicCast_AsUser_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, K2Node_ClassDynamicCast_bSuccess) == 0x000128, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_GetPlayerController_ReturnValue) == 0x000130, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_Create_ReturnValue) == 0x000138, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, K2Node_CreateDelegate_OutputDelegate) == 0x000140, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000150, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, K2Node_CreateDelegate_OutputDelegate_1) == 0x000158, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, K2Node_DynamicCast_AsSubtitle_Element) == 0x000168, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::K2Node_DynamicCast_AsSubtitle_Element' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, K2Node_DynamicCast_bSuccess_3) == 0x000170, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, Temp_string_Variable) == 0x000178, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_Array_Add_ReturnValue) == 0x000188, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, Temp_int_Loop_Counter_Variable) == 0x00018C, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_Less_IntInt_ReturnValue) == 0x000190, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_EqualEqual_StriStri_ReturnValue) == 0x000191, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_EqualEqual_StriStri_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000198, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0001A0, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_Add_IntInt_ReturnValue) == 0x0001A4, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_Array_Add_ReturnValue_1) == 0x0001A8, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel, CallFunc_AddChildToVerticalBox_ReturnValue_1) == 0x0001B0, "Member 'UI_BP_Subtitle_C_Add_Resolved_Subtitle_to_Panel::CallFunc_AddChildToVerticalBox_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_C_RemoveAllFromSubtitleBox \ static_assert(alignof(UI_BP_Subtitle_C_RemoveAllFromSubtitleBox) == 0x000008, "Wrong alignment on UI_BP_Subtitle_C_RemoveAllFromSubtitleBox"); \ static_assert(sizeof(UI_BP_Subtitle_C_RemoveAllFromSubtitleBox) == 0x000058, "Wrong size on UI_BP_Subtitle_C_RemoveAllFromSubtitleBox"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemoveAllFromSubtitleBox, Temp_int_Array_Index_Variable) == 0x000000, "Member 'UI_BP_Subtitle_C_RemoveAllFromSubtitleBox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemoveAllFromSubtitleBox, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'UI_BP_Subtitle_C_RemoveAllFromSubtitleBox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemoveAllFromSubtitleBox, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_Subtitle_C_RemoveAllFromSubtitleBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemoveAllFromSubtitleBox, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'UI_BP_Subtitle_C_RemoveAllFromSubtitleBox::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemoveAllFromSubtitleBox, CallFunc_Array_Get_Item) == 0x000020, "Member 'UI_BP_Subtitle_C_RemoveAllFromSubtitleBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemoveAllFromSubtitleBox, CallFunc_GetAllChildren_ReturnValue_1) == 0x000028, "Member 'UI_BP_Subtitle_C_RemoveAllFromSubtitleBox::CallFunc_GetAllChildren_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemoveAllFromSubtitleBox, K2Node_DynamicCast_AsUI_BP_Subtitle_Element) == 0x000038, "Member 'UI_BP_Subtitle_C_RemoveAllFromSubtitleBox::K2Node_DynamicCast_AsUI_BP_Subtitle_Element' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemoveAllFromSubtitleBox, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'UI_BP_Subtitle_C_RemoveAllFromSubtitleBox::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemoveAllFromSubtitleBox, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'UI_BP_Subtitle_C_RemoveAllFromSubtitleBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemoveAllFromSubtitleBox, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'UI_BP_Subtitle_C_RemoveAllFromSubtitleBox::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemoveAllFromSubtitleBox, CallFunc_Array_Length_ReturnValue_1) == 0x00004C, "Member 'UI_BP_Subtitle_C_RemoveAllFromSubtitleBox::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_RemoveAllFromSubtitleBox, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'UI_BP_Subtitle_C_RemoveAllFromSubtitleBox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_C_UpdateStandaloneSubtitle \ static_assert(alignof(UI_BP_Subtitle_C_UpdateStandaloneSubtitle) == 0x000008, "Wrong alignment on UI_BP_Subtitle_C_UpdateStandaloneSubtitle"); \ static_assert(sizeof(UI_BP_Subtitle_C_UpdateStandaloneSubtitle) == 0x000050, "Wrong size on UI_BP_Subtitle_C_UpdateStandaloneSubtitle"); \ static_assert(offsetof(UI_BP_Subtitle_C_UpdateStandaloneSubtitle, InputResolvedSubtitle) == 0x000000, "Member 'UI_BP_Subtitle_C_UpdateStandaloneSubtitle::InputResolvedSubtitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_UpdateStandaloneSubtitle, CallFunc_GetChildAt_ReturnValue) == 0x000010, "Member 'UI_BP_Subtitle_C_UpdateStandaloneSubtitle::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_UpdateStandaloneSubtitle, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'UI_BP_Subtitle_C_UpdateStandaloneSubtitle::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_UpdateStandaloneSubtitle, K2Node_DynamicCast_AsUI_BP_Subtitle_Element) == 0x000028, "Member 'UI_BP_Subtitle_C_UpdateStandaloneSubtitle::K2Node_DynamicCast_AsUI_BP_Subtitle_Element' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_UpdateStandaloneSubtitle, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'UI_BP_Subtitle_C_UpdateStandaloneSubtitle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_UpdateStandaloneSubtitle, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'UI_BP_Subtitle_C_UpdateStandaloneSubtitle::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_UpdateStandaloneSubtitle, CallFunc_SetRichText_self_CastInput) == 0x000038, "Member 'UI_BP_Subtitle_C_UpdateStandaloneSubtitle::CallFunc_SetRichText_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_C_UpdateStandaloneSubtitle, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000048, "Member 'UI_BP_Subtitle_C_UpdateStandaloneSubtitle::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_C_AddStandaloneSubtitle \ static_assert(alignof(UI_BP_Subtitle_C_AddStandaloneSubtitle) == 0x000008, "Wrong alignment on UI_BP_Subtitle_C_AddStandaloneSubtitle"); \ static_assert(sizeof(UI_BP_Subtitle_C_AddStandaloneSubtitle) == 0x000010, "Wrong size on UI_BP_Subtitle_C_AddStandaloneSubtitle"); \ static_assert(offsetof(UI_BP_Subtitle_C_AddStandaloneSubtitle, InputResolvedSubtitle) == 0x000000, "Member 'UI_BP_Subtitle_C_AddStandaloneSubtitle::InputResolvedSubtitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Subtitle_C \ static_assert(alignof(UUI_BP_Subtitle_C) == 0x000008, "Wrong alignment on UUI_BP_Subtitle_C"); \ static_assert(sizeof(UUI_BP_Subtitle_C) == 0x000478, "Wrong size on UUI_BP_Subtitle_C"); \ static_assert(offsetof(UUI_BP_Subtitle_C, UberGraphFrame) == 0x000320, "Member 'UUI_BP_Subtitle_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_C, Subtitle_Name) == 0x000328, "Member 'UUI_BP_Subtitle_C::Subtitle_Name' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_C, Subtitle_LineID) == 0x000338, "Member 'UUI_BP_Subtitle_C::Subtitle_LineID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_C, StringOutput) == 0x000348, "Member 'UUI_BP_Subtitle_C::StringOutput' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_C, SubtitleElementClass) == 0x000360, "Member 'UUI_BP_Subtitle_C::SubtitleElementClass' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_C, Effort_LineID) == 0x000368, "Member 'UUI_BP_Subtitle_C::Effort_LineID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_C, DebugKey) == 0x000378, "Member 'UUI_BP_Subtitle_C::DebugKey' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_C, SubtitleElementInstance) == 0x000388, "Member 'UUI_BP_Subtitle_C::SubtitleElementInstance' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_C, BPSubtitleElementInstance) == 0x000390, "Member 'UUI_BP_Subtitle_C::BPSubtitleElementInstance' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_C, UserWidgetInstance) == 0x000398, "Member 'UUI_BP_Subtitle_C::UserWidgetInstance' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_C, SubtitleGray) == 0x0003A0, "Member 'UUI_BP_Subtitle_C::SubtitleGray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_C, bStandaloneSubtitle) == 0x0003C8, "Member 'UUI_BP_Subtitle_C::bStandaloneSubtitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_C, SubtitleHighPriorityMap) == 0x0003D0, "Member 'UUI_BP_Subtitle_C::SubtitleHighPriorityMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_C, SubtitleElementMap) == 0x000420, "Member 'UUI_BP_Subtitle_C::SubtitleElementMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_C, RemoveSubtitleElement) == 0x000470, "Member 'UUI_BP_Subtitle_C::RemoveSubtitleElement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_LookAhead_HippogriffFlight_C \ static_assert(alignof(UBP_LookAhead_HippogriffFlight_C) == 0x000008, "Wrong alignment on UBP_LookAhead_HippogriffFlight_C"); \ static_assert(sizeof(UBP_LookAhead_HippogriffFlight_C) == 0x000300, "Wrong size on UBP_LookAhead_HippogriffFlight_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Glow_C \ static_assert(alignof(ABP_SkinFX_Glow_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Glow_C"); \ static_assert(sizeof(ABP_SkinFX_Glow_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Glow_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ApparateRkwdCin_C \ static_assert(alignof(ABP_SkinFX_ApparateRkwdCin_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ApparateRkwdCin_C"); \ static_assert(sizeof(ABP_SkinFX_ApparateRkwdCin_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ApparateRkwdCin_C"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character \ static_assert(alignof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character"); \ static_assert(sizeof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character) == 0x0006A0, "Wrong size on BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, EntryPoint) == 0x000000, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, Temp_struct_Variable) == 0x000008, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, Temp_delegate_Variable) == 0x000018, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, Temp_struct_Variable_1) == 0x000028, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_CreateDelegate_OutputDelegate) == 0x000078, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_SpellTool_7) == 0x000088, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_SpellTool_7' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_ThrowDirection) == 0x000090, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_ThrowDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_ThrowVelocity_3) == 0x00009C, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_ThrowVelocity_3' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_AngularVelocity) == 0x0000A8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_AngularVelocity' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Target_2) == 0x0000B4, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Target_2' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_18) == 0x0000C0, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_18' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_DataAssets_5) == 0x0000C8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_DataAssets_5' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Impact_6) == 0x0000D8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Impact_6' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_17) == 0x0000F8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_17' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_InitiatedByPlayer_1) == 0x000100, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_InitiatedByPlayer_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_InitiatedByPlayer) == 0x000101, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_InitiatedByPlayer' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_16) == 0x000108, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_16' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_SpellTool_6) == 0x000110, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_SpellTool_6' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_15) == 0x000118, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_15' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_DataAssets_4) == 0x000120, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_DataAssets_4' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_14) == 0x000130, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_14' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_damageAmount) == 0x000138, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_damageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_hitLocation_3) == 0x00013C, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_hitLocation_3' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_hitDirection_3) == 0x000148, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_hitDirection_3' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_primComp_1) == 0x000158, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_primComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_MunitionTagContainer) == 0x000160, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_13) == 0x000180, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_13' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Velocity) == 0x000188, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_RepairComponent_2) == 0x000198, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_RepairComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_GeometryCollectionComponent_2) == 0x0001A0, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_GeometryCollectionComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_impulseStr_2) == 0x0001A8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_impulseStr_2' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Radius_2) == 0x0001AC, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Radius_2' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_hitLocation_2) == 0x0001B0, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_hitLocation_2' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_hitDirection_2) == 0x0001BC, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_hitDirection_2' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_RepairComponent_1) == 0x0001C8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_RepairComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_GeometryCollectionComponent_1) == 0x0001D0, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_GeometryCollectionComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_impulseStr_1) == 0x0001D8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_impulseStr_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Radius_1) == 0x0001DC, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Radius_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_hitLocation_1) == 0x0001E0, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_hitLocation_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_hitDirection_1) == 0x0001EC, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_hitDirection_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_RepairComponent) == 0x0001F8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_RepairComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_GeometryCollectionComponent) == 0x000200, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_impulseStr) == 0x000208, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_impulseStr' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Radius) == 0x00020C, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Radius' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_hitLocation) == 0x000210, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_hitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_hitDirection) == 0x00021C, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_hitDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_bCompletelyBroken) == 0x000228, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_bCompletelyBroken' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_healAmount) == 0x00022C, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_healAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_primComp) == 0x000230, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_primComp' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_12) == 0x000238, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_12' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_11) == 0x000240, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_11' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_10) == 0x000248, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_10' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_ThrowVelocity_2) == 0x000250, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_ThrowVelocity_2' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Target_1) == 0x00025C, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Target_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_9) == 0x000268, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_9' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_DataAssets_3) == 0x000270, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_DataAssets_3' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Impact_5) == 0x000280, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Impact_5' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_SpellTool_5) == 0x0002A0, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_SpellTool_5' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_8) == 0x0002A8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_8' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_SpellToolRecord_3) == 0x0002B0, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_SpellToolRecord_3' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_SpellType_3) == 0x0002B8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_SpellType_3' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Hit_1) == 0x0002C0, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_ImpactDirection_1) == 0x000348, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_ImpactDirection_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_SpellTool_4) == 0x000358, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_SpellTool_4' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_ThrowVelocity_1) == 0x000360, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_ThrowVelocity_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Target) == 0x00036C, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_7) == 0x000378, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_7' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_DataAssets_2) == 0x000380, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_DataAssets_2' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Impact_4) == 0x000390, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Impact_4' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_CustomEvent_Name) == 0x0003B0, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_CustomEvent_Name' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_SwitchName_CmpSuccess) == 0x0003B8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_IsSpawnFinished_ReturnValue) == 0x0003B9, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_IsSpawnFinished_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_SpawnEmitterAttached_ReturnValue) == 0x0003C0, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_SpawnEmitterAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_IsValid_ReturnValue) == 0x0003C8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_SpellTool_3) == 0x0003D0, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_SpellTool_3' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_6) == 0x0003D8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_6' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_ThrowVelocity) == 0x0003E0, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_ThrowVelocity' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_DataAssets_1) == 0x0003F0, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_DataAssets_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Impact_3) == 0x000400, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Impact_3' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_CustomEvent_Target) == 0x000420, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_CustomEvent_Target' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_CustomEvent_InHealthChange) == 0x000428, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_CustomEvent_InHealthChange' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_CustomEvent_bIndicateHUD) == 0x00042C, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_CustomEvent_bIndicateHUD' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000430, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_CreateDelegate_OutputDelegate_1) == 0x000438, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_5) == 0x000448, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_5' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_TransitioningToWingardium) == 0x000450, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_TransitioningToWingardium' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_CustomEvent_pActor) == 0x000458, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_CustomEvent_pActor' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000460, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_IsDead_ReturnValue) == 0x000461, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_IsDead_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_SpellTool_2) == 0x000468, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_SpellTool_2' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_4) == 0x000470, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_4' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_SpellToolRecord_2) == 0x000478, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_SpellToolRecord_2' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_SpellType_2) == 0x000480, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_SpellType_2' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Impact_2) == 0x000488, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Impact_2' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_MunitionLocation) == 0x0004A8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_MunitionLocation' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_GetShowDamage_ReturnValue) == 0x0004B4, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_GetShowDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_GetObjectStateInfo_ReturnValue_1) == 0x0004B8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_GetObjectStateInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_BooleanAND_ReturnValue) == 0x0004C0, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_SpellTool_1) == 0x0004C8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_SpellTool_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_3) == 0x0004D0, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_3' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_SpellToolRecord_1) == 0x0004D8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_SpellToolRecord_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_SpellType_1) == 0x0004E0, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_SpellType_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Impact_1) == 0x0004E8, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Impact_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_CustomEvent_State) == 0x000508, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_CustomEvent_State' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_PostEvent_ReturnValue) == 0x00050C, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_SwitchEnum_CmpSuccess) == 0x000510, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_SpellTool) == 0x000518, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_2) == 0x000520, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_2' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_DataAssets) == 0x000528, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_SpellToolRecord) == 0x000538, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_SpellType) == 0x000540, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Impact) == 0x000548, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Impact' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Hit) == 0x000568, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_ImpactDirection) == 0x0005F0, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator_1) == 0x000600, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_ArrestoMomentumComponent_1) == 0x000608, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_ArrestoMomentumComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_CreateDelegate_OutputDelegate_2) == 0x000610, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_Instigator) == 0x000620, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_Instigator' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_ArrestoMomentumComponent) == 0x000628, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_ArrestoMomentumComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_Event_TimeDilation) == 0x000630, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_Event_TimeDilation' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_IsCompanion_ReturnValue) == 0x000634, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_IsCompanion_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_Not_PreBool_ReturnValue) == 0x000635, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_ActorStartSkinFXWithInitialParameters_skinFXComponent) == 0x000638, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_ActorStartSkinFXWithInitialParameters_skinFXComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_BooleanAND_ReturnValue_1) == 0x000640, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_GetActorBounds_Origin) == 0x000644, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_GetActorBounds_BoxExtent) == 0x000650, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_Add_VectorVector_ReturnValue) == 0x00065C, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, K2Node_CreateDelegate_OutputDelegate_3) == 0x000668, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000678, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000684, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_Vector_Distance_ReturnValue) == 0x000690, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000698, "Member 'BP_Enemy_Character_C_ExecuteUbergraph_BP_Enemy_Character::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnArrestoMomentumBegin \ static_assert(alignof(BP_Enemy_Character_C_OnArrestoMomentumBegin) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnArrestoMomentumBegin"); \ static_assert(sizeof(BP_Enemy_Character_C_OnArrestoMomentumBegin) == 0x000018, "Wrong size on BP_Enemy_Character_C_OnArrestoMomentumBegin"); \ static_assert(offsetof(BP_Enemy_Character_C_OnArrestoMomentumBegin, Instigator_0) == 0x000000, "Member 'BP_Enemy_Character_C_OnArrestoMomentumBegin::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnArrestoMomentumBegin, ArrestoMomentumComponent) == 0x000008, "Member 'BP_Enemy_Character_C_OnArrestoMomentumBegin::ArrestoMomentumComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnArrestoMomentumBegin, TimeDilation) == 0x000010, "Member 'BP_Enemy_Character_C_OnArrestoMomentumBegin::TimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnArrestoMomentumEnd \ static_assert(alignof(BP_Enemy_Character_C_OnArrestoMomentumEnd) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnArrestoMomentumEnd"); \ static_assert(sizeof(BP_Enemy_Character_C_OnArrestoMomentumEnd) == 0x000010, "Wrong size on BP_Enemy_Character_C_OnArrestoMomentumEnd"); \ static_assert(offsetof(BP_Enemy_Character_C_OnArrestoMomentumEnd, Instigator_0) == 0x000000, "Member 'BP_Enemy_Character_C_OnArrestoMomentumEnd::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnArrestoMomentumEnd, ArrestoMomentumComponent) == 0x000008, "Member 'BP_Enemy_Character_C_OnArrestoMomentumEnd::ArrestoMomentumComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnAffectedBySpell \ static_assert(alignof(BP_Enemy_Character_C_OnAffectedBySpell) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnAffectedBySpell"); \ static_assert(sizeof(BP_Enemy_Character_C_OnAffectedBySpell) == 0x0000E8, "Wrong size on BP_Enemy_Character_C_OnAffectedBySpell"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAffectedBySpell, SpellTool) == 0x000000, "Member 'BP_Enemy_Character_C_OnAffectedBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAffectedBySpell, Instigator_0) == 0x000008, "Member 'BP_Enemy_Character_C_OnAffectedBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAffectedBySpell, DataAssets) == 0x000010, "Member 'BP_Enemy_Character_C_OnAffectedBySpell::DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAffectedBySpell, SpellToolRecord) == 0x000020, "Member 'BP_Enemy_Character_C_OnAffectedBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAffectedBySpell, SpellType) == 0x000028, "Member 'BP_Enemy_Character_C_OnAffectedBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAffectedBySpell, Impact) == 0x000030, "Member 'BP_Enemy_Character_C_OnAffectedBySpell::Impact' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAffectedBySpell, Hit) == 0x000050, "Member 'BP_Enemy_Character_C_OnAffectedBySpell::Hit' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAffectedBySpell, ImpactDirection) == 0x0000D8, "Member 'BP_Enemy_Character_C_OnAffectedBySpell::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_AudioStateHeartbeat \ static_assert(alignof(BP_Enemy_Character_C_AudioStateHeartbeat) == 0x000001, "Wrong alignment on BP_Enemy_Character_C_AudioStateHeartbeat"); \ static_assert(sizeof(BP_Enemy_Character_C_AudioStateHeartbeat) == 0x000001, "Wrong size on BP_Enemy_Character_C_AudioStateHeartbeat"); \ static_assert(offsetof(BP_Enemy_Character_C_AudioStateHeartbeat, State) == 0x000000, "Member 'BP_Enemy_Character_C_AudioStateHeartbeat::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnAffectedBySpellEnd \ static_assert(alignof(BP_Enemy_Character_C_OnAffectedBySpellEnd) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnAffectedBySpellEnd"); \ static_assert(sizeof(BP_Enemy_Character_C_OnAffectedBySpellEnd) == 0x000040, "Wrong size on BP_Enemy_Character_C_OnAffectedBySpellEnd"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAffectedBySpellEnd, SpellTool) == 0x000000, "Member 'BP_Enemy_Character_C_OnAffectedBySpellEnd::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAffectedBySpellEnd, Instigator_0) == 0x000008, "Member 'BP_Enemy_Character_C_OnAffectedBySpellEnd::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAffectedBySpellEnd, SpellToolRecord) == 0x000010, "Member 'BP_Enemy_Character_C_OnAffectedBySpellEnd::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAffectedBySpellEnd, SpellType) == 0x000018, "Member 'BP_Enemy_Character_C_OnAffectedBySpellEnd::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAffectedBySpellEnd, Impact) == 0x000020, "Member 'BP_Enemy_Character_C_OnAffectedBySpellEnd::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnOverlappedBySpell \ static_assert(alignof(BP_Enemy_Character_C_OnOverlappedBySpell) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnOverlappedBySpell"); \ static_assert(sizeof(BP_Enemy_Character_C_OnOverlappedBySpell) == 0x000050, "Wrong size on BP_Enemy_Character_C_OnOverlappedBySpell"); \ static_assert(offsetof(BP_Enemy_Character_C_OnOverlappedBySpell, SpellTool) == 0x000000, "Member 'BP_Enemy_Character_C_OnOverlappedBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnOverlappedBySpell, Instigator_0) == 0x000008, "Member 'BP_Enemy_Character_C_OnOverlappedBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnOverlappedBySpell, SpellToolRecord) == 0x000010, "Member 'BP_Enemy_Character_C_OnOverlappedBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnOverlappedBySpell, SpellType) == 0x000018, "Member 'BP_Enemy_Character_C_OnOverlappedBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnOverlappedBySpell, Impact) == 0x000020, "Member 'BP_Enemy_Character_C_OnOverlappedBySpell::Impact' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnOverlappedBySpell, MunitionLocation) == 0x000040, "Member 'BP_Enemy_Character_C_OnOverlappedBySpell::MunitionLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_SpawnFinished \ static_assert(alignof(BP_Enemy_Character_C_SpawnFinished) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_SpawnFinished"); \ static_assert(sizeof(BP_Enemy_Character_C_SpawnFinished) == 0x000008, "Wrong size on BP_Enemy_Character_C_SpawnFinished"); \ static_assert(offsetof(BP_Enemy_Character_C_SpawnFinished, pActor) == 0x000000, "Member 'BP_Enemy_Character_C_SpawnFinished::pActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnAccioEnd \ static_assert(alignof(BP_Enemy_Character_C_OnAccioEnd) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnAccioEnd"); \ static_assert(sizeof(BP_Enemy_Character_C_OnAccioEnd) == 0x000010, "Wrong size on BP_Enemy_Character_C_OnAccioEnd"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAccioEnd, Instigator_0) == 0x000000, "Member 'BP_Enemy_Character_C_OnAccioEnd::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAccioEnd, TransitioningToWingardium) == 0x000008, "Member 'BP_Enemy_Character_C_OnAccioEnd::TransitioningToWingardium' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_NPC_Health_HUD_Event \ static_assert(alignof(BP_Enemy_Character_C_NPC_Health_HUD_Event) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_NPC_Health_HUD_Event"); \ static_assert(sizeof(BP_Enemy_Character_C_NPC_Health_HUD_Event) == 0x000010, "Wrong size on BP_Enemy_Character_C_NPC_Health_HUD_Event"); \ static_assert(offsetof(BP_Enemy_Character_C_NPC_Health_HUD_Event, Target) == 0x000000, "Member 'BP_Enemy_Character_C_NPC_Health_HUD_Event::Target' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_NPC_Health_HUD_Event, InHealthChange) == 0x000008, "Member 'BP_Enemy_Character_C_NPC_Health_HUD_Event::InHealthChange' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_NPC_Health_HUD_Event, bIndicateHUD) == 0x00000C, "Member 'BP_Enemy_Character_C_NPC_Health_HUD_Event::bIndicateHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnAccioThrow \ static_assert(alignof(BP_Enemy_Character_C_OnAccioThrow) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnAccioThrow"); \ static_assert(sizeof(BP_Enemy_Character_C_OnAccioThrow) == 0x000050, "Wrong size on BP_Enemy_Character_C_OnAccioThrow"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAccioThrow, SpellTool) == 0x000000, "Member 'BP_Enemy_Character_C_OnAccioThrow::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAccioThrow, Instigator_0) == 0x000008, "Member 'BP_Enemy_Character_C_OnAccioThrow::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAccioThrow, ThrowVelocity) == 0x000010, "Member 'BP_Enemy_Character_C_OnAccioThrow::ThrowVelocity' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAccioThrow, DataAssets) == 0x000020, "Member 'BP_Enemy_Character_C_OnAccioThrow::DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnAccioThrow, Impact) == 0x000030, "Member 'BP_Enemy_Character_C_OnAccioThrow::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_AnimEvent \ static_assert(alignof(BP_Enemy_Character_C_AnimEvent) == 0x000004, "Wrong alignment on BP_Enemy_Character_C_AnimEvent"); \ static_assert(sizeof(BP_Enemy_Character_C_AnimEvent) == 0x000008, "Wrong size on BP_Enemy_Character_C_AnimEvent"); \ static_assert(offsetof(BP_Enemy_Character_C_AnimEvent, Name_0) == 0x000000, "Member 'BP_Enemy_Character_C_AnimEvent::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnDepulsoThrow \ static_assert(alignof(BP_Enemy_Character_C_OnDepulsoThrow) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnDepulsoThrow"); \ static_assert(sizeof(BP_Enemy_Character_C_OnDepulsoThrow) == 0x000058, "Wrong size on BP_Enemy_Character_C_OnDepulsoThrow"); \ static_assert(offsetof(BP_Enemy_Character_C_OnDepulsoThrow, SpellTool) == 0x000000, "Member 'BP_Enemy_Character_C_OnDepulsoThrow::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnDepulsoThrow, ThrowVelocity) == 0x000008, "Member 'BP_Enemy_Character_C_OnDepulsoThrow::ThrowVelocity' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnDepulsoThrow, Target) == 0x000014, "Member 'BP_Enemy_Character_C_OnDepulsoThrow::Target' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnDepulsoThrow, Instigator_0) == 0x000020, "Member 'BP_Enemy_Character_C_OnDepulsoThrow::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnDepulsoThrow, DataAssets) == 0x000028, "Member 'BP_Enemy_Character_C_OnDepulsoThrow::DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnDepulsoThrow, Impact) == 0x000038, "Member 'BP_Enemy_Character_C_OnDepulsoThrow::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnHitBySpell \ static_assert(alignof(BP_Enemy_Character_C_OnHitBySpell) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnHitBySpell"); \ static_assert(sizeof(BP_Enemy_Character_C_OnHitBySpell) == 0x0000B8, "Wrong size on BP_Enemy_Character_C_OnHitBySpell"); \ static_assert(offsetof(BP_Enemy_Character_C_OnHitBySpell, SpellTool) == 0x000000, "Member 'BP_Enemy_Character_C_OnHitBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnHitBySpell, Instigator_0) == 0x000008, "Member 'BP_Enemy_Character_C_OnHitBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnHitBySpell, SpellToolRecord) == 0x000010, "Member 'BP_Enemy_Character_C_OnHitBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnHitBySpell, SpellType) == 0x000018, "Member 'BP_Enemy_Character_C_OnHitBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnHitBySpell, Hit) == 0x000020, "Member 'BP_Enemy_Character_C_OnHitBySpell::Hit' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnHitBySpell, ImpactDirection) == 0x0000A8, "Member 'BP_Enemy_Character_C_OnHitBySpell::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnExpulsoThrow \ static_assert(alignof(BP_Enemy_Character_C_OnExpulsoThrow) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnExpulsoThrow"); \ static_assert(sizeof(BP_Enemy_Character_C_OnExpulsoThrow) == 0x000050, "Wrong size on BP_Enemy_Character_C_OnExpulsoThrow"); \ static_assert(offsetof(BP_Enemy_Character_C_OnExpulsoThrow, ThrowVelocity) == 0x000000, "Member 'BP_Enemy_Character_C_OnExpulsoThrow::ThrowVelocity' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnExpulsoThrow, Target) == 0x00000C, "Member 'BP_Enemy_Character_C_OnExpulsoThrow::Target' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnExpulsoThrow, Instigator_0) == 0x000018, "Member 'BP_Enemy_Character_C_OnExpulsoThrow::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnExpulsoThrow, DataAssets) == 0x000020, "Member 'BP_Enemy_Character_C_OnExpulsoThrow::DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnExpulsoThrow, Impact) == 0x000030, "Member 'BP_Enemy_Character_C_OnExpulsoThrow::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnSpellEffective \ static_assert(alignof(BP_Enemy_Character_C_OnSpellEffective) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnSpellEffective"); \ static_assert(sizeof(BP_Enemy_Character_C_OnSpellEffective) == 0x000008, "Wrong size on BP_Enemy_Character_C_OnSpellEffective"); \ static_assert(offsetof(BP_Enemy_Character_C_OnSpellEffective, Instigator_0) == 0x000000, "Member 'BP_Enemy_Character_C_OnSpellEffective::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnSpellTooWeak \ static_assert(alignof(BP_Enemy_Character_C_OnSpellTooWeak) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnSpellTooWeak"); \ static_assert(sizeof(BP_Enemy_Character_C_OnSpellTooWeak) == 0x000008, "Wrong size on BP_Enemy_Character_C_OnSpellTooWeak"); \ static_assert(offsetof(BP_Enemy_Character_C_OnSpellTooWeak, Instigator_0) == 0x000000, "Member 'BP_Enemy_Character_C_OnSpellTooWeak::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnSpellIneffective \ static_assert(alignof(BP_Enemy_Character_C_OnSpellIneffective) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnSpellIneffective"); \ static_assert(sizeof(BP_Enemy_Character_C_OnSpellIneffective) == 0x000008, "Wrong size on BP_Enemy_Character_C_OnSpellIneffective"); \ static_assert(offsetof(BP_Enemy_Character_C_OnSpellIneffective, Instigator_0) == 0x000000, "Member 'BP_Enemy_Character_C_OnSpellIneffective::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnHealed \ static_assert(alignof(BP_Enemy_Character_C_OnHealed) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnHealed"); \ static_assert(sizeof(BP_Enemy_Character_C_OnHealed) == 0x000010, "Wrong size on BP_Enemy_Character_C_OnHealed"); \ static_assert(offsetof(BP_Enemy_Character_C_OnHealed, healAmount) == 0x000000, "Member 'BP_Enemy_Character_C_OnHealed::healAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnHealed, PrimComp) == 0x000008, "Member 'BP_Enemy_Character_C_OnHealed::PrimComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnGeometryCollectionSpawned \ static_assert(alignof(BP_Enemy_Character_C_OnGeometryCollectionSpawned) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnGeometryCollectionSpawned"); \ static_assert(sizeof(BP_Enemy_Character_C_OnGeometryCollectionSpawned) == 0x000038, "Wrong size on BP_Enemy_Character_C_OnGeometryCollectionSpawned"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionSpawned, RepairComponent) == 0x000000, "Member 'BP_Enemy_Character_C_OnGeometryCollectionSpawned::RepairComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionSpawned, GeometryCollectionComponent) == 0x000008, "Member 'BP_Enemy_Character_C_OnGeometryCollectionSpawned::GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionSpawned, impulseStr) == 0x000010, "Member 'BP_Enemy_Character_C_OnGeometryCollectionSpawned::impulseStr' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionSpawned, Radius) == 0x000014, "Member 'BP_Enemy_Character_C_OnGeometryCollectionSpawned::Radius' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionSpawned, HitLocation) == 0x000018, "Member 'BP_Enemy_Character_C_OnGeometryCollectionSpawned::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionSpawned, HitDirection) == 0x000024, "Member 'BP_Enemy_Character_C_OnGeometryCollectionSpawned::HitDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionSpawned, bCompletelyBroken) == 0x000030, "Member 'BP_Enemy_Character_C_OnGeometryCollectionSpawned::bCompletelyBroken' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnGeometryCollectionDamaged \ static_assert(alignof(BP_Enemy_Character_C_OnGeometryCollectionDamaged) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnGeometryCollectionDamaged"); \ static_assert(sizeof(BP_Enemy_Character_C_OnGeometryCollectionDamaged) == 0x000030, "Wrong size on BP_Enemy_Character_C_OnGeometryCollectionDamaged"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionDamaged, RepairComponent) == 0x000000, "Member 'BP_Enemy_Character_C_OnGeometryCollectionDamaged::RepairComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionDamaged, GeometryCollectionComponent) == 0x000008, "Member 'BP_Enemy_Character_C_OnGeometryCollectionDamaged::GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionDamaged, impulseStr) == 0x000010, "Member 'BP_Enemy_Character_C_OnGeometryCollectionDamaged::impulseStr' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionDamaged, Radius) == 0x000014, "Member 'BP_Enemy_Character_C_OnGeometryCollectionDamaged::Radius' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionDamaged, HitLocation) == 0x000018, "Member 'BP_Enemy_Character_C_OnGeometryCollectionDamaged::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionDamaged, HitDirection) == 0x000024, "Member 'BP_Enemy_Character_C_OnGeometryCollectionDamaged::HitDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnGeometryCollectionCompletelyBroken \ static_assert(alignof(BP_Enemy_Character_C_OnGeometryCollectionCompletelyBroken) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnGeometryCollectionCompletelyBroken"); \ static_assert(sizeof(BP_Enemy_Character_C_OnGeometryCollectionCompletelyBroken) == 0x000030, "Wrong size on BP_Enemy_Character_C_OnGeometryCollectionCompletelyBroken"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionCompletelyBroken, RepairComponent) == 0x000000, "Member 'BP_Enemy_Character_C_OnGeometryCollectionCompletelyBroken::RepairComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionCompletelyBroken, GeometryCollectionComponent) == 0x000008, "Member 'BP_Enemy_Character_C_OnGeometryCollectionCompletelyBroken::GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionCompletelyBroken, impulseStr) == 0x000010, "Member 'BP_Enemy_Character_C_OnGeometryCollectionCompletelyBroken::impulseStr' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionCompletelyBroken, Radius) == 0x000014, "Member 'BP_Enemy_Character_C_OnGeometryCollectionCompletelyBroken::Radius' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionCompletelyBroken, HitLocation) == 0x000018, "Member 'BP_Enemy_Character_C_OnGeometryCollectionCompletelyBroken::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnGeometryCollectionCompletelyBroken, HitDirection) == 0x000024, "Member 'BP_Enemy_Character_C_OnGeometryCollectionCompletelyBroken::HitDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnFailedToBeDamaged \ static_assert(alignof(BP_Enemy_Character_C_OnFailedToBeDamaged) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnFailedToBeDamaged"); \ static_assert(sizeof(BP_Enemy_Character_C_OnFailedToBeDamaged) == 0x000060, "Wrong size on BP_Enemy_Character_C_OnFailedToBeDamaged"); \ static_assert(offsetof(BP_Enemy_Character_C_OnFailedToBeDamaged, DamageAmount) == 0x000000, "Member 'BP_Enemy_Character_C_OnFailedToBeDamaged::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnFailedToBeDamaged, HitLocation) == 0x000004, "Member 'BP_Enemy_Character_C_OnFailedToBeDamaged::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnFailedToBeDamaged, HitDirection) == 0x000010, "Member 'BP_Enemy_Character_C_OnFailedToBeDamaged::HitDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnFailedToBeDamaged, PrimComp) == 0x000020, "Member 'BP_Enemy_Character_C_OnFailedToBeDamaged::PrimComp' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnFailedToBeDamaged, MunitionTagContainer) == 0x000028, "Member 'BP_Enemy_Character_C_OnFailedToBeDamaged::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnFailedToBeDamaged, Instigator_0) == 0x000048, "Member 'BP_Enemy_Character_C_OnFailedToBeDamaged::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnFailedToBeDamaged, Velocity) == 0x000050, "Member 'BP_Enemy_Character_C_OnFailedToBeDamaged::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnThaw \ static_assert(alignof(BP_Enemy_Character_C_OnThaw) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnThaw"); \ static_assert(sizeof(BP_Enemy_Character_C_OnThaw) == 0x000008, "Wrong size on BP_Enemy_Character_C_OnThaw"); \ static_assert(offsetof(BP_Enemy_Character_C_OnThaw, Instigator_0) == 0x000000, "Member 'BP_Enemy_Character_C_OnThaw::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnWingardiumGhostStart \ static_assert(alignof(BP_Enemy_Character_C_OnWingardiumGhostStart) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnWingardiumGhostStart"); \ static_assert(sizeof(BP_Enemy_Character_C_OnWingardiumGhostStart) == 0x000020, "Wrong size on BP_Enemy_Character_C_OnWingardiumGhostStart"); \ static_assert(offsetof(BP_Enemy_Character_C_OnWingardiumGhostStart, SpellTool) == 0x000000, "Member 'BP_Enemy_Character_C_OnWingardiumGhostStart::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnWingardiumGhostStart, Instigator_0) == 0x000008, "Member 'BP_Enemy_Character_C_OnWingardiumGhostStart::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnWingardiumGhostStart, DataAssets) == 0x000010, "Member 'BP_Enemy_Character_C_OnWingardiumGhostStart::DataAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnWingardiumEnd \ static_assert(alignof(BP_Enemy_Character_C_OnWingardiumEnd) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnWingardiumEnd"); \ static_assert(sizeof(BP_Enemy_Character_C_OnWingardiumEnd) == 0x000008, "Wrong size on BP_Enemy_Character_C_OnWingardiumEnd"); \ static_assert(offsetof(BP_Enemy_Character_C_OnWingardiumEnd, Instigator_0) == 0x000000, "Member 'BP_Enemy_Character_C_OnWingardiumEnd::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnLeviosoFailed \ static_assert(alignof(BP_Enemy_Character_C_OnLeviosoFailed) == 0x000001, "Wrong alignment on BP_Enemy_Character_C_OnLeviosoFailed"); \ static_assert(sizeof(BP_Enemy_Character_C_OnLeviosoFailed) == 0x000001, "Wrong size on BP_Enemy_Character_C_OnLeviosoFailed"); \ static_assert(offsetof(BP_Enemy_Character_C_OnLeviosoFailed, InitiatedByPlayer) == 0x000000, "Member 'BP_Enemy_Character_C_OnLeviosoFailed::InitiatedByPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnLeviosoEnd \ static_assert(alignof(BP_Enemy_Character_C_OnLeviosoEnd) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnLeviosoEnd"); \ static_assert(sizeof(BP_Enemy_Character_C_OnLeviosoEnd) == 0x000010, "Wrong size on BP_Enemy_Character_C_OnLeviosoEnd"); \ static_assert(offsetof(BP_Enemy_Character_C_OnLeviosoEnd, Instigator_0) == 0x000000, "Member 'BP_Enemy_Character_C_OnLeviosoEnd::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnLeviosoEnd, InitiatedByPlayer) == 0x000008, "Member 'BP_Enemy_Character_C_OnLeviosoEnd::InitiatedByPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_OnFlipendoThrow \ static_assert(alignof(BP_Enemy_Character_C_OnFlipendoThrow) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_OnFlipendoThrow"); \ static_assert(sizeof(BP_Enemy_Character_C_OnFlipendoThrow) == 0x000070, "Wrong size on BP_Enemy_Character_C_OnFlipendoThrow"); \ static_assert(offsetof(BP_Enemy_Character_C_OnFlipendoThrow, SpellTool) == 0x000000, "Member 'BP_Enemy_Character_C_OnFlipendoThrow::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnFlipendoThrow, ThrowDirection) == 0x000008, "Member 'BP_Enemy_Character_C_OnFlipendoThrow::ThrowDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnFlipendoThrow, ThrowVelocity) == 0x000014, "Member 'BP_Enemy_Character_C_OnFlipendoThrow::ThrowVelocity' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnFlipendoThrow, AngularVelocity) == 0x000020, "Member 'BP_Enemy_Character_C_OnFlipendoThrow::AngularVelocity' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnFlipendoThrow, Target) == 0x00002C, "Member 'BP_Enemy_Character_C_OnFlipendoThrow::Target' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnFlipendoThrow, Instigator_0) == 0x000038, "Member 'BP_Enemy_Character_C_OnFlipendoThrow::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnFlipendoThrow, DataAssets) == 0x000040, "Member 'BP_Enemy_Character_C_OnFlipendoThrow::DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_OnFlipendoThrow, Impact) == 0x000050, "Member 'BP_Enemy_Character_C_OnFlipendoThrow::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_DiseminateSpawnData \ static_assert(alignof(BP_Enemy_Character_C_DiseminateSpawnData) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_DiseminateSpawnData"); \ static_assert(sizeof(BP_Enemy_Character_C_DiseminateSpawnData) == 0x000008, "Wrong size on BP_Enemy_Character_C_DiseminateSpawnData"); \ static_assert(offsetof(BP_Enemy_Character_C_DiseminateSpawnData, SpawnData) == 0x000000, "Member 'BP_Enemy_Character_C_DiseminateSpawnData::SpawnData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_Destroyed \ static_assert(alignof(BP_Enemy_Character_C_Destroyed) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_Destroyed"); \ static_assert(sizeof(BP_Enemy_Character_C_Destroyed) == 0x000040, "Wrong size on BP_Enemy_Character_C_Destroyed"); \ static_assert(offsetof(BP_Enemy_Character_C_Destroyed, DamageAmount) == 0x000000, "Member 'BP_Enemy_Character_C_Destroyed::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_Destroyed, Instigator_0) == 0x000008, "Member 'BP_Enemy_Character_C_Destroyed::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_Destroyed, MunitionTagContainer) == 0x000010, "Member 'BP_Enemy_Character_C_Destroyed::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_Destroyed, Velocity) == 0x000030, "Member 'BP_Enemy_Character_C_Destroyed::Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_Destroyed, ReturnValue) == 0x00003C, "Member 'BP_Enemy_Character_C_Destroyed::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_Destroyed, CallFunc_HasTag_ReturnValue) == 0x00003D, "Member 'BP_Enemy_Character_C_Destroyed::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_Damaged \ static_assert(alignof(BP_Enemy_Character_C_Damaged) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_Damaged"); \ static_assert(sizeof(BP_Enemy_Character_C_Damaged) == 0x000060, "Wrong size on BP_Enemy_Character_C_Damaged"); \ static_assert(offsetof(BP_Enemy_Character_C_Damaged, DamageAmount) == 0x000000, "Member 'BP_Enemy_Character_C_Damaged::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_Damaged, HitLocation) == 0x000004, "Member 'BP_Enemy_Character_C_Damaged::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_Damaged, HitDirection) == 0x000010, "Member 'BP_Enemy_Character_C_Damaged::HitDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_Damaged, PrimComp) == 0x000020, "Member 'BP_Enemy_Character_C_Damaged::PrimComp' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_Damaged, MunitionTagContainer) == 0x000028, "Member 'BP_Enemy_Character_C_Damaged::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_Damaged, Instigator_0) == 0x000048, "Member 'BP_Enemy_Character_C_Damaged::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_Damaged, Velocity) == 0x000050, "Member 'BP_Enemy_Character_C_Damaged::Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_Damaged, ReturnValue) == 0x00005C, "Member 'BP_Enemy_Character_C_Damaged::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_NearDeathKneeling \ static_assert(alignof(BP_Enemy_Character_C_NearDeathKneeling) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_NearDeathKneeling"); \ static_assert(sizeof(BP_Enemy_Character_C_NearDeathKneeling) == 0x000040, "Wrong size on BP_Enemy_Character_C_NearDeathKneeling"); \ static_assert(offsetof(BP_Enemy_Character_C_NearDeathKneeling, DamageAmount) == 0x000000, "Member 'BP_Enemy_Character_C_NearDeathKneeling::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_NearDeathKneeling, Instigator_0) == 0x000008, "Member 'BP_Enemy_Character_C_NearDeathKneeling::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_NearDeathKneeling, MunitionTagContainer) == 0x000010, "Member 'BP_Enemy_Character_C_NearDeathKneeling::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_NearDeathKneeling, Velocity) == 0x000030, "Member 'BP_Enemy_Character_C_NearDeathKneeling::Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_NearDeathKneeling, ReturnValue) == 0x00003C, "Member 'BP_Enemy_Character_C_NearDeathKneeling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_StartFreeze \ static_assert(alignof(BP_Enemy_Character_C_StartFreeze) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_StartFreeze"); \ static_assert(sizeof(BP_Enemy_Character_C_StartFreeze) == 0x000010, "Wrong size on BP_Enemy_Character_C_StartFreeze"); \ static_assert(offsetof(BP_Enemy_Character_C_StartFreeze, Instigator_0) == 0x000000, "Member 'BP_Enemy_Character_C_StartFreeze::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_StartFreeze, Amount) == 0x000008, "Member 'BP_Enemy_Character_C_StartFreeze::Amount' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_StartFreeze, ReturnValue) == 0x00000C, "Member 'BP_Enemy_Character_C_StartFreeze::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_WingardiumStart \ static_assert(alignof(BP_Enemy_Character_C_WingardiumStart) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_WingardiumStart"); \ static_assert(sizeof(BP_Enemy_Character_C_WingardiumStart) == 0x000018, "Wrong size on BP_Enemy_Character_C_WingardiumStart"); \ static_assert(offsetof(BP_Enemy_Character_C_WingardiumStart, SpellTool) == 0x000000, "Member 'BP_Enemy_Character_C_WingardiumStart::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_WingardiumStart, Instigator_0) == 0x000008, "Member 'BP_Enemy_Character_C_WingardiumStart::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_WingardiumStart, ReturnValue) == 0x000010, "Member 'BP_Enemy_Character_C_WingardiumStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_LeviosoStart \ static_assert(alignof(BP_Enemy_Character_C_LeviosoStart) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_LeviosoStart"); \ static_assert(sizeof(BP_Enemy_Character_C_LeviosoStart) == 0x000050, "Wrong size on BP_Enemy_Character_C_LeviosoStart"); \ static_assert(offsetof(BP_Enemy_Character_C_LeviosoStart, Instigator_0) == 0x000000, "Member 'BP_Enemy_Character_C_LeviosoStart::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_LeviosoStart, Location) == 0x000008, "Member 'BP_Enemy_Character_C_LeviosoStart::Location' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_LeviosoStart, Impact) == 0x000018, "Member 'BP_Enemy_Character_C_LeviosoStart::Impact' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_LeviosoStart, DataAssets) == 0x000038, "Member 'BP_Enemy_Character_C_LeviosoStart::DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_LeviosoStart, InitiatedByPlayer) == 0x000048, "Member 'BP_Enemy_Character_C_LeviosoStart::InitiatedByPlayer' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_LeviosoStart, OverrideEffects) == 0x000049, "Member 'BP_Enemy_Character_C_LeviosoStart::OverrideEffects' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_LeviosoStart, ReturnValue) == 0x00004A, "Member 'BP_Enemy_Character_C_LeviosoStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_FlipendoStart \ static_assert(alignof(BP_Enemy_Character_C_FlipendoStart) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_FlipendoStart"); \ static_assert(sizeof(BP_Enemy_Character_C_FlipendoStart) == 0x000020, "Wrong size on BP_Enemy_Character_C_FlipendoStart"); \ static_assert(offsetof(BP_Enemy_Character_C_FlipendoStart, SpellTool) == 0x000000, "Member 'BP_Enemy_Character_C_FlipendoStart::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_FlipendoStart, Instigator_0) == 0x000008, "Member 'BP_Enemy_Character_C_FlipendoStart::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_FlipendoStart, Location) == 0x000010, "Member 'BP_Enemy_Character_C_FlipendoStart::Location' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_FlipendoStart, ReturnValue) == 0x00001C, "Member 'BP_Enemy_Character_C_FlipendoStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_DepulsoStart \ static_assert(alignof(BP_Enemy_Character_C_DepulsoStart) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_DepulsoStart"); \ static_assert(sizeof(BP_Enemy_Character_C_DepulsoStart) == 0x000020, "Wrong size on BP_Enemy_Character_C_DepulsoStart"); \ static_assert(offsetof(BP_Enemy_Character_C_DepulsoStart, SpellTool) == 0x000000, "Member 'BP_Enemy_Character_C_DepulsoStart::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_DepulsoStart, Instigator_0) == 0x000008, "Member 'BP_Enemy_Character_C_DepulsoStart::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_DepulsoStart, Location) == 0x000010, "Member 'BP_Enemy_Character_C_DepulsoStart::Location' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_DepulsoStart, ReturnValue) == 0x00001C, "Member 'BP_Enemy_Character_C_DepulsoStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_AccioStart \ static_assert(alignof(BP_Enemy_Character_C_AccioStart) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_AccioStart"); \ static_assert(sizeof(BP_Enemy_Character_C_AccioStart) == 0x000040, "Wrong size on BP_Enemy_Character_C_AccioStart"); \ static_assert(offsetof(BP_Enemy_Character_C_AccioStart, SpellTool) == 0x000000, "Member 'BP_Enemy_Character_C_AccioStart::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_AccioStart, Instigator_0) == 0x000008, "Member 'BP_Enemy_Character_C_AccioStart::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_AccioStart, Velocity) == 0x000010, "Member 'BP_Enemy_Character_C_AccioStart::Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_AccioStart, DataAssets) == 0x000020, "Member 'BP_Enemy_Character_C_AccioStart::DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_AccioStart, ImpactDirection) == 0x000030, "Member 'BP_Enemy_Character_C_AccioStart::ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_AccioStart, ReturnValue) == 0x00003C, "Member 'BP_Enemy_Character_C_AccioStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_LeviosoChargedStart \ static_assert(alignof(BP_Enemy_Character_C_LeviosoChargedStart) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_LeviosoChargedStart"); \ static_assert(sizeof(BP_Enemy_Character_C_LeviosoChargedStart) == 0x000070, "Wrong size on BP_Enemy_Character_C_LeviosoChargedStart"); \ static_assert(offsetof(BP_Enemy_Character_C_LeviosoChargedStart, SpellTool) == 0x000000, "Member 'BP_Enemy_Character_C_LeviosoChargedStart::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_LeviosoChargedStart, Instigator_0) == 0x000008, "Member 'BP_Enemy_Character_C_LeviosoChargedStart::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_LeviosoChargedStart, Location) == 0x000010, "Member 'BP_Enemy_Character_C_LeviosoChargedStart::Location' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_LeviosoChargedStart, Velocity) == 0x00001C, "Member 'BP_Enemy_Character_C_LeviosoChargedStart::Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_LeviosoChargedStart, InitiatedByPlayer) == 0x000028, "Member 'BP_Enemy_Character_C_LeviosoChargedStart::InitiatedByPlayer' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_LeviosoChargedStart, Impact) == 0x000030, "Member 'BP_Enemy_Character_C_LeviosoChargedStart::Impact' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_LeviosoChargedStart, DataAssets) == 0x000050, "Member 'BP_Enemy_Character_C_LeviosoChargedStart::DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_LeviosoChargedStart, ImpactDirection) == 0x000060, "Member 'BP_Enemy_Character_C_LeviosoChargedStart::ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_LeviosoChargedStart, ReturnValue) == 0x00006C, "Member 'BP_Enemy_Character_C_LeviosoChargedStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_DisallowWingardium \ static_assert(alignof(BP_Enemy_Character_C_DisallowWingardium) == 0x000001, "Wrong alignment on BP_Enemy_Character_C_DisallowWingardium"); \ static_assert(sizeof(BP_Enemy_Character_C_DisallowWingardium) == 0x000001, "Wrong size on BP_Enemy_Character_C_DisallowWingardium"); \ static_assert(offsetof(BP_Enemy_Character_C_DisallowWingardium, ReturnValue) == 0x000000, "Member 'BP_Enemy_Character_C_DisallowWingardium::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_DisallowLevioso \ static_assert(alignof(BP_Enemy_Character_C_DisallowLevioso) == 0x000001, "Wrong alignment on BP_Enemy_Character_C_DisallowLevioso"); \ static_assert(sizeof(BP_Enemy_Character_C_DisallowLevioso) == 0x000001, "Wrong size on BP_Enemy_Character_C_DisallowLevioso"); \ static_assert(offsetof(BP_Enemy_Character_C_DisallowLevioso, ReturnValue) == 0x000000, "Member 'BP_Enemy_Character_C_DisallowLevioso::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_DisallowFlipendo \ static_assert(alignof(BP_Enemy_Character_C_DisallowFlipendo) == 0x000001, "Wrong alignment on BP_Enemy_Character_C_DisallowFlipendo"); \ static_assert(sizeof(BP_Enemy_Character_C_DisallowFlipendo) == 0x000001, "Wrong size on BP_Enemy_Character_C_DisallowFlipendo"); \ static_assert(offsetof(BP_Enemy_Character_C_DisallowFlipendo, ReturnValue) == 0x000000, "Member 'BP_Enemy_Character_C_DisallowFlipendo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_DisallowDepulso \ static_assert(alignof(BP_Enemy_Character_C_DisallowDepulso) == 0x000001, "Wrong alignment on BP_Enemy_Character_C_DisallowDepulso"); \ static_assert(sizeof(BP_Enemy_Character_C_DisallowDepulso) == 0x000001, "Wrong size on BP_Enemy_Character_C_DisallowDepulso"); \ static_assert(offsetof(BP_Enemy_Character_C_DisallowDepulso, ReturnValue) == 0x000000, "Member 'BP_Enemy_Character_C_DisallowDepulso::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_DisallowAccio \ static_assert(alignof(BP_Enemy_Character_C_DisallowAccio) == 0x000001, "Wrong alignment on BP_Enemy_Character_C_DisallowAccio"); \ static_assert(sizeof(BP_Enemy_Character_C_DisallowAccio) == 0x000001, "Wrong size on BP_Enemy_Character_C_DisallowAccio"); \ static_assert(offsetof(BP_Enemy_Character_C_DisallowAccio, ReturnValue) == 0x000000, "Member 'BP_Enemy_Character_C_DisallowAccio::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_ExpulsoStart \ static_assert(alignof(BP_Enemy_Character_C_ExpulsoStart) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_ExpulsoStart"); \ static_assert(sizeof(BP_Enemy_Character_C_ExpulsoStart) == 0x000018, "Wrong size on BP_Enemy_Character_C_ExpulsoStart"); \ static_assert(offsetof(BP_Enemy_Character_C_ExpulsoStart, Instigator_0) == 0x000000, "Member 'BP_Enemy_Character_C_ExpulsoStart::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExpulsoStart, Location) == 0x000008, "Member 'BP_Enemy_Character_C_ExpulsoStart::Location' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_ExpulsoStart, ReturnValue) == 0x000014, "Member 'BP_Enemy_Character_C_ExpulsoStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_DisallowDescendo \ static_assert(alignof(BP_Enemy_Character_C_DisallowDescendo) == 0x000001, "Wrong alignment on BP_Enemy_Character_C_DisallowDescendo"); \ static_assert(sizeof(BP_Enemy_Character_C_DisallowDescendo) == 0x000001, "Wrong size on BP_Enemy_Character_C_DisallowDescendo"); \ static_assert(offsetof(BP_Enemy_Character_C_DisallowDescendo, ReturnValue) == 0x000000, "Member 'BP_Enemy_Character_C_DisallowDescendo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_DescendoStart \ static_assert(alignof(BP_Enemy_Character_C_DescendoStart) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_DescendoStart"); \ static_assert(sizeof(BP_Enemy_Character_C_DescendoStart) == 0x000020, "Wrong size on BP_Enemy_Character_C_DescendoStart"); \ static_assert(offsetof(BP_Enemy_Character_C_DescendoStart, SpellTool) == 0x000000, "Member 'BP_Enemy_Character_C_DescendoStart::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_DescendoStart, Instigator_0) == 0x000008, "Member 'BP_Enemy_Character_C_DescendoStart::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_DescendoStart, Velocity) == 0x000010, "Member 'BP_Enemy_Character_C_DescendoStart::Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_DescendoStart, ReturnValue) == 0x00001C, "Member 'BP_Enemy_Character_C_DescendoStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_SpawnApparateActor \ static_assert(alignof(BP_Enemy_Character_C_SpawnApparateActor) == 0x000010, "Wrong alignment on BP_Enemy_Character_C_SpawnApparateActor"); \ static_assert(sizeof(BP_Enemy_Character_C_SpawnApparateActor) == 0x000090, "Wrong size on BP_Enemy_Character_C_SpawnApparateActor"); \ static_assert(offsetof(BP_Enemy_Character_C_SpawnApparateActor, SpawnTransform) == 0x000000, "Member 'BP_Enemy_Character_C_SpawnApparateActor::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_SpawnApparateActor, Data) == 0x000030, "Member 'BP_Enemy_Character_C_SpawnApparateActor::Data' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_SpawnApparateActor, ReturnValue) == 0x000070, "Member 'BP_Enemy_Character_C_SpawnApparateActor::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_SpawnApparateActor, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000078, "Member 'BP_Enemy_Character_C_SpawnApparateActor::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_SpawnApparateActor, CallFunc_FinishSpawningActor_ReturnValue) == 0x000080, "Member 'BP_Enemy_Character_C_SpawnApparateActor::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_SpawnSplineSpawnActor \ static_assert(alignof(BP_Enemy_Character_C_SpawnSplineSpawnActor) == 0x000010, "Wrong alignment on BP_Enemy_Character_C_SpawnSplineSpawnActor"); \ static_assert(sizeof(BP_Enemy_Character_C_SpawnSplineSpawnActor) == 0x000120, "Wrong size on BP_Enemy_Character_C_SpawnSplineSpawnActor"); \ static_assert(offsetof(BP_Enemy_Character_C_SpawnSplineSpawnActor, SpawnTransform) == 0x000000, "Member 'BP_Enemy_Character_C_SpawnSplineSpawnActor::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_SpawnSplineSpawnActor, Data) == 0x000030, "Member 'BP_Enemy_Character_C_SpawnSplineSpawnActor::Data' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_SpawnSplineSpawnActor, ReturnValue) == 0x000100, "Member 'BP_Enemy_Character_C_SpawnSplineSpawnActor::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_SpawnSplineSpawnActor, SplineSmokeActor) == 0x000108, "Member 'BP_Enemy_Character_C_SpawnSplineSpawnActor::SplineSmokeActor' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_SpawnSplineSpawnActor, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000110, "Member 'BP_Enemy_Character_C_SpawnSplineSpawnActor::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_SpawnSplineSpawnActor, CallFunc_FinishSpawningActor_ReturnValue) == 0x000118, "Member 'BP_Enemy_Character_C_SpawnSplineSpawnActor::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_Disarm \ static_assert(alignof(BP_Enemy_Character_C_Disarm) == 0x000008, "Wrong alignment on BP_Enemy_Character_C_Disarm"); \ static_assert(sizeof(BP_Enemy_Character_C_Disarm) == 0x000020, "Wrong size on BP_Enemy_Character_C_Disarm"); \ static_assert(offsetof(BP_Enemy_Character_C_Disarm, Instigator_0) == 0x000000, "Member 'BP_Enemy_Character_C_Disarm::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_Disarm, HitDirection) == 0x000008, "Member 'BP_Enemy_Character_C_Disarm::HitDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_Disarm, ScaleDisarmForce) == 0x000014, "Member 'BP_Enemy_Character_C_Disarm::ScaleDisarmForce' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_Character_C_Disarm, ReturnValue) == 0x000018, "Member 'BP_Enemy_Character_C_Disarm::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Enemy_Character_C_DisallowArrestoMomentum \ static_assert(alignof(BP_Enemy_Character_C_DisallowArrestoMomentum) == 0x000001, "Wrong alignment on BP_Enemy_Character_C_DisallowArrestoMomentum"); \ static_assert(sizeof(BP_Enemy_Character_C_DisallowArrestoMomentum) == 0x000001, "Wrong size on BP_Enemy_Character_C_DisallowArrestoMomentum"); \ static_assert(offsetof(BP_Enemy_Character_C_DisallowArrestoMomentum, ReturnValue) == 0x000000, "Member 'BP_Enemy_Character_C_DisallowArrestoMomentum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Enemy_Character_C \ static_assert(alignof(ABP_Enemy_Character_C) == 0x000010, "Wrong alignment on ABP_Enemy_Character_C"); \ static_assert(sizeof(ABP_Enemy_Character_C) == 0x0026B0, "Wrong size on ABP_Enemy_Character_C"); \ static_assert(offsetof(ABP_Enemy_Character_C, UberGraphFrame) == 0x0024B0, "Member 'ABP_Enemy_Character_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, WaterInteraction) == 0x0024B8, "Member 'ABP_Enemy_Character_C::WaterInteraction' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, DynamicBranch) == 0x0024C0, "Member 'ABP_Enemy_Character_C::DynamicBranch' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, LootDrop) == 0x0024C8, "Member 'ABP_Enemy_Character_C::LootDrop' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, BP_EnemyAI) == 0x0024D0, "Member 'ABP_Enemy_Character_C::BP_EnemyAI' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, OnDeath) == 0x0024D8, "Member 'ABP_Enemy_Character_C::OnDeath' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, OnZeroHealth) == 0x0024E8, "Member 'ABP_Enemy_Character_C::OnZeroHealth' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, OnSpawnFinished) == 0x0024F8, "Member 'ABP_Enemy_Character_C::OnSpawnFinished' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, DeathDissolveAudioEvent) == 0x002508, "Member 'ABP_Enemy_Character_C::DeathDissolveAudioEvent' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, DeathDissolveEmitters) == 0x002510, "Member 'ABP_Enemy_Character_C::DeathDissolveEmitters' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, ParticleFxContainerLifetime) == 0x002520, "Member 'ABP_Enemy_Character_C::ParticleFxContainerLifetime' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, DeathDissolveSkinFx) == 0x002528, "Member 'ABP_Enemy_Character_C::DeathDissolveSkinFx' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, DeathDissolveFlash) == 0x002530, "Member 'ABP_Enemy_Character_C::DeathDissolveFlash' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, DeathDissolveSparks) == 0x002538, "Member 'ABP_Enemy_Character_C::DeathDissolveSparks' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, DeathDissolveSparksBones) == 0x002540, "Member 'ABP_Enemy_Character_C::DeathDissolveSparksBones' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, ParticleFxContainerClass) == 0x002548, "Member 'ABP_Enemy_Character_C::ParticleFxContainerClass' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, DefaultTransform) == 0x002550, "Member 'ABP_Enemy_Character_C::DefaultTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, DeathExplodeSkinFx) == 0x002580, "Member 'ABP_Enemy_Character_C::DeathExplodeSkinFx' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, DeathExplodeSparksBones) == 0x002588, "Member 'ABP_Enemy_Character_C::DeathExplodeSparksBones' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, DeathExplodeSparks) == 0x002590, "Member 'ABP_Enemy_Character_C::DeathExplodeSparks' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, DeathExplodeFlash) == 0x002598, "Member 'ABP_Enemy_Character_C::DeathExplodeFlash' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, DeathDissolveShapeFX) == 0x0025A0, "Member 'ABP_Enemy_Character_C::DeathDissolveShapeFX' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, DeathDissolveSystems) == 0x0025A8, "Member 'ABP_Enemy_Character_C::DeathDissolveSystems' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, OnCharacterHitBySpell) == 0x0025B8, "Member 'ABP_Enemy_Character_C::OnCharacterHitBySpell' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, CompanionCombatAUXFX) == 0x0025C8, "Member 'ABP_Enemy_Character_C::CompanionCombatAUXFX' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, CompanionCombatAUXEmitter) == 0x0025D0, "Member 'ABP_Enemy_Character_C::CompanionCombatAUXEmitter' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, Protego_Skin_Fx_Strong) == 0x0025D8, "Member 'ABP_Enemy_Character_C::Protego_Skin_Fx_Strong' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, Parameter_Values) == 0x0025E0, "Member 'ABP_Enemy_Character_C::Parameter_Values' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, Parameter_Values_0) == 0x002630, "Member 'ABP_Enemy_Character_C::Parameter_Values_0' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, NewVar_0) == 0x002680, "Member 'ABP_Enemy_Character_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, Mesh_0) == 0x002690, "Member 'ABP_Enemy_Character_C::Mesh_0' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, DeathDisintegrationVFX) == 0x002698, "Member 'ABP_Enemy_Character_C::DeathDisintegrationVFX' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, Death_customStencilValue) == 0x0026A0, "Member 'ABP_Enemy_Character_C::Death_customStencilValue' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_Character_C, SplineSpawnActorClass) == 0x0026A8, "Member 'ABP_Enemy_Character_C::SplineSpawnActorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ProtegoRedFlash_C \ static_assert(alignof(ABP_SkinFX_ProtegoRedFlash_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ProtegoRedFlash_C"); \ static_assert(sizeof(ABP_SkinFX_ProtegoRedFlash_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ProtegoRedFlash_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_InvisibilityCharacter_C \ static_assert(alignof(ABP_SkinFX_InvisibilityCharacter_C) == 0x000008, "Wrong alignment on ABP_SkinFX_InvisibilityCharacter_C"); \ static_assert(sizeof(ABP_SkinFX_InvisibilityCharacter_C) == 0x0005D0, "Wrong size on ABP_SkinFX_InvisibilityCharacter_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_AncMagHotspot_C \ static_assert(alignof(ABP_SkinFX_AncMagHotspot_C) == 0x000008, "Wrong alignment on ABP_SkinFX_AncMagHotspot_C"); \ static_assert(sizeof(ABP_SkinFX_AncMagHotspot_C) == 0x0005D0, "Wrong size on ABP_SkinFX_AncMagHotspot_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Unblockable_C \ static_assert(alignof(ABP_SkinFX_Unblockable_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Unblockable_C"); \ static_assert(sizeof(ABP_SkinFX_Unblockable_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Unblockable_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Curiosity_C \ static_assert(alignof(ABP_SkinFX_Curiosity_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Curiosity_C"); \ static_assert(sizeof(ABP_SkinFX_Curiosity_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Curiosity_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_StealthTakeDown_C \ static_assert(alignof(ABP_SkinFX_StealthTakeDown_C) == 0x000008, "Wrong alignment on ABP_SkinFX_StealthTakeDown_C"); \ static_assert(sizeof(ABP_SkinFX_StealthTakeDown_C) == 0x0005D0, "Wrong size on ABP_SkinFX_StealthTakeDown_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_LevelUpL1_C \ static_assert(alignof(ABP_SkinFX_LevelUpL1_C) == 0x000008, "Wrong alignment on ABP_SkinFX_LevelUpL1_C"); \ static_assert(sizeof(ABP_SkinFX_LevelUpL1_C) == 0x0005D0, "Wrong size on ABP_SkinFX_LevelUpL1_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_EnemyWipeIn_C \ static_assert(alignof(ABP_SkinFX_EnemyWipeIn_C) == 0x000008, "Wrong alignment on ABP_SkinFX_EnemyWipeIn_C"); \ static_assert(sizeof(ABP_SkinFX_EnemyWipeIn_C) == 0x0005D0, "Wrong size on ABP_SkinFX_EnemyWipeIn_C"); \ #define DUMPER7_ASSERTS_ABP_Intro_Cliffside_RuinsWall_01_C \ static_assert(alignof(ABP_Intro_Cliffside_RuinsWall_01_C) == 0x000008, "Wrong alignment on ABP_Intro_Cliffside_RuinsWall_01_C"); \ static_assert(sizeof(ABP_Intro_Cliffside_RuinsWall_01_C) == 0x0002B8, "Wrong size on ABP_Intro_Cliffside_RuinsWall_01_C"); \ static_assert(offsetof(ABP_Intro_Cliffside_RuinsWall_01_C, MI_Castle_Ruin1_WhiteLichen1_17) == 0x000248, "Member 'ABP_Intro_Cliffside_RuinsWall_01_C::MI_Castle_Ruin1_WhiteLichen1_17' has a wrong offset!"); \ static_assert(offsetof(ABP_Intro_Cliffside_RuinsWall_01_C, MI_CastleDun_Decal_Lichen_Test_J_15) == 0x000250, "Member 'ABP_Intro_Cliffside_RuinsWall_01_C::MI_CastleDun_Decal_Lichen_Test_J_15' has a wrong offset!"); \ static_assert(offsetof(ABP_Intro_Cliffside_RuinsWall_01_C, MI_P_Decal_Stain2_13) == 0x000258, "Member 'ABP_Intro_Cliffside_RuinsWall_01_C::MI_P_Decal_Stain2_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Intro_Cliffside_RuinsWall_01_C, MI_P_Decal_Stain1_11) == 0x000260, "Member 'ABP_Intro_Cliffside_RuinsWall_01_C::MI_P_Decal_Stain1_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Intro_Cliffside_RuinsWall_01_C, MI_Castle_Ruin1_Wetness_drips_9) == 0x000268, "Member 'ABP_Intro_Cliffside_RuinsWall_01_C::MI_Castle_Ruin1_Wetness_drips_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Intro_Cliffside_RuinsWall_01_C, MI_Castle_Ruin1_Wetness_drips_7) == 0x000270, "Member 'ABP_Intro_Cliffside_RuinsWall_01_C::MI_Castle_Ruin1_Wetness_drips_7' has a wrong offset!"); \ static_assert(offsetof(ABP_Intro_Cliffside_RuinsWall_01_C, SM_Intro_Cliffside_RuinsBrick_3) == 0x000278, "Member 'ABP_Intro_Cliffside_RuinsWall_01_C::SM_Intro_Cliffside_RuinsBrick_3' has a wrong offset!"); \ static_assert(offsetof(ABP_Intro_Cliffside_RuinsWall_01_C, HISM_4SM_CastleRuins_1_Wall_Corner_Cap_A1_B) == 0x000280, "Member 'ABP_Intro_Cliffside_RuinsWall_01_C::HISM_4SM_CastleRuins_1_Wall_Corner_Cap_A1_B' has a wrong offset!"); \ static_assert(offsetof(ABP_Intro_Cliffside_RuinsWall_01_C, HISM_4SM_CastleRuins_1_Wall_Corner_Cap_A1_A) == 0x000288, "Member 'ABP_Intro_Cliffside_RuinsWall_01_C::HISM_4SM_CastleRuins_1_Wall_Corner_Cap_A1_A' has a wrong offset!"); \ static_assert(offsetof(ABP_Intro_Cliffside_RuinsWall_01_C, HISM_2SM_CastleRuins_1_Arched_Window_D) == 0x000290, "Member 'ABP_Intro_Cliffside_RuinsWall_01_C::HISM_2SM_CastleRuins_1_Arched_Window_D' has a wrong offset!"); \ static_assert(offsetof(ABP_Intro_Cliffside_RuinsWall_01_C, HISM_6SM_Intro_Cliffside_RuinsBrick_1) == 0x000298, "Member 'ABP_Intro_Cliffside_RuinsWall_01_C::HISM_6SM_Intro_Cliffside_RuinsBrick_1' has a wrong offset!"); \ static_assert(offsetof(ABP_Intro_Cliffside_RuinsWall_01_C, HISM_7SM_Intro_Cliffside_RuinsBrick_2) == 0x0002A0, "Member 'ABP_Intro_Cliffside_RuinsWall_01_C::HISM_7SM_Intro_Cliffside_RuinsBrick_2' has a wrong offset!"); \ static_assert(offsetof(ABP_Intro_Cliffside_RuinsWall_01_C, SM_Intro_Cliffside_RuinsWall_02) == 0x0002A8, "Member 'ABP_Intro_Cliffside_RuinsWall_01_C::SM_Intro_Cliffside_RuinsWall_02' has a wrong offset!"); \ static_assert(offsetof(ABP_Intro_Cliffside_RuinsWall_01_C, SharedRoot) == 0x0002B0, "Member 'ABP_Intro_Cliffside_RuinsWall_01_C::SharedRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_StatueTravel2_C \ static_assert(alignof(ABP_SkinFX_StatueTravel2_C) == 0x000008, "Wrong alignment on ABP_SkinFX_StatueTravel2_C"); \ static_assert(sizeof(ABP_SkinFX_StatueTravel2_C) == 0x0005D0, "Wrong size on ABP_SkinFX_StatueTravel2_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Diseased_C \ static_assert(alignof(ABP_SkinFX_Diseased_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Diseased_C"); \ static_assert(sizeof(ABP_SkinFX_Diseased_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Diseased_C"); \ #define DUMPER7_ASSERTS_UABL_WandCast_LightFinisher2p_C \ static_assert(alignof(UABL_WandCast_LightFinisher2p_C) == 0x000008, "Wrong alignment on UABL_WandCast_LightFinisher2p_C"); \ static_assert(sizeof(UABL_WandCast_LightFinisher2p_C) == 0x0000D0, "Wrong size on UABL_WandCast_LightFinisher2p_C"); \ #define DUMPER7_ASSERTS_UABL_Idle2CombatIdle_C \ static_assert(alignof(UABL_Idle2CombatIdle_C) == 0x000008, "Wrong alignment on UABL_Idle2CombatIdle_C"); \ static_assert(sizeof(UABL_Idle2CombatIdle_C) == 0x0000C8, "Wrong size on UABL_Idle2CombatIdle_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ProtegoRed_C \ static_assert(alignof(ABP_SkinFX_ProtegoRed_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ProtegoRed_C"); \ static_assert(sizeof(ABP_SkinFX_ProtegoRed_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ProtegoRed_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ProtegoPurple_C \ static_assert(alignof(ABP_SkinFX_ProtegoPurple_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ProtegoPurple_C"); \ static_assert(sizeof(ABP_SkinFX_ProtegoPurple_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ProtegoPurple_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Wideye_C \ static_assert(alignof(ABP_SkinFX_Wideye_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Wideye_C"); \ static_assert(sizeof(ABP_SkinFX_Wideye_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Wideye_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_AncMagSpawn_C \ static_assert(alignof(ABP_SkinFX_AncMagSpawn_C) == 0x000008, "Wrong alignment on ABP_SkinFX_AncMagSpawn_C"); \ static_assert(sizeof(ABP_SkinFX_AncMagSpawn_C) == 0x0005D0, "Wrong size on ABP_SkinFX_AncMagSpawn_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_FinisherFreeze_C \ static_assert(alignof(ABP_SkinFX_FinisherFreeze_C) == 0x000008, "Wrong alignment on ABP_SkinFX_FinisherFreeze_C"); \ static_assert(sizeof(ABP_SkinFX_FinisherFreeze_C) == 0x0005D0, "Wrong size on ABP_SkinFX_FinisherFreeze_C"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_TransformToChicken_C \ static_assert(alignof(UABL_NPC_RCT_TransformToChicken_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_TransformToChicken_C"); \ static_assert(sizeof(UABL_NPC_RCT_TransformToChicken_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_TransformToChicken_C"); \ #define DUMPER7_ASSERTS_UABL_Student_ApparateOut_C \ static_assert(alignof(UABL_Student_ApparateOut_C) == 0x000008, "Wrong alignment on UABL_Student_ApparateOut_C"); \ static_assert(sizeof(UABL_Student_ApparateOut_C) == 0x0000C8, "Wrong size on UABL_Student_ApparateOut_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Spider_DeepFreeze_C \ static_assert(alignof(ABP_SkinFX_Spider_DeepFreeze_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Spider_DeepFreeze_C"); \ static_assert(sizeof(ABP_SkinFX_Spider_DeepFreeze_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Spider_DeepFreeze_C"); \ #define DUMPER7_ASSERTS_UABL_TombProtector_Spawn_JumpDownLoop2_C \ static_assert(alignof(UABL_TombProtector_Spawn_JumpDownLoop2_C) == 0x000008, "Wrong alignment on UABL_TombProtector_Spawn_JumpDownLoop2_C"); \ static_assert(sizeof(UABL_TombProtector_Spawn_JumpDownLoop2_C) == 0x0000C8, "Wrong size on UABL_TombProtector_Spawn_JumpDownLoop2_C"); \ #define DUMPER7_ASSERTS_ABL_JumpVault_C_ExecuteUbergraph_ABL_JumpVault \ static_assert(alignof(ABL_JumpVault_C_ExecuteUbergraph_ABL_JumpVault) == 0x000008, "Wrong alignment on ABL_JumpVault_C_ExecuteUbergraph_ABL_JumpVault"); \ static_assert(sizeof(ABL_JumpVault_C_ExecuteUbergraph_ABL_JumpVault) == 0x000010, "Wrong size on ABL_JumpVault_C_ExecuteUbergraph_ABL_JumpVault"); \ static_assert(offsetof(ABL_JumpVault_C_ExecuteUbergraph_ABL_JumpVault, EntryPoint) == 0x000000, "Member 'ABL_JumpVault_C_ExecuteUbergraph_ABL_JumpVault::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpVault_C_ExecuteUbergraph_ABL_JumpVault, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpVault_C_ExecuteUbergraph_ABL_JumpVault::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpVault_C_OnAbilityStart \ static_assert(alignof(ABL_JumpVault_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpVault_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpVault_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpVault_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpVault_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpVault_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpVault_C \ static_assert(alignof(UABL_JumpVault_C) == 0x000008, "Wrong alignment on UABL_JumpVault_C"); \ static_assert(sizeof(UABL_JumpVault_C) == 0x0000D0, "Wrong size on UABL_JumpVault_C"); \ static_assert(offsetof(UABL_JumpVault_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpVault_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_DebugSelect_C \ static_assert(alignof(ABP_SkinFX_DebugSelect_C) == 0x000008, "Wrong alignment on ABP_SkinFX_DebugSelect_C"); \ static_assert(sizeof(ABP_SkinFX_DebugSelect_C) == 0x0005D0, "Wrong size on ABP_SkinFX_DebugSelect_C"); \ #define DUMPER7_ASSERTS_BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder \ static_assert(alignof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder) == 0x000008, "Wrong alignment on BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder"); \ static_assert(sizeof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder) == 0x0001F0, "Wrong size on BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, EntryPoint) == 0x000000, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x000004, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_BTCustomActionEvent_VariantMapHandle_4) == 0x000010, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_BTCustomActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000018, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_MakeLiteralName_ReturnValue) == 0x000020, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_GetValueAsObject_ReturnValue) == 0x000028, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000030, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_DynamicCast_AsFloo) == 0x000038, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_DynamicCast_AsFloo' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_Event_OwnerActor) == 0x000048, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000050, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000068, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000079, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_BTCustomActionEvent_VariantMapHandle_5) == 0x00007C, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_BTCustomActionEvent_VariantMapHandle_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_Get_ReturnValue) == 0x000080, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000088, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_CustomEvent_Caller) == 0x000090, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_DynamicCast_AsFloo_1) == 0x000098, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_DynamicCast_AsFloo_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_DynamicCast_bSuccess_3) == 0x0000A0, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x0000A4, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_MakeLiteralName_ReturnValue_1) == 0x0000A8, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_GetBlackboardComponent_ReturnValue_1) == 0x0000B0, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_GetBlackboardComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x0000B8, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_GetValueAsObject_ReturnValue_1) == 0x0000C0, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_GetValueAsObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x0000C8, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_DynamicCast_bSuccess_4) == 0x0000D8, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_DynamicCast_AsFloo_2) == 0x0000E0, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_DynamicCast_AsFloo_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_DynamicCast_bSuccess_5) == 0x0000E8, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x0000E9, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_GetBlackboardComponent_ReturnValue_2) == 0x0000F0, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_GetBlackboardComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_MakeLiteralName_ReturnValue_2) == 0x0000F8, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_Get_ReturnValue_1) == 0x000100, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_GetPlayerPawn_ReturnValue) == 0x000108, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_MakeLiteralByte_ReturnValue) == 0x000110, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000118, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x000120, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000124, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_SkinFXName_name) == 0x000130, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_SkinFXName_name' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000138, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_GetPlayerPawn_ReturnValue_2) == 0x000148, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_GetPlayerPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000150, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_DynamicCast_AsBiped_Player) == 0x000158, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_DynamicCast_bSuccess_6) == 0x000160, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_ActorStartSkinFX_skinFXComponent) == 0x000168, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_ActorStartSkinFX_skinFXComponent' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, K2Node_CreateDelegate_OutputDelegate) == 0x000170, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_Get_ReturnValue_2) == 0x000180, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_HermesBindEvent_Handle) == 0x000188, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_GetActorForwardVector_ReturnValue) == 0x000198, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_MakeRotFromX_ReturnValue) == 0x0001A4, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_MakeRotFromX_ReturnValue_1) == 0x0001B0, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_MakeRotFromX_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x0001C0, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_BreakRotator_Roll) == 0x0001C8, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_BreakRotator_Pitch) == 0x0001CC, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_BreakRotator_Yaw) == 0x0001D0, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0001D4, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_MakeRotator_ReturnValue) == 0x0001D8, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder, CallFunc_SpawnSystemAtLocation_ReturnValue_2) == 0x0001E8, "Member 'BTT_Biped_FlooPowder_C_ExecuteUbergraph_BTT_Biped_FlooPowder::CallFunc_SpawnSystemAtLocation_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_FlooPowder_C_FlooTeleportFinished \ static_assert(alignof(BTT_Biped_FlooPowder_C_FlooTeleportFinished) == 0x000008, "Wrong alignment on BTT_Biped_FlooPowder_C_FlooTeleportFinished"); \ static_assert(sizeof(BTT_Biped_FlooPowder_C_FlooTeleportFinished) == 0x000008, "Wrong size on BTT_Biped_FlooPowder_C_FlooTeleportFinished"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_FlooTeleportFinished, Caller) == 0x000000, "Member 'BTT_Biped_FlooPowder_C_FlooTeleportFinished::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_FlooPowder_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_FlooPowder_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_FlooPowder_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_FlooPowder_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_FlooPowder_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_FlooPowder_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_FlooPowder_C_ExitTask \ static_assert(alignof(BTT_Biped_FlooPowder_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_FlooPowder_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_FlooPowder_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_FlooPowder_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_FlooPowder_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_FlooPowder_C_CustActionEvt_FlooDropPowder_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_FlooPowder_C_CustActionEvt_FlooDropPowder_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_FlooPowder_C_CustActionEvt_FlooDropPowder_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_FlooPowder_C_CustActionEvt_FlooDropPowder_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_FlooPowder_C_CustActionEvt_FlooDropPowder_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_CustActionEvt_FlooDropPowder_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_FlooPowder_C_CustActionEvt_FlooDropPowder_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_FlooPowder_C_CustActionEvt_FlooCancelFinished_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_FlooPowder_C_CustActionEvt_FlooCancelFinished_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_FlooPowder_C_CustActionEvt_FlooCancelFinished_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_FlooPowder_C_CustActionEvt_FlooCancelFinished_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_FlooPowder_C_CustActionEvt_FlooCancelFinished_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_CustActionEvt_FlooCancelFinished_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_FlooPowder_C_CustActionEvt_FlooCancelFinished_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_FlooPowder_C_CustActionEvt_FlooExitFinished_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_FlooPowder_C_CustActionEvt_FlooExitFinished_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_FlooPowder_C_CustActionEvt_FlooExitFinished_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_FlooPowder_C_CustActionEvt_FlooExitFinished_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_FlooPowder_C_CustActionEvt_FlooExitFinished_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_CustActionEvt_FlooExitFinished_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_FlooPowder_C_CustActionEvt_FlooExitFinished_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_FlooPowder_C_CustActionEvt_FlooCastFinished_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTT_Biped_FlooPowder_C_CustActionEvt_FlooCastFinished_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTT_Biped_FlooPowder_C_CustActionEvt_FlooCastFinished_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTT_Biped_FlooPowder_C_CustActionEvt_FlooCastFinished_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTT_Biped_FlooPowder_C_CustActionEvt_FlooCastFinished_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_CustActionEvt_FlooCastFinished_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_FlooPowder_C_CustActionEvt_FlooCastFinished_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_FlooPowder_C_CustActionEvt_FlooEntered_K2Node_BTCustomActionEvent_4 \ static_assert(alignof(BTT_Biped_FlooPowder_C_CustActionEvt_FlooEntered_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong alignment on BTT_Biped_FlooPowder_C_CustActionEvt_FlooEntered_K2Node_BTCustomActionEvent_4"); \ static_assert(sizeof(BTT_Biped_FlooPowder_C_CustActionEvt_FlooEntered_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong size on BTT_Biped_FlooPowder_C_CustActionEvt_FlooEntered_K2Node_BTCustomActionEvent_4"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_CustActionEvt_FlooEntered_K2Node_BTCustomActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_FlooPowder_C_CustActionEvt_FlooEntered_K2Node_BTCustomActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_FlooPowder_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5 \ static_assert(alignof(BTT_Biped_FlooPowder_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong alignment on BTT_Biped_FlooPowder_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5"); \ static_assert(sizeof(BTT_Biped_FlooPowder_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong size on BTT_Biped_FlooPowder_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5"); \ static_assert(offsetof(BTT_Biped_FlooPowder_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_FlooPowder_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_FlooPowder_C \ static_assert(alignof(UBTT_Biped_FlooPowder_C) == 0x000008, "Wrong alignment on UBTT_Biped_FlooPowder_C"); \ static_assert(sizeof(UBTT_Biped_FlooPowder_C) == 0x000158, "Wrong size on UBTT_Biped_FlooPowder_C"); \ static_assert(offsetof(UBTT_Biped_FlooPowder_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_FlooPowder_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_AncMagVanish_C \ static_assert(alignof(ABP_SkinFX_AncMagVanish_C) == 0x000008, "Wrong alignment on ABP_SkinFX_AncMagVanish_C"); \ static_assert(sizeof(ABP_SkinFX_AncMagVanish_C) == 0x0005D0, "Wrong size on ABP_SkinFX_AncMagVanish_C"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall \ static_assert(alignof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall) == 0x000008, "Wrong alignment on BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall"); \ static_assert(sizeof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall) == 0x000078, "Wrong size on BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall, EntryPoint) == 0x000000, "Member 'BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000004, "Member 'BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000018, "Member 'BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000030, "Member 'BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue) == 0x000041, "Member 'BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_1) == 0x000042, "Member 'BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall, K2Node_DynamicCast_AsAble_Character_Interface_2) == 0x000048, "Member 'BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall::K2Node_DynamicCast_AsAble_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_2) == 0x000059, "Member 'BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall, CallFunc_GetAnimInstance_ReturnValue) == 0x000060, "Member 'BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000068, "Member 'BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall, K2Node_SwitchEnum_CmpSuccess) == 0x000071, "Member 'BTT_BipedUpper_BlockedByWall_C_ExecuteUbergraph_BTT_BipedUpper_BlockedByWall::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_BlockedByWall_C_ExitTask \ static_assert(alignof(BTT_BipedUpper_BlockedByWall_C_ExitTask) == 0x000008, "Wrong alignment on BTT_BipedUpper_BlockedByWall_C_ExitTask"); \ static_assert(sizeof(BTT_BipedUpper_BlockedByWall_C_ExitTask) == 0x000008, "Wrong size on BTT_BipedUpper_BlockedByWall_C_ExitTask"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_BlockedByWall_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_BlockedByWall_C_ReceiveExecute \ static_assert(alignof(BTT_BipedUpper_BlockedByWall_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_BipedUpper_BlockedByWall_C_ReceiveExecute"); \ static_assert(sizeof(BTT_BipedUpper_BlockedByWall_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_BipedUpper_BlockedByWall_C_ReceiveExecute"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_BlockedByWall_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_BlockedByWall_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_BipedUpper_BlockedByWall_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_BipedUpper_BlockedByWall_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_BipedUpper_BlockedByWall_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_BipedUpper_BlockedByWall_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_BipedUpper_BlockedByWall_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_BlockedByWall_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_BipedUpper_BlockedByWall_C \ static_assert(alignof(UBTT_BipedUpper_BlockedByWall_C) == 0x000008, "Wrong alignment on UBTT_BipedUpper_BlockedByWall_C"); \ static_assert(sizeof(UBTT_BipedUpper_BlockedByWall_C) == 0x000158, "Wrong size on UBTT_BipedUpper_BlockedByWall_C"); \ static_assert(offsetof(UBTT_BipedUpper_BlockedByWall_C, UberGraphFrame) == 0x000150, "Member 'UBTT_BipedUpper_BlockedByWall_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_HealthPotion_C \ static_assert(alignof(ABP_SkinFX_HealthPotion_C) == 0x000008, "Wrong alignment on ABP_SkinFX_HealthPotion_C"); \ static_assert(sizeof(ABP_SkinFX_HealthPotion_C) == 0x0005D0, "Wrong size on ABP_SkinFX_HealthPotion_C"); \ #define DUMPER7_ASSERTS_UABL_TMB_RCT_TakeAKnee_Loop_C \ static_assert(alignof(UABL_TMB_RCT_TakeAKnee_Loop_C) == 0x000008, "Wrong alignment on UABL_TMB_RCT_TakeAKnee_Loop_C"); \ static_assert(sizeof(UABL_TMB_RCT_TakeAKnee_Loop_C) == 0x0000E0, "Wrong size on UABL_TMB_RCT_TakeAKnee_Loop_C"); \ #define DUMPER7_ASSERTS_UI_BP_AutosaveDisclaimer_C_ExecuteUbergraph_UI_BP_AutosaveDisclaimer \ static_assert(alignof(UI_BP_AutosaveDisclaimer_C_ExecuteUbergraph_UI_BP_AutosaveDisclaimer) == 0x000004, "Wrong alignment on UI_BP_AutosaveDisclaimer_C_ExecuteUbergraph_UI_BP_AutosaveDisclaimer"); \ static_assert(sizeof(UI_BP_AutosaveDisclaimer_C_ExecuteUbergraph_UI_BP_AutosaveDisclaimer) == 0x000008, "Wrong size on UI_BP_AutosaveDisclaimer_C_ExecuteUbergraph_UI_BP_AutosaveDisclaimer"); \ static_assert(offsetof(UI_BP_AutosaveDisclaimer_C_ExecuteUbergraph_UI_BP_AutosaveDisclaimer, EntryPoint) == 0x000000, "Member 'UI_BP_AutosaveDisclaimer_C_ExecuteUbergraph_UI_BP_AutosaveDisclaimer::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AutosaveDisclaimer_C_ExecuteUbergraph_UI_BP_AutosaveDisclaimer, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_AutosaveDisclaimer_C_ExecuteUbergraph_UI_BP_AutosaveDisclaimer::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AutosaveDisclaimer_C_PreConstruct \ static_assert(alignof(UI_BP_AutosaveDisclaimer_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_AutosaveDisclaimer_C_PreConstruct"); \ static_assert(sizeof(UI_BP_AutosaveDisclaimer_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_AutosaveDisclaimer_C_PreConstruct"); \ static_assert(offsetof(UI_BP_AutosaveDisclaimer_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_AutosaveDisclaimer_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings) == 0x000098, "Wrong size on UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000060, "Member 'UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000080, "Member 'UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000090, "Member 'UI_BP_AutosaveDisclaimer_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_AutosaveDisclaimer_C \ static_assert(alignof(UUI_BP_AutosaveDisclaimer_C) == 0x000008, "Wrong alignment on UUI_BP_AutosaveDisclaimer_C"); \ static_assert(sizeof(UUI_BP_AutosaveDisclaimer_C) == 0x000350, "Wrong size on UUI_BP_AutosaveDisclaimer_C"); \ static_assert(offsetof(UUI_BP_AutosaveDisclaimer_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_AutosaveDisclaimer_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AutosaveDisclaimer_C, Disclaimer1) == 0x000330, "Member 'UUI_BP_AutosaveDisclaimer_C::Disclaimer1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AutosaveDisclaimer_C, Disclaimer2) == 0x000338, "Member 'UUI_BP_AutosaveDisclaimer_C::Disclaimer2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AutosaveDisclaimer_C, UI_BP_SavingIcon) == 0x000340, "Member 'UUI_BP_AutosaveDisclaimer_C::UI_BP_SavingIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AutosaveDisclaimer_C, ScreenDuration) == 0x000348, "Member 'UUI_BP_AutosaveDisclaimer_C::ScreenDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Bloat_C \ static_assert(alignof(ABP_SkinFX_Bloat_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Bloat_C"); \ static_assert(sizeof(ABP_SkinFX_Bloat_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Bloat_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_DisapparateGoblin_C \ static_assert(alignof(ABP_SkinFX_DisapparateGoblin_C) == 0x000008, "Wrong alignment on ABP_SkinFX_DisapparateGoblin_C"); \ static_assert(sizeof(ABP_SkinFX_DisapparateGoblin_C) == 0x0005D0, "Wrong size on ABP_SkinFX_DisapparateGoblin_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_TalentResetPotion_C \ static_assert(alignof(ABP_SkinFX_TalentResetPotion_C) == 0x000008, "Wrong alignment on ABP_SkinFX_TalentResetPotion_C"); \ static_assert(sizeof(ABP_SkinFX_TalentResetPotion_C) == 0x0005D0, "Wrong size on ABP_SkinFX_TalentResetPotion_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_BlackParticleFinisherExplode_C \ static_assert(alignof(ABP_SkinFX_BlackParticleFinisherExplode_C) == 0x000008, "Wrong alignment on ABP_SkinFX_BlackParticleFinisherExplode_C"); \ static_assert(sizeof(ABP_SkinFX_BlackParticleFinisherExplode_C) == 0x0005D0, "Wrong size on ABP_SkinFX_BlackParticleFinisherExplode_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_FelixFelicis_C \ static_assert(alignof(ABP_SkinFX_FelixFelicis_C) == 0x000008, "Wrong alignment on ABP_SkinFX_FelixFelicis_C"); \ static_assert(sizeof(ABP_SkinFX_FelixFelicis_C) == 0x0005D0, "Wrong size on ABP_SkinFX_FelixFelicis_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Outline_C \ static_assert(alignof(ABP_SkinFX_Outline_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Outline_C"); \ static_assert(sizeof(ABP_SkinFX_Outline_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Outline_C"); \ #define DUMPER7_ASSERTS_ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt \ static_assert(alignof(ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt) == 0x000070, "Wrong size on ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt, EntryPoint) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt, K2Node_Event_Context) == 0x000008, "Member 'ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_AttackHeavyAnticipation_Cmbt_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Cmbt::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackHeavyAnticipation_Cmbt_C_OnAbilityBranch \ static_assert(alignof(ABL_AttackHeavyAnticipation_Cmbt_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_Cmbt_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_Cmbt_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_AttackHeavyAnticipation_Cmbt_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Cmbt_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_Cmbt_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Cmbt_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_AttackHeavyAnticipation_Cmbt_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackHeavyAnticipation_Cmbt_C_OnAbilityStart \ static_assert(alignof(ABL_AttackHeavyAnticipation_Cmbt_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_Cmbt_C_OnAbilityStart"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_Cmbt_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_AttackHeavyAnticipation_Cmbt_C_OnAbilityStart"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Cmbt_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_Cmbt_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_AttackHeavyAnticipation_Cmbt_C \ static_assert(alignof(UABL_AttackHeavyAnticipation_Cmbt_C) == 0x000008, "Wrong alignment on UABL_AttackHeavyAnticipation_Cmbt_C"); \ static_assert(sizeof(UABL_AttackHeavyAnticipation_Cmbt_C) == 0x0000D0, "Wrong size on UABL_AttackHeavyAnticipation_Cmbt_C"); \ static_assert(offsetof(UABL_AttackHeavyAnticipation_Cmbt_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_AttackHeavyAnticipation_Cmbt_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_FieldGuidePaper_C \ static_assert(alignof(ABP_SkinFX_FieldGuidePaper_C) == 0x000008, "Wrong alignment on ABP_SkinFX_FieldGuidePaper_C"); \ static_assert(sizeof(ABP_SkinFX_FieldGuidePaper_C) == 0x0005D0, "Wrong size on ABP_SkinFX_FieldGuidePaper_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_InferiCharred_C \ static_assert(alignof(ABP_SkinFX_InferiCharred_C) == 0x000008, "Wrong alignment on ABP_SkinFX_InferiCharred_C"); \ static_assert(sizeof(ABP_SkinFX_InferiCharred_C) == 0x0005D0, "Wrong size on ABP_SkinFX_InferiCharred_C"); \ #define DUMPER7_ASSERTS_ABL_Enemy_JumpJog_C_ExecuteUbergraph_ABL_Enemy_JumpJog \ static_assert(alignof(ABL_Enemy_JumpJog_C_ExecuteUbergraph_ABL_Enemy_JumpJog) == 0x000008, "Wrong alignment on ABL_Enemy_JumpJog_C_ExecuteUbergraph_ABL_Enemy_JumpJog"); \ static_assert(sizeof(ABL_Enemy_JumpJog_C_ExecuteUbergraph_ABL_Enemy_JumpJog) == 0x000010, "Wrong size on ABL_Enemy_JumpJog_C_ExecuteUbergraph_ABL_Enemy_JumpJog"); \ static_assert(offsetof(ABL_Enemy_JumpJog_C_ExecuteUbergraph_ABL_Enemy_JumpJog, EntryPoint) == 0x000000, "Member 'ABL_Enemy_JumpJog_C_ExecuteUbergraph_ABL_Enemy_JumpJog::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpJog_C_ExecuteUbergraph_ABL_Enemy_JumpJog, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_JumpJog_C_ExecuteUbergraph_ABL_Enemy_JumpJog::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_JumpJog_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_JumpJog_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_JumpJog_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_JumpJog_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_JumpJog_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_JumpJog_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_JumpJog_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_JumpJog_C \ static_assert(alignof(UABL_Enemy_JumpJog_C) == 0x000008, "Wrong alignment on UABL_Enemy_JumpJog_C"); \ static_assert(sizeof(UABL_Enemy_JumpJog_C) == 0x0000D0, "Wrong size on UABL_Enemy_JumpJog_C"); \ static_assert(offsetof(UABL_Enemy_JumpJog_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_JumpJog_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement \ static_assert(alignof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement) == 0x000010, "Wrong alignment on BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement"); \ static_assert(sizeof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement) == 0x0003E0, "Wrong size on BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, EntryPoint) == 0x000000, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_GetSpellTool_ReturnValue) == 0x000008, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_GetSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, K2Node_DynamicCast_AsOppugno_Spell_Tool) == 0x000010, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::K2Node_DynamicCast_AsOppugno_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, K2Node_Event_HitResult) == 0x00001C, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, K2Node_Event_bDestroyed) == 0x0000A4, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::K2Node_Event_bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, K2Node_Event_bHit) == 0x0000A5, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, K2Node_Event_bBlocked) == 0x0000A6, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, K2Node_Event_bFailed) == 0x0000A7, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::K2Node_Event_bFailed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BreakHitResult_bBlockingHit) == 0x0000A8, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000A9, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BreakHitResult_Time) == 0x0000AC, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BreakHitResult_Distance) == 0x0000B0, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BreakHitResult_Location) == 0x0000B4, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C0, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BreakHitResult_Normal) == 0x0000CC, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D8, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BreakHitResult_PhysMat) == 0x0000E8, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BreakHitResult_HitActor) == 0x0000F0, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BreakHitResult_HitComponent) == 0x0000F8, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BreakHitResult_HitBoneName) == 0x000100, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BreakHitResult_HitItem) == 0x000108, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BreakHitResult_ElementIndex) == 0x00010C, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BreakHitResult_FaceIndex) == 0x000110, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BreakHitResult_TraceStart) == 0x000114, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BreakHitResult_TraceEnd) == 0x000120, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, K2Node_Event_Target) == 0x000130, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, K2Node_Event_TargetLocation) == 0x000138, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::K2Node_Event_TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, K2Node_Event_Velocity) == 0x000144, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::K2Node_Event_Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000150, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_GetInstigator_ReturnValue) == 0x000160, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000170, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_GetOwner_ReturnValue) == 0x0001A0, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_GetOwner_ReturnValue_1) == 0x0001A8, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0001B0, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, K2Node_ClassDynamicCast_AsMunition_Type_Subsonic_Spell) == 0x0001B8, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::K2Node_ClassDynamicCast_AsMunition_Type_Subsonic_Spell' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, K2Node_ClassDynamicCast_bSuccess) == 0x0001C0, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_FinishSpawningActor_ReturnValue) == 0x0001C8, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_IsValidClass_ReturnValue) == 0x0001D0, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_DoDamageTarget_OutDamageInfo) == 0x0001D8, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_DoDamageTarget_OutDamageInfo' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_DoDamageTarget_ReturnValue) == 0x0003A0, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_DoDamageTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, K2Node_DynamicCast_AsExplosive_Barrel) == 0x0003A8, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::K2Node_DynamicCast_AsExplosive_Barrel' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, K2Node_DynamicCast_bSuccess_1) == 0x0003B0, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_AddVelocityTracker_ReturnValue) == 0x0003B8, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_AddVelocityTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_Array_Add_ReturnValue) == 0x0003C0, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, K2Node_DynamicCast_AsEnemy_AIWeapon) == 0x0003C8, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::K2Node_DynamicCast_AsEnemy_AIWeapon' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, K2Node_DynamicCast_bSuccess_2) == 0x0003D0, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement, CallFunc_IsValid_ReturnValue) == 0x0003D1, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_ExecuteUbergraph_BP_SubSonic_PlayerOppugnoPhysReplacement::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnHit \ static_assert(alignof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnHit) == 0x000004, "Wrong alignment on BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnHit"); \ static_assert(sizeof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnHit) == 0x00008C, "Wrong size on BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnHit"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnHit, HitResult) == 0x000000, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnHit, bDestroyed) == 0x000088, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnHit, bHit) == 0x000089, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnHit, bBlocked) == 0x00008A, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnHit, bFailed) == 0x00008B, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnFire \ static_assert(alignof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnFire) == 0x000008, "Wrong alignment on BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnFire"); \ static_assert(sizeof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnFire) == 0x000020, "Wrong size on BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnFire"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnFire, Target) == 0x000000, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnFire::Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnFire, TargetLocation) == 0x000008, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnFire::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnFire, Velocity) == 0x000014, "Member 'BP_SubSonic_PlayerOppugnoPhysReplacement_C_OnFire::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_PlayerOppugnoPhysReplacement_C \ static_assert(alignof(ABP_SubSonic_PlayerOppugnoPhysReplacement_C) == 0x000008, "Wrong alignment on ABP_SubSonic_PlayerOppugnoPhysReplacement_C"); \ static_assert(sizeof(ABP_SubSonic_PlayerOppugnoPhysReplacement_C) == 0x0004C0, "Wrong size on ABP_SubSonic_PlayerOppugnoPhysReplacement_C"); \ static_assert(offsetof(ABP_SubSonic_PlayerOppugnoPhysReplacement_C, UberGraphFrame) == 0x000488, "Member 'ABP_SubSonic_PlayerOppugnoPhysReplacement_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_PlayerOppugnoPhysReplacement_C, ObjectState) == 0x000490, "Member 'ABP_SubSonic_PlayerOppugnoPhysReplacement_C::ObjectState' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_PlayerOppugnoPhysReplacement_C, StaticMesh) == 0x000498, "Member 'ABP_SubSonic_PlayerOppugnoPhysReplacement_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_PlayerOppugnoPhysReplacement_C, LastVelocity) == 0x0004A0, "Member 'ABP_SubSonic_PlayerOppugnoPhysReplacement_C::LastVelocity' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_PlayerOppugnoPhysReplacement_C, VelocityScale) == 0x0004AC, "Member 'ABP_SubSonic_PlayerOppugnoPhysReplacement_C::VelocityScale' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_PlayerOppugnoPhysReplacement_C, In_Munition_Data_Assets) == 0x0004B0, "Member 'ABP_SubSonic_PlayerOppugnoPhysReplacement_C::In_Munition_Data_Assets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_FinisherIncinerate_C \ static_assert(alignof(ABP_SkinFX_FinisherIncinerate_C) == 0x000008, "Wrong alignment on ABP_SkinFX_FinisherIncinerate_C"); \ static_assert(sizeof(ABP_SkinFX_FinisherIncinerate_C) == 0x0005D0, "Wrong size on ABP_SkinFX_FinisherIncinerate_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_StaminaStew_C \ static_assert(alignof(ABP_SkinFX_StaminaStew_C) == 0x000008, "Wrong alignment on ABP_SkinFX_StaminaStew_C"); \ static_assert(sizeof(ABP_SkinFX_StaminaStew_C) == 0x0005D0, "Wrong size on ABP_SkinFX_StaminaStew_C"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop \ static_assert(alignof(ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop) == 0x000008, "Wrong alignment on ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop"); \ static_assert(sizeof(ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop) == 0x000038, "Wrong size on ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop"); \ static_assert(offsetof(ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000004, "Member 'ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop, K2Node_Event_Context_1) == 0x000010, "Member 'ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop, K2Node_Event_Context) == 0x000018, "Member 'ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop, K2Node_Event_NextAbility) == 0x000020, "Member 'ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop, CallFunc_GetSelfActor_ReturnValue) == 0x000028, "Member 'ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop, CallFunc_PostDialogueEvent_ReturnValue) == 0x000030, "Member 'ABL_NpcReact_CowerWandLinkLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerWandLinkLoop::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_CowerWandLinkLoop_C_OnAbilityBranch \ static_assert(alignof(ABL_NpcReact_CowerWandLinkLoop_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NpcReact_CowerWandLinkLoop_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NpcReact_CowerWandLinkLoop_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NpcReact_CowerWandLinkLoop_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NpcReact_CowerWandLinkLoop_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NpcReact_CowerWandLinkLoop_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerWandLinkLoop_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NpcReact_CowerWandLinkLoop_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_CowerWandLinkLoop_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_CowerWandLinkLoop_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_CowerWandLinkLoop_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_CowerWandLinkLoop_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_CowerWandLinkLoop_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_CowerWandLinkLoop_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_CowerWandLinkLoop_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_CowerWandLinkLoop_C \ static_assert(alignof(UABL_NpcReact_CowerWandLinkLoop_C) == 0x000008, "Wrong alignment on UABL_NpcReact_CowerWandLinkLoop_C"); \ static_assert(sizeof(UABL_NpcReact_CowerWandLinkLoop_C) == 0x0000E8, "Wrong size on UABL_NpcReact_CowerWandLinkLoop_C"); \ static_assert(offsetof(UABL_NpcReact_CowerWandLinkLoop_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_CowerWandLinkLoop_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_MineCart_Idle_C \ static_assert(alignof(UABL_MineCart_Idle_C) == 0x000008, "Wrong alignment on UABL_MineCart_Idle_C"); \ static_assert(sizeof(UABL_MineCart_Idle_C) == 0x0000C8, "Wrong size on UABL_MineCart_Idle_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Stone_C \ static_assert(alignof(ABP_SkinFX_Stone_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Stone_C"); \ static_assert(sizeof(ABP_SkinFX_Stone_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Stone_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ArrestoMomentum_C \ static_assert(alignof(ABP_SkinFX_ArrestoMomentum_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ArrestoMomentum_C"); \ static_assert(sizeof(ABP_SkinFX_ArrestoMomentum_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ArrestoMomentum_C"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand \ static_assert(alignof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand) == 0x000008, "Wrong alignment on BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand"); \ static_assert(sizeof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand) == 0x0000C0, "Wrong size on BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, EntryPoint) == 0x000000, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000010, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, CallFunc_ExecuteAbilityOnChannelByClass_self_CastInput) == 0x000018, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::CallFunc_ExecuteAbilityOnChannelByClass_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue) == 0x000028, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, CallFunc_GetAnimInstance_ReturnValue) == 0x000030, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, K2Node_Event_OwnerActor_1) == 0x000038, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000040, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, K2Node_Event_OwnerActor) == 0x000058, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x000060, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, CallFunc_DuplicateVariantMap_ReturnValue) == 0x000064, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::CallFunc_DuplicateVariantMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000068, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000070, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000078, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000090, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, CallFunc_MakeLiteralName_ReturnValue) == 0x000098, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0000A0, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, CallFunc_ExecuteAbilityOnChannelByClass_self_CastInput_1) == 0x0000A8, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::CallFunc_ExecuteAbilityOnChannelByClass_self_CastInput_1' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_1) == 0x0000B8, "Member 'BTS_BipedUpper_Wand_C_ExecuteUbergraph_BTS_BipedUpper_Wand::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_Wand_C_ServiceEnd \ static_assert(alignof(BTS_BipedUpper_Wand_C_ServiceEnd) == 0x000008, "Wrong alignment on BTS_BipedUpper_Wand_C_ServiceEnd"); \ static_assert(sizeof(BTS_BipedUpper_Wand_C_ServiceEnd) == 0x000008, "Wrong size on BTS_BipedUpper_Wand_C_ServiceEnd"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ServiceEnd, OwnerActor) == 0x000000, "Member 'BTS_BipedUpper_Wand_C_ServiceEnd::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_Wand_C_ServiceBegin \ static_assert(alignof(BTS_BipedUpper_Wand_C_ServiceBegin) == 0x000008, "Wrong alignment on BTS_BipedUpper_Wand_C_ServiceBegin"); \ static_assert(sizeof(BTS_BipedUpper_Wand_C_ServiceBegin) == 0x000008, "Wrong size on BTS_BipedUpper_Wand_C_ServiceBegin"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_ServiceBegin, OwnerActor) == 0x000000, "Member 'BTS_BipedUpper_Wand_C_ServiceBegin::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_Wand_C_CustActionEvt_BreakoutUpperFail_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTS_BipedUpper_Wand_C_CustActionEvt_BreakoutUpperFail_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTS_BipedUpper_Wand_C_CustActionEvt_BreakoutUpperFail_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTS_BipedUpper_Wand_C_CustActionEvt_BreakoutUpperFail_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTS_BipedUpper_Wand_C_CustActionEvt_BreakoutUpperFail_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_CustActionEvt_BreakoutUpperFail_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTS_BipedUpper_Wand_C_CustActionEvt_BreakoutUpperFail_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_Wand_C_CustActionEvt_BreakoutUpperSuccess_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTS_BipedUpper_Wand_C_CustActionEvt_BreakoutUpperSuccess_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTS_BipedUpper_Wand_C_CustActionEvt_BreakoutUpperSuccess_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTS_BipedUpper_Wand_C_CustActionEvt_BreakoutUpperSuccess_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTS_BipedUpper_Wand_C_CustActionEvt_BreakoutUpperSuccess_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_CustActionEvt_BreakoutUpperSuccess_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTS_BipedUpper_Wand_C_CustActionEvt_BreakoutUpperSuccess_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_Wand_C_CustActionEvt_FirePartialBodySpell_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTS_BipedUpper_Wand_C_CustActionEvt_FirePartialBodySpell_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTS_BipedUpper_Wand_C_CustActionEvt_FirePartialBodySpell_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTS_BipedUpper_Wand_C_CustActionEvt_FirePartialBodySpell_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTS_BipedUpper_Wand_C_CustActionEvt_FirePartialBodySpell_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_CustActionEvt_FirePartialBodySpell_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTS_BipedUpper_Wand_C_CustActionEvt_FirePartialBodySpell_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_BipedUpper_Wand_C_PartialBodyAbilityTest \ static_assert(alignof(BTS_BipedUpper_Wand_C_PartialBodyAbilityTest) == 0x000008, "Wrong alignment on BTS_BipedUpper_Wand_C_PartialBodyAbilityTest"); \ static_assert(sizeof(BTS_BipedUpper_Wand_C_PartialBodyAbilityTest) == 0x000020, "Wrong size on BTS_BipedUpper_Wand_C_PartialBodyAbilityTest"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_PartialBodyAbilityTest, ReturnValue) == 0x000000, "Member 'BTS_BipedUpper_Wand_C_PartialBodyAbilityTest::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_PartialBodyAbilityTest, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTS_BipedUpper_Wand_C_PartialBodyAbilityTest::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_PartialBodyAbilityTest, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x000010, "Member 'BTS_BipedUpper_Wand_C_PartialBodyAbilityTest::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTS_BipedUpper_Wand_C_PartialBodyAbilityTest, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTS_BipedUpper_Wand_C_PartialBodyAbilityTest::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_BipedUpper_Wand_C \ static_assert(alignof(UBTS_BipedUpper_Wand_C) == 0x000008, "Wrong alignment on UBTS_BipedUpper_Wand_C"); \ static_assert(sizeof(UBTS_BipedUpper_Wand_C) == 0x000120, "Wrong size on UBTS_BipedUpper_Wand_C"); \ static_assert(offsetof(UBTS_BipedUpper_Wand_C, UberGraphFrame_BTS_BipedUpper_Wand_C) == 0x000118, "Member 'UBTS_BipedUpper_Wand_C::UberGraphFrame_BTS_BipedUpper_Wand_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ApparateTravelAppearScrope_C \ static_assert(alignof(ABP_SkinFX_ApparateTravelAppearScrope_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ApparateTravelAppearScrope_C"); \ static_assert(sizeof(ABP_SkinFX_ApparateTravelAppearScrope_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ApparateTravelAppearScrope_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_DeathExplode_C \ static_assert(alignof(ABP_SkinFX_DeathExplode_C) == 0x000008, "Wrong alignment on ABP_SkinFX_DeathExplode_C"); \ static_assert(sizeof(ABP_SkinFX_DeathExplode_C) == 0x0005D0, "Wrong size on ABP_SkinFX_DeathExplode_C"); \ #define DUMPER7_ASSERTS_ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C_ExecuteUbergraph_ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master \ static_assert(alignof(ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C_ExecuteUbergraph_ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master) == 0x000004, "Wrong alignment on ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C_ExecuteUbergraph_ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master"); \ static_assert(sizeof(ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C_ExecuteUbergraph_ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master) == 0x000004, "Wrong size on ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C_ExecuteUbergraph_ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master"); \ static_assert(offsetof(ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C_ExecuteUbergraph_ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master, EntryPoint) == 0x000000, "Member 'ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C_ExecuteUbergraph_ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C_AnimGraph \ static_assert(alignof(ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C_AnimGraph"); \ static_assert(sizeof(ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C_AnimGraph) == 0x000020, "Wrong size on ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C_AnimGraph"); \ static_assert(offsetof(ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C_AnimGraph::InPose' has a wrong offset!"); \ static_assert(offsetof(ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C \ static_assert(alignof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C) == 0x000010, "Wrong alignment on UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C"); \ static_assert(sizeof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C) == 0x00C390, "Wrong size on UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_LinkedInputPose) == 0x0002F8, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_44) == 0x000410, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_44' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_LocalToComponentSpace) == 0x000850, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_ComponentToLocalSpace) == 0x000870, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_43) == 0x000890, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_43' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_42) == 0x000CD0, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_42' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_41) == 0x001110, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_41' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_40) == 0x001550, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_40' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_39) == 0x001990, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_39' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_38) == 0x001DD0, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_38' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_37) == 0x002210, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_37' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_36) == 0x002650, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_36' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_35) == 0x002A90, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_35' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_34) == 0x002ED0, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_34' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_33) == 0x003310, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_33' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_32) == 0x003750, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_32' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_31) == 0x003B90, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_31' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_30) == 0x003FD0, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_30' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_29) == 0x004410, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_29' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_28) == 0x004850, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_28' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_27) == 0x004C90, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_27' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_26) == 0x0050D0, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_26' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_25) == 0x005510, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_25' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_24) == 0x005950, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_24' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_23) == 0x005D90, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_23' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_22) == 0x0061D0, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_22' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_21) == 0x006610, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_21' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_20) == 0x006A50, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_20' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_19) == 0x006E90, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_19' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_18) == 0x0072D0, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_18' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_17) == 0x007710, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_17' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_16) == 0x007B50, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_16' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_15) == 0x007F90, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_15' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_14) == 0x0083D0, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_14' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_13) == 0x008810, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_13' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_12) == 0x008C50, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_12' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_11) == 0x009090, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_11' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_10) == 0x0094D0, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_9) == 0x009910, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_8) == 0x009D50, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_7) == 0x00A190, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_6) == 0x00A5D0, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_5) == 0x00AA10, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_4) == 0x00AE50, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_3) == 0x00B290, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_2) == 0x00B6D0, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics_1) == 0x00BB10, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C, AnimGraphNode_AnimDynamics) == 0x00BF50, "Member 'UABP_HUM_F_Hair_STUHair31_Dreadlocks_Master_C::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_WaterWetness_C \ static_assert(alignof(ABP_SkinFX_WaterWetness_C) == 0x000008, "Wrong alignment on ABP_SkinFX_WaterWetness_C"); \ static_assert(sizeof(ABP_SkinFX_WaterWetness_C) == 0x0005D0, "Wrong size on ABP_SkinFX_WaterWetness_C"); \ #define DUMPER7_ASSERTS_BP_DiffindoSpell_C_OnAffectTarget \ static_assert(alignof(BP_DiffindoSpell_C_OnAffectTarget) == 0x000008, "Wrong alignment on BP_DiffindoSpell_C_OnAffectTarget"); \ static_assert(sizeof(BP_DiffindoSpell_C_OnAffectTarget) == 0x000018, "Wrong size on BP_DiffindoSpell_C_OnAffectTarget"); \ static_assert(offsetof(BP_DiffindoSpell_C_OnAffectTarget, Target) == 0x000000, "Member 'BP_DiffindoSpell_C_OnAffectTarget::Target' has a wrong offset!"); \ static_assert(offsetof(BP_DiffindoSpell_C_OnAffectTarget, Component) == 0x000008, "Member 'BP_DiffindoSpell_C_OnAffectTarget::Component' has a wrong offset!"); \ static_assert(offsetof(BP_DiffindoSpell_C_OnAffectTarget, bInTargetAffected) == 0x000010, "Member 'BP_DiffindoSpell_C_OnAffectTarget::bInTargetAffected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DiffindoSpell_C_OnCanAffectTarget \ static_assert(alignof(BP_DiffindoSpell_C_OnCanAffectTarget) == 0x000008, "Wrong alignment on BP_DiffindoSpell_C_OnCanAffectTarget"); \ static_assert(sizeof(BP_DiffindoSpell_C_OnCanAffectTarget) == 0x000010, "Wrong size on BP_DiffindoSpell_C_OnCanAffectTarget"); \ static_assert(offsetof(BP_DiffindoSpell_C_OnCanAffectTarget, Target) == 0x000000, "Member 'BP_DiffindoSpell_C_OnCanAffectTarget::Target' has a wrong offset!"); \ static_assert(offsetof(BP_DiffindoSpell_C_OnCanAffectTarget, bInCanAffectTarget) == 0x000008, "Member 'BP_DiffindoSpell_C_OnCanAffectTarget::bInCanAffectTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DiffindoSpell_C_OnMunitionFired \ static_assert(alignof(BP_DiffindoSpell_C_OnMunitionFired) == 0x000008, "Wrong alignment on BP_DiffindoSpell_C_OnMunitionFired"); \ static_assert(sizeof(BP_DiffindoSpell_C_OnMunitionFired) == 0x000040, "Wrong size on BP_DiffindoSpell_C_OnMunitionFired"); \ static_assert(offsetof(BP_DiffindoSpell_C_OnMunitionFired, Target) == 0x000000, "Member 'BP_DiffindoSpell_C_OnMunitionFired::Target' has a wrong offset!"); \ static_assert(offsetof(BP_DiffindoSpell_C_OnMunitionFired, TargetLocation) == 0x000008, "Member 'BP_DiffindoSpell_C_OnMunitionFired::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_DiffindoSpell_C_OnMunitionFired, BaseMunition) == 0x000018, "Member 'BP_DiffindoSpell_C_OnMunitionFired::BaseMunition' has a wrong offset!"); \ static_assert(offsetof(BP_DiffindoSpell_C_OnMunitionFired, InMunitionTagContainer) == 0x000020, "Member 'BP_DiffindoSpell_C_OnMunitionFired::InMunitionTagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell \ static_assert(alignof(BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell) == 0x000008, "Wrong alignment on BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell"); \ static_assert(sizeof(BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell) == 0x000070, "Wrong size on BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell"); \ static_assert(offsetof(BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell, EntryPoint) == 0x000000, "Member 'BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell, K2Node_Event_Target) == 0x000008, "Member 'BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell, K2Node_Event_TargetLocation) == 0x000010, "Member 'BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell::K2Node_Event_TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell, K2Node_Event_BaseMunition) == 0x000020, "Member 'BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell::K2Node_Event_BaseMunition' has a wrong offset!"); \ static_assert(offsetof(BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell, K2Node_Event_InMunitionTagContainer) == 0x000028, "Member 'BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell::K2Node_Event_InMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell, K2Node_Event_Target_2) == 0x000048, "Member 'BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell::K2Node_Event_Target_2' has a wrong offset!"); \ static_assert(offsetof(BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell, K2Node_Event_Component) == 0x000050, "Member 'BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell::K2Node_Event_Component' has a wrong offset!"); \ static_assert(offsetof(BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell, K2Node_Event_bInTargetAffected) == 0x000058, "Member 'BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell::K2Node_Event_bInTargetAffected' has a wrong offset!"); \ static_assert(offsetof(BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell, K2Node_Event_Target_1) == 0x000060, "Member 'BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell::K2Node_Event_Target_1' has a wrong offset!"); \ static_assert(offsetof(BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell, K2Node_Event_bInCanAffectTarget) == 0x000068, "Member 'BP_DiffindoSpell_C_ExecuteUbergraph_BP_DiffindoSpell::K2Node_Event_bInCanAffectTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DiffindoSpell_C \ static_assert(alignof(ABP_DiffindoSpell_C) == 0x000008, "Wrong alignment on ABP_DiffindoSpell_C"); \ static_assert(sizeof(ABP_DiffindoSpell_C) == 0x000880, "Wrong size on ABP_DiffindoSpell_C"); \ static_assert(offsetof(ABP_DiffindoSpell_C, UberGraphFrame) == 0x000838, "Member 'ABP_DiffindoSpell_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_DiffindoSpell_C, DefaultSceneRoot) == 0x000840, "Member 'ABP_DiffindoSpell_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_DiffindoSpell_C, P_Beam) == 0x000848, "Member 'ABP_DiffindoSpell_C::P_Beam' has a wrong offset!"); \ static_assert(offsetof(ABP_DiffindoSpell_C, MAT_Beam) == 0x000850, "Member 'ABP_DiffindoSpell_C::MAT_Beam' has a wrong offset!"); \ static_assert(offsetof(ABP_DiffindoSpell_C, LOC_Target) == 0x000858, "Member 'ABP_DiffindoSpell_C::LOC_Target' has a wrong offset!"); \ static_assert(offsetof(ABP_DiffindoSpell_C, LOC_Wand) == 0x000864, "Member 'ABP_DiffindoSpell_C::LOC_Wand' has a wrong offset!"); \ static_assert(offsetof(ABP_DiffindoSpell_C, StartTime) == 0x000870, "Member 'ABP_DiffindoSpell_C::StartTime' has a wrong offset!"); \ static_assert(offsetof(ABP_DiffindoSpell_C, BulletTime) == 0x000874, "Member 'ABP_DiffindoSpell_C::BulletTime' has a wrong offset!"); \ static_assert(offsetof(ABP_DiffindoSpell_C, BulletCountdown) == 0x000878, "Member 'ABP_DiffindoSpell_C::BulletCountdown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_AvadaKedavraImpact_C \ static_assert(alignof(ABP_SkinFX_AvadaKedavraImpact_C) == 0x000008, "Wrong alignment on ABP_SkinFX_AvadaKedavraImpact_C"); \ static_assert(sizeof(ABP_SkinFX_AvadaKedavraImpact_C) == 0x0005D0, "Wrong size on ABP_SkinFX_AvadaKedavraImpact_C"); \ #define DUMPER7_ASSERTS_BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation \ static_assert(alignof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation) == 0x000008, "Wrong alignment on BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation"); \ static_assert(sizeof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation) == 0x0000D8, "Wrong size on BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, EntryPoint) == 0x000000, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000004, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000018, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000030, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue) == 0x000041, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, CallFunc_GetFaceTargetTracker_ReturnValue) == 0x000048, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::CallFunc_GetFaceTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000050, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000068, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, K2Node_DynamicCast_bSuccess_3) == 0x000078, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000080, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, K2Node_DynamicCast_bSuccess_4) == 0x000090, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, K2Node_DynamicCast_AsBiped_Character_Interface_2) == 0x000098, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::K2Node_DynamicCast_AsBiped_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, K2Node_DynamicCast_bSuccess_5) == 0x0000A8, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, K2Node_DynamicCast_AsAmbulatory_Character) == 0x0000B0, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::K2Node_DynamicCast_AsAmbulatory_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, K2Node_DynamicCast_bSuccess_6) == 0x0000B8, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, CallFunc_GetFaceTargetTracker_ReturnValue_1) == 0x0000C0, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::CallFunc_GetFaceTargetTracker_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, CallFunc_GetBlackboardValueAsActor_ReturnValue) == 0x0000C8, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::CallFunc_GetBlackboardValueAsActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation, CallFunc_AddTarget_Actor_ReturnValue) == 0x0000D0, "Member 'BTT_Biped_IdentificationStation_C_ExecuteUbergraph_BTT_Biped_IdentificationStation::CallFunc_AddTarget_Actor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_IdentificationStation_C_ExitTask \ static_assert(alignof(BTT_Biped_IdentificationStation_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_IdentificationStation_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_IdentificationStation_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_IdentificationStation_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_IdentificationStation_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_IdentificationStation_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_IdentificationStation_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_IdentificationStation_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_IdentificationStation_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_IdentificationStation_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_IdentificationStation_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_IdentificationStation_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_IdentificationStation_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_IdentificationStation_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_IdentificationStation_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_IdentificationStation_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_IdentificationStation_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_IdentificationStation_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_IdentificationStation_C \ static_assert(alignof(UBTT_Biped_IdentificationStation_C) == 0x000008, "Wrong alignment on UBTT_Biped_IdentificationStation_C"); \ static_assert(sizeof(UBTT_Biped_IdentificationStation_C) == 0x000180, "Wrong size on UBTT_Biped_IdentificationStation_C"); \ static_assert(offsetof(UBTT_Biped_IdentificationStation_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_IdentificationStation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_IdentificationStation_C, IDStationKey) == 0x000158, "Member 'UBTT_Biped_IdentificationStation_C::IDStationKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_CreatureCapture_C \ static_assert(alignof(ABP_SkinFX_CreatureCapture_C) == 0x000008, "Wrong alignment on ABP_SkinFX_CreatureCapture_C"); \ static_assert(sizeof(ABP_SkinFX_CreatureCapture_C) == 0x0005E8, "Wrong size on ABP_SkinFX_CreatureCapture_C"); \ static_assert(offsetof(ABP_SkinFX_CreatureCapture_C, Color) == 0x0005D0, "Member 'ABP_SkinFX_CreatureCapture_C::Color' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_CreatureCapture_C, FadeOutStart) == 0x0005E0, "Member 'ABP_SkinFX_CreatureCapture_C::FadeOutStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_IsConsoleVariableSet_C_PerformConditionCheck \ static_assert(alignof(BTD_IsConsoleVariableSet_C_PerformConditionCheck) == 0x000008, "Wrong alignment on BTD_IsConsoleVariableSet_C_PerformConditionCheck"); \ static_assert(sizeof(BTD_IsConsoleVariableSet_C_PerformConditionCheck) == 0x000018, "Wrong size on BTD_IsConsoleVariableSet_C_PerformConditionCheck"); \ static_assert(offsetof(BTD_IsConsoleVariableSet_C_PerformConditionCheck, OwnerActor) == 0x000000, "Member 'BTD_IsConsoleVariableSet_C_PerformConditionCheck::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTD_IsConsoleVariableSet_C_PerformConditionCheck, ReturnValue) == 0x000008, "Member 'BTD_IsConsoleVariableSet_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsConsoleVariableSet_C_PerformConditionCheck, CallFunc_GetConsoleVariableIntValue_ReturnValue) == 0x00000C, "Member 'BTD_IsConsoleVariableSet_C_PerformConditionCheck::CallFunc_GetConsoleVariableIntValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsConsoleVariableSet_C_PerformConditionCheck, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000010, "Member 'BTD_IsConsoleVariableSet_C_PerformConditionCheck::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_IsConsoleVariableSet_C \ static_assert(alignof(UBTD_IsConsoleVariableSet_C) == 0x000008, "Wrong alignment on UBTD_IsConsoleVariableSet_C"); \ static_assert(sizeof(UBTD_IsConsoleVariableSet_C) == 0x0000B0, "Wrong size on UBTD_IsConsoleVariableSet_C"); \ static_assert(offsetof(UBTD_IsConsoleVariableSet_C, VariableName) == 0x0000A0, "Member 'UBTD_IsConsoleVariableSet_C::VariableName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Disintegrate_C \ static_assert(alignof(ABP_SkinFX_Disintegrate_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Disintegrate_C"); \ static_assert(sizeof(ABP_SkinFX_Disintegrate_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Disintegrate_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_SphericalDissolveTwo_C \ static_assert(alignof(ABP_SkinFX_SphericalDissolveTwo_C) == 0x000008, "Wrong alignment on ABP_SkinFX_SphericalDissolveTwo_C"); \ static_assert(sizeof(ABP_SkinFX_SphericalDissolveTwo_C) == 0x0005D0, "Wrong size on ABP_SkinFX_SphericalDissolveTwo_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_LevelUpFullBody_C \ static_assert(alignof(ABP_SkinFX_LevelUpFullBody_C) == 0x000008, "Wrong alignment on ABP_SkinFX_LevelUpFullBody_C"); \ static_assert(sizeof(ABP_SkinFX_LevelUpFullBody_C) == 0x0005D0, "Wrong size on ABP_SkinFX_LevelUpFullBody_C"); \ #define DUMPER7_ASSERTS_UABL_TMB_RCT_NoSwordStumble_P2_V1_C \ static_assert(alignof(UABL_TMB_RCT_NoSwordStumble_P2_V1_C) == 0x000008, "Wrong alignment on UABL_TMB_RCT_NoSwordStumble_P2_V1_C"); \ static_assert(sizeof(UABL_TMB_RCT_NoSwordStumble_P2_V1_C) == 0x0000E0, "Wrong size on UABL_TMB_RCT_NoSwordStumble_P2_V1_C"); \ #define DUMPER7_ASSERTS_UABL_SpellImpact_Accio_Casual_C \ static_assert(alignof(UABL_SpellImpact_Accio_Casual_C) == 0x000008, "Wrong alignment on UABL_SpellImpact_Accio_Casual_C"); \ static_assert(sizeof(UABL_SpellImpact_Accio_Casual_C) == 0x0000C8, "Wrong size on UABL_SpellImpact_Accio_Casual_C"); \ #define DUMPER7_ASSERTS_BP_SkinFX_Disillusionment_C_ExecuteUbergraph_BP_SkinFX_Disillusionment \ static_assert(alignof(BP_SkinFX_Disillusionment_C_ExecuteUbergraph_BP_SkinFX_Disillusionment) == 0x000008, "Wrong alignment on BP_SkinFX_Disillusionment_C_ExecuteUbergraph_BP_SkinFX_Disillusionment"); \ static_assert(sizeof(BP_SkinFX_Disillusionment_C_ExecuteUbergraph_BP_SkinFX_Disillusionment) == 0x000010, "Wrong size on BP_SkinFX_Disillusionment_C_ExecuteUbergraph_BP_SkinFX_Disillusionment"); \ static_assert(offsetof(BP_SkinFX_Disillusionment_C_ExecuteUbergraph_BP_SkinFX_Disillusionment, EntryPoint) == 0x000000, "Member 'BP_SkinFX_Disillusionment_C_ExecuteUbergraph_BP_SkinFX_Disillusionment::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_Disillusionment_C_ExecuteUbergraph_BP_SkinFX_Disillusionment, CallFunc_SkinFXGetAffectedActor_AffectedActor) == 0x000008, "Member 'BP_SkinFX_Disillusionment_C_ExecuteUbergraph_BP_SkinFX_Disillusionment::CallFunc_SkinFXGetAffectedActor_AffectedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Disillusionment_C \ static_assert(alignof(ABP_SkinFX_Disillusionment_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Disillusionment_C"); \ static_assert(sizeof(ABP_SkinFX_Disillusionment_C) == 0x0005D8, "Wrong size on ABP_SkinFX_Disillusionment_C"); \ static_assert(offsetof(ABP_SkinFX_Disillusionment_C, UberGraphFrame) == 0x0005D0, "Member 'ABP_SkinFX_Disillusionment_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Invincibility_C \ static_assert(alignof(ABP_SkinFX_Invincibility_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Invincibility_C"); \ static_assert(sizeof(ABP_SkinFX_Invincibility_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Invincibility_C"); \ #define DUMPER7_ASSERTS_BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape \ static_assert(alignof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape) == 0x000008, "Wrong alignment on BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape"); \ static_assert(sizeof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape) == 0x000400, "Wrong size on BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Variable) == 0x000010, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Clamp_ReturnValue) == 0x00001C, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue_2) == 0x000020, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Loop_Counter_Variable_1) == 0x000024, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue_3) == 0x000028, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Loop_Counter_Variable_2) == 0x00002C, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue_4) == 0x000030, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Array_Index_Variable_2) == 0x000034, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Array_Index_Variable_3) == 0x000038, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Loop_Counter_Variable_3) == 0x00003C, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue_5) == 0x000040, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Array_Index_Variable_4) == 0x000044, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Variable_1) == 0x000048, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue_6) == 0x00004C, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Loop_Counter_Variable_4) == 0x000050, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetAllActorsOfClass_OutActors) == 0x000058, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue_7) == 0x000068, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Length_ReturnValue) == 0x00006C, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000078, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Loop_Counter_Variable_5) == 0x000088, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Get_Item) == 0x000090, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetAllChildActors_ChildActors) == 0x000098, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetAllChildActors_ChildActors' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue_8) == 0x0000A8, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Add_ReturnValue) == 0x0000B8, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000BC, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0000BD, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Length_ReturnValue_1) == 0x0000C0, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000C4, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Length_ReturnValue_2) == 0x0000C8, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000CC, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Array_Index_Variable_5) == 0x0000D0, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Get_Item_2) == 0x0000D8, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetAllChildActors_ChildActors_1) == 0x0000E0, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetAllChildActors_ChildActors_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Get_Item_3) == 0x0000F0, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Length_ReturnValue_3) == 0x0000F8, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Add_ReturnValue_1) == 0x0000FC, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Less_IntInt_ReturnValue_3) == 0x000100, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000101, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000102, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetTangentAtSplinePoint_ReturnValue) == 0x000104, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetTangentAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x000110, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_X) == 0x00011C, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Y) == 0x000120, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Z) == 0x000124, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetLocationAtSplinePoint_ReturnValue_1) == 0x000128, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetLocationAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetLocationAtSplinePoint_ReturnValue_2) == 0x000134, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetLocationAtSplinePoint_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000140, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x00014C, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_VectorVector_ReturnValue) == 0x000158, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Divide_VectorFloat_ReturnValue) == 0x000164, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_X_1) == 0x000170, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Y_1) == 0x000174, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Z_1) == 0x000178, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_MakeVector_ReturnValue) == 0x00017C, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetAllActorsOfClass_OutActors_2) == 0x000188, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetAllActorsOfClass_OutActors_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetAllActorsOfClass_OutActors_3) == 0x000198, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetAllActorsOfClass_OutActors_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Get_Item_4) == 0x0001A8, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Length_ReturnValue_4) == 0x0001B0, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Add_ReturnValue_2) == 0x0001B4, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Less_IntInt_ReturnValue_4) == 0x0001B8, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001BC, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_X_2) == 0x0001C8, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Y_2) == 0x0001CC, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Z_2) == 0x0001D0, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetLocationAtSplinePoint_ReturnValue_3) == 0x0001D4, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetLocationAtSplinePoint_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_FloatFloat_ReturnValue) == 0x0001E0, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_X_3) == 0x0001E4, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Y_3) == 0x0001E8, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Z_3) == 0x0001EC, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_MakeVector_ReturnValue_1) == 0x0001F0, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0001FC, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000200, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_MakeVector_ReturnValue_2) == 0x000204, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_MakeVector_ReturnValue_3) == 0x000210, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_LineTraceMulti_OutHits) == 0x000220, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_LineTraceMulti_OutHits' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_LineTraceMulti_ReturnValue) == 0x000230, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_LineTraceMulti_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000234, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Get_Item_5) == 0x000238, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0002C0, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_bBlockingHit) == 0x0002C4, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_bInitialOverlap) == 0x0002C5, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_Time) == 0x0002C8, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_Distance) == 0x0002CC, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_Location) == 0x0002D0, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_ImpactPoint) == 0x0002DC, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_Normal) == 0x0002E8, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_ImpactNormal) == 0x0002F4, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_PhysMat) == 0x000300, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_HitActor) == 0x000308, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_HitComponent) == 0x000310, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_HitBoneName) == 0x000318, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_HitItem) == 0x000320, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_ElementIndex) == 0x000324, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_FaceIndex) == 0x000328, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_TraceStart) == 0x00032C, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_TraceEnd) == 0x000338, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000344, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_X_4) == 0x000348, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Y_4) == 0x00034C, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Z_4) == 0x000350, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000354, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000358, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_MakeVector_ReturnValue_4) == 0x00035C, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000368, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0003F0, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Length_ReturnValue_5) == 0x0003F4, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Less_IntInt_ReturnValue_5) == 0x0003F8, "Member 'BP_OL_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape \ static_assert(alignof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape) == 0x000008, "Wrong alignment on BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape"); \ static_assert(sizeof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape) == 0x000190, "Wrong size on BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakVector_X) == 0x00000C, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakVector_Y) == 0x000010, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakVector_Z) == 0x000014, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_MakeVector_ReturnValue) == 0x000020, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_MakeVector_ReturnValue_1) == 0x00002C, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_LineTraceMulti_OutHits) == 0x000038, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_LineTraceMulti_OutHits' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_LineTraceMulti_ReturnValue) == 0x000048, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_LineTraceMulti_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Less_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_bBlockingHit) == 0x0000D9, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000DA, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_Time) == 0x0000DC, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_Distance) == 0x0000E0, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_Location) == 0x0000E4, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_ImpactPoint) == 0x0000F0, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_Normal) == 0x0000FC, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_ImpactNormal) == 0x000108, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_PhysMat) == 0x000118, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_HitActor) == 0x000120, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_HitComponent) == 0x000128, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_HitBoneName) == 0x000130, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_HitItem) == 0x000138, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_ElementIndex) == 0x00013C, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_FaceIndex) == 0x000140, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_TraceStart) == 0x000144, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_TraceEnd) == 0x000150, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Array_Add_ReturnValue) == 0x00015C, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_GetDisplayName_ReturnValue) == 0x000160, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Contains_ReturnValue) == 0x000170, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakVector_X_1) == 0x000174, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakVector_Y_1) == 0x000178, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakVector_Z_1) == 0x00017C, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000180, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_MakeVector_ReturnValue_2) == 0x000184, "Member 'BP_OL_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OL_VirtualTexturePaths_01_C_UserConstructionScript \ static_assert(alignof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_OL_VirtualTexturePaths_01_C_UserConstructionScript"); \ static_assert(sizeof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript) == 0x000120, "Wrong size on BP_OL_VirtualTexturePaths_01_C_UserConstructionScript"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, Temp_struct_Variable) == 0x000000, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000030, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, Temp_int_Variable) == 0x000038, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue) == 0x00003C, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000040, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000044, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000048, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_MakeColor_ReturnValue) == 0x00004C, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_MakeColor_ReturnValue_1) == 0x00005C, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_MakeColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_MakeColor_ReturnValue_2) == 0x00006C, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_MakeColor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x00007C, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000080, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000084, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x000088, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue) == 0x00008C, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x000090, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000094, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000098, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue) == 0x00009C, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x0000A8, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_ClampVectorSize_ReturnValue) == 0x0000B4, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_ClampVectorSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue_1) == 0x0000C0, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1) == 0x0000CC, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_ClampVectorSize_ReturnValue_1) == 0x0000D8, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_ClampVectorSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000E4, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x0000E8, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000EC, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0000F0, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0000F4, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x0000F8, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x0000FC, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_GetSplineLength_ReturnValue) == 0x000100, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000104, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_GetSplineLength_ReturnValue_1) == 0x000108, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_GetSplineLength_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x00010C, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_FCeil_ReturnValue) == 0x000110, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_FTrunc_ReturnValue) == 0x000114, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Less_FloatFloat_ReturnValue) == 0x000118, "Member 'BP_OL_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OL_VirtualTexturePaths_01_C_ExecuteUbergraph_BP_OL_VirtualTexturePaths_01 \ static_assert(alignof(BP_OL_VirtualTexturePaths_01_C_ExecuteUbergraph_BP_OL_VirtualTexturePaths_01) == 0x000004, "Wrong alignment on BP_OL_VirtualTexturePaths_01_C_ExecuteUbergraph_BP_OL_VirtualTexturePaths_01"); \ static_assert(sizeof(BP_OL_VirtualTexturePaths_01_C_ExecuteUbergraph_BP_OL_VirtualTexturePaths_01) == 0x000004, "Wrong size on BP_OL_VirtualTexturePaths_01_C_ExecuteUbergraph_BP_OL_VirtualTexturePaths_01"); \ static_assert(offsetof(BP_OL_VirtualTexturePaths_01_C_ExecuteUbergraph_BP_OL_VirtualTexturePaths_01, EntryPoint) == 0x000000, "Member 'BP_OL_VirtualTexturePaths_01_C_ExecuteUbergraph_BP_OL_VirtualTexturePaths_01::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_OL_VirtualTexturePaths_01_C \ static_assert(alignof(ABP_OL_VirtualTexturePaths_01_C) == 0x000008, "Wrong alignment on ABP_OL_VirtualTexturePaths_01_C"); \ static_assert(sizeof(ABP_OL_VirtualTexturePaths_01_C) == 0x0003D8, "Wrong size on ABP_OL_VirtualTexturePaths_01_C"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, UberGraphFrame) == 0x000248, "Member 'ABP_OL_VirtualTexturePaths_01_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Spline) == 0x000250, "Member 'ABP_OL_VirtualTexturePaths_01_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_OL_VirtualTexturePaths_01_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Mesh_Length) == 0x000260, "Member 'ABP_OL_VirtualTexturePaths_01_C::Mesh_Length' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Mesh_Pieces) == 0x000264, "Member 'ABP_OL_VirtualTexturePaths_01_C::Mesh_Pieces' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Mesh_Length_2) == 0x000268, "Member 'ABP_OL_VirtualTexturePaths_01_C::Mesh_Length_2' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Mesh_Width) == 0x00026C, "Member 'ABP_OL_VirtualTexturePaths_01_C::Mesh_Width' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Path_Material) == 0x000270, "Member 'ABP_OL_VirtualTexturePaths_01_C::Path_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Path_Mesh) == 0x000278, "Member 'ABP_OL_VirtualTexturePaths_01_C::Path_Mesh' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Virtual_Textures) == 0x000280, "Member 'ABP_OL_VirtualTexturePaths_01_C::Virtual_Textures' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, NewVar_0) == 0x000290, "Member 'ABP_OL_VirtualTexturePaths_01_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, VirtualTexture) == 0x0002A0, "Member 'ABP_OL_VirtualTexturePaths_01_C::VirtualTexture' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Virtual_Texturing) == 0x0002B0, "Member 'ABP_OL_VirtualTexturePaths_01_C::Virtual_Texturing' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Texture_Length) == 0x0002B4, "Member 'ABP_OL_VirtualTexturePaths_01_C::Texture_Length' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, NewVar_1) == 0x0002B8, "Member 'ABP_OL_VirtualTexturePaths_01_C::NewVar_1' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Base_Colour) == 0x0002C0, "Member 'ABP_OL_VirtualTexturePaths_01_C::Base_Colour' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, HRO) == 0x0002C8, "Member 'ABP_OL_VirtualTexturePaths_01_C::HRO' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, normal) == 0x0002D0, "Member 'ABP_OL_VirtualTexturePaths_01_C::normal' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Tint) == 0x0002D8, "Member 'ABP_OL_VirtualTexturePaths_01_C::Tint' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, UV_Scale_Near) == 0x0002E8, "Member 'ABP_OL_VirtualTexturePaths_01_C::UV_Scale_Near' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Path_Focus) == 0x0002EC, "Member 'ABP_OL_VirtualTexturePaths_01_C::Path_Focus' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Blend_Contrast) == 0x0002F0, "Member 'ABP_OL_VirtualTexturePaths_01_C::Blend_Contrast' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Path_Tint_Middle) == 0x0002F4, "Member 'ABP_OL_VirtualTexturePaths_01_C::Path_Tint_Middle' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Path_Shape_Normal) == 0x000308, "Member 'ABP_OL_VirtualTexturePaths_01_C::Path_Shape_Normal' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Base_Colour_2) == 0x000310, "Member 'ABP_OL_VirtualTexturePaths_01_C::Base_Colour_2' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, HRO_2) == 0x000318, "Member 'ABP_OL_VirtualTexturePaths_01_C::HRO_2' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, normal_2) == 0x000320, "Member 'ABP_OL_VirtualTexturePaths_01_C::normal_2' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, UV_Scale_Near2) == 0x000328, "Member 'ABP_OL_VirtualTexturePaths_01_C::UV_Scale_Near2' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Path_Tint_2) == 0x00032C, "Member 'ABP_OL_VirtualTexturePaths_01_C::Path_Tint_2' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Tracks_Normal_Strength) == 0x00033C, "Member 'ABP_OL_VirtualTexturePaths_01_C::Tracks_Normal_Strength' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Path_Normal_Edge_Strength) == 0x000340, "Member 'ABP_OL_VirtualTexturePaths_01_C::Path_Normal_Edge_Strength' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Blend2_Offset) == 0x000344, "Member 'ABP_OL_VirtualTexturePaths_01_C::Blend2_Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Height2_Strength) == 0x000348, "Member 'ABP_OL_VirtualTexturePaths_01_C::Height2_Strength' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Blend2_Contrast) == 0x00034C, "Member 'ABP_OL_VirtualTexturePaths_01_C::Blend2_Contrast' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Normal2_Strength) == 0x000350, "Member 'ABP_OL_VirtualTexturePaths_01_C::Normal2_Strength' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Normal1_Strength) == 0x000354, "Member 'ABP_OL_VirtualTexturePaths_01_C::Normal1_Strength' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Normal_Edge_Start) == 0x000358, "Member 'ABP_OL_VirtualTexturePaths_01_C::Normal_Edge_Start' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Normal_Edge_Contrast) == 0x00035C, "Member 'ABP_OL_VirtualTexturePaths_01_C::Normal_Edge_Contrast' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Roughness1_Adjust) == 0x000360, "Member 'ABP_OL_VirtualTexturePaths_01_C::Roughness1_Adjust' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Roughness2_Adjust) == 0x000364, "Member 'ABP_OL_VirtualTexturePaths_01_C::Roughness2_Adjust' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Track_Depth_For_Puddles) == 0x000368, "Member 'ABP_OL_VirtualTexturePaths_01_C::Track_Depth_For_Puddles' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Path_Shape_Mask) == 0x000370, "Member 'ABP_OL_VirtualTexturePaths_01_C::Path_Shape_Mask' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Path_Offset_Middle) == 0x000378, "Member 'ABP_OL_VirtualTexturePaths_01_C::Path_Offset_Middle' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Path_Sharpnes_Middle) == 0x00037C, "Member 'ABP_OL_VirtualTexturePaths_01_C::Path_Sharpnes_Middle' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Create_Dynamic_Material) == 0x000380, "Member 'ABP_OL_VirtualTexturePaths_01_C::Create_Dynamic_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Object_Types) == 0x000388, "Member 'ABP_OL_VirtualTexturePaths_01_C::Object_Types' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Ignore) == 0x000398, "Member 'ABP_OL_VirtualTexturePaths_01_C::Ignore' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Last_Block_Impact) == 0x0003A8, "Member 'ABP_OL_VirtualTexturePaths_01_C::Last_Block_Impact' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Snapping_Point_Index) == 0x0003B4, "Member 'ABP_OL_VirtualTexturePaths_01_C::Snapping_Point_Index' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Landscape_Hit) == 0x0003B8, "Member 'ABP_OL_VirtualTexturePaths_01_C::Landscape_Hit' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Snapping_Test_Itteration) == 0x0003BC, "Member 'ABP_OL_VirtualTexturePaths_01_C::Snapping_Test_Itteration' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Continue_Snapping_Itteration_Loop) == 0x0003C0, "Member 'ABP_OL_VirtualTexturePaths_01_C::Continue_Snapping_Itteration_Loop' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Spline_Or_Point) == 0x0003C1, "Member 'ABP_OL_VirtualTexturePaths_01_C::Spline_Or_Point' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_VirtualTexturePaths_01_C, Level_Actors) == 0x0003C8, "Member 'ABP_OL_VirtualTexturePaths_01_C::Level_Actors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AimLock_Reticule_C_ExecuteUbergraph_UI_BP_AimLock_Reticule \ static_assert(alignof(UI_BP_AimLock_Reticule_C_ExecuteUbergraph_UI_BP_AimLock_Reticule) == 0x000004, "Wrong alignment on UI_BP_AimLock_Reticule_C_ExecuteUbergraph_UI_BP_AimLock_Reticule"); \ static_assert(sizeof(UI_BP_AimLock_Reticule_C_ExecuteUbergraph_UI_BP_AimLock_Reticule) == 0x00000C, "Wrong size on UI_BP_AimLock_Reticule_C_ExecuteUbergraph_UI_BP_AimLock_Reticule"); \ static_assert(offsetof(UI_BP_AimLock_Reticule_C_ExecuteUbergraph_UI_BP_AimLock_Reticule, EntryPoint) == 0x000000, "Member 'UI_BP_AimLock_Reticule_C_ExecuteUbergraph_UI_BP_AimLock_Reticule::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AimLock_Reticule_C_ExecuteUbergraph_UI_BP_AimLock_Reticule, K2Node_Event_InVisibility_1) == 0x000004, "Member 'UI_BP_AimLock_Reticule_C_ExecuteUbergraph_UI_BP_AimLock_Reticule::K2Node_Event_InVisibility_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AimLock_Reticule_C_ExecuteUbergraph_UI_BP_AimLock_Reticule, K2Node_Event_InVisibility) == 0x000005, "Member 'UI_BP_AimLock_Reticule_C_ExecuteUbergraph_UI_BP_AimLock_Reticule::K2Node_Event_InVisibility' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AimLock_Reticule_C_ExecuteUbergraph_UI_BP_AimLock_Reticule, K2Node_Event_InScale) == 0x000008, "Member 'UI_BP_AimLock_Reticule_C_ExecuteUbergraph_UI_BP_AimLock_Reticule::K2Node_Event_InScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AimLock_Reticule_C_SetAimModeCircleScale \ static_assert(alignof(UI_BP_AimLock_Reticule_C_SetAimModeCircleScale) == 0x000004, "Wrong alignment on UI_BP_AimLock_Reticule_C_SetAimModeCircleScale"); \ static_assert(sizeof(UI_BP_AimLock_Reticule_C_SetAimModeCircleScale) == 0x000004, "Wrong size on UI_BP_AimLock_Reticule_C_SetAimModeCircleScale"); \ static_assert(offsetof(UI_BP_AimLock_Reticule_C_SetAimModeCircleScale, InScale) == 0x000000, "Member 'UI_BP_AimLock_Reticule_C_SetAimModeCircleScale::InScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AimLock_Reticule_C_SetLockOnVisibility \ static_assert(alignof(UI_BP_AimLock_Reticule_C_SetLockOnVisibility) == 0x000001, "Wrong alignment on UI_BP_AimLock_Reticule_C_SetLockOnVisibility"); \ static_assert(sizeof(UI_BP_AimLock_Reticule_C_SetLockOnVisibility) == 0x000001, "Wrong size on UI_BP_AimLock_Reticule_C_SetLockOnVisibility"); \ static_assert(offsetof(UI_BP_AimLock_Reticule_C_SetLockOnVisibility, InVisibility) == 0x000000, "Member 'UI_BP_AimLock_Reticule_C_SetLockOnVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AimLock_Reticule_C_SetAimModeVisibility \ static_assert(alignof(UI_BP_AimLock_Reticule_C_SetAimModeVisibility) == 0x000001, "Wrong alignment on UI_BP_AimLock_Reticule_C_SetAimModeVisibility"); \ static_assert(sizeof(UI_BP_AimLock_Reticule_C_SetAimModeVisibility) == 0x000001, "Wrong size on UI_BP_AimLock_Reticule_C_SetAimModeVisibility"); \ static_assert(offsetof(UI_BP_AimLock_Reticule_C_SetAimModeVisibility, InVisibility) == 0x000000, "Member 'UI_BP_AimLock_Reticule_C_SetAimModeVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_AimLock_Reticule_C \ static_assert(alignof(UUI_BP_AimLock_Reticule_C) == 0x000008, "Wrong alignment on UUI_BP_AimLock_Reticule_C"); \ static_assert(sizeof(UUI_BP_AimLock_Reticule_C) == 0x000330, "Wrong size on UUI_BP_AimLock_Reticule_C"); \ static_assert(offsetof(UUI_BP_AimLock_Reticule_C, UberGraphFrame) == 0x0002F0, "Member 'UUI_BP_AimLock_Reticule_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AimLock_Reticule_C, AimModeCircle) == 0x0002F8, "Member 'UUI_BP_AimLock_Reticule_C::AimModeCircle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AimLock_Reticule_C, CursorPanel) == 0x000300, "Member 'UUI_BP_AimLock_Reticule_C::CursorPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AimLock_Reticule_C, MouseCursorRings_1) == 0x000308, "Member 'UUI_BP_AimLock_Reticule_C::MouseCursorRings_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AimLock_Reticule_C, RedDot) == 0x000310, "Member 'UUI_BP_AimLock_Reticule_C::RedDot' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AimLock_Reticule_C, sparkles) == 0x000318, "Member 'UUI_BP_AimLock_Reticule_C::sparkles' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AimLock_Reticule_C, TargetCircle) == 0x000320, "Member 'UUI_BP_AimLock_Reticule_C::TargetCircle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AimLock_Reticule_C, TargetDot) == 0x000328, "Member 'UUI_BP_AimLock_Reticule_C::TargetDot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_LightninigIncinerate_C \ static_assert(alignof(ABP_SkinFX_LightninigIncinerate_C) == 0x000008, "Wrong alignment on ABP_SkinFX_LightninigIncinerate_C"); \ static_assert(sizeof(ABP_SkinFX_LightninigIncinerate_C) == 0x0005D0, "Wrong size on ABP_SkinFX_LightninigIncinerate_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_InstantSteal_C \ static_assert(alignof(ABP_SkinFX_InstantSteal_C) == 0x000008, "Wrong alignment on ABP_SkinFX_InstantSteal_C"); \ static_assert(sizeof(ABP_SkinFX_InstantSteal_C) == 0x0005D0, "Wrong size on ABP_SkinFX_InstantSteal_C"); \ #define DUMPER7_ASSERTS_UABL_WandCast_HeavyCombo2_C \ static_assert(alignof(UABL_WandCast_HeavyCombo2_C) == 0x000008, "Wrong alignment on UABL_WandCast_HeavyCombo2_C"); \ static_assert(sizeof(UABL_WandCast_HeavyCombo2_C) == 0x0000D0, "Wrong size on UABL_WandCast_HeavyCombo2_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_RevelioRevealHidden_C \ static_assert(alignof(ABP_SkinFX_RevelioRevealHidden_C) == 0x000008, "Wrong alignment on ABP_SkinFX_RevelioRevealHidden_C"); \ static_assert(sizeof(ABP_SkinFX_RevelioRevealHidden_C) == 0x0005D0, "Wrong size on ABP_SkinFX_RevelioRevealHidden_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ApparateTravelAppear_C \ static_assert(alignof(ABP_SkinFX_ApparateTravelAppear_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ApparateTravelAppear_C"); \ static_assert(sizeof(ABP_SkinFX_ApparateTravelAppear_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ApparateTravelAppear_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ProtegoOrange_C \ static_assert(alignof(ABP_SkinFX_ProtegoOrange_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ProtegoOrange_C"); \ static_assert(sizeof(ABP_SkinFX_ProtegoOrange_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ProtegoOrange_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Hate_C \ static_assert(alignof(ABP_SkinFX_Hate_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Hate_C"); \ static_assert(sizeof(ABP_SkinFX_Hate_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Hate_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_POMaxima_C \ static_assert(alignof(ABP_SkinFX_POMaxima_C) == 0x000008, "Wrong alignment on ABP_SkinFX_POMaxima_C"); \ static_assert(sizeof(ABP_SkinFX_POMaxima_C) == 0x0005D0, "Wrong size on ABP_SkinFX_POMaxima_C"); \ #define DUMPER7_ASSERTS_UABL_Transform_Loop_C \ static_assert(alignof(UABL_Transform_Loop_C) == 0x000008, "Wrong alignment on UABL_Transform_Loop_C"); \ static_assert(sizeof(UABL_Transform_Loop_C) == 0x0000E0, "Wrong size on UABL_Transform_Loop_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ProtegoBlue_C \ static_assert(alignof(ABP_SkinFX_ProtegoBlue_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ProtegoBlue_C"); \ static_assert(sizeof(ABP_SkinFX_ProtegoBlue_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ProtegoBlue_C"); \ #define DUMPER7_ASSERTS_UI_BP_DuelTechnique_Item_C_SetTechniqueData \ static_assert(alignof(UI_BP_DuelTechnique_Item_C_SetTechniqueData) == 0x000008, "Wrong alignment on UI_BP_DuelTechnique_Item_C_SetTechniqueData"); \ static_assert(sizeof(UI_BP_DuelTechnique_Item_C_SetTechniqueData) == 0x000098, "Wrong size on UI_BP_DuelTechnique_Item_C_SetTechniqueData"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, ShowCount) == 0x000000, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::ShowCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, ShowTime) == 0x000001, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::ShowTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, TaskDesc) == 0x000008, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::TaskDesc' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, ID) == 0x000018, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::ID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, MaxValue) == 0x000020, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::MaxValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, Seconds) == 0x000024, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::Seconds' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, Minutes) == 0x000028, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::Minutes' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, Temp_bool_Variable) == 0x00002C, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, Temp_byte_Variable) == 0x00002D, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, Temp_byte_Variable_1) == 0x00002E, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, Temp_bool_Variable_1) == 0x00002F, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, CallFunc_Conv_IntToText_ReturnValue) == 0x000030, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, Temp_byte_Variable_2) == 0x000048, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, Temp_byte_Variable_3) == 0x000049, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, K2Node_Select_Default) == 0x00004A, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, CallFunc_Divide_IntInt_ReturnValue) == 0x00004C, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, CallFunc_Multiply_IntInt_ReturnValue) == 0x000050, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, CallFunc_Subtract_IntInt_ReturnValue) == 0x000054, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, CallFunc_MakeTimespan_ReturnValue) == 0x000058, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::CallFunc_MakeTimespan_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, CallFunc_AsTimespan_Timespan_ReturnValue) == 0x000060, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::CallFunc_AsTimespan_Timespan_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, K2Node_Select_Default_1) == 0x000078, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_SetTechniqueData, CallFunc_Conv_StringToText_ReturnValue) == 0x000080, "Member 'UI_BP_DuelTechnique_Item_C_SetTechniqueData::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DuelTechnique_Item_C_UpdateTime \ static_assert(alignof(UI_BP_DuelTechnique_Item_C_UpdateTime) == 0x000008, "Wrong alignment on UI_BP_DuelTechnique_Item_C_UpdateTime"); \ static_assert(sizeof(UI_BP_DuelTechnique_Item_C_UpdateTime) == 0x000018, "Wrong size on UI_BP_DuelTechnique_Item_C_UpdateTime"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_UpdateTime, NewTime) == 0x000000, "Member 'UI_BP_DuelTechnique_Item_C_UpdateTime::NewTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DuelTechnique_Item_C_UpdateCount \ static_assert(alignof(UI_BP_DuelTechnique_Item_C_UpdateCount) == 0x000008, "Wrong alignment on UI_BP_DuelTechnique_Item_C_UpdateCount"); \ static_assert(sizeof(UI_BP_DuelTechnique_Item_C_UpdateCount) == 0x000020, "Wrong size on UI_BP_DuelTechnique_Item_C_UpdateCount"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_UpdateCount, CurrentCount_0) == 0x000000, "Member 'UI_BP_DuelTechnique_Item_C_UpdateCount::CurrentCount_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_UpdateCount, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'UI_BP_DuelTechnique_Item_C_UpdateCount::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DuelTechnique_Item_C_MarkTaskSuccess \ static_assert(alignof(UI_BP_DuelTechnique_Item_C_MarkTaskSuccess) == 0x000008, "Wrong alignment on UI_BP_DuelTechnique_Item_C_MarkTaskSuccess"); \ static_assert(sizeof(UI_BP_DuelTechnique_Item_C_MarkTaskSuccess) == 0x000010, "Wrong size on UI_BP_DuelTechnique_Item_C_MarkTaskSuccess"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_MarkTaskSuccess, IsNew) == 0x000000, "Member 'UI_BP_DuelTechnique_Item_C_MarkTaskSuccess::IsNew' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_MarkTaskSuccess, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_DuelTechnique_Item_C_MarkTaskSuccess::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_MarkTaskSuccess, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_DuelTechnique_Item_C_MarkTaskSuccess::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DuelTechnique_Item_C_MarkTaskFailure \ static_assert(alignof(UI_BP_DuelTechnique_Item_C_MarkTaskFailure) == 0x000008, "Wrong alignment on UI_BP_DuelTechnique_Item_C_MarkTaskFailure"); \ static_assert(sizeof(UI_BP_DuelTechnique_Item_C_MarkTaskFailure) == 0x000010, "Wrong size on UI_BP_DuelTechnique_Item_C_MarkTaskFailure"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_MarkTaskFailure, IsNew) == 0x000000, "Member 'UI_BP_DuelTechnique_Item_C_MarkTaskFailure::IsNew' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_MarkTaskFailure, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_DuelTechnique_Item_C_MarkTaskFailure::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_MarkTaskFailure, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_DuelTechnique_Item_C_MarkTaskFailure::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DuelTechnique_Item_C_GetTechniqueID \ static_assert(alignof(UI_BP_DuelTechnique_Item_C_GetTechniqueID) == 0x000004, "Wrong alignment on UI_BP_DuelTechnique_Item_C_GetTechniqueID"); \ static_assert(sizeof(UI_BP_DuelTechnique_Item_C_GetTechniqueID) == 0x000008, "Wrong size on UI_BP_DuelTechnique_Item_C_GetTechniqueID"); \ static_assert(offsetof(UI_BP_DuelTechnique_Item_C_GetTechniqueID, ID) == 0x000000, "Member 'UI_BP_DuelTechnique_Item_C_GetTechniqueID::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_DuelTechnique_Item_C \ static_assert(alignof(UUI_BP_DuelTechnique_Item_C) == 0x000008, "Wrong alignment on UUI_BP_DuelTechnique_Item_C"); \ static_assert(sizeof(UUI_BP_DuelTechnique_Item_C) == 0x000338, "Wrong size on UUI_BP_DuelTechnique_Item_C"); \ static_assert(offsetof(UUI_BP_DuelTechnique_Item_C, MarkFailure) == 0x000268, "Member 'UUI_BP_DuelTechnique_Item_C::MarkFailure' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DuelTechnique_Item_C, MarkSuccess) == 0x000270, "Member 'UUI_BP_DuelTechnique_Item_C::MarkSuccess' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DuelTechnique_Item_C, countBorder) == 0x000278, "Member 'UUI_BP_DuelTechnique_Item_C::countBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DuelTechnique_Item_C, CurrentCount) == 0x000280, "Member 'UUI_BP_DuelTechnique_Item_C::CurrentCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DuelTechnique_Item_C, maxCountText) == 0x000288, "Member 'UUI_BP_DuelTechnique_Item_C::maxCountText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DuelTechnique_Item_C, techniqueTask) == 0x000290, "Member 'UUI_BP_DuelTechnique_Item_C::techniqueTask' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DuelTechnique_Item_C, Time) == 0x000298, "Member 'UUI_BP_DuelTechnique_Item_C::Time' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DuelTechnique_Item_C, TechniqueID) == 0x0002A0, "Member 'UUI_BP_DuelTechnique_Item_C::TechniqueID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DuelTechnique_Item_C, MaxCount) == 0x0002A8, "Member 'UUI_BP_DuelTechnique_Item_C::MaxCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DuelTechnique_Item_C, TaskCompleted) == 0x0002AC, "Member 'UUI_BP_DuelTechnique_Item_C::TaskCompleted' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DuelTechnique_Item_C, StrikeThroughBrush) == 0x0002B0, "Member 'UUI_BP_DuelTechnique_Item_C::StrikeThroughBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew \ static_assert(alignof(BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew) == 0x000008, "Wrong alignment on BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew"); \ static_assert(sizeof(BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew) == 0x000060, "Wrong size on BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew"); \ static_assert(offsetof(BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew, EntryPoint) == 0x000000, "Member 'BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew, K2Node_Event_currentTime) == 0x000004, "Member 'BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew::K2Node_Event_currentTime' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew, Temp_struct_Variable) == 0x000008, "Member 'BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew, Temp_delegate_Variable) == 0x000018, "Member 'BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew, Temp_struct_Variable_1) == 0x000028, "Member 'BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew, Temp_delegate_Variable_1) == 0x000038, "Member 'BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew, CallFunc_GetAttachParentActor_ReturnValue) == 0x000048, "Member 'BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew, CallFunc_GetAttachParentActor_ReturnValue_1) == 0x000050, "Member 'BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew::CallFunc_GetAttachParentActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew, CallFunc_PostEvent_ReturnValue) == 0x000058, "Member 'BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew, CallFunc_PostEvent_ReturnValue_1) == 0x00005C, "Member 'BP_SkinFX_Thunderbrew_C_ExecuteUbergraph_BP_SkinFX_Thunderbrew::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_Thunderbrew_C_SkinFXNotifyRetrigger \ static_assert(alignof(BP_SkinFX_Thunderbrew_C_SkinFXNotifyRetrigger) == 0x000004, "Wrong alignment on BP_SkinFX_Thunderbrew_C_SkinFXNotifyRetrigger"); \ static_assert(sizeof(BP_SkinFX_Thunderbrew_C_SkinFXNotifyRetrigger) == 0x000004, "Wrong size on BP_SkinFX_Thunderbrew_C_SkinFXNotifyRetrigger"); \ static_assert(offsetof(BP_SkinFX_Thunderbrew_C_SkinFXNotifyRetrigger, CurrentTime) == 0x000000, "Member 'BP_SkinFX_Thunderbrew_C_SkinFXNotifyRetrigger::CurrentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Thunderbrew_C \ static_assert(alignof(ABP_SkinFX_Thunderbrew_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Thunderbrew_C"); \ static_assert(sizeof(ABP_SkinFX_Thunderbrew_C) == 0x0005D8, "Wrong size on ABP_SkinFX_Thunderbrew_C"); \ static_assert(offsetof(ABP_SkinFX_Thunderbrew_C, UberGraphFrame) == 0x0005D0, "Member 'ABP_SkinFX_Thunderbrew_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog \ static_assert(alignof(ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog) == 0x000008, "Wrong alignment on ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog"); \ static_assert(sizeof(ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog) == 0x000070, "Wrong size on ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog"); \ static_assert(offsetof(ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog, EntryPoint) == 0x000000, "Member 'ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog, K2Node_Event_Context) == 0x000008, "Member 'ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_LumosStart_Jog_C_ExecuteUbergraph_ABL_LumosStart_Jog::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_LumosStart_Jog_C_OnAbilityBranch \ static_assert(alignof(ABL_LumosStart_Jog_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_LumosStart_Jog_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_LumosStart_Jog_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_LumosStart_Jog_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_LumosStart_Jog_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_LumosStart_Jog_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Jog_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_LumosStart_Jog_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_LumosStart_Jog_C_OnAbilityStart \ static_assert(alignof(ABL_LumosStart_Jog_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_LumosStart_Jog_C_OnAbilityStart"); \ static_assert(sizeof(ABL_LumosStart_Jog_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_LumosStart_Jog_C_OnAbilityStart"); \ static_assert(offsetof(ABL_LumosStart_Jog_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_LumosStart_Jog_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_LumosStart_Jog_C \ static_assert(alignof(UABL_LumosStart_Jog_C) == 0x000008, "Wrong alignment on UABL_LumosStart_Jog_C"); \ static_assert(sizeof(UABL_LumosStart_Jog_C) == 0x0000D0, "Wrong size on UABL_LumosStart_Jog_C"); \ static_assert(offsetof(UABL_LumosStart_Jog_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_LumosStart_Jog_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Crucio_C \ static_assert(alignof(ABP_SkinFX_Crucio_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Crucio_C"); \ static_assert(sizeof(ABP_SkinFX_Crucio_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Crucio_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_LevelUpTalent_C \ static_assert(alignof(ABP_SkinFX_LevelUpTalent_C) == 0x000008, "Wrong alignment on ABP_SkinFX_LevelUpTalent_C"); \ static_assert(sizeof(ABP_SkinFX_LevelUpTalent_C) == 0x0005D0, "Wrong size on ABP_SkinFX_LevelUpTalent_C"); \ #define DUMPER7_ASSERTS_BP_AOE_TombProtector_JumpStab_C_ExecuteUbergraph_BP_AOE_TombProtector_JumpStab \ static_assert(alignof(BP_AOE_TombProtector_JumpStab_C_ExecuteUbergraph_BP_AOE_TombProtector_JumpStab) == 0x000004, "Wrong alignment on BP_AOE_TombProtector_JumpStab_C_ExecuteUbergraph_BP_AOE_TombProtector_JumpStab"); \ static_assert(sizeof(BP_AOE_TombProtector_JumpStab_C_ExecuteUbergraph_BP_AOE_TombProtector_JumpStab) == 0x000004, "Wrong size on BP_AOE_TombProtector_JumpStab_C_ExecuteUbergraph_BP_AOE_TombProtector_JumpStab"); \ static_assert(offsetof(BP_AOE_TombProtector_JumpStab_C_ExecuteUbergraph_BP_AOE_TombProtector_JumpStab, EntryPoint) == 0x000000, "Member 'BP_AOE_TombProtector_JumpStab_C_ExecuteUbergraph_BP_AOE_TombProtector_JumpStab::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AOE_TombProtector_JumpStab_C \ static_assert(alignof(ABP_AOE_TombProtector_JumpStab_C) == 0x000008, "Wrong alignment on ABP_AOE_TombProtector_JumpStab_C"); \ static_assert(sizeof(ABP_AOE_TombProtector_JumpStab_C) == 0x000670, "Wrong size on ABP_AOE_TombProtector_JumpStab_C"); \ static_assert(offsetof(ABP_AOE_TombProtector_JumpStab_C, UberGraphFrame) == 0x000660, "Member 'ABP_AOE_TombProtector_JumpStab_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AOE_TombProtector_JumpStab_C, DefaultSceneRoot) == 0x000668, "Member 'ABP_AOE_TombProtector_JumpStab_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DamageIndicator_C_ExecuteUbergraph_UI_BP_DamageIndicator \ static_assert(alignof(UI_BP_DamageIndicator_C_ExecuteUbergraph_UI_BP_DamageIndicator) == 0x000004, "Wrong alignment on UI_BP_DamageIndicator_C_ExecuteUbergraph_UI_BP_DamageIndicator"); \ static_assert(sizeof(UI_BP_DamageIndicator_C_ExecuteUbergraph_UI_BP_DamageIndicator) == 0x000004, "Wrong size on UI_BP_DamageIndicator_C_ExecuteUbergraph_UI_BP_DamageIndicator"); \ static_assert(offsetof(UI_BP_DamageIndicator_C_ExecuteUbergraph_UI_BP_DamageIndicator, EntryPoint) == 0x000000, "Member 'UI_BP_DamageIndicator_C_ExecuteUbergraph_UI_BP_DamageIndicator::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DamageIndicator_C_SetAmount \ static_assert(alignof(UI_BP_DamageIndicator_C_SetAmount) == 0x000008, "Wrong alignment on UI_BP_DamageIndicator_C_SetAmount"); \ static_assert(sizeof(UI_BP_DamageIndicator_C_SetAmount) == 0x0000A0, "Wrong size on UI_BP_DamageIndicator_C_SetAmount"); \ static_assert(offsetof(UI_BP_DamageIndicator_C_SetAmount, Amount) == 0x000000, "Member 'UI_BP_DamageIndicator_C_SetAmount::Amount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicator_C_SetAmount, IsVulnerableDamage) == 0x000004, "Member 'UI_BP_DamageIndicator_C_SetAmount::IsVulnerableDamage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicator_C_SetAmount, DamageColor) == 0x000008, "Member 'UI_BP_DamageIndicator_C_SetAmount::DamageColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicator_C_SetAmount, CallFunc_Abs_Int_ReturnValue) == 0x000018, "Member 'UI_BP_DamageIndicator_C_SetAmount::CallFunc_Abs_Int_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicator_C_SetAmount, CallFunc_Conv_IntToText_ReturnValue) == 0x000020, "Member 'UI_BP_DamageIndicator_C_SetAmount::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicator_C_SetAmount, K2Node_MakeStruct_LinearColor) == 0x000038, "Member 'UI_BP_DamageIndicator_C_SetAmount::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicator_C_SetAmount, K2Node_MakeStruct_SlateColor) == 0x000048, "Member 'UI_BP_DamageIndicator_C_SetAmount::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicator_C_SetAmount, K2Node_MakeStruct_LinearColor_1) == 0x000070, "Member 'UI_BP_DamageIndicator_C_SetAmount::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicator_C_SetAmount, K2Node_MakeStruct_LinearColor_2) == 0x000080, "Member 'UI_BP_DamageIndicator_C_SetAmount::K2Node_MakeStruct_LinearColor_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicator_C_SetAmount, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000090, "Member 'UI_BP_DamageIndicator_C_SetAmount::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicator_C_SetAmount, CallFunc_PlayAnimation_ReturnValue) == 0x000098, "Member 'UI_BP_DamageIndicator_C_SetAmount::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_DamageIndicator_C \ static_assert(alignof(UUI_BP_DamageIndicator_C) == 0x000008, "Wrong alignment on UUI_BP_DamageIndicator_C"); \ static_assert(sizeof(UUI_BP_DamageIndicator_C) == 0x000290, "Wrong size on UUI_BP_DamageIndicator_C"); \ static_assert(offsetof(UUI_BP_DamageIndicator_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_DamageIndicator_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DamageIndicator_C, Damage) == 0x000270, "Member 'UUI_BP_DamageIndicator_C::Damage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DamageIndicator_C, Number) == 0x000278, "Member 'UUI_BP_DamageIndicator_C::Number' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DamageIndicator_C, Number_Stun) == 0x000280, "Member 'UUI_BP_DamageIndicator_C::Number_Stun' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DamageIndicator_C, NumberRays) == 0x000288, "Member 'UUI_BP_DamageIndicator_C::NumberRays' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ScarabCrawl_C \ static_assert(alignof(ABP_SkinFX_ScarabCrawl_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ScarabCrawl_C"); \ static_assert(sizeof(ABP_SkinFX_ScarabCrawl_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ScarabCrawl_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_RevelioHidden_C \ static_assert(alignof(ABP_SkinFX_RevelioHidden_C) == 0x000008, "Wrong alignment on ABP_SkinFX_RevelioHidden_C"); \ static_assert(sizeof(ABP_SkinFX_RevelioHidden_C) == 0x0005D0, "Wrong size on ABP_SkinFX_RevelioHidden_C"); \ #define DUMPER7_ASSERTS_BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion \ static_assert(alignof(BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion) == 0x000008, "Wrong alignment on BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion"); \ static_assert(sizeof(BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion) == 0x000088, "Wrong size on BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion"); \ static_assert(offsetof(BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion, EntryPoint) == 0x000000, "Member 'BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion, K2Node_Event_currentTime) == 0x000004, "Member 'BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion::K2Node_Event_currentTime' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion, Temp_struct_Variable) == 0x000008, "Member 'BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion, Temp_delegate_Variable) == 0x000018, "Member 'BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion, Temp_struct_Variable_1) == 0x000028, "Member 'BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion, Temp_delegate_Variable_1) == 0x000038, "Member 'BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion, Temp_struct_Variable_2) == 0x000048, "Member 'BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion, Temp_delegate_Variable_2) == 0x000058, "Member 'BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion::Temp_delegate_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion, K2Node_Event_endStyle) == 0x000068, "Member 'BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion::K2Node_Event_endStyle' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion, K2Node_Event_currentTime_1) == 0x00006C, "Member 'BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion::K2Node_Event_currentTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion, CallFunc_GetAttachParentActor_ReturnValue) == 0x000070, "Member 'BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion, CallFunc_PostEvent_ReturnValue) == 0x000078, "Member 'BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion, CallFunc_PostEvent_ReturnValue_1) == 0x00007C, "Member 'BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion, CallFunc_PostEvent_ReturnValue_2) == 0x000080, "Member 'BP_SkinFX_AncMagFillPotion_C_ExecuteUbergraph_BP_SkinFX_AncMagFillPotion::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_AncMagFillPotion_C_SkinFXNotifyRetrigger \ static_assert(alignof(BP_SkinFX_AncMagFillPotion_C_SkinFXNotifyRetrigger) == 0x000004, "Wrong alignment on BP_SkinFX_AncMagFillPotion_C_SkinFXNotifyRetrigger"); \ static_assert(sizeof(BP_SkinFX_AncMagFillPotion_C_SkinFXNotifyRetrigger) == 0x000004, "Wrong size on BP_SkinFX_AncMagFillPotion_C_SkinFXNotifyRetrigger"); \ static_assert(offsetof(BP_SkinFX_AncMagFillPotion_C_SkinFXNotifyRetrigger, CurrentTime) == 0x000000, "Member 'BP_SkinFX_AncMagFillPotion_C_SkinFXNotifyRetrigger::CurrentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_AncMagFillPotion_C_SkinFXNotifyEnd \ static_assert(alignof(BP_SkinFX_AncMagFillPotion_C_SkinFXNotifyEnd) == 0x000004, "Wrong alignment on BP_SkinFX_AncMagFillPotion_C_SkinFXNotifyEnd"); \ static_assert(sizeof(BP_SkinFX_AncMagFillPotion_C_SkinFXNotifyEnd) == 0x000008, "Wrong size on BP_SkinFX_AncMagFillPotion_C_SkinFXNotifyEnd"); \ static_assert(offsetof(BP_SkinFX_AncMagFillPotion_C_SkinFXNotifyEnd, EndStyle) == 0x000000, "Member 'BP_SkinFX_AncMagFillPotion_C_SkinFXNotifyEnd::EndStyle' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_AncMagFillPotion_C_SkinFXNotifyEnd, CurrentTime) == 0x000004, "Member 'BP_SkinFX_AncMagFillPotion_C_SkinFXNotifyEnd::CurrentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_AncMagFillPotion_C \ static_assert(alignof(ABP_SkinFX_AncMagFillPotion_C) == 0x000008, "Wrong alignment on ABP_SkinFX_AncMagFillPotion_C"); \ static_assert(sizeof(ABP_SkinFX_AncMagFillPotion_C) == 0x0005D8, "Wrong size on ABP_SkinFX_AncMagFillPotion_C"); \ static_assert(offsetof(ABP_SkinFX_AncMagFillPotion_C, UberGraphFrame) == 0x0005D0, "Member 'ABP_SkinFX_AncMagFillPotion_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin \ static_assert(alignof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin) == 0x000008, "Wrong alignment on BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin"); \ static_assert(sizeof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin) == 0x0000A8, "Wrong size on BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, EntryPoint) == 0x000000, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, Temp_struct_Variable) == 0x000008, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, Temp_delegate_Variable) == 0x000018, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, Temp_struct_Variable_1) == 0x000028, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, Temp_delegate_Variable_1) == 0x000038, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, Temp_struct_Variable_2) == 0x000048, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, Temp_delegate_Variable_2) == 0x000058, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::Temp_delegate_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000068, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, K2Node_Event_currentTime_1) == 0x00006C, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::K2Node_Event_currentTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, CallFunc_SkinFXApplyParameters_ReturnValue) == 0x000070, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::CallFunc_SkinFXApplyParameters_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, K2Node_Event_endStyle) == 0x000071, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::K2Node_Event_endStyle' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, K2Node_Event_currentTime) == 0x000074, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::K2Node_Event_currentTime' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, CallFunc_GetAttachParentActor_ReturnValue) == 0x000078, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000080, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, K2Node_DynamicCast_AsBiped_Player) == 0x000088, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, CallFunc_HasAbilityTagBP_ReturnValue) == 0x000091, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::CallFunc_HasAbilityTagBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, CallFunc_PostEvent_ReturnValue) == 0x000094, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, CallFunc_PostEvent_ReturnValue_1) == 0x000098, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, CallFunc_PostEvent_ReturnValue_2) == 0x00009C, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, CallFunc_SkinFXApplyParameters_ReturnValue_1) == 0x0000A0, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::CallFunc_SkinFXApplyParameters_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin, K2Node_Event_EndPlayReason) == 0x0000A1, "Member 'BP_SkinFX_StoneSkin_C_ExecuteUbergraph_BP_SkinFX_StoneSkin::K2Node_Event_EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_StoneSkin_C_ReceiveEndPlay \ static_assert(alignof(BP_SkinFX_StoneSkin_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_SkinFX_StoneSkin_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_SkinFX_StoneSkin_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_SkinFX_StoneSkin_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_SkinFX_StoneSkin_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_StoneSkin_C_SkinFXNotifyEnd \ static_assert(alignof(BP_SkinFX_StoneSkin_C_SkinFXNotifyEnd) == 0x000004, "Wrong alignment on BP_SkinFX_StoneSkin_C_SkinFXNotifyEnd"); \ static_assert(sizeof(BP_SkinFX_StoneSkin_C_SkinFXNotifyEnd) == 0x000008, "Wrong size on BP_SkinFX_StoneSkin_C_SkinFXNotifyEnd"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_SkinFXNotifyEnd, EndStyle) == 0x000000, "Member 'BP_SkinFX_StoneSkin_C_SkinFXNotifyEnd::EndStyle' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_SkinFXNotifyEnd, CurrentTime) == 0x000004, "Member 'BP_SkinFX_StoneSkin_C_SkinFXNotifyEnd::CurrentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_StoneSkin_C_SkinFXNotifyRetrigger \ static_assert(alignof(BP_SkinFX_StoneSkin_C_SkinFXNotifyRetrigger) == 0x000004, "Wrong alignment on BP_SkinFX_StoneSkin_C_SkinFXNotifyRetrigger"); \ static_assert(sizeof(BP_SkinFX_StoneSkin_C_SkinFXNotifyRetrigger) == 0x000004, "Wrong size on BP_SkinFX_StoneSkin_C_SkinFXNotifyRetrigger"); \ static_assert(offsetof(BP_SkinFX_StoneSkin_C_SkinFXNotifyRetrigger, CurrentTime) == 0x000000, "Member 'BP_SkinFX_StoneSkin_C_SkinFXNotifyRetrigger::CurrentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_StoneSkin_C \ static_assert(alignof(ABP_SkinFX_StoneSkin_C) == 0x000008, "Wrong alignment on ABP_SkinFX_StoneSkin_C"); \ static_assert(sizeof(ABP_SkinFX_StoneSkin_C) == 0x000600, "Wrong size on ABP_SkinFX_StoneSkin_C"); \ static_assert(offsetof(ABP_SkinFX_StoneSkin_C, UberGraphFrame) == 0x0005D0, "Member 'ABP_SkinFX_StoneSkin_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_StoneSkin_C, Timeline_1_NewTrack_0_461AD6A145C277F47E9CACA8B97F7887) == 0x0005D8, "Member 'ABP_SkinFX_StoneSkin_C::Timeline_1_NewTrack_0_461AD6A145C277F47E9CACA8B97F7887' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_StoneSkin_C, Timeline_1__Direction_461AD6A145C277F47E9CACA8B97F7887) == 0x0005DC, "Member 'ABP_SkinFX_StoneSkin_C::Timeline_1__Direction_461AD6A145C277F47E9CACA8B97F7887' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_StoneSkin_C, Timeline_1) == 0x0005E0, "Member 'ABP_SkinFX_StoneSkin_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_StoneSkin_C, Timeline_0_NewTrack_1_13D198C14C93B8D3DBC74EBF02E16550) == 0x0005E8, "Member 'ABP_SkinFX_StoneSkin_C::Timeline_0_NewTrack_1_13D198C14C93B8D3DBC74EBF02E16550' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_StoneSkin_C, Timeline_0_NewTrack_0_13D198C14C93B8D3DBC74EBF02E16550) == 0x0005EC, "Member 'ABP_SkinFX_StoneSkin_C::Timeline_0_NewTrack_0_13D198C14C93B8D3DBC74EBF02E16550' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_StoneSkin_C, Timeline_0__Direction_13D198C14C93B8D3DBC74EBF02E16550) == 0x0005F0, "Member 'ABP_SkinFX_StoneSkin_C::Timeline_0__Direction_13D198C14C93B8D3DBC74EBF02E16550' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_StoneSkin_C, Timeline_0) == 0x0005F8, "Member 'ABP_SkinFX_StoneSkin_C::Timeline_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion \ static_assert(alignof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion) == 0x000010, "Wrong alignment on BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion"); \ static_assert(sizeof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion) == 0x0001D0, "Wrong size on BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, EntryPoint) == 0x000000, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, CallFunc_GetAttachParentActor_ReturnValue) == 0x000008, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, K2Node_DynamicCast_AsBiped_Player) == 0x000010, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, Temp_struct_Variable) == 0x000020, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, Temp_delegate_Variable) == 0x000030, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, Temp_struct_Variable_1) == 0x000040, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, CallFunc_PostEvent_ReturnValue) == 0x000050, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, Temp_delegate_Variable_1) == 0x000054, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, Temp_struct_Variable_2) == 0x000068, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, CallFunc_PostEvent_ReturnValue_1) == 0x000078, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, Temp_delegate_Variable_2) == 0x00007C, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::Temp_delegate_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, CallFunc_PostEvent_ReturnValue_2) == 0x00008C, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, CallFunc_SkinFXGetAffectedActor_AffectedActor) == 0x000090, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::CallFunc_SkinFXGetAffectedActor_AffectedActor' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, K2Node_Event_currentTime_1) == 0x000098, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::K2Node_Event_currentTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, CallFunc_SkinFXApplyParameters_ReturnValue) == 0x00009C, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::CallFunc_SkinFXApplyParameters_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, K2Node_MakeStruct_NiagaraSystemSpawnAttachedPointInfo) == 0x0000A0, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::K2Node_MakeStruct_NiagaraSystemSpawnAttachedPointInfo' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, CallFunc_SkinFXGetAffectedActor_AffectedActor_1) == 0x000120, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::CallFunc_SkinFXGetAffectedActor_AffectedActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, K2Node_MakeStruct_NiagaraSystemSpawnAttachedPointInfo_1) == 0x000130, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::K2Node_MakeStruct_NiagaraSystemSpawnAttachedPointInfo_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, CallFunc_SpawnAttachedActor_NiagaraComponent) == 0x0001B0, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::CallFunc_SpawnAttachedActor_NiagaraComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, CallFunc_SkinFXGetAffectedActor_AffectedActor_2) == 0x0001B8, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::CallFunc_SkinFXGetAffectedActor_AffectedActor_2' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, K2Node_Event_endStyle) == 0x0001C0, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::K2Node_Event_endStyle' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, K2Node_Event_currentTime) == 0x0001C4, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::K2Node_Event_currentTime' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion, CallFunc_SpawnAttachedActor_NiagaraComponent_1) == 0x0001C8, "Member 'BP_SkinFX_InvisibilityPotion_C_ExecuteUbergraph_BP_SkinFX_InvisibilityPotion::CallFunc_SpawnAttachedActor_NiagaraComponent_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_InvisibilityPotion_C_SkinFXNotifyEnd \ static_assert(alignof(BP_SkinFX_InvisibilityPotion_C_SkinFXNotifyEnd) == 0x000004, "Wrong alignment on BP_SkinFX_InvisibilityPotion_C_SkinFXNotifyEnd"); \ static_assert(sizeof(BP_SkinFX_InvisibilityPotion_C_SkinFXNotifyEnd) == 0x000008, "Wrong size on BP_SkinFX_InvisibilityPotion_C_SkinFXNotifyEnd"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_SkinFXNotifyEnd, EndStyle) == 0x000000, "Member 'BP_SkinFX_InvisibilityPotion_C_SkinFXNotifyEnd::EndStyle' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_SkinFXNotifyEnd, CurrentTime) == 0x000004, "Member 'BP_SkinFX_InvisibilityPotion_C_SkinFXNotifyEnd::CurrentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_InvisibilityPotion_C_SkinFXNotifyRetrigger \ static_assert(alignof(BP_SkinFX_InvisibilityPotion_C_SkinFXNotifyRetrigger) == 0x000004, "Wrong alignment on BP_SkinFX_InvisibilityPotion_C_SkinFXNotifyRetrigger"); \ static_assert(sizeof(BP_SkinFX_InvisibilityPotion_C_SkinFXNotifyRetrigger) == 0x000004, "Wrong size on BP_SkinFX_InvisibilityPotion_C_SkinFXNotifyRetrigger"); \ static_assert(offsetof(BP_SkinFX_InvisibilityPotion_C_SkinFXNotifyRetrigger, CurrentTime) == 0x000000, "Member 'BP_SkinFX_InvisibilityPotion_C_SkinFXNotifyRetrigger::CurrentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_InvisibilityPotion_C \ static_assert(alignof(ABP_SkinFX_InvisibilityPotion_C) == 0x000008, "Wrong alignment on ABP_SkinFX_InvisibilityPotion_C"); \ static_assert(sizeof(ABP_SkinFX_InvisibilityPotion_C) == 0x0005F0, "Wrong size on ABP_SkinFX_InvisibilityPotion_C"); \ static_assert(offsetof(ABP_SkinFX_InvisibilityPotion_C, UberGraphFrame) == 0x0005D0, "Member 'ABP_SkinFX_InvisibilityPotion_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_InvisibilityPotion_C, Timeline_0_NewTrack_2_7CA3028A4E086227129F9C99BDE5B8A9) == 0x0005D8, "Member 'ABP_SkinFX_InvisibilityPotion_C::Timeline_0_NewTrack_2_7CA3028A4E086227129F9C99BDE5B8A9' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_InvisibilityPotion_C, Timeline_0_NewTrack_1_7CA3028A4E086227129F9C99BDE5B8A9) == 0x0005DC, "Member 'ABP_SkinFX_InvisibilityPotion_C::Timeline_0_NewTrack_1_7CA3028A4E086227129F9C99BDE5B8A9' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_InvisibilityPotion_C, Timeline_0_NewTrack_0_7CA3028A4E086227129F9C99BDE5B8A9) == 0x0005E0, "Member 'ABP_SkinFX_InvisibilityPotion_C::Timeline_0_NewTrack_0_7CA3028A4E086227129F9C99BDE5B8A9' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_InvisibilityPotion_C, Timeline_0__Direction_7CA3028A4E086227129F9C99BDE5B8A9) == 0x0005E4, "Member 'ABP_SkinFX_InvisibilityPotion_C::Timeline_0__Direction_7CA3028A4E086227129F9C99BDE5B8A9' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_InvisibilityPotion_C, Timeline_0) == 0x0005E8, "Member 'ABP_SkinFX_InvisibilityPotion_C::Timeline_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_StoneSkinUpgrade_C \ static_assert(alignof(ABP_SkinFX_StoneSkinUpgrade_C) == 0x000008, "Wrong alignment on ABP_SkinFX_StoneSkinUpgrade_C"); \ static_assert(sizeof(ABP_SkinFX_StoneSkinUpgrade_C) == 0x000600, "Wrong size on ABP_SkinFX_StoneSkinUpgrade_C"); \ #define DUMPER7_ASSERTS_BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion \ static_assert(alignof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion) == 0x000010, "Wrong alignment on BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion"); \ static_assert(sizeof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion) == 0x000250, "Wrong size on BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, EntryPoint) == 0x000000, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, Temp_struct_Variable) == 0x000018, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, Temp_delegate_Variable) == 0x00002C, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, Temp_struct_Variable_1) == 0x000040, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, Temp_delegate_Variable_1) == 0x000050, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, Temp_struct_Variable_2) == 0x000060, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, Temp_delegate_Variable_2) == 0x000070, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::Temp_delegate_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, Temp_struct_Variable_3) == 0x000080, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, Temp_delegate_Variable_3) == 0x000090, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::Temp_delegate_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, Temp_struct_Variable_4) == 0x0000A0, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, Temp_delegate_Variable_4) == 0x0000B0, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::Temp_delegate_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0000C0, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, K2Node_CustomEvent_Caller) == 0x0000C8, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, K2Node_CustomEvent_MunitionType) == 0x0000D0, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::K2Node_CustomEvent_MunitionType' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, CallFunc_HasAbilityTagBP_ReturnValue) == 0x0000D8, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::CallFunc_HasAbilityTagBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, K2Node_DynamicCast_AsMunition_Type_Subsonic_Spell) == 0x0000E0, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::K2Node_DynamicCast_AsMunition_Type_Subsonic_Spell' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, CallFunc_HermesBindMunitionType_Handle) == 0x0000F0, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::CallFunc_HermesBindMunitionType_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, K2Node_MakeStruct_NiagaraSystemSpawnAttachedPointInfo) == 0x000100, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::K2Node_MakeStruct_NiagaraSystemSpawnAttachedPointInfo' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, CallFunc_SpawnAttachedActor_NiagaraComponent) == 0x000180, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::CallFunc_SpawnAttachedActor_NiagaraComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, CallFunc_SpawnAttachedActor_NiagaraComponent_1) == 0x000188, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::CallFunc_SpawnAttachedActor_NiagaraComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, K2Node_Event_endStyle) == 0x000190, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::K2Node_Event_endStyle' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, K2Node_Event_currentTime_1) == 0x000194, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::K2Node_Event_currentTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, K2Node_Event_currentTime) == 0x000198, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::K2Node_Event_currentTime' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, CallFunc_SkinFXApplyParameters_ReturnValue) == 0x00019C, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::CallFunc_SkinFXApplyParameters_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, K2Node_MakeStruct_NiagaraSystemSpawnAttachedPointInfo_1) == 0x0001A0, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::K2Node_MakeStruct_NiagaraSystemSpawnAttachedPointInfo_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, CallFunc_GetAttachParentActor_ReturnValue) == 0x000220, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, CallFunc_SpawnAttachedActor_NiagaraComponent_2) == 0x000228, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::CallFunc_SpawnAttachedActor_NiagaraComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, K2Node_DynamicCast_AsBiped_Player) == 0x000230, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, K2Node_DynamicCast_bSuccess_1) == 0x000238, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, CallFunc_PostEvent_ReturnValue) == 0x00023C, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, CallFunc_PostEvent_ReturnValue_1) == 0x000240, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, CallFunc_PostEvent_ReturnValue_2) == 0x000244, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, CallFunc_PostEvent_ReturnValue_3) == 0x000248, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion, CallFunc_PostEvent_ReturnValue_4) == 0x00024C, "Member 'BP_SkinFX_MaximaPotion_C_ExecuteUbergraph_BP_SkinFX_MaximaPotion::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_MaximaPotion_C_SkinFXNotifyRetrigger \ static_assert(alignof(BP_SkinFX_MaximaPotion_C_SkinFXNotifyRetrigger) == 0x000004, "Wrong alignment on BP_SkinFX_MaximaPotion_C_SkinFXNotifyRetrigger"); \ static_assert(sizeof(BP_SkinFX_MaximaPotion_C_SkinFXNotifyRetrigger) == 0x000004, "Wrong size on BP_SkinFX_MaximaPotion_C_SkinFXNotifyRetrigger"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_SkinFXNotifyRetrigger, CurrentTime) == 0x000000, "Member 'BP_SkinFX_MaximaPotion_C_SkinFXNotifyRetrigger::CurrentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_MaximaPotion_C_SkinFXNotifyEnd \ static_assert(alignof(BP_SkinFX_MaximaPotion_C_SkinFXNotifyEnd) == 0x000004, "Wrong alignment on BP_SkinFX_MaximaPotion_C_SkinFXNotifyEnd"); \ static_assert(sizeof(BP_SkinFX_MaximaPotion_C_SkinFXNotifyEnd) == 0x000008, "Wrong size on BP_SkinFX_MaximaPotion_C_SkinFXNotifyEnd"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_SkinFXNotifyEnd, EndStyle) == 0x000000, "Member 'BP_SkinFX_MaximaPotion_C_SkinFXNotifyEnd::EndStyle' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_SkinFXNotifyEnd, CurrentTime) == 0x000004, "Member 'BP_SkinFX_MaximaPotion_C_SkinFXNotifyEnd::CurrentTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SkinFX_MaximaPotion_C_MunitionCreatedWithData \ static_assert(alignof(BP_SkinFX_MaximaPotion_C_MunitionCreatedWithData) == 0x000008, "Wrong alignment on BP_SkinFX_MaximaPotion_C_MunitionCreatedWithData"); \ static_assert(sizeof(BP_SkinFX_MaximaPotion_C_MunitionCreatedWithData) == 0x000010, "Wrong size on BP_SkinFX_MaximaPotion_C_MunitionCreatedWithData"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_MunitionCreatedWithData, Caller) == 0x000000, "Member 'BP_SkinFX_MaximaPotion_C_MunitionCreatedWithData::Caller' has a wrong offset!"); \ static_assert(offsetof(BP_SkinFX_MaximaPotion_C_MunitionCreatedWithData, MunitionType) == 0x000008, "Member 'BP_SkinFX_MaximaPotion_C_MunitionCreatedWithData::MunitionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_MaximaPotion_C \ static_assert(alignof(ABP_SkinFX_MaximaPotion_C) == 0x000008, "Wrong alignment on ABP_SkinFX_MaximaPotion_C"); \ static_assert(sizeof(ABP_SkinFX_MaximaPotion_C) == 0x0005F8, "Wrong size on ABP_SkinFX_MaximaPotion_C"); \ static_assert(offsetof(ABP_SkinFX_MaximaPotion_C, UberGraphFrame) == 0x0005D0, "Member 'ABP_SkinFX_MaximaPotion_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_MaximaPotion_C, Timeline_0_NewTrack_1_63F33BB74A32786DC2EA72B7E6537515) == 0x0005D8, "Member 'ABP_SkinFX_MaximaPotion_C::Timeline_0_NewTrack_1_63F33BB74A32786DC2EA72B7E6537515' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_MaximaPotion_C, Timeline_0__Direction_63F33BB74A32786DC2EA72B7E6537515) == 0x0005DC, "Member 'ABP_SkinFX_MaximaPotion_C::Timeline_0__Direction_63F33BB74A32786DC2EA72B7E6537515' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_MaximaPotion_C, Timeline_0) == 0x0005E0, "Member 'ABP_SkinFX_MaximaPotion_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ABP_SkinFX_MaximaPotion_C, Handle) == 0x0005E8, "Member 'ABP_SkinFX_MaximaPotion_C::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_Disapparate_C \ static_assert(alignof(ABP_SkinFX_Disapparate_C) == 0x000008, "Wrong alignment on ABP_SkinFX_Disapparate_C"); \ static_assert(sizeof(ABP_SkinFX_Disapparate_C) == 0x0005D0, "Wrong size on ABP_SkinFX_Disapparate_C"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ApparateGoblin_C \ static_assert(alignof(ABP_SkinFX_ApparateGoblin_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ApparateGoblin_C"); \ static_assert(sizeof(ABP_SkinFX_ApparateGoblin_C) == 0x0005D0, "Wrong size on ABP_SkinFX_ApparateGoblin_C"); \ #define DUMPER7_ASSERTS_BP_SkinFX_ApparateLoop_C_ExecuteUbergraph_BP_SkinFX_ApparateLoop \ static_assert(alignof(BP_SkinFX_ApparateLoop_C_ExecuteUbergraph_BP_SkinFX_ApparateLoop) == 0x000004, "Wrong alignment on BP_SkinFX_ApparateLoop_C_ExecuteUbergraph_BP_SkinFX_ApparateLoop"); \ static_assert(sizeof(BP_SkinFX_ApparateLoop_C_ExecuteUbergraph_BP_SkinFX_ApparateLoop) == 0x000004, "Wrong size on BP_SkinFX_ApparateLoop_C_ExecuteUbergraph_BP_SkinFX_ApparateLoop"); \ static_assert(offsetof(BP_SkinFX_ApparateLoop_C_ExecuteUbergraph_BP_SkinFX_ApparateLoop, EntryPoint) == 0x000000, "Member 'BP_SkinFX_ApparateLoop_C_ExecuteUbergraph_BP_SkinFX_ApparateLoop::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_ApparateLoop_C \ static_assert(alignof(ABP_SkinFX_ApparateLoop_C) == 0x000008, "Wrong alignment on ABP_SkinFX_ApparateLoop_C"); \ static_assert(sizeof(ABP_SkinFX_ApparateLoop_C) == 0x000678, "Wrong size on ABP_SkinFX_ApparateLoop_C"); \ static_assert(offsetof(ABP_SkinFX_ApparateLoop_C, UberGraphFrame_BP_SkinFX_ApparateLoop_C) == 0x000670, "Member 'ABP_SkinFX_ApparateLoop_C::UberGraphFrame_BP_SkinFX_ApparateLoop_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SkinFX_MaximaPotionUpgrade_C \ static_assert(alignof(ABP_SkinFX_MaximaPotionUpgrade_C) == 0x000008, "Wrong alignment on ABP_SkinFX_MaximaPotionUpgrade_C"); \ static_assert(sizeof(ABP_SkinFX_MaximaPotionUpgrade_C) == 0x0005F8, "Wrong size on ABP_SkinFX_MaximaPotionUpgrade_C"); \ #define DUMPER7_ASSERTS_ABP_DayNightComputeOnly_Default_C \ static_assert(alignof(ABP_DayNightComputeOnly_Default_C) == 0x000008, "Wrong alignment on ABP_DayNightComputeOnly_Default_C"); \ static_assert(sizeof(ABP_DayNightComputeOnly_Default_C) == 0x000250, "Wrong size on ABP_DayNightComputeOnly_Default_C"); \ #define DUMPER7_ASSERTS_ABL_ProtegoParry_Heavy_Slide_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy_Slide \ static_assert(alignof(ABL_ProtegoParry_Heavy_Slide_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy_Slide) == 0x000008, "Wrong alignment on ABL_ProtegoParry_Heavy_Slide_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy_Slide"); \ static_assert(sizeof(ABL_ProtegoParry_Heavy_Slide_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy_Slide) == 0x000020, "Wrong size on ABL_ProtegoParry_Heavy_Slide_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy_Slide"); \ static_assert(offsetof(ABL_ProtegoParry_Heavy_Slide_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy_Slide, EntryPoint) == 0x000000, "Member 'ABL_ProtegoParry_Heavy_Slide_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy_Slide::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ProtegoParry_Heavy_Slide_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy_Slide, K2Node_Event_Context) == 0x000008, "Member 'ABL_ProtegoParry_Heavy_Slide_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy_Slide::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ProtegoParry_Heavy_Slide_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy_Slide, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_ProtegoParry_Heavy_Slide_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy_Slide::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_ProtegoParry_Heavy_Slide_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy_Slide, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_ProtegoParry_Heavy_Slide_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy_Slide::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ProtegoParry_Heavy_Slide_C_OnAbilityStart \ static_assert(alignof(ABL_ProtegoParry_Heavy_Slide_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ProtegoParry_Heavy_Slide_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ProtegoParry_Heavy_Slide_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ProtegoParry_Heavy_Slide_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ProtegoParry_Heavy_Slide_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ProtegoParry_Heavy_Slide_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ProtegoParry_Heavy_Slide_C \ static_assert(alignof(UABL_ProtegoParry_Heavy_Slide_C) == 0x000008, "Wrong alignment on UABL_ProtegoParry_Heavy_Slide_C"); \ static_assert(sizeof(UABL_ProtegoParry_Heavy_Slide_C) == 0x0000D0, "Wrong size on UABL_ProtegoParry_Heavy_Slide_C"); \ static_assert(offsetof(UABL_ProtegoParry_Heavy_Slide_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ProtegoParry_Heavy_Slide_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout \ static_assert(alignof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout) == 0x000008, "Wrong alignment on UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout) == 0x000110, "Wrong size on UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, EntryPoint) == 0x000000, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_Event_IsVisible) == 0x000004, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_Event_IsVisible' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_Event_Revealio_1) == 0x000005, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_Event_Revealio_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_Event_bFromUpdate) == 0x000006, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_Event_bFromUpdate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_Event_HasOffscreenProxy) == 0x000007, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_Event_HasOffscreenProxy' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_Event_IsOffscreen) == 0x000008, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_Event_IsOffscreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_Event_CharacterID) == 0x00000C, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_Event_CharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_Event_BarPercent) == 0x000014, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_Event_BarPercent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_Event_Parent) == 0x000018, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_Event_CallOutComponent) == 0x000020, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_Event_CallOutComponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_Event_Revealio) == 0x000028, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_Event_Revealio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_Event_CreatureActor) == 0x000030, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_Event_CreatureActor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_Event_IsTamed) == 0x000038, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_Event_IsTamed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_Event_MyGeometry) == 0x00003C, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_Event_InDeltaTime) == 0x000074, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, CallFunc_Get_ReturnValue) == 0x000078, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, CallFunc_GetDbId_ReturnValue) == 0x000084, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, CallFunc_BP_GetCreatureStateByActor_ReturnValue) == 0x000090, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::CallFunc_BP_GetCreatureStateByActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, CallFunc_Conv_NameToString_ReturnValue) == 0x000098, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, CallFunc_IsValid_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_CustomEvent_Target) == 0x0000B0, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_CustomEvent_Target' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_CustomEvent_InHealthChange) == 0x0000B8, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_CustomEvent_InHealthChange' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_CustomEvent_IndicateHUD) == 0x0000BC, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_CustomEvent_IndicateHUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_DynamicCast_AsCreature_Character) == 0x0000C0, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_DynamicCast_AsCreature_Character' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, CallFunc_IsCreatureTame_bIsTame) == 0x0000C9, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::CallFunc_IsCreatureTame_bIsTame' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, CallFunc_GetObjectStateInfo_ReturnValue) == 0x0000D0, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, K2Node_CreateDelegate_OutputDelegate) == 0x0000D8, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, CallFunc_GetUIHealthPercent_ReturnValue) == 0x0000E8, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::CallFunc_GetUIHealthPercent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, CallFunc_GetLevel_ReturnValue) == 0x0000EC, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::CallFunc_GetLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, CallFunc_GetUIHealthPercent_ReturnValue_1) == 0x0000F0, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::CallFunc_GetUIHealthPercent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout, CallFunc_Conv_FloatToText_ReturnValue) == 0x0000F8, "Member 'UI_BP_CreatureCallout_C_ExecuteUbergraph_UI_BP_CreatureCallout::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_HealthBarUpdate \ static_assert(alignof(UI_BP_CreatureCallout_C_HealthBarUpdate) == 0x000008, "Wrong alignment on UI_BP_CreatureCallout_C_HealthBarUpdate"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_HealthBarUpdate) == 0x000010, "Wrong size on UI_BP_CreatureCallout_C_HealthBarUpdate"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_HealthBarUpdate, Target) == 0x000000, "Member 'UI_BP_CreatureCallout_C_HealthBarUpdate::Target' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_HealthBarUpdate, InHealthChange) == 0x000008, "Member 'UI_BP_CreatureCallout_C_HealthBarUpdate::InHealthChange' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_HealthBarUpdate, IndicateHUD) == 0x00000C, "Member 'UI_BP_CreatureCallout_C_HealthBarUpdate::IndicateHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_Tick \ static_assert(alignof(UI_BP_CreatureCallout_C_Tick) == 0x000004, "Wrong alignment on UI_BP_CreatureCallout_C_Tick"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_Tick) == 0x00003C, "Wrong size on UI_BP_CreatureCallout_C_Tick"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_CreatureCallout_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_CreatureCallout_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_SetupCreatureUI \ static_assert(alignof(UI_BP_CreatureCallout_C_SetupCreatureUI) == 0x000008, "Wrong alignment on UI_BP_CreatureCallout_C_SetupCreatureUI"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_SetupCreatureUI) == 0x000010, "Wrong size on UI_BP_CreatureCallout_C_SetupCreatureUI"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureUI, CreatureActor) == 0x000000, "Member 'UI_BP_CreatureCallout_C_SetupCreatureUI::CreatureActor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureUI, IsTamed) == 0x000008, "Member 'UI_BP_CreatureCallout_C_SetupCreatureUI::IsTamed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_ShowWidget \ static_assert(alignof(UI_BP_CreatureCallout_C_ShowWidget) == 0x000001, "Wrong alignment on UI_BP_CreatureCallout_C_ShowWidget"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_ShowWidget) == 0x000001, "Wrong size on UI_BP_CreatureCallout_C_ShowWidget"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_ShowWidget, Revealio) == 0x000000, "Member 'UI_BP_CreatureCallout_C_ShowWidget::Revealio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_SetupWidget \ static_assert(alignof(UI_BP_CreatureCallout_C_SetupWidget) == 0x000008, "Wrong alignment on UI_BP_CreatureCallout_C_SetupWidget"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_SetupWidget) == 0x000010, "Wrong size on UI_BP_CreatureCallout_C_SetupWidget"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupWidget, Parent) == 0x000000, "Member 'UI_BP_CreatureCallout_C_SetupWidget::Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupWidget, CallOutComponent) == 0x000008, "Member 'UI_BP_CreatureCallout_C_SetupWidget::CallOutComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_UpdateCallOutUI \ static_assert(alignof(UI_BP_CreatureCallout_C_UpdateCallOutUI) == 0x000004, "Wrong alignment on UI_BP_CreatureCallout_C_UpdateCallOutUI"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_UpdateCallOutUI) == 0x00000C, "Wrong size on UI_BP_CreatureCallout_C_UpdateCallOutUI"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateCallOutUI, CharacterID) == 0x000000, "Member 'UI_BP_CreatureCallout_C_UpdateCallOutUI::CharacterID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateCallOutUI, BarPercent) == 0x000008, "Member 'UI_BP_CreatureCallout_C_UpdateCallOutUI::BarPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_SetIsOffscreenCallout \ static_assert(alignof(UI_BP_CreatureCallout_C_SetIsOffscreenCallout) == 0x000001, "Wrong alignment on UI_BP_CreatureCallout_C_SetIsOffscreenCallout"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_SetIsOffscreenCallout) == 0x000001, "Wrong size on UI_BP_CreatureCallout_C_SetIsOffscreenCallout"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetIsOffscreenCallout, IsOffscreen) == 0x000000, "Member 'UI_BP_CreatureCallout_C_SetIsOffscreenCallout::IsOffscreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_SetHasOffscreenProxyActive \ static_assert(alignof(UI_BP_CreatureCallout_C_SetHasOffscreenProxyActive) == 0x000001, "Wrong alignment on UI_BP_CreatureCallout_C_SetHasOffscreenProxyActive"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_SetHasOffscreenProxyActive) == 0x000001, "Wrong size on UI_BP_CreatureCallout_C_SetHasOffscreenProxyActive"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetHasOffscreenProxyActive, HasOffscreenProxy) == 0x000000, "Member 'UI_BP_CreatureCallout_C_SetHasOffscreenProxyActive::HasOffscreenProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_AwareStateInfoChanged \ static_assert(alignof(UI_BP_CreatureCallout_C_AwareStateInfoChanged) == 0x000001, "Wrong alignment on UI_BP_CreatureCallout_C_AwareStateInfoChanged"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_AwareStateInfoChanged) == 0x000001, "Wrong size on UI_BP_CreatureCallout_C_AwareStateInfoChanged"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_AwareStateInfoChanged, bFromUpdate) == 0x000000, "Member 'UI_BP_CreatureCallout_C_AwareStateInfoChanged::bFromUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_AttackThreatDataChange \ static_assert(alignof(UI_BP_CreatureCallout_C_AttackThreatDataChange) == 0x000001, "Wrong alignment on UI_BP_CreatureCallout_C_AttackThreatDataChange"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_AttackThreatDataChange) == 0x000001, "Wrong size on UI_BP_CreatureCallout_C_AttackThreatDataChange"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_AttackThreatDataChange, Revealio) == 0x000000, "Member 'UI_BP_CreatureCallout_C_AttackThreatDataChange::Revealio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_SetCalloutVisibility \ static_assert(alignof(UI_BP_CreatureCallout_C_SetCalloutVisibility) == 0x000001, "Wrong alignment on UI_BP_CreatureCallout_C_SetCalloutVisibility"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_SetCalloutVisibility) == 0x000001, "Wrong size on UI_BP_CreatureCallout_C_SetCalloutVisibility"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetCalloutVisibility, IsVisible_0) == 0x000000, "Member 'UI_BP_CreatureCallout_C_SetCalloutVisibility::IsVisible_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_SetupCreatureSpecificUI \ static_assert(alignof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUI) == 0x000008, "Wrong alignment on UI_BP_CreatureCallout_C_SetupCreatureSpecificUI"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUI) == 0x0001D0, "Wrong size on UI_BP_CreatureCallout_C_SetupCreatureSpecificUI"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUI, CreatureCharacterActor) == 0x000000, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUI::CreatureCharacterActor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUI, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUI, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUI::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUI, CallFunc_GetUIHealthPercent_ReturnValue) == 0x000018, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUI::CallFunc_GetUIHealthPercent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUI, CallFunc_MakeBrushFromTexture_ReturnValue) == 0x000020, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUI::CallFunc_MakeBrushFromTexture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUI, CallFunc_MakeBrushFromTexture_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUI::CallFunc_MakeBrushFromTexture_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUI, CallFunc_Get_ReturnValue) == 0x000130, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUI::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUI, CallFunc_BP_GetCreatureStateByActor_ReturnValue) == 0x000138, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUI::CallFunc_BP_GetCreatureStateByActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUI, CallFunc_IsAlbino_ReturnValue) == 0x000140, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUI::CallFunc_IsAlbino_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUI, CallFunc_GetIsMale_ReturnValue) == 0x000141, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUI::CallFunc_GetIsMale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUI, Temp_bool_Variable) == 0x000142, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUI::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUI, K2Node_Select_Default) == 0x000148, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUI::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI \ static_assert(alignof(UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI) == 0x000010, "Wrong alignment on UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI) == 0x000080, "Wrong size on UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI, CreatureState_0) == 0x000000, "Member 'UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI::CreatureState_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI, ShouldMinimize) == 0x000008, "Member 'UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI::ShouldMinimize' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI, CallFunc_IsAlbino_ReturnValue) == 0x000009, "Member 'UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI::CallFunc_IsAlbino_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI, CallFunc_IsValid_ReturnValue) == 0x00000A, "Member 'UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI, CallFunc_GetPlayerViewTransform_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI::CallFunc_GetPlayerViewTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI, CallFunc_BreakTransform_Location) == 0x000040, "Member 'UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI, CallFunc_BreakTransform_Rotation) == 0x00004C, "Member 'UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI, CallFunc_BreakTransform_Scale) == 0x000058, "Member 'UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000064, "Member 'UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x000070, "Member 'UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000074, "Member 'UI_BP_CreatureCallout_C_UpdateCreatureSpecificUI::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild \ static_assert(alignof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild) == 0x000008, "Wrong alignment on UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild) == 0x000208, "Wrong size on UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CreatureCharacterActor) == 0x000000, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CreatureCharacterActor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CallFunc_Get_ReturnValue) == 0x000020, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, Temp_bool_Variable) == 0x000028, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CallFunc_BP_GetCreatureDefinitionForActor_ReturnValue) == 0x000030, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CallFunc_BP_GetCreatureDefinitionForActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CallFunc_IsValid_ReturnValue_2) == 0x000038, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CallFunc_GetCanBeCaptured_ReturnValue) == 0x000039, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CallFunc_GetCanBeCaptured_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CallFunc_GetIsAlbino_ReturnValue) == 0x00003A, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CallFunc_GetIsAlbino_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CallFunc_GetIsMale_ReturnValue) == 0x00003B, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CallFunc_GetIsMale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CallFunc_IsValid_ReturnValue_3) == 0x00003C, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CallFunc_MakeBrushFromTexture_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CallFunc_MakeBrushFromTexture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CallFunc_MakeBrushFromTexture_ReturnValue_1) == 0x0000C8, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CallFunc_MakeBrushFromTexture_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, K2Node_Select_Default) == 0x000150, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CallFunc_IsValid_ReturnValue_4) == 0x0001D8, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CallFunc_GetCreatureName_ReturnValue) == 0x0001E0, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CallFunc_GetCreatureName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0001F0, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CallFunc_Get_ReturnValue_1) == 0x0001F8, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild, CallFunc_BP_GetCreatureStateByActor_ReturnValue) == 0x000200, "Member 'UI_BP_CreatureCallout_C_SetupCreatureSpecificUIWild::CallFunc_BP_GetCreatureStateByActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_targeted \ static_assert(alignof(UI_BP_CreatureCallout_C_targeted) == 0x000008, "Wrong alignment on UI_BP_CreatureCallout_C_targeted"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_targeted) == 0x000068, "Wrong size on UI_BP_CreatureCallout_C_targeted"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, NPC_Character) == 0x000000, "Member 'UI_BP_CreatureCallout_C_targeted::NPC_Character' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, ShowName) == 0x000008, "Member 'UI_BP_CreatureCallout_C_targeted::ShowName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, ShowHealth) == 0x000009, "Member 'UI_BP_CreatureCallout_C_targeted::ShowHealth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, ShowBadge) == 0x00000A, "Member 'UI_BP_CreatureCallout_C_targeted::ShowBadge' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, Temp_byte_Variable) == 0x00000B, "Member 'UI_BP_CreatureCallout_C_targeted::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, Temp_byte_Variable_1) == 0x00000C, "Member 'UI_BP_CreatureCallout_C_targeted::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, Temp_bool_Variable) == 0x00000D, "Member 'UI_BP_CreatureCallout_C_targeted::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, Temp_byte_Variable_2) == 0x00000E, "Member 'UI_BP_CreatureCallout_C_targeted::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, Temp_byte_Variable_3) == 0x00000F, "Member 'UI_BP_CreatureCallout_C_targeted::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, Temp_bool_Variable_1) == 0x000010, "Member 'UI_BP_CreatureCallout_C_targeted::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, Temp_byte_Variable_4) == 0x000011, "Member 'UI_BP_CreatureCallout_C_targeted::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, Temp_byte_Variable_5) == 0x000012, "Member 'UI_BP_CreatureCallout_C_targeted::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'UI_BP_CreatureCallout_C_targeted::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, CallFunc_GetPhoenixGameInstance_ReturnValue) == 0x000018, "Member 'UI_BP_CreatureCallout_C_targeted::CallFunc_GetPhoenixGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, CallFunc_GetPlayingDemoBuild_ReturnValue) == 0x000020, "Member 'UI_BP_CreatureCallout_C_targeted::CallFunc_GetPlayingDemoBuild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, CallFunc_ShouldShowName_ReturnValue) == 0x000021, "Member 'UI_BP_CreatureCallout_C_targeted::CallFunc_ShouldShowName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, CallFunc_ShouldShowHealthBar_ReturnValue) == 0x000022, "Member 'UI_BP_CreatureCallout_C_targeted::CallFunc_ShouldShowHealthBar_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, CallFunc_BooleanOR_ReturnValue) == 0x000023, "Member 'UI_BP_CreatureCallout_C_targeted::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, CallFunc_Get_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureCallout_C_targeted::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, CallFunc_ShouldShowBadge_ReturnValue) == 0x000030, "Member 'UI_BP_CreatureCallout_C_targeted::CallFunc_ShouldShowBadge_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, CallFunc_GetPlayerPawn_ReturnValue) == 0x000038, "Member 'UI_BP_CreatureCallout_C_targeted::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, CallFunc_AreAllies_ReturnValue) == 0x000040, "Member 'UI_BP_CreatureCallout_C_targeted::CallFunc_AreAllies_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, K2Node_Select_Default) == 0x000041, "Member 'UI_BP_CreatureCallout_C_targeted::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, K2Node_Select_Default_1) == 0x000042, "Member 'UI_BP_CreatureCallout_C_targeted::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000048, "Member 'UI_BP_CreatureCallout_C_targeted::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, Temp_bool_Variable_2) == 0x000050, "Member 'UI_BP_CreatureCallout_C_targeted::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, CallFunc_IsNearDeathKneeling_ReturnValue) == 0x000051, "Member 'UI_BP_CreatureCallout_C_targeted::CallFunc_IsNearDeathKneeling_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, CallFunc_Not_PreBool_ReturnValue_1) == 0x000052, "Member 'UI_BP_CreatureCallout_C_targeted::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, K2Node_Select_Default_2) == 0x000053, "Member 'UI_BP_CreatureCallout_C_targeted::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, CallFunc_BooleanAND_ReturnValue) == 0x000054, "Member 'UI_BP_CreatureCallout_C_targeted::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, CallFunc_BooleanAND_ReturnValue_1) == 0x000055, "Member 'UI_BP_CreatureCallout_C_targeted::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, K2Node_DynamicCast_AsNPC_Character) == 0x000058, "Member 'UI_BP_CreatureCallout_C_targeted::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_targeted, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'UI_BP_CreatureCallout_C_targeted::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_UpdateBarPercent \ static_assert(alignof(UI_BP_CreatureCallout_C_UpdateBarPercent) == 0x000004, "Wrong alignment on UI_BP_CreatureCallout_C_UpdateBarPercent"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_UpdateBarPercent) == 0x00000C, "Wrong size on UI_BP_CreatureCallout_C_UpdateBarPercent"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateBarPercent, HealthPercent) == 0x000000, "Member 'UI_BP_CreatureCallout_C_UpdateBarPercent::HealthPercent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateBarPercent, DamageAmount) == 0x000004, "Member 'UI_BP_CreatureCallout_C_UpdateBarPercent::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateBarPercent, PreviouslyHidden) == 0x000008, "Member 'UI_BP_CreatureCallout_C_UpdateBarPercent::PreviouslyHidden' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateBarPercent, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000009, "Member 'UI_BP_CreatureCallout_C_UpdateBarPercent::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateBarPercent, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x00000A, "Member 'UI_BP_CreatureCallout_C_UpdateBarPercent::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_UpdateBarPercent, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'UI_BP_CreatureCallout_C_UpdateBarPercent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_IsCreatureTame \ static_assert(alignof(UI_BP_CreatureCallout_C_IsCreatureTame) == 0x000008, "Wrong alignment on UI_BP_CreatureCallout_C_IsCreatureTame"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_IsCreatureTame) == 0x000030, "Wrong size on UI_BP_CreatureCallout_C_IsCreatureTame"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_IsCreatureTame, Creature) == 0x000000, "Member 'UI_BP_CreatureCallout_C_IsCreatureTame::Creature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_IsCreatureTame, bIsTame) == 0x000008, "Member 'UI_BP_CreatureCallout_C_IsCreatureTame::bIsTame' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_IsCreatureTame, CallFunc_Get_ReturnValue) == 0x000010, "Member 'UI_BP_CreatureCallout_C_IsCreatureTame::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_IsCreatureTame, CallFunc_BP_GetCreatureStateByActor_ReturnValue) == 0x000018, "Member 'UI_BP_CreatureCallout_C_IsCreatureTame::CallFunc_BP_GetCreatureStateByActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_IsCreatureTame, CallFunc_GetNurturingSpaceID_ReturnValue) == 0x000020, "Member 'UI_BP_CreatureCallout_C_IsCreatureTame::CallFunc_GetNurturingSpaceID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_IsCreatureTame, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'UI_BP_CreatureCallout_C_IsCreatureTame::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_IsCreatureTame, CallFunc_NotEqual_NameName_ReturnValue) == 0x000029, "Member 'UI_BP_CreatureCallout_C_IsCreatureTame::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_GetOutroDuration \ static_assert(alignof(UI_BP_CreatureCallout_C_GetOutroDuration) == 0x000004, "Wrong alignment on UI_BP_CreatureCallout_C_GetOutroDuration"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_GetOutroDuration) == 0x000008, "Wrong size on UI_BP_CreatureCallout_C_GetOutroDuration"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_GetOutroDuration, OutroType) == 0x000000, "Member 'UI_BP_CreatureCallout_C_GetOutroDuration::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_GetOutroDuration, ReturnValue) == 0x000004, "Member 'UI_BP_CreatureCallout_C_GetOutroDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureCallout_C_GetOffscreenIndicator \ static_assert(alignof(UI_BP_CreatureCallout_C_GetOffscreenIndicator) == 0x000008, "Wrong alignment on UI_BP_CreatureCallout_C_GetOffscreenIndicator"); \ static_assert(sizeof(UI_BP_CreatureCallout_C_GetOffscreenIndicator) == 0x000008, "Wrong size on UI_BP_CreatureCallout_C_GetOffscreenIndicator"); \ static_assert(offsetof(UI_BP_CreatureCallout_C_GetOffscreenIndicator, ReturnValue) == 0x000000, "Member 'UI_BP_CreatureCallout_C_GetOffscreenIndicator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CreatureCallout_C \ static_assert(alignof(UUI_BP_CreatureCallout_C) == 0x000008, "Wrong alignment on UUI_BP_CreatureCallout_C"); \ static_assert(sizeof(UUI_BP_CreatureCallout_C) == 0x0003A0, "Wrong size on UUI_BP_CreatureCallout_C"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_CreatureCallout_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, Border_AlbinoColour) == 0x0002F0, "Member 'UUI_BP_CreatureCallout_C::Border_AlbinoColour' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, Border_GenderColor) == 0x0002F8, "Member 'UUI_BP_CreatureCallout_C::Border_GenderColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, Creature_AlbinoIcon) == 0x000300, "Member 'UUI_BP_CreatureCallout_C::Creature_AlbinoIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, Creature_GenderIcon) == 0x000308, "Member 'UUI_BP_CreatureCallout_C::Creature_GenderIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, CreaturePanel) == 0x000310, "Member 'UUI_BP_CreatureCallout_C::CreaturePanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, CreatureStatusSummary) == 0x000318, "Member 'UUI_BP_CreatureCallout_C::CreatureStatusSummary' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, EnemyLevelTriangle) == 0x000320, "Member 'UUI_BP_CreatureCallout_C::EnemyLevelTriangle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, HealthBar) == 0x000328, "Member 'UUI_BP_CreatureCallout_C::HealthBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, HealthBorder) == 0x000330, "Member 'UUI_BP_CreatureCallout_C::HealthBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, LevelText) == 0x000338, "Member 'UUI_BP_CreatureCallout_C::LevelText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, nameBorder) == 0x000340, "Member 'UUI_BP_CreatureCallout_C::nameBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, nameBox) == 0x000348, "Member 'UUI_BP_CreatureCallout_C::nameBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, NPCStatus_Bottom) == 0x000350, "Member 'UUI_BP_CreatureCallout_C::NPCStatus_Bottom' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, npcStatusBorder) == 0x000358, "Member 'UUI_BP_CreatureCallout_C::npcStatusBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, TargetName_Label) == 0x000360, "Member 'UUI_BP_CreatureCallout_C::TargetName_Label' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, ParentActor) == 0x000368, "Member 'UUI_BP_CreatureCallout_C::ParentActor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, Hide_bar_when_full) == 0x000370, "Member 'UUI_BP_CreatureCallout_C::Hide_bar_when_full' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, bHasSetCreatureName) == 0x000371, "Member 'UUI_BP_CreatureCallout_C::bHasSetCreatureName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, NurtureComponent) == 0x000378, "Member 'UUI_BP_CreatureCallout_C::NurtureComponent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, CreatureState) == 0x000380, "Member 'UUI_BP_CreatureCallout_C::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, CreatureCharacter) == 0x000388, "Member 'UUI_BP_CreatureCallout_C::CreatureCharacter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, Allies) == 0x000390, "Member 'UUI_BP_CreatureCallout_C::Allies' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, ForceHideBar) == 0x000391, "Member 'UUI_BP_CreatureCallout_C::ForceHideBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureCallout_C, ObjectStateInfo) == 0x000398, "Member 'UUI_BP_CreatureCallout_C::ObjectStateInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move \ static_assert(alignof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move) == 0x000008, "Wrong alignment on BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move"); \ static_assert(sizeof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move) == 0x0001F0, "Wrong size on BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, EntryPoint) == 0x000000, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_Event_DeltaSeconds) == 0x000018, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_AsAble_Anim_Instance_Interface) == 0x000020, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_AsAble_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_AsBiped_Player) == 0x000038, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_Get_DesiredWorldDirection_OutWorldDirection) == 0x000044, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_Get_DesiredWorldDirection_OutWorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000050, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_GetSpeedCurve_self_CastInput) == 0x000068, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_GetSpeedCurve_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_GetSpeedCurve_bIgnoreGovernor) == 0x000078, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_GetSpeedCurve_bIgnoreGovernor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_GetSpeedCurve_ReturnValue) == 0x000080, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_GetSpeedCurve_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_GetMoveStickValues_X) == 0x000088, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_GetMoveStickValues_Y) == 0x00008C, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_GetExpression_OnActor_ReturnValue) == 0x000090, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_GetExpression_OnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000094, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_GetAIController_ReturnValue) == 0x0000A0, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0000A8, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_AsSocial_AIController) == 0x0000B0, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_AsSocial_AIController' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_bSuccess_3) == 0x0000B8, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_Event_OwnerActor_1) == 0x0000C0, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_GetRequestedSpeed_ReturnValue) == 0x0000C8, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_GetRequestedSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_AsBiped_Player_1) == 0x0000D0, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_bSuccess_4) == 0x0000D8, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000D9, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x0000E0, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_bSuccess_5) == 0x0000F0, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_AsBiped_Character_Interface_2) == 0x0000F8, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_AsBiped_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_bSuccess_6) == 0x000108, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_Event_OwnerActor_2) == 0x000110, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_AsBiped_Player_2) == 0x000118, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_bSuccess_7) == 0x000120, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_AsBiped_Character_Interface_3) == 0x000128, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_AsBiped_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_bSuccess_8) == 0x000138, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_GetSpeedGovernorCurve_ReturnValue) == 0x000140, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_GetSpeedGovernorCurve_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_GetMoveStickValues_X_1) == 0x000148, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_GetMoveStickValues_X_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_GetMoveStickValues_Y_1) == 0x00014C, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_GetMoveStickValues_Y_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_StickValid_IsValid) == 0x000150, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_StickValid_IsValid' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000158, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_MakeLiteralByte_ReturnValue) == 0x000160, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_AsAble_Anim_Instance_Interface_1) == 0x000168, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_AsAble_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_bSuccess_9) == 0x000178, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_Get_DesiredWorldDirection_OutWorldDirection_1) == 0x00017C, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_Get_DesiredWorldDirection_OutWorldDirection_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_GetActorOwner_ReturnValue) == 0x000188, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_AsBiped_Player_3) == 0x000190, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_AsBiped_Player_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_bSuccess_10) == 0x000198, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_GetActorOwner_ReturnValue_1) == 0x0001A0, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_AsBiped_Player_4) == 0x0001A8, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_AsBiped_Player_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_DynamicCast_bSuccess_11) == 0x0001B0, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_AllowStop_ReturnValue) == 0x0001B1, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_AllowStop_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, Temp_struct_Variable) == 0x0001B4, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x0001B8, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_CustomStickInputActionEvent_VariantMapHandle_1) == 0x0001BC, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_CustomStickInputActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0001C0, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_AllowStop_ReturnValue_1) == 0x0001C1, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_AllowStop_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_Get_ReturnValue) == 0x0001C8, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x0001D0, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue) == 0x0001D4, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_IsTutorialStepActiveOrAboutToBeByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_CompleteTutorialStepByAlias_ReturnValue) == 0x0001D5, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_CompleteTutorialStepByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_ProcessStick_WorldSpeed) == 0x0001D8, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_ProcessStick_WorldDirection) == 0x0001DC, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_ProcessStick_ReturnValue) == 0x0001E8, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, CallFunc_AllowMove_ReturnValue) == 0x0001E9, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::CallFunc_AllowMove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0001EC, "Member 'BTT_Biped_Move_C_ExecuteUbergraph_BTT_Biped_Move::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Move_C_ReceiveTick \ static_assert(alignof(BTT_Biped_Move_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_Move_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_Move_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_Move_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_Move_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_Move_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_Move_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Move_C_ExitTask \ static_assert(alignof(BTT_Biped_Move_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Move_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Move_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Move_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Move_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Move_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Move_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Move_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Move_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Move_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Move_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Move_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Move_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Move_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_Move_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Move_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Move_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Move_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Move_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Move_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Move_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1 \ static_assert(alignof(BTT_Biped_Move_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_Move_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1"); \ static_assert(sizeof(BTT_Biped_Move_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_Move_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1"); \ static_assert(offsetof(BTT_Biped_Move_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Move_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Move_C_CustActionEvt_BlockedByWall_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_Move_C_CustActionEvt_BlockedByWall_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Move_C_CustActionEvt_BlockedByWall_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Move_C_CustActionEvt_BlockedByWall_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Move_C_CustActionEvt_BlockedByWall_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Move_C_CustActionEvt_BlockedByWall_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Move_C_CustActionEvt_BlockedByWall_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Move_C_StickValid \ static_assert(alignof(BTT_Biped_Move_C_StickValid) == 0x000004, "Wrong alignment on BTT_Biped_Move_C_StickValid"); \ static_assert(sizeof(BTT_Biped_Move_C_StickValid) == 0x00000C, "Wrong size on BTT_Biped_Move_C_StickValid"); \ static_assert(offsetof(BTT_Biped_Move_C_StickValid, StickX) == 0x000000, "Member 'BTT_Biped_Move_C_StickValid::StickX' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_StickValid, StickY) == 0x000004, "Member 'BTT_Biped_Move_C_StickValid::StickY' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_StickValid, IsValid) == 0x000008, "Member 'BTT_Biped_Move_C_StickValid::IsValid' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_StickValid, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000009, "Member 'BTT_Biped_Move_C_StickValid::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_StickValid, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x00000A, "Member 'BTT_Biped_Move_C_StickValid::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Move_C_StickValid, CallFunc_BooleanOR_ReturnValue) == 0x00000B, "Member 'BTT_Biped_Move_C_StickValid::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Move_C \ static_assert(alignof(UBTT_Biped_Move_C) == 0x000008, "Wrong alignment on UBTT_Biped_Move_C"); \ static_assert(sizeof(UBTT_Biped_Move_C) == 0x000190, "Wrong size on UBTT_Biped_Move_C"); \ static_assert(offsetof(UBTT_Biped_Move_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Move_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Move_C, IKFootPlacementComponent) == 0x000158, "Member 'UBTT_Biped_Move_C::IKFootPlacementComponent' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Move_C, LastDodgeTime) == 0x000160, "Member 'UBTT_Biped_Move_C::LastDodgeTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Move_C, DodgeCoolDownTime) == 0x000164, "Member 'UBTT_Biped_Move_C::DodgeCoolDownTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Move_C, StickPressed) == 0x000168, "Member 'UBTT_Biped_Move_C::StickPressed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Move_C, StickReleaseMinTime) == 0x00016C, "Member 'UBTT_Biped_Move_C::StickReleaseMinTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Move_C, StickReleasedTime) == 0x000170, "Member 'UBTT_Biped_Move_C::StickReleasedTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Move_C, DesiredWorldDirection) == 0x000174, "Member 'UBTT_Biped_Move_C::DesiredWorldDirection' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Move_C, DesiredWorldSpeed) == 0x000180, "Member 'UBTT_Biped_Move_C::DesiredWorldSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Move_C, SpeedGovernor) == 0x000188, "Member 'UBTT_Biped_Move_C::SpeedGovernor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual \ static_assert(alignof(ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual) == 0x000008, "Wrong alignment on ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual"); \ static_assert(sizeof(ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual) == 0x000070, "Wrong size on ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual"); \ static_assert(offsetof(ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual, EntryPoint) == 0x000000, "Member 'ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual, K2Node_Event_Context) == 0x000008, "Member 'ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Idle_Casual_C_ExecuteUbergraph_ABL_Idle_Casual::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_Casual_C_OnAbilityBranch \ static_assert(alignof(ABL_Idle_Casual_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Idle_Casual_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Idle_Casual_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Idle_Casual_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Idle_Casual_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Idle_Casual_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Idle_Casual_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_Casual_C_OnAbilityStart \ static_assert(alignof(ABL_Idle_Casual_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Idle_Casual_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Idle_Casual_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Idle_Casual_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Idle_Casual_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Idle_Casual_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Idle_Casual_C \ static_assert(alignof(UABL_Idle_Casual_C) == 0x000008, "Wrong alignment on UABL_Idle_Casual_C"); \ static_assert(sizeof(UABL_Idle_Casual_C) == 0x0000D0, "Wrong size on UABL_Idle_Casual_C"); \ static_assert(offsetof(UABL_Idle_Casual_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Idle_Casual_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FastTravelManager_C \ static_assert(alignof(UUI_BP_FastTravelManager_C) == 0x000008, "Wrong alignment on UUI_BP_FastTravelManager_C"); \ static_assert(sizeof(UUI_BP_FastTravelManager_C) == 0x000208, "Wrong size on UUI_BP_FastTravelManager_C"); \ #define DUMPER7_ASSERTS_BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess \ static_assert(alignof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess) == 0x000008, "Wrong alignment on BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess"); \ static_assert(sizeof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess) == 0x0000A0, "Wrong size on BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, EntryPoint) == 0x000000, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000018, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, CallFunc_GetActiveTool_ReturnValue) == 0x000030, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::CallFunc_GetActiveTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000038, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, K2Node_DynamicCast_AsCapture_Device_Item_Tool) == 0x000040, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::K2Node_DynamicCast_AsCapture_Device_Item_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, K2Node_DynamicCast_AsBiped_Player) == 0x000050, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, K2Node_Event_OwnerActor) == 0x000060, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000068, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x00006C, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000070, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, K2Node_DynamicCast_AsBiped_Player_1) == 0x000078, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, K2Node_DynamicCast_bSuccess_3) == 0x000080, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, CallFunc_GetActiveTool_ReturnValue_1) == 0x000088, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::CallFunc_GetActiveTool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, K2Node_DynamicCast_AsCapture_Device_Item_Tool_1) == 0x000090, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::K2Node_DynamicCast_AsCapture_Device_Item_Tool_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess, K2Node_DynamicCast_bSuccess_4) == 0x000098, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExecuteUbergraph_BTT_Biped_BeastCaptureSuccess::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_BeastCaptureSuccess_C_ExitTask \ static_assert(alignof(BTT_Biped_BeastCaptureSuccess_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_BeastCaptureSuccess_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_BeastCaptureSuccess_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_BeastCaptureSuccess_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_BeastCaptureSuccess_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_BeastCaptureSuccess_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_BeastCaptureSuccess_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_BeastCaptureSuccess_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_BeastCaptureSuccess_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_BeastCaptureSuccess_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_BeastCaptureSuccess_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_BeastCaptureSuccess_C_CustActionEvt_Success_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_BeastCaptureSuccess_C_CustActionEvt_Success_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_BeastCaptureSuccess_C_CustActionEvt_Success_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_BeastCaptureSuccess_C_CustActionEvt_Success_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_BeastCaptureSuccess_C_CustActionEvt_Success_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_CustActionEvt_Success_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_BeastCaptureSuccess_C_CustActionEvt_Success_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_BeastCaptureSuccess_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_BeastCaptureSuccess_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_BeastCaptureSuccess_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_BeastCaptureSuccess_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_BeastCaptureSuccess_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_BeastCaptureSuccess_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_BeastCaptureSuccess_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_BeastCaptureSuccess_C \ static_assert(alignof(UBTT_Biped_BeastCaptureSuccess_C) == 0x000008, "Wrong alignment on UBTT_Biped_BeastCaptureSuccess_C"); \ static_assert(sizeof(UBTT_Biped_BeastCaptureSuccess_C) == 0x000198, "Wrong size on UBTT_Biped_BeastCaptureSuccess_C"); \ static_assert(offsetof(UBTT_Biped_BeastCaptureSuccess_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_BeastCaptureSuccess_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_BeastCaptureSuccess_C, PotionStation) == 0x000158, "Member 'UBTT_Biped_BeastCaptureSuccess_C::PotionStation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_BeastCaptureSuccess_C, PlayerToStation) == 0x000160, "Member 'UBTT_Biped_BeastCaptureSuccess_C::PlayerToStation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_BeastCaptureSuccess_C, DesiredRotation) == 0x00016C, "Member 'UBTT_Biped_BeastCaptureSuccess_C::DesiredRotation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_BeastCaptureSuccess_C, Up) == 0x000178, "Member 'UBTT_Biped_BeastCaptureSuccess_C::Up' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_BeastCaptureSuccess_C, InterpSpeed) == 0x000184, "Member 'UBTT_Biped_BeastCaptureSuccess_C::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_BeastCaptureSuccess_C, RotationSpeed) == 0x000188, "Member 'UBTT_Biped_BeastCaptureSuccess_C::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_BeastCaptureSuccess_C, InterpPosSpeed) == 0x00018C, "Member 'UBTT_Biped_BeastCaptureSuccess_C::InterpPosSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_BeastCaptureSuccess_C, DistFromSite) == 0x000190, "Member 'UBTT_Biped_BeastCaptureSuccess_C::DistFromSite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_PhoenixGameInstance_C \ static_assert(alignof(UBP_PhoenixGameInstance_C) == 0x000008, "Wrong alignment on UBP_PhoenixGameInstance_C"); \ static_assert(sizeof(UBP_PhoenixGameInstance_C) == 0x000438, "Wrong size on UBP_PhoenixGameInstance_C"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_ExecuteUbergraph_BP_WandTool \ static_assert(alignof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool) == 0x000008, "Wrong alignment on BP_WandTool_C_ExecuteUbergraph_BP_WandTool"); \ static_assert(sizeof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool) == 0x000468, "Wrong size on BP_WandTool_C_ExecuteUbergraph_BP_WandTool"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, EntryPoint) == 0x000000, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CustomEvent_Loaded_1) == 0x000008, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CustomEvent_Loaded_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, Temp_object_Variable) == 0x000010, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_AsTexture_2D) == 0x000018, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CustomEvent_Loaded) == 0x000028, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, Temp_object_Variable_1) == 0x000030, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_AsTexture_2D_1) == 0x000038, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_AsTexture_2D_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, Temp_object_Variable_2) == 0x000048, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CustomEvent_Loaded_2) == 0x000050, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CustomEvent_Loaded_2' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_AsTexture_2D_2) == 0x000058, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_AsTexture_2D_2' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CreateDelegate_OutputDelegate) == 0x000064, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, Temp_object_Variable_3) == 0x000078, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CustomEvent_Loaded_3) == 0x000080, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CustomEvent_Loaded_3' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_AsTexture_2D_3) == 0x000088, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_AsTexture_2D_3' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_bSuccess_3) == 0x000090, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CustomEvent_Caller_1) == 0x000098, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CustomEvent_Caller) == 0x0000A0, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, Temp_object_Variable_4) == 0x0000A8, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_AsSkeletal_Mesh) == 0x0000B0, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_AsSkeletal_Mesh' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_bSuccess_4) == 0x0000B8, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_Event_EndPlayReason) == 0x0000B9, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_Event_ComboSplitData_1) == 0x0000C0, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_Event_ComboSplitData_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CustomEvent_Loaded_4) == 0x0000F8, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CustomEvent_Loaded_4' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CreateDelegate_OutputDelegate_1) == 0x000100, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_Event_ComboSplitData) == 0x000110, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_Event_ComboSplitData' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CreateDelegate_OutputDelegate_2) == 0x000148, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_CheckRequiredPerks_ReturnValue) == 0x000158, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_CheckRequiredPerks_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_IsValidClass_ReturnValue) == 0x000159, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00015A, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00015C, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000160, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000164, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000168, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000170, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000174, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000178, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CreateDelegate_OutputDelegate_3) == 0x000180, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, Temp_object_Variable_5) == 0x000190, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_AsTexture_2D_4) == 0x000198, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_AsTexture_2D_4' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_bSuccess_5) == 0x0001A0, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_GetCharacter_ReturnValue) == 0x0001A8, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_AsBiped_Player) == 0x0001B0, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_bSuccess_6) == 0x0001B8, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_GetExpression_OnActor_ReturnValue) == 0x0001B9, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_GetExpression_OnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_IsValid_ReturnValue) == 0x0001BA, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_IsValid_ReturnValue_1) == 0x0001BB, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_GetCharacter_ReturnValue_1) == 0x0001C0, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_AsBiped_Player_1) == 0x0001C8, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_bSuccess_7) == 0x0001D0, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_Event_WandStyle) == 0x0001D4, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_Event_WandStyle' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_GetWandStyle_ReturnValue) == 0x0001DC, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_GetWandStyle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_GetUGCDataTable_ReturnValue) == 0x0001E8, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_GetUGCDataTable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CreateDelegate_OutputDelegate_4) == 0x0001F0, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_GetDataTableRowFromName_OutRow) == 0x000200, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000348, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000350, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000358, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_IsValidSoftObjectReference_ReturnValue_1) == 0x000359, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_IsValidSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_IsValidSoftObjectReference_ReturnValue_2) == 0x00035A, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_IsValidSoftObjectReference_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CustomEvent_Loaded_5) == 0x000360, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CustomEvent_Loaded_5' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_SpawnSystemAttached_ReturnValue_1) == 0x000368, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_SpawnSystemAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CreateDelegate_OutputDelegate_5) == 0x000370, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CreateDelegate_OutputDelegate_6) == 0x000380, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CreateDelegate_OutputDelegate_7) == 0x000390, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CreateDelegate_OutputDelegate_8) == 0x0003A0, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_CheckRequiredPerks_ReturnValue_1) == 0x0003B0, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_CheckRequiredPerks_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_HermesBindEvent_Handle) == 0x0003B8, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_IsValidClass_ReturnValue_1) == 0x0003C8, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_IsValidClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x0003C9, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x0003CC, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x0003D0, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x0003D4, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x0003D8, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x0003E0, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x0003E4, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CreateDelegate_OutputDelegate_9) == 0x0003E8, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x0003F8, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_HermesBindEvent_Handle_1) == 0x000400, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, Temp_object_Variable_6) == 0x000410, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CustomEvent_Loaded_6) == 0x000418, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CustomEvent_Loaded_6' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_AsTexture_2D_5) == 0x000420, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_AsTexture_2D_5' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_DynamicCast_bSuccess_8) == 0x000428, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CreateDelegate_OutputDelegate_10) == 0x00042C, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CreateDelegate_OutputDelegate_11) == 0x00043C, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, K2Node_CreateDelegate_OutputDelegate_12) == 0x00044C, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_ExecuteUbergraph_BP_WandTool, CallFunc_Create_Wand_Wand_MID) == 0x000460, "Member 'BP_WandTool_C_ExecuteUbergraph_BP_WandTool::CallFunc_Create_Wand_Wand_MID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_SetWandStyle \ static_assert(alignof(BP_WandTool_C_SetWandStyle) == 0x000004, "Wrong alignment on BP_WandTool_C_SetWandStyle"); \ static_assert(sizeof(BP_WandTool_C_SetWandStyle) == 0x000008, "Wrong size on BP_WandTool_C_SetWandStyle"); \ static_assert(offsetof(BP_WandTool_C_SetWandStyle, WandStyle_0) == 0x000000, "Member 'BP_WandTool_C_SetWandStyle::WandStyle_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_StartHeavyComboSplitTimer \ static_assert(alignof(BP_WandTool_C_StartHeavyComboSplitTimer) == 0x000008, "Wrong alignment on BP_WandTool_C_StartHeavyComboSplitTimer"); \ static_assert(sizeof(BP_WandTool_C_StartHeavyComboSplitTimer) == 0x000038, "Wrong size on BP_WandTool_C_StartHeavyComboSplitTimer"); \ static_assert(offsetof(BP_WandTool_C_StartHeavyComboSplitTimer, ComboSplitData_0) == 0x000000, "Member 'BP_WandTool_C_StartHeavyComboSplitTimer::ComboSplitData_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_StartComboSplitTimer \ static_assert(alignof(BP_WandTool_C_StartComboSplitTimer) == 0x000008, "Wrong alignment on BP_WandTool_C_StartComboSplitTimer"); \ static_assert(sizeof(BP_WandTool_C_StartComboSplitTimer) == 0x000038, "Wrong size on BP_WandTool_C_StartComboSplitTimer"); \ static_assert(offsetof(BP_WandTool_C_StartComboSplitTimer, ComboSplitData_0) == 0x000000, "Member 'BP_WandTool_C_StartComboSplitTimer::ComboSplitData_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_ReceiveEndPlay \ static_assert(alignof(BP_WandTool_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_WandTool_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_WandTool_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_WandTool_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_WandTool_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_WandTool_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_ShowWand \ static_assert(alignof(BP_WandTool_C_ShowWand) == 0x000008, "Wrong alignment on BP_WandTool_C_ShowWand"); \ static_assert(sizeof(BP_WandTool_C_ShowWand) == 0x000008, "Wrong size on BP_WandTool_C_ShowWand"); \ static_assert(offsetof(BP_WandTool_C_ShowWand, Caller) == 0x000000, "Member 'BP_WandTool_C_ShowWand::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_HideWand \ static_assert(alignof(BP_WandTool_C_HideWand) == 0x000008, "Wrong alignment on BP_WandTool_C_HideWand"); \ static_assert(sizeof(BP_WandTool_C_HideWand) == 0x000008, "Wrong size on BP_WandTool_C_HideWand"); \ static_assert(offsetof(BP_WandTool_C_HideWand, Caller) == 0x000000, "Member 'BP_WandTool_C_HideWand::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BACA8ABDA2C \ static_assert(alignof(BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BACA8ABDA2C) == 0x000008, "Wrong alignment on BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BACA8ABDA2C"); \ static_assert(sizeof(BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BACA8ABDA2C) == 0x000008, "Wrong size on BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BACA8ABDA2C"); \ static_assert(offsetof(BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BACA8ABDA2C, Loaded) == 0x000000, "Member 'BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BACA8ABDA2C::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_OnLoaded_37A9E9014EFC37E0A67828B37114B2E4 \ static_assert(alignof(BP_WandTool_C_OnLoaded_37A9E9014EFC37E0A67828B37114B2E4) == 0x000008, "Wrong alignment on BP_WandTool_C_OnLoaded_37A9E9014EFC37E0A67828B37114B2E4"); \ static_assert(sizeof(BP_WandTool_C_OnLoaded_37A9E9014EFC37E0A67828B37114B2E4) == 0x000008, "Wrong size on BP_WandTool_C_OnLoaded_37A9E9014EFC37E0A67828B37114B2E4"); \ static_assert(offsetof(BP_WandTool_C_OnLoaded_37A9E9014EFC37E0A67828B37114B2E4, Loaded) == 0x000000, "Member 'BP_WandTool_C_OnLoaded_37A9E9014EFC37E0A67828B37114B2E4::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_OnLoaded_5867A7E746A9CA997A25E3AD69B69E55 \ static_assert(alignof(BP_WandTool_C_OnLoaded_5867A7E746A9CA997A25E3AD69B69E55) == 0x000008, "Wrong alignment on BP_WandTool_C_OnLoaded_5867A7E746A9CA997A25E3AD69B69E55"); \ static_assert(sizeof(BP_WandTool_C_OnLoaded_5867A7E746A9CA997A25E3AD69B69E55) == 0x000008, "Wrong size on BP_WandTool_C_OnLoaded_5867A7E746A9CA997A25E3AD69B69E55"); \ static_assert(offsetof(BP_WandTool_C_OnLoaded_5867A7E746A9CA997A25E3AD69B69E55, Loaded) == 0x000000, "Member 'BP_WandTool_C_OnLoaded_5867A7E746A9CA997A25E3AD69B69E55::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_OnLoaded_227F03C34C43721E008652B57453C981 \ static_assert(alignof(BP_WandTool_C_OnLoaded_227F03C34C43721E008652B57453C981) == 0x000008, "Wrong alignment on BP_WandTool_C_OnLoaded_227F03C34C43721E008652B57453C981"); \ static_assert(sizeof(BP_WandTool_C_OnLoaded_227F03C34C43721E008652B57453C981) == 0x000008, "Wrong size on BP_WandTool_C_OnLoaded_227F03C34C43721E008652B57453C981"); \ static_assert(offsetof(BP_WandTool_C_OnLoaded_227F03C34C43721E008652B57453C981, Loaded) == 0x000000, "Member 'BP_WandTool_C_OnLoaded_227F03C34C43721E008652B57453C981::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_OnLoaded_0055B6AC46721F5CE836AA9E366D0F29 \ static_assert(alignof(BP_WandTool_C_OnLoaded_0055B6AC46721F5CE836AA9E366D0F29) == 0x000008, "Wrong alignment on BP_WandTool_C_OnLoaded_0055B6AC46721F5CE836AA9E366D0F29"); \ static_assert(sizeof(BP_WandTool_C_OnLoaded_0055B6AC46721F5CE836AA9E366D0F29) == 0x000008, "Wrong size on BP_WandTool_C_OnLoaded_0055B6AC46721F5CE836AA9E366D0F29"); \ static_assert(offsetof(BP_WandTool_C_OnLoaded_0055B6AC46721F5CE836AA9E366D0F29, Loaded) == 0x000000, "Member 'BP_WandTool_C_OnLoaded_0055B6AC46721F5CE836AA9E366D0F29::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BAC2881D8FA \ static_assert(alignof(BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BAC2881D8FA) == 0x000008, "Wrong alignment on BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BAC2881D8FA"); \ static_assert(sizeof(BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BAC2881D8FA) == 0x000008, "Wrong size on BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BAC2881D8FA"); \ static_assert(offsetof(BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BAC2881D8FA, Loaded) == 0x000000, "Member 'BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BAC2881D8FA::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BACCB20E9AD \ static_assert(alignof(BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BACCB20E9AD) == 0x000008, "Wrong alignment on BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BACCB20E9AD"); \ static_assert(sizeof(BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BACCB20E9AD) == 0x000008, "Wrong size on BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BACCB20E9AD"); \ static_assert(offsetof(BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BACCB20E9AD, Loaded) == 0x000000, "Member 'BP_WandTool_C_OnLoaded_A0077CDF44E6650F785A2BACCB20E9AD::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_UserConstructionScript \ static_assert(alignof(BP_WandTool_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_WandTool_C_UserConstructionScript"); \ static_assert(sizeof(BP_WandTool_C_UserConstructionScript) == 0x000020, "Wrong size on BP_WandTool_C_UserConstructionScript"); \ static_assert(offsetof(BP_WandTool_C_UserConstructionScript, CallFunc_GetCharacter_ReturnValue) == 0x000000, "Member 'BP_WandTool_C_UserConstructionScript::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_UserConstructionScript, K2Node_DynamicCast_AsBiped_Player) == 0x000008, "Member 'BP_WandTool_C_UserConstructionScript::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_WandTool_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_UserConstructionScript, CallFunc_GetWandStyle_ReturnValue) == 0x000014, "Member 'BP_WandTool_C_UserConstructionScript::CallFunc_GetWandStyle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_Create_Wand \ static_assert(alignof(BP_WandTool_C_Create_Wand) == 0x000008, "Wrong alignment on BP_WandTool_C_Create_Wand"); \ static_assert(sizeof(BP_WandTool_C_Create_Wand) == 0x000080, "Wrong size on BP_WandTool_C_Create_Wand"); \ static_assert(offsetof(BP_WandTool_C_Create_Wand, New_Wand_Mesh_Asset) == 0x000000, "Member 'BP_WandTool_C_Create_Wand::New_Wand_Mesh_Asset' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Create_Wand, TipDTexture) == 0x000008, "Member 'BP_WandTool_C_Create_Wand::TipDTexture' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Create_Wand, TipNTexture) == 0x000010, "Member 'BP_WandTool_C_Create_Wand::TipNTexture' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Create_Wand, TipMROTexture) == 0x000018, "Member 'BP_WandTool_C_Create_Wand::TipMROTexture' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Create_Wand, HandleDTexture) == 0x000020, "Member 'BP_WandTool_C_Create_Wand::HandleDTexture' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Create_Wand, HandleNTexture) == 0x000028, "Member 'BP_WandTool_C_Create_Wand::HandleNTexture' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Create_Wand, HandleMROTexture) == 0x000030, "Member 'BP_WandTool_C_Create_Wand::HandleMROTexture' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Create_Wand, Force) == 0x000038, "Member 'BP_WandTool_C_Create_Wand::Force' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Create_Wand, Wand_MID) == 0x000040, "Member 'BP_WandTool_C_Create_Wand::Wand_MID' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Create_Wand, NewLocalVar_0) == 0x000048, "Member 'BP_WandTool_C_Create_Wand::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Create_Wand, CallFunc_GetMaterial_ReturnValue) == 0x000050, "Member 'BP_WandTool_C_Create_Wand::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Create_Wand, CallFunc_GetMaterial_ReturnValue_1) == 0x000058, "Member 'BP_WandTool_C_Create_Wand::CallFunc_GetMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Create_Wand, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BP_WandTool_C_Create_Wand::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Create_Wand, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000068, "Member 'BP_WandTool_C_Create_Wand::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Create_Wand, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000070, "Member 'BP_WandTool_C_Create_Wand::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Create_Wand, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000078, "Member 'BP_WandTool_C_Create_Wand::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Create_Wand, CallFunc_BooleanOR_ReturnValue) == 0x000079, "Member 'BP_WandTool_C_Create_Wand::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_GetWandMesh \ static_assert(alignof(BP_WandTool_C_GetWandMesh) == 0x000008, "Wrong alignment on BP_WandTool_C_GetWandMesh"); \ static_assert(sizeof(BP_WandTool_C_GetWandMesh) == 0x000008, "Wrong size on BP_WandTool_C_GetWandMesh"); \ static_assert(offsetof(BP_WandTool_C_GetWandMesh, ReturnValue) == 0x000000, "Member 'BP_WandTool_C_GetWandMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WandTool_C_Assign_Skeletal_Mesh_Asset \ static_assert(alignof(BP_WandTool_C_Assign_Skeletal_Mesh_Asset) == 0x000008, "Wrong alignment on BP_WandTool_C_Assign_Skeletal_Mesh_Asset"); \ static_assert(sizeof(BP_WandTool_C_Assign_Skeletal_Mesh_Asset) == 0x000068, "Wrong size on BP_WandTool_C_Assign_Skeletal_Mesh_Asset"); \ static_assert(offsetof(BP_WandTool_C_Assign_Skeletal_Mesh_Asset, Mesh_Component) == 0x000000, "Member 'BP_WandTool_C_Assign_Skeletal_Mesh_Asset::Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Assign_Skeletal_Mesh_Asset, Mesh_Asset) == 0x000008, "Member 'BP_WandTool_C_Assign_Skeletal_Mesh_Asset::Mesh_Asset' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Assign_Skeletal_Mesh_Asset, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_WandTool_C_Assign_Skeletal_Mesh_Asset::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Assign_Skeletal_Mesh_Asset, CallFunc_GetMaterials_ReturnValue) == 0x000018, "Member 'BP_WandTool_C_Assign_Skeletal_Mesh_Asset::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Assign_Skeletal_Mesh_Asset, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_WandTool_C_Assign_Skeletal_Mesh_Asset::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Assign_Skeletal_Mesh_Asset, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_WandTool_C_Assign_Skeletal_Mesh_Asset::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Assign_Skeletal_Mesh_Asset, CallFunc_IsValid_ReturnValue) == 0x000054, "Member 'BP_WandTool_C_Assign_Skeletal_Mesh_Asset::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Assign_Skeletal_Mesh_Asset, CallFunc_MaterialPermuterPrepareSetBaseMaterials_Success) == 0x000055, "Member 'BP_WandTool_C_Assign_Skeletal_Mesh_Asset::CallFunc_MaterialPermuterPrepareSetBaseMaterials_Success' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Assign_Skeletal_Mesh_Asset, CallFunc_IsValid_ReturnValue_1) == 0x000056, "Member 'BP_WandTool_C_Assign_Skeletal_Mesh_Asset::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Assign_Skeletal_Mesh_Asset, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'BP_WandTool_C_Assign_Skeletal_Mesh_Asset::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Assign_Skeletal_Mesh_Asset, CallFunc_BooleanAND_ReturnValue) == 0x00005C, "Member 'BP_WandTool_C_Assign_Skeletal_Mesh_Asset::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Assign_Skeletal_Mesh_Asset, CallFunc_Less_IntInt_ReturnValue) == 0x00005D, "Member 'BP_WandTool_C_Assign_Skeletal_Mesh_Asset::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WandTool_C_Assign_Skeletal_Mesh_Asset, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'BP_WandTool_C_Assign_Skeletal_Mesh_Asset::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_WandTool_C \ static_assert(alignof(ABP_WandTool_C) == 0x000010, "Wrong alignment on ABP_WandTool_C"); \ static_assert(sizeof(ABP_WandTool_C) == 0x0006E0, "Wrong size on ABP_WandTool_C"); \ static_assert(offsetof(ABP_WandTool_C, UberGraphFrame) == 0x0005C0, "Member 'ABP_WandTool_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, SK_Wand) == 0x0005C8, "Member 'ABP_WandTool_C::SK_Wand' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, ComboSplitData) == 0x0005D0, "Member 'ABP_WandTool_C::ComboSplitData' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, FinisherTimerHandle) == 0x000608, "Member 'ABP_WandTool_C::FinisherTimerHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, ComboTimerHandle) == 0x000610, "Member 'ABP_WandTool_C::ComboTimerHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, HeavyComboSplitData) == 0x000618, "Member 'ABP_WandTool_C::HeavyComboSplitData' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, HeavyFinisherTimerHandle) == 0x000650, "Member 'ABP_WandTool_C::HeavyFinisherTimerHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, HeavyComboTimerHandle) == 0x000658, "Member 'ABP_WandTool_C::HeavyComboTimerHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, ComboFinisherEffect) == 0x000660, "Member 'ABP_WandTool_C::ComboFinisherEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, MothFollowing) == 0x000668, "Member 'ABP_WandTool_C::MothFollowing' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, HardRefToOppugnoSpell) == 0x000670, "Member 'ABP_WandTool_C::HardRefToOppugnoSpell' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, HardRefToExpelliarmusSpell) == 0x000678, "Member 'ABP_WandTool_C::HardRefToExpelliarmusSpell' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, WandStyleData) == 0x000680, "Member 'ABP_WandTool_C::WandStyleData' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, Current_Wand_Mesh_Asset) == 0x000688, "Member 'ABP_WandTool_C::Current_Wand_Mesh_Asset' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, Wand_Dynamic_Material) == 0x000690, "Member 'ABP_WandTool_C::Wand_Dynamic_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, StarterWand) == 0x000698, "Member 'ABP_WandTool_C::StarterWand' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, StarterWandProjectileSpeedMultiplier) == 0x00069C, "Member 'ABP_WandTool_C::StarterWandProjectileSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, WandStyle) == 0x0006A0, "Member 'ABP_WandTool_C::WandStyle' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, Tip_DTexture) == 0x0006A8, "Member 'ABP_WandTool_C::Tip_DTexture' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, Tip_NTexture) == 0x0006B0, "Member 'ABP_WandTool_C::Tip_NTexture' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, Tip_MROTexture) == 0x0006B8, "Member 'ABP_WandTool_C::Tip_MROTexture' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, Handle_DTexture) == 0x0006C0, "Member 'ABP_WandTool_C::Handle_DTexture' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, Handle_NTexture) == 0x0006C8, "Member 'ABP_WandTool_C::Handle_NTexture' has a wrong offset!"); \ static_assert(offsetof(ABP_WandTool_C, Handle_MROTexture) == 0x0006D0, "Member 'ABP_WandTool_C::Handle_MROTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BeaconHUDPanel_C_RemoveBeacon \ static_assert(alignof(UI_BP_BeaconHUDPanel_C_RemoveBeacon) == 0x000008, "Wrong alignment on UI_BP_BeaconHUDPanel_C_RemoveBeacon"); \ static_assert(sizeof(UI_BP_BeaconHUDPanel_C_RemoveBeacon) == 0x000010, "Wrong size on UI_BP_BeaconHUDPanel_C_RemoveBeacon"); \ static_assert(offsetof(UI_BP_BeaconHUDPanel_C_RemoveBeacon, Beacon) == 0x000000, "Member 'UI_BP_BeaconHUDPanel_C_RemoveBeacon::Beacon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BeaconHUDPanel_C_RemoveBeacon, CallFunc_RemoveChild_ReturnValue) == 0x000008, "Member 'UI_BP_BeaconHUDPanel_C_RemoveBeacon::CallFunc_RemoveChild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BeaconHUDPanel_C_AddBeacon \ static_assert(alignof(UI_BP_BeaconHUDPanel_C_AddBeacon) == 0x000008, "Wrong alignment on UI_BP_BeaconHUDPanel_C_AddBeacon"); \ static_assert(sizeof(UI_BP_BeaconHUDPanel_C_AddBeacon) == 0x000018, "Wrong size on UI_BP_BeaconHUDPanel_C_AddBeacon"); \ static_assert(offsetof(UI_BP_BeaconHUDPanel_C_AddBeacon, HUDCompassIcon) == 0x000000, "Member 'UI_BP_BeaconHUDPanel_C_AddBeacon::HUDCompassIcon' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BeaconHUDPanel_C_AddBeacon, NewSlot) == 0x000008, "Member 'UI_BP_BeaconHUDPanel_C_AddBeacon::NewSlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BeaconHUDPanel_C_AddBeacon, CallFunc_AddChildToCanvas_ReturnValue) == 0x000010, "Member 'UI_BP_BeaconHUDPanel_C_AddBeacon::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_BeaconHUDPanel_C \ static_assert(alignof(UUI_BP_BeaconHUDPanel_C) == 0x000008, "Wrong alignment on UUI_BP_BeaconHUDPanel_C"); \ static_assert(sizeof(UUI_BP_BeaconHUDPanel_C) == 0x0002F0, "Wrong size on UUI_BP_BeaconHUDPanel_C"); \ static_assert(offsetof(UUI_BP_BeaconHUDPanel_C, Root) == 0x0002E8, "Member 'UUI_BP_BeaconHUDPanel_C::Root' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_PopulateAccountData \ static_assert(alignof(UI_BP_WbGamesSignin_C_PopulateAccountData) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_PopulateAccountData"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_PopulateAccountData) == 0x000268, "Wrong size on UI_BP_WbGamesSignin_C_PopulateAccountData"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_AVATranslate_ReturnValue) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Conv_TextToString_ReturnValue) == 0x000018, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_AVATranslate_ReturnValue_1) == 0x000038, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_AVATranslate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000050, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_BreakVector2D_X) == 0x000060, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_BreakVector2D_Y) == 0x000064, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_FTrunc_ReturnValue) == 0x000078, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_FTrunc_ReturnValue_1) == 0x00007C, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_AVATranslate_ReturnValue_2) == 0x000080, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_AVATranslate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_AVATranslate_ReturnValue_3) == 0x000098, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_AVATranslate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000B0, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0000C0, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Get_ReturnValue) == 0x0000D0, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_AVATranslate_ReturnValue_4) == 0x0000D8, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_AVATranslate_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_GetWBPNQRCode_ReturnValue) == 0x0000F0, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_GetWBPNQRCode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Conv_TextToString_ReturnValue_4) == 0x0000F8, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_GetHydraID_ReturnValue) == 0x000108, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_GetHydraID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_GetWBPNAccountDetails_ReturnValue) == 0x000118, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_GetWBPNAccountDetails_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000158, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Conv_StringToText_ReturnValue) == 0x000168, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_IsEmpty_ReturnValue) == 0x000180, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000188, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000198, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_GetWBPNLinkStatus_ReturnValue) == 0x0001A8, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_GetWBPNLinkStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0001B0, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001C0, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001C8, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_AVATranslate_ReturnValue_5) == 0x0001E0, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_AVATranslate_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Conv_TextToString_ReturnValue_5) == 0x0001F8, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Conv_TextToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000208, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000218, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000228, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000238, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateAccountData, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000250, "Member 'UI_BP_WbGamesSignin_C_PopulateAccountData::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_AdjustForViewportWidth \ static_assert(alignof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_AdjustForViewportWidth"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth) == 0x000088, "Wrong size on UI_BP_WbGamesSignin_C_AdjustForViewportWidth"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth, CurrentWidth) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_AdjustForViewportWidth::CurrentWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth, CurrentRatio) == 0x000004, "Member 'UI_BP_WbGamesSignin_C_AdjustForViewportWidth::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth, IdealWidth) == 0x000008, "Member 'UI_BP_WbGamesSignin_C_AdjustForViewportWidth::IdealWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth, IdealRatio) == 0x00000C, "Member 'UI_BP_WbGamesSignin_C_AdjustForViewportWidth::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin) == 0x000010, "Member 'UI_BP_WbGamesSignin_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_1) == 0x000020, "Member 'UI_BP_WbGamesSignin_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue) == 0x000030, "Member 'UI_BP_WbGamesSignin_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000038, "Member 'UI_BP_WbGamesSignin_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_2) == 0x000040, "Member 'UI_BP_WbGamesSignin_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_3) == 0x000050, "Member 'UI_BP_WbGamesSignin_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue_1) == 0x000060, "Member 'UI_BP_WbGamesSignin_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000068, "Member 'UI_BP_WbGamesSignin_C_AdjustForViewportWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue_1) == 0x00006C, "Member 'UI_BP_WbGamesSignin_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth, CallFunc_GetViewportSize_ReturnValue) == 0x000070, "Member 'UI_BP_WbGamesSignin_C_AdjustForViewportWidth::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth, CallFunc_BreakVector2D_X) == 0x000078, "Member 'UI_BP_WbGamesSignin_C_AdjustForViewportWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth, CallFunc_BreakVector2D_Y) == 0x00007C, "Member 'UI_BP_WbGamesSignin_C_AdjustForViewportWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000080, "Member 'UI_BP_WbGamesSignin_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_PopulateWWData \ static_assert(alignof(UI_BP_WbGamesSignin_C_PopulateWWData) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_PopulateWWData"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_PopulateWWData) == 0x000360, "Wrong size on UI_BP_WbGamesSignin_C_PopulateWWData"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, Flexibility) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::Flexibility' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, Length) == 0x000018, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::Length' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, Wood) == 0x000030, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::Wood' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, Core) == 0x000048, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::Core' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, House) == 0x000060, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::House' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_AVATranslate_ReturnValue) == 0x000078, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_AVATranslate_ReturnValue_1) == 0x000090, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_AVATranslate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_GetWizardingWorldData_OutValue) == 0x0000A8, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_GetWizardingWorldData_OutValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_GetWizardingWorldData_ReturnValue) == 0x0000B8, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_GetWizardingWorldData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_AVATranslate_ReturnValue_2) == 0x0000C0, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_AVATranslate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, K2Node_MakeStruct_FormatArgumentData) == 0x0000D8, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, K2Node_MakeStruct_FormatArgumentData_1) == 0x000118, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, K2Node_MakeStruct_FormatArgumentData_2) == 0x000158, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, K2Node_MakeStruct_FormatArgumentData_3) == 0x000198, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_GetWizardingWorldData_OutValue_1) == 0x0001D8, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_GetWizardingWorldData_OutValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_GetWizardingWorldData_ReturnValue_1) == 0x0001E8, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_GetWizardingWorldData_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, K2Node_MakeArray_Array) == 0x0001F0, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_Conv_StringToText_ReturnValue) == 0x000200, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_Format_ReturnValue) == 0x000218, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_AVATranslate_ReturnValue_3) == 0x000230, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_AVATranslate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_PhoenixKeyExists_ReturnValue) == 0x000248, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_PhoenixKeyExists_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_GetWizardingWorldData_OutValue_2) == 0x000250, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_GetWizardingWorldData_OutValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_GetWizardingWorldData_ReturnValue_2) == 0x000260, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_GetWizardingWorldData_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_GetWizardingWorldData_OutValue_3) == 0x000268, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_GetWizardingWorldData_OutValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_GetWizardingWorldData_ReturnValue_3) == 0x000278, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_GetWizardingWorldData_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_Concat_StrStr_ReturnValue) == 0x000280, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000290, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_PhoenixKeyExists_ReturnValue_1) == 0x0002A0, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_PhoenixKeyExists_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_AVATranslate_ReturnValue_4) == 0x0002A8, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_AVATranslate_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_PhoenixKeyExists_ReturnValue_2) == 0x0002C0, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_PhoenixKeyExists_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_AVATranslate_ReturnValue_5) == 0x0002C8, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_AVATranslate_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0002E0, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0002F8, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_AVATranslate_ReturnValue_6) == 0x000310, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_AVATranslate_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_GetWizardingWorldData_OutValue_4) == 0x000328, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_GetWizardingWorldData_OutValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_GetWizardingWorldData_ReturnValue_4) == 0x000338, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_GetWizardingWorldData_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000340, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopulateWWData, K2Node_SwitchString_CmpSuccess) == 0x000358, "Member 'UI_BP_WbGamesSignin_C_PopulateWWData::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_ToggleLinkingPopup \ static_assert(alignof(UI_BP_WbGamesSignin_C_ToggleLinkingPopup) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_ToggleLinkingPopup"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_ToggleLinkingPopup) == 0x000070, "Wrong size on UI_BP_WbGamesSignin_C_ToggleLinkingPopup"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ToggleLinkingPopup, ShowPopup_0) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_ToggleLinkingPopup::ShowPopup_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ToggleLinkingPopup, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_WbGamesSignin_C_ToggleLinkingPopup::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ToggleLinkingPopup, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_WbGamesSignin_C_ToggleLinkingPopup::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ToggleLinkingPopup, CallFunc_Get_ReturnValue) == 0x000018, "Member 'UI_BP_WbGamesSignin_C_ToggleLinkingPopup::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ToggleLinkingPopup, K2Node_MakeArray_Array) == 0x000020, "Member 'UI_BP_WbGamesSignin_C_ToggleLinkingPopup::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ToggleLinkingPopup, K2Node_MakeStruct_LegendItemData) == 0x000030, "Member 'UI_BP_WbGamesSignin_C_ToggleLinkingPopup::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ToggleLinkingPopup, K2Node_MakeArray_Array_1) == 0x000060, "Member 'UI_BP_WbGamesSignin_C_ToggleLinkingPopup::K2Node_MakeArray_Array_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_DisplayNextRewardNotification \ static_assert(alignof(UI_BP_WbGamesSignin_C_DisplayNextRewardNotification) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_DisplayNextRewardNotification"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_DisplayNextRewardNotification) == 0x000048, "Wrong size on UI_BP_WbGamesSignin_C_DisplayNextRewardNotification"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_DisplayNextRewardNotification, FirstCall) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_DisplayNextRewardNotification::FirstCall' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_DisplayNextRewardNotification, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_WbGamesSignin_C_DisplayNextRewardNotification::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_DisplayNextRewardNotification, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'UI_BP_WbGamesSignin_C_DisplayNextRewardNotification::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_DisplayNextRewardNotification, CallFunc_Create_ReturnValue) == 0x000020, "Member 'UI_BP_WbGamesSignin_C_DisplayNextRewardNotification::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_DisplayNextRewardNotification, CallFunc_Get_ReturnValue) == 0x000028, "Member 'UI_BP_WbGamesSignin_C_DisplayNextRewardNotification::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_DisplayNextRewardNotification, CallFunc_GetPendingRewardNotifications_ReturnValue) == 0x000030, "Member 'UI_BP_WbGamesSignin_C_DisplayNextRewardNotification::CallFunc_GetPendingRewardNotifications_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_DisplayNextRewardNotification, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'UI_BP_WbGamesSignin_C_DisplayNextRewardNotification::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_DisplayNextRewardNotification, CallFunc_Greater_IntInt_ReturnValue) == 0x000044, "Member 'UI_BP_WbGamesSignin_C_DisplayNextRewardNotification::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_UpdateForSettingsMenu \ static_assert(alignof(UI_BP_WbGamesSignin_C_UpdateForSettingsMenu) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_UpdateForSettingsMenu"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_UpdateForSettingsMenu) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_UpdateForSettingsMenu"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_UpdateForSettingsMenu, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_UpdateForSettingsMenu::CallFunc_Get_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse \ static_assert(alignof(UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse) == 0x000078, "Wrong size on UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse, ResponseVal) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse::ResponseVal' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse, CallFunc_Now_ReturnValue) == 0x000008, "Member 'UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse::CallFunc_Now_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse, CallFunc_Conv_IntToString_ReturnValue) == 0x000010, "Member 'UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse, CallFunc_AsTime_DateTime_ReturnValue) == 0x000020, "Member 'UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse::CallFunc_AsTime_DateTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse, CallFunc_Conv_TextToString_ReturnValue) == 0x000048, "Member 'UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'UI_BP_WbGamesSignin_C_DebugLogWBSigninResponse::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_RefreshSignInCodes \ static_assert(alignof(UI_BP_WbGamesSignin_C_RefreshSignInCodes) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_RefreshSignInCodes"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_RefreshSignInCodes) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_RefreshSignInCodes"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_RefreshSignInCodes, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_RefreshSignInCodes::CallFunc_Get_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction) == 0x000004, "Wrong alignment on UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction) == 0x000010, "Wrong size on UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000004, "Member 'UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction, CallFunc_GetVisibility_ReturnValue) == 0x00000C, "Member 'UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00000D, "Member 'UI_BP_WbGamesSignin_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_RetryConnectionFailed \ static_assert(alignof(UI_BP_WbGamesSignin_C_RetryConnectionFailed) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_RetryConnectionFailed"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_RetryConnectionFailed) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_RetryConnectionFailed"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_RetryConnectionFailed, Caller) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_RetryConnectionFailed::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_WBPNDeviceFlowResponse \ static_assert(alignof(UI_BP_WbGamesSignin_C_WBPNDeviceFlowResponse) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_WBPNDeviceFlowResponse"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_WBPNDeviceFlowResponse) == 0x000010, "Wrong size on UI_BP_WbGamesSignin_C_WBPNDeviceFlowResponse"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_WBPNDeviceFlowResponse, Caller) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_WBPNDeviceFlowResponse::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_WBPNDeviceFlowResponse, Response) == 0x000008, "Member 'UI_BP_WbGamesSignin_C_WBPNDeviceFlowResponse::Response' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_PopupDismissed \ static_assert(alignof(UI_BP_WbGamesSignin_C_PopupDismissed) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_PopupDismissed"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_PopupDismissed) == 0x000010, "Wrong size on UI_BP_WbGamesSignin_C_PopupDismissed"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopupDismissed, PopupScreen) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_PopupDismissed::PopupScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopupDismissed, CompletionActionIndex) == 0x000008, "Member 'UI_BP_WbGamesSignin_C_PopupDismissed::CompletionActionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_LinkAccountsButton_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_LinkAccountsButton_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_LinkAccountsButton_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_LinkAccountsButton_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_LinkAccountsButton_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_LinkAccountsButton_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_LinkAccountsButton_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_RetryConnectionButton_K2Node_ComponentBoundEvent_3_MenuTextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_RetryConnectionButton_K2Node_ComponentBoundEvent_3_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_RetryConnectionButton_K2Node_ComponentBoundEvent_3_MenuTextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_RetryConnectionButton_K2Node_ComponentBoundEvent_3_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_RetryConnectionButton_K2Node_ComponentBoundEvent_3_MenuTextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_RetryConnectionButton_K2Node_ComponentBoundEvent_3_MenuTextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_RetryConnectionButton_K2Node_ComponentBoundEvent_3_MenuTextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_LinkAccountsButton_K2Node_ComponentBoundEvent_6_MenuTextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_LinkAccountsButton_K2Node_ComponentBoundEvent_6_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_LinkAccountsButton_K2Node_ComponentBoundEvent_6_MenuTextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_LinkAccountsButton_K2Node_ComponentBoundEvent_6_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_LinkAccountsButton_K2Node_ComponentBoundEvent_6_MenuTextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_LinkAccountsButton_K2Node_ComponentBoundEvent_6_MenuTextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_LinkAccountsButton_K2Node_ComponentBoundEvent_6_MenuTextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_WBPNDeviceCodeExpired \ static_assert(alignof(UI_BP_WbGamesSignin_C_WBPNDeviceCodeExpired) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_WBPNDeviceCodeExpired"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_WBPNDeviceCodeExpired) == 0x000010, "Wrong size on UI_BP_WbGamesSignin_C_WBPNDeviceCodeExpired"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_WBPNDeviceCodeExpired, Caller) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_WBPNDeviceCodeExpired::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_WBPNDeviceCodeExpired, Response) == 0x000008, "Member 'UI_BP_WbGamesSignin_C_WBPNDeviceCodeExpired::Response' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_WBPNLinkStatusChanged \ static_assert(alignof(UI_BP_WbGamesSignin_C_WBPNLinkStatusChanged) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_WBPNLinkStatusChanged"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_WBPNLinkStatusChanged) == 0x000010, "Wrong size on UI_BP_WbGamesSignin_C_WBPNLinkStatusChanged"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_WBPNLinkStatusChanged, Caller) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_WBPNLinkStatusChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_WBPNLinkStatusChanged, Response) == 0x000008, "Member 'UI_BP_WbGamesSignin_C_WBPNLinkStatusChanged::Response' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_UI_BP_MenuTextButton_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_UI_BP_MenuTextButton_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_UI_BP_MenuTextButton_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_UI_BP_MenuTextButton_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_UI_BP_MenuTextButton_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_UI_BP_MenuTextButton_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_UI_BP_MenuTextButton_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_PopupClosed \ static_assert(alignof(UI_BP_WbGamesSignin_C_PopupClosed) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_PopupClosed"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_PopupClosed) == 0x000010, "Wrong size on UI_BP_WbGamesSignin_C_PopupClosed"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopupClosed, PopupScreen) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_PopupClosed::PopupScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_PopupClosed, CompletionActionIndex) == 0x000008, "Member 'UI_BP_WbGamesSignin_C_PopupClosed::CompletionActionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_ResolutionSettingsApplied \ static_assert(alignof(UI_BP_WbGamesSignin_C_ResolutionSettingsApplied) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_ResolutionSettingsApplied"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_ResolutionSettingsApplied) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_ResolutionSettingsApplied"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ResolutionSettingsApplied, Caller) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_ResolutionSettingsApplied::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_skipSignInButton_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_skipSignInButton_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_skipSignInButton_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_skipSignInButton_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_skipSignInButton_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_skipSignInButton_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_skipSignInButton_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_skipSignInButton_K2Node_ComponentBoundEvent_5_MenuTextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_skipSignInButton_K2Node_ComponentBoundEvent_5_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_skipSignInButton_K2Node_ComponentBoundEvent_5_MenuTextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_skipSignInButton_K2Node_ComponentBoundEvent_5_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_skipSignInButton_K2Node_ComponentBoundEvent_5_MenuTextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_skipSignInButton_K2Node_ComponentBoundEvent_5_MenuTextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_skipSignInButton_K2Node_ComponentBoundEvent_5_MenuTextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ContinueButton_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ContinueButton_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ContinueButton_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ContinueButton_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ContinueButton_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ContinueButton_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ContinueButton_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ContinueButton_2_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ContinueButton_2_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ContinueButton_2_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ContinueButton_2_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ContinueButton_2_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ContinueButton_2_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ContinueButton_2_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_1_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_1_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_1_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_1_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_1_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_1_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_1_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_UnlinkButton_SignIn_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_UnlinkButton_SignIn_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_UnlinkButton_SignIn_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_UnlinkButton_SignIn_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_UnlinkButton_SignIn_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_UnlinkButton_SignIn_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_UnlinkButton_SignIn_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ManageConnectionsButton_1_K2Node_ComponentBoundEvent_11_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ManageConnectionsButton_1_K2Node_ComponentBoundEvent_11_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ManageConnectionsButton_1_K2Node_ComponentBoundEvent_11_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ManageConnectionsButton_1_K2Node_ComponentBoundEvent_11_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ManageConnectionsButton_1_K2Node_ComponentBoundEvent_11_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ManageConnectionsButton_1_K2Node_ComponentBoundEvent_11_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ManageConnectionsButton_1_K2Node_ComponentBoundEvent_11_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_1_K2Node_ComponentBoundEvent_13_MenuTextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_1_K2Node_ComponentBoundEvent_13_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_1_K2Node_ComponentBoundEvent_13_MenuTextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_1_K2Node_ComponentBoundEvent_13_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_1_K2Node_ComponentBoundEvent_13_MenuTextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_1_K2Node_ComponentBoundEvent_13_MenuTextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_1_K2Node_ComponentBoundEvent_13_MenuTextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_2_K2Node_ComponentBoundEvent_14_MenuTextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_2_K2Node_ComponentBoundEvent_14_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_2_K2Node_ComponentBoundEvent_14_MenuTextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_2_K2Node_ComponentBoundEvent_14_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_2_K2Node_ComponentBoundEvent_14_MenuTextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_2_K2Node_ComponentBoundEvent_14_MenuTextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_DisplayAccount_Btn_2_K2Node_ComponentBoundEvent_14_MenuTextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ManageConnectionsButton_1_K2Node_ComponentBoundEvent_15_MenuTextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ManageConnectionsButton_1_K2Node_ComponentBoundEvent_15_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ManageConnectionsButton_1_K2Node_ComponentBoundEvent_15_MenuTextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ManageConnectionsButton_1_K2Node_ComponentBoundEvent_15_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ManageConnectionsButton_1_K2Node_ComponentBoundEvent_15_MenuTextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ManageConnectionsButton_1_K2Node_ComponentBoundEvent_15_MenuTextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_BndEvt__UI_BP_WbGamesSignin_ManageConnectionsButton_1_K2Node_ComponentBoundEvent_15_MenuTextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin \ static_assert(alignof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin) == 0x000248, "Wrong size on UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, EntryPoint) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_Get_ReturnValue) == 0x000008, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CustomEvent_Caller_4) == 0x000010, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CustomEvent_Caller_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_Get_ReturnValue_1) == 0x000028, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_HermesBindEvent_Handle) == 0x000030, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CustomEvent_Caller_3) == 0x000040, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CustomEvent_Response_2) == 0x000048, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CustomEvent_Response_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_Greater_IntInt_ReturnValue) == 0x00004C, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_IsValid_ReturnValue) == 0x00004D, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_Get_ReturnValue_2) == 0x000050, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CustomEvent_PopupScreen_1) == 0x000058, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CustomEvent_PopupScreen_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CustomEvent_CompletionActionIndex_1) == 0x000060, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CustomEvent_CompletionActionIndex_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_ComponentBoundEvent_Button_13) == 0x000068, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_ComponentBoundEvent_Button_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_Get_ReturnValue_3) == 0x000070, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_ComponentBoundEvent_Button_12) == 0x000078, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_ComponentBoundEvent_Button_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_GetUIManagerPure_ReturnValue) == 0x000080, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_ShowOkPopup_ReturnValue) == 0x000088, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_ShowOkPopup_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_ComponentBoundEvent_Button_11) == 0x000090, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_ComponentBoundEvent_Button_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CreateDelegate_OutputDelegate_1) == 0x000098, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CustomEvent_Caller_2) == 0x0000A8, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CustomEvent_Response_1) == 0x0000B0, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CustomEvent_Response_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_HermesBindInt_Handle) == 0x0000B8, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000C8, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000D8, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_HermesBindInt_Handle_1) == 0x0000E8, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_HermesBindInt_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_HermesBindEvent_Handle_1) == 0x0000F8, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CustomEvent_Caller_1) == 0x000108, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CustomEvent_Response) == 0x000110, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CustomEvent_Response' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_SwitchInteger_CmpSuccess) == 0x000114, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000115, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_HasFocus_ReturnValue) == 0x000116, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_HasFocus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_HasFocus_ReturnValue_1) == 0x000117, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_HasFocus_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_HasFocus_ReturnValue_2) == 0x000118, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_HasFocus_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_ComponentBoundEvent_Button_10) == 0x000120, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_ComponentBoundEvent_Button_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x000128, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CustomEvent_PopupScreen) == 0x000130, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CustomEvent_PopupScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CustomEvent_CompletionActionIndex) == 0x000138, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CustomEvent_CompletionActionIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_ShowOkPopup_ReturnValue_1) == 0x000140, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_ShowOkPopup_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_Not_PreBool_ReturnValue) == 0x000148, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_BooleanAND_ReturnValue) == 0x000149, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_Get_ReturnValue_4) == 0x000150, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_Get_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CustomEvent_Caller) == 0x000158, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_PostEventAtLocation_ReturnValue) == 0x000160, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000164, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000168, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_ComponentBoundEvent_Button_9) == 0x000170, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_ComponentBoundEvent_Button_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_ComponentBoundEvent_Button_8) == 0x000178, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_ComponentBoundEvent_Button_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x000180, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_Get_ReturnValue_5) == 0x000188, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_Get_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_Get_ReturnValue_6) == 0x000190, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_Get_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_PostEventAtLocation_ReturnValue_4) == 0x000198, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_PostEventAtLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_ComponentBoundEvent_Button_7) == 0x0001A0, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001A8, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CreateDelegate_OutputDelegate_4) == 0x0001AC, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_BooleanOR_ReturnValue) == 0x0001BC, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_ComponentBoundEvent_Button_6) == 0x0001C0, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_ComponentBoundEvent_Button_5) == 0x0001C8, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CreateDelegate_OutputDelegate_5) == 0x0001D0, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_HermesBindInt_Handle_2) == 0x0001E0, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_HermesBindInt_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_ComponentBoundEvent_Button_4) == 0x0001F0, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_PostEventAtLocation_ReturnValue_5) == 0x0001F8, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_PostEventAtLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_ComponentBoundEvent_Button_3) == 0x000200, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_Get_ReturnValue_7) == 0x000208, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_Get_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, CallFunc_GetWBPNUnlink_ReturnValue) == 0x000210, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::CallFunc_GetWBPNUnlink_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_CreateDelegate_OutputDelegate_6) == 0x000220, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_ComponentBoundEvent_Button_2) == 0x000230, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_ComponentBoundEvent_Button_1) == 0x000238, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin, K2Node_ComponentBoundEvent_Button) == 0x000240, "Member 'UI_BP_WbGamesSignin_C_ExecuteUbergraph_UI_BP_WbGamesSignin::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_WbGamesSignin_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_WbGamesSignin_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings) == 0x000130, "Wrong size on UI_BP_WbGamesSignin_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000039, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00006C, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000070, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000088, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000098, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x00009C, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000A0, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x0000A8, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000C8, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x0000D8, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000DC, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0000E0, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0000F8, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000108, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x00010C, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x000110, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000118, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_WbGamesSignin_C_GatherMenuReaderStrings, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000128, "Member 'UI_BP_WbGamesSignin_C_GatherMenuReaderStrings::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_WbGamesSignin_C \ static_assert(alignof(UUI_BP_WbGamesSignin_C) == 0x000008, "Wrong alignment on UUI_BP_WbGamesSignin_C"); \ static_assert(sizeof(UUI_BP_WbGamesSignin_C) == 0x000538, "Wrong size on UUI_BP_WbGamesSignin_C"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_WbGamesSignin_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, ShowPopup) == 0x000330, "Member 'UUI_BP_WbGamesSignin_C::ShowPopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, FrameSparkles) == 0x000338, "Member 'UUI_BP_WbGamesSignin_C::FrameSparkles' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, ShowCopyText) == 0x000340, "Member 'UUI_BP_WbGamesSignin_C::ShowCopyText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, AccountsPanel) == 0x000348, "Member 'UUI_BP_WbGamesSignin_C::AccountsPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, bg_tonedown) == 0x000350, "Member 'UUI_BP_WbGamesSignin_C::bg_tonedown' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, ContinueButton) == 0x000358, "Member 'UUI_BP_WbGamesSignin_C::ContinueButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, CurseForge_ID_Txt) == 0x000360, "Member 'UUI_BP_WbGamesSignin_C::CurseForge_ID_Txt' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, DisplayAccount_Btn_1) == 0x000368, "Member 'UUI_BP_WbGamesSignin_C::DisplayAccount_Btn_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, DisplayAccount_Btn_2) == 0x000370, "Member 'UUI_BP_WbGamesSignin_C::DisplayAccount_Btn_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, divider) == 0x000378, "Member 'UUI_BP_WbGamesSignin_C::divider' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, Divider2) == 0x000380, "Member 'UUI_BP_WbGamesSignin_C::Divider2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, HouseNameText) == 0x000388, "Member 'UUI_BP_WbGamesSignin_C::HouseNameText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, Hydra_ID_Txt) == 0x000390, "Member 'UUI_BP_WbGamesSignin_C::Hydra_ID_Txt' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, LegendBar) == 0x000398, "Member 'UUI_BP_WbGamesSignin_C::LegendBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, LinkAccountsButton) == 0x0003A0, "Member 'UUI_BP_WbGamesSignin_C::LinkAccountsButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, LinkAcctPopup) == 0x0003A8, "Member 'UUI_BP_WbGamesSignin_C::LinkAcctPopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, LocalProfileText) == 0x0003B0, "Member 'UUI_BP_WbGamesSignin_C::LocalProfileText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, mainContent) == 0x0003B8, "Member 'UUI_BP_WbGamesSignin_C::mainContent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, MainContentsPanel) == 0x0003C0, "Member 'UUI_BP_WbGamesSignin_C::MainContentsPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, ManageConnectionsButton_1) == 0x0003C8, "Member 'UUI_BP_WbGamesSignin_C::ManageConnectionsButton_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, NetworkConnectionErrorPanel) == 0x0003D0, "Member 'UUI_BP_WbGamesSignin_C::NetworkConnectionErrorPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, NetworkConnectionErrorText) == 0x0003D8, "Member 'UUI_BP_WbGamesSignin_C::NetworkConnectionErrorText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, OnlineSignInHeader) == 0x0003E0, "Member 'UUI_BP_WbGamesSignin_C::OnlineSignInHeader' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, QR_Code) == 0x0003E8, "Member 'UUI_BP_WbGamesSignin_C::QR_Code' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, RetryConnectionButton) == 0x0003F0, "Member 'UUI_BP_WbGamesSignin_C::RetryConnectionButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, RetryConnectionSpinner) == 0x0003F8, "Member 'UUI_BP_WbGamesSignin_C::RetryConnectionSpinner' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, RightHandSwitcher) == 0x000400, "Member 'UUI_BP_WbGamesSignin_C::RightHandSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, SignInBonusText) == 0x000408, "Member 'UUI_BP_WbGamesSignin_C::SignInBonusText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, skipSignInButton) == 0x000410, "Member 'UUI_BP_WbGamesSignin_C::skipSignInButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, SparklesParticles) == 0x000418, "Member 'UUI_BP_WbGamesSignin_C::SparklesParticles' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, SparklesParticles_1) == 0x000420, "Member 'UUI_BP_WbGamesSignin_C::SparklesParticles_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, TextCopiedMsg) == 0x000428, "Member 'UUI_BP_WbGamesSignin_C::TextCopiedMsg' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, UnlinkButton_SignIn) == 0x000430, "Member 'UUI_BP_WbGamesSignin_C::UnlinkButton_SignIn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, WandDescriptionText) == 0x000438, "Member 'UUI_BP_WbGamesSignin_C::WandDescriptionText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, WBandWWLogos) == 0x000440, "Member 'UUI_BP_WbGamesSignin_C::WBandWWLogos' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, WBGames_ID_Txt) == 0x000448, "Member 'UUI_BP_WbGamesSignin_C::WBGames_ID_Txt' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, WizardingWorld_ID_Txt) == 0x000450, "Member 'UUI_BP_WbGamesSignin_C::WizardingWorld_ID_Txt' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, WBSignInContinue) == 0x000458, "Member 'UUI_BP_WbGamesSignin_C::WBSignInContinue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, SigninUrl) == 0x000468, "Member 'UUI_BP_WbGamesSignin_C::SigninUrl' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, SigninShortcode) == 0x000478, "Member 'UUI_BP_WbGamesSignin_C::SigninShortcode' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, ExpirationPopup) == 0x000488, "Member 'UUI_BP_WbGamesSignin_C::ExpirationPopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, bInSettingsMenu) == 0x000490, "Member 'UUI_BP_WbGamesSignin_C::bInSettingsMenu' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, ShowingRewards) == 0x000498, "Member 'UUI_BP_WbGamesSignin_C::ShowingRewards' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, WBUnlinkFlow) == 0x0004A8, "Member 'UUI_BP_WbGamesSignin_C::WBUnlinkFlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, bUnlinking) == 0x0004B8, "Member 'UUI_BP_WbGamesSignin_C::bUnlinking' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, PrimaryLegend) == 0x0004C0, "Member 'UUI_BP_WbGamesSignin_C::PrimaryLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, LinkingComplete) == 0x0004F0, "Member 'UUI_BP_WbGamesSignin_C::LinkingComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, bDisconnectPopupShowing) == 0x0004F1, "Member 'UUI_BP_WbGamesSignin_C::bDisconnectPopupShowing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, NetworkDisconnectedPopup) == 0x0004F8, "Member 'UUI_BP_WbGamesSignin_C::NetworkDisconnectedPopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, bInLinkingFlow) == 0x000500, "Member 'UUI_BP_WbGamesSignin_C::bInLinkingFlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, ConnectionStatus_WW) == 0x000508, "Member 'UUI_BP_WbGamesSignin_C::ConnectionStatus_WW' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, ConnectionStatus_CF) == 0x000518, "Member 'UUI_BP_WbGamesSignin_C::ConnectionStatus_CF' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_WbGamesSignin_C, AccountUrl) == 0x000528, "Member 'UUI_BP_WbGamesSignin_C::AccountUrl' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_ExecuteUbergraph_RootLevel \ static_assert(alignof(RootLevel_C_ExecuteUbergraph_RootLevel) == 0x000008, "Wrong alignment on RootLevel_C_ExecuteUbergraph_RootLevel"); \ static_assert(sizeof(RootLevel_C_ExecuteUbergraph_RootLevel) == 0x000508, "Wrong size on RootLevel_C_ExecuteUbergraph_RootLevel"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, EntryPoint) == 0x000000, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_HermesBindEvent_Handle) == 0x000018, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_RaiseCurtain_ReturnValue) == 0x000028, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_RaiseCurtain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_HermesBindEvent_Handle_1) == 0x000048, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_2) == 0x000058, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_RaiseCurtain_ReturnValue_1) == 0x000068, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_RaiseCurtain_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_3) == 0x000070, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_HermesBindEvent_Handle_2) == 0x000080, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsValid_ReturnValue_1) == 0x000090, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_4) == 0x000094, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_RaiseCurtain_ReturnValue_2) == 0x0000A8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_RaiseCurtain_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000B0, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsValid_ReturnValue_2) == 0x0000C0, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000C4, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_HermesBindEvent_Handle_3) == 0x0000D8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000E8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_RaiseCurtain_ReturnValue_3) == 0x0000F8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_RaiseCurtain_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_8) == 0x000100, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsValid_ReturnValue_3) == 0x000110, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_RaiseCurtain_ReturnValue_4) == 0x000118, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_RaiseCurtain_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000120, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsValid_ReturnValue_4) == 0x000128, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_9) == 0x00012C, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_RaiseCurtain_ReturnValue_5) == 0x000140, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_RaiseCurtain_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_HermesBindEvent_Handle_4) == 0x000148, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_HermesBindEvent_Handle_4' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsValid_ReturnValue_5) == 0x000158, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CustomEvent_Caller_10) == 0x000160, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CustomEvent_Caller_10' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_10) == 0x000168, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CustomEvent_Caller_9) == 0x000178, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CustomEvent_Caller_9' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetWorldOptions_ReturnValue) == 0x000180, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetWorldOptions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsLoadGame_ReturnValue) == 0x000190, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsLoadGame_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_JoinStringArray_ReturnValue) == 0x000198, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_JoinStringArray_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_Concat_StrStr_ReturnValue) == 0x0001A8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0001B8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CustomEvent_Caller_8) == 0x0001C8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CustomEvent_Caller_8' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_Event_EndPlayReason) == 0x0001D0, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_DoesCrossGenSaveDataExist_ReturnValue) == 0x0001D1, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_DoesCrossGenSaveDataExist_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_Get_ReturnValue) == 0x0001D8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsPopupReady_ReturnValue) == 0x0001E0, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsPopupReady_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_ShowYesNoPopup_ReturnValue) == 0x0001E8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_ShowYesNoPopup_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CustomEvent_PopupScreen) == 0x0001F0, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CustomEvent_PopupScreen' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CustomEvent_CompletionActionIndex) == 0x0001F8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CustomEvent_CompletionActionIndex' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001FC, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_11) == 0x000200, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_FadeOut_ReturnValue) == 0x000210, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_FadeOut_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsValid_ReturnValue_6) == 0x000218, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_12) == 0x00021C, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetUIManagerPure_ReturnValue) == 0x000230, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x000238, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CustomEvent_Caller_7) == 0x000240, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CustomEvent_Caller_7' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CustomEvent_Caller_6) == 0x000248, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CustomEvent_Caller_6' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_13) == 0x000250, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsValid_ReturnValue_7) == 0x000260, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CustomEvent_bCanBackOut) == 0x000261, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CustomEvent_bCanBackOut' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetConsoleVariableAsInt_Value) == 0x000264, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetConsoleVariableAsInt_Value' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetConsoleVariableAsInt_bExists) == 0x000268, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetConsoleVariableAsInt_bExists' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CustomEvent_Caller_5) == 0x000270, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CustomEvent_Caller_5' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_Greater_IntInt_ReturnValue) == 0x000278, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000279, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_FadeOut_ReturnValue_1) == 0x000280, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_FadeOut_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetCommandLine_ReturnValue) == 0x000288, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetCommandLine_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_Contains_ReturnValue) == 0x000298, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_Contains_ReturnValue_1) == 0x000299, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsValid_ReturnValue_8) == 0x00029A, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_HasCompletedIntro_ReturnValue) == 0x00029B, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_HasCompletedIntro_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_14) == 0x00029C, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_HermesBindEvent_Handle_5) == 0x0002B0, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_HermesBindEvent_Handle_5' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CustomEvent_Caller_4) == 0x0002C0, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CustomEvent_Caller_4' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x0002C8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CustomEvent_Caller_3) == 0x0002D0, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_15) == 0x0002D8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_HermesBindEvent_Handle_6) == 0x0002E8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_HermesBindEvent_Handle_6' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CustomEvent_Caller_2) == 0x0002F8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetUIManagerPure_ReturnValue_2) == 0x000300, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetUIManagerPure_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_16) == 0x000308, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_17) == 0x000318, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_18) == 0x000328, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_HermesBindEvent_Handle_7) == 0x000338, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_HermesBindEvent_Handle_7' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsLevelLoaded_ReturnValue) == 0x000348, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsLevelLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_RaiseCurtain_ReturnValue_6) == 0x000350, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_RaiseCurtain_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsValid_ReturnValue_9) == 0x000358, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CustomEvent_bFromLoad) == 0x000359, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CustomEvent_bFromLoad' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetIntroCheckpoint_ReturnValue) == 0x00035A, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetIntroCheckpoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetIntroCheckpoint_ReturnValue_1) == 0x00035B, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetIntroCheckpoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000360, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000370, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_Conv_StringToText_ReturnValue) == 0x000378, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_MakeStruct_FormatArgumentData) == 0x000390, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_SwitchEnum_CmpSuccess) == 0x0003D0, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_MakeArray_Array) == 0x0003D8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_Format_ReturnValue) == 0x0003E8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetUIOnlineManagerPure_ReturnValue) == 0x000400, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetUIOnlineManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetUIManagerPure_ReturnValue_3) == 0x000408, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetUIManagerPure_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetUIManagerPure_ReturnValue_4) == 0x000410, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetUIManagerPure_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetScreenFadeWidget_ReturnValue) == 0x000418, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetScreenFadeWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsValid_ReturnValue_10) == 0x000420, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_19) == 0x000424, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetUIManagerPure_ReturnValue_5) == 0x000438, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetUIManagerPure_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetUIManagerPure_ReturnValue_6) == 0x000440, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetUIManagerPure_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetInstance_ReturnValue) == 0x000448, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CustomEvent_bResult) == 0x000450, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CustomEvent_bResult' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_AddStateToStack_ReturnValue) == 0x000454, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_AddStateToStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CustomEvent_Caller_1) == 0x000458, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsLoadingRootLevel_ReturnValue) == 0x000460, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsLoadingRootLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_20) == 0x000464, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_HermesBindEvent_Handle_8) == 0x000478, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_HermesBindEvent_Handle_8' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_RaiseCurtain_ReturnValue_7) == 0x000488, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_RaiseCurtain_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsValid_ReturnValue_11) == 0x000490, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetUIOnlineManagerPure_ReturnValue_1) == 0x000498, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetUIOnlineManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetUIOnlineManagerPure_ReturnValue_2) == 0x0004A0, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetUIOnlineManagerPure_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_CheckEulaVersion_ReturnValue) == 0x0004A8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_CheckEulaVersion_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsConnectedToOnlineServices_ReturnValue) == 0x0004A9, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsConnectedToOnlineServices_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetRequestedLoadCharacterId_ReturnValue) == 0x0004AC, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetRequestedLoadCharacterId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_Less_IntInt_ReturnValue) == 0x0004B0, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetRequestedNewModdedCharacter_ReturnValue) == 0x0004B1, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetRequestedNewModdedCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_IsValid_ReturnValue_12) == 0x0004B2, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetRequestedLoadCharacterId_ReturnValue_1) == 0x0004B4, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetRequestedLoadCharacterId_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0004B8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_Create_ReturnValue) == 0x0004C0, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_21) == 0x0004C8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetRequestedNewCharacter_ReturnValue) == 0x0004D8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetRequestedNewCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_BooleanOR_ReturnValue) == 0x0004D9, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_GetUIManagerPure_ReturnValue_7) == 0x0004E0, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_GetUIManagerPure_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_Not_PreBool_ReturnValue) == 0x0004E8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, CallFunc_AnyModsUsedBP_ReturnValue) == 0x0004E9, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::CallFunc_AnyModsUsedBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CustomEvent_Caller) == 0x0004F0, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ExecuteUbergraph_RootLevel, K2Node_CreateDelegate_OutputDelegate_22) == 0x0004F8, "Member 'RootLevel_C_ExecuteUbergraph_RootLevel::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_OverlandBeaconsLoaded \ static_assert(alignof(RootLevel_C_OverlandBeaconsLoaded) == 0x000008, "Wrong alignment on RootLevel_C_OverlandBeaconsLoaded"); \ static_assert(sizeof(RootLevel_C_OverlandBeaconsLoaded) == 0x000008, "Wrong size on RootLevel_C_OverlandBeaconsLoaded"); \ static_assert(offsetof(RootLevel_C_OverlandBeaconsLoaded, Caller) == 0x000000, "Member 'RootLevel_C_OverlandBeaconsLoaded::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_VoidCP6Ready \ static_assert(alignof(RootLevel_C_VoidCP6Ready) == 0x000008, "Wrong alignment on RootLevel_C_VoidCP6Ready"); \ static_assert(sizeof(RootLevel_C_VoidCP6Ready) == 0x000008, "Wrong size on RootLevel_C_VoidCP6Ready"); \ static_assert(offsetof(RootLevel_C_VoidCP6Ready, Caller) == 0x000000, "Member 'RootLevel_C_VoidCP6Ready::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_OnAllCrossGenSaveData_transferred \ static_assert(alignof(RootLevel_C_OnAllCrossGenSaveData_transferred) == 0x000001, "Wrong alignment on RootLevel_C_OnAllCrossGenSaveData_transferred"); \ static_assert(sizeof(RootLevel_C_OnAllCrossGenSaveData_transferred) == 0x000001, "Wrong size on RootLevel_C_OnAllCrossGenSaveData_transferred"); \ static_assert(offsetof(RootLevel_C_OnAllCrossGenSaveData_transferred, bResult) == 0x000000, "Member 'RootLevel_C_OnAllCrossGenSaveData_transferred::bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_GoToLondon \ static_assert(alignof(RootLevel_C_GoToLondon) == 0x000001, "Wrong alignment on RootLevel_C_GoToLondon"); \ static_assert(sizeof(RootLevel_C_GoToLondon) == 0x000001, "Wrong size on RootLevel_C_GoToLondon"); \ static_assert(offsetof(RootLevel_C_GoToLondon, bFromLoad) == 0x000000, "Member 'RootLevel_C_GoToLondon::bFromLoad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_VoidCP5Ready \ static_assert(alignof(RootLevel_C_VoidCP5Ready) == 0x000008, "Wrong alignment on RootLevel_C_VoidCP5Ready"); \ static_assert(sizeof(RootLevel_C_VoidCP5Ready) == 0x000008, "Wrong size on RootLevel_C_VoidCP5Ready"); \ static_assert(offsetof(RootLevel_C_VoidCP5Ready, Caller) == 0x000000, "Member 'RootLevel_C_VoidCP5Ready::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_VoidCP4Ready \ static_assert(alignof(RootLevel_C_VoidCP4Ready) == 0x000008, "Wrong alignment on RootLevel_C_VoidCP4Ready"); \ static_assert(sizeof(RootLevel_C_VoidCP4Ready) == 0x000008, "Wrong size on RootLevel_C_VoidCP4Ready"); \ static_assert(offsetof(RootLevel_C_VoidCP4Ready, Caller) == 0x000000, "Member 'RootLevel_C_VoidCP4Ready::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_CancelAvatarCreator \ static_assert(alignof(RootLevel_C_CancelAvatarCreator) == 0x000008, "Wrong alignment on RootLevel_C_CancelAvatarCreator"); \ static_assert(sizeof(RootLevel_C_CancelAvatarCreator) == 0x000008, "Wrong size on RootLevel_C_CancelAvatarCreator"); \ static_assert(offsetof(RootLevel_C_CancelAvatarCreator, Caller) == 0x000000, "Member 'RootLevel_C_CancelAvatarCreator::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_NewCharacterClicked \ static_assert(alignof(RootLevel_C_NewCharacterClicked) == 0x000008, "Wrong alignment on RootLevel_C_NewCharacterClicked"); \ static_assert(sizeof(RootLevel_C_NewCharacterClicked) == 0x000008, "Wrong size on RootLevel_C_NewCharacterClicked"); \ static_assert(offsetof(RootLevel_C_NewCharacterClicked, Caller) == 0x000000, "Member 'RootLevel_C_NewCharacterClicked::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_TransitionToAvatarCreator \ static_assert(alignof(RootLevel_C_TransitionToAvatarCreator) == 0x000001, "Wrong alignment on RootLevel_C_TransitionToAvatarCreator"); \ static_assert(sizeof(RootLevel_C_TransitionToAvatarCreator) == 0x000001, "Wrong size on RootLevel_C_TransitionToAvatarCreator"); \ static_assert(offsetof(RootLevel_C_TransitionToAvatarCreator, bCanBackOut) == 0x000000, "Member 'RootLevel_C_TransitionToAvatarCreator::bCanBackOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_VoidCP3Ready \ static_assert(alignof(RootLevel_C_VoidCP3Ready) == 0x000008, "Wrong alignment on RootLevel_C_VoidCP3Ready"); \ static_assert(sizeof(RootLevel_C_VoidCP3Ready) == 0x000008, "Wrong size on RootLevel_C_VoidCP3Ready"); \ static_assert(offsetof(RootLevel_C_VoidCP3Ready, Caller) == 0x000000, "Member 'RootLevel_C_VoidCP3Ready::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_GringottsCP2Ready \ static_assert(alignof(RootLevel_C_GringottsCP2Ready) == 0x000008, "Wrong alignment on RootLevel_C_GringottsCP2Ready"); \ static_assert(sizeof(RootLevel_C_GringottsCP2Ready) == 0x000008, "Wrong size on RootLevel_C_GringottsCP2Ready"); \ static_assert(offsetof(RootLevel_C_GringottsCP2Ready, Caller) == 0x000000, "Member 'RootLevel_C_GringottsCP2Ready::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_PopupClosedEvent_Event_0 \ static_assert(alignof(RootLevel_C_PopupClosedEvent_Event_0) == 0x000008, "Wrong alignment on RootLevel_C_PopupClosedEvent_Event_0"); \ static_assert(sizeof(RootLevel_C_PopupClosedEvent_Event_0) == 0x000010, "Wrong size on RootLevel_C_PopupClosedEvent_Event_0"); \ static_assert(offsetof(RootLevel_C_PopupClosedEvent_Event_0, PopupScreen) == 0x000000, "Member 'RootLevel_C_PopupClosedEvent_Event_0::PopupScreen' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_PopupClosedEvent_Event_0, CompletionActionIndex) == 0x000008, "Member 'RootLevel_C_PopupClosedEvent_Event_0::CompletionActionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_ReceiveEndPlay \ static_assert(alignof(RootLevel_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on RootLevel_C_ReceiveEndPlay"); \ static_assert(sizeof(RootLevel_C_ReceiveEndPlay) == 0x000001, "Wrong size on RootLevel_C_ReceiveEndPlay"); \ static_assert(offsetof(RootLevel_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'RootLevel_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_CarriageRideComplete \ static_assert(alignof(RootLevel_C_CarriageRideComplete) == 0x000008, "Wrong alignment on RootLevel_C_CarriageRideComplete"); \ static_assert(sizeof(RootLevel_C_CarriageRideComplete) == 0x000008, "Wrong size on RootLevel_C_CarriageRideComplete"); \ static_assert(offsetof(RootLevel_C_CarriageRideComplete, Caller) == 0x000000, "Member 'RootLevel_C_CarriageRideComplete::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_PlayPortkeyLanding \ static_assert(alignof(RootLevel_C_PlayPortkeyLanding) == 0x000008, "Wrong alignment on RootLevel_C_PlayPortkeyLanding"); \ static_assert(sizeof(RootLevel_C_PlayPortkeyLanding) == 0x000008, "Wrong size on RootLevel_C_PlayPortkeyLanding"); \ static_assert(offsetof(RootLevel_C_PlayPortkeyLanding, Caller) == 0x000000, "Member 'RootLevel_C_PlayPortkeyLanding::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_AvatarFinalized \ static_assert(alignof(RootLevel_C_AvatarFinalized) == 0x000008, "Wrong alignment on RootLevel_C_AvatarFinalized"); \ static_assert(sizeof(RootLevel_C_AvatarFinalized) == 0x000008, "Wrong size on RootLevel_C_AvatarFinalized"); \ static_assert(offsetof(RootLevel_C_AvatarFinalized, Caller) == 0x000000, "Member 'RootLevel_C_AvatarFinalized::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_PrintString \ static_assert(alignof(RootLevel_C_PrintString) == 0x000008, "Wrong alignment on RootLevel_C_PrintString"); \ static_assert(sizeof(RootLevel_C_PrintString) == 0x000118, "Wrong size on RootLevel_C_PrintString"); \ static_assert(offsetof(RootLevel_C_PrintString, String) == 0x000000, "Member 'RootLevel_C_PrintString::String' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_PrintString, Color) == 0x000010, "Member 'RootLevel_C_PrintString::Color' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_PrintString, CallFunc_GetFrameCount_ReturnValue) == 0x000020, "Member 'RootLevel_C_PrintString::CallFunc_GetFrameCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_PrintString, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'RootLevel_C_PrintString::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_PrintString, CallFunc_Conv_Int64ToInt_ReturnValue) == 0x000040, "Member 'RootLevel_C_PrintString::CallFunc_Conv_Int64ToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_PrintString, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'RootLevel_C_PrintString::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_PrintString, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'RootLevel_C_PrintString::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_PrintString, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000C8, "Member 'RootLevel_C_PrintString::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_PrintString, K2Node_MakeArray_Array) == 0x0000E0, "Member 'RootLevel_C_PrintString::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_PrintString, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'RootLevel_C_PrintString::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_PrintString, CallFunc_Conv_TextToString_ReturnValue) == 0x000108, "Member 'RootLevel_C_PrintString::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_LoadIntroRoot \ static_assert(alignof(RootLevel_C_LoadIntroRoot) == 0x000008, "Wrong alignment on RootLevel_C_LoadIntroRoot"); \ static_assert(sizeof(RootLevel_C_LoadIntroRoot) == 0x000030, "Wrong size on RootLevel_C_LoadIntroRoot"); \ static_assert(offsetof(RootLevel_C_LoadIntroRoot, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'RootLevel_C_LoadIntroRoot::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadIntroRoot, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'RootLevel_C_LoadIntroRoot::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadIntroRoot, CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess) == 0x000020, "Member 'RootLevel_C_LoadIntroRoot::CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadIntroRoot, CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue) == 0x000028, "Member 'RootLevel_C_LoadIntroRoot::CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_AreAllSublevelsLoaded \ static_assert(alignof(RootLevel_C_AreAllSublevelsLoaded) == 0x000008, "Wrong alignment on RootLevel_C_AreAllSublevelsLoaded"); \ static_assert(sizeof(RootLevel_C_AreAllSublevelsLoaded) == 0x000030, "Wrong size on RootLevel_C_AreAllSublevelsLoaded"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsLoaded, Array) == 0x000000, "Member 'RootLevel_C_AreAllSublevelsLoaded::Array' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsLoaded, bAllLoaded) == 0x000010, "Member 'RootLevel_C_AreAllSublevelsLoaded::bAllLoaded' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsLoaded, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'RootLevel_C_AreAllSublevelsLoaded::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsLoaded, Temp_int_Array_Index_Variable) == 0x000018, "Member 'RootLevel_C_AreAllSublevelsLoaded::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsLoaded, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'RootLevel_C_AreAllSublevelsLoaded::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsLoaded, CallFunc_Array_Get_Item) == 0x000020, "Member 'RootLevel_C_AreAllSublevelsLoaded::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsLoaded, CallFunc_IsLevelLoaded_ReturnValue) == 0x000028, "Member 'RootLevel_C_AreAllSublevelsLoaded::CallFunc_IsLevelLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsLoaded, CallFunc_Less_IntInt_ReturnValue) == 0x000029, "Member 'RootLevel_C_AreAllSublevelsLoaded::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsLoaded, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'RootLevel_C_AreAllSublevelsLoaded::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_AreAllSublevelsVisible \ static_assert(alignof(RootLevel_C_AreAllSublevelsVisible) == 0x000008, "Wrong alignment on RootLevel_C_AreAllSublevelsVisible"); \ static_assert(sizeof(RootLevel_C_AreAllSublevelsVisible) == 0x000030, "Wrong size on RootLevel_C_AreAllSublevelsVisible"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsVisible, Array) == 0x000000, "Member 'RootLevel_C_AreAllSublevelsVisible::Array' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsVisible, bAllLoaded) == 0x000010, "Member 'RootLevel_C_AreAllSublevelsVisible::bAllLoaded' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsVisible, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'RootLevel_C_AreAllSublevelsVisible::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsVisible, Temp_int_Array_Index_Variable) == 0x000018, "Member 'RootLevel_C_AreAllSublevelsVisible::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsVisible, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'RootLevel_C_AreAllSublevelsVisible::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsVisible, CallFunc_Array_Get_Item) == 0x000020, "Member 'RootLevel_C_AreAllSublevelsVisible::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsVisible, CallFunc_IsLevelVisible_ReturnValue) == 0x000028, "Member 'RootLevel_C_AreAllSublevelsVisible::CallFunc_IsLevelVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsVisible, CallFunc_Less_IntInt_ReturnValue) == 0x000029, "Member 'RootLevel_C_AreAllSublevelsVisible::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_AreAllSublevelsVisible, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'RootLevel_C_AreAllSublevelsVisible::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_SetHUDVisibility \ static_assert(alignof(RootLevel_C_SetHUDVisibility) == 0x000008, "Wrong alignment on RootLevel_C_SetHUDVisibility"); \ static_assert(sizeof(RootLevel_C_SetHUDVisibility) == 0x000030, "Wrong size on RootLevel_C_SetHUDVisibility"); \ static_assert(offsetof(RootLevel_C_SetHUDVisibility, bVisible) == 0x000000, "Member 'RootLevel_C_SetHUDVisibility::bVisible' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_SetHUDVisibility, RemovingState) == 0x000001, "Member 'RootLevel_C_SetHUDVisibility::RemovingState' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_SetHUDVisibility, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'RootLevel_C_SetHUDVisibility::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_SetHUDVisibility, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'RootLevel_C_SetHUDVisibility::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_SetHUDVisibility, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'RootLevel_C_SetHUDVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_SetHUDVisibility, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000020, "Member 'RootLevel_C_SetHUDVisibility::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_SetHUDVisibility, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'RootLevel_C_SetHUDVisibility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_ShowPlayer \ static_assert(alignof(RootLevel_C_ShowPlayer) == 0x000008, "Wrong alignment on RootLevel_C_ShowPlayer"); \ static_assert(sizeof(RootLevel_C_ShowPlayer) == 0x000098, "Wrong size on RootLevel_C_ShowPlayer"); \ static_assert(offsetof(RootLevel_C_ShowPlayer, bShow) == 0x000000, "Member 'RootLevel_C_ShowPlayer::bShow' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowPlayer, CallFunc_Conv_BoolToText_ReturnValue) == 0x000008, "Member 'RootLevel_C_ShowPlayer::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowPlayer, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'RootLevel_C_ShowPlayer::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowPlayer, CallFunc_GetPlayerPawn_ReturnValue) == 0x000060, "Member 'RootLevel_C_ShowPlayer::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowPlayer, K2Node_MakeArray_Array) == 0x000068, "Member 'RootLevel_C_ShowPlayer::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowPlayer, CallFunc_Format_ReturnValue) == 0x000078, "Member 'RootLevel_C_ShowPlayer::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowPlayer, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'RootLevel_C_ShowPlayer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_IsLoadGame \ static_assert(alignof(RootLevel_C_IsLoadGame) == 0x000008, "Wrong alignment on RootLevel_C_IsLoadGame"); \ static_assert(sizeof(RootLevel_C_IsLoadGame) == 0x000040, "Wrong size on RootLevel_C_IsLoadGame"); \ static_assert(offsetof(RootLevel_C_IsLoadGame, ReturnValue) == 0x000000, "Member 'RootLevel_C_IsLoadGame::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_IsLoadGame, Temp_string_Variable) == 0x000008, "Member 'RootLevel_C_IsLoadGame::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_IsLoadGame, Temp_string_Variable_1) == 0x000018, "Member 'RootLevel_C_IsLoadGame::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_IsLoadGame, CallFunc_GetWorldOptions_ReturnValue) == 0x000028, "Member 'RootLevel_C_IsLoadGame::CallFunc_GetWorldOptions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_IsLoadGame, CallFunc_Array_Contains_ReturnValue) == 0x000038, "Member 'RootLevel_C_IsLoadGame::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_IsLoadGame, CallFunc_Array_Contains_ReturnValue_1) == 0x000039, "Member 'RootLevel_C_IsLoadGame::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_IsLoadGame, CallFunc_BooleanOR_ReturnValue) == 0x00003A, "Member 'RootLevel_C_IsLoadGame::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_LoadFrontend \ static_assert(alignof(RootLevel_C_LoadFrontend) == 0x000008, "Wrong alignment on RootLevel_C_LoadFrontend"); \ static_assert(sizeof(RootLevel_C_LoadFrontend) == 0x000050, "Wrong size on RootLevel_C_LoadFrontend"); \ static_assert(offsetof(RootLevel_C_LoadFrontend, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'RootLevel_C_LoadFrontend::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadFrontend, CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess) == 0x000001, "Member 'RootLevel_C_LoadFrontend::CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadFrontend, CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue) == 0x000008, "Member 'RootLevel_C_LoadFrontend::CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadFrontend, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'RootLevel_C_LoadFrontend::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadFrontend, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'RootLevel_C_LoadFrontend::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadFrontend, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'RootLevel_C_LoadFrontend::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadFrontend, CallFunc_HermesBindEvent_Handle) == 0x000040, "Member 'RootLevel_C_LoadFrontend::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_UnloadFrontEnd \ static_assert(alignof(RootLevel_C_UnloadFrontEnd) == 0x000001, "Wrong alignment on RootLevel_C_UnloadFrontEnd"); \ static_assert(sizeof(RootLevel_C_UnloadFrontEnd) == 0x000001, "Wrong size on RootLevel_C_UnloadFrontEnd"); \ static_assert(offsetof(RootLevel_C_UnloadFrontEnd, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'RootLevel_C_UnloadFrontEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_LoadAvatarCreatorLevel \ static_assert(alignof(RootLevel_C_LoadAvatarCreatorLevel) == 0x000008, "Wrong alignment on RootLevel_C_LoadAvatarCreatorLevel"); \ static_assert(sizeof(RootLevel_C_LoadAvatarCreatorLevel) == 0x000058, "Wrong size on RootLevel_C_LoadAvatarCreatorLevel"); \ static_assert(offsetof(RootLevel_C_LoadAvatarCreatorLevel, bShow) == 0x000000, "Member 'RootLevel_C_LoadAvatarCreatorLevel::bShow' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadAvatarCreatorLevel, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'RootLevel_C_LoadAvatarCreatorLevel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadAvatarCreatorLevel, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'RootLevel_C_LoadAvatarCreatorLevel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadAvatarCreatorLevel, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'RootLevel_C_LoadAvatarCreatorLevel::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadAvatarCreatorLevel, CallFunc_IsValid_ReturnValue) == 0x000034, "Member 'RootLevel_C_LoadAvatarCreatorLevel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadAvatarCreatorLevel, CallFunc_HermesBindEvent_Handle) == 0x000038, "Member 'RootLevel_C_LoadAvatarCreatorLevel::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadAvatarCreatorLevel, CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess) == 0x000048, "Member 'RootLevel_C_LoadAvatarCreatorLevel::CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadAvatarCreatorLevel, CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue) == 0x000050, "Member 'RootLevel_C_LoadAvatarCreatorLevel::CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_UnloadAvatarCreatorLevel \ static_assert(alignof(RootLevel_C_UnloadAvatarCreatorLevel) == 0x000001, "Wrong alignment on RootLevel_C_UnloadAvatarCreatorLevel"); \ static_assert(sizeof(RootLevel_C_UnloadAvatarCreatorLevel) == 0x000001, "Wrong size on RootLevel_C_UnloadAvatarCreatorLevel"); \ static_assert(offsetof(RootLevel_C_UnloadAvatarCreatorLevel, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'RootLevel_C_UnloadAvatarCreatorLevel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_ShowAvatarCreatorLevel \ static_assert(alignof(RootLevel_C_ShowAvatarCreatorLevel) == 0x000004, "Wrong alignment on RootLevel_C_ShowAvatarCreatorLevel"); \ static_assert(sizeof(RootLevel_C_ShowAvatarCreatorLevel) == 0x000004, "Wrong size on RootLevel_C_ShowAvatarCreatorLevel"); \ static_assert(offsetof(RootLevel_C_ShowAvatarCreatorLevel, CallFunc_AddStateToStack_ReturnValue) == 0x000000, "Member 'RootLevel_C_ShowAvatarCreatorLevel::CallFunc_AddStateToStack_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_LoadGlobalSky \ static_assert(alignof(RootLevel_C_LoadGlobalSky) == 0x000008, "Wrong alignment on RootLevel_C_LoadGlobalSky"); \ static_assert(sizeof(RootLevel_C_LoadGlobalSky) == 0x000010, "Wrong size on RootLevel_C_LoadGlobalSky"); \ static_assert(offsetof(RootLevel_C_LoadGlobalSky, bShow) == 0x000000, "Member 'RootLevel_C_LoadGlobalSky::bShow' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadGlobalSky, CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess) == 0x000001, "Member 'RootLevel_C_LoadGlobalSky::CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadGlobalSky, CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue) == 0x000008, "Member 'RootLevel_C_LoadGlobalSky::CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_LoadLondonLevel \ static_assert(alignof(RootLevel_C_LoadLondonLevel) == 0x000008, "Wrong alignment on RootLevel_C_LoadLondonLevel"); \ static_assert(sizeof(RootLevel_C_LoadLondonLevel) == 0x000030, "Wrong size on RootLevel_C_LoadLondonLevel"); \ static_assert(offsetof(RootLevel_C_LoadLondonLevel, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'RootLevel_C_LoadLondonLevel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadLondonLevel, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'RootLevel_C_LoadLondonLevel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadLondonLevel, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'RootLevel_C_LoadLondonLevel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadLondonLevel, CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess) == 0x000021, "Member 'RootLevel_C_LoadLondonLevel::CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadLondonLevel, CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue) == 0x000028, "Member 'RootLevel_C_LoadLondonLevel::CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_UnloadLondonLevel \ static_assert(alignof(RootLevel_C_UnloadLondonLevel) == 0x000001, "Wrong alignment on RootLevel_C_UnloadLondonLevel"); \ static_assert(sizeof(RootLevel_C_UnloadLondonLevel) == 0x000001, "Wrong size on RootLevel_C_UnloadLondonLevel"); \ static_assert(offsetof(RootLevel_C_UnloadLondonLevel, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'RootLevel_C_UnloadLondonLevel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_IsLoadingFromRestart \ static_assert(alignof(RootLevel_C_IsLoadingFromRestart) == 0x000004, "Wrong alignment on RootLevel_C_IsLoadingFromRestart"); \ static_assert(sizeof(RootLevel_C_IsLoadingFromRestart) == 0x00000C, "Wrong size on RootLevel_C_IsLoadingFromRestart"); \ static_assert(offsetof(RootLevel_C_IsLoadingFromRestart, bIsLoadingFromRestart) == 0x000000, "Member 'RootLevel_C_IsLoadingFromRestart::bIsLoadingFromRestart' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_IsLoadingFromRestart, CallFunc_GetRequestedNewModdedCharacter_ReturnValue) == 0x000001, "Member 'RootLevel_C_IsLoadingFromRestart::CallFunc_GetRequestedNewModdedCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_IsLoadingFromRestart, CallFunc_GetRequestedLoadCharacterId_ReturnValue) == 0x000004, "Member 'RootLevel_C_IsLoadingFromRestart::CallFunc_GetRequestedLoadCharacterId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_IsLoadingFromRestart, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'RootLevel_C_IsLoadingFromRestart::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_IsLoadingFromRestart, CallFunc_BooleanOR_ReturnValue) == 0x000009, "Member 'RootLevel_C_IsLoadingFromRestart::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_LoadRequestedSaveGame \ static_assert(alignof(RootLevel_C_LoadRequestedSaveGame) == 0x000008, "Wrong alignment on RootLevel_C_LoadRequestedSaveGame"); \ static_assert(sizeof(RootLevel_C_LoadRequestedSaveGame) == 0x000318, "Wrong size on RootLevel_C_LoadRequestedSaveGame"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, LocalSaveGameInfo) == 0x000000, "Member 'RootLevel_C_LoadRequestedSaveGame::LocalSaveGameInfo' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, LocalAllSaves) == 0x000078, "Member 'RootLevel_C_LoadRequestedSaveGame::LocalAllSaves' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, LocalLoadSaveSlot) == 0x000088, "Member 'RootLevel_C_LoadRequestedSaveGame::LocalLoadSaveSlot' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, Temp_bool_True_if_break_was_hit_Variable) == 0x000098, "Member 'RootLevel_C_LoadRequestedSaveGame::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_Not_PreBool_ReturnValue) == 0x000099, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, Temp_int_Array_Index_Variable) == 0x00009C, "Member 'RootLevel_C_LoadRequestedSaveGame::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_GetUIManagerPure_ReturnValue) == 0x0000A0, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_Conv_StringToText_ReturnValue) == 0x0000A8, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_Array_Get_Item) == 0x0000C0, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, K2Node_MakeStruct_FormatArgumentData) == 0x000138, "Member 'RootLevel_C_LoadRequestedSaveGame::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_Array_Length_ReturnValue) == 0x000178, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x00017C, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, K2Node_MakeStruct_FormatArgumentData_1) == 0x000180, "Member 'RootLevel_C_LoadRequestedSaveGame::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_LoadGameDataInSlot_ReturnValue) == 0x0001C0, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_LoadGameDataInSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001C8, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_Conv_BoolToText_ReturnValue) == 0x0001E0, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, K2Node_MakeStruct_FormatArgumentData_2) == 0x0001F8, "Member 'RootLevel_C_LoadRequestedSaveGame::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, K2Node_MakeStruct_FormatArgumentData_3) == 0x000238, "Member 'RootLevel_C_LoadRequestedSaveGame::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, K2Node_MakeArray_Array) == 0x000278, "Member 'RootLevel_C_LoadRequestedSaveGame::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_Len_ReturnValue) == 0x000288, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_Format_ReturnValue) == 0x000290, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_Greater_IntInt_ReturnValue) == 0x0002A8, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_Conv_TextToString_ReturnValue) == 0x0002B0, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_GetRequestedLoadSaveSlot_ReturnValue) == 0x0002C0, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_GetRequestedLoadSaveSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, Temp_int_Loop_Counter_Variable) == 0x0002D0, "Member 'RootLevel_C_LoadRequestedSaveGame::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_Less_IntInt_ReturnValue) == 0x0002D4, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_Add_IntInt_ReturnValue) == 0x0002D8, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_BooleanAND_ReturnValue) == 0x0002DC, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_GetRequestedLoadCharacterId_ReturnValue) == 0x0002E0, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_GetRequestedLoadCharacterId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_GetPhoenixGameInstancePure_ReturnValue) == 0x0002E8, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_GetPhoenixGameInstancePure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_GetAllSavesOfType_ReturnValue) == 0x0002F0, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_GetAllSavesOfType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_GetSaveGameWorld_ReturnValue) == 0x000300, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_GetSaveGameWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_LoadRequestedSaveGame, CallFunc_Conv_StringToName_ReturnValue) == 0x000310, "Member 'RootLevel_C_LoadRequestedSaveGame::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_ResumePSOCaching \ static_assert(alignof(RootLevel_C_ResumePSOCaching) == 0x000008, "Wrong alignment on RootLevel_C_ResumePSOCaching"); \ static_assert(sizeof(RootLevel_C_ResumePSOCaching) == 0x000018, "Wrong size on RootLevel_C_ResumePSOCaching"); \ static_assert(offsetof(RootLevel_C_ResumePSOCaching, LocalIsPrecompilationPaused) == 0x000000, "Member 'RootLevel_C_ResumePSOCaching::LocalIsPrecompilationPaused' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ResumePSOCaching, CallFunc_Get_ReturnValue) == 0x000008, "Member 'RootLevel_C_ResumePSOCaching::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ResumePSOCaching, CallFunc_IsBatchingPaused_ReturnValue) == 0x000010, "Member 'RootLevel_C_ResumePSOCaching::CallFunc_IsBatchingPaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ResumePSOCaching, CallFunc_IsBatchingPaused_ReturnValue_1) == 0x000011, "Member 'RootLevel_C_ResumePSOCaching::CallFunc_IsBatchingPaused_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ResumePSOCaching, CallFunc_IsPrecachingEnabled_ReturnValue) == 0x000012, "Member 'RootLevel_C_ResumePSOCaching::CallFunc_IsPrecachingEnabled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_ShowNewCharacter \ static_assert(alignof(RootLevel_C_ShowNewCharacter) == 0x000008, "Wrong alignment on RootLevel_C_ShowNewCharacter"); \ static_assert(sizeof(RootLevel_C_ShowNewCharacter) == 0x000038, "Wrong size on RootLevel_C_ShowNewCharacter"); \ static_assert(offsetof(RootLevel_C_ShowNewCharacter, CallFunc_GetRequestedNewModdedCharacter_ReturnValue) == 0x000000, "Member 'RootLevel_C_ShowNewCharacter::CallFunc_GetRequestedNewModdedCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowNewCharacter, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'RootLevel_C_ShowNewCharacter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowNewCharacter, CallFunc_HermesBindEvent_Handle) == 0x000018, "Member 'RootLevel_C_ShowNewCharacter::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowNewCharacter, CallFunc_GetUIManagerPure_ReturnValue) == 0x000028, "Member 'RootLevel_C_ShowNewCharacter::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowNewCharacter, CallFunc_GetPhoenixGameInstancePure_ReturnValue) == 0x000030, "Member 'RootLevel_C_ShowNewCharacter::CallFunc_GetPhoenixGameInstancePure_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RootLevel_C_ShowPSOLoadScreen \ static_assert(alignof(RootLevel_C_ShowPSOLoadScreen) == 0x000008, "Wrong alignment on RootLevel_C_ShowPSOLoadScreen"); \ static_assert(sizeof(RootLevel_C_ShowPSOLoadScreen) == 0x000040, "Wrong size on RootLevel_C_ShowPSOLoadScreen"); \ static_assert(offsetof(RootLevel_C_ShowPSOLoadScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'RootLevel_C_ShowPSOLoadScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowPSOLoadScreen, CallFunc_GetUIManagerPure_ReturnValue) == 0x000010, "Member 'RootLevel_C_ShowPSOLoadScreen::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowPSOLoadScreen, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'RootLevel_C_ShowPSOLoadScreen::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowPSOLoadScreen, CallFunc_Create_ReturnValue) == 0x000020, "Member 'RootLevel_C_ShowPSOLoadScreen::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowPSOLoadScreen, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x000028, "Member 'RootLevel_C_ShowPSOLoadScreen::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowPSOLoadScreen, CallFunc_IsPCPlatform_ReturnValue) == 0x000030, "Member 'RootLevel_C_ShowPSOLoadScreen::CallFunc_IsPCPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowPSOLoadScreen, CallFunc_GetPSOProgress_ReturnValue) == 0x000034, "Member 'RootLevel_C_ShowPSOLoadScreen::CallFunc_GetPSOProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowPSOLoadScreen, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000038, "Member 'RootLevel_C_ShowPSOLoadScreen::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(RootLevel_C_ShowPSOLoadScreen, CallFunc_BooleanAND_ReturnValue) == 0x000039, "Member 'RootLevel_C_ShowPSOLoadScreen::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARootLevel_C \ static_assert(alignof(ARootLevel_C) == 0x000008, "Wrong alignment on ARootLevel_C"); \ static_assert(sizeof(ARootLevel_C) == 0x0002D0, "Wrong size on ARootLevel_C"); \ static_assert(offsetof(ARootLevel_C, UberGraphFrame) == 0x000250, "Member 'ARootLevel_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ARootLevel_C, FrontendLevel) == 0x000258, "Member 'ARootLevel_C::FrontendLevel' has a wrong offset!"); \ static_assert(offsetof(ARootLevel_C, GlobalSkyLevel) == 0x000260, "Member 'ARootLevel_C::GlobalSkyLevel' has a wrong offset!"); \ static_assert(offsetof(ARootLevel_C, IntroRootLevel) == 0x000268, "Member 'ARootLevel_C::IntroRootLevel' has a wrong offset!"); \ static_assert(offsetof(ARootLevel_C, AvatarCreatorLevel) == 0x000270, "Member 'ARootLevel_C::AvatarCreatorLevel' has a wrong offset!"); \ static_assert(offsetof(ARootLevel_C, LondonLevel) == 0x000278, "Member 'ARootLevel_C::LondonLevel' has a wrong offset!"); \ static_assert(offsetof(ARootLevel_C, bPrintDebugStrings) == 0x000280, "Member 'ARootLevel_C::bPrintDebugStrings' has a wrong offset!"); \ static_assert(offsetof(ARootLevel_C, FirstTimeFlowWidget) == 0x000288, "Member 'ARootLevel_C::FirstTimeFlowWidget' has a wrong offset!"); \ static_assert(offsetof(ARootLevel_C, NewCharClickedHandle) == 0x000290, "Member 'ARootLevel_C::NewCharClickedHandle' has a wrong offset!"); \ static_assert(offsetof(ARootLevel_C, AvatarFinalizedHandle) == 0x0002A0, "Member 'ARootLevel_C::AvatarFinalizedHandle' has a wrong offset!"); \ static_assert(offsetof(ARootLevel_C, PSOScreenWidget) == 0x0002B0, "Member 'ARootLevel_C::PSOScreenWidget' has a wrong offset!"); \ static_assert(offsetof(ARootLevel_C, bMapSystemInitialized) == 0x0002B8, "Member 'ARootLevel_C::bMapSystemInitialized' has a wrong offset!"); \ static_assert(offsetof(ARootLevel_C, bPSOsLoaded) == 0x0002B9, "Member 'ARootLevel_C::bPSOsLoaded' has a wrong offset!"); \ static_assert(offsetof(ARootLevel_C, BeaconsLoadedHandle) == 0x0002C0, "Member 'ARootLevel_C::BeaconsLoadedHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_WeatherRainCoverage_C \ static_assert(alignof(ABP_WeatherRainCoverage_C) == 0x000008, "Wrong alignment on ABP_WeatherRainCoverage_C"); \ static_assert(sizeof(ABP_WeatherRainCoverage_C) == 0x000278, "Wrong size on ABP_WeatherRainCoverage_C"); \ static_assert(offsetof(ABP_WeatherRainCoverage_C, Plane) == 0x000268, "Member 'ABP_WeatherRainCoverage_C::Plane' has a wrong offset!"); \ static_assert(offsetof(ABP_WeatherRainCoverage_C, N_Coverage_Drops) == 0x000270, "Member 'ABP_WeatherRainCoverage_C::N_Coverage_Drops' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_WeatherRainAnimation_C \ static_assert(alignof(ABP_WeatherRainAnimation_C) == 0x000008, "Wrong alignment on ABP_WeatherRainAnimation_C"); \ static_assert(sizeof(ABP_WeatherRainAnimation_C) == 0x000278, "Wrong size on ABP_WeatherRainAnimation_C"); \ static_assert(offsetof(ABP_WeatherRainAnimation_C, Plane) == 0x000268, "Member 'ABP_WeatherRainAnimation_C::Plane' has a wrong offset!"); \ static_assert(offsetof(ABP_WeatherRainAnimation_C, N_Rain) == 0x000270, "Member 'ABP_WeatherRainAnimation_C::N_Rain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning \ static_assert(alignof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning) == 0x000008, "Wrong alignment on VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning"); \ static_assert(sizeof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning) == 0x0002E8, "Wrong size on VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, EntryPoint) == 0x000000, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, Temp_bool_Variable) == 0x000004, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, Temp_bool_Variable_1) == 0x000005, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_SpawnAkComponentAtLocation_ReturnValue) == 0x000008, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_SpawnAkComponentAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, Temp_struct_Variable) == 0x000010, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, Temp_delegate_Variable) == 0x000020, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000030, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_PostAkEvent_ReturnValue) == 0x000038, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_GetActorForwardVector_ReturnValue) == 0x00003C, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_GetCameraLocation_ReturnValue) == 0x000048, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000054, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakVector_X) == 0x000060, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakVector_Y) == 0x000064, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakVector_Z) == 0x000068, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_RandomUnitVectorInConeInDegrees_ReturnValue) == 0x00006C, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_RandomUnitVectorInConeInDegrees_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_RandomFloatInRange_ReturnValue) == 0x000078, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_RandomUnitVector_ReturnValue) == 0x00007C, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_RandomUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakVector_X_1) == 0x000088, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakVector_Y_1) == 0x00008C, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakVector_Z_1) == 0x000090, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000094, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_MakeVector_ReturnValue) == 0x000098, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_Add_VectorVector_ReturnValue) == 0x0000A4, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_Normal_ReturnValue) == 0x0000B0, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0000BC, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_MapRangeClamped_ReturnValue) == 0x000144, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000148, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000154, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakVector_X_2) == 0x000160, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakVector_Y_2) == 0x000164, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakVector_Z_2) == 0x000168, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x00016C, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_MakeVector_ReturnValue_1) == 0x000178, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000184, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, Temp_object_Variable) == 0x000190, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakVector_X_3) == 0x0001A0, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakVector_Y_3) == 0x0001A4, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakVector_Z_3) == 0x0001A8, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_MakeVector_ReturnValue_2) == 0x0001AC, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, K2Node_Select_Default) == 0x0001B8, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0001C4, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_LineTraceSingle_OutHit) == 0x0001D0, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_LineTraceSingle_ReturnValue) == 0x000258, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakHitResult_bBlockingHit) == 0x000259, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakHitResult_bInitialOverlap) == 0x00025A, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakHitResult_Time) == 0x00025C, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakHitResult_Distance) == 0x000260, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakHitResult_Location) == 0x000264, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakHitResult_ImpactPoint) == 0x000270, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakHitResult_Normal) == 0x00027C, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakHitResult_ImpactNormal) == 0x000288, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakHitResult_PhysMat) == 0x000298, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakHitResult_HitActor) == 0x0002A0, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakHitResult_HitComponent) == 0x0002A8, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakHitResult_HitBoneName) == 0x0002B0, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakHitResult_HitItem) == 0x0002B8, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakHitResult_ElementIndex) == 0x0002BC, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakHitResult_FaceIndex) == 0x0002C0, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakHitResult_TraceStart) == 0x0002C4, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, CallFunc_BreakHitResult_TraceEnd) == 0x0002D0, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning, K2Node_Select_Default_1) == 0x0002DC, "Member 'VFX_BP_Weather_DistantLightning_C_ExecuteUbergraph_VFX_BP_Weather_DistantLightning::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVFX_BP_Weather_DistantLightning_C \ static_assert(alignof(AVFX_BP_Weather_DistantLightning_C) == 0x000008, "Wrong alignment on AVFX_BP_Weather_DistantLightning_C"); \ static_assert(sizeof(AVFX_BP_Weather_DistantLightning_C) == 0x0002C0, "Wrong size on AVFX_BP_Weather_DistantLightning_C"); \ static_assert(offsetof(AVFX_BP_Weather_DistantLightning_C, UberGraphFrame) == 0x000268, "Member 'AVFX_BP_Weather_DistantLightning_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Weather_DistantLightning_C, N_Lightning) == 0x000270, "Member 'AVFX_BP_Weather_DistantLightning_C::N_Lightning' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Weather_DistantLightning_C, DefaultSceneRoot) == 0x000278, "Member 'AVFX_BP_Weather_DistantLightning_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Weather_DistantLightning_C, LightIntensity) == 0x000280, "Member 'AVFX_BP_Weather_DistantLightning_C::LightIntensity' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Weather_DistantLightning_C, LOC_Camera) == 0x000284, "Member 'AVFX_BP_Weather_DistantLightning_C::LOC_Camera' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Weather_DistantLightning_C, LOC_Strike) == 0x000290, "Member 'AVFX_BP_Weather_DistantLightning_C::LOC_Strike' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Weather_DistantLightning_C, Lightning_Delay_Max) == 0x00029C, "Member 'AVFX_BP_Weather_DistantLightning_C::Lightning_Delay_Max' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Weather_DistantLightning_C, Lightning_Delay_Min) == 0x0002A0, "Member 'AVFX_BP_Weather_DistantLightning_C::Lightning_Delay_Min' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Weather_DistantLightning_C, NewVar_0) == 0x0002A8, "Member 'AVFX_BP_Weather_DistantLightning_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Weather_DistantLightning_C, Base_Height) == 0x0002B0, "Member 'AVFX_BP_Weather_DistantLightning_C::Base_Height' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Weather_DistantLightning_C, Debug) == 0x0002B4, "Member 'AVFX_BP_Weather_DistantLightning_C::Debug' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Weather_DistantLightning_C, DistanceRange) == 0x0002B8, "Member 'AVFX_BP_Weather_DistantLightning_C::DistanceRange' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Weather_DistantLightning_C, Forward_Bias_Weight) == 0x0002BC, "Member 'AVFX_BP_Weather_DistantLightning_C::Forward_Bias_Weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Knockdown_Heavy_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Heavy \ static_assert(alignof(ABL_RCT_NPC_Knockdown_Heavy_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Heavy) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Knockdown_Heavy_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Heavy"); \ static_assert(sizeof(ABL_RCT_NPC_Knockdown_Heavy_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Heavy) == 0x000030, "Wrong size on ABL_RCT_NPC_Knockdown_Heavy_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Heavy"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Heavy_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Heavy, EntryPoint) == 0x000000, "Member 'ABL_RCT_NPC_Knockdown_Heavy_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Heavy::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Heavy_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Heavy, K2Node_Event_Context) == 0x000008, "Member 'ABL_RCT_NPC_Knockdown_Heavy_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Heavy::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Heavy_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Heavy, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_RCT_NPC_Knockdown_Heavy_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Heavy::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Heavy_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Heavy, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_RCT_NPC_Knockdown_Heavy_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Heavy::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Heavy_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Heavy, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_RCT_NPC_Knockdown_Heavy_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Heavy::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Heavy_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Heavy, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_RCT_NPC_Knockdown_Heavy_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Heavy::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityBranch \ static_assert(alignof(ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityInterrupt \ static_assert(alignof(ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityEnd \ static_assert(alignof(ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityStart \ static_assert(alignof(ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityStart"); \ static_assert(sizeof(ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityStart"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_RCT_NPC_Knockdown_Heavy_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_Knockdown_Heavy_C \ static_assert(alignof(UABL_RCT_NPC_Knockdown_Heavy_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_Knockdown_Heavy_C"); \ static_assert(sizeof(UABL_RCT_NPC_Knockdown_Heavy_C) == 0x0000E8, "Wrong size on UABL_RCT_NPC_Knockdown_Heavy_C"); \ static_assert(offsetof(UABL_RCT_NPC_Knockdown_Heavy_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_RCT_NPC_Knockdown_Heavy_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitFlipToKnee_C_ExecuteUbergraph_ABL_HitFlipToKnee \ static_assert(alignof(ABL_HitFlipToKnee_C_ExecuteUbergraph_ABL_HitFlipToKnee) == 0x000008, "Wrong alignment on ABL_HitFlipToKnee_C_ExecuteUbergraph_ABL_HitFlipToKnee"); \ static_assert(sizeof(ABL_HitFlipToKnee_C_ExecuteUbergraph_ABL_HitFlipToKnee) == 0x000030, "Wrong size on ABL_HitFlipToKnee_C_ExecuteUbergraph_ABL_HitFlipToKnee"); \ static_assert(offsetof(ABL_HitFlipToKnee_C_ExecuteUbergraph_ABL_HitFlipToKnee, EntryPoint) == 0x000000, "Member 'ABL_HitFlipToKnee_C_ExecuteUbergraph_ABL_HitFlipToKnee::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFlipToKnee_C_ExecuteUbergraph_ABL_HitFlipToKnee, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitFlipToKnee_C_ExecuteUbergraph_ABL_HitFlipToKnee::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFlipToKnee_C_ExecuteUbergraph_ABL_HitFlipToKnee, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitFlipToKnee_C_ExecuteUbergraph_ABL_HitFlipToKnee::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFlipToKnee_C_ExecuteUbergraph_ABL_HitFlipToKnee, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_HitFlipToKnee_C_ExecuteUbergraph_ABL_HitFlipToKnee::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFlipToKnee_C_ExecuteUbergraph_ABL_HitFlipToKnee, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HitFlipToKnee_C_ExecuteUbergraph_ABL_HitFlipToKnee::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFlipToKnee_C_ExecuteUbergraph_ABL_HitFlipToKnee, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_HitFlipToKnee_C_ExecuteUbergraph_ABL_HitFlipToKnee::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitFlipToKnee_C_OnAbilityBranch \ static_assert(alignof(ABL_HitFlipToKnee_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitFlipToKnee_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitFlipToKnee_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitFlipToKnee_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitFlipToKnee_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitFlipToKnee_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFlipToKnee_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitFlipToKnee_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitFlipToKnee_C_OnAbilityStart \ static_assert(alignof(ABL_HitFlipToKnee_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitFlipToKnee_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitFlipToKnee_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitFlipToKnee_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitFlipToKnee_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitFlipToKnee_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitFlipToKnee_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitFlipToKnee_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitFlipToKnee_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitFlipToKnee_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitFlipToKnee_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitFlipToKnee_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitFlipToKnee_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFlipToKnee_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitFlipToKnee_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFlipToKnee_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitFlipToKnee_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFlipToKnee_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitFlipToKnee_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFlipToKnee_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitFlipToKnee_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFlipToKnee_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitFlipToKnee_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitFlipToKnee_C \ static_assert(alignof(UABL_HitFlipToKnee_C) == 0x000008, "Wrong alignment on UABL_HitFlipToKnee_C"); \ static_assert(sizeof(UABL_HitFlipToKnee_C) == 0x0000E8, "Wrong size on UABL_HitFlipToKnee_C"); \ static_assert(offsetof(UABL_HitFlipToKnee_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitFlipToKnee_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_WeatherSnowCoverage_C \ static_assert(alignof(ABP_WeatherSnowCoverage_C) == 0x000008, "Wrong alignment on ABP_WeatherSnowCoverage_C"); \ static_assert(sizeof(ABP_WeatherSnowCoverage_C) == 0x000278, "Wrong size on ABP_WeatherSnowCoverage_C"); \ static_assert(offsetof(ABP_WeatherSnowCoverage_C, Plane) == 0x000268, "Member 'ABP_WeatherSnowCoverage_C::Plane' has a wrong offset!"); \ static_assert(offsetof(ABP_WeatherSnowCoverage_C, N_Coverage_Drops) == 0x000270, "Member 'ABP_WeatherSnowCoverage_C::N_Coverage_Drops' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FS_SleepBox_C_UserConstructionScript \ static_assert(alignof(BP_FS_SleepBox_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_FS_SleepBox_C_UserConstructionScript"); \ static_assert(sizeof(BP_FS_SleepBox_C_UserConstructionScript) == 0x0000AC, "Wrong size on BP_FS_SleepBox_C_UserConstructionScript"); \ static_assert(offsetof(BP_FS_SleepBox_C_UserConstructionScript, Radius_Multiplier) == 0x000000, "Member 'BP_FS_SleepBox_C_UserConstructionScript::Radius_Multiplier' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SleepBox_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000004, "Member 'BP_FS_SleepBox_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SleepBox_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000008, "Member 'BP_FS_SleepBox_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SleepBox_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x00000C, "Member 'BP_FS_SleepBox_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SleepBox_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_FS_SleepBox_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SleepBox_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_FS_SleepBox_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SleepBox_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000018, "Member 'BP_FS_SleepBox_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SleepBox_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000024, "Member 'BP_FS_SleepBox_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FS_SleepBox_C_ReceiveTick \ static_assert(alignof(BP_FS_SleepBox_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_FS_SleepBox_C_ReceiveTick"); \ static_assert(sizeof(BP_FS_SleepBox_C_ReceiveTick) == 0x000004, "Wrong size on BP_FS_SleepBox_C_ReceiveTick"); \ static_assert(offsetof(BP_FS_SleepBox_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_FS_SleepBox_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox \ static_assert(alignof(BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox) == 0x000010, "Wrong alignment on BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox"); \ static_assert(sizeof(BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox) == 0x000060, "Wrong size on BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox"); \ static_assert(offsetof(BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox, EntryPoint) == 0x000000, "Member 'BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000010, "Member 'BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox, K2Node_Event_DeltaSeconds) == 0x000040, "Member 'BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox, CallFunc_Not_PreBool_ReturnValue) == 0x000044, "Member 'BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox, CallFunc_SetBoxFalloff_ReturnValue) == 0x000048, "Member 'BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox::CallFunc_SetBoxFalloff_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox, CallFunc_SetBoxFalloff_ReturnValue_1) == 0x000050, "Member 'BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox::CallFunc_SetBoxFalloff_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox, CallFunc_SetCullingField_ReturnValue) == 0x000058, "Member 'BP_FS_SleepBox_C_ExecuteUbergraph_BP_FS_SleepBox::CallFunc_SetCullingField_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FS_SleepBox_C \ static_assert(alignof(ABP_FS_SleepBox_C) == 0x000008, "Wrong alignment on ABP_FS_SleepBox_C"); \ static_assert(sizeof(ABP_FS_SleepBox_C) == 0x0002A8, "Wrong size on ABP_FS_SleepBox_C"); \ static_assert(offsetof(ABP_FS_SleepBox_C, UberGraphFrame) == 0x000250, "Member 'ABP_FS_SleepBox_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SleepBox_C, BoxFalloff___Culling) == 0x000258, "Member 'ABP_FS_SleepBox_C::BoxFalloff___Culling' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SleepBox_C, Sleep_Volume) == 0x000260, "Member 'ABP_FS_SleepBox_C::Sleep_Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SleepBox_C, CullingField) == 0x000268, "Member 'ABP_FS_SleepBox_C::CullingField' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SleepBox_C, BoxFalloff) == 0x000270, "Member 'ABP_FS_SleepBox_C::BoxFalloff' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SleepBox_C, Sleep_Active_) == 0x000278, "Member 'ABP_FS_SleepBox_C::Sleep_Active_' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SleepBox_C, Deactivated) == 0x00027C, "Member 'ABP_FS_SleepBox_C::Deactivated' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SleepBox_C, Sleep_Volume_Size) == 0x00028C, "Member 'ABP_FS_SleepBox_C::Sleep_Volume_Size' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SleepBox_C, Threshold) == 0x000298, "Member 'ABP_FS_SleepBox_C::Threshold' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SleepBox_C, Info_Vertical_Offset) == 0x00029C, "Member 'ABP_FS_SleepBox_C::Info_Vertical_Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SleepBox_C, Is_Debug_) == 0x0002A0, "Member 'ABP_FS_SleepBox_C::Is_Debug_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Spawn_Asleep_C \ static_assert(alignof(UABL_Enemy_Spawn_Asleep_C) == 0x000008, "Wrong alignment on UABL_Enemy_Spawn_Asleep_C"); \ static_assert(sizeof(UABL_Enemy_Spawn_Asleep_C) == 0x0000C8, "Wrong size on UABL_Enemy_Spawn_Asleep_C"); \ #define DUMPER7_ASSERTS_BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text \ static_assert(alignof(BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text) == 0x000008, "Wrong alignment on BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text"); \ static_assert(sizeof(BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text) == 0x0000D8, "Wrong size on BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text"); \ static_assert(offsetof(BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text, EntryPoint) == 0x000000, "Member 'BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000038, "Member 'BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text, CallFunc_FindLookAtRotation_ReturnValue) == 0x000044, "Member 'BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000050, "Member 'BP_CM_Text_C_ExecuteUbergraph_BP_CM_Text::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CM_Text_C \ static_assert(alignof(ABP_CM_Text_C) == 0x000008, "Wrong alignment on ABP_CM_Text_C"); \ static_assert(sizeof(ABP_CM_Text_C) == 0x000278, "Wrong size on ABP_CM_Text_C"); \ static_assert(offsetof(ABP_CM_Text_C, UberGraphFrame) == 0x000248, "Member 'ABP_CM_Text_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_CM_Text_C, TextRender) == 0x000250, "Member 'ABP_CM_Text_C::TextRender' has a wrong offset!"); \ static_assert(offsetof(ABP_CM_Text_C, Scene) == 0x000258, "Member 'ABP_CM_Text_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_CM_Text_C, Text) == 0x000260, "Member 'ABP_CM_Text_C::Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ObjectStateDiagnostics_C_GetWetnessPercent \ static_assert(alignof(UI_BP_ObjectStateDiagnostics_C_GetWetnessPercent) == 0x000004, "Wrong alignment on UI_BP_ObjectStateDiagnostics_C_GetWetnessPercent"); \ static_assert(sizeof(UI_BP_ObjectStateDiagnostics_C_GetWetnessPercent) == 0x00000C, "Wrong size on UI_BP_ObjectStateDiagnostics_C_GetWetnessPercent"); \ static_assert(offsetof(UI_BP_ObjectStateDiagnostics_C_GetWetnessPercent, ReturnValue) == 0x000000, "Member 'UI_BP_ObjectStateDiagnostics_C_GetWetnessPercent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ObjectStateDiagnostics_C_GetWetnessPercent, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'UI_BP_ObjectStateDiagnostics_C_GetWetnessPercent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ObjectStateDiagnostics_C_GetWetnessPercent, CallFunc_GetWetness_ReturnValue) == 0x000008, "Member 'UI_BP_ObjectStateDiagnostics_C_GetWetnessPercent::CallFunc_GetWetness_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ObjectStateDiagnostics_C_GetHealthPercent \ static_assert(alignof(UI_BP_ObjectStateDiagnostics_C_GetHealthPercent) == 0x000004, "Wrong alignment on UI_BP_ObjectStateDiagnostics_C_GetHealthPercent"); \ static_assert(sizeof(UI_BP_ObjectStateDiagnostics_C_GetHealthPercent) == 0x000014, "Wrong size on UI_BP_ObjectStateDiagnostics_C_GetHealthPercent"); \ static_assert(offsetof(UI_BP_ObjectStateDiagnostics_C_GetHealthPercent, ReturnValue) == 0x000000, "Member 'UI_BP_ObjectStateDiagnostics_C_GetHealthPercent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ObjectStateDiagnostics_C_GetHealthPercent, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'UI_BP_ObjectStateDiagnostics_C_GetHealthPercent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ObjectStateDiagnostics_C_GetHealthPercent, CallFunc_GetMaxHealth_ReturnValue) == 0x000008, "Member 'UI_BP_ObjectStateDiagnostics_C_GetHealthPercent::CallFunc_GetMaxHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ObjectStateDiagnostics_C_GetHealthPercent, CallFunc_GetHealth_ReturnValue) == 0x00000C, "Member 'UI_BP_ObjectStateDiagnostics_C_GetHealthPercent::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ObjectStateDiagnostics_C_GetHealthPercent, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000010, "Member 'UI_BP_ObjectStateDiagnostics_C_GetHealthPercent::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ObjectStateDiagnostics_C_GetCharredPercent \ static_assert(alignof(UI_BP_ObjectStateDiagnostics_C_GetCharredPercent) == 0x000004, "Wrong alignment on UI_BP_ObjectStateDiagnostics_C_GetCharredPercent"); \ static_assert(sizeof(UI_BP_ObjectStateDiagnostics_C_GetCharredPercent) == 0x00000C, "Wrong size on UI_BP_ObjectStateDiagnostics_C_GetCharredPercent"); \ static_assert(offsetof(UI_BP_ObjectStateDiagnostics_C_GetCharredPercent, ReturnValue) == 0x000000, "Member 'UI_BP_ObjectStateDiagnostics_C_GetCharredPercent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ObjectStateDiagnostics_C_GetCharredPercent, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'UI_BP_ObjectStateDiagnostics_C_GetCharredPercent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ObjectStateDiagnostics_C_GetCharredPercent, CallFunc_GetPercentCharred_ReturnValue) == 0x000008, "Member 'UI_BP_ObjectStateDiagnostics_C_GetCharredPercent::CallFunc_GetPercentCharred_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ObjectStateDiagnostics_C_GetFrozenCheckedState \ static_assert(alignof(UI_BP_ObjectStateDiagnostics_C_GetFrozenCheckedState) == 0x000001, "Wrong alignment on UI_BP_ObjectStateDiagnostics_C_GetFrozenCheckedState"); \ static_assert(sizeof(UI_BP_ObjectStateDiagnostics_C_GetFrozenCheckedState) == 0x000003, "Wrong size on UI_BP_ObjectStateDiagnostics_C_GetFrozenCheckedState"); \ static_assert(offsetof(UI_BP_ObjectStateDiagnostics_C_GetFrozenCheckedState, ReturnValue) == 0x000000, "Member 'UI_BP_ObjectStateDiagnostics_C_GetFrozenCheckedState::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ObjectStateDiagnostics_C_GetFrozenCheckedState, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'UI_BP_ObjectStateDiagnostics_C_GetFrozenCheckedState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ObjectStateDiagnostics_C_GetFrozenCheckedState, CallFunc_IsFrozen_ReturnValue) == 0x000002, "Member 'UI_BP_ObjectStateDiagnostics_C_GetFrozenCheckedState::CallFunc_IsFrozen_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ObjectStateDiagnostics_C_GetOnFireCheckedState \ static_assert(alignof(UI_BP_ObjectStateDiagnostics_C_GetOnFireCheckedState) == 0x000001, "Wrong alignment on UI_BP_ObjectStateDiagnostics_C_GetOnFireCheckedState"); \ static_assert(sizeof(UI_BP_ObjectStateDiagnostics_C_GetOnFireCheckedState) == 0x000003, "Wrong size on UI_BP_ObjectStateDiagnostics_C_GetOnFireCheckedState"); \ static_assert(offsetof(UI_BP_ObjectStateDiagnostics_C_GetOnFireCheckedState, ReturnValue) == 0x000000, "Member 'UI_BP_ObjectStateDiagnostics_C_GetOnFireCheckedState::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ObjectStateDiagnostics_C_GetOnFireCheckedState, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'UI_BP_ObjectStateDiagnostics_C_GetOnFireCheckedState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ObjectStateDiagnostics_C_GetOnFireCheckedState, CallFunc_IsOnFire_ReturnValue) == 0x000002, "Member 'UI_BP_ObjectStateDiagnostics_C_GetOnFireCheckedState::CallFunc_IsOnFire_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ObjectStateDiagnostics_C \ static_assert(alignof(UUI_BP_ObjectStateDiagnostics_C) == 0x000008, "Wrong alignment on UUI_BP_ObjectStateDiagnostics_C"); \ static_assert(sizeof(UUI_BP_ObjectStateDiagnostics_C) == 0x000298, "Wrong size on UUI_BP_ObjectStateDiagnostics_C"); \ static_assert(offsetof(UUI_BP_ObjectStateDiagnostics_C, Charred_Bar) == 0x000268, "Member 'UUI_BP_ObjectStateDiagnostics_C::Charred_Bar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ObjectStateDiagnostics_C, Frozen_CheckBox) == 0x000270, "Member 'UUI_BP_ObjectStateDiagnostics_C::Frozen_CheckBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ObjectStateDiagnostics_C, Health_Bar) == 0x000278, "Member 'UUI_BP_ObjectStateDiagnostics_C::Health_Bar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ObjectStateDiagnostics_C, OnFire_CheckBox) == 0x000280, "Member 'UUI_BP_ObjectStateDiagnostics_C::OnFire_CheckBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ObjectStateDiagnostics_C, Wetness_Bar) == 0x000288, "Member 'UUI_BP_ObjectStateDiagnostics_C::Wetness_Bar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ObjectStateDiagnostics_C, ObjectStateInfo) == 0x000290, "Member 'UUI_BP_ObjectStateDiagnostics_C::ObjectStateInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean \ static_assert(alignof(ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean) == 0x000008, "Wrong alignment on ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean"); \ static_assert(sizeof(ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean) == 0x000070, "Wrong size on ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean"); \ static_assert(offsetof(ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean, EntryPoint) == 0x000000, "Member 'ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean, K2Node_Event_Context) == 0x000008, "Member 'ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_BodyLean_C_ExecuteUbergraph_ABL_BodyLean::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_BodyLean_C_OnAbilityBranch \ static_assert(alignof(ABL_BodyLean_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_BodyLean_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_BodyLean_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_BodyLean_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_BodyLean_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_BodyLean_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_BodyLean_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_BodyLean_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_BodyLean_C_OnAbilityStart \ static_assert(alignof(ABL_BodyLean_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_BodyLean_C_OnAbilityStart"); \ static_assert(sizeof(ABL_BodyLean_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_BodyLean_C_OnAbilityStart"); \ static_assert(offsetof(ABL_BodyLean_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_BodyLean_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_BodyLean_C \ static_assert(alignof(UABL_BodyLean_C) == 0x000008, "Wrong alignment on UABL_BodyLean_C"); \ static_assert(sizeof(UABL_BodyLean_C) == 0x0000D0, "Wrong size on UABL_BodyLean_C"); \ static_assert(offsetof(UABL_BodyLean_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_BodyLean_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle \ static_assert(alignof(ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle) == 0x000008, "Wrong alignment on ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle"); \ static_assert(sizeof(ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle) == 0x000070, "Wrong size on ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle"); \ static_assert(offsetof(ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle, EntryPoint) == 0x000000, "Member 'ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle, K2Node_Event_Context) == 0x000008, "Member 'ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Crouch_Idle_C_ExecuteUbergraph_ABL_Crouch_Idle::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Crouch_Idle_C_OnAbilityBranch \ static_assert(alignof(ABL_Crouch_Idle_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Crouch_Idle_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Crouch_Idle_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Crouch_Idle_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Crouch_Idle_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Crouch_Idle_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_Idle_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Crouch_Idle_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Crouch_Idle_C_OnAbilityStart \ static_assert(alignof(ABL_Crouch_Idle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Crouch_Idle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Crouch_Idle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Crouch_Idle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Crouch_Idle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Crouch_Idle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Crouch_Idle_C \ static_assert(alignof(UABL_Crouch_Idle_C) == 0x000008, "Wrong alignment on UABL_Crouch_Idle_C"); \ static_assert(sizeof(UABL_Crouch_Idle_C) == 0x0000D0, "Wrong size on UABL_Crouch_Idle_C"); \ static_assert(offsetof(UABL_Crouch_Idle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Crouch_Idle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_SwimStart_C \ static_assert(alignof(UABL_SwimStart_C) == 0x000008, "Wrong alignment on UABL_SwimStart_C"); \ static_assert(sizeof(UABL_SwimStart_C) == 0x0000C8, "Wrong size on UABL_SwimStart_C"); \ #define DUMPER7_ASSERTS_BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator \ static_assert(alignof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator) == 0x000008, "Wrong alignment on BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator"); \ static_assert(sizeof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator) == 0x000178, "Wrong size on BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, EntryPoint) == 0x000000, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_CheckAngleDelta_ReturnValue) == 0x000009, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_CheckAngleDelta_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00000A, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue) == 0x00000C, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue_1) == 0x000018, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_GetSplineLength_ReturnValue) == 0x000028, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_Add_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_FClamp_ReturnValue) == 0x000030, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_Add_VectorVector_ReturnValue) == 0x000034, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_Divide_VectorFloat_ReturnValue) == 0x000040, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_GetOutsideCornerPoint_ReturnValue) == 0x00004C, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_GetOutsideCornerPoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_GetProjectedCornerPoint_ReturnValue) == 0x000058, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_GetProjectedCornerPoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue_2) == 0x000064, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, K2Node_CustomEvent_SplineComponent) == 0x000070, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::K2Node_CustomEvent_SplineComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, K2Node_CustomEvent_InstancedStaticMeshComponent) == 0x000078, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::K2Node_CustomEvent_InstancedStaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, K2Node_CustomEvent_GenerationSettings) == 0x000080, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::K2Node_CustomEvent_GenerationSettings' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, K2Node_CustomEvent_UsePitch) == 0x000110, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::K2Node_CustomEvent_UsePitch' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_GetTurnDirection_ReturnValue) == 0x000111, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_GetTurnDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_FClamp_ReturnValue_1) == 0x000114, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_FClamp_ReturnValue_2) == 0x000118, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_FClamp_ReturnValue_3) == 0x00011C, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_FClamp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_FClamp_ReturnValue_4) == 0x000120, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_FClamp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000124, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000128, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_FClamp_ReturnValue_5) == 0x00012C, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_FClamp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_FClamp_ReturnValue_6) == 0x000130, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_FClamp_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_GetGenerationReport_Result) == 0x000138, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_GetGenerationReport_Result' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000150, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_GetOwner_ReturnValue) == 0x000158, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, K2Node_DynamicCast_AsBP_Collision_Tool_Generator_Interface) == 0x000160, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::K2Node_DynamicCast_AsBP_Collision_Tool_Generator_Interface' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, K2Node_DynamicCast_bSuccess) == 0x000170, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator, CallFunc_Request_Destroy_Spline_Helper_Success) == 0x000171, "Member 'BP_SplineCollisionGenerator_C_ExecuteUbergraph_BP_SplineCollisionGenerator::CallFunc_Request_Destroy_Spline_Helper_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCollisionGenerator_C_GenerateCollisionInstances \ static_assert(alignof(BP_SplineCollisionGenerator_C_GenerateCollisionInstances) == 0x000008, "Wrong alignment on BP_SplineCollisionGenerator_C_GenerateCollisionInstances"); \ static_assert(sizeof(BP_SplineCollisionGenerator_C_GenerateCollisionInstances) == 0x0000A8, "Wrong size on BP_SplineCollisionGenerator_C_GenerateCollisionInstances"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GenerateCollisionInstances, SplineComponent_0) == 0x000000, "Member 'BP_SplineCollisionGenerator_C_GenerateCollisionInstances::SplineComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GenerateCollisionInstances, InstancedStaticMeshComponent_0) == 0x000008, "Member 'BP_SplineCollisionGenerator_C_GenerateCollisionInstances::InstancedStaticMeshComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GenerateCollisionInstances, GenerationSettings) == 0x000010, "Member 'BP_SplineCollisionGenerator_C_GenerateCollisionInstances::GenerationSettings' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GenerateCollisionInstances, UsePitch) == 0x0000A0, "Member 'BP_SplineCollisionGenerator_C_GenerateCollisionInstances::UsePitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCollisionGenerator_C_CreateNewInstance \ static_assert(alignof(BP_SplineCollisionGenerator_C_CreateNewInstance) == 0x000010, "Wrong alignment on BP_SplineCollisionGenerator_C_CreateNewInstance"); \ static_assert(sizeof(BP_SplineCollisionGenerator_C_CreateNewInstance) == 0x0000F0, "Wrong size on BP_SplineCollisionGenerator_C_CreateNewInstance"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, BoxStart) == 0x000000, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::BoxStart' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, BoxEnd) == 0x00000C, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::BoxEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_Vector_Distance_ReturnValue) == 0x000018, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_FindLookAtRotation_ReturnValue) == 0x00001C, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000028, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_BreakRotator_Roll) == 0x00002C, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_BreakRotator_Pitch) == 0x000030, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_BreakRotator_Yaw) == 0x000034, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_Add_VectorVector_ReturnValue) == 0x000038, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_MakeRotator_ReturnValue) == 0x000044, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_Divide_VectorFloat_ReturnValue) == 0x000050, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_MakeRotator_ReturnValue_1) == 0x00005C, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x000068, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_SelectRotator_ReturnValue) == 0x00006C, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_SelectRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000078, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x00007C, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_MakeVector_ReturnValue) == 0x000080, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x00008C, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_MakeVector_ReturnValue_1) == 0x000090, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_Add_VectorVector_ReturnValue_1) == 0x00009C, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_MakeTransform_ReturnValue) == 0x0000B0, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateNewInstance, CallFunc_AddInstance_ReturnValue) == 0x0000E0, "Member 'BP_SplineCollisionGenerator_C_CreateNewInstance::CallFunc_AddInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCollisionGenerator_C_CheckAngleDelta \ static_assert(alignof(BP_SplineCollisionGenerator_C_CheckAngleDelta) == 0x000004, "Wrong alignment on BP_SplineCollisionGenerator_C_CheckAngleDelta"); \ static_assert(sizeof(BP_SplineCollisionGenerator_C_CheckAngleDelta) == 0x000054, "Wrong size on BP_SplineCollisionGenerator_C_CheckAngleDelta"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CheckAngleDelta, StartDistance) == 0x000000, "Member 'BP_SplineCollisionGenerator_C_CheckAngleDelta::StartDistance' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CheckAngleDelta, EndDistance) == 0x000004, "Member 'BP_SplineCollisionGenerator_C_CheckAngleDelta::EndDistance' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CheckAngleDelta, CheckDistance) == 0x000008, "Member 'BP_SplineCollisionGenerator_C_CheckAngleDelta::CheckDistance' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CheckAngleDelta, ReturnValue) == 0x00000C, "Member 'BP_SplineCollisionGenerator_C_CheckAngleDelta::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CheckAngleDelta, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000010, "Member 'BP_SplineCollisionGenerator_C_CheckAngleDelta::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CheckAngleDelta, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1) == 0x00001C, "Member 'BP_SplineCollisionGenerator_C_CheckAngleDelta::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CheckAngleDelta, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_2) == 0x000028, "Member 'BP_SplineCollisionGenerator_C_CheckAngleDelta::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CheckAngleDelta, CallFunc_FindLookAtRotation_ReturnValue) == 0x000034, "Member 'BP_SplineCollisionGenerator_C_CheckAngleDelta::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CheckAngleDelta, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x000040, "Member 'BP_SplineCollisionGenerator_C_CheckAngleDelta::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CheckAngleDelta, CallFunc_GetAbsDelta_Yaw) == 0x00004C, "Member 'BP_SplineCollisionGenerator_C_CheckAngleDelta::CallFunc_GetAbsDelta_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CheckAngleDelta, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000050, "Member 'BP_SplineCollisionGenerator_C_CheckAngleDelta::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCollisionGenerator_C_Get_Location_At_Distance_Along_Spline \ static_assert(alignof(BP_SplineCollisionGenerator_C_Get_Location_At_Distance_Along_Spline) == 0x000004, "Wrong alignment on BP_SplineCollisionGenerator_C_Get_Location_At_Distance_Along_Spline"); \ static_assert(sizeof(BP_SplineCollisionGenerator_C_Get_Location_At_Distance_Along_Spline) == 0x000030, "Wrong size on BP_SplineCollisionGenerator_C_Get_Location_At_Distance_Along_Spline"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_Get_Location_At_Distance_Along_Spline, Distance) == 0x000000, "Member 'BP_SplineCollisionGenerator_C_Get_Location_At_Distance_Along_Spline::Distance' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_Get_Location_At_Distance_Along_Spline, ReturnValue) == 0x000004, "Member 'BP_SplineCollisionGenerator_C_Get_Location_At_Distance_Along_Spline::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_Get_Location_At_Distance_Along_Spline, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_SplineCollisionGenerator_C_Get_Location_At_Distance_Along_Spline::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_Get_Location_At_Distance_Along_Spline, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000014, "Member 'BP_SplineCollisionGenerator_C_Get_Location_At_Distance_Along_Spline::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_Get_Location_At_Distance_Along_Spline, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'BP_SplineCollisionGenerator_C_Get_Location_At_Distance_Along_Spline::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_Get_Location_At_Distance_Along_Spline, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1) == 0x000024, "Member 'BP_SplineCollisionGenerator_C_Get_Location_At_Distance_Along_Spline::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCollisionGenerator_C_GetAbsDelta \ static_assert(alignof(BP_SplineCollisionGenerator_C_GetAbsDelta) == 0x000004, "Wrong alignment on BP_SplineCollisionGenerator_C_GetAbsDelta"); \ static_assert(sizeof(BP_SplineCollisionGenerator_C_GetAbsDelta) == 0x00003C, "Wrong size on BP_SplineCollisionGenerator_C_GetAbsDelta"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetAbsDelta, A) == 0x000000, "Member 'BP_SplineCollisionGenerator_C_GetAbsDelta::A' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetAbsDelta, b) == 0x00000C, "Member 'BP_SplineCollisionGenerator_C_GetAbsDelta::b' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetAbsDelta, Yaw) == 0x000018, "Member 'BP_SplineCollisionGenerator_C_GetAbsDelta::Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetAbsDelta, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x00001C, "Member 'BP_SplineCollisionGenerator_C_GetAbsDelta::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetAbsDelta, CallFunc_BreakRotator_Roll) == 0x000028, "Member 'BP_SplineCollisionGenerator_C_GetAbsDelta::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetAbsDelta, CallFunc_BreakRotator_Pitch) == 0x00002C, "Member 'BP_SplineCollisionGenerator_C_GetAbsDelta::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetAbsDelta, CallFunc_BreakRotator_Yaw) == 0x000030, "Member 'BP_SplineCollisionGenerator_C_GetAbsDelta::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetAbsDelta, CallFunc_Add_FloatFloat_ReturnValue) == 0x000034, "Member 'BP_SplineCollisionGenerator_C_GetAbsDelta::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetAbsDelta, CallFunc_Abs_ReturnValue) == 0x000038, "Member 'BP_SplineCollisionGenerator_C_GetAbsDelta::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCollisionGenerator_C_FindAngle \ static_assert(alignof(BP_SplineCollisionGenerator_C_FindAngle) == 0x000004, "Wrong alignment on BP_SplineCollisionGenerator_C_FindAngle"); \ static_assert(sizeof(BP_SplineCollisionGenerator_C_FindAngle) == 0x000030, "Wrong size on BP_SplineCollisionGenerator_C_FindAngle"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_FindAngle, AB_Length) == 0x000000, "Member 'BP_SplineCollisionGenerator_C_FindAngle::AB_Length' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_FindAngle, C_Length) == 0x000004, "Member 'BP_SplineCollisionGenerator_C_FindAngle::C_Length' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_FindAngle, Angle) == 0x000008, "Member 'BP_SplineCollisionGenerator_C_FindAngle::Angle' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_FindAngle, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_SplineCollisionGenerator_C_FindAngle::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_FindAngle, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue_1) == 0x000010, "Member 'BP_SplineCollisionGenerator_C_FindAngle::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_FindAngle, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_SplineCollisionGenerator_C_FindAngle::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_FindAngle, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue_2) == 0x000018, "Member 'BP_SplineCollisionGenerator_C_FindAngle::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_FindAngle, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00001C, "Member 'BP_SplineCollisionGenerator_C_FindAngle::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_FindAngle, CallFunc_Add_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_SplineCollisionGenerator_C_FindAngle::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_FindAngle, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_SplineCollisionGenerator_C_FindAngle::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_FindAngle, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000028, "Member 'BP_SplineCollisionGenerator_C_FindAngle::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_FindAngle, CallFunc_DegAcos_ReturnValue) == 0x00002C, "Member 'BP_SplineCollisionGenerator_C_FindAngle::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCollisionGenerator_C_GetTurnDirection \ static_assert(alignof(BP_SplineCollisionGenerator_C_GetTurnDirection) == 0x000004, "Wrong alignment on BP_SplineCollisionGenerator_C_GetTurnDirection"); \ static_assert(sizeof(BP_SplineCollisionGenerator_C_GetTurnDirection) == 0x000078, "Wrong size on BP_SplineCollisionGenerator_C_GetTurnDirection"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetTurnDirection, LastStart) == 0x000000, "Member 'BP_SplineCollisionGenerator_C_GetTurnDirection::LastStart' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetTurnDirection, LastEnd) == 0x000004, "Member 'BP_SplineCollisionGenerator_C_GetTurnDirection::LastEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetTurnDirection, CheckEnd_0) == 0x000008, "Member 'BP_SplineCollisionGenerator_C_GetTurnDirection::CheckEnd_0' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetTurnDirection, ReturnValue) == 0x00000C, "Member 'BP_SplineCollisionGenerator_C_GetTurnDirection::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetTurnDirection, CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue) == 0x000010, "Member 'BP_SplineCollisionGenerator_C_GetTurnDirection::CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetTurnDirection, CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue_1) == 0x00001C, "Member 'BP_SplineCollisionGenerator_C_GetTurnDirection::CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetTurnDirection, CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue_2) == 0x000028, "Member 'BP_SplineCollisionGenerator_C_GetTurnDirection::CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetTurnDirection, CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue_3) == 0x000034, "Member 'BP_SplineCollisionGenerator_C_GetTurnDirection::CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetTurnDirection, CallFunc_FindLookAtRotation_ReturnValue) == 0x000040, "Member 'BP_SplineCollisionGenerator_C_GetTurnDirection::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetTurnDirection, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x00004C, "Member 'BP_SplineCollisionGenerator_C_GetTurnDirection::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetTurnDirection, CallFunc_GetRightVector_ReturnValue) == 0x000058, "Member 'BP_SplineCollisionGenerator_C_GetTurnDirection::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetTurnDirection, CallFunc_GetForwardVector_ReturnValue) == 0x000064, "Member 'BP_SplineCollisionGenerator_C_GetTurnDirection::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetTurnDirection, CallFunc_Dot_VectorVector_ReturnValue) == 0x000070, "Member 'BP_SplineCollisionGenerator_C_GetTurnDirection::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetTurnDirection, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000074, "Member 'BP_SplineCollisionGenerator_C_GetTurnDirection::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCollisionGenerator_C_GetOutsideCornerPoint \ static_assert(alignof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint) == 0x000004, "Wrong alignment on BP_SplineCollisionGenerator_C_GetOutsideCornerPoint"); \ static_assert(sizeof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint) == 0x000100, "Wrong size on BP_SplineCollisionGenerator_C_GetOutsideCornerPoint"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, LastStart) == 0x000000, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::LastStart' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, OffsetStartPoint) == 0x000004, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::OffsetStartPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, LastEnd) == 0x000010, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::LastEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, TurnDirection) == 0x000014, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::TurnDirection' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, ReturnValue) == 0x000018, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue) == 0x000024, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000034, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue_1) == 0x000038, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_SelectVector_ReturnValue) == 0x000044, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_Vector_Distance_ReturnValue) == 0x000050, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_FindLookAtRotation_ReturnValue) == 0x000054, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000060, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_GetForwardVector_ReturnValue) == 0x000064, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_GetRightVector_ReturnValue) == 0x000070, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00007C, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000088, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x000094, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_Add_VectorVector_ReturnValue) == 0x0000A0, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x0000AC, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_Divide_VectorFloat_ReturnValue) == 0x0000B8, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000C4, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0000D0, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0000DC, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_Add_VectorVector_ReturnValue_4) == 0x0000E8, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetOutsideCornerPoint, CallFunc_SelectVector_ReturnValue_1) == 0x0000F4, "Member 'BP_SplineCollisionGenerator_C_GetOutsideCornerPoint::CallFunc_SelectVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCollisionGenerator_C_GetProjectedCornerPoint \ static_assert(alignof(BP_SplineCollisionGenerator_C_GetProjectedCornerPoint) == 0x000004, "Wrong alignment on BP_SplineCollisionGenerator_C_GetProjectedCornerPoint"); \ static_assert(sizeof(BP_SplineCollisionGenerator_C_GetProjectedCornerPoint) == 0x000078, "Wrong size on BP_SplineCollisionGenerator_C_GetProjectedCornerPoint"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetProjectedCornerPoint, EndDistance) == 0x000000, "Member 'BP_SplineCollisionGenerator_C_GetProjectedCornerPoint::EndDistance' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetProjectedCornerPoint, CornerPoint) == 0x000004, "Member 'BP_SplineCollisionGenerator_C_GetProjectedCornerPoint::CornerPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetProjectedCornerPoint, TurnDirection) == 0x000010, "Member 'BP_SplineCollisionGenerator_C_GetProjectedCornerPoint::TurnDirection' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetProjectedCornerPoint, ReturnValue) == 0x000014, "Member 'BP_SplineCollisionGenerator_C_GetProjectedCornerPoint::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetProjectedCornerPoint, CallFunc_SelectFloat_ReturnValue) == 0x000020, "Member 'BP_SplineCollisionGenerator_C_GetProjectedCornerPoint::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetProjectedCornerPoint, CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue) == 0x000024, "Member 'BP_SplineCollisionGenerator_C_GetProjectedCornerPoint::CallFunc_Get_Location_At_Distance_Along_Spline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetProjectedCornerPoint, CallFunc_FindLookAtRotation_ReturnValue) == 0x000030, "Member 'BP_SplineCollisionGenerator_C_GetProjectedCornerPoint::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetProjectedCornerPoint, CallFunc_Vector_Distance_ReturnValue) == 0x00003C, "Member 'BP_SplineCollisionGenerator_C_GetProjectedCornerPoint::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetProjectedCornerPoint, CallFunc_GetForwardVector_ReturnValue) == 0x000040, "Member 'BP_SplineCollisionGenerator_C_GetProjectedCornerPoint::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetProjectedCornerPoint, CallFunc_FindAngle_Angle) == 0x00004C, "Member 'BP_SplineCollisionGenerator_C_GetProjectedCornerPoint::CallFunc_FindAngle_Angle' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetProjectedCornerPoint, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000050, "Member 'BP_SplineCollisionGenerator_C_GetProjectedCornerPoint::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetProjectedCornerPoint, CallFunc_RotateAngleAxis_ReturnValue) == 0x000054, "Member 'BP_SplineCollisionGenerator_C_GetProjectedCornerPoint::CallFunc_RotateAngleAxis_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetProjectedCornerPoint, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000060, "Member 'BP_SplineCollisionGenerator_C_GetProjectedCornerPoint::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetProjectedCornerPoint, CallFunc_Add_VectorVector_ReturnValue) == 0x00006C, "Member 'BP_SplineCollisionGenerator_C_GetProjectedCornerPoint::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCollisionGenerator_C_Get_Map_Values \ static_assert(alignof(BP_SplineCollisionGenerator_C_Get_Map_Values) == 0x000008, "Wrong alignment on BP_SplineCollisionGenerator_C_Get_Map_Values"); \ static_assert(sizeof(BP_SplineCollisionGenerator_C_Get_Map_Values) == 0x000078, "Wrong size on BP_SplineCollisionGenerator_C_Get_Map_Values"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_Get_Map_Values, Index_0) == 0x000000, "Member 'BP_SplineCollisionGenerator_C_Get_Map_Values::Index_0' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_Get_Map_Values, TargetMap) == 0x000008, "Member 'BP_SplineCollisionGenerator_C_Get_Map_Values::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_Get_Map_Values, Output) == 0x000058, "Member 'BP_SplineCollisionGenerator_C_Get_Map_Values::Output' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_Get_Map_Values, CallFunc_Map_Values_Values) == 0x000060, "Member 'BP_SplineCollisionGenerator_C_Get_Map_Values::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_Get_Map_Values, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_SplineCollisionGenerator_C_Get_Map_Values::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCollisionGenerator_C_GetGenerationReport \ static_assert(alignof(BP_SplineCollisionGenerator_C_GetGenerationReport) == 0x000008, "Wrong alignment on BP_SplineCollisionGenerator_C_GetGenerationReport"); \ static_assert(sizeof(BP_SplineCollisionGenerator_C_GetGenerationReport) == 0x000118, "Wrong size on BP_SplineCollisionGenerator_C_GetGenerationReport"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetGenerationReport, Result) == 0x000000, "Member 'BP_SplineCollisionGenerator_C_GetGenerationReport::Result' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetGenerationReport, Temp_bool_Variable) == 0x000018, "Member 'BP_SplineCollisionGenerator_C_GetGenerationReport::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetGenerationReport, Temp_text_Variable) == 0x000020, "Member 'BP_SplineCollisionGenerator_C_GetGenerationReport::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetGenerationReport, Temp_text_Variable_1) == 0x000038, "Member 'BP_SplineCollisionGenerator_C_GetGenerationReport::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetGenerationReport, CallFunc_GetInstanceCount_ReturnValue) == 0x000050, "Member 'BP_SplineCollisionGenerator_C_GetGenerationReport::CallFunc_GetInstanceCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetGenerationReport, CallFunc_Greater_IntInt_ReturnValue) == 0x000054, "Member 'BP_SplineCollisionGenerator_C_GetGenerationReport::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetGenerationReport, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'BP_SplineCollisionGenerator_C_GetGenerationReport::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetGenerationReport, K2Node_Select_Default) == 0x000098, "Member 'BP_SplineCollisionGenerator_C_GetGenerationReport::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetGenerationReport, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000B0, "Member 'BP_SplineCollisionGenerator_C_GetGenerationReport::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetGenerationReport, K2Node_MakeArray_Array) == 0x0000F0, "Member 'BP_SplineCollisionGenerator_C_GetGenerationReport::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_GetGenerationReport, CallFunc_Format_ReturnValue) == 0x000100, "Member 'BP_SplineCollisionGenerator_C_GetGenerationReport::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCollisionGenerator_C_CreateSplineHelper \ static_assert(alignof(BP_SplineCollisionGenerator_C_CreateSplineHelper) == 0x000010, "Wrong alignment on BP_SplineCollisionGenerator_C_CreateSplineHelper"); \ static_assert(sizeof(BP_SplineCollisionGenerator_C_CreateSplineHelper) == 0x000170, "Wrong size on BP_SplineCollisionGenerator_C_CreateSplineHelper"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, Temp_int_Variable) == 0x000000, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_GetRelativeTransform_ReturnValue) == 0x000010, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_GetSplinePointType_ReturnValue) == 0x000040, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_GetSplinePointType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x000044, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_GetTransformAtSplinePoint_ReturnValue) == 0x000050, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_GetTransformAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_BreakVector_X) == 0x000080, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_BreakVector_Y) == 0x000084, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_BreakVector_Z) == 0x000088, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_BreakTransform_Location) == 0x00008C, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_BreakTransform_Rotation) == 0x000098, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_BreakTransform_Scale) == 0x0000A4, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_GetLeaveTangentAtSplinePoint_ReturnValue) == 0x0000B0, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_GetLeaveTangentAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_BreakRotator_Roll) == 0x0000BC, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_BreakRotator_Pitch) == 0x0000C0, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_BreakRotator_Yaw) == 0x0000C4, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0000C8, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_MakeRotator_ReturnValue) == 0x0000D4, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_BreakVector_X_1) == 0x0000E0, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_BreakVector_Y_1) == 0x0000E4, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_BreakVector_Z_1) == 0x0000E8, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_GetArriveTangentAtSplinePoint_ReturnValue) == 0x0000EC, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_GetArriveTangentAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_MakeVector_ReturnValue) == 0x0000F8, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000104, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, K2Node_MakeStruct_SplinePoint) == 0x000110, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::K2Node_MakeStruct_SplinePoint' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000154, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_Subtract_IntInt_ReturnValue) == 0x000158, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00015C, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_GetOwner_ReturnValue) == 0x000160, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_CreateSplineHelper, CallFunc_AddComponentByClass_ReturnValue) == 0x000168, "Member 'BP_SplineCollisionGenerator_C_CreateSplineHelper::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SplineCollisionGenerator_C_SnapInstancesToSpline \ static_assert(alignof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline) == 0x000010, "Wrong alignment on BP_SplineCollisionGenerator_C_SnapInstancesToSpline"); \ static_assert(sizeof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline) == 0x000160, "Wrong size on BP_SplineCollisionGenerator_C_SnapInstancesToSpline"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, NewTransforms) == 0x000000, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::NewTransforms' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, OriginalTransforms) == 0x000010, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::OriginalTransforms' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, Temp_int_Variable) == 0x000024, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_BreakTransform_Location) == 0x000074, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_BreakTransform_Rotation) == 0x000080, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_BreakTransform_Scale) == 0x00008C, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_Less_IntInt_ReturnValue) == 0x000098, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_BreakVector_X) == 0x00009C, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_BreakVector_Y) == 0x0000A0, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_BreakVector_Z) == 0x0000A4, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x0000A8, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B4, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_BreakVector_X_1) == 0x0000B8, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_BreakVector_Y_1) == 0x0000BC, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_BreakVector_Z_1) == 0x0000C0, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000C4, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_MakeVector_ReturnValue) == 0x0000C8, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_MakeTransform_ReturnValue) == 0x0000E0, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_GetInstanceTransform_OutInstanceTransform) == 0x000110, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_GetInstanceTransform_OutInstanceTransform' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_GetInstanceTransform_ReturnValue) == 0x000140, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_GetInstanceTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_AddInstanceWorldSpace_ReturnValue) == 0x000144, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_AddInstanceWorldSpace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_Array_Add_ReturnValue) == 0x000148, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_GetInstanceCount_ReturnValue) == 0x00014C, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_GetInstanceCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_Subtract_IntInt_ReturnValue) == 0x000150, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SplineCollisionGenerator_C_SnapInstancesToSpline, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000154, "Member 'BP_SplineCollisionGenerator_C_SnapInstancesToSpline::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SplineCollisionGenerator_C \ static_assert(alignof(UBP_SplineCollisionGenerator_C) == 0x000008, "Wrong alignment on UBP_SplineCollisionGenerator_C"); \ static_assert(sizeof(UBP_SplineCollisionGenerator_C) == 0x0001E8, "Wrong size on UBP_SplineCollisionGenerator_C"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, UberGraphFrame) == 0x0000D0, "Member 'UBP_SplineCollisionGenerator_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, InstancedStaticMeshComponent) == 0x0000D8, "Member 'UBP_SplineCollisionGenerator_C::InstancedStaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, SplineComponent) == 0x0000E0, "Member 'UBP_SplineCollisionGenerator_C::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, CheckIntervalDistance) == 0x0000E8, "Member 'UBP_SplineCollisionGenerator_C::CheckIntervalDistance' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, MaxAngleDelta) == 0x0000EC, "Member 'UBP_SplineCollisionGenerator_C::MaxAngleDelta' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, WallWidth) == 0x0000F0, "Member 'UBP_SplineCollisionGenerator_C::WallWidth' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, WallHeight) == 0x0000F4, "Member 'UBP_SplineCollisionGenerator_C::WallHeight' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, HiddenInGame) == 0x0000F8, "Member 'UBP_SplineCollisionGenerator_C::HiddenInGame' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, SplineLength) == 0x0000FC, "Member 'UBP_SplineCollisionGenerator_C::SplineLength' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, Finished) == 0x000100, "Member 'UBP_SplineCollisionGenerator_C::Finished' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, Clockwise) == 0x000101, "Member 'UBP_SplineCollisionGenerator_C::Clockwise' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, SegmentStart) == 0x000104, "Member 'UBP_SplineCollisionGenerator_C::SegmentStart' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, SegmentEnd) == 0x000108, "Member 'UBP_SplineCollisionGenerator_C::SegmentEnd' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, PreviousSegmentStart) == 0x00010C, "Member 'UBP_SplineCollisionGenerator_C::PreviousSegmentStart' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, PreviousSegmentEnd) == 0x000110, "Member 'UBP_SplineCollisionGenerator_C::PreviousSegmentEnd' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, CheckEnd) == 0x000114, "Member 'UBP_SplineCollisionGenerator_C::CheckEnd' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, OutsideCornerPoint) == 0x000118, "Member 'UBP_SplineCollisionGenerator_C::OutsideCornerPoint' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, ProjectedCornerPoint) == 0x000124, "Member 'UBP_SplineCollisionGenerator_C::ProjectedCornerPoint' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, OffsetedStartPoint) == 0x000130, "Member 'UBP_SplineCollisionGenerator_C::OffsetedStartPoint' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, PhysicsMaterial) == 0x000140, "Member 'UBP_SplineCollisionGenerator_C::PhysicsMaterial' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, GenerateOverlapEvents) == 0x000148, "Member 'UBP_SplineCollisionGenerator_C::GenerateOverlapEvents' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, UseCollisionPreset) == 0x000149, "Member 'UBP_SplineCollisionGenerator_C::UseCollisionPreset' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, CollisionPresetName) == 0x00014C, "Member 'UBP_SplineCollisionGenerator_C::CollisionPresetName' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, CollisionEnabled) == 0x000154, "Member 'UBP_SplineCollisionGenerator_C::CollisionEnabled' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, ObjectType) == 0x000155, "Member 'UBP_SplineCollisionGenerator_C::ObjectType' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, CollisionResponseOverrides) == 0x000158, "Member 'UBP_SplineCollisionGenerator_C::CollisionResponseOverrides' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, GenerationReport) == 0x0001A8, "Member 'UBP_SplineCollisionGenerator_C::GenerationReport' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, WallColor) == 0x0001C0, "Member 'UBP_SplineCollisionGenerator_C::WallColor' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, Loops) == 0x0001D0, "Member 'UBP_SplineCollisionGenerator_C::Loops' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, SplineHelper) == 0x0001D8, "Member 'UBP_SplineCollisionGenerator_C::SplineHelper' has a wrong offset!"); \ static_assert(offsetof(UBP_SplineCollisionGenerator_C, Use_Pitch) == 0x0001E0, "Member 'UBP_SplineCollisionGenerator_C::Use_Pitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_SelectLootGroup_C_SelectLootGroup \ static_assert(alignof(FL_SelectLootGroup_C_SelectLootGroup) == 0x000008, "Wrong alignment on FL_SelectLootGroup_C_SelectLootGroup"); \ static_assert(sizeof(FL_SelectLootGroup_C_SelectLootGroup) == 0x0000D0, "Wrong size on FL_SelectLootGroup_C_SelectLootGroup"); \ static_assert(offsetof(FL_SelectLootGroup_C_SelectLootGroup, Loot) == 0x000000, "Member 'FL_SelectLootGroup_C_SelectLootGroup::Loot' has a wrong offset!"); \ static_assert(offsetof(FL_SelectLootGroup_C_SelectLootGroup, environment) == 0x000008, "Member 'FL_SelectLootGroup_C_SelectLootGroup::environment' has a wrong offset!"); \ static_assert(offsetof(FL_SelectLootGroup_C_SelectLootGroup, size) == 0x000010, "Member 'FL_SelectLootGroup_C_SelectLootGroup::size' has a wrong offset!"); \ static_assert(offsetof(FL_SelectLootGroup_C_SelectLootGroup, __WorldContext) == 0x000020, "Member 'FL_SelectLootGroup_C_SelectLootGroup::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_SelectLootGroup_C_SelectLootGroup, LootString) == 0x000028, "Member 'FL_SelectLootGroup_C_SelectLootGroup::LootString' has a wrong offset!"); \ static_assert(offsetof(FL_SelectLootGroup_C_SelectLootGroup, IntermediateMeshSelect) == 0x000038, "Member 'FL_SelectLootGroup_C_SelectLootGroup::IntermediateMeshSelect' has a wrong offset!"); \ static_assert(offsetof(FL_SelectLootGroup_C_SelectLootGroup, IntermediateProp) == 0x000088, "Member 'FL_SelectLootGroup_C_SelectLootGroup::IntermediateProp' has a wrong offset!"); \ static_assert(offsetof(FL_SelectLootGroup_C_SelectLootGroup, int_0) == 0x00008C, "Member 'FL_SelectLootGroup_C_SelectLootGroup::int_0' has a wrong offset!"); \ static_assert(offsetof(FL_SelectLootGroup_C_SelectLootGroup, NewProp) == 0x000090, "Member 'FL_SelectLootGroup_C_SelectLootGroup::NewProp' has a wrong offset!"); \ static_assert(offsetof(FL_SelectLootGroup_C_SelectLootGroup, Env) == 0x000094, "Member 'FL_SelectLootGroup_C_SelectLootGroup::Env' has a wrong offset!"); \ static_assert(offsetof(FL_SelectLootGroup_C_SelectLootGroup, CallFunc_Concat_StrStr_ReturnValue) == 0x000098, "Member 'FL_SelectLootGroup_C_SelectLootGroup::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SelectLootGroup_C_SelectLootGroup, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000A8, "Member 'FL_SelectLootGroup_C_SelectLootGroup::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_SelectLootGroup_C_SelectLootGroup, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000B8, "Member 'FL_SelectLootGroup_C_SelectLootGroup::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(FL_SelectLootGroup_C_SelectLootGroup, CallFunc_Array_Contains_ReturnValue) == 0x0000C8, "Member 'FL_SelectLootGroup_C_SelectLootGroup::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFL_SelectLootGroup_C \ static_assert(alignof(UFL_SelectLootGroup_C) == 0x000008, "Wrong alignment on UFL_SelectLootGroup_C"); \ static_assert(sizeof(UFL_SelectLootGroup_C) == 0x000028, "Wrong size on UFL_SelectLootGroup_C"); \ #define DUMPER7_ASSERTS_BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics \ static_assert(alignof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics) == 0x000008, "Wrong alignment on BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics"); \ static_assert(sizeof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics) == 0x000108, "Wrong size on BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, EntryPoint) == 0x000000, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000008, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, K2Node_DynamicCast_AsUI_BP_Object_State_Diagnostics) == 0x000010, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::K2Node_DynamicCast_AsUI_BP_Object_State_Diagnostics' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, K2Node_Event_DeltaSeconds) == 0x00001C, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000020, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00002C, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, CallFunc_GetCameraLocation_ReturnValue) == 0x000038, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, CallFunc_FindLookAtRotation_ReturnValue) == 0x000044, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, CallFunc_GetParentActor_ReturnValue) == 0x000050, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, CallFunc_BreakRotator_Roll) == 0x000058, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, CallFunc_BreakRotator_Pitch) == 0x00005C, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, CallFunc_BreakRotator_Yaw) == 0x000060, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, CallFunc_IsValid_ReturnValue_1) == 0x000064, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, CallFunc_MakeRotator_ReturnValue) == 0x000068, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000074, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000100, "Member 'BP_ObjectStateDiagnostics_C_ExecuteUbergraph_BP_ObjectStateDiagnostics::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ObjectStateDiagnostics_C_ReceiveTick \ static_assert(alignof(BP_ObjectStateDiagnostics_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_ObjectStateDiagnostics_C_ReceiveTick"); \ static_assert(sizeof(BP_ObjectStateDiagnostics_C_ReceiveTick) == 0x000004, "Wrong size on BP_ObjectStateDiagnostics_C_ReceiveTick"); \ static_assert(offsetof(BP_ObjectStateDiagnostics_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_ObjectStateDiagnostics_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ObjectStateDiagnostics_C \ static_assert(alignof(ABP_ObjectStateDiagnostics_C) == 0x000008, "Wrong alignment on ABP_ObjectStateDiagnostics_C"); \ static_assert(sizeof(ABP_ObjectStateDiagnostics_C) == 0x000260, "Wrong size on ABP_ObjectStateDiagnostics_C"); \ static_assert(offsetof(ABP_ObjectStateDiagnostics_C, UberGraphFrame) == 0x000248, "Member 'ABP_ObjectStateDiagnostics_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_ObjectStateDiagnostics_C, Widget) == 0x000250, "Member 'ABP_ObjectStateDiagnostics_C::Widget' has a wrong offset!"); \ static_assert(offsetof(ABP_ObjectStateDiagnostics_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_ObjectStateDiagnostics_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_SwimStart2Fast_C \ static_assert(alignof(UABL_SwimStart2Fast_C) == 0x000008, "Wrong alignment on UABL_SwimStart2Fast_C"); \ static_assert(sizeof(UABL_SwimStart2Fast_C) == 0x0000C8, "Wrong size on UABL_SwimStart2Fast_C"); \ #define DUMPER7_ASSERTS_BP_FS_SpellImpact_C_UserConstructionScript \ static_assert(alignof(BP_FS_SpellImpact_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_FS_SpellImpact_C_UserConstructionScript"); \ static_assert(sizeof(BP_FS_SpellImpact_C_UserConstructionScript) == 0x000020, "Wrong size on BP_FS_SpellImpact_C_UserConstructionScript"); \ static_assert(offsetof(BP_FS_SpellImpact_C_UserConstructionScript, Strain_Material) == 0x000000, "Member 'BP_FS_SpellImpact_C_UserConstructionScript::Strain_Material' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_UserConstructionScript, Radius_Multiplier) == 0x000008, "Member 'BP_FS_SpellImpact_C_UserConstructionScript::Radius_Multiplier' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_FS_SpellImpact_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_UserConstructionScript, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000010, "Member 'BP_FS_SpellImpact_C_UserConstructionScript::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact \ static_assert(alignof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact) == 0x000008, "Wrong alignment on BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact"); \ static_assert(sizeof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact) == 0x000070, "Wrong size on BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact"); \ static_assert(offsetof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact, EntryPoint) == 0x000000, "Member 'BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000004, "Member 'BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact, CallFunc_SetNoiseField_ReturnValue) == 0x000008, "Member 'BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact::CallFunc_SetNoiseField_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact, Temp_bool_IsClosed_Variable) == 0x000010, "Member 'BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000014, "Member 'BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact, CallFunc_SetRadialVector_ReturnValue) == 0x000020, "Member 'BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact::CallFunc_SetRadialVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact, CallFunc_SetRadialFalloff_ReturnValue) == 0x000028, "Member 'BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact::CallFunc_SetRadialFalloff_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact, CallFunc_SetRadialFalloff_ReturnValue_1) == 0x000030, "Member 'BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact::CallFunc_SetRadialFalloff_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact, CallFunc_SetOperatorField_ReturnValue) == 0x000038, "Member 'BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact::CallFunc_SetOperatorField_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact, CallFunc_SetRadialFalloff_ReturnValue_2) == 0x000040, "Member 'BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact::CallFunc_SetRadialFalloff_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact, CallFunc_SetOperatorField_ReturnValue_1) == 0x000048, "Member 'BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact::CallFunc_SetOperatorField_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact, CallFunc_SetCullingField_ReturnValue) == 0x000050, "Member 'BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact::CallFunc_SetCullingField_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact, Temp_bool_Has_Been_Initd_Variable) == 0x000058, "Member 'BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact, CallFunc_BooleanOR_ReturnValue) == 0x000059, "Member 'BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact, CallFunc_Not_PreBool_ReturnValue) == 0x00005A, "Member 'BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact, CallFunc_SetRadialFalloff_ReturnValue_3) == 0x000060, "Member 'BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact::CallFunc_SetRadialFalloff_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact, CallFunc_SetCullingField_ReturnValue_1) == 0x000068, "Member 'BP_FS_SpellImpact_C_ExecuteUbergraph_BP_FS_SpellImpact::CallFunc_SetCullingField_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FS_SpellImpact_C \ static_assert(alignof(ABP_FS_SpellImpact_C) == 0x000008, "Wrong alignment on ABP_FS_SpellImpact_C"); \ static_assert(sizeof(ABP_FS_SpellImpact_C) == 0x0002E0, "Wrong size on ABP_FS_SpellImpact_C"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, UberGraphFrame) == 0x000250, "Member 'ABP_FS_SpellImpact_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, CullingField___Strain_) == 0x000258, "Member 'ABP_FS_SpellImpact_C::CullingField___Strain_' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, RadialFalloff___Strain_Culling) == 0x000260, "Member 'ABP_FS_SpellImpact_C::RadialFalloff___Strain_Culling' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, Strain_Volume) == 0x000268, "Member 'ABP_FS_SpellImpact_C::Strain_Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, RadialFalloff___Strain_Magnitude) == 0x000270, "Member 'ABP_FS_SpellImpact_C::RadialFalloff___Strain_Magnitude' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, RadialFalloff___Culling_Force) == 0x000278, "Member 'ABP_FS_SpellImpact_C::RadialFalloff___Culling_Force' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, CullingField___Force) == 0x000280, "Member 'ABP_FS_SpellImpact_C::CullingField___Force' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, OperatorField___Force) == 0x000288, "Member 'ABP_FS_SpellImpact_C::OperatorField___Force' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, RadialVector___Force) == 0x000290, "Member 'ABP_FS_SpellImpact_C::RadialVector___Force' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, OperatorField___Force_Noise) == 0x000298, "Member 'ABP_FS_SpellImpact_C::OperatorField___Force_Noise' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, NoiseField___Force) == 0x0002A0, "Member 'ABP_FS_SpellImpact_C::NoiseField___Force' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, RadialFalloff___Force_Magnitude) == 0x0002A8, "Member 'ABP_FS_SpellImpact_C::RadialFalloff___Force_Magnitude' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, DemolitionActive_) == 0x0002B0, "Member 'ABP_FS_SpellImpact_C::DemolitionActive_' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, Delay) == 0x0002B4, "Member 'ABP_FS_SpellImpact_C::Delay' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, Strain_Radius) == 0x0002B8, "Member 'ABP_FS_SpellImpact_C::Strain_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, Strain_Magnitude) == 0x0002BC, "Member 'ABP_FS_SpellImpact_C::Strain_Magnitude' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, Push_Magnitude) == 0x0002C0, "Member 'ABP_FS_SpellImpact_C::Push_Magnitude' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, Deactivated) == 0x0002C4, "Member 'ABP_FS_SpellImpact_C::Deactivated' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, Push_Noise_Min) == 0x0002D4, "Member 'ABP_FS_SpellImpact_C::Push_Noise_Min' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, Push_Noise_Max) == 0x0002D8, "Member 'ABP_FS_SpellImpact_C::Push_Noise_Max' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, Is_Debug_) == 0x0002DC, "Member 'ABP_FS_SpellImpact_C::Is_Debug_' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpact_C, Destroy_Node_After_Strike_) == 0x0002DD, "Member 'ABP_FS_SpellImpact_C::Destroy_Node_After_Strike_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_SwimSlow_C \ static_assert(alignof(UABL_SwimSlow_C) == 0x000008, "Wrong alignment on UABL_SwimSlow_C"); \ static_assert(sizeof(UABL_SwimSlow_C) == 0x0000C8, "Wrong size on UABL_SwimSlow_C"); \ #define DUMPER7_ASSERTS_ABL_Climb_o5M_Sprint_C_ExecuteUbergraph_ABL_Climb_o5M_Sprint \ static_assert(alignof(ABL_Climb_o5M_Sprint_C_ExecuteUbergraph_ABL_Climb_o5M_Sprint) == 0x000008, "Wrong alignment on ABL_Climb_o5M_Sprint_C_ExecuteUbergraph_ABL_Climb_o5M_Sprint"); \ static_assert(sizeof(ABL_Climb_o5M_Sprint_C_ExecuteUbergraph_ABL_Climb_o5M_Sprint) == 0x000020, "Wrong size on ABL_Climb_o5M_Sprint_C_ExecuteUbergraph_ABL_Climb_o5M_Sprint"); \ static_assert(offsetof(ABL_Climb_o5M_Sprint_C_ExecuteUbergraph_ABL_Climb_o5M_Sprint, EntryPoint) == 0x000000, "Member 'ABL_Climb_o5M_Sprint_C_ExecuteUbergraph_ABL_Climb_o5M_Sprint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_o5M_Sprint_C_ExecuteUbergraph_ABL_Climb_o5M_Sprint, K2Node_Event_Context) == 0x000008, "Member 'ABL_Climb_o5M_Sprint_C_ExecuteUbergraph_ABL_Climb_o5M_Sprint::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_o5M_Sprint_C_ExecuteUbergraph_ABL_Climb_o5M_Sprint, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Climb_o5M_Sprint_C_ExecuteUbergraph_ABL_Climb_o5M_Sprint::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_o5M_Sprint_C_ExecuteUbergraph_ABL_Climb_o5M_Sprint, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_Climb_o5M_Sprint_C_ExecuteUbergraph_ABL_Climb_o5M_Sprint::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Climb_o5M_Sprint_C_OnAbilityStart \ static_assert(alignof(ABL_Climb_o5M_Sprint_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Climb_o5M_Sprint_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Climb_o5M_Sprint_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Climb_o5M_Sprint_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Climb_o5M_Sprint_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Climb_o5M_Sprint_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Climb_o5M_Sprint_C \ static_assert(alignof(UABL_Climb_o5M_Sprint_C) == 0x000008, "Wrong alignment on UABL_Climb_o5M_Sprint_C"); \ static_assert(sizeof(UABL_Climb_o5M_Sprint_C) == 0x0000D0, "Wrong size on UABL_Climb_o5M_Sprint_C"); \ static_assert(offsetof(UABL_Climb_o5M_Sprint_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Climb_o5M_Sprint_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AimModeReticle_C \ static_assert(alignof(ABP_AimModeReticle_C) == 0x000008, "Wrong alignment on ABP_AimModeReticle_C"); \ static_assert(sizeof(ABP_AimModeReticle_C) == 0x000338, "Wrong size on ABP_AimModeReticle_C"); \ static_assert(offsetof(ABP_AimModeReticle_C, Widget) == 0x000330, "Member 'ABP_AimModeReticle_C::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DuelCombatIdle_C \ static_assert(alignof(UABL_DuelCombatIdle_C) == 0x000008, "Wrong alignment on UABL_DuelCombatIdle_C"); \ static_assert(sizeof(UABL_DuelCombatIdle_C) == 0x0000C8, "Wrong size on UABL_DuelCombatIdle_C"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Expulso_C_OnHit \ static_assert(alignof(BP_SubSonic_Expulso_C_OnHit) == 0x000004, "Wrong alignment on BP_SubSonic_Expulso_C_OnHit"); \ static_assert(sizeof(BP_SubSonic_Expulso_C_OnHit) == 0x00008C, "Wrong size on BP_SubSonic_Expulso_C_OnHit"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_OnHit, HitResult) == 0x000000, "Member 'BP_SubSonic_Expulso_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_OnHit, bDestroyed) == 0x000088, "Member 'BP_SubSonic_Expulso_C_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_OnHit, bHit) == 0x000089, "Member 'BP_SubSonic_Expulso_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_OnHit, bBlocked) == 0x00008A, "Member 'BP_SubSonic_Expulso_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_OnHit, bFailed) == 0x00008B, "Member 'BP_SubSonic_Expulso_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso \ static_assert(alignof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso) == 0x000010, "Wrong alignment on BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso"); \ static_assert(sizeof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso) == 0x0001A0, "Wrong size on BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, EntryPoint) == 0x000000, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000004, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, K2Node_Event_HitResult) == 0x000008, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, K2Node_Event_bDestroyed) == 0x000090, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::K2Node_Event_bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, K2Node_Event_bHit) == 0x000091, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, K2Node_Event_bBlocked) == 0x000092, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, K2Node_Event_bFailed) == 0x000093, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::K2Node_Event_bFailed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BreakHitResult_bBlockingHit) == 0x000094, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BreakHitResult_bInitialOverlap) == 0x000095, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BreakHitResult_Time) == 0x000098, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BreakHitResult_Distance) == 0x00009C, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BreakHitResult_Location) == 0x0000A0, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BreakHitResult_ImpactPoint) == 0x0000AC, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BreakHitResult_Normal) == 0x0000B8, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C4, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BreakHitResult_PhysMat) == 0x0000D0, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BreakHitResult_HitActor) == 0x0000D8, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BreakHitResult_HitComponent) == 0x0000E0, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BreakHitResult_HitBoneName) == 0x0000E8, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BreakHitResult_HitItem) == 0x0000F0, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BreakHitResult_ElementIndex) == 0x0000F4, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BreakHitResult_FaceIndex) == 0x0000F8, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BreakHitResult_TraceStart) == 0x0000FC, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BreakHitResult_TraceEnd) == 0x000108, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, Temp_bool_IsClosed_Variable) == 0x000114, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000118, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_Normal_ReturnValue) == 0x000124, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_GetComponentByClass_ReturnValue) == 0x000130, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_IsValid_ReturnValue) == 0x000138, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_IsValid_ReturnValue_1) == 0x000139, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_GetTransform_ReturnValue) == 0x000140, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_GetSpellTool_ReturnValue) == 0x000170, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_GetSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000178, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, K2Node_DynamicCast_AsConfringo_Spell_Tool) == 0x000180, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::K2Node_DynamicCast_AsConfringo_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, K2Node_DynamicCast_bSuccess) == 0x000188, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_GetExplosionRadius_ReturnValue) == 0x00018C, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_GetExplosionRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso, CallFunc_FinishSpawningActor_ReturnValue) == 0x000190, "Member 'BP_SubSonic_Expulso_C_ExecuteUbergraph_BP_SubSonic_Expulso::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_Expulso_C \ static_assert(alignof(ABP_SubSonic_Expulso_C) == 0x000010, "Wrong alignment on ABP_SubSonic_Expulso_C"); \ static_assert(sizeof(ABP_SubSonic_Expulso_C) == 0x0005B0, "Wrong size on ABP_SubSonic_Expulso_C"); \ static_assert(offsetof(ABP_SubSonic_Expulso_C, UberGraphFrame) == 0x000538, "Member 'ABP_SubSonic_Expulso_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Expulso_C, WindSource) == 0x000540, "Member 'ABP_SubSonic_Expulso_C::WindSource' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Expulso_C, Niagara) == 0x000548, "Member 'ABP_SubSonic_Expulso_C::Niagara' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Expulso_C, MAT_RibbonTRail) == 0x000550, "Member 'ABP_SubSonic_Expulso_C::MAT_RibbonTRail' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Expulso_C, LOC_Target) == 0x000558, "Member 'ABP_SubSonic_Expulso_C::LOC_Target' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Expulso_C, FieldTransform) == 0x000570, "Member 'ABP_SubSonic_Expulso_C::FieldTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Expulso_C, Field_Radius) == 0x0005A0, "Member 'ABP_SubSonic_Expulso_C::Field_Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_GetAsyncWrapperRenderSize \ static_assert(alignof(UI_BP_Settings_Accessibility_C_GetAsyncWrapperRenderSize) == 0x000004, "Wrong alignment on UI_BP_Settings_Accessibility_C_GetAsyncWrapperRenderSize"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_GetAsyncWrapperRenderSize) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_GetAsyncWrapperRenderSize"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_GetAsyncWrapperRenderSize, RenderSize) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_GetAsyncWrapperRenderSize::RenderSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_SetIsInFirstFlow \ static_assert(alignof(UI_BP_Settings_Accessibility_C_SetIsInFirstFlow) == 0x000001, "Wrong alignment on UI_BP_Settings_Accessibility_C_SetIsInFirstFlow"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_SetIsInFirstFlow) == 0x000001, "Wrong size on UI_BP_Settings_Accessibility_C_SetIsInFirstFlow"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_SetIsInFirstFlow, InFirstFlow) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_SetIsInFirstFlow::InFirstFlow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings \ static_assert(alignof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings) == 0x000158, "Wrong size on UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, TempMenuReaderVoiceDescriptions) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::TempMenuReaderVoiceDescriptions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, TempSelectedMenuReaderVoiceIndex) == 0x000010, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::TempSelectedMenuReaderVoiceIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, TempSelectedMenuReaderVoice) == 0x000018, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::TempSelectedMenuReaderVoice' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, Temp_int_Array_Index_Variable) == 0x000048, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, CallFunc_AVATranslate_ReturnValue) == 0x000058, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, CallFunc_Conv_TextToString_ReturnValue) == 0x000070, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000088, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, CallFunc_GetMenuReaderEnabled_ReturnValue) == 0x000090, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::CallFunc_GetMenuReaderEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, CallFunc_Array_Get_Item) == 0x000098, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, CallFunc_EqualEqual_MenuReaderVoiceMenuReaderVoice_ReturnValue) == 0x0000CC, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::CallFunc_EqualEqual_MenuReaderVoiceMenuReaderVoice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, CallFunc_Less_IntInt_ReturnValue) == 0x0000CD, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, CallFunc_GetPhoenixGameSettings_ReturnValue_1) == 0x0000D0, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::CallFunc_GetPhoenixGameSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, CallFunc_Array_Add_ReturnValue_1) == 0x0000D8, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, CallFunc_GetMenuReaderVoice_OutVoiceID) == 0x0000E0, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::CallFunc_GetMenuReaderVoice_OutVoiceID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, CallFunc_GetMenuReaderVoice_OutDescription) == 0x0000F0, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::CallFunc_GetMenuReaderVoice_OutDescription' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, CallFunc_GetMenuReaderVoice_OutGender) == 0x000100, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::CallFunc_GetMenuReaderVoice_OutGender' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, CallFunc_GetUIManagerPure_ReturnValue) == 0x000110, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, K2Node_MakeStruct_MenuReaderVoice) == 0x000118, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::K2Node_MakeStruct_MenuReaderVoice' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings, CallFunc_GetAvailableVoices_ReturnValue) == 0x000148, "Member 'UI_BP_Settings_Accessibility_C_RefreshMenuReaderRelatedSettings::CallFunc_GetAvailableVoices_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_HideTooltip \ static_assert(alignof(UI_BP_Settings_Accessibility_C_HideTooltip) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_HideTooltip"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_HideTooltip) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_HideTooltip"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_HideTooltip, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_HideTooltip::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_SetTooltipData \ static_assert(alignof(UI_BP_Settings_Accessibility_C_SetTooltipData) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_SetTooltipData"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_SetTooltipData) == 0x000028, "Wrong size on UI_BP_Settings_Accessibility_C_SetTooltipData"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_SetTooltipData, Title) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_SetTooltipData::Title' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_SetTooltipData, Description) == 0x000010, "Member 'UI_BP_Settings_Accessibility_C_SetTooltipData::Description' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_SetTooltipData, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'UI_BP_Settings_Accessibility_C_SetTooltipData::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_InitAccessibilitySettings \ static_assert(alignof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_InitAccessibilitySettings"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings) == 0x0001A8, "Wrong size on UI_BP_Settings_Accessibility_C_InitAccessibilitySettings"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetAccessibilitySpellToggle_ReturnValue) == 0x000010, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetAccessibilitySpellToggle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, Temp_int_Variable) == 0x000014, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, Temp_int_Variable_1) == 0x000018, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, Temp_int_Variable_2) == 0x00001C, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, Temp_int_Variable_3) == 0x000020, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, Temp_byte_Variable) == 0x000024, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000028, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, K2Node_MakeArray_Array) == 0x000030, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetPhoenixGameSettings_ReturnValue_1) == 0x000040, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetPhoenixGameSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetGamepadAimingSwitch_ReturnValue) == 0x000048, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetGamepadAimingSwitch_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetMenuReaderVolume_ReturnValue) == 0x00004C, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetMenuReaderVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetMenuReaderEnabled_ReturnValue) == 0x000050, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetMenuReaderEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000054, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000058, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00005C, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_FClamp_ReturnValue) == 0x000060, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_FFloor_ReturnValue) == 0x000064, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Conv_IntToText_ReturnValue) == 0x000068, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetAccessibilityAudioCueScale_ReturnValue) == 0x000080, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetAccessibilityAudioCueScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Conv_FloatToText_ReturnValue) == 0x000088, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetAccessibilityAudioCueOpacity_ReturnValue) == 0x0000A0, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetAccessibilityAudioCueOpacity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetArachnophobiaModeEnabled_ReturnValue) == 0x0000C0, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetArachnophobiaModeEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_TestHighContrastMode_ReturnValue) == 0x0000C1, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_TestHighContrastMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_TestHighContrastMode_ReturnValue_1) == 0x0000C2, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_TestHighContrastMode_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetMiniMapOpacity_ReturnValue) == 0x0000C4, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetMiniMapOpacity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetMiniMapPathEnabled_ReturnValue) == 0x0000C8, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetMiniMapPathEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x0000CC, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000D0, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Conv_FloatToText_ReturnValue_2) == 0x0000D8, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Conv_FloatToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_FClamp_ReturnValue_1) == 0x0000F0, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetAudioVisualizer_ReturnValue) == 0x0000F4, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetAudioVisualizer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetFontIndex_ReturnValue) == 0x0000F8, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetFontIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetCursorSpeedMultiplier_ReturnValue) == 0x0000FC, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetCursorSpeedMultiplier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetToggleAim_ReturnValue) == 0x000100, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetToggleAim_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Conv_FloatToText_ReturnValue_3) == 0x000108, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Conv_FloatToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetGamepadSouthpaw_ReturnValue) == 0x000120, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetGamepadSouthpaw_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetGamepadDeadzone_ReturnValue) == 0x000124, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetGamepadDeadzone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetCameraShake_ReturnValue) == 0x000128, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetCameraShake_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Conv_FloatToText_ReturnValue_4) == 0x000130, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Conv_FloatToText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Conv_FloatToText_ReturnValue_5) == 0x000148, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Conv_FloatToText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetCineCameraShake_ReturnValue) == 0x000160, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetCineCameraShake_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetPhoenixGameSettings_ReturnValue_2) == 0x000168, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetPhoenixGameSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_GetColorVisionDeficiencyType_ReturnValue) == 0x000170, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_GetColorVisionDeficiencyType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, K2Node_Select_Default) == 0x000174, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x000178, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Subtract_FloatFloat_ReturnValue_5) == 0x00017C, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Subtract_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000180, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Subtract_FloatFloat_ReturnValue_6) == 0x000184, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Subtract_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_FClamp_ReturnValue_2) == 0x000188, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Subtract_FloatFloat_ReturnValue_7) == 0x00018C, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Subtract_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x000190, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, CallFunc_FClamp_ReturnValue_3) == 0x000194, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::CallFunc_FClamp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_InitAccessibilitySettings, K2Node_MakeArray_Array_1) == 0x000198, "Member 'UI_BP_Settings_Accessibility_C_InitAccessibilitySettings::K2Node_MakeArray_Array_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_SetParent \ static_assert(alignof(UI_BP_Settings_Accessibility_C_SetParent) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_SetParent"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_SetParent) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_SetParent"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_SetParent, Parent) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_4_SettingsCheckmarkPressed__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_4_SettingsCheckmarkPressed__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_4_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_4_SettingsCheckmarkPressed__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_4_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_4_SettingsCheckmarkPressed__DelegateSignature, IsChecked) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_4_SettingsCheckmarkPressed__DelegateSignature::IsChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_4_SettingsCheckmarkPressed__DelegateSignature, Button) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_4_SettingsCheckmarkPressed__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_colorOptions_K2Node_ComponentBoundEvent_16_DropDownOptionChanged__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_colorOptions_K2Node_ComponentBoundEvent_16_DropDownOptionChanged__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_colorOptions_K2Node_ComponentBoundEvent_16_DropDownOptionChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_colorOptions_K2Node_ComponentBoundEvent_16_DropDownOptionChanged__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_colorOptions_K2Node_ComponentBoundEvent_16_DropDownOptionChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_colorOptions_K2Node_ComponentBoundEvent_16_DropDownOptionChanged__DelegateSignature, NewOptionIndex) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_colorOptions_K2Node_ComponentBoundEvent_16_DropDownOptionChanged__DelegateSignature::NewOptionIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_colorOptions_K2Node_ComponentBoundEvent_16_DropDownOptionChanged__DelegateSignature, Button) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_colorOptions_K2Node_ComponentBoundEvent_16_DropDownOptionChanged__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_17_SettingsCheckmarkPressed__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_17_SettingsCheckmarkPressed__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_17_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_17_SettingsCheckmarkPressed__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_17_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_17_SettingsCheckmarkPressed__DelegateSignature, IsChecked) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_17_SettingsCheckmarkPressed__DelegateSignature::IsChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_17_SettingsCheckmarkPressed__DelegateSignature, Button) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_17_SettingsCheckmarkPressed__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_19_SettingsCheckmarkPressed__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_19_SettingsCheckmarkPressed__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_19_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_19_SettingsCheckmarkPressed__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_19_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_19_SettingsCheckmarkPressed__DelegateSignature, IsChecked) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_19_SettingsCheckmarkPressed__DelegateSignature::IsChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_19_SettingsCheckmarkPressed__DelegateSignature, Button) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_19_SettingsCheckmarkPressed__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_20_SettingsCheckmarkPressed__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_20_SettingsCheckmarkPressed__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_20_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_20_SettingsCheckmarkPressed__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_20_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_20_SettingsCheckmarkPressed__DelegateSignature, IsChecked) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_20_SettingsCheckmarkPressed__DelegateSignature::IsChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_20_SettingsCheckmarkPressed__DelegateSignature, Button) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_20_SettingsCheckmarkPressed__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_colorOptions_K2Node_ComponentBoundEvent_0_DropdownHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_colorOptions_K2Node_ComponentBoundEvent_0_DropdownHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_colorOptions_K2Node_ComponentBoundEvent_0_DropdownHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_colorOptions_K2Node_ComponentBoundEvent_0_DropdownHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_colorOptions_K2Node_ComponentBoundEvent_0_DropdownHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_colorOptions_K2Node_ComponentBoundEvent_0_DropdownHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_colorOptions_K2Node_ComponentBoundEvent_0_DropdownHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_cameraShake_K2Node_ComponentBoundEvent_3_SettingsSliderHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cameraShake_K2Node_ComponentBoundEvent_3_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_cameraShake_K2Node_ComponentBoundEvent_3_SettingsSliderHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cameraShake_K2Node_ComponentBoundEvent_3_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_cameraShake_K2Node_ComponentBoundEvent_3_SettingsSliderHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cameraShake_K2Node_ComponentBoundEvent_3_SettingsSliderHovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_cameraShake_K2Node_ComponentBoundEvent_3_SettingsSliderHovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_cameraShake_K2Node_ComponentBoundEvent_5_SettingsSliderUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cameraShake_K2Node_ComponentBoundEvent_5_SettingsSliderUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_cameraShake_K2Node_ComponentBoundEvent_5_SettingsSliderUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cameraShake_K2Node_ComponentBoundEvent_5_SettingsSliderUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_cameraShake_K2Node_ComponentBoundEvent_5_SettingsSliderUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cameraShake_K2Node_ComponentBoundEvent_5_SettingsSliderUnhovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_cameraShake_K2Node_ComponentBoundEvent_5_SettingsSliderUnhovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_6_ToggleHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_6_ToggleHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_6_ToggleHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_6_ToggleHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_6_ToggleHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_6_ToggleHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_6_ToggleHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_7_ToggleUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_7_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_7_ToggleUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_7_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_7_ToggleUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_7_ToggleUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_cinematicCameraShake_K2Node_ComponentBoundEvent_7_ToggleUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_8_ToggleHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_8_ToggleHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_8_ToggleHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_8_ToggleHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_8_ToggleHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_8_ToggleHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_8_ToggleHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_9_ToggleUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_9_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_9_ToggleUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_9_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_9_ToggleUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_9_ToggleUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_aimMode_K2Node_ComponentBoundEvent_9_ToggleUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_10_ToggleHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_10_ToggleHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_10_ToggleHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_10_ToggleHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_10_ToggleHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_10_ToggleHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_10_ToggleHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_11_ToggleHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_11_ToggleHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_11_ToggleHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_11_ToggleHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_11_ToggleHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_11_ToggleHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_11_ToggleHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_deadzone_K2Node_ComponentBoundEvent_12_SettingsSliderHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_deadzone_K2Node_ComponentBoundEvent_12_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_deadzone_K2Node_ComponentBoundEvent_12_SettingsSliderHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_deadzone_K2Node_ComponentBoundEvent_12_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_deadzone_K2Node_ComponentBoundEvent_12_SettingsSliderHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_deadzone_K2Node_ComponentBoundEvent_12_SettingsSliderHovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_deadzone_K2Node_ComponentBoundEvent_12_SettingsSliderHovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_13_ToggleUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_13_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_13_ToggleUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_13_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_13_ToggleUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_13_ToggleUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_switchSticks_K2Node_ComponentBoundEvent_13_ToggleUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_14_ToggleUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_14_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_14_ToggleUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_14_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_14_ToggleUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_14_ToggleUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_southpaw_K2Node_ComponentBoundEvent_14_ToggleUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_deadzone_K2Node_ComponentBoundEvent_15_SettingsSliderUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_deadzone_K2Node_ComponentBoundEvent_15_SettingsSliderUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_deadzone_K2Node_ComponentBoundEvent_15_SettingsSliderUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_deadzone_K2Node_ComponentBoundEvent_15_SettingsSliderUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_deadzone_K2Node_ComponentBoundEvent_15_SettingsSliderUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_deadzone_K2Node_ComponentBoundEvent_15_SettingsSliderUnhovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_deadzone_K2Node_ComponentBoundEvent_15_SettingsSliderUnhovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_cursorSensitivity_K2Node_ComponentBoundEvent_18_SettingsSliderHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cursorSensitivity_K2Node_ComponentBoundEvent_18_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_cursorSensitivity_K2Node_ComponentBoundEvent_18_SettingsSliderHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cursorSensitivity_K2Node_ComponentBoundEvent_18_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_cursorSensitivity_K2Node_ComponentBoundEvent_18_SettingsSliderHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cursorSensitivity_K2Node_ComponentBoundEvent_18_SettingsSliderHovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_cursorSensitivity_K2Node_ComponentBoundEvent_18_SettingsSliderHovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_cursorSensitivity_K2Node_ComponentBoundEvent_23_SettingsSliderUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cursorSensitivity_K2Node_ComponentBoundEvent_23_SettingsSliderUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_cursorSensitivity_K2Node_ComponentBoundEvent_23_SettingsSliderUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cursorSensitivity_K2Node_ComponentBoundEvent_23_SettingsSliderUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_cursorSensitivity_K2Node_ComponentBoundEvent_23_SettingsSliderUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_cursorSensitivity_K2Node_ComponentBoundEvent_23_SettingsSliderUnhovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_cursorSensitivity_K2Node_ComponentBoundEvent_23_SettingsSliderUnhovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__btn_AudioVisualizer_K2Node_ComponentBoundEvent_24_SettingsCheckmarkPressed__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__btn_AudioVisualizer_K2Node_ComponentBoundEvent_24_SettingsCheckmarkPressed__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__btn_AudioVisualizer_K2Node_ComponentBoundEvent_24_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__btn_AudioVisualizer_K2Node_ComponentBoundEvent_24_SettingsCheckmarkPressed__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__btn_AudioVisualizer_K2Node_ComponentBoundEvent_24_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_AudioVisualizer_K2Node_ComponentBoundEvent_24_SettingsCheckmarkPressed__DelegateSignature, IsChecked) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_AudioVisualizer_K2Node_ComponentBoundEvent_24_SettingsCheckmarkPressed__DelegateSignature::IsChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__btn_AudioVisualizer_K2Node_ComponentBoundEvent_24_SettingsCheckmarkPressed__DelegateSignature, Button) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__btn_AudioVisualizer_K2Node_ComponentBoundEvent_24_SettingsCheckmarkPressed__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__drp_FontSize_K2Node_ComponentBoundEvent_26_DropDownOptionChanged__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__drp_FontSize_K2Node_ComponentBoundEvent_26_DropDownOptionChanged__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__drp_FontSize_K2Node_ComponentBoundEvent_26_DropDownOptionChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__drp_FontSize_K2Node_ComponentBoundEvent_26_DropDownOptionChanged__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__drp_FontSize_K2Node_ComponentBoundEvent_26_DropDownOptionChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__drp_FontSize_K2Node_ComponentBoundEvent_26_DropDownOptionChanged__DelegateSignature, NewOptionIndex) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__drp_FontSize_K2Node_ComponentBoundEvent_26_DropDownOptionChanged__DelegateSignature::NewOptionIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__drp_FontSize_K2Node_ComponentBoundEvent_26_DropDownOptionChanged__DelegateSignature, Button) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__drp_FontSize_K2Node_ComponentBoundEvent_26_DropDownOptionChanged__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioVisualizer_K2Node_ComponentBoundEvent_27_ToggleHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioVisualizer_K2Node_ComponentBoundEvent_27_ToggleHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioVisualizer_K2Node_ComponentBoundEvent_27_ToggleHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioVisualizer_K2Node_ComponentBoundEvent_27_ToggleHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioVisualizer_K2Node_ComponentBoundEvent_27_ToggleHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioVisualizer_K2Node_ComponentBoundEvent_27_ToggleHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioVisualizer_K2Node_ComponentBoundEvent_27_ToggleHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioVisualizer_K2Node_ComponentBoundEvent_28_ToggleUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioVisualizer_K2Node_ComponentBoundEvent_28_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioVisualizer_K2Node_ComponentBoundEvent_28_ToggleUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioVisualizer_K2Node_ComponentBoundEvent_28_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioVisualizer_K2Node_ComponentBoundEvent_28_ToggleUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioVisualizer_K2Node_ComponentBoundEvent_28_ToggleUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioVisualizer_K2Node_ComponentBoundEvent_28_ToggleUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_drp_FontSize_K2Node_ComponentBoundEvent_29_DropdownHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_drp_FontSize_K2Node_ComponentBoundEvent_29_DropdownHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_drp_FontSize_K2Node_ComponentBoundEvent_29_DropdownHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_drp_FontSize_K2Node_ComponentBoundEvent_29_DropdownHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_drp_FontSize_K2Node_ComponentBoundEvent_29_DropdownHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_drp_FontSize_K2Node_ComponentBoundEvent_29_DropdownHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_drp_FontSize_K2Node_ComponentBoundEvent_29_DropdownHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_36_SettingsCheckmarkPressed__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_36_SettingsCheckmarkPressed__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_36_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_36_SettingsCheckmarkPressed__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_36_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_36_SettingsCheckmarkPressed__DelegateSignature, IsChecked) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_36_SettingsCheckmarkPressed__DelegateSignature::IsChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_36_SettingsCheckmarkPressed__DelegateSignature, Button) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_36_SettingsCheckmarkPressed__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_35_ToggleHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_35_ToggleHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_35_ToggleHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_35_ToggleHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_35_ToggleHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_35_ToggleHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_35_ToggleHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_37_ToggleUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_37_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_37_ToggleUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_37_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_37_ToggleUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_37_ToggleUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_PathLine_K2Node_ComponentBoundEvent_37_ToggleUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_41_SettingsSliderHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_41_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_41_SettingsSliderHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_41_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_41_SettingsSliderHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_41_SettingsSliderHovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_41_SettingsSliderHovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_42_SettingsSliderUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_42_SettingsSliderUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_42_SettingsSliderUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_42_SettingsSliderUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_42_SettingsSliderUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_42_SettingsSliderUnhovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_42_SettingsSliderUnhovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_44_SettingsCheckmarkPressed__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_44_SettingsCheckmarkPressed__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_44_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_44_SettingsCheckmarkPressed__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_44_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_44_SettingsCheckmarkPressed__DelegateSignature, IsChecked) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_44_SettingsCheckmarkPressed__DelegateSignature::IsChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_44_SettingsCheckmarkPressed__DelegateSignature, Button) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_44_SettingsCheckmarkPressed__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_45_ToggleHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_45_ToggleHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_45_ToggleHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_45_ToggleHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_45_ToggleHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_45_ToggleHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_45_ToggleHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_46_ToggleUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_46_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_46_ToggleUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_46_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_46_ToggleUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_46_ToggleUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_TextHighContrast_K2Node_ComponentBoundEvent_46_ToggleUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_47_SettingsCheckmarkPressed__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_47_SettingsCheckmarkPressed__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_47_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_47_SettingsCheckmarkPressed__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_47_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_47_SettingsCheckmarkPressed__DelegateSignature, IsChecked) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_47_SettingsCheckmarkPressed__DelegateSignature::IsChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_47_SettingsCheckmarkPressed__DelegateSignature, Button) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_47_SettingsCheckmarkPressed__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_48_ToggleHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_48_ToggleHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_48_ToggleHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_48_ToggleHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_48_ToggleHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_48_ToggleHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_48_ToggleHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_49_ToggleUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_49_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_49_ToggleUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_49_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_49_ToggleUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_49_ToggleUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_GameHighContrast_K2Node_ComponentBoundEvent_49_ToggleUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_25_SettingsSliderHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_25_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_25_SettingsSliderHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_25_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_25_SettingsSliderHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_25_SettingsSliderHovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_25_SettingsSliderHovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_32_SettingsSliderHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_32_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_32_SettingsSliderHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_32_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_32_SettingsSliderHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_32_SettingsSliderHovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_32_SettingsSliderHovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_50_SettingsSliderUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_50_SettingsSliderUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_50_SettingsSliderUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_50_SettingsSliderUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_50_SettingsSliderUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_50_SettingsSliderUnhovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_50_SettingsSliderUnhovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_51_SettingsSliderUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_51_SettingsSliderUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_51_SettingsSliderUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_51_SettingsSliderUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_51_SettingsSliderUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_51_SettingsSliderUnhovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_51_SettingsSliderUnhovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_31_SettingsSliderFinished__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_31_SettingsSliderFinished__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_31_SettingsSliderFinished__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_31_SettingsSliderFinished__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_31_SettingsSliderFinished__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_31_SettingsSliderFinished__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_31_SettingsSliderFinished__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_31_SettingsSliderFinished__DelegateSignature, EndValue) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_31_SettingsSliderFinished__DelegateSignature::EndValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_34_SettingsSliderFinished__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_34_SettingsSliderFinished__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_34_SettingsSliderFinished__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_34_SettingsSliderFinished__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_34_SettingsSliderFinished__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_34_SettingsSliderFinished__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_34_SettingsSliderFinished__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_34_SettingsSliderFinished__DelegateSignature, EndValue) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_34_SettingsSliderFinished__DelegateSignature::EndValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_43_SettingsSliderFinished__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_43_SettingsSliderFinished__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_43_SettingsSliderFinished__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_43_SettingsSliderFinished__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_43_SettingsSliderFinished__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_43_SettingsSliderFinished__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_43_SettingsSliderFinished__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_43_SettingsSliderFinished__DelegateSignature, EndValue) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_43_SettingsSliderFinished__DelegateSignature::EndValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_52_SettingsSliderFinished__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_52_SettingsSliderFinished__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_52_SettingsSliderFinished__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_52_SettingsSliderFinished__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_52_SettingsSliderFinished__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_52_SettingsSliderFinished__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_52_SettingsSliderFinished__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_52_SettingsSliderFinished__DelegateSignature, EndValue) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_52_SettingsSliderFinished__DelegateSignature::EndValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_53_SettingsSliderFinished__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_53_SettingsSliderFinished__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_53_SettingsSliderFinished__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_53_SettingsSliderFinished__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_53_SettingsSliderFinished__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_53_SettingsSliderFinished__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_53_SettingsSliderFinished__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_53_SettingsSliderFinished__DelegateSignature, EndValue) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_53_SettingsSliderFinished__DelegateSignature::EndValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_55_SettingsSliderFinished__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_55_SettingsSliderFinished__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_55_SettingsSliderFinished__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_55_SettingsSliderFinished__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_55_SettingsSliderFinished__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_55_SettingsSliderFinished__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_55_SettingsSliderFinished__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_55_SettingsSliderFinished__DelegateSignature, EndValue) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_55_SettingsSliderFinished__DelegateSignature::EndValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature, NewValue) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cameraShake_K2Node_ComponentBoundEvent_2_SettingsSliderChanged__DelegateSignature::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_21_SettingsSliderChanged__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_21_SettingsSliderChanged__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_21_SettingsSliderChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_21_SettingsSliderChanged__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_21_SettingsSliderChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_21_SettingsSliderChanged__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_21_SettingsSliderChanged__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_21_SettingsSliderChanged__DelegateSignature, NewValue) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_deadzone_K2Node_ComponentBoundEvent_21_SettingsSliderChanged__DelegateSignature::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_22_SettingsSliderChanged__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_22_SettingsSliderChanged__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_22_SettingsSliderChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_22_SettingsSliderChanged__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_22_SettingsSliderChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_22_SettingsSliderChanged__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_22_SettingsSliderChanged__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_22_SettingsSliderChanged__DelegateSignature, NewValue) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_cursorSensitivity_K2Node_ComponentBoundEvent_22_SettingsSliderChanged__DelegateSignature::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_54_SettingsSliderChanged__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_54_SettingsSliderChanged__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_54_SettingsSliderChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_54_SettingsSliderChanged__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_54_SettingsSliderChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_54_SettingsSliderChanged__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_54_SettingsSliderChanged__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_54_SettingsSliderChanged__DelegateSignature, NewValue) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MiniMapOpacity_K2Node_ComponentBoundEvent_54_SettingsSliderChanged__DelegateSignature::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_56_SettingsSliderChanged__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_56_SettingsSliderChanged__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_56_SettingsSliderChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_56_SettingsSliderChanged__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_56_SettingsSliderChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_56_SettingsSliderChanged__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_56_SettingsSliderChanged__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_56_SettingsSliderChanged__DelegateSignature, NewValue) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueOpacity_K2Node_ComponentBoundEvent_56_SettingsSliderChanged__DelegateSignature::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_57_SettingsSliderChanged__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_57_SettingsSliderChanged__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_57_SettingsSliderChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_57_SettingsSliderChanged__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_57_SettingsSliderChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_57_SettingsSliderChanged__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_57_SettingsSliderChanged__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_57_SettingsSliderChanged__DelegateSignature, NewValue) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueScale_K2Node_ComponentBoundEvent_57_SettingsSliderChanged__DelegateSignature::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_colorOptions_K2Node_ComponentBoundEvent_58_DropDownOptionHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_colorOptions_K2Node_ComponentBoundEvent_58_DropDownOptionHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_colorOptions_K2Node_ComponentBoundEvent_58_DropDownOptionHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_colorOptions_K2Node_ComponentBoundEvent_58_DropDownOptionHovered__DelegateSignature) == 0x000018, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_colorOptions_K2Node_ComponentBoundEvent_58_DropDownOptionHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_colorOptions_K2Node_ComponentBoundEvent_58_DropDownOptionHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_colorOptions_K2Node_ComponentBoundEvent_58_DropDownOptionHovered__DelegateSignature::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_colorOptions_K2Node_ComponentBoundEvent_58_DropDownOptionHovered__DelegateSignature, HoveredItemString) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_colorOptions_K2Node_ComponentBoundEvent_58_DropDownOptionHovered__DelegateSignature::HoveredItemString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_drp_FontSize_K2Node_ComponentBoundEvent_60_DropDownOptionHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_drp_FontSize_K2Node_ComponentBoundEvent_60_DropDownOptionHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_drp_FontSize_K2Node_ComponentBoundEvent_60_DropDownOptionHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_drp_FontSize_K2Node_ComponentBoundEvent_60_DropDownOptionHovered__DelegateSignature) == 0x000018, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_drp_FontSize_K2Node_ComponentBoundEvent_60_DropDownOptionHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_drp_FontSize_K2Node_ComponentBoundEvent_60_DropDownOptionHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_drp_FontSize_K2Node_ComponentBoundEvent_60_DropDownOptionHovered__DelegateSignature::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_drp_FontSize_K2Node_ComponentBoundEvent_60_DropDownOptionHovered__DelegateSignature, HoveredItemString) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_drp_FontSize_K2Node_ComponentBoundEvent_60_DropDownOptionHovered__DelegateSignature::HoveredItemString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_61_MenuTextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_61_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_61_MenuTextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_61_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_61_MenuTextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_61_MenuTextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_61_MenuTextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_63_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_63_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_63_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_63_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_63_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_63_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_63_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_62_MenuTextButtonUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_62_MenuTextButtonUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_62_MenuTextButtonUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_62_MenuTextButtonUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_62_MenuTextButtonUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_62_MenuTextButtonUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_AudioCueLegend_K2Node_ComponentBoundEvent_62_MenuTextButtonUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_61_ToggleHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_61_ToggleHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_61_ToggleHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_61_ToggleHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_61_ToggleHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_61_ToggleHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_61_ToggleHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_64_ToggleUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_64_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_64_ToggleUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_64_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_64_ToggleUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_64_ToggleUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_64_ToggleUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_66_SettingsCheckmarkPressed__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_66_SettingsCheckmarkPressed__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_66_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_66_SettingsCheckmarkPressed__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_66_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_66_SettingsCheckmarkPressed__DelegateSignature, IsChecked) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_66_SettingsCheckmarkPressed__DelegateSignature::IsChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_66_SettingsCheckmarkPressed__DelegateSignature, Button) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReader_K2Node_ComponentBoundEvent_66_SettingsCheckmarkPressed__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_67_DropdownHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_67_DropdownHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_67_DropdownHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_67_DropdownHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_67_DropdownHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_67_DropdownHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_67_DropdownHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_69_DropDownOptionChanged__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_69_DropDownOptionChanged__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_69_DropDownOptionChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_69_DropDownOptionChanged__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_69_DropDownOptionChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_69_DropDownOptionChanged__DelegateSignature, NewOptionIndex) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_69_DropDownOptionChanged__DelegateSignature::NewOptionIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_69_DropDownOptionChanged__DelegateSignature, Button) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_69_DropDownOptionChanged__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_70_DropDownOptionHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_70_DropDownOptionHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_70_DropDownOptionHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_70_DropDownOptionHovered__DelegateSignature) == 0x000018, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_70_DropDownOptionHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_70_DropDownOptionHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_70_DropDownOptionHovered__DelegateSignature::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_70_DropDownOptionHovered__DelegateSignature, HoveredItemString) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVoice_K2Node_ComponentBoundEvent_70_DropDownOptionHovered__DelegateSignature::HoveredItemString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_71_SettingsSliderHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_71_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_71_SettingsSliderHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_71_SettingsSliderHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_71_SettingsSliderHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_71_SettingsSliderHovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_71_SettingsSliderHovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_72_SettingsSliderUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_72_SettingsSliderUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_72_SettingsSliderUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_72_SettingsSliderUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_72_SettingsSliderUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_72_SettingsSliderUnhovered__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_72_SettingsSliderUnhovered__DelegateSignature::SliderButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_73_SettingsSliderChanged__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_73_SettingsSliderChanged__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_73_SettingsSliderChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_73_SettingsSliderChanged__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_73_SettingsSliderChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_73_SettingsSliderChanged__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_73_SettingsSliderChanged__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_73_SettingsSliderChanged__DelegateSignature, NewValue) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_73_SettingsSliderChanged__DelegateSignature::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_74_SettingsSliderFinished__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_74_SettingsSliderFinished__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_74_SettingsSliderFinished__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_74_SettingsSliderFinished__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_74_SettingsSliderFinished__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_74_SettingsSliderFinished__DelegateSignature, SliderButton) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_74_SettingsSliderFinished__DelegateSignature::SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_74_SettingsSliderFinished__DelegateSignature, EndValue) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_MenuReaderVolume_K2Node_ComponentBoundEvent_74_SettingsSliderFinished__DelegateSignature::EndValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_OnLegendItemHoldEnd \ static_assert(alignof(UI_BP_Settings_Accessibility_C_OnLegendItemHoldEnd) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_OnLegendItemHoldEnd"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_OnLegendItemHoldEnd) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_OnLegendItemHoldEnd"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_OnLegendItemHoldEnd, LegendItem) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_OnLegendItemHoldEnd::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_OnLegendItemHoldEnd, HoldWasCompleted) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_OnLegendItemHoldEnd::HoldWasCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_AudioCueHelpPage_K2Node_ComponentBoundEvent_75_OnVisibilityChangedEvent__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_AudioCueHelpPage_K2Node_ComponentBoundEvent_75_OnVisibilityChangedEvent__DelegateSignature) == 0x000001, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_AudioCueHelpPage_K2Node_ComponentBoundEvent_75_OnVisibilityChangedEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_AudioCueHelpPage_K2Node_ComponentBoundEvent_75_OnVisibilityChangedEvent__DelegateSignature) == 0x000001, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_AudioCueHelpPage_K2Node_ComponentBoundEvent_75_OnVisibilityChangedEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_AudioCueHelpPage_K2Node_ComponentBoundEvent_75_OnVisibilityChangedEvent__DelegateSignature, InVisibility) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_AudioCueHelpPage_K2Node_ComponentBoundEvent_75_OnVisibilityChangedEvent__DelegateSignature::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_79_SettingsCheckmarkPressed__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_79_SettingsCheckmarkPressed__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_79_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_79_SettingsCheckmarkPressed__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_79_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_79_SettingsCheckmarkPressed__DelegateSignature, IsChecked) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_79_SettingsCheckmarkPressed__DelegateSignature::IsChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_79_SettingsCheckmarkPressed__DelegateSignature, Button) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_79_SettingsCheckmarkPressed__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_81_ToggleUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_81_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_81_ToggleUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_81_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_81_ToggleUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_81_ToggleUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_81_ToggleUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_80_ToggleHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_80_ToggleHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_80_ToggleHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_80_ToggleHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_80_ToggleHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_80_ToggleHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_spellCastMode_K2Node_ComponentBoundEvent_80_ToggleHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_38_SettingsCheckmarkPressed__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_38_SettingsCheckmarkPressed__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_38_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_38_SettingsCheckmarkPressed__DelegateSignature) == 0x000010, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_38_SettingsCheckmarkPressed__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_38_SettingsCheckmarkPressed__DelegateSignature, IsChecked) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_38_SettingsCheckmarkPressed__DelegateSignature::IsChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_38_SettingsCheckmarkPressed__DelegateSignature, Button) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_38_SettingsCheckmarkPressed__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_39_ToggleHovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_39_ToggleHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_39_ToggleHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_39_ToggleHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_39_ToggleHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_39_ToggleHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_39_ToggleHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_40_ToggleUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_40_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_40_ToggleUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_40_ToggleUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_40_ToggleUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_40_ToggleUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_BndEvt__UI_BP_Settings_Accessibility_btn_Arachnophobia_K2Node_ComponentBoundEvent_40_ToggleUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility \ static_assert(alignof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility) == 0x000658, "Wrong size on UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, EntryPoint) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000010, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_1) == 0x000018, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_17) == 0x000020, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_17' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_18) == 0x000028, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_18' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_19) == 0x000030, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_19' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_18) == 0x000038, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_18' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_17) == 0x000040, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_17' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_16) == 0x000048, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_16' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_2) == 0x000050, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_3) == 0x000058, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_15) == 0x000060, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_15' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_EndValue_6) == 0x000068, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_EndValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_14) == 0x000070, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_EndValue_5) == 0x000078, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_EndValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Conv_FloatToText_ReturnValue) == 0x000080, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_13) == 0x000098, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_EndValue_4) == 0x0000A0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_EndValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_12) == 0x0000A8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_EndValue_3) == 0x0000B0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_EndValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_FClamp_ReturnValue) == 0x0000B4, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x0000B8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_11) == 0x0000D0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_EndValue_2) == 0x0000D8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_EndValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_FClamp_ReturnValue_1) == 0x0000DC, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Conv_FloatToText_ReturnValue_2) == 0x0000E0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Conv_FloatToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_10) == 0x0000F8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_EndValue_1) == 0x000100, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_EndValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_isChecked_3) == 0x000104, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_isChecked_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_19) == 0x000108, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_19' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_FClamp_ReturnValue_2) == 0x000110, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Conv_FloatToText_ReturnValue_3) == 0x000118, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Conv_FloatToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_20) == 0x000130, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_20' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_21) == 0x000138, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_21' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_isChecked_4) == 0x000140, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_isChecked_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_22) == 0x000148, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_22' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_4) == 0x000150, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_5) == 0x000158, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_20) == 0x000160, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_20' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_21) == 0x000168, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_21' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_23) == 0x000170, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_23' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_24) == 0x000178, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_24' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_6) == 0x000180, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_isChecked_5) == 0x000188, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_isChecked_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_25) == 0x000190, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_25' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, Temp_bool_Has_Been_Initd_Variable) == 0x000198, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_26) == 0x0001A0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_26' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_27) == 0x0001A8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_27' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_9) == 0x0001B0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_NewValue_6) == 0x0001B8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_NewValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_8) == 0x0001C0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_NewValue_5) == 0x0001C8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_NewValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_7) == 0x0001D0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_NewValue_4) == 0x0001D8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_NewValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_6) == 0x0001E0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_NewValue_3) == 0x0001E8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_NewValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Conv_FloatToText_ReturnValue_4) == 0x0001F0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Conv_FloatToText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_FClamp_ReturnValue_3) == 0x000208, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_FClamp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Conv_FloatToText_ReturnValue_5) == 0x000210, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Conv_FloatToText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_5) == 0x000228, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_NewValue_2) == 0x000230, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_NewValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_FClamp_ReturnValue_4) == 0x000234, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_FClamp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_4) == 0x000238, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_NewValue_1) == 0x000240, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_NewValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Conv_FloatToText_ReturnValue_6) == 0x000248, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Conv_FloatToText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_FClamp_ReturnValue_5) == 0x000260, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_FClamp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Conv_FloatToText_ReturnValue_7) == 0x000268, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Conv_FloatToText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Lerp_ReturnValue) == 0x000280, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Conv_FloatToText_ReturnValue_8) == 0x000288, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Conv_FloatToText_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Lerp_ReturnValue_1) == 0x0002A0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Conv_FloatToText_ReturnValue_9) == 0x0002A8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Conv_FloatToText_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_28) == 0x0002C0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_28' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_7) == 0x0002C8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_8) == 0x0002D0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_NewOptionIndex_1) == 0x0002D8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_NewOptionIndex_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_29) == 0x0002E0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_29' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_isChecked_6) == 0x0002E8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_isChecked_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_30) == 0x0002F0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_30' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_22) == 0x0002F8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_22' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_23) == 0x000300, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_23' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_24) == 0x000308, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_24' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_31) == 0x000310, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_31' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_32) == 0x000318, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_32' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_25) == 0x000320, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_25' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_33) == 0x000328, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_33' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_34) == 0x000330, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_34' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_35) == 0x000338, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_35' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_36) == 0x000340, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_36' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_37) == 0x000348, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_37' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_38) == 0x000350, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_38' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_26) == 0x000358, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_26' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_27) == 0x000360, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_27' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_39) == 0x000368, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_39' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_16) == 0x000370, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_16' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_HoveredItemString_2) == 0x000378, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_HoveredItemString_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_15) == 0x000388, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_15' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_HoveredItemString_1) == 0x000390, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_HoveredItemString_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_9) == 0x0003A0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_10) == 0x0003A8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_11) == 0x0003B0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_14) == 0x0003B8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_13) == 0x0003C0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_12) == 0x0003C8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_11) == 0x0003D0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_10) == 0x0003D8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_isChecked_2) == 0x0003E0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_isChecked_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_9) == 0x0003E8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_8) == 0x0003F0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_NewOptionIndex) == 0x0003F8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_NewOptionIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_7) == 0x000400, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_6) == 0x000408, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_HoveredItemString) == 0x000410, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_HoveredItemString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_3) == 0x000420, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_2) == 0x000428, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton_1) == 0x000430, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_NewValue) == 0x000438, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_NewValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_SliderButton) == 0x000440, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_SliderButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_EndValue) == 0x000448, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_EndValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_12) == 0x000450, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Lerp_ReturnValue_2) == 0x000458, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00045C, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Lerp_ReturnValue_3) == 0x000460, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_FFloor_ReturnValue) == 0x000464, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000468, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Conv_IntToText_ReturnValue) == 0x000470, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_FFloor_ReturnValue_1) == 0x000488, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_FFloor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Conv_IntToText_ReturnValue_1) == 0x000490, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Conv_IntToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPlatformName_ReturnValue) == 0x0004A8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_SwitchString_CmpSuccess) == 0x0004B8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_13) == 0x0004C0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_14) == 0x0004C8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetMenuReaderEnabled_ReturnValue) == 0x0004D0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetMenuReaderEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x0004D1, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_15) == 0x0004D8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Lerp_ReturnValue_4) == 0x0004E0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Conv_FloatToText_ReturnValue_10) == 0x0004E8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Conv_FloatToText_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_16) == 0x000500, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Lerp_ReturnValue_5) == 0x000508, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Lerp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_17) == 0x000510, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Conv_FloatToText_ReturnValue_11) == 0x000518, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Conv_FloatToText_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_isChecked_7) == 0x000530, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_isChecked_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_40) == 0x000538, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_40' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_isChecked_8) == 0x000540, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_isChecked_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_41) == 0x000548, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_41' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_SelectInt_ReturnValue) == 0x000550, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_isChecked_9) == 0x000554, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_isChecked_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_42) == 0x000558, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_42' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_NewOptionIndex_2) == 0x000560, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_NewOptionIndex_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_43) == 0x000568, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_43' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_isChecked_10) == 0x000570, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_isChecked_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_44) == 0x000578, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_44' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_SwitchInteger_CmpSuccess) == 0x000580, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetUIManagerPure_ReturnValue) == 0x000588, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_ShowOkPopup_ReturnValue) == 0x000590, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_ShowOkPopup_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x000598, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_IsSteamRunningOnSteamDeck_ReturnValue) == 0x0005A0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_IsSteamRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_IsMenuReaderSupported_ReturnValue) == 0x0005A1, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_IsMenuReaderSupported_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_Not_PreBool_ReturnValue) == 0x0005A2, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_BooleanAND_ReturnValue) == 0x0005A3, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_Event_LegendItem) == 0x0005A8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_Event_LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_Event_HoldWasCompleted) == 0x0005B0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_Event_HoldWasCompleted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_18) == 0x0005B8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_Event_Parent) == 0x0005C0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_InVisibility) == 0x0005C8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_InVisibility' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_SwitchEnum_CmpSuccess) == 0x0005C9, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0005D0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_PlayAnimationForward_ReturnValue) == 0x0005D8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPlatformName_ReturnValue_1) == 0x0005E0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPlatformName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_NotEqual_StrStr_ReturnValue) == 0x0005F0, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_BooleanAND_ReturnValue_1) == 0x0005F1, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_isChecked_1) == 0x0005F2, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_isChecked_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_5) == 0x0005F8, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_4) == 0x000600, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_3) == 0x000608, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_19) == 0x000610, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_PostEventAtLocation_ReturnValue) == 0x000618, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00061C, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetGamepadSouthpaw_ReturnValue) == 0x000620, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetGamepadSouthpaw_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, Temp_bool_IsClosed_Variable) == 0x000621, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_SelectInt_ReturnValue_1) == 0x000624, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_isChecked) == 0x000628, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_isChecked' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_2) == 0x000630, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_20) == 0x000638, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, Temp_byte_Variable) == 0x000640, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, Temp_byte_Variable_1) == 0x000641, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_ComponentBoundEvent_Button_1) == 0x000648, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, Temp_bool_Variable) == 0x000650, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility, K2Node_Select_Default) == 0x000651, "Member 'UI_BP_Settings_Accessibility_C_ExecuteUbergraph_UI_BP_Settings_Accessibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Settings_Accessibility_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_Settings_Accessibility_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_Settings_Accessibility_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_Settings_Accessibility_C_GatherMenuReaderStrings) == 0x000050, "Wrong size on UI_BP_Settings_Accessibility_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_Settings_Accessibility_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_Settings_Accessibility_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_Settings_Accessibility_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_Settings_Accessibility_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_Settings_Accessibility_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Settings_Accessibility_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x000048, "Member 'UI_BP_Settings_Accessibility_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Settings_Accessibility_C \ static_assert(alignof(UUI_BP_Settings_Accessibility_C) == 0x000008, "Wrong alignment on UUI_BP_Settings_Accessibility_C"); \ static_assert(sizeof(UUI_BP_Settings_Accessibility_C) == 0x0005C0, "Wrong size on UUI_BP_Settings_Accessibility_C"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, UberGraphFrame) == 0x0003C8, "Member 'UUI_BP_Settings_Accessibility_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, FadeScrollBox) == 0x0003D0, "Member 'UUI_BP_Settings_Accessibility_C::FadeScrollBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, showDetails) == 0x0003D8, "Member 'UUI_BP_Settings_Accessibility_C::showDetails' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, accessibilityDetails) == 0x0003E0, "Member 'UUI_BP_Settings_Accessibility_C::accessibilityDetails' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, accessibilityScrollBox) == 0x0003E8, "Member 'UUI_BP_Settings_Accessibility_C::accessibilityScrollBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, AudioCueHelpPage) == 0x0003F0, "Member 'UUI_BP_Settings_Accessibility_C::AudioCueHelpPage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_aimMode) == 0x0003F8, "Member 'UUI_BP_Settings_Accessibility_C::btn_aimMode' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_Arachnophobia) == 0x000400, "Member 'UUI_BP_Settings_Accessibility_C::btn_Arachnophobia' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_AudioCueLegend) == 0x000408, "Member 'UUI_BP_Settings_Accessibility_C::btn_AudioCueLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_AudioCueOpacity) == 0x000410, "Member 'UUI_BP_Settings_Accessibility_C::btn_AudioCueOpacity' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_AudioCueScale) == 0x000418, "Member 'UUI_BP_Settings_Accessibility_C::btn_AudioCueScale' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_AudioVisualizer) == 0x000420, "Member 'UUI_BP_Settings_Accessibility_C::btn_AudioVisualizer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_cameraShake) == 0x000428, "Member 'UUI_BP_Settings_Accessibility_C::btn_cameraShake' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_cinematicCameraShake) == 0x000430, "Member 'UUI_BP_Settings_Accessibility_C::btn_cinematicCameraShake' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_colorOptions) == 0x000438, "Member 'UUI_BP_Settings_Accessibility_C::btn_colorOptions' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_cursorSensitivity) == 0x000440, "Member 'UUI_BP_Settings_Accessibility_C::btn_cursorSensitivity' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_deadzone) == 0x000448, "Member 'UUI_BP_Settings_Accessibility_C::btn_deadzone' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_GameHighContrast) == 0x000450, "Member 'UUI_BP_Settings_Accessibility_C::btn_GameHighContrast' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_MenuReader) == 0x000458, "Member 'UUI_BP_Settings_Accessibility_C::btn_MenuReader' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_MenuReaderVoice) == 0x000460, "Member 'UUI_BP_Settings_Accessibility_C::btn_MenuReaderVoice' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_MenuReaderVolume) == 0x000468, "Member 'UUI_BP_Settings_Accessibility_C::btn_MenuReaderVolume' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_MiniMapOpacity) == 0x000470, "Member 'UUI_BP_Settings_Accessibility_C::btn_MiniMapOpacity' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_PathLine) == 0x000478, "Member 'UUI_BP_Settings_Accessibility_C::btn_PathLine' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_southpaw) == 0x000480, "Member 'UUI_BP_Settings_Accessibility_C::btn_southpaw' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_spellCastMode) == 0x000488, "Member 'UUI_BP_Settings_Accessibility_C::btn_spellCastMode' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_switchSticks) == 0x000490, "Member 'UUI_BP_Settings_Accessibility_C::btn_switchSticks' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, btn_TextHighContrast) == 0x000498, "Member 'UUI_BP_Settings_Accessibility_C::btn_TextHighContrast' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, drp_FontSize) == 0x0004A0, "Member 'UUI_BP_Settings_Accessibility_C::drp_FontSize' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, CameraShakeChanged) == 0x0004A8, "Member 'UUI_BP_Settings_Accessibility_C::CameraShakeChanged' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, ToggleCinematicCameraShake) == 0x0004B8, "Member 'UUI_BP_Settings_Accessibility_C::ToggleCinematicCameraShake' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, ColorOptionsChanged) == 0x0004C8, "Member 'UUI_BP_Settings_Accessibility_C::ColorOptionsChanged' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, ToggleAimMode) == 0x0004D8, "Member 'UUI_BP_Settings_Accessibility_C::ToggleAimMode' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, ToggleTrackCurrentTarget) == 0x0004E8, "Member 'UUI_BP_Settings_Accessibility_C::ToggleTrackCurrentTarget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, ToggleSwitchInputSticks) == 0x0004F8, "Member 'UUI_BP_Settings_Accessibility_C::ToggleSwitchInputSticks' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, ToggleSouthpawControls) == 0x000508, "Member 'UUI_BP_Settings_Accessibility_C::ToggleSouthpawControls' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, CameraDeadzoneChanged) == 0x000518, "Member 'UUI_BP_Settings_Accessibility_C::CameraDeadzoneChanged' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, CursorSensitivityChanged) == 0x000528, "Member 'UUI_BP_Settings_Accessibility_C::CursorSensitivityChanged' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, MaxGamepadDeadzone) == 0x000538, "Member 'UUI_BP_Settings_Accessibility_C::MaxGamepadDeadzone' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, MinGamepadDeadzone) == 0x00053C, "Member 'UUI_BP_Settings_Accessibility_C::MinGamepadDeadzone' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, MaxCameraShake) == 0x000540, "Member 'UUI_BP_Settings_Accessibility_C::MaxCameraShake' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, MinCameraShake) == 0x000544, "Member 'UUI_BP_Settings_Accessibility_C::MinCameraShake' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, ContrastMode) == 0x000548, "Member 'UUI_BP_Settings_Accessibility_C::ContrastMode' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, isButtonHovered) == 0x000558, "Member 'UUI_BP_Settings_Accessibility_C::isButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, isDetailsShowing) == 0x000559, "Member 'UUI_BP_Settings_Accessibility_C::isDetailsShowing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, CurrentHoverTime) == 0x00055C, "Member 'UUI_BP_Settings_Accessibility_C::CurrentHoverTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, RequiredHoverTime) == 0x000560, "Member 'UUI_BP_Settings_Accessibility_C::RequiredHoverTime' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, TooltipDescription) == 0x000568, "Member 'UUI_BP_Settings_Accessibility_C::TooltipDescription' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, MaxMiniMapOpacity) == 0x000578, "Member 'UUI_BP_Settings_Accessibility_C::MaxMiniMapOpacity' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, MinMiniMapOpacity) == 0x00057C, "Member 'UUI_BP_Settings_Accessibility_C::MinMiniMapOpacity' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, MaxAudioCueOpacity) == 0x000580, "Member 'UUI_BP_Settings_Accessibility_C::MaxAudioCueOpacity' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, MinAudioCueOpacity) == 0x000584, "Member 'UUI_BP_Settings_Accessibility_C::MinAudioCueOpacity' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, MaxAudioCueScale) == 0x000588, "Member 'UUI_BP_Settings_Accessibility_C::MaxAudioCueScale' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, MinAudioCueScale) == 0x00058C, "Member 'UUI_BP_Settings_Accessibility_C::MinAudioCueScale' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, MaxMenuReaderVolume) == 0x000590, "Member 'UUI_BP_Settings_Accessibility_C::MaxMenuReaderVolume' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, MinMenuReaderVolume) == 0x000594, "Member 'UUI_BP_Settings_Accessibility_C::MinMenuReaderVolume' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, CachedMenuReaderVoices) == 0x000598, "Member 'UUI_BP_Settings_Accessibility_C::CachedMenuReaderVoices' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, IsInFirstFlow) == 0x0005A8, "Member 'UUI_BP_Settings_Accessibility_C::IsInFirstFlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Settings_Accessibility_C, OnMenuReaderSettingToggled) == 0x0005B0, "Member 'UUI_BP_Settings_Accessibility_C::OnMenuReaderSettingToggled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_ConfrigoPrepLEDEffect_C \ static_assert(alignof(UBP_ConfrigoPrepLEDEffect_C) == 0x000008, "Wrong alignment on UBP_ConfrigoPrepLEDEffect_C"); \ static_assert(sizeof(UBP_ConfrigoPrepLEDEffect_C) == 0x000048, "Wrong size on UBP_ConfrigoPrepLEDEffect_C"); \ #define DUMPER7_ASSERTS_UABL_ProtegoParry_AOE_C \ static_assert(alignof(UABL_ProtegoParry_AOE_C) == 0x000008, "Wrong alignment on UABL_ProtegoParry_AOE_C"); \ static_assert(sizeof(UABL_ProtegoParry_AOE_C) == 0x0000C8, "Wrong size on UABL_ProtegoParry_AOE_C"); \ #define DUMPER7_ASSERTS_UI_BP_SavingIcon_C_StopLoopingSave \ static_assert(alignof(UI_BP_SavingIcon_C_StopLoopingSave) == 0x000008, "Wrong alignment on UI_BP_SavingIcon_C_StopLoopingSave"); \ static_assert(sizeof(UI_BP_SavingIcon_C_StopLoopingSave) == 0x000008, "Wrong size on UI_BP_SavingIcon_C_StopLoopingSave"); \ static_assert(offsetof(UI_BP_SavingIcon_C_StopLoopingSave, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_SavingIcon_C_StopLoopingSave::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SavingIcon_C_HideSave \ static_assert(alignof(UI_BP_SavingIcon_C_HideSave) == 0x000008, "Wrong alignment on UI_BP_SavingIcon_C_HideSave"); \ static_assert(sizeof(UI_BP_SavingIcon_C_HideSave) == 0x000008, "Wrong size on UI_BP_SavingIcon_C_HideSave"); \ static_assert(offsetof(UI_BP_SavingIcon_C_HideSave, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_SavingIcon_C_HideSave::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SavingIcon_C_ShowSave \ static_assert(alignof(UI_BP_SavingIcon_C_ShowSave) == 0x000008, "Wrong alignment on UI_BP_SavingIcon_C_ShowSave"); \ static_assert(sizeof(UI_BP_SavingIcon_C_ShowSave) == 0x000008, "Wrong size on UI_BP_SavingIcon_C_ShowSave"); \ static_assert(offsetof(UI_BP_SavingIcon_C_ShowSave, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_SavingIcon_C_ShowSave::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SavingIcon_C_ExecuteUbergraph_UI_BP_SavingIcon \ static_assert(alignof(UI_BP_SavingIcon_C_ExecuteUbergraph_UI_BP_SavingIcon) == 0x000004, "Wrong alignment on UI_BP_SavingIcon_C_ExecuteUbergraph_UI_BP_SavingIcon"); \ static_assert(sizeof(UI_BP_SavingIcon_C_ExecuteUbergraph_UI_BP_SavingIcon) == 0x000008, "Wrong size on UI_BP_SavingIcon_C_ExecuteUbergraph_UI_BP_SavingIcon"); \ static_assert(offsetof(UI_BP_SavingIcon_C_ExecuteUbergraph_UI_BP_SavingIcon, EntryPoint) == 0x000000, "Member 'UI_BP_SavingIcon_C_ExecuteUbergraph_UI_BP_SavingIcon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SavingIcon_C_ExecuteUbergraph_UI_BP_SavingIcon, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'UI_BP_SavingIcon_C_ExecuteUbergraph_UI_BP_SavingIcon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_SavingIcon_C \ static_assert(alignof(UUI_BP_SavingIcon_C) == 0x000008, "Wrong alignment on UUI_BP_SavingIcon_C"); \ static_assert(sizeof(UUI_BP_SavingIcon_C) == 0x000310, "Wrong size on UUI_BP_SavingIcon_C"); \ static_assert(offsetof(UUI_BP_SavingIcon_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_SavingIcon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavingIcon_C, hideAutoSave) == 0x0002F0, "Member 'UUI_BP_SavingIcon_C::hideAutoSave' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavingIcon_C, showAutoSave) == 0x0002F8, "Member 'UUI_BP_SavingIcon_C::showAutoSave' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavingIcon_C, Houses) == 0x000300, "Member 'UUI_BP_SavingIcon_C::Houses' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SavingIcon_C, UseManualHide) == 0x000308, "Member 'UUI_BP_SavingIcon_C::UseManualHide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation \ static_assert(alignof(FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation) == 0x000008, "Wrong alignment on FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation"); \ static_assert(sizeof(FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation) == 0x000060, "Wrong size on FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation, TargetActor) == 0x000000, "Member 'FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation::TargetActor' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation, TargetWorldLocation) == 0x000008, "Member 'FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation::TargetWorldLocation' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation, TimeUntilTeleport) == 0x000014, "Member 'FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation::TimeUntilTeleport' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation, __WorldContext) == 0x000018, "Member 'FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation, Behavior) == 0x000020, "Member 'FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation::Behavior' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation, CallFunc_GetCameraStackActorForTarget_ReturnValue) == 0x000028, "Member 'FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation::CallFunc_GetCameraStackActorForTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation, CallFunc_GetBehaviors_ReturnValue) == 0x000030, "Member 'FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation::CallFunc_GetBehaviors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation, CallFunc_GetBehaviourWithType_ReturnValue) == 0x000040, "Member 'FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation::CallFunc_GetBehaviourWithType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation, CallFunc_CreateNonCoreBehavior_ReturnValue) == 0x000048, "Member 'FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation::CallFunc_CreateNonCoreBehavior_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation, K2Node_DynamicCast_AsSet_Target_World_Location) == 0x000050, "Member 'FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation::K2Node_DynamicCast_AsSet_Target_World_Location' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation, CallFunc_InsertBeforeBehavior_ReturnValue) == 0x000059, "Member 'FL_PhoenixCameraBPLibrary_C_CameraMoveToFutureTeleportLocation::CallFunc_InsertBeforeBehavior_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior \ static_assert(alignof(FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior) == 0x000008, "Wrong alignment on FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior"); \ static_assert(sizeof(FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior) == 0x000038, "Wrong size on FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior, TargetActor) == 0x000000, "Member 'FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior::TargetActor' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior, Behavior) == 0x000008, "Member 'FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior::Behavior' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior, BlendOutDuration) == 0x000010, "Member 'FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior, __WorldContext) == 0x000018, "Member 'FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior, CallFunc_GetCameraStackActorForTarget_ReturnValue) == 0x000020, "Member 'FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior::CallFunc_GetCameraStackActorForTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior, CallFunc_GetBehaviors_ReturnValue) == 0x000028, "Member 'FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior::CallFunc_GetBehaviors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior, CallFunc_RemoveBehavior_ReturnValue) == 0x000031, "Member 'FL_PhoenixCameraBPLibrary_C_CameraRemoveBehavior::CallFunc_RemoveBehavior_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport \ static_assert(alignof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport) == 0x000008, "Wrong alignment on FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport"); \ static_assert(sizeof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport) == 0x000068, "Wrong size on FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport, TargetActor) == 0x000000, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport::TargetActor' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport, Duration) == 0x000008, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport::Duration' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport, __WorldContext) == 0x000010, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport, CallFunc_GetCameraStackActorForTarget_ReturnValue) == 0x000018, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport::CallFunc_GetCameraStackActorForTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport, CallFunc_CreateNonCoreBehavior_ReturnValue) == 0x000030, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport::CallFunc_CreateNonCoreBehavior_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport, K2Node_DynamicCast_AsSet_Target_World_Location) == 0x000038, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport::K2Node_DynamicCast_AsSet_Target_World_Location' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport, CallFunc_GetBehaviors_ReturnValue) == 0x000048, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport::CallFunc_GetBehaviors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport, CallFunc_RemoveBehavior_ReturnValue) == 0x000050, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport::CallFunc_RemoveBehavior_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport, CallFunc_GetBehaviourWithType_ReturnValue) == 0x000058, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport::CallFunc_GetBehaviourWithType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport, CallFunc_InsertBeforeBehavior_ReturnValue) == 0x000060, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutTeleport::CallFunc_InsertBeforeBehavior_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop \ static_assert(alignof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop) == 0x000008, "Wrong alignment on FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop"); \ static_assert(sizeof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop) == 0x000040, "Wrong size on FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop, TargetActor) == 0x000000, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop::TargetActor' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop, Duration) == 0x000008, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop::Duration' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop, __WorldContext) == 0x000010, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop, CallFunc_GetCameraStackActorForTarget_ReturnValue) == 0x000018, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop::CallFunc_GetCameraStackActorForTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop, CallFunc_GetBehaviors_ReturnValue) == 0x000020, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop::CallFunc_GetBehaviors_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop, CallFunc_CreateNonCoreBehavior_ReturnValue) == 0x000030, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop::CallFunc_CreateNonCoreBehavior_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop, CallFunc_RemoveBehavior_ReturnValue) == 0x000038, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop::CallFunc_RemoveBehavior_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop, CallFunc_AddBehavior_ReturnValue) == 0x000039, "Member 'FL_PhoenixCameraBPLibrary_C_CameraSmoothOutDetachPop::CallFunc_AddBehavior_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFL_PhoenixCameraBPLibrary_C \ static_assert(alignof(UFL_PhoenixCameraBPLibrary_C) == 0x000008, "Wrong alignment on UFL_PhoenixCameraBPLibrary_C"); \ static_assert(sizeof(UFL_PhoenixCameraBPLibrary_C) == 0x000028, "Wrong size on UFL_PhoenixCameraBPLibrary_C"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_AcceptClicked \ static_assert(alignof(UI_BP_EULA_C_AcceptClicked) == 0x000008, "Wrong alignment on UI_BP_EULA_C_AcceptClicked"); \ static_assert(sizeof(UI_BP_EULA_C_AcceptClicked) == 0x000010, "Wrong size on UI_BP_EULA_C_AcceptClicked"); \ static_assert(offsetof(UI_BP_EULA_C_AcceptClicked, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_EULA_C_AcceptClicked::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_AcceptClicked, CallFunc_GetPhoenixGameInstance_ReturnValue) == 0x000008, "Member 'UI_BP_EULA_C_AcceptClicked::CallFunc_GetPhoenixGameInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_UpdateButtonTexts \ static_assert(alignof(UI_BP_EULA_C_UpdateButtonTexts) == 0x000001, "Wrong alignment on UI_BP_EULA_C_UpdateButtonTexts"); \ static_assert(sizeof(UI_BP_EULA_C_UpdateButtonTexts) == 0x000002, "Wrong size on UI_BP_EULA_C_UpdateButtonTexts"); \ static_assert(offsetof(UI_BP_EULA_C_UpdateButtonTexts, CallFunc_GetUIPlatformInputDevice_ReturnValue) == 0x000000, "Member 'UI_BP_EULA_C_UpdateButtonTexts::CallFunc_GetUIPlatformInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_UpdateButtonTexts, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'UI_BP_EULA_C_UpdateButtonTexts::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_EULA_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_EULA_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_EULA_C_BlueprintOnUMGInputAction) == 0x000040, "Wrong size on UI_BP_EULA_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, CallFunc_GetCountryCode_ReturnValue) == 0x000008, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::CallFunc_GetCountryCode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000018, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000019, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, CallFunc_GetUIPlatformInputDevice_ReturnValue) == 0x00001A, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::CallFunc_GetUIPlatformInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00001C, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000020, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000024, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x000028, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_4) == 0x00002C, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, CallFunc_GetUIManagerPure_ReturnValue) == 0x000030, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, CallFunc_IsMenuReaderEnabled_ReturnValue) == 0x000038, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::CallFunc_IsMenuReaderEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000039, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00003A, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00003B, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x00003C, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x00003D, "Member 'UI_BP_EULA_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_BndEvt__accept_K2Node_ComponentBoundEvent_0_HYDRATextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_EULA_C_BndEvt__accept_K2Node_ComponentBoundEvent_0_HYDRATextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_EULA_C_BndEvt__accept_K2Node_ComponentBoundEvent_0_HYDRATextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_EULA_C_BndEvt__accept_K2Node_ComponentBoundEvent_0_HYDRATextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_EULA_C_BndEvt__accept_K2Node_ComponentBoundEvent_0_HYDRATextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_EULA_C_BndEvt__accept_K2Node_ComponentBoundEvent_0_HYDRATextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_EULA_C_BndEvt__accept_K2Node_ComponentBoundEvent_0_HYDRATextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_BndEvt__termsOfService_K2Node_ComponentBoundEvent_1_HYDRATextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_EULA_C_BndEvt__termsOfService_K2Node_ComponentBoundEvent_1_HYDRATextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_EULA_C_BndEvt__termsOfService_K2Node_ComponentBoundEvent_1_HYDRATextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_EULA_C_BndEvt__termsOfService_K2Node_ComponentBoundEvent_1_HYDRATextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_EULA_C_BndEvt__termsOfService_K2Node_ComponentBoundEvent_1_HYDRATextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_EULA_C_BndEvt__termsOfService_K2Node_ComponentBoundEvent_1_HYDRATextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_EULA_C_BndEvt__termsOfService_K2Node_ComponentBoundEvent_1_HYDRATextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_BndEvt__privacyPolicy_K2Node_ComponentBoundEvent_2_HYDRATextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_EULA_C_BndEvt__privacyPolicy_K2Node_ComponentBoundEvent_2_HYDRATextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_EULA_C_BndEvt__privacyPolicy_K2Node_ComponentBoundEvent_2_HYDRATextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_EULA_C_BndEvt__privacyPolicy_K2Node_ComponentBoundEvent_2_HYDRATextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_EULA_C_BndEvt__privacyPolicy_K2Node_ComponentBoundEvent_2_HYDRATextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_EULA_C_BndEvt__privacyPolicy_K2Node_ComponentBoundEvent_2_HYDRATextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_EULA_C_BndEvt__privacyPolicy_K2Node_ComponentBoundEvent_2_HYDRATextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_OnOutroStarted \ static_assert(alignof(UI_BP_EULA_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_EULA_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_EULA_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_EULA_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_EULA_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_EULA_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_EULA_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_OnOutroEnded \ static_assert(alignof(UI_BP_EULA_C_OnOutroEnded) == 0x000004, "Wrong alignment on UI_BP_EULA_C_OnOutroEnded"); \ static_assert(sizeof(UI_BP_EULA_C_OnOutroEnded) == 0x000004, "Wrong size on UI_BP_EULA_C_OnOutroEnded"); \ static_assert(offsetof(UI_BP_EULA_C_OnOutroEnded, OutroType) == 0x000000, "Member 'UI_BP_EULA_C_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_EULALoaded \ static_assert(alignof(UI_BP_EULA_C_EULALoaded) == 0x000008, "Wrong alignment on UI_BP_EULA_C_EULALoaded"); \ static_assert(sizeof(UI_BP_EULA_C_EULALoaded) == 0x000008, "Wrong size on UI_BP_EULA_C_EULALoaded"); \ static_assert(offsetof(UI_BP_EULA_C_EULALoaded, Caller) == 0x000000, "Member 'UI_BP_EULA_C_EULALoaded::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_RefreshButtonCallouts \ static_assert(alignof(UI_BP_EULA_C_RefreshButtonCallouts) == 0x000008, "Wrong alignment on UI_BP_EULA_C_RefreshButtonCallouts"); \ static_assert(sizeof(UI_BP_EULA_C_RefreshButtonCallouts) == 0x000008, "Wrong size on UI_BP_EULA_C_RefreshButtonCallouts"); \ static_assert(offsetof(UI_BP_EULA_C_RefreshButtonCallouts, Caller) == 0x000000, "Member 'UI_BP_EULA_C_RefreshButtonCallouts::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_BndEvt__UI_BP_EULA_accept_K2Node_ComponentBoundEvent_3_HYDRATextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_accept_K2Node_ComponentBoundEvent_3_HYDRATextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_EULA_C_BndEvt__UI_BP_EULA_accept_K2Node_ComponentBoundEvent_3_HYDRATextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_accept_K2Node_ComponentBoundEvent_3_HYDRATextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_EULA_C_BndEvt__UI_BP_EULA_accept_K2Node_ComponentBoundEvent_3_HYDRATextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_accept_K2Node_ComponentBoundEvent_3_HYDRATextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_EULA_C_BndEvt__UI_BP_EULA_accept_K2Node_ComponentBoundEvent_3_HYDRATextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_BndEvt__UI_BP_EULA_termsOfService_K2Node_ComponentBoundEvent_4_HYDRATextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_termsOfService_K2Node_ComponentBoundEvent_4_HYDRATextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_EULA_C_BndEvt__UI_BP_EULA_termsOfService_K2Node_ComponentBoundEvent_4_HYDRATextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_termsOfService_K2Node_ComponentBoundEvent_4_HYDRATextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_EULA_C_BndEvt__UI_BP_EULA_termsOfService_K2Node_ComponentBoundEvent_4_HYDRATextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_termsOfService_K2Node_ComponentBoundEvent_4_HYDRATextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_EULA_C_BndEvt__UI_BP_EULA_termsOfService_K2Node_ComponentBoundEvent_4_HYDRATextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_BndEvt__UI_BP_EULA_privacyPolicy_K2Node_ComponentBoundEvent_5_HYDRATextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_privacyPolicy_K2Node_ComponentBoundEvent_5_HYDRATextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_EULA_C_BndEvt__UI_BP_EULA_privacyPolicy_K2Node_ComponentBoundEvent_5_HYDRATextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_privacyPolicy_K2Node_ComponentBoundEvent_5_HYDRATextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_EULA_C_BndEvt__UI_BP_EULA_privacyPolicy_K2Node_ComponentBoundEvent_5_HYDRATextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_privacyPolicy_K2Node_ComponentBoundEvent_5_HYDRATextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_EULA_C_BndEvt__UI_BP_EULA_privacyPolicy_K2Node_ComponentBoundEvent_5_HYDRATextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_BndEvt__UI_BP_EULA_ReadEULA_K2Node_ComponentBoundEvent_6_HYDRATextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_ReadEULA_K2Node_ComponentBoundEvent_6_HYDRATextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_EULA_C_BndEvt__UI_BP_EULA_ReadEULA_K2Node_ComponentBoundEvent_6_HYDRATextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_ReadEULA_K2Node_ComponentBoundEvent_6_HYDRATextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_EULA_C_BndEvt__UI_BP_EULA_ReadEULA_K2Node_ComponentBoundEvent_6_HYDRATextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_ReadEULA_K2Node_ComponentBoundEvent_6_HYDRATextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_EULA_C_BndEvt__UI_BP_EULA_ReadEULA_K2Node_ComponentBoundEvent_6_HYDRATextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_BndEvt__UI_BP_EULA_ReadEULA_K2Node_ComponentBoundEvent_7_HYDRATextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_ReadEULA_K2Node_ComponentBoundEvent_7_HYDRATextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_EULA_C_BndEvt__UI_BP_EULA_ReadEULA_K2Node_ComponentBoundEvent_7_HYDRATextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_ReadEULA_K2Node_ComponentBoundEvent_7_HYDRATextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_EULA_C_BndEvt__UI_BP_EULA_ReadEULA_K2Node_ComponentBoundEvent_7_HYDRATextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_ReadEULA_K2Node_ComponentBoundEvent_7_HYDRATextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_EULA_C_BndEvt__UI_BP_EULA_ReadEULA_K2Node_ComponentBoundEvent_7_HYDRATextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_ExternalConfigUpdated \ static_assert(alignof(UI_BP_EULA_C_ExternalConfigUpdated) == 0x000008, "Wrong alignment on UI_BP_EULA_C_ExternalConfigUpdated"); \ static_assert(sizeof(UI_BP_EULA_C_ExternalConfigUpdated) == 0x000008, "Wrong size on UI_BP_EULA_C_ExternalConfigUpdated"); \ static_assert(offsetof(UI_BP_EULA_C_ExternalConfigUpdated, Caller) == 0x000000, "Member 'UI_BP_EULA_C_ExternalConfigUpdated::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_UserProfileChange \ static_assert(alignof(UI_BP_EULA_C_UserProfileChange) == 0x000008, "Wrong alignment on UI_BP_EULA_C_UserProfileChange"); \ static_assert(sizeof(UI_BP_EULA_C_UserProfileChange) == 0x000018, "Wrong size on UI_BP_EULA_C_UserProfileChange"); \ static_assert(offsetof(UI_BP_EULA_C_UserProfileChange, Caller) == 0x000000, "Member 'UI_BP_EULA_C_UserProfileChange::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_UserProfileChange, String) == 0x000008, "Member 'UI_BP_EULA_C_UserProfileChange::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_BndEvt__UI_BP_EULA_doNotSell_K2Node_ComponentBoundEvent_8_HYDRATextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_doNotSell_K2Node_ComponentBoundEvent_8_HYDRATextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_EULA_C_BndEvt__UI_BP_EULA_doNotSell_K2Node_ComponentBoundEvent_8_HYDRATextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_doNotSell_K2Node_ComponentBoundEvent_8_HYDRATextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_EULA_C_BndEvt__UI_BP_EULA_doNotSell_K2Node_ComponentBoundEvent_8_HYDRATextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_doNotSell_K2Node_ComponentBoundEvent_8_HYDRATextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_EULA_C_BndEvt__UI_BP_EULA_doNotSell_K2Node_ComponentBoundEvent_8_HYDRATextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_BndEvt__UI_BP_EULA_doNotSell_K2Node_ComponentBoundEvent_10_HYDRATextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_doNotSell_K2Node_ComponentBoundEvent_10_HYDRATextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_EULA_C_BndEvt__UI_BP_EULA_doNotSell_K2Node_ComponentBoundEvent_10_HYDRATextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_doNotSell_K2Node_ComponentBoundEvent_10_HYDRATextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_EULA_C_BndEvt__UI_BP_EULA_doNotSell_K2Node_ComponentBoundEvent_10_HYDRATextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_EULA_C_BndEvt__UI_BP_EULA_doNotSell_K2Node_ComponentBoundEvent_10_HYDRATextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_EULA_C_BndEvt__UI_BP_EULA_doNotSell_K2Node_ComponentBoundEvent_10_HYDRATextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA \ static_assert(alignof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA) == 0x000008, "Wrong alignment on UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA"); \ static_assert(sizeof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA) == 0x000368, "Wrong size on UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, EntryPoint) == 0x000000, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, Temp_byte_Variable) == 0x000004, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, Temp_byte_Variable_1) == 0x000005, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, Temp_bool_Variable) == 0x000006, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, Temp_byte_Variable_2) == 0x000007, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, Temp_byte_Variable_3) == 0x000008, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_ComponentBoundEvent_Button_9) == 0x000010, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_ComponentBoundEvent_Button_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_ComponentBoundEvent_Button_8) == 0x000018, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_ComponentBoundEvent_Button_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_ComponentBoundEvent_Button_7) == 0x000020, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_Event_OutroType_1) == 0x000028, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_Event_OutroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_Event_OutroDuration) == 0x00002C, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_Get_ReturnValue) == 0x000038, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_PlayAnimation_ReturnValue) == 0x000040, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_GetExternalConfig_ReturnValue) == 0x000048, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_GetExternalConfig_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_GetExternalConfig_ReturnValue_1) == 0x000058, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_GetExternalConfig_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_IsEmpty_ReturnValue) == 0x000068, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_IsEmpty_ReturnValue_1) == 0x000069, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_IsEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_GetExternalConfig_ReturnValue_2) == 0x000070, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_GetExternalConfig_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_GetProfileName_ProfileName) == 0x000080, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_GetProfileName_ProfileName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_Conv_StringToText_ReturnValue) == 0x000090, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_IsEmpty_ReturnValue_2) == 0x0000A8, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_IsEmpty_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_GetEULA_ReturnValue) == 0x0000B0, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_GetEULA_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_TextIsEmpty_ReturnValue) == 0x0000C8, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_Event_OutroType) == 0x0000CC, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_CustomEvent_Caller_3) == 0x0000D0, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_Get_ReturnValue_1) == 0x0000D8, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_GetEULA_ReturnValue_1) == 0x0000E0, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_GetEULA_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_TextIsEmpty_ReturnValue_1) == 0x0000F8, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, Temp_bool_Variable_1) == 0x0000F9, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_GetPlatformName_ReturnValue) == 0x000100, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_SwitchString_CmpSuccess) == 0x000110, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_Concat_StrStr_ReturnValue) == 0x000118, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_Get_ReturnValue_2) == 0x000128, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_CustomEvent_Caller_2) == 0x000130, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_GetCountryCode_ReturnValue) == 0x000138, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_GetCountryCode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_ComponentBoundEvent_Button_6) == 0x000148, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000150, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_ComponentBoundEvent_Button_5) == 0x000158, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_Select_Default) == 0x000160, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_ComponentBoundEvent_Button_4) == 0x000168, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_GetUIManagerPure_ReturnValue) == 0x000170, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_ComponentBoundEvent_Button_3) == 0x000178, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_IsMenuReaderEnabled_ReturnValue) == 0x000180, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_IsMenuReaderEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_ComponentBoundEvent_Button_2) == 0x000188, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_Select_Default_1) == 0x000190, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_CustomEvent_Caller_1) == 0x000198, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_GetIsEnabled_ReturnValue) == 0x0001A0, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_SelectInt_ReturnValue) == 0x0001A4, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_Get_ReturnValue_3) == 0x0001A8, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_GetExternalConfig_ReturnValue_3) == 0x0001B0, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_GetExternalConfig_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_GetExternalConfig_ReturnValue_4) == 0x0001C0, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_GetExternalConfig_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_IsEmpty_ReturnValue_3) == 0x0001D0, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_IsEmpty_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_IsEmpty_ReturnValue_4) == 0x0001D1, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_IsEmpty_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_GetExternalConfig_ReturnValue_5) == 0x0001D8, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_GetExternalConfig_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_CreateDelegate_OutputDelegate) == 0x0001E8, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_HermesBindEvent_Handle) == 0x0001F8, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_IsEmpty_ReturnValue_5) == 0x000208, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_IsEmpty_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_CreateDelegate_OutputDelegate_1) == 0x00020C, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_HermesBindEvent_Handle_1) == 0x000220, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_PostEventAtLocation_ReturnValue) == 0x000230, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_CreateDelegate_OutputDelegate_2) == 0x000234, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_CustomEvent_Caller) == 0x000248, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_CustomEvent_String) == 0x000250, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_CustomEvent_String' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_HermesBindFString_Handle) == 0x000260, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_HermesBindFString_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000270, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_Get_ReturnValue_4) == 0x000288, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_Get_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_GetBuildNumber_ReturnValue) == 0x000290, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_GetBuildNumber_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0002A0, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_AVATranslate_ReturnValue) == 0x0002B8, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_MakeStruct_FormatArgumentData) == 0x0002D0, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_MakeArray_Array) == 0x000310, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_CreateDelegate_OutputDelegate_3) == 0x000320, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_Format_ReturnValue) == 0x000330, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, CallFunc_HermesBindEvent_Handle_2) == 0x000348, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_ComponentBoundEvent_Button_1) == 0x000358, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA, K2Node_ComponentBoundEvent_Button) == 0x000360, "Member 'UI_BP_EULA_C_ExecuteUbergraph_UI_BP_EULA::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_EULA_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_EULA_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_EULA_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_EULA_C_GatherMenuReaderStrings) == 0x000108, "Wrong size on UI_BP_EULA_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x000048, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_3) == 0x000058, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000068, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000080, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, CallFunc_GetCountryCode_ReturnValue) == 0x000090, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::CallFunc_GetCountryCode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x0000A0, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000A4, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x0000A5, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_4) == 0x0000A8, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_5) == 0x0000B8, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_6) == 0x0000C8, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x0000D8, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000F0, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_EULA_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000100, "Member 'UI_BP_EULA_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_EULA_C \ static_assert(alignof(UUI_BP_EULA_C) == 0x000008, "Wrong alignment on UUI_BP_EULA_C"); \ static_assert(sizeof(UUI_BP_EULA_C) == 0x000410, "Wrong size on UUI_BP_EULA_C"); \ static_assert(offsetof(UUI_BP_EULA_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_EULA_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, FadeOut) == 0x000330, "Member 'UUI_BP_EULA_C::FadeOut' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, accept) == 0x000338, "Member 'UUI_BP_EULA_C::accept' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, AcceptText) == 0x000340, "Member 'UUI_BP_EULA_C::AcceptText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, BuildVersion) == 0x000348, "Member 'UUI_BP_EULA_C::BuildVersion' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, doNotSell) == 0x000350, "Member 'UUI_BP_EULA_C::doNotSell' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, EULAscrollBox) == 0x000358, "Member 'UUI_BP_EULA_C::EULAscrollBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, Hydra_ID) == 0x000360, "Member 'UUI_BP_EULA_C::Hydra_ID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, LegendBar) == 0x000368, "Member 'UUI_BP_EULA_C::LegendBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, mainBodyText) == 0x000370, "Member 'UUI_BP_EULA_C::mainBodyText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, PrivacyPolicy) == 0x000378, "Member 'UUI_BP_EULA_C::PrivacyPolicy' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, ProfileName) == 0x000380, "Member 'UUI_BP_EULA_C::ProfileName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, ReadEULA) == 0x000388, "Member 'UUI_BP_EULA_C::ReadEULA' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, termsOfService) == 0x000390, "Member 'UUI_BP_EULA_C::termsOfService' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, ScrollBuffer) == 0x000398, "Member 'UUI_BP_EULA_C::ScrollBuffer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, ppLink) == 0x0003A0, "Member 'UUI_BP_EULA_C::ppLink' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, tosLink) == 0x0003B0, "Member 'UUI_BP_EULA_C::tosLink' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, AcceptedEULA) == 0x0003C0, "Member 'UUI_BP_EULA_C::AcceptedEULA' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, StandAloneMode) == 0x0003C1, "Member 'UUI_BP_EULA_C::StandAloneMode' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, EulaAccepted) == 0x0003C8, "Member 'UUI_BP_EULA_C::EulaAccepted' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, IsOnScreen) == 0x0003D8, "Member 'UUI_BP_EULA_C::IsOnScreen' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, tosPlatform) == 0x0003E0, "Member 'UUI_BP_EULA_C::tosPlatform' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, doNotSellLink) == 0x0003F0, "Member 'UUI_BP_EULA_C::doNotSellLink' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_EULA_C, CurrentEulaAccepted) == 0x000400, "Member 'UUI_BP_EULA_C::CurrentEulaAccepted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData \ static_assert(alignof(UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData) == 0x000008, "Wrong alignment on UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData"); \ static_assert(sizeof(UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData) == 0x000080, "Wrong size on UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData, CallFunc_Conv_StringToText_ReturnValue) == 0x000008, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData, CallFunc_BreakVector2D_X) == 0x000020, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData, CallFunc_BreakVector2D_Y) == 0x000024, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData, CallFunc_FTrunc_ReturnValue) == 0x000028, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000030, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData, CallFunc_FTrunc_ReturnValue_1) == 0x000048, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData, CallFunc_Get_ReturnValue) == 0x000050, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData, CallFunc_GetWBPNQRCode_ReturnValue) == 0x000058, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData::CallFunc_GetWBPNQRCode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData, CallFunc_GetWBPNShortcode_ReturnValue) == 0x000060, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData::CallFunc_GetWBPNShortcode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData, CallFunc_GetWBPNUnlink_ReturnValue) == 0x000070, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdateUnlinkData::CallFunc_GetWBPNUnlink_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PopUpLinkingAcounts_C_UpdatePopupData \ static_assert(alignof(UI_BP_PopUpLinkingAcounts_C_UpdatePopupData) == 0x000008, "Wrong alignment on UI_BP_PopUpLinkingAcounts_C_UpdatePopupData"); \ static_assert(sizeof(UI_BP_PopUpLinkingAcounts_C_UpdatePopupData) == 0x000080, "Wrong size on UI_BP_PopUpLinkingAcounts_C_UpdatePopupData"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdatePopupData, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdatePopupData::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdatePopupData, CallFunc_Conv_StringToText_ReturnValue) == 0x000008, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdatePopupData::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdatePopupData, CallFunc_BreakVector2D_X) == 0x000020, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdatePopupData::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdatePopupData, CallFunc_BreakVector2D_Y) == 0x000024, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdatePopupData::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdatePopupData, CallFunc_FTrunc_ReturnValue) == 0x000028, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdatePopupData::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdatePopupData, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000030, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdatePopupData::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdatePopupData, CallFunc_FTrunc_ReturnValue_1) == 0x000048, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdatePopupData::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdatePopupData, CallFunc_Get_ReturnValue) == 0x000050, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdatePopupData::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdatePopupData, CallFunc_GetWBPNQRCode_ReturnValue) == 0x000058, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdatePopupData::CallFunc_GetWBPNQRCode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdatePopupData, CallFunc_GetWBPNShortcode_ReturnValue) == 0x000060, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdatePopupData::CallFunc_GetWBPNShortcode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_UpdatePopupData, CallFunc_GetWBPNUrl_ReturnValue) == 0x000070, "Member 'UI_BP_PopUpLinkingAcounts_C_UpdatePopupData::CallFunc_GetWBPNUrl_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PopUpLinkingAcounts_C_ExecuteUbergraph_UI_BP_PopUpLinkingAcounts \ static_assert(alignof(UI_BP_PopUpLinkingAcounts_C_ExecuteUbergraph_UI_BP_PopUpLinkingAcounts) == 0x000008, "Wrong alignment on UI_BP_PopUpLinkingAcounts_C_ExecuteUbergraph_UI_BP_PopUpLinkingAcounts"); \ static_assert(sizeof(UI_BP_PopUpLinkingAcounts_C_ExecuteUbergraph_UI_BP_PopUpLinkingAcounts) == 0x000068, "Wrong size on UI_BP_PopUpLinkingAcounts_C_ExecuteUbergraph_UI_BP_PopUpLinkingAcounts"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_ExecuteUbergraph_UI_BP_PopUpLinkingAcounts, EntryPoint) == 0x000000, "Member 'UI_BP_PopUpLinkingAcounts_C_ExecuteUbergraph_UI_BP_PopUpLinkingAcounts::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_ExecuteUbergraph_UI_BP_PopUpLinkingAcounts, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_PopUpLinkingAcounts_C_ExecuteUbergraph_UI_BP_PopUpLinkingAcounts::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_ExecuteUbergraph_UI_BP_PopUpLinkingAcounts, K2Node_MakeStruct_SlateColor) == 0x000010, "Member 'UI_BP_PopUpLinkingAcounts_C_ExecuteUbergraph_UI_BP_PopUpLinkingAcounts::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_ExecuteUbergraph_UI_BP_PopUpLinkingAcounts, K2Node_MakeStruct_SlateColor_1) == 0x000038, "Member 'UI_BP_PopUpLinkingAcounts_C_ExecuteUbergraph_UI_BP_PopUpLinkingAcounts::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_ExecuteUbergraph_UI_BP_PopUpLinkingAcounts, CallFunc_CanLaunchURL_ReturnValue) == 0x000060, "Member 'UI_BP_PopUpLinkingAcounts_C_ExecuteUbergraph_UI_BP_PopUpLinkingAcounts::CallFunc_CanLaunchURL_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_ExecuteUbergraph_UI_BP_PopUpLinkingAcounts, CallFunc_CopyToClipboard_ReturnValue) == 0x000061, "Member 'UI_BP_PopUpLinkingAcounts_C_ExecuteUbergraph_UI_BP_PopUpLinkingAcounts::CallFunc_CopyToClipboard_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings) == 0x000130, "Wrong size on UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, TempStrings) == 0x000018, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::TempStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x00003C, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000040, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000058, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000068, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x000080, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000088, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x000098, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x0000A0, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000B8, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0000C8, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x0000E0, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0000E8, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_5) == 0x0000F8, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_4) == 0x000100, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x000118, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_6) == 0x000128, "Member 'UI_BP_PopUpLinkingAcounts_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_PopUpLinkingAcounts_C \ static_assert(alignof(UUI_BP_PopUpLinkingAcounts_C) == 0x000008, "Wrong alignment on UUI_BP_PopUpLinkingAcounts_C"); \ static_assert(sizeof(UUI_BP_PopUpLinkingAcounts_C) == 0x0003E0, "Wrong size on UUI_BP_PopUpLinkingAcounts_C"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_PopUpLinkingAcounts_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, TransitionToMessage) == 0x000330, "Member 'UUI_BP_PopUpLinkingAcounts_C::TransitionToMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, ShowCopiedText) == 0x000338, "Member 'UUI_BP_PopUpLinkingAcounts_C::ShowCopiedText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, connectingPopup) == 0x000340, "Member 'UUI_BP_PopUpLinkingAcounts_C::connectingPopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, Description) == 0x000348, "Member 'UUI_BP_PopUpLinkingAcounts_C::Description' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, linkInfoPanel) == 0x000350, "Member 'UUI_BP_PopUpLinkingAcounts_C::linkInfoPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, Linkmesage) == 0x000358, "Member 'UUI_BP_PopUpLinkingAcounts_C::Linkmesage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, PopupContents) == 0x000360, "Member 'UUI_BP_PopUpLinkingAcounts_C::PopupContents' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, popupMessage) == 0x000368, "Member 'UUI_BP_PopUpLinkingAcounts_C::popupMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, QR_Code) == 0x000370, "Member 'UUI_BP_PopUpLinkingAcounts_C::QR_Code' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, ShortcodeButton) == 0x000378, "Member 'UUI_BP_PopUpLinkingAcounts_C::ShortcodeButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, ShortcodeDesc) == 0x000380, "Member 'UUI_BP_PopUpLinkingAcounts_C::ShortcodeDesc' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, ShortcodeText) == 0x000388, "Member 'UUI_BP_PopUpLinkingAcounts_C::ShortcodeText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, ShortcodeTitle) == 0x000390, "Member 'UUI_BP_PopUpLinkingAcounts_C::ShortcodeTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, TextCopied) == 0x000398, "Member 'UUI_BP_PopUpLinkingAcounts_C::TextCopied' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, Title) == 0x0003A0, "Member 'UUI_BP_PopUpLinkingAcounts_C::Title' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, UI_BP_LoadDoor) == 0x0003A8, "Member 'UUI_BP_PopUpLinkingAcounts_C::UI_BP_LoadDoor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, UrlButton) == 0x0003B0, "Member 'UUI_BP_PopUpLinkingAcounts_C::UrlButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, UrlText) == 0x0003B8, "Member 'UUI_BP_PopUpLinkingAcounts_C::UrlText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, SigninUrl) == 0x0003C0, "Member 'UUI_BP_PopUpLinkingAcounts_C::SigninUrl' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PopUpLinkingAcounts_C, SigninShortcode) == 0x0003D0, "Member 'UUI_BP_PopUpLinkingAcounts_C::SigninShortcode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DuelMoveBackward_C \ static_assert(alignof(UABL_DuelMoveBackward_C) == 0x000008, "Wrong alignment on UABL_DuelMoveBackward_C"); \ static_assert(sizeof(UABL_DuelMoveBackward_C) == 0x0000C8, "Wrong size on UABL_DuelMoveBackward_C"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_DeathAnim_Swimming_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_Swimming \ static_assert(alignof(ABL_NPC_RCT_DeathAnim_Swimming_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_Swimming) == 0x000008, "Wrong alignment on ABL_NPC_RCT_DeathAnim_Swimming_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_Swimming"); \ static_assert(sizeof(ABL_NPC_RCT_DeathAnim_Swimming_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_Swimming) == 0x000020, "Wrong size on ABL_NPC_RCT_DeathAnim_Swimming_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_Swimming"); \ static_assert(offsetof(ABL_NPC_RCT_DeathAnim_Swimming_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_Swimming, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_DeathAnim_Swimming_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_Swimming::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_DeathAnim_Swimming_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_Swimming, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_DeathAnim_Swimming_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_Swimming::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_DeathAnim_Swimming_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_Swimming, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_NPC_RCT_DeathAnim_Swimming_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_Swimming::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_DeathAnim_Swimming_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_Swimming, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_NPC_RCT_DeathAnim_Swimming_C_ExecuteUbergraph_ABL_NPC_RCT_DeathAnim_Swimming::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_DeathAnim_Swimming_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_DeathAnim_Swimming_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_DeathAnim_Swimming_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_DeathAnim_Swimming_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_DeathAnim_Swimming_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_DeathAnim_Swimming_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_DeathAnim_Swimming_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_DeathAnim_Swimming_C \ static_assert(alignof(UABL_NPC_RCT_DeathAnim_Swimming_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_DeathAnim_Swimming_C"); \ static_assert(sizeof(UABL_NPC_RCT_DeathAnim_Swimming_C) == 0x0000E8, "Wrong size on UABL_NPC_RCT_DeathAnim_Swimming_C"); \ static_assert(offsetof(UABL_NPC_RCT_DeathAnim_Swimming_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_DeathAnim_Swimming_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_GetAsyncWrapperRenderSize \ static_assert(alignof(UI_BP_SystemMenu_C_GetAsyncWrapperRenderSize) == 0x000004, "Wrong alignment on UI_BP_SystemMenu_C_GetAsyncWrapperRenderSize"); \ static_assert(sizeof(UI_BP_SystemMenu_C_GetAsyncWrapperRenderSize) == 0x000008, "Wrong size on UI_BP_SystemMenu_C_GetAsyncWrapperRenderSize"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GetAsyncWrapperRenderSize, RenderSize) == 0x000000, "Member 'UI_BP_SystemMenu_C_GetAsyncWrapperRenderSize::RenderSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_SettingsNeedExitConfirmed \ static_assert(alignof(UI_BP_SystemMenu_C_SettingsNeedExitConfirmed) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_SettingsNeedExitConfirmed"); \ static_assert(sizeof(UI_BP_SystemMenu_C_SettingsNeedExitConfirmed) == 0x000050, "Wrong size on UI_BP_SystemMenu_C_SettingsNeedExitConfirmed"); \ static_assert(offsetof(UI_BP_SystemMenu_C_SettingsNeedExitConfirmed, OutConfirmTitle) == 0x000000, "Member 'UI_BP_SystemMenu_C_SettingsNeedExitConfirmed::OutConfirmTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_SettingsNeedExitConfirmed, OutConfirmDesc) == 0x000010, "Member 'UI_BP_SystemMenu_C_SettingsNeedExitConfirmed::OutConfirmDesc' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_SettingsNeedExitConfirmed, ReturnValue) == 0x000020, "Member 'UI_BP_SystemMenu_C_SettingsNeedExitConfirmed::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_SettingsNeedExitConfirmed, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'UI_BP_SystemMenu_C_SettingsNeedExitConfirmed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_SettingsNeedExitConfirmed, CallFunc_GetActiveWidget_ReturnValue) == 0x000028, "Member 'UI_BP_SystemMenu_C_SettingsNeedExitConfirmed::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_SettingsNeedExitConfirmed, K2Node_DynamicCast_AsAsync_Load_Wrapper) == 0x000030, "Member 'UI_BP_SystemMenu_C_SettingsNeedExitConfirmed::K2Node_DynamicCast_AsAsync_Load_Wrapper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_SettingsNeedExitConfirmed, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'UI_BP_SystemMenu_C_SettingsNeedExitConfirmed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_SettingsNeedExitConfirmed, K2Node_DynamicCast_AsSettings_Tab_Widget) == 0x000040, "Member 'UI_BP_SystemMenu_C_SettingsNeedExitConfirmed::K2Node_DynamicCast_AsSettings_Tab_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_SettingsNeedExitConfirmed, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'UI_BP_SystemMenu_C_SettingsNeedExitConfirmed::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_FilterTabsByPlatform \ static_assert(alignof(UI_BP_SystemMenu_C_FilterTabsByPlatform) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_FilterTabsByPlatform"); \ static_assert(sizeof(UI_BP_SystemMenu_C_FilterTabsByPlatform) == 0x0000B8, "Wrong size on UI_BP_SystemMenu_C_FilterTabsByPlatform"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, Temp_string_Variable) == 0x000000, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, Temp_text_Variable) == 0x000010, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, Temp_text_Variable_1) == 0x000028, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, Temp_string_Variable_1) == 0x000040, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, Temp_string_Variable_2) == 0x000050, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::Temp_string_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, Temp_text_Variable_2) == 0x000060, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::Temp_text_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, CallFunc_Array_RemoveItem_ReturnValue) == 0x000078, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x000079, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, CallFunc_Array_RemoveItem_ReturnValue_2) == 0x00007A, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::CallFunc_Array_RemoveItem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, CallFunc_Array_RemoveItem_ReturnValue_3) == 0x00007B, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::CallFunc_Array_RemoveItem_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, CallFunc_IsPCPlatform_ReturnValue) == 0x00007C, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::CallFunc_IsPCPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, CallFunc_GetActiveWidgetIndex_ReturnValue) == 0x000080, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::CallFunc_GetActiveWidgetIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, Temp_text_Variable_3) == 0x000088, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::Temp_text_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, Temp_string_Variable_3) == 0x0000A0, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::Temp_string_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, CallFunc_Array_RemoveItem_ReturnValue_4) == 0x0000B0, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::CallFunc_Array_RemoveItem_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, CallFunc_Array_RemoveItem_ReturnValue_5) == 0x0000B1, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::CallFunc_Array_RemoveItem_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, CallFunc_Array_RemoveItem_ReturnValue_6) == 0x0000B2, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::CallFunc_Array_RemoveItem_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_FilterTabsByPlatform, CallFunc_Array_RemoveItem_ReturnValue_7) == 0x0000B3, "Member 'UI_BP_SystemMenu_C_FilterTabsByPlatform::CallFunc_Array_RemoveItem_ReturnValue_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_RequestExitFromTab \ static_assert(alignof(UI_BP_SystemMenu_C_RequestExitFromTab) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_RequestExitFromTab"); \ static_assert(sizeof(UI_BP_SystemMenu_C_RequestExitFromTab) == 0x000040, "Wrong size on UI_BP_SystemMenu_C_RequestExitFromTab"); \ static_assert(offsetof(UI_BP_SystemMenu_C_RequestExitFromTab, PopupTitle_0) == 0x000000, "Member 'UI_BP_SystemMenu_C_RequestExitFromTab::PopupTitle_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_RequestExitFromTab, PopupDesc) == 0x000010, "Member 'UI_BP_SystemMenu_C_RequestExitFromTab::PopupDesc' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_RequestExitFromTab, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'UI_BP_SystemMenu_C_RequestExitFromTab::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_RequestExitFromTab, CallFunc_GetUIManagerPure_ReturnValue) == 0x000030, "Member 'UI_BP_SystemMenu_C_RequestExitFromTab::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_RequestExitFromTab, CallFunc_ShowYesNoPopup_ReturnValue) == 0x000038, "Member 'UI_BP_SystemMenu_C_RequestExitFromTab::CallFunc_ShowYesNoPopup_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_IsOnKeyMappingTab \ static_assert(alignof(UI_BP_SystemMenu_C_IsOnKeyMappingTab) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_IsOnKeyMappingTab"); \ static_assert(sizeof(UI_BP_SystemMenu_C_IsOnKeyMappingTab) == 0x000020, "Wrong size on UI_BP_SystemMenu_C_IsOnKeyMappingTab"); \ static_assert(offsetof(UI_BP_SystemMenu_C_IsOnKeyMappingTab, IsOnKeyMappingTab_0) == 0x000000, "Member 'UI_BP_SystemMenu_C_IsOnKeyMappingTab::IsOnKeyMappingTab_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_IsOnKeyMappingTab, HasUnboundActions) == 0x000001, "Member 'UI_BP_SystemMenu_C_IsOnKeyMappingTab::HasUnboundActions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_IsOnKeyMappingTab, CallFunc_GetActiveWidget_ReturnValue) == 0x000008, "Member 'UI_BP_SystemMenu_C_IsOnKeyMappingTab::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_IsOnKeyMappingTab, K2Node_DynamicCast_AsUI_BP_Key_Mapping) == 0x000010, "Member 'UI_BP_SystemMenu_C_IsOnKeyMappingTab::K2Node_DynamicCast_AsUI_BP_Key_Mapping' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_IsOnKeyMappingTab, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_SystemMenu_C_IsOnKeyMappingTab::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_IsOnKeyMappingTab, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000019, "Member 'UI_BP_SystemMenu_C_IsOnKeyMappingTab::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_IsOnKeyMappingTab, CallFunc_GetHasAnyUnboundActions_HasAnyUnbound) == 0x00001A, "Member 'UI_BP_SystemMenu_C_IsOnKeyMappingTab::CallFunc_GetHasAnyUnboundActions_HasAnyUnbound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_Change_Control_Tab \ static_assert(alignof(UI_BP_SystemMenu_C_Change_Control_Tab) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_Change_Control_Tab"); \ static_assert(sizeof(UI_BP_SystemMenu_C_Change_Control_Tab) == 0x000028, "Wrong size on UI_BP_SystemMenu_C_Change_Control_Tab"); \ static_assert(offsetof(UI_BP_SystemMenu_C_Change_Control_Tab, Direction) == 0x000000, "Member 'UI_BP_SystemMenu_C_Change_Control_Tab::Direction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_Change_Control_Tab, Handled) == 0x000004, "Member 'UI_BP_SystemMenu_C_Change_Control_Tab::Handled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_Change_Control_Tab, CallFunc_GetActiveWidget_ReturnValue) == 0x000008, "Member 'UI_BP_SystemMenu_C_Change_Control_Tab::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_Change_Control_Tab, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000010, "Member 'UI_BP_SystemMenu_C_Change_Control_Tab::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_Change_Control_Tab, K2Node_DynamicCast_AsUI_BP_Settings_Gamepad_Controls) == 0x000018, "Member 'UI_BP_SystemMenu_C_Change_Control_Tab::K2Node_DynamicCast_AsUI_BP_Settings_Gamepad_Controls' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_Change_Control_Tab, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'UI_BP_SystemMenu_C_Change_Control_Tab::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_DismissConfirmationDialog \ static_assert(alignof(UI_BP_SystemMenu_C_DismissConfirmationDialog) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_DismissConfirmationDialog"); \ static_assert(sizeof(UI_BP_SystemMenu_C_DismissConfirmationDialog) == 0x000018, "Wrong size on UI_BP_SystemMenu_C_DismissConfirmationDialog"); \ static_assert(offsetof(UI_BP_SystemMenu_C_DismissConfirmationDialog, Accepted) == 0x000000, "Member 'UI_BP_SystemMenu_C_DismissConfirmationDialog::Accepted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_DismissConfirmationDialog, K2Node_DynamicCast_AsGraphics_Settings_Widget) == 0x000008, "Member 'UI_BP_SystemMenu_C_DismissConfirmationDialog::K2Node_DynamicCast_AsGraphics_Settings_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_DismissConfirmationDialog, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'UI_BP_SystemMenu_C_DismissConfirmationDialog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction) == 0x000080, "Wrong size on UI_BP_SystemMenu_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000009, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_SettingsNeedExitConfirmed_OutConfirmTitle) == 0x000010, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_SettingsNeedExitConfirmed_OutConfirmTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_SettingsNeedExitConfirmed_OutConfirmDesc) == 0x000020, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_SettingsNeedExitConfirmed_OutConfirmDesc' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_SettingsNeedExitConfirmed_ReturnValue) == 0x000030, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_SettingsNeedExitConfirmed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000031, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_SettingsNeedExitConfirmed_OutConfirmTitle_1) == 0x000038, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_SettingsNeedExitConfirmed_OutConfirmTitle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_SettingsNeedExitConfirmed_OutConfirmDesc_1) == 0x000048, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_SettingsNeedExitConfirmed_OutConfirmDesc_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_SettingsNeedExitConfirmed_ReturnValue_1) == 0x000058, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_SettingsNeedExitConfirmed_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_Change_Control_Tab_Handled) == 0x000059, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_Change_Control_Tab_Handled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00005C, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_Change_Control_Tab_Handled_1) == 0x000060, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_Change_Control_Tab_Handled_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000061, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000062, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue) == 0x000063, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_1) == 0x000064, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue) == 0x000065, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000066, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000067, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000068, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x000069, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000070, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x000078, "Member 'UI_BP_SystemMenu_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_SetMenuTitle \ static_assert(alignof(UI_BP_SystemMenu_C_SetMenuTitle) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_SetMenuTitle"); \ static_assert(sizeof(UI_BP_SystemMenu_C_SetMenuTitle) == 0x000020, "Wrong size on UI_BP_SystemMenu_C_SetMenuTitle"); \ static_assert(offsetof(UI_BP_SystemMenu_C_SetMenuTitle, PageIndex_0) == 0x000000, "Member 'UI_BP_SystemMenu_C_SetMenuTitle::PageIndex_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_SetMenuTitle, CallFunc_Array_Get_Item) == 0x000008, "Member 'UI_BP_SystemMenu_C_SetMenuTitle::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_SetMenuTitle, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000018, "Member 'UI_BP_SystemMenu_C_SetMenuTitle::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_SetCurrentLegend \ static_assert(alignof(UI_BP_SystemMenu_C_SetCurrentLegend) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_SetCurrentLegend"); \ static_assert(sizeof(UI_BP_SystemMenu_C_SetCurrentLegend) == 0x000010, "Wrong size on UI_BP_SystemMenu_C_SetCurrentLegend"); \ static_assert(offsetof(UI_BP_SystemMenu_C_SetCurrentLegend, LegendData) == 0x000000, "Member 'UI_BP_SystemMenu_C_SetCurrentLegend::LegendData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_IsOnPc \ static_assert(alignof(UI_BP_SystemMenu_C_IsOnPc) == 0x000001, "Wrong alignment on UI_BP_SystemMenu_C_IsOnPc"); \ static_assert(sizeof(UI_BP_SystemMenu_C_IsOnPc) == 0x000002, "Wrong size on UI_BP_SystemMenu_C_IsOnPc"); \ static_assert(offsetof(UI_BP_SystemMenu_C_IsOnPc, IsOnPc_0) == 0x000000, "Member 'UI_BP_SystemMenu_C_IsOnPc::IsOnPc_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_IsOnPc, CallFunc_IsPCPlatform_ReturnValue) == 0x000001, "Member 'UI_BP_SystemMenu_C_IsOnPc::CallFunc_IsPCPlatform_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode \ static_assert(alignof(UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode"); \ static_assert(sizeof(UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode) == 0x000030, "Wrong size on UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode"); \ static_assert(offsetof(UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode, NewAcceptMode) == 0x000000, "Member 'UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode::NewAcceptMode' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode, Duration) == 0x000004, "Member 'UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode::Duration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode, Temp_bool_Variable) == 0x000008, "Member 'UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode, CallFunc_FCeil_ReturnValue) == 0x00000C, "Member 'UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode, CallFunc_Conv_IntToText_ReturnValue) == 0x000010, "Member 'UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode, Temp_byte_Variable) == 0x000028, "Member 'UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode, Temp_byte_Variable_1) == 0x000029, "Member 'UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode, K2Node_Select_Default) == 0x00002A, "Member 'UI_BP_SystemMenu_C_Toggle_Accept_Graphics_Change_Mode::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_GoToCategoryPage \ static_assert(alignof(UI_BP_SystemMenu_C_GoToCategoryPage) == 0x000004, "Wrong alignment on UI_BP_SystemMenu_C_GoToCategoryPage"); \ static_assert(sizeof(UI_BP_SystemMenu_C_GoToCategoryPage) == 0x000008, "Wrong size on UI_BP_SystemMenu_C_GoToCategoryPage"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GoToCategoryPage, NewPageIndex) == 0x000000, "Member 'UI_BP_SystemMenu_C_GoToCategoryPage::NewPageIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GoToCategoryPage, CallFunc_GoToCategory_CategoryChanged) == 0x000004, "Member 'UI_BP_SystemMenu_C_GoToCategoryPage::CallFunc_GoToCategory_CategoryChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GoToCategoryPage, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000005, "Member 'UI_BP_SystemMenu_C_GoToCategoryPage::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_CategorySwitch \ static_assert(alignof(UI_BP_SystemMenu_C_CategorySwitch) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_CategorySwitch"); \ static_assert(sizeof(UI_BP_SystemMenu_C_CategorySwitch) == 0x000030, "Wrong size on UI_BP_SystemMenu_C_CategorySwitch"); \ static_assert(offsetof(UI_BP_SystemMenu_C_CategorySwitch, NewIndex) == 0x000000, "Member 'UI_BP_SystemMenu_C_CategorySwitch::NewIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_CategorySwitch, CallFunc_GetChildAt_ReturnValue) == 0x000008, "Member 'UI_BP_SystemMenu_C_CategorySwitch::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_CategorySwitch, K2Node_DynamicCast_AsAsync_Load_Wrapper) == 0x000010, "Member 'UI_BP_SystemMenu_C_CategorySwitch::K2Node_DynamicCast_AsAsync_Load_Wrapper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_CategorySwitch, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_SystemMenu_C_CategorySwitch::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_CategorySwitch, K2Node_DynamicCast_AsTab_Page_Widget) == 0x000020, "Member 'UI_BP_SystemMenu_C_CategorySwitch::K2Node_DynamicCast_AsTab_Page_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_CategorySwitch, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'UI_BP_SystemMenu_C_CategorySwitch::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_DisplaySaveGames \ static_assert(alignof(UI_BP_SystemMenu_C_DisplaySaveGames) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_DisplaySaveGames"); \ static_assert(sizeof(UI_BP_SystemMenu_C_DisplaySaveGames) == 0x000138, "Wrong size on UI_BP_SystemMenu_C_DisplaySaveGames"); \ static_assert(offsetof(UI_BP_SystemMenu_C_DisplaySaveGames, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'UI_BP_SystemMenu_C_DisplaySaveGames::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_DisplaySaveGames, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'UI_BP_SystemMenu_C_DisplaySaveGames::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_DisplaySaveGames, Temp_int_Array_Index_Variable) == 0x000008, "Member 'UI_BP_SystemMenu_C_DisplaySaveGames::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_DisplaySaveGames, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'UI_BP_SystemMenu_C_DisplaySaveGames::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_DisplaySaveGames, CallFunc_GetAllUserEntries_ReturnValue) == 0x000010, "Member 'UI_BP_SystemMenu_C_DisplaySaveGames::CallFunc_GetAllUserEntries_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_DisplaySaveGames, CallFunc_GetAllAutoEntries_ReturnValue) == 0x000020, "Member 'UI_BP_SystemMenu_C_DisplaySaveGames::CallFunc_GetAllAutoEntries_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_DisplaySaveGames, CallFunc_Array_Get_Item) == 0x000030, "Member 'UI_BP_SystemMenu_C_DisplaySaveGames::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_DisplaySaveGames, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'UI_BP_SystemMenu_C_DisplaySaveGames::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_DisplaySaveGames, CallFunc_Array_Length_ReturnValue) == 0x000120, "Member 'UI_BP_SystemMenu_C_DisplaySaveGames::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_DisplaySaveGames, CallFunc_Array_Length_ReturnValue_1) == 0x000124, "Member 'UI_BP_SystemMenu_C_DisplaySaveGames::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_DisplaySaveGames, CallFunc_Less_IntInt_ReturnValue) == 0x000128, "Member 'UI_BP_SystemMenu_C_DisplaySaveGames::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_DisplaySaveGames, Temp_int_Loop_Counter_Variable_1) == 0x00012C, "Member 'UI_BP_SystemMenu_C_DisplaySaveGames::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_DisplaySaveGames, CallFunc_Less_IntInt_ReturnValue_1) == 0x000130, "Member 'UI_BP_SystemMenu_C_DisplaySaveGames::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_DisplaySaveGames, CallFunc_Add_IntInt_ReturnValue_1) == 0x000134, "Member 'UI_BP_SystemMenu_C_DisplaySaveGames::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_BndEvt__AsyncDisplaySettings_K2Node_ComponentBoundEvent_0_AsyncWrapperChildReadyEvent__DelegateSignature \ static_assert(alignof(UI_BP_SystemMenu_C_BndEvt__AsyncDisplaySettings_K2Node_ComponentBoundEvent_0_AsyncWrapperChildReadyEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_BndEvt__AsyncDisplaySettings_K2Node_ComponentBoundEvent_0_AsyncWrapperChildReadyEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_SystemMenu_C_BndEvt__AsyncDisplaySettings_K2Node_ComponentBoundEvent_0_AsyncWrapperChildReadyEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_SystemMenu_C_BndEvt__AsyncDisplaySettings_K2Node_ComponentBoundEvent_0_AsyncWrapperChildReadyEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BndEvt__AsyncDisplaySettings_K2Node_ComponentBoundEvent_0_AsyncWrapperChildReadyEvent__DelegateSignature, ChildObject) == 0x000000, "Member 'UI_BP_SystemMenu_C_BndEvt__AsyncDisplaySettings_K2Node_ComponentBoundEvent_0_AsyncWrapperChildReadyEvent__DelegateSignature::ChildObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_OnShowConfirmDialog \ static_assert(alignof(UI_BP_SystemMenu_C_OnShowConfirmDialog) == 0x000004, "Wrong alignment on UI_BP_SystemMenu_C_OnShowConfirmDialog"); \ static_assert(sizeof(UI_BP_SystemMenu_C_OnShowConfirmDialog) == 0x000004, "Wrong size on UI_BP_SystemMenu_C_OnShowConfirmDialog"); \ static_assert(offsetof(UI_BP_SystemMenu_C_OnShowConfirmDialog, Duration) == 0x000000, "Member 'UI_BP_SystemMenu_C_OnShowConfirmDialog::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_AsyncConsoleDisplay_K2Node_ComponentBoundEvent_1_AsyncWrapperChildReadyEvent__DelegateSignature \ static_assert(alignof(UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_AsyncConsoleDisplay_K2Node_ComponentBoundEvent_1_AsyncWrapperChildReadyEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_AsyncConsoleDisplay_K2Node_ComponentBoundEvent_1_AsyncWrapperChildReadyEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_AsyncConsoleDisplay_K2Node_ComponentBoundEvent_1_AsyncWrapperChildReadyEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_AsyncConsoleDisplay_K2Node_ComponentBoundEvent_1_AsyncWrapperChildReadyEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_AsyncConsoleDisplay_K2Node_ComponentBoundEvent_1_AsyncWrapperChildReadyEvent__DelegateSignature, ChildObject) == 0x000000, "Member 'UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_AsyncConsoleDisplay_K2Node_ComponentBoundEvent_1_AsyncWrapperChildReadyEvent__DelegateSignature::ChildObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_navBar_K2Node_ComponentBoundEvent_2_HoveredCategory__DelegateSignature \ static_assert(alignof(UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_navBar_K2Node_ComponentBoundEvent_2_HoveredCategory__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_navBar_K2Node_ComponentBoundEvent_2_HoveredCategory__DelegateSignature"); \ static_assert(sizeof(UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_navBar_K2Node_ComponentBoundEvent_2_HoveredCategory__DelegateSignature) == 0x000010, "Wrong size on UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_navBar_K2Node_ComponentBoundEvent_2_HoveredCategory__DelegateSignature"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_navBar_K2Node_ComponentBoundEvent_2_HoveredCategory__DelegateSignature, ButtonIndex) == 0x000000, "Member 'UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_navBar_K2Node_ComponentBoundEvent_2_HoveredCategory__DelegateSignature::ButtonIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_navBar_K2Node_ComponentBoundEvent_2_HoveredCategory__DelegateSignature, CategoryButton) == 0x000008, "Member 'UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_navBar_K2Node_ComponentBoundEvent_2_HoveredCategory__DelegateSignature::CategoryButton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_SetParent \ static_assert(alignof(UI_BP_SystemMenu_C_SetParent) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_SetParent"); \ static_assert(sizeof(UI_BP_SystemMenu_C_SetParent) == 0x000008, "Wrong size on UI_BP_SystemMenu_C_SetParent"); \ static_assert(offsetof(UI_BP_SystemMenu_C_SetParent, Parent) == 0x000000, "Member 'UI_BP_SystemMenu_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_GoToPage \ static_assert(alignof(UI_BP_SystemMenu_C_GoToPage) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_GoToPage"); \ static_assert(sizeof(UI_BP_SystemMenu_C_GoToPage) == 0x000010, "Wrong size on UI_BP_SystemMenu_C_GoToPage"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GoToPage, DestinationStack) == 0x000000, "Member 'UI_BP_SystemMenu_C_GoToPage::DestinationStack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_PreConstruct \ static_assert(alignof(UI_BP_SystemMenu_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_SystemMenu_C_PreConstruct"); \ static_assert(sizeof(UI_BP_SystemMenu_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_SystemMenu_C_PreConstruct"); \ static_assert(offsetof(UI_BP_SystemMenu_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_SystemMenu_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_Tick \ static_assert(alignof(UI_BP_SystemMenu_C_Tick) == 0x000004, "Wrong alignment on UI_BP_SystemMenu_C_Tick"); \ static_assert(sizeof(UI_BP_SystemMenu_C_Tick) == 0x00003C, "Wrong size on UI_BP_SystemMenu_C_Tick"); \ static_assert(offsetof(UI_BP_SystemMenu_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_SystemMenu_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_SystemMenu_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_OnOutroStarted \ static_assert(alignof(UI_BP_SystemMenu_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_SystemMenu_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_SystemMenu_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_SystemMenu_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_SystemMenu_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_SystemMenu_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_SystemMenu_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_OnIntroStarted \ static_assert(alignof(UI_BP_SystemMenu_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_SystemMenu_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_SystemMenu_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_SystemMenu_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_SystemMenu_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_SystemMenu_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_SystemMenu_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_AsyncGameplay_K2Node_ComponentBoundEvent_2_AsyncWrapperChildReadyEvent__DelegateSignature \ static_assert(alignof(UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_AsyncGameplay_K2Node_ComponentBoundEvent_2_AsyncWrapperChildReadyEvent__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_AsyncGameplay_K2Node_ComponentBoundEvent_2_AsyncWrapperChildReadyEvent__DelegateSignature"); \ static_assert(sizeof(UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_AsyncGameplay_K2Node_ComponentBoundEvent_2_AsyncWrapperChildReadyEvent__DelegateSignature) == 0x000008, "Wrong size on UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_AsyncGameplay_K2Node_ComponentBoundEvent_2_AsyncWrapperChildReadyEvent__DelegateSignature"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_AsyncGameplay_K2Node_ComponentBoundEvent_2_AsyncWrapperChildReadyEvent__DelegateSignature, ChildObject) == 0x000000, "Member 'UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_AsyncGameplay_K2Node_ComponentBoundEvent_2_AsyncWrapperChildReadyEvent__DelegateSignature::ChildObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_OnLegendItemHoldEnd \ static_assert(alignof(UI_BP_SystemMenu_C_OnLegendItemHoldEnd) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_OnLegendItemHoldEnd"); \ static_assert(sizeof(UI_BP_SystemMenu_C_OnLegendItemHoldEnd) == 0x000010, "Wrong size on UI_BP_SystemMenu_C_OnLegendItemHoldEnd"); \ static_assert(offsetof(UI_BP_SystemMenu_C_OnLegendItemHoldEnd, LegendItem) == 0x000000, "Member 'UI_BP_SystemMenu_C_OnLegendItemHoldEnd::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_OnLegendItemHoldEnd, HoldWasCompleted) == 0x000008, "Member 'UI_BP_SystemMenu_C_OnLegendItemHoldEnd::HoldWasCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_ExitPopupDismissed \ static_assert(alignof(UI_BP_SystemMenu_C_ExitPopupDismissed) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_ExitPopupDismissed"); \ static_assert(sizeof(UI_BP_SystemMenu_C_ExitPopupDismissed) == 0x000010, "Wrong size on UI_BP_SystemMenu_C_ExitPopupDismissed"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExitPopupDismissed, Popup) == 0x000000, "Member 'UI_BP_SystemMenu_C_ExitPopupDismissed::Popup' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExitPopupDismissed, ResultIndex) == 0x000008, "Member 'UI_BP_SystemMenu_C_ExitPopupDismissed::ResultIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_navBar_K2Node_ComponentBoundEvent_3_ChangedCategory__DelegateSignature \ static_assert(alignof(UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_navBar_K2Node_ComponentBoundEvent_3_ChangedCategory__DelegateSignature) == 0x000004, "Wrong alignment on UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_navBar_K2Node_ComponentBoundEvent_3_ChangedCategory__DelegateSignature"); \ static_assert(sizeof(UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_navBar_K2Node_ComponentBoundEvent_3_ChangedCategory__DelegateSignature) == 0x000004, "Wrong size on UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_navBar_K2Node_ComponentBoundEvent_3_ChangedCategory__DelegateSignature"); \ static_assert(offsetof(UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_navBar_K2Node_ComponentBoundEvent_3_ChangedCategory__DelegateSignature, NewCategoryIndex) == 0x000000, "Member 'UI_BP_SystemMenu_C_BndEvt__UI_BP_SystemMenu_navBar_K2Node_ComponentBoundEvent_3_ChangedCategory__DelegateSignature::NewCategoryIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_ActiveWidgetDisplayable \ static_assert(alignof(UI_BP_SystemMenu_C_ActiveWidgetDisplayable) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_ActiveWidgetDisplayable"); \ static_assert(sizeof(UI_BP_SystemMenu_C_ActiveWidgetDisplayable) == 0x000008, "Wrong size on UI_BP_SystemMenu_C_ActiveWidgetDisplayable"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ActiveWidgetDisplayable, ActiveWidget) == 0x000000, "Member 'UI_BP_SystemMenu_C_ActiveWidgetDisplayable::ActiveWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_OnIntroEnded \ static_assert(alignof(UI_BP_SystemMenu_C_OnIntroEnded) == 0x000004, "Wrong alignment on UI_BP_SystemMenu_C_OnIntroEnded"); \ static_assert(sizeof(UI_BP_SystemMenu_C_OnIntroEnded) == 0x000004, "Wrong size on UI_BP_SystemMenu_C_OnIntroEnded"); \ static_assert(offsetof(UI_BP_SystemMenu_C_OnIntroEnded, IntroType) == 0x000000, "Member 'UI_BP_SystemMenu_C_OnIntroEnded::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_NewLegendRequested \ static_assert(alignof(UI_BP_SystemMenu_C_NewLegendRequested) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_NewLegendRequested"); \ static_assert(sizeof(UI_BP_SystemMenu_C_NewLegendRequested) == 0x000010, "Wrong size on UI_BP_SystemMenu_C_NewLegendRequested"); \ static_assert(offsetof(UI_BP_SystemMenu_C_NewLegendRequested, NewLegend) == 0x000000, "Member 'UI_BP_SystemMenu_C_NewLegendRequested::NewLegend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu \ static_assert(alignof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu"); \ static_assert(sizeof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu) == 0x000378, "Wrong size on UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, EntryPoint) == 0x000000, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_ComponentBoundEvent_ChildObject_1) == 0x000018, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_ComponentBoundEvent_ChildObject_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_AsGraphics_Settings_Widget) == 0x000020, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_AsGraphics_Settings_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_ComponentBoundEvent_ButtonIndex) == 0x00002C, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_ComponentBoundEvent_ButtonIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_ComponentBoundEvent_CategoryButton) == 0x000030, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_ComponentBoundEvent_CategoryButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_Event_Parent) == 0x000038, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_GetActiveWidget_ReturnValue) == 0x000040, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_AsAsync_Load_Wrapper) == 0x000048, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_AsAsync_Load_Wrapper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_Event_DestinationStack) == 0x000058, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_Event_DestinationStack' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_Get_ReturnValue) == 0x000068, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_AsTab_Page_Widget) == 0x000070, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_AsTab_Page_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_Event_IsDesignTime) == 0x000079, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_Event_MyGeometry) == 0x00007C, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_Event_InDeltaTime) == 0x0000B4, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000B8, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_GetPlatformName_ReturnValue) == 0x0000C0, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_PostEventAtLocation_ReturnValue) == 0x0000D0, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_Event_OutroType) == 0x0000D4, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_Event_OutroDuration) == 0x0000D8, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_Event_IntroType_1) == 0x0000DC, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_Event_IntroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_Event_IntroDuration) == 0x0000E0, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_MakeStruct_LegendItemData) == 0x0000E8, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_ComponentBoundEvent_ChildObject) == 0x000118, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_ComponentBoundEvent_ChildObject' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_Event_LegendItem) == 0x000120, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_Event_LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_Event_HoldWasCompleted) == 0x000128, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_Event_HoldWasCompleted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_AsGameplay_Settings_Widget) == 0x000130, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_AsGameplay_Settings_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_bSuccess_3) == 0x000138, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_CustomEvent_Duration) == 0x00013C, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_CustomEvent_Duration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_GetActiveWidget_ReturnValue_1) == 0x000140, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_GetActiveWidget_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_AsAsync_Load_Wrapper_1) == 0x000148, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_AsAsync_Load_Wrapper_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_bSuccess_4) == 0x000150, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_ComponentBoundEvent_ChildObject_2) == 0x000158, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_ComponentBoundEvent_ChildObject_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_AsGraphics_Settings_Widget_1) == 0x000160, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_AsGraphics_Settings_Widget_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_bSuccess_5) == 0x000168, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_AsTab_Page_Widget_1) == 0x000170, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_AsTab_Page_Widget_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_bSuccess_6) == 0x000178, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00017C, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_CustomEvent_Popup) == 0x000180, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_CustomEvent_Popup' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_CustomEvent_ResultIndex) == 0x000188, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_CustomEvent_ResultIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00018C, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_CreateDelegate_OutputDelegate_1) == 0x000190, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_GetActiveWidget_ReturnValue_2) == 0x0001A0, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_GetActiveWidget_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_SettingsNeedExitConfirmed_OutConfirmTitle) == 0x0001A8, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_SettingsNeedExitConfirmed_OutConfirmTitle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_SettingsNeedExitConfirmed_OutConfirmDesc) == 0x0001B8, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_SettingsNeedExitConfirmed_OutConfirmDesc' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_SettingsNeedExitConfirmed_ReturnValue) == 0x0001C8, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_SettingsNeedExitConfirmed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_AsAsync_Load_Wrapper_2) == 0x0001D0, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_AsAsync_Load_Wrapper_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_bSuccess_7) == 0x0001D8, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_AsTab_Page_Widget_2) == 0x0001E0, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_AsTab_Page_Widget_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_bSuccess_8) == 0x0001E8, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001EC, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_MakeStruct_LegendItemData_1) == 0x000200, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_Initialize_self_CastInput) == 0x000230, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_Initialize_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_SetOwner_self_CastInput) == 0x000240, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_SetOwner_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, Temp_int_Variable) == 0x000250, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_ComponentBoundEvent_NewCategoryIndex) == 0x000254, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_ComponentBoundEvent_NewCategoryIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000258, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_GoToCategory_CategoryChanged) == 0x000259, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_GoToCategory_CategoryChanged' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_GoToCategory_CategoryChanged_1) == 0x00025A, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_GoToCategory_CategoryChanged_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00025B, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_Add_IntInt_ReturnValue) == 0x00025C, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_Subtract_IntInt_ReturnValue) == 0x000260, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_GetChildrenCount_ReturnValue) == 0x000264, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_GetChildrenCount_ReturnValue_1) == 0x000268, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_GetChildrenCount_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00026C, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000270, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000274, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_SelectInt_ReturnValue) == 0x000278, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_SelectInt_ReturnValue_1) == 0x00027C, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_Select_Default) == 0x000280, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000288, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_CustomEvent_ActiveWidget) == 0x000290, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_CustomEvent_ActiveWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_AsTab_Page_Widget_3) == 0x000298, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_AsTab_Page_Widget_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_bSuccess_9) == 0x0002A0, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_Event_IntroType) == 0x0002A4, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_AsUI_BP_Key_Mapping) == 0x0002A8, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_AsUI_BP_Key_Mapping' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_bSuccess_10) == 0x0002B0, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_SwitchInteger_CmpSuccess) == 0x0002B1, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_HasFocus_ReturnValue) == 0x0002B2, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_HasFocus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_MakeArray_Array) == 0x0002B8, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, Temp_int_Variable_1) == 0x0002C8, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_CustomEvent_NewLegend) == 0x0002D0, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_CustomEvent_NewLegend' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_Select_Default_1) == 0x0002E0, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_PlayAnimationForward_ReturnValue) == 0x0002E8, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_IsOnKeyMappingTab_IsOnKeyMappingTab) == 0x0002F0, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_IsOnKeyMappingTab_IsOnKeyMappingTab' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_IsOnKeyMappingTab_HasUnboundActions) == 0x0002F1, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_IsOnKeyMappingTab_HasUnboundActions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_FCeil_ReturnValue) == 0x0002F4, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_Conv_IntToText_ReturnValue) == 0x0002F8, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000310, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_CreateDelegate_OutputDelegate_3) == 0x000314, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_CreateDelegate_OutputDelegate_4) == 0x000324, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_GetChild_AsyncChildWidget) == 0x000338, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_GetChild_AsyncChildWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_AsUI_BPI_Screen) == 0x000340, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_AsUI_BPI_Screen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_DynamicCast_bSuccess_11) == 0x000350, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_CreateDelegate_OutputDelegate_5) == 0x000354, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_IsValid_ReturnValue) == 0x000364, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, CallFunc_DoesImplementInterface_ReturnValue) == 0x000365, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu, K2Node_CreateDelegate_OutputDelegate_6) == 0x000368, "Member 'UI_BP_SystemMenu_C_ExecuteUbergraph_UI_BP_SystemMenu::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_SystemMenu_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_SystemMenu_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_SystemMenu_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_SystemMenu_C_GatherMenuReaderStrings) == 0x000178, "Wrong size on UI_BP_SystemMenu_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_Array_Get_Item) == 0x000038, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000048, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_AVATranslate_ReturnValue) == 0x000060, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000078, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000088, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000098, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x0000B0, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x0000C8, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x0000E0, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000E8, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000F8, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_IsValid_ReturnValue) == 0x0000FC, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_GetActiveWidget_ReturnValue) == 0x000100, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, K2Node_DynamicCast_AsAsync_Load_Wrapper) == 0x000108, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::K2Node_DynamicCast_AsAsync_Load_Wrapper' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, K2Node_DynamicCast_bSuccess) == 0x000110, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_3) == 0x000118, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, K2Node_DynamicCast_AsPhoenix_User_Widget) == 0x000128, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::K2Node_DynamicCast_AsPhoenix_User_Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, K2Node_DynamicCast_bSuccess_1) == 0x000130, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_4) == 0x000138, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x000148, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000160, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_SystemMenu_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x000170, "Member 'UI_BP_SystemMenu_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_SystemMenu_C \ static_assert(alignof(UUI_BP_SystemMenu_C) == 0x000008, "Wrong alignment on UUI_BP_SystemMenu_C"); \ static_assert(sizeof(UUI_BP_SystemMenu_C) == 0x000558, "Wrong size on UUI_BP_SystemMenu_C"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, UberGraphFrame) == 0x0003D0, "Member 'UUI_BP_SystemMenu_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, ToggleHDRCalibrationScreen) == 0x0003D8, "Member 'UUI_BP_SystemMenu_C::ToggleHDRCalibrationScreen' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, ToggleCalibrationScreen) == 0x0003E0, "Member 'UUI_BP_SystemMenu_C::ToggleCalibrationScreen' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, AsyncAccessibility) == 0x0003E8, "Member 'UUI_BP_SystemMenu_C::AsyncAccessibility' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, AsyncAudio) == 0x0003F0, "Member 'UUI_BP_SystemMenu_C::AsyncAudio' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, AsyncConsoleDisplay) == 0x0003F8, "Member 'UUI_BP_SystemMenu_C::AsyncConsoleDisplay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, AsyncDisplay) == 0x000400, "Member 'UUI_BP_SystemMenu_C::AsyncDisplay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, AsyncGamepadControls) == 0x000408, "Member 'UUI_BP_SystemMenu_C::AsyncGamepadControls' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, AsyncGameplay) == 0x000410, "Member 'UUI_BP_SystemMenu_C::AsyncGameplay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, AsyncGraphics) == 0x000418, "Member 'UUI_BP_SystemMenu_C::AsyncGraphics' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, AsyncKeyboardControls) == 0x000420, "Member 'UUI_BP_SystemMenu_C::AsyncKeyboardControls' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, AsyncMenuSwitcher) == 0x000428, "Member 'UUI_BP_SystemMenu_C::AsyncMenuSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, AsyncUI) == 0x000430, "Member 'UUI_BP_SystemMenu_C::AsyncUI' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, confirmBack) == 0x000438, "Member 'UUI_BP_SystemMenu_C::confirmBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, ConfirmGraphicsChangesPopup) == 0x000440, "Member 'UUI_BP_SystemMenu_C::ConfirmGraphicsChangesPopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, ConfirmPopupClickable) == 0x000448, "Member 'UUI_BP_SystemMenu_C::ConfirmPopupClickable' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, ConfirmScreenFade) == 0x000450, "Member 'UUI_BP_SystemMenu_C::ConfirmScreenFade' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, GraphicsAcceptCountdownText) == 0x000458, "Member 'UUI_BP_SystemMenu_C::GraphicsAcceptCountdownText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, navBar) == 0x000460, "Member 'UUI_BP_SystemMenu_C::navBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, page_Calibration) == 0x000468, "Member 'UUI_BP_SystemMenu_C::page_Calibration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, Page_HDRCalibration) == 0x000470, "Member 'UUI_BP_SystemMenu_C::Page_HDRCalibration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, popupBody) == 0x000478, "Member 'UUI_BP_SystemMenu_C::popupBody' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, popupLegendItem_Accept) == 0x000480, "Member 'UUI_BP_SystemMenu_C::popupLegendItem_Accept' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, popupLegendItem_Cancel) == 0x000488, "Member 'UUI_BP_SystemMenu_C::popupLegendItem_Cancel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, PopupTitle) == 0x000490, "Member 'UUI_BP_SystemMenu_C::PopupTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, settingsBorder) == 0x000498, "Member 'UUI_BP_SystemMenu_C::settingsBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, SettingsPageIcon) == 0x0004A0, "Member 'UUI_BP_SystemMenu_C::SettingsPageIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, settingsTitle) == 0x0004A8, "Member 'UUI_BP_SystemMenu_C::settingsTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, MainMenu) == 0x0004B0, "Member 'UUI_BP_SystemMenu_C::MainMenu' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, PageIndex) == 0x0004B8, "Member 'UUI_BP_SystemMenu_C::PageIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, isInCalibration) == 0x0004BC, "Member 'UUI_BP_SystemMenu_C::isInCalibration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, IsInHDRCalibration) == 0x0004BD, "Member 'UUI_BP_SystemMenu_C::IsInHDRCalibration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, InAcceptGraphicsChangeMode) == 0x0004BE, "Member 'UUI_BP_SystemMenu_C::InAcceptGraphicsChangeMode' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, AcceptTimeRemaining) == 0x0004C0, "Member 'UUI_BP_SystemMenu_C::AcceptTimeRemaining' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, RequiresConfirm) == 0x0004C4, "Member 'UUI_BP_SystemMenu_C::RequiresConfirm' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, MinFOVOffset_Console) == 0x0004C8, "Member 'UUI_BP_SystemMenu_C::MinFOVOffset_Console' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, MaxFOVOffset_Console) == 0x0004CC, "Member 'UUI_BP_SystemMenu_C::MaxFOVOffset_Console' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, MinFOVOffset_PC) == 0x0004D0, "Member 'UUI_BP_SystemMenu_C::MinFOVOffset_PC' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, MaxFOVOffset_PC) == 0x0004D4, "Member 'UUI_BP_SystemMenu_C::MaxFOVOffset_PC' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, DynamicRanges) == 0x0004D8, "Member 'UUI_BP_SystemMenu_C::DynamicRanges' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, CurrentPlatform) == 0x0004E8, "Member 'UUI_BP_SystemMenu_C::CurrentPlatform' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, InPageTransition) == 0x0004F8, "Member 'UUI_BP_SystemMenu_C::InPageTransition' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, MenuTitles) == 0x000500, "Member 'UUI_BP_SystemMenu_C::MenuTitles' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, Categories) == 0x000510, "Member 'UUI_BP_SystemMenu_C::Categories' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, BackOutPromptConfirmed) == 0x000520, "Member 'UUI_BP_SystemMenu_C::BackOutPromptConfirmed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, CategoryIndexToGoAfterConfirm) == 0x000530, "Member 'UUI_BP_SystemMenu_C::CategoryIndexToGoAfterConfirm' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, HDRScreenToggled) == 0x000538, "Member 'UUI_BP_SystemMenu_C::HDRScreenToggled' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, ParentLegend) == 0x000548, "Member 'UUI_BP_SystemMenu_C::ParentLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_SystemMenu_C, HoveredNavBarIndex) == 0x000550, "Member 'UUI_BP_SystemMenu_C::HoveredNavBarIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Protected_C_ExecuteUbergraph_BP_Protected \ static_assert(alignof(BP_Protected_C_ExecuteUbergraph_BP_Protected) == 0x000008, "Wrong alignment on BP_Protected_C_ExecuteUbergraph_BP_Protected"); \ static_assert(sizeof(BP_Protected_C_ExecuteUbergraph_BP_Protected) == 0x000018, "Wrong size on BP_Protected_C_ExecuteUbergraph_BP_Protected"); \ static_assert(offsetof(BP_Protected_C_ExecuteUbergraph_BP_Protected, EntryPoint) == 0x000000, "Member 'BP_Protected_C_ExecuteUbergraph_BP_Protected::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Protected_C_ExecuteUbergraph_BP_Protected, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_Protected_C_ExecuteUbergraph_BP_Protected::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Protected_C_ExecuteUbergraph_BP_Protected, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_Protected_C_ExecuteUbergraph_BP_Protected::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Protected_C \ static_assert(alignof(ABP_Protected_C) == 0x000008, "Wrong alignment on ABP_Protected_C"); \ static_assert(sizeof(ABP_Protected_C) == 0x000268, "Wrong size on ABP_Protected_C"); \ static_assert(offsetof(ABP_Protected_C, UberGraphFrame) == 0x000248, "Member 'ABP_Protected_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Protected_C, VFX_P_DW_Protego_Shield_Loop_Strong) == 0x000250, "Member 'ABP_Protected_C::VFX_P_DW_Protego_Shield_Loop_Strong' has a wrong offset!"); \ static_assert(offsetof(ABP_Protected_C, bLocked) == 0x000258, "Member 'ABP_Protected_C::bLocked' has a wrong offset!"); \ static_assert(offsetof(ABP_Protected_C, DefaultSceneRoot) == 0x000260, "Member 'ABP_Protected_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_FwdMove_Loop_Flinch_C \ static_assert(alignof(UABL_FwdMove_Loop_Flinch_C) == 0x000008, "Wrong alignment on UABL_FwdMove_Loop_Flinch_C"); \ static_assert(sizeof(UABL_FwdMove_Loop_Flinch_C) == 0x0000C8, "Wrong size on UABL_FwdMove_Loop_Flinch_C"); \ #define DUMPER7_ASSERTS_BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All \ static_assert(alignof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All) == 0x000008, "Wrong alignment on BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All"); \ static_assert(sizeof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All) == 0x0003A8, "Wrong size on BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, EntryPoint) == 0x000000, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, Temp_struct_Variable) == 0x000008, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, Temp_delegate_Variable) == 0x000018, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_ComponentBoundEvent_HitComponent) == 0x000028, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_ComponentBoundEvent_OtherActor_2) == 0x000030, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_ComponentBoundEvent_OtherComp_2) == 0x000038, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000040, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_ComponentBoundEvent_Hit) == 0x00004C, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_BreakHitResult_bBlockingHit) == 0x0000D4, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000D5, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_BreakHitResult_Time) == 0x0000D8, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_BreakHitResult_Distance) == 0x0000DC, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_BreakHitResult_Location) == 0x0000E0, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_BreakHitResult_ImpactPoint) == 0x0000EC, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_BreakHitResult_Normal) == 0x0000F8, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_BreakHitResult_ImpactNormal) == 0x000104, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_BreakHitResult_PhysMat) == 0x000110, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_BreakHitResult_HitActor) == 0x000118, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_BreakHitResult_HitComponent) == 0x000120, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_BreakHitResult_HitBoneName) == 0x000128, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_BreakHitResult_HitItem) == 0x000130, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_BreakHitResult_ElementIndex) == 0x000134, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_BreakHitResult_FaceIndex) == 0x000138, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_BreakHitResult_TraceStart) == 0x00013C, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_BreakHitResult_TraceEnd) == 0x000148, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_PostEventAtLocation_ReturnValue) == 0x000154, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000158, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000164, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_ApproachVectorWithClampedVelocity_ReturnValue) == 0x000170, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_ApproachVectorWithClampedVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_CreateDelegate_OutputDelegate) == 0x00017C, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00018C, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000198, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000220, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_VSize_ReturnValue) == 0x000224, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000228, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_Add_FloatFloat_ReturnValue) == 0x00022C, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000230, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000238, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000240, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000248, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_ComponentBoundEvent_bFromSweep) == 0x00024C, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_ComponentBoundEvent_SweepResult) == 0x000250, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_GetDisablePickupTime_ReturnValue) == 0x0002D8, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_GetDisablePickupTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_CustomEvent_Caller_2) == 0x0002E0, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_CustomEvent_Caller_1) == 0x0002E8, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0002F0, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_HermesBindEvent_Handle) == 0x0002F8, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000308, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_ComponentBoundEvent_OtherActor) == 0x000310, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_ComponentBoundEvent_OtherComp) == 0x000318, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000320, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_CreateDelegate_OutputDelegate_1) == 0x000324, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000338, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_HermesBindEvent_Handle_1) == 0x000340, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000350, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x000358, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000360, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_CustomEvent_Caller) == 0x000368, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000370, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, K2Node_CreateDelegate_OutputDelegate_2) == 0x000374, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_HermesBindEvent_Handle_2) == 0x000388, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_GetTheBipedPlayer_ReturnValue_3) == 0x000398, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_GetTheBipedPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_CanPickup_ReturnValue) == 0x0003A0, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_CanPickup_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All, CallFunc_PostEvent_ReturnValue) == 0x0003A4, "Member 'BP_CooldownPickup_All_C_ExecuteUbergraph_BP_CooldownPickup_All::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CooldownPickup_All_C_FinisherCast \ static_assert(alignof(BP_CooldownPickup_All_C_FinisherCast) == 0x000008, "Wrong alignment on BP_CooldownPickup_All_C_FinisherCast"); \ static_assert(sizeof(BP_CooldownPickup_All_C_FinisherCast) == 0x000008, "Wrong size on BP_CooldownPickup_All_C_FinisherCast"); \ static_assert(offsetof(BP_CooldownPickup_All_C_FinisherCast, Caller) == 0x000000, "Member 'BP_CooldownPickup_All_C_FinisherCast::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Sphere_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Sphere_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Sphere_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Sphere_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Sphere_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Sphere_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Sphere_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Sphere_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Sphere_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Sphere_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Sphere_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Sphere_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Sphere_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CooldownPickup_All_C_HideNonCinematicElements \ static_assert(alignof(BP_CooldownPickup_All_C_HideNonCinematicElements) == 0x000008, "Wrong alignment on BP_CooldownPickup_All_C_HideNonCinematicElements"); \ static_assert(sizeof(BP_CooldownPickup_All_C_HideNonCinematicElements) == 0x000008, "Wrong size on BP_CooldownPickup_All_C_HideNonCinematicElements"); \ static_assert(offsetof(BP_CooldownPickup_All_C_HideNonCinematicElements, Caller) == 0x000000, "Member 'BP_CooldownPickup_All_C_HideNonCinematicElements::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CooldownPickup_All_C_ShowNonCinematicElements \ static_assert(alignof(BP_CooldownPickup_All_C_ShowNonCinematicElements) == 0x000008, "Wrong alignment on BP_CooldownPickup_All_C_ShowNonCinematicElements"); \ static_assert(sizeof(BP_CooldownPickup_All_C_ShowNonCinematicElements) == 0x000008, "Wrong size on BP_CooldownPickup_All_C_ShowNonCinematicElements"); \ static_assert(offsetof(BP_CooldownPickup_All_C_ShowNonCinematicElements, Caller) == 0x000000, "Member 'BP_CooldownPickup_All_C_ShowNonCinematicElements::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_Red_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_Red_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_Red_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_Red_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_Red_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_Red_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_Red_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_Red_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_Red_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_Red_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_Red_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_Red_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_Red_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_Red_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_Red_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_Red_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_Red_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Capsule_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature \ static_assert(alignof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Capsule_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Capsule_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature"); \ static_assert(sizeof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Capsule_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Capsule_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature"); \ static_assert(offsetof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Capsule_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Capsule_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Capsule_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Capsule_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Capsule_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Capsule_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Capsule_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Capsule_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Capsule_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'BP_CooldownPickup_All_C_BndEvt__BP_CooldownPickup_All_Capsule_K2Node_ComponentBoundEvent_1_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CooldownPickup_All_C_UserConstructionScript \ static_assert(alignof(BP_CooldownPickup_All_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_CooldownPickup_All_C_UserConstructionScript"); \ static_assert(sizeof(BP_CooldownPickup_All_C_UserConstructionScript) == 0x000018, "Wrong size on BP_CooldownPickup_All_C_UserConstructionScript"); \ static_assert(offsetof(BP_CooldownPickup_All_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'BP_CooldownPickup_All_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_UserConstructionScript, CallFunc_MakeRandomStream_RandomStream) == 0x00000C, "Member 'BP_CooldownPickup_All_C_UserConstructionScript::CallFunc_MakeRandomStream_RandomStream' has a wrong offset!"); \ static_assert(offsetof(BP_CooldownPickup_All_C_UserConstructionScript, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000014, "Member 'BP_CooldownPickup_All_C_UserConstructionScript::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CooldownPickup_All_C \ static_assert(alignof(ABP_CooldownPickup_All_C) == 0x000008, "Wrong alignment on ABP_CooldownPickup_All_C"); \ static_assert(sizeof(ABP_CooldownPickup_All_C) == 0x000378, "Wrong size on ABP_CooldownPickup_All_C"); \ static_assert(offsetof(ABP_CooldownPickup_All_C, UberGraphFrame) == 0x000318, "Member 'ABP_CooldownPickup_All_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_CooldownPickup_All_C, VFX_NS_CooldownPickup_All) == 0x000320, "Member 'ABP_CooldownPickup_All_C::VFX_NS_CooldownPickup_All' has a wrong offset!"); \ static_assert(offsetof(ABP_CooldownPickup_All_C, Sphere) == 0x000328, "Member 'ABP_CooldownPickup_All_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_CooldownPickup_All_C, Capsule) == 0x000330, "Member 'ABP_CooldownPickup_All_C::Capsule' has a wrong offset!"); \ static_assert(offsetof(ABP_CooldownPickup_All_C, NewVar_0) == 0x000338, "Member 'ABP_CooldownPickup_All_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(ABP_CooldownPickup_All_C, environment) == 0x000340, "Member 'ABP_CooldownPickup_All_C::environment' has a wrong offset!"); \ static_assert(offsetof(ABP_CooldownPickup_All_C, AutoSelectLoot) == 0x000341, "Member 'ABP_CooldownPickup_All_C::AutoSelectLoot' has a wrong offset!"); \ static_assert(offsetof(ABP_CooldownPickup_All_C, onBagEmpty) == 0x000348, "Member 'ABP_CooldownPickup_All_C::onBagEmpty' has a wrong offset!"); \ static_assert(offsetof(ABP_CooldownPickup_All_C, BouncePlayed) == 0x000358, "Member 'ABP_CooldownPickup_All_C::BouncePlayed' has a wrong offset!"); \ static_assert(offsetof(ABP_CooldownPickup_All_C, PickedupActor) == 0x000360, "Member 'ABP_CooldownPickup_All_C::PickedupActor' has a wrong offset!"); \ static_assert(offsetof(ABP_CooldownPickup_All_C, Speed) == 0x000368, "Member 'ABP_CooldownPickup_All_C::Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_CooldownPickup_All_C, Acceleration) == 0x00036C, "Member 'ABP_CooldownPickup_All_C::Acceleration' has a wrong offset!"); \ static_assert(offsetof(ABP_CooldownPickup_All_C, PlayerOverlapping) == 0x000370, "Member 'ABP_CooldownPickup_All_C::PlayerOverlapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth \ static_assert(alignof(UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth) == 0x000008, "Wrong alignment on UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth"); \ static_assert(sizeof(UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth) == 0x000060, "Wrong size on UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth, CurrentWidth) == 0x000000, "Member 'UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth::CurrentWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth, CurrentRatio) == 0x000004, "Member 'UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth, IdealWidth) == 0x000008, "Member 'UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth::IdealWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth, IdealRatio) == 0x00000C, "Member 'UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin) == 0x000010, "Member 'UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue) == 0x000020, "Member 'UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_1) == 0x000024, "Member 'UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000038, "Member 'UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue_1) == 0x000040, "Member 'UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000044, "Member 'UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth, CallFunc_GetViewportSize_ReturnValue) == 0x000048, "Member 'UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth, CallFunc_BreakVector2D_X) == 0x000050, "Member 'UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth, CallFunc_BreakVector2D_Y) == 0x000054, "Member 'UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000058, "Member 'UI_BP_FirstPlayCalibration_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction) == 0x000004, "Wrong alignment on UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction) == 0x000010, "Wrong size on UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000004, "Member 'UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000005, "Member 'UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000006, "Member 'UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000007, "Member 'UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00000C, "Member 'UI_BP_FirstPlayCalibration_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstPlayCalibration_C_ResolutionSettingsApplied \ static_assert(alignof(UI_BP_FirstPlayCalibration_C_ResolutionSettingsApplied) == 0x000008, "Wrong alignment on UI_BP_FirstPlayCalibration_C_ResolutionSettingsApplied"); \ static_assert(sizeof(UI_BP_FirstPlayCalibration_C_ResolutionSettingsApplied) == 0x000008, "Wrong size on UI_BP_FirstPlayCalibration_C_ResolutionSettingsApplied"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_ResolutionSettingsApplied, Caller) == 0x000000, "Member 'UI_BP_FirstPlayCalibration_C_ResolutionSettingsApplied::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstPlayCalibration_C_OnResetHoldReleased \ static_assert(alignof(UI_BP_FirstPlayCalibration_C_OnResetHoldReleased) == 0x000008, "Wrong alignment on UI_BP_FirstPlayCalibration_C_OnResetHoldReleased"); \ static_assert(sizeof(UI_BP_FirstPlayCalibration_C_OnResetHoldReleased) == 0x000010, "Wrong size on UI_BP_FirstPlayCalibration_C_OnResetHoldReleased"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_OnResetHoldReleased, LegendItem) == 0x000000, "Member 'UI_BP_FirstPlayCalibration_C_OnResetHoldReleased::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_OnResetHoldReleased, HoldWasCompleted) == 0x000008, "Member 'UI_BP_FirstPlayCalibration_C_OnResetHoldReleased::HoldWasCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration \ static_assert(alignof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration) == 0x000008, "Wrong alignment on UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration"); \ static_assert(sizeof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration) == 0x000110, "Wrong size on UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration, EntryPoint) == 0x000000, "Member 'UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration, CallFunc_HermesBindEvent_Handle) == 0x000018, "Member 'UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration, CallFunc_GetGameUserSettings_ReturnValue) == 0x000028, "Member 'UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration, CallFunc_IsHDREnabled_ReturnValue) == 0x000040, "Member 'UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration::CallFunc_IsHDREnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration, K2Node_MakeStruct_LegendItemData) == 0x000048, "Member 'UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration, K2Node_MakeStruct_LegendItemData_1) == 0x000078, "Member 'UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration, K2Node_CustomEvent_Caller) == 0x0000A8, "Member 'UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration, K2Node_MakeStruct_LegendItemData_2) == 0x0000B0, "Member 'UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration::K2Node_MakeStruct_LegendItemData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration, K2Node_MakeArray_Array) == 0x0000E0, "Member 'UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration, CallFunc_GetLegendItem_ReturnValue) == 0x0000F0, "Member 'UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration, CallFunc_GetLegendItem_ReturnValue_1) == 0x0000F8, "Member 'UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration::CallFunc_GetLegendItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration, K2Node_CustomEvent_LegendItem) == 0x000100, "Member 'UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration::K2Node_CustomEvent_LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration, K2Node_CustomEvent_HoldWasCompleted) == 0x000108, "Member 'UI_BP_FirstPlayCalibration_C_ExecuteUbergraph_UI_BP_FirstPlayCalibration::K2Node_CustomEvent_HoldWasCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings) == 0x000070, "Wrong size on UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x000048, "Member 'UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x000050, "Member 'UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_3) == 0x000060, "Member 'UI_BP_FirstPlayCalibration_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FirstPlayCalibration_C \ static_assert(alignof(UUI_BP_FirstPlayCalibration_C) == 0x000008, "Wrong alignment on UUI_BP_FirstPlayCalibration_C"); \ static_assert(sizeof(UUI_BP_FirstPlayCalibration_C) == 0x000388, "Wrong size on UUI_BP_FirstPlayCalibration_C"); \ static_assert(offsetof(UUI_BP_FirstPlayCalibration_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_FirstPlayCalibration_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstPlayCalibration_C, LegendBar) == 0x000330, "Member 'UUI_BP_FirstPlayCalibration_C::LegendBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstPlayCalibration_C, MainSwitcher) == 0x000338, "Member 'UUI_BP_FirstPlayCalibration_C::MainSwitcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstPlayCalibration_C, UI_BP_Settings_Calibration) == 0x000340, "Member 'UUI_BP_FirstPlayCalibration_C::UI_BP_Settings_Calibration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstPlayCalibration_C, UI_BP_Settings_HDRCalibration) == 0x000348, "Member 'UUI_BP_FirstPlayCalibration_C::UI_BP_Settings_HDRCalibration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstPlayCalibration_C, BrightnessAccepted) == 0x000350, "Member 'UUI_BP_FirstPlayCalibration_C::BrightnessAccepted' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstPlayCalibration_C, IsHDRCalibration) == 0x000360, "Member 'UUI_BP_FirstPlayCalibration_C::IsHDRCalibration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstPlayCalibration_C, HDRBrightnessAccepted) == 0x000368, "Member 'UUI_BP_FirstPlayCalibration_C::HDRBrightnessAccepted' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstPlayCalibration_C, CachedResetLegendItem) == 0x000378, "Member 'UUI_BP_FirstPlayCalibration_C::CachedResetLegendItem' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstPlayCalibration_C, CachedAdjustLegendItem) == 0x000380, "Member 'UUI_BP_FirstPlayCalibration_C::CachedAdjustLegendItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_SetTitle \ static_assert(alignof(UI_BP_PhxComboBox_C_SetTitle) == 0x000008, "Wrong alignment on UI_BP_PhxComboBox_C_SetTitle"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_SetTitle) == 0x000030, "Wrong size on UI_BP_PhxComboBox_C_SetTitle"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_SetTitle, NewTitleText) == 0x000000, "Member 'UI_BP_PhxComboBox_C_SetTitle::NewTitleText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_SetTitle, IsTranslatable) == 0x000010, "Member 'UI_BP_PhxComboBox_C_SetTitle::IsTranslatable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_SetTitle, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'UI_BP_PhxComboBox_C_SetTitle::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_SetDropdownOptions \ static_assert(alignof(UI_BP_PhxComboBox_C_SetDropdownOptions) == 0x000008, "Wrong alignment on UI_BP_PhxComboBox_C_SetDropdownOptions"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_SetDropdownOptions) == 0x000010, "Wrong size on UI_BP_PhxComboBox_C_SetDropdownOptions"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_SetDropdownOptions, NewOptions) == 0x000000, "Member 'UI_BP_PhxComboBox_C_SetDropdownOptions::NewOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_FindOptionIndex \ static_assert(alignof(UI_BP_PhxComboBox_C_FindOptionIndex) == 0x000008, "Wrong alignment on UI_BP_PhxComboBox_C_FindOptionIndex"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_FindOptionIndex) == 0x000020, "Wrong size on UI_BP_PhxComboBox_C_FindOptionIndex"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_FindOptionIndex, InOption) == 0x000000, "Member 'UI_BP_PhxComboBox_C_FindOptionIndex::InOption' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_FindOptionIndex, Index_0) == 0x000010, "Member 'UI_BP_PhxComboBox_C_FindOptionIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_FindOptionIndex, bSuccessful) == 0x000014, "Member 'UI_BP_PhxComboBox_C_FindOptionIndex::bSuccessful' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_FindOptionIndex, CallFunc_Array_Find_ReturnValue) == 0x000018, "Member 'UI_BP_PhxComboBox_C_FindOptionIndex::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_FindOptionIndex, CallFunc_NotEqual_IntInt_ReturnValue) == 0x00001C, "Member 'UI_BP_PhxComboBox_C_FindOptionIndex::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_SetDesiredScrollSize \ static_assert(alignof(UI_BP_PhxComboBox_C_SetDesiredScrollSize) == 0x000004, "Wrong alignment on UI_BP_PhxComboBox_C_SetDesiredScrollSize"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_SetDesiredScrollSize) == 0x000004, "Wrong size on UI_BP_PhxComboBox_C_SetDesiredScrollSize"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_SetDesiredScrollSize, NewHeight) == 0x000000, "Member 'UI_BP_PhxComboBox_C_SetDesiredScrollSize::NewHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_GetSelectedOption \ static_assert(alignof(UI_BP_PhxComboBox_C_GetSelectedOption) == 0x000008, "Wrong alignment on UI_BP_PhxComboBox_C_GetSelectedOption"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_GetSelectedOption) == 0x000020, "Wrong size on UI_BP_PhxComboBox_C_GetSelectedOption"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GetSelectedOption, SelectedOption) == 0x000000, "Member 'UI_BP_PhxComboBox_C_GetSelectedOption::SelectedOption' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GetSelectedOption, CallFunc_Array_Get_Item) == 0x000010, "Member 'UI_BP_PhxComboBox_C_GetSelectedOption::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_SetItemsTranslatable \ static_assert(alignof(UI_BP_PhxComboBox_C_SetItemsTranslatable) == 0x000001, "Wrong alignment on UI_BP_PhxComboBox_C_SetItemsTranslatable"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_SetItemsTranslatable) == 0x000001, "Wrong size on UI_BP_PhxComboBox_C_SetItemsTranslatable"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_SetItemsTranslatable, ItemsTranslatable_0) == 0x000000, "Member 'UI_BP_PhxComboBox_C_SetItemsTranslatable::ItemsTranslatable_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_GetSelectedIndex \ static_assert(alignof(UI_BP_PhxComboBox_C_GetSelectedIndex) == 0x000004, "Wrong alignment on UI_BP_PhxComboBox_C_GetSelectedIndex"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_GetSelectedIndex) == 0x000004, "Wrong size on UI_BP_PhxComboBox_C_GetSelectedIndex"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GetSelectedIndex, SelectedIndex_0) == 0x000000, "Member 'UI_BP_PhxComboBox_C_GetSelectedIndex::SelectedIndex_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_SetSelectedIndex \ static_assert(alignof(UI_BP_PhxComboBox_C_SetSelectedIndex) == 0x000008, "Wrong alignment on UI_BP_PhxComboBox_C_SetSelectedIndex"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_SetSelectedIndex) == 0x000050, "Wrong size on UI_BP_PhxComboBox_C_SetSelectedIndex"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_SetSelectedIndex, NewIndex) == 0x000000, "Member 'UI_BP_PhxComboBox_C_SetSelectedIndex::NewIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_SetSelectedIndex, TriggerValueChangedEvent) == 0x000004, "Member 'UI_BP_PhxComboBox_C_SetSelectedIndex::TriggerValueChangedEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_SetSelectedIndex, CallFunc_Array_Get_Item) == 0x000008, "Member 'UI_BP_PhxComboBox_C_SetSelectedIndex::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_SetSelectedIndex, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'UI_BP_PhxComboBox_C_SetSelectedIndex::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_SetSelectedIndex, CallFunc_Array_Get_Item_1) == 0x000030, "Member 'UI_BP_PhxComboBox_C_SetSelectedIndex::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_SetSelectedIndex, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000038, "Member 'UI_BP_PhxComboBox_C_SetSelectedIndex::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_SetSelectedIndex, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000039, "Member 'UI_BP_PhxComboBox_C_SetSelectedIndex::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_SetSelectedIndex, CallFunc_Array_Get_Item_2) == 0x000040, "Member 'UI_BP_PhxComboBox_C_SetSelectedIndex::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_SetSelectedIndex, CallFunc_Array_IsValidIndex_ReturnValue_1) == 0x000048, "Member 'UI_BP_PhxComboBox_C_SetSelectedIndex::CallFunc_Array_IsValidIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_SetSelectedIndex, CallFunc_BooleanAND_ReturnValue) == 0x000049, "Member 'UI_BP_PhxComboBox_C_SetSelectedIndex::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_PopulateItems \ static_assert(alignof(UI_BP_PhxComboBox_C_PopulateItems) == 0x000008, "Wrong alignment on UI_BP_PhxComboBox_C_PopulateItems"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_PopulateItems) == 0x000080, "Wrong size on UI_BP_PhxComboBox_C_PopulateItems"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_PopulateItems, CurrentActiveIndex) == 0x000000, "Member 'UI_BP_PhxComboBox_C_PopulateItems::CurrentActiveIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_PopulateItems, Temp_int_Array_Index_Variable) == 0x000004, "Member 'UI_BP_PhxComboBox_C_PopulateItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_PopulateItems, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'UI_BP_PhxComboBox_C_PopulateItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_PopulateItems, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_PhxComboBox_C_PopulateItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_PopulateItems, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'UI_BP_PhxComboBox_C_PopulateItems::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_PopulateItems, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'UI_BP_PhxComboBox_C_PopulateItems::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_PopulateItems, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'UI_BP_PhxComboBox_C_PopulateItems::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_PopulateItems, CallFunc_GetPlayerController_ReturnValue) == 0x000040, "Member 'UI_BP_PhxComboBox_C_PopulateItems::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_PopulateItems, CallFunc_Create_ReturnValue) == 0x000048, "Member 'UI_BP_PhxComboBox_C_PopulateItems::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_PopulateItems, CallFunc_Array_Add_ReturnValue) == 0x000050, "Member 'UI_BP_PhxComboBox_C_PopulateItems::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_PopulateItems, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000058, "Member 'UI_BP_PhxComboBox_C_PopulateItems::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_PopulateItems, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'UI_BP_PhxComboBox_C_PopulateItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_PopulateItems, CallFunc_Array_Get_Item) == 0x000068, "Member 'UI_BP_PhxComboBox_C_PopulateItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_PopulateItems, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'UI_BP_PhxComboBox_C_PopulateItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_ItemClicked \ static_assert(alignof(UI_BP_PhxComboBox_C_ItemClicked) == 0x000008, "Wrong alignment on UI_BP_PhxComboBox_C_ItemClicked"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_ItemClicked) == 0x000010, "Wrong size on UI_BP_PhxComboBox_C_ItemClicked"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_ItemClicked, Item) == 0x000000, "Member 'UI_BP_PhxComboBox_C_ItemClicked::Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_ItemClicked, NewIndex) == 0x000008, "Member 'UI_BP_PhxComboBox_C_ItemClicked::NewIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_ItemClicked, CallFunc_Array_Find_ReturnValue) == 0x00000C, "Member 'UI_BP_PhxComboBox_C_ItemClicked::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_ItemUnhovered \ static_assert(alignof(UI_BP_PhxComboBox_C_ItemUnhovered) == 0x000008, "Wrong alignment on UI_BP_PhxComboBox_C_ItemUnhovered"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_ItemUnhovered) == 0x000008, "Wrong size on UI_BP_PhxComboBox_C_ItemUnhovered"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_ItemUnhovered, UnhoveredItem) == 0x000000, "Member 'UI_BP_PhxComboBox_C_ItemUnhovered::UnhoveredItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_ItemHovered \ static_assert(alignof(UI_BP_PhxComboBox_C_ItemHovered) == 0x000008, "Wrong alignment on UI_BP_PhxComboBox_C_ItemHovered"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_ItemHovered) == 0x000008, "Wrong size on UI_BP_PhxComboBox_C_ItemHovered"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_ItemHovered, HoveredItem) == 0x000000, "Member 'UI_BP_PhxComboBox_C_ItemHovered::HoveredItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_TogglePopout \ static_assert(alignof(UI_BP_PhxComboBox_C_TogglePopout) == 0x000008, "Wrong alignment on UI_BP_PhxComboBox_C_TogglePopout"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_TogglePopout) == 0x000030, "Wrong size on UI_BP_PhxComboBox_C_TogglePopout"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_TogglePopout, ShouldExpand) == 0x000000, "Member 'UI_BP_PhxComboBox_C_TogglePopout::ShouldExpand' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_TogglePopout, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_PhxComboBox_C_TogglePopout::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_TogglePopout, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_PhxComboBox_C_TogglePopout::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_TogglePopout, Temp_byte_Variable) == 0x000018, "Member 'UI_BP_PhxComboBox_C_TogglePopout::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_TogglePopout, Temp_byte_Variable_1) == 0x000019, "Member 'UI_BP_PhxComboBox_C_TogglePopout::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_TogglePopout, CallFunc_Array_Get_Item) == 0x000020, "Member 'UI_BP_PhxComboBox_C_TogglePopout::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_TogglePopout, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000028, "Member 'UI_BP_PhxComboBox_C_TogglePopout::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_TogglePopout, Temp_bool_Variable) == 0x000029, "Member 'UI_BP_PhxComboBox_C_TogglePopout::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_TogglePopout, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x00002A, "Member 'UI_BP_PhxComboBox_C_TogglePopout::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_TogglePopout, K2Node_Select_Default) == 0x00002B, "Member 'UI_BP_PhxComboBox_C_TogglePopout::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_PreConstruct \ static_assert(alignof(UI_BP_PhxComboBox_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_PhxComboBox_C_PreConstruct"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_PhxComboBox_C_PreConstruct"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_PhxComboBox_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_OnRemovedFromFocusPath \ static_assert(alignof(UI_BP_PhxComboBox_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on UI_BP_PhxComboBox_C_OnRemovedFromFocusPath"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on UI_BP_PhxComboBox_C_OnRemovedFromFocusPath"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'UI_BP_PhxComboBox_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_OnMouseLeave \ static_assert(alignof(UI_BP_PhxComboBox_C_OnMouseLeave) == 0x000008, "Wrong alignment on UI_BP_PhxComboBox_C_OnMouseLeave"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_OnMouseLeave) == 0x000070, "Wrong size on UI_BP_PhxComboBox_C_OnMouseLeave"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'UI_BP_PhxComboBox_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox \ static_assert(alignof(UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox) == 0x000008, "Wrong alignment on UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox) == 0x000098, "Wrong size on UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox, EntryPoint) == 0x000000, "Member 'UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox, K2Node_Event_MouseEvent) == 0x000008, "Member 'UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox, CallFunc_Not_PreBool_ReturnValue) == 0x000078, "Member 'UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox, K2Node_Event_IsDesignTime) == 0x000079, "Member 'UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox, K2Node_Event_InFocusEvent) == 0x00007C, "Member 'UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox::K2Node_Event_InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000088, "Member 'UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox, CallFunc_PlayAnimationForward_ReturnValue) == 0x000090, "Member 'UI_BP_PhxComboBox_C_ExecuteUbergraph_UI_BP_PhxComboBox::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBox_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_PhxComboBox_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings) == 0x000100, "Wrong size on UI_BP_PhxComboBox_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000048, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000060, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000070, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000088, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000098, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x00009C, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x0000A0, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000B8, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x0000C8, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000CC, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0000D0, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x0000E8, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBox_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x0000F8, "Member 'UI_BP_PhxComboBox_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_PhxComboBox_C \ static_assert(alignof(UUI_BP_PhxComboBox_C) == 0x000008, "Wrong alignment on UUI_BP_PhxComboBox_C"); \ static_assert(sizeof(UUI_BP_PhxComboBox_C) == 0x001068, "Wrong size on UUI_BP_PhxComboBox_C"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_PhxComboBox_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, rotateArrow) == 0x000330, "Member 'UUI_BP_PhxComboBox_C::rotateArrow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, Hover) == 0x000338, "Member 'UUI_BP_PhxComboBox_C::Hover' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, ActiveItemHeaderText) == 0x000340, "Member 'UUI_BP_PhxComboBox_C::ActiveItemHeaderText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, ArrowImage) == 0x000348, "Member 'UUI_BP_PhxComboBox_C::ArrowImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, ContentsBox) == 0x000350, "Member 'UUI_BP_PhxComboBox_C::ContentsBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, goldleafBorder) == 0x000358, "Member 'UUI_BP_PhxComboBox_C::goldleafBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, goldleafLeft) == 0x000360, "Member 'UUI_BP_PhxComboBox_C::goldleafLeft' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, goldleafRigth) == 0x000368, "Member 'UUI_BP_PhxComboBox_C::goldleafRigth' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, HeaderButton) == 0x000370, "Member 'UUI_BP_PhxComboBox_C::HeaderButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, ScrollBorder) == 0x000378, "Member 'UUI_BP_PhxComboBox_C::ScrollBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, ScrollBox) == 0x000380, "Member 'UUI_BP_PhxComboBox_C::ScrollBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, ScrollSizeBox) == 0x000388, "Member 'UUI_BP_PhxComboBox_C::ScrollSizeBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, TitleText) == 0x000390, "Member 'UUI_BP_PhxComboBox_C::TitleText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, IsExpanded) == 0x000398, "Member 'UUI_BP_PhxComboBox_C::IsExpanded' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, MaxListHeight) == 0x00039C, "Member 'UUI_BP_PhxComboBox_C::MaxListHeight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, Style_0) == 0x0003A0, "Member 'UUI_BP_PhxComboBox_C::Style_0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, DropdownItems) == 0x000790, "Member 'UUI_BP_PhxComboBox_C::DropdownItems' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, ItemStyle) == 0x0007A0, "Member 'UUI_BP_PhxComboBox_C::ItemStyle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, font_0) == 0x000F68, "Member 'UUI_BP_PhxComboBox_C::font_0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, SelectedIndex) == 0x000FC0, "Member 'UUI_BP_PhxComboBox_C::SelectedIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, ItemArray) == 0x000FC8, "Member 'UUI_BP_PhxComboBox_C::ItemArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, OnItemClicked) == 0x000FD8, "Member 'UUI_BP_PhxComboBox_C::OnItemClicked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, OnItemHovered) == 0x000FE8, "Member 'UUI_BP_PhxComboBox_C::OnItemHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, OnItemUnhovered) == 0x000FF8, "Member 'UUI_BP_PhxComboBox_C::OnItemUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, OnOpen) == 0x001008, "Member 'UUI_BP_PhxComboBox_C::OnOpen' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, OnClose) == 0x001018, "Member 'UUI_BP_PhxComboBox_C::OnClose' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, OnHeaderButtonHovered) == 0x001028, "Member 'UUI_BP_PhxComboBox_C::OnHeaderButtonHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, OnHeaderButtonUnhovered) == 0x001038, "Member 'UUI_BP_PhxComboBox_C::OnHeaderButtonUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, OnSelectionChanged) == 0x001048, "Member 'UUI_BP_PhxComboBox_C::OnSelectionChanged' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, ItemsTranslatable) == 0x001058, "Member 'UUI_BP_PhxComboBox_C::ItemsTranslatable' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, ScaleTextFont) == 0x001059, "Member 'UUI_BP_PhxComboBox_C::ScaleTextFont' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, WantsPaintGeo) == 0x00105A, "Member 'UUI_BP_PhxComboBox_C::WantsPaintGeo' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBox_C, LastHoveredItem) == 0x001060, "Member 'UUI_BP_PhxComboBox_C::LastHoveredItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_MoveFwd_Loop_C \ static_assert(alignof(UABL_MoveFwd_Loop_C) == 0x000008, "Wrong alignment on UABL_MoveFwd_Loop_C"); \ static_assert(sizeof(UABL_MoveFwd_Loop_C) == 0x0000C8, "Wrong size on UABL_MoveFwd_Loop_C"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Sorcerer_Flame_C_OnHit \ static_assert(alignof(BP_SubSonic_Sorcerer_Flame_C_OnHit) == 0x000004, "Wrong alignment on BP_SubSonic_Sorcerer_Flame_C_OnHit"); \ static_assert(sizeof(BP_SubSonic_Sorcerer_Flame_C_OnHit) == 0x00008C, "Wrong size on BP_SubSonic_Sorcerer_Flame_C_OnHit"); \ static_assert(offsetof(BP_SubSonic_Sorcerer_Flame_C_OnHit, HitResult) == 0x000000, "Member 'BP_SubSonic_Sorcerer_Flame_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Sorcerer_Flame_C_OnHit, bDestroyed) == 0x000088, "Member 'BP_SubSonic_Sorcerer_Flame_C_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Sorcerer_Flame_C_OnHit, bHit) == 0x000089, "Member 'BP_SubSonic_Sorcerer_Flame_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Sorcerer_Flame_C_OnHit, bBlocked) == 0x00008A, "Member 'BP_SubSonic_Sorcerer_Flame_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Sorcerer_Flame_C_OnHit, bFailed) == 0x00008B, "Member 'BP_SubSonic_Sorcerer_Flame_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Sorcerer_Flame_C_OnFire \ static_assert(alignof(BP_SubSonic_Sorcerer_Flame_C_OnFire) == 0x000008, "Wrong alignment on BP_SubSonic_Sorcerer_Flame_C_OnFire"); \ static_assert(sizeof(BP_SubSonic_Sorcerer_Flame_C_OnFire) == 0x000020, "Wrong size on BP_SubSonic_Sorcerer_Flame_C_OnFire"); \ static_assert(offsetof(BP_SubSonic_Sorcerer_Flame_C_OnFire, Target) == 0x000000, "Member 'BP_SubSonic_Sorcerer_Flame_C_OnFire::Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Sorcerer_Flame_C_OnFire, TargetLocation) == 0x000008, "Member 'BP_SubSonic_Sorcerer_Flame_C_OnFire::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Sorcerer_Flame_C_OnFire, Velocity) == 0x000014, "Member 'BP_SubSonic_Sorcerer_Flame_C_OnFire::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame \ static_assert(alignof(BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame) == 0x000008, "Wrong alignment on BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame"); \ static_assert(sizeof(BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame) == 0x0000B0, "Wrong size on BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame"); \ static_assert(offsetof(BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame, EntryPoint) == 0x000000, "Member 'BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame, K2Node_Event_HitResult) == 0x000004, "Member 'BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame, K2Node_Event_bDestroyed) == 0x00008C, "Member 'BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame::K2Node_Event_bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame, K2Node_Event_bHit) == 0x00008D, "Member 'BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame, K2Node_Event_bBlocked) == 0x00008E, "Member 'BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame, K2Node_Event_bFailed) == 0x00008F, "Member 'BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame::K2Node_Event_bFailed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame, K2Node_Event_Target) == 0x000090, "Member 'BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame, K2Node_Event_TargetLocation) == 0x000098, "Member 'BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame::K2Node_Event_TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame, K2Node_Event_Velocity) == 0x0000A4, "Member 'BP_SubSonic_Sorcerer_Flame_C_ExecuteUbergraph_BP_SubSonic_Sorcerer_Flame::K2Node_Event_Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_Sorcerer_Flame_C \ static_assert(alignof(ABP_SubSonic_Sorcerer_Flame_C) == 0x000008, "Wrong alignment on ABP_SubSonic_Sorcerer_Flame_C"); \ static_assert(sizeof(ABP_SubSonic_Sorcerer_Flame_C) == 0x000580, "Wrong size on ABP_SubSonic_Sorcerer_Flame_C"); \ static_assert(offsetof(ABP_SubSonic_Sorcerer_Flame_C, UberGraphFrame) == 0x000538, "Member 'ABP_SubSonic_Sorcerer_Flame_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Sorcerer_Flame_C, N_GroundFire) == 0x000540, "Member 'ABP_SubSonic_Sorcerer_Flame_C::N_GroundFire' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Sorcerer_Flame_C, Niagara) == 0x000548, "Member 'ABP_SubSonic_Sorcerer_Flame_C::Niagara' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Sorcerer_Flame_C, PointLight) == 0x000550, "Member 'ABP_SubSonic_Sorcerer_Flame_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Sorcerer_Flame_C, SM_Aguamenti_WaterProj) == 0x000558, "Member 'ABP_SubSonic_Sorcerer_Flame_C::SM_Aguamenti_WaterProj' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Sorcerer_Flame_C, MAT_RibbonTRail) == 0x000560, "Member 'ABP_SubSonic_Sorcerer_Flame_C::MAT_RibbonTRail' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Sorcerer_Flame_C, MAT_Proj) == 0x000568, "Member 'ABP_SubSonic_Sorcerer_Flame_C::MAT_Proj' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Sorcerer_Flame_C, LOC_Target) == 0x000570, "Member 'ABP_SubSonic_Sorcerer_Flame_C::LOC_Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character \ static_assert(alignof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character) == 0x000008, "Wrong alignment on BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character"); \ static_assert(sizeof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character) == 0x000208, "Wrong size on BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, EntryPoint) == 0x000000, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, K2Node_Event_MunitionImpact) == 0x000008, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::K2Node_Event_MunitionImpact' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, K2Node_Event_HitResult) == 0x0000F8, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, K2Node_Event_bHit) == 0x000180, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, K2Node_Event_bBlocked) == 0x000181, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, K2Node_Event_bFailed) == 0x000182, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::K2Node_Event_bFailed' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_BreakHitResult_bBlockingHit) == 0x000183, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_BreakHitResult_bInitialOverlap) == 0x000184, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_BreakHitResult_Time) == 0x000188, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_BreakHitResult_Distance) == 0x00018C, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_BreakHitResult_Location) == 0x000190, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_BreakHitResult_ImpactPoint) == 0x00019C, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_BreakHitResult_Normal) == 0x0001A8, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_BreakHitResult_ImpactNormal) == 0x0001B4, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_BreakHitResult_PhysMat) == 0x0001C0, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_BreakHitResult_HitActor) == 0x0001C8, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_BreakHitResult_HitComponent) == 0x0001D0, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_BreakHitResult_HitBoneName) == 0x0001D8, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_BreakHitResult_HitItem) == 0x0001E0, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_BreakHitResult_ElementIndex) == 0x0001E4, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_BreakHitResult_FaceIndex) == 0x0001E8, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_BreakHitResult_TraceStart) == 0x0001EC, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_BreakHitResult_TraceEnd) == 0x0001F8, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character, CallFunc_SetOnFire_ReturnValue) == 0x000204, "Member 'BP_AOE_FieryExplosion_Character_C_ExecuteUbergraph_BP_AOE_FieryExplosion_Character::CallFunc_SetOnFire_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AOE_FieryExplosion_Character_C_OnHit \ static_assert(alignof(BP_AOE_FieryExplosion_Character_C_OnHit) == 0x000008, "Wrong alignment on BP_AOE_FieryExplosion_Character_C_OnHit"); \ static_assert(sizeof(BP_AOE_FieryExplosion_Character_C_OnHit) == 0x000180, "Wrong size on BP_AOE_FieryExplosion_Character_C_OnHit"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_OnHit, MunitionImpact) == 0x000000, "Member 'BP_AOE_FieryExplosion_Character_C_OnHit::MunitionImpact' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_OnHit, HitResult) == 0x0000F0, "Member 'BP_AOE_FieryExplosion_Character_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_OnHit, bHit) == 0x000178, "Member 'BP_AOE_FieryExplosion_Character_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_OnHit, bBlocked) == 0x000179, "Member 'BP_AOE_FieryExplosion_Character_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_FieryExplosion_Character_C_OnHit, bFailed) == 0x00017A, "Member 'BP_AOE_FieryExplosion_Character_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AOE_FieryExplosion_Character_C \ static_assert(alignof(ABP_AOE_FieryExplosion_Character_C) == 0x000008, "Wrong alignment on ABP_AOE_FieryExplosion_Character_C"); \ static_assert(sizeof(ABP_AOE_FieryExplosion_Character_C) == 0x000670, "Wrong size on ABP_AOE_FieryExplosion_Character_C"); \ static_assert(offsetof(ABP_AOE_FieryExplosion_Character_C, UberGraphFrame) == 0x000660, "Member 'ABP_AOE_FieryExplosion_Character_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AOE_FieryExplosion_Character_C, DefaultSceneRoot) == 0x000668, "Member 'ABP_AOE_FieryExplosion_Character_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_StealthMoveFwd_Loop_C \ static_assert(alignof(UABL_StealthMoveFwd_Loop_C) == 0x000008, "Wrong alignment on UABL_StealthMoveFwd_Loop_C"); \ static_assert(sizeof(UABL_StealthMoveFwd_Loop_C) == 0x0000C8, "Wrong size on UABL_StealthMoveFwd_Loop_C"); \ #define DUMPER7_ASSERTS_UI_BP_MenuReaderTester_C_ExecuteUbergraph_UI_BP_MenuReaderTester \ static_assert(alignof(UI_BP_MenuReaderTester_C_ExecuteUbergraph_UI_BP_MenuReaderTester) == 0x000004, "Wrong alignment on UI_BP_MenuReaderTester_C_ExecuteUbergraph_UI_BP_MenuReaderTester"); \ static_assert(sizeof(UI_BP_MenuReaderTester_C_ExecuteUbergraph_UI_BP_MenuReaderTester) == 0x000004, "Wrong size on UI_BP_MenuReaderTester_C_ExecuteUbergraph_UI_BP_MenuReaderTester"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_ExecuteUbergraph_UI_BP_MenuReaderTester, EntryPoint) == 0x000000, "Member 'UI_BP_MenuReaderTester_C_ExecuteUbergraph_UI_BP_MenuReaderTester::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MenuReaderTester_C_ChangeCurrentString \ static_assert(alignof(UI_BP_MenuReaderTester_C_ChangeCurrentString) == 0x000004, "Wrong alignment on UI_BP_MenuReaderTester_C_ChangeCurrentString"); \ static_assert(sizeof(UI_BP_MenuReaderTester_C_ChangeCurrentString) == 0x000018, "Wrong size on UI_BP_MenuReaderTester_C_ChangeCurrentString"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_ChangeCurrentString, Delta) == 0x000000, "Member 'UI_BP_MenuReaderTester_C_ChangeCurrentString::Delta' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_ChangeCurrentString, TempNumStrings) == 0x000004, "Member 'UI_BP_MenuReaderTester_C_ChangeCurrentString::TempNumStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_ChangeCurrentString, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'UI_BP_MenuReaderTester_C_ChangeCurrentString::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_ChangeCurrentString, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_MenuReaderTester_C_ChangeCurrentString::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_ChangeCurrentString, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'UI_BP_MenuReaderTester_C_ChangeCurrentString::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_ChangeCurrentString, CallFunc_Percent_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_MenuReaderTester_C_ChangeCurrentString::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MenuReaderTester_C_RefreshDisplay \ static_assert(alignof(UI_BP_MenuReaderTester_C_RefreshDisplay) == 0x000008, "Wrong alignment on UI_BP_MenuReaderTester_C_RefreshDisplay"); \ static_assert(sizeof(UI_BP_MenuReaderTester_C_RefreshDisplay) == 0x000098, "Wrong size on UI_BP_MenuReaderTester_C_RefreshDisplay"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshDisplay, TempButtonString) == 0x000000, "Member 'UI_BP_MenuReaderTester_C_RefreshDisplay::TempButtonString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshDisplay, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'UI_BP_MenuReaderTester_C_RefreshDisplay::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshDisplay, CallFunc_Len_ReturnValue) == 0x000020, "Member 'UI_BP_MenuReaderTester_C_RefreshDisplay::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshDisplay, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'UI_BP_MenuReaderTester_C_RefreshDisplay::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshDisplay, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_MenuReaderTester_C_RefreshDisplay::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshDisplay, CallFunc_Conv_IntToString_ReturnValue) == 0x000030, "Member 'UI_BP_MenuReaderTester_C_RefreshDisplay::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshDisplay, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'UI_BP_MenuReaderTester_C_RefreshDisplay::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshDisplay, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'UI_BP_MenuReaderTester_C_RefreshDisplay::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshDisplay, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000058, "Member 'UI_BP_MenuReaderTester_C_RefreshDisplay::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshDisplay, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'UI_BP_MenuReaderTester_C_RefreshDisplay::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshDisplay, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000078, "Member 'UI_BP_MenuReaderTester_C_RefreshDisplay::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshDisplay, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000088, "Member 'UI_BP_MenuReaderTester_C_RefreshDisplay::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction) == 0x000001, "Wrong alignment on UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction) == 0x00000A, "Wrong size on UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000004, "Member 'UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000005, "Member 'UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000006, "Member 'UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000007, "Member 'UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000008, "Member 'UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000009, "Member 'UI_BP_MenuReaderTester_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MenuReaderTester_C_RefreshLegend \ static_assert(alignof(UI_BP_MenuReaderTester_C_RefreshLegend) == 0x000008, "Wrong alignment on UI_BP_MenuReaderTester_C_RefreshLegend"); \ static_assert(sizeof(UI_BP_MenuReaderTester_C_RefreshLegend) == 0x000118, "Wrong size on UI_BP_MenuReaderTester_C_RefreshLegend"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshLegend, TempLegendItems) == 0x000000, "Member 'UI_BP_MenuReaderTester_C_RefreshLegend::TempLegendItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshLegend, K2Node_MakeStruct_LegendItemData) == 0x000010, "Member 'UI_BP_MenuReaderTester_C_RefreshLegend::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshLegend, CallFunc_Array_Add_ReturnValue) == 0x000040, "Member 'UI_BP_MenuReaderTester_C_RefreshLegend::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshLegend, K2Node_MakeStruct_LegendItemData_1) == 0x000048, "Member 'UI_BP_MenuReaderTester_C_RefreshLegend::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshLegend, K2Node_MakeStruct_LegendItemData_2) == 0x000078, "Member 'UI_BP_MenuReaderTester_C_RefreshLegend::K2Node_MakeStruct_LegendItemData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_MenuReaderTester_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_2) == 0x0000AC, "Member 'UI_BP_MenuReaderTester_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshLegend, K2Node_MakeStruct_LegendItemData_3) == 0x0000B0, "Member 'UI_BP_MenuReaderTester_C_RefreshLegend::K2Node_MakeStruct_LegendItemData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshLegend, K2Node_MakeStruct_LegendItemData_4) == 0x0000E0, "Member 'UI_BP_MenuReaderTester_C_RefreshLegend::K2Node_MakeStruct_LegendItemData_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_3) == 0x000110, "Member 'UI_BP_MenuReaderTester_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_4) == 0x000114, "Member 'UI_BP_MenuReaderTester_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MenuReaderTester_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_MenuReaderTester_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_MenuReaderTester_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_MenuReaderTester_C_GatherMenuReaderStrings) == 0x000098, "Wrong size on UI_BP_MenuReaderTester_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_MenuReaderTester_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_MenuReaderTester_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_MenuReaderTester_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_MenuReaderTester_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_MenuReaderTester_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_MenuReaderTester_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000060, "Member 'UI_BP_MenuReaderTester_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000078, "Member 'UI_BP_MenuReaderTester_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000088, "Member 'UI_BP_MenuReaderTester_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x00008C, "Member 'UI_BP_MenuReaderTester_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MenuReaderTester_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x000090, "Member 'UI_BP_MenuReaderTester_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MenuReaderTester_C \ static_assert(alignof(UUI_BP_MenuReaderTester_C) == 0x000008, "Wrong alignment on UUI_BP_MenuReaderTester_C"); \ static_assert(sizeof(UUI_BP_MenuReaderTester_C) == 0x0003E0, "Wrong size on UUI_BP_MenuReaderTester_C"); \ static_assert(offsetof(UUI_BP_MenuReaderTester_C, UberGraphFrame) == 0x000390, "Member 'UUI_BP_MenuReaderTester_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuReaderTester_C, DummyText) == 0x000398, "Member 'UUI_BP_MenuReaderTester_C::DummyText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuReaderTester_C, Legend) == 0x0003A0, "Member 'UUI_BP_MenuReaderTester_C::Legend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuReaderTester_C, NonRichText) == 0x0003A8, "Member 'UUI_BP_MenuReaderTester_C::NonRichText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuReaderTester_C, NumStrings) == 0x0003B0, "Member 'UUI_BP_MenuReaderTester_C::NumStrings' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuReaderTester_C, PronunciationText) == 0x0003B8, "Member 'UUI_BP_MenuReaderTester_C::PronunciationText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuReaderTester_C, RichText) == 0x0003C0, "Member 'UUI_BP_MenuReaderTester_C::RichText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuReaderTester_C, CurrentIndex) == 0x0003C8, "Member 'UUI_BP_MenuReaderTester_C::CurrentIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuReaderTester_C, HasDummyText) == 0x0003CC, "Member 'UUI_BP_MenuReaderTester_C::HasDummyText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MenuReaderTester_C, DummyString) == 0x0003D0, "Member 'UUI_BP_MenuReaderTester_C::DummyString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Crouch_Move_Loop_C \ static_assert(alignof(UABL_Crouch_Move_Loop_C) == 0x000008, "Wrong alignment on UABL_Crouch_Move_Loop_C"); \ static_assert(sizeof(UABL_Crouch_Move_Loop_C) == 0x0000C8, "Wrong size on UABL_Crouch_Move_Loop_C"); \ #define DUMPER7_ASSERTS_UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted \ static_assert(alignof(UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted) == 0x000008, "Wrong alignment on UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted"); \ static_assert(sizeof(UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted) == 0x000070, "Wrong size on UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted"); \ static_assert(offsetof(UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted, EntryPoint) == 0x000000, "Member 'UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted, K2Node_Event_MyGeometry) == 0x000004, "Member 'UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted, K2Node_CustomEvent_rotationAngle) == 0x000040, "Member 'UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted::K2Node_CustomEvent_rotationAngle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted, CallFunc_GetPlayerController_ReturnValue) == 0x000048, "Member 'UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted, CallFunc_GetCameraRotation_ReturnValue) == 0x000050, "Member 'UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted::CallFunc_GetCameraRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted, CallFunc_BreakRotator_Roll) == 0x00005C, "Member 'UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted, CallFunc_BreakRotator_Pitch) == 0x000060, "Member 'UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted, CallFunc_BreakRotator_Yaw) == 0x000064, "Member 'UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted, CallFunc_Add_FloatFloat_ReturnValue) == 0x000068, "Member 'UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00006C, "Member 'UI_BP_Wanted_C_ExecuteUbergraph_UI_BP_Wanted::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Wanted_C_RippleRotation \ static_assert(alignof(UI_BP_Wanted_C_RippleRotation) == 0x000004, "Wrong alignment on UI_BP_Wanted_C_RippleRotation"); \ static_assert(sizeof(UI_BP_Wanted_C_RippleRotation) == 0x000004, "Wrong size on UI_BP_Wanted_C_RippleRotation"); \ static_assert(offsetof(UI_BP_Wanted_C_RippleRotation, RotationAngle) == 0x000000, "Member 'UI_BP_Wanted_C_RippleRotation::RotationAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Wanted_C_Tick \ static_assert(alignof(UI_BP_Wanted_C_Tick) == 0x000004, "Wrong alignment on UI_BP_Wanted_C_Tick"); \ static_assert(sizeof(UI_BP_Wanted_C_Tick) == 0x00003C, "Wrong size on UI_BP_Wanted_C_Tick"); \ static_assert(offsetof(UI_BP_Wanted_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_Wanted_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Wanted_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_Wanted_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Wanted_C_ToggleWantedState \ static_assert(alignof(UI_BP_Wanted_C_ToggleWantedState) == 0x000008, "Wrong alignment on UI_BP_Wanted_C_ToggleWantedState"); \ static_assert(sizeof(UI_BP_Wanted_C_ToggleWantedState) == 0x000038, "Wrong size on UI_BP_Wanted_C_ToggleWantedState"); \ static_assert(offsetof(UI_BP_Wanted_C_ToggleWantedState, isWanted) == 0x000000, "Member 'UI_BP_Wanted_C_ToggleWantedState::isWanted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Wanted_C_ToggleWantedState, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_Wanted_C_ToggleWantedState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Wanted_C_ToggleWantedState, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'UI_BP_Wanted_C_ToggleWantedState::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Wanted_C_ToggleWantedState, CallFunc_PlayAnimationForward_ReturnValue) == 0x000028, "Member 'UI_BP_Wanted_C_ToggleWantedState::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Wanted_C_ToggleWantedState, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000030, "Member 'UI_BP_Wanted_C_ToggleWantedState::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Wanted_C_StartRipple \ static_assert(alignof(UI_BP_Wanted_C_StartRipple) == 0x000008, "Wrong alignment on UI_BP_Wanted_C_StartRipple"); \ static_assert(sizeof(UI_BP_Wanted_C_StartRipple) == 0x000008, "Wrong size on UI_BP_Wanted_C_StartRipple"); \ static_assert(offsetof(UI_BP_Wanted_C_StartRipple, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_Wanted_C_StartRipple::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Wanted_C_StopWanted \ static_assert(alignof(UI_BP_Wanted_C_StopWanted) == 0x000001, "Wrong alignment on UI_BP_Wanted_C_StopWanted"); \ static_assert(sizeof(UI_BP_Wanted_C_StopWanted) == 0x000001, "Wrong size on UI_BP_Wanted_C_StopWanted"); \ static_assert(offsetof(UI_BP_Wanted_C_StopWanted, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000000, "Member 'UI_BP_Wanted_C_StopWanted::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Wanted_C \ static_assert(alignof(UUI_BP_Wanted_C) == 0x000008, "Wrong alignment on UUI_BP_Wanted_C"); \ static_assert(sizeof(UUI_BP_Wanted_C) == 0x000328, "Wrong size on UUI_BP_Wanted_C"); \ static_assert(offsetof(UUI_BP_Wanted_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_Wanted_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Wanted_C, HideWanted) == 0x0002F0, "Member 'UUI_BP_Wanted_C::HideWanted' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Wanted_C, ShowWanted) == 0x0002F8, "Member 'UUI_BP_Wanted_C::ShowWanted' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Wanted_C, RipplePulse) == 0x000300, "Member 'UUI_BP_Wanted_C::RipplePulse' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Wanted_C, ripple) == 0x000308, "Member 'UUI_BP_Wanted_C::ripple' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Wanted_C, ripplePanel) == 0x000310, "Member 'UUI_BP_Wanted_C::ripplePanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Wanted_C, UI_BP_GoldLeafDivider) == 0x000318, "Member 'UUI_BP_Wanted_C::UI_BP_GoldLeafDivider' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Wanted_C, wantedBorder) == 0x000320, "Member 'UUI_BP_Wanted_C::wantedBorder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle \ static_assert(alignof(ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle) == 0x000008, "Wrong alignment on ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle"); \ static_assert(sizeof(ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle) == 0x000070, "Wrong size on ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle"); \ static_assert(offsetof(ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle, EntryPoint) == 0x000000, "Member 'ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle, K2Node_Event_Context) == 0x000008, "Member 'ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Crouch_ToBMIdle_C_ExecuteUbergraph_ABL_Crouch_ToBMIdle::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Crouch_ToBMIdle_C_OnAbilityBranch \ static_assert(alignof(ABL_Crouch_ToBMIdle_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Crouch_ToBMIdle_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Crouch_ToBMIdle_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Crouch_ToBMIdle_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Crouch_ToBMIdle_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Crouch_ToBMIdle_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_ToBMIdle_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Crouch_ToBMIdle_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Crouch_ToBMIdle_C_OnAbilityStart \ static_assert(alignof(ABL_Crouch_ToBMIdle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Crouch_ToBMIdle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Crouch_ToBMIdle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Crouch_ToBMIdle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Crouch_ToBMIdle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Crouch_ToBMIdle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Crouch_ToBMIdle_C \ static_assert(alignof(UABL_Crouch_ToBMIdle_C) == 0x000008, "Wrong alignment on UABL_Crouch_ToBMIdle_C"); \ static_assert(sizeof(UABL_Crouch_ToBMIdle_C) == 0x0000D0, "Wrong size on UABL_Crouch_ToBMIdle_C"); \ static_assert(offsetof(UABL_Crouch_ToBMIdle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Crouch_ToBMIdle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_MoveFwdStairsUp_Loop_C \ static_assert(alignof(UABL_MoveFwdStairsUp_Loop_C) == 0x000008, "Wrong alignment on UABL_MoveFwdStairsUp_Loop_C"); \ static_assert(sizeof(UABL_MoveFwdStairsUp_Loop_C) == 0x0000C8, "Wrong size on UABL_MoveFwdStairsUp_Loop_C"); \ #define DUMPER7_ASSERTS_UABL_CombatCasualIdle_C \ static_assert(alignof(UABL_CombatCasualIdle_C) == 0x000008, "Wrong alignment on UABL_CombatCasualIdle_C"); \ static_assert(sizeof(UABL_CombatCasualIdle_C) == 0x0000C8, "Wrong size on UABL_CombatCasualIdle_C"); \ #define DUMPER7_ASSERTS_UABL_Incarcerous_End_C \ static_assert(alignof(UABL_Incarcerous_End_C) == 0x000008, "Wrong alignment on UABL_Incarcerous_End_C"); \ static_assert(sizeof(UABL_Incarcerous_End_C) == 0x0000E0, "Wrong size on UABL_Incarcerous_End_C"); \ #define DUMPER7_ASSERTS_UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem \ static_assert(alignof(UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem) == 0x000008, "Wrong alignment on UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem"); \ static_assert(sizeof(UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem) == 0x000078, "Wrong size on UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem"); \ static_assert(offsetof(UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem, EntryPoint) == 0x000000, "Member 'UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem, CallFunc_Get_ReturnValue) == 0x000008, "Member 'UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000010, "Member 'UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem, K2Node_CustomEvent_NotificationText) == 0x000018, "Member 'UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem::K2Node_CustomEvent_NotificationText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem, K2Node_CustomEvent_TimeToLive) == 0x000028, "Member 'UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem::K2Node_CustomEvent_TimeToLive' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem, K2Node_Event_MyGeometry) == 0x00002C, "Member 'UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem, K2Node_Event_InDeltaTime) == 0x000064, "Member 'UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem, CallFunc_Add_FloatFloat_ReturnValue) == 0x000068, "Member 'UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem, CallFunc_PlayAnimation_ReturnValue) == 0x000070, "Member 'UI_BP_TextNotificationItem_C_ExecuteUbergraph_UI_BP_TextNotificationItem::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TextNotificationItem_C_Initialize \ static_assert(alignof(UI_BP_TextNotificationItem_C_Initialize) == 0x000008, "Wrong alignment on UI_BP_TextNotificationItem_C_Initialize"); \ static_assert(sizeof(UI_BP_TextNotificationItem_C_Initialize) == 0x000018, "Wrong size on UI_BP_TextNotificationItem_C_Initialize"); \ static_assert(offsetof(UI_BP_TextNotificationItem_C_Initialize, NotificationText_0) == 0x000000, "Member 'UI_BP_TextNotificationItem_C_Initialize::NotificationText_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationItem_C_Initialize, TimeToLive_0) == 0x000010, "Member 'UI_BP_TextNotificationItem_C_Initialize::TimeToLive_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TextNotificationItem_C_Tick \ static_assert(alignof(UI_BP_TextNotificationItem_C_Tick) == 0x000004, "Wrong alignment on UI_BP_TextNotificationItem_C_Tick"); \ static_assert(sizeof(UI_BP_TextNotificationItem_C_Tick) == 0x00003C, "Wrong size on UI_BP_TextNotificationItem_C_Tick"); \ static_assert(offsetof(UI_BP_TextNotificationItem_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_TextNotificationItem_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TextNotificationItem_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_TextNotificationItem_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TextNotificationItem_C_SetText \ static_assert(alignof(UI_BP_TextNotificationItem_C_SetText) == 0x000008, "Wrong alignment on UI_BP_TextNotificationItem_C_SetText"); \ static_assert(sizeof(UI_BP_TextNotificationItem_C_SetText) == 0x000010, "Wrong size on UI_BP_TextNotificationItem_C_SetText"); \ static_assert(offsetof(UI_BP_TextNotificationItem_C_SetText, newText) == 0x000000, "Member 'UI_BP_TextNotificationItem_C_SetText::newText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_TextNotificationItem_C \ static_assert(alignof(UUI_BP_TextNotificationItem_C) == 0x000008, "Wrong alignment on UUI_BP_TextNotificationItem_C"); \ static_assert(sizeof(UUI_BP_TextNotificationItem_C) == 0x0002A8, "Wrong size on UUI_BP_TextNotificationItem_C"); \ static_assert(offsetof(UUI_BP_TextNotificationItem_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_TextNotificationItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TextNotificationItem_C, hideNotification) == 0x000270, "Member 'UUI_BP_TextNotificationItem_C::hideNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TextNotificationItem_C, ShowNotification) == 0x000278, "Member 'UUI_BP_TextNotificationItem_C::ShowNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TextNotificationItem_C, NotificationText) == 0x000280, "Member 'UUI_BP_TextNotificationItem_C::NotificationText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TextNotificationItem_C, TimeToLive) == 0x000288, "Member 'UUI_BP_TextNotificationItem_C::TimeToLive' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TextNotificationItem_C, CurrentLifespan) == 0x00028C, "Member 'UUI_BP_TextNotificationItem_C::CurrentLifespan' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TextNotificationItem_C, TextKey) == 0x000290, "Member 'UUI_BP_TextNotificationItem_C::TextKey' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_TextNotificationItem_C, IsCompleted) == 0x0002A0, "Member 'UUI_BP_TextNotificationItem_C::IsCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_CombatIdle_C \ static_assert(alignof(UABL_CombatIdle_C) == 0x000008, "Wrong alignment on UABL_CombatIdle_C"); \ static_assert(sizeof(UABL_CombatIdle_C) == 0x0000C8, "Wrong size on UABL_CombatIdle_C"); \ #define DUMPER7_ASSERTS_UABL_TurnMove_Stop_C \ static_assert(alignof(UABL_TurnMove_Stop_C) == 0x000008, "Wrong alignment on UABL_TurnMove_Stop_C"); \ static_assert(sizeof(UABL_TurnMove_Stop_C) == 0x0000C8, "Wrong size on UABL_TurnMove_Stop_C"); \ #define DUMPER7_ASSERTS_ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle \ static_assert(alignof(ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle) == 0x000008, "Wrong alignment on ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle"); \ static_assert(sizeof(ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle) == 0x000070, "Wrong size on ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle"); \ static_assert(offsetof(ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle, EntryPoint) == 0x000000, "Member 'ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle, K2Node_Event_Context) == 0x000008, "Member 'ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Idle_FromCautionIdle_C_ExecuteUbergraph_ABL_Idle_FromCautionIdle::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_FromCautionIdle_C_OnAbilityBranch \ static_assert(alignof(ABL_Idle_FromCautionIdle_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Idle_FromCautionIdle_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Idle_FromCautionIdle_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Idle_FromCautionIdle_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Idle_FromCautionIdle_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Idle_FromCautionIdle_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_FromCautionIdle_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Idle_FromCautionIdle_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_FromCautionIdle_C_OnAbilityStart \ static_assert(alignof(ABL_Idle_FromCautionIdle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Idle_FromCautionIdle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Idle_FromCautionIdle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Idle_FromCautionIdle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Idle_FromCautionIdle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Idle_FromCautionIdle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Idle_FromCautionIdle_C \ static_assert(alignof(UABL_Idle_FromCautionIdle_C) == 0x000008, "Wrong alignment on UABL_Idle_FromCautionIdle_C"); \ static_assert(sizeof(UABL_Idle_FromCautionIdle_C) == 0x0000D0, "Wrong size on UABL_Idle_FromCautionIdle_C"); \ static_assert(offsetof(UABL_Idle_FromCautionIdle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Idle_FromCautionIdle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious \ static_assert(alignof(ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious) == 0x000008, "Wrong alignment on ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious"); \ static_assert(sizeof(ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious) == 0x000070, "Wrong size on ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious"); \ static_assert(offsetof(ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious, EntryPoint) == 0x000000, "Member 'ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious, K2Node_Event_Context) == 0x000008, "Member 'ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Idle_Cautious_C_ExecuteUbergraph_ABL_Idle_Cautious::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_Cautious_C_OnAbilityBranch \ static_assert(alignof(ABL_Idle_Cautious_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Idle_Cautious_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Idle_Cautious_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Idle_Cautious_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Idle_Cautious_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Idle_Cautious_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Cautious_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Idle_Cautious_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_Cautious_C_OnAbilityStart \ static_assert(alignof(ABL_Idle_Cautious_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Idle_Cautious_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Idle_Cautious_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Idle_Cautious_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Idle_Cautious_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Idle_Cautious_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Idle_Cautious_C \ static_assert(alignof(UABL_Idle_Cautious_C) == 0x000008, "Wrong alignment on UABL_Idle_Cautious_C"); \ static_assert(sizeof(UABL_Idle_Cautious_C) == 0x0000D0, "Wrong size on UABL_Idle_Cautious_C"); \ static_assert(offsetof(UABL_Idle_Cautious_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Idle_Cautious_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TurnMove_Stop_Cautious_C \ static_assert(alignof(UABL_TurnMove_Stop_Cautious_C) == 0x000008, "Wrong alignment on UABL_TurnMove_Stop_Cautious_C"); \ static_assert(sizeof(UABL_TurnMove_Stop_Cautious_C) == 0x0000C8, "Wrong size on UABL_TurnMove_Stop_Cautious_C"); \ #define DUMPER7_ASSERTS_BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation \ static_assert(alignof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation) == 0x000008, "Wrong alignment on BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation"); \ static_assert(sizeof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation) == 0x0001D0, "Wrong size on BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, EntryPoint) == 0x000000, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_Get_ReturnValue) == 0x000008, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_GetDbId_ReturnValue) == 0x000010, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, K2Node_Event_OwnerActor) == 0x000018, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000024, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_RInterpTo_ReturnValue) == 0x00003C, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000048, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000054, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_GetActorOwner_ReturnValue) == 0x000058, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_GetForwardVector_ReturnValue) == 0x000060, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x00006C, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000070, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_GetActorOwner_ReturnValue_1) == 0x000080, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_Add_VectorVector_ReturnValue) == 0x000088, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000098, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_VInterpTo_ReturnValue) == 0x0000AC, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x0000B8, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x0000BC, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000144, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_Get_ReturnValue_1) == 0x000148, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_GetDbId_ReturnValue_1) == 0x000150, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_GetDbId_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_GetActorOwner_ReturnValue_2) == 0x000158, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_MakeLiteralName_ReturnValue) == 0x000160, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_Not_PreBool_ReturnValue) == 0x000168, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, K2Node_Event_OwnerActor_1) == 0x000170, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, K2Node_Event_OwnerActor_2) == 0x000178, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000180, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, K2Node_DynamicCast_bSuccess_1) == 0x000190, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x000191, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, K2Node_DynamicCast_AsBiped_Player) == 0x000198, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, K2Node_DynamicCast_bSuccess_2) == 0x0001A0, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_GetBlackboard_ReturnValue) == 0x0001A8, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x0001B0, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_GetValueAsObject_ReturnValue) == 0x0001B8, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, K2Node_DynamicCast_AsActor) == 0x0001C0, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, K2Node_DynamicCast_bSuccess_3) == 0x0001C8, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation, CallFunc_IsValid_ReturnValue) == 0x0001C9, "Member 'BTT_Biped_PotionStation_C_ExecuteUbergraph_BTT_Biped_PotionStation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PotionStation_C_ReceiveTick \ static_assert(alignof(BTT_Biped_PotionStation_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_PotionStation_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_PotionStation_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_PotionStation_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_PotionStation_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_PotionStation_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PotionStation_C_ExitTask \ static_assert(alignof(BTT_Biped_PotionStation_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_PotionStation_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_PotionStation_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_PotionStation_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_PotionStation_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PotionStation_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_PotionStation_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_PotionStation_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_PotionStation_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_PotionStation_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_PotionStation_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PotionStation_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_PotionStation_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_PotionStation_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_PotionStation_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_PotionStation_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PotionStation_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PotionStation_C_CustActionEvt_UsePotionStation_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_PotionStation_C_CustActionEvt_UsePotionStation_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_PotionStation_C_CustActionEvt_UsePotionStation_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_PotionStation_C_CustActionEvt_UsePotionStation_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_PotionStation_C_CustActionEvt_UsePotionStation_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_CustActionEvt_UsePotionStation_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PotionStation_C_CustActionEvt_UsePotionStation_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PotionStation_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_PotionStation_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_PotionStation_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_PotionStation_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_PotionStation_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PotionStation_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PotionStation_C_SetDesiredRotation \ static_assert(alignof(BTT_Biped_PotionStation_C_SetDesiredRotation) == 0x000008, "Wrong alignment on BTT_Biped_PotionStation_C_SetDesiredRotation"); \ static_assert(sizeof(BTT_Biped_PotionStation_C_SetDesiredRotation) == 0x0000E8, "Wrong size on BTT_Biped_PotionStation_C_SetDesiredRotation"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, Player) == 0x000000, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, StationRight) == 0x000008, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::StationRight' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, StationForward) == 0x000014, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::StationForward' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, PlayerForward) == 0x000020, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::PlayerForward' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00002C, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00003C, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000048, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_Normal_ReturnValue) == 0x000054, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000060, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_MakeRotFromXZ_ReturnValue) == 0x00006C, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_MakeRotFromXZ_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_MakeRotFromXZ_ReturnValue_1) == 0x000078, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_MakeRotFromXZ_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000084, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_MakeRotFromXZ_ReturnValue_2) == 0x000090, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_MakeRotFromXZ_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_MakeRotFromXZ_ReturnValue_3) == 0x00009C, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_MakeRotFromXZ_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000A8, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000AC, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_Dot_VectorVector_ReturnValue_1) == 0x0000B0, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_Dot_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000B4, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_Dot_VectorVector_ReturnValue_2) == 0x0000B8, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_Dot_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_Abs_ReturnValue) == 0x0000BC, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_Dot_VectorVector_ReturnValue_3) == 0x0000C0, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_Dot_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_Abs_ReturnValue_1) == 0x0000C4, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_GetActorRightVector_ReturnValue) == 0x0000C8, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0000D4, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PotionStation_C_SetDesiredRotation, CallFunc_GetActorForwardVector_ReturnValue) == 0x0000D8, "Member 'BTT_Biped_PotionStation_C_SetDesiredRotation::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_PotionStation_C \ static_assert(alignof(UBTT_Biped_PotionStation_C) == 0x000008, "Wrong alignment on UBTT_Biped_PotionStation_C"); \ static_assert(sizeof(UBTT_Biped_PotionStation_C) == 0x000198, "Wrong size on UBTT_Biped_PotionStation_C"); \ static_assert(offsetof(UBTT_Biped_PotionStation_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_PotionStation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PotionStation_C, PotionStation) == 0x000158, "Member 'UBTT_Biped_PotionStation_C::PotionStation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PotionStation_C, PlayerToStation) == 0x000160, "Member 'UBTT_Biped_PotionStation_C::PlayerToStation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PotionStation_C, DesiredRotation) == 0x00016C, "Member 'UBTT_Biped_PotionStation_C::DesiredRotation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PotionStation_C, Up) == 0x000178, "Member 'UBTT_Biped_PotionStation_C::Up' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PotionStation_C, InterpSpeed) == 0x000184, "Member 'UBTT_Biped_PotionStation_C::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PotionStation_C, RotationSpeed) == 0x000188, "Member 'UBTT_Biped_PotionStation_C::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PotionStation_C, InterpPosSpeed) == 0x00018C, "Member 'UBTT_Biped_PotionStation_C::InterpPosSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PotionStation_C, DistFromSite) == 0x000190, "Member 'UBTT_Biped_PotionStation_C::DistFromSite' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PotionStation_C, ExitingStation) == 0x000194, "Member 'UBTT_Biped_PotionStation_C::ExitingStation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RagdollPlayerWaterRecovery_C_ExecuteUbergraph_ABL_RagdollPlayerWaterRecovery \ static_assert(alignof(ABL_RagdollPlayerWaterRecovery_C_ExecuteUbergraph_ABL_RagdollPlayerWaterRecovery) == 0x000008, "Wrong alignment on ABL_RagdollPlayerWaterRecovery_C_ExecuteUbergraph_ABL_RagdollPlayerWaterRecovery"); \ static_assert(sizeof(ABL_RagdollPlayerWaterRecovery_C_ExecuteUbergraph_ABL_RagdollPlayerWaterRecovery) == 0x000020, "Wrong size on ABL_RagdollPlayerWaterRecovery_C_ExecuteUbergraph_ABL_RagdollPlayerWaterRecovery"); \ static_assert(offsetof(ABL_RagdollPlayerWaterRecovery_C_ExecuteUbergraph_ABL_RagdollPlayerWaterRecovery, EntryPoint) == 0x000000, "Member 'ABL_RagdollPlayerWaterRecovery_C_ExecuteUbergraph_ABL_RagdollPlayerWaterRecovery::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_RagdollPlayerWaterRecovery_C_ExecuteUbergraph_ABL_RagdollPlayerWaterRecovery, K2Node_Event_Context) == 0x000008, "Member 'ABL_RagdollPlayerWaterRecovery_C_ExecuteUbergraph_ABL_RagdollPlayerWaterRecovery::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RagdollPlayerWaterRecovery_C_ExecuteUbergraph_ABL_RagdollPlayerWaterRecovery, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_RagdollPlayerWaterRecovery_C_ExecuteUbergraph_ABL_RagdollPlayerWaterRecovery::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RagdollPlayerWaterRecovery_C_ExecuteUbergraph_ABL_RagdollPlayerWaterRecovery, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_RagdollPlayerWaterRecovery_C_ExecuteUbergraph_ABL_RagdollPlayerWaterRecovery::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RagdollPlayerWaterRecovery_C_OnAbilityStart \ static_assert(alignof(ABL_RagdollPlayerWaterRecovery_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_RagdollPlayerWaterRecovery_C_OnAbilityStart"); \ static_assert(sizeof(ABL_RagdollPlayerWaterRecovery_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_RagdollPlayerWaterRecovery_C_OnAbilityStart"); \ static_assert(offsetof(ABL_RagdollPlayerWaterRecovery_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_RagdollPlayerWaterRecovery_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RagdollPlayerWaterRecovery_C \ static_assert(alignof(UABL_RagdollPlayerWaterRecovery_C) == 0x000008, "Wrong alignment on UABL_RagdollPlayerWaterRecovery_C"); \ static_assert(sizeof(UABL_RagdollPlayerWaterRecovery_C) == 0x0000E8, "Wrong size on UABL_RagdollPlayerWaterRecovery_C"); \ static_assert(offsetof(UABL_RagdollPlayerWaterRecovery_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_RagdollPlayerWaterRecovery_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch \ static_assert(alignof(ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch) == 0x000008, "Wrong alignment on ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch"); \ static_assert(sizeof(ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch) == 0x000070, "Wrong size on ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch"); \ static_assert(offsetof(ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch, EntryPoint) == 0x000000, "Member 'ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch, K2Node_Event_Context) == 0x000008, "Member 'ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Idle_Flinch_C_ExecuteUbergraph_ABL_Idle_Flinch::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_Flinch_C_OnAbilityBranch \ static_assert(alignof(ABL_Idle_Flinch_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Idle_Flinch_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Idle_Flinch_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Idle_Flinch_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Idle_Flinch_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Idle_Flinch_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Flinch_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Idle_Flinch_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_Flinch_C_OnAbilityStart \ static_assert(alignof(ABL_Idle_Flinch_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Idle_Flinch_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Idle_Flinch_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Idle_Flinch_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Idle_Flinch_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Idle_Flinch_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Idle_Flinch_C \ static_assert(alignof(UABL_Idle_Flinch_C) == 0x000008, "Wrong alignment on UABL_Idle_Flinch_C"); \ static_assert(sizeof(UABL_Idle_Flinch_C) == 0x0000D0, "Wrong size on UABL_Idle_Flinch_C"); \ static_assert(offsetof(UABL_Idle_Flinch_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Idle_Flinch_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Crouch_TurnMove_Stop_C \ static_assert(alignof(UABL_Crouch_TurnMove_Stop_C) == 0x000008, "Wrong alignment on UABL_Crouch_TurnMove_Stop_C"); \ static_assert(sizeof(UABL_Crouch_TurnMove_Stop_C) == 0x0000C8, "Wrong size on UABL_Crouch_TurnMove_Stop_C"); \ #define DUMPER7_ASSERTS_ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle \ static_assert(alignof(ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle) == 0x000008, "Wrong alignment on ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle"); \ static_assert(sizeof(ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle) == 0x000070, "Wrong size on ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle"); \ static_assert(offsetof(ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle, EntryPoint) == 0x000000, "Member 'ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle, K2Node_Event_Context) == 0x000008, "Member 'ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Stealth_Idle_C_ExecuteUbergraph_ABL_Stealth_Idle::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Stealth_Idle_C_OnAbilityBranch \ static_assert(alignof(ABL_Stealth_Idle_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Stealth_Idle_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Stealth_Idle_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Stealth_Idle_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Stealth_Idle_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Stealth_Idle_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_Idle_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Stealth_Idle_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Stealth_Idle_C_OnAbilityStart \ static_assert(alignof(ABL_Stealth_Idle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Stealth_Idle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Stealth_Idle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Stealth_Idle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Stealth_Idle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Stealth_Idle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Stealth_Idle_C \ static_assert(alignof(UABL_Stealth_Idle_C) == 0x000008, "Wrong alignment on UABL_Stealth_Idle_C"); \ static_assert(sizeof(UABL_Stealth_Idle_C) == 0x0000D0, "Wrong size on UABL_Stealth_Idle_C"); \ static_assert(offsetof(UABL_Stealth_Idle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Stealth_Idle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HM_VistaShot_Seagull_C_SetMeshFade \ static_assert(alignof(BP_HM_VistaShot_Seagull_C_SetMeshFade) == 0x000001, "Wrong alignment on BP_HM_VistaShot_Seagull_C_SetMeshFade"); \ static_assert(sizeof(BP_HM_VistaShot_Seagull_C_SetMeshFade) == 0x000003, "Wrong size on BP_HM_VistaShot_Seagull_C_SetMeshFade"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_SetMeshFade, ShouldReturn) == 0x000000, "Member 'BP_HM_VistaShot_Seagull_C_SetMeshFade::ShouldReturn' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_SetMeshFade, CallFunc_MeshStartFade_ReturnValue) == 0x000001, "Member 'BP_HM_VistaShot_Seagull_C_SetMeshFade::CallFunc_MeshStartFade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_SetMeshFade, CallFunc_MeshStartFade_ReturnValue_1) == 0x000002, "Member 'BP_HM_VistaShot_Seagull_C_SetMeshFade::CallFunc_MeshStartFade_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HM_VistaShot_Seagull_C_StartReturning \ static_assert(alignof(BP_HM_VistaShot_Seagull_C_StartReturning) == 0x000004, "Wrong alignment on BP_HM_VistaShot_Seagull_C_StartReturning"); \ static_assert(sizeof(BP_HM_VistaShot_Seagull_C_StartReturning) == 0x00002C, "Wrong size on BP_HM_VistaShot_Seagull_C_StartReturning"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_StartReturning, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000000, "Member 'BP_HM_VistaShot_Seagull_C_StartReturning::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_StartReturning, CallFunc_BreakRotator_Roll) == 0x00000C, "Member 'BP_HM_VistaShot_Seagull_C_StartReturning::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_StartReturning, CallFunc_BreakRotator_Pitch) == 0x000010, "Member 'BP_HM_VistaShot_Seagull_C_StartReturning::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_StartReturning, CallFunc_BreakRotator_Yaw) == 0x000014, "Member 'BP_HM_VistaShot_Seagull_C_StartReturning::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_StartReturning, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_HM_VistaShot_Seagull_C_StartReturning::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_StartReturning, CallFunc_MakeRotator_ReturnValue) == 0x00001C, "Member 'BP_HM_VistaShot_Seagull_C_StartReturning::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_StartReturning, CallFunc_MeshStartFade_ReturnValue) == 0x000028, "Member 'BP_HM_VistaShot_Seagull_C_StartReturning::CallFunc_MeshStartFade_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HM_VistaShot_Seagull_C_AssignRandomAnim \ static_assert(alignof(BP_HM_VistaShot_Seagull_C_AssignRandomAnim) == 0x000008, "Wrong alignment on BP_HM_VistaShot_Seagull_C_AssignRandomAnim"); \ static_assert(sizeof(BP_HM_VistaShot_Seagull_C_AssignRandomAnim) == 0x000010, "Wrong size on BP_HM_VistaShot_Seagull_C_AssignRandomAnim"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_AssignRandomAnim, CallFunc_RandomInteger_ReturnValue) == 0x000000, "Member 'BP_HM_VistaShot_Seagull_C_AssignRandomAnim::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_AssignRandomAnim, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_HM_VistaShot_Seagull_C_AssignRandomAnim::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HM_VistaShot_Seagull_C_Flee \ static_assert(alignof(BP_HM_VistaShot_Seagull_C_Flee) == 0x000001, "Wrong alignment on BP_HM_VistaShot_Seagull_C_Flee"); \ static_assert(sizeof(BP_HM_VistaShot_Seagull_C_Flee) == 0x000001, "Wrong size on BP_HM_VistaShot_Seagull_C_Flee"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_Flee, ShouldReturn) == 0x000000, "Member 'BP_HM_VistaShot_Seagull_C_Flee::ShouldReturn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HM_VistaShot_Seagull_C_OnSpellTooWeak \ static_assert(alignof(BP_HM_VistaShot_Seagull_C_OnSpellTooWeak) == 0x000008, "Wrong alignment on BP_HM_VistaShot_Seagull_C_OnSpellTooWeak"); \ static_assert(sizeof(BP_HM_VistaShot_Seagull_C_OnSpellTooWeak) == 0x000008, "Wrong size on BP_HM_VistaShot_Seagull_C_OnSpellTooWeak"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnSpellTooWeak, Instigator_0) == 0x000000, "Member 'BP_HM_VistaShot_Seagull_C_OnSpellTooWeak::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HM_VistaShot_Seagull_C_OnSpellIneffective \ static_assert(alignof(BP_HM_VistaShot_Seagull_C_OnSpellIneffective) == 0x000008, "Wrong alignment on BP_HM_VistaShot_Seagull_C_OnSpellIneffective"); \ static_assert(sizeof(BP_HM_VistaShot_Seagull_C_OnSpellIneffective) == 0x000008, "Wrong size on BP_HM_VistaShot_Seagull_C_OnSpellIneffective"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnSpellIneffective, Instigator_0) == 0x000000, "Member 'BP_HM_VistaShot_Seagull_C_OnSpellIneffective::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HM_VistaShot_Seagull_C_OnSpellEffective \ static_assert(alignof(BP_HM_VistaShot_Seagull_C_OnSpellEffective) == 0x000008, "Wrong alignment on BP_HM_VistaShot_Seagull_C_OnSpellEffective"); \ static_assert(sizeof(BP_HM_VistaShot_Seagull_C_OnSpellEffective) == 0x000008, "Wrong size on BP_HM_VistaShot_Seagull_C_OnSpellEffective"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnSpellEffective, Instigator_0) == 0x000000, "Member 'BP_HM_VistaShot_Seagull_C_OnSpellEffective::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HM_VistaShot_Seagull_C_OnOverlappedBySpell \ static_assert(alignof(BP_HM_VistaShot_Seagull_C_OnOverlappedBySpell) == 0x000008, "Wrong alignment on BP_HM_VistaShot_Seagull_C_OnOverlappedBySpell"); \ static_assert(sizeof(BP_HM_VistaShot_Seagull_C_OnOverlappedBySpell) == 0x000050, "Wrong size on BP_HM_VistaShot_Seagull_C_OnOverlappedBySpell"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnOverlappedBySpell, SpellTool) == 0x000000, "Member 'BP_HM_VistaShot_Seagull_C_OnOverlappedBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnOverlappedBySpell, Instigator_0) == 0x000008, "Member 'BP_HM_VistaShot_Seagull_C_OnOverlappedBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnOverlappedBySpell, SpellToolRecord) == 0x000010, "Member 'BP_HM_VistaShot_Seagull_C_OnOverlappedBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnOverlappedBySpell, SpellType) == 0x000018, "Member 'BP_HM_VistaShot_Seagull_C_OnOverlappedBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnOverlappedBySpell, Impact) == 0x000020, "Member 'BP_HM_VistaShot_Seagull_C_OnOverlappedBySpell::Impact' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnOverlappedBySpell, MunitionLocation) == 0x000040, "Member 'BP_HM_VistaShot_Seagull_C_OnOverlappedBySpell::MunitionLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HM_VistaShot_Seagull_C_OnHitBySpell \ static_assert(alignof(BP_HM_VistaShot_Seagull_C_OnHitBySpell) == 0x000008, "Wrong alignment on BP_HM_VistaShot_Seagull_C_OnHitBySpell"); \ static_assert(sizeof(BP_HM_VistaShot_Seagull_C_OnHitBySpell) == 0x0000B8, "Wrong size on BP_HM_VistaShot_Seagull_C_OnHitBySpell"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnHitBySpell, SpellTool) == 0x000000, "Member 'BP_HM_VistaShot_Seagull_C_OnHitBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnHitBySpell, Instigator_0) == 0x000008, "Member 'BP_HM_VistaShot_Seagull_C_OnHitBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnHitBySpell, SpellToolRecord) == 0x000010, "Member 'BP_HM_VistaShot_Seagull_C_OnHitBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnHitBySpell, SpellType) == 0x000018, "Member 'BP_HM_VistaShot_Seagull_C_OnHitBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnHitBySpell, Hit) == 0x000020, "Member 'BP_HM_VistaShot_Seagull_C_OnHitBySpell::Hit' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnHitBySpell, ImpactDirection) == 0x0000A8, "Member 'BP_HM_VistaShot_Seagull_C_OnHitBySpell::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HM_VistaShot_Seagull_C_OnAffectedBySpellEnd \ static_assert(alignof(BP_HM_VistaShot_Seagull_C_OnAffectedBySpellEnd) == 0x000008, "Wrong alignment on BP_HM_VistaShot_Seagull_C_OnAffectedBySpellEnd"); \ static_assert(sizeof(BP_HM_VistaShot_Seagull_C_OnAffectedBySpellEnd) == 0x000040, "Wrong size on BP_HM_VistaShot_Seagull_C_OnAffectedBySpellEnd"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnAffectedBySpellEnd, SpellTool) == 0x000000, "Member 'BP_HM_VistaShot_Seagull_C_OnAffectedBySpellEnd::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnAffectedBySpellEnd, Instigator_0) == 0x000008, "Member 'BP_HM_VistaShot_Seagull_C_OnAffectedBySpellEnd::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnAffectedBySpellEnd, SpellToolRecord) == 0x000010, "Member 'BP_HM_VistaShot_Seagull_C_OnAffectedBySpellEnd::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnAffectedBySpellEnd, SpellType) == 0x000018, "Member 'BP_HM_VistaShot_Seagull_C_OnAffectedBySpellEnd::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnAffectedBySpellEnd, Impact) == 0x000020, "Member 'BP_HM_VistaShot_Seagull_C_OnAffectedBySpellEnd::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HM_VistaShot_Seagull_C_OnAffectedBySpell \ static_assert(alignof(BP_HM_VistaShot_Seagull_C_OnAffectedBySpell) == 0x000008, "Wrong alignment on BP_HM_VistaShot_Seagull_C_OnAffectedBySpell"); \ static_assert(sizeof(BP_HM_VistaShot_Seagull_C_OnAffectedBySpell) == 0x0000E8, "Wrong size on BP_HM_VistaShot_Seagull_C_OnAffectedBySpell"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnAffectedBySpell, SpellTool) == 0x000000, "Member 'BP_HM_VistaShot_Seagull_C_OnAffectedBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnAffectedBySpell, Instigator_0) == 0x000008, "Member 'BP_HM_VistaShot_Seagull_C_OnAffectedBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnAffectedBySpell, DataAssets) == 0x000010, "Member 'BP_HM_VistaShot_Seagull_C_OnAffectedBySpell::DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnAffectedBySpell, SpellToolRecord) == 0x000020, "Member 'BP_HM_VistaShot_Seagull_C_OnAffectedBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnAffectedBySpell, SpellType) == 0x000028, "Member 'BP_HM_VistaShot_Seagull_C_OnAffectedBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnAffectedBySpell, Impact) == 0x000030, "Member 'BP_HM_VistaShot_Seagull_C_OnAffectedBySpell::Impact' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnAffectedBySpell, Hit) == 0x000050, "Member 'BP_HM_VistaShot_Seagull_C_OnAffectedBySpell::Hit' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_OnAffectedBySpell, ImpactDirection) == 0x0000D8, "Member 'BP_HM_VistaShot_Seagull_C_OnAffectedBySpell::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HM_VistaShot_Seagull_C_BndEvt__ColSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_HM_VistaShot_Seagull_C_BndEvt__ColSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_HM_VistaShot_Seagull_C_BndEvt__ColSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_HM_VistaShot_Seagull_C_BndEvt__ColSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_HM_VistaShot_Seagull_C_BndEvt__ColSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_BndEvt__ColSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_HM_VistaShot_Seagull_C_BndEvt__ColSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_BndEvt__ColSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_HM_VistaShot_Seagull_C_BndEvt__ColSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_BndEvt__ColSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_HM_VistaShot_Seagull_C_BndEvt__ColSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_BndEvt__ColSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_HM_VistaShot_Seagull_C_BndEvt__ColSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_BndEvt__ColSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_HM_VistaShot_Seagull_C_BndEvt__ColSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_BndEvt__ColSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_HM_VistaShot_Seagull_C_BndEvt__ColSphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull \ static_assert(alignof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull) == 0x000008, "Wrong alignment on BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull"); \ static_assert(sizeof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull) == 0x000478, "Wrong size on BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, EntryPoint) == 0x000000, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, Temp_int_Variable) == 0x000004, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, Temp_struct_Variable) == 0x000008, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, Temp_delegate_Variable) == 0x000018, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, CallFunc_PostEvent_ReturnValue) == 0x000028, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_CustomEvent_ShouldReturn) == 0x00002C, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_CustomEvent_ShouldReturn' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, CallFunc_RandomFloatInRange_ReturnValue) == 0x000030, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, CallFunc_SetSplineT_done) == 0x000034, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::CallFunc_SetSplineT_done' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000038, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x00003C, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Select_Default) == 0x000040, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000048, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_Instigator_6) == 0x000050, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_Instigator_6' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_Instigator_5) == 0x000058, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_Instigator_5' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_Instigator_4) == 0x000060, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_Instigator_4' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_SpellTool_3) == 0x000068, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_SpellTool_3' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_Instigator_3) == 0x000070, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_Instigator_3' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_SpellToolRecord_3) == 0x000078, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_SpellToolRecord_3' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_SpellType_3) == 0x000080, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_SpellType_3' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_Impact_2) == 0x000088, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_Impact_2' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_MunitionLocation) == 0x0000A8, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_MunitionLocation' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_SpellTool_2) == 0x0000B8, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_SpellTool_2' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_Instigator_2) == 0x0000C0, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_Instigator_2' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_SpellToolRecord_2) == 0x0000C8, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_SpellToolRecord_2' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_SpellType_2) == 0x0000D0, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_SpellType_2' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_Hit_1) == 0x0000D8, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_ImpactDirection_1) == 0x000160, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_ImpactDirection_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_SpellTool_1) == 0x000170, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_SpellTool_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_Instigator_1) == 0x000178, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_Instigator_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_SpellToolRecord_1) == 0x000180, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_SpellToolRecord_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_SpellType_1) == 0x000188, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_SpellType_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_Impact_1) == 0x000190, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_Impact_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_SpellTool) == 0x0001B0, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_Instigator) == 0x0001B8, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_Instigator' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_DataAssets) == 0x0001C0, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_SpellToolRecord) == 0x0001D0, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_SpellType) == 0x0001D8, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_Impact) == 0x0001E0, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_Impact' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_Hit) == 0x000200, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_Event_ImpactDirection) == 0x000288, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_Event_ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, CallFunc_SetSplineT_done_1) == 0x000294, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::CallFunc_SetSplineT_done_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000298, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0002A4, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, CallFunc_GetAnimInstance_ReturnValue) == 0x000330, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_DynamicCast_AsABP_WE_Raven) == 0x000338, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_DynamicCast_AsABP_WE_Raven' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_DynamicCast_bSuccess) == 0x000340, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000348, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_ComponentBoundEvent_OtherActor) == 0x000350, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_ComponentBoundEvent_OtherComp) == 0x000358, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000360, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_ComponentBoundEvent_bFromSweep) == 0x000364, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, K2Node_ComponentBoundEvent_SweepResult) == 0x000368, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull, CallFunc_K2_SetWorldRotation_SweepHitResult_1) == 0x0003F0, "Member 'BP_HM_VistaShot_Seagull_C_ExecuteUbergraph_BP_HM_VistaShot_Seagull::CallFunc_K2_SetWorldRotation_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HM_VistaShot_Seagull_C \ static_assert(alignof(ABP_HM_VistaShot_Seagull_C) == 0x000008, "Wrong alignment on ABP_HM_VistaShot_Seagull_C"); \ static_assert(sizeof(ABP_HM_VistaShot_Seagull_C) == 0x000308, "Wrong size on ABP_HM_VistaShot_Seagull_C"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, UberGraphFrame) == 0x000248, "Member 'ABP_HM_VistaShot_Seagull_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, ColSphere) == 0x000250, "Member 'ABP_HM_VistaShot_Seagull_C::ColSphere' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, SlaveToSpline) == 0x000258, "Member 'ABP_HM_VistaShot_Seagull_C::SlaveToSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, Spline2) == 0x000260, "Member 'ABP_HM_VistaShot_Seagull_C::Spline2' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, Spline1) == 0x000268, "Member 'ABP_HM_VistaShot_Seagull_C::Spline1' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, Seagull) == 0x000270, "Member 'ABP_HM_VistaShot_Seagull_C::Seagull' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, Spline) == 0x000278, "Member 'ABP_HM_VistaShot_Seagull_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, DefaultSceneRoot) == 0x000280, "Member 'ABP_HM_VistaShot_Seagull_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, ReturnSpeedCurveTimeline_SpeedCurve_A76DE48D45CD234B9656268B713921A9) == 0x000288, "Member 'ABP_HM_VistaShot_Seagull_C::ReturnSpeedCurveTimeline_SpeedCurve_A76DE48D45CD234B9656268B713921A9' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, ReturnSpeedCurveTimeline__Direction_A76DE48D45CD234B9656268B713921A9) == 0x00028C, "Member 'ABP_HM_VistaShot_Seagull_C::ReturnSpeedCurveTimeline__Direction_A76DE48D45CD234B9656268B713921A9' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, ReturnSpeedCurveTimeline) == 0x000290, "Member 'ABP_HM_VistaShot_Seagull_C::ReturnSpeedCurveTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, SpeedCurveTimeline_SpeedCurve_25ECC23B405B8D205CE140B02BBB8AE4) == 0x000298, "Member 'ABP_HM_VistaShot_Seagull_C::SpeedCurveTimeline_SpeedCurve_25ECC23B405B8D205CE140B02BBB8AE4' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, SpeedCurveTimeline__Direction_25ECC23B405B8D205CE140B02BBB8AE4) == 0x00029C, "Member 'ABP_HM_VistaShot_Seagull_C::SpeedCurveTimeline__Direction_25ECC23B405B8D205CE140B02BBB8AE4' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, SpeedCurveTimeline) == 0x0002A0, "Member 'ABP_HM_VistaShot_Seagull_C::SpeedCurveTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, raven_spline) == 0x0002A8, "Member 'ABP_HM_VistaShot_Seagull_C::raven_spline' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, Anim) == 0x0002B0, "Member 'ABP_HM_VistaShot_Seagull_C::Anim' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, ABP) == 0x0002C0, "Member 'ABP_HM_VistaShot_Seagull_C::ABP' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, Raven_Fade_In) == 0x0002C8, "Member 'ABP_HM_VistaShot_Seagull_C::Raven_Fade_In' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, Raven_Fade_Out) == 0x0002D4, "Member 'ABP_HM_VistaShot_Seagull_C::Raven_Fade_Out' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, Raven_fade_time) == 0x0002E0, "Member 'ABP_HM_VistaShot_Seagull_C::Raven_fade_time' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, IsReturning) == 0x0002E4, "Member 'ABP_HM_VistaShot_Seagull_C::IsReturning' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, StartRotation) == 0x0002E8, "Member 'ABP_HM_VistaShot_Seagull_C::StartRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, ReturnRotation) == 0x0002F4, "Member 'ABP_HM_VistaShot_Seagull_C::ReturnRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, Collision_Vis) == 0x000300, "Member 'ABP_HM_VistaShot_Seagull_C::Collision_Vis' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_VistaShot_Seagull_C, Should_Return) == 0x000301, "Member 'ABP_HM_VistaShot_Seagull_C::Should_Return' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Crouch_TurnMove_Start_C \ static_assert(alignof(UABL_Crouch_TurnMove_Start_C) == 0x000008, "Wrong alignment on UABL_Crouch_TurnMove_Start_C"); \ static_assert(sizeof(UABL_Crouch_TurnMove_Start_C) == 0x0000C8, "Wrong size on UABL_Crouch_TurnMove_Start_C"); \ #define DUMPER7_ASSERTS_ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace \ static_assert(alignof(ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace) == 0x000008, "Wrong alignment on ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace"); \ static_assert(sizeof(ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace) == 0x000070, "Wrong size on ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace"); \ static_assert(offsetof(ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace, EntryPoint) == 0x000000, "Member 'ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace, K2Node_Event_Context) == 0x000008, "Member 'ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_AimMode_Idle_TurnToFace_C_ExecuteUbergraph_ABL_AimMode_Idle_TurnToFace::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AimMode_Idle_TurnToFace_C_OnAbilityBranch \ static_assert(alignof(ABL_AimMode_Idle_TurnToFace_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_AimMode_Idle_TurnToFace_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_AimMode_Idle_TurnToFace_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_AimMode_Idle_TurnToFace_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_AimMode_Idle_TurnToFace_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_AimMode_Idle_TurnToFace_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AimMode_Idle_TurnToFace_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_AimMode_Idle_TurnToFace_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AimMode_Idle_TurnToFace_C_OnAbilityStart \ static_assert(alignof(ABL_AimMode_Idle_TurnToFace_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_AimMode_Idle_TurnToFace_C_OnAbilityStart"); \ static_assert(sizeof(ABL_AimMode_Idle_TurnToFace_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_AimMode_Idle_TurnToFace_C_OnAbilityStart"); \ static_assert(offsetof(ABL_AimMode_Idle_TurnToFace_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_AimMode_Idle_TurnToFace_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_AimMode_Idle_TurnToFace_C \ static_assert(alignof(UABL_AimMode_Idle_TurnToFace_C) == 0x000008, "Wrong alignment on UABL_AimMode_Idle_TurnToFace_C"); \ static_assert(sizeof(UABL_AimMode_Idle_TurnToFace_C) == 0x0000D0, "Wrong size on UABL_AimMode_Idle_TurnToFace_C"); \ static_assert(offsetof(UABL_AimMode_Idle_TurnToFace_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_AimMode_Idle_TurnToFace_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Stealth_TurnMove_Stop_C \ static_assert(alignof(UABL_Stealth_TurnMove_Stop_C) == 0x000008, "Wrong alignment on UABL_Stealth_TurnMove_Stop_C"); \ static_assert(sizeof(UABL_Stealth_TurnMove_Stop_C) == 0x0000C8, "Wrong size on UABL_Stealth_TurnMove_Stop_C"); \ #define DUMPER7_ASSERTS_ABL_GetupCrawl_C_ExecuteUbergraph_ABL_GetupCrawl \ static_assert(alignof(ABL_GetupCrawl_C_ExecuteUbergraph_ABL_GetupCrawl) == 0x000008, "Wrong alignment on ABL_GetupCrawl_C_ExecuteUbergraph_ABL_GetupCrawl"); \ static_assert(sizeof(ABL_GetupCrawl_C_ExecuteUbergraph_ABL_GetupCrawl) == 0x000020, "Wrong size on ABL_GetupCrawl_C_ExecuteUbergraph_ABL_GetupCrawl"); \ static_assert(offsetof(ABL_GetupCrawl_C_ExecuteUbergraph_ABL_GetupCrawl, EntryPoint) == 0x000000, "Member 'ABL_GetupCrawl_C_ExecuteUbergraph_ABL_GetupCrawl::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_GetupCrawl_C_ExecuteUbergraph_ABL_GetupCrawl, K2Node_Event_Context) == 0x000008, "Member 'ABL_GetupCrawl_C_ExecuteUbergraph_ABL_GetupCrawl::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_GetupCrawl_C_ExecuteUbergraph_ABL_GetupCrawl, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_GetupCrawl_C_ExecuteUbergraph_ABL_GetupCrawl::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_GetupCrawl_C_ExecuteUbergraph_ABL_GetupCrawl, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_GetupCrawl_C_ExecuteUbergraph_ABL_GetupCrawl::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_GetupCrawl_C_OnAbilityStart \ static_assert(alignof(ABL_GetupCrawl_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_GetupCrawl_C_OnAbilityStart"); \ static_assert(sizeof(ABL_GetupCrawl_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_GetupCrawl_C_OnAbilityStart"); \ static_assert(offsetof(ABL_GetupCrawl_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_GetupCrawl_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_GetupCrawl_C \ static_assert(alignof(UABL_GetupCrawl_C) == 0x000008, "Wrong alignment on UABL_GetupCrawl_C"); \ static_assert(sizeof(UABL_GetupCrawl_C) == 0x0000E8, "Wrong size on UABL_GetupCrawl_C"); \ static_assert(offsetof(UABL_GetupCrawl_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_GetupCrawl_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak \ static_assert(alignof(ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak) == 0x000008, "Wrong alignment on ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak"); \ static_assert(sizeof(ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak) == 0x000070, "Wrong size on ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak"); \ static_assert(offsetof(ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak, EntryPoint) == 0x000000, "Member 'ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak, K2Node_Event_Context) == 0x000008, "Member 'ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Crouch_IdleBreak_C_ExecuteUbergraph_ABL_Crouch_IdleBreak::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Crouch_IdleBreak_C_OnAbilityBranch \ static_assert(alignof(ABL_Crouch_IdleBreak_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Crouch_IdleBreak_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Crouch_IdleBreak_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Crouch_IdleBreak_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Crouch_IdleBreak_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Crouch_IdleBreak_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Crouch_IdleBreak_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Crouch_IdleBreak_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Crouch_IdleBreak_C_OnAbilityStart \ static_assert(alignof(ABL_Crouch_IdleBreak_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Crouch_IdleBreak_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Crouch_IdleBreak_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Crouch_IdleBreak_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Crouch_IdleBreak_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Crouch_IdleBreak_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Crouch_IdleBreak_C \ static_assert(alignof(UABL_Crouch_IdleBreak_C) == 0x000008, "Wrong alignment on UABL_Crouch_IdleBreak_C"); \ static_assert(sizeof(UABL_Crouch_IdleBreak_C) == 0x0000D0, "Wrong size on UABL_Crouch_IdleBreak_C"); \ static_assert(offsetof(UABL_Crouch_IdleBreak_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Crouch_IdleBreak_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_StrafeMove_Stop_C \ static_assert(alignof(UABL_StrafeMove_Stop_C) == 0x000008, "Wrong alignment on UABL_StrafeMove_Stop_C"); \ static_assert(sizeof(UABL_StrafeMove_Stop_C) == 0x0000C8, "Wrong size on UABL_StrafeMove_Stop_C"); \ #define DUMPER7_ASSERTS_ABP_DW_StupefySpell_C \ static_assert(alignof(ABP_DW_StupefySpell_C) == 0x000008, "Wrong alignment on ABP_DW_StupefySpell_C"); \ static_assert(sizeof(ABP_DW_StupefySpell_C) == 0x0008C0, "Wrong size on ABP_DW_StupefySpell_C"); \ static_assert(offsetof(ABP_DW_StupefySpell_C, DefaultSceneRoot) == 0x0008B8, "Member 'ABP_DW_StupefySpell_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ButtSlide_Recovery_C \ static_assert(alignof(UABL_ButtSlide_Recovery_C) == 0x000008, "Wrong alignment on UABL_ButtSlide_Recovery_C"); \ static_assert(sizeof(UABL_ButtSlide_Recovery_C) == 0x0000C8, "Wrong size on UABL_ButtSlide_Recovery_C"); \ #define DUMPER7_ASSERTS_ABL_GetupFromRagdoll_C_ExecuteUbergraph_ABL_GetupFromRagdoll \ static_assert(alignof(ABL_GetupFromRagdoll_C_ExecuteUbergraph_ABL_GetupFromRagdoll) == 0x000008, "Wrong alignment on ABL_GetupFromRagdoll_C_ExecuteUbergraph_ABL_GetupFromRagdoll"); \ static_assert(sizeof(ABL_GetupFromRagdoll_C_ExecuteUbergraph_ABL_GetupFromRagdoll) == 0x000020, "Wrong size on ABL_GetupFromRagdoll_C_ExecuteUbergraph_ABL_GetupFromRagdoll"); \ static_assert(offsetof(ABL_GetupFromRagdoll_C_ExecuteUbergraph_ABL_GetupFromRagdoll, EntryPoint) == 0x000000, "Member 'ABL_GetupFromRagdoll_C_ExecuteUbergraph_ABL_GetupFromRagdoll::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_GetupFromRagdoll_C_ExecuteUbergraph_ABL_GetupFromRagdoll, K2Node_Event_Context) == 0x000008, "Member 'ABL_GetupFromRagdoll_C_ExecuteUbergraph_ABL_GetupFromRagdoll::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_GetupFromRagdoll_C_ExecuteUbergraph_ABL_GetupFromRagdoll, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_GetupFromRagdoll_C_ExecuteUbergraph_ABL_GetupFromRagdoll::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_GetupFromRagdoll_C_ExecuteUbergraph_ABL_GetupFromRagdoll, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_GetupFromRagdoll_C_ExecuteUbergraph_ABL_GetupFromRagdoll::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_GetupFromRagdoll_C_OnAbilityStart \ static_assert(alignof(ABL_GetupFromRagdoll_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_GetupFromRagdoll_C_OnAbilityStart"); \ static_assert(sizeof(ABL_GetupFromRagdoll_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_GetupFromRagdoll_C_OnAbilityStart"); \ static_assert(offsetof(ABL_GetupFromRagdoll_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_GetupFromRagdoll_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_GetupFromRagdoll_C \ static_assert(alignof(UABL_GetupFromRagdoll_C) == 0x000008, "Wrong alignment on UABL_GetupFromRagdoll_C"); \ static_assert(sizeof(UABL_GetupFromRagdoll_C) == 0x0000E8, "Wrong size on UABL_GetupFromRagdoll_C"); \ static_assert(offsetof(UABL_GetupFromRagdoll_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_GetupFromRagdoll_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_CombatCasualIdleBreak_C \ static_assert(alignof(UABL_CombatCasualIdleBreak_C) == 0x000008, "Wrong alignment on UABL_CombatCasualIdleBreak_C"); \ static_assert(sizeof(UABL_CombatCasualIdleBreak_C) == 0x0000C8, "Wrong size on UABL_CombatCasualIdleBreak_C"); \ #define DUMPER7_ASSERTS_UABL_Idle2CombatIdle_Flourish_C \ static_assert(alignof(UABL_Idle2CombatIdle_Flourish_C) == 0x000008, "Wrong alignment on UABL_Idle2CombatIdle_Flourish_C"); \ static_assert(sizeof(UABL_Idle2CombatIdle_Flourish_C) == 0x0000C8, "Wrong size on UABL_Idle2CombatIdle_Flourish_C"); \ #define DUMPER7_ASSERTS_UABL_CombatIdleBreak_C \ static_assert(alignof(UABL_CombatIdleBreak_C) == 0x000008, "Wrong alignment on UABL_CombatIdleBreak_C"); \ static_assert(sizeof(UABL_CombatIdleBreak_C) == 0x0000C8, "Wrong size on UABL_CombatIdleBreak_C"); \ #define DUMPER7_ASSERTS_UABL_Strafe_Loop_C \ static_assert(alignof(UABL_Strafe_Loop_C) == 0x000008, "Wrong alignment on UABL_Strafe_Loop_C"); \ static_assert(sizeof(UABL_Strafe_Loop_C) == 0x0000C8, "Wrong size on UABL_Strafe_Loop_C"); \ #define DUMPER7_ASSERTS_UABL_WalkIn_C \ static_assert(alignof(UABL_WalkIn_C) == 0x000008, "Wrong alignment on UABL_WalkIn_C"); \ static_assert(sizeof(UABL_WalkIn_C) == 0x0000C8, "Wrong size on UABL_WalkIn_C"); \ #define DUMPER7_ASSERTS_UABL_CombatIdle_LF2RF_C \ static_assert(alignof(UABL_CombatIdle_LF2RF_C) == 0x000008, "Wrong alignment on UABL_CombatIdle_LF2RF_C"); \ static_assert(sizeof(UABL_CombatIdle_LF2RF_C) == 0x0000C8, "Wrong size on UABL_CombatIdle_LF2RF_C"); \ #define DUMPER7_ASSERTS_UBP_PitchToTransformCurves_Platforming_C \ static_assert(alignof(UBP_PitchToTransformCurves_Platforming_C) == 0x000008, "Wrong alignment on UBP_PitchToTransformCurves_Platforming_C"); \ static_assert(sizeof(UBP_PitchToTransformCurves_Platforming_C) == 0x000220, "Wrong size on UBP_PitchToTransformCurves_Platforming_C"); \ #define DUMPER7_ASSERTS_UABL_Stealth_WalkSlow_Loop_C \ static_assert(alignof(UABL_Stealth_WalkSlow_Loop_C) == 0x000008, "Wrong alignment on UABL_Stealth_WalkSlow_Loop_C"); \ static_assert(sizeof(UABL_Stealth_WalkSlow_Loop_C) == 0x0000C8, "Wrong size on UABL_Stealth_WalkSlow_Loop_C"); \ #define DUMPER7_ASSERTS_ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue \ static_assert(alignof(ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue) == 0x000008, "Wrong alignment on ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue"); \ static_assert(sizeof(ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue) == 0x000070, "Wrong size on ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue"); \ static_assert(offsetof(ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue, EntryPoint) == 0x000000, "Member 'ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue, K2Node_Event_Context) == 0x000008, "Member 'ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_FastTravel_Statue_C_ExecuteUbergraph_ABL_FastTravel_Statue::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_FastTravel_Statue_C_OnAbilityBranch \ static_assert(alignof(ABL_FastTravel_Statue_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_FastTravel_Statue_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_FastTravel_Statue_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_FastTravel_Statue_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_FastTravel_Statue_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_FastTravel_Statue_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_FastTravel_Statue_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_FastTravel_Statue_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_FastTravel_Statue_C_OnAbilityStart \ static_assert(alignof(ABL_FastTravel_Statue_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_FastTravel_Statue_C_OnAbilityStart"); \ static_assert(sizeof(ABL_FastTravel_Statue_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_FastTravel_Statue_C_OnAbilityStart"); \ static_assert(offsetof(ABL_FastTravel_Statue_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_FastTravel_Statue_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_FastTravel_Statue_C \ static_assert(alignof(UABL_FastTravel_Statue_C) == 0x000008, "Wrong alignment on UABL_FastTravel_Statue_C"); \ static_assert(sizeof(UABL_FastTravel_Statue_C) == 0x0000D0, "Wrong size on UABL_FastTravel_Statue_C"); \ static_assert(offsetof(UABL_FastTravel_Statue_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_FastTravel_Statue_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace \ static_assert(alignof(ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace) == 0x000008, "Wrong alignment on ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace"); \ static_assert(sizeof(ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace) == 0x000070, "Wrong size on ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace"); \ static_assert(offsetof(ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace, EntryPoint) == 0x000000, "Member 'ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace, K2Node_Event_Context) == 0x000008, "Member 'ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Idle_TurnToFace_C_ExecuteUbergraph_ABL_Idle_TurnToFace::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_TurnToFace_C_OnAbilityBranch \ static_assert(alignof(ABL_Idle_TurnToFace_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Idle_TurnToFace_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Idle_TurnToFace_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Idle_TurnToFace_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Idle_TurnToFace_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Idle_TurnToFace_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_TurnToFace_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Idle_TurnToFace_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_TurnToFace_C_OnAbilityStart \ static_assert(alignof(ABL_Idle_TurnToFace_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Idle_TurnToFace_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Idle_TurnToFace_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Idle_TurnToFace_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Idle_TurnToFace_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Idle_TurnToFace_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Idle_TurnToFace_C \ static_assert(alignof(UABL_Idle_TurnToFace_C) == 0x000008, "Wrong alignment on UABL_Idle_TurnToFace_C"); \ static_assert(sizeof(UABL_Idle_TurnToFace_C) == 0x0000D0, "Wrong size on UABL_Idle_TurnToFace_C"); \ static_assert(offsetof(UABL_Idle_TurnToFace_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Idle_TurnToFace_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitHitch_C_ExecuteUbergraph_ABL_HitHitch \ static_assert(alignof(ABL_HitHitch_C_ExecuteUbergraph_ABL_HitHitch) == 0x000008, "Wrong alignment on ABL_HitHitch_C_ExecuteUbergraph_ABL_HitHitch"); \ static_assert(sizeof(ABL_HitHitch_C_ExecuteUbergraph_ABL_HitHitch) == 0x000030, "Wrong size on ABL_HitHitch_C_ExecuteUbergraph_ABL_HitHitch"); \ static_assert(offsetof(ABL_HitHitch_C_ExecuteUbergraph_ABL_HitHitch, EntryPoint) == 0x000000, "Member 'ABL_HitHitch_C_ExecuteUbergraph_ABL_HitHitch::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitch_C_ExecuteUbergraph_ABL_HitHitch, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitHitch_C_ExecuteUbergraph_ABL_HitHitch::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitch_C_ExecuteUbergraph_ABL_HitHitch, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitHitch_C_ExecuteUbergraph_ABL_HitHitch::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitch_C_ExecuteUbergraph_ABL_HitHitch, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_HitHitch_C_ExecuteUbergraph_ABL_HitHitch::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitch_C_ExecuteUbergraph_ABL_HitHitch, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HitHitch_C_ExecuteUbergraph_ABL_HitHitch::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitch_C_ExecuteUbergraph_ABL_HitHitch, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_HitHitch_C_ExecuteUbergraph_ABL_HitHitch::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitHitch_C_OnAbilityBranch \ static_assert(alignof(ABL_HitHitch_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitHitch_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitHitch_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitHitch_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitHitch_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitHitch_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitch_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitHitch_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitHitch_C_OnAbilityStart \ static_assert(alignof(ABL_HitHitch_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitHitch_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitHitch_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitHitch_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitHitch_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitHitch_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitHitch_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitHitch_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitHitch_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitHitch_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitHitch_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitHitch_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitHitch_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitch_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitHitch_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitch_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitHitch_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitch_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitHitch_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitch_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitHitch_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitch_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitHitch_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitHitch_C \ static_assert(alignof(UABL_HitHitch_C) == 0x000008, "Wrong alignment on UABL_HitHitch_C"); \ static_assert(sizeof(UABL_HitHitch_C) == 0x0000D0, "Wrong size on UABL_HitHitch_C"); \ static_assert(offsetof(UABL_HitHitch_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HitHitch_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_StrafeMove_Pivot_C \ static_assert(alignof(UABL_StrafeMove_Pivot_C) == 0x000008, "Wrong alignment on UABL_StrafeMove_Pivot_C"); \ static_assert(sizeof(UABL_StrafeMove_Pivot_C) == 0x0000C8, "Wrong size on UABL_StrafeMove_Pivot_C"); \ #define DUMPER7_ASSERTS_ABL_Sprint_C_ExecuteUbergraph_ABL_Sprint \ static_assert(alignof(ABL_Sprint_C_ExecuteUbergraph_ABL_Sprint) == 0x000008, "Wrong alignment on ABL_Sprint_C_ExecuteUbergraph_ABL_Sprint"); \ static_assert(sizeof(ABL_Sprint_C_ExecuteUbergraph_ABL_Sprint) == 0x000018, "Wrong size on ABL_Sprint_C_ExecuteUbergraph_ABL_Sprint"); \ static_assert(offsetof(ABL_Sprint_C_ExecuteUbergraph_ABL_Sprint, EntryPoint) == 0x000000, "Member 'ABL_Sprint_C_ExecuteUbergraph_ABL_Sprint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Sprint_C_ExecuteUbergraph_ABL_Sprint, K2Node_Event_Context) == 0x000008, "Member 'ABL_Sprint_C_ExecuteUbergraph_ABL_Sprint::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Sprint_C_ExecuteUbergraph_ABL_Sprint, K2Node_Event_Context_1) == 0x000010, "Member 'ABL_Sprint_C_ExecuteUbergraph_ABL_Sprint::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Sprint_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Sprint_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Sprint_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Sprint_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Sprint_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Sprint_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Sprint_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Sprint_C_OnAbilityEnd \ static_assert(alignof(ABL_Sprint_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_Sprint_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_Sprint_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_Sprint_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_Sprint_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_Sprint_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Sprint_C \ static_assert(alignof(UABL_Sprint_C) == 0x000008, "Wrong alignment on UABL_Sprint_C"); \ static_assert(sizeof(UABL_Sprint_C) == 0x0000D0, "Wrong size on UABL_Sprint_C"); \ static_assert(offsetof(UABL_Sprint_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Sprint_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Stealth_TurnMove_Start_C \ static_assert(alignof(UABL_Stealth_TurnMove_Start_C) == 0x000008, "Wrong alignment on UABL_Stealth_TurnMove_Start_C"); \ static_assert(sizeof(UABL_Stealth_TurnMove_Start_C) == 0x0000C8, "Wrong size on UABL_Stealth_TurnMove_Start_C"); \ #define DUMPER7_ASSERTS_UABL_Alohomora_Complete_C \ static_assert(alignof(UABL_Alohomora_Complete_C) == 0x000008, "Wrong alignment on UABL_Alohomora_Complete_C"); \ static_assert(sizeof(UABL_Alohomora_Complete_C) == 0x0000C8, "Wrong size on UABL_Alohomora_Complete_C"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle \ static_assert(alignof(UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle) == 0x000008, "Wrong alignment on UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle"); \ static_assert(sizeof(UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle) == 0x0003B8, "Wrong size on UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle, Temp_bool_Variable_1) == 0x000001, "Member 'UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle, Temp_bool_Variable_2) == 0x000002, "Member 'UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle, K2Node_Select_Default) == 0x000008, "Member 'UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle, K2Node_Select_Default_1) == 0x000030, "Member 'UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle, K2Node_Select_Default_2) == 0x0000B8, "Member 'UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle, K2Node_MakeStruct_ButtonStyle) == 0x000140, "Member 'UI_BP_PhxComboBoxItem_C_UpdateDynamicStyle::K2Node_MakeStruct_ButtonStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBoxItem_C_SetIsActive \ static_assert(alignof(UI_BP_PhxComboBoxItem_C_SetIsActive) == 0x000001, "Wrong alignment on UI_BP_PhxComboBoxItem_C_SetIsActive"); \ static_assert(sizeof(UI_BP_PhxComboBoxItem_C_SetIsActive) == 0x000001, "Wrong size on UI_BP_PhxComboBoxItem_C_SetIsActive"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_SetIsActive, ACTIVE) == 0x000000, "Member 'UI_BP_PhxComboBoxItem_C_SetIsActive::ACTIVE' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBoxItem_C_PreConstruct \ static_assert(alignof(UI_BP_PhxComboBoxItem_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_PhxComboBoxItem_C_PreConstruct"); \ static_assert(sizeof(UI_BP_PhxComboBoxItem_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_PhxComboBoxItem_C_PreConstruct"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_PhxComboBoxItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBoxItem_C_ExecuteUbergraph_UI_BP_PhxComboBoxItem \ static_assert(alignof(UI_BP_PhxComboBoxItem_C_ExecuteUbergraph_UI_BP_PhxComboBoxItem) == 0x000008, "Wrong alignment on UI_BP_PhxComboBoxItem_C_ExecuteUbergraph_UI_BP_PhxComboBoxItem"); \ static_assert(sizeof(UI_BP_PhxComboBoxItem_C_ExecuteUbergraph_UI_BP_PhxComboBoxItem) == 0x000028, "Wrong size on UI_BP_PhxComboBoxItem_C_ExecuteUbergraph_UI_BP_PhxComboBoxItem"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_ExecuteUbergraph_UI_BP_PhxComboBoxItem, EntryPoint) == 0x000000, "Member 'UI_BP_PhxComboBoxItem_C_ExecuteUbergraph_UI_BP_PhxComboBoxItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_ExecuteUbergraph_UI_BP_PhxComboBoxItem, CallFunc_Conv_StringToText_ReturnValue) == 0x000008, "Member 'UI_BP_PhxComboBoxItem_C_ExecuteUbergraph_UI_BP_PhxComboBoxItem::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_ExecuteUbergraph_UI_BP_PhxComboBoxItem, K2Node_Event_IsDesignTime) == 0x000020, "Member 'UI_BP_PhxComboBoxItem_C_ExecuteUbergraph_UI_BP_PhxComboBoxItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings) == 0x000068, "Wrong size on UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'UI_BP_PhxComboBoxItem_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_PhxComboBoxItem_C \ static_assert(alignof(UUI_BP_PhxComboBoxItem_C) == 0x000008, "Wrong alignment on UUI_BP_PhxComboBoxItem_C"); \ static_assert(sizeof(UUI_BP_PhxComboBoxItem_C) == 0x000BB0, "Wrong size on UUI_BP_PhxComboBoxItem_C"); \ static_assert(offsetof(UUI_BP_PhxComboBoxItem_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_PhxComboBoxItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBoxItem_C, ItemButton) == 0x000330, "Member 'UUI_BP_PhxComboBoxItem_C::ItemButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBoxItem_C, TextBlock) == 0x000338, "Member 'UUI_BP_PhxComboBoxItem_C::TextBlock' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBoxItem_C, ItemText) == 0x000340, "Member 'UUI_BP_PhxComboBoxItem_C::ItemText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBoxItem_C, Style) == 0x000350, "Member 'UUI_BP_PhxComboBoxItem_C::Style' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBoxItem_C, IsActive) == 0x000B18, "Member 'UUI_BP_PhxComboBoxItem_C::IsActive' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBoxItem_C, font) == 0x000B20, "Member 'UUI_BP_PhxComboBoxItem_C::font' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBoxItem_C, OnItemClicked) == 0x000B78, "Member 'UUI_BP_PhxComboBoxItem_C::OnItemClicked' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBoxItem_C, OnItemHovered) == 0x000B88, "Member 'UUI_BP_PhxComboBoxItem_C::OnItemHovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBoxItem_C, OnItemUnhovered) == 0x000B98, "Member 'UUI_BP_PhxComboBoxItem_C::OnItemUnhovered' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PhxComboBoxItem_C, IsTranslatable) == 0x000BA8, "Member 'UUI_BP_PhxComboBoxItem_C::IsTranslatable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitDeath_C_ExecuteUbergraph_ABL_HitDeath \ static_assert(alignof(ABL_HitDeath_C_ExecuteUbergraph_ABL_HitDeath) == 0x000008, "Wrong alignment on ABL_HitDeath_C_ExecuteUbergraph_ABL_HitDeath"); \ static_assert(sizeof(ABL_HitDeath_C_ExecuteUbergraph_ABL_HitDeath) == 0x000010, "Wrong size on ABL_HitDeath_C_ExecuteUbergraph_ABL_HitDeath"); \ static_assert(offsetof(ABL_HitDeath_C_ExecuteUbergraph_ABL_HitDeath, EntryPoint) == 0x000000, "Member 'ABL_HitDeath_C_ExecuteUbergraph_ABL_HitDeath::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitDeath_C_ExecuteUbergraph_ABL_HitDeath, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitDeath_C_ExecuteUbergraph_ABL_HitDeath::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitDeath_C_OnAbilityStart \ static_assert(alignof(ABL_HitDeath_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitDeath_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitDeath_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitDeath_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitDeath_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitDeath_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitDeath_C \ static_assert(alignof(UABL_HitDeath_C) == 0x000008, "Wrong alignment on UABL_HitDeath_C"); \ static_assert(sizeof(UABL_HitDeath_C) == 0x0000E8, "Wrong size on UABL_HitDeath_C"); \ static_assert(offsetof(UABL_HitDeath_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitDeath_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Climb_o5M_Jog_C_ExecuteUbergraph_ABL_Climb_o5M_Jog \ static_assert(alignof(ABL_Climb_o5M_Jog_C_ExecuteUbergraph_ABL_Climb_o5M_Jog) == 0x000008, "Wrong alignment on ABL_Climb_o5M_Jog_C_ExecuteUbergraph_ABL_Climb_o5M_Jog"); \ static_assert(sizeof(ABL_Climb_o5M_Jog_C_ExecuteUbergraph_ABL_Climb_o5M_Jog) == 0x000020, "Wrong size on ABL_Climb_o5M_Jog_C_ExecuteUbergraph_ABL_Climb_o5M_Jog"); \ static_assert(offsetof(ABL_Climb_o5M_Jog_C_ExecuteUbergraph_ABL_Climb_o5M_Jog, EntryPoint) == 0x000000, "Member 'ABL_Climb_o5M_Jog_C_ExecuteUbergraph_ABL_Climb_o5M_Jog::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_o5M_Jog_C_ExecuteUbergraph_ABL_Climb_o5M_Jog, K2Node_Event_Context) == 0x000008, "Member 'ABL_Climb_o5M_Jog_C_ExecuteUbergraph_ABL_Climb_o5M_Jog::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_o5M_Jog_C_ExecuteUbergraph_ABL_Climb_o5M_Jog, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Climb_o5M_Jog_C_ExecuteUbergraph_ABL_Climb_o5M_Jog::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_o5M_Jog_C_ExecuteUbergraph_ABL_Climb_o5M_Jog, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_Climb_o5M_Jog_C_ExecuteUbergraph_ABL_Climb_o5M_Jog::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Climb_o5M_Jog_C_OnAbilityStart \ static_assert(alignof(ABL_Climb_o5M_Jog_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Climb_o5M_Jog_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Climb_o5M_Jog_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Climb_o5M_Jog_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Climb_o5M_Jog_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Climb_o5M_Jog_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Climb_o5M_Jog_C \ static_assert(alignof(UABL_Climb_o5M_Jog_C) == 0x000008, "Wrong alignment on UABL_Climb_o5M_Jog_C"); \ static_assert(sizeof(UABL_Climb_o5M_Jog_C) == 0x0000D0, "Wrong size on UABL_Climb_o5M_Jog_C"); \ static_assert(offsetof(UABL_Climb_o5M_Jog_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Climb_o5M_Jog_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Walk2Sprint_C_ExecuteUbergraph_ABL_Walk2Sprint \ static_assert(alignof(ABL_Walk2Sprint_C_ExecuteUbergraph_ABL_Walk2Sprint) == 0x000008, "Wrong alignment on ABL_Walk2Sprint_C_ExecuteUbergraph_ABL_Walk2Sprint"); \ static_assert(sizeof(ABL_Walk2Sprint_C_ExecuteUbergraph_ABL_Walk2Sprint) == 0x000018, "Wrong size on ABL_Walk2Sprint_C_ExecuteUbergraph_ABL_Walk2Sprint"); \ static_assert(offsetof(ABL_Walk2Sprint_C_ExecuteUbergraph_ABL_Walk2Sprint, EntryPoint) == 0x000000, "Member 'ABL_Walk2Sprint_C_ExecuteUbergraph_ABL_Walk2Sprint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Walk2Sprint_C_ExecuteUbergraph_ABL_Walk2Sprint, K2Node_Event_Context) == 0x000008, "Member 'ABL_Walk2Sprint_C_ExecuteUbergraph_ABL_Walk2Sprint::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Walk2Sprint_C_ExecuteUbergraph_ABL_Walk2Sprint, K2Node_Event_Context_1) == 0x000010, "Member 'ABL_Walk2Sprint_C_ExecuteUbergraph_ABL_Walk2Sprint::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Walk2Sprint_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Walk2Sprint_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Walk2Sprint_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Walk2Sprint_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Walk2Sprint_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Walk2Sprint_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Walk2Sprint_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Walk2Sprint_C_OnAbilityEnd \ static_assert(alignof(ABL_Walk2Sprint_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_Walk2Sprint_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_Walk2Sprint_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_Walk2Sprint_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_Walk2Sprint_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_Walk2Sprint_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Walk2Sprint_C \ static_assert(alignof(UABL_Walk2Sprint_C) == 0x000008, "Wrong alignment on UABL_Walk2Sprint_C"); \ static_assert(sizeof(UABL_Walk2Sprint_C) == 0x0000D0, "Wrong size on UABL_Walk2Sprint_C"); \ static_assert(offsetof(UABL_Walk2Sprint_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Walk2Sprint_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_StealthStrafe_Loop_C \ static_assert(alignof(UABL_StealthStrafe_Loop_C) == 0x000008, "Wrong alignment on UABL_StealthStrafe_Loop_C"); \ static_assert(sizeof(UABL_StealthStrafe_Loop_C) == 0x0000C8, "Wrong size on UABL_StealthStrafe_Loop_C"); \ #define DUMPER7_ASSERTS_ABL_HeavyKnockDown_C_ExecuteUbergraph_ABL_HeavyKnockDown \ static_assert(alignof(ABL_HeavyKnockDown_C_ExecuteUbergraph_ABL_HeavyKnockDown) == 0x000008, "Wrong alignment on ABL_HeavyKnockDown_C_ExecuteUbergraph_ABL_HeavyKnockDown"); \ static_assert(sizeof(ABL_HeavyKnockDown_C_ExecuteUbergraph_ABL_HeavyKnockDown) == 0x000020, "Wrong size on ABL_HeavyKnockDown_C_ExecuteUbergraph_ABL_HeavyKnockDown"); \ static_assert(offsetof(ABL_HeavyKnockDown_C_ExecuteUbergraph_ABL_HeavyKnockDown, EntryPoint) == 0x000000, "Member 'ABL_HeavyKnockDown_C_ExecuteUbergraph_ABL_HeavyKnockDown::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HeavyKnockDown_C_ExecuteUbergraph_ABL_HeavyKnockDown, K2Node_Event_Context) == 0x000008, "Member 'ABL_HeavyKnockDown_C_ExecuteUbergraph_ABL_HeavyKnockDown::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HeavyKnockDown_C_ExecuteUbergraph_ABL_HeavyKnockDown, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HeavyKnockDown_C_ExecuteUbergraph_ABL_HeavyKnockDown::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HeavyKnockDown_C_ExecuteUbergraph_ABL_HeavyKnockDown, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_HeavyKnockDown_C_ExecuteUbergraph_ABL_HeavyKnockDown::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HeavyKnockDown_C_OnAbilityStart \ static_assert(alignof(ABL_HeavyKnockDown_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HeavyKnockDown_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HeavyKnockDown_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HeavyKnockDown_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HeavyKnockDown_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HeavyKnockDown_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HeavyKnockDown_C \ static_assert(alignof(UABL_HeavyKnockDown_C) == 0x000008, "Wrong alignment on UABL_HeavyKnockDown_C"); \ static_assert(sizeof(UABL_HeavyKnockDown_C) == 0x0000E8, "Wrong size on UABL_HeavyKnockDown_C"); \ static_assert(offsetof(UABL_HeavyKnockDown_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HeavyKnockDown_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandHard2Jog_C_ExecuteUbergraph_ABL_JumpLandHard2Jog \ static_assert(alignof(ABL_JumpLandHard2Jog_C_ExecuteUbergraph_ABL_JumpLandHard2Jog) == 0x000008, "Wrong alignment on ABL_JumpLandHard2Jog_C_ExecuteUbergraph_ABL_JumpLandHard2Jog"); \ static_assert(sizeof(ABL_JumpLandHard2Jog_C_ExecuteUbergraph_ABL_JumpLandHard2Jog) == 0x000020, "Wrong size on ABL_JumpLandHard2Jog_C_ExecuteUbergraph_ABL_JumpLandHard2Jog"); \ static_assert(offsetof(ABL_JumpLandHard2Jog_C_ExecuteUbergraph_ABL_JumpLandHard2Jog, EntryPoint) == 0x000000, "Member 'ABL_JumpLandHard2Jog_C_ExecuteUbergraph_ABL_JumpLandHard2Jog::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandHard2Jog_C_ExecuteUbergraph_ABL_JumpLandHard2Jog, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpLandHard2Jog_C_ExecuteUbergraph_ABL_JumpLandHard2Jog::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandHard2Jog_C_ExecuteUbergraph_ABL_JumpLandHard2Jog, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_JumpLandHard2Jog_C_ExecuteUbergraph_ABL_JumpLandHard2Jog::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandHard2Jog_C_ExecuteUbergraph_ABL_JumpLandHard2Jog, CallFunc_PostDialogueEventByReference_ReturnValue) == 0x000018, "Member 'ABL_JumpLandHard2Jog_C_ExecuteUbergraph_ABL_JumpLandHard2Jog::CallFunc_PostDialogueEventByReference_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandHard2Jog_C_OnAbilityStart \ static_assert(alignof(ABL_JumpLandHard2Jog_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpLandHard2Jog_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpLandHard2Jog_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpLandHard2Jog_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpLandHard2Jog_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpLandHard2Jog_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpLandHard2Jog_C \ static_assert(alignof(UABL_JumpLandHard2Jog_C) == 0x000008, "Wrong alignment on UABL_JumpLandHard2Jog_C"); \ static_assert(sizeof(UABL_JumpLandHard2Jog_C) == 0x0000D0, "Wrong size on UABL_JumpLandHard2Jog_C"); \ static_assert(offsetof(UABL_JumpLandHard2Jog_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpLandHard2Jog_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break \ static_assert(alignof(ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break) == 0x000008, "Wrong alignment on ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break"); \ static_assert(sizeof(ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break) == 0x000070, "Wrong size on ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break"); \ static_assert(offsetof(ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break, EntryPoint) == 0x000000, "Member 'ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break, K2Node_Event_Context) == 0x000008, "Member 'ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Idle_Casual_Break_C_ExecuteUbergraph_ABL_Idle_Casual_Break::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_Casual_Break_C_OnAbilityBranch \ static_assert(alignof(ABL_Idle_Casual_Break_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Idle_Casual_Break_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Idle_Casual_Break_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Idle_Casual_Break_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Idle_Casual_Break_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Idle_Casual_Break_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_Casual_Break_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Idle_Casual_Break_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_Casual_Break_C_OnAbilityStart \ static_assert(alignof(ABL_Idle_Casual_Break_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Idle_Casual_Break_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Idle_Casual_Break_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Idle_Casual_Break_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Idle_Casual_Break_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Idle_Casual_Break_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Idle_Casual_Break_C \ static_assert(alignof(UABL_Idle_Casual_Break_C) == 0x000008, "Wrong alignment on UABL_Idle_Casual_Break_C"); \ static_assert(sizeof(UABL_Idle_Casual_Break_C) == 0x0000D0, "Wrong size on UABL_Idle_Casual_Break_C"); \ static_assert(offsetof(UABL_Idle_Casual_Break_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Idle_Casual_Break_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ClimbLadder_MountJump_C_ExecuteUbergraph_ABL_ClimbLadder_MountJump \ static_assert(alignof(ABL_ClimbLadder_MountJump_C_ExecuteUbergraph_ABL_ClimbLadder_MountJump) == 0x000008, "Wrong alignment on ABL_ClimbLadder_MountJump_C_ExecuteUbergraph_ABL_ClimbLadder_MountJump"); \ static_assert(sizeof(ABL_ClimbLadder_MountJump_C_ExecuteUbergraph_ABL_ClimbLadder_MountJump) == 0x000010, "Wrong size on ABL_ClimbLadder_MountJump_C_ExecuteUbergraph_ABL_ClimbLadder_MountJump"); \ static_assert(offsetof(ABL_ClimbLadder_MountJump_C_ExecuteUbergraph_ABL_ClimbLadder_MountJump, EntryPoint) == 0x000000, "Member 'ABL_ClimbLadder_MountJump_C_ExecuteUbergraph_ABL_ClimbLadder_MountJump::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ClimbLadder_MountJump_C_ExecuteUbergraph_ABL_ClimbLadder_MountJump, K2Node_Event_Context) == 0x000008, "Member 'ABL_ClimbLadder_MountJump_C_ExecuteUbergraph_ABL_ClimbLadder_MountJump::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ClimbLadder_MountJump_C_OnAbilityStart \ static_assert(alignof(ABL_ClimbLadder_MountJump_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ClimbLadder_MountJump_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ClimbLadder_MountJump_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ClimbLadder_MountJump_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ClimbLadder_MountJump_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ClimbLadder_MountJump_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ClimbLadder_MountJump_C \ static_assert(alignof(UABL_ClimbLadder_MountJump_C) == 0x000008, "Wrong alignment on UABL_ClimbLadder_MountJump_C"); \ static_assert(sizeof(UABL_ClimbLadder_MountJump_C) == 0x0000D0, "Wrong size on UABL_ClimbLadder_MountJump_C"); \ static_assert(offsetof(UABL_ClimbLadder_MountJump_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ClimbLadder_MountJump_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Walk2Jog_C \ static_assert(alignof(UABL_Walk2Jog_C) == 0x000008, "Wrong alignment on UABL_Walk2Jog_C"); \ static_assert(sizeof(UABL_Walk2Jog_C) == 0x0000C8, "Wrong size on UABL_Walk2Jog_C"); \ #define DUMPER7_ASSERTS_UABL_Stealth_Strafe_TurnMove_Start_C \ static_assert(alignof(UABL_Stealth_Strafe_TurnMove_Start_C) == 0x000008, "Wrong alignment on UABL_Stealth_Strafe_TurnMove_Start_C"); \ static_assert(sizeof(UABL_Stealth_Strafe_TurnMove_Start_C) == 0x0000C8, "Wrong size on UABL_Stealth_Strafe_TurnMove_Start_C"); \ #define DUMPER7_ASSERTS_UABL_Stealth_CombatIdle2Crouch_C \ static_assert(alignof(UABL_Stealth_CombatIdle2Crouch_C) == 0x000008, "Wrong alignment on UABL_Stealth_CombatIdle2Crouch_C"); \ static_assert(sizeof(UABL_Stealth_CombatIdle2Crouch_C) == 0x0000C8, "Wrong size on UABL_Stealth_CombatIdle2Crouch_C"); \ #define DUMPER7_ASSERTS_UABL_Stealth_Strafe_TurnMove_Stop_C \ static_assert(alignof(UABL_Stealth_Strafe_TurnMove_Stop_C) == 0x000008, "Wrong alignment on UABL_Stealth_Strafe_TurnMove_Stop_C"); \ static_assert(sizeof(UABL_Stealth_Strafe_TurnMove_Stop_C) == 0x0000C8, "Wrong size on UABL_Stealth_Strafe_TurnMove_Stop_C"); \ #define DUMPER7_ASSERTS_ABL_HitBroom_C_ExecuteUbergraph_ABL_HitBroom \ static_assert(alignof(ABL_HitBroom_C_ExecuteUbergraph_ABL_HitBroom) == 0x000008, "Wrong alignment on ABL_HitBroom_C_ExecuteUbergraph_ABL_HitBroom"); \ static_assert(sizeof(ABL_HitBroom_C_ExecuteUbergraph_ABL_HitBroom) == 0x000030, "Wrong size on ABL_HitBroom_C_ExecuteUbergraph_ABL_HitBroom"); \ static_assert(offsetof(ABL_HitBroom_C_ExecuteUbergraph_ABL_HitBroom, EntryPoint) == 0x000000, "Member 'ABL_HitBroom_C_ExecuteUbergraph_ABL_HitBroom::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_C_ExecuteUbergraph_ABL_HitBroom, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitBroom_C_ExecuteUbergraph_ABL_HitBroom::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_C_ExecuteUbergraph_ABL_HitBroom, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitBroom_C_ExecuteUbergraph_ABL_HitBroom::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_C_ExecuteUbergraph_ABL_HitBroom, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_HitBroom_C_ExecuteUbergraph_ABL_HitBroom::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_C_ExecuteUbergraph_ABL_HitBroom, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HitBroom_C_ExecuteUbergraph_ABL_HitBroom::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_C_ExecuteUbergraph_ABL_HitBroom, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_HitBroom_C_ExecuteUbergraph_ABL_HitBroom::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitBroom_C_OnAbilityBranch \ static_assert(alignof(ABL_HitBroom_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitBroom_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitBroom_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitBroom_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitBroom_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitBroom_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitBroom_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitBroom_C_OnAbilityStart \ static_assert(alignof(ABL_HitBroom_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitBroom_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitBroom_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitBroom_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitBroom_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitBroom_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitBroom_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitBroom_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitBroom_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitBroom_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitBroom_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitBroom_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitBroom_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitBroom_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitBroom_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitBroom_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitBroom_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitBroom_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitBroom_C \ static_assert(alignof(UABL_HitBroom_C) == 0x000008, "Wrong alignment on UABL_HitBroom_C"); \ static_assert(sizeof(UABL_HitBroom_C) == 0x0000E8, "Wrong size on UABL_HitBroom_C"); \ static_assert(offsetof(UABL_HitBroom_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitBroom_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell \ static_assert(alignof(BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell) == 0x000008, "Wrong alignment on BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell"); \ static_assert(sizeof(BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell) == 0x000048, "Wrong size on BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell"); \ static_assert(offsetof(BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell, EntryPoint) == 0x000000, "Member 'BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell, CallFunc_GetCharacterActor_ReturnValue) == 0x000008, "Member 'BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell::CallFunc_GetCharacterActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell, K2Node_Event_Target) == 0x000020, "Member 'BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell, K2Node_Event_Location) == 0x000028, "Member 'BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell::K2Node_Event_Location' has a wrong offset!"); \ static_assert(offsetof(BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell, K2Node_Event_MuzzleLocation) == 0x000034, "Member 'BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell::K2Node_Event_MuzzleLocation' has a wrong offset!"); \ static_assert(offsetof(BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell, CallFunc_IsToolUsedByPlayer_ReturnValue) == 0x000040, "Member 'BP_OppugnoSpell_C_ExecuteUbergraph_BP_OppugnoSpell::CallFunc_IsToolUsedByPlayer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OppugnoSpell_C_OnCastSpell \ static_assert(alignof(BP_OppugnoSpell_C_OnCastSpell) == 0x000008, "Wrong alignment on BP_OppugnoSpell_C_OnCastSpell"); \ static_assert(sizeof(BP_OppugnoSpell_C_OnCastSpell) == 0x000020, "Wrong size on BP_OppugnoSpell_C_OnCastSpell"); \ static_assert(offsetof(BP_OppugnoSpell_C_OnCastSpell, Target) == 0x000000, "Member 'BP_OppugnoSpell_C_OnCastSpell::Target' has a wrong offset!"); \ static_assert(offsetof(BP_OppugnoSpell_C_OnCastSpell, Location) == 0x000008, "Member 'BP_OppugnoSpell_C_OnCastSpell::Location' has a wrong offset!"); \ static_assert(offsetof(BP_OppugnoSpell_C_OnCastSpell, MuzzleLocation) == 0x000014, "Member 'BP_OppugnoSpell_C_OnCastSpell::MuzzleLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_OppugnoSpell_C \ static_assert(alignof(ABP_OppugnoSpell_C) == 0x000008, "Wrong alignment on ABP_OppugnoSpell_C"); \ static_assert(sizeof(ABP_OppugnoSpell_C) == 0x000C70, "Wrong size on ABP_OppugnoSpell_C"); \ static_assert(offsetof(ABP_OppugnoSpell_C, UberGraphFrame) == 0x000C50, "Member 'ABP_OppugnoSpell_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_OppugnoSpell_C, Ak_audio_location) == 0x000C58, "Member 'ABP_OppugnoSpell_C::Ak_audio_location' has a wrong offset!"); \ static_assert(offsetof(ABP_OppugnoSpell_C, DefaultSceneRoot) == 0x000C60, "Member 'ABP_OppugnoSpell_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_OppugnoSpell_C, CamShake) == 0x000C68, "Member 'ABP_OppugnoSpell_C::CamShake' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Stealth_Idle2Crouch_C \ static_assert(alignof(UABL_Stealth_Idle2Crouch_C) == 0x000008, "Wrong alignment on UABL_Stealth_Idle2Crouch_C"); \ static_assert(sizeof(UABL_Stealth_Idle2Crouch_C) == 0x0000C8, "Wrong size on UABL_Stealth_Idle2Crouch_C"); \ #define DUMPER7_ASSERTS_ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak \ static_assert(alignof(ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak) == 0x000008, "Wrong alignment on ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak"); \ static_assert(sizeof(ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak) == 0x000070, "Wrong size on ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak"); \ static_assert(offsetof(ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak, EntryPoint) == 0x000000, "Member 'ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak, K2Node_Event_Context) == 0x000008, "Member 'ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Stealth_IdleBreak_C_ExecuteUbergraph_ABL_Stealth_IdleBreak::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Stealth_IdleBreak_C_OnAbilityBranch \ static_assert(alignof(ABL_Stealth_IdleBreak_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Stealth_IdleBreak_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Stealth_IdleBreak_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Stealth_IdleBreak_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Stealth_IdleBreak_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Stealth_IdleBreak_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Stealth_IdleBreak_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Stealth_IdleBreak_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Stealth_IdleBreak_C_OnAbilityStart \ static_assert(alignof(ABL_Stealth_IdleBreak_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Stealth_IdleBreak_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Stealth_IdleBreak_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Stealth_IdleBreak_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Stealth_IdleBreak_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Stealth_IdleBreak_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Stealth_IdleBreak_C \ static_assert(alignof(UABL_Stealth_IdleBreak_C) == 0x000008, "Wrong alignment on UABL_Stealth_IdleBreak_C"); \ static_assert(sizeof(UABL_Stealth_IdleBreak_C) == 0x0000D0, "Wrong size on UABL_Stealth_IdleBreak_C"); \ static_assert(offsetof(UABL_Stealth_IdleBreak_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Stealth_IdleBreak_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Climb_o5M_C_ExecuteUbergraph_ABL_Climb_o5M \ static_assert(alignof(ABL_Climb_o5M_C_ExecuteUbergraph_ABL_Climb_o5M) == 0x000008, "Wrong alignment on ABL_Climb_o5M_C_ExecuteUbergraph_ABL_Climb_o5M"); \ static_assert(sizeof(ABL_Climb_o5M_C_ExecuteUbergraph_ABL_Climb_o5M) == 0x000020, "Wrong size on ABL_Climb_o5M_C_ExecuteUbergraph_ABL_Climb_o5M"); \ static_assert(offsetof(ABL_Climb_o5M_C_ExecuteUbergraph_ABL_Climb_o5M, EntryPoint) == 0x000000, "Member 'ABL_Climb_o5M_C_ExecuteUbergraph_ABL_Climb_o5M::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_o5M_C_ExecuteUbergraph_ABL_Climb_o5M, K2Node_Event_Context) == 0x000008, "Member 'ABL_Climb_o5M_C_ExecuteUbergraph_ABL_Climb_o5M::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_o5M_C_ExecuteUbergraph_ABL_Climb_o5M, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Climb_o5M_C_ExecuteUbergraph_ABL_Climb_o5M::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_o5M_C_ExecuteUbergraph_ABL_Climb_o5M, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_Climb_o5M_C_ExecuteUbergraph_ABL_Climb_o5M::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Climb_o5M_C_OnAbilityStart \ static_assert(alignof(ABL_Climb_o5M_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Climb_o5M_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Climb_o5M_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Climb_o5M_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Climb_o5M_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Climb_o5M_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Climb_o5M_C \ static_assert(alignof(UABL_Climb_o5M_C) == 0x000008, "Wrong alignment on UABL_Climb_o5M_C"); \ static_assert(sizeof(UABL_Climb_o5M_C) == 0x0000D0, "Wrong size on UABL_Climb_o5M_C"); \ static_assert(offsetof(UABL_Climb_o5M_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Climb_o5M_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual \ static_assert(alignof(ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual) == 0x000008, "Wrong alignment on ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual"); \ static_assert(sizeof(ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual) == 0x000070, "Wrong size on ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual"); \ static_assert(offsetof(ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual, EntryPoint) == 0x000000, "Member 'ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual, K2Node_Event_Context) == 0x000008, "Member 'ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Idle2Casual_C_ExecuteUbergraph_ABL_Idle2Casual::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle2Casual_C_OnAbilityBranch \ static_assert(alignof(ABL_Idle2Casual_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Idle2Casual_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Idle2Casual_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Idle2Casual_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Idle2Casual_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Idle2Casual_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle2Casual_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Idle2Casual_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle2Casual_C_OnAbilityStart \ static_assert(alignof(ABL_Idle2Casual_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Idle2Casual_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Idle2Casual_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Idle2Casual_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Idle2Casual_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Idle2Casual_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Idle2Casual_C \ static_assert(alignof(UABL_Idle2Casual_C) == 0x000008, "Wrong alignment on UABL_Idle2Casual_C"); \ static_assert(sizeof(UABL_Idle2Casual_C) == 0x0000D0, "Wrong size on UABL_Idle2Casual_C"); \ static_assert(offsetof(UABL_Idle2Casual_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Idle2Casual_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_MoveFwdStairsDown_Loop_C \ static_assert(alignof(UABL_MoveFwdStairsDown_Loop_C) == 0x000008, "Wrong alignment on UABL_MoveFwdStairsDown_Loop_C"); \ static_assert(sizeof(UABL_MoveFwdStairsDown_Loop_C) == 0x0000C8, "Wrong size on UABL_MoveFwdStairsDown_Loop_C"); \ #define DUMPER7_ASSERTS_UABL_Sprint2Walk_C \ static_assert(alignof(UABL_Sprint2Walk_C) == 0x000008, "Wrong alignment on UABL_Sprint2Walk_C"); \ static_assert(sizeof(UABL_Sprint2Walk_C) == 0x0000C8, "Wrong size on UABL_Sprint2Walk_C"); \ #define DUMPER7_ASSERTS_UABL_Sprint2Jog_C \ static_assert(alignof(UABL_Sprint2Jog_C) == 0x000008, "Wrong alignment on UABL_Sprint2Jog_C"); \ static_assert(sizeof(UABL_Sprint2Jog_C) == 0x0000C8, "Wrong size on UABL_Sprint2Jog_C"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadMissionCP5 \ static_assert(alignof(Intro_Root_C_LoadMissionCP5) == 0x000008, "Wrong alignment on Intro_Root_C_LoadMissionCP5"); \ static_assert(sizeof(Intro_Root_C_LoadMissionCP5) == 0x000010, "Wrong size on Intro_Root_C_LoadMissionCP5"); \ static_assert(offsetof(Intro_Root_C_LoadMissionCP5, bShow) == 0x000000, "Member 'Intro_Root_C_LoadMissionCP5::bShow' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadMissionCP5, CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess) == 0x000001, "Member 'Intro_Root_C_LoadMissionCP5::CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadMissionCP5, CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue) == 0x000008, "Member 'Intro_Root_C_LoadMissionCP5::CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadMissionCP2 \ static_assert(alignof(Intro_Root_C_LoadMissionCP2) == 0x000008, "Wrong alignment on Intro_Root_C_LoadMissionCP2"); \ static_assert(sizeof(Intro_Root_C_LoadMissionCP2) == 0x000010, "Wrong size on Intro_Root_C_LoadMissionCP2"); \ static_assert(offsetof(Intro_Root_C_LoadMissionCP2, bShow) == 0x000000, "Member 'Intro_Root_C_LoadMissionCP2::bShow' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadMissionCP2, CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess) == 0x000001, "Member 'Intro_Root_C_LoadMissionCP2::CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadMissionCP2, CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue) == 0x000008, "Member 'Intro_Root_C_LoadMissionCP2::CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadGlobalSky \ static_assert(alignof(Intro_Root_C_LoadGlobalSky) == 0x000008, "Wrong alignment on Intro_Root_C_LoadGlobalSky"); \ static_assert(sizeof(Intro_Root_C_LoadGlobalSky) == 0x000010, "Wrong size on Intro_Root_C_LoadGlobalSky"); \ static_assert(offsetof(Intro_Root_C_LoadGlobalSky, bShow) == 0x000000, "Member 'Intro_Root_C_LoadGlobalSky::bShow' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGlobalSky, CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess) == 0x000001, "Member 'Intro_Root_C_LoadGlobalSky::CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGlobalSky, CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue) == 0x000008, "Member 'Intro_Root_C_LoadGlobalSky::CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_UnloadGladeSublevels \ static_assert(alignof(Intro_Root_C_UnloadGladeSublevels) == 0x000008, "Wrong alignment on Intro_Root_C_UnloadGladeSublevels"); \ static_assert(sizeof(Intro_Root_C_UnloadGladeSublevels) == 0x000020, "Wrong size on Intro_Root_C_UnloadGladeSublevels"); \ static_assert(offsetof(Intro_Root_C_UnloadGladeSublevels, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Root_C_UnloadGladeSublevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadGladeSublevels, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Root_C_UnloadGladeSublevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadGladeSublevels, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Root_C_UnloadGladeSublevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadGladeSublevels, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_UnloadGladeSublevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadGladeSublevels, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'Intro_Root_C_UnloadGladeSublevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadGladeSublevels, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_UnloadGladeSublevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_UnloadVoidSublevels \ static_assert(alignof(Intro_Root_C_UnloadVoidSublevels) == 0x000008, "Wrong alignment on Intro_Root_C_UnloadVoidSublevels"); \ static_assert(sizeof(Intro_Root_C_UnloadVoidSublevels) == 0x000020, "Wrong size on Intro_Root_C_UnloadVoidSublevels"); \ static_assert(offsetof(Intro_Root_C_UnloadVoidSublevels, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Root_C_UnloadVoidSublevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadVoidSublevels, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Root_C_UnloadVoidSublevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadVoidSublevels, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Root_C_UnloadVoidSublevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadVoidSublevels, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_UnloadVoidSublevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadVoidSublevels, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'Intro_Root_C_UnloadVoidSublevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadVoidSublevels, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_UnloadVoidSublevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_UnloadCartRideSublevel \ static_assert(alignof(Intro_Root_C_UnloadCartRideSublevel) == 0x000008, "Wrong alignment on Intro_Root_C_UnloadCartRideSublevel"); \ static_assert(sizeof(Intro_Root_C_UnloadCartRideSublevel) == 0x000020, "Wrong size on Intro_Root_C_UnloadCartRideSublevel"); \ static_assert(offsetof(Intro_Root_C_UnloadCartRideSublevel, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Root_C_UnloadCartRideSublevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadCartRideSublevel, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Root_C_UnloadCartRideSublevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadCartRideSublevel, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Root_C_UnloadCartRideSublevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadCartRideSublevel, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_UnloadCartRideSublevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadCartRideSublevel, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'Intro_Root_C_UnloadCartRideSublevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadCartRideSublevel, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_UnloadCartRideSublevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_UnloadGringottsSublevels \ static_assert(alignof(Intro_Root_C_UnloadGringottsSublevels) == 0x000008, "Wrong alignment on Intro_Root_C_UnloadGringottsSublevels"); \ static_assert(sizeof(Intro_Root_C_UnloadGringottsSublevels) == 0x000020, "Wrong size on Intro_Root_C_UnloadGringottsSublevels"); \ static_assert(offsetof(Intro_Root_C_UnloadGringottsSublevels, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Root_C_UnloadGringottsSublevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadGringottsSublevels, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Root_C_UnloadGringottsSublevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadGringottsSublevels, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Root_C_UnloadGringottsSublevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadGringottsSublevels, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_UnloadGringottsSublevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadGringottsSublevels, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'Intro_Root_C_UnloadGringottsSublevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadGringottsSublevels, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_UnloadGringottsSublevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_UnloadCliffsideSublevels \ static_assert(alignof(Intro_Root_C_UnloadCliffsideSublevels) == 0x000008, "Wrong alignment on Intro_Root_C_UnloadCliffsideSublevels"); \ static_assert(sizeof(Intro_Root_C_UnloadCliffsideSublevels) == 0x000020, "Wrong size on Intro_Root_C_UnloadCliffsideSublevels"); \ static_assert(offsetof(Intro_Root_C_UnloadCliffsideSublevels, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Root_C_UnloadCliffsideSublevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadCliffsideSublevels, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Root_C_UnloadCliffsideSublevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadCliffsideSublevels, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Root_C_UnloadCliffsideSublevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadCliffsideSublevels, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_UnloadCliffsideSublevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadCliffsideSublevels, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'Intro_Root_C_UnloadCliffsideSublevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadCliffsideSublevels, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_UnloadCliffsideSublevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_UnloadSkySublevels \ static_assert(alignof(Intro_Root_C_UnloadSkySublevels) == 0x000008, "Wrong alignment on Intro_Root_C_UnloadSkySublevels"); \ static_assert(sizeof(Intro_Root_C_UnloadSkySublevels) == 0x000020, "Wrong size on Intro_Root_C_UnloadSkySublevels"); \ static_assert(offsetof(Intro_Root_C_UnloadSkySublevels, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Root_C_UnloadSkySublevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadSkySublevels, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Root_C_UnloadSkySublevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadSkySublevels, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Root_C_UnloadSkySublevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadSkySublevels, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_UnloadSkySublevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadSkySublevels, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'Intro_Root_C_UnloadSkySublevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_UnloadSkySublevels, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_UnloadSkySublevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_ShowCliffsidesublevels \ static_assert(alignof(Intro_Root_C_ShowCliffsidesublevels) == 0x000008, "Wrong alignment on Intro_Root_C_ShowCliffsidesublevels"); \ static_assert(sizeof(Intro_Root_C_ShowCliffsidesublevels) == 0x000020, "Wrong size on Intro_Root_C_ShowCliffsidesublevels"); \ static_assert(offsetof(Intro_Root_C_ShowCliffsidesublevels, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Root_C_ShowCliffsidesublevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ShowCliffsidesublevels, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Root_C_ShowCliffsidesublevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ShowCliffsidesublevels, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Root_C_ShowCliffsidesublevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ShowCliffsidesublevels, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'Intro_Root_C_ShowCliffsidesublevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ShowCliffsidesublevels, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_ShowCliffsidesublevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ShowCliffsidesublevels, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'Intro_Root_C_ShowCliffsidesublevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_ShowSkySublevels \ static_assert(alignof(Intro_Root_C_ShowSkySublevels) == 0x000008, "Wrong alignment on Intro_Root_C_ShowSkySublevels"); \ static_assert(sizeof(Intro_Root_C_ShowSkySublevels) == 0x000020, "Wrong size on Intro_Root_C_ShowSkySublevels"); \ static_assert(offsetof(Intro_Root_C_ShowSkySublevels, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Root_C_ShowSkySublevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ShowSkySublevels, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Root_C_ShowSkySublevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ShowSkySublevels, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Root_C_ShowSkySublevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ShowSkySublevels, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'Intro_Root_C_ShowSkySublevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ShowSkySublevels, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_ShowSkySublevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ShowSkySublevels, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'Intro_Root_C_ShowSkySublevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_ShowRootSublevels \ static_assert(alignof(Intro_Root_C_ShowRootSublevels) == 0x000008, "Wrong alignment on Intro_Root_C_ShowRootSublevels"); \ static_assert(sizeof(Intro_Root_C_ShowRootSublevels) == 0x000020, "Wrong size on Intro_Root_C_ShowRootSublevels"); \ static_assert(offsetof(Intro_Root_C_ShowRootSublevels, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Root_C_ShowRootSublevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ShowRootSublevels, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Root_C_ShowRootSublevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ShowRootSublevels, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Root_C_ShowRootSublevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ShowRootSublevels, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_ShowRootSublevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ShowRootSublevels, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'Intro_Root_C_ShowRootSublevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ShowRootSublevels, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_ShowRootSublevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_WarmUpCliffsideRenderLevels \ static_assert(alignof(Intro_Root_C_WarmUpCliffsideRenderLevels) == 0x000008, "Wrong alignment on Intro_Root_C_WarmUpCliffsideRenderLevels"); \ static_assert(sizeof(Intro_Root_C_WarmUpCliffsideRenderLevels) == 0x000028, "Wrong size on Intro_Root_C_WarmUpCliffsideRenderLevels"); \ static_assert(offsetof(Intro_Root_C_WarmUpCliffsideRenderLevels, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Root_C_WarmUpCliffsideRenderLevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_WarmUpCliffsideRenderLevels, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Root_C_WarmUpCliffsideRenderLevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_WarmUpCliffsideRenderLevels, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Root_C_WarmUpCliffsideRenderLevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_WarmUpCliffsideRenderLevels, CallFunc_GetTimeRemaining_ReturnValue) == 0x00000C, "Member 'Intro_Root_C_WarmUpCliffsideRenderLevels::CallFunc_GetTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_WarmUpCliffsideRenderLevels, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_WarmUpCliffsideRenderLevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_WarmUpCliffsideRenderLevels, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'Intro_Root_C_WarmUpCliffsideRenderLevels::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_WarmUpCliffsideRenderLevels, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_WarmUpCliffsideRenderLevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_WarmUpCliffsideRenderLevels, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'Intro_Root_C_WarmUpCliffsideRenderLevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_AreCliffsideSublevelsWarm \ static_assert(alignof(Intro_Root_C_AreCliffsideSublevelsWarm) == 0x000008, "Wrong alignment on Intro_Root_C_AreCliffsideSublevelsWarm"); \ static_assert(sizeof(Intro_Root_C_AreCliffsideSublevelsWarm) == 0x000028, "Wrong size on Intro_Root_C_AreCliffsideSublevelsWarm"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsWarm, bAllWarm) == 0x000000, "Member 'Intro_Root_C_AreCliffsideSublevelsWarm::bAllWarm' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsWarm, Temp_int_Array_Index_Variable) == 0x000004, "Member 'Intro_Root_C_AreCliffsideSublevelsWarm::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsWarm, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'Intro_Root_C_AreCliffsideSublevelsWarm::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsWarm, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Intro_Root_C_AreCliffsideSublevelsWarm::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsWarm, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_AreCliffsideSublevelsWarm::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsWarm, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'Intro_Root_C_AreCliffsideSublevelsWarm::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsWarm, CallFunc_IsStreamingWarmedUp_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_AreCliffsideSublevelsWarm::CallFunc_IsStreamingWarmedUp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsWarm, CallFunc_Less_IntInt_ReturnValue) == 0x00001D, "Member 'Intro_Root_C_AreCliffsideSublevelsWarm::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsWarm, CallFunc_Array_Length_ReturnValue_1) == 0x000020, "Member 'Intro_Root_C_AreCliffsideSublevelsWarm::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsWarm, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'Intro_Root_C_AreCliffsideSublevelsWarm::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_AreGladeSublevelsLoaded \ static_assert(alignof(Intro_Root_C_AreGladeSublevelsLoaded) == 0x000008, "Wrong alignment on Intro_Root_C_AreGladeSublevelsLoaded"); \ static_assert(sizeof(Intro_Root_C_AreGladeSublevelsLoaded) == 0x000028, "Wrong size on Intro_Root_C_AreGladeSublevelsLoaded"); \ static_assert(offsetof(Intro_Root_C_AreGladeSublevelsLoaded, bAllLoaded) == 0x000000, "Member 'Intro_Root_C_AreGladeSublevelsLoaded::bAllLoaded' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreGladeSublevelsLoaded, Temp_int_Array_Index_Variable) == 0x000004, "Member 'Intro_Root_C_AreGladeSublevelsLoaded::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreGladeSublevelsLoaded, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'Intro_Root_C_AreGladeSublevelsLoaded::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreGladeSublevelsLoaded, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Intro_Root_C_AreGladeSublevelsLoaded::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreGladeSublevelsLoaded, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_AreGladeSublevelsLoaded::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreGladeSublevelsLoaded, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'Intro_Root_C_AreGladeSublevelsLoaded::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreGladeSublevelsLoaded, CallFunc_IsLevelLoaded_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_AreGladeSublevelsLoaded::CallFunc_IsLevelLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreGladeSublevelsLoaded, CallFunc_Less_IntInt_ReturnValue) == 0x00001D, "Member 'Intro_Root_C_AreGladeSublevelsLoaded::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreGladeSublevelsLoaded, CallFunc_Array_Length_ReturnValue_1) == 0x000020, "Member 'Intro_Root_C_AreGladeSublevelsLoaded::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreGladeSublevelsLoaded, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'Intro_Root_C_AreGladeSublevelsLoaded::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadGladeSublevels \ static_assert(alignof(Intro_Root_C_LoadGladeSublevels) == 0x000008, "Wrong alignment on Intro_Root_C_LoadGladeSublevels"); \ static_assert(sizeof(Intro_Root_C_LoadGladeSublevels) == 0x000050, "Wrong size on Intro_Root_C_LoadGladeSublevels"); \ static_assert(offsetof(Intro_Root_C_LoadGladeSublevels, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Root_C_LoadGladeSublevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGladeSublevels, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Root_C_LoadGladeSublevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGladeSublevels, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Root_C_LoadGladeSublevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGladeSublevels, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_LoadGladeSublevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGladeSublevels, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'Intro_Root_C_LoadGladeSublevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGladeSublevels, CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess) == 0x00003C, "Member 'Intro_Root_C_LoadGladeSublevels::CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGladeSublevels, CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue) == 0x000040, "Member 'Intro_Root_C_LoadGladeSublevels::CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGladeSublevels, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'Intro_Root_C_LoadGladeSublevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGladeSublevels, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'Intro_Root_C_LoadGladeSublevels::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_AreVoidSublevelsVisible \ static_assert(alignof(Intro_Root_C_AreVoidSublevelsVisible) == 0x000008, "Wrong alignment on Intro_Root_C_AreVoidSublevelsVisible"); \ static_assert(sizeof(Intro_Root_C_AreVoidSublevelsVisible) == 0x000028, "Wrong size on Intro_Root_C_AreVoidSublevelsVisible"); \ static_assert(offsetof(Intro_Root_C_AreVoidSublevelsVisible, bAllLoaded) == 0x000000, "Member 'Intro_Root_C_AreVoidSublevelsVisible::bAllLoaded' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreVoidSublevelsVisible, Temp_int_Array_Index_Variable) == 0x000004, "Member 'Intro_Root_C_AreVoidSublevelsVisible::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreVoidSublevelsVisible, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'Intro_Root_C_AreVoidSublevelsVisible::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreVoidSublevelsVisible, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Intro_Root_C_AreVoidSublevelsVisible::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreVoidSublevelsVisible, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_AreVoidSublevelsVisible::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreVoidSublevelsVisible, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'Intro_Root_C_AreVoidSublevelsVisible::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreVoidSublevelsVisible, CallFunc_IsLevelVisible_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_AreVoidSublevelsVisible::CallFunc_IsLevelVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreVoidSublevelsVisible, CallFunc_Less_IntInt_ReturnValue) == 0x00001D, "Member 'Intro_Root_C_AreVoidSublevelsVisible::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreVoidSublevelsVisible, CallFunc_Array_Length_ReturnValue_1) == 0x000020, "Member 'Intro_Root_C_AreVoidSublevelsVisible::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreVoidSublevelsVisible, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'Intro_Root_C_AreVoidSublevelsVisible::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadVoidSublevelsWithCallback \ static_assert(alignof(Intro_Root_C_LoadVoidSublevelsWithCallback) == 0x000008, "Wrong alignment on Intro_Root_C_LoadVoidSublevelsWithCallback"); \ static_assert(sizeof(Intro_Root_C_LoadVoidSublevelsWithCallback) == 0x000030, "Wrong size on Intro_Root_C_LoadVoidSublevelsWithCallback"); \ static_assert(offsetof(Intro_Root_C_LoadVoidSublevelsWithCallback, Event) == 0x000000, "Member 'Intro_Root_C_LoadVoidSublevelsWithCallback::Event' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadVoidSublevelsWithCallback, Temp_int_Array_Index_Variable) == 0x000010, "Member 'Intro_Root_C_LoadVoidSublevelsWithCallback::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadVoidSublevelsWithCallback, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'Intro_Root_C_LoadVoidSublevelsWithCallback::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadVoidSublevelsWithCallback, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'Intro_Root_C_LoadVoidSublevelsWithCallback::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadVoidSublevelsWithCallback, CallFunc_Array_Get_Item) == 0x000020, "Member 'Intro_Root_C_LoadVoidSublevelsWithCallback::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadVoidSublevelsWithCallback, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'Intro_Root_C_LoadVoidSublevelsWithCallback::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadVoidSublevelsWithCallback, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'Intro_Root_C_LoadVoidSublevelsWithCallback::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadVoidSublevels \ static_assert(alignof(Intro_Root_C_LoadVoidSublevels) == 0x000008, "Wrong alignment on Intro_Root_C_LoadVoidSublevels"); \ static_assert(sizeof(Intro_Root_C_LoadVoidSublevels) == 0x000050, "Wrong size on Intro_Root_C_LoadVoidSublevels"); \ static_assert(offsetof(Intro_Root_C_LoadVoidSublevels, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Root_C_LoadVoidSublevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadVoidSublevels, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Root_C_LoadVoidSublevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadVoidSublevels, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Root_C_LoadVoidSublevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadVoidSublevels, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_LoadVoidSublevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadVoidSublevels, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'Intro_Root_C_LoadVoidSublevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadVoidSublevels, CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess) == 0x00003C, "Member 'Intro_Root_C_LoadVoidSublevels::CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadVoidSublevels, CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue) == 0x000040, "Member 'Intro_Root_C_LoadVoidSublevels::CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadVoidSublevels, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'Intro_Root_C_LoadVoidSublevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadVoidSublevels, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'Intro_Root_C_LoadVoidSublevels::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_DoesCheckpointNeedVoidSublevels \ static_assert(alignof(Intro_Root_C_DoesCheckpointNeedVoidSublevels) == 0x000001, "Wrong alignment on Intro_Root_C_DoesCheckpointNeedVoidSublevels"); \ static_assert(sizeof(Intro_Root_C_DoesCheckpointNeedVoidSublevels) == 0x000003, "Wrong size on Intro_Root_C_DoesCheckpointNeedVoidSublevels"); \ static_assert(offsetof(Intro_Root_C_DoesCheckpointNeedVoidSublevels, bLoad) == 0x000000, "Member 'Intro_Root_C_DoesCheckpointNeedVoidSublevels::bLoad' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_DoesCheckpointNeedVoidSublevels, CallFunc_GetIntroCheckpoint_ReturnValue) == 0x000001, "Member 'Intro_Root_C_DoesCheckpointNeedVoidSublevels::CallFunc_GetIntroCheckpoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_DoesCheckpointNeedVoidSublevels, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'Intro_Root_C_DoesCheckpointNeedVoidSublevels::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_AreCartRideSublevelsLoaded \ static_assert(alignof(Intro_Root_C_AreCartRideSublevelsLoaded) == 0x000008, "Wrong alignment on Intro_Root_C_AreCartRideSublevelsLoaded"); \ static_assert(sizeof(Intro_Root_C_AreCartRideSublevelsLoaded) == 0x000028, "Wrong size on Intro_Root_C_AreCartRideSublevelsLoaded"); \ static_assert(offsetof(Intro_Root_C_AreCartRideSublevelsLoaded, bAllLoaded) == 0x000000, "Member 'Intro_Root_C_AreCartRideSublevelsLoaded::bAllLoaded' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCartRideSublevelsLoaded, Temp_int_Array_Index_Variable) == 0x000004, "Member 'Intro_Root_C_AreCartRideSublevelsLoaded::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCartRideSublevelsLoaded, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'Intro_Root_C_AreCartRideSublevelsLoaded::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCartRideSublevelsLoaded, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Intro_Root_C_AreCartRideSublevelsLoaded::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCartRideSublevelsLoaded, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_AreCartRideSublevelsLoaded::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCartRideSublevelsLoaded, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'Intro_Root_C_AreCartRideSublevelsLoaded::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCartRideSublevelsLoaded, CallFunc_IsLevelVisible_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_AreCartRideSublevelsLoaded::CallFunc_IsLevelVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCartRideSublevelsLoaded, CallFunc_Less_IntInt_ReturnValue) == 0x00001D, "Member 'Intro_Root_C_AreCartRideSublevelsLoaded::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCartRideSublevelsLoaded, CallFunc_Array_Length_ReturnValue_1) == 0x000020, "Member 'Intro_Root_C_AreCartRideSublevelsLoaded::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCartRideSublevelsLoaded, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'Intro_Root_C_AreCartRideSublevelsLoaded::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadCartRideSublevel \ static_assert(alignof(Intro_Root_C_LoadCartRideSublevel) == 0x000008, "Wrong alignment on Intro_Root_C_LoadCartRideSublevel"); \ static_assert(sizeof(Intro_Root_C_LoadCartRideSublevel) == 0x000050, "Wrong size on Intro_Root_C_LoadCartRideSublevel"); \ static_assert(offsetof(Intro_Root_C_LoadCartRideSublevel, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Root_C_LoadCartRideSublevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCartRideSublevel, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Root_C_LoadCartRideSublevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCartRideSublevel, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Root_C_LoadCartRideSublevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCartRideSublevel, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_LoadCartRideSublevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCartRideSublevel, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'Intro_Root_C_LoadCartRideSublevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCartRideSublevel, CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess) == 0x00003C, "Member 'Intro_Root_C_LoadCartRideSublevel::CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCartRideSublevel, CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue) == 0x000040, "Member 'Intro_Root_C_LoadCartRideSublevel::CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCartRideSublevel, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'Intro_Root_C_LoadCartRideSublevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCartRideSublevel, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'Intro_Root_C_LoadCartRideSublevel::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_Are_Gringotts_Sublevels_Visible \ static_assert(alignof(Intro_Root_C_Are_Gringotts_Sublevels_Visible) == 0x000008, "Wrong alignment on Intro_Root_C_Are_Gringotts_Sublevels_Visible"); \ static_assert(sizeof(Intro_Root_C_Are_Gringotts_Sublevels_Visible) == 0x000028, "Wrong size on Intro_Root_C_Are_Gringotts_Sublevels_Visible"); \ static_assert(offsetof(Intro_Root_C_Are_Gringotts_Sublevels_Visible, bAllLoaded) == 0x000000, "Member 'Intro_Root_C_Are_Gringotts_Sublevels_Visible::bAllLoaded' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Gringotts_Sublevels_Visible, Temp_int_Array_Index_Variable) == 0x000004, "Member 'Intro_Root_C_Are_Gringotts_Sublevels_Visible::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Gringotts_Sublevels_Visible, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'Intro_Root_C_Are_Gringotts_Sublevels_Visible::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Gringotts_Sublevels_Visible, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Intro_Root_C_Are_Gringotts_Sublevels_Visible::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Gringotts_Sublevels_Visible, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_Are_Gringotts_Sublevels_Visible::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Gringotts_Sublevels_Visible, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'Intro_Root_C_Are_Gringotts_Sublevels_Visible::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Gringotts_Sublevels_Visible, CallFunc_IsLevelVisible_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_Are_Gringotts_Sublevels_Visible::CallFunc_IsLevelVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Gringotts_Sublevels_Visible, CallFunc_Less_IntInt_ReturnValue) == 0x00001D, "Member 'Intro_Root_C_Are_Gringotts_Sublevels_Visible::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Gringotts_Sublevels_Visible, CallFunc_Array_Length_ReturnValue_1) == 0x000020, "Member 'Intro_Root_C_Are_Gringotts_Sublevels_Visible::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Gringotts_Sublevels_Visible, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'Intro_Root_C_Are_Gringotts_Sublevels_Visible::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadGringottsSublevelsWithCallback \ static_assert(alignof(Intro_Root_C_LoadGringottsSublevelsWithCallback) == 0x000008, "Wrong alignment on Intro_Root_C_LoadGringottsSublevelsWithCallback"); \ static_assert(sizeof(Intro_Root_C_LoadGringottsSublevelsWithCallback) == 0x000030, "Wrong size on Intro_Root_C_LoadGringottsSublevelsWithCallback"); \ static_assert(offsetof(Intro_Root_C_LoadGringottsSublevelsWithCallback, Event) == 0x000000, "Member 'Intro_Root_C_LoadGringottsSublevelsWithCallback::Event' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGringottsSublevelsWithCallback, Temp_int_Array_Index_Variable) == 0x000010, "Member 'Intro_Root_C_LoadGringottsSublevelsWithCallback::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGringottsSublevelsWithCallback, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'Intro_Root_C_LoadGringottsSublevelsWithCallback::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGringottsSublevelsWithCallback, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'Intro_Root_C_LoadGringottsSublevelsWithCallback::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGringottsSublevelsWithCallback, CallFunc_Array_Get_Item) == 0x000020, "Member 'Intro_Root_C_LoadGringottsSublevelsWithCallback::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGringottsSublevelsWithCallback, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'Intro_Root_C_LoadGringottsSublevelsWithCallback::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGringottsSublevelsWithCallback, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'Intro_Root_C_LoadGringottsSublevelsWithCallback::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadGringottsSublevels \ static_assert(alignof(Intro_Root_C_LoadGringottsSublevels) == 0x000008, "Wrong alignment on Intro_Root_C_LoadGringottsSublevels"); \ static_assert(sizeof(Intro_Root_C_LoadGringottsSublevels) == 0x000050, "Wrong size on Intro_Root_C_LoadGringottsSublevels"); \ static_assert(offsetof(Intro_Root_C_LoadGringottsSublevels, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Root_C_LoadGringottsSublevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGringottsSublevels, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Root_C_LoadGringottsSublevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGringottsSublevels, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Root_C_LoadGringottsSublevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGringottsSublevels, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_LoadGringottsSublevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGringottsSublevels, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'Intro_Root_C_LoadGringottsSublevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGringottsSublevels, CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess) == 0x00003C, "Member 'Intro_Root_C_LoadGringottsSublevels::CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGringottsSublevels, CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue) == 0x000040, "Member 'Intro_Root_C_LoadGringottsSublevels::CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGringottsSublevels, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'Intro_Root_C_LoadGringottsSublevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadGringottsSublevels, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'Intro_Root_C_LoadGringottsSublevels::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_DoesCheckpointNeedGringottsSublevels \ static_assert(alignof(Intro_Root_C_DoesCheckpointNeedGringottsSublevels) == 0x000001, "Wrong alignment on Intro_Root_C_DoesCheckpointNeedGringottsSublevels"); \ static_assert(sizeof(Intro_Root_C_DoesCheckpointNeedGringottsSublevels) == 0x000003, "Wrong size on Intro_Root_C_DoesCheckpointNeedGringottsSublevels"); \ static_assert(offsetof(Intro_Root_C_DoesCheckpointNeedGringottsSublevels, bLoad) == 0x000000, "Member 'Intro_Root_C_DoesCheckpointNeedGringottsSublevels::bLoad' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_DoesCheckpointNeedGringottsSublevels, CallFunc_GetIntroCheckpoint_ReturnValue) == 0x000001, "Member 'Intro_Root_C_DoesCheckpointNeedGringottsSublevels::CallFunc_GetIntroCheckpoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_DoesCheckpointNeedGringottsSublevels, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'Intro_Root_C_DoesCheckpointNeedGringottsSublevels::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_AreCliffsideSublevelsLoaded \ static_assert(alignof(Intro_Root_C_AreCliffsideSublevelsLoaded) == 0x000008, "Wrong alignment on Intro_Root_C_AreCliffsideSublevelsLoaded"); \ static_assert(sizeof(Intro_Root_C_AreCliffsideSublevelsLoaded) == 0x000028, "Wrong size on Intro_Root_C_AreCliffsideSublevelsLoaded"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsLoaded, bAllLoaded) == 0x000000, "Member 'Intro_Root_C_AreCliffsideSublevelsLoaded::bAllLoaded' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsLoaded, Temp_int_Array_Index_Variable) == 0x000004, "Member 'Intro_Root_C_AreCliffsideSublevelsLoaded::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsLoaded, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'Intro_Root_C_AreCliffsideSublevelsLoaded::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsLoaded, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Intro_Root_C_AreCliffsideSublevelsLoaded::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsLoaded, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_AreCliffsideSublevelsLoaded::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsLoaded, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'Intro_Root_C_AreCliffsideSublevelsLoaded::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsLoaded, CallFunc_IsLevelLoaded_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_AreCliffsideSublevelsLoaded::CallFunc_IsLevelLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsLoaded, CallFunc_Less_IntInt_ReturnValue) == 0x00001D, "Member 'Intro_Root_C_AreCliffsideSublevelsLoaded::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsLoaded, CallFunc_Array_Length_ReturnValue_1) == 0x000020, "Member 'Intro_Root_C_AreCliffsideSublevelsLoaded::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreCliffsideSublevelsLoaded, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'Intro_Root_C_AreCliffsideSublevelsLoaded::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadCliffsideSublevel \ static_assert(alignof(Intro_Root_C_LoadCliffsideSublevel) == 0x000008, "Wrong alignment on Intro_Root_C_LoadCliffsideSublevel"); \ static_assert(sizeof(Intro_Root_C_LoadCliffsideSublevel) == 0x0000C8, "Wrong size on Intro_Root_C_LoadCliffsideSublevel"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'Intro_Root_C_LoadCliffsideSublevel::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'Intro_Root_C_LoadCliffsideSublevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, Temp_int_Array_Index_Variable) == 0x000008, "Member 'Intro_Root_C_LoadCliffsideSublevel::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'Intro_Root_C_LoadCliffsideSublevel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, Temp_int_Loop_Counter_Variable_1) == 0x00001C, "Member 'Intro_Root_C_LoadCliffsideSublevel::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'Intro_Root_C_LoadCliffsideSublevel::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'Intro_Root_C_LoadCliffsideSublevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'Intro_Root_C_LoadCliffsideSublevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, K2Node_CreateDelegate_OutputDelegate_1) == 0x00002C, "Member 'Intro_Root_C_LoadCliffsideSublevel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, Temp_int_Array_Index_Variable_1) == 0x00003C, "Member 'Intro_Root_C_LoadCliffsideSublevel::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, CallFunc_Array_Get_Item) == 0x000040, "Member 'Intro_Root_C_LoadCliffsideSublevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess) == 0x000068, "Member 'Intro_Root_C_LoadCliffsideSublevel::CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue) == 0x000070, "Member 'Intro_Root_C_LoadCliffsideSublevel::CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'Intro_Root_C_LoadCliffsideSublevel::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, CallFunc_Array_Add_ReturnValue_1) == 0x00007C, "Member 'Intro_Root_C_LoadCliffsideSublevel::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, CallFunc_Array_Length_ReturnValue_1) == 0x000080, "Member 'Intro_Root_C_LoadCliffsideSublevel::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'Intro_Root_C_LoadCliffsideSublevel::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B0, "Member 'Intro_Root_C_LoadCliffsideSublevel::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess_1) == 0x0000B1, "Member 'Intro_Root_C_LoadCliffsideSublevel::CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue_1) == 0x0000B8, "Member 'Intro_Root_C_LoadCliffsideSublevel::CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadCliffsideSublevel, CallFunc_Array_Add_ReturnValue_2) == 0x0000C0, "Member 'Intro_Root_C_LoadCliffsideSublevel::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_AreSkySublevelsLoaded \ static_assert(alignof(Intro_Root_C_AreSkySublevelsLoaded) == 0x000008, "Wrong alignment on Intro_Root_C_AreSkySublevelsLoaded"); \ static_assert(sizeof(Intro_Root_C_AreSkySublevelsLoaded) == 0x000028, "Wrong size on Intro_Root_C_AreSkySublevelsLoaded"); \ static_assert(offsetof(Intro_Root_C_AreSkySublevelsLoaded, bAllLoaded) == 0x000000, "Member 'Intro_Root_C_AreSkySublevelsLoaded::bAllLoaded' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreSkySublevelsLoaded, Temp_int_Array_Index_Variable) == 0x000004, "Member 'Intro_Root_C_AreSkySublevelsLoaded::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreSkySublevelsLoaded, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'Intro_Root_C_AreSkySublevelsLoaded::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreSkySublevelsLoaded, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Intro_Root_C_AreSkySublevelsLoaded::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreSkySublevelsLoaded, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_AreSkySublevelsLoaded::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreSkySublevelsLoaded, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'Intro_Root_C_AreSkySublevelsLoaded::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreSkySublevelsLoaded, CallFunc_IsLevelLoaded_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_AreSkySublevelsLoaded::CallFunc_IsLevelLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreSkySublevelsLoaded, CallFunc_Less_IntInt_ReturnValue) == 0x00001D, "Member 'Intro_Root_C_AreSkySublevelsLoaded::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreSkySublevelsLoaded, CallFunc_Array_Length_ReturnValue_1) == 0x000020, "Member 'Intro_Root_C_AreSkySublevelsLoaded::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_AreSkySublevelsLoaded, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'Intro_Root_C_AreSkySublevelsLoaded::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadSkySublevels \ static_assert(alignof(Intro_Root_C_LoadSkySublevels) == 0x000008, "Wrong alignment on Intro_Root_C_LoadSkySublevels"); \ static_assert(sizeof(Intro_Root_C_LoadSkySublevels) == 0x000060, "Wrong size on Intro_Root_C_LoadSkySublevels"); \ static_assert(offsetof(Intro_Root_C_LoadSkySublevels, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Root_C_LoadSkySublevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadSkySublevels, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Root_C_LoadSkySublevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadSkySublevels, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Root_C_LoadSkySublevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadSkySublevels, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'Intro_Root_C_LoadSkySublevels::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadSkySublevels, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_LoadSkySublevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadSkySublevels, CallFunc_Array_Get_Item) == 0x000020, "Member 'Intro_Root_C_LoadSkySublevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadSkySublevels, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'Intro_Root_C_LoadSkySublevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadSkySublevels, CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess) == 0x000049, "Member 'Intro_Root_C_LoadSkySublevels::CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadSkySublevels, CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue) == 0x000050, "Member 'Intro_Root_C_LoadSkySublevels::CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadSkySublevels, CallFunc_Array_Add_ReturnValue) == 0x000058, "Member 'Intro_Root_C_LoadSkySublevels::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_Are_Root_Sublevels_Visible \ static_assert(alignof(Intro_Root_C_Are_Root_Sublevels_Visible) == 0x000008, "Wrong alignment on Intro_Root_C_Are_Root_Sublevels_Visible"); \ static_assert(sizeof(Intro_Root_C_Are_Root_Sublevels_Visible) == 0x000028, "Wrong size on Intro_Root_C_Are_Root_Sublevels_Visible"); \ static_assert(offsetof(Intro_Root_C_Are_Root_Sublevels_Visible, bAllLoaded) == 0x000000, "Member 'Intro_Root_C_Are_Root_Sublevels_Visible::bAllLoaded' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Root_Sublevels_Visible, Temp_int_Array_Index_Variable) == 0x000004, "Member 'Intro_Root_C_Are_Root_Sublevels_Visible::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Root_Sublevels_Visible, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'Intro_Root_C_Are_Root_Sublevels_Visible::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Root_Sublevels_Visible, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'Intro_Root_C_Are_Root_Sublevels_Visible::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Root_Sublevels_Visible, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_Are_Root_Sublevels_Visible::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Root_Sublevels_Visible, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'Intro_Root_C_Are_Root_Sublevels_Visible::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Root_Sublevels_Visible, CallFunc_IsLevelVisible_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_Are_Root_Sublevels_Visible::CallFunc_IsLevelVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Root_Sublevels_Visible, CallFunc_Less_IntInt_ReturnValue) == 0x00001D, "Member 'Intro_Root_C_Are_Root_Sublevels_Visible::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Root_Sublevels_Visible, CallFunc_Array_Length_ReturnValue_1) == 0x000020, "Member 'Intro_Root_C_Are_Root_Sublevels_Visible::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Are_Root_Sublevels_Visible, CallFunc_Greater_IntInt_ReturnValue) == 0x000024, "Member 'Intro_Root_C_Are_Root_Sublevels_Visible::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadRootSublevelsWithCallback \ static_assert(alignof(Intro_Root_C_LoadRootSublevelsWithCallback) == 0x000008, "Wrong alignment on Intro_Root_C_LoadRootSublevelsWithCallback"); \ static_assert(sizeof(Intro_Root_C_LoadRootSublevelsWithCallback) == 0x000030, "Wrong size on Intro_Root_C_LoadRootSublevelsWithCallback"); \ static_assert(offsetof(Intro_Root_C_LoadRootSublevelsWithCallback, Event) == 0x000000, "Member 'Intro_Root_C_LoadRootSublevelsWithCallback::Event' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadRootSublevelsWithCallback, Temp_int_Array_Index_Variable) == 0x000010, "Member 'Intro_Root_C_LoadRootSublevelsWithCallback::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadRootSublevelsWithCallback, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'Intro_Root_C_LoadRootSublevelsWithCallback::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadRootSublevelsWithCallback, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'Intro_Root_C_LoadRootSublevelsWithCallback::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadRootSublevelsWithCallback, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'Intro_Root_C_LoadRootSublevelsWithCallback::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadRootSublevelsWithCallback, CallFunc_Array_Get_Item) == 0x000020, "Member 'Intro_Root_C_LoadRootSublevelsWithCallback::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_LoadRootSublevelsWithCallback, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'Intro_Root_C_LoadRootSublevelsWithCallback::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_Load_Root_Sublevels \ static_assert(alignof(Intro_Root_C_Load_Root_Sublevels) == 0x000008, "Wrong alignment on Intro_Root_C_Load_Root_Sublevels"); \ static_assert(sizeof(Intro_Root_C_Load_Root_Sublevels) == 0x000050, "Wrong size on Intro_Root_C_Load_Root_Sublevels"); \ static_assert(offsetof(Intro_Root_C_Load_Root_Sublevels, Temp_int_Array_Index_Variable) == 0x000000, "Member 'Intro_Root_C_Load_Root_Sublevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Load_Root_Sublevels, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'Intro_Root_C_Load_Root_Sublevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Load_Root_Sublevels, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'Intro_Root_C_Load_Root_Sublevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Load_Root_Sublevels, CallFunc_Array_Get_Item) == 0x000010, "Member 'Intro_Root_C_Load_Root_Sublevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Load_Root_Sublevels, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'Intro_Root_C_Load_Root_Sublevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Load_Root_Sublevels, CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess) == 0x00003C, "Member 'Intro_Root_C_Load_Root_Sublevels::CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Load_Root_Sublevels, CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue) == 0x000040, "Member 'Intro_Root_C_Load_Root_Sublevels::CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Load_Root_Sublevels, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'Intro_Root_C_Load_Root_Sublevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_Load_Root_Sublevels, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'Intro_Root_C_Load_Root_Sublevels::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_DoesCheckpointNeedRootSublevels \ static_assert(alignof(Intro_Root_C_DoesCheckpointNeedRootSublevels) == 0x000001, "Wrong alignment on Intro_Root_C_DoesCheckpointNeedRootSublevels"); \ static_assert(sizeof(Intro_Root_C_DoesCheckpointNeedRootSublevels) == 0x000003, "Wrong size on Intro_Root_C_DoesCheckpointNeedRootSublevels"); \ static_assert(offsetof(Intro_Root_C_DoesCheckpointNeedRootSublevels, bLoad) == 0x000000, "Member 'Intro_Root_C_DoesCheckpointNeedRootSublevels::bLoad' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_DoesCheckpointNeedRootSublevels, CallFunc_GetIntroCheckpoint_ReturnValue) == 0x000001, "Member 'Intro_Root_C_DoesCheckpointNeedRootSublevels::CallFunc_GetIntroCheckpoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_DoesCheckpointNeedRootSublevels, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'Intro_Root_C_DoesCheckpointNeedRootSublevels::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_Failed_C652A5B84C5C6AC537594F9D44C3583C \ static_assert(alignof(Intro_Root_C_Failed_C652A5B84C5C6AC537594F9D44C3583C) == 0x000008, "Wrong alignment on Intro_Root_C_Failed_C652A5B84C5C6AC537594F9D44C3583C"); \ static_assert(sizeof(Intro_Root_C_Failed_C652A5B84C5C6AC537594F9D44C3583C) == 0x000008, "Wrong size on Intro_Root_C_Failed_C652A5B84C5C6AC537594F9D44C3583C"); \ static_assert(offsetof(Intro_Root_C_Failed_C652A5B84C5C6AC537594F9D44C3583C, SceneRigPlayer) == 0x000000, "Member 'Intro_Root_C_Failed_C652A5B84C5C6AC537594F9D44C3583C::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_Initialized_C652A5B84C5C6AC537594F9D44C3583C \ static_assert(alignof(Intro_Root_C_Initialized_C652A5B84C5C6AC537594F9D44C3583C) == 0x000008, "Wrong alignment on Intro_Root_C_Initialized_C652A5B84C5C6AC537594F9D44C3583C"); \ static_assert(sizeof(Intro_Root_C_Initialized_C652A5B84C5C6AC537594F9D44C3583C) == 0x000008, "Wrong size on Intro_Root_C_Initialized_C652A5B84C5C6AC537594F9D44C3583C"); \ static_assert(offsetof(Intro_Root_C_Initialized_C652A5B84C5C6AC537594F9D44C3583C, SceneRigPlayer) == 0x000000, "Member 'Intro_Root_C_Initialized_C652A5B84C5C6AC537594F9D44C3583C::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_PlaybackComplete_B85587794BEA59513950B98D69742B11 \ static_assert(alignof(Intro_Root_C_PlaybackComplete_B85587794BEA59513950B98D69742B11) == 0x000008, "Wrong alignment on Intro_Root_C_PlaybackComplete_B85587794BEA59513950B98D69742B11"); \ static_assert(sizeof(Intro_Root_C_PlaybackComplete_B85587794BEA59513950B98D69742B11) == 0x000008, "Wrong size on Intro_Root_C_PlaybackComplete_B85587794BEA59513950B98D69742B11"); \ static_assert(offsetof(Intro_Root_C_PlaybackComplete_B85587794BEA59513950B98D69742B11, SceneRigPlayer) == 0x000000, "Member 'Intro_Root_C_PlaybackComplete_B85587794BEA59513950B98D69742B11::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_PlaybackStarted_B85587794BEA59513950B98D69742B11 \ static_assert(alignof(Intro_Root_C_PlaybackStarted_B85587794BEA59513950B98D69742B11) == 0x000008, "Wrong alignment on Intro_Root_C_PlaybackStarted_B85587794BEA59513950B98D69742B11"); \ static_assert(sizeof(Intro_Root_C_PlaybackStarted_B85587794BEA59513950B98D69742B11) == 0x000008, "Wrong size on Intro_Root_C_PlaybackStarted_B85587794BEA59513950B98D69742B11"); \ static_assert(offsetof(Intro_Root_C_PlaybackStarted_B85587794BEA59513950B98D69742B11, SceneRigPlayer) == 0x000000, "Member 'Intro_Root_C_PlaybackStarted_B85587794BEA59513950B98D69742B11::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_PlayerAssigned_B85587794BEA59513950B98D69742B11 \ static_assert(alignof(Intro_Root_C_PlayerAssigned_B85587794BEA59513950B98D69742B11) == 0x000008, "Wrong alignment on Intro_Root_C_PlayerAssigned_B85587794BEA59513950B98D69742B11"); \ static_assert(sizeof(Intro_Root_C_PlayerAssigned_B85587794BEA59513950B98D69742B11) == 0x000008, "Wrong size on Intro_Root_C_PlayerAssigned_B85587794BEA59513950B98D69742B11"); \ static_assert(offsetof(Intro_Root_C_PlayerAssigned_B85587794BEA59513950B98D69742B11, SceneRigPlayer) == 0x000000, "Member 'Intro_Root_C_PlayerAssigned_B85587794BEA59513950B98D69742B11::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_SwitchOn \ static_assert(alignof(Intro_Root_C_SwitchOn) == 0x000008, "Wrong alignment on Intro_Root_C_SwitchOn"); \ static_assert(sizeof(Intro_Root_C_SwitchOn) == 0x000008, "Wrong size on Intro_Root_C_SwitchOn"); \ static_assert(offsetof(Intro_Root_C_SwitchOn, SwitchActor) == 0x000000, "Member 'Intro_Root_C_SwitchOn::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_SwitchOff \ static_assert(alignof(Intro_Root_C_SwitchOff) == 0x000008, "Wrong alignment on Intro_Root_C_SwitchOff"); \ static_assert(sizeof(Intro_Root_C_SwitchOff) == 0x000008, "Wrong size on Intro_Root_C_SwitchOff"); \ static_assert(offsetof(Intro_Root_C_SwitchOff, SwitchActor) == 0x000000, "Member 'Intro_Root_C_SwitchOff::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_StartIntro \ static_assert(alignof(Intro_Root_C_StartIntro) == 0x000008, "Wrong alignment on Intro_Root_C_StartIntro"); \ static_assert(sizeof(Intro_Root_C_StartIntro) == 0x000008, "Wrong size on Intro_Root_C_StartIntro"); \ static_assert(offsetof(Intro_Root_C_StartIntro, Caller) == 0x000000, "Member 'Intro_Root_C_StartIntro::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_SkipIntro \ static_assert(alignof(Intro_Root_C_SkipIntro) == 0x000008, "Wrong alignment on Intro_Root_C_SkipIntro"); \ static_assert(sizeof(Intro_Root_C_SkipIntro) == 0x000008, "Wrong size on Intro_Root_C_SkipIntro"); \ static_assert(offsetof(Intro_Root_C_SkipIntro, Caller) == 0x000000, "Member 'Intro_Root_C_SkipIntro::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_ReceiveEndPlay \ static_assert(alignof(Intro_Root_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on Intro_Root_C_ReceiveEndPlay"); \ static_assert(sizeof(Intro_Root_C_ReceiveEndPlay) == 0x000001, "Wrong size on Intro_Root_C_ReceiveEndPlay"); \ static_assert(offsetof(Intro_Root_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'Intro_Root_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_CaveArrivalReady \ static_assert(alignof(Intro_Root_C_CaveArrivalReady) == 0x000008, "Wrong alignment on Intro_Root_C_CaveArrivalReady"); \ static_assert(sizeof(Intro_Root_C_CaveArrivalReady) == 0x000008, "Wrong size on Intro_Root_C_CaveArrivalReady"); \ static_assert(offsetof(Intro_Root_C_CaveArrivalReady, Caller) == 0x000000, "Member 'Intro_Root_C_CaveArrivalReady::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadGringotts \ static_assert(alignof(Intro_Root_C_LoadGringotts) == 0x000008, "Wrong alignment on Intro_Root_C_LoadGringotts"); \ static_assert(sizeof(Intro_Root_C_LoadGringotts) == 0x000008, "Wrong size on Intro_Root_C_LoadGringotts"); \ static_assert(offsetof(Intro_Root_C_LoadGringotts, Caller) == 0x000000, "Member 'Intro_Root_C_LoadGringotts::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadCp2 \ static_assert(alignof(Intro_Root_C_LoadCp2) == 0x000008, "Wrong alignment on Intro_Root_C_LoadCp2"); \ static_assert(sizeof(Intro_Root_C_LoadCp2) == 0x000008, "Wrong size on Intro_Root_C_LoadCp2"); \ static_assert(offsetof(Intro_Root_C_LoadCp2, Caller) == 0x000000, "Member 'Intro_Root_C_LoadCp2::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadVoid \ static_assert(alignof(Intro_Root_C_LoadVoid) == 0x000008, "Wrong alignment on Intro_Root_C_LoadVoid"); \ static_assert(sizeof(Intro_Root_C_LoadVoid) == 0x000008, "Wrong size on Intro_Root_C_LoadVoid"); \ static_assert(offsetof(Intro_Root_C_LoadVoid, Caller) == 0x000000, "Member 'Intro_Root_C_LoadVoid::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_UnloadGringotts \ static_assert(alignof(Intro_Root_C_UnloadGringotts) == 0x000008, "Wrong alignment on Intro_Root_C_UnloadGringotts"); \ static_assert(sizeof(Intro_Root_C_UnloadGringotts) == 0x000008, "Wrong size on Intro_Root_C_UnloadGringotts"); \ static_assert(offsetof(Intro_Root_C_UnloadGringotts, Caller) == 0x000000, "Member 'Intro_Root_C_UnloadGringotts::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadGlade \ static_assert(alignof(Intro_Root_C_LoadGlade) == 0x000008, "Wrong alignment on Intro_Root_C_LoadGlade"); \ static_assert(sizeof(Intro_Root_C_LoadGlade) == 0x000008, "Wrong size on Intro_Root_C_LoadGlade"); \ static_assert(offsetof(Intro_Root_C_LoadGlade, Caller) == 0x000000, "Member 'Intro_Root_C_LoadGlade::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_UnloadIntro2 \ static_assert(alignof(Intro_Root_C_UnloadIntro2) == 0x000008, "Wrong alignment on Intro_Root_C_UnloadIntro2"); \ static_assert(sizeof(Intro_Root_C_UnloadIntro2) == 0x000008, "Wrong size on Intro_Root_C_UnloadIntro2"); \ static_assert(offsetof(Intro_Root_C_UnloadIntro2, Caller) == 0x000000, "Member 'Intro_Root_C_UnloadIntro2::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadCp3 \ static_assert(alignof(Intro_Root_C_LoadCp3) == 0x000008, "Wrong alignment on Intro_Root_C_LoadCp3"); \ static_assert(sizeof(Intro_Root_C_LoadCp3) == 0x000008, "Wrong size on Intro_Root_C_LoadCp3"); \ static_assert(offsetof(Intro_Root_C_LoadCp3, Caller) == 0x000000, "Member 'Intro_Root_C_LoadCp3::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadCp4 \ static_assert(alignof(Intro_Root_C_LoadCp4) == 0x000008, "Wrong alignment on Intro_Root_C_LoadCp4"); \ static_assert(sizeof(Intro_Root_C_LoadCp4) == 0x000008, "Wrong size on Intro_Root_C_LoadCp4"); \ static_assert(offsetof(Intro_Root_C_LoadCp4, Caller) == 0x000000, "Member 'Intro_Root_C_LoadCp4::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadCp5 \ static_assert(alignof(Intro_Root_C_LoadCp5) == 0x000008, "Wrong alignment on Intro_Root_C_LoadCp5"); \ static_assert(sizeof(Intro_Root_C_LoadCp5) == 0x000008, "Wrong size on Intro_Root_C_LoadCp5"); \ static_assert(offsetof(Intro_Root_C_LoadCp5, Caller) == 0x000000, "Member 'Intro_Root_C_LoadCp5::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_LoadCartRide \ static_assert(alignof(Intro_Root_C_LoadCartRide) == 0x000008, "Wrong alignment on Intro_Root_C_LoadCartRide"); \ static_assert(sizeof(Intro_Root_C_LoadCartRide) == 0x000008, "Wrong size on Intro_Root_C_LoadCartRide"); \ static_assert(offsetof(Intro_Root_C_LoadCartRide, Caller) == 0x000000, "Member 'Intro_Root_C_LoadCartRide::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_UnloadCliffside \ static_assert(alignof(Intro_Root_C_UnloadCliffside) == 0x000008, "Wrong alignment on Intro_Root_C_UnloadCliffside"); \ static_assert(sizeof(Intro_Root_C_UnloadCliffside) == 0x000008, "Wrong size on Intro_Root_C_UnloadCliffside"); \ static_assert(offsetof(Intro_Root_C_UnloadCliffside, Caller) == 0x000000, "Member 'Intro_Root_C_UnloadCliffside::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_Automation_CliffsideCave \ static_assert(alignof(Intro_Root_C_Automation_CliffsideCave) == 0x000008, "Wrong alignment on Intro_Root_C_Automation_CliffsideCave"); \ static_assert(sizeof(Intro_Root_C_Automation_CliffsideCave) == 0x000008, "Wrong size on Intro_Root_C_Automation_CliffsideCave"); \ static_assert(offsetof(Intro_Root_C_Automation_CliffsideCave, Caller) == 0x000000, "Member 'Intro_Root_C_Automation_CliffsideCave::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_Automation_CliffsideWall \ static_assert(alignof(Intro_Root_C_Automation_CliffsideWall) == 0x000008, "Wrong alignment on Intro_Root_C_Automation_CliffsideWall"); \ static_assert(sizeof(Intro_Root_C_Automation_CliffsideWall) == 0x000008, "Wrong size on Intro_Root_C_Automation_CliffsideWall"); \ static_assert(offsetof(Intro_Root_C_Automation_CliffsideWall, Caller) == 0x000000, "Member 'Intro_Root_C_Automation_CliffsideWall::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_Automation_CliffsideRuins \ static_assert(alignof(Intro_Root_C_Automation_CliffsideRuins) == 0x000008, "Wrong alignment on Intro_Root_C_Automation_CliffsideRuins"); \ static_assert(sizeof(Intro_Root_C_Automation_CliffsideRuins) == 0x000008, "Wrong size on Intro_Root_C_Automation_CliffsideRuins"); \ static_assert(offsetof(Intro_Root_C_Automation_CliffsideRuins, Caller) == 0x000000, "Member 'Intro_Root_C_Automation_CliffsideRuins::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_Automation_Gringotts \ static_assert(alignof(Intro_Root_C_Automation_Gringotts) == 0x000008, "Wrong alignment on Intro_Root_C_Automation_Gringotts"); \ static_assert(sizeof(Intro_Root_C_Automation_Gringotts) == 0x000008, "Wrong size on Intro_Root_C_Automation_Gringotts"); \ static_assert(offsetof(Intro_Root_C_Automation_Gringotts, Caller) == 0x000000, "Member 'Intro_Root_C_Automation_Gringotts::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_Automation_VoidBattle \ static_assert(alignof(Intro_Root_C_Automation_VoidBattle) == 0x000008, "Wrong alignment on Intro_Root_C_Automation_VoidBattle"); \ static_assert(sizeof(Intro_Root_C_Automation_VoidBattle) == 0x000008, "Wrong size on Intro_Root_C_Automation_VoidBattle"); \ static_assert(offsetof(Intro_Root_C_Automation_VoidBattle, Caller) == 0x000000, "Member 'Intro_Root_C_Automation_VoidBattle::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_Automation_AncientMagicGate \ static_assert(alignof(Intro_Root_C_Automation_AncientMagicGate) == 0x000008, "Wrong alignment on Intro_Root_C_Automation_AncientMagicGate"); \ static_assert(sizeof(Intro_Root_C_Automation_AncientMagicGate) == 0x000008, "Wrong size on Intro_Root_C_Automation_AncientMagicGate"); \ static_assert(offsetof(Intro_Root_C_Automation_AncientMagicGate, Caller) == 0x000000, "Member 'Intro_Root_C_Automation_AncientMagicGate::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_Automation_PensieveEscape \ static_assert(alignof(Intro_Root_C_Automation_PensieveEscape) == 0x000008, "Wrong alignment on Intro_Root_C_Automation_PensieveEscape"); \ static_assert(sizeof(Intro_Root_C_Automation_PensieveEscape) == 0x000008, "Wrong size on Intro_Root_C_Automation_PensieveEscape"); \ static_assert(offsetof(Intro_Root_C_Automation_PensieveEscape, Caller) == 0x000000, "Member 'Intro_Root_C_Automation_PensieveEscape::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_CaveArrivalGo \ static_assert(alignof(Intro_Root_C_CaveArrivalGo) == 0x000008, "Wrong alignment on Intro_Root_C_CaveArrivalGo"); \ static_assert(sizeof(Intro_Root_C_CaveArrivalGo) == 0x000008, "Wrong size on Intro_Root_C_CaveArrivalGo"); \ static_assert(offsetof(Intro_Root_C_CaveArrivalGo, Caller) == 0x000000, "Member 'Intro_Root_C_CaveArrivalGo::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Root_C_ExecuteUbergraph_Intro_Root \ static_assert(alignof(Intro_Root_C_ExecuteUbergraph_Intro_Root) == 0x000008, "Wrong alignment on Intro_Root_C_ExecuteUbergraph_Intro_Root"); \ static_assert(sizeof(Intro_Root_C_ExecuteUbergraph_Intro_Root) == 0x000630, "Wrong size on Intro_Root_C_ExecuteUbergraph_Intro_Root"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, EntryPoint) == 0x000000, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_SceneRigPlayer_4) == 0x000008, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_SceneRigPlayer_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, Temp_bool_IsClosed_Variable) == 0x000010, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, Temp_bool_Has_Been_Initd_Variable) == 0x000011, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, Temp_bool_Has_Been_Initd_Variable_1) == 0x000012, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, Temp_bool_Has_Been_Initd_Variable_2) == 0x000013, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_Event_SwitchActor_1) == 0x000018, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_Event_SwitchActor_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_Event_SwitchActor) == 0x000020, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_Event_SwitchActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_21) == 0x000028, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_21' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Initialize_ReturnValue) == 0x000030, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Initialize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_20) == 0x000040, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_20' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_Event_EndPlayReason) == 0x000048, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreCliffsideSublevelsLoaded_bAllLoaded) == 0x000049, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreCliffsideSublevelsLoaded_bAllLoaded' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreSkySublevelsLoaded_bAllLoaded) == 0x00004A, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreSkySublevelsLoaded_bAllLoaded' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_19) == 0x000050, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_19' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_PlaySceneRig_ReturnValue) == 0x000058, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_PlaySceneRig_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate) == 0x000060, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_IsValid_ReturnValue_1) == 0x000070, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_1) == 0x000074, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_2) == 0x000084, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle) == 0x000098, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_1) == 0x0000A8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Get_ReturnValue) == 0x0000B8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Get_ReturnValue_1) == 0x0000C0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreCliffsideSublevelsLoaded_bAllLoaded_1) == 0x0000C8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreCliffsideSublevelsLoaded_bAllLoaded_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000CC, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Are_Root_Sublevels_Visible_bAllLoaded) == 0x0000DC, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Are_Root_Sublevels_Visible_bAllLoaded' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_2) == 0x0000E0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Are_Gringotts_Sublevels_Visible_bAllLoaded) == 0x0000F0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Are_Gringotts_Sublevels_Visible_bAllLoaded' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreVoidSublevelsVisible_bAllLoaded) == 0x0000F1, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreVoidSublevelsVisible_bAllLoaded' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreCliffsideSublevelsLoaded_bAllLoaded_2) == 0x0000F2, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreCliffsideSublevelsLoaded_bAllLoaded_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Are_Gringotts_Sublevels_Visible_bAllLoaded_1) == 0x0000F3, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Are_Gringotts_Sublevels_Visible_bAllLoaded_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreGladeSublevelsLoaded_bAllLoaded) == 0x0000F4, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreGladeSublevelsLoaded_bAllLoaded' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreVoidSublevelsVisible_bAllLoaded_1) == 0x0000F5, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreVoidSublevelsVisible_bAllLoaded_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreGladeSublevelsLoaded_bAllLoaded_1) == 0x0000F6, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreGladeSublevelsLoaded_bAllLoaded_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_18) == 0x0000F8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_18' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_17) == 0x000100, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_17' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_16) == 0x000108, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_16' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_15) == 0x000110, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_15' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_14) == 0x000118, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_14' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_13) == 0x000120, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_13' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_4) == 0x000128, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_3) == 0x000138, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_12) == 0x000148, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_12' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreCliffsideSublevelsWarm_bAllWarm) == 0x000150, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreCliffsideSublevelsWarm_bAllWarm' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_GetMissionStepComplete_ReturnValue) == 0x000151, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_GetMissionStepComplete_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_5) == 0x000154, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_4) == 0x000168, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_GetMissionStepComplete_ReturnValue_1) == 0x000178, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_GetMissionStepComplete_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_6) == 0x00017C, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_5) == 0x000190, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_GetMissionStepComplete_ReturnValue_2) == 0x0001A0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_GetMissionStepComplete_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_7) == 0x0001A4, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_6) == 0x0001B8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_8) == 0x0001C8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_11) == 0x0001D8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_11' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_7) == 0x0001E0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_GetMissionStepComplete_ReturnValue_3) == 0x0001F0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_GetMissionStepComplete_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_9) == 0x0001F4, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_10) == 0x000208, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_10' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_8) == 0x000210, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_GetMissionStepComplete_ReturnValue_4) == 0x000220, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_GetMissionStepComplete_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_GetUIManagerPure_ReturnValue) == 0x000228, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_10) == 0x000230, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_9) == 0x000240, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_9' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_11) == 0x000250, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_12) == 0x000260, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_9) == 0x000270, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_9' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreCartRideSublevelsLoaded_bAllLoaded) == 0x000278, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreCartRideSublevelsLoaded_bAllLoaded' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreCartRideSublevelsLoaded_bAllLoaded_1) == 0x000279, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreCartRideSublevelsLoaded_bAllLoaded_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_8) == 0x000280, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Are_Root_Sublevels_Visible_bAllLoaded_1) == 0x000288, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Are_Root_Sublevels_Visible_bAllLoaded_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_13) == 0x00028C, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AddStateToStack_ReturnValue) == 0x00029C, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AddStateToStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AddStateToStack_ReturnValue_1) == 0x0002A0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AddStateToStack_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_GetIntroCheckpoint_ReturnValue) == 0x0002A4, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_GetIntroCheckpoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_GetIntroCheckpoint_ReturnValue_1) == 0x0002A5, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_GetIntroCheckpoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0002A8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0002B8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Conv_StringToText_ReturnValue) == 0x0002C0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_MakeStruct_FormatArgumentData) == 0x0002D8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_MakeArray_Array) == 0x000318, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Format_ReturnValue) == 0x000328, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, Temp_bool_IsClosed_Variable_1) == 0x000340, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_DoesCheckpointNeedRootSublevels_bLoad) == 0x000341, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_DoesCheckpointNeedRootSublevels_bLoad' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_14) == 0x000344, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_10) == 0x000358, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_10' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_15) == 0x000368, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_16) == 0x000378, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_11) == 0x000388, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_11' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_12) == 0x000398, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_12' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_GetIntroCheckpoint_ReturnValue_2) == 0x0003A8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_GetIntroCheckpoint_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_17) == 0x0003AC, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_SwitchEnum_CmpSuccess) == 0x0003BC, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_13) == 0x0003C0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_13' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_FadeOut_ReturnValue) == 0x0003D0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_FadeOut_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_IsValid_ReturnValue_2) == 0x0003D8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreVoidSublevelsVisible_bAllLoaded_2) == 0x0003D9, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreVoidSublevelsVisible_bAllLoaded_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_18) == 0x0003DC, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, Temp_bool_IsClosed_Variable_2) == 0x0003EC, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_DoesCheckpointNeedVoidSublevels_bLoad) == 0x0003ED, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_DoesCheckpointNeedVoidSublevels_bLoad' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_19) == 0x0003F0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_20) == 0x000400, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_14) == 0x000410, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_14' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_DoesCheckpointNeedGringottsSublevels_bLoad) == 0x000420, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_DoesCheckpointNeedGringottsSublevels_bLoad' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Are_Gringotts_Sublevels_Visible_bAllLoaded_2) == 0x000421, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Are_Gringotts_Sublevels_Visible_bAllLoaded_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_21) == 0x000424, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_GetMissionStepComplete_ReturnValue_5) == 0x000434, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_GetMissionStepComplete_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_22) == 0x000438, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_23) == 0x000448, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_15) == 0x000458, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_15' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_16) == 0x000468, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_16' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_7) == 0x000478, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreCliffsideSublevelsLoaded_bAllLoaded_3) == 0x000480, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreCliffsideSublevelsLoaded_bAllLoaded_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_24) == 0x000484, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_17) == 0x000498, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_17' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Are_Root_Sublevels_Visible_bAllLoaded_2) == 0x0004A8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Are_Root_Sublevels_Visible_bAllLoaded_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_25) == 0x0004AC, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_18) == 0x0004C0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_18' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_6) == 0x0004D0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreCliffsideSublevelsLoaded_bAllLoaded_4) == 0x0004D8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreCliffsideSublevelsLoaded_bAllLoaded_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_26) == 0x0004DC, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_19) == 0x0004F0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_19' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Are_Root_Sublevels_Visible_bAllLoaded_3) == 0x000500, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Are_Root_Sublevels_Visible_bAllLoaded_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_27) == 0x000504, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_20) == 0x000518, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_20' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_5) == 0x000528, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreCliffsideSublevelsLoaded_bAllLoaded_5) == 0x000530, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreCliffsideSublevelsLoaded_bAllLoaded_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, Temp_object_Variable) == 0x000538, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Are_Root_Sublevels_Visible_bAllLoaded_4) == 0x000540, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Are_Root_Sublevels_Visible_bAllLoaded_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_4) == 0x000548, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_SceneRigPlayer) == 0x000550, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_SceneRigPlayer' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Are_Root_Sublevels_Visible_bAllLoaded_5) == 0x000558, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Are_Root_Sublevels_Visible_bAllLoaded_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_28) == 0x00055C, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Are_Gringotts_Sublevels_Visible_bAllLoaded_3) == 0x00056C, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Are_Gringotts_Sublevels_Visible_bAllLoaded_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_IsLevelLoaded_ReturnValue) == 0x00056D, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_IsLevelLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_3) == 0x000570, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_SceneRigPlayer_1) == 0x000578, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_SceneRigPlayer_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Are_Root_Sublevels_Visible_bAllLoaded_6) == 0x000580, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Are_Root_Sublevels_Visible_bAllLoaded_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_29) == 0x000584, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_29' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_SceneRigPlayer_2) == 0x000598, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_SceneRigPlayer_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreVoidSublevelsVisible_bAllLoaded_3) == 0x0005A0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreVoidSublevelsVisible_bAllLoaded_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_IsLevelLoaded_ReturnValue_1) == 0x0005A1, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_IsLevelLoaded_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_2) == 0x0005A8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_30) == 0x0005B0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_30' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Are_Root_Sublevels_Visible_bAllLoaded_7) == 0x0005C0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Are_Root_Sublevels_Visible_bAllLoaded_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_31) == 0x0005C4, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_31' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_HermesBindEvent_Handle_21) == 0x0005D8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_HermesBindEvent_Handle_21' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreVoidSublevelsVisible_bAllLoaded_4) == 0x0005E8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreVoidSublevelsVisible_bAllLoaded_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_IsLevelLoaded_ReturnValue_2) == 0x0005E9, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_IsLevelLoaded_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller_1) == 0x0005F0, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, Temp_object_Variable_1) == 0x0005F8, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_Are_Root_Sublevels_Visible_bAllLoaded_8) == 0x000600, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_Are_Root_Sublevels_Visible_bAllLoaded_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_SceneRigPlayer_3) == 0x000608, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_SceneRigPlayer_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_AreVoidSublevelsVisible_bAllLoaded_5) == 0x000610, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_AreVoidSublevelsVisible_bAllLoaded_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, CallFunc_IsLevelLoaded_ReturnValue_3) == 0x000611, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::CallFunc_IsLevelLoaded_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CustomEvent_Caller) == 0x000618, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(Intro_Root_C_ExecuteUbergraph_Intro_Root, K2Node_CreateDelegate_OutputDelegate_32) == 0x000620, "Member 'Intro_Root_C_ExecuteUbergraph_Intro_Root::K2Node_CreateDelegate_OutputDelegate_32' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIntro_Root_C \ static_assert(alignof(AIntro_Root_C) == 0x000010, "Wrong alignment on AIntro_Root_C"); \ static_assert(sizeof(AIntro_Root_C) == 0x0003F0, "Wrong size on AIntro_Root_C"); \ static_assert(offsetof(AIntro_Root_C, UberGraphFrame) == 0x000250, "Member 'AIntro_Root_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, PlayerSpawnTransform) == 0x000260, "Member 'AIntro_Root_C::PlayerSpawnTransform' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, IPA_Dormitory) == 0x000290, "Member 'AIntro_Root_C::IPA_Dormitory' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, bPrintDebugStrings) == 0x000298, "Member 'AIntro_Root_C::bPrintDebugStrings' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, Scene_Rig_Player) == 0x0002A0, "Member 'AIntro_Root_C::Scene_Rig_Player' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, RootSubLevels) == 0x0002A8, "Member 'AIntro_Root_C::RootSubLevels' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, SkySublevels) == 0x0002B8, "Member 'AIntro_Root_C::SkySublevels' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, CliffsideSubLevels) == 0x0002C8, "Member 'AIntro_Root_C::CliffsideSubLevels' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, CliffsideRenderSubLevel) == 0x0002D8, "Member 'AIntro_Root_C::CliffsideRenderSubLevel' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, GringottsSubLevels) == 0x0002E8, "Member 'AIntro_Root_C::GringottsSubLevels' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, CartRideSubLevel) == 0x0002F8, "Member 'AIntro_Root_C::CartRideSubLevel' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, VoidSubLevels) == 0x000308, "Member 'AIntro_Root_C::VoidSubLevels' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, GladeSubLevels) == 0x000318, "Member 'AIntro_Root_C::GladeSubLevels' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, CP1SubLevel) == 0x000328, "Member 'AIntro_Root_C::CP1SubLevel' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, RootLevelInstances) == 0x000338, "Member 'AIntro_Root_C::RootLevelInstances' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, SkyLevelInstances) == 0x000348, "Member 'AIntro_Root_C::SkyLevelInstances' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, CliffsideLevelInstances) == 0x000358, "Member 'AIntro_Root_C::CliffsideLevelInstances' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, CliffsideRenderLevelInstances) == 0x000368, "Member 'AIntro_Root_C::CliffsideRenderLevelInstances' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, GringottsLevelInstances) == 0x000378, "Member 'AIntro_Root_C::GringottsLevelInstances' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, CartRideLevelInstances) == 0x000388, "Member 'AIntro_Root_C::CartRideLevelInstances' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, VoidLevelInstances) == 0x000398, "Member 'AIntro_Root_C::VoidLevelInstances' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, GladeLevelInstances) == 0x0003A8, "Member 'AIntro_Root_C::GladeLevelInstances' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, ChosenHouse) == 0x0003B8, "Member 'AIntro_Root_C::ChosenHouse' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, GlobalSkyLevel) == 0x0003C0, "Member 'AIntro_Root_C::GlobalSkyLevel' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, MissionCP2) == 0x0003C8, "Member 'AIntro_Root_C::MissionCP2' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, MissionCP5) == 0x0003D0, "Member 'AIntro_Root_C::MissionCP5' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, CIN_IntroCar_01_01_carriage_pt02_SR_ExecuteUbergraph_Intro_Root_RefProperty) == 0x0003D8, "Member 'AIntro_Root_C::CIN_IntroCar_01_01_carriage_pt02_SR_ExecuteUbergraph_Intro_Root_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, WindModulate_Inside_ExecuteUbergraph_Intro_Root_RefProperty) == 0x0003E0, "Member 'AIntro_Root_C::WindModulate_Inside_ExecuteUbergraph_Intro_Root_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Root_C, CIN_IntroCar_01_01_carriage_pt02_SR_EdGraph_21_RefProperty) == 0x0003E8, "Member 'AIntro_Root_C::CIN_IntroCar_01_01_carriage_pt02_SR_EdGraph_21_RefProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_GetAsyncWrapperRenderSize \ static_assert(alignof(UI_BP_LanguageSelect_C_GetAsyncWrapperRenderSize) == 0x000004, "Wrong alignment on UI_BP_LanguageSelect_C_GetAsyncWrapperRenderSize"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_GetAsyncWrapperRenderSize) == 0x000008, "Wrong size on UI_BP_LanguageSelect_C_GetAsyncWrapperRenderSize"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_GetAsyncWrapperRenderSize, RenderSize) == 0x000000, "Member 'UI_BP_LanguageSelect_C_GetAsyncWrapperRenderSize::RenderSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_SetOSTLanguage \ static_assert(alignof(UI_BP_LanguageSelect_C_SetOSTLanguage) == 0x000008, "Wrong alignment on UI_BP_LanguageSelect_C_SetOSTLanguage"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_SetOSTLanguage) == 0x000048, "Wrong size on UI_BP_LanguageSelect_C_SetOSTLanguage"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_SetOSTLanguage, SelectedButton) == 0x000000, "Member 'UI_BP_LanguageSelect_C_SetOSTLanguage::SelectedButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_SetOSTLanguage, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UI_BP_LanguageSelect_C_SetOSTLanguage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_SetOSTLanguage, CallFunc_Map_Keys_Keys) == 0x000010, "Member 'UI_BP_LanguageSelect_C_SetOSTLanguage::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_SetOSTLanguage, CallFunc_Map_Values_Values) == 0x000020, "Member 'UI_BP_LanguageSelect_C_SetOSTLanguage::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_SetOSTLanguage, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000030, "Member 'UI_BP_LanguageSelect_C_SetOSTLanguage::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_SetOSTLanguage, CallFunc_Array_Find_ReturnValue) == 0x000034, "Member 'UI_BP_LanguageSelect_C_SetOSTLanguage::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_SetOSTLanguage, CallFunc_Array_Get_Item) == 0x000038, "Member 'UI_BP_LanguageSelect_C_SetOSTLanguage::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_SetParent \ static_assert(alignof(UI_BP_LanguageSelect_C_SetParent) == 0x000008, "Wrong alignment on UI_BP_LanguageSelect_C_SetParent"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_SetParent) == 0x000008, "Wrong size on UI_BP_LanguageSelect_C_SetParent"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_SetParent, Parent) == 0x000000, "Member 'UI_BP_LanguageSelect_C_SetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Arabic_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Arabic_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Arabic_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Arabic_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Arabic_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Arabic_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Arabic_K2Node_ComponentBoundEvent_0_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Chinese_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Chinese_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Chinese_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Chinese_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Chinese_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Chinese_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Chinese_K2Node_ComponentBoundEvent_1_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Chinese_Simp_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Chinese_Simp_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Chinese_Simp_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Chinese_Simp_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Chinese_Simp_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Chinese_Simp_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Chinese_Simp_K2Node_ComponentBoundEvent_2_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_English_K2Node_ComponentBoundEvent_3_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_English_K2Node_ComponentBoundEvent_3_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_English_K2Node_ComponentBoundEvent_3_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_English_K2Node_ComponentBoundEvent_3_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_English_K2Node_ComponentBoundEvent_3_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_English_K2Node_ComponentBoundEvent_3_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_English_K2Node_ComponentBoundEvent_3_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_French_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_French_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_French_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_French_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_French_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_French_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_French_K2Node_ComponentBoundEvent_4_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_German_K2Node_ComponentBoundEvent_5_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_German_K2Node_ComponentBoundEvent_5_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_German_K2Node_ComponentBoundEvent_5_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_German_K2Node_ComponentBoundEvent_5_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_German_K2Node_ComponentBoundEvent_5_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_German_K2Node_ComponentBoundEvent_5_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_German_K2Node_ComponentBoundEvent_5_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Italian_K2Node_ComponentBoundEvent_6_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Italian_K2Node_ComponentBoundEvent_6_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Italian_K2Node_ComponentBoundEvent_6_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Italian_K2Node_ComponentBoundEvent_6_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Italian_K2Node_ComponentBoundEvent_6_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Italian_K2Node_ComponentBoundEvent_6_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Italian_K2Node_ComponentBoundEvent_6_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Japanese_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Japanese_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Japanese_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Japanese_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Japanese_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Japanese_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Japanese_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Korean_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Korean_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Korean_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Korean_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Korean_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Korean_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Korean_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Polish_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Polish_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Polish_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Polish_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Polish_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Polish_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Polish_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Portuguese_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Portuguese_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Portuguese_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Portuguese_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Portuguese_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Portuguese_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Portuguese_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Russian_K2Node_ComponentBoundEvent_11_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Russian_K2Node_ComponentBoundEvent_11_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Russian_K2Node_ComponentBoundEvent_11_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Russian_K2Node_ComponentBoundEvent_11_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Russian_K2Node_ComponentBoundEvent_11_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Russian_K2Node_ComponentBoundEvent_11_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Russian_K2Node_ComponentBoundEvent_11_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Spanish_K2Node_ComponentBoundEvent_12_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Spanish_K2Node_ComponentBoundEvent_12_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Spanish_K2Node_ComponentBoundEvent_12_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Spanish_K2Node_ComponentBoundEvent_12_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Spanish_K2Node_ComponentBoundEvent_12_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Spanish_K2Node_ComponentBoundEvent_12_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Spanish_K2Node_ComponentBoundEvent_12_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Spanish_LA_K2Node_ComponentBoundEvent_13_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Spanish_LA_K2Node_ComponentBoundEvent_13_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Spanish_LA_K2Node_ComponentBoundEvent_13_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Spanish_LA_K2Node_ComponentBoundEvent_13_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Spanish_LA_K2Node_ComponentBoundEvent_13_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Spanish_LA_K2Node_ComponentBoundEvent_13_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_LanguageSelect_C_BndEvt__UI_BP_LanguageSelect_LB_Spanish_LA_K2Node_ComponentBoundEvent_13_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect \ static_assert(alignof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect) == 0x000008, "Wrong alignment on UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect"); \ static_assert(sizeof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect) == 0x0000F0, "Wrong size on UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, EntryPoint) == 0x000000, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, K2Node_ComponentBoundEvent_Button) == 0x000008, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, K2Node_Event_Parent) == 0x000010, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::K2Node_Event_Parent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, CallFunc_GetCurrentLanguage_ReturnValue) == 0x000018, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::CallFunc_GetCurrentLanguage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, CallFunc_Map_Find_Value) == 0x000028, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, CallFunc_Map_Find_ReturnValue) == 0x000030, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, K2Node_ComponentBoundEvent_Button_13) == 0x000038, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::K2Node_ComponentBoundEvent_Button_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, K2Node_MakeMap_Map) == 0x000040, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::K2Node_MakeMap_Map' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, K2Node_ComponentBoundEvent_Button_12) == 0x000090, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::K2Node_ComponentBoundEvent_Button_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, K2Node_ComponentBoundEvent_Button_11) == 0x000098, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::K2Node_ComponentBoundEvent_Button_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, K2Node_ComponentBoundEvent_Button_10) == 0x0000A0, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::K2Node_ComponentBoundEvent_Button_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, K2Node_ComponentBoundEvent_Button_9) == 0x0000A8, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::K2Node_ComponentBoundEvent_Button_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, K2Node_ComponentBoundEvent_Button_8) == 0x0000B0, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::K2Node_ComponentBoundEvent_Button_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, K2Node_ComponentBoundEvent_Button_7) == 0x0000B8, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, K2Node_ComponentBoundEvent_Button_6) == 0x0000C0, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, K2Node_ComponentBoundEvent_Button_5) == 0x0000C8, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, K2Node_ComponentBoundEvent_Button_4) == 0x0000D0, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, K2Node_ComponentBoundEvent_Button_3) == 0x0000D8, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, K2Node_ComponentBoundEvent_Button_2) == 0x0000E0, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect, K2Node_ComponentBoundEvent_Button_1) == 0x0000E8, "Member 'UI_BP_LanguageSelect_C_ExecuteUbergraph_UI_BP_LanguageSelect::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_LanguageSelect_C \ static_assert(alignof(UUI_BP_LanguageSelect_C) == 0x000008, "Wrong alignment on UUI_BP_LanguageSelect_C"); \ static_assert(sizeof(UUI_BP_LanguageSelect_C) == 0x000540, "Wrong size on UUI_BP_LanguageSelect_C"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, UberGraphFrame) == 0x0003F0, "Member 'UUI_BP_LanguageSelect_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, showDetails) == 0x0003F8, "Member 'UUI_BP_LanguageSelect_C::showDetails' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LB_Arabic) == 0x000400, "Member 'UUI_BP_LanguageSelect_C::LB_Arabic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LB_Chinese) == 0x000408, "Member 'UUI_BP_LanguageSelect_C::LB_Chinese' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LB_Chinese_Simp) == 0x000410, "Member 'UUI_BP_LanguageSelect_C::LB_Chinese_Simp' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LB_English) == 0x000418, "Member 'UUI_BP_LanguageSelect_C::LB_English' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LB_French) == 0x000420, "Member 'UUI_BP_LanguageSelect_C::LB_French' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LB_German) == 0x000428, "Member 'UUI_BP_LanguageSelect_C::LB_German' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LB_Italian) == 0x000430, "Member 'UUI_BP_LanguageSelect_C::LB_Italian' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LB_Japanese) == 0x000438, "Member 'UUI_BP_LanguageSelect_C::LB_Japanese' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LB_Korean) == 0x000440, "Member 'UUI_BP_LanguageSelect_C::LB_Korean' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LB_Polish) == 0x000448, "Member 'UUI_BP_LanguageSelect_C::LB_Polish' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LB_Portuguese) == 0x000450, "Member 'UUI_BP_LanguageSelect_C::LB_Portuguese' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LB_Russian) == 0x000458, "Member 'UUI_BP_LanguageSelect_C::LB_Russian' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LB_Spanish) == 0x000460, "Member 'UUI_BP_LanguageSelect_C::LB_Spanish' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LB_Spanish_LA) == 0x000468, "Member 'UUI_BP_LanguageSelect_C::LB_Spanish_LA' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, Legend) == 0x000470, "Member 'UUI_BP_LanguageSelect_C::Legend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LanguageButtonArray) == 0x000478, "Member 'UUI_BP_LanguageSelect_C::LanguageButtonArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LanguageButtonMap) == 0x000488, "Member 'UUI_BP_LanguageSelect_C::LanguageButtonMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LanguageMap) == 0x0004D8, "Member 'UUI_BP_LanguageSelect_C::LanguageMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, currentLanguageButton) == 0x000528, "Member 'UUI_BP_LanguageSelect_C::currentLanguageButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LanguageSelect_C, LanguageSelected) == 0x000530, "Member 'UUI_BP_LanguageSelect_C::LanguageSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_Performance_Button_Clicked \ static_assert(alignof(UI_BP_NextGenPerf_C_Performance_Button_Clicked) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_Performance_Button_Clicked"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_Performance_Button_Clicked) == 0x000068, "Wrong size on UI_BP_NextGenPerf_C_Performance_Button_Clicked"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_Performance_Button_Clicked, ClickedButton) == 0x000000, "Member 'UI_BP_NextGenPerf_C_Performance_Button_Clicked::ClickedButton' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_Performance_Button_Clicked, TempPerformanceMode) == 0x000008, "Member 'UI_BP_NextGenPerf_C_Performance_Button_Clicked::TempPerformanceMode' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_Performance_Button_Clicked, CallFunc_Map_Keys_Keys) == 0x000018, "Member 'UI_BP_NextGenPerf_C_Performance_Button_Clicked::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_Performance_Button_Clicked, CallFunc_Map_Values_Values) == 0x000028, "Member 'UI_BP_NextGenPerf_C_Performance_Button_Clicked::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_Performance_Button_Clicked, CallFunc_Array_Find_ReturnValue) == 0x000038, "Member 'UI_BP_NextGenPerf_C_Performance_Button_Clicked::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_Performance_Button_Clicked, CallFunc_Array_Get_Item) == 0x000040, "Member 'UI_BP_NextGenPerf_C_Performance_Button_Clicked::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_Performance_Button_Clicked, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000050, "Member 'UI_BP_NextGenPerf_C_Performance_Button_Clicked::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_Performance_Button_Clicked, CallFunc_ShowRaytracingRebootPopup_ReturnValue) == 0x000058, "Member 'UI_BP_NextGenPerf_C_Performance_Button_Clicked::CallFunc_ShowRaytracingRebootPopup_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_Performance_Button_Clicked, CallFunc_PerformanceModeChangeRequiresReboot_ReturnValue) == 0x000060, "Member 'UI_BP_NextGenPerf_C_Performance_Button_Clicked::CallFunc_PerformanceModeChangeRequiresReboot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_Performance_Button_Clicked, CallFunc_IsPerformanceModeSwitchingAvailable_ReturnValue) == 0x000061, "Member 'UI_BP_NextGenPerf_C_Performance_Button_Clicked::CallFunc_IsPerformanceModeSwitchingAvailable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_Performance_Button_Clicked, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000062, "Member 'UI_BP_NextGenPerf_C_Performance_Button_Clicked::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_Performance_Button_Clicked, CallFunc_IsValid_ReturnValue) == 0x000063, "Member 'UI_BP_NextGenPerf_C_Performance_Button_Clicked::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_InitPerformanceButtons \ static_assert(alignof(UI_BP_NextGenPerf_C_InitPerformanceButtons) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_InitPerformanceButtons"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_InitPerformanceButtons) == 0x000090, "Wrong size on UI_BP_NextGenPerf_C_InitPerformanceButtons"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_InitPerformanceButtons, tempButtonID) == 0x000000, "Member 'UI_BP_NextGenPerf_C_InitPerformanceButtons::tempButtonID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_InitPerformanceButtons, Temp_int_Array_Index_Variable) == 0x000010, "Member 'UI_BP_NextGenPerf_C_InitPerformanceButtons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_InitPerformanceButtons, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'UI_BP_NextGenPerf_C_InitPerformanceButtons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_InitPerformanceButtons, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_NextGenPerf_C_InitPerformanceButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_InitPerformanceButtons, CallFunc_Map_Find_Value) == 0x000020, "Member 'UI_BP_NextGenPerf_C_InitPerformanceButtons::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_InitPerformanceButtons, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'UI_BP_NextGenPerf_C_InitPerformanceButtons::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_InitPerformanceButtons, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000030, "Member 'UI_BP_NextGenPerf_C_InitPerformanceButtons::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_InitPerformanceButtons, CallFunc_Map_Find_Value_1) == 0x000038, "Member 'UI_BP_NextGenPerf_C_InitPerformanceButtons::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_InitPerformanceButtons, CallFunc_Map_Find_ReturnValue_1) == 0x000040, "Member 'UI_BP_NextGenPerf_C_InitPerformanceButtons::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_InitPerformanceButtons, CallFunc_GetAvailablePerformanceModesForBootFlow_ReturnValue) == 0x000048, "Member 'UI_BP_NextGenPerf_C_InitPerformanceButtons::CallFunc_GetAvailablePerformanceModesForBootFlow_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_InitPerformanceButtons, CallFunc_Array_Get_Item) == 0x000058, "Member 'UI_BP_NextGenPerf_C_InitPerformanceButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_InitPerformanceButtons, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'UI_BP_NextGenPerf_C_InitPerformanceButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_InitPerformanceButtons, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'UI_BP_NextGenPerf_C_InitPerformanceButtons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_InitPerformanceButtons, CallFunc_GetPerformanceMode_ReturnValue) == 0x000070, "Member 'UI_BP_NextGenPerf_C_InitPerformanceButtons::CallFunc_GetPerformanceMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_InitPerformanceButtons, CallFunc_Map_Find_Value_2) == 0x000080, "Member 'UI_BP_NextGenPerf_C_InitPerformanceButtons::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_InitPerformanceButtons, CallFunc_Map_Find_ReturnValue_2) == 0x000088, "Member 'UI_BP_NextGenPerf_C_InitPerformanceButtons::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_AdjustForViewportWidth \ static_assert(alignof(UI_BP_NextGenPerf_C_AdjustForViewportWidth) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_AdjustForViewportWidth"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_AdjustForViewportWidth) == 0x000060, "Wrong size on UI_BP_NextGenPerf_C_AdjustForViewportWidth"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_AdjustForViewportWidth, CurrentWidth) == 0x000000, "Member 'UI_BP_NextGenPerf_C_AdjustForViewportWidth::CurrentWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_AdjustForViewportWidth, CurrentRatio) == 0x000004, "Member 'UI_BP_NextGenPerf_C_AdjustForViewportWidth::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_AdjustForViewportWidth, IdealWidth) == 0x000008, "Member 'UI_BP_NextGenPerf_C_AdjustForViewportWidth::IdealWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_AdjustForViewportWidth, IdealRatio) == 0x00000C, "Member 'UI_BP_NextGenPerf_C_AdjustForViewportWidth::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin) == 0x000010, "Member 'UI_BP_NextGenPerf_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue) == 0x000020, "Member 'UI_BP_NextGenPerf_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_1) == 0x000024, "Member 'UI_BP_NextGenPerf_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000038, "Member 'UI_BP_NextGenPerf_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue_1) == 0x000040, "Member 'UI_BP_NextGenPerf_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_AdjustForViewportWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000044, "Member 'UI_BP_NextGenPerf_C_AdjustForViewportWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_AdjustForViewportWidth, CallFunc_GetViewportSize_ReturnValue) == 0x000048, "Member 'UI_BP_NextGenPerf_C_AdjustForViewportWidth::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_AdjustForViewportWidth, CallFunc_BreakVector2D_X) == 0x000050, "Member 'UI_BP_NextGenPerf_C_AdjustForViewportWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_AdjustForViewportWidth, CallFunc_BreakVector2D_Y) == 0x000054, "Member 'UI_BP_NextGenPerf_C_AdjustForViewportWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000058, "Member 'UI_BP_NextGenPerf_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_SetMenuLegend \ static_assert(alignof(UI_BP_NextGenPerf_C_SetMenuLegend) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_SetMenuLegend"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_SetMenuLegend) == 0x000020, "Wrong size on UI_BP_NextGenPerf_C_SetMenuLegend"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_SetMenuLegend, LegendData) == 0x000000, "Member 'UI_BP_NextGenPerf_C_SetMenuLegend::LegendData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_SetMenuLegend, ModifiedLegendData) == 0x000010, "Member 'UI_BP_NextGenPerf_C_SetMenuLegend::ModifiedLegendData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction) == 0x000004, "Wrong alignment on UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction) == 0x00000C, "Wrong size on UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction, HandledSubscreenHoldOperation) == 0x000003, "Member 'UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction::HandledSubscreenHoldOperation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000004, "Member 'UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000005, "Member 'UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_NextGenPerf_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_6_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_6_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_6_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_6_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_6_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_6_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_6_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_7_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_8_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_9_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature \ static_assert(alignof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature) == 0x000008, "Wrong size on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_10_MenuTextButtonClicked__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_11_MenuTextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_11_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_11_MenuTextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_11_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_11_MenuTextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_11_MenuTextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_11_MenuTextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_12_MenuTextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_12_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_12_MenuTextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_12_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_12_MenuTextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_12_MenuTextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_12_MenuTextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_13_MenuTextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_13_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_13_MenuTextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_13_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_13_MenuTextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_13_MenuTextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_13_MenuTextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_14_MenuTextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_14_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_14_MenuTextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_14_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_14_MenuTextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_14_MenuTextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_14_MenuTextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_15_MenuTextButtonHovered__DelegateSignature \ static_assert(alignof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_15_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_15_MenuTextButtonHovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_15_MenuTextButtonHovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_15_MenuTextButtonHovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_15_MenuTextButtonHovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_15_MenuTextButtonHovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_PreConstruct \ static_assert(alignof(UI_BP_NextGenPerf_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_NextGenPerf_C_PreConstruct"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_NextGenPerf_C_PreConstruct"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_NextGenPerf_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_16_MenuTextButtonUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_16_MenuTextButtonUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_16_MenuTextButtonUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_16_MenuTextButtonUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_16_MenuTextButtonUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_16_MenuTextButtonUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Fidelity_K2Node_ComponentBoundEvent_16_MenuTextButtonUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_17_MenuTextButtonUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_17_MenuTextButtonUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_17_MenuTextButtonUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_17_MenuTextButtonUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_17_MenuTextButtonUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_17_MenuTextButtonUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Performance_K2Node_ComponentBoundEvent_17_MenuTextButtonUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_18_MenuTextButtonUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_18_MenuTextButtonUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_18_MenuTextButtonUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_18_MenuTextButtonUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_18_MenuTextButtonUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_18_MenuTextButtonUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_FidelityRT_K2Node_ComponentBoundEvent_18_MenuTextButtonUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_19_MenuTextButtonUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_19_MenuTextButtonUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_19_MenuTextButtonUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_19_MenuTextButtonUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_19_MenuTextButtonUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_19_MenuTextButtonUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_Balanced_K2Node_ComponentBoundEvent_19_MenuTextButtonUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_20_MenuTextButtonUnhovered__DelegateSignature \ static_assert(alignof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_20_MenuTextButtonUnhovered__DelegateSignature) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_20_MenuTextButtonUnhovered__DelegateSignature"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_20_MenuTextButtonUnhovered__DelegateSignature) == 0x000008, "Wrong size on UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_20_MenuTextButtonUnhovered__DelegateSignature"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_20_MenuTextButtonUnhovered__DelegateSignature, Button) == 0x000000, "Member 'UI_BP_NextGenPerf_C_BndEvt__UI_BP_NextGenPerf_btn_HFRPerformance_K2Node_ComponentBoundEvent_20_MenuTextButtonUnhovered__DelegateSignature::Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf \ static_assert(alignof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf) == 0x000128, "Wrong size on UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, EntryPoint) == 0x000000, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_ComponentBoundEvent_Button_14) == 0x000008, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_ComponentBoundEvent_Button_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_MakeMap_Map) == 0x000010, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_MakeMap_Map' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_ComponentBoundEvent_Button_13) == 0x000060, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_ComponentBoundEvent_Button_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_ComponentBoundEvent_Button_12) == 0x000068, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_ComponentBoundEvent_Button_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_ComponentBoundEvent_Button_11) == 0x000070, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_ComponentBoundEvent_Button_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_ComponentBoundEvent_Button_10) == 0x000078, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_ComponentBoundEvent_Button_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_ComponentBoundEvent_Button_9) == 0x000080, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_ComponentBoundEvent_Button_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_ComponentBoundEvent_Button_8) == 0x000088, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_ComponentBoundEvent_Button_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_ComponentBoundEvent_Button_7) == 0x000090, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_ComponentBoundEvent_Button_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_ComponentBoundEvent_Button_6) == 0x000098, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_ComponentBoundEvent_Button_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_ComponentBoundEvent_Button_5) == 0x0000A0, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_ComponentBoundEvent_Button_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_Event_IsDesignTime) == 0x0000A8, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_ComponentBoundEvent_Button_4) == 0x0000B0, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_ComponentBoundEvent_Button_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_ComponentBoundEvent_Button_3) == 0x0000B8, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_ComponentBoundEvent_Button_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_ComponentBoundEvent_Button_2) == 0x0000C0, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_ComponentBoundEvent_Button_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_ComponentBoundEvent_Button_1) == 0x0000C8, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_ComponentBoundEvent_Button_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_ComponentBoundEvent_Button) == 0x0000D0, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_ComponentBoundEvent_Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf, K2Node_MakeMap_Map_1) == 0x0000D8, "Member 'UI_BP_NextGenPerf_C_ExecuteUbergraph_UI_BP_NextGenPerf::K2Node_MakeMap_Map_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NextGenPerf_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_NextGenPerf_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings) == 0x000150, "Wrong size on UI_BP_NextGenPerf_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x000048, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue) == 0x000058, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000059, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000060, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000078, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000088, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_1) == 0x00008C, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00008D, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000090, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000B8, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_2) == 0x0000BC, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x0000BD, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_2) == 0x0000C0, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_2) == 0x0000D8, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_2) == 0x0000E8, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_3) == 0x0000EC, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x0000ED, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_3) == 0x0000F0, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000108, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_3) == 0x000118, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_GetVisibility_ReturnValue_4) == 0x00011C, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_GetVisibility_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x00011D, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x00011E, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_4) == 0x000120, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_4) == 0x000138, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NextGenPerf_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_4) == 0x000148, "Member 'UI_BP_NextGenPerf_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_NextGenPerf_C \ static_assert(alignof(UUI_BP_NextGenPerf_C) == 0x000008, "Wrong alignment on UUI_BP_NextGenPerf_C"); \ static_assert(sizeof(UUI_BP_NextGenPerf_C) == 0x000478, "Wrong size on UUI_BP_NextGenPerf_C"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_NextGenPerf_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, balancedDesc) == 0x000330, "Member 'UUI_BP_NextGenPerf_C::balancedDesc' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, btn_Balanced) == 0x000338, "Member 'UUI_BP_NextGenPerf_C::btn_Balanced' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, btn_Fidelity) == 0x000340, "Member 'UUI_BP_NextGenPerf_C::btn_Fidelity' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, btn_FidelityRT) == 0x000348, "Member 'UUI_BP_NextGenPerf_C::btn_FidelityRT' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, btn_HFRPerformance) == 0x000350, "Member 'UUI_BP_NextGenPerf_C::btn_HFRPerformance' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, btn_Performance) == 0x000358, "Member 'UUI_BP_NextGenPerf_C::btn_Performance' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, FidelityDescription) == 0x000360, "Member 'UUI_BP_NextGenPerf_C::FidelityDescription' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, FidWithRTDescription) == 0x000368, "Member 'UUI_BP_NextGenPerf_C::FidWithRTDescription' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, HFRdescription) == 0x000370, "Member 'UUI_BP_NextGenPerf_C::HFRdescription' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, LegendBar) == 0x000378, "Member 'UUI_BP_NextGenPerf_C::LegendBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, MainOverlay) == 0x000380, "Member 'UUI_BP_NextGenPerf_C::MainOverlay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, PerfDescription) == 0x000388, "Member 'UUI_BP_NextGenPerf_C::PerfDescription' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, PerfScreenDismissed) == 0x000390, "Member 'UUI_BP_NextGenPerf_C::PerfScreenDismissed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, DefaultLegendData) == 0x0003A0, "Member 'UUI_BP_NextGenPerf_C::DefaultLegendData' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, PerformanceModesArray) == 0x0003B0, "Member 'UUI_BP_NextGenPerf_C::PerformanceModesArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, shouldShowRebootPopup) == 0x0003C0, "Member 'UUI_BP_NextGenPerf_C::shouldShowRebootPopup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, PerformanceButtonsMap) == 0x0003C8, "Member 'UUI_BP_NextGenPerf_C::PerformanceButtonsMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, SelectedButton) == 0x000418, "Member 'UUI_BP_NextGenPerf_C::SelectedButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, hoveredButton) == 0x000420, "Member 'UUI_BP_NextGenPerf_C::hoveredButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NextGenPerf_C, PerformanceDescriptionsMap) == 0x000428, "Member 'UUI_BP_NextGenPerf_C::PerformanceDescriptionsMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Interaction_IdentificationStation_C \ static_assert(alignof(UABL_Interaction_IdentificationStation_C) == 0x000008, "Wrong alignment on UABL_Interaction_IdentificationStation_C"); \ static_assert(sizeof(UABL_Interaction_IdentificationStation_C) == 0x0000C8, "Wrong size on UABL_Interaction_IdentificationStation_C"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendPopup_C_HidePopup \ static_assert(alignof(UI_BP_AudioLegendPopup_C_HidePopup) == 0x000008, "Wrong alignment on UI_BP_AudioLegendPopup_C_HidePopup"); \ static_assert(sizeof(UI_BP_AudioLegendPopup_C_HidePopup) == 0x000008, "Wrong size on UI_BP_AudioLegendPopup_C_HidePopup"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_HidePopup, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_AudioLegendPopup_C_HidePopup::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendPopup_C_ShowPopup \ static_assert(alignof(UI_BP_AudioLegendPopup_C_ShowPopup) == 0x000008, "Wrong alignment on UI_BP_AudioLegendPopup_C_ShowPopup"); \ static_assert(sizeof(UI_BP_AudioLegendPopup_C_ShowPopup) == 0x000008, "Wrong size on UI_BP_AudioLegendPopup_C_ShowPopup"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ShowPopup, CallFunc_PlayAnimation_ReturnValue) == 0x000000, "Member 'UI_BP_AudioLegendPopup_C_ShowPopup::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction) == 0x000060, "Wrong size on UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, Temp_int_Array_Index_Variable) == 0x000004, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, Temp_int_Array_Index_Variable_1) == 0x000008, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000C, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000D, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00000E, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00000F, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue) == 0x000014, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_1) == 0x000015, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_2) == 0x00001C, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, Temp_int_Loop_Counter_Variable_1) == 0x000020, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000024, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_Add_IntInt_ReturnValue_1) == 0x000028, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_GetLegendItem_ReturnValue) == 0x000030, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_Array_Get_Item) == 0x000038, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue) == 0x00003A, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_GetLegendItem_ReturnValue_1) == 0x000048, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_GetLegendItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_Array_Get_Item_1) == 0x000051, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_Array_Length_ReturnValue_1) == 0x000054, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_Less_IntInt_ReturnValue_1) == 0x000058, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000059, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x00005A, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x00005B, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x00005C, "Member 'UI_BP_AudioLegendPopup_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendPopup_C_OnOutroStarted \ static_assert(alignof(UI_BP_AudioLegendPopup_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_AudioLegendPopup_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_AudioLegendPopup_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_AudioLegendPopup_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_AudioLegendPopup_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_AudioLegendPopup_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendPopup_C_OnIntroStarted \ static_assert(alignof(UI_BP_AudioLegendPopup_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_AudioLegendPopup_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_AudioLegendPopup_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_AudioLegendPopup_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_AudioLegendPopup_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_AudioLegendPopup_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendPopup_C_SetPopupContentWidget \ static_assert(alignof(UI_BP_AudioLegendPopup_C_SetPopupContentWidget) == 0x000008, "Wrong alignment on UI_BP_AudioLegendPopup_C_SetPopupContentWidget"); \ static_assert(sizeof(UI_BP_AudioLegendPopup_C_SetPopupContentWidget) == 0x000008, "Wrong size on UI_BP_AudioLegendPopup_C_SetPopupContentWidget"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_SetPopupContentWidget, ContentWidget) == 0x000000, "Member 'UI_BP_AudioLegendPopup_C_SetPopupContentWidget::ContentWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendPopup_C_SetPopupUsesWaitIndicator \ static_assert(alignof(UI_BP_AudioLegendPopup_C_SetPopupUsesWaitIndicator) == 0x000001, "Wrong alignment on UI_BP_AudioLegendPopup_C_SetPopupUsesWaitIndicator"); \ static_assert(sizeof(UI_BP_AudioLegendPopup_C_SetPopupUsesWaitIndicator) == 0x000001, "Wrong size on UI_BP_AudioLegendPopup_C_SetPopupUsesWaitIndicator"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_SetPopupUsesWaitIndicator, bUsesWaitIndicator) == 0x000000, "Member 'UI_BP_AudioLegendPopup_C_SetPopupUsesWaitIndicator::bUsesWaitIndicator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendPopup_C_SetPopupCompletionActions \ static_assert(alignof(UI_BP_AudioLegendPopup_C_SetPopupCompletionActions) == 0x000008, "Wrong alignment on UI_BP_AudioLegendPopup_C_SetPopupCompletionActions"); \ static_assert(sizeof(UI_BP_AudioLegendPopup_C_SetPopupCompletionActions) == 0x000010, "Wrong size on UI_BP_AudioLegendPopup_C_SetPopupCompletionActions"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_SetPopupCompletionActions, CompletionActions_0) == 0x000000, "Member 'UI_BP_AudioLegendPopup_C_SetPopupCompletionActions::CompletionActions_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendPopup_C_SetPopupLegendItems \ static_assert(alignof(UI_BP_AudioLegendPopup_C_SetPopupLegendItems) == 0x000008, "Wrong alignment on UI_BP_AudioLegendPopup_C_SetPopupLegendItems"); \ static_assert(sizeof(UI_BP_AudioLegendPopup_C_SetPopupLegendItems) == 0x000010, "Wrong size on UI_BP_AudioLegendPopup_C_SetPopupLegendItems"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_SetPopupLegendItems, LegendItems) == 0x000000, "Member 'UI_BP_AudioLegendPopup_C_SetPopupLegendItems::LegendItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendPopup_C_CompletionButtonReleased \ static_assert(alignof(UI_BP_AudioLegendPopup_C_CompletionButtonReleased) == 0x000008, "Wrong alignment on UI_BP_AudioLegendPopup_C_CompletionButtonReleased"); \ static_assert(sizeof(UI_BP_AudioLegendPopup_C_CompletionButtonReleased) == 0x000010, "Wrong size on UI_BP_AudioLegendPopup_C_CompletionButtonReleased"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_CompletionButtonReleased, LegendItem) == 0x000000, "Member 'UI_BP_AudioLegendPopup_C_CompletionButtonReleased::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_CompletionButtonReleased, HoldWasCompleted) == 0x000008, "Member 'UI_BP_AudioLegendPopup_C_CompletionButtonReleased::HoldWasCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendPopup_C_SetPopupDescription \ static_assert(alignof(UI_BP_AudioLegendPopup_C_SetPopupDescription) == 0x000008, "Wrong alignment on UI_BP_AudioLegendPopup_C_SetPopupDescription"); \ static_assert(sizeof(UI_BP_AudioLegendPopup_C_SetPopupDescription) == 0x000018, "Wrong size on UI_BP_AudioLegendPopup_C_SetPopupDescription"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_SetPopupDescription, DescriptionString) == 0x000000, "Member 'UI_BP_AudioLegendPopup_C_SetPopupDescription::DescriptionString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_SetPopupDescription, isTranslated) == 0x000010, "Member 'UI_BP_AudioLegendPopup_C_SetPopupDescription::isTranslated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendPopup_C_SetPopupTitle \ static_assert(alignof(UI_BP_AudioLegendPopup_C_SetPopupTitle) == 0x000008, "Wrong alignment on UI_BP_AudioLegendPopup_C_SetPopupTitle"); \ static_assert(sizeof(UI_BP_AudioLegendPopup_C_SetPopupTitle) == 0x000010, "Wrong size on UI_BP_AudioLegendPopup_C_SetPopupTitle"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_SetPopupTitle, TitleString) == 0x000000, "Member 'UI_BP_AudioLegendPopup_C_SetPopupTitle::TitleString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendPopup_C_PreConstruct \ static_assert(alignof(UI_BP_AudioLegendPopup_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_AudioLegendPopup_C_PreConstruct"); \ static_assert(sizeof(UI_BP_AudioLegendPopup_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_AudioLegendPopup_C_PreConstruct"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_AudioLegendPopup_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup \ static_assert(alignof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup) == 0x000008, "Wrong alignment on UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup"); \ static_assert(sizeof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup) == 0x0000B8, "Wrong size on UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, EntryPoint) == 0x000000, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, K2Node_Event_OutroType) == 0x000004, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, K2Node_Event_OutroDuration) == 0x000008, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, Temp_byte_Variable) == 0x00000C, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000010, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, CallFunc_PlayAnimationForward_ReturnValue) == 0x000018, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, K2Node_Event_IntroType) == 0x000020, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::K2Node_Event_IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, K2Node_Event_IntroDuration) == 0x000024, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, K2Node_Event_ContentWidget) == 0x000028, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::K2Node_Event_ContentWidget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000030, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000038, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000040, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, K2Node_Event_bUsesWaitIndicator) == 0x000049, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::K2Node_Event_bUsesWaitIndicator' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, K2Node_Event_CompletionActions) == 0x000050, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::K2Node_Event_CompletionActions' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, K2Node_Event_LegendItems) == 0x000060, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::K2Node_Event_LegendItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, K2Node_CustomEvent_LegendItem) == 0x000070, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::K2Node_CustomEvent_LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, K2Node_CustomEvent_HoldWasCompleted) == 0x000078, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::K2Node_CustomEvent_HoldWasCompleted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, K2Node_Event_DescriptionString) == 0x000080, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::K2Node_Event_DescriptionString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, K2Node_Event_isTranslated) == 0x000090, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::K2Node_Event_isTranslated' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, K2Node_Event_TitleString) == 0x000098, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::K2Node_Event_TitleString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, K2Node_Event_IsDesignTime) == 0x0000A8, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, Temp_bool_Variable) == 0x0000A9, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, CallFunc_Array_Find_ReturnValue) == 0x0000AC, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, Temp_byte_Variable_1) == 0x0000B0, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup, K2Node_Select_Default) == 0x0000B1, "Member 'UI_BP_AudioLegendPopup_C_ExecuteUbergraph_UI_BP_AudioLegendPopup::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings) == 0x000158, "Wrong size on UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x000048, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_3) == 0x000058, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_4) == 0x000068, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_5) == 0x000078, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_6) == 0x000088, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_7) == 0x000098, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_8) == 0x0000A8, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_9) == 0x0000B8, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_10) == 0x0000C8, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_11) == 0x0000D8, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_12) == 0x0000E8, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_13) == 0x0000F8, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_14) == 0x000108, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_15) == 0x000118, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000128, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000140, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000150, "Member 'UI_BP_AudioLegendPopup_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_AudioLegendPopup_C \ static_assert(alignof(UUI_BP_AudioLegendPopup_C) == 0x000008, "Wrong alignment on UUI_BP_AudioLegendPopup_C"); \ static_assert(sizeof(UUI_BP_AudioLegendPopup_C) == 0x0004A8, "Wrong size on UUI_BP_AudioLegendPopup_C"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, UberGraphFrame) == 0x0003C0, "Member 'UUI_BP_AudioLegendPopup_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, Modal_Intro) == 0x0003C8, "Member 'UUI_BP_AudioLegendPopup_C::Modal_Intro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, Modal_Outro) == 0x0003D0, "Member 'UUI_BP_AudioLegendPopup_C::Modal_Outro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, LegendBackButton) == 0x0003D8, "Member 'UUI_BP_AudioLegendPopup_C::LegendBackButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, PleaseWaitSection) == 0x0003E0, "Member 'UUI_BP_AudioLegendPopup_C::PleaseWaitSection' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, Popup) == 0x0003E8, "Member 'UUI_BP_AudioLegendPopup_C::Popup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, popupBody) == 0x0003F0, "Member 'UUI_BP_AudioLegendPopup_C::popupBody' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, PopupLegend) == 0x0003F8, "Member 'UUI_BP_AudioLegendPopup_C::PopupLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, PopupTitle) == 0x000400, "Member 'UUI_BP_AudioLegendPopup_C::PopupTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, TooltipContentContainer) == 0x000408, "Member 'UUI_BP_AudioLegendPopup_C::TooltipContentContainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, TooltipContentContainer_1) == 0x000410, "Member 'UUI_BP_AudioLegendPopup_C::TooltipContentContainer_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, UI_BP_AudioLegendTooltipContent_1) == 0x000418, "Member 'UUI_BP_AudioLegendPopup_C::UI_BP_AudioLegendTooltipContent_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, UI_BP_AudioLegendTooltipContent_2) == 0x000420, "Member 'UUI_BP_AudioLegendPopup_C::UI_BP_AudioLegendTooltipContent_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, UI_BP_AudioLegendTooltipContent_3) == 0x000428, "Member 'UUI_BP_AudioLegendPopup_C::UI_BP_AudioLegendTooltipContent_3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, UI_BP_AudioLegendTooltipContent_4) == 0x000430, "Member 'UUI_BP_AudioLegendPopup_C::UI_BP_AudioLegendTooltipContent_4' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, UI_BP_AudioLegendTooltipContent_5) == 0x000438, "Member 'UUI_BP_AudioLegendPopup_C::UI_BP_AudioLegendTooltipContent_5' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, UI_BP_AudioLegendTooltipContent_6) == 0x000440, "Member 'UUI_BP_AudioLegendPopup_C::UI_BP_AudioLegendTooltipContent_6' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, UI_BP_AudioLegendTooltipContent_7) == 0x000448, "Member 'UUI_BP_AudioLegendPopup_C::UI_BP_AudioLegendTooltipContent_7' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, UI_BP_AudioLegendTooltipContent_8) == 0x000450, "Member 'UUI_BP_AudioLegendPopup_C::UI_BP_AudioLegendTooltipContent_8' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, UI_BP_AudioLegendTooltipContent_9) == 0x000458, "Member 'UUI_BP_AudioLegendPopup_C::UI_BP_AudioLegendTooltipContent_9' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, UI_BP_AudioLegendTooltipContent_10) == 0x000460, "Member 'UUI_BP_AudioLegendPopup_C::UI_BP_AudioLegendTooltipContent_10' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, UI_BP_AudioLegendTooltipContent_11) == 0x000468, "Member 'UUI_BP_AudioLegendPopup_C::UI_BP_AudioLegendTooltipContent_11' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, UI_BP_AudioLegendTooltipContent_12) == 0x000470, "Member 'UUI_BP_AudioLegendPopup_C::UI_BP_AudioLegendTooltipContent_12' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, UI_BP_AudioLegendTooltipContent_13) == 0x000478, "Member 'UUI_BP_AudioLegendPopup_C::UI_BP_AudioLegendTooltipContent_13' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, UI_BP_AudioLegendTooltipContent_14) == 0x000480, "Member 'UUI_BP_AudioLegendPopup_C::UI_BP_AudioLegendTooltipContent_14' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, CompletionActions) == 0x000488, "Member 'UUI_BP_AudioLegendPopup_C::CompletionActions' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_AudioLegendPopup_C, CachedLegendItems) == 0x000498, "Member 'UUI_BP_AudioLegendPopup_C::CachedLegendItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PSO_FS_C_AdjustForViewportWidth \ static_assert(alignof(UI_BP_PSO_FS_C_AdjustForViewportWidth) == 0x000008, "Wrong alignment on UI_BP_PSO_FS_C_AdjustForViewportWidth"); \ static_assert(sizeof(UI_BP_PSO_FS_C_AdjustForViewportWidth) == 0x000068, "Wrong size on UI_BP_PSO_FS_C_AdjustForViewportWidth"); \ static_assert(offsetof(UI_BP_PSO_FS_C_AdjustForViewportWidth, CurrentWidth) == 0x000000, "Member 'UI_BP_PSO_FS_C_AdjustForViewportWidth::CurrentWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_AdjustForViewportWidth, CurrentRatio) == 0x000004, "Member 'UI_BP_PSO_FS_C_AdjustForViewportWidth::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_AdjustForViewportWidth, IdealWidth) == 0x000008, "Member 'UI_BP_PSO_FS_C_AdjustForViewportWidth::IdealWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_AdjustForViewportWidth, IdealRatio) == 0x00000C, "Member 'UI_BP_PSO_FS_C_AdjustForViewportWidth::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin) == 0x000010, "Member 'UI_BP_PSO_FS_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue) == 0x000020, "Member 'UI_BP_PSO_FS_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_1) == 0x000024, "Member 'UI_BP_PSO_FS_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_AdjustForViewportWidth, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000038, "Member 'UI_BP_PSO_FS_C_AdjustForViewportWidth::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue_1) == 0x000040, "Member 'UI_BP_PSO_FS_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_AdjustForViewportWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000044, "Member 'UI_BP_PSO_FS_C_AdjustForViewportWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_AdjustForViewportWidth, CallFunc_GetViewportSize_ReturnValue) == 0x000048, "Member 'UI_BP_PSO_FS_C_AdjustForViewportWidth::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_AdjustForViewportWidth, CallFunc_BreakVector2D_X) == 0x000050, "Member 'UI_BP_PSO_FS_C_AdjustForViewportWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_AdjustForViewportWidth, CallFunc_BreakVector2D_Y) == 0x000054, "Member 'UI_BP_PSO_FS_C_AdjustForViewportWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_AdjustForViewportWidth, CallFunc_FMax_ReturnValue) == 0x000058, "Member 'UI_BP_PSO_FS_C_AdjustForViewportWidth::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_AdjustForViewportWidth, CallFunc_FMax_ReturnValue_1) == 0x00005C, "Member 'UI_BP_PSO_FS_C_AdjustForViewportWidth::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000060, "Member 'UI_BP_PSO_FS_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PSO_FS_C_RequestExit \ static_assert(alignof(UI_BP_PSO_FS_C_RequestExit) == 0x000008, "Wrong alignment on UI_BP_PSO_FS_C_RequestExit"); \ static_assert(sizeof(UI_BP_PSO_FS_C_RequestExit) == 0x000010, "Wrong size on UI_BP_PSO_FS_C_RequestExit"); \ static_assert(offsetof(UI_BP_PSO_FS_C_RequestExit, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UI_BP_PSO_FS_C_RequestExit::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_RequestExit, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'UI_BP_PSO_FS_C_RequestExit::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PSO_FS_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_PSO_FS_C_BlueprintOnUMGInputAction) == 0x000004, "Wrong alignment on UI_BP_PSO_FS_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_PSO_FS_C_BlueprintOnUMGInputAction) == 0x00000C, "Wrong size on UI_BP_PSO_FS_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_PSO_FS_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_PSO_FS_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_PSO_FS_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_PSO_FS_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_PSO_FS_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'UI_BP_PSO_FS_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000009, "Member 'UI_BP_PSO_FS_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'UI_BP_PSO_FS_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_BlueprintOnUMGInputAction, CallFunc_BooleanAND_ReturnValue_1) == 0x00000B, "Member 'UI_BP_PSO_FS_C_BlueprintOnUMGInputAction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PSO_FS_C_PSOUpdate \ static_assert(alignof(UI_BP_PSO_FS_C_PSOUpdate) == 0x000004, "Wrong alignment on UI_BP_PSO_FS_C_PSOUpdate"); \ static_assert(sizeof(UI_BP_PSO_FS_C_PSOUpdate) == 0x000004, "Wrong size on UI_BP_PSO_FS_C_PSOUpdate"); \ static_assert(offsetof(UI_BP_PSO_FS_C_PSOUpdate, progress) == 0x000000, "Member 'UI_BP_PSO_FS_C_PSOUpdate::progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PSO_FS_C_ResolutionSettingsApplied \ static_assert(alignof(UI_BP_PSO_FS_C_ResolutionSettingsApplied) == 0x000008, "Wrong alignment on UI_BP_PSO_FS_C_ResolutionSettingsApplied"); \ static_assert(sizeof(UI_BP_PSO_FS_C_ResolutionSettingsApplied) == 0x000008, "Wrong size on UI_BP_PSO_FS_C_ResolutionSettingsApplied"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ResolutionSettingsApplied, Caller) == 0x000000, "Member 'UI_BP_PSO_FS_C_ResolutionSettingsApplied::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS \ static_assert(alignof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS) == 0x000008, "Wrong alignment on UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS"); \ static_assert(sizeof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS) == 0x0000A8, "Wrong size on UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, EntryPoint) == 0x000000, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, CallFunc_Get_ReturnValue) == 0x000018, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, K2Node_CustomEvent_Progress) == 0x000020, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::K2Node_CustomEvent_Progress' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000024, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, CallFunc_IsPCPlatform_ReturnValue) == 0x000025, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::CallFunc_IsPCPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, CallFunc_HermesBindEvent_Handle) == 0x000038, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, K2Node_CustomEvent_Caller) == 0x000048, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, CallFunc_GetUIManagerPure_ReturnValue) == 0x000050, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, CallFunc_GetPSOProgress_ReturnValue) == 0x000058, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::CallFunc_GetPSOProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, CallFunc_InRange_FloatFloat_ReturnValue_1) == 0x00005C, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::CallFunc_InRange_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, CallFunc_BooleanAND_ReturnValue) == 0x00005D, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000060, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, CallFunc_Get_ReturnValue_1) == 0x000068, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, CallFunc_IsBatchingPaused_ReturnValue) == 0x000070, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::CallFunc_IsBatchingPaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, CallFunc_IsBatchingPaused_ReturnValue_1) == 0x000071, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::CallFunc_IsBatchingPaused_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, CallFunc_IsPrecachingEnabled_ReturnValue) == 0x000072, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::CallFunc_IsPrecachingEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, K2Node_CreateDelegate_OutputDelegate_2) == 0x000074, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, K2Node_CreateDelegate_OutputDelegate_3) == 0x000084, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000098, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_PSO_FS_C_ExecuteUbergraph_UI_BP_PSO_FS::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_PSO_FS_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_PSO_FS_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_PSO_FS_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_PSO_FS_C_GatherMenuReaderStrings) == 0x000098, "Wrong size on UI_BP_PSO_FS_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_PSO_FS_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_PSO_FS_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_PSO_FS_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_PSO_FS_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_PSO_FS_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000038, "Member 'UI_BP_PSO_FS_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'UI_BP_PSO_FS_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000060, "Member 'UI_BP_PSO_FS_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000078, "Member 'UI_BP_PSO_FS_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000080, "Member 'UI_BP_PSO_FS_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_PSO_FS_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x000090, "Member 'UI_BP_PSO_FS_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_PSO_FS_C \ static_assert(alignof(UUI_BP_PSO_FS_C) == 0x000008, "Wrong alignment on UUI_BP_PSO_FS_C"); \ static_assert(sizeof(UUI_BP_PSO_FS_C) == 0x000390, "Wrong size on UUI_BP_PSO_FS_C"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_PSO_FS_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, FrontendFadeOut) == 0x000330, "Member 'UUI_BP_PSO_FS_C::FrontendFadeOut' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, backgroundOverlay) == 0x000338, "Member 'UUI_BP_PSO_FS_C::backgroundOverlay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, BlackFadeImage) == 0x000340, "Member 'UUI_BP_PSO_FS_C::BlackFadeImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, CompileProgressBar) == 0x000348, "Member 'UUI_BP_PSO_FS_C::CompileProgressBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, LegendBar) == 0x000350, "Member 'UUI_BP_PSO_FS_C::LegendBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, PSODesc) == 0x000358, "Member 'UUI_BP_PSO_FS_C::PSODesc' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, PSOTitle) == 0x000360, "Member 'UUI_BP_PSO_FS_C::PSOTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, UI_BP_FullBackgroundSmoke) == 0x000368, "Member 'UUI_BP_PSO_FS_C::UI_BP_FullBackgroundSmoke' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, PSOComplete) == 0x000370, "Member 'UUI_BP_PSO_FS_C::PSOComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, MinDurationComplete) == 0x000380, "Member 'UUI_BP_PSO_FS_C::MinDurationComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, CompileComplete) == 0x000381, "Member 'UUI_BP_PSO_FS_C::CompileComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, MaxDurationExceeded) == 0x000382, "Member 'UUI_BP_PSO_FS_C::MaxDurationExceeded' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, MinScreenDuration) == 0x000384, "Member 'UUI_BP_PSO_FS_C::MinScreenDuration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, MaxScreenDuration) == 0x000388, "Member 'UUI_BP_PSO_FS_C::MaxScreenDuration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, ExitRequested) == 0x00038C, "Member 'UUI_BP_PSO_FS_C::ExitRequested' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, IsFrontend) == 0x00038D, "Member 'UUI_BP_PSO_FS_C::IsFrontend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_PSO_FS_C, IsPrecompilationPaused) == 0x00038E, "Member 'UUI_BP_PSO_FS_C::IsPrecompilationPaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline \ static_assert(alignof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline) == 0x000010, "Wrong alignment on BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline"); \ static_assert(sizeof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline) == 0x000780, "Wrong size on BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, EntryPoint) == 0x000000, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_int_Variable) == 0x000004, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_bool_IsClosed_Variable) == 0x000008, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_bool_Has_Been_Initd_Variable) == 0x000010, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_struct_Variable) == 0x000020, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_int_Variable_1) == 0x000050, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_AddComponent_ReturnValue) == 0x000058, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_int_Variable_2) == 0x000064, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Less_FloatFloat_ReturnValue) == 0x000068, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Add_IntInt_ReturnValue_2) == 0x00006C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000070, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_bool_IsClosed_Variable_1) == 0x000071, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, K2Node_CreateDelegate_OutputDelegate) == 0x000074, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000088, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_bool_Has_Been_Initd_Variable_1) == 0x000090, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_int_Variable_3) == 0x000094, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000098, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Add_IntInt_ReturnValue_3) == 0x00009C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0000A0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000A8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_IsValid_ReturnValue) == 0x0000B4, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_IsValid_ReturnValue_1) == 0x0000B5, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000B8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_IsValid_ReturnValue_2) == 0x0000C4, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_int_Array_Index_Variable) == 0x0000C8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Array_Add_ReturnValue) == 0x0000CC, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Multiply_IntFloat_ReturnValue) == 0x0000D8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_IsValid_ReturnValue_3) == 0x0000DC, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000DD, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_MakeVector2D_ReturnValue) == 0x0000E0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_bool_Has_Been_Initd_Variable_2) == 0x0000E8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Array_Length_ReturnValue) == 0x0000EC, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000F0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000F4, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x0000F8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Array_Get_Item_1) == 0x000100, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Array_Length_ReturnValue_1) == 0x000108, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00010C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetDirectionAtDistanceAlongSpline_ReturnValue) == 0x000110, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetDirectionAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x00011C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetSplineLength_ReturnValue) == 0x000128, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_FindInputKeyClosestToWorldLocation_ReturnValue) == 0x00012C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_FindInputKeyClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000130, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetDistanceAlongSplineAtSplineInputKey_ReturnValue) == 0x000134, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetDistanceAlongSplineAtSplineInputKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue) == 0x000138, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetRotationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000144, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_PostEventAtLocation_ReturnValue) == 0x000150, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetSplineLength_ReturnValue_1) == 0x000154, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetSplineLength_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000158, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000160, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_MakeTransform_ReturnValue) == 0x000170, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x0001A0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Array_Get_Item_2) == 0x000228, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Array_Get_Item_3) == 0x000230, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000238, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_SetStaticMesh_ReturnValue) == 0x000240, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Array_Add_ReturnValue_1) == 0x000244, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_int_Loop_Counter_Variable) == 0x000248, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_bool_Variable) == 0x00024C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Less_IntInt_ReturnValue) == 0x00024D, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, K2Node_Select_Default) == 0x000250, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Add_IntInt_ReturnValue_4) == 0x000254, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_int_Array_Index_Variable_1) == 0x000258, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Array_Get_Item_4) == 0x000260, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_IsValid_ReturnValue_4) == 0x000268, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_IsValid_ReturnValue_5) == 0x000269, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, K2Node_CustomEvent_Caller) == 0x000270, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000278, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetSkeletalMesh_ReturnValue) == 0x000280, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetSkeletalMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetSocketLocation_ReturnValue) == 0x000288, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000294, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_SpawnSystemAtLocation_ReturnValue_2) == 0x000298, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_SpawnSystemAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0002A0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0002A4, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_delegate_Variable) == 0x0002A8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_IsValid_ReturnValue_6) == 0x0002B8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_IsValid_ReturnValue_7) == 0x0002B9, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_bool_IsClosed_Variable_2) == 0x0002BA, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_CreateConsoleVariableAsBool_bSuccess) == 0x0002BB, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_CreateConsoleVariableAsBool_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_CreateConsoleVariableAsBool_bSuccess_1) == 0x0002BC, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_CreateConsoleVariableAsBool_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_struct_Variable_1) == 0x0002C0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetSplineLength_ReturnValue_2) == 0x0002D0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetSplineLength_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0002D4, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Subtract_IntInt_ReturnValue) == 0x0002D8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Add_IntInt_ReturnValue_5) == 0x0002DC, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Add_IntInt_ReturnValue_6) == 0x0002E0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0002E4, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0002E8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetSplineLength_ReturnValue_3) == 0x0002EC, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetSplineLength_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0002F0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_FMod_Remainder) == 0x0002F4, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_FMod_Remainder' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_FMod_ReturnValue) == 0x0002F8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_FMod_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Less_IntInt_ReturnValue_1) == 0x0002FC, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000300, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000304, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000308, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x00030C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000310, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000314, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_int_Loop_Counter_Variable_1) == 0x000318, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x00031C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000320, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x000324, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Less_IntInt_ReturnValue_2) == 0x000328, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Add_IntInt_ReturnValue_7) == 0x00032C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000330, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_SpawnAkComponentAtLocation_ReturnValue) == 0x000340, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_SpawnAkComponentAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000348, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_IsValid_ReturnValue_8) == 0x000354, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000358, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x0003E0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_bool_Variable_1) == 0x0003E4, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0003E8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetGameTimeInSeconds_ReturnValue_1) == 0x0003EC, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetGameTimeInSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x0003F0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Add_FloatFloat_ReturnValue) == 0x0003F4, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0003F8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Subtract_IntInt_ReturnValue_5) == 0x0003FC, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Subtract_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetDirectionAtDistanceAlongSpline_ReturnValue_1) == 0x000400, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetDirectionAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x00040C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000410, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Subtract_IntInt_ReturnValue_6) == 0x00041C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Subtract_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1) == 0x000420, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetDirectionAtDistanceAlongSpline_ReturnValue_2) == 0x00042C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetDirectionAtDistanceAlongSpline_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_2) == 0x000438, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000444, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_bool_Variable_2) == 0x000450, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000451, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Subtract_IntInt_ReturnValue_7) == 0x000454, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Subtract_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_bool_Variable_3) == 0x000458, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Greater_IntInt_ReturnValue) == 0x000459, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_SelectInt_ReturnValue) == 0x00045C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_bool_Variable_4) == 0x000460, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Array_Get_Item_5) == 0x000468, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_IsValid_ReturnValue_9) == 0x000470, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Add_IntInt_ReturnValue_8) == 0x000474, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000478, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Array_Get_Item_6) == 0x000480, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_IsValid_ReturnValue_10) == 0x000488, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetEndTangent_ReturnValue) == 0x00048C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetEndTangent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetEndPosition_ReturnValue) == 0x000498, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetEndPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetStartTangent_ReturnValue) == 0x0004A4, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetStartTangent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetStartPosition_ReturnValue) == 0x0004B0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetStartPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_FMod_Remainder_1) == 0x0004BC, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_FMod_Remainder_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_FMod_ReturnValue_1) == 0x0004C0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_FMod_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_3) == 0x0004C4, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Divide_FloatFloat_ReturnValue_4) == 0x0004D0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Divide_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x0004D4, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_struct_Variable_2) == 0x000560, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, K2Node_CreateDelegate_OutputDelegate_1) == 0x000590, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_HermesBindEvent_Handle) == 0x0005A0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_AddComponent_ReturnValue_1) == 0x0005B0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_bool_Has_Been_Initd_Variable_3) == 0x0005B8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Array_Add_ReturnValue_2) == 0x0005BC, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_LessEqual_IntInt_ReturnValue_3) == 0x0005C0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_LessEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Array_Get_Item_7) == 0x0005C8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetEndTangent_ReturnValue_1) == 0x0005D0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetEndTangent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetEndPosition_ReturnValue_1) == 0x0005DC, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetEndPosition_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetStartTangent_ReturnValue_1) == 0x0005E8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetStartTangent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetStartPosition_ReturnValue_1) == 0x0005F4, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetStartPosition_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_IsValid_ReturnValue_11) == 0x000600, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000601, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_VInterpTo_ReturnValue) == 0x000604, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Array_Length_ReturnValue_2) == 0x000610, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000614, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_EqualEqual_VectorVector_ReturnValue_1) == 0x000615, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_EqualEqual_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_struct_Variable_3) == 0x000620, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_BooleanNAND_ReturnValue) == 0x000650, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_BooleanNAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_AddComponent_ReturnValue_2) == 0x000658, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_AddComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_VInterpTo_ReturnValue_1) == 0x000660, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_VInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_EqualEqual_VectorVector_ReturnValue_2) == 0x00066C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_EqualEqual_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_VInterpTo_ReturnValue_2) == 0x000670, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_VInterpTo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_BooleanNAND_ReturnValue_1) == 0x00067C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_BooleanNAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_bool_Variable_5) == 0x00067D, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_EqualEqual_VectorVector_ReturnValue_3) == 0x00067E, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_EqualEqual_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_VInterpTo_ReturnValue_3) == 0x000680, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_VInterpTo_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_BooleanNAND_ReturnValue_2) == 0x00068C, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_BooleanNAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_bool_IsClosed_Variable_3) == 0x00068D, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, K2Node_Event_DeltaSeconds) == 0x000690, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_int_Variable_4) == 0x000694, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetPlayerPawn_ReturnValue) == 0x000698, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0006A0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_PostEvent_ReturnValue) == 0x0006AC, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x0006B0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0006B8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_FindInputKeyClosestToWorldLocation_ReturnValue_1) == 0x0006C4, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_FindInputKeyClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x0006C8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetDistanceAlongSplineAtSplineInputKey_ReturnValue_1) == 0x0006CC, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetDistanceAlongSplineAtSplineInputKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, Temp_bool_Variable_6) == 0x0006D0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0006D4, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_4) == 0x0006D8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, K2Node_Select_Default_1) == 0x0006E4, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_SpawnAkComponentAtLocation_ReturnValue_1) == 0x0006E8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_SpawnAkComponentAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, K2Node_Select_Default_2) == 0x0006F0, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_IsValid_ReturnValue_12) == 0x0006F4, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline, CallFunc_K2_SetWorldLocation_SweepHitResult_2) == 0x0006F8, "Member 'BP_GuideSpline_C_ExecuteUbergraph_BP_GuideSpline::CallFunc_K2_SetWorldLocation_SweepHitResult_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuideSpline_C_ReceiveTick \ static_assert(alignof(BP_GuideSpline_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_GuideSpline_C_ReceiveTick"); \ static_assert(sizeof(BP_GuideSpline_C_ReceiveTick) == 0x000004, "Wrong size on BP_GuideSpline_C_ReceiveTick"); \ static_assert(offsetof(BP_GuideSpline_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_GuideSpline_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuideSpline_C_StartGuidingMechanicVFX \ static_assert(alignof(BP_GuideSpline_C_StartGuidingMechanicVFX) == 0x000008, "Wrong alignment on BP_GuideSpline_C_StartGuidingMechanicVFX"); \ static_assert(sizeof(BP_GuideSpline_C_StartGuidingMechanicVFX) == 0x000008, "Wrong size on BP_GuideSpline_C_StartGuidingMechanicVFX"); \ static_assert(offsetof(BP_GuideSpline_C_StartGuidingMechanicVFX, Caller) == 0x000000, "Member 'BP_GuideSpline_C_StartGuidingMechanicVFX::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_GuideSpline_C \ static_assert(alignof(ABP_GuideSpline_C) == 0x000008, "Wrong alignment on ABP_GuideSpline_C"); \ static_assert(sizeof(ABP_GuideSpline_C) == 0x000600, "Wrong size on ABP_GuideSpline_C"); \ static_assert(offsetof(ABP_GuideSpline_C, UberGraphFrame) == 0x000488, "Member 'ABP_GuideSpline_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, Timeline_1_BasecolorOpacity_1F0006E04BF37DED4CB85DBDE3023E3B) == 0x000490, "Member 'ABP_GuideSpline_C::Timeline_1_BasecolorOpacity_1F0006E04BF37DED4CB85DBDE3023E3B' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, Timeline_1_NewTrack_0_1F0006E04BF37DED4CB85DBDE3023E3B) == 0x000494, "Member 'ABP_GuideSpline_C::Timeline_1_NewTrack_0_1F0006E04BF37DED4CB85DBDE3023E3B' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, Timeline_1__Direction_1F0006E04BF37DED4CB85DBDE3023E3B) == 0x000498, "Member 'ABP_GuideSpline_C::Timeline_1__Direction_1F0006E04BF37DED4CB85DBDE3023E3B' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, Timeline_1) == 0x0004A0, "Member 'ABP_GuideSpline_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, Timeline_0_RibbonOpacity_7C1B1AE44828561BB5866090503E04CF) == 0x0004A8, "Member 'ABP_GuideSpline_C::Timeline_0_RibbonOpacity_7C1B1AE44828561BB5866090503E04CF' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, Timeline_0_flapflapboom_7C1B1AE44828561BB5866090503E04CF) == 0x0004AC, "Member 'ABP_GuideSpline_C::Timeline_0_flapflapboom_7C1B1AE44828561BB5866090503E04CF' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, Timeline_0_slowstart_7C1B1AE44828561BB5866090503E04CF) == 0x0004B0, "Member 'ABP_GuideSpline_C::Timeline_0_slowstart_7C1B1AE44828561BB5866090503E04CF' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, Timeline_0_linear_7C1B1AE44828561BB5866090503E04CF) == 0x0004B4, "Member 'ABP_GuideSpline_C::Timeline_0_linear_7C1B1AE44828561BB5866090503E04CF' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, Timeline_0__Direction_7C1B1AE44828561BB5866090503E04CF) == 0x0004B8, "Member 'ABP_GuideSpline_C::Timeline_0__Direction_7C1B1AE44828561BB5866090503E04CF' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, Timeline_0) == 0x0004C0, "Member 'ABP_GuideSpline_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, CanPathStart) == 0x0004C8, "Member 'ABP_GuideSpline_C::CanPathStart' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, SpawnedBookNiagaraRibbon) == 0x0004D0, "Member 'ABP_GuideSpline_C::SpawnedBookNiagaraRibbon' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, Myplayrate) == 0x0004D8, "Member 'ABP_GuideSpline_C::Myplayrate' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, MySplineMeshComponentArray) == 0x0004E0, "Member 'ABP_GuideSpline_C::MySplineMeshComponentArray' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, MovableRibbonDistance) == 0x0004F0, "Member 'ABP_GuideSpline_C::MovableRibbonDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, Number_Of_Elements) == 0x0004F4, "Member 'ABP_GuideSpline_C::Number_Of_Elements' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, New_Mesh) == 0x0004F8, "Member 'ABP_GuideSpline_C::New_Mesh' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, scaleMovableRibbon) == 0x000500, "Member 'ABP_GuideSpline_C::scaleMovableRibbon' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, Tangent) == 0x000504, "Member 'ABP_GuideSpline_C::Tangent' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, dynamicinstances) == 0x000508, "Member 'ABP_GuideSpline_C::dynamicinstances' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, BookHoveringDistanceInWorldUnits) == 0x000518, "Member 'ABP_GuideSpline_C::BookHoveringDistanceInWorldUnits' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, BookHoveringUDistance) == 0x00051C, "Member 'ABP_GuideSpline_C::BookHoveringUDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, PlayRate) == 0x000520, "Member 'ABP_GuideSpline_C::PlayRate' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, EverLastingRibbon) == 0x000528, "Member 'ABP_GuideSpline_C::EverLastingRibbon' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, BackTrackComponents) == 0x000530, "Member 'ABP_GuideSpline_C::BackTrackComponents' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, Start_guiding_VFXHandle) == 0x000538, "Member 'ABP_GuideSpline_C::Start_guiding_VFXHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, InitialNiagaraBurst) == 0x000548, "Member 'ABP_GuideSpline_C::InitialNiagaraBurst' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, FadeOutDuration) == 0x000550, "Member 'ABP_GuideSpline_C::FadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, BookBurstNiagara) == 0x000558, "Member 'ABP_GuideSpline_C::BookBurstNiagara' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, PreviousBookLocation) == 0x000560, "Member 'ABP_GuideSpline_C::PreviousBookLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, MinimumSplineLengthBurstEffectsTrigger) == 0x00056C, "Member 'ABP_GuideSpline_C::MinimumSplineLengthBurstEffectsTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, SecondaryBurstSpawned) == 0x000570, "Member 'ABP_GuideSpline_C::SecondaryBurstSpawned' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, PlayerProgressInComponentLengthUnits) == 0x000574, "Member 'ABP_GuideSpline_C::PlayerProgressInComponentLengthUnits' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, SplineLengthInComonentLengthUnits) == 0x000578, "Member 'ABP_GuideSpline_C::SplineLengthInComonentLengthUnits' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, InitialSplineLength) == 0x00057C, "Member 'ABP_GuideSpline_C::InitialSplineLength' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, AK_SecondaryBurst) == 0x000580, "Member 'ABP_GuideSpline_C::AK_SecondaryBurst' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, timeSinceLastCast) == 0x000588, "Member 'ABP_GuideSpline_C::timeSinceLastCast' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, PlayerDistanceAlongSpline) == 0x00058C, "Member 'ABP_GuideSpline_C::PlayerDistanceAlongSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, CurrentPrefix) == 0x000590, "Member 'ABP_GuideSpline_C::CurrentPrefix' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, PrevPrefix) == 0x000594, "Member 'ABP_GuideSpline_C::PrevPrefix' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, Player_Progress_Delta) == 0x000598, "Member 'ABP_GuideSpline_C::Player_Progress_Delta' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, UpdateMesh) == 0x0005A0, "Member 'ABP_GuideSpline_C::UpdateMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, StartPointTargets) == 0x0005B0, "Member 'ABP_GuideSpline_C::StartPointTargets' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, StartTangentTargets) == 0x0005C0, "Member 'ABP_GuideSpline_C::StartTangentTargets' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, EndPointTargets) == 0x0005D0, "Member 'ABP_GuideSpline_C::EndPointTargets' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, EndTangentTargets) == 0x0005E0, "Member 'ABP_GuideSpline_C::EndTangentTargets' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, MeshUpdateDeltaTime) == 0x0005F0, "Member 'ABP_GuideSpline_C::MeshUpdateDeltaTime' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, MeshUpdateInterpSpeed) == 0x0005F4, "Member 'ABP_GuideSpline_C::MeshUpdateInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_GuideSpline_C, GuidingStarted) == 0x0005F8, "Member 'ABP_GuideSpline_C::GuidingStarted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_LookAtTarget_StrongOverTheShoulder_C \ static_assert(alignof(UBP_LookAtTarget_StrongOverTheShoulder_C) == 0x000008, "Wrong alignment on UBP_LookAtTarget_StrongOverTheShoulder_C"); \ static_assert(sizeof(UBP_LookAtTarget_StrongOverTheShoulder_C) == 0x000298, "Wrong size on UBP_LookAtTarget_StrongOverTheShoulder_C"); \ #define DUMPER7_ASSERTS_UBP_PathNavigationManager_C \ static_assert(alignof(UBP_PathNavigationManager_C) == 0x000008, "Wrong alignment on UBP_PathNavigationManager_C"); \ static_assert(sizeof(UBP_PathNavigationManager_C) == 0x000638, "Wrong size on UBP_PathNavigationManager_C"); \ #define DUMPER7_ASSERTS_VFX_BP_AncMag_IceWall_Window_C_UserConstructionScript \ static_assert(alignof(VFX_BP_AncMag_IceWall_Window_C_UserConstructionScript) == 0x000008, "Wrong alignment on VFX_BP_AncMag_IceWall_Window_C_UserConstructionScript"); \ static_assert(sizeof(VFX_BP_AncMag_IceWall_Window_C_UserConstructionScript) == 0x000010, "Wrong size on VFX_BP_AncMag_IceWall_Window_C_UserConstructionScript"); \ static_assert(offsetof(VFX_BP_AncMag_IceWall_Window_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'VFX_BP_AncMag_IceWall_Window_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_AncMag_IceWall_Window_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000008, "Member 'VFX_BP_AncMag_IceWall_Window_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_AncMag_IceWall_Window_C_ExecuteUbergraph_VFX_BP_AncMag_IceWall_Window \ static_assert(alignof(VFX_BP_AncMag_IceWall_Window_C_ExecuteUbergraph_VFX_BP_AncMag_IceWall_Window) == 0x000004, "Wrong alignment on VFX_BP_AncMag_IceWall_Window_C_ExecuteUbergraph_VFX_BP_AncMag_IceWall_Window"); \ static_assert(sizeof(VFX_BP_AncMag_IceWall_Window_C_ExecuteUbergraph_VFX_BP_AncMag_IceWall_Window) == 0x00000C, "Wrong size on VFX_BP_AncMag_IceWall_Window_C_ExecuteUbergraph_VFX_BP_AncMag_IceWall_Window"); \ static_assert(offsetof(VFX_BP_AncMag_IceWall_Window_C_ExecuteUbergraph_VFX_BP_AncMag_IceWall_Window, EntryPoint) == 0x000000, "Member 'VFX_BP_AncMag_IceWall_Window_C_ExecuteUbergraph_VFX_BP_AncMag_IceWall_Window::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_AncMag_IceWall_Window_C_ExecuteUbergraph_VFX_BP_AncMag_IceWall_Window, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'VFX_BP_AncMag_IceWall_Window_C_ExecuteUbergraph_VFX_BP_AncMag_IceWall_Window::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_AncMag_IceWall_Window_C_ExecuteUbergraph_VFX_BP_AncMag_IceWall_Window, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000008, "Member 'VFX_BP_AncMag_IceWall_Window_C_ExecuteUbergraph_VFX_BP_AncMag_IceWall_Window::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVFX_BP_AncMag_IceWall_Window_C \ static_assert(alignof(AVFX_BP_AncMag_IceWall_Window_C) == 0x000008, "Wrong alignment on AVFX_BP_AncMag_IceWall_Window_C"); \ static_assert(sizeof(AVFX_BP_AncMag_IceWall_Window_C) == 0x0002F0, "Wrong size on AVFX_BP_AncMag_IceWall_Window_C"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, UberGraphFrame) == 0x000248, "Member 'AVFX_BP_AncMag_IceWall_Window_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, PointLight) == 0x000250, "Member 'AVFX_BP_AncMag_IceWall_Window_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, SM_Wall) == 0x000258, "Member 'AVFX_BP_AncMag_IceWall_Window_C::SM_Wall' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, SM_Ice) == 0x000260, "Member 'AVFX_BP_AncMag_IceWall_Window_C::SM_Ice' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, DefaultSceneRoot) == 0x000268, "Member 'AVFX_BP_AncMag_IceWall_Window_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, IceMelt_WipeIn_A5A537F44F31ED1066073A93A3CC6C4C) == 0x000270, "Member 'AVFX_BP_AncMag_IceWall_Window_C::IceMelt_WipeIn_A5A537F44F31ED1066073A93A3CC6C4C' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, IceMelt_Opacity_Frost_A5A537F44F31ED1066073A93A3CC6C4C) == 0x000274, "Member 'AVFX_BP_AncMag_IceWall_Window_C::IceMelt_Opacity_Frost_A5A537F44F31ED1066073A93A3CC6C4C' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, IceMelt_IceOpacity_Wall_A5A537F44F31ED1066073A93A3CC6C4C) == 0x000278, "Member 'AVFX_BP_AncMag_IceWall_Window_C::IceMelt_IceOpacity_Wall_A5A537F44F31ED1066073A93A3CC6C4C' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, IceMelt_IceCoverage_Wall_A5A537F44F31ED1066073A93A3CC6C4C) == 0x00027C, "Member 'AVFX_BP_AncMag_IceWall_Window_C::IceMelt_IceCoverage_Wall_A5A537F44F31ED1066073A93A3CC6C4C' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, IceMelt_LightIntensity_A5A537F44F31ED1066073A93A3CC6C4C) == 0x000280, "Member 'AVFX_BP_AncMag_IceWall_Window_C::IceMelt_LightIntensity_A5A537F44F31ED1066073A93A3CC6C4C' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, IceMelt_FogOpacity_A5A537F44F31ED1066073A93A3CC6C4C) == 0x000284, "Member 'AVFX_BP_AncMag_IceWall_Window_C::IceMelt_FogOpacity_A5A537F44F31ED1066073A93A3CC6C4C' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, IceMelt_HoleOpacity_A5A537F44F31ED1066073A93A3CC6C4C) == 0x000288, "Member 'AVFX_BP_AncMag_IceWall_Window_C::IceMelt_HoleOpacity_A5A537F44F31ED1066073A93A3CC6C4C' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, IceMelt__Direction_A5A537F44F31ED1066073A93A3CC6C4C) == 0x00028C, "Member 'AVFX_BP_AncMag_IceWall_Window_C::IceMelt__Direction_A5A537F44F31ED1066073A93A3CC6C4C' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, IceMelt) == 0x000290, "Member 'AVFX_BP_AncMag_IceWall_Window_C::IceMelt' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, LiftFog_Opacity_52A84DB14D3E7D884583208AD11EAF84) == 0x000298, "Member 'AVFX_BP_AncMag_IceWall_Window_C::LiftFog_Opacity_52A84DB14D3E7D884583208AD11EAF84' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, LiftFog__Direction_52A84DB14D3E7D884583208AD11EAF84) == 0x00029C, "Member 'AVFX_BP_AncMag_IceWall_Window_C::LiftFog__Direction_52A84DB14D3E7D884583208AD11EAF84' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, LiftFog) == 0x0002A0, "Member 'AVFX_BP_AncMag_IceWall_Window_C::LiftFog' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, Opaque_Opacity_82D1C5B440291A955CEC02955B1E6F57) == 0x0002A8, "Member 'AVFX_BP_AncMag_IceWall_Window_C::Opaque_Opacity_82D1C5B440291A955CEC02955B1E6F57' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, Opaque__Direction_82D1C5B440291A955CEC02955B1E6F57) == 0x0002AC, "Member 'AVFX_BP_AncMag_IceWall_Window_C::Opaque__Direction_82D1C5B440291A955CEC02955B1E6F57' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, Opaque) == 0x0002B0, "Member 'AVFX_BP_AncMag_IceWall_Window_C::Opaque' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, Clear_IceCoverage_Wall_A4014F014E76517182B7D9B438DFFDD3) == 0x0002B8, "Member 'AVFX_BP_AncMag_IceWall_Window_C::Clear_IceCoverage_Wall_A4014F014E76517182B7D9B438DFFDD3' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, Clear_LightIntensity_A4014F014E76517182B7D9B438DFFDD3) == 0x0002BC, "Member 'AVFX_BP_AncMag_IceWall_Window_C::Clear_LightIntensity_A4014F014E76517182B7D9B438DFFDD3' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, Clear_HoleCoverage_A4014F014E76517182B7D9B438DFFDD3) == 0x0002C0, "Member 'AVFX_BP_AncMag_IceWall_Window_C::Clear_HoleCoverage_A4014F014E76517182B7D9B438DFFDD3' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, Clear__Direction_A4014F014E76517182B7D9B438DFFDD3) == 0x0002C4, "Member 'AVFX_BP_AncMag_IceWall_Window_C::Clear__Direction_A4014F014E76517182B7D9B438DFFDD3' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, Clear) == 0x0002C8, "Member 'AVFX_BP_AncMag_IceWall_Window_C::Clear' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, MAT_Ice) == 0x0002D0, "Member 'AVFX_BP_AncMag_IceWall_Window_C::MAT_Ice' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, MAT_Wall) == 0x0002D8, "Member 'AVFX_BP_AncMag_IceWall_Window_C::MAT_Wall' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, MAT_Glow) == 0x0002E0, "Member 'AVFX_BP_AncMag_IceWall_Window_C::MAT_Glow' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_AncMag_IceWall_Window_C, LightIntensity) == 0x0002E8, "Member 'AVFX_BP_AncMag_IceWall_Window_C::LightIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_EntangledController_C_ExecuteUbergraph_BP_EntangledController \ static_assert(alignof(BP_EntangledController_C_ExecuteUbergraph_BP_EntangledController) == 0x000004, "Wrong alignment on BP_EntangledController_C_ExecuteUbergraph_BP_EntangledController"); \ static_assert(sizeof(BP_EntangledController_C_ExecuteUbergraph_BP_EntangledController) == 0x000004, "Wrong size on BP_EntangledController_C_ExecuteUbergraph_BP_EntangledController"); \ static_assert(offsetof(BP_EntangledController_C_ExecuteUbergraph_BP_EntangledController, EntryPoint) == 0x000000, "Member 'BP_EntangledController_C_ExecuteUbergraph_BP_EntangledController::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_EntangledController_C \ static_assert(alignof(UBP_EntangledController_C) == 0x000008, "Wrong alignment on UBP_EntangledController_C"); \ static_assert(sizeof(UBP_EntangledController_C) == 0x000108, "Wrong size on UBP_EntangledController_C"); \ static_assert(offsetof(UBP_EntangledController_C, UberGraphFrame) == 0x0000D0, "Member 'UBP_EntangledController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_EntangledController_C, Parent) == 0x0000D8, "Member 'UBP_EntangledController_C::Parent' has a wrong offset!"); \ static_assert(offsetof(UBP_EntangledController_C, Child) == 0x0000E0, "Member 'UBP_EntangledController_C::Child' has a wrong offset!"); \ static_assert(offsetof(UBP_EntangledController_C, Ignore) == 0x0000E8, "Member 'UBP_EntangledController_C::Ignore' has a wrong offset!"); \ static_assert(offsetof(UBP_EntangledController_C, SetIgnoreArray) == 0x0000F8, "Member 'UBP_EntangledController_C::SetIgnoreArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_TransfigItemPlaced_CamShake_Med_C \ static_assert(alignof(UBP_TransfigItemPlaced_CamShake_Med_C) == 0x000010, "Wrong alignment on UBP_TransfigItemPlaced_CamShake_Med_C"); \ static_assert(sizeof(UBP_TransfigItemPlaced_CamShake_Med_C) == 0x0001B0, "Wrong size on UBP_TransfigItemPlaced_CamShake_Med_C"); \ #define DUMPER7_ASSERTS_UABL_TombProtector_Spawn_Kneel_Freeze_C \ static_assert(alignof(UABL_TombProtector_Spawn_Kneel_Freeze_C) == 0x000008, "Wrong alignment on UABL_TombProtector_Spawn_Kneel_Freeze_C"); \ static_assert(sizeof(UABL_TombProtector_Spawn_Kneel_Freeze_C) == 0x0000C8, "Wrong size on UABL_TombProtector_Spawn_Kneel_Freeze_C"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor \ static_assert(alignof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor) == 0x000010, "Wrong alignment on BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor"); \ static_assert(sizeof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor) == 0x0009A0, "Wrong size on BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, EntryPoint) == 0x000000, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_delegate_Variable) == 0x000004, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_struct_Variable) == 0x000018, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_delegate_Variable_1) == 0x000028, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_struct_Variable_1) == 0x000038, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_delegate_Variable_2) == 0x000048, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_delegate_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_struct_Variable_2) == 0x000058, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_delegate_Variable_3) == 0x000068, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_delegate_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_struct_Variable_3) == 0x000078, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_delegate_Variable_4) == 0x000088, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_delegate_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_int_Loop_Counter_Variable) == 0x000098, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00009C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Add_IntInt_ReturnValue) == 0x0000A0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_int_Array_Index_Variable) == 0x0000A4, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_struct_Variable_4) == 0x0000A8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_bool_IsClosed_Variable) == 0x0000B8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsActive_ReturnValue) == 0x0000B9, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Not_PreBool_ReturnValue) == 0x0000BA, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_bool_Has_Been_Initd_Variable) == 0x0000BB, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_bool_IsClosed_Variable_1) == 0x0000BC, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_MathExpression_ReturnValue) == 0x0000C0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_MathExpression_ReturnValue_1) == 0x0000CC, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_bool_Has_Been_Initd_Variable_1) == 0x0000D8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000D9, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_delegate_Variable_5) == 0x0000DC, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_delegate_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_bool_IsClosed_Variable_2) == 0x0000EC, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_bool_Has_Been_Initd_Variable_2) == 0x0000ED, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0000F0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_struct_Variable_5) == 0x0000F8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectCenter) == 0x000108, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectCenter' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectExtent) == 0x000114, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectExtent' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Divide_VectorFloat_ReturnValue) == 0x000120, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetMaxElement_ReturnValue) == 0x00012C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetMaxElement_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000130, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsStationary_ReturnValue) == 0x0001B8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsStationary_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_Event_DeltaSeconds) == 0x0001BC, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_delegate_Variable_6) == 0x0001C0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_delegate_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0001D0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_Event_InNewActor) == 0x0001E0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_Event_InNewActor' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_Event_InNewActors) == 0x0001E8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_Event_InNewActors' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Array_Get_Item) == 0x0001F8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Array_Length_ReturnValue) == 0x000200, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Array_Length_ReturnValue_1) == 0x000204, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Less_IntInt_ReturnValue) == 0x000208, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsValid_ReturnValue) == 0x000209, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_MakeArray_Array) == 0x000210, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsStationary_ReturnValue_1) == 0x000220, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsStationary_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_struct_Variable_6) == 0x000228, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetTransform_ReturnValue) == 0x000240, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetTargetTransform_ReturnValue) == 0x000270, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetTargetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_Event_InNewPreview) == 0x0002A0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_Event_InNewPreview' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_NearlyEqual_TransformTransform_ReturnValue) == 0x0002A8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_NearlyEqual_TransformTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_DynamicCast_AsBP_Transfiguration_Preview_Actor) == 0x0002B0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_DynamicCast_AsBP_Transfiguration_Preview_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_DynamicCast_bSuccess) == 0x0002B8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_SpawnTransformationStyle_ReturnValue) == 0x0002C0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_SpawnTransformationStyle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsValid_ReturnValue_1) == 0x0002C8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_CustomEvent_DestroyedActor) == 0x0002D0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_CustomEvent_DestroyedActor' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_DynamicCast_AsTransformation_Style_Base) == 0x0002D8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_DynamicCast_AsTransformation_Style_Base' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_DynamicCast_bSuccess_1) == 0x0002E0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsValid_ReturnValue_2) == 0x0002E1, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_DynamicCast_AsBP_Transfiguration_Preview_Actor_1) == 0x0002E8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_DynamicCast_AsBP_Transfiguration_Preview_Actor_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_DynamicCast_bSuccess_2) == 0x0002F0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetTransform_ReturnValue_1) == 0x000300, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsStationary_ReturnValue_2) == 0x000330, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsStationary_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000338, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_FinishSpawningActor_ReturnValue) == 0x000340, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsValid_ReturnValue_3) == 0x000348, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetVelocity_ReturnValue) == 0x00034C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsValid_ReturnValue_4) == 0x000358, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000359, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BooleanAND_ReturnValue) == 0x00035A, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BooleanAND_ReturnValue_1) == 0x00035B, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BooleanAND_ReturnValue_2) == 0x00035C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsValid_ReturnValue_5) == 0x00035D, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_int_Array_Index_Variable_1) == 0x000360, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Array_Get_Item_1) == 0x000368, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsValid_ReturnValue_6) == 0x000370, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_SpawnVanishmentStyle_ReturnValue) == 0x000378, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_SpawnVanishmentStyle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsValid_ReturnValue_7) == 0x000380, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectCenter_1) == 0x000384, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectCenter_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectExtent_1) == 0x000390, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectExtent_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BreakVector_X) == 0x00039C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BreakVector_Y) == 0x0003A0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BreakVector_Z) == 0x0003A4, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetMaxElement_ReturnValue_1) == 0x0003A8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetMaxElement_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_MathExpression_ReturnValue_2) == 0x0003AC, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_MathExpression_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_MathExpression_ReturnValue_3) == 0x0003B0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_MathExpression_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_SelectFloat_ReturnValue) == 0x0003B4, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_MathExpression_ReturnValue_4) == 0x0003B8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_MathExpression_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0003BC, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_PostEventAtLocation_ReturnValue) == 0x0003C8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0003CC, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x0003D0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetIsPreviewMeshLoaded_ReturnValue) == 0x0003D4, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetIsPreviewMeshLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_Event_InPreviousPreview) == 0x0003D8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_Event_InPreviousPreview' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetIsPreviewMeshLoaded_ReturnValue_1) == 0x0003E0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetIsPreviewMeshLoaded_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetIsPreviewMeshLoaded_ReturnValue_2) == 0x0003E1, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetIsPreviewMeshLoaded_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetIsPreviewMeshLoaded_ReturnValue_3) == 0x0003E2, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetIsPreviewMeshLoaded_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsStationary_ReturnValue_3) == 0x0003E3, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsStationary_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectCenter_2) == 0x0003E4, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectCenter_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectExtent_2) == 0x0003F0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectExtent_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsActive_ReturnValue_1) == 0x0003FC, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsActive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BreakVector_X_1) == 0x000400, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BreakVector_Y_1) == 0x000404, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BreakVector_Z_1) == 0x000408, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Not_PreBool_ReturnValue_2) == 0x00040C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_MathExpression_ReturnValue_5) == 0x000410, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_MathExpression_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_ClampVectorSize_ReturnValue) == 0x00041C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_ClampVectorSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000428, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_int_Loop_Counter_Variable_1) == 0x000434, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Less_IntInt_ReturnValue_1) == 0x000438, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Add_IntInt_ReturnValue_1) == 0x00043C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000440, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000444, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0004CC, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000554, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BooleanOR_ReturnValue) == 0x000555, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_SpawnEmitterAttached_ReturnValue) == 0x000558, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_SpawnEmitterAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsPlaying_ReturnValue) == 0x000560, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_MultiGate_FirstRun) == 0x000561, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_MultiGate_FirstRun' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_MultiGate_ScratchBool) == 0x000562, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_MultiGate_ScratchBool' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_MultiGate_ScratchIndex) == 0x000564, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_MultiGate_ScratchIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_SwitchEnum_CmpSuccess) == 0x000568, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000569, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00056A, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_MultiGate_1_FirstRun) == 0x00056B, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_MultiGate_1_FirstRun' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_MultiGate_1_Data) == 0x00056C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_MultiGate_1_Data' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000570, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_SwitchEnum_CmpSuccess_1) == 0x000571, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetPlaybackPosition_ReturnValue) == 0x000574, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetPlaybackPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000578, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_ShouldBeCollapsedToSwirl_ReturnValue) == 0x000579, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_ShouldBeCollapsedToSwirl_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetPlaybackPosition_ReturnValue_1) == 0x00057C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetPlaybackPosition_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000580, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BooleanAND_ReturnValue_3) == 0x000581, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_SwitchEnum_CmpSuccess_2) == 0x000582, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000583, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectCenter_3) == 0x000584, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectCenter_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectExtent_3) == 0x000590, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectExtent_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x00059C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x000624, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_NotEqual_ByteByte_ReturnValue_3) == 0x000625, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_NotEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_NotEqual_ByteByte_ReturnValue_4) == 0x000626, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_NotEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_NotEqual_ByteByte_ReturnValue_5) == 0x000627, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_NotEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000628, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_MakeVector_ReturnValue_1) == 0x00062C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000638, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BooleanOR_ReturnValue_1) == 0x000639, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_SelectRotator_ReturnValue) == 0x00063C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_SelectRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000648, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_int_Variable) == 0x0006D0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_Event_TotalConjurationDuration) == 0x0006D4, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_Event_TotalConjurationDuration' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_Event_Resources) == 0x0006D8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_Event_Resources' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_Event_WandPos) == 0x0006E8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_Event_WandPos' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x0006F4, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectCenter_4) == 0x0006F8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectCenter_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectExtent_4) == 0x000704, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectExtent_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_FClamp_ReturnValue_1) == 0x000710, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_MathExpression_ReturnValue_6) == 0x000714, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_MathExpression_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000720, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectCenter_5) == 0x00072C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectCenter_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetTransfigurationFxInfos_OutObjectExtent_5) == 0x000738, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetTransfigurationFxInfos_OutObjectExtent_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000748, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetMaxElement_ReturnValue_2) == 0x000750, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetMaxElement_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Divide_VectorFloat_ReturnValue_1) == 0x000754, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Divide_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_MathExpression_ReturnValue_7) == 0x000760, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_MathExpression_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BreakVector_X_2) == 0x000764, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BreakVector_Y_2) == 0x000768, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BreakVector_Z_2) == 0x00076C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_FClamp_ReturnValue_3) == 0x000770, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_FClamp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_FMax_ReturnValue_3) == 0x000774, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_FMax_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_FClamp_ReturnValue_4) == 0x000778, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_FClamp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_bool_Has_Been_Initd_Variable_3) == 0x00077C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_UsesSurfacePlacement_ReturnValue) == 0x00077D, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_UsesSurfacePlacement_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_UsesSurfacePlacement_ReturnValue_1) == 0x00077E, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_UsesSurfacePlacement_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_UsesSurfacePlacement_ReturnValue_2) == 0x00077F, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_UsesSurfacePlacement_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000780, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsValid_ReturnValue_8) == 0x000788, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_UsesSurfacePlacement_ReturnValue_3) == 0x000789, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_UsesSurfacePlacement_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, Temp_bool_IsClosed_Variable_3) == 0x00078A, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_FClamp_ReturnValue_5) == 0x00078C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_FClamp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000790, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_MakeVector_ReturnValue_4) == 0x000794, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x0007A0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BooleanOR_ReturnValue_2) == 0x0007A1, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0007A4, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_SpawnEmitterAtLocation_ReturnValue_1) == 0x0007B0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_SpawnEmitterAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_FClamp_ReturnValue_6) == 0x0007B8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_FClamp_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_MakeVector_ReturnValue_5) == 0x0007BC, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_MakeVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_SpawnEmitterAttached_ReturnValue_1) == 0x0007C8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_SpawnEmitterAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_SpawnSystemAttached_ReturnValue_1) == 0x0007D0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_SpawnSystemAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsValid_ReturnValue_9) == 0x0007D8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_PostEvent_ReturnValue) == 0x0007DC, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_PostEvent_ReturnValue_1) == 0x0007E0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_PostEvent_ReturnValue_2) == 0x0007E4, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_PostEvent_ReturnValue_3) == 0x0007E8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0007EC, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0007F8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0007FC, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000808, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x00080C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_IsStationary_ReturnValue_4) == 0x000818, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_IsStationary_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x00081C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_Event_StartScale) == 0x000820, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_Event_StartScale' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_Event_EndScale) == 0x000824, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_Event_EndScale' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetOwner_ReturnValue) == 0x000828, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Not_PreBool_ReturnValue_3) == 0x000830, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetTransform_ReturnValue_2) == 0x000840, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, K2Node_CreateDelegate_OutputDelegate) == 0x000870, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_PostEvent_ReturnValue_4) == 0x000880, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_PostEvent_ReturnValue_5) == 0x000884, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetTargetTransform_ReturnValue_1) == 0x000890, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetTargetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_NearlyEqual_TransformTransform_ReturnValue_1) == 0x0008C0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_NearlyEqual_TransformTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_PostEvent_ReturnValue_6) == 0x0008C4, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_PostEvent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetVelocity_ReturnValue_1) == 0x0008C8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_EqualEqual_VectorVector_ReturnValue_1) == 0x0008D4, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_EqualEqual_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_LightAdaptationRegister_AdaptationComponent) == 0x0008D8, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_LightAdaptationRegister_AdaptationComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BooleanAND_ReturnValue_4) == 0x0008E0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BooleanAND_ReturnValue_5) == 0x0008E1, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BooleanAND_ReturnValue_6) == 0x0008E2, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_GetPlayerCameraTransform_ReturnValue) == 0x0008F0, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_GetPlayerCameraTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BreakTransform_Location) == 0x000920, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BreakTransform_Rotation) == 0x00092C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_BreakTransform_Scale) == 0x000938, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000944, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000950, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_VSize_ReturnValue) == 0x00095C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Divide_FloatFloat_ReturnValue_4) == 0x000960, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Divide_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Divide_FloatFloat_ReturnValue_5) == 0x000964, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Divide_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Less_FloatFloat_ReturnValue) == 0x000968, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00096C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_MakeVector_ReturnValue_6) == 0x000970, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_MakeVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x00097C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Divide_FloatFloat_ReturnValue_6) == 0x000980, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Divide_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000984, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_FClamp_ReturnValue_7) == 0x000988, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_FClamp_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Lerp_ReturnValue) == 0x00098C, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000990, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor, CallFunc_Lerp_ReturnValue_1) == 0x000994, "Member 'BP_TransfigurationPreviewActor_C_ExecuteUbergraph_BP_TransfigurationPreviewActor::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewActor_C_OnSizeChange \ static_assert(alignof(BP_TransfigurationPreviewActor_C_OnSizeChange) == 0x000004, "Wrong alignment on BP_TransfigurationPreviewActor_C_OnSizeChange"); \ static_assert(sizeof(BP_TransfigurationPreviewActor_C_OnSizeChange) == 0x000008, "Wrong size on BP_TransfigurationPreviewActor_C_OnSizeChange"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_OnSizeChange, StartScale) == 0x000000, "Member 'BP_TransfigurationPreviewActor_C_OnSizeChange::StartScale' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_OnSizeChange, EndScale) == 0x000004, "Member 'BP_TransfigurationPreviewActor_C_OnSizeChange::EndScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewActor_C_StartHoldConjuring \ static_assert(alignof(BP_TransfigurationPreviewActor_C_StartHoldConjuring) == 0x000008, "Wrong alignment on BP_TransfigurationPreviewActor_C_StartHoldConjuring"); \ static_assert(sizeof(BP_TransfigurationPreviewActor_C_StartHoldConjuring) == 0x000028, "Wrong size on BP_TransfigurationPreviewActor_C_StartHoldConjuring"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_StartHoldConjuring, TotalConjurationDuration) == 0x000000, "Member 'BP_TransfigurationPreviewActor_C_StartHoldConjuring::TotalConjurationDuration' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_StartHoldConjuring, Resources) == 0x000008, "Member 'BP_TransfigurationPreviewActor_C_StartHoldConjuring::Resources' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_StartHoldConjuring, WandPos) == 0x000018, "Member 'BP_TransfigurationPreviewActor_C_StartHoldConjuring::WandPos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewActor_C_TransformedFromOtherPreview \ static_assert(alignof(BP_TransfigurationPreviewActor_C_TransformedFromOtherPreview) == 0x000008, "Wrong alignment on BP_TransfigurationPreviewActor_C_TransformedFromOtherPreview"); \ static_assert(sizeof(BP_TransfigurationPreviewActor_C_TransformedFromOtherPreview) == 0x000008, "Wrong size on BP_TransfigurationPreviewActor_C_TransformedFromOtherPreview"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_TransformedFromOtherPreview, InPreviousPreview) == 0x000000, "Member 'BP_TransfigurationPreviewActor_C_TransformedFromOtherPreview::InPreviousPreview' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewActor_C_OnTransformationDone \ static_assert(alignof(BP_TransfigurationPreviewActor_C_OnTransformationDone) == 0x000008, "Wrong alignment on BP_TransfigurationPreviewActor_C_OnTransformationDone"); \ static_assert(sizeof(BP_TransfigurationPreviewActor_C_OnTransformationDone) == 0x000008, "Wrong size on BP_TransfigurationPreviewActor_C_OnTransformationDone"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_OnTransformationDone, DestroyedActor) == 0x000000, "Member 'BP_TransfigurationPreviewActor_C_OnTransformationDone::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewActor_C_OnTransformStart \ static_assert(alignof(BP_TransfigurationPreviewActor_C_OnTransformStart) == 0x000008, "Wrong alignment on BP_TransfigurationPreviewActor_C_OnTransformStart"); \ static_assert(sizeof(BP_TransfigurationPreviewActor_C_OnTransformStart) == 0x000008, "Wrong size on BP_TransfigurationPreviewActor_C_OnTransformStart"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_OnTransformStart, InNewPreview) == 0x000000, "Member 'BP_TransfigurationPreviewActor_C_OnTransformStart::InNewPreview' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewActor_C_ObjectConfirmed \ static_assert(alignof(BP_TransfigurationPreviewActor_C_ObjectConfirmed) == 0x000008, "Wrong alignment on BP_TransfigurationPreviewActor_C_ObjectConfirmed"); \ static_assert(sizeof(BP_TransfigurationPreviewActor_C_ObjectConfirmed) == 0x000010, "Wrong size on BP_TransfigurationPreviewActor_C_ObjectConfirmed"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ObjectConfirmed, InNewActors) == 0x000000, "Member 'BP_TransfigurationPreviewActor_C_ObjectConfirmed::InNewActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewActor_C_ObjectDeselected \ static_assert(alignof(BP_TransfigurationPreviewActor_C_ObjectDeselected) == 0x000008, "Wrong alignment on BP_TransfigurationPreviewActor_C_ObjectDeselected"); \ static_assert(sizeof(BP_TransfigurationPreviewActor_C_ObjectDeselected) == 0x000008, "Wrong size on BP_TransfigurationPreviewActor_C_ObjectDeselected"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ObjectDeselected, InNewActor) == 0x000000, "Member 'BP_TransfigurationPreviewActor_C_ObjectDeselected::InNewActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewActor_C_ReceiveTick \ static_assert(alignof(BP_TransfigurationPreviewActor_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_TransfigurationPreviewActor_C_ReceiveTick"); \ static_assert(sizeof(BP_TransfigurationPreviewActor_C_ReceiveTick) == 0x000004, "Wrong size on BP_TransfigurationPreviewActor_C_ReceiveTick"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_TransfigurationPreviewActor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewActor_C_SetupCentredMeshRoot \ static_assert(alignof(BP_TransfigurationPreviewActor_C_SetupCentredMeshRoot) == 0x000004, "Wrong alignment on BP_TransfigurationPreviewActor_C_SetupCentredMeshRoot"); \ static_assert(sizeof(BP_TransfigurationPreviewActor_C_SetupCentredMeshRoot) == 0x0000A4, "Wrong size on BP_TransfigurationPreviewActor_C_SetupCentredMeshRoot"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_SetupCentredMeshRoot, CallFunc_GetTransfigurationFxInfos_OutObjectCenter) == 0x000000, "Member 'BP_TransfigurationPreviewActor_C_SetupCentredMeshRoot::CallFunc_GetTransfigurationFxInfos_OutObjectCenter' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_SetupCentredMeshRoot, CallFunc_GetTransfigurationFxInfos_OutObjectExtent) == 0x00000C, "Member 'BP_TransfigurationPreviewActor_C_SetupCentredMeshRoot::CallFunc_GetTransfigurationFxInfos_OutObjectExtent' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_SetupCentredMeshRoot, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000018, "Member 'BP_TransfigurationPreviewActor_C_SetupCentredMeshRoot::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_SetupCentredMeshRoot, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x00001C, "Member 'BP_TransfigurationPreviewActor_C_SetupCentredMeshRoot::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl \ static_assert(alignof(BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl) == 0x000001, "Wrong alignment on BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl"); \ static_assert(sizeof(BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl) == 0x000008, "Wrong size on BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl, ReturnValue) == 0x000000, "Member 'BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl, CallFunc_AreResourceRequirementsMet_ReturnValue) == 0x000001, "Member 'BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl::CallFunc_AreResourceRequirementsMet_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl, CallFunc_IsLocked_ReturnValue) == 0x000003, "Member 'BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl::CallFunc_IsLocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl, CallFunc_CanPlace_ReturnValue) == 0x000004, "Member 'BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl::CallFunc_CanPlace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl, CallFunc_Not_PreBool_ReturnValue_1) == 0x000005, "Member 'BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl, CallFunc_BooleanOR_ReturnValue) == 0x000006, "Member 'BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl, CallFunc_BooleanOR_ReturnValue_1) == 0x000007, "Member 'BP_TransfigurationPreviewActor_C_ShouldBeCollapsedToSwirl::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewActor_C_HidePreviewMesh \ static_assert(alignof(BP_TransfigurationPreviewActor_C_HidePreviewMesh) == 0x000008, "Wrong alignment on BP_TransfigurationPreviewActor_C_HidePreviewMesh"); \ static_assert(sizeof(BP_TransfigurationPreviewActor_C_HidePreviewMesh) == 0x000040, "Wrong size on BP_TransfigurationPreviewActor_C_HidePreviewMesh"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_HidePreviewMesh, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_TransfigurationPreviewActor_C_HidePreviewMesh::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_HidePreviewMesh, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_TransfigurationPreviewActor_C_HidePreviewMesh::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_HidePreviewMesh, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_TransfigurationPreviewActor_C_HidePreviewMesh::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_HidePreviewMesh, CallFunc_GetChildrenComponents_Children) == 0x000010, "Member 'BP_TransfigurationPreviewActor_C_HidePreviewMesh::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_HidePreviewMesh, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_TransfigurationPreviewActor_C_HidePreviewMesh::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_HidePreviewMesh, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_TransfigurationPreviewActor_C_HidePreviewMesh::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_HidePreviewMesh, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_TransfigurationPreviewActor_C_HidePreviewMesh::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_HidePreviewMesh, CallFunc_Array_AddUnique_ReturnValue) == 0x000034, "Member 'BP_TransfigurationPreviewActor_C_HidePreviewMesh::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_HidePreviewMesh, CallFunc_IsVisible_ReturnValue) == 0x000038, "Member 'BP_TransfigurationPreviewActor_C_HidePreviewMesh::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewActor_C_ShowPreviewMesh \ static_assert(alignof(BP_TransfigurationPreviewActor_C_ShowPreviewMesh) == 0x000008, "Wrong alignment on BP_TransfigurationPreviewActor_C_ShowPreviewMesh"); \ static_assert(sizeof(BP_TransfigurationPreviewActor_C_ShowPreviewMesh) == 0x000020, "Wrong size on BP_TransfigurationPreviewActor_C_ShowPreviewMesh"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShowPreviewMesh, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_TransfigurationPreviewActor_C_ShowPreviewMesh::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShowPreviewMesh, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_TransfigurationPreviewActor_C_ShowPreviewMesh::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShowPreviewMesh, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_TransfigurationPreviewActor_C_ShowPreviewMesh::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShowPreviewMesh, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_TransfigurationPreviewActor_C_ShowPreviewMesh::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShowPreviewMesh, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_TransfigurationPreviewActor_C_ShowPreviewMesh::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShowPreviewMesh, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_TransfigurationPreviewActor_C_ShowPreviewMesh::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewActor_C_Set_EffectScale \ static_assert(alignof(BP_TransfigurationPreviewActor_C_Set_EffectScale) == 0x000004, "Wrong alignment on BP_TransfigurationPreviewActor_C_Set_EffectScale"); \ static_assert(sizeof(BP_TransfigurationPreviewActor_C_Set_EffectScale) == 0x00001C, "Wrong size on BP_TransfigurationPreviewActor_C_Set_EffectScale"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_Set_EffectScale, CallFunc_GetTransfigurationFxInfos_OutObjectCenter) == 0x000000, "Member 'BP_TransfigurationPreviewActor_C_Set_EffectScale::CallFunc_GetTransfigurationFxInfos_OutObjectCenter' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_Set_EffectScale, CallFunc_GetTransfigurationFxInfos_OutObjectExtent) == 0x00000C, "Member 'BP_TransfigurationPreviewActor_C_Set_EffectScale::CallFunc_GetTransfigurationFxInfos_OutObjectExtent' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_Set_EffectScale, K2Node_MathExpression_ReturnValue) == 0x000018, "Member 'BP_TransfigurationPreviewActor_C_Set_EffectScale::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewActor_C_ShowBillboardComponents \ static_assert(alignof(BP_TransfigurationPreviewActor_C_ShowBillboardComponents) == 0x000008, "Wrong alignment on BP_TransfigurationPreviewActor_C_ShowBillboardComponents"); \ static_assert(sizeof(BP_TransfigurationPreviewActor_C_ShowBillboardComponents) == 0x000048, "Wrong size on BP_TransfigurationPreviewActor_C_ShowBillboardComponents"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShowBillboardComponents, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_TransfigurationPreviewActor_C_ShowBillboardComponents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShowBillboardComponents, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_TransfigurationPreviewActor_C_ShowBillboardComponents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShowBillboardComponents, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_TransfigurationPreviewActor_C_ShowBillboardComponents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShowBillboardComponents, CallFunc_GetChildrenComponents_Children) == 0x000010, "Member 'BP_TransfigurationPreviewActor_C_ShowBillboardComponents::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShowBillboardComponents, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_TransfigurationPreviewActor_C_ShowBillboardComponents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShowBillboardComponents, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_TransfigurationPreviewActor_C_ShowBillboardComponents::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShowBillboardComponents, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_TransfigurationPreviewActor_C_ShowBillboardComponents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShowBillboardComponents, K2Node_DynamicCast_AsMaterial_Billboard_Component) == 0x000038, "Member 'BP_TransfigurationPreviewActor_C_ShowBillboardComponents::K2Node_DynamicCast_AsMaterial_Billboard_Component' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_ShowBillboardComponents, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_TransfigurationPreviewActor_C_ShowBillboardComponents::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewActor_C_IsReadyForPlacement \ static_assert(alignof(BP_TransfigurationPreviewActor_C_IsReadyForPlacement) == 0x000004, "Wrong alignment on BP_TransfigurationPreviewActor_C_IsReadyForPlacement"); \ static_assert(sizeof(BP_TransfigurationPreviewActor_C_IsReadyForPlacement) == 0x000010, "Wrong size on BP_TransfigurationPreviewActor_C_IsReadyForPlacement"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_IsReadyForPlacement, ReturnValue) == 0x000000, "Member 'BP_TransfigurationPreviewActor_C_IsReadyForPlacement::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_IsReadyForPlacement, CallFunc_GetTimelineLength_ReturnValue) == 0x000004, "Member 'BP_TransfigurationPreviewActor_C_IsReadyForPlacement::CallFunc_GetTimelineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_IsReadyForPlacement, CallFunc_GetPlaybackPosition_ReturnValue) == 0x000008, "Member 'BP_TransfigurationPreviewActor_C_IsReadyForPlacement::CallFunc_GetPlaybackPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_IsReadyForPlacement, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_TransfigurationPreviewActor_C_IsReadyForPlacement::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_IsReadyForPlacement, K2Node_SwitchEnum_CmpSuccess) == 0x00000D, "Member 'BP_TransfigurationPreviewActor_C_IsReadyForPlacement::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationPreviewActor_C_IsPreviewInTransition \ static_assert(alignof(BP_TransfigurationPreviewActor_C_IsPreviewInTransition) == 0x000001, "Wrong alignment on BP_TransfigurationPreviewActor_C_IsPreviewInTransition"); \ static_assert(sizeof(BP_TransfigurationPreviewActor_C_IsPreviewInTransition) == 0x000002, "Wrong size on BP_TransfigurationPreviewActor_C_IsPreviewInTransition"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_IsPreviewInTransition, ReturnValue) == 0x000000, "Member 'BP_TransfigurationPreviewActor_C_IsPreviewInTransition::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationPreviewActor_C_IsPreviewInTransition, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_TransfigurationPreviewActor_C_IsPreviewInTransition::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TransfigurationPreviewActor_C \ static_assert(alignof(ABP_TransfigurationPreviewActor_C) == 0x000010, "Wrong alignment on ABP_TransfigurationPreviewActor_C"); \ static_assert(sizeof(ABP_TransfigurationPreviewActor_C) == 0x000570, "Wrong size on ABP_TransfigurationPreviewActor_C"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, UberGraphFrame) == 0x000430, "Member 'ABP_TransfigurationPreviewActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, PostProcess) == 0x000438, "Member 'ABP_TransfigurationPreviewActor_C::PostProcess' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, Visibility_PointLight) == 0x000440, "Member 'ABP_TransfigurationPreviewActor_C::Visibility_PointLight' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, CentredMeshRoot) == 0x000448, "Member 'ABP_TransfigurationPreviewActor_C::CentredMeshRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, NiagaraSwirl) == 0x000450, "Member 'ABP_TransfigurationPreviewActor_C::NiagaraSwirl' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, Timeline_0_Light_551032264E08DDD03F2778B4242AC652) == 0x000458, "Member 'ABP_TransfigurationPreviewActor_C::Timeline_0_Light_551032264E08DDD03F2778B4242AC652' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, Timeline_0_Distortion_551032264E08DDD03F2778B4242AC652) == 0x00045C, "Member 'ABP_TransfigurationPreviewActor_C::Timeline_0_Distortion_551032264E08DDD03F2778B4242AC652' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, Timeline_0__Direction_551032264E08DDD03F2778B4242AC652) == 0x000460, "Member 'ABP_TransfigurationPreviewActor_C::Timeline_0__Direction_551032264E08DDD03F2778B4242AC652' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, Timeline_0) == 0x000468, "Member 'ABP_TransfigurationPreviewActor_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, ConjuredFromThinAirTimeline_Light_DE9EC78A4D8C95068C93FB91E1840FD8) == 0x000470, "Member 'ABP_TransfigurationPreviewActor_C::ConjuredFromThinAirTimeline_Light_DE9EC78A4D8C95068C93FB91E1840FD8' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, ConjuredFromThinAirTimeline_DistortIn_DE9EC78A4D8C95068C93FB91E1840FD8) == 0x000474, "Member 'ABP_TransfigurationPreviewActor_C::ConjuredFromThinAirTimeline_DistortIn_DE9EC78A4D8C95068C93FB91E1840FD8' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, ConjuredFromThinAirTimeline_DistortOut_DE9EC78A4D8C95068C93FB91E1840FD8) == 0x000478, "Member 'ABP_TransfigurationPreviewActor_C::ConjuredFromThinAirTimeline_DistortOut_DE9EC78A4D8C95068C93FB91E1840FD8' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, ConjuredFromThinAirTimeline_Rotation_DE9EC78A4D8C95068C93FB91E1840FD8) == 0x00047C, "Member 'ABP_TransfigurationPreviewActor_C::ConjuredFromThinAirTimeline_Rotation_DE9EC78A4D8C95068C93FB91E1840FD8' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, ConjuredFromThinAirTimeline_Scale_DE9EC78A4D8C95068C93FB91E1840FD8) == 0x000480, "Member 'ABP_TransfigurationPreviewActor_C::ConjuredFromThinAirTimeline_Scale_DE9EC78A4D8C95068C93FB91E1840FD8' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, ConjuredFromThinAirTimeline__Direction_DE9EC78A4D8C95068C93FB91E1840FD8) == 0x000484, "Member 'ABP_TransfigurationPreviewActor_C::ConjuredFromThinAirTimeline__Direction_DE9EC78A4D8C95068C93FB91E1840FD8' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, ConjuredFromThinAirTimeline) == 0x000488, "Member 'ABP_TransfigurationPreviewActor_C::ConjuredFromThinAirTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, OriginalScale) == 0x000490, "Member 'ABP_TransfigurationPreviewActor_C::OriginalScale' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, GhostMeshes) == 0x0004A0, "Member 'ABP_TransfigurationPreviewActor_C::GhostMeshes' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, SolidMeshes) == 0x0004B0, "Member 'ABP_TransfigurationPreviewActor_C::SolidMeshes' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, ScaleFactor) == 0x0004C0, "Member 'ABP_TransfigurationPreviewActor_C::ScaleFactor' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, Visible) == 0x0004C4, "Member 'ABP_TransfigurationPreviewActor_C::Visible' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, GlowMult) == 0x0004C8, "Member 'ABP_TransfigurationPreviewActor_C::GlowMult' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, PinchMult) == 0x0004CC, "Member 'ABP_TransfigurationPreviewActor_C::PinchMult' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, RefractionMult) == 0x0004D0, "Member 'ABP_TransfigurationPreviewActor_C::RefractionMult' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, RandomSwirl) == 0x0004D4, "Member 'ABP_TransfigurationPreviewActor_C::RandomSwirl' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, TransformingIn) == 0x0004D8, "Member 'ABP_TransfigurationPreviewActor_C::TransformingIn' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, CamUID) == 0x0004DC, "Member 'ABP_TransfigurationPreviewActor_C::CamUID' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, SizeToCameraDistanceCurve) == 0x0004E0, "Member 'ABP_TransfigurationPreviewActor_C::SizeToCameraDistanceCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, BlendCurve) == 0x0004E8, "Member 'ABP_TransfigurationPreviewActor_C::BlendCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, SizeToVertOffsetCurve) == 0x0004F0, "Member 'ABP_TransfigurationPreviewActor_C::SizeToVertOffsetCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, bInitializeVisibilityOnLoad) == 0x0004F8, "Member 'ABP_TransfigurationPreviewActor_C::bInitializeVisibilityOnLoad' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, OriginalCenter) == 0x0004FC, "Member 'ABP_TransfigurationPreviewActor_C::OriginalCenter' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, ActorState) == 0x000508, "Member 'ABP_TransfigurationPreviewActor_C::ActorState' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, bTransformationMeshSwapPending) == 0x000509, "Member 'ABP_TransfigurationPreviewActor_C::bTransformationMeshSwapPending' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, HiddenComponents) == 0x000510, "Member 'ABP_TransfigurationPreviewActor_C::HiddenComponents' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, EffectScale) == 0x000520, "Member 'ABP_TransfigurationPreviewActor_C::EffectScale' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, ExpandEffect) == 0x000528, "Member 'ABP_TransfigurationPreviewActor_C::ExpandEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, CollapseEffect) == 0x000530, "Member 'ABP_TransfigurationPreviewActor_C::CollapseEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, Rotation) == 0x000538, "Member 'ABP_TransfigurationPreviewActor_C::Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, PlayRate) == 0x000544, "Member 'ABP_TransfigurationPreviewActor_C::PlayRate' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, MinimumScale) == 0x000548, "Member 'ABP_TransfigurationPreviewActor_C::MinimumScale' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, InitialLightIntensity) == 0x000554, "Member 'ABP_TransfigurationPreviewActor_C::InitialLightIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, MinimumLightCap) == 0x000558, "Member 'ABP_TransfigurationPreviewActor_C::MinimumLightCap' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, CurrentLightIntesity) == 0x00055C, "Member 'ABP_TransfigurationPreviewActor_C::CurrentLightIntesity' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPreviewActor_C, TargetLightIntensity) == 0x000560, "Member 'ABP_TransfigurationPreviewActor_C::TargetLightIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown \ static_assert(alignof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown) == 0x000004, "Wrong alignment on ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown"); \ static_assert(sizeof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown) == 0x000054, "Wrong size on ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, EntryPoint) == 0x000000, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000004, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000005, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000006, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x000007, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, K2Node_Event_DeltaTimeX) == 0x000008, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, CallFunc_GetSelectedAnimIndex_ReturnValue) == 0x000010, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::CallFunc_GetSelectedAnimIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, CallFunc_GetPreviewBounds_OutCenter) == 0x000020, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::CallFunc_GetPreviewBounds_OutCenter' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, CallFunc_GetPreviewBounds_OutExtent) == 0x00002C, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::CallFunc_GetPreviewBounds_OutExtent' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, CallFunc_IsValid_ReturnValue_1) == 0x000038, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, CallFunc_GetMaxElement_ReturnValue) == 0x00003C, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::CallFunc_GetMaxElement_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000040, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000044, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, CallFunc_Add_FloatFloat_ReturnValue) == 0x000048, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00004C, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown, CallFunc_IsValid_ReturnValue_2) == 0x000050, "Member 'ABP_TransfigurationPlaceDown_C_ExecuteUbergraph_ABP_TransfigurationPlaceDown::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TransfigurationPlaceDown_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_TransfigurationPlaceDown_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_TransfigurationPlaceDown_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_TransfigurationPlaceDown_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_TransfigurationPlaceDown_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_TransfigurationPlaceDown_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TransfigurationPlaceDown_C_AnimGraph \ static_assert(alignof(ABP_TransfigurationPlaceDown_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_TransfigurationPlaceDown_C_AnimGraph"); \ static_assert(sizeof(ABP_TransfigurationPlaceDown_C_AnimGraph) == 0x000010, "Wrong size on ABP_TransfigurationPlaceDown_C_AnimGraph"); \ static_assert(offsetof(ABP_TransfigurationPlaceDown_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_TransfigurationPlaceDown_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_TransfigurationPlaceDown_C \ static_assert(alignof(UABP_TransfigurationPlaceDown_C) == 0x000010, "Wrong alignment on UABP_TransfigurationPlaceDown_C"); \ static_assert(sizeof(UABP_TransfigurationPlaceDown_C) == 0x000920, "Wrong size on UABP_TransfigurationPlaceDown_C"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_TransfigurationPlaceDown_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_TransitionResult_7) == 0x0002F8, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_TransitionResult_6) == 0x000320, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_TransitionResult_5) == 0x000348, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_TransitionResult_4) == 0x000370, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_TransitionResult_3) == 0x000398, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_TransitionResult_2) == 0x0003C0, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_TransitionResult_1) == 0x0003E8, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_TransitionResult) == 0x000410, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_SequencePlayer_5) == 0x000438, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_StateResult_5) == 0x0004B8, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_SequencePlayer_4) == 0x0004E8, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_StateResult_4) == 0x000568, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_SequencePlayer_3) == 0x000598, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_StateResult_3) == 0x000618, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_SequencePlayer_2) == 0x000648, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_StateResult_2) == 0x0006C8, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_SequencePlayer_1) == 0x0006F8, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_StateResult_1) == 0x000778, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_SequencePlayer) == 0x0007A8, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_StateResult) == 0x000828, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, AnimGraphNode_StateMachine) == 0x000858, "Member 'UABP_TransfigurationPlaceDown_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, PlacementAnimator) == 0x000908, "Member 'UABP_TransfigurationPlaceDown_C::PlacementAnimator' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, SelectedAnim) == 0x000910, "Member 'UABP_TransfigurationPlaceDown_C::SelectedAnim' has a wrong offset!"); \ static_assert(offsetof(UABP_TransfigurationPlaceDown_C, PlaceDownComplete) == 0x000914, "Member 'UABP_TransfigurationPlaceDown_C::PlaceDownComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable \ static_assert(alignof(BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable) == 0x000008, "Wrong alignment on BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable"); \ static_assert(sizeof(BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable) == 0x000068, "Wrong size on BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable"); \ static_assert(offsetof(BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable, EntryPoint) == 0x000000, "Member 'BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable, Temp_delegate_Variable) == 0x000010, "Member 'BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable, Temp_struct_Variable) == 0x000020, "Member 'BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable, CallFunc_PostEvent_ReturnValue) == 0x000030, "Member 'BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000038, "Member 'BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable, K2Node_DynamicCast_AsPrimitive_Component) == 0x000048, "Member 'BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable::K2Node_DynamicCast_AsPrimitive_Component' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable, K2Node_DynamicCast_AsBP_Transfiguration_Preview_Actor) == 0x000058, "Member 'BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable::K2Node_DynamicCast_AsBP_Transfiguration_Preview_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'BP_VanishmentStyle_DefaultMovable_C_ExecuteUbergraph_BP_VanishmentStyle_DefaultMovable::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_VanishmentStyle_DefaultMovable_C \ static_assert(alignof(ABP_VanishmentStyle_DefaultMovable_C) == 0x000010, "Wrong alignment on ABP_VanishmentStyle_DefaultMovable_C"); \ static_assert(sizeof(ABP_VanishmentStyle_DefaultMovable_C) == 0x0002D0, "Wrong size on ABP_VanishmentStyle_DefaultMovable_C"); \ static_assert(offsetof(ABP_VanishmentStyle_DefaultMovable_C, UberGraphFrame) == 0x000250, "Member 'ABP_VanishmentStyle_DefaultMovable_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_DefaultMovable_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_VanishmentStyle_DefaultMovable_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_DefaultMovable_C, NonUniformScale) == 0x000260, "Member 'ABP_VanishmentStyle_DefaultMovable_C::NonUniformScale' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_DefaultMovable_C, ScaleFactor) == 0x00026C, "Member 'ABP_VanishmentStyle_DefaultMovable_C::ScaleFactor' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_DefaultMovable_C, Rotation_Direction) == 0x000270, "Member 'ABP_VanishmentStyle_DefaultMovable_C::Rotation_Direction' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_DefaultMovable_C, TranslationOffset) == 0x000274, "Member 'ABP_VanishmentStyle_DefaultMovable_C::TranslationOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_DefaultMovable_C, TranslationAmount) == 0x000280, "Member 'ABP_VanishmentStyle_DefaultMovable_C::TranslationAmount' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_DefaultMovable_C, InitialTransform) == 0x000290, "Member 'ABP_VanishmentStyle_DefaultMovable_C::InitialTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_DefaultMovable_C, SpawnOutRotation) == 0x0002C0, "Member 'ABP_VanishmentStyle_DefaultMovable_C::SpawnOutRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_VanishmentStyle_DefaultMovable_C, CenterOffset) == 0x0002C4, "Member 'ABP_VanishmentStyle_DefaultMovable_C::CenterOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Climb_LpFrg_C_ExecuteUbergraph_ABL_Climb_LpFrg \ static_assert(alignof(ABL_Climb_LpFrg_C_ExecuteUbergraph_ABL_Climb_LpFrg) == 0x000008, "Wrong alignment on ABL_Climb_LpFrg_C_ExecuteUbergraph_ABL_Climb_LpFrg"); \ static_assert(sizeof(ABL_Climb_LpFrg_C_ExecuteUbergraph_ABL_Climb_LpFrg) == 0x000020, "Wrong size on ABL_Climb_LpFrg_C_ExecuteUbergraph_ABL_Climb_LpFrg"); \ static_assert(offsetof(ABL_Climb_LpFrg_C_ExecuteUbergraph_ABL_Climb_LpFrg, EntryPoint) == 0x000000, "Member 'ABL_Climb_LpFrg_C_ExecuteUbergraph_ABL_Climb_LpFrg::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_LpFrg_C_ExecuteUbergraph_ABL_Climb_LpFrg, K2Node_Event_Context) == 0x000008, "Member 'ABL_Climb_LpFrg_C_ExecuteUbergraph_ABL_Climb_LpFrg::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_LpFrg_C_ExecuteUbergraph_ABL_Climb_LpFrg, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Climb_LpFrg_C_ExecuteUbergraph_ABL_Climb_LpFrg::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_LpFrg_C_ExecuteUbergraph_ABL_Climb_LpFrg, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_Climb_LpFrg_C_ExecuteUbergraph_ABL_Climb_LpFrg::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Climb_LpFrg_C_OnAbilityStart \ static_assert(alignof(ABL_Climb_LpFrg_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Climb_LpFrg_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Climb_LpFrg_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Climb_LpFrg_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Climb_LpFrg_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Climb_LpFrg_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Climb_LpFrg_C \ static_assert(alignof(UABL_Climb_LpFrg_C) == 0x000008, "Wrong alignment on UABL_Climb_LpFrg_C"); \ static_assert(sizeof(UABL_Climb_LpFrg_C) == 0x0000D0, "Wrong size on UABL_Climb_LpFrg_C"); \ static_assert(offsetof(UABL_Climb_LpFrg_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Climb_LpFrg_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround \ static_assert(alignof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround) == 0x000010, "Wrong alignment on BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround"); \ static_assert(sizeof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround) == 0x0003B0, "Wrong size on BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, EntryPoint) == 0x000000, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_MakeTransform_ReturnValue) == 0x000010, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_MakeTransform_ReturnValue_1) == 0x000040, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, Temp_bool_Variable) == 0x000070, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_MakeTransform_ReturnValue_2) == 0x000080, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, Temp_bool_Variable_1) == 0x0000B0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, Temp_int_Array_Index_Variable) == 0x0000B4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, Temp_int_Loop_Counter_Variable) == 0x0000B8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Add_IntInt_ReturnValue) == 0x0000BC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, Temp_bool_True_if_break_was_hit_Variable) == 0x0000C0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, Temp_int_Array_Index_Variable_1) == 0x0000C4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Not_PreBool_ReturnValue) == 0x0000C8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_InverseTransformDirection_ReturnValue) == 0x0000CC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_InverseTransformDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_InverseTransformDirection_ReturnValue_1) == 0x0000D8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_InverseTransformDirection_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000E4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000E8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000F4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_MakeTransform_ReturnValue_3) == 0x000100, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000130, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_MakeTransform_ReturnValue_4) == 0x000140, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_MakeTransform_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000170, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_BreakTransform_Location) == 0x000174, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_BreakTransform_Rotation) == 0x000180, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_BreakTransform_Scale) == 0x00018C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Add_FloatFloat_ReturnValue) == 0x000198, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_GetPreviewBounds_OutCenter) == 0x00019C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_GetPreviewBounds_OutCenter' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_GetPreviewBounds_OutExtent) == 0x0001A8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_GetPreviewBounds_OutExtent' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_GetMaxElement_ReturnValue) == 0x0001B4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_GetMaxElement_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0001B8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_InverseTransformDirection_ReturnValue_2) == 0x0001BC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_InverseTransformDirection_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0001C8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x0001CC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x0001D8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_MakeTransform_ReturnValue_5) == 0x0001E0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_MakeTransform_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000210, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, K2Node_Event_DeltaSeconds) == 0x000214, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_InverseTransformDirection_ReturnValue_3) == 0x000218, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_InverseTransformDirection_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, K2Node_Event_bCanPlace) == 0x000224, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::K2Node_Event_bCanPlace' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x000228, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_MakeTransform_ReturnValue_6) == 0x000240, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_MakeTransform_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, K2Node_Event_bShow) == 0x000270, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::K2Node_Event_bShow' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_IsBeingRemoved_ReturnValue) == 0x000271, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_IsBeingRemoved_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Not_PreBool_ReturnValue_1) == 0x000272, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_IsVisible_ReturnValue) == 0x000273, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_IsVisible_ReturnValue_1) == 0x000274, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000275, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_NotEqual_BoolBool_ReturnValue_1) == 0x000276, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_NotEqual_BoolBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Array_Length_ReturnValue) == 0x000278, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, K2Node_MakeArray_Array) == 0x000280, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, K2Node_MakeArray_Array_1) == 0x000290, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, K2Node_MakeArray_Array_2) == 0x0002A0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_IsPrefab_ReturnValue) == 0x0002B0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_IsPrefab_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_UsesSurfacePlacement_ReturnValue) == 0x0002B1, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_UsesSurfacePlacement_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_BooleanOR_ReturnValue) == 0x0002B2, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0002B8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_IsValid_ReturnValue) == 0x0002C0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_FinishSpawningActor_ReturnValue) == 0x0002C8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, Temp_int_Loop_Counter_Variable_1) == 0x0002D0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Less_IntInt_ReturnValue) == 0x0002D4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002D8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_UsesSurfacePlacement_ReturnValue_1) == 0x0002DC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_UsesSurfacePlacement_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0002E0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Not_PreBool_ReturnValue_2) == 0x0002EC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_GetUpVector_ReturnValue) == 0x0002F0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x0002FC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_BooleanAND_ReturnValue) == 0x0002FD, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_BreakTransform_Location_1) == 0x000300, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_BreakTransform_Rotation_1) == 0x00030C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_BreakTransform_Scale_1) == 0x000318, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_BreakVector_X) == 0x000324, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_BreakVector_Y) == 0x000328, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_BreakVector_Z) == 0x00032C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_GetAnimInstance_ReturnValue) == 0x000330, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_MakeVector_ReturnValue) == 0x000338, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, K2Node_DynamicCast_AsABP_Transfiguration_Place_Down) == 0x000348, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::K2Node_DynamicCast_AsABP_Transfiguration_Place_Down' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, K2Node_DynamicCast_bSuccess) == 0x000350, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000354, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_BreakVector_X_1) == 0x000360, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_BreakVector_Y_1) == 0x000364, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_BreakVector_Z_1) == 0x000368, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_MakeVector_ReturnValue_1) == 0x00036C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, K2Node_Event_InLocationLocal) == 0x000378, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::K2Node_Event_InLocationLocal' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_EqualEqual_VectorVector_ReturnValue_1) == 0x000384, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_EqualEqual_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_BooleanAND_ReturnValue_1) == 0x000385, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, K2Node_MakeArray_Array_3) == 0x000388, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Array_Get_Item) == 0x000398, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Array_Length_ReturnValue_1) == 0x0003A0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Less_IntInt_ReturnValue_1) == 0x0003A4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Vector_DistanceSquared_ReturnValue) == 0x0003A8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Vector_DistanceSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_BooleanAND_ReturnValue_2) == 0x0003AC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround, CallFunc_Less_FloatFloat_ReturnValue) == 0x0003AD, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ExecuteUbergraph_BP_TransfigurationMovementStyle_DefaultGround::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationMovementStyle_DefaultGround_C_ShowBeamAtLocalLocation \ static_assert(alignof(BP_TransfigurationMovementStyle_DefaultGround_C_ShowBeamAtLocalLocation) == 0x000004, "Wrong alignment on BP_TransfigurationMovementStyle_DefaultGround_C_ShowBeamAtLocalLocation"); \ static_assert(sizeof(BP_TransfigurationMovementStyle_DefaultGround_C_ShowBeamAtLocalLocation) == 0x00000C, "Wrong size on BP_TransfigurationMovementStyle_DefaultGround_C_ShowBeamAtLocalLocation"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ShowBeamAtLocalLocation, InLocationLocal) == 0x000000, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ShowBeamAtLocalLocation::InLocationLocal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationMovementStyle_DefaultGround_C_ShowDecal \ static_assert(alignof(BP_TransfigurationMovementStyle_DefaultGround_C_ShowDecal) == 0x000001, "Wrong alignment on BP_TransfigurationMovementStyle_DefaultGround_C_ShowDecal"); \ static_assert(sizeof(BP_TransfigurationMovementStyle_DefaultGround_C_ShowDecal) == 0x000001, "Wrong size on BP_TransfigurationMovementStyle_DefaultGround_C_ShowDecal"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ShowDecal, bShow) == 0x000000, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ShowDecal::bShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationMovementStyle_DefaultGround_C_CanPlace \ static_assert(alignof(BP_TransfigurationMovementStyle_DefaultGround_C_CanPlace) == 0x000001, "Wrong alignment on BP_TransfigurationMovementStyle_DefaultGround_C_CanPlace"); \ static_assert(sizeof(BP_TransfigurationMovementStyle_DefaultGround_C_CanPlace) == 0x000001, "Wrong size on BP_TransfigurationMovementStyle_DefaultGround_C_CanPlace"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_CanPlace, bCanPlace) == 0x000000, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_CanPlace::bCanPlace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationMovementStyle_DefaultGround_C_ReceiveTick \ static_assert(alignof(BP_TransfigurationMovementStyle_DefaultGround_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_TransfigurationMovementStyle_DefaultGround_C_ReceiveTick"); \ static_assert(sizeof(BP_TransfigurationMovementStyle_DefaultGround_C_ReceiveTick) == 0x000004, "Wrong size on BP_TransfigurationMovementStyle_DefaultGround_C_ReceiveTick"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates \ static_assert(alignof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates) == 0x000008, "Wrong alignment on BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates"); \ static_assert(sizeof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates) == 0x000048, "Wrong size on BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, TopRightBlocked) == 0x000000, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::TopRightBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, TopCentreBlocked) == 0x000001, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::TopCentreBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, TopLeftBlocked) == 0x000002, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::TopLeftBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, CentreRightBlocked) == 0x000003, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::CentreRightBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, CentreBlocked) == 0x000004, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::CentreBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, CentreLeftBlocked) == 0x000005, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::CentreLeftBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, BottomRightBlocked) == 0x000006, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::BottomRightBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, BottomCentreBlocked) == 0x000007, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::BottomCentreBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, BottomLeftBlocked) == 0x000008, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::BottomLeftBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, Temp_int_Variable) == 0x000014, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, CallFunc_Array_Length_ReturnValue_1) == 0x000020, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, CallFunc_IsVisible_ReturnValue) == 0x000024, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000028, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x00002C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00002D, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, Temp_int_Variable_1) == 0x000034, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, CallFunc_Array_Get_Item_1) == 0x000038, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, CallFunc_IsVisible_ReturnValue_1) == 0x000040, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, CallFunc_NotEqual_BoolBool_ReturnValue_1) == 0x000041, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::CallFunc_NotEqual_BoolBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000042, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_UpdateBeamStates::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationMovementStyle_DefaultGround_C_SetBeamBlockedState \ static_assert(alignof(BP_TransfigurationMovementStyle_DefaultGround_C_SetBeamBlockedState) == 0x000008, "Wrong alignment on BP_TransfigurationMovementStyle_DefaultGround_C_SetBeamBlockedState"); \ static_assert(sizeof(BP_TransfigurationMovementStyle_DefaultGround_C_SetBeamBlockedState) == 0x000010, "Wrong size on BP_TransfigurationMovementStyle_DefaultGround_C_SetBeamBlockedState"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetBeamBlockedState, BeamComponent) == 0x000000, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetBeamBlockedState::BeamComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetBeamBlockedState, IsBlocked) == 0x000008, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetBeamBlockedState::IsBlocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility \ static_assert(alignof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility) == 0x000008, "Wrong alignment on BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility"); \ static_assert(sizeof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility) == 0x000038, "Wrong size on BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility, CanPlace_0) == 0x000000, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility::CanPlace_0' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility, PreviewActorState) == 0x000001, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility::PreviewActorState' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000003, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000005, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000006, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility, CallFunc_BooleanOR_ReturnValue_1) == 0x000007, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility, K2Node_DynamicCast_AsBP_Transfiguration_Preview_Actor) == 0x000010, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility::K2Node_DynamicCast_AsBP_Transfiguration_Preview_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility, CallFunc_GetDecalMaterial_ReturnValue) == 0x000020, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility::CallFunc_GetDecalMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility, CallFunc_GetDecalMaterial_ReturnValue_1) == 0x000028, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility::CallFunc_GetDecalMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000030, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000031, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000032, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_Update_Decals_Visibility::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds \ static_assert(alignof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds) == 0x000010, "Wrong alignment on BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds"); \ static_assert(sizeof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds) == 0x000DA0, "Wrong size on BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, LocalExtent) == 0x000000, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::LocalExtent' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, LocalLocation) == 0x00000C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::LocalLocation' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000020, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x00002C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_X) == 0x000038, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Y) == 0x00003C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Z) == 0x000040, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_X_1) == 0x000044, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Y_1) == 0x000048, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Z_1) == 0x00004C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000050, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x00005C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_X_2) == 0x000068, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Y_2) == 0x00006C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Z_2) == 0x000070, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_X_3) == 0x000074, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Y_3) == 0x000078, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Z_3) == 0x00007C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000080, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_GetCameraLocation_ReturnValue) == 0x000088, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_FindLookAtRotation_ReturnValue) == 0x000094, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_X_4) == 0x0000A0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Y_4) == 0x0000A4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Z_4) == 0x0000A8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Roll) == 0x0000AC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Pitch) == 0x0000B0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Yaw) == 0x0000B4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000B8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeRotator_ReturnValue) == 0x0000BC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeVector_ReturnValue) == 0x0000C8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0000D4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x00015C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001E4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0001E8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeVector_ReturnValue_1) == 0x0001EC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeVector_ReturnValue_2) == 0x0001F8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x000204, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult_2) == 0x00028C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000314, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x000318, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeVector_ReturnValue_3) == 0x000324, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Roll_1) == 0x000330, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Pitch_1) == 0x000334, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Yaw_1) == 0x000338, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult_3) == 0x00033C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeRotator_ReturnValue_1) == 0x0003C4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_FindLookAtRotation_ReturnValue_2) == 0x0003D0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_FindLookAtRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetWorldRotation_SweepHitResult_1) == 0x0003DC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetWorldRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Roll_2) == 0x000464, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Pitch_2) == 0x000468, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Yaw_2) == 0x00046C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_FindLookAtRotation_ReturnValue_3) == 0x000470, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_FindLookAtRotation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeRotator_ReturnValue_2) == 0x00047C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Roll_3) == 0x000488, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Pitch_3) == 0x00048C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Yaw_3) == 0x000490, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetWorldRotation_SweepHitResult_2) == 0x000494, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetWorldRotation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeRotator_ReturnValue_3) == 0x00051C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeRotator_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetWorldRotation_SweepHitResult_3) == 0x000528, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetWorldRotation_SweepHitResult_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x0005B0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_GetComponentLocation_ReturnValue_5) == 0x0005BC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_GetComponentLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_X_5) == 0x0005C8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_X_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Y_5) == 0x0005CC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Z_5) == 0x0005D0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_X_6) == 0x0005D4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_X_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Y_6) == 0x0005D8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Z_6) == 0x0005DC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_GetComponentLocation_ReturnValue_6) == 0x0005E0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_GetComponentLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_GetComponentLocation_ReturnValue_7) == 0x0005EC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_GetComponentLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_X_7) == 0x0005F8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_X_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Y_7) == 0x0005FC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Y_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Z_7) == 0x000600, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Z_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_X_8) == 0x000604, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_X_8' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Y_8) == 0x000608, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Y_8' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Z_8) == 0x00060C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Z_8' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x000610, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, Temp_int_Variable) == 0x000618, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_GetCameraLocation_ReturnValue_1) == 0x00061C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_GetCameraLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_Array_Get_Item) == 0x000628, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_FindLookAtRotation_ReturnValue_4) == 0x000630, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_FindLookAtRotation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_FindLookAtRotation_ReturnValue_5) == 0x00063C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_FindLookAtRotation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Roll_4) == 0x000648, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Roll_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Pitch_4) == 0x00064C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Pitch_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Yaw_4) == 0x000650, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Yaw_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Roll_5) == 0x000654, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Roll_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Pitch_5) == 0x000658, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Pitch_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Yaw_5) == 0x00065C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Yaw_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeRotator_ReturnValue_4) == 0x000660, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeRotator_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeRotator_ReturnValue_5) == 0x00066C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeRotator_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetWorldRotation_SweepHitResult_4) == 0x000678, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetWorldRotation_SweepHitResult_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetWorldRotation_SweepHitResult_5) == 0x000700, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetWorldRotation_SweepHitResult_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_FindLookAtRotation_ReturnValue_6) == 0x000788, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_FindLookAtRotation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_FindLookAtRotation_ReturnValue_7) == 0x000794, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_FindLookAtRotation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Roll_6) == 0x0007A0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Roll_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Pitch_6) == 0x0007A4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Pitch_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Yaw_6) == 0x0007A8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Yaw_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Roll_7) == 0x0007AC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Roll_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Pitch_7) == 0x0007B0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Pitch_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakRotator_Yaw_7) == 0x0007B4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakRotator_Yaw_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeRotator_ReturnValue_6) == 0x0007B8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeRotator_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeRotator_ReturnValue_7) == 0x0007C4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeRotator_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetWorldRotation_SweepHitResult_6) == 0x0007D0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetWorldRotation_SweepHitResult_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetWorldRotation_SweepHitResult_7) == 0x000858, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetWorldRotation_SweepHitResult_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0008E0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x0008E4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_GreaterGreater_VectorRotator_ReturnValue_1) == 0x0008F0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_GreaterGreater_VectorRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_Add_IntInt_ReturnValue) == 0x0008FC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, K2Node_MathExpression_ReturnValue) == 0x000900, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_X_9) == 0x00090C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_X_9' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Y_9) == 0x000910, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Y_9' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Z_9) == 0x000914, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Z_9' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, K2Node_MathExpression_ReturnValue_1) == 0x000918, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeVector_ReturnValue_4) == 0x000924, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_X_10) == 0x000930, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_X_10' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Y_10) == 0x000934, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Y_10' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Z_10) == 0x000938, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Z_10' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult_4) == 0x00093C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeVector_ReturnValue_5) == 0x0009C4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_X_11) == 0x0009D0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_X_11' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Y_11) == 0x0009D4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Y_11' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Z_11) == 0x0009D8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Z_11' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x0009DC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_GetTargetTransform_ReturnValue) == 0x0009E0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_GetTargetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000A10, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakTransform_Location) == 0x000A14, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakTransform_Rotation) == 0x000A20, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakTransform_Scale) == 0x000A2C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_TransformLocation_ReturnValue) == 0x000A38, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000A44, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_GetRightVector_ReturnValue) == 0x000A50, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_X_12) == 0x000A5C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_X_12' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Y_12) == 0x000A60, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Y_12' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_BreakVector_Z_12) == 0x000A64, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_BreakVector_Z_12' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_Abs_ReturnValue) == 0x000A68, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeRotFromZY_ReturnValue) == 0x000A6C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeRotFromZY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_Abs_ReturnValue_1) == 0x000A78, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeTransform_ReturnValue) == 0x000A80, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeVector_ReturnValue_6) == 0x000AB0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x000ABC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000B44, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000B48, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeVector_ReturnValue_7) == 0x000B4C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeVector_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeVector_ReturnValue_8) == 0x000B58, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeVector_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult_5) == 0x000B64, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult_6) == 0x000BEC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeVector_ReturnValue_9) == 0x000C74, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeVector_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_MakeVector_ReturnValue_10) == 0x000C80, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_MakeVector_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult_7) == 0x000C8C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult_8) == 0x000D14, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds \ static_assert(alignof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds) == 0x000010, "Wrong alignment on BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds"); \ static_assert(sizeof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds) == 0x0011F0, "Wrong size on BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, LocalExtent) == 0x000000, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::LocalExtent' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, LocalLocation) == 0x00000C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::LocalLocation' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Roll) == 0x000020, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Pitch) == 0x000024, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Yaw) == 0x000028, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Roll_1) == 0x00002C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Pitch_1) == 0x000030, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Yaw_1) == 0x000034, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeRotator_ReturnValue) == 0x000038, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeRotator_ReturnValue_1) == 0x000044, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000050, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x0000D8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000160, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x00016C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_X) == 0x000178, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Y) == 0x00017C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Z) == 0x000180, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_X_1) == 0x000184, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Y_1) == 0x000188, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Z_1) == 0x00018C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000190, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Roll_2) == 0x00019C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Pitch_2) == 0x0001A0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Yaw_2) == 0x0001A4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeRotator_ReturnValue_2) == 0x0001A8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_X_2) == 0x0001B4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Y_2) == 0x0001B8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Z_2) == 0x0001BC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetRelativeRotation_SweepHitResult_2) == 0x0001C0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetRelativeRotation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x000248, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Roll_3) == 0x000254, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Pitch_3) == 0x000258, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Yaw_3) == 0x00025C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeRotator_ReturnValue_3) == 0x000260, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeRotator_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_X_3) == 0x00026C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Y_3) == 0x000270, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Z_3) == 0x000274, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetRelativeRotation_SweepHitResult_3) == 0x000278, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetRelativeRotation_SweepHitResult_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000300, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_GetCameraLocation_ReturnValue) == 0x000308, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_FindLookAtRotation_ReturnValue) == 0x000314, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_X_4) == 0x000320, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Y_4) == 0x000324, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Z_4) == 0x000328, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x00032C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0003B4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0003B8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeVector_ReturnValue) == 0x0003BC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeVector_ReturnValue_1) == 0x0003C8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0003D4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x00045C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0004E4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0004E8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeVector_ReturnValue_2) == 0x0004EC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeVector_ReturnValue_3) == 0x0004F8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult_2) == 0x000504, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult_3) == 0x00058C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x000614, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_FindLookAtRotation_ReturnValue_2) == 0x000620, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_FindLookAtRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetWorldRotation_SweepHitResult_1) == 0x00062C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetWorldRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetWorldRotation_SweepHitResult_2) == 0x0006B4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetWorldRotation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_FindLookAtRotation_ReturnValue_3) == 0x00073C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_FindLookAtRotation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetWorldRotation_SweepHitResult_3) == 0x000748, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetWorldRotation_SweepHitResult_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Roll_4) == 0x0007D0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Roll_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Pitch_4) == 0x0007D4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Pitch_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Yaw_4) == 0x0007D8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Yaw_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Roll_5) == 0x0007DC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Roll_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Pitch_5) == 0x0007E0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Pitch_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Yaw_5) == 0x0007E4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Yaw_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeRotator_ReturnValue_4) == 0x0007E8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeRotator_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeRotator_ReturnValue_5) == 0x0007F4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeRotator_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetRelativeRotation_SweepHitResult_4) == 0x000800, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetRelativeRotation_SweepHitResult_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetRelativeRotation_SweepHitResult_5) == 0x000888, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetRelativeRotation_SweepHitResult_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x000910, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_GetComponentLocation_ReturnValue_5) == 0x00091C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_GetComponentLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_X_5) == 0x000928, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_X_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Y_5) == 0x00092C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Z_5) == 0x000930, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_X_6) == 0x000934, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_X_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Y_6) == 0x000938, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Z_6) == 0x00093C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_GetComponentLocation_ReturnValue_6) == 0x000940, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_GetComponentLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Roll_6) == 0x00094C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Roll_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Pitch_6) == 0x000950, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Pitch_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Yaw_6) == 0x000954, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Yaw_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeRotator_ReturnValue_6) == 0x000958, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeRotator_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_X_7) == 0x000964, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_X_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Y_7) == 0x000968, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Y_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Z_7) == 0x00096C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Z_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetRelativeRotation_SweepHitResult_6) == 0x000970, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetRelativeRotation_SweepHitResult_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x0009F8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_GetCameraLocation_ReturnValue_1) == 0x000A00, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_GetCameraLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Roll_7) == 0x000A0C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Roll_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Pitch_7) == 0x000A10, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Pitch_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakRotator_Yaw_7) == 0x000A14, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakRotator_Yaw_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_FindLookAtRotation_ReturnValue_4) == 0x000A18, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_FindLookAtRotation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeRotator_ReturnValue_7) == 0x000A24, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeRotator_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetWorldRotation_SweepHitResult_4) == 0x000A30, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetWorldRotation_SweepHitResult_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetRelativeRotation_SweepHitResult_7) == 0x000AB8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetRelativeRotation_SweepHitResult_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_FindLookAtRotation_ReturnValue_5) == 0x000B40, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_FindLookAtRotation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_FindLookAtRotation_ReturnValue_6) == 0x000B4C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_FindLookAtRotation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetWorldRotation_SweepHitResult_5) == 0x000B58, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetWorldRotation_SweepHitResult_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetWorldRotation_SweepHitResult_6) == 0x000BE0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetWorldRotation_SweepHitResult_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_GetComponentLocation_ReturnValue_7) == 0x000C68, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_GetComponentLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_FindLookAtRotation_ReturnValue_7) == 0x000C74, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_FindLookAtRotation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_X_8) == 0x000C80, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_X_8' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Y_8) == 0x000C84, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Y_8' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Z_8) == 0x000C88, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Z_8' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetWorldRotation_SweepHitResult_7) == 0x000C8C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetWorldRotation_SweepHitResult_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, Temp_int_Variable) == 0x000D14, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_Array_Get_Item) == 0x000D18, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_X_9) == 0x000D20, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_X_9' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Y_9) == 0x000D24, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Y_9' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Z_9) == 0x000D28, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Z_9' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000D2C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000D30, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000D3C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_GreaterGreater_VectorRotator_ReturnValue_1) == 0x000D40, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_GreaterGreater_VectorRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000D4C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, K2Node_MathExpression_ReturnValue) == 0x000D50, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeVector_ReturnValue_4) == 0x000D5C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_X_10) == 0x000D68, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_X_10' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Y_10) == 0x000D6C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Y_10' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Z_10) == 0x000D70, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Z_10' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult_4) == 0x000D74, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult_4' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeVector_ReturnValue_5) == 0x000DFC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeVector_ReturnValue_6) == 0x000E08, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult_5) == 0x000E14, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult_5' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult_6) == 0x000E9C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult_6' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000F24, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, K2Node_MathExpression_ReturnValue_1) == 0x000F28, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeVector_ReturnValue_7) == 0x000F34, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeVector_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_X_11) == 0x000F40, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_X_11' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Y_11) == 0x000F44, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Y_11' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Z_11) == 0x000F48, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Z_11' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult_7) == 0x000F4C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult_7' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeVector_ReturnValue_8) == 0x000FD4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeVector_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeVector_ReturnValue_9) == 0x000FE0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeVector_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetRelativeLocation_SweepHitResult_8) == 0x000FEC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetRelativeLocation_SweepHitResult_8' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_LessEqual_IntInt_ReturnValue) == 0x001074, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_Add_IntInt_ReturnValue) == 0x001078, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_Vector_Up_ReturnValue) == 0x00107C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_Vector_Up_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_GetTargetTransform_ReturnValue) == 0x001090, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_GetTargetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeRotFromYZ_ReturnValue) == 0x0010C0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeRotFromYZ_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakTransform_Location) == 0x0010CC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakTransform_Rotation) == 0x0010D8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakTransform_Scale) == 0x0010E4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_TransformLocation_ReturnValue) == 0x0010F0, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_Multiply_VectorVector_ReturnValue) == 0x0010FC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeTransform_ReturnValue) == 0x001110, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_X_12) == 0x001140, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_X_12' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Y_12) == 0x001144, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Y_12' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_BreakVector_Z_12) == 0x001148, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_BreakVector_Z_12' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x00114C, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_Abs_ReturnValue) == 0x0011D4, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_Abs_ReturnValue_1) == 0x0011D8, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds, CallFunc_MakeVector_ReturnValue_10) == 0x0011DC, "Member 'BP_TransfigurationMovementStyle_DefaultGround_C_SetWallTransformFromBounds::CallFunc_MakeVector_ReturnValue_10' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TransfigurationMovementStyle_DefaultGround_C \ static_assert(alignof(ABP_TransfigurationMovementStyle_DefaultGround_C) == 0x000010, "Wrong alignment on ABP_TransfigurationMovementStyle_DefaultGround_C"); \ static_assert(sizeof(ABP_TransfigurationMovementStyle_DefaultGround_C) == 0x000800, "Wrong size on ABP_TransfigurationMovementStyle_DefaultGround_C"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, UberGraphFrame) == 0x0005E8, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, RegionDecal9) == 0x0005F0, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::RegionDecal9' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, RegionDecal8) == 0x0005F8, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::RegionDecal8' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, RegionDecal7) == 0x000600, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::RegionDecal7' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, RegionDecal6) == 0x000608, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::RegionDecal6' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, RegionDecal5) == 0x000610, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::RegionDecal5' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, RegionDecal4) == 0x000618, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::RegionDecal4' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, RegionDecal3) == 0x000620, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::RegionDecal3' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, RegionDecal2) == 0x000628, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::RegionDecal2' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, RegionDecal1) == 0x000630, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::RegionDecal1' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Region9) == 0x000638, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Region9' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Region8) == 0x000640, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Region8' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Region7) == 0x000648, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Region7' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Region6) == 0x000650, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Region6' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Region5) == 0x000658, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Region5' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Region4) == 0x000660, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Region4' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Region3) == 0x000668, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Region3' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Region2) == 0x000670, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Region2' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Region1) == 0x000678, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Region1' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, RegionDecals) == 0x000680, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::RegionDecals' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, BeamBMesh) == 0x000688, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::BeamBMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, BeamCMesh) == 0x000690, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::BeamCMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, BeamDMesh) == 0x000698, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::BeamDMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, BeamAMesh) == 0x0006A0, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::BeamAMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, BeamD) == 0x0006A8, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::BeamD' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, BeamC) == 0x0006B0, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::BeamC' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, BeamB) == 0x0006B8, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::BeamB' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, BeamA) == 0x0006C0, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::BeamA' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Decal) == 0x0006C8, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Decal' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Beam4Mesh) == 0x0006D0, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Beam4Mesh' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Beam4) == 0x0006D8, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Beam4' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Beam3Mesh) == 0x0006E0, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Beam3Mesh' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Beam3) == 0x0006E8, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Beam3' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Beam2Mesh) == 0x0006F0, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Beam2Mesh' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Beam2) == 0x0006F8, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Beam2' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Beam1Mesh) == 0x000700, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Beam1Mesh' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Beam1) == 0x000708, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Beam1' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, Beams) == 0x000710, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::Beams' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, PlaceTimeline_DistanceFromSurface_E1E02CDF45363D0D74CF43B8D0F7B6EB) == 0x000718, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::PlaceTimeline_DistanceFromSurface_E1E02CDF45363D0D74CF43B8D0F7B6EB' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, PlaceTimeline__Direction_E1E02CDF45363D0D74CF43B8D0F7B6EB) == 0x00071C, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::PlaceTimeline__Direction_E1E02CDF45363D0D74CF43B8D0F7B6EB' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, PlaceTimeline) == 0x000720, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::PlaceTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, MovementTimeline_HeightOffset_51B15FD044B4AD220542F59FD1F5B2A3) == 0x000728, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::MovementTimeline_HeightOffset_51B15FD044B4AD220542F59FD1F5B2A3' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, MovementTimeline__Direction_51B15FD044B4AD220542F59FD1F5B2A3) == 0x00072C, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::MovementTimeline__Direction_51B15FD044B4AD220542F59FD1F5B2A3' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, MovementTimeline) == 0x000730, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::MovementTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, LiftTimeline_DistanceFromSurface_DD302BA54D96212CC51A4C821CF49AD2) == 0x000738, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::LiftTimeline_DistanceFromSurface_DD302BA54D96212CC51A4C821CF49AD2' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, LiftTimeline__Direction_DD302BA54D96212CC51A4C821CF49AD2) == 0x00073C, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::LiftTimeline__Direction_DD302BA54D96212CC51A4C821CF49AD2' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, LiftTimeline) == 0x000740, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::LiftTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, TransformOffset) == 0x000750, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::TransformOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, LevitationDistance) == 0x000780, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::LevitationDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, ValidBeamMaterial) == 0x000788, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::ValidBeamMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, ErrorBeamMaterial) == 0x000790, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::ErrorBeamMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, ValidPlacementMaterial) == 0x000798, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::ValidPlacementMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, ErrorPlacementMaterial) == 0x0007A0, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::ErrorPlacementMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, ErrorEdgeMaterial) == 0x0007A8, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::ErrorEdgeMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, BeamLit) == 0x0007B0, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::BeamLit' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, BeamOffsetFromEdge) == 0x0007C0, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::BeamOffsetFromEdge' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, AllRegionDecals) == 0x0007C8, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::AllRegionDecals' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, AllBeams) == 0x0007D8, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::AllBeams' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, AllRegions) == 0x0007E8, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::AllRegions' has a wrong offset!"); \ static_assert(offsetof(ABP_TransfigurationMovementStyle_DefaultGround_C, PlacementAnimator) == 0x0007F8, "Member 'ABP_TransfigurationMovementStyle_DefaultGround_C::PlacementAnimator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S \ static_assert(alignof(ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S) == 0x000008, "Wrong alignment on ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S"); \ static_assert(sizeof(ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S) == 0x000070, "Wrong size on ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S, K2Node_Event_Context_3) == 0x000008, "Member 'ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S, K2Node_Event_Context_2) == 0x000010, "Member 'ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S, K2Node_Event_NextAbility) == 0x000020, "Member 'ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S, K2Node_Event_Context) == 0x000028, "Member 'ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S, CallFunc_GetObjectClass_ReturnValue) == 0x000030, "Member 'ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S, CallFunc_GetOwner_ReturnValue) == 0x000038, "Member 'ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000040, "Member 'ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S, K2Node_DynamicCast_AsAmbulatory_Character) == 0x000048, "Member 'ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S::K2Node_DynamicCast_AsAmbulatory_Character' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S, CallFunc_Not_PreBool_ReturnValue) == 0x000051, "Member 'ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S, CallFunc_GetMovementComponent_ReturnValue) == 0x000058, "Member 'ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S, K2Node_DynamicCast_AsAmbulatory_Movement_Component) == 0x000060, "Member 'ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S::K2Node_DynamicCast_AsAmbulatory_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_NPC_RCT_SendAway_S_C_ExecuteUbergraph_ABL_NPC_RCT_SendAway_S::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_SendAway_S_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_SendAway_S_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_SendAway_S_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_SendAway_S_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_SendAway_S_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_SendAway_S_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_SendAway_S_C_OnAbilityBranch \ static_assert(alignof(ABL_NPC_RCT_SendAway_S_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NPC_RCT_SendAway_S_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NPC_RCT_SendAway_S_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NPC_RCT_SendAway_S_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NPC_RCT_SendAway_S_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NPC_RCT_SendAway_S_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_SendAway_S_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NPC_RCT_SendAway_S_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NPC_RCT_SendAway_S_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NPC_RCT_SendAway_S_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NPC_RCT_SendAway_S_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NPC_RCT_SendAway_S_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_SendAway_S_C_OnAbilityEnd \ static_assert(alignof(ABL_NPC_RCT_SendAway_S_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NPC_RCT_SendAway_S_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NPC_RCT_SendAway_S_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NPC_RCT_SendAway_S_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NPC_RCT_SendAway_S_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NPC_RCT_SendAway_S_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_SendAway_S_C \ static_assert(alignof(UABL_NPC_RCT_SendAway_S_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_SendAway_S_C"); \ static_assert(sizeof(UABL_NPC_RCT_SendAway_S_C) == 0x0000F8, "Wrong size on UABL_NPC_RCT_SendAway_S_C"); \ static_assert(offsetof(UABL_NPC_RCT_SendAway_S_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_SendAway_S_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NPC_RCT_SendAway_S_C, TempCharRef) == 0x0000E8, "Member 'UABL_NPC_RCT_SendAway_S_C::TempCharRef' has a wrong offset!"); \ static_assert(offsetof(UABL_NPC_RCT_SendAway_S_C, NewVar_0) == 0x0000F0, "Member 'UABL_NPC_RCT_SendAway_S_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Alohomora_Cancel_C \ static_assert(alignof(UABL_Alohomora_Cancel_C) == 0x000008, "Wrong alignment on UABL_Alohomora_Cancel_C"); \ static_assert(sizeof(UABL_Alohomora_Cancel_C) == 0x0000C8, "Wrong size on UABL_Alohomora_Cancel_C"); \ #define DUMPER7_ASSERTS_ABP_Int_BCProps_Jug_001_W_C \ static_assert(alignof(ABP_Int_BCProps_Jug_001_W_C) == 0x000008, "Wrong alignment on ABP_Int_BCProps_Jug_001_W_C"); \ static_assert(sizeof(ABP_Int_BCProps_Jug_001_W_C) == 0x000358, "Wrong size on ABP_Int_BCProps_Jug_001_W_C"); \ #define DUMPER7_ASSERTS_BP_AccioRing_C_GetMainBone \ static_assert(alignof(BP_AccioRing_C_GetMainBone) == 0x000004, "Wrong alignment on BP_AccioRing_C_GetMainBone"); \ static_assert(sizeof(BP_AccioRing_C_GetMainBone) == 0x000008, "Wrong size on BP_AccioRing_C_GetMainBone"); \ static_assert(offsetof(BP_AccioRing_C_GetMainBone, ReturnValue) == 0x000000, "Member 'BP_AccioRing_C_GetMainBone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AccioRing_C_GetMainPrimitive \ static_assert(alignof(BP_AccioRing_C_GetMainPrimitive) == 0x000008, "Wrong alignment on BP_AccioRing_C_GetMainPrimitive"); \ static_assert(sizeof(BP_AccioRing_C_GetMainPrimitive) == 0x000008, "Wrong size on BP_AccioRing_C_GetMainPrimitive"); \ static_assert(offsetof(BP_AccioRing_C_GetMainPrimitive, ReturnValue) == 0x000000, "Member 'BP_AccioRing_C_GetMainPrimitive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AccioRing_C_SetupSfx \ static_assert(alignof(BP_AccioRing_C_SetupSfx) == 0x000008, "Wrong alignment on BP_AccioRing_C_SetupSfx"); \ static_assert(sizeof(BP_AccioRing_C_SetupSfx) == 0x000008, "Wrong size on BP_AccioRing_C_SetupSfx"); \ static_assert(offsetof(BP_AccioRing_C_SetupSfx, AkComponent) == 0x000000, "Member 'BP_AccioRing_C_SetupSfx::AkComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AccioRing_C_OnAffectedBySpell \ static_assert(alignof(BP_AccioRing_C_OnAffectedBySpell) == 0x000008, "Wrong alignment on BP_AccioRing_C_OnAffectedBySpell"); \ static_assert(sizeof(BP_AccioRing_C_OnAffectedBySpell) == 0x0000E8, "Wrong size on BP_AccioRing_C_OnAffectedBySpell"); \ static_assert(offsetof(BP_AccioRing_C_OnAffectedBySpell, SpellTool) == 0x000000, "Member 'BP_AccioRing_C_OnAffectedBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnAffectedBySpell, Instigator_0) == 0x000008, "Member 'BP_AccioRing_C_OnAffectedBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnAffectedBySpell, DataAssets) == 0x000010, "Member 'BP_AccioRing_C_OnAffectedBySpell::DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnAffectedBySpell, SpellToolRecord) == 0x000020, "Member 'BP_AccioRing_C_OnAffectedBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnAffectedBySpell, SpellType) == 0x000028, "Member 'BP_AccioRing_C_OnAffectedBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnAffectedBySpell, Impact) == 0x000030, "Member 'BP_AccioRing_C_OnAffectedBySpell::Impact' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnAffectedBySpell, Hit) == 0x000050, "Member 'BP_AccioRing_C_OnAffectedBySpell::Hit' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnAffectedBySpell, ImpactDirection) == 0x0000D8, "Member 'BP_AccioRing_C_OnAffectedBySpell::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AccioRing_C_OnAffectedBySpellEnd \ static_assert(alignof(BP_AccioRing_C_OnAffectedBySpellEnd) == 0x000008, "Wrong alignment on BP_AccioRing_C_OnAffectedBySpellEnd"); \ static_assert(sizeof(BP_AccioRing_C_OnAffectedBySpellEnd) == 0x000040, "Wrong size on BP_AccioRing_C_OnAffectedBySpellEnd"); \ static_assert(offsetof(BP_AccioRing_C_OnAffectedBySpellEnd, SpellTool) == 0x000000, "Member 'BP_AccioRing_C_OnAffectedBySpellEnd::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnAffectedBySpellEnd, Instigator_0) == 0x000008, "Member 'BP_AccioRing_C_OnAffectedBySpellEnd::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnAffectedBySpellEnd, SpellToolRecord) == 0x000010, "Member 'BP_AccioRing_C_OnAffectedBySpellEnd::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnAffectedBySpellEnd, SpellType) == 0x000018, "Member 'BP_AccioRing_C_OnAffectedBySpellEnd::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnAffectedBySpellEnd, Impact) == 0x000020, "Member 'BP_AccioRing_C_OnAffectedBySpellEnd::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AccioRing_C_OnHitBySpell \ static_assert(alignof(BP_AccioRing_C_OnHitBySpell) == 0x000008, "Wrong alignment on BP_AccioRing_C_OnHitBySpell"); \ static_assert(sizeof(BP_AccioRing_C_OnHitBySpell) == 0x0000B8, "Wrong size on BP_AccioRing_C_OnHitBySpell"); \ static_assert(offsetof(BP_AccioRing_C_OnHitBySpell, SpellTool) == 0x000000, "Member 'BP_AccioRing_C_OnHitBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnHitBySpell, Instigator_0) == 0x000008, "Member 'BP_AccioRing_C_OnHitBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnHitBySpell, SpellToolRecord) == 0x000010, "Member 'BP_AccioRing_C_OnHitBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnHitBySpell, SpellType) == 0x000018, "Member 'BP_AccioRing_C_OnHitBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnHitBySpell, Hit) == 0x000020, "Member 'BP_AccioRing_C_OnHitBySpell::Hit' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnHitBySpell, ImpactDirection) == 0x0000A8, "Member 'BP_AccioRing_C_OnHitBySpell::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AccioRing_C_OnOverlappedBySpell \ static_assert(alignof(BP_AccioRing_C_OnOverlappedBySpell) == 0x000008, "Wrong alignment on BP_AccioRing_C_OnOverlappedBySpell"); \ static_assert(sizeof(BP_AccioRing_C_OnOverlappedBySpell) == 0x000050, "Wrong size on BP_AccioRing_C_OnOverlappedBySpell"); \ static_assert(offsetof(BP_AccioRing_C_OnOverlappedBySpell, SpellTool) == 0x000000, "Member 'BP_AccioRing_C_OnOverlappedBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnOverlappedBySpell, Instigator_0) == 0x000008, "Member 'BP_AccioRing_C_OnOverlappedBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnOverlappedBySpell, SpellToolRecord) == 0x000010, "Member 'BP_AccioRing_C_OnOverlappedBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnOverlappedBySpell, SpellType) == 0x000018, "Member 'BP_AccioRing_C_OnOverlappedBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnOverlappedBySpell, Impact) == 0x000020, "Member 'BP_AccioRing_C_OnOverlappedBySpell::Impact' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_OnOverlappedBySpell, MunitionLocation) == 0x000040, "Member 'BP_AccioRing_C_OnOverlappedBySpell::MunitionLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AccioRing_C_OnSpellEffective \ static_assert(alignof(BP_AccioRing_C_OnSpellEffective) == 0x000008, "Wrong alignment on BP_AccioRing_C_OnSpellEffective"); \ static_assert(sizeof(BP_AccioRing_C_OnSpellEffective) == 0x000008, "Wrong size on BP_AccioRing_C_OnSpellEffective"); \ static_assert(offsetof(BP_AccioRing_C_OnSpellEffective, Instigator_0) == 0x000000, "Member 'BP_AccioRing_C_OnSpellEffective::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AccioRing_C_OnSpellIneffective \ static_assert(alignof(BP_AccioRing_C_OnSpellIneffective) == 0x000008, "Wrong alignment on BP_AccioRing_C_OnSpellIneffective"); \ static_assert(sizeof(BP_AccioRing_C_OnSpellIneffective) == 0x000008, "Wrong size on BP_AccioRing_C_OnSpellIneffective"); \ static_assert(offsetof(BP_AccioRing_C_OnSpellIneffective, Instigator_0) == 0x000000, "Member 'BP_AccioRing_C_OnSpellIneffective::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AccioRing_C_OnSpellTooWeak \ static_assert(alignof(BP_AccioRing_C_OnSpellTooWeak) == 0x000008, "Wrong alignment on BP_AccioRing_C_OnSpellTooWeak"); \ static_assert(sizeof(BP_AccioRing_C_OnSpellTooWeak) == 0x000008, "Wrong size on BP_AccioRing_C_OnSpellTooWeak"); \ static_assert(offsetof(BP_AccioRing_C_OnSpellTooWeak, Instigator_0) == 0x000000, "Member 'BP_AccioRing_C_OnSpellTooWeak::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AccioRing_C_ReceiveEndPlay \ static_assert(alignof(BP_AccioRing_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_AccioRing_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_AccioRing_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_AccioRing_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_AccioRing_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_AccioRing_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing \ static_assert(alignof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing) == 0x000008, "Wrong alignment on BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing"); \ static_assert(sizeof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing) == 0x000370, "Wrong size on BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, EntryPoint) == 0x000000, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_EndPlayReason) == 0x000004, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, Temp_bool_IsClosed_Variable) == 0x000006, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, Temp_bool_Has_Been_Initd_Variable_1) == 0x000007, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_AkComponent) == 0x000008, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_AkComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_SpellTool_3) == 0x000010, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_SpellTool_3' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_Instigator_6) == 0x000018, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_Instigator_6' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_DataAssets) == 0x000020, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_SpellToolRecord_3) == 0x000030, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_SpellToolRecord_3' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_SpellType_3) == 0x000038, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_SpellType_3' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_Impact_2) == 0x000040, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_Impact_2' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_Hit_1) == 0x000060, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_ImpactDirection_1) == 0x0000E8, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_ImpactDirection_1' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_SpellTool_2) == 0x0000F8, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_SpellTool_2' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_Instigator_5) == 0x000100, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_Instigator_5' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_SpellToolRecord_2) == 0x000108, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_SpellToolRecord_2' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_SpellType_2) == 0x000110, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_SpellType_2' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_Impact_1) == 0x000118, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_Impact_1' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_SpellTool_1) == 0x000138, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_SpellTool_1' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_Instigator_4) == 0x000140, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_Instigator_4' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_SpellToolRecord_1) == 0x000148, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_SpellToolRecord_1' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_SpellType_1) == 0x000150, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_SpellType_1' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_Hit) == 0x000158, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_ImpactDirection) == 0x0001E0, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_SpellTool) == 0x0001F0, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_Instigator_3) == 0x0001F8, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_Instigator_3' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_SpellToolRecord) == 0x000200, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_SpellType) == 0x000208, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_Impact) == 0x000210, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_Impact' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_MunitionLocation) == 0x000230, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_MunitionLocation' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_Instigator_2) == 0x000240, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_Instigator_2' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_Instigator_1) == 0x000248, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_Instigator_1' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, K2Node_Event_Instigator) == 0x000250, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::K2Node_Event_Instigator' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, CallFunc_BreakRotator_Roll) == 0x000258, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, CallFunc_BreakRotator_Pitch) == 0x00025C, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, CallFunc_BreakRotator_Yaw) == 0x000260, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, Temp_bool_IsClosed_Variable_1) == 0x000264, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, Temp_delegate_Variable) == 0x000268, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, Temp_bool_IsClosed_Variable_2) == 0x000278, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, Temp_struct_Variable) == 0x000280, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, Temp_delegate_Variable_1) == 0x000290, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, Temp_struct_Variable_1) == 0x0002A0, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, CallFunc_Lerp_ReturnValue) == 0x0002B0, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, CallFunc_GetAkComponent_ComponentCreated) == 0x0002B4, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::CallFunc_GetAkComponent_ComponentCreated' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, CallFunc_GetAkComponent_ReturnValue) == 0x0002B8, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::CallFunc_GetAkComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, CallFunc_Add_FloatFloat_ReturnValue) == 0x0002C0, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, CallFunc_PostAkEvent_ReturnValue) == 0x0002C4, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, CallFunc_MakeRotator_ReturnValue) == 0x0002C8, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0002D4, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, CallFunc_GetAkComponent_ComponentCreated_1) == 0x00035C, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::CallFunc_GetAkComponent_ComponentCreated_1' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, CallFunc_GetAkComponent_ReturnValue_1) == 0x000360, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::CallFunc_GetAkComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, CallFunc_PostAkEvent_ReturnValue_1) == 0x000368, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::CallFunc_PostAkEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing, Temp_bool_Has_Been_Initd_Variable_2) == 0x00036C, "Member 'BP_AccioRing_C_ExecuteUbergraph_BP_AccioRing::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AccioRing_C \ static_assert(alignof(ABP_AccioRing_C) == 0x000008, "Wrong alignment on ABP_AccioRing_C"); \ static_assert(sizeof(ABP_AccioRing_C) == 0x0002B0, "Wrong size on ABP_AccioRing_C"); \ static_assert(offsetof(ABP_AccioRing_C, UberGraphFrame) == 0x000248, "Member 'ABP_AccioRing_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioRing_C, SM_BCProps_RopeKnot_A) == 0x000250, "Member 'ABP_AccioRing_C::SM_BCProps_RopeKnot_A' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioRing_C, SM_RopeLoop_Small_01) == 0x000258, "Member 'ABP_AccioRing_C::SM_RopeLoop_Small_01' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioRing_C, CognitionStimuliSource) == 0x000260, "Member 'ABP_AccioRing_C::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioRing_C, ObjectState) == 0x000268, "Member 'ABP_AccioRing_C::ObjectState' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioRing_C, Handle) == 0x000270, "Member 'ABP_AccioRing_C::Handle' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioRing_C, Anchor) == 0x000278, "Member 'ABP_AccioRing_C::Anchor' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioRing_C, Scene) == 0x000280, "Member 'ABP_AccioRing_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioRing_C, Timeline_0_NewTrack_0_F46668384FA271C17171A0A843348714) == 0x000288, "Member 'ABP_AccioRing_C::Timeline_0_NewTrack_0_F46668384FA271C17171A0A843348714' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioRing_C, Timeline_0__Direction_F46668384FA271C17171A0A843348714) == 0x00028C, "Member 'ABP_AccioRing_C::Timeline_0__Direction_F46668384FA271C17171A0A843348714' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioRing_C, Timeline_0) == 0x000290, "Member 'ABP_AccioRing_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioRing_C, StartingRotation) == 0x000298, "Member 'ABP_AccioRing_C::StartingRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioRing_C, Looping) == 0x0002A4, "Member 'ABP_AccioRing_C::Looping' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioRing_C, Time) == 0x0002A8, "Member 'ABP_AccioRing_C::Time' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioRing_C, Disable_Auto_Targeting) == 0x0002AC, "Member 'ABP_AccioRing_C::Disable_Auto_Targeting' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioRing_C, Rope) == 0x0002AD, "Member 'ABP_AccioRing_C::Rope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Int_BCProps_Pot_001_W_C \ static_assert(alignof(ABP_Int_BCProps_Pot_001_W_C) == 0x000008, "Wrong alignment on ABP_Int_BCProps_Pot_001_W_C"); \ static_assert(sizeof(ABP_Int_BCProps_Pot_001_W_C) == 0x000358, "Wrong size on ABP_Int_BCProps_Pot_001_W_C"); \ #define DUMPER7_ASSERTS_ABP_Int_BCProps_Jug_002_W_C \ static_assert(alignof(ABP_Int_BCProps_Jug_002_W_C) == 0x000008, "Wrong alignment on ABP_Int_BCProps_Jug_002_W_C"); \ static_assert(sizeof(ABP_Int_BCProps_Jug_002_W_C) == 0x000360, "Wrong size on ABP_Int_BCProps_Jug_002_W_C"); \ static_assert(offsetof(ABP_Int_BCProps_Jug_002_W_C, OdcAuthoredObstacleSetup) == 0x000358, "Member 'ABP_Int_BCProps_Jug_002_W_C::OdcAuthoredObstacleSetup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitBroom_Hvy_C_ExecuteUbergraph_ABL_HitBroom_Hvy \ static_assert(alignof(ABL_HitBroom_Hvy_C_ExecuteUbergraph_ABL_HitBroom_Hvy) == 0x000008, "Wrong alignment on ABL_HitBroom_Hvy_C_ExecuteUbergraph_ABL_HitBroom_Hvy"); \ static_assert(sizeof(ABL_HitBroom_Hvy_C_ExecuteUbergraph_ABL_HitBroom_Hvy) == 0x000030, "Wrong size on ABL_HitBroom_Hvy_C_ExecuteUbergraph_ABL_HitBroom_Hvy"); \ static_assert(offsetof(ABL_HitBroom_Hvy_C_ExecuteUbergraph_ABL_HitBroom_Hvy, EntryPoint) == 0x000000, "Member 'ABL_HitBroom_Hvy_C_ExecuteUbergraph_ABL_HitBroom_Hvy::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_Hvy_C_ExecuteUbergraph_ABL_HitBroom_Hvy, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitBroom_Hvy_C_ExecuteUbergraph_ABL_HitBroom_Hvy::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_Hvy_C_ExecuteUbergraph_ABL_HitBroom_Hvy, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitBroom_Hvy_C_ExecuteUbergraph_ABL_HitBroom_Hvy::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_Hvy_C_ExecuteUbergraph_ABL_HitBroom_Hvy, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_HitBroom_Hvy_C_ExecuteUbergraph_ABL_HitBroom_Hvy::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_Hvy_C_ExecuteUbergraph_ABL_HitBroom_Hvy, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HitBroom_Hvy_C_ExecuteUbergraph_ABL_HitBroom_Hvy::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_Hvy_C_ExecuteUbergraph_ABL_HitBroom_Hvy, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_HitBroom_Hvy_C_ExecuteUbergraph_ABL_HitBroom_Hvy::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitBroom_Hvy_C_OnAbilityBranch \ static_assert(alignof(ABL_HitBroom_Hvy_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitBroom_Hvy_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitBroom_Hvy_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitBroom_Hvy_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitBroom_Hvy_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitBroom_Hvy_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_Hvy_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitBroom_Hvy_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitBroom_Hvy_C_OnAbilityStart \ static_assert(alignof(ABL_HitBroom_Hvy_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitBroom_Hvy_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitBroom_Hvy_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitBroom_Hvy_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitBroom_Hvy_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitBroom_Hvy_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitBroom_Hvy_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitBroom_Hvy_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitBroom_Hvy_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitBroom_Hvy_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitBroom_Hvy_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitBroom_Hvy_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitBroom_Hvy_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_Hvy_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitBroom_Hvy_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_Hvy_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitBroom_Hvy_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_Hvy_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitBroom_Hvy_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_Hvy_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitBroom_Hvy_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroom_Hvy_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitBroom_Hvy_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitBroom_Hvy_C \ static_assert(alignof(UABL_HitBroom_Hvy_C) == 0x000008, "Wrong alignment on UABL_HitBroom_Hvy_C"); \ static_assert(sizeof(UABL_HitBroom_Hvy_C) == 0x0000E8, "Wrong size on UABL_HitBroom_Hvy_C"); \ static_assert(offsetof(UABL_HitBroom_Hvy_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitBroom_Hvy_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RegionSpline_C_UserConstructionScript \ static_assert(alignof(BP_RegionSpline_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_RegionSpline_C_UserConstructionScript"); \ static_assert(sizeof(BP_RegionSpline_C_UserConstructionScript) == 0x000018, "Wrong size on BP_RegionSpline_C_UserConstructionScript"); \ static_assert(offsetof(BP_RegionSpline_C_UserConstructionScript, Temp_byte_Variable) == 0x000000, "Member 'BP_RegionSpline_C_UserConstructionScript::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_UserConstructionScript, CallFunc_Map_Find_Value) == 0x000004, "Member 'BP_RegionSpline_C_UserConstructionScript::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_UserConstructionScript, CallFunc_Map_Find_ReturnValue) == 0x000014, "Member 'BP_RegionSpline_C_UserConstructionScript::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RegionSpline_C_CreateSpline \ static_assert(alignof(BP_RegionSpline_C_CreateSpline) == 0x000010, "Wrong alignment on BP_RegionSpline_C_CreateSpline"); \ static_assert(sizeof(BP_RegionSpline_C_CreateSpline) == 0x0000A0, "Wrong size on BP_RegionSpline_C_CreateSpline"); \ static_assert(offsetof(BP_RegionSpline_C_CreateSpline, Spline_Component) == 0x000000, "Member 'BP_RegionSpline_C_CreateSpline::Spline_Component' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_CreateSpline, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000008, "Member 'BP_RegionSpline_C_CreateSpline::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_CreateSpline, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'BP_RegionSpline_C_CreateSpline::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_CreateSpline, Temp_int_Variable) == 0x000018, "Member 'BP_RegionSpline_C_CreateSpline::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_CreateSpline, Temp_struct_Variable) == 0x000020, "Member 'BP_RegionSpline_C_CreateSpline::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_CreateSpline, CallFunc_GetLocationAndTangentAtSplinePoint_Location) == 0x000050, "Member 'BP_RegionSpline_C_CreateSpline::CallFunc_GetLocationAndTangentAtSplinePoint_Location' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_CreateSpline, CallFunc_GetLocationAndTangentAtSplinePoint_Tangent) == 0x00005C, "Member 'BP_RegionSpline_C_CreateSpline::CallFunc_GetLocationAndTangentAtSplinePoint_Tangent' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_CreateSpline, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'BP_RegionSpline_C_CreateSpline::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_CreateSpline, CallFunc_AddComponent_ReturnValue) == 0x000070, "Member 'BP_RegionSpline_C_CreateSpline::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_CreateSpline, CallFunc_GetLocationAndTangentAtSplinePoint_Location_1) == 0x000078, "Member 'BP_RegionSpline_C_CreateSpline::CallFunc_GetLocationAndTangentAtSplinePoint_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_CreateSpline, CallFunc_GetLocationAndTangentAtSplinePoint_Tangent_1) == 0x000084, "Member 'BP_RegionSpline_C_CreateSpline::CallFunc_GetLocationAndTangentAtSplinePoint_Tangent_1' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_CreateSpline, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000090, "Member 'BP_RegionSpline_C_CreateSpline::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_CreateSpline, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000091, "Member 'BP_RegionSpline_C_CreateSpline::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_CreateSpline, CallFunc_Add_IntInt_ReturnValue_1) == 0x000094, "Member 'BP_RegionSpline_C_CreateSpline::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RegionSpline_C_Show \ static_assert(alignof(BP_RegionSpline_C_Show) == 0x000001, "Wrong alignment on BP_RegionSpline_C_Show"); \ static_assert(sizeof(BP_RegionSpline_C_Show) == 0x000001, "Wrong size on BP_RegionSpline_C_Show"); \ static_assert(offsetof(BP_RegionSpline_C_Show, Visible) == 0x000000, "Member 'BP_RegionSpline_C_Show::Visible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RegionSpline_C_ReverseSplineOrder \ static_assert(alignof(BP_RegionSpline_C_ReverseSplineOrder) == 0x000008, "Wrong alignment on BP_RegionSpline_C_ReverseSplineOrder"); \ static_assert(sizeof(BP_RegionSpline_C_ReverseSplineOrder) == 0x000058, "Wrong size on BP_RegionSpline_C_ReverseSplineOrder"); \ static_assert(offsetof(BP_RegionSpline_C_ReverseSplineOrder, NewLocationArray) == 0x000000, "Member 'BP_RegionSpline_C_ReverseSplineOrder::NewLocationArray' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_ReverseSplineOrder, LastIndex) == 0x000010, "Member 'BP_RegionSpline_C_ReverseSplineOrder::LastIndex' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_ReverseSplineOrder, Temp_int_Variable) == 0x000014, "Member 'BP_RegionSpline_C_ReverseSplineOrder::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_ReverseSplineOrder, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000018, "Member 'BP_RegionSpline_C_ReverseSplineOrder::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_ReverseSplineOrder, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_RegionSpline_C_ReverseSplineOrder::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_ReverseSplineOrder, Temp_int_Variable_1) == 0x000020, "Member 'BP_RegionSpline_C_ReverseSplineOrder::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_ReverseSplineOrder, CallFunc_Array_Get_Item) == 0x000024, "Member 'BP_RegionSpline_C_ReverseSplineOrder::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_ReverseSplineOrder, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000030, "Member 'BP_RegionSpline_C_ReverseSplineOrder::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_ReverseSplineOrder, CallFunc_Add_IntInt_ReturnValue_1) == 0x000034, "Member 'BP_RegionSpline_C_ReverseSplineOrder::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_ReverseSplineOrder, CallFunc_Subtract_IntInt_ReturnValue) == 0x000038, "Member 'BP_RegionSpline_C_ReverseSplineOrder::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_ReverseSplineOrder, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x00003C, "Member 'BP_RegionSpline_C_ReverseSplineOrder::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_ReverseSplineOrder, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x000048, "Member 'BP_RegionSpline_C_ReverseSplineOrder::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_ReverseSplineOrder, CallFunc_Array_Add_ReturnValue) == 0x00004C, "Member 'BP_RegionSpline_C_ReverseSplineOrder::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RegionSpline_C_ReverseSplineOrder, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000050, "Member 'BP_RegionSpline_C_ReverseSplineOrder::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_RegionSpline_C \ static_assert(alignof(ABP_RegionSpline_C) == 0x000008, "Wrong alignment on ABP_RegionSpline_C"); \ static_assert(sizeof(ABP_RegionSpline_C) == 0x0002F0, "Wrong size on ABP_RegionSpline_C"); \ static_assert(offsetof(ABP_RegionSpline_C, Spline) == 0x000290, "Member 'ABP_RegionSpline_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ABP_RegionSpline_C, RegionMap) == 0x000298, "Member 'ABP_RegionSpline_C::RegionMap' has a wrong offset!"); \ static_assert(offsetof(ABP_RegionSpline_C, Material) == 0x0002E8, "Member 'ABP_RegionSpline_C::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LogoAndLegal_C_ExecuteUbergraph_UI_BP_LogoAndLegal \ static_assert(alignof(UI_BP_LogoAndLegal_C_ExecuteUbergraph_UI_BP_LogoAndLegal) == 0x000008, "Wrong alignment on UI_BP_LogoAndLegal_C_ExecuteUbergraph_UI_BP_LogoAndLegal"); \ static_assert(sizeof(UI_BP_LogoAndLegal_C_ExecuteUbergraph_UI_BP_LogoAndLegal) == 0x000030, "Wrong size on UI_BP_LogoAndLegal_C_ExecuteUbergraph_UI_BP_LogoAndLegal"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_ExecuteUbergraph_UI_BP_LogoAndLegal, EntryPoint) == 0x000000, "Member 'UI_BP_LogoAndLegal_C_ExecuteUbergraph_UI_BP_LogoAndLegal::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_ExecuteUbergraph_UI_BP_LogoAndLegal, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_LogoAndLegal_C_ExecuteUbergraph_UI_BP_LogoAndLegal::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_ExecuteUbergraph_UI_BP_LogoAndLegal, CallFunc_HermesBindEvent_Handle) == 0x000018, "Member 'UI_BP_LogoAndLegal_C_ExecuteUbergraph_UI_BP_LogoAndLegal::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_ExecuteUbergraph_UI_BP_LogoAndLegal, K2Node_CustomEvent_Caller) == 0x000028, "Member 'UI_BP_LogoAndLegal_C_ExecuteUbergraph_UI_BP_LogoAndLegal::K2Node_CustomEvent_Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LogoAndLegal_C_ResolutionSettingsApplied \ static_assert(alignof(UI_BP_LogoAndLegal_C_ResolutionSettingsApplied) == 0x000008, "Wrong alignment on UI_BP_LogoAndLegal_C_ResolutionSettingsApplied"); \ static_assert(sizeof(UI_BP_LogoAndLegal_C_ResolutionSettingsApplied) == 0x000008, "Wrong size on UI_BP_LogoAndLegal_C_ResolutionSettingsApplied"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_ResolutionSettingsApplied, Caller) == 0x000000, "Member 'UI_BP_LogoAndLegal_C_ResolutionSettingsApplied::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_LogoAndLegal_C_AdjustForViewportWidth \ static_assert(alignof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth) == 0x000008, "Wrong alignment on UI_BP_LogoAndLegal_C_AdjustForViewportWidth"); \ static_assert(sizeof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth) == 0x000068, "Wrong size on UI_BP_LogoAndLegal_C_AdjustForViewportWidth"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth, CurrentWidth) == 0x000000, "Member 'UI_BP_LogoAndLegal_C_AdjustForViewportWidth::CurrentWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth, CurrentRatio) == 0x000004, "Member 'UI_BP_LogoAndLegal_C_AdjustForViewportWidth::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth, IdealWidth) == 0x000008, "Member 'UI_BP_LogoAndLegal_C_AdjustForViewportWidth::IdealWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth, IdealRatio) == 0x00000C, "Member 'UI_BP_LogoAndLegal_C_AdjustForViewportWidth::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin) == 0x000010, "Member 'UI_BP_LogoAndLegal_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue) == 0x000020, "Member 'UI_BP_LogoAndLegal_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000028, "Member 'UI_BP_LogoAndLegal_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000030, "Member 'UI_BP_LogoAndLegal_C_AdjustForViewportWidth::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000034, "Member 'UI_BP_LogoAndLegal_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000038, "Member 'UI_BP_LogoAndLegal_C_AdjustForViewportWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth, CallFunc_Add_FloatFloat_ReturnValue) == 0x00003C, "Member 'UI_BP_LogoAndLegal_C_AdjustForViewportWidth::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_1) == 0x000040, "Member 'UI_BP_LogoAndLegal_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth, CallFunc_GetViewportSize_ReturnValue) == 0x000050, "Member 'UI_BP_LogoAndLegal_C_AdjustForViewportWidth::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth, CallFunc_BreakVector2D_X) == 0x000058, "Member 'UI_BP_LogoAndLegal_C_AdjustForViewportWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth, CallFunc_BreakVector2D_Y) == 0x00005C, "Member 'UI_BP_LogoAndLegal_C_AdjustForViewportWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_LogoAndLegal_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000060, "Member 'UI_BP_LogoAndLegal_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_LogoAndLegal_C \ static_assert(alignof(UUI_BP_LogoAndLegal_C) == 0x000008, "Wrong alignment on UUI_BP_LogoAndLegal_C"); \ static_assert(sizeof(UUI_BP_LogoAndLegal_C) == 0x0002B0, "Wrong size on UUI_BP_LogoAndLegal_C"); \ static_assert(offsetof(UUI_BP_LogoAndLegal_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_LogoAndLegal_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LogoAndLegal_C, Bink) == 0x000270, "Member 'UUI_BP_LogoAndLegal_C::Bink' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LogoAndLegal_C, content) == 0x000278, "Member 'UUI_BP_LogoAndLegal_C::content' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LogoAndLegal_C, InstaLod) == 0x000280, "Member 'UUI_BP_LogoAndLegal_C::InstaLod' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LogoAndLegal_C, Mercuna) == 0x000288, "Member 'UUI_BP_LogoAndLegal_C::Mercuna' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LogoAndLegal_C, Oodle) == 0x000290, "Member 'UUI_BP_LogoAndLegal_C::Oodle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LogoAndLegal_C, SpeedTree) == 0x000298, "Member 'UUI_BP_LogoAndLegal_C::SpeedTree' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LogoAndLegal_C, UnrealEngine) == 0x0002A0, "Member 'UUI_BP_LogoAndLegal_C::UnrealEngine' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_LogoAndLegal_C, Wwise) == 0x0002A8, "Member 'UUI_BP_LogoAndLegal_C::Wwise' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility \ static_assert(alignof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility) == 0x000008, "Wrong alignment on UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility"); \ static_assert(sizeof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility) == 0x000180, "Wrong size on UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, EntryPoint) == 0x000000, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_GetUIManagerPure_ReturnValue) == 0x000008, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_IsMenuReaderCurrentLanguageSupported_ReturnValue) == 0x000010, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_IsMenuReaderCurrentLanguageSupported_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_IsMenuReaderSupported_ReturnValue) == 0x000011, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_IsMenuReaderSupported_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x000018, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_BooleanAND_ReturnValue) == 0x000020, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_IsMenuReaderEnabled_ReturnValue) == 0x000021, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_IsMenuReaderEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_SetMenuReaderEnabled_ReturnValue) == 0x000022, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_SetMenuReaderEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, K2Node_Event_MyGeometry) == 0x000024, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, K2Node_Event_InDeltaTime) == 0x00005C, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_GetUIManagerPure_ReturnValue_2) == 0x000060, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_GetUIManagerPure_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_IsMenuReaderBusy_ReturnValue) == 0x000068, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_IsMenuReaderBusy_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, K2Node_Event_InFocusEvent) == 0x00006C, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::K2Node_Event_InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000078, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_Initialize_self_CastInput) == 0x000080, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_Initialize_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_1) == 0x000090, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, K2Node_CreateDelegate_OutputDelegate) == 0x000098, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_HermesBindEvent_Handle) == 0x0000A8, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_SelectInt_ReturnValue) == 0x0000B8, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_GetPhoenixGameSettings_ReturnValue_2) == 0x0000C0, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_GetPhoenixGameSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_GetMenuReaderEnabled_ReturnValue) == 0x0000C8, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_GetMenuReaderEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_Get_ReturnValue) == 0x0000D0, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_GetProfileName_ProfileName) == 0x0000D8, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_GetProfileName_ProfileName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_GetUIManagerPure_ReturnValue_3) == 0x0000E8, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_GetUIManagerPure_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_Conv_StringToText_ReturnValue) == 0x0000F0, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_IsSteamRunningOnSteamDeck_ReturnValue) == 0x000108, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_IsSteamRunningOnSteamDeck_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_Not_PreBool_ReturnValue) == 0x000109, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_GetPlatformName_ReturnValue) == 0x000110, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_NotEqual_StrStr_ReturnValue) == 0x000120, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_BooleanAND_ReturnValue_1) == 0x000121, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, K2Node_CustomEvent_Caller_1) == 0x000128, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, K2Node_CustomEvent_Caller) == 0x000130, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, K2Node_CustomEvent_String) == 0x000138, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::K2Node_CustomEvent_String' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000148, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, K2Node_CreateDelegate_OutputDelegate_1) == 0x000160, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility, CallFunc_HermesBindFString_Handle) == 0x000170, "Member 'UI_BP_FirstFlowAccessibility_C_ExecuteUbergraph_UI_BP_FirstFlowAccessibility::CallFunc_HermesBindFString_Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstFlowAccessibility_C_UserProfileChange \ static_assert(alignof(UI_BP_FirstFlowAccessibility_C_UserProfileChange) == 0x000008, "Wrong alignment on UI_BP_FirstFlowAccessibility_C_UserProfileChange"); \ static_assert(sizeof(UI_BP_FirstFlowAccessibility_C_UserProfileChange) == 0x000018, "Wrong size on UI_BP_FirstFlowAccessibility_C_UserProfileChange"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_UserProfileChange, Caller) == 0x000000, "Member 'UI_BP_FirstFlowAccessibility_C_UserProfileChange::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_UserProfileChange, String) == 0x000008, "Member 'UI_BP_FirstFlowAccessibility_C_UserProfileChange::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstFlowAccessibility_C_ResolutionSettingsApplied \ static_assert(alignof(UI_BP_FirstFlowAccessibility_C_ResolutionSettingsApplied) == 0x000008, "Wrong alignment on UI_BP_FirstFlowAccessibility_C_ResolutionSettingsApplied"); \ static_assert(sizeof(UI_BP_FirstFlowAccessibility_C_ResolutionSettingsApplied) == 0x000008, "Wrong size on UI_BP_FirstFlowAccessibility_C_ResolutionSettingsApplied"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ResolutionSettingsApplied, Caller) == 0x000000, "Member 'UI_BP_FirstFlowAccessibility_C_ResolutionSettingsApplied::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstFlowAccessibility_C_OnFocusLost \ static_assert(alignof(UI_BP_FirstFlowAccessibility_C_OnFocusLost) == 0x000004, "Wrong alignment on UI_BP_FirstFlowAccessibility_C_OnFocusLost"); \ static_assert(sizeof(UI_BP_FirstFlowAccessibility_C_OnFocusLost) == 0x000008, "Wrong size on UI_BP_FirstFlowAccessibility_C_OnFocusLost"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_OnFocusLost, InFocusEvent) == 0x000000, "Member 'UI_BP_FirstFlowAccessibility_C_OnFocusLost::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstFlowAccessibility_C_Tick \ static_assert(alignof(UI_BP_FirstFlowAccessibility_C_Tick) == 0x000004, "Wrong alignment on UI_BP_FirstFlowAccessibility_C_Tick"); \ static_assert(sizeof(UI_BP_FirstFlowAccessibility_C_Tick) == 0x00003C, "Wrong size on UI_BP_FirstFlowAccessibility_C_Tick"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_FirstFlowAccessibility_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_FirstFlowAccessibility_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction) == 0x000004, "Wrong alignment on UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction) == 0x000020, "Wrong size on UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction, HandledSubscreenHoldOperation) == 0x000003, "Member 'UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction::HandledSubscreenHoldOperation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000004, "Member 'UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000005, "Member 'UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000007, "Member 'UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_1) == 0x000008, "Member 'UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x00000C, "Member 'UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000010, "Member 'UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000014, "Member 'UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction, CallFunc_Not_PreBool_ReturnValue_2) == 0x000015, "Member 'UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000016, "Member 'UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000018, "Member 'UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x00001C, "Member 'UI_BP_FirstFlowAccessibility_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstFlowAccessibility_C_RefreshLegend \ static_assert(alignof(UI_BP_FirstFlowAccessibility_C_RefreshLegend) == 0x000008, "Wrong alignment on UI_BP_FirstFlowAccessibility_C_RefreshLegend"); \ static_assert(sizeof(UI_BP_FirstFlowAccessibility_C_RefreshLegend) == 0x000088, "Wrong size on UI_BP_FirstFlowAccessibility_C_RefreshLegend"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_RefreshLegend, TempResetLegendItemIndex) == 0x000000, "Member 'UI_BP_FirstFlowAccessibility_C_RefreshLegend::TempResetLegendItemIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_RefreshLegend, TempLegendItems) == 0x000008, "Member 'UI_BP_FirstFlowAccessibility_C_RefreshLegend::TempLegendItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_RefreshLegend, Temp_bool_Variable) == 0x000018, "Member 'UI_BP_FirstFlowAccessibility_C_RefreshLegend::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_RefreshLegend, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'UI_BP_FirstFlowAccessibility_C_RefreshLegend::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_RefreshLegend, CallFunc_GetLegendItem_ReturnValue) == 0x000030, "Member 'UI_BP_FirstFlowAccessibility_C_RefreshLegend::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_RefreshLegend, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'UI_BP_FirstFlowAccessibility_C_RefreshLegend::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_RefreshLegend, CallFunc_Array_Add_ReturnValue) == 0x00003C, "Member 'UI_BP_FirstFlowAccessibility_C_RefreshLegend::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_1) == 0x000040, "Member 'UI_BP_FirstFlowAccessibility_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_2) == 0x000044, "Member 'UI_BP_FirstFlowAccessibility_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_RefreshLegend, CallFunc_Not_PreBool_ReturnValue_1) == 0x000048, "Member 'UI_BP_FirstFlowAccessibility_C_RefreshLegend::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_RefreshLegend, K2Node_Select_Default) == 0x000050, "Member 'UI_BP_FirstFlowAccessibility_C_RefreshLegend::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_RefreshLegend, CallFunc_Array_Add_ReturnValue_3) == 0x000080, "Member 'UI_BP_FirstFlowAccessibility_C_RefreshLegend::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstFlowAccessibility_C_ToggleMenuReader \ static_assert(alignof(UI_BP_FirstFlowAccessibility_C_ToggleMenuReader) == 0x000008, "Wrong alignment on UI_BP_FirstFlowAccessibility_C_ToggleMenuReader"); \ static_assert(sizeof(UI_BP_FirstFlowAccessibility_C_ToggleMenuReader) == 0x000018, "Wrong size on UI_BP_FirstFlowAccessibility_C_ToggleMenuReader"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ToggleMenuReader, CallFunc_SelectInt_ReturnValue) == 0x000000, "Member 'UI_BP_FirstFlowAccessibility_C_ToggleMenuReader::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ToggleMenuReader, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000008, "Member 'UI_BP_FirstFlowAccessibility_C_ToggleMenuReader::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_ToggleMenuReader, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'UI_BP_FirstFlowAccessibility_C_ToggleMenuReader::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth \ static_assert(alignof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth) == 0x000008, "Wrong alignment on UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth"); \ static_assert(sizeof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth) == 0x0000B0, "Wrong size on UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, CurrentWidth) == 0x000000, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::CurrentWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, CurrentRatio) == 0x000004, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, IdealWidth) == 0x000008, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::IdealWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, IdealRatio) == 0x00000C, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin) == 0x000010, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_1) == 0x000020, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_2) == 0x000030, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue) == 0x000040, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue_1) == 0x000048, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue) == 0x000050, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_3) == 0x000054, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, CallFunc_SlotAsOverlaySlot_ReturnValue_2) == 0x000068, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::CallFunc_SlotAsOverlaySlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_4) == 0x000070, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, CallFunc_Add_FloatFloat_ReturnValue) == 0x000080, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_5) == 0x000084, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue_1) == 0x000094, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000098, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, CallFunc_GetViewportSize_ReturnValue) == 0x00009C, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, CallFunc_BreakVector2D_X) == 0x0000A4, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, CallFunc_BreakVector2D_Y) == 0x0000A8, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000AC, "Member 'UI_BP_FirstFlowAccessibility_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstFlowAccessibility_C_OnResetHoldReleased \ static_assert(alignof(UI_BP_FirstFlowAccessibility_C_OnResetHoldReleased) == 0x000008, "Wrong alignment on UI_BP_FirstFlowAccessibility_C_OnResetHoldReleased"); \ static_assert(sizeof(UI_BP_FirstFlowAccessibility_C_OnResetHoldReleased) == 0x000010, "Wrong size on UI_BP_FirstFlowAccessibility_C_OnResetHoldReleased"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_OnResetHoldReleased, LegendItem) == 0x000000, "Member 'UI_BP_FirstFlowAccessibility_C_OnResetHoldReleased::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_OnResetHoldReleased, HoldWasCompleted) == 0x000008, "Member 'UI_BP_FirstFlowAccessibility_C_OnResetHoldReleased::HoldWasCompleted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_OnResetHoldReleased, CallFunc_PostEventAtLocation_ReturnValue) == 0x00000C, "Member 'UI_BP_FirstFlowAccessibility_C_OnResetHoldReleased::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings) == 0x0000B8, "Wrong size on UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000048, "Member 'UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000060, "Member 'UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue_1) == 0x000078, "Member 'UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_2) == 0x000090, "Member 'UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue_1) == 0x0000B0, "Member 'UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings, K2Node_SwitchInteger_CmpSuccess) == 0x0000B4, "Member 'UI_BP_FirstFlowAccessibility_C_GatherMenuReaderStrings::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FirstFlowAccessibility_C \ static_assert(alignof(UUI_BP_FirstFlowAccessibility_C) == 0x000008, "Wrong alignment on UUI_BP_FirstFlowAccessibility_C"); \ static_assert(sizeof(UUI_BP_FirstFlowAccessibility_C) == 0x000490, "Wrong size on UUI_BP_FirstFlowAccessibility_C"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, UberGraphFrame) == 0x000328, "Member 'UUI_BP_FirstFlowAccessibility_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, content) == 0x000330, "Member 'UUI_BP_FirstFlowAccessibility_C::content' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, HiddenMenuReaderText) == 0x000338, "Member 'UUI_BP_FirstFlowAccessibility_C::HiddenMenuReaderText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, LegendBar) == 0x000340, "Member 'UUI_BP_FirstFlowAccessibility_C::LegendBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, ProfileName) == 0x000348, "Member 'UUI_BP_FirstFlowAccessibility_C::ProfileName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, settingsTitle) == 0x000350, "Member 'UUI_BP_FirstFlowAccessibility_C::settingsTitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, UI_BP_Settings_Accessibility) == 0x000358, "Member 'UUI_BP_FirstFlowAccessibility_C::UI_BP_Settings_Accessibility' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, ChangesComplete) == 0x000360, "Member 'UUI_BP_FirstFlowAccessibility_C::ChangesComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, MenuReaderOffLegendData) == 0x000370, "Member 'UUI_BP_FirstFlowAccessibility_C::MenuReaderOffLegendData' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, MenuReaderOnLegendData) == 0x0003A0, "Member 'UUI_BP_FirstFlowAccessibility_C::MenuReaderOnLegendData' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, ContinueLegendData) == 0x0003D0, "Member 'UUI_BP_FirstFlowAccessibility_C::ContinueLegendData' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, SelectLegendData) == 0x000400, "Member 'UUI_BP_FirstFlowAccessibility_C::SelectLegendData' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, ResetLegendData) == 0x000430, "Member 'UUI_BP_FirstFlowAccessibility_C::ResetLegendData' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, EverEnteredSpecialMenuReaderMode) == 0x000460, "Member 'UUI_BP_FirstFlowAccessibility_C::EverEnteredSpecialMenuReaderMode' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, IsInSpecialMenuReaderMode) == 0x000461, "Member 'UUI_BP_FirstFlowAccessibility_C::IsInSpecialMenuReaderMode' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, CurrentMenuReaderSetting) == 0x000462, "Member 'UUI_BP_FirstFlowAccessibility_C::CurrentMenuReaderSetting' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, WantsToShowCursor) == 0x000463, "Member 'UUI_BP_FirstFlowAccessibility_C::WantsToShowCursor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, WaitingForMenuReaderIdle) == 0x000464, "Member 'UUI_BP_FirstFlowAccessibility_C::WaitingForMenuReaderIdle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, CursorChangeRequested) == 0x000468, "Member 'UUI_BP_FirstFlowAccessibility_C::CursorChangeRequested' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, IsFirstFullRead) == 0x000478, "Member 'UUI_BP_FirstFlowAccessibility_C::IsFirstFullRead' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, selectLegend) == 0x000480, "Member 'UUI_BP_FirstFlowAccessibility_C::selectLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstFlowAccessibility_C, CachedResetLegendItem) == 0x000488, "Member 'UUI_BP_FirstFlowAccessibility_C::CachedResetLegendItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow \ static_assert(alignof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow) == 0x000008, "Wrong alignment on UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow"); \ static_assert(sizeof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow) == 0x000110, "Wrong size on UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, EntryPoint) == 0x000000, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_GetActiveWidget_ReturnValue) == 0x000010, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000020, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_GetPlayerController_ReturnValue_1) == 0x000028, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000030, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000031, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000038, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000040, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_EqualEqual_ObjectObject_ReturnValue_4) == 0x000041, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_EqualEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_IsEditor_ReturnValue) == 0x000042, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_IsEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_GetAccurateRealTime_Seconds) == 0x000044, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_GetAccurateRealTime_Seconds' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_GetAccurateRealTime_PartialSeconds) == 0x000048, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_GetAccurateRealTime_PartialSeconds' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_GetAccurateRealTime_Seconds_1) == 0x00004C, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_GetAccurateRealTime_Seconds_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_GetAccurateRealTime_PartialSeconds_1) == 0x000050, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_GetAccurateRealTime_PartialSeconds_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000054, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000058, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_Add_FloatFloat_ReturnValue) == 0x00005C, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000060, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000068, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_IsHardwareBenchmarkApplied_ReturnValue) == 0x000070, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_IsHardwareBenchmarkApplied_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_IsPCPlatform_ReturnValue) == 0x000071, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_IsPCPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_BooleanAND_ReturnValue) == 0x000072, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_EqualEqual_ObjectObject_ReturnValue_5) == 0x000073, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_EqualEqual_ObjectObject_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_SwitchToNextWidget_bSuccess) == 0x000074, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_SwitchToNextWidget_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, K2Node_ComponentBoundEvent_IsShown) == 0x000075, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::K2Node_ComponentBoundEvent_IsShown' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_SelectFloat_ReturnValue) == 0x000078, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_GetUIManagerPure_ReturnValue) == 0x000080, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_PlayAnimationForward_ReturnValue_2) == 0x000088, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_PlayAnimationForward_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000090, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_FMin_ReturnValue) == 0x000094, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_EqualEqual_ObjectObject_ReturnValue_6) == 0x000098, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_EqualEqual_ObjectObject_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, K2Node_ComponentBoundEvent_WantsCursor) == 0x0000A8, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::K2Node_ComponentBoundEvent_WantsCursor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_Get_ReturnValue) == 0x0000B0, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_GetPlayerController_ReturnValue_2) == 0x0000B8, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_EqualEqual_ObjectObject_ReturnValue_7) == 0x0000C0, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_EqualEqual_ObjectObject_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, K2Node_ComponentBoundEvent_WantsToShowCursor) == 0x0000C1, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::K2Node_ComponentBoundEvent_WantsToShowCursor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_GetPlayerController_ReturnValue_3) == 0x0000C8, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_GetUIManagerPure_ReturnValue_2) == 0x0000D0, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_GetUIManagerPure_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0000D8, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_PlayAnimationForward_ReturnValue_3) == 0x0000E0, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_PlayAnimationForward_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0000E8, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_EqualEqual_ObjectObject_ReturnValue_8) == 0x0000F0, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_EqualEqual_ObjectObject_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_GetPlayerController_ReturnValue_4) == 0x0000F8, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_GetUIManagerPure_ReturnValue_3) == 0x000100, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_GetUIManagerPure_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow, CallFunc_EqualEqual_ObjectObject_ReturnValue_9) == 0x000108, "Member 'UI_BP_FirstTimeFlow_C_ExecuteUbergraph_UI_BP_FirstTimeFlow::CallFunc_EqualEqual_ObjectObject_ReturnValue_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_FirstFlowAccessibility_K2Node_ComponentBoundEvent_9_CursorChangeRequested__DelegateSignature \ static_assert(alignof(UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_FirstFlowAccessibility_K2Node_ComponentBoundEvent_9_CursorChangeRequested__DelegateSignature) == 0x000001, "Wrong alignment on UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_FirstFlowAccessibility_K2Node_ComponentBoundEvent_9_CursorChangeRequested__DelegateSignature"); \ static_assert(sizeof(UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_FirstFlowAccessibility_K2Node_ComponentBoundEvent_9_CursorChangeRequested__DelegateSignature) == 0x000001, "Wrong size on UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_FirstFlowAccessibility_K2Node_ComponentBoundEvent_9_CursorChangeRequested__DelegateSignature"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_FirstFlowAccessibility_K2Node_ComponentBoundEvent_9_CursorChangeRequested__DelegateSignature, WantsToShowCursor) == 0x000000, "Member 'UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_FirstFlowAccessibility_K2Node_ComponentBoundEvent_9_CursorChangeRequested__DelegateSignature::WantsToShowCursor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_Benchmark_K2Node_ComponentBoundEvent_6_DesiredCursorStateChanged__DelegateSignature \ static_assert(alignof(UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_Benchmark_K2Node_ComponentBoundEvent_6_DesiredCursorStateChanged__DelegateSignature) == 0x000001, "Wrong alignment on UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_Benchmark_K2Node_ComponentBoundEvent_6_DesiredCursorStateChanged__DelegateSignature"); \ static_assert(sizeof(UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_Benchmark_K2Node_ComponentBoundEvent_6_DesiredCursorStateChanged__DelegateSignature) == 0x000001, "Wrong size on UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_Benchmark_K2Node_ComponentBoundEvent_6_DesiredCursorStateChanged__DelegateSignature"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_Benchmark_K2Node_ComponentBoundEvent_6_DesiredCursorStateChanged__DelegateSignature, WantsCursor) == 0x000000, "Member 'UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_Benchmark_K2Node_ComponentBoundEvent_6_DesiredCursorStateChanged__DelegateSignature::WantsCursor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_Benchmark_K2Node_ComponentBoundEvent_5_OnHDRScreenToggled__DelegateSignature \ static_assert(alignof(UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_Benchmark_K2Node_ComponentBoundEvent_5_OnHDRScreenToggled__DelegateSignature) == 0x000001, "Wrong alignment on UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_Benchmark_K2Node_ComponentBoundEvent_5_OnHDRScreenToggled__DelegateSignature"); \ static_assert(sizeof(UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_Benchmark_K2Node_ComponentBoundEvent_5_OnHDRScreenToggled__DelegateSignature) == 0x000001, "Wrong size on UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_Benchmark_K2Node_ComponentBoundEvent_5_OnHDRScreenToggled__DelegateSignature"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_Benchmark_K2Node_ComponentBoundEvent_5_OnHDRScreenToggled__DelegateSignature, IsShown) == 0x000000, "Member 'UI_BP_FirstTimeFlow_C_BndEvt__UI_BP_FirstTimeFlow_UI_BP_Benchmark_K2Node_ComponentBoundEvent_5_OnHDRScreenToggled__DelegateSignature::IsShown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstTimeFlow_C_SwitchToNextWidget \ static_assert(alignof(UI_BP_FirstTimeFlow_C_SwitchToNextWidget) == 0x000008, "Wrong alignment on UI_BP_FirstTimeFlow_C_SwitchToNextWidget"); \ static_assert(sizeof(UI_BP_FirstTimeFlow_C_SwitchToNextWidget) == 0x000020, "Wrong size on UI_BP_FirstTimeFlow_C_SwitchToNextWidget"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_SwitchToNextWidget, bSuccess) == 0x000000, "Member 'UI_BP_FirstTimeFlow_C_SwitchToNextWidget::bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_SwitchToNextWidget, Widget) == 0x000008, "Member 'UI_BP_FirstTimeFlow_C_SwitchToNextWidget::Widget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_SwitchToNextWidget, CallFunc_GetNumWidgets_ReturnValue) == 0x000010, "Member 'UI_BP_FirstTimeFlow_C_SwitchToNextWidget::CallFunc_GetNumWidgets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_SwitchToNextWidget, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_FirstTimeFlow_C_SwitchToNextWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_SwitchToNextWidget, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_FirstTimeFlow_C_SwitchToNextWidget::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstTimeFlow_C_ConditionallyHandleHDRScreen \ static_assert(alignof(UI_BP_FirstTimeFlow_C_ConditionallyHandleHDRScreen) == 0x000008, "Wrong alignment on UI_BP_FirstTimeFlow_C_ConditionallyHandleHDRScreen"); \ static_assert(sizeof(UI_BP_FirstTimeFlow_C_ConditionallyHandleHDRScreen) == 0x000028, "Wrong size on UI_BP_FirstTimeFlow_C_ConditionallyHandleHDRScreen"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ConditionallyHandleHDRScreen, IsShowing) == 0x000000, "Member 'UI_BP_FirstTimeFlow_C_ConditionallyHandleHDRScreen::IsShowing' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ConditionallyHandleHDRScreen, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_FirstTimeFlow_C_ConditionallyHandleHDRScreen::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ConditionallyHandleHDRScreen, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000010, "Member 'UI_BP_FirstTimeFlow_C_ConditionallyHandleHDRScreen::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ConditionallyHandleHDRScreen, CallFunc_GetActiveWidget_ReturnValue) == 0x000018, "Member 'UI_BP_FirstTimeFlow_C_ConditionallyHandleHDRScreen::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ConditionallyHandleHDRScreen, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000020, "Member 'UI_BP_FirstTimeFlow_C_ConditionallyHandleHDRScreen::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstTimeFlow_C_ConditionallyHandleFirstFlowAccessibility \ static_assert(alignof(UI_BP_FirstTimeFlow_C_ConditionallyHandleFirstFlowAccessibility) == 0x000008, "Wrong alignment on UI_BP_FirstTimeFlow_C_ConditionallyHandleFirstFlowAccessibility"); \ static_assert(sizeof(UI_BP_FirstTimeFlow_C_ConditionallyHandleFirstFlowAccessibility) == 0x000010, "Wrong size on UI_BP_FirstTimeFlow_C_ConditionallyHandleFirstFlowAccessibility"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ConditionallyHandleFirstFlowAccessibility, CallFunc_GetActiveWidget_ReturnValue) == 0x000000, "Member 'UI_BP_FirstTimeFlow_C_ConditionallyHandleFirstFlowAccessibility::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ConditionallyHandleFirstFlowAccessibility, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000008, "Member 'UI_BP_FirstTimeFlow_C_ConditionallyHandleFirstFlowAccessibility::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstTimeFlow_C_ConditionallyHandleEULA \ static_assert(alignof(UI_BP_FirstTimeFlow_C_ConditionallyHandleEULA) == 0x000008, "Wrong alignment on UI_BP_FirstTimeFlow_C_ConditionallyHandleEULA"); \ static_assert(sizeof(UI_BP_FirstTimeFlow_C_ConditionallyHandleEULA) == 0x000010, "Wrong size on UI_BP_FirstTimeFlow_C_ConditionallyHandleEULA"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ConditionallyHandleEULA, CallFunc_GetActiveWidget_ReturnValue) == 0x000000, "Member 'UI_BP_FirstTimeFlow_C_ConditionallyHandleEULA::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ConditionallyHandleEULA, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000008, "Member 'UI_BP_FirstTimeFlow_C_ConditionallyHandleEULA::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstTimeFlow_C_ShouldSkipPSO \ static_assert(alignof(UI_BP_FirstTimeFlow_C_ShouldSkipPSO) == 0x000008, "Wrong alignment on UI_BP_FirstTimeFlow_C_ShouldSkipPSO"); \ static_assert(sizeof(UI_BP_FirstTimeFlow_C_ShouldSkipPSO) == 0x000018, "Wrong size on UI_BP_FirstTimeFlow_C_ShouldSkipPSO"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ShouldSkipPSO, ShouldSkip) == 0x000000, "Member 'UI_BP_FirstTimeFlow_C_ShouldSkipPSO::ShouldSkip' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ShouldSkipPSO, CallFunc_IsPCPlatform_ReturnValue) == 0x000001, "Member 'UI_BP_FirstTimeFlow_C_ShouldSkipPSO::CallFunc_IsPCPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ShouldSkipPSO, CallFunc_GetUIManagerPure_ReturnValue) == 0x000008, "Member 'UI_BP_FirstTimeFlow_C_ShouldSkipPSO::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ShouldSkipPSO, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'UI_BP_FirstTimeFlow_C_ShouldSkipPSO::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ShouldSkipPSO, CallFunc_GetPSOProgress_ReturnValue) == 0x000014, "Member 'UI_BP_FirstTimeFlow_C_ShouldSkipPSO::CallFunc_GetPSOProgress_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstTimeFlow_C_AdjustForViewportWidth \ static_assert(alignof(UI_BP_FirstTimeFlow_C_AdjustForViewportWidth) == 0x000008, "Wrong alignment on UI_BP_FirstTimeFlow_C_AdjustForViewportWidth"); \ static_assert(sizeof(UI_BP_FirstTimeFlow_C_AdjustForViewportWidth) == 0x000060, "Wrong size on UI_BP_FirstTimeFlow_C_AdjustForViewportWidth"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_AdjustForViewportWidth, CurrentWidth) == 0x000000, "Member 'UI_BP_FirstTimeFlow_C_AdjustForViewportWidth::CurrentWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_AdjustForViewportWidth, CurrentRatio) == 0x000004, "Member 'UI_BP_FirstTimeFlow_C_AdjustForViewportWidth::CurrentRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_AdjustForViewportWidth, IdealWidth) == 0x000008, "Member 'UI_BP_FirstTimeFlow_C_AdjustForViewportWidth::IdealWidth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_AdjustForViewportWidth, IdealRatio) == 0x00000C, "Member 'UI_BP_FirstTimeFlow_C_AdjustForViewportWidth::IdealRatio' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin) == 0x000010, "Member 'UI_BP_FirstTimeFlow_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue) == 0x000020, "Member 'UI_BP_FirstTimeFlow_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_AdjustForViewportWidth, K2Node_MakeStruct_Margin_1) == 0x000024, "Member 'UI_BP_FirstTimeFlow_C_AdjustForViewportWidth::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_AdjustForViewportWidth, CallFunc_SlotAsBorderSlot_ReturnValue) == 0x000038, "Member 'UI_BP_FirstTimeFlow_C_AdjustForViewportWidth::CallFunc_SlotAsBorderSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_AdjustForViewportWidth, K2Node_MathExpression_ReturnValue_1) == 0x000040, "Member 'UI_BP_FirstTimeFlow_C_AdjustForViewportWidth::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_AdjustForViewportWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000044, "Member 'UI_BP_FirstTimeFlow_C_AdjustForViewportWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_AdjustForViewportWidth, CallFunc_GetViewportSize_ReturnValue) == 0x000048, "Member 'UI_BP_FirstTimeFlow_C_AdjustForViewportWidth::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_AdjustForViewportWidth, CallFunc_BreakVector2D_X) == 0x000050, "Member 'UI_BP_FirstTimeFlow_C_AdjustForViewportWidth::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_AdjustForViewportWidth, CallFunc_BreakVector2D_Y) == 0x000054, "Member 'UI_BP_FirstTimeFlow_C_AdjustForViewportWidth::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_AdjustForViewportWidth, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000058, "Member 'UI_BP_FirstTimeFlow_C_AdjustForViewportWidth::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstTimeFlow_C_DisplayWidget \ static_assert(alignof(UI_BP_FirstTimeFlow_C_DisplayWidget) == 0x000008, "Wrong alignment on UI_BP_FirstTimeFlow_C_DisplayWidget"); \ static_assert(sizeof(UI_BP_FirstTimeFlow_C_DisplayWidget) == 0x000028, "Wrong size on UI_BP_FirstTimeFlow_C_DisplayWidget"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_DisplayWidget, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UI_BP_FirstTimeFlow_C_DisplayWidget::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_DisplayWidget, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'UI_BP_FirstTimeFlow_C_DisplayWidget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_DisplayWidget, CallFunc_GetActiveWidget_ReturnValue) == 0x000010, "Member 'UI_BP_FirstTimeFlow_C_DisplayWidget::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_DisplayWidget, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000018, "Member 'UI_BP_FirstTimeFlow_C_DisplayWidget::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_DisplayWidget, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'UI_BP_FirstTimeFlow_C_DisplayWidget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_DisplayWidget, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000020, "Member 'UI_BP_FirstTimeFlow_C_DisplayWidget::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstTimeFlow_C_RemoveUnusedScreens \ static_assert(alignof(UI_BP_FirstTimeFlow_C_RemoveUnusedScreens) == 0x000008, "Wrong alignment on UI_BP_FirstTimeFlow_C_RemoveUnusedScreens"); \ static_assert(sizeof(UI_BP_FirstTimeFlow_C_RemoveUnusedScreens) == 0x000040, "Wrong size on UI_BP_FirstTimeFlow_C_RemoveUnusedScreens"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_RemoveUnusedScreens, CallFunc_ShouldSkipLegalScreen_bHideLegalScreen) == 0x000000, "Member 'UI_BP_FirstTimeFlow_C_RemoveUnusedScreens::CallFunc_ShouldSkipLegalScreen_bHideLegalScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_RemoveUnusedScreens, CallFunc_GetPlatformName_ReturnValue) == 0x000008, "Member 'UI_BP_FirstTimeFlow_C_RemoveUnusedScreens::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_RemoveUnusedScreens, CallFunc_RemoveChild_ReturnValue) == 0x000018, "Member 'UI_BP_FirstTimeFlow_C_RemoveUnusedScreens::CallFunc_RemoveChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_RemoveUnusedScreens, CallFunc_NotEqual_StrStr_ReturnValue) == 0x000019, "Member 'UI_BP_FirstTimeFlow_C_RemoveUnusedScreens::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_RemoveUnusedScreens, CallFunc_NotEqual_StrStr_ReturnValue_1) == 0x00001A, "Member 'UI_BP_FirstTimeFlow_C_RemoveUnusedScreens::CallFunc_NotEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_RemoveUnusedScreens, CallFunc_BooleanAND_ReturnValue) == 0x00001B, "Member 'UI_BP_FirstTimeFlow_C_RemoveUnusedScreens::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_RemoveUnusedScreens, CallFunc_ShouldSkipPSO_ShouldSkip) == 0x00001C, "Member 'UI_BP_FirstTimeFlow_C_RemoveUnusedScreens::CallFunc_ShouldSkipPSO_ShouldSkip' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_RemoveUnusedScreens, CallFunc_IsPCPlatform_ReturnValue) == 0x00001D, "Member 'UI_BP_FirstTimeFlow_C_RemoveUnusedScreens::CallFunc_IsPCPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_RemoveUnusedScreens, CallFunc_Not_PreBool_ReturnValue) == 0x00001E, "Member 'UI_BP_FirstTimeFlow_C_RemoveUnusedScreens::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_RemoveUnusedScreens, CallFunc_RemoveChild_ReturnValue_1) == 0x00001F, "Member 'UI_BP_FirstTimeFlow_C_RemoveUnusedScreens::CallFunc_RemoveChild_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_RemoveUnusedScreens, CallFunc_RemoveChild_ReturnValue_2) == 0x000020, "Member 'UI_BP_FirstTimeFlow_C_RemoveUnusedScreens::CallFunc_RemoveChild_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_RemoveUnusedScreens, CallFunc_RemoveChild_ReturnValue_3) == 0x000021, "Member 'UI_BP_FirstTimeFlow_C_RemoveUnusedScreens::CallFunc_RemoveChild_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_RemoveUnusedScreens, CallFunc_GetPlatformName_ReturnValue_1) == 0x000028, "Member 'UI_BP_FirstTimeFlow_C_RemoveUnusedScreens::CallFunc_GetPlatformName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_RemoveUnusedScreens, CallFunc_RemoveChild_ReturnValue_4) == 0x000038, "Member 'UI_BP_FirstTimeFlow_C_RemoveUnusedScreens::CallFunc_RemoveChild_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_RemoveUnusedScreens, CallFunc_NotEqual_StrStr_ReturnValue_2) == 0x000039, "Member 'UI_BP_FirstTimeFlow_C_RemoveUnusedScreens::CallFunc_NotEqual_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FirstTimeFlow_C_ShouldSkipLegalScreen \ static_assert(alignof(UI_BP_FirstTimeFlow_C_ShouldSkipLegalScreen) == 0x000008, "Wrong alignment on UI_BP_FirstTimeFlow_C_ShouldSkipLegalScreen"); \ static_assert(sizeof(UI_BP_FirstTimeFlow_C_ShouldSkipLegalScreen) == 0x000020, "Wrong size on UI_BP_FirstTimeFlow_C_ShouldSkipLegalScreen"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ShouldSkipLegalScreen, bHideLegalScreen) == 0x000000, "Member 'UI_BP_FirstTimeFlow_C_ShouldSkipLegalScreen::bHideLegalScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ShouldSkipLegalScreen, CallFunc_GetPlatformName_ReturnValue) == 0x000008, "Member 'UI_BP_FirstTimeFlow_C_ShouldSkipLegalScreen::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ShouldSkipLegalScreen, CallFunc_HasEverLaunchedGame_ReturnValue) == 0x000018, "Member 'UI_BP_FirstTimeFlow_C_ShouldSkipLegalScreen::CallFunc_HasEverLaunchedGame_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FirstTimeFlow_C_ShouldSkipLegalScreen, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000019, "Member 'UI_BP_FirstTimeFlow_C_ShouldSkipLegalScreen::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FirstTimeFlow_C \ static_assert(alignof(UUI_BP_FirstTimeFlow_C) == 0x000008, "Wrong alignment on UUI_BP_FirstTimeFlow_C"); \ static_assert(sizeof(UUI_BP_FirstTimeFlow_C) == 0x000470, "Wrong size on UUI_BP_FirstTimeFlow_C"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, UberGraphFrame) == 0x000370, "Member 'UUI_BP_FirstTimeFlow_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, EndFlow) == 0x000378, "Member 'UUI_BP_FirstTimeFlow_C::EndFlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, fadeInClouds) == 0x000380, "Member 'UUI_BP_FirstTimeFlow_C::fadeInClouds' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, FadeOutBG) == 0x000388, "Member 'UUI_BP_FirstTimeFlow_C::FadeOutBG' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, BlackScrimFade) == 0x000390, "Member 'UUI_BP_FirstTimeFlow_C::BlackScrimFade' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, Done) == 0x000398, "Member 'UUI_BP_FirstTimeFlow_C::Done' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, FadeIn) == 0x0003A0, "Member 'UUI_BP_FirstTimeFlow_C::FadeIn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, FadeOut) == 0x0003A8, "Member 'UUI_BP_FirstTimeFlow_C::FadeOut' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, Autosave) == 0x0003B0, "Member 'UUI_BP_FirstTimeFlow_C::Autosave' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, AutosaveDisclaimer) == 0x0003B8, "Member 'UUI_BP_FirstTimeFlow_C::AutosaveDisclaimer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, backgroundBlackScreen) == 0x0003C0, "Member 'UUI_BP_FirstTimeFlow_C::backgroundBlackScreen' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, benchmark) == 0x0003C8, "Member 'UUI_BP_FirstTimeFlow_C::benchmark' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, BlackOverlay) == 0x0003D0, "Member 'UUI_BP_FirstTimeFlow_C::BlackOverlay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, EULApanel) == 0x0003D8, "Member 'UUI_BP_FirstTimeFlow_C::EULApanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, LanguageSelectScreen) == 0x0003E0, "Member 'UUI_BP_FirstTimeFlow_C::LanguageSelectScreen' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, NextGenPerformance) == 0x0003E8, "Member 'UUI_BP_FirstTimeFlow_C::NextGenPerformance' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, Switcher) == 0x0003F0, "Member 'UUI_BP_FirstTimeFlow_C::Switcher' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, switcherBorder) == 0x0003F8, "Member 'UUI_BP_FirstTimeFlow_C::switcherBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, UI_BP_Benchmark) == 0x000400, "Member 'UUI_BP_FirstTimeFlow_C::UI_BP_Benchmark' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, UI_BP_EULA) == 0x000408, "Member 'UUI_BP_FirstTimeFlow_C::UI_BP_EULA' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, UI_BP_FirstFlowAccessibility) == 0x000410, "Member 'UUI_BP_FirstTimeFlow_C::UI_BP_FirstFlowAccessibility' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, UI_BP_FirstPlayCalibration) == 0x000418, "Member 'UUI_BP_FirstTimeFlow_C::UI_BP_FirstPlayCalibration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, UI_BP_FullBackgroundSmoke) == 0x000420, "Member 'UUI_BP_FirstTimeFlow_C::UI_BP_FullBackgroundSmoke' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, UI_BP_LogoAndLegal) == 0x000428, "Member 'UUI_BP_FirstTimeFlow_C::UI_BP_LogoAndLegal' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, UI_BP_PSO_FS) == 0x000430, "Member 'UUI_BP_FirstTimeFlow_C::UI_BP_PSO_FS' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, WBSignIn) == 0x000438, "Member 'UUI_BP_FirstTimeFlow_C::WBSignIn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, WBSignInPanel) == 0x000440, "Member 'UUI_BP_FirstTimeFlow_C::WBSignInPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, DisplayDuration) == 0x000448, "Member 'UUI_BP_FirstTimeFlow_C::DisplayDuration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, SequenceComplete) == 0x000450, "Member 'UUI_BP_FirstTimeFlow_C::SequenceComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, houseIndex) == 0x000460, "Member 'UUI_BP_FirstTimeFlow_C::houseIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, BenchmarkDuration) == 0x000464, "Member 'UUI_BP_FirstTimeFlow_C::BenchmarkDuration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, BenchmarkStart) == 0x000468, "Member 'UUI_BP_FirstTimeFlow_C::BenchmarkStart' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, HDRActorNeedsHide) == 0x00046C, "Member 'UUI_BP_FirstTimeFlow_C::HDRActorNeedsHide' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, HDRActorShowing) == 0x00046D, "Member 'UUI_BP_FirstTimeFlow_C::HDRActorShowing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FirstTimeFlow_C, CloudsShowing) == 0x00046E, "Member 'UUI_BP_FirstTimeFlow_C::CloudsShowing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX \ static_assert(alignof(BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX) == 0x000008, "Wrong alignment on BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX"); \ static_assert(sizeof(BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX) == 0x000070, "Wrong size on BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX, EntryPoint) == 0x000000, "Member 'BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX, K2Node_Event_bIsParryIndicator) == 0x000004, "Member 'BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX::K2Node_Event_bIsParryIndicator' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX, K2Node_Event_bIsUnblockableIndicator) == 0x000005, "Member 'BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX::K2Node_Event_bIsUnblockableIndicator' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX, K2Node_Event_InFX2Handle) == 0x000008, "Member 'BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX::K2Node_Event_InFX2Handle' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX, K2Node_MakeStruct_PokeNiagaraFXBool) == 0x000010, "Member 'BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX::K2Node_MakeStruct_PokeNiagaraFXBool' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX, K2Node_Event_InParraybleFX2Handle) == 0x000028, "Member 'BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX::K2Node_Event_InParraybleFX2Handle' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX, K2Node_Event_InPerfectParryFX2Handle) == 0x000030, "Member 'BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX::K2Node_Event_InPerfectParryFX2Handle' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX, K2Node_Event_bIsParryIndicator_1) == 0x000038, "Member 'BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX::K2Node_Event_bIsParryIndicator_1' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX, K2Node_Event_bIsUnblockableIndicator_1) == 0x000039, "Member 'BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX::K2Node_Event_bIsUnblockableIndicator_1' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX, K2Node_Event_InFX2Handle_1) == 0x000040, "Member 'BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX::K2Node_Event_InFX2Handle_1' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX, K2Node_Event_InEstimatedTime) == 0x000048, "Member 'BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX::K2Node_Event_InEstimatedTime' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX, CallFunc_FXPokeNiagaraBool_bSuccess) == 0x00004C, "Member 'BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX::CallFunc_FXPokeNiagaraBool_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX, K2Node_MakeStruct_PokeNiagaraFXFloat) == 0x000050, "Member 'BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX::K2Node_MakeStruct_PokeNiagaraFXFloat' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX, CallFunc_FXPokeNiagaraFloat_bSuccess) == 0x000068, "Member 'BP_AttackIndicatorVFX_C_ExecuteUbergraph_BP_AttackIndicatorVFX::CallFunc_FXPokeNiagaraFloat_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AttackIndicatorVFX_C_ReceiveIndicatorStop \ static_assert(alignof(BP_AttackIndicatorVFX_C_ReceiveIndicatorStop) == 0x000008, "Wrong alignment on BP_AttackIndicatorVFX_C_ReceiveIndicatorStop"); \ static_assert(sizeof(BP_AttackIndicatorVFX_C_ReceiveIndicatorStop) == 0x000010, "Wrong size on BP_AttackIndicatorVFX_C_ReceiveIndicatorStop"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ReceiveIndicatorStop, bIsParryIndicator) == 0x000000, "Member 'BP_AttackIndicatorVFX_C_ReceiveIndicatorStop::bIsParryIndicator' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ReceiveIndicatorStop, bIsUnblockableIndicator) == 0x000001, "Member 'BP_AttackIndicatorVFX_C_ReceiveIndicatorStop::bIsUnblockableIndicator' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ReceiveIndicatorStop, InFX2Handle) == 0x000008, "Member 'BP_AttackIndicatorVFX_C_ReceiveIndicatorStop::InFX2Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AttackIndicatorVFX_C_ReceiveIndicatorStart \ static_assert(alignof(BP_AttackIndicatorVFX_C_ReceiveIndicatorStart) == 0x000008, "Wrong alignment on BP_AttackIndicatorVFX_C_ReceiveIndicatorStart"); \ static_assert(sizeof(BP_AttackIndicatorVFX_C_ReceiveIndicatorStart) == 0x000018, "Wrong size on BP_AttackIndicatorVFX_C_ReceiveIndicatorStart"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ReceiveIndicatorStart, bIsParryIndicator) == 0x000000, "Member 'BP_AttackIndicatorVFX_C_ReceiveIndicatorStart::bIsParryIndicator' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ReceiveIndicatorStart, bIsUnblockableIndicator) == 0x000001, "Member 'BP_AttackIndicatorVFX_C_ReceiveIndicatorStart::bIsUnblockableIndicator' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ReceiveIndicatorStart, InFX2Handle) == 0x000008, "Member 'BP_AttackIndicatorVFX_C_ReceiveIndicatorStart::InFX2Handle' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ReceiveIndicatorStart, InEstimatedTime) == 0x000010, "Member 'BP_AttackIndicatorVFX_C_ReceiveIndicatorStart::InEstimatedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AttackIndicatorVFX_C_ReceivePerfectParry \ static_assert(alignof(BP_AttackIndicatorVFX_C_ReceivePerfectParry) == 0x000008, "Wrong alignment on BP_AttackIndicatorVFX_C_ReceivePerfectParry"); \ static_assert(sizeof(BP_AttackIndicatorVFX_C_ReceivePerfectParry) == 0x000010, "Wrong size on BP_AttackIndicatorVFX_C_ReceivePerfectParry"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ReceivePerfectParry, InParraybleFX2Handle) == 0x000000, "Member 'BP_AttackIndicatorVFX_C_ReceivePerfectParry::InParraybleFX2Handle' has a wrong offset!"); \ static_assert(offsetof(BP_AttackIndicatorVFX_C_ReceivePerfectParry, InPerfectParryFX2Handle) == 0x000008, "Member 'BP_AttackIndicatorVFX_C_ReceivePerfectParry::InPerfectParryFX2Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AttackIndicatorVFX_C \ static_assert(alignof(ABP_AttackIndicatorVFX_C) == 0x000008, "Wrong alignment on ABP_AttackIndicatorVFX_C"); \ static_assert(sizeof(ABP_AttackIndicatorVFX_C) == 0x0002C8, "Wrong size on ABP_AttackIndicatorVFX_C"); \ static_assert(offsetof(ABP_AttackIndicatorVFX_C, UberGraphFrame) == 0x0002A8, "Member 'ABP_AttackIndicatorVFX_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AttackIndicatorVFX_C, DefaultSceneRoot) == 0x0002B0, "Member 'ABP_AttackIndicatorVFX_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_AttackIndicatorVFX_C, Niagara_Component) == 0x0002B8, "Member 'ABP_AttackIndicatorVFX_C::Niagara_Component' has a wrong offset!"); \ static_assert(offsetof(ABP_AttackIndicatorVFX_C, AttackingEnemy) == 0x0002C0, "Member 'ABP_AttackIndicatorVFX_C::AttackingEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_FieldGuide_CatchPage_C \ static_assert(alignof(UABL_FieldGuide_CatchPage_C) == 0x000008, "Wrong alignment on UABL_FieldGuide_CatchPage_C"); \ static_assert(sizeof(UABL_FieldGuide_CatchPage_C) == 0x0000C8, "Wrong size on UABL_FieldGuide_CatchPage_C"); \ #define DUMPER7_ASSERTS_AIntro_Cliffside_Render_C \ static_assert(alignof(AIntro_Cliffside_Render_C) == 0x000008, "Wrong alignment on AIntro_Cliffside_Render_C"); \ static_assert(sizeof(AIntro_Cliffside_Render_C) == 0x000250, "Wrong size on AIntro_Cliffside_Render_C"); \ #define DUMPER7_ASSERTS_UABL_NPC_SwimClimbLedge_C \ static_assert(alignof(UABL_NPC_SwimClimbLedge_C) == 0x000008, "Wrong alignment on UABL_NPC_SwimClimbLedge_C"); \ static_assert(sizeof(UABL_NPC_SwimClimbLedge_C) == 0x0000C8, "Wrong size on UABL_NPC_SwimClimbLedge_C"); \ #define DUMPER7_ASSERTS_ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft \ static_assert(alignof(ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft) == 0x000008, "Wrong alignment on ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft"); \ static_assert(sizeof(ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft) == 0x000070, "Wrong size on ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft, EntryPoint) == 0x000000, "Member 'ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft, K2Node_Event_Context) == 0x000008, "Member 'ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroomBarrelRoll_Lft_C_ExecuteUbergraph_ABL_HoverBroomBarrelRoll_Lft::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroomBarrelRoll_Lft_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroomBarrelRoll_Lft_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroomBarrelRoll_Lft_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroomBarrelRoll_Lft_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroomBarrelRoll_Lft_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Lft_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroomBarrelRoll_Lft_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Lft_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroomBarrelRoll_Lft_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroomBarrelRoll_Lft_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroomBarrelRoll_Lft_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroomBarrelRoll_Lft_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroomBarrelRoll_Lft_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroomBarrelRoll_Lft_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroomBarrelRoll_Lft_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroomBarrelRoll_Lft_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroomBarrelRoll_Lft_C \ static_assert(alignof(UABL_HoverBroomBarrelRoll_Lft_C) == 0x000008, "Wrong alignment on UABL_HoverBroomBarrelRoll_Lft_C"); \ static_assert(sizeof(UABL_HoverBroomBarrelRoll_Lft_C) == 0x0000D0, "Wrong size on UABL_HoverBroomBarrelRoll_Lft_C"); \ static_assert(offsetof(UABL_HoverBroomBarrelRoll_Lft_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroomBarrelRoll_Lft_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Breakable_Fragile_C_UserConstructionScript \ static_assert(alignof(BP_Breakable_Fragile_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Breakable_Fragile_C_UserConstructionScript"); \ static_assert(sizeof(BP_Breakable_Fragile_C_UserConstructionScript) == 0x000018, "Wrong size on BP_Breakable_Fragile_C_UserConstructionScript"); \ static_assert(offsetof(BP_Breakable_Fragile_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_Breakable_Fragile_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Breakable_Fragile_C_UserConstructionScript, CallFunc_GetRepairBaseMesh_ReturnValue) == 0x000008, "Member 'BP_Breakable_Fragile_C_UserConstructionScript::CallFunc_GetRepairBaseMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Breakable_Fragile_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_1) == 0x000010, "Member 'BP_Breakable_Fragile_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Breakable_Fragile_C_UserConstructionScript, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'BP_Breakable_Fragile_C_UserConstructionScript::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Breakable_Fragile_C_ExecuteUbergraph_BP_Breakable_Fragile \ static_assert(alignof(BP_Breakable_Fragile_C_ExecuteUbergraph_BP_Breakable_Fragile) == 0x000004, "Wrong alignment on BP_Breakable_Fragile_C_ExecuteUbergraph_BP_Breakable_Fragile"); \ static_assert(sizeof(BP_Breakable_Fragile_C_ExecuteUbergraph_BP_Breakable_Fragile) == 0x00000C, "Wrong size on BP_Breakable_Fragile_C_ExecuteUbergraph_BP_Breakable_Fragile"); \ static_assert(offsetof(BP_Breakable_Fragile_C_ExecuteUbergraph_BP_Breakable_Fragile, EntryPoint) == 0x000000, "Member 'BP_Breakable_Fragile_C_ExecuteUbergraph_BP_Breakable_Fragile::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Breakable_Fragile_C_ExecuteUbergraph_BP_Breakable_Fragile, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000004, "Member 'BP_Breakable_Fragile_C_ExecuteUbergraph_BP_Breakable_Fragile::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Breakable_Fragile_C_ExecuteUbergraph_BP_Breakable_Fragile, CallFunc_Kill_ReturnValue) == 0x000005, "Member 'BP_Breakable_Fragile_C_ExecuteUbergraph_BP_Breakable_Fragile::CallFunc_Kill_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Breakable_Fragile_C_ExecuteUbergraph_BP_Breakable_Fragile, CallFunc_GetState_ReturnValue) == 0x000006, "Member 'BP_Breakable_Fragile_C_ExecuteUbergraph_BP_Breakable_Fragile::CallFunc_GetState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Breakable_Fragile_C_ExecuteUbergraph_BP_Breakable_Fragile, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000007, "Member 'BP_Breakable_Fragile_C_ExecuteUbergraph_BP_Breakable_Fragile::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Breakable_Fragile_C_ExecuteUbergraph_BP_Breakable_Fragile, CallFunc_BooleanAND_ReturnValue) == 0x000008, "Member 'BP_Breakable_Fragile_C_ExecuteUbergraph_BP_Breakable_Fragile::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Breakable_Fragile_C \ static_assert(alignof(ABP_Breakable_Fragile_C) == 0x000008, "Wrong alignment on ABP_Breakable_Fragile_C"); \ static_assert(sizeof(ABP_Breakable_Fragile_C) == 0x000358, "Wrong size on ABP_Breakable_Fragile_C"); \ static_assert(offsetof(ABP_Breakable_Fragile_C, UberGraphFrame) == 0x0002B0, "Member 'ABP_Breakable_Fragile_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Breakable_Fragile_C, InteractiveObject) == 0x0002B8, "Member 'ABP_Breakable_Fragile_C::InteractiveObject' has a wrong offset!"); \ static_assert(offsetof(ABP_Breakable_Fragile_C, StaticMesh) == 0x0002C0, "Member 'ABP_Breakable_Fragile_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_Breakable_Fragile_C, Hit_Result) == 0x0002C8, "Member 'ABP_Breakable_Fragile_C::Hit_Result' has a wrong offset!"); \ static_assert(offsetof(ABP_Breakable_Fragile_C, NeverRespawn) == 0x000350, "Member 'ABP_Breakable_Fragile_C::NeverRespawn' has a wrong offset!"); \ static_assert(offsetof(ABP_Breakable_Fragile_C, CanAffectNavOverride) == 0x000351, "Member 'ABP_Breakable_Fragile_C::CanAffectNavOverride' has a wrong offset!"); \ static_assert(offsetof(ABP_Breakable_Fragile_C, HasBaseMesh) == 0x000352, "Member 'ABP_Breakable_Fragile_C::HasBaseMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_Breakable_Fragile_C, BaseMeshCutsNav) == 0x000353, "Member 'ABP_Breakable_Fragile_C::BaseMeshCutsNav' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AttachedMesh_C_ReceiveTick \ static_assert(alignof(BP_AttachedMesh_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_AttachedMesh_C_ReceiveTick"); \ static_assert(sizeof(BP_AttachedMesh_C_ReceiveTick) == 0x000004, "Wrong size on BP_AttachedMesh_C_ReceiveTick"); \ static_assert(offsetof(BP_AttachedMesh_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_AttachedMesh_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AttachedMesh_C_ExecuteUbergraph_BP_AttachedMesh \ static_assert(alignof(BP_AttachedMesh_C_ExecuteUbergraph_BP_AttachedMesh) == 0x000008, "Wrong alignment on BP_AttachedMesh_C_ExecuteUbergraph_BP_AttachedMesh"); \ static_assert(sizeof(BP_AttachedMesh_C_ExecuteUbergraph_BP_AttachedMesh) == 0x000018, "Wrong size on BP_AttachedMesh_C_ExecuteUbergraph_BP_AttachedMesh"); \ static_assert(offsetof(BP_AttachedMesh_C_ExecuteUbergraph_BP_AttachedMesh, EntryPoint) == 0x000000, "Member 'BP_AttachedMesh_C_ExecuteUbergraph_BP_AttachedMesh::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AttachedMesh_C_ExecuteUbergraph_BP_AttachedMesh, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_AttachedMesh_C_ExecuteUbergraph_BP_AttachedMesh::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_AttachedMesh_C_ExecuteUbergraph_BP_AttachedMesh, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000008, "Member 'BP_AttachedMesh_C_ExecuteUbergraph_BP_AttachedMesh::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AttachedMesh_C_ExecuteUbergraph_BP_AttachedMesh, CallFunc_IsBroken_ReturnValue) == 0x000010, "Member 'BP_AttachedMesh_C_ExecuteUbergraph_BP_AttachedMesh::CallFunc_IsBroken_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AttachedMesh_C_ExecuteUbergraph_BP_AttachedMesh, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_AttachedMesh_C_ExecuteUbergraph_BP_AttachedMesh::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AttachedMesh_C \ static_assert(alignof(ABP_AttachedMesh_C) == 0x000008, "Wrong alignment on ABP_AttachedMesh_C"); \ static_assert(sizeof(ABP_AttachedMesh_C) == 0x000268, "Wrong size on ABP_AttachedMesh_C"); \ static_assert(offsetof(ABP_AttachedMesh_C, UberGraphFrame) == 0x000248, "Member 'ABP_AttachedMesh_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AttachedMesh_C, DefaultSceneRoot) == 0x000250, "Member 'ABP_AttachedMesh_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_AttachedMesh_C, Actor) == 0x000258, "Member 'ABP_AttachedMesh_C::Actor' has a wrong offset!"); \ static_assert(offsetof(ABP_AttachedMesh_C, Manager) == 0x000260, "Member 'ABP_AttachedMesh_C::Manager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_INT_Interact_C_GetUniqueBeaconId \ static_assert(alignof(BP_INT_Interact_C_GetUniqueBeaconId) == 0x000004, "Wrong alignment on BP_INT_Interact_C_GetUniqueBeaconId"); \ static_assert(sizeof(BP_INT_Interact_C_GetUniqueBeaconId) == 0x000010, "Wrong size on BP_INT_Interact_C_GetUniqueBeaconId"); \ static_assert(offsetof(BP_INT_Interact_C_GetUniqueBeaconId, ReturnValue) == 0x000000, "Member 'BP_INT_Interact_C_GetUniqueBeaconId::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_INT_Interact_C_GetUniqueBeaconId, CallFunc_MakeLiteralName_ReturnValue) == 0x000008, "Member 'BP_INT_Interact_C_GetUniqueBeaconId::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_INT_Interact_C_ExecuteUbergraph_BP_INT_Interact \ static_assert(alignof(BP_INT_Interact_C_ExecuteUbergraph_BP_INT_Interact) == 0x000008, "Wrong alignment on BP_INT_Interact_C_ExecuteUbergraph_BP_INT_Interact"); \ static_assert(sizeof(BP_INT_Interact_C_ExecuteUbergraph_BP_INT_Interact) == 0x000038, "Wrong size on BP_INT_Interact_C_ExecuteUbergraph_BP_INT_Interact"); \ static_assert(offsetof(BP_INT_Interact_C_ExecuteUbergraph_BP_INT_Interact, EntryPoint) == 0x000000, "Member 'BP_INT_Interact_C_ExecuteUbergraph_BP_INT_Interact::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_INT_Interact_C_ExecuteUbergraph_BP_INT_Interact, CallFunc_MakeLiteralName_ReturnValue) == 0x000004, "Member 'BP_INT_Interact_C_ExecuteUbergraph_BP_INT_Interact::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_INT_Interact_C_ExecuteUbergraph_BP_INT_Interact, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'BP_INT_Interact_C_ExecuteUbergraph_BP_INT_Interact::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_INT_Interact_C_ExecuteUbergraph_BP_INT_Interact, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000018, "Member 'BP_INT_Interact_C_ExecuteUbergraph_BP_INT_Interact::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_INT_Interact_C_ExecuteUbergraph_BP_INT_Interact, CallFunc_Add_VectorVector_ReturnValue) == 0x000020, "Member 'BP_INT_Interact_C_ExecuteUbergraph_BP_INT_Interact::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_INT_Interact_C_ExecuteUbergraph_BP_INT_Interact, CallFunc_RegisterStaticBeaconBP_ReturnValue) == 0x000030, "Member 'BP_INT_Interact_C_ExecuteUbergraph_BP_INT_Interact::CallFunc_RegisterStaticBeaconBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_INT_Interact_C \ static_assert(alignof(ABP_INT_Interact_C) == 0x000008, "Wrong alignment on ABP_INT_Interact_C"); \ static_assert(sizeof(ABP_INT_Interact_C) == 0x000360, "Wrong size on ABP_INT_Interact_C"); \ static_assert(offsetof(ABP_INT_Interact_C, UberGraphFrame) == 0x0002D8, "Member 'ABP_INT_Interact_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_INT_Interact_C, Arrow) == 0x0002E0, "Member 'ABP_INT_Interact_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_INT_Interact_C, ForTag) == 0x0002E8, "Member 'ABP_INT_Interact_C::ForTag' has a wrong offset!"); \ static_assert(offsetof(ABP_INT_Interact_C, Cube) == 0x0002F0, "Member 'ABP_INT_Interact_C::Cube' has a wrong offset!"); \ static_assert(offsetof(ABP_INT_Interact_C, ObjectState) == 0x0002F8, "Member 'ABP_INT_Interact_C::ObjectState' has a wrong offset!"); \ static_assert(offsetof(ABP_INT_Interact_C, Text_Display) == 0x000300, "Member 'ABP_INT_Interact_C::Text_Display' has a wrong offset!"); \ static_assert(offsetof(ABP_INT_Interact_C, OnInteract) == 0x000308, "Member 'ABP_INT_Interact_C::OnInteract' has a wrong offset!"); \ static_assert(offsetof(ABP_INT_Interact_C, Text) == 0x000318, "Member 'ABP_INT_Interact_C::Text' has a wrong offset!"); \ static_assert(offsetof(ABP_INT_Interact_C, BeaconID) == 0x000330, "Member 'ABP_INT_Interact_C::BeaconID' has a wrong offset!"); \ static_assert(offsetof(ABP_INT_Interact_C, BeaconName) == 0x000338, "Member 'ABP_INT_Interact_C::BeaconName' has a wrong offset!"); \ static_assert(offsetof(ABP_INT_Interact_C, BeaconWorld) == 0x000348, "Member 'ABP_INT_Interact_C::BeaconWorld' has a wrong offset!"); \ static_assert(offsetof(ABP_INT_Interact_C, BeaconHandle) == 0x000350, "Member 'ABP_INT_Interact_C::BeaconHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_INT_Interact_C, HeadTrackAfterInteractDuration) == 0x000358, "Member 'ABP_INT_Interact_C::HeadTrackAfterInteractDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_AddCameraSpaceTranslation_Default_C \ static_assert(alignof(UBP_AddCameraSpaceTranslation_Default_C) == 0x000008, "Wrong alignment on UBP_AddCameraSpaceTranslation_Default_C"); \ static_assert(sizeof(UBP_AddCameraSpaceTranslation_Default_C) == 0x0001C8, "Wrong size on UBP_AddCameraSpaceTranslation_Default_C"); \ #define DUMPER7_ASSERTS_UBP_OppugnoEndLEDEffect_C \ static_assert(alignof(UBP_OppugnoEndLEDEffect_C) == 0x000008, "Wrong alignment on UBP_OppugnoEndLEDEffect_C"); \ static_assert(sizeof(UBP_OppugnoEndLEDEffect_C) == 0x000048, "Wrong size on UBP_OppugnoEndLEDEffect_C"); \ #define DUMPER7_ASSERTS_ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo \ static_assert(alignof(ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo) == 0x000008, "Wrong alignment on ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo"); \ static_assert(sizeof(ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo) == 0x000070, "Wrong size on ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo"); \ static_assert(offsetof(ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo, EntryPoint) == 0x000000, "Member 'ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo, K2Node_Event_Context) == 0x000008, "Member 'ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroomFly_Turbo_C_ExecuteUbergraph_ABL_HoverBroomFly_Turbo::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroomFly_Turbo_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroomFly_Turbo_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroomFly_Turbo_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroomFly_Turbo_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroomFly_Turbo_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroomFly_Turbo_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroomFly_Turbo_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Turbo_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroomFly_Turbo_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroomFly_Turbo_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroomFly_Turbo_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroomFly_Turbo_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroomFly_Turbo_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroomFly_Turbo_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroomFly_Turbo_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroomFly_Turbo_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroomFly_Turbo_C \ static_assert(alignof(UABL_HoverBroomFly_Turbo_C) == 0x000008, "Wrong alignment on UABL_HoverBroomFly_Turbo_C"); \ static_assert(sizeof(UABL_HoverBroomFly_Turbo_C) == 0x0000D0, "Wrong size on UABL_HoverBroomFly_Turbo_C"); \ static_assert(offsetof(UABL_HoverBroomFly_Turbo_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroomFly_Turbo_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD \ static_assert(alignof(ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD) == 0x000008, "Wrong alignment on ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD"); \ static_assert(sizeof(ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD) == 0x000070, "Wrong size on ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD"); \ static_assert(offsetof(ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD, EntryPoint) == 0x000000, "Member 'ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD, K2Node_Event_Context) == 0x000008, "Member 'ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Combat_ADD_C_ExecuteUbergraph_ABL_Combat_ADD::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Combat_ADD_C_OnAbilityBranch \ static_assert(alignof(ABL_Combat_ADD_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Combat_ADD_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Combat_ADD_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Combat_ADD_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Combat_ADD_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Combat_ADD_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Combat_ADD_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Combat_ADD_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Combat_ADD_C_OnAbilityStart \ static_assert(alignof(ABL_Combat_ADD_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Combat_ADD_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Combat_ADD_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Combat_ADD_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Combat_ADD_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Combat_ADD_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Combat_ADD_C \ static_assert(alignof(UABL_Combat_ADD_C) == 0x000008, "Wrong alignment on UABL_Combat_ADD_C"); \ static_assert(sizeof(UABL_Combat_ADD_C) == 0x0000D0, "Wrong size on UABL_Combat_ADD_C"); \ static_assert(offsetof(UABL_Combat_ADD_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Combat_ADD_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_EnterTotem_C \ static_assert(alignof(UABL_EnterTotem_C) == 0x000008, "Wrong alignment on UABL_EnterTotem_C"); \ static_assert(sizeof(UABL_EnterTotem_C) == 0x0000C8, "Wrong size on UABL_EnterTotem_C"); \ #define DUMPER7_ASSERTS_UBP_Lag_BroomDismount_C \ static_assert(alignof(UBP_Lag_BroomDismount_C) == 0x000008, "Wrong alignment on UBP_Lag_BroomDismount_C"); \ static_assert(sizeof(UBP_Lag_BroomDismount_C) == 0x000218, "Wrong size on UBP_Lag_BroomDismount_C"); \ #define DUMPER7_ASSERTS_UBP_Lag_JumpVault_C \ static_assert(alignof(UBP_Lag_JumpVault_C) == 0x000008, "Wrong alignment on UBP_Lag_JumpVault_C"); \ static_assert(sizeof(UBP_Lag_JumpVault_C) == 0x000218, "Wrong size on UBP_Lag_JumpVault_C"); \ #define DUMPER7_ASSERTS_UBP_SpellImpact_Hitch_CamShake_C \ static_assert(alignof(UBP_SpellImpact_Hitch_CamShake_C) == 0x000010, "Wrong alignment on UBP_SpellImpact_Hitch_CamShake_C"); \ static_assert(sizeof(UBP_SpellImpact_Hitch_CamShake_C) == 0x0001B0, "Wrong size on UBP_SpellImpact_Hitch_CamShake_C"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Move_StartNew_C_ExecuteUbergraph_ABL_Enemy_Move_StartNew \ static_assert(alignof(ABL_Enemy_Move_StartNew_C_ExecuteUbergraph_ABL_Enemy_Move_StartNew) == 0x000008, "Wrong alignment on ABL_Enemy_Move_StartNew_C_ExecuteUbergraph_ABL_Enemy_Move_StartNew"); \ static_assert(sizeof(ABL_Enemy_Move_StartNew_C_ExecuteUbergraph_ABL_Enemy_Move_StartNew) == 0x000010, "Wrong size on ABL_Enemy_Move_StartNew_C_ExecuteUbergraph_ABL_Enemy_Move_StartNew"); \ static_assert(offsetof(ABL_Enemy_Move_StartNew_C_ExecuteUbergraph_ABL_Enemy_Move_StartNew, EntryPoint) == 0x000000, "Member 'ABL_Enemy_Move_StartNew_C_ExecuteUbergraph_ABL_Enemy_Move_StartNew::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Move_StartNew_C_ExecuteUbergraph_ABL_Enemy_Move_StartNew, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_Move_StartNew_C_ExecuteUbergraph_ABL_Enemy_Move_StartNew::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Move_StartNew_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Enemy_Move_StartNew_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Enemy_Move_StartNew_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Enemy_Move_StartNew_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Enemy_Move_StartNew_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Enemy_Move_StartNew_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Enemy_Move_StartNew_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Move_StartNew_C \ static_assert(alignof(UABL_Enemy_Move_StartNew_C) == 0x000008, "Wrong alignment on UABL_Enemy_Move_StartNew_C"); \ static_assert(sizeof(UABL_Enemy_Move_StartNew_C) == 0x0000D0, "Wrong size on UABL_Enemy_Move_StartNew_C"); \ static_assert(offsetof(UABL_Enemy_Move_StartNew_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_Move_StartNew_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_RotateTowardsSecondaryTarget_BlinkEnemy_C \ static_assert(alignof(UBP_RotateTowardsSecondaryTarget_BlinkEnemy_C) == 0x000008, "Wrong alignment on UBP_RotateTowardsSecondaryTarget_BlinkEnemy_C"); \ static_assert(sizeof(UBP_RotateTowardsSecondaryTarget_BlinkEnemy_C) == 0x000210, "Wrong size on UBP_RotateTowardsSecondaryTarget_BlinkEnemy_C"); \ #define DUMPER7_ASSERTS_UBP_SetArmLength_MountGraphornFalling_C \ static_assert(alignof(UBP_SetArmLength_MountGraphornFalling_C) == 0x000008, "Wrong alignment on UBP_SetArmLength_MountGraphornFalling_C"); \ static_assert(sizeof(UBP_SetArmLength_MountGraphornFalling_C) == 0x0001C0, "Wrong size on UBP_SetArmLength_MountGraphornFalling_C"); \ #define DUMPER7_ASSERTS_UABL_PotionStationIdle_C \ static_assert(alignof(UABL_PotionStationIdle_C) == 0x000008, "Wrong alignment on UABL_PotionStationIdle_C"); \ static_assert(sizeof(UABL_PotionStationIdle_C) == 0x0000C8, "Wrong size on UABL_PotionStationIdle_C"); \ #define DUMPER7_ASSERTS_UBP_OppugnoStartLEDEffect_C \ static_assert(alignof(UBP_OppugnoStartLEDEffect_C) == 0x000008, "Wrong alignment on UBP_OppugnoStartLEDEffect_C"); \ static_assert(sizeof(UBP_OppugnoStartLEDEffect_C) == 0x000048, "Wrong size on UBP_OppugnoStartLEDEffect_C"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk \ static_assert(alignof(ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk"); \ static_assert(sizeof(ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk) == 0x000070, "Wrong size on ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk"); \ static_assert(offsetof(ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk, EntryPoint) == 0x000000, "Member 'ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk, K2Node_Event_Context_1) == 0x000008, "Member 'ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk, K2Node_Event_Context) == 0x000010, "Member 'ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk, K2Node_Event_NextAbility) == 0x000018, "Member 'ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk, CallFunc_GetSelfActor_ReturnValue_1) == 0x000028, "Member 'ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000038, "Member 'ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk, CallFunc_GetAnimInstance_ReturnValue) == 0x000040, "Member 'ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000048, "Member 'ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000050, "Member 'ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroom_MountWalk_C_ExecuteUbergraph_ABL_HoverBroom_MountWalk::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountWalk_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroom_MountWalk_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountWalk_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroom_MountWalk_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroom_MountWalk_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroom_MountWalk_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroom_MountWalk_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountWalk_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroom_MountWalk_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountWalk_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroom_MountWalk_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountWalk_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroom_MountWalk_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroom_MountWalk_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroom_MountWalk_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroom_MountWalk_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroom_MountWalk_C \ static_assert(alignof(UABL_HoverBroom_MountWalk_C) == 0x000008, "Wrong alignment on UABL_HoverBroom_MountWalk_C"); \ static_assert(sizeof(UABL_HoverBroom_MountWalk_C) == 0x0000D0, "Wrong size on UABL_HoverBroom_MountWalk_C"); \ static_assert(offsetof(UABL_HoverBroom_MountWalk_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroom_MountWalk_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_LookAtTarget_Soft_C \ static_assert(alignof(UBP_LookAtTarget_Soft_C) == 0x000008, "Wrong alignment on UBP_LookAtTarget_Soft_C"); \ static_assert(sizeof(UBP_LookAtTarget_Soft_C) == 0x000298, "Wrong size on UBP_LookAtTarget_Soft_C"); \ #define DUMPER7_ASSERTS_BP_SetPitchRotation_C_OnUpdateEvent \ static_assert(alignof(BP_SetPitchRotation_C_OnUpdateEvent) == 0x000004, "Wrong alignment on BP_SetPitchRotation_C_OnUpdateEvent"); \ static_assert(sizeof(BP_SetPitchRotation_C_OnUpdateEvent) == 0x000008, "Wrong size on BP_SetPitchRotation_C_OnUpdateEvent"); \ static_assert(offsetof(BP_SetPitchRotation_C_OnUpdateEvent, DeltaSeconds) == 0x000000, "Member 'BP_SetPitchRotation_C_OnUpdateEvent::DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_SetPitchRotation_C_OnUpdateEvent, ReturnValue) == 0x000004, "Member 'BP_SetPitchRotation_C_OnUpdateEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SetPitchRotation_C_OnActivateEvent \ static_assert(alignof(BP_SetPitchRotation_C_OnActivateEvent) == 0x000001, "Wrong alignment on BP_SetPitchRotation_C_OnActivateEvent"); \ static_assert(sizeof(BP_SetPitchRotation_C_OnActivateEvent) == 0x000001, "Wrong size on BP_SetPitchRotation_C_OnActivateEvent"); \ static_assert(offsetof(BP_SetPitchRotation_C_OnActivateEvent, ReturnValue) == 0x000000, "Member 'BP_SetPitchRotation_C_OnActivateEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SetPitchRotation_C_OnWriteCameraDataEvent \ static_assert(alignof(BP_SetPitchRotation_C_OnWriteCameraDataEvent) == 0x000004, "Wrong alignment on BP_SetPitchRotation_C_OnWriteCameraDataEvent"); \ static_assert(sizeof(BP_SetPitchRotation_C_OnWriteCameraDataEvent) == 0x0000E8, "Wrong size on BP_SetPitchRotation_C_OnWriteCameraDataEvent"); \ static_assert(offsetof(BP_SetPitchRotation_C_OnWriteCameraDataEvent, CameraData) == 0x000000, "Member 'BP_SetPitchRotation_C_OnWriteCameraDataEvent::CameraData' has a wrong offset!"); \ static_assert(offsetof(BP_SetPitchRotation_C_OnWriteCameraDataEvent, ReturnValue) == 0x0000B0, "Member 'BP_SetPitchRotation_C_OnWriteCameraDataEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SetPitchRotation_C_OnWriteCameraDataEvent, CallFunc_GetRotation_OutValue) == 0x0000B4, "Member 'BP_SetPitchRotation_C_OnWriteCameraDataEvent::CallFunc_GetRotation_OutValue' has a wrong offset!"); \ static_assert(offsetof(BP_SetPitchRotation_C_OnWriteCameraDataEvent, CallFunc_GetRotation_OutVelocity) == 0x0000C0, "Member 'BP_SetPitchRotation_C_OnWriteCameraDataEvent::CallFunc_GetRotation_OutVelocity' has a wrong offset!"); \ static_assert(offsetof(BP_SetPitchRotation_C_OnWriteCameraDataEvent, CallFunc_BreakRotator_Roll) == 0x0000CC, "Member 'BP_SetPitchRotation_C_OnWriteCameraDataEvent::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_SetPitchRotation_C_OnWriteCameraDataEvent, CallFunc_BreakRotator_Pitch) == 0x0000D0, "Member 'BP_SetPitchRotation_C_OnWriteCameraDataEvent::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_SetPitchRotation_C_OnWriteCameraDataEvent, CallFunc_BreakRotator_Yaw) == 0x0000D4, "Member 'BP_SetPitchRotation_C_OnWriteCameraDataEvent::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_SetPitchRotation_C_OnWriteCameraDataEvent, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000D8, "Member 'BP_SetPitchRotation_C_OnWriteCameraDataEvent::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SetPitchRotation_C_OnWriteCameraDataEvent, CallFunc_MakeRotator_ReturnValue) == 0x0000DC, "Member 'BP_SetPitchRotation_C_OnWriteCameraDataEvent::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SetPitchRotation_C_OnGetDebugStatsEvent \ static_assert(alignof(BP_SetPitchRotation_C_OnGetDebugStatsEvent) == 0x000008, "Wrong alignment on BP_SetPitchRotation_C_OnGetDebugStatsEvent"); \ static_assert(sizeof(BP_SetPitchRotation_C_OnGetDebugStatsEvent) == 0x000010, "Wrong size on BP_SetPitchRotation_C_OnGetDebugStatsEvent"); \ static_assert(offsetof(BP_SetPitchRotation_C_OnGetDebugStatsEvent, ReturnValue) == 0x000000, "Member 'BP_SetPitchRotation_C_OnGetDebugStatsEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SetPitchRotation_C \ static_assert(alignof(UBP_SetPitchRotation_C) == 0x000008, "Wrong alignment on UBP_SetPitchRotation_C"); \ static_assert(sizeof(UBP_SetPitchRotation_C) == 0x0001C0, "Wrong size on UBP_SetPitchRotation_C"); \ static_assert(offsetof(UBP_SetPitchRotation_C, PitchValue) == 0x0001B8, "Member 'UBP_SetPitchRotation_C::PitchValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_StumbleFaceImpact_S_C \ static_assert(alignof(UABL_NPC_RCT_StumbleFaceImpact_S_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_StumbleFaceImpact_S_C"); \ static_assert(sizeof(UABL_NPC_RCT_StumbleFaceImpact_S_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_StumbleFaceImpact_S_C"); \ #define DUMPER7_ASSERTS_ABL_Enemy_JumpSplineLand_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLand \ static_assert(alignof(ABL_Enemy_JumpSplineLand_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLand) == 0x000008, "Wrong alignment on ABL_Enemy_JumpSplineLand_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLand"); \ static_assert(sizeof(ABL_Enemy_JumpSplineLand_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLand) == 0x000028, "Wrong size on ABL_Enemy_JumpSplineLand_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLand"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLand_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLand, EntryPoint) == 0x000000, "Member 'ABL_Enemy_JumpSplineLand_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLand::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLand_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLand, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_JumpSplineLand_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLand::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLand_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLand, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Enemy_JumpSplineLand_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLand::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLand_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLand, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'ABL_Enemy_JumpSplineLand_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLand::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLand_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLand, CallFunc_IsAbilityActive_ReturnValue) == 0x000020, "Member 'ABL_Enemy_JumpSplineLand_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLand::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLand_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLand, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'ABL_Enemy_JumpSplineLand_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLand::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_JumpSplineLand_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Enemy_JumpSplineLand_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Enemy_JumpSplineLand_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Enemy_JumpSplineLand_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Enemy_JumpSplineLand_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLand_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Enemy_JumpSplineLand_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_JumpSplineLand_C_OnGetBranchAbility \ static_assert(alignof(ABL_Enemy_JumpSplineLand_C_OnGetBranchAbility) == 0x000008, "Wrong alignment on ABL_Enemy_JumpSplineLand_C_OnGetBranchAbility"); \ static_assert(sizeof(ABL_Enemy_JumpSplineLand_C_OnGetBranchAbility) == 0x000030, "Wrong size on ABL_Enemy_JumpSplineLand_C_OnGetBranchAbility"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLand_C_OnGetBranchAbility, Context) == 0x000000, "Member 'ABL_Enemy_JumpSplineLand_C_OnGetBranchAbility::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLand_C_OnGetBranchAbility, EventName) == 0x000008, "Member 'ABL_Enemy_JumpSplineLand_C_OnGetBranchAbility::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLand_C_OnGetBranchAbility, ReturnValue) == 0x000010, "Member 'ABL_Enemy_JumpSplineLand_C_OnGetBranchAbility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLand_C_OnGetBranchAbility, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Enemy_JumpSplineLand_C_OnGetBranchAbility::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLand_C_OnGetBranchAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'ABL_Enemy_JumpSplineLand_C_OnGetBranchAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLand_C_OnGetBranchAbility, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'ABL_Enemy_JumpSplineLand_C_OnGetBranchAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_JumpSplineLand_C \ static_assert(alignof(UABL_Enemy_JumpSplineLand_C) == 0x000008, "Wrong alignment on UABL_Enemy_JumpSplineLand_C"); \ static_assert(sizeof(UABL_Enemy_JumpSplineLand_C) == 0x0000D8, "Wrong size on UABL_Enemy_JumpSplineLand_C"); \ static_assert(offsetof(UABL_Enemy_JumpSplineLand_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_JumpSplineLand_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_Enemy_JumpSplineLand_C, NewVar_0) == 0x0000D0, "Member 'UABL_Enemy_JumpSplineLand_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor \ static_assert(alignof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor) == 0x000008, "Wrong alignment on BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor"); \ static_assert(sizeof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor) == 0x000090, "Wrong size on BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor, EntryPoint) == 0x000000, "Member 'BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor, K2Node_CustomEvent_Caller_1) == 0x000008, "Member 'BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor, K2Node_CustomEvent_Caller) == 0x000010, "Member 'BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000018, "Member 'BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor, K2Node_Event_EndPlayReason) == 0x000020, "Member 'BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor, CallFunc_HermesBindEvent_Handle) == 0x000038, "Member 'BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000048, "Member 'BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor, CallFunc_GetBestAutoTargetActor_ReturnValue) == 0x000050, "Member 'BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor::CallFunc_GetBestAutoTargetActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor, K2Node_DynamicCast_AsEnemy_Character) == 0x000060, "Member 'BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor, CallFunc_GetIsStealthAttackCurrentlyDisabled_ReturnValue) == 0x000069, "Member 'BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor::CallFunc_GetIsStealthAttackCurrentlyDisabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x00006A, "Member 'BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor, K2Node_CreateDelegate_OutputDelegate_1) == 0x00006C, "Member 'BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor, CallFunc_HermesBindEvent_Handle_1) == 0x000080, "Member 'BP_StealthTakedownInteractActor_C_ExecuteUbergraph_BP_StealthTakedownInteractActor::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_StealthTakedownInteractActor_C_ReceiveEndPlay \ static_assert(alignof(BP_StealthTakedownInteractActor_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_StealthTakedownInteractActor_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_StealthTakedownInteractActor_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_StealthTakedownInteractActor_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_StealthTakedownInteractActor_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_StealthTakedownInteractActor_C_NoLongerPerceived_Interact \ static_assert(alignof(BP_StealthTakedownInteractActor_C_NoLongerPerceived_Interact) == 0x000008, "Wrong alignment on BP_StealthTakedownInteractActor_C_NoLongerPerceived_Interact"); \ static_assert(sizeof(BP_StealthTakedownInteractActor_C_NoLongerPerceived_Interact) == 0x000008, "Wrong size on BP_StealthTakedownInteractActor_C_NoLongerPerceived_Interact"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_NoLongerPerceived_Interact, Caller) == 0x000000, "Member 'BP_StealthTakedownInteractActor_C_NoLongerPerceived_Interact::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_StealthTakedownInteractActor_C_Perceived_Interact \ static_assert(alignof(BP_StealthTakedownInteractActor_C_Perceived_Interact) == 0x000008, "Wrong alignment on BP_StealthTakedownInteractActor_C_Perceived_Interact"); \ static_assert(sizeof(BP_StealthTakedownInteractActor_C_Perceived_Interact) == 0x000008, "Wrong size on BP_StealthTakedownInteractActor_C_Perceived_Interact"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_Perceived_Interact, Caller) == 0x000000, "Member 'BP_StealthTakedownInteractActor_C_Perceived_Interact::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_StealthTakedownInteractActor_C_ReceiveTick \ static_assert(alignof(BP_StealthTakedownInteractActor_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_StealthTakedownInteractActor_C_ReceiveTick"); \ static_assert(sizeof(BP_StealthTakedownInteractActor_C_ReceiveTick) == 0x000004, "Wrong size on BP_StealthTakedownInteractActor_C_ReceiveTick"); \ static_assert(offsetof(BP_StealthTakedownInteractActor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_StealthTakedownInteractActor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_StealthTakedownInteractActor_C \ static_assert(alignof(ABP_StealthTakedownInteractActor_C) == 0x000008, "Wrong alignment on ABP_StealthTakedownInteractActor_C"); \ static_assert(sizeof(ABP_StealthTakedownInteractActor_C) == 0x000270, "Wrong size on ABP_StealthTakedownInteractActor_C"); \ static_assert(offsetof(ABP_StealthTakedownInteractActor_C, UberGraphFrame) == 0x000248, "Member 'ABP_StealthTakedownInteractActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_StealthTakedownInteractActor_C, CognitionStimuliSource) == 0x000250, "Member 'ABP_StealthTakedownInteractActor_C::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ABP_StealthTakedownInteractActor_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_StealthTakedownInteractActor_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_StealthTakedownInteractActor_C, AutoTargetEnemy) == 0x000260, "Member 'ABP_StealthTakedownInteractActor_C::AutoTargetEnemy' has a wrong offset!"); \ static_assert(offsetof(ABP_StealthTakedownInteractActor_C, StealthAttackDisabled) == 0x000268, "Member 'ABP_StealthTakedownInteractActor_C::StealthAttackDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall \ static_assert(alignof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall) == 0x000008, "Wrong alignment on BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall"); \ static_assert(sizeof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall) == 0x0001C0, "Wrong size on BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, EntryPoint) == 0x000000, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_GetAnimInstance_ReturnValue) == 0x000010, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_Event_OwnerActor_2) == 0x000018, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x000028, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_DynamicCast_AsBiped_Character) == 0x000038, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_DynamicCast_AsBiped_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000048, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_DetectFallIntoWater_ReturnValue) == 0x000059, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_DetectFallIntoWater_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x00005A, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00005C, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000060, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_GetActorOwner_ReturnValue) == 0x000068, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_CustomEvent_TeleportedCharacter) == 0x000070, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_CustomEvent_TeleportedCharacter' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_CustomEvent_AmountDisplaced) == 0x000078, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_CustomEvent_AmountDisplaced' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_CustomEvent_AmountRotated) == 0x000084, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_CustomEvent_AmountRotated' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x000090, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_BreakVector_X) == 0x000094, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_BreakVector_Y) == 0x000098, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_BreakVector_Z) == 0x00009C, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_DynamicCast_AsBiped_Player) == 0x0000A0, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_DynamicCast_bSuccess_3) == 0x0000A8, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000AC, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_BreakVector_X_1) == 0x0000B8, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_BreakVector_Y_1) == 0x0000BC, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_BreakVector_Z_1) == 0x0000C0, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000C4, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_DynamicCast_AsBiped_Player_1) == 0x0000C8, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_DynamicCast_bSuccess_4) == 0x0000D0, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000D4, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0000D8, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0000E0, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x0000E8, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_DynamicCast_bSuccess_5) == 0x0000F8, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_GetMoveStickValues_X) == 0x0000FC, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_GetMoveStickValues_Y) == 0x000100, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_GetSpeedCurve_self_CastInput) == 0x000108, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_GetSpeedCurve_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_GetSpeedCurve_bIgnoreGovernor) == 0x000118, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_GetSpeedCurve_bIgnoreGovernor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_GetSpeedCurve_ReturnValue) == 0x000120, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_GetSpeedCurve_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_GetExpression_OnActor_ReturnValue) == 0x000128, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_GetExpression_OnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_ProcessStick_WorldSpeed) == 0x00012C, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_ProcessStick_WorldDirection) == 0x000130, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_ProcessStick_ReturnValue) == 0x00013C, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_Event_OwnerActor_1) == 0x000140, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_DynamicCast_AsBiped_Player_2) == 0x000148, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_DynamicCast_bSuccess_6) == 0x000150, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_MakeLiteralByte_ReturnValue) == 0x000151, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_Event_OwnerActor) == 0x000158, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_DynamicCast_AsBiped_Player_3) == 0x000160, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_DynamicCast_AsBiped_Player_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_DynamicCast_bSuccess_7) == 0x000168, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x00016C, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000170, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_BreakVector_X_2) == 0x00017C, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_BreakVector_Y_2) == 0x000180, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_BreakVector_Z_2) == 0x000184, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000188, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_GetActorForwardVector_ReturnValue) == 0x00018C, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000198, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, K2Node_CreateDelegate_OutputDelegate) == 0x0001A0, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x0001B0, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x0001B8, "Member 'BTT_Biped_Fall_C_ExecuteUbergraph_BTT_Biped_Fall::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Fall_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Fall_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Fall_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Fall_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Fall_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Fall_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Fall_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Fall_C_ExitTask \ static_assert(alignof(BTT_Biped_Fall_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Fall_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Fall_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Fall_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Fall_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Fall_C_OnCharacterTeleported \ static_assert(alignof(BTT_Biped_Fall_C_OnCharacterTeleported) == 0x000008, "Wrong alignment on BTT_Biped_Fall_C_OnCharacterTeleported"); \ static_assert(sizeof(BTT_Biped_Fall_C_OnCharacterTeleported) == 0x000020, "Wrong size on BTT_Biped_Fall_C_OnCharacterTeleported"); \ static_assert(offsetof(BTT_Biped_Fall_C_OnCharacterTeleported, TeleportedCharacter) == 0x000000, "Member 'BTT_Biped_Fall_C_OnCharacterTeleported::TeleportedCharacter' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_OnCharacterTeleported, AmountDisplaced) == 0x000008, "Member 'BTT_Biped_Fall_C_OnCharacterTeleported::AmountDisplaced' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_OnCharacterTeleported, AmountRotated) == 0x000014, "Member 'BTT_Biped_Fall_C_OnCharacterTeleported::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Fall_C_ReceiveTick \ static_assert(alignof(BTT_Biped_Fall_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_Fall_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_Fall_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_Fall_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_Fall_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_Fall_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_Fall_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Fall_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_Fall_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Fall_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Fall_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Fall_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Fall_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Fall_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Fall_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_Fall_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_Fall_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_Fall_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_Fall_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_Fall_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Fall_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Fall_C_ExecuteFall \ static_assert(alignof(BTT_Biped_Fall_C_ExecuteFall) == 0x000008, "Wrong alignment on BTT_Biped_Fall_C_ExecuteFall"); \ static_assert(sizeof(BTT_Biped_Fall_C_ExecuteFall) == 0x000068, "Wrong size on BTT_Biped_Fall_C_ExecuteFall"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteFall, OwnerActor) == 0x000000, "Member 'BTT_Biped_Fall_C_ExecuteFall::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteFall, K2Node_DynamicCast_AsAmbulatory_Character) == 0x000008, "Member 'BTT_Biped_Fall_C_ExecuteFall::K2Node_DynamicCast_AsAmbulatory_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteFall, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTT_Biped_Fall_C_ExecuteFall::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteFall, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BTT_Biped_Fall_C_ExecuteFall::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteFall, K2Node_DynamicCast_AsAble_Anim_Instance_Interface) == 0x000020, "Member 'BTT_Biped_Fall_C_ExecuteFall::K2Node_DynamicCast_AsAble_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteFall, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_Fall_C_ExecuteFall::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteFall, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000038, "Member 'BTT_Biped_Fall_C_ExecuteFall::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteFall, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'BTT_Biped_Fall_C_ExecuteFall::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteFall, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000050, "Member 'BTT_Biped_Fall_C_ExecuteFall::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteFall, K2Node_DynamicCast_bSuccess_3) == 0x000060, "Member 'BTT_Biped_Fall_C_ExecuteFall::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Fall_C_ExecuteFall, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000061, "Member 'BTT_Biped_Fall_C_ExecuteFall::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Fall_C \ static_assert(alignof(UBTT_Biped_Fall_C) == 0x000008, "Wrong alignment on UBTT_Biped_Fall_C"); \ static_assert(sizeof(UBTT_Biped_Fall_C) == 0x000168, "Wrong size on UBTT_Biped_Fall_C"); \ static_assert(offsetof(UBTT_Biped_Fall_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Fall_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Fall_C, HeightAtFallStart) == 0x000158, "Member 'UBTT_Biped_Fall_C::HeightAtFallStart' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Fall_C, DesiredWorldDirection) == 0x00015C, "Member 'UBTT_Biped_Fall_C::DesiredWorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_AdjustArmFromTargetVelocity_HippogriffFlight_C \ static_assert(alignof(UBP_AdjustArmFromTargetVelocity_HippogriffFlight_C) == 0x000008, "Wrong alignment on UBP_AdjustArmFromTargetVelocity_HippogriffFlight_C"); \ static_assert(sizeof(UBP_AdjustArmFromTargetVelocity_HippogriffFlight_C) == 0x0002D0, "Wrong size on UBP_AdjustArmFromTargetVelocity_HippogriffFlight_C"); \ #define DUMPER7_ASSERTS_UBP_ExpelliarmusStartLEDEffect_C \ static_assert(alignof(UBP_ExpelliarmusStartLEDEffect_C) == 0x000008, "Wrong alignment on UBP_ExpelliarmusStartLEDEffect_C"); \ static_assert(sizeof(UBP_ExpelliarmusStartLEDEffect_C) == 0x000048, "Wrong size on UBP_ExpelliarmusStartLEDEffect_C"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_CallOut_C_ExecuteUbergraph_BTT_BipedUpper_CallOut \ static_assert(alignof(BTT_BipedUpper_CallOut_C_ExecuteUbergraph_BTT_BipedUpper_CallOut) == 0x000008, "Wrong alignment on BTT_BipedUpper_CallOut_C_ExecuteUbergraph_BTT_BipedUpper_CallOut"); \ static_assert(sizeof(BTT_BipedUpper_CallOut_C_ExecuteUbergraph_BTT_BipedUpper_CallOut) == 0x000030, "Wrong size on BTT_BipedUpper_CallOut_C_ExecuteUbergraph_BTT_BipedUpper_CallOut"); \ static_assert(offsetof(BTT_BipedUpper_CallOut_C_ExecuteUbergraph_BTT_BipedUpper_CallOut, EntryPoint) == 0x000000, "Member 'BTT_BipedUpper_CallOut_C_ExecuteUbergraph_BTT_BipedUpper_CallOut::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_CallOut_C_ExecuteUbergraph_BTT_BipedUpper_CallOut, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_BipedUpper_CallOut_C_ExecuteUbergraph_BTT_BipedUpper_CallOut::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_CallOut_C_ExecuteUbergraph_BTT_BipedUpper_CallOut, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_BipedUpper_CallOut_C_ExecuteUbergraph_BTT_BipedUpper_CallOut::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_CallOut_C_ExecuteUbergraph_BTT_BipedUpper_CallOut, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'BTT_BipedUpper_CallOut_C_ExecuteUbergraph_BTT_BipedUpper_CallOut::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_CallOut_C_ExecuteUbergraph_BTT_BipedUpper_CallOut, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_BipedUpper_CallOut_C_ExecuteUbergraph_BTT_BipedUpper_CallOut::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_CallOut_C_ExecuteUbergraph_BTT_BipedUpper_CallOut, CallFunc_ActivateTool_ReturnValue) == 0x000028, "Member 'BTT_BipedUpper_CallOut_C_ExecuteUbergraph_BTT_BipedUpper_CallOut::CallFunc_ActivateTool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_CallOut_C_ExitTask \ static_assert(alignof(BTT_BipedUpper_CallOut_C_ExitTask) == 0x000008, "Wrong alignment on BTT_BipedUpper_CallOut_C_ExitTask"); \ static_assert(sizeof(BTT_BipedUpper_CallOut_C_ExitTask) == 0x000008, "Wrong size on BTT_BipedUpper_CallOut_C_ExitTask"); \ static_assert(offsetof(BTT_BipedUpper_CallOut_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_CallOut_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_CallOut_C_ReceiveExecute \ static_assert(alignof(BTT_BipedUpper_CallOut_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_BipedUpper_CallOut_C_ReceiveExecute"); \ static_assert(sizeof(BTT_BipedUpper_CallOut_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_BipedUpper_CallOut_C_ReceiveExecute"); \ static_assert(offsetof(BTT_BipedUpper_CallOut_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_CallOut_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_BipedUpper_CallOut_C \ static_assert(alignof(UBTT_BipedUpper_CallOut_C) == 0x000008, "Wrong alignment on UBTT_BipedUpper_CallOut_C"); \ static_assert(sizeof(UBTT_BipedUpper_CallOut_C) == 0x000158, "Wrong size on UBTT_BipedUpper_CallOut_C"); \ static_assert(offsetof(UBTT_BipedUpper_CallOut_C, UberGraphFrame) == 0x000150, "Member 'UBTT_BipedUpper_CallOut_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic \ static_assert(alignof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic) == 0x000008, "Wrong alignment on BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic"); \ static_assert(sizeof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic) == 0x000138, "Wrong size on BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, EntryPoint) == 0x000000, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000010, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, CallFunc_GetAnimInstance_ReturnValue) == 0x000020, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_Event_OwnerActor_1) == 0x000028, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000030, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_AsBiped_Player) == 0x000048, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000058, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_bSuccess_3) == 0x000068, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, CallFunc_GetController_ReturnValue) == 0x000070, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, Temp_struct_Variable) == 0x000078, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_AsBiped_Player_Controller_1) == 0x000080, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_AsBiped_Player_Controller_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_bSuccess_4) == 0x000088, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x00008C, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_CustomInputActionEvent_VariantMapHandle_1) == 0x000090, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_CustomInputActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_CustomInputActionEvent_VariantMapHandle_2) == 0x000094, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_CustomInputActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000098, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x0000A0, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_bSuccess_5) == 0x0000B0, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_CustomInputActionEvent_VariantMapHandle_3) == 0x0000B4, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_CustomInputActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, CallFunc_GetPlayerController_ReturnValue_1) == 0x0000B8, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, CallFunc_GetPlatformName_ReturnValue) == 0x0000C0, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_AsBiped_Player_Controller_2) == 0x0000D0, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_AsBiped_Player_Controller_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_bSuccess_6) == 0x0000D8, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000D9, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, CallFunc_GetPlayerController_ReturnValue_2) == 0x0000E0, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, CallFunc_GetPlatformName_ReturnValue_1) == 0x0000E8, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::CallFunc_GetPlatformName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_AsPhoenix_Player_Controller) == 0x0000F8, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_AsPhoenix_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_bSuccess_7) == 0x000100, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000101, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, CallFunc_IsValid_ReturnValue) == 0x000102, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_Event_OwnerActor) == 0x000108, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_AsBiped_Player_1) == 0x000110, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_bSuccess_8) == 0x000118, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, CallFunc_GetPlayerController_ReturnValue_3) == 0x000120, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_AsPhoenix_Player_Controller_1) == 0x000128, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_AsPhoenix_Player_Controller_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, K2Node_DynamicCast_bSuccess_9) == 0x000130, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic, CallFunc_IsValid_ReturnValue_1) == 0x000131, "Member 'BTT_Biped_Cinematic_C_ExecuteUbergraph_BTT_Biped_Cinematic::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Cinematic_C_ExitTask \ static_assert(alignof(BTT_Biped_Cinematic_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Cinematic_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Cinematic_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Cinematic_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Cinematic_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Cinematic_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Cinematic_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Cinematic_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Cinematic_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Cinematic_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Cinematic_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1 \ static_assert(alignof(BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1"); \ static_assert(sizeof(BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2 \ static_assert(alignof(BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2"); \ static_assert(sizeof(BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3 \ static_assert(alignof(BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3) == 0x000004, "Wrong alignment on BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3"); \ static_assert(sizeof(BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3) == 0x000004, "Wrong size on BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3"); \ static_assert(offsetof(BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Cinematic_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Cinematic_C \ static_assert(alignof(UBTT_Biped_Cinematic_C) == 0x000008, "Wrong alignment on UBTT_Biped_Cinematic_C"); \ static_assert(sizeof(UBTT_Biped_Cinematic_C) == 0x000158, "Wrong size on UBTT_Biped_Cinematic_C"); \ static_assert(offsetof(UBTT_Biped_Cinematic_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Cinematic_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SuccessfulParry_CamShake_C \ static_assert(alignof(UBP_SuccessfulParry_CamShake_C) == 0x000010, "Wrong alignment on UBP_SuccessfulParry_CamShake_C"); \ static_assert(sizeof(UBP_SuccessfulParry_CamShake_C) == 0x0001B0, "Wrong size on UBP_SuccessfulParry_CamShake_C"); \ #define DUMPER7_ASSERTS_UBP_AddCameraSpaceTranslation_Combat_C \ static_assert(alignof(UBP_AddCameraSpaceTranslation_Combat_C) == 0x000008, "Wrong alignment on UBP_AddCameraSpaceTranslation_Combat_C"); \ static_assert(sizeof(UBP_AddCameraSpaceTranslation_Combat_C) == 0x0001C8, "Wrong size on UBP_AddCameraSpaceTranslation_Combat_C"); \ #define DUMPER7_ASSERTS_UBP_AddCameraSpaceTranslation_Swimming_OpenSpace_C \ static_assert(alignof(UBP_AddCameraSpaceTranslation_Swimming_OpenSpace_C) == 0x000008, "Wrong alignment on UBP_AddCameraSpaceTranslation_Swimming_OpenSpace_C"); \ static_assert(sizeof(UBP_AddCameraSpaceTranslation_Swimming_OpenSpace_C) == 0x0001C8, "Wrong size on UBP_AddCameraSpaceTranslation_Swimming_OpenSpace_C"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S \ static_assert(alignof(ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S"); \ static_assert(sizeof(ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S) == 0x000048, "Wrong size on ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S"); \ static_assert(offsetof(ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S, CallFunc_GetAbilityObjectFromClass_ReturnValue) == 0x000018, "Member 'ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S::CallFunc_GetAbilityObjectFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000028, "Member 'ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S, CallFunc_GetAbilityObjectFromClass_ReturnValue_1) == 0x000038, "Member 'ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S::CallFunc_GetAbilityObjectFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x000041, "Member 'ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S, CallFunc_BooleanOR_ReturnValue) == 0x000042, "Member 'ABL_NPC_RCT_Petrify_S_C_ExecuteUbergraph_ABL_NPC_RCT_Petrify_S::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Petrify_S_C_OnAbilityBranch \ static_assert(alignof(ABL_NPC_RCT_Petrify_S_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Petrify_S_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NPC_RCT_Petrify_S_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NPC_RCT_Petrify_S_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NPC_RCT_Petrify_S_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NPC_RCT_Petrify_S_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Petrify_S_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NPC_RCT_Petrify_S_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_Petrify_S_C \ static_assert(alignof(UABL_NPC_RCT_Petrify_S_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_Petrify_S_C"); \ static_assert(sizeof(UABL_NPC_RCT_Petrify_S_C) == 0x0000E8, "Wrong size on UABL_NPC_RCT_Petrify_S_C"); \ static_assert(offsetof(UABL_NPC_RCT_Petrify_S_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_Petrify_S_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim \ static_assert(alignof(ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim"); \ static_assert(sizeof(ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim) == 0x000070, "Wrong size on ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim"); \ static_assert(offsetof(ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim, EntryPoint) == 0x000000, "Member 'ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim, K2Node_Event_Context_1) == 0x000008, "Member 'ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim, K2Node_Event_Context) == 0x000010, "Member 'ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim, K2Node_Event_NextAbility) == 0x000018, "Member 'ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim, CallFunc_GetSelfActor_ReturnValue_1) == 0x000028, "Member 'ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000038, "Member 'ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim, CallFunc_GetAnimInstance_ReturnValue) == 0x000040, "Member 'ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000048, "Member 'ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000050, "Member 'ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroom_MountFromSwim_C_ExecuteUbergraph_ABL_HoverBroom_MountFromSwim::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountFromSwim_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroom_MountFromSwim_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountFromSwim_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroom_MountFromSwim_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroom_MountFromSwim_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroom_MountFromSwim_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroom_MountFromSwim_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountFromSwim_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroom_MountFromSwim_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountFromSwim_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroom_MountFromSwim_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountFromSwim_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroom_MountFromSwim_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroom_MountFromSwim_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroom_MountFromSwim_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroom_MountFromSwim_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroom_MountFromSwim_C \ static_assert(alignof(UABL_HoverBroom_MountFromSwim_C) == 0x000008, "Wrong alignment on UABL_HoverBroom_MountFromSwim_C"); \ static_assert(sizeof(UABL_HoverBroom_MountFromSwim_C) == 0x0000D0, "Wrong size on UABL_HoverBroom_MountFromSwim_C"); \ static_assert(offsetof(UABL_HoverBroom_MountFromSwim_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroom_MountFromSwim_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None \ static_assert(alignof(BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None) == 0x000008, "Wrong alignment on BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None"); \ static_assert(sizeof(BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None) == 0x000060, "Wrong size on BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None"); \ static_assert(offsetof(BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None, EntryPoint) == 0x000000, "Member 'BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None, Temp_object_Variable) == 0x000008, "Member 'BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000018, "Member 'BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000030, "Member 'BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None, CallFunc_GetWand_ReturnValue) == 0x000048, "Member 'BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None, K2Node_Event_OwnerActor) == 0x000050, "Member 'BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None, CallFunc_MakeLiteralByte_ReturnValue) == 0x000058, "Member 'BTT_BipedUpper_None_C_ExecuteUbergraph_BTT_BipedUpper_None::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_None_C_ExitTask \ static_assert(alignof(BTT_BipedUpper_None_C_ExitTask) == 0x000008, "Wrong alignment on BTT_BipedUpper_None_C_ExitTask"); \ static_assert(sizeof(BTT_BipedUpper_None_C_ExitTask) == 0x000008, "Wrong size on BTT_BipedUpper_None_C_ExitTask"); \ static_assert(offsetof(BTT_BipedUpper_None_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_None_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_None_C_ReceiveExecute \ static_assert(alignof(BTT_BipedUpper_None_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_BipedUpper_None_C_ReceiveExecute"); \ static_assert(sizeof(BTT_BipedUpper_None_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_BipedUpper_None_C_ReceiveExecute"); \ static_assert(offsetof(BTT_BipedUpper_None_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_None_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_BipedUpper_None_C \ static_assert(alignof(UBTT_BipedUpper_None_C) == 0x000008, "Wrong alignment on UBTT_BipedUpper_None_C"); \ static_assert(sizeof(UBTT_BipedUpper_None_C) == 0x000158, "Wrong size on UBTT_BipedUpper_None_C"); \ static_assert(offsetof(UBTT_BipedUpper_None_C, UberGraphFrame) == 0x000150, "Member 'UBTT_BipedUpper_None_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item \ static_assert(alignof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item) == 0x000008, "Wrong alignment on BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item"); \ static_assert(sizeof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item) == 0x000138, "Wrong size on BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, EntryPoint) == 0x000000, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, K2Node_Event_EndPlayReason) == 0x000004, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, CallFunc_CreateVariantMap_ReturnValue) == 0x000008, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::CallFunc_CreateVariantMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, K2Node_CustomEvent_Caller) == 0x000010, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x000024, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, CallFunc_DegSin_ReturnValue) == 0x000028, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::CallFunc_DegSin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, CallFunc_HermesBindEvent_Handle) == 0x000040, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, K2Node_Event_DeltaSeconds) == 0x000050, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000054, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000060, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000064, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, CallFunc_Add_FloatFloat_ReturnValue) == 0x000068, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00006C, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, CallFunc_Add_VectorVector_ReturnValue) == 0x000078, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, CallFunc_GetPlayerController_ReturnValue) == 0x000088, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000090, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000118, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, CallFunc_GetHUD_ReturnValue) == 0x000120, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000128, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item, K2Node_DynamicCast_bSuccess_1) == 0x000130, "Member 'BP_DH_Item_C_ExecuteUbergraph_BP_DH_Item::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DH_Item_C_ReceiveTick \ static_assert(alignof(BP_DH_Item_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_DH_Item_C_ReceiveTick"); \ static_assert(sizeof(BP_DH_Item_C_ReceiveTick) == 0x000004, "Wrong size on BP_DH_Item_C_ReceiveTick"); \ static_assert(offsetof(BP_DH_Item_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_DH_Item_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DH_Item_C_ReceiveEndPlay \ static_assert(alignof(BP_DH_Item_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_DH_Item_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_DH_Item_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_DH_Item_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_DH_Item_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_DH_Item_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DH_Item_C_InteractionInitiated \ static_assert(alignof(BP_DH_Item_C_InteractionInitiated) == 0x000008, "Wrong alignment on BP_DH_Item_C_InteractionInitiated"); \ static_assert(sizeof(BP_DH_Item_C_InteractionInitiated) == 0x000008, "Wrong size on BP_DH_Item_C_InteractionInitiated"); \ static_assert(offsetof(BP_DH_Item_C_InteractionInitiated, Caller) == 0x000000, "Member 'BP_DH_Item_C_InteractionInitiated::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DH_Item_C \ static_assert(alignof(ABP_DH_Item_C) == 0x000008, "Wrong alignment on ABP_DH_Item_C"); \ static_assert(sizeof(ABP_DH_Item_C) == 0x0002A8, "Wrong size on ABP_DH_Item_C"); \ static_assert(offsetof(ABP_DH_Item_C, UberGraphFrame) == 0x000248, "Member 'ABP_DH_Item_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_DH_Item_C, CognitionStimuliSource) == 0x000250, "Member 'ABP_DH_Item_C::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ABP_DH_Item_C, StaticMesh) == 0x000258, "Member 'ABP_DH_Item_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_DH_Item_C, DefaultSceneRoot) == 0x000260, "Member 'ABP_DH_Item_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_DH_Item_C, ItemType) == 0x000268, "Member 'ABP_DH_Item_C::ItemType' has a wrong offset!"); \ static_assert(offsetof(ABP_DH_Item_C, StartingLocation) == 0x000270, "Member 'ABP_DH_Item_C::StartingLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_DH_Item_C, HoverDegrees) == 0x00027C, "Member 'ABP_DH_Item_C::HoverDegrees' has a wrong offset!"); \ static_assert(offsetof(ABP_DH_Item_C, HoverSpeedDegrees) == 0x000280, "Member 'ABP_DH_Item_C::HoverSpeedDegrees' has a wrong offset!"); \ static_assert(offsetof(ABP_DH_Item_C, HoverDistance) == 0x000284, "Member 'ABP_DH_Item_C::HoverDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_DH_Item_C, NotificationTitle) == 0x000288, "Member 'ABP_DH_Item_C::NotificationTitle' has a wrong offset!"); \ static_assert(offsetof(ABP_DH_Item_C, NotificationIcon) == 0x000298, "Member 'ABP_DH_Item_C::NotificationIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_JumpLandSoft_CamShake_Pitch_C \ static_assert(alignof(UBP_JumpLandSoft_CamShake_Pitch_C) == 0x000010, "Wrong alignment on UBP_JumpLandSoft_CamShake_Pitch_C"); \ static_assert(sizeof(UBP_JumpLandSoft_CamShake_Pitch_C) == 0x0001B0, "Wrong size on UBP_JumpLandSoft_CamShake_Pitch_C"); \ #define DUMPER7_ASSERTS_UBP_LookAt_PointOfInterest_C \ static_assert(alignof(UBP_LookAt_PointOfInterest_C) == 0x000008, "Wrong alignment on UBP_LookAt_PointOfInterest_C"); \ static_assert(sizeof(UBP_LookAt_PointOfInterest_C) == 0x000298, "Wrong size on UBP_LookAt_PointOfInterest_C"); \ #define DUMPER7_ASSERTS_BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed \ static_assert(alignof(BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed) == 0x000008, "Wrong alignment on BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed"); \ static_assert(sizeof(BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed) == 0x000038, "Wrong size on BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed"); \ static_assert(offsetof(BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed, EntryPoint) == 0x000000, "Member 'BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000008, "Member 'BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000018, "Member 'BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed, K2Node_Event_OwnerActor) == 0x000030, "Member 'BTT_Biped_SpreadFeed_C_ExecuteUbergraph_BTT_Biped_SpreadFeed::K2Node_Event_OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SpreadFeed_C_ExitTask \ static_assert(alignof(BTT_Biped_SpreadFeed_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_SpreadFeed_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_SpreadFeed_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_SpreadFeed_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_SpreadFeed_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_SpreadFeed_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SpreadFeed_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_SpreadFeed_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_SpreadFeed_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_SpreadFeed_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_SpreadFeed_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_SpreadFeed_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_SpreadFeed_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SpreadFeed_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_SpreadFeed_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_SpreadFeed_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_SpreadFeed_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_SpreadFeed_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_SpreadFeed_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_SpreadFeed_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_SpreadFeed_C \ static_assert(alignof(UBTT_Biped_SpreadFeed_C) == 0x000008, "Wrong alignment on UBTT_Biped_SpreadFeed_C"); \ static_assert(sizeof(UBTT_Biped_SpreadFeed_C) == 0x000158, "Wrong size on UBTT_Biped_SpreadFeed_C"); \ static_assert(offsetof(UBTT_Biped_SpreadFeed_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_SpreadFeed_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Vendor_GearPreview_CameraTransitionController_C \ static_assert(alignof(ABP_Vendor_GearPreview_CameraTransitionController_C) == 0x000008, "Wrong alignment on ABP_Vendor_GearPreview_CameraTransitionController_C"); \ static_assert(sizeof(ABP_Vendor_GearPreview_CameraTransitionController_C) == 0x000280, "Wrong size on ABP_Vendor_GearPreview_CameraTransitionController_C"); \ #define DUMPER7_ASSERTS_IBPI_TwoHandedChest_C \ static_assert(alignof(IBPI_TwoHandedChest_C) == 0x000001, "Wrong alignment on IBPI_TwoHandedChest_C"); \ static_assert(sizeof(IBPI_TwoHandedChest_C) == 0x000001, "Wrong size on IBPI_TwoHandedChest_C"); \ #define DUMPER7_ASSERTS_ABL_HitHitchSwimmingIdle_C_ExecuteUbergraph_ABL_HitHitchSwimmingIdle \ static_assert(alignof(ABL_HitHitchSwimmingIdle_C_ExecuteUbergraph_ABL_HitHitchSwimmingIdle) == 0x000008, "Wrong alignment on ABL_HitHitchSwimmingIdle_C_ExecuteUbergraph_ABL_HitHitchSwimmingIdle"); \ static_assert(sizeof(ABL_HitHitchSwimmingIdle_C_ExecuteUbergraph_ABL_HitHitchSwimmingIdle) == 0x000030, "Wrong size on ABL_HitHitchSwimmingIdle_C_ExecuteUbergraph_ABL_HitHitchSwimmingIdle"); \ static_assert(offsetof(ABL_HitHitchSwimmingIdle_C_ExecuteUbergraph_ABL_HitHitchSwimmingIdle, EntryPoint) == 0x000000, "Member 'ABL_HitHitchSwimmingIdle_C_ExecuteUbergraph_ABL_HitHitchSwimmingIdle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingIdle_C_ExecuteUbergraph_ABL_HitHitchSwimmingIdle, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitHitchSwimmingIdle_C_ExecuteUbergraph_ABL_HitHitchSwimmingIdle::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingIdle_C_ExecuteUbergraph_ABL_HitHitchSwimmingIdle, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitHitchSwimmingIdle_C_ExecuteUbergraph_ABL_HitHitchSwimmingIdle::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingIdle_C_ExecuteUbergraph_ABL_HitHitchSwimmingIdle, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_HitHitchSwimmingIdle_C_ExecuteUbergraph_ABL_HitHitchSwimmingIdle::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingIdle_C_ExecuteUbergraph_ABL_HitHitchSwimmingIdle, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HitHitchSwimmingIdle_C_ExecuteUbergraph_ABL_HitHitchSwimmingIdle::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingIdle_C_ExecuteUbergraph_ABL_HitHitchSwimmingIdle, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_HitHitchSwimmingIdle_C_ExecuteUbergraph_ABL_HitHitchSwimmingIdle::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitHitchSwimmingIdle_C_OnAbilityBranch \ static_assert(alignof(ABL_HitHitchSwimmingIdle_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitHitchSwimmingIdle_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitHitchSwimmingIdle_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitHitchSwimmingIdle_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitHitchSwimmingIdle_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitHitchSwimmingIdle_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingIdle_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitHitchSwimmingIdle_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitHitchSwimmingIdle_C_OnAbilityStart \ static_assert(alignof(ABL_HitHitchSwimmingIdle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitHitchSwimmingIdle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitHitchSwimmingIdle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitHitchSwimmingIdle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitHitchSwimmingIdle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitHitchSwimmingIdle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitHitchSwimmingIdle_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitHitchSwimmingIdle_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitHitchSwimmingIdle_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitHitchSwimmingIdle_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitHitchSwimmingIdle_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitHitchSwimmingIdle_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitHitchSwimmingIdle_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingIdle_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitHitchSwimmingIdle_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingIdle_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitHitchSwimmingIdle_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingIdle_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitHitchSwimmingIdle_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingIdle_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitHitchSwimmingIdle_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingIdle_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitHitchSwimmingIdle_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitHitchSwimmingIdle_C \ static_assert(alignof(UABL_HitHitchSwimmingIdle_C) == 0x000008, "Wrong alignment on UABL_HitHitchSwimmingIdle_C"); \ static_assert(sizeof(UABL_HitHitchSwimmingIdle_C) == 0x0000D0, "Wrong size on UABL_HitHitchSwimmingIdle_C"); \ static_assert(offsetof(UABL_HitHitchSwimmingIdle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HitHitchSwimmingIdle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem \ static_assert(alignof(UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem) == 0x000008, "Wrong alignment on UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem"); \ static_assert(sizeof(UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem) == 0x000118, "Wrong size on UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem, EntryPoint) == 0x000000, "Member 'UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem, K2Node_CustomEvent_SpellName) == 0x000008, "Member 'UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem::K2Node_CustomEvent_SpellName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem, CallFunc_StartsWith_ReturnValue) == 0x000018, "Member 'UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem::CallFunc_StartsWith_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000019, "Member 'UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem, CallFunc_PlayAnimation_ReturnValue_1) == 0x000028, "Member 'UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem, CallFunc_GetSpellUpgradeMap_ReturnValue) == 0x000030, "Member 'UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem::CallFunc_GetSpellUpgradeMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem, CallFunc_PlayAnimation_ReturnValue_2) == 0x000080, "Member 'UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem, CallFunc_Conv_StringToName_ReturnValue) == 0x000088, "Member 'UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem, CallFunc_Map_Find_Value) == 0x000090, "Member 'UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem, CallFunc_Map_Find_ReturnValue) == 0x000114, "Member 'UI_BP_ComboHelper_SpellItem_C_ExecuteUbergraph_UI_BP_ComboHelper_SpellItem::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHelper_SpellItem_C_SetSpellName \ static_assert(alignof(UI_BP_ComboHelper_SpellItem_C_SetSpellName) == 0x000008, "Wrong alignment on UI_BP_ComboHelper_SpellItem_C_SetSpellName"); \ static_assert(sizeof(UI_BP_ComboHelper_SpellItem_C_SetSpellName) == 0x000010, "Wrong size on UI_BP_ComboHelper_SpellItem_C_SetSpellName"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_SetSpellName, SpellName_0) == 0x000000, "Member 'UI_BP_ComboHelper_SpellItem_C_SetSpellName::SpellName_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color \ static_assert(alignof(UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color) == 0x000008, "Wrong alignment on UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color"); \ static_assert(sizeof(UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color) == 0x000080, "Wrong size on UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color, SpellCategory) == 0x000000, "Member 'UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color::SpellCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color, TempColorTag) == 0x000008, "Member 'UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color::TempColorTag' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color, K2Node_MakeStruct_DataTableRowHandle) == 0x000018, "Member 'UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color, K2Node_SwitchEnum_CmpSuccess) == 0x000028, "Member 'UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000030, "Member 'UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color, K2Node_MakeStruct_DataTableRowHandle_2) == 0x000040, "Member 'UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color::K2Node_MakeStruct_DataTableRowHandle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color, K2Node_MakeStruct_DataTableRowHandle_3) == 0x000050, "Member 'UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color::K2Node_MakeStruct_DataTableRowHandle_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color, K2Node_MakeStruct_DataTableRowHandle_4) == 0x000060, "Member 'UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color::K2Node_MakeStruct_DataTableRowHandle_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color, K2Node_MakeStruct_DataTableRowHandle_5) == 0x000070, "Member 'UI_BP_ComboHelper_SpellItem_C_Set_Spell_Category_Color::K2Node_MakeStruct_DataTableRowHandle_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHelper_SpellItem_C_ShowStatusSuccess \ static_assert(alignof(UI_BP_ComboHelper_SpellItem_C_ShowStatusSuccess) == 0x000001, "Wrong alignment on UI_BP_ComboHelper_SpellItem_C_ShowStatusSuccess"); \ static_assert(sizeof(UI_BP_ComboHelper_SpellItem_C_ShowStatusSuccess) == 0x000001, "Wrong size on UI_BP_ComboHelper_SpellItem_C_ShowStatusSuccess"); \ static_assert(offsetof(UI_BP_ComboHelper_SpellItem_C_ShowStatusSuccess, ShowStatus) == 0x000000, "Member 'UI_BP_ComboHelper_SpellItem_C_ShowStatusSuccess::ShowStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ComboHelper_SpellItem_C \ static_assert(alignof(UUI_BP_ComboHelper_SpellItem_C) == 0x000008, "Wrong alignment on UUI_BP_ComboHelper_SpellItem_C"); \ static_assert(sizeof(UUI_BP_ComboHelper_SpellItem_C) == 0x000300, "Wrong size on UUI_BP_ComboHelper_SpellItem_C"); \ static_assert(offsetof(UUI_BP_ComboHelper_SpellItem_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_ComboHelper_SpellItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelper_SpellItem_C, Ready) == 0x000270, "Member 'UUI_BP_ComboHelper_SpellItem_C::Ready' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelper_SpellItem_C, Fail) == 0x000278, "Member 'UUI_BP_ComboHelper_SpellItem_C::Fail' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelper_SpellItem_C, Success) == 0x000280, "Member 'UUI_BP_ComboHelper_SpellItem_C::Success' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelper_SpellItem_C, colorPulse) == 0x000288, "Member 'UUI_BP_ComboHelper_SpellItem_C::colorPulse' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelper_SpellItem_C, contentHolder) == 0x000290, "Member 'UUI_BP_ComboHelper_SpellItem_C::contentHolder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelper_SpellItem_C, itemBack) == 0x000298, "Member 'UUI_BP_ComboHelper_SpellItem_C::itemBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelper_SpellItem_C, Outline) == 0x0002A0, "Member 'UUI_BP_ComboHelper_SpellItem_C::Outline' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelper_SpellItem_C, SpellIcon) == 0x0002A8, "Member 'UUI_BP_ComboHelper_SpellItem_C::SpellIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelper_SpellItem_C, stateBack) == 0x0002B0, "Member 'UUI_BP_ComboHelper_SpellItem_C::stateBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelper_SpellItem_C, stateFlame) == 0x0002B8, "Member 'UUI_BP_ComboHelper_SpellItem_C::stateFlame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelper_SpellItem_C, stateIcon) == 0x0002C0, "Member 'UUI_BP_ComboHelper_SpellItem_C::stateIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelper_SpellItem_C, successMark) == 0x0002C8, "Member 'UUI_BP_ComboHelper_SpellItem_C::successMark' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelper_SpellItem_C, OnSuccessAnimationComplete) == 0x0002D0, "Member 'UUI_BP_ComboHelper_SpellItem_C::OnSuccessAnimationComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelper_SpellItem_C, OnFailureAnimationComplete) == 0x0002E0, "Member 'UUI_BP_ComboHelper_SpellItem_C::OnFailureAnimationComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelper_SpellItem_C, SpellName) == 0x0002F0, "Member 'UUI_BP_ComboHelper_SpellItem_C::SpellName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation \ static_assert(alignof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation) == 0x000010, "Wrong alignment on BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation"); \ static_assert(sizeof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation) == 0x000200, "Wrong size on BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, EntryPoint) == 0x000000, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000008, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000010, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_StationConnectionTransform_IsStation) == 0x000014, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_StationConnectionTransform_IsStation' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_Event_OwnerActor_2) == 0x000018, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_DynamicCast_AsBiped_Character) == 0x000028, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_DynamicCast_AsBiped_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_SwitchInteger_CmpSuccess) == 0x000031, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_Event_OwnerActor_1) == 0x000038, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_GetBlackboard_ReturnValue) == 0x000040, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_DynamicCast_AsAmbulatory_Character) == 0x000058, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_DynamicCast_AsAmbulatory_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000068, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_DynamicCast_AsBiped_Character_1) == 0x000070, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_DynamicCast_AsBiped_Character_1' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_GetComponentByClass_ReturnValue) == 0x000080, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_GetTransform_ReturnValue) == 0x000090, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000C0, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000C8, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_BreakTransform_Location) == 0x0000D0, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_BreakTransform_Rotation) == 0x0000DC, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_BreakTransform_Scale) == 0x0000E8, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_GetController_ReturnValue) == 0x0000F8, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_GetActorOwner_ReturnValue) == 0x000100, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_DynamicCast_AsAmbulatory_Character_1) == 0x000108, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_DynamicCast_AsAmbulatory_Character_1' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_DynamicCast_bSuccess_3) == 0x000110, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_GetPathDistanceToGoal_ReturnValue) == 0x000114, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_GetPathDistanceToGoal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_CreateDelegate_OutputDelegate_1) == 0x000118, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000128, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_GetLastLeafNode_ReturnValue) == 0x000130, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_GetLastLeafNode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_Event_OwnerActor) == 0x000138, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_DynamicCast_AsBiped_Character_2) == 0x000140, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_DynamicCast_AsBiped_Character_2' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_DynamicCast_bSuccess_4) == 0x000148, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000150, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_PlayerMoveToDestination_ReturnValue) == 0x000158, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_PlayerMoveToDestination_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_SwitchEnum_CmpSuccess) == 0x000159, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_MakeLiteralName_ReturnValue) == 0x00015C, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000164, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_GetValueAsObject_ReturnValue) == 0x000170, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_GetValueAsInt_ReturnValue) == 0x000178, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_DynamicCast_AsStation_Component) == 0x000180, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_DynamicCast_AsStation_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_DynamicCast_bSuccess_5) == 0x000188, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_GetConnectionStartTransform_ReturnValue) == 0x000190, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_GetConnectionStartTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_BreakTransform_Location_1) == 0x0001C0, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_BreakTransform_Rotation_1) == 0x0001CC, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_BreakTransform_Scale_1) == 0x0001D8, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x0001E4, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x0001F0, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, Temp_struct_Variable) == 0x0001F4, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0001F8, "Member 'BTT_AutoNavigateToLocation_C_ExecuteUbergraph_BTT_AutoNavigateToLocation::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AutoNavigateToLocation_C_ExitTask \ static_assert(alignof(BTT_AutoNavigateToLocation_C_ExitTask) == 0x000008, "Wrong alignment on BTT_AutoNavigateToLocation_C_ExitTask"); \ static_assert(sizeof(BTT_AutoNavigateToLocation_C_ExitTask) == 0x000008, "Wrong size on BTT_AutoNavigateToLocation_C_ExitTask"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_AutoNavigateToLocation_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AutoNavigateToLocation_C_ReceiveExecute \ static_assert(alignof(BTT_AutoNavigateToLocation_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_AutoNavigateToLocation_C_ReceiveExecute"); \ static_assert(sizeof(BTT_AutoNavigateToLocation_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_AutoNavigateToLocation_C_ReceiveExecute"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_AutoNavigateToLocation_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AutoNavigateToLocation_C_ReceiveTick \ static_assert(alignof(BTT_AutoNavigateToLocation_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_AutoNavigateToLocation_C_ReceiveTick"); \ static_assert(sizeof(BTT_AutoNavigateToLocation_C_ReceiveTick) == 0x000010, "Wrong size on BTT_AutoNavigateToLocation_C_ReceiveTick"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_AutoNavigateToLocation_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_AutoNavigateToLocation_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AutoNavigateToLocation_C_CustActionEvt_RequestFinished_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_AutoNavigateToLocation_C_CustActionEvt_RequestFinished_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_AutoNavigateToLocation_C_CustActionEvt_RequestFinished_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_AutoNavigateToLocation_C_CustActionEvt_RequestFinished_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_AutoNavigateToLocation_C_CustActionEvt_RequestFinished_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_CustActionEvt_RequestFinished_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_AutoNavigateToLocation_C_CustActionEvt_RequestFinished_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AutoNavigateToLocation_C_CustActionEvt_RequestFinished_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_AutoNavigateToLocation_C_CustActionEvt_RequestFinished_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_AutoNavigateToLocation_C_CustActionEvt_RequestFinished_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_AutoNavigateToLocation_C_CustActionEvt_RequestFinished_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_AutoNavigateToLocation_C_CustActionEvt_RequestFinished_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_CustActionEvt_RequestFinished_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_AutoNavigateToLocation_C_CustActionEvt_RequestFinished_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AutoNavigateToLocation_C_NavStage_Walk \ static_assert(alignof(BTT_AutoNavigateToLocation_C_NavStage_Walk) == 0x000008, "Wrong alignment on BTT_AutoNavigateToLocation_C_NavStage_Walk"); \ static_assert(sizeof(BTT_AutoNavigateToLocation_C_NavStage_Walk) == 0x000018, "Wrong size on BTT_AutoNavigateToLocation_C_NavStage_Walk"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Walk, BipedCharacter) == 0x000000, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Walk::BipedCharacter' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Walk, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Walk::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Walk, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00000C, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Walk::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Walk, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Walk::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Walk, CallFunc_Add_FloatFloat_ReturnValue) == 0x000014, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Walk::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AutoNavigateToLocation_C_NavStage_Final \ static_assert(alignof(BTT_AutoNavigateToLocation_C_NavStage_Final) == 0x000008, "Wrong alignment on BTT_AutoNavigateToLocation_C_NavStage_Final"); \ static_assert(sizeof(BTT_AutoNavigateToLocation_C_NavStage_Final) == 0x000058, "Wrong size on BTT_AutoNavigateToLocation_C_NavStage_Final"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Final, BipedCharacter) == 0x000000, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Final::BipedCharacter' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Final, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Final::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Final, CallFunc_GetActorForwardVector_ReturnValue) == 0x000014, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Final::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Final, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000020, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Final::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Final, CallFunc_Dot_VectorVector_ReturnValue) == 0x00002C, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Final::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Final, CallFunc_VSizeXY_ReturnValue) == 0x000030, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Final::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Final, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000034, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Final::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Final, CallFunc_Dot_VectorVector_ReturnValue_1) == 0x000038, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Final::CallFunc_Dot_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Final, CallFunc_Dot_VectorVector_ReturnValue_2) == 0x00003C, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Final::CallFunc_Dot_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Final, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000040, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Final::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Final, CallFunc_Sqrt_ReturnValue) == 0x000044, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Final::CallFunc_Sqrt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Final, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000048, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Final::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Final, CallFunc_Acos_ReturnValue) == 0x00004C, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Final::CallFunc_Acos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Final, CallFunc_RadiansToDegrees_ReturnValue) == 0x000050, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Final::CallFunc_RadiansToDegrees_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Final, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000054, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Final::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Final, CallFunc_BooleanAND_ReturnValue) == 0x000055, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Final::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AutoNavigateToLocation_C_NavStage_Jog2Walk \ static_assert(alignof(BTT_AutoNavigateToLocation_C_NavStage_Jog2Walk) == 0x000008, "Wrong alignment on BTT_AutoNavigateToLocation_C_NavStage_Jog2Walk"); \ static_assert(sizeof(BTT_AutoNavigateToLocation_C_NavStage_Jog2Walk) == 0x000010, "Wrong size on BTT_AutoNavigateToLocation_C_NavStage_Jog2Walk"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Jog2Walk, BipedCharacter) == 0x000000, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Jog2Walk::BipedCharacter' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Jog2Walk, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Jog2Walk::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AutoNavigateToLocation_C_NavStage_SprintOrJog \ static_assert(alignof(BTT_AutoNavigateToLocation_C_NavStage_SprintOrJog) == 0x000008, "Wrong alignment on BTT_AutoNavigateToLocation_C_NavStage_SprintOrJog"); \ static_assert(sizeof(BTT_AutoNavigateToLocation_C_NavStage_SprintOrJog) == 0x000028, "Wrong size on BTT_AutoNavigateToLocation_C_NavStage_SprintOrJog"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_SprintOrJog, BipedCharacter) == 0x000000, "Member 'BTT_AutoNavigateToLocation_C_NavStage_SprintOrJog::BipedCharacter' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_SprintOrJog, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000008, "Member 'BTT_AutoNavigateToLocation_C_NavStage_SprintOrJog::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_SprintOrJog, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_AutoNavigateToLocation_C_NavStage_SprintOrJog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_SprintOrJog, CallFunc_GetPathDistanceToGoal_ReturnValue) == 0x00001C, "Member 'BTT_AutoNavigateToLocation_C_NavStage_SprintOrJog::CallFunc_GetPathDistanceToGoal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_SprintOrJog, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000020, "Member 'BTT_AutoNavigateToLocation_C_NavStage_SprintOrJog::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AutoNavigateToLocation_C_NavStage_Sprint2Jog \ static_assert(alignof(BTT_AutoNavigateToLocation_C_NavStage_Sprint2Jog) == 0x000008, "Wrong alignment on BTT_AutoNavigateToLocation_C_NavStage_Sprint2Jog"); \ static_assert(sizeof(BTT_AutoNavigateToLocation_C_NavStage_Sprint2Jog) == 0x000010, "Wrong size on BTT_AutoNavigateToLocation_C_NavStage_Sprint2Jog"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Sprint2Jog, BipedCharacter) == 0x000000, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Sprint2Jog::BipedCharacter' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_NavStage_Sprint2Jog, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'BTT_AutoNavigateToLocation_C_NavStage_Sprint2Jog::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_AutoNavigateToLocation_C_StationConnectionTransform \ static_assert(alignof(BTT_AutoNavigateToLocation_C_StationConnectionTransform) == 0x000010, "Wrong alignment on BTT_AutoNavigateToLocation_C_StationConnectionTransform"); \ static_assert(sizeof(BTT_AutoNavigateToLocation_C_StationConnectionTransform) == 0x0000A0, "Wrong size on BTT_AutoNavigateToLocation_C_StationConnectionTransform"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_StationConnectionTransform, ActorBlackboard) == 0x000000, "Member 'BTT_AutoNavigateToLocation_C_StationConnectionTransform::ActorBlackboard' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_StationConnectionTransform, IsStation) == 0x000008, "Member 'BTT_AutoNavigateToLocation_C_StationConnectionTransform::IsStation' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_StationConnectionTransform, CallFunc_MakeLiteralName_ReturnValue) == 0x00000C, "Member 'BTT_AutoNavigateToLocation_C_StationConnectionTransform::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_StationConnectionTransform, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000014, "Member 'BTT_AutoNavigateToLocation_C_StationConnectionTransform::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_StationConnectionTransform, CallFunc_GetValueAsInt_ReturnValue) == 0x00001C, "Member 'BTT_AutoNavigateToLocation_C_StationConnectionTransform::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_StationConnectionTransform, CallFunc_GetValueAsObject_ReturnValue) == 0x000020, "Member 'BTT_AutoNavigateToLocation_C_StationConnectionTransform::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_StationConnectionTransform, K2Node_DynamicCast_AsStation_Component) == 0x000028, "Member 'BTT_AutoNavigateToLocation_C_StationConnectionTransform::K2Node_DynamicCast_AsStation_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_StationConnectionTransform, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_AutoNavigateToLocation_C_StationConnectionTransform::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_StationConnectionTransform, CallFunc_GetConnectionStartTransform_ReturnValue) == 0x000040, "Member 'BTT_AutoNavigateToLocation_C_StationConnectionTransform::CallFunc_GetConnectionStartTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_StationConnectionTransform, CallFunc_BreakTransform_Location) == 0x000070, "Member 'BTT_AutoNavigateToLocation_C_StationConnectionTransform::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_StationConnectionTransform, CallFunc_BreakTransform_Rotation) == 0x00007C, "Member 'BTT_AutoNavigateToLocation_C_StationConnectionTransform::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_StationConnectionTransform, CallFunc_BreakTransform_Scale) == 0x000088, "Member 'BTT_AutoNavigateToLocation_C_StationConnectionTransform::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BTT_AutoNavigateToLocation_C_StationConnectionTransform, CallFunc_Conv_RotatorToVector_ReturnValue) == 0x000094, "Member 'BTT_AutoNavigateToLocation_C_StationConnectionTransform::CallFunc_Conv_RotatorToVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_AutoNavigateToLocation_C \ static_assert(alignof(UBTT_AutoNavigateToLocation_C) == 0x000010, "Wrong alignment on UBTT_AutoNavigateToLocation_C"); \ static_assert(sizeof(UBTT_AutoNavigateToLocation_C) == 0x0001F0, "Wrong size on UBTT_AutoNavigateToLocation_C"); \ static_assert(offsetof(UBTT_AutoNavigateToLocation_C, UberGraphFrame) == 0x000150, "Member 'UBTT_AutoNavigateToLocation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_AutoNavigateToLocation_C, PlayerController) == 0x000158, "Member 'UBTT_AutoNavigateToLocation_C::PlayerController' has a wrong offset!"); \ static_assert(offsetof(UBTT_AutoNavigateToLocation_C, SpawnedTravellerController) == 0x000160, "Member 'UBTT_AutoNavigateToLocation_C::SpawnedTravellerController' has a wrong offset!"); \ static_assert(offsetof(UBTT_AutoNavigateToLocation_C, PlayerCapsuleRadius) == 0x000168, "Member 'UBTT_AutoNavigateToLocation_C::PlayerCapsuleRadius' has a wrong offset!"); \ static_assert(offsetof(UBTT_AutoNavigateToLocation_C, NavLocation) == 0x00016C, "Member 'UBTT_AutoNavigateToLocation_C::NavLocation' has a wrong offset!"); \ static_assert(offsetof(UBTT_AutoNavigateToLocation_C, NavDirection) == 0x000178, "Member 'UBTT_AutoNavigateToLocation_C::NavDirection' has a wrong offset!"); \ static_assert(offsetof(UBTT_AutoNavigateToLocation_C, NavState) == 0x000184, "Member 'UBTT_AutoNavigateToLocation_C::NavState' has a wrong offset!"); \ static_assert(offsetof(UBTT_AutoNavigateToLocation_C, PathDistance) == 0x000188, "Member 'UBTT_AutoNavigateToLocation_C::PathDistance' has a wrong offset!"); \ static_assert(offsetof(UBTT_AutoNavigateToLocation_C, PathDistanceTimerHandle) == 0x000190, "Member 'UBTT_AutoNavigateToLocation_C::PathDistanceTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTT_AutoNavigateToLocation_C, TimeExpiredHandle) == 0x000198, "Member 'UBTT_AutoNavigateToLocation_C::TimeExpiredHandle' has a wrong offset!"); \ static_assert(offsetof(UBTT_AutoNavigateToLocation_C, JogDistance) == 0x0001A0, "Member 'UBTT_AutoNavigateToLocation_C::JogDistance' has a wrong offset!"); \ static_assert(offsetof(UBTT_AutoNavigateToLocation_C, WalkDistance) == 0x0001A4, "Member 'UBTT_AutoNavigateToLocation_C::WalkDistance' has a wrong offset!"); \ static_assert(offsetof(UBTT_AutoNavigateToLocation_C, LastLeaf) == 0x0001A8, "Member 'UBTT_AutoNavigateToLocation_C::LastLeaf' has a wrong offset!"); \ static_assert(offsetof(UBTT_AutoNavigateToLocation_C, Transit) == 0x0001B0, "Member 'UBTT_AutoNavigateToLocation_C::Transit' has a wrong offset!"); \ static_assert(offsetof(UBTT_AutoNavigateToLocation_C, ConnectionTransform) == 0x0001C0, "Member 'UBTT_AutoNavigateToLocation_C::ConnectionTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_PitchToTransformCurves_MountCharge_C \ static_assert(alignof(UBP_PitchToTransformCurves_MountCharge_C) == 0x000008, "Wrong alignment on UBP_PitchToTransformCurves_MountCharge_C"); \ static_assert(sizeof(UBP_PitchToTransformCurves_MountCharge_C) == 0x000220, "Wrong size on UBP_PitchToTransformCurves_MountCharge_C"); \ #define DUMPER7_ASSERTS_ABP_FlyingBroom_C_ExecuteUbergraph_ABP_FlyingBroom \ static_assert(alignof(ABP_FlyingBroom_C_ExecuteUbergraph_ABP_FlyingBroom) == 0x000004, "Wrong alignment on ABP_FlyingBroom_C_ExecuteUbergraph_ABP_FlyingBroom"); \ static_assert(sizeof(ABP_FlyingBroom_C_ExecuteUbergraph_ABP_FlyingBroom) == 0x000004, "Wrong size on ABP_FlyingBroom_C_ExecuteUbergraph_ABP_FlyingBroom"); \ static_assert(offsetof(ABP_FlyingBroom_C_ExecuteUbergraph_ABP_FlyingBroom, EntryPoint) == 0x000000, "Member 'ABP_FlyingBroom_C_ExecuteUbergraph_ABP_FlyingBroom::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FlyingBroom_C_AnimGraph \ static_assert(alignof(ABP_FlyingBroom_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_FlyingBroom_C_AnimGraph"); \ static_assert(sizeof(ABP_FlyingBroom_C_AnimGraph) == 0x000020, "Wrong size on ABP_FlyingBroom_C_AnimGraph"); \ static_assert(offsetof(ABP_FlyingBroom_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_FlyingBroom_C_AnimGraph::InPose' has a wrong offset!"); \ static_assert(offsetof(ABP_FlyingBroom_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_FlyingBroom_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_FlyingBroom_C \ static_assert(alignof(UABP_FlyingBroom_C) == 0x000010, "Wrong alignment on UABP_FlyingBroom_C"); \ static_assert(sizeof(UABP_FlyingBroom_C) == 0x009F80, "Wrong size on UABP_FlyingBroom_C"); \ static_assert(offsetof(UABP_FlyingBroom_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_FlyingBroom_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_SubInput) == 0x0002C8, "Member 'UABP_FlyingBroom_C::AnimGraphNode_SubInput' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_LocalToComponentSpace) == 0x0003E0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_33) == 0x000400, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_33' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_32) == 0x000840, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_32' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_31) == 0x000C80, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_31' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_30) == 0x0010C0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_30' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_29) == 0x001500, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_29' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_28) == 0x001940, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_28' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_ComponentToLocalSpace) == 0x001D80, "Member 'UABP_FlyingBroom_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_27) == 0x001DA0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_27' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_26) == 0x0021E0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_26' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_25) == 0x002620, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_25' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_24) == 0x002A60, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_24' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_23) == 0x002EA0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_23' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_22) == 0x0032E0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_22' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_21) == 0x003720, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_21' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_SpringBone_2) == 0x003B60, "Member 'UABP_FlyingBroom_C::AnimGraphNode_SpringBone_2' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_20) == 0x003C90, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_20' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_Root) == 0x0040D0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_Trail_2) == 0x004100, "Member 'UABP_FlyingBroom_C::AnimGraphNode_Trail_2' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_19) == 0x004360, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_19' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_18) == 0x0047A0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_18' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_17) == 0x004BE0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_17' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_16) == 0x005020, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_16' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_15) == 0x005460, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_15' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_14) == 0x0058A0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_14' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_13) == 0x005CE0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_13' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_12) == 0x006120, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_12' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_11) == 0x006560, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_11' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_10) == 0x0069A0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_10' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_9) == 0x006DE0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_9' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_8) == 0x007220, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_8' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_7) == 0x007660, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_6) == 0x007AA0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_5) == 0x007EE0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_4) == 0x008320, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_3) == 0x008760, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_2) == 0x008BA0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_Trail_1) == 0x008FE0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_Trail_1' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_SpringBone_1) == 0x009240, "Member 'UABP_FlyingBroom_C::AnimGraphNode_SpringBone_1' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_Trail) == 0x009370, "Member 'UABP_FlyingBroom_C::AnimGraphNode_Trail' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_SpringBone) == 0x0095D0, "Member 'UABP_FlyingBroom_C::AnimGraphNode_SpringBone' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics_1) == 0x009700, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ static_assert(offsetof(UABP_FlyingBroom_C, AnimGraphNode_AnimDynamics) == 0x009B40, "Member 'UABP_FlyingBroom_C::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor \ static_assert(alignof(BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor) == 0x000008, "Wrong alignment on BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor"); \ static_assert(sizeof(BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor) == 0x0000C8, "Wrong size on BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor"); \ static_assert(offsetof(BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor, EntryPoint) == 0x000000, "Member 'BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor, CallFunc_GetAttachParent_ReturnValue) == 0x000008, "Member 'BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor::CallFunc_GetAttachParent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000010, "Member 'BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor, K2Node_ComponentBoundEvent_OtherActor) == 0x000018, "Member 'BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor, K2Node_ComponentBoundEvent_OtherComp) == 0x000020, "Member 'BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000028, "Member 'BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor, K2Node_ComponentBoundEvent_bFromSweep) == 0x00002C, "Member 'BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor, K2Node_ComponentBoundEvent_SweepResult) == 0x000030, "Member 'BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0000B8, "Member 'BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor, CallFunc_GetInstigator_ReturnValue) == 0x0000C0, "Member 'BP_ShadowBlinkTravelActor_C_ExecuteUbergraph_BP_ShadowBlinkTravelActor::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ShadowBlinkTravelActor_C_BndEvt__BP_ShadowBlinkTravelActor_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_ShadowBlinkTravelActor_C_BndEvt__BP_ShadowBlinkTravelActor_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_ShadowBlinkTravelActor_C_BndEvt__BP_ShadowBlinkTravelActor_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_ShadowBlinkTravelActor_C_BndEvt__BP_ShadowBlinkTravelActor_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_ShadowBlinkTravelActor_C_BndEvt__BP_ShadowBlinkTravelActor_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_ShadowBlinkTravelActor_C_BndEvt__BP_ShadowBlinkTravelActor_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_ShadowBlinkTravelActor_C_BndEvt__BP_ShadowBlinkTravelActor_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_ShadowBlinkTravelActor_C_BndEvt__BP_ShadowBlinkTravelActor_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_ShadowBlinkTravelActor_C_BndEvt__BP_ShadowBlinkTravelActor_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_ShadowBlinkTravelActor_C_BndEvt__BP_ShadowBlinkTravelActor_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_ShadowBlinkTravelActor_C_BndEvt__BP_ShadowBlinkTravelActor_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_ShadowBlinkTravelActor_C_BndEvt__BP_ShadowBlinkTravelActor_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_ShadowBlinkTravelActor_C_BndEvt__BP_ShadowBlinkTravelActor_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_ShadowBlinkTravelActor_C_BndEvt__BP_ShadowBlinkTravelActor_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_ShadowBlinkTravelActor_C_BndEvt__BP_ShadowBlinkTravelActor_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_ShadowBlinkTravelActor_C_BndEvt__BP_ShadowBlinkTravelActor_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_ShadowBlinkTravelActor_C_BndEvt__BP_ShadowBlinkTravelActor_Sphere_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ShadowBlinkTravelActor_C \ static_assert(alignof(ABP_ShadowBlinkTravelActor_C) == 0x000008, "Wrong alignment on ABP_ShadowBlinkTravelActor_C"); \ static_assert(sizeof(ABP_ShadowBlinkTravelActor_C) == 0x000268, "Wrong size on ABP_ShadowBlinkTravelActor_C"); \ static_assert(offsetof(ABP_ShadowBlinkTravelActor_C, UberGraphFrame) == 0x000248, "Member 'ABP_ShadowBlinkTravelActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_ShadowBlinkTravelActor_C, Sphere) == 0x000250, "Member 'ABP_ShadowBlinkTravelActor_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_ShadowBlinkTravelActor_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_ShadowBlinkTravelActor_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_ShadowBlinkTravelActor_C, IsTriggered) == 0x000260, "Member 'ABP_ShadowBlinkTravelActor_C::IsTriggered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_MoveArmOriginToTarget_DebugTarget_C \ static_assert(alignof(UBP_MoveArmOriginToTarget_DebugTarget_C) == 0x000008, "Wrong alignment on UBP_MoveArmOriginToTarget_DebugTarget_C"); \ static_assert(sizeof(UBP_MoveArmOriginToTarget_DebugTarget_C) == 0x0001E8, "Wrong size on UBP_MoveArmOriginToTarget_DebugTarget_C"); \ #define DUMPER7_ASSERTS_UBP_InputToYaw_Default_C \ static_assert(alignof(UBP_InputToYaw_Default_C) == 0x000008, "Wrong alignment on UBP_InputToYaw_Default_C"); \ static_assert(sizeof(UBP_InputToYaw_Default_C) == 0x000200, "Wrong size on UBP_InputToYaw_Default_C"); \ #define DUMPER7_ASSERTS_BP_WaterVolume_C_UserConstructionScript \ static_assert(alignof(BP_WaterVolume_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_WaterVolume_C_UserConstructionScript"); \ static_assert(sizeof(BP_WaterVolume_C_UserConstructionScript) == 0x000002, "Wrong size on BP_WaterVolume_C_UserConstructionScript"); \ static_assert(offsetof(BP_WaterVolume_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_WaterVolume_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WaterVolume_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'BP_WaterVolume_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_WaterVolume_C \ static_assert(alignof(ABP_WaterVolume_C) == 0x000008, "Wrong alignment on ABP_WaterVolume_C"); \ static_assert(sizeof(ABP_WaterVolume_C) == 0x0004C8, "Wrong size on ABP_WaterVolume_C"); \ #define DUMPER7_ASSERTS_UI_BPI_ConjurationHUD_C_SetCategory \ static_assert(alignof(UI_BPI_ConjurationHUD_C_SetCategory) == 0x000008, "Wrong alignment on UI_BPI_ConjurationHUD_C_SetCategory"); \ static_assert(sizeof(UI_BPI_ConjurationHUD_C_SetCategory) == 0x000010, "Wrong size on UI_BPI_ConjurationHUD_C_SetCategory"); \ static_assert(offsetof(UI_BPI_ConjurationHUD_C_SetCategory, Category) == 0x000000, "Member 'UI_BPI_ConjurationHUD_C_SetCategory::Category' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_ConjurationHUD_C \ static_assert(alignof(IUI_BPI_ConjurationHUD_C) == 0x000001, "Wrong alignment on IUI_BPI_ConjurationHUD_C"); \ static_assert(sizeof(IUI_BPI_ConjurationHUD_C) == 0x000001, "Wrong size on IUI_BPI_ConjurationHUD_C"); \ #define DUMPER7_ASSERTS_UABL_ClimbLadder_Slide_C \ static_assert(alignof(UABL_ClimbLadder_Slide_C) == 0x000008, "Wrong alignment on UABL_ClimbLadder_Slide_C"); \ static_assert(sizeof(UABL_ClimbLadder_Slide_C) == 0x0000C8, "Wrong size on UABL_ClimbLadder_Slide_C"); \ #define DUMPER7_ASSERTS_ABP_CC_Facial_C_ExecuteUbergraph_ABP_CC_Facial \ static_assert(alignof(ABP_CC_Facial_C_ExecuteUbergraph_ABP_CC_Facial) == 0x000004, "Wrong alignment on ABP_CC_Facial_C_ExecuteUbergraph_ABP_CC_Facial"); \ static_assert(sizeof(ABP_CC_Facial_C_ExecuteUbergraph_ABP_CC_Facial) == 0x000004, "Wrong size on ABP_CC_Facial_C_ExecuteUbergraph_ABP_CC_Facial"); \ static_assert(offsetof(ABP_CC_Facial_C_ExecuteUbergraph_ABP_CC_Facial, EntryPoint) == 0x000000, "Member 'ABP_CC_Facial_C_ExecuteUbergraph_ABP_CC_Facial::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CC_Facial_C_AnimGraph \ static_assert(alignof(ABP_CC_Facial_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_CC_Facial_C_AnimGraph"); \ static_assert(sizeof(ABP_CC_Facial_C_AnimGraph) == 0x000020, "Wrong size on ABP_CC_Facial_C_AnimGraph"); \ static_assert(offsetof(ABP_CC_Facial_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_CC_Facial_C_AnimGraph::InPose' has a wrong offset!"); \ static_assert(offsetof(ABP_CC_Facial_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_CC_Facial_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_CC_Facial_C \ static_assert(alignof(UABP_CC_Facial_C) == 0x000010, "Wrong alignment on UABP_CC_Facial_C"); \ static_assert(sizeof(UABP_CC_Facial_C) == 0x000700, "Wrong size on UABP_CC_Facial_C"); \ static_assert(offsetof(UABP_CC_Facial_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_CC_Facial_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_CC_Facial_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_CC_Facial_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_CC_Facial_C, AnimGraphNode_CustomizableCharacterFacialPoseBlendNode) == 0x0002F8, "Member 'UABP_CC_Facial_C::AnimGraphNode_CustomizableCharacterFacialPoseBlendNode' has a wrong offset!"); \ static_assert(offsetof(UABP_CC_Facial_C, AnimGraphNode_SubInput) == 0x0003A8, "Member 'UABP_CC_Facial_C::AnimGraphNode_SubInput' has a wrong offset!"); \ static_assert(offsetof(UABP_CC_Facial_C, AnimGraphNode_CustomizableCharacterEyeCap) == 0x0004C0, "Member 'UABP_CC_Facial_C::AnimGraphNode_CustomizableCharacterEyeCap' has a wrong offset!"); \ static_assert(offsetof(UABP_CC_Facial_C, AnimGraphNode_EyeTarget) == 0x000540, "Member 'UABP_CC_Facial_C::AnimGraphNode_EyeTarget' has a wrong offset!"); \ static_assert(offsetof(UABP_CC_Facial_C, AnimGraphNode_CustomizableCharacterLocalModifyBoneScales) == 0x0006A0, "Member 'UABP_CC_Facial_C::AnimGraphNode_CustomizableCharacterLocalModifyBoneScales' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_FieldGuide_Receive_C \ static_assert(alignof(UABL_FieldGuide_Receive_C) == 0x000008, "Wrong alignment on UABL_FieldGuide_Receive_C"); \ static_assert(sizeof(UABL_FieldGuide_Receive_C) == 0x0000C8, "Wrong size on UABL_FieldGuide_Receive_C"); \ #define DUMPER7_ASSERTS_UBP_LookAt_LockOnLoose_C \ static_assert(alignof(UBP_LookAt_LockOnLoose_C) == 0x000008, "Wrong alignment on UBP_LookAt_LockOnLoose_C"); \ static_assert(sizeof(UBP_LookAt_LockOnLoose_C) == 0x000298, "Wrong size on UBP_LookAt_LockOnLoose_C"); \ #define DUMPER7_ASSERTS_UBP_HufflepuffLEDEffect_C \ static_assert(alignof(UBP_HufflepuffLEDEffect_C) == 0x000008, "Wrong alignment on UBP_HufflepuffLEDEffect_C"); \ static_assert(sizeof(UBP_HufflepuffLEDEffect_C) == 0x000048, "Wrong size on UBP_HufflepuffLEDEffect_C"); \ #define DUMPER7_ASSERTS_UBP_LookAt_ClimbingLedge_C \ static_assert(alignof(UBP_LookAt_ClimbingLedge_C) == 0x000008, "Wrong alignment on UBP_LookAt_ClimbingLedge_C"); \ static_assert(sizeof(UBP_LookAt_ClimbingLedge_C) == 0x000298, "Wrong size on UBP_LookAt_ClimbingLedge_C"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End \ static_assert(alignof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End) == 0x0000C0, "Wrong size on ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, K2Node_Event_Context_3) == 0x000008, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, CallFunc_GetAnimInstance_ReturnValue) == 0x000010, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000018, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, CallFunc_GetSelfActor_ReturnValue) == 0x000028, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, K2Node_DynamicCast_AsCharacter) == 0x000030, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, K2Node_Event_Context_2) == 0x000040, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000048, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, CallFunc_GetSelfActor_ReturnValue_1) == 0x000050, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, K2Node_DynamicCast_AsBiped_Anim_Instance_1) == 0x000058, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::K2Node_DynamicCast_AsBiped_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, K2Node_DynamicCast_AsCharacter_1) == 0x000068, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::K2Node_DynamicCast_AsCharacter_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, K2Node_Event_Context_1) == 0x000078, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, K2Node_Event_Context) == 0x000080, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, K2Node_Event_NextAbility) == 0x000088, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, CallFunc_GetSelfActor_ReturnValue_2) == 0x000090, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::CallFunc_GetSelfActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, CallFunc_GetSelfActor_ReturnValue_3) == 0x000098, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::CallFunc_GetSelfActor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, K2Node_DynamicCast_AsCharacter_2) == 0x0000A0, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::K2Node_DynamicCast_AsCharacter_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, K2Node_DynamicCast_bSuccess_4) == 0x0000A8, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, K2Node_DynamicCast_AsCharacter_3) == 0x0000B0, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::K2Node_DynamicCast_AsCharacter_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End, K2Node_DynamicCast_bSuccess_5) == 0x0000B8, "Member 'ABL_NPC_RCT_Levioso_End_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_End::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_End_C_CleanUpEffectComponent \ static_assert(alignof(ABL_NPC_RCT_Levioso_End_C_CleanUpEffectComponent) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_End_C_CleanUpEffectComponent"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_End_C_CleanUpEffectComponent) == 0x000018, "Wrong size on ABL_NPC_RCT_Levioso_End_C_CleanUpEffectComponent"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_CleanUpEffectComponent, Context) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_End_C_CleanUpEffectComponent::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_CleanUpEffectComponent, CallFunc_GetReactionData_ReturnValue) == 0x000008, "Member 'ABL_NPC_RCT_Levioso_End_C_CleanUpEffectComponent::CallFunc_GetReactionData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_CleanUpEffectComponent, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'ABL_NPC_RCT_Levioso_End_C_CleanUpEffectComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_End_C_OnAbilityBranch \ static_assert(alignof(ABL_NPC_RCT_Levioso_End_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_End_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_End_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NPC_RCT_Levioso_End_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_End_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NPC_RCT_Levioso_End_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_End_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NPC_RCT_Levioso_End_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_End_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_End_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NPC_RCT_Levioso_End_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_End_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_End_C_OnAbilityEnd \ static_assert(alignof(ABL_NPC_RCT_Levioso_End_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_End_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_End_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NPC_RCT_Levioso_End_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_End_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_End_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_Levioso_End_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_End_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_End_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_Levioso_End_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_End_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_End_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_Levioso_End_C \ static_assert(alignof(UABL_NPC_RCT_Levioso_End_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_Levioso_End_C"); \ static_assert(sizeof(UABL_NPC_RCT_Levioso_End_C) == 0x0000F0, "Wrong size on UABL_NPC_RCT_Levioso_End_C"); \ static_assert(offsetof(UABL_NPC_RCT_Levioso_End_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_Levioso_End_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NPC_RCT_Levioso_End_C, TempCharRef) == 0x0000E8, "Member 'UABL_NPC_RCT_Levioso_End_C::TempCharRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSTR_CustomWandStyleDefinition \ static_assert(alignof(FSTR_CustomWandStyleDefinition) == 0x000008, "Wrong alignment on FSTR_CustomWandStyleDefinition"); \ static_assert(sizeof(FSTR_CustomWandStyleDefinition) == 0x000148, "Wrong size on FSTR_CustomWandStyleDefinition"); \ static_assert(offsetof(FSTR_CustomWandStyleDefinition, SoftMesh_27_8D8EB96E4FC105BB40ED66BD8E5109EE) == 0x000000, "Member 'FSTR_CustomWandStyleDefinition::SoftMesh_27_8D8EB96E4FC105BB40ED66BD8E5109EE' has a wrong offset!"); \ static_assert(offsetof(FSTR_CustomWandStyleDefinition, BaseOption_50_78EFD28F46416C5C5C75559F9DA73FBF) == 0x000028, "Member 'FSTR_CustomWandStyleDefinition::BaseOption_50_78EFD28F46416C5C5C75559F9DA73FBF' has a wrong offset!"); \ static_assert(offsetof(FSTR_CustomWandStyleDefinition, Subgroup_33_67BE5FB047644FAAD247BD84AD5BC3B0) == 0x000030, "Member 'FSTR_CustomWandStyleDefinition::Subgroup_33_67BE5FB047644FAAD247BD84AD5BC3B0' has a wrong offset!"); \ static_assert(offsetof(FSTR_CustomWandStyleDefinition, HandleName_54_B3C7A39143E46DBD491A5F81976C913D) == 0x000040, "Member 'FSTR_CustomWandStyleDefinition::HandleName_54_B3C7A39143E46DBD491A5F81976C913D' has a wrong offset!"); \ static_assert(offsetof(FSTR_CustomWandStyleDefinition, Tip_D_37_89F1EE8240019CE45E2417816FA0D99E) == 0x000050, "Member 'FSTR_CustomWandStyleDefinition::Tip_D_37_89F1EE8240019CE45E2417816FA0D99E' has a wrong offset!"); \ static_assert(offsetof(FSTR_CustomWandStyleDefinition, Tip_N_39_4E0988D64374C638DED8C39D3FA4C919) == 0x000078, "Member 'FSTR_CustomWandStyleDefinition::Tip_N_39_4E0988D64374C638DED8C39D3FA4C919' has a wrong offset!"); \ static_assert(offsetof(FSTR_CustomWandStyleDefinition, Tip_MRO_44_EAB7DF7D46521D2879AAA4B05DC3F10C) == 0x0000A0, "Member 'FSTR_CustomWandStyleDefinition::Tip_MRO_44_EAB7DF7D46521D2879AAA4B05DC3F10C' has a wrong offset!"); \ static_assert(offsetof(FSTR_CustomWandStyleDefinition, Handle_D_45_16F7A516446F36DE2C85B19CA47408F8) == 0x0000C8, "Member 'FSTR_CustomWandStyleDefinition::Handle_D_45_16F7A516446F36DE2C85B19CA47408F8' has a wrong offset!"); \ static_assert(offsetof(FSTR_CustomWandStyleDefinition, Handle_N_46_0A7775004A519C7DC9D81BB1E65F92D3) == 0x0000F0, "Member 'FSTR_CustomWandStyleDefinition::Handle_N_46_0A7775004A519C7DC9D81BB1E65F92D3' has a wrong offset!"); \ static_assert(offsetof(FSTR_CustomWandStyleDefinition, Handle_MRO_48_A443128241B4C0D32EC07DAEEC63765C) == 0x000118, "Member 'FSTR_CustomWandStyleDefinition::Handle_MRO_48_A443128241B4C0D32EC07DAEEC63765C' has a wrong offset!"); \ static_assert(offsetof(FSTR_CustomWandStyleDefinition, Show_24_AAA654FB452A518DFD4FDC944FCFC7DD) == 0x000140, "Member 'FSTR_CustomWandStyleDefinition::Show_24_AAA654FB452A518DFD4FDC944FCFC7DD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_Lag_BroomMounting_C \ static_assert(alignof(UBP_Lag_BroomMounting_C) == 0x000008, "Wrong alignment on UBP_Lag_BroomMounting_C"); \ static_assert(sizeof(UBP_Lag_BroomMounting_C) == 0x000218, "Wrong size on UBP_Lag_BroomMounting_C"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Converse_C \ static_assert(alignof(UBTT_Biped_Converse_C) == 0x000008, "Wrong alignment on UBTT_Biped_Converse_C"); \ static_assert(sizeof(UBTT_Biped_Converse_C) == 0x000150, "Wrong size on UBTT_Biped_Converse_C"); \ #define DUMPER7_ASSERTS_BP_SceneAction_AdjustPlayerInventory_C_GetDelta \ static_assert(alignof(BP_SceneAction_AdjustPlayerInventory_C_GetDelta) == 0x000004, "Wrong alignment on BP_SceneAction_AdjustPlayerInventory_C_GetDelta"); \ static_assert(sizeof(BP_SceneAction_AdjustPlayerInventory_C_GetDelta) == 0x000024, "Wrong size on BP_SceneAction_AdjustPlayerInventory_C_GetDelta"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDelta, Delta) == 0x000000, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDelta::Delta' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDelta, CallFunc_FTrunc_ReturnValue) == 0x000004, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDelta::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDelta, CallFunc_GetCount_ReturnValue) == 0x000008, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDelta::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDelta, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDelta::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDelta, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000010, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDelta::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDelta, CallFunc_FTrunc_ReturnValue_1) == 0x000014, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDelta::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDelta, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000018, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDelta::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDelta, CallFunc_FTrunc_ReturnValue_2) == 0x00001C, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDelta::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDelta, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDelta::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_AdjustPlayerInventory_C_OnInstant \ static_assert(alignof(BP_SceneAction_AdjustPlayerInventory_C_OnInstant) == 0x000004, "Wrong alignment on BP_SceneAction_AdjustPlayerInventory_C_OnInstant"); \ static_assert(sizeof(BP_SceneAction_AdjustPlayerInventory_C_OnInstant) == 0x000008, "Wrong size on BP_SceneAction_AdjustPlayerInventory_C_OnInstant"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_OnInstant, Time) == 0x000000, "Member 'BP_SceneAction_AdjustPlayerInventory_C_OnInstant::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_OnInstant, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_AdjustPlayerInventory_C_OnInstant::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_AdjustPlayerInventory_C_ExecuteUbergraph_BP_SceneAction_AdjustPlayerInventory \ static_assert(alignof(BP_SceneAction_AdjustPlayerInventory_C_ExecuteUbergraph_BP_SceneAction_AdjustPlayerInventory) == 0x000004, "Wrong alignment on BP_SceneAction_AdjustPlayerInventory_C_ExecuteUbergraph_BP_SceneAction_AdjustPlayerInventory"); \ static_assert(sizeof(BP_SceneAction_AdjustPlayerInventory_C_ExecuteUbergraph_BP_SceneAction_AdjustPlayerInventory) == 0x000018, "Wrong size on BP_SceneAction_AdjustPlayerInventory_C_ExecuteUbergraph_BP_SceneAction_AdjustPlayerInventory"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_ExecuteUbergraph_BP_SceneAction_AdjustPlayerInventory, EntryPoint) == 0x000000, "Member 'BP_SceneAction_AdjustPlayerInventory_C_ExecuteUbergraph_BP_SceneAction_AdjustPlayerInventory::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_ExecuteUbergraph_BP_SceneAction_AdjustPlayerInventory, K2Node_Event_Time) == 0x000004, "Member 'BP_SceneAction_AdjustPlayerInventory_C_ExecuteUbergraph_BP_SceneAction_AdjustPlayerInventory::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_ExecuteUbergraph_BP_SceneAction_AdjustPlayerInventory, K2Node_Event_IsScrubbing) == 0x000008, "Member 'BP_SceneAction_AdjustPlayerInventory_C_ExecuteUbergraph_BP_SceneAction_AdjustPlayerInventory::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_ExecuteUbergraph_BP_SceneAction_AdjustPlayerInventory, CallFunc_GetDelta_Delta) == 0x00000C, "Member 'BP_SceneAction_AdjustPlayerInventory_C_ExecuteUbergraph_BP_SceneAction_AdjustPlayerInventory::CallFunc_GetDelta_Delta' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_ExecuteUbergraph_BP_SceneAction_AdjustPlayerInventory, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000010, "Member 'BP_SceneAction_AdjustPlayerInventory_C_ExecuteUbergraph_BP_SceneAction_AdjustPlayerInventory::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_ExecuteUbergraph_BP_SceneAction_AdjustPlayerInventory, CallFunc_AdjustCount_ReturnValue) == 0x000014, "Member 'BP_SceneAction_AdjustPlayerInventory_C_ExecuteUbergraph_BP_SceneAction_AdjustPlayerInventory::CallFunc_AdjustCount_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName \ static_assert(alignof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName"); \ static_assert(sizeof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName) == 0x000280, "Wrong size on BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, ReturnValue) == 0x000000, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, Temp_byte_Variable) == 0x000018, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, CallFunc_Conv_NameToText_ReturnValue) == 0x000020, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData_1) == 0x000078, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000B8, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, K2Node_MakeArray_Array) == 0x0000F8, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000108, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, CallFunc_Format_ReturnValue) == 0x000110, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData_3) == 0x000128, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, CallFunc_Conv_NameToText_ReturnValue_1) == 0x000168, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::CallFunc_Conv_NameToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, CallFunc_Conv_NameToText_ReturnValue_2) == 0x000180, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::CallFunc_Conv_NameToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData_4) == 0x000198, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData_5) == 0x0001D8, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, K2Node_MakeArray_Array_1) == 0x000218, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, K2Node_MakeArray_Array_2) == 0x000228, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, CallFunc_Format_ReturnValue_1) == 0x000238, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, CallFunc_Format_ReturnValue_2) == 0x000250, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName, K2Node_Select_Default) == 0x000268, "Member 'BP_SceneAction_AdjustPlayerInventory_C_GetDisplayName::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_AdjustPlayerInventory_C_IsInstant \ static_assert(alignof(BP_SceneAction_AdjustPlayerInventory_C_IsInstant) == 0x000001, "Wrong alignment on BP_SceneAction_AdjustPlayerInventory_C_IsInstant"); \ static_assert(sizeof(BP_SceneAction_AdjustPlayerInventory_C_IsInstant) == 0x000001, "Wrong size on BP_SceneAction_AdjustPlayerInventory_C_IsInstant"); \ static_assert(offsetof(BP_SceneAction_AdjustPlayerInventory_C_IsInstant, ReturnValue) == 0x000000, "Member 'BP_SceneAction_AdjustPlayerInventory_C_IsInstant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SceneAction_AdjustPlayerInventory_C \ static_assert(alignof(UBP_SceneAction_AdjustPlayerInventory_C) == 0x000008, "Wrong alignment on UBP_SceneAction_AdjustPlayerInventory_C"); \ static_assert(sizeof(UBP_SceneAction_AdjustPlayerInventory_C) == 0x0000C8, "Wrong size on UBP_SceneAction_AdjustPlayerInventory_C"); \ static_assert(offsetof(UBP_SceneAction_AdjustPlayerInventory_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_SceneAction_AdjustPlayerInventory_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_AdjustPlayerInventory_C, InventoryObjectID) == 0x0000B0, "Member 'UBP_SceneAction_AdjustPlayerInventory_C::InventoryObjectID' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_AdjustPlayerInventory_C, Method) == 0x0000B8, "Member 'UBP_SceneAction_AdjustPlayerInventory_C::Method' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_AdjustPlayerInventory_C, Value) == 0x0000BC, "Member 'UBP_SceneAction_AdjustPlayerInventory_C::Value' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_AdjustPlayerInventory_C, bSuppress_HUDNotification) == 0x0000C0, "Member 'UBP_SceneAction_AdjustPlayerInventory_C::bSuppress_HUDNotification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_AddCameraSpaceTranslation_MountCharge_C \ static_assert(alignof(UBP_AddCameraSpaceTranslation_MountCharge_C) == 0x000008, "Wrong alignment on UBP_AddCameraSpaceTranslation_MountCharge_C"); \ static_assert(sizeof(UBP_AddCameraSpaceTranslation_MountCharge_C) == 0x0001C8, "Wrong size on UBP_AddCameraSpaceTranslation_MountCharge_C"); \ #define DUMPER7_ASSERTS_UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen \ static_assert(alignof(UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen) == 0x000008, "Wrong alignment on UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen"); \ static_assert(sizeof(UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen) == 0x000058, "Wrong size on UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen, EntryPoint) == 0x000000, "Member 'UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen, Temp_float_Variable) == 0x000004, "Member 'UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen, K2Node_CustomEvent_Caller) == 0x000018, "Member 'UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen, K2Node_CustomEvent_Vector) == 0x000020, "Member 'UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen::K2Node_CustomEvent_Vector' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen, CallFunc_HermesBindVector_Handle) == 0x000030, "Member 'UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen::CallFunc_HermesBindVector_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen, CallFunc_BreakVector_X) == 0x000040, "Member 'UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen, CallFunc_BreakVector_Y) == 0x000044, "Member 'UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen, CallFunc_BreakVector_Z) == 0x000048, "Member 'UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen, CallFunc_DegAtan2_ReturnValue) == 0x00004C, "Member 'UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen::CallFunc_DegAtan2_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000050, "Member 'UI_BP_Oppugno_Indicator_OffScreen_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator_OffScreen::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Oppugno_Indicator_OffScreen_C_RotateIndicator \ static_assert(alignof(UI_BP_Oppugno_Indicator_OffScreen_C_RotateIndicator) == 0x000008, "Wrong alignment on UI_BP_Oppugno_Indicator_OffScreen_C_RotateIndicator"); \ static_assert(sizeof(UI_BP_Oppugno_Indicator_OffScreen_C_RotateIndicator) == 0x000018, "Wrong size on UI_BP_Oppugno_Indicator_OffScreen_C_RotateIndicator"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_OffScreen_C_RotateIndicator, Caller) == 0x000000, "Member 'UI_BP_Oppugno_Indicator_OffScreen_C_RotateIndicator::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_OffScreen_C_RotateIndicator, Vector) == 0x000008, "Member 'UI_BP_Oppugno_Indicator_OffScreen_C_RotateIndicator::Vector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Oppugno_Indicator_OffScreen_C \ static_assert(alignof(UUI_BP_Oppugno_Indicator_OffScreen_C) == 0x000008, "Wrong alignment on UUI_BP_Oppugno_Indicator_OffScreen_C"); \ static_assert(sizeof(UUI_BP_Oppugno_Indicator_OffScreen_C) == 0x000308, "Wrong size on UUI_BP_Oppugno_Indicator_OffScreen_C"); \ static_assert(offsetof(UUI_BP_Oppugno_Indicator_OffScreen_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_Oppugno_Indicator_OffScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Oppugno_Indicator_OffScreen_C, ArrowOverlay) == 0x0002F0, "Member 'UUI_BP_Oppugno_Indicator_OffScreen_C::ArrowOverlay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Oppugno_Indicator_OffScreen_C, ButtonPrompt) == 0x0002F8, "Member 'UUI_BP_Oppugno_Indicator_OffScreen_C::ButtonPrompt' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Oppugno_Indicator_OffScreen_C, TargetArrow) == 0x000300, "Member 'UUI_BP_Oppugno_Indicator_OffScreen_C::TargetArrow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_OpenDoorRightHand_Sprint_C \ static_assert(alignof(UABL_OpenDoorRightHand_Sprint_C) == 0x000008, "Wrong alignment on UABL_OpenDoorRightHand_Sprint_C"); \ static_assert(sizeof(UABL_OpenDoorRightHand_Sprint_C) == 0x0000C8, "Wrong size on UABL_OpenDoorRightHand_Sprint_C"); \ #define DUMPER7_ASSERTS_UBP_AmbientCam_IdleToJog_C \ static_assert(alignof(UBP_AmbientCam_IdleToJog_C) == 0x000008, "Wrong alignment on UBP_AmbientCam_IdleToJog_C"); \ static_assert(sizeof(UBP_AmbientCam_IdleToJog_C) == 0x0003F8, "Wrong size on UBP_AmbientCam_IdleToJog_C"); \ #define DUMPER7_ASSERTS_UBP_FollowTargetRotationSpring_HippogriffFlight_Hover_C \ static_assert(alignof(UBP_FollowTargetRotationSpring_HippogriffFlight_Hover_C) == 0x000008, "Wrong alignment on UBP_FollowTargetRotationSpring_HippogriffFlight_Hover_C"); \ static_assert(sizeof(UBP_FollowTargetRotationSpring_HippogriffFlight_Hover_C) == 0x000218, "Wrong size on UBP_FollowTargetRotationSpring_HippogriffFlight_Hover_C"); \ #define DUMPER7_ASSERTS_UABL_MerlinGrunt_Attack_ShoulderCharge_C \ static_assert(alignof(UABL_MerlinGrunt_Attack_ShoulderCharge_C) == 0x000008, "Wrong alignment on UABL_MerlinGrunt_Attack_ShoulderCharge_C"); \ static_assert(sizeof(UABL_MerlinGrunt_Attack_ShoulderCharge_C) == 0x0000C8, "Wrong size on UABL_MerlinGrunt_Attack_ShoulderCharge_C"); \ #define DUMPER7_ASSERTS_UABL_SwimExit_C \ static_assert(alignof(UABL_SwimExit_C) == 0x000008, "Wrong alignment on UABL_SwimExit_C"); \ static_assert(sizeof(UABL_SwimExit_C) == 0x0000C8, "Wrong size on UABL_SwimExit_C"); \ #define DUMPER7_ASSERTS_UBP_DollyZoom_Broom_Boost_C \ static_assert(alignof(UBP_DollyZoom_Broom_Boost_C) == 0x000008, "Wrong alignment on UBP_DollyZoom_Broom_Boost_C"); \ static_assert(sizeof(UBP_DollyZoom_Broom_Boost_C) == 0x0001E8, "Wrong size on UBP_DollyZoom_Broom_Boost_C"); \ #define DUMPER7_ASSERTS_UBP_LookAt_AimModeAimTransition_C \ static_assert(alignof(UBP_LookAt_AimModeAimTransition_C) == 0x000008, "Wrong alignment on UBP_LookAt_AimModeAimTransition_C"); \ static_assert(sizeof(UBP_LookAt_AimModeAimTransition_C) == 0x000298, "Wrong size on UBP_LookAt_AimModeAimTransition_C"); \ #define DUMPER7_ASSERTS_UI_BP_DirectionalArrowWidget_C_SetRotation \ static_assert(alignof(UI_BP_DirectionalArrowWidget_C_SetRotation) == 0x000004, "Wrong alignment on UI_BP_DirectionalArrowWidget_C_SetRotation"); \ static_assert(sizeof(UI_BP_DirectionalArrowWidget_C_SetRotation) == 0x000004, "Wrong size on UI_BP_DirectionalArrowWidget_C_SetRotation"); \ static_assert(offsetof(UI_BP_DirectionalArrowWidget_C_SetRotation, Rotation) == 0x000000, "Member 'UI_BP_DirectionalArrowWidget_C_SetRotation::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DirectionalArrowWidget_C_SetType \ static_assert(alignof(UI_BP_DirectionalArrowWidget_C_SetType) == 0x000008, "Wrong alignment on UI_BP_DirectionalArrowWidget_C_SetType"); \ static_assert(sizeof(UI_BP_DirectionalArrowWidget_C_SetType) == 0x000078, "Wrong size on UI_BP_DirectionalArrowWidget_C_SetType"); \ static_assert(offsetof(UI_BP_DirectionalArrowWidget_C_SetType, InType) == 0x000000, "Member 'UI_BP_DirectionalArrowWidget_C_SetType::InType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DirectionalArrowWidget_C_SetType, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'UI_BP_DirectionalArrowWidget_C_SetType::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DirectionalArrowWidget_C_SetType, K2Node_MakeStruct_LinearColor) == 0x000004, "Member 'UI_BP_DirectionalArrowWidget_C_SetType::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DirectionalArrowWidget_C_SetType, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'UI_BP_DirectionalArrowWidget_C_SetType::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DirectionalArrowWidget_C_SetType, K2Node_MakeStruct_LinearColor_1) == 0x000040, "Member 'UI_BP_DirectionalArrowWidget_C_SetType::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DirectionalArrowWidget_C_SetType, K2Node_MakeStruct_SlateColor_1) == 0x000050, "Member 'UI_BP_DirectionalArrowWidget_C_SetType::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_DirectionalArrowWidget_C \ static_assert(alignof(UUI_BP_DirectionalArrowWidget_C) == 0x000008, "Wrong alignment on UUI_BP_DirectionalArrowWidget_C"); \ static_assert(sizeof(UUI_BP_DirectionalArrowWidget_C) == 0x000278, "Wrong size on UUI_BP_DirectionalArrowWidget_C"); \ static_assert(offsetof(UUI_BP_DirectionalArrowWidget_C, RotationPanel) == 0x000268, "Member 'UUI_BP_DirectionalArrowWidget_C::RotationPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DirectionalArrowWidget_C, UI_BP_ArrowWidget) == 0x000270, "Member 'UUI_BP_DirectionalArrowWidget_C::UI_BP_ArrowWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_Lag_ClimbingUp_C \ static_assert(alignof(UBP_Lag_ClimbingUp_C) == 0x000008, "Wrong alignment on UBP_Lag_ClimbingUp_C"); \ static_assert(sizeof(UBP_Lag_ClimbingUp_C) == 0x000218, "Wrong size on UBP_Lag_ClimbingUp_C"); \ #define DUMPER7_ASSERTS_ABL_Enemy_JumpVault_new_C_ExecuteUbergraph_ABL_Enemy_JumpVault_new \ static_assert(alignof(ABL_Enemy_JumpVault_new_C_ExecuteUbergraph_ABL_Enemy_JumpVault_new) == 0x000008, "Wrong alignment on ABL_Enemy_JumpVault_new_C_ExecuteUbergraph_ABL_Enemy_JumpVault_new"); \ static_assert(sizeof(ABL_Enemy_JumpVault_new_C_ExecuteUbergraph_ABL_Enemy_JumpVault_new) == 0x000010, "Wrong size on ABL_Enemy_JumpVault_new_C_ExecuteUbergraph_ABL_Enemy_JumpVault_new"); \ static_assert(offsetof(ABL_Enemy_JumpVault_new_C_ExecuteUbergraph_ABL_Enemy_JumpVault_new, EntryPoint) == 0x000000, "Member 'ABL_Enemy_JumpVault_new_C_ExecuteUbergraph_ABL_Enemy_JumpVault_new::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpVault_new_C_ExecuteUbergraph_ABL_Enemy_JumpVault_new, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_JumpVault_new_C_ExecuteUbergraph_ABL_Enemy_JumpVault_new::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_JumpVault_new_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_JumpVault_new_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_JumpVault_new_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_JumpVault_new_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_JumpVault_new_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_JumpVault_new_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_JumpVault_new_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_JumpVault_new_C \ static_assert(alignof(UABL_Enemy_JumpVault_new_C) == 0x000008, "Wrong alignment on UABL_Enemy_JumpVault_new_C"); \ static_assert(sizeof(UABL_Enemy_JumpVault_new_C) == 0x0000D0, "Wrong size on UABL_Enemy_JumpVault_new_C"); \ static_assert(offsetof(UABL_Enemy_JumpVault_new_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_JumpVault_new_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Climb_JumpWaist_C_ExecuteUbergraph_ABL_Climb_JumpWaist \ static_assert(alignof(ABL_Climb_JumpWaist_C_ExecuteUbergraph_ABL_Climb_JumpWaist) == 0x000008, "Wrong alignment on ABL_Climb_JumpWaist_C_ExecuteUbergraph_ABL_Climb_JumpWaist"); \ static_assert(sizeof(ABL_Climb_JumpWaist_C_ExecuteUbergraph_ABL_Climb_JumpWaist) == 0x000020, "Wrong size on ABL_Climb_JumpWaist_C_ExecuteUbergraph_ABL_Climb_JumpWaist"); \ static_assert(offsetof(ABL_Climb_JumpWaist_C_ExecuteUbergraph_ABL_Climb_JumpWaist, EntryPoint) == 0x000000, "Member 'ABL_Climb_JumpWaist_C_ExecuteUbergraph_ABL_Climb_JumpWaist::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_JumpWaist_C_ExecuteUbergraph_ABL_Climb_JumpWaist, K2Node_Event_Context) == 0x000008, "Member 'ABL_Climb_JumpWaist_C_ExecuteUbergraph_ABL_Climb_JumpWaist::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_JumpWaist_C_ExecuteUbergraph_ABL_Climb_JumpWaist, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Climb_JumpWaist_C_ExecuteUbergraph_ABL_Climb_JumpWaist::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_JumpWaist_C_ExecuteUbergraph_ABL_Climb_JumpWaist, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_Climb_JumpWaist_C_ExecuteUbergraph_ABL_Climb_JumpWaist::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Climb_JumpWaist_C_OnAbilityStart \ static_assert(alignof(ABL_Climb_JumpWaist_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Climb_JumpWaist_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Climb_JumpWaist_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Climb_JumpWaist_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Climb_JumpWaist_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Climb_JumpWaist_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Climb_JumpWaist_C \ static_assert(alignof(UABL_Climb_JumpWaist_C) == 0x000008, "Wrong alignment on UABL_Climb_JumpWaist_C"); \ static_assert(sizeof(UABL_Climb_JumpWaist_C) == 0x0000D0, "Wrong size on UABL_Climb_JumpWaist_C"); \ static_assert(offsetof(UABL_Climb_JumpWaist_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Climb_JumpWaist_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAt_InitialTransformationLock_C_OnUpdateEvent \ static_assert(alignof(BP_LookAt_InitialTransformationLock_C_OnUpdateEvent) == 0x000008, "Wrong alignment on BP_LookAt_InitialTransformationLock_C_OnUpdateEvent"); \ static_assert(sizeof(BP_LookAt_InitialTransformationLock_C_OnUpdateEvent) == 0x000078, "Wrong size on BP_LookAt_InitialTransformationLock_C_OnUpdateEvent"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnUpdateEvent, DeltaSeconds) == 0x000000, "Member 'BP_LookAt_InitialTransformationLock_C_OnUpdateEvent::DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnUpdateEvent, ReturnValue) == 0x000004, "Member 'BP_LookAt_InitialTransformationLock_C_OnUpdateEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnUpdateEvent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_LookAt_InitialTransformationLock_C_OnUpdateEvent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnUpdateEvent, CallFunc_GetTarget_ReturnValue) == 0x000010, "Member 'BP_LookAt_InitialTransformationLock_C_OnUpdateEvent::CallFunc_GetTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnUpdateEvent, CallFunc_GetTargetActor_ReturnValue) == 0x000018, "Member 'BP_LookAt_InitialTransformationLock_C_OnUpdateEvent::CallFunc_GetTargetActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnUpdateEvent, K2Node_DynamicCast_AsBiped_Character) == 0x000020, "Member 'BP_LookAt_InitialTransformationLock_C_OnUpdateEvent::K2Node_DynamicCast_AsBiped_Character' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnUpdateEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_LookAt_InitialTransformationLock_C_OnUpdateEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnUpdateEvent, CallFunc_GetWand_ReturnValue) == 0x000030, "Member 'BP_LookAt_InitialTransformationLock_C_OnUpdateEvent::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnUpdateEvent, CallFunc_GetActiveSpellTool_ReturnValue) == 0x000038, "Member 'BP_LookAt_InitialTransformationLock_C_OnUpdateEvent::CallFunc_GetActiveSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnUpdateEvent, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'BP_LookAt_InitialTransformationLock_C_OnUpdateEvent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnUpdateEvent, CallFunc_GetTargetPointScreenPosition_ReturnValue) == 0x000048, "Member 'BP_LookAt_InitialTransformationLock_C_OnUpdateEvent::CallFunc_GetTargetPointScreenPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnUpdateEvent, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'BP_LookAt_InitialTransformationLock_C_OnUpdateEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnUpdateEvent, CallFunc_MakeVector2D_ReturnValue) == 0x000050, "Member 'BP_LookAt_InitialTransformationLock_C_OnUpdateEvent::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnUpdateEvent, CallFunc_MakeVector2D_ReturnValue_1) == 0x000058, "Member 'BP_LookAt_InitialTransformationLock_C_OnUpdateEvent::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnUpdateEvent, CallFunc_MakeBox2D_ReturnValue) == 0x000060, "Member 'BP_LookAt_InitialTransformationLock_C_OnUpdateEvent::CallFunc_MakeBox2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAt_InitialTransformationLock_C_OnActivateEvent \ static_assert(alignof(BP_LookAt_InitialTransformationLock_C_OnActivateEvent) == 0x000008, "Wrong alignment on BP_LookAt_InitialTransformationLock_C_OnActivateEvent"); \ static_assert(sizeof(BP_LookAt_InitialTransformationLock_C_OnActivateEvent) == 0x000078, "Wrong size on BP_LookAt_InitialTransformationLock_C_OnActivateEvent"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnActivateEvent, ReturnValue) == 0x000000, "Member 'BP_LookAt_InitialTransformationLock_C_OnActivateEvent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnActivateEvent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_LookAt_InitialTransformationLock_C_OnActivateEvent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnActivateEvent, CallFunc_GetTarget_ReturnValue) == 0x000010, "Member 'BP_LookAt_InitialTransformationLock_C_OnActivateEvent::CallFunc_GetTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnActivateEvent, CallFunc_GetTargetActor_ReturnValue) == 0x000018, "Member 'BP_LookAt_InitialTransformationLock_C_OnActivateEvent::CallFunc_GetTargetActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnActivateEvent, K2Node_DynamicCast_AsBiped_Character) == 0x000020, "Member 'BP_LookAt_InitialTransformationLock_C_OnActivateEvent::K2Node_DynamicCast_AsBiped_Character' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnActivateEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_LookAt_InitialTransformationLock_C_OnActivateEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnActivateEvent, CallFunc_GetWand_ReturnValue) == 0x000030, "Member 'BP_LookAt_InitialTransformationLock_C_OnActivateEvent::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnActivateEvent, CallFunc_GetActiveSpellTool_ReturnValue) == 0x000038, "Member 'BP_LookAt_InitialTransformationLock_C_OnActivateEvent::CallFunc_GetActiveSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnActivateEvent, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'BP_LookAt_InitialTransformationLock_C_OnActivateEvent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnActivateEvent, CallFunc_GetTargetPointScreenPosition_ReturnValue) == 0x000048, "Member 'BP_LookAt_InitialTransformationLock_C_OnActivateEvent::CallFunc_GetTargetPointScreenPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnActivateEvent, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'BP_LookAt_InitialTransformationLock_C_OnActivateEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnActivateEvent, CallFunc_MakeVector2D_ReturnValue) == 0x000050, "Member 'BP_LookAt_InitialTransformationLock_C_OnActivateEvent::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnActivateEvent, CallFunc_MakeVector2D_ReturnValue_1) == 0x000058, "Member 'BP_LookAt_InitialTransformationLock_C_OnActivateEvent::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnActivateEvent, CallFunc_MakeBox2D_ReturnValue) == 0x000060, "Member 'BP_LookAt_InitialTransformationLock_C_OnActivateEvent::CallFunc_MakeBox2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAt_InitialTransformationLock_C_OnWriteCameraDataEvent \ static_assert(alignof(BP_LookAt_InitialTransformationLock_C_OnWriteCameraDataEvent) == 0x000004, "Wrong alignment on BP_LookAt_InitialTransformationLock_C_OnWriteCameraDataEvent"); \ static_assert(sizeof(BP_LookAt_InitialTransformationLock_C_OnWriteCameraDataEvent) == 0x0000B4, "Wrong size on BP_LookAt_InitialTransformationLock_C_OnWriteCameraDataEvent"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnWriteCameraDataEvent, CameraData) == 0x000000, "Member 'BP_LookAt_InitialTransformationLock_C_OnWriteCameraDataEvent::CameraData' has a wrong offset!"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnWriteCameraDataEvent, ReturnValue) == 0x0000B0, "Member 'BP_LookAt_InitialTransformationLock_C_OnWriteCameraDataEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAt_InitialTransformationLock_C_OnGetDebugStatsEvent \ static_assert(alignof(BP_LookAt_InitialTransformationLock_C_OnGetDebugStatsEvent) == 0x000008, "Wrong alignment on BP_LookAt_InitialTransformationLock_C_OnGetDebugStatsEvent"); \ static_assert(sizeof(BP_LookAt_InitialTransformationLock_C_OnGetDebugStatsEvent) == 0x000010, "Wrong size on BP_LookAt_InitialTransformationLock_C_OnGetDebugStatsEvent"); \ static_assert(offsetof(BP_LookAt_InitialTransformationLock_C_OnGetDebugStatsEvent, ReturnValue) == 0x000000, "Member 'BP_LookAt_InitialTransformationLock_C_OnGetDebugStatsEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_LookAt_InitialTransformationLock_C \ static_assert(alignof(UBP_LookAt_InitialTransformationLock_C) == 0x000008, "Wrong alignment on UBP_LookAt_InitialTransformationLock_C"); \ static_assert(sizeof(UBP_LookAt_InitialTransformationLock_C) == 0x000298, "Wrong size on UBP_LookAt_InitialTransformationLock_C"); \ #define DUMPER7_ASSERTS_UBP_SetArmLength_TightInterior_C \ static_assert(alignof(UBP_SetArmLength_TightInterior_C) == 0x000008, "Wrong alignment on UBP_SetArmLength_TightInterior_C"); \ static_assert(sizeof(UBP_SetArmLength_TightInterior_C) == 0x0001C0, "Wrong size on UBP_SetArmLength_TightInterior_C"); \ #define DUMPER7_ASSERTS_UABL_ClimbLadder_DismountBottom_C \ static_assert(alignof(UABL_ClimbLadder_DismountBottom_C) == 0x000008, "Wrong alignment on UABL_ClimbLadder_DismountBottom_C"); \ static_assert(sizeof(UABL_ClimbLadder_DismountBottom_C) == 0x0000C8, "Wrong size on UABL_ClimbLadder_DismountBottom_C"); \ #define DUMPER7_ASSERTS_ABL_Climb3M_C_ExecuteUbergraph_ABL_Climb3M \ static_assert(alignof(ABL_Climb3M_C_ExecuteUbergraph_ABL_Climb3M) == 0x000008, "Wrong alignment on ABL_Climb3M_C_ExecuteUbergraph_ABL_Climb3M"); \ static_assert(sizeof(ABL_Climb3M_C_ExecuteUbergraph_ABL_Climb3M) == 0x000020, "Wrong size on ABL_Climb3M_C_ExecuteUbergraph_ABL_Climb3M"); \ static_assert(offsetof(ABL_Climb3M_C_ExecuteUbergraph_ABL_Climb3M, EntryPoint) == 0x000000, "Member 'ABL_Climb3M_C_ExecuteUbergraph_ABL_Climb3M::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb3M_C_ExecuteUbergraph_ABL_Climb3M, K2Node_Event_Context) == 0x000008, "Member 'ABL_Climb3M_C_ExecuteUbergraph_ABL_Climb3M::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb3M_C_ExecuteUbergraph_ABL_Climb3M, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Climb3M_C_ExecuteUbergraph_ABL_Climb3M::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb3M_C_ExecuteUbergraph_ABL_Climb3M, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_Climb3M_C_ExecuteUbergraph_ABL_Climb3M::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Climb3M_C_OnAbilityStart \ static_assert(alignof(ABL_Climb3M_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Climb3M_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Climb3M_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Climb3M_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Climb3M_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Climb3M_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Climb3M_C \ static_assert(alignof(UABL_Climb3M_C) == 0x000008, "Wrong alignment on UABL_Climb3M_C"); \ static_assert(sizeof(UABL_Climb3M_C) == 0x0000D0, "Wrong size on UABL_Climb3M_C"); \ static_assert(offsetof(UABL_Climb3M_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Climb3M_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_PlayerDamageLEDEffect_C \ static_assert(alignof(UBP_PlayerDamageLEDEffect_C) == 0x000008, "Wrong alignment on UBP_PlayerDamageLEDEffect_C"); \ static_assert(sizeof(UBP_PlayerDamageLEDEffect_C) == 0x000048, "Wrong size on UBP_PlayerDamageLEDEffect_C"); \ #define DUMPER7_ASSERTS_ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait \ static_assert(alignof(ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait) == 0x000008, "Wrong alignment on ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait"); \ static_assert(sizeof(ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait) == 0x000070, "Wrong size on ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait"); \ static_assert(offsetof(ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait, EntryPoint) == 0x000000, "Member 'ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait, K2Node_Event_Context) == 0x000008, "Member 'ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_TransitionWait_C_ExecuteUbergraph_ABL_TransitionWait::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_TransitionWait_C_OnAbilityBranch \ static_assert(alignof(ABL_TransitionWait_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_TransitionWait_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_TransitionWait_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_TransitionWait_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_TransitionWait_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_TransitionWait_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_TransitionWait_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_TransitionWait_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_TransitionWait_C_OnAbilityStart \ static_assert(alignof(ABL_TransitionWait_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_TransitionWait_C_OnAbilityStart"); \ static_assert(sizeof(ABL_TransitionWait_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_TransitionWait_C_OnAbilityStart"); \ static_assert(offsetof(ABL_TransitionWait_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_TransitionWait_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TransitionWait_C \ static_assert(alignof(UABL_TransitionWait_C) == 0x000008, "Wrong alignment on UABL_TransitionWait_C"); \ static_assert(sizeof(UABL_TransitionWait_C) == 0x0000D0, "Wrong size on UABL_TransitionWait_C"); \ static_assert(offsetof(UABL_TransitionWait_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_TransitionWait_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_UserInput_MountLanding_C \ static_assert(alignof(UBP_UserInput_MountLanding_C) == 0x000008, "Wrong alignment on UBP_UserInput_MountLanding_C"); \ static_assert(sizeof(UBP_UserInput_MountLanding_C) == 0x000260, "Wrong size on UBP_UserInput_MountLanding_C"); \ #define DUMPER7_ASSERTS_UBP_UserInput_MountCharge_C \ static_assert(alignof(UBP_UserInput_MountCharge_C) == 0x000008, "Wrong alignment on UBP_UserInput_MountCharge_C"); \ static_assert(sizeof(UBP_UserInput_MountCharge_C) == 0x000260, "Wrong size on UBP_UserInput_MountCharge_C"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventTransientWeaponPoweredUp \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventTransientWeaponPoweredUp) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventTransientWeaponPoweredUp"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventTransientWeaponPoweredUp) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_EventTransientWeaponPoweredUp"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventTransientWeaponPoweredUp, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventTransientWeaponPoweredUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_HideWeaponStopFX \ static_assert(alignof(BP_HogwartsProtector_Sword_C_HideWeaponStopFX) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_HideWeaponStopFX"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_HideWeaponStopFX) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_HideWeaponStopFX"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_HideWeaponStopFX, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_HideWeaponStopFX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_ShowWeaponStartFX \ static_assert(alignof(BP_HogwartsProtector_Sword_C_ShowWeaponStartFX) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_ShowWeaponStartFX"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_ShowWeaponStartFX) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_ShowWeaponStartFX"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ShowWeaponStartFX, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_ShowWeaponStartFX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponDisarmedForRecoveryFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponDisarmedForRecoveryFx) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponDisarmedForRecoveryFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponDisarmedForRecoveryFx) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponDisarmedForRecoveryFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponDisarmedForRecoveryFx, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponDisarmedForRecoveryFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_ActivateWeaponThreat \ static_assert(alignof(BP_HogwartsProtector_Sword_C_ActivateWeaponThreat) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_ActivateWeaponThreat"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_ActivateWeaponThreat) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_ActivateWeaponThreat"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ActivateWeaponThreat, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_ActivateWeaponThreat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_DeactivateWeaponThreat \ static_assert(alignof(BP_HogwartsProtector_Sword_C_DeactivateWeaponThreat) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_DeactivateWeaponThreat"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_DeactivateWeaponThreat) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_DeactivateWeaponThreat"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_DeactivateWeaponThreat, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_DeactivateWeaponThreat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_StartWeaponSwing \ static_assert(alignof(BP_HogwartsProtector_Sword_C_StartWeaponSwing) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_StartWeaponSwing"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_StartWeaponSwing) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_StartWeaponSwing"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_StartWeaponSwing, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_StartWeaponSwing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_ActivateWeapon \ static_assert(alignof(BP_HogwartsProtector_Sword_C_ActivateWeapon) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_ActivateWeapon"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_ActivateWeapon) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_ActivateWeapon"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ActivateWeapon, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_ActivateWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_DeactivateWeapon \ static_assert(alignof(BP_HogwartsProtector_Sword_C_DeactivateWeapon) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_DeactivateWeapon"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_DeactivateWeapon) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_DeactivateWeapon"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_DeactivateWeapon, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_DeactivateWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_DisableShieldCollision \ static_assert(alignof(BP_HogwartsProtector_Sword_C_DisableShieldCollision) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_DisableShieldCollision"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_DisableShieldCollision) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_DisableShieldCollision"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_DisableShieldCollision, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_DisableShieldCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EnableShieldCollision \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EnableShieldCollision) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_EnableShieldCollision"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EnableShieldCollision) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_EnableShieldCollision"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EnableShieldCollision, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EnableShieldCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_SpawnStoredWeapon \ static_assert(alignof(BP_HogwartsProtector_Sword_C_SpawnStoredWeapon) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_SpawnStoredWeapon"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_SpawnStoredWeapon) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_SpawnStoredWeapon"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_SpawnStoredWeapon, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_SpawnStoredWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_WeaponStored \ static_assert(alignof(BP_HogwartsProtector_Sword_C_WeaponStored) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_WeaponStored"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_WeaponStored) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_WeaponStored"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_WeaponStored, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_WeaponStored::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventTrackPoints \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventTrackPoints) == 0x000004, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventTrackPoints"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventTrackPoints) == 0x00001C, "Wrong size on BP_HogwartsProtector_Sword_C_EventTrackPoints"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventTrackPoints, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventTrackPoints::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventTrackPoints, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'BP_HogwartsProtector_Sword_C_EventTrackPoints::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventTrackPoints, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000010, "Member 'BP_HogwartsProtector_Sword_C_EventTrackPoints::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventTransientWeaponActivate \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventTransientWeaponActivate) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventTransientWeaponActivate"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventTransientWeaponActivate) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_EventTransientWeaponActivate"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventTransientWeaponActivate, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventTransientWeaponActivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventTransientWeaponDeactivate \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventTransientWeaponDeactivate) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventTransientWeaponDeactivate"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventTransientWeaponDeactivate) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_EventTransientWeaponDeactivate"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventTransientWeaponDeactivate, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventTransientWeaponDeactivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponImpactGlowFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponImpactGlowFx) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponImpactGlowFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponImpactGlowFx) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponImpactGlowFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponImpactGlowFx, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponImpactGlowFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponMeleeAttackStartFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponMeleeAttackStartFx) == 0x000004, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponMeleeAttackStartFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponMeleeAttackStartFx) == 0x000014, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponMeleeAttackStartFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleeAttackStartFx, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleeAttackStartFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleeAttackStartFx, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleeAttackStartFx::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleeAttackStartFx, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleeAttackStartFx::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponFireAOE1Fx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponFireAOE1Fx) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponFireAOE1Fx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponFireAOE1Fx) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponFireAOE1Fx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponFireAOE1Fx, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponFireAOE1Fx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx) == 0x000198, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, HitResult) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, InMunitionTagContainer) == 0x000088, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::InMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, ReturnValue) == 0x0000A8, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0000B0, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_HasTag_ReturnValue) == 0x0000B8, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_GetSocketLocation_ReturnValue) == 0x0000BC, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_bBlockingHit) == 0x0000C8, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000C9, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_Time) == 0x0000CC, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_Distance) == 0x0000D0, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_Location) == 0x0000D4, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_ImpactPoint) == 0x0000E0, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_Normal) == 0x0000EC, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_ImpactNormal) == 0x0000F8, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_PhysMat) == 0x000108, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_HitActor) == 0x000110, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_HitComponent) == 0x000118, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_HitBoneName) == 0x000120, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_HitItem) == 0x000128, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_ElementIndex) == 0x00012C, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_FaceIndex) == 0x000130, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_TraceStart) == 0x000134, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_TraceEnd) == 0x000140, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_GetYawPitchFromVector_Yaw) == 0x00014C, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_GetYawPitchFromVector_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_GetYawPitchFromVector_Pitch) == 0x000150, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_GetYawPitchFromVector_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000154, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_MakeRotator_ReturnValue) == 0x000160, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_PostEventAtLocation_ReturnValue) == 0x00016C, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000170, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000178, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_GetYawPitchFromVector_Yaw_1) == 0x00017C, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_GetYawPitchFromVector_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_GetYawPitchFromVector_Pitch_1) == 0x000180, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_GetYawPitchFromVector_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_MakeRotator_ReturnValue_1) == 0x000184, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000190, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx) == 0x000130, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, HitResult) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, ReturnValue) == 0x000088, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_bBlockingHit) == 0x000089, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_bInitialOverlap) == 0x00008A, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_Time) == 0x00008C, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_Distance) == 0x000090, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_Location) == 0x000094, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A0, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_Normal) == 0x0000AC, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_ImpactNormal) == 0x0000B8, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_PhysMat) == 0x0000C8, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_HitActor) == 0x0000D0, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_HitComponent) == 0x0000D8, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_HitBoneName) == 0x0000E0, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_HitItem) == 0x0000E8, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_ElementIndex) == 0x0000EC, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_FaceIndex) == 0x0000F0, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_TraceStart) == 0x0000F4, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_TraceEnd) == 0x000100, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_GetSocketLocation_ReturnValue) == 0x00010C, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_MakeRotationFromAxes_ReturnValue) == 0x000118, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_MakeRotationFromAxes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_PostEventAtLocation_ReturnValue) == 0x000124, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000128, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_FireWeaponAOE1 \ static_assert(alignof(BP_HogwartsProtector_Sword_C_FireWeaponAOE1) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_FireWeaponAOE1"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_FireWeaponAOE1) == 0x000008, "Wrong size on BP_HogwartsProtector_Sword_C_FireWeaponAOE1"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_FireWeaponAOE1, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_FireWeaponAOE1::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponDeactivatedFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponDeactivatedFx) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponDeactivatedFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponDeactivatedFx) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponDeactivatedFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponDeactivatedFx, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponDeactivatedFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponSpawnStoredWeaponFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponSpawnStoredWeaponFx) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponSpawnStoredWeaponFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponSpawnStoredWeaponFx) == 0x000010, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponSpawnStoredWeaponFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponSpawnStoredWeaponFx, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponSpawnStoredWeaponFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponSpawnStoredWeaponFx, CallFunc_SpawnEmitterAttached_ReturnValue) == 0x000008, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponSpawnStoredWeaponFx::CallFunc_SpawnEmitterAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponDisarmedFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponDisarmedFx) == 0x000004, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponDisarmedFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponDisarmedFx) == 0x000014, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponDisarmedFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponDisarmedFx, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponDisarmedFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponDisarmedFx, CallFunc_EventWeaponDeactivateBuffEmitterFx_ReturnValue) == 0x000001, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponDisarmedFx::CallFunc_EventWeaponDeactivateBuffEmitterFx_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponDisarmedFx, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponDisarmedFx::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponDisarmedFx, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponDisarmedFx::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponActivateBuffEmitterFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponActivateBuffEmitterFx) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponActivateBuffEmitterFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponActivateBuffEmitterFx) == 0x000002, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponActivateBuffEmitterFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponActivateBuffEmitterFx, InBuffType) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponActivateBuffEmitterFx::InBuffType' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponActivateBuffEmitterFx, ReturnValue) == 0x000001, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponActivateBuffEmitterFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx) == 0x000004, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx, CallFunc_IsValid_ReturnValue_2) == 0x000003, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_InterfaceWeaponAcquire \ static_assert(alignof(BP_HogwartsProtector_Sword_C_InterfaceWeaponAcquire) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_InterfaceWeaponAcquire"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_InterfaceWeaponAcquire) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_InterfaceWeaponAcquire"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_InterfaceWeaponAcquire, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_InterfaceWeaponAcquire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_InterfaceWeaponRigidBodyActivate \ static_assert(alignof(BP_HogwartsProtector_Sword_C_InterfaceWeaponRigidBodyActivate) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_InterfaceWeaponRigidBodyActivate"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_InterfaceWeaponRigidBodyActivate) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_InterfaceWeaponRigidBodyActivate"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_InterfaceWeaponRigidBodyActivate, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_InterfaceWeaponRigidBodyActivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_InterfaceWeaponRigidBodyDeactivate \ static_assert(alignof(BP_HogwartsProtector_Sword_C_InterfaceWeaponRigidBodyDeactivate) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_InterfaceWeaponRigidBodyDeactivate"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_InterfaceWeaponRigidBodyDeactivate) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_InterfaceWeaponRigidBodyDeactivate"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_InterfaceWeaponRigidBodyDeactivate, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_InterfaceWeaponRigidBodyDeactivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponDestroyedFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponDestroyedFx) == 0x000004, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponDestroyedFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponDestroyedFx) == 0x00008C, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponDestroyedFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponDestroyedFx, HitResult) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponDestroyedFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponDestroyedFx, ReturnValue) == 0x000088, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponDestroyedFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx) == 0x000138, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, HitResult) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, ReturnValue) == 0x000088, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_BreakHitResult_bBlockingHit) == 0x000089, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_BreakHitResult_bInitialOverlap) == 0x00008A, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_BreakHitResult_Time) == 0x00008C, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_BreakHitResult_Distance) == 0x000090, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_BreakHitResult_Location) == 0x000094, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A0, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_BreakHitResult_Normal) == 0x0000AC, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_BreakHitResult_ImpactNormal) == 0x0000B8, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_BreakHitResult_PhysMat) == 0x0000C8, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_BreakHitResult_HitActor) == 0x0000D0, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_BreakHitResult_HitComponent) == 0x0000D8, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_BreakHitResult_HitBoneName) == 0x0000E0, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_BreakHitResult_HitItem) == 0x0000E8, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_BreakHitResult_ElementIndex) == 0x0000EC, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_BreakHitResult_FaceIndex) == 0x0000F0, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_BreakHitResult_TraceStart) == 0x0000F4, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_BreakHitResult_TraceEnd) == 0x000100, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00010C, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_GetYawPitchFromVector_Yaw) == 0x000118, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_GetYawPitchFromVector_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_GetYawPitchFromVector_Pitch) == 0x00011C, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_GetYawPitchFromVector_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_PostEventAtLocation_ReturnValue) == 0x000120, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_MakeRotator_ReturnValue) == 0x000124, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000130, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx) == 0x000170, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, HitResult) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, ReturnValue) == 0x000088, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_GetOwner_ReturnValue) == 0x000090, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_bBlockingHit) == 0x000098, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_bInitialOverlap) == 0x000099, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_Time) == 0x00009C, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_Distance) == 0x0000A0, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_Location) == 0x0000A4, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_ImpactPoint) == 0x0000B0, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_Normal) == 0x0000BC, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C8, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_PhysMat) == 0x0000D8, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_HitActor) == 0x0000E0, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_HitComponent) == 0x0000E8, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_HitBoneName) == 0x0000F0, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_HitItem) == 0x0000F8, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_ElementIndex) == 0x0000FC, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_FaceIndex) == 0x000100, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_TraceStart) == 0x000104, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_TraceEnd) == 0x000110, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, K2Node_DynamicCast_AsEnemy_Character) == 0x000120, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_MakeRotationFromAxes_ReturnValue) == 0x00012C, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_MakeRotationFromAxes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_GetAttackData_ReturnValue) == 0x000138, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_GetAttackData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000140, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_PostEventAtLocation_ReturnValue) == 0x00014C, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_HasTag_ReturnValue) == 0x000150, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000154, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000158, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000168, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponTriggerThrownFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerThrownFx) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponTriggerThrownFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerThrownFx) == 0x000020, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponTriggerThrownFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerThrownFx, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerThrownFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerThrownFx, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerThrownFx::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerThrownFx, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000010, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerThrownFx::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerThrownFx, CallFunc_PostEventAtLocation_ReturnValue) == 0x000018, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerThrownFx::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponActivateLiteFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponActivateLiteFx) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponActivateLiteFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponActivateLiteFx) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponActivateLiteFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponActivateLiteFx, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponActivateLiteFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponDeactivateLiteFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponDeactivateLiteFx) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponDeactivateLiteFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponDeactivateLiteFx) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponDeactivateLiteFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponDeactivateLiteFx, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponDeactivateLiteFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponTriggerImpactFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerImpactFx) == 0x000004, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponTriggerImpactFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerImpactFx) == 0x00008C, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponTriggerImpactFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerImpactFx, HitResult) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerImpactFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponTriggerImpactFx, ReturnValue) == 0x000088, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponTriggerImpactFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EventWeaponDeactivateHeavyFx \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EventWeaponDeactivateHeavyFx) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_EventWeaponDeactivateHeavyFx"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EventWeaponDeactivateHeavyFx) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_EventWeaponDeactivateHeavyFx"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EventWeaponDeactivateHeavyFx, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EventWeaponDeactivateHeavyFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_GetCapsuleComponent \ static_assert(alignof(BP_HogwartsProtector_Sword_C_GetCapsuleComponent) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_GetCapsuleComponent"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_GetCapsuleComponent) == 0x000008, "Wrong size on BP_HogwartsProtector_Sword_C_GetCapsuleComponent"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_GetCapsuleComponent, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_GetCapsuleComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_GetMeshComponent \ static_assert(alignof(BP_HogwartsProtector_Sword_C_GetMeshComponent) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_GetMeshComponent"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_GetMeshComponent) == 0x000008, "Wrong size on BP_HogwartsProtector_Sword_C_GetMeshComponent"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_GetMeshComponent, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_GetMeshComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_DisableCollision \ static_assert(alignof(BP_HogwartsProtector_Sword_C_DisableCollision) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_DisableCollision"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_DisableCollision) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_DisableCollision"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_DisableCollision, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_DisableCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_DisableMeleeCollision \ static_assert(alignof(BP_HogwartsProtector_Sword_C_DisableMeleeCollision) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_DisableMeleeCollision"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_DisableMeleeCollision) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_DisableMeleeCollision"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_DisableMeleeCollision, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_DisableMeleeCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EnableCollision \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EnableCollision) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_EnableCollision"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EnableCollision) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_EnableCollision"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EnableCollision, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EnableCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EnableMeleeCollision \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EnableMeleeCollision) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_EnableMeleeCollision"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EnableMeleeCollision) == 0x000001, "Wrong size on BP_HogwartsProtector_Sword_C_EnableMeleeCollision"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EnableMeleeCollision, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EnableMeleeCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_DisablePhysicsSim \ static_assert(alignof(BP_HogwartsProtector_Sword_C_DisablePhysicsSim) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_DisablePhysicsSim"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_DisablePhysicsSim) == 0x000002, "Wrong size on BP_HogwartsProtector_Sword_C_DisablePhysicsSim"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_DisablePhysicsSim, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_DisablePhysicsSim::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_DisablePhysicsSim, CallFunc_IsAnySimulatingPhysics_ReturnValue) == 0x000001, "Member 'BP_HogwartsProtector_Sword_C_DisablePhysicsSim::CallFunc_IsAnySimulatingPhysics_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_EnablePhysicsSim \ static_assert(alignof(BP_HogwartsProtector_Sword_C_EnablePhysicsSim) == 0x000001, "Wrong alignment on BP_HogwartsProtector_Sword_C_EnablePhysicsSim"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_EnablePhysicsSim) == 0x000002, "Wrong size on BP_HogwartsProtector_Sword_C_EnablePhysicsSim"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EnablePhysicsSim, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_EnablePhysicsSim::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_EnablePhysicsSim, CallFunc_IsAnySimulatingPhysics_ReturnValue) == 0x000001, "Member 'BP_HogwartsProtector_Sword_C_EnablePhysicsSim::CallFunc_IsAnySimulatingPhysics_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_GetSceneComponent \ static_assert(alignof(BP_HogwartsProtector_Sword_C_GetSceneComponent) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_GetSceneComponent"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_GetSceneComponent) == 0x000008, "Wrong size on BP_HogwartsProtector_Sword_C_GetSceneComponent"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_GetSceneComponent, ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_GetSceneComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_UserConstructionScript \ static_assert(alignof(BP_HogwartsProtector_Sword_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_UserConstructionScript"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_UserConstructionScript) == 0x000050, "Wrong size on BP_HogwartsProtector_Sword_C_UserConstructionScript"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_UserConstructionScript, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_UserConstructionScript::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_UserConstructionScript, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x00000C, "Member 'BP_HogwartsProtector_Sword_C_UserConstructionScript::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_UserConstructionScript, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000018, "Member 'BP_HogwartsProtector_Sword_C_UserConstructionScript::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_UserConstructionScript, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000024, "Member 'BP_HogwartsProtector_Sword_C_UserConstructionScript::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_UserConstructionScript, CallFunc_VSize_ReturnValue) == 0x000030, "Member 'BP_HogwartsProtector_Sword_C_UserConstructionScript::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_UserConstructionScript, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000034, "Member 'BP_HogwartsProtector_Sword_C_UserConstructionScript::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000048, "Member 'BP_HogwartsProtector_Sword_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_HogwartsProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_HogwartsProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_HogwartsProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_HogwartsProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_HogwartsProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_HogwartsProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_HogwartsProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_HogwartsProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_HogwartsProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_HogwartsProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_HogwartsProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_HogwartsProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_HogwartsProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_HogwartsProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_AnimEvent \ static_assert(alignof(BP_HogwartsProtector_Sword_C_AnimEvent) == 0x000004, "Wrong alignment on BP_HogwartsProtector_Sword_C_AnimEvent"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_AnimEvent) == 0x000008, "Wrong size on BP_HogwartsProtector_Sword_C_AnimEvent"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_AnimEvent, Name_0) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_AnimEvent::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_OnOppugnoThrow \ static_assert(alignof(BP_HogwartsProtector_Sword_C_OnOppugnoThrow) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_OnOppugnoThrow"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_OnOppugnoThrow) == 0x000020, "Wrong size on BP_HogwartsProtector_Sword_C_OnOppugnoThrow"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_OnOppugnoThrow, Instigator_0) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_OnOppugnoThrow::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_OnOppugnoThrow, Target) == 0x000008, "Member 'BP_HogwartsProtector_Sword_C_OnOppugnoThrow::Target' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_OnOppugnoThrow, Velocity) == 0x000010, "Member 'BP_HogwartsProtector_Sword_C_OnOppugnoThrow::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_OnOppugnoHold \ static_assert(alignof(BP_HogwartsProtector_Sword_C_OnOppugnoHold) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_OnOppugnoHold"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_OnOppugnoHold) == 0x000008, "Wrong size on BP_HogwartsProtector_Sword_C_OnOppugnoHold"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_OnOppugnoHold, Instigator_0) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_OnOppugnoHold::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_OnOppugnoEnd \ static_assert(alignof(BP_HogwartsProtector_Sword_C_OnOppugnoEnd) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_OnOppugnoEnd"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_OnOppugnoEnd) == 0x000008, "Wrong size on BP_HogwartsProtector_Sword_C_OnOppugnoEnd"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_OnOppugnoEnd, Instigator_0) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_OnOppugnoEnd::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_OnHitByOppugnoImpact \ static_assert(alignof(BP_HogwartsProtector_Sword_C_OnHitByOppugnoImpact) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_OnHitByOppugnoImpact"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_OnHitByOppugnoImpact) == 0x000010, "Wrong size on BP_HogwartsProtector_Sword_C_OnHitByOppugnoImpact"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_OnHitByOppugnoImpact, Instigator_0) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_OnHitByOppugnoImpact::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_OnHitByOppugnoImpact, Object) == 0x000008, "Member 'BP_HogwartsProtector_Sword_C_OnHitByOppugnoImpact::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_OnOppugnoPull \ static_assert(alignof(BP_HogwartsProtector_Sword_C_OnOppugnoPull) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_OnOppugnoPull"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_OnOppugnoPull) == 0x000008, "Wrong size on BP_HogwartsProtector_Sword_C_OnOppugnoPull"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_OnOppugnoPull, Instigator_0) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_OnOppugnoPull::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_OnOppugnoImpact \ static_assert(alignof(BP_HogwartsProtector_Sword_C_OnOppugnoImpact) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_OnOppugnoImpact"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_OnOppugnoImpact) == 0x000018, "Wrong size on BP_HogwartsProtector_Sword_C_OnOppugnoImpact"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_OnOppugnoImpact, Instigator_0) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_OnOppugnoImpact::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_OnOppugnoImpact, Target) == 0x000008, "Member 'BP_HogwartsProtector_Sword_C_OnOppugnoImpact::Target' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_OnOppugnoImpact, HitObject) == 0x000010, "Member 'BP_HogwartsProtector_Sword_C_OnOppugnoImpact::HitObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword \ static_assert(alignof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword) == 0x000008, "Wrong alignment on BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword"); \ static_assert(sizeof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword) == 0x0003B8, "Wrong size on BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, EntryPoint) == 0x000000, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000018, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000020, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000028, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000030, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x000034, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_ComponentBoundEvent_SweepResult_1) == 0x000038, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_OverlapAttackCapsule_New_OutHitResult) == 0x0000C0, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_OverlapAttackCapsule_New_OutHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_OverlapAttackCapsule_New_ReturnValue) == 0x000148, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_OverlapAttackCapsule_New_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_DisableMeleeCollision_ReturnValue) == 0x000149, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_DisableMeleeCollision_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_OverlapAttackCapsule_OutOverlapData) == 0x000150, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_OverlapAttackCapsule_OutOverlapData' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_OverlapAttackCapsule_ReturnValue) == 0x000200, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_OverlapAttackCapsule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, Temp_delegate_Variable) == 0x000204, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_BooleanAND_ReturnValue) == 0x000214, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_DynamicCast_AsBP_Enemy_Character) == 0x000218, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_DynamicCast_AsBP_Enemy_Character' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_DynamicCast_bSuccess) == 0x000220, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, Temp_struct_Variable) == 0x000228, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, Temp_delegate_Variable_1) == 0x000238, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, Temp_struct_Variable_1) == 0x000248, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000258, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_ComponentBoundEvent_OtherActor) == 0x000260, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_ComponentBoundEvent_OtherComp) == 0x000268, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000270, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_ComponentBoundEvent_bFromSweep) == 0x000274, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_ComponentBoundEvent_SweepResult) == 0x000278, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_CustomEvent_Name) == 0x000300, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_CustomEvent_Name' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_SwitchName_CmpSuccess) == 0x000308, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_WeaponStored_ReturnValue) == 0x000309, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_WeaponStored_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_SpawnStoredWeapon_ReturnValue) == 0x00030A, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_SpawnStoredWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_ActivateWeapon_ReturnValue) == 0x00030B, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_ActivateWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_DeactivateWeapon_ReturnValue) == 0x00030C, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_DeactivateWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_StartWeaponSwing_ReturnValue) == 0x00030D, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_StartWeaponSwing_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_ActivateWeaponThreat_ReturnValue) == 0x00030E, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_ActivateWeaponThreat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_DeactivateWeaponThreat_ReturnValue) == 0x00030F, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_DeactivateWeaponThreat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_Event_Instigator_5) == 0x000310, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_Event_Instigator_5' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_Event_Target_1) == 0x000318, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_Event_Target_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_Event_Velocity) == 0x000320, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_Event_Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_Event_Instigator_4) == 0x000330, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_Event_Instigator_4' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_SkinFXSetTimeFactor_success) == 0x000338, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_SkinFXSetTimeFactor_success' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_SkinFXEndAll_ReturnValue) == 0x000339, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_SkinFXEndAll_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_SkinFXStart_ReturnValue) == 0x00033A, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_SkinFXStart_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_Event_Instigator_3) == 0x000340, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_Event_Instigator_3' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_Event_Instigator_2) == 0x000348, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_Event_Instigator_2' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_Event_Object) == 0x000350, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_Event_Object' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_CreateDelegate_OutputDelegate) == 0x000358, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000368, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_ActorAddSkinFXComponent_skinFXComponent) == 0x000370, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_ActorAddSkinFXComponent_skinFXComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_PostEvent_ReturnValue) == 0x000378, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_ActorStartSkinFX_skinFXComponent) == 0x000380, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_ActorStartSkinFX_skinFXComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_SpawnSystemAttached_ReturnValue_1) == 0x000388, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_SpawnSystemAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_Event_Instigator_1) == 0x000390, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_Event_Instigator_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_Event_Instigator) == 0x000398, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_Event_Instigator' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_Event_Target) == 0x0003A0, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, K2Node_Event_HitObject) == 0x0003A8, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::K2Node_Event_HitObject' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword, CallFunc_PostAkEvent_ReturnValue) == 0x0003B0, "Member 'BP_HogwartsProtector_Sword_C_ExecuteUbergraph_BP_HogwartsProtector_Sword::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HogwartsProtector_Sword_C \ static_assert(alignof(ABP_HogwartsProtector_Sword_C) == 0x000008, "Wrong alignment on ABP_HogwartsProtector_Sword_C"); \ static_assert(sizeof(ABP_HogwartsProtector_Sword_C) == 0x000720, "Wrong size on ABP_HogwartsProtector_Sword_C"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, UberGraphFrame) == 0x000670, "Member 'ABP_HogwartsProtector_Sword_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, Ak) == 0x000678, "Member 'ABP_HogwartsProtector_Sword_C::Ak' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, Arrow_Edge) == 0x000680, "Member 'ABP_HogwartsProtector_Sword_C::Arrow_Edge' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, Arrow_Center) == 0x000688, "Member 'ABP_HogwartsProtector_Sword_C::Arrow_Center' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, PhysicsBox) == 0x000690, "Member 'ABP_HogwartsProtector_Sword_C::PhysicsBox' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, PhysicsCapsule) == 0x000698, "Member 'ABP_HogwartsProtector_Sword_C::PhysicsCapsule' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, RegrowFXLoc) == 0x0006A0, "Member 'ABP_HogwartsProtector_Sword_C::RegrowFXLoc' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, ThrowFXLoc) == 0x0006A8, "Member 'ABP_HogwartsProtector_Sword_C::ThrowFXLoc' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, RangeAttackCapsule) == 0x0006B0, "Member 'ABP_HogwartsProtector_Sword_C::RangeAttackCapsule' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, AttackCapsule) == 0x0006B8, "Member 'ABP_HogwartsProtector_Sword_C::AttackCapsule' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, ImpactLocation) == 0x0006C0, "Member 'ABP_HogwartsProtector_Sword_C::ImpactLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, WieldLoc) == 0x0006C8, "Member 'ABP_HogwartsProtector_Sword_C::WieldLoc' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, ThrowLoc) == 0x0006D0, "Member 'ABP_HogwartsProtector_Sword_C::ThrowLoc' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, WeaponMesh) == 0x0006D8, "Member 'ABP_HogwartsProtector_Sword_C::WeaponMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, ObjectState) == 0x0006E0, "Member 'ABP_HogwartsProtector_Sword_C::ObjectState' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, Sphere) == 0x0006E8, "Member 'ABP_HogwartsProtector_Sword_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, ParticleBuffCookEmitter) == 0x0006F0, "Member 'ABP_HogwartsProtector_Sword_C::ParticleBuffCookEmitter' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, ParticleBuffPulseEmitter) == 0x0006F8, "Member 'ABP_HogwartsProtector_Sword_C::ParticleBuffPulseEmitter' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, ParticleBuffImpactEmitter) == 0x000700, "Member 'ABP_HogwartsProtector_Sword_C::ParticleBuffImpactEmitter' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, MAT_Sword) == 0x000708, "Member 'ABP_HogwartsProtector_Sword_C::MAT_Sword' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, RadiusMax) == 0x000710, "Member 'ABP_HogwartsProtector_Sword_C::RadiusMax' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_Sword_C, Skin_FXComponent) == 0x000718, "Member 'ABP_HogwartsProtector_Sword_C::Skin_FXComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_AlohomoraPuzzleEnter_C \ static_assert(alignof(UABL_AlohomoraPuzzleEnter_C) == 0x000008, "Wrong alignment on UABL_AlohomoraPuzzleEnter_C"); \ static_assert(sizeof(UABL_AlohomoraPuzzleEnter_C) == 0x0000C8, "Wrong size on UABL_AlohomoraPuzzleEnter_C"); \ #define DUMPER7_ASSERTS_BP_AddRotation_C_OnUpdateEvent \ static_assert(alignof(BP_AddRotation_C_OnUpdateEvent) == 0x000004, "Wrong alignment on BP_AddRotation_C_OnUpdateEvent"); \ static_assert(sizeof(BP_AddRotation_C_OnUpdateEvent) == 0x000008, "Wrong size on BP_AddRotation_C_OnUpdateEvent"); \ static_assert(offsetof(BP_AddRotation_C_OnUpdateEvent, DeltaSeconds) == 0x000000, "Member 'BP_AddRotation_C_OnUpdateEvent::DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_AddRotation_C_OnUpdateEvent, ReturnValue) == 0x000004, "Member 'BP_AddRotation_C_OnUpdateEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AddRotation_C_OnActivateEvent \ static_assert(alignof(BP_AddRotation_C_OnActivateEvent) == 0x000001, "Wrong alignment on BP_AddRotation_C_OnActivateEvent"); \ static_assert(sizeof(BP_AddRotation_C_OnActivateEvent) == 0x000001, "Wrong size on BP_AddRotation_C_OnActivateEvent"); \ static_assert(offsetof(BP_AddRotation_C_OnActivateEvent, ReturnValue) == 0x000000, "Member 'BP_AddRotation_C_OnActivateEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AddRotation_C_OnWriteCameraDataEvent \ static_assert(alignof(BP_AddRotation_C_OnWriteCameraDataEvent) == 0x000004, "Wrong alignment on BP_AddRotation_C_OnWriteCameraDataEvent"); \ static_assert(sizeof(BP_AddRotation_C_OnWriteCameraDataEvent) == 0x0000B4, "Wrong size on BP_AddRotation_C_OnWriteCameraDataEvent"); \ static_assert(offsetof(BP_AddRotation_C_OnWriteCameraDataEvent, CameraData) == 0x000000, "Member 'BP_AddRotation_C_OnWriteCameraDataEvent::CameraData' has a wrong offset!"); \ static_assert(offsetof(BP_AddRotation_C_OnWriteCameraDataEvent, ReturnValue) == 0x0000B0, "Member 'BP_AddRotation_C_OnWriteCameraDataEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AddRotation_C_OnGetDebugStatsEvent \ static_assert(alignof(BP_AddRotation_C_OnGetDebugStatsEvent) == 0x000008, "Wrong alignment on BP_AddRotation_C_OnGetDebugStatsEvent"); \ static_assert(sizeof(BP_AddRotation_C_OnGetDebugStatsEvent) == 0x000010, "Wrong size on BP_AddRotation_C_OnGetDebugStatsEvent"); \ static_assert(offsetof(BP_AddRotation_C_OnGetDebugStatsEvent, ReturnValue) == 0x000000, "Member 'BP_AddRotation_C_OnGetDebugStatsEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_AddRotation_C \ static_assert(alignof(UBP_AddRotation_C) == 0x000008, "Wrong alignment on UBP_AddRotation_C"); \ static_assert(sizeof(UBP_AddRotation_C) == 0x0001C8, "Wrong size on UBP_AddRotation_C"); \ static_assert(offsetof(UBP_AddRotation_C, RotationDelta) == 0x0001B8, "Member 'UBP_AddRotation_C::RotationDelta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DW_StupefyHeavySpell_C \ static_assert(alignof(ABP_DW_StupefyHeavySpell_C) == 0x000008, "Wrong alignment on ABP_DW_StupefyHeavySpell_C"); \ static_assert(sizeof(ABP_DW_StupefyHeavySpell_C) == 0x0008C0, "Wrong size on ABP_DW_StupefyHeavySpell_C"); \ static_assert(offsetof(ABP_DW_StupefyHeavySpell_C, DefaultSceneRoot) == 0x0008B8, "Member 'ABP_DW_StupefyHeavySpell_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_ButtSlide_CamShake_C \ static_assert(alignof(UBP_ButtSlide_CamShake_C) == 0x000010, "Wrong alignment on UBP_ButtSlide_CamShake_C"); \ static_assert(sizeof(UBP_ButtSlide_CamShake_C) == 0x0001B0, "Wrong size on UBP_ButtSlide_CamShake_C"); \ #define DUMPER7_ASSERTS_BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting \ static_assert(alignof(BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting) == 0x000008, "Wrong alignment on BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting"); \ static_assert(sizeof(BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting) == 0x000040, "Wrong size on BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting"); \ static_assert(offsetof(BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting, EntryPoint) == 0x000000, "Member 'BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000008, "Member 'BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000018, "Member 'BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting, K2Node_Event_OwnerActor) == 0x000030, "Member 'BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'BTT_Biped_Planting_C_ExecuteUbergraph_BTT_Biped_Planting::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Planting_C_ExitTask \ static_assert(alignof(BTT_Biped_Planting_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Planting_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Planting_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Planting_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Planting_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Planting_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Planting_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Planting_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Planting_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Planting_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Planting_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Planting_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Planting_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Planting_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_Planting_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Planting_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Planting_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Planting_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Planting_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Planting_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Planting_C \ static_assert(alignof(UBTT_Biped_Planting_C) == 0x000008, "Wrong alignment on UBTT_Biped_Planting_C"); \ static_assert(sizeof(UBTT_Biped_Planting_C) == 0x000158, "Wrong size on UBTT_Biped_Planting_C"); \ static_assert(offsetof(UBTT_Biped_Planting_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Planting_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_IsMountInFlyingGait_C_PerformConditionCheck \ static_assert(alignof(BTD_IsMountInFlyingGait_C_PerformConditionCheck) == 0x000008, "Wrong alignment on BTD_IsMountInFlyingGait_C_PerformConditionCheck"); \ static_assert(sizeof(BTD_IsMountInFlyingGait_C_PerformConditionCheck) == 0x000058, "Wrong size on BTD_IsMountInFlyingGait_C_PerformConditionCheck"); \ static_assert(offsetof(BTD_IsMountInFlyingGait_C_PerformConditionCheck, OwnerActor) == 0x000000, "Member 'BTD_IsMountInFlyingGait_C_PerformConditionCheck::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInFlyingGait_C_PerformConditionCheck, ReturnValue) == 0x000008, "Member 'BTD_IsMountInFlyingGait_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInFlyingGait_C_PerformConditionCheck, K2Node_DynamicCast_AsCamera_Stack_Actor) == 0x000010, "Member 'BTD_IsMountInFlyingGait_C_PerformConditionCheck::K2Node_DynamicCast_AsCamera_Stack_Actor' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInFlyingGait_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTD_IsMountInFlyingGait_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInFlyingGait_C_PerformConditionCheck, CallFunc_GetTarget_ReturnValue) == 0x000020, "Member 'BTD_IsMountInFlyingGait_C_PerformConditionCheck::CallFunc_GetTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInFlyingGait_C_PerformConditionCheck, CallFunc_GetTargetActor_ReturnValue) == 0x000028, "Member 'BTD_IsMountInFlyingGait_C_PerformConditionCheck::CallFunc_GetTargetActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInFlyingGait_C_PerformConditionCheck, CallFunc_GetAttachParentActor_ReturnValue) == 0x000030, "Member 'BTD_IsMountInFlyingGait_C_PerformConditionCheck::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInFlyingGait_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BTD_IsMountInFlyingGait_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInFlyingGait_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'BTD_IsMountInFlyingGait_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInFlyingGait_C_PerformConditionCheck, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'BTD_IsMountInFlyingGait_C_PerformConditionCheck::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInFlyingGait_C_PerformConditionCheck, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000048, "Member 'BTD_IsMountInFlyingGait_C_PerformConditionCheck::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInFlyingGait_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue_2) == 0x000050, "Member 'BTD_IsMountInFlyingGait_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInFlyingGait_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue_3) == 0x000051, "Member 'BTD_IsMountInFlyingGait_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInFlyingGait_C_PerformConditionCheck, CallFunc_Set_Contains_ReturnValue) == 0x000052, "Member 'BTD_IsMountInFlyingGait_C_PerformConditionCheck::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInFlyingGait_C_PerformConditionCheck, CallFunc_Set_Contains_ReturnValue_1) == 0x000053, "Member 'BTD_IsMountInFlyingGait_C_PerformConditionCheck::CallFunc_Set_Contains_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_IsMountInFlyingGait_C \ static_assert(alignof(UBTD_IsMountInFlyingGait_C) == 0x000008, "Wrong alignment on UBTD_IsMountInFlyingGait_C"); \ static_assert(sizeof(UBTD_IsMountInFlyingGait_C) == 0x0000F0, "Wrong size on UBTD_IsMountInFlyingGait_C"); \ static_assert(offsetof(UBTD_IsMountInFlyingGait_C, FlyingGaits) == 0x0000A0, "Member 'UBTD_IsMountInFlyingGait_C::FlyingGaits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_LookAt_SpellTarget_C \ static_assert(alignof(UBP_LookAt_SpellTarget_C) == 0x000008, "Wrong alignment on UBP_LookAt_SpellTarget_C"); \ static_assert(sizeof(UBP_LookAt_SpellTarget_C) == 0x000298, "Wrong size on UBP_LookAt_SpellTarget_C"); \ #define DUMPER7_ASSERTS_UBP_PitchToTransformCurves_MountHippogriffFall_C \ static_assert(alignof(UBP_PitchToTransformCurves_MountHippogriffFall_C) == 0x000008, "Wrong alignment on UBP_PitchToTransformCurves_MountHippogriffFall_C"); \ static_assert(sizeof(UBP_PitchToTransformCurves_MountHippogriffFall_C) == 0x000220, "Wrong size on UBP_PitchToTransformCurves_MountHippogriffFall_C"); \ #define DUMPER7_ASSERTS_UBP_LookAt_SpellCastTarget_C \ static_assert(alignof(UBP_LookAt_SpellCastTarget_C) == 0x000008, "Wrong alignment on UBP_LookAt_SpellCastTarget_C"); \ static_assert(sizeof(UBP_LookAt_SpellCastTarget_C) == 0x000298, "Wrong size on UBP_LookAt_SpellCastTarget_C"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature \ static_assert(alignof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature) == 0x000008, "Wrong alignment on BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature"); \ static_assert(sizeof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature) == 0x0000D8, "Wrong size on BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, EntryPoint) == 0x000000, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000010, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000028, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000040, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x000060, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4) == 0x000078, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, K2Node_DynamicCast_bSuccess_4) == 0x000088, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5) == 0x000090, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, K2Node_DynamicCast_bSuccess_5) == 0x0000A0, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0000A4, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, K2Node_Event_OwnerActor_1) == 0x0000A8, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, K2Node_Event_OwnerActor) == 0x0000B0, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, CallFunc_GetAttachParentActor_ReturnValue) == 0x0000B8, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, K2Node_DynamicCast_AsBiped_Player) == 0x0000C0, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, K2Node_DynamicCast_bSuccess_6) == 0x0000C8, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature, CallFunc_GetAttachParentActor_ReturnValue_1) == 0x0000D0, "Member 'BTT_BipedUpper_RideCreature_C_ExecuteUbergraph_BTT_BipedUpper_RideCreature::CallFunc_GetAttachParentActor_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_RideCreature_C_ReceiveExecute \ static_assert(alignof(BTT_BipedUpper_RideCreature_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_BipedUpper_RideCreature_C_ReceiveExecute"); \ static_assert(sizeof(BTT_BipedUpper_RideCreature_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_BipedUpper_RideCreature_C_ReceiveExecute"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_RideCreature_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_RideCreature_C_ExitTask \ static_assert(alignof(BTT_BipedUpper_RideCreature_C_ExitTask) == 0x000008, "Wrong alignment on BTT_BipedUpper_RideCreature_C_ExitTask"); \ static_assert(sizeof(BTT_BipedUpper_RideCreature_C_ExitTask) == 0x000008, "Wrong size on BTT_BipedUpper_RideCreature_C_ExitTask"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_RideCreature_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_RideCreature_C_CustActionEvt_DismountCreatureUpper_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_BipedUpper_RideCreature_C_CustActionEvt_DismountCreatureUpper_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_BipedUpper_RideCreature_C_CustActionEvt_DismountCreatureUpper_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_BipedUpper_RideCreature_C_CustActionEvt_DismountCreatureUpper_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_BipedUpper_RideCreature_C_CustActionEvt_DismountCreatureUpper_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_CustActionEvt_DismountCreatureUpper_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_RideCreature_C_CustActionEvt_DismountCreatureUpper_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_RideCreature_C_SetContexts \ static_assert(alignof(BTT_BipedUpper_RideCreature_C_SetContexts) == 0x000001, "Wrong alignment on BTT_BipedUpper_RideCreature_C_SetContexts"); \ static_assert(sizeof(BTT_BipedUpper_RideCreature_C_SetContexts) == 0x000001, "Wrong size on BTT_BipedUpper_RideCreature_C_SetContexts"); \ static_assert(offsetof(BTT_BipedUpper_RideCreature_C_SetContexts, Flag) == 0x000000, "Member 'BTT_BipedUpper_RideCreature_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_BipedUpper_RideCreature_C \ static_assert(alignof(UBTT_BipedUpper_RideCreature_C) == 0x000008, "Wrong alignment on UBTT_BipedUpper_RideCreature_C"); \ static_assert(sizeof(UBTT_BipedUpper_RideCreature_C) == 0x000158, "Wrong size on UBTT_BipedUpper_RideCreature_C"); \ static_assert(offsetof(UBTT_BipedUpper_RideCreature_C, UberGraphFrame) == 0x000150, "Member 'UBTT_BipedUpper_RideCreature_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LumosSpell_C_InpActEvt_Stupefy_K2Node_CustomAnalogInputActionEvent_0 \ static_assert(alignof(BP_LumosSpell_C_InpActEvt_Stupefy_K2Node_CustomAnalogInputActionEvent_0) == 0x000004, "Wrong alignment on BP_LumosSpell_C_InpActEvt_Stupefy_K2Node_CustomAnalogInputActionEvent_0"); \ static_assert(sizeof(BP_LumosSpell_C_InpActEvt_Stupefy_K2Node_CustomAnalogInputActionEvent_0) == 0x000004, "Wrong size on BP_LumosSpell_C_InpActEvt_Stupefy_K2Node_CustomAnalogInputActionEvent_0"); \ static_assert(offsetof(BP_LumosSpell_C_InpActEvt_Stupefy_K2Node_CustomAnalogInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BP_LumosSpell_C_InpActEvt_Stupefy_K2Node_CustomAnalogInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell \ static_assert(alignof(BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell) == 0x000008, "Wrong alignment on BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell"); \ static_assert(sizeof(BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell) == 0x000048, "Wrong size on BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell"); \ static_assert(offsetof(BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell, EntryPoint) == 0x000000, "Member 'BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell, CallFunc_GetUltimateOwner_ReturnValue) == 0x000008, "Member 'BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell::CallFunc_GetUltimateOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell, K2Node_CustomAnalogInputActionEvent_VariantMapHandle) == 0x000010, "Member 'BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell::K2Node_CustomAnalogInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell, CallFunc_GetUltimateOwner_ReturnValue_1) == 0x000028, "Member 'BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell::CallFunc_GetUltimateOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell, K2Node_DynamicCast_AsBiped_Player_1) == 0x000038, "Member 'BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_LumosSpell_C_ExecuteUbergraph_BP_LumosSpell::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_LumosSpell_C \ static_assert(alignof(ABP_LumosSpell_C) == 0x000008, "Wrong alignment on ABP_LumosSpell_C"); \ static_assert(sizeof(ABP_LumosSpell_C) == 0x000A78, "Wrong size on ABP_LumosSpell_C"); \ static_assert(offsetof(ABP_LumosSpell_C, UberGraphFrame) == 0x000A58, "Member 'ABP_LumosSpell_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_LumosSpell_C, DefaultSceneRoot) == 0x000A60, "Member 'ABP_LumosSpell_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_LumosSpell_C, ParentInputComponent) == 0x000A68, "Member 'ABP_LumosSpell_C::ParentInputComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_LumosSpell_C, IsRunning) == 0x000A70, "Member 'ABP_LumosSpell_C::IsRunning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_InputToYaw_MountGallop_C \ static_assert(alignof(UBP_InputToYaw_MountGallop_C) == 0x000008, "Wrong alignment on UBP_InputToYaw_MountGallop_C"); \ static_assert(sizeof(UBP_InputToYaw_MountGallop_C) == 0x000200, "Wrong size on UBP_InputToYaw_MountGallop_C"); \ #define DUMPER7_ASSERTS_UBP_AddCameraSpaceTranslation_LookAt_C \ static_assert(alignof(UBP_AddCameraSpaceTranslation_LookAt_C) == 0x000008, "Wrong alignment on UBP_AddCameraSpaceTranslation_LookAt_C"); \ static_assert(sizeof(UBP_AddCameraSpaceTranslation_LookAt_C) == 0x0001C8, "Wrong size on UBP_AddCameraSpaceTranslation_LookAt_C"); \ #define DUMPER7_ASSERTS_UABL_OpenDoorRightHand_Jog_C \ static_assert(alignof(UABL_OpenDoorRightHand_Jog_C) == 0x000008, "Wrong alignment on UABL_OpenDoorRightHand_Jog_C"); \ static_assert(sizeof(UABL_OpenDoorRightHand_Jog_C) == 0x0000C8, "Wrong size on UABL_OpenDoorRightHand_Jog_C"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_Land_Stagger_LrgChar_S_C \ static_assert(alignof(UABL_NPC_RCT_Land_Stagger_LrgChar_S_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_Land_Stagger_LrgChar_S_C"); \ static_assert(sizeof(UABL_NPC_RCT_Land_Stagger_LrgChar_S_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_Land_Stagger_LrgChar_S_C"); \ #define DUMPER7_ASSERTS_UBP_AddArmOriginTranslation_TightInterior_C \ static_assert(alignof(UBP_AddArmOriginTranslation_TightInterior_C) == 0x000008, "Wrong alignment on UBP_AddArmOriginTranslation_TightInterior_C"); \ static_assert(sizeof(UBP_AddArmOriginTranslation_TightInterior_C) == 0x0001C8, "Wrong size on UBP_AddArmOriginTranslation_TightInterior_C"); \ #define DUMPER7_ASSERTS_UBP_PitchLimits_Falling_C \ static_assert(alignof(UBP_PitchLimits_Falling_C) == 0x000008, "Wrong alignment on UBP_PitchLimits_Falling_C"); \ static_assert(sizeof(UBP_PitchLimits_Falling_C) == 0x0001E8, "Wrong size on UBP_PitchLimits_Falling_C"); \ #define DUMPER7_ASSERTS_UBP_UserNudgingInput_Default_C \ static_assert(alignof(UBP_UserNudgingInput_Default_C) == 0x000008, "Wrong alignment on UBP_UserNudgingInput_Default_C"); \ static_assert(sizeof(UBP_UserNudgingInput_Default_C) == 0x000238, "Wrong size on UBP_UserNudgingInput_Default_C"); \ #define DUMPER7_ASSERTS_UABL_Spell_Learning_Start_C \ static_assert(alignof(UABL_Spell_Learning_Start_C) == 0x000008, "Wrong alignment on UABL_Spell_Learning_Start_C"); \ static_assert(sizeof(UABL_Spell_Learning_Start_C) == 0x0000C8, "Wrong size on UABL_Spell_Learning_Start_C"); \ #define DUMPER7_ASSERTS_UABL_EnterPotionStation_C \ static_assert(alignof(UABL_EnterPotionStation_C) == 0x000008, "Wrong alignment on UABL_EnterPotionStation_C"); \ static_assert(sizeof(UABL_EnterPotionStation_C) == 0x0000C8, "Wrong size on UABL_EnterPotionStation_C"); \ #define DUMPER7_ASSERTS_BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting \ static_assert(alignof(BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting) == 0x000008, "Wrong alignment on BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting"); \ static_assert(sizeof(BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting) == 0x000038, "Wrong size on BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting"); \ static_assert(offsetof(BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting, EntryPoint) == 0x000000, "Member 'BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000008, "Member 'BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000018, "Member 'BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting, K2Node_Event_OwnerActor) == 0x000030, "Member 'BTT_Biped_Harvesting_C_ExecuteUbergraph_BTT_Biped_Harvesting::K2Node_Event_OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Harvesting_C_ExitTask \ static_assert(alignof(BTT_Biped_Harvesting_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Harvesting_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Harvesting_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Harvesting_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Harvesting_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Harvesting_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Harvesting_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Harvesting_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Harvesting_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Harvesting_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Harvesting_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Harvesting_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Harvesting_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Harvesting_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_Harvesting_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Harvesting_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Harvesting_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Harvesting_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Harvesting_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Harvesting_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Harvesting_C \ static_assert(alignof(UBTT_Biped_Harvesting_C) == 0x000008, "Wrong alignment on UBTT_Biped_Harvesting_C"); \ static_assert(sizeof(UBTT_Biped_Harvesting_C) == 0x000158, "Wrong size on UBTT_Biped_Harvesting_C"); \ static_assert(offsetof(UBTT_Biped_Harvesting_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Harvesting_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_LookAtTarget_SoftPitchOnly_C \ static_assert(alignof(UBP_LookAtTarget_SoftPitchOnly_C) == 0x000008, "Wrong alignment on UBP_LookAtTarget_SoftPitchOnly_C"); \ static_assert(sizeof(UBP_LookAtTarget_SoftPitchOnly_C) == 0x000298, "Wrong size on UBP_LookAtTarget_SoftPitchOnly_C"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_Expelliarmus_C \ static_assert(alignof(ABP_SubSonic_Expelliarmus_C) == 0x000008, "Wrong alignment on ABP_SubSonic_Expelliarmus_C"); \ static_assert(sizeof(ABP_SubSonic_Expelliarmus_C) == 0x000548, "Wrong size on ABP_SubSonic_Expelliarmus_C"); \ static_assert(offsetof(ABP_SubSonic_Expelliarmus_C, Niagara_Proj) == 0x000538, "Member 'ABP_SubSonic_Expelliarmus_C::Niagara_Proj' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Expelliarmus_C, SkeletalMesh) == 0x000540, "Member 'ABP_SubSonic_Expelliarmus_C::SkeletalMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_LookAt_FallingPitch_C \ static_assert(alignof(UBP_LookAt_FallingPitch_C) == 0x000008, "Wrong alignment on UBP_LookAt_FallingPitch_C"); \ static_assert(sizeof(UBP_LookAt_FallingPitch_C) == 0x000298, "Wrong size on UBP_LookAt_FallingPitch_C"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem) == 0x000008, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem) == 0x000280, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, EntryPoint) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000010, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000014, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_GetActorOwner_ReturnValue) == 0x000018, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_GetActorOwner_ReturnValue_1) == 0x000020, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsBiped_Player) == 0x000028, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsBiped_Player_1) == 0x000038, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_GetActiveTool_ReturnValue) == 0x000048, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_GetActiveTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_GetActiveTool_ReturnValue_1) == 0x000050, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_GetActiveTool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsInventory_Item_Tool) == 0x000058, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsInventory_Item_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsInventory_Item_Tool_1) == 0x000068, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsInventory_Item_Tool_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, Temp_struct_Variable) == 0x000074, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000078, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x00007C, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_CustomInputActionEvent_VariantMapHandle_1) == 0x000080, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_CustomInputActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_GetAnimInstance_ReturnValue) == 0x000088, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000090, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000098, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_4) == 0x0000A0, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x0000A8, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_5) == 0x0000B8, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x0000C0, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_6) == 0x0000D0, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x0000D8, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_7) == 0x0000E8, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x0000F0, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_8) == 0x000100, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4) == 0x000108, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_9) == 0x000118, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5) == 0x000120, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_10) == 0x000130, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x000134, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle_7) == 0x000138, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle_7' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_GetVariantName_FromHandle_bFound) == 0x00013C, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_GetVariantName_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_GetVariantName_FromHandle_ReturnValue) == 0x000140, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_GetVariantName_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_CustomEvent_Caller) == 0x000148, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_IsValid_ReturnValue) == 0x000150, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_GetActorOwner_ReturnValue_2) == 0x000158, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_GetActorOwner_ReturnValue_3) == 0x000160, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_GetActorOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_GetComponentByClass_ReturnValue) == 0x000168, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_GetActiveTool_ReturnValue_2) == 0x000170, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_GetActiveTool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_IsValid_ReturnValue_1) == 0x000178, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_Greater_IntInt_ReturnValue) == 0x000179, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle_8) == 0x00017C, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle_8' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_Event_OwnerActor) == 0x000180, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsBiped_Player_2) == 0x000188, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_11) == 0x000190, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsCapture_Device_Item_Tool) == 0x000198, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsCapture_Device_Item_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_12) == 0x0001A0, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x0001A8, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_13) == 0x0001B8, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsAble_Character_Interface) == 0x0001C0, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_14) == 0x0001D0, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue) == 0x0001D1, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_GetActiveTool_ReturnValue_3) == 0x0001D8, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_GetActiveTool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsInventory_Item_Tool_2) == 0x0001E0, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsInventory_Item_Tool_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_15) == 0x0001E8, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, Temp_struct_Variable_1) == 0x0001EC, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x0001F0, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle_9) == 0x0001F4, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle_9' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle_4) == 0x0001F8, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle_10) == 0x0001FC, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle_10' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_CreateDelegate_OutputDelegate) == 0x000200, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_HermesBindEvent_Handle) == 0x000210, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, Temp_struct_Variable_2) == 0x000220, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsCapture_Device_Item_Tool_1) == 0x000228, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsCapture_Device_Item_Tool_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_16) == 0x000230, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsCapture_Device_Item_Tool_2) == 0x000238, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsCapture_Device_Item_Tool_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_17) == 0x000240, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle_5) == 0x000244, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle_5' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000248, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle_6) == 0x000250, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle_6' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000258, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_18) == 0x000268, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, CallFunc_ItemHasCustomAnimation_ReturnValue) == 0x000269, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::CallFunc_ItemHasCustomAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_BTCustomActionEvent_VariantMapHandle_11) == 0x00026C, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_BTCustomActionEvent_VariantMapHandle_11' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_AsConsumable_Potion_Item_Tool) == 0x000270, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_AsConsumable_Potion_Item_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem, K2Node_DynamicCast_bSuccess_19) == 0x000278, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExecuteUbergraph_BTT_BipedUpper_UseInventoryItem::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_ReceiveExecute \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_ReceiveExecute"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_ReceiveExecute"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_ItemUsageEnded \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_ItemUsageEnded) == 0x000008, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_ItemUsageEnded"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_ItemUsageEnded) == 0x000008, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_ItemUsageEnded"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ItemUsageEnded, Caller) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_ItemUsageEnded::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_ExitTask \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_ExitTask) == 0x000008, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_ExitTask"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_ExitTask) == 0x000008, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_ExitTask"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_DrinkPotion_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_DrinkPotion_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_DrinkPotion_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_DrinkPotion_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_DrinkPotion_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_DrinkPotion_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_DrinkPotion_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_InventoryItemCharged_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_InventoryItemCharged_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_InventoryItemCharged_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_InventoryItemCharged_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_InventoryItemCharged_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_InventoryItemCharged_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_InventoryItemCharged_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_InpActEvt_CaptureDevice_CancelCapture_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_InpActEvt_CaptureDevice_CancelCapture_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_InpActEvt_CaptureDevice_CancelCapture_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_InpActEvt_CaptureDevice_CancelCapture_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_InpActEvt_CaptureDevice_CancelCapture_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_InpActEvt_CaptureDevice_CancelCapture_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_InpActEvt_CaptureDevice_CancelCapture_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_InpActEvt_CaptureDevice_ConfirmCapture_K2Node_CustomInputActionEvent_1 \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_InpActEvt_CaptureDevice_ConfirmCapture_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_InpActEvt_CaptureDevice_ConfirmCapture_K2Node_CustomInputActionEvent_1"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_InpActEvt_CaptureDevice_ConfirmCapture_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_InpActEvt_CaptureDevice_ConfirmCapture_K2Node_CustomInputActionEvent_1"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_InpActEvt_CaptureDevice_ConfirmCapture_K2Node_CustomInputActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_InpActEvt_CaptureDevice_ConfirmCapture_K2Node_CustomInputActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_InventoryItemEvent_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_InventoryItemEvent_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_InventoryItemEvent_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_InventoryItemEvent_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_InventoryItemEvent_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_InventoryItemEvent_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_InventoryItemEvent_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_4 \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_4"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_4"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_5 \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_5"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_5"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_5, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_5::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_6 \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_6) == 0x000004, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_6"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_6) == 0x000004, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_6"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_6, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_6::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_7 \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_7) == 0x000004, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_7"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_7) == 0x000004, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_7"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_7, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_7::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_8 \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_8) == 0x000004, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_8"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_8) == 0x000004, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_8"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_8, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_8::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_9 \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_9) == 0x000004, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_9"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_9) == 0x000004, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_9"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_9, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_SpawnInventoryItem_K2Node_BTCustomActionEvent_9::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_ConsumeInventoryItem_K2Node_BTCustomActionEvent_10 \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_ConsumeInventoryItem_K2Node_BTCustomActionEvent_10) == 0x000004, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_ConsumeInventoryItem_K2Node_BTCustomActionEvent_10"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_ConsumeInventoryItem_K2Node_BTCustomActionEvent_10) == 0x000004, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_ConsumeInventoryItem_K2Node_BTCustomActionEvent_10"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_ConsumeInventoryItem_K2Node_BTCustomActionEvent_10, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_ConsumeInventoryItem_K2Node_BTCustomActionEvent_10::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_11 \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_11) == 0x000004, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_11"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_11) == 0x000004, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_11"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_11, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_11::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_SetContexts \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_SetContexts) == 0x000001, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_SetContexts"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_SetContexts) == 0x000002, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_SetContexts"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_SetContexts, Flag) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_SetContexts::Flag' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_SetContexts, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000001, "Member 'BTT_BipedUpper_UseInventoryItem_C_SetContexts::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_OptionalDisableMountRiderHandIK \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_OptionalDisableMountRiderHandIK) == 0x000008, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_OptionalDisableMountRiderHandIK"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_OptionalDisableMountRiderHandIK) == 0x000010, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_OptionalDisableMountRiderHandIK"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_OptionalDisableMountRiderHandIK, InActor) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_OptionalDisableMountRiderHandIK::InActor' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_OptionalDisableMountRiderHandIK, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BTT_BipedUpper_UseInventoryItem_C_OptionalDisableMountRiderHandIK::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_UseInventoryItem_C_RestoreMountRiderHandIK \ static_assert(alignof(BTT_BipedUpper_UseInventoryItem_C_RestoreMountRiderHandIK) == 0x000008, "Wrong alignment on BTT_BipedUpper_UseInventoryItem_C_RestoreMountRiderHandIK"); \ static_assert(sizeof(BTT_BipedUpper_UseInventoryItem_C_RestoreMountRiderHandIK) == 0x000010, "Wrong size on BTT_BipedUpper_UseInventoryItem_C_RestoreMountRiderHandIK"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_RestoreMountRiderHandIK, InActor) == 0x000000, "Member 'BTT_BipedUpper_UseInventoryItem_C_RestoreMountRiderHandIK::InActor' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_UseInventoryItem_C_RestoreMountRiderHandIK, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BTT_BipedUpper_UseInventoryItem_C_RestoreMountRiderHandIK::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_BipedUpper_UseInventoryItem_C \ static_assert(alignof(UBTT_BipedUpper_UseInventoryItem_C) == 0x000008, "Wrong alignment on UBTT_BipedUpper_UseInventoryItem_C"); \ static_assert(sizeof(UBTT_BipedUpper_UseInventoryItem_C) == 0x000190, "Wrong size on UBTT_BipedUpper_UseInventoryItem_C"); \ static_assert(offsetof(UBTT_BipedUpper_UseInventoryItem_C, UberGraphFrame) == 0x000150, "Member 'UBTT_BipedUpper_UseInventoryItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_BipedUpper_UseInventoryItem_C, PotionName) == 0x000158, "Member 'UBTT_BipedUpper_UseInventoryItem_C::PotionName' has a wrong offset!"); \ static_assert(offsetof(UBTT_BipedUpper_UseInventoryItem_C, SpawnInvItemState) == 0x000168, "Member 'UBTT_BipedUpper_UseInventoryItem_C::SpawnInvItemState' has a wrong offset!"); \ static_assert(offsetof(UBTT_BipedUpper_UseInventoryItem_C, ItemUsageEndedHandle) == 0x000170, "Member 'UBTT_BipedUpper_UseInventoryItem_C::ItemUsageEndedHandle' has a wrong offset!"); \ static_assert(offsetof(UBTT_BipedUpper_UseInventoryItem_C, InventoryItemTool) == 0x000180, "Member 'UBTT_BipedUpper_UseInventoryItem_C::InventoryItemTool' has a wrong offset!"); \ static_assert(offsetof(UBTT_BipedUpper_UseInventoryItem_C, ContextsSet) == 0x000188, "Member 'UBTT_BipedUpper_UseInventoryItem_C::ContextsSet' has a wrong offset!"); \ static_assert(offsetof(UBTT_BipedUpper_UseInventoryItem_C, RiderHandIKDisabled) == 0x000189, "Member 'UBTT_BipedUpper_UseInventoryItem_C::RiderHandIKDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_LedgeLand_CamShake_New_C \ static_assert(alignof(UBP_LedgeLand_CamShake_New_C) == 0x000010, "Wrong alignment on UBP_LedgeLand_CamShake_New_C"); \ static_assert(sizeof(UBP_LedgeLand_CamShake_New_C) == 0x0000B0, "Wrong size on UBP_LedgeLand_CamShake_New_C"); \ #define DUMPER7_ASSERTS_ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn \ static_assert(alignof(ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn) == 0x000008, "Wrong alignment on ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn"); \ static_assert(sizeof(ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn) == 0x000070, "Wrong size on ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn"); \ static_assert(offsetof(ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn, EntryPoint) == 0x000000, "Member 'ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn, K2Node_Event_Context) == 0x000008, "Member 'ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_IdleStrafeTurn_C_ExecuteUbergraph_ABL_IdleStrafeTurn::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_IdleStrafeTurn_C_OnAbilityBranch \ static_assert(alignof(ABL_IdleStrafeTurn_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_IdleStrafeTurn_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_IdleStrafeTurn_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_IdleStrafeTurn_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_IdleStrafeTurn_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_IdleStrafeTurn_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_IdleStrafeTurn_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_IdleStrafeTurn_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_IdleStrafeTurn_C_OnAbilityStart \ static_assert(alignof(ABL_IdleStrafeTurn_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_IdleStrafeTurn_C_OnAbilityStart"); \ static_assert(sizeof(ABL_IdleStrafeTurn_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_IdleStrafeTurn_C_OnAbilityStart"); \ static_assert(offsetof(ABL_IdleStrafeTurn_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_IdleStrafeTurn_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_IdleStrafeTurn_C \ static_assert(alignof(UABL_IdleStrafeTurn_C) == 0x000008, "Wrong alignment on UABL_IdleStrafeTurn_C"); \ static_assert(sizeof(UABL_IdleStrafeTurn_C) == 0x0000D0, "Wrong size on UABL_IdleStrafeTurn_C"); \ static_assert(offsetof(UABL_IdleStrafeTurn_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_IdleStrafeTurn_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_PitchToTransformCurves_Swimming_C \ static_assert(alignof(UBP_PitchToTransformCurves_Swimming_C) == 0x000008, "Wrong alignment on UBP_PitchToTransformCurves_Swimming_C"); \ static_assert(sizeof(UBP_PitchToTransformCurves_Swimming_C) == 0x000220, "Wrong size on UBP_PitchToTransformCurves_Swimming_C"); \ #define DUMPER7_ASSERTS_UABL_Waving_C \ static_assert(alignof(UABL_Waving_C) == 0x000008, "Wrong alignment on UABL_Waving_C"); \ static_assert(sizeof(UABL_Waving_C) == 0x0000C8, "Wrong size on UABL_Waving_C"); \ #define DUMPER7_ASSERTS_UABL_Alohomora_C \ static_assert(alignof(UABL_Alohomora_C) == 0x000008, "Wrong alignment on UABL_Alohomora_C"); \ static_assert(sizeof(UABL_Alohomora_C) == 0x0000C8, "Wrong size on UABL_Alohomora_C"); \ #define DUMPER7_ASSERTS_ABL_HitDeathBroom_C_ExecuteUbergraph_ABL_HitDeathBroom \ static_assert(alignof(ABL_HitDeathBroom_C_ExecuteUbergraph_ABL_HitDeathBroom) == 0x000008, "Wrong alignment on ABL_HitDeathBroom_C_ExecuteUbergraph_ABL_HitDeathBroom"); \ static_assert(sizeof(ABL_HitDeathBroom_C_ExecuteUbergraph_ABL_HitDeathBroom) == 0x000020, "Wrong size on ABL_HitDeathBroom_C_ExecuteUbergraph_ABL_HitDeathBroom"); \ static_assert(offsetof(ABL_HitDeathBroom_C_ExecuteUbergraph_ABL_HitDeathBroom, EntryPoint) == 0x000000, "Member 'ABL_HitDeathBroom_C_ExecuteUbergraph_ABL_HitDeathBroom::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitDeathBroom_C_ExecuteUbergraph_ABL_HitDeathBroom, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitDeathBroom_C_ExecuteUbergraph_ABL_HitDeathBroom::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitDeathBroom_C_ExecuteUbergraph_ABL_HitDeathBroom, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitDeathBroom_C_ExecuteUbergraph_ABL_HitDeathBroom::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitDeathBroom_C_ExecuteUbergraph_ABL_HitDeathBroom, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_HitDeathBroom_C_ExecuteUbergraph_ABL_HitDeathBroom::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitDeathBroom_C_OnAbilityStart \ static_assert(alignof(ABL_HitDeathBroom_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitDeathBroom_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitDeathBroom_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitDeathBroom_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitDeathBroom_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitDeathBroom_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitDeathBroom_C \ static_assert(alignof(UABL_HitDeathBroom_C) == 0x000008, "Wrong alignment on UABL_HitDeathBroom_C"); \ static_assert(sizeof(UABL_HitDeathBroom_C) == 0x0000E8, "Wrong size on UABL_HitDeathBroom_C"); \ static_assert(offsetof(UABL_HitDeathBroom_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitDeathBroom_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_SwimSurface_C_ExecuteUbergraph_ABL_SwimSurface \ static_assert(alignof(ABL_SwimSurface_C_ExecuteUbergraph_ABL_SwimSurface) == 0x000008, "Wrong alignment on ABL_SwimSurface_C_ExecuteUbergraph_ABL_SwimSurface"); \ static_assert(sizeof(ABL_SwimSurface_C_ExecuteUbergraph_ABL_SwimSurface) == 0x000010, "Wrong size on ABL_SwimSurface_C_ExecuteUbergraph_ABL_SwimSurface"); \ static_assert(offsetof(ABL_SwimSurface_C_ExecuteUbergraph_ABL_SwimSurface, EntryPoint) == 0x000000, "Member 'ABL_SwimSurface_C_ExecuteUbergraph_ABL_SwimSurface::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_SwimSurface_C_ExecuteUbergraph_ABL_SwimSurface, K2Node_Event_Context) == 0x000008, "Member 'ABL_SwimSurface_C_ExecuteUbergraph_ABL_SwimSurface::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_SwimSurface_C_OnAbilityStart \ static_assert(alignof(ABL_SwimSurface_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_SwimSurface_C_OnAbilityStart"); \ static_assert(sizeof(ABL_SwimSurface_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_SwimSurface_C_OnAbilityStart"); \ static_assert(offsetof(ABL_SwimSurface_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_SwimSurface_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_SwimSurface_C \ static_assert(alignof(UABL_SwimSurface_C) == 0x000008, "Wrong alignment on UABL_SwimSurface_C"); \ static_assert(sizeof(UABL_SwimSurface_C) == 0x0000D0, "Wrong size on UABL_SwimSurface_C"); \ static_assert(offsetof(UABL_SwimSurface_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_SwimSurface_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FL_BeaconCheck_C_BeaconCheck \ static_assert(alignof(FL_BeaconCheck_C_BeaconCheck) == 0x000008, "Wrong alignment on FL_BeaconCheck_C_BeaconCheck"); \ static_assert(sizeof(FL_BeaconCheck_C_BeaconCheck) == 0x000048, "Wrong size on FL_BeaconCheck_C_BeaconCheck"); \ static_assert(offsetof(FL_BeaconCheck_C_BeaconCheck, Beacon) == 0x000000, "Member 'FL_BeaconCheck_C_BeaconCheck::Beacon' has a wrong offset!"); \ static_assert(offsetof(FL_BeaconCheck_C_BeaconCheck, __WorldContext) == 0x000008, "Member 'FL_BeaconCheck_C_BeaconCheck::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_BeaconCheck_C_BeaconCheck, IsComplete) == 0x000010, "Member 'FL_BeaconCheck_C_BeaconCheck::IsComplete' has a wrong offset!"); \ static_assert(offsetof(FL_BeaconCheck_C_BeaconCheck, Complete) == 0x000011, "Member 'FL_BeaconCheck_C_BeaconCheck::Complete' has a wrong offset!"); \ static_assert(offsetof(FL_BeaconCheck_C_BeaconCheck, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000018, "Member 'FL_BeaconCheck_C_BeaconCheck::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_BeaconCheck_C_BeaconCheck, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'FL_BeaconCheck_C_BeaconCheck::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_BeaconCheck_C_BeaconCheck, CallFunc_GetMapBeaconFromName_ReturnValue) == 0x000028, "Member 'FL_BeaconCheck_C_BeaconCheck::CallFunc_GetMapBeaconFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_BeaconCheck_C_BeaconCheck, CallFunc_Conv_BoolToString_ReturnValue) == 0x000030, "Member 'FL_BeaconCheck_C_BeaconCheck::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_BeaconCheck_C_BeaconCheck, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000040, "Member 'FL_BeaconCheck_C_BeaconCheck::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_BeaconCheck_C_BeaconCheck, CallFunc_IsValid_ReturnValue_1) == 0x000041, "Member 'FL_BeaconCheck_C_BeaconCheck::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFL_BeaconCheck_C \ static_assert(alignof(UFL_BeaconCheck_C) == 0x000008, "Wrong alignment on UFL_BeaconCheck_C"); \ static_assert(sizeof(UFL_BeaconCheck_C) == 0x000028, "Wrong size on UFL_BeaconCheck_C"); \ #define DUMPER7_ASSERTS_ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump \ static_assert(alignof(ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump) == 0x000008, "Wrong alignment on ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump"); \ static_assert(sizeof(ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump) == 0x000070, "Wrong size on ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump"); \ static_assert(offsetof(ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump, EntryPoint) == 0x000000, "Member 'ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump, K2Node_Event_Context) == 0x000008, "Member 'ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_LumosLoop_Jump_C_ExecuteUbergraph_ABL_LumosLoop_Jump::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_LumosLoop_Jump_C_OnAbilityBranch \ static_assert(alignof(ABL_LumosLoop_Jump_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_LumosLoop_Jump_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_LumosLoop_Jump_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_LumosLoop_Jump_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_LumosLoop_Jump_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_LumosLoop_Jump_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_Jump_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_LumosLoop_Jump_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_LumosLoop_Jump_C_OnAbilityStart \ static_assert(alignof(ABL_LumosLoop_Jump_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_LumosLoop_Jump_C_OnAbilityStart"); \ static_assert(sizeof(ABL_LumosLoop_Jump_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_LumosLoop_Jump_C_OnAbilityStart"); \ static_assert(offsetof(ABL_LumosLoop_Jump_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_LumosLoop_Jump_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_LumosLoop_Jump_C \ static_assert(alignof(UABL_LumosLoop_Jump_C) == 0x000008, "Wrong alignment on UABL_LumosLoop_Jump_C"); \ static_assert(sizeof(UABL_LumosLoop_Jump_C) == 0x0000D0, "Wrong size on UABL_LumosLoop_Jump_C"); \ static_assert(offsetof(UABL_LumosLoop_Jump_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_LumosLoop_Jump_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS \ static_assert(alignof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS) == 0x000008, "Wrong alignment on BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS"); \ static_assert(sizeof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS) == 0x0000A0, "Wrong size on BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS"); \ static_assert(offsetof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS, EntryPoint) == 0x000000, "Member 'BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS, K2Node_CustomEvent_QueryInstance) == 0x000008, "Member 'BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS::K2Node_CustomEvent_QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS, K2Node_CustomEvent_QueryStatus) == 0x000010, "Member 'BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS::K2Node_CustomEvent_QueryStatus' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS, K2Node_Event_SocialReasoning_1) == 0x000018, "Member 'BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS::K2Node_Event_SocialReasoning_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS, K2Node_Event_RunMode_1) == 0x000020, "Member 'BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS::K2Node_Event_RunMode_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS, K2Node_Event_QueryFinishedDelegate_1) == 0x000028, "Member 'BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS::K2Node_Event_QueryFinishedDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS, CallFunc_RunEQSQuery_ReturnValue) == 0x000038, "Member 'BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS::CallFunc_RunEQSQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS, K2Node_CustomEvent_QueryInstance_1) == 0x000040, "Member 'BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS::K2Node_CustomEvent_QueryInstance_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS, K2Node_CustomEvent_QueryStatus_1) == 0x000048, "Member 'BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS::K2Node_CustomEvent_QueryStatus_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS, K2Node_Event_SocialReasoning) == 0x000050, "Member 'BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS::K2Node_Event_SocialReasoning' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS, K2Node_Event_RunMode) == 0x000058, "Member 'BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS::K2Node_Event_RunMode' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS, K2Node_Event_QueryFinishedDelegate) == 0x000060, "Member 'BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS::K2Node_Event_QueryFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS, K2Node_CreateDelegate_OutputDelegate) == 0x000070, "Member 'BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS, CallFunc_RunEQSQuery_ReturnValue_1) == 0x000080, "Member 'BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS::CallFunc_RunEQSQuery_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS, CallFunc_IsValid_ReturnValue_1) == 0x000088, "Member 'BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS, K2Node_CreateDelegate_OutputDelegate_1) == 0x00008C, "Member 'BTS_Biped_EQS_C_ExecuteUbergraph_BTS_Biped_EQS::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_EQS_C_FindSocialReasonings_QueryFinished \ static_assert(alignof(BTS_Biped_EQS_C_FindSocialReasonings_QueryFinished) == 0x000008, "Wrong alignment on BTS_Biped_EQS_C_FindSocialReasonings_QueryFinished"); \ static_assert(sizeof(BTS_Biped_EQS_C_FindSocialReasonings_QueryFinished) == 0x000010, "Wrong size on BTS_Biped_EQS_C_FindSocialReasonings_QueryFinished"); \ static_assert(offsetof(BTS_Biped_EQS_C_FindSocialReasonings_QueryFinished, QueryInstance) == 0x000000, "Member 'BTS_Biped_EQS_C_FindSocialReasonings_QueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_FindSocialReasonings_QueryFinished, QueryStatus) == 0x000008, "Member 'BTS_Biped_EQS_C_FindSocialReasonings_QueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_EQS_C_RunEQS_FindSocialReasonings \ static_assert(alignof(BTS_Biped_EQS_C_RunEQS_FindSocialReasonings) == 0x000008, "Wrong alignment on BTS_Biped_EQS_C_RunEQS_FindSocialReasonings"); \ static_assert(sizeof(BTS_Biped_EQS_C_RunEQS_FindSocialReasonings) == 0x000020, "Wrong size on BTS_Biped_EQS_C_RunEQS_FindSocialReasonings"); \ static_assert(offsetof(BTS_Biped_EQS_C_RunEQS_FindSocialReasonings, SocialReasoning) == 0x000000, "Member 'BTS_Biped_EQS_C_RunEQS_FindSocialReasonings::SocialReasoning' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_RunEQS_FindSocialReasonings, RunMode) == 0x000008, "Member 'BTS_Biped_EQS_C_RunEQS_FindSocialReasonings::RunMode' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_RunEQS_FindSocialReasonings, QueryFinishedDelegate) == 0x000010, "Member 'BTS_Biped_EQS_C_RunEQS_FindSocialReasonings::QueryFinishedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_EQS_C_FindStations_QueryFinished \ static_assert(alignof(BTS_Biped_EQS_C_FindStations_QueryFinished) == 0x000008, "Wrong alignment on BTS_Biped_EQS_C_FindStations_QueryFinished"); \ static_assert(sizeof(BTS_Biped_EQS_C_FindStations_QueryFinished) == 0x000010, "Wrong size on BTS_Biped_EQS_C_FindStations_QueryFinished"); \ static_assert(offsetof(BTS_Biped_EQS_C_FindStations_QueryFinished, QueryInstance) == 0x000000, "Member 'BTS_Biped_EQS_C_FindStations_QueryFinished::QueryInstance' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_FindStations_QueryFinished, QueryStatus) == 0x000008, "Member 'BTS_Biped_EQS_C_FindStations_QueryFinished::QueryStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_EQS_C_RunEQS_FindStations \ static_assert(alignof(BTS_Biped_EQS_C_RunEQS_FindStations) == 0x000008, "Wrong alignment on BTS_Biped_EQS_C_RunEQS_FindStations"); \ static_assert(sizeof(BTS_Biped_EQS_C_RunEQS_FindStations) == 0x000020, "Wrong size on BTS_Biped_EQS_C_RunEQS_FindStations"); \ static_assert(offsetof(BTS_Biped_EQS_C_RunEQS_FindStations, SocialReasoning) == 0x000000, "Member 'BTS_Biped_EQS_C_RunEQS_FindStations::SocialReasoning' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_RunEQS_FindStations, RunMode) == 0x000008, "Member 'BTS_Biped_EQS_C_RunEQS_FindStations::RunMode' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_EQS_C_RunEQS_FindStations, QueryFinishedDelegate) == 0x000010, "Member 'BTS_Biped_EQS_C_RunEQS_FindStations::QueryFinishedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Biped_EQS_C \ static_assert(alignof(UBTS_Biped_EQS_C) == 0x000008, "Wrong alignment on UBTS_Biped_EQS_C"); \ static_assert(sizeof(UBTS_Biped_EQS_C) == 0x0000D8, "Wrong size on UBTS_Biped_EQS_C"); \ static_assert(offsetof(UBTS_Biped_EQS_C, UberGraphFrame) == 0x0000D0, "Member 'UBTS_Biped_EQS_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move \ static_assert(alignof(ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move) == 0x000008, "Wrong alignment on ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move"); \ static_assert(sizeof(ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move) == 0x000070, "Wrong size on ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move"); \ static_assert(offsetof(ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move, EntryPoint) == 0x000000, "Member 'ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move, K2Node_Event_Context) == 0x000008, "Member 'ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_WandCastFail_Move_C_ExecuteUbergraph_ABL_WandCastFail_Move::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_WandCastFail_Move_C_OnAbilityBranch \ static_assert(alignof(ABL_WandCastFail_Move_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_WandCastFail_Move_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_WandCastFail_Move_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_WandCastFail_Move_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_WandCastFail_Move_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_WandCastFail_Move_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_WandCastFail_Move_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_WandCastFail_Move_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_WandCastFail_Move_C_OnAbilityStart \ static_assert(alignof(ABL_WandCastFail_Move_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_WandCastFail_Move_C_OnAbilityStart"); \ static_assert(sizeof(ABL_WandCastFail_Move_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_WandCastFail_Move_C_OnAbilityStart"); \ static_assert(offsetof(ABL_WandCastFail_Move_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_WandCastFail_Move_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCastFail_Move_C \ static_assert(alignof(UABL_WandCastFail_Move_C) == 0x000008, "Wrong alignment on UABL_WandCastFail_Move_C"); \ static_assert(sizeof(UABL_WandCastFail_Move_C) == 0x0000D0, "Wrong size on UABL_WandCastFail_Move_C"); \ static_assert(offsetof(UABL_WandCastFail_Move_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_WandCastFail_Move_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk \ static_assert(alignof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk"); \ static_assert(sizeof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk) == 0x000498, "Wrong size on BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, EntryPoint) == 0x000000, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetDbId_ReturnValue) == 0x000004, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CustomEvent_PreviewedGearID_1) == 0x000010, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CustomEvent_PreviewedGearID_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CustomEvent_PreviewedGearID) == 0x000028, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CustomEvent_PreviewedGearID' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetPlayerController_ReturnValue_1) == 0x000038, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_SpawnCameraStackActorForTarget_ReturnValue) == 0x000048, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_SpawnCameraStackActorForTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_SpawnCameraStackActorForTarget_ReturnValue_1) == 0x000058, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_SpawnCameraStackActorForTarget_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CustomEvent_Selection) == 0x000060, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CustomEvent_Selection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_BuildOptions_Button_Array) == 0x000068, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_BuildOptions_Button_Array' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_Event_OwnerActor_1) == 0x000078, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000080, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000091, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CustomEvent_SelectionIndex) == 0x000094, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CustomEvent_SelectionIndex' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetTheSocialReactor_ReturnValue) == 0x000098, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetTheSocialReactor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetPlayerController_ReturnValue_2) == 0x0000A0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetHUD_ReturnValue) == 0x0000A8, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_AsUI_BPI_Subtitle_HUD) == 0x0000B0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_AsUI_BPI_Subtitle_HUD' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetSubtitleHUD_SubtitleHUD) == 0x0000C8, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetSubtitleHUD_SubtitleHUD' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_AsUI_BPI_Subtitle_Interface) == 0x0000D0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_AsUI_BPI_Subtitle_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_bSuccess_2) == 0x0000E0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_MakeLiteralName_ReturnValue) == 0x0000E4, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_Get_ReturnValue) == 0x0000F0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_MakeLiteralName_ReturnValue_1) == 0x0000F8, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_Array_Find_ReturnValue) == 0x000100, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, Temp_struct_Variable) == 0x000104, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetPlayerController_ReturnValue_3) == 0x000108, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetPlayerPawn_ReturnValue) == 0x000110, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetHUD_ReturnValue_1) == 0x000118, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetComponentByClass_ReturnValue) == 0x000120, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_AsUI_BPI_Subtitle_HUD_1) == 0x000128, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_AsUI_BPI_Subtitle_HUD_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_bSuccess_3) == 0x000138, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetSubtitleHUD_SubtitleHUD_1) == 0x000140, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetSubtitleHUD_SubtitleHUD_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_Event_OwnerActor) == 0x000148, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_AsBiped_Player) == 0x000150, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_bSuccess_4) == 0x000158, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_AsUI_BPI_Subtitle_Interface_1) == 0x000160, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_AsUI_BPI_Subtitle_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_bSuccess_5) == 0x000170, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x000174, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetValueAsName_ReturnValue) == 0x000178, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetValueAsName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_Conv_NameToString_ReturnValue) == 0x000180, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000190, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CustomEvent_Caller_3) == 0x000198, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CustomEvent_String) == 0x0001A0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CustomEvent_String' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CreateDelegate_OutputDelegate) == 0x0001B0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001C0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0001D0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CustomInputActionEvent_VariantMapHandle_1) == 0x0001D8, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CustomInputActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CustomInputActionEvent_VariantMapHandle_2) == 0x0001DC, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CustomInputActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CustomEvent_Caller_2) == 0x0001E0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_IsValid_ReturnValue) == 0x0001E8, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_Not_PreBool_ReturnValue) == 0x0001E9, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_AsSocial_Reasoning_Interface) == 0x0001F0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_AsSocial_Reasoning_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_bSuccess_6) == 0x000200, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_Goodbye_ReturnValue) == 0x000201, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_Goodbye_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CustomEvent_SelectedIndex) == 0x000204, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CustomEvent_SelectedIndex' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_Subtract_IntInt_ReturnValue) == 0x000208, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_SwitchString_CmpSuccess) == 0x00020C, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_SwitchString_CmpSuccess_1) == 0x00020D, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_SwitchString_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000210, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_MakeLiteralName_ReturnValue_2) == 0x000218, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetValueAsObject_ReturnValue) == 0x000220, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_AsPawn) == 0x000228, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_bSuccess_7) == 0x000230, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CustomEvent_Actor_Reference) == 0x000238, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CustomEvent_Actor_Reference' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CustomInputActionEvent_VariantMapHandle_3) == 0x000240, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CustomInputActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetPlayerController_ReturnValue_4) == 0x000248, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_Create_ReturnValue) == 0x000250, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_BuildOptions_Button_Array_1) == 0x000258, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_BuildOptions_Button_Array_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetTheSocialReactor_ReturnValue_1) == 0x000268, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetTheSocialReactor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000270, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CustomEvent_IsCritical) == 0x000280, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CustomEvent_IsCritical' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CustomEvent_Caller_1) == 0x000288, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000290, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000298, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetDbId_ReturnValue_1) == 0x0002A0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetDbId_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_IsValid_ReturnValue_1) == 0x0002A8, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0002B0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetTheSocialReactor_ReturnValue_2) == 0x0002B8, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetTheSocialReactor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetConversationOptions_outConversationOptions) == 0x0002C0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetConversationOptions_outConversationOptions' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_Array_Length_ReturnValue) == 0x0002D0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_Less_IntInt_ReturnValue) == 0x0002D4, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, Temp_byte_Variable) == 0x0002D5, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CreateDelegate_OutputDelegate_2) == 0x0002D8, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_HermesBindEvent_Handle) == 0x0002E8, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0002F8, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CreateDelegate_OutputDelegate_3) == 0x0002FC, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CreateDelegate_OutputDelegate_4) == 0x00030C, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_HermesBindEvent_Handle_1) == 0x000320, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CreateDelegate_OutputDelegate_5) == 0x000330, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, Temp_byte_Variable_1) == 0x000340, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_HermesBindFString_Handle) == 0x000348, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_HermesBindFString_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CreateDelegate_OutputDelegate_6) == 0x000358, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_HermesBindEvent_Handle_2) == 0x000368, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CustomEvent_Caller) == 0x000378, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_AsAmbulatory_Character) == 0x000380, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_AsAmbulatory_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_bSuccess_8) == 0x000388, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, Temp_bool_Variable) == 0x000389, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_Array_Length_ReturnValue_1) == 0x00038C, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000390, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CreateDelegate_OutputDelegate_7) == 0x000394, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetConsoleVariableIntValue_ReturnValue) == 0x0003A4, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetConsoleVariableIntValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x0003A8, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_Create_ReturnValue_1) == 0x0003B0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, Temp_int_Array_Index_Variable) == 0x0003B8, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_Array_Get_Item) == 0x0003BC, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x0003D4, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_NotEqual_NameName_ReturnValue) == 0x0003D5, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_Conv_NameToString_ReturnValue_2) == 0x0003D8, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_Conv_NameToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_Select_Default) == 0x0003E8, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_Conv_NameToString_ReturnValue_3) == 0x0003F0, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_Conv_NameToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_MakeStruct_ConversationOption) == 0x000400, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_MakeStruct_ConversationOption' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_Array_Add_ReturnValue) == 0x000448, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CreateDelegate_OutputDelegate_8) == 0x00044C, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CreateDelegate_OutputDelegate_9) == 0x00045C, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_CreateDelegate_OutputDelegate_10) == 0x00046C, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, CallFunc_GetValueAsObject_ReturnValue_1) == 0x000480, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::CallFunc_GetValueAsObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_AsPawn_1) == 0x000488, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_AsPawn_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk, K2Node_DynamicCast_bSuccess_9) == 0x000490, "Member 'BTT_Biped_Talk_C_ExecuteUbergraph_BTT_Biped_Talk::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_CONV_UpdateActiveSceneRig \ static_assert(alignof(BTT_Biped_Talk_C_CONV_UpdateActiveSceneRig) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_CONV_UpdateActiveSceneRig"); \ static_assert(sizeof(BTT_Biped_Talk_C_CONV_UpdateActiveSceneRig) == 0x000008, "Wrong size on BTT_Biped_Talk_C_CONV_UpdateActiveSceneRig"); \ static_assert(offsetof(BTT_Biped_Talk_C_CONV_UpdateActiveSceneRig, Caller) == 0x000000, "Member 'BTT_Biped_Talk_C_CONV_UpdateActiveSceneRig::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_FreePlayerFromSceneRig \ static_assert(alignof(BTT_Biped_Talk_C_FreePlayerFromSceneRig) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_FreePlayerFromSceneRig"); \ static_assert(sizeof(BTT_Biped_Talk_C_FreePlayerFromSceneRig) == 0x000008, "Wrong size on BTT_Biped_Talk_C_FreePlayerFromSceneRig"); \ static_assert(offsetof(BTT_Biped_Talk_C_FreePlayerFromSceneRig, Caller) == 0x000000, "Member 'BTT_Biped_Talk_C_FreePlayerFromSceneRig::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_DeferStoppingPreviousSceneRig \ static_assert(alignof(BTT_Biped_Talk_C_DeferStoppingPreviousSceneRig) == 0x000001, "Wrong alignment on BTT_Biped_Talk_C_DeferStoppingPreviousSceneRig"); \ static_assert(sizeof(BTT_Biped_Talk_C_DeferStoppingPreviousSceneRig) == 0x000001, "Wrong size on BTT_Biped_Talk_C_DeferStoppingPreviousSceneRig"); \ static_assert(offsetof(BTT_Biped_Talk_C_DeferStoppingPreviousSceneRig, IsCritical) == 0x000000, "Member 'BTT_Biped_Talk_C_DeferStoppingPreviousSceneRig::IsCritical' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_StartInteraction_Event \ static_assert(alignof(BTT_Biped_Talk_C_StartInteraction_Event) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_StartInteraction_Event"); \ static_assert(sizeof(BTT_Biped_Talk_C_StartInteraction_Event) == 0x000008, "Wrong size on BTT_Biped_Talk_C_StartInteraction_Event"); \ static_assert(offsetof(BTT_Biped_Talk_C_StartInteraction_Event, Actor_Reference) == 0x000000, "Member 'BTT_Biped_Talk_C_StartInteraction_Event::Actor_Reference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_Interaction_ChoiceMade_Event \ static_assert(alignof(BTT_Biped_Talk_C_Interaction_ChoiceMade_Event) == 0x000004, "Wrong alignment on BTT_Biped_Talk_C_Interaction_ChoiceMade_Event"); \ static_assert(sizeof(BTT_Biped_Talk_C_Interaction_ChoiceMade_Event) == 0x000004, "Wrong size on BTT_Biped_Talk_C_Interaction_ChoiceMade_Event"); \ static_assert(offsetof(BTT_Biped_Talk_C_Interaction_ChoiceMade_Event, SelectedIndex) == 0x000000, "Member 'BTT_Biped_Talk_C_Interaction_ChoiceMade_Event::SelectedIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_AbortInteraction \ static_assert(alignof(BTT_Biped_Talk_C_AbortInteraction) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_AbortInteraction"); \ static_assert(sizeof(BTT_Biped_Talk_C_AbortInteraction) == 0x000008, "Wrong size on BTT_Biped_Talk_C_AbortInteraction"); \ static_assert(offsetof(BTT_Biped_Talk_C_AbortInteraction, Caller) == 0x000000, "Member 'BTT_Biped_Talk_C_AbortInteraction::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_Conversation_Node_Property_MSG_UI \ static_assert(alignof(BTT_Biped_Talk_C_Conversation_Node_Property_MSG_UI) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_Conversation_Node_Property_MSG_UI"); \ static_assert(sizeof(BTT_Biped_Talk_C_Conversation_Node_Property_MSG_UI) == 0x000018, "Wrong size on BTT_Biped_Talk_C_Conversation_Node_Property_MSG_UI"); \ static_assert(offsetof(BTT_Biped_Talk_C_Conversation_Node_Property_MSG_UI, Caller) == 0x000000, "Member 'BTT_Biped_Talk_C_Conversation_Node_Property_MSG_UI::Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_Conversation_Node_Property_MSG_UI, String) == 0x000008, "Member 'BTT_Biped_Talk_C_Conversation_Node_Property_MSG_UI::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Talk_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Talk_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Talk_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Talk_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Talk_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_SelectionMade \ static_assert(alignof(BTT_Biped_Talk_C_SelectionMade) == 0x000004, "Wrong alignment on BTT_Biped_Talk_C_SelectionMade"); \ static_assert(sizeof(BTT_Biped_Talk_C_SelectionMade) == 0x000004, "Wrong size on BTT_Biped_Talk_C_SelectionMade"); \ static_assert(offsetof(BTT_Biped_Talk_C_SelectionMade, SelectionIndex) == 0x000000, "Member 'BTT_Biped_Talk_C_SelectionMade::SelectionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_ExitTask \ static_assert(alignof(BTT_Biped_Talk_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Talk_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Talk_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Talk_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Talk_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_EndGearPreview \ static_assert(alignof(BTT_Biped_Talk_C_EndGearPreview) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_EndGearPreview"); \ static_assert(sizeof(BTT_Biped_Talk_C_EndGearPreview) == 0x000010, "Wrong size on BTT_Biped_Talk_C_EndGearPreview"); \ static_assert(offsetof(BTT_Biped_Talk_C_EndGearPreview, PreviewedGearID) == 0x000000, "Member 'BTT_Biped_Talk_C_EndGearPreview::PreviewedGearID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_StartGearPreview \ static_assert(alignof(BTT_Biped_Talk_C_StartGearPreview) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_StartGearPreview"); \ static_assert(sizeof(BTT_Biped_Talk_C_StartGearPreview) == 0x000010, "Wrong size on BTT_Biped_Talk_C_StartGearPreview"); \ static_assert(offsetof(BTT_Biped_Talk_C_StartGearPreview, PreviewedGearID) == 0x000000, "Member 'BTT_Biped_Talk_C_StartGearPreview::PreviewedGearID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_CompanionSelection \ static_assert(alignof(BTT_Biped_Talk_C_CompanionSelection) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_CompanionSelection"); \ static_assert(sizeof(BTT_Biped_Talk_C_CompanionSelection) == 0x000008, "Wrong size on BTT_Biped_Talk_C_CompanionSelection"); \ static_assert(offsetof(BTT_Biped_Talk_C_CompanionSelection, Selection) == 0x000000, "Member 'BTT_Biped_Talk_C_CompanionSelection::Selection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1 \ static_assert(alignof(BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1"); \ static_assert(sizeof(BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1"); \ static_assert(offsetof(BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2 \ static_assert(alignof(BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2"); \ static_assert(sizeof(BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2"); \ static_assert(offsetof(BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3 \ static_assert(alignof(BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3) == 0x000004, "Wrong alignment on BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3"); \ static_assert(sizeof(BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3) == 0x000004, "Wrong size on BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3"); \ static_assert(offsetof(BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Talk_C_InpActEvt_UMGSkipCinematicOrConversation_K2Node_CustomInputActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_HasMission \ static_assert(alignof(BTT_Biped_Talk_C_HasMission) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_HasMission"); \ static_assert(sizeof(BTT_Biped_Talk_C_HasMission) == 0x000010, "Wrong size on BTT_Biped_Talk_C_HasMission"); \ static_assert(offsetof(BTT_Biped_Talk_C_HasMission, OptionText) == 0x000000, "Member 'BTT_Biped_Talk_C_HasMission::OptionText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_HandleRadiantMissionInfo \ static_assert(alignof(BTT_Biped_Talk_C_HandleRadiantMissionInfo) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_HandleRadiantMissionInfo"); \ static_assert(sizeof(BTT_Biped_Talk_C_HandleRadiantMissionInfo) == 0x000028, "Wrong size on BTT_Biped_Talk_C_HandleRadiantMissionInfo"); \ static_assert(offsetof(BTT_Biped_Talk_C_HandleRadiantMissionInfo, Caller) == 0x000000, "Member 'BTT_Biped_Talk_C_HandleRadiantMissionInfo::Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_HandleRadiantMissionInfo, Message) == 0x000008, "Member 'BTT_Biped_Talk_C_HandleRadiantMissionInfo::Message' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_HandleRadiantMissionInfo, CurrentMission) == 0x000018, "Member 'BTT_Biped_Talk_C_HandleRadiantMissionInfo::CurrentMission' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_Y_CancelConversation_Setup \ static_assert(alignof(BTT_Biped_Talk_C_Y_CancelConversation_Setup) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_Y_CancelConversation_Setup"); \ static_assert(sizeof(BTT_Biped_Talk_C_Y_CancelConversation_Setup) == 0x000020, "Wrong size on BTT_Biped_Talk_C_Y_CancelConversation_Setup"); \ static_assert(offsetof(BTT_Biped_Talk_C_Y_CancelConversation_Setup, Conversation_SceneRig_0) == 0x000000, "Member 'BTT_Biped_Talk_C_Y_CancelConversation_Setup::Conversation_SceneRig_0' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_Y_CancelConversation_Setup, K2Node_DynamicCast_AsScene_Rig_Player) == 0x000008, "Member 'BTT_Biped_Talk_C_Y_CancelConversation_Setup::K2Node_DynamicCast_AsScene_Rig_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_Y_CancelConversation_Setup, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTT_Biped_Talk_C_Y_CancelConversation_Setup::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_Y_CancelConversation_Setup, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000018, "Member 'BTT_Biped_Talk_C_Y_CancelConversation_Setup::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_IconLookup \ static_assert(alignof(BTT_Biped_Talk_C_IconLookup) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_IconLookup"); \ static_assert(sizeof(BTT_Biped_Talk_C_IconLookup) == 0x000188, "Wrong size on BTT_Biped_Talk_C_IconLookup"); \ static_assert(offsetof(BTT_Biped_Talk_C_IconLookup, ConversationIcon) == 0x000000, "Member 'BTT_Biped_Talk_C_IconLookup::ConversationIcon' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_IconLookup, ChatPanelIcon) == 0x000001, "Member 'BTT_Biped_Talk_C_IconLookup::ChatPanelIcon' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_IconLookup, ChatIcon) == 0x000002, "Member 'BTT_Biped_Talk_C_IconLookup::ChatIcon' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_IconLookup, Icon) == 0x000008, "Member 'BTT_Biped_Talk_C_IconLookup::Icon' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_IconLookup, InteractPanelIconMap) == 0x000018, "Member 'BTT_Biped_Talk_C_IconLookup::InteractPanelIconMap' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_IconLookup, DialogIconMap) == 0x000068, "Member 'BTT_Biped_Talk_C_IconLookup::DialogIconMap' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_IconLookup, K2Node_MakeVariable_MakeVariableOutput) == 0x0000B8, "Member 'BTT_Biped_Talk_C_IconLookup::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_IconLookup, K2Node_MakeVariable_MakeVariableOutput_1) == 0x000108, "Member 'BTT_Biped_Talk_C_IconLookup::K2Node_MakeVariable_MakeVariableOutput_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_IconLookup, CallFunc_Map_Find_Value) == 0x000158, "Member 'BTT_Biped_Talk_C_IconLookup::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_IconLookup, CallFunc_Map_Find_ReturnValue) == 0x000168, "Member 'BTT_Biped_Talk_C_IconLookup::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_IconLookup, CallFunc_Map_Find_Value_1) == 0x000170, "Member 'BTT_Biped_Talk_C_IconLookup::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_IconLookup, CallFunc_Map_Find_ReturnValue_1) == 0x000180, "Member 'BTT_Biped_Talk_C_IconLookup::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_AddWidgetToScreen \ static_assert(alignof(BTT_Biped_Talk_C_AddWidgetToScreen) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_AddWidgetToScreen"); \ static_assert(sizeof(BTT_Biped_Talk_C_AddWidgetToScreen) == 0x000010, "Wrong size on BTT_Biped_Talk_C_AddWidgetToScreen"); \ static_assert(offsetof(BTT_Biped_Talk_C_AddWidgetToScreen, ScreenToAdd) == 0x000000, "Member 'BTT_Biped_Talk_C_AddWidgetToScreen::ScreenToAdd' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_AddWidgetToScreen, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BTT_Biped_Talk_C_AddWidgetToScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_PrepareandStartConversation \ static_assert(alignof(BTT_Biped_Talk_C_PrepareandStartConversation) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_PrepareandStartConversation"); \ static_assert(sizeof(BTT_Biped_Talk_C_PrepareandStartConversation) == 0x000030, "Wrong size on BTT_Biped_Talk_C_PrepareandStartConversation"); \ static_assert(offsetof(BTT_Biped_Talk_C_PrepareandStartConversation, L_SceneRigToUse) == 0x000000, "Member 'BTT_Biped_Talk_C_PrepareandStartConversation::L_SceneRigToUse' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_PrepareandStartConversation, CallFunc_MakeLiteralName_ReturnValue) == 0x000008, "Member 'BTT_Biped_Talk_C_PrepareandStartConversation::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_PrepareandStartConversation, CallFunc_GetBTTBipedTalkSceneRig_ReturnValue) == 0x000010, "Member 'BTT_Biped_Talk_C_PrepareandStartConversation::CallFunc_GetBTTBipedTalkSceneRig_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_PrepareandStartConversation, CallFunc_GetValueAsObject_ReturnValue) == 0x000018, "Member 'BTT_Biped_Talk_C_PrepareandStartConversation::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_PrepareandStartConversation, K2Node_DynamicCast_AsScene_Rig) == 0x000020, "Member 'BTT_Biped_Talk_C_PrepareandStartConversation::K2Node_DynamicCast_AsScene_Rig' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_PrepareandStartConversation, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_Talk_C_PrepareandStartConversation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_CleanupBlackboard \ static_assert(alignof(BTT_Biped_Talk_C_CleanupBlackboard) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_CleanupBlackboard"); \ static_assert(sizeof(BTT_Biped_Talk_C_CleanupBlackboard) == 0x000080, "Wrong size on BTT_Biped_Talk_C_CleanupBlackboard"); \ static_assert(offsetof(BTT_Biped_Talk_C_CleanupBlackboard, BlackboardComp) == 0x000000, "Member 'BTT_Biped_Talk_C_CleanupBlackboard::BlackboardComp' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_CleanupBlackboard, CallFunc_MakeLiteralName_ReturnValue) == 0x000008, "Member 'BTT_Biped_Talk_C_CleanupBlackboard::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_CleanupBlackboard, K2Node_MakeStruct_StationQueryData) == 0x000010, "Member 'BTT_Biped_Talk_C_CleanupBlackboard::K2Node_MakeStruct_StationQueryData' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_CleanupBlackboard, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000030, "Member 'BTT_Biped_Talk_C_CleanupBlackboard::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_CleanupBlackboard, CallFunc_MakeLiteralName_ReturnValue_2) == 0x000038, "Member 'BTT_Biped_Talk_C_CleanupBlackboard::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_CleanupBlackboard, CallFunc_MakeLiteralName_ReturnValue_3) == 0x000040, "Member 'BTT_Biped_Talk_C_CleanupBlackboard::CallFunc_MakeLiteralName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_CleanupBlackboard, CallFunc_MakeLiteralName_ReturnValue_4) == 0x000048, "Member 'BTT_Biped_Talk_C_CleanupBlackboard::CallFunc_MakeLiteralName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_CleanupBlackboard, CallFunc_MakeLiteralName_ReturnValue_5) == 0x000050, "Member 'BTT_Biped_Talk_C_CleanupBlackboard::CallFunc_MakeLiteralName_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_CleanupBlackboard, CallFunc_GetComponentByClass_ReturnValue) == 0x000058, "Member 'BTT_Biped_Talk_C_CleanupBlackboard::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_CleanupBlackboard, CallFunc_GetValueAsObject_ReturnValue) == 0x000060, "Member 'BTT_Biped_Talk_C_CleanupBlackboard::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_CleanupBlackboard, K2Node_DynamicCast_AsStation_Component) == 0x000068, "Member 'BTT_Biped_Talk_C_CleanupBlackboard::K2Node_DynamicCast_AsStation_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_CleanupBlackboard, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BTT_Biped_Talk_C_CleanupBlackboard::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_CleanupBlackboard, CallFunc_MakeLiteralName_ReturnValue_6) == 0x000074, "Member 'BTT_Biped_Talk_C_CleanupBlackboard::CallFunc_MakeLiteralName_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_CleanupBlackboard, CallFunc_InitializeStationInteraction_ReturnValue) == 0x00007C, "Member 'BTT_Biped_Talk_C_CleanupBlackboard::CallFunc_InitializeStationInteraction_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_StopSceneRigIfPlaying \ static_assert(alignof(BTT_Biped_Talk_C_StopSceneRigIfPlaying) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_StopSceneRigIfPlaying"); \ static_assert(sizeof(BTT_Biped_Talk_C_StopSceneRigIfPlaying) == 0x000010, "Wrong size on BTT_Biped_Talk_C_StopSceneRigIfPlaying"); \ static_assert(offsetof(BTT_Biped_Talk_C_StopSceneRigIfPlaying, SceneRigPlayer) == 0x000000, "Member 'BTT_Biped_Talk_C_StopSceneRigIfPlaying::SceneRigPlayer' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_StopSceneRigIfPlaying, CallFunc_IsPlaying_ReturnValue) == 0x000008, "Member 'BTT_Biped_Talk_C_StopSceneRigIfPlaying::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_StopSceneRigIfPlaying, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BTT_Biped_Talk_C_StopSceneRigIfPlaying::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_StopSceneRigIfPlaying, CallFunc_EventOccursNow_ReturnValue) == 0x00000A, "Member 'BTT_Biped_Talk_C_StopSceneRigIfPlaying::CallFunc_EventOccursNow_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_ActivatePlayerPerception \ static_assert(alignof(BTT_Biped_Talk_C_ActivatePlayerPerception) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_ActivatePlayerPerception"); \ static_assert(sizeof(BTT_Biped_Talk_C_ActivatePlayerPerception) == 0x000020, "Wrong size on BTT_Biped_Talk_C_ActivatePlayerPerception"); \ static_assert(offsetof(BTT_Biped_Talk_C_ActivatePlayerPerception, PlayerPerception) == 0x000000, "Member 'BTT_Biped_Talk_C_ActivatePlayerPerception::PlayerPerception' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ActivatePlayerPerception, CallFunc_Get_ReturnValue) == 0x000008, "Member 'BTT_Biped_Talk_C_ActivatePlayerPerception::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ActivatePlayerPerception, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000010, "Member 'BTT_Biped_Talk_C_ActivatePlayerPerception::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ActivatePlayerPerception, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_Talk_C_ActivatePlayerPerception::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_HandleSceneRigStart \ static_assert(alignof(BTT_Biped_Talk_C_HandleSceneRigStart) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_HandleSceneRigStart"); \ static_assert(sizeof(BTT_Biped_Talk_C_HandleSceneRigStart) == 0x000028, "Wrong size on BTT_Biped_Talk_C_HandleSceneRigStart"); \ static_assert(offsetof(BTT_Biped_Talk_C_HandleSceneRigStart, SRPlayerObjectRef) == 0x000000, "Member 'BTT_Biped_Talk_C_HandleSceneRigStart::SRPlayerObjectRef' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_HandleSceneRigStart, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BTT_Biped_Talk_C_HandleSceneRigStart::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_HandleSceneRigStart, K2Node_DynamicCast_AsScene_Rig_Player) == 0x000018, "Member 'BTT_Biped_Talk_C_HandleSceneRigStart::K2Node_DynamicCast_AsScene_Rig_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_HandleSceneRigStart, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_Talk_C_HandleSceneRigStart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_HandleSceneRigStart, CallFunc_AddCriticalEventHandler_ReturnValue) == 0x000021, "Member 'BTT_Biped_Talk_C_HandleSceneRigStart::CallFunc_AddCriticalEventHandler_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_ShowWand \ static_assert(alignof(BTT_Biped_Talk_C_ShowWand) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_ShowWand"); \ static_assert(sizeof(BTT_Biped_Talk_C_ShowWand) == 0x000018, "Wrong size on BTT_Biped_Talk_C_ShowWand"); \ static_assert(offsetof(BTT_Biped_Talk_C_ShowWand, Player) == 0x000000, "Member 'BTT_Biped_Talk_C_ShowWand::Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ShowWand, ShowWand_0) == 0x000008, "Member 'BTT_Biped_Talk_C_ShowWand::ShowWand_0' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_ShowWand, AnimInstance) == 0x000010, "Member 'BTT_Biped_Talk_C_ShowWand::AnimInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_TurnOffAbilties \ static_assert(alignof(BTT_Biped_Talk_C_TurnOffAbilties) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_TurnOffAbilties"); \ static_assert(sizeof(BTT_Biped_Talk_C_TurnOffAbilties) == 0x000058, "Wrong size on BTT_Biped_Talk_C_TurnOffAbilties"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOffAbilties, NewLocalVar_0) == 0x000000, "Member 'BTT_Biped_Talk_C_TurnOffAbilties::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOffAbilties, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTT_Biped_Talk_C_TurnOffAbilties::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOffAbilties, CallFunc_GetActorOwner_ReturnValue) == 0x000010, "Member 'BTT_Biped_Talk_C_TurnOffAbilties::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOffAbilties, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000018, "Member 'BTT_Biped_Talk_C_TurnOffAbilties::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOffAbilties, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_Talk_C_TurnOffAbilties::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOffAbilties, K2Node_DynamicCast_AsBiped_Player) == 0x000030, "Member 'BTT_Biped_Talk_C_TurnOffAbilties::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOffAbilties, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_Talk_C_TurnOffAbilties::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOffAbilties, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000040, "Member 'BTT_Biped_Talk_C_TurnOffAbilties::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOffAbilties, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTT_Biped_Talk_C_TurnOffAbilties::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_TurnOnAbilities \ static_assert(alignof(BTT_Biped_Talk_C_TurnOnAbilities) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_TurnOnAbilities"); \ static_assert(sizeof(BTT_Biped_Talk_C_TurnOnAbilities) == 0x000058, "Wrong size on BTT_Biped_Talk_C_TurnOnAbilities"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOnAbilities, CallFunc_GetActorOwner_ReturnValue) == 0x000000, "Member 'BTT_Biped_Talk_C_TurnOnAbilities::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOnAbilities, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTT_Biped_Talk_C_TurnOnAbilities::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOnAbilities, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000010, "Member 'BTT_Biped_Talk_C_TurnOnAbilities::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOnAbilities, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_Talk_C_TurnOnAbilities::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOnAbilities, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000028, "Member 'BTT_Biped_Talk_C_TurnOnAbilities::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOnAbilities, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_Talk_C_TurnOnAbilities::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOnAbilities, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000039, "Member 'BTT_Biped_Talk_C_TurnOnAbilities::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOnAbilities, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000040, "Member 'BTT_Biped_Talk_C_TurnOnAbilities::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_TurnOnAbilities, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTT_Biped_Talk_C_TurnOnAbilities::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_Player_Gender_Fixup \ static_assert(alignof(BTT_Biped_Talk_C_Player_Gender_Fixup) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_Player_Gender_Fixup"); \ static_assert(sizeof(BTT_Biped_Talk_C_Player_Gender_Fixup) == 0x000098, "Wrong size on BTT_Biped_Talk_C_Player_Gender_Fixup"); \ static_assert(offsetof(BTT_Biped_Talk_C_Player_Gender_Fixup, OptionText) == 0x000000, "Member 'BTT_Biped_Talk_C_Player_Gender_Fixup::OptionText' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_Player_Gender_Fixup, ReturnValue) == 0x000010, "Member 'BTT_Biped_Talk_C_Player_Gender_Fixup::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_Player_Gender_Fixup, PlayerString) == 0x000020, "Member 'BTT_Biped_Talk_C_Player_Gender_Fixup::PlayerString' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_Player_Gender_Fixup, CallFunc_FindSubstring_ReturnValue) == 0x000030, "Member 'BTT_Biped_Talk_C_Player_Gender_Fixup::CallFunc_FindSubstring_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_Player_Gender_Fixup, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'BTT_Biped_Talk_C_Player_Gender_Fixup::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_Player_Gender_Fixup, CallFunc_Left_ReturnValue) == 0x000040, "Member 'BTT_Biped_Talk_C_Player_Gender_Fixup::CallFunc_Left_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_Player_Gender_Fixup, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000050, "Member 'BTT_Biped_Talk_C_Player_Gender_Fixup::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_Player_Gender_Fixup, K2Node_SwitchEnum_CmpSuccess) == 0x000051, "Member 'BTT_Biped_Talk_C_Player_Gender_Fixup::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_Player_Gender_Fixup, CallFunc_Right_ReturnValue) == 0x000058, "Member 'BTT_Biped_Talk_C_Player_Gender_Fixup::CallFunc_Right_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_Player_Gender_Fixup, CallFunc_Concat_StrStr_ReturnValue) == 0x000068, "Member 'BTT_Biped_Talk_C_Player_Gender_Fixup::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_Player_Gender_Fixup, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000078, "Member 'BTT_Biped_Talk_C_Player_Gender_Fixup::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_Player_Gender_Fixup, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000088, "Member 'BTT_Biped_Talk_C_Player_Gender_Fixup::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Talk_C_AreConversationOptionsNeeded \ static_assert(alignof(BTT_Biped_Talk_C_AreConversationOptionsNeeded) == 0x000008, "Wrong alignment on BTT_Biped_Talk_C_AreConversationOptionsNeeded"); \ static_assert(sizeof(BTT_Biped_Talk_C_AreConversationOptionsNeeded) == 0x000098, "Wrong size on BTT_Biped_Talk_C_AreConversationOptionsNeeded"); \ static_assert(offsetof(BTT_Biped_Talk_C_AreConversationOptionsNeeded, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BTT_Biped_Talk_C_AreConversationOptionsNeeded::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_AreConversationOptionsNeeded, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BTT_Biped_Talk_C_AreConversationOptionsNeeded::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_AreConversationOptionsNeeded, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BTT_Biped_Talk_C_AreConversationOptionsNeeded::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_AreConversationOptionsNeeded, CallFunc_Array_Get_Item) == 0x000010, "Member 'BTT_Biped_Talk_C_AreConversationOptionsNeeded::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_AreConversationOptionsNeeded, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BTT_Biped_Talk_C_AreConversationOptionsNeeded::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_AreConversationOptionsNeeded, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'BTT_Biped_Talk_C_AreConversationOptionsNeeded::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_AreConversationOptionsNeeded, CallFunc_ToLower_ReturnValue) == 0x000060, "Member 'BTT_Biped_Talk_C_AreConversationOptionsNeeded::CallFunc_ToLower_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_AreConversationOptionsNeeded, CallFunc_Replace_ReturnValue) == 0x000070, "Member 'BTT_Biped_Talk_C_AreConversationOptionsNeeded::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_AreConversationOptionsNeeded, CallFunc_Replace_ReturnValue_1) == 0x000080, "Member 'BTT_Biped_Talk_C_AreConversationOptionsNeeded::CallFunc_Replace_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Talk_C_AreConversationOptionsNeeded, CallFunc_Array_Contains_ReturnValue) == 0x000090, "Member 'BTT_Biped_Talk_C_AreConversationOptionsNeeded::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Talk_C \ static_assert(alignof(UBTT_Biped_Talk_C) == 0x000008, "Wrong alignment on UBTT_Biped_Talk_C"); \ static_assert(sizeof(UBTT_Biped_Talk_C) == 0x0002D0, "Wrong size on UBTT_Biped_Talk_C"); \ static_assert(offsetof(UBTT_Biped_Talk_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Talk_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, StartConversation) == 0x000158, "Member 'UBTT_Biped_Talk_C::StartConversation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, Interaction_Target) == 0x000168, "Member 'UBTT_Biped_Talk_C::Interaction_Target' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, Panel_Reference) == 0x000170, "Member 'UBTT_Biped_Talk_C::Panel_Reference' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, ButtonClicked) == 0x000178, "Member 'UBTT_Biped_Talk_C::ButtonClicked' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, Button_Array) == 0x000188, "Member 'UBTT_Biped_Talk_C::Button_Array' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, Player_Actor_Reference) == 0x000198, "Member 'UBTT_Biped_Talk_C::Player_Actor_Reference' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, Interaction_Event) == 0x0001A0, "Member 'UBTT_Biped_Talk_C::Interaction_Event' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, Continue) == 0x0001B0, "Member 'UBTT_Biped_Talk_C::Continue' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, Start_Mission_Conversation) == 0x0001B8, "Member 'UBTT_Biped_Talk_C::Start_Mission_Conversation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, Mission_ConversationID) == 0x0001C8, "Member 'UBTT_Biped_Talk_C::Mission_ConversationID' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, MissionMenuNodeID) == 0x0001D8, "Member 'UBTT_Biped_Talk_C::MissionMenuNodeID' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, UI_Manager) == 0x0001E0, "Member 'UBTT_Biped_Talk_C::UI_Manager' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, TargetActorDBId) == 0x0001E8, "Member 'UBTT_Biped_Talk_C::TargetActorDBId' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, MissionTextCount) == 0x0001F0, "Member 'UBTT_Biped_Talk_C::MissionTextCount' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, Conversation_Flags) == 0x0001F4, "Member 'UBTT_Biped_Talk_C::Conversation_Flags' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, Blackboard) == 0x0001F8, "Member 'UBTT_Biped_Talk_C::Blackboard' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, RadiantHandle) == 0x000200, "Member 'UBTT_Biped_Talk_C::RadiantHandle' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, RadiantMission) == 0x000210, "Member 'UBTT_Biped_Talk_C::RadiantMission' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, VendorWidget) == 0x000218, "Member 'UBTT_Biped_Talk_C::VendorWidget' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, PassiveSceneRig) == 0x000220, "Member 'UBTT_Biped_Talk_C::PassiveSceneRig' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, Conversation_SceneRig) == 0x000228, "Member 'UBTT_Biped_Talk_C::Conversation_SceneRig' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, OnScreenWidget) == 0x000230, "Member 'UBTT_Biped_Talk_C::OnScreenWidget' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, Conversation_Started) == 0x000238, "Member 'UBTT_Biped_Talk_C::Conversation_Started' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, ConversationOptions) == 0x000240, "Member 'UBTT_Biped_Talk_C::ConversationOptions' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, SceneRigUpdateMsgHandle) == 0x000250, "Member 'UBTT_Biped_Talk_C::SceneRigUpdateMsgHandle' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, AudioConversationNames) == 0x000260, "Member 'UBTT_Biped_Talk_C::AudioConversationNames' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, CurrentlyExtorting) == 0x000270, "Member 'UBTT_Biped_Talk_C::CurrentlyExtorting' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, TopItemForSpeakingIntroLine) == 0x000278, "Member 'UBTT_Biped_Talk_C::TopItemForSpeakingIntroLine' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, Missions) == 0x000288, "Member 'UBTT_Biped_Talk_C::Missions' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, PreviousConvSceneRig) == 0x000290, "Member 'UBTT_Biped_Talk_C::PreviousConvSceneRig' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, AdditionalSpecifiedActors) == 0x000298, "Member 'UBTT_Biped_Talk_C::AdditionalSpecifiedActors' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, SocialReactor) == 0x0002A8, "Member 'UBTT_Biped_Talk_C::SocialReactor' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, PlayerProxy) == 0x0002B0, "Member 'UBTT_Biped_Talk_C::PlayerProxy' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, AudioConversations) == 0x0002B8, "Member 'UBTT_Biped_Talk_C::AudioConversations' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, AutomatedMode) == 0x0002B9, "Member 'UBTT_Biped_Talk_C::AutomatedMode' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, SkipLineSocial) == 0x0002BA, "Member 'UBTT_Biped_Talk_C::SkipLineSocial' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Talk_C, SkipConversationOptionsArray) == 0x0002C0, "Member 'UBTT_Biped_Talk_C::SkipConversationOptionsArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_IsMountInGait_C_PerformConditionCheck \ static_assert(alignof(BTD_IsMountInGait_C_PerformConditionCheck) == 0x000008, "Wrong alignment on BTD_IsMountInGait_C_PerformConditionCheck"); \ static_assert(sizeof(BTD_IsMountInGait_C_PerformConditionCheck) == 0x000060, "Wrong size on BTD_IsMountInGait_C_PerformConditionCheck"); \ static_assert(offsetof(BTD_IsMountInGait_C_PerformConditionCheck, OwnerActor) == 0x000000, "Member 'BTD_IsMountInGait_C_PerformConditionCheck::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInGait_C_PerformConditionCheck, ReturnValue) == 0x000008, "Member 'BTD_IsMountInGait_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInGait_C_PerformConditionCheck, K2Node_DynamicCast_AsCamera_Stack_Actor) == 0x000010, "Member 'BTD_IsMountInGait_C_PerformConditionCheck::K2Node_DynamicCast_AsCamera_Stack_Actor' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInGait_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTD_IsMountInGait_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInGait_C_PerformConditionCheck, CallFunc_GetTarget_ReturnValue) == 0x000020, "Member 'BTD_IsMountInGait_C_PerformConditionCheck::CallFunc_GetTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInGait_C_PerformConditionCheck, CallFunc_GetTargetActor_ReturnValue) == 0x000028, "Member 'BTD_IsMountInGait_C_PerformConditionCheck::CallFunc_GetTargetActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInGait_C_PerformConditionCheck, CallFunc_GetAttachParentActor_ReturnValue) == 0x000030, "Member 'BTD_IsMountInGait_C_PerformConditionCheck::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInGait_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BTD_IsMountInGait_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInGait_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'BTD_IsMountInGait_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInGait_C_PerformConditionCheck, K2Node_DynamicCast_AsCreature_Character) == 0x000040, "Member 'BTD_IsMountInGait_C_PerformConditionCheck::K2Node_DynamicCast_AsCreature_Character' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInGait_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BTD_IsMountInGait_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInGait_C_PerformConditionCheck, K2Node_DynamicCast_AsCreature_Character_1) == 0x000050, "Member 'BTD_IsMountInGait_C_PerformConditionCheck::K2Node_DynamicCast_AsCreature_Character_1' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInGait_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTD_IsMountInGait_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInGait_C_PerformConditionCheck, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000059, "Member 'BTD_IsMountInGait_C_PerformConditionCheck::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsMountInGait_C_PerformConditionCheck, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00005A, "Member 'BTD_IsMountInGait_C_PerformConditionCheck::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_IsMountInGait_C \ static_assert(alignof(UBTD_IsMountInGait_C) == 0x000008, "Wrong alignment on UBTD_IsMountInGait_C"); \ static_assert(sizeof(UBTD_IsMountInGait_C) == 0x0000A8, "Wrong size on UBTD_IsMountInGait_C"); \ static_assert(offsetof(UBTD_IsMountInGait_C, Gait) == 0x0000A0, "Member 'UBTD_IsMountInGait_C::Gait' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_UserInput_Transfiguration_C \ static_assert(alignof(UBP_UserInput_Transfiguration_C) == 0x000008, "Wrong alignment on UBP_UserInput_Transfiguration_C"); \ static_assert(sizeof(UBP_UserInput_Transfiguration_C) == 0x000260, "Wrong size on UBP_UserInput_Transfiguration_C"); \ #define DUMPER7_ASSERTS_BP_CollisionToolGeneratorInterface_C_Request_Destroy_Spline_Helper \ static_assert(alignof(BP_CollisionToolGeneratorInterface_C_Request_Destroy_Spline_Helper) == 0x000008, "Wrong alignment on BP_CollisionToolGeneratorInterface_C_Request_Destroy_Spline_Helper"); \ static_assert(sizeof(BP_CollisionToolGeneratorInterface_C_Request_Destroy_Spline_Helper) == 0x000010, "Wrong size on BP_CollisionToolGeneratorInterface_C_Request_Destroy_Spline_Helper"); \ static_assert(offsetof(BP_CollisionToolGeneratorInterface_C_Request_Destroy_Spline_Helper, SplineHelper) == 0x000000, "Member 'BP_CollisionToolGeneratorInterface_C_Request_Destroy_Spline_Helper::SplineHelper' has a wrong offset!"); \ static_assert(offsetof(BP_CollisionToolGeneratorInterface_C_Request_Destroy_Spline_Helper, Success) == 0x000008, "Member 'BP_CollisionToolGeneratorInterface_C_Request_Destroy_Spline_Helper::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBP_CollisionToolGeneratorInterface_C \ static_assert(alignof(IBP_CollisionToolGeneratorInterface_C) == 0x000001, "Wrong alignment on IBP_CollisionToolGeneratorInterface_C"); \ static_assert(sizeof(IBP_CollisionToolGeneratorInterface_C) == 0x000001, "Wrong size on IBP_CollisionToolGeneratorInterface_C"); \ #define DUMPER7_ASSERTS_BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck \ static_assert(alignof(BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck) == 0x000008, "Wrong alignment on BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck"); \ static_assert(sizeof(BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck) == 0x000068, "Wrong size on BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck"); \ static_assert(offsetof(BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck, OwnerActor) == 0x000000, "Member 'BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck, ReturnValue) == 0x000008, "Member 'BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck, K2Node_DynamicCast_AsCamera_Stack_Actor) == 0x000010, "Member 'BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck::K2Node_DynamicCast_AsCamera_Stack_Actor' has a wrong offset!"); \ static_assert(offsetof(BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck, CallFunc_GetTarget_ReturnValue) == 0x000020, "Member 'BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck::CallFunc_GetTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck, Temp_bool_Variable) == 0x000028, "Member 'BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck, CallFunc_GetTargetActor_ReturnValue) == 0x000030, "Member 'BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck::CallFunc_GetTargetActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck, CallFunc_GetAttachParentActor_ReturnValue) == 0x000040, "Member 'BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck, K2Node_Select_Default) == 0x000048, "Member 'BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck, CallFunc_GetVelocity_ReturnValue) == 0x000054, "Member 'BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck, CallFunc_VSizeXY_ReturnValue) == 0x000060, "Member 'BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000064, "Member 'BTD_IsTargetVelocityAboveThreshold_C_PerformConditionCheck::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_IsTargetVelocityAboveThreshold_C \ static_assert(alignof(UBTD_IsTargetVelocityAboveThreshold_C) == 0x000008, "Wrong alignment on UBTD_IsTargetVelocityAboveThreshold_C"); \ static_assert(sizeof(UBTD_IsTargetVelocityAboveThreshold_C) == 0x0000B0, "Wrong size on UBTD_IsTargetVelocityAboveThreshold_C"); \ static_assert(offsetof(UBTD_IsTargetVelocityAboveThreshold_C, Speed) == 0x0000A0, "Member 'UBTD_IsTargetVelocityAboveThreshold_C::Speed' has a wrong offset!"); \ static_assert(offsetof(UBTD_IsTargetVelocityAboveThreshold_C, UseAttachParent) == 0x0000A4, "Member 'UBTD_IsTargetVelocityAboveThreshold_C::UseAttachParent' has a wrong offset!"); \ static_assert(offsetof(UBTD_IsTargetVelocityAboveThreshold_C, Actor) == 0x0000A8, "Member 'UBTD_IsTargetVelocityAboveThreshold_C::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Climb_FallHands_C \ static_assert(alignof(UABL_Climb_FallHands_C) == 0x000008, "Wrong alignment on UABL_Climb_FallHands_C"); \ static_assert(sizeof(UABL_Climb_FallHands_C) == 0x0000C8, "Wrong size on UABL_Climb_FallHands_C"); \ #define DUMPER7_ASSERTS_UABL_TicklePear_C \ static_assert(alignof(UABL_TicklePear_C) == 0x000008, "Wrong alignment on UABL_TicklePear_C"); \ static_assert(sizeof(UABL_TicklePear_C) == 0x0000C8, "Wrong size on UABL_TicklePear_C"); \ #define DUMPER7_ASSERTS_UABL_Alohomora_Cancel_Upper_C \ static_assert(alignof(UABL_Alohomora_Cancel_Upper_C) == 0x000008, "Wrong alignment on UABL_Alohomora_Cancel_Upper_C"); \ static_assert(sizeof(UABL_Alohomora_Cancel_Upper_C) == 0x0000C8, "Wrong size on UABL_Alohomora_Cancel_Upper_C"); \ #define DUMPER7_ASSERTS_BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction \ static_assert(alignof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction) == 0x000008, "Wrong alignment on BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction"); \ static_assert(sizeof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction) == 0x000128, "Wrong size on BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, EntryPoint) == 0x000000, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x000004, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, Temp_struct_Variable) == 0x000010, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000018, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x00002C, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_Event_OwnerActor_1) == 0x000030, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_DynamicCast_AsBiped_Player) == 0x000038, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_Event_OwnerActor) == 0x000048, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000050, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_DynamicCast_AsBiped_Player_1) == 0x000060, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_DynamicCast_bSuccess_2) == 0x000068, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, CallFunc_ComputeDirection_ReturnValue) == 0x00006C, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::CallFunc_ComputeDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, CallFunc_AddTarget_Actor_ReturnValue) == 0x000078, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::CallFunc_AddTarget_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, CallFunc_GetController_ReturnValue) == 0x000080, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, CallFunc_GetController_ReturnValue_1) == 0x000088, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000090, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_DynamicCast_bSuccess_3) == 0x000098, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_DynamicCast_AsBiped_Player_Controller_1) == 0x0000A0, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_DynamicCast_AsBiped_Player_Controller_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_DynamicCast_bSuccess_4) == 0x0000A8, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x0000AC, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, CallFunc_IsValidClass_ReturnValue) == 0x0000B0, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, CallFunc_GetAnimInstance_ReturnValue) == 0x0000B8, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0000C0, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x0000C8, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_DynamicCast_bSuccess_5) == 0x0000D8, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x0000E0, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_DynamicCast_bSuccess_6) == 0x0000F0, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0000F8, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000100, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, CallFunc_GetAnimInstance_ReturnValue_2) == 0x000108, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_DynamicCast_AsAble_Anim_Instance_Interface) == 0x000110, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_DynamicCast_AsAble_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction, K2Node_DynamicCast_bSuccess_7) == 0x000120, "Member 'BTT_Biped_SimpleInteraction_C_ExecuteUbergraph_BTT_Biped_SimpleInteraction::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SimpleInteraction_C_ExitTask \ static_assert(alignof(BTT_Biped_SimpleInteraction_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_SimpleInteraction_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_SimpleInteraction_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_SimpleInteraction_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_SimpleInteraction_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SimpleInteraction_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_SimpleInteraction_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_SimpleInteraction_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_SimpleInteraction_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_SimpleInteraction_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_SimpleInteraction_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SimpleInteraction_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_SimpleInteraction_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_SimpleInteraction_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_SimpleInteraction_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_SimpleInteraction_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_SimpleInteraction_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SimpleInteraction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_SimpleInteraction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_SimpleInteraction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_SimpleInteraction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_SimpleInteraction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_SimpleInteraction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SimpleInteraction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_SimpleInteraction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_SimpleInteraction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_SimpleInteraction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_SimpleInteraction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_SimpleInteraction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera \ static_assert(alignof(BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera) == 0x000008, "Wrong alignment on BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera"); \ static_assert(sizeof(BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera) == 0x000038, "Wrong size on BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera, Object) == 0x000000, "Member 'BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera::Object' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera, Allowed) == 0x000008, "Member 'BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera::Allowed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera, K2Node_DynamicCast_AsPawn) == 0x000010, "Member 'BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000028, "Member 'BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_SimpleInteraction_C_ToggleLockOnCamera::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SimpleInteraction_C_SetContexts \ static_assert(alignof(BTT_Biped_SimpleInteraction_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_SimpleInteraction_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_SimpleInteraction_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_SimpleInteraction_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_SimpleInteraction_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SimpleInteraction_C_EnableHUD \ static_assert(alignof(BTT_Biped_SimpleInteraction_C_EnableHUD) == 0x000008, "Wrong alignment on BTT_Biped_SimpleInteraction_C_EnableHUD"); \ static_assert(sizeof(BTT_Biped_SimpleInteraction_C_EnableHUD) == 0x000010, "Wrong size on BTT_Biped_SimpleInteraction_C_EnableHUD"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_EnableHUD, Flag) == 0x000000, "Member 'BTT_Biped_SimpleInteraction_C_EnableHUD::Flag' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_EnableHUD, CallFunc_Get_ReturnValue) == 0x000008, "Member 'BTT_Biped_SimpleInteraction_C_EnableHUD::CallFunc_Get_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SimpleInteraction_C_GetBlackboardVariables \ static_assert(alignof(BTT_Biped_SimpleInteraction_C_GetBlackboardVariables) == 0x000008, "Wrong alignment on BTT_Biped_SimpleInteraction_C_GetBlackboardVariables"); \ static_assert(sizeof(BTT_Biped_SimpleInteraction_C_GetBlackboardVariables) == 0x000038, "Wrong size on BTT_Biped_SimpleInteraction_C_GetBlackboardVariables"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_GetBlackboardVariables, CallFunc_MakeLiteralName_ReturnValue) == 0x000000, "Member 'BTT_Biped_SimpleInteraction_C_GetBlackboardVariables::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_GetBlackboardVariables, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000008, "Member 'BTT_Biped_SimpleInteraction_C_GetBlackboardVariables::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_GetBlackboardVariables, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000010, "Member 'BTT_Biped_SimpleInteraction_C_GetBlackboardVariables::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_GetBlackboardVariables, CallFunc_GetValueAsClass_ReturnValue) == 0x000018, "Member 'BTT_Biped_SimpleInteraction_C_GetBlackboardVariables::CallFunc_GetValueAsClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_GetBlackboardVariables, CallFunc_GetValueAsObject_ReturnValue) == 0x000020, "Member 'BTT_Biped_SimpleInteraction_C_GetBlackboardVariables::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_GetBlackboardVariables, K2Node_DynamicCast_AsActor) == 0x000028, "Member 'BTT_Biped_SimpleInteraction_C_GetBlackboardVariables::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SimpleInteraction_C_GetBlackboardVariables, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_Biped_SimpleInteraction_C_GetBlackboardVariables::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_SimpleInteraction_C \ static_assert(alignof(UBTT_Biped_SimpleInteraction_C) == 0x000008, "Wrong alignment on UBTT_Biped_SimpleInteraction_C"); \ static_assert(sizeof(UBTT_Biped_SimpleInteraction_C) == 0x000180, "Wrong size on UBTT_Biped_SimpleInteraction_C"); \ static_assert(offsetof(UBTT_Biped_SimpleInteraction_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_SimpleInteraction_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_SimpleInteraction_C, StickMag) == 0x000158, "Member 'UBTT_Biped_SimpleInteraction_C::StickMag' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_SimpleInteraction_C, OnButtslideSurface) == 0x00015C, "Member 'UBTT_Biped_SimpleInteraction_C::OnButtslideSurface' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_SimpleInteraction_C, CurrentStickDirection) == 0x000160, "Member 'UBTT_Biped_SimpleInteraction_C::CurrentStickDirection' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_SimpleInteraction_C, RestoreIKState) == 0x000168, "Member 'UBTT_Biped_SimpleInteraction_C::RestoreIKState' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_SimpleInteraction_C, InteractionAbilityClass) == 0x000170, "Member 'UBTT_Biped_SimpleInteraction_C::InteractionAbilityClass' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_SimpleInteraction_C, InteractActor) == 0x000178, "Member 'UBTT_Biped_SimpleInteraction_C::InteractActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DarkWizard_Counter_Attack_Fwd_C \ static_assert(alignof(UABL_DarkWizard_Counter_Attack_Fwd_C) == 0x000008, "Wrong alignment on UABL_DarkWizard_Counter_Attack_Fwd_C"); \ static_assert(sizeof(UABL_DarkWizard_Counter_Attack_Fwd_C) == 0x0000C8, "Wrong size on UABL_DarkWizard_Counter_Attack_Fwd_C"); \ #define DUMPER7_ASSERTS_UBP_AccioPrepLEDEffect_C \ static_assert(alignof(UBP_AccioPrepLEDEffect_C) == 0x000008, "Wrong alignment on UBP_AccioPrepLEDEffect_C"); \ static_assert(sizeof(UBP_AccioPrepLEDEffect_C) == 0x000048, "Wrong size on UBP_AccioPrepLEDEffect_C"); \ #define DUMPER7_ASSERTS_UUI_BP_ArrowWidget_C \ static_assert(alignof(UUI_BP_ArrowWidget_C) == 0x000008, "Wrong alignment on UUI_BP_ArrowWidget_C"); \ static_assert(sizeof(UUI_BP_ArrowWidget_C) == 0x000270, "Wrong size on UUI_BP_ArrowWidget_C"); \ static_assert(offsetof(UUI_BP_ArrowWidget_C, Image_0) == 0x000268, "Member 'UUI_BP_ArrowWidget_C::Image_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_LookAt_CapturedBeast_C \ static_assert(alignof(UBP_LookAt_CapturedBeast_C) == 0x000008, "Wrong alignment on UBP_LookAt_CapturedBeast_C"); \ static_assert(sizeof(UBP_LookAt_CapturedBeast_C) == 0x000298, "Wrong size on UBP_LookAt_CapturedBeast_C"); \ #define DUMPER7_ASSERTS_ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted \ static_assert(alignof(ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted) == 0x000008, "Wrong alignment on ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted"); \ static_assert(sizeof(ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted) == 0x000070, "Wrong size on ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted"); \ static_assert(offsetof(ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted, EntryPoint) == 0x000000, "Member 'ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted, K2Node_Event_Context) == 0x000008, "Member 'ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Idle_PickupSighted_C_ExecuteUbergraph_ABL_Idle_PickupSighted::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_PickupSighted_C_OnAbilityBranch \ static_assert(alignof(ABL_Idle_PickupSighted_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Idle_PickupSighted_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Idle_PickupSighted_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Idle_PickupSighted_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Idle_PickupSighted_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Idle_PickupSighted_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_PickupSighted_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Idle_PickupSighted_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_PickupSighted_C_OnAbilityStart \ static_assert(alignof(ABL_Idle_PickupSighted_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Idle_PickupSighted_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Idle_PickupSighted_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Idle_PickupSighted_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Idle_PickupSighted_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Idle_PickupSighted_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Idle_PickupSighted_C \ static_assert(alignof(UABL_Idle_PickupSighted_C) == 0x000008, "Wrong alignment on UABL_Idle_PickupSighted_C"); \ static_assert(sizeof(UABL_Idle_PickupSighted_C) == 0x0000D0, "Wrong size on UABL_Idle_PickupSighted_C"); \ static_assert(offsetof(UABL_Idle_PickupSighted_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Idle_PickupSighted_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Partial_BreakoutFail_C \ static_assert(alignof(UABL_Partial_BreakoutFail_C) == 0x000008, "Wrong alignment on UABL_Partial_BreakoutFail_C"); \ static_assert(sizeof(UABL_Partial_BreakoutFail_C) == 0x0000C8, "Wrong size on UABL_Partial_BreakoutFail_C"); \ #define DUMPER7_ASSERTS_UABL_WandCast_Oppugno_C \ static_assert(alignof(UABL_WandCast_Oppugno_C) == 0x000008, "Wrong alignment on UABL_WandCast_Oppugno_C"); \ static_assert(sizeof(UABL_WandCast_Oppugno_C) == 0x0000C8, "Wrong size on UABL_WandCast_Oppugno_C"); \ #define DUMPER7_ASSERTS_UBP_PitchToFocalLength_Aiming_C \ static_assert(alignof(UBP_PitchToFocalLength_Aiming_C) == 0x000008, "Wrong alignment on UBP_PitchToFocalLength_Aiming_C"); \ static_assert(sizeof(UBP_PitchToFocalLength_Aiming_C) == 0x0001D8, "Wrong size on UBP_PitchToFocalLength_Aiming_C"); \ #define DUMPER7_ASSERTS_UABL_ButtSliding_C \ static_assert(alignof(UABL_ButtSliding_C) == 0x000008, "Wrong alignment on UABL_ButtSliding_C"); \ static_assert(sizeof(UABL_ButtSliding_C) == 0x0000C8, "Wrong size on UABL_ButtSliding_C"); \ #define DUMPER7_ASSERTS_UBP_LookAt_MountPredictedTrajectory_C \ static_assert(alignof(UBP_LookAt_MountPredictedTrajectory_C) == 0x000008, "Wrong alignment on UBP_LookAt_MountPredictedTrajectory_C"); \ static_assert(sizeof(UBP_LookAt_MountPredictedTrajectory_C) == 0x000298, "Wrong size on UBP_LookAt_MountPredictedTrajectory_C"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_TumbleUpTwiceStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpTwiceStart \ static_assert(alignof(ABL_NpcReact_TumbleUpTwiceStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpTwiceStart) == 0x000008, "Wrong alignment on ABL_NpcReact_TumbleUpTwiceStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpTwiceStart"); \ static_assert(sizeof(ABL_NpcReact_TumbleUpTwiceStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpTwiceStart) == 0x000030, "Wrong size on ABL_NpcReact_TumbleUpTwiceStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpTwiceStart"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpTwiceStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpTwiceStart, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_TumbleUpTwiceStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpTwiceStart::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpTwiceStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpTwiceStart, K2Node_Event_Context) == 0x000008, "Member 'ABL_NpcReact_TumbleUpTwiceStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpTwiceStart::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpTwiceStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpTwiceStart, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NpcReact_TumbleUpTwiceStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpTwiceStart::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpTwiceStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpTwiceStart, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NpcReact_TumbleUpTwiceStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpTwiceStart::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpTwiceStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpTwiceStart, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NpcReact_TumbleUpTwiceStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpTwiceStart::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpTwiceStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpTwiceStart, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_NpcReact_TumbleUpTwiceStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpTwiceStart::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityBranch \ static_assert(alignof(ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityEnd \ static_assert(alignof(ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_TumbleUpTwiceStart_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_TumbleUpTwiceStart_C \ static_assert(alignof(UABL_NpcReact_TumbleUpTwiceStart_C) == 0x000008, "Wrong alignment on UABL_NpcReact_TumbleUpTwiceStart_C"); \ static_assert(sizeof(UABL_NpcReact_TumbleUpTwiceStart_C) == 0x0000F0, "Wrong size on UABL_NpcReact_TumbleUpTwiceStart_C"); \ static_assert(offsetof(UABL_NpcReact_TumbleUpTwiceStart_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_TumbleUpTwiceStart_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NpcReact_TumbleUpTwiceStart_C, TempCharRef) == 0x0000E8, "Member 'UABL_NpcReact_TumbleUpTwiceStart_C::TempCharRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel \ static_assert(alignof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel) == 0x000008, "Wrong alignment on BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel"); \ static_assert(sizeof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel) == 0x000090, "Wrong size on BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel"); \ static_assert(offsetof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel, EntryPoint) == 0x000000, "Member 'BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel, Temp_class_Variable) == 0x000008, "Member 'BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel::Temp_class_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel, K2Node_Event_OtherActor_1) == 0x000010, "Member 'BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel::K2Node_Event_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel, K2Node_Event_OtherActor) == 0x000028, "Member 'BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel, K2Node_DynamicCast_AsBiped_Player_1) == 0x000030, "Member 'BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel, K2Node_CustomEvent_Loaded) == 0x000040, "Member 'BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000058, "Member 'BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel, CallFunc_Greater_IntInt_ReturnValue) == 0x00006C, "Member 'BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel, K2Node_Event_DeltaSeconds) == 0x000070, "Member 'BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000078, "Member 'BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000080, "Member 'BP_RailTravel_C_ExecuteUbergraph_BP_RailTravel::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RailTravel_C_ReceiveTick \ static_assert(alignof(BP_RailTravel_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_RailTravel_C_ReceiveTick"); \ static_assert(sizeof(BP_RailTravel_C_ReceiveTick) == 0x000004, "Wrong size on BP_RailTravel_C_ReceiveTick"); \ static_assert(offsetof(BP_RailTravel_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_RailTravel_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RailTravel_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_RailTravel_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_RailTravel_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_RailTravel_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_RailTravel_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_RailTravel_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_RailTravel_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RailTravel_C_ReceiveActorEndOverlap \ static_assert(alignof(BP_RailTravel_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_RailTravel_C_ReceiveActorEndOverlap"); \ static_assert(sizeof(BP_RailTravel_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_RailTravel_C_ReceiveActorEndOverlap"); \ static_assert(offsetof(BP_RailTravel_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_RailTravel_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RailTravel_C_OnLoaded_3760AC4F441A6F01D5ACA992D45BFB6A \ static_assert(alignof(BP_RailTravel_C_OnLoaded_3760AC4F441A6F01D5ACA992D45BFB6A) == 0x000008, "Wrong alignment on BP_RailTravel_C_OnLoaded_3760AC4F441A6F01D5ACA992D45BFB6A"); \ static_assert(sizeof(BP_RailTravel_C_OnLoaded_3760AC4F441A6F01D5ACA992D45BFB6A) == 0x000008, "Wrong size on BP_RailTravel_C_OnLoaded_3760AC4F441A6F01D5ACA992D45BFB6A"); \ static_assert(offsetof(BP_RailTravel_C_OnLoaded_3760AC4F441A6F01D5ACA992D45BFB6A, Loaded_0) == 0x000000, "Member 'BP_RailTravel_C_OnLoaded_3760AC4F441A6F01D5ACA992D45BFB6A::Loaded_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RailTravel_C_UserConstructionScript \ static_assert(alignof(BP_RailTravel_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_RailTravel_C_UserConstructionScript"); \ static_assert(sizeof(BP_RailTravel_C_UserConstructionScript) == 0x000004, "Wrong size on BP_RailTravel_C_UserConstructionScript"); \ static_assert(offsetof(BP_RailTravel_C_UserConstructionScript, offsetPerInterestPointActor) == 0x000000, "Member 'BP_RailTravel_C_UserConstructionScript::offsetPerInterestPointActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_RailTravel_C \ static_assert(alignof(ABP_RailTravel_C) == 0x000008, "Wrong alignment on ABP_RailTravel_C"); \ static_assert(sizeof(ABP_RailTravel_C) == 0x0002A0, "Wrong size on ABP_RailTravel_C"); \ static_assert(offsetof(ABP_RailTravel_C, UberGraphFrame) == 0x000248, "Member 'ABP_RailTravel_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_RailTravel_C, CognitionStimuliSource) == 0x000250, "Member 'ABP_RailTravel_C::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ABP_RailTravel_C, CylinderOverlap) == 0x000258, "Member 'ABP_RailTravel_C::CylinderOverlap' has a wrong offset!"); \ static_assert(offsetof(ABP_RailTravel_C, Spline) == 0x000260, "Member 'ABP_RailTravel_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ABP_RailTravel_C, DefaultSceneRoot) == 0x000268, "Member 'ABP_RailTravel_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_RailTravel_C, WingedBoarSoftClass) == 0x000270, "Member 'ABP_RailTravel_C::WingedBoarSoftClass' has a wrong offset!"); \ static_assert(offsetof(ABP_RailTravel_C, Loaded) == 0x000298, "Member 'ABP_RailTravel_C::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop \ static_assert(alignof(ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop) == 0x000008, "Wrong alignment on ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop"); \ static_assert(sizeof(ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop) == 0x000070, "Wrong size on ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop"); \ static_assert(offsetof(ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop, EntryPoint) == 0x000000, "Member 'ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop, K2Node_Event_Context) == 0x000008, "Member 'ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_LumosLoop_C_ExecuteUbergraph_ABL_LumosLoop::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_LumosLoop_C_OnAbilityBranch \ static_assert(alignof(ABL_LumosLoop_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_LumosLoop_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_LumosLoop_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_LumosLoop_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_LumosLoop_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_LumosLoop_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosLoop_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_LumosLoop_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_LumosLoop_C_OnAbilityStart \ static_assert(alignof(ABL_LumosLoop_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_LumosLoop_C_OnAbilityStart"); \ static_assert(sizeof(ABL_LumosLoop_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_LumosLoop_C_OnAbilityStart"); \ static_assert(offsetof(ABL_LumosLoop_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_LumosLoop_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_LumosLoop_C \ static_assert(alignof(UABL_LumosLoop_C) == 0x000008, "Wrong alignment on UABL_LumosLoop_C"); \ static_assert(sizeof(UABL_LumosLoop_C) == 0x0000D0, "Wrong size on UABL_LumosLoop_C"); \ static_assert(offsetof(UABL_LumosLoop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_LumosLoop_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_HandleRevelioOnObjectsCrossingGate \ static_assert(alignof(BP_AncientGate_C_HandleRevelioOnObjectsCrossingGate) == 0x000008, "Wrong alignment on BP_AncientGate_C_HandleRevelioOnObjectsCrossingGate"); \ static_assert(sizeof(BP_AncientGate_C_HandleRevelioOnObjectsCrossingGate) == 0x000020, "Wrong size on BP_AncientGate_C_HandleRevelioOnObjectsCrossingGate"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioOnObjectsCrossingGate, ActorCrossingGate) == 0x000000, "Member 'BP_AncientGate_C_HandleRevelioOnObjectsCrossingGate::ActorCrossingGate' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioOnObjectsCrossingGate, Temp_name_Variable) == 0x000008, "Member 'BP_AncientGate_C_HandleRevelioOnObjectsCrossingGate::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioOnObjectsCrossingGate, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000010, "Member 'BP_AncientGate_C_HandleRevelioOnObjectsCrossingGate::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioOnObjectsCrossingGate, CallFunc_ActorHasTag_ReturnValue) == 0x000018, "Member 'BP_AncientGate_C_HandleRevelioOnObjectsCrossingGate::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioOnObjectsCrossingGate, CallFunc_Array_RemoveItem_ReturnValue) == 0x000019, "Member 'BP_AncientGate_C_HandleRevelioOnObjectsCrossingGate::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioOnObjectsCrossingGate, CallFunc_ActorHasTag_ReturnValue_1) == 0x00001A, "Member 'BP_AncientGate_C_HandleRevelioOnObjectsCrossingGate::CallFunc_ActorHasTag_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_FlipObjectStateInfoRevelioData \ static_assert(alignof(BP_AncientGate_C_FlipObjectStateInfoRevelioData) == 0x000008, "Wrong alignment on BP_AncientGate_C_FlipObjectStateInfoRevelioData"); \ static_assert(sizeof(BP_AncientGate_C_FlipObjectStateInfoRevelioData) == 0x000020, "Wrong size on BP_AncientGate_C_FlipObjectStateInfoRevelioData"); \ static_assert(offsetof(BP_AncientGate_C_FlipObjectStateInfoRevelioData, ObjectStateInfo) == 0x000000, "Member 'BP_AncientGate_C_FlipObjectStateInfoRevelioData::ObjectStateInfo' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_FlipObjectStateInfoRevelioData, ShouldSkip) == 0x000008, "Member 'BP_AncientGate_C_FlipObjectStateInfoRevelioData::ShouldSkip' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_FlipObjectStateInfoRevelioData, Temp_name_Variable) == 0x000010, "Member 'BP_AncientGate_C_FlipObjectStateInfoRevelioData::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_FlipObjectStateInfoRevelioData, CallFunc_ActorHasTag_ReturnValue) == 0x000018, "Member 'BP_AncientGate_C_FlipObjectStateInfoRevelioData::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_FlipObjectStateInfoRevelioData, CallFunc_Array_RemoveItem_ReturnValue) == 0x000019, "Member 'BP_AncientGate_C_FlipObjectStateInfoRevelioData::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_FlipObjectStateInfoRevelioData, CallFunc_CanHighlight_ReturnValue) == 0x00001A, "Member 'BP_AncientGate_C_FlipObjectStateInfoRevelioData::CallFunc_CanHighlight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_FlipObjectStateInfoRevelioData, CallFunc_IsTargetable_ReturnValue) == 0x00001B, "Member 'BP_AncientGate_C_FlipObjectStateInfoRevelioData::CallFunc_IsTargetable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_FlipObjectStateInfoRevelioData, CallFunc_Not_PreBool_ReturnValue) == 0x00001C, "Member 'BP_AncientGate_C_FlipObjectStateInfoRevelioData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_FlipObjectStateInfoRevelioData, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001D, "Member 'BP_AncientGate_C_FlipObjectStateInfoRevelioData::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_HandleRevelioDisableEnable \ static_assert(alignof(BP_AncientGate_C_HandleRevelioDisableEnable) == 0x000008, "Wrong alignment on BP_AncientGate_C_HandleRevelioDisableEnable"); \ static_assert(sizeof(BP_AncientGate_C_HandleRevelioDisableEnable) == 0x0000A0, "Wrong size on BP_AncientGate_C_HandleRevelioDisableEnable"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, bIsInitialSetup) == 0x000000, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::bIsInitialSetup' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, IsInitialSetup) == 0x000001, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::IsInitialSetup' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, Temp_int_Array_Index_Variable_2) == 0x000014, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, Temp_int_Loop_Counter_Variable_2) == 0x000020, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_Add_IntInt_ReturnValue_2) == 0x000024, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, Temp_int_Loop_Counter_Variable_3) == 0x000028, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_Add_IntInt_ReturnValue_3) == 0x00002C, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000038, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_ActorHasTag_ReturnValue) == 0x000040, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_Array_Length_ReturnValue_1) == 0x00004C, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, Temp_int_Array_Index_Variable_3) == 0x000050, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_Less_IntInt_ReturnValue_1) == 0x000054, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_Array_Get_Item_1) == 0x000058, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_GetObjectStateInfo_ReturnValue_1) == 0x000060, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_GetObjectStateInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_ActorHasTag_ReturnValue_1) == 0x000068, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_ActorHasTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_Array_Get_Item_2) == 0x000070, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_Array_Get_Item_3) == 0x000078, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_GetObjectStateInfo_ReturnValue_2) == 0x000080, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_GetObjectStateInfo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_GetObjectStateInfo_ReturnValue_3) == 0x000088, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_GetObjectStateInfo_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_ActorHasTag_ReturnValue_2) == 0x000090, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_ActorHasTag_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_ActorHasTag_ReturnValue_3) == 0x000091, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_ActorHasTag_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_Array_Length_ReturnValue_2) == 0x000094, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_Array_Length_ReturnValue_3) == 0x000098, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_Less_IntInt_ReturnValue_2) == 0x00009C, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_HandleRevelioDisableEnable, CallFunc_Less_IntInt_ReturnValue_3) == 0x00009D, "Member 'BP_AncientGate_C_HandleRevelioDisableEnable::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_GetPropertiesForTick \ static_assert(alignof(BP_AncientGate_C_GetPropertiesForTick) == 0x000008, "Wrong alignment on BP_AncientGate_C_GetPropertiesForTick"); \ static_assert(sizeof(BP_AncientGate_C_GetPropertiesForTick) == 0x000130, "Wrong size on BP_AncientGate_C_GetPropertiesForTick"); \ static_assert(offsetof(BP_AncientGate_C_GetPropertiesForTick, PassThroughCheck_0) == 0x000000, "Member 'BP_AncientGate_C_GetPropertiesForTick::PassThroughCheck_0' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPropertiesForTick, RedBaseFogs_0) == 0x000050, "Member 'BP_AncientGate_C_GetPropertiesForTick::RedBaseFogs_0' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPropertiesForTick, BlueBaseFogs_0) == 0x000060, "Member 'BP_AncientGate_C_GetPropertiesForTick::BlueBaseFogs_0' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPropertiesForTick, BlueMats_0) == 0x000070, "Member 'BP_AncientGate_C_GetPropertiesForTick::BlueMats_0' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPropertiesForTick, RedMats_0) == 0x0000C0, "Member 'BP_AncientGate_C_GetPropertiesForTick::RedMats_0' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPropertiesForTick, RedTargets) == 0x000110, "Member 'BP_AncientGate_C_GetPropertiesForTick::RedTargets' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPropertiesForTick, BlueTargets) == 0x000120, "Member 'BP_AncientGate_C_GetPropertiesForTick::BlueTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_Set_Is_Red \ static_assert(alignof(BP_AncientGate_C_Set_Is_Red) == 0x000001, "Wrong alignment on BP_AncientGate_C_Set_Is_Red"); \ static_assert(sizeof(BP_AncientGate_C_Set_Is_Red) == 0x000002, "Wrong size on BP_AncientGate_C_Set_Is_Red"); \ static_assert(offsetof(BP_AncientGate_C_Set_Is_Red, IsRed_0) == 0x000000, "Member 'BP_AncientGate_C_Set_Is_Red::IsRed_0' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Is_Red, bIsRed) == 0x000001, "Member 'BP_AncientGate_C_Set_Is_Red::bIsRed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_ResetBaseFog \ static_assert(alignof(BP_AncientGate_C_ResetBaseFog) == 0x000008, "Wrong alignment on BP_AncientGate_C_ResetBaseFog"); \ static_assert(sizeof(BP_AncientGate_C_ResetBaseFog) == 0x000040, "Wrong size on BP_AncientGate_C_ResetBaseFog"); \ static_assert(offsetof(BP_AncientGate_C_ResetBaseFog, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_AncientGate_C_ResetBaseFog::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ResetBaseFog, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_AncientGate_C_ResetBaseFog::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ResetBaseFog, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_AncientGate_C_ResetBaseFog::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ResetBaseFog, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'BP_AncientGate_C_ResetBaseFog::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ResetBaseFog, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'BP_AncientGate_C_ResetBaseFog::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ResetBaseFog, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_AncientGate_C_ResetBaseFog::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ResetBaseFog, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_AncientGate_C_ResetBaseFog::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ResetBaseFog, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_AncientGate_C_ResetBaseFog::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ResetBaseFog, CallFunc_Add_IntInt_ReturnValue_1) == 0x000028, "Member 'BP_AncientGate_C_ResetBaseFog::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ResetBaseFog, CallFunc_Array_Get_Item_1) == 0x000030, "Member 'BP_AncientGate_C_ResetBaseFog::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ResetBaseFog, CallFunc_Array_Length_ReturnValue_1) == 0x000038, "Member 'BP_AncientGate_C_ResetBaseFog::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ResetBaseFog, CallFunc_Less_IntInt_ReturnValue_1) == 0x00003C, "Member 'BP_AncientGate_C_ResetBaseFog::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_DebugFog \ static_assert(alignof(BP_AncientGate_C_DebugFog) == 0x000008, "Wrong alignment on BP_AncientGate_C_DebugFog"); \ static_assert(sizeof(BP_AncientGate_C_DebugFog) == 0x000038, "Wrong size on BP_AncientGate_C_DebugFog"); \ static_assert(offsetof(BP_AncientGate_C_DebugFog, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_AncientGate_C_DebugFog::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_DebugFog, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_AncientGate_C_DebugFog::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_DebugFog, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_AncientGate_C_DebugFog::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_DebugFog, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'BP_AncientGate_C_DebugFog::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_DebugFog, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_AncientGate_C_DebugFog::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_DebugFog, CallFunc_Array_Get_Item_1) == 0x000018, "Member 'BP_AncientGate_C_DebugFog::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_DebugFog, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_AncientGate_C_DebugFog::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_DebugFog, CallFunc_Array_Length_ReturnValue_1) == 0x000024, "Member 'BP_AncientGate_C_DebugFog::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_DebugFog, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_AncientGate_C_DebugFog::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_DebugFog, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'BP_AncientGate_C_DebugFog::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_DebugFog, CallFunc_Less_IntInt_ReturnValue_1) == 0x000030, "Member 'BP_AncientGate_C_DebugFog::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_DebugFog, CallFunc_Add_IntInt_ReturnValue_1) == 0x000034, "Member 'BP_AncientGate_C_DebugFog::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_UpdateBaseFog \ static_assert(alignof(BP_AncientGate_C_UpdateBaseFog) == 0x000008, "Wrong alignment on BP_AncientGate_C_UpdateBaseFog"); \ static_assert(sizeof(BP_AncientGate_C_UpdateBaseFog) == 0x0000A0, "Wrong size on BP_AncientGate_C_UpdateBaseFog"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_AncientGate_C_UpdateBaseFog::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_AncientGate_C_UpdateBaseFog::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_AncientGate_C_UpdateBaseFog::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, Temp_int_Loop_Counter_Variable_1) == 0x00000C, "Member 'BP_AncientGate_C_UpdateBaseFog::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'BP_AncientGate_C_UpdateBaseFog::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_AncientGate_C_UpdateBaseFog::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_AncientGate_C_UpdateBaseFog::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_AncientGate_C_UpdateBaseFog::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, CallFunc_Array_Length_ReturnValue_1) == 0x000024, "Member 'BP_AncientGate_C_UpdateBaseFog::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, CallFunc_Less_IntInt_ReturnValue_1) == 0x000028, "Member 'BP_AncientGate_C_UpdateBaseFog::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, Temp_int_Array_Index_Variable_1) == 0x00002C, "Member 'BP_AncientGate_C_UpdateBaseFog::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, CallFunc_Array_Get_Item_1) == 0x000030, "Member 'BP_AncientGate_C_UpdateBaseFog::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000038, "Member 'BP_AncientGate_C_UpdateBaseFog::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, Temp_object_Variable) == 0x000040, "Member 'BP_AncientGate_C_UpdateBaseFog::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000048, "Member 'BP_AncientGate_C_UpdateBaseFog::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_AncientGate_C_UpdateBaseFog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, CallFunc_GetSkeletalMesh_ReturnValue) == 0x000060, "Member 'BP_AncientGate_C_UpdateBaseFog::CallFunc_GetSkeletalMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, CallFunc_GetSocketLocation_ReturnValue) == 0x000068, "Member 'BP_AncientGate_C_UpdateBaseFog::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000074, "Member 'BP_AncientGate_C_UpdateBaseFog::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, CallFunc_GetVelocity_ReturnValue) == 0x000080, "Member 'BP_AncientGate_C_UpdateBaseFog::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, CallFunc_VSize_ReturnValue) == 0x00008C, "Member 'BP_AncientGate_C_UpdateBaseFog::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UpdateBaseFog, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000090, "Member 'BP_AncientGate_C_UpdateBaseFog::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_SetupBaseFog \ static_assert(alignof(BP_AncientGate_C_SetupBaseFog) == 0x000008, "Wrong alignment on BP_AncientGate_C_SetupBaseFog"); \ static_assert(sizeof(BP_AncientGate_C_SetupBaseFog) == 0x000080, "Wrong size on BP_AncientGate_C_SetupBaseFog"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_AncientGate_C_SetupBaseFog::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_AncientGate_C_SetupBaseFog::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_AncientGate_C_SetupBaseFog::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, Temp_int_Loop_Counter_Variable_1) == 0x00000C, "Member 'BP_AncientGate_C_SetupBaseFog::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, CallFunc_GetChildrenComponents_Children) == 0x000010, "Member 'BP_AncientGate_C_SetupBaseFog::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, CallFunc_Add_IntInt_ReturnValue_1) == 0x000020, "Member 'BP_AncientGate_C_SetupBaseFog::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_AncientGate_C_SetupBaseFog::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_AncientGate_C_SetupBaseFog::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, Temp_int_Array_Index_Variable_1) == 0x00002C, "Member 'BP_AncientGate_C_SetupBaseFog::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_AncientGate_C_SetupBaseFog::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, K2Node_DynamicCast_AsNiagara_Particle_System) == 0x000038, "Member 'BP_AncientGate_C_SetupBaseFog::K2Node_DynamicCast_AsNiagara_Particle_System' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_AncientGate_C_SetupBaseFog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, CallFunc_Array_Add_ReturnValue) == 0x000044, "Member 'BP_AncientGate_C_SetupBaseFog::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, CallFunc_GetChildrenComponents_Children_1) == 0x000048, "Member 'BP_AncientGate_C_SetupBaseFog::CallFunc_GetChildrenComponents_Children_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'BP_AncientGate_C_SetupBaseFog::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'BP_AncientGate_C_SetupBaseFog::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, CallFunc_Less_IntInt_ReturnValue_1) == 0x000068, "Member 'BP_AncientGate_C_SetupBaseFog::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, K2Node_DynamicCast_AsNiagara_Particle_System_1) == 0x000070, "Member 'BP_AncientGate_C_SetupBaseFog::K2Node_DynamicCast_AsNiagara_Particle_System_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'BP_AncientGate_C_SetupBaseFog::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetupBaseFog, CallFunc_Array_Add_ReturnValue_1) == 0x00007C, "Member 'BP_AncientGate_C_SetupBaseFog::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_GetPlayerDistance \ static_assert(alignof(BP_AncientGate_C_GetPlayerDistance) == 0x000008, "Wrong alignment on BP_AncientGate_C_GetPlayerDistance"); \ static_assert(sizeof(BP_AncientGate_C_GetPlayerDistance) == 0x0001D0, "Wrong size on BP_AncientGate_C_GetPlayerDistance"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, SqauredDistance) == 0x000000, "Member 'BP_AncientGate_C_GetPlayerDistance::SqauredDistance' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, Offset) == 0x000004, "Member 'BP_AncientGate_C_GetPlayerDistance::Offset' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, DistanceFromEdge) == 0x000010, "Member 'BP_AncientGate_C_GetPlayerDistance::DistanceFromEdge' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, PositionOnEdge) == 0x000014, "Member 'BP_AncientGate_C_GetPlayerDistance::PositionOnEdge' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000020, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x00002C, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_BreakVector_X) == 0x000038, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_BreakVector_Y) == 0x00003C, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_BreakVector_Z) == 0x000040, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_BreakVector_X_1) == 0x000044, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_BreakVector_Y_1) == 0x000048, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_BreakVector_Z_1) == 0x00004C, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_GetComponentBounds_Origin) == 0x000050, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_GetComponentBounds_BoxExtent) == 0x00005C, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_GetComponentBounds_SphereRadius) == 0x000068, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00006C, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000070, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_GetForwardVector_ReturnValue) == 0x000078, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000084, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000090, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x00009C, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x0000A8, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_BreakVector_X_2) == 0x0000B4, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_BreakVector_Y_2) == 0x0000B8, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_BreakVector_Z_2) == 0x0000BC, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0000C0, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000CC, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_BreakVector_X_3) == 0x0000D0, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_BreakVector_Y_3) == 0x0000D4, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_BreakVector_Z_3) == 0x0000D8, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000DC, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Dot_VectorVector_ReturnValue) == 0x0000E0, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_ProjectVectorOnToVector_ReturnValue) == 0x0000E4, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_ProjectVectorOnToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000F0, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Normal_ReturnValue) == 0x0000F4, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_VSize_ReturnValue) == 0x000100, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000104, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000110, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_ProjectVectorOnToVector_ReturnValue_1) == 0x000114, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_ProjectVectorOnToVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_SelectVector_ReturnValue) == 0x000120, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Normal_ReturnValue_1) == 0x00012C, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_VSize_ReturnValue_1) == 0x000138, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x00013C, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000148, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00014C, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_SelectVector_ReturnValue_1) == 0x000150, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_SelectVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00015C, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_SelectVector_ReturnValue_2) == 0x000160, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_SelectVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x00016C, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_BreakVector_X_4) == 0x000170, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_BreakVector_Y_4) == 0x000174, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_BreakVector_Z_4) == 0x000178, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x00017C, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_MakeVector_ReturnValue) == 0x000180, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x00018C, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x000190, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_MakeVector_ReturnValue_1) == 0x000194, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x0001A0, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Normal_ReturnValue_2) == 0x0001A4, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Normal_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Add_FloatFloat_ReturnValue) == 0x0001B0, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x0001B4, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x0001C0, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0001C4, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0001C8, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetPlayerDistance, CallFunc_Subtract_FloatFloat_ReturnValue_5) == 0x0001CC, "Member 'BP_AncientGate_C_GetPlayerDistance::CallFunc_Subtract_FloatFloat_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_ControlTransitionFX \ static_assert(alignof(BP_AncientGate_C_ControlTransitionFX) == 0x000004, "Wrong alignment on BP_AncientGate_C_ControlTransitionFX"); \ static_assert(sizeof(BP_AncientGate_C_ControlTransitionFX) == 0x000020, "Wrong size on BP_AncientGate_C_ControlTransitionFX"); \ static_assert(offsetof(BP_AncientGate_C_ControlTransitionFX, CallFunc_GetPlayerDistance_SqauredDistance) == 0x000000, "Member 'BP_AncientGate_C_ControlTransitionFX::CallFunc_GetPlayerDistance_SqauredDistance' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ControlTransitionFX, CallFunc_GetPlayerDistance_Offset) == 0x000004, "Member 'BP_AncientGate_C_ControlTransitionFX::CallFunc_GetPlayerDistance_Offset' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ControlTransitionFX, CallFunc_GetPlayerDistance_DistanceFromEdge) == 0x000010, "Member 'BP_AncientGate_C_ControlTransitionFX::CallFunc_GetPlayerDistance_DistanceFromEdge' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ControlTransitionFX, CallFunc_GetPlayerDistance_PositionOnEdge) == 0x000014, "Member 'BP_AncientGate_C_ControlTransitionFX::CallFunc_GetPlayerDistance_PositionOnEdge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_ArrayFixup \ static_assert(alignof(BP_AncientGate_C_ArrayFixup) == 0x000008, "Wrong alignment on BP_AncientGate_C_ArrayFixup"); \ static_assert(sizeof(BP_AncientGate_C_ArrayFixup) == 0x000050, "Wrong size on BP_AncientGate_C_ArrayFixup"); \ static_assert(offsetof(BP_AncientGate_C_ArrayFixup, Array) == 0x000000, "Member 'BP_AncientGate_C_ArrayFixup::Array' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ArrayFixup, Invalid_Entries) == 0x000010, "Member 'BP_AncientGate_C_ArrayFixup::Invalid_Entries' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ArrayFixup, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_AncientGate_C_ArrayFixup::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ArrayFixup, Temp_bool_True_if_break_was_hit_Variable) == 0x000024, "Member 'BP_AncientGate_C_ArrayFixup::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ArrayFixup, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_AncientGate_C_ArrayFixup::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ArrayFixup, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_AncientGate_C_ArrayFixup::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ArrayFixup, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_AncientGate_C_ArrayFixup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ArrayFixup, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'BP_AncientGate_C_ArrayFixup::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ArrayFixup, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'BP_AncientGate_C_ArrayFixup::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ArrayFixup, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_AncientGate_C_ArrayFixup::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ArrayFixup, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'BP_AncientGate_C_ArrayFixup::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ArrayFixup, CallFunc_BooleanAND_ReturnValue) == 0x000048, "Member 'BP_AncientGate_C_ArrayFixup::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_SetMatInGate \ static_assert(alignof(BP_AncientGate_C_SetMatInGate) == 0x000008, "Wrong alignment on BP_AncientGate_C_SetMatInGate"); \ static_assert(sizeof(BP_AncientGate_C_SetMatInGate) == 0x0000C0, "Wrong size on BP_AncientGate_C_SetMatInGate"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, Actor) == 0x000000, "Member 'BP_AncientGate_C_SetMatInGate::Actor' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, Tag) == 0x000008, "Member 'BP_AncientGate_C_SetMatInGate::Tag' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, In) == 0x000009, "Member 'BP_AncientGate_C_SetMatInGate::In' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, CurrentList) == 0x000010, "Member 'BP_AncientGate_C_SetMatInGate::CurrentList' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, Temp_float_Variable) == 0x000060, "Member 'BP_AncientGate_C_SetMatInGate::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, Temp_bool_True_if_break_was_hit_Variable) == 0x000064, "Member 'BP_AncientGate_C_SetMatInGate::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, Temp_int_Array_Index_Variable) == 0x000068, "Member 'BP_AncientGate_C_SetMatInGate::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, CallFunc_Not_PreBool_ReturnValue) == 0x00006C, "Member 'BP_AncientGate_C_SetMatInGate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, Temp_int_Loop_Counter_Variable) == 0x000070, "Member 'BP_AncientGate_C_SetMatInGate::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, Temp_float_Variable_1) == 0x000074, "Member 'BP_AncientGate_C_SetMatInGate::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'BP_AncientGate_C_SetMatInGate::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, Temp_bool_Variable) == 0x00007C, "Member 'BP_AncientGate_C_SetMatInGate::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, CallFunc_Map_Keys_Keys) == 0x000080, "Member 'BP_AncientGate_C_SetMatInGate::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, K2Node_Select_Default) == 0x000090, "Member 'BP_AncientGate_C_SetMatInGate::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, CallFunc_Array_Get_Item) == 0x000098, "Member 'BP_AncientGate_C_SetMatInGate::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, CallFunc_Map_Values_Values) == 0x0000A0, "Member 'BP_AncientGate_C_SetMatInGate::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'BP_AncientGate_C_SetMatInGate::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'BP_AncientGate_C_SetMatInGate::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000BC, "Member 'BP_AncientGate_C_SetMatInGate::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, CallFunc_Less_IntInt_ReturnValue) == 0x0000BD, "Member 'BP_AncientGate_C_SetMatInGate::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetMatInGate, CallFunc_BooleanAND_ReturnValue) == 0x0000BE, "Member 'BP_AncientGate_C_SetMatInGate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_TombProtectorStatueOverride \ static_assert(alignof(BP_AncientGate_C_TombProtectorStatueOverride) == 0x000008, "Wrong alignment on BP_AncientGate_C_TombProtectorStatueOverride"); \ static_assert(sizeof(BP_AncientGate_C_TombProtectorStatueOverride) == 0x000090, "Wrong size on BP_AncientGate_C_TombProtectorStatueOverride"); \ static_assert(offsetof(BP_AncientGate_C_TombProtectorStatueOverride, Array) == 0x000000, "Member 'BP_AncientGate_C_TombProtectorStatueOverride::Array' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_TombProtectorStatueOverride, Tag) == 0x000010, "Member 'BP_AncientGate_C_TombProtectorStatueOverride::Tag' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_TombProtectorStatueOverride, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_AncientGate_C_TombProtectorStatueOverride::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_TombProtectorStatueOverride, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_AncientGate_C_TombProtectorStatueOverride::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_TombProtectorStatueOverride, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_AncientGate_C_TombProtectorStatueOverride::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_TombProtectorStatueOverride, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_AncientGate_C_TombProtectorStatueOverride::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_TombProtectorStatueOverride, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_AncientGate_C_TombProtectorStatueOverride::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_TombProtectorStatueOverride, K2Node_DynamicCast_AsTomb_Protector_Statue) == 0x000040, "Member 'BP_AncientGate_C_TombProtectorStatueOverride::K2Node_DynamicCast_AsTomb_Protector_Statue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_TombProtectorStatueOverride, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_AncientGate_C_TombProtectorStatueOverride::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_TombProtectorStatueOverride, CallFunc_Less_IntInt_ReturnValue) == 0x000049, "Member 'BP_AncientGate_C_TombProtectorStatueOverride::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_TombProtectorStatueOverride, CallFunc_GetComponentByClass_ReturnValue) == 0x000050, "Member 'BP_AncientGate_C_TombProtectorStatueOverride::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_TombProtectorStatueOverride, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'BP_AncientGate_C_TombProtectorStatueOverride::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_TombProtectorStatueOverride, K2Node_DynamicCast_AsBP_Tomb_Protector_Interface) == 0x000060, "Member 'BP_AncientGate_C_TombProtectorStatueOverride::K2Node_DynamicCast_AsBP_Tomb_Protector_Interface' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_TombProtectorStatueOverride, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'BP_AncientGate_C_TombProtectorStatueOverride::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_TombProtectorStatueOverride, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x000078, "Member 'BP_AncientGate_C_TombProtectorStatueOverride::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_TombProtectorStatueOverride, K2Node_DynamicCast_AsActor) == 0x000080, "Member 'BP_AncientGate_C_TombProtectorStatueOverride::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_TombProtectorStatueOverride, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'BP_AncientGate_C_TombProtectorStatueOverride::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_InitialMatSetup \ static_assert(alignof(BP_AncientGate_C_InitialMatSetup) == 0x000008, "Wrong alignment on BP_AncientGate_C_InitialMatSetup"); \ static_assert(sizeof(BP_AncientGate_C_InitialMatSetup) == 0x000070, "Wrong size on BP_AncientGate_C_InitialMatSetup"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, Temp_bool_Variable) == 0x000000, "Member 'BP_AncientGate_C_InitialMatSetup::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_AncientGate_C_InitialMatSetup::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_AncientGate_C_InitialMatSetup::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_AncientGate_C_InitialMatSetup::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, Temp_bool_Variable_1) == 0x000010, "Member 'BP_AncientGate_C_InitialMatSetup::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, Temp_int_Variable) == 0x000014, "Member 'BP_AncientGate_C_InitialMatSetup::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000018, "Member 'BP_AncientGate_C_InitialMatSetup::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000019, "Member 'BP_AncientGate_C_InitialMatSetup::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'BP_AncientGate_C_InitialMatSetup::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, K2Node_Select_Default) == 0x000020, "Member 'BP_AncientGate_C_InitialMatSetup::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, K2Node_Select_Default_1) == 0x000030, "Member 'BP_AncientGate_C_InitialMatSetup::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_AncientGate_C_InitialMatSetup::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x000048, "Member 'BP_AncientGate_C_InitialMatSetup::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, CallFunc_CreateSwap_MaterialSwapComponent) == 0x000058, "Member 'BP_AncientGate_C_InitialMatSetup::CallFunc_CreateSwap_MaterialSwapComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, CallFunc_CreateSwap_ReturnValue) == 0x000060, "Member 'BP_AncientGate_C_InitialMatSetup::CallFunc_CreateSwap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, CallFunc_Array_Length_ReturnValue) == 0x000064, "Member 'BP_AncientGate_C_InitialMatSetup::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'BP_AncientGate_C_InitialMatSetup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_InitialMatSetup, CallFunc_Less_IntInt_ReturnValue) == 0x000069, "Member 'BP_AncientGate_C_InitialMatSetup::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_AddAndRemoveToArrays \ static_assert(alignof(BP_AncientGate_C_AddAndRemoveToArrays) == 0x000008, "Wrong alignment on BP_AncientGate_C_AddAndRemoveToArrays"); \ static_assert(sizeof(BP_AncientGate_C_AddAndRemoveToArrays) == 0x0000E8, "Wrong size on BP_AncientGate_C_AddAndRemoveToArrays"); \ static_assert(offsetof(BP_AncientGate_C_AddAndRemoveToArrays, ToChange) == 0x000000, "Member 'BP_AncientGate_C_AddAndRemoveToArrays::ToChange' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddAndRemoveToArrays, ChangeFrom) == 0x000008, "Member 'BP_AncientGate_C_AddAndRemoveToArrays::ChangeFrom' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddAndRemoveToArrays, ChangeTo) == 0x000058, "Member 'BP_AncientGate_C_AddAndRemoveToArrays::ChangeTo' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddAndRemoveToArrays, CallFunc_Map_Keys_Keys) == 0x0000A8, "Member 'BP_AncientGate_C_AddAndRemoveToArrays::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddAndRemoveToArrays, CallFunc_Map_Values_Values) == 0x0000B8, "Member 'BP_AncientGate_C_AddAndRemoveToArrays::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddAndRemoveToArrays, CallFunc_Array_Find_ReturnValue) == 0x0000C8, "Member 'BP_AncientGate_C_AddAndRemoveToArrays::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddAndRemoveToArrays, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'BP_AncientGate_C_AddAndRemoveToArrays::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddAndRemoveToArrays, CallFunc_Array_Get_Item_1) == 0x0000D8, "Member 'BP_AncientGate_C_AddAndRemoveToArrays::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddAndRemoveToArrays, CallFunc_Map_Remove_ReturnValue) == 0x0000E0, "Member 'BP_AncientGate_C_AddAndRemoveToArrays::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_GetGateSide \ static_assert(alignof(BP_AncientGate_C_GetGateSide) == 0x000008, "Wrong alignment on BP_AncientGate_C_GetGateSide"); \ static_assert(sizeof(BP_AncientGate_C_GetGateSide) == 0x000070, "Wrong size on BP_AncientGate_C_GetGateSide"); \ static_assert(offsetof(BP_AncientGate_C_GetGateSide, Component) == 0x000000, "Member 'BP_AncientGate_C_GetGateSide::Component' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetGateSide, Gate_0) == 0x000008, "Member 'BP_AncientGate_C_GetGateSide::Gate_0' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetGateSide, Loc) == 0x000010, "Member 'BP_AncientGate_C_GetGateSide::Loc' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetGateSide, BeginOverlap) == 0x00001C, "Member 'BP_AncientGate_C_GetGateSide::BeginOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetGateSide, ReturnValue) == 0x00001D, "Member 'BP_AncientGate_C_GetGateSide::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetGateSide, Temp_bool_Variable) == 0x00001E, "Member 'BP_AncientGate_C_GetGateSide::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetGateSide, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000020, "Member 'BP_AncientGate_C_GetGateSide::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetGateSide, CallFunc_GetForwardVector_ReturnValue) == 0x00002C, "Member 'BP_AncientGate_C_GetGateSide::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetGateSide, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000038, "Member 'BP_AncientGate_C_GetGateSide::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetGateSide, K2Node_Select_Default) == 0x000044, "Member 'BP_AncientGate_C_GetGateSide::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetGateSide, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000050, "Member 'BP_AncientGate_C_GetGateSide::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetGateSide, CallFunc_Normal_ReturnValue) == 0x00005C, "Member 'BP_AncientGate_C_GetGateSide::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetGateSide, CallFunc_Dot_VectorVector_ReturnValue) == 0x000068, "Member 'BP_AncientGate_C_GetGateSide::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetGateSide, CallFunc_Less_FloatFloat_ReturnValue) == 0x00006C, "Member 'BP_AncientGate_C_GetGateSide::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_GetActorAndChildren \ static_assert(alignof(BP_AncientGate_C_GetActorAndChildren) == 0x000008, "Wrong alignment on BP_AncientGate_C_GetActorAndChildren"); \ static_assert(sizeof(BP_AncientGate_C_GetActorAndChildren) == 0x000048, "Wrong size on BP_AncientGate_C_GetActorAndChildren"); \ static_assert(offsetof(BP_AncientGate_C_GetActorAndChildren, Actor) == 0x000000, "Member 'BP_AncientGate_C_GetActorAndChildren::Actor' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetActorAndChildren, Meshes) == 0x000008, "Member 'BP_AncientGate_C_GetActorAndChildren::Meshes' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetActorAndChildren, ActorAndChildren) == 0x000018, "Member 'BP_AncientGate_C_GetActorAndChildren::ActorAndChildren' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetActorAndChildren, K2Node_MakeArray_Array) == 0x000028, "Member 'BP_AncientGate_C_GetActorAndChildren::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_GetActorAndChildren, CallFunc_GetAllChildActors_ChildActors) == 0x000038, "Member 'BP_AncientGate_C_GetActorAndChildren::CallFunc_GetAllChildActors_ChildActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_Set_Collision_Ignore \ static_assert(alignof(BP_AncientGate_C_Set_Collision_Ignore) == 0x000008, "Wrong alignment on BP_AncientGate_C_Set_Collision_Ignore"); \ static_assert(sizeof(BP_AncientGate_C_Set_Collision_Ignore) == 0x0000B8, "Wrong size on BP_AncientGate_C_Set_Collision_Ignore"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, Actor) == 0x000000, "Member 'BP_AncientGate_C_Set_Collision_Ignore::Actor' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, MeshComponents) == 0x000008, "Member 'BP_AncientGate_C_Set_Collision_Ignore::MeshComponents' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, Temp_bool_Variable) == 0x000018, "Member 'BP_AncientGate_C_Set_Collision_Ignore::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, K2Node_DynamicCast_AsBP_Sanctum_Port_Key) == 0x000020, "Member 'BP_AncientGate_C_Set_Collision_Ignore::K2Node_DynamicCast_AsBP_Sanctum_Port_Key' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_AncientGate_C_Set_Collision_Ignore::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, K2Node_DynamicCast_AsBP_Sanctum_Port_Key_1) == 0x000030, "Member 'BP_AncientGate_C_Set_Collision_Ignore::K2Node_DynamicCast_AsBP_Sanctum_Port_Key_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_AncientGate_C_Set_Collision_Ignore::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000040, "Member 'BP_AncientGate_C_Set_Collision_Ignore::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_AncientGate_C_Set_Collision_Ignore::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000058, "Member 'BP_AncientGate_C_Set_Collision_Ignore::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, CallFunc_GetComponentByClass_ReturnValue) == 0x000060, "Member 'BP_AncientGate_C_Set_Collision_Ignore::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'BP_AncientGate_C_Set_Collision_Ignore::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, Temp_byte_Variable) == 0x000069, "Member 'BP_AncientGate_C_Set_Collision_Ignore::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, Temp_byte_Variable_1) == 0x00006A, "Member 'BP_AncientGate_C_Set_Collision_Ignore::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, Temp_bool_Variable_1) == 0x00006B, "Member 'BP_AncientGate_C_Set_Collision_Ignore::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, K2Node_Select_Default) == 0x00006C, "Member 'BP_AncientGate_C_Set_Collision_Ignore::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, Temp_int_Array_Index_Variable) == 0x000070, "Member 'BP_AncientGate_C_Set_Collision_Ignore::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, Temp_int_Loop_Counter_Variable) == 0x000074, "Member 'BP_AncientGate_C_Set_Collision_Ignore::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'BP_AncientGate_C_Set_Collision_Ignore::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, Temp_int_Array_Index_Variable_1) == 0x00007C, "Member 'BP_AncientGate_C_Set_Collision_Ignore::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, CallFunc_Array_Get_Item_1) == 0x000080, "Member 'BP_AncientGate_C_Set_Collision_Ignore::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'BP_AncientGate_C_Set_Collision_Ignore::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, CallFunc_Less_IntInt_ReturnValue) == 0x00008C, "Member 'BP_AncientGate_C_Set_Collision_Ignore::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, CallFunc_IsSimulatingPhysics_ReturnValue) == 0x00008D, "Member 'BP_AncientGate_C_Set_Collision_Ignore::CallFunc_IsSimulatingPhysics_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, Temp_int_Loop_Counter_Variable_1) == 0x000090, "Member 'BP_AncientGate_C_Set_Collision_Ignore::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, CallFunc_Add_IntInt_ReturnValue_1) == 0x000094, "Member 'BP_AncientGate_C_Set_Collision_Ignore::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, K2Node_Select_Default_1) == 0x000098, "Member 'BP_AncientGate_C_Set_Collision_Ignore::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, CallFunc_Array_Get_Item_2) == 0x0000A8, "Member 'BP_AncientGate_C_Set_Collision_Ignore::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, CallFunc_Array_Length_ReturnValue_1) == 0x0000B0, "Member 'BP_AncientGate_C_Set_Collision_Ignore::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Set_Collision_Ignore, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B4, "Member 'BP_AncientGate_C_Set_Collision_Ignore::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_SetCollision \ static_assert(alignof(BP_AncientGate_C_SetCollision) == 0x000008, "Wrong alignment on BP_AncientGate_C_SetCollision"); \ static_assert(sizeof(BP_AncientGate_C_SetCollision) == 0x000088, "Wrong size on BP_AncientGate_C_SetCollision"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, Actor) == 0x000000, "Member 'BP_AncientGate_C_SetCollision::Actor' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, Response) == 0x000008, "Member 'BP_AncientGate_C_SetCollision::Response' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, InActor) == 0x000010, "Member 'BP_AncientGate_C_SetCollision::InActor' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, CollisionTarget) == 0x000018, "Member 'BP_AncientGate_C_SetCollision::CollisionTarget' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, Temp_bool_Variable) == 0x000019, "Member 'BP_AncientGate_C_SetCollision::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, Temp_byte_Variable) == 0x00001A, "Member 'BP_AncientGate_C_SetCollision::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001B, "Member 'BP_AncientGate_C_SetCollision::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, K2Node_MakeStruct_NPC_ShowUI) == 0x00001C, "Member 'BP_AncientGate_C_SetCollision::K2Node_MakeStruct_NPC_ShowUI' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, K2Node_DynamicCast_AsBP_Tomb_Protector_Base) == 0x000028, "Member 'BP_AncientGate_C_SetCollision::K2Node_DynamicCast_AsBP_Tomb_Protector_Base' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_AncientGate_C_SetCollision::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000038, "Member 'BP_AncientGate_C_SetCollision::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, K2Node_DynamicCast_AsBP_Tomb_Protector_Base_1) == 0x000040, "Member 'BP_AncientGate_C_SetCollision::K2Node_DynamicCast_AsBP_Tomb_Protector_Base_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BP_AncientGate_C_SetCollision::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, CallFunc_GetComponentByClass_ReturnValue) == 0x000050, "Member 'BP_AncientGate_C_SetCollision::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, CallFunc_GetObjectStateInfo_ReturnValue_1) == 0x000058, "Member 'BP_AncientGate_C_SetCollision::CallFunc_GetObjectStateInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BP_AncientGate_C_SetCollision::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, CallFunc_IsValid_ReturnValue_1) == 0x000061, "Member 'BP_AncientGate_C_SetCollision::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, K2Node_MakeStruct_NPC_ShowUI_1) == 0x000064, "Member 'BP_AncientGate_C_SetCollision::K2Node_MakeStruct_NPC_ShowUI_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, CallFunc_Map_Keys_Keys) == 0x000070, "Member 'BP_AncientGate_C_SetCollision::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, CallFunc_IsValid_ReturnValue_2) == 0x000080, "Member 'BP_AncientGate_C_SetCollision::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, CallFunc_Array_Contains_ReturnValue) == 0x000081, "Member 'BP_AncientGate_C_SetCollision::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_SetCollision, K2Node_Select_Default) == 0x000082, "Member 'BP_AncientGate_C_SetCollision::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_MATCutoutFlip \ static_assert(alignof(BP_AncientGate_C_MATCutoutFlip) == 0x000008, "Wrong alignment on BP_AncientGate_C_MATCutoutFlip"); \ static_assert(sizeof(BP_AncientGate_C_MATCutoutFlip) == 0x0001A0, "Wrong size on BP_AncientGate_C_MATCutoutFlip"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, RedSide_0) == 0x000000, "Member 'BP_AncientGate_C_MATCutoutFlip::RedSide_0' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Side) == 0x000001, "Member 'BP_AncientGate_C_MATCutoutFlip::Side' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, BlueMATInstances) == 0x000008, "Member 'BP_AncientGate_C_MATCutoutFlip::BlueMATInstances' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, RedMATInstances) == 0x000018, "Member 'BP_AncientGate_C_MATCutoutFlip::RedMATInstances' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_bool_Variable) == 0x000028, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_float_Variable) == 0x00002C, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_float_Variable_1) == 0x000030, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_int_Array_Index_Variable) == 0x000034, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_float_Variable_2) == 0x000040, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_int_Array_Index_Variable_1) == 0x000044, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_float_Variable_3) == 0x000048, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_int_Loop_Counter_Variable_1) == 0x00004C, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Add_IntInt_ReturnValue_1) == 0x000050, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_int_Array_Index_Variable_2) == 0x000054, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_float_Variable_4) == 0x000058, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_bool_Variable_1) == 0x00005C, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_int_Array_Index_Variable_3) == 0x000060, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_int_Loop_Counter_Variable_2) == 0x000064, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Add_IntInt_ReturnValue_2) == 0x000068, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_int_Array_Index_Variable_4) == 0x00006C, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_float_Variable_5) == 0x000070, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_int_Loop_Counter_Variable_3) == 0x000074, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Add_IntInt_ReturnValue_3) == 0x000078, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_int_Loop_Counter_Variable_4) == 0x00007C, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Add_IntInt_ReturnValue_4) == 0x000080, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_int_Array_Index_Variable_5) == 0x000084, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_int_Loop_Counter_Variable_5) == 0x000088, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Add_IntInt_ReturnValue_5) == 0x00008C, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, Temp_bool_Variable_2) == 0x000090, "Member 'BP_AncientGate_C_MATCutoutFlip::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Array_Get_Item) == 0x000098, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, K2Node_Select_Default) == 0x0000A0, "Member 'BP_AncientGate_C_MATCutoutFlip::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_IsValid_ReturnValue) == 0x0000A4, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Array_Length_ReturnValue) == 0x0000A8, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Less_IntInt_ReturnValue) == 0x0000AC, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, K2Node_Select_Default_1) == 0x0000B0, "Member 'BP_AncientGate_C_MATCutoutFlip::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_SelectFloat_ReturnValue) == 0x0000B4, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, K2Node_Select_Default_2) == 0x0000B8, "Member 'BP_AncientGate_C_MATCutoutFlip::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Array_Get_Item_2) == 0x0000C8, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_IsValid_ReturnValue_1) == 0x0000D0, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_IsValid_ReturnValue_2) == 0x0000D1, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Array_Get_Item_3) == 0x0000D8, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Array_Length_ReturnValue_1) == 0x0000E0, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_IsValid_ReturnValue_3) == 0x0000E4, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E5, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Array_Length_ReturnValue_2) == 0x0000E8, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Array_Length_ReturnValue_3) == 0x0000EC, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000F0, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Less_IntInt_ReturnValue_3) == 0x0000F1, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Array_Get_Item_4) == 0x0000F8, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Map_Keys_Keys) == 0x000100, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_IsValid_ReturnValue_4) == 0x000110, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Array_Get_Item_5) == 0x000118, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Array_Length_ReturnValue_4) == 0x000120, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_IsValid_ReturnValue_5) == 0x000124, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Less_IntInt_ReturnValue_4) == 0x000125, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Array_Length_ReturnValue_5) == 0x000128, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Less_IntInt_ReturnValue_5) == 0x00012C, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x000130, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Conv_LinearColorToVector_ReturnValue_1) == 0x00013C, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Conv_LinearColorToVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Map_Keys_Keys_1) == 0x000148, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_GetForwardVector_ReturnValue) == 0x000158, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000164, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000170, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x00017C, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_MATCutoutFlip, CallFunc_Conv_VectorToLinearColor_ReturnValue_1) == 0x00018C, "Member 'BP_AncientGate_C_MATCutoutFlip::CallFunc_Conv_VectorToLinearColor_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_AddTo_Array \ static_assert(alignof(BP_AncientGate_C_AddTo_Array) == 0x000008, "Wrong alignment on BP_AncientGate_C_AddTo_Array"); \ static_assert(sizeof(BP_AncientGate_C_AddTo_Array) == 0x000118, "Wrong size on BP_AncientGate_C_AddTo_Array"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, List) == 0x000000, "Member 'BP_AncientGate_C_AddTo_Array::List' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, Check) == 0x000010, "Member 'BP_AncientGate_C_AddTo_Array::Check' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, InRange) == 0x000018, "Member 'BP_AncientGate_C_AddTo_Array::InRange' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, Tag) == 0x00001C, "Member 'BP_AncientGate_C_AddTo_Array::Tag' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, MAT) == 0x000028, "Member 'BP_AncientGate_C_AddTo_Array::MAT' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, SecondaryList) == 0x000030, "Member 'BP_AncientGate_C_AddTo_Array::SecondaryList' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CachedTags) == 0x000040, "Member 'BP_AncientGate_C_AddTo_Array::CachedTags' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, ToChange) == 0x000050, "Member 'BP_AncientGate_C_AddTo_Array::ToChange' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, Temp_bool_Variable) == 0x000058, "Member 'BP_AncientGate_C_AddTo_Array::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Array_Add_ReturnValue) == 0x00005C, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_AncientGate_C_AddTo_Array::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000070, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Not_PreBool_ReturnValue) == 0x000071, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, K2Node_Select_Default) == 0x000072, "Member 'BP_AncientGate_C_AddTo_Array::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, K2Node_SwitchName_CmpSuccess) == 0x000073, "Member 'BP_AncientGate_C_AddTo_Array::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Array_Add_ReturnValue_1) == 0x000074, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_GetComponentByClass_ReturnValue) == 0x000078, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Array_Contains_ReturnValue) == 0x000080, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Not_PreBool_ReturnValue_1) == 0x000081, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_BooleanAND_ReturnValue) == 0x000082, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, K2Node_MakeArray_Array_1) == 0x000088, "Member 'BP_AncientGate_C_AddTo_Array::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_IsValid_ReturnValue) == 0x00009C, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, Temp_bool_Variable_1) == 0x00009D, "Member 'BP_AncientGate_C_AddTo_Array::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, Temp_int_Array_Index_Variable) == 0x0000A0, "Member 'BP_AncientGate_C_AddTo_Array::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, K2Node_SwitchInteger_CmpSuccess) == 0x0000B0, "Member 'BP_AncientGate_C_AddTo_Array::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, K2Node_SwitchInteger_CmpSuccess_1) == 0x0000B1, "Member 'BP_AncientGate_C_AddTo_Array::K2Node_SwitchInteger_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, Temp_name_Variable) == 0x0000B4, "Member 'BP_AncientGate_C_AddTo_Array::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, Temp_name_Variable_1) == 0x0000BC, "Member 'BP_AncientGate_C_AddTo_Array::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Array_Find_ReturnValue) == 0x0000C4, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000C8, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Array_Add_ReturnValue_2) == 0x0000CC, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, Temp_name_Variable_2) == 0x0000D0, "Member 'BP_AncientGate_C_AddTo_Array::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, Temp_name_Variable_3) == 0x0000D8, "Member 'BP_AncientGate_C_AddTo_Array::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Array_Find_ReturnValue_1) == 0x0000E0, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x0000E4, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Array_Add_ReturnValue_3) == 0x0000E8, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000EC, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x0000ED, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Array_RemoveItem_ReturnValue_2) == 0x0000EE, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Array_RemoveItem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Array_RemoveItem_ReturnValue_3) == 0x0000EF, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Array_RemoveItem_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, Temp_int_Loop_Counter_Variable) == 0x0000F0, "Member 'BP_AncientGate_C_AddTo_Array::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, K2Node_Select_Default_1) == 0x0000F8, "Member 'BP_AncientGate_C_AddTo_Array::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Array_Add_ReturnValue_4) == 0x000108, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Less_IntInt_ReturnValue) == 0x00010C, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_AddTo_Array, CallFunc_Add_IntInt_ReturnValue) == 0x000110, "Member 'BP_AncientGate_C_AddTo_Array::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_COLCheck \ static_assert(alignof(BP_AncientGate_C_COLCheck) == 0x000008, "Wrong alignment on BP_AncientGate_C_COLCheck"); \ static_assert(sizeof(BP_AncientGate_C_COLCheck) == 0x000050, "Wrong size on BP_AncientGate_C_COLCheck"); \ static_assert(offsetof(BP_AncientGate_C_COLCheck, Array) == 0x000000, "Member 'BP_AncientGate_C_COLCheck::Array' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_COLCheck, Dir) == 0x000010, "Member 'BP_AncientGate_C_COLCheck::Dir' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_COLCheck, Secondary) == 0x000018, "Member 'BP_AncientGate_C_COLCheck::Secondary' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_COLCheck, PrimaryIndex) == 0x000028, "Member 'BP_AncientGate_C_COLCheck::PrimaryIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_COLCheck, ScrondaryIndex) == 0x00002C, "Member 'BP_AncientGate_C_COLCheck::ScrondaryIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_COLCheck, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_AncientGate_C_COLCheck::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_COLCheck, CallFunc_Array_Get_Item_1) == 0x000038, "Member 'BP_AncientGate_C_COLCheck::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_COLCheck, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_AncientGate_C_COLCheck::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_COLCheck, CallFunc_Array_Length_ReturnValue_1) == 0x000044, "Member 'BP_AncientGate_C_COLCheck::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_COLCheck, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'BP_AncientGate_C_COLCheck::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_COLCheck, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000049, "Member 'BP_AncientGate_C_COLCheck::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_COLCheck, CallFunc_COLThroughGate_ReturnValue) == 0x00004A, "Member 'BP_AncientGate_C_COLCheck::CallFunc_COLThroughGate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_COLCheck, CallFunc_Not_PreBool_ReturnValue) == 0x00004B, "Member 'BP_AncientGate_C_COLCheck::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_UserConstructionScript \ static_assert(alignof(BP_AncientGate_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_AncientGate_C_UserConstructionScript"); \ static_assert(sizeof(BP_AncientGate_C_UserConstructionScript) == 0x000230, "Wrong size on BP_AncientGate_C_UserConstructionScript"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_AncientGate_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_AncientGate_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'BP_AncientGate_C_UserConstructionScript::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000018, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000020, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x00002C, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x00003C, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000040, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000044, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000048, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000054, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000060, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0000E8, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_BreakVector_X_1) == 0x000170, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_BreakVector_Y_1) == 0x000174, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_BreakVector_Z_1) == 0x000178, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_1) == 0x00017C, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_2) == 0x000188, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000198, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x0001A0, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x0001A4, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x0001A8, "Member 'BP_AncientGate_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, Temp_int_Loop_Counter_Variable_1) == 0x0001B8, "Member 'BP_AncientGate_C_UserConstructionScript::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, K2Node_MakeArray_Array_1) == 0x0001C0, "Member 'BP_AncientGate_C_UserConstructionScript::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x0001D0, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001D4, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_Array_Get_Item_1) == 0x0001D8, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_1) == 0x0001E0, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_1) == 0x0001E4, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001E5, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_GetComponentBounds_Origin) == 0x0001E8, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_GetComponentBounds_BoxExtent) == 0x0001F4, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_GetComponentBounds_SphereRadius) == 0x000200, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000204, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000210, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_Conv_VectorToLinearColor_ReturnValue_1) == 0x000214, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_Conv_VectorToLinearColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue) == 0x000224, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000228, "Member 'BP_AncientGate_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_OnAffectedBySpell \ static_assert(alignof(BP_AncientGate_C_OnAffectedBySpell) == 0x000008, "Wrong alignment on BP_AncientGate_C_OnAffectedBySpell"); \ static_assert(sizeof(BP_AncientGate_C_OnAffectedBySpell) == 0x0000E8, "Wrong size on BP_AncientGate_C_OnAffectedBySpell"); \ static_assert(offsetof(BP_AncientGate_C_OnAffectedBySpell, SpellTool) == 0x000000, "Member 'BP_AncientGate_C_OnAffectedBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnAffectedBySpell, Instigator_0) == 0x000008, "Member 'BP_AncientGate_C_OnAffectedBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnAffectedBySpell, DataAssets) == 0x000010, "Member 'BP_AncientGate_C_OnAffectedBySpell::DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnAffectedBySpell, SpellToolRecord) == 0x000020, "Member 'BP_AncientGate_C_OnAffectedBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnAffectedBySpell, SpellType) == 0x000028, "Member 'BP_AncientGate_C_OnAffectedBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnAffectedBySpell, Impact) == 0x000030, "Member 'BP_AncientGate_C_OnAffectedBySpell::Impact' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnAffectedBySpell, Hit) == 0x000050, "Member 'BP_AncientGate_C_OnAffectedBySpell::Hit' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnAffectedBySpell, ImpactDirection) == 0x0000D8, "Member 'BP_AncientGate_C_OnAffectedBySpell::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_OnAffectedBySpellEnd \ static_assert(alignof(BP_AncientGate_C_OnAffectedBySpellEnd) == 0x000008, "Wrong alignment on BP_AncientGate_C_OnAffectedBySpellEnd"); \ static_assert(sizeof(BP_AncientGate_C_OnAffectedBySpellEnd) == 0x000040, "Wrong size on BP_AncientGate_C_OnAffectedBySpellEnd"); \ static_assert(offsetof(BP_AncientGate_C_OnAffectedBySpellEnd, SpellTool) == 0x000000, "Member 'BP_AncientGate_C_OnAffectedBySpellEnd::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnAffectedBySpellEnd, Instigator_0) == 0x000008, "Member 'BP_AncientGate_C_OnAffectedBySpellEnd::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnAffectedBySpellEnd, SpellToolRecord) == 0x000010, "Member 'BP_AncientGate_C_OnAffectedBySpellEnd::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnAffectedBySpellEnd, SpellType) == 0x000018, "Member 'BP_AncientGate_C_OnAffectedBySpellEnd::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnAffectedBySpellEnd, Impact) == 0x000020, "Member 'BP_AncientGate_C_OnAffectedBySpellEnd::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_OnOverlappedBySpell \ static_assert(alignof(BP_AncientGate_C_OnOverlappedBySpell) == 0x000008, "Wrong alignment on BP_AncientGate_C_OnOverlappedBySpell"); \ static_assert(sizeof(BP_AncientGate_C_OnOverlappedBySpell) == 0x000050, "Wrong size on BP_AncientGate_C_OnOverlappedBySpell"); \ static_assert(offsetof(BP_AncientGate_C_OnOverlappedBySpell, SpellTool) == 0x000000, "Member 'BP_AncientGate_C_OnOverlappedBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnOverlappedBySpell, Instigator_0) == 0x000008, "Member 'BP_AncientGate_C_OnOverlappedBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnOverlappedBySpell, SpellToolRecord) == 0x000010, "Member 'BP_AncientGate_C_OnOverlappedBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnOverlappedBySpell, SpellType) == 0x000018, "Member 'BP_AncientGate_C_OnOverlappedBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnOverlappedBySpell, Impact) == 0x000020, "Member 'BP_AncientGate_C_OnOverlappedBySpell::Impact' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnOverlappedBySpell, MunitionLocation) == 0x000040, "Member 'BP_AncientGate_C_OnOverlappedBySpell::MunitionLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_OnSpellEffective \ static_assert(alignof(BP_AncientGate_C_OnSpellEffective) == 0x000008, "Wrong alignment on BP_AncientGate_C_OnSpellEffective"); \ static_assert(sizeof(BP_AncientGate_C_OnSpellEffective) == 0x000008, "Wrong size on BP_AncientGate_C_OnSpellEffective"); \ static_assert(offsetof(BP_AncientGate_C_OnSpellEffective, Instigator_0) == 0x000000, "Member 'BP_AncientGate_C_OnSpellEffective::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_OnSpellIneffective \ static_assert(alignof(BP_AncientGate_C_OnSpellIneffective) == 0x000008, "Wrong alignment on BP_AncientGate_C_OnSpellIneffective"); \ static_assert(sizeof(BP_AncientGate_C_OnSpellIneffective) == 0x000008, "Wrong size on BP_AncientGate_C_OnSpellIneffective"); \ static_assert(offsetof(BP_AncientGate_C_OnSpellIneffective, Instigator_0) == 0x000000, "Member 'BP_AncientGate_C_OnSpellIneffective::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_OnSpellTooWeak \ static_assert(alignof(BP_AncientGate_C_OnSpellTooWeak) == 0x000008, "Wrong alignment on BP_AncientGate_C_OnSpellTooWeak"); \ static_assert(sizeof(BP_AncientGate_C_OnSpellTooWeak) == 0x000008, "Wrong size on BP_AncientGate_C_OnSpellTooWeak"); \ static_assert(offsetof(BP_AncientGate_C_OnSpellTooWeak, Instigator_0) == 0x000000, "Member 'BP_AncientGate_C_OnSpellTooWeak::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_AncientGate_C_BndEvt__Box_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_SwitchOn \ static_assert(alignof(BP_AncientGate_C_SwitchOn) == 0x000008, "Wrong alignment on BP_AncientGate_C_SwitchOn"); \ static_assert(sizeof(BP_AncientGate_C_SwitchOn) == 0x000008, "Wrong size on BP_AncientGate_C_SwitchOn"); \ static_assert(offsetof(BP_AncientGate_C_SwitchOn, SwitchActor) == 0x000000, "Member 'BP_AncientGate_C_SwitchOn::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_SwitchOff \ static_assert(alignof(BP_AncientGate_C_SwitchOff) == 0x000008, "Wrong alignment on BP_AncientGate_C_SwitchOff"); \ static_assert(sizeof(BP_AncientGate_C_SwitchOff) == 0x000008, "Wrong size on BP_AncientGate_C_SwitchOff"); \ static_assert(offsetof(BP_AncientGate_C_SwitchOff, SwitchActor) == 0x000000, "Member 'BP_AncientGate_C_SwitchOff::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_BndEvt__Radius_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_AncientGate_C_BndEvt__Radius_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_AncientGate_C_BndEvt__Radius_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_AncientGate_C_BndEvt__Radius_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_AncientGate_C_BndEvt__Radius_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__Radius_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_AncientGate_C_BndEvt__Radius_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__Radius_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_AncientGate_C_BndEvt__Radius_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__Radius_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_AncientGate_C_BndEvt__Radius_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__Radius_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_AncientGate_C_BndEvt__Radius_K2Node_ComponentBoundEvent_0_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_Warp \ static_assert(alignof(BP_AncientGate_C_Warp) == 0x000008, "Wrong alignment on BP_AncientGate_C_Warp"); \ static_assert(sizeof(BP_AncientGate_C_Warp) == 0x000008, "Wrong size on BP_AncientGate_C_Warp"); \ static_assert(offsetof(BP_AncientGate_C_Warp, Who) == 0x000000, "Member 'BP_AncientGate_C_Warp::Who' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_Recall \ static_assert(alignof(BP_AncientGate_C_Recall) == 0x000008, "Wrong alignment on BP_AncientGate_C_Recall"); \ static_assert(sizeof(BP_AncientGate_C_Recall) == 0x000010, "Wrong size on BP_AncientGate_C_Recall"); \ static_assert(offsetof(BP_AncientGate_C_Recall, Who) == 0x000000, "Member 'BP_AncientGate_C_Recall::Who' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_Recall, Pedestal) == 0x000008, "Member 'BP_AncientGate_C_Recall::Pedestal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_AncientGate_C_BndEvt__TransitionFXCollision_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_OnHitBySpell \ static_assert(alignof(BP_AncientGate_C_OnHitBySpell) == 0x000008, "Wrong alignment on BP_AncientGate_C_OnHitBySpell"); \ static_assert(sizeof(BP_AncientGate_C_OnHitBySpell) == 0x0000B8, "Wrong size on BP_AncientGate_C_OnHitBySpell"); \ static_assert(offsetof(BP_AncientGate_C_OnHitBySpell, SpellTool) == 0x000000, "Member 'BP_AncientGate_C_OnHitBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnHitBySpell, Instigator_0) == 0x000008, "Member 'BP_AncientGate_C_OnHitBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnHitBySpell, SpellToolRecord) == 0x000010, "Member 'BP_AncientGate_C_OnHitBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnHitBySpell, SpellType) == 0x000018, "Member 'BP_AncientGate_C_OnHitBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnHitBySpell, Hit) == 0x000020, "Member 'BP_AncientGate_C_OnHitBySpell::Hit' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_OnHitBySpell, ImpactDirection) == 0x0000A8, "Member 'BP_AncientGate_C_OnHitBySpell::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_ReceiveEndPlay \ static_assert(alignof(BP_AncientGate_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_AncientGate_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_AncientGate_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_AncientGate_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_AncientGate_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_AncientGate_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate \ static_assert(alignof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate) == 0x000010, "Wrong alignment on BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate"); \ static_assert(sizeof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate) == 0x0010F0, "Wrong size on BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, EntryPoint) == 0x000000, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_byte_Variable) == 0x000004, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Variable) == 0x000005, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_struct_Variable) == 0x000008, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_delegate_Variable) == 0x000018, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_struct_Variable_1) == 0x000028, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_delegate_Variable_1) == 0x000038, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_struct_Variable_2) == 0x000048, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_delegate_Variable_2) == 0x000058, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_delegate_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_struct_Variable_3) == 0x000068, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_delegate_Variable_3) == 0x000078, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_delegate_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_struct_Variable_4) == 0x000088, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_delegate_Variable_4) == 0x000098, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_delegate_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_MakeStruct_NiagaraSystemSpawnMultiSkeletalInfo) == 0x0000B0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_MakeStruct_NiagaraSystemSpawnMultiSkeletalInfo' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000130, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_struct_Variable_5) == 0x000138, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Not_PreBool_ReturnValue) == 0x000148, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_delegate_Variable_5) == 0x00014C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_delegate_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_struct_Variable_6) == 0x000160, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_delegate_Variable_6) == 0x000170, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_delegate_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_struct_Variable_7) == 0x000180, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_delegate_Variable_7) == 0x000190, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_delegate_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_struct_Variable_8) == 0x0001A0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_delegate_Variable_8) == 0x0001B0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_delegate_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_struct_Variable_9) == 0x0001C0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_struct_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_delegate_Variable_9) == 0x0001D0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_delegate_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Variable_1) == 0x0001E0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_byte_Variable_1) == 0x0001E1, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_byte_Variable_2) == 0x0001E2, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Variable) == 0x0001E4, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable) == 0x0001E8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue) == 0x0001EC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Variable_1) == 0x0001F0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001F4, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_1) == 0x0001F8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable) == 0x0001FC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_2) == 0x000200, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_1) == 0x000204, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_byte_Variable_3) == 0x000208, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_3) == 0x00020C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_2) == 0x000210, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_3) == 0x000214, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_2) == 0x000218, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_4) == 0x00021C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_4) == 0x000220, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Variable_2) == 0x000224, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_5) == 0x000228, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Variable_3) == 0x00022C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000230, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_6) == 0x000234, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Variable_2) == 0x000238, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_3) == 0x00023C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_5) == 0x000240, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_7) == 0x000244, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_4) == 0x000248, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_6) == 0x00024C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_8) == 0x000250, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_byte_Variable_4) == 0x000254, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_7) == 0x000258, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_5) == 0x00025C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_9) == 0x000260, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Variable_4) == 0x000264, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_10) == 0x000268, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_8) == 0x00026C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_6) == 0x000270, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_7) == 0x000274, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_11) == 0x000278, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_12) == 0x00027C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_byte_Variable_5) == 0x000280, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_9) == 0x000284, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_8) == 0x000288, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_13) == 0x00028C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000290, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000291, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Not_PreBool_ReturnValue_1) == 0x000292, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000293, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000294, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000295, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000298, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_SpellTool_3) == 0x0002A0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_SpellTool_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_Instigator_6) == 0x0002A8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_Instigator_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_DataAssets) == 0x0002B0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_SpellToolRecord_3) == 0x0002C0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_SpellToolRecord_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_SpellType_3) == 0x0002C8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_SpellType_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_Impact_2) == 0x0002D0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_Impact_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_Hit_1) == 0x0002F0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_ImpactDirection_1) == 0x000378, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_ImpactDirection_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_SpellTool_2) == 0x000388, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_SpellTool_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_Instigator_5) == 0x000390, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_Instigator_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_SpellToolRecord_2) == 0x000398, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_SpellToolRecord_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_SpellType_2) == 0x0003A0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_SpellType_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_Impact_1) == 0x0003A8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_Impact_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_SpellTool_1) == 0x0003C8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_SpellTool_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_Instigator_4) == 0x0003D0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_Instigator_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_SpellToolRecord_1) == 0x0003D8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_SpellToolRecord_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_SpellType_1) == 0x0003E0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_SpellType_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_Impact) == 0x0003E8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_Impact' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_MunitionLocation) == 0x000408, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_MunitionLocation' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_Instigator_3) == 0x000418, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_Instigator_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_Instigator_2) == 0x000420, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_Instigator_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_Instigator_1) == 0x000428, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_Instigator_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OverlappedComponent_4) == 0x000430, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OverlappedComponent_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OtherActor_4) == 0x000438, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OtherActor_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OtherComp_4) == 0x000440, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OtherComp_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OtherBodyIndex_4) == 0x000448, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OtherBodyIndex_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000450, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item) == 0x000460, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_1) == 0x000468, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000470, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue) == 0x000474, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue) == 0x000478, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Select_Default) == 0x000479, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetComponentByClass_ReturnValue) == 0x000480, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_ActorHasTag_ReturnValue) == 0x000488, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_IsValid_ReturnValue) == 0x000489, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetGateSide_ReturnValue) == 0x00048A, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetGateSide_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000490, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000498, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OverlappedComponent_3) == 0x0004A0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OverlappedComponent_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OtherActor_3) == 0x0004A8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OtherActor_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OtherComp_3) == 0x0004B0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OtherComp_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OtherBodyIndex_3) == 0x0004B8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OtherBodyIndex_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x0004BC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_SweepResult_1) == 0x0004C0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakHitResult_bBlockingHit) == 0x000548, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakHitResult_bInitialOverlap) == 0x000549, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakHitResult_Time) == 0x00054C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakHitResult_Distance) == 0x000550, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakHitResult_Location) == 0x000554, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakHitResult_ImpactPoint) == 0x000560, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakHitResult_Normal) == 0x00056C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakHitResult_ImpactNormal) == 0x000578, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakHitResult_PhysMat) == 0x000588, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakHitResult_HitActor) == 0x000590, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakHitResult_HitComponent) == 0x000598, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakHitResult_HitBoneName) == 0x0005A0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakHitResult_HitItem) == 0x0005A8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakHitResult_ElementIndex) == 0x0005AC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakHitResult_FaceIndex) == 0x0005B0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakHitResult_TraceStart) == 0x0005B4, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakHitResult_TraceEnd) == 0x0005C0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0005D0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_K2_GetComponentsByClass_ReturnValue_1) == 0x0005D8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_K2_GetComponentsByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_1) == 0x0005E8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_IsValid_ReturnValue_1) == 0x0005EC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_DynamicCast_AsBP_M_Container) == 0x0005F0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_DynamicCast_AsBP_M_Container' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_DynamicCast_bSuccess) == 0x0005F8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_ActorHasTag_ReturnValue_1) == 0x0005F9, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_ActorHasTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Has_Been_Initd_Variable) == 0x0005FA, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_10) == 0x0005FC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_9) == 0x000600, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_14) == 0x000604, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Variable_3) == 0x000608, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_11) == 0x00060C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_IsClosed_Variable) == 0x000610, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetComponentBounds_Origin) == 0x000614, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetComponentBounds_BoxExtent) == 0x000620, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetComponentBounds_SphereRadius) == 0x00062C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_2) == 0x000630, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_FloatFloat_ReturnValue) == 0x000638, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00063C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_2) == 0x000640, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_1) == 0x000644, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_3) == 0x000648, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_3) == 0x000650, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_2) == 0x000654, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_4) == 0x000658, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_4) == 0x000660, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_3) == 0x000664, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_5) == 0x000668, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_SwitchActor_1) == 0x000670, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_SwitchActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_SwitchActor) == 0x000678, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_SwitchActor' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_DynamicCast_AsAncient_Magic_Hot_Spot) == 0x000680, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_DynamicCast_AsAncient_Magic_Hot_Spot' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_DynamicCast_bSuccess_1) == 0x000688, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OverlappedComponent_2) == 0x000690, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OverlappedComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OtherActor_2) == 0x000698, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OtherComp_2) == 0x0006A0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OtherBodyIndex_2) == 0x0006A8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OtherBodyIndex_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x0006B0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_10) == 0x0006B8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0006BC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_15) == 0x0006C0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Variable_4) == 0x0006C4, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_IsValid_ReturnValue_2) == 0x0006C5, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetComponentBounds_Origin_1) == 0x0006C8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetComponentBounds_Origin_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetComponentBounds_BoxExtent_1) == 0x0006D4, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetComponentBounds_BoxExtent_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetComponentBounds_SphereRadius_1) == 0x0006E0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetComponentBounds_SphereRadius_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0006E4, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0006E8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0006EC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x0006F8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000708, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Conv_VectorToLinearColor_ReturnValue_1) == 0x000714, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Conv_VectorToLinearColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000724, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Has_Been_Initd_Variable_1) == 0x000728, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_12) == 0x00072C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_IsClosed_Variable_1) == 0x000730, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Map_Remove_ReturnValue) == 0x000731, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Map_Find_Value) == 0x000732, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Map_Find_ReturnValue) == 0x000733, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Map_Remove_ReturnValue_1) == 0x000734, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Map_Remove_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000735, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Map_Contains_ReturnValue) == 0x000736, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Not_PreBool_ReturnValue_2) == 0x000737, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BooleanAND_ReturnValue) == 0x000738, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_6) == 0x00073C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_4) == 0x000740, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_5) == 0x000748, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_7) == 0x000750, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetWeapon_ReturnValue) == 0x000758, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_True_if_break_was_hit_Variable) == 0x000760, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000768, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_MaterialPermuterClearMeshSwap_bSuccess) == 0x000770, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_MaterialPermuterClearMeshSwap_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Not_PreBool_ReturnValue_3) == 0x000771, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Variable_5) == 0x000774, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000778, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_16) == 0x00077C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Variable_6) == 0x000780, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Variable_5) == 0x000784, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x000788, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Variable_6) == 0x000790, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000791, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Variable_7) == 0x000792, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_CustomEvent_Who) == 0x000798, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_CustomEvent_Who' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_ActorHasTag_ReturnValue_2) == 0x0007A0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_ActorHasTag_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Variable_7) == 0x0007A4, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Not_PreBool_ReturnValue_4) == 0x0007A8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Select_Default_1) == 0x0007B0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Variable_8) == 0x0007C0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_6) == 0x0007C8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_DynamicCast_AsBP_Tomb_Protector_Interface) == 0x0007D0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_DynamicCast_AsBP_Tomb_Protector_Interface' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_DynamicCast_bSuccess_2) == 0x0007E0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Select_Default_2) == 0x0007E8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Conv_InterfaceToObject_ReturnValue) == 0x0007F8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Conv_InterfaceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_8) == 0x000800, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_DynamicCast_AsEnemy_Character) == 0x000808, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_DynamicCast_bSuccess_3) == 0x000810, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_5) == 0x000811, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Add_ReturnValue) == 0x000814, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_9) == 0x000818, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_struct_Variable_10) == 0x00081C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_struct_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_6) == 0x00082C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_11) == 0x000830, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_struct_Variable_11) == 0x000834, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_struct_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_17) == 0x000844, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_13) == 0x000848, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_10) == 0x00084C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_IsValid_ReturnValue_3) == 0x000850, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_11) == 0x000854, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetPlayerCharacter_ReturnValue_3) == 0x000858, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetPlayerCharacter_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_DynamicCast_AsBiped_Player) == 0x000860, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_DynamicCast_bSuccess_4) == 0x000868, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_MakeArray_Array) == 0x000870, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Select_Default_3) == 0x000880, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Select_Default_4) == 0x000881, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Variable_8) == 0x000882, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Select_Default_5) == 0x000883, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_12) == 0x000884, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000888, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_7) == 0x000894, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Conv_VectorToLinearColor_ReturnValue_2) == 0x000898, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Conv_VectorToLinearColor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_18) == 0x0008A8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_1) == 0x0008AC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x0008B0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_float_Variable) == 0x0008BC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x0008C0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0008CC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_float_Variable_1) == 0x0008D8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_VSize_ReturnValue) == 0x0008DC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0008E0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetPlayerPawn_ReturnValue) == 0x0008E8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0008F0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_K2_GetRootComponent_ReturnValue) == 0x0008F8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000900, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_K2_GetComponentLocation_ReturnValue_5) == 0x000904, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_K2_GetComponentLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Variable_9) == 0x000910, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000914, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_IsValid_ReturnValue_4) == 0x00099C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_IsValid_ReturnValue_5) == 0x00099D, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_13) == 0x0009A0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_19) == 0x0009A4, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_PostAssociatedAkEvent_ReturnValue) == 0x0009A8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_PostAssociatedAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_PostAssociatedAkEvent_ReturnValue_1) == 0x0009AC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_PostAssociatedAkEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_PostAssociatedAkEvent_ReturnValue_2) == 0x0009B0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_PostAssociatedAkEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_PostAssociatedAkEvent_ReturnValue_3) == 0x0009B4, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_PostAssociatedAkEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_PostAssociatedAkEvent_ReturnValue_4) == 0x0009B8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_PostAssociatedAkEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_14) == 0x0009BC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_20) == 0x0009C0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Select_Default_6) == 0x0009C4, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Not_PreBool_ReturnValue_5) == 0x0009C5, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Select_Default_7) == 0x0009C8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Select_Default_8) == 0x0009CC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Not_PreBool_ReturnValue_6) == 0x0009DC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Set_Is_Red_bIsRed) == 0x0009DD, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Set_Is_Red_bIsRed' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Variable_9) == 0x0009E0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetPlayerCharacter_ReturnValue_4) == 0x0009E8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetPlayerCharacter_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_21) == 0x0009F0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0009F4, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_7) == 0x0009F8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_8) == 0x000A00, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Has_Been_Initd_Variable_2) == 0x000A01, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_Who) == 0x000A08, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_Who' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_Pedestal) == 0x000A10, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_Pedestal' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_ActorHasTag_ReturnValue_3) == 0x000A18, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_ActorHasTag_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Select_Default_9) == 0x000A20, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Select_Default_9' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Not_PreBool_ReturnValue_7) == 0x000A28, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_ActorHasTag_ReturnValue_4) == 0x000A29, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_ActorHasTag_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Select_Default_10) == 0x000A2A, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Select_Default_10' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Not_PreBool_ReturnValue_8) == 0x000A2B, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_ActorHasTag_ReturnValue_5) == 0x000A2C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_ActorHasTag_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_IsClosed_Variable_2) == 0x000A2D, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Variable_10) == 0x000A30, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Map_Contains_ReturnValue_1) == 0x000A34, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Map_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000A35, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Select_Default_11) == 0x000A38, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Select_Default_11' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x000A48, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_12) == 0x000A4C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_22) == 0x000A50, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetScalarParameterValue_ReturnValue) == 0x000A54, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000A58, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000A5C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000A60, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000A68, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000A70, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000A78, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_bFromSweep) == 0x000A7C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_SweepResult) == 0x000A80, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_SelectFloat_ReturnValue) == 0x000B08, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetPlayerCharacter_ReturnValue_5) == 0x000B10, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetPlayerCharacter_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000B18, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000B20, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OtherActor) == 0x000B28, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OtherComp) == 0x000B30, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000B38, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetPlayerCharacter_ReturnValue_6) == 0x000B40, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetPlayerCharacter_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_ObjectObject_ReturnValue_4) == 0x000B48, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Lerp_ReturnValue) == 0x000B4C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetPlaybackPosition_ReturnValue) == 0x000B50, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetPlaybackPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_SpellTool) == 0x000B58, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_Instigator) == 0x000B60, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_Instigator' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_SpellToolRecord) == 0x000B68, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_SpellType) == 0x000B70, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_Hit) == 0x000B78, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_ImpactDirection) == 0x000C00, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000C0C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_byte_Variable_6) == 0x000C0D, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Lerp_ReturnValue_1) == 0x000C10, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_byte_Variable_7) == 0x000C14, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Not_PreBool_ReturnValue_9) == 0x000C15, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_8) == 0x000C18, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_13) == 0x000C20, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_9) == 0x000C24, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_9) == 0x000C28, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_14) == 0x000C30, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_14) == 0x000C34, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_10) == 0x000C38, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_10) == 0x000C40, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_11) == 0x000C48, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_15) == 0x000C50, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_16) == 0x000C54, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_11) == 0x000C58, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_12) == 0x000C59, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_12) == 0x000C60, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_12' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_13) == 0x000C68, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_13' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_17) == 0x000C70, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_18) == 0x000C74, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_13) == 0x000C78, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_14) == 0x000C79, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_True_if_break_was_hit_Variable_1) == 0x000C7A, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_15) == 0x000C7C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_14) == 0x000C80, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_14' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetAncientGatePrimitives_Primitives) == 0x000C88, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetAncientGatePrimitives_Primitives' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Not_PreBool_ReturnValue_10) == 0x000C98, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_15) == 0x000CA0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_15' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_19) == 0x000CA8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_DynamicCast_AsPrimitive_Component) == 0x000CB0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_DynamicCast_AsPrimitive_Component' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_DynamicCast_bSuccess_5) == 0x000CB8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_15) == 0x000CB9, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetCollisionResponseToChannel_ReturnValue) == 0x000CBA, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetCollisionResponseToChannel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_ComponentHasTag_ReturnValue) == 0x000CBB, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_ComponentHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000CBC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Not_PreBool_ReturnValue_11) == 0x000CBD, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BooleanAND_ReturnValue_1) == 0x000CBE, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Variable_10) == 0x000CBF, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_16) == 0x000CC0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_16' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Select_Default_12) == 0x000CE8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Select_Default_12' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000CF0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_DynamicCast_AsBP_Edge_Fog_Controller) == 0x000CF8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_DynamicCast_AsBP_Edge_Fog_Controller' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_DynamicCast_bSuccess_6) == 0x000D00, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000D01, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_20) == 0x000D04, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_16) == 0x000D08, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000D0C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakVector_X) == 0x000D18, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakVector_Y) == 0x000D1C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BreakVector_Z) == 0x000D20, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000D24, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_K2_GetComponentLocation_ReturnValue_6) == 0x000D28, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_K2_GetComponentLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Conv_VectorToLinearColor_ReturnValue_3) == 0x000D34, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Conv_VectorToLinearColor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x000D44, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetTransform_ReturnValue) == 0x000DD0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000E00, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_FinishSpawningActor_ReturnValue) == 0x000E08, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_byte_Variable_8) == 0x000E10, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_byte_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000E14, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000E18, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_byte_Variable_9) == 0x000E20, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_byte_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_MakeStruct_NiagaraHelpersPrimFilter) == 0x000E28, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_MakeStruct_NiagaraHelpersPrimFilter' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_K2_GetComponentLocation_ReturnValue_7) == 0x000E40, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_K2_GetComponentLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_SpawnSystemOnSkeletalMeshes_NiagaraComponents) == 0x000E50, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_SpawnSystemOnSkeletalMeshes_NiagaraComponents' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetForwardVector_ReturnValue) == 0x000E60, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_17) == 0x000E70, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_17' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_21) == 0x000E78, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_17) == 0x000E7C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_LinearColorLerp_ReturnValue) == 0x000E80, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x000E90, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000EA0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_15) == 0x000ED0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_23) == 0x000ED4, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_16) == 0x000ED8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_18) == 0x000EDC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_24) == 0x000EE0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Variable_11) == 0x000EE4, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_16) == 0x000EE8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Select_Default_13) == 0x000EEC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Select_Default_13' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_18) == 0x000EF0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_18' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetWeapon_ReturnValue_1) == 0x000EF8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetWeapon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Has_Been_Initd_Variable_3) == 0x000F00, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_PostAssociatedAkEvent_ReturnValue_5) == 0x000F04, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_PostAssociatedAkEvent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_IsClosed_Variable_3) == 0x000F08, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_PostAssociatedAkEvent_ReturnValue_6) == 0x000F0C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_PostAssociatedAkEvent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_PostAssociatedAkEvent_ReturnValue_7) == 0x000F10, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_PostAssociatedAkEvent_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_PostAssociatedAkEvent_ReturnValue_8) == 0x000F14, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_PostAssociatedAkEvent_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000F18, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_PostAssociatedAkEvent_ReturnValue_9) == 0x000F20, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_PostAssociatedAkEvent_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_IsValid_ReturnValue_6) == 0x000F24, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_PostEventAtLocation_ReturnValue) == 0x000F28, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Set_Is_Red_bIsRed_1) == 0x000F2C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Set_Is_Red_bIsRed_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_17) == 0x000F30, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_19) == 0x000F34, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_25) == 0x000F38, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_17) == 0x000F3C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_InitialMaterialSetup_i_RedMaterials) == 0x000F40, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_InitialMaterialSetup_i_RedMaterials' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_InitialMaterialSetup_i_BlueMaterials) == 0x000F90, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_InitialMaterialSetup_i_BlueMaterials' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_K2_SetTimer_ReturnValue) == 0x000FE0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetPlayerCharacter_ReturnValue_7) == 0x000FE8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetPlayerCharacter_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_ObjectObject_ReturnValue_5) == 0x000FF0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_ObjectObject_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_19) == 0x000FF8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_19' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_20) == 0x001000, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_20' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_IsValid_ReturnValue_7) == 0x001008, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_IsValid_ReturnValue_8) == 0x001009, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Not_PreBool_ReturnValue_12) == 0x00100A, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Not_PreBool_ReturnValue_13) == 0x00100B, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Not_PreBool_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_22) == 0x00100C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_23) == 0x001010, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_20) == 0x001014, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_21) == 0x001015, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BooleanAND_ReturnValue_2) == 0x001016, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_BooleanAND_ReturnValue_3) == 0x001017, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_K2_SetTimer_ReturnValue_1) == 0x001018, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_K2_SetTimer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetOverlappingActors_OverlappingActors) == 0x001020, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetPlayerCharacter_ReturnValue_8) == 0x001030, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetPlayerCharacter_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_24) == 0x001038, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_ObjectObject_ReturnValue_6) == 0x00103C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_ObjectObject_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00103D, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetGateSide_ReturnValue_1) == 0x00103E, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetGateSide_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Conv_BoolToString_ReturnValue) == 0x001040, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x001050, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Event_EndPlayReason) == 0x001051, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Has_Been_Initd_Variable_4) == 0x001052, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_IsValid_ReturnValue_9) == 0x001053, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_IsClosed_Variable_4) == 0x001054, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Variable_11) == 0x001058, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Array_Index_Variable_18) == 0x00105C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Array_Index_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_26) == 0x001060, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_21) == 0x001068, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_21' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetWeapon_ReturnValue_2) == 0x001070, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetWeapon_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_22) == 0x001078, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_22' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_22) == 0x001080, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_Has_Been_Initd_Variable_5) == 0x001081, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Loop_Counter_Variable_18) == 0x001084, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Loop_Counter_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_23) == 0x001088, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_27) == 0x00108C, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_bool_IsClosed_Variable_5) == 0x001090, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, Temp_int_Variable_12) == 0x001094, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::Temp_int_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, K2Node_Select_Default_14) == 0x001098, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::K2Node_Select_Default_14' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_LessEqual_IntInt_ReturnValue_3) == 0x0010A8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_LessEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Get_Item_23) == 0x0010B0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Get_Item_23' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetComponentByClass_ReturnValue_3) == 0x0010B8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetComponentByClass_ReturnValue_4) == 0x0010C0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_IsValid_ReturnValue_10) == 0x0010C8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_IsValid_ReturnValue_11) == 0x0010C9, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Array_Length_ReturnValue_25) == 0x0010CC, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Array_Length_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Add_IntInt_ReturnValue_28) == 0x0010D0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Add_IntInt_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_Less_IntInt_ReturnValue_24) == 0x0010D4, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_Less_IntInt_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_GetPlayerCharacter_ReturnValue_9) == 0x0010D8, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_GetPlayerCharacter_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_EqualEqual_ObjectObject_ReturnValue_7) == 0x0010E0, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_EqualEqual_ObjectObject_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x0010E1, "Member 'BP_AncientGate_C_ExecuteUbergraph_BP_AncientGate::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AncientGate_C \ static_assert(alignof(ABP_AncientGate_C) == 0x000010, "Wrong alignment on ABP_AncientGate_C"); \ static_assert(sizeof(ABP_AncientGate_C) == 0x000770, "Wrong size on ABP_AncientGate_C"); \ static_assert(offsetof(ABP_AncientGate_C, UberGraphFrame) == 0x000338, "Member 'ABP_AncientGate_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, ancient_magic_door_energy_motion_Stop) == 0x000340, "Member 'ABP_AncientGate_C::ancient_magic_door_energy_motion_Stop' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, ancient_magic_door_energy_motion) == 0x000348, "Member 'ABP_AncientGate_C::ancient_magic_door_energy_motion' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, VFX_PointLight) == 0x000350, "Member 'ABP_AncientGate_C::VFX_PointLight' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Center) == 0x000358, "Member 'ABP_AncientGate_C::Center' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, LOC_N_PortalCrossing) == 0x000360, "Member 'ABP_AncientGate_C::LOC_N_PortalCrossing' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Refraction) == 0x000368, "Member 'ABP_AncientGate_C::Refraction' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, BubbleCurtain) == 0x000370, "Member 'ABP_AncientGate_C::BubbleCurtain' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, VFX) == 0x000378, "Member 'ABP_AncientGate_C::VFX' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, BlueFog) == 0x000380, "Member 'ABP_AncientGate_C::BlueFog' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, RedFog) == 0x000388, "Member 'ABP_AncientGate_C::RedFog' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, TransitionFXCollision1) == 0x000390, "Member 'ABP_AncientGate_C::TransitionFXCollision1' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, TransitionFXCollision) == 0x000398, "Member 'ABP_AncientGate_C::TransitionFXCollision' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, ancient_magic_room_ambience_Stop) == 0x0003A0, "Member 'ABP_AncientGate_C::ancient_magic_room_ambience_Stop' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, ancient_magic_room_ambience) == 0x0003A8, "Member 'ABP_AncientGate_C::ancient_magic_room_ambience' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, ancient_magic_door_energy_Stop) == 0x0003B0, "Member 'ABP_AncientGate_C::ancient_magic_door_energy_Stop' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, ancient_magic_door_energy) == 0x0003B8, "Member 'ABP_AncientGate_C::ancient_magic_door_energy' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, encient_mamgic_door_passthrough) == 0x0003C0, "Member 'ABP_AncientGate_C::encient_mamgic_door_passthrough' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, N_AmbientMotes) == 0x0003C8, "Member 'ABP_AncientGate_C::N_AmbientMotes' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, WipeIn_FX_Radius) == 0x0003D0, "Member 'ABP_AncientGate_C::WipeIn_FX_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, RedSide) == 0x0003D8, "Member 'ABP_AncientGate_C::RedSide' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, BlueSide) == 0x0003E0, "Member 'ABP_AncientGate_C::BlueSide' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, RightPoint) == 0x0003E8, "Member 'ABP_AncientGate_C::RightPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, CenterTop) == 0x0003F0, "Member 'ABP_AncientGate_C::CenterTop' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, LeftPoint) == 0x0003F8, "Member 'ABP_AncientGate_C::LeftPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Vis) == 0x000400, "Member 'ABP_AncientGate_C::Vis' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Box) == 0x000408, "Member 'ABP_AncientGate_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Gate) == 0x000410, "Member 'ABP_AncientGate_C::Gate' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Radius) == 0x000418, "Member 'ABP_AncientGate_C::Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Arrow) == 0x000420, "Member 'ABP_AncientGate_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, SM_Sanctum_Dungeon_1_Arch) == 0x000428, "Member 'ABP_AncientGate_C::SM_Sanctum_Dungeon_1_Arch' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Scene) == 0x000430, "Member 'ABP_AncientGate_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, PPCrossfade_BlendPP_12F7DC92432D3B480643D3B2092EC25F) == 0x000438, "Member 'ABP_AncientGate_C::PPCrossfade_BlendPP_12F7DC92432D3B480643D3B2092EC25F' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, PPCrossfade__Direction_12F7DC92432D3B480643D3B2092EC25F) == 0x00043C, "Member 'ABP_AncientGate_C::PPCrossfade__Direction_12F7DC92432D3B480643D3B2092EC25F' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, PPCrossfade) == 0x000440, "Member 'ABP_AncientGate_C::PPCrossfade' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Timeline_1_FogOpacity_DBE7A4C64BD65A18CEB5D998420A30A6) == 0x000448, "Member 'ABP_AncientGate_C::Timeline_1_FogOpacity_DBE7A4C64BD65A18CEB5D998420A30A6' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Timeline_1_RefractionFX__DBE7A4C64BD65A18CEB5D998420A30A6) == 0x00044C, "Member 'ABP_AncientGate_C::Timeline_1_RefractionFX__DBE7A4C64BD65A18CEB5D998420A30A6' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Timeline_1_BubbleOpacity_DBE7A4C64BD65A18CEB5D998420A30A6) == 0x000450, "Member 'ABP_AncientGate_C::Timeline_1_BubbleOpacity_DBE7A4C64BD65A18CEB5D998420A30A6' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Timeline_1_ParticleOpacity_DBE7A4C64BD65A18CEB5D998420A30A6) == 0x000454, "Member 'ABP_AncientGate_C::Timeline_1_ParticleOpacity_DBE7A4C64BD65A18CEB5D998420A30A6' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Timeline_1_ParticleSpawnRate_DBE7A4C64BD65A18CEB5D998420A30A6) == 0x000458, "Member 'ABP_AncientGate_C::Timeline_1_ParticleSpawnRate_DBE7A4C64BD65A18CEB5D998420A30A6' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Timeline_1_OffsetStrength_DBE7A4C64BD65A18CEB5D998420A30A6) == 0x00045C, "Member 'ABP_AncientGate_C::Timeline_1_OffsetStrength_DBE7A4C64BD65A18CEB5D998420A30A6' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Timeline_1_MotionBlurOpacity_DBE7A4C64BD65A18CEB5D998420A30A6) == 0x000460, "Member 'ABP_AncientGate_C::Timeline_1_MotionBlurOpacity_DBE7A4C64BD65A18CEB5D998420A30A6' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Timeline_1_NewTrack_2_DBE7A4C64BD65A18CEB5D998420A30A6) == 0x000464, "Member 'ABP_AncientGate_C::Timeline_1_NewTrack_2_DBE7A4C64BD65A18CEB5D998420A30A6' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Timeline_1_Fade_DBE7A4C64BD65A18CEB5D998420A30A6) == 0x000468, "Member 'ABP_AncientGate_C::Timeline_1_Fade_DBE7A4C64BD65A18CEB5D998420A30A6' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Timeline_1__Direction_DBE7A4C64BD65A18CEB5D998420A30A6) == 0x00046C, "Member 'ABP_AncientGate_C::Timeline_1__Direction_DBE7A4C64BD65A18CEB5D998420A30A6' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Timeline_1) == 0x000470, "Member 'ABP_AncientGate_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, BlueTarget) == 0x000478, "Member 'ABP_AncientGate_C::BlueTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Current) == 0x000488, "Member 'ABP_AncientGate_C::Current' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, RedTarget) == 0x000490, "Member 'ABP_AncientGate_C::RedTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, IsRed) == 0x0004A0, "Member 'ABP_AncientGate_C::IsRed' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, RingMAT) == 0x0004A8, "Member 'ABP_AncientGate_C::RingMAT' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Red) == 0x0004B0, "Member 'ABP_AncientGate_C::Red' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Blue) == 0x0004C0, "Member 'ABP_AncientGate_C::Blue' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, CurrentLeft) == 0x0004D0, "Member 'ABP_AncientGate_C::CurrentLeft' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, CurrentRight) == 0x0004D8, "Member 'ABP_AncientGate_C::CurrentRight' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, AncientSwitch) == 0x0004E0, "Member 'ABP_AncientGate_C::AncientSwitch' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, RedMats) == 0x0004E8, "Member 'ABP_AncientGate_C::RedMats' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, BlueMats) == 0x000538, "Member 'ABP_AncientGate_C::BlueMats' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, HideArch) == 0x000588, "Member 'ABP_AncientGate_C::HideArch' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, GateScale) == 0x00058C, "Member 'ABP_AncientGate_C::GateScale' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, AncientRadius) == 0x000598, "Member 'ABP_AncientGate_C::AncientRadius' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, AncientLocation) == 0x00059C, "Member 'ABP_AncientGate_C::AncientLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, ShowRadius) == 0x0005A8, "Member 'ABP_AncientGate_C::ShowRadius' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, DisableFX) == 0x0005A9, "Member 'ABP_AncientGate_C::DisableFX' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, PassThroughCheck) == 0x0005B0, "Member 'ABP_AncientGate_C::PassThroughCheck' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Enemies) == 0x000600, "Member 'ABP_AncientGate_C::Enemies' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, PortKeys) == 0x000610, "Member 'ABP_AncientGate_C::PortKeys' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Trigger) == 0x000620, "Member 'ABP_AncientGate_C::Trigger' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, PortKeyPedestals) == 0x000628, "Member 'ABP_AncientGate_C::PortKeyPedestals' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, RadiusLOC) == 0x000640, "Member 'ABP_AncientGate_C::RadiusLOC' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, InGateArray) == 0x000670, "Member 'ABP_AncientGate_C::InGateArray' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, TickCount) == 0x000680, "Member 'ABP_AncientGate_C::TickCount' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, WarpColor) == 0x000684, "Member 'ABP_AncientGate_C::WarpColor' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, ExpandTime) == 0x000688, "Member 'ABP_AncientGate_C::ExpandTime' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, ShrinkTime) == 0x00068C, "Member 'ABP_AncientGate_C::ShrinkTime' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, IsReversing) == 0x000690, "Member 'ABP_AncientGate_C::IsReversing' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, EdgeFog) == 0x000698, "Member 'ABP_AncientGate_C::EdgeFog' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, TrackPlayer) == 0x0006A8, "Member 'ABP_AncientGate_C::TrackPlayer' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, SquaredTransitionDistance) == 0x0006AC, "Member 'ABP_AncientGate_C::SquaredTransitionDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, IsOn) == 0x0006B0, "Member 'ABP_AncientGate_C::IsOn' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, MaxRefraction) == 0x0006B4, "Member 'ABP_AncientGate_C::MaxRefraction' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, CurrentRefraction) == 0x0006B8, "Member 'ABP_AncientGate_C::CurrentRefraction' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, MaxTransitionFXOffset) == 0x0006BC, "Member 'ABP_AncientGate_C::MaxTransitionFXOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, RedBaseFogs) == 0x0006C0, "Member 'ABP_AncientGate_C::RedBaseFogs' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, BlueBaseFogs) == 0x0006D0, "Member 'ABP_AncientGate_C::BlueBaseFogs' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, MaxFogOpacity) == 0x0006E0, "Member 'ABP_AncientGate_C::MaxFogOpacity' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, DebugRedFog) == 0x0006E4, "Member 'ABP_AncientGate_C::DebugRedFog' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, DebugBlueFog) == 0x0006E5, "Member 'ABP_AncientGate_C::DebugBlueFog' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, SquaredTransitionDistanceEdge) == 0x0006E8, "Member 'ABP_AncientGate_C::SquaredTransitionDistanceEdge' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, CurrentBlendWeight) == 0x0006EC, "Member 'ABP_AncientGate_C::CurrentBlendWeight' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, VFX_PostProActor) == 0x0006F0, "Member 'ABP_AncientGate_C::VFX_PostProActor' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, VFX_AvatarMeshFilter) == 0x0006F8, "Member 'ABP_AncientGate_C::VFX_AvatarMeshFilter' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, VFX_LightColor_Blue) == 0x000708, "Member 'ABP_AncientGate_C::VFX_LightColor_Blue' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, VFX_LightColor_Red) == 0x000718, "Member 'ABP_AncientGate_C::VFX_LightColor_Red' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, VFX_LightMaxIntensity) == 0x000728, "Member 'ABP_AncientGate_C::VFX_LightMaxIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, VFX_GateEdgeIntensity) == 0x00072C, "Member 'ABP_AncientGate_C::VFX_GateEdgeIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, OnRedChanged) == 0x000730, "Member 'ABP_AncientGate_C::OnRedChanged' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, HasEnemies) == 0x000740, "Member 'ABP_AncientGate_C::HasEnemies' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, InitializeDelay) == 0x000744, "Member 'ABP_AncientGate_C::InitializeDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, HideIfNotLookingAngle) == 0x000748, "Member 'ABP_AncientGate_C::HideIfNotLookingAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, ForceAngle) == 0x00074C, "Member 'ABP_AncientGate_C::ForceAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, ArrayClear) == 0x00074D, "Member 'ABP_AncientGate_C::ArrayClear' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Mat_Portal_Red) == 0x000750, "Member 'ABP_AncientGate_C::Mat_Portal_Red' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, Mat_Portal_Blue) == 0x000758, "Member 'ABP_AncientGate_C::Mat_Portal_Blue' has a wrong offset!"); \ static_assert(offsetof(ABP_AncientGate_C, GetWasRed) == 0x000760, "Member 'ABP_AncientGate_C::GetWasRed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs \ static_assert(alignof(ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs) == 0x000008, "Wrong alignment on ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs"); \ static_assert(sizeof(ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs) == 0x000070, "Wrong size on ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs"); \ static_assert(offsetof(ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs, EntryPoint) == 0x000000, "Member 'ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs, K2Node_Event_Context) == 0x000008, "Member 'ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_ReactSpiderWebs_C_ExecuteUbergraph_ABL_ReactSpiderWebs::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ReactSpiderWebs_C_OnAbilityBranch \ static_assert(alignof(ABL_ReactSpiderWebs_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_ReactSpiderWebs_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_ReactSpiderWebs_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_ReactSpiderWebs_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_ReactSpiderWebs_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_ReactSpiderWebs_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ReactSpiderWebs_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_ReactSpiderWebs_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ReactSpiderWebs_C_OnAbilityStart \ static_assert(alignof(ABL_ReactSpiderWebs_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ReactSpiderWebs_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ReactSpiderWebs_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ReactSpiderWebs_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ReactSpiderWebs_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ReactSpiderWebs_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ReactSpiderWebs_C \ static_assert(alignof(UABL_ReactSpiderWebs_C) == 0x000008, "Wrong alignment on UABL_ReactSpiderWebs_C"); \ static_assert(sizeof(UABL_ReactSpiderWebs_C) == 0x0000D0, "Wrong size on UABL_ReactSpiderWebs_C"); \ static_assert(offsetof(UABL_ReactSpiderWebs_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ReactSpiderWebs_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Transform_Start_C \ static_assert(alignof(UABL_Transform_Start_C) == 0x000008, "Wrong alignment on UABL_Transform_Start_C"); \ static_assert(sizeof(UABL_Transform_Start_C) == 0x0000E0, "Wrong size on UABL_Transform_Start_C"); \ #define DUMPER7_ASSERTS_BP_ConvoLighting_Adapt_Light_Default_C_ExecuteUbergraph_BP_ConvoLighting_Adapt_Light_Default \ static_assert(alignof(BP_ConvoLighting_Adapt_Light_Default_C_ExecuteUbergraph_BP_ConvoLighting_Adapt_Light_Default) == 0x000004, "Wrong alignment on BP_ConvoLighting_Adapt_Light_Default_C_ExecuteUbergraph_BP_ConvoLighting_Adapt_Light_Default"); \ static_assert(sizeof(BP_ConvoLighting_Adapt_Light_Default_C_ExecuteUbergraph_BP_ConvoLighting_Adapt_Light_Default) == 0x000008, "Wrong size on BP_ConvoLighting_Adapt_Light_Default_C_ExecuteUbergraph_BP_ConvoLighting_Adapt_Light_Default"); \ static_assert(offsetof(BP_ConvoLighting_Adapt_Light_Default_C_ExecuteUbergraph_BP_ConvoLighting_Adapt_Light_Default, EntryPoint) == 0x000000, "Member 'BP_ConvoLighting_Adapt_Light_Default_C_ExecuteUbergraph_BP_ConvoLighting_Adapt_Light_Default::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ConvoLighting_Adapt_Light_Default_C_ExecuteUbergraph_BP_ConvoLighting_Adapt_Light_Default, K2Node_Event_EndPlayReason) == 0x000004, "Member 'BP_ConvoLighting_Adapt_Light_Default_C_ExecuteUbergraph_BP_ConvoLighting_Adapt_Light_Default::K2Node_Event_EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ConvoLighting_Adapt_Light_Default_C_ReceiveEndPlay \ static_assert(alignof(BP_ConvoLighting_Adapt_Light_Default_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_ConvoLighting_Adapt_Light_Default_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_ConvoLighting_Adapt_Light_Default_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_ConvoLighting_Adapt_Light_Default_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_ConvoLighting_Adapt_Light_Default_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_ConvoLighting_Adapt_Light_Default_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ConvoLighting_Adapt_Light_Default_C \ static_assert(alignof(ABP_ConvoLighting_Adapt_Light_Default_C) == 0x000008, "Wrong alignment on ABP_ConvoLighting_Adapt_Light_Default_C"); \ static_assert(sizeof(ABP_ConvoLighting_Adapt_Light_Default_C) == 0x000368, "Wrong size on ABP_ConvoLighting_Adapt_Light_Default_C"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, UberGraphFrame) == 0x000248, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, LightAdaptationComponentChildOfLight_Fill) == 0x000250, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::LightAdaptationComponentChildOfLight_Fill' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, DayNightTemperatureCurveLightController_Key) == 0x000258, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::DayNightTemperatureCurveLightController_Key' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, DayNightTemperatureCurveLightController_Rim) == 0x000260, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::DayNightTemperatureCurveLightController_Rim' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, DayNightTemperatureCurveLightController_fill) == 0x000268, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::DayNightTemperatureCurveLightController_fill' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, Fill_Direction) == 0x000270, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::Fill_Direction' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, Fill) == 0x000278, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::Fill' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, Fill_Parent) == 0x000280, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::Fill_Parent' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, Rim_Direction) == 0x000288, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::Rim_Direction' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, Key_Direction) == 0x000290, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::Key_Direction' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, Arrow_Camera_Facing) == 0x000298, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::Arrow_Camera_Facing' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, PostProcess) == 0x0002A0, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::PostProcess' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, LightAdaptationComponentChildOfLight_Rim) == 0x0002A8, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::LightAdaptationComponentChildOfLight_Rim' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, LightAdaptationComponentChildOfLight_Key) == 0x0002B0, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::LightAdaptationComponentChildOfLight_Key' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, Rim_Parent) == 0x0002B8, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::Rim_Parent' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, Rim) == 0x0002C0, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::Rim' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, Key) == 0x0002C8, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::Key' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, Key_Parent) == 0x0002D0, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::Key_Parent' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, DefaultSceneRoot) == 0x0002D8, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, Light_Temperature_Key) == 0x0002E0, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::Light_Temperature_Key' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, Light_Temperature_Rim) == 0x0002E4, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::Light_Temperature_Rim' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, Light_Temperature_Fill) == 0x0002E8, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::Light_Temperature_Fill' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, Uses_sky_Colors) == 0x0002EC, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::Uses_sky_Colors' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, Rim_temperature_curve) == 0x0002F0, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::Rim_temperature_curve' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, Key_temperature_curve) == 0x0002F8, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::Key_temperature_curve' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, Fill_temperature_curve) == 0x000300, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::Fill_temperature_curve' has a wrong offset!"); \ static_assert(offsetof(ABP_ConvoLighting_Adapt_Light_Default_C, LightAdaptationSettings) == 0x000308, "Member 'ABP_ConvoLighting_Adapt_Light_Default_C::LightAdaptationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AOE_AMReveal_C \ static_assert(alignof(ABP_AOE_AMReveal_C) == 0x000008, "Wrong alignment on ABP_AOE_AMReveal_C"); \ static_assert(sizeof(ABP_AOE_AMReveal_C) == 0x000668, "Wrong size on ABP_AOE_AMReveal_C"); \ static_assert(offsetof(ABP_AOE_AMReveal_C, DefaultSceneRoot) == 0x000660, "Member 'ABP_AOE_AMReveal_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted \ static_assert(alignof(ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted) == 0x000008, "Wrong alignment on ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted"); \ static_assert(sizeof(ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted) == 0x000070, "Wrong size on ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted"); \ static_assert(offsetof(ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted, EntryPoint) == 0x000000, "Member 'ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted, K2Node_Event_Context) == 0x000008, "Member 'ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_PickupSighted_C_ExecuteUbergraph_ABL_PickupSighted::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_PickupSighted_C_OnAbilityBranch \ static_assert(alignof(ABL_PickupSighted_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_PickupSighted_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_PickupSighted_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_PickupSighted_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_PickupSighted_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_PickupSighted_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_PickupSighted_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_PickupSighted_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_PickupSighted_C_OnAbilityStart \ static_assert(alignof(ABL_PickupSighted_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_PickupSighted_C_OnAbilityStart"); \ static_assert(sizeof(ABL_PickupSighted_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_PickupSighted_C_OnAbilityStart"); \ static_assert(offsetof(ABL_PickupSighted_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_PickupSighted_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_PickupSighted_C \ static_assert(alignof(UABL_PickupSighted_C) == 0x000008, "Wrong alignment on UABL_PickupSighted_C"); \ static_assert(sizeof(UABL_PickupSighted_C) == 0x0000D0, "Wrong size on UABL_PickupSighted_C"); \ static_assert(offsetof(UABL_PickupSighted_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_PickupSighted_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_LookAt_MountPredictedTrajectory_Hippogriff_C \ static_assert(alignof(UBP_LookAt_MountPredictedTrajectory_Hippogriff_C) == 0x000008, "Wrong alignment on UBP_LookAt_MountPredictedTrajectory_Hippogriff_C"); \ static_assert(sizeof(UBP_LookAt_MountPredictedTrajectory_Hippogriff_C) == 0x000298, "Wrong size on UBP_LookAt_MountPredictedTrajectory_Hippogriff_C"); \ #define DUMPER7_ASSERTS_UBP_SlytherinLEDEffect_C \ static_assert(alignof(UBP_SlytherinLEDEffect_C) == 0x000008, "Wrong alignment on UBP_SlytherinLEDEffect_C"); \ static_assert(sizeof(UBP_SlytherinLEDEffect_C) == 0x000048, "Wrong size on UBP_SlytherinLEDEffect_C"); \ #define DUMPER7_ASSERTS_UI_BP_ErrorMessage_C_ExecuteUbergraph_UI_BP_ErrorMessage \ static_assert(alignof(UI_BP_ErrorMessage_C_ExecuteUbergraph_UI_BP_ErrorMessage) == 0x000008, "Wrong alignment on UI_BP_ErrorMessage_C_ExecuteUbergraph_UI_BP_ErrorMessage"); \ static_assert(sizeof(UI_BP_ErrorMessage_C_ExecuteUbergraph_UI_BP_ErrorMessage) == 0x000040, "Wrong size on UI_BP_ErrorMessage_C_ExecuteUbergraph_UI_BP_ErrorMessage"); \ static_assert(offsetof(UI_BP_ErrorMessage_C_ExecuteUbergraph_UI_BP_ErrorMessage, EntryPoint) == 0x000000, "Member 'UI_BP_ErrorMessage_C_ExecuteUbergraph_UI_BP_ErrorMessage::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ErrorMessage_C_ExecuteUbergraph_UI_BP_ErrorMessage, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_ErrorMessage_C_ExecuteUbergraph_UI_BP_ErrorMessage::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ErrorMessage_C_ExecuteUbergraph_UI_BP_ErrorMessage, K2Node_CustomEvent_Caller) == 0x000018, "Member 'UI_BP_ErrorMessage_C_ExecuteUbergraph_UI_BP_ErrorMessage::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ErrorMessage_C_ExecuteUbergraph_UI_BP_ErrorMessage, K2Node_CustomEvent_String) == 0x000020, "Member 'UI_BP_ErrorMessage_C_ExecuteUbergraph_UI_BP_ErrorMessage::K2Node_CustomEvent_String' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ErrorMessage_C_ExecuteUbergraph_UI_BP_ErrorMessage, CallFunc_HermesBindFString_Handle) == 0x000030, "Member 'UI_BP_ErrorMessage_C_ExecuteUbergraph_UI_BP_ErrorMessage::CallFunc_HermesBindFString_Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ErrorMessage_C_HermesDisplayErrorMessage \ static_assert(alignof(UI_BP_ErrorMessage_C_HermesDisplayErrorMessage) == 0x000008, "Wrong alignment on UI_BP_ErrorMessage_C_HermesDisplayErrorMessage"); \ static_assert(sizeof(UI_BP_ErrorMessage_C_HermesDisplayErrorMessage) == 0x000018, "Wrong size on UI_BP_ErrorMessage_C_HermesDisplayErrorMessage"); \ static_assert(offsetof(UI_BP_ErrorMessage_C_HermesDisplayErrorMessage, Caller) == 0x000000, "Member 'UI_BP_ErrorMessage_C_HermesDisplayErrorMessage::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ErrorMessage_C_HermesDisplayErrorMessage, String) == 0x000008, "Member 'UI_BP_ErrorMessage_C_HermesDisplayErrorMessage::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ErrorMessage_C_DisplayErrorMessage \ static_assert(alignof(UI_BP_ErrorMessage_C_DisplayErrorMessage) == 0x000008, "Wrong alignment on UI_BP_ErrorMessage_C_DisplayErrorMessage"); \ static_assert(sizeof(UI_BP_ErrorMessage_C_DisplayErrorMessage) == 0x000030, "Wrong size on UI_BP_ErrorMessage_C_DisplayErrorMessage"); \ static_assert(offsetof(UI_BP_ErrorMessage_C_DisplayErrorMessage, Key) == 0x000000, "Member 'UI_BP_ErrorMessage_C_DisplayErrorMessage::Key' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ErrorMessage_C_DisplayErrorMessage, DisplayTime) == 0x000010, "Member 'UI_BP_ErrorMessage_C_DisplayErrorMessage::DisplayTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ErrorMessage_C_DisplayErrorMessage, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000014, "Member 'UI_BP_ErrorMessage_C_DisplayErrorMessage::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ErrorMessage_C_DisplayErrorMessage, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'UI_BP_ErrorMessage_C_DisplayErrorMessage::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ErrorMessage_C_DisplayErrorMessage, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00001C, "Member 'UI_BP_ErrorMessage_C_DisplayErrorMessage::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ErrorMessage_C_DisplayErrorMessage, K2Node_SwitchString_CmpSuccess) == 0x000020, "Member 'UI_BP_ErrorMessage_C_DisplayErrorMessage::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ErrorMessage_C_DisplayErrorMessage, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'UI_BP_ErrorMessage_C_DisplayErrorMessage::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ErrorMessage_C \ static_assert(alignof(UUI_BP_ErrorMessage_C) == 0x000008, "Wrong alignment on UUI_BP_ErrorMessage_C"); \ static_assert(sizeof(UUI_BP_ErrorMessage_C) == 0x000308, "Wrong size on UUI_BP_ErrorMessage_C"); \ static_assert(offsetof(UUI_BP_ErrorMessage_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_ErrorMessage_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ErrorMessage_C, ShowErrorMessage) == 0x0002F0, "Member 'UUI_BP_ErrorMessage_C::ShowErrorMessage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ErrorMessage_C, ErrorImage) == 0x0002F8, "Member 'UUI_BP_ErrorMessage_C::ErrorImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ErrorMessage_C, ErrorMessage) == 0x000300, "Member 'UUI_BP_ErrorMessage_C::ErrorMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig \ static_assert(alignof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig) == 0x000008, "Wrong alignment on BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig"); \ static_assert(sizeof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig) == 0x000128, "Wrong size on BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, EntryPoint) == 0x000000, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_IsRigVisible_Result) == 0x000004, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_IsRigVisible_Result' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, K2Node_Event_Time_2) == 0x000008, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::K2Node_Event_Time_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, K2Node_Event_IsScrubbing_2) == 0x00000C, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::K2Node_Event_IsScrubbing_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, K2Node_Event_Time_1) == 0x000010, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::K2Node_Event_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, K2Node_Event_Cancelled) == 0x000014, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::K2Node_Event_Cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, K2Node_Event_IsScrubbing_1) == 0x000015, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::K2Node_Event_IsScrubbing_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_GetActionObjectBP_ReturnValue) == 0x000018, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_GetActionObjectBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, K2Node_Event_Time) == 0x000020, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, K2Node_Event_LocalTime) == 0x000024, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::K2Node_Event_LocalTime' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, K2Node_Event_IsScrubbing) == 0x000028, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, K2Node_DynamicCast_AsActor) == 0x000030, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, K2Node_Event_ActionState) == 0x000040, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::K2Node_Event_ActionState' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_GetActiveSceneRigCamera_ReturnValue) == 0x000048, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_GetActiveSceneRigCamera_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_GetComponentByClass_ReturnValue) == 0x000050, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_IsValid_ReturnValue_1) == 0x000059, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_GetTarget_bOutHasValidTarget) == 0x00005A, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_GetTarget_bOutHasValidTarget' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_GetTarget_ReturnValue) == 0x00005C, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_GetTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000068, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000070, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_IsValid_ReturnValue_2) == 0x00007C, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_BreakRotator_Roll) == 0x000080, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_BreakRotator_Pitch) == 0x000084, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_BreakRotator_Yaw) == 0x000088, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_Add_FloatFloat_ReturnValue) == 0x00008C, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_MakeRotator_ReturnValue) == 0x000090, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x00009C, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000124, "Member 'BP_SceneAction_TransformLightRig_C_ExecuteUbergraph_BP_SceneAction_TransformLightRig::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_TransformLightRig_C_OnCreate \ static_assert(alignof(BP_SceneAction_TransformLightRig_C_OnCreate) == 0x000008, "Wrong alignment on BP_SceneAction_TransformLightRig_C_OnCreate"); \ static_assert(sizeof(BP_SceneAction_TransformLightRig_C_OnCreate) == 0x000008, "Wrong size on BP_SceneAction_TransformLightRig_C_OnCreate"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_OnCreate, ActionState) == 0x000000, "Member 'BP_SceneAction_TransformLightRig_C_OnCreate::ActionState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_TransformLightRig_C_OnSetTimeInsideInterval \ static_assert(alignof(BP_SceneAction_TransformLightRig_C_OnSetTimeInsideInterval) == 0x000004, "Wrong alignment on BP_SceneAction_TransformLightRig_C_OnSetTimeInsideInterval"); \ static_assert(sizeof(BP_SceneAction_TransformLightRig_C_OnSetTimeInsideInterval) == 0x00000C, "Wrong size on BP_SceneAction_TransformLightRig_C_OnSetTimeInsideInterval"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_OnSetTimeInsideInterval, Time) == 0x000000, "Member 'BP_SceneAction_TransformLightRig_C_OnSetTimeInsideInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_OnSetTimeInsideInterval, LocalTime) == 0x000004, "Member 'BP_SceneAction_TransformLightRig_C_OnSetTimeInsideInterval::LocalTime' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_OnSetTimeInsideInterval, IsScrubbing) == 0x000008, "Member 'BP_SceneAction_TransformLightRig_C_OnSetTimeInsideInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_TransformLightRig_C_OnExitInterval \ static_assert(alignof(BP_SceneAction_TransformLightRig_C_OnExitInterval) == 0x000004, "Wrong alignment on BP_SceneAction_TransformLightRig_C_OnExitInterval"); \ static_assert(sizeof(BP_SceneAction_TransformLightRig_C_OnExitInterval) == 0x000008, "Wrong size on BP_SceneAction_TransformLightRig_C_OnExitInterval"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_OnExitInterval, Time) == 0x000000, "Member 'BP_SceneAction_TransformLightRig_C_OnExitInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_OnExitInterval, cancelled) == 0x000004, "Member 'BP_SceneAction_TransformLightRig_C_OnExitInterval::cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_OnExitInterval, IsScrubbing) == 0x000005, "Member 'BP_SceneAction_TransformLightRig_C_OnExitInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_TransformLightRig_C_OnEnterInterval \ static_assert(alignof(BP_SceneAction_TransformLightRig_C_OnEnterInterval) == 0x000004, "Wrong alignment on BP_SceneAction_TransformLightRig_C_OnEnterInterval"); \ static_assert(sizeof(BP_SceneAction_TransformLightRig_C_OnEnterInterval) == 0x000008, "Wrong size on BP_SceneAction_TransformLightRig_C_OnEnterInterval"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_OnEnterInterval, Time) == 0x000000, "Member 'BP_SceneAction_TransformLightRig_C_OnEnterInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_OnEnterInterval, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_TransformLightRig_C_OnEnterInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_TransformLightRig_C_HideLightRig \ static_assert(alignof(BP_SceneAction_TransformLightRig_C_HideLightRig) == 0x000008, "Wrong alignment on BP_SceneAction_TransformLightRig_C_HideLightRig"); \ static_assert(sizeof(BP_SceneAction_TransformLightRig_C_HideLightRig) == 0x000070, "Wrong size on BP_SceneAction_TransformLightRig_C_HideLightRig"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HideLightRig, HideActor) == 0x000000, "Member 'BP_SceneAction_TransformLightRig_C_HideLightRig::HideActor' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HideLightRig, EmptyArray) == 0x000008, "Member 'BP_SceneAction_TransformLightRig_C_HideLightRig::EmptyArray' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HideLightRig, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_SceneAction_TransformLightRig_C_HideLightRig::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HideLightRig, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_SceneAction_TransformLightRig_C_HideLightRig::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HideLightRig, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_SceneAction_TransformLightRig_C_HideLightRig::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HideLightRig, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_SceneAction_TransformLightRig_C_HideLightRig::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HideLightRig, CallFunc_GetActionObjectBP_ReturnValue) == 0x000028, "Member 'BP_SceneAction_TransformLightRig_C_HideLightRig::CallFunc_GetActionObjectBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HideLightRig, K2Node_DynamicCast_AsActor) == 0x000030, "Member 'BP_SceneAction_TransformLightRig_C_HideLightRig::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HideLightRig, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_SceneAction_TransformLightRig_C_HideLightRig::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HideLightRig, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BP_SceneAction_TransformLightRig_C_HideLightRig::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HideLightRig, CallFunc_GetActorListRecursive_Result) == 0x000040, "Member 'BP_SceneAction_TransformLightRig_C_HideLightRig::CallFunc_GetActorListRecursive_Result' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HideLightRig, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_SceneAction_TransformLightRig_C_HideLightRig::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HideLightRig, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'BP_SceneAction_TransformLightRig_C_HideLightRig::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HideLightRig, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000060, "Member 'BP_SceneAction_TransformLightRig_C_HideLightRig::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HideLightRig, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'BP_SceneAction_TransformLightRig_C_HideLightRig::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HideLightRig, CallFunc_IsValid_ReturnValue_1) == 0x000069, "Member 'BP_SceneAction_TransformLightRig_C_HideLightRig::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_TransformLightRig_C_GetActorListRecursive \ static_assert(alignof(BP_SceneAction_TransformLightRig_C_GetActorListRecursive) == 0x000008, "Wrong alignment on BP_SceneAction_TransformLightRig_C_GetActorListRecursive"); \ static_assert(sizeof(BP_SceneAction_TransformLightRig_C_GetActorListRecursive) == 0x000088, "Wrong size on BP_SceneAction_TransformLightRig_C_GetActorListRecursive"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_GetActorListRecursive, Actor) == 0x000000, "Member 'BP_SceneAction_TransformLightRig_C_GetActorListRecursive::Actor' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_GetActorListRecursive, ActorList) == 0x000008, "Member 'BP_SceneAction_TransformLightRig_C_GetActorListRecursive::ActorList' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_GetActorListRecursive, Result) == 0x000018, "Member 'BP_SceneAction_TransformLightRig_C_GetActorListRecursive::Result' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_GetActorListRecursive, Local_Actor_List) == 0x000028, "Member 'BP_SceneAction_TransformLightRig_C_GetActorListRecursive::Local_Actor_List' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_GetActorListRecursive, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000038, "Member 'BP_SceneAction_TransformLightRig_C_GetActorListRecursive::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_GetActorListRecursive, Temp_int_Array_Index_Variable) == 0x000048, "Member 'BP_SceneAction_TransformLightRig_C_GetActorListRecursive::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_GetActorListRecursive, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'BP_SceneAction_TransformLightRig_C_GetActorListRecursive::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_GetActorListRecursive, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_SceneAction_TransformLightRig_C_GetActorListRecursive::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_GetActorListRecursive, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'BP_SceneAction_TransformLightRig_C_GetActorListRecursive::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_GetActorListRecursive, CallFunc_GetActorListRecursive_Result) == 0x000060, "Member 'BP_SceneAction_TransformLightRig_C_GetActorListRecursive::CallFunc_GetActorListRecursive_Result' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_GetActorListRecursive, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'BP_SceneAction_TransformLightRig_C_GetActorListRecursive::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_GetActorListRecursive, CallFunc_Add_IntInt_ReturnValue) == 0x000074, "Member 'BP_SceneAction_TransformLightRig_C_GetActorListRecursive::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_GetActorListRecursive, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'BP_SceneAction_TransformLightRig_C_GetActorListRecursive::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_GetActorListRecursive, CallFunc_Array_Add_ReturnValue) == 0x00007C, "Member 'BP_SceneAction_TransformLightRig_C_GetActorListRecursive::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_GetActorListRecursive, CallFunc_Array_Contains_ReturnValue) == 0x000080, "Member 'BP_SceneAction_TransformLightRig_C_GetActorListRecursive::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_TransformLightRig_C_IsRigVisible \ static_assert(alignof(BP_SceneAction_TransformLightRig_C_IsRigVisible) == 0x000008, "Wrong alignment on BP_SceneAction_TransformLightRig_C_IsRigVisible"); \ static_assert(sizeof(BP_SceneAction_TransformLightRig_C_IsRigVisible) == 0x000018, "Wrong size on BP_SceneAction_TransformLightRig_C_IsRigVisible"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_IsRigVisible, Result) == 0x000000, "Member 'BP_SceneAction_TransformLightRig_C_IsRigVisible::Result' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_IsRigVisible, CallFunc_GetContext_ReturnValue) == 0x000008, "Member 'BP_SceneAction_TransformLightRig_C_IsRigVisible::CallFunc_GetContext_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_IsRigVisible, CallFunc_GetBoolBP_ReturnValue) == 0x000010, "Member 'BP_SceneAction_TransformLightRig_C_IsRigVisible::CallFunc_GetBoolBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_IsRigVisible, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'BP_SceneAction_TransformLightRig_C_IsRigVisible::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_TransformLightRig_C_GetSortOrder \ static_assert(alignof(BP_SceneAction_TransformLightRig_C_GetSortOrder) == 0x000004, "Wrong alignment on BP_SceneAction_TransformLightRig_C_GetSortOrder"); \ static_assert(sizeof(BP_SceneAction_TransformLightRig_C_GetSortOrder) == 0x000004, "Wrong size on BP_SceneAction_TransformLightRig_C_GetSortOrder"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_GetSortOrder, ReturnValue) == 0x000000, "Member 'BP_SceneAction_TransformLightRig_C_GetSortOrder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_TransformLightRig_C_GetSortOrderPostActorTick \ static_assert(alignof(BP_SceneAction_TransformLightRig_C_GetSortOrderPostActorTick) == 0x000004, "Wrong alignment on BP_SceneAction_TransformLightRig_C_GetSortOrderPostActorTick"); \ static_assert(sizeof(BP_SceneAction_TransformLightRig_C_GetSortOrderPostActorTick) == 0x000004, "Wrong size on BP_SceneAction_TransformLightRig_C_GetSortOrderPostActorTick"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_GetSortOrderPostActorTick, ReturnValue) == 0x000000, "Member 'BP_SceneAction_TransformLightRig_C_GetSortOrderPostActorTick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_TransformLightRig_C_HasNormalTick \ static_assert(alignof(BP_SceneAction_TransformLightRig_C_HasNormalTick) == 0x000001, "Wrong alignment on BP_SceneAction_TransformLightRig_C_HasNormalTick"); \ static_assert(sizeof(BP_SceneAction_TransformLightRig_C_HasNormalTick) == 0x000001, "Wrong size on BP_SceneAction_TransformLightRig_C_HasNormalTick"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HasNormalTick, ReturnValue) == 0x000000, "Member 'BP_SceneAction_TransformLightRig_C_HasNormalTick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_TransformLightRig_C_HasPostActorTick \ static_assert(alignof(BP_SceneAction_TransformLightRig_C_HasPostActorTick) == 0x000001, "Wrong alignment on BP_SceneAction_TransformLightRig_C_HasPostActorTick"); \ static_assert(sizeof(BP_SceneAction_TransformLightRig_C_HasPostActorTick) == 0x000001, "Wrong size on BP_SceneAction_TransformLightRig_C_HasPostActorTick"); \ static_assert(offsetof(BP_SceneAction_TransformLightRig_C_HasPostActorTick, ReturnValue) == 0x000000, "Member 'BP_SceneAction_TransformLightRig_C_HasPostActorTick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SceneAction_TransformLightRig_C \ static_assert(alignof(UBP_SceneAction_TransformLightRig_C) == 0x000008, "Wrong alignment on UBP_SceneAction_TransformLightRig_C"); \ static_assert(sizeof(UBP_SceneAction_TransformLightRig_C) == 0x0000B8, "Wrong size on UBP_SceneAction_TransformLightRig_C"); \ static_assert(offsetof(UBP_SceneAction_TransformLightRig_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_SceneAction_TransformLightRig_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_TransformLightRig_C, RigVisible) == 0x0000B0, "Member 'UBP_SceneAction_TransformLightRig_C::RigVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator \ static_assert(alignof(UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator) == 0x000008, "Wrong alignment on UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator"); \ static_assert(sizeof(UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator) == 0x000050, "Wrong size on UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator, EntryPoint) == 0x000000, "Member 'UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator, CallFunc_GetUIManagerPure_ReturnValue) == 0x000008, "Member 'UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator, CallFunc_GetShouldShowButtonGraphics_ReturnValue) == 0x000010, "Member 'UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator::CallFunc_GetShouldShowButtonGraphics_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator, Temp_int_Variable) == 0x000024, "Member 'UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator, CallFunc_HermesBindInt_Handle) == 0x000028, "Member 'UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator, Temp_byte_Variable) == 0x000038, "Member 'UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator, Temp_byte_Variable_1) == 0x000039, "Member 'UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator, Temp_bool_Variable) == 0x00003A, "Member 'UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator, Temp_byte_Variable_2) == 0x00003B, "Member 'UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator, Temp_byte_Variable_3) == 0x00003C, "Member 'UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator, K2Node_Select_Default) == 0x00003D, "Member 'UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator, K2Node_CustomEvent_Caller) == 0x000040, "Member 'UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator, K2Node_CustomEvent_Int) == 0x000048, "Member 'UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator, K2Node_Select_Default_1) == 0x00004C, "Member 'UI_BP_Oppugno_Indicator_C_ExecuteUbergraph_UI_BP_Oppugno_Indicator::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Oppugno_Indicator_C_ShowButtonGraphicsFlagChanged \ static_assert(alignof(UI_BP_Oppugno_Indicator_C_ShowButtonGraphicsFlagChanged) == 0x000008, "Wrong alignment on UI_BP_Oppugno_Indicator_C_ShowButtonGraphicsFlagChanged"); \ static_assert(sizeof(UI_BP_Oppugno_Indicator_C_ShowButtonGraphicsFlagChanged) == 0x000010, "Wrong size on UI_BP_Oppugno_Indicator_C_ShowButtonGraphicsFlagChanged"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_C_ShowButtonGraphicsFlagChanged, Caller) == 0x000000, "Member 'UI_BP_Oppugno_Indicator_C_ShowButtonGraphicsFlagChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Oppugno_Indicator_C_ShowButtonGraphicsFlagChanged, int_0) == 0x000008, "Member 'UI_BP_Oppugno_Indicator_C_ShowButtonGraphicsFlagChanged::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Oppugno_Indicator_C \ static_assert(alignof(UUI_BP_Oppugno_Indicator_C) == 0x000008, "Wrong alignment on UUI_BP_Oppugno_Indicator_C"); \ static_assert(sizeof(UUI_BP_Oppugno_Indicator_C) == 0x000300, "Wrong size on UUI_BP_Oppugno_Indicator_C"); \ static_assert(offsetof(UUI_BP_Oppugno_Indicator_C, UberGraphFrame) == 0x0002F0, "Member 'UUI_BP_Oppugno_Indicator_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Oppugno_Indicator_C, ButtonPrompt) == 0x0002F8, "Member 'UUI_BP_Oppugno_Indicator_C::ButtonPrompt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_VelocityPitch_MountFalling_C \ static_assert(alignof(UBP_VelocityPitch_MountFalling_C) == 0x000008, "Wrong alignment on UBP_VelocityPitch_MountFalling_C"); \ static_assert(sizeof(UBP_VelocityPitch_MountFalling_C) == 0x0001E8, "Wrong size on UBP_VelocityPitch_MountFalling_C"); \ #define DUMPER7_ASSERTS_ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog \ static_assert(alignof(ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog) == 0x000008, "Wrong alignment on ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog"); \ static_assert(sizeof(ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog) == 0x000070, "Wrong size on ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog"); \ static_assert(offsetof(ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog, EntryPoint) == 0x000000, "Member 'ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog, K2Node_Event_Context) == 0x000008, "Member 'ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Channeling_Jog_C_ExecuteUbergraph_ABL_Channeling_Jog::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Channeling_Jog_C_OnAbilityBranch \ static_assert(alignof(ABL_Channeling_Jog_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Channeling_Jog_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Channeling_Jog_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Channeling_Jog_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Channeling_Jog_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Channeling_Jog_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_Jog_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Channeling_Jog_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Channeling_Jog_C_OnAbilityStart \ static_assert(alignof(ABL_Channeling_Jog_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Channeling_Jog_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Channeling_Jog_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Channeling_Jog_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Channeling_Jog_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Channeling_Jog_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Channeling_Jog_C \ static_assert(alignof(UABL_Channeling_Jog_C) == 0x000008, "Wrong alignment on UABL_Channeling_Jog_C"); \ static_assert(sizeof(UABL_Channeling_Jog_C) == 0x0000D0, "Wrong size on UABL_Channeling_Jog_C"); \ static_assert(offsetof(UABL_Channeling_Jog_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Channeling_Jog_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Idle_Break_C_ExecuteUbergraph_ABL_Enemy_Idle_Break \ static_assert(alignof(ABL_Enemy_Idle_Break_C_ExecuteUbergraph_ABL_Enemy_Idle_Break) == 0x000008, "Wrong alignment on ABL_Enemy_Idle_Break_C_ExecuteUbergraph_ABL_Enemy_Idle_Break"); \ static_assert(sizeof(ABL_Enemy_Idle_Break_C_ExecuteUbergraph_ABL_Enemy_Idle_Break) == 0x000010, "Wrong size on ABL_Enemy_Idle_Break_C_ExecuteUbergraph_ABL_Enemy_Idle_Break"); \ static_assert(offsetof(ABL_Enemy_Idle_Break_C_ExecuteUbergraph_ABL_Enemy_Idle_Break, EntryPoint) == 0x000000, "Member 'ABL_Enemy_Idle_Break_C_ExecuteUbergraph_ABL_Enemy_Idle_Break::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Idle_Break_C_ExecuteUbergraph_ABL_Enemy_Idle_Break, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_Idle_Break_C_ExecuteUbergraph_ABL_Enemy_Idle_Break::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Idle_Break_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_Idle_Break_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_Idle_Break_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_Idle_Break_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_Idle_Break_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_Idle_Break_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_Idle_Break_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Idle_Break_C \ static_assert(alignof(UABL_Enemy_Idle_Break_C) == 0x000008, "Wrong alignment on UABL_Enemy_Idle_Break_C"); \ static_assert(sizeof(UABL_Enemy_Idle_Break_C) == 0x0000D0, "Wrong size on UABL_Enemy_Idle_Break_C"); \ static_assert(offsetof(UABL_Enemy_Idle_Break_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_Idle_Break_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureNurturingHUD_Socket_C_ExecuteUbergraph_UI_BP_CreatureNurturingHUD_Socket \ static_assert(alignof(UI_BP_CreatureNurturingHUD_Socket_C_ExecuteUbergraph_UI_BP_CreatureNurturingHUD_Socket) == 0x000008, "Wrong alignment on UI_BP_CreatureNurturingHUD_Socket_C_ExecuteUbergraph_UI_BP_CreatureNurturingHUD_Socket"); \ static_assert(sizeof(UI_BP_CreatureNurturingHUD_Socket_C_ExecuteUbergraph_UI_BP_CreatureNurturingHUD_Socket) == 0x000010, "Wrong size on UI_BP_CreatureNurturingHUD_Socket_C_ExecuteUbergraph_UI_BP_CreatureNurturingHUD_Socket"); \ static_assert(offsetof(UI_BP_CreatureNurturingHUD_Socket_C_ExecuteUbergraph_UI_BP_CreatureNurturingHUD_Socket, EntryPoint) == 0x000000, "Member 'UI_BP_CreatureNurturingHUD_Socket_C_ExecuteUbergraph_UI_BP_CreatureNurturingHUD_Socket::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNurturingHUD_Socket_C_ExecuteUbergraph_UI_BP_CreatureNurturingHUD_Socket, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_CreatureNurturingHUD_Socket_C_ExecuteUbergraph_UI_BP_CreatureNurturingHUD_Socket::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CreatureNurturingHUD_Socket_C_ForceHide \ static_assert(alignof(UI_BP_CreatureNurturingHUD_Socket_C_ForceHide) == 0x000001, "Wrong alignment on UI_BP_CreatureNurturingHUD_Socket_C_ForceHide"); \ static_assert(sizeof(UI_BP_CreatureNurturingHUD_Socket_C_ForceHide) == 0x000005, "Wrong size on UI_BP_CreatureNurturingHUD_Socket_C_ForceHide"); \ static_assert(offsetof(UI_BP_CreatureNurturingHUD_Socket_C_ForceHide, Hide) == 0x000000, "Member 'UI_BP_CreatureNurturingHUD_Socket_C_ForceHide::Hide' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNurturingHUD_Socket_C_ForceHide, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_CreatureNurturingHUD_Socket_C_ForceHide::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNurturingHUD_Socket_C_ForceHide, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_CreatureNurturingHUD_Socket_C_ForceHide::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNurturingHUD_Socket_C_ForceHide, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_CreatureNurturingHUD_Socket_C_ForceHide::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CreatureNurturingHUD_Socket_C_ForceHide, K2Node_Select_Default) == 0x000004, "Member 'UI_BP_CreatureNurturingHUD_Socket_C_ForceHide::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CreatureNurturingHUD_Socket_C \ static_assert(alignof(UUI_BP_CreatureNurturingHUD_Socket_C) == 0x000008, "Wrong alignment on UUI_BP_CreatureNurturingHUD_Socket_C"); \ static_assert(sizeof(UUI_BP_CreatureNurturingHUD_Socket_C) == 0x000318, "Wrong size on UUI_BP_CreatureNurturingHUD_Socket_C"); \ static_assert(offsetof(UUI_BP_CreatureNurturingHUD_Socket_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_CreatureNurturingHUD_Socket_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureNurturingHUD_Socket_C, SlideOut) == 0x0002F0, "Member 'UUI_BP_CreatureNurturingHUD_Socket_C::SlideOut' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureNurturingHUD_Socket_C, SlideIn) == 0x0002F8, "Member 'UUI_BP_CreatureNurturingHUD_Socket_C::SlideIn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureNurturingHUD_Socket_C, beastManagement) == 0x000300, "Member 'UUI_BP_CreatureNurturingHUD_Socket_C::beastManagement' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureNurturingHUD_Socket_C, ButtonCallout) == 0x000308, "Member 'UUI_BP_CreatureNurturingHUD_Socket_C::ButtonCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CreatureNurturingHUD_Socket_C, manageText) == 0x000310, "Member 'UUI_BP_CreatureNurturingHUD_Socket_C::manageText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Climb_Jump_Hands_C \ static_assert(alignof(UABL_Climb_Jump_Hands_C) == 0x000008, "Wrong alignment on UABL_Climb_Jump_Hands_C"); \ static_assert(sizeof(UABL_Climb_Jump_Hands_C) == 0x0000C8, "Wrong size on UABL_Climb_Jump_Hands_C"); \ #define DUMPER7_ASSERTS_ABL_Enemy_JumpDownJog_C_ExecuteUbergraph_ABL_Enemy_JumpDownJog \ static_assert(alignof(ABL_Enemy_JumpDownJog_C_ExecuteUbergraph_ABL_Enemy_JumpDownJog) == 0x000008, "Wrong alignment on ABL_Enemy_JumpDownJog_C_ExecuteUbergraph_ABL_Enemy_JumpDownJog"); \ static_assert(sizeof(ABL_Enemy_JumpDownJog_C_ExecuteUbergraph_ABL_Enemy_JumpDownJog) == 0x000010, "Wrong size on ABL_Enemy_JumpDownJog_C_ExecuteUbergraph_ABL_Enemy_JumpDownJog"); \ static_assert(offsetof(ABL_Enemy_JumpDownJog_C_ExecuteUbergraph_ABL_Enemy_JumpDownJog, EntryPoint) == 0x000000, "Member 'ABL_Enemy_JumpDownJog_C_ExecuteUbergraph_ABL_Enemy_JumpDownJog::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpDownJog_C_ExecuteUbergraph_ABL_Enemy_JumpDownJog, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_JumpDownJog_C_ExecuteUbergraph_ABL_Enemy_JumpDownJog::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_JumpDownJog_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_JumpDownJog_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_JumpDownJog_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_JumpDownJog_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_JumpDownJog_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_JumpDownJog_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_JumpDownJog_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_JumpDownJog_C \ static_assert(alignof(UABL_Enemy_JumpDownJog_C) == 0x000008, "Wrong alignment on UABL_Enemy_JumpDownJog_C"); \ static_assert(sizeof(UABL_Enemy_JumpDownJog_C) == 0x0000D0, "Wrong size on UABL_Enemy_JumpDownJog_C"); \ static_assert(offsetof(UABL_Enemy_JumpDownJog_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_JumpDownJog_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_ExpelliarmusPrepLEDEffect_C \ static_assert(alignof(UBP_ExpelliarmusPrepLEDEffect_C) == 0x000008, "Wrong alignment on UBP_ExpelliarmusPrepLEDEffect_C"); \ static_assert(sizeof(UBP_ExpelliarmusPrepLEDEffect_C) == 0x000048, "Wrong size on UBP_ExpelliarmusPrepLEDEffect_C"); \ #define DUMPER7_ASSERTS_UBP_LookAtTarget_Strong_C \ static_assert(alignof(UBP_LookAtTarget_Strong_C) == 0x000008, "Wrong alignment on UBP_LookAtTarget_Strong_C"); \ static_assert(sizeof(UBP_LookAtTarget_Strong_C) == 0x000298, "Wrong size on UBP_LookAtTarget_Strong_C"); \ #define DUMPER7_ASSERTS_UBP_Lag_HippogriffFlight_Hover_C \ static_assert(alignof(UBP_Lag_HippogriffFlight_Hover_C) == 0x000008, "Wrong alignment on UBP_Lag_HippogriffFlight_Hover_C"); \ static_assert(sizeof(UBP_Lag_HippogriffFlight_Hover_C) == 0x000218, "Wrong size on UBP_Lag_HippogriffFlight_Hover_C"); \ #define DUMPER7_ASSERTS_BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature \ static_assert(alignof(BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature) == 0x000008, "Wrong alignment on BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature"); \ static_assert(sizeof(BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature) == 0x000048, "Wrong size on BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature"); \ static_assert(offsetof(BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature, EntryPoint) == 0x000000, "Member 'BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000010, "Member 'BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x00001C, "Member 'BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature, K2Node_Event_OwnerActor_1) == 0x000020, "Member 'BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature, K2Node_Event_OwnerActor) == 0x000028, "Member 'BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature, CallFunc_GetPlayerController_ReturnValue_1) == 0x000030, "Member 'BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature, K2Node_DynamicCast_AsBiped_Player_Controller_1) == 0x000038, "Member 'BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature::K2Node_DynamicCast_AsBiped_Player_Controller_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_Biped_RideCreature_C_ExecuteUbergraph_BTT_Biped_RideCreature::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_RideCreature_C_ExitTask \ static_assert(alignof(BTT_Biped_RideCreature_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_RideCreature_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_RideCreature_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_RideCreature_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_RideCreature_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_RideCreature_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_RideCreature_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_RideCreature_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_RideCreature_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_RideCreature_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_RideCreature_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_RideCreature_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_RideCreature_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_RideCreature_C_CustActionEvt_DismountCreature_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_RideCreature_C_CustActionEvt_DismountCreature_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_RideCreature_C_CustActionEvt_DismountCreature_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_RideCreature_C_CustActionEvt_DismountCreature_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_RideCreature_C_CustActionEvt_DismountCreature_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_RideCreature_C_CustActionEvt_DismountCreature_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_RideCreature_C_CustActionEvt_DismountCreature_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_RideCreature_C \ static_assert(alignof(UBTT_Biped_RideCreature_C) == 0x000008, "Wrong alignment on UBTT_Biped_RideCreature_C"); \ static_assert(sizeof(UBTT_Biped_RideCreature_C) == 0x000158, "Wrong size on UBTT_Biped_RideCreature_C"); \ static_assert(offsetof(UBTT_Biped_RideCreature_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_RideCreature_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Climb2M_C_ExecuteUbergraph_ABL_Climb2M \ static_assert(alignof(ABL_Climb2M_C_ExecuteUbergraph_ABL_Climb2M) == 0x000008, "Wrong alignment on ABL_Climb2M_C_ExecuteUbergraph_ABL_Climb2M"); \ static_assert(sizeof(ABL_Climb2M_C_ExecuteUbergraph_ABL_Climb2M) == 0x000020, "Wrong size on ABL_Climb2M_C_ExecuteUbergraph_ABL_Climb2M"); \ static_assert(offsetof(ABL_Climb2M_C_ExecuteUbergraph_ABL_Climb2M, EntryPoint) == 0x000000, "Member 'ABL_Climb2M_C_ExecuteUbergraph_ABL_Climb2M::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb2M_C_ExecuteUbergraph_ABL_Climb2M, K2Node_Event_Context) == 0x000008, "Member 'ABL_Climb2M_C_ExecuteUbergraph_ABL_Climb2M::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb2M_C_ExecuteUbergraph_ABL_Climb2M, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Climb2M_C_ExecuteUbergraph_ABL_Climb2M::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb2M_C_ExecuteUbergraph_ABL_Climb2M, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_Climb2M_C_ExecuteUbergraph_ABL_Climb2M::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Climb2M_C_OnAbilityStart \ static_assert(alignof(ABL_Climb2M_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Climb2M_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Climb2M_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Climb2M_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Climb2M_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Climb2M_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Climb2M_C \ static_assert(alignof(UABL_Climb2M_C) == 0x000008, "Wrong alignment on UABL_Climb2M_C"); \ static_assert(sizeof(UABL_Climb2M_C) == 0x0000D0, "Wrong size on UABL_Climb2M_C"); \ static_assert(offsetof(UABL_Climb2M_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Climb2M_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_LRG_HitPause_C \ static_assert(alignof(UABL_RCT_NPC_LRG_HitPause_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_LRG_HitPause_C"); \ static_assert(sizeof(UABL_RCT_NPC_LRG_HitPause_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_LRG_HitPause_C"); \ #define DUMPER7_ASSERTS_UI_BPI_ActionBarInterface_C_ShowMiniDiamond \ static_assert(alignof(UI_BPI_ActionBarInterface_C_ShowMiniDiamond) == 0x000001, "Wrong alignment on UI_BPI_ActionBarInterface_C_ShowMiniDiamond"); \ static_assert(sizeof(UI_BPI_ActionBarInterface_C_ShowMiniDiamond) == 0x000001, "Wrong size on UI_BPI_ActionBarInterface_C_ShowMiniDiamond"); \ static_assert(offsetof(UI_BPI_ActionBarInterface_C_ShowMiniDiamond, Show) == 0x000000, "Member 'UI_BPI_ActionBarInterface_C_ShowMiniDiamond::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_ActionBarInterface_C \ static_assert(alignof(IUI_BPI_ActionBarInterface_C) == 0x000001, "Wrong alignment on IUI_BPI_ActionBarInterface_C"); \ static_assert(sizeof(IUI_BPI_ActionBarInterface_C) == 0x000001, "Wrong size on IUI_BPI_ActionBarInterface_C"); \ #define DUMPER7_ASSERTS_UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction) == 0x000008, "Wrong alignment on UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction) == 0x000068, "Wrong size on UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_Map_Find_Value) == 0x000003, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_Map_Find_ReturnValue) == 0x000004, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_Map_Keys_Keys) == 0x000008, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_Array_Find_ReturnValue) == 0x000018, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_Map_Keys_Keys_1) == 0x000020, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_GetLegendItem_ReturnValue) == 0x000030, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_Array_Contains_ReturnValue) == 0x000038, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_Array_Find_ReturnValue_1) == 0x00003C, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_GetLegendItem_ReturnValue_1) == 0x000040, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_GetLegendItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_Array_Contains_ReturnValue_1) == 0x000048, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_IsValid_ReturnValue_1) == 0x000049, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x00004C, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000050, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_Get_ReturnValue) == 0x000058, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_CompleteTutorialStep_ReturnValue) == 0x000060, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_CompleteTutorialStep_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_Map_Find_Value_1) == 0x000061, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_Map_Find_ReturnValue_1) == 0x000062, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000063, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000064, "Member 'UI_BP_Tutorial_NonModal_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Tutorial_NonModal_C_OnIntroStarted \ static_assert(alignof(UI_BP_Tutorial_NonModal_C_OnIntroStarted) == 0x000004, "Wrong alignment on UI_BP_Tutorial_NonModal_C_OnIntroStarted"); \ static_assert(sizeof(UI_BP_Tutorial_NonModal_C_OnIntroStarted) == 0x000008, "Wrong size on UI_BP_Tutorial_NonModal_C_OnIntroStarted"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_OnIntroStarted, IntroType) == 0x000000, "Member 'UI_BP_Tutorial_NonModal_C_OnIntroStarted::IntroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_OnIntroStarted, IntroDuration) == 0x000004, "Member 'UI_BP_Tutorial_NonModal_C_OnIntroStarted::IntroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Tutorial_NonModal_C_OnOutroStarted \ static_assert(alignof(UI_BP_Tutorial_NonModal_C_OnOutroStarted) == 0x000004, "Wrong alignment on UI_BP_Tutorial_NonModal_C_OnOutroStarted"); \ static_assert(sizeof(UI_BP_Tutorial_NonModal_C_OnOutroStarted) == 0x000008, "Wrong size on UI_BP_Tutorial_NonModal_C_OnOutroStarted"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_OnOutroStarted, OutroType) == 0x000000, "Member 'UI_BP_Tutorial_NonModal_C_OnOutroStarted::OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_OnOutroStarted, OutroDuration) == 0x000004, "Member 'UI_BP_Tutorial_NonModal_C_OnOutroStarted::OutroDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Tutorial_NonModal_C_SetTutorialExpiryTimerProgress \ static_assert(alignof(UI_BP_Tutorial_NonModal_C_SetTutorialExpiryTimerProgress) == 0x000004, "Wrong alignment on UI_BP_Tutorial_NonModal_C_SetTutorialExpiryTimerProgress"); \ static_assert(sizeof(UI_BP_Tutorial_NonModal_C_SetTutorialExpiryTimerProgress) == 0x000004, "Wrong size on UI_BP_Tutorial_NonModal_C_SetTutorialExpiryTimerProgress"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_SetTutorialExpiryTimerProgress, progress) == 0x000000, "Member 'UI_BP_Tutorial_NonModal_C_SetTutorialExpiryTimerProgress::progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Tutorial_NonModal_C_SetTutorialLegendItems \ static_assert(alignof(UI_BP_Tutorial_NonModal_C_SetTutorialLegendItems) == 0x000008, "Wrong alignment on UI_BP_Tutorial_NonModal_C_SetTutorialLegendItems"); \ static_assert(sizeof(UI_BP_Tutorial_NonModal_C_SetTutorialLegendItems) == 0x000010, "Wrong size on UI_BP_Tutorial_NonModal_C_SetTutorialLegendItems"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_SetTutorialLegendItems, LegendItems) == 0x000000, "Member 'UI_BP_Tutorial_NonModal_C_SetTutorialLegendItems::LegendItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Tutorial_NonModal_C_CompletionButtonReleased \ static_assert(alignof(UI_BP_Tutorial_NonModal_C_CompletionButtonReleased) == 0x000008, "Wrong alignment on UI_BP_Tutorial_NonModal_C_CompletionButtonReleased"); \ static_assert(sizeof(UI_BP_Tutorial_NonModal_C_CompletionButtonReleased) == 0x000010, "Wrong size on UI_BP_Tutorial_NonModal_C_CompletionButtonReleased"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_CompletionButtonReleased, LegendItem) == 0x000000, "Member 'UI_BP_Tutorial_NonModal_C_CompletionButtonReleased::LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_CompletionButtonReleased, HoldWasCompleted) == 0x000008, "Member 'UI_BP_Tutorial_NonModal_C_CompletionButtonReleased::HoldWasCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Tutorial_NonModal_C_SetTutorialVideoIsLoading \ static_assert(alignof(UI_BP_Tutorial_NonModal_C_SetTutorialVideoIsLoading) == 0x000001, "Wrong alignment on UI_BP_Tutorial_NonModal_C_SetTutorialVideoIsLoading"); \ static_assert(sizeof(UI_BP_Tutorial_NonModal_C_SetTutorialVideoIsLoading) == 0x000001, "Wrong size on UI_BP_Tutorial_NonModal_C_SetTutorialVideoIsLoading"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_SetTutorialVideoIsLoading, IsLoading) == 0x000000, "Member 'UI_BP_Tutorial_NonModal_C_SetTutorialVideoIsLoading::IsLoading' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Tutorial_NonModal_C_SetTutorialVideoReady \ static_assert(alignof(UI_BP_Tutorial_NonModal_C_SetTutorialVideoReady) == 0x000008, "Wrong alignment on UI_BP_Tutorial_NonModal_C_SetTutorialVideoReady"); \ static_assert(sizeof(UI_BP_Tutorial_NonModal_C_SetTutorialVideoReady) == 0x000008, "Wrong size on UI_BP_Tutorial_NonModal_C_SetTutorialVideoReady"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_SetTutorialVideoReady, MediaSource) == 0x000000, "Member 'UI_BP_Tutorial_NonModal_C_SetTutorialVideoReady::MediaSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Tutorial_NonModal_C_OnOutroEnded \ static_assert(alignof(UI_BP_Tutorial_NonModal_C_OnOutroEnded) == 0x000004, "Wrong alignment on UI_BP_Tutorial_NonModal_C_OnOutroEnded"); \ static_assert(sizeof(UI_BP_Tutorial_NonModal_C_OnOutroEnded) == 0x000004, "Wrong size on UI_BP_Tutorial_NonModal_C_OnOutroEnded"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_OnOutroEnded, OutroType) == 0x000000, "Member 'UI_BP_Tutorial_NonModal_C_OnOutroEnded::OutroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Tutorial_NonModal_C_OnSetTutorialPosition \ static_assert(alignof(UI_BP_Tutorial_NonModal_C_OnSetTutorialPosition) == 0x000004, "Wrong alignment on UI_BP_Tutorial_NonModal_C_OnSetTutorialPosition"); \ static_assert(sizeof(UI_BP_Tutorial_NonModal_C_OnSetTutorialPosition) == 0x000010, "Wrong size on UI_BP_Tutorial_NonModal_C_OnSetTutorialPosition"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_OnSetTutorialPosition, Position) == 0x000000, "Member 'UI_BP_Tutorial_NonModal_C_OnSetTutorialPosition::Position' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_OnSetTutorialPosition, Alignment) == 0x000008, "Member 'UI_BP_Tutorial_NonModal_C_OnSetTutorialPosition::Alignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Tutorial_NonModal_C_SetTutorialTitle \ static_assert(alignof(UI_BP_Tutorial_NonModal_C_SetTutorialTitle) == 0x000008, "Wrong alignment on UI_BP_Tutorial_NonModal_C_SetTutorialTitle"); \ static_assert(sizeof(UI_BP_Tutorial_NonModal_C_SetTutorialTitle) == 0x000018, "Wrong size on UI_BP_Tutorial_NonModal_C_SetTutorialTitle"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_SetTutorialTitle, TitleString) == 0x000000, "Member 'UI_BP_Tutorial_NonModal_C_SetTutorialTitle::TitleString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_SetTutorialTitle, IsTranslatable) == 0x000010, "Member 'UI_BP_Tutorial_NonModal_C_SetTutorialTitle::IsTranslatable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Tutorial_NonModal_C_SetTutorialBody \ static_assert(alignof(UI_BP_Tutorial_NonModal_C_SetTutorialBody) == 0x000008, "Wrong alignment on UI_BP_Tutorial_NonModal_C_SetTutorialBody"); \ static_assert(sizeof(UI_BP_Tutorial_NonModal_C_SetTutorialBody) == 0x000018, "Wrong size on UI_BP_Tutorial_NonModal_C_SetTutorialBody"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_SetTutorialBody, BodyString) == 0x000000, "Member 'UI_BP_Tutorial_NonModal_C_SetTutorialBody::BodyString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_SetTutorialBody, IsTranslatable) == 0x000010, "Member 'UI_BP_Tutorial_NonModal_C_SetTutorialBody::IsTranslatable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Tutorial_NonModal_C_OnIntroEnded \ static_assert(alignof(UI_BP_Tutorial_NonModal_C_OnIntroEnded) == 0x000004, "Wrong alignment on UI_BP_Tutorial_NonModal_C_OnIntroEnded"); \ static_assert(sizeof(UI_BP_Tutorial_NonModal_C_OnIntroEnded) == 0x000004, "Wrong size on UI_BP_Tutorial_NonModal_C_OnIntroEnded"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_OnIntroEnded, IntroType) == 0x000000, "Member 'UI_BP_Tutorial_NonModal_C_OnIntroEnded::IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal \ static_assert(alignof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal) == 0x000008, "Wrong alignment on UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal"); \ static_assert(sizeof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal) == 0x000148, "Wrong size on UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, EntryPoint) == 0x000000, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_Event_Progress) == 0x000004, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_Event_Progress' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_Event_LegendItems) == 0x000008, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_Event_LegendItems' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_CustomEvent_LegendItem) == 0x000018, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_CustomEvent_LegendItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_CustomEvent_HoldWasCompleted) == 0x000020, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_CustomEvent_HoldWasCompleted' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, CallFunc_Get_ReturnValue) == 0x000028, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, CallFunc_CompleteTutorialStep_ReturnValue) == 0x000030, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::CallFunc_CompleteTutorialStep_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, CallFunc_PlayAnimationForward_ReturnValue) == 0x000038, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000040, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000048, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_Event_OutroType_1) == 0x000050, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_Event_OutroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_Event_OutroDuration) == 0x000054, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_Event_OutroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_Event_IsLoading) == 0x000058, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_Event_IsLoading' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_Event_MediaSource) == 0x000060, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_Event_MediaSource' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_Event_OutroType) == 0x000068, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_Event_OutroType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_Event_Position) == 0x00006C, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_Event_Position' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_Event_Alignment) == 0x000074, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_Event_Alignment' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_Event_IntroType_1) == 0x00007C, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_Event_IntroType_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_Event_IntroDuration) == 0x000080, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_Event_IntroDuration' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_MakeStruct_Anchors) == 0x000084, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, Temp_int_Loop_Counter_Variable) == 0x000094, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, Temp_int_Array_Index_Variable) == 0x000098, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, CallFunc_Add_IntInt_ReturnValue) == 0x0000D0, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, CallFunc_GetLegendItem_ReturnValue) == 0x0000D8, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::CallFunc_GetLegendItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, CallFunc_IsValid_ReturnValue) == 0x0000E0, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_Event_TitleString) == 0x0000E8, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_Event_TitleString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_Event_IsTranslatable_1) == 0x0000F8, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_Event_IsTranslatable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_Event_BodyString) == 0x000100, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_Event_BodyString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_Event_IsTranslatable) == 0x000110, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_Event_IsTranslatable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, CallFunc_Conv_StringToText_ReturnValue) == 0x000118, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_CreateDelegate_OutputDelegate) == 0x000130, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal, K2Node_Event_IntroType) == 0x000140, "Member 'UI_BP_Tutorial_NonModal_C_ExecuteUbergraph_UI_BP_Tutorial_NonModal::K2Node_Event_IntroType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings \ static_assert(alignof(UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings) == 0x000008, "Wrong alignment on UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings"); \ static_assert(sizeof(UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings) == 0x000078, "Wrong size on UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings, DepthLevel) == 0x000000, "Member 'UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings::DepthLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings, ReturnValue) == 0x000008, "Member 'UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings, TempGatheredStrings) == 0x000018, "Member 'UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings::TempGatheredStrings' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue) == 0x000028, "Member 'UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings, CallFunc_GatherMenuReaderStrings_ReturnValue_1) == 0x000038, "Member 'UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings::CallFunc_GatherMenuReaderStrings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings, CallFunc_GetText_ReturnValue) == 0x000048, "Member 'UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings, CallFunc_Conv_TextToString_ReturnValue) == 0x000060, "Member 'UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'UI_BP_Tutorial_NonModal_C_GatherMenuReaderStrings::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Tutorial_NonModal_C \ static_assert(alignof(UUI_BP_Tutorial_NonModal_C) == 0x000008, "Wrong alignment on UUI_BP_Tutorial_NonModal_C"); \ static_assert(sizeof(UUI_BP_Tutorial_NonModal_C) == 0x000460, "Wrong size on UUI_BP_Tutorial_NonModal_C"); \ static_assert(offsetof(UUI_BP_Tutorial_NonModal_C, UberGraphFrame) == 0x0003D8, "Member 'UUI_BP_Tutorial_NonModal_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Tutorial_NonModal_C, NonModal_Intro) == 0x0003E0, "Member 'UUI_BP_Tutorial_NonModal_C::NonModal_Intro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Tutorial_NonModal_C, NonModal_Outro) == 0x0003E8, "Member 'UUI_BP_Tutorial_NonModal_C::NonModal_Outro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Tutorial_NonModal_C, bottomSpacer) == 0x0003F0, "Member 'UUI_BP_Tutorial_NonModal_C::bottomSpacer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Tutorial_NonModal_C, LegendPanel) == 0x0003F8, "Member 'UUI_BP_Tutorial_NonModal_C::LegendPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Tutorial_NonModal_C, PopupLegend) == 0x000400, "Member 'UUI_BP_Tutorial_NonModal_C::PopupLegend' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Tutorial_NonModal_C, PopupMain) == 0x000408, "Member 'UUI_BP_Tutorial_NonModal_C::PopupMain' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Tutorial_NonModal_C, tutorialBody) == 0x000410, "Member 'UUI_BP_Tutorial_NonModal_C::tutorialBody' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Tutorial_NonModal_C, tutorialCard) == 0x000418, "Member 'UUI_BP_Tutorial_NonModal_C::tutorialCard' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Tutorial_NonModal_C, videoPanel) == 0x000420, "Member 'UUI_BP_Tutorial_NonModal_C::videoPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Tutorial_NonModal_C, videoPlayer) == 0x000428, "Member 'UUI_BP_Tutorial_NonModal_C::videoPlayer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Tutorial_NonModal_C, CompletionInputAction) == 0x000430, "Member 'UUI_BP_Tutorial_NonModal_C::CompletionInputAction' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Tutorial_NonModal_C, CachedLegendItems) == 0x000438, "Member 'UUI_BP_Tutorial_NonModal_C::CachedLegendItems' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Tutorial_NonModal_C, MustHoldForCompletion) == 0x000448, "Member 'UUI_BP_Tutorial_NonModal_C::MustHoldForCompletion' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Tutorial_NonModal_C, LegendItem0) == 0x000450, "Member 'UUI_BP_Tutorial_NonModal_C::LegendItem0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Tutorial_NonModal_C, IsVideoPlaying) == 0x000458, "Member 'UUI_BP_Tutorial_NonModal_C::IsVideoPlaying' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint \ static_assert(alignof(ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint) == 0x000008, "Wrong alignment on ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint"); \ static_assert(sizeof(ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint) == 0x000070, "Wrong size on ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint"); \ static_assert(offsetof(ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint, EntryPoint) == 0x000000, "Member 'ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint, K2Node_Event_Context) == 0x000008, "Member 'ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_LumosStart_Sprint_C_ExecuteUbergraph_ABL_LumosStart_Sprint::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_LumosStart_Sprint_C_OnAbilityBranch \ static_assert(alignof(ABL_LumosStart_Sprint_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_LumosStart_Sprint_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_LumosStart_Sprint_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_LumosStart_Sprint_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_LumosStart_Sprint_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_LumosStart_Sprint_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_Sprint_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_LumosStart_Sprint_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_LumosStart_Sprint_C_OnAbilityStart \ static_assert(alignof(ABL_LumosStart_Sprint_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_LumosStart_Sprint_C_OnAbilityStart"); \ static_assert(sizeof(ABL_LumosStart_Sprint_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_LumosStart_Sprint_C_OnAbilityStart"); \ static_assert(offsetof(ABL_LumosStart_Sprint_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_LumosStart_Sprint_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_LumosStart_Sprint_C \ static_assert(alignof(UABL_LumosStart_Sprint_C) == 0x000008, "Wrong alignment on UABL_LumosStart_Sprint_C"); \ static_assert(sizeof(UABL_LumosStart_Sprint_C) == 0x0000D0, "Wrong size on UABL_LumosStart_Sprint_C"); \ static_assert(offsetof(UABL_LumosStart_Sprint_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_LumosStart_Sprint_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCR_Biped_C \ static_assert(alignof(UCR_Biped_C) == 0x000010, "Wrong alignment on UCR_Biped_C"); \ static_assert(sizeof(UCR_Biped_C) == 0x0007E0, "Wrong size on UCR_Biped_C"); \ static_assert(offsetof(UCR_Biped_C, LeftFootTransform) == 0x000650, "Member 'UCR_Biped_C::LeftFootTransform' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, LeftToeTransform) == 0x000680, "Member 'UCR_Biped_C::LeftToeTransform' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, RightFootTransform) == 0x0006B0, "Member 'UCR_Biped_C::RightFootTransform' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, RightToeTransform) == 0x0006E0, "Member 'UCR_Biped_C::RightToeTransform' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, HipTransform) == 0x000710, "Member 'UCR_Biped_C::HipTransform' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, LeftFootAlpha) == 0x000740, "Member 'UCR_Biped_C::LeftFootAlpha' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, RightFootAlpha) == 0x000744, "Member 'UCR_Biped_C::RightFootAlpha' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, HipAlpha) == 0x000748, "Member 'UCR_Biped_C::HipAlpha' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, AimAlpha) == 0x00074C, "Member 'UCR_Biped_C::AimAlpha' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, AimTarget) == 0x000750, "Member 'UCR_Biped_C::AimTarget' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, LeftHandTransform) == 0x000760, "Member 'UCR_Biped_C::LeftHandTransform' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, RightHandTransform) == 0x000790, "Member 'UCR_Biped_C::RightHandTransform' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, LeftHandAlpha) == 0x0007C0, "Member 'UCR_Biped_C::LeftHandAlpha' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, RightHandAlpha) == 0x0007C4, "Member 'UCR_Biped_C::RightHandAlpha' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, CushionAmount) == 0x0007C8, "Member 'UCR_Biped_C::CushionAmount' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, LeftLegExtension) == 0x0007CC, "Member 'UCR_Biped_C::LeftLegExtension' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, RightLegExtension) == 0x0007D0, "Member 'UCR_Biped_C::RightLegExtension' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, AimLooseness) == 0x0007D4, "Member 'UCR_Biped_C::AimLooseness' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, SpineMobility) == 0x0007D8, "Member 'UCR_Biped_C::SpineMobility' has a wrong offset!"); \ static_assert(offsetof(UCR_Biped_C, ApplyConstraints) == 0x0007DC, "Member 'UCR_Biped_C::ApplyConstraints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Partial_BreakoutSuccess_C \ static_assert(alignof(UABL_Partial_BreakoutSuccess_C) == 0x000008, "Wrong alignment on UABL_Partial_BreakoutSuccess_C"); \ static_assert(sizeof(UABL_Partial_BreakoutSuccess_C) == 0x0000C8, "Wrong size on UABL_Partial_BreakoutSuccess_C"); \ #define DUMPER7_ASSERTS_UABL_SwimDiveToSwim_C \ static_assert(alignof(UABL_SwimDiveToSwim_C) == 0x000008, "Wrong alignment on UABL_SwimDiveToSwim_C"); \ static_assert(sizeof(UABL_SwimDiveToSwim_C) == 0x0000C8, "Wrong size on UABL_SwimDiveToSwim_C"); \ #define DUMPER7_ASSERTS_UBP_PitchToTransformCurves_Default_C \ static_assert(alignof(UBP_PitchToTransformCurves_Default_C) == 0x000008, "Wrong alignment on UBP_PitchToTransformCurves_Default_C"); \ static_assert(sizeof(UBP_PitchToTransformCurves_Default_C) == 0x000220, "Wrong size on UBP_PitchToTransformCurves_Default_C"); \ #define DUMPER7_ASSERTS_UBP_AddAccumulatedRotation_TransformAll_C \ static_assert(alignof(UBP_AddAccumulatedRotation_TransformAll_C) == 0x000008, "Wrong alignment on UBP_AddAccumulatedRotation_TransformAll_C"); \ static_assert(sizeof(UBP_AddAccumulatedRotation_TransformAll_C) == 0x0001E0, "Wrong size on UBP_AddAccumulatedRotation_TransformAll_C"); \ #define DUMPER7_ASSERTS_BP_AOE_PetrificusTotalus_C_OnHit \ static_assert(alignof(BP_AOE_PetrificusTotalus_C_OnHit) == 0x000008, "Wrong alignment on BP_AOE_PetrificusTotalus_C_OnHit"); \ static_assert(sizeof(BP_AOE_PetrificusTotalus_C_OnHit) == 0x000180, "Wrong size on BP_AOE_PetrificusTotalus_C_OnHit"); \ static_assert(offsetof(BP_AOE_PetrificusTotalus_C_OnHit, MunitionImpact) == 0x000000, "Member 'BP_AOE_PetrificusTotalus_C_OnHit::MunitionImpact' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_PetrificusTotalus_C_OnHit, HitResult) == 0x0000F0, "Member 'BP_AOE_PetrificusTotalus_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_PetrificusTotalus_C_OnHit, bHit) == 0x000178, "Member 'BP_AOE_PetrificusTotalus_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_PetrificusTotalus_C_OnHit, bBlocked) == 0x000179, "Member 'BP_AOE_PetrificusTotalus_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_PetrificusTotalus_C_OnHit, bFailed) == 0x00017A, "Member 'BP_AOE_PetrificusTotalus_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AOE_PetrificusTotalus_C_ExecuteUbergraph_BP_AOE_PetrificusTotalus \ static_assert(alignof(BP_AOE_PetrificusTotalus_C_ExecuteUbergraph_BP_AOE_PetrificusTotalus) == 0x000008, "Wrong alignment on BP_AOE_PetrificusTotalus_C_ExecuteUbergraph_BP_AOE_PetrificusTotalus"); \ static_assert(sizeof(BP_AOE_PetrificusTotalus_C_ExecuteUbergraph_BP_AOE_PetrificusTotalus) == 0x000188, "Wrong size on BP_AOE_PetrificusTotalus_C_ExecuteUbergraph_BP_AOE_PetrificusTotalus"); \ static_assert(offsetof(BP_AOE_PetrificusTotalus_C_ExecuteUbergraph_BP_AOE_PetrificusTotalus, EntryPoint) == 0x000000, "Member 'BP_AOE_PetrificusTotalus_C_ExecuteUbergraph_BP_AOE_PetrificusTotalus::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_PetrificusTotalus_C_ExecuteUbergraph_BP_AOE_PetrificusTotalus, K2Node_Event_MunitionImpact) == 0x000008, "Member 'BP_AOE_PetrificusTotalus_C_ExecuteUbergraph_BP_AOE_PetrificusTotalus::K2Node_Event_MunitionImpact' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_PetrificusTotalus_C_ExecuteUbergraph_BP_AOE_PetrificusTotalus, K2Node_Event_HitResult) == 0x0000F8, "Member 'BP_AOE_PetrificusTotalus_C_ExecuteUbergraph_BP_AOE_PetrificusTotalus::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_PetrificusTotalus_C_ExecuteUbergraph_BP_AOE_PetrificusTotalus, K2Node_Event_bHit) == 0x000180, "Member 'BP_AOE_PetrificusTotalus_C_ExecuteUbergraph_BP_AOE_PetrificusTotalus::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_PetrificusTotalus_C_ExecuteUbergraph_BP_AOE_PetrificusTotalus, K2Node_Event_bBlocked) == 0x000181, "Member 'BP_AOE_PetrificusTotalus_C_ExecuteUbergraph_BP_AOE_PetrificusTotalus::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_PetrificusTotalus_C_ExecuteUbergraph_BP_AOE_PetrificusTotalus, K2Node_Event_bFailed) == 0x000182, "Member 'BP_AOE_PetrificusTotalus_C_ExecuteUbergraph_BP_AOE_PetrificusTotalus::K2Node_Event_bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AOE_PetrificusTotalus_C \ static_assert(alignof(ABP_AOE_PetrificusTotalus_C) == 0x000008, "Wrong alignment on ABP_AOE_PetrificusTotalus_C"); \ static_assert(sizeof(ABP_AOE_PetrificusTotalus_C) == 0x000670, "Wrong size on ABP_AOE_PetrificusTotalus_C"); \ static_assert(offsetof(ABP_AOE_PetrificusTotalus_C, UberGraphFrame) == 0x000660, "Member 'ABP_AOE_PetrificusTotalus_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AOE_PetrificusTotalus_C, DefaultSceneRoot) == 0x000668, "Member 'ABP_AOE_PetrificusTotalus_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD \ static_assert(alignof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD) == 0x000330, "Wrong size on UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, EntryPoint) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_Get_ReturnValue) == 0x000008, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, Temp_bool_Variable) == 0x000010, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_GetQuickWheelItem_ReturnValue) == 0x000014, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_GetQuickWheelItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, Temp_byte_Variable) == 0x00001C, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, Temp_byte_Variable_1) == 0x00001D, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CustomEvent_Caller_7) == 0x000030, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CustomEvent_Caller_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CustomEvent_String_2) == 0x000038, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CustomEvent_String_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CreateDelegate_OutputDelegate_1) == 0x000040, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_HermesBindEvent_Handle) == 0x000050, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CustomEvent_Caller_6) == 0x000060, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CustomEvent_Caller_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CustomEvent_String_1) == 0x000068, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CustomEvent_String_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_Get_ReturnValue_1) == 0x000070, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, Temp_byte_Variable_2) == 0x000078, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CustomEvent_Caller_5) == 0x000080, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CustomEvent_Caller_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CustomEvent_Lock) == 0x000088, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CustomEvent_Lock' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_Get_ReturnValue_2) == 0x000098, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, Temp_byte_Variable_3) == 0x0000A0, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_GetLastUsedInputDevice_ReturnValue) == 0x0000A1, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_GetLastUsedInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000A2, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CustomEvent_LoadedTexture) == 0x0000A8, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CustomEvent_LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CustomEvent_CallbackParam) == 0x0000B0, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CustomEvent_CallbackParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_PlayAnimation_ReturnValue) == 0x0000B8, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_Event_MyGeometry) == 0x0000C0, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_Event_InDeltaTime) == 0x0000F8, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000100, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, Temp_int_Variable) == 0x000108, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_Event_IsDesignTime) == 0x00010C, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CreateDelegate_OutputDelegate_2) == 0x000110, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CreateDelegate_OutputDelegate_3) == 0x000120, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CreateDelegate_OutputDelegate_4) == 0x000130, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_HermesBindFName_Handle) == 0x000140, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_HermesBindFName_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_HermesBindLock_Handle) == 0x000150, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_HermesBindLock_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CustomEvent_Caller_4) == 0x000160, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CustomEvent_Caller_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CustomEvent_InventoryResult) == 0x000168, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CustomEvent_InventoryResult' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0001F0, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CreateDelegate_OutputDelegate_5) == 0x0001F4, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CreateDelegate_OutputDelegate_6) == 0x000204, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_HermesBindInt_Handle) == 0x000218, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_HermesBindInventoryResult_Handle) == 0x000228, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_HermesBindInventoryResult_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000238, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_Get_ReturnValue_3) == 0x000240, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_HermesBindFName_Handle_1) == 0x000248, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_HermesBindFName_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_GetQuickWheelItem_ReturnValue_1) == 0x000258, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_GetQuickWheelItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CustomEvent_Caller_3) == 0x000260, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CustomEvent_String) == 0x000268, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CustomEvent_String' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000270, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_Get_ReturnValue_4) == 0x000278, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_Get_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, Temp_struct_Variable) == 0x000280, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_CompleteTutorialStepByAlias_ReturnValue) == 0x000288, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_CompleteTutorialStepByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000289, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CreateDelegate_OutputDelegate_7) == 0x00028C, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_BooleanAND_ReturnValue) == 0x00029C, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_HermesBindFName_Handle_2) == 0x0002A0, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_HermesBindFName_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CustomEvent_Caller_2) == 0x0002B0, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CustomEvent_Int) == 0x0002B8, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_GetUIManagerPure_ReturnValue) == 0x0002C0, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_GetShouldShowButtonGraphics_ReturnValue) == 0x0002C8, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_GetShouldShowButtonGraphics_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_Select_Default) == 0x0002C9, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_Select_Default_1) == 0x0002CA, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CreateDelegate_OutputDelegate_8) == 0x0002CC, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_HermesBindEvent_Handle_1) == 0x0002E0, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CustomEvent_Caller_1) == 0x0002F0, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_Get_ReturnValue_5) == 0x0002F8, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_Get_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, Temp_struct_Variable_1) == 0x000300, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_GetQuickWheelItem_ReturnValue_2) == 0x000308, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_GetQuickWheelItem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_SwitchName_CmpSuccess) == 0x000310, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, Temp_bool_Variable_1) == 0x000311, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_Select_Default_2) == 0x000314, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, CallFunc_GetPhoenixGameInstancePure_ReturnValue) == 0x000320, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::CallFunc_GetPhoenixGameInstancePure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD, K2Node_CustomEvent_Caller) == 0x000328, "Member 'UI_BP_QuickItemHUD_C_ExecuteUbergraph_UI_BP_QuickItemHUD::K2Node_CustomEvent_Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_RestartChallenge \ static_assert(alignof(UI_BP_QuickItemHUD_C_RestartChallenge) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_RestartChallenge"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_RestartChallenge) == 0x000008, "Wrong size on UI_BP_QuickItemHUD_C_RestartChallenge"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_RestartChallenge, Caller) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_RestartChallenge::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_PlayerPlantCountChanged \ static_assert(alignof(UI_BP_QuickItemHUD_C_PlayerPlantCountChanged) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_PlayerPlantCountChanged"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_PlayerPlantCountChanged) == 0x000008, "Wrong size on UI_BP_QuickItemHUD_C_PlayerPlantCountChanged"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_PlayerPlantCountChanged, Caller) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_PlayerPlantCountChanged::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_ShowButtonGraphicsFlagChanged \ static_assert(alignof(UI_BP_QuickItemHUD_C_ShowButtonGraphicsFlagChanged) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_ShowButtonGraphicsFlagChanged"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_ShowButtonGraphicsFlagChanged) == 0x000010, "Wrong size on UI_BP_QuickItemHUD_C_ShowButtonGraphicsFlagChanged"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ShowButtonGraphicsFlagChanged, Caller) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_ShowButtonGraphicsFlagChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ShowButtonGraphicsFlagChanged, int_0) == 0x000008, "Member 'UI_BP_QuickItemHUD_C_ShowButtonGraphicsFlagChanged::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_QuickItemUsed \ static_assert(alignof(UI_BP_QuickItemHUD_C_QuickItemUsed) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_QuickItemUsed"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_QuickItemUsed) == 0x000010, "Wrong size on UI_BP_QuickItemHUD_C_QuickItemUsed"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_QuickItemUsed, Caller) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_QuickItemUsed::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_QuickItemUsed, String) == 0x000008, "Member 'UI_BP_QuickItemHUD_C_QuickItemUsed::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_PlayerInventoryChanged \ static_assert(alignof(UI_BP_QuickItemHUD_C_PlayerInventoryChanged) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_PlayerInventoryChanged"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_PlayerInventoryChanged) == 0x000090, "Wrong size on UI_BP_QuickItemHUD_C_PlayerInventoryChanged"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_PlayerInventoryChanged, Caller) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_PlayerInventoryChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_PlayerInventoryChanged, InventoryResult) == 0x000008, "Member 'UI_BP_QuickItemHUD_C_PlayerInventoryChanged::InventoryResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_PreConstruct \ static_assert(alignof(UI_BP_QuickItemHUD_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_QuickItemHUD_C_PreConstruct"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_QuickItemHUD_C_PreConstruct"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_Tick \ static_assert(alignof(UI_BP_QuickItemHUD_C_Tick) == 0x000004, "Wrong alignment on UI_BP_QuickItemHUD_C_Tick"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_Tick) == 0x00003C, "Wrong size on UI_BP_QuickItemHUD_C_Tick"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_QuickItemHUD_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_ItemIconLoaded \ static_assert(alignof(UI_BP_QuickItemHUD_C_ItemIconLoaded) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_ItemIconLoaded"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_ItemIconLoaded) == 0x000010, "Wrong size on UI_BP_QuickItemHUD_C_ItemIconLoaded"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ItemIconLoaded, LoadedTexture) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_ItemIconLoaded::LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ItemIconLoaded, CallbackParam) == 0x000008, "Member 'UI_BP_QuickItemHUD_C_ItemIconLoaded::CallbackParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_WheelItemUnlocked \ static_assert(alignof(UI_BP_QuickItemHUD_C_WheelItemUnlocked) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_WheelItemUnlocked"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_WheelItemUnlocked) == 0x000018, "Wrong size on UI_BP_QuickItemHUD_C_WheelItemUnlocked"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_WheelItemUnlocked, Caller) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_WheelItemUnlocked::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_WheelItemUnlocked, Lock) == 0x000008, "Member 'UI_BP_QuickItemHUD_C_WheelItemUnlocked::Lock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_WheelItemSelected \ static_assert(alignof(UI_BP_QuickItemHUD_C_WheelItemSelected) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_WheelItemSelected"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_WheelItemSelected) == 0x000010, "Wrong size on UI_BP_QuickItemHUD_C_WheelItemSelected"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_WheelItemSelected, Caller) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_WheelItemSelected::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_WheelItemSelected, String) == 0x000008, "Member 'UI_BP_QuickItemHUD_C_WheelItemSelected::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_AbilityAdded \ static_assert(alignof(UI_BP_QuickItemHUD_C_AbilityAdded) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_AbilityAdded"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_AbilityAdded) == 0x000010, "Wrong size on UI_BP_QuickItemHUD_C_AbilityAdded"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_AbilityAdded, Caller) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_AbilityAdded::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_AbilityAdded, String) == 0x000008, "Member 'UI_BP_QuickItemHUD_C_AbilityAdded::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_SetItem \ static_assert(alignof(UI_BP_QuickItemHUD_C_SetItem) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_SetItem"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_SetItem) == 0x000060, "Wrong size on UI_BP_QuickItemHUD_C_SetItem"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetItem, ItemName) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_SetItem::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetItem, IconName) == 0x000008, "Member 'UI_BP_QuickItemHUD_C_SetItem::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetItem, ItemCount) == 0x000010, "Member 'UI_BP_QuickItemHUD_C_SetItem::ItemCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetItem, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000014, "Member 'UI_BP_QuickItemHUD_C_SetItem::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetItem, Temp_name_Variable) == 0x000018, "Member 'UI_BP_QuickItemHUD_C_SetItem::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetItem, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'UI_BP_QuickItemHUD_C_SetItem::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetItem, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'UI_BP_QuickItemHUD_C_SetItem::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetItem, Temp_bool_Variable) == 0x000040, "Member 'UI_BP_QuickItemHUD_C_SetItem::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetItem, K2Node_Select_Default) == 0x000044, "Member 'UI_BP_QuickItemHUD_C_SetItem::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetItem, K2Node_CreateDelegate_OutputDelegate) == 0x00004C, "Member 'UI_BP_QuickItemHUD_C_SetItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetItem, CallFunc_AsyncFindIconTexWithCallback_ReturnValue) == 0x00005C, "Member 'UI_BP_QuickItemHUD_C_SetItem::CallFunc_AsyncFindIconTexWithCallback_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetItem, K2Node_SwitchName_CmpSuccess) == 0x00005D, "Member 'UI_BP_QuickItemHUD_C_SetItem::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_SetItemCount \ static_assert(alignof(UI_BP_QuickItemHUD_C_SetItemCount) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_SetItemCount"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_SetItemCount) == 0x000030, "Wrong size on UI_BP_QuickItemHUD_C_SetItemCount"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetItemCount, ItemName) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_SetItemCount::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetItemCount, ItemCount) == 0x000008, "Member 'UI_BP_QuickItemHUD_C_SetItemCount::ItemCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetItemCount, CallFunc_NotEqual_NameName_ReturnValue) == 0x00000C, "Member 'UI_BP_QuickItemHUD_C_SetItemCount::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetItemCount, CallFunc_GetCount_ReturnValue) == 0x000010, "Member 'UI_BP_QuickItemHUD_C_SetItemCount::CallFunc_GetCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetItemCount, CallFunc_Conv_IntToText_ReturnValue) == 0x000018, "Member 'UI_BP_QuickItemHUD_C_SetItemCount::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility \ static_assert(alignof(UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility) == 0x000004, "Wrong alignment on UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility) == 0x000024, "Wrong size on UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility, FoundItem) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility::FoundItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility, Temp_int_Array_Index_Variable) == 0x000004, "Member 'UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility, CallFunc_Array_Get_Item) == 0x000010, "Member 'UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility, K2Node_Select_Default) == 0x000018, "Member 'UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility, CallFunc_IsUnlocked_ReturnValue) == 0x000019, "Member 'UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility, CallFunc_BooleanOR_ReturnValue) == 0x000021, "Member 'UI_BP_QuickItemHUD_C_Set_Item_Panel_Visibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_Update_Fill_Meter \ static_assert(alignof(UI_BP_QuickItemHUD_C_Update_Fill_Meter) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_Update_Fill_Meter"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_Update_Fill_Meter) == 0x000058, "Wrong size on UI_BP_QuickItemHUD_C_Update_Fill_Meter"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Update_Fill_Meter, FillPercentage) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_Update_Fill_Meter::FillPercentage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Update_Fill_Meter, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'UI_BP_QuickItemHUD_C_Update_Fill_Meter::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Update_Fill_Meter, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000010, "Member 'UI_BP_QuickItemHUD_C_Update_Fill_Meter::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Update_Fill_Meter, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000018, "Member 'UI_BP_QuickItemHUD_C_Update_Fill_Meter::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Update_Fill_Meter, CallFunc_GetAbilityDurationRemaining_ReturnValue) == 0x000020, "Member 'UI_BP_QuickItemHUD_C_Update_Fill_Meter::CallFunc_GetAbilityDurationRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Update_Fill_Meter, CallFunc_GetPotionDuration_ReturnValue) == 0x000024, "Member 'UI_BP_QuickItemHUD_C_Update_Fill_Meter::CallFunc_GetPotionDuration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Update_Fill_Meter, CallFunc_GetAbilityActive_ReturnValue) == 0x000028, "Member 'UI_BP_QuickItemHUD_C_Update_Fill_Meter::CallFunc_GetAbilityActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Update_Fill_Meter, CallFunc_MapRangeClamped_ReturnValue) == 0x00002C, "Member 'UI_BP_QuickItemHUD_C_Update_Fill_Meter::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Update_Fill_Meter, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000030, "Member 'UI_BP_QuickItemHUD_C_Update_Fill_Meter::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Update_Fill_Meter, CallFunc_GetDynamicMaterial_ReturnValue_2) == 0x000038, "Member 'UI_BP_QuickItemHUD_C_Update_Fill_Meter::CallFunc_GetDynamicMaterial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Update_Fill_Meter, CallFunc_GetDynamicMaterial_ReturnValue_3) == 0x000040, "Member 'UI_BP_QuickItemHUD_C_Update_Fill_Meter::CallFunc_GetDynamicMaterial_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Update_Fill_Meter, CallFunc_GetDynamicMaterial_ReturnValue_4) == 0x000048, "Member 'UI_BP_QuickItemHUD_C_Update_Fill_Meter::CallFunc_GetDynamicMaterial_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_Update_Fill_Meter, CallFunc_GetDynamicMaterial_ReturnValue_5) == 0x000050, "Member 'UI_BP_QuickItemHUD_C_Update_Fill_Meter::CallFunc_GetDynamicMaterial_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_ActivateTimer \ static_assert(alignof(UI_BP_QuickItemHUD_C_ActivateTimer) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_ActivateTimer"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_ActivateTimer) == 0x000020, "Wrong size on UI_BP_QuickItemHUD_C_ActivateTimer"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ActivateTimer, ItemName) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_ActivateTimer::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ActivateTimer, CallFunc_GetPotionDuration_ReturnValue) == 0x000008, "Member 'UI_BP_QuickItemHUD_C_ActivateTimer::CallFunc_GetPotionDuration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ActivateTimer, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00000C, "Member 'UI_BP_QuickItemHUD_C_ActivateTimer::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ActivateTimer, CallFunc_K2_SetTimer_ReturnValue) == 0x000010, "Member 'UI_BP_QuickItemHUD_C_ActivateTimer::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ActivateTimer, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000018, "Member 'UI_BP_QuickItemHUD_C_ActivateTimer::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_ResetTimer \ static_assert(alignof(UI_BP_QuickItemHUD_C_ResetTimer) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_ResetTimer"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_ResetTimer) == 0x000018, "Wrong size on UI_BP_QuickItemHUD_C_ResetTimer"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ResetTimer, PotionName) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_ResetTimer::PotionName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ResetTimer, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'UI_BP_QuickItemHUD_C_ResetTimer::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_ResetTimer, CallFunc_GetAbilityActive_ReturnValue) == 0x000010, "Member 'UI_BP_QuickItemHUD_C_ResetTimer::CallFunc_GetAbilityActive_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_UpdatePlantUsageCount \ static_assert(alignof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_UpdatePlantUsageCount"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount) == 0x000120, "Wrong size on UI_BP_QuickItemHUD_C_UpdatePlantUsageCount"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, ItemName) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, PlantMax) == 0x000008, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::PlantMax' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, PlantCount) == 0x00000C, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::PlantCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, K2Node_SwitchName_CmpSuccess) == 0x000020, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, CallFunc_GetPhoenixGameInstancePure_ReturnValue) == 0x000028, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::CallFunc_GetPhoenixGameInstancePure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, CallFunc_AVATranslate_ReturnValue) == 0x000070, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, K2Node_MakeArray_Array) == 0x0000C8, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0000D8, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, CallFunc_GetVenomousTentaculaMax_ReturnValue) == 0x0000F8, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::CallFunc_GetVenomousTentaculaMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, CallFunc_Conv_TextToString_ReturnValue) == 0x000100, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, CallFunc_GetChompingCabbageMax_ReturnValue) == 0x000110, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::CallFunc_GetChompingCabbageMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, CallFunc_GetVenomousTentaculaCount_ReturnValue) == 0x000114, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::CallFunc_GetVenomousTentaculaCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, CallFunc_GetChompingCabbageCount_ReturnValue) == 0x000118, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::CallFunc_GetChompingCabbageCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, CallFunc_IsValid_ReturnValue) == 0x00011C, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_UpdatePlantUsageCount, CallFunc_IsValid_ReturnValue_1) == 0x00011D, "Member 'UI_BP_QuickItemHUD_C_UpdatePlantUsageCount::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_SetTimerActive \ static_assert(alignof(UI_BP_QuickItemHUD_C_SetTimerActive) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_SetTimerActive"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_SetTimerActive) == 0x000030, "Wrong size on UI_BP_QuickItemHUD_C_SetTimerActive"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetTimerActive, ACTIVE) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_SetTimerActive::ACTIVE' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetTimerActive, ShowAnimation) == 0x000001, "Member 'UI_BP_QuickItemHUD_C_SetTimerActive::ShowAnimation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetTimerActive, ForceOperation) == 0x000002, "Member 'UI_BP_QuickItemHUD_C_SetTimerActive::ForceOperation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetTimerActive, Temp_float_Variable) == 0x000004, "Member 'UI_BP_QuickItemHUD_C_SetTimerActive::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetTimerActive, Temp_bool_Variable) == 0x000008, "Member 'UI_BP_QuickItemHUD_C_SetTimerActive::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetTimerActive, Temp_float_Variable_1) == 0x00000C, "Member 'UI_BP_QuickItemHUD_C_SetTimerActive::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetTimerActive, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'UI_BP_QuickItemHUD_C_SetTimerActive::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetTimerActive, Temp_bool_Variable_1) == 0x000011, "Member 'UI_BP_QuickItemHUD_C_SetTimerActive::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetTimerActive, K2Node_Select_Default) == 0x000014, "Member 'UI_BP_QuickItemHUD_C_SetTimerActive::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetTimerActive, K2Node_Select_Default_1) == 0x000018, "Member 'UI_BP_QuickItemHUD_C_SetTimerActive::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetTimerActive, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'UI_BP_QuickItemHUD_C_SetTimerActive::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetTimerActive, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000028, "Member 'UI_BP_QuickItemHUD_C_SetTimerActive::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetTimerActive, CallFunc_BooleanOR_ReturnValue) == 0x000029, "Member 'UI_BP_QuickItemHUD_C_SetTimerActive::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_QuickItemHUD_C_SetHighlightColor \ static_assert(alignof(UI_BP_QuickItemHUD_C_SetHighlightColor) == 0x000008, "Wrong alignment on UI_BP_QuickItemHUD_C_SetHighlightColor"); \ static_assert(sizeof(UI_BP_QuickItemHUD_C_SetHighlightColor) == 0x000068, "Wrong size on UI_BP_QuickItemHUD_C_SetHighlightColor"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetHighlightColor, PotionID) == 0x000000, "Member 'UI_BP_QuickItemHUD_C_SetHighlightColor::PotionID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetHighlightColor, Temp_bool_Variable) == 0x000008, "Member 'UI_BP_QuickItemHUD_C_SetHighlightColor::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetHighlightColor, CallFunc_Map_Find_Value) == 0x000010, "Member 'UI_BP_QuickItemHUD_C_SetHighlightColor::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetHighlightColor, CallFunc_Map_Find_ReturnValue) == 0x000038, "Member 'UI_BP_QuickItemHUD_C_SetHighlightColor::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_QuickItemHUD_C_SetHighlightColor, K2Node_Select_Default) == 0x000040, "Member 'UI_BP_QuickItemHUD_C_SetHighlightColor::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_QuickItemHUD_C \ static_assert(alignof(UUI_BP_QuickItemHUD_C) == 0x000008, "Wrong alignment on UUI_BP_QuickItemHUD_C"); \ static_assert(sizeof(UUI_BP_QuickItemHUD_C) == 0x000420, "Wrong size on UUI_BP_QuickItemHUD_C"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_QuickItemHUD_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, Deactivate) == 0x0002F0, "Member 'UUI_BP_QuickItemHUD_C::Deactivate' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, Activate) == 0x0002F8, "Member 'UUI_BP_QuickItemHUD_C::Activate' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, NewItemSelected) == 0x000300, "Member 'UUI_BP_QuickItemHUD_C::NewItemSelected' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, ActiveFlames) == 0x000308, "Member 'UUI_BP_QuickItemHUD_C::ActiveFlames' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, ActiveGlow) == 0x000310, "Member 'UUI_BP_QuickItemHUD_C::ActiveGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, ActiveHighlight) == 0x000318, "Member 'UUI_BP_QuickItemHUD_C::ActiveHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, ActiveSparks) == 0x000320, "Member 'UUI_BP_QuickItemHUD_C::ActiveSparks' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, Count) == 0x000328, "Member 'UUI_BP_QuickItemHUD_C::Count' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, ItemButtonText) == 0x000330, "Member 'UUI_BP_QuickItemHUD_C::ItemButtonText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, ItemCountText) == 0x000338, "Member 'UUI_BP_QuickItemHUD_C::ItemCountText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, ItemIcon) == 0x000340, "Member 'UUI_BP_QuickItemHUD_C::ItemIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, itemMeter) == 0x000348, "Member 'UUI_BP_QuickItemHUD_C::itemMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, ItemPanel) == 0x000350, "Member 'UUI_BP_QuickItemHUD_C::ItemPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, UsageCount) == 0x000358, "Member 'UUI_BP_QuickItemHUD_C::UsageCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, UsageCountText) == 0x000360, "Member 'UUI_BP_QuickItemHUD_C::UsageCountText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, ItemPickupLocks) == 0x000368, "Member 'UUI_BP_QuickItemHUD_C::ItemPickupLocks' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, TimerActive) == 0x000378, "Member 'UUI_BP_QuickItemHUD_C::TimerActive' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, potionDuration) == 0x00037C, "Member 'UUI_BP_QuickItemHUD_C::potionDuration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, PotionColorMap) == 0x000380, "Member 'UUI_BP_QuickItemHUD_C::PotionColorMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, DefaultHighlightColor) == 0x0003D0, "Member 'UUI_BP_QuickItemHUD_C::DefaultHighlightColor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, SelectedItemName) == 0x0003F8, "Member 'UUI_BP_QuickItemHUD_C::SelectedItemName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, OnFocusPotionApplied) == 0x000400, "Member 'UUI_BP_QuickItemHUD_C::OnFocusPotionApplied' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_QuickItemHUD_C, OnFocusPotionExpired) == 0x000410, "Member 'UUI_BP_QuickItemHUD_C::OnFocusPotionExpired' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCast_LightCombo2_C \ static_assert(alignof(UABL_WandCast_LightCombo2_C) == 0x000008, "Wrong alignment on UABL_WandCast_LightCombo2_C"); \ static_assert(sizeof(UABL_WandCast_LightCombo2_C) == 0x0000D0, "Wrong size on UABL_WandCast_LightCombo2_C"); \ #define DUMPER7_ASSERTS_UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction \ static_assert(alignof(UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction) == 0x000008, "Wrong alignment on UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction"); \ static_assert(sizeof(UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction) == 0x000068, "Wrong size on UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction, EntryPoint) == 0x000000, "Member 'UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction, K2Node_CustomEvent_Caller_1) == 0x000010, "Member 'UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction, K2Node_CustomEvent_Caller) == 0x000018, "Member 'UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction, CallFunc_Get_ReturnValue) == 0x000020, "Member 'UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction, CallFunc_HermesBindEvent_Handle) == 0x000038, "Member 'UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction, K2Node_CreateDelegate_OutputDelegate_1) == 0x000048, "Member 'UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction, CallFunc_HermesBindEvent_Handle_1) == 0x000058, "Member 'UI_BP_Station_Social_Interaction_C_ExecuteUbergraph_UI_BP_Station_Social_Interaction::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Station_Social_Interaction_C_CloseStationInteraction \ static_assert(alignof(UI_BP_Station_Social_Interaction_C_CloseStationInteraction) == 0x000008, "Wrong alignment on UI_BP_Station_Social_Interaction_C_CloseStationInteraction"); \ static_assert(sizeof(UI_BP_Station_Social_Interaction_C_CloseStationInteraction) == 0x000008, "Wrong size on UI_BP_Station_Social_Interaction_C_CloseStationInteraction"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_CloseStationInteraction, Caller) == 0x000000, "Member 'UI_BP_Station_Social_Interaction_C_CloseStationInteraction::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Station_Social_Interaction_C_StationStoryEnded \ static_assert(alignof(UI_BP_Station_Social_Interaction_C_StationStoryEnded) == 0x000008, "Wrong alignment on UI_BP_Station_Social_Interaction_C_StationStoryEnded"); \ static_assert(sizeof(UI_BP_Station_Social_Interaction_C_StationStoryEnded) == 0x000008, "Wrong size on UI_BP_Station_Social_Interaction_C_StationStoryEnded"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_StationStoryEnded, Caller) == 0x000000, "Member 'UI_BP_Station_Social_Interaction_C_StationStoryEnded::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Station_Social_Interaction_C_GetStationOptions \ static_assert(alignof(UI_BP_Station_Social_Interaction_C_GetStationOptions) == 0x000008, "Wrong alignment on UI_BP_Station_Social_Interaction_C_GetStationOptions"); \ static_assert(sizeof(UI_BP_Station_Social_Interaction_C_GetStationOptions) == 0x0000C8, "Wrong size on UI_BP_Station_Social_Interaction_C_GetStationOptions"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, Actions_0) == 0x000000, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::Actions_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, IconName) == 0x000010, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, ButtonText) == 0x000020, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::ButtonText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000034, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, Temp_int_Array_Index_Variable) == 0x000044, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, CallFunc_Array_Get_Item) == 0x000058, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, CallFunc_Conv_NameToString_ReturnValue) == 0x000078, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, CallFunc_Map_Find_Value) == 0x000088, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, CallFunc_Map_Find_ReturnValue) == 0x00008C, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, CallFunc_Concat_StrStr_ReturnValue) == 0x000090, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, CallFunc_GetPlayerController_ReturnValue) == 0x0000A0, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, CallFunc_Create_ReturnValue) == 0x0000A8, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, CallFunc_Array_Length_ReturnValue_1) == 0x0000B0, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, CallFunc_Array_Add_ReturnValue) == 0x0000B4, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, CallFunc_AddChild_ReturnValue) == 0x0000B8, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_GetStationOptions, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'UI_BP_Station_Social_Interaction_C_GetStationOptions::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Station_Social_Interaction_C_SelectedButton \ static_assert(alignof(UI_BP_Station_Social_Interaction_C_SelectedButton) == 0x000010, "Wrong alignment on UI_BP_Station_Social_Interaction_C_SelectedButton"); \ static_assert(sizeof(UI_BP_Station_Social_Interaction_C_SelectedButton) == 0x000180, "Wrong size on UI_BP_Station_Social_Interaction_C_SelectedButton"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, Button) == 0x000000, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_Get_ReturnValue) == 0x000008, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_GetPlayerPawn_ReturnValue) == 0x000010, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_LeafNodeSwitcher_self_CastInput) == 0x000018, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_LeafNodeSwitcher_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_GetTransform_ReturnValue) == 0x000030, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_BreakTransform_Location) == 0x000060, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_BreakTransform_Rotation) == 0x00006C, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_BreakTransform_Scale) == 0x000078, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_LeafNodeSwitcher_self_CastInput_1) == 0x000088, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_LeafNodeSwitcher_self_CastInput_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_MakeLiteralName_ReturnValue) == 0x000098, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_MakeLiteralName_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_GetBlackboard_ReturnValue) == 0x0000B0, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_GetPlayerPawn_ReturnValue_2) == 0x0000B8, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_GetPlayerPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_GetChildIndex_ReturnValue) == 0x0000C0, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_GetChildIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, K2Node_DynamicCast_AsStation_Interactor_Interface) == 0x0000C8, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::K2Node_DynamicCast_AsStation_Interactor_Interface' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_Array_Get_Item) == 0x0000DC, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_RequestStationInteraction_ReturnValue) == 0x0000FC, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_RequestStationInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_GetOwner_ReturnValue) == 0x000100, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, K2Node_DynamicCast_AsStation) == 0x000108, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::K2Node_DynamicCast_AsStation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, K2Node_DynamicCast_bSuccess_1) == 0x000110, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_GetConnectionStartTransform_ReturnValue) == 0x000120, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_GetConnectionStartTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_BreakTransform_Location_1) == 0x000150, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_BreakTransform_Rotation_1) == 0x00015C, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_BreakTransform_Scale_1) == 0x000168, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000174, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_SelectedButton, CallFunc_UnlockStationBP_ReturnValue) == 0x000175, "Member 'UI_BP_Station_Social_Interaction_C_SelectedButton::CallFunc_UnlockStationBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Station_Social_Interaction_C_CleanupandLeaveStation \ static_assert(alignof(UI_BP_Station_Social_Interaction_C_CleanupandLeaveStation) == 0x000008, "Wrong alignment on UI_BP_Station_Social_Interaction_C_CleanupandLeaveStation"); \ static_assert(sizeof(UI_BP_Station_Social_Interaction_C_CleanupandLeaveStation) == 0x000010, "Wrong size on UI_BP_Station_Social_Interaction_C_CleanupandLeaveStation"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_CleanupandLeaveStation, CallFunc_LeafNodeSwitcher_self_CastInput) == 0x000000, "Member 'UI_BP_Station_Social_Interaction_C_CleanupandLeaveStation::CallFunc_LeafNodeSwitcher_self_CastInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Station_Social_Interaction_C_Camera \ static_assert(alignof(UI_BP_Station_Social_Interaction_C_Camera) == 0x000001, "Wrong alignment on UI_BP_Station_Social_Interaction_C_Camera"); \ static_assert(sizeof(UI_BP_Station_Social_Interaction_C_Camera) == 0x000001, "Wrong size on UI_BP_Station_Social_Interaction_C_Camera"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_Camera, Enabled) == 0x000000, "Member 'UI_BP_Station_Social_Interaction_C_Camera::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Station_Social_Interaction_C_OnButtonHovered \ static_assert(alignof(UI_BP_Station_Social_Interaction_C_OnButtonHovered) == 0x000008, "Wrong alignment on UI_BP_Station_Social_Interaction_C_OnButtonHovered"); \ static_assert(sizeof(UI_BP_Station_Social_Interaction_C_OnButtonHovered) == 0x000010, "Wrong size on UI_BP_Station_Social_Interaction_C_OnButtonHovered"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_OnButtonHovered, Button) == 0x000000, "Member 'UI_BP_Station_Social_Interaction_C_OnButtonHovered::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_OnButtonHovered, CallFunc_PostEventAtLocation_ReturnValue) == 0x000008, "Member 'UI_BP_Station_Social_Interaction_C_OnButtonHovered::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_OnButtonHovered, CallFunc_Array_Find_ReturnValue) == 0x00000C, "Member 'UI_BP_Station_Social_Interaction_C_OnButtonHovered::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Station_Social_Interaction_C_NextOption \ static_assert(alignof(UI_BP_Station_Social_Interaction_C_NextOption) == 0x000008, "Wrong alignment on UI_BP_Station_Social_Interaction_C_NextOption"); \ static_assert(sizeof(UI_BP_Station_Social_Interaction_C_NextOption) == 0x000020, "Wrong size on UI_BP_Station_Social_Interaction_C_NextOption"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_NextOption, CallFunc_PostEventAtLocation_ReturnValue) == 0x000000, "Member 'UI_BP_Station_Social_Interaction_C_NextOption::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_NextOption, Temp_int_Variable) == 0x000004, "Member 'UI_BP_Station_Social_Interaction_C_NextOption::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_NextOption, CallFunc_Array_Get_Item) == 0x000008, "Member 'UI_BP_Station_Social_Interaction_C_NextOption::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_NextOption, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_Station_Social_Interaction_C_NextOption::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_NextOption, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_Station_Social_Interaction_C_NextOption::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_NextOption, CallFunc_Less_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_Station_Social_Interaction_C_NextOption::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Station_Social_Interaction_C_PreviousOption \ static_assert(alignof(UI_BP_Station_Social_Interaction_C_PreviousOption) == 0x000008, "Wrong alignment on UI_BP_Station_Social_Interaction_C_PreviousOption"); \ static_assert(sizeof(UI_BP_Station_Social_Interaction_C_PreviousOption) == 0x000018, "Wrong size on UI_BP_Station_Social_Interaction_C_PreviousOption"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_PreviousOption, CallFunc_PostEventAtLocation_ReturnValue) == 0x000000, "Member 'UI_BP_Station_Social_Interaction_C_PreviousOption::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_PreviousOption, Temp_int_Variable) == 0x000004, "Member 'UI_BP_Station_Social_Interaction_C_PreviousOption::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_PreviousOption, CallFunc_Array_Get_Item) == 0x000008, "Member 'UI_BP_Station_Social_Interaction_C_PreviousOption::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_PreviousOption, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_Station_Social_Interaction_C_PreviousOption::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_PreviousOption, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_Station_Social_Interaction_C_PreviousOption::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Station_Social_Interaction_C_OnMouseButtonDown \ static_assert(alignof(UI_BP_Station_Social_Interaction_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on UI_BP_Station_Social_Interaction_C_OnMouseButtonDown"); \ static_assert(sizeof(UI_BP_Station_Social_Interaction_C_OnMouseButtonDown) == 0x000218, "Wrong size on UI_BP_Station_Social_Interaction_C_OnMouseButtonDown"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'UI_BP_Station_Social_Interaction_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'UI_BP_Station_Social_Interaction_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_OnMouseButtonDown, ReturnValue) == 0x0000A8, "Member 'UI_BP_Station_Social_Interaction_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'UI_BP_Station_Social_Interaction_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction \ static_assert(alignof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction) == 0x000004, "Wrong alignment on UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction"); \ static_assert(sizeof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction) == 0x000014, "Wrong size on UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction, InputAction) == 0x000000, "Member 'UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction, InputEvent) == 0x000001, "Member 'UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction::InputEvent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction, ReturnValue) == 0x000002, "Member 'UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000009, "Member 'UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00000A, "Member 'UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00000B, "Member 'UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue) == 0x00000C, "Member 'UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00000D, "Member 'UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_1) == 0x00000E, "Member 'UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x00000F, "Member 'UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000010, "Member 'UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000011, "Member 'UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction, CallFunc_BooleanOR_ReturnValue_2) == 0x000012, "Member 'UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x000013, "Member 'UI_BP_Station_Social_Interaction_C_BlueprintOnUMGInputAction::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Station_Social_Interaction_C \ static_assert(alignof(UUI_BP_Station_Social_Interaction_C) == 0x000008, "Wrong alignment on UUI_BP_Station_Social_Interaction_C"); \ static_assert(sizeof(UUI_BP_Station_Social_Interaction_C) == 0x000430, "Wrong size on UUI_BP_Station_Social_Interaction_C"); \ static_assert(offsetof(UUI_BP_Station_Social_Interaction_C, UberGraphFrame) == 0x000370, "Member 'UUI_BP_Station_Social_Interaction_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Station_Social_Interaction_C, OptionBox) == 0x000378, "Member 'UUI_BP_Station_Social_Interaction_C::OptionBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Station_Social_Interaction_C, StationComponent) == 0x000380, "Member 'UUI_BP_Station_Social_Interaction_C::StationComponent' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Station_Social_Interaction_C, Actions) == 0x000388, "Member 'UUI_BP_Station_Social_Interaction_C::Actions' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Station_Social_Interaction_C, Current_Station) == 0x000398, "Member 'UUI_BP_Station_Social_Interaction_C::Current_Station' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Station_Social_Interaction_C, EnteredStation) == 0x0003A0, "Member 'UUI_BP_Station_Social_Interaction_C::EnteredStation' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Station_Social_Interaction_C, Popout) == 0x0003A8, "Member 'UUI_BP_Station_Social_Interaction_C::Popout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Station_Social_Interaction_C, ActionMap) == 0x0003B0, "Member 'UUI_BP_Station_Social_Interaction_C::ActionMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Station_Social_Interaction_C, AITree) == 0x000400, "Member 'UUI_BP_Station_Social_Interaction_C::AITree' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Station_Social_Interaction_C, OptionArray) == 0x000408, "Member 'UUI_BP_Station_Social_Interaction_C::OptionArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Station_Social_Interaction_C, currentOptionIndex) == 0x000418, "Member 'UUI_BP_Station_Social_Interaction_C::currentOptionIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Station_Social_Interaction_C, currentOptionButton) == 0x000420, "Member 'UUI_BP_Station_Social_Interaction_C::currentOptionButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Station_Social_Interaction_C, maxOptions) == 0x000428, "Member 'UUI_BP_Station_Social_Interaction_C::maxOptions' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Station_Social_Interaction_C, ButtonPressedHere) == 0x00042C, "Member 'UUI_BP_Station_Social_Interaction_C::ButtonPressedHere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Spawn_Show_C \ static_assert(alignof(UABL_Enemy_Spawn_Show_C) == 0x000008, "Wrong alignment on UABL_Enemy_Spawn_Show_C"); \ static_assert(sizeof(UABL_Enemy_Spawn_Show_C) == 0x0000C8, "Wrong size on UABL_Enemy_Spawn_Show_C"); \ #define DUMPER7_ASSERTS_UI_BP_MoneyNotification_C_ExecuteUbergraph_UI_BP_MoneyNotification \ static_assert(alignof(UI_BP_MoneyNotification_C_ExecuteUbergraph_UI_BP_MoneyNotification) == 0x000008, "Wrong alignment on UI_BP_MoneyNotification_C_ExecuteUbergraph_UI_BP_MoneyNotification"); \ static_assert(sizeof(UI_BP_MoneyNotification_C_ExecuteUbergraph_UI_BP_MoneyNotification) == 0x000030, "Wrong size on UI_BP_MoneyNotification_C_ExecuteUbergraph_UI_BP_MoneyNotification"); \ static_assert(offsetof(UI_BP_MoneyNotification_C_ExecuteUbergraph_UI_BP_MoneyNotification, EntryPoint) == 0x000000, "Member 'UI_BP_MoneyNotification_C_ExecuteUbergraph_UI_BP_MoneyNotification::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyNotification_C_ExecuteUbergraph_UI_BP_MoneyNotification, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_MoneyNotification_C_ExecuteUbergraph_UI_BP_MoneyNotification::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyNotification_C_ExecuteUbergraph_UI_BP_MoneyNotification, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'UI_BP_MoneyNotification_C_ExecuteUbergraph_UI_BP_MoneyNotification::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyNotification_C_ExecuteUbergraph_UI_BP_MoneyNotification, CallFunc_PlayAnimationForward_ReturnValue) == 0x000020, "Member 'UI_BP_MoneyNotification_C_ExecuteUbergraph_UI_BP_MoneyNotification::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyNotification_C_ExecuteUbergraph_UI_BP_MoneyNotification, CallFunc_K2_InvalidateTimerHandle_ReturnValue) == 0x000028, "Member 'UI_BP_MoneyNotification_C_ExecuteUbergraph_UI_BP_MoneyNotification::CallFunc_K2_InvalidateTimerHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MoneyNotification_C_Show \ static_assert(alignof(UI_BP_MoneyNotification_C_Show) == 0x000008, "Wrong alignment on UI_BP_MoneyNotification_C_Show"); \ static_assert(sizeof(UI_BP_MoneyNotification_C_Show) == 0x000010, "Wrong size on UI_BP_MoneyNotification_C_Show"); \ static_assert(offsetof(UI_BP_MoneyNotification_C_Show, Amount) == 0x000000, "Member 'UI_BP_MoneyNotification_C_Show::Amount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyNotification_C_Show, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_MoneyNotification_C_Show::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyNotification_C_Show, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_MoneyNotification_C_Show::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MoneyNotification_C_Increment \ static_assert(alignof(UI_BP_MoneyNotification_C_Increment) == 0x000008, "Wrong alignment on UI_BP_MoneyNotification_C_Increment"); \ static_assert(sizeof(UI_BP_MoneyNotification_C_Increment) == 0x000020, "Wrong size on UI_BP_MoneyNotification_C_Increment"); \ static_assert(offsetof(UI_BP_MoneyNotification_C_Increment, AddVal) == 0x000000, "Member 'UI_BP_MoneyNotification_C_Increment::AddVal' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyNotification_C_Increment, Success) == 0x000004, "Member 'UI_BP_MoneyNotification_C_Increment::Success' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyNotification_C_Increment, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'UI_BP_MoneyNotification_C_Increment::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyNotification_C_Increment, CallFunc_IsAnimationPlaying_ReturnValue) == 0x00000C, "Member 'UI_BP_MoneyNotification_C_Increment::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyNotification_C_Increment, CallFunc_K2_SetTimer_ReturnValue) == 0x000010, "Member 'UI_BP_MoneyNotification_C_Increment::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MoneyNotification_C_Increment, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000018, "Member 'UI_BP_MoneyNotification_C_Increment::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MoneyNotification_C \ static_assert(alignof(UUI_BP_MoneyNotification_C) == 0x000008, "Wrong alignment on UUI_BP_MoneyNotification_C"); \ static_assert(sizeof(UUI_BP_MoneyNotification_C) == 0x0002C0, "Wrong size on UUI_BP_MoneyNotification_C"); \ static_assert(offsetof(UUI_BP_MoneyNotification_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_MoneyNotification_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyNotification_C, AnimateOut) == 0x000270, "Member 'UUI_BP_MoneyNotification_C::AnimateOut' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyNotification_C, AnimateIn) == 0x000278, "Member 'UUI_BP_MoneyNotification_C::AnimateIn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyNotification_C, UI_BP_MoneyBar) == 0x000280, "Member 'UUI_BP_MoneyNotification_C::UI_BP_MoneyBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyNotification_C, Duration) == 0x000288, "Member 'UUI_BP_MoneyNotification_C::Duration' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyNotification_C, DurationHandle) == 0x000290, "Member 'UUI_BP_MoneyNotification_C::DurationHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyNotification_C, CurrentAmount) == 0x000298, "Member 'UUI_BP_MoneyNotification_C::CurrentAmount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyNotification_C, NotificationComplete) == 0x0002A0, "Member 'UUI_BP_MoneyNotification_C::NotificationComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MoneyNotification_C, AnimatingOut) == 0x0002B0, "Member 'UUI_BP_MoneyNotification_C::AnimatingOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter \ static_assert(alignof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter) == 0x000008, "Wrong alignment on UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter"); \ static_assert(sizeof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter) == 0x000170, "Wrong size on UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, EntryPoint) == 0x000000, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, CallFunc_HermesBindDoubleInt_Handle) == 0x000018, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::CallFunc_HermesBindDoubleInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, CallFunc_HermesBindEvent_Handle) == 0x000038, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, CallFunc_HermesBindEvent_Handle_1) == 0x000058, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, K2Node_CreateDelegate_OutputDelegate_3) == 0x000068, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, CallFunc_HermesBindEvent_Handle_2) == 0x000078, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, K2Node_CustomEvent_Caller_3) == 0x000088, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, K2Node_CustomEvent_Int1) == 0x000090, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::K2Node_CustomEvent_Int1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, K2Node_CustomEvent_Int2) == 0x000094, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::K2Node_CustomEvent_Int2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, K2Node_MakeStruct_FormatArgumentData) == 0x000098, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D8, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, K2Node_CustomEvent_Caller_2) == 0x000118, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, K2Node_MakeArray_Array) == 0x000120, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, K2Node_CustomEvent_Caller_1) == 0x000130, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, CallFunc_Format_ReturnValue) == 0x000138, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, CallFunc_PlayAnimationForward_ReturnValue) == 0x000150, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, K2Node_CustomEvent_Caller) == 0x000158, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000160, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000168, "Member 'UI_BP_VaseCounter_C_ExecuteUbergraph_UI_BP_VaseCounter::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_VaseCounter_C_ShowVaseCounterNoIcon \ static_assert(alignof(UI_BP_VaseCounter_C_ShowVaseCounterNoIcon) == 0x000008, "Wrong alignment on UI_BP_VaseCounter_C_ShowVaseCounterNoIcon"); \ static_assert(sizeof(UI_BP_VaseCounter_C_ShowVaseCounterNoIcon) == 0x000008, "Wrong size on UI_BP_VaseCounter_C_ShowVaseCounterNoIcon"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ShowVaseCounterNoIcon, Caller) == 0x000000, "Member 'UI_BP_VaseCounter_C_ShowVaseCounterNoIcon::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_VaseCounter_C_HideVaseCounter \ static_assert(alignof(UI_BP_VaseCounter_C_HideVaseCounter) == 0x000008, "Wrong alignment on UI_BP_VaseCounter_C_HideVaseCounter"); \ static_assert(sizeof(UI_BP_VaseCounter_C_HideVaseCounter) == 0x000008, "Wrong size on UI_BP_VaseCounter_C_HideVaseCounter"); \ static_assert(offsetof(UI_BP_VaseCounter_C_HideVaseCounter, Caller) == 0x000000, "Member 'UI_BP_VaseCounter_C_HideVaseCounter::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_VaseCounter_C_ShowVaseCounter \ static_assert(alignof(UI_BP_VaseCounter_C_ShowVaseCounter) == 0x000008, "Wrong alignment on UI_BP_VaseCounter_C_ShowVaseCounter"); \ static_assert(sizeof(UI_BP_VaseCounter_C_ShowVaseCounter) == 0x000008, "Wrong size on UI_BP_VaseCounter_C_ShowVaseCounter"); \ static_assert(offsetof(UI_BP_VaseCounter_C_ShowVaseCounter, Caller) == 0x000000, "Member 'UI_BP_VaseCounter_C_ShowVaseCounter::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_VaseCounter_C_VaseBroken \ static_assert(alignof(UI_BP_VaseCounter_C_VaseBroken) == 0x000008, "Wrong alignment on UI_BP_VaseCounter_C_VaseBroken"); \ static_assert(sizeof(UI_BP_VaseCounter_C_VaseBroken) == 0x000010, "Wrong size on UI_BP_VaseCounter_C_VaseBroken"); \ static_assert(offsetof(UI_BP_VaseCounter_C_VaseBroken, Caller) == 0x000000, "Member 'UI_BP_VaseCounter_C_VaseBroken::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_VaseBroken, Int1) == 0x000008, "Member 'UI_BP_VaseCounter_C_VaseBroken::Int1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_VaseCounter_C_VaseBroken, Int2) == 0x00000C, "Member 'UI_BP_VaseCounter_C_VaseBroken::Int2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_VaseCounter_C \ static_assert(alignof(UUI_BP_VaseCounter_C) == 0x000008, "Wrong alignment on UUI_BP_VaseCounter_C"); \ static_assert(sizeof(UUI_BP_VaseCounter_C) == 0x000318, "Wrong size on UUI_BP_VaseCounter_C"); \ static_assert(offsetof(UUI_BP_VaseCounter_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_VaseCounter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_VaseCounter_C, Intro) == 0x0002F0, "Member 'UUI_BP_VaseCounter_C::Intro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_VaseCounter_C, Border_2) == 0x0002F8, "Member 'UUI_BP_VaseCounter_C::Border_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_VaseCounter_C, CounterBG) == 0x000300, "Member 'UUI_BP_VaseCounter_C::CounterBG' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_VaseCounter_C, CounterText) == 0x000308, "Member 'UUI_BP_VaseCounter_C::CounterText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_VaseCounter_C, EnemyIcon) == 0x000310, "Member 'UUI_BP_VaseCounter_C::EnemyIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_LRG_Glacius_C \ static_assert(alignof(UABL_RCT_NPC_LRG_Glacius_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_LRG_Glacius_C"); \ static_assert(sizeof(UABL_RCT_NPC_LRG_Glacius_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_LRG_Glacius_C"); \ #define DUMPER7_ASSERTS_UI_BP_ChallengeHud_C_ExecuteUbergraph_UI_BP_ChallengeHud \ static_assert(alignof(UI_BP_ChallengeHud_C_ExecuteUbergraph_UI_BP_ChallengeHud) == 0x000004, "Wrong alignment on UI_BP_ChallengeHud_C_ExecuteUbergraph_UI_BP_ChallengeHud"); \ static_assert(sizeof(UI_BP_ChallengeHud_C_ExecuteUbergraph_UI_BP_ChallengeHud) == 0x000004, "Wrong size on UI_BP_ChallengeHud_C_ExecuteUbergraph_UI_BP_ChallengeHud"); \ static_assert(offsetof(UI_BP_ChallengeHud_C_ExecuteUbergraph_UI_BP_ChallengeHud, EntryPoint) == 0x000000, "Member 'UI_BP_ChallengeHud_C_ExecuteUbergraph_UI_BP_ChallengeHud::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ChallengeHud_C_SetWaveText \ static_assert(alignof(UI_BP_ChallengeHud_C_SetWaveText) == 0x000008, "Wrong alignment on UI_BP_ChallengeHud_C_SetWaveText"); \ static_assert(sizeof(UI_BP_ChallengeHud_C_SetWaveText) == 0x000088, "Wrong size on UI_BP_ChallengeHud_C_SetWaveText"); \ static_assert(offsetof(UI_BP_ChallengeHud_C_SetWaveText, WaveNumber) == 0x000000, "Member 'UI_BP_ChallengeHud_C_SetWaveText::WaveNumber' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeHud_C_SetWaveText, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'UI_BP_ChallengeHud_C_SetWaveText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeHud_C_SetWaveText, CallFunc_AVATranslate_ReturnValue) == 0x000048, "Member 'UI_BP_ChallengeHud_C_SetWaveText::CallFunc_AVATranslate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeHud_C_SetWaveText, K2Node_MakeArray_Array) == 0x000060, "Member 'UI_BP_ChallengeHud_C_SetWaveText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ChallengeHud_C_SetWaveText, CallFunc_Format_ReturnValue) == 0x000070, "Member 'UI_BP_ChallengeHud_C_SetWaveText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ChallengeHud_C \ static_assert(alignof(UUI_BP_ChallengeHud_C) == 0x000008, "Wrong alignment on UUI_BP_ChallengeHud_C"); \ static_assert(sizeof(UUI_BP_ChallengeHud_C) == 0x000358, "Wrong size on UUI_BP_ChallengeHud_C"); \ static_assert(offsetof(UUI_BP_ChallengeHud_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_ChallengeHud_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeHud_C, ReadyWaveNumberOn) == 0x0002F0, "Member 'UUI_BP_ChallengeHud_C::ReadyWaveNumberOn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeHud_C, TimerWarningPulse) == 0x0002F8, "Member 'UUI_BP_ChallengeHud_C::TimerWarningPulse' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeHud_C, CounterUpdate) == 0x000300, "Member 'UUI_BP_ChallengeHud_C::CounterUpdate' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeHud_C, ChallengeHUDOn) == 0x000308, "Member 'UUI_BP_ChallengeHud_C::ChallengeHUDOn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeHud_C, Border_1) == 0x000310, "Member 'UUI_BP_ChallengeHud_C::Border_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeHud_C, Border_2) == 0x000318, "Member 'UUI_BP_ChallengeHud_C::Border_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeHud_C, ChallengeTrim) == 0x000320, "Member 'UUI_BP_ChallengeHud_C::ChallengeTrim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeHud_C, CounterBG) == 0x000328, "Member 'UUI_BP_ChallengeHud_C::CounterBG' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeHud_C, EnemyIcon) == 0x000330, "Member 'UUI_BP_ChallengeHud_C::EnemyIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeHud_C, PhoenixTextBlock_0) == 0x000338, "Member 'UUI_BP_ChallengeHud_C::PhoenixTextBlock_0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeHud_C, PhoenixTextBlock_1) == 0x000340, "Member 'UUI_BP_ChallengeHud_C::PhoenixTextBlock_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeHud_C, PhoenixTextBlock_2) == 0x000348, "Member 'UUI_BP_ChallengeHud_C::PhoenixTextBlock_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ChallengeHud_C, WaveLabel) == 0x000350, "Member 'UUI_BP_ChallengeHud_C::WaveLabel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter \ static_assert(alignof(UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter) == 0x000008, "Wrong alignment on UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter"); \ static_assert(sizeof(UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter) == 0x000050, "Wrong size on UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter, EntryPoint) == 0x000000, "Member 'UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter, K2Node_CustomEvent_Target) == 0x000008, "Member 'UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter::K2Node_CustomEvent_Target' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000028, "Member 'UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter, CallFunc_GetObjectStateInfo_ReturnValue_1) == 0x000038, "Member 'UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter::CallFunc_GetObjectStateInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter, CallFunc_IsValid_ReturnValue_2) == 0x000040, "Member 'UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter, CallFunc_GetObjectStateInfo_ReturnValue_2) == 0x000048, "Member 'UI_BP_HUD_BossMeter_C_ExecuteUbergraph_UI_BP_HUD_BossMeter::CallFunc_GetObjectStateInfo_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_BossMeter_C_TargetAcquired \ static_assert(alignof(UI_BP_HUD_BossMeter_C_TargetAcquired) == 0x000008, "Wrong alignment on UI_BP_HUD_BossMeter_C_TargetAcquired"); \ static_assert(sizeof(UI_BP_HUD_BossMeter_C_TargetAcquired) == 0x000008, "Wrong size on UI_BP_HUD_BossMeter_C_TargetAcquired"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_TargetAcquired, Target) == 0x000000, "Member 'UI_BP_HUD_BossMeter_C_TargetAcquired::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_BossMeter_C_BossHealthChanged \ static_assert(alignof(UI_BP_HUD_BossMeter_C_BossHealthChanged) == 0x000008, "Wrong alignment on UI_BP_HUD_BossMeter_C_BossHealthChanged"); \ static_assert(sizeof(UI_BP_HUD_BossMeter_C_BossHealthChanged) == 0x000020, "Wrong size on UI_BP_HUD_BossMeter_C_BossHealthChanged"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_BossHealthChanged, BossTarget) == 0x000000, "Member 'UI_BP_HUD_BossMeter_C_BossHealthChanged::BossTarget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_BossHealthChanged, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UI_BP_HUD_BossMeter_C_BossHealthChanged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_BossHealthChanged, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000010, "Member 'UI_BP_HUD_BossMeter_C_BossHealthChanged::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_BossHealthChanged, CallFunc_GetUIHealthPercent_ReturnValue) == 0x000018, "Member 'UI_BP_HUD_BossMeter_C_BossHealthChanged::CallFunc_GetUIHealthPercent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_BossMeter_C_UpdateBossTarget \ static_assert(alignof(UI_BP_HUD_BossMeter_C_UpdateBossTarget) == 0x000008, "Wrong alignment on UI_BP_HUD_BossMeter_C_UpdateBossTarget"); \ static_assert(sizeof(UI_BP_HUD_BossMeter_C_UpdateBossTarget) == 0x0001B8, "Wrong size on UI_BP_HUD_BossMeter_C_UpdateBossTarget"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, BossTarget) == 0x000000, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::BossTarget' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, ShowBossName) == 0x000008, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::ShowBossName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, ShowBossHealthBar) == 0x000009, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::ShowBossHealthBar' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, FoundThresholds) == 0x00000A, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::FoundThresholds' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, TempShowBadge) == 0x00000B, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::TempShowBadge' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, TempShowName) == 0x00000C, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::TempShowName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, Temp_bool_Variable) == 0x00000D, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, Temp_bool_Variable_1) == 0x00000E, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, Temp_int_Array_Index_Variable) == 0x000010, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, K2Node_MakeStruct_SlateColor_1) == 0x000040, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, Temp_byte_Variable) == 0x000068, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_GetChildAt_ReturnValue) == 0x000070, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, K2Node_DynamicCast_AsSlider) == 0x000078, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::K2Node_DynamicCast_AsSlider' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_GetChildrenCount_ReturnValue) == 0x000084, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, Temp_int_Loop_Counter_Variable) == 0x00008C, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000098, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0000A0, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_GetMaxHealth_ReturnValue) == 0x0000A8, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_GetMaxHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, K2Node_DynamicCast_AsCharacter_State_Info) == 0x0000B0, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::K2Node_DynamicCast_AsCharacter_State_Info' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, K2Node_DynamicCast_bSuccess_1) == 0x0000B8, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000C0, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_GetHealthThresholdArray_ReturnValue) == 0x0000C8, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_GetHealthThresholdArray_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_Array_Get_Item) == 0x0000D8, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_SelectFloat_ReturnValue) == 0x000110, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_Array_Length_ReturnValue) == 0x000114, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000118, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_Less_IntInt_ReturnValue_1) == 0x00011C, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_MakeLiteralGameplayTag_ReturnValue) == 0x000120, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_MakeLiteralGameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_Get_ReturnValue) == 0x000128, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, Temp_byte_Variable_1) == 0x000130, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_GetPlayerPawn_ReturnValue) == 0x000138, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_GetComponentByClass_ReturnValue) == 0x000140, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_GetModBlackboardValue_OutValue) == 0x000148, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_GetModBlackboardValue_OutValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_GetModBlackboardValue_ReturnValue) == 0x00014C, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_GetModBlackboardValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_GetObjectStateInfo_ReturnValue_1) == 0x000150, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_GetObjectStateInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_GetLevel_ReturnValue) == 0x000158, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_GetLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00015C, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_Conv_FloatToText_ReturnValue) == 0x000160, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, K2Node_DynamicCast_AsNPC_Character) == 0x000178, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, K2Node_DynamicCast_bSuccess_2) == 0x000180, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_GetShowBadge_ReturnValue) == 0x000181, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_GetShowBadge_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_GetDbId_ReturnValue) == 0x000184, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_Conv_NameToString_ReturnValue) == 0x000190, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, Temp_bool_Variable_2) == 0x0001A0, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_IsValid_ReturnValue) == 0x0001A1, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, K2Node_Select_Default) == 0x0001A2, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x0001A8, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, CallFunc_GetUseMinimalHud_ReturnValue) == 0x0001B0, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::CallFunc_GetUseMinimalHud_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateBossTarget, K2Node_Select_Default_1) == 0x0001B1, "Member 'UI_BP_HUD_BossMeter_C_UpdateBossTarget::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_BossMeter_C_SetCurrentTargetActor \ static_assert(alignof(UI_BP_HUD_BossMeter_C_SetCurrentTargetActor) == 0x000008, "Wrong alignment on UI_BP_HUD_BossMeter_C_SetCurrentTargetActor"); \ static_assert(sizeof(UI_BP_HUD_BossMeter_C_SetCurrentTargetActor) == 0x000010, "Wrong size on UI_BP_HUD_BossMeter_C_SetCurrentTargetActor"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_SetCurrentTargetActor, TargetActor_0) == 0x000000, "Member 'UI_BP_HUD_BossMeter_C_SetCurrentTargetActor::TargetActor_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_SetCurrentTargetActor, ShowName) == 0x000008, "Member 'UI_BP_HUD_BossMeter_C_SetCurrentTargetActor::ShowName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_SetCurrentTargetActor, ShowHealth) == 0x000009, "Member 'UI_BP_HUD_BossMeter_C_SetCurrentTargetActor::ShowHealth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_BossMeter_C_HealthChanged \ static_assert(alignof(UI_BP_HUD_BossMeter_C_HealthChanged) == 0x000008, "Wrong alignment on UI_BP_HUD_BossMeter_C_HealthChanged"); \ static_assert(sizeof(UI_BP_HUD_BossMeter_C_HealthChanged) == 0x000020, "Wrong size on UI_BP_HUD_BossMeter_C_HealthChanged"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_HealthChanged, Target) == 0x000000, "Member 'UI_BP_HUD_BossMeter_C_HealthChanged::Target' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_HealthChanged, Health) == 0x000008, "Member 'UI_BP_HUD_BossMeter_C_HealthChanged::Health' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_HealthChanged, Not_sure) == 0x00000C, "Member 'UI_BP_HUD_BossMeter_C_HealthChanged::Not_sure' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_HealthChanged, CallFunc_IsValid_ReturnValue) == 0x00000D, "Member 'UI_BP_HUD_BossMeter_C_HealthChanged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_HealthChanged, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000010, "Member 'UI_BP_HUD_BossMeter_C_HealthChanged::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_HealthChanged, CallFunc_GetUIHealthPercent_ReturnValue) == 0x000018, "Member 'UI_BP_HUD_BossMeter_C_HealthChanged::CallFunc_GetUIHealthPercent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_BossMeter_C_UpdateCreatureInfo \ static_assert(alignof(UI_BP_HUD_BossMeter_C_UpdateCreatureInfo) == 0x000008, "Wrong alignment on UI_BP_HUD_BossMeter_C_UpdateCreatureInfo"); \ static_assert(sizeof(UI_BP_HUD_BossMeter_C_UpdateCreatureInfo) == 0x0001C8, "Wrong size on UI_BP_HUD_BossMeter_C_UpdateCreatureInfo"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateCreatureInfo, InCreature) == 0x000000, "Member 'UI_BP_HUD_BossMeter_C_UpdateCreatureInfo::InCreature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateCreatureInfo, CreatureState) == 0x000008, "Member 'UI_BP_HUD_BossMeter_C_UpdateCreatureInfo::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateCreatureInfo, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'UI_BP_HUD_BossMeter_C_UpdateCreatureInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateCreatureInfo, CallFunc_GetIsMale_ReturnValue) == 0x000011, "Member 'UI_BP_HUD_BossMeter_C_UpdateCreatureInfo::CallFunc_GetIsMale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateCreatureInfo, Temp_bool_Variable) == 0x000012, "Member 'UI_BP_HUD_BossMeter_C_UpdateCreatureInfo::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateCreatureInfo, CallFunc_MakeBrushFromTexture_ReturnValue) == 0x000018, "Member 'UI_BP_HUD_BossMeter_C_UpdateCreatureInfo::CallFunc_MakeBrushFromTexture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateCreatureInfo, CallFunc_MakeBrushFromTexture_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_HUD_BossMeter_C_UpdateCreatureInfo::CallFunc_MakeBrushFromTexture_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateCreatureInfo, K2Node_Select_Default) == 0x000128, "Member 'UI_BP_HUD_BossMeter_C_UpdateCreatureInfo::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateCreatureInfo, CallFunc_Get_ReturnValue) == 0x0001B0, "Member 'UI_BP_HUD_BossMeter_C_UpdateCreatureInfo::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateCreatureInfo, CallFunc_IsValid_ReturnValue_1) == 0x0001B8, "Member 'UI_BP_HUD_BossMeter_C_UpdateCreatureInfo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_BossMeter_C_UpdateCreatureInfo, CallFunc_BP_GetCreatureStateByActor_ReturnValue) == 0x0001C0, "Member 'UI_BP_HUD_BossMeter_C_UpdateCreatureInfo::CallFunc_BP_GetCreatureStateByActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_HUD_BossMeter_C \ static_assert(alignof(UUI_BP_HUD_BossMeter_C) == 0x000008, "Wrong alignment on UUI_BP_HUD_BossMeter_C"); \ static_assert(sizeof(UUI_BP_HUD_BossMeter_C) == 0x000358, "Wrong size on UUI_BP_HUD_BossMeter_C"); \ static_assert(offsetof(UUI_BP_HUD_BossMeter_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_HUD_BossMeter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_BossMeter_C, ShowBossHealthMeter) == 0x0002F0, "Member 'UUI_BP_HUD_BossMeter_C::ShowBossHealthMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_BossMeter_C, CreatureGender) == 0x0002F8, "Member 'UUI_BP_HUD_BossMeter_C::CreatureGender' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_BossMeter_C, HealthThresholds) == 0x000300, "Member 'UUI_BP_HUD_BossMeter_C::HealthThresholds' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_BossMeter_C, Image_194) == 0x000308, "Member 'UUI_BP_HUD_BossMeter_C::Image_194' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_BossMeter_C, InvalidationBoxBossMeter) == 0x000310, "Member 'UUI_BP_HUD_BossMeter_C::InvalidationBoxBossMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_BossMeter_C, Level) == 0x000318, "Member 'UUI_BP_HUD_BossMeter_C::Level' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_BossMeter_C, targetHealth) == 0x000320, "Member 'UUI_BP_HUD_BossMeter_C::targetHealth' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_BossMeter_C, targetHealthBar) == 0x000328, "Member 'UUI_BP_HUD_BossMeter_C::targetHealthBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_BossMeter_C, TargetLevel) == 0x000330, "Member 'UUI_BP_HUD_BossMeter_C::TargetLevel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_BossMeter_C, TargetName) == 0x000338, "Member 'UUI_BP_HUD_BossMeter_C::TargetName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_BossMeter_C, HasBossTarget) == 0x000340, "Member 'UUI_BP_HUD_BossMeter_C::HasBossTarget' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_BossMeter_C, TargetActor) == 0x000348, "Member 'UUI_BP_HUD_BossMeter_C::TargetActor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_BossMeter_C, IsGendered) == 0x000350, "Member 'UUI_BP_HUD_BossMeter_C::IsGendered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HealthIncrease_C_HealthUp \ static_assert(alignof(UI_BP_HealthIncrease_C_HealthUp) == 0x000008, "Wrong alignment on UI_BP_HealthIncrease_C_HealthUp"); \ static_assert(sizeof(UI_BP_HealthIncrease_C_HealthUp) == 0x000028, "Wrong size on UI_BP_HealthIncrease_C_HealthUp"); \ static_assert(offsetof(UI_BP_HealthIncrease_C_HealthUp, Health) == 0x000000, "Member 'UI_BP_HealthIncrease_C_HealthUp::Health' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HealthIncrease_C_HealthUp, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'UI_BP_HealthIncrease_C_HealthUp::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HealthIncrease_C_HealthUp, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'UI_BP_HealthIncrease_C_HealthUp::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HealthIncrease_C_HealthUpNoAnim \ static_assert(alignof(UI_BP_HealthIncrease_C_HealthUpNoAnim) == 0x000008, "Wrong alignment on UI_BP_HealthIncrease_C_HealthUpNoAnim"); \ static_assert(sizeof(UI_BP_HealthIncrease_C_HealthUpNoAnim) == 0x000020, "Wrong size on UI_BP_HealthIncrease_C_HealthUpNoAnim"); \ static_assert(offsetof(UI_BP_HealthIncrease_C_HealthUpNoAnim, Health) == 0x000000, "Member 'UI_BP_HealthIncrease_C_HealthUpNoAnim::Health' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HealthIncrease_C_HealthUpNoAnim, CallFunc_Conv_IntToText_ReturnValue) == 0x000008, "Member 'UI_BP_HealthIncrease_C_HealthUpNoAnim::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_HealthIncrease_C \ static_assert(alignof(UUI_BP_HealthIncrease_C) == 0x000008, "Wrong alignment on UUI_BP_HealthIncrease_C"); \ static_assert(sizeof(UUI_BP_HealthIncrease_C) == 0x000290, "Wrong size on UUI_BP_HealthIncrease_C"); \ static_assert(offsetof(UUI_BP_HealthIncrease_C, ShowText) == 0x000268, "Member 'UUI_BP_HealthIncrease_C::ShowText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HealthIncrease_C, PlusUp) == 0x000270, "Member 'UUI_BP_HealthIncrease_C::PlusUp' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HealthIncrease_C, gainTextBorder) == 0x000278, "Member 'UUI_BP_HealthIncrease_C::gainTextBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HealthIncrease_C, HealthGain) == 0x000280, "Member 'UUI_BP_HealthIncrease_C::HealthGain' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HealthIncrease_C, HealthGainBox) == 0x000288, "Member 'UUI_BP_HealthIncrease_C::HealthGainBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD \ static_assert(alignof(UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD) == 0x000008, "Wrong alignment on UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD"); \ static_assert(sizeof(UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD) == 0x0000C8, "Wrong size on UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD"); \ static_assert(offsetof(UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD, EntryPoint) == 0x000000, "Member 'UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD, CallFunc_HermesBindInt_Handle) == 0x000018, "Member 'UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000028, "Member 'UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD, K2Node_MakeStruct_LinearColor) == 0x00002C, "Member 'UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD, K2Node_MakeStruct_SlateColor) == 0x000040, "Member 'UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD, K2Node_MakeStruct_LinearColor_1) == 0x000068, "Member 'UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD, K2Node_CustomEvent_Caller) == 0x000078, "Member 'UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD, K2Node_CustomEvent_Int) == 0x000080, "Member 'UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD, K2Node_Event_MyGeometry) == 0x000084, "Member 'UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD, K2Node_Event_InDeltaTime) == 0x0000BC, "Member 'UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000C0, "Member 'UI_BP_ComboHUD_C_ExecuteUbergraph_UI_BP_ComboHUD::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHUD_C_Tick \ static_assert(alignof(UI_BP_ComboHUD_C_Tick) == 0x000004, "Wrong alignment on UI_BP_ComboHUD_C_Tick"); \ static_assert(sizeof(UI_BP_ComboHUD_C_Tick) == 0x00003C, "Wrong size on UI_BP_ComboHUD_C_Tick"); \ static_assert(offsetof(UI_BP_ComboHUD_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_ComboHUD_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_ComboHUD_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHUD_C_UpdateComboCount \ static_assert(alignof(UI_BP_ComboHUD_C_UpdateComboCount) == 0x000008, "Wrong alignment on UI_BP_ComboHUD_C_UpdateComboCount"); \ static_assert(sizeof(UI_BP_ComboHUD_C_UpdateComboCount) == 0x000010, "Wrong size on UI_BP_ComboHUD_C_UpdateComboCount"); \ static_assert(offsetof(UI_BP_ComboHUD_C_UpdateComboCount, Caller) == 0x000000, "Member 'UI_BP_ComboHUD_C_UpdateComboCount::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_UpdateComboCount, int_0) == 0x000008, "Member 'UI_BP_ComboHUD_C_UpdateComboCount::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHUD_C_VisibilityChanged \ static_assert(alignof(UI_BP_ComboHUD_C_VisibilityChanged) == 0x000008, "Wrong alignment on UI_BP_ComboHUD_C_VisibilityChanged"); \ static_assert(sizeof(UI_BP_ComboHUD_C_VisibilityChanged) == 0x000038, "Wrong size on UI_BP_ComboHUD_C_VisibilityChanged"); \ static_assert(offsetof(UI_BP_ComboHUD_C_VisibilityChanged, NewVisibility) == 0x000000, "Member 'UI_BP_ComboHUD_C_VisibilityChanged::NewVisibility' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_VisibilityChanged, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'UI_BP_ComboHUD_C_VisibilityChanged::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_VisibilityChanged, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_ComboHUD_C_VisibilityChanged::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_VisibilityChanged, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000018, "Member 'UI_BP_ComboHUD_C_VisibilityChanged::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_VisibilityChanged, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000020, "Member 'UI_BP_ComboHUD_C_VisibilityChanged::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_VisibilityChanged, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'UI_BP_ComboHUD_C_VisibilityChanged::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHUD_C_UpdateFocusMultiplier \ static_assert(alignof(UI_BP_ComboHUD_C_UpdateFocusMultiplier) == 0x000008, "Wrong alignment on UI_BP_ComboHUD_C_UpdateFocusMultiplier"); \ static_assert(sizeof(UI_BP_ComboHUD_C_UpdateFocusMultiplier) == 0x000098, "Wrong size on UI_BP_ComboHUD_C_UpdateFocusMultiplier"); \ static_assert(offsetof(UI_BP_ComboHUD_C_UpdateFocusMultiplier, Points) == 0x000000, "Member 'UI_BP_ComboHUD_C_UpdateFocusMultiplier::Points' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_UpdateFocusMultiplier, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'UI_BP_ComboHUD_C_UpdateFocusMultiplier::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_UpdateFocusMultiplier, CallFunc_GetComboPoints_ReturnValue) == 0x000010, "Member 'UI_BP_ComboHUD_C_UpdateFocusMultiplier::CallFunc_GetComboPoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_UpdateFocusMultiplier, CallFunc_FTrunc_ReturnValue) == 0x000014, "Member 'UI_BP_ComboHUD_C_UpdateFocusMultiplier::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_UpdateFocusMultiplier, CallFunc_Conv_IntToText_ReturnValue) == 0x000018, "Member 'UI_BP_ComboHUD_C_UpdateFocusMultiplier::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_UpdateFocusMultiplier, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'UI_BP_ComboHUD_C_UpdateFocusMultiplier::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_UpdateFocusMultiplier, K2Node_MakeArray_Array) == 0x000070, "Member 'UI_BP_ComboHUD_C_UpdateFocusMultiplier::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_UpdateFocusMultiplier, CallFunc_Format_ReturnValue) == 0x000080, "Member 'UI_BP_ComboHUD_C_UpdateFocusMultiplier::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHUD_C_OnFocusChanged \ static_assert(alignof(UI_BP_ComboHUD_C_OnFocusChanged) == 0x000008, "Wrong alignment on UI_BP_ComboHUD_C_OnFocusChanged"); \ static_assert(sizeof(UI_BP_ComboHUD_C_OnFocusChanged) == 0x000010, "Wrong size on UI_BP_ComboHUD_C_OnFocusChanged"); \ static_assert(offsetof(UI_BP_ComboHUD_C_OnFocusChanged, Target) == 0x000000, "Member 'UI_BP_ComboHUD_C_OnFocusChanged::Target' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHUD_C_OnFocusChanged, InFocusChange) == 0x000008, "Member 'UI_BP_ComboHUD_C_OnFocusChanged::InFocusChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ComboHUD_C \ static_assert(alignof(UUI_BP_ComboHUD_C) == 0x000008, "Wrong alignment on UUI_BP_ComboHUD_C"); \ static_assert(sizeof(UUI_BP_ComboHUD_C) == 0x000310, "Wrong size on UUI_BP_ComboHUD_C"); \ static_assert(offsetof(UUI_BP_ComboHUD_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_ComboHUD_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHUD_C, AddPoints) == 0x0002F0, "Member 'UUI_BP_ComboHUD_C::AddPoints' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHUD_C, FocusText) == 0x0002F8, "Member 'UUI_BP_ComboHUD_C::FocusText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHUD_C, NewPoints) == 0x000300, "Member 'UUI_BP_ComboHUD_C::NewPoints' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHUD_C, ComboTimeLeft) == 0x000308, "Member 'UUI_BP_ComboHUD_C::ComboTimeLeft' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_StartReveal \ static_assert(alignof(BP_HogwartsProtector_C_StartReveal) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_StartReveal"); \ static_assert(sizeof(BP_HogwartsProtector_C_StartReveal) == 0x000010, "Wrong size on BP_HogwartsProtector_C_StartReveal"); \ static_assert(offsetof(BP_HogwartsProtector_C_StartReveal, Instigator_0) == 0x000000, "Member 'BP_HogwartsProtector_C_StartReveal::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_StartReveal, ShowOccluded) == 0x000008, "Member 'BP_HogwartsProtector_C_StartReveal::ShowOccluded' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_StartReveal, ReturnValue) == 0x000009, "Member 'BP_HogwartsProtector_C_StartReveal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_SetAlignmentCorridorBox \ static_assert(alignof(BP_HogwartsProtector_C_SetAlignmentCorridorBox) == 0x000010, "Wrong alignment on BP_HogwartsProtector_C_SetAlignmentCorridorBox"); \ static_assert(sizeof(BP_HogwartsProtector_C_SetAlignmentCorridorBox) == 0x0001C0, "Wrong size on BP_HogwartsProtector_C_SetAlignmentCorridorBox"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, XValue) == 0x000000, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::XValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, YValue) == 0x000004, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::YValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, NewLocalVar_0) == 0x000008, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_MakeVector_ReturnValue) == 0x000014, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_Add_VectorVector_ReturnValue) == 0x000020, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_BreakVector_X) == 0x00002C, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_BreakVector_Y) == 0x000030, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_BreakVector_Z) == 0x000034, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_MakeVector_ReturnValue_1) == 0x000038, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_FMax_ReturnValue) == 0x000044, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000048, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000D0, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000D4, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_BreakVector_X_1) == 0x0000D8, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_BreakVector_Y_1) == 0x0000DC, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_BreakVector_Z_1) == 0x0000E0, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_MakeVector_ReturnValue_2) == 0x0000E4, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000F0, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000F4, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_MakeTransform_ReturnValue) == 0x000100, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000130, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetAlignmentCorridorBox, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0001B8, "Member 'BP_HogwartsProtector_C_SetAlignmentCorridorBox::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_SetNoStencilTag \ static_assert(alignof(BP_HogwartsProtector_C_SetNoStencilTag) == 0x000004, "Wrong alignment on BP_HogwartsProtector_C_SetNoStencilTag"); \ static_assert(sizeof(BP_HogwartsProtector_C_SetNoStencilTag) == 0x000014, "Wrong size on BP_HogwartsProtector_C_SetNoStencilTag"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetNoStencilTag, bNoStencil) == 0x000000, "Member 'BP_HogwartsProtector_C_SetNoStencilTag::bNoStencil' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetNoStencilTag, NoStencilTag) == 0x000004, "Member 'BP_HogwartsProtector_C_SetNoStencilTag::NoStencilTag' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetNoStencilTag, CallFunc_Array_RemoveItem_ReturnValue) == 0x00000C, "Member 'BP_HogwartsProtector_C_SetNoStencilTag::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetNoStencilTag, CallFunc_Array_AddUnique_ReturnValue) == 0x000010, "Member 'BP_HogwartsProtector_C_SetNoStencilTag::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_Damaged \ static_assert(alignof(BP_HogwartsProtector_C_Damaged) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_Damaged"); \ static_assert(sizeof(BP_HogwartsProtector_C_Damaged) == 0x000110, "Wrong size on BP_HogwartsProtector_C_Damaged"); \ static_assert(offsetof(BP_HogwartsProtector_C_Damaged, DamageAmount) == 0x000000, "Member 'BP_HogwartsProtector_C_Damaged::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_Damaged, HitLocation) == 0x000004, "Member 'BP_HogwartsProtector_C_Damaged::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_Damaged, HitDirection) == 0x000010, "Member 'BP_HogwartsProtector_C_Damaged::HitDirection' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_Damaged, PrimComp) == 0x000020, "Member 'BP_HogwartsProtector_C_Damaged::PrimComp' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_Damaged, MunitionTagContainer) == 0x000028, "Member 'BP_HogwartsProtector_C_Damaged::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_Damaged, Instigator_0) == 0x000048, "Member 'BP_HogwartsProtector_C_Damaged::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_Damaged, Velocity) == 0x000050, "Member 'BP_HogwartsProtector_C_Damaged::Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_Damaged, ReturnValue) == 0x00005C, "Member 'BP_HogwartsProtector_C_Damaged::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_Damaged, CallFunc_Damaged_ReturnValue) == 0x00005D, "Member 'BP_HogwartsProtector_C_Damaged::CallFunc_Damaged_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_Damaged, CallFunc_MakeHitResult_ReturnValue) == 0x000060, "Member 'BP_HogwartsProtector_C_Damaged::CallFunc_MakeHitResult_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_Damaged, CallFunc_MakeLiteralGameplayTagContainer_ReturnValue) == 0x0000E8, "Member 'BP_HogwartsProtector_C_Damaged::CallFunc_MakeLiteralGameplayTagContainer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_Damaged, CallFunc_Kill_ReturnValue) == 0x000108, "Member 'BP_HogwartsProtector_C_Damaged::CallFunc_Kill_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_Damaged, CallFunc_HasAnyTags_ReturnValue) == 0x000109, "Member 'BP_HogwartsProtector_C_Damaged::CallFunc_HasAnyTags_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_DisableCharacterEffects \ static_assert(alignof(BP_HogwartsProtector_C_DisableCharacterEffects) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_DisableCharacterEffects"); \ static_assert(sizeof(BP_HogwartsProtector_C_DisableCharacterEffects) == 0x000018, "Wrong size on BP_HogwartsProtector_C_DisableCharacterEffects"); \ static_assert(offsetof(BP_HogwartsProtector_C_DisableCharacterEffects, CallFunc_GetWeapon_ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_C_DisableCharacterEffects::CallFunc_GetWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DisableCharacterEffects, K2Node_DynamicCast_AsBP_Hogwarts_Protector_Sword) == 0x000008, "Member 'BP_HogwartsProtector_C_DisableCharacterEffects::K2Node_DynamicCast_AsBP_Hogwarts_Protector_Sword' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DisableCharacterEffects, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_HogwartsProtector_C_DisableCharacterEffects::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_EnableCharacterEffects \ static_assert(alignof(BP_HogwartsProtector_C_EnableCharacterEffects) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_EnableCharacterEffects"); \ static_assert(sizeof(BP_HogwartsProtector_C_EnableCharacterEffects) == 0x000018, "Wrong size on BP_HogwartsProtector_C_EnableCharacterEffects"); \ static_assert(offsetof(BP_HogwartsProtector_C_EnableCharacterEffects, CallFunc_GetWeapon_ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_C_EnableCharacterEffects::CallFunc_GetWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_EnableCharacterEffects, K2Node_DynamicCast_AsBP_Hogwarts_Protector_Sword) == 0x000008, "Member 'BP_HogwartsProtector_C_EnableCharacterEffects::K2Node_DynamicCast_AsBP_Hogwarts_Protector_Sword' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_EnableCharacterEffects, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_HogwartsProtector_C_EnableCharacterEffects::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_Branch_to_Release \ static_assert(alignof(BP_HogwartsProtector_C_Branch_to_Release) == 0x000001, "Wrong alignment on BP_HogwartsProtector_C_Branch_to_Release"); \ static_assert(sizeof(BP_HogwartsProtector_C_Branch_to_Release) == 0x000001, "Wrong size on BP_HogwartsProtector_C_Branch_to_Release"); \ static_assert(offsetof(BP_HogwartsProtector_C_Branch_to_Release, CallFunc_InteractionArchitectTagContainerHasTag_ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_C_Branch_to_Release::CallFunc_InteractionArchitectTagContainerHasTag_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_Is_In_Alignment_Corridor \ static_assert(alignof(BP_HogwartsProtector_C_Is_In_Alignment_Corridor) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_Is_In_Alignment_Corridor"); \ static_assert(sizeof(BP_HogwartsProtector_C_Is_In_Alignment_Corridor) == 0x000020, "Wrong size on BP_HogwartsProtector_C_Is_In_Alignment_Corridor"); \ static_assert(offsetof(BP_HogwartsProtector_C_Is_In_Alignment_Corridor, IsAligned) == 0x000000, "Member 'BP_HogwartsProtector_C_Is_In_Alignment_Corridor::IsAligned' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_Is_In_Alignment_Corridor, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_HogwartsProtector_C_Is_In_Alignment_Corridor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_Is_In_Alignment_Corridor, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000008, "Member 'BP_HogwartsProtector_C_Is_In_Alignment_Corridor::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_Is_In_Alignment_Corridor, CallFunc_Array_Contains_ReturnValue) == 0x000018, "Member 'BP_HogwartsProtector_C_Is_In_Alignment_Corridor::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_TogglePuzzleDebug \ static_assert(alignof(BP_HogwartsProtector_C_TogglePuzzleDebug) == 0x000001, "Wrong alignment on BP_HogwartsProtector_C_TogglePuzzleDebug"); \ static_assert(sizeof(BP_HogwartsProtector_C_TogglePuzzleDebug) == 0x000001, "Wrong size on BP_HogwartsProtector_C_TogglePuzzleDebug"); \ static_assert(offsetof(BP_HogwartsProtector_C_TogglePuzzleDebug, Flag) == 0x000000, "Member 'BP_HogwartsProtector_C_TogglePuzzleDebug::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_DebugLine \ static_assert(alignof(BP_HogwartsProtector_C_DebugLine) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_DebugLine"); \ static_assert(sizeof(BP_HogwartsProtector_C_DebugLine) == 0x000090, "Wrong size on BP_HogwartsProtector_C_DebugLine"); \ static_assert(offsetof(BP_HogwartsProtector_C_DebugLine, Angle) == 0x000000, "Member 'BP_HogwartsProtector_C_DebugLine::Angle' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DebugLine, Length) == 0x000004, "Member 'BP_HogwartsProtector_C_DebugLine::Length' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DebugLine, Thickness) == 0x000008, "Member 'BP_HogwartsProtector_C_DebugLine::Thickness' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DebugLine, Color) == 0x00000C, "Member 'BP_HogwartsProtector_C_DebugLine::Color' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DebugLine, Text) == 0x000020, "Member 'BP_HogwartsProtector_C_DebugLine::Text' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DebugLine, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000030, "Member 'BP_HogwartsProtector_C_DebugLine::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DebugLine, CallFunc_MakeRotator_ReturnValue) == 0x00003C, "Member 'BP_HogwartsProtector_C_DebugLine::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DebugLine, CallFunc_GetForwardVector_ReturnValue) == 0x000048, "Member 'BP_HogwartsProtector_C_DebugLine::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DebugLine, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000054, "Member 'BP_HogwartsProtector_C_DebugLine::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DebugLine, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000060, "Member 'BP_HogwartsProtector_C_DebugLine::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DebugLine, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00006C, "Member 'BP_HogwartsProtector_C_DebugLine::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DebugLine, CallFunc_Add_VectorVector_ReturnValue) == 0x000078, "Member 'BP_HogwartsProtector_C_DebugLine::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DebugLine, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000084, "Member 'BP_HogwartsProtector_C_DebugLine::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_DebugSphere \ static_assert(alignof(BP_HogwartsProtector_C_DebugSphere) == 0x000004, "Wrong alignment on BP_HogwartsProtector_C_DebugSphere"); \ static_assert(sizeof(BP_HogwartsProtector_C_DebugSphere) == 0x00000C, "Wrong size on BP_HogwartsProtector_C_DebugSphere"); \ static_assert(offsetof(BP_HogwartsProtector_C_DebugSphere, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_C_DebugSphere::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_ToggleStatueState \ static_assert(alignof(BP_HogwartsProtector_C_ToggleStatueState) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_ToggleStatueState"); \ static_assert(sizeof(BP_HogwartsProtector_C_ToggleStatueState) == 0x000040, "Wrong size on BP_HogwartsProtector_C_ToggleStatueState"); \ static_assert(offsetof(BP_HogwartsProtector_C_ToggleStatueState, Flag) == 0x000000, "Member 'BP_HogwartsProtector_C_ToggleStatueState::Flag' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ToggleStatueState, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000008, "Member 'BP_HogwartsProtector_C_ToggleStatueState::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ToggleStatueState, CallFunc_GetObjectStateInfo_ReturnValue_1) == 0x000010, "Member 'BP_HogwartsProtector_C_ToggleStatueState::CallFunc_GetObjectStateInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ToggleStatueState, CallFunc_SetInvulnerable_ReturnValue) == 0x000018, "Member 'BP_HogwartsProtector_C_ToggleStatueState::CallFunc_SetInvulnerable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ToggleStatueState, CallFunc_GetWeapon_ReturnValue) == 0x000020, "Member 'BP_HogwartsProtector_C_ToggleStatueState::CallFunc_GetWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ToggleStatueState, CallFunc_GetWeapon_ReturnValue_1) == 0x000028, "Member 'BP_HogwartsProtector_C_ToggleStatueState::CallFunc_GetWeapon_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ToggleStatueState, CallFunc_GetObjectStateInfo_ReturnValue_2) == 0x000030, "Member 'BP_HogwartsProtector_C_ToggleStatueState::CallFunc_GetObjectStateInfo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ToggleStatueState, CallFunc_GetObjectStateInfo_ReturnValue_3) == 0x000038, "Member 'BP_HogwartsProtector_C_ToggleStatueState::CallFunc_GetObjectStateInfo_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_ActivateStatue \ static_assert(alignof(BP_HogwartsProtector_C_ActivateStatue) == 0x000004, "Wrong alignment on BP_HogwartsProtector_C_ActivateStatue"); \ static_assert(sizeof(BP_HogwartsProtector_C_ActivateStatue) == 0x000088, "Wrong size on BP_HogwartsProtector_C_ActivateStatue"); \ static_assert(offsetof(BP_HogwartsProtector_C_ActivateStatue, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000000, "Member 'BP_HogwartsProtector_C_ActivateStatue::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_IsPuzzleActive \ static_assert(alignof(BP_HogwartsProtector_C_IsPuzzleActive) == 0x000001, "Wrong alignment on BP_HogwartsProtector_C_IsPuzzleActive"); \ static_assert(sizeof(BP_HogwartsProtector_C_IsPuzzleActive) == 0x000001, "Wrong size on BP_HogwartsProtector_C_IsPuzzleActive"); \ static_assert(offsetof(BP_HogwartsProtector_C_IsPuzzleActive, ACTIVE) == 0x000000, "Member 'BP_HogwartsProtector_C_IsPuzzleActive::ACTIVE' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_CanTick \ static_assert(alignof(BP_HogwartsProtector_C_CanTick) == 0x000001, "Wrong alignment on BP_HogwartsProtector_C_CanTick"); \ static_assert(sizeof(BP_HogwartsProtector_C_CanTick) == 0x000002, "Wrong size on BP_HogwartsProtector_C_CanTick"); \ static_assert(offsetof(BP_HogwartsProtector_C_CanTick, CanTick_0) == 0x000000, "Member 'BP_HogwartsProtector_C_CanTick::CanTick_0' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_CanTick, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'BP_HogwartsProtector_C_CanTick::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_DetermineAlignmentAngle \ static_assert(alignof(BP_HogwartsProtector_C_DetermineAlignmentAngle) == 0x000004, "Wrong alignment on BP_HogwartsProtector_C_DetermineAlignmentAngle"); \ static_assert(sizeof(BP_HogwartsProtector_C_DetermineAlignmentAngle) == 0x000020, "Wrong size on BP_HogwartsProtector_C_DetermineAlignmentAngle"); \ static_assert(offsetof(BP_HogwartsProtector_C_DetermineAlignmentAngle, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_C_DetermineAlignmentAngle::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DetermineAlignmentAngle, CallFunc_BreakRotator_Roll) == 0x00000C, "Member 'BP_HogwartsProtector_C_DetermineAlignmentAngle::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DetermineAlignmentAngle, CallFunc_BreakRotator_Pitch) == 0x000010, "Member 'BP_HogwartsProtector_C_DetermineAlignmentAngle::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DetermineAlignmentAngle, CallFunc_BreakRotator_Yaw) == 0x000014, "Member 'BP_HogwartsProtector_C_DetermineAlignmentAngle::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DetermineAlignmentAngle, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_HogwartsProtector_C_DetermineAlignmentAngle::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_DetermineAlignmentAngle, CallFunc_Percent_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_HogwartsProtector_C_DetermineAlignmentAngle::CallFunc_Percent_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_Is_Aligned \ static_assert(alignof(BP_HogwartsProtector_C_Is_Aligned) == 0x000001, "Wrong alignment on BP_HogwartsProtector_C_Is_Aligned"); \ static_assert(sizeof(BP_HogwartsProtector_C_Is_Aligned) == 0x000003, "Wrong size on BP_HogwartsProtector_C_Is_Aligned"); \ static_assert(offsetof(BP_HogwartsProtector_C_Is_Aligned, Aligned) == 0x000000, "Member 'BP_HogwartsProtector_C_Is_Aligned::Aligned' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_Is_Aligned, CallFunc_InteractionArchitectTagContainerHasTag_ReturnValue) == 0x000001, "Member 'BP_HogwartsProtector_C_Is_Aligned::CallFunc_InteractionArchitectTagContainerHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_Is_Aligned, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'BP_HogwartsProtector_C_Is_Aligned::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_SetReflectionStatueVisible \ static_assert(alignof(BP_HogwartsProtector_C_SetReflectionStatueVisible) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_SetReflectionStatueVisible"); \ static_assert(sizeof(BP_HogwartsProtector_C_SetReflectionStatueVisible) == 0x000010, "Wrong size on BP_HogwartsProtector_C_SetReflectionStatueVisible"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetReflectionStatueVisible, Visible) == 0x000000, "Member 'BP_HogwartsProtector_C_SetReflectionStatueVisible::Visible' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetReflectionStatueVisible, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_HogwartsProtector_C_SetReflectionStatueVisible::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetReflectionStatueVisible, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000008, "Member 'BP_HogwartsProtector_C_SetReflectionStatueVisible::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_SetMainStatueVisible \ static_assert(alignof(BP_HogwartsProtector_C_SetMainStatueVisible) == 0x000001, "Wrong alignment on BP_HogwartsProtector_C_SetMainStatueVisible"); \ static_assert(sizeof(BP_HogwartsProtector_C_SetMainStatueVisible) == 0x000001, "Wrong size on BP_HogwartsProtector_C_SetMainStatueVisible"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetMainStatueVisible, Visible) == 0x000000, "Member 'BP_HogwartsProtector_C_SetMainStatueVisible::Visible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_WindRelativeAnglesDegrees \ static_assert(alignof(BP_HogwartsProtector_C_WindRelativeAnglesDegrees) == 0x000004, "Wrong alignment on BP_HogwartsProtector_C_WindRelativeAnglesDegrees"); \ static_assert(sizeof(BP_HogwartsProtector_C_WindRelativeAnglesDegrees) == 0x000038, "Wrong size on BP_HogwartsProtector_C_WindRelativeAnglesDegrees"); \ static_assert(offsetof(BP_HogwartsProtector_C_WindRelativeAnglesDegrees, Angle0) == 0x000000, "Member 'BP_HogwartsProtector_C_WindRelativeAnglesDegrees::Angle0' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_WindRelativeAnglesDegrees, Angle1) == 0x000004, "Member 'BP_HogwartsProtector_C_WindRelativeAnglesDegrees::Angle1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_WindRelativeAnglesDegrees, NewAngle) == 0x000008, "Member 'BP_HogwartsProtector_C_WindRelativeAnglesDegrees::NewAngle' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_WindRelativeAnglesDegrees, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_HogwartsProtector_C_WindRelativeAnglesDegrees::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_WindRelativeAnglesDegrees, CallFunc_SignOfFloat_ReturnValue) == 0x000010, "Member 'BP_HogwartsProtector_C_WindRelativeAnglesDegrees::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_WindRelativeAnglesDegrees, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_HogwartsProtector_C_WindRelativeAnglesDegrees::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_WindRelativeAnglesDegrees, CallFunc_Abs_ReturnValue) == 0x000018, "Member 'BP_HogwartsProtector_C_WindRelativeAnglesDegrees::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_WindRelativeAnglesDegrees, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_HogwartsProtector_C_WindRelativeAnglesDegrees::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_WindRelativeAnglesDegrees, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_HogwartsProtector_C_WindRelativeAnglesDegrees::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_WindRelativeAnglesDegrees, CallFunc_Add_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_HogwartsProtector_C_WindRelativeAnglesDegrees::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_WindRelativeAnglesDegrees, CallFunc_FFloor_ReturnValue) == 0x000028, "Member 'BP_HogwartsProtector_C_WindRelativeAnglesDegrees::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_WindRelativeAnglesDegrees, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00002C, "Member 'BP_HogwartsProtector_C_WindRelativeAnglesDegrees::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_WindRelativeAnglesDegrees, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000030, "Member 'BP_HogwartsProtector_C_WindRelativeAnglesDegrees::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_WindRelativeAnglesDegrees, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000034, "Member 'BP_HogwartsProtector_C_WindRelativeAnglesDegrees::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_ComputeTargetAngle \ static_assert(alignof(BP_HogwartsProtector_C_ComputeTargetAngle) == 0x000004, "Wrong alignment on BP_HogwartsProtector_C_ComputeTargetAngle"); \ static_assert(sizeof(BP_HogwartsProtector_C_ComputeTargetAngle) == 0x00008C, "Wrong size on BP_HogwartsProtector_C_ComputeTargetAngle"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_Add_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_BreakVector_X) == 0x000010, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_BreakVector_Y) == 0x000014, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_BreakVector_Z) == 0x000018, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_BreakVector_X_1) == 0x00001C, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_BreakVector_Y_1) == 0x000020, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_BreakVector_Z_1) == 0x000024, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000034, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000038, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000040, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000044, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00004C, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_Conv_VectorToVector2D_ReturnValue_1) == 0x000058, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_Conv_VectorToVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_FindLookAtRotation_ReturnValue) == 0x000060, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_Distance2D_ReturnValue) == 0x00006C, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_Distance2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_BreakRotator_Roll) == 0x000070, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_BreakRotator_Pitch) == 0x000074, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_BreakRotator_Yaw) == 0x000078, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x00007C, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_WindRelativeAnglesDegrees_NewAngle) == 0x000080, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_WindRelativeAnglesDegrees_NewAngle' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_MapRangeClamped_ReturnValue) == 0x000084, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ComputeTargetAngle, CallFunc_Lerp_ReturnValue) == 0x000088, "Member 'BP_HogwartsProtector_C_ComputeTargetAngle::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_ToggleReflectionPuzzle \ static_assert(alignof(BP_HogwartsProtector_C_ToggleReflectionPuzzle) == 0x000001, "Wrong alignment on BP_HogwartsProtector_C_ToggleReflectionPuzzle"); \ static_assert(sizeof(BP_HogwartsProtector_C_ToggleReflectionPuzzle) == 0x000001, "Wrong size on BP_HogwartsProtector_C_ToggleReflectionPuzzle"); \ static_assert(offsetof(BP_HogwartsProtector_C_ToggleReflectionPuzzle, Flag) == 0x000000, "Member 'BP_HogwartsProtector_C_ToggleReflectionPuzzle::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_SetupReflectionPuzzle \ static_assert(alignof(BP_HogwartsProtector_C_SetupReflectionPuzzle) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_SetupReflectionPuzzle"); \ static_assert(sizeof(BP_HogwartsProtector_C_SetupReflectionPuzzle) == 0x000018, "Wrong size on BP_HogwartsProtector_C_SetupReflectionPuzzle"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetupReflectionPuzzle, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_C_SetupReflectionPuzzle::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetupReflectionPuzzle, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000008, "Member 'BP_HogwartsProtector_C_SetupReflectionPuzzle::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_SetupReflectionPuzzle, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000010, "Member 'BP_HogwartsProtector_C_SetupReflectionPuzzle::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_UserConstructionScript \ static_assert(alignof(BP_HogwartsProtector_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_HogwartsProtector_C_UserConstructionScript"); \ static_assert(sizeof(BP_HogwartsProtector_C_UserConstructionScript) == 0x000001, "Wrong size on BP_HogwartsProtector_C_UserConstructionScript"); \ static_assert(offsetof(BP_HogwartsProtector_C_UserConstructionScript, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000000, "Member 'BP_HogwartsProtector_C_UserConstructionScript::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_OnBeginRevealFade \ static_assert(alignof(BP_HogwartsProtector_C_OnBeginRevealFade) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_OnBeginRevealFade"); \ static_assert(sizeof(BP_HogwartsProtector_C_OnBeginRevealFade) == 0x000008, "Wrong size on BP_HogwartsProtector_C_OnBeginRevealFade"); \ static_assert(offsetof(BP_HogwartsProtector_C_OnBeginRevealFade, Instigator_0) == 0x000000, "Member 'BP_HogwartsProtector_C_OnBeginRevealFade::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_OnEndReveal \ static_assert(alignof(BP_HogwartsProtector_C_OnEndReveal) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_OnEndReveal"); \ static_assert(sizeof(BP_HogwartsProtector_C_OnEndReveal) == 0x000008, "Wrong size on BP_HogwartsProtector_C_OnEndReveal"); \ static_assert(offsetof(BP_HogwartsProtector_C_OnEndReveal, Instigator_0) == 0x000000, "Member 'BP_HogwartsProtector_C_OnEndReveal::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_OnHiddenObjectHinted \ static_assert(alignof(BP_HogwartsProtector_C_OnHiddenObjectHinted) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_OnHiddenObjectHinted"); \ static_assert(sizeof(BP_HogwartsProtector_C_OnHiddenObjectHinted) == 0x000008, "Wrong size on BP_HogwartsProtector_C_OnHiddenObjectHinted"); \ static_assert(offsetof(BP_HogwartsProtector_C_OnHiddenObjectHinted, Instigator_0) == 0x000000, "Member 'BP_HogwartsProtector_C_OnHiddenObjectHinted::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_ReceiveEndPlay \ static_assert(alignof(BP_HogwartsProtector_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_HogwartsProtector_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_HogwartsProtector_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_HogwartsProtector_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_HogwartsProtector_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_HogwartsProtector_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_OnHitBySpell \ static_assert(alignof(BP_HogwartsProtector_C_OnHitBySpell) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_OnHitBySpell"); \ static_assert(sizeof(BP_HogwartsProtector_C_OnHitBySpell) == 0x0000B8, "Wrong size on BP_HogwartsProtector_C_OnHitBySpell"); \ static_assert(offsetof(BP_HogwartsProtector_C_OnHitBySpell, SpellTool) == 0x000000, "Member 'BP_HogwartsProtector_C_OnHitBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_OnHitBySpell, Instigator_0) == 0x000008, "Member 'BP_HogwartsProtector_C_OnHitBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_OnHitBySpell, SpellToolRecord) == 0x000010, "Member 'BP_HogwartsProtector_C_OnHitBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_OnHitBySpell, SpellType) == 0x000018, "Member 'BP_HogwartsProtector_C_OnHitBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_OnHitBySpell, Hit) == 0x000020, "Member 'BP_HogwartsProtector_C_OnHitBySpell::Hit' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_OnHitBySpell, ImpactDirection) == 0x0000A8, "Member 'BP_HogwartsProtector_C_OnHitBySpell::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_ReceiveTick \ static_assert(alignof(BP_HogwartsProtector_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_HogwartsProtector_C_ReceiveTick"); \ static_assert(sizeof(BP_HogwartsProtector_C_ReceiveTick) == 0x000004, "Wrong size on BP_HogwartsProtector_C_ReceiveTick"); \ static_assert(offsetof(BP_HogwartsProtector_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_HogwartsProtector_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_ProtegoTutorialComplete \ static_assert(alignof(BP_HogwartsProtector_C_ProtegoTutorialComplete) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_ProtegoTutorialComplete"); \ static_assert(sizeof(BP_HogwartsProtector_C_ProtegoTutorialComplete) == 0x000008, "Wrong size on BP_HogwartsProtector_C_ProtegoTutorialComplete"); \ static_assert(offsetof(BP_HogwartsProtector_C_ProtegoTutorialComplete, Caller) == 0x000000, "Member 'BP_HogwartsProtector_C_ProtegoTutorialComplete::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_BndEvt__BP_HogwartsProtector_BP_EnemyAI_K2Node_ComponentBoundEvent_0_OnSpawnFinishedDelegate__DelegateSignature \ static_assert(alignof(BP_HogwartsProtector_C_BndEvt__BP_HogwartsProtector_BP_EnemyAI_K2Node_ComponentBoundEvent_0_OnSpawnFinishedDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_BndEvt__BP_HogwartsProtector_BP_EnemyAI_K2Node_ComponentBoundEvent_0_OnSpawnFinishedDelegate__DelegateSignature"); \ static_assert(sizeof(BP_HogwartsProtector_C_BndEvt__BP_HogwartsProtector_BP_EnemyAI_K2Node_ComponentBoundEvent_0_OnSpawnFinishedDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_HogwartsProtector_C_BndEvt__BP_HogwartsProtector_BP_EnemyAI_K2Node_ComponentBoundEvent_0_OnSpawnFinishedDelegate__DelegateSignature"); \ static_assert(offsetof(BP_HogwartsProtector_C_BndEvt__BP_HogwartsProtector_BP_EnemyAI_K2Node_ComponentBoundEvent_0_OnSpawnFinishedDelegate__DelegateSignature, pActor) == 0x000000, "Member 'BP_HogwartsProtector_C_BndEvt__BP_HogwartsProtector_BP_EnemyAI_K2Node_ComponentBoundEvent_0_OnSpawnFinishedDelegate__DelegateSignature::pActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_OnParryWindow \ static_assert(alignof(BP_HogwartsProtector_C_OnParryWindow) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_OnParryWindow"); \ static_assert(sizeof(BP_HogwartsProtector_C_OnParryWindow) == 0x000010, "Wrong size on BP_HogwartsProtector_C_OnParryWindow"); \ static_assert(offsetof(BP_HogwartsProtector_C_OnParryWindow, InActorActor) == 0x000000, "Member 'BP_HogwartsProtector_C_OnParryWindow::InActorActor' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_OnParryWindow, bInUnblockable) == 0x000008, "Member 'BP_HogwartsProtector_C_OnParryWindow::bInUnblockable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_OnParryWindowEnd \ static_assert(alignof(BP_HogwartsProtector_C_OnParryWindowEnd) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_OnParryWindowEnd"); \ static_assert(sizeof(BP_HogwartsProtector_C_OnParryWindowEnd) == 0x000010, "Wrong size on BP_HogwartsProtector_C_OnParryWindowEnd"); \ static_assert(offsetof(BP_HogwartsProtector_C_OnParryWindowEnd, InActorActor) == 0x000000, "Member 'BP_HogwartsProtector_C_OnParryWindowEnd::InActorActor' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_OnParryWindowEnd, bInUnblockable) == 0x000008, "Member 'BP_HogwartsProtector_C_OnParryWindowEnd::bInUnblockable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_OnHiddenObjectRevealed \ static_assert(alignof(BP_HogwartsProtector_C_OnHiddenObjectRevealed) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_OnHiddenObjectRevealed"); \ static_assert(sizeof(BP_HogwartsProtector_C_OnHiddenObjectRevealed) == 0x000008, "Wrong size on BP_HogwartsProtector_C_OnHiddenObjectRevealed"); \ static_assert(offsetof(BP_HogwartsProtector_C_OnHiddenObjectRevealed, Instigator_0) == 0x000000, "Member 'BP_HogwartsProtector_C_OnHiddenObjectRevealed::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_GoParryEvent \ static_assert(alignof(BP_HogwartsProtector_C_GoParryEvent) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_GoParryEvent"); \ static_assert(sizeof(BP_HogwartsProtector_C_GoParryEvent) == 0x000008, "Wrong size on BP_HogwartsProtector_C_GoParryEvent"); \ static_assert(offsetof(BP_HogwartsProtector_C_GoParryEvent, Caller) == 0x000000, "Member 'BP_HogwartsProtector_C_GoParryEvent::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_StandingArrived \ static_assert(alignof(BP_HogwartsProtector_C_StandingArrived) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_StandingArrived"); \ static_assert(sizeof(BP_HogwartsProtector_C_StandingArrived) == 0x000008, "Wrong size on BP_HogwartsProtector_C_StandingArrived"); \ static_assert(offsetof(BP_HogwartsProtector_C_StandingArrived, Caller) == 0x000000, "Member 'BP_HogwartsProtector_C_StandingArrived::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_ProtectorPuzzleComplete \ static_assert(alignof(BP_HogwartsProtector_C_ProtectorPuzzleComplete) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_ProtectorPuzzleComplete"); \ static_assert(sizeof(BP_HogwartsProtector_C_ProtectorPuzzleComplete) == 0x000008, "Wrong size on BP_HogwartsProtector_C_ProtectorPuzzleComplete"); \ static_assert(offsetof(BP_HogwartsProtector_C_ProtectorPuzzleComplete, Caller) == 0x000000, "Member 'BP_HogwartsProtector_C_ProtectorPuzzleComplete::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_CharacterDamaged \ static_assert(alignof(BP_HogwartsProtector_C_CharacterDamaged) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_CharacterDamaged"); \ static_assert(sizeof(BP_HogwartsProtector_C_CharacterDamaged) == 0x000090, "Wrong size on BP_HogwartsProtector_C_CharacterDamaged"); \ static_assert(offsetof(BP_HogwartsProtector_C_CharacterDamaged, Caller) == 0x000000, "Member 'BP_HogwartsProtector_C_CharacterDamaged::Caller' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_CharacterDamaged, HitResult) == 0x000008, "Member 'BP_HogwartsProtector_C_CharacterDamaged::HitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector \ static_assert(alignof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector) == 0x000008, "Wrong alignment on BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector"); \ static_assert(sizeof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector) == 0x0004B8, "Wrong size on BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, EntryPoint) == 0x000000, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_HermesBindEvent_Handle) == 0x000028, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CreateDelegate_OutputDelegate_2) == 0x000038, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CreateDelegate_OutputDelegate_3) == 0x000048, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, Temp_struct_Variable) == 0x000058, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, Temp_delegate_Variable) == 0x000068, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_PostEvent_ReturnValue) == 0x000078, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_Event_Instigator_4) == 0x000080, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_Event_Instigator_4' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_Event_Instigator_3) == 0x000088, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_Event_Instigator_3' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_Event_Instigator_2) == 0x000090, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_Event_Instigator_2' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_Event_EndPlayReason) == 0x000098, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_Event_SpellTool) == 0x0000A0, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_Event_SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_Event_Instigator_1) == 0x0000A8, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_Event_Instigator_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_Event_SpellToolRecord) == 0x0000B0, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_Event_SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_Event_SpellType) == 0x0000B8, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_Event_SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_Event_Hit) == 0x0000C0, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_Event_ImpactDirection) == 0x000148, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_Event_ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_SwitchName_CmpSuccess) == 0x000154, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000155, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000156, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_Event_DeltaSeconds) == 0x000158, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CreateDelegate_OutputDelegate_4) == 0x00015C, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00016C, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_FInterpTo_ReturnValue) == 0x000170, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, Temp_delegate_Variable_1) == 0x000174, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, Temp_bool_Has_Been_Initd_Variable) == 0x000184, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_CanTick_CanTick) == 0x000185, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_CanTick_CanTick' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_BooleanAND_ReturnValue) == 0x000186, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CustomEvent_Caller_4) == 0x000188, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CustomEvent_Caller_4' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, Temp_bool_IsClosed_Variable) == 0x000190, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_GetWeapon_ReturnValue) == 0x000198, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_GetWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_IsValid_ReturnValue) == 0x0001A0, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_ComponentBoundEvent_pActor) == 0x0001A8, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_ComponentBoundEvent_pActor' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_ChooseAttack_ReturnValue) == 0x0001B0, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_ChooseAttack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001B8, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, Temp_struct_Variable_1) == 0x0001C0, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_PostEvent_ReturnValue_1) == 0x0001D0, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_Is_In_Alignment_Corridor_IsAligned) == 0x0001D4, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_Is_In_Alignment_Corridor_IsAligned' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, Temp_delegate_Variable_2) == 0x0001D8, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::Temp_delegate_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0001E8, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CustomEvent_InActorActor_1) == 0x0001F0, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CustomEvent_InActorActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CustomEvent_bInUnblockable_1) == 0x0001F8, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CustomEvent_bInUnblockable_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CustomEvent_InActorActor) == 0x000200, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CustomEvent_InActorActor' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CustomEvent_bInUnblockable) == 0x000208, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CustomEvent_bInUnblockable' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CreateDelegate_OutputDelegate_5) == 0x00020C, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CreateDelegate_OutputDelegate_6) == 0x00021C, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000230, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_Event_Instigator) == 0x000238, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_Event_Instigator' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CreateDelegate_OutputDelegate_7) == 0x000240, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_HermesBindEvent_Handle_1) == 0x000250, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CustomEvent_Caller_3) == 0x000260, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CustomEvent_Caller_2) == 0x000268, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_HermesBindEvent_Handle_2) == 0x000270, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CreateDelegate_OutputDelegate_8) == 0x000280, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CreateDelegate_OutputDelegate_9) == 0x000290, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CustomEvent_Caller_1) == 0x0002A0, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_HermesBindEvent_Handle_3) == 0x0002A8, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_MakeRotator_ReturnValue) == 0x0002B8, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0002C4, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x00034C, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_FMax_ReturnValue) == 0x000350, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000354, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_HermesBindHitResult_Handle) == 0x000358, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_HermesBindHitResult_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_Add_FloatFloat_ReturnValue) == 0x000368, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00036C, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_FClamp_ReturnValue) == 0x000370, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000374, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_FClamp_ReturnValue_1) == 0x000378, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CustomEvent_Caller) == 0x000380, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, K2Node_CustomEvent_HitResult) == 0x000388, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::K2Node_CustomEvent_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_GetCharacterStateInfo_ReturnValue) == 0x000410, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_GetCharacterStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, Temp_delegate_Variable_3) == 0x000418, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::Temp_delegate_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000428, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, Temp_struct_Variable_2) == 0x000438, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_PostEventAtLocation_ReturnValue) == 0x000448, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_PostEvent_ReturnValue_2) == 0x00044C, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, Temp_delegate_Variable_4) == 0x000450, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::Temp_delegate_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, Temp_struct_Variable_3) == 0x000460, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, Temp_bool_Has_Been_Initd_Variable_1) == 0x000470, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_PostEvent_ReturnValue_3) == 0x000474, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000478, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000484, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000490, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000494, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000498, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, Temp_struct_Variable_4) == 0x0004A0, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, CallFunc_PostEvent_ReturnValue_4) == 0x0004B0, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector, Temp_bool_IsClosed_Variable_1) == 0x0004B4, "Member 'BP_HogwartsProtector_C_ExecuteUbergraph_BP_HogwartsProtector::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HogwartsProtector_C \ static_assert(alignof(ABP_HogwartsProtector_C) == 0x000010, "Wrong alignment on ABP_HogwartsProtector_C"); \ static_assert(sizeof(ABP_HogwartsProtector_C) == 0x002DC0, "Wrong size on ABP_HogwartsProtector_C"); \ static_assert(offsetof(ABP_HogwartsProtector_C, UberGraphFrame_BP_HogwartsProtector_C) == 0x0027B0, "Member 'ABP_HogwartsProtector_C::UberGraphFrame_BP_HogwartsProtector_C' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, Ak_puzzle_audio_location) == 0x0027B8, "Member 'ABP_HogwartsProtector_C::Ak_puzzle_audio_location' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, VFX_SK_SplineThicken_Streak_1m) == 0x0027C0, "Member 'ABP_HogwartsProtector_C::VFX_SK_SplineThicken_Streak_1m' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, VFX_SK_SplineThicken_Streak_1m_Thin) == 0x0027C8, "Member 'ABP_HogwartsProtector_C::VFX_SK_SplineThicken_Streak_1m_Thin' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, HintVFX) == 0x0027D0, "Member 'ABP_HogwartsProtector_C::HintVFX' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, AlignmentCorridor) == 0x0027D8, "Member 'ABP_HogwartsProtector_C::AlignmentCorridor' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, ReflectionSword) == 0x0027E0, "Member 'ABP_HogwartsProtector_C::ReflectionSword' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, ReflectionMesh) == 0x0027E8, "Member 'ABP_HogwartsProtector_C::ReflectionMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, ReflectionRotator) == 0x0027F0, "Member 'ABP_HogwartsProtector_C::ReflectionRotator' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, VFX_FadeHint_Alpha_72F4E7444C6E808530AF6E925F051971) == 0x0027F8, "Member 'ABP_HogwartsProtector_C::VFX_FadeHint_Alpha_72F4E7444C6E808530AF6E925F051971' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, VFX_FadeHint__Direction_72F4E7444C6E808530AF6E925F051971) == 0x0027FC, "Member 'ABP_HogwartsProtector_C::VFX_FadeHint__Direction_72F4E7444C6E808530AF6E925F051971' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, VFX_FadeHint) == 0x002800, "Member 'ABP_HogwartsProtector_C::VFX_FadeHint' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, AlignToAngle) == 0x002808, "Member 'ABP_HogwartsProtector_C::AlignToAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, TargetAngle) == 0x00280C, "Member 'ABP_HogwartsProtector_C::TargetAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, CurrentAngle) == 0x002810, "Member 'ABP_HogwartsProtector_C::CurrentAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, TargetActor) == 0x002818, "Member 'ABP_HogwartsProtector_C::TargetActor' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, InterpSpeed) == 0x002820, "Member 'ABP_HogwartsProtector_C::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, bPuzzleActive) == 0x002824, "Member 'ABP_HogwartsProtector_C::bPuzzleActive' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, ReflectionSpawnParams) == 0x002828, "Member 'ABP_HogwartsProtector_C::ReflectionSpawnParams' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, ReflectionShowUI) == 0x002CD0, "Member 'ABP_HogwartsProtector_C::ReflectionShowUI' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, TutorialTag) == 0x002CDC, "Member 'ABP_HogwartsProtector_C::TutorialTag' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, bStatueVisible) == 0x002CE4, "Member 'ABP_HogwartsProtector_C::bStatueVisible' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, bReflectionVisible) == 0x002CE5, "Member 'ABP_HogwartsProtector_C::bReflectionVisible' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, OnReflectionAligned) == 0x002CE8, "Member 'ABP_HogwartsProtector_C::OnReflectionAligned' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, OnReflectionUnaligned) == 0x002CF8, "Member 'ABP_HogwartsProtector_C::OnReflectionUnaligned' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, OnParryTutorialBegin) == 0x002D08, "Member 'ABP_HogwartsProtector_C::OnParryTutorialBegin' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, OnParryTutorialEnded) == 0x002D18, "Member 'ABP_HogwartsProtector_C::OnParryTutorialEnded' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, bReleaseOnAlignment) == 0x002D28, "Member 'ABP_HogwartsProtector_C::bReleaseOnAlignment' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, PuzzleDebug) == 0x002D29, "Member 'ABP_HogwartsProtector_C::PuzzleDebug' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, TutorialHermesHandle) == 0x002D30, "Member 'ABP_HogwartsProtector_C::TutorialHermesHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, CheckWeaponHandle) == 0x002D40, "Member 'ABP_HogwartsProtector_C::CheckWeaponHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, OnPuzzleLoaded) == 0x002D48, "Member 'ABP_HogwartsProtector_C::OnPuzzleLoaded' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, ProtegoTutorialSetup) == 0x002D58, "Member 'ABP_HogwartsProtector_C::ProtegoTutorialSetup' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, ReleaseTag) == 0x002D5C, "Member 'ABP_HogwartsProtector_C::ReleaseTag' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, StandingTag) == 0x002D64, "Member 'ABP_HogwartsProtector_C::StandingTag' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, KneelingTag) == 0x002D6C, "Member 'ABP_HogwartsProtector_C::KneelingTag' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, ReadyToReleaseTag) == 0x002D74, "Member 'ABP_HogwartsProtector_C::ReadyToReleaseTag' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, bHasBeenReleased) == 0x002D7C, "Member 'ABP_HogwartsProtector_C::bHasBeenReleased' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, SpecialSelectionStarted) == 0x002D7D, "Member 'ABP_HogwartsProtector_C::SpecialSelectionStarted' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, BP_Enemy_AI) == 0x002D80, "Member 'ABP_HogwartsProtector_C::BP_Enemy_AI' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, OnRevealed) == 0x002D88, "Member 'ABP_HogwartsProtector_C::OnRevealed' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, N_HintLine) == 0x002D98, "Member 'ABP_HogwartsProtector_C::N_HintLine' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, MAT_HintLineA) == 0x002DA0, "Member 'ABP_HogwartsProtector_C::MAT_HintLineA' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, MAT_HintLineB) == 0x002DA8, "Member 'ABP_HogwartsProtector_C::MAT_HintLineB' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, VFX_HintLine_Alpha) == 0x002DB0, "Member 'ABP_HogwartsProtector_C::VFX_HintLine_Alpha' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, VFX_TransitionDuration) == 0x002DB4, "Member 'ABP_HogwartsProtector_C::VFX_TransitionDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_HogwartsProtector_C, VFX_BoxLength) == 0x002DB8, "Member 'ABP_HogwartsProtector_C::VFX_BoxLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant \ static_assert(alignof(ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant"); \ static_assert(sizeof(ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant) == 0x000070, "Wrong size on ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant"); \ static_assert(offsetof(ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant, EntryPoint) == 0x000000, "Member 'ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant, K2Node_Event_Context_1) == 0x000008, "Member 'ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant, K2Node_Event_Context) == 0x000010, "Member 'ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant, K2Node_Event_NextAbility) == 0x000018, "Member 'ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant, CallFunc_GetSelfActor_ReturnValue_1) == 0x000028, "Member 'ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000038, "Member 'ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant, CallFunc_GetAnimInstance_ReturnValue) == 0x000040, "Member 'ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000048, "Member 'ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000050, "Member 'ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroom_MountInstant_C_ExecuteUbergraph_ABL_HoverBroom_MountInstant::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountInstant_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroom_MountInstant_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountInstant_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroom_MountInstant_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroom_MountInstant_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroom_MountInstant_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroom_MountInstant_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountInstant_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroom_MountInstant_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountInstant_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroom_MountInstant_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountInstant_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroom_MountInstant_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroom_MountInstant_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroom_MountInstant_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroom_MountInstant_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroom_MountInstant_C \ static_assert(alignof(UABL_HoverBroom_MountInstant_C) == 0x000008, "Wrong alignment on UABL_HoverBroom_MountInstant_C"); \ static_assert(sizeof(UABL_HoverBroom_MountInstant_C) == 0x0000D0, "Wrong size on UABL_HoverBroom_MountInstant_C"); \ static_assert(offsetof(UABL_HoverBroom_MountInstant_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroom_MountInstant_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_AnimationSequence_SceneRigCamera_C \ static_assert(alignof(UBP_AnimationSequence_SceneRigCamera_C) == 0x000010, "Wrong alignment on UBP_AnimationSequence_SceneRigCamera_C"); \ static_assert(sizeof(UBP_AnimationSequence_SceneRigCamera_C) == 0x000620, "Wrong size on UBP_AnimationSequence_SceneRigCamera_C"); \ #define DUMPER7_ASSERTS_ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation \ static_assert(alignof(ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation) == 0x000008, "Wrong alignment on ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation"); \ static_assert(sizeof(ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation) == 0x000070, "Wrong size on ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation"); \ static_assert(offsetof(ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation, EntryPoint) == 0x000000, "Member 'ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation, K2Node_Event_Context) == 0x000008, "Member 'ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_AttackAnticipation_C_ExecuteUbergraph_ABL_AttackAnticipation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackAnticipation_C_OnAbilityBranch \ static_assert(alignof(ABL_AttackAnticipation_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_AttackAnticipation_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_AttackAnticipation_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_AttackAnticipation_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_AttackAnticipation_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_AttackAnticipation_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_AttackAnticipation_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackAnticipation_C_OnAbilityStart \ static_assert(alignof(ABL_AttackAnticipation_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_AttackAnticipation_C_OnAbilityStart"); \ static_assert(sizeof(ABL_AttackAnticipation_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_AttackAnticipation_C_OnAbilityStart"); \ static_assert(offsetof(ABL_AttackAnticipation_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_AttackAnticipation_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_AttackAnticipation_C \ static_assert(alignof(UABL_AttackAnticipation_C) == 0x000008, "Wrong alignment on UABL_AttackAnticipation_C"); \ static_assert(sizeof(UABL_AttackAnticipation_C) == 0x0000D0, "Wrong size on UABL_AttackAnticipation_C"); \ static_assert(offsetof(UABL_AttackAnticipation_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_AttackAnticipation_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2 \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2) == 0x0003E0, "Wrong size on BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, EntryPoint) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x000004, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000010, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000018, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000030, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x000044, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_FallingTest_Falling) == 0x000048, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_FallingTest_Falling' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_CreateDelegate_OutputDelegate) == 0x00004C, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00005C, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_CustomEvent_Caller_1) == 0x000060, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_CustomEvent_Actor) == 0x000068, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_CustomEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000070, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_AsBlink_Gate) == 0x000078, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_AsBlink_Gate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_bSuccess_2) == 0x000080, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000088, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_bSuccess_3) == 0x000098, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000099, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_GetBlackboard_ReturnValue) == 0x0000A0, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_AsEnemy_Character) == 0x0000A8, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_bSuccess_4) == 0x0000B0, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_AsBP_Shadow_Blink_Travel_Actor) == 0x0000B8, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_AsBP_Shadow_Blink_Travel_Actor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_bSuccess_5) == 0x0000C0, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_MakeLiteralName_ReturnValue) == 0x0000C4, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0000CC, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_GetVariantInt32_FromHandle_bFound) == 0x0000D0, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_GetVariantInt32_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_GetVariantInt32_FromHandle_ReturnValue) == 0x0000D4, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_GetVariantInt32_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_MakeLiteralName_ReturnValue_1) == 0x0000D8, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_Conv_IntToByte_ReturnValue) == 0x0000E0, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, Temp_delegate_Variable) == 0x0000E4, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_GetValidValue_ReturnValue) == 0x0000F4, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, Temp_struct_Variable) == 0x0000F8, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_MakeLiteralName_ReturnValue_2) == 0x000108, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000110, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000111, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, Temp_delegate_Variable_1) == 0x000114, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_BooleanOR_ReturnValue) == 0x000124, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, Temp_struct_Variable_1) == 0x000128, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, Temp_delegate_Variable_2) == 0x000138, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::Temp_delegate_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_MakeLiteralName_ReturnValue_3) == 0x000148, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_MakeLiteralName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, Temp_struct_Variable_2) == 0x000150, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_MakeLiteralName_ReturnValue_4) == 0x000160, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_MakeLiteralName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, Temp_delegate_Variable_3) == 0x000168, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::Temp_delegate_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_ShadowBlinkTeleport_OutBlinkLocation) == 0x000178, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_ShadowBlinkTeleport_OutBlinkLocation' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_ShadowBlinkTeleport_OutBlinkRotation) == 0x000184, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_ShadowBlinkTeleport_OutBlinkRotation' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_ShadowBlinkTeleport_ReturnValue) == 0x000190, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_ShadowBlinkTeleport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, Temp_struct_Variable_3) == 0x000198, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, Temp_delegate_Variable_4) == 0x0001A8, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::Temp_delegate_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001B8, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, Temp_struct_Variable_4) == 0x0001C0, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_PostEvent_ReturnValue) == 0x0001D0, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0001D8, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_AsAble_Anim_Instance_Interface) == 0x0001E0, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_AsAble_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_bSuccess_6) == 0x0001F0, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, Temp_delegate_Variable_5) == 0x0001F4, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::Temp_delegate_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_Event_OwnerActor_2) == 0x000208, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_Event_DeltaSeconds) == 0x000210, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_Event_OwnerActor_1) == 0x000218, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_AsBiped_Player) == 0x000220, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_bSuccess_7) == 0x000228, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_AsBiped_Player_1) == 0x000230, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_bSuccess_8) == 0x000238, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000240, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_bSuccess_9) == 0x000250, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_GetActorForwardVector_ReturnValue) == 0x000254, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_PostEvent_ReturnValue_1) == 0x000260, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_PostEvent_ReturnValue_2) == 0x000264, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_GetMoveStickValues_X) == 0x000268, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_GetMoveStickValues_Y) == 0x00026C, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_Event_OwnerActor) == 0x000270, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_ProcessStick_WorldSpeed) == 0x000278, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_ProcessStick_WorldDirection) == 0x00027C, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_ProcessStick_ReturnValue) == 0x000288, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_AsBiped_Player_2) == 0x000290, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_bSuccess_10) == 0x000298, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x0002A0, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_bSuccess_11) == 0x0002B0, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_PostEvent_ReturnValue_3) == 0x0002B4, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x0002B8, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_PostEvent_ReturnValue_4) == 0x0002BC, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_GetActorForwardVector_ReturnValue_1) == 0x0002C0, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_GetActorForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x0002D0, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x0002D8, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_bSuccess_12) == 0x0002E8, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1) == 0x0002F0, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_bSuccess_13) == 0x000300, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_GetIKState_ReturnValue) == 0x000301, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_GetIKState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000308, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_bSuccess_14) == 0x000318, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, Temp_struct_Variable_5) == 0x000320, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, Temp_delegate_Variable_6) == 0x000330, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::Temp_delegate_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_PostEvent_ReturnValue_5) == 0x000340, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, Temp_struct_Variable_6) == 0x000348, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, Temp_delegate_Variable_7) == 0x000358, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::Temp_delegate_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_PostEvent_ReturnValue_6) == 0x000368, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_PostEvent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, Temp_struct_Variable_7) == 0x000370, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_PostEvent_ReturnValue_7) == 0x000380, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_PostEvent_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_CreateDelegate_OutputDelegate_1) == 0x000384, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_HermesBindAActor_Handle) == 0x000398, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_HermesBindAActor_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_CustomEvent_Caller) == 0x0003A8, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_HermesBindEvent_Handle) == 0x0003B0, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0003C0, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_AsAble_Character_Interface_2) == 0x0003C8, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_AsAble_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, K2Node_DynamicCast_bSuccess_15) == 0x0003D8, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2, CallFunc_ExecuteAbilityByClass_ReturnValue_2) == 0x0003D9, "Member 'BTT_Biped_ShadowBlink_2_C_ExecuteUbergraph_BTT_Biped_ShadowBlink_2::CallFunc_ExecuteAbilityByClass_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_PlayerNearDoor \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_PlayerNearDoor) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_PlayerNearDoor"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_PlayerNearDoor) == 0x000008, "Wrong size on BTT_Biped_ShadowBlink_2_C_PlayerNearDoor"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_PlayerNearDoor, Caller) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_PlayerNearDoor::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_ShadowBlink_2_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_ExitTask \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_ShadowBlink_2_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_ReceiveTick \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_ShadowBlink_2_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_ShadowBlink_2_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_ShadowBlinkSphereHitSomething \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkSphereHitSomething) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_ShadowBlinkSphereHitSomething"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkSphereHitSomething) == 0x000010, "Wrong size on BTT_Biped_ShadowBlink_2_C_ShadowBlinkSphereHitSomething"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkSphereHitSomething, Caller) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkSphereHitSomething::Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkSphereHitSomething, Actor) == 0x000008, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkSphereHitSomething::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_ShadowBlink_2_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_ShadowBlink_2_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_CustActionEvt_ShadowBlinkExit_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_CustActionEvt_ShadowBlinkExit_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_CustActionEvt_ShadowBlinkExit_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_CustActionEvt_ShadowBlinkExit_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_ShadowBlink_2_C_CustActionEvt_ShadowBlinkExit_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_CustActionEvt_ShadowBlinkExit_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_CustActionEvt_ShadowBlinkExit_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_ShadowBlink_2_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_FallingTest \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_FallingTest) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_FallingTest"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_FallingTest) == 0x000038, "Wrong size on BTT_Biped_ShadowBlink_2_C_FallingTest"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_FallingTest, Falling) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_FallingTest::Falling' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_FallingTest, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_Biped_ShadowBlink_2_C_FallingTest::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_FallingTest, K2Node_DynamicCast_AsCharacter) == 0x000010, "Member 'BTT_Biped_ShadowBlink_2_C_FallingTest::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_FallingTest, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_ShadowBlink_2_C_FallingTest::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_FallingTest, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000020, "Member 'BTT_Biped_ShadowBlink_2_C_FallingTest::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_FallingTest, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_ShadowBlink_2_C_FallingTest::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_FallingTest, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BTT_Biped_ShadowBlink_2_C_FallingTest::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_CreateShadowBlinkFX \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_CreateShadowBlinkFX) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_CreateShadowBlinkFX"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_CreateShadowBlinkFX) == 0x000038, "Wrong size on BTT_Biped_ShadowBlink_2_C_CreateShadowBlinkFX"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_CreateShadowBlinkFX, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_CreateShadowBlinkFX::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_CreateShadowBlinkFX, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'BTT_Biped_ShadowBlink_2_C_CreateShadowBlinkFX::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_CreateShadowBlinkFX, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000018, "Member 'BTT_Biped_ShadowBlink_2_C_CreateShadowBlinkFX::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_CreateShadowBlinkFX, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000020, "Member 'BTT_Biped_ShadowBlink_2_C_CreateShadowBlinkFX::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_CreateShadowBlinkFX, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000030, "Member 'BTT_Biped_ShadowBlink_2_C_CreateShadowBlinkFX::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_Destroy_Shadow_Blink_FX \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_Destroy_Shadow_Blink_FX) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_Destroy_Shadow_Blink_FX"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_Destroy_Shadow_Blink_FX) == 0x000020, "Wrong size on BTT_Biped_ShadowBlink_2_C_Destroy_Shadow_Blink_FX"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_Destroy_Shadow_Blink_FX, OnExit) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_Destroy_Shadow_Blink_FX::OnExit' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_Destroy_Shadow_Blink_FX, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BTT_Biped_ShadowBlink_2_C_Destroy_Shadow_Blink_FX::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_Destroy_Shadow_Blink_FX, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BTT_Biped_ShadowBlink_2_C_Destroy_Shadow_Blink_FX::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_Destroy_Shadow_Blink_FX, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000010, "Member 'BTT_Biped_ShadowBlink_2_C_Destroy_Shadow_Blink_FX::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_Destroy_Shadow_Blink_FX, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000018, "Member 'BTT_Biped_ShadowBlink_2_C_Destroy_Shadow_Blink_FX::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_Destroy_Shadow_Blink_FX, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'BTT_Biped_ShadowBlink_2_C_Destroy_Shadow_Blink_FX::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_BlinkEndBeforeEnemy \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_BlinkEndBeforeEnemy) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_BlinkEndBeforeEnemy"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_BlinkEndBeforeEnemy) == 0x000020, "Wrong size on BTT_Biped_ShadowBlink_2_C_BlinkEndBeforeEnemy"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_BlinkEndBeforeEnemy, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_BlinkEndBeforeEnemy::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_BlinkEndBeforeEnemy, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000008, "Member 'BTT_Biped_ShadowBlink_2_C_BlinkEndBeforeEnemy::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_BlinkEndBeforeEnemy, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_ShadowBlink_2_C_BlinkEndBeforeEnemy::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_BlinkEndBeforeEnemy, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000019, "Member 'BTT_Biped_ShadowBlink_2_C_BlinkEndBeforeEnemy::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_AcquireTarget \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_AcquireTarget) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_AcquireTarget"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_AcquireTarget) == 0x000008, "Wrong size on BTT_Biped_ShadowBlink_2_C_AcquireTarget"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_AcquireTarget, BipedPlayer) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_AcquireTarget::BipedPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_TestForButtSlide \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_TestForButtSlide) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_TestForButtSlide"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_TestForButtSlide) == 0x000020, "Wrong size on BTT_Biped_ShadowBlink_2_C_TestForButtSlide"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_TestForButtSlide, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_TestForButtSlide::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_TestForButtSlide, CallFunc_GetMovementComponent_ReturnValue) == 0x000008, "Member 'BTT_Biped_ShadowBlink_2_C_TestForButtSlide::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_TestForButtSlide, K2Node_DynamicCast_AsAmbulatory_Movement_Component) == 0x000010, "Member 'BTT_Biped_ShadowBlink_2_C_TestForButtSlide::K2Node_DynamicCast_AsAmbulatory_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_TestForButtSlide, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_ShadowBlink_2_C_TestForButtSlide::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_TestForButtSlide, CallFunc_GetCurrentSurfaceType_ReturnValue) == 0x000019, "Member 'BTT_Biped_ShadowBlink_2_C_TestForButtSlide::CallFunc_GetCurrentSurfaceType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_TestForButtSlide, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001A, "Member 'BTT_Biped_ShadowBlink_2_C_TestForButtSlide::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_TestForButtSlide, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00001B, "Member 'BTT_Biped_ShadowBlink_2_C_TestForButtSlide::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_TestForButtSlide, CallFunc_BooleanOR_ReturnValue) == 0x00001C, "Member 'BTT_Biped_ShadowBlink_2_C_TestForButtSlide::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_ClampButtslideVelocity \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_ClampButtslideVelocity) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_ClampButtslideVelocity"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_ClampButtslideVelocity) == 0x000028, "Wrong size on BTT_Biped_ShadowBlink_2_C_ClampButtslideVelocity"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ClampButtslideVelocity, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_ClampButtslideVelocity::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ClampButtslideVelocity, CallFunc_GetMovementComponent_ReturnValue) == 0x000008, "Member 'BTT_Biped_ShadowBlink_2_C_ClampButtslideVelocity::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ClampButtslideVelocity, K2Node_DynamicCast_AsAmbulatory_Movement_Component) == 0x000010, "Member 'BTT_Biped_ShadowBlink_2_C_ClampButtslideVelocity::K2Node_DynamicCast_AsAmbulatory_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ClampButtslideVelocity, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_ShadowBlink_2_C_ClampButtslideVelocity::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ClampButtslideVelocity, CallFunc_Vector_ClampSizeMax_ReturnValue) == 0x00001C, "Member 'BTT_Biped_ShadowBlink_2_C_ClampButtslideVelocity::CallFunc_Vector_ClampSizeMax_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit \ static_assert(alignof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit"); \ static_assert(sizeof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit) == 0x0000E8, "Wrong size on BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, Temp_struct_Variable) == 0x000000, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, Temp_delegate_Variable) == 0x000010, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, Temp_delegate_Variable_1) == 0x000020, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000030, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, Temp_struct_Variable_1) == 0x000038, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, CallFunc_GetMovementComponent_ReturnValue) == 0x000048, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, Temp_delegate_Variable_2) == 0x000050, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::Temp_delegate_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, K2Node_DynamicCast_AsAmbulatory_Movement_Component) == 0x000060, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::K2Node_DynamicCast_AsAmbulatory_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, Temp_struct_Variable_2) == 0x000070, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, Temp_delegate_Variable_3) == 0x000080, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::Temp_delegate_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000090, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, Temp_struct_Variable_3) == 0x000098, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0000A8, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x0000B0, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, CallFunc_PostEvent_ReturnValue) == 0x0000B8, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, CallFunc_PostEvent_ReturnValue_1) == 0x0000BC, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, CallFunc_PostEvent_ReturnValue_2) == 0x0000C0, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, CallFunc_PostEvent_ReturnValue_3) == 0x0000C4, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0000C8, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000D4, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x0000E0, "Member 'BTT_Biped_ShadowBlink_2_C_ShadowBlinkExit::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_ShadowBlink_2_C \ static_assert(alignof(UBTT_Biped_ShadowBlink_2_C) == 0x000008, "Wrong alignment on UBTT_Biped_ShadowBlink_2_C"); \ static_assert(sizeof(UBTT_Biped_ShadowBlink_2_C) == 0x0001C8, "Wrong size on UBTT_Biped_ShadowBlink_2_C"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_ShadowBlink_2_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, IKRestoreState) == 0x000158, "Member 'UBTT_Biped_ShadowBlink_2_C::IKRestoreState' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, LastDirection) == 0x00015C, "Member 'UBTT_Biped_ShadowBlink_2_C::LastDirection' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, AllowStickMovement) == 0x000168, "Member 'UBTT_Biped_ShadowBlink_2_C::AllowStickMovement' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, TravelActor) == 0x000170, "Member 'UBTT_Biped_ShadowBlink_2_C::TravelActor' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, AutoTarget) == 0x000178, "Member 'UBTT_Biped_ShadowBlink_2_C::AutoTarget' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, AltModeOn) == 0x000180, "Member 'UBTT_Biped_ShadowBlink_2_C::AltModeOn' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, CogFocus_ActorFacing) == 0x000188, "Member 'UBTT_Biped_ShadowBlink_2_C::CogFocus_ActorFacing' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, CogUp_World) == 0x000190, "Member 'UBTT_Biped_ShadowBlink_2_C::CogUp_World' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, IsEnemy) == 0x000198, "Member 'UBTT_Biped_ShadowBlink_2_C::IsEnemy' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, IsGate) == 0x000199, "Member 'UBTT_Biped_ShadowBlink_2_C::IsGate' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, BlinkDistance) == 0x00019C, "Member 'UBTT_Biped_ShadowBlink_2_C::BlinkDistance' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, AllowStick) == 0x0001A0, "Member 'UBTT_Biped_ShadowBlink_2_C::AllowStick' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, SphereMadeContactHandle) == 0x0001A8, "Member 'UBTT_Biped_ShadowBlink_2_C::SphereMadeContactHandle' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, ShadowParticleEmitterNA) == 0x0001B8, "Member 'UBTT_Biped_ShadowBlink_2_C::ShadowParticleEmitterNA' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, OnButtslide) == 0x0001C0, "Member 'UBTT_Biped_ShadowBlink_2_C::OnButtslide' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, LastButtslide) == 0x0001C1, "Member 'UBTT_Biped_ShadowBlink_2_C::LastButtslide' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlink_2_C, ExitShadowBlink) == 0x0001C2, "Member 'UBTT_Biped_ShadowBlink_2_C::ExitShadowBlink' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_GryffindorLEDEffect_C \ static_assert(alignof(UBP_GryffindorLEDEffect_C) == 0x000008, "Wrong alignment on UBP_GryffindorLEDEffect_C"); \ static_assert(sizeof(UBP_GryffindorLEDEffect_C) == 0x000048, "Wrong size on UBP_GryffindorLEDEffect_C"); \ #define DUMPER7_ASSERTS_VFX_BP_Decal3D_Blast_Confringo_C_UserConstructionScript \ static_assert(alignof(VFX_BP_Decal3D_Blast_Confringo_C_UserConstructionScript) == 0x000008, "Wrong alignment on VFX_BP_Decal3D_Blast_Confringo_C_UserConstructionScript"); \ static_assert(sizeof(VFX_BP_Decal3D_Blast_Confringo_C_UserConstructionScript) == 0x000040, "Wrong size on VFX_BP_Decal3D_Blast_Confringo_C_UserConstructionScript"); \ static_assert(offsetof(VFX_BP_Decal3D_Blast_Confringo_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'VFX_BP_Decal3D_Blast_Confringo_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Decal3D_Blast_Confringo_C_UserConstructionScript, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x00000C, "Member 'VFX_BP_Decal3D_Blast_Confringo_C_UserConstructionScript::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Decal3D_Blast_Confringo_C_UserConstructionScript, CallFunc_MakeRandomStream_RandomStream) == 0x000010, "Member 'VFX_BP_Decal3D_Blast_Confringo_C_UserConstructionScript::CallFunc_MakeRandomStream_RandomStream' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Decal3D_Blast_Confringo_C_UserConstructionScript, CallFunc_GetActorForwardVector_ReturnValue) == 0x000018, "Member 'VFX_BP_Decal3D_Blast_Confringo_C_UserConstructionScript::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Decal3D_Blast_Confringo_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000028, "Member 'VFX_BP_Decal3D_Blast_Confringo_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Decal3D_Blast_Confringo_C_UserConstructionScript, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000030, "Member 'VFX_BP_Decal3D_Blast_Confringo_C_UserConstructionScript::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_Decal3D_Blast_Confringo_C_ExecuteUbergraph_VFX_BP_Decal3D_Blast_Confringo \ static_assert(alignof(VFX_BP_Decal3D_Blast_Confringo_C_ExecuteUbergraph_VFX_BP_Decal3D_Blast_Confringo) == 0x000004, "Wrong alignment on VFX_BP_Decal3D_Blast_Confringo_C_ExecuteUbergraph_VFX_BP_Decal3D_Blast_Confringo"); \ static_assert(sizeof(VFX_BP_Decal3D_Blast_Confringo_C_ExecuteUbergraph_VFX_BP_Decal3D_Blast_Confringo) == 0x000004, "Wrong size on VFX_BP_Decal3D_Blast_Confringo_C_ExecuteUbergraph_VFX_BP_Decal3D_Blast_Confringo"); \ static_assert(offsetof(VFX_BP_Decal3D_Blast_Confringo_C_ExecuteUbergraph_VFX_BP_Decal3D_Blast_Confringo, EntryPoint) == 0x000000, "Member 'VFX_BP_Decal3D_Blast_Confringo_C_ExecuteUbergraph_VFX_BP_Decal3D_Blast_Confringo::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVFX_BP_Decal3D_Blast_Confringo_C \ static_assert(alignof(AVFX_BP_Decal3D_Blast_Confringo_C) == 0x000008, "Wrong alignment on AVFX_BP_Decal3D_Blast_Confringo_C"); \ static_assert(sizeof(AVFX_BP_Decal3D_Blast_Confringo_C) == 0x000290, "Wrong size on AVFX_BP_Decal3D_Blast_Confringo_C"); \ static_assert(offsetof(AVFX_BP_Decal3D_Blast_Confringo_C, UberGraphFrame) == 0x000248, "Member 'AVFX_BP_Decal3D_Blast_Confringo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Blast_Confringo_C, DecalSphereHelper) == 0x000250, "Member 'AVFX_BP_Decal3D_Blast_Confringo_C::DecalSphereHelper' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Blast_Confringo_C, Decal) == 0x000258, "Member 'AVFX_BP_Decal3D_Blast_Confringo_C::Decal' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Blast_Confringo_C, DefaultSceneRoot) == 0x000260, "Member 'AVFX_BP_Decal3D_Blast_Confringo_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Blast_Confringo_C, Timeline_0_Alpha_40CBFBED4324C6E3E35F5192E54CDDB4) == 0x000268, "Member 'AVFX_BP_Decal3D_Blast_Confringo_C::Timeline_0_Alpha_40CBFBED4324C6E3E35F5192E54CDDB4' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Blast_Confringo_C, Timeline_0__Direction_40CBFBED4324C6E3E35F5192E54CDDB4) == 0x00026C, "Member 'AVFX_BP_Decal3D_Blast_Confringo_C::Timeline_0__Direction_40CBFBED4324C6E3E35F5192E54CDDB4' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Blast_Confringo_C, Timeline_0) == 0x000270, "Member 'AVFX_BP_Decal3D_Blast_Confringo_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Blast_Confringo_C, MAT_Decal) == 0x000278, "Member 'AVFX_BP_Decal3D_Blast_Confringo_C::MAT_Decal' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Blast_Confringo_C, NewVar_0) == 0x000280, "Member 'AVFX_BP_Decal3D_Blast_Confringo_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Blast_Confringo_C, Random_Seed) == 0x000288, "Member 'AVFX_BP_Decal3D_Blast_Confringo_C::Random_Seed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_Cinematic_C_ExecuteUbergraph_BTT_BipedUpper_Cinematic \ static_assert(alignof(BTT_BipedUpper_Cinematic_C_ExecuteUbergraph_BTT_BipedUpper_Cinematic) == 0x000008, "Wrong alignment on BTT_BipedUpper_Cinematic_C_ExecuteUbergraph_BTT_BipedUpper_Cinematic"); \ static_assert(sizeof(BTT_BipedUpper_Cinematic_C_ExecuteUbergraph_BTT_BipedUpper_Cinematic) == 0x000018, "Wrong size on BTT_BipedUpper_Cinematic_C_ExecuteUbergraph_BTT_BipedUpper_Cinematic"); \ static_assert(offsetof(BTT_BipedUpper_Cinematic_C_ExecuteUbergraph_BTT_BipedUpper_Cinematic, EntryPoint) == 0x000000, "Member 'BTT_BipedUpper_Cinematic_C_ExecuteUbergraph_BTT_BipedUpper_Cinematic::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Cinematic_C_ExecuteUbergraph_BTT_BipedUpper_Cinematic, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_BipedUpper_Cinematic_C_ExecuteUbergraph_BTT_BipedUpper_Cinematic::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Cinematic_C_ExecuteUbergraph_BTT_BipedUpper_Cinematic, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_BipedUpper_Cinematic_C_ExecuteUbergraph_BTT_BipedUpper_Cinematic::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_Cinematic_C_ExitTask \ static_assert(alignof(BTT_BipedUpper_Cinematic_C_ExitTask) == 0x000008, "Wrong alignment on BTT_BipedUpper_Cinematic_C_ExitTask"); \ static_assert(sizeof(BTT_BipedUpper_Cinematic_C_ExitTask) == 0x000008, "Wrong size on BTT_BipedUpper_Cinematic_C_ExitTask"); \ static_assert(offsetof(BTT_BipedUpper_Cinematic_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_Cinematic_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_Cinematic_C_ReceiveExecute \ static_assert(alignof(BTT_BipedUpper_Cinematic_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_BipedUpper_Cinematic_C_ReceiveExecute"); \ static_assert(sizeof(BTT_BipedUpper_Cinematic_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_BipedUpper_Cinematic_C_ReceiveExecute"); \ static_assert(offsetof(BTT_BipedUpper_Cinematic_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_Cinematic_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_BipedUpper_Cinematic_C \ static_assert(alignof(UBTT_BipedUpper_Cinematic_C) == 0x000008, "Wrong alignment on UBTT_BipedUpper_Cinematic_C"); \ static_assert(sizeof(UBTT_BipedUpper_Cinematic_C) == 0x000158, "Wrong size on UBTT_BipedUpper_Cinematic_C"); \ static_assert(offsetof(UBTT_BipedUpper_Cinematic_C, UberGraphFrame) == 0x000150, "Member 'UBTT_BipedUpper_Cinematic_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_ZoneNotification_C_ExecuteUbergraph_UI_BP_HUD_ZoneNotification \ static_assert(alignof(UI_BP_HUD_ZoneNotification_C_ExecuteUbergraph_UI_BP_HUD_ZoneNotification) == 0x000008, "Wrong alignment on UI_BP_HUD_ZoneNotification_C_ExecuteUbergraph_UI_BP_HUD_ZoneNotification"); \ static_assert(sizeof(UI_BP_HUD_ZoneNotification_C_ExecuteUbergraph_UI_BP_HUD_ZoneNotification) == 0x000030, "Wrong size on UI_BP_HUD_ZoneNotification_C_ExecuteUbergraph_UI_BP_HUD_ZoneNotification"); \ static_assert(offsetof(UI_BP_HUD_ZoneNotification_C_ExecuteUbergraph_UI_BP_HUD_ZoneNotification, EntryPoint) == 0x000000, "Member 'UI_BP_HUD_ZoneNotification_C_ExecuteUbergraph_UI_BP_HUD_ZoneNotification::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_ZoneNotification_C_ExecuteUbergraph_UI_BP_HUD_ZoneNotification, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_HUD_ZoneNotification_C_ExecuteUbergraph_UI_BP_HUD_ZoneNotification::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_ZoneNotification_C_ExecuteUbergraph_UI_BP_HUD_ZoneNotification, K2Node_Event_PlaySound) == 0x000008, "Member 'UI_BP_HUD_ZoneNotification_C_ExecuteUbergraph_UI_BP_HUD_ZoneNotification::K2Node_Event_PlaySound' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_ZoneNotification_C_ExecuteUbergraph_UI_BP_HUD_ZoneNotification, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'UI_BP_HUD_ZoneNotification_C_ExecuteUbergraph_UI_BP_HUD_ZoneNotification::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_ZoneNotification_C_ExecuteUbergraph_UI_BP_HUD_ZoneNotification, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'UI_BP_HUD_ZoneNotification_C_ExecuteUbergraph_UI_BP_HUD_ZoneNotification::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HUD_ZoneNotification_C_ExecuteUbergraph_UI_BP_HUD_ZoneNotification, CallFunc_PlayAnimation_ReturnValue_1) == 0x000028, "Member 'UI_BP_HUD_ZoneNotification_C_ExecuteUbergraph_UI_BP_HUD_ZoneNotification::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HUD_ZoneNotification_C_DisplayNotificationBP \ static_assert(alignof(UI_BP_HUD_ZoneNotification_C_DisplayNotificationBP) == 0x000001, "Wrong alignment on UI_BP_HUD_ZoneNotification_C_DisplayNotificationBP"); \ static_assert(sizeof(UI_BP_HUD_ZoneNotification_C_DisplayNotificationBP) == 0x000001, "Wrong size on UI_BP_HUD_ZoneNotification_C_DisplayNotificationBP"); \ static_assert(offsetof(UI_BP_HUD_ZoneNotification_C_DisplayNotificationBP, PlaySound_0) == 0x000000, "Member 'UI_BP_HUD_ZoneNotification_C_DisplayNotificationBP::PlaySound_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_HUD_ZoneNotification_C \ static_assert(alignof(UUI_BP_HUD_ZoneNotification_C) == 0x000008, "Wrong alignment on UUI_BP_HUD_ZoneNotification_C"); \ static_assert(sizeof(UUI_BP_HUD_ZoneNotification_C) == 0x000320, "Wrong size on UUI_BP_HUD_ZoneNotification_C"); \ static_assert(offsetof(UUI_BP_HUD_ZoneNotification_C, UberGraphFrame) == 0x000300, "Member 'UUI_BP_HUD_ZoneNotification_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_ZoneNotification_C, hideNotification) == 0x000308, "Member 'UUI_BP_HUD_ZoneNotification_C::hideNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_ZoneNotification_C, ShowNotification_New) == 0x000310, "Member 'UUI_BP_HUD_ZoneNotification_C::ShowNotification_New' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HUD_ZoneNotification_C, textBorder) == 0x000318, "Member 'UUI_BP_HUD_ZoneNotification_C::textBorder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_FlooPowder_Enter_C \ static_assert(alignof(UABL_FlooPowder_Enter_C) == 0x000008, "Wrong alignment on UABL_FlooPowder_Enter_C"); \ static_assert(sizeof(UABL_FlooPowder_Enter_C) == 0x0000C8, "Wrong size on UABL_FlooPowder_Enter_C"); \ #define DUMPER7_ASSERTS_UABL_Levitated_LandFailed_C \ static_assert(alignof(UABL_Levitated_LandFailed_C) == 0x000008, "Wrong alignment on UABL_Levitated_LandFailed_C"); \ static_assert(sizeof(UABL_Levitated_LandFailed_C) == 0x0000E0, "Wrong size on UABL_Levitated_LandFailed_C"); \ #define DUMPER7_ASSERTS_UABL_HitFreeze_Breakout_C \ static_assert(alignof(UABL_HitFreeze_Breakout_C) == 0x000008, "Wrong alignment on UABL_HitFreeze_Breakout_C"); \ static_assert(sizeof(UABL_HitFreeze_Breakout_C) == 0x0000E0, "Wrong size on UABL_HitFreeze_Breakout_C"); \ #define DUMPER7_ASSERTS_UABL_WandCast_LightFinisher3p_C \ static_assert(alignof(UABL_WandCast_LightFinisher3p_C) == 0x000008, "Wrong alignment on UABL_WandCast_LightFinisher3p_C"); \ static_assert(sizeof(UABL_WandCast_LightFinisher3p_C) == 0x0000D0, "Wrong size on UABL_WandCast_LightFinisher3p_C"); \ #define DUMPER7_ASSERTS_UABL_WandFlourish_Expelliarmus_C \ static_assert(alignof(UABL_WandFlourish_Expelliarmus_C) == 0x000008, "Wrong alignment on UABL_WandFlourish_Expelliarmus_C"); \ static_assert(sizeof(UABL_WandFlourish_Expelliarmus_C) == 0x0000C8, "Wrong size on UABL_WandFlourish_Expelliarmus_C"); \ #define DUMPER7_ASSERTS_UABL_WandCast_LightFinisher4p_C \ static_assert(alignof(UABL_WandCast_LightFinisher4p_C) == 0x000008, "Wrong alignment on UABL_WandCast_LightFinisher4p_C"); \ static_assert(sizeof(UABL_WandCast_LightFinisher4p_C) == 0x0000D0, "Wrong size on UABL_WandCast_LightFinisher4p_C"); \ #define DUMPER7_ASSERTS_ABL_HitFall_C_ExecuteUbergraph_ABL_HitFall \ static_assert(alignof(ABL_HitFall_C_ExecuteUbergraph_ABL_HitFall) == 0x000008, "Wrong alignment on ABL_HitFall_C_ExecuteUbergraph_ABL_HitFall"); \ static_assert(sizeof(ABL_HitFall_C_ExecuteUbergraph_ABL_HitFall) == 0x000020, "Wrong size on ABL_HitFall_C_ExecuteUbergraph_ABL_HitFall"); \ static_assert(offsetof(ABL_HitFall_C_ExecuteUbergraph_ABL_HitFall, EntryPoint) == 0x000000, "Member 'ABL_HitFall_C_ExecuteUbergraph_ABL_HitFall::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFall_C_ExecuteUbergraph_ABL_HitFall, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitFall_C_ExecuteUbergraph_ABL_HitFall::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFall_C_ExecuteUbergraph_ABL_HitFall, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitFall_C_ExecuteUbergraph_ABL_HitFall::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFall_C_ExecuteUbergraph_ABL_HitFall, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_HitFall_C_ExecuteUbergraph_ABL_HitFall::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitFall_C_OnAbilityStart \ static_assert(alignof(ABL_HitFall_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitFall_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitFall_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitFall_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitFall_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitFall_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitFall_C \ static_assert(alignof(UABL_HitFall_C) == 0x000008, "Wrong alignment on UABL_HitFall_C"); \ static_assert(sizeof(UABL_HitFall_C) == 0x0000E8, "Wrong size on UABL_HitFall_C"); \ static_assert(offsetof(UABL_HitFall_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitFall_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_Hitch_S_C \ static_assert(alignof(UABL_NpcReact_Hitch_S_C) == 0x000008, "Wrong alignment on UABL_NpcReact_Hitch_S_C"); \ static_assert(sizeof(UABL_NpcReact_Hitch_S_C) == 0x0000E0, "Wrong size on UABL_NpcReact_Hitch_S_C"); \ #define DUMPER7_ASSERTS_UABL_WandCast_LightFinisher2p2_C \ static_assert(alignof(UABL_WandCast_LightFinisher2p2_C) == 0x000008, "Wrong alignment on UABL_WandCast_LightFinisher2p2_C"); \ static_assert(sizeof(UABL_WandCast_LightFinisher2p2_C) == 0x0000D0, "Wrong size on UABL_WandCast_LightFinisher2p2_C"); \ #define DUMPER7_ASSERTS_UABL_Bed_Exit_Rht_C \ static_assert(alignof(UABL_Bed_Exit_Rht_C) == 0x000008, "Wrong alignment on UABL_Bed_Exit_Rht_C"); \ static_assert(sizeof(UABL_Bed_Exit_Rht_C) == 0x0000C8, "Wrong size on UABL_Bed_Exit_Rht_C"); \ #define DUMPER7_ASSERTS_UABL_FlooPower_Exit_C \ static_assert(alignof(UABL_FlooPower_Exit_C) == 0x000008, "Wrong alignment on UABL_FlooPower_Exit_C"); \ static_assert(sizeof(UABL_FlooPower_Exit_C) == 0x0000C8, "Wrong size on UABL_FlooPower_Exit_C"); \ #define DUMPER7_ASSERTS_ABL_JumpSprint_C_ExecuteUbergraph_ABL_JumpSprint \ static_assert(alignof(ABL_JumpSprint_C_ExecuteUbergraph_ABL_JumpSprint) == 0x000008, "Wrong alignment on ABL_JumpSprint_C_ExecuteUbergraph_ABL_JumpSprint"); \ static_assert(sizeof(ABL_JumpSprint_C_ExecuteUbergraph_ABL_JumpSprint) == 0x000010, "Wrong size on ABL_JumpSprint_C_ExecuteUbergraph_ABL_JumpSprint"); \ static_assert(offsetof(ABL_JumpSprint_C_ExecuteUbergraph_ABL_JumpSprint, EntryPoint) == 0x000000, "Member 'ABL_JumpSprint_C_ExecuteUbergraph_ABL_JumpSprint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpSprint_C_ExecuteUbergraph_ABL_JumpSprint, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpSprint_C_ExecuteUbergraph_ABL_JumpSprint::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpSprint_C_OnAbilityStart \ static_assert(alignof(ABL_JumpSprint_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpSprint_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpSprint_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpSprint_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpSprint_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpSprint_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpSprint_C \ static_assert(alignof(UABL_JumpSprint_C) == 0x000008, "Wrong alignment on UABL_JumpSprint_C"); \ static_assert(sizeof(UABL_JumpSprint_C) == 0x0000D0, "Wrong size on UABL_JumpSprint_C"); \ static_assert(offsetof(UABL_JumpSprint_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpSprint_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Getup_C_ExecuteUbergraph_ABL_Getup \ static_assert(alignof(ABL_Getup_C_ExecuteUbergraph_ABL_Getup) == 0x000008, "Wrong alignment on ABL_Getup_C_ExecuteUbergraph_ABL_Getup"); \ static_assert(sizeof(ABL_Getup_C_ExecuteUbergraph_ABL_Getup) == 0x000020, "Wrong size on ABL_Getup_C_ExecuteUbergraph_ABL_Getup"); \ static_assert(offsetof(ABL_Getup_C_ExecuteUbergraph_ABL_Getup, EntryPoint) == 0x000000, "Member 'ABL_Getup_C_ExecuteUbergraph_ABL_Getup::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Getup_C_ExecuteUbergraph_ABL_Getup, K2Node_Event_Context) == 0x000008, "Member 'ABL_Getup_C_ExecuteUbergraph_ABL_Getup::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Getup_C_ExecuteUbergraph_ABL_Getup, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Getup_C_ExecuteUbergraph_ABL_Getup::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Getup_C_ExecuteUbergraph_ABL_Getup, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_Getup_C_ExecuteUbergraph_ABL_Getup::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Getup_C_OnAbilityStart \ static_assert(alignof(ABL_Getup_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Getup_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Getup_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Getup_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Getup_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Getup_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Getup_C \ static_assert(alignof(UABL_Getup_C) == 0x000008, "Wrong alignment on UABL_Getup_C"); \ static_assert(sizeof(UABL_Getup_C) == 0x0000E8, "Wrong size on UABL_Getup_C"); \ static_assert(offsetof(UABL_Getup_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_Getup_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCast_CasualFinisher3_C \ static_assert(alignof(UABL_WandCast_CasualFinisher3_C) == 0x000008, "Wrong alignment on UABL_WandCast_CasualFinisher3_C"); \ static_assert(sizeof(UABL_WandCast_CasualFinisher3_C) == 0x0000D0, "Wrong size on UABL_WandCast_CasualFinisher3_C"); \ #define DUMPER7_ASSERTS_UABL_CaptureSuccess_C \ static_assert(alignof(UABL_CaptureSuccess_C) == 0x000008, "Wrong alignment on UABL_CaptureSuccess_C"); \ static_assert(sizeof(UABL_CaptureSuccess_C) == 0x0000C8, "Wrong size on UABL_CaptureSuccess_C"); \ #define DUMPER7_ASSERTS_ABL_EnemyMove_StairsLoop_C_ExecuteUbergraph_ABL_EnemyMove_StairsLoop \ static_assert(alignof(ABL_EnemyMove_StairsLoop_C_ExecuteUbergraph_ABL_EnemyMove_StairsLoop) == 0x000008, "Wrong alignment on ABL_EnemyMove_StairsLoop_C_ExecuteUbergraph_ABL_EnemyMove_StairsLoop"); \ static_assert(sizeof(ABL_EnemyMove_StairsLoop_C_ExecuteUbergraph_ABL_EnemyMove_StairsLoop) == 0x000010, "Wrong size on ABL_EnemyMove_StairsLoop_C_ExecuteUbergraph_ABL_EnemyMove_StairsLoop"); \ static_assert(offsetof(ABL_EnemyMove_StairsLoop_C_ExecuteUbergraph_ABL_EnemyMove_StairsLoop, EntryPoint) == 0x000000, "Member 'ABL_EnemyMove_StairsLoop_C_ExecuteUbergraph_ABL_EnemyMove_StairsLoop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_EnemyMove_StairsLoop_C_ExecuteUbergraph_ABL_EnemyMove_StairsLoop, K2Node_Event_Context) == 0x000008, "Member 'ABL_EnemyMove_StairsLoop_C_ExecuteUbergraph_ABL_EnemyMove_StairsLoop::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_EnemyMove_StairsLoop_C_OnAbilityInterrupt \ static_assert(alignof(ABL_EnemyMove_StairsLoop_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_EnemyMove_StairsLoop_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_EnemyMove_StairsLoop_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_EnemyMove_StairsLoop_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_EnemyMove_StairsLoop_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_EnemyMove_StairsLoop_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_EnemyMove_StairsLoop_C_OnGetBranchAbility \ static_assert(alignof(ABL_EnemyMove_StairsLoop_C_OnGetBranchAbility) == 0x000008, "Wrong alignment on ABL_EnemyMove_StairsLoop_C_OnGetBranchAbility"); \ static_assert(sizeof(ABL_EnemyMove_StairsLoop_C_OnGetBranchAbility) == 0x000018, "Wrong size on ABL_EnemyMove_StairsLoop_C_OnGetBranchAbility"); \ static_assert(offsetof(ABL_EnemyMove_StairsLoop_C_OnGetBranchAbility, Context) == 0x000000, "Member 'ABL_EnemyMove_StairsLoop_C_OnGetBranchAbility::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_EnemyMove_StairsLoop_C_OnGetBranchAbility, EventName) == 0x000008, "Member 'ABL_EnemyMove_StairsLoop_C_OnGetBranchAbility::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_EnemyMove_StairsLoop_C_OnGetBranchAbility, ReturnValue) == 0x000010, "Member 'ABL_EnemyMove_StairsLoop_C_OnGetBranchAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_EnemyMove_StairsLoop_C \ static_assert(alignof(UABL_EnemyMove_StairsLoop_C) == 0x000008, "Wrong alignment on UABL_EnemyMove_StairsLoop_C"); \ static_assert(sizeof(UABL_EnemyMove_StairsLoop_C) == 0x0000D8, "Wrong size on UABL_EnemyMove_StairsLoop_C"); \ static_assert(offsetof(UABL_EnemyMove_StairsLoop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_EnemyMove_StairsLoop_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_EnemyMove_StairsLoop_C, NewVar_0) == 0x0000D0, "Member 'UABL_EnemyMove_StairsLoop_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DeathlyHallows_Remove_C \ static_assert(alignof(UABL_DeathlyHallows_Remove_C) == 0x000008, "Wrong alignment on UABL_DeathlyHallows_Remove_C"); \ static_assert(sizeof(UABL_DeathlyHallows_Remove_C) == 0x0000C8, "Wrong size on UABL_DeathlyHallows_Remove_C"); \ #define DUMPER7_ASSERTS_BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart \ static_assert(alignof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart) == 0x000008, "Wrong alignment on BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart"); \ static_assert(sizeof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart) == 0x0000C0, "Wrong size on BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, EntryPoint) == 0x000000, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, K2Node_DynamicCast_AsBiped_Player) == 0x000010, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, K2Node_Event_OwnerActor) == 0x000020, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, K2Node_DynamicCast_AsBiped_Player_1) == 0x000028, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000034, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000038, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000049, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000050, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000058, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000060, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x000068, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x000070, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000078, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000080, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, K2Node_DynamicCast_bSuccess_3) == 0x000090, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, CallFunc_MakeLiteralName_ReturnValue) == 0x000094, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, CallFunc_GetBlackboard_ReturnValue) == 0x0000A0, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, CallFunc_GetValueAsObject_ReturnValue) == 0x0000A8, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, K2Node_DynamicCast_AsActor) == 0x0000B0, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart, K2Node_DynamicCast_bSuccess_4) == 0x0000B8, "Member 'BTT_Biped_RideMineCart_C_ExecuteUbergraph_BTT_Biped_RideMineCart::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_RideMineCart_C_ExitTask \ static_assert(alignof(BTT_Biped_RideMineCart_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_RideMineCart_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_RideMineCart_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_RideMineCart_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_RideMineCart_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_RideMineCart_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_RideMineCart_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_RideMineCart_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_RideMineCart_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_RideMineCart_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_RideMineCart_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_RideMineCart_C_CustActionEvt_DismountMineCart_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_RideMineCart_C_CustActionEvt_DismountMineCart_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_RideMineCart_C_CustActionEvt_DismountMineCart_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_RideMineCart_C_CustActionEvt_DismountMineCart_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_RideMineCart_C_CustActionEvt_DismountMineCart_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_RideMineCart_C_CustActionEvt_DismountMineCart_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_RideMineCart_C_CustActionEvt_DismountMineCart_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_RideMineCart_C \ static_assert(alignof(UBTT_Biped_RideMineCart_C) == 0x000010, "Wrong alignment on UBTT_Biped_RideMineCart_C"); \ static_assert(sizeof(UBTT_Biped_RideMineCart_C) == 0x0001D0, "Wrong size on UBTT_Biped_RideMineCart_C"); \ static_assert(offsetof(UBTT_Biped_RideMineCart_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_RideMineCart_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_RideMineCart_C, MineCart) == 0x000158, "Member 'UBTT_Biped_RideMineCart_C::MineCart' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_RideMineCart_C, ChairRotation) == 0x000160, "Member 'UBTT_Biped_RideMineCart_C::ChairRotation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_RideMineCart_C, ChairLocation) == 0x00016C, "Member 'UBTT_Biped_RideMineCart_C::ChairLocation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_RideMineCart_C, VectorToChair) == 0x000178, "Member 'UBTT_Biped_RideMineCart_C::VectorToChair' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_RideMineCart_C, interpAlpha) == 0x000184, "Member 'UBTT_Biped_RideMineCart_C::interpAlpha' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_RideMineCart_C, FadeTime) == 0x000188, "Member 'UBTT_Biped_RideMineCart_C::FadeTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_RideMineCart_C, HoldTime) == 0x00018C, "Member 'UBTT_Biped_RideMineCart_C::HoldTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_RideMineCart_C, ChairTransform) == 0x000190, "Member 'UBTT_Biped_RideMineCart_C::ChairTransform' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_RideMineCart_C, Player) == 0x0001C0, "Member 'UBTT_Biped_RideMineCart_C::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Plaque_Exit_C \ static_assert(alignof(UABL_Plaque_Exit_C) == 0x000008, "Wrong alignment on UABL_Plaque_Exit_C"); \ static_assert(sizeof(UABL_Plaque_Exit_C) == 0x0000C8, "Wrong size on UABL_Plaque_Exit_C"); \ #define DUMPER7_ASSERTS_ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD \ static_assert(alignof(ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD) == 0x000008, "Wrong alignment on ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD"); \ static_assert(sizeof(ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD) == 0x000070, "Wrong size on ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD"); \ static_assert(offsetof(ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD, EntryPoint) == 0x000000, "Member 'ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD, K2Node_Event_Context) == 0x000008, "Member 'ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Blind_Arm_ADD_C_ExecuteUbergraph_ABL_Blind_Arm_ADD::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Blind_Arm_ADD_C_OnAbilityBranch \ static_assert(alignof(ABL_Blind_Arm_ADD_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Blind_Arm_ADD_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Blind_Arm_ADD_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Blind_Arm_ADD_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Blind_Arm_ADD_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Blind_Arm_ADD_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Arm_ADD_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Blind_Arm_ADD_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Blind_Arm_ADD_C_OnAbilityStart \ static_assert(alignof(ABL_Blind_Arm_ADD_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Blind_Arm_ADD_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Blind_Arm_ADD_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Blind_Arm_ADD_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Blind_Arm_ADD_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Blind_Arm_ADD_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Blind_Arm_ADD_C \ static_assert(alignof(UABL_Blind_Arm_ADD_C) == 0x000008, "Wrong alignment on UABL_Blind_Arm_ADD_C"); \ static_assert(sizeof(UABL_Blind_Arm_ADD_C) == 0x0000D0, "Wrong size on UABL_Blind_Arm_ADD_C"); \ static_assert(offsetof(UABL_Blind_Arm_ADD_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Blind_Arm_ADD_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DeathlyHallows_Use_C \ static_assert(alignof(UABL_DeathlyHallows_Use_C) == 0x000008, "Wrong alignment on UABL_DeathlyHallows_Use_C"); \ static_assert(sizeof(UABL_DeathlyHallows_Use_C) == 0x0000C8, "Wrong size on UABL_DeathlyHallows_Use_C"); \ #define DUMPER7_ASSERTS_UABL_Intrustion_Caught_C \ static_assert(alignof(UABL_Intrustion_Caught_C) == 0x000008, "Wrong alignment on UABL_Intrustion_Caught_C"); \ static_assert(sizeof(UABL_Intrustion_Caught_C) == 0x0000C8, "Wrong size on UABL_Intrustion_Caught_C"); \ #define DUMPER7_ASSERTS_BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station \ static_assert(alignof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station) == 0x000008, "Wrong alignment on BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station"); \ static_assert(sizeof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station) == 0x0000C8, "Wrong size on BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, EntryPoint) == 0x000000, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000010, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000028, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, K2Node_Event_OwnerActor) == 0x000040, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, K2Node_Event_OwnerActor_1) == 0x000048, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, K2Node_DynamicCast_AsBiped_Player) == 0x000050, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000060, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000078, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000080, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000088, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, K2Node_DynamicCast_bSuccess_4) == 0x000098, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x0000A0, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, K2Node_DynamicCast_bSuccess_5) == 0x0000B0, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, K2Node_DynamicCast_AsBiped_Player_1) == 0x0000B8, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station, K2Node_DynamicCast_bSuccess_6) == 0x0000C0, "Member 'BTS_Biped_Station_C_ExecuteUbergraph_BTS_Biped_Station::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Station_C_ServiceBegin \ static_assert(alignof(BTS_Biped_Station_C_ServiceBegin) == 0x000008, "Wrong alignment on BTS_Biped_Station_C_ServiceBegin"); \ static_assert(sizeof(BTS_Biped_Station_C_ServiceBegin) == 0x000008, "Wrong size on BTS_Biped_Station_C_ServiceBegin"); \ static_assert(offsetof(BTS_Biped_Station_C_ServiceBegin, OwnerActor) == 0x000000, "Member 'BTS_Biped_Station_C_ServiceBegin::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Station_C_ServiceEnd \ static_assert(alignof(BTS_Biped_Station_C_ServiceEnd) == 0x000008, "Wrong alignment on BTS_Biped_Station_C_ServiceEnd"); \ static_assert(sizeof(BTS_Biped_Station_C_ServiceEnd) == 0x000008, "Wrong size on BTS_Biped_Station_C_ServiceEnd"); \ static_assert(offsetof(BTS_Biped_Station_C_ServiceEnd, OwnerActor) == 0x000000, "Member 'BTS_Biped_Station_C_ServiceEnd::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Station_C_SetContexts \ static_assert(alignof(BTS_Biped_Station_C_SetContexts) == 0x000001, "Wrong alignment on BTS_Biped_Station_C_SetContexts"); \ static_assert(sizeof(BTS_Biped_Station_C_SetContexts) == 0x000001, "Wrong size on BTS_Biped_Station_C_SetContexts"); \ static_assert(offsetof(BTS_Biped_Station_C_SetContexts, Flag) == 0x000000, "Member 'BTS_Biped_Station_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Biped_Station_C \ static_assert(alignof(UBTS_Biped_Station_C) == 0x000008, "Wrong alignment on UBTS_Biped_Station_C"); \ static_assert(sizeof(UBTS_Biped_Station_C) == 0x000130, "Wrong size on UBTS_Biped_Station_C"); \ static_assert(offsetof(UBTS_Biped_Station_C, UberGraphFrame) == 0x0000F8, "Member 'UBTS_Biped_Station_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_Station_C, InteractionInitiated) == 0x000100, "Member 'UBTS_Biped_Station_C::InteractionInitiated' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_Station_C, ButtslideSurfaceTimer) == 0x000108, "Member 'UBTS_Biped_Station_C::ButtslideSurfaceTimer' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_Station_C, IsMoving) == 0x000110, "Member 'UBTS_Biped_Station_C::IsMoving' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_Station_C, WorldDirection) == 0x000114, "Member 'UBTS_Biped_Station_C::WorldDirection' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_Station_C, SlideForwardSpeed) == 0x000120, "Member 'UBTS_Biped_Station_C::SlideForwardSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_Station_C, FrictionOverride) == 0x000124, "Member 'UBTS_Biped_Station_C::FrictionOverride' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_Station_C, RestoreIKState) == 0x000128, "Member 'UBTS_Biped_Station_C::RestoreIKState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_StealPickup_C \ static_assert(alignof(UABL_StealPickup_C) == 0x000008, "Wrong alignment on UABL_StealPickup_C"); \ static_assert(sizeof(UABL_StealPickup_C) == 0x0000C8, "Wrong size on UABL_StealPickup_C"); \ #define DUMPER7_ASSERTS_BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem \ static_assert(alignof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem) == 0x000008, "Wrong alignment on BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem"); \ static_assert(sizeof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem) == 0x000170, "Wrong size on BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, EntryPoint) == 0x000000, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000018, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000030, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000041, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x000042, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, K2Node_DynamicCast_AsAble_Character_Interface_2) == 0x000048, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::K2Node_DynamicCast_AsAble_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, K2Node_DynamicCast_AsBiped_Player) == 0x000060, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, K2Node_DynamicCast_bSuccess_3) == 0x000068, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_ExecuteAbilityByClass_ReturnValue_2) == 0x000069, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_ExecuteAbilityByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_Add_IntInt_ReturnValue) == 0x000070, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_GetAllActorsOfClass_OutActors) == 0x000078, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_Array_Get_Item) == 0x000088, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_Less_IntInt_ReturnValue) == 0x000094, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000098, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0000A0, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_BreakVector_X) == 0x0000A8, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_BreakVector_Y) == 0x0000AC, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_BreakVector_Z) == 0x0000B0, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x0000B8, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000C0, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_BreakVector_X_1) == 0x0000CC, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_BreakVector_Y_1) == 0x0000D0, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_BreakVector_Z_1) == 0x0000D4, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_MakeVector_ReturnValue) == 0x0000D8, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x0000E4, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x00016C, "Member 'BTT_Biped_EnterTotem_C_ExecuteUbergraph_BTT_Biped_EnterTotem::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_EnterTotem_C_ExitTask \ static_assert(alignof(BTT_Biped_EnterTotem_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_EnterTotem_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_EnterTotem_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_EnterTotem_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_EnterTotem_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_EnterTotem_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_EnterTotem_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_EnterTotem_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_EnterTotem_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_EnterTotem_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_EnterTotem_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation \ static_assert(alignof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation) == 0x000008, "Wrong alignment on BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation"); \ static_assert(sizeof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation) == 0x0000C0, "Wrong size on BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation, Player) == 0x000000, "Member 'BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation::Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation, TotemRight) == 0x000008, "Member 'BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation::TotemRight' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation, TotemForward) == 0x000014, "Member 'BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation::TotemForward' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation, PlayerForward) == 0x000020, "Member 'BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation::PlayerForward' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00002C, "Member 'BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation, CallFunc_GetActorForwardVector_ReturnValue) == 0x000038, "Member 'BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000044, "Member 'BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000050, "Member 'BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation, CallFunc_Add_VectorVector_ReturnValue) == 0x00005C, "Member 'BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000068, "Member 'BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000074, "Member 'BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation, CallFunc_MakeRotFromXZ_ReturnValue) == 0x000080, "Member 'BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation::CallFunc_MakeRotFromXZ_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00008C, "Member 'BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation, CallFunc_Normal_ReturnValue) == 0x000098, "Member 'BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation, CallFunc_GetActorRightVector_ReturnValue) == 0x0000A4, "Member 'BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation, CallFunc_GetActorForwardVector_ReturnValue_1) == 0x0000B0, "Member 'BTT_Biped_EnterTotem_C_SetDesiredLocationAndRotation::CallFunc_GetActorForwardVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_EnterTotem_C \ static_assert(alignof(UBTT_Biped_EnterTotem_C) == 0x000008, "Wrong alignment on UBTT_Biped_EnterTotem_C"); \ static_assert(sizeof(UBTT_Biped_EnterTotem_C) == 0x0001A8, "Wrong size on UBTT_Biped_EnterTotem_C"); \ static_assert(offsetof(UBTT_Biped_EnterTotem_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_EnterTotem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_EnterTotem_C, Totem) == 0x000158, "Member 'UBTT_Biped_EnterTotem_C::Totem' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_EnterTotem_C, PlayerToStation) == 0x000160, "Member 'UBTT_Biped_EnterTotem_C::PlayerToStation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_EnterTotem_C, DesiredRotation) == 0x00016C, "Member 'UBTT_Biped_EnterTotem_C::DesiredRotation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_EnterTotem_C, Up) == 0x000178, "Member 'UBTT_Biped_EnterTotem_C::Up' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_EnterTotem_C, InterpSpeed) == 0x000184, "Member 'UBTT_Biped_EnterTotem_C::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_EnterTotem_C, RotationSpeed) == 0x000188, "Member 'UBTT_Biped_EnterTotem_C::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_EnterTotem_C, InterpPosSpeed) == 0x00018C, "Member 'UBTT_Biped_EnterTotem_C::InterpPosSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_EnterTotem_C, DistFromSite) == 0x000190, "Member 'UBTT_Biped_EnterTotem_C::DistFromSite' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_EnterTotem_C, GettingIntoPosition) == 0x000194, "Member 'UBTT_Biped_EnterTotem_C::GettingIntoPosition' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_EnterTotem_C, HasLeftStickBeenPressed) == 0x000195, "Member 'UBTT_Biped_EnterTotem_C::HasLeftStickBeenPressed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_EnterTotem_C, ValueToAdd) == 0x000198, "Member 'UBTT_Biped_EnterTotem_C::ValueToAdd' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_EnterTotem_C, DesiredLocation) == 0x00019C, "Member 'UBTT_Biped_EnterTotem_C::DesiredLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent \ static_assert(alignof(ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent) == 0x000008, "Wrong alignment on ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent"); \ static_assert(sizeof(ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent) == 0x000030, "Wrong size on ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent, Context) == 0x000000, "Member 'ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent, EventName) == 0x000008, "Member 'ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000010, "Member 'ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000011, "Member 'ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x000012, "Member 'ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent, K2Node_DynamicCast_AsBP_Hogwarts_Protector) == 0x000020, "Member 'ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent::K2Node_DynamicCast_AsBP_Hogwarts_Protector' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABL_TombProtector_Spawn_Reflection_ToIdle_C_OnCustomEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TombProtector_Spawn_Reflection_ToIdle_C \ static_assert(alignof(UABL_TombProtector_Spawn_Reflection_ToIdle_C) == 0x000008, "Wrong alignment on UABL_TombProtector_Spawn_Reflection_ToIdle_C"); \ static_assert(sizeof(UABL_TombProtector_Spawn_Reflection_ToIdle_C) == 0x0000C8, "Wrong size on UABL_TombProtector_Spawn_Reflection_ToIdle_C"); \ #define DUMPER7_ASSERTS_BP_SubSonic_DragonFire_C_OnFire \ static_assert(alignof(BP_SubSonic_DragonFire_C_OnFire) == 0x000008, "Wrong alignment on BP_SubSonic_DragonFire_C_OnFire"); \ static_assert(sizeof(BP_SubSonic_DragonFire_C_OnFire) == 0x000020, "Wrong size on BP_SubSonic_DragonFire_C_OnFire"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_OnFire, Target) == 0x000000, "Member 'BP_SubSonic_DragonFire_C_OnFire::Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_OnFire, TargetLocation) == 0x000008, "Member 'BP_SubSonic_DragonFire_C_OnFire::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_OnFire, Velocity) == 0x000014, "Member 'BP_SubSonic_DragonFire_C_OnFire::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_DragonFire_C_OnHit \ static_assert(alignof(BP_SubSonic_DragonFire_C_OnHit) == 0x000004, "Wrong alignment on BP_SubSonic_DragonFire_C_OnHit"); \ static_assert(sizeof(BP_SubSonic_DragonFire_C_OnHit) == 0x00008C, "Wrong size on BP_SubSonic_DragonFire_C_OnHit"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_OnHit, HitResult) == 0x000000, "Member 'BP_SubSonic_DragonFire_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_OnHit, bDestroyed) == 0x000088, "Member 'BP_SubSonic_DragonFire_C_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_OnHit, bHit) == 0x000089, "Member 'BP_SubSonic_DragonFire_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_OnHit, bBlocked) == 0x00008A, "Member 'BP_SubSonic_DragonFire_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_OnHit, bFailed) == 0x00008B, "Member 'BP_SubSonic_DragonFire_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire \ static_assert(alignof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire) == 0x000008, "Wrong alignment on BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire"); \ static_assert(sizeof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire) == 0x000150, "Wrong size on BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, EntryPoint) == 0x000000, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, K2Node_Event_Target) == 0x000008, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, K2Node_Event_TargetLocation) == 0x000010, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::K2Node_Event_TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, K2Node_Event_Velocity) == 0x00001C, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::K2Node_Event_Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, K2Node_Event_HitResult) == 0x000028, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, K2Node_Event_bDestroyed) == 0x0000B0, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::K2Node_Event_bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, K2Node_Event_bHit) == 0x0000B1, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, K2Node_Event_bBlocked) == 0x0000B2, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, K2Node_Event_bFailed) == 0x0000B3, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::K2Node_Event_bFailed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BreakHitResult_bBlockingHit) == 0x0000B4, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000B5, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BreakHitResult_Time) == 0x0000B8, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BreakHitResult_Distance) == 0x0000BC, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BreakHitResult_Location) == 0x0000C0, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BreakHitResult_ImpactPoint) == 0x0000CC, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BreakHitResult_Normal) == 0x0000D8, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BreakHitResult_ImpactNormal) == 0x0000E4, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BreakHitResult_PhysMat) == 0x0000F0, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BreakHitResult_HitActor) == 0x0000F8, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BreakHitResult_HitComponent) == 0x000100, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BreakHitResult_HitBoneName) == 0x000108, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BreakHitResult_HitItem) == 0x000110, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BreakHitResult_ElementIndex) == 0x000114, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BreakHitResult_FaceIndex) == 0x000118, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BreakHitResult_TraceStart) == 0x00011C, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BreakHitResult_TraceEnd) == 0x000128, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_IsValid_ReturnValue) == 0x000134, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_GetCollisionObjectType_ReturnValue) == 0x000135, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_GetCollisionObjectType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000136, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000137, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000138, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_BooleanOR_ReturnValue) == 0x000144, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000148, "Member 'BP_SubSonic_DragonFire_C_ExecuteUbergraph_BP_SubSonic_DragonFire::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_DragonFire_C \ static_assert(alignof(ABP_SubSonic_DragonFire_C) == 0x000008, "Wrong alignment on ABP_SubSonic_DragonFire_C"); \ static_assert(sizeof(ABP_SubSonic_DragonFire_C) == 0x000578, "Wrong size on ABP_SubSonic_DragonFire_C"); \ static_assert(offsetof(ABP_SubSonic_DragonFire_C, UberGraphFrame) == 0x000538, "Member 'ABP_SubSonic_DragonFire_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DragonFire_C, ParticleSystem) == 0x000540, "Member 'ABP_SubSonic_DragonFire_C::ParticleSystem' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DragonFire_C, N_GroundFire_Trail) == 0x000548, "Member 'ABP_SubSonic_DragonFire_C::N_GroundFire_Trail' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DragonFire_C, SM_Aguamenti_WaterProj) == 0x000550, "Member 'ABP_SubSonic_DragonFire_C::SM_Aguamenti_WaterProj' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DragonFire_C, MAT_RibbonTRail) == 0x000558, "Member 'ABP_SubSonic_DragonFire_C::MAT_RibbonTRail' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DragonFire_C, MAT_Proj) == 0x000560, "Member 'ABP_SubSonic_DragonFire_C::MAT_Proj' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DragonFire_C, LOC_Target) == 0x000568, "Member 'ABP_SubSonic_DragonFire_C::LOC_Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Dungeon_Exit_C \ static_assert(alignof(UABL_Dungeon_Exit_C) == 0x000008, "Wrong alignment on UABL_Dungeon_Exit_C"); \ static_assert(sizeof(UABL_Dungeon_Exit_C) == 0x0000C8, "Wrong size on UABL_Dungeon_Exit_C"); \ #define DUMPER7_ASSERTS_ABL_ClimbLadder_DismountTop_C_ExecuteUbergraph_ABL_ClimbLadder_DismountTop \ static_assert(alignof(ABL_ClimbLadder_DismountTop_C_ExecuteUbergraph_ABL_ClimbLadder_DismountTop) == 0x000008, "Wrong alignment on ABL_ClimbLadder_DismountTop_C_ExecuteUbergraph_ABL_ClimbLadder_DismountTop"); \ static_assert(sizeof(ABL_ClimbLadder_DismountTop_C_ExecuteUbergraph_ABL_ClimbLadder_DismountTop) == 0x000010, "Wrong size on ABL_ClimbLadder_DismountTop_C_ExecuteUbergraph_ABL_ClimbLadder_DismountTop"); \ static_assert(offsetof(ABL_ClimbLadder_DismountTop_C_ExecuteUbergraph_ABL_ClimbLadder_DismountTop, EntryPoint) == 0x000000, "Member 'ABL_ClimbLadder_DismountTop_C_ExecuteUbergraph_ABL_ClimbLadder_DismountTop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ClimbLadder_DismountTop_C_ExecuteUbergraph_ABL_ClimbLadder_DismountTop, K2Node_Event_Context) == 0x000008, "Member 'ABL_ClimbLadder_DismountTop_C_ExecuteUbergraph_ABL_ClimbLadder_DismountTop::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ClimbLadder_DismountTop_C_OnAbilityStart \ static_assert(alignof(ABL_ClimbLadder_DismountTop_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ClimbLadder_DismountTop_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ClimbLadder_DismountTop_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ClimbLadder_DismountTop_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ClimbLadder_DismountTop_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ClimbLadder_DismountTop_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ClimbLadder_DismountTop_C \ static_assert(alignof(UABL_ClimbLadder_DismountTop_C) == 0x000008, "Wrong alignment on UABL_ClimbLadder_DismountTop_C"); \ static_assert(sizeof(UABL_ClimbLadder_DismountTop_C) == 0x0000D0, "Wrong size on UABL_ClimbLadder_DismountTop_C"); \ static_assert(offsetof(UABL_ClimbLadder_DismountTop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ClimbLadder_DismountTop_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Climb1M_C_ExecuteUbergraph_ABL_Climb1M \ static_assert(alignof(ABL_Climb1M_C_ExecuteUbergraph_ABL_Climb1M) == 0x000008, "Wrong alignment on ABL_Climb1M_C_ExecuteUbergraph_ABL_Climb1M"); \ static_assert(sizeof(ABL_Climb1M_C_ExecuteUbergraph_ABL_Climb1M) == 0x000020, "Wrong size on ABL_Climb1M_C_ExecuteUbergraph_ABL_Climb1M"); \ static_assert(offsetof(ABL_Climb1M_C_ExecuteUbergraph_ABL_Climb1M, EntryPoint) == 0x000000, "Member 'ABL_Climb1M_C_ExecuteUbergraph_ABL_Climb1M::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb1M_C_ExecuteUbergraph_ABL_Climb1M, K2Node_Event_Context) == 0x000008, "Member 'ABL_Climb1M_C_ExecuteUbergraph_ABL_Climb1M::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb1M_C_ExecuteUbergraph_ABL_Climb1M, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Climb1M_C_ExecuteUbergraph_ABL_Climb1M::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb1M_C_ExecuteUbergraph_ABL_Climb1M, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_Climb1M_C_ExecuteUbergraph_ABL_Climb1M::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Climb1M_C_OnAbilityStart \ static_assert(alignof(ABL_Climb1M_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Climb1M_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Climb1M_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Climb1M_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Climb1M_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Climb1M_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Climb1M_C \ static_assert(alignof(UABL_Climb1M_C) == 0x000008, "Wrong alignment on UABL_Climb1M_C"); \ static_assert(sizeof(UABL_Climb1M_C) == 0x0000D0, "Wrong size on UABL_Climb1M_C"); \ static_assert(offsetof(UABL_Climb1M_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Climb1M_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests \ static_assert(alignof(BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests) == 0x000008, "Wrong alignment on BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests"); \ static_assert(sizeof(BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests) == 0x000040, "Wrong size on BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests, CallFunc_GetAllActorsOfClass_OutActors) == 0x000010, "Member 'BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests, CallFunc_GetDistanceTo_ReturnValue) == 0x000034, "Member 'BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_VaultRuin_Marker_C_AddBeaconToPuzzleVaultChests::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData \ static_assert(alignof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData) == 0x000008, "Wrong alignment on BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData"); \ static_assert(sizeof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData) == 0x000058, "Wrong size on BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData, CallFunc_GetParentActor_ReturnValue) == 0x000008, "Member 'BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData, CallFunc_GetAllActorsOfClass_OutActors) == 0x000018, "Member 'BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData, K2Node_DynamicCast_AsBP_OL_Chest_Marker) == 0x000040, "Member 'BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData::K2Node_DynamicCast_AsBP_OL_Chest_Marker' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000049, "Member 'BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00004A, "Member 'BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData, CallFunc_GetDistanceTo_ReturnValue) == 0x00004C, "Member 'BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData, CallFunc_BooleanAND_ReturnValue) == 0x000050, "Member 'BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000051, "Member 'BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData, CallFunc_BooleanAND_ReturnValue_1) == 0x000052, "Member 'BP_VaultRuin_Marker_C_UpdateVaultChestOwnerData::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VaultRuin_Marker_C_UserConstructionScript \ static_assert(alignof(BP_VaultRuin_Marker_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_VaultRuin_Marker_C_UserConstructionScript"); \ static_assert(sizeof(BP_VaultRuin_Marker_C_UserConstructionScript) == 0x0003D0, "Wrong size on BP_VaultRuin_Marker_C_UserConstructionScript"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, DoorNameLocal) == 0x000000, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::DoorNameLocal' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, HamletSet1) == 0x000010, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::HamletSet1' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, HamletSet2) == 0x000020, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::HamletSet2' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, DisabledHamletBuildingList) == 0x000030, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::DisabledHamletBuildingList' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, TempStaticMesh) == 0x000040, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::TempStaticMesh' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, TempChildActor) == 0x000048, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::TempChildActor' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, TentObjectList) == 0x000050, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::TentObjectList' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, PropsList) == 0x000060, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::PropsList' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, DisabledList) == 0x000070, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::DisabledList' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, HamletSet1_StaticMeshList) == 0x000080, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::HamletSet1_StaticMeshList' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, ChildActorList) == 0x000090, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::ChildActorList' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, TransformList) == 0x0000A0, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::TransformList' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue) == 0x0000B0, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000C0, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_K2_AddLocalOffset_SweepHitResult) == 0x0000D0, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_K2_AddLocalOffset_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_K2_AddLocalOffset_SweepHitResult_1) == 0x000158, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_K2_AddLocalOffset_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_GetParentActor_ReturnValue) == 0x0001E0, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, K2Node_DynamicCast_AsBP_OL_Vault) == 0x0001E8, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::K2Node_DynamicCast_AsBP_OL_Vault' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x0001F0, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_BreakTransform_Location) == 0x0001F4, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_BreakTransform_Rotation) == 0x000200, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_BreakTransform_Scale) == 0x00020C, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_K2_AddLocalOffset_SweepHitResult_2) == 0x000218, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_K2_AddLocalOffset_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0002A0, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0002AC, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Roll) == 0x0002B8, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Pitch) == 0x0002BC, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Yaw) == 0x0002C0, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Replace_ReturnValue) == 0x0002C8, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue) == 0x0002D8, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_1) == 0x0002D9, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_2) == 0x0002DA, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_3) == 0x0002DB, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_4) == 0x0002DC, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_5) == 0x0002DD, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_6) == 0x0002DE, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_7) == 0x0002DF, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_8) == 0x0002E0, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_9) == 0x0002E1, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_10) == 0x0002E2, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Replace_ReturnValue_1) == 0x0002E8, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Replace_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_11) == 0x0002F8, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_12) == 0x0002F9, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_13) == 0x0002FA, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_14) == 0x0002FB, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_15) == 0x0002FC, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_16) == 0x0002FD, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_17) == 0x0002FE, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_18) == 0x0002FF, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_19) == 0x000300, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_20) == 0x000301, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_21) == 0x000302, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_22) == 0x000303, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_23) == 0x000304, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_24) == 0x000305, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color) == 0x000308, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_InitMarker_Valid) == 0x00030C, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_InitMarker_Valid' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color_1) == 0x000310, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color_1' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_InitMarker_Valid_1) == 0x000314, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_InitMarker_Valid_1' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Conv_StringToName_ReturnValue) == 0x000318, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color_2) == 0x000320, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color_2' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x000324, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000330, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Roll_1) == 0x00033C, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Pitch_1) == 0x000340, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Yaw_1) == 0x000344, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_GetParentActor_ReturnValue_1) == 0x000348, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_GetParentActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, K2Node_DynamicCast_AsBP_OL_Vault_1) == 0x000350, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::K2Node_DynamicCast_AsBP_OL_Vault_1' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_1) == 0x000358, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00035C, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000368, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_NotEqual_StrStr_ReturnValue) == 0x000378, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_InitMarker_Valid_2) == 0x000379, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_InitMarker_Valid_2' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_K2_GetActorRotation_ReturnValue_2) == 0x00037C, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_K2_GetActorRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, K2Node_DynamicCast_AsBeacon_Location) == 0x000388, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::K2Node_DynamicCast_AsBeacon_Location' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_2) == 0x000390, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Roll_2) == 0x000394, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Pitch_2) == 0x000398, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Yaw_2) == 0x00039C, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0003A0, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess) == 0x0003B0, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0003B8, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color_3) == 0x0003C8, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color_3' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_UserConstructionScript, CallFunc_InitMarker_Valid_3) == 0x0003CC, "Member 'BP_VaultRuin_Marker_C_UserConstructionScript::CallFunc_InitMarker_Valid_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker \ static_assert(alignof(BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker) == 0x000008, "Wrong alignment on BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker"); \ static_assert(sizeof(BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker) == 0x000048, "Wrong size on BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker, EntryPoint) == 0x000000, "Member 'BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker, K2Node_MakeStruct_Color) == 0x000004, "Member 'BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker::K2Node_MakeStruct_Color' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker, CallFunc_GetParentActor_ReturnValue) == 0x000008, "Member 'BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker, K2Node_DynamicCast_AsBP_OL_Vault) == 0x000010, "Member 'BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker::K2Node_DynamicCast_AsBP_OL_Vault' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000020, "Member 'BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker, CallFunc_InitMarker_Valid) == 0x000040, "Member 'BP_VaultRuin_Marker_C_ExecuteUbergraph_BP_VaultRuin_Marker::CallFunc_InitMarker_Valid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_VaultRuin_Marker_C \ static_assert(alignof(ABP_VaultRuin_Marker_C) == 0x000008, "Wrong alignment on ABP_VaultRuin_Marker_C"); \ static_assert(sizeof(ABP_VaultRuin_Marker_C) == 0x0003A0, "Wrong size on ABP_VaultRuin_Marker_C"); \ static_assert(offsetof(ABP_VaultRuin_Marker_C, UberGraphFrame_BP_VaultRuin_Marker_C) == 0x000308, "Member 'ABP_VaultRuin_Marker_C::UberGraphFrame_BP_VaultRuin_Marker_C' has a wrong offset!"); \ static_assert(offsetof(ABP_VaultRuin_Marker_C, BeaconLocation) == 0x000310, "Member 'ABP_VaultRuin_Marker_C::BeaconLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_VaultRuin_Marker_C, DoorName) == 0x000318, "Member 'ABP_VaultRuin_Marker_C::DoorName' has a wrong offset!"); \ static_assert(offsetof(ABP_VaultRuin_Marker_C, Out_Actors) == 0x000328, "Member 'ABP_VaultRuin_Marker_C::Out_Actors' has a wrong offset!"); \ static_assert(offsetof(ABP_VaultRuin_Marker_C, MetricsName) == 0x000338, "Member 'ABP_VaultRuin_Marker_C::MetricsName' has a wrong offset!"); \ static_assert(offsetof(ABP_VaultRuin_Marker_C, PuzzleVault_ChestType) == 0x000348, "Member 'ABP_VaultRuin_Marker_C::PuzzleVault_ChestType' has a wrong offset!"); \ static_assert(offsetof(ABP_VaultRuin_Marker_C, SaveStatName) == 0x000358, "Member 'ABP_VaultRuin_Marker_C::SaveStatName' has a wrong offset!"); \ static_assert(offsetof(ABP_VaultRuin_Marker_C, Underwater_for_KIO) == 0x000360, "Member 'ABP_VaultRuin_Marker_C::Underwater_for_KIO' has a wrong offset!"); \ static_assert(offsetof(ABP_VaultRuin_Marker_C, Vault_Name) == 0x000370, "Member 'ABP_VaultRuin_Marker_C::Vault_Name' has a wrong offset!"); \ static_assert(offsetof(ABP_VaultRuin_Marker_C, Chest_Radius_Check) == 0x000380, "Member 'ABP_VaultRuin_Marker_C::Chest_Radius_Check' has a wrong offset!"); \ static_assert(offsetof(ABP_VaultRuin_Marker_C, PuzzleVaultChestName) == 0x000388, "Member 'ABP_VaultRuin_Marker_C::PuzzleVaultChestName' has a wrong offset!"); \ static_assert(offsetof(ABP_VaultRuin_Marker_C, Use_New_Marker) == 0x000398, "Member 'ABP_VaultRuin_Marker_C::Use_New_Marker' has a wrong offset!"); \ static_assert(offsetof(ABP_VaultRuin_Marker_C, Bar_Off) == 0x000399, "Member 'ABP_VaultRuin_Marker_C::Bar_Off' has a wrong offset!"); \ static_assert(offsetof(ABP_VaultRuin_Marker_C, Text_Off) == 0x00039A, "Member 'ABP_VaultRuin_Marker_C::Text_Off' has a wrong offset!"); \ static_assert(offsetof(ABP_VaultRuin_Marker_C, Show_Debug_Chest_Owner_Radius) == 0x00039B, "Member 'ABP_VaultRuin_Marker_C::Show_Debug_Chest_Owner_Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DeathlyHallows_Acquire_C \ static_assert(alignof(UABL_DeathlyHallows_Acquire_C) == 0x000008, "Wrong alignment on UABL_DeathlyHallows_Acquire_C"); \ static_assert(sizeof(UABL_DeathlyHallows_Acquire_C) == 0x0000C8, "Wrong size on UABL_DeathlyHallows_Acquire_C"); \ #define DUMPER7_ASSERTS_UABL_WandCast_Stealth_Revelio_C \ static_assert(alignof(UABL_WandCast_Stealth_Revelio_C) == 0x000008, "Wrong alignment on UABL_WandCast_Stealth_Revelio_C"); \ static_assert(sizeof(UABL_WandCast_Stealth_Revelio_C) == 0x0000C8, "Wrong size on UABL_WandCast_Stealth_Revelio_C"); \ #define DUMPER7_ASSERTS_ABL_OpenChest_C_ExecuteUbergraph_ABL_OpenChest \ static_assert(alignof(ABL_OpenChest_C_ExecuteUbergraph_ABL_OpenChest) == 0x000008, "Wrong alignment on ABL_OpenChest_C_ExecuteUbergraph_ABL_OpenChest"); \ static_assert(sizeof(ABL_OpenChest_C_ExecuteUbergraph_ABL_OpenChest) == 0x000020, "Wrong size on ABL_OpenChest_C_ExecuteUbergraph_ABL_OpenChest"); \ static_assert(offsetof(ABL_OpenChest_C_ExecuteUbergraph_ABL_OpenChest, EntryPoint) == 0x000000, "Member 'ABL_OpenChest_C_ExecuteUbergraph_ABL_OpenChest::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_OpenChest_C_ExecuteUbergraph_ABL_OpenChest, K2Node_Event_Context) == 0x000008, "Member 'ABL_OpenChest_C_ExecuteUbergraph_ABL_OpenChest::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_OpenChest_C_ExecuteUbergraph_ABL_OpenChest, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_OpenChest_C_ExecuteUbergraph_ABL_OpenChest::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_OpenChest_C_ExecuteUbergraph_ABL_OpenChest, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_OpenChest_C_ExecuteUbergraph_ABL_OpenChest::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_OpenChest_C_OnAbilityStart \ static_assert(alignof(ABL_OpenChest_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_OpenChest_C_OnAbilityStart"); \ static_assert(sizeof(ABL_OpenChest_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_OpenChest_C_OnAbilityStart"); \ static_assert(offsetof(ABL_OpenChest_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_OpenChest_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_OpenChest_C \ static_assert(alignof(UABL_OpenChest_C) == 0x000008, "Wrong alignment on UABL_OpenChest_C"); \ static_assert(sizeof(UABL_OpenChest_C) == 0x0000D0, "Wrong size on UABL_OpenChest_C"); \ static_assert(offsetof(UABL_OpenChest_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_OpenChest_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Dungeon_Enter_C \ static_assert(alignof(UABL_Dungeon_Enter_C) == 0x000008, "Wrong alignment on UABL_Dungeon_Enter_C"); \ static_assert(sizeof(UABL_Dungeon_Enter_C) == 0x0000C8, "Wrong size on UABL_Dungeon_Enter_C"); \ #define DUMPER7_ASSERTS_UABL_Transition_DeathlyHallows_C \ static_assert(alignof(UABL_Transition_DeathlyHallows_C) == 0x000008, "Wrong alignment on UABL_Transition_DeathlyHallows_C"); \ static_assert(sizeof(UABL_Transition_DeathlyHallows_C) == 0x0000C8, "Wrong size on UABL_Transition_DeathlyHallows_C"); \ #define DUMPER7_ASSERTS_UABL_ExitPotionStation_C \ static_assert(alignof(UABL_ExitPotionStation_C) == 0x000008, "Wrong alignment on UABL_ExitPotionStation_C"); \ static_assert(sizeof(UABL_ExitPotionStation_C) == 0x0000C8, "Wrong size on UABL_ExitPotionStation_C"); \ #define DUMPER7_ASSERTS_UABL_AncientMagic_Discover_C \ static_assert(alignof(UABL_AncientMagic_Discover_C) == 0x000008, "Wrong alignment on UABL_AncientMagic_Discover_C"); \ static_assert(sizeof(UABL_AncientMagic_Discover_C) == 0x0000C8, "Wrong size on UABL_AncientMagic_Discover_C"); \ #define DUMPER7_ASSERTS_ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife \ static_assert(alignof(ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife) == 0x000008, "Wrong alignment on ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife"); \ static_assert(sizeof(ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife) == 0x000070, "Wrong size on ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife"); \ static_assert(offsetof(ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife, EntryPoint) == 0x000000, "Member 'ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife, K2Node_Event_Context) == 0x000008, "Member 'ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_BackToLife_C_ExecuteUbergraph_ABL_BackToLife::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_BackToLife_C_OnAbilityBranch \ static_assert(alignof(ABL_BackToLife_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_BackToLife_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_BackToLife_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_BackToLife_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_BackToLife_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_BackToLife_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_BackToLife_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_BackToLife_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_BackToLife_C_OnAbilityStart \ static_assert(alignof(ABL_BackToLife_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_BackToLife_C_OnAbilityStart"); \ static_assert(sizeof(ABL_BackToLife_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_BackToLife_C_OnAbilityStart"); \ static_assert(offsetof(ABL_BackToLife_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_BackToLife_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_BackToLife_C \ static_assert(alignof(UABL_BackToLife_C) == 0x000008, "Wrong alignment on UABL_BackToLife_C"); \ static_assert(sizeof(UABL_BackToLife_C) == 0x0000D0, "Wrong size on UABL_BackToLife_C"); \ static_assert(offsetof(UABL_BackToLife_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_BackToLife_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Listen_C \ static_assert(alignof(UABL_Listen_C) == 0x000008, "Wrong alignment on UABL_Listen_C"); \ static_assert(sizeof(UABL_Listen_C) == 0x0000C8, "Wrong size on UABL_Listen_C"); \ #define DUMPER7_ASSERTS_UABL_Telescope_Exit_C \ static_assert(alignof(UABL_Telescope_Exit_C) == 0x000008, "Wrong alignment on UABL_Telescope_Exit_C"); \ static_assert(sizeof(UABL_Telescope_Exit_C) == 0x0000C8, "Wrong size on UABL_Telescope_Exit_C"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_LaunchAwayMedium_C_ExecuteUbergraph_ABL_NpcReact_LaunchAwayMedium \ static_assert(alignof(ABL_NpcReact_LaunchAwayMedium_C_ExecuteUbergraph_ABL_NpcReact_LaunchAwayMedium) == 0x000008, "Wrong alignment on ABL_NpcReact_LaunchAwayMedium_C_ExecuteUbergraph_ABL_NpcReact_LaunchAwayMedium"); \ static_assert(sizeof(ABL_NpcReact_LaunchAwayMedium_C_ExecuteUbergraph_ABL_NpcReact_LaunchAwayMedium) == 0x000030, "Wrong size on ABL_NpcReact_LaunchAwayMedium_C_ExecuteUbergraph_ABL_NpcReact_LaunchAwayMedium"); \ static_assert(offsetof(ABL_NpcReact_LaunchAwayMedium_C_ExecuteUbergraph_ABL_NpcReact_LaunchAwayMedium, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_LaunchAwayMedium_C_ExecuteUbergraph_ABL_NpcReact_LaunchAwayMedium::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_LaunchAwayMedium_C_ExecuteUbergraph_ABL_NpcReact_LaunchAwayMedium, K2Node_Event_Context) == 0x000008, "Member 'ABL_NpcReact_LaunchAwayMedium_C_ExecuteUbergraph_ABL_NpcReact_LaunchAwayMedium::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_LaunchAwayMedium_C_ExecuteUbergraph_ABL_NpcReact_LaunchAwayMedium, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NpcReact_LaunchAwayMedium_C_ExecuteUbergraph_ABL_NpcReact_LaunchAwayMedium::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_LaunchAwayMedium_C_ExecuteUbergraph_ABL_NpcReact_LaunchAwayMedium, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NpcReact_LaunchAwayMedium_C_ExecuteUbergraph_ABL_NpcReact_LaunchAwayMedium::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_LaunchAwayMedium_C_ExecuteUbergraph_ABL_NpcReact_LaunchAwayMedium, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NpcReact_LaunchAwayMedium_C_ExecuteUbergraph_ABL_NpcReact_LaunchAwayMedium::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_LaunchAwayMedium_C_ExecuteUbergraph_ABL_NpcReact_LaunchAwayMedium, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_NpcReact_LaunchAwayMedium_C_ExecuteUbergraph_ABL_NpcReact_LaunchAwayMedium::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_LaunchAwayMedium_C_OnAbilityBranch \ static_assert(alignof(ABL_NpcReact_LaunchAwayMedium_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NpcReact_LaunchAwayMedium_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NpcReact_LaunchAwayMedium_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NpcReact_LaunchAwayMedium_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NpcReact_LaunchAwayMedium_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NpcReact_LaunchAwayMedium_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_LaunchAwayMedium_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NpcReact_LaunchAwayMedium_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_LaunchAwayMedium_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NpcReact_LaunchAwayMedium_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NpcReact_LaunchAwayMedium_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NpcReact_LaunchAwayMedium_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NpcReact_LaunchAwayMedium_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NpcReact_LaunchAwayMedium_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NpcReact_LaunchAwayMedium_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_LaunchAwayMedium_C_OnAbilityEnd \ static_assert(alignof(ABL_NpcReact_LaunchAwayMedium_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NpcReact_LaunchAwayMedium_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NpcReact_LaunchAwayMedium_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NpcReact_LaunchAwayMedium_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NpcReact_LaunchAwayMedium_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NpcReact_LaunchAwayMedium_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_LaunchAwayMedium_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_LaunchAwayMedium_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_LaunchAwayMedium_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_LaunchAwayMedium_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_LaunchAwayMedium_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_LaunchAwayMedium_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_LaunchAwayMedium_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_LaunchAwayMedium_C \ static_assert(alignof(UABL_NpcReact_LaunchAwayMedium_C) == 0x000008, "Wrong alignment on UABL_NpcReact_LaunchAwayMedium_C"); \ static_assert(sizeof(UABL_NpcReact_LaunchAwayMedium_C) == 0x0000F0, "Wrong size on UABL_NpcReact_LaunchAwayMedium_C"); \ static_assert(offsetof(UABL_NpcReact_LaunchAwayMedium_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_LaunchAwayMedium_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NpcReact_LaunchAwayMedium_C, TempCharRef) == 0x0000E8, "Member 'UABL_NpcReact_LaunchAwayMedium_C::TempCharRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitFacePlant_C_ExecuteUbergraph_ABL_HitFacePlant \ static_assert(alignof(ABL_HitFacePlant_C_ExecuteUbergraph_ABL_HitFacePlant) == 0x000008, "Wrong alignment on ABL_HitFacePlant_C_ExecuteUbergraph_ABL_HitFacePlant"); \ static_assert(sizeof(ABL_HitFacePlant_C_ExecuteUbergraph_ABL_HitFacePlant) == 0x000030, "Wrong size on ABL_HitFacePlant_C_ExecuteUbergraph_ABL_HitFacePlant"); \ static_assert(offsetof(ABL_HitFacePlant_C_ExecuteUbergraph_ABL_HitFacePlant, EntryPoint) == 0x000000, "Member 'ABL_HitFacePlant_C_ExecuteUbergraph_ABL_HitFacePlant::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFacePlant_C_ExecuteUbergraph_ABL_HitFacePlant, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitFacePlant_C_ExecuteUbergraph_ABL_HitFacePlant::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFacePlant_C_ExecuteUbergraph_ABL_HitFacePlant, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitFacePlant_C_ExecuteUbergraph_ABL_HitFacePlant::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFacePlant_C_ExecuteUbergraph_ABL_HitFacePlant, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_HitFacePlant_C_ExecuteUbergraph_ABL_HitFacePlant::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFacePlant_C_ExecuteUbergraph_ABL_HitFacePlant, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HitFacePlant_C_ExecuteUbergraph_ABL_HitFacePlant::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFacePlant_C_ExecuteUbergraph_ABL_HitFacePlant, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_HitFacePlant_C_ExecuteUbergraph_ABL_HitFacePlant::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitFacePlant_C_OnAbilityBranch \ static_assert(alignof(ABL_HitFacePlant_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitFacePlant_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitFacePlant_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitFacePlant_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitFacePlant_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitFacePlant_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFacePlant_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitFacePlant_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitFacePlant_C_OnAbilityStart \ static_assert(alignof(ABL_HitFacePlant_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitFacePlant_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitFacePlant_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitFacePlant_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitFacePlant_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitFacePlant_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitFacePlant_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitFacePlant_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitFacePlant_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitFacePlant_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitFacePlant_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitFacePlant_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitFacePlant_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFacePlant_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitFacePlant_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFacePlant_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitFacePlant_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFacePlant_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitFacePlant_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFacePlant_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitFacePlant_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFacePlant_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitFacePlant_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitFacePlant_C \ static_assert(alignof(UABL_HitFacePlant_C) == 0x000008, "Wrong alignment on UABL_HitFacePlant_C"); \ static_assert(sizeof(UABL_HitFacePlant_C) == 0x0000E8, "Wrong size on UABL_HitFacePlant_C"); \ static_assert(offsetof(UABL_HitFacePlant_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitFacePlant_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitAccio_C_ExecuteUbergraph_ABL_HitAccio \ static_assert(alignof(ABL_HitAccio_C_ExecuteUbergraph_ABL_HitAccio) == 0x000008, "Wrong alignment on ABL_HitAccio_C_ExecuteUbergraph_ABL_HitAccio"); \ static_assert(sizeof(ABL_HitAccio_C_ExecuteUbergraph_ABL_HitAccio) == 0x000030, "Wrong size on ABL_HitAccio_C_ExecuteUbergraph_ABL_HitAccio"); \ static_assert(offsetof(ABL_HitAccio_C_ExecuteUbergraph_ABL_HitAccio, EntryPoint) == 0x000000, "Member 'ABL_HitAccio_C_ExecuteUbergraph_ABL_HitAccio::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitAccio_C_ExecuteUbergraph_ABL_HitAccio, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitAccio_C_ExecuteUbergraph_ABL_HitAccio::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitAccio_C_ExecuteUbergraph_ABL_HitAccio, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitAccio_C_ExecuteUbergraph_ABL_HitAccio::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HitAccio_C_ExecuteUbergraph_ABL_HitAccio, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_HitAccio_C_ExecuteUbergraph_ABL_HitAccio::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HitAccio_C_ExecuteUbergraph_ABL_HitAccio, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HitAccio_C_ExecuteUbergraph_ABL_HitAccio::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitAccio_C_ExecuteUbergraph_ABL_HitAccio, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_HitAccio_C_ExecuteUbergraph_ABL_HitAccio::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitAccio_C_OnAbilityBranch \ static_assert(alignof(ABL_HitAccio_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitAccio_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitAccio_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitAccio_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitAccio_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitAccio_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitAccio_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitAccio_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitAccio_C_OnAbilityStart \ static_assert(alignof(ABL_HitAccio_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitAccio_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitAccio_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitAccio_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitAccio_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitAccio_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitAccio_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitAccio_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitAccio_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitAccio_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitAccio_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitAccio_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitAccio_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitAccio_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitAccio_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitAccio_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitAccio_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitAccio_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitAccio_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitAccio_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitAccio_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitAccio_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitAccio_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitAccio_C \ static_assert(alignof(UABL_HitAccio_C) == 0x000008, "Wrong alignment on UABL_HitAccio_C"); \ static_assert(sizeof(UABL_HitAccio_C) == 0x0000E8, "Wrong size on UABL_HitAccio_C"); \ static_assert(offsetof(UABL_HitAccio_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitAccio_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Hit_Fire_Flail_C_ExecuteUbergraph_ABL_Hit_Fire_Flail \ static_assert(alignof(ABL_Hit_Fire_Flail_C_ExecuteUbergraph_ABL_Hit_Fire_Flail) == 0x000008, "Wrong alignment on ABL_Hit_Fire_Flail_C_ExecuteUbergraph_ABL_Hit_Fire_Flail"); \ static_assert(sizeof(ABL_Hit_Fire_Flail_C_ExecuteUbergraph_ABL_Hit_Fire_Flail) == 0x000030, "Wrong size on ABL_Hit_Fire_Flail_C_ExecuteUbergraph_ABL_Hit_Fire_Flail"); \ static_assert(offsetof(ABL_Hit_Fire_Flail_C_ExecuteUbergraph_ABL_Hit_Fire_Flail, EntryPoint) == 0x000000, "Member 'ABL_Hit_Fire_Flail_C_ExecuteUbergraph_ABL_Hit_Fire_Flail::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_Fire_Flail_C_ExecuteUbergraph_ABL_Hit_Fire_Flail, K2Node_Event_Context) == 0x000008, "Member 'ABL_Hit_Fire_Flail_C_ExecuteUbergraph_ABL_Hit_Fire_Flail::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_Fire_Flail_C_ExecuteUbergraph_ABL_Hit_Fire_Flail, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Hit_Fire_Flail_C_ExecuteUbergraph_ABL_Hit_Fire_Flail::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_Fire_Flail_C_ExecuteUbergraph_ABL_Hit_Fire_Flail, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_Hit_Fire_Flail_C_ExecuteUbergraph_ABL_Hit_Fire_Flail::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_Fire_Flail_C_ExecuteUbergraph_ABL_Hit_Fire_Flail, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_Hit_Fire_Flail_C_ExecuteUbergraph_ABL_Hit_Fire_Flail::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_Fire_Flail_C_ExecuteUbergraph_ABL_Hit_Fire_Flail, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_Hit_Fire_Flail_C_ExecuteUbergraph_ABL_Hit_Fire_Flail::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Hit_Fire_Flail_C_OnAbilityBranch \ static_assert(alignof(ABL_Hit_Fire_Flail_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Hit_Fire_Flail_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Hit_Fire_Flail_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Hit_Fire_Flail_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Hit_Fire_Flail_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Hit_Fire_Flail_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_Fire_Flail_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Hit_Fire_Flail_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Hit_Fire_Flail_C_OnAbilityStart \ static_assert(alignof(ABL_Hit_Fire_Flail_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Hit_Fire_Flail_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Hit_Fire_Flail_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Hit_Fire_Flail_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Hit_Fire_Flail_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Hit_Fire_Flail_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Hit_Fire_Flail_C_CustomCanBranchTo \ static_assert(alignof(ABL_Hit_Fire_Flail_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_Hit_Fire_Flail_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_Hit_Fire_Flail_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_Hit_Fire_Flail_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_Hit_Fire_Flail_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_Hit_Fire_Flail_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_Fire_Flail_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_Hit_Fire_Flail_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_Fire_Flail_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Hit_Fire_Flail_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_Fire_Flail_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_Hit_Fire_Flail_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_Fire_Flail_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_Hit_Fire_Flail_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Hit_Fire_Flail_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_Hit_Fire_Flail_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Hit_Fire_Flail_C \ static_assert(alignof(UABL_Hit_Fire_Flail_C) == 0x000008, "Wrong alignment on UABL_Hit_Fire_Flail_C"); \ static_assert(sizeof(UABL_Hit_Fire_Flail_C) == 0x0000E8, "Wrong size on UABL_Hit_Fire_Flail_C"); \ static_assert(offsetof(UABL_Hit_Fire_Flail_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_Hit_Fire_Flail_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll \ static_assert(alignof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll) == 0x000008, "Wrong alignment on BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll"); \ static_assert(sizeof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll) == 0x0000D8, "Wrong size on BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, EntryPoint) == 0x000000, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x000024, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000028, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x00003C, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, CallFunc_GetAnimInstance_ReturnValue) == 0x000040, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000048, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000050, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000068, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, K2Node_DynamicCast_bSuccess_3) == 0x000078, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, CallFunc_MakeLiteralByte_ReturnValue) == 0x000079, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000080, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000088, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, K2Node_DynamicCast_bSuccess_4) == 0x000098, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x0000A0, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, K2Node_DynamicCast_bSuccess_5) == 0x0000B0, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0000B8, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0000C0, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x0000C8, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll, CallFunc_IsSwimming_ReturnValue) == 0x0000D0, "Member 'BTT_Biped_RagDoll_C_ExecuteUbergraph_BTT_Biped_RagDoll::CallFunc_IsSwimming_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_RagDoll_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_RagDoll_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_RagDoll_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_RagDoll_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_RagDoll_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_RagDoll_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_RagDoll_C_ExitTask \ static_assert(alignof(BTT_Biped_RagDoll_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_RagDoll_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_RagDoll_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_RagDoll_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_RagDoll_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_RagDoll_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_RagDoll_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_RagDoll_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_RagDoll_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_RagDoll_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_RagDoll_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_RagDoll_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_RagDoll_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_RagDoll_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_RagDoll_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_RagDoll_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_RagDoll_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_RagDoll_C_SetupRagDolling \ static_assert(alignof(BTT_Biped_RagDoll_C_SetupRagDolling) == 0x000008, "Wrong alignment on BTT_Biped_RagDoll_C_SetupRagDolling"); \ static_assert(sizeof(BTT_Biped_RagDoll_C_SetupRagDolling) == 0x000020, "Wrong size on BTT_Biped_RagDoll_C_SetupRagDolling"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_SetupRagDolling, CallFunc_GetActorOwner_ReturnValue) == 0x000000, "Member 'BTT_Biped_RagDoll_C_SetupRagDolling::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_SetupRagDolling, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000008, "Member 'BTT_Biped_RagDoll_C_SetupRagDolling::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_SetupRagDolling, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_RagDoll_C_SetupRagDolling::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_SetupRagDolling, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000019, "Member 'BTT_Biped_RagDoll_C_SetupRagDolling::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_RagDoll_C_SetContexts \ static_assert(alignof(BTT_Biped_RagDoll_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_RagDoll_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_RagDoll_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_RagDoll_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_RagDoll_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_RagDoll_C_ActivateStates \ static_assert(alignof(BTT_Biped_RagDoll_C_ActivateStates) == 0x000008, "Wrong alignment on BTT_Biped_RagDoll_C_ActivateStates"); \ static_assert(sizeof(BTT_Biped_RagDoll_C_ActivateStates) == 0x000068, "Wrong size on BTT_Biped_RagDoll_C_ActivateStates"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ActivateStates, CallFunc_GetAnimInstance_ReturnValue) == 0x000000, "Member 'BTT_Biped_RagDoll_C_ActivateStates::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ActivateStates, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000008, "Member 'BTT_Biped_RagDoll_C_ActivateStates::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ActivateStates, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_RagDoll_C_ActivateStates::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ActivateStates, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000020, "Member 'BTT_Biped_RagDoll_C_ActivateStates::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ActivateStates, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_RagDoll_C_ActivateStates::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ActivateStates, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000038, "Member 'BTT_Biped_RagDoll_C_ActivateStates::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ActivateStates, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'BTT_Biped_RagDoll_C_ActivateStates::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ActivateStates, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x000050, "Member 'BTT_Biped_RagDoll_C_ActivateStates::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_ActivateStates, K2Node_DynamicCast_bSuccess_3) == 0x000060, "Member 'BTT_Biped_RagDoll_C_ActivateStates::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_RagDoll_C_DeactivateStates \ static_assert(alignof(BTT_Biped_RagDoll_C_DeactivateStates) == 0x000008, "Wrong alignment on BTT_Biped_RagDoll_C_DeactivateStates"); \ static_assert(sizeof(BTT_Biped_RagDoll_C_DeactivateStates) == 0x000068, "Wrong size on BTT_Biped_RagDoll_C_DeactivateStates"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_DeactivateStates, CallFunc_GetAnimInstance_ReturnValue) == 0x000000, "Member 'BTT_Biped_RagDoll_C_DeactivateStates::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_DeactivateStates, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000008, "Member 'BTT_Biped_RagDoll_C_DeactivateStates::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_DeactivateStates, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_RagDoll_C_DeactivateStates::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_DeactivateStates, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000020, "Member 'BTT_Biped_RagDoll_C_DeactivateStates::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_DeactivateStates, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_RagDoll_C_DeactivateStates::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_DeactivateStates, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000038, "Member 'BTT_Biped_RagDoll_C_DeactivateStates::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_DeactivateStates, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'BTT_Biped_RagDoll_C_DeactivateStates::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_DeactivateStates, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x000050, "Member 'BTT_Biped_RagDoll_C_DeactivateStates::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_RagDoll_C_DeactivateStates, K2Node_DynamicCast_bSuccess_3) == 0x000060, "Member 'BTT_Biped_RagDoll_C_DeactivateStates::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_RagDoll_C \ static_assert(alignof(UBTT_Biped_RagDoll_C) == 0x000008, "Wrong alignment on UBTT_Biped_RagDoll_C"); \ static_assert(sizeof(UBTT_Biped_RagDoll_C) == 0x000158, "Wrong size on UBTT_Biped_RagDoll_C"); \ static_assert(offsetof(UBTT_Biped_RagDoll_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_RagDoll_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land \ static_assert(alignof(ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land) == 0x000008, "Wrong alignment on ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land"); \ static_assert(sizeof(ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land) == 0x000048, "Wrong size on ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land"); \ static_assert(offsetof(ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land, EntryPoint) == 0x000000, "Member 'ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land, K2Node_Event_Context) == 0x000008, "Member 'ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land, Temp_struct_Variable) == 0x000010, "Member 'ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land, Temp_delegate_Variable) == 0x000028, "Member 'ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land, K2Node_DynamicCast_AsBiped_Player) == 0x000038, "Member 'ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land, CallFunc_PostEvent_ReturnValue) == 0x000044, "Member 'ABL_Levitated_Land_C_ExecuteUbergraph_ABL_Levitated_Land::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Levitated_Land_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Levitated_Land_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Levitated_Land_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Levitated_Land_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Levitated_Land_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Levitated_Land_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Levitated_Land_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Levitated_Land_C \ static_assert(alignof(UABL_Levitated_Land_C) == 0x000008, "Wrong alignment on UABL_Levitated_Land_C"); \ static_assert(sizeof(UABL_Levitated_Land_C) == 0x0000E8, "Wrong size on UABL_Levitated_Land_C"); \ static_assert(offsetof(UABL_Levitated_Land_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_Levitated_Land_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ProtegoParry_AOE_Slide_C \ static_assert(alignof(UABL_ProtegoParry_AOE_Slide_C) == 0x000008, "Wrong alignment on UABL_ProtegoParry_AOE_Slide_C"); \ static_assert(sizeof(UABL_ProtegoParry_AOE_Slide_C) == 0x0000C8, "Wrong size on UABL_ProtegoParry_AOE_Slide_C"); \ #define DUMPER7_ASSERTS_ABP_Physics_GoblinWeapons_C \ static_assert(alignof(ABP_Physics_GoblinWeapons_C) == 0x000008, "Wrong alignment on ABP_Physics_GoblinWeapons_C"); \ static_assert(sizeof(ABP_Physics_GoblinWeapons_C) == 0x000410, "Wrong size on ABP_Physics_GoblinWeapons_C"); \ static_assert(offsetof(ABP_Physics_GoblinWeapons_C, DefaultSceneRoot) == 0x000408, "Member 'ABP_Physics_GoblinWeapons_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ClimbPullUp_C_ExecuteUbergraph_ABL_ClimbPullUp \ static_assert(alignof(ABL_ClimbPullUp_C_ExecuteUbergraph_ABL_ClimbPullUp) == 0x000008, "Wrong alignment on ABL_ClimbPullUp_C_ExecuteUbergraph_ABL_ClimbPullUp"); \ static_assert(sizeof(ABL_ClimbPullUp_C_ExecuteUbergraph_ABL_ClimbPullUp) == 0x000020, "Wrong size on ABL_ClimbPullUp_C_ExecuteUbergraph_ABL_ClimbPullUp"); \ static_assert(offsetof(ABL_ClimbPullUp_C_ExecuteUbergraph_ABL_ClimbPullUp, EntryPoint) == 0x000000, "Member 'ABL_ClimbPullUp_C_ExecuteUbergraph_ABL_ClimbPullUp::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ClimbPullUp_C_ExecuteUbergraph_ABL_ClimbPullUp, K2Node_Event_Context) == 0x000008, "Member 'ABL_ClimbPullUp_C_ExecuteUbergraph_ABL_ClimbPullUp::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ClimbPullUp_C_ExecuteUbergraph_ABL_ClimbPullUp, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_ClimbPullUp_C_ExecuteUbergraph_ABL_ClimbPullUp::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_ClimbPullUp_C_ExecuteUbergraph_ABL_ClimbPullUp, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_ClimbPullUp_C_ExecuteUbergraph_ABL_ClimbPullUp::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ClimbPullUp_C_OnAbilityStart \ static_assert(alignof(ABL_ClimbPullUp_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ClimbPullUp_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ClimbPullUp_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ClimbPullUp_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ClimbPullUp_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ClimbPullUp_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ClimbPullUp_C \ static_assert(alignof(UABL_ClimbPullUp_C) == 0x000008, "Wrong alignment on UABL_ClimbPullUp_C"); \ static_assert(sizeof(UABL_ClimbPullUp_C) == 0x0000D0, "Wrong size on UABL_ClimbPullUp_C"); \ static_assert(offsetof(UABL_ClimbPullUp_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ClimbPullUp_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Transition_Mission_C \ static_assert(alignof(UABL_Transition_Mission_C) == 0x000008, "Wrong alignment on UABL_Transition_Mission_C"); \ static_assert(sizeof(UABL_Transition_Mission_C) == 0x0000C8, "Wrong size on UABL_Transition_Mission_C"); \ #define DUMPER7_ASSERTS_UABL_WandCast_LightCombo1_C \ static_assert(alignof(UABL_WandCast_LightCombo1_C) == 0x000008, "Wrong alignment on UABL_WandCast_LightCombo1_C"); \ static_assert(sizeof(UABL_WandCast_LightCombo1_C) == 0x0000D0, "Wrong size on UABL_WandCast_LightCombo1_C"); \ #define DUMPER7_ASSERTS_UABL_WandCast_Stealth_C \ static_assert(alignof(UABL_WandCast_Stealth_C) == 0x000008, "Wrong alignment on UABL_WandCast_Stealth_C"); \ static_assert(sizeof(UABL_WandCast_Stealth_C) == 0x0000D0, "Wrong size on UABL_WandCast_Stealth_C"); \ #define DUMPER7_ASSERTS_ABL_ShadowBlink_End_C_ExecuteUbergraph_ABL_ShadowBlink_End \ static_assert(alignof(ABL_ShadowBlink_End_C_ExecuteUbergraph_ABL_ShadowBlink_End) == 0x000008, "Wrong alignment on ABL_ShadowBlink_End_C_ExecuteUbergraph_ABL_ShadowBlink_End"); \ static_assert(sizeof(ABL_ShadowBlink_End_C_ExecuteUbergraph_ABL_ShadowBlink_End) == 0x000020, "Wrong size on ABL_ShadowBlink_End_C_ExecuteUbergraph_ABL_ShadowBlink_End"); \ static_assert(offsetof(ABL_ShadowBlink_End_C_ExecuteUbergraph_ABL_ShadowBlink_End, EntryPoint) == 0x000000, "Member 'ABL_ShadowBlink_End_C_ExecuteUbergraph_ABL_ShadowBlink_End::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowBlink_End_C_ExecuteUbergraph_ABL_ShadowBlink_End, K2Node_Event_Context) == 0x000008, "Member 'ABL_ShadowBlink_End_C_ExecuteUbergraph_ABL_ShadowBlink_End::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowBlink_End_C_ExecuteUbergraph_ABL_ShadowBlink_End, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_ShadowBlink_End_C_ExecuteUbergraph_ABL_ShadowBlink_End::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowBlink_End_C_ExecuteUbergraph_ABL_ShadowBlink_End, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_ShadowBlink_End_C_ExecuteUbergraph_ABL_ShadowBlink_End::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ShadowBlink_End_C_OnAbilityStart \ static_assert(alignof(ABL_ShadowBlink_End_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ShadowBlink_End_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ShadowBlink_End_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ShadowBlink_End_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ShadowBlink_End_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ShadowBlink_End_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ShadowBlink_End_C \ static_assert(alignof(UABL_ShadowBlink_End_C) == 0x000008, "Wrong alignment on UABL_ShadowBlink_End_C"); \ static_assert(sizeof(UABL_ShadowBlink_End_C) == 0x0000D0, "Wrong size on UABL_ShadowBlink_End_C"); \ static_assert(offsetof(UABL_ShadowBlink_End_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ShadowBlink_End_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DodgeRoll_ShadowBlink_AOE_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_AOE \ static_assert(alignof(ABL_DodgeRoll_ShadowBlink_AOE_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_AOE) == 0x000008, "Wrong alignment on ABL_DodgeRoll_ShadowBlink_AOE_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_AOE"); \ static_assert(sizeof(ABL_DodgeRoll_ShadowBlink_AOE_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_AOE) == 0x000020, "Wrong size on ABL_DodgeRoll_ShadowBlink_AOE_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_AOE"); \ static_assert(offsetof(ABL_DodgeRoll_ShadowBlink_AOE_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_AOE, EntryPoint) == 0x000000, "Member 'ABL_DodgeRoll_ShadowBlink_AOE_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_AOE::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_DodgeRoll_ShadowBlink_AOE_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_AOE, K2Node_Event_Context) == 0x000008, "Member 'ABL_DodgeRoll_ShadowBlink_AOE_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_AOE::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_DodgeRoll_ShadowBlink_AOE_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_AOE, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_DodgeRoll_ShadowBlink_AOE_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_AOE::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_DodgeRoll_ShadowBlink_AOE_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_AOE, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_DodgeRoll_ShadowBlink_AOE_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_AOE::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DodgeRoll_ShadowBlink_AOE_C_OnAbilityStart \ static_assert(alignof(ABL_DodgeRoll_ShadowBlink_AOE_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_DodgeRoll_ShadowBlink_AOE_C_OnAbilityStart"); \ static_assert(sizeof(ABL_DodgeRoll_ShadowBlink_AOE_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_DodgeRoll_ShadowBlink_AOE_C_OnAbilityStart"); \ static_assert(offsetof(ABL_DodgeRoll_ShadowBlink_AOE_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_DodgeRoll_ShadowBlink_AOE_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DodgeRoll_ShadowBlink_AOE_C \ static_assert(alignof(UABL_DodgeRoll_ShadowBlink_AOE_C) == 0x000008, "Wrong alignment on UABL_DodgeRoll_ShadowBlink_AOE_C"); \ static_assert(sizeof(UABL_DodgeRoll_ShadowBlink_AOE_C) == 0x0000D0, "Wrong size on UABL_DodgeRoll_ShadowBlink_AOE_C"); \ static_assert(offsetof(UABL_DodgeRoll_ShadowBlink_AOE_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_DodgeRoll_ShadowBlink_AOE_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DodgeRoll_ShadowBlink_Gate_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_Gate \ static_assert(alignof(ABL_DodgeRoll_ShadowBlink_Gate_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_Gate) == 0x000008, "Wrong alignment on ABL_DodgeRoll_ShadowBlink_Gate_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_Gate"); \ static_assert(sizeof(ABL_DodgeRoll_ShadowBlink_Gate_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_Gate) == 0x000020, "Wrong size on ABL_DodgeRoll_ShadowBlink_Gate_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_Gate"); \ static_assert(offsetof(ABL_DodgeRoll_ShadowBlink_Gate_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_Gate, EntryPoint) == 0x000000, "Member 'ABL_DodgeRoll_ShadowBlink_Gate_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_Gate::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_DodgeRoll_ShadowBlink_Gate_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_Gate, K2Node_Event_Context) == 0x000008, "Member 'ABL_DodgeRoll_ShadowBlink_Gate_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_Gate::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_DodgeRoll_ShadowBlink_Gate_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_Gate, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_DodgeRoll_ShadowBlink_Gate_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_Gate::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_DodgeRoll_ShadowBlink_Gate_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_Gate, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_DodgeRoll_ShadowBlink_Gate_C_ExecuteUbergraph_ABL_DodgeRoll_ShadowBlink_Gate::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DodgeRoll_ShadowBlink_Gate_C_OnAbilityStart \ static_assert(alignof(ABL_DodgeRoll_ShadowBlink_Gate_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_DodgeRoll_ShadowBlink_Gate_C_OnAbilityStart"); \ static_assert(sizeof(ABL_DodgeRoll_ShadowBlink_Gate_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_DodgeRoll_ShadowBlink_Gate_C_OnAbilityStart"); \ static_assert(offsetof(ABL_DodgeRoll_ShadowBlink_Gate_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_DodgeRoll_ShadowBlink_Gate_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DodgeRoll_ShadowBlink_Gate_C \ static_assert(alignof(UABL_DodgeRoll_ShadowBlink_Gate_C) == 0x000008, "Wrong alignment on UABL_DodgeRoll_ShadowBlink_Gate_C"); \ static_assert(sizeof(UABL_DodgeRoll_ShadowBlink_Gate_C) == 0x0000D0, "Wrong size on UABL_DodgeRoll_ShadowBlink_Gate_C"); \ static_assert(offsetof(UABL_DodgeRoll_ShadowBlink_Gate_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_DodgeRoll_ShadowBlink_Gate_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock \ static_assert(alignof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock) == 0x000004, "Wrong alignment on ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock"); \ static_assert(sizeof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock) == 0x000048, "Wrong size on ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock"); \ static_assert(offsetof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock, EntryPoint) == 0x000000, "Member 'ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock, K2Node_Event_DeltaTimeX) == 0x000004, "Member 'ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000008, "Member 'ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000010, "Member 'ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock, CallFunc_BooleanOR_ReturnValue) == 0x000014, "Member 'ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock, CallFunc_BooleanOR_ReturnValue_1) == 0x000015, "Member 'ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock, CallFunc_Not_PreBool_ReturnValue) == 0x000016, "Member 'ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue) == 0x000017, "Member 'ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock, CallFunc_Not_PreBool_ReturnValue_1) == 0x000018, "Member 'ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock, CallFunc_Conv_BoolToFloat_ReturnValue_1) == 0x00001C, "Member 'ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock::CallFunc_Conv_BoolToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_1) == 0x000020, "Member 'ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock, CallFunc_Conv_BoolToFloat_ReturnValue_2) == 0x000024, "Member 'ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock::CallFunc_Conv_BoolToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00002C, "Member 'ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock, CallFunc_MakeRotator_ReturnValue) == 0x000030, "Member 'ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock, CallFunc_MakeRotator_ReturnValue_1) == 0x00003C, "Member 'ABP_AlohomoraLock_C_ExecuteUbergraph_ABP_AlohomoraLock::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AlohomoraLock_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_AlohomoraLock_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_AlohomoraLock_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_AlohomoraLock_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_AlohomoraLock_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_AlohomoraLock_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_AlohomoraLock_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AlohomoraLock_C_AnimGraph \ static_assert(alignof(ABP_AlohomoraLock_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_AlohomoraLock_C_AnimGraph"); \ static_assert(sizeof(ABP_AlohomoraLock_C_AnimGraph) == 0x000010, "Wrong size on ABP_AlohomoraLock_C_AnimGraph"); \ static_assert(offsetof(ABP_AlohomoraLock_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_AlohomoraLock_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_AlohomoraLock_C \ static_assert(alignof(UABP_AlohomoraLock_C) == 0x000010, "Wrong alignment on UABP_AlohomoraLock_C"); \ static_assert(sizeof(UABP_AlohomoraLock_C) == 0x000AF0, "Wrong size on UABP_AlohomoraLock_C"); \ static_assert(offsetof(UABP_AlohomoraLock_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_AlohomoraLock_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_TransitionResult_1) == 0x0002F8, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_TransitionResult) == 0x000320, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_SequencePlayer_4) == 0x000348, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_StateResult_2) == 0x0003C8, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_SequencePlayer_3) == 0x0003F8, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_StateResult_1) == 0x000478, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_LayeredBoneBlend_1) == 0x0004A8, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_SequencePlayer_2) == 0x000568, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_SequencePlayer_1) == 0x0005E8, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_LayeredBoneBlend) == 0x000668, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_SequencePlayer) == 0x000728, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_StateResult) == 0x0007A8, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_StateMachine) == 0x0007D8, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_ModifyBone_1) == 0x000888, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_ModifyBone_1' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_LocalToComponentSpace) == 0x000990, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_ModifyBone) == 0x0009B0, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, AnimGraphNode_ComponentToLocalSpace) == 0x000AB8, "Member 'UABP_AlohomoraLock_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, RightStick) == 0x000AD8, "Member 'UABP_AlohomoraLock_C::RightStick' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, LeftStick) == 0x000AD9, "Member 'UABP_AlohomoraLock_C::LeftStick' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, IsUnlocked) == 0x000ADA, "Member 'UABP_AlohomoraLock_C::IsUnlocked' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, OuterRot) == 0x000ADC, "Member 'UABP_AlohomoraLock_C::OuterRot' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, InnerRot) == 0x000AE0, "Member 'UABP_AlohomoraLock_C::InnerRot' has a wrong offset!"); \ static_assert(offsetof(UABP_AlohomoraLock_C, BeginZoom) == 0x000AE4, "Member 'UABP_AlohomoraLock_C::BeginZoom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_OpenDoorLeftHand_Sprint_C \ static_assert(alignof(UABL_OpenDoorLeftHand_Sprint_C) == 0x000008, "Wrong alignment on UABL_OpenDoorLeftHand_Sprint_C"); \ static_assert(sizeof(UABL_OpenDoorLeftHand_Sprint_C) == 0x0000C8, "Wrong size on UABL_OpenDoorLeftHand_Sprint_C"); \ #define DUMPER7_ASSERTS_UABL_OpenDoorLeftHand_Jog_C \ static_assert(alignof(UABL_OpenDoorLeftHand_Jog_C) == 0x000008, "Wrong alignment on UABL_OpenDoorLeftHand_Jog_C"); \ static_assert(sizeof(UABL_OpenDoorLeftHand_Jog_C) == 0x0000C8, "Wrong size on UABL_OpenDoorLeftHand_Jog_C"); \ #define DUMPER7_ASSERTS_UABL_OpenDoorLeftHand_Stealth_C \ static_assert(alignof(UABL_OpenDoorLeftHand_Stealth_C) == 0x000008, "Wrong alignment on UABL_OpenDoorLeftHand_Stealth_C"); \ static_assert(sizeof(UABL_OpenDoorLeftHand_Stealth_C) == 0x0000C8, "Wrong size on UABL_OpenDoorLeftHand_Stealth_C"); \ #define DUMPER7_ASSERTS_UABL_OpenDoorLeftHand_C \ static_assert(alignof(UABL_OpenDoorLeftHand_C) == 0x000008, "Wrong alignment on UABL_OpenDoorLeftHand_C"); \ static_assert(sizeof(UABL_OpenDoorLeftHand_C) == 0x0000C8, "Wrong size on UABL_OpenDoorLeftHand_C"); \ #define DUMPER7_ASSERTS_ABL_HitStumble_NoFall_C_ExecuteUbergraph_ABL_HitStumble_NoFall \ static_assert(alignof(ABL_HitStumble_NoFall_C_ExecuteUbergraph_ABL_HitStumble_NoFall) == 0x000008, "Wrong alignment on ABL_HitStumble_NoFall_C_ExecuteUbergraph_ABL_HitStumble_NoFall"); \ static_assert(sizeof(ABL_HitStumble_NoFall_C_ExecuteUbergraph_ABL_HitStumble_NoFall) == 0x000030, "Wrong size on ABL_HitStumble_NoFall_C_ExecuteUbergraph_ABL_HitStumble_NoFall"); \ static_assert(offsetof(ABL_HitStumble_NoFall_C_ExecuteUbergraph_ABL_HitStumble_NoFall, EntryPoint) == 0x000000, "Member 'ABL_HitStumble_NoFall_C_ExecuteUbergraph_ABL_HitStumble_NoFall::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_NoFall_C_ExecuteUbergraph_ABL_HitStumble_NoFall, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitStumble_NoFall_C_ExecuteUbergraph_ABL_HitStumble_NoFall::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_NoFall_C_ExecuteUbergraph_ABL_HitStumble_NoFall, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitStumble_NoFall_C_ExecuteUbergraph_ABL_HitStumble_NoFall::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_NoFall_C_ExecuteUbergraph_ABL_HitStumble_NoFall, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_HitStumble_NoFall_C_ExecuteUbergraph_ABL_HitStumble_NoFall::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_NoFall_C_ExecuteUbergraph_ABL_HitStumble_NoFall, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HitStumble_NoFall_C_ExecuteUbergraph_ABL_HitStumble_NoFall::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_NoFall_C_ExecuteUbergraph_ABL_HitStumble_NoFall, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_HitStumble_NoFall_C_ExecuteUbergraph_ABL_HitStumble_NoFall::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumble_NoFall_C_OnAbilityBranch \ static_assert(alignof(ABL_HitStumble_NoFall_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitStumble_NoFall_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitStumble_NoFall_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitStumble_NoFall_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitStumble_NoFall_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitStumble_NoFall_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_NoFall_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitStumble_NoFall_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumble_NoFall_C_OnAbilityStart \ static_assert(alignof(ABL_HitStumble_NoFall_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitStumble_NoFall_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitStumble_NoFall_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitStumble_NoFall_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitStumble_NoFall_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitStumble_NoFall_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumble_NoFall_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitStumble_NoFall_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitStumble_NoFall_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitStumble_NoFall_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitStumble_NoFall_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitStumble_NoFall_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitStumble_NoFall_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_NoFall_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitStumble_NoFall_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_NoFall_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitStumble_NoFall_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_NoFall_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitStumble_NoFall_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_NoFall_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitStumble_NoFall_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_NoFall_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitStumble_NoFall_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitStumble_NoFall_C \ static_assert(alignof(UABL_HitStumble_NoFall_C) == 0x000008, "Wrong alignment on UABL_HitStumble_NoFall_C"); \ static_assert(sizeof(UABL_HitStumble_NoFall_C) == 0x0000E8, "Wrong size on UABL_HitStumble_NoFall_C"); \ static_assert(offsetof(UABL_HitStumble_NoFall_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitStumble_NoFall_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPCFinisherAware_C \ static_assert(alignof(UABL_NPCFinisherAware_C) == 0x000008, "Wrong alignment on UABL_NPCFinisherAware_C"); \ static_assert(sizeof(UABL_NPCFinisherAware_C) == 0x0000C8, "Wrong size on UABL_NPCFinisherAware_C"); \ #define DUMPER7_ASSERTS_BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP \ static_assert(alignof(BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP) == 0x000008, "Wrong alignment on BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP"); \ static_assert(sizeof(BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP) == 0x000030, "Wrong size on BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP"); \ static_assert(offsetof(BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP, EntryPoint) == 0x000000, "Member 'BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP, K2Node_Event_InUsePhotoModePose) == 0x000004, "Member 'BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP::K2Node_Event_InUsePhotoModePose' has a wrong offset!"); \ static_assert(offsetof(BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP, K2Node_Event_PoseAnimation) == 0x000008, "Member 'BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP::K2Node_Event_PoseAnimation' has a wrong offset!"); \ static_assert(offsetof(BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP, K2Node_Event_DeltaTimeX) == 0x000010, "Member 'BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP, CallFunc_GetOwningActor_ReturnValue) == 0x000018, "Member 'BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP, K2Node_DynamicCast_AsBase_Character) == 0x000020, "Member 'BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP::K2Node_DynamicCast_AsBase_Character' has a wrong offset!"); \ static_assert(offsetof(BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BipedCharacter_Retargeted_AnimBP_C_ExecuteUbergraph_BipedCharacter_Retargeted_AnimBP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BipedCharacter_Retargeted_AnimBP_C_SetUsePhotoModePose \ static_assert(alignof(BipedCharacter_Retargeted_AnimBP_C_SetUsePhotoModePose) == 0x000008, "Wrong alignment on BipedCharacter_Retargeted_AnimBP_C_SetUsePhotoModePose"); \ static_assert(sizeof(BipedCharacter_Retargeted_AnimBP_C_SetUsePhotoModePose) == 0x000010, "Wrong size on BipedCharacter_Retargeted_AnimBP_C_SetUsePhotoModePose"); \ static_assert(offsetof(BipedCharacter_Retargeted_AnimBP_C_SetUsePhotoModePose, InUsePhotoModePose) == 0x000000, "Member 'BipedCharacter_Retargeted_AnimBP_C_SetUsePhotoModePose::InUsePhotoModePose' has a wrong offset!"); \ static_assert(offsetof(BipedCharacter_Retargeted_AnimBP_C_SetUsePhotoModePose, PoseAnimation) == 0x000008, "Member 'BipedCharacter_Retargeted_AnimBP_C_SetUsePhotoModePose::PoseAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BipedCharacter_Retargeted_AnimBP_C_BlueprintUpdateAnimation \ static_assert(alignof(BipedCharacter_Retargeted_AnimBP_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on BipedCharacter_Retargeted_AnimBP_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(BipedCharacter_Retargeted_AnimBP_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on BipedCharacter_Retargeted_AnimBP_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(BipedCharacter_Retargeted_AnimBP_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'BipedCharacter_Retargeted_AnimBP_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BipedCharacter_Retargeted_AnimBP_C_SetHipMultipliers \ static_assert(alignof(BipedCharacter_Retargeted_AnimBP_C_SetHipMultipliers) == 0x000004, "Wrong alignment on BipedCharacter_Retargeted_AnimBP_C_SetHipMultipliers"); \ static_assert(sizeof(BipedCharacter_Retargeted_AnimBP_C_SetHipMultipliers) == 0x000014, "Wrong size on BipedCharacter_Retargeted_AnimBP_C_SetHipMultipliers"); \ static_assert(offsetof(BipedCharacter_Retargeted_AnimBP_C_SetHipMultipliers, DeltaTime) == 0x000000, "Member 'BipedCharacter_Retargeted_AnimBP_C_SetHipMultipliers::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BipedCharacter_Retargeted_AnimBP_C_SetHipMultipliers, CallFunc_FInterpTo_ReturnValue) == 0x000004, "Member 'BipedCharacter_Retargeted_AnimBP_C_SetHipMultipliers::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BipedCharacter_Retargeted_AnimBP_C_SetHipMultipliers, CallFunc_FInterpTo_ReturnValue_1) == 0x000008, "Member 'BipedCharacter_Retargeted_AnimBP_C_SetHipMultipliers::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BipedCharacter_Retargeted_AnimBP_C_SetHipMultipliers, CallFunc_FInterpTo_ReturnValue_2) == 0x00000C, "Member 'BipedCharacter_Retargeted_AnimBP_C_SetHipMultipliers::CallFunc_FInterpTo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BipedCharacter_Retargeted_AnimBP_C_SetHipMultipliers, CallFunc_FInterpTo_ReturnValue_3) == 0x000010, "Member 'BipedCharacter_Retargeted_AnimBP_C_SetHipMultipliers::CallFunc_FInterpTo_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BipedCharacter_Retargeted_AnimBP_C_AnimGraph \ static_assert(alignof(BipedCharacter_Retargeted_AnimBP_C_AnimGraph) == 0x000008, "Wrong alignment on BipedCharacter_Retargeted_AnimBP_C_AnimGraph"); \ static_assert(sizeof(BipedCharacter_Retargeted_AnimBP_C_AnimGraph) == 0x000010, "Wrong size on BipedCharacter_Retargeted_AnimBP_C_AnimGraph"); \ static_assert(offsetof(BipedCharacter_Retargeted_AnimBP_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'BipedCharacter_Retargeted_AnimBP_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBipedCharacter_Retargeted_AnimBP_C \ static_assert(alignof(UBipedCharacter_Retargeted_AnimBP_C) == 0x000010, "Wrong alignment on UBipedCharacter_Retargeted_AnimBP_C"); \ static_assert(sizeof(UBipedCharacter_Retargeted_AnimBP_C) == 0x0010A0, "Wrong size on UBipedCharacter_Retargeted_AnimBP_C"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, UberGraphFrame) == 0x000980, "Member 'UBipedCharacter_Retargeted_AnimBP_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, AnimGraphNode_Root) == 0x000988, "Member 'UBipedCharacter_Retargeted_AnimBP_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, AnimGraphNode_AbilityAnimPlayer) == 0x0009B8, "Member 'UBipedCharacter_Retargeted_AnimBP_C::AnimGraphNode_AbilityAnimPlayer' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, AnimGraphNode_StateResult) == 0x000A68, "Member 'UBipedCharacter_Retargeted_AnimBP_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, AnimGraphNode_StateMachine) == 0x000A98, "Member 'UBipedCharacter_Retargeted_AnimBP_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, AnimGraphNode_RequestedLayerBlend) == 0x000B50, "Member 'UBipedCharacter_Retargeted_AnimBP_C::AnimGraphNode_RequestedLayerBlend' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, AnimGraphNode_SubInstance) == 0x000C00, "Member 'UBipedCharacter_Retargeted_AnimBP_C::AnimGraphNode_SubInstance' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, AnimGraphNode_SequenceEvaluator) == 0x000CA0, "Member 'UBipedCharacter_Retargeted_AnimBP_C::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, AnimGraphNode_IKMasterNode) == 0x000CF0, "Member 'UBipedCharacter_Retargeted_AnimBP_C::AnimGraphNode_IKMasterNode' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, AnimGraphNode_BlendListByBool) == 0x000EA0, "Member 'UBipedCharacter_Retargeted_AnimBP_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, AnimGraphNode_AvaInertialization) == 0x000F40, "Member 'UBipedCharacter_Retargeted_AnimBP_C::AnimGraphNode_AvaInertialization' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, AnimGraphNode_LinkedAnimGraph) == 0x000FC0, "Member 'UBipedCharacter_Retargeted_AnimBP_C::AnimGraphNode_LinkedAnimGraph' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, __CustomProperty_Alpha_2472CE0342E67777AB312F9301949E2F) == 0x001060, "Member 'UBipedCharacter_Retargeted_AnimBP_C::__CustomProperty_Alpha_2472CE0342E67777AB312F9301949E2F' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, MinHipMultiplier) == 0x001064, "Member 'UBipedCharacter_Retargeted_AnimBP_C::MinHipMultiplier' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, MaxHipMultiplier) == 0x001068, "Member 'UBipedCharacter_Retargeted_AnimBP_C::MaxHipMultiplier' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, ShowIKFloorContact) == 0x00106C, "Member 'UBipedCharacter_Retargeted_AnimBP_C::ShowIKFloorContact' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, GazeTargetWS) == 0x001070, "Member 'UBipedCharacter_Retargeted_AnimBP_C::GazeTargetWS' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, GazeTargetWeight) == 0x00107C, "Member 'UBipedCharacter_Retargeted_AnimBP_C::GazeTargetWeight' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, AnimComp) == 0x001080, "Member 'UBipedCharacter_Retargeted_AnimBP_C::AnimComp' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, ShoulderFixupAlpha) == 0x001088, "Member 'UBipedCharacter_Retargeted_AnimBP_C::ShoulderFixupAlpha' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, bUsePoseOverride) == 0x00108C, "Member 'UBipedCharacter_Retargeted_AnimBP_C::bUsePoseOverride' has a wrong offset!"); \ static_assert(offsetof(UBipedCharacter_Retargeted_AnimBP_C, OverridePose) == 0x001090, "Member 'UBipedCharacter_Retargeted_AnimBP_C::OverridePose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_AncientMagic_Reveal_C \ static_assert(alignof(UABL_AncientMagic_Reveal_C) == 0x000008, "Wrong alignment on UABL_AncientMagic_Reveal_C"); \ static_assert(sizeof(UABL_AncientMagic_Reveal_C) == 0x0000C8, "Wrong size on UABL_AncientMagic_Reveal_C"); \ #define DUMPER7_ASSERTS_UUI_BP_UnreadMailIcon_C \ static_assert(alignof(UUI_BP_UnreadMailIcon_C) == 0x000008, "Wrong alignment on UUI_BP_UnreadMailIcon_C"); \ static_assert(sizeof(UUI_BP_UnreadMailIcon_C) == 0x0002F0, "Wrong size on UUI_BP_UnreadMailIcon_C"); \ static_assert(offsetof(UUI_BP_UnreadMailIcon_C, MailImage) == 0x0002E8, "Member 'UUI_BP_UnreadMailIcon_C::MailImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide \ static_assert(alignof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide) == 0x000008, "Wrong alignment on BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide"); \ static_assert(sizeof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide) == 0x000448, "Wrong size on BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, EntryPoint) == 0x000000, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, Temp_delegate_Variable) == 0x000004, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_MakeLiteralByte_ReturnValue) == 0x000024, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, Temp_struct_Variable) == 0x000028, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, Temp_delegate_Variable_1) == 0x000038, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, Temp_struct_Variable_1) == 0x000048, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, Temp_delegate_Variable_2) == 0x000058, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::Temp_delegate_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000068, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_MakeLiteralName_ReturnValue) == 0x000070, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, Temp_struct_Variable_2) == 0x000078, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_CreateDelegate_OutputDelegate_1) == 0x000088, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_Event_OwnerActor_2) == 0x000098, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_AsBiped_Player) == 0x0000A0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, Temp_delegate_Variable_3) == 0x0000AC, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::Temp_delegate_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x0000C0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_PostEvent_ReturnValue) == 0x0000D4, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x0000D8, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x0000E0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_bSuccess_2) == 0x0000F0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x0000F8, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_bSuccess_3) == 0x000108, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000110, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_bSuccess_4) == 0x000120, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_GetComponentByClass_ReturnValue) == 0x000128, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_GetCurrentSurfaceType_ReturnValue) == 0x000130, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_GetCurrentSurfaceType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, Temp_struct_Variable_3) == 0x000138, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, Temp_delegate_Variable_4) == 0x000148, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::Temp_delegate_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_Event_OwnerActor_1) == 0x000158, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, Temp_struct_Variable_4) == 0x000160, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_AsBiped_Player_1) == 0x000170, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_bSuccess_5) == 0x000178, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_PostEvent_ReturnValue_1) == 0x00017C, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000180, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_bSuccess_6) == 0x000190, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_GetBipedAnimInstance_ReturnValue_1) == 0x000198, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_GetBipedAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x0001A0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_bSuccess_7) == 0x0001B0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4) == 0x0001B8, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_bSuccess_8) == 0x0001C8, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5) == 0x0001D0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_bSuccess_9) == 0x0001E0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0001E8, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_PostEvent_ReturnValue_2) == 0x0001F0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_PostEvent_ReturnValue_3) == 0x0001F4, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_PostEvent_ReturnValue_4) == 0x0001F8, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001FC, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakVector_X) == 0x000208, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakVector_Y) == 0x00020C, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakVector_Z) == 0x000210, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_Event_OwnerActor) == 0x000218, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_Event_DeltaSeconds) == 0x000220, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000224, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_AsBiped_Player_2) == 0x000228, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_bSuccess_10) == 0x000230, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000231, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_AsBiped_Character_Interface_2) == 0x000238, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_AsBiped_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_bSuccess_11) == 0x000248, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BooleanOR_ReturnValue) == 0x000249, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_GetActorForwardVector_ReturnValue) == 0x00024C, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_Vector_Normal2D_ReturnValue) == 0x000258, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_Vector_Normal2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_AsAmbulatory_Movement_Component) == 0x000268, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_AsAmbulatory_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_DynamicCast_bSuccess_12) == 0x000270, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_GetMoveStickValues_X) == 0x000274, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_GetMoveStickValues_Y) == 0x000278, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_GetSurfaceIncline_ReturnValue) == 0x00027C, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_GetSurfaceIncline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_ProcessStick_WorldSpeed) == 0x000280, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_ProcessStick_WorldDirection) == 0x000284, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_ProcessStick_ReturnValue) == 0x000290, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000291, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_GetFallLineFlat_ReturnValue) == 0x000294, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_GetFallLineFlat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0002A0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0002A1, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0002A4, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_GetVariantInt32_FromHandle_bFound) == 0x0002A8, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_GetVariantInt32_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_GetVariantInt32_FromHandle_ReturnValue) == 0x0002AC, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_GetVariantInt32_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, Temp_delegate_Variable_5) == 0x0002B0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::Temp_delegate_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_Conv_IntToByte_ReturnValue) == 0x0002C0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, Temp_struct_Variable_5) == 0x0002C8, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_GetValidValue_ReturnValue) == 0x0002D8, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_PostEvent_ReturnValue_5) == 0x0002DC, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, Temp_class_Variable) == 0x0002E0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::Temp_class_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_CustomEvent_Loaded) == 0x0002E8, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_CustomEvent_HitComponent) == 0x0002F0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_CustomEvent_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_CustomEvent_OtherActor) == 0x0002F8, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_CustomEvent_OtherComp) == 0x000300, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_CustomEvent_NormalImpulse) == 0x000308, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_CustomEvent_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, K2Node_CustomEvent_Hit) == 0x000314, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::K2Node_CustomEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakHitResult_bBlockingHit) == 0x00039C, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakHitResult_bInitialOverlap) == 0x00039D, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakHitResult_Time) == 0x0003A0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakHitResult_Distance) == 0x0003A4, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakHitResult_Location) == 0x0003A8, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakHitResult_ImpactPoint) == 0x0003B4, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakHitResult_Normal) == 0x0003C0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakHitResult_ImpactNormal) == 0x0003CC, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakHitResult_PhysMat) == 0x0003D8, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakHitResult_HitActor) == 0x0003E0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakHitResult_HitComponent) == 0x0003E8, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakHitResult_HitBoneName) == 0x0003F0, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakHitResult_HitItem) == 0x0003F8, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakHitResult_ElementIndex) == 0x0003FC, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakHitResult_FaceIndex) == 0x000400, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakHitResult_TraceStart) == 0x000404, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_BreakHitResult_TraceEnd) == 0x000410, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_IsActorSimulatingPhysics_ReturnValue) == 0x00041C, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_IsActorSimulatingPhysics_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x00041D, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000420, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_GetVelocity_ReturnValue) == 0x000428, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_Dot_VectorVector_ReturnValue) == 0x000434, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000438, "Member 'BTS_Biped_Slide_C_ExecuteUbergraph_BTS_Biped_Slide::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Slide_C_OnComponentHit \ static_assert(alignof(BTS_Biped_Slide_C_OnComponentHit) == 0x000008, "Wrong alignment on BTS_Biped_Slide_C_OnComponentHit"); \ static_assert(sizeof(BTS_Biped_Slide_C_OnComponentHit) == 0x0000B0, "Wrong size on BTS_Biped_Slide_C_OnComponentHit"); \ static_assert(offsetof(BTS_Biped_Slide_C_OnComponentHit, HitComponent) == 0x000000, "Member 'BTS_Biped_Slide_C_OnComponentHit::HitComponent' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_OnComponentHit, OtherActor) == 0x000008, "Member 'BTS_Biped_Slide_C_OnComponentHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_OnComponentHit, OtherComp) == 0x000010, "Member 'BTS_Biped_Slide_C_OnComponentHit::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_OnComponentHit, NormalImpulse) == 0x000018, "Member 'BTS_Biped_Slide_C_OnComponentHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_OnComponentHit, Hit) == 0x000024, "Member 'BTS_Biped_Slide_C_OnComponentHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Slide_C_ReceiveTick \ static_assert(alignof(BTS_Biped_Slide_C_ReceiveTick) == 0x000008, "Wrong alignment on BTS_Biped_Slide_C_ReceiveTick"); \ static_assert(sizeof(BTS_Biped_Slide_C_ReceiveTick) == 0x000010, "Wrong size on BTS_Biped_Slide_C_ReceiveTick"); \ static_assert(offsetof(BTS_Biped_Slide_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTS_Biped_Slide_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_Slide_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTS_Biped_Slide_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Slide_C_ServiceEnd \ static_assert(alignof(BTS_Biped_Slide_C_ServiceEnd) == 0x000008, "Wrong alignment on BTS_Biped_Slide_C_ServiceEnd"); \ static_assert(sizeof(BTS_Biped_Slide_C_ServiceEnd) == 0x000008, "Wrong size on BTS_Biped_Slide_C_ServiceEnd"); \ static_assert(offsetof(BTS_Biped_Slide_C_ServiceEnd, OwnerActor) == 0x000000, "Member 'BTS_Biped_Slide_C_ServiceEnd::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Slide_C_ServiceBegin \ static_assert(alignof(BTS_Biped_Slide_C_ServiceBegin) == 0x000008, "Wrong alignment on BTS_Biped_Slide_C_ServiceBegin"); \ static_assert(sizeof(BTS_Biped_Slide_C_ServiceBegin) == 0x000008, "Wrong size on BTS_Biped_Slide_C_ServiceBegin"); \ static_assert(offsetof(BTS_Biped_Slide_C_ServiceBegin, OwnerActor) == 0x000000, "Member 'BTS_Biped_Slide_C_ServiceBegin::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Slide_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTS_Biped_Slide_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTS_Biped_Slide_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTS_Biped_Slide_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTS_Biped_Slide_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTS_Biped_Slide_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_Slide_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_Slide_C_OnLoaded_064020B847E32A364958D9B53D4D396C \ static_assert(alignof(BTS_Biped_Slide_C_OnLoaded_064020B847E32A364958D9B53D4D396C) == 0x000008, "Wrong alignment on BTS_Biped_Slide_C_OnLoaded_064020B847E32A364958D9B53D4D396C"); \ static_assert(sizeof(BTS_Biped_Slide_C_OnLoaded_064020B847E32A364958D9B53D4D396C) == 0x000008, "Wrong size on BTS_Biped_Slide_C_OnLoaded_064020B847E32A364958D9B53D4D396C"); \ static_assert(offsetof(BTS_Biped_Slide_C_OnLoaded_064020B847E32A364958D9B53D4D396C, Loaded) == 0x000000, "Member 'BTS_Biped_Slide_C_OnLoaded_064020B847E32A364958D9B53D4D396C::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Biped_Slide_C \ static_assert(alignof(UBTS_Biped_Slide_C) == 0x000008, "Wrong alignment on UBTS_Biped_Slide_C"); \ static_assert(sizeof(UBTS_Biped_Slide_C) == 0x000118, "Wrong size on UBTS_Biped_Slide_C"); \ static_assert(offsetof(UBTS_Biped_Slide_C, UberGraphFrame) == 0x0000F8, "Member 'UBTS_Biped_Slide_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_Slide_C, FrictionOverride) == 0x000100, "Member 'UBTS_Biped_Slide_C::FrictionOverride' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_Slide_C, LastDirection) == 0x000104, "Member 'UBTS_Biped_Slide_C::LastDirection' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_Slide_C, CurrentSurfaceType) == 0x000110, "Member 'UBTS_Biped_Slide_C::CurrentSurfaceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey \ static_assert(alignof(BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey) == 0x000008, "Wrong alignment on BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey"); \ static_assert(sizeof(BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey) == 0x000060, "Wrong size on BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey"); \ static_assert(offsetof(BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey, EntryPoint) == 0x000000, "Member 'BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000010, "Member 'BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey, K2Node_DynamicCast_AsPawn) == 0x000028, "Member 'BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey, K2Node_Event_OwnerActor) == 0x000038, "Member 'BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000040, "Member 'BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey, CallFunc_GetAnimInstance_ReturnValue) == 0x000048, "Member 'BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey, K2Node_DynamicCast_AsBiped_Character_Retargeted_Anim_BP) == 0x000050, "Member 'BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey::K2Node_DynamicCast_AsBiped_Character_Retargeted_Anim_BP' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTT_Biped_PortKey_C_ExecuteUbergraph_BTT_Biped_PortKey::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PortKey_C_ExitTask \ static_assert(alignof(BTT_Biped_PortKey_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_PortKey_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_PortKey_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_PortKey_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_PortKey_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_PortKey_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PortKey_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_PortKey_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_PortKey_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_PortKey_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_PortKey_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_PortKey_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_PortKey_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PortKey_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_PortKey_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_PortKey_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_PortKey_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_PortKey_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_PortKey_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PortKey_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_PortKey_C \ static_assert(alignof(UBTT_Biped_PortKey_C) == 0x000008, "Wrong alignment on UBTT_Biped_PortKey_C"); \ static_assert(sizeof(UBTT_Biped_PortKey_C) == 0x000158, "Wrong size on UBTT_Biped_PortKey_C"); \ static_assert(offsetof(UBTT_Biped_PortKey_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_PortKey_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle \ static_assert(alignof(ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle) == 0x000008, "Wrong alignment on ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle"); \ static_assert(sizeof(ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle) == 0x000070, "Wrong size on ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle"); \ static_assert(offsetof(ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle, EntryPoint) == 0x000000, "Member 'ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle, K2Node_Event_Context) == 0x000008, "Member 'ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Channeling_WalkIdle_C_ExecuteUbergraph_ABL_Channeling_WalkIdle::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Channeling_WalkIdle_C_OnAbilityBranch \ static_assert(alignof(ABL_Channeling_WalkIdle_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Channeling_WalkIdle_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Channeling_WalkIdle_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Channeling_WalkIdle_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Channeling_WalkIdle_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Channeling_WalkIdle_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Channeling_WalkIdle_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Channeling_WalkIdle_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Channeling_WalkIdle_C_OnAbilityStart \ static_assert(alignof(ABL_Channeling_WalkIdle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Channeling_WalkIdle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Channeling_WalkIdle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Channeling_WalkIdle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Channeling_WalkIdle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Channeling_WalkIdle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Channeling_WalkIdle_C \ static_assert(alignof(UABL_Channeling_WalkIdle_C) == 0x000008, "Wrong alignment on UABL_Channeling_WalkIdle_C"); \ static_assert(sizeof(UABL_Channeling_WalkIdle_C) == 0x0000D0, "Wrong size on UABL_Channeling_WalkIdle_C"); \ static_assert(offsetof(UABL_Channeling_WalkIdle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Channeling_WalkIdle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandHard2Idle_C_ExecuteUbergraph_ABL_JumpLandHard2Idle \ static_assert(alignof(ABL_JumpLandHard2Idle_C_ExecuteUbergraph_ABL_JumpLandHard2Idle) == 0x000008, "Wrong alignment on ABL_JumpLandHard2Idle_C_ExecuteUbergraph_ABL_JumpLandHard2Idle"); \ static_assert(sizeof(ABL_JumpLandHard2Idle_C_ExecuteUbergraph_ABL_JumpLandHard2Idle) == 0x000020, "Wrong size on ABL_JumpLandHard2Idle_C_ExecuteUbergraph_ABL_JumpLandHard2Idle"); \ static_assert(offsetof(ABL_JumpLandHard2Idle_C_ExecuteUbergraph_ABL_JumpLandHard2Idle, EntryPoint) == 0x000000, "Member 'ABL_JumpLandHard2Idle_C_ExecuteUbergraph_ABL_JumpLandHard2Idle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandHard2Idle_C_ExecuteUbergraph_ABL_JumpLandHard2Idle, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpLandHard2Idle_C_ExecuteUbergraph_ABL_JumpLandHard2Idle::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandHard2Idle_C_ExecuteUbergraph_ABL_JumpLandHard2Idle, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_JumpLandHard2Idle_C_ExecuteUbergraph_ABL_JumpLandHard2Idle::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandHard2Idle_C_ExecuteUbergraph_ABL_JumpLandHard2Idle, CallFunc_PostDialogueEventByReference_ReturnValue) == 0x000018, "Member 'ABL_JumpLandHard2Idle_C_ExecuteUbergraph_ABL_JumpLandHard2Idle::CallFunc_PostDialogueEventByReference_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandHard2Idle_C_OnAbilityStart \ static_assert(alignof(ABL_JumpLandHard2Idle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpLandHard2Idle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpLandHard2Idle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpLandHard2Idle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpLandHard2Idle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpLandHard2Idle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpLandHard2Idle_C \ static_assert(alignof(UABL_JumpLandHard2Idle_C) == 0x000008, "Wrong alignment on UABL_JumpLandHard2Idle_C"); \ static_assert(sizeof(UABL_JumpLandHard2Idle_C) == 0x0000D0, "Wrong size on UABL_JumpLandHard2Idle_C"); \ static_assert(offsetof(UABL_JumpLandHard2Idle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpLandHard2Idle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_PitchToTransformCurves_MountFall_C \ static_assert(alignof(UBP_PitchToTransformCurves_MountFall_C) == 0x000008, "Wrong alignment on UBP_PitchToTransformCurves_MountFall_C"); \ static_assert(sizeof(UBP_PitchToTransformCurves_MountFall_C) == 0x000220, "Wrong size on UBP_PitchToTransformCurves_MountFall_C"); \ #define DUMPER7_ASSERTS_ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart \ static_assert(alignof(ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart) == 0x000008, "Wrong alignment on ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart"); \ static_assert(sizeof(ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart) == 0x000070, "Wrong size on ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart"); \ static_assert(offsetof(ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart, EntryPoint) == 0x000000, "Member 'ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart, K2Node_Event_Context) == 0x000008, "Member 'ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_LumosStart_C_ExecuteUbergraph_ABL_LumosStart::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_LumosStart_C_OnAbilityBranch \ static_assert(alignof(ABL_LumosStart_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_LumosStart_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_LumosStart_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_LumosStart_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_LumosStart_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_LumosStart_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_LumosStart_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_LumosStart_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_LumosStart_C_OnAbilityStart \ static_assert(alignof(ABL_LumosStart_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_LumosStart_C_OnAbilityStart"); \ static_assert(sizeof(ABL_LumosStart_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_LumosStart_C_OnAbilityStart"); \ static_assert(offsetof(ABL_LumosStart_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_LumosStart_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_LumosStart_C \ static_assert(alignof(UABL_LumosStart_C) == 0x000008, "Wrong alignment on UABL_LumosStart_C"); \ static_assert(sizeof(UABL_LumosStart_C) == 0x0000D0, "Wrong size on UABL_LumosStart_C"); \ static_assert(offsetof(UABL_LumosStart_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_LumosStart_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop \ static_assert(alignof(ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop) == 0x000008, "Wrong alignment on ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop"); \ static_assert(sizeof(ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop) == 0x000070, "Wrong size on ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop"); \ static_assert(offsetof(ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop, EntryPoint) == 0x000000, "Member 'ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop, K2Node_Event_Context) == 0x000008, "Member 'ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_ChannelingLoop_C_ExecuteUbergraph_ABL_ChannelingLoop::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ChannelingLoop_C_OnAbilityBranch \ static_assert(alignof(ABL_ChannelingLoop_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_ChannelingLoop_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_ChannelingLoop_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_ChannelingLoop_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_ChannelingLoop_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_ChannelingLoop_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ChannelingLoop_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_ChannelingLoop_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ChannelingLoop_C_OnAbilityStart \ static_assert(alignof(ABL_ChannelingLoop_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ChannelingLoop_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ChannelingLoop_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ChannelingLoop_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ChannelingLoop_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ChannelingLoop_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ChannelingLoop_C \ static_assert(alignof(UABL_ChannelingLoop_C) == 0x000008, "Wrong alignment on UABL_ChannelingLoop_C"); \ static_assert(sizeof(UABL_ChannelingLoop_C) == 0x0000D0, "Wrong size on UABL_ChannelingLoop_C"); \ static_assert(offsetof(UABL_ChannelingLoop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ChannelingLoop_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands \ static_assert(alignof(ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands) == 0x000008, "Wrong alignment on ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands"); \ static_assert(sizeof(ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands) == 0x000070, "Wrong size on ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands"); \ static_assert(offsetof(ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands, EntryPoint) == 0x000000, "Member 'ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands, K2Node_Event_Context) == 0x000008, "Member 'ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_BlockedByWall_BothHands_C_ExecuteUbergraph_ABL_BlockedByWall_BothHands::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_BlockedByWall_BothHands_C_OnAbilityBranch \ static_assert(alignof(ABL_BlockedByWall_BothHands_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_BlockedByWall_BothHands_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_BlockedByWall_BothHands_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_BlockedByWall_BothHands_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_BlockedByWall_BothHands_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_BlockedByWall_BothHands_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_BothHands_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_BlockedByWall_BothHands_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_BlockedByWall_BothHands_C_OnAbilityStart \ static_assert(alignof(ABL_BlockedByWall_BothHands_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_BlockedByWall_BothHands_C_OnAbilityStart"); \ static_assert(sizeof(ABL_BlockedByWall_BothHands_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_BlockedByWall_BothHands_C_OnAbilityStart"); \ static_assert(offsetof(ABL_BlockedByWall_BothHands_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_BlockedByWall_BothHands_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_BlockedByWall_BothHands_C \ static_assert(alignof(UABL_BlockedByWall_BothHands_C) == 0x000008, "Wrong alignment on UABL_BlockedByWall_BothHands_C"); \ static_assert(sizeof(UABL_BlockedByWall_BothHands_C) == 0x0000D0, "Wrong size on UABL_BlockedByWall_BothHands_C"); \ static_assert(offsetof(UABL_BlockedByWall_BothHands_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_BlockedByWall_BothHands_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CharacterReflector_Reflection_C \ static_assert(alignof(ABP_CharacterReflector_Reflection_C) == 0x000008, "Wrong alignment on ABP_CharacterReflector_Reflection_C"); \ static_assert(sizeof(ABP_CharacterReflector_Reflection_C) == 0x000258, "Wrong size on ABP_CharacterReflector_Reflection_C"); \ static_assert(offsetof(ABP_CharacterReflector_Reflection_C, SkeletalMesh) == 0x000248, "Member 'ABP_CharacterReflector_Reflection_C::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_CharacterReflector_Reflection_C, DefaultSceneRoot) == 0x000250, "Member 'ABP_CharacterReflector_Reflection_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlassWaller_v2__C_Request_Destroy_Spline_Helper \ static_assert(alignof(BP_GlassWaller_v2__C_Request_Destroy_Spline_Helper) == 0x000008, "Wrong alignment on BP_GlassWaller_v2__C_Request_Destroy_Spline_Helper"); \ static_assert(sizeof(BP_GlassWaller_v2__C_Request_Destroy_Spline_Helper) == 0x000010, "Wrong size on BP_GlassWaller_v2__C_Request_Destroy_Spline_Helper"); \ static_assert(offsetof(BP_GlassWaller_v2__C_Request_Destroy_Spline_Helper, SplineHelper) == 0x000000, "Member 'BP_GlassWaller_v2__C_Request_Destroy_Spline_Helper::SplineHelper' has a wrong offset!"); \ static_assert(offsetof(BP_GlassWaller_v2__C_Request_Destroy_Spline_Helper, Success) == 0x000008, "Member 'BP_GlassWaller_v2__C_Request_Destroy_Spline_Helper::Success' has a wrong offset!"); \ static_assert(offsetof(BP_GlassWaller_v2__C_Request_Destroy_Spline_Helper, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_GlassWaller_v2__C_Request_Destroy_Spline_Helper::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlassWaller_v2__C_UserConstructionScript \ static_assert(alignof(BP_GlassWaller_v2__C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_GlassWaller_v2__C_UserConstructionScript"); \ static_assert(sizeof(BP_GlassWaller_v2__C_UserConstructionScript) == 0x0000A0, "Wrong size on BP_GlassWaller_v2__C_UserConstructionScript"); \ static_assert(offsetof(BP_GlassWaller_v2__C_UserConstructionScript, CallFunc_WithEditor_ReturnValue) == 0x000000, "Member 'BP_GlassWaller_v2__C_UserConstructionScript::CallFunc_WithEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlassWaller_v2__C_UserConstructionScript, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x000004, "Member 'BP_GlassWaller_v2__C_UserConstructionScript::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlassWaller_v2__C_UserConstructionScript, K2Node_MakeStruct_F_SplineCollisionGenerationSettings) == 0x000010, "Member 'BP_GlassWaller_v2__C_UserConstructionScript::K2Node_MakeStruct_F_SplineCollisionGenerationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_GlassWaller_v2__C \ static_assert(alignof(ABP_GlassWaller_v2__C) == 0x000008, "Wrong alignment on ABP_GlassWaller_v2__C"); \ static_assert(sizeof(ABP_GlassWaller_v2__C) == 0x000338, "Wrong size on ABP_GlassWaller_v2__C"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, SplineCollisionGenerator) == 0x000280, "Member 'ABP_GlassWaller_v2__C::SplineCollisionGenerator' has a wrong offset!"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, CheckIntervalDistance) == 0x000288, "Member 'ABP_GlassWaller_v2__C::CheckIntervalDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, MaxAngleDelta) == 0x00028C, "Member 'ABP_GlassWaller_v2__C::MaxAngleDelta' has a wrong offset!"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, WallWidth) == 0x000290, "Member 'ABP_GlassWaller_v2__C::WallWidth' has a wrong offset!"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, WallHeight) == 0x000294, "Member 'ABP_GlassWaller_v2__C::WallHeight' has a wrong offset!"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, PhysicalMaterial) == 0x000298, "Member 'ABP_GlassWaller_v2__C::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, GenerateOverlapEvents) == 0x0002A0, "Member 'ABP_GlassWaller_v2__C::GenerateOverlapEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, UseCollisionPreset) == 0x0002A1, "Member 'ABP_GlassWaller_v2__C::UseCollisionPreset' has a wrong offset!"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, CollisionPresetName) == 0x0002A4, "Member 'ABP_GlassWaller_v2__C::CollisionPresetName' has a wrong offset!"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, ObjectType) == 0x0002AC, "Member 'ABP_GlassWaller_v2__C::ObjectType' has a wrong offset!"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, CollisionEnabled) == 0x0002AD, "Member 'ABP_GlassWaller_v2__C::CollisionEnabled' has a wrong offset!"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, CollisionResponseOverrides) == 0x0002B0, "Member 'ABP_GlassWaller_v2__C::CollisionResponseOverrides' has a wrong offset!"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, WallColor) == 0x000300, "Member 'ABP_GlassWaller_v2__C::WallColor' has a wrong offset!"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, Use_Pitch) == 0x000310, "Member 'ABP_GlassWaller_v2__C::Use_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, __WallReport) == 0x000318, "Member 'ABP_GlassWaller_v2__C::__WallReport' has a wrong offset!"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, HiddenInGame) == 0x000330, "Member 'ABP_GlassWaller_v2__C::HiddenInGame' has a wrong offset!"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, Loops) == 0x000331, "Member 'ABP_GlassWaller_v2__C::Loops' has a wrong offset!"); \ static_assert(offsetof(ABP_GlassWaller_v2__C, ReRun) == 0x000332, "Member 'ABP_GlassWaller_v2__C::ReRun' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm \ static_assert(alignof(ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm) == 0x000008, "Wrong alignment on ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm"); \ static_assert(sizeof(ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm) == 0x000070, "Wrong size on ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm"); \ static_assert(offsetof(ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm, EntryPoint) == 0x000000, "Member 'ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm, K2Node_Event_Context) == 0x000008, "Member 'ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_BlockedByWall_RightArm_C_ExecuteUbergraph_ABL_BlockedByWall_RightArm::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_BlockedByWall_RightArm_C_OnAbilityBranch \ static_assert(alignof(ABL_BlockedByWall_RightArm_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_BlockedByWall_RightArm_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_BlockedByWall_RightArm_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_BlockedByWall_RightArm_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_BlockedByWall_RightArm_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_BlockedByWall_RightArm_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_BlockedByWall_RightArm_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_BlockedByWall_RightArm_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_BlockedByWall_RightArm_C_OnAbilityStart \ static_assert(alignof(ABL_BlockedByWall_RightArm_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_BlockedByWall_RightArm_C_OnAbilityStart"); \ static_assert(sizeof(ABL_BlockedByWall_RightArm_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_BlockedByWall_RightArm_C_OnAbilityStart"); \ static_assert(offsetof(ABL_BlockedByWall_RightArm_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_BlockedByWall_RightArm_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_BlockedByWall_RightArm_C \ static_assert(alignof(UABL_BlockedByWall_RightArm_C) == 0x000008, "Wrong alignment on UABL_BlockedByWall_RightArm_C"); \ static_assert(sizeof(UABL_BlockedByWall_RightArm_C) == 0x0000D0, "Wrong size on UABL_BlockedByWall_RightArm_C"); \ static_assert(offsetof(UABL_BlockedByWall_RightArm_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_BlockedByWall_RightArm_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail \ static_assert(alignof(BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail) == 0x000008, "Wrong alignment on BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail"); \ static_assert(sizeof(BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail) == 0x000058, "Wrong size on BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail"); \ static_assert(offsetof(BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail, EntryPoint) == 0x000000, "Member 'BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000004, "Member 'BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000010, "Member 'BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail, K2Node_Event_OwnerActor) == 0x000028, "Member 'BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue) == 0x000030, "Member 'BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail, CallFunc_GetActorOwner_ReturnValue) == 0x000038, "Member 'BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000040, "Member 'BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_1) == 0x000051, "Member 'BTT_BipedUpper_AlohomoraFail_C_ExecuteUbergraph_BTT_BipedUpper_AlohomoraFail::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_AlohomoraFail_C_ExitTask \ static_assert(alignof(BTT_BipedUpper_AlohomoraFail_C_ExitTask) == 0x000008, "Wrong alignment on BTT_BipedUpper_AlohomoraFail_C_ExitTask"); \ static_assert(sizeof(BTT_BipedUpper_AlohomoraFail_C_ExitTask) == 0x000008, "Wrong size on BTT_BipedUpper_AlohomoraFail_C_ExitTask"); \ static_assert(offsetof(BTT_BipedUpper_AlohomoraFail_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_AlohomoraFail_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_AlohomoraFail_C_ReceiveExecute \ static_assert(alignof(BTT_BipedUpper_AlohomoraFail_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_BipedUpper_AlohomoraFail_C_ReceiveExecute"); \ static_assert(sizeof(BTT_BipedUpper_AlohomoraFail_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_BipedUpper_AlohomoraFail_C_ReceiveExecute"); \ static_assert(offsetof(BTT_BipedUpper_AlohomoraFail_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_AlohomoraFail_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_AlohomoraFail_C_CustActionEvt_DoneLooting_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_BipedUpper_AlohomoraFail_C_CustActionEvt_DoneLooting_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_BipedUpper_AlohomoraFail_C_CustActionEvt_DoneLooting_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_BipedUpper_AlohomoraFail_C_CustActionEvt_DoneLooting_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_BipedUpper_AlohomoraFail_C_CustActionEvt_DoneLooting_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_BipedUpper_AlohomoraFail_C_CustActionEvt_DoneLooting_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_AlohomoraFail_C_CustActionEvt_DoneLooting_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_BipedUpper_AlohomoraFail_C \ static_assert(alignof(UBTT_BipedUpper_AlohomoraFail_C) == 0x000008, "Wrong alignment on UBTT_BipedUpper_AlohomoraFail_C"); \ static_assert(sizeof(UBTT_BipedUpper_AlohomoraFail_C) == 0x000158, "Wrong size on UBTT_BipedUpper_AlohomoraFail_C"); \ static_assert(offsetof(UBTT_BipedUpper_AlohomoraFail_C, UberGraphFrame) == 0x000150, "Member 'UBTT_BipedUpper_AlohomoraFail_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted \ static_assert(alignof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted) == 0x000008, "Wrong alignment on BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted"); \ static_assert(sizeof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted) == 0x0001D0, "Wrong size on BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, EntryPoint) == 0x000000, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000010, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_MakeLiteralByte_ReturnValue) == 0x000021, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000022, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x000024, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_Event_OwnerActor_1) == 0x000028, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_AsBiped_Player) == 0x000030, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_GetController_ReturnValue) == 0x000040, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_Event_OwnerActor) == 0x000048, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_GetComponentByClass_ReturnValue) == 0x000050, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000058, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_bSuccess_2) == 0x000068, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000070, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_bSuccess_3) == 0x000080, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000088, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_bSuccess_4) == 0x000098, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_GetPartialBodyState_OutState) == 0x000099, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_GetPartialBodyState_OutState' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_GetFullBodyState_OutState) == 0x00009A, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_GetFullBodyState_OutState' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00009B, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00009C, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_AsBiped_Player_1) == 0x0000A0, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_bSuccess_5) == 0x0000A8, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x0000A9, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_GetController_ReturnValue_1) == 0x0000B0, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0000B8, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_GetActorOwner_ReturnValue) == 0x0000C0, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_AsAble_Character_Interface) == 0x0000C8, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_bSuccess_6) == 0x0000D8, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue) == 0x0000D9, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_CreateDelegate_OutputDelegate) == 0x0000DC, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_GetActorOwner_ReturnValue_1) == 0x0000F0, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_AsBiped_Character_Interface_2) == 0x0000F8, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_AsBiped_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_bSuccess_7) == 0x000108, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_GetActorOwner_ReturnValue_2) == 0x000110, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_CustomEvent_Sense_2) == 0x000118, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_CustomEvent_Sense_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_CustomEvent_Target) == 0x000120, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_CustomEvent_Target' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_AsBiped_Character_Interface_3) == 0x000128, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_AsBiped_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_bSuccess_8) == 0x000138, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_IsTakingObjectStealing_ReturnValue) == 0x000139, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_IsTakingObjectStealing_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_CustomEvent_Sense_1) == 0x000140, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_CustomEvent_Sense_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_CustomEvent_NewTarget) == 0x000148, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_CustomEvent_NewTarget' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_CustomEvent_OldTarget_1) == 0x000150, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_CustomEvent_OldTarget_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_CustomEvent_Sense) == 0x000158, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_CustomEvent_Sense' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_CustomEvent_OldTarget) == 0x000160, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_CustomEvent_OldTarget' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_IsTakingObjectStealing_ReturnValue_1) == 0x000168, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_IsTakingObjectStealing_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_CreateDelegate_OutputDelegate_1) == 0x00016C, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x00017C, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_GetActorOwner_ReturnValue_3) == 0x000180, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_GetActorOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_CreateDelegate_OutputDelegate_2) == 0x000188, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_AsBiped_Character_Interface_4) == 0x000198, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_AsBiped_Character_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_bSuccess_9) == 0x0001A8, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0001B0, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x0001B8, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted, K2Node_DynamicCast_bSuccess_10) == 0x0001C8, "Member 'BTT_BipedUpper_TargetSighted_C_ExecuteUbergraph_BTT_BipedUpper_TargetSighted::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_TargetSighted_C_TLost \ static_assert(alignof(BTT_BipedUpper_TargetSighted_C_TLost) == 0x000008, "Wrong alignment on BTT_BipedUpper_TargetSighted_C_TLost"); \ static_assert(sizeof(BTT_BipedUpper_TargetSighted_C_TLost) == 0x000010, "Wrong size on BTT_BipedUpper_TargetSighted_C_TLost"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_TLost, Sense) == 0x000000, "Member 'BTT_BipedUpper_TargetSighted_C_TLost::Sense' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_TLost, OldTarget) == 0x000008, "Member 'BTT_BipedUpper_TargetSighted_C_TLost::OldTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_TargetSighted_C_TChanged \ static_assert(alignof(BTT_BipedUpper_TargetSighted_C_TChanged) == 0x000008, "Wrong alignment on BTT_BipedUpper_TargetSighted_C_TChanged"); \ static_assert(sizeof(BTT_BipedUpper_TargetSighted_C_TChanged) == 0x000018, "Wrong size on BTT_BipedUpper_TargetSighted_C_TChanged"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_TChanged, Sense) == 0x000000, "Member 'BTT_BipedUpper_TargetSighted_C_TChanged::Sense' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_TChanged, NewTarget) == 0x000008, "Member 'BTT_BipedUpper_TargetSighted_C_TChanged::NewTarget' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_TChanged, OldTarget) == 0x000010, "Member 'BTT_BipedUpper_TargetSighted_C_TChanged::OldTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_TargetSighted_C_TSighted \ static_assert(alignof(BTT_BipedUpper_TargetSighted_C_TSighted) == 0x000008, "Wrong alignment on BTT_BipedUpper_TargetSighted_C_TSighted"); \ static_assert(sizeof(BTT_BipedUpper_TargetSighted_C_TSighted) == 0x000010, "Wrong size on BTT_BipedUpper_TargetSighted_C_TSighted"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_TSighted, Sense) == 0x000000, "Member 'BTT_BipedUpper_TargetSighted_C_TSighted::Sense' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_TSighted, Target) == 0x000008, "Member 'BTT_BipedUpper_TargetSighted_C_TSighted::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_TargetSighted_C_ReceiveExecute \ static_assert(alignof(BTT_BipedUpper_TargetSighted_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_BipedUpper_TargetSighted_C_ReceiveExecute"); \ static_assert(sizeof(BTT_BipedUpper_TargetSighted_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_BipedUpper_TargetSighted_C_ReceiveExecute"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_TargetSighted_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_TargetSighted_C_ExitTask \ static_assert(alignof(BTT_BipedUpper_TargetSighted_C_ExitTask) == 0x000008, "Wrong alignment on BTT_BipedUpper_TargetSighted_C_ExitTask"); \ static_assert(sizeof(BTT_BipedUpper_TargetSighted_C_ExitTask) == 0x000008, "Wrong size on BTT_BipedUpper_TargetSighted_C_ExitTask"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_TargetSighted_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_TargetSighted_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(BTT_BipedUpper_TargetSighted_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_BipedUpper_TargetSighted_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(BTT_BipedUpper_TargetSighted_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on BTT_BipedUpper_TargetSighted_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(BTT_BipedUpper_TargetSighted_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_TargetSighted_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_BipedUpper_TargetSighted_C \ static_assert(alignof(UBTT_BipedUpper_TargetSighted_C) == 0x000008, "Wrong alignment on UBTT_BipedUpper_TargetSighted_C"); \ static_assert(sizeof(UBTT_BipedUpper_TargetSighted_C) == 0x000158, "Wrong size on UBTT_BipedUpper_TargetSighted_C"); \ static_assert(offsetof(UBTT_BipedUpper_TargetSighted_C, UberGraphFrame) == 0x000150, "Member 'UBTT_BipedUpper_TargetSighted_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning \ static_assert(alignof(BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning) == 0x000008, "Wrong alignment on BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning"); \ static_assert(sizeof(BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning) == 0x000088, "Wrong size on BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning"); \ static_assert(offsetof(BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning, EntryPoint) == 0x000000, "Member 'BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000010, "Member 'BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000028, "Member 'BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000039, "Member 'BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000040, "Member 'BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000058, "Member 'BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning, K2Node_Event_OwnerActor) == 0x000060, "Member 'BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning, K2Node_DynamicCast_AsBiped_Character_Interface_2) == 0x000068, "Member 'BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning::K2Node_DynamicCast_AsBiped_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning, K2Node_DynamicCast_bSuccess_3) == 0x000078, "Member 'BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning, K2Node_Event_OwnerActor_1) == 0x000080, "Member 'BTT_Biped_SpellLearning_C_ExecuteUbergraph_BTT_Biped_SpellLearning::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SpellLearning_C_ExitTask \ static_assert(alignof(BTT_Biped_SpellLearning_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_SpellLearning_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_SpellLearning_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_SpellLearning_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_SpellLearning_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_SpellLearning_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SpellLearning_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_SpellLearning_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_SpellLearning_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_SpellLearning_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_SpellLearning_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_SpellLearning_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_SpellLearning_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_SpellLearning_C \ static_assert(alignof(UBTT_Biped_SpellLearning_C) == 0x000008, "Wrong alignment on UBTT_Biped_SpellLearning_C"); \ static_assert(sizeof(UBTT_Biped_SpellLearning_C) == 0x000158, "Wrong size on UBTT_Biped_SpellLearning_C"); \ static_assert(offsetof(UBTT_Biped_SpellLearning_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_SpellLearning_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide \ static_assert(alignof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide) == 0x000008, "Wrong alignment on BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide"); \ static_assert(sizeof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide) == 0x000120, "Wrong size on BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, EntryPoint) == 0x000000, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000004, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_GetVariantInt32_FromHandle_bFound) == 0x000008, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_GetVariantInt32_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_GetVariantInt32_FromHandle_ReturnValue) == 0x00000C, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_GetVariantInt32_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_Conv_IntToByte_ReturnValue) == 0x000020, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000028, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_GetValidValue_ReturnValue) == 0x000030, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_GetActorOwner_ReturnValue) == 0x000038, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000040, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_GetActorOwner_ReturnValue_1) == 0x000058, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000060, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, K2Node_DynamicCast_AsBiped_Player) == 0x000068, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_MakeLiteralName_ReturnValue) == 0x000074, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x00007C, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_GetValueAsClass_ReturnValue) == 0x000080, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_GetValueAsClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, K2Node_Event_OwnerActor_2) == 0x000088, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, K2Node_Event_OwnerActor_1) == 0x000090, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, K2Node_Event_DeltaSeconds) == 0x000098, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_GetCurrentSurfaceType_ReturnValue) == 0x00009C, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_GetCurrentSurfaceType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, K2Node_Event_OwnerActor) == 0x0000A0, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, K2Node_DynamicCast_AsBiped_Player_1) == 0x0000A8, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, K2Node_DynamicCast_bSuccess_2) == 0x0000B0, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x0000B1, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_GetMovementComponent_ReturnValue) == 0x0000B8, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, K2Node_DynamicCast_AsAmbulatory_Movement_Component) == 0x0000C0, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::K2Node_DynamicCast_AsAmbulatory_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, K2Node_DynamicCast_bSuccess_3) == 0x0000C8, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_K2_IsValidTimerHandle_ReturnValue_1) == 0x0000C9, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_K2_IsValidTimerHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_GetCurrentSurfaceType_ReturnValue_1) == 0x0000CA, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_GetCurrentSurfaceType_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000CB, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000CC, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_BooleanOR_ReturnValue) == 0x0000CD, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_GetSurfaceIncline_ReturnValue) == 0x0000D0, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_GetSurfaceIncline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000D4, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0000D5, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000D8, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000E8, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0000F0, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000F8, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000108, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_IsFalling_ReturnValue) == 0x000110, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide, CallFunc_GetActorOwner_ReturnValue_2) == 0x000118, "Member 'BTT_Biped_Slide_C_ExecuteUbergraph_BTT_Biped_Slide::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Slide_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Slide_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Slide_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Slide_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Slide_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Slide_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Slide_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Slide_C_ReceiveTick \ static_assert(alignof(BTT_Biped_Slide_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_Slide_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_Slide_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_Slide_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_Slide_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_Slide_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Slide_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_Slide_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Slide_C_ExitTask \ static_assert(alignof(BTT_Biped_Slide_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Slide_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Slide_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Slide_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Slide_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Slide_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Slide_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_Slide_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Slide_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Slide_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Slide_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Slide_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Slide_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Slide_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(BTT_Biped_Slide_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Slide_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Slide_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Slide_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Slide_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Slide_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Slide_C \ static_assert(alignof(UBTT_Biped_Slide_C) == 0x000008, "Wrong alignment on UBTT_Biped_Slide_C"); \ static_assert(sizeof(UBTT_Biped_Slide_C) == 0x000170, "Wrong size on UBTT_Biped_Slide_C"); \ static_assert(offsetof(UBTT_Biped_Slide_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Slide_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Slide_C, ButtslideSurfaceTimer) == 0x000158, "Member 'UBTT_Biped_Slide_C::ButtslideSurfaceTimer' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Slide_C, AmbulatoryMovementComponent) == 0x000160, "Member 'UBTT_Biped_Slide_C::AmbulatoryMovementComponent' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Slide_C, SlideBySurfaceType) == 0x000168, "Member 'UBTT_Biped_Slide_C::SlideBySurfaceType' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Slide_C, CurrentSurfaceType) == 0x000169, "Member 'UBTT_Biped_Slide_C::CurrentSurfaceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast \ static_assert(alignof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast) == 0x000008, "Wrong alignment on BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast"); \ static_assert(sizeof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast) == 0x000460, "Wrong size on BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, EntryPoint) == 0x000000, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetActorOwner_ReturnValue) == 0x000010, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x000018, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000028, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000040, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetFaceTargetTracker_ReturnValue) == 0x000058, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetFaceTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsAmbulatory_Character_Interface_1) == 0x000060, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsAmbulatory_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsAmbulatory_Character_Interface_2) == 0x000078, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsAmbulatory_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_4) == 0x000088, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetAimAtTargetTracker_ReturnValue) == 0x000090, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetAimAtTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetLookAtTargetTracker_ReturnValue) == 0x000098, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetLookAtTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x0000A0, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_BroadcastAction_Actor_ReturnValue_1) == 0x0000A4, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_BroadcastAction_Actor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_Start_ReturnValue) == 0x0000A8, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_Start_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_Event_OwnerActor_1) == 0x0000B0, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_Event_OwnerActor) == 0x0000B8, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsBiped_Player) == 0x0000C0, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_5) == 0x0000C8, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x0000D0, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_6) == 0x0000E0, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetWand_ReturnValue) == 0x0000E8, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetActorOwner_ReturnValue_1) == 0x0000F0, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x0000F8, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_7) == 0x000108, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetWand_ReturnValue_1) == 0x000110, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetWand_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000118, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetAnimInstance_ReturnValue_2) == 0x000120, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_1) == 0x000128, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_8) == 0x000130, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000138, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_9) == 0x000148, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000150, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_10) == 0x000160, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x000168, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_11) == 0x000178, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4) == 0x000180, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_12) == 0x000190, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5) == 0x000198, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_13) == 0x0001A8, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_6) == 0x0001B0, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_6' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_14) == 0x0001C0, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_7) == 0x0001C8, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_7' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_15) == 0x0001D8, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_8) == 0x0001E0, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_8' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_16) == 0x0001F0, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_9) == 0x0001F8, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_9' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_17) == 0x000208, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_MakeLiteralName_ReturnValue) == 0x00020C, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsTransfiguration_Spell_Tool_Base) == 0x000218, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsTransfiguration_Spell_Tool_Base' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_18) == 0x000220, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, Temp_object_Variable) == 0x000228, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetActiveSpellTool_ReturnValue) == 0x000230, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetActiveSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsConjuration_Spell_Tool) == 0x000238, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsConjuration_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_19) == 0x000240, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000244, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, Temp_object_Variable_1) == 0x000248, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetActiveSpellTool_ReturnValue_1) == 0x000250, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetActiveSpellTool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000258, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x00025C, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_CustomEvent_Caller) == 0x000260, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_CustomEvent_MunitionImpactData) == 0x000268, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_CustomEvent_MunitionImpactData' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x000358, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetActorOwner_ReturnValue_2) == 0x000360, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetVariantName_FromHandle_bFound) == 0x000368, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetVariantName_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetVariantName_FromHandle_ReturnValue) == 0x00036C, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetVariantName_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsBiped_Character_Interface_2) == 0x000378, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsBiped_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_20) == 0x000388, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_20' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_SwitchName_CmpSuccess) == 0x000389, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetWand_ReturnValue_2) == 0x000390, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetWand_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_CreateVariantMap_ReturnValue) == 0x000398, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_CreateVariantMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, Temp_object_Variable_2) == 0x0003A0, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetActiveSpellTool_ReturnValue_2) == 0x0003A8, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetActiveSpellTool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetExecutionClassFromKeyWord_ReturnValue) == 0x0003B0, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetExecutionClassFromKeyWord_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_IsValidClass_ReturnValue) == 0x0003B8, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0003B9, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_MakeLiteralName_ReturnValue_1) == 0x0003BC, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetBlackboardComponent_ReturnValue) == 0x0003C8, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_CreateDelegate_OutputDelegate) == 0x0003D0, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, Temp_object_Variable_3) == 0x0003E0, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_HermesBindMunitionImpactData_Handle) == 0x0003E8, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_HermesBindMunitionImpactData_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_MakeLiteralName_ReturnValue_2) == 0x0003F8, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetActorOwner_ReturnValue_3) == 0x000400, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetActorOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetVariantName_FromHandle_bFound_1) == 0x000408, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetVariantName_FromHandle_bFound_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetVariantName_FromHandle_ReturnValue_1) == 0x00040C, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetVariantName_FromHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000418, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_21) == 0x000428, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_21' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetExecutionClassFromKeyWord_ReturnValue_1) == 0x000430, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetExecutionClassFromKeyWord_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_NotEqual_NameName_ReturnValue) == 0x000438, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue) == 0x000439, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_AsBiped_Character_Interface_3) == 0x000440, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_AsBiped_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, K2Node_DynamicCast_bSuccess_22) == 0x000450, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::K2Node_DynamicCast_bSuccess_22' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast, CallFunc_GetWand_ReturnValue_3) == 0x000458, "Member 'BTT_BipedUpper_WandCast_C_ExecuteUbergraph_BTT_BipedUpper_WandCast::CallFunc_GetWand_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_WandCast_C_SpellMadeContact \ static_assert(alignof(BTT_BipedUpper_WandCast_C_SpellMadeContact) == 0x000008, "Wrong alignment on BTT_BipedUpper_WandCast_C_SpellMadeContact"); \ static_assert(sizeof(BTT_BipedUpper_WandCast_C_SpellMadeContact) == 0x0000F8, "Wrong size on BTT_BipedUpper_WandCast_C_SpellMadeContact"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_SpellMadeContact, Caller) == 0x000000, "Member 'BTT_BipedUpper_WandCast_C_SpellMadeContact::Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_SpellMadeContact, MunitionImpactData) == 0x000008, "Member 'BTT_BipedUpper_WandCast_C_SpellMadeContact::MunitionImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_WandCast_C_ReceiveExecute \ static_assert(alignof(BTT_BipedUpper_WandCast_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_BipedUpper_WandCast_C_ReceiveExecute"); \ static_assert(sizeof(BTT_BipedUpper_WandCast_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_BipedUpper_WandCast_C_ReceiveExecute"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_WandCast_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_WandCast_C_ExitTask \ static_assert(alignof(BTT_BipedUpper_WandCast_C_ExitTask) == 0x000008, "Wrong alignment on BTT_BipedUpper_WandCast_C_ExitTask"); \ static_assert(sizeof(BTT_BipedUpper_WandCast_C_ExitTask) == 0x000008, "Wrong size on BTT_BipedUpper_WandCast_C_ExitTask"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_WandCast_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_WandCast_C_CustActionEvt_FirePartialBodySpell_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_BipedUpper_WandCast_C_CustActionEvt_FirePartialBodySpell_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_BipedUpper_WandCast_C_CustActionEvt_FirePartialBodySpell_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_BipedUpper_WandCast_C_CustActionEvt_FirePartialBodySpell_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_BipedUpper_WandCast_C_CustActionEvt_FirePartialBodySpell_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_CustActionEvt_FirePartialBodySpell_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_WandCast_C_CustActionEvt_FirePartialBodySpell_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_WandCast_C_CustActionEvt_FireWandPartial_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_BipedUpper_WandCast_C_CustActionEvt_FireWandPartial_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_BipedUpper_WandCast_C_CustActionEvt_FireWandPartial_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_BipedUpper_WandCast_C_CustActionEvt_FireWandPartial_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_BipedUpper_WandCast_C_CustActionEvt_FireWandPartial_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_CustActionEvt_FireWandPartial_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_WandCast_C_CustActionEvt_FireWandPartial_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_WandCast_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_BipedUpper_WandCast_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_BipedUpper_WandCast_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_BipedUpper_WandCast_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_BipedUpper_WandCast_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_WandCast_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_WandCast_C_CustActionEvt_ConjureMotionCommand_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTT_BipedUpper_WandCast_C_CustActionEvt_ConjureMotionCommand_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTT_BipedUpper_WandCast_C_CustActionEvt_ConjureMotionCommand_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTT_BipedUpper_WandCast_C_CustActionEvt_ConjureMotionCommand_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTT_BipedUpper_WandCast_C_CustActionEvt_ConjureMotionCommand_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_CustActionEvt_ConjureMotionCommand_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_WandCast_C_CustActionEvt_ConjureMotionCommand_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_WandCast_C_StartWandAbility \ static_assert(alignof(BTT_BipedUpper_WandCast_C_StartWandAbility) == 0x000008, "Wrong alignment on BTT_BipedUpper_WandCast_C_StartWandAbility"); \ static_assert(sizeof(BTT_BipedUpper_WandCast_C_StartWandAbility) == 0x0000A8, "Wrong size on BTT_BipedUpper_WandCast_C_StartWandAbility"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, InActor) == 0x000000, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::InActor' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, K2Node_DynamicCast_AsBiped_Player) == 0x000008, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000020, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x000038, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000050, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, K2Node_DynamicCast_bSuccess_3) == 0x000060, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x000064, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, CallFunc_MakeLiteralName_ReturnValue) == 0x000068, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000070, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000078, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, CallFunc_GetValueAsInt_ReturnValue) == 0x000080, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, K2Node_MakeStruct_VariantMapHandle) == 0x000084, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::K2Node_MakeStruct_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, CallFunc_DestroyVariantMap_ReturnValue) == 0x000088, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::CallFunc_DestroyVariantMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, CallFunc_GetVariantName_FromHandle_bFound) == 0x00008C, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::CallFunc_GetVariantName_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, CallFunc_GetVariantName_FromHandle_ReturnValue) == 0x000090, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::CallFunc_GetVariantName_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, CallFunc_GetExecutionClassFromKeyWord_ReturnValue) == 0x000098, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::CallFunc_GetExecutionClassFromKeyWord_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000A0, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_StartWandAbility, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue) == 0x0000A1, "Member 'BTT_BipedUpper_WandCast_C_StartWandAbility::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_WandCast_C_SetContexts \ static_assert(alignof(BTT_BipedUpper_WandCast_C_SetContexts) == 0x000001, "Wrong alignment on BTT_BipedUpper_WandCast_C_SetContexts"); \ static_assert(sizeof(BTT_BipedUpper_WandCast_C_SetContexts) == 0x000001, "Wrong size on BTT_BipedUpper_WandCast_C_SetContexts"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_SetContexts, Flag) == 0x000000, "Member 'BTT_BipedUpper_WandCast_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_WandCast_C_SetTargetTrackers \ static_assert(alignof(BTT_BipedUpper_WandCast_C_SetTargetTrackers) == 0x000008, "Wrong alignment on BTT_BipedUpper_WandCast_C_SetTargetTrackers"); \ static_assert(sizeof(BTT_BipedUpper_WandCast_C_SetTargetTrackers) == 0x000008, "Wrong size on BTT_BipedUpper_WandCast_C_SetTargetTrackers"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_SetTargetTrackers, InputPin) == 0x000000, "Member 'BTT_BipedUpper_WandCast_C_SetTargetTrackers::InputPin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_WandCast_C_FlushQueuedActions \ static_assert(alignof(BTT_BipedUpper_WandCast_C_FlushQueuedActions) == 0x000008, "Wrong alignment on BTT_BipedUpper_WandCast_C_FlushQueuedActions"); \ static_assert(sizeof(BTT_BipedUpper_WandCast_C_FlushQueuedActions) == 0x000008, "Wrong size on BTT_BipedUpper_WandCast_C_FlushQueuedActions"); \ static_assert(offsetof(BTT_BipedUpper_WandCast_C_FlushQueuedActions, InActor) == 0x000000, "Member 'BTT_BipedUpper_WandCast_C_FlushQueuedActions::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_BipedUpper_WandCast_C \ static_assert(alignof(UBTT_BipedUpper_WandCast_C) == 0x000008, "Wrong alignment on UBTT_BipedUpper_WandCast_C"); \ static_assert(sizeof(UBTT_BipedUpper_WandCast_C) == 0x000168, "Wrong size on UBTT_BipedUpper_WandCast_C"); \ static_assert(offsetof(UBTT_BipedUpper_WandCast_C, UberGraphFrame) == 0x000150, "Member 'UBTT_BipedUpper_WandCast_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_BipedUpper_WandCast_C, CurrentFiringSpell) == 0x000158, "Member 'UBTT_BipedUpper_WandCast_C::CurrentFiringSpell' has a wrong offset!"); \ static_assert(offsetof(UBTT_BipedUpper_WandCast_C, SpellFired) == 0x000160, "Member 'UBTT_BipedUpper_WandCast_C::SpellFired' has a wrong offset!"); \ static_assert(offsetof(UBTT_BipedUpper_WandCast_C, ButtonReleased) == 0x000161, "Member 'UBTT_BipedUpper_WandCast_C::ButtonReleased' has a wrong offset!"); \ static_assert(offsetof(UBTT_BipedUpper_WandCast_C, Right_Arm_State) == 0x000162, "Member 'UBTT_BipedUpper_WandCast_C::Right_Arm_State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon \ static_assert(alignof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon) == 0x000008, "Wrong alignment on UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon"); \ static_assert(sizeof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon) == 0x000240, "Wrong size on UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, EntryPoint) == 0x000000, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, Temp_byte_Variable) == 0x000004, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, Temp_bool_Variable) == 0x000005, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, Temp_byte_Variable_1) == 0x000018, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, Temp_byte_Variable_2) == 0x000019, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_Texture) == 0x000020, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_Texture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_NewVisibility_1) == 0x000028, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_NewVisibility_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_NewColor) == 0x00002C, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_NewColor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_IconName) == 0x000040, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_ShowPulse) == 0x000050, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_ShowPulse' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_NewVisibility) == 0x000051, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_NewVisibility' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000052, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_scale) == 0x000054, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_scale' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_Distance_1) == 0x000058, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_Distance_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, CallFunc_MakeVector2D_ReturnValue) == 0x00005C, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, CallFunc_Conv_IntToString_ReturnValue) == 0x000068, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_Opacity) == 0x000090, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_Opacity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_ShouldShow_1) == 0x000094, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_ShouldShow_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_ShouldShow) == 0x000095, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_ShouldShow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_DegreeRot) == 0x000098, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_DegreeRot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_NewSize) == 0x00009C, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_NewSize' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, Temp_byte_Variable_3) == 0x0000A4, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_MakeStruct_SlateBrush) == 0x0000A8, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, Temp_bool_Variable_1) == 0x000130, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, Temp_byte_Variable_4) == 0x000131, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Select_Default) == 0x000132, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, Temp_byte_Variable_5) == 0x000133, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_Enable) == 0x000134, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_Enable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_angle) == 0x000138, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_angle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_ShowBorder) == 0x00013C, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_ShowBorder' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_OutlineIconName) == 0x000140, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_OutlineIconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, Temp_bool_Variable_2) == 0x000150, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, CallFunc_AsyncFindIconTexWithCallback_ReturnValue) == 0x000151, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::CallFunc_AsyncFindIconTexWithCallback_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Select_Default_1) == 0x000152, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_MakeStruct_SlateBrush_1) == 0x000158, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, CallFunc_GetDynamicMaterial_ReturnValue) == 0x0001E0, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, Temp_byte_Variable_6) == 0x0001E8, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_CustomEvent_LoadedTexture) == 0x0001F0, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_CustomEvent_LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_CustomEvent_CallbackParam) == 0x0001F8, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_CustomEvent_CallbackParam' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, Temp_byte_Variable_7) == 0x000200, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_Distance) == 0x000204, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_Distance' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, CallFunc_Less_IntInt_ReturnValue) == 0x000208, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, CallFunc_SelectInt_ReturnValue) == 0x00020C, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000210, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, CallFunc_MakeVector2D_ReturnValue_1) == 0x000214, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Event_ShowLock) == 0x00021C, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Event_ShowLock' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Select_Default_2) == 0x00021D, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x00021E, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, Temp_bool_Variable_3) == 0x00021F, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, CallFunc_PlayAnimationForward_ReturnValue) == 0x000220, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, K2Node_Select_Default_3) == 0x000228, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000230, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon, CallFunc_Not_PreBool_ReturnValue) == 0x000238, "Member 'UI_BP_CompassIcon_C_ExecuteUbergraph_UI_BP_CompassIcon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_ToggleLockBadge \ static_assert(alignof(UI_BP_CompassIcon_C_ToggleLockBadge) == 0x000001, "Wrong alignment on UI_BP_CompassIcon_C_ToggleLockBadge"); \ static_assert(sizeof(UI_BP_CompassIcon_C_ToggleLockBadge) == 0x000001, "Wrong size on UI_BP_CompassIcon_C_ToggleLockBadge"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ToggleLockBadge, ShowLock) == 0x000000, "Member 'UI_BP_CompassIcon_C_ToggleLockBadge::ShowLock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_SetElevationDistance \ static_assert(alignof(UI_BP_CompassIcon_C_SetElevationDistance) == 0x000004, "Wrong alignment on UI_BP_CompassIcon_C_SetElevationDistance"); \ static_assert(sizeof(UI_BP_CompassIcon_C_SetElevationDistance) == 0x000004, "Wrong size on UI_BP_CompassIcon_C_SetElevationDistance"); \ static_assert(offsetof(UI_BP_CompassIcon_C_SetElevationDistance, Distance) == 0x000000, "Member 'UI_BP_CompassIcon_C_SetElevationDistance::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_TrackBorderLoaded \ static_assert(alignof(UI_BP_CompassIcon_C_TrackBorderLoaded) == 0x000008, "Wrong alignment on UI_BP_CompassIcon_C_TrackBorderLoaded"); \ static_assert(sizeof(UI_BP_CompassIcon_C_TrackBorderLoaded) == 0x000010, "Wrong size on UI_BP_CompassIcon_C_TrackBorderLoaded"); \ static_assert(offsetof(UI_BP_CompassIcon_C_TrackBorderLoaded, LoadedTexture) == 0x000000, "Member 'UI_BP_CompassIcon_C_TrackBorderLoaded::LoadedTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_TrackBorderLoaded, CallbackParam) == 0x000008, "Member 'UI_BP_CompassIcon_C_TrackBorderLoaded::CallbackParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_TogglePathingBorder \ static_assert(alignof(UI_BP_CompassIcon_C_TogglePathingBorder) == 0x000008, "Wrong alignment on UI_BP_CompassIcon_C_TogglePathingBorder"); \ static_assert(sizeof(UI_BP_CompassIcon_C_TogglePathingBorder) == 0x000018, "Wrong size on UI_BP_CompassIcon_C_TogglePathingBorder"); \ static_assert(offsetof(UI_BP_CompassIcon_C_TogglePathingBorder, ShowBorder) == 0x000000, "Member 'UI_BP_CompassIcon_C_TogglePathingBorder::ShowBorder' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_TogglePathingBorder, OutlineIconName) == 0x000008, "Member 'UI_BP_CompassIcon_C_TogglePathingBorder::OutlineIconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_SetRotation \ static_assert(alignof(UI_BP_CompassIcon_C_SetRotation) == 0x000004, "Wrong alignment on UI_BP_CompassIcon_C_SetRotation"); \ static_assert(sizeof(UI_BP_CompassIcon_C_SetRotation) == 0x000004, "Wrong size on UI_BP_CompassIcon_C_SetRotation"); \ static_assert(offsetof(UI_BP_CompassIcon_C_SetRotation, Angle) == 0x000000, "Member 'UI_BP_CompassIcon_C_SetRotation::Angle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_SetPulse \ static_assert(alignof(UI_BP_CompassIcon_C_SetPulse) == 0x000001, "Wrong alignment on UI_BP_CompassIcon_C_SetPulse"); \ static_assert(sizeof(UI_BP_CompassIcon_C_SetPulse) == 0x000001, "Wrong size on UI_BP_CompassIcon_C_SetPulse"); \ static_assert(offsetof(UI_BP_CompassIcon_C_SetPulse, Enable) == 0x000000, "Member 'UI_BP_CompassIcon_C_SetPulse::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_SetIconSize \ static_assert(alignof(UI_BP_CompassIcon_C_SetIconSize) == 0x000004, "Wrong alignment on UI_BP_CompassIcon_C_SetIconSize"); \ static_assert(sizeof(UI_BP_CompassIcon_C_SetIconSize) == 0x000008, "Wrong size on UI_BP_CompassIcon_C_SetIconSize"); \ static_assert(offsetof(UI_BP_CompassIcon_C_SetIconSize, NewSize) == 0x000000, "Member 'UI_BP_CompassIcon_C_SetIconSize::NewSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_SetIndicatorArrowRotation \ static_assert(alignof(UI_BP_CompassIcon_C_SetIndicatorArrowRotation) == 0x000004, "Wrong alignment on UI_BP_CompassIcon_C_SetIndicatorArrowRotation"); \ static_assert(sizeof(UI_BP_CompassIcon_C_SetIndicatorArrowRotation) == 0x000004, "Wrong size on UI_BP_CompassIcon_C_SetIndicatorArrowRotation"); \ static_assert(offsetof(UI_BP_CompassIcon_C_SetIndicatorArrowRotation, DegreeRot) == 0x000000, "Member 'UI_BP_CompassIcon_C_SetIndicatorArrowRotation::DegreeRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_ShowIndicatorArrow \ static_assert(alignof(UI_BP_CompassIcon_C_ShowIndicatorArrow) == 0x000001, "Wrong alignment on UI_BP_CompassIcon_C_ShowIndicatorArrow"); \ static_assert(sizeof(UI_BP_CompassIcon_C_ShowIndicatorArrow) == 0x000001, "Wrong size on UI_BP_CompassIcon_C_ShowIndicatorArrow"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ShowIndicatorArrow, ShouldShow) == 0x000000, "Member 'UI_BP_CompassIcon_C_ShowIndicatorArrow::ShouldShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_ShowDistance \ static_assert(alignof(UI_BP_CompassIcon_C_ShowDistance) == 0x000001, "Wrong alignment on UI_BP_CompassIcon_C_ShowDistance"); \ static_assert(sizeof(UI_BP_CompassIcon_C_ShowDistance) == 0x000001, "Wrong size on UI_BP_CompassIcon_C_ShowDistance"); \ static_assert(offsetof(UI_BP_CompassIcon_C_ShowDistance, ShouldShow) == 0x000000, "Member 'UI_BP_CompassIcon_C_ShowDistance::ShouldShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_SetIconOpacity \ static_assert(alignof(UI_BP_CompassIcon_C_SetIconOpacity) == 0x000004, "Wrong alignment on UI_BP_CompassIcon_C_SetIconOpacity"); \ static_assert(sizeof(UI_BP_CompassIcon_C_SetIconOpacity) == 0x000004, "Wrong size on UI_BP_CompassIcon_C_SetIconOpacity"); \ static_assert(offsetof(UI_BP_CompassIcon_C_SetIconOpacity, Opacity) == 0x000000, "Member 'UI_BP_CompassIcon_C_SetIconOpacity::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_SetDistanceValue \ static_assert(alignof(UI_BP_CompassIcon_C_SetDistanceValue) == 0x000004, "Wrong alignment on UI_BP_CompassIcon_C_SetDistanceValue"); \ static_assert(sizeof(UI_BP_CompassIcon_C_SetDistanceValue) == 0x000004, "Wrong size on UI_BP_CompassIcon_C_SetDistanceValue"); \ static_assert(offsetof(UI_BP_CompassIcon_C_SetDistanceValue, Distance) == 0x000000, "Member 'UI_BP_CompassIcon_C_SetDistanceValue::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_SetIconScale \ static_assert(alignof(UI_BP_CompassIcon_C_SetIconScale) == 0x000004, "Wrong alignment on UI_BP_CompassIcon_C_SetIconScale"); \ static_assert(sizeof(UI_BP_CompassIcon_C_SetIconScale) == 0x000004, "Wrong size on UI_BP_CompassIcon_C_SetIconScale"); \ static_assert(offsetof(UI_BP_CompassIcon_C_SetIconScale, Scale) == 0x000000, "Member 'UI_BP_CompassIcon_C_SetIconScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_SetElevationVisibility \ static_assert(alignof(UI_BP_CompassIcon_C_SetElevationVisibility) == 0x000001, "Wrong alignment on UI_BP_CompassIcon_C_SetElevationVisibility"); \ static_assert(sizeof(UI_BP_CompassIcon_C_SetElevationVisibility) == 0x000001, "Wrong size on UI_BP_CompassIcon_C_SetElevationVisibility"); \ static_assert(offsetof(UI_BP_CompassIcon_C_SetElevationVisibility, NewVisibility) == 0x000000, "Member 'UI_BP_CompassIcon_C_SetElevationVisibility::NewVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_SetIconTextureByName \ static_assert(alignof(UI_BP_CompassIcon_C_SetIconTextureByName) == 0x000008, "Wrong alignment on UI_BP_CompassIcon_C_SetIconTextureByName"); \ static_assert(sizeof(UI_BP_CompassIcon_C_SetIconTextureByName) == 0x000018, "Wrong size on UI_BP_CompassIcon_C_SetIconTextureByName"); \ static_assert(offsetof(UI_BP_CompassIcon_C_SetIconTextureByName, IconName) == 0x000000, "Member 'UI_BP_CompassIcon_C_SetIconTextureByName::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompassIcon_C_SetIconTextureByName, ShowPulse) == 0x000010, "Member 'UI_BP_CompassIcon_C_SetIconTextureByName::ShowPulse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_SetCompassIconColorAndOpacity \ static_assert(alignof(UI_BP_CompassIcon_C_SetCompassIconColorAndOpacity) == 0x000004, "Wrong alignment on UI_BP_CompassIcon_C_SetCompassIconColorAndOpacity"); \ static_assert(sizeof(UI_BP_CompassIcon_C_SetCompassIconColorAndOpacity) == 0x000010, "Wrong size on UI_BP_CompassIcon_C_SetCompassIconColorAndOpacity"); \ static_assert(offsetof(UI_BP_CompassIcon_C_SetCompassIconColorAndOpacity, NewColor) == 0x000000, "Member 'UI_BP_CompassIcon_C_SetCompassIconColorAndOpacity::NewColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_SetCompassIconVisibility \ static_assert(alignof(UI_BP_CompassIcon_C_SetCompassIconVisibility) == 0x000001, "Wrong alignment on UI_BP_CompassIcon_C_SetCompassIconVisibility"); \ static_assert(sizeof(UI_BP_CompassIcon_C_SetCompassIconVisibility) == 0x000001, "Wrong size on UI_BP_CompassIcon_C_SetCompassIconVisibility"); \ static_assert(offsetof(UI_BP_CompassIcon_C_SetCompassIconVisibility, NewVisibility) == 0x000000, "Member 'UI_BP_CompassIcon_C_SetCompassIconVisibility::NewVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompassIcon_C_SetIconTexture \ static_assert(alignof(UI_BP_CompassIcon_C_SetIconTexture) == 0x000008, "Wrong alignment on UI_BP_CompassIcon_C_SetIconTexture"); \ static_assert(sizeof(UI_BP_CompassIcon_C_SetIconTexture) == 0x000008, "Wrong size on UI_BP_CompassIcon_C_SetIconTexture"); \ static_assert(offsetof(UI_BP_CompassIcon_C_SetIconTexture, Texture) == 0x000000, "Member 'UI_BP_CompassIcon_C_SetIconTexture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CompassIcon_C \ static_assert(alignof(UUI_BP_CompassIcon_C) == 0x000008, "Wrong alignment on UUI_BP_CompassIcon_C"); \ static_assert(sizeof(UUI_BP_CompassIcon_C) == 0x0002D0, "Wrong size on UUI_BP_CompassIcon_C"); \ static_assert(offsetof(UUI_BP_CompassIcon_C, UberGraphFrame) == 0x000270, "Member 'UUI_BP_CompassIcon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompassIcon_C, FadeDistanceText) == 0x000278, "Member 'UUI_BP_CompassIcon_C::FadeDistanceText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompassIcon_C, DistancePanel) == 0x000280, "Member 'UUI_BP_CompassIcon_C::DistancePanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompassIcon_C, DistanceText) == 0x000288, "Member 'UUI_BP_CompassIcon_C::DistanceText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompassIcon_C, ElevationArrow) == 0x000290, "Member 'UUI_BP_CompassIcon_C::ElevationArrow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompassIcon_C, IconContainer) == 0x000298, "Member 'UUI_BP_CompassIcon_C::IconContainer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompassIcon_C, iconImage) == 0x0002A0, "Member 'UUI_BP_CompassIcon_C::iconImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompassIcon_C, IndicatorArrow) == 0x0002A8, "Member 'UUI_BP_CompassIcon_C::IndicatorArrow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompassIcon_C, LockBadge) == 0x0002B0, "Member 'UUI_BP_CompassIcon_C::LockBadge' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompassIcon_C, Pulse) == 0x0002B8, "Member 'UUI_BP_CompassIcon_C::Pulse' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompassIcon_C, TrackBorder) == 0x0002C0, "Member 'UUI_BP_CompassIcon_C::TrackBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompassIcon_C, DistanceNumbersShown) == 0x0002C8, "Member 'UUI_BP_CompassIcon_C::DistanceNumbersShown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter \ static_assert(alignof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter) == 0x000008, "Wrong alignment on UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter) == 0x0001B0, "Wrong size on UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, EntryPoint) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, K2Node_Event_MyGeometry) == 0x000008, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, K2Node_Event_InDeltaTime) == 0x000040, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, K2Node_CustomEvent_Caller_3) == 0x000048, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, K2Node_CustomEvent_Caller_2) == 0x000050, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, K2Node_CreateDelegate_OutputDelegate) == 0x000058, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_HermesBindEvent_Handle) == 0x000068, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, K2Node_CustomEvent_Target) == 0x000078, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::K2Node_CustomEvent_Target' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, K2Node_CreateDelegate_OutputDelegate_1) == 0x000084, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000098, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_GetObjectStateInfo_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_GetObjectStateInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_IsValid_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, K2Node_CustomEvent_Caller_1) == 0x0000B0, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, K2Node_CustomEvent_Int_1) == 0x0000B8, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::K2Node_CustomEvent_Int_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_IsValid_ReturnValue_2) == 0x0000BC, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000BD, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000C0, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000D0, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_HermesBindInt_Handle) == 0x0000E0, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_GetColorByTag_ReturnValue) == 0x0000F0, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_GetColorByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_Not_PreBool_ReturnValue) == 0x000100, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_GetColorByTag_ReturnValue_1) == 0x000104, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_GetColorByTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, K2Node_CustomEvent_Caller) == 0x000118, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, K2Node_CustomEvent_Int) == 0x000120, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_GetActorName_ReturnValue) == 0x000128, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_GetActorName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_Concat_StrStr_ReturnValue) == 0x000138, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_GetObjectStateInfo_ReturnValue_2) == 0x000148, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_GetObjectStateInfo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_GetHealthBarType_ReturnValue) == 0x000150, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_GetHealthBarType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_GetLevel_ReturnValue) == 0x000154, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_GetLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_IsValid_ReturnValue_3) == 0x000158, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, K2Node_CreateDelegate_OutputDelegate_4) == 0x00015C, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, K2Node_CreateDelegate_OutputDelegate_5) == 0x00016C, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_HermesBindEvent_Handle_1) == 0x000180, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_HermesBindInt_Handle_1) == 0x000190, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_HermesBindInt_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_GetObjectStateInfo_ReturnValue_3) == 0x0001A0, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_GetObjectStateInfo_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x0001A8, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_IsAnimationPlaying_ReturnValue) == 0x0001A9, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_BooleanOR_ReturnValue) == 0x0001AA, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001AB, "Member 'UI_BP_NPCHealthMeter_C_ExecuteUbergraph_UI_BP_NPCHealthMeter::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_SetColorBlindMode \ static_assert(alignof(UI_BP_NPCHealthMeter_C_SetColorBlindMode) == 0x000008, "Wrong alignment on UI_BP_NPCHealthMeter_C_SetColorBlindMode"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_SetColorBlindMode) == 0x000010, "Wrong size on UI_BP_NPCHealthMeter_C_SetColorBlindMode"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetColorBlindMode, Caller) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_SetColorBlindMode::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetColorBlindMode, int_0) == 0x000008, "Member 'UI_BP_NPCHealthMeter_C_SetColorBlindMode::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_CanStealthKill \ static_assert(alignof(UI_BP_NPCHealthMeter_C_CanStealthKill) == 0x000008, "Wrong alignment on UI_BP_NPCHealthMeter_C_CanStealthKill"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_CanStealthKill) == 0x000010, "Wrong size on UI_BP_NPCHealthMeter_C_CanStealthKill"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_CanStealthKill, Caller) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_CanStealthKill::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_CanStealthKill, int_0) == 0x000008, "Member 'UI_BP_NPCHealthMeter_C_CanStealthKill::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_TargetAcquired \ static_assert(alignof(UI_BP_NPCHealthMeter_C_TargetAcquired) == 0x000008, "Wrong alignment on UI_BP_NPCHealthMeter_C_TargetAcquired"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_TargetAcquired) == 0x000008, "Wrong size on UI_BP_NPCHealthMeter_C_TargetAcquired"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_TargetAcquired, Target) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_TargetAcquired::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_RestoreEnemyHealthBarColor \ static_assert(alignof(UI_BP_NPCHealthMeter_C_RestoreEnemyHealthBarColor) == 0x000008, "Wrong alignment on UI_BP_NPCHealthMeter_C_RestoreEnemyHealthBarColor"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_RestoreEnemyHealthBarColor) == 0x000008, "Wrong size on UI_BP_NPCHealthMeter_C_RestoreEnemyHealthBarColor"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_RestoreEnemyHealthBarColor, Caller) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_RestoreEnemyHealthBarColor::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_SetDummyHealthBarColor \ static_assert(alignof(UI_BP_NPCHealthMeter_C_SetDummyHealthBarColor) == 0x000008, "Wrong alignment on UI_BP_NPCHealthMeter_C_SetDummyHealthBarColor"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_SetDummyHealthBarColor) == 0x000008, "Wrong size on UI_BP_NPCHealthMeter_C_SetDummyHealthBarColor"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetDummyHealthBarColor, Caller) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_SetDummyHealthBarColor::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_Tick \ static_assert(alignof(UI_BP_NPCHealthMeter_C_Tick) == 0x000004, "Wrong alignment on UI_BP_NPCHealthMeter_C_Tick"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_Tick) == 0x00003C, "Wrong size on UI_BP_NPCHealthMeter_C_Tick"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_NPCHealthMeter_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_PreConstruct \ static_assert(alignof(UI_BP_NPCHealthMeter_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_NPCHealthMeter_C_PreConstruct"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_NPCHealthMeter_C_PreConstruct"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_UpdateTarget \ static_assert(alignof(UI_BP_NPCHealthMeter_C_UpdateTarget) == 0x000008, "Wrong alignment on UI_BP_NPCHealthMeter_C_UpdateTarget"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_UpdateTarget) == 0x0000E0, "Wrong size on UI_BP_NPCHealthMeter_C_UpdateTarget"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, Target) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::Target' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, ShowName) == 0x000008, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::ShowName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, ShowHealthBar) == 0x000009, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::ShowHealthBar' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, CurAnimTime) == 0x00000C, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::CurAnimTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, L_ShowBadge) == 0x000010, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::L_ShowBadge' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, L_ShowName) == 0x000011, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::L_ShowName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000012, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, CallFunc_BooleanOR_ReturnValue) == 0x000013, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000018, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000020, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, CallFunc_SlotAsCanvasSlot_ReturnValue_2) == 0x000028, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::CallFunc_SlotAsCanvasSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, CallFunc_SlotAsCanvasSlot_ReturnValue_3) == 0x000030, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::CallFunc_SlotAsCanvasSlot_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, Temp_bool_Variable) == 0x000038, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000040, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, CallFunc_GetLevel_ReturnValue) == 0x000048, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::CallFunc_GetLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, CallFunc_GetDbId_ReturnValue) == 0x00004C, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, CallFunc_Conv_NameToString_ReturnValue) == 0x000058, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, CallFunc_Conv_FloatToText_ReturnValue) == 0x000068, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, K2Node_DynamicCast_AsEnemy_Character) == 0x000080, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, CallFunc_GetShowBadge_ReturnValue) == 0x000089, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::CallFunc_GetShowBadge_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, CallFunc_IsValid_ReturnValue) == 0x00008A, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, Temp_bool_Variable_1) == 0x00008B, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, K2Node_MakeStruct_Margin) == 0x00008C, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, K2Node_MakeStruct_Margin_1) == 0x00009C, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, K2Node_MakeStruct_Margin_2) == 0x0000AC, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, K2Node_MakeStruct_Margin_3) == 0x0000BC, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, CallFunc_BooleanOR_ReturnValue_1) == 0x0000CC, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x0000D0, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, CallFunc_GetUseMinimalHud_ReturnValue) == 0x0000D8, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::CallFunc_GetUseMinimalHud_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateTarget, K2Node_Select_Default) == 0x0000D9, "Member 'UI_BP_NPCHealthMeter_C_UpdateTarget::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_SetupTamedCreature \ static_assert(alignof(UI_BP_NPCHealthMeter_C_SetupTamedCreature) == 0x000008, "Wrong alignment on UI_BP_NPCHealthMeter_C_SetupTamedCreature"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_SetupTamedCreature) == 0x0001A8, "Wrong size on UI_BP_NPCHealthMeter_C_SetupTamedCreature"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupTamedCreature, CreatureState) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_SetupTamedCreature::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupTamedCreature, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'UI_BP_NPCHealthMeter_C_SetupTamedCreature::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupTamedCreature, CallFunc_GetIsMale_ReturnValue) == 0x000009, "Member 'UI_BP_NPCHealthMeter_C_SetupTamedCreature::CallFunc_GetIsMale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupTamedCreature, CallFunc_IsAlbino_ReturnValue) == 0x00000A, "Member 'UI_BP_NPCHealthMeter_C_SetupTamedCreature::CallFunc_IsAlbino_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupTamedCreature, Temp_bool_Variable) == 0x00000B, "Member 'UI_BP_NPCHealthMeter_C_SetupTamedCreature::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupTamedCreature, CallFunc_MakeBrushFromTexture_ReturnValue) == 0x000010, "Member 'UI_BP_NPCHealthMeter_C_SetupTamedCreature::CallFunc_MakeBrushFromTexture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupTamedCreature, CallFunc_MakeBrushFromTexture_ReturnValue_1) == 0x000098, "Member 'UI_BP_NPCHealthMeter_C_SetupTamedCreature::CallFunc_MakeBrushFromTexture_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupTamedCreature, K2Node_Select_Default) == 0x000120, "Member 'UI_BP_NPCHealthMeter_C_SetupTamedCreature::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_SetupWildCreature \ static_assert(alignof(UI_BP_NPCHealthMeter_C_SetupWildCreature) == 0x000008, "Wrong alignment on UI_BP_NPCHealthMeter_C_SetupWildCreature"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_SetupWildCreature) == 0x0001D8, "Wrong size on UI_BP_NPCHealthMeter_C_SetupWildCreature"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupWildCreature, NurtureComponent) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_SetupWildCreature::NurtureComponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupWildCreature, CreatureState) == 0x000008, "Member 'UI_BP_NPCHealthMeter_C_SetupWildCreature::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupWildCreature, CallFunc_GetIsAlbino_ReturnValue) == 0x000010, "Member 'UI_BP_NPCHealthMeter_C_SetupWildCreature::CallFunc_GetIsAlbino_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupWildCreature, CallFunc_MakeBrushFromTexture_ReturnValue) == 0x000018, "Member 'UI_BP_NPCHealthMeter_C_SetupWildCreature::CallFunc_MakeBrushFromTexture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupWildCreature, CallFunc_GetIsMale_ReturnValue) == 0x0000A0, "Member 'UI_BP_NPCHealthMeter_C_SetupWildCreature::CallFunc_GetIsMale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupWildCreature, CallFunc_MakeBrushFromTexture_ReturnValue_1) == 0x0000A8, "Member 'UI_BP_NPCHealthMeter_C_SetupWildCreature::CallFunc_MakeBrushFromTexture_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupWildCreature, CallFunc_IsValid_ReturnValue) == 0x000130, "Member 'UI_BP_NPCHealthMeter_C_SetupWildCreature::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupWildCreature, Temp_bool_Variable) == 0x000131, "Member 'UI_BP_NPCHealthMeter_C_SetupWildCreature::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupWildCreature, K2Node_Select_Default) == 0x000138, "Member 'UI_BP_NPCHealthMeter_C_SetupWildCreature::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupWildCreature, CallFunc_IsValid_ReturnValue_1) == 0x0001C0, "Member 'UI_BP_NPCHealthMeter_C_SetupWildCreature::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupWildCreature, CallFunc_Get_ReturnValue) == 0x0001C8, "Member 'UI_BP_NPCHealthMeter_C_SetupWildCreature::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetupWildCreature, CallFunc_BP_GetCreatureStateByActor_ReturnValue) == 0x0001D0, "Member 'UI_BP_NPCHealthMeter_C_SetupWildCreature::CallFunc_BP_GetCreatureStateByActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_CreatureInfo \ static_assert(alignof(UI_BP_NPCHealthMeter_C_CreatureInfo) == 0x000008, "Wrong alignment on UI_BP_NPCHealthMeter_C_CreatureInfo"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_CreatureInfo) == 0x000050, "Wrong size on UI_BP_NPCHealthMeter_C_CreatureInfo"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_CreatureInfo, InCreature) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_CreatureInfo::InCreature' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_CreatureInfo, NurtureComponent) == 0x000008, "Member 'UI_BP_NPCHealthMeter_C_CreatureInfo::NurtureComponent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_CreatureInfo, CreatureState) == 0x000010, "Member 'UI_BP_NPCHealthMeter_C_CreatureInfo::CreatureState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_CreatureInfo, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'UI_BP_NPCHealthMeter_C_CreatureInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_CreatureInfo, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'UI_BP_NPCHealthMeter_C_CreatureInfo::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_CreatureInfo, CallFunc_IsValid_ReturnValue_1) == 0x000028, "Member 'UI_BP_NPCHealthMeter_C_CreatureInfo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_CreatureInfo, CallFunc_IsCreatureCaptured_ReturnValue) == 0x000029, "Member 'UI_BP_NPCHealthMeter_C_CreatureInfo::CallFunc_IsCreatureCaptured_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_CreatureInfo, CallFunc_Get_ReturnValue) == 0x000030, "Member 'UI_BP_NPCHealthMeter_C_CreatureInfo::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_CreatureInfo, CallFunc_BP_GetCreatureStateByActor_ReturnValue) == 0x000038, "Member 'UI_BP_NPCHealthMeter_C_CreatureInfo::CallFunc_BP_GetCreatureStateByActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_CreatureInfo, CallFunc_BP_GetCreatureDefinitionForActor_ReturnValue) == 0x000040, "Member 'UI_BP_NPCHealthMeter_C_CreatureInfo::CallFunc_BP_GetCreatureDefinitionForActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_CreatureInfo, CallFunc_IsValid_ReturnValue_2) == 0x000048, "Member 'UI_BP_NPCHealthMeter_C_CreatureInfo::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_CreatureInfo, CallFunc_GetCanBeCaptured_ReturnValue) == 0x000049, "Member 'UI_BP_NPCHealthMeter_C_CreatureInfo::CallFunc_GetCanBeCaptured_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_CreatureInfo, CallFunc_IsValid_ReturnValue_3) == 0x00004A, "Member 'UI_BP_NPCHealthMeter_C_CreatureInfo::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_HealthChanged \ static_assert(alignof(UI_BP_NPCHealthMeter_C_HealthChanged) == 0x000008, "Wrong alignment on UI_BP_NPCHealthMeter_C_HealthChanged"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_HealthChanged) == 0x000028, "Wrong size on UI_BP_NPCHealthMeter_C_HealthChanged"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_HealthChanged, Target) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_HealthChanged::Target' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_HealthChanged, Health) == 0x000008, "Member 'UI_BP_NPCHealthMeter_C_HealthChanged::Health' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_HealthChanged, Not_sure) == 0x00000C, "Member 'UI_BP_NPCHealthMeter_C_HealthChanged::Not_sure' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_HealthChanged, CallFunc_IsValid_ReturnValue) == 0x00000D, "Member 'UI_BP_NPCHealthMeter_C_HealthChanged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_HealthChanged, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'UI_BP_NPCHealthMeter_C_HealthChanged::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_HealthChanged, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'UI_BP_NPCHealthMeter_C_HealthChanged::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_HealthChanged, CallFunc_GetUIHealthPercent_ReturnValue) == 0x000020, "Member 'UI_BP_NPCHealthMeter_C_HealthChanged::CallFunc_GetUIHealthPercent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_HealthChanged, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'UI_BP_NPCHealthMeter_C_HealthChanged::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_SetCurrentTargetActor \ static_assert(alignof(UI_BP_NPCHealthMeter_C_SetCurrentTargetActor) == 0x000008, "Wrong alignment on UI_BP_NPCHealthMeter_C_SetCurrentTargetActor"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_SetCurrentTargetActor) == 0x000010, "Wrong size on UI_BP_NPCHealthMeter_C_SetCurrentTargetActor"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetCurrentTargetActor, TargetActor) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_SetCurrentTargetActor::TargetActor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetCurrentTargetActor, ShowName) == 0x000008, "Member 'UI_BP_NPCHealthMeter_C_SetCurrentTargetActor::ShowName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetCurrentTargetActor, ShowHealth) == 0x000009, "Member 'UI_BP_NPCHealthMeter_C_SetCurrentTargetActor::ShowHealth' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetCurrentTargetActor, CallFunc_IsValid_ReturnValue) == 0x00000A, "Member 'UI_BP_NPCHealthMeter_C_SetCurrentTargetActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_SetHealthBarColor \ static_assert(alignof(UI_BP_NPCHealthMeter_C_SetHealthBarColor) == 0x000004, "Wrong alignment on UI_BP_NPCHealthMeter_C_SetHealthBarColor"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_SetHealthBarColor) == 0x00002C, "Wrong size on UI_BP_NPCHealthMeter_C_SetHealthBarColor"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetHealthBarColor, HealthBarType) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_SetHealthBarColor::HealthBarType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetHealthBarColor, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_NPCHealthMeter_C_SetHealthBarColor::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetHealthBarColor, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'UI_BP_NPCHealthMeter_C_SetHealthBarColor::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetHealthBarColor, Temp_name_Variable) == 0x000004, "Member 'UI_BP_NPCHealthMeter_C_SetHealthBarColor::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetHealthBarColor, Temp_name_Variable_1) == 0x00000C, "Member 'UI_BP_NPCHealthMeter_C_SetHealthBarColor::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetHealthBarColor, K2Node_Select_Default) == 0x000014, "Member 'UI_BP_NPCHealthMeter_C_SetHealthBarColor::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetHealthBarColor, CallFunc_GetColorByTag_ReturnValue) == 0x00001C, "Member 'UI_BP_NPCHealthMeter_C_SetHealthBarColor::CallFunc_GetColorByTag_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus \ static_assert(alignof(UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus) == 0x000008, "Wrong alignment on UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus) == 0x000038, "Wrong size on UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus, InStealthRange) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus::InStealthRange' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus, StealthDamage) == 0x000004, "Member 'UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus::StealthDamage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000010, "Member 'UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus, CallFunc_GetHealth_ReturnValue) == 0x000018, "Member 'UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus, CallFunc_SpellWillKillTarget_OutDamage) == 0x00001C, "Member 'UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus::CallFunc_SpellWillKillTarget_OutDamage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus, CallFunc_SpellWillKillTarget_ReturnValue) == 0x000020, "Member 'UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus::CallFunc_SpellWillKillTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000024, "Member 'UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus, CallFunc_FMax_ReturnValue) == 0x000028, "Member 'UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus, CallFunc_GetMaxHealth_ReturnValue) == 0x00002C, "Member 'UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus::CallFunc_GetMaxHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus, CallFunc_GetHealthPercentage_ReturnValue) == 0x000030, "Member 'UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000034, "Member 'UI_BP_NPCHealthMeter_C_UpdateStealthKillStatus::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_RemoveStealthDamageIndication \ static_assert(alignof(UI_BP_NPCHealthMeter_C_RemoveStealthDamageIndication) == 0x000008, "Wrong alignment on UI_BP_NPCHealthMeter_C_RemoveStealthDamageIndication"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_RemoveStealthDamageIndication) == 0x000010, "Wrong size on UI_BP_NPCHealthMeter_C_RemoveStealthDamageIndication"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_RemoveStealthDamageIndication, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_RemoveStealthDamageIndication::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_RemoveStealthDamageIndication, CallFunc_GetHealthPercentage_ReturnValue) == 0x000008, "Member 'UI_BP_NPCHealthMeter_C_RemoveStealthDamageIndication::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_SetLevelTextColor \ static_assert(alignof(UI_BP_NPCHealthMeter_C_SetLevelTextColor) == 0x000008, "Wrong alignment on UI_BP_NPCHealthMeter_C_SetLevelTextColor"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_SetLevelTextColor) == 0x000078, "Wrong size on UI_BP_NPCHealthMeter_C_SetLevelTextColor"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetLevelTextColor, Level_0) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_SetLevelTextColor::Level_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetLevelTextColor, Temp_bool_Variable) == 0x000004, "Member 'UI_BP_NPCHealthMeter_C_SetLevelTextColor::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetLevelTextColor, Temp_name_Variable) == 0x000008, "Member 'UI_BP_NPCHealthMeter_C_SetLevelTextColor::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetLevelTextColor, Temp_name_Variable_1) == 0x000010, "Member 'UI_BP_NPCHealthMeter_C_SetLevelTextColor::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetLevelTextColor, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000018, "Member 'UI_BP_NPCHealthMeter_C_SetLevelTextColor::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetLevelTextColor, CallFunc_MakeLiteralGameplayTag_ReturnValue) == 0x000020, "Member 'UI_BP_NPCHealthMeter_C_SetLevelTextColor::CallFunc_MakeLiteralGameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetLevelTextColor, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'UI_BP_NPCHealthMeter_C_SetLevelTextColor::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetLevelTextColor, CallFunc_GetModBlackboardValue_OutValue) == 0x000030, "Member 'UI_BP_NPCHealthMeter_C_SetLevelTextColor::CallFunc_GetModBlackboardValue_OutValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetLevelTextColor, CallFunc_GetModBlackboardValue_ReturnValue) == 0x000034, "Member 'UI_BP_NPCHealthMeter_C_SetLevelTextColor::CallFunc_GetModBlackboardValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetLevelTextColor, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000035, "Member 'UI_BP_NPCHealthMeter_C_SetLevelTextColor::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetLevelTextColor, K2Node_Select_Default) == 0x000038, "Member 'UI_BP_NPCHealthMeter_C_SetLevelTextColor::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetLevelTextColor, CallFunc_GetColorByTag_ReturnValue) == 0x000040, "Member 'UI_BP_NPCHealthMeter_C_SetLevelTextColor::CallFunc_GetColorByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_SetLevelTextColor, K2Node_MakeStruct_SlateColor) == 0x000050, "Member 'UI_BP_NPCHealthMeter_C_SetLevelTextColor::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_PlayFadeAnimation \ static_assert(alignof(UI_BP_NPCHealthMeter_C_PlayFadeAnimation) == 0x000008, "Wrong alignment on UI_BP_NPCHealthMeter_C_PlayFadeAnimation"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_PlayFadeAnimation) == 0x000018, "Wrong size on UI_BP_NPCHealthMeter_C_PlayFadeAnimation"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_PlayFadeAnimation, FadeIn_0) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_PlayFadeAnimation::FadeIn_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_PlayFadeAnimation, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_NPCHealthMeter_C_PlayFadeAnimation::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_PlayFadeAnimation, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'UI_BP_NPCHealthMeter_C_PlayFadeAnimation::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NPCHealthMeter_C_CheckForNewTarget \ static_assert(alignof(UI_BP_NPCHealthMeter_C_CheckForNewTarget) == 0x000001, "Wrong alignment on UI_BP_NPCHealthMeter_C_CheckForNewTarget"); \ static_assert(sizeof(UI_BP_NPCHealthMeter_C_CheckForNewTarget) == 0x000001, "Wrong size on UI_BP_NPCHealthMeter_C_CheckForNewTarget"); \ static_assert(offsetof(UI_BP_NPCHealthMeter_C_CheckForNewTarget, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'UI_BP_NPCHealthMeter_C_CheckForNewTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_NPCHealthMeter_C \ static_assert(alignof(UUI_BP_NPCHealthMeter_C) == 0x000008, "Wrong alignment on UUI_BP_NPCHealthMeter_C"); \ static_assert(sizeof(UUI_BP_NPCHealthMeter_C) == 0x000410, "Wrong size on UUI_BP_NPCHealthMeter_C"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_NPCHealthMeter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, FadeOut) == 0x0002F0, "Member 'UUI_BP_NPCHealthMeter_C::FadeOut' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, DeathFadeOut) == 0x0002F8, "Member 'UUI_BP_NPCHealthMeter_C::DeathFadeOut' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, OffsetHealthbarReset) == 0x000300, "Member 'UUI_BP_NPCHealthMeter_C::OffsetHealthbarReset' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, OffsetHealthbar) == 0x000308, "Member 'UUI_BP_NPCHealthMeter_C::OffsetHealthbar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, FadeIn) == 0x000310, "Member 'UUI_BP_NPCHealthMeter_C::FadeIn' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, Albino) == 0x000318, "Member 'UUI_BP_NPCHealthMeter_C::Albino' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, Bg) == 0x000320, "Member 'UUI_BP_NPCHealthMeter_C::Bg' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, CreatureGender) == 0x000328, "Member 'UUI_BP_NPCHealthMeter_C::CreatureGender' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, CreatureStatus) == 0x000330, "Member 'UUI_BP_NPCHealthMeter_C::CreatureStatus' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, DamageBar) == 0x000338, "Member 'UUI_BP_NPCHealthMeter_C::DamageBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, InvalidationBoxNPCHealthMeter) == 0x000340, "Member 'UUI_BP_NPCHealthMeter_C::InvalidationBoxNPCHealthMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, Level) == 0x000348, "Member 'UUI_BP_NPCHealthMeter_C::Level' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, LevelBox) == 0x000350, "Member 'UUI_BP_NPCHealthMeter_C::LevelBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, Poof1) == 0x000358, "Member 'UUI_BP_NPCHealthMeter_C::Poof1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, Poof2) == 0x000360, "Member 'UUI_BP_NPCHealthMeter_C::Poof2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, Poof3) == 0x000368, "Member 'UUI_BP_NPCHealthMeter_C::Poof3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, Poof4) == 0x000370, "Member 'UUI_BP_NPCHealthMeter_C::Poof4' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, Poof5) == 0x000378, "Member 'UUI_BP_NPCHealthMeter_C::Poof5' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, Poof6) == 0x000380, "Member 'UUI_BP_NPCHealthMeter_C::Poof6' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, Poof7) == 0x000388, "Member 'UUI_BP_NPCHealthMeter_C::Poof7' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, Poof8) == 0x000390, "Member 'UUI_BP_NPCHealthMeter_C::Poof8' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, Poof9) == 0x000398, "Member 'UUI_BP_NPCHealthMeter_C::Poof9' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, Spacer) == 0x0003A0, "Member 'UUI_BP_NPCHealthMeter_C::Spacer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, Swirls) == 0x0003A8, "Member 'UUI_BP_NPCHealthMeter_C::Swirls' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, Swirls2) == 0x0003B0, "Member 'UUI_BP_NPCHealthMeter_C::Swirls2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, TargetCallout) == 0x0003B8, "Member 'UUI_BP_NPCHealthMeter_C::TargetCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, TargetCalloutVerticalBox) == 0x0003C0, "Member 'UUI_BP_NPCHealthMeter_C::TargetCalloutVerticalBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, targetHealth) == 0x0003C8, "Member 'UUI_BP_NPCHealthMeter_C::targetHealth' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, targetHealthBar) == 0x0003D0, "Member 'UUI_BP_NPCHealthMeter_C::targetHealthBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, TargetLevel) == 0x0003D8, "Member 'UUI_BP_NPCHealthMeter_C::TargetLevel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, TargetName) == 0x0003E0, "Member 'UUI_BP_NPCHealthMeter_C::TargetName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, CurrentTargetActor) == 0x0003E8, "Member 'UUI_BP_NPCHealthMeter_C::CurrentTargetActor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, PlayingDeathFadeOut) == 0x0003F0, "Member 'UUI_BP_NPCHealthMeter_C::PlayingDeathFadeOut' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, FadeOutDelay) == 0x0003F4, "Member 'UUI_BP_NPCHealthMeter_C::FadeOutDelay' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, ShouldShowHealth) == 0x0003F8, "Member 'UUI_BP_NPCHealthMeter_C::ShouldShowHealth' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, ShouldShowName) == 0x0003F9, "Member 'UUI_BP_NPCHealthMeter_C::ShouldShowName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, LastTargetActor) == 0x000400, "Member 'UUI_BP_NPCHealthMeter_C::LastTargetActor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, DesiredFadeState) == 0x000408, "Member 'UUI_BP_NPCHealthMeter_C::DesiredFadeState' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, CurrentFadeState) == 0x000409, "Member 'UUI_BP_NPCHealthMeter_C::CurrentFadeState' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NPCHealthMeter_C, FadeOutRequested) == 0x00040A, "Member 'UUI_BP_NPCHealthMeter_C::FadeOutRequested' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount \ static_assert(alignof(ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount) == 0x000008, "Wrong alignment on ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount"); \ static_assert(sizeof(ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount) == 0x000070, "Wrong size on ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount"); \ static_assert(offsetof(ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount, EntryPoint) == 0x000000, "Member 'ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount, K2Node_Event_Context_1) == 0x000008, "Member 'ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount, K2Node_Event_Context) == 0x000010, "Member 'ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount, K2Node_Event_NextAbility) == 0x000018, "Member 'ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount, CallFunc_GetSelfActor_ReturnValue_1) == 0x000028, "Member 'ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000038, "Member 'ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount, CallFunc_GetAnimInstance_ReturnValue) == 0x000040, "Member 'ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000048, "Member 'ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000050, "Member 'ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroom_Mount_C_ExecuteUbergraph_ABL_HoverBroom_Mount::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_Mount_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroom_Mount_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroom_Mount_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroom_Mount_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroom_Mount_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroom_Mount_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroom_Mount_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Mount_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroom_Mount_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_Mount_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroom_Mount_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroom_Mount_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroom_Mount_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroom_Mount_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroom_Mount_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroom_Mount_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroom_Mount_C \ static_assert(alignof(UABL_HoverBroom_Mount_C) == 0x000008, "Wrong alignment on UABL_HoverBroom_Mount_C"); \ static_assert(sizeof(UABL_HoverBroom_Mount_C) == 0x0000D0, "Wrong size on UABL_HoverBroom_Mount_C"); \ static_assert(offsetof(UABL_HoverBroom_Mount_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroom_Mount_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud \ static_assert(alignof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud) == 0x000008, "Wrong alignment on UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud"); \ static_assert(sizeof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud) == 0x0000C0, "Wrong size on UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, EntryPoint) == 0x000000, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, K2Node_Event_MyGeometry) == 0x000018, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, K2Node_Event_InDeltaTime) == 0x000050, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, K2Node_Event_bShow) == 0x000054, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::K2Node_Event_bShow' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000058, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, CallFunc_PlayAnimationForward_ReturnValue) == 0x000060, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, K2Node_Event_SpellNames) == 0x000068, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::K2Node_Event_SpellNames' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, K2Node_Event_NumSpells) == 0x000078, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::K2Node_Event_NumSpells' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, K2Node_Event_NumSucceeded_1) == 0x00007C, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::K2Node_Event_NumSucceeded_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, K2Node_Event_NumSucceeded) == 0x000080, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::K2Node_Event_NumSucceeded' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, CallFunc_PlayAnimation_ReturnValue_1) == 0x000088, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, Temp_int_Variable) == 0x000090, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, K2Node_CustomEvent_PopupScreen) == 0x000098, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::K2Node_CustomEvent_PopupScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, K2Node_CustomEvent_CompletionActionIndex) == 0x0000A0, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::K2Node_CustomEvent_CompletionActionIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000A4, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, CallFunc_PlayAnimation_ReturnValue_2) == 0x0000A8, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0000B0, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x0000B4, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x0000B8, "Member 'UI_BP_ComboHelperHud_C_ExecuteUbergraph_UI_BP_ComboHelperHud::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHelperHud_C_OnAutoWinRequested \ static_assert(alignof(UI_BP_ComboHelperHud_C_OnAutoWinRequested) == 0x000008, "Wrong alignment on UI_BP_ComboHelperHud_C_OnAutoWinRequested"); \ static_assert(sizeof(UI_BP_ComboHelperHud_C_OnAutoWinRequested) == 0x000010, "Wrong size on UI_BP_ComboHelperHud_C_OnAutoWinRequested"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_OnAutoWinRequested, PopupScreen) == 0x000000, "Member 'UI_BP_ComboHelperHud_C_OnAutoWinRequested::PopupScreen' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_OnAutoWinRequested, CompletionActionIndex) == 0x000008, "Member 'UI_BP_ComboHelperHud_C_OnAutoWinRequested::CompletionActionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHelperHud_C_OnSpellFailed \ static_assert(alignof(UI_BP_ComboHelperHud_C_OnSpellFailed) == 0x000004, "Wrong alignment on UI_BP_ComboHelperHud_C_OnSpellFailed"); \ static_assert(sizeof(UI_BP_ComboHelperHud_C_OnSpellFailed) == 0x000004, "Wrong size on UI_BP_ComboHelperHud_C_OnSpellFailed"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_OnSpellFailed, NumSucceeded) == 0x000000, "Member 'UI_BP_ComboHelperHud_C_OnSpellFailed::NumSucceeded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHelperHud_C_OnSpellSucceeded \ static_assert(alignof(UI_BP_ComboHelperHud_C_OnSpellSucceeded) == 0x000004, "Wrong alignment on UI_BP_ComboHelperHud_C_OnSpellSucceeded"); \ static_assert(sizeof(UI_BP_ComboHelperHud_C_OnSpellSucceeded) == 0x000004, "Wrong size on UI_BP_ComboHelperHud_C_OnSpellSucceeded"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_OnSpellSucceeded, NumSucceeded) == 0x000000, "Member 'UI_BP_ComboHelperHud_C_OnSpellSucceeded::NumSucceeded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHelperHud_C_OnRequiredSpellsChanged \ static_assert(alignof(UI_BP_ComboHelperHud_C_OnRequiredSpellsChanged) == 0x000008, "Wrong alignment on UI_BP_ComboHelperHud_C_OnRequiredSpellsChanged"); \ static_assert(sizeof(UI_BP_ComboHelperHud_C_OnRequiredSpellsChanged) == 0x000018, "Wrong size on UI_BP_ComboHelperHud_C_OnRequiredSpellsChanged"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_OnRequiredSpellsChanged, SpellNames) == 0x000000, "Member 'UI_BP_ComboHelperHud_C_OnRequiredSpellsChanged::SpellNames' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_OnRequiredSpellsChanged, NumSpells) == 0x000010, "Member 'UI_BP_ComboHelperHud_C_OnRequiredSpellsChanged::NumSpells' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHelperHud_C_OnShowComboHelperChanged \ static_assert(alignof(UI_BP_ComboHelperHud_C_OnShowComboHelperChanged) == 0x000001, "Wrong alignment on UI_BP_ComboHelperHud_C_OnShowComboHelperChanged"); \ static_assert(sizeof(UI_BP_ComboHelperHud_C_OnShowComboHelperChanged) == 0x000001, "Wrong size on UI_BP_ComboHelperHud_C_OnShowComboHelperChanged"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_OnShowComboHelperChanged, bShow) == 0x000000, "Member 'UI_BP_ComboHelperHud_C_OnShowComboHelperChanged::bShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHelperHud_C_Tick \ static_assert(alignof(UI_BP_ComboHelperHud_C_Tick) == 0x000004, "Wrong alignment on UI_BP_ComboHelperHud_C_Tick"); \ static_assert(sizeof(UI_BP_ComboHelperHud_C_Tick) == 0x00003C, "Wrong size on UI_BP_ComboHelperHud_C_Tick"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_ComboHelperHud_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_ComboHelperHud_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHelperHud_C_UpdateSpellCarousel \ static_assert(alignof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel) == 0x000004, "Wrong alignment on UI_BP_ComboHelperHud_C_UpdateSpellCarousel"); \ static_assert(sizeof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel) == 0x000058, "Wrong size on UI_BP_ComboHelperHud_C_UpdateSpellCarousel"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, CurrentIndex) == 0x000000, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::CurrentIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, TempStartIndex) == 0x000004, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::TempStartIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, Temp_int_Variable) == 0x000008, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, Temp_int_Variable_1) == 0x00000C, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, Temp_int_Variable_2) == 0x000010, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, Temp_int_Variable_3) == 0x000014, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00001C, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000020, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000024, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x000028, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, Temp_int_Variable_4) == 0x000030, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, Temp_int_Variable_5) == 0x000034, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, Temp_int_Variable_6) == 0x000038, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::Temp_int_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, Temp_int_Variable_7) == 0x00003C, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::Temp_int_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, Temp_int_Variable_8) == 0x000040, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::Temp_int_Variable_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, CallFunc_Add_IntInt_ReturnValue_1) == 0x000044, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, CallFunc_Add_IntInt_ReturnValue_2) == 0x000048, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, CallFunc_Add_IntInt_ReturnValue_3) == 0x00004C, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, Temp_int_Variable_9) == 0x000050, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::Temp_int_Variable_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellCarousel, CallFunc_Add_IntInt_ReturnValue_4) == 0x000054, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellCarousel::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHelperHud_C_UpdateSpellSuccess \ static_assert(alignof(UI_BP_ComboHelperHud_C_UpdateSpellSuccess) == 0x000008, "Wrong alignment on UI_BP_ComboHelperHud_C_UpdateSpellSuccess"); \ static_assert(sizeof(UI_BP_ComboHelperHud_C_UpdateSpellSuccess) == 0x000010, "Wrong size on UI_BP_ComboHelperHud_C_UpdateSpellSuccess"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellSuccess, CallFunc_Less_IntInt_ReturnValue) == 0x000000, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellSuccess::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_UpdateSpellSuccess, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_ComboHelperHud_C_UpdateSpellSuccess::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHelperHud_C_Set_Spell_From_Array \ static_assert(alignof(UI_BP_ComboHelperHud_C_Set_Spell_From_Array) == 0x000008, "Wrong alignment on UI_BP_ComboHelperHud_C_Set_Spell_From_Array"); \ static_assert(sizeof(UI_BP_ComboHelperHud_C_Set_Spell_From_Array) == 0x000030, "Wrong size on UI_BP_ComboHelperHud_C_Set_Spell_From_Array"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_Set_Spell_From_Array, SpellIndex) == 0x000000, "Member 'UI_BP_ComboHelperHud_C_Set_Spell_From_Array::SpellIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_Set_Spell_From_Array, Spell) == 0x000008, "Member 'UI_BP_ComboHelperHud_C_Set_Spell_From_Array::Spell' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_Set_Spell_From_Array, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_ComboHelperHud_C_Set_Spell_From_Array::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_Set_Spell_From_Array, CallFunc_Array_Get_Item) == 0x000018, "Member 'UI_BP_ComboHelperHud_C_Set_Spell_From_Array::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_Set_Spell_From_Array, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_ComboHelperHud_C_Set_Spell_From_Array::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_Set_Spell_From_Array, CallFunc_BooleanAND_ReturnValue) == 0x000029, "Member 'UI_BP_ComboHelperHud_C_Set_Spell_From_Array::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position \ static_assert(alignof(UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position) == 0x000008, "Wrong alignment on UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position"); \ static_assert(sizeof(UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position) == 0x000058, "Wrong size on UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000000, "Member 'UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000008, "Member 'UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position, CallFunc_SlotAsCanvasSlot_ReturnValue_2) == 0x000010, "Member 'UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position::CallFunc_SlotAsCanvasSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position, CallFunc_SlotAsCanvasSlot_ReturnValue_3) == 0x000018, "Member 'UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position::CallFunc_SlotAsCanvasSlot_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position, CallFunc_SlotAsCanvasSlot_ReturnValue_4) == 0x000020, "Member 'UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position::CallFunc_SlotAsCanvasSlot_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position, CallFunc_SlotAsCanvasSlot_ReturnValue_5) == 0x000028, "Member 'UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position::CallFunc_SlotAsCanvasSlot_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position, CallFunc_SlotAsCanvasSlot_ReturnValue_6) == 0x000030, "Member 'UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position::CallFunc_SlotAsCanvasSlot_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position, CallFunc_SlotAsCanvasSlot_ReturnValue_7) == 0x000038, "Member 'UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position::CallFunc_SlotAsCanvasSlot_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position, CallFunc_SlotAsCanvasSlot_ReturnValue_8) == 0x000040, "Member 'UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position::CallFunc_SlotAsCanvasSlot_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position, CallFunc_SlotAsCanvasSlot_ReturnValue_9) == 0x000048, "Member 'UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position::CallFunc_SlotAsCanvasSlot_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position, CallFunc_SlotAsCanvasSlot_ReturnValue_10) == 0x000050, "Member 'UI_BP_ComboHelperHud_C_ResetSpells_to_Standard_Position::CallFunc_SlotAsCanvasSlot_ReturnValue_10' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ComboHelperHud_C_RewindSpellCombo \ static_assert(alignof(UI_BP_ComboHelperHud_C_RewindSpellCombo) == 0x000008, "Wrong alignment on UI_BP_ComboHelperHud_C_RewindSpellCombo"); \ static_assert(sizeof(UI_BP_ComboHelperHud_C_RewindSpellCombo) == 0x000018, "Wrong size on UI_BP_ComboHelperHud_C_RewindSpellCombo"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_RewindSpellCombo, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000000, "Member 'UI_BP_ComboHelperHud_C_RewindSpellCombo::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_RewindSpellCombo, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_ComboHelperHud_C_RewindSpellCombo::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ComboHelperHud_C_RewindSpellCombo, CallFunc_Greater_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_ComboHelperHud_C_RewindSpellCombo::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ComboHelperHud_C \ static_assert(alignof(UUI_BP_ComboHelperHud_C) == 0x000008, "Wrong alignment on UUI_BP_ComboHelperHud_C"); \ static_assert(sizeof(UUI_BP_ComboHelperHud_C) == 0x0003C0, "Wrong size on UUI_BP_ComboHelperHud_C"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, UberGraphFrame) == 0x000308, "Member 'UUI_BP_ComboHelperHud_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, ScrollToPreviousSpell) == 0x000310, "Member 'UUI_BP_ComboHelperHud_C::ScrollToPreviousSpell' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, ScrollToNextSpell) == 0x000318, "Member 'UUI_BP_ComboHelperHud_C::ScrollToNextSpell' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, SuccessAnim) == 0x000320, "Member 'UUI_BP_ComboHelperHud_C::SuccessAnim' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, Intro) == 0x000328, "Member 'UUI_BP_ComboHelperHud_C::Intro' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, ActiveSpell) == 0x000330, "Member 'UUI_BP_ComboHelperHud_C::ActiveSpell' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, spell_L1) == 0x000338, "Member 'UUI_BP_ComboHelperHud_C::spell_L1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, spell_L2) == 0x000340, "Member 'UUI_BP_ComboHelperHud_C::spell_L2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, spell_L3) == 0x000348, "Member 'UUI_BP_ComboHelperHud_C::spell_L3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, spell_L4) == 0x000350, "Member 'UUI_BP_ComboHelperHud_C::spell_L4' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, spell_L5) == 0x000358, "Member 'UUI_BP_ComboHelperHud_C::spell_L5' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, spell_R1) == 0x000360, "Member 'UUI_BP_ComboHelperHud_C::spell_R1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, spell_R2) == 0x000368, "Member 'UUI_BP_ComboHelperHud_C::spell_R2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, spell_R3) == 0x000370, "Member 'UUI_BP_ComboHelperHud_C::spell_R3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, spell_R4) == 0x000378, "Member 'UUI_BP_ComboHelperHud_C::spell_R4' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, spell_R5) == 0x000380, "Member 'UUI_BP_ComboHelperHud_C::spell_R5' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, SpellItems) == 0x000388, "Member 'UUI_BP_ComboHelperHud_C::SpellItems' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, Spell_Names) == 0x000398, "Member 'UUI_BP_ComboHelperHud_C::Spell_Names' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, Num_Spells) == 0x0003A8, "Member 'UUI_BP_ComboHelperHud_C::Num_Spells' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, currentSpellIndex) == 0x0003AC, "Member 'UUI_BP_ComboHelperHud_C::currentSpellIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, RewindPlaybackSpeed) == 0x0003B0, "Member 'UUI_BP_ComboHelperHud_C::RewindPlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, ComboCompleted) == 0x0003B4, "Member 'UUI_BP_ComboHelperHud_C::ComboCompleted' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ComboHelperHud_C, NumAttempts) == 0x0003B8, "Member 'UUI_BP_ComboHelperHud_C::NumAttempts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPCReact_ButtSlideSlipAndFall_C \ static_assert(alignof(UABL_NPCReact_ButtSlideSlipAndFall_C) == 0x000008, "Wrong alignment on UABL_NPCReact_ButtSlideSlipAndFall_C"); \ static_assert(sizeof(UABL_NPCReact_ButtSlideSlipAndFall_C) == 0x0000E0, "Wrong size on UABL_NPCReact_ButtSlideSlipAndFall_C"); \ #define DUMPER7_ASSERTS_ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle \ static_assert(alignof(ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle) == 0x000008, "Wrong alignment on ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle"); \ static_assert(sizeof(ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle) == 0x000038, "Wrong size on ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle"); \ static_assert(offsetof(ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle, EntryPoint) == 0x000000, "Member 'ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000028, "Member 'ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle, CallFunc_MapRangeClamped_ReturnValue) == 0x000030, "Member 'ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000034, "Member 'ABL_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_JumpLandSoft2Idle::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandSoft2Idle_C_OnAbilityStart \ static_assert(alignof(ABL_JumpLandSoft2Idle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpLandSoft2Idle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpLandSoft2Idle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpLandSoft2Idle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpLandSoft2Idle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpLandSoft2Idle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpLandSoft2Idle_C \ static_assert(alignof(UABL_JumpLandSoft2Idle_C) == 0x000008, "Wrong alignment on UABL_JumpLandSoft2Idle_C"); \ static_assert(sizeof(UABL_JumpLandSoft2Idle_C) == 0x0000D0, "Wrong size on UABL_JumpLandSoft2Idle_C"); \ static_assert(offsetof(UABL_JumpLandSoft2Idle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpLandSoft2Idle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Diffindo_C_OnFire \ static_assert(alignof(BP_SubSonic_Diffindo_C_OnFire) == 0x000008, "Wrong alignment on BP_SubSonic_Diffindo_C_OnFire"); \ static_assert(sizeof(BP_SubSonic_Diffindo_C_OnFire) == 0x000020, "Wrong size on BP_SubSonic_Diffindo_C_OnFire"); \ static_assert(offsetof(BP_SubSonic_Diffindo_C_OnFire, Target) == 0x000000, "Member 'BP_SubSonic_Diffindo_C_OnFire::Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Diffindo_C_OnFire, TargetLocation) == 0x000008, "Member 'BP_SubSonic_Diffindo_C_OnFire::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Diffindo_C_OnFire, Velocity) == 0x000014, "Member 'BP_SubSonic_Diffindo_C_OnFire::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Diffindo_C_ExecuteUbergraph_BP_SubSonic_Diffindo \ static_assert(alignof(BP_SubSonic_Diffindo_C_ExecuteUbergraph_BP_SubSonic_Diffindo) == 0x000008, "Wrong alignment on BP_SubSonic_Diffindo_C_ExecuteUbergraph_BP_SubSonic_Diffindo"); \ static_assert(sizeof(BP_SubSonic_Diffindo_C_ExecuteUbergraph_BP_SubSonic_Diffindo) == 0x000028, "Wrong size on BP_SubSonic_Diffindo_C_ExecuteUbergraph_BP_SubSonic_Diffindo"); \ static_assert(offsetof(BP_SubSonic_Diffindo_C_ExecuteUbergraph_BP_SubSonic_Diffindo, EntryPoint) == 0x000000, "Member 'BP_SubSonic_Diffindo_C_ExecuteUbergraph_BP_SubSonic_Diffindo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Diffindo_C_ExecuteUbergraph_BP_SubSonic_Diffindo, K2Node_Event_Target) == 0x000008, "Member 'BP_SubSonic_Diffindo_C_ExecuteUbergraph_BP_SubSonic_Diffindo::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Diffindo_C_ExecuteUbergraph_BP_SubSonic_Diffindo, K2Node_Event_TargetLocation) == 0x000010, "Member 'BP_SubSonic_Diffindo_C_ExecuteUbergraph_BP_SubSonic_Diffindo::K2Node_Event_TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Diffindo_C_ExecuteUbergraph_BP_SubSonic_Diffindo, K2Node_Event_Velocity) == 0x00001C, "Member 'BP_SubSonic_Diffindo_C_ExecuteUbergraph_BP_SubSonic_Diffindo::K2Node_Event_Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_Diffindo_C \ static_assert(alignof(ABP_SubSonic_Diffindo_C) == 0x000008, "Wrong alignment on ABP_SubSonic_Diffindo_C"); \ static_assert(sizeof(ABP_SubSonic_Diffindo_C) == 0x000560, "Wrong size on ABP_SubSonic_Diffindo_C"); \ static_assert(offsetof(ABP_SubSonic_Diffindo_C, UberGraphFrame) == 0x000538, "Member 'ABP_SubSonic_Diffindo_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Diffindo_C, Niagara_Diffindo_Proj) == 0x000540, "Member 'ABP_SubSonic_Diffindo_C::Niagara_Diffindo_Proj' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Diffindo_C, MAT_Proj) == 0x000548, "Member 'ABP_SubSonic_Diffindo_C::MAT_Proj' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Diffindo_C, LOC_Target) == 0x000550, "Member 'ABP_SubSonic_Diffindo_C::LOC_Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth \ static_assert(alignof(ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth) == 0x000008, "Wrong alignment on ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth"); \ static_assert(sizeof(ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth) == 0x000038, "Wrong size on ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth"); \ static_assert(offsetof(ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth, EntryPoint) == 0x000000, "Member 'ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000028, "Member 'ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth, CallFunc_MapRangeClamped_ReturnValue) == 0x000030, "Member 'ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000034, "Member 'ABL_JumpLandSoft_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft_Stealth::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandSoft_Stealth_C_OnAbilityStart \ static_assert(alignof(ABL_JumpLandSoft_Stealth_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpLandSoft_Stealth_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpLandSoft_Stealth_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpLandSoft_Stealth_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpLandSoft_Stealth_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpLandSoft_Stealth_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpLandSoft_Stealth_C \ static_assert(alignof(UABL_JumpLandSoft_Stealth_C) == 0x000008, "Wrong alignment on UABL_JumpLandSoft_Stealth_C"); \ static_assert(sizeof(UABL_JumpLandSoft_Stealth_C) == 0x0000D0, "Wrong size on UABL_JumpLandSoft_Stealth_C"); \ static_assert(offsetof(UABL_JumpLandSoft_Stealth_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpLandSoft_Stealth_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint \ static_assert(alignof(ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint) == 0x000008, "Wrong alignment on ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint"); \ static_assert(sizeof(ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint) == 0x000038, "Wrong size on ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint"); \ static_assert(offsetof(ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint, EntryPoint) == 0x000000, "Member 'ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000028, "Member 'ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint, CallFunc_MapRangeClamped_ReturnValue) == 0x000030, "Member 'ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000034, "Member 'ABL_JumpLandSoft2Sprint_C_ExecuteUbergraph_ABL_JumpLandSoft2Sprint::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandSoft2Sprint_C_OnAbilityStart \ static_assert(alignof(ABL_JumpLandSoft2Sprint_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpLandSoft2Sprint_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpLandSoft2Sprint_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpLandSoft2Sprint_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpLandSoft2Sprint_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpLandSoft2Sprint_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpLandSoft2Sprint_C \ static_assert(alignof(UABL_JumpLandSoft2Sprint_C) == 0x000008, "Wrong alignment on UABL_JumpLandSoft2Sprint_C"); \ static_assert(sizeof(UABL_JumpLandSoft2Sprint_C) == 0x0000D0, "Wrong size on UABL_JumpLandSoft2Sprint_C"); \ static_assert(offsetof(UABL_JumpLandSoft2Sprint_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpLandSoft2Sprint_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk \ static_assert(alignof(ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk) == 0x000008, "Wrong alignment on ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk"); \ static_assert(sizeof(ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk) == 0x000038, "Wrong size on ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk, EntryPoint) == 0x000000, "Member 'ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000028, "Member 'ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk, CallFunc_MapRangeClamped_ReturnValue) == 0x000030, "Member 'ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000034, "Member 'ABL_JumpLandSoft2Walk_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandSoft2Walk_C_OnAbilityStart \ static_assert(alignof(ABL_JumpLandSoft2Walk_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpLandSoft2Walk_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpLandSoft2Walk_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpLandSoft2Walk_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpLandSoft2Walk_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpLandSoft2Walk_C \ static_assert(alignof(UABL_JumpLandSoft2Walk_C) == 0x000008, "Wrong alignment on UABL_JumpLandSoft2Walk_C"); \ static_assert(sizeof(UABL_JumpLandSoft2Walk_C) == 0x0000D0, "Wrong size on UABL_JumpLandSoft2Walk_C"); \ static_assert(offsetof(UABL_JumpLandSoft2Walk_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpLandSoft2Walk_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AccioImpact_C_ReceiveEndPlay \ static_assert(alignof(BP_AccioImpact_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_AccioImpact_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_AccioImpact_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_AccioImpact_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_AccioImpact_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_AccioImpact_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact \ static_assert(alignof(BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact) == 0x000008, "Wrong alignment on BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact"); \ static_assert(sizeof(BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact) == 0x000050, "Wrong size on BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact"); \ static_assert(offsetof(BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact, EntryPoint) == 0x000000, "Member 'BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact, Temp_delegate_Variable) == 0x000008, "Member 'BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact, K2Node_Event_EndPlayReason) == 0x000020, "Member 'BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact, Temp_struct_Variable) == 0x000038, "Member 'BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact, CallFunc_PostEvent_ReturnValue) == 0x00004C, "Member 'BP_AccioImpact_C_ExecuteUbergraph_BP_AccioImpact::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_AccioImpact_C \ static_assert(alignof(UBP_AccioImpact_C) == 0x000008, "Wrong alignment on UBP_AccioImpact_C"); \ static_assert(sizeof(UBP_AccioImpact_C) == 0x0000F0, "Wrong size on UBP_AccioImpact_C"); \ static_assert(offsetof(UBP_AccioImpact_C, UberGraphFrame) == 0x0000D0, "Member 'UBP_AccioImpact_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_AccioImpact_C, AccioForce) == 0x0000D8, "Member 'UBP_AccioImpact_C::AccioForce' has a wrong offset!"); \ static_assert(offsetof(UBP_AccioImpact_C, ShellActor) == 0x0000E0, "Member 'UBP_AccioImpact_C::ShellActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OL_Chest_VP_Marker_C_UserConstructionScript \ static_assert(alignof(BP_OL_Chest_VP_Marker_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_OL_Chest_VP_Marker_C_UserConstructionScript"); \ static_assert(sizeof(BP_OL_Chest_VP_Marker_C_UserConstructionScript) == 0x000190, "Wrong size on BP_OL_Chest_VP_Marker_C_UserConstructionScript"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_UserConstructionScript, Map_Type_to_Str) == 0x000000, "Member 'BP_OL_Chest_VP_Marker_C_UserConstructionScript::Map_Type_to_Str' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_UserConstructionScript, Map_Cat_to_Str) == 0x000050, "Member 'BP_OL_Chest_VP_Marker_C_UserConstructionScript::Map_Cat_to_Str' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_UserConstructionScript, Chest_Category) == 0x0000A0, "Member 'BP_OL_Chest_VP_Marker_C_UserConstructionScript::Chest_Category' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_UserConstructionScript, Chest_Type) == 0x0000B0, "Member 'BP_OL_Chest_VP_Marker_C_UserConstructionScript::Chest_Type' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_UserConstructionScript, K2Node_MakeVariable_MakeVariableOutput) == 0x0000C0, "Member 'BP_OL_Chest_VP_Marker_C_UserConstructionScript::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_UserConstructionScript, K2Node_MakeVariable_MakeVariableOutput_1) == 0x000110, "Member 'BP_OL_Chest_VP_Marker_C_UserConstructionScript::K2Node_MakeVariable_MakeVariableOutput_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000160, "Member 'BP_OL_Chest_VP_Marker_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_UserConstructionScript, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00016C, "Member 'BP_OL_Chest_VP_Marker_C_UserConstructionScript::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Roll) == 0x000178, "Member 'BP_OL_Chest_VP_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Pitch) == 0x00017C, "Member 'BP_OL_Chest_VP_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Yaw) == 0x000180, "Member 'BP_OL_Chest_VP_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000184, "Member 'BP_OL_Chest_VP_Marker_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker \ static_assert(alignof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker) == 0x000008, "Wrong alignment on BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker"); \ static_assert(sizeof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker) == 0x000070, "Wrong size on BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker, EntryPoint) == 0x000000, "Member 'BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000004, "Member 'BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker, K2Node_DynamicCast_AsBeacon_Location) == 0x000010, "Member 'BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker::K2Node_DynamicCast_AsBeacon_Location' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker, CallFunc_GetBeaconHandle_ReturnValue) == 0x00001C, "Member 'BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker::CallFunc_GetBeaconHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker, CallFunc_Get_ReturnValue) == 0x000020, "Member 'BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker, CallFunc_GetBeaconByHandleBP_ReturnValue) == 0x000038, "Member 'BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker::CallFunc_GetBeaconByHandleBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker, CallFunc_GetAllActorsOfClass_OutActors) == 0x000040, "Member 'BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker, CallFunc_GetDistanceTo_ReturnValue) == 0x000058, "Member 'BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00005C, "Member 'BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'BP_OL_Chest_VP_Marker_C_ExecuteUbergraph_BP_OL_Chest_VP_Marker::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_OL_Chest_VP_Marker_C \ static_assert(alignof(ABP_OL_Chest_VP_Marker_C) == 0x000008, "Wrong alignment on ABP_OL_Chest_VP_Marker_C"); \ static_assert(sizeof(ABP_OL_Chest_VP_Marker_C) == 0x000348, "Wrong size on ABP_OL_Chest_VP_Marker_C"); \ static_assert(offsetof(ABP_OL_Chest_VP_Marker_C, UberGraphFrame_BP_OL_Chest_VP_Marker_C) == 0x000308, "Member 'ABP_OL_Chest_VP_Marker_C::UberGraphFrame_BP_OL_Chest_VP_Marker_C' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_VP_Marker_C, BeaconLocation) == 0x000310, "Member 'ABP_OL_Chest_VP_Marker_C::BeaconLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_VP_Marker_C, Radius) == 0x000318, "Member 'ABP_OL_Chest_VP_Marker_C::Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_VP_Marker_C, Puzzle_Vault_Chest_Name) == 0x000320, "Member 'ABP_OL_Chest_VP_Marker_C::Puzzle_Vault_Chest_Name' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_VP_Marker_C, beaconCount) == 0x000330, "Member 'ABP_OL_Chest_VP_Marker_C::beaconCount' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_VP_Marker_C, Show_Debug_Radius) == 0x000334, "Member 'ABP_OL_Chest_VP_Marker_C::Show_Debug_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_VP_Marker_C, Vault_Name) == 0x000338, "Member 'ABP_OL_Chest_VP_Marker_C::Vault_Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth \ static_assert(alignof(ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth) == 0x000008, "Wrong alignment on ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth"); \ static_assert(sizeof(ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth) == 0x000038, "Wrong size on ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth, EntryPoint) == 0x000000, "Member 'ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000028, "Member 'ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth, CallFunc_MapRangeClamped_ReturnValue) == 0x000030, "Member 'ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000034, "Member 'ABL_JumpLandSoft2Walk_Stealth_C_ExecuteUbergraph_ABL_JumpLandSoft2Walk_Stealth::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandSoft2Walk_Stealth_C_OnAbilityStart \ static_assert(alignof(ABL_JumpLandSoft2Walk_Stealth_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpLandSoft2Walk_Stealth_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpLandSoft2Walk_Stealth_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpLandSoft2Walk_Stealth_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpLandSoft2Walk_Stealth_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpLandSoft2Walk_Stealth_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpLandSoft2Walk_Stealth_C \ static_assert(alignof(UABL_JumpLandSoft2Walk_Stealth_C) == 0x000008, "Wrong alignment on UABL_JumpLandSoft2Walk_Stealth_C"); \ static_assert(sizeof(UABL_JumpLandSoft2Walk_Stealth_C) == 0x0000D0, "Wrong size on UABL_JumpLandSoft2Walk_Stealth_C"); \ static_assert(offsetof(UABL_JumpLandSoft2Walk_Stealth_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpLandSoft2Walk_Stealth_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CharacterReflector_CCReflection_C \ static_assert(alignof(ABP_CharacterReflector_CCReflection_C) == 0x000010, "Wrong alignment on ABP_CharacterReflector_CCReflection_C"); \ static_assert(sizeof(ABP_CharacterReflector_CCReflection_C) == 0x000560, "Wrong size on ABP_CharacterReflector_CCReflection_C"); \ static_assert(offsetof(ABP_CharacterReflector_CCReflection_C, ManagedCharacter) == 0x000540, "Member 'ABP_CharacterReflector_CCReflection_C::ManagedCharacter' has a wrong offset!"); \ static_assert(offsetof(ABP_CharacterReflector_CCReflection_C, Animation) == 0x000548, "Member 'ABP_CharacterReflector_CCReflection_C::Animation' has a wrong offset!"); \ static_assert(offsetof(ABP_CharacterReflector_CCReflection_C, Facial) == 0x000550, "Member 'ABP_CharacterReflector_CCReflection_C::Facial' has a wrong offset!"); \ static_assert(offsetof(ABP_CharacterReflector_CCReflection_C, CustomizableCharacter) == 0x000558, "Member 'ABP_CharacterReflector_CCReflection_C::CustomizableCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI \ static_assert(alignof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI) == 0x000008, "Wrong alignment on BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI"); \ static_assert(sizeof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI) == 0x0000D8, "Wrong size on BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, EntryPoint) == 0x000000, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x000004, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, CallFunc_MakeLiteralName_ReturnValue) == 0x000008, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000010, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, CallFunc_GetValueAsObject_ReturnValue) == 0x000020, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, CallFunc_Create_ReturnValue) == 0x000028, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, K2Node_DynamicCast_AsStation) == 0x000030, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::K2Node_DynamicCast_AsStation' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, CallFunc_GetActorOwner_ReturnValue) == 0x000048, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, CallFunc_GetBlackboard_ReturnValue) == 0x000050, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000058, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, CallFunc_MakeLiteralName_ReturnValue_2) == 0x000060, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, CallFunc_GetValueAsInt_ReturnValue) == 0x000068, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, CallFunc_GetValueAsObject_ReturnValue_1) == 0x000070, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::CallFunc_GetValueAsObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, K2Node_MakeStruct_StationQueryData) == 0x000078, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::K2Node_MakeStruct_StationQueryData' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, K2Node_DynamicCast_AsStation_Component) == 0x000098, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::K2Node_DynamicCast_AsStation_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, K2Node_DynamicCast_bSuccess_1) == 0x0000A0, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, CallFunc_InitializeStationInteraction_ReturnValue) == 0x0000A4, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::CallFunc_InitializeStationInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, K2Node_Event_OwnerActor) == 0x0000A8, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, K2Node_Event_OwnerActor_1) == 0x0000B0, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, CallFunc_LockStation_ReturnValue) == 0x0000B8, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::CallFunc_LockStation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, CallFunc_GetSocialActionChoicesBP_StationQueryData) == 0x0000C0, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::CallFunc_GetSocialActionChoicesBP_StationQueryData' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI, CallFunc_GetSocialActionChoicesBP_ReturnValue) == 0x0000D0, "Member 'BTT_InteractWithStation_StationUI_C_ExecuteUbergraph_BTT_InteractWithStation_StationUI::CallFunc_GetSocialActionChoicesBP_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_StationUI_C_ReceiveExecute \ static_assert(alignof(BTT_InteractWithStation_StationUI_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_InteractWithStation_StationUI_C_ReceiveExecute"); \ static_assert(sizeof(BTT_InteractWithStation_StationUI_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_InteractWithStation_StationUI_C_ReceiveExecute"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_InteractWithStation_StationUI_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_StationUI_C_ExitTask \ static_assert(alignof(BTT_InteractWithStation_StationUI_C_ExitTask) == 0x000008, "Wrong alignment on BTT_InteractWithStation_StationUI_C_ExitTask"); \ static_assert(sizeof(BTT_InteractWithStation_StationUI_C_ExitTask) == 0x000008, "Wrong size on BTT_InteractWithStation_StationUI_C_ExitTask"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_InteractWithStation_StationUI_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_StationUI_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(BTT_InteractWithStation_StationUI_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_InteractWithStation_StationUI_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(BTT_InteractWithStation_StationUI_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on BTT_InteractWithStation_StationUI_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(BTT_InteractWithStation_StationUI_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_InteractWithStation_StationUI_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_InteractWithStation_StationUI_C \ static_assert(alignof(UBTT_InteractWithStation_StationUI_C) == 0x000008, "Wrong alignment on UBTT_InteractWithStation_StationUI_C"); \ static_assert(sizeof(UBTT_InteractWithStation_StationUI_C) == 0x000180, "Wrong size on UBTT_InteractWithStation_StationUI_C"); \ static_assert(offsetof(UBTT_InteractWithStation_StationUI_C, UberGraphFrame) == 0x000150, "Member 'UBTT_InteractWithStation_StationUI_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_StationUI_C, StartingMobilityActionState) == 0x000158, "Member 'UBTT_InteractWithStation_StationUI_C::StartingMobilityActionState' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_StationUI_C, StationActor) == 0x000160, "Member 'UBTT_InteractWithStation_StationUI_C::StationActor' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_StationUI_C, StationComponent) == 0x000168, "Member 'UBTT_InteractWithStation_StationUI_C::StationComponent' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_StationUI_C, UIManager) == 0x000170, "Member 'UBTT_InteractWithStation_StationUI_C::UIManager' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_StationUI_C, Station_UI) == 0x000178, "Member 'UBTT_InteractWithStation_StationUI_C::Station_UI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation \ static_assert(alignof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation) == 0x000008, "Wrong alignment on BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation"); \ static_assert(sizeof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation) == 0x0001C8, "Wrong size on BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, EntryPoint) == 0x000000, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000008, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_MakeLiteralName_ReturnValue) == 0x000018, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_GetPlayerPawn_ReturnValue) == 0x000020, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_GetValueAsObject_ReturnValue) == 0x000028, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000030, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_AsStation_Component) == 0x000038, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_AsStation_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_GetValueAsInt_ReturnValue) == 0x000044, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, Temp_bool_Has_Been_Initd_Variable) == 0x000048, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_GetTheSocialReactor_ReturnValue) == 0x000050, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_GetTheSocialReactor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_Event_OwnerActor_2) == 0x000058, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_MakeLiteralName_ReturnValue_2) == 0x000060, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_AsBiped_Player) == 0x000068, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_GetValueAsName_ReturnValue) == 0x000074, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_GetValueAsName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_GetSocialActionTypeFromName_ReturnValue) == 0x00007C, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_GetSocialActionTypeFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x000080, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_MakeLiteralName_ReturnValue_3) == 0x000084, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_MakeLiteralName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_MakeLiteralName_ReturnValue_4) == 0x00008C, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_MakeLiteralName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_GetValueAsInt_ReturnValue_1) == 0x000094, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_GetValueAsInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_GetValueAsInt_ReturnValue_2) == 0x000098, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_GetValueAsInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_Event_OwnerActor) == 0x0000A0, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_Event_DeltaSeconds) == 0x0000A8, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_MakeStruct_StationQueryData) == 0x0000AC, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_MakeStruct_StationQueryData' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_AsBiped_Player_1) == 0x0000D0, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_bSuccess_2) == 0x0000D8, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_InitializeStationInteraction_ReturnValue) == 0x0000DC, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_InitializeStationInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_GetMoveStickValues_X) == 0x0000E0, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_GetMoveStickValues_Y) == 0x0000E4, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, Temp_bool_IsClosed_Variable) == 0x0000E8, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000E9, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000EA, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x0000EB, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000EC, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_BooleanOR_ReturnValue) == 0x0000ED, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_BooleanOR_ReturnValue_1) == 0x0000EE, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_BooleanOR_ReturnValue_2) == 0x0000EF, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_CustomEvent_Caller) == 0x0000F0, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_GetBlackboardComponent_ReturnValue_1) == 0x0000F8, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_GetBlackboardComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_MakeLiteralName_ReturnValue_5) == 0x000100, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_MakeLiteralName_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_GetAnimInstance_ReturnValue) == 0x000108, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000110, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_bSuccess_3) == 0x000120, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000128, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_bSuccess_4) == 0x000138, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000140, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_bSuccess_5) == 0x000150, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_CreateDelegate_OutputDelegate) == 0x000154, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000168, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, CallFunc_HermesBindEvent_Handle) == 0x000170, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x000180, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_bSuccess_6) == 0x000190, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4) == 0x000198, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_bSuccess_7) == 0x0001A8, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5) == 0x0001B0, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation, K2Node_DynamicCast_bSuccess_8) == 0x0001C0, "Member 'BTT_InteractWithStation_JoinStation_C_ExecuteUbergraph_BTT_InteractWithStation_JoinStation::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_JoinStation_C_ExitComplete \ static_assert(alignof(BTT_InteractWithStation_JoinStation_C_ExitComplete) == 0x000008, "Wrong alignment on BTT_InteractWithStation_JoinStation_C_ExitComplete"); \ static_assert(sizeof(BTT_InteractWithStation_JoinStation_C_ExitComplete) == 0x000008, "Wrong size on BTT_InteractWithStation_JoinStation_C_ExitComplete"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExitComplete, Caller) == 0x000000, "Member 'BTT_InteractWithStation_JoinStation_C_ExitComplete::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_JoinStation_C_ReceiveTick \ static_assert(alignof(BTT_InteractWithStation_JoinStation_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_InteractWithStation_JoinStation_C_ReceiveTick"); \ static_assert(sizeof(BTT_InteractWithStation_JoinStation_C_ReceiveTick) == 0x000010, "Wrong size on BTT_InteractWithStation_JoinStation_C_ReceiveTick"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_InteractWithStation_JoinStation_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_InteractWithStation_JoinStation_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_JoinStation_C_ReceiveExecute \ static_assert(alignof(BTT_InteractWithStation_JoinStation_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_InteractWithStation_JoinStation_C_ReceiveExecute"); \ static_assert(sizeof(BTT_InteractWithStation_JoinStation_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_InteractWithStation_JoinStation_C_ReceiveExecute"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_InteractWithStation_JoinStation_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_JoinStation_C_ExitTask \ static_assert(alignof(BTT_InteractWithStation_JoinStation_C_ExitTask) == 0x000008, "Wrong alignment on BTT_InteractWithStation_JoinStation_C_ExitTask"); \ static_assert(sizeof(BTT_InteractWithStation_JoinStation_C_ExitTask) == 0x000008, "Wrong size on BTT_InteractWithStation_JoinStation_C_ExitTask"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_InteractWithStation_JoinStation_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_JoinStation_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(BTT_InteractWithStation_JoinStation_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_InteractWithStation_JoinStation_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(BTT_InteractWithStation_JoinStation_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on BTT_InteractWithStation_JoinStation_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_InteractWithStation_JoinStation_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_InteractWithStation_JoinStation_C_LeaveStation \ static_assert(alignof(BTT_InteractWithStation_JoinStation_C_LeaveStation) == 0x000008, "Wrong alignment on BTT_InteractWithStation_JoinStation_C_LeaveStation"); \ static_assert(sizeof(BTT_InteractWithStation_JoinStation_C_LeaveStation) == 0x000060, "Wrong size on BTT_InteractWithStation_JoinStation_C_LeaveStation"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_LeaveStation, CallFunc_MakeLiteralName_ReturnValue) == 0x000000, "Member 'BTT_InteractWithStation_JoinStation_C_LeaveStation::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_LeaveStation, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000008, "Member 'BTT_InteractWithStation_JoinStation_C_LeaveStation::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_LeaveStation, CallFunc_GetActorOwner_ReturnValue) == 0x000010, "Member 'BTT_InteractWithStation_JoinStation_C_LeaveStation::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_LeaveStation, CallFunc_GetBlackboard_ReturnValue) == 0x000018, "Member 'BTT_InteractWithStation_JoinStation_C_LeaveStation::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_LeaveStation, CallFunc_GetValueAsObject_ReturnValue) == 0x000020, "Member 'BTT_InteractWithStation_JoinStation_C_LeaveStation::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_LeaveStation, CallFunc_GetValueAsInt_ReturnValue) == 0x000028, "Member 'BTT_InteractWithStation_JoinStation_C_LeaveStation::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_LeaveStation, K2Node_DynamicCast_AsStation_Component) == 0x000030, "Member 'BTT_InteractWithStation_JoinStation_C_LeaveStation::K2Node_DynamicCast_AsStation_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_LeaveStation, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BTT_InteractWithStation_JoinStation_C_LeaveStation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_LeaveStation, K2Node_MakeStruct_StationQueryData) == 0x00003C, "Member 'BTT_InteractWithStation_JoinStation_C_LeaveStation::K2Node_MakeStruct_StationQueryData' has a wrong offset!"); \ static_assert(offsetof(BTT_InteractWithStation_JoinStation_C_LeaveStation, CallFunc_InitializeStationInteraction_ReturnValue) == 0x00005C, "Member 'BTT_InteractWithStation_JoinStation_C_LeaveStation::CallFunc_InitializeStationInteraction_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_InteractWithStation_JoinStation_C \ static_assert(alignof(UBTT_InteractWithStation_JoinStation_C) == 0x000008, "Wrong alignment on UBTT_InteractWithStation_JoinStation_C"); \ static_assert(sizeof(UBTT_InteractWithStation_JoinStation_C) == 0x0001A0, "Wrong size on UBTT_InteractWithStation_JoinStation_C"); \ static_assert(offsetof(UBTT_InteractWithStation_JoinStation_C, UberGraphFrame) == 0x000150, "Member 'UBTT_InteractWithStation_JoinStation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_JoinStation_C, StartingMobilityActionState) == 0x000158, "Member 'UBTT_InteractWithStation_JoinStation_C::StartingMobilityActionState' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_JoinStation_C, StationActor) == 0x000160, "Member 'UBTT_InteractWithStation_JoinStation_C::StationActor' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_JoinStation_C, StationComponent) == 0x000168, "Member 'UBTT_InteractWithStation_JoinStation_C::StationComponent' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_JoinStation_C, UIManager) == 0x000170, "Member 'UBTT_InteractWithStation_JoinStation_C::UIManager' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_JoinStation_C, Station_UI) == 0x000178, "Member 'UBTT_InteractWithStation_JoinStation_C::Station_UI' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_JoinStation_C, StickPressed) == 0x000180, "Member 'UBTT_InteractWithStation_JoinStation_C::StickPressed' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_JoinStation_C, DesiredWorldSpeed) == 0x000184, "Member 'UBTT_InteractWithStation_JoinStation_C::DesiredWorldSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_JoinStation_C, DesiredWorldDirection) == 0x000188, "Member 'UBTT_InteractWithStation_JoinStation_C::DesiredWorldDirection' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_JoinStation_C, StickReleasedTime) == 0x000194, "Member 'UBTT_InteractWithStation_JoinStation_C::StickReleasedTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_InteractWithStation_JoinStation_C, StickMinTime) == 0x000198, "Member 'UBTT_InteractWithStation_JoinStation_C::StickMinTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCast_ProtegoRetaliation_C \ static_assert(alignof(UABL_WandCast_ProtegoRetaliation_C) == 0x000008, "Wrong alignment on UABL_WandCast_ProtegoRetaliation_C"); \ static_assert(sizeof(UABL_WandCast_ProtegoRetaliation_C) == 0x0000D0, "Wrong size on UABL_WandCast_ProtegoRetaliation_C"); \ #define DUMPER7_ASSERTS_UABL_SwimClimbLedge_C \ static_assert(alignof(UABL_SwimClimbLedge_C) == 0x000008, "Wrong alignment on UABL_SwimClimbLedge_C"); \ static_assert(sizeof(UABL_SwimClimbLedge_C) == 0x0000C8, "Wrong size on UABL_SwimClimbLedge_C"); \ #define DUMPER7_ASSERTS_UABL_Transform_Breakout_C \ static_assert(alignof(UABL_Transform_Breakout_C) == 0x000008, "Wrong alignment on UABL_Transform_Breakout_C"); \ static_assert(sizeof(UABL_Transform_Breakout_C) == 0x0000E0, "Wrong size on UABL_Transform_Breakout_C"); \ #define DUMPER7_ASSERTS_ABL_HitHitchSwimmingHoriz_C_ExecuteUbergraph_ABL_HitHitchSwimmingHoriz \ static_assert(alignof(ABL_HitHitchSwimmingHoriz_C_ExecuteUbergraph_ABL_HitHitchSwimmingHoriz) == 0x000008, "Wrong alignment on ABL_HitHitchSwimmingHoriz_C_ExecuteUbergraph_ABL_HitHitchSwimmingHoriz"); \ static_assert(sizeof(ABL_HitHitchSwimmingHoriz_C_ExecuteUbergraph_ABL_HitHitchSwimmingHoriz) == 0x000030, "Wrong size on ABL_HitHitchSwimmingHoriz_C_ExecuteUbergraph_ABL_HitHitchSwimmingHoriz"); \ static_assert(offsetof(ABL_HitHitchSwimmingHoriz_C_ExecuteUbergraph_ABL_HitHitchSwimmingHoriz, EntryPoint) == 0x000000, "Member 'ABL_HitHitchSwimmingHoriz_C_ExecuteUbergraph_ABL_HitHitchSwimmingHoriz::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingHoriz_C_ExecuteUbergraph_ABL_HitHitchSwimmingHoriz, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitHitchSwimmingHoriz_C_ExecuteUbergraph_ABL_HitHitchSwimmingHoriz::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingHoriz_C_ExecuteUbergraph_ABL_HitHitchSwimmingHoriz, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitHitchSwimmingHoriz_C_ExecuteUbergraph_ABL_HitHitchSwimmingHoriz::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingHoriz_C_ExecuteUbergraph_ABL_HitHitchSwimmingHoriz, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_HitHitchSwimmingHoriz_C_ExecuteUbergraph_ABL_HitHitchSwimmingHoriz::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingHoriz_C_ExecuteUbergraph_ABL_HitHitchSwimmingHoriz, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HitHitchSwimmingHoriz_C_ExecuteUbergraph_ABL_HitHitchSwimmingHoriz::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingHoriz_C_ExecuteUbergraph_ABL_HitHitchSwimmingHoriz, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_HitHitchSwimmingHoriz_C_ExecuteUbergraph_ABL_HitHitchSwimmingHoriz::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitHitchSwimmingHoriz_C_OnAbilityBranch \ static_assert(alignof(ABL_HitHitchSwimmingHoriz_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitHitchSwimmingHoriz_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitHitchSwimmingHoriz_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitHitchSwimmingHoriz_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitHitchSwimmingHoriz_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitHitchSwimmingHoriz_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingHoriz_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitHitchSwimmingHoriz_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitHitchSwimmingHoriz_C_OnAbilityStart \ static_assert(alignof(ABL_HitHitchSwimmingHoriz_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitHitchSwimmingHoriz_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitHitchSwimmingHoriz_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitHitchSwimmingHoriz_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitHitchSwimmingHoriz_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitHitchSwimmingHoriz_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitHitchSwimmingHoriz_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitHitchSwimmingHoriz_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitHitchSwimmingHoriz_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitHitchSwimmingHoriz_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitHitchSwimmingHoriz_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitHitchSwimmingHoriz_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitHitchSwimmingHoriz_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingHoriz_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitHitchSwimmingHoriz_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingHoriz_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitHitchSwimmingHoriz_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingHoriz_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitHitchSwimmingHoriz_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingHoriz_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitHitchSwimmingHoriz_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitHitchSwimmingHoriz_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitHitchSwimmingHoriz_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitHitchSwimmingHoriz_C \ static_assert(alignof(UABL_HitHitchSwimmingHoriz_C) == 0x000008, "Wrong alignment on UABL_HitHitchSwimmingHoriz_C"); \ static_assert(sizeof(UABL_HitHitchSwimmingHoriz_C) == 0x0000D0, "Wrong size on UABL_HitHitchSwimmingHoriz_C"); \ static_assert(offsetof(UABL_HitHitchSwimmingHoriz_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HitHitchSwimmingHoriz_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DodgeRoll_C_ExecuteUbergraph_ABL_DodgeRoll \ static_assert(alignof(ABL_DodgeRoll_C_ExecuteUbergraph_ABL_DodgeRoll) == 0x000008, "Wrong alignment on ABL_DodgeRoll_C_ExecuteUbergraph_ABL_DodgeRoll"); \ static_assert(sizeof(ABL_DodgeRoll_C_ExecuteUbergraph_ABL_DodgeRoll) == 0x000020, "Wrong size on ABL_DodgeRoll_C_ExecuteUbergraph_ABL_DodgeRoll"); \ static_assert(offsetof(ABL_DodgeRoll_C_ExecuteUbergraph_ABL_DodgeRoll, EntryPoint) == 0x000000, "Member 'ABL_DodgeRoll_C_ExecuteUbergraph_ABL_DodgeRoll::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_DodgeRoll_C_ExecuteUbergraph_ABL_DodgeRoll, K2Node_Event_Context) == 0x000008, "Member 'ABL_DodgeRoll_C_ExecuteUbergraph_ABL_DodgeRoll::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_DodgeRoll_C_ExecuteUbergraph_ABL_DodgeRoll, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_DodgeRoll_C_ExecuteUbergraph_ABL_DodgeRoll::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_DodgeRoll_C_ExecuteUbergraph_ABL_DodgeRoll, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_DodgeRoll_C_ExecuteUbergraph_ABL_DodgeRoll::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DodgeRoll_C_OnAbilityStart \ static_assert(alignof(ABL_DodgeRoll_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_DodgeRoll_C_OnAbilityStart"); \ static_assert(sizeof(ABL_DodgeRoll_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_DodgeRoll_C_OnAbilityStart"); \ static_assert(offsetof(ABL_DodgeRoll_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_DodgeRoll_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DodgeRoll_C \ static_assert(alignof(UABL_DodgeRoll_C) == 0x000008, "Wrong alignment on UABL_DodgeRoll_C"); \ static_assert(sizeof(UABL_DodgeRoll_C) == 0x0000D0, "Wrong size on UABL_DodgeRoll_C"); \ static_assert(offsetof(UABL_DodgeRoll_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_DodgeRoll_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Falling_C_ExecuteUbergraph_ABL_Falling \ static_assert(alignof(ABL_Falling_C_ExecuteUbergraph_ABL_Falling) == 0x000008, "Wrong alignment on ABL_Falling_C_ExecuteUbergraph_ABL_Falling"); \ static_assert(sizeof(ABL_Falling_C_ExecuteUbergraph_ABL_Falling) == 0x000010, "Wrong size on ABL_Falling_C_ExecuteUbergraph_ABL_Falling"); \ static_assert(offsetof(ABL_Falling_C_ExecuteUbergraph_ABL_Falling, EntryPoint) == 0x000000, "Member 'ABL_Falling_C_ExecuteUbergraph_ABL_Falling::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Falling_C_ExecuteUbergraph_ABL_Falling, K2Node_Event_Context) == 0x000008, "Member 'ABL_Falling_C_ExecuteUbergraph_ABL_Falling::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Falling_C_OnAbilityStart \ static_assert(alignof(ABL_Falling_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Falling_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Falling_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Falling_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Falling_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Falling_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Falling_C \ static_assert(alignof(UABL_Falling_C) == 0x000008, "Wrong alignment on UABL_Falling_C"); \ static_assert(sizeof(UABL_Falling_C) == 0x0000D0, "Wrong size on UABL_Falling_C"); \ static_assert(offsetof(UABL_Falling_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Falling_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog \ static_assert(alignof(ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog"); \ static_assert(sizeof(ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog) == 0x000070, "Wrong size on ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog"); \ static_assert(offsetof(ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog, EntryPoint) == 0x000000, "Member 'ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog, K2Node_Event_Context_1) == 0x000008, "Member 'ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog, K2Node_Event_Context) == 0x000010, "Member 'ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog, K2Node_Event_NextAbility) == 0x000018, "Member 'ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog, CallFunc_GetSelfActor_ReturnValue_1) == 0x000028, "Member 'ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000038, "Member 'ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog, CallFunc_GetAnimInstance_ReturnValue) == 0x000040, "Member 'ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000048, "Member 'ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000050, "Member 'ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroom_MountJog_C_ExecuteUbergraph_ABL_HoverBroom_MountJog::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountJog_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroom_MountJog_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountJog_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroom_MountJog_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroom_MountJog_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroom_MountJog_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroom_MountJog_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountJog_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroom_MountJog_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountJog_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroom_MountJog_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountJog_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroom_MountJog_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroom_MountJog_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroom_MountJog_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroom_MountJog_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroom_MountJog_C \ static_assert(alignof(UABL_HoverBroom_MountJog_C) == 0x000008, "Wrong alignment on UABL_HoverBroom_MountJog_C"); \ static_assert(sizeof(UABL_HoverBroom_MountJog_C) == 0x0000D0, "Wrong size on UABL_HoverBroom_MountJog_C"); \ static_assert(offsetof(UABL_HoverBroom_MountJog_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroom_MountJog_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_StationBed_C \ static_assert(alignof(ABP_StationBed_C) == 0x000008, "Wrong alignment on ABP_StationBed_C"); \ static_assert(sizeof(ABP_StationBed_C) == 0x000380, "Wrong size on ABP_StationBed_C"); \ static_assert(offsetof(ABP_StationBed_C, StationArchitect) == 0x000378, "Member 'ABP_StationBed_C::StationArchitect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Climb_JumpWaist_Outcrop_C_ExecuteUbergraph_ABL_Climb_JumpWaist_Outcrop \ static_assert(alignof(ABL_Climb_JumpWaist_Outcrop_C_ExecuteUbergraph_ABL_Climb_JumpWaist_Outcrop) == 0x000008, "Wrong alignment on ABL_Climb_JumpWaist_Outcrop_C_ExecuteUbergraph_ABL_Climb_JumpWaist_Outcrop"); \ static_assert(sizeof(ABL_Climb_JumpWaist_Outcrop_C_ExecuteUbergraph_ABL_Climb_JumpWaist_Outcrop) == 0x000020, "Wrong size on ABL_Climb_JumpWaist_Outcrop_C_ExecuteUbergraph_ABL_Climb_JumpWaist_Outcrop"); \ static_assert(offsetof(ABL_Climb_JumpWaist_Outcrop_C_ExecuteUbergraph_ABL_Climb_JumpWaist_Outcrop, EntryPoint) == 0x000000, "Member 'ABL_Climb_JumpWaist_Outcrop_C_ExecuteUbergraph_ABL_Climb_JumpWaist_Outcrop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_JumpWaist_Outcrop_C_ExecuteUbergraph_ABL_Climb_JumpWaist_Outcrop, K2Node_Event_Context) == 0x000008, "Member 'ABL_Climb_JumpWaist_Outcrop_C_ExecuteUbergraph_ABL_Climb_JumpWaist_Outcrop::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_JumpWaist_Outcrop_C_ExecuteUbergraph_ABL_Climb_JumpWaist_Outcrop, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Climb_JumpWaist_Outcrop_C_ExecuteUbergraph_ABL_Climb_JumpWaist_Outcrop::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_JumpWaist_Outcrop_C_ExecuteUbergraph_ABL_Climb_JumpWaist_Outcrop, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_Climb_JumpWaist_Outcrop_C_ExecuteUbergraph_ABL_Climb_JumpWaist_Outcrop::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Climb_JumpWaist_Outcrop_C_OnAbilityStart \ static_assert(alignof(ABL_Climb_JumpWaist_Outcrop_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Climb_JumpWaist_Outcrop_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Climb_JumpWaist_Outcrop_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Climb_JumpWaist_Outcrop_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Climb_JumpWaist_Outcrop_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Climb_JumpWaist_Outcrop_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Climb_JumpWaist_Outcrop_C \ static_assert(alignof(UABL_Climb_JumpWaist_Outcrop_C) == 0x000008, "Wrong alignment on UABL_Climb_JumpWaist_Outcrop_C"); \ static_assert(sizeof(UABL_Climb_JumpWaist_Outcrop_C) == 0x0000D0, "Wrong size on UABL_Climb_JumpWaist_Outcrop_C"); \ static_assert(offsetof(UABL_Climb_JumpWaist_Outcrop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Climb_JumpWaist_Outcrop_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASM_CastleDun_Rail125_broken_A_C \ static_assert(alignof(ASM_CastleDun_Rail125_broken_A_C) == 0x000008, "Wrong alignment on ASM_CastleDun_Rail125_broken_A_C"); \ static_assert(sizeof(ASM_CastleDun_Rail125_broken_A_C) == 0x000270, "Wrong size on ASM_CastleDun_Rail125_broken_A_C"); \ static_assert(offsetof(ASM_CastleDun_Rail125_broken_A_C, StaticMeshComponent03) == 0x000248, "Member 'ASM_CastleDun_Rail125_broken_A_C::StaticMeshComponent03' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail125_broken_A_C, StaticMeshComponent02) == 0x000250, "Member 'ASM_CastleDun_Rail125_broken_A_C::StaticMeshComponent02' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail125_broken_A_C, StaticMeshComponent01) == 0x000258, "Member 'ASM_CastleDun_Rail125_broken_A_C::StaticMeshComponent01' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail125_broken_A_C, StaticMeshComponent0) == 0x000260, "Member 'ASM_CastleDun_Rail125_broken_A_C::StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail125_broken_A_C, SharedRoot) == 0x000268, "Member 'ASM_CastleDun_Rail125_broken_A_C::SharedRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Climb_FallHands_Outcrop_C \ static_assert(alignof(UABL_Climb_FallHands_Outcrop_C) == 0x000008, "Wrong alignment on UABL_Climb_FallHands_Outcrop_C"); \ static_assert(sizeof(UABL_Climb_FallHands_Outcrop_C) == 0x0000C8, "Wrong size on UABL_Climb_FallHands_Outcrop_C"); \ #define DUMPER7_ASSERTS_ABL_Climb_LandHands_C_ExecuteUbergraph_ABL_Climb_LandHands \ static_assert(alignof(ABL_Climb_LandHands_C_ExecuteUbergraph_ABL_Climb_LandHands) == 0x000008, "Wrong alignment on ABL_Climb_LandHands_C_ExecuteUbergraph_ABL_Climb_LandHands"); \ static_assert(sizeof(ABL_Climb_LandHands_C_ExecuteUbergraph_ABL_Climb_LandHands) == 0x000020, "Wrong size on ABL_Climb_LandHands_C_ExecuteUbergraph_ABL_Climb_LandHands"); \ static_assert(offsetof(ABL_Climb_LandHands_C_ExecuteUbergraph_ABL_Climb_LandHands, EntryPoint) == 0x000000, "Member 'ABL_Climb_LandHands_C_ExecuteUbergraph_ABL_Climb_LandHands::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_LandHands_C_ExecuteUbergraph_ABL_Climb_LandHands, K2Node_Event_Context) == 0x000008, "Member 'ABL_Climb_LandHands_C_ExecuteUbergraph_ABL_Climb_LandHands::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_LandHands_C_ExecuteUbergraph_ABL_Climb_LandHands, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Climb_LandHands_C_ExecuteUbergraph_ABL_Climb_LandHands::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Climb_LandHands_C_ExecuteUbergraph_ABL_Climb_LandHands, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_Climb_LandHands_C_ExecuteUbergraph_ABL_Climb_LandHands::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Climb_LandHands_C_OnAbilityStart \ static_assert(alignof(ABL_Climb_LandHands_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Climb_LandHands_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Climb_LandHands_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Climb_LandHands_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Climb_LandHands_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Climb_LandHands_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Climb_LandHands_C \ static_assert(alignof(UABL_Climb_LandHands_C) == 0x000008, "Wrong alignment on UABL_Climb_LandHands_C"); \ static_assert(sizeof(UABL_Climb_LandHands_C) == 0x0000D0, "Wrong size on UABL_Climb_LandHands_C"); \ static_assert(offsetof(UABL_Climb_LandHands_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Climb_LandHands_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_CrossBlend_CapturedBeastSize_C \ static_assert(alignof(UBP_CrossBlend_CapturedBeastSize_C) == 0x000008, "Wrong alignment on UBP_CrossBlend_CapturedBeastSize_C"); \ static_assert(sizeof(UBP_CrossBlend_CapturedBeastSize_C) == 0x000370, "Wrong size on UBP_CrossBlend_CapturedBeastSize_C"); \ #define DUMPER7_ASSERTS_BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim \ static_assert(alignof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim) == 0x000008, "Wrong alignment on BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim"); \ static_assert(sizeof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim) == 0x000328, "Wrong size on BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, EntryPoint) == 0x000000, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x000010, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x000028, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetHUD_ReturnValue) == 0x000040, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000048, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000058, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_AsBPI_Phoenix_Hud) == 0x000060, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_AsBPI_Phoenix_Hud' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_Event_OwnerActor_2) == 0x000078, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, Temp_struct_Variable) == 0x000080, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000090, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_bSuccess_4) == 0x0000A0, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x0000A8, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_bSuccess_5) == 0x0000B8, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_PostDialogueEvent_ReturnValue) == 0x0000BC, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_AsBiped_Player) == 0x0000C0, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_bSuccess_6) == 0x0000C8, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetComponentByClass_ReturnValue) == 0x0000D0, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, Temp_delegate_Variable) == 0x0000D8, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_PostEvent_ReturnValue) == 0x0000E8, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_CreateDelegate_OutputDelegate) == 0x0000EC, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000100, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_Event_OwnerActor_1) == 0x000108, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_AsBiped_Player_1) == 0x000110, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_bSuccess_7) == 0x000118, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000120, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, Temp_delegate_Variable_1) == 0x000128, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, Temp_struct_Variable_1) == 0x000138, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_Event_OwnerActor) == 0x000148, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_Event_DeltaSeconds) == 0x000150, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_PostEvent_ReturnValue_1) == 0x000154, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x000158, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetActorOwner_ReturnValue) == 0x000160, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000168, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_AsBiped_Player_2) == 0x000170, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_bSuccess_8) == 0x000178, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_AsBiped_Character_Interface_2) == 0x000180, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_AsBiped_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_bSuccess_9) == 0x000190, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_AsBiped_Character_Interface_3) == 0x000198, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_AsBiped_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_bSuccess_10) == 0x0001A8, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetMoveStickValues_X) == 0x0001AC, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetMoveStickValues_Y) == 0x0001B0, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetSpeedCurve_bIgnoreGovernor) == 0x0001B4, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetSpeedCurve_bIgnoreGovernor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetSpeedCurve_ReturnValue) == 0x0001B8, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetSpeedCurve_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetActorOwner_ReturnValue_1) == 0x0001C0, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_AsBiped_Player_3) == 0x0001C8, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_AsBiped_Player_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_bSuccess_11) == 0x0001D0, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, Temp_delegate_Variable_2) == 0x0001D4, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::Temp_delegate_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, Temp_struct_Variable_2) == 0x0001E8, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_PostEvent_ReturnValue_2) == 0x0001F8, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_Less_FloatFloat_ReturnValue) == 0x0001FC, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000200, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_Add_FloatFloat_ReturnValue) == 0x000204, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, Temp_delegate_Variable_3) == 0x000208, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::Temp_delegate_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x000218, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, Temp_struct_Variable_3) == 0x000220, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_AllowMove_ReturnValue) == 0x000230, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_AllowMove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_PostEvent_ReturnValue_3) == 0x000234, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000238, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, Temp_delegate_Variable_4) == 0x000240, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::Temp_delegate_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1) == 0x000250, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_bSuccess_12) == 0x000260, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_ComputeDesiredDirectionAngle_ReturnValue) == 0x000264, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_ComputeDesiredDirectionAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_Abs_ReturnValue) == 0x000268, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00026C, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_SelectFloat_ReturnValue) == 0x000270, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_SelectFloat_ReturnValue_1) == 0x000274, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetWorldDeltaSeconds_ReturnValue_2) == 0x000278, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetWorldDeltaSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetWorldDeltaSeconds_ReturnValue_3) == 0x00027C, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetWorldDeltaSeconds_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_ProcessStick_WorldSpeed) == 0x000280, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_ProcessStick_WorldDirection) == 0x000284, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_ProcessStick_ReturnValue) == 0x000290, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_AllowMove_ReturnValue_1) == 0x000291, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_AllowMove_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_MapRangeClamped_ReturnValue) == 0x000294, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetActorOwner_ReturnValue_2) == 0x000298, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0002A0, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_AsBiped_Player_4) == 0x0002A8, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_AsBiped_Player_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, K2Node_DynamicCast_bSuccess_13) == 0x0002B0, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetOverlappingActors_OverlappingActors) == 0x0002B8, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_Array_Length_ReturnValue) == 0x0002C8, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x0002D0, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_Greater_IntInt_ReturnValue) == 0x0002D8, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_PostEventAtLocation_ReturnValue) == 0x0002DC, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, Temp_struct_Variable_4) == 0x0002E0, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, Temp_delegate_Variable_5) == 0x0002F0, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::Temp_delegate_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_PostEvent_ReturnValue_4) == 0x000300, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_PostEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, Temp_struct_Variable_5) == 0x000308, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_Get_ReturnValue) == 0x000318, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_PostEvent_ReturnValue_5) == 0x000320, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_PostEvent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim, CallFunc_StartTutorial_ReturnValue) == 0x000324, "Member 'BTT_Biped_Swim_C_ExecuteUbergraph_BTT_Biped_Swim::CallFunc_StartTutorial_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Swim_C_ReceiveTick \ static_assert(alignof(BTT_Biped_Swim_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_Swim_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_Swim_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_Swim_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_Swim_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_Swim_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_Swim_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Swim_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Swim_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Swim_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Swim_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Swim_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Swim_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Swim_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Swim_C_ExitTask \ static_assert(alignof(BTT_Biped_Swim_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Swim_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Swim_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Swim_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Swim_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Swim_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Swim_C_CustActionEvt_BlockedByWall_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_Swim_C_CustActionEvt_BlockedByWall_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Swim_C_CustActionEvt_BlockedByWall_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Swim_C_CustActionEvt_BlockedByWall_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Swim_C_CustActionEvt_BlockedByWall_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Swim_C_CustActionEvt_BlockedByWall_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Swim_C_CustActionEvt_BlockedByWall_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Swim_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_Swim_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Swim_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Swim_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Swim_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Swim_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Swim_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Swim_C_Stop \ static_assert(alignof(BTT_Biped_Swim_C_Stop) == 0x000008, "Wrong alignment on BTT_Biped_Swim_C_Stop"); \ static_assert(sizeof(BTT_Biped_Swim_C_Stop) == 0x000078, "Wrong size on BTT_Biped_Swim_C_Stop"); \ static_assert(offsetof(BTT_Biped_Swim_C_Stop, CallFunc_MakeLiteralByte_ReturnValue) == 0x000000, "Member 'BTT_Biped_Swim_C_Stop::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_Stop, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTT_Biped_Swim_C_Stop::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_Stop, K2Node_DynamicCast_AsAble_Anim_Instance_Interface) == 0x000010, "Member 'BTT_Biped_Swim_C_Stop::K2Node_DynamicCast_AsAble_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_Stop, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_Swim_C_Stop::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_Stop, CallFunc_GetActorOwner_ReturnValue) == 0x000028, "Member 'BTT_Biped_Swim_C_Stop::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_Stop, CallFunc_Get_DesiredWorldDirection_OutWorldDirection) == 0x000030, "Member 'BTT_Biped_Swim_C_Stop::CallFunc_Get_DesiredWorldDirection_OutWorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_Stop, K2Node_DynamicCast_AsBiped_Player) == 0x000040, "Member 'BTT_Biped_Swim_C_Stop::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_Stop, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BTT_Biped_Swim_C_Stop::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_Stop, K2Node_DynamicCast_AsAmbulatory_Character) == 0x000050, "Member 'BTT_Biped_Swim_C_Stop::K2Node_DynamicCast_AsAmbulatory_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_Stop, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTT_Biped_Swim_C_Stop::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_Stop, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000060, "Member 'BTT_Biped_Swim_C_Stop::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Swim_C_Stop, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'BTT_Biped_Swim_C_Stop::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Swim_C \ static_assert(alignof(UBTT_Biped_Swim_C) == 0x000008, "Wrong alignment on UBTT_Biped_Swim_C"); \ static_assert(sizeof(UBTT_Biped_Swim_C) == 0x000180, "Wrong size on UBTT_Biped_Swim_C"); \ static_assert(offsetof(UBTT_Biped_Swim_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Swim_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Swim_C, StickPressed) == 0x000158, "Member 'UBTT_Biped_Swim_C::StickPressed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Swim_C, StickReleasedTime) == 0x00015C, "Member 'UBTT_Biped_Swim_C::StickReleasedTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Swim_C, DesiredWorldDirection) == 0x000160, "Member 'UBTT_Biped_Swim_C::DesiredWorldDirection' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Swim_C, DesiredWorldSpeed) == 0x00016C, "Member 'UBTT_Biped_Swim_C::DesiredWorldSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Swim_C, StickMinTime) == 0x000170, "Member 'UBTT_Biped_Swim_C::StickMinTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Swim_C, Moving) == 0x000174, "Member 'UBTT_Biped_Swim_C::Moving' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Swim_C, StickNudgeLoop) == 0x000175, "Member 'UBTT_Biped_Swim_C::StickNudgeLoop' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Swim_C, TutorialTimerHandle) == 0x000178, "Member 'UBTT_Biped_Swim_C::TutorialTimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_AmbientCamAnim_HippogriffFlight_Diving_C \ static_assert(alignof(UBP_AmbientCamAnim_HippogriffFlight_Diving_C) == 0x000010, "Wrong alignment on UBP_AmbientCamAnim_HippogriffFlight_Diving_C"); \ static_assert(sizeof(UBP_AmbientCamAnim_HippogriffFlight_Diving_C) == 0x000620, "Wrong size on UBP_AmbientCamAnim_HippogriffFlight_Diving_C"); \ #define DUMPER7_ASSERTS_UABL_Rct_TimeDilation_C \ static_assert(alignof(UABL_Rct_TimeDilation_C) == 0x000008, "Wrong alignment on UABL_Rct_TimeDilation_C"); \ static_assert(sizeof(UABL_Rct_TimeDilation_C) == 0x0000E0, "Wrong size on UABL_Rct_TimeDilation_C"); \ #define DUMPER7_ASSERTS_UBP_AmbientCamAnim_HippogriffFlight_C \ static_assert(alignof(UBP_AmbientCamAnim_HippogriffFlight_C) == 0x000010, "Wrong alignment on UBP_AmbientCamAnim_HippogriffFlight_C"); \ static_assert(sizeof(UBP_AmbientCamAnim_HippogriffFlight_C) == 0x000620, "Wrong size on UBP_AmbientCamAnim_HippogriffFlight_C"); \ #define DUMPER7_ASSERTS_UBP_AmbientCamAnim_Sprint_C \ static_assert(alignof(UBP_AmbientCamAnim_Sprint_C) == 0x000010, "Wrong alignment on UBP_AmbientCamAnim_Sprint_C"); \ static_assert(sizeof(UBP_AmbientCamAnim_Sprint_C) == 0x000620, "Wrong size on UBP_AmbientCamAnim_Sprint_C"); \ #define DUMPER7_ASSERTS_ABL_JumpLandMed2Jog_C_ExecuteUbergraph_ABL_JumpLandMed2Jog \ static_assert(alignof(ABL_JumpLandMed2Jog_C_ExecuteUbergraph_ABL_JumpLandMed2Jog) == 0x000008, "Wrong alignment on ABL_JumpLandMed2Jog_C_ExecuteUbergraph_ABL_JumpLandMed2Jog"); \ static_assert(sizeof(ABL_JumpLandMed2Jog_C_ExecuteUbergraph_ABL_JumpLandMed2Jog) == 0x000020, "Wrong size on ABL_JumpLandMed2Jog_C_ExecuteUbergraph_ABL_JumpLandMed2Jog"); \ static_assert(offsetof(ABL_JumpLandMed2Jog_C_ExecuteUbergraph_ABL_JumpLandMed2Jog, EntryPoint) == 0x000000, "Member 'ABL_JumpLandMed2Jog_C_ExecuteUbergraph_ABL_JumpLandMed2Jog::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandMed2Jog_C_ExecuteUbergraph_ABL_JumpLandMed2Jog, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpLandMed2Jog_C_ExecuteUbergraph_ABL_JumpLandMed2Jog::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandMed2Jog_C_ExecuteUbergraph_ABL_JumpLandMed2Jog, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_JumpLandMed2Jog_C_ExecuteUbergraph_ABL_JumpLandMed2Jog::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandMed2Jog_C_ExecuteUbergraph_ABL_JumpLandMed2Jog, CallFunc_PostDialogueEventByReference_ReturnValue) == 0x000018, "Member 'ABL_JumpLandMed2Jog_C_ExecuteUbergraph_ABL_JumpLandMed2Jog::CallFunc_PostDialogueEventByReference_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandMed2Jog_C_OnAbilityStart \ static_assert(alignof(ABL_JumpLandMed2Jog_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpLandMed2Jog_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpLandMed2Jog_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpLandMed2Jog_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpLandMed2Jog_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpLandMed2Jog_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpLandMed2Jog_C \ static_assert(alignof(UABL_JumpLandMed2Jog_C) == 0x000008, "Wrong alignment on UABL_JumpLandMed2Jog_C"); \ static_assert(sizeof(UABL_JumpLandMed2Jog_C) == 0x0000D0, "Wrong size on UABL_JumpLandMed2Jog_C"); \ static_assert(offsetof(UABL_JumpLandMed2Jog_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpLandMed2Jog_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandMed2Idle_C_ExecuteUbergraph_ABL_JumpLandMed2Idle \ static_assert(alignof(ABL_JumpLandMed2Idle_C_ExecuteUbergraph_ABL_JumpLandMed2Idle) == 0x000008, "Wrong alignment on ABL_JumpLandMed2Idle_C_ExecuteUbergraph_ABL_JumpLandMed2Idle"); \ static_assert(sizeof(ABL_JumpLandMed2Idle_C_ExecuteUbergraph_ABL_JumpLandMed2Idle) == 0x000020, "Wrong size on ABL_JumpLandMed2Idle_C_ExecuteUbergraph_ABL_JumpLandMed2Idle"); \ static_assert(offsetof(ABL_JumpLandMed2Idle_C_ExecuteUbergraph_ABL_JumpLandMed2Idle, EntryPoint) == 0x000000, "Member 'ABL_JumpLandMed2Idle_C_ExecuteUbergraph_ABL_JumpLandMed2Idle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandMed2Idle_C_ExecuteUbergraph_ABL_JumpLandMed2Idle, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpLandMed2Idle_C_ExecuteUbergraph_ABL_JumpLandMed2Idle::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandMed2Idle_C_ExecuteUbergraph_ABL_JumpLandMed2Idle, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_JumpLandMed2Idle_C_ExecuteUbergraph_ABL_JumpLandMed2Idle::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLandMed2Idle_C_ExecuteUbergraph_ABL_JumpLandMed2Idle, CallFunc_PostDialogueEventByReference_ReturnValue) == 0x000018, "Member 'ABL_JumpLandMed2Idle_C_ExecuteUbergraph_ABL_JumpLandMed2Idle::CallFunc_PostDialogueEventByReference_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLandMed2Idle_C_OnAbilityStart \ static_assert(alignof(ABL_JumpLandMed2Idle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpLandMed2Idle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpLandMed2Idle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpLandMed2Idle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpLandMed2Idle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpLandMed2Idle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpLandMed2Idle_C \ static_assert(alignof(UABL_JumpLandMed2Idle_C) == 0x000008, "Wrong alignment on UABL_JumpLandMed2Idle_C"); \ static_assert(sizeof(UABL_JumpLandMed2Idle_C) == 0x0000D0, "Wrong size on UABL_JumpLandMed2Idle_C"); \ static_assert(offsetof(UABL_JumpLandMed2Idle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpLandMed2Idle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly \ static_assert(alignof(ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly) == 0x000008, "Wrong alignment on ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly"); \ static_assert(sizeof(ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly) == 0x000070, "Wrong size on ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly"); \ static_assert(offsetof(ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly, EntryPoint) == 0x000000, "Member 'ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly, K2Node_Event_Context) == 0x000008, "Member 'ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_AttackAnticipation_WandOnly_C_ExecuteUbergraph_ABL_AttackAnticipation_WandOnly::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackAnticipation_WandOnly_C_OnAbilityBranch \ static_assert(alignof(ABL_AttackAnticipation_WandOnly_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_AttackAnticipation_WandOnly_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_AttackAnticipation_WandOnly_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_AttackAnticipation_WandOnly_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_AttackAnticipation_WandOnly_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_AttackAnticipation_WandOnly_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackAnticipation_WandOnly_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_AttackAnticipation_WandOnly_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackAnticipation_WandOnly_C_OnAbilityStart \ static_assert(alignof(ABL_AttackAnticipation_WandOnly_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_AttackAnticipation_WandOnly_C_OnAbilityStart"); \ static_assert(sizeof(ABL_AttackAnticipation_WandOnly_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_AttackAnticipation_WandOnly_C_OnAbilityStart"); \ static_assert(offsetof(ABL_AttackAnticipation_WandOnly_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_AttackAnticipation_WandOnly_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_AttackAnticipation_WandOnly_C \ static_assert(alignof(UABL_AttackAnticipation_WandOnly_C) == 0x000008, "Wrong alignment on UABL_AttackAnticipation_WandOnly_C"); \ static_assert(sizeof(UABL_AttackAnticipation_WandOnly_C) == 0x0000D0, "Wrong size on UABL_AttackAnticipation_WandOnly_C"); \ static_assert(offsetof(UABL_AttackAnticipation_WandOnly_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_AttackAnticipation_WandOnly_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_LevelUpArrow_C \ static_assert(alignof(UUI_BP_LevelUpArrow_C) == 0x000008, "Wrong alignment on UUI_BP_LevelUpArrow_C"); \ static_assert(sizeof(UUI_BP_LevelUpArrow_C) == 0x000268, "Wrong size on UUI_BP_LevelUpArrow_C"); \ #define DUMPER7_ASSERTS_UABL_SwimDiveJump_C \ static_assert(alignof(UABL_SwimDiveJump_C) == 0x000008, "Wrong alignment on UABL_SwimDiveJump_C"); \ static_assert(sizeof(UABL_SwimDiveJump_C) == 0x0000C8, "Wrong size on UABL_SwimDiveJump_C"); \ #define DUMPER7_ASSERTS_UABL_SwimEnterFromWalk_C \ static_assert(alignof(UABL_SwimEnterFromWalk_C) == 0x000008, "Wrong alignment on UABL_SwimEnterFromWalk_C"); \ static_assert(sizeof(UABL_SwimEnterFromWalk_C) == 0x0000C8, "Wrong size on UABL_SwimEnterFromWalk_C"); \ #define DUMPER7_ASSERTS_BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor \ static_assert(alignof(BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor) == 0x000008, "Wrong alignment on BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor"); \ static_assert(sizeof(BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor) == 0x000070, "Wrong size on BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor"); \ static_assert(offsetof(BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor, EntryPoint) == 0x000000, "Member 'BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor, Temp_struct_Variable) == 0x000008, "Member 'BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor, Temp_delegate_Variable) == 0x000018, "Member 'BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor, Temp_struct_Variable_1) == 0x000028, "Member 'BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor, Temp_delegate_Variable_1) == 0x000038, "Member 'BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000048, "Member 'BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor, CallFunc_PostEvent_ReturnValue) == 0x000054, "Member 'BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000058, "Member 'BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor, CallFunc_SpawnEmitterAtLocation_ReturnValue_1) == 0x000060, "Member 'BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor::CallFunc_SpawnEmitterAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor, CallFunc_PostEvent_ReturnValue_1) == 0x000068, "Member 'BP_Enemy_SplineSpawnActor_C_ExecuteUbergraph_BP_Enemy_SplineSpawnActor::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Enemy_SplineSpawnActor_C \ static_assert(alignof(ABP_Enemy_SplineSpawnActor_C) == 0x000010, "Wrong alignment on ABP_Enemy_SplineSpawnActor_C"); \ static_assert(sizeof(ABP_Enemy_SplineSpawnActor_C) == 0x0003D0, "Wrong size on ABP_Enemy_SplineSpawnActor_C"); \ static_assert(offsetof(ABP_Enemy_SplineSpawnActor_C, UberGraphFrame) == 0x0003B0, "Member 'ABP_Enemy_SplineSpawnActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_SplineSpawnActor_C, Niagara) == 0x0003B8, "Member 'ABP_Enemy_SplineSpawnActor_C::Niagara' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_SplineSpawnActor_C, Sphere) == 0x0003C0, "Member 'ABP_Enemy_SplineSpawnActor_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_Enemy_SplineSpawnActor_C, DefaultSceneRoot) == 0x0003C8, "Member 'ABP_Enemy_SplineSpawnActor_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_SwimEnterIdle_C \ static_assert(alignof(UABL_SwimEnterIdle_C) == 0x000008, "Wrong alignment on UABL_SwimEnterIdle_C"); \ static_assert(sizeof(UABL_SwimEnterIdle_C) == 0x0000C8, "Wrong size on UABL_SwimEnterIdle_C"); \ #define DUMPER7_ASSERTS_UBP_AmbientCamAnim_Jog_C \ static_assert(alignof(UBP_AmbientCamAnim_Jog_C) == 0x000010, "Wrong alignment on UBP_AmbientCamAnim_Jog_C"); \ static_assert(sizeof(UBP_AmbientCamAnim_Jog_C) == 0x000620, "Wrong size on UBP_AmbientCamAnim_Jog_C"); \ #define DUMPER7_ASSERTS_BTT_StartAction_C_ExecuteUbergraph_BTT_StartAction \ static_assert(alignof(BTT_StartAction_C_ExecuteUbergraph_BTT_StartAction) == 0x000008, "Wrong alignment on BTT_StartAction_C_ExecuteUbergraph_BTT_StartAction"); \ static_assert(sizeof(BTT_StartAction_C_ExecuteUbergraph_BTT_StartAction) == 0x000020, "Wrong size on BTT_StartAction_C_ExecuteUbergraph_BTT_StartAction"); \ static_assert(offsetof(BTT_StartAction_C_ExecuteUbergraph_BTT_StartAction, EntryPoint) == 0x000000, "Member 'BTT_StartAction_C_ExecuteUbergraph_BTT_StartAction::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_StartAction_C_ExecuteUbergraph_BTT_StartAction, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_StartAction_C_ExecuteUbergraph_BTT_StartAction::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_StartAction_C_ExecuteUbergraph_BTT_StartAction, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BTT_StartAction_C_ExecuteUbergraph_BTT_StartAction::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_StartAction_C_ExecuteUbergraph_BTT_StartAction, CallFunc_StartAction_ReturnValue) == 0x000018, "Member 'BTT_StartAction_C_ExecuteUbergraph_BTT_StartAction::CallFunc_StartAction_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_StartAction_C_ReceiveExecute \ static_assert(alignof(BTT_StartAction_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_StartAction_C_ReceiveExecute"); \ static_assert(sizeof(BTT_StartAction_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_StartAction_C_ReceiveExecute"); \ static_assert(offsetof(BTT_StartAction_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_StartAction_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_StartAction_C \ static_assert(alignof(UBTT_StartAction_C) == 0x000008, "Wrong alignment on UBTT_StartAction_C"); \ static_assert(sizeof(UBTT_StartAction_C) == 0x0000B8, "Wrong size on UBTT_StartAction_C"); \ static_assert(offsetof(UBTT_StartAction_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_StartAction_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_StartAction_C, Action) == 0x0000B0, "Member 'UBTT_StartAction_C::Action' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniSelectionDiamond_C_ExecuteUbergraph_UI_BP_MiniSelectionDiamond \ static_assert(alignof(UI_BP_MiniSelectionDiamond_C_ExecuteUbergraph_UI_BP_MiniSelectionDiamond) == 0x000004, "Wrong alignment on UI_BP_MiniSelectionDiamond_C_ExecuteUbergraph_UI_BP_MiniSelectionDiamond"); \ static_assert(sizeof(UI_BP_MiniSelectionDiamond_C_ExecuteUbergraph_UI_BP_MiniSelectionDiamond) == 0x000014, "Wrong size on UI_BP_MiniSelectionDiamond_C_ExecuteUbergraph_UI_BP_MiniSelectionDiamond"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_ExecuteUbergraph_UI_BP_MiniSelectionDiamond, EntryPoint) == 0x000000, "Member 'UI_BP_MiniSelectionDiamond_C_ExecuteUbergraph_UI_BP_MiniSelectionDiamond::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_ExecuteUbergraph_UI_BP_MiniSelectionDiamond, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_MiniSelectionDiamond_C_ExecuteUbergraph_UI_BP_MiniSelectionDiamond::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_ExecuteUbergraph_UI_BP_MiniSelectionDiamond, K2Node_Event_NewState) == 0x000008, "Member 'UI_BP_MiniSelectionDiamond_C_ExecuteUbergraph_UI_BP_MiniSelectionDiamond::K2Node_Event_NewState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_ExecuteUbergraph_UI_BP_MiniSelectionDiamond, CallFunc_PostEventAtLocation_ReturnValue) == 0x00000C, "Member 'UI_BP_MiniSelectionDiamond_C_ExecuteUbergraph_UI_BP_MiniSelectionDiamond::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_ExecuteUbergraph_UI_BP_MiniSelectionDiamond, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_MiniSelectionDiamond_C_ExecuteUbergraph_UI_BP_MiniSelectionDiamond::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniSelectionDiamond_C_OnSetState \ static_assert(alignof(UI_BP_MiniSelectionDiamond_C_OnSetState) == 0x000004, "Wrong alignment on UI_BP_MiniSelectionDiamond_C_OnSetState"); \ static_assert(sizeof(UI_BP_MiniSelectionDiamond_C_OnSetState) == 0x000004, "Wrong size on UI_BP_MiniSelectionDiamond_C_OnSetState"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_OnSetState, NewState) == 0x000000, "Member 'UI_BP_MiniSelectionDiamond_C_OnSetState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniSelectionDiamond_C_PreConstruct \ static_assert(alignof(UI_BP_MiniSelectionDiamond_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_MiniSelectionDiamond_C_PreConstruct"); \ static_assert(sizeof(UI_BP_MiniSelectionDiamond_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_MiniSelectionDiamond_C_PreConstruct"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_MiniSelectionDiamond_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniSelectionDiamond_C_SetGroupStatus \ static_assert(alignof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus) == 0x000004, "Wrong alignment on UI_BP_MiniSelectionDiamond_C_SetGroupStatus"); \ static_assert(sizeof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus) == 0x0000BC, "Wrong size on UI_BP_MiniSelectionDiamond_C_SetGroupStatus"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, StatusIndex) == 0x000000, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::StatusIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, Temp_int_Variable) == 0x000004, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, Temp_struct_Variable) == 0x000008, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, Temp_struct_Variable_1) == 0x000010, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, Temp_struct_Variable_2) == 0x000018, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, Temp_int_Variable_1) == 0x000020, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, Temp_struct_Variable_3) == 0x000024, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, Temp_struct_Variable_4) == 0x000034, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, Temp_struct_Variable_5) == 0x000044, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, Temp_int_Variable_2) == 0x000054, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, Temp_struct_Variable_6) == 0x000058, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, Temp_struct_Variable_7) == 0x000068, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, Temp_struct_Variable_8) == 0x000078, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, Temp_int_Variable_3) == 0x000088, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, Temp_byte_Variable) == 0x00008C, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, Temp_byte_Variable_1) == 0x00008D, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, Temp_byte_Variable_2) == 0x00008E, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, K2Node_Select_Default) == 0x000090, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, K2Node_Select_Default_1) == 0x000098, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, K2Node_Select_Default_2) == 0x0000A8, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_SetGroupStatus, K2Node_Select_Default_3) == 0x0000B8, "Member 'UI_BP_MiniSelectionDiamond_C_SetGroupStatus::K2Node_Select_Default_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MiniSelectionDiamond_C_LockedDiamondSelected \ static_assert(alignof(UI_BP_MiniSelectionDiamond_C_LockedDiamondSelected) == 0x000008, "Wrong alignment on UI_BP_MiniSelectionDiamond_C_LockedDiamondSelected"); \ static_assert(sizeof(UI_BP_MiniSelectionDiamond_C_LockedDiamondSelected) == 0x000010, "Wrong size on UI_BP_MiniSelectionDiamond_C_LockedDiamondSelected"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_LockedDiamondSelected, CallFunc_PostEventAtLocation_ReturnValue) == 0x000000, "Member 'UI_BP_MiniSelectionDiamond_C_LockedDiamondSelected::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MiniSelectionDiamond_C_LockedDiamondSelected, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_MiniSelectionDiamond_C_LockedDiamondSelected::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MiniSelectionDiamond_C \ static_assert(alignof(UUI_BP_MiniSelectionDiamond_C) == 0x000008, "Wrong alignment on UUI_BP_MiniSelectionDiamond_C"); \ static_assert(sizeof(UUI_BP_MiniSelectionDiamond_C) == 0x000298, "Wrong size on UUI_BP_MiniSelectionDiamond_C"); \ static_assert(offsetof(UUI_BP_MiniSelectionDiamond_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_MiniSelectionDiamond_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniSelectionDiamond_C, UnavailableFeedback) == 0x000270, "Member 'UUI_BP_MiniSelectionDiamond_C::UnavailableFeedback' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniSelectionDiamond_C, toActive) == 0x000278, "Member 'UUI_BP_MiniSelectionDiamond_C::toActive' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniSelectionDiamond_C, Back) == 0x000280, "Member 'UUI_BP_MiniSelectionDiamond_C::Back' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniSelectionDiamond_C, groupPanel) == 0x000288, "Member 'UUI_BP_MiniSelectionDiamond_C::groupPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MiniSelectionDiamond_C, statusIndicator) == 0x000290, "Member 'UUI_BP_MiniSelectionDiamond_C::statusIndicator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Actor_C \ static_assert(alignof(ABP_Actor_C) == 0x000008, "Wrong alignment on ABP_Actor_C"); \ static_assert(sizeof(ABP_Actor_C) == 0x000250, "Wrong size on ABP_Actor_C"); \ static_assert(offsetof(ABP_Actor_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_Actor_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem \ static_assert(alignof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem) == 0x000008, "Wrong alignment on UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem) == 0x0000F0, "Wrong size on UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, EntryPoint) == 0x000000, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_Event_Texture_2) == 0x000008, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_Event_Texture_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_Event_NewContent) == 0x000010, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_Event_NewContent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_Event_IconName) == 0x000018, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_Event_IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_Event_Size) == 0x000028, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_Event_Size' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_Event_ItemType) == 0x000030, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_Event_ItemType' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_Event_pct) == 0x000034, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_Event_pct' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_Event_IsASpell) == 0x000038, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_Event_IsASpell' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_SwitchEnum_CmpSuccess) == 0x000039, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_Event_IsConsumable) == 0x00003A, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_Event_IsConsumable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_Event_ItemCount) == 0x00003C, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_Event_ItemCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000040, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_Event_IsEmpty) == 0x000048, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_Event_IsEmpty' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_Event_Texture_1) == 0x000050, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_Event_Texture_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_CreateDelegate_OutputDelegate) == 0x000058, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, CallFunc_HermesBindInt_Handle) == 0x000068, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000078, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_Event_Texture) == 0x000080, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_Event_Texture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, Temp_byte_Variable) == 0x000088, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_Event_Show) == 0x000089, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_Event_ImageName) == 0x000090, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_Event_ImageName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_SwitchInteger_CmpSuccess) == 0x0000A0, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, Temp_byte_Variable_1) == 0x0000A1, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, CallFunc_GetSpellCategory_ReturnValue) == 0x0000A2, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::CallFunc_GetSpellCategory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, CallFunc_GetColorByTag_ReturnValue) == 0x0000A4, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::CallFunc_GetColorByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, CallFunc_GetDynamicMaterial_ReturnValue_2) == 0x0000B8, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::CallFunc_GetDynamicMaterial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, CallFunc_GetSpellCategory_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::CallFunc_GetSpellCategory_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, Temp_bool_Variable) == 0x0000C1, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_Select_Default) == 0x0000C2, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, CallFunc_PlayAnimation_ReturnValue) == 0x0000C8, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, CallFunc_GetColorByTag_ReturnValue_1) == 0x0000D0, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::CallFunc_GetColorByTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_CustomEvent_Caller) == 0x0000E0, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, K2Node_CustomEvent_Int) == 0x0000E8, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem, CallFunc_GetSpellCategory_ReturnValue_2) == 0x0000EC, "Member 'UI_BP_ActionRingItem_C_ExecuteUbergraph_UI_BP_ActionRingItem::CallFunc_GetSpellCategory_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_SetColorBlindMode \ static_assert(alignof(UI_BP_ActionRingItem_C_SetColorBlindMode) == 0x000008, "Wrong alignment on UI_BP_ActionRingItem_C_SetColorBlindMode"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_SetColorBlindMode) == 0x000010, "Wrong size on UI_BP_ActionRingItem_C_SetColorBlindMode"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_SetColorBlindMode, Caller) == 0x000000, "Member 'UI_BP_ActionRingItem_C_SetColorBlindMode::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_SetColorBlindMode, int_0) == 0x000008, "Member 'UI_BP_ActionRingItem_C_SetColorBlindMode::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_I_SetImage \ static_assert(alignof(UI_BP_ActionRingItem_C_I_SetImage) == 0x000008, "Wrong alignment on UI_BP_ActionRingItem_C_I_SetImage"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_I_SetImage) == 0x000010, "Wrong size on UI_BP_ActionRingItem_C_I_SetImage"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_I_SetImage, ImageName) == 0x000000, "Member 'UI_BP_ActionRingItem_C_I_SetImage::ImageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_ToggleSelectionHighlight \ static_assert(alignof(UI_BP_ActionRingItem_C_ToggleSelectionHighlight) == 0x000001, "Wrong alignment on UI_BP_ActionRingItem_C_ToggleSelectionHighlight"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_ToggleSelectionHighlight) == 0x000001, "Wrong size on UI_BP_ActionRingItem_C_ToggleSelectionHighlight"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ToggleSelectionHighlight, Show) == 0x000000, "Member 'UI_BP_ActionRingItem_C_ToggleSelectionHighlight::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_OnItemIconTextureLoaded \ static_assert(alignof(UI_BP_ActionRingItem_C_OnItemIconTextureLoaded) == 0x000008, "Wrong alignment on UI_BP_ActionRingItem_C_OnItemIconTextureLoaded"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_OnItemIconTextureLoaded) == 0x000008, "Wrong size on UI_BP_ActionRingItem_C_OnItemIconTextureLoaded"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_OnItemIconTextureLoaded, Texture) == 0x000000, "Member 'UI_BP_ActionRingItem_C_OnItemIconTextureLoaded::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_OnOverlayTextureLoaded \ static_assert(alignof(UI_BP_ActionRingItem_C_OnOverlayTextureLoaded) == 0x000008, "Wrong alignment on UI_BP_ActionRingItem_C_OnOverlayTextureLoaded"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_OnOverlayTextureLoaded) == 0x000008, "Wrong size on UI_BP_ActionRingItem_C_OnOverlayTextureLoaded"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_OnOverlayTextureLoaded, Texture) == 0x000000, "Member 'UI_BP_ActionRingItem_C_OnOverlayTextureLoaded::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_OnToggleEmptyItem \ static_assert(alignof(UI_BP_ActionRingItem_C_OnToggleEmptyItem) == 0x000001, "Wrong alignment on UI_BP_ActionRingItem_C_OnToggleEmptyItem"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_OnToggleEmptyItem) == 0x000001, "Wrong size on UI_BP_ActionRingItem_C_OnToggleEmptyItem"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_OnToggleEmptyItem, IsEmpty) == 0x000000, "Member 'UI_BP_ActionRingItem_C_OnToggleEmptyItem::IsEmpty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_OnSetItemInventoryData \ static_assert(alignof(UI_BP_ActionRingItem_C_OnSetItemInventoryData) == 0x000004, "Wrong alignment on UI_BP_ActionRingItem_C_OnSetItemInventoryData"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_OnSetItemInventoryData) == 0x000008, "Wrong size on UI_BP_ActionRingItem_C_OnSetItemInventoryData"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_OnSetItemInventoryData, IsConsumable) == 0x000000, "Member 'UI_BP_ActionRingItem_C_OnSetItemInventoryData::IsConsumable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_OnSetItemInventoryData, ItemCount) == 0x000004, "Member 'UI_BP_ActionRingItem_C_OnSetItemInventoryData::ItemCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_OnUpdateMeter \ static_assert(alignof(UI_BP_ActionRingItem_C_OnUpdateMeter) == 0x000004, "Wrong alignment on UI_BP_ActionRingItem_C_OnUpdateMeter"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_OnUpdateMeter) == 0x000008, "Wrong size on UI_BP_ActionRingItem_C_OnUpdateMeter"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_OnUpdateMeter, pct) == 0x000000, "Member 'UI_BP_ActionRingItem_C_OnUpdateMeter::pct' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_OnUpdateMeter, IsASpell) == 0x000004, "Member 'UI_BP_ActionRingItem_C_OnUpdateMeter::IsASpell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_SetSubWidgetVisibility \ static_assert(alignof(UI_BP_ActionRingItem_C_SetSubWidgetVisibility) == 0x000001, "Wrong alignment on UI_BP_ActionRingItem_C_SetSubWidgetVisibility"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_SetSubWidgetVisibility) == 0x000001, "Wrong size on UI_BP_ActionRingItem_C_SetSubWidgetVisibility"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_SetSubWidgetVisibility, ItemType) == 0x000000, "Member 'UI_BP_ActionRingItem_C_SetSubWidgetVisibility::ItemType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_I_SetIconName \ static_assert(alignof(UI_BP_ActionRingItem_C_I_SetIconName) == 0x000008, "Wrong alignment on UI_BP_ActionRingItem_C_I_SetIconName"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_I_SetIconName) == 0x000010, "Wrong size on UI_BP_ActionRingItem_C_I_SetIconName"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_I_SetIconName, IconName) == 0x000000, "Member 'UI_BP_ActionRingItem_C_I_SetIconName::IconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_I_AddExtraContent \ static_assert(alignof(UI_BP_ActionRingItem_C_I_AddExtraContent) == 0x000008, "Wrong alignment on UI_BP_ActionRingItem_C_I_AddExtraContent"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_I_AddExtraContent) == 0x000008, "Wrong size on UI_BP_ActionRingItem_C_I_AddExtraContent"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_I_AddExtraContent, NewContent) == 0x000000, "Member 'UI_BP_ActionRingItem_C_I_AddExtraContent::NewContent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_OnIconTextureLoaded \ static_assert(alignof(UI_BP_ActionRingItem_C_OnIconTextureLoaded) == 0x000008, "Wrong alignment on UI_BP_ActionRingItem_C_OnIconTextureLoaded"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_OnIconTextureLoaded) == 0x000008, "Wrong size on UI_BP_ActionRingItem_C_OnIconTextureLoaded"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_OnIconTextureLoaded, Texture) == 0x000000, "Member 'UI_BP_ActionRingItem_C_OnIconTextureLoaded::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_PreConstruct \ static_assert(alignof(UI_BP_ActionRingItem_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_ActionRingItem_C_PreConstruct"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_ActionRingItem_C_PreConstruct"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_ActionRingItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_I_SetIconSize \ static_assert(alignof(UI_BP_ActionRingItem_C_I_SetIconSize) == 0x000004, "Wrong alignment on UI_BP_ActionRingItem_C_I_SetIconSize"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_I_SetIconSize) == 0x000008, "Wrong size on UI_BP_ActionRingItem_C_I_SetIconSize"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_I_SetIconSize, size) == 0x000000, "Member 'UI_BP_ActionRingItem_C_I_SetIconSize::size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_FillMeter \ static_assert(alignof(UI_BP_ActionRingItem_C_FillMeter) == 0x000008, "Wrong alignment on UI_BP_ActionRingItem_C_FillMeter"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_FillMeter) == 0x000040, "Wrong size on UI_BP_ActionRingItem_C_FillMeter"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_FillMeter, NewPct) == 0x000000, "Member 'UI_BP_ActionRingItem_C_FillMeter::NewPct' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_FillMeter, IsASpell) == 0x000004, "Member 'UI_BP_ActionRingItem_C_FillMeter::IsASpell' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_FillMeter, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000005, "Member 'UI_BP_ActionRingItem_C_FillMeter::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_FillMeter, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000008, "Member 'UI_BP_ActionRingItem_C_FillMeter::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_FillMeter, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000010, "Member 'UI_BP_ActionRingItem_C_FillMeter::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_FillMeter, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000018, "Member 'UI_BP_ActionRingItem_C_FillMeter::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_FillMeter, CallFunc_BooleanAND_ReturnValue) == 0x000020, "Member 'UI_BP_ActionRingItem_C_FillMeter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_FillMeter, CallFunc_PlayAnimationForward_ReturnValue) == 0x000028, "Member 'UI_BP_ActionRingItem_C_FillMeter::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_FillMeter, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000030, "Member 'UI_BP_ActionRingItem_C_FillMeter::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_FillMeter, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000038, "Member 'UI_BP_ActionRingItem_C_FillMeter::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_ToggleEmptyItem \ static_assert(alignof(UI_BP_ActionRingItem_C_ToggleEmptyItem) == 0x000001, "Wrong alignment on UI_BP_ActionRingItem_C_ToggleEmptyItem"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_ToggleEmptyItem) == 0x000009, "Wrong size on UI_BP_ActionRingItem_C_ToggleEmptyItem"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ToggleEmptyItem, IsEmptySlot) == 0x000000, "Member 'UI_BP_ActionRingItem_C_ToggleEmptyItem::IsEmptySlot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ToggleEmptyItem, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_ActionRingItem_C_ToggleEmptyItem::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ToggleEmptyItem, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_ActionRingItem_C_ToggleEmptyItem::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ToggleEmptyItem, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_ActionRingItem_C_ToggleEmptyItem::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ToggleEmptyItem, Temp_bool_Variable_1) == 0x000004, "Member 'UI_BP_ActionRingItem_C_ToggleEmptyItem::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ToggleEmptyItem, Temp_byte_Variable_2) == 0x000005, "Member 'UI_BP_ActionRingItem_C_ToggleEmptyItem::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ToggleEmptyItem, Temp_byte_Variable_3) == 0x000006, "Member 'UI_BP_ActionRingItem_C_ToggleEmptyItem::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ToggleEmptyItem, K2Node_Select_Default) == 0x000007, "Member 'UI_BP_ActionRingItem_C_ToggleEmptyItem::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_ToggleEmptyItem, K2Node_Select_Default_1) == 0x000008, "Member 'UI_BP_ActionRingItem_C_ToggleEmptyItem::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_SetSpellMeterColor \ static_assert(alignof(UI_BP_ActionRingItem_C_SetSpellMeterColor) == 0x000008, "Wrong alignment on UI_BP_ActionRingItem_C_SetSpellMeterColor"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_SetSpellMeterColor) == 0x000098, "Wrong size on UI_BP_ActionRingItem_C_SetSpellMeterColor"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_SetSpellMeterColor, SpellCategory) == 0x000000, "Member 'UI_BP_ActionRingItem_C_SetSpellMeterColor::SpellCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_SetSpellMeterColor, TempColorTag) == 0x000008, "Member 'UI_BP_ActionRingItem_C_SetSpellMeterColor::TempColorTag' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_SetSpellMeterColor, K2Node_MakeStruct_DataTableRowHandle) == 0x000018, "Member 'UI_BP_ActionRingItem_C_SetSpellMeterColor::K2Node_MakeStruct_DataTableRowHandle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_SetSpellMeterColor, K2Node_SwitchEnum_CmpSuccess) == 0x000028, "Member 'UI_BP_ActionRingItem_C_SetSpellMeterColor::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_SetSpellMeterColor, K2Node_MakeStruct_DataTableRowHandle_1) == 0x000030, "Member 'UI_BP_ActionRingItem_C_SetSpellMeterColor::K2Node_MakeStruct_DataTableRowHandle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_SetSpellMeterColor, K2Node_MakeStruct_DataTableRowHandle_2) == 0x000040, "Member 'UI_BP_ActionRingItem_C_SetSpellMeterColor::K2Node_MakeStruct_DataTableRowHandle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_SetSpellMeterColor, K2Node_MakeStruct_DataTableRowHandle_3) == 0x000050, "Member 'UI_BP_ActionRingItem_C_SetSpellMeterColor::K2Node_MakeStruct_DataTableRowHandle_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_SetSpellMeterColor, K2Node_MakeStruct_DataTableRowHandle_4) == 0x000060, "Member 'UI_BP_ActionRingItem_C_SetSpellMeterColor::K2Node_MakeStruct_DataTableRowHandle_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_SetSpellMeterColor, K2Node_MakeStruct_DataTableRowHandle_5) == 0x000070, "Member 'UI_BP_ActionRingItem_C_SetSpellMeterColor::K2Node_MakeStruct_DataTableRowHandle_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_SetSpellMeterColor, CallFunc_GetColorByTag_ReturnValue) == 0x000080, "Member 'UI_BP_ActionRingItem_C_SetSpellMeterColor::CallFunc_GetColorByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_SetSpellMeterColor, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000090, "Member 'UI_BP_ActionRingItem_C_SetSpellMeterColor::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionRingItem_C_I_GetIconName \ static_assert(alignof(UI_BP_ActionRingItem_C_I_GetIconName) == 0x000008, "Wrong alignment on UI_BP_ActionRingItem_C_I_GetIconName"); \ static_assert(sizeof(UI_BP_ActionRingItem_C_I_GetIconName) == 0x000010, "Wrong size on UI_BP_ActionRingItem_C_I_GetIconName"); \ static_assert(offsetof(UI_BP_ActionRingItem_C_I_GetIconName, IconName) == 0x000000, "Member 'UI_BP_ActionRingItem_C_I_GetIconName::IconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ActionRingItem_C \ static_assert(alignof(UUI_BP_ActionRingItem_C) == 0x000008, "Wrong alignment on UUI_BP_ActionRingItem_C"); \ static_assert(sizeof(UUI_BP_ActionRingItem_C) == 0x000348, "Wrong size on UUI_BP_ActionRingItem_C"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, UberGraphFrame) == 0x0002A0, "Member 'UUI_BP_ActionRingItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, FailedCast) == 0x0002A8, "Member 'UUI_BP_ActionRingItem_C::FailedCast' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, ShowSpellFull) == 0x0002B0, "Member 'UUI_BP_ActionRingItem_C::ShowSpellFull' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, emptyBorder) == 0x0002B8, "Member 'UUI_BP_ActionRingItem_C::emptyBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, epmtyOutline) == 0x0002C0, "Member 'UUI_BP_ActionRingItem_C::epmtyOutline' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, ItemIcon) == 0x0002C8, "Member 'UUI_BP_ActionRingItem_C::ItemIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, itemMeter) == 0x0002D0, "Member 'UUI_BP_ActionRingItem_C::itemMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, Outline) == 0x0002D8, "Member 'UUI_BP_ActionRingItem_C::Outline' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, SelectedHighlight) == 0x0002E0, "Member 'UUI_BP_ActionRingItem_C::SelectedHighlight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, TempItem) == 0x0002E8, "Member 'UUI_BP_ActionRingItem_C::TempItem' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, TempItemBackground) == 0x0002F0, "Member 'UUI_BP_ActionRingItem_C::TempItemBackground' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, TempItemIcon) == 0x0002F8, "Member 'UUI_BP_ActionRingItem_C::TempItemIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, TheButton) == 0x000300, "Member 'UUI_BP_ActionRingItem_C::TheButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, EnergyMaterial) == 0x000308, "Member 'UUI_BP_ActionRingItem_C::EnergyMaterial' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, isSpellFull) == 0x000310, "Member 'UUI_BP_ActionRingItem_C::isSpellFull' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, directionIndex) == 0x000314, "Member 'UUI_BP_ActionRingItem_C::directionIndex' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, renderAngle) == 0x000318, "Member 'UUI_BP_ActionRingItem_C::renderAngle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, Blacklisted) == 0x000320, "Member 'UUI_BP_ActionRingItem_C::Blacklisted' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, UnBlacklisted) == 0x000330, "Member 'UUI_BP_ActionRingItem_C::UnBlacklisted' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionRingItem_C, IsBlacklisted) == 0x000340, "Member 'UUI_BP_ActionRingItem_C::IsBlacklisted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ProtegoParry_Heavy_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy \ static_assert(alignof(ABL_ProtegoParry_Heavy_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy) == 0x000008, "Wrong alignment on ABL_ProtegoParry_Heavy_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy"); \ static_assert(sizeof(ABL_ProtegoParry_Heavy_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy) == 0x000020, "Wrong size on ABL_ProtegoParry_Heavy_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy"); \ static_assert(offsetof(ABL_ProtegoParry_Heavy_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy, EntryPoint) == 0x000000, "Member 'ABL_ProtegoParry_Heavy_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ProtegoParry_Heavy_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy, K2Node_Event_Context) == 0x000008, "Member 'ABL_ProtegoParry_Heavy_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ProtegoParry_Heavy_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_ProtegoParry_Heavy_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_ProtegoParry_Heavy_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_ProtegoParry_Heavy_C_ExecuteUbergraph_ABL_ProtegoParry_Heavy::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ProtegoParry_Heavy_C_OnAbilityStart \ static_assert(alignof(ABL_ProtegoParry_Heavy_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ProtegoParry_Heavy_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ProtegoParry_Heavy_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ProtegoParry_Heavy_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ProtegoParry_Heavy_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ProtegoParry_Heavy_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ProtegoParry_Heavy_C \ static_assert(alignof(UABL_ProtegoParry_Heavy_C) == 0x000008, "Wrong alignment on UABL_ProtegoParry_Heavy_C"); \ static_assert(sizeof(UABL_ProtegoParry_Heavy_C) == 0x0000D0, "Wrong size on UABL_ProtegoParry_Heavy_C"); \ static_assert(offsetof(UABL_ProtegoParry_Heavy_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ProtegoParry_Heavy_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitPetrificusFallDown_C_ExecuteUbergraph_ABL_HitPetrificusFallDown \ static_assert(alignof(ABL_HitPetrificusFallDown_C_ExecuteUbergraph_ABL_HitPetrificusFallDown) == 0x000008, "Wrong alignment on ABL_HitPetrificusFallDown_C_ExecuteUbergraph_ABL_HitPetrificusFallDown"); \ static_assert(sizeof(ABL_HitPetrificusFallDown_C_ExecuteUbergraph_ABL_HitPetrificusFallDown) == 0x000018, "Wrong size on ABL_HitPetrificusFallDown_C_ExecuteUbergraph_ABL_HitPetrificusFallDown"); \ static_assert(offsetof(ABL_HitPetrificusFallDown_C_ExecuteUbergraph_ABL_HitPetrificusFallDown, EntryPoint) == 0x000000, "Member 'ABL_HitPetrificusFallDown_C_ExecuteUbergraph_ABL_HitPetrificusFallDown::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitPetrificusFallDown_C_ExecuteUbergraph_ABL_HitPetrificusFallDown, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitPetrificusFallDown_C_ExecuteUbergraph_ABL_HitPetrificusFallDown::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitPetrificusFallDown_C_ExecuteUbergraph_ABL_HitPetrificusFallDown, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitPetrificusFallDown_C_ExecuteUbergraph_ABL_HitPetrificusFallDown::K2Node_Event_NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitPetrificusFallDown_C_OnAbilityBranch \ static_assert(alignof(ABL_HitPetrificusFallDown_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitPetrificusFallDown_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitPetrificusFallDown_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitPetrificusFallDown_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitPetrificusFallDown_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitPetrificusFallDown_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitPetrificusFallDown_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitPetrificusFallDown_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitPetrificusFallDown_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitPetrificusFallDown_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitPetrificusFallDown_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitPetrificusFallDown_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitPetrificusFallDown_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitPetrificusFallDown_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitPetrificusFallDown_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitPetrificusFallDown_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitPetrificusFallDown_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitPetrificusFallDown_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitPetrificusFallDown_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitPetrificusFallDown_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitPetrificusFallDown_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitPetrificusFallDown_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitPetrificusFallDown_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitPetrificusFallDown_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitPetrificusFallDown_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitPetrificusFallDown_C \ static_assert(alignof(UABL_HitPetrificusFallDown_C) == 0x000008, "Wrong alignment on UABL_HitPetrificusFallDown_C"); \ static_assert(sizeof(UABL_HitPetrificusFallDown_C) == 0x0000E8, "Wrong size on UABL_HitPetrificusFallDown_C"); \ static_assert(offsetof(UABL_HitPetrificusFallDown_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitPetrificusFallDown_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_SuperSlam_C_ExecuteUbergraph_ABL_RCT_NPC_SuperSlam \ static_assert(alignof(ABL_RCT_NPC_SuperSlam_C_ExecuteUbergraph_ABL_RCT_NPC_SuperSlam) == 0x000008, "Wrong alignment on ABL_RCT_NPC_SuperSlam_C_ExecuteUbergraph_ABL_RCT_NPC_SuperSlam"); \ static_assert(sizeof(ABL_RCT_NPC_SuperSlam_C_ExecuteUbergraph_ABL_RCT_NPC_SuperSlam) == 0x000010, "Wrong size on ABL_RCT_NPC_SuperSlam_C_ExecuteUbergraph_ABL_RCT_NPC_SuperSlam"); \ static_assert(offsetof(ABL_RCT_NPC_SuperSlam_C_ExecuteUbergraph_ABL_RCT_NPC_SuperSlam, EntryPoint) == 0x000000, "Member 'ABL_RCT_NPC_SuperSlam_C_ExecuteUbergraph_ABL_RCT_NPC_SuperSlam::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_SuperSlam_C_ExecuteUbergraph_ABL_RCT_NPC_SuperSlam, K2Node_Event_Context) == 0x000008, "Member 'ABL_RCT_NPC_SuperSlam_C_ExecuteUbergraph_ABL_RCT_NPC_SuperSlam::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_SuperSlam_C_OnAbilityStart \ static_assert(alignof(ABL_RCT_NPC_SuperSlam_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_RCT_NPC_SuperSlam_C_OnAbilityStart"); \ static_assert(sizeof(ABL_RCT_NPC_SuperSlam_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_RCT_NPC_SuperSlam_C_OnAbilityStart"); \ static_assert(offsetof(ABL_RCT_NPC_SuperSlam_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_RCT_NPC_SuperSlam_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_SuperSlam_C \ static_assert(alignof(UABL_RCT_NPC_SuperSlam_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_SuperSlam_C"); \ static_assert(sizeof(UABL_RCT_NPC_SuperSlam_C) == 0x0000E8, "Wrong size on UABL_RCT_NPC_SuperSlam_C"); \ static_assert(offsetof(UABL_RCT_NPC_SuperSlam_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_RCT_NPC_SuperSlam_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIntro_Cliffside_VFX_C \ static_assert(alignof(AIntro_Cliffside_VFX_C) == 0x000008, "Wrong alignment on AIntro_Cliffside_VFX_C"); \ static_assert(sizeof(AIntro_Cliffside_VFX_C) == 0x000250, "Wrong size on AIntro_Cliffside_VFX_C"); \ #define DUMPER7_ASSERTS_UABL_ApparateOut_C \ static_assert(alignof(UABL_ApparateOut_C) == 0x000008, "Wrong alignment on UABL_ApparateOut_C"); \ static_assert(sizeof(UABL_ApparateOut_C) == 0x0000C8, "Wrong size on UABL_ApparateOut_C"); \ #define DUMPER7_ASSERTS_ABL_ClimbLadder_Up_C_ExecuteUbergraph_ABL_ClimbLadder_Up \ static_assert(alignof(ABL_ClimbLadder_Up_C_ExecuteUbergraph_ABL_ClimbLadder_Up) == 0x000008, "Wrong alignment on ABL_ClimbLadder_Up_C_ExecuteUbergraph_ABL_ClimbLadder_Up"); \ static_assert(sizeof(ABL_ClimbLadder_Up_C_ExecuteUbergraph_ABL_ClimbLadder_Up) == 0x000010, "Wrong size on ABL_ClimbLadder_Up_C_ExecuteUbergraph_ABL_ClimbLadder_Up"); \ static_assert(offsetof(ABL_ClimbLadder_Up_C_ExecuteUbergraph_ABL_ClimbLadder_Up, EntryPoint) == 0x000000, "Member 'ABL_ClimbLadder_Up_C_ExecuteUbergraph_ABL_ClimbLadder_Up::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ClimbLadder_Up_C_ExecuteUbergraph_ABL_ClimbLadder_Up, K2Node_Event_Context) == 0x000008, "Member 'ABL_ClimbLadder_Up_C_ExecuteUbergraph_ABL_ClimbLadder_Up::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ClimbLadder_Up_C_OnAbilityStart \ static_assert(alignof(ABL_ClimbLadder_Up_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ClimbLadder_Up_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ClimbLadder_Up_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ClimbLadder_Up_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ClimbLadder_Up_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ClimbLadder_Up_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ClimbLadder_Up_C \ static_assert(alignof(UABL_ClimbLadder_Up_C) == 0x000008, "Wrong alignment on UABL_ClimbLadder_Up_C"); \ static_assert(sizeof(UABL_ClimbLadder_Up_C) == 0x0000D0, "Wrong size on UABL_ClimbLadder_Up_C"); \ static_assert(offsetof(UABL_ClimbLadder_Up_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ClimbLadder_Up_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_Enemy_HasIATags_C_PerformConditionCheckAI \ static_assert(alignof(BTD_Enemy_HasIATags_C_PerformConditionCheckAI) == 0x000008, "Wrong alignment on BTD_Enemy_HasIATags_C_PerformConditionCheckAI"); \ static_assert(sizeof(BTD_Enemy_HasIATags_C_PerformConditionCheckAI) == 0x000038, "Wrong size on BTD_Enemy_HasIATags_C_PerformConditionCheckAI"); \ static_assert(offsetof(BTD_Enemy_HasIATags_C_PerformConditionCheckAI, OwnerController) == 0x000000, "Member 'BTD_Enemy_HasIATags_C_PerformConditionCheckAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTD_Enemy_HasIATags_C_PerformConditionCheckAI, ControlledPawn) == 0x000008, "Member 'BTD_Enemy_HasIATags_C_PerformConditionCheckAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTD_Enemy_HasIATags_C_PerformConditionCheckAI, ReturnValue) == 0x000010, "Member 'BTD_Enemy_HasIATags_C_PerformConditionCheckAI::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Enemy_HasIATags_C_PerformConditionCheckAI, K2Node_DynamicCast_AsNPC_Character) == 0x000018, "Member 'BTD_Enemy_HasIATags_C_PerformConditionCheckAI::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(BTD_Enemy_HasIATags_C_PerformConditionCheckAI, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTD_Enemy_HasIATags_C_PerformConditionCheckAI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTD_Enemy_HasIATags_C_PerformConditionCheckAI, CallFunc_GetAnimationArchitectComponent_ReturnValue) == 0x000028, "Member 'BTD_Enemy_HasIATags_C_PerformConditionCheckAI::CallFunc_GetAnimationArchitectComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Enemy_HasIATags_C_PerformConditionCheckAI, CallFunc_InteractionArchitectTagContainerHasAny_ReturnValue) == 0x000030, "Member 'BTD_Enemy_HasIATags_C_PerformConditionCheckAI::CallFunc_InteractionArchitectTagContainerHasAny_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTD_Enemy_HasIATags_C_PerformConditionCheck \ static_assert(alignof(BTD_Enemy_HasIATags_C_PerformConditionCheck) == 0x000008, "Wrong alignment on BTD_Enemy_HasIATags_C_PerformConditionCheck"); \ static_assert(sizeof(BTD_Enemy_HasIATags_C_PerformConditionCheck) == 0x000030, "Wrong size on BTD_Enemy_HasIATags_C_PerformConditionCheck"); \ static_assert(offsetof(BTD_Enemy_HasIATags_C_PerformConditionCheck, OwnerActor) == 0x000000, "Member 'BTD_Enemy_HasIATags_C_PerformConditionCheck::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTD_Enemy_HasIATags_C_PerformConditionCheck, ReturnValue) == 0x000008, "Member 'BTD_Enemy_HasIATags_C_PerformConditionCheck::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Enemy_HasIATags_C_PerformConditionCheck, K2Node_DynamicCast_AsNPC_Character) == 0x000010, "Member 'BTD_Enemy_HasIATags_C_PerformConditionCheck::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(BTD_Enemy_HasIATags_C_PerformConditionCheck, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTD_Enemy_HasIATags_C_PerformConditionCheck::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTD_Enemy_HasIATags_C_PerformConditionCheck, CallFunc_GetAnimationArchitectComponent_ReturnValue) == 0x000020, "Member 'BTD_Enemy_HasIATags_C_PerformConditionCheck::CallFunc_GetAnimationArchitectComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTD_Enemy_HasIATags_C_PerformConditionCheck, CallFunc_InteractionArchitectTagContainerHasAny_ReturnValue) == 0x000028, "Member 'BTD_Enemy_HasIATags_C_PerformConditionCheck::CallFunc_InteractionArchitectTagContainerHasAny_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTD_Enemy_HasIATags_C \ static_assert(alignof(UBTD_Enemy_HasIATags_C) == 0x000008, "Wrong alignment on UBTD_Enemy_HasIATags_C"); \ static_assert(sizeof(UBTD_Enemy_HasIATags_C) == 0x0000C0, "Wrong size on UBTD_Enemy_HasIATags_C"); \ static_assert(offsetof(UBTD_Enemy_HasIATags_C, TagContainer) == 0x0000A0, "Member 'UBTD_Enemy_HasIATags_C::TagContainer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest \ static_assert(alignof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest) == 0x000008, "Wrong alignment on BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest"); \ static_assert(sizeof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest) == 0x0001F8, "Wrong size on BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, EntryPoint) == 0x000000, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000010, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000028, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_Event_OwnerActor) == 0x000040, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_GetActorOwner_ReturnValue) == 0x000048, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000050, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000068, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_bSuccess_3) == 0x000078, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_GetBlackboard_ReturnValue) == 0x000080, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000088, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_AsBiped_Player) == 0x000090, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_bSuccess_4) == 0x000098, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_GetComponentByClass_ReturnValue) == 0x0000A0, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0000A8, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_IsValid_ReturnValue) == 0x0000B0, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_IsContainerEmpty_ReturnValue) == 0x0000B1, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_IsContainerEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_Event_OwnerActor_1) == 0x0000B8, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0000C0, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0000C8, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x0000D0, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_GetComponentByClass_ReturnValue_2) == 0x0000D8, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_ActorHasTag_ReturnValue) == 0x0000E0, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_ActorHasTag_ReturnValue_1) == 0x0000E1, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_ActorHasTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_GetActorOwner_ReturnValue_1) == 0x0000E8, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0000F0, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x0000F8, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_bSuccess_5) == 0x000108, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x000110, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_bSuccess_6) == 0x000120, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_CreateDelegate_OutputDelegate) == 0x000124, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_MakeLiteralName_ReturnValue) == 0x000134, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_HermesBindEvent_Handle) == 0x000140, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_GetActorOwner_ReturnValue_2) == 0x000150, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000158, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_CalculateLocation_FacingTarget) == 0x000160, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_CalculateLocation_FacingTarget' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_CalculateLocation_Rotation) == 0x000168, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_CalculateLocation_Rotation' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_CalculateLocation_Location) == 0x000174, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_CalculateLocation_Location' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_CalculateLocation_Direction) == 0x000180, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_CalculateLocation_Direction' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_GetPlayerController_ReturnValue) == 0x000190, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_CustomEvent_Caller) == 0x000198, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x0001A0, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_bSuccess_7) == 0x0001A8, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x0001AC, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x0001B0, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_MakeLiteralName_ReturnValue_2) == 0x0001B4, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_GetValueAsObject_ReturnValue) == 0x0001C0, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_AsActor) == 0x0001C8, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_bSuccess_8) == 0x0001D0, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0001D4, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_GetPlayerController_ReturnValue_1) == 0x0001D8, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, CallFunc_MakeLiteralByte_ReturnValue) == 0x0001E0, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_AsBiped_Player_Controller_1) == 0x0001E8, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_AsBiped_Player_Controller_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest, K2Node_DynamicCast_bSuccess_9) == 0x0001F0, "Member 'BTT_Biped_OpenChest_C_ExecuteUbergraph_BTT_Biped_OpenChest::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_OpenChest_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_OpenChest_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_OpenChest_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_OpenChest_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_OpenChest_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_OpenChest_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_OpenChest_C_ExitTask \ static_assert(alignof(BTT_Biped_OpenChest_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_OpenChest_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_OpenChest_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_OpenChest_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_OpenChest_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_OpenChest_C_LootUIDone \ static_assert(alignof(BTT_Biped_OpenChest_C_LootUIDone) == 0x000008, "Wrong alignment on BTT_Biped_OpenChest_C_LootUIDone"); \ static_assert(sizeof(BTT_Biped_OpenChest_C_LootUIDone) == 0x000008, "Wrong size on BTT_Biped_OpenChest_C_LootUIDone"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_LootUIDone, Caller) == 0x000000, "Member 'BTT_Biped_OpenChest_C_LootUIDone::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_OpenChest_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_OpenChest_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_OpenChest_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_OpenChest_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_OpenChest_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_OpenChest_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_OpenChest_C_CustActionEvt_OpenChest_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_OpenChest_C_CustActionEvt_OpenChest_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_OpenChest_C_CustActionEvt_OpenChest_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_OpenChest_C_CustActionEvt_OpenChest_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_OpenChest_C_CustActionEvt_OpenChest_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CustActionEvt_OpenChest_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_OpenChest_C_CustActionEvt_OpenChest_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_OpenChest_C_CustActionEvt_ShowLootUI_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_OpenChest_C_CustActionEvt_ShowLootUI_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_OpenChest_C_CustActionEvt_ShowLootUI_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_OpenChest_C_CustActionEvt_ShowLootUI_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_OpenChest_C_CustActionEvt_ShowLootUI_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CustActionEvt_ShowLootUI_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_OpenChest_C_CustActionEvt_ShowLootUI_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_OpenChest_C_CalculateLocation \ static_assert(alignof(BTT_Biped_OpenChest_C_CalculateLocation) == 0x000010, "Wrong alignment on BTT_Biped_OpenChest_C_CalculateLocation"); \ static_assert(sizeof(BTT_Biped_OpenChest_C_CalculateLocation) == 0x000140, "Wrong size on BTT_Biped_OpenChest_C_CalculateLocation"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, Chest) == 0x000000, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::Chest' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, Biped) == 0x000008, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::Biped' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, FacingTarget) == 0x000010, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::FacingTarget' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, Rotation) == 0x000018, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, Location) == 0x000024, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::Location' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, Direction) == 0x000030, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::Direction' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, K2Node_DynamicCast_AsBiped_Character) == 0x000040, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::K2Node_DynamicCast_AsBiped_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, K2Node_DynamicCast_AsActor) == 0x000050, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000060, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, K2Node_DynamicCast_bSuccess_2) == 0x000070, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, CallFunc_GetTransform_ReturnValue) == 0x000080, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, CallFunc_GetFaceTargetTracker_ReturnValue) == 0x0000B0, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::CallFunc_GetFaceTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, CallFunc_BreakTransform_Location) == 0x0000B8, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, CallFunc_BreakTransform_Rotation) == 0x0000C4, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, CallFunc_BreakTransform_Scale) == 0x0000D0, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, CallFunc_GetRightVector_ReturnValue) == 0x0000DC, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000E8, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, CallFunc_GetUnscaledCapsuleHalfHeight_ReturnValue) == 0x0000F4, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::CallFunc_GetUnscaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, CallFunc_Normal_ReturnValue) == 0x0000F8, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, CallFunc_MakeVector_ReturnValue) == 0x000104, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000110, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, CallFunc_Add_VectorVector_ReturnValue) == 0x00011C, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_CalculateLocation, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000128, "Member 'BTT_Biped_OpenChest_C_CalculateLocation::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_OpenChest_C_SetAvatarTickPrerequisite \ static_assert(alignof(BTT_Biped_OpenChest_C_SetAvatarTickPrerequisite) == 0x000008, "Wrong alignment on BTT_Biped_OpenChest_C_SetAvatarTickPrerequisite"); \ static_assert(sizeof(BTT_Biped_OpenChest_C_SetAvatarTickPrerequisite) == 0x000020, "Wrong size on BTT_Biped_OpenChest_C_SetAvatarTickPrerequisite"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_SetAvatarTickPrerequisite, SetPrerequisite) == 0x000000, "Member 'BTT_Biped_OpenChest_C_SetAvatarTickPrerequisite::SetPrerequisite' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_SetAvatarTickPrerequisite, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BTT_Biped_OpenChest_C_SetAvatarTickPrerequisite::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_SetAvatarTickPrerequisite, CallFunc_GetActorOwner_ReturnValue) == 0x000010, "Member 'BTT_Biped_OpenChest_C_SetAvatarTickPrerequisite::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_OpenChest_C_SetAvatarTickPrerequisite, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000018, "Member 'BTT_Biped_OpenChest_C_SetAvatarTickPrerequisite::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_OpenChest_C \ static_assert(alignof(UBTT_Biped_OpenChest_C) == 0x000008, "Wrong alignment on UBTT_Biped_OpenChest_C"); \ static_assert(sizeof(UBTT_Biped_OpenChest_C) == 0x000188, "Wrong size on UBTT_Biped_OpenChest_C"); \ static_assert(offsetof(UBTT_Biped_OpenChest_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_OpenChest_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_OpenChest_C, LootableContainer) == 0x000158, "Member 'UBTT_Biped_OpenChest_C::LootableContainer' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_OpenChest_C, PlayerLocation) == 0x000160, "Member 'UBTT_Biped_OpenChest_C::PlayerLocation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_OpenChest_C, InteractiveObject) == 0x000170, "Member 'UBTT_Biped_OpenChest_C::InteractiveObject' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_OpenChest_C, CogStimuliSource) == 0x000178, "Member 'UBTT_Biped_OpenChest_C::CogStimuliSource' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_OpenChest_C, LootDrop) == 0x000180, "Member 'UBTT_Biped_OpenChest_C::LootDrop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_BlackParticleExplodeNoDeath_StumbleThenKneel_C \ static_assert(alignof(UABL_NPC_RCT_BlackParticleExplodeNoDeath_StumbleThenKneel_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_BlackParticleExplodeNoDeath_StumbleThenKneel_C"); \ static_assert(sizeof(UABL_NPC_RCT_BlackParticleExplodeNoDeath_StumbleThenKneel_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_BlackParticleExplodeNoDeath_StumbleThenKneel_C"); \ #define DUMPER7_ASSERTS_BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort \ static_assert(alignof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort) == 0x000010, "Wrong alignment on BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort"); \ static_assert(sizeof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort) == 0x000270, "Wrong size on BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, EntryPoint) == 0x000000, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_AsBiped_Player) == 0x000010, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000020, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_GetComponentByClass_ReturnValue) == 0x000038, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_MakeLiteralName_ReturnValue) == 0x000048, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000050, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_GetValueAsObject_ReturnValue) == 0x000058, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_AsFast_Travel_Port) == 0x000060, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_AsFast_Travel_Port' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_bSuccess_2) == 0x000068, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, Temp_bool_Variable) == 0x000069, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_GetAnimInstance_ReturnValue) == 0x000070, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000078, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_bSuccess_3) == 0x000088, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_Select_Default) == 0x000090, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000098, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_bSuccess_4) == 0x0000A8, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x0000B0, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_bSuccess_5) == 0x0000C0, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_CreateDelegate_OutputDelegate) == 0x0000C4, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000D4, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0000E8, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x0000F0, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x0000F8, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_bSuccess_6) == 0x000108, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4) == 0x000110, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_bSuccess_7) == 0x000120, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5) == 0x000128, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_bSuccess_8) == 0x000138, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x00013C, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000140, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_MakeTransform_ReturnValue) == 0x000150, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000180, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x000184, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_GetActorOwner_ReturnValue) == 0x000188, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_AsBiped_Player_1) == 0x000190, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_bSuccess_9) == 0x000198, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x00019C, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_GetActorOwner_ReturnValue_1) == 0x0001A0, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_Event_OwnerActor) == 0x0001A8, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_CustomEvent_Caller) == 0x0001B0, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_AsBiped_Player_2) == 0x0001B8, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_bSuccess_10) == 0x0001C0, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_AsCharacter) == 0x0001C8, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_bSuccess_11) == 0x0001D0, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_AsAble_Character_Interface) == 0x0001D8, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_bSuccess_12) == 0x0001E8, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_GetMovementComponent_ReturnValue) == 0x0001F0, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_GetMovementComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x0001F8, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_AsCharacter_Movement_Component) == 0x000200, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_AsCharacter_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_bSuccess_13) == 0x000208, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_AsAmbulatory_Character_Interface_1) == 0x000210, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_AsAmbulatory_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, K2Node_DynamicCast_bSuccess_14) == 0x000220, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000221, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_AttachSceneComponent_ReturnValue) == 0x000228, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_AttachSceneComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000230, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_AddTarget_Actor_ReturnValue) == 0x000238, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_AddTarget_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000240, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_HermesBindEvent_Handle) == 0x000248, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000258, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000260, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort, CallFunc_ToadStatueTeleport_ReturnValue) == 0x000268, "Member 'BTT_PortToPort_C_ExecuteUbergraph_BTT_PortToPort::CallFunc_ToadStatueTeleport_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_PortToPort_C_MovementModeChanged \ static_assert(alignof(BTT_PortToPort_C_MovementModeChanged) == 0x000008, "Wrong alignment on BTT_PortToPort_C_MovementModeChanged"); \ static_assert(sizeof(BTT_PortToPort_C_MovementModeChanged) == 0x000008, "Wrong size on BTT_PortToPort_C_MovementModeChanged"); \ static_assert(offsetof(BTT_PortToPort_C_MovementModeChanged, Caller) == 0x000000, "Member 'BTT_PortToPort_C_MovementModeChanged::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_PortToPort_C_ReceiveExecute \ static_assert(alignof(BTT_PortToPort_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_PortToPort_C_ReceiveExecute"); \ static_assert(sizeof(BTT_PortToPort_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_PortToPort_C_ReceiveExecute"); \ static_assert(offsetof(BTT_PortToPort_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_PortToPort_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_PortToPort_C_ExitTask \ static_assert(alignof(BTT_PortToPort_C_ExitTask) == 0x000008, "Wrong alignment on BTT_PortToPort_C_ExitTask"); \ static_assert(sizeof(BTT_PortToPort_C_ExitTask) == 0x000008, "Wrong size on BTT_PortToPort_C_ExitTask"); \ static_assert(offsetof(BTT_PortToPort_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_PortToPort_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_PortToPort_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_PortToPort_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_PortToPort_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_PortToPort_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_PortToPort_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_PortToPort_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_PortToPort_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_PortToPort_C_CustActionEvt_AllowJumpLand_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_PortToPort_C_CustActionEvt_AllowJumpLand_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_PortToPort_C_CustActionEvt_AllowJumpLand_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_PortToPort_C_CustActionEvt_AllowJumpLand_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_PortToPort_C_CustActionEvt_AllowJumpLand_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_PortToPort_C_CustActionEvt_AllowJumpLand_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_PortToPort_C_CustActionEvt_AllowJumpLand_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_PortToPort_C_CustActionEvt_FastTravelTeleport_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_PortToPort_C_CustActionEvt_FastTravelTeleport_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_PortToPort_C_CustActionEvt_FastTravelTeleport_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_PortToPort_C_CustActionEvt_FastTravelTeleport_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_PortToPort_C_CustActionEvt_FastTravelTeleport_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_PortToPort_C_CustActionEvt_FastTravelTeleport_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_PortToPort_C_CustActionEvt_FastTravelTeleport_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_PortToPort_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_PortToPort_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_PortToPort_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_PortToPort_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_PortToPort_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_PortToPort_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_PortToPort_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_PortToPort_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTT_PortToPort_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTT_PortToPort_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTT_PortToPort_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTT_PortToPort_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTT_PortToPort_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_PortToPort_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_PortToPort_C_SetContexts \ static_assert(alignof(BTT_PortToPort_C_SetContexts) == 0x000001, "Wrong alignment on BTT_PortToPort_C_SetContexts"); \ static_assert(sizeof(BTT_PortToPort_C_SetContexts) == 0x000001, "Wrong size on BTT_PortToPort_C_SetContexts"); \ static_assert(offsetof(BTT_PortToPort_C_SetContexts, Flag) == 0x000000, "Member 'BTT_PortToPort_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_PortToPort_C \ static_assert(alignof(UBTT_PortToPort_C) == 0x000008, "Wrong alignment on UBTT_PortToPort_C"); \ static_assert(sizeof(UBTT_PortToPort_C) == 0x000180, "Wrong size on UBTT_PortToPort_C"); \ static_assert(offsetof(UBTT_PortToPort_C, UberGraphFrame) == 0x000150, "Member 'UBTT_PortToPort_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_PortToPort_C, StartPortal) == 0x000158, "Member 'UBTT_PortToPort_C::StartPortal' has a wrong offset!"); \ static_assert(offsetof(UBTT_PortToPort_C, EndPortal) == 0x000160, "Member 'UBTT_PortToPort_C::EndPortal' has a wrong offset!"); \ static_assert(offsetof(UBTT_PortToPort_C, TeleportTimerHandle) == 0x000168, "Member 'UBTT_PortToPort_C::TeleportTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTT_PortToPort_C, TravelerTransformComponent) == 0x000170, "Member 'UBTT_PortToPort_C::TravelerTransformComponent' has a wrong offset!"); \ static_assert(offsetof(UBTT_PortToPort_C, Landed) == 0x000178, "Member 'UBTT_PortToPort_C::Landed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery \ static_assert(alignof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery) == 0x000008, "Wrong alignment on BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery"); \ static_assert(sizeof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery) == 0x0000A0, "Wrong size on BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, EntryPoint) == 0x000000, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000028, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, CallFunc_GetMoveStickValues_X) == 0x00003C, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, CallFunc_GetMoveStickValues_Y) == 0x000040, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000044, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000045, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x000046, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, K2Node_Event_OwnerActor) == 0x000048, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, CallFunc_BooleanOR_ReturnValue) == 0x000050, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000054, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, K2Node_CustomEvent_Caller) == 0x000058, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, K2Node_CustomEvent_SurfaceTypeChanged) == 0x000060, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::K2Node_CustomEvent_SurfaceTypeChanged' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, K2Node_CreateDelegate_OutputDelegate) == 0x000074, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, CallFunc_HermesBindSurfaceTypeChanged_Handle) == 0x000088, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::CallFunc_HermesBindSurfaceTypeChanged_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000098, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000099, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery, CallFunc_BooleanOR_ReturnValue_1) == 0x00009A, "Member 'BTT_Biped_ButtSlideRecovery_C_ExecuteUbergraph_BTT_Biped_ButtSlideRecovery::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ButtSlideRecovery_C_SurfaceTypeChanged \ static_assert(alignof(BTT_Biped_ButtSlideRecovery_C_SurfaceTypeChanged) == 0x000008, "Wrong alignment on BTT_Biped_ButtSlideRecovery_C_SurfaceTypeChanged"); \ static_assert(sizeof(BTT_Biped_ButtSlideRecovery_C_SurfaceTypeChanged) == 0x000020, "Wrong size on BTT_Biped_ButtSlideRecovery_C_SurfaceTypeChanged"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_SurfaceTypeChanged, Caller) == 0x000000, "Member 'BTT_Biped_ButtSlideRecovery_C_SurfaceTypeChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_SurfaceTypeChanged, SurfaceTypeChanged_0) == 0x000008, "Member 'BTT_Biped_ButtSlideRecovery_C_SurfaceTypeChanged::SurfaceTypeChanged_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ButtSlideRecovery_C_ExitTask \ static_assert(alignof(BTT_Biped_ButtSlideRecovery_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_ButtSlideRecovery_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_ButtSlideRecovery_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_ButtSlideRecovery_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_ButtSlideRecovery_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ButtSlideRecovery_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_ButtSlideRecovery_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_ButtSlideRecovery_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_ButtSlideRecovery_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_ButtSlideRecovery_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_ButtSlideRecovery_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ButtSlideRecovery_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_ButtSlideRecovery_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_ButtSlideRecovery_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_ButtSlideRecovery_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_ButtSlideRecovery_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_ButtSlideRecovery_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ButtSlideRecovery_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_ButtSlideRecovery_C \ static_assert(alignof(UBTT_Biped_ButtSlideRecovery_C) == 0x000008, "Wrong alignment on UBTT_Biped_ButtSlideRecovery_C"); \ static_assert(sizeof(UBTT_Biped_ButtSlideRecovery_C) == 0x000158, "Wrong size on UBTT_Biped_ButtSlideRecovery_C"); \ static_assert(offsetof(UBTT_Biped_ButtSlideRecovery_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_ButtSlideRecovery_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen \ static_assert(alignof(ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen) == 0x000008, "Wrong alignment on ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen"); \ static_assert(sizeof(ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen) == 0x000070, "Wrong size on ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen"); \ static_assert(offsetof(ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen, EntryPoint) == 0x000000, "Member 'ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen, K2Node_Event_Context) == 0x000008, "Member 'ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Idle_2_Listen_C_ExecuteUbergraph_ABL_Idle_2_Listen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_2_Listen_C_OnAbilityBranch \ static_assert(alignof(ABL_Idle_2_Listen_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Idle_2_Listen_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Idle_2_Listen_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Idle_2_Listen_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Idle_2_Listen_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Idle_2_Listen_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Idle_2_Listen_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Idle_2_Listen_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Idle_2_Listen_C_OnAbilityStart \ static_assert(alignof(ABL_Idle_2_Listen_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Idle_2_Listen_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Idle_2_Listen_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Idle_2_Listen_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Idle_2_Listen_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Idle_2_Listen_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Idle_2_Listen_C \ static_assert(alignof(UABL_Idle_2_Listen_C) == 0x000008, "Wrong alignment on UABL_Idle_2_Listen_C"); \ static_assert(sizeof(UABL_Idle_2_Listen_C) == 0x0000D0, "Wrong size on UABL_Idle_2_Listen_C"); \ static_assert(offsetof(UABL_Idle_2_Listen_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Idle_2_Listen_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope \ static_assert(alignof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope) == 0x000008, "Wrong alignment on BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope"); \ static_assert(sizeof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope) == 0x000140, "Wrong size on BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, EntryPoint) == 0x000000, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_AsBiped_Player) == 0x000010, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_Event_OwnerActor) == 0x000020, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000028, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_AsBiped_Player_1) == 0x000040, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000050, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_bSuccess_3) == 0x000060, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000061, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, CallFunc_GetAnimInstance_ReturnValue) == 0x000068, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000070, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000078, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_bSuccess_4) == 0x000088, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000090, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_bSuccess_5) == 0x0000A0, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x0000A8, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_bSuccess_6) == 0x0000B8, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x0000C0, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_bSuccess_7) == 0x0000D0, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x0000D1, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x0000D4, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0000D8, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x0000DC, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x0000E0, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, Temp_bool_IsClosed_Variable) == 0x0000E4, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0000E8, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x0000F0, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_bSuccess_8) == 0x000100, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x000101, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000104, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000108, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, CallFunc_MakeLiteralName_ReturnValue) == 0x000110, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, CallFunc_MakeLiteralByte_ReturnValue) == 0x000118, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, CallFunc_GetValueAsObject_ReturnValue) == 0x000120, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_AsActor) == 0x000128, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, K2Node_DynamicCast_bSuccess_9) == 0x000130, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope, CallFunc_AddTarget_Actor_ReturnValue) == 0x000138, "Member 'BTT_Biped_Telescope_C_ExecuteUbergraph_BTT_Biped_Telescope::CallFunc_AddTarget_Actor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Telescope_C_ExitTask \ static_assert(alignof(BTT_Biped_Telescope_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Telescope_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Telescope_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Telescope_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Telescope_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Telescope_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Telescope_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Telescope_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Telescope_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Telescope_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Telescope_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Telescope_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Telescope_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(BTT_Biped_Telescope_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Telescope_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Telescope_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Telescope_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Telescope_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Telescope_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Telescope_C_CustActionEvt_ExitTelescope_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_Telescope_C_CustActionEvt_ExitTelescope_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Telescope_C_CustActionEvt_ExitTelescope_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Telescope_C_CustActionEvt_ExitTelescope_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Telescope_C_CustActionEvt_ExitTelescope_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Telescope_C_CustActionEvt_ExitTelescope_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Telescope_C_CustActionEvt_ExitTelescope_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Telescope_C_CustActionEvt_BeginInteract_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_Telescope_C_CustActionEvt_BeginInteract_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_Telescope_C_CustActionEvt_BeginInteract_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_Telescope_C_CustActionEvt_BeginInteract_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_Telescope_C_CustActionEvt_BeginInteract_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_Telescope_C_CustActionEvt_BeginInteract_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Telescope_C_CustActionEvt_BeginInteract_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Telescope_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_Telescope_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Telescope_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Telescope_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Telescope_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Telescope_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Telescope_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Telescope_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_Telescope_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_Telescope_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_Telescope_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_Telescope_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_Telescope_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Telescope_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Telescope_C_SetContexts \ static_assert(alignof(BTT_Biped_Telescope_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_Telescope_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_Telescope_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_Telescope_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_Telescope_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_Telescope_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Telescope_C \ static_assert(alignof(UBTT_Biped_Telescope_C) == 0x000008, "Wrong alignment on UBTT_Biped_Telescope_C"); \ static_assert(sizeof(UBTT_Biped_Telescope_C) == 0x000158, "Wrong size on UBTT_Biped_Telescope_C"); \ static_assert(offsetof(UBTT_Biped_Telescope_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Telescope_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd \ static_assert(alignof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd"); \ static_assert(sizeof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd) == 0x000058, "Wrong size on VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd::MeshComp' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd::Animation' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd, BaseChar) == 0x000018, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd::BaseChar' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd, Mesh) == 0x000020, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd::Mesh' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000030, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue_1) == 0x000038, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd, CallFunc_GetOwner_ReturnValue) == 0x000040, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd, K2Node_DynamicCast_AsBase_Character) == 0x000048, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd::K2Node_DynamicCast_AsBase_Character' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd, CallFunc_IsValid_ReturnValue_2) == 0x000051, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd, CallFunc_BooleanAND_ReturnValue) == 0x000052, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd, CallFunc_BooleanAND_ReturnValue_1) == 0x000053, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd, CallFunc_BooleanAND_ReturnValue_2) == 0x000054, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd, CallFunc_BooleanAND_ReturnValue_3) == 0x000055, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyEnd::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin \ static_assert(alignof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin) == 0x000010, "Wrong alignment on VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin"); \ static_assert(sizeof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin) == 0x000230, "Wrong size on VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::MeshComp' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::Animation' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::TotalDuration' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, BaseChar) == 0x000018, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::BaseChar' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, Mesh) == 0x000020, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::Mesh' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, NiagInstance) == 0x000028, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::NiagInstance' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, Temp_struct_Variable) == 0x000030, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000088, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, Temp_struct_Variable_1) == 0x000090, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, K2Node_DynamicCast_AsBase_Character) == 0x0000E0, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::K2Node_DynamicCast_AsBase_Character' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_GetSocketTransform_ReturnValue) == 0x0000F0, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, K2Node_MakeStruct_MultiFX) == 0x000120, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::K2Node_MakeStruct_MultiFX' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_BreakTransform_Location) == 0x000150, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_BreakTransform_Rotation) == 0x00015C, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_BreakTransform_Scale) == 0x000168, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_SpawnMultiFXAtLocation_ReturnValue) == 0x000178, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_SpawnMultiFXAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_SpawnMultiFXAttached_ReturnValue) == 0x000180, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_SpawnMultiFXAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000188, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_GetNiagaraComponent_ReturnValue_1) == 0x000190, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_GetNiagaraComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_GetSocketTransform_ReturnValue_1) == 0x0001A0, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_GetSocketTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_BreakTransform_Location_1) == 0x0001D0, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_BreakTransform_Rotation_1) == 0x0001DC, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_BreakTransform_Scale_1) == 0x0001E8, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_IsValid_ReturnValue_1) == 0x0001F4, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_ComposeRotators_ReturnValue) == 0x0001F8, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000204, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_GetForwardVector_ReturnValue) == 0x000210, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_Add_VectorVector_ReturnValue) == 0x00021C, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_BooleanAND_ReturnValue) == 0x000228, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin, CallFunc_BooleanAND_ReturnValue_1) == 0x000229, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyBegin::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick \ static_assert(alignof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick) == 0x000010, "Wrong alignment on VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick"); \ static_assert(sizeof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick) == 0x000100, "Wrong size on VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, MeshComp) == 0x000000, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::MeshComp' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, Animation) == 0x000008, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::Animation' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, FrameDeltaTime) == 0x000010, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::FrameDeltaTime' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, ReturnValue) == 0x000014, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, NiagaraInst) == 0x000018, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::NiagaraInst' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, ScratchFX) == 0x000020, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::ScratchFX' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, BaseChar) == 0x000028, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::BaseChar' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, Mesh) == 0x000030, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::Mesh' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, Count) == 0x000038, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::Count' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, CallFunc_IsValid_ReturnValue) == 0x00003C, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, CallFunc_GetNiagaraComponent_ReturnValue) == 0x000040, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::CallFunc_GetNiagaraComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, K2Node_DynamicCast_AsBase_Character) == 0x000058, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::K2Node_DynamicCast_AsBase_Character' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, CallFunc_IsValid_ReturnValue_2) == 0x000061, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, CallFunc_BooleanAND_ReturnValue) == 0x000062, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, CallFunc_BooleanAND_ReturnValue_1) == 0x000063, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, CallFunc_BooleanAND_ReturnValue_2) == 0x000064, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, CallFunc_GetSocketTransform_ReturnValue) == 0x000070, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, CallFunc_BreakTransform_Location) == 0x0000A0, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, CallFunc_BreakTransform_Rotation) == 0x0000AC, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, CallFunc_BreakTransform_Scale) == 0x0000B8, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x0000C4, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, CallFunc_ComposeRotators_ReturnValue) == 0x0000D0, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, CallFunc_Add_VectorVector_ReturnValue) == 0x0000DC, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick, CallFunc_GetForwardVector_ReturnValue) == 0x0000E8, "Member 'VFX_BP_NiagaraBeam_AnimState_C_Received_NotifyTick::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVFX_BP_NiagaraBeam_AnimState_C \ static_assert(alignof(UVFX_BP_NiagaraBeam_AnimState_C) == 0x000008, "Wrong alignment on UVFX_BP_NiagaraBeam_AnimState_C"); \ static_assert(sizeof(UVFX_BP_NiagaraBeam_AnimState_C) == 0x0000C0, "Wrong size on UVFX_BP_NiagaraBeam_AnimState_C"); \ static_assert(offsetof(UVFX_BP_NiagaraBeam_AnimState_C, Enabled) == 0x000030, "Member 'UVFX_BP_NiagaraBeam_AnimState_C::Enabled' has a wrong offset!"); \ static_assert(offsetof(UVFX_BP_NiagaraBeam_AnimState_C, NiagaraSystem) == 0x000038, "Member 'UVFX_BP_NiagaraBeam_AnimState_C::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(UVFX_BP_NiagaraBeam_AnimState_C, Scale) == 0x000040, "Member 'UVFX_BP_NiagaraBeam_AnimState_C::Scale' has a wrong offset!"); \ static_assert(offsetof(UVFX_BP_NiagaraBeam_AnimState_C, InheritParentScale) == 0x00004C, "Member 'UVFX_BP_NiagaraBeam_AnimState_C::InheritParentScale' has a wrong offset!"); \ static_assert(offsetof(UVFX_BP_NiagaraBeam_AnimState_C, Start_Bone) == 0x000050, "Member 'UVFX_BP_NiagaraBeam_AnimState_C::Start_Bone' has a wrong offset!"); \ static_assert(offsetof(UVFX_BP_NiagaraBeam_AnimState_C, Start_Attached) == 0x000058, "Member 'UVFX_BP_NiagaraBeam_AnimState_C::Start_Attached' has a wrong offset!"); \ static_assert(offsetof(UVFX_BP_NiagaraBeam_AnimState_C, Start_OffsetLocation) == 0x00005C, "Member 'UVFX_BP_NiagaraBeam_AnimState_C::Start_OffsetLocation' has a wrong offset!"); \ static_assert(offsetof(UVFX_BP_NiagaraBeam_AnimState_C, Start_OffsetRotation) == 0x000068, "Member 'UVFX_BP_NiagaraBeam_AnimState_C::Start_OffsetRotation' has a wrong offset!"); \ static_assert(offsetof(UVFX_BP_NiagaraBeam_AnimState_C, Target_Bone) == 0x000074, "Member 'UVFX_BP_NiagaraBeam_AnimState_C::Target_Bone' has a wrong offset!"); \ static_assert(offsetof(UVFX_BP_NiagaraBeam_AnimState_C, Target_Attached) == 0x00007C, "Member 'UVFX_BP_NiagaraBeam_AnimState_C::Target_Attached' has a wrong offset!"); \ static_assert(offsetof(UVFX_BP_NiagaraBeam_AnimState_C, Target_OffsetLocation) == 0x000080, "Member 'UVFX_BP_NiagaraBeam_AnimState_C::Target_OffsetLocation' has a wrong offset!"); \ static_assert(offsetof(UVFX_BP_NiagaraBeam_AnimState_C, Target_OffsetRotation) == 0x00008C, "Member 'UVFX_BP_NiagaraBeam_AnimState_C::Target_OffsetRotation' has a wrong offset!"); \ static_assert(offsetof(UVFX_BP_NiagaraBeam_AnimState_C, TargetLocation_UserVarName) == 0x000098, "Member 'UVFX_BP_NiagaraBeam_AnimState_C::TargetLocation_UserVarName' has a wrong offset!"); \ static_assert(offsetof(UVFX_BP_NiagaraBeam_AnimState_C, TargetRotation_UserVarName) == 0x0000A8, "Member 'UVFX_BP_NiagaraBeam_AnimState_C::TargetRotation_UserVarName' has a wrong offset!"); \ static_assert(offsetof(UVFX_BP_NiagaraBeam_AnimState_C, DeactivateOnComplete) == 0x0000B8, "Member 'UVFX_BP_NiagaraBeam_AnimState_C::DeactivateOnComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher) == 0x000008, "Wrong alignment on BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher) == 0x000290, "Wrong size on BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, EntryPoint) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_MakeLiteralName_ReturnValue) == 0x000004, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetAnimInstance_ReturnValue) == 0x000010, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_Event_OwnerActor_2) == 0x000018, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000028, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_AsBiped_Player) == 0x000040, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000050, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetMoveStickValues_X) == 0x000064, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetMoveStickValues_Y) == 0x000068, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000070, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_bSuccess_3) == 0x000080, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000088, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_bSuccess_4) == 0x000098, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x00009C, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0000A0, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0000A8, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_ProcessStick_WorldSpeed) == 0x0000B0, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_ProcessStick_WorldDirection) == 0x0000B4, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_ProcessStick_ReturnValue) == 0x0000C0, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x0000C8, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_bSuccess_5) == 0x0000D0, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x0000D8, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_bSuccess_6) == 0x0000E8, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4) == 0x0000F0, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_bSuccess_7) == 0x000100, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5) == 0x000108, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_bSuccess_8) == 0x000118, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_6) == 0x000120, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_bSuccess_9) == 0x000130, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetActorOwner_ReturnValue) == 0x000138, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_AsBiped_Player_1) == 0x000140, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_bSuccess_10) == 0x000148, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000150, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_bSuccess_11) == 0x000160, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_AsAmbulatory_Character_Interface_1) == 0x000168, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_AsAmbulatory_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_bSuccess_12) == 0x000178, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetFaceTargetTracker_ReturnValue) == 0x000180, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetFaceTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetAimAtTargetTracker_ReturnValue) == 0x000188, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetAimAtTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_Get_ReturnValue) == 0x000190, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000198, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0001A0, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetFinisherDamage_ReturnValue) == 0x0001A8, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetFinisherDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetFinisherDamage_ReturnValue_1) == 0x0001AC, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetFinisherDamage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_BTCustomActionEvent_VariantMapHandle_4) == 0x0001B0, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_BTCustomActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0001B4, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x0001B8, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_IsValidClass_ReturnValue) == 0x0001C0, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001C4, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_SpawnMunition_ReturnValue) == 0x0001D0, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_SpawnMunition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_Event_OwnerActor_1) == 0x0001D8, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_Event_OwnerActor) == 0x0001E0, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetTheBipedPlayer_ReturnValue_3) == 0x0001E8, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetTheBipedPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_AsBiped_Player_2) == 0x0001F0, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_bSuccess_13) == 0x0001F8, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000200, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_bSuccess_14) == 0x000210, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetTheBipedPlayer_ReturnValue_4) == 0x000218, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetTheBipedPlayer_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetTheBipedPlayer_ReturnValue_5) == 0x000220, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetTheBipedPlayer_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000228, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x00022C, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x000230, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_IsValid_ReturnValue) == 0x000234, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_IsValid_ReturnValue_1) == 0x000235, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000236, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000238, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetDbId_ReturnValue) == 0x000240, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_AsNPC_Character) == 0x000248, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_bSuccess_15) == 0x000250, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000251, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000258, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_IsReactionActive_ReturnValue) == 0x000260, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_IsReactionActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_GetValueAsObject_ReturnValue) == 0x000268, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_BooleanOR_ReturnValue) == 0x000270, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_AsActor) == 0x000278, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, K2Node_DynamicCast_bSuccess_16) == 0x000280, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher, CallFunc_StartCriticalFinisher_ReturnValue) == 0x000288, "Member 'BTT_Biped_CriticalFinisher_C_ExecuteUbergraph_BTT_Biped_CriticalFinisher::CallFunc_StartCriticalFinisher_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_CriticalFinisher_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_CriticalFinisher_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_ExitTask \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_CriticalFinisher_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_CriticalFinisher_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_ReceiveTick \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_CriticalFinisher_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_CriticalFinisher_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_CriticalFinisher_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_CustActionEvt_FireFinisherSpell_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_CustActionEvt_FireFinisherSpell_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_CriticalFinisher_C_CustActionEvt_FireFinisherSpell_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_CustActionEvt_FireFinisherSpell_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_CriticalFinisher_C_CustActionEvt_FireFinisherSpell_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_CustActionEvt_FireFinisherSpell_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_CustActionEvt_FireFinisherSpell_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_CustActionEvt_FireWandNoFinisherDamage_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_CustActionEvt_FireWandNoFinisherDamage_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_CriticalFinisher_C_CustActionEvt_FireWandNoFinisherDamage_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_CustActionEvt_FireWandNoFinisherDamage_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_CriticalFinisher_C_CustActionEvt_FireWandNoFinisherDamage_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_CustActionEvt_FireWandNoFinisherDamage_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_CustActionEvt_FireWandNoFinisherDamage_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_CustActionEvt_ApplyFinisherDamage_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_CustActionEvt_ApplyFinisherDamage_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_CriticalFinisher_C_CustActionEvt_ApplyFinisherDamage_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_CustActionEvt_ApplyFinisherDamage_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_CriticalFinisher_C_CustActionEvt_ApplyFinisherDamage_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_CustActionEvt_ApplyFinisherDamage_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_CustActionEvt_ApplyFinisherDamage_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTT_Biped_CriticalFinisher_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTT_Biped_CriticalFinisher_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_CriticalFinisher_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_CriticalFinisher_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_4 \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong alignment on BTT_Biped_CriticalFinisher_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_4"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong size on BTT_Biped_CriticalFinisher_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_4"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_SetContexts \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_CriticalFinisher_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_CriticalFinisher_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_SetTargetTrackers \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_SetTargetTrackers) == 0x000008, "Wrong alignment on BTT_Biped_CriticalFinisher_C_SetTargetTrackers"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_SetTargetTrackers) == 0x000020, "Wrong size on BTT_Biped_CriticalFinisher_C_SetTargetTrackers"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SetTargetTrackers, InActor) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_SetTargetTrackers::InActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SetTargetTrackers, K2Node_DynamicCast_AsBiped_Player) == 0x000008, "Member 'BTT_Biped_CriticalFinisher_C_SetTargetTrackers::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SetTargetTrackers, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTT_Biped_CriticalFinisher_C_SetTargetTrackers::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SetTargetTrackers, CallFunc_Set_WandCast_TargetTrackerTargets_ReturnValue) == 0x000018, "Member 'BTT_Biped_CriticalFinisher_C_SetTargetTrackers::CallFunc_Set_WandCast_TargetTrackerTargets_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_StartTimeDilationOnTarget \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_StartTimeDilationOnTarget) == 0x000001, "Wrong alignment on BTT_Biped_CriticalFinisher_C_StartTimeDilationOnTarget"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_StartTimeDilationOnTarget) == 0x000001, "Wrong size on BTT_Biped_CriticalFinisher_C_StartTimeDilationOnTarget"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_StartTimeDilationOnTarget, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_StartTimeDilationOnTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_RestoreTimeDilation \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_RestoreTimeDilation) == 0x000001, "Wrong alignment on BTT_Biped_CriticalFinisher_C_RestoreTimeDilation"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_RestoreTimeDilation) == 0x000001, "Wrong size on BTT_Biped_CriticalFinisher_C_RestoreTimeDilation"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_RestoreTimeDilation, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_RestoreTimeDilation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget) == 0x000008, "Wrong alignment on BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget) == 0x0001F0, "Wrong size on BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget, Damage) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget::Damage' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget, Temp_name_Variable) == 0x000004, "Member 'BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000018, "Member 'BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000020, "Member 'BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget, CallFunc_HasTag_ReturnValue) == 0x00002C, "Member 'BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000030, "Member 'BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget, CallFunc_Normal_ReturnValue) == 0x00003C, "Member 'BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget, CallFunc_MakeHitResult_ReturnValue) == 0x000048, "Member 'BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget::CallFunc_MakeHitResult_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget, CallFunc_Array_AddUnique_ReturnValue) == 0x0000D0, "Member 'BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000D4, "Member 'BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget, CallFunc_IsValid_ReturnValue) == 0x0000E0, "Member 'BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0000E8, "Member 'BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget, CallFunc_SetOnFire_ReturnValue) == 0x0000F0, "Member 'BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget::CallFunc_SetOnFire_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget, K2Node_MakeStruct_MunitionImpactData) == 0x0000F8, "Member 'BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget::K2Node_MakeStruct_MunitionImpactData' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget, CallFunc_SendMunitionImpactCombined_ReturnValue) == 0x0001E8, "Member 'BTT_Biped_CriticalFinisher_C_SendMunitionImpactToTarget::CallFunc_SendMunitionImpactCombined_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_GetTargetActor \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_GetTargetActor) == 0x000008, "Wrong alignment on BTT_Biped_CriticalFinisher_C_GetTargetActor"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_GetTargetActor) == 0x000040, "Wrong size on BTT_Biped_CriticalFinisher_C_GetTargetActor"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_GetTargetActor, BipedPlayer) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_GetTargetActor::BipedPlayer' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_GetTargetActor, ReturnValue) == 0x000008, "Member 'BTT_Biped_CriticalFinisher_C_GetTargetActor::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_GetTargetActor, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'BTT_Biped_CriticalFinisher_C_GetTargetActor::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_GetTargetActor, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000018, "Member 'BTT_Biped_CriticalFinisher_C_GetTargetActor::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_GetTargetActor, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_CriticalFinisher_C_GetTargetActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_GetTargetActor, CallFunc_GetBestAutoTargetActor_ReturnValue) == 0x000028, "Member 'BTT_Biped_CriticalFinisher_C_GetTargetActor::CallFunc_GetBestAutoTargetActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_GetTargetActor, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000030, "Member 'BTT_Biped_CriticalFinisher_C_GetTargetActor::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_GetTargetActor, CallFunc_GetBestLockOnActor_ReturnValue) == 0x000038, "Member 'BTT_Biped_CriticalFinisher_C_GetTargetActor::CallFunc_GetBestLockOnActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC) == 0x000008, "Wrong alignment on BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC) == 0x000070, "Wrong size on BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC, CallFunc_GetFinisherDamage_ReturnValue) == 0x000008, "Member 'BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC::CallFunc_GetFinisherDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC, CallFunc_FinisherWillKillTarget_ReturnValue) == 0x00000C, "Member 'BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC::CallFunc_FinisherWillKillTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC, CallFunc_GetPlayerCriticalFinisherAbility_MunitionsTags) == 0x000018, "Member 'BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC::CallFunc_GetPlayerCriticalFinisherAbility_MunitionsTags' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC, CallFunc_GetPlayerCriticalFinisherAbility_ReturnValue) == 0x000038, "Member 'BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC::CallFunc_GetPlayerCriticalFinisherAbility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC, CallFunc_CriticalFinisherAllowTimeDilation_ReturnValue) == 0x000040, "Member 'BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC::CallFunc_CriticalFinisherAllowTimeDilation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC, CallFunc_GetPlayerCriticalDamageAbility_MunitionsTags) == 0x000048, "Member 'BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC::CallFunc_GetPlayerCriticalDamageAbility_MunitionsTags' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC, CallFunc_GetPlayerCriticalDamageAbility_ReturnValue) == 0x000068, "Member 'BTT_Biped_CriticalFinisher_C_GetAbilityAndTimeDilationFromNPC::CallFunc_GetPlayerCriticalDamageAbility_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_ProtectCharacterFromDamage \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_ProtectCharacterFromDamage) == 0x000008, "Wrong alignment on BTT_Biped_CriticalFinisher_C_ProtectCharacterFromDamage"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_ProtectCharacterFromDamage) == 0x000018, "Wrong size on BTT_Biped_CriticalFinisher_C_ProtectCharacterFromDamage"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ProtectCharacterFromDamage, InActor) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_ProtectCharacterFromDamage::InActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ProtectCharacterFromDamage, Flag) == 0x000008, "Member 'BTT_Biped_CriticalFinisher_C_ProtectCharacterFromDamage::Flag' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ProtectCharacterFromDamage, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000010, "Member 'BTT_Biped_CriticalFinisher_C_ProtectCharacterFromDamage::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_DestroyAllMunitions \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_DestroyAllMunitions) == 0x000008, "Wrong alignment on BTT_Biped_CriticalFinisher_C_DestroyAllMunitions"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_DestroyAllMunitions) == 0x000008, "Wrong size on BTT_Biped_CriticalFinisher_C_DestroyAllMunitions"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_DestroyAllMunitions, BipedPlayer) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_DestroyAllMunitions::BipedPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_EnableHUD \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_EnableHUD) == 0x000008, "Wrong alignment on BTT_Biped_CriticalFinisher_C_EnableHUD"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_EnableHUD) == 0x000010, "Wrong size on BTT_Biped_CriticalFinisher_C_EnableHUD"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_EnableHUD, Flag) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_EnableHUD::Flag' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_EnableHUD, CallFunc_Get_ReturnValue) == 0x000008, "Member 'BTT_Biped_CriticalFinisher_C_EnableHUD::CallFunc_Get_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_ApplyAchievement \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_ApplyAchievement) == 0x000008, "Wrong alignment on BTT_Biped_CriticalFinisher_C_ApplyAchievement"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_ApplyAchievement) == 0x000018, "Wrong size on BTT_Biped_CriticalFinisher_C_ApplyAchievement"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ApplyAchievement, CallFunc_Get_ReturnValue) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_ApplyAchievement::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ApplyAchievement, CallFunc_GetDbId_ReturnValue) == 0x000008, "Member 'BTT_Biped_CriticalFinisher_C_ApplyAchievement::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_ApplyAchievement, CallFunc_ApplyOneOfEachInstance_ReturnValue) == 0x000010, "Member 'BTT_Biped_CriticalFinisher_C_ApplyAchievement::CallFunc_ApplyOneOfEachInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_Enable_Auto_Target \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_Enable_Auto_Target) == 0x000008, "Wrong alignment on BTT_Biped_CriticalFinisher_C_Enable_Auto_Target"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_Enable_Auto_Target) == 0x000028, "Wrong size on BTT_Biped_CriticalFinisher_C_Enable_Auto_Target"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_Enable_Auto_Target, BipedPlayer) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_Enable_Auto_Target::BipedPlayer' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_Enable_Auto_Target, Flag) == 0x000008, "Member 'BTT_Biped_CriticalFinisher_C_Enable_Auto_Target::Flag' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_Enable_Auto_Target, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'BTT_Biped_CriticalFinisher_C_Enable_Auto_Target::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_Enable_Auto_Target, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000018, "Member 'BTT_Biped_CriticalFinisher_C_Enable_Auto_Target::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_Enable_Auto_Target, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_CriticalFinisher_C_Enable_Auto_Target::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_CriticalFinisher_C_AutoTargetOnlyTarget \ static_assert(alignof(BTT_Biped_CriticalFinisher_C_AutoTargetOnlyTarget) == 0x000008, "Wrong alignment on BTT_Biped_CriticalFinisher_C_AutoTargetOnlyTarget"); \ static_assert(sizeof(BTT_Biped_CriticalFinisher_C_AutoTargetOnlyTarget) == 0x000028, "Wrong size on BTT_Biped_CriticalFinisher_C_AutoTargetOnlyTarget"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_AutoTargetOnlyTarget, Player) == 0x000000, "Member 'BTT_Biped_CriticalFinisher_C_AutoTargetOnlyTarget::Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_AutoTargetOnlyTarget, Flag) == 0x000008, "Member 'BTT_Biped_CriticalFinisher_C_AutoTargetOnlyTarget::Flag' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_AutoTargetOnlyTarget, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'BTT_Biped_CriticalFinisher_C_AutoTargetOnlyTarget::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_AutoTargetOnlyTarget, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000018, "Member 'BTT_Biped_CriticalFinisher_C_AutoTargetOnlyTarget::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_CriticalFinisher_C_AutoTargetOnlyTarget, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_CriticalFinisher_C_AutoTargetOnlyTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_CriticalFinisher_C \ static_assert(alignof(UBTT_Biped_CriticalFinisher_C) == 0x000008, "Wrong alignment on UBTT_Biped_CriticalFinisher_C"); \ static_assert(sizeof(UBTT_Biped_CriticalFinisher_C) == 0x0001C0, "Wrong size on UBTT_Biped_CriticalFinisher_C"); \ static_assert(offsetof(UBTT_Biped_CriticalFinisher_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_CriticalFinisher_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_CriticalFinisher_C, TargetActor) == 0x000158, "Member 'UBTT_Biped_CriticalFinisher_C::TargetActor' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_CriticalFinisher_C, MunitionDataAsset) == 0x000160, "Member 'UBTT_Biped_CriticalFinisher_C::MunitionDataAsset' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_CriticalFinisher_C, TimeDilation) == 0x000170, "Member 'UBTT_Biped_CriticalFinisher_C::TimeDilation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_CriticalFinisher_C, AllowTimeDilation) == 0x000174, "Member 'UBTT_Biped_CriticalFinisher_C::AllowTimeDilation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_CriticalFinisher_C, CriticalFinisherAbility) == 0x000178, "Member 'UBTT_Biped_CriticalFinisher_C::CriticalFinisherAbility' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_CriticalFinisher_C, MunitionTags) == 0x000180, "Member 'UBTT_Biped_CriticalFinisher_C::MunitionTags' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_CriticalFinisher_C, Exclude_List_Always) == 0x0001A0, "Member 'UBTT_Biped_CriticalFinisher_C::Exclude_List_Always' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_CriticalFinisher_C, Exclude_List_Once) == 0x0001B0, "Member 'UBTT_Biped_CriticalFinisher_C::Exclude_List_Once' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop \ static_assert(alignof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop) == 0x000008, "Wrong alignment on ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop"); \ static_assert(sizeof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop) == 0x0000E0, "Wrong size on ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, EntryPoint) == 0x000000, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, K2Node_Event_Context) == 0x000008, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, Temp_struct_Variable) == 0x000018, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, CallFunc_GetOwner_ReturnValue) == 0x000028, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, Temp_delegate_Variable) == 0x000030, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, K2Node_DynamicCast_AsBiped_Player) == 0x000040, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, Temp_struct_Variable_1) == 0x000050, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, Temp_delegate_Variable_1) == 0x000060, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, Temp_struct_Variable_2) == 0x000070, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, Temp_delegate_Variable_2) == 0x000080, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::Temp_delegate_Variable_2' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, CallFunc_PostEvent_ReturnValue) == 0x000090, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, K2Node_Event_Context_2) == 0x000098, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, K2Node_Event_Context_1) == 0x0000A0, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, CallFunc_GetOwner_ReturnValue_1) == 0x0000A8, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, CallFunc_GetOwner_ReturnValue_2) == 0x0000B0, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, K2Node_DynamicCast_AsBiped_Player_1) == 0x0000B8, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, K2Node_DynamicCast_bSuccess_1) == 0x0000C0, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, K2Node_DynamicCast_AsBiped_Player_2) == 0x0000C8, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, K2Node_DynamicCast_bSuccess_2) == 0x0000D0, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, CallFunc_PostEvent_ReturnValue_1) == 0x0000D4, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop, CallFunc_PostEvent_ReturnValue_2) == 0x0000D8, "Member 'ABL_Levitated_Loop_C_ExecuteUbergraph_ABL_Levitated_Loop::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Levitated_Loop_C_OnAbilityBranch \ static_assert(alignof(ABL_Levitated_Loop_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Levitated_Loop_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Levitated_Loop_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Levitated_Loop_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Levitated_Loop_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Levitated_Loop_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Loop_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Levitated_Loop_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Levitated_Loop_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Levitated_Loop_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Levitated_Loop_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Levitated_Loop_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Levitated_Loop_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Levitated_Loop_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Levitated_Loop_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Levitated_Loop_C_OnAbilityEnd \ static_assert(alignof(ABL_Levitated_Loop_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_Levitated_Loop_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_Levitated_Loop_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_Levitated_Loop_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_Levitated_Loop_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_Levitated_Loop_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Levitated_Loop_C \ static_assert(alignof(UABL_Levitated_Loop_C) == 0x000008, "Wrong alignment on UABL_Levitated_Loop_C"); \ static_assert(sizeof(UABL_Levitated_Loop_C) == 0x0000E8, "Wrong size on UABL_Levitated_Loop_C"); \ static_assert(offsetof(UABL_Levitated_Loop_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_Levitated_Loop_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle \ static_assert(alignof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle) == 0x000008, "Wrong alignment on BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle"); \ static_assert(sizeof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle) == 0x0001E8, "Wrong size on BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, EntryPoint) == 0x000000, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetActorOwner_ReturnValue) == 0x000010, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetActorOwner_ReturnValue_1) == 0x000028, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_AsBiped_Player_1) == 0x000030, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetController_ReturnValue) == 0x000040, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000048, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetMoveStickValues_X) == 0x000054, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetMoveStickValues_Y) == 0x000058, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetSpeedCurve_bIgnoreGovernor) == 0x00005C, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetSpeedCurve_bIgnoreGovernor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetSpeedCurve_ReturnValue) == 0x000060, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetSpeedCurve_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000068, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_AllowMove_ReturnValue) == 0x00006C, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_AllowMove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetAnimInstance_ReturnValue) == 0x000070, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x000078, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_bSuccess_3) == 0x000088, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_Event_OwnerActor_2) == 0x000090, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_Event_OwnerActor_1) == 0x000098, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_AsBiped_Player_2) == 0x0000A0, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_bSuccess_4) == 0x0000A8, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_AsBiped_Player_3) == 0x0000B0, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_AsBiped_Player_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_bSuccess_5) == 0x0000B8, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x0000C0, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_bSuccess_6) == 0x0000D0, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_AsAmbulatory_Character_Interface_1) == 0x0000D8, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_AsAmbulatory_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_bSuccess_7) == 0x0000E8, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x0000F0, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_bSuccess_8) == 0x000100, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000108, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_Event_OwnerActor) == 0x000110, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_Event_DeltaSeconds) == 0x000118, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_AllowMove_ReturnValue_1) == 0x00011C, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_AllowMove_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_ProcessStick_WorldSpeed) == 0x000120, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_ProcessStick_WorldDirection) == 0x000124, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_ProcessStick_ReturnValue) == 0x000130, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_Add_FloatFloat_ReturnValue) == 0x000134, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_AsBiped_Player_4) == 0x000138, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_AsBiped_Player_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_bSuccess_9) == 0x000140, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000144, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetContextOnActor_ReturnValue) == 0x000150, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetContextOnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetAIController_ReturnValue) == 0x000158, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetAIController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_AsSocial_AIController) == 0x000160, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_AsSocial_AIController' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_bSuccess_10) == 0x000168, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetRequestedSpeed_ReturnValue) == 0x00016C, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetRequestedSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000170, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000178, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000180, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_DynamicCast_bSuccess_11) == 0x000188, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetTimeSeconds_ReturnValue) == 0x00018C, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_CreateDelegate_OutputDelegate) == 0x000190, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_MakeLiteralByte_ReturnValue) == 0x0001A0, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, Temp_struct_Variable) == 0x0001A4, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x0001A8, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0001B0, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_CustomStickInputActionEvent_VariantMapHandle_1) == 0x0001B8, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_CustomStickInputActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetBipedAnimInstance_ReturnValue_1) == 0x0001C0, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetBipedAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_Set_DesiredWorldDirection_self_CastInput) == 0x0001C8, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_Set_DesiredWorldDirection_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, K2Node_CustomStickInputActionEvent_VariantMapHandle_2) == 0x0001D8, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::K2Node_CustomStickInputActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_Less_FloatFloat_ReturnValue) == 0x0001DC, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0001DD, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x0001E0, "Member 'BTT_Biped_Idle_C_ExecuteUbergraph_BTT_Biped_Idle::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Idle_C_ReceiveTick \ static_assert(alignof(BTT_Biped_Idle_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_Idle_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_Idle_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_Idle_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_Idle_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_Idle_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_Idle_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Idle_C_ExitTask \ static_assert(alignof(BTT_Biped_Idle_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Idle_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Idle_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Idle_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Idle_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Idle_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Idle_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Idle_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Idle_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Idle_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Idle_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Idle_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1 \ static_assert(alignof(BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1"); \ static_assert(sizeof(BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1"); \ static_assert(offsetof(BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2 \ static_assert(alignof(BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2"); \ static_assert(sizeof(BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2"); \ static_assert(offsetof(BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Idle_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Idle_C_ExecuteWorldStartAbility \ static_assert(alignof(BTT_Biped_Idle_C_ExecuteWorldStartAbility) == 0x000008, "Wrong alignment on BTT_Biped_Idle_C_ExecuteWorldStartAbility"); \ static_assert(sizeof(BTT_Biped_Idle_C_ExecuteWorldStartAbility) == 0x0000A8, "Wrong size on BTT_Biped_Idle_C_ExecuteWorldStartAbility"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, RespawnReason) == 0x000000, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::RespawnReason' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, AbilityClass) == 0x000008, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::AbilityClass' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000010, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, CallFunc_GetIsOnAMountOrInTransition_ReturnValue) == 0x000018, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::CallFunc_GetIsOnAMountOrInTransition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, CallFunc_Get_ReturnValue) == 0x000020, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, CallFunc_GetPlayerHouse_ReturnValue) == 0x000028, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::CallFunc_GetPlayerHouse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, K2Node_SwitchEnum_CmpSuccess) == 0x000038, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, K2Node_SwitchString_CmpSuccess) == 0x000039, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, CallFunc_MakeLiteralName_ReturnValue) == 0x00003C, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000048, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000050, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000058, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, CallFunc_GetGameInstance_ReturnValue) == 0x000070, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000078, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, K2Node_DynamicCast_AsPhoenix_Game_Instance) == 0x000080, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::K2Node_DynamicCast_AsPhoenix_Game_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, CallFunc_MakeLiteralName_ReturnValue_1) == 0x00008C, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, CallFunc_GetBlackboardComponent_ReturnValue_1) == 0x000098, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::CallFunc_GetBlackboardComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Idle_C_ExecuteWorldStartAbility, CallFunc_GetValueAsBool_ReturnValue) == 0x0000A0, "Member 'BTT_Biped_Idle_C_ExecuteWorldStartAbility::CallFunc_GetValueAsBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Idle_C_Stop \ static_assert(alignof(BTT_Biped_Idle_C_Stop) == 0x000008, "Wrong alignment on BTT_Biped_Idle_C_Stop"); \ static_assert(sizeof(BTT_Biped_Idle_C_Stop) == 0x000008, "Wrong size on BTT_Biped_Idle_C_Stop"); \ static_assert(offsetof(BTT_Biped_Idle_C_Stop, AmbulatoryCharacter) == 0x000000, "Member 'BTT_Biped_Idle_C_Stop::AmbulatoryCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Idle_C \ static_assert(alignof(UBTT_Biped_Idle_C) == 0x000008, "Wrong alignment on UBTT_Biped_Idle_C"); \ static_assert(sizeof(UBTT_Biped_Idle_C) == 0x000180, "Wrong size on UBTT_Biped_Idle_C"); \ static_assert(offsetof(UBTT_Biped_Idle_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Idle_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Idle_C, StickPressed) == 0x000158, "Member 'UBTT_Biped_Idle_C::StickPressed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Idle_C, DesiredWorldSpeed) == 0x00015C, "Member 'UBTT_Biped_Idle_C::DesiredWorldSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Idle_C, DesiredWorldDirection) == 0x000160, "Member 'UBTT_Biped_Idle_C::DesiredWorldDirection' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Idle_C, StickPressMinTime) == 0x00016C, "Member 'UBTT_Biped_Idle_C::StickPressMinTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Idle_C, StickReleaseMinTime) == 0x000170, "Member 'UBTT_Biped_Idle_C::StickReleaseMinTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Idle_C, StickReleasedTime) == 0x000174, "Member 'UBTT_Biped_Idle_C::StickReleasedTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Idle_C, StickPressedLoop) == 0x000178, "Member 'UBTT_Biped_Idle_C::StickPressedLoop' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Idle_C, StickReleasedLoop) == 0x000179, "Member 'UBTT_Biped_Idle_C::StickReleasedLoop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtectorBase_C_SpawnApparateActor \ static_assert(alignof(BP_TombProtectorBase_C_SpawnApparateActor) == 0x000010, "Wrong alignment on BP_TombProtectorBase_C_SpawnApparateActor"); \ static_assert(sizeof(BP_TombProtectorBase_C_SpawnApparateActor) == 0x000090, "Wrong size on BP_TombProtectorBase_C_SpawnApparateActor"); \ static_assert(offsetof(BP_TombProtectorBase_C_SpawnApparateActor, SpawnTransform) == 0x000000, "Member 'BP_TombProtectorBase_C_SpawnApparateActor::SpawnTransform' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_SpawnApparateActor, Data) == 0x000030, "Member 'BP_TombProtectorBase_C_SpawnApparateActor::Data' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_SpawnApparateActor, ReturnValue) == 0x000070, "Member 'BP_TombProtectorBase_C_SpawnApparateActor::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_SpawnApparateActor, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000078, "Member 'BP_TombProtectorBase_C_SpawnApparateActor::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_SpawnApparateActor, CallFunc_FinishSpawningActor_ReturnValue) == 0x000080, "Member 'BP_TombProtectorBase_C_SpawnApparateActor::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtectorBase_C_DisableCharacterEffects \ static_assert(alignof(BP_TombProtectorBase_C_DisableCharacterEffects) == 0x000008, "Wrong alignment on BP_TombProtectorBase_C_DisableCharacterEffects"); \ static_assert(sizeof(BP_TombProtectorBase_C_DisableCharacterEffects) == 0x000030, "Wrong size on BP_TombProtectorBase_C_DisableCharacterEffects"); \ static_assert(offsetof(BP_TombProtectorBase_C_DisableCharacterEffects, Temp_int_Variable) == 0x000000, "Member 'BP_TombProtectorBase_C_DisableCharacterEffects::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_DisableCharacterEffects, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000008, "Member 'BP_TombProtectorBase_C_DisableCharacterEffects::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_DisableCharacterEffects, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_TombProtectorBase_C_DisableCharacterEffects::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_DisableCharacterEffects, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_TombProtectorBase_C_DisableCharacterEffects::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_DisableCharacterEffects, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_TombProtectorBase_C_DisableCharacterEffects::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_DisableCharacterEffects, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_TombProtectorBase_C_DisableCharacterEffects::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtectorBase_C_EnableCharacterEffects \ static_assert(alignof(BP_TombProtectorBase_C_EnableCharacterEffects) == 0x000008, "Wrong alignment on BP_TombProtectorBase_C_EnableCharacterEffects"); \ static_assert(sizeof(BP_TombProtectorBase_C_EnableCharacterEffects) == 0x000030, "Wrong size on BP_TombProtectorBase_C_EnableCharacterEffects"); \ static_assert(offsetof(BP_TombProtectorBase_C_EnableCharacterEffects, Temp_int_Variable) == 0x000000, "Member 'BP_TombProtectorBase_C_EnableCharacterEffects::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_EnableCharacterEffects, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000008, "Member 'BP_TombProtectorBase_C_EnableCharacterEffects::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_EnableCharacterEffects, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_TombProtectorBase_C_EnableCharacterEffects::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_EnableCharacterEffects, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_TombProtectorBase_C_EnableCharacterEffects::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_EnableCharacterEffects, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_TombProtectorBase_C_EnableCharacterEffects::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_EnableCharacterEffects, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_TombProtectorBase_C_EnableCharacterEffects::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtectorBase_C_Damaged \ static_assert(alignof(BP_TombProtectorBase_C_Damaged) == 0x000008, "Wrong alignment on BP_TombProtectorBase_C_Damaged"); \ static_assert(sizeof(BP_TombProtectorBase_C_Damaged) == 0x000098, "Wrong size on BP_TombProtectorBase_C_Damaged"); \ static_assert(offsetof(BP_TombProtectorBase_C_Damaged, DamageAmount) == 0x000000, "Member 'BP_TombProtectorBase_C_Damaged::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_Damaged, HitLocation) == 0x000004, "Member 'BP_TombProtectorBase_C_Damaged::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_Damaged, HitDirection) == 0x000010, "Member 'BP_TombProtectorBase_C_Damaged::HitDirection' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_Damaged, PrimComp) == 0x000020, "Member 'BP_TombProtectorBase_C_Damaged::PrimComp' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_Damaged, MunitionTagContainer) == 0x000028, "Member 'BP_TombProtectorBase_C_Damaged::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_Damaged, Instigator_0) == 0x000048, "Member 'BP_TombProtectorBase_C_Damaged::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_Damaged, Velocity) == 0x000050, "Member 'BP_TombProtectorBase_C_Damaged::Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_Damaged, ReturnValue) == 0x00005C, "Member 'BP_TombProtectorBase_C_Damaged::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_Damaged, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_TombProtectorBase_C_Damaged::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_Damaged, CallFunc_MakeGameplayTagContainerFromArray_ReturnValue) == 0x000070, "Member 'BP_TombProtectorBase_C_Damaged::CallFunc_MakeGameplayTagContainerFromArray_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_Damaged, CallFunc_HasAnyTags_ReturnValue) == 0x000090, "Member 'BP_TombProtectorBase_C_Damaged::CallFunc_HasAnyTags_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtectorBase_C_SelectSpawnTags \ static_assert(alignof(BP_TombProtectorBase_C_SelectSpawnTags) == 0x000008, "Wrong alignment on BP_TombProtectorBase_C_SelectSpawnTags"); \ static_assert(sizeof(BP_TombProtectorBase_C_SelectSpawnTags) == 0x000028, "Wrong size on BP_TombProtectorBase_C_SelectSpawnTags"); \ static_assert(offsetof(BP_TombProtectorBase_C_SelectSpawnTags, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000000, "Member 'BP_TombProtectorBase_C_SelectSpawnTags::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_SelectSpawnTags, CallFunc_InsertIATagsToSpawnData_ReturnValue) == 0x000008, "Member 'BP_TombProtectorBase_C_SelectSpawnTags::CallFunc_InsertIATagsToSpawnData_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtectorBase_C_DisableMeleeCollision \ static_assert(alignof(BP_TombProtectorBase_C_DisableMeleeCollision) == 0x000008, "Wrong alignment on BP_TombProtectorBase_C_DisableMeleeCollision"); \ static_assert(sizeof(BP_TombProtectorBase_C_DisableMeleeCollision) == 0x000010, "Wrong size on BP_TombProtectorBase_C_DisableMeleeCollision"); \ static_assert(offsetof(BP_TombProtectorBase_C_DisableMeleeCollision, CallFunc_GetAttackCollisionType_ReturnValue) == 0x000000, "Member 'BP_TombProtectorBase_C_DisableMeleeCollision::CallFunc_GetAttackCollisionType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_DisableMeleeCollision, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_TombProtectorBase_C_DisableMeleeCollision::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_DisableMeleeCollision, CallFunc_GetWeapon_ReturnValue) == 0x000008, "Member 'BP_TombProtectorBase_C_DisableMeleeCollision::CallFunc_GetWeapon_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtectorBase_C_EnableMeleeCollision \ static_assert(alignof(BP_TombProtectorBase_C_EnableMeleeCollision) == 0x000008, "Wrong alignment on BP_TombProtectorBase_C_EnableMeleeCollision"); \ static_assert(sizeof(BP_TombProtectorBase_C_EnableMeleeCollision) == 0x000010, "Wrong size on BP_TombProtectorBase_C_EnableMeleeCollision"); \ static_assert(offsetof(BP_TombProtectorBase_C_EnableMeleeCollision, CallFunc_GetWeapon_ReturnValue) == 0x000000, "Member 'BP_TombProtectorBase_C_EnableMeleeCollision::CallFunc_GetWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_EnableMeleeCollision, CallFunc_GetAttackCollisionType_ReturnValue) == 0x000008, "Member 'BP_TombProtectorBase_C_EnableMeleeCollision::CallFunc_GetAttackCollisionType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_EnableMeleeCollision, K2Node_SwitchEnum_CmpSuccess) == 0x000009, "Member 'BP_TombProtectorBase_C_EnableMeleeCollision::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtectorBase_C_UserConstructionScript \ static_assert(alignof(BP_TombProtectorBase_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_TombProtectorBase_C_UserConstructionScript"); \ static_assert(sizeof(BP_TombProtectorBase_C_UserConstructionScript) == 0x000001, "Wrong size on BP_TombProtectorBase_C_UserConstructionScript"); \ static_assert(offsetof(BP_TombProtectorBase_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000000, "Member 'BP_TombProtectorBase_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtectorBase_C_CustomEvent \ static_assert(alignof(BP_TombProtectorBase_C_CustomEvent) == 0x000004, "Wrong alignment on BP_TombProtectorBase_C_CustomEvent"); \ static_assert(sizeof(BP_TombProtectorBase_C_CustomEvent) == 0x000008, "Wrong size on BP_TombProtectorBase_C_CustomEvent"); \ static_assert(offsetof(BP_TombProtectorBase_C_CustomEvent, Name_0) == 0x000000, "Member 'BP_TombProtectorBase_C_CustomEvent::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtectorBase_C_BndEvt__BP_TombProtectorMinionBase_BP_EnemyAI_K2Node_ComponentBoundEvent_0_OnDeathDelegate__DelegateSignature \ static_assert(alignof(BP_TombProtectorBase_C_BndEvt__BP_TombProtectorMinionBase_BP_EnemyAI_K2Node_ComponentBoundEvent_0_OnDeathDelegate__DelegateSignature) == 0x000008, "Wrong alignment on BP_TombProtectorBase_C_BndEvt__BP_TombProtectorMinionBase_BP_EnemyAI_K2Node_ComponentBoundEvent_0_OnDeathDelegate__DelegateSignature"); \ static_assert(sizeof(BP_TombProtectorBase_C_BndEvt__BP_TombProtectorMinionBase_BP_EnemyAI_K2Node_ComponentBoundEvent_0_OnDeathDelegate__DelegateSignature) == 0x000008, "Wrong size on BP_TombProtectorBase_C_BndEvt__BP_TombProtectorMinionBase_BP_EnemyAI_K2Node_ComponentBoundEvent_0_OnDeathDelegate__DelegateSignature"); \ static_assert(offsetof(BP_TombProtectorBase_C_BndEvt__BP_TombProtectorMinionBase_BP_EnemyAI_K2Node_ComponentBoundEvent_0_OnDeathDelegate__DelegateSignature, pActor) == 0x000000, "Member 'BP_TombProtectorBase_C_BndEvt__BP_TombProtectorMinionBase_BP_EnemyAI_K2Node_ComponentBoundEvent_0_OnDeathDelegate__DelegateSignature::pActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtectorBase_C_OnCapsuleOverlapBegin \ static_assert(alignof(BP_TombProtectorBase_C_OnCapsuleOverlapBegin) == 0x000008, "Wrong alignment on BP_TombProtectorBase_C_OnCapsuleOverlapBegin"); \ static_assert(sizeof(BP_TombProtectorBase_C_OnCapsuleOverlapBegin) == 0x0000A8, "Wrong size on BP_TombProtectorBase_C_OnCapsuleOverlapBegin"); \ static_assert(offsetof(BP_TombProtectorBase_C_OnCapsuleOverlapBegin, OverlappedComponent) == 0x000000, "Member 'BP_TombProtectorBase_C_OnCapsuleOverlapBegin::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_OnCapsuleOverlapBegin, OtherActor) == 0x000008, "Member 'BP_TombProtectorBase_C_OnCapsuleOverlapBegin::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_OnCapsuleOverlapBegin, OtherComp) == 0x000010, "Member 'BP_TombProtectorBase_C_OnCapsuleOverlapBegin::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_OnCapsuleOverlapBegin, OtherBodyIndex) == 0x000018, "Member 'BP_TombProtectorBase_C_OnCapsuleOverlapBegin::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_OnCapsuleOverlapBegin, bFromSweep) == 0x00001C, "Member 'BP_TombProtectorBase_C_OnCapsuleOverlapBegin::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_OnCapsuleOverlapBegin, SweepResult) == 0x000020, "Member 'BP_TombProtectorBase_C_OnCapsuleOverlapBegin::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtectorBase_C_JointDebrisLoaded \ static_assert(alignof(BP_TombProtectorBase_C_JointDebrisLoaded) == 0x000008, "Wrong alignment on BP_TombProtectorBase_C_JointDebrisLoaded"); \ static_assert(sizeof(BP_TombProtectorBase_C_JointDebrisLoaded) == 0x000008, "Wrong size on BP_TombProtectorBase_C_JointDebrisLoaded"); \ static_assert(offsetof(BP_TombProtectorBase_C_JointDebrisLoaded, LoadedObject) == 0x000000, "Member 'BP_TombProtectorBase_C_JointDebrisLoaded::LoadedObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase \ static_assert(alignof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase) == 0x000008, "Wrong alignment on BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase"); \ static_assert(sizeof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase) == 0x0003D8, "Wrong size on BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, EntryPoint) == 0x000000, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_CustomEvent_LoadedObject) == 0x000008, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_CustomEvent_LoadedObject' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_DynamicCast_AsNiagara_System) == 0x000010, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_DynamicCast_AsNiagara_System' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, Temp_delegate_Variable) == 0x00001C, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_MakeStruct_ObjectFadeParamsSpeedDuration) == 0x00002C, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_MakeStruct_ObjectFadeParamsSpeedDuration' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_ActorStartFade_ReturnValue) == 0x000038, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_ActorStartFade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_CreateDelegate_OutputDelegate) == 0x00003C, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_CreateDelegate_OutputDelegate_1) == 0x00004C, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_CreateDelegate_OutputDelegate_2) == 0x00005C, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_GetImpactDirection_ReturnValue) == 0x00006C, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_GetImpactDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_GetImpactLocation_ReturnValue) == 0x000078, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_GetImpactLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_CustomEvent_Name) == 0x000084, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_CustomEvent_Name' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_SwitchName_CmpSuccess) == 0x00008C, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_IsValid_ReturnValue) == 0x00008D, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000090, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_SpawnSystemAttached_ReturnValue_1) == 0x000098, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_SpawnSystemAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_GetImpactDirection_ReturnValue_1) == 0x0000B0, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_GetImpactDirection_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_MakeGameplayTagContainerFromArray_ReturnValue) == 0x0000C0, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_MakeGameplayTagContainerFromArray_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_GetImpactLocation_ReturnValue_1) == 0x0000E0, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_GetImpactLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_HasAnyTags_ReturnValue) == 0x0000EC, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_HasAnyTags_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000F0, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_MakeStruct_ExplodingSkeletonImpulse) == 0x0000FC, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_MakeStruct_ExplodingSkeletonImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_SpawnExplodingSkeletonMIDFade_ReturnValue) == 0x000128, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_SpawnExplodingSkeletonMIDFade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_ComponentBoundEvent_pActor) == 0x000130, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_ComponentBoundEvent_pActor' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000138, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_GetWorldDeltaSeconds_ReturnValue_1) == 0x00013C, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_GetWorldDeltaSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000140, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_MakeArray_Array_1) == 0x000148, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_MakeGameplayTagContainerFromArray_ReturnValue_1) == 0x000158, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_MakeGameplayTagContainerFromArray_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_Not_PreBool_ReturnValue) == 0x000178, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_HasAnyTags_ReturnValue_1) == 0x000179, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_HasAnyTags_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_Not_PreBool_ReturnValue_1) == 0x00017A, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, Temp_struct_Variable) == 0x000180, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_GetWeapon_ReturnValue) == 0x000190, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_GetWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_PostEvent_ReturnValue) == 0x000198, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_DynamicCast_AsEnemy_AIWeapon_Interface) == 0x0001A0, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_DynamicCast_AsEnemy_AIWeapon_Interface' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_DynamicCast_bSuccess_1) == 0x0001B0, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_IsValid_ReturnValue_1) == 0x0001B1, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_DeactivateWeapon_ReturnValue) == 0x0001B2, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_DeactivateWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_MakeLiteralGameplayTag_ReturnValue) == 0x0001B4, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_MakeLiteralGameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_MakeLiteralGameplayTag_ReturnValue_1) == 0x0001BC, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_MakeLiteralGameplayTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_MakeLiteralGameplayTag_ReturnValue_2) == 0x0001C4, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_MakeLiteralGameplayTag_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_MakeLiteralGameplayTag_ReturnValue_3) == 0x0001CC, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_MakeLiteralGameplayTag_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_MakeLiteralGameplayTag_ReturnValue_4) == 0x0001D4, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_MakeLiteralGameplayTag_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_MakeLiteralGameplayTag_ReturnValue_5) == 0x0001DC, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_MakeLiteralGameplayTag_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_MakeLiteralGameplayTag_ReturnValue_6) == 0x0001E4, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_MakeLiteralGameplayTag_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_MakeLiteralGameplayTag_ReturnValue_7) == 0x0001EC, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_MakeLiteralGameplayTag_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_CustomEvent_OverlappedComponent) == 0x0001F8, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_CustomEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_CustomEvent_OtherActor) == 0x000200, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_CustomEvent_OtherComp) == 0x000208, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_CustomEvent_OtherBodyIndex) == 0x000210, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_CustomEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_CustomEvent_bFromSweep) == 0x000214, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_CustomEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_CustomEvent_SweepResult) == 0x000218, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_CustomEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_BreakHitResult_bBlockingHit) == 0x0002A0, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_BreakHitResult_bInitialOverlap) == 0x0002A1, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_BreakHitResult_Time) == 0x0002A4, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_BreakHitResult_Distance) == 0x0002A8, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_BreakHitResult_Location) == 0x0002AC, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_BreakHitResult_ImpactPoint) == 0x0002B8, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_BreakHitResult_Normal) == 0x0002C4, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_BreakHitResult_ImpactNormal) == 0x0002D0, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_BreakHitResult_PhysMat) == 0x0002E0, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_BreakHitResult_HitActor) == 0x0002E8, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_BreakHitResult_HitComponent) == 0x0002F0, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_BreakHitResult_HitBoneName) == 0x0002F8, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_BreakHitResult_HitItem) == 0x000300, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_BreakHitResult_ElementIndex) == 0x000304, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_BreakHitResult_FaceIndex) == 0x000308, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_BreakHitResult_TraceStart) == 0x00030C, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_BreakHitResult_TraceEnd) == 0x000318, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_GetForwardVector_ReturnValue) == 0x000324, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_Normal_ReturnValue) == 0x000330, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, K2Node_CreateDelegate_OutputDelegate_3) == 0x00033C, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase, CallFunc_MakeHitResult_ReturnValue) == 0x00034C, "Member 'BP_TombProtectorBase_C_ExecuteUbergraph_BP_TombProtectorBase::CallFunc_MakeHitResult_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TombProtectorBase_C \ static_assert(alignof(ABP_TombProtectorBase_C) == 0x000010, "Wrong alignment on ABP_TombProtectorBase_C"); \ static_assert(sizeof(ABP_TombProtectorBase_C) == 0x0027B0, "Wrong size on ABP_TombProtectorBase_C"); \ static_assert(offsetof(ABP_TombProtectorBase_C, UberGraphFrame_BP_TombProtectorBase_C) == 0x0026B0, "Member 'ABP_TombProtectorBase_C::UberGraphFrame_BP_TombProtectorBase_C' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, ShoulderCapsule) == 0x0026B8, "Member 'ABP_TombProtectorBase_C::ShoulderCapsule' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, Animation) == 0x0026C0, "Member 'ABP_TombProtectorBase_C::Animation' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, LOC_HitLocation) == 0x0026C8, "Member 'ABP_TombProtectorBase_C::LOC_HitLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, DebugWidget) == 0x0026D0, "Member 'ABP_TombProtectorBase_C::DebugWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, InGameMenuReference) == 0x0026D8, "Member 'ABP_TombProtectorBase_C::InGameMenuReference' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, cloakVis) == 0x0026E0, "Member 'ABP_TombProtectorBase_C::cloakVis' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, jacketMAT) == 0x0026E8, "Member 'ABP_TombProtectorBase_C::jacketMAT' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, JointDebrisParticles) == 0x0026F0, "Member 'ABP_TombProtectorBase_C::JointDebrisParticles' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, DeathChunkImpulseStrength) == 0x002700, "Member 'ABP_TombProtectorBase_C::DeathChunkImpulseStrength' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, DeathChunkImpulseRadius) == 0x002704, "Member 'ABP_TombProtectorBase_C::DeathChunkImpulseRadius' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, DeathChunkRadialStrength) == 0x002708, "Member 'ABP_TombProtectorBase_C::DeathChunkRadialStrength' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, LOC_Impact) == 0x00270C, "Member 'ABP_TombProtectorBase_C::LOC_Impact' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, VEC_Direction) == 0x002718, "Member 'ABP_TombProtectorBase_C::VEC_Direction' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, MAT_TMBG_Torso) == 0x002728, "Member 'ABP_TombProtectorBase_C::MAT_TMBG_Torso' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, MAT_TMBG_Legs) == 0x002730, "Member 'ABP_TombProtectorBase_C::MAT_TMBG_Legs' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, VFX_EmissiveStrength) == 0x002738, "Member 'ABP_TombProtectorBase_C::VFX_EmissiveStrength' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, N_BodyFX) == 0x002740, "Member 'ABP_TombProtectorBase_C::N_BodyFX' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, DeathChunkOK_RadStrength) == 0x002748, "Member 'ABP_TombProtectorBase_C::DeathChunkOK_RadStrength' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, VFX_DummySampleMesh) == 0x002750, "Member 'ABP_TombProtectorBase_C::VFX_DummySampleMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, SpawnType) == 0x002758, "Member 'ABP_TombProtectorBase_C::SpawnType' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, OverrideSpawnTags) == 0x002759, "Member 'ABP_TombProtectorBase_C::OverrideSpawnTags' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, Exploding_Skeleton_Asset) == 0x002760, "Member 'ABP_TombProtectorBase_C::Exploding_Skeleton_Asset' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, JointDebris_System) == 0x002768, "Member 'ABP_TombProtectorBase_C::JointDebris_System' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, KilledByFinisher) == 0x002770, "Member 'ABP_TombProtectorBase_C::KilledByFinisher' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, Linear_Impulse_Strength) == 0x002774, "Member 'ABP_TombProtectorBase_C::Linear_Impulse_Strength' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, DeadTimerHandle) == 0x002778, "Member 'ABP_TombProtectorBase_C::DeadTimerHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, DeadTimerCalled) == 0x002780, "Member 'ABP_TombProtectorBase_C::DeadTimerCalled' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, DoneDeathFX) == 0x002781, "Member 'ABP_TombProtectorBase_C::DoneDeathFX' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, bHandleShoulderCollision) == 0x002782, "Member 'ABP_TombProtectorBase_C::bHandleShoulderCollision' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtectorBase_C, JointDebrisSoft) == 0x002788, "Member 'ABP_TombProtectorBase_C::JointDebrisSoft' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCast_LightCombo7_C \ static_assert(alignof(UABL_WandCast_LightCombo7_C) == 0x000008, "Wrong alignment on UABL_WandCast_LightCombo7_C"); \ static_assert(sizeof(UABL_WandCast_LightCombo7_C) == 0x0000D0, "Wrong size on UABL_WandCast_LightCombo7_C"); \ #define DUMPER7_ASSERTS_UABL_WandCast_LightCombo3_C \ static_assert(alignof(UABL_WandCast_LightCombo3_C) == 0x000008, "Wrong alignment on UABL_WandCast_LightCombo3_C"); \ static_assert(sizeof(UABL_WandCast_LightCombo3_C) == 0x0000D0, "Wrong size on UABL_WandCast_LightCombo3_C"); \ #define DUMPER7_ASSERTS_ABL_TombProtector_Spawn_Reflection_StationaryKneel_C_OnCustomEvent \ static_assert(alignof(ABL_TombProtector_Spawn_Reflection_StationaryKneel_C_OnCustomEvent) == 0x000008, "Wrong alignment on ABL_TombProtector_Spawn_Reflection_StationaryKneel_C_OnCustomEvent"); \ static_assert(sizeof(ABL_TombProtector_Spawn_Reflection_StationaryKneel_C_OnCustomEvent) == 0x000030, "Wrong size on ABL_TombProtector_Spawn_Reflection_StationaryKneel_C_OnCustomEvent"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_StationaryKneel_C_OnCustomEvent, Context) == 0x000000, "Member 'ABL_TombProtector_Spawn_Reflection_StationaryKneel_C_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_StationaryKneel_C_OnCustomEvent, EventName) == 0x000008, "Member 'ABL_TombProtector_Spawn_Reflection_StationaryKneel_C_OnCustomEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_StationaryKneel_C_OnCustomEvent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000010, "Member 'ABL_TombProtector_Spawn_Reflection_StationaryKneel_C_OnCustomEvent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_StationaryKneel_C_OnCustomEvent, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_TombProtector_Spawn_Reflection_StationaryKneel_C_OnCustomEvent::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_StationaryKneel_C_OnCustomEvent, K2Node_DynamicCast_AsBP_Hogwarts_Protector) == 0x000020, "Member 'ABL_TombProtector_Spawn_Reflection_StationaryKneel_C_OnCustomEvent::K2Node_DynamicCast_AsBP_Hogwarts_Protector' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_StationaryKneel_C_OnCustomEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABL_TombProtector_Spawn_Reflection_StationaryKneel_C_OnCustomEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TombProtector_Spawn_Reflection_StationaryKneel_C \ static_assert(alignof(UABL_TombProtector_Spawn_Reflection_StationaryKneel_C) == 0x000008, "Wrong alignment on UABL_TombProtector_Spawn_Reflection_StationaryKneel_C"); \ static_assert(sizeof(UABL_TombProtector_Spawn_Reflection_StationaryKneel_C) == 0x0000C8, "Wrong size on UABL_TombProtector_Spawn_Reflection_StationaryKneel_C"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast \ static_assert(alignof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast) == 0x000008, "Wrong alignment on BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast"); \ static_assert(sizeof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast) == 0x0004F0, "Wrong size on BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, EntryPoint) == 0x000000, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetActorOwner_ReturnValue_1) == 0x000010, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000018, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetWand_ReturnValue) == 0x000030, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x000040, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000050, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000068, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_3) == 0x000078, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000080, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_4) == 0x000090, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x000098, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_5) == 0x0000A8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x0000B0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_6) == 0x0000C0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1) == 0x0000C8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_7) == 0x0000D8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetIKState_ReturnValue) == 0x0000D9, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetIKState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4) == 0x0000E0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_8) == 0x0000F0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetActorOwner_ReturnValue_2) == 0x0000F8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000100, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x000104, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetContextOnActor_ReturnValue) == 0x000108, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetContextOnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_Start_ReturnValue) == 0x000109, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_Start_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_Event_OwnerActor_2) == 0x000110, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_Event_DeltaSeconds) == 0x000118, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetActorOwner_ReturnValue_3) == 0x000120, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetActorOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsBiped_Player) == 0x000128, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_9) == 0x000130, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsBiped_Player_1) == 0x000138, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_10) == 0x000140, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000148, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_11) == 0x000158, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000160, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_12) == 0x000170, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsAmbulatory_Character_Interface_1) == 0x000178, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsAmbulatory_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_13) == 0x000188, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetFaceTargetTracker_ReturnValue) == 0x000190, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetFaceTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetAimAtTargetTracker_ReturnValue) == 0x000198, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetAimAtTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetWand_ReturnValue_1) == 0x0001A0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetWand_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_BroadcastAction_Actor_ReturnValue_1) == 0x0001A8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_BroadcastAction_Actor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_BroadcastAction_Actor_ReturnValue_2) == 0x0001AC, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_BroadcastAction_Actor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001B0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetMoveStickValues_X) == 0x0001BC, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetMoveStickValues_Y) == 0x0001C0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0001C8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_ProcessStick_WorldSpeed) == 0x0001D0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_ProcessStick_WorldDirection) == 0x0001D4, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_ProcessStick_ReturnValue) == 0x0001E0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_2) == 0x0001E8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_14) == 0x0001F8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5) == 0x000200, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_15) == 0x000210, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_6) == 0x000218, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_16) == 0x000228, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_7) == 0x000230, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_17) == 0x000240, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_8) == 0x000248, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_18) == 0x000258, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_3) == 0x000260, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_19) == 0x000270, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_MakeLiteralName_ReturnValue) == 0x000274, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsTransfiguration_Spell_Tool_Base) == 0x000280, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsTransfiguration_Spell_Tool_Base' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_20) == 0x000288, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_20' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_BTCustomActionEvent_VariantMapHandle_5) == 0x00028C, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_BTCustomActionEvent_VariantMapHandle_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetVariantName_FromHandle_bFound) == 0x000290, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetVariantName_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetVariantName_FromHandle_ReturnValue) == 0x000294, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetVariantName_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_SwitchName_CmpSuccess) == 0x00029C, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsConjuration_Spell_Tool) == 0x0002A0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsConjuration_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_21) == 0x0002A8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_21' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, Temp_struct_Variable) == 0x0002AC, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0002B0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x0002B4, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x0002B8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x0002BC, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, Temp_object_Variable) == 0x0002C0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x0002C8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_BTCustomActionEvent_VariantMapHandle_6) == 0x0002CC, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_BTCustomActionEvent_VariantMapHandle_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_BTCustomActionEvent_VariantMapHandle_7) == 0x0002D0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_BTCustomActionEvent_VariantMapHandle_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, Temp_struct_Variable_1) == 0x0002D4, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, Temp_object_Variable_1) == 0x0002D8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetActiveSpellTool_ReturnValue) == 0x0002E0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetActiveSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_BTCustomActionEvent_VariantMapHandle_8) == 0x0002E8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_BTCustomActionEvent_VariantMapHandle_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetExecutionClassFromKeyWord_ReturnValue) == 0x0002F0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetExecutionClassFromKeyWord_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_IsValidClass_ReturnValue) == 0x0002F8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_CreateDelegate_OutputDelegate) == 0x0002FC, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_CustomEvent_Caller) == 0x000310, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_CustomEvent_MunitionImpactData) == 0x000318, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_CustomEvent_MunitionImpactData' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000408, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetActorOwner_ReturnValue_4) == 0x000410, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetActorOwner_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsBiped_Character_Interface_2) == 0x000418, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsBiped_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_22) == 0x000428, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_22' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetWand_ReturnValue_2) == 0x000430, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetWand_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_CreateVariantMap_ReturnValue) == 0x000438, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_CreateVariantMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_MakeLiteralName_ReturnValue_1) == 0x00043C, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000448, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_Event_OwnerActor_1) == 0x000450, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_BTCustomActionEvent_VariantMapHandle_9) == 0x000458, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_BTCustomActionEvent_VariantMapHandle_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_Event_OwnerActor) == 0x000460, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsBiped_Player_2) == 0x000468, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_23) == 0x000470, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_23' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000478, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetController_ReturnValue) == 0x000480, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_HermesBindMunitionImpactData_Handle) == 0x000488, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_HermesBindMunitionImpactData_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000498, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_DynamicCast_bSuccess_24) == 0x0004A0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_DynamicCast_bSuccess_24' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetLockedOnType_ReturnValue) == 0x0004A1, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetLockedOnType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0004A2, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, K2Node_BTCustomActionEvent_VariantMapHandle_4) == 0x0004A4, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::K2Node_BTCustomActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_IsValid_ReturnValue) == 0x0004A8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0004B0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_IsValid_ReturnValue_1) == 0x0004B8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0004BC, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0004C8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_Normal_ReturnValue) == 0x0004D4, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_BooleanAND_ReturnValue) == 0x0004E0, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast, CallFunc_GetActorOwner_ReturnValue_5) == 0x0004E8, "Member 'BTT_Biped_WandCast_C_ExecuteUbergraph_BTT_Biped_WandCast::CallFunc_GetActorOwner_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_WandCast_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_WandCast_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_WandCast_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_WandCast_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_WandCast_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_ExitTask \ static_assert(alignof(BTT_Biped_WandCast_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_WandCast_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_WandCast_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_WandCast_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_WandCast_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_SpellMadeContact \ static_assert(alignof(BTT_Biped_WandCast_C_SpellMadeContact) == 0x000008, "Wrong alignment on BTT_Biped_WandCast_C_SpellMadeContact"); \ static_assert(sizeof(BTT_Biped_WandCast_C_SpellMadeContact) == 0x0000F8, "Wrong size on BTT_Biped_WandCast_C_SpellMadeContact"); \ static_assert(offsetof(BTT_Biped_WandCast_C_SpellMadeContact, Caller) == 0x000000, "Member 'BTT_Biped_WandCast_C_SpellMadeContact::Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_SpellMadeContact, MunitionImpactData) == 0x000008, "Member 'BTT_Biped_WandCast_C_SpellMadeContact::MunitionImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_ReceiveTick \ static_assert(alignof(BTT_Biped_WandCast_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_WandCast_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_WandCast_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_WandCast_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_WandCast_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_WandCast_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_WandCast_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_WandCast_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_WandCast_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_WandCast_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_WandCast_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_WandCast_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_WandCast_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_WandCast_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_WandCast_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_WandCast_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_WandCast_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_WandCast_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_WandCast_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_WandCast_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_WandCast_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_WandCast_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_WandCast_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_WandCast_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_WandCast_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_WandCast_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_WandCast_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_WandCast_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_WandCast_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_WandCast_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTT_Biped_WandCast_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTT_Biped_WandCast_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTT_Biped_WandCast_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTT_Biped_WandCast_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTT_Biped_WandCast_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_WandCast_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_CustActionEvt_FireSpellFlourish_K2Node_BTCustomActionEvent_4 \ static_assert(alignof(BTT_Biped_WandCast_C_CustActionEvt_FireSpellFlourish_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong alignment on BTT_Biped_WandCast_C_CustActionEvt_FireSpellFlourish_K2Node_BTCustomActionEvent_4"); \ static_assert(sizeof(BTT_Biped_WandCast_C_CustActionEvt_FireSpellFlourish_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong size on BTT_Biped_WandCast_C_CustActionEvt_FireSpellFlourish_K2Node_BTCustomActionEvent_4"); \ static_assert(offsetof(BTT_Biped_WandCast_C_CustActionEvt_FireSpellFlourish_K2Node_BTCustomActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_WandCast_C_CustActionEvt_FireSpellFlourish_K2Node_BTCustomActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_CustActionEvt_ConjureMotionCommand_K2Node_BTCustomActionEvent_5 \ static_assert(alignof(BTT_Biped_WandCast_C_CustActionEvt_ConjureMotionCommand_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong alignment on BTT_Biped_WandCast_C_CustActionEvt_ConjureMotionCommand_K2Node_BTCustomActionEvent_5"); \ static_assert(sizeof(BTT_Biped_WandCast_C_CustActionEvt_ConjureMotionCommand_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong size on BTT_Biped_WandCast_C_CustActionEvt_ConjureMotionCommand_K2Node_BTCustomActionEvent_5"); \ static_assert(offsetof(BTT_Biped_WandCast_C_CustActionEvt_ConjureMotionCommand_K2Node_BTCustomActionEvent_5, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_WandCast_C_CustActionEvt_ConjureMotionCommand_K2Node_BTCustomActionEvent_5::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_CustActionEvt_PostFullBodyWandCast_K2Node_BTCustomActionEvent_6 \ static_assert(alignof(BTT_Biped_WandCast_C_CustActionEvt_PostFullBodyWandCast_K2Node_BTCustomActionEvent_6) == 0x000004, "Wrong alignment on BTT_Biped_WandCast_C_CustActionEvt_PostFullBodyWandCast_K2Node_BTCustomActionEvent_6"); \ static_assert(sizeof(BTT_Biped_WandCast_C_CustActionEvt_PostFullBodyWandCast_K2Node_BTCustomActionEvent_6) == 0x000004, "Wrong size on BTT_Biped_WandCast_C_CustActionEvt_PostFullBodyWandCast_K2Node_BTCustomActionEvent_6"); \ static_assert(offsetof(BTT_Biped_WandCast_C_CustActionEvt_PostFullBodyWandCast_K2Node_BTCustomActionEvent_6, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_WandCast_C_CustActionEvt_PostFullBodyWandCast_K2Node_BTCustomActionEvent_6::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_7 \ static_assert(alignof(BTT_Biped_WandCast_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_7) == 0x000004, "Wrong alignment on BTT_Biped_WandCast_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_7"); \ static_assert(sizeof(BTT_Biped_WandCast_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_7) == 0x000004, "Wrong size on BTT_Biped_WandCast_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_7"); \ static_assert(offsetof(BTT_Biped_WandCast_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_7, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_WandCast_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_7::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_8 \ static_assert(alignof(BTT_Biped_WandCast_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_8) == 0x000004, "Wrong alignment on BTT_Biped_WandCast_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_8"); \ static_assert(sizeof(BTT_Biped_WandCast_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_8) == 0x000004, "Wrong size on BTT_Biped_WandCast_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_8"); \ static_assert(offsetof(BTT_Biped_WandCast_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_8, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_WandCast_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_8::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_9 \ static_assert(alignof(BTT_Biped_WandCast_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_9) == 0x000004, "Wrong alignment on BTT_Biped_WandCast_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_9"); \ static_assert(sizeof(BTT_Biped_WandCast_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_9) == 0x000004, "Wrong size on BTT_Biped_WandCast_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_9"); \ static_assert(offsetof(BTT_Biped_WandCast_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_9, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_WandCast_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_9::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_GetWandAbility \ static_assert(alignof(BTT_Biped_WandCast_C_GetWandAbility) == 0x000008, "Wrong alignment on BTT_Biped_WandCast_C_GetWandAbility"); \ static_assert(sizeof(BTT_Biped_WandCast_C_GetWandAbility) == 0x000048, "Wrong size on BTT_Biped_WandCast_C_GetWandAbility"); \ static_assert(offsetof(BTT_Biped_WandCast_C_GetWandAbility, WandCastName) == 0x000000, "Member 'BTT_Biped_WandCast_C_GetWandAbility::WandCastName' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_GetWandAbility, IsInStealth) == 0x000008, "Member 'BTT_Biped_WandCast_C_GetWandAbility::IsInStealth' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_GetWandAbility, WandCastAbility) == 0x000010, "Member 'BTT_Biped_WandCast_C_GetWandAbility::WandCastAbility' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_GetWandAbility, CallFunc_GetExecutionClassFromKeyWord_ReturnValue) == 0x000018, "Member 'BTT_Biped_WandCast_C_GetWandAbility::CallFunc_GetExecutionClassFromKeyWord_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_GetWandAbility, CallFunc_GetExecutionClassFromKeyWord_ReturnValue_1) == 0x000020, "Member 'BTT_Biped_WandCast_C_GetWandAbility::CallFunc_GetExecutionClassFromKeyWord_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_GetWandAbility, CallFunc_GetExecutionClassFromKeyWord_ReturnValue_2) == 0x000028, "Member 'BTT_Biped_WandCast_C_GetWandAbility::CallFunc_GetExecutionClassFromKeyWord_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_GetWandAbility, CallFunc_GetClassDisplayName_ReturnValue) == 0x000030, "Member 'BTT_Biped_WandCast_C_GetWandAbility::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_GetWandAbility, CallFunc_Contains_ReturnValue) == 0x000040, "Member 'BTT_Biped_WandCast_C_GetWandAbility::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_GetWandAbility, CallFunc_IsValidClass_ReturnValue) == 0x000041, "Member 'BTT_Biped_WandCast_C_GetWandAbility::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_StartWandAbility \ static_assert(alignof(BTT_Biped_WandCast_C_StartWandAbility) == 0x000008, "Wrong alignment on BTT_Biped_WandCast_C_StartWandAbility"); \ static_assert(sizeof(BTT_Biped_WandCast_C_StartWandAbility) == 0x000168, "Wrong size on BTT_Biped_WandCast_C_StartWandAbility"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, InActor) == 0x000000, "Member 'BTT_Biped_WandCast_C_StartWandAbility::InActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, DefaultAbility) == 0x000008, "Member 'BTT_Biped_WandCast_C_StartWandAbility::DefaultAbility' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_AsBiped_Player) == 0x000010, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000020, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000038, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000050, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_bSuccess_3) == 0x000060, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_GetWand_ReturnValue) == 0x000068, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_GetAnimInstance_ReturnValue) == 0x000070, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000078, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000088, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_bSuccess_4) == 0x000090, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_GetCurrentBasicMobilityMode_ReturnValue) == 0x000091, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_GetCurrentBasicMobilityMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_ComputeDirectionToTargetOfType_ReturnValue) == 0x000094, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_ComputeDirectionToTargetOfType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000A0, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000A1, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_BooleanOR_ReturnValue) == 0x0000A2, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x0000A4, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0000A8, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_GetAnimInstance_ReturnValue_2) == 0x0000B0, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_AsAble_Anim_Instance_Interface) == 0x0000B8, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_AsAble_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_bSuccess_5) == 0x0000C8, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x0000D0, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_bSuccess_6) == 0x0000E0, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_AsAble_Anim_Instance_Interface_1) == 0x0000E8, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_AsAble_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_bSuccess_7) == 0x0000F8, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, Temp_object_Variable) == 0x000100, "Member 'BTT_Biped_WandCast_C_StartWandAbility::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_GetActiveSpellTool_ReturnValue) == 0x000108, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_GetActiveSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_MakeLiteralName_ReturnValue) == 0x000110, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000118, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000120, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_MakeLiteralByte_ReturnValue) == 0x000128, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_GetValueAsInt_ReturnValue) == 0x00012C, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_MakeStruct_VariantMapHandle) == 0x000130, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_MakeStruct_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_DestroyVariantMap_ReturnValue) == 0x000134, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_DestroyVariantMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_GetVariantName_FromHandle_bFound) == 0x000138, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_GetVariantName_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_GetVariantName_FromHandle_ReturnValue) == 0x00013C, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_GetVariantName_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_GetWandAbility_WandCastAbility) == 0x000148, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_GetWandAbility_WandCastAbility' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000150, "Member 'BTT_Biped_WandCast_C_StartWandAbility::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_AsOppugno_Spell_Tool) == 0x000158, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_AsOppugno_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StartWandAbility, K2Node_DynamicCast_bSuccess_8) == 0x000160, "Member 'BTT_Biped_WandCast_C_StartWandAbility::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_SetContexts \ static_assert(alignof(BTT_Biped_WandCast_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_WandCast_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_WandCast_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_WandCast_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_WandCast_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_WandCast_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_StickValid \ static_assert(alignof(BTT_Biped_WandCast_C_StickValid) == 0x000004, "Wrong alignment on BTT_Biped_WandCast_C_StickValid"); \ static_assert(sizeof(BTT_Biped_WandCast_C_StickValid) == 0x00000C, "Wrong size on BTT_Biped_WandCast_C_StickValid"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StickValid, StickX) == 0x000000, "Member 'BTT_Biped_WandCast_C_StickValid::StickX' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StickValid, StickY) == 0x000004, "Member 'BTT_Biped_WandCast_C_StickValid::StickY' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StickValid, IsValid) == 0x000008, "Member 'BTT_Biped_WandCast_C_StickValid::IsValid' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StickValid, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000009, "Member 'BTT_Biped_WandCast_C_StickValid::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StickValid, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x00000A, "Member 'BTT_Biped_WandCast_C_StickValid::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_StickValid, CallFunc_BooleanOR_ReturnValue) == 0x00000B, "Member 'BTT_Biped_WandCast_C_StickValid::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_SetTargetTrackers \ static_assert(alignof(BTT_Biped_WandCast_C_SetTargetTrackers) == 0x000008, "Wrong alignment on BTT_Biped_WandCast_C_SetTargetTrackers"); \ static_assert(sizeof(BTT_Biped_WandCast_C_SetTargetTrackers) == 0x000038, "Wrong size on BTT_Biped_WandCast_C_SetTargetTrackers"); \ static_assert(offsetof(BTT_Biped_WandCast_C_SetTargetTrackers, InputPin) == 0x000000, "Member 'BTT_Biped_WandCast_C_SetTargetTrackers::InputPin' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_SetTargetTrackers, K2Node_DynamicCast_AsBiped_Player) == 0x000008, "Member 'BTT_Biped_WandCast_C_SetTargetTrackers::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_SetTargetTrackers, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTT_Biped_WandCast_C_SetTargetTrackers::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_SetTargetTrackers, CallFunc_AddTarget_DesiredDirection_ReturnValue) == 0x000018, "Member 'BTT_Biped_WandCast_C_SetTargetTrackers::CallFunc_AddTarget_DesiredDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_SetTargetTrackers, CallFunc_Set_WandCast_TargetTrackerTargets_ReturnValue) == 0x000020, "Member 'BTT_Biped_WandCast_C_SetTargetTrackers::CallFunc_Set_WandCast_TargetTrackerTargets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_SetTargetTrackers, CallFunc_AddTarget_DesiredDirection_ReturnValue_1) == 0x000028, "Member 'BTT_Biped_WandCast_C_SetTargetTrackers::CallFunc_AddTarget_DesiredDirection_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_SetTargetTrackers, CallFunc_AddTarget_DesiredDirection_ReturnValue_2) == 0x000030, "Member 'BTT_Biped_WandCast_C_SetTargetTrackers::CallFunc_AddTarget_DesiredDirection_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_ConditionalCancelSpell \ static_assert(alignof(BTT_Biped_WandCast_C_ConditionalCancelSpell) == 0x000008, "Wrong alignment on BTT_Biped_WandCast_C_ConditionalCancelSpell"); \ static_assert(sizeof(BTT_Biped_WandCast_C_ConditionalCancelSpell) == 0x000018, "Wrong size on BTT_Biped_WandCast_C_ConditionalCancelSpell"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ConditionalCancelSpell, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTT_Biped_WandCast_C_ConditionalCancelSpell::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ConditionalCancelSpell, K2Node_DynamicCast_AsReparo_Spell_Tool) == 0x000008, "Member 'BTT_Biped_WandCast_C_ConditionalCancelSpell::K2Node_DynamicCast_AsReparo_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ConditionalCancelSpell, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTT_Biped_WandCast_C_ConditionalCancelSpell::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_FlushQueuedActions \ static_assert(alignof(BTT_Biped_WandCast_C_FlushQueuedActions) == 0x000008, "Wrong alignment on BTT_Biped_WandCast_C_FlushQueuedActions"); \ static_assert(sizeof(BTT_Biped_WandCast_C_FlushQueuedActions) == 0x000008, "Wrong size on BTT_Biped_WandCast_C_FlushQueuedActions"); \ static_assert(offsetof(BTT_Biped_WandCast_C_FlushQueuedActions, Owner) == 0x000000, "Member 'BTT_Biped_WandCast_C_FlushQueuedActions::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_AcquireNewTarget \ static_assert(alignof(BTT_Biped_WandCast_C_AcquireNewTarget) == 0x000008, "Wrong alignment on BTT_Biped_WandCast_C_AcquireNewTarget"); \ static_assert(sizeof(BTT_Biped_WandCast_C_AcquireNewTarget) == 0x000058, "Wrong size on BTT_Biped_WandCast_C_AcquireNewTarget"); \ static_assert(offsetof(BTT_Biped_WandCast_C_AcquireNewTarget, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTT_Biped_WandCast_C_AcquireNewTarget::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_AcquireNewTarget, CallFunc_AddTarget_DesiredDirection_ReturnValue) == 0x000008, "Member 'BTT_Biped_WandCast_C_AcquireNewTarget::CallFunc_AddTarget_DesiredDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_AcquireNewTarget, CallFunc_AddTarget_DesiredDirection_ReturnValue_1) == 0x000010, "Member 'BTT_Biped_WandCast_C_AcquireNewTarget::CallFunc_AddTarget_DesiredDirection_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_AcquireNewTarget, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'BTT_Biped_WandCast_C_AcquireNewTarget::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_AcquireNewTarget, CallFunc_AddTarget_DesiredDirection_ReturnValue_2) == 0x000020, "Member 'BTT_Biped_WandCast_C_AcquireNewTarget::CallFunc_AddTarget_DesiredDirection_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_AcquireNewTarget, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000028, "Member 'BTT_Biped_WandCast_C_AcquireNewTarget::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_AcquireNewTarget, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_Biped_WandCast_C_AcquireNewTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_AcquireNewTarget, CallFunc_GetBestAutoTargetActor_ReturnValue) == 0x000038, "Member 'BTT_Biped_WandCast_C_AcquireNewTarget::CallFunc_GetBestAutoTargetActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_AcquireNewTarget, CallFunc_GetBestAutoTargetActor_WorldLocation_ReturnValue) == 0x000040, "Member 'BTT_Biped_WandCast_C_AcquireNewTarget::CallFunc_GetBestAutoTargetActor_WorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_AcquireNewTarget, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'BTT_Biped_WandCast_C_AcquireNewTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_AcquireNewTarget, CallFunc_Set_WandCast_TargetTrackerTargets_ReturnValue) == 0x000050, "Member 'BTT_Biped_WandCast_C_AcquireNewTarget::CallFunc_Set_WandCast_TargetTrackerTargets_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_WandCast_C_ProtectCharacterFromDamage \ static_assert(alignof(BTT_Biped_WandCast_C_ProtectCharacterFromDamage) == 0x000008, "Wrong alignment on BTT_Biped_WandCast_C_ProtectCharacterFromDamage"); \ static_assert(sizeof(BTT_Biped_WandCast_C_ProtectCharacterFromDamage) == 0x000018, "Wrong size on BTT_Biped_WandCast_C_ProtectCharacterFromDamage"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ProtectCharacterFromDamage, InActor) == 0x000000, "Member 'BTT_Biped_WandCast_C_ProtectCharacterFromDamage::InActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ProtectCharacterFromDamage, Flag) == 0x000008, "Member 'BTT_Biped_WandCast_C_ProtectCharacterFromDamage::Flag' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_WandCast_C_ProtectCharacterFromDamage, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000010, "Member 'BTT_Biped_WandCast_C_ProtectCharacterFromDamage::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_WandCast_C \ static_assert(alignof(UBTT_Biped_WandCast_C) == 0x000008, "Wrong alignment on UBTT_Biped_WandCast_C"); \ static_assert(sizeof(UBTT_Biped_WandCast_C) == 0x000188, "Wrong size on UBTT_Biped_WandCast_C"); \ static_assert(offsetof(UBTT_Biped_WandCast_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_WandCast_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_WandCast_C, CurrentFiringSpell) == 0x000158, "Member 'UBTT_Biped_WandCast_C::CurrentFiringSpell' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_WandCast_C, EmptySpell) == 0x000160, "Member 'UBTT_Biped_WandCast_C::EmptySpell' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_WandCast_C, SpellFired) == 0x000168, "Member 'UBTT_Biped_WandCast_C::SpellFired' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_WandCast_C, ButtonReleased) == 0x000169, "Member 'UBTT_Biped_WandCast_C::ButtonReleased' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_WandCast_C, RestoreIKState) == 0x00016A, "Member 'UBTT_Biped_WandCast_C::RestoreIKState' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_WandCast_C, RestartingWandCast) == 0x00016B, "Member 'UBTT_Biped_WandCast_C::RestartingWandCast' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_WandCast_C, ClearRetaliateLockOnExit) == 0x00016C, "Member 'UBTT_Biped_WandCast_C::ClearRetaliateLockOnExit' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_WandCast_C, AnimCompleted) == 0x00016D, "Member 'UBTT_Biped_WandCast_C::AnimCompleted' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_WandCast_C, AllowStick) == 0x00016E, "Member 'UBTT_Biped_WandCast_C::AllowStick' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_WandCast_C, StickDirection) == 0x000170, "Member 'UBTT_Biped_WandCast_C::StickDirection' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_WandCast_C, AllowAcquireNewTarget) == 0x00017C, "Member 'UBTT_Biped_WandCast_C::AllowAcquireNewTarget' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_WandCast_C, AllowTargetTracking) == 0x00017D, "Member 'UBTT_Biped_WandCast_C::AllowTargetTracking' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_WandCast_C, IsOppugnoSpell) == 0x00017E, "Member 'UBTT_Biped_WandCast_C::IsOppugnoSpell' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_WandCast_C, TargetedEnemy) == 0x000180, "Member 'UBTT_Biped_WandCast_C::TargetedEnemy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor \ static_assert(alignof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor) == 0x000008, "Wrong alignment on BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor"); \ static_assert(sizeof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor) == 0x000118, "Wrong size on BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, EntryPoint) == 0x000000, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000010, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000018, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000028, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000040, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000058, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_bSuccess_3) == 0x000068, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_SwitchEnum_CmpSuccess) == 0x000069, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, CallFunc_GetCurrentBasicMobilityMode_ReturnValue) == 0x00006A, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::CallFunc_GetCurrentBasicMobilityMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_SwitchEnum_CmpSuccess_1) == 0x00006B, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_SwitchEnum_CmpSuccess_2) == 0x00006C, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x000070, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_bSuccess_4) == 0x000080, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000084, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, CallFunc_SelectClass_ReturnValue) == 0x000088, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::CallFunc_SelectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, CallFunc_SelectClass_ReturnValue_1) == 0x000090, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::CallFunc_SelectClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, CallFunc_SelectClass_ReturnValue_2) == 0x000098, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::CallFunc_SelectClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, CallFunc_SelectClass_ReturnValue_3) == 0x0000A0, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::CallFunc_SelectClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_Event_OwnerActor_1) == 0x0000A8, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_Event_OwnerActor) == 0x0000B0, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_AsAble_Character_Interface) == 0x0000B8, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_bSuccess_5) == 0x0000C8, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x0000D0, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_bSuccess_6) == 0x0000E0, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue) == 0x0000E1, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_1) == 0x0000E2, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_AsAble_Character_Interface_2) == 0x0000E8, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_AsAble_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_bSuccess_7) == 0x0000F8, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_AsAble_Character_Interface_3) == 0x000100, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_AsAble_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, K2Node_DynamicCast_bSuccess_8) == 0x000110, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_2) == 0x000111, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_3) == 0x000112, "Member 'BTT_BipedUpper_OpenDoor_C_ExecuteUbergraph_BTT_BipedUpper_OpenDoor::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_OpenDoor_C_ReceiveExecute \ static_assert(alignof(BTT_BipedUpper_OpenDoor_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_BipedUpper_OpenDoor_C_ReceiveExecute"); \ static_assert(sizeof(BTT_BipedUpper_OpenDoor_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_BipedUpper_OpenDoor_C_ReceiveExecute"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_OpenDoor_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_OpenDoor_C_ExitTask \ static_assert(alignof(BTT_BipedUpper_OpenDoor_C_ExitTask) == 0x000008, "Wrong alignment on BTT_BipedUpper_OpenDoor_C_ExitTask"); \ static_assert(sizeof(BTT_BipedUpper_OpenDoor_C_ExitTask) == 0x000008, "Wrong size on BTT_BipedUpper_OpenDoor_C_ExitTask"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_OpenDoor_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_OpenDoor_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_BipedUpper_OpenDoor_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_BipedUpper_OpenDoor_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_BipedUpper_OpenDoor_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_BipedUpper_OpenDoor_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_BipedUpper_OpenDoor_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_OpenDoor_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_BipedUpper_OpenDoor_C \ static_assert(alignof(UBTT_BipedUpper_OpenDoor_C) == 0x000008, "Wrong alignment on UBTT_BipedUpper_OpenDoor_C"); \ static_assert(sizeof(UBTT_BipedUpper_OpenDoor_C) == 0x000160, "Wrong size on UBTT_BipedUpper_OpenDoor_C"); \ static_assert(offsetof(UBTT_BipedUpper_OpenDoor_C, UberGraphFrame) == 0x000150, "Member 'UBTT_BipedUpper_OpenDoor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_BipedUpper_OpenDoor_C, LeftHand) == 0x000158, "Member 'UBTT_BipedUpper_OpenDoor_C::LeftHand' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapOverland_C_ExecuteUbergraph_UI_BP_MinimapOverland \ static_assert(alignof(UI_BP_MinimapOverland_C_ExecuteUbergraph_UI_BP_MinimapOverland) == 0x000004, "Wrong alignment on UI_BP_MinimapOverland_C_ExecuteUbergraph_UI_BP_MinimapOverland"); \ static_assert(sizeof(UI_BP_MinimapOverland_C_ExecuteUbergraph_UI_BP_MinimapOverland) == 0x00000C, "Wrong size on UI_BP_MinimapOverland_C_ExecuteUbergraph_UI_BP_MinimapOverland"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_ExecuteUbergraph_UI_BP_MinimapOverland, EntryPoint) == 0x000000, "Member 'UI_BP_MinimapOverland_C_ExecuteUbergraph_UI_BP_MinimapOverland::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_ExecuteUbergraph_UI_BP_MinimapOverland, K2Node_Event_Opacity) == 0x000004, "Member 'UI_BP_MinimapOverland_C_ExecuteUbergraph_UI_BP_MinimapOverland::K2Node_Event_Opacity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_ExecuteUbergraph_UI_BP_MinimapOverland, K2Node_Event_Visibile) == 0x000008, "Member 'UI_BP_MinimapOverland_C_ExecuteUbergraph_UI_BP_MinimapOverland::K2Node_Event_Visibile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapOverland_C_ShowMap \ static_assert(alignof(UI_BP_MinimapOverland_C_ShowMap) == 0x000001, "Wrong alignment on UI_BP_MinimapOverland_C_ShowMap"); \ static_assert(sizeof(UI_BP_MinimapOverland_C_ShowMap) == 0x000001, "Wrong size on UI_BP_MinimapOverland_C_ShowMap"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_ShowMap, Visibile) == 0x000000, "Member 'UI_BP_MinimapOverland_C_ShowMap::Visibile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapOverland_C_SetMapOpacity \ static_assert(alignof(UI_BP_MinimapOverland_C_SetMapOpacity) == 0x000004, "Wrong alignment on UI_BP_MinimapOverland_C_SetMapOpacity"); \ static_assert(sizeof(UI_BP_MinimapOverland_C_SetMapOpacity) == 0x000004, "Wrong size on UI_BP_MinimapOverland_C_SetMapOpacity"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_SetMapOpacity, Opacity) == 0x000000, "Member 'UI_BP_MinimapOverland_C_SetMapOpacity::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapOverland_C_UpdateCurrentMapPosition \ static_assert(alignof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition) == 0x000008, "Wrong alignment on UI_BP_MinimapOverland_C_UpdateCurrentMapPosition"); \ static_assert(sizeof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition) == 0x0000F0, "Wrong size on UI_BP_MinimapOverland_C_UpdateCurrentMapPosition"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, PlayerY) == 0x000000, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::PlayerY' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, PlayerX) == 0x000004, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::PlayerX' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, NewUpperLeftTileIndex) == 0x000008, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::NewUpperLeftTileIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, NewMapY) == 0x00000C, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::NewMapY' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, NewMapX) == 0x000010, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::NewMapX' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_MakeVector_ReturnValue) == 0x000014, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_MakeVector_ReturnValue_1) == 0x000020, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_Divide_VectorFloat_ReturnValue) == 0x00002C, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_Divide_VectorFloat_ReturnValue_1) == 0x000038, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_Divide_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000048, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000050, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00005C, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_Divide_VectorFloat_ReturnValue_2) == 0x000068, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_Divide_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_BreakVector_X) == 0x000074, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_BreakVector_Y) == 0x000078, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_BreakVector_Z) == 0x00007C, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000080, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000084, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_FFloor_ReturnValue) == 0x000088, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_FFloor_ReturnValue_1) == 0x00008C, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_FFloor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_Subtract_IntInt_ReturnValue) == 0x000090, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000094, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_Multiply_IntInt_ReturnValue) == 0x000098, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x0000A0, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000AC, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0000B8, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_Divide_VectorFloat_ReturnValue_3) == 0x0000C4, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_Divide_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_BreakVector_X_1) == 0x0000D0, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_BreakVector_Y_1) == 0x0000D4, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_BreakVector_Z_1) == 0x0000D8, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000DC, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_Fraction_ReturnValue) == 0x0000E0, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_Fraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_Fraction_ReturnValue_1) == 0x0000E4, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_Fraction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateCurrentMapPosition, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000E8, "Member 'UI_BP_MinimapOverland_C_UpdateCurrentMapPosition::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapOverland_C_UpdateTileTextures \ static_assert(alignof(UI_BP_MinimapOverland_C_UpdateTileTextures) == 0x000008, "Wrong alignment on UI_BP_MinimapOverland_C_UpdateTileTextures"); \ static_assert(sizeof(UI_BP_MinimapOverland_C_UpdateTileTextures) == 0x000040, "Wrong size on UI_BP_MinimapOverland_C_UpdateTileTextures"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileTextures, CallFunc_Array_Get_Item) == 0x000000, "Member 'UI_BP_MinimapOverland_C_UpdateTileTextures::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileTextures, CallFunc_Array_Get_Item_1) == 0x000008, "Member 'UI_BP_MinimapOverland_C_UpdateTileTextures::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileTextures, CallFunc_Array_Get_Item_2) == 0x000010, "Member 'UI_BP_MinimapOverland_C_UpdateTileTextures::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileTextures, CallFunc_Array_Get_Item_3) == 0x000018, "Member 'UI_BP_MinimapOverland_C_UpdateTileTextures::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileTextures, CallFunc_GetDynamicMaterial_ReturnValue) == 0x000020, "Member 'UI_BP_MinimapOverland_C_UpdateTileTextures::CallFunc_GetDynamicMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileTextures, CallFunc_GetDynamicMaterial_ReturnValue_1) == 0x000028, "Member 'UI_BP_MinimapOverland_C_UpdateTileTextures::CallFunc_GetDynamicMaterial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileTextures, CallFunc_GetDynamicMaterial_ReturnValue_2) == 0x000030, "Member 'UI_BP_MinimapOverland_C_UpdateTileTextures::CallFunc_GetDynamicMaterial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileTextures, CallFunc_GetDynamicMaterial_ReturnValue_3) == 0x000038, "Member 'UI_BP_MinimapOverland_C_UpdateTileTextures::CallFunc_GetDynamicMaterial_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapOverland_C_DebugPrintPlayerTile \ static_assert(alignof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile) == 0x000008, "Wrong alignment on UI_BP_MinimapOverland_C_DebugPrintPlayerTile"); \ static_assert(sizeof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile) == 0x000118, "Wrong size on UI_BP_MinimapOverland_C_DebugPrintPlayerTile"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000000, "Member 'UI_BP_MinimapOverland_C_DebugPrintPlayerTile::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile, CallFunc_MakeVector_ReturnValue) == 0x000008, "Member 'UI_BP_MinimapOverland_C_DebugPrintPlayerTile::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'UI_BP_MinimapOverland_C_DebugPrintPlayerTile::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile, CallFunc_Divide_VectorFloat_ReturnValue) == 0x000020, "Member 'UI_BP_MinimapOverland_C_DebugPrintPlayerTile::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00002C, "Member 'UI_BP_MinimapOverland_C_DebugPrintPlayerTile::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile, CallFunc_Divide_VectorFloat_ReturnValue_1) == 0x000038, "Member 'UI_BP_MinimapOverland_C_DebugPrintPlayerTile::CallFunc_Divide_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile, CallFunc_BreakVector_X) == 0x000044, "Member 'UI_BP_MinimapOverland_C_DebugPrintPlayerTile::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile, CallFunc_BreakVector_Y) == 0x000048, "Member 'UI_BP_MinimapOverland_C_DebugPrintPlayerTile::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile, CallFunc_BreakVector_Z) == 0x00004C, "Member 'UI_BP_MinimapOverland_C_DebugPrintPlayerTile::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile, CallFunc_FFloor_ReturnValue) == 0x000050, "Member 'UI_BP_MinimapOverland_C_DebugPrintPlayerTile::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000054, "Member 'UI_BP_MinimapOverland_C_DebugPrintPlayerTile::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile, K2Node_MakeStruct_FormatArgumentData) == 0x000058, "Member 'UI_BP_MinimapOverland_C_DebugPrintPlayerTile::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile, CallFunc_FFloor_ReturnValue_1) == 0x000098, "Member 'UI_BP_MinimapOverland_C_DebugPrintPlayerTile::CallFunc_FFloor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A0, "Member 'UI_BP_MinimapOverland_C_DebugPrintPlayerTile::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile, K2Node_MakeArray_Array) == 0x0000E0, "Member 'UI_BP_MinimapOverland_C_DebugPrintPlayerTile::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'UI_BP_MinimapOverland_C_DebugPrintPlayerTile::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_DebugPrintPlayerTile, CallFunc_Conv_TextToString_ReturnValue) == 0x000108, "Member 'UI_BP_MinimapOverland_C_DebugPrintPlayerTile::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames \ static_assert(alignof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames) == 0x000004, "Wrong alignment on UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames"); \ static_assert(sizeof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames) == 0x00009C, "Wrong size on UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, UpperLeftIndex) == 0x000000, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::UpperLeftIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, LowerRightIndex) == 0x000004, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::LowerRightIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, LowerLeftIndex) == 0x000008, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::LowerLeftIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, UpperRightIndex) == 0x00000C, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::UpperRightIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_Multiply_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000018, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x00001C, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_Percent_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, Temp_int_Variable) == 0x000024, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_ValidateMapIndex_IsValid) == 0x000028, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_ValidateMapIndex_IsValid' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_ValidateMapIndex_IsValid_1) == 0x000029, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_ValidateMapIndex_IsValid_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_ValidateMapIndex_IsValid_2) == 0x00002A, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_ValidateMapIndex_IsValid_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, Temp_bool_Variable) == 0x00002B, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x00002C, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000030, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_Percent_IntInt_ReturnValue_1) == 0x000034, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_Percent_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_Add_IntInt_ReturnValue_1) == 0x00003C, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_Percent_IntInt_ReturnValue_2) == 0x000040, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_Percent_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000044, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, K2Node_Select_Default) == 0x000048, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_ValidateMapIndex_IsValid_3) == 0x00004C, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_ValidateMapIndex_IsValid_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, K2Node_CreateDelegate_OutputDelegate) == 0x000050, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_AsyncFindIconTexWithCallback_ReturnValue) == 0x000060, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_AsyncFindIconTexWithCallback_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, K2Node_CreateDelegate_OutputDelegate_1) == 0x000064, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, K2Node_CreateDelegate_OutputDelegate_2) == 0x000074, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_AsyncFindIconTexWithCallback_ReturnValue_1) == 0x000084, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_AsyncFindIconTexWithCallback_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_AsyncFindIconTexWithCallback_ReturnValue_2) == 0x000085, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_AsyncFindIconTexWithCallback_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, K2Node_CreateDelegate_OutputDelegate_3) == 0x000088, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames, CallFunc_AsyncFindIconTexWithCallback_ReturnValue_3) == 0x000098, "Member 'UI_BP_MinimapOverland_C_UpdateTileIndicesFromImageNames::CallFunc_AsyncFindIconTexWithCallback_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapOverland_C_MapTileLoaded_UpperLeft \ static_assert(alignof(UI_BP_MinimapOverland_C_MapTileLoaded_UpperLeft) == 0x000008, "Wrong alignment on UI_BP_MinimapOverland_C_MapTileLoaded_UpperLeft"); \ static_assert(sizeof(UI_BP_MinimapOverland_C_MapTileLoaded_UpperLeft) == 0x000010, "Wrong size on UI_BP_MinimapOverland_C_MapTileLoaded_UpperLeft"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_MapTileLoaded_UpperLeft, TileTexture) == 0x000000, "Member 'UI_BP_MinimapOverland_C_MapTileLoaded_UpperLeft::TileTexture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_MapTileLoaded_UpperLeft, TileImage) == 0x000008, "Member 'UI_BP_MinimapOverland_C_MapTileLoaded_UpperLeft::TileImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapOverland_C_MapTileLoaded_UpperRight \ static_assert(alignof(UI_BP_MinimapOverland_C_MapTileLoaded_UpperRight) == 0x000008, "Wrong alignment on UI_BP_MinimapOverland_C_MapTileLoaded_UpperRight"); \ static_assert(sizeof(UI_BP_MinimapOverland_C_MapTileLoaded_UpperRight) == 0x000010, "Wrong size on UI_BP_MinimapOverland_C_MapTileLoaded_UpperRight"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_MapTileLoaded_UpperRight, Texture) == 0x000000, "Member 'UI_BP_MinimapOverland_C_MapTileLoaded_UpperRight::Texture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_MapTileLoaded_UpperRight, Image) == 0x000008, "Member 'UI_BP_MinimapOverland_C_MapTileLoaded_UpperRight::Image' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapOverland_C_MapTileLoaded_LowerLeft \ static_assert(alignof(UI_BP_MinimapOverland_C_MapTileLoaded_LowerLeft) == 0x000008, "Wrong alignment on UI_BP_MinimapOverland_C_MapTileLoaded_LowerLeft"); \ static_assert(sizeof(UI_BP_MinimapOverland_C_MapTileLoaded_LowerLeft) == 0x000010, "Wrong size on UI_BP_MinimapOverland_C_MapTileLoaded_LowerLeft"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_MapTileLoaded_LowerLeft, Texture) == 0x000000, "Member 'UI_BP_MinimapOverland_C_MapTileLoaded_LowerLeft::Texture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_MapTileLoaded_LowerLeft, Image) == 0x000008, "Member 'UI_BP_MinimapOverland_C_MapTileLoaded_LowerLeft::Image' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapOverland_C_MapTileLoaded_LowerRight \ static_assert(alignof(UI_BP_MinimapOverland_C_MapTileLoaded_LowerRight) == 0x000008, "Wrong alignment on UI_BP_MinimapOverland_C_MapTileLoaded_LowerRight"); \ static_assert(sizeof(UI_BP_MinimapOverland_C_MapTileLoaded_LowerRight) == 0x000010, "Wrong size on UI_BP_MinimapOverland_C_MapTileLoaded_LowerRight"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_MapTileLoaded_LowerRight, Texture) == 0x000000, "Member 'UI_BP_MinimapOverland_C_MapTileLoaded_LowerRight::Texture' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_MapTileLoaded_LowerRight, Image) == 0x000008, "Member 'UI_BP_MinimapOverland_C_MapTileLoaded_LowerRight::Image' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapOverland_C_ValidateMapIndex \ static_assert(alignof(UI_BP_MinimapOverland_C_ValidateMapIndex) == 0x000004, "Wrong alignment on UI_BP_MinimapOverland_C_ValidateMapIndex"); \ static_assert(sizeof(UI_BP_MinimapOverland_C_ValidateMapIndex) == 0x000010, "Wrong size on UI_BP_MinimapOverland_C_ValidateMapIndex"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_ValidateMapIndex, MapIndex) == 0x000000, "Member 'UI_BP_MinimapOverland_C_ValidateMapIndex::MapIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_ValidateMapIndex, IsValid) == 0x000004, "Member 'UI_BP_MinimapOverland_C_ValidateMapIndex::IsValid' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_ValidateMapIndex, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000005, "Member 'UI_BP_MinimapOverland_C_ValidateMapIndex::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_ValidateMapIndex, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'UI_BP_MinimapOverland_C_ValidateMapIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_ValidateMapIndex, CallFunc_Less_IntInt_ReturnValue) == 0x00000C, "Member 'UI_BP_MinimapOverland_C_ValidateMapIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapOverland_C_ValidateMapIndex, CallFunc_BooleanAND_ReturnValue) == 0x00000D, "Member 'UI_BP_MinimapOverland_C_ValidateMapIndex::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MinimapOverland_C \ static_assert(alignof(UUI_BP_MinimapOverland_C) == 0x000008, "Wrong alignment on UUI_BP_MinimapOverland_C"); \ static_assert(sizeof(UUI_BP_MinimapOverland_C) == 0x000528, "Wrong size on UUI_BP_MinimapOverland_C"); \ static_assert(offsetof(UUI_BP_MinimapOverland_C, UberGraphFrame) == 0x0004D0, "Member 'UUI_BP_MinimapOverland_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MinimapOverland_C, MinimapBackground) == 0x0004D8, "Member 'UUI_BP_MinimapOverland_C::MinimapBackground' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MinimapOverland_C, ImageTextureArray) == 0x0004E0, "Member 'UUI_BP_MinimapOverland_C::ImageTextureArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MinimapOverland_C, TileIndices) == 0x0004F0, "Member 'UUI_BP_MinimapOverland_C::TileIndices' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MinimapOverland_C, ImageNames) == 0x000500, "Member 'UUI_BP_MinimapOverland_C::ImageNames' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MinimapOverland_C, BlackTexture_0) == 0x000510, "Member 'UUI_BP_MinimapOverland_C::BlackTexture_0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MinimapOverland_C, ImageNamesTest) == 0x000518, "Member 'UUI_BP_MinimapOverland_C::ImageNamesTest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapHogsmeade_C_ExecuteUbergraph_UI_BP_MinimapHogsmeade \ static_assert(alignof(UI_BP_MinimapHogsmeade_C_ExecuteUbergraph_UI_BP_MinimapHogsmeade) == 0x000004, "Wrong alignment on UI_BP_MinimapHogsmeade_C_ExecuteUbergraph_UI_BP_MinimapHogsmeade"); \ static_assert(sizeof(UI_BP_MinimapHogsmeade_C_ExecuteUbergraph_UI_BP_MinimapHogsmeade) == 0x00000C, "Wrong size on UI_BP_MinimapHogsmeade_C_ExecuteUbergraph_UI_BP_MinimapHogsmeade"); \ static_assert(offsetof(UI_BP_MinimapHogsmeade_C_ExecuteUbergraph_UI_BP_MinimapHogsmeade, EntryPoint) == 0x000000, "Member 'UI_BP_MinimapHogsmeade_C_ExecuteUbergraph_UI_BP_MinimapHogsmeade::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapHogsmeade_C_ExecuteUbergraph_UI_BP_MinimapHogsmeade, K2Node_Event_Opacity) == 0x000004, "Member 'UI_BP_MinimapHogsmeade_C_ExecuteUbergraph_UI_BP_MinimapHogsmeade::K2Node_Event_Opacity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapHogsmeade_C_ExecuteUbergraph_UI_BP_MinimapHogsmeade, K2Node_Event_Visibile) == 0x000008, "Member 'UI_BP_MinimapHogsmeade_C_ExecuteUbergraph_UI_BP_MinimapHogsmeade::K2Node_Event_Visibile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapHogsmeade_C_ShowMap \ static_assert(alignof(UI_BP_MinimapHogsmeade_C_ShowMap) == 0x000001, "Wrong alignment on UI_BP_MinimapHogsmeade_C_ShowMap"); \ static_assert(sizeof(UI_BP_MinimapHogsmeade_C_ShowMap) == 0x000001, "Wrong size on UI_BP_MinimapHogsmeade_C_ShowMap"); \ static_assert(offsetof(UI_BP_MinimapHogsmeade_C_ShowMap, Visibile) == 0x000000, "Member 'UI_BP_MinimapHogsmeade_C_ShowMap::Visibile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapHogsmeade_C_SetMapOpacity \ static_assert(alignof(UI_BP_MinimapHogsmeade_C_SetMapOpacity) == 0x000004, "Wrong alignment on UI_BP_MinimapHogsmeade_C_SetMapOpacity"); \ static_assert(sizeof(UI_BP_MinimapHogsmeade_C_SetMapOpacity) == 0x000004, "Wrong size on UI_BP_MinimapHogsmeade_C_SetMapOpacity"); \ static_assert(offsetof(UI_BP_MinimapHogsmeade_C_SetMapOpacity, Opacity) == 0x000000, "Member 'UI_BP_MinimapHogsmeade_C_SetMapOpacity::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MinimapHogsmeade_C \ static_assert(alignof(UUI_BP_MinimapHogsmeade_C) == 0x000008, "Wrong alignment on UUI_BP_MinimapHogsmeade_C"); \ static_assert(sizeof(UUI_BP_MinimapHogsmeade_C) == 0x0004E0, "Wrong size on UUI_BP_MinimapHogsmeade_C"); \ static_assert(offsetof(UUI_BP_MinimapHogsmeade_C, UberGraphFrame) == 0x0004D0, "Member 'UUI_BP_MinimapHogsmeade_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MinimapHogsmeade_C, MinimapBackground) == 0x0004D8, "Member 'UUI_BP_MinimapHogsmeade_C::MinimapBackground' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapDungeon_C_ExecuteUbergraph_UI_BP_MinimapDungeon \ static_assert(alignof(UI_BP_MinimapDungeon_C_ExecuteUbergraph_UI_BP_MinimapDungeon) == 0x000004, "Wrong alignment on UI_BP_MinimapDungeon_C_ExecuteUbergraph_UI_BP_MinimapDungeon"); \ static_assert(sizeof(UI_BP_MinimapDungeon_C_ExecuteUbergraph_UI_BP_MinimapDungeon) == 0x00000C, "Wrong size on UI_BP_MinimapDungeon_C_ExecuteUbergraph_UI_BP_MinimapDungeon"); \ static_assert(offsetof(UI_BP_MinimapDungeon_C_ExecuteUbergraph_UI_BP_MinimapDungeon, EntryPoint) == 0x000000, "Member 'UI_BP_MinimapDungeon_C_ExecuteUbergraph_UI_BP_MinimapDungeon::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapDungeon_C_ExecuteUbergraph_UI_BP_MinimapDungeon, K2Node_Event_Opacity) == 0x000004, "Member 'UI_BP_MinimapDungeon_C_ExecuteUbergraph_UI_BP_MinimapDungeon::K2Node_Event_Opacity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapDungeon_C_ExecuteUbergraph_UI_BP_MinimapDungeon, K2Node_Event_Visibile) == 0x000008, "Member 'UI_BP_MinimapDungeon_C_ExecuteUbergraph_UI_BP_MinimapDungeon::K2Node_Event_Visibile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapDungeon_C_ShowMap \ static_assert(alignof(UI_BP_MinimapDungeon_C_ShowMap) == 0x000001, "Wrong alignment on UI_BP_MinimapDungeon_C_ShowMap"); \ static_assert(sizeof(UI_BP_MinimapDungeon_C_ShowMap) == 0x000001, "Wrong size on UI_BP_MinimapDungeon_C_ShowMap"); \ static_assert(offsetof(UI_BP_MinimapDungeon_C_ShowMap, Visibile) == 0x000000, "Member 'UI_BP_MinimapDungeon_C_ShowMap::Visibile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapDungeon_C_SetMapOpacity \ static_assert(alignof(UI_BP_MinimapDungeon_C_SetMapOpacity) == 0x000004, "Wrong alignment on UI_BP_MinimapDungeon_C_SetMapOpacity"); \ static_assert(sizeof(UI_BP_MinimapDungeon_C_SetMapOpacity) == 0x000004, "Wrong size on UI_BP_MinimapDungeon_C_SetMapOpacity"); \ static_assert(offsetof(UI_BP_MinimapDungeon_C_SetMapOpacity, Opacity) == 0x000000, "Member 'UI_BP_MinimapDungeon_C_SetMapOpacity::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MinimapDungeon_C \ static_assert(alignof(UUI_BP_MinimapDungeon_C) == 0x000008, "Wrong alignment on UUI_BP_MinimapDungeon_C"); \ static_assert(sizeof(UUI_BP_MinimapDungeon_C) == 0x000588, "Wrong size on UUI_BP_MinimapDungeon_C"); \ static_assert(offsetof(UUI_BP_MinimapDungeon_C, UberGraphFrame) == 0x000578, "Member 'UUI_BP_MinimapDungeon_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MinimapDungeon_C, MinimapBackground) == 0x000580, "Member 'UUI_BP_MinimapDungeon_C::MinimapBackground' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic \ static_assert(alignof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic) == 0x000008, "Wrong alignment on BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic"); \ static_assert(sizeof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic) == 0x0001B8, "Wrong size on BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, EntryPoint) == 0x000000, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000004, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x000008, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_GetAnimInstance_ReturnValue) == 0x000010, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000018, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000030, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000048, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000050, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x000068, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_bSuccess_3) == 0x000078, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x000080, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_bSuccess_4) == 0x000090, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1) == 0x000098, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_bSuccess_5) == 0x0000A8, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_GetIKState_ReturnValue) == 0x0000A9, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_GetIKState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0000AC, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000B0, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_Event_OwnerActor_1) == 0x0000B8, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_GetActorOwner_ReturnValue) == 0x0000C0, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_GetComponentByClass_ReturnValue) == 0x0000C8, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_AsBiped_Player) == 0x0000D0, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_bSuccess_6) == 0x0000D8, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_GetAnimInstance_ReturnValue_2) == 0x0000E0, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0000E8, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x0000F0, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_bSuccess_7) == 0x0000F8, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000FC, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_Event_OwnerActor) == 0x000108, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_BreakVector_X) == 0x000110, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_BreakVector_Y) == 0x000114, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_BreakVector_Z) == 0x000118, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000120, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_bSuccess_8) == 0x000130, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000134, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000138, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_MakeVector_ReturnValue) == 0x00013C, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_SpawnMunition_ReturnValue) == 0x000148, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_SpawnMunition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000150, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_bSuccess_9) == 0x000160, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000168, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_bSuccess_10) == 0x000178, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000180, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x000188, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_MakeLiteralName_ReturnValue) == 0x00018C, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_GetValueAsBool_ReturnValue) == 0x000194, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_GetValueAsBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000198, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, CallFunc_GetValueAsObject_ReturnValue) == 0x0001A0, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_AsAncient_Magic_Hot_Spot) == 0x0001A8, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_AsAncient_Magic_Hot_Spot' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic, K2Node_DynamicCast_bSuccess_11) == 0x0001B0, "Member 'BTT_Biped_AncientMagic_C_ExecuteUbergraph_BTT_Biped_AncientMagic::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_AncientMagic_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_AncientMagic_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_AncientMagic_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_AncientMagic_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_AncientMagic_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_AncientMagic_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_AncientMagic_C_ExitTask \ static_assert(alignof(BTT_Biped_AncientMagic_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_AncientMagic_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_AncientMagic_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_AncientMagic_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_AncientMagic_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_AncientMagic_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_AncientMagic_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_AncientMagic_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_AncientMagic_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_AncientMagic_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_AncientMagic_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_AncientMagic_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_AncientMagic_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_AncientMagic_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_AncientMagic_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_AncientMagic_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_AncientMagic_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_AncientMagic_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_AncientMagic_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_AncientMagic_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_AncientMagic_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_AncientMagic_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_AncientMagic_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_AncientMagic_C_SetContexts \ static_assert(alignof(BTT_Biped_AncientMagic_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_AncientMagic_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_AncientMagic_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_AncientMagic_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_AncientMagic_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_AncientMagic_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_AncientMagic_C \ static_assert(alignof(UBTT_Biped_AncientMagic_C) == 0x000008, "Wrong alignment on UBTT_Biped_AncientMagic_C"); \ static_assert(sizeof(UBTT_Biped_AncientMagic_C) == 0x000168, "Wrong size on UBTT_Biped_AncientMagic_C"); \ static_assert(offsetof(UBTT_Biped_AncientMagic_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_AncientMagic_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_AncientMagic_C, RestoreIKState) == 0x000158, "Member 'UBTT_Biped_AncientMagic_C::RestoreIKState' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_AncientMagic_C, AncientMagicActor) == 0x000160, "Member 'UBTT_Biped_AncientMagic_C::AncientMagicActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly \ static_assert(alignof(ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly) == 0x000008, "Wrong alignment on ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly"); \ static_assert(sizeof(ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly) == 0x000070, "Wrong size on ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly, EntryPoint) == 0x000000, "Member 'ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly, K2Node_Event_Context) == 0x000008, "Member 'ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroom_CastRevelio_Fly_C_ExecuteUbergraph_ABL_HoverBroom_CastRevelio_Fly::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_CastRevelio_Fly_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroom_CastRevelio_Fly_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroom_CastRevelio_Fly_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroom_CastRevelio_Fly_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroom_CastRevelio_Fly_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_Fly_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroom_CastRevelio_Fly_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_Fly_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroom_CastRevelio_Fly_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_CastRevelio_Fly_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroom_CastRevelio_Fly_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroom_CastRevelio_Fly_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroom_CastRevelio_Fly_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroom_CastRevelio_Fly_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroom_CastRevelio_Fly_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroom_CastRevelio_Fly_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroom_CastRevelio_Fly_C \ static_assert(alignof(UABL_HoverBroom_CastRevelio_Fly_C) == 0x000008, "Wrong alignment on UABL_HoverBroom_CastRevelio_Fly_C"); \ static_assert(sizeof(UABL_HoverBroom_CastRevelio_Fly_C) == 0x0000D0, "Wrong size on UABL_HoverBroom_CastRevelio_Fly_C"); \ static_assert(offsetof(UABL_HoverBroom_CastRevelio_Fly_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroom_CastRevelio_Fly_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop \ static_assert(alignof(ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop) == 0x000070, "Wrong size on ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop, EntryPoint) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop, K2Node_Event_Context) == 0x000008, "Member 'ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_AttackHeavyAnticipation_Stop_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Stop::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackHeavyAnticipation_Stop_C_OnAbilityBranch \ static_assert(alignof(ABL_AttackHeavyAnticipation_Stop_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_Stop_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_Stop_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_AttackHeavyAnticipation_Stop_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Stop_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_Stop_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Stop_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_AttackHeavyAnticipation_Stop_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackHeavyAnticipation_Stop_C_OnAbilityStart \ static_assert(alignof(ABL_AttackHeavyAnticipation_Stop_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_Stop_C_OnAbilityStart"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_Stop_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_AttackHeavyAnticipation_Stop_C_OnAbilityStart"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Stop_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_Stop_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_AttackHeavyAnticipation_Stop_C \ static_assert(alignof(UABL_AttackHeavyAnticipation_Stop_C) == 0x000008, "Wrong alignment on UABL_AttackHeavyAnticipation_Stop_C"); \ static_assert(sizeof(UABL_AttackHeavyAnticipation_Stop_C) == 0x0000D0, "Wrong size on UABL_AttackHeavyAnticipation_Stop_C"); \ static_assert(offsetof(UABL_AttackHeavyAnticipation_Stop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_AttackHeavyAnticipation_Stop_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_TMB_LightningBoltGrounded_C \ static_assert(alignof(UABL_RCT_TMB_LightningBoltGrounded_C) == 0x000008, "Wrong alignment on UABL_RCT_TMB_LightningBoltGrounded_C"); \ static_assert(sizeof(UABL_RCT_TMB_LightningBoltGrounded_C) == 0x0000E0, "Wrong size on UABL_RCT_TMB_LightningBoltGrounded_C"); \ #define DUMPER7_ASSERTS_UABL_RCT_TMB_DropToKnee_C \ static_assert(alignof(UABL_RCT_TMB_DropToKnee_C) == 0x000008, "Wrong alignment on UABL_RCT_TMB_DropToKnee_C"); \ static_assert(sizeof(UABL_RCT_TMB_DropToKnee_C) == 0x0000E0, "Wrong size on UABL_RCT_TMB_DropToKnee_C"); \ #define DUMPER7_ASSERTS_ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip \ static_assert(alignof(ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip) == 0x000008, "Wrong alignment on ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip"); \ static_assert(sizeof(ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip) == 0x000070, "Wrong size on ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip"); \ static_assert(offsetof(ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip, EntryPoint) == 0x000000, "Member 'ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip, K2Node_Event_Context) == 0x000008, "Member 'ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_WandEquip_C_ExecuteUbergraph_ABL_WandEquip::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_WandEquip_C_OnAbilityBranch \ static_assert(alignof(ABL_WandEquip_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_WandEquip_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_WandEquip_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_WandEquip_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_WandEquip_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_WandEquip_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_WandEquip_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_WandEquip_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_WandEquip_C_OnAbilityStart \ static_assert(alignof(ABL_WandEquip_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_WandEquip_C_OnAbilityStart"); \ static_assert(sizeof(ABL_WandEquip_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_WandEquip_C_OnAbilityStart"); \ static_assert(offsetof(ABL_WandEquip_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_WandEquip_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandEquip_C \ static_assert(alignof(UABL_WandEquip_C) == 0x000008, "Wrong alignment on UABL_WandEquip_C"); \ static_assert(sizeof(UABL_WandEquip_C) == 0x0000D0, "Wrong size on UABL_WandEquip_C"); \ static_assert(offsetof(UABL_WandEquip_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_WandEquip_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OL_Vault_MetricsTriggerVolume_C_BndEvt__BP_OL_Vault_MetricsTriggerVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_OL_Vault_MetricsTriggerVolume_C_BndEvt__BP_OL_Vault_MetricsTriggerVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_OL_Vault_MetricsTriggerVolume_C_BndEvt__BP_OL_Vault_MetricsTriggerVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_OL_Vault_MetricsTriggerVolume_C_BndEvt__BP_OL_Vault_MetricsTriggerVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_OL_Vault_MetricsTriggerVolume_C_BndEvt__BP_OL_Vault_MetricsTriggerVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_BndEvt__BP_OL_Vault_MetricsTriggerVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_BndEvt__BP_OL_Vault_MetricsTriggerVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_BndEvt__BP_OL_Vault_MetricsTriggerVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_BndEvt__BP_OL_Vault_MetricsTriggerVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_BndEvt__BP_OL_Vault_MetricsTriggerVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_BndEvt__BP_OL_Vault_MetricsTriggerVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_BndEvt__BP_OL_Vault_MetricsTriggerVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_BndEvt__BP_OL_Vault_MetricsTriggerVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_BndEvt__BP_OL_Vault_MetricsTriggerVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_BndEvt__BP_OL_Vault_MetricsTriggerVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_BndEvt__BP_OL_Vault_MetricsTriggerVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_BndEvt__BP_OL_Vault_MetricsTriggerVolume_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume \ static_assert(alignof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume) == 0x000008, "Wrong alignment on BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume"); \ static_assert(sizeof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume) == 0x0000E0, "Wrong size on BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume, EntryPoint) == 0x000000, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume, CallFunc_GetParentActor_ReturnValue) == 0x000008, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000010, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume, K2Node_DynamicCast_AsBP_OL_Vault) == 0x000018, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume::K2Node_DynamicCast_AsBP_OL_Vault' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000028, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000030, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume, K2Node_ComponentBoundEvent_OtherActor) == 0x000038, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume, K2Node_ComponentBoundEvent_OtherComp) == 0x000040, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000048, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume, K2Node_ComponentBoundEvent_bFromSweep) == 0x00004C, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume, K2Node_ComponentBoundEvent_SweepResult) == 0x000050, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000D8, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0000D9, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume, CallFunc_BooleanAND_ReturnValue) == 0x0000DA, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume, CallFunc_BooleanOR_ReturnValue) == 0x0000DB, "Member 'BP_OL_Vault_MetricsTriggerVolume_C_ExecuteUbergraph_BP_OL_Vault_MetricsTriggerVolume::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_OL_Vault_MetricsTriggerVolume_C \ static_assert(alignof(ABP_OL_Vault_MetricsTriggerVolume_C) == 0x000008, "Wrong alignment on ABP_OL_Vault_MetricsTriggerVolume_C"); \ static_assert(sizeof(ABP_OL_Vault_MetricsTriggerVolume_C) == 0x000270, "Wrong size on ABP_OL_Vault_MetricsTriggerVolume_C"); \ static_assert(offsetof(ABP_OL_Vault_MetricsTriggerVolume_C, UberGraphFrame) == 0x000248, "Member 'ABP_OL_Vault_MetricsTriggerVolume_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_MetricsTriggerVolume_C, MetricsTriggerBox) == 0x000250, "Member 'ABP_OL_Vault_MetricsTriggerVolume_C::MetricsTriggerBox' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_MetricsTriggerVolume_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_OL_Vault_MetricsTriggerVolume_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_MetricsTriggerVolume_C, MetricsName) == 0x000260, "Member 'ABP_OL_Vault_MetricsTriggerVolume_C::MetricsName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OL_Vault_AvatarApproaching_C_OnComponentBeginOverlap_Event_0 \ static_assert(alignof(BP_OL_Vault_AvatarApproaching_C_OnComponentBeginOverlap_Event_0) == 0x000008, "Wrong alignment on BP_OL_Vault_AvatarApproaching_C_OnComponentBeginOverlap_Event_0"); \ static_assert(sizeof(BP_OL_Vault_AvatarApproaching_C_OnComponentBeginOverlap_Event_0) == 0x0000A8, "Wrong size on BP_OL_Vault_AvatarApproaching_C_OnComponentBeginOverlap_Event_0"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_OnComponentBeginOverlap_Event_0, OverlappedComponent) == 0x000000, "Member 'BP_OL_Vault_AvatarApproaching_C_OnComponentBeginOverlap_Event_0::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_OnComponentBeginOverlap_Event_0, OtherActor) == 0x000008, "Member 'BP_OL_Vault_AvatarApproaching_C_OnComponentBeginOverlap_Event_0::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_OnComponentBeginOverlap_Event_0, OtherComp) == 0x000010, "Member 'BP_OL_Vault_AvatarApproaching_C_OnComponentBeginOverlap_Event_0::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_OnComponentBeginOverlap_Event_0, OtherBodyIndex) == 0x000018, "Member 'BP_OL_Vault_AvatarApproaching_C_OnComponentBeginOverlap_Event_0::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_OnComponentBeginOverlap_Event_0, bFromSweep) == 0x00001C, "Member 'BP_OL_Vault_AvatarApproaching_C_OnComponentBeginOverlap_Event_0::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_OnComponentBeginOverlap_Event_0, SweepResult) == 0x000020, "Member 'BP_OL_Vault_AvatarApproaching_C_OnComponentBeginOverlap_Event_0::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OL_Vault_AvatarApproaching_C_CustomEvent \ static_assert(alignof(BP_OL_Vault_AvatarApproaching_C_CustomEvent) == 0x000008, "Wrong alignment on BP_OL_Vault_AvatarApproaching_C_CustomEvent"); \ static_assert(sizeof(BP_OL_Vault_AvatarApproaching_C_CustomEvent) == 0x0000A8, "Wrong size on BP_OL_Vault_AvatarApproaching_C_CustomEvent"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_CustomEvent, OverlappedComponent) == 0x000000, "Member 'BP_OL_Vault_AvatarApproaching_C_CustomEvent::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_CustomEvent, OtherActor) == 0x000008, "Member 'BP_OL_Vault_AvatarApproaching_C_CustomEvent::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_CustomEvent, OtherComp) == 0x000010, "Member 'BP_OL_Vault_AvatarApproaching_C_CustomEvent::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_CustomEvent, OtherBodyIndex) == 0x000018, "Member 'BP_OL_Vault_AvatarApproaching_C_CustomEvent::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_CustomEvent, bFromSweep) == 0x00001C, "Member 'BP_OL_Vault_AvatarApproaching_C_CustomEvent::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_CustomEvent, SweepResult) == 0x000020, "Member 'BP_OL_Vault_AvatarApproaching_C_CustomEvent::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching \ static_assert(alignof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching) == 0x000008, "Wrong alignment on BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching"); \ static_assert(sizeof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching) == 0x000228, "Wrong size on BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, EntryPoint) == 0x000000, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000010, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000018, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000020, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000028, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, Temp_bool_Has_Been_Initd_Variable) == 0x00003C, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_CustomEvent_OverlappedComponent_1) == 0x000040, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_CustomEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_CustomEvent_OtherActor_1) == 0x000048, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_CustomEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_CustomEvent_OtherComp_1) == 0x000050, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_CustomEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_CustomEvent_OtherBodyIndex_1) == 0x000058, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_CustomEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_CustomEvent_bFromSweep_1) == 0x00005C, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_CustomEvent_bFromSweep_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_CustomEvent_SweepResult_1) == 0x000060, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_CustomEvent_SweepResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000E8, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0000E9, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_BooleanAND_ReturnValue) == 0x0000EA, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_BooleanOR_ReturnValue) == 0x0000EB, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_GetParentActor_ReturnValue) == 0x0000F0, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_DynamicCast_AsBP_OL_Vault) == 0x0000F8, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_DynamicCast_AsBP_OL_Vault' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_DynamicCast_bSuccess) == 0x000100, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_IsValid_ReturnValue) == 0x000101, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000108, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_CreateDelegate_OutputDelegate_1) == 0x000118, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_Contains_ReturnValue) == 0x000128, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, Temp_bool_IsClosed_Variable) == 0x000129, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_CustomEvent_OverlappedComponent) == 0x000130, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_CustomEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_CustomEvent_OtherActor) == 0x000138, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_CustomEvent_OtherComp) == 0x000140, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_CustomEvent_OtherBodyIndex) == 0x000148, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_CustomEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_CustomEvent_bFromSweep) == 0x00014C, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_CustomEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_CustomEvent_SweepResult) == 0x000150, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_CustomEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_GetMissionStatus_ReturnValue) == 0x0001D8, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_GetMissionStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x0001D9, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_SwitchEnum_CmpSuccess) == 0x0001DA, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_BooleanAND_ReturnValue_1) == 0x0001DB, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0001E0, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_GetParentActor_ReturnValue_1) == 0x0001E8, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_GetParentActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x0001F0, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_DynamicCast_AsBP_OL_Vault_1) == 0x0001F8, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_DynamicCast_AsBP_OL_Vault_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_DynamicCast_bSuccess_1) == 0x000200, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_BooleanOR_ReturnValue_1) == 0x000201, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_DynamicCast_AsBP_Vault_Ruin_Marker) == 0x000208, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_DynamicCast_AsBP_Vault_Ruin_Marker' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_DynamicCast_bSuccess_2) == 0x000210, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, K2Node_SwitchEnum_CmpSuccess_1) == 0x000211, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_GetMapBeaconFromName_ReturnValue) == 0x000218, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_GetMapBeaconFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_IsValid_ReturnValue_1) == 0x000220, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000221, "Member 'BP_OL_Vault_AvatarApproaching_C_ExecuteUbergraph_BP_OL_Vault_AvatarApproaching::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_OL_Vault_AvatarApproaching_C \ static_assert(alignof(ABP_OL_Vault_AvatarApproaching_C) == 0x000008, "Wrong alignment on ABP_OL_Vault_AvatarApproaching_C"); \ static_assert(sizeof(ABP_OL_Vault_AvatarApproaching_C) == 0x000278, "Wrong size on ABP_OL_Vault_AvatarApproaching_C"); \ static_assert(offsetof(ABP_OL_Vault_AvatarApproaching_C, UberGraphFrame) == 0x000248, "Member 'ABP_OL_Vault_AvatarApproaching_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_AvatarApproaching_C, AvatarInsideVault) == 0x000250, "Member 'ABP_OL_Vault_AvatarApproaching_C::AvatarInsideVault' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_AvatarApproaching_C, AvatarApproachingVault) == 0x000258, "Member 'ABP_OL_Vault_AvatarApproaching_C::AvatarApproachingVault' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_AvatarApproaching_C, DefaultSceneRoot) == 0x000260, "Member 'ABP_OL_Vault_AvatarApproaching_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_AvatarApproaching_C, Vault) == 0x000268, "Member 'ABP_OL_Vault_AvatarApproaching_C::Vault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HogwartsProtector_React_Death_C_OnCustomEvent \ static_assert(alignof(ABL_HogwartsProtector_React_Death_C_OnCustomEvent) == 0x000008, "Wrong alignment on ABL_HogwartsProtector_React_Death_C_OnCustomEvent"); \ static_assert(sizeof(ABL_HogwartsProtector_React_Death_C_OnCustomEvent) == 0x000020, "Wrong size on ABL_HogwartsProtector_React_Death_C_OnCustomEvent"); \ static_assert(offsetof(ABL_HogwartsProtector_React_Death_C_OnCustomEvent, Context) == 0x000000, "Member 'ABL_HogwartsProtector_React_Death_C_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HogwartsProtector_React_Death_C_OnCustomEvent, EventName) == 0x000008, "Member 'ABL_HogwartsProtector_React_Death_C_OnCustomEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_HogwartsProtector_React_Death_C_OnCustomEvent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000010, "Member 'ABL_HogwartsProtector_React_Death_C_OnCustomEvent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HogwartsProtector_React_Death_C_OnCustomEvent, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_HogwartsProtector_React_Death_C_OnCustomEvent::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HogwartsProtector_React_Death_C \ static_assert(alignof(UABL_HogwartsProtector_React_Death_C) == 0x000008, "Wrong alignment on UABL_HogwartsProtector_React_Death_C"); \ static_assert(sizeof(UABL_HogwartsProtector_React_Death_C) == 0x0000E0, "Wrong size on UABL_HogwartsProtector_React_Death_C"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Accio_C_OnHit \ static_assert(alignof(BP_SubSonic_Accio_C_OnHit) == 0x000004, "Wrong alignment on BP_SubSonic_Accio_C_OnHit"); \ static_assert(sizeof(BP_SubSonic_Accio_C_OnHit) == 0x00008C, "Wrong size on BP_SubSonic_Accio_C_OnHit"); \ static_assert(offsetof(BP_SubSonic_Accio_C_OnHit, HitResult) == 0x000000, "Member 'BP_SubSonic_Accio_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Accio_C_OnHit, bDestroyed) == 0x000088, "Member 'BP_SubSonic_Accio_C_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Accio_C_OnHit, bHit) == 0x000089, "Member 'BP_SubSonic_Accio_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Accio_C_OnHit, bBlocked) == 0x00008A, "Member 'BP_SubSonic_Accio_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Accio_C_OnHit, bFailed) == 0x00008B, "Member 'BP_SubSonic_Accio_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Accio_C_ExecuteUbergraph_BP_SubSonic_Accio \ static_assert(alignof(BP_SubSonic_Accio_C_ExecuteUbergraph_BP_SubSonic_Accio) == 0x000004, "Wrong alignment on BP_SubSonic_Accio_C_ExecuteUbergraph_BP_SubSonic_Accio"); \ static_assert(sizeof(BP_SubSonic_Accio_C_ExecuteUbergraph_BP_SubSonic_Accio) == 0x000090, "Wrong size on BP_SubSonic_Accio_C_ExecuteUbergraph_BP_SubSonic_Accio"); \ static_assert(offsetof(BP_SubSonic_Accio_C_ExecuteUbergraph_BP_SubSonic_Accio, EntryPoint) == 0x000000, "Member 'BP_SubSonic_Accio_C_ExecuteUbergraph_BP_SubSonic_Accio::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Accio_C_ExecuteUbergraph_BP_SubSonic_Accio, K2Node_Event_HitResult) == 0x000004, "Member 'BP_SubSonic_Accio_C_ExecuteUbergraph_BP_SubSonic_Accio::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Accio_C_ExecuteUbergraph_BP_SubSonic_Accio, K2Node_Event_bDestroyed) == 0x00008C, "Member 'BP_SubSonic_Accio_C_ExecuteUbergraph_BP_SubSonic_Accio::K2Node_Event_bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Accio_C_ExecuteUbergraph_BP_SubSonic_Accio, K2Node_Event_bHit) == 0x00008D, "Member 'BP_SubSonic_Accio_C_ExecuteUbergraph_BP_SubSonic_Accio::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Accio_C_ExecuteUbergraph_BP_SubSonic_Accio, K2Node_Event_bBlocked) == 0x00008E, "Member 'BP_SubSonic_Accio_C_ExecuteUbergraph_BP_SubSonic_Accio::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Accio_C_ExecuteUbergraph_BP_SubSonic_Accio, K2Node_Event_bFailed) == 0x00008F, "Member 'BP_SubSonic_Accio_C_ExecuteUbergraph_BP_SubSonic_Accio::K2Node_Event_bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_Accio_C \ static_assert(alignof(ABP_SubSonic_Accio_C) == 0x000008, "Wrong alignment on ABP_SubSonic_Accio_C"); \ static_assert(sizeof(ABP_SubSonic_Accio_C) == 0x000548, "Wrong size on ABP_SubSonic_Accio_C"); \ static_assert(offsetof(ABP_SubSonic_Accio_C, UberGraphFrame) == 0x000538, "Member 'ABP_SubSonic_Accio_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Accio_C, N_Trail) == 0x000540, "Member 'ABP_SubSonic_Accio_C::N_Trail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_Detected_HUD_FlashColor_C_ExecuteUbergraph_VFX_BP_Detected_HUD_FlashColor \ static_assert(alignof(VFX_BP_Detected_HUD_FlashColor_C_ExecuteUbergraph_VFX_BP_Detected_HUD_FlashColor) == 0x000004, "Wrong alignment on VFX_BP_Detected_HUD_FlashColor_C_ExecuteUbergraph_VFX_BP_Detected_HUD_FlashColor"); \ static_assert(sizeof(VFX_BP_Detected_HUD_FlashColor_C_ExecuteUbergraph_VFX_BP_Detected_HUD_FlashColor) == 0x000008, "Wrong size on VFX_BP_Detected_HUD_FlashColor_C_ExecuteUbergraph_VFX_BP_Detected_HUD_FlashColor"); \ static_assert(offsetof(VFX_BP_Detected_HUD_FlashColor_C_ExecuteUbergraph_VFX_BP_Detected_HUD_FlashColor, EntryPoint) == 0x000000, "Member 'VFX_BP_Detected_HUD_FlashColor_C_ExecuteUbergraph_VFX_BP_Detected_HUD_FlashColor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Detected_HUD_FlashColor_C_ExecuteUbergraph_VFX_BP_Detected_HUD_FlashColor, K2Node_Event_IsDesignTime) == 0x000004, "Member 'VFX_BP_Detected_HUD_FlashColor_C_ExecuteUbergraph_VFX_BP_Detected_HUD_FlashColor::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_Detected_HUD_FlashColor_C_PreConstruct \ static_assert(alignof(VFX_BP_Detected_HUD_FlashColor_C_PreConstruct) == 0x000001, "Wrong alignment on VFX_BP_Detected_HUD_FlashColor_C_PreConstruct"); \ static_assert(sizeof(VFX_BP_Detected_HUD_FlashColor_C_PreConstruct) == 0x000001, "Wrong size on VFX_BP_Detected_HUD_FlashColor_C_PreConstruct"); \ static_assert(offsetof(VFX_BP_Detected_HUD_FlashColor_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'VFX_BP_Detected_HUD_FlashColor_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVFX_BP_Detected_HUD_FlashColor_C \ static_assert(alignof(UVFX_BP_Detected_HUD_FlashColor_C) == 0x000008, "Wrong alignment on UVFX_BP_Detected_HUD_FlashColor_C"); \ static_assert(sizeof(UVFX_BP_Detected_HUD_FlashColor_C) == 0x000280, "Wrong size on UVFX_BP_Detected_HUD_FlashColor_C"); \ static_assert(offsetof(UVFX_BP_Detected_HUD_FlashColor_C, UberGraphFrame) == 0x000268, "Member 'UVFX_BP_Detected_HUD_FlashColor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UVFX_BP_Detected_HUD_FlashColor_C, Flash_On_Off) == 0x000270, "Member 'UVFX_BP_Detected_HUD_FlashColor_C::Flash_On_Off' has a wrong offset!"); \ static_assert(offsetof(UVFX_BP_Detected_HUD_FlashColor_C, DEtected_Flash) == 0x000278, "Member 'UVFX_BP_Detected_HUD_FlashColor_C::DEtected_Flash' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio \ static_assert(alignof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio) == 0x000008, "Wrong alignment on BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio"); \ static_assert(sizeof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio) == 0x0000D0, "Wrong size on BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio"); \ static_assert(offsetof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio, EntryPoint) == 0x000000, "Member 'BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio, K2Node_Event_MyGeometry) == 0x000004, "Member 'BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio, K2Node_CustomEvent_Caller_1) == 0x000040, "Member 'BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio, K2Node_CustomEvent_Caller) == 0x000048, "Member 'BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000050, "Member 'BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio, K2Node_CreateDelegate_OutputDelegate) == 0x000058, "Member 'BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio, CallFunc_GetAudioVisualizer_ReturnValue) == 0x000068, "Member 'BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio::CallFunc_GetAudioVisualizer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio, CallFunc_HermesBindEvent_Handle) == 0x000070, "Member 'BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio, K2Node_CreateDelegate_OutputDelegate_1) == 0x000080, "Member 'BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio, CallFunc_HermesBindEvent_Handle_1) == 0x000090, "Member 'BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio, CallFunc_GetPhoenixGameSettings_ReturnValue_1) == 0x0000A0, "Member 'BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio::CallFunc_GetPhoenixGameSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0000A8, "Member 'BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio, CallFunc_GetAudioVisualizer_ReturnValue_1) == 0x0000B0, "Member 'BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio::CallFunc_GetAudioVisualizer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio, CallFunc_GetAccessibilityManager_ReturnValue) == 0x0000B8, "Member 'BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio::CallFunc_GetAccessibilityManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x0000C0, "Member 'BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio, CallFunc_GetAccessibilityManager_ReturnValue_1) == 0x0000C8, "Member 'BP_HUD_Audio_C_ExecuteUbergraph_BP_HUD_Audio::CallFunc_GetAccessibilityManager_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HUD_Audio_C_ShowHUD \ static_assert(alignof(BP_HUD_Audio_C_ShowHUD) == 0x000008, "Wrong alignment on BP_HUD_Audio_C_ShowHUD"); \ static_assert(sizeof(BP_HUD_Audio_C_ShowHUD) == 0x000008, "Wrong size on BP_HUD_Audio_C_ShowHUD"); \ static_assert(offsetof(BP_HUD_Audio_C_ShowHUD, Caller) == 0x000000, "Member 'BP_HUD_Audio_C_ShowHUD::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HUD_Audio_C_HideHUD \ static_assert(alignof(BP_HUD_Audio_C_HideHUD) == 0x000008, "Wrong alignment on BP_HUD_Audio_C_HideHUD"); \ static_assert(sizeof(BP_HUD_Audio_C_HideHUD) == 0x000008, "Wrong size on BP_HUD_Audio_C_HideHUD"); \ static_assert(offsetof(BP_HUD_Audio_C_HideHUD, Caller) == 0x000000, "Member 'BP_HUD_Audio_C_HideHUD::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HUD_Audio_C_Tick \ static_assert(alignof(BP_HUD_Audio_C_Tick) == 0x000004, "Wrong alignment on BP_HUD_Audio_C_Tick"); \ static_assert(sizeof(BP_HUD_Audio_C_Tick) == 0x00003C, "Wrong size on BP_HUD_Audio_C_Tick"); \ static_assert(offsetof(BP_HUD_Audio_C_Tick, MyGeometry) == 0x000000, "Member 'BP_HUD_Audio_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(BP_HUD_Audio_C_Tick, InDeltaTime) == 0x000038, "Member 'BP_HUD_Audio_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_HUD_Audio_C \ static_assert(alignof(UBP_HUD_Audio_C) == 0x000008, "Wrong alignment on UBP_HUD_Audio_C"); \ static_assert(sizeof(UBP_HUD_Audio_C) == 0x0002E0, "Wrong size on UBP_HUD_Audio_C"); \ static_assert(offsetof(UBP_HUD_Audio_C, UberGraphFrame) == 0x000268, "Member 'UBP_HUD_Audio_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_HUD_Audio_C, ArrowHolder) == 0x000270, "Member 'UBP_HUD_Audio_C::ArrowHolder' has a wrong offset!"); \ static_assert(offsetof(UBP_HUD_Audio_C, Circle) == 0x000278, "Member 'UBP_HUD_Audio_C::Circle' has a wrong offset!"); \ static_assert(offsetof(UBP_HUD_Audio_C, CuePanel) == 0x000280, "Member 'UBP_HUD_Audio_C::CuePanel' has a wrong offset!"); \ static_assert(offsetof(UBP_HUD_Audio_C, Player) == 0x000288, "Member 'UBP_HUD_Audio_C::Player' has a wrong offset!"); \ static_assert(offsetof(UBP_HUD_Audio_C, ActorsToVisualize) == 0x000290, "Member 'UBP_HUD_Audio_C::ActorsToVisualize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques \ static_assert(alignof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques) == 0x000008, "Wrong alignment on UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques"); \ static_assert(sizeof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques) == 0x0000A0, "Wrong size on UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, EntryPoint) == 0x000000, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, K2Node_Event_TechniqueID_3) == 0x000004, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::K2Node_Event_TechniqueID_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, K2Node_Event_newValue) == 0x00000C, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::K2Node_Event_newValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, CallFunc_FindTechnique_TechniqueItem) == 0x000018, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::CallFunc_FindTechnique_TechniqueItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, K2Node_Event_TechniqueUIData) == 0x000020, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::K2Node_Event_TechniqueUIData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, K2Node_Event_TechniqueID_2) == 0x000034, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::K2Node_Event_TechniqueID_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, K2Node_Event_IsNew_1) == 0x00003C, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::K2Node_Event_IsNew_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, CallFunc_FindTechnique_TechniqueItem_1) == 0x000040, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::CallFunc_FindTechnique_TechniqueItem_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, CallFunc_IsValid_ReturnValue_1) == 0x000048, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, K2Node_Event_TechniqueID_1) == 0x00004C, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::K2Node_Event_TechniqueID_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, K2Node_Event_TimeStr) == 0x000058, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::K2Node_Event_TimeStr' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, CallFunc_FindTechnique_TechniqueItem_2) == 0x000070, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::CallFunc_FindTechnique_TechniqueItem_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, CallFunc_IsValid_ReturnValue_2) == 0x000078, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, K2Node_Event_TechniqueID) == 0x00007C, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::K2Node_Event_TechniqueID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, K2Node_Event_IsNew) == 0x000084, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::K2Node_Event_IsNew' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, CallFunc_FindTechnique_TechniqueItem_3) == 0x000088, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::CallFunc_FindTechnique_TechniqueItem_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000090, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques, CallFunc_IsValid_ReturnValue_3) == 0x000098, "Member 'UI_BP_DuelTechniques_C_ExecuteUbergraph_UI_BP_DuelTechniques::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DuelTechniques_C_OnDuelTechniqueProgressFailedByID \ static_assert(alignof(UI_BP_DuelTechniques_C_OnDuelTechniqueProgressFailedByID) == 0x000004, "Wrong alignment on UI_BP_DuelTechniques_C_OnDuelTechniqueProgressFailedByID"); \ static_assert(sizeof(UI_BP_DuelTechniques_C_OnDuelTechniqueProgressFailedByID) == 0x00000C, "Wrong size on UI_BP_DuelTechniques_C_OnDuelTechniqueProgressFailedByID"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_OnDuelTechniqueProgressFailedByID, TechniqueID) == 0x000000, "Member 'UI_BP_DuelTechniques_C_OnDuelTechniqueProgressFailedByID::TechniqueID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_OnDuelTechniqueProgressFailedByID, IsNew) == 0x000008, "Member 'UI_BP_DuelTechniques_C_OnDuelTechniqueProgressFailedByID::IsNew' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DuelTechniques_C_OnTimedTechniqueUpdated \ static_assert(alignof(UI_BP_DuelTechniques_C_OnTimedTechniqueUpdated) == 0x000008, "Wrong alignment on UI_BP_DuelTechniques_C_OnTimedTechniqueUpdated"); \ static_assert(sizeof(UI_BP_DuelTechniques_C_OnTimedTechniqueUpdated) == 0x000020, "Wrong size on UI_BP_DuelTechniques_C_OnTimedTechniqueUpdated"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_OnTimedTechniqueUpdated, TechniqueID) == 0x000000, "Member 'UI_BP_DuelTechniques_C_OnTimedTechniqueUpdated::TechniqueID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_OnTimedTechniqueUpdated, TimeStr) == 0x000008, "Member 'UI_BP_DuelTechniques_C_OnTimedTechniqueUpdated::TimeStr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DuelTechniques_C_OnDuelTechniqueProgressCompletedByID \ static_assert(alignof(UI_BP_DuelTechniques_C_OnDuelTechniqueProgressCompletedByID) == 0x000004, "Wrong alignment on UI_BP_DuelTechniques_C_OnDuelTechniqueProgressCompletedByID"); \ static_assert(sizeof(UI_BP_DuelTechniques_C_OnDuelTechniqueProgressCompletedByID) == 0x00000C, "Wrong size on UI_BP_DuelTechniques_C_OnDuelTechniqueProgressCompletedByID"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_OnDuelTechniqueProgressCompletedByID, TechniqueID) == 0x000000, "Member 'UI_BP_DuelTechniques_C_OnDuelTechniqueProgressCompletedByID::TechniqueID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_OnDuelTechniqueProgressCompletedByID, IsNew) == 0x000008, "Member 'UI_BP_DuelTechniques_C_OnDuelTechniqueProgressCompletedByID::IsNew' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DuelTechniques_C_OnDuelTechniquesInitialized \ static_assert(alignof(UI_BP_DuelTechniques_C_OnDuelTechniquesInitialized) == 0x000008, "Wrong alignment on UI_BP_DuelTechniques_C_OnDuelTechniquesInitialized"); \ static_assert(sizeof(UI_BP_DuelTechniques_C_OnDuelTechniquesInitialized) == 0x000010, "Wrong size on UI_BP_DuelTechniques_C_OnDuelTechniquesInitialized"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_OnDuelTechniquesInitialized, TechniqueUIData) == 0x000000, "Member 'UI_BP_DuelTechniques_C_OnDuelTechniquesInitialized::TechniqueUIData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DuelTechniques_C_OnDuelTechniqueUpdatedByID \ static_assert(alignof(UI_BP_DuelTechniques_C_OnDuelTechniqueUpdatedByID) == 0x000004, "Wrong alignment on UI_BP_DuelTechniques_C_OnDuelTechniqueUpdatedByID"); \ static_assert(sizeof(UI_BP_DuelTechniques_C_OnDuelTechniqueUpdatedByID) == 0x00000C, "Wrong size on UI_BP_DuelTechniques_C_OnDuelTechniqueUpdatedByID"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_OnDuelTechniqueUpdatedByID, TechniqueID) == 0x000000, "Member 'UI_BP_DuelTechniques_C_OnDuelTechniqueUpdatedByID::TechniqueID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_OnDuelTechniqueUpdatedByID, NewValue) == 0x000008, "Member 'UI_BP_DuelTechniques_C_OnDuelTechniqueUpdatedByID::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DuelTechniques_C_Add_Duel_Techniques \ static_assert(alignof(UI_BP_DuelTechniques_C_Add_Duel_Techniques) == 0x000008, "Wrong alignment on UI_BP_DuelTechniques_C_Add_Duel_Techniques"); \ static_assert(sizeof(UI_BP_DuelTechniques_C_Add_Duel_Techniques) == 0x000098, "Wrong size on UI_BP_DuelTechniques_C_Add_Duel_Techniques"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_Add_Duel_Techniques, TechniqueData) == 0x000000, "Member 'UI_BP_DuelTechniques_C_Add_Duel_Techniques::TechniqueData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_Add_Duel_Techniques, TechniqueItem) == 0x000010, "Member 'UI_BP_DuelTechniques_C_Add_Duel_Techniques::TechniqueItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_Add_Duel_Techniques, CurTechnique) == 0x000018, "Member 'UI_BP_DuelTechniques_C_Add_Duel_Techniques::CurTechnique' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_Add_Duel_Techniques, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'UI_BP_DuelTechniques_C_Add_Duel_Techniques::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_Add_Duel_Techniques, Temp_int_Array_Index_Variable) == 0x00003C, "Member 'UI_BP_DuelTechniques_C_Add_Duel_Techniques::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_Add_Duel_Techniques, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'UI_BP_DuelTechniques_C_Add_Duel_Techniques::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_Add_Duel_Techniques, CallFunc_Array_Get_Item) == 0x000048, "Member 'UI_BP_DuelTechniques_C_Add_Duel_Techniques::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_Add_Duel_Techniques, CallFunc_Less_IntInt_ReturnValue) == 0x000068, "Member 'UI_BP_DuelTechniques_C_Add_Duel_Techniques::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_Add_Duel_Techniques, CallFunc_Add_IntInt_ReturnValue) == 0x00006C, "Member 'UI_BP_DuelTechniques_C_Add_Duel_Techniques::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_Add_Duel_Techniques, CallFunc_Create_ReturnValue) == 0x000070, "Member 'UI_BP_DuelTechniques_C_Add_Duel_Techniques::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_Add_Duel_Techniques, K2Node_MakeStruct_Margin) == 0x000078, "Member 'UI_BP_DuelTechniques_C_Add_Duel_Techniques::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_Add_Duel_Techniques, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000088, "Member 'UI_BP_DuelTechniques_C_Add_Duel_Techniques::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_Add_Duel_Techniques, CallFunc_Not_PreBool_ReturnValue) == 0x000090, "Member 'UI_BP_DuelTechniques_C_Add_Duel_Techniques::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_Add_Duel_Techniques, CallFunc_Greater_IntInt_ReturnValue) == 0x000091, "Member 'UI_BP_DuelTechniques_C_Add_Duel_Techniques::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_Add_Duel_Techniques, CallFunc_BooleanAND_ReturnValue) == 0x000092, "Member 'UI_BP_DuelTechniques_C_Add_Duel_Techniques::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DuelTechniques_C_UpdateTechnique \ static_assert(alignof(UI_BP_DuelTechniques_C_UpdateTechnique) == 0x000008, "Wrong alignment on UI_BP_DuelTechniques_C_UpdateTechnique"); \ static_assert(sizeof(UI_BP_DuelTechniques_C_UpdateTechnique) == 0x000058, "Wrong size on UI_BP_DuelTechniques_C_UpdateTechnique"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_UpdateTechnique, TechniqueID) == 0x000000, "Member 'UI_BP_DuelTechniques_C_UpdateTechnique::TechniqueID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_UpdateTechnique, NewValue) == 0x000008, "Member 'UI_BP_DuelTechniques_C_UpdateTechnique::NewValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_UpdateTechnique, CurItem) == 0x000010, "Member 'UI_BP_DuelTechniques_C_UpdateTechnique::CurItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_UpdateTechnique, Temp_bool_Variable) == 0x000018, "Member 'UI_BP_DuelTechniques_C_UpdateTechnique::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_UpdateTechnique, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'UI_BP_DuelTechniques_C_UpdateTechnique::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_UpdateTechnique, Temp_int_Variable) == 0x00001C, "Member 'UI_BP_DuelTechniques_C_UpdateTechnique::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_UpdateTechnique, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'UI_BP_DuelTechniques_C_UpdateTechnique::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_UpdateTechnique, CallFunc_GetChildrenCount_ReturnValue) == 0x000024, "Member 'UI_BP_DuelTechniques_C_UpdateTechnique::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_UpdateTechnique, CallFunc_Subtract_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_DuelTechniques_C_UpdateTechnique::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_UpdateTechnique, CallFunc_GetChildAt_ReturnValue) == 0x000030, "Member 'UI_BP_DuelTechniques_C_UpdateTechnique::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_UpdateTechnique, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000038, "Member 'UI_BP_DuelTechniques_C_UpdateTechnique::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_UpdateTechnique, K2Node_DynamicCast_AsUI_BP_Duel_Technique_Item) == 0x000040, "Member 'UI_BP_DuelTechniques_C_UpdateTechnique::K2Node_DynamicCast_AsUI_BP_Duel_Technique_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_UpdateTechnique, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'UI_BP_DuelTechniques_C_UpdateTechnique::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_UpdateTechnique, CallFunc_BooleanAND_ReturnValue) == 0x000049, "Member 'UI_BP_DuelTechniques_C_UpdateTechnique::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_UpdateTechnique, CallFunc_GetTechniqueID_ID) == 0x00004C, "Member 'UI_BP_DuelTechniques_C_UpdateTechnique::CallFunc_GetTechniqueID_ID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_UpdateTechnique, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000054, "Member 'UI_BP_DuelTechniques_C_UpdateTechnique::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DuelTechniques_C_FindTechnique \ static_assert(alignof(UI_BP_DuelTechniques_C_FindTechnique) == 0x000008, "Wrong alignment on UI_BP_DuelTechniques_C_FindTechnique"); \ static_assert(sizeof(UI_BP_DuelTechniques_C_FindTechnique) == 0x000058, "Wrong size on UI_BP_DuelTechniques_C_FindTechnique"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_FindTechnique, TechniqueID) == 0x000000, "Member 'UI_BP_DuelTechniques_C_FindTechnique::TechniqueID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_FindTechnique, TechniqueItem) == 0x000008, "Member 'UI_BP_DuelTechniques_C_FindTechnique::TechniqueItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_FindTechnique, CurItem) == 0x000010, "Member 'UI_BP_DuelTechniques_C_FindTechnique::CurItem' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_FindTechnique, CallFunc_GetTechniqueID_ID) == 0x000018, "Member 'UI_BP_DuelTechniques_C_FindTechnique::CallFunc_GetTechniqueID_ID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_FindTechnique, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000020, "Member 'UI_BP_DuelTechniques_C_FindTechnique::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_FindTechnique, Temp_int_Variable) == 0x000024, "Member 'UI_BP_DuelTechniques_C_FindTechnique::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_FindTechnique, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_DuelTechniques_C_FindTechnique::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_FindTechnique, CallFunc_GetChildrenCount_ReturnValue) == 0x00002C, "Member 'UI_BP_DuelTechniques_C_FindTechnique::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_FindTechnique, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'UI_BP_DuelTechniques_C_FindTechnique::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_FindTechnique, CallFunc_GetChildAt_ReturnValue) == 0x000038, "Member 'UI_BP_DuelTechniques_C_FindTechnique::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_FindTechnique, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000040, "Member 'UI_BP_DuelTechniques_C_FindTechnique::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_FindTechnique, K2Node_DynamicCast_AsUI_BP_Duel_Technique_Item) == 0x000048, "Member 'UI_BP_DuelTechniques_C_FindTechnique::K2Node_DynamicCast_AsUI_BP_Duel_Technique_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DuelTechniques_C_FindTechnique, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'UI_BP_DuelTechniques_C_FindTechnique::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_DuelTechniques_C \ static_assert(alignof(UUI_BP_DuelTechniques_C) == 0x000008, "Wrong alignment on UUI_BP_DuelTechniques_C"); \ static_assert(sizeof(UUI_BP_DuelTechniques_C) == 0x000328, "Wrong size on UUI_BP_DuelTechniques_C"); \ static_assert(offsetof(UUI_BP_DuelTechniques_C, UberGraphFrame) == 0x000300, "Member 'UUI_BP_DuelTechniques_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DuelTechniques_C, hideDuelingTechniques) == 0x000308, "Member 'UUI_BP_DuelTechniques_C::hideDuelingTechniques' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DuelTechniques_C, showDuelingTechniques) == 0x000310, "Member 'UUI_BP_DuelTechniques_C::showDuelingTechniques' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DuelTechniques_C, InvalidationBox_DuelTechniques) == 0x000318, "Member 'UUI_BP_DuelTechniques_C::InvalidationBox_DuelTechniques' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DuelTechniques_C, techniqueList) == 0x000320, "Member 'UUI_BP_DuelTechniques_C::techniqueList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators \ static_assert(alignof(UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators) == 0x000008, "Wrong alignment on UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators"); \ static_assert(sizeof(UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators) == 0x000040, "Wrong size on UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators"); \ static_assert(offsetof(UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators, EntryPoint) == 0x000000, "Member 'UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000008, "Member 'UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators, CallFunc_GetShowEnemyDamageElements_ReturnValue) == 0x000010, "Member 'UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators::CallFunc_GetShowEnemyDamageElements_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators, CallFunc_Create_ReturnValue) == 0x000018, "Member 'UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators, CallFunc_AddChildToCanvas_ReturnValue) == 0x000020, "Member 'UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators::CallFunc_AddChildToCanvas_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators, K2Node_Event_ScreenPos) == 0x000028, "Member 'UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators::K2Node_Event_ScreenPos' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators, K2Node_Event_Damage) == 0x000030, "Member 'UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators::K2Node_Event_Damage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators, K2Node_Event_IsVulnerableDamage) == 0x000034, "Member 'UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators::K2Node_Event_IsVulnerableDamage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators, CallFunc_FTrunc_ReturnValue) == 0x000038, "Member 'UI_BP_DamageIndicators_C_ExecuteUbergraph_UI_BP_DamageIndicators::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_DamageIndicators_C_OnNPC_Damaged \ static_assert(alignof(UI_BP_DamageIndicators_C_OnNPC_Damaged) == 0x000004, "Wrong alignment on UI_BP_DamageIndicators_C_OnNPC_Damaged"); \ static_assert(sizeof(UI_BP_DamageIndicators_C_OnNPC_Damaged) == 0x000010, "Wrong size on UI_BP_DamageIndicators_C_OnNPC_Damaged"); \ static_assert(offsetof(UI_BP_DamageIndicators_C_OnNPC_Damaged, ScreenPos) == 0x000000, "Member 'UI_BP_DamageIndicators_C_OnNPC_Damaged::ScreenPos' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicators_C_OnNPC_Damaged, Damage) == 0x000008, "Member 'UI_BP_DamageIndicators_C_OnNPC_Damaged::Damage' has a wrong offset!"); \ static_assert(offsetof(UI_BP_DamageIndicators_C_OnNPC_Damaged, IsVulnerableDamage) == 0x00000C, "Member 'UI_BP_DamageIndicators_C_OnNPC_Damaged::IsVulnerableDamage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_DamageIndicators_C \ static_assert(alignof(UUI_BP_DamageIndicators_C) == 0x000008, "Wrong alignment on UUI_BP_DamageIndicators_C"); \ static_assert(sizeof(UUI_BP_DamageIndicators_C) == 0x0002F8, "Wrong size on UUI_BP_DamageIndicators_C"); \ static_assert(offsetof(UUI_BP_DamageIndicators_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_DamageIndicators_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_DamageIndicators_C, Root) == 0x0002F0, "Member 'UUI_BP_DamageIndicators_C::Root' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification \ static_assert(alignof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification) == 0x000008, "Wrong alignment on UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification"); \ static_assert(sizeof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification) == 0x000238, "Wrong size on UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, EntryPoint) == 0x000000, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_Event_HeaderText) == 0x000008, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_Event_HeaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_Event_SubheaderText) == 0x000018, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_Event_SubheaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_Event_IconName) == 0x000028, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_Event_IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, CallFunc_Get_ReturnValue) == 0x000038, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_Event_Name) == 0x000040, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_Event_Name' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_Event_IconName_1) == 0x000050, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_Event_IconName_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_Event_Count) == 0x000060, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_Event_Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_Event_Header) == 0x000068, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_Event_Header' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_Event_SpecialCollection) == 0x000078, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_Event_SpecialCollection' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_Event_Variation) == 0x00007C, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_Event_Variation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_MakeStruct_PickupNotificationData) == 0x000088, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_MakeStruct_PickupNotificationData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_Event_ChallengeID) == 0x0000E8, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_Event_ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_Event_ChallengeCategory) == 0x0000F0, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_Event_ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_Event_CompletedLevel) == 0x0000F8, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_Event_CompletedLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_Event_MaxLevels) == 0x0000FC, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_Event_MaxLevels' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, CallFunc_Array_Add_ReturnValue) == 0x000100, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_Event_CollectionID) == 0x000104, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_Event_CollectionID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_Event_CollectionCategory) == 0x00010C, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_Event_CollectionCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_Event_CollectionID_1) == 0x000114, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_Event_CollectionID_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_Event_CollectionCategory_1) == 0x00011C, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_Event_CollectionCategory_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_CustomEvent_ItemID) == 0x000128, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_CustomEvent_ItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_CustomEvent_Caller) == 0x000138, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_MakeStruct_PickupNotificationData_1) == 0x000140, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_MakeStruct_PickupNotificationData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, CallFunc_Array_Get_Item) == 0x0001A0, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, K2Node_CreateDelegate_OutputDelegate) == 0x000200, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, CallFunc_PostEventAtLocation_ReturnValue) == 0x000210, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, CallFunc_HermesBindEvent_Handle) == 0x000218, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, CallFunc_GetUIManagerPure_ReturnValue) == 0x000228, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification, CallFunc_Array_Add_ReturnValue_1) == 0x000230, "Member 'UI_BP_FastTravelUnlockNotification_C_ExecuteUbergraph_UI_BP_FastTravelUnlockNotification::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelUnlockNotification_C_OnDisplayFTNotification \ static_assert(alignof(UI_BP_FastTravelUnlockNotification_C_OnDisplayFTNotification) == 0x000008, "Wrong alignment on UI_BP_FastTravelUnlockNotification_C_OnDisplayFTNotification"); \ static_assert(sizeof(UI_BP_FastTravelUnlockNotification_C_OnDisplayFTNotification) == 0x000008, "Wrong size on UI_BP_FastTravelUnlockNotification_C_OnDisplayFTNotification"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_OnDisplayFTNotification, Caller) == 0x000000, "Member 'UI_BP_FastTravelUnlockNotification_C_OnDisplayFTNotification::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelUnlockNotification_C_RequestFastTravelUnlockedNotification \ static_assert(alignof(UI_BP_FastTravelUnlockNotification_C_RequestFastTravelUnlockedNotification) == 0x000008, "Wrong alignment on UI_BP_FastTravelUnlockNotification_C_RequestFastTravelUnlockedNotification"); \ static_assert(sizeof(UI_BP_FastTravelUnlockNotification_C_RequestFastTravelUnlockedNotification) == 0x000010, "Wrong size on UI_BP_FastTravelUnlockNotification_C_RequestFastTravelUnlockedNotification"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_RequestFastTravelUnlockedNotification, ItemId) == 0x000000, "Member 'UI_BP_FastTravelUnlockNotification_C_RequestFastTravelUnlockedNotification::ItemId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelUnlockNotification_C_I_AddGenericNotification \ static_assert(alignof(UI_BP_FastTravelUnlockNotification_C_I_AddGenericNotification) == 0x000008, "Wrong alignment on UI_BP_FastTravelUnlockNotification_C_I_AddGenericNotification"); \ static_assert(sizeof(UI_BP_FastTravelUnlockNotification_C_I_AddGenericNotification) == 0x000030, "Wrong size on UI_BP_FastTravelUnlockNotification_C_I_AddGenericNotification"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_I_AddGenericNotification, HeaderText) == 0x000000, "Member 'UI_BP_FastTravelUnlockNotification_C_I_AddGenericNotification::HeaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_I_AddGenericNotification, SubheaderText) == 0x000010, "Member 'UI_BP_FastTravelUnlockNotification_C_I_AddGenericNotification::SubheaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_I_AddGenericNotification, IconName) == 0x000020, "Member 'UI_BP_FastTravelUnlockNotification_C_I_AddGenericNotification::IconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelUnlockNotification_C_I_ItemCollected \ static_assert(alignof(UI_BP_FastTravelUnlockNotification_C_I_ItemCollected) == 0x000008, "Wrong alignment on UI_BP_FastTravelUnlockNotification_C_I_ItemCollected"); \ static_assert(sizeof(UI_BP_FastTravelUnlockNotification_C_I_ItemCollected) == 0x000048, "Wrong size on UI_BP_FastTravelUnlockNotification_C_I_ItemCollected"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_I_ItemCollected, Name_0) == 0x000000, "Member 'UI_BP_FastTravelUnlockNotification_C_I_ItemCollected::Name_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_I_ItemCollected, IconName) == 0x000010, "Member 'UI_BP_FastTravelUnlockNotification_C_I_ItemCollected::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_I_ItemCollected, Count) == 0x000020, "Member 'UI_BP_FastTravelUnlockNotification_C_I_ItemCollected::Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_I_ItemCollected, Header) == 0x000028, "Member 'UI_BP_FastTravelUnlockNotification_C_I_ItemCollected::Header' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_I_ItemCollected, SpecialCollection) == 0x000038, "Member 'UI_BP_FastTravelUnlockNotification_C_I_ItemCollected::SpecialCollection' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_I_ItemCollected, Variation) == 0x00003C, "Member 'UI_BP_FastTravelUnlockNotification_C_I_ItemCollected::Variation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelUnlockNotification_C_I_AddChallengeCompleteNotification \ static_assert(alignof(UI_BP_FastTravelUnlockNotification_C_I_AddChallengeCompleteNotification) == 0x000004, "Wrong alignment on UI_BP_FastTravelUnlockNotification_C_I_AddChallengeCompleteNotification"); \ static_assert(sizeof(UI_BP_FastTravelUnlockNotification_C_I_AddChallengeCompleteNotification) == 0x000018, "Wrong size on UI_BP_FastTravelUnlockNotification_C_I_AddChallengeCompleteNotification"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_I_AddChallengeCompleteNotification, ChallengeID) == 0x000000, "Member 'UI_BP_FastTravelUnlockNotification_C_I_AddChallengeCompleteNotification::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_I_AddChallengeCompleteNotification, ChallengeCategory) == 0x000008, "Member 'UI_BP_FastTravelUnlockNotification_C_I_AddChallengeCompleteNotification::ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_I_AddChallengeCompleteNotification, CompletedLevel) == 0x000010, "Member 'UI_BP_FastTravelUnlockNotification_C_I_AddChallengeCompleteNotification::CompletedLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_I_AddChallengeCompleteNotification, MaxLevels) == 0x000014, "Member 'UI_BP_FastTravelUnlockNotification_C_I_AddChallengeCompleteNotification::MaxLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelUnlockNotification_C_I_AddCollectionObtainedNotification \ static_assert(alignof(UI_BP_FastTravelUnlockNotification_C_I_AddCollectionObtainedNotification) == 0x000004, "Wrong alignment on UI_BP_FastTravelUnlockNotification_C_I_AddCollectionObtainedNotification"); \ static_assert(sizeof(UI_BP_FastTravelUnlockNotification_C_I_AddCollectionObtainedNotification) == 0x000010, "Wrong size on UI_BP_FastTravelUnlockNotification_C_I_AddCollectionObtainedNotification"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_I_AddCollectionObtainedNotification, CollectionID) == 0x000000, "Member 'UI_BP_FastTravelUnlockNotification_C_I_AddCollectionObtainedNotification::CollectionID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_I_AddCollectionObtainedNotification, CollectionCategory) == 0x000008, "Member 'UI_BP_FastTravelUnlockNotification_C_I_AddCollectionObtainedNotification::CollectionCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelUnlockNotification_C_I_AddCollectionKnownNotification \ static_assert(alignof(UI_BP_FastTravelUnlockNotification_C_I_AddCollectionKnownNotification) == 0x000004, "Wrong alignment on UI_BP_FastTravelUnlockNotification_C_I_AddCollectionKnownNotification"); \ static_assert(sizeof(UI_BP_FastTravelUnlockNotification_C_I_AddCollectionKnownNotification) == 0x000010, "Wrong size on UI_BP_FastTravelUnlockNotification_C_I_AddCollectionKnownNotification"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_I_AddCollectionKnownNotification, CollectionID) == 0x000000, "Member 'UI_BP_FastTravelUnlockNotification_C_I_AddCollectionKnownNotification::CollectionID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_I_AddCollectionKnownNotification, CollectionCategory) == 0x000008, "Member 'UI_BP_FastTravelUnlockNotification_C_I_AddCollectionKnownNotification::CollectionCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelUnlockNotification_C_Hide \ static_assert(alignof(UI_BP_FastTravelUnlockNotification_C_Hide) == 0x000008, "Wrong alignment on UI_BP_FastTravelUnlockNotification_C_Hide"); \ static_assert(sizeof(UI_BP_FastTravelUnlockNotification_C_Hide) == 0x000018, "Wrong size on UI_BP_FastTravelUnlockNotification_C_Hide"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_Hide, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'UI_BP_FastTravelUnlockNotification_C_Hide::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_Hide, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'UI_BP_FastTravelUnlockNotification_C_Hide::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelUnlockNotification_C_HideComplete \ static_assert(alignof(UI_BP_FastTravelUnlockNotification_C_HideComplete) == 0x000008, "Wrong alignment on UI_BP_FastTravelUnlockNotification_C_HideComplete"); \ static_assert(sizeof(UI_BP_FastTravelUnlockNotification_C_HideComplete) == 0x000008, "Wrong size on UI_BP_FastTravelUnlockNotification_C_HideComplete"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_HideComplete, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_FastTravelUnlockNotification_C_HideComplete::CallFunc_Get_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FastTravelUnlockNotification_C_ShowNotification \ static_assert(alignof(UI_BP_FastTravelUnlockNotification_C_ShowNotification) == 0x000008, "Wrong alignment on UI_BP_FastTravelUnlockNotification_C_ShowNotification"); \ static_assert(sizeof(UI_BP_FastTravelUnlockNotification_C_ShowNotification) == 0x000050, "Wrong size on UI_BP_FastTravelUnlockNotification_C_ShowNotification"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ShowNotification, ItemName) == 0x000000, "Member 'UI_BP_FastTravelUnlockNotification_C_ShowNotification::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ShowNotification, IconName) == 0x000010, "Member 'UI_BP_FastTravelUnlockNotification_C_ShowNotification::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ShowNotification, Count) == 0x000020, "Member 'UI_BP_FastTravelUnlockNotification_C_ShowNotification::Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ShowNotification, Header) == 0x000028, "Member 'UI_BP_FastTravelUnlockNotification_C_ShowNotification::Header' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ShowNotification, CallFunc_PlayAnimation_ReturnValue) == 0x000038, "Member 'UI_BP_FastTravelUnlockNotification_C_ShowNotification::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ShowNotification, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000040, "Member 'UI_BP_FastTravelUnlockNotification_C_ShowNotification::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FastTravelUnlockNotification_C_ShowNotification, CallFunc_K2_SetTimer_ReturnValue) == 0x000048, "Member 'UI_BP_FastTravelUnlockNotification_C_ShowNotification::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FastTravelUnlockNotification_C \ static_assert(alignof(UUI_BP_FastTravelUnlockNotification_C) == 0x000008, "Wrong alignment on UUI_BP_FastTravelUnlockNotification_C"); \ static_assert(sizeof(UUI_BP_FastTravelUnlockNotification_C) == 0x000330, "Wrong size on UUI_BP_FastTravelUnlockNotification_C"); \ static_assert(offsetof(UUI_BP_FastTravelUnlockNotification_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_FastTravelUnlockNotification_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelUnlockNotification_C, HideSpecialNotification) == 0x0002F0, "Member 'UUI_BP_FastTravelUnlockNotification_C::HideSpecialNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelUnlockNotification_C, ShowSpecialNotification) == 0x0002F8, "Member 'UUI_BP_FastTravelUnlockNotification_C::ShowSpecialNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelUnlockNotification_C, newItem_Header) == 0x000300, "Member 'UUI_BP_FastTravelUnlockNotification_C::newItem_Header' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelUnlockNotification_C, NewItemLabel) == 0x000308, "Member 'UUI_BP_FastTravelUnlockNotification_C::NewItemLabel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelUnlockNotification_C, specialItemIcon) == 0x000310, "Member 'UUI_BP_FastTravelUnlockNotification_C::specialItemIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelUnlockNotification_C, TheBorder) == 0x000318, "Member 'UUI_BP_FastTravelUnlockNotification_C::TheBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FastTravelUnlockNotification_C, ItemsToShow) == 0x000320, "Member 'UUI_BP_FastTravelUnlockNotification_C::ItemsToShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD \ static_assert(alignof(UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD) == 0x000008, "Wrong alignment on UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD"); \ static_assert(sizeof(UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD) == 0x000098, "Wrong size on UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD, EntryPoint) == 0x000000, "Member 'UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD, K2Node_Event_InputString) == 0x000008, "Member 'UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD::K2Node_Event_InputString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000018, "Member 'UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD, K2Node_Event_PixelsUP) == 0x000020, "Member 'UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD::K2Node_Event_PixelsUP' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000024, "Member 'UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD, CallFunc_MakeVector2D_ReturnValue) == 0x000028, "Member 'UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD, K2Node_DynamicCast_AsCanvas_Panel_Slot) == 0x000030, "Member 'UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD::K2Node_DynamicCast_AsCanvas_Panel_Slot' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD, CallFunc_MakeVector2D_ReturnValue_1) == 0x00003C, "Member 'UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD, K2Node_CustomEvent_Caller_1) == 0x000048, "Member 'UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD, K2Node_CustomEvent_Caller) == 0x000050, "Member 'UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD, K2Node_CreateDelegate_OutputDelegate) == 0x000058, "Member 'UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD, K2Node_CreateDelegate_OutputDelegate_1) == 0x000068, "Member 'UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD, CallFunc_HermesBindEvent_Handle) == 0x000078, "Member 'UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD, CallFunc_HermesBindEvent_Handle_1) == 0x000088, "Member 'UI_BP_Subtitle_HUD_C_ExecuteUbergraph_UI_BP_Subtitle_HUD::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_HUD_C_SubtitleHUD_Hide \ static_assert(alignof(UI_BP_Subtitle_HUD_C_SubtitleHUD_Hide) == 0x000008, "Wrong alignment on UI_BP_Subtitle_HUD_C_SubtitleHUD_Hide"); \ static_assert(sizeof(UI_BP_Subtitle_HUD_C_SubtitleHUD_Hide) == 0x000008, "Wrong size on UI_BP_Subtitle_HUD_C_SubtitleHUD_Hide"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_SubtitleHUD_Hide, Caller) == 0x000000, "Member 'UI_BP_Subtitle_HUD_C_SubtitleHUD_Hide::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_HUD_C_SubtitleHUD_Show \ static_assert(alignof(UI_BP_Subtitle_HUD_C_SubtitleHUD_Show) == 0x000008, "Wrong alignment on UI_BP_Subtitle_HUD_C_SubtitleHUD_Show"); \ static_assert(sizeof(UI_BP_Subtitle_HUD_C_SubtitleHUD_Show) == 0x000008, "Wrong size on UI_BP_Subtitle_HUD_C_SubtitleHUD_Show"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_SubtitleHUD_Show, Caller) == 0x000000, "Member 'UI_BP_Subtitle_HUD_C_SubtitleHUD_Show::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_HUD_C_AdjustHeight \ static_assert(alignof(UI_BP_Subtitle_HUD_C_AdjustHeight) == 0x000004, "Wrong alignment on UI_BP_Subtitle_HUD_C_AdjustHeight"); \ static_assert(sizeof(UI_BP_Subtitle_HUD_C_AdjustHeight) == 0x000004, "Wrong size on UI_BP_Subtitle_HUD_C_AdjustHeight"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_AdjustHeight, PixelsUP) == 0x000000, "Member 'UI_BP_Subtitle_HUD_C_AdjustHeight::PixelsUP' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_HUD_C_SetRichText \ static_assert(alignof(UI_BP_Subtitle_HUD_C_SetRichText) == 0x000008, "Wrong alignment on UI_BP_Subtitle_HUD_C_SetRichText"); \ static_assert(sizeof(UI_BP_Subtitle_HUD_C_SetRichText) == 0x000010, "Wrong size on UI_BP_Subtitle_HUD_C_SetRichText"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_SetRichText, InputString) == 0x000000, "Member 'UI_BP_Subtitle_HUD_C_SetRichText::InputString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_Subtitle_HUD_C_GetRichText \ static_assert(alignof(UI_BP_Subtitle_HUD_C_GetRichText) == 0x000008, "Wrong alignment on UI_BP_Subtitle_HUD_C_GetRichText"); \ static_assert(sizeof(UI_BP_Subtitle_HUD_C_GetRichText) == 0x000008, "Wrong size on UI_BP_Subtitle_HUD_C_GetRichText"); \ static_assert(offsetof(UI_BP_Subtitle_HUD_C_GetRichText, NewParam) == 0x000000, "Member 'UI_BP_Subtitle_HUD_C_GetRichText::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_Subtitle_HUD_C \ static_assert(alignof(UUI_BP_Subtitle_HUD_C) == 0x000008, "Wrong alignment on UUI_BP_Subtitle_HUD_C"); \ static_assert(sizeof(UUI_BP_Subtitle_HUD_C) == 0x000288, "Wrong size on UUI_BP_Subtitle_HUD_C"); \ static_assert(offsetof(UUI_BP_Subtitle_HUD_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_Subtitle_HUD_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_HUD_C, CanvasPanel_0) == 0x000270, "Member 'UUI_BP_Subtitle_HUD_C::CanvasPanel_0' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_HUD_C, UI_BP_Subtitle) == 0x000278, "Member 'UUI_BP_Subtitle_HUD_C::UI_BP_Subtitle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_Subtitle_HUD_C, DefaultSubtitleHeight) == 0x000280, "Member 'UUI_BP_Subtitle_HUD_C::DefaultSubtitleHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_DescendoStartLEDEffect_C \ static_assert(alignof(UBP_DescendoStartLEDEffect_C) == 0x000008, "Wrong alignment on UBP_DescendoStartLEDEffect_C"); \ static_assert(sizeof(UBP_DescendoStartLEDEffect_C) == 0x000048, "Wrong size on UBP_DescendoStartLEDEffect_C"); \ #define DUMPER7_ASSERTS_VFX_BP_Spider_Luminous_Blind_C_ExecuteUbergraph_VFX_BP_Spider_Luminous_Blind \ static_assert(alignof(VFX_BP_Spider_Luminous_Blind_C_ExecuteUbergraph_VFX_BP_Spider_Luminous_Blind) == 0x000008, "Wrong alignment on VFX_BP_Spider_Luminous_Blind_C_ExecuteUbergraph_VFX_BP_Spider_Luminous_Blind"); \ static_assert(sizeof(VFX_BP_Spider_Luminous_Blind_C_ExecuteUbergraph_VFX_BP_Spider_Luminous_Blind) == 0x000018, "Wrong size on VFX_BP_Spider_Luminous_Blind_C_ExecuteUbergraph_VFX_BP_Spider_Luminous_Blind"); \ static_assert(offsetof(VFX_BP_Spider_Luminous_Blind_C_ExecuteUbergraph_VFX_BP_Spider_Luminous_Blind, EntryPoint) == 0x000000, "Member 'VFX_BP_Spider_Luminous_Blind_C_ExecuteUbergraph_VFX_BP_Spider_Luminous_Blind::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Spider_Luminous_Blind_C_ExecuteUbergraph_VFX_BP_Spider_Luminous_Blind, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000008, "Member 'VFX_BP_Spider_Luminous_Blind_C_ExecuteUbergraph_VFX_BP_Spider_Luminous_Blind::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Spider_Luminous_Blind_C_ExecuteUbergraph_VFX_BP_Spider_Luminous_Blind, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'VFX_BP_Spider_Luminous_Blind_C_ExecuteUbergraph_VFX_BP_Spider_Luminous_Blind::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVFX_BP_Spider_Luminous_Blind_C \ static_assert(alignof(AVFX_BP_Spider_Luminous_Blind_C) == 0x000008, "Wrong alignment on AVFX_BP_Spider_Luminous_Blind_C"); \ static_assert(sizeof(AVFX_BP_Spider_Luminous_Blind_C) == 0x0002C8, "Wrong size on AVFX_BP_Spider_Luminous_Blind_C"); \ static_assert(offsetof(AVFX_BP_Spider_Luminous_Blind_C, UberGraphFrame) == 0x000248, "Member 'AVFX_BP_Spider_Luminous_Blind_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Spider_Luminous_Blind_C, NS_Flashes) == 0x000250, "Member 'AVFX_BP_Spider_Luminous_Blind_C::NS_Flashes' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Spider_Luminous_Blind_C, PointLight) == 0x000258, "Member 'AVFX_BP_Spider_Luminous_Blind_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Spider_Luminous_Blind_C, PostProcess) == 0x000260, "Member 'AVFX_BP_Spider_Luminous_Blind_C::PostProcess' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Spider_Luminous_Blind_C, DefaultSceneRoot) == 0x000268, "Member 'AVFX_BP_Spider_Luminous_Blind_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Spider_Luminous_Blind_C, Timeline_0_Lightintisity_70DECC1E46B965328A5BFAA068EB7A70) == 0x000270, "Member 'AVFX_BP_Spider_Luminous_Blind_C::Timeline_0_Lightintisity_70DECC1E46B965328A5BFAA068EB7A70' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Spider_Luminous_Blind_C, Timeline_0_Strength_70DECC1E46B965328A5BFAA068EB7A70) == 0x000274, "Member 'AVFX_BP_Spider_Luminous_Blind_C::Timeline_0_Strength_70DECC1E46B965328A5BFAA068EB7A70' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Spider_Luminous_Blind_C, Timeline_0__Direction_70DECC1E46B965328A5BFAA068EB7A70) == 0x000278, "Member 'AVFX_BP_Spider_Luminous_Blind_C::Timeline_0__Direction_70DECC1E46B965328A5BFAA068EB7A70' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Spider_Luminous_Blind_C, Timeline_0) == 0x000280, "Member 'AVFX_BP_Spider_Luminous_Blind_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Spider_Luminous_Blind_C, LightIntesity) == 0x000288, "Member 'AVFX_BP_Spider_Luminous_Blind_C::LightIntesity' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Spider_Luminous_Blind_C, NewVar_0) == 0x000290, "Member 'AVFX_BP_Spider_Luminous_Blind_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Spider_Luminous_Blind_C, NewVar_1) == 0x000298, "Member 'AVFX_BP_Spider_Luminous_Blind_C::NewVar_1' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Spider_Luminous_Blind_C, NewVar_2) == 0x0002A0, "Member 'AVFX_BP_Spider_Luminous_Blind_C::NewVar_2' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Spider_Luminous_Blind_C, NewVar_3) == 0x0002AC, "Member 'AVFX_BP_Spider_Luminous_Blind_C::NewVar_3' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Spider_Luminous_Blind_C, NewVar_4) == 0x0002B8, "Member 'AVFX_BP_Spider_Luminous_Blind_C::NewVar_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate \ static_assert(alignof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate) == 0x000008, "Wrong alignment on BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate) == 0x000548, "Wrong size on BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, EntryPoint) == 0x000000, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x000010, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetContextOnActor_ReturnValue) == 0x000014, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetContextOnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x000020, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00002C, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000030, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000048, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000060, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x000078, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_4) == 0x000088, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x000090, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_5) == 0x0000A0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1) == 0x0000A8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_6) == 0x0000B8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetIKState_ReturnValue) == 0x0000B9, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetIKState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4) == 0x0000C0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_7) == 0x0000D0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_Event_OwnerActor_2) == 0x0000D8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_Event_DeltaSeconds) == 0x0000E0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Player) == 0x0000E8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_8) == 0x0000F0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x0000F8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_9) == 0x000108, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_IsCameraMoving_ReturnValue) == 0x000109, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_IsCameraMoving_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00010C, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetMoveStickValues_X) == 0x000118, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetMoveStickValues_Y) == 0x00011C, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetSpeedCurve_self_CastInput) == 0x000120, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetSpeedCurve_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetSpeedCurve_bIgnoreGovernor) == 0x000130, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetSpeedCurve_bIgnoreGovernor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetSpeedCurve_ReturnValue) == 0x000138, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetSpeedCurve_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000140, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_ProcessStick_WorldSpeed) == 0x000148, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_ProcessStick_WorldDirection) == 0x00014C, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_ProcessStick_ReturnValue) == 0x000158, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_2) == 0x000160, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_10) == 0x000170, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5) == 0x000178, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_11) == 0x000188, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_6) == 0x000190, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_12) == 0x0001A0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_7) == 0x0001A8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_13) == 0x0001B8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_8) == 0x0001C0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_14) == 0x0001D0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_3) == 0x0001D8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_15) == 0x0001E8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x0001EC, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetActorOwner_ReturnValue_1) == 0x0001F0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x0001F8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_16) == 0x000208, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetWand_ReturnValue) == 0x000210, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_BTCustomActionEvent_VariantMapHandle_4) == 0x000218, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_BTCustomActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, Temp_object_Variable) == 0x000220, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_BTCustomActionEvent_VariantMapHandle_5) == 0x000228, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_BTCustomActionEvent_VariantMapHandle_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_Start_ReturnValue) == 0x00022C, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_Start_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_CustomEvent_Caller_1) == 0x000230, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_CustomEvent_MunitionImpactData) == 0x000238, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_CustomEvent_MunitionImpactData' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetActorOwner_ReturnValue_2) == 0x000328, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Character_Interface_2) == 0x000330, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_17) == 0x000340, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_CreateVariantMap_ReturnValue) == 0x000344, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_CreateVariantMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetWand_ReturnValue_1) == 0x000348, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetWand_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x000350, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_MakeLiteralName_ReturnValue) == 0x000354, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000360, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000368, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x00036C, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x000370, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetActorOwner_ReturnValue_3) == 0x000378, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetActorOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, Temp_object_Variable_1) == 0x000380, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Player_1) == 0x000388, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_18) == 0x000390, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000398, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_19) == 0x0003A8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Character_Interface_3) == 0x0003B0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_20) == 0x0003C0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_20' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetFaceTargetTracker_ReturnValue) == 0x0003C8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetFaceTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetWand_ReturnValue_2) == 0x0003D0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetWand_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_NotEqual_GameplayTag_ReturnValue) == 0x0003D8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_NotEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_NotEqual_GameplayTag_ReturnValue_1) == 0x0003D9, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_NotEqual_GameplayTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_BooleanAND_ReturnValue) == 0x0003DA, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_BroadcastAction_Actor_ReturnValue_1) == 0x0003DC, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_BroadcastAction_Actor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_BroadcastAction_Actor_ReturnValue_2) == 0x0003E0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_BroadcastAction_Actor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetActiveSpellTool_ReturnValue) == 0x0003E8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetActiveSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetExecutionClassFromKeyWord_ReturnValue) == 0x0003F0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetExecutionClassFromKeyWord_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_IsValidClass_ReturnValue) == 0x0003F8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0003F9, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0003FC, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetAnimInstance_ReturnValue_2) == 0x000408, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_1) == 0x000410, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_21) == 0x000418, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_21' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_CreateDelegate_OutputDelegate) == 0x00041C, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, Temp_object_Variable_2) == 0x000430, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_Event_OwnerActor_1) == 0x000438, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000440, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000448, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetController_ReturnValue) == 0x000450, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetWand_ReturnValue_3) == 0x000458, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetWand_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000460, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_22) == 0x000468, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_22' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_ActivateSpellTool_ReturnValue) == 0x000470, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_ActivateSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_Event_OwnerActor) == 0x000478, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_CustomEvent_Caller) == 0x000480, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Player_2) == 0x000488, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_23) == 0x000490, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_23' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000494, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetController_ReturnValue_1) == 0x0004A0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0004A8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_AsBiped_Player_Controller_1) == 0x0004B8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_AsBiped_Player_Controller_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, K2Node_DynamicCast_bSuccess_24) == 0x0004C0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::K2Node_DynamicCast_bSuccess_24' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_Vector_Normal2D_ReturnValue) == 0x0004C4, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_Vector_Normal2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_HermesBindMunitionImpactData_Handle) == 0x0004D0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_HermesBindMunitionImpactData_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_BroadcastAction_Actor_ReturnValue_3) == 0x0004E0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_BroadcastAction_Actor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x0004E4, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetGameTimeInSeconds_ReturnValue_1) == 0x0004E8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetGameTimeInSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x0004F0, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0004F8, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_Set_WandCast_TargetTrackerTargets_ReturnValue) == 0x000500, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_Set_WandCast_TargetTrackerTargets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_Less_FloatFloat_ReturnValue) == 0x000508, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_IsValid_ReturnValue) == 0x000509, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x00050C, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000518, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_BooleanAND_ReturnValue_1) == 0x000524, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_Normal_ReturnValue) == 0x000528, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetUIManagerPure_ReturnValue) == 0x000538, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_GetLastUsedInputDevice_ReturnValue) == 0x000540, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_GetLastUsedInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000541, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate, CallFunc_BooleanAND_ReturnValue_2) == 0x000542, "Member 'BTT_Biped_Retaliate_C_ExecuteUbergraph_BTT_Biped_Retaliate::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_ObjectDestroyed \ static_assert(alignof(BTT_Biped_Retaliate_C_ObjectDestroyed) == 0x000008, "Wrong alignment on BTT_Biped_Retaliate_C_ObjectDestroyed"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_ObjectDestroyed) == 0x000008, "Wrong size on BTT_Biped_Retaliate_C_ObjectDestroyed"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ObjectDestroyed, Caller) == 0x000000, "Member 'BTT_Biped_Retaliate_C_ObjectDestroyed::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Retaliate_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Retaliate_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Retaliate_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Retaliate_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_ExitTask \ static_assert(alignof(BTT_Biped_Retaliate_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Retaliate_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Retaliate_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Retaliate_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_SpellMadeContact \ static_assert(alignof(BTT_Biped_Retaliate_C_SpellMadeContact) == 0x000008, "Wrong alignment on BTT_Biped_Retaliate_C_SpellMadeContact"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_SpellMadeContact) == 0x0000F8, "Wrong size on BTT_Biped_Retaliate_C_SpellMadeContact"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_SpellMadeContact, Caller) == 0x000000, "Member 'BTT_Biped_Retaliate_C_SpellMadeContact::Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_SpellMadeContact, MunitionImpactData) == 0x000008, "Member 'BTT_Biped_Retaliate_C_SpellMadeContact::MunitionImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_ReceiveTick \ static_assert(alignof(BTT_Biped_Retaliate_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_Retaliate_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_Retaliate_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_Retaliate_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_Retaliate_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_Retaliate_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Retaliate_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Retaliate_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Retaliate_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_CustActionEvt_PostFullBodyWandCast_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_Retaliate_C_CustActionEvt_PostFullBodyWandCast_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Retaliate_C_CustActionEvt_PostFullBodyWandCast_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_CustActionEvt_PostFullBodyWandCast_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Retaliate_C_CustActionEvt_PostFullBodyWandCast_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_CustActionEvt_PostFullBodyWandCast_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Retaliate_C_CustActionEvt_PostFullBodyWandCast_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_Retaliate_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_Retaliate_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_Retaliate_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Retaliate_C_CustActionEvt_Protego_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_CustActionEvt_CheckChannelAction_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_Retaliate_C_CustActionEvt_CheckChannelAction_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_Retaliate_C_CustActionEvt_CheckChannelAction_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_CustActionEvt_CheckChannelAction_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_Retaliate_C_CustActionEvt_CheckChannelAction_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_CustActionEvt_CheckChannelAction_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Retaliate_C_CustActionEvt_CheckChannelAction_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_CustActionEvt_FireSpellFlourish_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTT_Biped_Retaliate_C_CustActionEvt_FireSpellFlourish_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTT_Biped_Retaliate_C_CustActionEvt_FireSpellFlourish_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_CustActionEvt_FireSpellFlourish_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTT_Biped_Retaliate_C_CustActionEvt_FireSpellFlourish_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_CustActionEvt_FireSpellFlourish_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Retaliate_C_CustActionEvt_FireSpellFlourish_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_4 \ static_assert(alignof(BTT_Biped_Retaliate_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong alignment on BTT_Biped_Retaliate_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_4"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong size on BTT_Biped_Retaliate_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_4"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Retaliate_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5 \ static_assert(alignof(BTT_Biped_Retaliate_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong alignment on BTT_Biped_Retaliate_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong size on BTT_Biped_Retaliate_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Retaliate_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_StartWandAbility \ static_assert(alignof(BTT_Biped_Retaliate_C_StartWandAbility) == 0x000008, "Wrong alignment on BTT_Biped_Retaliate_C_StartWandAbility"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_StartWandAbility) == 0x0000C0, "Wrong size on BTT_Biped_Retaliate_C_StartWandAbility"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, InActor) == 0x000000, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::InActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, CallFunc_MakeLiteralName_ReturnValue) == 0x000008, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, K2Node_DynamicCast_AsBiped_Player) == 0x000010, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, CallFunc_GetAnimInstance_ReturnValue) == 0x000020, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000028, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x000040, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000051, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000058, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, K2Node_DynamicCast_bSuccess_3) == 0x000068, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000070, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, K2Node_DynamicCast_bSuccess_4) == 0x000080, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, CallFunc_GetInitialRetaliateVictim_AsActor) == 0x000088, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::CallFunc_GetInitialRetaliateVictim_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, CallFunc_GetWand_ReturnValue) == 0x000090, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x000098, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, Temp_object_Variable) == 0x0000A0, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, CallFunc_GetActiveSpellTool_ReturnValue) == 0x0000A8, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::CallFunc_GetActiveSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000B0, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StartWandAbility, CallFunc_Set_WandCast_TargetTrackerTargets_ReturnValue) == 0x0000B8, "Member 'BTT_Biped_Retaliate_C_StartWandAbility::CallFunc_Set_WandCast_TargetTrackerTargets_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_GetFinisherIndex \ static_assert(alignof(BTT_Biped_Retaliate_C_GetFinisherIndex) == 0x000008, "Wrong alignment on BTT_Biped_Retaliate_C_GetFinisherIndex"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_GetFinisherIndex) == 0x000030, "Wrong size on BTT_Biped_Retaliate_C_GetFinisherIndex"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetFinisherIndex, Found) == 0x000000, "Member 'BTT_Biped_Retaliate_C_GetFinisherIndex::Found' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetFinisherIndex, FinisherIndex) == 0x000004, "Member 'BTT_Biped_Retaliate_C_GetFinisherIndex::FinisherIndex' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetFinisherIndex, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_Biped_Retaliate_C_GetFinisherIndex::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetFinisherIndex, CallFunc_GetManagedContext_ReturnValue) == 0x000010, "Member 'BTT_Biped_Retaliate_C_GetFinisherIndex::CallFunc_GetManagedContext_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetFinisherIndex, CallFunc_MakeLiteralName_ReturnValue) == 0x000014, "Member 'BTT_Biped_Retaliate_C_GetFinisherIndex::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetFinisherIndex, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000020, "Member 'BTT_Biped_Retaliate_C_GetFinisherIndex::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetFinisherIndex, CallFunc_GetValueAsInt_ReturnValue) == 0x000028, "Member 'BTT_Biped_Retaliate_C_GetFinisherIndex::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_SetContexts \ static_assert(alignof(BTT_Biped_Retaliate_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_Retaliate_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_Retaliate_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_Retaliate_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_StickValid \ static_assert(alignof(BTT_Biped_Retaliate_C_StickValid) == 0x000004, "Wrong alignment on BTT_Biped_Retaliate_C_StickValid"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_StickValid) == 0x00000C, "Wrong size on BTT_Biped_Retaliate_C_StickValid"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StickValid, StickX) == 0x000000, "Member 'BTT_Biped_Retaliate_C_StickValid::StickX' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StickValid, StickY) == 0x000004, "Member 'BTT_Biped_Retaliate_C_StickValid::StickY' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StickValid, IsValid) == 0x000008, "Member 'BTT_Biped_Retaliate_C_StickValid::IsValid' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StickValid, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000009, "Member 'BTT_Biped_Retaliate_C_StickValid::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StickValid, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x00000A, "Member 'BTT_Biped_Retaliate_C_StickValid::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_StickValid, CallFunc_BooleanOR_ReturnValue) == 0x00000B, "Member 'BTT_Biped_Retaliate_C_StickValid::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_DisableAimModeInFinisher \ static_assert(alignof(BTT_Biped_Retaliate_C_DisableAimModeInFinisher) == 0x000008, "Wrong alignment on BTT_Biped_Retaliate_C_DisableAimModeInFinisher"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_DisableAimModeInFinisher) == 0x000028, "Wrong size on BTT_Biped_Retaliate_C_DisableAimModeInFinisher"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_DisableAimModeInFinisher, Flag) == 0x000000, "Member 'BTT_Biped_Retaliate_C_DisableAimModeInFinisher::Flag' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_DisableAimModeInFinisher, Delta) == 0x000004, "Member 'BTT_Biped_Retaliate_C_DisableAimModeInFinisher::Delta' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_DisableAimModeInFinisher, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BTT_Biped_Retaliate_C_DisableAimModeInFinisher::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_DisableAimModeInFinisher, K2Node_DynamicCast_AsFinisher_Spell_Tool) == 0x000010, "Member 'BTT_Biped_Retaliate_C_DisableAimModeInFinisher::K2Node_DynamicCast_AsFinisher_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_DisableAimModeInFinisher, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_Retaliate_C_DisableAimModeInFinisher::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_DisableAimModeInFinisher, CallFunc_GetReferenceToInt32Variable_ReturnValue) == 0x000020, "Member 'BTT_Biped_Retaliate_C_DisableAimModeInFinisher::CallFunc_GetReferenceToInt32Variable_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_AllowPickNewTarget \ static_assert(alignof(BTT_Biped_Retaliate_C_AllowPickNewTarget) == 0x000008, "Wrong alignment on BTT_Biped_Retaliate_C_AllowPickNewTarget"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_AllowPickNewTarget) == 0x000058, "Wrong size on BTT_Biped_Retaliate_C_AllowPickNewTarget"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_AllowPickNewTarget, MaxTimeIntoAttack) == 0x000000, "Member 'BTT_Biped_Retaliate_C_AllowPickNewTarget::MaxTimeIntoAttack' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_AllowPickNewTarget, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BTT_Biped_Retaliate_C_AllowPickNewTarget::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_AllowPickNewTarget, CallFunc_Set_WandCast_TargetTrackerTargets_ReturnValue) == 0x000010, "Member 'BTT_Biped_Retaliate_C_AllowPickNewTarget::CallFunc_Set_WandCast_TargetTrackerTargets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_AllowPickNewTarget, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'BTT_Biped_Retaliate_C_AllowPickNewTarget::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_AllowPickNewTarget, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'BTT_Biped_Retaliate_C_AllowPickNewTarget::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_AllowPickNewTarget, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000028, "Member 'BTT_Biped_Retaliate_C_AllowPickNewTarget::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_AllowPickNewTarget, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000030, "Member 'BTT_Biped_Retaliate_C_AllowPickNewTarget::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_AllowPickNewTarget, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BTT_Biped_Retaliate_C_AllowPickNewTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_AllowPickNewTarget, CallFunc_Less_FloatFloat_ReturnValue) == 0x000039, "Member 'BTT_Biped_Retaliate_C_AllowPickNewTarget::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_AllowPickNewTarget, CallFunc_GetBestAutoTargetActor_ReturnValue) == 0x000040, "Member 'BTT_Biped_Retaliate_C_AllowPickNewTarget::CallFunc_GetBestAutoTargetActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_AllowPickNewTarget, K2Node_DynamicCast_AsEnemy_Character) == 0x000048, "Member 'BTT_Biped_Retaliate_C_AllowPickNewTarget::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_AllowPickNewTarget, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BTT_Biped_Retaliate_C_AllowPickNewTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_AllowPickNewTarget, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000051, "Member 'BTT_Biped_Retaliate_C_AllowPickNewTarget::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_AllowPickNewTarget, CallFunc_IsValid_ReturnValue) == 0x000052, "Member 'BTT_Biped_Retaliate_C_AllowPickNewTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Retaliate_C_GetInitialRetaliateVictim \ static_assert(alignof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim) == 0x000008, "Wrong alignment on BTT_Biped_Retaliate_C_GetInitialRetaliateVictim"); \ static_assert(sizeof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim) == 0x000080, "Wrong size on BTT_Biped_Retaliate_C_GetInitialRetaliateVictim"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim, BipedPlayer) == 0x000000, "Member 'BTT_Biped_Retaliate_C_GetInitialRetaliateVictim::BipedPlayer' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim, AsActor) == 0x000008, "Member 'BTT_Biped_Retaliate_C_GetInitialRetaliateVictim::AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000010, "Member 'BTT_Biped_Retaliate_C_GetInitialRetaliateVictim::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'BTT_Biped_Retaliate_C_GetInitialRetaliateVictim::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim, CallFunc_MakeLiteralName_ReturnValue) == 0x000020, "Member 'BTT_Biped_Retaliate_C_GetInitialRetaliateVictim::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000028, "Member 'BTT_Biped_Retaliate_C_GetInitialRetaliateVictim::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_Biped_Retaliate_C_GetInitialRetaliateVictim::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim, CallFunc_GetValueAsObject_ReturnValue) == 0x000038, "Member 'BTT_Biped_Retaliate_C_GetInitialRetaliateVictim::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim, CallFunc_GetBestAutoTargetActor_ReturnValue) == 0x000040, "Member 'BTT_Biped_Retaliate_C_GetInitialRetaliateVictim::CallFunc_GetBestAutoTargetActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim, K2Node_DynamicCast_AsActor) == 0x000048, "Member 'BTT_Biped_Retaliate_C_GetInitialRetaliateVictim::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BTT_Biped_Retaliate_C_GetInitialRetaliateVictim::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim, K2Node_DynamicCast_AsEnemy_Character) == 0x000058, "Member 'BTT_Biped_Retaliate_C_GetInitialRetaliateVictim::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BTT_Biped_Retaliate_C_GetInitialRetaliateVictim::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim, CallFunc_GetLockedOnActor_ReturnValue) == 0x000068, "Member 'BTT_Biped_Retaliate_C_GetInitialRetaliateVictim::CallFunc_GetLockedOnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim, K2Node_DynamicCast_AsEnemy_Character_1) == 0x000070, "Member 'BTT_Biped_Retaliate_C_GetInitialRetaliateVictim::K2Node_DynamicCast_AsEnemy_Character_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Retaliate_C_GetInitialRetaliateVictim, K2Node_DynamicCast_bSuccess_3) == 0x000078, "Member 'BTT_Biped_Retaliate_C_GetInitialRetaliateVictim::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Retaliate_C \ static_assert(alignof(UBTT_Biped_Retaliate_C) == 0x000008, "Wrong alignment on UBTT_Biped_Retaliate_C"); \ static_assert(sizeof(UBTT_Biped_Retaliate_C) == 0x000180, "Wrong size on UBTT_Biped_Retaliate_C"); \ static_assert(offsetof(UBTT_Biped_Retaliate_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Retaliate_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Retaliate_C, CurrentFiringSpell) == 0x000158, "Member 'UBTT_Biped_Retaliate_C::CurrentFiringSpell' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Retaliate_C, EmptySpell) == 0x000160, "Member 'UBTT_Biped_Retaliate_C::EmptySpell' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Retaliate_C, SpellFired) == 0x000168, "Member 'UBTT_Biped_Retaliate_C::SpellFired' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Retaliate_C, ButtonReleased) == 0x000169, "Member 'UBTT_Biped_Retaliate_C::ButtonReleased' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Retaliate_C, RestoreIKState) == 0x00016A, "Member 'UBTT_Biped_Retaliate_C::RestoreIKState' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Retaliate_C, RetaliateVictim) == 0x000170, "Member 'UBTT_Biped_Retaliate_C::RetaliateVictim' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Retaliate_C, AllowStickMovement) == 0x000178, "Member 'UBTT_Biped_Retaliate_C::AllowStickMovement' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Retaliate_C, AllowTargetTracking) == 0x000179, "Member 'UBTT_Biped_Retaliate_C::AllowTargetTracking' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Retaliate_C, GameTime) == 0x00017C, "Member 'UBTT_Biped_Retaliate_C::GameTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit \ static_assert(alignof(BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit) == 0x000008, "Wrong alignment on BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit"); \ static_assert(sizeof(BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit) == 0x000038, "Wrong size on BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit"); \ static_assert(offsetof(BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit, EntryPoint) == 0x000000, "Member 'BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x000004, "Member 'BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000008, "Member 'BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit, K2Node_Event_OwnerActor) == 0x000018, "Member 'BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000020, "Member 'BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000031, "Member 'BTT_Biped_SwimExit_C_ExecuteUbergraph_BTT_Biped_SwimExit::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SwimExit_C_ExitTask \ static_assert(alignof(BTT_Biped_SwimExit_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_SwimExit_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_SwimExit_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_SwimExit_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_SwimExit_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_SwimExit_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SwimExit_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_SwimExit_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_SwimExit_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_SwimExit_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_SwimExit_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_SwimExit_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_SwimExit_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SwimExit_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_SwimExit_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_SwimExit_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_SwimExit_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_SwimExit_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_SwimExit_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_SwimExit_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SwimExit_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_SwimExit_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_SwimExit_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_SwimExit_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_SwimExit_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_SwimExit_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_SwimExit_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_SwimExit_C_SetContexts \ static_assert(alignof(BTT_Biped_SwimExit_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_SwimExit_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_SwimExit_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_SwimExit_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_SwimExit_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_SwimExit_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_SwimExit_C \ static_assert(alignof(UBTT_Biped_SwimExit_C) == 0x000008, "Wrong alignment on UBTT_Biped_SwimExit_C"); \ static_assert(sizeof(UBTT_Biped_SwimExit_C) == 0x000158, "Wrong size on UBTT_Biped_SwimExit_C"); \ static_assert(offsetof(UBTT_Biped_SwimExit_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_SwimExit_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpIdle_C_ExecuteUbergraph_ABL_JumpIdle \ static_assert(alignof(ABL_JumpIdle_C_ExecuteUbergraph_ABL_JumpIdle) == 0x000008, "Wrong alignment on ABL_JumpIdle_C_ExecuteUbergraph_ABL_JumpIdle"); \ static_assert(sizeof(ABL_JumpIdle_C_ExecuteUbergraph_ABL_JumpIdle) == 0x000010, "Wrong size on ABL_JumpIdle_C_ExecuteUbergraph_ABL_JumpIdle"); \ static_assert(offsetof(ABL_JumpIdle_C_ExecuteUbergraph_ABL_JumpIdle, EntryPoint) == 0x000000, "Member 'ABL_JumpIdle_C_ExecuteUbergraph_ABL_JumpIdle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpIdle_C_ExecuteUbergraph_ABL_JumpIdle, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpIdle_C_ExecuteUbergraph_ABL_JumpIdle::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpIdle_C_OnAbilityStart \ static_assert(alignof(ABL_JumpIdle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpIdle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpIdle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpIdle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpIdle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpIdle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpIdle_C \ static_assert(alignof(UABL_JumpIdle_C) == 0x000008, "Wrong alignment on UABL_JumpIdle_C"); \ static_assert(sizeof(UABL_JumpIdle_C) == 0x0000D0, "Wrong size on UABL_JumpIdle_C"); \ static_assert(offsetof(UABL_JumpIdle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpIdle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpWalk_C_ExecuteUbergraph_ABL_JumpWalk \ static_assert(alignof(ABL_JumpWalk_C_ExecuteUbergraph_ABL_JumpWalk) == 0x000008, "Wrong alignment on ABL_JumpWalk_C_ExecuteUbergraph_ABL_JumpWalk"); \ static_assert(sizeof(ABL_JumpWalk_C_ExecuteUbergraph_ABL_JumpWalk) == 0x000010, "Wrong size on ABL_JumpWalk_C_ExecuteUbergraph_ABL_JumpWalk"); \ static_assert(offsetof(ABL_JumpWalk_C_ExecuteUbergraph_ABL_JumpWalk, EntryPoint) == 0x000000, "Member 'ABL_JumpWalk_C_ExecuteUbergraph_ABL_JumpWalk::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpWalk_C_ExecuteUbergraph_ABL_JumpWalk, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpWalk_C_ExecuteUbergraph_ABL_JumpWalk::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpWalk_C_OnAbilityStart \ static_assert(alignof(ABL_JumpWalk_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpWalk_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpWalk_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpWalk_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpWalk_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpWalk_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpWalk_C \ static_assert(alignof(UABL_JumpWalk_C) == 0x000008, "Wrong alignment on UABL_JumpWalk_C"); \ static_assert(sizeof(UABL_JumpWalk_C) == 0x0000D0, "Wrong size on UABL_JumpWalk_C"); \ static_assert(offsetof(UABL_JumpWalk_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpWalk_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpDownSprint_C_ExecuteUbergraph_ABL_JumpDownSprint \ static_assert(alignof(ABL_JumpDownSprint_C_ExecuteUbergraph_ABL_JumpDownSprint) == 0x000008, "Wrong alignment on ABL_JumpDownSprint_C_ExecuteUbergraph_ABL_JumpDownSprint"); \ static_assert(sizeof(ABL_JumpDownSprint_C_ExecuteUbergraph_ABL_JumpDownSprint) == 0x000010, "Wrong size on ABL_JumpDownSprint_C_ExecuteUbergraph_ABL_JumpDownSprint"); \ static_assert(offsetof(ABL_JumpDownSprint_C_ExecuteUbergraph_ABL_JumpDownSprint, EntryPoint) == 0x000000, "Member 'ABL_JumpDownSprint_C_ExecuteUbergraph_ABL_JumpDownSprint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpDownSprint_C_ExecuteUbergraph_ABL_JumpDownSprint, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpDownSprint_C_ExecuteUbergraph_ABL_JumpDownSprint::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpDownSprint_C_OnAbilityStart \ static_assert(alignof(ABL_JumpDownSprint_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpDownSprint_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpDownSprint_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpDownSprint_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpDownSprint_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpDownSprint_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpDownSprint_C \ static_assert(alignof(UABL_JumpDownSprint_C) == 0x000008, "Wrong alignment on UABL_JumpDownSprint_C"); \ static_assert(sizeof(UABL_JumpDownSprint_C) == 0x0000D0, "Wrong size on UABL_JumpDownSprint_C"); \ static_assert(offsetof(UABL_JumpDownSprint_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpDownSprint_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall \ static_assert(alignof(ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall) == 0x000008, "Wrong alignment on ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall"); \ static_assert(sizeof(ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall) == 0x000070, "Wrong size on ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall"); \ static_assert(offsetof(ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall, EntryPoint) == 0x000000, "Member 'ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall, K2Node_Event_Context) == 0x000008, "Member 'ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Teeter2Fall_C_ExecuteUbergraph_ABL_Teeter2Fall::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Teeter2Fall_C_OnAbilityBranch \ static_assert(alignof(ABL_Teeter2Fall_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Teeter2Fall_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Teeter2Fall_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Teeter2Fall_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Teeter2Fall_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Teeter2Fall_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Teeter2Fall_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Teeter2Fall_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Teeter2Fall_C_OnAbilityStart \ static_assert(alignof(ABL_Teeter2Fall_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Teeter2Fall_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Teeter2Fall_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Teeter2Fall_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Teeter2Fall_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Teeter2Fall_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Teeter2Fall_C \ static_assert(alignof(UABL_Teeter2Fall_C) == 0x000008, "Wrong alignment on UABL_Teeter2Fall_C"); \ static_assert(sizeof(UABL_Teeter2Fall_C) == 0x0000D0, "Wrong size on UABL_Teeter2Fall_C"); \ static_assert(offsetof(UABL_Teeter2Fall_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Teeter2Fall_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn \ static_assert(alignof(ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn) == 0x000008, "Wrong alignment on ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn"); \ static_assert(sizeof(ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn) == 0x000040, "Wrong size on ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn"); \ static_assert(offsetof(ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn, EntryPoint) == 0x000000, "Member 'ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn, CallFunc_GetSelfActor_ReturnValue) == 0x000028, "Member 'ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn, K2Node_Event_Context_1) == 0x000030, "Member 'ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn, CallFunc_PostDialogueEvent_ReturnValue) == 0x000038, "Member 'ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn, CallFunc_PostDialogueEvent_ReturnValue_1) == 0x00003C, "Member 'ABL_Enemy_DodgeRoll_Spawn_C_ExecuteUbergraph_ABL_Enemy_DodgeRoll_Spawn::CallFunc_PostDialogueEvent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityBranch \ static_assert(alignof(ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityEnd \ static_assert(alignof(ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_DodgeRoll_Spawn_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_DodgeRoll_Spawn_C \ static_assert(alignof(UABL_Enemy_DodgeRoll_Spawn_C) == 0x000008, "Wrong alignment on UABL_Enemy_DodgeRoll_Spawn_C"); \ static_assert(sizeof(UABL_Enemy_DodgeRoll_Spawn_C) == 0x0000D0, "Wrong size on UABL_Enemy_DodgeRoll_Spawn_C"); \ static_assert(offsetof(UABL_Enemy_DodgeRoll_Spawn_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_DodgeRoll_Spawn_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLedge2Vault_C_ExecuteUbergraph_ABL_JumpLedge2Vault \ static_assert(alignof(ABL_JumpLedge2Vault_C_ExecuteUbergraph_ABL_JumpLedge2Vault) == 0x000008, "Wrong alignment on ABL_JumpLedge2Vault_C_ExecuteUbergraph_ABL_JumpLedge2Vault"); \ static_assert(sizeof(ABL_JumpLedge2Vault_C_ExecuteUbergraph_ABL_JumpLedge2Vault) == 0x000010, "Wrong size on ABL_JumpLedge2Vault_C_ExecuteUbergraph_ABL_JumpLedge2Vault"); \ static_assert(offsetof(ABL_JumpLedge2Vault_C_ExecuteUbergraph_ABL_JumpLedge2Vault, EntryPoint) == 0x000000, "Member 'ABL_JumpLedge2Vault_C_ExecuteUbergraph_ABL_JumpLedge2Vault::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpLedge2Vault_C_ExecuteUbergraph_ABL_JumpLedge2Vault, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpLedge2Vault_C_ExecuteUbergraph_ABL_JumpLedge2Vault::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpLedge2Vault_C_OnAbilityStart \ static_assert(alignof(ABL_JumpLedge2Vault_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpLedge2Vault_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpLedge2Vault_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpLedge2Vault_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpLedge2Vault_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpLedge2Vault_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpLedge2Vault_C \ static_assert(alignof(UABL_JumpLedge2Vault_C) == 0x000008, "Wrong alignment on UABL_JumpLedge2Vault_C"); \ static_assert(sizeof(UABL_JumpLedge2Vault_C) == 0x0000D0, "Wrong size on UABL_JumpLedge2Vault_C"); \ static_assert(offsetof(UABL_JumpLedge2Vault_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpLedge2Vault_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVFX_BP_BonySkeleton_Human_C \ static_assert(alignof(UVFX_BP_BonySkeleton_Human_C) == 0x000008, "Wrong alignment on UVFX_BP_BonySkeleton_Human_C"); \ static_assert(sizeof(UVFX_BP_BonySkeleton_Human_C) == 0x0001D8, "Wrong size on UVFX_BP_BonySkeleton_Human_C"); \ #define DUMPER7_ASSERTS_ABL_JumpJog_C_ExecuteUbergraph_ABL_JumpJog \ static_assert(alignof(ABL_JumpJog_C_ExecuteUbergraph_ABL_JumpJog) == 0x000008, "Wrong alignment on ABL_JumpJog_C_ExecuteUbergraph_ABL_JumpJog"); \ static_assert(sizeof(ABL_JumpJog_C_ExecuteUbergraph_ABL_JumpJog) == 0x000010, "Wrong size on ABL_JumpJog_C_ExecuteUbergraph_ABL_JumpJog"); \ static_assert(offsetof(ABL_JumpJog_C_ExecuteUbergraph_ABL_JumpJog, EntryPoint) == 0x000000, "Member 'ABL_JumpJog_C_ExecuteUbergraph_ABL_JumpJog::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpJog_C_ExecuteUbergraph_ABL_JumpJog, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpJog_C_ExecuteUbergraph_ABL_JumpJog::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpJog_C_OnAbilityStart \ static_assert(alignof(ABL_JumpJog_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpJog_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpJog_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpJog_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpJog_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpJog_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpJog_C \ static_assert(alignof(UABL_JumpJog_C) == 0x000008, "Wrong alignment on UABL_JumpJog_C"); \ static_assert(sizeof(UABL_JumpJog_C) == 0x0000D0, "Wrong size on UABL_JumpJog_C"); \ static_assert(offsetof(UABL_JumpJog_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpJog_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpDownJog_C_ExecuteUbergraph_ABL_JumpDownJog \ static_assert(alignof(ABL_JumpDownJog_C_ExecuteUbergraph_ABL_JumpDownJog) == 0x000008, "Wrong alignment on ABL_JumpDownJog_C_ExecuteUbergraph_ABL_JumpDownJog"); \ static_assert(sizeof(ABL_JumpDownJog_C_ExecuteUbergraph_ABL_JumpDownJog) == 0x000010, "Wrong size on ABL_JumpDownJog_C_ExecuteUbergraph_ABL_JumpDownJog"); \ static_assert(offsetof(ABL_JumpDownJog_C_ExecuteUbergraph_ABL_JumpDownJog, EntryPoint) == 0x000000, "Member 'ABL_JumpDownJog_C_ExecuteUbergraph_ABL_JumpDownJog::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_JumpDownJog_C_ExecuteUbergraph_ABL_JumpDownJog, K2Node_Event_Context) == 0x000008, "Member 'ABL_JumpDownJog_C_ExecuteUbergraph_ABL_JumpDownJog::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_JumpDownJog_C_OnAbilityStart \ static_assert(alignof(ABL_JumpDownJog_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_JumpDownJog_C_OnAbilityStart"); \ static_assert(sizeof(ABL_JumpDownJog_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_JumpDownJog_C_OnAbilityStart"); \ static_assert(offsetof(ABL_JumpDownJog_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_JumpDownJog_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_JumpDownJog_C \ static_assert(alignof(UABL_JumpDownJog_C) == 0x000008, "Wrong alignment on UABL_JumpDownJog_C"); \ static_assert(sizeof(UABL_JumpDownJog_C) == 0x0000D0, "Wrong size on UABL_JumpDownJog_C"); \ static_assert(offsetof(UABL_JumpDownJog_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_JumpDownJog_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapTents_C_ExecuteUbergraph_UI_BP_MinimapTents \ static_assert(alignof(UI_BP_MinimapTents_C_ExecuteUbergraph_UI_BP_MinimapTents) == 0x000004, "Wrong alignment on UI_BP_MinimapTents_C_ExecuteUbergraph_UI_BP_MinimapTents"); \ static_assert(sizeof(UI_BP_MinimapTents_C_ExecuteUbergraph_UI_BP_MinimapTents) == 0x00000C, "Wrong size on UI_BP_MinimapTents_C_ExecuteUbergraph_UI_BP_MinimapTents"); \ static_assert(offsetof(UI_BP_MinimapTents_C_ExecuteUbergraph_UI_BP_MinimapTents, EntryPoint) == 0x000000, "Member 'UI_BP_MinimapTents_C_ExecuteUbergraph_UI_BP_MinimapTents::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapTents_C_ExecuteUbergraph_UI_BP_MinimapTents, K2Node_Event_Opacity) == 0x000004, "Member 'UI_BP_MinimapTents_C_ExecuteUbergraph_UI_BP_MinimapTents::K2Node_Event_Opacity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapTents_C_ExecuteUbergraph_UI_BP_MinimapTents, K2Node_Event_Visibile) == 0x000008, "Member 'UI_BP_MinimapTents_C_ExecuteUbergraph_UI_BP_MinimapTents::K2Node_Event_Visibile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapTents_C_ShowMap \ static_assert(alignof(UI_BP_MinimapTents_C_ShowMap) == 0x000001, "Wrong alignment on UI_BP_MinimapTents_C_ShowMap"); \ static_assert(sizeof(UI_BP_MinimapTents_C_ShowMap) == 0x000001, "Wrong size on UI_BP_MinimapTents_C_ShowMap"); \ static_assert(offsetof(UI_BP_MinimapTents_C_ShowMap, Visibile) == 0x000000, "Member 'UI_BP_MinimapTents_C_ShowMap::Visibile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapTents_C_SetMapOpacity \ static_assert(alignof(UI_BP_MinimapTents_C_SetMapOpacity) == 0x000004, "Wrong alignment on UI_BP_MinimapTents_C_SetMapOpacity"); \ static_assert(sizeof(UI_BP_MinimapTents_C_SetMapOpacity) == 0x000004, "Wrong size on UI_BP_MinimapTents_C_SetMapOpacity"); \ static_assert(offsetof(UI_BP_MinimapTents_C_SetMapOpacity, Opacity) == 0x000000, "Member 'UI_BP_MinimapTents_C_SetMapOpacity::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MinimapTents_C \ static_assert(alignof(UUI_BP_MinimapTents_C) == 0x000008, "Wrong alignment on UUI_BP_MinimapTents_C"); \ static_assert(sizeof(UUI_BP_MinimapTents_C) == 0x0004F0, "Wrong size on UUI_BP_MinimapTents_C"); \ static_assert(offsetof(UUI_BP_MinimapTents_C, UberGraphFrame) == 0x0004E0, "Member 'UUI_BP_MinimapTents_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MinimapTents_C, MinimapBackground) == 0x0004E8, "Member 'UUI_BP_MinimapTents_C::MinimapBackground' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapTutorial_C_ExecuteUbergraph_UI_BP_MinimapTutorial \ static_assert(alignof(UI_BP_MinimapTutorial_C_ExecuteUbergraph_UI_BP_MinimapTutorial) == 0x000004, "Wrong alignment on UI_BP_MinimapTutorial_C_ExecuteUbergraph_UI_BP_MinimapTutorial"); \ static_assert(sizeof(UI_BP_MinimapTutorial_C_ExecuteUbergraph_UI_BP_MinimapTutorial) == 0x00000C, "Wrong size on UI_BP_MinimapTutorial_C_ExecuteUbergraph_UI_BP_MinimapTutorial"); \ static_assert(offsetof(UI_BP_MinimapTutorial_C_ExecuteUbergraph_UI_BP_MinimapTutorial, EntryPoint) == 0x000000, "Member 'UI_BP_MinimapTutorial_C_ExecuteUbergraph_UI_BP_MinimapTutorial::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapTutorial_C_ExecuteUbergraph_UI_BP_MinimapTutorial, K2Node_Event_Opacity) == 0x000004, "Member 'UI_BP_MinimapTutorial_C_ExecuteUbergraph_UI_BP_MinimapTutorial::K2Node_Event_Opacity' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MinimapTutorial_C_ExecuteUbergraph_UI_BP_MinimapTutorial, K2Node_Event_Visibile) == 0x000008, "Member 'UI_BP_MinimapTutorial_C_ExecuteUbergraph_UI_BP_MinimapTutorial::K2Node_Event_Visibile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapTutorial_C_ShowMap \ static_assert(alignof(UI_BP_MinimapTutorial_C_ShowMap) == 0x000001, "Wrong alignment on UI_BP_MinimapTutorial_C_ShowMap"); \ static_assert(sizeof(UI_BP_MinimapTutorial_C_ShowMap) == 0x000001, "Wrong size on UI_BP_MinimapTutorial_C_ShowMap"); \ static_assert(offsetof(UI_BP_MinimapTutorial_C_ShowMap, Visibile) == 0x000000, "Member 'UI_BP_MinimapTutorial_C_ShowMap::Visibile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MinimapTutorial_C_SetMapOpacity \ static_assert(alignof(UI_BP_MinimapTutorial_C_SetMapOpacity) == 0x000004, "Wrong alignment on UI_BP_MinimapTutorial_C_SetMapOpacity"); \ static_assert(sizeof(UI_BP_MinimapTutorial_C_SetMapOpacity) == 0x000004, "Wrong size on UI_BP_MinimapTutorial_C_SetMapOpacity"); \ static_assert(offsetof(UI_BP_MinimapTutorial_C_SetMapOpacity, Opacity) == 0x000000, "Member 'UI_BP_MinimapTutorial_C_SetMapOpacity::Opacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MinimapTutorial_C \ static_assert(alignof(UUI_BP_MinimapTutorial_C) == 0x000008, "Wrong alignment on UUI_BP_MinimapTutorial_C"); \ static_assert(sizeof(UUI_BP_MinimapTutorial_C) == 0x0004F0, "Wrong size on UUI_BP_MinimapTutorial_C"); \ static_assert(offsetof(UUI_BP_MinimapTutorial_C, UberGraphFrame) == 0x0004E0, "Member 'UUI_BP_MinimapTutorial_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MinimapTutorial_C, MinimapBackground) == 0x0004E8, "Member 'UUI_BP_MinimapTutorial_C::MinimapBackground' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand \ static_assert(alignof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand) == 0x000008, "Wrong alignment on BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand"); \ static_assert(sizeof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand) == 0x000230, "Wrong size on BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, EntryPoint) == 0x000000, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_IsSprinting_Flag) == 0x000004, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_IsSprinting_Flag' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_Event_OwnerActor_2) == 0x000008, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000010, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_AsAmbulatory_Character_Interface_1) == 0x000028, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_AsAmbulatory_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_AsAmbulatory_Character_Interface_2) == 0x000040, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_AsAmbulatory_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_AsAmbulatory_Character_Interface_3) == 0x000058, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_AsAmbulatory_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_bSuccess_3) == 0x000068, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_GetLandingType_OutType) == 0x000069, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_GetLandingType_OutType' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_AsAmbulatory_Character_Interface_4) == 0x000070, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_AsAmbulatory_Character_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_bSuccess_4) == 0x000080, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_SwitchEnum_CmpSuccess) == 0x000081, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_AsAmbulatory_Character_Interface_5) == 0x000088, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_AsAmbulatory_Character_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_bSuccess_5) == 0x000098, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_AsAble_Character_Interface) == 0x0000A0, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_bSuccess_6) == 0x0000B0, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x0000B1, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_AsAmbulatory_Character_Interface_6) == 0x0000B8, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_AsAmbulatory_Character_Interface_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_bSuccess_7) == 0x0000C8, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_AsBiped_Player) == 0x0000D0, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_bSuccess_8) == 0x0000D8, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_AsBiped_Player_1) == 0x0000E0, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_bSuccess_9) == 0x0000E8, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_GetContextOnActor_ReturnValue) == 0x0000E9, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_GetContextOnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_GetGameLogicObject_ReturnValue) == 0x0000F0, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_AsCharacter) == 0x0000F8, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_bSuccess_10) == 0x000100, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_Event_OwnerActor_1) == 0x000108, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_AsAmbulatory_Character_Interface_7) == 0x000110, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_AsAmbulatory_Character_Interface_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_bSuccess_11) == 0x000120, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000121, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_BooleanAND_ReturnValue) == 0x000122, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_GetAnimInstance_ReturnValue) == 0x000128, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x000130, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_bSuccess_12) == 0x000138, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x00013C, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000140, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_Event_OwnerActor) == 0x000148, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_Event_DeltaSeconds) == 0x000150, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_CreateDelegate_OutputDelegate) == 0x000154, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_AsBiped_Player_2) == 0x000168, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_bSuccess_13) == 0x000170, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000178, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_bSuccess_14) == 0x000188, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_GetMoveStickValues_X) == 0x00018C, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_GetMoveStickValues_Y) == 0x000190, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_GetSpeedCurve_self_CastInput) == 0x000198, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_GetSpeedCurve_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_GetSpeedCurve_bIgnoreGovernor) == 0x0001A8, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_GetSpeedCurve_bIgnoreGovernor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_GetSpeedCurve_ReturnValue) == 0x0001B0, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_GetSpeedCurve_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_GetExpression_OnActor_ReturnValue) == 0x0001B8, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_GetExpression_OnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_ProcessStick_WorldSpeed) == 0x0001BC, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_ProcessStick_WorldDirection) == 0x0001C0, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_ProcessStick_ReturnValue) == 0x0001CC, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0001D0, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001D8, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0001E8, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_GetActorOwner_ReturnValue) == 0x0001F0, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x0001F8, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_bSuccess_15) == 0x000208, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_AsCharacter_1) == 0x000210, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_AsCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_DynamicCast_bSuccess_16) == 0x000218, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000219, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_CustomEvent_Character) == 0x000220, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_CustomEvent_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_CustomEvent_PrevMovementMode) == 0x000228, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_CustomEvent_PrevMovementMode' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, K2Node_CustomEvent_PreviousCustomMode) == 0x000229, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::K2Node_CustomEvent_PreviousCustomMode' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00022A, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_IsSprinting_Flag_1) == 0x00022B, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_IsSprinting_Flag_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand, CallFunc_BooleanAND_ReturnValue_1) == 0x00022C, "Member 'BTT_Biped_JumpLand_C_ExecuteUbergraph_BTT_Biped_JumpLand::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_JumpLand_C_MovementModeChanged \ static_assert(alignof(BTT_Biped_JumpLand_C_MovementModeChanged) == 0x000008, "Wrong alignment on BTT_Biped_JumpLand_C_MovementModeChanged"); \ static_assert(sizeof(BTT_Biped_JumpLand_C_MovementModeChanged) == 0x000010, "Wrong size on BTT_Biped_JumpLand_C_MovementModeChanged"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_MovementModeChanged, Character) == 0x000000, "Member 'BTT_Biped_JumpLand_C_MovementModeChanged::Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_MovementModeChanged, PrevMovementMode) == 0x000008, "Member 'BTT_Biped_JumpLand_C_MovementModeChanged::PrevMovementMode' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_MovementModeChanged, PreviousCustomMode) == 0x000009, "Member 'BTT_Biped_JumpLand_C_MovementModeChanged::PreviousCustomMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_JumpLand_C_ReceiveTick \ static_assert(alignof(BTT_Biped_JumpLand_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_JumpLand_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_JumpLand_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_JumpLand_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_JumpLand_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_JumpLand_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_JumpLand_C_ExitTask \ static_assert(alignof(BTT_Biped_JumpLand_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_JumpLand_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_JumpLand_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_JumpLand_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_JumpLand_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_JumpLand_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_JumpLand_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_JumpLand_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_JumpLand_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_JumpLand_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_JumpLand_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_JumpLand_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_JumpLand_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_JumpLand_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_JumpLand_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_JumpLand_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_JumpLand_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_JumpLand_C_Exit \ static_assert(alignof(BTT_Biped_JumpLand_C_Exit) == 0x000008, "Wrong alignment on BTT_Biped_JumpLand_C_Exit"); \ static_assert(sizeof(BTT_Biped_JumpLand_C_Exit) == 0x000020, "Wrong size on BTT_Biped_JumpLand_C_Exit"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_Exit, CallFunc_GetActorOwner_ReturnValue) == 0x000000, "Member 'BTT_Biped_JumpLand_C_Exit::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_Exit, K2Node_DynamicCast_AsBiped_Player) == 0x000008, "Member 'BTT_Biped_JumpLand_C_Exit::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_Exit, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTT_Biped_JumpLand_C_Exit::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_Exit, CallFunc_GetMoveStickValues_X) == 0x000014, "Member 'BTT_Biped_JumpLand_C_Exit::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_Exit, CallFunc_GetMoveStickValues_Y) == 0x000018, "Member 'BTT_Biped_JumpLand_C_Exit::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_Exit, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00001C, "Member 'BTT_Biped_JumpLand_C_Exit::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_Exit, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x00001D, "Member 'BTT_Biped_JumpLand_C_Exit::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_Exit, CallFunc_BooleanAND_ReturnValue) == 0x00001E, "Member 'BTT_Biped_JumpLand_C_Exit::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_JumpLand_C_isSprinting \ static_assert(alignof(BTT_Biped_JumpLand_C_isSprinting) == 0x000008, "Wrong alignment on BTT_Biped_JumpLand_C_isSprinting"); \ static_assert(sizeof(BTT_Biped_JumpLand_C_isSprinting) == 0x000018, "Wrong size on BTT_Biped_JumpLand_C_isSprinting"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_isSprinting, Flag) == 0x000000, "Member 'BTT_Biped_JumpLand_C_isSprinting::Flag' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_isSprinting, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BTT_Biped_JumpLand_C_isSprinting::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_isSprinting, CallFunc_IsUsingSpeedModifier_ReturnValue) == 0x000010, "Member 'BTT_Biped_JumpLand_C_isSprinting::CallFunc_IsUsingSpeedModifier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_isSprinting, CallFunc_GetTargetSpeedModifier_OutState) == 0x000011, "Member 'BTT_Biped_JumpLand_C_isSprinting::CallFunc_GetTargetSpeedModifier_OutState' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_JumpLand_C_isSprinting, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000012, "Member 'BTT_Biped_JumpLand_C_isSprinting::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_JumpLand_C \ static_assert(alignof(UBTT_Biped_JumpLand_C) == 0x000008, "Wrong alignment on UBTT_Biped_JumpLand_C"); \ static_assert(sizeof(UBTT_Biped_JumpLand_C) == 0x000170, "Wrong size on UBTT_Biped_JumpLand_C"); \ static_assert(offsetof(UBTT_Biped_JumpLand_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_JumpLand_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_JumpLand_C, CheckMovementModeTimer) == 0x000158, "Member 'UBTT_Biped_JumpLand_C::CheckMovementModeTimer' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_JumpLand_C, Landed) == 0x000160, "Member 'UBTT_Biped_JumpLand_C::Landed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_JumpLand_C, JumpCooldownTime) == 0x000164, "Member 'UBTT_Biped_JumpLand_C::JumpCooldownTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_JumpLand_C, AnimComplete) == 0x000168, "Member 'UBTT_Biped_JumpLand_C::AnimComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Petrificus_Breakout_C \ static_assert(alignof(UABL_Petrificus_Breakout_C) == 0x000008, "Wrong alignment on UABL_Petrificus_Breakout_C"); \ static_assert(sizeof(UABL_Petrificus_Breakout_C) == 0x0000E0, "Wrong size on UABL_Petrificus_Breakout_C"); \ #define DUMPER7_ASSERTS_ABL_HitFreeze_C_ExecuteUbergraph_ABL_HitFreeze \ static_assert(alignof(ABL_HitFreeze_C_ExecuteUbergraph_ABL_HitFreeze) == 0x000008, "Wrong alignment on ABL_HitFreeze_C_ExecuteUbergraph_ABL_HitFreeze"); \ static_assert(sizeof(ABL_HitFreeze_C_ExecuteUbergraph_ABL_HitFreeze) == 0x000018, "Wrong size on ABL_HitFreeze_C_ExecuteUbergraph_ABL_HitFreeze"); \ static_assert(offsetof(ABL_HitFreeze_C_ExecuteUbergraph_ABL_HitFreeze, EntryPoint) == 0x000000, "Member 'ABL_HitFreeze_C_ExecuteUbergraph_ABL_HitFreeze::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFreeze_C_ExecuteUbergraph_ABL_HitFreeze, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitFreeze_C_ExecuteUbergraph_ABL_HitFreeze::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFreeze_C_ExecuteUbergraph_ABL_HitFreeze, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitFreeze_C_ExecuteUbergraph_ABL_HitFreeze::K2Node_Event_NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitFreeze_C_OnAbilityBranch \ static_assert(alignof(ABL_HitFreeze_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitFreeze_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitFreeze_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitFreeze_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitFreeze_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitFreeze_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFreeze_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitFreeze_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitFreeze_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitFreeze_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitFreeze_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitFreeze_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitFreeze_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitFreeze_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitFreeze_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFreeze_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitFreeze_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFreeze_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitFreeze_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFreeze_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitFreeze_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFreeze_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitFreeze_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitFreeze_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitFreeze_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitFreeze_C \ static_assert(alignof(UABL_HitFreeze_C) == 0x000008, "Wrong alignment on UABL_HitFreeze_C"); \ static_assert(sizeof(UABL_HitFreeze_C) == 0x0000E8, "Wrong size on UABL_HitFreeze_C"); \ static_assert(offsetof(UABL_HitFreeze_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitFreeze_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionHUD_PC_MiniHUD_C_ExecuteUbergraph_UI_BP_ActionHUD_PC_MiniHUD \ static_assert(alignof(UI_BP_ActionHUD_PC_MiniHUD_C_ExecuteUbergraph_UI_BP_ActionHUD_PC_MiniHUD) == 0x000008, "Wrong alignment on UI_BP_ActionHUD_PC_MiniHUD_C_ExecuteUbergraph_UI_BP_ActionHUD_PC_MiniHUD"); \ static_assert(sizeof(UI_BP_ActionHUD_PC_MiniHUD_C_ExecuteUbergraph_UI_BP_ActionHUD_PC_MiniHUD) == 0x000018, "Wrong size on UI_BP_ActionHUD_PC_MiniHUD_C_ExecuteUbergraph_UI_BP_ActionHUD_PC_MiniHUD"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_MiniHUD_C_ExecuteUbergraph_UI_BP_ActionHUD_PC_MiniHUD, EntryPoint) == 0x000000, "Member 'UI_BP_ActionHUD_PC_MiniHUD_C_ExecuteUbergraph_UI_BP_ActionHUD_PC_MiniHUD::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_MiniHUD_C_ExecuteUbergraph_UI_BP_ActionHUD_PC_MiniHUD, K2Node_MakeArray_Array) == 0x000008, "Member 'UI_BP_ActionHUD_PC_MiniHUD_C_ExecuteUbergraph_UI_BP_ActionHUD_PC_MiniHUD::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup \ static_assert(alignof(UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup) == 0x000008, "Wrong alignment on UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup"); \ static_assert(sizeof(UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup) == 0x000038, "Wrong size on UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup, NewGroupIndex) == 0x000000, "Member 'UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup::NewGroupIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup, AvailableGroups) == 0x000004, "Member 'UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup::AvailableGroups' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup, Temp_int_Array_Index_Variable) == 0x000008, "Member 'UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup, CallFunc_Array_Get_Item) == 0x000018, "Member 'UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup, CallFunc_Array_Get_Item_1) == 0x000020, "Member 'UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000034, "Member 'UI_BP_ActionHUD_PC_MiniHUD_C_SetHUDGroup::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ActionHUD_PC_MiniHUD_C \ static_assert(alignof(UUI_BP_ActionHUD_PC_MiniHUD_C) == 0x000008, "Wrong alignment on UUI_BP_ActionHUD_PC_MiniHUD_C"); \ static_assert(sizeof(UUI_BP_ActionHUD_PC_MiniHUD_C) == 0x0002B8, "Wrong size on UUI_BP_ActionHUD_PC_MiniHUD_C"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_MiniHUD_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_ActionHUD_PC_MiniHUD_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_MiniHUD_C, Group1) == 0x000270, "Member 'UUI_BP_ActionHUD_PC_MiniHUD_C::Group1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_MiniHUD_C, Group2) == 0x000278, "Member 'UUI_BP_ActionHUD_PC_MiniHUD_C::Group2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_MiniHUD_C, Group3) == 0x000280, "Member 'UUI_BP_ActionHUD_PC_MiniHUD_C::Group3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_MiniHUD_C, Group4) == 0x000288, "Member 'UUI_BP_ActionHUD_PC_MiniHUD_C::Group4' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_MiniHUD_C, GroupId) == 0x000290, "Member 'UUI_BP_ActionHUD_PC_MiniHUD_C::GroupId' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_MiniHUD_C, ActionGroupArray) == 0x000298, "Member 'UUI_BP_ActionHUD_PC_MiniHUD_C::ActionGroupArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_MiniHUD_C, GropuArray) == 0x0002A8, "Member 'UUI_BP_ActionHUD_PC_MiniHUD_C::GropuArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCast_LightCombo4_C \ static_assert(alignof(UABL_WandCast_LightCombo4_C) == 0x000008, "Wrong alignment on UABL_WandCast_LightCombo4_C"); \ static_assert(sizeof(UABL_WandCast_LightCombo4_C) == 0x0000D0, "Wrong size on UABL_WandCast_LightCombo4_C"); \ #define DUMPER7_ASSERTS_ABL_HitKnockDown_C_ExecuteUbergraph_ABL_HitKnockDown \ static_assert(alignof(ABL_HitKnockDown_C_ExecuteUbergraph_ABL_HitKnockDown) == 0x000008, "Wrong alignment on ABL_HitKnockDown_C_ExecuteUbergraph_ABL_HitKnockDown"); \ static_assert(sizeof(ABL_HitKnockDown_C_ExecuteUbergraph_ABL_HitKnockDown) == 0x000020, "Wrong size on ABL_HitKnockDown_C_ExecuteUbergraph_ABL_HitKnockDown"); \ static_assert(offsetof(ABL_HitKnockDown_C_ExecuteUbergraph_ABL_HitKnockDown, EntryPoint) == 0x000000, "Member 'ABL_HitKnockDown_C_ExecuteUbergraph_ABL_HitKnockDown::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitKnockDown_C_ExecuteUbergraph_ABL_HitKnockDown, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitKnockDown_C_ExecuteUbergraph_ABL_HitKnockDown::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitKnockDown_C_ExecuteUbergraph_ABL_HitKnockDown, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitKnockDown_C_ExecuteUbergraph_ABL_HitKnockDown::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitKnockDown_C_ExecuteUbergraph_ABL_HitKnockDown, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_HitKnockDown_C_ExecuteUbergraph_ABL_HitKnockDown::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitKnockDown_C_OnAbilityStart \ static_assert(alignof(ABL_HitKnockDown_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitKnockDown_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitKnockDown_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitKnockDown_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitKnockDown_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitKnockDown_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitKnockDown_C \ static_assert(alignof(UABL_HitKnockDown_C) == 0x000008, "Wrong alignment on UABL_HitKnockDown_C"); \ static_assert(sizeof(UABL_HitKnockDown_C) == 0x0000E8, "Wrong size on UABL_HitKnockDown_C"); \ static_assert(offsetof(UABL_HitKnockDown_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitKnockDown_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCast_CasualCombo2_C \ static_assert(alignof(UABL_WandCast_CasualCombo2_C) == 0x000008, "Wrong alignment on UABL_WandCast_CasualCombo2_C"); \ static_assert(sizeof(UABL_WandCast_CasualCombo2_C) == 0x0000D0, "Wrong size on UABL_WandCast_CasualCombo2_C"); \ #define DUMPER7_ASSERTS_BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart \ static_assert(alignof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart) == 0x000008, "Wrong alignment on BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart"); \ static_assert(sizeof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart) == 0x0000A0, "Wrong size on BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, EntryPoint) == 0x000000, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000008, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, K2Node_Event_OwnerActor) == 0x000018, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000020, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000038, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000049, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, Temp_object_Variable) == 0x000050, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, CallFunc_GetActorOwner_ReturnValue) == 0x000058, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, CallFunc_GetActiveTool_ReturnValue) == 0x000060, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::CallFunc_GetActiveTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000068, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, K2Node_DynamicCast_AsApparition_Spell_Tool) == 0x000080, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::K2Node_DynamicCast_AsApparition_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, K2Node_DynamicCast_bSuccess_3) == 0x000088, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, CallFunc_GetWand_ReturnValue) == 0x000090, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000098, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x00009C, "Member 'BTT_Biped_TeleportStart_C_ExecuteUbergraph_BTT_Biped_TeleportStart::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_TeleportStart_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_TeleportStart_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_TeleportStart_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_TeleportStart_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_TeleportStart_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_TeleportStart_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_TeleportStart_C_ExitTask \ static_assert(alignof(BTT_Biped_TeleportStart_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_TeleportStart_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_TeleportStart_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_TeleportStart_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_TeleportStart_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_TeleportStart_C_CustActionEvt_FireSpell_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_TeleportStart_C_CustActionEvt_FireSpell_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_TeleportStart_C_CustActionEvt_FireSpell_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_TeleportStart_C_CustActionEvt_FireSpell_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_TeleportStart_C_CustActionEvt_FireSpell_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_CustActionEvt_FireSpell_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_TeleportStart_C_CustActionEvt_FireSpell_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_TeleportStart_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_TeleportStart_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_TeleportStart_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_TeleportStart_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_TeleportStart_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_TeleportStart_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_TeleportStart_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_TeleportStart_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_TeleportStart_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_TeleportStart_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_TeleportStart_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_TeleportStart_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_TeleportStart_C_SetContexts \ static_assert(alignof(BTT_Biped_TeleportStart_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_TeleportStart_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_TeleportStart_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_TeleportStart_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_TeleportStart_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_TeleportStart_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_TeleportStart_C \ static_assert(alignof(UBTT_Biped_TeleportStart_C) == 0x000008, "Wrong alignment on UBTT_Biped_TeleportStart_C"); \ static_assert(sizeof(UBTT_Biped_TeleportStart_C) == 0x000160, "Wrong size on UBTT_Biped_TeleportStart_C"); \ static_assert(offsetof(UBTT_Biped_TeleportStart_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_TeleportStart_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_TeleportStart_C, abortAnimUponExit) == 0x000158, "Member 'UBTT_Biped_TeleportStart_C::abortAnimUponExit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen \ static_assert(alignof(BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen) == 0x000008, "Wrong alignment on BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen"); \ static_assert(sizeof(BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen) == 0x000048, "Wrong size on BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen"); \ static_assert(offsetof(BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen, EntryPoint) == 0x000000, "Member 'BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000004, "Member 'BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen, K2Node_Event_OwnerActor) == 0x000010, "Member 'BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000018, "Member 'BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000030, "Member 'BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000041, "Member 'BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x000042, "Member 'BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen, CallFunc_GetBoolVariable_OnActor_ReturnValue) == 0x000043, "Member 'BTT_Biped_Listen_C_ExecuteUbergraph_BTT_Biped_Listen::CallFunc_GetBoolVariable_OnActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Listen_C_ExitTask \ static_assert(alignof(BTT_Biped_Listen_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Listen_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Listen_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Listen_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Listen_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Listen_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Listen_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Listen_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Listen_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Listen_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Listen_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Listen_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Listen_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Listen_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_Listen_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Listen_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Listen_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Listen_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Listen_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Listen_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Listen_C \ static_assert(alignof(UBTT_Biped_Listen_C) == 0x000008, "Wrong alignment on UBTT_Biped_Listen_C"); \ static_assert(sizeof(UBTT_Biped_Listen_C) == 0x000160, "Wrong size on UBTT_Biped_Listen_C"); \ static_assert(offsetof(UBTT_Biped_Listen_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Listen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Listen_C, abortAnimUponExit) == 0x000158, "Member 'UBTT_Biped_Listen_C::abortAnimUponExit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_LightningBoltGrounded_C \ static_assert(alignof(UABL_RCT_NPC_LightningBoltGrounded_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_LightningBoltGrounded_C"); \ static_assert(sizeof(UABL_RCT_NPC_LightningBoltGrounded_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_LightningBoltGrounded_C"); \ #define DUMPER7_ASSERTS_ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start \ static_assert(alignof(ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start) == 0x000008, "Wrong alignment on ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start"); \ static_assert(sizeof(ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start) == 0x000090, "Wrong size on ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start"); \ static_assert(offsetof(ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start, EntryPoint) == 0x000000, "Member 'ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start, K2Node_Event_Context) == 0x000008, "Member 'ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start, Temp_struct_Variable) == 0x000010, "Member 'ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start, Temp_delegate_Variable) == 0x000028, "Member 'ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start, K2Node_DynamicCast_AsBiped_Player) == 0x000038, "Member 'ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start, Temp_struct_Variable_1) == 0x000048, "Member 'ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start, CallFunc_PostEvent_ReturnValue) == 0x000058, "Member 'ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start, Temp_delegate_Variable_1) == 0x00005C, "Member 'ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start, K2Node_Event_Context_1) == 0x000070, "Member 'ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start, CallFunc_GetOwner_ReturnValue_1) == 0x000078, "Member 'ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start, K2Node_DynamicCast_AsBiped_Player_1) == 0x000080, "Member 'ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start, CallFunc_PostEvent_ReturnValue_1) == 0x00008C, "Member 'ABL_Levitated_Start_C_ExecuteUbergraph_ABL_Levitated_Start::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Levitated_Start_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Levitated_Start_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Levitated_Start_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Levitated_Start_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Levitated_Start_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Levitated_Start_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Levitated_Start_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Levitated_Start_C_OnAbilityEnd \ static_assert(alignof(ABL_Levitated_Start_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_Levitated_Start_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_Levitated_Start_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_Levitated_Start_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_Levitated_Start_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_Levitated_Start_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Levitated_Start_C \ static_assert(alignof(UABL_Levitated_Start_C) == 0x000008, "Wrong alignment on UABL_Levitated_Start_C"); \ static_assert(sizeof(UABL_Levitated_Start_C) == 0x0000E8, "Wrong size on UABL_Levitated_Start_C"); \ static_assert(offsetof(UABL_Levitated_Start_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_Levitated_Start_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego \ static_assert(alignof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego) == 0x000008, "Wrong alignment on BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego"); \ static_assert(sizeof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego) == 0x0002D8, "Wrong size on BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, EntryPoint) == 0x000000, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x000004, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000020, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000038, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x000040, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000048, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_MakeLiteralName_ReturnValue) == 0x000050, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetValueAsInt_ReturnValue) == 0x000058, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x00005C, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_MakeStruct_VariantMapHandle) == 0x000060, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_MakeStruct_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_GameLogicBoolResultEvent_CachedResult) == 0x000064, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_GameLogicBoolResultEvent_CachedResult' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetAnimInstance_ReturnValue) == 0x000068, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000070, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000080, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x000088, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_bSuccess_2) == 0x000098, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1) == 0x0000A0, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_bSuccess_3) == 0x0000B0, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetIKState_ReturnValue) == 0x0000B1, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetIKState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x0000B8, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_bSuccess_4) == 0x0000C8, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_2) == 0x0000D0, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_bSuccess_5) == 0x0000E0, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x0000E8, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_bSuccess_6) == 0x0000F8, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000100, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_bSuccess_7) == 0x000110, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000111, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, Temp_object_Variable) == 0x000118, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_MakeLiteralByte_ReturnValue) == 0x000120, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000124, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000128, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, Temp_object_Variable_1) == 0x000130, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_Event_OwnerActor_2) == 0x000138, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_Event_DeltaSeconds) == 0x000140, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_AsBiped_Player) == 0x000148, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_bSuccess_8) == 0x000150, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000158, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_bSuccess_9) == 0x000168, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetMoveStickValues_X) == 0x00016C, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetMoveStickValues_Y) == 0x000170, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetSpeedCurve_self_CastInput) == 0x000178, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetSpeedCurve_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetSpeedCurve_bIgnoreGovernor) == 0x000188, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetSpeedCurve_bIgnoreGovernor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetSpeedCurve_ReturnValue) == 0x000190, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetSpeedCurve_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_ProcessStick_WorldSpeed) == 0x000198, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_ProcessStick_WorldDirection) == 0x00019C, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_ProcessStick_ReturnValue) == 0x0001A8, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0001B0, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_AsBiped_Character_Interface_2) == 0x0001B8, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_AsBiped_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_bSuccess_10) == 0x0001C8, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_BTCustomActionEvent_VariantMapHandle_4) == 0x0001CC, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_BTCustomActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetWand_ReturnValue) == 0x0001D0, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0001D8, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_AsBiped_Character_Interface_3) == 0x0001E0, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_AsBiped_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_bSuccess_11) == 0x0001F0, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, Temp_object_Variable_2) == 0x0001F8, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetWand_ReturnValue_1) == 0x000200, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetWand_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_BTCustomActionEvent_VariantMapHandle_5) == 0x000208, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_BTCustomActionEvent_VariantMapHandle_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x00020C, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetHintManagerGameLogicObject_ReturnValue) == 0x000210, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetHintManagerGameLogicObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetHintManagerGameLogicObject_ReturnValue_1) == 0x000218, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetHintManagerGameLogicObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetHintManagerGameLogicObject_ReturnValue_2) == 0x000220, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetHintManagerGameLogicObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetFloatVariable_ReturnValue) == 0x000228, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetFloatVariable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_Event_OwnerActor_1) == 0x000230, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_AsBiped_Player_1) == 0x000238, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_bSuccess_12) == 0x000240, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_Event_OwnerActor) == 0x000248, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000250, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_bSuccess_13) == 0x000260, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetFaceTargetTracker_ReturnValue) == 0x000268, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetFaceTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_AsAmbulatory_Character) == 0x000270, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_AsAmbulatory_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_bSuccess_14) == 0x000278, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_AsBiped_Character_Interface_4) == 0x000280, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_AsBiped_Character_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_bSuccess_15) == 0x000290, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetWand_ReturnValue_2) == 0x000298, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetWand_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_BroadcastAction_Actor_ReturnValue_1) == 0x0002A0, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_BroadcastAction_Actor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x0002A4, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x0002A8, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x0002B0, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetWand_ReturnValue_3) == 0x0002B8, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetWand_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_GetSpellTool_ReturnValue) == 0x0002C0, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_GetSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_AsProtego_Spell_Tool) == 0x0002C8, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_AsProtego_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, K2Node_DynamicCast_bSuccess_16) == 0x0002D0, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego, CallFunc_WasParryAbilityEventSent_ReturnValue) == 0x0002D1, "Member 'BTT_Biped_Protego_C_ExecuteUbergraph_BTT_Biped_Protego::CallFunc_WasParryAbilityEventSent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Protego_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Protego_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Protego_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Protego_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Protego_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Protego_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_ExitTask \ static_assert(alignof(BTT_Biped_Protego_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Protego_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Protego_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Protego_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Protego_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Protego_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_ReceiveTick \ static_assert(alignof(BTT_Biped_Protego_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_Protego_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_Protego_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_Protego_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_Protego_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_Protego_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_Protego_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_CustActionEvt_ProtegoImpact_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_Protego_C_CustActionEvt_ProtegoImpact_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Protego_C_CustActionEvt_ProtegoImpact_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Protego_C_CustActionEvt_ProtegoImpact_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Protego_C_CustActionEvt_ProtegoImpact_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Protego_C_CustActionEvt_ProtegoImpact_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Protego_C_CustActionEvt_ProtegoImpact_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_GameLogicElementEvt_TUT_display_StunningSpell_desc2_K2Node_GameLogicBoolResultEvent_0 \ static_assert(alignof(BTT_Biped_Protego_C_GameLogicElementEvt_TUT_display_StunningSpell_desc2_K2Node_GameLogicBoolResultEvent_0) == 0x000001, "Wrong alignment on BTT_Biped_Protego_C_GameLogicElementEvt_TUT_display_StunningSpell_desc2_K2Node_GameLogicBoolResultEvent_0"); \ static_assert(sizeof(BTT_Biped_Protego_C_GameLogicElementEvt_TUT_display_StunningSpell_desc2_K2Node_GameLogicBoolResultEvent_0) == 0x000001, "Wrong size on BTT_Biped_Protego_C_GameLogicElementEvt_TUT_display_StunningSpell_desc2_K2Node_GameLogicBoolResultEvent_0"); \ static_assert(offsetof(BTT_Biped_Protego_C_GameLogicElementEvt_TUT_display_StunningSpell_desc2_K2Node_GameLogicBoolResultEvent_0, CachedResult) == 0x000000, "Member 'BTT_Biped_Protego_C_GameLogicElementEvt_TUT_display_StunningSpell_desc2_K2Node_GameLogicBoolResultEvent_0::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_Protego_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_Protego_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_Protego_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_Protego_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_Protego_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Protego_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_CustActionEvt_ProtegoDeflected_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_Protego_C_CustActionEvt_ProtegoDeflected_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_Protego_C_CustActionEvt_ProtegoDeflected_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_Protego_C_CustActionEvt_ProtegoDeflected_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_Protego_C_CustActionEvt_ProtegoDeflected_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_Protego_C_CustActionEvt_ProtegoDeflected_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Protego_C_CustActionEvt_ProtegoDeflected_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_CustActionEvt_Retaliate_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTT_Biped_Protego_C_CustActionEvt_Retaliate_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTT_Biped_Protego_C_CustActionEvt_Retaliate_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTT_Biped_Protego_C_CustActionEvt_Retaliate_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTT_Biped_Protego_C_CustActionEvt_Retaliate_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTT_Biped_Protego_C_CustActionEvt_Retaliate_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Protego_C_CustActionEvt_Retaliate_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_CustActionEvt_MakeInterruptible_Protego_K2Node_BTCustomActionEvent_4 \ static_assert(alignof(BTT_Biped_Protego_C_CustActionEvt_MakeInterruptible_Protego_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong alignment on BTT_Biped_Protego_C_CustActionEvt_MakeInterruptible_Protego_K2Node_BTCustomActionEvent_4"); \ static_assert(sizeof(BTT_Biped_Protego_C_CustActionEvt_MakeInterruptible_Protego_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong size on BTT_Biped_Protego_C_CustActionEvt_MakeInterruptible_Protego_K2Node_BTCustomActionEvent_4"); \ static_assert(offsetof(BTT_Biped_Protego_C_CustActionEvt_MakeInterruptible_Protego_K2Node_BTCustomActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Protego_C_CustActionEvt_MakeInterruptible_Protego_K2Node_BTCustomActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5 \ static_assert(alignof(BTT_Biped_Protego_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong alignment on BTT_Biped_Protego_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5"); \ static_assert(sizeof(BTT_Biped_Protego_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong size on BTT_Biped_Protego_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5"); \ static_assert(offsetof(BTT_Biped_Protego_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Protego_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_5::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_Protego_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Protego_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Protego_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Protego_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Protego_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Protego_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_ProtegoAbilityAndState \ static_assert(alignof(BTT_Biped_Protego_C_ProtegoAbilityAndState) == 0x000008, "Wrong alignment on BTT_Biped_Protego_C_ProtegoAbilityAndState"); \ static_assert(sizeof(BTT_Biped_Protego_C_ProtegoAbilityAndState) == 0x0001B8, "Wrong size on BTT_Biped_Protego_C_ProtegoAbilityAndState"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, Actor) == 0x000000, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::Actor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, VariantMapHandle) == 0x000008, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, DestroyVarMap) == 0x00000C, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::DestroyVarMap' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, TargetLocation) == 0x000010, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, FromAOE) == 0x00001C, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::FromAOE' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_DestroyVariantMap_ReturnValue) == 0x000030, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_DestroyVariantMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_GetVariantFVector_FromHandle_bFound) == 0x000034, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_GetVariantFVector_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_GetVariantFVector_FromHandle_ReturnValue) == 0x000038, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_GetVariantFVector_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_GetVariantBool_FromHandle_bFound) == 0x000044, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_GetVariantBool_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_GetVariantBool_FromHandle_ReturnValue) == 0x000045, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_GetVariantBool_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_GetVariantBool_FromHandle_bFound_1) == 0x000046, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_GetVariantBool_FromHandle_bFound_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_GetVariantBool_FromHandle_ReturnValue_1) == 0x000047, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_GetVariantBool_FromHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_GetVariantBool_FromHandle_bFound_2) == 0x000048, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_GetVariantBool_FromHandle_bFound_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_GetVariantBool_FromHandle_ReturnValue_2) == 0x000049, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_GetVariantBool_FromHandle_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_GetVariantBool_FromHandle_bFound_3) == 0x00004A, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_GetVariantBool_FromHandle_bFound_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_GetVariantBool_FromHandle_ReturnValue_3) == 0x00004B, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_GetVariantBool_FromHandle_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000050, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000061, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000068, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x000079, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_AsAble_Character_Interface_2) == 0x000080, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_AsAble_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_bSuccess_2) == 0x000090, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_ExecuteAbilityByClass_ReturnValue_2) == 0x000091, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_ExecuteAbilityByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_AsAble_Character_Interface_3) == 0x000098, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_AsAble_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_bSuccess_3) == 0x0000A8, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_ExecuteAbilityByClass_ReturnValue_3) == 0x0000A9, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_ExecuteAbilityByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_AsAble_Character_Interface_4) == 0x0000B0, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_AsAble_Character_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_bSuccess_4) == 0x0000C0, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_ExecuteAbilityByClass_ReturnValue_4) == 0x0000C1, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_ExecuteAbilityByClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x0000C8, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_bSuccess_5) == 0x0000D8, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_GetLookAtTargetTracker_ReturnValue) == 0x0000E0, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_GetLookAtTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x0000E8, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_bSuccess_6) == 0x0000F8, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_AsAmbulatory_Character_Interface_1) == 0x000100, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_AsAmbulatory_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_bSuccess_7) == 0x000110, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_GetFaceTargetTracker_ReturnValue) == 0x000118, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_GetFaceTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x000120, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_GetAnimInstance_ReturnValue) == 0x000128, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000130, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_bSuccess_8) == 0x000138, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x000140, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_DynamicCast_bSuccess_9) == 0x000150, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_K2_SetTimer_ReturnValue) == 0x000158, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_GetFirstAttackingActor_ReturnValue) == 0x000160, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_GetFirstAttackingActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_IsValid_ReturnValue) == 0x000168, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_Add_FloatFloat_ReturnValue) == 0x00016C, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000170, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000174, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000178, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_SwitchEnum_CmpSuccess) == 0x000180, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_Not_PreBool_ReturnValue) == 0x000181, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, K2Node_CreateDelegate_OutputDelegate_1) == 0x000184, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000198, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_MakeLiteralByte_ReturnValue) == 0x0001A0, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_AddTarget_Location_ReturnValue) == 0x0001A8, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_AddTarget_Location_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ProtegoAbilityAndState, CallFunc_AddTarget_Location_ReturnValue_1) == 0x0001B0, "Member 'BTT_Biped_Protego_C_ProtegoAbilityAndState::CallFunc_AddTarget_Location_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_SetContexts \ static_assert(alignof(BTT_Biped_Protego_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_Protego_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_Protego_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_Protego_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_Protego_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_Protego_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_ResetParryState \ static_assert(alignof(BTT_Biped_Protego_C_ResetParryState) == 0x000008, "Wrong alignment on BTT_Biped_Protego_C_ResetParryState"); \ static_assert(sizeof(BTT_Biped_Protego_C_ResetParryState) == 0x000018, "Wrong size on BTT_Biped_Protego_C_ResetParryState"); \ static_assert(offsetof(BTT_Biped_Protego_C_ResetParryState, CallFunc_GetAnimInstance_ReturnValue) == 0x000000, "Member 'BTT_Biped_Protego_C_ResetParryState::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ResetParryState, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000008, "Member 'BTT_Biped_Protego_C_ResetParryState::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_ResetParryState, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTT_Biped_Protego_C_ResetParryState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_SustainedProtegoTimeout \ static_assert(alignof(BTT_Biped_Protego_C_SustainedProtegoTimeout) == 0x000008, "Wrong alignment on BTT_Biped_Protego_C_SustainedProtegoTimeout"); \ static_assert(sizeof(BTT_Biped_Protego_C_SustainedProtegoTimeout) == 0x000008, "Wrong size on BTT_Biped_Protego_C_SustainedProtegoTimeout"); \ static_assert(offsetof(BTT_Biped_Protego_C_SustainedProtegoTimeout, CallFunc_GetActorOwner_ReturnValue) == 0x000000, "Member 'BTT_Biped_Protego_C_SustainedProtegoTimeout::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_Retaliate \ static_assert(alignof(BTT_Biped_Protego_C_Retaliate) == 0x000008, "Wrong alignment on BTT_Biped_Protego_C_Retaliate"); \ static_assert(sizeof(BTT_Biped_Protego_C_Retaliate) == 0x000040, "Wrong size on BTT_Biped_Protego_C_Retaliate"); \ static_assert(offsetof(BTT_Biped_Protego_C_Retaliate, CallFunc_GetHintManagerGameLogicObject_ReturnValue) == 0x000000, "Member 'BTT_Biped_Protego_C_Retaliate::CallFunc_GetHintManagerGameLogicObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_Retaliate, CallFunc_GetHintManagerGameLogicObject_ReturnValue_1) == 0x000008, "Member 'BTT_Biped_Protego_C_Retaliate::CallFunc_GetHintManagerGameLogicObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_Retaliate, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BTT_Biped_Protego_C_Retaliate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_Retaliate, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000018, "Member 'BTT_Biped_Protego_C_Retaliate::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_Retaliate, CallFunc_GetWand_ReturnValue) == 0x000020, "Member 'BTT_Biped_Protego_C_Retaliate::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_Retaliate, CallFunc_ActivateSpellTool_ReturnValue) == 0x000028, "Member 'BTT_Biped_Protego_C_Retaliate::CallFunc_ActivateSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_Retaliate, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000030, "Member 'BTT_Biped_Protego_C_Retaliate::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_Retaliate, CallFunc_MakeLiteralName_ReturnValue) == 0x000038, "Member 'BTT_Biped_Protego_C_Retaliate::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_AllowPickNewTarget \ static_assert(alignof(BTT_Biped_Protego_C_AllowPickNewTarget) == 0x000008, "Wrong alignment on BTT_Biped_Protego_C_AllowPickNewTarget"); \ static_assert(sizeof(BTT_Biped_Protego_C_AllowPickNewTarget) == 0x000050, "Wrong size on BTT_Biped_Protego_C_AllowPickNewTarget"); \ static_assert(offsetof(BTT_Biped_Protego_C_AllowPickNewTarget, MinTimeInto) == 0x000000, "Member 'BTT_Biped_Protego_C_AllowPickNewTarget::MinTimeInto' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_AllowPickNewTarget, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BTT_Biped_Protego_C_AllowPickNewTarget::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_AllowPickNewTarget, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'BTT_Biped_Protego_C_AllowPickNewTarget::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_AllowPickNewTarget, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'BTT_Biped_Protego_C_AllowPickNewTarget::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_AllowPickNewTarget, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000020, "Member 'BTT_Biped_Protego_C_AllowPickNewTarget::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_AllowPickNewTarget, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_Protego_C_AllowPickNewTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_AllowPickNewTarget, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x00002C, "Member 'BTT_Biped_Protego_C_AllowPickNewTarget::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_AllowPickNewTarget, CallFunc_GetBestAutoTargetActor_ReturnValue) == 0x000030, "Member 'BTT_Biped_Protego_C_AllowPickNewTarget::CallFunc_GetBestAutoTargetActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_AllowPickNewTarget, CallFunc_Less_FloatFloat_ReturnValue) == 0x000038, "Member 'BTT_Biped_Protego_C_AllowPickNewTarget::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_AllowPickNewTarget, K2Node_DynamicCast_AsEnemy_Character) == 0x000040, "Member 'BTT_Biped_Protego_C_AllowPickNewTarget::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_AllowPickNewTarget, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BTT_Biped_Protego_C_AllowPickNewTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_AllowPickNewTarget, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000049, "Member 'BTT_Biped_Protego_C_AllowPickNewTarget::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_AllowPickNewTarget, CallFunc_IsValid_ReturnValue) == 0x00004A, "Member 'BTT_Biped_Protego_C_AllowPickNewTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Protego_C_StartParryTimeDilation \ static_assert(alignof(BTT_Biped_Protego_C_StartParryTimeDilation) == 0x000008, "Wrong alignment on BTT_Biped_Protego_C_StartParryTimeDilation"); \ static_assert(sizeof(BTT_Biped_Protego_C_StartParryTimeDilation) == 0x000020, "Wrong size on BTT_Biped_Protego_C_StartParryTimeDilation"); \ static_assert(offsetof(BTT_Biped_Protego_C_StartParryTimeDilation, Temp_bool_Variable) == 0x000000, "Member 'BTT_Biped_Protego_C_StartParryTimeDilation::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_StartParryTimeDilation, Temp_object_Variable) == 0x000008, "Member 'BTT_Biped_Protego_C_StartParryTimeDilation::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_StartParryTimeDilation, Temp_object_Variable_1) == 0x000010, "Member 'BTT_Biped_Protego_C_StartParryTimeDilation::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Protego_C_StartParryTimeDilation, K2Node_Select_Default) == 0x000018, "Member 'BTT_Biped_Protego_C_StartParryTimeDilation::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Protego_C \ static_assert(alignof(UBTT_Biped_Protego_C) == 0x000008, "Wrong alignment on UBTT_Biped_Protego_C"); \ static_assert(sizeof(UBTT_Biped_Protego_C) == 0x000190, "Wrong size on UBTT_Biped_Protego_C"); \ static_assert(offsetof(UBTT_Biped_Protego_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Protego_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Protego_C, IsSwimming) == 0x000158, "Member 'UBTT_Biped_Protego_C::IsSwimming' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Protego_C, MovingStick) == 0x000159, "Member 'UBTT_Biped_Protego_C::MovingStick' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Protego_C, IsMelee) == 0x00015A, "Member 'UBTT_Biped_Protego_C::IsMelee' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Protego_C, RestoreIKState) == 0x00015B, "Member 'UBTT_Biped_Protego_C::RestoreIKState' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Protego_C, SustainedBlast) == 0x00015C, "Member 'UBTT_Biped_Protego_C::SustainedBlast' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Protego_C, inSustainedProtego) == 0x00015D, "Member 'UBTT_Biped_Protego_C::inSustainedProtego' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Protego_C, SustainedProtegoTimer) == 0x000160, "Member 'UBTT_Biped_Protego_C::SustainedProtegoTimer' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Protego_C, Deflected) == 0x000168, "Member 'UBTT_Biped_Protego_C::Deflected' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Protego_C, Heavy) == 0x000169, "Member 'UBTT_Biped_Protego_C::Heavy' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Protego_C, Perfect) == 0x00016A, "Member 'UBTT_Biped_Protego_C::Perfect' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Protego_C, ReadyToRetaliate) == 0x00016B, "Member 'UBTT_Biped_Protego_C::ReadyToRetaliate' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Protego_C, CanRetaliate) == 0x00016C, "Member 'UBTT_Biped_Protego_C::CanRetaliate' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Protego_C, CameraTimer) == 0x000170, "Member 'UBTT_Biped_Protego_C::CameraTimer' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Protego_C, RetaliateVictim) == 0x000178, "Member 'UBTT_Biped_Protego_C::RetaliateVictim' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Protego_C, AlreadyDeflectedTimerHandle) == 0x000180, "Member 'UBTT_Biped_Protego_C::AlreadyDeflectedTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Protego_C, GameTime) == 0x000188, "Member 'UBTT_Biped_Protego_C::GameTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCast_HeavyCombo1_C \ static_assert(alignof(UABL_WandCast_HeavyCombo1_C) == 0x000008, "Wrong alignment on UABL_WandCast_HeavyCombo1_C"); \ static_assert(sizeof(UABL_WandCast_HeavyCombo1_C) == 0x0000D0, "Wrong size on UABL_WandCast_HeavyCombo1_C"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing \ static_assert(alignof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing) == 0x000008, "Wrong alignment on UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing) == 0x0001F0, "Wrong size on UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, EntryPoint) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_HermesBindInt_Handle) == 0x000028, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_HermesBindInt_Handle_1) == 0x000038, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_HermesBindInt_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CreateDelegate_OutputDelegate_3) == 0x000058, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_HermesBindLock_Handle) == 0x000068, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_HermesBindLock_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_HermesBindInt_Handle_2) == 0x000078, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_HermesBindInt_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CreateDelegate_OutputDelegate_4) == 0x000088, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CreateDelegate_OutputDelegate_5) == 0x000098, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_HermesBindEvent_Handle) == 0x0000A8, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_HermesBindEvent_Handle_1) == 0x0000B8, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000C8, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_HermesBindEvent_Handle_2) == 0x0000D8, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_Event_GroupIndex) == 0x0000E8, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_Event_GroupIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_Event_Show_1) == 0x0000EC, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_Event_Show_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0000F0, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_PlayAnimationForward_ReturnValue) == 0x0000F8, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000100, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CustomEvent_Caller_7) == 0x000108, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CustomEvent_Caller_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CustomEvent_Lock_1) == 0x000110, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CustomEvent_Lock_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00011C, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x00011D, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_Event_Show) == 0x00011E, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CustomEvent_Caller_6) == 0x000120, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CustomEvent_Caller_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CustomEvent_Int_2) == 0x000128, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CustomEvent_Int_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_GetGamepadSouthpaw_ReturnValue) == 0x00012C, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_GetGamepadSouthpaw_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_Greater_IntInt_ReturnValue) == 0x00012D, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_Event_HiddenState) == 0x00012E, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_Event_HiddenState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_Event_IgnoreLocks) == 0x00012F, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_Event_IgnoreLocks' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, Temp_byte_Variable) == 0x000130, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, Temp_byte_Variable_1) == 0x000131, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CustomEvent_Caller_5) == 0x000138, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CustomEvent_Caller_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CustomEvent_Int_1) == 0x000140, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CustomEvent_Int_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CustomEvent_Caller_4) == 0x000148, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CustomEvent_Caller_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CustomEvent_Lock) == 0x000150, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CustomEvent_Lock' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_Get_ReturnValue) == 0x000160, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_MakeArray_Array) == 0x000168, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_GetActiveGroupIndex_ReturnValue) == 0x000178, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_GetActiveGroupIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, Temp_bool_Variable) == 0x00017C, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_GetGamepadSouthpaw_ReturnValue_1) == 0x00017D, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_GetGamepadSouthpaw_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_Select_Default) == 0x00017E, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CustomEvent_Caller_3) == 0x000180, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CustomEvent_Int) == 0x000188, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_SwitchInteger_CmpSuccess) == 0x00018C, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000190, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CreateDelegate_OutputDelegate_7) == 0x000198, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_GetBonusSpellLoadouts_ReturnValue) == 0x0001A8, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_GetBonusSpellLoadouts_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_HermesBindLock_Handle_1) == 0x0001B0, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_HermesBindLock_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0001C0, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0001C8, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_GetBonusSpellLoadouts_ReturnValue_1) == 0x0001D0, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_GetBonusSpellLoadouts_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, CallFunc_Greater_IntInt_ReturnValue_2) == 0x0001D4, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CustomEvent_Caller_2) == 0x0001D8, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CustomEvent_Caller_1) == 0x0001E0, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing, K2Node_CustomEvent_Caller) == 0x0001E8, "Member 'UI_BP_ActionDiamondRing_C_ExecuteUbergraph_UI_BP_ActionDiamondRing::K2Node_CustomEvent_Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_RefreshButtonCallouts \ static_assert(alignof(UI_BP_ActionDiamondRing_C_RefreshButtonCallouts) == 0x000008, "Wrong alignment on UI_BP_ActionDiamondRing_C_RefreshButtonCallouts"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_RefreshButtonCallouts) == 0x000008, "Wrong size on UI_BP_ActionDiamondRing_C_RefreshButtonCallouts"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_RefreshButtonCallouts, Caller) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_RefreshButtonCallouts::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_EndChannelingWidgardiumLeviosa \ static_assert(alignof(UI_BP_ActionDiamondRing_C_EndChannelingWidgardiumLeviosa) == 0x000008, "Wrong alignment on UI_BP_ActionDiamondRing_C_EndChannelingWidgardiumLeviosa"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_EndChannelingWidgardiumLeviosa) == 0x000008, "Wrong size on UI_BP_ActionDiamondRing_C_EndChannelingWidgardiumLeviosa"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_EndChannelingWidgardiumLeviosa, Caller) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_EndChannelingWidgardiumLeviosa::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_BeginChannelingWingardiumLeviosa \ static_assert(alignof(UI_BP_ActionDiamondRing_C_BeginChannelingWingardiumLeviosa) == 0x000008, "Wrong alignment on UI_BP_ActionDiamondRing_C_BeginChannelingWingardiumLeviosa"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_BeginChannelingWingardiumLeviosa) == 0x000008, "Wrong size on UI_BP_ActionDiamondRing_C_BeginChannelingWingardiumLeviosa"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_BeginChannelingWingardiumLeviosa, Caller) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_BeginChannelingWingardiumLeviosa::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_LockedDiamondSelected \ static_assert(alignof(UI_BP_ActionDiamondRing_C_LockedDiamondSelected) == 0x000008, "Wrong alignment on UI_BP_ActionDiamondRing_C_LockedDiamondSelected"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_LockedDiamondSelected) == 0x000010, "Wrong size on UI_BP_ActionDiamondRing_C_LockedDiamondSelected"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_LockedDiamondSelected, Caller) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_LockedDiamondSelected::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_LockedDiamondSelected, int_0) == 0x000008, "Member 'UI_BP_ActionDiamondRing_C_LockedDiamondSelected::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_MenuSpellSelectionLockChanged \ static_assert(alignof(UI_BP_ActionDiamondRing_C_MenuSpellSelectionLockChanged) == 0x000008, "Wrong alignment on UI_BP_ActionDiamondRing_C_MenuSpellSelectionLockChanged"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_MenuSpellSelectionLockChanged) == 0x000018, "Wrong size on UI_BP_ActionDiamondRing_C_MenuSpellSelectionLockChanged"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_MenuSpellSelectionLockChanged, Caller) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_MenuSpellSelectionLockChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_MenuSpellSelectionLockChanged, Lock) == 0x000008, "Member 'UI_BP_ActionDiamondRing_C_MenuSpellSelectionLockChanged::Lock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_EnableAllSpellsChanged \ static_assert(alignof(UI_BP_ActionDiamondRing_C_EnableAllSpellsChanged) == 0x000008, "Wrong alignment on UI_BP_ActionDiamondRing_C_EnableAllSpellsChanged"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_EnableAllSpellsChanged) == 0x000010, "Wrong size on UI_BP_ActionDiamondRing_C_EnableAllSpellsChanged"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_EnableAllSpellsChanged, Caller) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_EnableAllSpellsChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_EnableAllSpellsChanged, int_0) == 0x000008, "Member 'UI_BP_ActionDiamondRing_C_EnableAllSpellsChanged::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_OnShowHUDElement \ static_assert(alignof(UI_BP_ActionDiamondRing_C_OnShowHUDElement) == 0x000001, "Wrong alignment on UI_BP_ActionDiamondRing_C_OnShowHUDElement"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_OnShowHUDElement) == 0x000001, "Wrong size on UI_BP_ActionDiamondRing_C_OnShowHUDElement"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_OnShowHUDElement, IgnoreLocks) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_OnShowHUDElement::IgnoreLocks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_OnHideHUDElement \ static_assert(alignof(UI_BP_ActionDiamondRing_C_OnHideHUDElement) == 0x000001, "Wrong alignment on UI_BP_ActionDiamondRing_C_OnHideHUDElement"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_OnHideHUDElement) == 0x000001, "Wrong size on UI_BP_ActionDiamondRing_C_OnHideHUDElement"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_OnHideHUDElement, HiddenState) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_OnHideHUDElement::HiddenState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_Settings_SouthpawToggled \ static_assert(alignof(UI_BP_ActionDiamondRing_C_Settings_SouthpawToggled) == 0x000008, "Wrong alignment on UI_BP_ActionDiamondRing_C_Settings_SouthpawToggled"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_Settings_SouthpawToggled) == 0x000010, "Wrong size on UI_BP_ActionDiamondRing_C_Settings_SouthpawToggled"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_Settings_SouthpawToggled, Caller) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_Settings_SouthpawToggled::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_Settings_SouthpawToggled, int_0) == 0x000008, "Member 'UI_BP_ActionDiamondRing_C_Settings_SouthpawToggled::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_OnShowButtonsChanged \ static_assert(alignof(UI_BP_ActionDiamondRing_C_OnShowButtonsChanged) == 0x000001, "Wrong alignment on UI_BP_ActionDiamondRing_C_OnShowButtonsChanged"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_OnShowButtonsChanged) == 0x000001, "Wrong size on UI_BP_ActionDiamondRing_C_OnShowButtonsChanged"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_OnShowButtonsChanged, Show) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_OnShowButtonsChanged::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_PassiveSpellLockChanged \ static_assert(alignof(UI_BP_ActionDiamondRing_C_PassiveSpellLockChanged) == 0x000008, "Wrong alignment on UI_BP_ActionDiamondRing_C_PassiveSpellLockChanged"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_PassiveSpellLockChanged) == 0x000018, "Wrong size on UI_BP_ActionDiamondRing_C_PassiveSpellLockChanged"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_PassiveSpellLockChanged, Caller) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_PassiveSpellLockChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_PassiveSpellLockChanged, Lock) == 0x000008, "Member 'UI_BP_ActionDiamondRing_C_PassiveSpellLockChanged::Lock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_ShowButtonCallouts \ static_assert(alignof(UI_BP_ActionDiamondRing_C_ShowButtonCallouts) == 0x000001, "Wrong alignment on UI_BP_ActionDiamondRing_C_ShowButtonCallouts"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_ShowButtonCallouts) == 0x000001, "Wrong size on UI_BP_ActionDiamondRing_C_ShowButtonCallouts"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ShowButtonCallouts, Show) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_ShowButtonCallouts::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_UpdateMiniDiamond \ static_assert(alignof(UI_BP_ActionDiamondRing_C_UpdateMiniDiamond) == 0x000004, "Wrong alignment on UI_BP_ActionDiamondRing_C_UpdateMiniDiamond"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_UpdateMiniDiamond) == 0x000004, "Wrong size on UI_BP_ActionDiamondRing_C_UpdateMiniDiamond"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_UpdateMiniDiamond, GroupIndex) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_UpdateMiniDiamond::GroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_UpdateBackAndFill \ static_assert(alignof(UI_BP_ActionDiamondRing_C_UpdateBackAndFill) == 0x000001, "Wrong alignment on UI_BP_ActionDiamondRing_C_UpdateBackAndFill"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_UpdateBackAndFill) == 0x000002, "Wrong size on UI_BP_ActionDiamondRing_C_UpdateBackAndFill"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_UpdateBackAndFill, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_UpdateBackAndFill::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_UpdateBackAndFill, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'UI_BP_ActionDiamondRing_C_UpdateBackAndFill::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_SetRevelioVisibility \ static_assert(alignof(UI_BP_ActionDiamondRing_C_SetRevelioVisibility) == 0x000004, "Wrong alignment on UI_BP_ActionDiamondRing_C_SetRevelioVisibility"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_SetRevelioVisibility) == 0x000010, "Wrong size on UI_BP_ActionDiamondRing_C_SetRevelioVisibility"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetRevelioVisibility, IgnoreLocks) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_SetRevelioVisibility::IgnoreLocks' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetRevelioVisibility, CallFunc_GetConsoleVariableAsInt_Value) == 0x000004, "Member 'UI_BP_ActionDiamondRing_C_SetRevelioVisibility::CallFunc_GetConsoleVariableAsInt_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetRevelioVisibility, CallFunc_GetConsoleVariableAsInt_bExists) == 0x000008, "Member 'UI_BP_ActionDiamondRing_C_SetRevelioVisibility::CallFunc_GetConsoleVariableAsInt_bExists' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetRevelioVisibility, CallFunc_IsUnlockedPure_ReturnValue) == 0x000009, "Member 'UI_BP_ActionDiamondRing_C_SetRevelioVisibility::CallFunc_IsUnlockedPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetRevelioVisibility, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000A, "Member 'UI_BP_ActionDiamondRing_C_SetRevelioVisibility::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetRevelioVisibility, CallFunc_BooleanOR_ReturnValue) == 0x00000B, "Member 'UI_BP_ActionDiamondRing_C_SetRevelioVisibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetRevelioVisibility, CallFunc_BooleanAND_ReturnValue) == 0x00000C, "Member 'UI_BP_ActionDiamondRing_C_SetRevelioVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetRevelioVisibility, CallFunc_BooleanOR_ReturnValue_1) == 0x00000D, "Member 'UI_BP_ActionDiamondRing_C_SetRevelioVisibility::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_SetButtonVisibility \ static_assert(alignof(UI_BP_ActionDiamondRing_C_SetButtonVisibility) == 0x000008, "Wrong alignment on UI_BP_ActionDiamondRing_C_SetButtonVisibility"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_SetButtonVisibility) == 0x000020, "Wrong size on UI_BP_ActionDiamondRing_C_SetButtonVisibility"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetButtonVisibility, Button) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_SetButtonVisibility::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetButtonVisibility, Show) == 0x000008, "Member 'UI_BP_ActionDiamondRing_C_SetButtonVisibility::Show' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetButtonVisibility, Temp_bool_Variable) == 0x000009, "Member 'UI_BP_ActionDiamondRing_C_SetButtonVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetButtonVisibility, Temp_byte_Variable) == 0x00000A, "Member 'UI_BP_ActionDiamondRing_C_SetButtonVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetButtonVisibility, Temp_byte_Variable_1) == 0x00000B, "Member 'UI_BP_ActionDiamondRing_C_SetButtonVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetButtonVisibility, CallFunc_GetUIManagerPure_ReturnValue) == 0x000010, "Member 'UI_BP_ActionDiamondRing_C_SetButtonVisibility::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetButtonVisibility, CallFunc_GetShouldShowButtonGraphics_ReturnValue) == 0x000018, "Member 'UI_BP_ActionDiamondRing_C_SetButtonVisibility::CallFunc_GetShouldShowButtonGraphics_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetButtonVisibility, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'UI_BP_ActionDiamondRing_C_SetButtonVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetButtonVisibility, K2Node_Select_Default) == 0x00001A, "Member 'UI_BP_ActionDiamondRing_C_SetButtonVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_ShowDiamondFX \ static_assert(alignof(UI_BP_ActionDiamondRing_C_ShowDiamondFX) == 0x000008, "Wrong alignment on UI_BP_ActionDiamondRing_C_ShowDiamondFX"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_ShowDiamondFX) == 0x000008, "Wrong size on UI_BP_ActionDiamondRing_C_ShowDiamondFX"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ShowDiamondFX, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_ShowDiamondFX::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_HideDiamondFX \ static_assert(alignof(UI_BP_ActionDiamondRing_C_HideDiamondFX) == 0x000008, "Wrong alignment on UI_BP_ActionDiamondRing_C_HideDiamondFX"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_HideDiamondFX) == 0x000008, "Wrong size on UI_BP_ActionDiamondRing_C_HideDiamondFX"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_HideDiamondFX, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_HideDiamondFX::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_ToggleMiniDiamondPrompts \ static_assert(alignof(UI_BP_ActionDiamondRing_C_ToggleMiniDiamondPrompts) == 0x000001, "Wrong alignment on UI_BP_ActionDiamondRing_C_ToggleMiniDiamondPrompts"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_ToggleMiniDiamondPrompts) == 0x000001, "Wrong size on UI_BP_ActionDiamondRing_C_ToggleMiniDiamondPrompts"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ToggleMiniDiamondPrompts, InSouthpaw) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_ToggleMiniDiamondPrompts::InSouthpaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility \ static_assert(alignof(UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility) == 0x000004, "Wrong alignment on UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility) == 0x000010, "Wrong size on UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility, IgnoreLocks) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility::IgnoreLocks' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility, CallFunc_GetConsoleVariableAsInt_Value) == 0x000004, "Member 'UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility::CallFunc_GetConsoleVariableAsInt_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility, CallFunc_GetConsoleVariableAsInt_bExists) == 0x000008, "Member 'UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility::CallFunc_GetConsoleVariableAsInt_bExists' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000009, "Member 'UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility, CallFunc_IsUnlockedPure_ReturnValue) == 0x00000B, "Member 'UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility::CallFunc_IsUnlockedPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility, CallFunc_BooleanOR_ReturnValue) == 0x00000C, "Member 'UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility, CallFunc_BooleanOR_ReturnValue_1) == 0x00000D, "Member 'UI_BP_ActionDiamondRing_C_SetSpellSelectionVisibility::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_SetActionRingVisibility \ static_assert(alignof(UI_BP_ActionDiamondRing_C_SetActionRingVisibility) == 0x000004, "Wrong alignment on UI_BP_ActionDiamondRing_C_SetActionRingVisibility"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_SetActionRingVisibility) == 0x000010, "Wrong size on UI_BP_ActionDiamondRing_C_SetActionRingVisibility"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetActionRingVisibility, IgnoreLocks) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_SetActionRingVisibility::IgnoreLocks' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetActionRingVisibility, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_ActionDiamondRing_C_SetActionRingVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetActionRingVisibility, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_ActionDiamondRing_C_SetActionRingVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetActionRingVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_ActionDiamondRing_C_SetActionRingVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetActionRingVisibility, CallFunc_GetConsoleVariableAsInt_Value) == 0x000004, "Member 'UI_BP_ActionDiamondRing_C_SetActionRingVisibility::CallFunc_GetConsoleVariableAsInt_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetActionRingVisibility, CallFunc_GetConsoleVariableAsInt_bExists) == 0x000008, "Member 'UI_BP_ActionDiamondRing_C_SetActionRingVisibility::CallFunc_GetConsoleVariableAsInt_bExists' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetActionRingVisibility, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000009, "Member 'UI_BP_ActionDiamondRing_C_SetActionRingVisibility::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetActionRingVisibility, CallFunc_IsUnlockedPure_ReturnValue) == 0x00000A, "Member 'UI_BP_ActionDiamondRing_C_SetActionRingVisibility::CallFunc_IsUnlockedPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetActionRingVisibility, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'UI_BP_ActionDiamondRing_C_SetActionRingVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetActionRingVisibility, CallFunc_BooleanOR_ReturnValue) == 0x00000C, "Member 'UI_BP_ActionDiamondRing_C_SetActionRingVisibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetActionRingVisibility, CallFunc_BooleanOR_ReturnValue_1) == 0x00000D, "Member 'UI_BP_ActionDiamondRing_C_SetActionRingVisibility::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetActionRingVisibility, K2Node_Select_Default) == 0x00000E, "Member 'UI_BP_ActionDiamondRing_C_SetActionRingVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility \ static_assert(alignof(UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility) == 0x000008, "Wrong alignment on UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility) == 0x000048, "Wrong size on UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility, GroupIndex) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility::GroupIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility, ForceRefreshAll) == 0x000004, "Member 'UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility::ForceRefreshAll' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility, Temp_int_Array_Index_Variable) == 0x000008, "Member 'UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000018, "Member 'UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility, CallFunc_Array_Get_Item) == 0x000020, "Member 'UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility, CallFunc_GetBonusSpellLoadouts_ReturnValue) == 0x00002C, "Member 'UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility::CallFunc_GetBonusSpellLoadouts_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility, CallFunc_Array_Get_Item_1) == 0x000030, "Member 'UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000038, "Member 'UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility, CallFunc_Greater_IntInt_ReturnValue) == 0x000039, "Member 'UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility, CallFunc_BooleanOR_ReturnValue) == 0x000040, "Member 'UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility, CallFunc_Less_IntInt_ReturnValue) == 0x000041, "Member 'UI_BP_ActionDiamondRing_C_SetMiniDiamondElementsVisibility::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_ToggleRevelioSpellSelectionPrompts \ static_assert(alignof(UI_BP_ActionDiamondRing_C_ToggleRevelioSpellSelectionPrompts) == 0x000001, "Wrong alignment on UI_BP_ActionDiamondRing_C_ToggleRevelioSpellSelectionPrompts"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_ToggleRevelioSpellSelectionPrompts) == 0x000001, "Wrong size on UI_BP_ActionDiamondRing_C_ToggleRevelioSpellSelectionPrompts"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_ToggleRevelioSpellSelectionPrompts, InSouthpaw) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_ToggleRevelioSpellSelectionPrompts::InSouthpaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch \ static_assert(alignof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch) == 0x000008, "Wrong alignment on UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch"); \ static_assert(sizeof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch) == 0x0000E8, "Wrong size on UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, UseSwitchGraphics) == 0x000000, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::UseSwitchGraphics' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, Temp_string_Variable) == 0x000008, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, Temp_string_Variable_1) == 0x000018, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, Temp_bool_Variable_1) == 0x000028, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, Temp_string_Variable_2) == 0x000030, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::Temp_string_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, Temp_string_Variable_3) == 0x000040, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::Temp_string_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, Temp_bool_Variable_2) == 0x000050, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, Temp_string_Variable_4) == 0x000058, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::Temp_string_Variable_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, Temp_string_Variable_5) == 0x000068, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::Temp_string_Variable_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, Temp_bool_Variable_3) == 0x000078, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, Temp_string_Variable_6) == 0x000080, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::Temp_string_Variable_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, Temp_string_Variable_7) == 0x000090, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::Temp_string_Variable_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, K2Node_Select_Default) == 0x0000A0, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, K2Node_Select_Default_1) == 0x0000B0, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, K2Node_Select_Default_2) == 0x0000C0, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, K2Node_Select_Default_3) == 0x0000D0, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, CallFunc_GetUIPlatformInputDevice_ReturnValue) == 0x0000E0, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::CallFunc_GetUIPlatformInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000E1, "Member 'UI_BP_ActionDiamondRing_C_AdjustButtonGraphicsForSwitch::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ActionDiamondRing_C \ static_assert(alignof(UUI_BP_ActionDiamondRing_C) == 0x000008, "Wrong alignment on UUI_BP_ActionDiamondRing_C"); \ static_assert(sizeof(UUI_BP_ActionDiamondRing_C) == 0x000488, "Wrong size on UUI_BP_ActionDiamondRing_C"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, UberGraphFrame) == 0x000320, "Member 'UUI_BP_ActionDiamondRing_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, hideFocusFX) == 0x000328, "Member 'UUI_BP_ActionDiamondRing_C::hideFocusFX' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, showFocusFX) == 0x000330, "Member 'UUI_BP_ActionDiamondRing_C::showFocusFX' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, MiniDiamondLeft) == 0x000338, "Member 'UUI_BP_ActionDiamondRing_C::MiniDiamondLeft' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, MiniDiamondBottom) == 0x000340, "Member 'UUI_BP_ActionDiamondRing_C::MiniDiamondBottom' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, MiniDiamondRight) == 0x000348, "Member 'UUI_BP_ActionDiamondRing_C::MiniDiamondRight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, MiniDiamondTop) == 0x000350, "Member 'UUI_BP_ActionDiamondRing_C::MiniDiamondTop' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, SwapGroup) == 0x000358, "Member 'UUI_BP_ActionDiamondRing_C::SwapGroup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, ShowSpellCallouts) == 0x000360, "Member 'UUI_BP_ActionDiamondRing_C::ShowSpellCallouts' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, actionItem_Bottom) == 0x000368, "Member 'UUI_BP_ActionDiamondRing_C::actionItem_Bottom' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, actionItem_Left) == 0x000370, "Member 'UUI_BP_ActionDiamondRing_C::actionItem_Left' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, actionItem_Right) == 0x000378, "Member 'UUI_BP_ActionDiamondRing_C::actionItem_Right' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, actionItem_Top) == 0x000380, "Member 'UUI_BP_ActionDiamondRing_C::actionItem_Top' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, ActionRing) == 0x000388, "Member 'UUI_BP_ActionDiamondRing_C::ActionRing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, BottomButton) == 0x000390, "Member 'UUI_BP_ActionDiamondRing_C::BottomButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, bottomButtonGraphic) == 0x000398, "Member 'UUI_BP_ActionDiamondRing_C::bottomButtonGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, CalloutButton) == 0x0003A0, "Member 'UUI_BP_ActionDiamondRing_C::CalloutButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, dpadCallout) == 0x0003A8, "Member 'UUI_BP_ActionDiamondRing_C::dpadCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, dpadCallout_Both) == 0x0003B0, "Member 'UUI_BP_ActionDiamondRing_C::dpadCallout_Both' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, LeftButton) == 0x0003B8, "Member 'UUI_BP_ActionDiamondRing_C::LeftButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, leftButtonGraphic) == 0x0003C0, "Member 'UUI_BP_ActionDiamondRing_C::leftButtonGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, leftHanded) == 0x0003C8, "Member 'UUI_BP_ActionDiamondRing_C::leftHanded' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, leftHandedRevelio) == 0x0003D0, "Member 'UUI_BP_ActionDiamondRing_C::leftHandedRevelio' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, leftHandedSpellSelection) == 0x0003D8, "Member 'UUI_BP_ActionDiamondRing_C::leftHandedSpellSelection' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, mini1) == 0x0003E0, "Member 'UUI_BP_ActionDiamondRing_C::mini1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, mini2) == 0x0003E8, "Member 'UUI_BP_ActionDiamondRing_C::mini2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, mini3) == 0x0003F0, "Member 'UUI_BP_ActionDiamondRing_C::mini3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, mini4) == 0x0003F8, "Member 'UUI_BP_ActionDiamondRing_C::mini4' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, miniDiamond) == 0x000400, "Member 'UUI_BP_ActionDiamondRing_C::miniDiamond' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, MiniDiamondElements) == 0x000408, "Member 'UUI_BP_ActionDiamondRing_C::MiniDiamondElements' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, miniDpad) == 0x000410, "Member 'UUI_BP_ActionDiamondRing_C::miniDpad' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, miniFaceButtons) == 0x000418, "Member 'UUI_BP_ActionDiamondRing_C::miniFaceButtons' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, RevelioIcon) == 0x000420, "Member 'UUI_BP_ActionDiamondRing_C::RevelioIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, RightButton) == 0x000428, "Member 'UUI_BP_ActionDiamondRing_C::RightButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, rightButtonGraphic) == 0x000430, "Member 'UUI_BP_ActionDiamondRing_C::rightButtonGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, rightHanded) == 0x000438, "Member 'UUI_BP_ActionDiamondRing_C::rightHanded' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, spellSelectIcon) == 0x000440, "Member 'UUI_BP_ActionDiamondRing_C::spellSelectIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, TopButton) == 0x000448, "Member 'UUI_BP_ActionDiamondRing_C::TopButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, topButtonGraphic) == 0x000450, "Member 'UUI_BP_ActionDiamondRing_C::topButtonGraphic' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, ActiveMiniBack) == 0x000458, "Member 'UUI_BP_ActionDiamondRing_C::ActiveMiniBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, ActiveMiniFill) == 0x000460, "Member 'UUI_BP_ActionDiamondRing_C::ActiveMiniFill' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, isFocusFXShowing) == 0x000468, "Member 'UUI_BP_ActionDiamondRing_C::isFocusFXShowing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, MiniDiamondArray) == 0x000470, "Member 'UUI_BP_ActionDiamondRing_C::MiniDiamondArray' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionDiamondRing_C, isRevelioAvailable) == 0x000480, "Member 'UUI_BP_ActionDiamondRing_C::isRevelioAvailable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DescendoSpell_C_OnCanAffectTarget \ static_assert(alignof(BP_DescendoSpell_C_OnCanAffectTarget) == 0x000008, "Wrong alignment on BP_DescendoSpell_C_OnCanAffectTarget"); \ static_assert(sizeof(BP_DescendoSpell_C_OnCanAffectTarget) == 0x000010, "Wrong size on BP_DescendoSpell_C_OnCanAffectTarget"); \ static_assert(offsetof(BP_DescendoSpell_C_OnCanAffectTarget, Target) == 0x000000, "Member 'BP_DescendoSpell_C_OnCanAffectTarget::Target' has a wrong offset!"); \ static_assert(offsetof(BP_DescendoSpell_C_OnCanAffectTarget, bInCanAffectTarget) == 0x000008, "Member 'BP_DescendoSpell_C_OnCanAffectTarget::bInCanAffectTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DescendoSpell_C_ExecuteUbergraph_BP_DescendoSpell \ static_assert(alignof(BP_DescendoSpell_C_ExecuteUbergraph_BP_DescendoSpell) == 0x000008, "Wrong alignment on BP_DescendoSpell_C_ExecuteUbergraph_BP_DescendoSpell"); \ static_assert(sizeof(BP_DescendoSpell_C_ExecuteUbergraph_BP_DescendoSpell) == 0x000018, "Wrong size on BP_DescendoSpell_C_ExecuteUbergraph_BP_DescendoSpell"); \ static_assert(offsetof(BP_DescendoSpell_C_ExecuteUbergraph_BP_DescendoSpell, EntryPoint) == 0x000000, "Member 'BP_DescendoSpell_C_ExecuteUbergraph_BP_DescendoSpell::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_DescendoSpell_C_ExecuteUbergraph_BP_DescendoSpell, K2Node_Event_Target) == 0x000008, "Member 'BP_DescendoSpell_C_ExecuteUbergraph_BP_DescendoSpell::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_DescendoSpell_C_ExecuteUbergraph_BP_DescendoSpell, K2Node_Event_bInCanAffectTarget) == 0x000010, "Member 'BP_DescendoSpell_C_ExecuteUbergraph_BP_DescendoSpell::K2Node_Event_bInCanAffectTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DescendoSpell_C \ static_assert(alignof(ABP_DescendoSpell_C) == 0x000008, "Wrong alignment on ABP_DescendoSpell_C"); \ static_assert(sizeof(ABP_DescendoSpell_C) == 0x000910, "Wrong size on ABP_DescendoSpell_C"); \ static_assert(offsetof(ABP_DescendoSpell_C, UberGraphFrame) == 0x000900, "Member 'ABP_DescendoSpell_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_DescendoSpell_C, DefaultSceneRoot) == 0x000908, "Member 'ABP_DescendoSpell_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock \ static_assert(alignof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock) == 0x000010, "Wrong alignment on BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock"); \ static_assert(sizeof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock) == 0x000D10, "Wrong size on BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, EntryPoint) == 0x000000, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable) == 0x000008, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable) == 0x000018, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_1) == 0x000030, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_2) == 0x000060, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_AddComponent_ReturnValue) == 0x000090, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_AddComponent_ReturnValue_1) == 0x000098, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_3) == 0x0000A0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_1) == 0x0000B0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_4) == 0x0000C0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_2) == 0x0000D0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_5) == 0x0000E0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_3) == 0x0000F0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CreateDelegate_OutputDelegate) == 0x000100, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CreateDelegate_OutputDelegate_1) == 0x000110, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CreateDelegate_OutputDelegate_2) == 0x000120, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CreateDelegate_OutputDelegate_3) == 0x000130, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CreateDelegate_OutputDelegate_4) == 0x000140, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CreateDelegate_OutputDelegate_5) == 0x000150, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CreateDelegate_OutputDelegate_6) == 0x000160, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_6) == 0x000170, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_4) == 0x000180, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_5) == 0x000190, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_7) == 0x0001A0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue) == 0x0001B0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_1) == 0x0001B4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue) == 0x0001B8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x0001B9, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue) == 0x0001BA, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_1) == 0x0001BB, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0001BC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_2) == 0x0001C0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0001C4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x0001C8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_3) == 0x0001CC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_2) == 0x0001D0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x0001D1, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_3) == 0x0001D2, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_4) == 0x0001D4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue_4) == 0x0001D8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_4) == 0x0001D9, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanOR_ReturnValue) == 0x0001DA, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_5) == 0x0001DC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue_5) == 0x0001E0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_5) == 0x0001E1, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanOR_ReturnValue_1) == 0x0001E2, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0001E8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_DynamicCast_AsAble_Character_Interface) == 0x0001F0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_DynamicCast_bSuccess) == 0x000200, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000201, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetComponentByClass_ReturnValue) == 0x000208, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue) == 0x000210, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetLockable_ReturnValue) == 0x000218, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetLockable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_1) == 0x000220, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_2) == 0x000221, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000228, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_6) == 0x000230, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_8) == 0x000240, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_7) == 0x000250, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_9) == 0x000260, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_bool_Has_Been_Initd_Variable) == 0x000270, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_float_Variable) == 0x000274, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x000278, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_3) == 0x000280, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_8) == 0x000288, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_4) == 0x000298, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_5) == 0x0002A0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetWand_ReturnValue) == 0x0002A8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_ActorRemoveFade_wasFading) == 0x0002B0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_ActorRemoveFade_wasFading' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_3) == 0x0002B1, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0002B8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x0002C0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_float_Variable_1) == 0x0002C4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_float_Variable_2) == 0x0002C8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0002D0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x0002D8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_6) == 0x0002E0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetPlayerController_ReturnValue) == 0x0002E8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_7) == 0x0002F0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_bool_IsClosed_Variable) == 0x0002F8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_bool_IsClosed_Variable_1) == 0x0002F9, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_10) == 0x000300, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_float_Variable_3) == 0x000310, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_9) == 0x000314, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_11) == 0x000328, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetCompanionManager_ReturnValue) == 0x000338, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetCompanionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Array_Length_ReturnValue) == 0x000340, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_10) == 0x000344, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_4) == 0x000354, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_5) == 0x000355, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_12) == 0x000358, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_6) == 0x000368, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_6) == 0x00036C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue_6) == 0x000370, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_7) == 0x000374, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue_7) == 0x000378, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_8) == 0x00037C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue_8) == 0x000380, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_9) == 0x000384, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue_9) == 0x000388, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_float_Variable_4) == 0x00038C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_10) == 0x000390, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_11) == 0x000394, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue_10) == 0x000398, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue_11) == 0x000399, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue) == 0x00039C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue_1) == 0x0003A0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue_2) == 0x0003A4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanOR_ReturnValue_2) == 0x0003A8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanOR_ReturnValue_3) == 0x0003A9, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_7) == 0x0003AA, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanOR_ReturnValue_4) == 0x0003AB, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_8) == 0x0003AC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanOR_ReturnValue_5) == 0x0003AD, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_9) == 0x0003AE, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanOR_ReturnValue_6) == 0x0003AF, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_10) == 0x0003B0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_11) == 0x0003B1, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_12) == 0x0003B2, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_float_Variable_5) == 0x0003B4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanOR_ReturnValue_7) == 0x0003B8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_13) == 0x0003B9, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_12) == 0x0003BC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0003C0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_13) == 0x0003C4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0003C8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_11) == 0x0003CC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_14) == 0x0003DC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_15) == 0x0003E0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0003E4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0003F0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x0003F4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_16) == 0x0003F8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue_12) == 0x0003FC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000400, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000404, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_17) == 0x000408, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue_13) == 0x00040C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_SpawnForceFeedbackAtLocation_ReturnValue) == 0x000410, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_SpawnForceFeedbackAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_float_Variable_6) == 0x000418, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_bool_Has_Been_Initd_Variable_1) == 0x00041C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000420, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_SpawnForceFeedbackAtLocation_ReturnValue_1) == 0x000430, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_SpawnForceFeedbackAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetSocketLocation_ReturnValue) == 0x000438, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000444, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000448, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000454, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetSocketLocation_ReturnValue_2) == 0x000458, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetSocketLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetSocketLocation_ReturnValue_3) == 0x000464, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetSocketLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_13) == 0x000470, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue_3) == 0x000480, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Add_VectorVector_ReturnValue) == 0x000484, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000490, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_VLerp_ReturnValue) == 0x00049C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_VLerp_ReturnValue_1) == 0x0004A8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_VLerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0004B4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x00053C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanOR_ReturnValue_8) == 0x0005C4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanOR_ReturnValue_9) == 0x0005C5, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_14) == 0x0005C6, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_15) == 0x0005C7, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanOR_ReturnValue_10) == 0x0005C8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanOR_ReturnValue_11) == 0x0005C9, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanOR_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x0005CC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Conv_BoolToFloat_ReturnValue_1) == 0x0005D0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Conv_BoolToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Lerp_ReturnValue) == 0x0005D4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Lerp_ReturnValue_1) == 0x0005D8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_SpawnSystemAttached_ReturnValue) == 0x0005E0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_6) == 0x0005E8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_7) == 0x0005E9, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_SpawnSystemAttached_ReturnValue_1) == 0x0005F0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_SpawnSystemAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_8) == 0x0005F8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_bool_IsClosed_Variable_2) == 0x0005F9, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_9) == 0x0005FA, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_12) == 0x0005FC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_14) == 0x000610, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_13) == 0x000620, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue_4) == 0x000630, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_8) == 0x000638, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000640, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_DynamicCast_bSuccess_1) == 0x000650, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000658, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x000660, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_10) == 0x000661, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetLockable_ReturnValue_1) == 0x000668, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetLockable_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_11) == 0x000670, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_15) == 0x000678, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue_5) == 0x000688, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_12) == 0x00068C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_9) == 0x000690, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_float_Variable_7) == 0x000698, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_int_Variable) == 0x00069C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_float_Variable_8) == 0x0006A0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_10) == 0x0006A8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_11) == 0x0006B0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_14) == 0x0006B8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_16) == 0x0006C8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue_6) == 0x0006D8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_12) == 0x0006E0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_13) == 0x0006E8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetWand_ReturnValue_1) == 0x0006F0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetWand_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_ActorRemoveFade_wasFading_1) == 0x0006F8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_ActorRemoveFade_wasFading_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_13) == 0x0006F9, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000700, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BroadcastAction_Actor_ReturnValue_1) == 0x000708, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BroadcastAction_Actor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_float_Variable_9) == 0x00070C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_float_Variable_10) == 0x000710, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_float_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetPlayerCameraManager_ReturnValue_2) == 0x000718, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetPlayerCameraManager_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetPlayerCameraManager_ReturnValue_3) == 0x000720, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetPlayerCameraManager_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_14) == 0x000728, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetPlayerController_ReturnValue_1) == 0x000730, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_15) == 0x000738, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_bool_Has_Been_Initd_Variable_2) == 0x000740, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_int_Array_Index_Variable) == 0x000744, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_float_Variable_11) == 0x000748, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_float_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetCompanionManager_ReturnValue_1) == 0x000750, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetCompanionManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Array_Get_Item) == 0x000758, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Array_Length_ReturnValue_1) == 0x000760, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_15) == 0x000764, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Not_PreBool_ReturnValue) == 0x000774, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_16) == 0x000775, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Not_PreBool_ReturnValue_1) == 0x000776, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_float_Variable_12) == 0x000778, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_float_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_17) == 0x00077C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_CalcRightStickPressed_ReturnValue) == 0x00077D, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_CalcRightStickPressed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_CalcLeftStickPressed_ReturnValue) == 0x00077E, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_CalcLeftStickPressed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_bool_IsClosed_Variable_3) == 0x00077F, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Not_PreBool_ReturnValue_2) == 0x000780, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_18) == 0x000781, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_float_Variable_13) == 0x000784, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_float_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Not_PreBool_ReturnValue_3) == 0x000788, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_19) == 0x000789, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_float_Variable_14) == 0x00078C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_float_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_17) == 0x000790, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_14) == 0x0007A0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue_7) == 0x0007A4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_float_Variable_15) == 0x0007A8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_float_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_15) == 0x0007AC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_int_Variable_1) == 0x0007B0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_RightStickAngle_ReturnValue) == 0x0007B4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_RightStickAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_LeftStickAngle_ReturnValue) == 0x0007B8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_LeftStickAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_16) == 0x0007BC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_18) == 0x0007D0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_CalculateAnglesFromSticks_NewParam) == 0x0007E0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_CalculateAnglesFromSticks_NewParam' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue_8) == 0x0007E4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_int_Array_Index_Variable_1) == 0x0007E8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_16) == 0x0007EC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Array_Get_Item_1) == 0x0007F0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_int_Loop_Counter_Variable) == 0x0007F8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_IntInt_ReturnValue) == 0x0007FC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Add_IntInt_ReturnValue) == 0x000800, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_17) == 0x000804, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x000808, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Subtract_FloatFloat_ReturnValue_5) == 0x00080C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Subtract_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_SetAngleToRange_ReturnValue) == 0x000810, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_SetAngleToRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_SetAngleToRange_ReturnValue_1) == 0x000814, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_SetAngleToRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_18) == 0x000818, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_19) == 0x00081C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_20) == 0x000820, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000824, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Add_FloatFloat_ReturnValue) == 0x000828, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_SetAngleToRange_ReturnValue_2) == 0x00082C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_SetAngleToRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_21) == 0x000830, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000834, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_17) == 0x000838, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000848, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_SetAngleToRange_ReturnValue_3) == 0x00084C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_SetAngleToRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_22) == 0x000850, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_23) == 0x000854, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue_14) == 0x000858, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue_15) == 0x000859, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_int_Loop_Counter_Variable_1) == 0x00085C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_19) == 0x000860, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue_9) == 0x000870, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_IntInt_ReturnValue_1) == 0x000874, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Add_IntInt_ReturnValue_1) == 0x000878, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_bool_Has_Been_Initd_Variable_3) == 0x00087C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_16) == 0x000880, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_17) == 0x000888, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetWand_ReturnValue_2) == 0x000890, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetWand_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_ActorRemoveFade_wasFading_2) == 0x000898, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_ActorRemoveFade_wasFading_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_18) == 0x000899, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x0008A0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BroadcastAction_Actor_ReturnValue_2) == 0x0008A8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BroadcastAction_Actor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CreateDelegate_OutputDelegate_7) == 0x0008AC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetPlayerCameraManager_ReturnValue_4) == 0x0008C0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetPlayerCameraManager_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_18) == 0x0008C8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetPlayerController_ReturnValue_2) == 0x0008D0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_19) == 0x0008D8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetCompanionManager_ReturnValue_2) == 0x0008E0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetCompanionManager_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_int_Loop_Counter_Variable_2) == 0x0008E8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Add_IntInt_ReturnValue_2) == 0x0008EC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_int_Array_Index_Variable_2) == 0x0008F0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CreateDelegate_OutputDelegate_8) == 0x0008F4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_int_Loop_Counter_Variable_3) == 0x000904, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Add_IntInt_ReturnValue_3) == 0x000908, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_int_Array_Index_Variable_3) == 0x00090C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_Event_DeltaSeconds) == 0x000910, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CustomEvent_Caller_9) == 0x000918, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CustomEvent_Caller_9' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_DynamicCast_AsActor) == 0x000920, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_DynamicCast_bSuccess_2) == 0x000928, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetPlayerController_ReturnValue_3) == 0x000930, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_20) == 0x000938, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetWand_ReturnValue_3) == 0x000940, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetWand_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_21) == 0x000948, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_19) == 0x000950, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_ActorSetFadeInOut_FadeState) == 0x000951, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_ActorSetFadeInOut_FadeState' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetPlayerPawn_ReturnValue) == 0x000958, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000960, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetAnimInstance_ReturnValue) == 0x000968, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_DynamicCast_AsABP_Alohomora_Lock) == 0x000970, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_DynamicCast_AsABP_Alohomora_Lock' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_DynamicCast_bSuccess_3) == 0x000978, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_HermesBindEvent_Handle) == 0x000980, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Not_PreBool_ReturnValue_4) == 0x000990, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_HermesBindEvent_Handle_1) == 0x000998, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_20) == 0x0009A8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CustomEvent_Caller_8) == 0x0009B0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CustomEvent_Caller_8' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTimeSeconds_ReturnValue) == 0x0009B8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_21) == 0x0009BC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTimeSeconds_ReturnValue_1) == 0x0009C0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTimeSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Subtract_FloatFloat_ReturnValue_6) == 0x0009C4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Subtract_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_RandomIntegerInRange_ReturnValue) == 0x0009C8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x0009CC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_Select_Default) == 0x0009D0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_RandomIntegerInRange_ReturnValue_1) == 0x0009D4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_RandomIntegerInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_bool_Variable) == 0x0009D8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_Select_Default_1) == 0x0009DC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_Select_Default_2) == 0x0009E0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x0009E4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_FInterpTo_ReturnValue) == 0x0009E8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue_10) == 0x0009EC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue_11) == 0x0009F0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Subtract_FloatFloat_ReturnValue_7) == 0x0009F4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Subtract_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x0009F8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_24) == 0x0009FC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Subtract_FloatFloat_ReturnValue_8) == 0x000A00, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Subtract_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x000A04, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Abs_ReturnValue_25) == 0x000A08, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Abs_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x000A0C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_22) == 0x000A0D, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue_12) == 0x000A10, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue_13) == 0x000A14, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_18) == 0x000A18, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_SpawnSystemAttached_ReturnValue_2) == 0x000A28, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_SpawnSystemAttached_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_SpawnSystemAttached_ReturnValue_3) == 0x000A30, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_SpawnSystemAttached_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue_16) == 0x000A38, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_FloatFloat_ReturnValue_17) == 0x000A39, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_FloatFloat_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_23) == 0x000A3A, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_SpawnSystemAttached_ReturnValue_4) == 0x000A40, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_SpawnSystemAttached_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_SpawnSystemAttached_ReturnValue_5) == 0x000A48, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_SpawnSystemAttached_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_SpawnSystemAttached_ReturnValue_6) == 0x000A50, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_SpawnSystemAttached_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_SpawnSystemAttached_ReturnValue_7) == 0x000A58, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_SpawnSystemAttached_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000A60, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x000A61, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Get_ReturnValue) == 0x000A68, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetMapSubSystem_ReturnValue) == 0x000A70, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetMapSubSystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue_14) == 0x000A78, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetMiniMapManager_ReturnValue) == 0x000A80, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetMiniMapManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_22) == 0x000A88, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostEvent_ReturnValue) == 0x000A90, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_23) == 0x000A98, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CustomEvent_Caller_7) == 0x000AA0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CustomEvent_Caller_7' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostEvent_ReturnValue_1) == 0x000AA8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CustomEvent_Caller_6) == 0x000AB0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CustomEvent_Caller_6' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CustomEvent_HitBySpell) == 0x000AB8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CustomEvent_HitBySpell' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_HermesBindActorHitBySpell_Handle) == 0x000B00, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_HermesBindActorHitBySpell_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_24) == 0x000B10, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_Event_EndPlayReason) == 0x000B18, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000B19, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetPlayerController_ReturnValue_4) == 0x000B20, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetViewTarget_ReturnValue) == 0x000B28, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetViewTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_25) == 0x000B30, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetPlayerController_ReturnValue_5) == 0x000B38, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_20) == 0x000B40, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetTheBipedPlayer_ReturnValue_26) == 0x000B48, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetTheBipedPlayer_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_IsValid_ReturnValue_21) == 0x000B50, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_24) == 0x000B51, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000B52, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_HermesBindFloat_Handle) == 0x000B58, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_HermesBindFloat_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CustomEvent_Caller_5) == 0x000B68, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CustomEvent_Caller_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CustomEvent_Float_3) == 0x000B70, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CustomEvent_Float_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CustomEvent_Caller_4) == 0x000B78, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CustomEvent_Caller_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CustomEvent_Float_2) == 0x000B80, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CustomEvent_Float_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_HermesBindFloat_Handle_1) == 0x000B88, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_HermesBindFloat_Handle_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_HermesBindFloat_Handle_2) == 0x000B98, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_HermesBindFloat_Handle_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_HermesBindFloat_Handle_3) == 0x000BA8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_HermesBindFloat_Handle_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CustomEvent_Caller_3) == 0x000BB8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CustomEvent_Float_1) == 0x000BC0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CustomEvent_Float_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CustomEvent_Caller_2) == 0x000BC8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CustomEvent_Float) == 0x000BD0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CustomEvent_Float' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_bool_Variable_1) == 0x000BD4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_Select_Default_3) == 0x000BD8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000BDC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000BE0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_FInterpTo_ReturnValue_1) == 0x000BE4, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_FInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000BE8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_CalcRightStickPressed_ReturnValue_1) == 0x000BEC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_CalcRightStickPressed_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_25) == 0x000BED, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_CalcLeftStickPressed_ReturnValue_1) == 0x000BEE, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_CalcLeftStickPressed_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanOR_ReturnValue_12) == 0x000BEF, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanOR_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanOR_ReturnValue_13) == 0x000BF0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanOR_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Get_ReturnValue_1) == 0x000BF8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_BooleanAND_ReturnValue_26) == 0x000C00, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_BooleanAND_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_ForceCompleteTutorial_ReturnValue) == 0x000C01, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_ForceCompleteTutorial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_20) == 0x000C08, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_delegate_Variable_19) == 0x000C18, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_delegate_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue_15) == 0x000C28, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CustomEvent_Caller_1) == 0x000C30, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_HermesBindEvent_Handle_2) == 0x000C38, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000C48, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetCurrentGameDifficulty_Difficulty) == 0x000C50, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetCurrentGameDifficulty_Difficulty' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetCurrentGameDifficulty_ReturnValue) == 0x000C51, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetCurrentGameDifficulty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_SwitchEnum_CmpSuccess) == 0x000C52, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000C58, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Array_Get_Item_2) == 0x000C68, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Array_Get_Item_3) == 0x000C70, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Array_AddUnique_ReturnValue) == 0x000C78, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Array_Length_ReturnValue_2) == 0x000C7C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_IntInt_ReturnValue_2) == 0x000C80, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Array_Length_ReturnValue_3) == 0x000C84, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Less_IntInt_ReturnValue_3) == 0x000C88, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetColorByTag_ReturnValue) == 0x000C8C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetColorByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetColorByTag_ReturnValue_1) == 0x000C9C, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetColorByTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_GetCompanionManager_ReturnValue_3) == 0x000CB0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_GetCompanionManager_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, K2Node_CustomEvent_Caller) == 0x000CB8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_HermesBindEvent_Handle_3) == 0x000CC0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Get_ReturnValue_2) == 0x000CD0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, Temp_struct_Variable_21) == 0x000CD8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::Temp_struct_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_StartTutorial_ReturnValue) == 0x000CE8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_StartTutorial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue_16) == 0x000CEC, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_PostAkEvent_ReturnValue_17) == 0x000CF0, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_PostAkEvent_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_Get_ReturnValue_3) == 0x000CF8, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_ForceCompleteTutorial_ReturnValue_1) == 0x000D00, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_ForceCompleteTutorial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000D01, "Member 'BP_AlohomoraLock_C_ExecuteUbergraph_BP_AlohomoraLock::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_RefreshButtonCallouts \ static_assert(alignof(BP_AlohomoraLock_C_RefreshButtonCallouts) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_RefreshButtonCallouts"); \ static_assert(sizeof(BP_AlohomoraLock_C_RefreshButtonCallouts) == 0x000008, "Wrong size on BP_AlohomoraLock_C_RefreshButtonCallouts"); \ static_assert(offsetof(BP_AlohomoraLock_C_RefreshButtonCallouts, Caller) == 0x000000, "Member 'BP_AlohomoraLock_C_RefreshButtonCallouts::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_ExitImmediately \ static_assert(alignof(BP_AlohomoraLock_C_ExitImmediately) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_ExitImmediately"); \ static_assert(sizeof(BP_AlohomoraLock_C_ExitImmediately) == 0x000008, "Wrong size on BP_AlohomoraLock_C_ExitImmediately"); \ static_assert(offsetof(BP_AlohomoraLock_C_ExitImmediately, Caller) == 0x000000, "Member 'BP_AlohomoraLock_C_ExitImmediately::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_Alohomora_InnerRing_Released \ static_assert(alignof(BP_AlohomoraLock_C_Alohomora_InnerRing_Released) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_Alohomora_InnerRing_Released"); \ static_assert(sizeof(BP_AlohomoraLock_C_Alohomora_InnerRing_Released) == 0x000010, "Wrong size on BP_AlohomoraLock_C_Alohomora_InnerRing_Released"); \ static_assert(offsetof(BP_AlohomoraLock_C_Alohomora_InnerRing_Released, Caller) == 0x000000, "Member 'BP_AlohomoraLock_C_Alohomora_InnerRing_Released::Caller' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_Alohomora_InnerRing_Released, float_0) == 0x000008, "Member 'BP_AlohomoraLock_C_Alohomora_InnerRing_Released::float_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_Alohomora_OuterRing_Released \ static_assert(alignof(BP_AlohomoraLock_C_Alohomora_OuterRing_Released) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_Alohomora_OuterRing_Released"); \ static_assert(sizeof(BP_AlohomoraLock_C_Alohomora_OuterRing_Released) == 0x000010, "Wrong size on BP_AlohomoraLock_C_Alohomora_OuterRing_Released"); \ static_assert(offsetof(BP_AlohomoraLock_C_Alohomora_OuterRing_Released, Caller) == 0x000000, "Member 'BP_AlohomoraLock_C_Alohomora_OuterRing_Released::Caller' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_Alohomora_OuterRing_Released, float_0) == 0x000008, "Member 'BP_AlohomoraLock_C_Alohomora_OuterRing_Released::float_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_Alohomora_InnerRing_Pressed \ static_assert(alignof(BP_AlohomoraLock_C_Alohomora_InnerRing_Pressed) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_Alohomora_InnerRing_Pressed"); \ static_assert(sizeof(BP_AlohomoraLock_C_Alohomora_InnerRing_Pressed) == 0x000010, "Wrong size on BP_AlohomoraLock_C_Alohomora_InnerRing_Pressed"); \ static_assert(offsetof(BP_AlohomoraLock_C_Alohomora_InnerRing_Pressed, Caller) == 0x000000, "Member 'BP_AlohomoraLock_C_Alohomora_InnerRing_Pressed::Caller' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_Alohomora_InnerRing_Pressed, float_0) == 0x000008, "Member 'BP_AlohomoraLock_C_Alohomora_InnerRing_Pressed::float_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_Alohomora_OuterRing_Pressed \ static_assert(alignof(BP_AlohomoraLock_C_Alohomora_OuterRing_Pressed) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_Alohomora_OuterRing_Pressed"); \ static_assert(sizeof(BP_AlohomoraLock_C_Alohomora_OuterRing_Pressed) == 0x000010, "Wrong size on BP_AlohomoraLock_C_Alohomora_OuterRing_Pressed"); \ static_assert(offsetof(BP_AlohomoraLock_C_Alohomora_OuterRing_Pressed, Caller) == 0x000000, "Member 'BP_AlohomoraLock_C_Alohomora_OuterRing_Pressed::Caller' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_Alohomora_OuterRing_Pressed, float_0) == 0x000008, "Member 'BP_AlohomoraLock_C_Alohomora_OuterRing_Pressed::float_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_ReceiveEndPlay \ static_assert(alignof(BP_AlohomoraLock_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_AlohomoraLock_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_AlohomoraLock_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_AlohomoraLock_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_AlohomoraLock_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_AlohomoraLock_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_ActorHitBySpell \ static_assert(alignof(BP_AlohomoraLock_C_ActorHitBySpell) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_ActorHitBySpell"); \ static_assert(sizeof(BP_AlohomoraLock_C_ActorHitBySpell) == 0x000050, "Wrong size on BP_AlohomoraLock_C_ActorHitBySpell"); \ static_assert(offsetof(BP_AlohomoraLock_C_ActorHitBySpell, Caller) == 0x000000, "Member 'BP_AlohomoraLock_C_ActorHitBySpell::Caller' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ActorHitBySpell, HitBySpell) == 0x000008, "Member 'BP_AlohomoraLock_C_ActorHitBySpell::HitBySpell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_RightButtonPressed \ static_assert(alignof(BP_AlohomoraLock_C_RightButtonPressed) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_RightButtonPressed"); \ static_assert(sizeof(BP_AlohomoraLock_C_RightButtonPressed) == 0x000008, "Wrong size on BP_AlohomoraLock_C_RightButtonPressed"); \ static_assert(offsetof(BP_AlohomoraLock_C_RightButtonPressed, Caller) == 0x000000, "Member 'BP_AlohomoraLock_C_RightButtonPressed::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_CabinetOpen \ static_assert(alignof(BP_AlohomoraLock_C_CabinetOpen) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_CabinetOpen"); \ static_assert(sizeof(BP_AlohomoraLock_C_CabinetOpen) == 0x000008, "Wrong size on BP_AlohomoraLock_C_CabinetOpen"); \ static_assert(offsetof(BP_AlohomoraLock_C_CabinetOpen, Caller) == 0x000000, "Member 'BP_AlohomoraLock_C_CabinetOpen::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_InteractionInitiated \ static_assert(alignof(BP_AlohomoraLock_C_InteractionInitiated) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_InteractionInitiated"); \ static_assert(sizeof(BP_AlohomoraLock_C_InteractionInitiated) == 0x000008, "Wrong size on BP_AlohomoraLock_C_InteractionInitiated"); \ static_assert(offsetof(BP_AlohomoraLock_C_InteractionInitiated, Caller) == 0x000000, "Member 'BP_AlohomoraLock_C_InteractionInitiated::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_ReceiveTick \ static_assert(alignof(BP_AlohomoraLock_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_AlohomoraLock_C_ReceiveTick"); \ static_assert(sizeof(BP_AlohomoraLock_C_ReceiveTick) == 0x000004, "Wrong size on BP_AlohomoraLock_C_ReceiveTick"); \ static_assert(offsetof(BP_AlohomoraLock_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_AlohomoraLock_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_CalculateAnglesFromSticks \ static_assert(alignof(BP_AlohomoraLock_C_CalculateAnglesFromSticks) == 0x000004, "Wrong alignment on BP_AlohomoraLock_C_CalculateAnglesFromSticks"); \ static_assert(sizeof(BP_AlohomoraLock_C_CalculateAnglesFromSticks) == 0x0000B8, "Wrong size on BP_AlohomoraLock_C_CalculateAnglesFromSticks"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, DeltaTime) == 0x000000, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, NewParam) == 0x000004, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::NewParam' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, InnerInterpSpeed) == 0x000008, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::InnerInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, OuterInterpSpeed) == 0x00000C, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::OuterInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, DeltaSec) == 0x000010, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::DeltaSec' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_RightStickAngle_ReturnValue) == 0x000014, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_RightStickAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_LeftStickAngle_ReturnValue) == 0x000018, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_LeftStickAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000020, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_Add_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000028, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_LeftStickAngle_ReturnValue_1) == 0x00002C, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_LeftStickAngle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_RightStickAngle_ReturnValue_1) == 0x000030, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_RightStickAngle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_PickClosest45_Out) == 0x000034, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_PickClosest45_Out' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_PickClosest45_Out_1) == 0x000038, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_PickClosest45_Out_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_MakeRotator_ReturnValue) == 0x00003C, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_MakeRotator_ReturnValue_1) == 0x000048, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_RInterpTo_ReturnValue) == 0x000054, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_BreakRotator_Roll) == 0x000060, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_BreakRotator_Pitch) == 0x000064, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_BreakRotator_Yaw) == 0x000068, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_SetAngleToRange_ReturnValue) == 0x00006C, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_SetAngleToRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_MakeRotator_ReturnValue_2) == 0x000070, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_MakeRotator_ReturnValue_3) == 0x00007C, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_MakeRotator_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000088, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_RInterpTo_ReturnValue_1) == 0x00008C, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_RInterpTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_SetAngleToRange_ReturnValue_1) == 0x000098, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_SetAngleToRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_BreakRotator_Roll_1) == 0x00009C, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_BreakRotator_Pitch_1) == 0x0000A0, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_BreakRotator_Yaw_1) == 0x0000A4, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_Abs_ReturnValue) == 0x0000A8, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x0000AC, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_SetAngleToRange_ReturnValue_2) == 0x0000B0, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_SetAngleToRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateAnglesFromSticks, CallFunc_Abs_ReturnValue_1) == 0x0000B4, "Member 'BP_AlohomoraLock_C_CalculateAnglesFromSticks::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_SetAngleToRange \ static_assert(alignof(BP_AlohomoraLock_C_SetAngleToRange) == 0x000004, "Wrong alignment on BP_AlohomoraLock_C_SetAngleToRange"); \ static_assert(sizeof(BP_AlohomoraLock_C_SetAngleToRange) == 0x00001C, "Wrong size on BP_AlohomoraLock_C_SetAngleToRange"); \ static_assert(offsetof(BP_AlohomoraLock_C_SetAngleToRange, InputPin) == 0x000000, "Member 'BP_AlohomoraLock_C_SetAngleToRange::InputPin' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_SetAngleToRange, ReturnValue) == 0x000004, "Member 'BP_AlohomoraLock_C_SetAngleToRange::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_SetAngleToRange, Angle) == 0x000008, "Member 'BP_AlohomoraLock_C_SetAngleToRange::Angle' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_SetAngleToRange, CallFunc_Add_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_AlohomoraLock_C_SetAngleToRange::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_SetAngleToRange, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_AlohomoraLock_C_SetAngleToRange::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_SetAngleToRange, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_AlohomoraLock_C_SetAngleToRange::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_SetAngleToRange, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_AlohomoraLock_C_SetAngleToRange::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_PickClosest45 \ static_assert(alignof(BP_AlohomoraLock_C_PickClosest45) == 0x000004, "Wrong alignment on BP_AlohomoraLock_C_PickClosest45"); \ static_assert(sizeof(BP_AlohomoraLock_C_PickClosest45) == 0x000018, "Wrong size on BP_AlohomoraLock_C_PickClosest45"); \ static_assert(offsetof(BP_AlohomoraLock_C_PickClosest45, A) == 0x000000, "Member 'BP_AlohomoraLock_C_PickClosest45::A' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_PickClosest45, Out) == 0x000004, "Member 'BP_AlohomoraLock_C_PickClosest45::Out' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_PickClosest45, Value) == 0x000008, "Member 'BP_AlohomoraLock_C_PickClosest45::Value' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_PickClosest45, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_AlohomoraLock_C_PickClosest45::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_PickClosest45, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x00000D, "Member 'BP_AlohomoraLock_C_PickClosest45::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_PickClosest45, CallFunc_GreaterEqual_FloatFloat_ReturnValue_2) == 0x00000E, "Member 'BP_AlohomoraLock_C_PickClosest45::CallFunc_GreaterEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_PickClosest45, CallFunc_GreaterEqual_FloatFloat_ReturnValue_3) == 0x00000F, "Member 'BP_AlohomoraLock_C_PickClosest45::CallFunc_GreaterEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_PickClosest45, CallFunc_GreaterEqual_FloatFloat_ReturnValue_4) == 0x000010, "Member 'BP_AlohomoraLock_C_PickClosest45::CallFunc_GreaterEqual_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_PickClosest45, CallFunc_GreaterEqual_FloatFloat_ReturnValue_5) == 0x000011, "Member 'BP_AlohomoraLock_C_PickClosest45::CallFunc_GreaterEqual_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_PickClosest45, CallFunc_GreaterEqual_FloatFloat_ReturnValue_6) == 0x000012, "Member 'BP_AlohomoraLock_C_PickClosest45::CallFunc_GreaterEqual_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_PickClosest45, CallFunc_Less_FloatFloat_ReturnValue) == 0x000013, "Member 'BP_AlohomoraLock_C_PickClosest45::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_PickClosest45, CallFunc_GreaterEqual_FloatFloat_ReturnValue_7) == 0x000014, "Member 'BP_AlohomoraLock_C_PickClosest45::CallFunc_GreaterEqual_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_PickClosest45, CallFunc_BooleanOR_ReturnValue) == 0x000015, "Member 'BP_AlohomoraLock_C_PickClosest45::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_OnLeftStickPressed \ static_assert(alignof(BP_AlohomoraLock_C_OnLeftStickPressed) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_OnLeftStickPressed"); \ static_assert(sizeof(BP_AlohomoraLock_C_OnLeftStickPressed) == 0x000048, "Wrong size on BP_AlohomoraLock_C_OnLeftStickPressed"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnLeftStickPressed, OuterSocketDegrees) == 0x000000, "Member 'BP_AlohomoraLock_C_OnLeftStickPressed::OuterSocketDegrees' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnLeftStickPressed, Temp_delegate_Variable) == 0x000004, "Member 'BP_AlohomoraLock_C_OnLeftStickPressed::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnLeftStickPressed, Temp_struct_Variable) == 0x000018, "Member 'BP_AlohomoraLock_C_OnLeftStickPressed::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnLeftStickPressed, CallFunc_LeftStickAngle_ReturnValue) == 0x000028, "Member 'BP_AlohomoraLock_C_OnLeftStickPressed::CallFunc_LeftStickAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnLeftStickPressed, CallFunc_PostAkEvent_ReturnValue) == 0x00002C, "Member 'BP_AlohomoraLock_C_OnLeftStickPressed::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnLeftStickPressed, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_AlohomoraLock_C_OnLeftStickPressed::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnLeftStickPressed, CallFunc_SetAngleToRange_ReturnValue) == 0x000034, "Member 'BP_AlohomoraLock_C_OnLeftStickPressed::CallFunc_SetAngleToRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnLeftStickPressed, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_AlohomoraLock_C_OnLeftStickPressed::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnLeftStickPressed, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000039, "Member 'BP_AlohomoraLock_C_OnLeftStickPressed::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnLeftStickPressed, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x00003A, "Member 'BP_AlohomoraLock_C_OnLeftStickPressed::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnLeftStickPressed, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x00003B, "Member 'BP_AlohomoraLock_C_OnLeftStickPressed::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnLeftStickPressed, CallFunc_Greater_FloatFloat_ReturnValue_4) == 0x00003C, "Member 'BP_AlohomoraLock_C_OnLeftStickPressed::CallFunc_Greater_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnLeftStickPressed, CallFunc_Greater_FloatFloat_ReturnValue_5) == 0x00003D, "Member 'BP_AlohomoraLock_C_OnLeftStickPressed::CallFunc_Greater_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnLeftStickPressed, CallFunc_Greater_FloatFloat_ReturnValue_6) == 0x00003E, "Member 'BP_AlohomoraLock_C_OnLeftStickPressed::CallFunc_Greater_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnLeftStickPressed, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00003F, "Member 'BP_AlohomoraLock_C_OnLeftStickPressed::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnLeftStickPressed, CallFunc_BooleanOR_ReturnValue) == 0x000040, "Member 'BP_AlohomoraLock_C_OnLeftStickPressed::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_RightStickAngle \ static_assert(alignof(BP_AlohomoraLock_C_RightStickAngle) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_RightStickAngle"); \ static_assert(sizeof(BP_AlohomoraLock_C_RightStickAngle) == 0x000020, "Wrong size on BP_AlohomoraLock_C_RightStickAngle"); \ static_assert(offsetof(BP_AlohomoraLock_C_RightStickAngle, ReturnValue) == 0x000000, "Member 'BP_AlohomoraLock_C_RightStickAngle::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_RightStickAngle, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BP_AlohomoraLock_C_RightStickAngle::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_RightStickAngle, CallFunc_GetInputAxisValue_ReturnValue) == 0x000010, "Member 'BP_AlohomoraLock_C_RightStickAngle::CallFunc_GetInputAxisValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_RightStickAngle, CallFunc_GetInputAxisValue_ReturnValue_1) == 0x000014, "Member 'BP_AlohomoraLock_C_RightStickAngle::CallFunc_GetInputAxisValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_RightStickAngle, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_AlohomoraLock_C_RightStickAngle::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_RightStickAngle, CallFunc_DegAtan2_ReturnValue) == 0x00001C, "Member 'BP_AlohomoraLock_C_RightStickAngle::CallFunc_DegAtan2_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_LeftStickAngle \ static_assert(alignof(BP_AlohomoraLock_C_LeftStickAngle) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_LeftStickAngle"); \ static_assert(sizeof(BP_AlohomoraLock_C_LeftStickAngle) == 0x000020, "Wrong size on BP_AlohomoraLock_C_LeftStickAngle"); \ static_assert(offsetof(BP_AlohomoraLock_C_LeftStickAngle, ReturnValue) == 0x000000, "Member 'BP_AlohomoraLock_C_LeftStickAngle::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_LeftStickAngle, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BP_AlohomoraLock_C_LeftStickAngle::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_LeftStickAngle, CallFunc_GetInputAxisValue_ReturnValue) == 0x000010, "Member 'BP_AlohomoraLock_C_LeftStickAngle::CallFunc_GetInputAxisValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_LeftStickAngle, CallFunc_GetInputAxisValue_ReturnValue_1) == 0x000014, "Member 'BP_AlohomoraLock_C_LeftStickAngle::CallFunc_GetInputAxisValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_LeftStickAngle, CallFunc_DegAtan2_ReturnValue) == 0x000018, "Member 'BP_AlohomoraLock_C_LeftStickAngle::CallFunc_DegAtan2_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_CalcRightStickPressed \ static_assert(alignof(BP_AlohomoraLock_C_CalcRightStickPressed) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_CalcRightStickPressed"); \ static_assert(sizeof(BP_AlohomoraLock_C_CalcRightStickPressed) == 0x000028, "Wrong size on BP_AlohomoraLock_C_CalcRightStickPressed"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcRightStickPressed, ReturnValue) == 0x000000, "Member 'BP_AlohomoraLock_C_CalcRightStickPressed::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcRightStickPressed, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BP_AlohomoraLock_C_CalcRightStickPressed::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcRightStickPressed, CallFunc_GetInputAxisValue_ReturnValue) == 0x000010, "Member 'BP_AlohomoraLock_C_CalcRightStickPressed::CallFunc_GetInputAxisValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcRightStickPressed, CallFunc_GetInputAxisValue_ReturnValue_1) == 0x000014, "Member 'BP_AlohomoraLock_C_CalcRightStickPressed::CallFunc_GetInputAxisValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcRightStickPressed, CallFunc_Abs_ReturnValue) == 0x000018, "Member 'BP_AlohomoraLock_C_CalcRightStickPressed::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcRightStickPressed, CallFunc_Abs_ReturnValue_1) == 0x00001C, "Member 'BP_AlohomoraLock_C_CalcRightStickPressed::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcRightStickPressed, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_AlohomoraLock_C_CalcRightStickPressed::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcRightStickPressed, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000021, "Member 'BP_AlohomoraLock_C_CalcRightStickPressed::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcRightStickPressed, CallFunc_BooleanOR_ReturnValue) == 0x000022, "Member 'BP_AlohomoraLock_C_CalcRightStickPressed::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_CalcLeftStickPressed \ static_assert(alignof(BP_AlohomoraLock_C_CalcLeftStickPressed) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_CalcLeftStickPressed"); \ static_assert(sizeof(BP_AlohomoraLock_C_CalcLeftStickPressed) == 0x000028, "Wrong size on BP_AlohomoraLock_C_CalcLeftStickPressed"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcLeftStickPressed, ReturnValue) == 0x000000, "Member 'BP_AlohomoraLock_C_CalcLeftStickPressed::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcLeftStickPressed, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BP_AlohomoraLock_C_CalcLeftStickPressed::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcLeftStickPressed, CallFunc_GetInputAxisValue_ReturnValue) == 0x000010, "Member 'BP_AlohomoraLock_C_CalcLeftStickPressed::CallFunc_GetInputAxisValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcLeftStickPressed, CallFunc_GetInputAxisValue_ReturnValue_1) == 0x000014, "Member 'BP_AlohomoraLock_C_CalcLeftStickPressed::CallFunc_GetInputAxisValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcLeftStickPressed, CallFunc_Abs_ReturnValue) == 0x000018, "Member 'BP_AlohomoraLock_C_CalcLeftStickPressed::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcLeftStickPressed, CallFunc_Abs_ReturnValue_1) == 0x00001C, "Member 'BP_AlohomoraLock_C_CalcLeftStickPressed::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcLeftStickPressed, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_AlohomoraLock_C_CalcLeftStickPressed::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcLeftStickPressed, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000021, "Member 'BP_AlohomoraLock_C_CalcLeftStickPressed::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalcLeftStickPressed, CallFunc_BooleanOR_ReturnValue) == 0x000022, "Member 'BP_AlohomoraLock_C_CalcLeftStickPressed::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_OnRightStickPressed \ static_assert(alignof(BP_AlohomoraLock_C_OnRightStickPressed) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_OnRightStickPressed"); \ static_assert(sizeof(BP_AlohomoraLock_C_OnRightStickPressed) == 0x000048, "Wrong size on BP_AlohomoraLock_C_OnRightStickPressed"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnRightStickPressed, InnerSocketDegrees) == 0x000000, "Member 'BP_AlohomoraLock_C_OnRightStickPressed::InnerSocketDegrees' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnRightStickPressed, Temp_delegate_Variable) == 0x000004, "Member 'BP_AlohomoraLock_C_OnRightStickPressed::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnRightStickPressed, Temp_struct_Variable) == 0x000018, "Member 'BP_AlohomoraLock_C_OnRightStickPressed::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnRightStickPressed, CallFunc_PostAkEvent_ReturnValue) == 0x000028, "Member 'BP_AlohomoraLock_C_OnRightStickPressed::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnRightStickPressed, CallFunc_RightStickAngle_ReturnValue) == 0x00002C, "Member 'BP_AlohomoraLock_C_OnRightStickPressed::CallFunc_RightStickAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnRightStickPressed, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_AlohomoraLock_C_OnRightStickPressed::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnRightStickPressed, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000031, "Member 'BP_AlohomoraLock_C_OnRightStickPressed::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnRightStickPressed, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000032, "Member 'BP_AlohomoraLock_C_OnRightStickPressed::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnRightStickPressed, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x000033, "Member 'BP_AlohomoraLock_C_OnRightStickPressed::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnRightStickPressed, CallFunc_Greater_FloatFloat_ReturnValue_4) == 0x000034, "Member 'BP_AlohomoraLock_C_OnRightStickPressed::CallFunc_Greater_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnRightStickPressed, CallFunc_Greater_FloatFloat_ReturnValue_5) == 0x000035, "Member 'BP_AlohomoraLock_C_OnRightStickPressed::CallFunc_Greater_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnRightStickPressed, CallFunc_Greater_FloatFloat_ReturnValue_6) == 0x000036, "Member 'BP_AlohomoraLock_C_OnRightStickPressed::CallFunc_Greater_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnRightStickPressed, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000037, "Member 'BP_AlohomoraLock_C_OnRightStickPressed::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnRightStickPressed, CallFunc_BooleanOR_ReturnValue) == 0x000038, "Member 'BP_AlohomoraLock_C_OnRightStickPressed::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnRightStickPressed, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00003C, "Member 'BP_AlohomoraLock_C_OnRightStickPressed::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OnRightStickPressed, CallFunc_SetAngleToRange_ReturnValue) == 0x000040, "Member 'BP_AlohomoraLock_C_OnRightStickPressed::CallFunc_SetAngleToRange_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_InnerFXAngle \ static_assert(alignof(BP_AlohomoraLock_C_InnerFXAngle) == 0x000004, "Wrong alignment on BP_AlohomoraLock_C_InnerFXAngle"); \ static_assert(sizeof(BP_AlohomoraLock_C_InnerFXAngle) == 0x000010, "Wrong size on BP_AlohomoraLock_C_InnerFXAngle"); \ static_assert(offsetof(BP_AlohomoraLock_C_InnerFXAngle, ReturnValue) == 0x000000, "Member 'BP_AlohomoraLock_C_InnerFXAngle::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_InnerFXAngle, CallFunc_RightStickAngle_ReturnValue) == 0x000004, "Member 'BP_AlohomoraLock_C_InnerFXAngle::CallFunc_RightStickAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_InnerFXAngle, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_AlohomoraLock_C_InnerFXAngle::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_InnerFXAngle, CallFunc_Add_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_AlohomoraLock_C_InnerFXAngle::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_OuterFXAngle \ static_assert(alignof(BP_AlohomoraLock_C_OuterFXAngle) == 0x000004, "Wrong alignment on BP_AlohomoraLock_C_OuterFXAngle"); \ static_assert(sizeof(BP_AlohomoraLock_C_OuterFXAngle) == 0x000010, "Wrong size on BP_AlohomoraLock_C_OuterFXAngle"); \ static_assert(offsetof(BP_AlohomoraLock_C_OuterFXAngle, ReturnValue) == 0x000000, "Member 'BP_AlohomoraLock_C_OuterFXAngle::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OuterFXAngle, CallFunc_LeftStickAngle_ReturnValue) == 0x000004, "Member 'BP_AlohomoraLock_C_OuterFXAngle::CallFunc_LeftStickAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OuterFXAngle, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_AlohomoraLock_C_OuterFXAngle::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_OuterFXAngle, CallFunc_Add_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_AlohomoraLock_C_OuterFXAngle::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_ClickSFX \ static_assert(alignof(BP_AlohomoraLock_C_ClickSFX) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_ClickSFX"); \ static_assert(sizeof(BP_AlohomoraLock_C_ClickSFX) == 0x000090, "Wrong size on BP_AlohomoraLock_C_ClickSFX"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, PrevInnerClicksInt) == 0x000000, "Member 'BP_AlohomoraLock_C_ClickSFX::PrevInnerClicksInt' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, InnerClicksInt) == 0x000004, "Member 'BP_AlohomoraLock_C_ClickSFX::InnerClicksInt' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, PrevOuterClicksInt) == 0x000008, "Member 'BP_AlohomoraLock_C_ClickSFX::PrevOuterClicksInt' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, OuterClicksInt) == 0x00000C, "Member 'BP_AlohomoraLock_C_ClickSFX::OuterClicksInt' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, DegreesBetweenClicks) == 0x000010, "Member 'BP_AlohomoraLock_C_ClickSFX::DegreesBetweenClicks' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, Temp_struct_Variable) == 0x000018, "Member 'BP_AlohomoraLock_C_ClickSFX::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, Temp_delegate_Variable) == 0x000028, "Member 'BP_AlohomoraLock_C_ClickSFX::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, Temp_delegate_Variable_1) == 0x000038, "Member 'BP_AlohomoraLock_C_ClickSFX::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000048, "Member 'BP_AlohomoraLock_C_ClickSFX::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, Temp_struct_Variable_1) == 0x000050, "Member 'BP_AlohomoraLock_C_ClickSFX::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, CallFunc_PostAkEvent_ReturnValue) == 0x000060, "Member 'BP_AlohomoraLock_C_ClickSFX::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, CallFunc_PostAkEvent_ReturnValue_1) == 0x000064, "Member 'BP_AlohomoraLock_C_ClickSFX::CallFunc_PostAkEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000068, "Member 'BP_AlohomoraLock_C_ClickSFX::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, CallFunc_FTrunc_ReturnValue) == 0x00006C, "Member 'BP_AlohomoraLock_C_ClickSFX::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000070, "Member 'BP_AlohomoraLock_C_ClickSFX::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, CallFunc_FTrunc_ReturnValue_1) == 0x000074, "Member 'BP_AlohomoraLock_C_ClickSFX::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000078, "Member 'BP_AlohomoraLock_C_ClickSFX::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x00007C, "Member 'BP_AlohomoraLock_C_ClickSFX::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, CallFunc_FTrunc_ReturnValue_2) == 0x000080, "Member 'BP_AlohomoraLock_C_ClickSFX::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x000084, "Member 'BP_AlohomoraLock_C_ClickSFX::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ClickSFX, CallFunc_FTrunc_ReturnValue_3) == 0x000088, "Member 'BP_AlohomoraLock_C_ClickSFX::CallFunc_FTrunc_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_CalculateJitter \ static_assert(alignof(BP_AlohomoraLock_C_CalculateJitter) == 0x000004, "Wrong alignment on BP_AlohomoraLock_C_CalculateJitter"); \ static_assert(sizeof(BP_AlohomoraLock_C_CalculateJitter) == 0x0000AC, "Wrong size on BP_AlohomoraLock_C_CalculateJitter"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, JitterSpeed) == 0x000000, "Member 'BP_AlohomoraLock_C_CalculateJitter::JitterSpeed' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_RandomFloatInRange_ReturnValue) == 0x000004, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000008, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x00000C, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x000010, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_GetActorForwardVector_ReturnValue) == 0x000014, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000024, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_GetActorUpVector_ReturnValue) == 0x000030, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_GetActorUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x00003C, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_Add_VectorVector_ReturnValue) == 0x000048, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000054, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_VLerp_ReturnValue) == 0x000058, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_GetActorForwardVector_ReturnValue_1) == 0x000064, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_GetActorForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_GetActorUpVector_ReturnValue_1) == 0x000070, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_GetActorUpVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x00007C, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x000088, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000094, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_CalculateJitter, CallFunc_VLerp_ReturnValue_1) == 0x0000A0, "Member 'BP_AlohomoraLock_C_CalculateJitter::CallFunc_VLerp_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_ActivateUI \ static_assert(alignof(BP_AlohomoraLock_C_ActivateUI) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_ActivateUI"); \ static_assert(sizeof(BP_AlohomoraLock_C_ActivateUI) == 0x000020, "Wrong size on BP_AlohomoraLock_C_ActivateUI"); \ static_assert(offsetof(BP_AlohomoraLock_C_ActivateUI, Activate) == 0x000000, "Member 'BP_AlohomoraLock_C_ActivateUI::Activate' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ActivateUI, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_AlohomoraLock_C_ActivateUI::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ActivateUI, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_AlohomoraLock_C_ActivateUI::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ActivateUI, CallFunc_Create_ReturnValue) == 0x000010, "Member 'BP_AlohomoraLock_C_ActivateUI::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_ActivateUI, CallFunc_Get_ReturnValue) == 0x000018, "Member 'BP_AlohomoraLock_C_ActivateUI::CallFunc_Get_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_PlayLightWhooshMotion \ static_assert(alignof(BP_AlohomoraLock_C_PlayLightWhooshMotion) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_PlayLightWhooshMotion"); \ static_assert(sizeof(BP_AlohomoraLock_C_PlayLightWhooshMotion) == 0x000018, "Wrong size on BP_AlohomoraLock_C_PlayLightWhooshMotion"); \ static_assert(offsetof(BP_AlohomoraLock_C_PlayLightWhooshMotion, StickAngle) == 0x000000, "Member 'BP_AlohomoraLock_C_PlayLightWhooshMotion::StickAngle' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_PlayLightWhooshMotion, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'BP_AlohomoraLock_C_PlayLightWhooshMotion::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_PlayLightWhooshMotion, CallFunc_SpawnAkComponentAtLocation_ReturnValue) == 0x000010, "Member 'BP_AlohomoraLock_C_PlayLightWhooshMotion::CallFunc_SpawnAkComponentAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_UpdateLegend \ static_assert(alignof(BP_AlohomoraLock_C_UpdateLegend) == 0x000008, "Wrong alignment on BP_AlohomoraLock_C_UpdateLegend"); \ static_assert(sizeof(BP_AlohomoraLock_C_UpdateLegend) == 0x000180, "Wrong size on BP_AlohomoraLock_C_UpdateLegend"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, Temp_byte_Variable) == 0x000000, "Member 'BP_AlohomoraLock_C_UpdateLegend::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, Temp_string_Variable) == 0x000008, "Member 'BP_AlohomoraLock_C_UpdateLegend::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, Temp_string_Variable_1) == 0x000018, "Member 'BP_AlohomoraLock_C_UpdateLegend::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, Temp_string_Variable_2) == 0x000028, "Member 'BP_AlohomoraLock_C_UpdateLegend::Temp_string_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, Temp_byte_Variable_1) == 0x000038, "Member 'BP_AlohomoraLock_C_UpdateLegend::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, Temp_string_Variable_3) == 0x000040, "Member 'BP_AlohomoraLock_C_UpdateLegend::Temp_string_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, Temp_string_Variable_4) == 0x000050, "Member 'BP_AlohomoraLock_C_UpdateLegend::Temp_string_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, Temp_string_Variable_5) == 0x000060, "Member 'BP_AlohomoraLock_C_UpdateLegend::Temp_string_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, CallFunc_GetUIManagerPure_ReturnValue) == 0x000070, "Member 'BP_AlohomoraLock_C_UpdateLegend::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, K2Node_MakeStruct_LegendItemData) == 0x000078, "Member 'BP_AlohomoraLock_C_UpdateLegend::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, CallFunc_GetLastUsedInputDevice_ReturnValue) == 0x0000A8, "Member 'BP_AlohomoraLock_C_UpdateLegend::CallFunc_GetLastUsedInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, CallFunc_GetCurrentGameDifficulty_Difficulty) == 0x0000A9, "Member 'BP_AlohomoraLock_C_UpdateLegend::CallFunc_GetCurrentGameDifficulty_Difficulty' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, CallFunc_GetCurrentGameDifficulty_ReturnValue) == 0x0000AA, "Member 'BP_AlohomoraLock_C_UpdateLegend::CallFunc_GetCurrentGameDifficulty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, K2Node_SwitchEnum_CmpSuccess) == 0x0000AB, "Member 'BP_AlohomoraLock_C_UpdateLegend::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, K2Node_Select_Default) == 0x0000B0, "Member 'BP_AlohomoraLock_C_UpdateLegend::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, K2Node_MakeStruct_LegendItemData_1) == 0x0000C0, "Member 'BP_AlohomoraLock_C_UpdateLegend::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, K2Node_Select_Default_1) == 0x0000F0, "Member 'BP_AlohomoraLock_C_UpdateLegend::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, K2Node_MakeStruct_LegendItemData_2) == 0x000100, "Member 'BP_AlohomoraLock_C_UpdateLegend::K2Node_MakeStruct_LegendItemData_2' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, K2Node_MakeStruct_LegendItemData_3) == 0x000130, "Member 'BP_AlohomoraLock_C_UpdateLegend::K2Node_MakeStruct_LegendItemData_3' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, K2Node_MakeArray_Array) == 0x000160, "Member 'BP_AlohomoraLock_C_UpdateLegend::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_UpdateLegend, K2Node_MakeArray_Array_1) == 0x000170, "Member 'BP_AlohomoraLock_C_UpdateLegend::K2Node_MakeArray_Array_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AlohomoraLock_C_HighContrastMode \ static_assert(alignof(BP_AlohomoraLock_C_HighContrastMode) == 0x000004, "Wrong alignment on BP_AlohomoraLock_C_HighContrastMode"); \ static_assert(sizeof(BP_AlohomoraLock_C_HighContrastMode) == 0x000010, "Wrong size on BP_AlohomoraLock_C_HighContrastMode"); \ static_assert(offsetof(BP_AlohomoraLock_C_HighContrastMode, Disable) == 0x000000, "Member 'BP_AlohomoraLock_C_HighContrastMode::Disable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_HighContrastMode, Temp_bool_Variable) == 0x000001, "Member 'BP_AlohomoraLock_C_HighContrastMode::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_HighContrastMode, Temp_float_Variable) == 0x000004, "Member 'BP_AlohomoraLock_C_HighContrastMode::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_HighContrastMode, Temp_float_Variable_1) == 0x000008, "Member 'BP_AlohomoraLock_C_HighContrastMode::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AlohomoraLock_C_HighContrastMode, K2Node_Select_Default) == 0x00000C, "Member 'BP_AlohomoraLock_C_HighContrastMode::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AlohomoraLock_C \ static_assert(alignof(ABP_AlohomoraLock_C) == 0x000008, "Wrong alignment on ABP_AlohomoraLock_C"); \ static_assert(sizeof(ABP_AlohomoraLock_C) == 0x000480, "Wrong size on ABP_AlohomoraLock_C"); \ static_assert(offsetof(ABP_AlohomoraLock_C, UberGraphFrame) == 0x000248, "Member 'ABP_AlohomoraLock_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, TurnOffHighContrastGameplay) == 0x000250, "Member 'ABP_AlohomoraLock_C::TurnOffHighContrastGameplay' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, FoliageRemoverActor) == 0x000258, "Member 'ABP_AlohomoraLock_C::FoliageRemoverActor' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, Box) == 0x000260, "Member 'ABP_AlohomoraLock_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, Cube) == 0x000268, "Member 'ABP_AlohomoraLock_C::Cube' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, SpotLight1) == 0x000270, "Member 'ABP_AlohomoraLock_C::SpotLight1' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, PostProcess) == 0x000278, "Member 'ABP_AlohomoraLock_C::PostProcess' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, SpotLight) == 0x000280, "Member 'ABP_AlohomoraLock_C::SpotLight' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, BlendableGlobalLighting) == 0x000288, "Member 'ABP_AlohomoraLock_C::BlendableGlobalLighting' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, Camera) == 0x000290, "Member 'ABP_AlohomoraLock_C::Camera' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, SkeletalMesh) == 0x000298, "Member 'ABP_AlohomoraLock_C::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, SceneRoot) == 0x0002A0, "Member 'ABP_AlohomoraLock_C::SceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, Ak_BP_Alohomora) == 0x0002A8, "Member 'ABP_AlohomoraLock_C::Ak_BP_Alohomora' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, CameraTimeline_CameraFocalLength_BBD92ECF4B9CBEF233E45D835A118368) == 0x0002B0, "Member 'ABP_AlohomoraLock_C::CameraTimeline_CameraFocalLength_BBD92ECF4B9CBEF233E45D835A118368' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, CameraTimeline__Direction_BBD92ECF4B9CBEF233E45D835A118368) == 0x0002B4, "Member 'ABP_AlohomoraLock_C::CameraTimeline__Direction_BBD92ECF4B9CBEF233E45D835A118368' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, CameraTimeline) == 0x0002B8, "Member 'ABP_AlohomoraLock_C::CameraTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, InteractInitiated) == 0x0002C0, "Member 'ABP_AlohomoraLock_C::InteractInitiated' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, PuzzleComplete) == 0x0002C1, "Member 'ABP_AlohomoraLock_C::PuzzleComplete' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, AnimBlueprint) == 0x0002C8, "Member 'ABP_AlohomoraLock_C::AnimBlueprint' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, InnerTargetDegrees) == 0x0002D0, "Member 'ABP_AlohomoraLock_C::InnerTargetDegrees' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, OuterTargetDegrees) == 0x0002D4, "Member 'ABP_AlohomoraLock_C::OuterTargetDegrees' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, CurrentOuterDegrees) == 0x0002D8, "Member 'ABP_AlohomoraLock_C::CurrentOuterDegrees' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, CurrentInnerDegrees) == 0x0002DC, "Member 'ABP_AlohomoraLock_C::CurrentInnerDegrees' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, WinningInnerAngle) == 0x0002E0, "Member 'ABP_AlohomoraLock_C::WinningInnerAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, WinningOuterAngle) == 0x0002E4, "Member 'ABP_AlohomoraLock_C::WinningOuterAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, DistanceToInnerWin) == 0x0002E8, "Member 'ABP_AlohomoraLock_C::DistanceToInnerWin' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, DistanceToOuterWin) == 0x0002EC, "Member 'ABP_AlohomoraLock_C::DistanceToOuterWin' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, MinStickPressToWin) == 0x0002F0, "Member 'ABP_AlohomoraLock_C::MinStickPressToWin' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, ContainsLoot) == 0x0002F4, "Member 'ABP_AlohomoraLock_C::ContainsLoot' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, MaxErrorToWin) == 0x0002F8, "Member 'ABP_AlohomoraLock_C::MaxErrorToWin' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, MaxRumble) == 0x0002FC, "Member 'ABP_AlohomoraLock_C::MaxRumble' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, RightStickPressed) == 0x000300, "Member 'ABP_AlohomoraLock_C::RightStickPressed' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, LeftStickPressed) == 0x000301, "Member 'ABP_AlohomoraLock_C::LeftStickPressed' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, LeftStickFrac) == 0x000304, "Member 'ABP_AlohomoraLock_C::LeftStickFrac' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, RightStickFrac) == 0x000308, "Member 'ABP_AlohomoraLock_C::RightStickFrac' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, MinAngleForFX) == 0x00030C, "Member 'ABP_AlohomoraLock_C::MinAngleForFX' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, LeftRumbleMultiplier) == 0x000310, "Member 'ABP_AlohomoraLock_C::LeftRumbleMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, LargeRumble) == 0x000314, "Member 'ABP_AlohomoraLock_C::LargeRumble' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, MedRumble) == 0x000318, "Member 'ABP_AlohomoraLock_C::MedRumble' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, SmallRumble) == 0x00031C, "Member 'ABP_AlohomoraLock_C::SmallRumble' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, RightRumbleMult) == 0x000320, "Member 'ABP_AlohomoraLock_C::RightRumbleMult' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, LastUnsolvedTime) == 0x000324, "Member 'ABP_AlohomoraLock_C::LastUnsolvedTime' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, HoldtimeForWin) == 0x000328, "Member 'ABP_AlohomoraLock_C::HoldtimeForWin' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, OneStickCorrectRumble) == 0x00032C, "Member 'ABP_AlohomoraLock_C::OneStickCorrectRumble' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, BothSticksCorrectRumble) == 0x000330, "Member 'ABP_AlohomoraLock_C::BothSticksCorrectRumble' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, DistanceForParticles) == 0x000334, "Member 'ABP_AlohomoraLock_C::DistanceForParticles' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, Prev_Inner_Degrees) == 0x000338, "Member 'ABP_AlohomoraLock_C::Prev_Inner_Degrees' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, Prev_Outer_Degrees) == 0x00033C, "Member 'ABP_AlohomoraLock_C::Prev_Outer_Degrees' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, InnerSpeed) == 0x000340, "Member 'ABP_AlohomoraLock_C::InnerSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, OuterSpeed) == 0x000344, "Member 'ABP_AlohomoraLock_C::OuterSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, Delta_Seconds) == 0x000348, "Member 'ABP_AlohomoraLock_C::Delta_Seconds' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, InnerDiscMoving) == 0x00034C, "Member 'ABP_AlohomoraLock_C::InnerDiscMoving' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, OuterDiscMoving) == 0x00034D, "Member 'ABP_AlohomoraLock_C::OuterDiscMoving' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, StartSpeed) == 0x000350, "Member 'ABP_AlohomoraLock_C::StartSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, StopSpeed) == 0x000354, "Member 'ABP_AlohomoraLock_C::StopSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, LockedActor) == 0x000358, "Member 'ABP_AlohomoraLock_C::LockedActor' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, GreenSpark) == 0x000360, "Member 'ABP_AlohomoraLock_C::GreenSpark' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, RedSpark) == 0x000368, "Member 'ABP_AlohomoraLock_C::RedSpark' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, GreenAlpha) == 0x000370, "Member 'ABP_AlohomoraLock_C::GreenAlpha' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, RedAlpha) == 0x000374, "Member 'ABP_AlohomoraLock_C::RedAlpha' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, FX_Intensity) == 0x000378, "Member 'ABP_AlohomoraLock_C::FX_Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, GreenOuterSocket) == 0x00037C, "Member 'ABP_AlohomoraLock_C::GreenOuterSocket' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, RedInnerSocket) == 0x000384, "Member 'ABP_AlohomoraLock_C::RedInnerSocket' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, RightStickPressedLastFrame) == 0x00038C, "Member 'ABP_AlohomoraLock_C::RightStickPressedLastFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, LeftStickPressedLastFrame) == 0x00038D, "Member 'ABP_AlohomoraLock_C::LeftStickPressedLastFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, BaseOuterDegrees) == 0x000390, "Member 'ABP_AlohomoraLock_C::BaseOuterDegrees' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, BaseInnerDegrees) == 0x000394, "Member 'ABP_AlohomoraLock_C::BaseInnerDegrees' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, InitialLeftStickAngle) == 0x000398, "Member 'ABP_AlohomoraLock_C::InitialLeftStickAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, InitialRightStickAngle) == 0x00039C, "Member 'ABP_AlohomoraLock_C::InitialRightStickAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, GreenJitter) == 0x0003A0, "Member 'ABP_AlohomoraLock_C::GreenJitter' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, RedJitter) == 0x0003AC, "Member 'ABP_AlohomoraLock_C::RedJitter' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, JitterMax) == 0x0003B8, "Member 'ABP_AlohomoraLock_C::JitterMax' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, JitterMin) == 0x0003BC, "Member 'ABP_AlohomoraLock_C::JitterMin' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, RedLight) == 0x0003C0, "Member 'ABP_AlohomoraLock_C::RedLight' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, GreenLight) == 0x0003C8, "Member 'ABP_AlohomoraLock_C::GreenLight' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, RedSmoke) == 0x0003D0, "Member 'ABP_AlohomoraLock_C::RedSmoke' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, GreenSmoke) == 0x0003D8, "Member 'ABP_AlohomoraLock_C::GreenSmoke' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, MunitionImpactHandle) == 0x0003E0, "Member 'ABP_AlohomoraLock_C::MunitionImpactHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, LegendWidget) == 0x0003F0, "Member 'ABP_AlohomoraLock_C::LegendWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, UsingKeyboard) == 0x0003F8, "Member 'ABP_AlohomoraLock_C::UsingKeyboard' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, KeyboardButtonPressed) == 0x0003F9, "Member 'ABP_AlohomoraLock_C::KeyboardButtonPressed' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, Outer_KB_Input) == 0x0003FC, "Member 'ABP_AlohomoraLock_C::Outer_KB_Input' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, Inner_KB_Input) == 0x000400, "Member 'ABP_AlohomoraLock_C::Inner_KB_Input' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, Keyboard_Max_Speed) == 0x000404, "Member 'ABP_AlohomoraLock_C::Keyboard_Max_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, Outer_KB_Pressed) == 0x000408, "Member 'ABP_AlohomoraLock_C::Outer_KB_Pressed' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, Inner_KB_Pressed) == 0x000409, "Member 'ABP_AlohomoraLock_C::Inner_KB_Pressed' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, Outer_KB_Current_Speed) == 0x00040C, "Member 'ABP_AlohomoraLock_C::Outer_KB_Current_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, KB_Interp_Speed) == 0x000410, "Member 'ABP_AlohomoraLock_C::KB_Interp_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, Inner_KB_Current_Speed) == 0x000414, "Member 'ABP_AlohomoraLock_C::Inner_KB_Current_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, GreenCorrectFX) == 0x000418, "Member 'ABP_AlohomoraLock_C::GreenCorrectFX' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, RedCorrectFX) == 0x000420, "Member 'ABP_AlohomoraLock_C::RedCorrectFX' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, ExitingPuzzle) == 0x000428, "Member 'ABP_AlohomoraLock_C::ExitingPuzzle' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, Overlapping_Actors) == 0x000430, "Member 'ABP_AlohomoraLock_C::Overlapping_Actors' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, GreenColor) == 0x000440, "Member 'ABP_AlohomoraLock_C::GreenColor' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, RedColor) == 0x000450, "Member 'ABP_AlohomoraLock_C::RedColor' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, KBOuterFirstTickInput) == 0x000460, "Member 'ABP_AlohomoraLock_C::KBOuterFirstTickInput' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, KBInnerFirstTickInput) == 0x000464, "Member 'ABP_AlohomoraLock_C::KBInnerFirstTickInput' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, InputDeviceChangedHandle) == 0x000468, "Member 'ABP_AlohomoraLock_C::InputDeviceChangedHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_AlohomoraLock_C, FadeBlackDuration) == 0x000478, "Member 'ABP_AlohomoraLock_C::FadeBlackDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Climb3m_C_ExecuteUbergraph_ABL_Enemy_Climb3m \ static_assert(alignof(ABL_Enemy_Climb3m_C_ExecuteUbergraph_ABL_Enemy_Climb3m) == 0x000008, "Wrong alignment on ABL_Enemy_Climb3m_C_ExecuteUbergraph_ABL_Enemy_Climb3m"); \ static_assert(sizeof(ABL_Enemy_Climb3m_C_ExecuteUbergraph_ABL_Enemy_Climb3m) == 0x000020, "Wrong size on ABL_Enemy_Climb3m_C_ExecuteUbergraph_ABL_Enemy_Climb3m"); \ static_assert(offsetof(ABL_Enemy_Climb3m_C_ExecuteUbergraph_ABL_Enemy_Climb3m, EntryPoint) == 0x000000, "Member 'ABL_Enemy_Climb3m_C_ExecuteUbergraph_ABL_Enemy_Climb3m::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Climb3m_C_ExecuteUbergraph_ABL_Enemy_Climb3m, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_Climb3m_C_ExecuteUbergraph_ABL_Enemy_Climb3m::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Climb3m_C_ExecuteUbergraph_ABL_Enemy_Climb3m, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Enemy_Climb3m_C_ExecuteUbergraph_ABL_Enemy_Climb3m::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Climb3m_C_ExecuteUbergraph_ABL_Enemy_Climb3m, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_Enemy_Climb3m_C_ExecuteUbergraph_ABL_Enemy_Climb3m::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Climb3m_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_Climb3m_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_Climb3m_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_Climb3m_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_Climb3m_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_Climb3m_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_Climb3m_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Climb3m_C \ static_assert(alignof(UABL_Enemy_Climb3m_C) == 0x000008, "Wrong alignment on UABL_Enemy_Climb3m_C"); \ static_assert(sizeof(UABL_Enemy_Climb3m_C) == 0x0000D0, "Wrong size on UABL_Enemy_Climb3m_C"); \ static_assert(offsetof(UABL_Enemy_Climb3m_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_Climb3m_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout \ static_assert(alignof(UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout) == 0x000008, "Wrong alignment on UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout"); \ static_assert(sizeof(UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout) == 0x000098, "Wrong size on UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout, EntryPoint) == 0x000000, "Member 'UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout, CallFunc_HermesBindEvent_Handle) == 0x000030, "Member 'UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout, CallFunc_HermesBindEvent_Handle_1) == 0x000040, "Member 'UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout, K2Node_CreateDelegate_OutputDelegate_2) == 0x000050, "Member 'UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout, K2Node_CreateDelegate_OutputDelegate_3) == 0x000060, "Member 'UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout, K2Node_CreateDelegate_OutputDelegate_4) == 0x000070, "Member 'UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout, CallFunc_HermesBindEvent_Handle_2) == 0x000080, "Member 'UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout, CallFunc_PlayAnimation_ReturnValue_1) == 0x000090, "Member 'UI_BP_CombatBreakout_C_ExecuteUbergraph_UI_BP_CombatBreakout::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CombatBreakout_C_Breakout_Failure \ static_assert(alignof(UI_BP_CombatBreakout_C_Breakout_Failure) == 0x000008, "Wrong alignment on UI_BP_CombatBreakout_C_Breakout_Failure"); \ static_assert(sizeof(UI_BP_CombatBreakout_C_Breakout_Failure) == 0x000010, "Wrong size on UI_BP_CombatBreakout_C_Breakout_Failure"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_Breakout_Failure, Caller) == 0x000000, "Member 'UI_BP_CombatBreakout_C_Breakout_Failure::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_Breakout_Failure, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_CombatBreakout_C_Breakout_Failure::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CombatBreakout_C_Breakout_Success \ static_assert(alignof(UI_BP_CombatBreakout_C_Breakout_Success) == 0x000008, "Wrong alignment on UI_BP_CombatBreakout_C_Breakout_Success"); \ static_assert(sizeof(UI_BP_CombatBreakout_C_Breakout_Success) == 0x000010, "Wrong size on UI_BP_CombatBreakout_C_Breakout_Success"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_Breakout_Success, Caller) == 0x000000, "Member 'UI_BP_CombatBreakout_C_Breakout_Success::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_Breakout_Success, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_CombatBreakout_C_Breakout_Success::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CombatBreakout_C_Breakout_State_Change \ static_assert(alignof(UI_BP_CombatBreakout_C_Breakout_State_Change) == 0x000008, "Wrong alignment on UI_BP_CombatBreakout_C_Breakout_State_Change"); \ static_assert(sizeof(UI_BP_CombatBreakout_C_Breakout_State_Change) == 0x000028, "Wrong size on UI_BP_CombatBreakout_C_Breakout_State_Change"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_Breakout_State_Change, changed) == 0x000000, "Member 'UI_BP_CombatBreakout_C_Breakout_State_Change::changed' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_Breakout_State_Change, ButtonStr) == 0x000008, "Member 'UI_BP_CombatBreakout_C_Breakout_State_Change::ButtonStr' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_Breakout_State_Change, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'UI_BP_CombatBreakout_C_Breakout_State_Change::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_Breakout_State_Change, CallFunc_PlayAnimation_ReturnValue_1) == 0x000020, "Member 'UI_BP_CombatBreakout_C_Breakout_State_Change::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CombatBreakout_C_BreakoutIconRamdomizer \ static_assert(alignof(UI_BP_CombatBreakout_C_BreakoutIconRamdomizer) == 0x000008, "Wrong alignment on UI_BP_CombatBreakout_C_BreakoutIconRamdomizer"); \ static_assert(sizeof(UI_BP_CombatBreakout_C_BreakoutIconRamdomizer) == 0x000088, "Wrong size on UI_BP_CombatBreakout_C_BreakoutIconRamdomizer"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_BreakoutIconRamdomizer, Button) == 0x000000, "Member 'UI_BP_CombatBreakout_C_BreakoutIconRamdomizer::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_BreakoutIconRamdomizer, IsRandom) == 0x000010, "Member 'UI_BP_CombatBreakout_C_BreakoutIconRamdomizer::IsRandom' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_BreakoutIconRamdomizer, Temp_string_Variable) == 0x000018, "Member 'UI_BP_CombatBreakout_C_BreakoutIconRamdomizer::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_BreakoutIconRamdomizer, Temp_string_Variable_1) == 0x000028, "Member 'UI_BP_CombatBreakout_C_BreakoutIconRamdomizer::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_BreakoutIconRamdomizer, Temp_string_Variable_2) == 0x000038, "Member 'UI_BP_CombatBreakout_C_BreakoutIconRamdomizer::Temp_string_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_BreakoutIconRamdomizer, Temp_string_Variable_3) == 0x000048, "Member 'UI_BP_CombatBreakout_C_BreakoutIconRamdomizer::Temp_string_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_BreakoutIconRamdomizer, Temp_int_Variable) == 0x000058, "Member 'UI_BP_CombatBreakout_C_BreakoutIconRamdomizer::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_BreakoutIconRamdomizer, CallFunc_PlayAnimation_ReturnValue) == 0x000060, "Member 'UI_BP_CombatBreakout_C_BreakoutIconRamdomizer::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_BreakoutIconRamdomizer, CallFunc_PlayAnimation_ReturnValue_1) == 0x000068, "Member 'UI_BP_CombatBreakout_C_BreakoutIconRamdomizer::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_BreakoutIconRamdomizer, CallFunc_RandomInteger_ReturnValue) == 0x000070, "Member 'UI_BP_CombatBreakout_C_BreakoutIconRamdomizer::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_BreakoutIconRamdomizer, K2Node_Select_Default) == 0x000078, "Member 'UI_BP_CombatBreakout_C_BreakoutIconRamdomizer::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CombatBreakout_C_BreakoutTimeout \ static_assert(alignof(UI_BP_CombatBreakout_C_BreakoutTimeout) == 0x000008, "Wrong alignment on UI_BP_CombatBreakout_C_BreakoutTimeout"); \ static_assert(sizeof(UI_BP_CombatBreakout_C_BreakoutTimeout) == 0x000008, "Wrong size on UI_BP_CombatBreakout_C_BreakoutTimeout"); \ static_assert(offsetof(UI_BP_CombatBreakout_C_BreakoutTimeout, Caller) == 0x000000, "Member 'UI_BP_CombatBreakout_C_BreakoutTimeout::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CombatBreakout_C \ static_assert(alignof(UUI_BP_CombatBreakout_C) == 0x000008, "Wrong alignment on UUI_BP_CombatBreakout_C"); \ static_assert(sizeof(UUI_BP_CombatBreakout_C) == 0x000350, "Wrong size on UUI_BP_CombatBreakout_C"); \ static_assert(offsetof(UUI_BP_CombatBreakout_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_CombatBreakout_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatBreakout_C, BreakoutNotify) == 0x0002F0, "Member 'UUI_BP_CombatBreakout_C::BreakoutNotify' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatBreakout_C, BreakoutRingSuccess) == 0x0002F8, "Member 'UUI_BP_CombatBreakout_C::BreakoutRingSuccess' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatBreakout_C, BreakoutRingFail) == 0x000300, "Member 'UUI_BP_CombatBreakout_C::BreakoutRingFail' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatBreakout_C, SwapBreakoutButton) == 0x000308, "Member 'UUI_BP_CombatBreakout_C::SwapBreakoutButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatBreakout_C, BreakoutButton) == 0x000310, "Member 'UUI_BP_CombatBreakout_C::BreakoutButton' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatBreakout_C, BreakoutButtonFrame) == 0x000318, "Member 'UUI_BP_CombatBreakout_C::BreakoutButtonFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatBreakout_C, BreakoutColorMask) == 0x000320, "Member 'UUI_BP_CombatBreakout_C::BreakoutColorMask' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatBreakout_C, BreakoutGlow) == 0x000328, "Member 'UUI_BP_CombatBreakout_C::BreakoutGlow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatBreakout_C, BreakoutGroup) == 0x000330, "Member 'UUI_BP_CombatBreakout_C::BreakoutGroup' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatBreakout_C, BreakoutRing) == 0x000338, "Member 'UUI_BP_CombatBreakout_C::BreakoutRing' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatBreakout_C, ButtonFlame) == 0x000340, "Member 'UUI_BP_CombatBreakout_C::ButtonFlame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatBreakout_C, RandomBreakout) == 0x000348, "Member 'UUI_BP_CombatBreakout_C::RandomBreakout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatBreakout_C, BreakoutComplete) == 0x000349, "Member 'UUI_BP_CombatBreakout_C::BreakoutComplete' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CombatBreakout_C, BreakoutInputPressed) == 0x00034A, "Member 'UUI_BP_CombatBreakout_C::BreakoutInputPressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter \ static_assert(alignof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter) == 0x000008, "Wrong alignment on UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter"); \ static_assert(sizeof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter) == 0x000100, "Wrong size on UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, EntryPoint) == 0x000000, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, CallFunc_HermesBindInt_Handle) == 0x000028, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, CallFunc_HermesBindInt_Handle_1) == 0x000038, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::CallFunc_HermesBindInt_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, K2Node_CreateDelegate_OutputDelegate_3) == 0x000058, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, CallFunc_HermesBindFString_Handle) == 0x000068, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::CallFunc_HermesBindFString_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, CallFunc_HermesBindEvent_Handle) == 0x000078, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, K2Node_CustomEvent_Caller_3) == 0x000088, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, K2Node_CustomEvent_Int_1) == 0x000090, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::K2Node_CustomEvent_Int_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, K2Node_CreateDelegate_OutputDelegate_4) == 0x000094, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, K2Node_CustomEvent_Caller_2) == 0x0000A8, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, K2Node_CustomEvent_Int) == 0x0000B0, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0000B8, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, K2Node_CustomEvent_Caller_1) == 0x0000C0, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, K2Node_CustomEvent_String) == 0x0000C8, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::K2Node_CustomEvent_String' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, K2Node_DynamicCast_AsBiped_Player) == 0x0000D8, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, K2Node_DynamicCast_bSuccess) == 0x0000E0, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000E1, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, CallFunc_GetBonusAncientMagicBars_ReturnValue) == 0x0000E4, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::CallFunc_GetBonusAncientMagicBars_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, CallFunc_IsLockedPure_ReturnValue) == 0x0000E8, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::CallFunc_IsLockedPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, K2Node_CustomEvent_Caller) == 0x0000F0, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter, CallFunc_PlayAnimation_ReturnValue) == 0x0000F8, "Member 'UI_BP_FinisherMeter_C_ExecuteUbergraph_UI_BP_FinisherMeter::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FinisherMeter_C_CooldownPickupCollected \ static_assert(alignof(UI_BP_FinisherMeter_C_CooldownPickupCollected) == 0x000008, "Wrong alignment on UI_BP_FinisherMeter_C_CooldownPickupCollected"); \ static_assert(sizeof(UI_BP_FinisherMeter_C_CooldownPickupCollected) == 0x000008, "Wrong size on UI_BP_FinisherMeter_C_CooldownPickupCollected"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_CooldownPickupCollected, Caller) == 0x000000, "Member 'UI_BP_FinisherMeter_C_CooldownPickupCollected::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FinisherMeter_C_SpellUnlocked \ static_assert(alignof(UI_BP_FinisherMeter_C_SpellUnlocked) == 0x000008, "Wrong alignment on UI_BP_FinisherMeter_C_SpellUnlocked"); \ static_assert(sizeof(UI_BP_FinisherMeter_C_SpellUnlocked) == 0x000018, "Wrong size on UI_BP_FinisherMeter_C_SpellUnlocked"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SpellUnlocked, Caller) == 0x000000, "Member 'UI_BP_FinisherMeter_C_SpellUnlocked::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SpellUnlocked, String) == 0x000008, "Member 'UI_BP_FinisherMeter_C_SpellUnlocked::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FinisherMeter_C_UpdateComboCount \ static_assert(alignof(UI_BP_FinisherMeter_C_UpdateComboCount) == 0x000008, "Wrong alignment on UI_BP_FinisherMeter_C_UpdateComboCount"); \ static_assert(sizeof(UI_BP_FinisherMeter_C_UpdateComboCount) == 0x000010, "Wrong size on UI_BP_FinisherMeter_C_UpdateComboCount"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateComboCount, Caller) == 0x000000, "Member 'UI_BP_FinisherMeter_C_UpdateComboCount::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateComboCount, int_0) == 0x000008, "Member 'UI_BP_FinisherMeter_C_UpdateComboCount::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FinisherMeter_C_UpdateAncientMagicBarCount \ static_assert(alignof(UI_BP_FinisherMeter_C_UpdateAncientMagicBarCount) == 0x000008, "Wrong alignment on UI_BP_FinisherMeter_C_UpdateAncientMagicBarCount"); \ static_assert(sizeof(UI_BP_FinisherMeter_C_UpdateAncientMagicBarCount) == 0x000010, "Wrong size on UI_BP_FinisherMeter_C_UpdateAncientMagicBarCount"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateAncientMagicBarCount, Caller) == 0x000000, "Member 'UI_BP_FinisherMeter_C_UpdateAncientMagicBarCount::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateAncientMagicBarCount, int_0) == 0x000008, "Member 'UI_BP_FinisherMeter_C_UpdateAncientMagicBarCount::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FinisherMeter_C_SetMeterData \ static_assert(alignof(UI_BP_FinisherMeter_C_SetMeterData) == 0x000008, "Wrong alignment on UI_BP_FinisherMeter_C_SetMeterData"); \ static_assert(sizeof(UI_BP_FinisherMeter_C_SetMeterData) == 0x000040, "Wrong size on UI_BP_FinisherMeter_C_SetMeterData"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetMeterData, MeterPercent) == 0x000000, "Member 'UI_BP_FinisherMeter_C_SetMeterData::MeterPercent' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetMeterData, Temp_int_Variable) == 0x000004, "Member 'UI_BP_FinisherMeter_C_SetMeterData::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetMeterData, CallFunc_GetChildAt_ReturnValue) == 0x000008, "Member 'UI_BP_FinisherMeter_C_SetMeterData::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetMeterData, CallFunc_GetChildrenCount_ReturnValue) == 0x000010, "Member 'UI_BP_FinisherMeter_C_SetMeterData::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetMeterData, K2Node_DynamicCast_AsUI_BP_Finisher_Meter_Section) == 0x000018, "Member 'UI_BP_FinisherMeter_C_SetMeterData::K2Node_DynamicCast_AsUI_BP_Finisher_Meter_Section' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetMeterData, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'UI_BP_FinisherMeter_C_SetMeterData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetMeterData, CallFunc_Subtract_IntInt_ReturnValue) == 0x000024, "Member 'UI_BP_FinisherMeter_C_SetMeterData::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetMeterData, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000028, "Member 'UI_BP_FinisherMeter_C_SetMeterData::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetMeterData, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00002C, "Member 'UI_BP_FinisherMeter_C_SetMeterData::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetMeterData, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000030, "Member 'UI_BP_FinisherMeter_C_SetMeterData::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetMeterData, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'UI_BP_FinisherMeter_C_SetMeterData::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetMeterData, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000038, "Member 'UI_BP_FinisherMeter_C_SetMeterData::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetMeterData, CallFunc_FClamp_ReturnValue) == 0x00003C, "Member 'UI_BP_FinisherMeter_C_SetMeterData::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FinisherMeter_C_SetNumMeters \ static_assert(alignof(UI_BP_FinisherMeter_C_SetNumMeters) == 0x000008, "Wrong alignment on UI_BP_FinisherMeter_C_SetNumMeters"); \ static_assert(sizeof(UI_BP_FinisherMeter_C_SetNumMeters) == 0x000040, "Wrong size on UI_BP_FinisherMeter_C_SetNumMeters"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetNumMeters, NumMeters) == 0x000000, "Member 'UI_BP_FinisherMeter_C_SetNumMeters::NumMeters' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetNumMeters, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'UI_BP_FinisherMeter_C_SetNumMeters::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetNumMeters, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'UI_BP_FinisherMeter_C_SetNumMeters::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetNumMeters, K2Node_SwitchInteger_CmpSuccess) == 0x000028, "Member 'UI_BP_FinisherMeter_C_SetNumMeters::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetNumMeters, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000030, "Member 'UI_BP_FinisherMeter_C_SetNumMeters::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FinisherMeter_C_PlayerFocusChanged \ static_assert(alignof(UI_BP_FinisherMeter_C_PlayerFocusChanged) == 0x000008, "Wrong alignment on UI_BP_FinisherMeter_C_PlayerFocusChanged"); \ static_assert(sizeof(UI_BP_FinisherMeter_C_PlayerFocusChanged) == 0x000030, "Wrong size on UI_BP_FinisherMeter_C_PlayerFocusChanged"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_PlayerFocusChanged, Target) == 0x000000, "Member 'UI_BP_FinisherMeter_C_PlayerFocusChanged::Target' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_PlayerFocusChanged, InFocusChange) == 0x000008, "Member 'UI_BP_FinisherMeter_C_PlayerFocusChanged::InFocusChange' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_PlayerFocusChanged, K2Node_DynamicCast_AsBiped_Player) == 0x000010, "Member 'UI_BP_FinisherMeter_C_PlayerFocusChanged::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_PlayerFocusChanged, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'UI_BP_FinisherMeter_C_PlayerFocusChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_PlayerFocusChanged, CallFunc_GetFocusPercent_ReturnValue) == 0x00001C, "Member 'UI_BP_FinisherMeter_C_PlayerFocusChanged::CallFunc_GetFocusPercent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_PlayerFocusChanged, CallFunc_GetBonusAncientMagicBars_ReturnValue) == 0x000020, "Member 'UI_BP_FinisherMeter_C_PlayerFocusChanged::CallFunc_GetBonusAncientMagicBars_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_PlayerFocusChanged, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'UI_BP_FinisherMeter_C_PlayerFocusChanged::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_PlayerFocusChanged, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000028, "Member 'UI_BP_FinisherMeter_C_PlayerFocusChanged::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FinisherMeter_C_UpdateCombo \ static_assert(alignof(UI_BP_FinisherMeter_C_UpdateCombo) == 0x000008, "Wrong alignment on UI_BP_FinisherMeter_C_UpdateCombo"); \ static_assert(sizeof(UI_BP_FinisherMeter_C_UpdateCombo) == 0x0000A0, "Wrong size on UI_BP_FinisherMeter_C_UpdateCombo"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateCombo, NewComboCount) == 0x000000, "Member 'UI_BP_FinisherMeter_C_UpdateCombo::NewComboCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateCombo, NewFocusModifier) == 0x000004, "Member 'UI_BP_FinisherMeter_C_UpdateCombo::NewFocusModifier' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateCombo, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'UI_BP_FinisherMeter_C_UpdateCombo::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateCombo, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'UI_BP_FinisherMeter_C_UpdateCombo::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateCombo, K2Node_MakeArray_Array) == 0x000050, "Member 'UI_BP_FinisherMeter_C_UpdateCombo::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateCombo, CallFunc_Greater_IntInt_ReturnValue) == 0x000060, "Member 'UI_BP_FinisherMeter_C_UpdateCombo::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateCombo, CallFunc_Format_ReturnValue) == 0x000068, "Member 'UI_BP_FinisherMeter_C_UpdateCombo::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateCombo, CallFunc_Percent_IntInt_ReturnValue) == 0x000080, "Member 'UI_BP_FinisherMeter_C_UpdateCombo::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateCombo, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000084, "Member 'UI_BP_FinisherMeter_C_UpdateCombo::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateCombo, CallFunc_BooleanAND_ReturnValue) == 0x000085, "Member 'UI_BP_FinisherMeter_C_UpdateCombo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateCombo, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000086, "Member 'UI_BP_FinisherMeter_C_UpdateCombo::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateCombo, CallFunc_PlayAnimation_ReturnValue_1) == 0x000088, "Member 'UI_BP_FinisherMeter_C_UpdateCombo::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateCombo, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000090, "Member 'UI_BP_FinisherMeter_C_UpdateCombo::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateCombo, CallFunc_GetComboPoints_ReturnValue) == 0x000098, "Member 'UI_BP_FinisherMeter_C_UpdateCombo::CallFunc_GetComboPoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_UpdateCombo, CallFunc_Round_ReturnValue) == 0x00009C, "Member 'UI_BP_FinisherMeter_C_UpdateCombo::CallFunc_Round_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim \ static_assert(alignof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim) == 0x000008, "Wrong alignment on UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim"); \ static_assert(sizeof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim) == 0x000080, "Wrong size on UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, InComboCount) == 0x000000, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::InComboCount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000008, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00000C, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000010, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000014, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_MapRangeClamped_ReturnValue) == 0x000018, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_VLerp_ReturnValue) == 0x00001C, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_VLerp_ReturnValue_1) == 0x000028, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_VLerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000034, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_Conv_VectorToVector2D_ReturnValue_1) == 0x00003C, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_Conv_VectorToVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_LinearColorLerpUsingHSV_ReturnValue) == 0x000044, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_LinearColorLerpUsingHSV_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_GetRenderOpacity_ReturnValue) == 0x000054, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_GetRenderOpacity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_PlayAnimationReverse_ReturnValue) == 0x000058, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000060, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_Less_FloatFloat_ReturnValue) == 0x000061, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_PlayAnimationForward_ReturnValue) == 0x000068, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_GetRenderOpacity_ReturnValue_1) == 0x000070, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_GetRenderOpacity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000074, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000078, "Member 'UI_BP_FinisherMeter_C_SetComboCountVisibleWithAnim::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_FinisherMeter_C \ static_assert(alignof(UUI_BP_FinisherMeter_C) == 0x000008, "Wrong alignment on UUI_BP_FinisherMeter_C"); \ static_assert(sizeof(UUI_BP_FinisherMeter_C) == 0x000408, "Wrong size on UUI_BP_FinisherMeter_C"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_FinisherMeter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, ComboX10) == 0x0002F0, "Member 'UUI_BP_FinisherMeter_C::ComboX10' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, CooldownPickupFlourish) == 0x0002F8, "Member 'UUI_BP_FinisherMeter_C::CooldownPickupFlourish' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, ComboCountFadeOut) == 0x000300, "Member 'UUI_BP_FinisherMeter_C::ComboCountFadeOut' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, ComboFlamesFade) == 0x000308, "Member 'UUI_BP_FinisherMeter_C::ComboFlamesFade' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, ComboCountIncreased) == 0x000310, "Member 'UUI_BP_FinisherMeter_C::ComboCountIncreased' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, ComboCount) == 0x000318, "Member 'UUI_BP_FinisherMeter_C::ComboCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, ComboText) == 0x000320, "Member 'UUI_BP_FinisherMeter_C::ComboText' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, meterBox) == 0x000328, "Member 'UUI_BP_FinisherMeter_C::meterBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, section1) == 0x000330, "Member 'UUI_BP_FinisherMeter_C::section1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, section2) == 0x000338, "Member 'UUI_BP_FinisherMeter_C::section2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, section3) == 0x000340, "Member 'UUI_BP_FinisherMeter_C::section3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, section4) == 0x000348, "Member 'UUI_BP_FinisherMeter_C::section4' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, section5) == 0x000350, "Member 'UUI_BP_FinisherMeter_C::section5' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, selectedFlameRight) == 0x000358, "Member 'UUI_BP_FinisherMeter_C::selectedFlameRight' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, selectedFlameRight_1) == 0x000360, "Member 'UUI_BP_FinisherMeter_C::selectedFlameRight_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, selectedFlameRight_2) == 0x000368, "Member 'UUI_BP_FinisherMeter_C::selectedFlameRight_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, selectedFlameTop) == 0x000370, "Member 'UUI_BP_FinisherMeter_C::selectedFlameTop' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, selectedFlameTop_1) == 0x000378, "Member 'UUI_BP_FinisherMeter_C::selectedFlameTop_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, selectedFlameTop_2) == 0x000380, "Member 'UUI_BP_FinisherMeter_C::selectedFlameTop_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, CurComboCount) == 0x000388, "Member 'UUI_BP_FinisherMeter_C::CurComboCount' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, ComboColorMap) == 0x000390, "Member 'UUI_BP_FinisherMeter_C::ComboColorMap' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, ComboFlamesCountRange) == 0x0003E0, "Member 'UUI_BP_FinisherMeter_C::ComboFlamesCountRange' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, ComboFlamesColorLow) == 0x0003E8, "Member 'UUI_BP_FinisherMeter_C::ComboFlamesColorLow' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_FinisherMeter_C, ComboFlamesColorHigh) == 0x0003F8, "Member 'UUI_BP_FinisherMeter_C::ComboFlamesColorHigh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_BlackParticleExplode_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode \ static_assert(alignof(ABL_NPC_RCT_BlackParticleExplode_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode) == 0x000008, "Wrong alignment on ABL_NPC_RCT_BlackParticleExplode_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode"); \ static_assert(sizeof(ABL_NPC_RCT_BlackParticleExplode_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode) == 0x000010, "Wrong size on ABL_NPC_RCT_BlackParticleExplode_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode"); \ static_assert(offsetof(ABL_NPC_RCT_BlackParticleExplode_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_BlackParticleExplode_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_BlackParticleExplode_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_BlackParticleExplode_C_ExecuteUbergraph_ABL_NPC_RCT_BlackParticleExplode::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_BlackParticleExplode_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_BlackParticleExplode_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_BlackParticleExplode_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_BlackParticleExplode_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_BlackParticleExplode_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_BlackParticleExplode_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_BlackParticleExplode_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_BlackParticleExplode_C \ static_assert(alignof(UABL_NPC_RCT_BlackParticleExplode_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_BlackParticleExplode_C"); \ static_assert(sizeof(UABL_NPC_RCT_BlackParticleExplode_C) == 0x0000E8, "Wrong size on UABL_NPC_RCT_BlackParticleExplode_C"); \ static_assert(offsetof(UABL_NPC_RCT_BlackParticleExplode_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_BlackParticleExplode_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_TombProtector_Spawn_Reflection_StationaryStanding_C_OnCustomEvent \ static_assert(alignof(ABL_TombProtector_Spawn_Reflection_StationaryStanding_C_OnCustomEvent) == 0x000008, "Wrong alignment on ABL_TombProtector_Spawn_Reflection_StationaryStanding_C_OnCustomEvent"); \ static_assert(sizeof(ABL_TombProtector_Spawn_Reflection_StationaryStanding_C_OnCustomEvent) == 0x000030, "Wrong size on ABL_TombProtector_Spawn_Reflection_StationaryStanding_C_OnCustomEvent"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_StationaryStanding_C_OnCustomEvent, Context) == 0x000000, "Member 'ABL_TombProtector_Spawn_Reflection_StationaryStanding_C_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_StationaryStanding_C_OnCustomEvent, EventName) == 0x000008, "Member 'ABL_TombProtector_Spawn_Reflection_StationaryStanding_C_OnCustomEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_StationaryStanding_C_OnCustomEvent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000010, "Member 'ABL_TombProtector_Spawn_Reflection_StationaryStanding_C_OnCustomEvent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_StationaryStanding_C_OnCustomEvent, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_TombProtector_Spawn_Reflection_StationaryStanding_C_OnCustomEvent::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_StationaryStanding_C_OnCustomEvent, K2Node_DynamicCast_AsBP_Hogwarts_Protector) == 0x000020, "Member 'ABL_TombProtector_Spawn_Reflection_StationaryStanding_C_OnCustomEvent::K2Node_DynamicCast_AsBP_Hogwarts_Protector' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_StationaryStanding_C_OnCustomEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABL_TombProtector_Spawn_Reflection_StationaryStanding_C_OnCustomEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TombProtector_Spawn_Reflection_StationaryStanding_C \ static_assert(alignof(UABL_TombProtector_Spawn_Reflection_StationaryStanding_C) == 0x000008, "Wrong alignment on UABL_TombProtector_Spawn_Reflection_StationaryStanding_C"); \ static_assert(sizeof(UABL_TombProtector_Spawn_Reflection_StationaryStanding_C) == 0x0000C8, "Wrong size on UABL_TombProtector_Spawn_Reflection_StationaryStanding_C"); \ #define DUMPER7_ASSERTS_ABL_ShadowSprint_Stop_C_ExecuteUbergraph_ABL_ShadowSprint_Stop \ static_assert(alignof(ABL_ShadowSprint_Stop_C_ExecuteUbergraph_ABL_ShadowSprint_Stop) == 0x000008, "Wrong alignment on ABL_ShadowSprint_Stop_C_ExecuteUbergraph_ABL_ShadowSprint_Stop"); \ static_assert(sizeof(ABL_ShadowSprint_Stop_C_ExecuteUbergraph_ABL_ShadowSprint_Stop) == 0x000030, "Wrong size on ABL_ShadowSprint_Stop_C_ExecuteUbergraph_ABL_ShadowSprint_Stop"); \ static_assert(offsetof(ABL_ShadowSprint_Stop_C_ExecuteUbergraph_ABL_ShadowSprint_Stop, EntryPoint) == 0x000000, "Member 'ABL_ShadowSprint_Stop_C_ExecuteUbergraph_ABL_ShadowSprint_Stop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowSprint_Stop_C_ExecuteUbergraph_ABL_ShadowSprint_Stop, K2Node_Event_Context) == 0x000008, "Member 'ABL_ShadowSprint_Stop_C_ExecuteUbergraph_ABL_ShadowSprint_Stop::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowSprint_Stop_C_ExecuteUbergraph_ABL_ShadowSprint_Stop, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_ShadowSprint_Stop_C_ExecuteUbergraph_ABL_ShadowSprint_Stop::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowSprint_Stop_C_ExecuteUbergraph_ABL_ShadowSprint_Stop, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_ShadowSprint_Stop_C_ExecuteUbergraph_ABL_ShadowSprint_Stop::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowSprint_Stop_C_ExecuteUbergraph_ABL_ShadowSprint_Stop, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_ShadowSprint_Stop_C_ExecuteUbergraph_ABL_ShadowSprint_Stop::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowSprint_Stop_C_ExecuteUbergraph_ABL_ShadowSprint_Stop, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_ShadowSprint_Stop_C_ExecuteUbergraph_ABL_ShadowSprint_Stop::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ShadowSprint_Stop_C_OnAbilityBranch \ static_assert(alignof(ABL_ShadowSprint_Stop_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_ShadowSprint_Stop_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_ShadowSprint_Stop_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_ShadowSprint_Stop_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_ShadowSprint_Stop_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_ShadowSprint_Stop_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowSprint_Stop_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_ShadowSprint_Stop_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ShadowSprint_Stop_C_OnAbilityInterrupt \ static_assert(alignof(ABL_ShadowSprint_Stop_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_ShadowSprint_Stop_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_ShadowSprint_Stop_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_ShadowSprint_Stop_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_ShadowSprint_Stop_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_ShadowSprint_Stop_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ShadowSprint_Stop_C_OnAbilityEnd \ static_assert(alignof(ABL_ShadowSprint_Stop_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_ShadowSprint_Stop_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_ShadowSprint_Stop_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_ShadowSprint_Stop_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_ShadowSprint_Stop_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_ShadowSprint_Stop_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ShadowSprint_Stop_C_OnAbilityStart \ static_assert(alignof(ABL_ShadowSprint_Stop_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ShadowSprint_Stop_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ShadowSprint_Stop_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ShadowSprint_Stop_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ShadowSprint_Stop_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ShadowSprint_Stop_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ShadowSprint_Stop_C \ static_assert(alignof(UABL_ShadowSprint_Stop_C) == 0x000008, "Wrong alignment on UABL_ShadowSprint_Stop_C"); \ static_assert(sizeof(UABL_ShadowSprint_Stop_C) == 0x0000D0, "Wrong size on UABL_ShadowSprint_Stop_C"); \ static_assert(offsetof(UABL_ShadowSprint_Stop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ShadowSprint_Stop_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE \ static_assert(alignof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE"); \ static_assert(sizeof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE) == 0x000250, "Wrong size on BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, EntryPoint) == 0x000000, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_Event_OwnerActor_2) == 0x000008, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_AsBiped_Player) == 0x000020, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000030, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000048, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_GetMoveStickValues_X) == 0x00005C, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_GetMoveStickValues_Y) == 0x000060, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000068, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_bSuccess_3) == 0x000078, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_GetExpression_OnActor_ReturnValue) == 0x000079, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_GetExpression_OnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00007C, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_ProcessStick_WorldSpeed) == 0x000080, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_ProcessStick_WorldDirection) == 0x000084, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_ProcessStick_ReturnValue) == 0x000090, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_Event_OwnerActor_1) == 0x000098, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_AsBiped_Player_1) == 0x0000A0, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_bSuccess_4) == 0x0000A8, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_Event_OwnerActor) == 0x0000B0, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_AsBiped_Player_2) == 0x0000B8, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_bSuccess_5) == 0x0000C0, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_AsAble_Character_Interface) == 0x0000C8, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_bSuccess_6) == 0x0000D8, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0000DC, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000E8, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x0000F8, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_GetBlackboard_ReturnValue) == 0x000100, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000108, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_MakeLiteralName_ReturnValue) == 0x000110, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x000118, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_bSuccess_7) == 0x000128, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_GetValueAsObject_ReturnValue) == 0x000130, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_GetIKState_ReturnValue) == 0x000138, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_GetIKState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_AsActor) == 0x000140, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_bSuccess_8) == 0x000148, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1) == 0x000150, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_bSuccess_9) == 0x000160, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000168, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_bSuccess_10) == 0x000178, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x000180, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_bSuccess_11) == 0x000190, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4) == 0x000198, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_bSuccess_12) == 0x0001A8, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0001AC, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x0001B0, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_GetForwardVector_ReturnValue) == 0x0001B4, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_SafeTeleportTo_ReturnValue) == 0x0001C0, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_SafeTeleportTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_MakeLiteralName_ReturnValue_1) == 0x0001C4, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x0001CC, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_GetValueAsVector_ReturnValue) == 0x0001D0, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_GetValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_MakeLiteralName_ReturnValue_2) == 0x0001DC, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_GetValueAsRotator_ReturnValue) == 0x0001E4, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_GetValueAsRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0001F0, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_SpawnMunition_ReturnValue) == 0x0001F8, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_SpawnMunition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_MakeLiteralName_ReturnValue_3) == 0x000200, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_MakeLiteralName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_GetValueAsClass_ReturnValue) == 0x000208, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_GetValueAsClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000210, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000218, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_AsAble_Anim_Instance_Interface) == 0x000220, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_AsAble_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_bSuccess_13) == 0x000230, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_AsAble_Anim_Instance_Interface_1) == 0x000238, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_AsAble_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE, K2Node_DynamicCast_bSuccess_14) == 0x000248, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExecuteUbergraph_BTT_Biped_ShadowBlinkAOE::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlinkAOE_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_ShadowBlinkAOE_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlinkAOE_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_ShadowBlinkAOE_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_ShadowBlinkAOE_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_ShadowBlinkAOE_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlinkAOE_C_ExitTask \ static_assert(alignof(BTT_Biped_ShadowBlinkAOE_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlinkAOE_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_ShadowBlinkAOE_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_ShadowBlinkAOE_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_ShadowBlinkAOE_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlinkAOE_C_ReceiveTick \ static_assert(alignof(BTT_Biped_ShadowBlinkAOE_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlinkAOE_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_ShadowBlinkAOE_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_ShadowBlinkAOE_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_ShadowBlinkAOE_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_ShadowBlinkAOE_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlinkAOE_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_ShadowBlinkAOE_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_ShadowBlinkAOE_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_ShadowBlinkAOE_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_ShadowBlinkAOE_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ShadowBlinkAOE_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlinkAOE_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_ShadowBlinkAOE_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_ShadowBlinkAOE_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_ShadowBlinkAOE_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_ShadowBlinkAOE_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ShadowBlinkAOE_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlinkAOE_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_ShadowBlinkAOE_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_ShadowBlinkAOE_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_ShadowBlinkAOE_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_ShadowBlinkAOE_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ShadowBlinkAOE_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowBlinkAOE_C_FallingTest \ static_assert(alignof(BTT_Biped_ShadowBlinkAOE_C_FallingTest) == 0x000008, "Wrong alignment on BTT_Biped_ShadowBlinkAOE_C_FallingTest"); \ static_assert(sizeof(BTT_Biped_ShadowBlinkAOE_C_FallingTest) == 0x000038, "Wrong size on BTT_Biped_ShadowBlinkAOE_C_FallingTest"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_FallingTest, Falling) == 0x000000, "Member 'BTT_Biped_ShadowBlinkAOE_C_FallingTest::Falling' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_FallingTest, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_Biped_ShadowBlinkAOE_C_FallingTest::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_FallingTest, K2Node_DynamicCast_AsCharacter) == 0x000010, "Member 'BTT_Biped_ShadowBlinkAOE_C_FallingTest::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_FallingTest, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_ShadowBlinkAOE_C_FallingTest::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_FallingTest, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000020, "Member 'BTT_Biped_ShadowBlinkAOE_C_FallingTest::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_FallingTest, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_ShadowBlinkAOE_C_FallingTest::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowBlinkAOE_C_FallingTest, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BTT_Biped_ShadowBlinkAOE_C_FallingTest::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_ShadowBlinkAOE_C \ static_assert(alignof(UBTT_Biped_ShadowBlinkAOE_C) == 0x000008, "Wrong alignment on UBTT_Biped_ShadowBlinkAOE_C"); \ static_assert(sizeof(UBTT_Biped_ShadowBlinkAOE_C) == 0x000198, "Wrong size on UBTT_Biped_ShadowBlinkAOE_C"); \ static_assert(offsetof(UBTT_Biped_ShadowBlinkAOE_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_ShadowBlinkAOE_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlinkAOE_C, IKRestoreState) == 0x000158, "Member 'UBTT_Biped_ShadowBlinkAOE_C::IKRestoreState' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlinkAOE_C, LastDirection) == 0x00015C, "Member 'UBTT_Biped_ShadowBlinkAOE_C::LastDirection' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlinkAOE_C, TeleportLocation) == 0x000168, "Member 'UBTT_Biped_ShadowBlinkAOE_C::TeleportLocation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlinkAOE_C, TeleportRotation) == 0x000174, "Member 'UBTT_Biped_ShadowBlinkAOE_C::TeleportRotation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlinkAOE_C, TeleportTest) == 0x000180, "Member 'UBTT_Biped_ShadowBlinkAOE_C::TeleportTest' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlinkAOE_C, EnemyActor) == 0x000188, "Member 'UBTT_Biped_ShadowBlinkAOE_C::EnemyActor' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowBlinkAOE_C, AbilityClass) == 0x000190, "Member 'UBTT_Biped_ShadowBlinkAOE_C::AbilityClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth \ static_assert(alignof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth) == 0x000008, "Wrong alignment on VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth"); \ static_assert(sizeof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth) == 0x000180, "Wrong size on VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, EntryPoint) == 0x000000, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_ReachedTarget_TargetReached) == 0x000034, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_ReachedTarget_TargetReached' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000038, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_GetOwner_ReturnValue) == 0x000040, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000048, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, K2Node_CustomEvent_Target_1) == 0x000050, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::K2Node_CustomEvent_Target_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, K2Node_CustomEvent_Instigator) == 0x000058, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::K2Node_CustomEvent_Instigator' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, K2Node_CustomEvent_Damage) == 0x000060, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::K2Node_CustomEvent_Damage' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, K2Node_CustomEvent_Hit) == 0x000064, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::K2Node_CustomEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_IsValid_ReturnValue) == 0x0000EC, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, K2Node_CustomEvent_Target) == 0x0000F0, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::K2Node_CustomEvent_Target' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, K2Node_CustomEvent_InHealthChange) == 0x0000F8, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::K2Node_CustomEvent_InHealthChange' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, K2Node_CustomEvent_bIndicateHUD) == 0x0000FC, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::K2Node_CustomEvent_bIndicateHUD' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_Calculate_Desired_Percent_Percent) == 0x000100, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_Calculate_Desired_Percent_Percent' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000104, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_GetOwner_ReturnValue_1) == 0x000108, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_HermesBindEvent_Handle) == 0x000110, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, K2Node_CustomEvent_Caller) == 0x000120, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_GetHealthPercentage_ReturnValue) == 0x000128, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_GetHealthPercentage_ReturnValue_1) == 0x00012C, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_GetHealthPercentage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000130, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000134, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_PostEventAtLocation_ReturnValue) == 0x000138, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00013C, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000140, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_GetHealthPercentage_ReturnValue_2) == 0x000144, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_GetHealthPercentage_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000148, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00014C, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, K2Node_Event_EndPlayReason) == 0x00014D, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000150, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_GetCurrentCriticalHealthFadeOutPercent_ReturnValue) == 0x000158, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_GetCurrentCriticalHealthFadeOutPercent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000160, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x000168, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_GetCurrentCriticalHealthFadeOutPercent_ReturnValue_1) == 0x00016C, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_GetCurrentCriticalHealthFadeOutPercent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_PostEventAtLocation_ReturnValue_4) == 0x000170, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_PostEventAtLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000174, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth, CallFunc_PostEventAtLocation_ReturnValue_5) == 0x000178, "Member 'VFX_BP_ScreenFX_LowHealth_C_ExecuteUbergraph_VFX_BP_ScreenFX_LowHealth::CallFunc_PostEventAtLocation_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_ScreenFX_LowHealth_C_ReceiveEndPlay \ static_assert(alignof(VFX_BP_ScreenFX_LowHealth_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on VFX_BP_ScreenFX_LowHealth_C_ReceiveEndPlay"); \ static_assert(sizeof(VFX_BP_ScreenFX_LowHealth_C_ReceiveEndPlay) == 0x000001, "Wrong size on VFX_BP_ScreenFX_LowHealth_C_ReceiveEndPlay"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'VFX_BP_ScreenFX_LowHealth_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_ScreenFX_LowHealth_C_CriticalHealthPulse \ static_assert(alignof(VFX_BP_ScreenFX_LowHealth_C_CriticalHealthPulse) == 0x000008, "Wrong alignment on VFX_BP_ScreenFX_LowHealth_C_CriticalHealthPulse"); \ static_assert(sizeof(VFX_BP_ScreenFX_LowHealth_C_CriticalHealthPulse) == 0x000008, "Wrong size on VFX_BP_ScreenFX_LowHealth_C_CriticalHealthPulse"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_CriticalHealthPulse, Caller) == 0x000000, "Member 'VFX_BP_ScreenFX_LowHealth_C_CriticalHealthPulse::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_ScreenFX_LowHealth_C_OnHealthChanged \ static_assert(alignof(VFX_BP_ScreenFX_LowHealth_C_OnHealthChanged) == 0x000008, "Wrong alignment on VFX_BP_ScreenFX_LowHealth_C_OnHealthChanged"); \ static_assert(sizeof(VFX_BP_ScreenFX_LowHealth_C_OnHealthChanged) == 0x000010, "Wrong size on VFX_BP_ScreenFX_LowHealth_C_OnHealthChanged"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_OnHealthChanged, Target) == 0x000000, "Member 'VFX_BP_ScreenFX_LowHealth_C_OnHealthChanged::Target' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_OnHealthChanged, InHealthChange) == 0x000008, "Member 'VFX_BP_ScreenFX_LowHealth_C_OnHealthChanged::InHealthChange' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_OnHealthChanged, bIndicateHUD) == 0x00000C, "Member 'VFX_BP_ScreenFX_LowHealth_C_OnHealthChanged::bIndicateHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_ScreenFX_LowHealth_C_OnActorDamaged \ static_assert(alignof(VFX_BP_ScreenFX_LowHealth_C_OnActorDamaged) == 0x000008, "Wrong alignment on VFX_BP_ScreenFX_LowHealth_C_OnActorDamaged"); \ static_assert(sizeof(VFX_BP_ScreenFX_LowHealth_C_OnActorDamaged) == 0x0000A0, "Wrong size on VFX_BP_ScreenFX_LowHealth_C_OnActorDamaged"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_OnActorDamaged, Target) == 0x000000, "Member 'VFX_BP_ScreenFX_LowHealth_C_OnActorDamaged::Target' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_OnActorDamaged, Instigator_0) == 0x000008, "Member 'VFX_BP_ScreenFX_LowHealth_C_OnActorDamaged::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_OnActorDamaged, Damage) == 0x000010, "Member 'VFX_BP_ScreenFX_LowHealth_C_OnActorDamaged::Damage' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_OnActorDamaged, Hit) == 0x000014, "Member 'VFX_BP_ScreenFX_LowHealth_C_OnActorDamaged::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_ScreenFX_LowHealth_C_Calculate_Desired_Percent \ static_assert(alignof(VFX_BP_ScreenFX_LowHealth_C_Calculate_Desired_Percent) == 0x000004, "Wrong alignment on VFX_BP_ScreenFX_LowHealth_C_Calculate_Desired_Percent"); \ static_assert(sizeof(VFX_BP_ScreenFX_LowHealth_C_Calculate_Desired_Percent) == 0x000014, "Wrong size on VFX_BP_ScreenFX_LowHealth_C_Calculate_Desired_Percent"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_Calculate_Desired_Percent, percent) == 0x000000, "Member 'VFX_BP_ScreenFX_LowHealth_C_Calculate_Desired_Percent::percent' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_Calculate_Desired_Percent, CallFunc_GetHealthPercentage_ReturnValue) == 0x000004, "Member 'VFX_BP_ScreenFX_LowHealth_C_Calculate_Desired_Percent::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_Calculate_Desired_Percent, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'VFX_BP_ScreenFX_LowHealth_C_Calculate_Desired_Percent::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_Calculate_Desired_Percent, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00000C, "Member 'VFX_BP_ScreenFX_LowHealth_C_Calculate_Desired_Percent::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_Calculate_Desired_Percent, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000010, "Member 'VFX_BP_ScreenFX_LowHealth_C_Calculate_Desired_Percent::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_ScreenFX_LowHealth_C_ReachedTarget \ static_assert(alignof(VFX_BP_ScreenFX_LowHealth_C_ReachedTarget) == 0x000004, "Wrong alignment on VFX_BP_ScreenFX_LowHealth_C_ReachedTarget"); \ static_assert(sizeof(VFX_BP_ScreenFX_LowHealth_C_ReachedTarget) == 0x00000C, "Wrong size on VFX_BP_ScreenFX_LowHealth_C_ReachedTarget"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ReachedTarget, NewParam) == 0x000000, "Member 'VFX_BP_ScreenFX_LowHealth_C_ReachedTarget::NewParam' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ReachedTarget, CurrentPercent) == 0x000004, "Member 'VFX_BP_ScreenFX_LowHealth_C_ReachedTarget::CurrentPercent' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ReachedTarget, TargetReached) == 0x000008, "Member 'VFX_BP_ScreenFX_LowHealth_C_ReachedTarget::TargetReached' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ReachedTarget, K2Node_SwitchEnum_CmpSuccess) == 0x000009, "Member 'VFX_BP_ScreenFX_LowHealth_C_ReachedTarget::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ReachedTarget, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00000A, "Member 'VFX_BP_ScreenFX_LowHealth_C_ReachedTarget::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_ReachedTarget, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00000B, "Member 'VFX_BP_ScreenFX_LowHealth_C_ReachedTarget::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_ScreenFX_LowHealth_C_Apply_Effect \ static_assert(alignof(VFX_BP_ScreenFX_LowHealth_C_Apply_Effect) == 0x000004, "Wrong alignment on VFX_BP_ScreenFX_LowHealth_C_Apply_Effect"); \ static_assert(sizeof(VFX_BP_ScreenFX_LowHealth_C_Apply_Effect) == 0x00001C, "Wrong size on VFX_BP_ScreenFX_LowHealth_C_Apply_Effect"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_Apply_Effect, CallFunc_Add_FloatFloat_ReturnValue) == 0x000000, "Member 'VFX_BP_ScreenFX_LowHealth_C_Apply_Effect::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_Apply_Effect, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000004, "Member 'VFX_BP_ScreenFX_LowHealth_C_Apply_Effect::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_Apply_Effect, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000008, "Member 'VFX_BP_ScreenFX_LowHealth_C_Apply_Effect::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_Apply_Effect, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'VFX_BP_ScreenFX_LowHealth_C_Apply_Effect::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_Apply_Effect, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000010, "Member 'VFX_BP_ScreenFX_LowHealth_C_Apply_Effect::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_Apply_Effect, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x000014, "Member 'VFX_BP_ScreenFX_LowHealth_C_Apply_Effect::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_LowHealth_C_Apply_Effect, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000018, "Member 'VFX_BP_ScreenFX_LowHealth_C_Apply_Effect::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVFX_BP_ScreenFX_LowHealth_C \ static_assert(alignof(AVFX_BP_ScreenFX_LowHealth_C) == 0x000008, "Wrong alignment on AVFX_BP_ScreenFX_LowHealth_C"); \ static_assert(sizeof(AVFX_BP_ScreenFX_LowHealth_C) == 0x000368, "Wrong size on AVFX_BP_ScreenFX_LowHealth_C"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, UberGraphFrame) == 0x000248, "Member 'AVFX_BP_ScreenFX_LowHealth_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Saturation_PostProcess) == 0x000250, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Saturation_PostProcess' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Chromatic_PostProcess) == 0x000258, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Chromatic_PostProcess' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, RedCreep_PostProcess) == 0x000260, "Member 'AVFX_BP_ScreenFX_LowHealth_C::RedCreep_PostProcess' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Distortion_PostProcess) == 0x000268, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Distortion_PostProcess' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, DefaultSceneRoot) == 0x000270, "Member 'AVFX_BP_ScreenFX_LowHealth_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, FadeIn_FadeIn_1384DEA44E954807017759AF0C091E0E) == 0x000278, "Member 'AVFX_BP_ScreenFX_LowHealth_C::FadeIn_FadeIn_1384DEA44E954807017759AF0C091E0E' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, FadeIn__Direction_1384DEA44E954807017759AF0C091E0E) == 0x00027C, "Member 'AVFX_BP_ScreenFX_LowHealth_C::FadeIn__Direction_1384DEA44E954807017759AF0C091E0E' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, FadeIn) == 0x000280, "Member 'AVFX_BP_ScreenFX_LowHealth_C::FadeIn' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_0_Creep_7511BDBF440AFDE0C8B7D9A3235227BA) == 0x000288, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_0_Creep_7511BDBF440AFDE0C8B7D9A3235227BA' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_0__Direction_7511BDBF440AFDE0C8B7D9A3235227BA) == 0x00028C, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_0__Direction_7511BDBF440AFDE0C8B7D9A3235227BA' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_0) == 0x000290, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_FadeOut_OverallOpacity_E25413C6490F071CB63A2EA794AFAA75) == 0x000298, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_FadeOut_OverallOpacity_E25413C6490F071CB63A2EA794AFAA75' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_FadeOut_Creep_E25413C6490F071CB63A2EA794AFAA75) == 0x00029C, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_FadeOut_Creep_E25413C6490F071CB63A2EA794AFAA75' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_FadeOut__Direction_E25413C6490F071CB63A2EA794AFAA75) == 0x0002A0, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_FadeOut__Direction_E25413C6490F071CB63A2EA794AFAA75' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_FadeOut) == 0x0002A8, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_FadeOut' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_Pulse_OverallOpacity_E33E5EEF457E3762F1A991ACC9272183) == 0x0002B0, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_Pulse_OverallOpacity_E33E5EEF457E3762F1A991ACC9272183' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_Pulse_Intensity_E33E5EEF457E3762F1A991ACC9272183) == 0x0002B4, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_Pulse_Intensity_E33E5EEF457E3762F1A991ACC9272183' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_Pulse_Distortion_Power_E33E5EEF457E3762F1A991ACC9272183) == 0x0002B8, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_Pulse_Distortion_Power_E33E5EEF457E3762F1A991ACC9272183' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_Pulse_Creep_E33E5EEF457E3762F1A991ACC9272183) == 0x0002BC, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_Pulse_Creep_E33E5EEF457E3762F1A991ACC9272183' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_Pulse__Direction_E33E5EEF457E3762F1A991ACC9272183) == 0x0002C0, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_Pulse__Direction_E33E5EEF457E3762F1A991ACC9272183' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_Pulse) == 0x0002C8, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_Pulse' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_Health_CreepWiggle_63ABCC6845319FE5A49B2CA55A5B78DC) == 0x0002D0, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_Health_CreepWiggle_63ABCC6845319FE5A49B2CA55A5B78DC' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_Health_Time_63ABCC6845319FE5A49B2CA55A5B78DC) == 0x0002D4, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_Health_Time_63ABCC6845319FE5A49B2CA55A5B78DC' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_Health_OverallOpacity_63ABCC6845319FE5A49B2CA55A5B78DC) == 0x0002D8, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_Health_OverallOpacity_63ABCC6845319FE5A49B2CA55A5B78DC' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_Health_Intensity_63ABCC6845319FE5A49B2CA55A5B78DC) == 0x0002DC, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_Health_Intensity_63ABCC6845319FE5A49B2CA55A5B78DC' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_Health_Distortion_Power_63ABCC6845319FE5A49B2CA55A5B78DC) == 0x0002E0, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_Health_Distortion_Power_63ABCC6845319FE5A49B2CA55A5B78DC' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_Health_Creep_63ABCC6845319FE5A49B2CA55A5B78DC) == 0x0002E4, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_Health_Creep_63ABCC6845319FE5A49B2CA55A5B78DC' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_Health__Direction_63ABCC6845319FE5A49B2CA55A5B78DC) == 0x0002E8, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_Health__Direction_63ABCC6845319FE5A49B2CA55A5B78DC' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Timeline_Health) == 0x0002F0, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Timeline_Health' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Flash) == 0x0002F8, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Flash' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Flash_UI) == 0x000300, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Flash_UI' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Intensity) == 0x000310, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Intensity' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Blend_Weight) == 0x000314, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Blend_Weight' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Distortion_Power) == 0x000318, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Distortion_Power' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Creep) == 0x00031C, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Creep' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, OverallOpacity) == 0x000320, "Member 'AVFX_BP_ScreenFX_LowHealth_C::OverallOpacity' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Chromatic_Intensity) == 0x000324, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Chromatic_Intensity' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Saruration_Intensity) == 0x000328, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Saruration_Intensity' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, ObjectStateInfo) == 0x000330, "Member 'AVFX_BP_ScreenFX_LowHealth_C::ObjectStateInfo' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, DesiredPercent) == 0x000338, "Member 'AVFX_BP_ScreenFX_LowHealth_C::DesiredPercent' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Direction) == 0x00033C, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Direction' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, TimelineLength) == 0x000340, "Member 'AVFX_BP_ScreenFX_LowHealth_C::TimelineLength' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, FirstTime) == 0x000344, "Member 'AVFX_BP_ScreenFX_LowHealth_C::FirstTime' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Pulse_Intensity) == 0x000348, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Pulse_Intensity' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Pulse_Distortion_Power) == 0x00034C, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Pulse_Distortion_Power' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Pulse_Creep) == 0x000350, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Pulse_Creep' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Pulse_OverallOpacity) == 0x000354, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Pulse_OverallOpacity' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Damage_Creep) == 0x000358, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Damage_Creep' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Creep_Wiggle) == 0x00035C, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Creep_Wiggle' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Fade_CreepPercent) == 0x000360, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Fade_CreepPercent' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_LowHealth_C, Fade_OverallOpacityPercent) == 0x000364, "Member 'AVFX_BP_ScreenFX_LowHealth_C::Fade_OverallOpacityPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection \ static_assert(alignof(VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection) == 0x000008, "Wrong alignment on VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection"); \ static_assert(sizeof(VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection) == 0x000050, "Wrong size on VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection"); \ static_assert(offsetof(VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection, EntryPoint) == 0x000000, "Member 'VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection, K2Node_CustomEvent_Caller) == 0x000018, "Member 'VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection, K2Node_CustomEvent_Int1) == 0x000020, "Member 'VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection::K2Node_CustomEvent_Int1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection, K2Node_CustomEvent_Int2) == 0x000024, "Member 'VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection::K2Node_CustomEvent_Int2' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000028, "Member 'VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000030, "Member 'VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection, CallFunc_HermesBindDoubleInt_Handle) == 0x000038, "Member 'VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection::CallFunc_HermesBindDoubleInt_Handle' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000048, "Member 'VFX_BP_ScreenFX_DamageDirection_C_ExecuteUbergraph_VFX_BP_ScreenFX_DamageDirection::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_ScreenFX_DamageDirection_C_DamageEffect \ static_assert(alignof(VFX_BP_ScreenFX_DamageDirection_C_DamageEffect) == 0x000008, "Wrong alignment on VFX_BP_ScreenFX_DamageDirection_C_DamageEffect"); \ static_assert(sizeof(VFX_BP_ScreenFX_DamageDirection_C_DamageEffect) == 0x000010, "Wrong size on VFX_BP_ScreenFX_DamageDirection_C_DamageEffect"); \ static_assert(offsetof(VFX_BP_ScreenFX_DamageDirection_C_DamageEffect, Caller) == 0x000000, "Member 'VFX_BP_ScreenFX_DamageDirection_C_DamageEffect::Caller' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_DamageDirection_C_DamageEffect, Int1) == 0x000008, "Member 'VFX_BP_ScreenFX_DamageDirection_C_DamageEffect::Int1' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_ScreenFX_DamageDirection_C_DamageEffect, Int2) == 0x00000C, "Member 'VFX_BP_ScreenFX_DamageDirection_C_DamageEffect::Int2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVFX_BP_ScreenFX_DamageDirection_C \ static_assert(alignof(AVFX_BP_ScreenFX_DamageDirection_C) == 0x000008, "Wrong alignment on AVFX_BP_ScreenFX_DamageDirection_C"); \ static_assert(sizeof(AVFX_BP_ScreenFX_DamageDirection_C) == 0x000280, "Wrong size on AVFX_BP_ScreenFX_DamageDirection_C"); \ static_assert(offsetof(AVFX_BP_ScreenFX_DamageDirection_C, UberGraphFrame) == 0x000248, "Member 'AVFX_BP_ScreenFX_DamageDirection_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_DamageDirection_C, DamageDirection) == 0x000250, "Member 'AVFX_BP_ScreenFX_DamageDirection_C::DamageDirection' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_DamageDirection_C, DefaultSceneRoot) == 0x000258, "Member 'AVFX_BP_ScreenFX_DamageDirection_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_DamageDirection_C, Damage_Dircetion_Spike_D93EC798415488C4E7D36D97047EF801) == 0x000260, "Member 'AVFX_BP_ScreenFX_DamageDirection_C::Damage_Dircetion_Spike_D93EC798415488C4E7D36D97047EF801' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_DamageDirection_C, Damage_Dircetion_cloud_D93EC798415488C4E7D36D97047EF801) == 0x000264, "Member 'AVFX_BP_ScreenFX_DamageDirection_C::Damage_Dircetion_cloud_D93EC798415488C4E7D36D97047EF801' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_DamageDirection_C, Damage_Dircetion_Direct_D93EC798415488C4E7D36D97047EF801) == 0x000268, "Member 'AVFX_BP_ScreenFX_DamageDirection_C::Damage_Dircetion_Direct_D93EC798415488C4E7D36D97047EF801' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_DamageDirection_C, Damage_Dircetion__Direction_D93EC798415488C4E7D36D97047EF801) == 0x00026C, "Member 'AVFX_BP_ScreenFX_DamageDirection_C::Damage_Dircetion__Direction_D93EC798415488C4E7D36D97047EF801' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_DamageDirection_C, Damage_Dircetion) == 0x000270, "Member 'AVFX_BP_ScreenFX_DamageDirection_C::Damage_Dircetion' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_ScreenFX_DamageDirection_C, Parameter_Value) == 0x000278, "Member 'AVFX_BP_ScreenFX_DamageDirection_C::Parameter_Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Petrificus_Loop_C \ static_assert(alignof(UABL_Petrificus_Loop_C) == 0x000008, "Wrong alignment on UABL_Petrificus_Loop_C"); \ static_assert(sizeof(UABL_Petrificus_Loop_C) == 0x0000E0, "Wrong size on UABL_Petrificus_Loop_C"); \ #define DUMPER7_ASSERTS_UABL_WandCast_DodgeCombo1_C \ static_assert(alignof(UABL_WandCast_DodgeCombo1_C) == 0x000008, "Wrong alignment on UABL_WandCast_DodgeCombo1_C"); \ static_assert(sizeof(UABL_WandCast_DodgeCombo1_C) == 0x0000D0, "Wrong size on UABL_WandCast_DodgeCombo1_C"); \ #define DUMPER7_ASSERTS_UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC \ static_assert(alignof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC) == 0x000008, "Wrong alignment on UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC"); \ static_assert(sizeof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC) == 0x0000E0, "Wrong size on UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, EntryPoint) == 0x000000, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, Temp_byte_Variable) == 0x000004, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, Temp_byte_Variable_1) == 0x000005, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, Temp_bool_Variable) == 0x000006, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, Temp_byte_Variable_2) == 0x000007, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, Temp_byte_Variable_3) == 0x000008, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, CallFunc_HermesBindInt_Handle) == 0x000030, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, CallFunc_HermesBindLock_Handle) == 0x000040, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::CallFunc_HermesBindLock_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, K2Node_Event_GroupIndex) == 0x000050, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::K2Node_Event_GroupIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, CallFunc_PlayAnimationForward_ReturnValue) == 0x000058, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, K2Node_CustomEvent_Caller_2) == 0x000060, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, K2Node_CustomEvent_Lock_1) == 0x000068, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::K2Node_CustomEvent_Lock_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000074, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000075, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, K2Node_Event_Show) == 0x000076, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, CallFunc_GetUIManagerPure_ReturnValue) == 0x000078, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, CallFunc_GetShouldShowButtonGraphics_ReturnValue) == 0x000080, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::CallFunc_GetShouldShowButtonGraphics_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, K2Node_Select_Default) == 0x000081, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, K2Node_Event_IgnoreLocks) == 0x000082, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::K2Node_Event_IgnoreLocks' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, K2Node_Event_HiddenState) == 0x000083, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::K2Node_Event_HiddenState' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, Temp_bool_Variable_1) == 0x000084, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, K2Node_Select_Default_1) == 0x000085, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, K2Node_CustomEvent_Caller_1) == 0x000088, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, K2Node_CustomEvent_Int) == 0x000090, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, K2Node_CustomEvent_Caller) == 0x000098, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, K2Node_CustomEvent_Lock) == 0x0000A0, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::K2Node_CustomEvent_Lock' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0000B0, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, CallFunc_GetBonusSpellLoadouts_ReturnValue) == 0x0000B8, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::CallFunc_GetBonusSpellLoadouts_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000BC, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, CallFunc_Add_IntInt_ReturnValue) == 0x0000CC, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC, CallFunc_HermesBindLock_Handle_1) == 0x0000D0, "Member 'UI_BP_ActionHUD_PC_C_ExecuteUbergraph_UI_BP_ActionHUD_PC::CallFunc_HermesBindLock_Handle_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionHUD_PC_C_MenuSpellSelectionLockChanged \ static_assert(alignof(UI_BP_ActionHUD_PC_C_MenuSpellSelectionLockChanged) == 0x000008, "Wrong alignment on UI_BP_ActionHUD_PC_C_MenuSpellSelectionLockChanged"); \ static_assert(sizeof(UI_BP_ActionHUD_PC_C_MenuSpellSelectionLockChanged) == 0x000018, "Wrong size on UI_BP_ActionHUD_PC_C_MenuSpellSelectionLockChanged"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_MenuSpellSelectionLockChanged, Caller) == 0x000000, "Member 'UI_BP_ActionHUD_PC_C_MenuSpellSelectionLockChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_MenuSpellSelectionLockChanged, Lock) == 0x000008, "Member 'UI_BP_ActionHUD_PC_C_MenuSpellSelectionLockChanged::Lock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionHUD_PC_C_EnableAllSpellsChanged \ static_assert(alignof(UI_BP_ActionHUD_PC_C_EnableAllSpellsChanged) == 0x000008, "Wrong alignment on UI_BP_ActionHUD_PC_C_EnableAllSpellsChanged"); \ static_assert(sizeof(UI_BP_ActionHUD_PC_C_EnableAllSpellsChanged) == 0x000010, "Wrong size on UI_BP_ActionHUD_PC_C_EnableAllSpellsChanged"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_EnableAllSpellsChanged, Caller) == 0x000000, "Member 'UI_BP_ActionHUD_PC_C_EnableAllSpellsChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_EnableAllSpellsChanged, int_0) == 0x000008, "Member 'UI_BP_ActionHUD_PC_C_EnableAllSpellsChanged::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionHUD_PC_C_OnHideHUDElement \ static_assert(alignof(UI_BP_ActionHUD_PC_C_OnHideHUDElement) == 0x000001, "Wrong alignment on UI_BP_ActionHUD_PC_C_OnHideHUDElement"); \ static_assert(sizeof(UI_BP_ActionHUD_PC_C_OnHideHUDElement) == 0x000001, "Wrong size on UI_BP_ActionHUD_PC_C_OnHideHUDElement"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_OnHideHUDElement, HiddenState) == 0x000000, "Member 'UI_BP_ActionHUD_PC_C_OnHideHUDElement::HiddenState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionHUD_PC_C_OnShowHUDElement \ static_assert(alignof(UI_BP_ActionHUD_PC_C_OnShowHUDElement) == 0x000001, "Wrong alignment on UI_BP_ActionHUD_PC_C_OnShowHUDElement"); \ static_assert(sizeof(UI_BP_ActionHUD_PC_C_OnShowHUDElement) == 0x000001, "Wrong size on UI_BP_ActionHUD_PC_C_OnShowHUDElement"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_OnShowHUDElement, IgnoreLocks) == 0x000000, "Member 'UI_BP_ActionHUD_PC_C_OnShowHUDElement::IgnoreLocks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionHUD_PC_C_OnShowButtonsChanged \ static_assert(alignof(UI_BP_ActionHUD_PC_C_OnShowButtonsChanged) == 0x000001, "Wrong alignment on UI_BP_ActionHUD_PC_C_OnShowButtonsChanged"); \ static_assert(sizeof(UI_BP_ActionHUD_PC_C_OnShowButtonsChanged) == 0x000001, "Wrong size on UI_BP_ActionHUD_PC_C_OnShowButtonsChanged"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_OnShowButtonsChanged, Show) == 0x000000, "Member 'UI_BP_ActionHUD_PC_C_OnShowButtonsChanged::Show' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionHUD_PC_C_PassiveSpellLockChanged \ static_assert(alignof(UI_BP_ActionHUD_PC_C_PassiveSpellLockChanged) == 0x000008, "Wrong alignment on UI_BP_ActionHUD_PC_C_PassiveSpellLockChanged"); \ static_assert(sizeof(UI_BP_ActionHUD_PC_C_PassiveSpellLockChanged) == 0x000018, "Wrong size on UI_BP_ActionHUD_PC_C_PassiveSpellLockChanged"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_PassiveSpellLockChanged, Caller) == 0x000000, "Member 'UI_BP_ActionHUD_PC_C_PassiveSpellLockChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_PassiveSpellLockChanged, Lock) == 0x000008, "Member 'UI_BP_ActionHUD_PC_C_PassiveSpellLockChanged::Lock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionHUD_PC_C_UpdateMiniDiamond \ static_assert(alignof(UI_BP_ActionHUD_PC_C_UpdateMiniDiamond) == 0x000004, "Wrong alignment on UI_BP_ActionHUD_PC_C_UpdateMiniDiamond"); \ static_assert(sizeof(UI_BP_ActionHUD_PC_C_UpdateMiniDiamond) == 0x000004, "Wrong size on UI_BP_ActionHUD_PC_C_UpdateMiniDiamond"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_UpdateMiniDiamond, GroupIndex) == 0x000000, "Member 'UI_BP_ActionHUD_PC_C_UpdateMiniDiamond::GroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionHUD_PC_C_SetRevelioVisibility \ static_assert(alignof(UI_BP_ActionHUD_PC_C_SetRevelioVisibility) == 0x000004, "Wrong alignment on UI_BP_ActionHUD_PC_C_SetRevelioVisibility"); \ static_assert(sizeof(UI_BP_ActionHUD_PC_C_SetRevelioVisibility) == 0x000010, "Wrong size on UI_BP_ActionHUD_PC_C_SetRevelioVisibility"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetRevelioVisibility, IgnoreLocks) == 0x000000, "Member 'UI_BP_ActionHUD_PC_C_SetRevelioVisibility::IgnoreLocks' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetRevelioVisibility, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_ActionHUD_PC_C_SetRevelioVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetRevelioVisibility, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_ActionHUD_PC_C_SetRevelioVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetRevelioVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_ActionHUD_PC_C_SetRevelioVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetRevelioVisibility, CallFunc_GetConsoleVariableAsInt_Value) == 0x000004, "Member 'UI_BP_ActionHUD_PC_C_SetRevelioVisibility::CallFunc_GetConsoleVariableAsInt_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetRevelioVisibility, CallFunc_GetConsoleVariableAsInt_bExists) == 0x000008, "Member 'UI_BP_ActionHUD_PC_C_SetRevelioVisibility::CallFunc_GetConsoleVariableAsInt_bExists' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetRevelioVisibility, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000009, "Member 'UI_BP_ActionHUD_PC_C_SetRevelioVisibility::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetRevelioVisibility, CallFunc_IsUnlockedPure_ReturnValue) == 0x00000A, "Member 'UI_BP_ActionHUD_PC_C_SetRevelioVisibility::CallFunc_IsUnlockedPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetRevelioVisibility, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'UI_BP_ActionHUD_PC_C_SetRevelioVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetRevelioVisibility, CallFunc_BooleanOR_ReturnValue) == 0x00000C, "Member 'UI_BP_ActionHUD_PC_C_SetRevelioVisibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetRevelioVisibility, CallFunc_BooleanOR_ReturnValue_1) == 0x00000D, "Member 'UI_BP_ActionHUD_PC_C_SetRevelioVisibility::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetRevelioVisibility, K2Node_Select_Default) == 0x00000E, "Member 'UI_BP_ActionHUD_PC_C_SetRevelioVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionHUD_PC_C_SetButtonVisibility \ static_assert(alignof(UI_BP_ActionHUD_PC_C_SetButtonVisibility) == 0x000008, "Wrong alignment on UI_BP_ActionHUD_PC_C_SetButtonVisibility"); \ static_assert(sizeof(UI_BP_ActionHUD_PC_C_SetButtonVisibility) == 0x000020, "Wrong size on UI_BP_ActionHUD_PC_C_SetButtonVisibility"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetButtonVisibility, Button) == 0x000000, "Member 'UI_BP_ActionHUD_PC_C_SetButtonVisibility::Button' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetButtonVisibility, Show) == 0x000008, "Member 'UI_BP_ActionHUD_PC_C_SetButtonVisibility::Show' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetButtonVisibility, Temp_bool_Variable) == 0x000009, "Member 'UI_BP_ActionHUD_PC_C_SetButtonVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetButtonVisibility, Temp_byte_Variable) == 0x00000A, "Member 'UI_BP_ActionHUD_PC_C_SetButtonVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetButtonVisibility, Temp_byte_Variable_1) == 0x00000B, "Member 'UI_BP_ActionHUD_PC_C_SetButtonVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetButtonVisibility, CallFunc_GetUIManagerPure_ReturnValue) == 0x000010, "Member 'UI_BP_ActionHUD_PC_C_SetButtonVisibility::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetButtonVisibility, CallFunc_GetShouldShowButtonGraphics_ReturnValue) == 0x000018, "Member 'UI_BP_ActionHUD_PC_C_SetButtonVisibility::CallFunc_GetShouldShowButtonGraphics_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetButtonVisibility, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'UI_BP_ActionHUD_PC_C_SetButtonVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetButtonVisibility, K2Node_Select_Default) == 0x00001A, "Member 'UI_BP_ActionHUD_PC_C_SetButtonVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionHUD_PC_C_ShowDiamondFX \ static_assert(alignof(UI_BP_ActionHUD_PC_C_ShowDiamondFX) == 0x000008, "Wrong alignment on UI_BP_ActionHUD_PC_C_ShowDiamondFX"); \ static_assert(sizeof(UI_BP_ActionHUD_PC_C_ShowDiamondFX) == 0x000008, "Wrong size on UI_BP_ActionHUD_PC_C_ShowDiamondFX"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_ShowDiamondFX, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UI_BP_ActionHUD_PC_C_ShowDiamondFX::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionHUD_PC_C_HideDiamondFX \ static_assert(alignof(UI_BP_ActionHUD_PC_C_HideDiamondFX) == 0x000008, "Wrong alignment on UI_BP_ActionHUD_PC_C_HideDiamondFX"); \ static_assert(sizeof(UI_BP_ActionHUD_PC_C_HideDiamondFX) == 0x000008, "Wrong size on UI_BP_ActionHUD_PC_C_HideDiamondFX"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_HideDiamondFX, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UI_BP_ActionHUD_PC_C_HideDiamondFX::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionHUD_PC_C_SetActionBarVisibility \ static_assert(alignof(UI_BP_ActionHUD_PC_C_SetActionBarVisibility) == 0x000004, "Wrong alignment on UI_BP_ActionHUD_PC_C_SetActionBarVisibility"); \ static_assert(sizeof(UI_BP_ActionHUD_PC_C_SetActionBarVisibility) == 0x000010, "Wrong size on UI_BP_ActionHUD_PC_C_SetActionBarVisibility"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetActionBarVisibility, IgnoreLocks) == 0x000000, "Member 'UI_BP_ActionHUD_PC_C_SetActionBarVisibility::IgnoreLocks' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetActionBarVisibility, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_ActionHUD_PC_C_SetActionBarVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetActionBarVisibility, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_ActionHUD_PC_C_SetActionBarVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetActionBarVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_ActionHUD_PC_C_SetActionBarVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetActionBarVisibility, CallFunc_GetConsoleVariableAsInt_Value) == 0x000004, "Member 'UI_BP_ActionHUD_PC_C_SetActionBarVisibility::CallFunc_GetConsoleVariableAsInt_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetActionBarVisibility, CallFunc_GetConsoleVariableAsInt_bExists) == 0x000008, "Member 'UI_BP_ActionHUD_PC_C_SetActionBarVisibility::CallFunc_GetConsoleVariableAsInt_bExists' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetActionBarVisibility, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000009, "Member 'UI_BP_ActionHUD_PC_C_SetActionBarVisibility::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetActionBarVisibility, CallFunc_IsUnlockedPure_ReturnValue) == 0x00000A, "Member 'UI_BP_ActionHUD_PC_C_SetActionBarVisibility::CallFunc_IsUnlockedPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetActionBarVisibility, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'UI_BP_ActionHUD_PC_C_SetActionBarVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetActionBarVisibility, CallFunc_BooleanOR_ReturnValue) == 0x00000C, "Member 'UI_BP_ActionHUD_PC_C_SetActionBarVisibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetActionBarVisibility, CallFunc_BooleanOR_ReturnValue_1) == 0x00000D, "Member 'UI_BP_ActionHUD_PC_C_SetActionBarVisibility::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetActionBarVisibility, K2Node_Select_Default) == 0x00000E, "Member 'UI_BP_ActionHUD_PC_C_SetActionBarVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility \ static_assert(alignof(UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility) == 0x000004, "Wrong alignment on UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility"); \ static_assert(sizeof(UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility) == 0x000010, "Wrong size on UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility, IgnoreLocks) == 0x000000, "Member 'UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility::IgnoreLocks' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility, CallFunc_GetConsoleVariableAsInt_Value) == 0x000004, "Member 'UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility::CallFunc_GetConsoleVariableAsInt_Value' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility, CallFunc_GetConsoleVariableAsInt_bExists) == 0x000008, "Member 'UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility::CallFunc_GetConsoleVariableAsInt_bExists' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000009, "Member 'UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility, CallFunc_IsUnlockedPure_ReturnValue) == 0x00000A, "Member 'UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility::CallFunc_IsUnlockedPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility, CallFunc_BooleanAND_ReturnValue) == 0x00000B, "Member 'UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility, CallFunc_BooleanOR_ReturnValue) == 0x00000C, "Member 'UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility, CallFunc_BooleanOR_ReturnValue_1) == 0x00000D, "Member 'UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility, K2Node_Select_Default) == 0x00000E, "Member 'UI_BP_ActionHUD_PC_C_SetSpellSelectionVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility \ static_assert(alignof(UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility) == 0x000008, "Wrong alignment on UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility"); \ static_assert(sizeof(UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility) == 0x000018, "Wrong size on UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility, Temp_bool_Variable) == 0x000000, "Member 'UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility, Temp_byte_Variable) == 0x000001, "Member 'UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility, Temp_byte_Variable_1) == 0x000002, "Member 'UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility, CallFunc_GetBonusSpellLoadouts_ReturnValue) == 0x000010, "Member 'UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility::CallFunc_GetBonusSpellLoadouts_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility, CallFunc_Greater_IntInt_ReturnValue) == 0x000015, "Member 'UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility, K2Node_Select_Default) == 0x000016, "Member 'UI_BP_ActionHUD_PC_C_SetGroupNotificationVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_ActionHUD_PC_C \ static_assert(alignof(UUI_BP_ActionHUD_PC_C) == 0x000008, "Wrong alignment on UUI_BP_ActionHUD_PC_C"); \ static_assert(sizeof(UUI_BP_ActionHUD_PC_C) == 0x0003D0, "Wrong size on UUI_BP_ActionHUD_PC_C"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, UberGraphFrame) == 0x000320, "Member 'UUI_BP_ActionHUD_PC_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, hideFocusFX) == 0x000328, "Member 'UUI_BP_ActionHUD_PC_C::hideFocusFX' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, showFocusFX) == 0x000330, "Member 'UUI_BP_ActionHUD_PC_C::showFocusFX' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, SwapGroupDown) == 0x000338, "Member 'UUI_BP_ActionHUD_PC_C::SwapGroupDown' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, SwapGroupUp) == 0x000340, "Member 'UUI_BP_ActionHUD_PC_C::SwapGroupUp' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, actionHUD) == 0x000348, "Member 'UUI_BP_ActionHUD_PC_C::actionHUD' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, actionItem_1) == 0x000350, "Member 'UUI_BP_ActionHUD_PC_C::actionItem_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, actionItem_2) == 0x000358, "Member 'UUI_BP_ActionHUD_PC_C::actionItem_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, actionItem_3) == 0x000360, "Member 'UUI_BP_ActionHUD_PC_C::actionItem_3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, actionItem_4) == 0x000368, "Member 'UUI_BP_ActionHUD_PC_C::actionItem_4' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, buttonGraphic_1) == 0x000370, "Member 'UUI_BP_ActionHUD_PC_C::buttonGraphic_1' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, buttonGraphic_2) == 0x000378, "Member 'UUI_BP_ActionHUD_PC_C::buttonGraphic_2' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, buttonGraphic_3) == 0x000380, "Member 'UUI_BP_ActionHUD_PC_C::buttonGraphic_3' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, buttonGraphic_4) == 0x000388, "Member 'UUI_BP_ActionHUD_PC_C::buttonGraphic_4' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, groupNotification) == 0x000390, "Member 'UUI_BP_ActionHUD_PC_C::groupNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, PhoenixRichTextBlock) == 0x000398, "Member 'UUI_BP_ActionHUD_PC_C::PhoenixRichTextBlock' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, PhoenixRichTextBlock_68) == 0x0003A0, "Member 'UUI_BP_ActionHUD_PC_C::PhoenixRichTextBlock_68' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, revelioCallout) == 0x0003A8, "Member 'UUI_BP_ActionHUD_PC_C::revelioCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, SpellSelectHorizontalBox) == 0x0003B0, "Member 'UUI_BP_ActionHUD_PC_C::SpellSelectHorizontalBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, ActiveMiniBack) == 0x0003B8, "Member 'UUI_BP_ActionHUD_PC_C::ActiveMiniBack' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, ActiveMiniFill) == 0x0003C0, "Member 'UUI_BP_ActionHUD_PC_C::ActiveMiniFill' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_ActionHUD_PC_C, isFocusFXShowing) == 0x0003C8, "Member 'UUI_BP_ActionHUD_PC_C::isFocusFXShowing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DayNightIndoorOutdoor_4Way_PP_C \ static_assert(alignof(ABP_DayNightIndoorOutdoor_4Way_PP_C) == 0x000008, "Wrong alignment on ABP_DayNightIndoorOutdoor_4Way_PP_C"); \ static_assert(sizeof(ABP_DayNightIndoorOutdoor_4Way_PP_C) == 0x000270, "Wrong size on ABP_DayNightIndoorOutdoor_4Way_PP_C"); \ static_assert(offsetof(ABP_DayNightIndoorOutdoor_4Way_PP_C, PostProcessingVars_Time_Reflections) == 0x000248, "Member 'ABP_DayNightIndoorOutdoor_4Way_PP_C::PostProcessingVars_Time_Reflections' has a wrong offset!"); \ static_assert(offsetof(ABP_DayNightIndoorOutdoor_4Way_PP_C, PostProcess_ExtendedExposure) == 0x000250, "Member 'ABP_DayNightIndoorOutdoor_4Way_PP_C::PostProcess_ExtendedExposure' has a wrong offset!"); \ static_assert(offsetof(ABP_DayNightIndoorOutdoor_4Way_PP_C, UberExposureComponent_Auto_Whitebalance) == 0x000258, "Member 'ABP_DayNightIndoorOutdoor_4Way_PP_C::UberExposureComponent_Auto_Whitebalance' has a wrong offset!"); \ static_assert(offsetof(ABP_DayNightIndoorOutdoor_4Way_PP_C, DefaultSceneRoot) == 0x000260, "Member 'ABP_DayNightIndoorOutdoor_4Way_PP_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_DayNightIndoorOutdoor_4Way_PP_C, Priority) == 0x000268, "Member 'ABP_DayNightIndoorOutdoor_4Way_PP_C::Priority' has a wrong offset!"); \ static_assert(offsetof(ABP_DayNightIndoorOutdoor_4Way_PP_C, Enabled) == 0x00026C, "Member 'ABP_DayNightIndoorOutdoor_4Way_PP_C::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCast_LightCombo6_C \ static_assert(alignof(UABL_WandCast_LightCombo6_C) == 0x000008, "Wrong alignment on UABL_WandCast_LightCombo6_C"); \ static_assert(sizeof(UABL_WandCast_LightCombo6_C) == 0x0000D0, "Wrong size on UABL_WandCast_LightCombo6_C"); \ #define DUMPER7_ASSERTS_ABL_HitStumbleFlash_C_ExecuteUbergraph_ABL_HitStumbleFlash \ static_assert(alignof(ABL_HitStumbleFlash_C_ExecuteUbergraph_ABL_HitStumbleFlash) == 0x000008, "Wrong alignment on ABL_HitStumbleFlash_C_ExecuteUbergraph_ABL_HitStumbleFlash"); \ static_assert(sizeof(ABL_HitStumbleFlash_C_ExecuteUbergraph_ABL_HitStumbleFlash) == 0x000030, "Wrong size on ABL_HitStumbleFlash_C_ExecuteUbergraph_ABL_HitStumbleFlash"); \ static_assert(offsetof(ABL_HitStumbleFlash_C_ExecuteUbergraph_ABL_HitStumbleFlash, EntryPoint) == 0x000000, "Member 'ABL_HitStumbleFlash_C_ExecuteUbergraph_ABL_HitStumbleFlash::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleFlash_C_ExecuteUbergraph_ABL_HitStumbleFlash, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitStumbleFlash_C_ExecuteUbergraph_ABL_HitStumbleFlash::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleFlash_C_ExecuteUbergraph_ABL_HitStumbleFlash, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitStumbleFlash_C_ExecuteUbergraph_ABL_HitStumbleFlash::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleFlash_C_ExecuteUbergraph_ABL_HitStumbleFlash, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_HitStumbleFlash_C_ExecuteUbergraph_ABL_HitStumbleFlash::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleFlash_C_ExecuteUbergraph_ABL_HitStumbleFlash, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HitStumbleFlash_C_ExecuteUbergraph_ABL_HitStumbleFlash::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleFlash_C_ExecuteUbergraph_ABL_HitStumbleFlash, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_HitStumbleFlash_C_ExecuteUbergraph_ABL_HitStumbleFlash::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumbleFlash_C_OnAbilityBranch \ static_assert(alignof(ABL_HitStumbleFlash_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitStumbleFlash_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitStumbleFlash_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitStumbleFlash_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitStumbleFlash_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitStumbleFlash_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleFlash_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitStumbleFlash_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumbleFlash_C_OnAbilityStart \ static_assert(alignof(ABL_HitStumbleFlash_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitStumbleFlash_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitStumbleFlash_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitStumbleFlash_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitStumbleFlash_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitStumbleFlash_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumbleFlash_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitStumbleFlash_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitStumbleFlash_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitStumbleFlash_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitStumbleFlash_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitStumbleFlash_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitStumbleFlash_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleFlash_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitStumbleFlash_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleFlash_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitStumbleFlash_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleFlash_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitStumbleFlash_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleFlash_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitStumbleFlash_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleFlash_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitStumbleFlash_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitStumbleFlash_C \ static_assert(alignof(UABL_HitStumbleFlash_C) == 0x000008, "Wrong alignment on UABL_HitStumbleFlash_C"); \ static_assert(sizeof(UABL_HitStumbleFlash_C) == 0x0000E8, "Wrong size on UABL_HitStumbleFlash_C"); \ static_assert(offsetof(UABL_HitStumbleFlash_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitStumbleFlash_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_StumbleStart_C \ static_assert(alignof(UABL_NpcReact_StumbleStart_C) == 0x000008, "Wrong alignment on UABL_NpcReact_StumbleStart_C"); \ static_assert(sizeof(UABL_NpcReact_StumbleStart_C) == 0x0000E0, "Wrong size on UABL_NpcReact_StumbleStart_C"); \ #define DUMPER7_ASSERTS_ABL_HitStumbleHvy_C_ExecuteUbergraph_ABL_HitStumbleHvy \ static_assert(alignof(ABL_HitStumbleHvy_C_ExecuteUbergraph_ABL_HitStumbleHvy) == 0x000008, "Wrong alignment on ABL_HitStumbleHvy_C_ExecuteUbergraph_ABL_HitStumbleHvy"); \ static_assert(sizeof(ABL_HitStumbleHvy_C_ExecuteUbergraph_ABL_HitStumbleHvy) == 0x000030, "Wrong size on ABL_HitStumbleHvy_C_ExecuteUbergraph_ABL_HitStumbleHvy"); \ static_assert(offsetof(ABL_HitStumbleHvy_C_ExecuteUbergraph_ABL_HitStumbleHvy, EntryPoint) == 0x000000, "Member 'ABL_HitStumbleHvy_C_ExecuteUbergraph_ABL_HitStumbleHvy::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleHvy_C_ExecuteUbergraph_ABL_HitStumbleHvy, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitStumbleHvy_C_ExecuteUbergraph_ABL_HitStumbleHvy::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleHvy_C_ExecuteUbergraph_ABL_HitStumbleHvy, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitStumbleHvy_C_ExecuteUbergraph_ABL_HitStumbleHvy::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleHvy_C_ExecuteUbergraph_ABL_HitStumbleHvy, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_HitStumbleHvy_C_ExecuteUbergraph_ABL_HitStumbleHvy::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleHvy_C_ExecuteUbergraph_ABL_HitStumbleHvy, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HitStumbleHvy_C_ExecuteUbergraph_ABL_HitStumbleHvy::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleHvy_C_ExecuteUbergraph_ABL_HitStumbleHvy, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_HitStumbleHvy_C_ExecuteUbergraph_ABL_HitStumbleHvy::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumbleHvy_C_OnAbilityBranch \ static_assert(alignof(ABL_HitStumbleHvy_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitStumbleHvy_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitStumbleHvy_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitStumbleHvy_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitStumbleHvy_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitStumbleHvy_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleHvy_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitStumbleHvy_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumbleHvy_C_OnAbilityStart \ static_assert(alignof(ABL_HitStumbleHvy_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitStumbleHvy_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitStumbleHvy_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitStumbleHvy_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitStumbleHvy_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitStumbleHvy_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumbleHvy_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitStumbleHvy_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitStumbleHvy_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitStumbleHvy_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitStumbleHvy_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitStumbleHvy_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitStumbleHvy_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleHvy_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitStumbleHvy_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleHvy_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitStumbleHvy_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleHvy_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitStumbleHvy_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleHvy_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitStumbleHvy_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleHvy_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitStumbleHvy_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitStumbleHvy_C \ static_assert(alignof(UABL_HitStumbleHvy_C) == 0x000008, "Wrong alignment on UABL_HitStumbleHvy_C"); \ static_assert(sizeof(UABL_HitStumbleHvy_C) == 0x0000E8, "Wrong size on UABL_HitStumbleHvy_C"); \ static_assert(offsetof(UABL_HitStumbleHvy_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitStumbleHvy_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumbleSpinRight_C_ExecuteUbergraph_ABL_HitStumbleSpinRight \ static_assert(alignof(ABL_HitStumbleSpinRight_C_ExecuteUbergraph_ABL_HitStumbleSpinRight) == 0x000008, "Wrong alignment on ABL_HitStumbleSpinRight_C_ExecuteUbergraph_ABL_HitStumbleSpinRight"); \ static_assert(sizeof(ABL_HitStumbleSpinRight_C_ExecuteUbergraph_ABL_HitStumbleSpinRight) == 0x000030, "Wrong size on ABL_HitStumbleSpinRight_C_ExecuteUbergraph_ABL_HitStumbleSpinRight"); \ static_assert(offsetof(ABL_HitStumbleSpinRight_C_ExecuteUbergraph_ABL_HitStumbleSpinRight, EntryPoint) == 0x000000, "Member 'ABL_HitStumbleSpinRight_C_ExecuteUbergraph_ABL_HitStumbleSpinRight::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinRight_C_ExecuteUbergraph_ABL_HitStumbleSpinRight, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitStumbleSpinRight_C_ExecuteUbergraph_ABL_HitStumbleSpinRight::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinRight_C_ExecuteUbergraph_ABL_HitStumbleSpinRight, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitStumbleSpinRight_C_ExecuteUbergraph_ABL_HitStumbleSpinRight::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinRight_C_ExecuteUbergraph_ABL_HitStumbleSpinRight, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_HitStumbleSpinRight_C_ExecuteUbergraph_ABL_HitStumbleSpinRight::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinRight_C_ExecuteUbergraph_ABL_HitStumbleSpinRight, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HitStumbleSpinRight_C_ExecuteUbergraph_ABL_HitStumbleSpinRight::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinRight_C_ExecuteUbergraph_ABL_HitStumbleSpinRight, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_HitStumbleSpinRight_C_ExecuteUbergraph_ABL_HitStumbleSpinRight::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumbleSpinRight_C_OnAbilityBranch \ static_assert(alignof(ABL_HitStumbleSpinRight_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitStumbleSpinRight_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitStumbleSpinRight_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitStumbleSpinRight_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitStumbleSpinRight_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitStumbleSpinRight_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinRight_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitStumbleSpinRight_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumbleSpinRight_C_OnAbilityStart \ static_assert(alignof(ABL_HitStumbleSpinRight_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitStumbleSpinRight_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitStumbleSpinRight_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitStumbleSpinRight_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitStumbleSpinRight_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitStumbleSpinRight_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumbleSpinRight_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitStumbleSpinRight_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitStumbleSpinRight_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitStumbleSpinRight_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitStumbleSpinRight_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitStumbleSpinRight_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitStumbleSpinRight_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinRight_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitStumbleSpinRight_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinRight_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitStumbleSpinRight_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinRight_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitStumbleSpinRight_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinRight_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitStumbleSpinRight_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumbleSpinRight_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitStumbleSpinRight_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitStumbleSpinRight_C \ static_assert(alignof(UABL_HitStumbleSpinRight_C) == 0x000008, "Wrong alignment on UABL_HitStumbleSpinRight_C"); \ static_assert(sizeof(UABL_HitStumbleSpinRight_C) == 0x0000E8, "Wrong size on UABL_HitStumbleSpinRight_C"); \ static_assert(offsetof(UABL_HitStumbleSpinRight_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitStumbleSpinRight_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumble_C_ExecuteUbergraph_ABL_HitStumble \ static_assert(alignof(ABL_HitStumble_C_ExecuteUbergraph_ABL_HitStumble) == 0x000008, "Wrong alignment on ABL_HitStumble_C_ExecuteUbergraph_ABL_HitStumble"); \ static_assert(sizeof(ABL_HitStumble_C_ExecuteUbergraph_ABL_HitStumble) == 0x000030, "Wrong size on ABL_HitStumble_C_ExecuteUbergraph_ABL_HitStumble"); \ static_assert(offsetof(ABL_HitStumble_C_ExecuteUbergraph_ABL_HitStumble, EntryPoint) == 0x000000, "Member 'ABL_HitStumble_C_ExecuteUbergraph_ABL_HitStumble::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_C_ExecuteUbergraph_ABL_HitStumble, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitStumble_C_ExecuteUbergraph_ABL_HitStumble::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_C_ExecuteUbergraph_ABL_HitStumble, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitStumble_C_ExecuteUbergraph_ABL_HitStumble::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_C_ExecuteUbergraph_ABL_HitStumble, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_HitStumble_C_ExecuteUbergraph_ABL_HitStumble::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_C_ExecuteUbergraph_ABL_HitStumble, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HitStumble_C_ExecuteUbergraph_ABL_HitStumble::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_C_ExecuteUbergraph_ABL_HitStumble, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_HitStumble_C_ExecuteUbergraph_ABL_HitStumble::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumble_C_OnAbilityBranch \ static_assert(alignof(ABL_HitStumble_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitStumble_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitStumble_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitStumble_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitStumble_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitStumble_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitStumble_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumble_C_OnAbilityStart \ static_assert(alignof(ABL_HitStumble_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitStumble_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitStumble_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitStumble_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitStumble_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitStumble_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitStumble_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitStumble_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitStumble_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitStumble_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitStumble_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitStumble_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitStumble_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitStumble_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitStumble_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitStumble_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitStumble_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitStumble_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitStumble_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitStumble_C \ static_assert(alignof(UABL_HitStumble_C) == 0x000008, "Wrong alignment on UABL_HitStumble_C"); \ static_assert(sizeof(UABL_HitStumble_C) == 0x0000E8, "Wrong size on UABL_HitStumble_C"); \ static_assert(offsetof(UABL_HitStumble_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitStumble_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCast_CasualCombo1_C \ static_assert(alignof(UABL_WandCast_CasualCombo1_C) == 0x000008, "Wrong alignment on UABL_WandCast_CasualCombo1_C"); \ static_assert(sizeof(UABL_WandCast_CasualCombo1_C) == 0x0000D0, "Wrong size on UABL_WandCast_CasualCombo1_C"); \ #define DUMPER7_ASSERTS_AUI_BP_MediaSoundActor_C \ static_assert(alignof(AUI_BP_MediaSoundActor_C) == 0x000008, "Wrong alignment on AUI_BP_MediaSoundActor_C"); \ static_assert(sizeof(AUI_BP_MediaSoundActor_C) == 0x000258, "Wrong size on AUI_BP_MediaSoundActor_C"); \ static_assert(offsetof(AUI_BP_MediaSoundActor_C, MediaSound) == 0x000248, "Member 'AUI_BP_MediaSoundActor_C::MediaSound' has a wrong offset!"); \ static_assert(offsetof(AUI_BP_MediaSoundActor_C, DefaultSceneRoot) == 0x000250, "Member 'AUI_BP_MediaSoundActor_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ClimbLadder_Down_C_ExecuteUbergraph_ABL_ClimbLadder_Down \ static_assert(alignof(ABL_ClimbLadder_Down_C_ExecuteUbergraph_ABL_ClimbLadder_Down) == 0x000008, "Wrong alignment on ABL_ClimbLadder_Down_C_ExecuteUbergraph_ABL_ClimbLadder_Down"); \ static_assert(sizeof(ABL_ClimbLadder_Down_C_ExecuteUbergraph_ABL_ClimbLadder_Down) == 0x000010, "Wrong size on ABL_ClimbLadder_Down_C_ExecuteUbergraph_ABL_ClimbLadder_Down"); \ static_assert(offsetof(ABL_ClimbLadder_Down_C_ExecuteUbergraph_ABL_ClimbLadder_Down, EntryPoint) == 0x000000, "Member 'ABL_ClimbLadder_Down_C_ExecuteUbergraph_ABL_ClimbLadder_Down::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ClimbLadder_Down_C_ExecuteUbergraph_ABL_ClimbLadder_Down, K2Node_Event_Context) == 0x000008, "Member 'ABL_ClimbLadder_Down_C_ExecuteUbergraph_ABL_ClimbLadder_Down::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ClimbLadder_Down_C_OnAbilityStart \ static_assert(alignof(ABL_ClimbLadder_Down_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ClimbLadder_Down_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ClimbLadder_Down_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ClimbLadder_Down_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ClimbLadder_Down_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ClimbLadder_Down_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ClimbLadder_Down_C \ static_assert(alignof(UABL_ClimbLadder_Down_C) == 0x000008, "Wrong alignment on UABL_ClimbLadder_Down_C"); \ static_assert(sizeof(UABL_ClimbLadder_Down_C) == 0x0000D0, "Wrong size on UABL_ClimbLadder_Down_C"); \ static_assert(offsetof(UABL_ClimbLadder_Down_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ClimbLadder_Down_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame) == 0x000008, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame) == 0x000758, "Wrong size on BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, EntryPoint) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle_4) == 0x000004, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, Temp_struct_Variable) == 0x000008, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle_3) == 0x00000C, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle_2) == 0x000010, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, Temp_struct_Variable_1) == 0x000014, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle_1) == 0x000028, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x00002C, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, Temp_struct_Variable_2) == 0x000030, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000038, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_SpawnLock_ReturnValue) == 0x000048, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_SpawnLock_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000050, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetCharacterID_ReturnValue) == 0x000058, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetCharacterID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle_5) == 0x000060, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetCharacterLookOverride_ReturnValue) == 0x000064, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetCharacterLookOverride_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00006C, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x00006D, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BooleanOR_ReturnValue) == 0x00006E, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, Temp_struct_Variable_3) == 0x000070, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000078, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x000080, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000088, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_bSuccess) == 0x000098, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000099, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomStickInputActionEvent_VariantMapHandle_1) == 0x00009C, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomStickInputActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetActorForwardVector_ReturnValue) == 0x0000A0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000AC, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_Event_OwnerActor_2) == 0x0000B8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_Event_OwnerActor_1) == 0x0000C0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, Temp_struct_Variable_4) == 0x0000C8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, Temp_struct_Variable_5) == 0x0000CC, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle_6) == 0x0000D0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_Event_OwnerActor) == 0x0000D8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_Event_DeltaSeconds) == 0x0000E0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000E4, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0000F0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000FC, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetActorOwner_ReturnValue) == 0x000108, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle_7) == 0x000110, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetInputAxisValue_ReturnValue) == 0x000114, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetInputAxisValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetActorOwner_ReturnValue_1) == 0x000118, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_Not_PreBool_ReturnValue) == 0x000120, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetInputAxisValue_ReturnValue_1) == 0x000124, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetInputAxisValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomStickInputActionEvent_VariantMapHandle_2) == 0x000128, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomStickInputActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x000130, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000138, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_bSuccess_1) == 0x000148, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_AsAble_Character_Interface_2) == 0x000150, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_AsAble_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_bSuccess_2) == 0x000160, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x000161, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_ExecuteAbilityByClass_ReturnValue_2) == 0x000162, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_ExecuteAbilityByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_3) == 0x000168, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_4) == 0x000170, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_5) == 0x000178, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_6) == 0x000180, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_7) == 0x000188, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_8) == 0x000190, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetActorOwner_ReturnValue_2) == 0x000198, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetInputAxisValue_ReturnValue_2) == 0x0001A0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetInputAxisValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_9) == 0x0001A8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetActorOwner_ReturnValue_3) == 0x0001B0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetActorOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetInputAxisValue_ReturnValue_3) == 0x0001B8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetInputAxisValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_10) == 0x0001C0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_11) == 0x0001C8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_12) == 0x0001D0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_13) == 0x0001D8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetBlackboard_ReturnValue) == 0x0001E0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_ActorHasTag_ReturnValue) == 0x0001E8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, Temp_struct_Variable_6) == 0x0001EC, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle_8) == 0x0001F0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle_9) == 0x0001F4, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetActorRightVector_ReturnValue) == 0x0001F8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_Add_VectorVector_ReturnValue) == 0x000204, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000210, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_VInterpTo_ReturnValue) == 0x00021C, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_14) == 0x000228, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_AsAble_Character_Interface_3) == 0x000230, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_AsAble_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_bSuccess_3) == 0x000240, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_ExecuteAbilityByClass_ReturnValue_3) == 0x000241, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_ExecuteAbilityByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_15) == 0x000248, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_IsValid_ReturnValue) == 0x000250, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_IsValid_ReturnValue_1) == 0x000251, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomStickInputActionEvent_VariantMapHandle_3) == 0x000254, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomStickInputActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle_14) == 0x000258, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_16) == 0x000260, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, Temp_struct_Variable_7) == 0x000268, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000270, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_bSuccess_4) == 0x000280, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetPlayerController_ReturnValue) == 0x000288, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetFaceTargetTracker_ReturnValue) == 0x000290, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetFaceTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetHUD_ReturnValue) == 0x000298, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_AsPhoenix_HUD) == 0x0002A0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_bSuccess_5) == 0x0002A8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_AsBPI_Phoenix_Hud) == 0x0002B0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_AsBPI_Phoenix_Hud' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_bSuccess_6) == 0x0002C0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_AsBPI_Phoenix_Hud_1) == 0x0002C8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_AsBPI_Phoenix_Hud_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_bSuccess_7) == 0x0002D8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle_15) == 0x0002DC, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_17) == 0x0002E0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x0002E8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_18) == 0x0002F0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_19) == 0x0002F8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_20) == 0x000300, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle_16) == 0x000308, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle_16' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle_17) == 0x00030C, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle_17' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle_10) == 0x000310, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_21) == 0x000318, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_22) == 0x000320, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_PostDialogueEvent_ReturnValue) == 0x000328, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_23) == 0x000330, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_24) == 0x000338, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_25) == 0x000340, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_26) == 0x000348, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_27) == 0x000350, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_28) == 0x000358, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_29) == 0x000360, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_MakeLiteralName_ReturnValue) == 0x000368, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CreateDelegate_OutputDelegate_1) == 0x000370, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetValueAsObject_ReturnValue) == 0x000380, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000388, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_AsActor) == 0x000390, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_bSuccess_8) == 0x000398, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle_11) == 0x00039C, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, Temp_struct_Variable_8) == 0x0003A0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle_12) == 0x0003A4, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0003A8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomEvent_Caller_1) == 0x0003B0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomEvent_HitBySpell) == 0x0003B8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomEvent_HitBySpell' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_30) == 0x000400, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000408, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_IsValid_ReturnValue_2) == 0x000409, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomEvent_Caller) == 0x000410, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomEvent_MunitionImpactData) == 0x000418, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomEvent_MunitionImpactData' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_31) == 0x000508, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_HermesBindMunitionImpactData_Handle) == 0x000510, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_HermesBindMunitionImpactData_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BreakHitResult_bBlockingHit) == 0x000520, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BreakHitResult_bInitialOverlap) == 0x000521, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BreakHitResult_Time) == 0x000524, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BreakHitResult_Distance) == 0x000528, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BreakHitResult_Location) == 0x00052C, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BreakHitResult_ImpactPoint) == 0x000538, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BreakHitResult_Normal) == 0x000544, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BreakHitResult_ImpactNormal) == 0x000550, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BreakHitResult_PhysMat) == 0x000560, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BreakHitResult_HitActor) == 0x000568, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BreakHitResult_HitComponent) == 0x000570, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BreakHitResult_HitBoneName) == 0x000578, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BreakHitResult_HitItem) == 0x000580, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BreakHitResult_ElementIndex) == 0x000584, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BreakHitResult_FaceIndex) == 0x000588, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BreakHitResult_TraceStart) == 0x00058C, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BreakHitResult_TraceEnd) == 0x000598, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_32) == 0x0005A8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetPlayerCameraManager_ReturnValue_2) == 0x0005B0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetPlayerCameraManager_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0005B8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_CustomInputActionEvent_VariantMapHandle_13) == 0x0005BC, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_CustomInputActionEvent_VariantMapHandle_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_33) == 0x0005C0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0005C8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetComponentByClass_ReturnValue_2) == 0x0005D0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BooleanAND_ReturnValue) == 0x0005D8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetComponentByClass_ReturnValue_3) == 0x0005E0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_CanPlayerUseAlohomoraOnLock_ReturnValue) == 0x0005E8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_CanPlayerUseAlohomoraOnLock_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BooleanAND_ReturnValue_1) == 0x0005E9, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetComponentByClass_ReturnValue_4) == 0x0005F0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_IsValid_ReturnValue_3) == 0x0005F8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_IsValid_ReturnValue_4) == 0x0005F9, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_34) == 0x000600, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_AsAmbulatory_Character_Interface_1) == 0x000608, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_AsAmbulatory_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_bSuccess_9) == 0x000618, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetLookAtTargetTracker_ReturnValue) == 0x000620, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetLookAtTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_IsValid_ReturnValue_5) == 0x000628, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetAnimInstance_ReturnValue) == 0x000630, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000638, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000640, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_bSuccess_10) == 0x000650, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000658, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, K2Node_DynamicCast_bSuccess_11) == 0x000668, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_IsValid_ReturnValue_6) == 0x000669, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_35) == 0x000670, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_36) == 0x000678, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTheBipedPlayer_ReturnValue_37) == 0x000680, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTheBipedPlayer_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetTargetDirection_Direction) == 0x000688, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetTargetDirection_Direction' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_Vector_Up_ReturnValue) == 0x000694, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_Vector_Up_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_MakeRotFromZX_ReturnValue) == 0x0006A0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_MakeRotFromZX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_GetComponentByClass_ReturnValue_5) == 0x0006B0, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_RInterpTo_ReturnValue) == 0x0006B8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_IsValid_ReturnValue_7) == 0x0006C4, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0006C5, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_K2_SetActorLocationAndRotation_SweepHitResult) == 0x0006C8, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_K2_SetActorLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_K2_SetActorLocationAndRotation_ReturnValue) == 0x000750, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_K2_SetActorLocationAndRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_Not_PreBool_ReturnValue_1) == 0x000751, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame, CallFunc_BooleanAND_ReturnValue_2) == 0x000752, "Member 'BTT_Biped_PuzzleMiniGame_C_ExecuteUbergraph_BTT_Biped_PuzzleMiniGame::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_MunitionImpactDamage \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_MunitionImpactDamage) == 0x000008, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_MunitionImpactDamage"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_MunitionImpactDamage) == 0x0000F8, "Wrong size on BTT_Biped_PuzzleMiniGame_C_MunitionImpactDamage"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_MunitionImpactDamage, Caller) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_MunitionImpactDamage::Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_MunitionImpactDamage, MunitionImpactData) == 0x000008, "Member 'BTT_Biped_PuzzleMiniGame_C_MunitionImpactDamage::MunitionImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_ActorHitBySpell \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_ActorHitBySpell) == 0x000008, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_ActorHitBySpell"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_ActorHitBySpell) == 0x000050, "Wrong size on BTT_Biped_PuzzleMiniGame_C_ActorHitBySpell"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ActorHitBySpell, Caller) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_ActorHitBySpell::Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ActorHitBySpell, HitBySpell) == 0x000008, "Member 'BTT_Biped_PuzzleMiniGame_C_ActorHitBySpell::HitBySpell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_ReceiveTick \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_PuzzleMiniGame_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_PuzzleMiniGame_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_ExitTask \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_PuzzleMiniGame_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_PuzzleMiniGame_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_AutoSolve_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_AutoSolve_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_AutoSolve_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_AutoSolve_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_AutoSolve_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_AutoSolve_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_AutoSolve_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_AutoSolve_K2Node_CustomInputActionEvent_1 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_AutoSolve_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_AutoSolve_K2Node_CustomInputActionEvent_1"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_AutoSolve_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_AutoSolve_K2Node_CustomInputActionEvent_1"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_AutoSolve_K2Node_CustomInputActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_AutoSolve_K2Node_CustomInputActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_Minigame_SlapKey_K2Node_CustomInputActionEvent_2 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Minigame_SlapKey_K2Node_CustomInputActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Minigame_SlapKey_K2Node_CustomInputActionEvent_2"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Minigame_SlapKey_K2Node_CustomInputActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Minigame_SlapKey_K2Node_CustomInputActionEvent_2"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Minigame_SlapKey_K2Node_CustomInputActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_Minigame_SlapKey_K2Node_CustomInputActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_Minigame_SlapKey_K2Node_CustomInputActionEvent_3 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Minigame_SlapKey_K2Node_CustomInputActionEvent_3) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Minigame_SlapKey_K2Node_CustomInputActionEvent_3"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Minigame_SlapKey_K2Node_CustomInputActionEvent_3) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Minigame_SlapKey_K2Node_CustomInputActionEvent_3"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Minigame_SlapKey_K2Node_CustomInputActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_Minigame_SlapKey_K2Node_CustomInputActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_Cancel_K2Node_CustomInputActionEvent_4 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_Cancel_K2Node_CustomInputActionEvent_4) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_Cancel_K2Node_CustomInputActionEvent_4"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_Cancel_K2Node_CustomInputActionEvent_4) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_Cancel_K2Node_CustomInputActionEvent_4"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_Cancel_K2Node_CustomInputActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_Cancel_K2Node_CustomInputActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_Cancel_K2Node_CustomInputActionEvent_5 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_Cancel_K2Node_CustomInputActionEvent_5) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_Cancel_K2Node_CustomInputActionEvent_5"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_Cancel_K2Node_CustomInputActionEvent_5) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_Cancel_K2Node_CustomInputActionEvent_5"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_Cancel_K2Node_CustomInputActionEvent_5, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_MiniGame_Cancel_K2Node_CustomInputActionEvent_5::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Right_K2Node_CustomInputActionEvent_6 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Right_K2Node_CustomInputActionEvent_6) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Right_K2Node_CustomInputActionEvent_6"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Right_K2Node_CustomInputActionEvent_6) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Right_K2Node_CustomInputActionEvent_6"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Right_K2Node_CustomInputActionEvent_6, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Right_K2Node_CustomInputActionEvent_6::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Right_K2Node_CustomInputActionEvent_7 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Right_K2Node_CustomInputActionEvent_7) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Right_K2Node_CustomInputActionEvent_7"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Right_K2Node_CustomInputActionEvent_7) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Right_K2Node_CustomInputActionEvent_7"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Right_K2Node_CustomInputActionEvent_7, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Right_K2Node_CustomInputActionEvent_7::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Left_K2Node_CustomInputActionEvent_8 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Left_K2Node_CustomInputActionEvent_8) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Left_K2Node_CustomInputActionEvent_8"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Left_K2Node_CustomInputActionEvent_8) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Left_K2Node_CustomInputActionEvent_8"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Left_K2Node_CustomInputActionEvent_8, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Left_K2Node_CustomInputActionEvent_8::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Left_K2Node_CustomInputActionEvent_9 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Left_K2Node_CustomInputActionEvent_9) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Left_K2Node_CustomInputActionEvent_9"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Left_K2Node_CustomInputActionEvent_9) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Left_K2Node_CustomInputActionEvent_9"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Left_K2Node_CustomInputActionEvent_9, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Outer_Left_K2Node_CustomInputActionEvent_9::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Right_K2Node_CustomInputActionEvent_10 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Right_K2Node_CustomInputActionEvent_10) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Right_K2Node_CustomInputActionEvent_10"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Right_K2Node_CustomInputActionEvent_10) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Right_K2Node_CustomInputActionEvent_10"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Right_K2Node_CustomInputActionEvent_10, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Right_K2Node_CustomInputActionEvent_10::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Right_K2Node_CustomInputActionEvent_11 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Right_K2Node_CustomInputActionEvent_11) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Right_K2Node_CustomInputActionEvent_11"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Right_K2Node_CustomInputActionEvent_11) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Right_K2Node_CustomInputActionEvent_11"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Right_K2Node_CustomInputActionEvent_11, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Right_K2Node_CustomInputActionEvent_11::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Left_K2Node_CustomInputActionEvent_12 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Left_K2Node_CustomInputActionEvent_12) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Left_K2Node_CustomInputActionEvent_12"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Left_K2Node_CustomInputActionEvent_12) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Left_K2Node_CustomInputActionEvent_12"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Left_K2Node_CustomInputActionEvent_12, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Left_K2Node_CustomInputActionEvent_12::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Left_K2Node_CustomInputActionEvent_13 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Left_K2Node_CustomInputActionEvent_13) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Left_K2Node_CustomInputActionEvent_13"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Left_K2Node_CustomInputActionEvent_13) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Left_K2Node_CustomInputActionEvent_13"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Left_K2Node_CustomInputActionEvent_13, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_Alohomora_KB_Inner_Left_K2Node_CustomInputActionEvent_13::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementMain_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementMain_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementMain_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementMain_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementMain_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementMain_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementMain_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementMain_K2Node_CustomStickInputActionEvent_1 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementMain_K2Node_CustomStickInputActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementMain_K2Node_CustomStickInputActionEvent_1"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementMain_K2Node_CustomStickInputActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementMain_K2Node_CustomStickInputActionEvent_1"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementMain_K2Node_CustomStickInputActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementMain_K2Node_CustomStickInputActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementAux_K2Node_CustomStickInputActionEvent_2 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementAux_K2Node_CustomStickInputActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementAux_K2Node_CustomStickInputActionEvent_2"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementAux_K2Node_CustomStickInputActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementAux_K2Node_CustomStickInputActionEvent_2"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementAux_K2Node_CustomStickInputActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementAux_K2Node_CustomStickInputActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementAux_K2Node_CustomStickInputActionEvent_3 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementAux_K2Node_CustomStickInputActionEvent_3) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementAux_K2Node_CustomStickInputActionEvent_3"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementAux_K2Node_CustomStickInputActionEvent_3) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementAux_K2Node_CustomStickInputActionEvent_3"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementAux_K2Node_CustomStickInputActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_MinigameMovementAux_K2Node_CustomStickInputActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Bottom_Right_K2Node_CustomInputActionEvent_14 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Bottom_Right_K2Node_CustomInputActionEvent_14) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Bottom_Right_K2Node_CustomInputActionEvent_14"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Bottom_Right_K2Node_CustomInputActionEvent_14) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Bottom_Right_K2Node_CustomInputActionEvent_14"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Bottom_Right_K2Node_CustomInputActionEvent_14, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Bottom_Right_K2Node_CustomInputActionEvent_14::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Bottom_Left_K2Node_CustomInputActionEvent_15 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Bottom_Left_K2Node_CustomInputActionEvent_15) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Bottom_Left_K2Node_CustomInputActionEvent_15"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Bottom_Left_K2Node_CustomInputActionEvent_15) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Bottom_Left_K2Node_CustomInputActionEvent_15"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Bottom_Left_K2Node_CustomInputActionEvent_15, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Bottom_Left_K2Node_CustomInputActionEvent_15::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Top_Right_K2Node_CustomInputActionEvent_16 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Top_Right_K2Node_CustomInputActionEvent_16) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Top_Right_K2Node_CustomInputActionEvent_16"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Top_Right_K2Node_CustomInputActionEvent_16) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Top_Right_K2Node_CustomInputActionEvent_16"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Top_Right_K2Node_CustomInputActionEvent_16, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Top_Right_K2Node_CustomInputActionEvent_16::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Top_Left_K2Node_CustomInputActionEvent_17 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Top_Left_K2Node_CustomInputActionEvent_17) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Top_Left_K2Node_CustomInputActionEvent_17"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Top_Left_K2Node_CustomInputActionEvent_17) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Top_Left_K2Node_CustomInputActionEvent_17"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Top_Left_K2Node_CustomInputActionEvent_17, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_InpActEvt_ParselTongue_Top_Left_K2Node_CustomInputActionEvent_17::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_CustActionEvt_Success_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_CustActionEvt_Success_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_CustActionEvt_Success_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_CustActionEvt_Success_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_PuzzleMiniGame_C_CustActionEvt_Success_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_CustActionEvt_Success_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_CustActionEvt_Success_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_GetTargetDirection \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection) == 0x000008, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_GetTargetDirection"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection) == 0x000140, "Wrong size on BTT_Biped_PuzzleMiniGame_C_GetTargetDirection"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, Direction) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::Direction' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, StationRight) == 0x00000C, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::StationRight' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, PlayerForward) == 0x000018, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::PlayerForward' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000028, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_GetLockMeshComponent_ReturnValue) == 0x000048, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_GetLockMeshComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000050, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000058, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000064, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000070, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_Normal_ReturnValue) == 0x00007C, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000088, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_GetLockMeshComponent_ReturnValue_1) == 0x000090, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_GetLockMeshComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_GetActorForwardVector_ReturnValue) == 0x000098, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_IsValid_ReturnValue) == 0x0000A4, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x0000A8, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000B0, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_GetActorBounds_Origin) == 0x0000BC, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_GetActorBounds_BoxExtent) == 0x0000C8, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0000D4, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, K2Node_DynamicCast_AsDoor) == 0x0000E0, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::K2Node_DynamicCast_AsDoor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_Normal_ReturnValue_1) == 0x0000EC, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0000F8, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x000104, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_GetActorRightVector_ReturnValue) == 0x000110, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_Normal_ReturnValue_2) == 0x00011C, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_Normal_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_Dot_VectorVector_ReturnValue) == 0x000128, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_Less_FloatFloat_ReturnValue) == 0x00012C, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_SelectFloat_ReturnValue) == 0x000130, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_GetTargetDirection, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000134, "Member 'BTT_Biped_PuzzleMiniGame_C_GetTargetDirection::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_HideHudElements \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_HideHudElements) == 0x000008, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_HideHudElements"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_HideHudElements) == 0x000108, "Wrong size on BTT_Biped_PuzzleMiniGame_C_HideHudElements"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, Hide) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::Hide' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, CallFunc_GetPlayerController_ReturnValue_1) == 0x000018, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000020, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, CallFunc_GetHUD_ReturnValue_1) == 0x000030, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_AsBPI_Phoenix_Hud) == 0x000038, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_AsBPI_Phoenix_Hud' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_AsPhoenix_HUD_1) == 0x000050, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_AsPhoenix_HUD_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_AsBPI_Phoenix_Hud_1) == 0x000060, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_AsBPI_Phoenix_Hud_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_AsBPI_Phoenix_Hud_2) == 0x000078, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_AsBPI_Phoenix_Hud_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_bSuccess_4) == 0x000088, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_AsBPI_Phoenix_Hud_3) == 0x000090, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_AsBPI_Phoenix_Hud_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_bSuccess_5) == 0x0000A0, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_AsBPI_Phoenix_Hud_4) == 0x0000A8, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_AsBPI_Phoenix_Hud_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_bSuccess_6) == 0x0000B8, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_AsBPI_Phoenix_Hud_5) == 0x0000C0, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_AsBPI_Phoenix_Hud_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_bSuccess_7) == 0x0000D0, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_AsBPI_Phoenix_Hud_6) == 0x0000D8, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_AsBPI_Phoenix_Hud_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_bSuccess_8) == 0x0000E8, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_AsBPI_Phoenix_Hud_7) == 0x0000F0, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_AsBPI_Phoenix_Hud_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_HideHudElements, K2Node_DynamicCast_bSuccess_9) == 0x000100, "Member 'BTT_Biped_PuzzleMiniGame_C_HideHudElements::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_PuzzleMiniGame_C_SpawnLock \ static_assert(alignof(BTT_Biped_PuzzleMiniGame_C_SpawnLock) == 0x000010, "Wrong alignment on BTT_Biped_PuzzleMiniGame_C_SpawnLock"); \ static_assert(sizeof(BTT_Biped_PuzzleMiniGame_C_SpawnLock) == 0x000280, "Wrong size on BTT_Biped_PuzzleMiniGame_C_SpawnLock"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, ReturnValue) == 0x000000, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, LockScale) == 0x000008, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::LockScale' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, PuzzleToPlayer) == 0x000014, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::PuzzleToPlayer' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, LockPuzzle) == 0x000020, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::LockPuzzle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000028, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000038, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000040, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00004C, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000058, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakVector_X) == 0x000064, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakVector_Y) == 0x000068, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakVector_Z) == 0x00006C, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_MakeVector_ReturnValue) == 0x000070, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_GetActorBounds_Origin) == 0x00007C, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_GetActorBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_GetActorBounds_BoxExtent) == 0x000088, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_GetActorBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakVector_X_1) == 0x000094, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakVector_Y_1) == 0x000098, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakVector_Z_1) == 0x00009C, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0000A0, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0000A8, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000B4, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakRotator_Roll) == 0x0000C0, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakRotator_Pitch) == 0x0000C4, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakRotator_Yaw) == 0x0000C8, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakVector_X_2) == 0x0000CC, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakVector_Y_2) == 0x0000D0, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakVector_Z_2) == 0x0000D4, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000D8, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0000DC, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_MakeRotator_ReturnValue) == 0x0000E0, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_MakeVector_ReturnValue_1) == 0x0000EC, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, Temp_name_Variable) == 0x0000F8, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_GetActorForwardVector_ReturnValue) == 0x000100, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_Array_Contains_ReturnValue) == 0x00010C, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_Dot_VectorVector_ReturnValue) == 0x000110, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000114, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000118, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_SelectFloat_ReturnValue) == 0x000124, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x000128, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, K2Node_DynamicCast_AsDoor) == 0x000138, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::K2Node_DynamicCast_AsDoor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, K2Node_DynamicCast_bSuccess) == 0x000140, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_Add_VectorVector_ReturnValue) == 0x000144, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_MakeTransform_ReturnValue) == 0x000150, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_GetActorBounds_Origin_1) == 0x000180, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_GetActorBounds_Origin_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_GetActorBounds_BoxExtent_1) == 0x00018C, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_GetActorBounds_BoxExtent_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000198, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakVector_X_3) == 0x0001A0, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakVector_Y_3) == 0x0001A4, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakVector_Z_3) == 0x0001A8, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_FinishSpawningActor_ReturnValue) == 0x0001B0, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0001B8, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x0001C8, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0001D0, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_GetActorRightVector_ReturnValue) == 0x0001DC, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_GetActorRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakVector_X_4) == 0x0001E8, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakVector_Y_4) == 0x0001EC, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BreakVector_Z_4) == 0x0001F0, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_Dot_VectorVector_ReturnValue_1) == 0x0001F4, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_Dot_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0001F8, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0001FC, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_MakeVector_ReturnValue_2) == 0x000200, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_SelectFloat_ReturnValue_1) == 0x00020C, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x000210, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x00021C, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000228, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_MakeTransform_ReturnValue_1) == 0x000240, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x000270, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_PuzzleMiniGame_C_SpawnLock, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x000278, "Member 'BTT_Biped_PuzzleMiniGame_C_SpawnLock::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_PuzzleMiniGame_C \ static_assert(alignof(UBTT_Biped_PuzzleMiniGame_C) == 0x000008, "Wrong alignment on UBTT_Biped_PuzzleMiniGame_C"); \ static_assert(sizeof(UBTT_Biped_PuzzleMiniGame_C) == 0x0001A0, "Wrong size on UBTT_Biped_PuzzleMiniGame_C"); \ static_assert(offsetof(UBTT_Biped_PuzzleMiniGame_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_PuzzleMiniGame_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PuzzleMiniGame_C, PuzzleActor) == 0x000158, "Member 'UBTT_Biped_PuzzleMiniGame_C::PuzzleActor' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PuzzleMiniGame_C, RotationSpeed) == 0x000160, "Member 'UBTT_Biped_PuzzleMiniGame_C::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PuzzleMiniGame_C, InterpPosSpeed) == 0x000164, "Member 'UBTT_Biped_PuzzleMiniGame_C::InterpPosSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PuzzleMiniGame_C, DistFromSite) == 0x000168, "Member 'UBTT_Biped_PuzzleMiniGame_C::DistFromSite' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PuzzleMiniGame_C, ExitingStation) == 0x00016C, "Member 'UBTT_Biped_PuzzleMiniGame_C::ExitingStation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PuzzleMiniGame_C, StandFar) == 0x000170, "Member 'UBTT_Biped_PuzzleMiniGame_C::StandFar' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PuzzleMiniGame_C, StandNear) == 0x000174, "Member 'UBTT_Biped_PuzzleMiniGame_C::StandNear' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PuzzleMiniGame_C, DesiredPosition) == 0x000178, "Member 'UBTT_Biped_PuzzleMiniGame_C::DesiredPosition' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PuzzleMiniGame_C, IsAlohomoraObject) == 0x000184, "Member 'UBTT_Biped_PuzzleMiniGame_C::IsAlohomoraObject' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PuzzleMiniGame_C, AlohomoraLockPuzzle) == 0x000188, "Member 'UBTT_Biped_PuzzleMiniGame_C::AlohomoraLockPuzzle' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PuzzleMiniGame_C, DistanceFromPuzzle) == 0x000190, "Member 'UBTT_Biped_PuzzleMiniGame_C::DistanceFromPuzzle' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PuzzleMiniGame_C, HeightOffsetFromPlayer) == 0x000194, "Member 'UBTT_Biped_PuzzleMiniGame_C::HeightOffsetFromPlayer' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PuzzleMiniGame_C, AllowCancel) == 0x000198, "Member 'UBTT_Biped_PuzzleMiniGame_C::AllowCancel' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_PuzzleMiniGame_C, cancelled) == 0x000199, "Member 'UBTT_Biped_PuzzleMiniGame_C::cancelled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk \ static_assert(alignof(ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk) == 0x000070, "Wrong size on ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk, EntryPoint) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk, K2Node_Event_Context) == 0x000008, "Member 'ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_AttackHeavyAnticipation_Walk_C_ExecuteUbergraph_ABL_AttackHeavyAnticipation_Walk::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackHeavyAnticipation_Walk_C_OnAbilityBranch \ static_assert(alignof(ABL_AttackHeavyAnticipation_Walk_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_Walk_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_Walk_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_AttackHeavyAnticipation_Walk_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Walk_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_Walk_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Walk_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_AttackHeavyAnticipation_Walk_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_AttackHeavyAnticipation_Walk_C_OnAbilityStart \ static_assert(alignof(ABL_AttackHeavyAnticipation_Walk_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_AttackHeavyAnticipation_Walk_C_OnAbilityStart"); \ static_assert(sizeof(ABL_AttackHeavyAnticipation_Walk_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_AttackHeavyAnticipation_Walk_C_OnAbilityStart"); \ static_assert(offsetof(ABL_AttackHeavyAnticipation_Walk_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_AttackHeavyAnticipation_Walk_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_AttackHeavyAnticipation_Walk_C \ static_assert(alignof(UABL_AttackHeavyAnticipation_Walk_C) == 0x000008, "Wrong alignment on UABL_AttackHeavyAnticipation_Walk_C"); \ static_assert(sizeof(UABL_AttackHeavyAnticipation_Walk_C) == 0x0000D0, "Wrong size on UABL_AttackHeavyAnticipation_Walk_C"); \ static_assert(offsetof(UABL_AttackHeavyAnticipation_Walk_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_AttackHeavyAnticipation_Walk_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Incarcerous_Fail_C \ static_assert(alignof(UABL_Incarcerous_Fail_C) == 0x000008, "Wrong alignment on UABL_Incarcerous_Fail_C"); \ static_assert(sizeof(UABL_Incarcerous_Fail_C) == 0x0000E0, "Wrong size on UABL_Incarcerous_Fail_C"); \ #define DUMPER7_ASSERTS_ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe \ static_assert(alignof(ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe) == 0x000008, "Wrong alignment on ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe"); \ static_assert(sizeof(ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe) == 0x000070, "Wrong size on ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe"); \ static_assert(offsetof(ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe, EntryPoint) == 0x000000, "Member 'ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe, K2Node_Event_Context) == 0x000008, "Member 'ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroomStrafe_C_ExecuteUbergraph_ABL_HoverBroomStrafe::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroomStrafe_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroomStrafe_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroomStrafe_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroomStrafe_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroomStrafe_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroomStrafe_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroomStrafe_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomStrafe_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroomStrafe_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroomStrafe_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroomStrafe_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroomStrafe_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroomStrafe_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroomStrafe_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroomStrafe_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroomStrafe_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroomStrafe_C \ static_assert(alignof(UABL_HoverBroomStrafe_C) == 0x000008, "Wrong alignment on UABL_HoverBroomStrafe_C"); \ static_assert(sizeof(UABL_HoverBroomStrafe_C) == 0x0000D0, "Wrong size on UABL_HoverBroomStrafe_C"); \ static_assert(offsetof(UABL_HoverBroomStrafe_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroomStrafe_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TMB_RCT_NoSwordStumble_P2_V2_C \ static_assert(alignof(UABL_TMB_RCT_NoSwordStumble_P2_V2_C) == 0x000008, "Wrong alignment on UABL_TMB_RCT_NoSwordStumble_P2_V2_C"); \ static_assert(sizeof(UABL_TMB_RCT_NoSwordStumble_P2_V2_C) == 0x0000E0, "Wrong size on UABL_TMB_RCT_NoSwordStumble_P2_V2_C"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD \ static_assert(alignof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD"); \ static_assert(sizeof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD) == 0x000370, "Wrong size on UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, EntryPoint) == 0x000000, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate_3) == 0x000034, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate_4) == 0x000044, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate_5) == 0x000054, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate_6) == 0x000064, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate_7) == 0x000074, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate_8) == 0x000084, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate_9) == 0x000094, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_HermesBindEvent_Handle) == 0x0000A8, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate_10) == 0x0000B8, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_HermesBindEvent_Handle_1) == 0x0000C8, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate_11) == 0x0000D8, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_HermesBindAActor_Handle) == 0x0000E8, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_HermesBindAActor_Handle' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate_12) == 0x0000F8, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_HermesBindAActor_Handle_1) == 0x000108, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_HermesBindAActor_Handle_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate_13) == 0x000118, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, Temp_bool_Variable) == 0x000128, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, Temp_byte_Variable) == 0x000129, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, Temp_byte_Variable_1) == 0x00012A, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, Temp_bool_Variable_1) == 0x00012B, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, Temp_byte_Variable_2) == 0x00012C, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, Temp_byte_Variable_3) == 0x00012D, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_FlyingBroom) == 0x000130, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_FlyingBroom' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_Select_Default) == 0x000138, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_IsValid_ReturnValue) == 0x000139, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_PlayAnimationForward_ReturnValue) == 0x000140, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_IsInTurbo_ReturnValue) == 0x000148, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_IsInTurbo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_GetMaxBoostMeter_ReturnValue) == 0x00014C, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_GetMaxBoostMeter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_GetBoostMeterAmount_ReturnValue) == 0x000150, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_GetBoostMeterAmount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000154, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_PlayAnimationForward_ReturnValue_1) == 0x000158, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_PlayAnimationForward_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate_14) == 0x000160, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate_15) == 0x000170, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000180, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_Event_MyGeometry) == 0x000188, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_Event_InDeltaTime) == 0x0001C0, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate_16) == 0x0001C4, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_Event_IsDesignTime) == 0x0001D4, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0001D8, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0001E0, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_GetObjectStateInfo_ReturnValue) == 0x0001E8, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_GetObjectStateInfo_ReturnValue_1) == 0x0001F0, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_GetObjectStateInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_IsValid_ReturnValue_1) == 0x0001F8, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_IsValid_ReturnValue_2) == 0x0001F9, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Caller_15) == 0x000200, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Caller_15' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Caller_14) == 0x000208, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Caller_14' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Caller_13) == 0x000210, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Caller_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Caller_12) == 0x000218, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Caller_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Caller_11) == 0x000220, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Caller_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Caller_10) == 0x000228, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Caller_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Caller_9) == 0x000230, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Caller_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Caller_8) == 0x000238, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Caller_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_HermesBindEvent_Handle_2) == 0x000240, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_HermesBindEvent_Handle_3) == 0x000250, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_HermesBindEvent_Handle_4) == 0x000260, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_HermesBindEvent_Handle_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_HermesBindEvent_Handle_5) == 0x000270, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_HermesBindEvent_Handle_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_HermesBindEvent_Handle_6) == 0x000280, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_HermesBindEvent_Handle_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_HermesBindEvent_Handle_7) == 0x000290, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_HermesBindEvent_Handle_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_HermesBindEvent_Handle_8) == 0x0002A0, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_HermesBindEvent_Handle_8' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Caller_7) == 0x0002B0, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Caller_7' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_HermesBindEvent_Handle_9) == 0x0002B8, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_HermesBindEvent_Handle_9' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Caller_6) == 0x0002C8, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Caller_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_HermesBindEvent_Handle_10) == 0x0002D0, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_HermesBindEvent_Handle_10' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Caller_5) == 0x0002E0, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Caller_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_HermesBindEvent_Handle_11) == 0x0002E8, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_HermesBindEvent_Handle_11' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_PostEventAtLocation_ReturnValue) == 0x0002F8, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0002FC, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CreateDelegate_OutputDelegate_17) == 0x000300, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_HermesBindEvent_Handle_12) == 0x000310, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_HermesBindEvent_Handle_12' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Caller_4) == 0x000320, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Caller_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Caller_3) == 0x000328, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Caller_2) == 0x000330, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Actor_1) == 0x000338, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Actor_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Caller_1) == 0x000340, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Actor) == 0x000348, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_CustomEvent_Caller) == 0x000350, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, CallFunc_HermesBindEvent_Handle_13) == 0x000358, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::CallFunc_HermesBindEvent_Handle_13' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD, K2Node_Select_Default_1) == 0x000368, "Member 'UI_BP_BroomHUD_C_ExecuteUbergraph_UI_BP_BroomHUD::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_RefreshButtonCallouts \ static_assert(alignof(UI_BP_BroomHUD_C_RefreshButtonCallouts) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_RefreshButtonCallouts"); \ static_assert(sizeof(UI_BP_BroomHUD_C_RefreshButtonCallouts) == 0x000008, "Wrong size on UI_BP_BroomHUD_C_RefreshButtonCallouts"); \ static_assert(offsetof(UI_BP_BroomHUD_C_RefreshButtonCallouts, Caller) == 0x000000, "Member 'UI_BP_BroomHUD_C_RefreshButtonCallouts::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_BroomBoostEnd \ static_assert(alignof(UI_BP_BroomHUD_C_BroomBoostEnd) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_BroomBoostEnd"); \ static_assert(sizeof(UI_BP_BroomHUD_C_BroomBoostEnd) == 0x000010, "Wrong size on UI_BP_BroomHUD_C_BroomBoostEnd"); \ static_assert(offsetof(UI_BP_BroomHUD_C_BroomBoostEnd, Caller) == 0x000000, "Member 'UI_BP_BroomHUD_C_BroomBoostEnd::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_BroomBoostEnd, Actor) == 0x000008, "Member 'UI_BP_BroomHUD_C_BroomBoostEnd::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_BroomBoost \ static_assert(alignof(UI_BP_BroomHUD_C_BroomBoost) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_BroomBoost"); \ static_assert(sizeof(UI_BP_BroomHUD_C_BroomBoost) == 0x000010, "Wrong size on UI_BP_BroomHUD_C_BroomBoost"); \ static_assert(offsetof(UI_BP_BroomHUD_C_BroomBoost, Caller) == 0x000000, "Member 'UI_BP_BroomHUD_C_BroomBoost::Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_BroomBoost, Actor) == 0x000008, "Member 'UI_BP_BroomHUD_C_BroomBoost::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_BroomSaysHideControls \ static_assert(alignof(UI_BP_BroomHUD_C_BroomSaysHideControls) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_BroomSaysHideControls"); \ static_assert(sizeof(UI_BP_BroomHUD_C_BroomSaysHideControls) == 0x000008, "Wrong size on UI_BP_BroomHUD_C_BroomSaysHideControls"); \ static_assert(offsetof(UI_BP_BroomHUD_C_BroomSaysHideControls, Caller) == 0x000000, "Member 'UI_BP_BroomHUD_C_BroomSaysHideControls::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_BroomSaysShowControlsHold \ static_assert(alignof(UI_BP_BroomHUD_C_BroomSaysShowControlsHold) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_BroomSaysShowControlsHold"); \ static_assert(sizeof(UI_BP_BroomHUD_C_BroomSaysShowControlsHold) == 0x000008, "Wrong size on UI_BP_BroomHUD_C_BroomSaysShowControlsHold"); \ static_assert(offsetof(UI_BP_BroomHUD_C_BroomSaysShowControlsHold, Caller) == 0x000000, "Member 'UI_BP_BroomHUD_C_BroomSaysShowControlsHold::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_HighBoostGainEnd \ static_assert(alignof(UI_BP_BroomHUD_C_HighBoostGainEnd) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_HighBoostGainEnd"); \ static_assert(sizeof(UI_BP_BroomHUD_C_HighBoostGainEnd) == 0x000008, "Wrong size on UI_BP_BroomHUD_C_HighBoostGainEnd"); \ static_assert(offsetof(UI_BP_BroomHUD_C_HighBoostGainEnd, Caller) == 0x000000, "Member 'UI_BP_BroomHUD_C_HighBoostGainEnd::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_HighBoostGainStart \ static_assert(alignof(UI_BP_BroomHUD_C_HighBoostGainStart) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_HighBoostGainStart"); \ static_assert(sizeof(UI_BP_BroomHUD_C_HighBoostGainStart) == 0x000008, "Wrong size on UI_BP_BroomHUD_C_HighBoostGainStart"); \ static_assert(offsetof(UI_BP_BroomHUD_C_HighBoostGainStart, Caller) == 0x000000, "Member 'UI_BP_BroomHUD_C_HighBoostGainStart::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_BroomSaysShowControls \ static_assert(alignof(UI_BP_BroomHUD_C_BroomSaysShowControls) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_BroomSaysShowControls"); \ static_assert(sizeof(UI_BP_BroomHUD_C_BroomSaysShowControls) == 0x000008, "Wrong size on UI_BP_BroomHUD_C_BroomSaysShowControls"); \ static_assert(offsetof(UI_BP_BroomHUD_C_BroomSaysShowControls, Caller) == 0x000000, "Member 'UI_BP_BroomHUD_C_BroomSaysShowControls::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_OnBroomInputDisabled \ static_assert(alignof(UI_BP_BroomHUD_C_OnBroomInputDisabled) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_OnBroomInputDisabled"); \ static_assert(sizeof(UI_BP_BroomHUD_C_OnBroomInputDisabled) == 0x000008, "Wrong size on UI_BP_BroomHUD_C_OnBroomInputDisabled"); \ static_assert(offsetof(UI_BP_BroomHUD_C_OnBroomInputDisabled, Caller) == 0x000000, "Member 'UI_BP_BroomHUD_C_OnBroomInputDisabled::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_OnBroomInputEnabled \ static_assert(alignof(UI_BP_BroomHUD_C_OnBroomInputEnabled) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_OnBroomInputEnabled"); \ static_assert(sizeof(UI_BP_BroomHUD_C_OnBroomInputEnabled) == 0x000008, "Wrong size on UI_BP_BroomHUD_C_OnBroomInputEnabled"); \ static_assert(offsetof(UI_BP_BroomHUD_C_OnBroomInputEnabled, Caller) == 0x000000, "Member 'UI_BP_BroomHUD_C_OnBroomInputEnabled::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_OnBroomDismountDisallowed \ static_assert(alignof(UI_BP_BroomHUD_C_OnBroomDismountDisallowed) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_OnBroomDismountDisallowed"); \ static_assert(sizeof(UI_BP_BroomHUD_C_OnBroomDismountDisallowed) == 0x000008, "Wrong size on UI_BP_BroomHUD_C_OnBroomDismountDisallowed"); \ static_assert(offsetof(UI_BP_BroomHUD_C_OnBroomDismountDisallowed, Caller) == 0x000000, "Member 'UI_BP_BroomHUD_C_OnBroomDismountDisallowed::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_OnBroomDismountAllowed \ static_assert(alignof(UI_BP_BroomHUD_C_OnBroomDismountAllowed) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_OnBroomDismountAllowed"); \ static_assert(sizeof(UI_BP_BroomHUD_C_OnBroomDismountAllowed) == 0x000008, "Wrong size on UI_BP_BroomHUD_C_OnBroomDismountAllowed"); \ static_assert(offsetof(UI_BP_BroomHUD_C_OnBroomDismountAllowed, Caller) == 0x000000, "Member 'UI_BP_BroomHUD_C_OnBroomDismountAllowed::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_OnBroomForceHoverDisabled \ static_assert(alignof(UI_BP_BroomHUD_C_OnBroomForceHoverDisabled) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_OnBroomForceHoverDisabled"); \ static_assert(sizeof(UI_BP_BroomHUD_C_OnBroomForceHoverDisabled) == 0x000008, "Wrong size on UI_BP_BroomHUD_C_OnBroomForceHoverDisabled"); \ static_assert(offsetof(UI_BP_BroomHUD_C_OnBroomForceHoverDisabled, Caller) == 0x000000, "Member 'UI_BP_BroomHUD_C_OnBroomForceHoverDisabled::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_OnBroomForceHoverEnabled \ static_assert(alignof(UI_BP_BroomHUD_C_OnBroomForceHoverEnabled) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_OnBroomForceHoverEnabled"); \ static_assert(sizeof(UI_BP_BroomHUD_C_OnBroomForceHoverEnabled) == 0x000008, "Wrong size on UI_BP_BroomHUD_C_OnBroomForceHoverEnabled"); \ static_assert(offsetof(UI_BP_BroomHUD_C_OnBroomForceHoverEnabled, Caller) == 0x000000, "Member 'UI_BP_BroomHUD_C_OnBroomForceHoverEnabled::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_OnBroomBoostDisallowed \ static_assert(alignof(UI_BP_BroomHUD_C_OnBroomBoostDisallowed) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_OnBroomBoostDisallowed"); \ static_assert(sizeof(UI_BP_BroomHUD_C_OnBroomBoostDisallowed) == 0x000008, "Wrong size on UI_BP_BroomHUD_C_OnBroomBoostDisallowed"); \ static_assert(offsetof(UI_BP_BroomHUD_C_OnBroomBoostDisallowed, Caller) == 0x000000, "Member 'UI_BP_BroomHUD_C_OnBroomBoostDisallowed::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_OnBroomBoostAllowed \ static_assert(alignof(UI_BP_BroomHUD_C_OnBroomBoostAllowed) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_OnBroomBoostAllowed"); \ static_assert(sizeof(UI_BP_BroomHUD_C_OnBroomBoostAllowed) == 0x000008, "Wrong size on UI_BP_BroomHUD_C_OnBroomBoostAllowed"); \ static_assert(offsetof(UI_BP_BroomHUD_C_OnBroomBoostAllowed, Caller) == 0x000000, "Member 'UI_BP_BroomHUD_C_OnBroomBoostAllowed::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_PreConstruct \ static_assert(alignof(UI_BP_BroomHUD_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_BroomHUD_C_PreConstruct"); \ static_assert(sizeof(UI_BP_BroomHUD_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_BroomHUD_C_PreConstruct"); \ static_assert(offsetof(UI_BP_BroomHUD_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_BroomHUD_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_Tick \ static_assert(alignof(UI_BP_BroomHUD_C_Tick) == 0x000004, "Wrong alignment on UI_BP_BroomHUD_C_Tick"); \ static_assert(sizeof(UI_BP_BroomHUD_C_Tick) == 0x00003C, "Wrong size on UI_BP_BroomHUD_C_Tick"); \ static_assert(offsetof(UI_BP_BroomHUD_C_Tick, MyGeometry) == 0x000000, "Member 'UI_BP_BroomHUD_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_Tick, InDeltaTime) == 0x000038, "Member 'UI_BP_BroomHUD_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_Show \ static_assert(alignof(UI_BP_BroomHUD_C_Show) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_Show"); \ static_assert(sizeof(UI_BP_BroomHUD_C_Show) == 0x000008, "Wrong size on UI_BP_BroomHUD_C_Show"); \ static_assert(offsetof(UI_BP_BroomHUD_C_Show, FlyingBroom_0) == 0x000000, "Member 'UI_BP_BroomHUD_C_Show::FlyingBroom_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_SetBroomCallouts \ static_assert(alignof(UI_BP_BroomHUD_C_SetBroomCallouts) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_SetBroomCallouts"); \ static_assert(sizeof(UI_BP_BroomHUD_C_SetBroomCallouts) == 0x000108, "Wrong size on UI_BP_BroomHUD_C_SetBroomCallouts"); \ static_assert(offsetof(UI_BP_BroomHUD_C_SetBroomCallouts, CallFunc_SelectString_ReturnValue) == 0x000000, "Member 'UI_BP_BroomHUD_C_SetBroomCallouts::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_SetBroomCallouts, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000010, "Member 'UI_BP_BroomHUD_C_SetBroomCallouts::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_SetBroomCallouts, K2Node_MakeStruct_LegendItemData) == 0x000018, "Member 'UI_BP_BroomHUD_C_SetBroomCallouts::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_SetBroomCallouts, K2Node_MakeStruct_LegendItemData_1) == 0x000048, "Member 'UI_BP_BroomHUD_C_SetBroomCallouts::K2Node_MakeStruct_LegendItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_SetBroomCallouts, K2Node_MakeStruct_LegendItemData_2) == 0x000078, "Member 'UI_BP_BroomHUD_C_SetBroomCallouts::K2Node_MakeStruct_LegendItemData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_SetBroomCallouts, K2Node_MakeStruct_LegendItemData_3) == 0x0000A8, "Member 'UI_BP_BroomHUD_C_SetBroomCallouts::K2Node_MakeStruct_LegendItemData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_SetBroomCallouts, K2Node_MakeStruct_LegendItemData_4) == 0x0000D8, "Member 'UI_BP_BroomHUD_C_SetBroomCallouts::K2Node_MakeStruct_LegendItemData_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_OnHealthChanged \ static_assert(alignof(UI_BP_BroomHUD_C_OnHealthChanged) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_OnHealthChanged"); \ static_assert(sizeof(UI_BP_BroomHUD_C_OnHealthChanged) == 0x000020, "Wrong size on UI_BP_BroomHUD_C_OnHealthChanged"); \ static_assert(offsetof(UI_BP_BroomHUD_C_OnHealthChanged, Target) == 0x000000, "Member 'UI_BP_BroomHUD_C_OnHealthChanged::Target' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_OnHealthChanged, InHealthChange) == 0x000008, "Member 'UI_BP_BroomHUD_C_OnHealthChanged::InHealthChange' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_OnHealthChanged, bIndicateHUD) == 0x00000C, "Member 'UI_BP_BroomHUD_C_OnHealthChanged::bIndicateHUD' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_OnHealthChanged, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000010, "Member 'UI_BP_BroomHUD_C_OnHealthChanged::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_OnHealthChanged, CallFunc_GetHealthPercentage_ReturnValue) == 0x000018, "Member 'UI_BP_BroomHUD_C_OnHealthChanged::CallFunc_GetHealthPercentage_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_ShowControls \ static_assert(alignof(UI_BP_BroomHUD_C_ShowControls) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_ShowControls"); \ static_assert(sizeof(UI_BP_BroomHUD_C_ShowControls) == 0x000018, "Wrong size on UI_BP_BroomHUD_C_ShowControls"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ShowControls, Hold) == 0x000000, "Member 'UI_BP_BroomHUD_C_ShowControls::Hold' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ShowControls, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_BroomHUD_C_ShowControls::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ShowControls, K2Node_Select_Default) == 0x000008, "Member 'UI_BP_BroomHUD_C_ShowControls::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ShowControls, CallFunc_PlayAnimationForward_ReturnValue) == 0x000010, "Member 'UI_BP_BroomHUD_C_ShowControls::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_HideControls \ static_assert(alignof(UI_BP_BroomHUD_C_HideControls) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_HideControls"); \ static_assert(sizeof(UI_BP_BroomHUD_C_HideControls) == 0x000008, "Wrong size on UI_BP_BroomHUD_C_HideControls"); \ static_assert(offsetof(UI_BP_BroomHUD_C_HideControls, CallFunc_PlayAnimationForward_ReturnValue) == 0x000000, "Member 'UI_BP_BroomHUD_C_HideControls::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls \ static_assert(alignof(UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls"); \ static_assert(sizeof(UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls) == 0x000018, "Wrong size on UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls, Temp_byte_Variable) == 0x000000, "Member 'UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls, Temp_byte_Variable_1) == 0x000001, "Member 'UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls, Temp_bool_Variable) == 0x000002, "Member 'UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls, Temp_byte_Variable_2) == 0x000003, "Member 'UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls, Temp_byte_Variable_3) == 0x000004, "Member 'UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls, Temp_bool_Variable_1) == 0x000005, "Member 'UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls, CallFunc_GetUIManagerPure_ReturnValue) == 0x000008, "Member 'UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls, CallFunc_GetUIPlatformInputDevice_ReturnValue) == 0x000010, "Member 'UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls::CallFunc_GetUIPlatformInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls, K2Node_Select_Default) == 0x000012, "Member 'UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls, K2Node_Select_Default_1) == 0x000013, "Member 'UI_BP_BroomHUD_C_ConditionallyShowKeyboardControls::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_SetToggleText \ static_assert(alignof(UI_BP_BroomHUD_C_SetToggleText) == 0x000008, "Wrong alignment on UI_BP_BroomHUD_C_SetToggleText"); \ static_assert(sizeof(UI_BP_BroomHUD_C_SetToggleText) == 0x000050, "Wrong size on UI_BP_BroomHUD_C_SetToggleText"); \ static_assert(offsetof(UI_BP_BroomHUD_C_SetToggleText, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000000, "Member 'UI_BP_BroomHUD_C_SetToggleText::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_SetToggleText, CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue) == 0x000008, "Member 'UI_BP_BroomHUD_C_SetToggleText::CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_SetToggleText, CallFunc_SelectString_ReturnValue) == 0x000010, "Member 'UI_BP_BroomHUD_C_SetToggleText::CallFunc_SelectString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_SetToggleText, K2Node_MakeStruct_LegendItemData) == 0x000020, "Member 'UI_BP_BroomHUD_C_SetToggleText::K2Node_MakeStruct_LegendItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_BroomHUD_C_SetHealthBarVisibility \ static_assert(alignof(UI_BP_BroomHUD_C_SetHealthBarVisibility) == 0x000001, "Wrong alignment on UI_BP_BroomHUD_C_SetHealthBarVisibility"); \ static_assert(sizeof(UI_BP_BroomHUD_C_SetHealthBarVisibility) == 0x000005, "Wrong size on UI_BP_BroomHUD_C_SetHealthBarVisibility"); \ static_assert(offsetof(UI_BP_BroomHUD_C_SetHealthBarVisibility, ShowHealthBar) == 0x000000, "Member 'UI_BP_BroomHUD_C_SetHealthBarVisibility::ShowHealthBar' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_SetHealthBarVisibility, Temp_bool_Variable) == 0x000001, "Member 'UI_BP_BroomHUD_C_SetHealthBarVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_SetHealthBarVisibility, Temp_byte_Variable) == 0x000002, "Member 'UI_BP_BroomHUD_C_SetHealthBarVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_SetHealthBarVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'UI_BP_BroomHUD_C_SetHealthBarVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_BroomHUD_C_SetHealthBarVisibility, K2Node_Select_Default) == 0x000004, "Member 'UI_BP_BroomHUD_C_SetHealthBarVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_BroomHUD_C \ static_assert(alignof(UUI_BP_BroomHUD_C) == 0x000008, "Wrong alignment on UUI_BP_BroomHUD_C"); \ static_assert(sizeof(UUI_BP_BroomHUD_C) == 0x0003E8, "Wrong size on UUI_BP_BroomHUD_C"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_BroomHUD_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, HideBroomControls) == 0x0002F0, "Member 'UUI_BP_BroomHUD_C::HideBroomControls' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, ShowBroomControls) == 0x0002F8, "Member 'UUI_BP_BroomHUD_C::ShowBroomControls' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, ShowAndHideBroomControls) == 0x000300, "Member 'UUI_BP_BroomHUD_C::ShowAndHideBroomControls' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, HideBroomHUD) == 0x000308, "Member 'UUI_BP_BroomHUD_C::HideBroomHUD' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, ShowBroomHUD) == 0x000310, "Member 'UUI_BP_BroomHUD_C::ShowBroomHUD' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, AscendDescendCallout) == 0x000318, "Member 'UUI_BP_BroomHUD_C::AscendDescendCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, BoostCallout) == 0x000320, "Member 'UUI_BP_BroomHUD_C::BoostCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, BroomBoostMeter) == 0x000328, "Member 'UUI_BP_BroomHUD_C::BroomBoostMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, broomCalloutBorder) == 0x000330, "Member 'UUI_BP_BroomHUD_C::broomCalloutBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, CalloutsBox) == 0x000338, "Member 'UUI_BP_BroomHUD_C::CalloutsBox' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, collapsedCallout) == 0x000340, "Member 'UUI_BP_BroomHUD_C::collapsedCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, DismountCallout) == 0x000348, "Member 'UUI_BP_BroomHUD_C::DismountCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, expandableBroomCallouts) == 0x000350, "Member 'UUI_BP_BroomHUD_C::expandableBroomCallouts' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, FlightCallouts) == 0x000358, "Member 'UUI_BP_BroomHUD_C::FlightCallouts' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, healthMeterProgress) == 0x000360, "Member 'UUI_BP_BroomHUD_C::healthMeterProgress' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, healthPanel) == 0x000368, "Member 'UUI_BP_BroomHUD_C::healthPanel' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, healthProgressBar) == 0x000370, "Member 'UUI_BP_BroomHUD_C::healthProgressBar' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, HoldFlyCallout) == 0x000378, "Member 'UUI_BP_BroomHUD_C::HoldFlyCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, InvalidationBoxBroomHUD) == 0x000380, "Member 'UUI_BP_BroomHUD_C::InvalidationBoxBroomHUD' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, KeyboardFlyCallout) == 0x000388, "Member 'UUI_BP_BroomHUD_C::KeyboardFlyCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, ToggleFlyCallout) == 0x000390, "Member 'UUI_BP_BroomHUD_C::ToggleFlyCallout' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, FlyingBroom) == 0x000398, "Member 'UUI_BP_BroomHUD_C::FlyingBroom' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, ShowControlsHandle) == 0x0003A0, "Member 'UUI_BP_BroomHUD_C::ShowControlsHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, ShowControlsHoldHandle) == 0x0003B0, "Member 'UUI_BP_BroomHUD_C::ShowControlsHoldHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, HideControlsHandle) == 0x0003C0, "Member 'UUI_BP_BroomHUD_C::HideControlsHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, InputDeviceChangedHandle) == 0x0003D0, "Member 'UUI_BP_BroomHUD_C::InputDeviceChangedHandle' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, IsShown) == 0x0003E0, "Member 'UUI_BP_BroomHUD_C::IsShown' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, showHealthMeter) == 0x0003E1, "Member 'UUI_BP_BroomHUD_C::showHealthMeter' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_BroomHUD_C, ControlsHeld) == 0x0003E2, "Member 'UUI_BP_BroomHUD_C::ControlsHeld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ExpelliarmusSpell_C \ static_assert(alignof(ABP_ExpelliarmusSpell_C) == 0x000008, "Wrong alignment on ABP_ExpelliarmusSpell_C"); \ static_assert(sizeof(ABP_ExpelliarmusSpell_C) == 0x0008C8, "Wrong size on ABP_ExpelliarmusSpell_C"); \ static_assert(offsetof(ABP_ExpelliarmusSpell_C, DefaultSceneRoot) == 0x0008C0, "Member 'ABP_ExpelliarmusSpell_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_SpellImpact_Descendo_C \ static_assert(alignof(UABL_SpellImpact_Descendo_C) == 0x000008, "Wrong alignment on UABL_SpellImpact_Descendo_C"); \ static_assert(sizeof(UABL_SpellImpact_Descendo_C) == 0x0000C8, "Wrong size on UABL_SpellImpact_Descendo_C"); \ #define DUMPER7_ASSERTS_ABL_ShadowSprint_C_ExecuteUbergraph_ABL_ShadowSprint \ static_assert(alignof(ABL_ShadowSprint_C_ExecuteUbergraph_ABL_ShadowSprint) == 0x000008, "Wrong alignment on ABL_ShadowSprint_C_ExecuteUbergraph_ABL_ShadowSprint"); \ static_assert(sizeof(ABL_ShadowSprint_C_ExecuteUbergraph_ABL_ShadowSprint) == 0x000030, "Wrong size on ABL_ShadowSprint_C_ExecuteUbergraph_ABL_ShadowSprint"); \ static_assert(offsetof(ABL_ShadowSprint_C_ExecuteUbergraph_ABL_ShadowSprint, EntryPoint) == 0x000000, "Member 'ABL_ShadowSprint_C_ExecuteUbergraph_ABL_ShadowSprint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowSprint_C_ExecuteUbergraph_ABL_ShadowSprint, K2Node_Event_Context) == 0x000008, "Member 'ABL_ShadowSprint_C_ExecuteUbergraph_ABL_ShadowSprint::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowSprint_C_ExecuteUbergraph_ABL_ShadowSprint, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_ShadowSprint_C_ExecuteUbergraph_ABL_ShadowSprint::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowSprint_C_ExecuteUbergraph_ABL_ShadowSprint, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_ShadowSprint_C_ExecuteUbergraph_ABL_ShadowSprint::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowSprint_C_ExecuteUbergraph_ABL_ShadowSprint, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_ShadowSprint_C_ExecuteUbergraph_ABL_ShadowSprint::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowSprint_C_ExecuteUbergraph_ABL_ShadowSprint, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_ShadowSprint_C_ExecuteUbergraph_ABL_ShadowSprint::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ShadowSprint_C_OnAbilityBranch \ static_assert(alignof(ABL_ShadowSprint_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_ShadowSprint_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_ShadowSprint_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_ShadowSprint_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_ShadowSprint_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_ShadowSprint_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowSprint_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_ShadowSprint_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ShadowSprint_C_OnAbilityInterrupt \ static_assert(alignof(ABL_ShadowSprint_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_ShadowSprint_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_ShadowSprint_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_ShadowSprint_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_ShadowSprint_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_ShadowSprint_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ShadowSprint_C_OnAbilityEnd \ static_assert(alignof(ABL_ShadowSprint_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_ShadowSprint_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_ShadowSprint_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_ShadowSprint_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_ShadowSprint_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_ShadowSprint_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ShadowSprint_C_OnAbilityStart \ static_assert(alignof(ABL_ShadowSprint_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ShadowSprint_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ShadowSprint_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ShadowSprint_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ShadowSprint_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ShadowSprint_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ShadowSprint_C \ static_assert(alignof(UABL_ShadowSprint_C) == 0x000008, "Wrong alignment on UABL_ShadowSprint_C"); \ static_assert(sizeof(UABL_ShadowSprint_C) == 0x0000D0, "Wrong size on UABL_ShadowSprint_C"); \ static_assert(offsetof(UABL_ShadowSprint_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ShadowSprint_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Cloak_Prop_C_ExecuteUbergraph_BP_Cloak_Prop \ static_assert(alignof(BP_Cloak_Prop_C_ExecuteUbergraph_BP_Cloak_Prop) == 0x000004, "Wrong alignment on BP_Cloak_Prop_C_ExecuteUbergraph_BP_Cloak_Prop"); \ static_assert(sizeof(BP_Cloak_Prop_C_ExecuteUbergraph_BP_Cloak_Prop) == 0x000008, "Wrong size on BP_Cloak_Prop_C_ExecuteUbergraph_BP_Cloak_Prop"); \ static_assert(offsetof(BP_Cloak_Prop_C_ExecuteUbergraph_BP_Cloak_Prop, EntryPoint) == 0x000000, "Member 'BP_Cloak_Prop_C_ExecuteUbergraph_BP_Cloak_Prop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Cloak_Prop_C_ExecuteUbergraph_BP_Cloak_Prop, CallFunc_ActorStartFade_ReturnValue) == 0x000004, "Member 'BP_Cloak_Prop_C_ExecuteUbergraph_BP_Cloak_Prop::CallFunc_ActorStartFade_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cloak_Prop_C \ static_assert(alignof(ABP_Cloak_Prop_C) == 0x000008, "Wrong alignment on ABP_Cloak_Prop_C"); \ static_assert(sizeof(ABP_Cloak_Prop_C) == 0x000270, "Wrong size on ABP_Cloak_Prop_C"); \ static_assert(offsetof(ABP_Cloak_Prop_C, UberGraphFrame) == 0x000248, "Member 'ABP_Cloak_Prop_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Cloak_Prop_C, SkeletalMesh) == 0x000250, "Member 'ABP_Cloak_Prop_C::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_Cloak_Prop_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_Cloak_Prop_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Cloak_Prop_C, Setup) == 0x000260, "Member 'ABP_Cloak_Prop_C::Setup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge \ static_assert(alignof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge) == 0x000008, "Wrong alignment on BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge"); \ static_assert(sizeof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge) == 0x000180, "Wrong size on BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, EntryPoint) == 0x000000, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_GetActorOwner_ReturnValue) == 0x000018, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000020, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_AsBiped_Player) == 0x000028, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000038, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_CreateDelegate_OutputDelegate_1) == 0x00004C, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_GetSpeedCurve_bIgnoreGovernor) == 0x00005C, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_GetSpeedCurve_bIgnoreGovernor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_GetSpeedCurve_ReturnValue) == 0x000060, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_GetSpeedCurve_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000068, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_AsBiped_Character_Interface_2) == 0x000080, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_AsBiped_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_bSuccess_3) == 0x000090, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_GetMoveStickValues_X) == 0x000094, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_GetMoveStickValues_Y) == 0x000098, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_ProcessStick_WorldSpeed) == 0x00009C, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_ProcessStick_WorldDirection) == 0x0000A0, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_ProcessStick_ReturnValue) == 0x0000AC, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_GetActorOwner_ReturnValue_1) == 0x0000B0, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_Event_OwnerActor_2) == 0x0000B8, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_AsBiped_Player_1) == 0x0000C0, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_bSuccess_4) == 0x0000C8, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_GetMoveStickValues_X_1) == 0x0000CC, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_GetMoveStickValues_X_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_GetMoveStickValues_Y_1) == 0x0000D0, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_GetMoveStickValues_Y_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x0000D4, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x0000D5, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0000D8, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_BooleanOR_ReturnValue) == 0x0000DC, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_CustomEvent_Caller_1) == 0x0000E0, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_GetActorOwner_ReturnValue_2) == 0x0000E8, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_AsBiped_Player_2) == 0x0000F0, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_bSuccess_5) == 0x0000F8, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_Event_OwnerActor_1) == 0x000100, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_Event_DeltaSeconds) == 0x000108, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_Event_OwnerActor) == 0x000110, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_AsBiped_Player_3) == 0x000118, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_AsBiped_Player_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_bSuccess_6) == 0x000120, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000128, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_bSuccess_7) == 0x000138, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000139, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_HermesBindEvent_Handle) == 0x000140, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_HermesBindEvent_Handle_1) == 0x000150, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_CustomEvent_Caller) == 0x000160, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, CallFunc_GetActorOwner_ReturnValue_3) == 0x000168, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::CallFunc_GetActorOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_AsBiped_Player_4) == 0x000170, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_AsBiped_Player_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge, K2Node_DynamicCast_bSuccess_8) == 0x000178, "Member 'BTT_Biped_TeeterOnEdge_C_ExecuteUbergraph_BTT_Biped_TeeterOnEdge::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_TeeterOnEdge_C_Teeter2FallStart \ static_assert(alignof(BTT_Biped_TeeterOnEdge_C_Teeter2FallStart) == 0x000008, "Wrong alignment on BTT_Biped_TeeterOnEdge_C_Teeter2FallStart"); \ static_assert(sizeof(BTT_Biped_TeeterOnEdge_C_Teeter2FallStart) == 0x000008, "Wrong size on BTT_Biped_TeeterOnEdge_C_Teeter2FallStart"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_Teeter2FallStart, Caller) == 0x000000, "Member 'BTT_Biped_TeeterOnEdge_C_Teeter2FallStart::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_TeeterOnEdge_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_TeeterOnEdge_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_TeeterOnEdge_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_TeeterOnEdge_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_TeeterOnEdge_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_TeeterOnEdge_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_TeeterOnEdge_C_ReceiveTick \ static_assert(alignof(BTT_Biped_TeeterOnEdge_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_TeeterOnEdge_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_TeeterOnEdge_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_TeeterOnEdge_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_TeeterOnEdge_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_TeeterOnEdge_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_TeeterOnEdge_C_Teeter2Fall \ static_assert(alignof(BTT_Biped_TeeterOnEdge_C_Teeter2Fall) == 0x000008, "Wrong alignment on BTT_Biped_TeeterOnEdge_C_Teeter2Fall"); \ static_assert(sizeof(BTT_Biped_TeeterOnEdge_C_Teeter2Fall) == 0x000008, "Wrong size on BTT_Biped_TeeterOnEdge_C_Teeter2Fall"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_Teeter2Fall, Caller) == 0x000000, "Member 'BTT_Biped_TeeterOnEdge_C_Teeter2Fall::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_TeeterOnEdge_C_ExitTask \ static_assert(alignof(BTT_Biped_TeeterOnEdge_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_TeeterOnEdge_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_TeeterOnEdge_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_TeeterOnEdge_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_TeeterOnEdge_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_TeeterOnEdge_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_TeeterOnEdge_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_TeeterOnEdge_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_TeeterOnEdge_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_TeeterOnEdge_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_TeeterOnEdge_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_TeeterOnEdge_C_RevertMovementMode \ static_assert(alignof(BTT_Biped_TeeterOnEdge_C_RevertMovementMode) == 0x000008, "Wrong alignment on BTT_Biped_TeeterOnEdge_C_RevertMovementMode"); \ static_assert(sizeof(BTT_Biped_TeeterOnEdge_C_RevertMovementMode) == 0x000018, "Wrong size on BTT_Biped_TeeterOnEdge_C_RevertMovementMode"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_RevertMovementMode, CallFunc_GetActorOwner_ReturnValue) == 0x000000, "Member 'BTT_Biped_TeeterOnEdge_C_RevertMovementMode::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_RevertMovementMode, K2Node_DynamicCast_AsBiped_Player) == 0x000008, "Member 'BTT_Biped_TeeterOnEdge_C_RevertMovementMode::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_RevertMovementMode, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTT_Biped_TeeterOnEdge_C_RevertMovementMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_TeeterOnEdge_C_RevertMovementMode, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000011, "Member 'BTT_Biped_TeeterOnEdge_C_RevertMovementMode::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_TeeterOnEdge_C \ static_assert(alignof(UBTT_Biped_TeeterOnEdge_C) == 0x000008, "Wrong alignment on UBTT_Biped_TeeterOnEdge_C"); \ static_assert(sizeof(UBTT_Biped_TeeterOnEdge_C) == 0x000158, "Wrong size on UBTT_Biped_TeeterOnEdge_C"); \ static_assert(offsetof(UBTT_Biped_TeeterOnEdge_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_TeeterOnEdge_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp \ static_assert(alignof(ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp) == 0x000004, "Wrong alignment on ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp"); \ static_assert(sizeof(ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp) == 0x00001C, "Wrong size on ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp"); \ static_assert(offsetof(ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp, EntryPoint) == 0x000000, "Member 'ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000004, "Member 'ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1) == 0x000008, "Member 'ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x00000D, "Member 'ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2) == 0x000010, "Member 'ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3) == 0x000014, "Member 'ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x000018, "Member 'ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp, CallFunc_LessEqual_FloatFloat_ReturnValue_3) == 0x000019, "Member 'ABP_MapHelp_C_ExecuteUbergraph_ABP_MapHelp::CallFunc_LessEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MapHelp_C_AnimGraph \ static_assert(alignof(ABP_MapHelp_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_MapHelp_C_AnimGraph"); \ static_assert(sizeof(ABP_MapHelp_C_AnimGraph) == 0x000010, "Wrong size on ABP_MapHelp_C_AnimGraph"); \ static_assert(offsetof(ABP_MapHelp_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_MapHelp_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_MapHelp_C \ static_assert(alignof(UABP_MapHelp_C) == 0x000010, "Wrong alignment on UABP_MapHelp_C"); \ static_assert(sizeof(UABP_MapHelp_C) == 0x000890, "Wrong size on UABP_MapHelp_C"); \ static_assert(offsetof(UABP_MapHelp_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_MapHelp_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_MapHelp_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_TransitionResult_8) == 0x0002F8, "Member 'UABP_MapHelp_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_TransitionResult_7) == 0x000320, "Member 'UABP_MapHelp_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_TransitionResult_6) == 0x000348, "Member 'UABP_MapHelp_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_TransitionResult_5) == 0x000370, "Member 'UABP_MapHelp_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_TransitionResult_4) == 0x000398, "Member 'UABP_MapHelp_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_TransitionResult_3) == 0x0003C0, "Member 'UABP_MapHelp_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_TransitionResult_2) == 0x0003E8, "Member 'UABP_MapHelp_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_TransitionResult_1) == 0x000410, "Member 'UABP_MapHelp_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_TransitionResult) == 0x000438, "Member 'UABP_MapHelp_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_SequencePlayer_4) == 0x000460, "Member 'UABP_MapHelp_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_StateResult_4) == 0x0004E0, "Member 'UABP_MapHelp_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_SequencePlayer_3) == 0x000510, "Member 'UABP_MapHelp_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_StateResult_3) == 0x000590, "Member 'UABP_MapHelp_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_SequencePlayer_2) == 0x0005C0, "Member 'UABP_MapHelp_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_StateResult_2) == 0x000640, "Member 'UABP_MapHelp_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_SequencePlayer_1) == 0x000670, "Member 'UABP_MapHelp_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_StateResult_1) == 0x0006F0, "Member 'UABP_MapHelp_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_SequencePlayer) == 0x000720, "Member 'UABP_MapHelp_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_StateResult) == 0x0007A0, "Member 'UABP_MapHelp_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, AnimGraphNode_StateMachine) == 0x0007D0, "Member 'UABP_MapHelp_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, OpenBook) == 0x000880, "Member 'UABP_MapHelp_C::OpenBook' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, ReceivePage) == 0x000881, "Member 'UABP_MapHelp_C::ReceivePage' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, CatchPage) == 0x000882, "Member 'UABP_MapHelp_C::CatchPage' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, CatchPageAgain) == 0x000883, "Member 'UABP_MapHelp_C::CatchPageAgain' has a wrong offset!"); \ static_assert(offsetof(UABP_MapHelp_C, InCatch) == 0x000884, "Member 'UABP_MapHelp_C::InCatch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitPetrificus_C_ExecuteUbergraph_ABL_HitPetrificus \ static_assert(alignof(ABL_HitPetrificus_C_ExecuteUbergraph_ABL_HitPetrificus) == 0x000008, "Wrong alignment on ABL_HitPetrificus_C_ExecuteUbergraph_ABL_HitPetrificus"); \ static_assert(sizeof(ABL_HitPetrificus_C_ExecuteUbergraph_ABL_HitPetrificus) == 0x000018, "Wrong size on ABL_HitPetrificus_C_ExecuteUbergraph_ABL_HitPetrificus"); \ static_assert(offsetof(ABL_HitPetrificus_C_ExecuteUbergraph_ABL_HitPetrificus, EntryPoint) == 0x000000, "Member 'ABL_HitPetrificus_C_ExecuteUbergraph_ABL_HitPetrificus::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitPetrificus_C_ExecuteUbergraph_ABL_HitPetrificus, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitPetrificus_C_ExecuteUbergraph_ABL_HitPetrificus::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitPetrificus_C_ExecuteUbergraph_ABL_HitPetrificus, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitPetrificus_C_ExecuteUbergraph_ABL_HitPetrificus::K2Node_Event_NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitPetrificus_C_OnAbilityBranch \ static_assert(alignof(ABL_HitPetrificus_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitPetrificus_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitPetrificus_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitPetrificus_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitPetrificus_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitPetrificus_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitPetrificus_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitPetrificus_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitPetrificus_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitPetrificus_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitPetrificus_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitPetrificus_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitPetrificus_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitPetrificus_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitPetrificus_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitPetrificus_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitPetrificus_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitPetrificus_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitPetrificus_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitPetrificus_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitPetrificus_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitPetrificus_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitPetrificus_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitPetrificus_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitPetrificus_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitPetrificus_C \ static_assert(alignof(UABL_HitPetrificus_C) == 0x000008, "Wrong alignment on UABL_HitPetrificus_C"); \ static_assert(sizeof(UABL_HitPetrificus_C) == 0x0000E8, "Wrong size on UABL_HitPetrificus_C"); \ static_assert(offsetof(UABL_HitPetrificus_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitPetrificus_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ShadowBlink_C_ExecuteUbergraph_ABL_ShadowBlink \ static_assert(alignof(ABL_ShadowBlink_C_ExecuteUbergraph_ABL_ShadowBlink) == 0x000008, "Wrong alignment on ABL_ShadowBlink_C_ExecuteUbergraph_ABL_ShadowBlink"); \ static_assert(sizeof(ABL_ShadowBlink_C_ExecuteUbergraph_ABL_ShadowBlink) == 0x000020, "Wrong size on ABL_ShadowBlink_C_ExecuteUbergraph_ABL_ShadowBlink"); \ static_assert(offsetof(ABL_ShadowBlink_C_ExecuteUbergraph_ABL_ShadowBlink, EntryPoint) == 0x000000, "Member 'ABL_ShadowBlink_C_ExecuteUbergraph_ABL_ShadowBlink::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowBlink_C_ExecuteUbergraph_ABL_ShadowBlink, K2Node_Event_Context) == 0x000008, "Member 'ABL_ShadowBlink_C_ExecuteUbergraph_ABL_ShadowBlink::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowBlink_C_ExecuteUbergraph_ABL_ShadowBlink, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_ShadowBlink_C_ExecuteUbergraph_ABL_ShadowBlink::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_ShadowBlink_C_ExecuteUbergraph_ABL_ShadowBlink, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_ShadowBlink_C_ExecuteUbergraph_ABL_ShadowBlink::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ShadowBlink_C_OnAbilityStart \ static_assert(alignof(ABL_ShadowBlink_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ShadowBlink_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ShadowBlink_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ShadowBlink_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ShadowBlink_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ShadowBlink_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ShadowBlink_C \ static_assert(alignof(UABL_ShadowBlink_C) == 0x000008, "Wrong alignment on UABL_ShadowBlink_C"); \ static_assert(sizeof(UABL_ShadowBlink_C) == 0x0000D0, "Wrong size on UABL_ShadowBlink_C"); \ static_assert(offsetof(UABL_ShadowBlink_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ShadowBlink_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_ClimbLadder_MountTop \ static_assert(alignof(ABL_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_ClimbLadder_MountTop) == 0x000008, "Wrong alignment on ABL_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_ClimbLadder_MountTop"); \ static_assert(sizeof(ABL_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_ClimbLadder_MountTop) == 0x000010, "Wrong size on ABL_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_ClimbLadder_MountTop"); \ static_assert(offsetof(ABL_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_ClimbLadder_MountTop, EntryPoint) == 0x000000, "Member 'ABL_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_ClimbLadder_MountTop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_ClimbLadder_MountTop, K2Node_Event_Context) == 0x000008, "Member 'ABL_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_ClimbLadder_MountTop::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_ClimbLadder_MountTop_C_OnAbilityStart \ static_assert(alignof(ABL_ClimbLadder_MountTop_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_ClimbLadder_MountTop_C_OnAbilityStart"); \ static_assert(sizeof(ABL_ClimbLadder_MountTop_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_ClimbLadder_MountTop_C_OnAbilityStart"); \ static_assert(offsetof(ABL_ClimbLadder_MountTop_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_ClimbLadder_MountTop_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_ClimbLadder_MountTop_C \ static_assert(alignof(UABL_ClimbLadder_MountTop_C) == 0x000008, "Wrong alignment on UABL_ClimbLadder_MountTop_C"); \ static_assert(sizeof(UABL_ClimbLadder_MountTop_C) == 0x0000D0, "Wrong size on UABL_ClimbLadder_MountTop_C"); \ static_assert(offsetof(UABL_ClimbLadder_MountTop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_ClimbLadder_MountTop_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint \ static_assert(alignof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint) == 0x000008, "Wrong alignment on BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint"); \ static_assert(sizeof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint) == 0x000208, "Wrong size on BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, EntryPoint) == 0x000000, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_Event_OwnerActor_2) == 0x000008, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x000014, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x000024, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000028, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_GetMoveStickValues_X) == 0x00003C, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_GetMoveStickValues_Y) == 0x000040, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_GetAnimInstance_ReturnValue) == 0x000048, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_ProcessStick_WorldSpeed) == 0x000050, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_ProcessStick_WorldDirection) == 0x000054, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_ProcessStick_ReturnValue) == 0x000060, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000068, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000080, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_bSuccess_3) == 0x000090, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000098, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_bSuccess_4) == 0x0000A8, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0000B0, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x0000B8, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_bSuccess_5) == 0x0000C8, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4) == 0x0000D0, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_bSuccess_6) == 0x0000E0, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5) == 0x0000E8, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_bSuccess_7) == 0x0000F8, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_6) == 0x000100, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_bSuccess_8) == 0x000110, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000114, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000118, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_GetVariantInt32_FromHandle_bFound) == 0x00011C, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_GetVariantInt32_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_GetVariantInt32_FromHandle_ReturnValue) == 0x000120, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_GetVariantInt32_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_GetVariantInt32_FromHandle_bFound_1) == 0x000124, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_GetVariantInt32_FromHandle_bFound_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_GetVariantInt32_FromHandle_ReturnValue_1) == 0x000128, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_GetVariantInt32_FromHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_Conv_IntToByte_ReturnValue) == 0x00012C, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_GetValidValue_ReturnValue) == 0x00012D, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00012E, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_Event_OwnerActor_1) == 0x000130, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_CreateDelegate_OutputDelegate) == 0x000138, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_AsBiped_Player_1) == 0x000148, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_bSuccess_9) == 0x000150, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000158, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_GetComponentByClass_ReturnValue) == 0x000160, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_CustomAnalogInputActionEvent_VariantMapHandle) == 0x000168, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_CustomAnalogInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_GetAnimInstance_ReturnValue_2) == 0x000170, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000178, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_bSuccess_10) == 0x000180, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_Event_OwnerActor) == 0x000188, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000190, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_AsBiped_Player_2) == 0x000198, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_bSuccess_11) == 0x0001A0, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_GetAnimInstance_ReturnValue_3) == 0x0001A8, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_GetAnimInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_AsAble_Character_Interface) == 0x0001B0, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_bSuccess_12) == 0x0001C0, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_AsBiped_Anim_Instance_1) == 0x0001C8, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_AsBiped_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_bSuccess_13) == 0x0001D0, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x0001D1, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x0001D8, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_bSuccess_14) == 0x0001E8, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, CallFunc_GetIKState_ReturnValue) == 0x0001E9, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::CallFunc_GetIKState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1) == 0x0001F0, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint, K2Node_DynamicCast_bSuccess_15) == 0x000200, "Member 'BTT_Biped_ShadowSprint_C_ExecuteUbergraph_BTT_Biped_ShadowSprint::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowSprint_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_ShadowSprint_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_ShadowSprint_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_ShadowSprint_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_ShadowSprint_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_ShadowSprint_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowSprint_C_ExitTask \ static_assert(alignof(BTT_Biped_ShadowSprint_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_ShadowSprint_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_ShadowSprint_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_ShadowSprint_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_ShadowSprint_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowSprint_C_ReceiveTick \ static_assert(alignof(BTT_Biped_ShadowSprint_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_ShadowSprint_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_ShadowSprint_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_ShadowSprint_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_ShadowSprint_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_ShadowSprint_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowSprint_C_CustActionEvt_MovementModeChanged_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_ShadowSprint_C_CustActionEvt_MovementModeChanged_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_ShadowSprint_C_CustActionEvt_MovementModeChanged_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_ShadowSprint_C_CustActionEvt_MovementModeChanged_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_ShadowSprint_C_CustActionEvt_MovementModeChanged_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_CustActionEvt_MovementModeChanged_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ShadowSprint_C_CustActionEvt_MovementModeChanged_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowSprint_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_ShadowSprint_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_ShadowSprint_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_ShadowSprint_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_ShadowSprint_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ShadowSprint_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowSprint_C_InpActEvt_Stupefy_K2Node_CustomAnalogInputActionEvent_0 \ static_assert(alignof(BTT_Biped_ShadowSprint_C_InpActEvt_Stupefy_K2Node_CustomAnalogInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_ShadowSprint_C_InpActEvt_Stupefy_K2Node_CustomAnalogInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_ShadowSprint_C_InpActEvt_Stupefy_K2Node_CustomAnalogInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_ShadowSprint_C_InpActEvt_Stupefy_K2Node_CustomAnalogInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_InpActEvt_Stupefy_K2Node_CustomAnalogInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ShadowSprint_C_InpActEvt_Stupefy_K2Node_CustomAnalogInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowSprint_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_ShadowSprint_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_ShadowSprint_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_ShadowSprint_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_ShadowSprint_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ShadowSprint_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowSprint_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_ShadowSprint_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_ShadowSprint_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_ShadowSprint_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_ShadowSprint_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ShadowSprint_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowSprint_C_SetContexts \ static_assert(alignof(BTT_Biped_ShadowSprint_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_ShadowSprint_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_ShadowSprint_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_ShadowSprint_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_ShadowSprint_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowSprint_C_StopShadowSprint \ static_assert(alignof(BTT_Biped_ShadowSprint_C_StopShadowSprint) == 0x000008, "Wrong alignment on BTT_Biped_ShadowSprint_C_StopShadowSprint"); \ static_assert(sizeof(BTT_Biped_ShadowSprint_C_StopShadowSprint) == 0x000018, "Wrong size on BTT_Biped_ShadowSprint_C_StopShadowSprint"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_StopShadowSprint, CallFunc_GetActorOwner_ReturnValue) == 0x000000, "Member 'BTT_Biped_ShadowSprint_C_StopShadowSprint::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_StopShadowSprint, K2Node_DynamicCast_AsBiped_Player) == 0x000008, "Member 'BTT_Biped_ShadowSprint_C_StopShadowSprint::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_StopShadowSprint, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTT_Biped_ShadowSprint_C_StopShadowSprint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowSprint_C_RecoverCapsule \ static_assert(alignof(BTT_Biped_ShadowSprint_C_RecoverCapsule) == 0x000008, "Wrong alignment on BTT_Biped_ShadowSprint_C_RecoverCapsule"); \ static_assert(sizeof(BTT_Biped_ShadowSprint_C_RecoverCapsule) == 0x000008, "Wrong size on BTT_Biped_ShadowSprint_C_RecoverCapsule"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_RecoverCapsule, Character) == 0x000000, "Member 'BTT_Biped_ShadowSprint_C_RecoverCapsule::Character' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor \ static_assert(alignof(BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor) == 0x000010, "Wrong alignment on BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor"); \ static_assert(sizeof(BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor) == 0x000060, "Wrong size on BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor, BipedPlayer) == 0x000000, "Member 'BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor::BipedPlayer' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000008, "Member 'BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor, CallFunc_GetCapsuleComponent_ReturnValue) == 0x000010, "Member 'BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor::CallFunc_GetCapsuleComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000018, "Member 'BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000050, "Member 'BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor, CallFunc_FinishSpawningActor_ReturnValue) == 0x000058, "Member 'BTT_Biped_ShadowSprint_C_SpawnShadowSprintActor::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ShadowSprint_C_ShrinkCapsule \ static_assert(alignof(BTT_Biped_ShadowSprint_C_ShrinkCapsule) == 0x000008, "Wrong alignment on BTT_Biped_ShadowSprint_C_ShrinkCapsule"); \ static_assert(sizeof(BTT_Biped_ShadowSprint_C_ShrinkCapsule) == 0x000010, "Wrong size on BTT_Biped_ShadowSprint_C_ShrinkCapsule"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ShrinkCapsule, Character) == 0x000000, "Member 'BTT_Biped_ShadowSprint_C_ShrinkCapsule::Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ShadowSprint_C_ShrinkCapsule, CallFunc_GetUnscaledCapsuleHalfHeight_ReturnValue) == 0x000008, "Member 'BTT_Biped_ShadowSprint_C_ShrinkCapsule::CallFunc_GetUnscaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_ShadowSprint_C \ static_assert(alignof(UBTT_Biped_ShadowSprint_C) == 0x000008, "Wrong alignment on UBTT_Biped_ShadowSprint_C"); \ static_assert(sizeof(UBTT_Biped_ShadowSprint_C) == 0x000180, "Wrong size on UBTT_Biped_ShadowSprint_C"); \ static_assert(offsetof(UBTT_Biped_ShadowSprint_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_ShadowSprint_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowSprint_C, IKRestoreState) == 0x000158, "Member 'UBTT_Biped_ShadowSprint_C::IKRestoreState' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowSprint_C, MinTimerExpired) == 0x000159, "Member 'UBTT_Biped_ShadowSprint_C::MinTimerExpired' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowSprint_C, ExitMechanic) == 0x00015A, "Member 'UBTT_Biped_ShadowSprint_C::ExitMechanic' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowSprint_C, OnButtslideSurface) == 0x00015B, "Member 'UBTT_Biped_ShadowSprint_C::OnButtslideSurface' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowSprint_C, IsInterruptible) == 0x00015C, "Member 'UBTT_Biped_ShadowSprint_C::IsInterruptible' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowSprint_C, OldCapsuleRadius) == 0x000160, "Member 'UBTT_Biped_ShadowSprint_C::OldCapsuleRadius' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowSprint_C, LastDirection) == 0x000164, "Member 'UBTT_Biped_ShadowSprint_C::LastDirection' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowSprint_C, ShadowSprintActor) == 0x000170, "Member 'UBTT_Biped_ShadowSprint_C::ShadowSprintActor' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ShadowSprint_C, OldCapsuleHalfHeight) == 0x000178, "Member 'UBTT_Biped_ShadowSprint_C::OldCapsuleHalfHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action \ static_assert(alignof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action) == 0x000008, "Wrong alignment on BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action"); \ static_assert(sizeof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action) == 0x0000E0, "Wrong size on BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, EntryPoint) == 0x000000, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x000004, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000010, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000018, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000030, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x000048, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x000060, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_Event_OwnerActor) == 0x000078, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_DynamicCast_AsBiped_Player) == 0x000080, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_DynamicCast_bSuccess_4) == 0x000088, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, CallFunc_GetFloatValue_ReturnValue) == 0x00008C, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, CallFunc_DestroyVariantMap_ReturnValue) == 0x000090, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::CallFunc_DestroyVariantMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_Event_OwnerActor_1) == 0x000098, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_DynamicCast_AsBiped_Player_1) == 0x0000A0, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_DynamicCast_bSuccess_5) == 0x0000A8, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, CallFunc_GetLookAtTargetTracker_ReturnValue) == 0x0000B0, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::CallFunc_GetLookAtTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, CallFunc_AutoNavToTarget_ReturnValue) == 0x0000B8, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::CallFunc_AutoNavToTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, CallFunc_GetFaceTargetTracker_ReturnValue) == 0x0000C0, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::CallFunc_GetFaceTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0000C8, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x0000CC, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_SwitchName_CmpSuccess) == 0x0000D0, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x0000D4, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, K2Node_SwitchName_CmpSuccess_1) == 0x0000D8, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::K2Node_SwitchName_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action, CallFunc_IsValid_ReturnValue) == 0x0000D9, "Member 'BTT_DeathlyHallows_Action_C_ExecuteUbergraph_BTT_DeathlyHallows_Action::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DeathlyHallows_Action_C_ReceiveExecute \ static_assert(alignof(BTT_DeathlyHallows_Action_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_DeathlyHallows_Action_C_ReceiveExecute"); \ static_assert(sizeof(BTT_DeathlyHallows_Action_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_DeathlyHallows_Action_C_ReceiveExecute"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_DeathlyHallows_Action_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DeathlyHallows_Action_C_ExitTask \ static_assert(alignof(BTT_DeathlyHallows_Action_C_ExitTask) == 0x000008, "Wrong alignment on BTT_DeathlyHallows_Action_C_ExitTask"); \ static_assert(sizeof(BTT_DeathlyHallows_Action_C_ExitTask) == 0x000008, "Wrong size on BTT_DeathlyHallows_Action_C_ExitTask"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_DeathlyHallows_Action_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DeathlyHallows_Action_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_DeathlyHallows_Action_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_DeathlyHallows_Action_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_DeathlyHallows_Action_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_DeathlyHallows_Action_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0, VariantMapHandle_0) == 0x000000, "Member 'BTT_DeathlyHallows_Action_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0::VariantMapHandle_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DeathlyHallows_Action_C_CustActionEvt_BeginInteract_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_DeathlyHallows_Action_C_CustActionEvt_BeginInteract_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_DeathlyHallows_Action_C_CustActionEvt_BeginInteract_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_DeathlyHallows_Action_C_CustActionEvt_BeginInteract_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_DeathlyHallows_Action_C_CustActionEvt_BeginInteract_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_CustActionEvt_BeginInteract_K2Node_BTCustomActionEvent_1, VariantMapHandle_0) == 0x000000, "Member 'BTT_DeathlyHallows_Action_C_CustActionEvt_BeginInteract_K2Node_BTCustomActionEvent_1::VariantMapHandle_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DeathlyHallows_Action_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_DeathlyHallows_Action_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_DeathlyHallows_Action_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_DeathlyHallows_Action_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_DeathlyHallows_Action_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle_0) == 0x000000, "Member 'BTT_DeathlyHallows_Action_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DeathlyHallows_Action_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_DeathlyHallows_Action_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_DeathlyHallows_Action_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_DeathlyHallows_Action_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_DeathlyHallows_Action_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2, VariantMapHandle_0) == 0x000000, "Member 'BTT_DeathlyHallows_Action_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2::VariantMapHandle_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DeathlyHallows_Action_C_SetContexts \ static_assert(alignof(BTT_DeathlyHallows_Action_C_SetContexts) == 0x000001, "Wrong alignment on BTT_DeathlyHallows_Action_C_SetContexts"); \ static_assert(sizeof(BTT_DeathlyHallows_Action_C_SetContexts) == 0x000001, "Wrong size on BTT_DeathlyHallows_Action_C_SetContexts"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_SetContexts, Flag) == 0x000000, "Member 'BTT_DeathlyHallows_Action_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup \ static_assert(alignof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup) == 0x000008, "Wrong alignment on BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup"); \ static_assert(sizeof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup) == 0x0000C0, "Wrong size on BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, CallFunc_GetVariantName_FromHandle_bFound) == 0x000000, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::CallFunc_GetVariantName_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, CallFunc_GetVariantName_FromHandle_ReturnValue) == 0x000004, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::CallFunc_GetVariantName_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, CallFunc_GetActorOwner_ReturnValue) == 0x000010, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, CallFunc_GetVariantName_FromHandle_bFound_1) == 0x000018, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::CallFunc_GetVariantName_FromHandle_bFound_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, CallFunc_GetVariantName_FromHandle_ReturnValue_1) == 0x00001C, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::CallFunc_GetVariantName_FromHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, K2Node_DynamicCast_AsBiped_Player) == 0x000028, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, K2Node_SwitchName_CmpSuccess) == 0x000031, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000038, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000050, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, K2Node_DynamicCast_AsAble_Character_Interface_2) == 0x000068, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::K2Node_DynamicCast_AsAble_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, K2Node_DynamicCast_bSuccess_3) == 0x000078, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, CallFunc_GetLookAtTargetTracker_ReturnValue) == 0x000080, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::CallFunc_GetLookAtTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, CallFunc_GetFaceTargetTracker_ReturnValue) == 0x000088, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::CallFunc_GetFaceTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, CallFunc_AddTarget_Actor_ReturnValue) == 0x000090, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::CallFunc_AddTarget_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, CallFunc_AddTarget_Actor_ReturnValue_1) == 0x000098, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::CallFunc_AddTarget_Actor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x0000A0, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x0000A1, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, CallFunc_MakeLiteralName_ReturnValue) == 0x0000A4, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, CallFunc_ExecuteAbilityByClass_ReturnValue_2) == 0x0000AC, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::CallFunc_ExecuteAbilityByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, CallFunc_GetBlackboardComponent_ReturnValue) == 0x0000B0, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, CallFunc_GetValueAsInt_ReturnValue) == 0x0000B8, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::CallFunc_GetValueAsInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup, K2Node_MakeStruct_VariantMapHandle) == 0x0000BC, "Member 'BTT_DeathlyHallows_Action_C_DeathlyHallowsSetup::K2Node_MakeStruct_VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DeathlyHallows_Action_C_SetInteractActor \ static_assert(alignof(BTT_DeathlyHallows_Action_C_SetInteractActor) == 0x000008, "Wrong alignment on BTT_DeathlyHallows_Action_C_SetInteractActor"); \ static_assert(sizeof(BTT_DeathlyHallows_Action_C_SetInteractActor) == 0x000028, "Wrong size on BTT_DeathlyHallows_Action_C_SetInteractActor"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_SetInteractActor, CallFunc_MakeLiteralName_ReturnValue) == 0x000000, "Member 'BTT_DeathlyHallows_Action_C_SetInteractActor::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_SetInteractActor, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000008, "Member 'BTT_DeathlyHallows_Action_C_SetInteractActor::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_SetInteractActor, CallFunc_GetValueAsObject_ReturnValue) == 0x000010, "Member 'BTT_DeathlyHallows_Action_C_SetInteractActor::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_SetInteractActor, K2Node_DynamicCast_AsBP_DH_Item) == 0x000018, "Member 'BTT_DeathlyHallows_Action_C_SetInteractActor::K2Node_DynamicCast_AsBP_DH_Item' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_SetInteractActor, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_DeathlyHallows_Action_C_SetInteractActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DeathlyHallows_Action_C_EquipStone \ static_assert(alignof(BTT_DeathlyHallows_Action_C_EquipStone) == 0x000008, "Wrong alignment on BTT_DeathlyHallows_Action_C_EquipStone"); \ static_assert(sizeof(BTT_DeathlyHallows_Action_C_EquipStone) == 0x000068, "Wrong size on BTT_DeathlyHallows_Action_C_EquipStone"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipStone, Temp_object_Variable) == 0x000000, "Member 'BTT_DeathlyHallows_Action_C_EquipStone::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipStone, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_DeathlyHallows_Action_C_EquipStone::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipStone, K2Node_DynamicCast_AsBiped_Player) == 0x000010, "Member 'BTT_DeathlyHallows_Action_C_EquipStone::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipStone, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_DeathlyHallows_Action_C_EquipStone::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipStone, CallFunc_GetActiveSpellTool_ReturnValue) == 0x000020, "Member 'BTT_DeathlyHallows_Action_C_EquipStone::CallFunc_GetActiveSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipStone, K2Node_DynamicCast_AsDeathly_Hallows_Cloak_Tool) == 0x000028, "Member 'BTT_DeathlyHallows_Action_C_EquipStone::K2Node_DynamicCast_AsDeathly_Hallows_Cloak_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipStone, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_DeathlyHallows_Action_C_EquipStone::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipStone, CallFunc_ActivateTool_ReturnValue) == 0x000038, "Member 'BTT_DeathlyHallows_Action_C_EquipStone::CallFunc_ActivateTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipStone, CallFunc_GetActorOwner_ReturnValue_1) == 0x000040, "Member 'BTT_DeathlyHallows_Action_C_EquipStone::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipStone, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000048, "Member 'BTT_DeathlyHallows_Action_C_EquipStone::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipStone, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTT_DeathlyHallows_Action_C_EquipStone::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipStone, CallFunc_GetWand_ReturnValue) == 0x000060, "Member 'BTT_DeathlyHallows_Action_C_EquipStone::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DeathlyHallows_Action_C_EquipWand \ static_assert(alignof(BTT_DeathlyHallows_Action_C_EquipWand) == 0x000008, "Wrong alignment on BTT_DeathlyHallows_Action_C_EquipWand"); \ static_assert(sizeof(BTT_DeathlyHallows_Action_C_EquipWand) == 0x000080, "Wrong size on BTT_DeathlyHallows_Action_C_EquipWand"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipWand, Temp_object_Variable) == 0x000000, "Member 'BTT_DeathlyHallows_Action_C_EquipWand::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipWand, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTT_DeathlyHallows_Action_C_EquipWand::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipWand, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000010, "Member 'BTT_DeathlyHallows_Action_C_EquipWand::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipWand, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_DeathlyHallows_Action_C_EquipWand::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipWand, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000028, "Member 'BTT_DeathlyHallows_Action_C_EquipWand::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipWand, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTT_DeathlyHallows_Action_C_EquipWand::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipWand, CallFunc_GetActiveSpellTool_ReturnValue) == 0x000040, "Member 'BTT_DeathlyHallows_Action_C_EquipWand::CallFunc_GetActiveSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipWand, CallFunc_GetActorOwner_ReturnValue) == 0x000048, "Member 'BTT_DeathlyHallows_Action_C_EquipWand::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipWand, K2Node_DynamicCast_AsDeathly_Hallows_Cloak_Tool) == 0x000050, "Member 'BTT_DeathlyHallows_Action_C_EquipWand::K2Node_DynamicCast_AsDeathly_Hallows_Cloak_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipWand, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTT_DeathlyHallows_Action_C_EquipWand::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipWand, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000060, "Member 'BTT_DeathlyHallows_Action_C_EquipWand::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipWand, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'BTT_DeathlyHallows_Action_C_EquipWand::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipWand, CallFunc_GetWand_ReturnValue) == 0x000078, "Member 'BTT_DeathlyHallows_Action_C_EquipWand::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DeathlyHallows_Action_C_EquipCloak \ static_assert(alignof(BTT_DeathlyHallows_Action_C_EquipCloak) == 0x000010, "Wrong alignment on BTT_DeathlyHallows_Action_C_EquipCloak"); \ static_assert(sizeof(BTT_DeathlyHallows_Action_C_EquipCloak) == 0x000060, "Wrong size on BTT_DeathlyHallows_Action_C_EquipCloak"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipCloak, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTT_DeathlyHallows_Action_C_EquipCloak::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipCloak, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'BTT_DeathlyHallows_Action_C_EquipCloak::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipCloak, CallFunc_GetSkeletalMesh_ReturnValue) == 0x000040, "Member 'BTT_DeathlyHallows_Action_C_EquipCloak::CallFunc_GetSkeletalMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipCloak, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000048, "Member 'BTT_DeathlyHallows_Action_C_EquipCloak::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_EquipCloak, CallFunc_FinishSpawningActor_ReturnValue) == 0x000050, "Member 'BTT_DeathlyHallows_Action_C_EquipCloak::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_DeathlyHallows_Action_C_UseCloak \ static_assert(alignof(BTT_DeathlyHallows_Action_C_UseCloak) == 0x000008, "Wrong alignment on BTT_DeathlyHallows_Action_C_UseCloak"); \ static_assert(sizeof(BTT_DeathlyHallows_Action_C_UseCloak) == 0x000040, "Wrong size on BTT_DeathlyHallows_Action_C_UseCloak"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_UseCloak, Temp_object_Variable) == 0x000000, "Member 'BTT_DeathlyHallows_Action_C_UseCloak::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_UseCloak, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_DeathlyHallows_Action_C_UseCloak::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_UseCloak, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000010, "Member 'BTT_DeathlyHallows_Action_C_UseCloak::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_UseCloak, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_DeathlyHallows_Action_C_UseCloak::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_UseCloak, CallFunc_GetWand_ReturnValue) == 0x000028, "Member 'BTT_DeathlyHallows_Action_C_UseCloak::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_UseCloak, CallFunc_ActivateSpellTool_ReturnValue) == 0x000030, "Member 'BTT_DeathlyHallows_Action_C_UseCloak::CallFunc_ActivateSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_DeathlyHallows_Action_C_UseCloak, CallFunc_Start_ReturnValue) == 0x000038, "Member 'BTT_DeathlyHallows_Action_C_UseCloak::CallFunc_Start_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_DeathlyHallows_Action_C \ static_assert(alignof(UBTT_DeathlyHallows_Action_C) == 0x000008, "Wrong alignment on UBTT_DeathlyHallows_Action_C"); \ static_assert(sizeof(UBTT_DeathlyHallows_Action_C) == 0x000180, "Wrong size on UBTT_DeathlyHallows_Action_C"); \ static_assert(offsetof(UBTT_DeathlyHallows_Action_C, UberGraphFrame) == 0x000150, "Member 'UBTT_DeathlyHallows_Action_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_DeathlyHallows_Action_C, EmitterComponent) == 0x000158, "Member 'UBTT_DeathlyHallows_Action_C::EmitterComponent' has a wrong offset!"); \ static_assert(offsetof(UBTT_DeathlyHallows_Action_C, VariantMapHandle) == 0x000160, "Member 'UBTT_DeathlyHallows_Action_C::VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(UBTT_DeathlyHallows_Action_C, InteractActor) == 0x000168, "Member 'UBTT_DeathlyHallows_Action_C::InteractActor' has a wrong offset!"); \ static_assert(offsetof(UBTT_DeathlyHallows_Action_C, ItemType) == 0x000170, "Member 'UBTT_DeathlyHallows_Action_C::ItemType' has a wrong offset!"); \ static_assert(offsetof(UBTT_DeathlyHallows_Action_C, PropActor) == 0x000178, "Member 'UBTT_DeathlyHallows_Action_C::PropActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Audio_C_ReceiveEndPlay \ static_assert(alignof(Intro_Audio_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on Intro_Audio_C_ReceiveEndPlay"); \ static_assert(sizeof(Intro_Audio_C_ReceiveEndPlay) == 0x000001, "Wrong size on Intro_Audio_C_ReceiveEndPlay"); \ static_assert(offsetof(Intro_Audio_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'Intro_Audio_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_3_ActorEndOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_3_ActorEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_3_ActorEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_3_ActorEndOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_3_ActorEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_3_ActorEndOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_3_ActorEndOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_3_ActorEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_LerpVolumeAttached_Platform1_K2Node_ActorBoundEvent_3_ActorEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Audio_C_PlayPortkeyLanding \ static_assert(alignof(Intro_Audio_C_PlayPortkeyLanding) == 0x000008, "Wrong alignment on Intro_Audio_C_PlayPortkeyLanding"); \ static_assert(sizeof(Intro_Audio_C_PlayPortkeyLanding) == 0x000008, "Wrong size on Intro_Audio_C_PlayPortkeyLanding"); \ static_assert(offsetof(Intro_Audio_C_PlayPortkeyLanding, Caller) == 0x000000, "Member 'Intro_Audio_C_PlayPortkeyLanding::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Ruins_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Ruins_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Ruins_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Ruins_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Ruins_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Ruins_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Ruins_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Ruins_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Ruins_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Gringotts_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Gringotts_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Gringotts_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Gringotts_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Gringotts_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Gringotts_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Gringotts_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Gringotts_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Gringotts_K2Node_ActorBoundEvent_4_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_Audio_IcePuzzle_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_Audio_IcePuzzle_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_Audio_IcePuzzle_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_Audio_IcePuzzle_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_Audio_IcePuzzle_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_Audio_IcePuzzle_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_Audio_IcePuzzle_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_Audio_IcePuzzle_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_Audio_IcePuzzle_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Audio_C_GoTrial_02 \ static_assert(alignof(Intro_Audio_C_GoTrial_02) == 0x000008, "Wrong alignment on Intro_Audio_C_GoTrial_02"); \ static_assert(sizeof(Intro_Audio_C_GoTrial_02) == 0x000010, "Wrong size on Intro_Audio_C_GoTrial_02"); \ static_assert(offsetof(Intro_Audio_C_GoTrial_02, Caller) == 0x000000, "Member 'Intro_Audio_C_GoTrial_02::Caller' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_GoTrial_02, String) == 0x000008, "Member 'Intro_Audio_C_GoTrial_02::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Audio_C_GateIsRed \ static_assert(alignof(Intro_Audio_C_GateIsRed) == 0x000008, "Wrong alignment on Intro_Audio_C_GateIsRed"); \ static_assert(sizeof(Intro_Audio_C_GateIsRed) == 0x000008, "Wrong size on Intro_Audio_C_GateIsRed"); \ static_assert(offsetof(Intro_Audio_C_GateIsRed, Caller) == 0x000000, "Member 'Intro_Audio_C_GateIsRed::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Audio_C_GateIsBlue \ static_assert(alignof(Intro_Audio_C_GateIsBlue) == 0x000008, "Wrong alignment on Intro_Audio_C_GateIsBlue"); \ static_assert(sizeof(Intro_Audio_C_GateIsBlue) == 0x000008, "Wrong size on Intro_Audio_C_GateIsBlue"); \ static_assert(offsetof(Intro_Audio_C_GateIsBlue, Caller) == 0x000000, "Member 'Intro_Audio_C_GateIsBlue::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_7_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_8_ActorEndOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_8_ActorEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_8_ActorEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_8_ActorEndOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_8_ActorEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_8_ActorEndOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_8_ActorEndOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_8_ActorEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Portal_K2Node_ActorBoundEvent_8_ActorEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Void_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Void_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Void_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Void_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Void_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Void_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Void_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Void_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Void_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Bridge_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Bridge_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Bridge_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Bridge_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Bridge_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Bridge_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Bridge_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Bridge_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_Bridge_K2Node_ActorBoundEvent_5_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_PensieveRoom_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_PensieveRoom_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_PensieveRoom_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_PensieveRoom_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_PensieveRoom_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_PensieveRoom_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_PensieveRoom_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_PensieveRoom_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'Intro_Audio_C_BndEvt__Intro_Audio_TriggerVolume_AudioUse_PensieveRoom_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Audio_C_CaveArrivalGo \ static_assert(alignof(Intro_Audio_C_CaveArrivalGo) == 0x000008, "Wrong alignment on Intro_Audio_C_CaveArrivalGo"); \ static_assert(sizeof(Intro_Audio_C_CaveArrivalGo) == 0x000008, "Wrong size on Intro_Audio_C_CaveArrivalGo"); \ static_assert(offsetof(Intro_Audio_C_CaveArrivalGo, Caller) == 0x000000, "Member 'Intro_Audio_C_CaveArrivalGo::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Audio_C_ExecuteUbergraph_Intro_Audio \ static_assert(alignof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio) == 0x000008, "Wrong alignment on Intro_Audio_C_ExecuteUbergraph_Intro_Audio"); \ static_assert(sizeof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio) == 0x000368, "Wrong size on Intro_Audio_C_ExecuteUbergraph_Intro_Audio"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, EntryPoint) == 0x000000, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_delegate_Variable) == 0x000004, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_struct_Variable) == 0x000018, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_delegate_Variable_1) == 0x000028, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_struct_Variable_1) == 0x000038, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_delegate_Variable_2) == 0x000048, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_delegate_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_struct_Variable_2) == 0x000058, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_delegate_Variable_3) == 0x000068, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_delegate_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_struct_Variable_3) == 0x000078, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_delegate_Variable_4) == 0x000088, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_delegate_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_CreateDelegate_OutputDelegate) == 0x000098, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000A8, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_HermesBindFName_Handle) == 0x0000B8, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_HermesBindFName_Handle' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_HermesBindEvent_Handle) == 0x0000C8, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000D8, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000E8, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_HermesBindEvent_Handle_1) == 0x0000F8, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_HermesBindEvent_Handle_2) == 0x000108, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_bool_Has_Been_Initd_Variable) == 0x000118, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_bool_IsClosed_Variable) == 0x000119, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_bool_IsClosed_Variable_1) == 0x00011A, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_bool_Has_Been_Initd_Variable_1) == 0x00011B, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_delegate_Variable_5) == 0x00011C, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_delegate_Variable_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_struct_Variable_4) == 0x000130, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_bool_IsClosed_Variable_2) == 0x000140, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_PostEvent_ReturnValue) == 0x000144, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_bool_Has_Been_Initd_Variable_2) == 0x000148, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_bool_IsClosed_Variable_3) == 0x000149, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_Event_EndPlayReason) == 0x00014A, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OverlappedActor_9) == 0x000150, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OverlappedActor_9' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OtherActor_9) == 0x000158, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OtherActor_9' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OverlappedActor_8) == 0x000160, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OverlappedActor_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OtherActor_8) == 0x000168, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OtherActor_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_CustomEvent_Caller_4) == 0x000170, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_CustomEvent_Caller_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_delegate_Variable_6) == 0x000178, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_delegate_Variable_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OverlappedActor_7) == 0x000188, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OverlappedActor_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OtherActor_7) == 0x000190, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OtherActor_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OverlappedActor_6) == 0x000198, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OverlappedActor_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OtherActor_6) == 0x0001A0, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OtherActor_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OverlappedActor_5) == 0x0001A8, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OverlappedActor_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OtherActor_5) == 0x0001B0, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OtherActor_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_PostAssociatedAkEvent_ReturnValue) == 0x0001B8, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_PostAssociatedAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_PostAssociatedAkEvent_ReturnValue_1) == 0x0001BC, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_PostAssociatedAkEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_PostAssociatedAkEvent_ReturnValue_2) == 0x0001C0, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_PostAssociatedAkEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_PostAssociatedAkEvent_ReturnValue_3) == 0x0001C4, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_PostAssociatedAkEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_bool_Has_Been_Initd_Variable_3) == 0x0001C8, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_PostEventAtLocation_ReturnValue) == 0x0001CC, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_CustomEvent_Caller_3) == 0x0001D0, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_CustomEvent_String) == 0x0001D8, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_CustomEvent_String' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_struct_Variable_5) == 0x0001E0, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_delegate_Variable_7) == 0x0001F0, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_delegate_Variable_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_PostAssociatedAkEvent_ReturnValue_4) == 0x000200, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_PostAssociatedAkEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_struct_Variable_6) == 0x000208, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_delegate_Variable_8) == 0x000218, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_delegate_Variable_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_PostAssociatedAkEvent_ReturnValue_5) == 0x000228, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_PostAssociatedAkEvent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_struct_Variable_7) == 0x000230, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_CustomEvent_Caller_2) == 0x000240, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_PostAssociatedAkEvent_ReturnValue_6) == 0x000248, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_PostAssociatedAkEvent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_CustomEvent_Caller_1) == 0x000250, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000258, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x00025C, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OverlappedActor_4) == 0x000260, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OverlappedActor_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OtherActor_4) == 0x000268, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OtherActor_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OverlappedActor_3) == 0x000270, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OverlappedActor_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OtherActor_3) == 0x000278, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OtherActor_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OverlappedActor_2) == 0x000280, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OverlappedActor_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OtherActor_2) == 0x000288, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OtherActor_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_AddStateToStack_ReturnValue) == 0x000290, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_AddStateToStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OverlappedActor_1) == 0x000298, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OverlappedActor_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OtherActor_1) == 0x0002A0, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_bool_IsClosed_Variable_4) == 0x0002A8, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_struct_Variable_8) == 0x0002B0, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_PostEvent_ReturnValue_1) == 0x0002C0, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OverlappedActor) == 0x0002C8, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_ActorBoundEvent_OtherActor) == 0x0002D0, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_ActorBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_CustomEvent_Caller) == 0x0002D8, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_delegate_Variable_9) == 0x0002E0, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_delegate_Variable_9' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_struct_Variable_9) == 0x0002F0, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_struct_Variable_9' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x000300, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_PostAssociatedAkEvent_ReturnValue_7) == 0x000304, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_PostAssociatedAkEvent_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_delegate_Variable_10) == 0x000308, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_delegate_Variable_10' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_PostEventAtLocation_ReturnValue_4) == 0x000318, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_PostEventAtLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_struct_Variable_10) == 0x000320, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_struct_Variable_10' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_PostEvent_ReturnValue_2) == 0x000330, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, K2Node_CreateDelegate_OutputDelegate_4) == 0x000334, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_HermesBindEvent_Handle_3) == 0x000348, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_AddStateToStack_ReturnValue_1) == 0x000358, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_AddStateToStack_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, Temp_bool_Has_Been_Initd_Variable_4) == 0x00035C, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ static_assert(offsetof(Intro_Audio_C_ExecuteUbergraph_Intro_Audio, CallFunc_AddStateToStack_ReturnValue_2) == 0x000360, "Member 'Intro_Audio_C_ExecuteUbergraph_Intro_Audio::CallFunc_AddStateToStack_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIntro_Audio_C \ static_assert(alignof(AIntro_Audio_C) == 0x000008, "Wrong alignment on AIntro_Audio_C"); \ static_assert(sizeof(AIntro_Audio_C) == 0x000298, "Wrong size on AIntro_Audio_C"); \ static_assert(offsetof(AIntro_Audio_C, UberGraphFrame) == 0x000250, "Member 'AIntro_Audio_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AIntro_Audio_C, AkAmbientSound_AudioWaterfallHack_Bottom_1_ExecuteUbergraph_Intro_Audio_RefProperty) == 0x000258, "Member 'AIntro_Audio_C::AkAmbientSound_AudioWaterfallHack_Bottom_1_ExecuteUbergraph_Intro_Audio_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Audio_C, AkAmbientSound_AudioWaterfallHack_Bottom_2_ExecuteUbergraph_Intro_Audio_RefProperty) == 0x000260, "Member 'AIntro_Audio_C::AkAmbientSound_AudioWaterfallHack_Bottom_2_ExecuteUbergraph_Intro_Audio_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Audio_C, AkAmbientSound_AudioWaterfallHack_Bottom_3_ExecuteUbergraph_Intro_Audio_RefProperty) == 0x000268, "Member 'AIntro_Audio_C::AkAmbientSound_AudioWaterfallHack_Bottom_3_ExecuteUbergraph_Intro_Audio_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Audio_C, AkAmbientSound_AudioWaterfallHack_Bottom_4_ExecuteUbergraph_Intro_Audio_RefProperty) == 0x000270, "Member 'AIntro_Audio_C::AkAmbientSound_AudioWaterfallHack_Bottom_4_ExecuteUbergraph_Intro_Audio_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Audio_C, AkAmbientSound_AudioWaterfallHack_Top_1_ExecuteUbergraph_Intro_Audio_RefProperty) == 0x000278, "Member 'AIntro_Audio_C::AkAmbientSound_AudioWaterfallHack_Top_1_ExecuteUbergraph_Intro_Audio_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Audio_C, AkAmbientSound_AudioWaterfallHack_Top_2_ExecuteUbergraph_Intro_Audio_RefProperty) == 0x000280, "Member 'AIntro_Audio_C::AkAmbientSound_AudioWaterfallHack_Top_2_ExecuteUbergraph_Intro_Audio_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Audio_C, AkAmbientSound_AudioWaterfallHack_Top_3_ExecuteUbergraph_Intro_Audio_RefProperty) == 0x000288, "Member 'AIntro_Audio_C::AkAmbientSound_AudioWaterfallHack_Top_3_ExecuteUbergraph_Intro_Audio_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AIntro_Audio_C, AkAmbientSound_AudioWaterfallHack_Top_4_ExecuteUbergraph_Intro_Audio_RefProperty) == 0x000290, "Member 'AIntro_Audio_C::AkAmbientSound_AudioWaterfallHack_Top_4_ExecuteUbergraph_Intro_Audio_RefProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide \ static_assert(alignof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide) == 0x000008, "Wrong alignment on BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide"); \ static_assert(sizeof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide) == 0x000110, "Wrong size on BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, EntryPoint) == 0x000000, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x000004, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_Event_OwnerActor) == 0x000008, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_AsBiped_Player) == 0x000010, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000020, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue) == 0x000031, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, CallFunc_ActivateTool_ReturnValue) == 0x000038, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::CallFunc_ActivateTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, CallFunc_GetAnimInstance_ReturnValue) == 0x000048, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_AsABP_Map_Help) == 0x000050, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_AsABP_Map_Help' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000060, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, CallFunc_GetAnimInstance_ReturnValue_2) == 0x000068, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000070, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_bSuccess_3) == 0x000080, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000088, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_bSuccess_4) == 0x000098, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x0000A0, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_bSuccess_5) == 0x0000B0, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_Event_OwnerActor_1) == 0x0000B8, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_AsBiped_Player_1) == 0x0000C0, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_bSuccess_6) == 0x0000C8, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0000CC, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, CallFunc_GetActiveTool_ReturnValue) == 0x0000D0, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::CallFunc_GetActiveTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_AsInventory_Item_Tool) == 0x0000D8, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_AsInventory_Item_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_bSuccess_7) == 0x0000E0, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, CallFunc_GetBlackboardComponent_ReturnValue) == 0x0000E8, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, CallFunc_MakeLiteralName_ReturnValue) == 0x0000F0, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, CallFunc_GetValueAsObject_ReturnValue) == 0x0000F8, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_AsActor) == 0x000100, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide, K2Node_DynamicCast_bSuccess_8) == 0x000108, "Member 'BTT_Biped_FieldGuide_C_ExecuteUbergraph_BTT_Biped_FieldGuide::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_FieldGuide_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_FieldGuide_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_FieldGuide_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_FieldGuide_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_FieldGuide_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_FieldGuide_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_FieldGuide_C_ExitTask \ static_assert(alignof(BTT_Biped_FieldGuide_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_FieldGuide_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_FieldGuide_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_FieldGuide_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_FieldGuide_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_FieldGuide_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_FieldGuide_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_FieldGuide_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_FieldGuide_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_FieldGuide_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_FieldGuide_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_FieldGuide_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_FieldGuide_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_FieldGuide_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_FieldGuide_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_FieldGuide_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_FieldGuide_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_FieldGuide_C_SetContexts \ static_assert(alignof(BTT_Biped_FieldGuide_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_FieldGuide_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_FieldGuide_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_FieldGuide_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_FieldGuide_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_FieldGuide_C_TurnAndFaceDirection \ static_assert(alignof(BTT_Biped_FieldGuide_C_TurnAndFaceDirection) == 0x000008, "Wrong alignment on BTT_Biped_FieldGuide_C_TurnAndFaceDirection"); \ static_assert(sizeof(BTT_Biped_FieldGuide_C_TurnAndFaceDirection) == 0x000088, "Wrong size on BTT_Biped_FieldGuide_C_TurnAndFaceDirection"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_TurnAndFaceDirection, TargetActor) == 0x000000, "Member 'BTT_Biped_FieldGuide_C_TurnAndFaceDirection::TargetActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_TurnAndFaceDirection, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000008, "Member 'BTT_Biped_FieldGuide_C_TurnAndFaceDirection::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_TurnAndFaceDirection, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BTT_Biped_FieldGuide_C_TurnAndFaceDirection::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_TurnAndFaceDirection, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00001C, "Member 'BTT_Biped_FieldGuide_C_TurnAndFaceDirection::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_TurnAndFaceDirection, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000028, "Member 'BTT_Biped_FieldGuide_C_TurnAndFaceDirection::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_TurnAndFaceDirection, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000038, "Member 'BTT_Biped_FieldGuide_C_TurnAndFaceDirection::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_TurnAndFaceDirection, CallFunc_Normal_ReturnValue) == 0x000040, "Member 'BTT_Biped_FieldGuide_C_TurnAndFaceDirection::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_TurnAndFaceDirection, K2Node_DynamicCast_AsAble_Anim_Instance_Interface) == 0x000050, "Member 'BTT_Biped_FieldGuide_C_TurnAndFaceDirection::K2Node_DynamicCast_AsAble_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_TurnAndFaceDirection, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BTT_Biped_FieldGuide_C_TurnAndFaceDirection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_TurnAndFaceDirection, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000068, "Member 'BTT_Biped_FieldGuide_C_TurnAndFaceDirection::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_TurnAndFaceDirection, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'BTT_Biped_FieldGuide_C_TurnAndFaceDirection::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_FieldGuide_C_TurnAndFaceDirection, CallFunc_AddTarget_StaticWorldDirection_ReturnValue) == 0x000080, "Member 'BTT_Biped_FieldGuide_C_TurnAndFaceDirection::CallFunc_AddTarget_StaticWorldDirection_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_FieldGuide_C \ static_assert(alignof(UBTT_Biped_FieldGuide_C) == 0x000008, "Wrong alignment on UBTT_Biped_FieldGuide_C"); \ static_assert(sizeof(UBTT_Biped_FieldGuide_C) == 0x000158, "Wrong size on UBTT_Biped_FieldGuide_C"); \ static_assert(offsetof(UBTT_Biped_FieldGuide_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_FieldGuide_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder \ static_assert(alignof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder) == 0x000008, "Wrong alignment on BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder"); \ static_assert(sizeof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder) == 0x000458, "Wrong size on BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, EntryPoint) == 0x000000, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetPlayerController_ReturnValue_1) == 0x000010, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000018, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsBiped_Player_Controller_1) == 0x000028, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsBiped_Player_Controller_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_MakeLiteralByte_ReturnValue) == 0x000040, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000048, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000058, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_3) == 0x000068, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_CreateDelegate_OutputDelegate) == 0x00006C, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_Event_OwnerActor_2) == 0x000080, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsBiped_Player) == 0x000088, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_4) == 0x000090, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetActorOwner_ReturnValue) == 0x000098, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x0000A0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_5) == 0x0000B0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsBiped_Character) == 0x0000B8, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsBiped_Character' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_6) == 0x0000C0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAmbulatory_Character_Interface_1) == 0x0000C8, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAmbulatory_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_7) == 0x0000D8, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAble_Character_Interface) == 0x0000E0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_8) == 0x0000F0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x0000F1, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x0000F8, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_9) == 0x000108, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x000109, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAmbulatory_Character_Interface_2) == 0x000110, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAmbulatory_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_10) == 0x000120, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000128, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_11) == 0x000138, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAmbulatory_Character_Interface_3) == 0x000140, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAmbulatory_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_12) == 0x000150, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAble_Character_Interface_2) == 0x000158, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAble_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_13) == 0x000168, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_HermesBindEvent_Handle) == 0x000170, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_ExecuteAbilityByClass_ReturnValue_2) == 0x000180, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_ExecuteAbilityByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x000184, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000188, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_BreakVector_X) == 0x000194, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_BreakVector_Y) == 0x000198, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_BreakVector_Z) == 0x00019C, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001A0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetActorOwner_ReturnValue_1) == 0x0001A8, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsBiped_Player_1) == 0x0001B0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_14) == 0x0001B8, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetActorOwner_ReturnValue_2) == 0x0001C0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetMoveStickValues_X) == 0x0001C8, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetMoveStickValues_Y) == 0x0001CC, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsBiped_Player_2) == 0x0001D0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_15) == 0x0001D8, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0001D9, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAmbulatory_Character_Interface_4) == 0x0001E0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAmbulatory_Character_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_16) == 0x0001F0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetClimbingLadderState_OutType) == 0x0001F1, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetClimbingLadderState_OutType' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAmbulatory_Character_Interface_5) == 0x0001F8, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAmbulatory_Character_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_17) == 0x000208, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_SwitchEnum_CmpSuccess) == 0x000209, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAmbulatory_Character_Interface_6) == 0x000210, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAmbulatory_Character_Interface_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_18) == 0x000220, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetMoveStickValues_X_1) == 0x000224, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetMoveStickValues_X_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetMoveStickValues_Y_1) == 0x000228, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetMoveStickValues_Y_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetActorForwardVector_ReturnValue) == 0x00022C, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000238, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x000239, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_Abs_ReturnValue) == 0x00023C, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_BooleanOR_ReturnValue) == 0x000240, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000241, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_CheckForDismountBottom_ReturnValue) == 0x000242, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_CheckForDismountBottom_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_CheckForDismountTop_ReturnValue) == 0x000243, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_CheckForDismountTop_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetActorOwner_ReturnValue_3) == 0x000248, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetActorOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetComponentByClass_ReturnValue) == 0x000250, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000258, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x00025C, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000260, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000264, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_Event_OwnerActor_1) == 0x000268, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_Event_OwnerActor) == 0x000270, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_Event_DeltaSeconds) == 0x000278, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAmbulatory_Character_Interface_7) == 0x000280, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAmbulatory_Character_Interface_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_19) == 0x000290, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsBiped_Player_3) == 0x000298, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsBiped_Player_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_20) == 0x0002A0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_20' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAmbulatory_Character_Interface_8) == 0x0002A8, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAmbulatory_Character_Interface_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_21) == 0x0002B8, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_21' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAmbulatory_Character_Interface_9) == 0x0002C0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAmbulatory_Character_Interface_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_22) == 0x0002D0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_22' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetClimbingLadderState_OutType_1) == 0x0002D1, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetClimbingLadderState_OutType_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_SwitchEnum_CmpSuccess_1) == 0x0002D2, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAmbulatory_Character_Interface_10) == 0x0002D8, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAmbulatory_Character_Interface_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_23) == 0x0002E8, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_23' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAmbulatory_Character_Interface_11) == 0x0002F0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAmbulatory_Character_Interface_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_24) == 0x000300, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_24' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAmbulatory_Character_Interface_12) == 0x000308, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAmbulatory_Character_Interface_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_25) == 0x000318, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_25' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000320, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_26) == 0x000330, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_26' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAmbulatory_Character_Interface_13) == 0x000338, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAmbulatory_Character_Interface_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_27) == 0x000348, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_27' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetSpeedCurve_self_CastInput) == 0x000350, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetSpeedCurve_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetSpeedCurve_bIgnoreGovernor) == 0x000360, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetSpeedCurve_bIgnoreGovernor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetSpeedCurve_ReturnValue) == 0x000368, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetSpeedCurve_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetMoveStickValues_X_2) == 0x000370, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetMoveStickValues_X_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetMoveStickValues_Y_2) == 0x000374, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetMoveStickValues_Y_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000378, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000380, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000388, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_ProcessStick_WorldSpeed) == 0x000390, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_ProcessStick_WorldDirection) == 0x000394, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_ProcessStick_ReturnValue) == 0x0003A0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsBiped_Anim_Instance_1) == 0x0003A8, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsBiped_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_28) == 0x0003B0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_28' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x0003B1, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0003B4, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_BooleanAND_ReturnValue) == 0x0003C0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_BreakRotator_Roll) == 0x0003C4, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_BreakRotator_Pitch) == 0x0003C8, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_BreakRotator_Yaw) == 0x0003CC, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_MakeRotator_ReturnValue) == 0x0003D0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetComponentByClass_ReturnValue_2) == 0x0003E0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_K2_SetActorRotation_ReturnValue) == 0x0003E8, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x0003EC, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetBlackboardComponent_ReturnValue) == 0x0003F0, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_MakeLiteralName_ReturnValue) == 0x0003F8, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetValueAsObject_ReturnValue) == 0x000400, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetLadderBottomZ_ReturnValue) == 0x000408, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetLadderBottomZ_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsLadder) == 0x000410, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsLadder' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_29) == 0x000418, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_29' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetLadderTopZ_ReturnValue) == 0x00041C, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetLadderTopZ_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_CustomEvent_Caller) == 0x000420, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_Add_FloatFloat_ReturnValue) == 0x000428, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00042C, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_Less_FloatFloat_ReturnValue) == 0x000430, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, CallFunc_GetActorOwner_ReturnValue_4) == 0x000438, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::CallFunc_GetActorOwner_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_AsAmbulatory_Character_Interface_14) == 0x000440, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_AsAmbulatory_Character_Interface_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder, K2Node_DynamicCast_bSuccess_30) == 0x000450, "Member 'BTT_Biped_ClimbLadder_C_ExecuteUbergraph_BTT_Biped_ClimbLadder::K2Node_DynamicCast_bSuccess_30' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLadder_C_DismountTopAnimStart \ static_assert(alignof(BTT_Biped_ClimbLadder_C_DismountTopAnimStart) == 0x000008, "Wrong alignment on BTT_Biped_ClimbLadder_C_DismountTopAnimStart"); \ static_assert(sizeof(BTT_Biped_ClimbLadder_C_DismountTopAnimStart) == 0x000008, "Wrong size on BTT_Biped_ClimbLadder_C_DismountTopAnimStart"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_DismountTopAnimStart, Caller) == 0x000000, "Member 'BTT_Biped_ClimbLadder_C_DismountTopAnimStart::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLadder_C_ReceiveTick \ static_assert(alignof(BTT_Biped_ClimbLadder_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_ClimbLadder_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_ClimbLadder_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_ClimbLadder_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_ClimbLadder_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_ClimbLadder_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLadder_C_ExitTask \ static_assert(alignof(BTT_Biped_ClimbLadder_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_ClimbLadder_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_ClimbLadder_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_ClimbLadder_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_ClimbLadder_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLadder_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_ClimbLadder_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_ClimbLadder_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_ClimbLadder_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_ClimbLadder_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_ClimbLadder_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLadder_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_ClimbLadder_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_ClimbLadder_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_ClimbLadder_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_ClimbLadder_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ClimbLadder_C_CustActionEvt_ClimbMoveComplete_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLadder_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_ClimbLadder_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_ClimbLadder_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_ClimbLadder_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_ClimbLadder_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ClimbLadder_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLadder_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_ClimbLadder_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_ClimbLadder_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_ClimbLadder_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_ClimbLadder_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_ClimbLadder_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLadder_C_CheckForDismountTop \ static_assert(alignof(BTT_Biped_ClimbLadder_C_CheckForDismountTop) == 0x000010, "Wrong alignment on BTT_Biped_ClimbLadder_C_CheckForDismountTop"); \ static_assert(sizeof(BTT_Biped_ClimbLadder_C_CheckForDismountTop) == 0x000090, "Wrong size on BTT_Biped_ClimbLadder_C_CheckForDismountTop"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountTop, ReturnValue) == 0x000000, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountTop::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountTop, CallFunc_GetLadderTopZ_ReturnValue) == 0x000004, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountTop::CallFunc_GetLadderTopZ_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountTop, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountTop::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountTop, CallFunc_GetActorOwner_ReturnValue) == 0x000010, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountTop::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountTop, CallFunc_GetMeshHeight_ReturnValue) == 0x000018, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountTop::CallFunc_GetMeshHeight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountTop, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountTop::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountTop, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000050, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountTop::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountTop, CallFunc_BreakTransform_Location) == 0x000054, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountTop::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountTop, CallFunc_BreakTransform_Rotation) == 0x000060, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountTop::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountTop, CallFunc_BreakTransform_Scale) == 0x00006C, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountTop::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountTop, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000078, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountTop::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountTop, CallFunc_BreakVector_X) == 0x00007C, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountTop::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountTop, CallFunc_BreakVector_Y) == 0x000080, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountTop::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountTop, CallFunc_BreakVector_Z) == 0x000084, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountTop::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountTop, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000088, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountTop::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLadder_C_CheckForDismountBottom \ static_assert(alignof(BTT_Biped_ClimbLadder_C_CheckForDismountBottom) == 0x000010, "Wrong alignment on BTT_Biped_ClimbLadder_C_CheckForDismountBottom"); \ static_assert(sizeof(BTT_Biped_ClimbLadder_C_CheckForDismountBottom) == 0x000090, "Wrong size on BTT_Biped_ClimbLadder_C_CheckForDismountBottom"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountBottom, ReturnValue) == 0x000000, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountBottom::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountBottom, CallFunc_GetLadderBottomZ_ReturnValue) == 0x000004, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountBottom::CallFunc_GetLadderBottomZ_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountBottom, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountBottom::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountBottom, CallFunc_GetActorOwner_ReturnValue) == 0x000010, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountBottom::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountBottom, CallFunc_GetMeshHeight_ReturnValue) == 0x000018, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountBottom::CallFunc_GetMeshHeight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountBottom, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountBottom::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountBottom, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000050, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountBottom::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountBottom, CallFunc_BreakTransform_Location) == 0x000054, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountBottom::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountBottom, CallFunc_BreakTransform_Rotation) == 0x000060, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountBottom::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountBottom, CallFunc_BreakTransform_Scale) == 0x00006C, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountBottom::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountBottom, CallFunc_Add_FloatFloat_ReturnValue) == 0x000078, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountBottom::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountBottom, CallFunc_BreakVector_X) == 0x00007C, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountBottom::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountBottom, CallFunc_BreakVector_Y) == 0x000080, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountBottom::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountBottom, CallFunc_BreakVector_Z) == 0x000084, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountBottom::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_CheckForDismountBottom, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000088, "Member 'BTT_Biped_ClimbLadder_C_CheckForDismountBottom::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving \ static_assert(alignof(BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving) == 0x000008, "Wrong alignment on BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving"); \ static_assert(sizeof(BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving) == 0x000048, "Wrong size on BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving, Ignore) == 0x000000, "Member 'BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving::Ignore' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving, CallFunc_GetActorOwner_ReturnValue) == 0x000010, "Member 'BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving, K2Node_DynamicCast_AsCharacter) == 0x000018, "Member 'BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000028, "Member 'BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving, CallFunc_Array_Get_Item) == 0x000038, "Member 'BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'BTT_Biped_ClimbLadder_C_IgnoreLadderWhenMoving::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_ClimbLadder_C_RevertMovementMode \ static_assert(alignof(BTT_Biped_ClimbLadder_C_RevertMovementMode) == 0x000008, "Wrong alignment on BTT_Biped_ClimbLadder_C_RevertMovementMode"); \ static_assert(sizeof(BTT_Biped_ClimbLadder_C_RevertMovementMode) == 0x000030, "Wrong size on BTT_Biped_ClimbLadder_C_RevertMovementMode"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_RevertMovementMode, CallFunc_GetActorOwner_ReturnValue) == 0x000000, "Member 'BTT_Biped_ClimbLadder_C_RevertMovementMode::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_RevertMovementMode, K2Node_DynamicCast_AsBiped_Player) == 0x000008, "Member 'BTT_Biped_ClimbLadder_C_RevertMovementMode::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_RevertMovementMode, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTT_Biped_ClimbLadder_C_RevertMovementMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_RevertMovementMode, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000018, "Member 'BTT_Biped_ClimbLadder_C_RevertMovementMode::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_RevertMovementMode, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BTT_Biped_ClimbLadder_C_RevertMovementMode::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_RevertMovementMode, CallFunc_GetJumpingType_OutType) == 0x000029, "Member 'BTT_Biped_ClimbLadder_C_RevertMovementMode::CallFunc_GetJumpingType_OutType' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_RevertMovementMode, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00002A, "Member 'BTT_Biped_ClimbLadder_C_RevertMovementMode::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_ClimbLadder_C_RevertMovementMode, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00002B, "Member 'BTT_Biped_ClimbLadder_C_RevertMovementMode::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_ClimbLadder_C \ static_assert(alignof(UBTT_Biped_ClimbLadder_C) == 0x000008, "Wrong alignment on UBTT_Biped_ClimbLadder_C"); \ static_assert(sizeof(UBTT_Biped_ClimbLadder_C) == 0x000190, "Wrong size on UBTT_Biped_ClimbLadder_C"); \ static_assert(offsetof(UBTT_Biped_ClimbLadder_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_ClimbLadder_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ClimbLadder_C, OriginalCapsuleRadius) == 0x000158, "Member 'UBTT_Biped_ClimbLadder_C::OriginalCapsuleRadius' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ClimbLadder_C, ClimbingCapsuleRadius) == 0x00015C, "Member 'UBTT_Biped_ClimbLadder_C::ClimbingCapsuleRadius' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ClimbLadder_C, Ladder) == 0x000160, "Member 'UBTT_Biped_ClimbLadder_C::Ladder' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ClimbLadder_C, DeadZone) == 0x000168, "Member 'UBTT_Biped_ClimbLadder_C::DeadZone' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ClimbLadder_C, StickPressed) == 0x00016C, "Member 'UBTT_Biped_ClimbLadder_C::StickPressed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ClimbLadder_C, MoveUp) == 0x00016D, "Member 'UBTT_Biped_ClimbLadder_C::MoveUp' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ClimbLadder_C, DismountBottomRungs) == 0x000170, "Member 'UBTT_Biped_ClimbLadder_C::DismountBottomRungs' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ClimbLadder_C, DismountTopRungs) == 0x000174, "Member 'UBTT_Biped_ClimbLadder_C::DismountTopRungs' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ClimbLadder_C, DismountTopAnimStarted) == 0x000178, "Member 'UBTT_Biped_ClimbLadder_C::DismountTopAnimStarted' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_ClimbLadder_C, DismountTopAnimStartHandle) == 0x000180, "Member 'UBTT_Biped_ClimbLadder_C::DismountTopAnimStartHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Incarcerous_Start_C \ static_assert(alignof(UABL_Incarcerous_Start_C) == 0x000008, "Wrong alignment on UABL_Incarcerous_Start_C"); \ static_assert(sizeof(UABL_Incarcerous_Start_C) == 0x0000E0, "Wrong size on UABL_Incarcerous_Start_C"); \ #define DUMPER7_ASSERTS_ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive \ static_assert(alignof(ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive) == 0x000008, "Wrong alignment on ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive"); \ static_assert(sizeof(ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive) == 0x000070, "Wrong size on ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive"); \ static_assert(offsetof(ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive, EntryPoint) == 0x000000, "Member 'ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive, K2Node_Event_Context) == 0x000008, "Member 'ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroomFly_Passive_C_ExecuteUbergraph_ABL_HoverBroomFly_Passive::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroomFly_Passive_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroomFly_Passive_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroomFly_Passive_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroomFly_Passive_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroomFly_Passive_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroomFly_Passive_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroomFly_Passive_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroomFly_Passive_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroomFly_Passive_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroomFly_Passive_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroomFly_Passive_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroomFly_Passive_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroomFly_Passive_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroomFly_Passive_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroomFly_Passive_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroomFly_Passive_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroomFly_Passive_C \ static_assert(alignof(UABL_HoverBroomFly_Passive_C) == 0x000008, "Wrong alignment on UABL_HoverBroomFly_Passive_C"); \ static_assert(sizeof(UABL_HoverBroomFly_Passive_C) == 0x0000D0, "Wrong size on UABL_HoverBroomFly_Passive_C"); \ static_assert(offsetof(UABL_HoverBroomFly_Passive_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroomFly_Passive_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ThirdPersonCameraStackActor_C \ static_assert(alignof(ABP_ThirdPersonCameraStackActor_C) == 0x000008, "Wrong alignment on ABP_ThirdPersonCameraStackActor_C"); \ static_assert(sizeof(ABP_ThirdPersonCameraStackActor_C) == 0x000418, "Wrong size on ABP_ThirdPersonCameraStackActor_C"); \ static_assert(offsetof(ABP_ThirdPersonCameraStackActor_C, CameraStackAnimation) == 0x000408, "Member 'ABP_ThirdPersonCameraStackActor_C::CameraStackAnimation' has a wrong offset!"); \ static_assert(offsetof(ABP_ThirdPersonCameraStackActor_C, CameraStackVolumeInfluence) == 0x000410, "Member 'ABP_ThirdPersonCameraStackActor_C::CameraStackVolumeInfluence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction \ static_assert(alignof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction) == 0x000008, "Wrong alignment on BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction"); \ static_assert(sizeof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction) == 0x000538, "Wrong size on BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, EntryPoint) == 0x000000, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x000004, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_name_Variable) == 0x000008, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_struct_Variable) == 0x000010, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_Event_OwnerActor_2) == 0x000018, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_Event_OwnerActor_1) == 0x000020, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsBiped_Player) == 0x000028, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000038, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000050, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetFaceTargetTracker_ReturnValue) == 0x000068, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetFaceTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000070, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_3) == 0x000080, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsAmbulatory_Character_Interface_1) == 0x000088, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsAmbulatory_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_4) == 0x000098, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x0000A0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_5) == 0x0000B0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetComponentByClass_ReturnValue) == 0x0000B8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsAmbulatory_Movement_Component) == 0x0000C0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsAmbulatory_Movement_Component' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_6) == 0x0000C8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x0000CC, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetFaceTargetTracker_ReturnValue_1) == 0x0000D0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetFaceTargetTracker_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetWand_ReturnValue) == 0x0000D8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_BroadcastAction_Actor_ReturnValue_1) == 0x0000E0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_BroadcastAction_Actor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsBiped_Player_1) == 0x0000E8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_7) == 0x0000F0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_delegate_Variable) == 0x0000F4, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_CustomInputActionEvent_VariantMapHandle_10) == 0x000104, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_CustomInputActionEvent_VariantMapHandle_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_struct_Variable_1) == 0x000108, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000118, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000119, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_CustomInputActionEvent_VariantMapHandle_11) == 0x00011C, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_CustomInputActionEvent_VariantMapHandle_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_name_Variable_1) == 0x000120, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_struct_Variable_2) == 0x000128, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_name_Variable_2) == 0x00012C, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetAnimInstance_ReturnValue) == 0x000138, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x000140, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_8) == 0x000148, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_Array_AddUnique_ReturnValue) == 0x00014C, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000150, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_9) == 0x000160, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000168, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_10) == 0x000178, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x000180, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_11) == 0x000190, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_CustomInputActionEvent_VariantMapHandle_12) == 0x000194, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_CustomInputActionEvent_VariantMapHandle_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000198, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_name_Variable_3) == 0x00019C, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_name_Variable_4) == 0x0001A4, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_name_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_name_Variable_5) == 0x0001AC, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_name_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetActorOwner_ReturnValue) == 0x0001B8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_CustomInputActionEvent_VariantMapHandle_13) == 0x0001C0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_CustomInputActionEvent_VariantMapHandle_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x0001C4, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_name_Variable_6) == 0x0001C8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_name_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_struct_Variable_3) == 0x0001D0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0001D8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_CustomInputActionEvent_VariantMapHandle_14) == 0x0001E0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_CustomInputActionEvent_VariantMapHandle_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x0001E8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_12) == 0x0001F8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x000200, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_13) == 0x000210, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1) == 0x000218, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_14) == 0x000228, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_name_Variable_7) == 0x00022C, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_name_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_CustomInputActionEvent_VariantMapHandle_15) == 0x000234, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_CustomInputActionEvent_VariantMapHandle_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x000238, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_PostEventAtLocation_ReturnValue) == 0x00023C, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x000240, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000244, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000248, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_BTCustomActionEvent_VariantMapHandle_4) == 0x000250, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_BTCustomActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetVariantInt32_FromHandle_bFound) == 0x000254, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetVariantInt32_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetVariantInt32_FromHandle_ReturnValue) == 0x000258, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetVariantInt32_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_Conv_IntToByte_ReturnValue) == 0x00025C, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000260, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetValidValue_ReturnValue) == 0x000268, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_BTCustomActionEvent_VariantMapHandle_5) == 0x00026C, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_BTCustomActionEvent_VariantMapHandle_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000270, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000271, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x000278, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_BooleanOR_ReturnValue) == 0x000280, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetAnimInstance_ReturnValue_2) == 0x000288, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000290, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_1) == 0x0002A0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_15) == 0x0002A8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_AddTarget_StaticWorldDirection_ReturnValue) == 0x0002B0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_AddTarget_StaticWorldDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_2) == 0x0002B8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_16) == 0x0002C8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTimeSeconds_ReturnValue) == 0x0002CC, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_Event_OwnerActor) == 0x0002D0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_Event_DeltaSeconds) == 0x0002D8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsBiped_Player_2) == 0x0002E0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_17) == 0x0002E8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x0002EC, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsBiped_Character_Interface_2) == 0x0002F0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsBiped_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_18) == 0x000300, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetActorForwardVector_ReturnValue) == 0x000304, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetMoveStickValues_X) == 0x000310, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetMoveStickValues_Y) == 0x000314, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_Vector_Normal2D_ReturnValue) == 0x000318, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_Vector_Normal2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetSpeedCurve_self_CastInput) == 0x000328, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetSpeedCurve_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetSpeedCurve_bIgnoreGovernor) == 0x000338, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetSpeedCurve_bIgnoreGovernor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetSpeedCurve_ReturnValue) == 0x000340, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetSpeedCurve_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetGameLogicObject_ReturnValue) == 0x000348, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetExpression_ReturnValue) == 0x000350, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetBoolVariable_ReturnValue) == 0x000351, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetBoolVariable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_struct_Variable_4) == 0x000354, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000358, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_BTCustomActionEvent_VariantMapHandle_6) == 0x00035C, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_BTCustomActionEvent_VariantMapHandle_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_ProcessStick_WorldSpeed) == 0x000360, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_ProcessStick_WorldDirection) == 0x000364, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_ProcessStick_ReturnValue) == 0x000370, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x000374, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_CustomInputActionEvent_VariantMapHandle_1) == 0x000378, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_CustomInputActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_struct_Variable_5) == 0x00037C, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_CustomInputActionEvent_VariantMapHandle_2) == 0x000380, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_CustomInputActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_CustomInputActionEvent_VariantMapHandle_3) == 0x000384, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_CustomInputActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_3) == 0x000388, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_4) == 0x000390, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_AsBiped_Character_Interface_3) == 0x000398, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_AsBiped_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_DynamicCast_bSuccess_19) == 0x0003A8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_Array_AddUnique_ReturnValue_1) == 0x0003AC, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_MakeLiteralByte_ReturnValue) == 0x0003B0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_Array_RemoveItem_ReturnValue) == 0x0003B1, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x0003B2, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_5) == 0x0003B8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_6) == 0x0003C0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_7) == 0x0003C8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_8) == 0x0003D0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_9) == 0x0003D8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_struct_Variable_6) == 0x0003E0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_CustomInputActionEvent_VariantMapHandle_4) == 0x0003E4, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_CustomInputActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_Array_Contains_ReturnValue) == 0x0003E8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_Not_PreBool_ReturnValue) == 0x0003E9, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_10) == 0x0003F0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_BooleanAND_ReturnValue) == 0x0003F8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_Array_Contains_ReturnValue_1) == 0x0003F9, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_11) == 0x000400, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_Not_PreBool_ReturnValue_1) == 0x000408, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_BooleanAND_ReturnValue_1) == 0x000409, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_12) == 0x000410, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_Array_RemoveItem_ReturnValue_2) == 0x000418, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_Array_RemoveItem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTimeSeconds_ReturnValue_1) == 0x00041C, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTimeSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_13) == 0x000420, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000428, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00042C, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_14) == 0x000430, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_15) == 0x000438, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_CustomInputActionEvent_VariantMapHandle_5) == 0x000440, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_CustomInputActionEvent_VariantMapHandle_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_16) == 0x000448, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000450, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_IsDead_ReturnValue) == 0x000458, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_IsDead_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_17) == 0x000460, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_BooleanAND_ReturnValue_2) == 0x000468, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00046C, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_BreakVector_X) == 0x000478, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_BreakVector_Y) == 0x00047C, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_BreakVector_Z) == 0x000480, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_18) == 0x000488, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_IsValid_ReturnValue) == 0x000490, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_BroadcastAction_Actor_ReturnValue_2) == 0x000494, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_BroadcastAction_Actor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_19) == 0x000498, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetHealth_ReturnValue) == 0x0004A0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_20) == 0x0004A8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0004B0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_21) == 0x0004B8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x0004C0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_struct_Variable_7) == 0x0004C4, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_CustomInputActionEvent_VariantMapHandle_6) == 0x0004C8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_CustomInputActionEvent_VariantMapHandle_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_CustomInputActionEvent_VariantMapHandle_7) == 0x0004CC, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_CustomInputActionEvent_VariantMapHandle_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, Temp_struct_Variable_8) == 0x0004D0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_CustomInputActionEvent_VariantMapHandle_8) == 0x0004D4, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_CustomInputActionEvent_VariantMapHandle_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_22) == 0x0004D8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0004E0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_23) == 0x0004E8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x0004F0, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_BooleanOR_ReturnValue_1) == 0x0004F1, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_24) == 0x0004F8, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_25) == 0x000500, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_26) == 0x000508, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_PostDialogueEventByReference_ReturnValue) == 0x000510, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_PostDialogueEventByReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_PostEvent_ReturnValue) == 0x000514, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_GetTheBipedPlayer_ReturnValue_27) == 0x000518, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_GetTheBipedPlayer_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_Array_Contains_ReturnValue_2) == 0x000520, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_Array_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_BooleanOR_ReturnValue_2) == 0x000521, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_CustomInputActionEvent_VariantMapHandle_9) == 0x000524, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_CustomInputActionEvent_VariantMapHandle_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x000528, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, CallFunc_RandomIntegerInRange_ReturnValue) == 0x00052C, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction, K2Node_SwitchInteger_CmpSuccess) == 0x000530, "Member 'BTT_Biped_Reaction_C_ExecuteUbergraph_BTT_Biped_Reaction::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_ReceiveTick \ static_assert(alignof(BTT_Biped_Reaction_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_Biped_Reaction_C_ReceiveTick"); \ static_assert(sizeof(BTT_Biped_Reaction_C_ReceiveTick) == 0x000010, "Wrong size on BTT_Biped_Reaction_C_ReceiveTick"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_Biped_Reaction_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_Biped_Reaction_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_ExitTask \ static_assert(alignof(BTT_Biped_Reaction_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Reaction_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Reaction_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Reaction_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Reaction_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Reaction_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Reaction_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Reaction_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Reaction_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Reaction_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Reaction_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_CustActionEvt_RagdollExit_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_Reaction_C_CustActionEvt_RagdollExit_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_CustActionEvt_RagdollExit_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Reaction_C_CustActionEvt_RagdollExit_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_CustActionEvt_RagdollExit_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Reaction_C_CustActionEvt_RagdollExit_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_CustActionEvt_RagdollExit_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_CustActionEvt_KnockedDown_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_Reaction_C_CustActionEvt_KnockedDown_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_CustActionEvt_KnockedDown_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_Reaction_C_CustActionEvt_KnockedDown_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_CustActionEvt_KnockedDown_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_Reaction_C_CustActionEvt_KnockedDown_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_CustActionEvt_KnockedDown_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_CustActionEvt_TurnOffBreakout_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_Reaction_C_CustActionEvt_TurnOffBreakout_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_CustActionEvt_TurnOffBreakout_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_Reaction_C_CustActionEvt_TurnOffBreakout_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_CustActionEvt_TurnOffBreakout_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_Reaction_C_CustActionEvt_TurnOffBreakout_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_CustActionEvt_TurnOffBreakout_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_1 \ static_assert(alignof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_1"); \ static_assert(sizeof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_1"); \ static_assert(offsetof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_2 \ static_assert(alignof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_2"); \ static_assert(sizeof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_2"); \ static_assert(offsetof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_3 \ static_assert(alignof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_3) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_3"); \ static_assert(sizeof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_3) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_3"); \ static_assert(offsetof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_4 \ static_assert(alignof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_4) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_4"); \ static_assert(sizeof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_4) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_4"); \ static_assert(offsetof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_5 \ static_assert(alignof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_5) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_5"); \ static_assert(sizeof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_5) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_5"); \ static_assert(offsetof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_5, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_5::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_6 \ static_assert(alignof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_6) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_6"); \ static_assert(sizeof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_6) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_6"); \ static_assert(offsetof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_6, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_6::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_7 \ static_assert(alignof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_7) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_7"); \ static_assert(sizeof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_7) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_7"); \ static_assert(offsetof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_7, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_7::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_8 \ static_assert(alignof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_8) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_8"); \ static_assert(sizeof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_8) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_8"); \ static_assert(offsetof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_8, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_8::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_9 \ static_assert(alignof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_9) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_9"); \ static_assert(sizeof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_9) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_9"); \ static_assert(offsetof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_9, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_InpActEvt_Breakout_Top_K2Node_CustomInputActionEvent_9::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_10 \ static_assert(alignof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_10) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_10"); \ static_assert(sizeof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_10) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_10"); \ static_assert(offsetof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_10, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_10::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_11 \ static_assert(alignof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_11) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_11"); \ static_assert(sizeof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_11) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_11"); \ static_assert(offsetof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_11, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_InpActEvt_Breakout_Right_K2Node_CustomInputActionEvent_11::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_12 \ static_assert(alignof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_12) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_12"); \ static_assert(sizeof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_12) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_12"); \ static_assert(offsetof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_12, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_12::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_13 \ static_assert(alignof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_13) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_13"); \ static_assert(sizeof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_13) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_13"); \ static_assert(offsetof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_13, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_InpActEvt_Breakout_Left_K2Node_CustomInputActionEvent_13::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_14 \ static_assert(alignof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_14) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_14"); \ static_assert(sizeof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_14) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_14"); \ static_assert(offsetof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_14, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_14::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_15 \ static_assert(alignof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_15) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_15"); \ static_assert(sizeof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_15) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_15"); \ static_assert(offsetof(BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_15, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_InpActEvt_Breakout_Bottom_K2Node_CustomInputActionEvent_15::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_CustActionEvt_AllowBreakout_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTT_Biped_Reaction_C_CustActionEvt_AllowBreakout_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_CustActionEvt_AllowBreakout_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTT_Biped_Reaction_C_CustActionEvt_AllowBreakout_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_CustActionEvt_AllowBreakout_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTT_Biped_Reaction_C_CustActionEvt_AllowBreakout_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_CustActionEvt_AllowBreakout_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_4 \ static_assert(alignof(BTT_Biped_Reaction_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_4"); \ static_assert(sizeof(BTT_Biped_Reaction_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_4"); \ static_assert(offsetof(BTT_Biped_Reaction_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_5 \ static_assert(alignof(BTT_Biped_Reaction_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_5"); \ static_assert(sizeof(BTT_Biped_Reaction_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_5"); \ static_assert(offsetof(BTT_Biped_Reaction_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_5, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_5::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_6 \ static_assert(alignof(BTT_Biped_Reaction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_6) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_6"); \ static_assert(sizeof(BTT_Biped_Reaction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_6) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_6"); \ static_assert(offsetof(BTT_Biped_Reaction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_6, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_6::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTT_Biped_Reaction_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Reaction_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Reaction_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Reaction_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Reaction_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Reaction_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard \ static_assert(alignof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard) == 0x000008, "Wrong alignment on BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard"); \ static_assert(sizeof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard) == 0x0000C8, "Wrong size on BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, Owner) == 0x000000, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::Owner' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000008, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, CallFunc_MakeLiteralName_ReturnValue) == 0x000018, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000020, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000028, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, CallFunc_MakeLiteralName_ReturnValue_2) == 0x000030, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000038, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, CallFunc_MakeLiteralName_ReturnValue_3) == 0x000044, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::CallFunc_MakeLiteralName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00004C, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, CallFunc_MakeLiteralName_ReturnValue_4) == 0x000058, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::CallFunc_MakeLiteralName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, CallFunc_Vector_Normal2D_ReturnValue) == 0x000060, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::CallFunc_Vector_Normal2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000070, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, CallFunc_GetValueAsObject_ReturnValue) == 0x000078, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, CallFunc_GetValueAsClass_ReturnValue) == 0x000080, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::CallFunc_GetValueAsClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, K2Node_DynamicCast_AsActor) == 0x000088, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, K2Node_ClassDynamicCast_AsAbl_Ability) == 0x000098, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::K2Node_ClassDynamicCast_AsAbl_Ability' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, K2Node_ClassDynamicCast_bSuccess) == 0x0000A0, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, CallFunc_GetValueAsVector_ReturnValue) == 0x0000A4, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::CallFunc_GetValueAsVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, CallFunc_GetValueAsVector_ReturnValue_1) == 0x0000B0, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::CallFunc_GetValueAsVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard, CallFunc_GetValueAsName_ReturnValue) == 0x0000BC, "Member 'BTT_Biped_Reaction_C_RetrieveValuesFromBlackboard::CallFunc_GetValueAsName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_SetContexts \ static_assert(alignof(BTT_Biped_Reaction_C_SetContexts) == 0x000001, "Wrong alignment on BTT_Biped_Reaction_C_SetContexts"); \ static_assert(sizeof(BTT_Biped_Reaction_C_SetContexts) == 0x000001, "Wrong size on BTT_Biped_Reaction_C_SetContexts"); \ static_assert(offsetof(BTT_Biped_Reaction_C_SetContexts, Flag) == 0x000000, "Member 'BTT_Biped_Reaction_C_SetContexts::Flag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Reaction_C_SetAutoTargetDirection \ static_assert(alignof(BTT_Biped_Reaction_C_SetAutoTargetDirection) == 0x000008, "Wrong alignment on BTT_Biped_Reaction_C_SetAutoTargetDirection"); \ static_assert(sizeof(BTT_Biped_Reaction_C_SetAutoTargetDirection) == 0x000050, "Wrong size on BTT_Biped_Reaction_C_SetAutoTargetDirection"); \ static_assert(offsetof(BTT_Biped_Reaction_C_SetAutoTargetDirection, BipedPlayer) == 0x000000, "Member 'BTT_Biped_Reaction_C_SetAutoTargetDirection::BipedPlayer' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_SetAutoTargetDirection, CallFunc_GetAutoTargetFocusDirection_self_CastInput) == 0x000008, "Member 'BTT_Biped_Reaction_C_SetAutoTargetDirection::CallFunc_GetAutoTargetFocusDirection_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_SetAutoTargetDirection, CallFunc_GetAutoTargetFocusDirection_ReturnValue) == 0x000018, "Member 'BTT_Biped_Reaction_C_SetAutoTargetDirection::CallFunc_GetAutoTargetFocusDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_SetAutoTargetDirection, CallFunc_GetController_ReturnValue) == 0x000028, "Member 'BTT_Biped_Reaction_C_SetAutoTargetDirection::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_SetAutoTargetDirection, CallFunc_Vector_Normal2D_ReturnValue) == 0x000030, "Member 'BTT_Biped_Reaction_C_SetAutoTargetDirection::CallFunc_Vector_Normal2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_SetAutoTargetDirection, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000040, "Member 'BTT_Biped_Reaction_C_SetAutoTargetDirection::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Reaction_C_SetAutoTargetDirection, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BTT_Biped_Reaction_C_SetAutoTargetDirection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Reaction_C \ static_assert(alignof(UBTT_Biped_Reaction_C) == 0x000008, "Wrong alignment on UBTT_Biped_Reaction_C"); \ static_assert(sizeof(UBTT_Biped_Reaction_C) == 0x0001B8, "Wrong size on UBTT_Biped_Reaction_C"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Reaction_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, BoneName) == 0x000158, "Member 'UBTT_Biped_Reaction_C::BoneName' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, ImpactPoint) == 0x000160, "Member 'UBTT_Biped_Reaction_C::ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, isAnimComplete) == 0x00016C, "Member 'UBTT_Biped_Reaction_C::isAnimComplete' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, TraceDirection) == 0x000170, "Member 'UBTT_Biped_Reaction_C::TraceDirection' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, ReactionAbility) == 0x000180, "Member 'UBTT_Biped_Reaction_C::ReactionAbility' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, ImpactInstigator) == 0x000188, "Member 'UBTT_Biped_Reaction_C::ImpactInstigator' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, LeftBreakoutEnabled) == 0x000190, "Member 'UBTT_Biped_Reaction_C::LeftBreakoutEnabled' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, RightBreakoutEnabled) == 0x000191, "Member 'UBTT_Biped_Reaction_C::RightBreakoutEnabled' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, TopBreakoutEnabled) == 0x000192, "Member 'UBTT_Biped_Reaction_C::TopBreakoutEnabled' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, BottomBreakoutEnabled) == 0x000193, "Member 'UBTT_Biped_Reaction_C::BottomBreakoutEnabled' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, ReactionStartTime) == 0x000194, "Member 'UBTT_Biped_Reaction_C::ReactionStartTime' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, MaxTimeReactingInWater) == 0x000198, "Member 'UBTT_Biped_Reaction_C::MaxTimeReactingInWater' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, World_Direction) == 0x00019C, "Member 'UBTT_Biped_Reaction_C::World_Direction' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, StickMoved) == 0x0001A8, "Member 'UBTT_Biped_Reaction_C::StickMoved' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, InCCMiniGame) == 0x0001A9, "Member 'UBTT_Biped_Reaction_C::InCCMiniGame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, AllowLeftStick) == 0x0001AA, "Member 'UBTT_Biped_Reaction_C::AllowLeftStick' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, BreakoutSet) == 0x0001AB, "Member 'UBTT_Biped_Reaction_C::BreakoutSet' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, ReactionStartHeight) == 0x0001AC, "Member 'UBTT_Biped_Reaction_C::ReactionStartHeight' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Reaction_C, OnButtslideSurface) == 0x0001B0, "Member 'UBTT_Biped_Reaction_C::OnButtslideSurface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle \ static_assert(alignof(ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle) == 0x000008, "Wrong alignment on ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle"); \ static_assert(sizeof(ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle) == 0x000070, "Wrong size on ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle"); \ static_assert(offsetof(ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle, EntryPoint) == 0x000000, "Member 'ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle, K2Node_Event_Context) == 0x000008, "Member 'ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroom_Idle_C_ExecuteUbergraph_ABL_HoverBroom_Idle::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_Idle_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroom_Idle_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroom_Idle_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroom_Idle_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroom_Idle_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroom_Idle_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroom_Idle_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroom_Idle_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_Idle_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroom_Idle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroom_Idle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroom_Idle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroom_Idle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroom_Idle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroom_Idle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroom_Idle_C \ static_assert(alignof(UABL_HoverBroom_Idle_C) == 0x000008, "Wrong alignment on UABL_HoverBroom_Idle_C"); \ static_assert(sizeof(UABL_HoverBroom_Idle_C) == 0x0000D0, "Wrong size on UABL_HoverBroom_Idle_C"); \ static_assert(offsetof(UABL_HoverBroom_Idle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroom_Idle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_BecomeAware_C \ static_assert(alignof(UABL_Enemy_BecomeAware_C) == 0x000008, "Wrong alignment on UABL_Enemy_BecomeAware_C"); \ static_assert(sizeof(UABL_Enemy_BecomeAware_C) == 0x0000C8, "Wrong size on UABL_Enemy_BecomeAware_C"); \ #define DUMPER7_ASSERTS_BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape \ static_assert(alignof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape) == 0x000008, "Wrong alignment on BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape"); \ static_assert(sizeof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape) == 0x000190, "Wrong size on BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakVector_X) == 0x00000C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakVector_Y) == 0x000010, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakVector_Z) == 0x000014, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_MakeVector_ReturnValue) == 0x000020, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_MakeVector_ReturnValue_1) == 0x00002C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_LineTraceMulti_OutHits) == 0x000038, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_LineTraceMulti_OutHits' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_LineTraceMulti_ReturnValue) == 0x000048, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_LineTraceMulti_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Less_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_bBlockingHit) == 0x0000D9, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000DA, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_Time) == 0x0000DC, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_Distance) == 0x0000E0, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_Location) == 0x0000E4, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_ImpactPoint) == 0x0000F0, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_Normal) == 0x0000FC, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_ImpactNormal) == 0x000108, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_PhysMat) == 0x000118, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_HitActor) == 0x000120, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_HitComponent) == 0x000128, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_HitBoneName) == 0x000130, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_HitItem) == 0x000138, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_ElementIndex) == 0x00013C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_FaceIndex) == 0x000140, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_TraceStart) == 0x000144, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakHitResult_TraceEnd) == 0x000150, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Array_Add_ReturnValue) == 0x00015C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_GetDisplayName_ReturnValue) == 0x000160, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Contains_ReturnValue) == 0x000170, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakVector_X_1) == 0x000174, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakVector_Y_1) == 0x000178, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_BreakVector_Z_1) == 0x00017C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000180, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape, CallFunc_MakeVector_ReturnValue_2) == 0x000184, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Trace_To_Landscape::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape \ static_assert(alignof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape) == 0x000008, "Wrong alignment on BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape"); \ static_assert(sizeof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape) == 0x0003F8, "Wrong size on BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Variable) == 0x000010, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Clamp_ReturnValue) == 0x00001C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue_2) == 0x000020, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Loop_Counter_Variable_1) == 0x000024, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue_3) == 0x000028, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Loop_Counter_Variable_2) == 0x00002C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue_4) == 0x000030, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Array_Index_Variable_2) == 0x000034, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Array_Index_Variable_3) == 0x000038, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Loop_Counter_Variable_3) == 0x00003C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue_5) == 0x000040, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Array_Index_Variable_4) == 0x000044, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Variable_1) == 0x000048, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue_6) == 0x00004C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Loop_Counter_Variable_4) == 0x000050, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue_7) == 0x000054, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetAllActorsOfClass_OutActors) == 0x000058, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Length_ReturnValue) == 0x000068, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000070, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Get_Item) == 0x000088, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetAllChildActors_ChildActors) == 0x000090, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetAllChildActors_ChildActors' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Length_ReturnValue_1) == 0x0000A0, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B0, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Add_ReturnValue) == 0x0000B4, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000B8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0000B9, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Length_ReturnValue_2) == 0x0000BC, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Loop_Counter_Variable_5) == 0x0000C0, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000C4, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_IntInt_ReturnValue_8) == 0x0000C8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, Temp_int_Array_Index_Variable_5) == 0x0000CC, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Get_Item_2) == 0x0000D0, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetAllChildActors_ChildActors_1) == 0x0000D8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetAllChildActors_ChildActors_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Get_Item_3) == 0x0000E8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Length_ReturnValue_3) == 0x0000F0, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Add_ReturnValue_1) == 0x0000F4, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Less_IntInt_ReturnValue_3) == 0x0000F8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x0000F9, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x0000FA, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetTangentAtSplinePoint_ReturnValue) == 0x0000FC, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetTangentAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_X) == 0x000108, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Y) == 0x00010C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Z) == 0x000110, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetLocationAtSplinePoint_ReturnValue) == 0x000114, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetLocationAtSplinePoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetLocationAtSplinePoint_ReturnValue_1) == 0x000120, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetLocationAtSplinePoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetLocationAtSplinePoint_ReturnValue_2) == 0x00012C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetLocationAtSplinePoint_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000138, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000144, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_VectorVector_ReturnValue) == 0x000150, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Divide_VectorFloat_ReturnValue) == 0x00015C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Divide_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_X_1) == 0x000168, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Y_1) == 0x00016C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Z_1) == 0x000170, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_MakeVector_ReturnValue) == 0x000174, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetAllActorsOfClass_OutActors_2) == 0x000180, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetAllActorsOfClass_OutActors_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetAllActorsOfClass_OutActors_3) == 0x000190, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetAllActorsOfClass_OutActors_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Get_Item_4) == 0x0001A0, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Length_ReturnValue_4) == 0x0001A8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Add_ReturnValue_2) == 0x0001AC, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Less_IntInt_ReturnValue_4) == 0x0001B0, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001B4, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_X_2) == 0x0001C0, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Y_2) == 0x0001C4, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Z_2) == 0x0001C8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetLocationAtSplinePoint_ReturnValue_3) == 0x0001CC, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetLocationAtSplinePoint_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_FloatFloat_ReturnValue) == 0x0001D8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_X_3) == 0x0001DC, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Y_3) == 0x0001E0, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Z_3) == 0x0001E4, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_MakeVector_ReturnValue_1) == 0x0001E8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0001F4, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0001F8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_MakeVector_ReturnValue_2) == 0x0001FC, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_MakeVector_ReturnValue_3) == 0x000208, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_LineTraceMulti_OutHits) == 0x000218, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_LineTraceMulti_OutHits' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_LineTraceMulti_ReturnValue) == 0x000228, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_LineTraceMulti_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_GetNumberOfSplinePoints_ReturnValue) == 0x00022C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_GetNumberOfSplinePoints_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Get_Item_5) == 0x000230, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0002B8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_bBlockingHit) == 0x0002BC, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_bInitialOverlap) == 0x0002BD, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_Time) == 0x0002C0, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_Distance) == 0x0002C4, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_Location) == 0x0002C8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_ImpactPoint) == 0x0002D4, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_Normal) == 0x0002E0, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_ImpactNormal) == 0x0002EC, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_PhysMat) == 0x0002F8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_HitActor) == 0x000300, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_HitComponent) == 0x000308, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_HitBoneName) == 0x000310, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_HitItem) == 0x000318, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_ElementIndex) == 0x00031C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_FaceIndex) == 0x000320, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_TraceStart) == 0x000324, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakHitResult_TraceEnd) == 0x000330, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00033C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_X_4) == 0x000340, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Y_4) == 0x000344, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_BreakVector_Z_4) == 0x000348, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x00034C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000350, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_MakeVector_ReturnValue_4) == 0x000354, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000360, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0003E8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Array_Length_ReturnValue_5) == 0x0003EC, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape, CallFunc_Less_IntInt_ReturnValue_5) == 0x0003F0, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_Snap_To_Landscape::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript \ static_assert(alignof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript"); \ static_assert(sizeof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript) == 0x000120, "Wrong size on BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, Temp_struct_Variable) == 0x000000, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000030, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x00003C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, Temp_int_Variable) == 0x000040, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue) == 0x000044, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000048, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00004C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000050, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_MakeColor_ReturnValue) == 0x000054, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_MakeColor_ReturnValue_1) == 0x000064, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_MakeColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_MakeColor_ReturnValue_2) == 0x000074, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_MakeColor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000084, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000088, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x00008C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x000090, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000094, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000098, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue) == 0x00009C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x0000A8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_ClampVectorSize_ReturnValue) == 0x0000B4, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_ClampVectorSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue_1) == 0x0000C0, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1) == 0x0000CC, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_ClampVectorSize_ReturnValue_1) == 0x0000D8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_ClampVectorSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0000E4, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x0000E8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000EC, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0000F0, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0000F4, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x0000F8, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x0000FC, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_GetSplineLength_ReturnValue) == 0x000100, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000104, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_GetSplineLength_ReturnValue_1) == 0x000108, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_GetSplineLength_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x00010C, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_FCeil_ReturnValue) == 0x000110, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_FCeil_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_FTrunc_ReturnValue) == 0x000114, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript, CallFunc_Less_FloatFloat_ReturnValue) == 0x000118, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_UserConstructionScript::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OL_Coast_VirtualTexturePaths_01_C_ExecuteUbergraph_BP_OL_Coast_VirtualTexturePaths_01 \ static_assert(alignof(BP_OL_Coast_VirtualTexturePaths_01_C_ExecuteUbergraph_BP_OL_Coast_VirtualTexturePaths_01) == 0x000004, "Wrong alignment on BP_OL_Coast_VirtualTexturePaths_01_C_ExecuteUbergraph_BP_OL_Coast_VirtualTexturePaths_01"); \ static_assert(sizeof(BP_OL_Coast_VirtualTexturePaths_01_C_ExecuteUbergraph_BP_OL_Coast_VirtualTexturePaths_01) == 0x000004, "Wrong size on BP_OL_Coast_VirtualTexturePaths_01_C_ExecuteUbergraph_BP_OL_Coast_VirtualTexturePaths_01"); \ static_assert(offsetof(BP_OL_Coast_VirtualTexturePaths_01_C_ExecuteUbergraph_BP_OL_Coast_VirtualTexturePaths_01, EntryPoint) == 0x000000, "Member 'BP_OL_Coast_VirtualTexturePaths_01_C_ExecuteUbergraph_BP_OL_Coast_VirtualTexturePaths_01::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_OL_Coast_VirtualTexturePaths_01_C \ static_assert(alignof(ABP_OL_Coast_VirtualTexturePaths_01_C) == 0x000008, "Wrong alignment on ABP_OL_Coast_VirtualTexturePaths_01_C"); \ static_assert(sizeof(ABP_OL_Coast_VirtualTexturePaths_01_C) == 0x0002E0, "Wrong size on ABP_OL_Coast_VirtualTexturePaths_01_C"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, UberGraphFrame) == 0x000248, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, Spline) == 0x000250, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, Mesh_Length) == 0x000260, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::Mesh_Length' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, Mesh_Pieces) == 0x000264, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::Mesh_Pieces' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, Mesh_Length_2) == 0x000268, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::Mesh_Length_2' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, Mesh_Width) == 0x00026C, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::Mesh_Width' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, Path_Material) == 0x000270, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::Path_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, Path_Mesh) == 0x000278, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::Path_Mesh' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, Virtual_Textures) == 0x000280, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::Virtual_Textures' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, VirtualTexture) == 0x000290, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::VirtualTexture' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, Virtual_Texturing) == 0x0002A0, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::Virtual_Texturing' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, Object_Types) == 0x0002A8, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::Object_Types' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, Ignore) == 0x0002B8, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::Ignore' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, Last_Block_Impact) == 0x0002C8, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::Last_Block_Impact' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, Snapping_Point_Index) == 0x0002D4, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::Snapping_Point_Index' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, Landscape_Hit) == 0x0002D8, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::Landscape_Hit' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Coast_VirtualTexturePaths_01_C, Continue_Snapping_Itteration_Loop) == 0x0002D9, "Member 'ABP_OL_Coast_VirtualTexturePaths_01_C::Continue_Snapping_Itteration_Loop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel \ static_assert(alignof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel) == 0x000010, "Wrong alignment on BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel) == 0x0024F0, "Wrong size on BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, EntryPoint) == 0x000000, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_27) == 0x000014, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_27' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_26) == 0x000018, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_26' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable) == 0x00001C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_25) == 0x000038, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_25' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_GameLogicBoolResultEvent_CachedResult_9) == 0x00003C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_GameLogicBoolResultEvent_CachedResult_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_object_Variable) == 0x000040, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_CastStealthTakedown_ReturnValue) == 0x000058, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_CastStealthTakedown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_24) == 0x00005C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_24' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_name_Variable) == 0x000060, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_6) == 0x000068, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_name_Variable_1) == 0x00006C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_3) == 0x000074, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_23) == 0x000084, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_23' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_4) == 0x000088, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_22) == 0x000098, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_22' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_21) == 0x00009C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_21' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_20) == 0x0000A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_20' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_19) == 0x0000A4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_19' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_18) == 0x0000A8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_18' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_17) == 0x0000AC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_17' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_16) == 0x0000B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_16' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_15) == 0x0000B4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_15' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_1) == 0x0000B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_14) == 0x0000BC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_14' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_13) == 0x0000C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_2) == 0x0000C4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomStickInputActionEvent_VariantMapHandle_1) == 0x0000C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomStickInputActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomStickInputActionEvent_VariantMapHandle) == 0x0000CC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomStickInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_3) == 0x0000D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000D4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0000E8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000F0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_GameLogicBoolResultEvent_CachedResult_8) == 0x000100, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_GameLogicBoolResultEvent_CachedResult_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_7) == 0x000104, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_12) == 0x000114, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_11) == 0x000118, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_10) == 0x00011C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_4) == 0x000120, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_8) == 0x000124, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000138, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_name_Variable_2) == 0x000140, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_9) == 0x000148, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_8) == 0x00014C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_5) == 0x000150, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_GameLogicBoolResultEvent_CachedResult_7) == 0x000154, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_GameLogicBoolResultEvent_CachedResult_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_GameLogicBoolResultEvent_CachedResult_6) == 0x000155, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_GameLogicBoolResultEvent_CachedResult_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_9) == 0x000158, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_10) == 0x000168, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_5) == 0x000178, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_11) == 0x00017C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_4) == 0x00018C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x000190, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x000194, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_GameLogicBoolResultEvent_CachedResult_5) == 0x000198, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_GameLogicBoolResultEvent_CachedResult_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_DuplicateVariantMap_ReturnValue) == 0x00019C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_DuplicateVariantMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_GameLogicBoolResultEvent_CachedResult_4) == 0x0001A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_GameLogicBoolResultEvent_CachedResult_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantName_FromHandle_bFound) == 0x0001A1, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantName_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantName_FromHandle_ReturnValue) == 0x0001A4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantName_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_GameLogicBoolResultEvent_CachedResult_3) == 0x0001AC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_GameLogicBoolResultEvent_CachedResult_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_7) == 0x0001B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x0001B4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_12) == 0x0001B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_13) == 0x0001C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x0001D8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_SetTimerDelegate_ReturnValue_4) == 0x0001E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_SetTimerDelegate_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_14) == 0x0001E8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_6) == 0x0001F8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_5) == 0x0001FC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_4) == 0x000200, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_3) == 0x000204, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_6) == 0x000208, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_2) == 0x00020C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_1) == 0x000210, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle) == 0x000214, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_7) == 0x000218, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_15) == 0x00021C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_SetTimerDelegate_ReturnValue_5) == 0x000230, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_SetTimerDelegate_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_GameLogicBoolResultEvent_CachedResult_2) == 0x000238, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_GameLogicBoolResultEvent_CachedResult_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_16) == 0x00023C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_SetTimerDelegate_ReturnValue_6) == 0x000250, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_SetTimerDelegate_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_GameLogicBoolResultEvent_CachedResult_1) == 0x000258, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_GameLogicBoolResultEvent_CachedResult_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_GameLogicBoolResultEvent_CachedResult) == 0x000259, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_GameLogicBoolResultEvent_CachedResult' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x00025C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_8) == 0x000260, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_delegate_Variable) == 0x000270, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_17) == 0x000280, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_18) == 0x000290, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindInt_Handle) == 0x0002A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindInt_Handle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Add_IntInt_ReturnValue) == 0x0002B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_9) == 0x0002B4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x0002B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_ClassDynamicCast_AsActor) == 0x0002C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_ClassDynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_ClassDynamicCast_bSuccess) == 0x0002C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_49) == 0x0002CC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_49' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0002D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0002D8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_28) == 0x0002E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_28' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_29) == 0x0002E4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_29' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_50) == 0x0002E8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_50' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x0002F0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPhoenixGameSettings_ReturnValue_1) == 0x0002F8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPhoenixGameSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue) == 0x000300, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue_1) == 0x000301, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_10) == 0x000304, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPhoenixGameSettings_ReturnValue_2) == 0x000308, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPhoenixGameSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Add_IntInt_ReturnValue_1) == 0x000310, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue_2) == 0x000314, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_49) == 0x000318, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_49' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue) == 0x000320, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_1) == 0x000328, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetContextOnActor_ReturnValue) == 0x000330, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetContextOnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetContextOnActor_ReturnValue_1) == 0x000331, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetContextOnActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_50) == 0x000334, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_50' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Percent_IntInt_ReturnValue) == 0x000338, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_2) == 0x000340, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetContextOnActor_ReturnValue_2) == 0x000348, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetContextOnActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_3) == 0x000350, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_51) == 0x000358, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_51' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetContextOnActor_ReturnValue_3) == 0x00035C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetContextOnActor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_bool_IsClosed_Variable) == 0x00035D, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_MakeStruct_FormatArgumentData) == 0x000360, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_bool_Has_Been_Initd_Variable) == 0x0003A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_7) == 0x0003A4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x0003A8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_30) == 0x0003B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_30' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetComponentByClass_ReturnValue) == 0x0003B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_19) == 0x0003C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_SwitchEnum_CmpSuccess) == 0x0003D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_52) == 0x0003D4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_52' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPhoenixGameInstance_ReturnValue) == 0x0003D8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPhoenixGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerPawn_ReturnValue) == 0x0003E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPhoenixGameInstance_ReturnValue_1) == 0x0003E8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPhoenixGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetAttachParentActor_ReturnValue) == 0x0003F0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetAttachParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x0003F8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsCreature_Character) == 0x000400, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsCreature_Character' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess) == 0x000408, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetAttachParentActor_ReturnValue_1) == 0x000410, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetAttachParentActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsFlying_Broom) == 0x000418, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsFlying_Broom' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_1) == 0x000420, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsCreature_Character_1) == 0x000428, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsCreature_Character_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_2) == 0x000430, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsFlying_Broom_1) == 0x000438, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsFlying_Broom_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_3) == 0x000440, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_53) == 0x000444, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_53' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_11) == 0x000448, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_54) == 0x00044C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_54' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_3) == 0x000450, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000458, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_4) == 0x000468, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_4) == 0x000470, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetWand_ReturnValue) == 0x000478, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_5) == 0x000480, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue) == 0x000488, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_55) == 0x00048C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_55' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Add_IntInt_ReturnValue_2) == 0x000490, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPhoenixGameSettings_ReturnValue_3) == 0x000498, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPhoenixGameSettings_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue_3) == 0x0004A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPhoenixGameSettings_ReturnValue_4) == 0x0004A8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPhoenixGameSettings_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue_4) == 0x0004B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_56) == 0x0004B4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_56' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPhoenixGameSettings_ReturnValue_5) == 0x0004B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPhoenixGameSettings_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_8) == 0x0004C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue_5) == 0x0004C4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantBool_FromHandle_bFound) == 0x0004C5, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantBool_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantBool_FromHandle_ReturnValue) == 0x0004C6, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantBool_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Not_PreBool_ReturnValue) == 0x0004C7, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Not_PreBool_ReturnValue_1) == 0x0004C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPhoenixGameSettings_ReturnValue_6) == 0x0004D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPhoenixGameSettings_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BooleanOR_ReturnValue) == 0x0004D8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue_6) == 0x0004D9, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPhoenixGameSettings_ReturnValue_7) == 0x0004E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPhoenixGameSettings_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_12) == 0x0004E8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue_7) == 0x0004EC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetEnableKeyboardSprintWalkToggle_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_4) == 0x0004F0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetContextOnActor_ReturnValue_4) == 0x0004F8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetContextOnActor_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_57) == 0x0004FC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_57' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue) == 0x000500, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_5) == 0x000508, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_6) == 0x000510, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetContextOnActor_ReturnValue_5) == 0x000518, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetContextOnActor_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetContextOnActor_ReturnValue_6) == 0x000519, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetContextOnActor_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_58) == 0x00051C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_58' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_7) == 0x000520, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetContextOnActor_ReturnValue_7) == 0x000528, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetContextOnActor_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_8) == 0x000530, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_59) == 0x000538, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_59' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetContextOnActor_ReturnValue_8) == 0x00053C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetContextOnActor_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_9) == 0x000540, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_10) == 0x000548, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetContextOnActor_ReturnValue_9) == 0x000550, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetContextOnActor_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000558, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsValid_ReturnValue) == 0x000560, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_9) == 0x000564, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_60) == 0x000568, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_60' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPhoenixGameInstance_ReturnValue_2) == 0x000570, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPhoenixGameInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerPawn_ReturnValue_2) == 0x000578, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_20) == 0x000580, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetAttachParentActor_ReturnValue_2) == 0x000590, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetAttachParentActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_SetTimerDelegate_ReturnValue_7) == 0x000598, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_SetTimerDelegate_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsCreature_Character_2) == 0x0005A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsCreature_Character_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_5) == 0x0005A8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsFlying_Broom_2) == 0x0005B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsFlying_Broom_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_6) == 0x0005B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetAnimInstance_ReturnValue) == 0x0005C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x0005C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_7) == 0x0005D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Less_FloatFloat_ReturnValue) == 0x0005D1, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x0005D2, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_6) == 0x0005D8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_AnyValidTargets_ReturnValue) == 0x0005E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_AnyValidTargets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_7) == 0x0005E8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_Character_Interface) == 0x0005F0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_8) == 0x000600, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000608, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_9) == 0x000618, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000619, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x00061A, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_Character_Interface_2) == 0x000620, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_10) == 0x000630, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_Character_Interface_3) == 0x000638, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_11) == 0x000648, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ExecuteAbilityByClass_ReturnValue_2) == 0x000649, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ExecuteAbilityByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ExecuteAbilityByClass_ReturnValue_3) == 0x00064A, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ExecuteAbilityByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_21) == 0x00064C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_SetTimerDelegate_ReturnValue_8) == 0x000660, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_SetTimerDelegate_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_8) == 0x000668, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_Character_Interface_4) == 0x000670, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_Character_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_12) == 0x000680, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ExecuteAbilityByClass_ReturnValue_4) == 0x000681, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ExecuteAbilityByClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_Character_Interface_5) == 0x000688, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_Character_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_13) == 0x000698, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ExecuteAbilityByClass_ReturnValue_5) == 0x000699, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ExecuteAbilityByClass_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_61) == 0x00069C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_61' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_13) == 0x0006A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_9) == 0x0006A8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetLandingType_OutType) == 0x0006B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetLandingType_OutType' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_22) == 0x0006B4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetContextOnActor_ReturnValue_10) == 0x0006C4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetContextOnActor_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_10) == 0x0006C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_62) == 0x0006CC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_62' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_10) == 0x0006D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_11) == 0x0006D8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_Character_Interface_6) == 0x0006E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_Character_Interface_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_14) == 0x0006F0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ExecuteAbilityByClass_ReturnValue_6) == 0x0006F1, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ExecuteAbilityByClass_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0006F2, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x0006F8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_15) == 0x000708, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_GameLogicBoolResultEvent_CachedResult_10) == 0x000709, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_GameLogicBoolResultEvent_CachedResult_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTargetSpeedModifier_OutState) == 0x00070A, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTargetSpeedModifier_OutState' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00070B, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_11) == 0x00070C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BooleanAND_ReturnValue) == 0x000710, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_31) == 0x000714, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_31' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_32) == 0x000718, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_32' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_33) == 0x00071C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_33' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000720, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000721, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_14) == 0x000724, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BooleanOR_ReturnValue_1) == 0x000728, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Not_PreBool_ReturnValue_2) == 0x000729, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_34) == 0x00072C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_34' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BooleanAND_ReturnValue_1) == 0x000730, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BooleanAND_ReturnValue_2) == 0x000731, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_63) == 0x000734, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_63' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_12) == 0x000738, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_64) == 0x000740, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_64' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_Character_Interface_7) == 0x000748, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_Character_Interface_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_16) == 0x000758, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_Character_Interface_8) == 0x000760, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_Character_Interface_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_17) == 0x000770, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ExecuteAbilityByClass_ReturnValue_7) == 0x000771, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ExecuteAbilityByClass_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ExecuteAbilityByClass_ReturnValue_8) == 0x000772, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ExecuteAbilityByClass_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_65) == 0x000774, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_65' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_13) == 0x000778, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_14) == 0x000780, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_Character_Interface_9) == 0x000788, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_Character_Interface_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_18) == 0x000798, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAmbulatory_Character_Interface_1) == 0x0007A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAmbulatory_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_19) == 0x0007B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ExecuteAbilityByClass_ReturnValue_9) == 0x0007B1, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ExecuteAbilityByClass_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTargetSpeedModifier_OutState_1) == 0x0007B2, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTargetSpeedModifier_OutState_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0007B3, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_15) == 0x0007B4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BooleanAND_ReturnValue_3) == 0x0007B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_35) == 0x0007BC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_35' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_66) == 0x0007C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_66' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_15) == 0x0007C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_Character_Interface_10) == 0x0007D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_Character_Interface_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_20) == 0x0007E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_20' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_16) == 0x0007E8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ExecuteAbilityByClass_ReturnValue_10) == 0x0007F0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ExecuteAbilityByClass_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetContextOnActor_ReturnValue_11) == 0x0007F1, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetContextOnActor_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BooleanOR_ReturnValue_2) == 0x0007F2, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_17) == 0x0007F8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000800, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetController_ReturnValue) == 0x000810, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakVector_X) == 0x000818, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakVector_Y) == 0x00081C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakVector_Z) == 0x000820, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTransform_ReturnValue) == 0x000830, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetToggleAim_ReturnValue) == 0x000860, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetToggleAim_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakTransform_Location) == 0x000864, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakTransform_Rotation) == 0x000870, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakTransform_Scale) == 0x00087C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakRotator_Roll) == 0x000888, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakRotator_Pitch) == 0x00088C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakRotator_Yaw) == 0x000890, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetForwardVector_ReturnValue) == 0x000894, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Add_FloatFloat_ReturnValue) == 0x0008A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Vector_Normal2D_ReturnValue) == 0x0008A4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Vector_Normal2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeRotator_ReturnValue) == 0x0008B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0008BC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakVector_X_1) == 0x0008C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakVector_Y_1) == 0x0008CC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakVector_Z_1) == 0x0008D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeVector_ReturnValue) == 0x0008D4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Add_VectorVector_ReturnValue) == 0x0008E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeTransform_ReturnValue) == 0x0008F0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000920, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_FinishSpawningActor_ReturnValue) == 0x000928, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetToggleAim_ReturnValue_1) == 0x000930, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetToggleAim_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_67) == 0x000934, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_67' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetToggleAim_ReturnValue_2) == 0x000938, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetToggleAim_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_18) == 0x000940, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_11) == 0x000948, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_68) == 0x000950, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_68' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000958, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_21) == 0x000968, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_21' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_GameLogicBoolResultEvent_CachedResult_12) == 0x000969, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_GameLogicBoolResultEvent_CachedResult_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_69) == 0x00096C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_69' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Conv_StringToName_ReturnValue) == 0x000970, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_19) == 0x000978, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_12) == 0x000980, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_13) == 0x000984, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_CreateVariantMap_ReturnValue) == 0x000988, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_CreateVariantMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_23) == 0x00098C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_20) == 0x0009A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_1) == 0x0009A8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_PrepCriticalFinisher_ReturnValue) == 0x0009B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_PrepCriticalFinisher_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_CompleteTutorialStepByAlias_ReturnValue) == 0x0009B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_CompleteTutorialStepByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsFinisherAvailable_ReturnValue) == 0x0009B9, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsFinisherAvailable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_24) == 0x0009BC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_25) == 0x0009CC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_16) == 0x0009DC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_SetTimerDelegate_ReturnValue_9) == 0x0009E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_SetTimerDelegate_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_70) == 0x0009E8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_70' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_71) == 0x0009EC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_71' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_72) == 0x0009F0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_72' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_51) == 0x0009F4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_51' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_52) == 0x0009F8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_52' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_12) == 0x000A00, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_26) == 0x000A08, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_SetTimerDelegate_ReturnValue_10) == 0x000A18, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_SetTimerDelegate_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_EvaluateFilterOnActor_ReturnValue) == 0x000A20, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_EvaluateFilterOnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_17) == 0x000A24, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_21) == 0x000A28, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetSkeletalMesh_ReturnValue) == 0x000A30, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetSkeletalMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000A38, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000A40, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetRightArmState_ReturnValue) == 0x000A48, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetRightArmState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_2) == 0x000A50, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_SwitchEnum_CmpSuccess_1) == 0x000A58, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_3) == 0x000A60, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_4) == 0x000A68, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_73) == 0x000A70, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_73' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_22) == 0x000A78, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetGameLogicObject_ReturnValue) == 0x000A80, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBoolVariable_ReturnValue) == 0x000A88, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBoolVariable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000A89, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_CheckForSpellDupes_Allowed) == 0x000A8A, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_CheckForSpellDupes_Allowed' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_5) == 0x000A90, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_CompleteTutorialStepByAlias_ReturnValue_1) == 0x000A98, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_CompleteTutorialStepByAlias_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_74) == 0x000A9C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_74' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_27) == 0x000AA0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindFString_Handle) == 0x000AB0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindFString_Handle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Array_Get_Item) == 0x000AC0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Array_Length_ReturnValue) == 0x000AD0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Conv_StringToText_ReturnValue) == 0x000AD8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Less_IntInt_ReturnValue) == 0x000AF0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_MakeStruct_FormatArgumentData_1) == 0x000AF8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_MakeArray_Array) == 0x000B38, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Format_ReturnValue) == 0x000B48, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Conv_TextToString_ReturnValue) == 0x000B60, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Array_Length_ReturnValue_1) == 0x000B70, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Array_Length_ReturnValue_2) == 0x000B74, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Array_Length_ReturnValue_3) == 0x000B78, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Array_Length_ReturnValue_4) == 0x000B7C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Less_IntInt_ReturnValue_1) == 0x000B80, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Array_Length_ReturnValue_5) == 0x000B84, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Less_IntInt_ReturnValue_2) == 0x000B88, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_23) == 0x000B90, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_75) == 0x000B98, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_75' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsUnlocked_ReturnValue) == 0x000B9C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsUnlocked_ReturnValue_1) == 0x000B9D, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsUnlocked_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_IsValidTimerHandle_ReturnValue_1) == 0x000B9E, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_IsValidTimerHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_CheckForSpellDupes_Allowed_1) == 0x000B9F, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_CheckForSpellDupes_Allowed_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsValid_ReturnValue_1) == 0x000BA0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_18) == 0x000BA4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_76) == 0x000BA8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_76' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_24) == 0x000BB0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_77) == 0x000BB8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_77' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000BC0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetGameLogicObject_ReturnValue_1) == 0x000BC8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetGameLogicObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_25) == 0x000BD0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetFloatVariable_ReturnValue) == 0x000BD8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetFloatVariable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000BE0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetGameLogicObject_ReturnValue_2) == 0x000BE8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetGameLogicObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetFloatVariable_ReturnValue_1) == 0x000BF0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetFloatVariable_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_CheckForSpellDupes_Allowed_2) == 0x000BF4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_CheckForSpellDupes_Allowed_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_CheckForSpellDupes_Allowed_3) == 0x000BF5, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_CheckForSpellDupes_Allowed_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_CheckForSpellDupes_Allowed_4) == 0x000BF6, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_CheckForSpellDupes_Allowed_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_26) == 0x000BF8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Percent_IntInt_ReturnValue_1) == 0x000C00, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Percent_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_14) == 0x000C04, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_14' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBaseTargetSpeedMode_ReturnValue) == 0x000C08, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBaseTargetSpeedMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000C09, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_27) == 0x000C10, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_6) == 0x000C18, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_15) == 0x000C20, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_15' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_53) == 0x000C24, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_53' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_13) == 0x000C28, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x000C30, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_14) == 0x000C38, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_15) == 0x000C40, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_2) == 0x000C48, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_22) == 0x000C58, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_22' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_28) == 0x000C5C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_IsValidTimerHandle_ReturnValue_2) == 0x000C6C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_IsValidTimerHandle_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_SetTimerDelegate_ReturnValue_11) == 0x000C70, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_SetTimerDelegate_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_7) == 0x000C78, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_IsValidTimerHandle_ReturnValue_3) == 0x000C80, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_IsValidTimerHandle_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_78) == 0x000C84, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_78' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_CheckForSpellDupes_Allowed_5) == 0x000C88, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_CheckForSpellDupes_Allowed_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_79) == 0x000C8C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_79' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_80) == 0x000C90, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_80' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_81) == 0x000C94, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_81' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000C98, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000C9C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetUIManagerPure_ReturnValue) == 0x000CA0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetGameTimeInSeconds_ReturnValue_1) == 0x000CA8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetGameTimeInSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_19) == 0x000CAC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Add_IntInt_ReturnValue_3) == 0x000CB0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_82) == 0x000CB4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_82' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_28) == 0x000CB8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBaseTargetSpeedMode_ReturnValue_1) == 0x000CC0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBaseTargetSpeedMode_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Array_Get_Item_1) == 0x000CC8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000CD8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Less_IntInt_ReturnValue_3) == 0x000CD9, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_29) == 0x000CE0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_16) == 0x000CE8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_16' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_30) == 0x000CF0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_CheckForSpellDupes_Allowed_6) == 0x000CF8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_CheckForSpellDupes_Allowed_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetExpression_ReturnValue) == 0x000CF9, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_83) == 0x000CFC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_83' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_31) == 0x000D00, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_32) == 0x000D08, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBonusSpellLoadouts_ReturnValue) == 0x000D10, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBonusSpellLoadouts_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBonusSpellLoadouts_ReturnValue_1) == 0x000D14, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBonusSpellLoadouts_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Greater_IntInt_ReturnValue) == 0x000D18, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000D19, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralInt_ReturnValue) == 0x000D1C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralInt_ReturnValue_1) == 0x000D20, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralInt_ReturnValue_2) == 0x000D24, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralInt_ReturnValue_3) == 0x000D28, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_33) == 0x000D30, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBonusSpellLoadouts_ReturnValue_2) == 0x000D38, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBonusSpellLoadouts_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_34) == 0x000D40, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_MathExpression_ReturnValue) == 0x000D48, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBonusSpellLoadouts_ReturnValue_3) == 0x000D4C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBonusSpellLoadouts_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_MathExpression_ReturnValue_1) == 0x000D50, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_35) == 0x000D58, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_20) == 0x000D60, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBonusSpellLoadouts_ReturnValue_4) == 0x000D64, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBonusSpellLoadouts_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_MathExpression_ReturnValue_2) == 0x000D68, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_MathExpression_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_36) == 0x000D70, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBonusSpellLoadouts_ReturnValue_5) == 0x000D78, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBonusSpellLoadouts_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_17) == 0x000D7C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_17' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_MathExpression_ReturnValue_3) == 0x000D80, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_MathExpression_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_37) == 0x000D88, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_18) == 0x000D90, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_18' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_84) == 0x000D94, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_84' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_16) == 0x000D98, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_3) == 0x000DA0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_23) == 0x000DB0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_23' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetExpression_OnActor_ReturnValue) == 0x000DB1, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetExpression_OnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_19) == 0x000DB4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_19' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_IsValidTimerHandle_ReturnValue_4) == 0x000DB8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_IsValidTimerHandle_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsUnlockedPure_ReturnValue) == 0x000DB9, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsUnlockedPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_20) == 0x000DBC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_20' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantInt32_FromHandle_bFound) == 0x000DC0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantInt32_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantInt32_FromHandle_ReturnValue) == 0x000DC4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantInt32_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Conv_IntToByte_ReturnValue) == 0x000DC8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetValidValue_ReturnValue) == 0x000DC9, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x000DCA, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000DCB, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_85) == 0x000DCC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_85' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BooleanOR_ReturnValue_3) == 0x000DD0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x000DD4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetRealTimeSeconds_ReturnValue_1) == 0x000DD8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetRealTimeSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000DDC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000DE0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_PostEventAtLocation_ReturnValue) == 0x000DE4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsItemWheelAvailable_IsAvailable) == 0x000DE8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsItemWheelAvailable_IsAvailable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsUnlockedPure_ReturnValue_1) == 0x000DE9, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsUnlockedPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_21) == 0x000DEC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_21' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_29) == 0x000DF0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_29' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_IsValidTimerHandle_ReturnValue_5) == 0x000E00, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_IsValidTimerHandle_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_38) == 0x000E08, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetExpression_OnActor_ReturnValue_1) == 0x000E10, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetExpression_OnActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_39) == 0x000E18, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_8) == 0x000E20, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActiveGroupIndex_ReturnValue) == 0x000E28, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActiveGroupIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_9) == 0x000E30, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_MathExpression_ReturnValue_4) == 0x000E38, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_MathExpression_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActiveGroupIndex_ReturnValue_1) == 0x000E3C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActiveGroupIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_MathExpression_ReturnValue_5) == 0x000E40, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_MathExpression_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000E48, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralName_ReturnValue) == 0x000E50, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsPCPlatform_ReturnValue) == 0x000E58, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsPCPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x000E60, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsUsingSwitchController_ReturnValue) == 0x000E68, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsUsingSwitchController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BooleanAND_ReturnValue_4) == 0x000E69, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_21) == 0x000E6C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_SelectInt_ReturnValue) == 0x000E70, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_SelectInt_ReturnValue_1) == 0x000E74, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_SelectInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_10) == 0x000E78, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetHasCurtainWidget_ReturnValue) == 0x000E80, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetHasCurtainWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_IsValidTimerHandle_ReturnValue_6) == 0x000E81, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_IsValidTimerHandle_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Not_PreBool_ReturnValue_3) == 0x000E82, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Not_PreBool_ReturnValue_4) == 0x000E83, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetInMenuTransition_ReturnValue) == 0x000E84, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetInMenuTransition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Not_PreBool_ReturnValue_5) == 0x000E85, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_36) == 0x000E88, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_36' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BooleanAND_ReturnValue_5) == 0x000E8C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_Event_OwnerActor_1) == 0x000E90, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_Event_OwnerActor) == 0x000E98, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Player) == 0x000EA0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_24) == 0x000EA8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_24' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Player_1) == 0x000EB0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_25) == 0x000EB8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_25' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000EC0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetController_ReturnValue_1) == 0x000EC8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetExpression_OnActor_ReturnValue_2) == 0x000ED0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetExpression_OnActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsValid_ReturnValue_2) == 0x000ED1, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetComponentByClass_ReturnValue_4) == 0x000ED8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle) == 0x000EE0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsValid_ReturnValue_3) == 0x000EF0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_1) == 0x000EF8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_2) == 0x000F08, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_3) == 0x000F18, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_4) == 0x000F28, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_5) == 0x000F38, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_6) == 0x000F48, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindSurfaceTypeChanged_Handle) == 0x000F58, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindSurfaceTypeChanged_Handle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_7) == 0x000F68, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_8) == 0x000F78, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_9) == 0x000F88, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_10) == 0x000F98, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_EvaluateFilterOnActor_ReturnValue_1) == 0x000FA8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_EvaluateFilterOnActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetController_ReturnValue_2) == 0x000FB0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetComponentByClass_ReturnValue_5) == 0x000FB8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBestTarget_ReturnValue) == 0x000FC0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBestTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_40) == 0x000FC8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBlackboardComponent_ReturnValue_1) == 0x000FD0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBlackboardComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_27) == 0x000FD8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_27' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_37) == 0x000FE0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_37' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_26) == 0x000FE8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_26' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_38) == 0x000FF0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_38' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_25) == 0x000FF8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_25' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_22) == 0x001000, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_22' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_22) == 0x001004, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_22' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Add_IntInt_ReturnValue_12) == 0x001008, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Add_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_object_Variable_1) == 0x001010, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BlockStart_ReturnValue) == 0x001018, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BlockStart_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_24) == 0x001020, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_24' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_4) == 0x001028, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_26) == 0x001038, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_26' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_86) == 0x00103C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_86' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_30) == 0x001040, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_30' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_SetTimerDelegate_ReturnValue_12) == 0x001050, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_SetTimerDelegate_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Percent_IntInt_ReturnValue_2) == 0x001058, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Percent_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_23) == 0x001060, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_23' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_22) == 0x001068, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_22' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_21) == 0x001070, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_21' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_23) == 0x001078, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_23' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantFVector_FromHandle_bFound) == 0x00107C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantFVector_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantFVector_FromHandle_ReturnValue) == 0x001080, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantFVector_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_87) == 0x00108C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_87' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_class_Variable) == 0x001090, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_class_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_ClassDynamicCast_AsUser_Widget) == 0x001098, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_ClassDynamicCast_AsUser_Widget' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_ClassDynamicCast_bSuccess_1) == 0x0010A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_ClassDynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Loaded) == 0x0010A8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Loaded' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_31) == 0x0010B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_31' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_20) == 0x0010C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_20' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_11) == 0x0010C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetAnimInstance_ReturnValue_1) == 0x0010D8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x0010E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_27) == 0x0010F0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_27' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x0010F8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_28) == 0x001108, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_28' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetStationState_OutState) == 0x001109, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetStationState_OutState' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x001110, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_29) == 0x001120, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_29' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_SwitchEnum_CmpSuccess_2) == 0x001121, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_88) == 0x001124, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_88' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerController_ReturnValue) == 0x001128, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetHUD_ReturnValue) == 0x001130, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Not_PreBool_ReturnValue_6) == 0x001138, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsPhoenix_HUD) == 0x001140, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_30) == 0x001148, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_30' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_19) == 0x001150, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_19' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_MakeStruct_FormatArgumentData_2) == 0x001158, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_32) == 0x001198, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_32' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBlackboardComponent_ReturnValue_2) == 0x0011A8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBlackboardComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_12) == 0x0011B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralName_ReturnValue_1) == 0x0011C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralName_ReturnValue_2) == 0x0011C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_33) == 0x0011D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_33' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralName_ReturnValue_3) == 0x0011E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_13) == 0x0011E8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_23) == 0x0011F8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_23' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomStickInputActionEvent_VariantMapHandle_2) == 0x0011FC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomStickInputActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomStickInputActionEvent_VariantMapHandle_3) == 0x001200, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomStickInputActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBlackboardComponent_ReturnValue_3) == 0x001208, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBlackboardComponent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomStickInputActionEvent_VariantMapHandle_4) == 0x001210, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomStickInputActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_11) == 0x001218, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerPawn_ReturnValue_3) == 0x001220, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_24) == 0x001228, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_24' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_41) == 0x001230, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_89) == 0x001238, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_89' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Add_IntInt_ReturnValue_13) == 0x00123C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Add_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_90) == 0x001240, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_90' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_17) == 0x001248, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Player_2) == 0x001250, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_31) == 0x001258, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_31' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_18) == 0x001260, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Player_3) == 0x001268, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Player_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_32) == 0x001270, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_32' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_34) == 0x001274, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_34' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_91) == 0x001284, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_91' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_35) == 0x001288, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_35' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_25) == 0x001298, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_25' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_92) == 0x00129C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_92' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerController_ReturnValue_1) == 0x0012A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetHUD_ReturnValue_1) == 0x0012A8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetHUD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerController_ReturnValue_2) == 0x0012B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_HUD) == 0x0012B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_HUD' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_33) == 0x0012C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_33' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetHUD_ReturnValue_2) == 0x0012C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetHUD_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_HUD_1) == 0x0012D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_HUD_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_34) == 0x0012D8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_34' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_19) == 0x0012E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_Character_Interface_11) == 0x0012E8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_Character_Interface_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_35) == 0x0012F8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_35' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_24) == 0x0012FC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_24' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_36) == 0x001300, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_36' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_20) == 0x001310, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindForcedConversation_Handle) == 0x001318, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindForcedConversation_Handle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Player_4) == 0x001328, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Player_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_36) == 0x001330, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_36' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_5) == 0x001338, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_37) == 0x001348, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_37' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_6) == 0x001350, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_38) == 0x001360, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_38' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetWand_ReturnValue_1) == 0x001368, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetWand_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_7) == 0x001370, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_39) == 0x001380, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_39' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_93) == 0x001384, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_93' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetWand_ReturnValue_2) == 0x001388, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetWand_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_94) == 0x001390, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_94' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_25) == 0x001394, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_25' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_21) == 0x001398, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_37) == 0x0013A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_37' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_8) == 0x0013B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_40) == 0x0013C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_40' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindMunitionImpactData_Handle) == 0x0013C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindMunitionImpactData_Handle' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetWand_ReturnValue_3) == 0x0013D8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetWand_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_26) == 0x0013E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_26' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_26) == 0x0013E4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_26' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_27) == 0x0013E8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_27' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_28) == 0x0013EC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_28' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_27) == 0x0013F0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_27' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_95) == 0x0013F4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_95' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_96) == 0x0013F8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_96' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_22) == 0x001400, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x001408, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ComputeCameraDirection_ReturnValue) == 0x001410, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ComputeCameraDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetCameraLocation_ReturnValue) == 0x00141C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_12) == 0x001428, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_23) == 0x001430, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerCameraManager_ReturnValue_1) == 0x001438, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerCameraManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ComputeCameraDirection_ReturnValue_1) == 0x001440, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ComputeCameraDirection_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetCameraLocation_ReturnValue_1) == 0x00144C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetCameraLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_24) == 0x001458, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerCameraManager_ReturnValue_2) == 0x001460, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerCameraManager_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ComputeCameraDirection_ReturnValue_2) == 0x001468, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ComputeCameraDirection_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetCameraLocation_ReturnValue_2) == 0x001474, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetCameraLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_97) == 0x001480, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_97' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBlackboardComponent_ReturnValue_4) == 0x001488, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBlackboardComponent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralName_ReturnValue_4) == 0x001490, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_28) == 0x001498, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_28' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Array_Get_Item_2) == 0x0014A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Less_IntInt_ReturnValue_8) == 0x0014B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0014B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_MakeStruct_FormatArgumentData_3) == 0x0014D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_MakeArray_Array_1) == 0x001510, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Format_ReturnValue_1) == 0x001520, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_98) == 0x001538, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_98' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Conv_TextToString_ReturnValue_1) == 0x001540, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_39) == 0x001550, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_39' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_42) == 0x001558, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_29) == 0x001560, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_29' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_29) == 0x001564, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_29' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_30) == 0x001568, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_30' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralName_ReturnValue_5) == 0x00156C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralName_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_31) == 0x001574, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_31' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBlackboardComponent_ReturnValue_5) == 0x001578, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBlackboardComponent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralName_ReturnValue_6) == 0x001580, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralName_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_DuplicateVariantMap_ReturnValue_1) == 0x001588, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_DuplicateVariantMap_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_99) == 0x00158C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_99' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerController_ReturnValue_3) == 0x001590, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetComponentByClass_ReturnValue_6) == 0x001598, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0015A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Player_5) == 0x0015A8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Player_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_41) == 0x0015B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_41' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_100) == 0x0015B4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_100' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActiveTool_ReturnValue) == 0x0015B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActiveTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsInventory_Item_Tool) == 0x0015C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsInventory_Item_Tool' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_42) == 0x0015C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_42' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_101) == 0x0015CC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_101' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_LoadClassAsset_Blocking_ReturnValue_1) == 0x0015D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_LoadClassAsset_Blocking_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_18) == 0x0015D8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_18' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_MunitionImpactData) == 0x0015E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_MunitionImpactData' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_ClassDynamicCast_AsActor_1) == 0x0016D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_ClassDynamicCast_AsActor_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_ClassDynamicCast_bSuccess_2) == 0x0016D8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_ClassDynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_30) == 0x0016DC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_30' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetReactorTags_ReactorTags) == 0x0016E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetReactorTags_ReactorTags' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakHitResult_bBlockingHit) == 0x001700, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakHitResult_bInitialOverlap) == 0x001701, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakHitResult_Time) == 0x001704, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakHitResult_Distance) == 0x001708, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakHitResult_Location) == 0x00170C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakHitResult_ImpactPoint) == 0x001718, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakHitResult_Normal) == 0x001724, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakHitResult_ImpactNormal) == 0x001730, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakHitResult_PhysMat) == 0x001740, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakHitResult_HitActor) == 0x001748, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakHitResult_HitComponent) == 0x001750, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakHitResult_HitBoneName) == 0x001758, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakHitResult_HitItem) == 0x001760, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakHitResult_ElementIndex) == 0x001764, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakHitResult_FaceIndex) == 0x001768, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakHitResult_TraceStart) == 0x00176C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakHitResult_TraceEnd) == 0x001778, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetAbilityWithMultipleAssets_bOutIsAdditive) == 0x001784, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetAbilityWithMultipleAssets_bOutIsAdditive' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetAbilityWithMultipleAssets_OutAbilityClass) == 0x001788, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetAbilityWithMultipleAssets_OutAbilityClass' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetAbilityWithMultipleAssets_ReturnValue) == 0x001790, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetAbilityWithMultipleAssets_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Subtract_VectorVector_ReturnValue) == 0x001794, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Normal_ReturnValue) == 0x0017A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0017AC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x0017AD, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsValidClass_ReturnValue) == 0x0017AE, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BooleanOR_ReturnValue_4) == 0x0017AF, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_102) == 0x0017B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_102' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_17) == 0x0017B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_17' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_FForcedConversation) == 0x0017C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_FForcedConversation' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_32) == 0x0017D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_32' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_DuplicateVariantMap_ReturnValue_2) == 0x0017D4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_DuplicateVariantMap_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsPawn) == 0x0017D8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_43) == 0x0017E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_43' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_33) == 0x0017E4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_33' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Sense) == 0x0017E8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Sense' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Target) == 0x0017F0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Target' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantFVector_FromHandle_bFound_1) == 0x0017F8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantFVector_FromHandle_bFound_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantFVector_FromHandle_ReturnValue_1) == 0x0017FC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantFVector_FromHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetObjectClass_ReturnValue) == 0x001808, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_EqualEqual_ClassClass_ReturnValue_2) == 0x001810, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_EqualEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_34) == 0x001814, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_34' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantFVector_FromHandle_bFound_2) == 0x001818, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantFVector_FromHandle_bFound_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantFVector_FromHandle_ReturnValue_2) == 0x00181C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantFVector_FromHandle_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_35) == 0x001828, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_35' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantFVector_FromHandle_bFound_3) == 0x00182C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantFVector_FromHandle_bFound_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantFVector_FromHandle_ReturnValue_3) == 0x001830, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantFVector_FromHandle_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_25) == 0x001840, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_26) == 0x001848, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x001850, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_36) == 0x001858, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_36' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_16) == 0x001860, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_16' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_31) == 0x001868, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_31' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_15) == 0x001870, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_15' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_14) == 0x001878, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_14' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_37) == 0x001880, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_37' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_103) == 0x001884, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_103' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerController_ReturnValue_4) == 0x001888, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Create_ReturnValue) == 0x001890, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_38) == 0x001898, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_38' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_32) == 0x00189C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_32' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_13) == 0x0018A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_104) == 0x0018A8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_104' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_39) == 0x0018AC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_39' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_40) == 0x0018B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_40' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_14) == 0x0018B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_object_Variable_2) == 0x0018C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsValid_ReturnValue_4) == 0x0018C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Add_IntInt_ReturnValue_14) == 0x0018CC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Add_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_27) == 0x0018D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_43) == 0x0018D8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_9) == 0x0018E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_44) == 0x0018F0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_44' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetObjectStateInfo_ReturnValue_1) == 0x0018F8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetObjectStateInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetWand_ReturnValue_4) == 0x001900, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetWand_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsProtectedFromDamageAndSpells_ReturnValue) == 0x001908, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsProtectedFromDamageAndSpells_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_105) == 0x00190C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_105' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_106) == 0x001910, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_106' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Not_PreBool_ReturnValue_7) == 0x001914, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_15) == 0x001918, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_44) == 0x001920, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetAnimInstance_ReturnValue_2) == 0x001928, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetAnimInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x001930, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_45) == 0x001938, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_45' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetCompanionManager_ReturnValue) == 0x001940, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetCompanionManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_38) == 0x001948, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_38' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HasCompanionToRescuePlayer_ReturnValue) == 0x001958, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HasCompanionToRescuePlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_SetTimerDelegate_ReturnValue_13) == 0x001960, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_SetTimerDelegate_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_13) == 0x001968, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_SurfaceTypeChanged) == 0x001970, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_SurfaceTypeChanged' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_CreateVariantMap_ReturnValue_1) == 0x001984, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_CreateVariantMap_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Conv_ByteToInt_ReturnValue) == 0x001988, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x00198C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_object_Variable_3) == 0x001990, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_object_Variable_4) == 0x001998, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsValid_ReturnValue_5) == 0x0019A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_28) == 0x0019A8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_54) == 0x0019B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_54' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BroadcastAction_Actor_ReturnValue_1) == 0x0019B4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BroadcastAction_Actor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x0019B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_55) == 0x0019C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_55' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_56) == 0x0019C4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_56' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_33) == 0x0019C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_33' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_41) == 0x0019CC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_41' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantInt32_FromHandle_bFound_1) == 0x0019D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantInt32_FromHandle_bFound_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantInt32_FromHandle_ReturnValue_1) == 0x0019D4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantInt32_FromHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantInt32_FromHandle_bFound_2) == 0x0019D8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantInt32_FromHandle_bFound_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantInt32_FromHandle_ReturnValue_2) == 0x0019DC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantInt32_FromHandle_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_29) == 0x0019E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_Character_Interface_12) == 0x0019E8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_Character_Interface_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_46) == 0x0019F8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_46' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_30) == 0x001A00, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_1) == 0x001A08, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_Character_Interface_13) == 0x001A10, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_Character_Interface_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_47) == 0x001A20, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_47' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_GameLogicBoolResultEvent_CachedResult_13) == 0x001A21, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_GameLogicBoolResultEvent_CachedResult_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_31) == 0x001A28, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_Character_Interface_14) == 0x001A30, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_Character_Interface_14' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_48) == 0x001A40, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_48' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_34) == 0x001A44, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_34' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ExecuteAbilityByClass_ReturnValue_11) == 0x001A48, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ExecuteAbilityByClass_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_45) == 0x001A50, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerController_ReturnValue_5) == 0x001A58, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerController_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x001A60, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_49) == 0x001A68, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_49' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_42) == 0x001A6C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_42' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_107) == 0x001A70, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_107' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_46) == 0x001A78, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_47) == 0x001A80, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_12) == 0x001A88, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_String) == 0x001A90, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_String' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_32) == 0x001AA0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_108) == 0x001AA8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_108' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_10) == 0x001AB0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_50) == 0x001AC0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_50' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ParkourJump_ReturnValue) == 0x001AC4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ParkourJump_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_NotEqual_NameName_ReturnValue) == 0x001ACC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_43) == 0x001AD0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_43' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_33) == 0x001AD8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_11) == 0x001AE0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_51) == 0x001AF0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_51' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ParkourJump_ReturnValue_1) == 0x001AF4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ParkourJump_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_40) == 0x001AFC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_40' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x001B00, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_41) == 0x001B04, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_41' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_48) == 0x001B08, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetObjectStateInfo_ReturnValue_2) == 0x001B10, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetObjectStateInfo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetHealth_ReturnValue) == 0x001B18, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_MakeStruct_FormatArgumentData_4) == 0x001B20, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_MakeArray_Array_2) == 0x001B60, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x001B70, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Format_ReturnValue_2) == 0x001B78, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Conv_TextToString_ReturnValue_2) == 0x001B90, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerCharacter_ReturnValue_3) == 0x001BA0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerCharacter_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerCharacter_ReturnValue_4) == 0x001BA8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerCharacter_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetContextOnActor_ReturnValue_12) == 0x001BB0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetContextOnActor_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_49) == 0x001BB8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_50) == 0x001BC0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetObjectStateInfo_ReturnValue_3) == 0x001BC8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetObjectStateInfo_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetMaxHealth_ReturnValue) == 0x001BD0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetMaxHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_34) == 0x001BD8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_SetHealth_ReturnValue) == 0x001BE0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_SetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_11) == 0x001BE8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_109) == 0x001BF0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_109' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_51) == 0x001BF8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_12) == 0x001C00, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_52) == 0x001C10, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_52' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_44) == 0x001C14, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_44' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_45) == 0x001C18, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_45' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_16) == 0x001C20, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_52) == 0x001C28, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_CompleteTutorialStepByAlias_ReturnValue_2) == 0x001C30, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_CompleteTutorialStepByAlias_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsSwimming_ReturnValue) == 0x001C31, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsSwimming_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_53) == 0x001C38, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_46) == 0x001C40, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_46' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetGameLogicObject_ReturnValue_3) == 0x001C48, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetGameLogicObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetGameLogicObject_ReturnValue_4) == 0x001C50, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetGameLogicObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_54) == 0x001C58, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAble_Character_Interface_15) == 0x001C60, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAble_Character_Interface_15' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_53) == 0x001C70, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_53' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_55) == 0x001C78, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ExecuteAbilityByClass_ReturnValue_12) == 0x001C80, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ExecuteAbilityByClass_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsDead_self_CastInput) == 0x001C88, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsDead_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsDead_ReturnValue) == 0x001C98, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsDead_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Less_IntInt_ReturnValue_9) == 0x001C99, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_10) == 0x001CA0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_47) == 0x001CA8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_47' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBlackboardComponent_ReturnValue_6) == 0x001CB0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBlackboardComponent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantName_FromHandle_bFound_1) == 0x001CB8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantName_FromHandle_bFound_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantName_FromHandle_ReturnValue_1) == 0x001CBC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantName_FromHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantInt32_FromHandle_bFound_3) == 0x001CC4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantInt32_FromHandle_bFound_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantInt32_FromHandle_ReturnValue_3) == 0x001CC8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantInt32_FromHandle_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralName_ReturnValue_7) == 0x001CCC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralName_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBlackboardComponent_ReturnValue_7) == 0x001CD8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBlackboardComponent_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralName_ReturnValue_8) == 0x001CE0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralName_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_56) == 0x001CE8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBoolVariable_OnActor_ReturnValue) == 0x001CF0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBoolVariable_OnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_39) == 0x001CF4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_39' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_14) == 0x001D08, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_14' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetObjectStateInfo_ReturnValue_4) == 0x001D18, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetObjectStateInfo_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsDead_ReturnValue_1) == 0x001D20, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsDead_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_TeleportedCharacter) == 0x001D28, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_TeleportedCharacter' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_AmountDisplaced) == 0x001D30, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_AmountDisplaced' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_AmountRotated) == 0x001D3C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_AmountRotated' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_42) == 0x001D48, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_42' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_57) == 0x001D50, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_40) == 0x001D58, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_40' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_15) == 0x001D68, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_15' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_35) == 0x001D78, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerCameraManager_ReturnValue_3) == 0x001D80, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerCameraManager_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_ComputeCameraDirection_ReturnValue_3) == 0x001D88, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_ComputeCameraDirection_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetCameraLocation_ReturnValue_3) == 0x001D94, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetCameraLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantFVector_FromHandle_bFound_4) == 0x001DA0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantFVector_FromHandle_bFound_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetVariantFVector_FromHandle_ReturnValue_4) == 0x001DA4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetVariantFVector_FromHandle_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_58) == 0x001DB0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_17) == 0x001DB8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetGameLogicObject_ReturnValue_5) == 0x001DC0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetGameLogicObject_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetExpression_ReturnValue_1) == 0x001DC8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_59) == 0x001DD0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_60) == 0x001DD8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBlackboardComponent_ReturnValue_8) == 0x001DE0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBlackboardComponent_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_13) == 0x001DE8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_54) == 0x001DF8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_54' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetWand_ReturnValue_5) == 0x001E00, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetWand_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetGameLogicObject_ReturnValue_6) == 0x001E08, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetGameLogicObject_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBoolVariable_OnActor_ReturnValue_1) == 0x001E10, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBoolVariable_OnActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetController_ReturnValue_3) == 0x001E18, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Player_Controller_1) == 0x001E20, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Player_Controller_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_55) == 0x001E28, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_55' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralName_ReturnValue_9) == 0x001E2C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralName_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBestAutoTargetActor_ReturnValue) == 0x001E38, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBestAutoTargetActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralByte_ReturnValue) == 0x001E40, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_9) == 0x001E48, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBlackboardComponent_ReturnValue_9) == 0x001E50, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBlackboardComponent_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralName_ReturnValue_10) == 0x001E58, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralName_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_61) == 0x001E60, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Array_Contains_ReturnValue) == 0x001E68, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BooleanOR_ReturnValue_5) == 0x001E69, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_36) == 0x001E70, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_62) == 0x001E78, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAmbulatory_Character_Interface_2) == 0x001E80, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAmbulatory_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_56) == 0x001E90, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_56' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetContextOnActor_ReturnValue_13) == 0x001E91, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetContextOnActor_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetJumpingType_OutType) == 0x001E92, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetJumpingType_OutType' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Array_Contains_ReturnValue_1) == 0x001E93, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_SwitchEnum_CmpSuccess_3) == 0x001E94, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BooleanOR_ReturnValue_6) == 0x001E95, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAmbulatory_Character_Interface_3) == 0x001E98, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAmbulatory_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_57) == 0x001EA8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_57' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsAmbulatory_Character_Interface_4) == 0x001EB0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsAmbulatory_Character_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_58) == 0x001EC0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_58' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_18) == 0x001EC8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetMapSubSystem_ReturnValue) == 0x001ED0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetMapSubSystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_63) == 0x001ED8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsDungeon_ReturnValue) == 0x001EE0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsDungeon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Not_PreBool_ReturnValue_8) == 0x001EE1, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x001EE2, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Character) == 0x001EE8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Character' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_PrevMovementMode) == 0x001EF0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_PrevMovementMode' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_PreviousCustomMode) == 0x001EF1, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_PreviousCustomMode' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x001EF2, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetSwimAbility_Ability) == 0x001EF8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetSwimAbility_Ability' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_8) == 0x001F00, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x001F08, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_64) == 0x001F10, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x001F18, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetController_ReturnValue_4) == 0x001F28, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetController_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakVector_X_2) == 0x001F30, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakVector_Y_2) == 0x001F34, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakVector_Z_2) == 0x001F38, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTransform_ReturnValue_1) == 0x001F40, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_57) == 0x001F70, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_57' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakTransform_Location_1) == 0x001F74, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakTransform_Rotation_1) == 0x001F80, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakTransform_Scale_1) == 0x001F8C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_58) == 0x001F98, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_58' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakRotator_Roll_1) == 0x001F9C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakRotator_Pitch_1) == 0x001FA0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakRotator_Yaw_1) == 0x001FA4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetForwardVector_ReturnValue_1) == 0x001FA8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x001FB4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Vector_Normal2D_ReturnValue_1) == 0x001FB8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Vector_Normal2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeRotator_ReturnValue_1) == 0x001FC4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x001FD0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakVector_X_3) == 0x001FDC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakVector_Y_3) == 0x001FE0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BreakVector_Z_3) == 0x001FE4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeVector_ReturnValue_1) == 0x001FE8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_65) == 0x001FF8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Add_VectorVector_ReturnValue_1) == 0x002000, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetContextOnActor_ReturnValue_14) == 0x00200C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetContextOnActor_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeTransform_ReturnValue_1) == 0x002010, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Not_PreBool_ReturnValue_9) == 0x002040, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x002048, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x002050, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_66) == 0x002058, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetContextOnActor_ReturnValue_15) == 0x002060, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetContextOnActor_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_7) == 0x002068, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_67) == 0x002070, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_6) == 0x002078, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetController_ReturnValue_5) == 0x002080, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetController_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetGameLogicObject_ReturnValue_7) == 0x002088, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetGameLogicObject_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Player_Controller_2) == 0x002090, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Player_Controller_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_59) == 0x002098, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_59' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_68) == 0x0020A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_IsValidTimerHandle_ReturnValue_7) == 0x0020A8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_IsValidTimerHandle_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_69) == 0x0020B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_69' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Character_Interface_14) == 0x0020B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Character_Interface_14' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_60) == 0x0020C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_60' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_41) == 0x0020CC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_41' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetFullBodyState_OutState) == 0x0020DC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetFullBodyState_OutState' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_16) == 0x0020E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_16' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_EqualEqual_ByteByte_ReturnValue_9) == 0x0020F0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_EqualEqual_ByteByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_70) == 0x0020F8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_70' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_CreateVariantMap_ReturnValue_2) == 0x002100, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_CreateVariantMap_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_71) == 0x002108, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_71' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BroadcastAction_Actor_ReturnValue_2) == 0x002110, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BroadcastAction_Actor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Array_AddUnique_ReturnValue) == 0x002114, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_72) == 0x002118, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_72' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsCrawling_ReturnValue) == 0x002120, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsCrawling_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_42) == 0x002124, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_42' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_17) == 0x002138, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_17' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsValid_ReturnValue_6) == 0x002148, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_43) == 0x00214C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_43' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x00215C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_18) == 0x002160, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_18' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_5) == 0x002170, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_4) == 0x002178, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsActor) == 0x002180, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_61) == 0x002188, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_61' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsActor_1) == 0x002190, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsActor_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_62) == 0x002198, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_62' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_3) == 0x0021A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsActor_2) == 0x0021A8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsActor_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_63) == 0x0021B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_63' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBlackboardComponent_ReturnValue_10) == 0x0021B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBlackboardComponent_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralName_ReturnValue_11) == 0x0021C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralName_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_73) == 0x0021C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_73' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTransform_ReturnValue_2) == 0x0021D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2) == 0x002200, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_44) == 0x002208, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_44' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_FinishSpawningActor_ReturnValue_2) == 0x002218, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_FinishSpawningActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_19) == 0x002220, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_19' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_43) == 0x002230, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_43' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_74) == 0x002238, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_74' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_75) == 0x002240, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_75' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBestAutoTargetActor_ReturnValue_1) == 0x002248, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBestAutoTargetActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsCharacter) == 0x002250, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_64) == 0x002258, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_64' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_InHogwarts_ReturnValue) == 0x002259, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_InHogwarts_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_45) == 0x00225C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_45' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_46) == 0x00226C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_46' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_20) == 0x002280, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_20' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_21) == 0x002290, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_21' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_76) == 0x0022A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_76' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_77) == 0x0022A8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_77' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Percent_IntInt_ReturnValue_3) == 0x0022B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Percent_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBaseTargetSpeedMode_ReturnValue_2) == 0x0022B4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBaseTargetSpeedMode_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Get_ReturnValue_19) == 0x0022B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Get_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_EqualEqual_ByteByte_ReturnValue_10) == 0x0022C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_EqualEqual_ByteByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_47) == 0x0022C4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_47' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_78) == 0x0022D8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_78' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_HermesBindEvent_Handle_22) == 0x0022E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_HermesBindEvent_Handle_22' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_2) == 0x0022F0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_name_Variable_3) == 0x0022F8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetUIManagerPure_ReturnValue_2) == 0x002300, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetUIManagerPure_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetInMenuTransition_ReturnValue_1) == 0x002308, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetInMenuTransition_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Array_Contains_ReturnValue_2) == 0x002309, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Array_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetUIManagerPure_ReturnValue_3) == 0x002310, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetUIManagerPure_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetUIManagerPure_ReturnValue_4) == 0x002318, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetUIManagerPure_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetInMenuTransition_ReturnValue_2) == 0x002320, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetInMenuTransition_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetInMenuTransition_ReturnValue_3) == 0x002321, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetInMenuTransition_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetUIManagerPure_ReturnValue_5) == 0x002328, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetUIManagerPure_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetInMenuTransition_ReturnValue_4) == 0x002330, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetInMenuTransition_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetUIManagerPure_ReturnValue_6) == 0x002338, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetUIManagerPure_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetInMenuTransition_ReturnValue_5) == 0x002340, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetInMenuTransition_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetUIManagerPure_ReturnValue_7) == 0x002348, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetUIManagerPure_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetInMenuTransition_ReturnValue_6) == 0x002350, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetInMenuTransition_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetUIManagerPure_ReturnValue_8) == 0x002358, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetUIManagerPure_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetInMenuTransition_ReturnValue_7) == 0x002360, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetInMenuTransition_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetUIManagerPure_ReturnValue_9) == 0x002368, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetUIManagerPure_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetInMenuTransition_ReturnValue_8) == 0x002370, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetInMenuTransition_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetUIManagerPure_ReturnValue_10) == 0x002378, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetUIManagerPure_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetInMenuTransition_ReturnValue_9) == 0x002380, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetInMenuTransition_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetUIManagerPure_ReturnValue_11) == 0x002388, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetUIManagerPure_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetInMenuTransition_ReturnValue_10) == 0x002390, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetInMenuTransition_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Add_IntInt_ReturnValue_15) == 0x002394, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Add_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Array_Get_Item_3) == 0x002398, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Less_IntInt_ReturnValue_10) == 0x0023A8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Less_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_35) == 0x0023AC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_35' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_44) == 0x0023B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_44' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Less_IntInt_ReturnValue_11) == 0x0023B4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Less_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_IsValidTimerHandle_ReturnValue_8) == 0x0023B5, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_IsValidTimerHandle_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_37) == 0x0023B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetComponentByClass_ReturnValue_7) == 0x0023C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsValid_ReturnValue_7) == 0x0023C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetHintManagerGameLogicObject_ReturnValue) == 0x0023D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetHintManagerGameLogicObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_IsValidTimerHandle_ReturnValue_9) == 0x0023D8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_IsValidTimerHandle_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetFloatVariable_ReturnValue_2) == 0x0023DC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetFloatVariable_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_45) == 0x0023E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_45' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_object_Variable_5) == 0x0023E8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActorOwner_ReturnValue_38) == 0x0023F0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActorOwner_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetExpression_OnActor_ReturnValue_3) == 0x0023F8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetExpression_OnActor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetActiveSpellTool_ReturnValue) == 0x002400, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetActiveSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_46) == 0x002408, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_46' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsRevelio_Spell_Tool) == 0x002410, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsRevelio_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_65) == 0x002418, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_65' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Start_ReturnValue) == 0x002419, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Start_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTimeSeconds_ReturnValue) == 0x00241C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTimeSeconds_ReturnValue_1) == 0x002420, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTimeSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x002424, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTimeSeconds_ReturnValue_2) == 0x002428, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTimeSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00242C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_47) == 0x002430, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_47' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CreateDelegate_OutputDelegate_48) == 0x002434, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CreateDelegate_OutputDelegate_48' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_79) == 0x002448, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_79' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_K2_SetTimerDelegate_ReturnValue_14) == 0x002450, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_K2_SetTimerDelegate_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_PostEvent_ReturnValue) == 0x002458, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomInputActionEvent_VariantMapHandle_48) == 0x00245C, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomInputActionEvent_VariantMapHandle_48' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralName_ReturnValue_12) == 0x002460, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralName_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBlackboardComponent_ReturnValue_11) == 0x002468, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBlackboardComponent_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_GameLogicBoolResultEvent_CachedResult_11) == 0x002470, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_GameLogicBoolResultEvent_CachedResult_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Not_PreBool_ReturnValue_10) == 0x002471, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller_1) == 0x002478, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetBlackboardComponent_ReturnValue_12) == 0x002480, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetBlackboardComponent_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_MakeLiteralName_ReturnValue_13) == 0x002488, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_MakeLiteralName_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_80) == 0x002490, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_80' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsOverlappingActor_ReturnValue) == 0x002498, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_81) == 0x0024A0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_81' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Caller) == 0x0024A8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_CustomEvent_Int) == 0x0024B0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_CustomEvent_Int' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_IsValid_ReturnValue_8) == 0x0024B4, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Greater_IntInt_ReturnValue_2) == 0x0024B5, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, Temp_struct_Variable_36) == 0x0024B8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::Temp_struct_Variable_36' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_Not_PreBool_ReturnValue_11) == 0x0024BC, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_BTCustomActionEvent_VariantMapHandle_48) == 0x0024C0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_BTCustomActionEvent_VariantMapHandle_48' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetPlayerController_ReturnValue_6) == 0x0024C8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetPlayerController_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_AsBiped_Player_Controller_3) == 0x0024D0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_AsBiped_Player_Controller_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, K2Node_DynamicCast_bSuccess_66) == 0x0024D8, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::K2Node_DynamicCast_bSuccess_66' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel, CallFunc_GetTheBipedPlayer_ReturnValue_82) == 0x0024E0, "Member 'BTS_Biped_TopLevel_C_ExecuteUbergraph_BTS_Biped_TopLevel::CallFunc_GetTheBipedPlayer_ReturnValue_82' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_ResetLoadoutCacheValue \ static_assert(alignof(BTS_Biped_TopLevel_C_ResetLoadoutCacheValue) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_ResetLoadoutCacheValue"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_ResetLoadoutCacheValue) == 0x000010, "Wrong size on BTS_Biped_TopLevel_C_ResetLoadoutCacheValue"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ResetLoadoutCacheValue, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_ResetLoadoutCacheValue::Caller' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ResetLoadoutCacheValue, int_0) == 0x000008, "Member 'BTS_Biped_TopLevel_C_ResetLoadoutCacheValue::int_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_FastTravelViaMissionFinished \ static_assert(alignof(BTS_Biped_TopLevel_C_FastTravelViaMissionFinished) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_FastTravelViaMissionFinished"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_FastTravelViaMissionFinished) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_FastTravelViaMissionFinished"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_FastTravelViaMissionFinished, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_FastTravelViaMissionFinished::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_DoPickupAnimation \ static_assert(alignof(BTS_Biped_TopLevel_C_DoPickupAnimation) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_DoPickupAnimation"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_DoPickupAnimation) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_DoPickupAnimation"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoPickupAnimation, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_DoPickupAnimation::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InteractTargetLost \ static_assert(alignof(BTS_Biped_TopLevel_C_InteractTargetLost) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_InteractTargetLost"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InteractTargetLost) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_InteractTargetLost"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractTargetLost, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InteractTargetLost::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InteractTargetChanged \ static_assert(alignof(BTS_Biped_TopLevel_C_InteractTargetChanged) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_InteractTargetChanged"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InteractTargetChanged) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_InteractTargetChanged"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractTargetChanged, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InteractTargetChanged::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InteractTargetSighted \ static_assert(alignof(BTS_Biped_TopLevel_C_InteractTargetSighted) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_InteractTargetSighted"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InteractTargetSighted) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_InteractTargetSighted"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractTargetSighted, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InteractTargetSighted::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_ResetKeyboardSprintWalkToggle \ static_assert(alignof(BTS_Biped_TopLevel_C_ResetKeyboardSprintWalkToggle) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_ResetKeyboardSprintWalkToggle"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_ResetKeyboardSprintWalkToggle) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_ResetKeyboardSprintWalkToggle"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ResetKeyboardSprintWalkToggle, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_ResetKeyboardSprintWalkToggle::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CreatureMountComplete \ static_assert(alignof(BTS_Biped_TopLevel_C_CreatureMountComplete) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_CreatureMountComplete"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CreatureMountComplete) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_CreatureMountComplete"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CreatureMountComplete, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CreatureMountComplete::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_RevelioMount \ static_assert(alignof(BTS_Biped_TopLevel_C_RevelioMount) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_RevelioMount"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_RevelioMount) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_RevelioMount"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_RevelioMount, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_RevelioMount::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_OnMovementModeChanged \ static_assert(alignof(BTS_Biped_TopLevel_C_OnMovementModeChanged) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_OnMovementModeChanged"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_OnMovementModeChanged) == 0x000010, "Wrong size on BTS_Biped_TopLevel_C_OnMovementModeChanged"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_OnMovementModeChanged, Character) == 0x000000, "Member 'BTS_Biped_TopLevel_C_OnMovementModeChanged::Character' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_OnMovementModeChanged, PrevMovementMode) == 0x000008, "Member 'BTS_Biped_TopLevel_C_OnMovementModeChanged::PrevMovementMode' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_OnMovementModeChanged, PreviousCustomMode) == 0x000009, "Member 'BTS_Biped_TopLevel_C_OnMovementModeChanged::PreviousCustomMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_FastTravelViaCrimeSceneFinished \ static_assert(alignof(BTS_Biped_TopLevel_C_FastTravelViaCrimeSceneFinished) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_FastTravelViaCrimeSceneFinished"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_FastTravelViaCrimeSceneFinished) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_FastTravelViaCrimeSceneFinished"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_FastTravelViaCrimeSceneFinished, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_FastTravelViaCrimeSceneFinished::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_PlayerTeleported \ static_assert(alignof(BTS_Biped_TopLevel_C_PlayerTeleported) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_PlayerTeleported"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_PlayerTeleported) == 0x000020, "Wrong size on BTS_Biped_TopLevel_C_PlayerTeleported"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_PlayerTeleported, TeleportedCharacter) == 0x000000, "Member 'BTS_Biped_TopLevel_C_PlayerTeleported::TeleportedCharacter' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_PlayerTeleported, AmountDisplaced) == 0x000008, "Member 'BTS_Biped_TopLevel_C_PlayerTeleported::AmountDisplaced' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_PlayerTeleported, AmountRotated) == 0x000014, "Member 'BTS_Biped_TopLevel_C_PlayerTeleported::AmountRotated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_PlayerCharacterDied \ static_assert(alignof(BTS_Biped_TopLevel_C_PlayerCharacterDied) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_PlayerCharacterDied"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_PlayerCharacterDied) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_PlayerCharacterDied"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_PlayerCharacterDied, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_PlayerCharacterDied::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_FastTravelViaMapFinished \ static_assert(alignof(BTS_Biped_TopLevel_C_FastTravelViaMapFinished) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_FastTravelViaMapFinished"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_FastTravelViaMapFinished) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_FastTravelViaMapFinished"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_FastTravelViaMapFinished, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_FastTravelViaMapFinished::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_NewHealthItemSelected \ static_assert(alignof(BTS_Biped_TopLevel_C_NewHealthItemSelected) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_NewHealthItemSelected"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_NewHealthItemSelected) == 0x000018, "Wrong size on BTS_Biped_TopLevel_C_NewHealthItemSelected"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_NewHealthItemSelected, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_NewHealthItemSelected::Caller' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_NewHealthItemSelected, String) == 0x000008, "Member 'BTS_Biped_TopLevel_C_NewHealthItemSelected::String' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_SurfaceTypeChanged \ static_assert(alignof(BTS_Biped_TopLevel_C_SurfaceTypeChanged) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_SurfaceTypeChanged"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_SurfaceTypeChanged) == 0x000020, "Wrong size on BTS_Biped_TopLevel_C_SurfaceTypeChanged"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SurfaceTypeChanged, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_SurfaceTypeChanged::Caller' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SurfaceTypeChanged, SurfaceTypeChanged_0) == 0x000008, "Member 'BTS_Biped_TopLevel_C_SurfaceTypeChanged::SurfaceTypeChanged_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_ExitStealthMode \ static_assert(alignof(BTS_Biped_TopLevel_C_ExitStealthMode) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_ExitStealthMode"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_ExitStealthMode) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_ExitStealthMode"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ExitStealthMode, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_ExitStealthMode::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_EnterStealthMode \ static_assert(alignof(BTS_Biped_TopLevel_C_EnterStealthMode) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_EnterStealthMode"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_EnterStealthMode) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_EnterStealthMode"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_EnterStealthMode, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_EnterStealthMode::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_DropCarry \ static_assert(alignof(BTS_Biped_TopLevel_C_DropCarry) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_DropCarry"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_DropCarry) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_DropCarry"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DropCarry, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_DropCarry::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_TSighted \ static_assert(alignof(BTS_Biped_TopLevel_C_TSighted) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_TSighted"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_TSighted) == 0x000010, "Wrong size on BTS_Biped_TopLevel_C_TSighted"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_TSighted, Sense) == 0x000000, "Member 'BTS_Biped_TopLevel_C_TSighted::Sense' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_TSighted, Target) == 0x000008, "Member 'BTS_Biped_TopLevel_C_TSighted::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_ForcedTalk \ static_assert(alignof(BTS_Biped_TopLevel_C_ForcedTalk) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_ForcedTalk"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_ForcedTalk) == 0x000018, "Wrong size on BTS_Biped_TopLevel_C_ForcedTalk"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ForcedTalk, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_ForcedTalk::Caller' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ForcedTalk, FForcedConversation) == 0x000008, "Member 'BTS_Biped_TopLevel_C_ForcedTalk::FForcedConversation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_MunitionImpactDamage \ static_assert(alignof(BTS_Biped_TopLevel_C_MunitionImpactDamage) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_MunitionImpactDamage"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_MunitionImpactDamage) == 0x0000F8, "Wrong size on BTS_Biped_TopLevel_C_MunitionImpactDamage"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_MunitionImpactDamage, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_MunitionImpactDamage::Caller' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_MunitionImpactDamage, MunitionImpactData) == 0x000008, "Member 'BTS_Biped_TopLevel_C_MunitionImpactDamage::MunitionImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_OpenChest \ static_assert(alignof(BTS_Biped_TopLevel_C_OpenChest) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_OpenChest"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_OpenChest) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_OpenChest"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_OpenChest, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_OpenChest::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_StationAbilityComplete \ static_assert(alignof(BTS_Biped_TopLevel_C_StationAbilityComplete) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_StationAbilityComplete"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_StationAbilityComplete) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_StationAbilityComplete"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StationAbilityComplete, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_StationAbilityComplete::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_DoPickup \ static_assert(alignof(BTS_Biped_TopLevel_C_DoPickup) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_DoPickup"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_DoPickup) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_DoPickup"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoPickup, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_DoPickup::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CatchCarry \ static_assert(alignof(BTS_Biped_TopLevel_C_CatchCarry) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_CatchCarry"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CatchCarry) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_CatchCarry"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CatchCarry, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CatchCarry::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_PutDownCarry \ static_assert(alignof(BTS_Biped_TopLevel_C_PutDownCarry) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_PutDownCarry"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_PutDownCarry) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_PutDownCarry"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_PutDownCarry, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_PutDownCarry::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_AdditiveReactionComplete \ static_assert(alignof(BTS_Biped_TopLevel_C_AdditiveReactionComplete) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_AdditiveReactionComplete"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_AdditiveReactionComplete) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_AdditiveReactionComplete"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdditiveReactionComplete, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_AdditiveReactionComplete::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_SpreadFeed \ static_assert(alignof(BTS_Biped_TopLevel_C_SpreadFeed) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_SpreadFeed"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_SpreadFeed) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_SpreadFeed"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SpreadFeed, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_SpreadFeed::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GoToBed \ static_assert(alignof(BTS_Biped_TopLevel_C_GoToBed) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_GoToBed"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GoToBed) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_GoToBed"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GoToBed, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GoToBed::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_EnterFloo \ static_assert(alignof(BTS_Biped_TopLevel_C_EnterFloo) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_EnterFloo"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_EnterFloo) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_EnterFloo"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_EnterFloo, Caller) == 0x000000, "Member 'BTS_Biped_TopLevel_C_EnterFloo::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_ServiceEnd \ static_assert(alignof(BTS_Biped_TopLevel_C_ServiceEnd) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_ServiceEnd"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_ServiceEnd) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_ServiceEnd"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ServiceEnd, OwnerActor) == 0x000000, "Member 'BTS_Biped_TopLevel_C_ServiceEnd::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_ServiceBegin \ static_assert(alignof(BTS_Biped_TopLevel_C_ServiceBegin) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_ServiceBegin"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_ServiceBegin) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_ServiceBegin"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ServiceBegin, OwnerActor) == 0x000000, "Member 'BTS_Biped_TopLevel_C_ServiceBegin::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_ReactionRagdollLanded_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_ReactionRagdollLanded_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_ReactionRagdollLanded_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_ReactionRagdollLanded_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_ReactionRagdollLanded_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_ReactionRagdollLanded_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_ReactionRagdollLanded_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GameLogicElementEvt_CasualCast_K2Node_GameLogicBoolResultEvent_0 \ static_assert(alignof(BTS_Biped_TopLevel_C_GameLogicElementEvt_CasualCast_K2Node_GameLogicBoolResultEvent_0) == 0x000001, "Wrong alignment on BTS_Biped_TopLevel_C_GameLogicElementEvt_CasualCast_K2Node_GameLogicBoolResultEvent_0"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GameLogicElementEvt_CasualCast_K2Node_GameLogicBoolResultEvent_0) == 0x000001, "Wrong size on BTS_Biped_TopLevel_C_GameLogicElementEvt_CasualCast_K2Node_GameLogicBoolResultEvent_0"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GameLogicElementEvt_CasualCast_K2Node_GameLogicBoolResultEvent_0, CachedResult) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GameLogicElementEvt_CasualCast_K2Node_GameLogicBoolResultEvent_0::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GameLogicElementEvt_hasInteractTarget_K2Node_GameLogicBoolResultEvent_1 \ static_assert(alignof(BTS_Biped_TopLevel_C_GameLogicElementEvt_hasInteractTarget_K2Node_GameLogicBoolResultEvent_1) == 0x000001, "Wrong alignment on BTS_Biped_TopLevel_C_GameLogicElementEvt_hasInteractTarget_K2Node_GameLogicBoolResultEvent_1"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GameLogicElementEvt_hasInteractTarget_K2Node_GameLogicBoolResultEvent_1) == 0x000001, "Wrong size on BTS_Biped_TopLevel_C_GameLogicElementEvt_hasInteractTarget_K2Node_GameLogicBoolResultEvent_1"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GameLogicElementEvt_hasInteractTarget_K2Node_GameLogicBoolResultEvent_1, CachedResult) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GameLogicElementEvt_hasInteractTarget_K2Node_GameLogicBoolResultEvent_1::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GameLogicElementEvt_NoInteractDueToCombat_K2Node_GameLogicBoolResultEvent_2 \ static_assert(alignof(BTS_Biped_TopLevel_C_GameLogicElementEvt_NoInteractDueToCombat_K2Node_GameLogicBoolResultEvent_2) == 0x000001, "Wrong alignment on BTS_Biped_TopLevel_C_GameLogicElementEvt_NoInteractDueToCombat_K2Node_GameLogicBoolResultEvent_2"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GameLogicElementEvt_NoInteractDueToCombat_K2Node_GameLogicBoolResultEvent_2) == 0x000001, "Wrong size on BTS_Biped_TopLevel_C_GameLogicElementEvt_NoInteractDueToCombat_K2Node_GameLogicBoolResultEvent_2"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GameLogicElementEvt_NoInteractDueToCombat_K2Node_GameLogicBoolResultEvent_2, CachedResult) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GameLogicElementEvt_NoInteractDueToCombat_K2Node_GameLogicBoolResultEvent_2::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_0 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_0"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_0) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_0"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_1 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_1"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_1) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_1"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_2 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_2) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_2"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_2) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_2"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_3 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_3) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_3"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_3) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_3"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_4 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_4) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_4"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_4) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_4"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_5 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_5) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_5"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_5) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_5"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_5, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_5::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_UMGSettingsScreenToggle_K2Node_CustomInputActionEvent_6 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_UMGSettingsScreenToggle_K2Node_CustomInputActionEvent_6) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_UMGSettingsScreenToggle_K2Node_CustomInputActionEvent_6"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_UMGSettingsScreenToggle_K2Node_CustomInputActionEvent_6) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_UMGSettingsScreenToggle_K2Node_CustomInputActionEvent_6"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_UMGSettingsScreenToggle_K2Node_CustomInputActionEvent_6, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_UMGSettingsScreenToggle_K2Node_CustomInputActionEvent_6::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_CancelCurrentSpell_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_CancelCurrentSpell_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_CancelCurrentSpell_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_CancelCurrentSpell_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_CancelCurrentSpell_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_CancelCurrentSpell_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_CancelCurrentSpell_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_UMGOwlMailScreenToggle_K2Node_CustomInputActionEvent_7 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_UMGOwlMailScreenToggle_K2Node_CustomInputActionEvent_7) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_UMGOwlMailScreenToggle_K2Node_CustomInputActionEvent_7"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_UMGOwlMailScreenToggle_K2Node_CustomInputActionEvent_7) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_UMGOwlMailScreenToggle_K2Node_CustomInputActionEvent_7"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_UMGOwlMailScreenToggle_K2Node_CustomInputActionEvent_7, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_UMGOwlMailScreenToggle_K2Node_CustomInputActionEvent_7::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GameLogicElementEvt_StealthAttack_K2Node_GameLogicBoolResultEvent_3 \ static_assert(alignof(BTS_Biped_TopLevel_C_GameLogicElementEvt_StealthAttack_K2Node_GameLogicBoolResultEvent_3) == 0x000001, "Wrong alignment on BTS_Biped_TopLevel_C_GameLogicElementEvt_StealthAttack_K2Node_GameLogicBoolResultEvent_3"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GameLogicElementEvt_StealthAttack_K2Node_GameLogicBoolResultEvent_3) == 0x000001, "Wrong size on BTS_Biped_TopLevel_C_GameLogicElementEvt_StealthAttack_K2Node_GameLogicBoolResultEvent_3"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GameLogicElementEvt_StealthAttack_K2Node_GameLogicBoolResultEvent_3, CachedResult) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GameLogicElementEvt_StealthAttack_K2Node_GameLogicBoolResultEvent_3::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GameLogicElementEvt_SimpleInteractObject_K2Node_GameLogicBoolResultEvent_4 \ static_assert(alignof(BTS_Biped_TopLevel_C_GameLogicElementEvt_SimpleInteractObject_K2Node_GameLogicBoolResultEvent_4) == 0x000001, "Wrong alignment on BTS_Biped_TopLevel_C_GameLogicElementEvt_SimpleInteractObject_K2Node_GameLogicBoolResultEvent_4"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GameLogicElementEvt_SimpleInteractObject_K2Node_GameLogicBoolResultEvent_4) == 0x000001, "Wrong size on BTS_Biped_TopLevel_C_GameLogicElementEvt_SimpleInteractObject_K2Node_GameLogicBoolResultEvent_4"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GameLogicElementEvt_SimpleInteractObject_K2Node_GameLogicBoolResultEvent_4, CachedResult) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GameLogicElementEvt_SimpleInteractObject_K2Node_GameLogicBoolResultEvent_4::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GameLogicElementEvt_InteractOpenChest_K2Node_GameLogicBoolResultEvent_5 \ static_assert(alignof(BTS_Biped_TopLevel_C_GameLogicElementEvt_InteractOpenChest_K2Node_GameLogicBoolResultEvent_5) == 0x000001, "Wrong alignment on BTS_Biped_TopLevel_C_GameLogicElementEvt_InteractOpenChest_K2Node_GameLogicBoolResultEvent_5"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GameLogicElementEvt_InteractOpenChest_K2Node_GameLogicBoolResultEvent_5) == 0x000001, "Wrong size on BTS_Biped_TopLevel_C_GameLogicElementEvt_InteractOpenChest_K2Node_GameLogicBoolResultEvent_5"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GameLogicElementEvt_InteractOpenChest_K2Node_GameLogicBoolResultEvent_5, CachedResult) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GameLogicElementEvt_InteractOpenChest_K2Node_GameLogicBoolResultEvent_5::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_DeathlyHallowsAction_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_DeathlyHallowsAction_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_DeathlyHallowsAction_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_DeathlyHallowsAction_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_DeathlyHallowsAction_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_DeathlyHallowsAction_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_DeathlyHallowsAction_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_MountMineCart_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_MountMineCart_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_MountMineCart_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_MountMineCart_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_MountMineCart_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_MountMineCart_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_MountMineCart_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_GoToStealNode_K2Node_BTCustomActionEvent_4 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_GoToStealNode_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_GoToStealNode_K2Node_BTCustomActionEvent_4"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_GoToStealNode_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_GoToStealNode_K2Node_BTCustomActionEvent_4"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_GoToStealNode_K2Node_BTCustomActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_GoToStealNode_K2Node_BTCustomActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_GoToPuzzleMiniGame_K2Node_BTCustomActionEvent_5 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_GoToPuzzleMiniGame_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_GoToPuzzleMiniGame_K2Node_BTCustomActionEvent_5"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_GoToPuzzleMiniGame_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_GoToPuzzleMiniGame_K2Node_BTCustomActionEvent_5"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_GoToPuzzleMiniGame_K2Node_BTCustomActionEvent_5, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_GoToPuzzleMiniGame_K2Node_BTCustomActionEvent_5::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GameLogicElementEvt_InteractDefault_K2Node_GameLogicBoolResultEvent_6 \ static_assert(alignof(BTS_Biped_TopLevel_C_GameLogicElementEvt_InteractDefault_K2Node_GameLogicBoolResultEvent_6) == 0x000001, "Wrong alignment on BTS_Biped_TopLevel_C_GameLogicElementEvt_InteractDefault_K2Node_GameLogicBoolResultEvent_6"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GameLogicElementEvt_InteractDefault_K2Node_GameLogicBoolResultEvent_6) == 0x000001, "Wrong size on BTS_Biped_TopLevel_C_GameLogicElementEvt_InteractDefault_K2Node_GameLogicBoolResultEvent_6"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GameLogicElementEvt_InteractDefault_K2Node_GameLogicBoolResultEvent_6, CachedResult) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GameLogicElementEvt_InteractDefault_K2Node_GameLogicBoolResultEvent_6::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GameLogicElementEvt_LootPickup_K2Node_GameLogicBoolResultEvent_7 \ static_assert(alignof(BTS_Biped_TopLevel_C_GameLogicElementEvt_LootPickup_K2Node_GameLogicBoolResultEvent_7) == 0x000001, "Wrong alignment on BTS_Biped_TopLevel_C_GameLogicElementEvt_LootPickup_K2Node_GameLogicBoolResultEvent_7"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GameLogicElementEvt_LootPickup_K2Node_GameLogicBoolResultEvent_7) == 0x000001, "Wrong size on BTS_Biped_TopLevel_C_GameLogicElementEvt_LootPickup_K2Node_GameLogicBoolResultEvent_7"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GameLogicElementEvt_LootPickup_K2Node_GameLogicBoolResultEvent_7, CachedResult) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GameLogicElementEvt_LootPickup_K2Node_GameLogicBoolResultEvent_7::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_StealthTakedownButton_K2Node_CustomInputActionEvent_8 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_StealthTakedownButton_K2Node_CustomInputActionEvent_8) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_StealthTakedownButton_K2Node_CustomInputActionEvent_8"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_StealthTakedownButton_K2Node_CustomInputActionEvent_8) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_StealthTakedownButton_K2Node_CustomInputActionEvent_8"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_StealthTakedownButton_K2Node_CustomInputActionEvent_8, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_StealthTakedownButton_K2Node_CustomInputActionEvent_8::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_StealthTakedownButton_K2Node_CustomInputActionEvent_9 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_StealthTakedownButton_K2Node_CustomInputActionEvent_9) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_StealthTakedownButton_K2Node_CustomInputActionEvent_9"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_StealthTakedownButton_K2Node_CustomInputActionEvent_9) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_StealthTakedownButton_K2Node_CustomInputActionEvent_9"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_StealthTakedownButton_K2Node_CustomInputActionEvent_9, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_StealthTakedownButton_K2Node_CustomInputActionEvent_9::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_10 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_10) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_10"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_10) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_10"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_10, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_10::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_11 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_11) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_11"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_11) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_11"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_11, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_11::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_12 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_12) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_12"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_12) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_12"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_12, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_UMGPauseMenu_K2Node_CustomInputActionEvent_12::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GameLogicElementEvt_AimModeTimeDilation_K2Node_GameLogicBoolResultEvent_8 \ static_assert(alignof(BTS_Biped_TopLevel_C_GameLogicElementEvt_AimModeTimeDilation_K2Node_GameLogicBoolResultEvent_8) == 0x000001, "Wrong alignment on BTS_Biped_TopLevel_C_GameLogicElementEvt_AimModeTimeDilation_K2Node_GameLogicBoolResultEvent_8"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GameLogicElementEvt_AimModeTimeDilation_K2Node_GameLogicBoolResultEvent_8) == 0x000001, "Wrong size on BTS_Biped_TopLevel_C_GameLogicElementEvt_AimModeTimeDilation_K2Node_GameLogicBoolResultEvent_8"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GameLogicElementEvt_AimModeTimeDilation_K2Node_GameLogicBoolResultEvent_8, CachedResult) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GameLogicElementEvt_AimModeTimeDilation_K2Node_GameLogicBoolResultEvent_8::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_13 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_13) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_13"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_13) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_13"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_13, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_13::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_14 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_14) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_14"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_14) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_14"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_14, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SprintButton_K2Node_CustomInputActionEvent_14::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_15 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_15) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_15"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_15) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_15"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_15, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_15::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_16 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_16) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_16"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_16) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_16"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_16, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_LockOn_K2Node_CustomInputActionEvent_16::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_UMGTalentsScreenToggle_K2Node_CustomInputActionEvent_17 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_UMGTalentsScreenToggle_K2Node_CustomInputActionEvent_17) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_UMGTalentsScreenToggle_K2Node_CustomInputActionEvent_17"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_UMGTalentsScreenToggle_K2Node_CustomInputActionEvent_17) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_UMGTalentsScreenToggle_K2Node_CustomInputActionEvent_17"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_UMGTalentsScreenToggle_K2Node_CustomInputActionEvent_17, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_UMGTalentsScreenToggle_K2Node_CustomInputActionEvent_17::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_UMGInventoryScreenToggle_K2Node_CustomInputActionEvent_18 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_UMGInventoryScreenToggle_K2Node_CustomInputActionEvent_18) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_UMGInventoryScreenToggle_K2Node_CustomInputActionEvent_18"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_UMGInventoryScreenToggle_K2Node_CustomInputActionEvent_18) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_UMGInventoryScreenToggle_K2Node_CustomInputActionEvent_18"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_UMGInventoryScreenToggle_K2Node_CustomInputActionEvent_18, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_UMGInventoryScreenToggle_K2Node_CustomInputActionEvent_18::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_UMGCharacterScreenToggle_K2Node_CustomInputActionEvent_19 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_UMGCharacterScreenToggle_K2Node_CustomInputActionEvent_19) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_UMGCharacterScreenToggle_K2Node_CustomInputActionEvent_19"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_UMGCharacterScreenToggle_K2Node_CustomInputActionEvent_19) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_UMGCharacterScreenToggle_K2Node_CustomInputActionEvent_19"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_UMGCharacterScreenToggle_K2Node_CustomInputActionEvent_19, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_UMGCharacterScreenToggle_K2Node_CustomInputActionEvent_19::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_UMGChallengeScreenToggle_K2Node_CustomInputActionEvent_20 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_UMGChallengeScreenToggle_K2Node_CustomInputActionEvent_20) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_UMGChallengeScreenToggle_K2Node_CustomInputActionEvent_20"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_UMGChallengeScreenToggle_K2Node_CustomInputActionEvent_20) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_UMGChallengeScreenToggle_K2Node_CustomInputActionEvent_20"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_UMGChallengeScreenToggle_K2Node_CustomInputActionEvent_20, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_UMGChallengeScreenToggle_K2Node_CustomInputActionEvent_20::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_UMGQuestScreenToggle_K2Node_CustomInputActionEvent_21 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_UMGQuestScreenToggle_K2Node_CustomInputActionEvent_21) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_UMGQuestScreenToggle_K2Node_CustomInputActionEvent_21"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_UMGQuestScreenToggle_K2Node_CustomInputActionEvent_21) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_UMGQuestScreenToggle_K2Node_CustomInputActionEvent_21"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_UMGQuestScreenToggle_K2Node_CustomInputActionEvent_21, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_UMGQuestScreenToggle_K2Node_CustomInputActionEvent_21::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_UMGCompendiumScreenToggle_K2Node_CustomInputActionEvent_22 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_UMGCompendiumScreenToggle_K2Node_CustomInputActionEvent_22) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_UMGCompendiumScreenToggle_K2Node_CustomInputActionEvent_22"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_UMGCompendiumScreenToggle_K2Node_CustomInputActionEvent_22) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_UMGCompendiumScreenToggle_K2Node_CustomInputActionEvent_22"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_UMGCompendiumScreenToggle_K2Node_CustomInputActionEvent_22, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_UMGCompendiumScreenToggle_K2Node_CustomInputActionEvent_22::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_UMGMapScreenToggle_K2Node_CustomInputActionEvent_23 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_UMGMapScreenToggle_K2Node_CustomInputActionEvent_23) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_UMGMapScreenToggle_K2Node_CustomInputActionEvent_23"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_UMGMapScreenToggle_K2Node_CustomInputActionEvent_23) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_UMGMapScreenToggle_K2Node_CustomInputActionEvent_23"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_UMGMapScreenToggle_K2Node_CustomInputActionEvent_23, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_UMGMapScreenToggle_K2Node_CustomInputActionEvent_23::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_UseIdentificationStation_K2Node_BTCustomActionEvent_6 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_UseIdentificationStation_K2Node_BTCustomActionEvent_6) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_UseIdentificationStation_K2Node_BTCustomActionEvent_6"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_UseIdentificationStation_K2Node_BTCustomActionEvent_6) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_UseIdentificationStation_K2Node_BTCustomActionEvent_6"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_UseIdentificationStation_K2Node_BTCustomActionEvent_6, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_UseIdentificationStation_K2Node_BTCustomActionEvent_6::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_CreatureManagementButton_K2Node_CustomInputActionEvent_24 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_CreatureManagementButton_K2Node_CustomInputActionEvent_24) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_CreatureManagementButton_K2Node_CustomInputActionEvent_24"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_CreatureManagementButton_K2Node_CustomInputActionEvent_24) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_CreatureManagementButton_K2Node_CustomInputActionEvent_24"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_CreatureManagementButton_K2Node_CustomInputActionEvent_24, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_CreatureManagementButton_K2Node_CustomInputActionEvent_24::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GameLogicElementEvt_strongCameraLookAtActive_K2Node_GameLogicBoolResultEvent_9 \ static_assert(alignof(BTS_Biped_TopLevel_C_GameLogicElementEvt_strongCameraLookAtActive_K2Node_GameLogicBoolResultEvent_9) == 0x000001, "Wrong alignment on BTS_Biped_TopLevel_C_GameLogicElementEvt_strongCameraLookAtActive_K2Node_GameLogicBoolResultEvent_9"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GameLogicElementEvt_strongCameraLookAtActive_K2Node_GameLogicBoolResultEvent_9) == 0x000001, "Wrong size on BTS_Biped_TopLevel_C_GameLogicElementEvt_strongCameraLookAtActive_K2Node_GameLogicBoolResultEvent_9"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GameLogicElementEvt_strongCameraLookAtActive_K2Node_GameLogicBoolResultEvent_9, CachedResult) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GameLogicElementEvt_strongCameraLookAtActive_K2Node_GameLogicBoolResultEvent_9::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_25 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_25) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_25"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_25) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_25"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_25, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_25::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_26 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_26) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_26"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_26) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_26"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_26, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_26::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_27 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_27) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_27"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_27) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_27"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_27, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_27::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_28 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_28) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_28"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_28) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_28"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_28, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_28::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_29 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_29) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_29"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_29) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_29"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_29, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_DodgeAndBlinkButton_K2Node_CustomInputActionEvent_29::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_TriggerStartled_K2Node_BTCustomActionEvent_7 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_TriggerStartled_K2Node_BTCustomActionEvent_7) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_TriggerStartled_K2Node_BTCustomActionEvent_7"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_TriggerStartled_K2Node_BTCustomActionEvent_7) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_TriggerStartled_K2Node_BTCustomActionEvent_7"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_TriggerStartled_K2Node_BTCustomActionEvent_7, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_TriggerStartled_K2Node_BTCustomActionEvent_7::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_30 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_30) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_30"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_30) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_30"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_30, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_30::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_8 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_8) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_8"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_8) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_8"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_8, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_Landed_K2Node_BTCustomActionEvent_8::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_StartPuzzleMiniGame_K2Node_BTCustomActionEvent_9 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_StartPuzzleMiniGame_K2Node_BTCustomActionEvent_9) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_StartPuzzleMiniGame_K2Node_BTCustomActionEvent_9"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_StartPuzzleMiniGame_K2Node_BTCustomActionEvent_9) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_StartPuzzleMiniGame_K2Node_BTCustomActionEvent_9"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_StartPuzzleMiniGame_K2Node_BTCustomActionEvent_9, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_StartPuzzleMiniGame_K2Node_BTCustomActionEvent_9::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_WorldShift_K2Node_BTCustomActionEvent_10 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_WorldShift_K2Node_BTCustomActionEvent_10) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_WorldShift_K2Node_BTCustomActionEvent_10"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_WorldShift_K2Node_BTCustomActionEvent_10) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_WorldShift_K2Node_BTCustomActionEvent_10"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_WorldShift_K2Node_BTCustomActionEvent_10, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_WorldShift_K2Node_BTCustomActionEvent_10::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GameLogicElementEvt_CollapseIntoRagdoll_Criteria_K2Node_GameLogicBoolResultEvent_10 \ static_assert(alignof(BTS_Biped_TopLevel_C_GameLogicElementEvt_CollapseIntoRagdoll_Criteria_K2Node_GameLogicBoolResultEvent_10) == 0x000001, "Wrong alignment on BTS_Biped_TopLevel_C_GameLogicElementEvt_CollapseIntoRagdoll_Criteria_K2Node_GameLogicBoolResultEvent_10"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GameLogicElementEvt_CollapseIntoRagdoll_Criteria_K2Node_GameLogicBoolResultEvent_10) == 0x000001, "Wrong size on BTS_Biped_TopLevel_C_GameLogicElementEvt_CollapseIntoRagdoll_Criteria_K2Node_GameLogicBoolResultEvent_10"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GameLogicElementEvt_CollapseIntoRagdoll_Criteria_K2Node_GameLogicBoolResultEvent_10, CachedResult) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GameLogicElementEvt_CollapseIntoRagdoll_Criteria_K2Node_GameLogicBoolResultEvent_10::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_EnterTotem_K2Node_BTCustomActionEvent_11 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_EnterTotem_K2Node_BTCustomActionEvent_11) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_EnterTotem_K2Node_BTCustomActionEvent_11"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_EnterTotem_K2Node_BTCustomActionEvent_11) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_EnterTotem_K2Node_BTCustomActionEvent_11"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_EnterTotem_K2Node_BTCustomActionEvent_11, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_EnterTotem_K2Node_BTCustomActionEvent_11::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_31 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_31) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_31"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_31) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_31"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_31, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_31::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_32 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_32) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_32"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_32) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_32"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_32, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_JumpButton_K2Node_CustomInputActionEvent_32::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_33 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_33) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_33"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_33) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_33"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_33, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_33::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_34 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_34) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_34"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_34) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_34"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_34, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_34::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_35 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_35) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_35"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_35) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_35"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_35, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_ProtegoButton_K2Node_CustomInputActionEvent_35::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_ProtegoReady_K2Node_BTCustomActionEvent_12 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_ProtegoReady_K2Node_BTCustomActionEvent_12) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_ProtegoReady_K2Node_BTCustomActionEvent_12"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_ProtegoReady_K2Node_BTCustomActionEvent_12) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_ProtegoReady_K2Node_BTCustomActionEvent_12"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_ProtegoReady_K2Node_BTCustomActionEvent_12, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_ProtegoReady_K2Node_BTCustomActionEvent_12::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_EquipWand_K2Node_BTCustomActionEvent_13 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_EquipWand_K2Node_BTCustomActionEvent_13) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_EquipWand_K2Node_BTCustomActionEvent_13"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_EquipWand_K2Node_BTCustomActionEvent_13) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_EquipWand_K2Node_BTCustomActionEvent_13"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_EquipWand_K2Node_BTCustomActionEvent_13, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_EquipWand_K2Node_BTCustomActionEvent_13::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_ClearInvulnerable_K2Node_BTCustomActionEvent_14 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_ClearInvulnerable_K2Node_BTCustomActionEvent_14) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_ClearInvulnerable_K2Node_BTCustomActionEvent_14"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_ClearInvulnerable_K2Node_BTCustomActionEvent_14) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_ClearInvulnerable_K2Node_BTCustomActionEvent_14"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_ClearInvulnerable_K2Node_BTCustomActionEvent_14, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_ClearInvulnerable_K2Node_BTCustomActionEvent_14::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_15 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_15) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_15"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_15) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_15"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_15, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_SetInvulnerable_K2Node_BTCustomActionEvent_15::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_RespawnFromDeath_K2Node_BTCustomActionEvent_16 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_RespawnFromDeath_K2Node_BTCustomActionEvent_16) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_RespawnFromDeath_K2Node_BTCustomActionEvent_16"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_RespawnFromDeath_K2Node_BTCustomActionEvent_16) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_RespawnFromDeath_K2Node_BTCustomActionEvent_16"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_RespawnFromDeath_K2Node_BTCustomActionEvent_16, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_RespawnFromDeath_K2Node_BTCustomActionEvent_16::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_AdditiveLean_K2Node_BTCustomActionEvent_17 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_AdditiveLean_K2Node_BTCustomActionEvent_17) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_AdditiveLean_K2Node_BTCustomActionEvent_17"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_AdditiveLean_K2Node_BTCustomActionEvent_17) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_AdditiveLean_K2Node_BTCustomActionEvent_17"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_AdditiveLean_K2Node_BTCustomActionEvent_17, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_AdditiveLean_K2Node_BTCustomActionEvent_17::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_AdditiveLean_K2Node_BTCustomActionEvent_18 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_AdditiveLean_K2Node_BTCustomActionEvent_18) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_AdditiveLean_K2Node_BTCustomActionEvent_18"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_AdditiveLean_K2Node_BTCustomActionEvent_18) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_AdditiveLean_K2Node_BTCustomActionEvent_18"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_AdditiveLean_K2Node_BTCustomActionEvent_18, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_AdditiveLean_K2Node_BTCustomActionEvent_18::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_TriggerRagdoll_K2Node_BTCustomActionEvent_19 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_TriggerRagdoll_K2Node_BTCustomActionEvent_19) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_TriggerRagdoll_K2Node_BTCustomActionEvent_19"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_TriggerRagdoll_K2Node_BTCustomActionEvent_19) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_TriggerRagdoll_K2Node_BTCustomActionEvent_19"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_TriggerRagdoll_K2Node_BTCustomActionEvent_19, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_TriggerRagdoll_K2Node_BTCustomActionEvent_19::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_20 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_20) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_20"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_20) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_20"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_20, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_SurfaceTypeChanged_K2Node_BTCustomActionEvent_20::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_PlayerDiesIfNoCompanion_K2Node_BTCustomActionEvent_21 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_PlayerDiesIfNoCompanion_K2Node_BTCustomActionEvent_21) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_PlayerDiesIfNoCompanion_K2Node_BTCustomActionEvent_21"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_PlayerDiesIfNoCompanion_K2Node_BTCustomActionEvent_21) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_PlayerDiesIfNoCompanion_K2Node_BTCustomActionEvent_21"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_PlayerDiesIfNoCompanion_K2Node_BTCustomActionEvent_21, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_PlayerDiesIfNoCompanion_K2Node_BTCustomActionEvent_21::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_36 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_36) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_36"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_36) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_36"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_36, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_36::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_37 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_37) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_37"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_37) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_37"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_37, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_37::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_38 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_38) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_38"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_38) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_38"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_38, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_DEBUG_NumPadModifier_K2Node_CustomInputActionEvent_38::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_CastFailed_K2Node_BTCustomActionEvent_22 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_CastFailed_K2Node_BTCustomActionEvent_22) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_CastFailed_K2Node_BTCustomActionEvent_22"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_CastFailed_K2Node_BTCustomActionEvent_22) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_CastFailed_K2Node_BTCustomActionEvent_22"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_CastFailed_K2Node_BTCustomActionEvent_22, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_CastFailed_K2Node_BTCustomActionEvent_22::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_MunitionProximity_K2Node_BTCustomActionEvent_23 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_MunitionProximity_K2Node_BTCustomActionEvent_23) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_MunitionProximity_K2Node_BTCustomActionEvent_23"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_MunitionProximity_K2Node_BTCustomActionEvent_23) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_MunitionProximity_K2Node_BTCustomActionEvent_23"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_MunitionProximity_K2Node_BTCustomActionEvent_23, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_MunitionProximity_K2Node_BTCustomActionEvent_23::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_OnLoaded_78E5F47E4DA3EB293495B4AB0017E703 \ static_assert(alignof(BTS_Biped_TopLevel_C_OnLoaded_78E5F47E4DA3EB293495B4AB0017E703) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_OnLoaded_78E5F47E4DA3EB293495B4AB0017E703"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_OnLoaded_78E5F47E4DA3EB293495B4AB0017E703) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_OnLoaded_78E5F47E4DA3EB293495B4AB0017E703"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_OnLoaded_78E5F47E4DA3EB293495B4AB0017E703, Loaded) == 0x000000, "Member 'BTS_Biped_TopLevel_C_OnLoaded_78E5F47E4DA3EB293495B4AB0017E703::Loaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_3 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_3) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_3"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_3) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_3"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_4 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_4) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_4"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_4) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_4"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_Move_K2Node_CustomStickInputActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_UsePotionStation_K2Node_BTCustomActionEvent_24 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_UsePotionStation_K2Node_BTCustomActionEvent_24) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_UsePotionStation_K2Node_BTCustomActionEvent_24"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_UsePotionStation_K2Node_BTCustomActionEvent_24) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_UsePotionStation_K2Node_BTCustomActionEvent_24"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_UsePotionStation_K2Node_BTCustomActionEvent_24, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_UsePotionStation_K2Node_BTCustomActionEvent_24::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_25 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_25) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_25"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_25) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_25"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_25, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_BeastCapture_K2Node_BTCustomActionEvent_25::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_AnimagusForm_K2Node_BTCustomActionEvent_26 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_AnimagusForm_K2Node_BTCustomActionEvent_26) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_AnimagusForm_K2Node_BTCustomActionEvent_26"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_AnimagusForm_K2Node_BTCustomActionEvent_26) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_AnimagusForm_K2Node_BTCustomActionEvent_26"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_AnimagusForm_K2Node_BTCustomActionEvent_26, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_AnimagusForm_K2Node_BTCustomActionEvent_26::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_27 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_27) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_27"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_27) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_27"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_27, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_27::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_28 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_28) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_28"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_28) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_28"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_28, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_UseInventoryItem_K2Node_BTCustomActionEvent_28::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_DEBUG_CycleCognitionDebug_K2Node_CustomInputActionEvent_39 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_DEBUG_CycleCognitionDebug_K2Node_CustomInputActionEvent_39) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_DEBUG_CycleCognitionDebug_K2Node_CustomInputActionEvent_39"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_DEBUG_CycleCognitionDebug_K2Node_CustomInputActionEvent_39) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_DEBUG_CycleCognitionDebug_K2Node_CustomInputActionEvent_39"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_DEBUG_CycleCognitionDebug_K2Node_CustomInputActionEvent_39, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_DEBUG_CycleCognitionDebug_K2Node_CustomInputActionEvent_39::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_FireAOESpell_K2Node_BTCustomActionEvent_29 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_FireAOESpell_K2Node_BTCustomActionEvent_29) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_FireAOESpell_K2Node_BTCustomActionEvent_29"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_FireAOESpell_K2Node_BTCustomActionEvent_29) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_FireAOESpell_K2Node_BTCustomActionEvent_29"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_FireAOESpell_K2Node_BTCustomActionEvent_29, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_FireAOESpell_K2Node_BTCustomActionEvent_29::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_Conjuring_K2Node_BTCustomActionEvent_30 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_Conjuring_K2Node_BTCustomActionEvent_30) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_Conjuring_K2Node_BTCustomActionEvent_30"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_Conjuring_K2Node_BTCustomActionEvent_30) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_Conjuring_K2Node_BTCustomActionEvent_30"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_Conjuring_K2Node_BTCustomActionEvent_30, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_Conjuring_K2Node_BTCustomActionEvent_30::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_Conjuring_K2Node_BTCustomActionEvent_31 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_Conjuring_K2Node_BTCustomActionEvent_31) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_Conjuring_K2Node_BTCustomActionEvent_31"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_Conjuring_K2Node_BTCustomActionEvent_31) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_Conjuring_K2Node_BTCustomActionEvent_31"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_Conjuring_K2Node_BTCustomActionEvent_31, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_Conjuring_K2Node_BTCustomActionEvent_31::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_32 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_32) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_32"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_32) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_32"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_32, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_ProtegoParry_K2Node_BTCustomActionEvent_32::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_TriggerHitch_K2Node_BTCustomActionEvent_33 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_TriggerHitch_K2Node_BTCustomActionEvent_33) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_TriggerHitch_K2Node_BTCustomActionEvent_33"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_TriggerHitch_K2Node_BTCustomActionEvent_33) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_TriggerHitch_K2Node_BTCustomActionEvent_33"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_TriggerHitch_K2Node_BTCustomActionEvent_33, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_TriggerHitch_K2Node_BTCustomActionEvent_33::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_TriggerKnockDown_K2Node_BTCustomActionEvent_34 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_TriggerKnockDown_K2Node_BTCustomActionEvent_34) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_TriggerKnockDown_K2Node_BTCustomActionEvent_34"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_TriggerKnockDown_K2Node_BTCustomActionEvent_34) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_TriggerKnockDown_K2Node_BTCustomActionEvent_34"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_TriggerKnockDown_K2Node_BTCustomActionEvent_34, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_TriggerKnockDown_K2Node_BTCustomActionEvent_34::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_TriggerStumble_K2Node_BTCustomActionEvent_35 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_TriggerStumble_K2Node_BTCustomActionEvent_35) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_TriggerStumble_K2Node_BTCustomActionEvent_35"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_TriggerStumble_K2Node_BTCustomActionEvent_35) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_TriggerStumble_K2Node_BTCustomActionEvent_35"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_TriggerStumble_K2Node_BTCustomActionEvent_35, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_TriggerStumble_K2Node_BTCustomActionEvent_35::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_Teleport_K2Node_BTCustomActionEvent_36 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_Teleport_K2Node_BTCustomActionEvent_36) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_Teleport_K2Node_BTCustomActionEvent_36"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_Teleport_K2Node_BTCustomActionEvent_36) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_Teleport_K2Node_BTCustomActionEvent_36"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_Teleport_K2Node_BTCustomActionEvent_36, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_Teleport_K2Node_BTCustomActionEvent_36::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_FlourishWand_K2Node_BTCustomActionEvent_37 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_FlourishWand_K2Node_BTCustomActionEvent_37) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_FlourishWand_K2Node_BTCustomActionEvent_37"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_FlourishWand_K2Node_BTCustomActionEvent_37) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_FlourishWand_K2Node_BTCustomActionEvent_37"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_FlourishWand_K2Node_BTCustomActionEvent_37, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_FlourishWand_K2Node_BTCustomActionEvent_37::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_FlourishWand_K2Node_BTCustomActionEvent_38 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_FlourishWand_K2Node_BTCustomActionEvent_38) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_FlourishWand_K2Node_BTCustomActionEvent_38"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_FlourishWand_K2Node_BTCustomActionEvent_38) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_FlourishWand_K2Node_BTCustomActionEvent_38"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_FlourishWand_K2Node_BTCustomActionEvent_38, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_FlourishWand_K2Node_BTCustomActionEvent_38::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_39 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_39) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_39"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_39) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_39"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_39, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_39::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_40 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_40) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_40"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_40) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_40"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_40, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_FireFullBodySpell_K2Node_BTCustomActionEvent_40::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_41 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_41) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_41"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_41) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_41"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_41, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_41::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_42 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_42) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_42"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_42) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_42"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_42, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_42::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_43 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_43) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_43"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_43) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_43"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_43, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_SpellButton_K2Node_BTCustomActionEvent_43::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_UpdateAbleDebugTarget_K2Node_CustomInputActionEvent_40 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_UpdateAbleDebugTarget_K2Node_CustomInputActionEvent_40) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_UpdateAbleDebugTarget_K2Node_CustomInputActionEvent_40"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_UpdateAbleDebugTarget_K2Node_CustomInputActionEvent_40) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_UpdateAbleDebugTarget_K2Node_CustomInputActionEvent_40"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_UpdateAbleDebugTarget_K2Node_CustomInputActionEvent_40, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_UpdateAbleDebugTarget_K2Node_CustomInputActionEvent_40::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_ToggleAbleHUD_K2Node_CustomInputActionEvent_41 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_ToggleAbleHUD_K2Node_CustomInputActionEvent_41) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_ToggleAbleHUD_K2Node_CustomInputActionEvent_41"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_ToggleAbleHUD_K2Node_CustomInputActionEvent_41) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_ToggleAbleHUD_K2Node_CustomInputActionEvent_41"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_ToggleAbleHUD_K2Node_CustomInputActionEvent_41, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_ToggleAbleHUD_K2Node_CustomInputActionEvent_41::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_FocusOnHipsOff_K2Node_BTCustomActionEvent_44 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_FocusOnHipsOff_K2Node_BTCustomActionEvent_44) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_FocusOnHipsOff_K2Node_BTCustomActionEvent_44"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_FocusOnHipsOff_K2Node_BTCustomActionEvent_44) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_FocusOnHipsOff_K2Node_BTCustomActionEvent_44"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_FocusOnHipsOff_K2Node_BTCustomActionEvent_44, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_FocusOnHipsOff_K2Node_BTCustomActionEvent_44::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_FocusOnHipsOn_K2Node_BTCustomActionEvent_45 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_FocusOnHipsOn_K2Node_BTCustomActionEvent_45) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_FocusOnHipsOn_K2Node_BTCustomActionEvent_45"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_FocusOnHipsOn_K2Node_BTCustomActionEvent_45) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_FocusOnHipsOn_K2Node_BTCustomActionEvent_45"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_FocusOnHipsOn_K2Node_BTCustomActionEvent_45, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_FocusOnHipsOn_K2Node_BTCustomActionEvent_45::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_PlayerDied_K2Node_BTCustomActionEvent_46 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_PlayerDied_K2Node_BTCustomActionEvent_46) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_PlayerDied_K2Node_BTCustomActionEvent_46"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_PlayerDied_K2Node_BTCustomActionEvent_46) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_PlayerDied_K2Node_BTCustomActionEvent_46"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_PlayerDied_K2Node_BTCustomActionEvent_46, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_PlayerDied_K2Node_BTCustomActionEvent_46::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_FireFinisherSpell_K2Node_BTCustomActionEvent_47 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_FireFinisherSpell_K2Node_BTCustomActionEvent_47) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_FireFinisherSpell_K2Node_BTCustomActionEvent_47"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_FireFinisherSpell_K2Node_BTCustomActionEvent_47) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_FireFinisherSpell_K2Node_BTCustomActionEvent_47"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_FireFinisherSpell_K2Node_BTCustomActionEvent_47, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_FireFinisherSpell_K2Node_BTCustomActionEvent_47::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SuperSlowMo_K2Node_CustomInputActionEvent_42 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SuperSlowMo_K2Node_CustomInputActionEvent_42) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SuperSlowMo_K2Node_CustomInputActionEvent_42"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SuperSlowMo_K2Node_CustomInputActionEvent_42) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SuperSlowMo_K2Node_CustomInputActionEvent_42"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SuperSlowMo_K2Node_CustomInputActionEvent_42, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SuperSlowMo_K2Node_CustomInputActionEvent_42::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SlowMo_K2Node_CustomInputActionEvent_43 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SlowMo_K2Node_CustomInputActionEvent_43) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SlowMo_K2Node_CustomInputActionEvent_43"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SlowMo_K2Node_CustomInputActionEvent_43) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SlowMo_K2Node_CustomInputActionEvent_43"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SlowMo_K2Node_CustomInputActionEvent_43, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SlowMo_K2Node_CustomInputActionEvent_43::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_44 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_44) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_44"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_44) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_44"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_44, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_44::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_45 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_45) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_45"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_45) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_45"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_45, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_45::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_46 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_46) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_46"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_46) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_46"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_46, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_46::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_AM_LoadoutPrevious_K2Node_CustomInputActionEvent_47 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_AM_LoadoutPrevious_K2Node_CustomInputActionEvent_47) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_AM_LoadoutPrevious_K2Node_CustomInputActionEvent_47"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_AM_LoadoutPrevious_K2Node_CustomInputActionEvent_47) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_AM_LoadoutPrevious_K2Node_CustomInputActionEvent_47"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_AM_LoadoutPrevious_K2Node_CustomInputActionEvent_47, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_AM_LoadoutPrevious_K2Node_CustomInputActionEvent_47::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_AM_LoadoutNext_K2Node_CustomInputActionEvent_48 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_AM_LoadoutNext_K2Node_CustomInputActionEvent_48) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_AM_LoadoutNext_K2Node_CustomInputActionEvent_48"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_AM_LoadoutNext_K2Node_CustomInputActionEvent_48) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_AM_LoadoutNext_K2Node_CustomInputActionEvent_48"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_AM_LoadoutNext_K2Node_CustomInputActionEvent_48, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_AM_LoadoutNext_K2Node_CustomInputActionEvent_48::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GameLogicElementEvt_UsingKeyboardInput_K2Node_GameLogicBoolResultEvent_11 \ static_assert(alignof(BTS_Biped_TopLevel_C_GameLogicElementEvt_UsingKeyboardInput_K2Node_GameLogicBoolResultEvent_11) == 0x000001, "Wrong alignment on BTS_Biped_TopLevel_C_GameLogicElementEvt_UsingKeyboardInput_K2Node_GameLogicBoolResultEvent_11"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GameLogicElementEvt_UsingKeyboardInput_K2Node_GameLogicBoolResultEvent_11) == 0x000001, "Wrong size on BTS_Biped_TopLevel_C_GameLogicElementEvt_UsingKeyboardInput_K2Node_GameLogicBoolResultEvent_11"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GameLogicElementEvt_UsingKeyboardInput_K2Node_GameLogicBoolResultEvent_11, CachedResult) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GameLogicElementEvt_UsingKeyboardInput_K2Node_GameLogicBoolResultEvent_11::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_48 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_48) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_48"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_48) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_48"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_48, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_48::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_49 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_49) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_49"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_49) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_49"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_49, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_49::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_50 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_50) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_50"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_50) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_50"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_50, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_MountedInteract_K2Node_BTCustomActionEvent_50::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_49 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_49) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_49"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_49) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_49"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_49, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_49::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_50 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_50) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_50"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_50) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_50"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_50, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_50::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_51 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_51) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_51"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_51) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_51"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_51, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_51::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_52 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_52) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_52"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_52) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_52"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_52, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_InteractButton_K2Node_CustomInputActionEvent_52::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButtonKeyboard_K2Node_CustomInputActionEvent_53 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButtonKeyboard_K2Node_CustomInputActionEvent_53) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButtonKeyboard_K2Node_CustomInputActionEvent_53"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButtonKeyboard_K2Node_CustomInputActionEvent_53) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButtonKeyboard_K2Node_CustomInputActionEvent_53"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButtonKeyboard_K2Node_CustomInputActionEvent_53, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButtonKeyboard_K2Node_CustomInputActionEvent_53::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_54 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_54) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_54"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_54) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_54"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_54, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_54::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_55 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_55) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_55"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_55) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_55"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_55, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_55::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_56 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_56) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_56"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_56) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_56"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_56, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_56::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_57 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_57) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_57"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_57) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_57"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_57, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_57::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_58 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_58) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_58"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_58) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_58"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_58, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_58::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_59 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_59) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_59"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_59) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_59"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_59, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_59::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButton_K2Node_CustomInputActionEvent_60 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButton_K2Node_CustomInputActionEvent_60) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButton_K2Node_CustomInputActionEvent_60"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButton_K2Node_CustomInputActionEvent_60) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButton_K2Node_CustomInputActionEvent_60"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButton_K2Node_CustomInputActionEvent_60, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButton_K2Node_CustomInputActionEvent_60::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_ActionSelectionMenuButton_K2Node_CustomInputActionEvent_61 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_ActionSelectionMenuButton_K2Node_CustomInputActionEvent_61) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_ActionSelectionMenuButton_K2Node_CustomInputActionEvent_61"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_ActionSelectionMenuButton_K2Node_CustomInputActionEvent_61) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_ActionSelectionMenuButton_K2Node_CustomInputActionEvent_61"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_ActionSelectionMenuButton_K2Node_CustomInputActionEvent_61, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_ActionSelectionMenuButton_K2Node_CustomInputActionEvent_61::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_ToggleWalkJogButton_Keyboard_K2Node_CustomInputActionEvent_62 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_ToggleWalkJogButton_Keyboard_K2Node_CustomInputActionEvent_62) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_ToggleWalkJogButton_Keyboard_K2Node_CustomInputActionEvent_62"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_ToggleWalkJogButton_Keyboard_K2Node_CustomInputActionEvent_62) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_ToggleWalkJogButton_Keyboard_K2Node_CustomInputActionEvent_62"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_ToggleWalkJogButton_Keyboard_K2Node_CustomInputActionEvent_62, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_ToggleWalkJogButton_Keyboard_K2Node_CustomInputActionEvent_62::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_ToggleWalkJogButton_Keyboard_K2Node_CustomInputActionEvent_63 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_ToggleWalkJogButton_Keyboard_K2Node_CustomInputActionEvent_63) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_ToggleWalkJogButton_Keyboard_K2Node_CustomInputActionEvent_63"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_ToggleWalkJogButton_Keyboard_K2Node_CustomInputActionEvent_63) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_ToggleWalkJogButton_Keyboard_K2Node_CustomInputActionEvent_63"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_ToggleWalkJogButton_Keyboard_K2Node_CustomInputActionEvent_63, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_ToggleWalkJogButton_Keyboard_K2Node_CustomInputActionEvent_63::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_MouseWheelPrevSpell_K2Node_CustomInputActionEvent_64 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_MouseWheelPrevSpell_K2Node_CustomInputActionEvent_64) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_MouseWheelPrevSpell_K2Node_CustomInputActionEvent_64"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_MouseWheelPrevSpell_K2Node_CustomInputActionEvent_64) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_MouseWheelPrevSpell_K2Node_CustomInputActionEvent_64"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_MouseWheelPrevSpell_K2Node_CustomInputActionEvent_64, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_MouseWheelPrevSpell_K2Node_CustomInputActionEvent_64::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_MouseWheelNextSpell_K2Node_CustomInputActionEvent_65 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_MouseWheelNextSpell_K2Node_CustomInputActionEvent_65) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_MouseWheelNextSpell_K2Node_CustomInputActionEvent_65"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_MouseWheelNextSpell_K2Node_CustomInputActionEvent_65) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_MouseWheelNextSpell_K2Node_CustomInputActionEvent_65"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_MouseWheelNextSpell_K2Node_CustomInputActionEvent_65, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_MouseWheelNextSpell_K2Node_CustomInputActionEvent_65::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_66 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_66) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_66"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_66) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_66"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_66, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_66::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_67 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_67) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_67"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_67) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_67"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_67, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_67::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_68 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_68) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_68"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_68) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_68"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_68, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_MouseWheelCastSpell_K2Node_CustomInputActionEvent_68::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GameLogicElementEvt_OppugnoAllowed_K2Node_GameLogicBoolResultEvent_12 \ static_assert(alignof(BTS_Biped_TopLevel_C_GameLogicElementEvt_OppugnoAllowed_K2Node_GameLogicBoolResultEvent_12) == 0x000001, "Wrong alignment on BTS_Biped_TopLevel_C_GameLogicElementEvt_OppugnoAllowed_K2Node_GameLogicBoolResultEvent_12"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GameLogicElementEvt_OppugnoAllowed_K2Node_GameLogicBoolResultEvent_12) == 0x000001, "Wrong size on BTS_Biped_TopLevel_C_GameLogicElementEvt_OppugnoAllowed_K2Node_GameLogicBoolResultEvent_12"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GameLogicElementEvt_OppugnoAllowed_K2Node_GameLogicBoolResultEvent_12, CachedResult) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GameLogicElementEvt_OppugnoAllowed_K2Node_GameLogicBoolResultEvent_12::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_RevelioButtonBroom_K2Node_CustomInputActionEvent_69 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_RevelioButtonBroom_K2Node_CustomInputActionEvent_69) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_RevelioButtonBroom_K2Node_CustomInputActionEvent_69"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_RevelioButtonBroom_K2Node_CustomInputActionEvent_69) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_RevelioButtonBroom_K2Node_CustomInputActionEvent_69"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_RevelioButtonBroom_K2Node_CustomInputActionEvent_69, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_RevelioButtonBroom_K2Node_CustomInputActionEvent_69::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_70 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_70) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_70"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_70) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_70"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_70, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_70::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_71 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_71) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_71"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_71) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_71"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_71, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_71::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_72 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_72) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_72"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_72) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_72"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_72, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_ItemMenuButton_K2Node_CustomInputActionEvent_72::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_ItemTest_K2Node_BTCustomActionEvent_51 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_ItemTest_K2Node_BTCustomActionEvent_51) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_ItemTest_K2Node_BTCustomActionEvent_51"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_ItemTest_K2Node_BTCustomActionEvent_51) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_ItemTest_K2Node_BTCustomActionEvent_51"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_ItemTest_K2Node_BTCustomActionEvent_51, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_ItemTest_K2Node_BTCustomActionEvent_51::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_SpellTest_K2Node_BTCustomActionEvent_52 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_SpellTest_K2Node_BTCustomActionEvent_52) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_SpellTest_K2Node_BTCustomActionEvent_52"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_SpellTest_K2Node_BTCustomActionEvent_52) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_SpellTest_K2Node_BTCustomActionEvent_52"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_SpellTest_K2Node_BTCustomActionEvent_52, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_SpellTest_K2Node_BTCustomActionEvent_52::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_73 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_73) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_73"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_73) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_73"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_73, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_73::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_74 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_74) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_74"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_74) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_74"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_74, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_74::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_75 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_75) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_75"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_75) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_75"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_75, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_StupefyExpelliarmusButton_K2Node_CustomInputActionEvent_75::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_76 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_76) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_76"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_76) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_76"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_76, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_76::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_77 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_77) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_77"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_77) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_77"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_77, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_OppugnoButton_K2Node_CustomInputActionEvent_77::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_CastFailAnimStarted_K2Node_BTCustomActionEvent_53 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_CastFailAnimStarted_K2Node_BTCustomActionEvent_53) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_CastFailAnimStarted_K2Node_BTCustomActionEvent_53"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_CastFailAnimStarted_K2Node_BTCustomActionEvent_53) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_CastFailAnimStarted_K2Node_BTCustomActionEvent_53"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_CastFailAnimStarted_K2Node_BTCustomActionEvent_53, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_CastFailAnimStarted_K2Node_BTCustomActionEvent_53::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Left_K2Node_CustomInputActionEvent_78 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Left_K2Node_CustomInputActionEvent_78) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Left_K2Node_CustomInputActionEvent_78"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Left_K2Node_CustomInputActionEvent_78) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Left_K2Node_CustomInputActionEvent_78"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Left_K2Node_CustomInputActionEvent_78, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Left_K2Node_CustomInputActionEvent_78::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Top_K2Node_CustomInputActionEvent_79 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Top_K2Node_CustomInputActionEvent_79) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Top_K2Node_CustomInputActionEvent_79"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Top_K2Node_CustomInputActionEvent_79) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Top_K2Node_CustomInputActionEvent_79"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Top_K2Node_CustomInputActionEvent_79, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Top_K2Node_CustomInputActionEvent_79::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Right_K2Node_CustomInputActionEvent_80 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Right_K2Node_CustomInputActionEvent_80) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Right_K2Node_CustomInputActionEvent_80"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Right_K2Node_CustomInputActionEvent_80) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Right_K2Node_CustomInputActionEvent_80"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Right_K2Node_CustomInputActionEvent_80, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Right_K2Node_CustomInputActionEvent_80::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Bottom_K2Node_CustomInputActionEvent_81 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Bottom_K2Node_CustomInputActionEvent_81) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Bottom_K2Node_CustomInputActionEvent_81"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Bottom_K2Node_CustomInputActionEvent_81) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Bottom_K2Node_CustomInputActionEvent_81"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Bottom_K2Node_CustomInputActionEvent_81, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SwapLoadoutButton_Bottom_K2Node_CustomInputActionEvent_81::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_82 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_82) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_82"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_82) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_82"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_82, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_82::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_83 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_83) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_83"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_83) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_83"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_83, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_83::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_84 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_84) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_84"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_84) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_84"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_84, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_NavigationButton_K2Node_CustomInputActionEvent_84::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_RevelioButton_K2Node_CustomInputActionEvent_85 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_RevelioButton_K2Node_CustomInputActionEvent_85) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_RevelioButton_K2Node_CustomInputActionEvent_85"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_RevelioButton_K2Node_CustomInputActionEvent_85) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_RevelioButton_K2Node_CustomInputActionEvent_85"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_RevelioButton_K2Node_CustomInputActionEvent_85, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_RevelioButton_K2Node_CustomInputActionEvent_85::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_86 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_86) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_86"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_86) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_86"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_86, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_86::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_87 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_87) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_87"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_87) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_87"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_87, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_87::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_88 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_88) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_88"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_88) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_88"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_88, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SpellModifierButton_K2Node_CustomInputActionEvent_88::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_89 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_89) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_89"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_89) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_89"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_89, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_89::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_90 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_90) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_90"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_90) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_90"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_90, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_90::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_91 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_91) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_91"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_91) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_91"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_91, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Left_K2Node_CustomInputActionEvent_91::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_92 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_92) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_92"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_92) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_92"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_92, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_92::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_93 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_93) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_93"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_93) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_93"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_93, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_93::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_94 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_94) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_94"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_94) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_94"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_94, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Bottom_K2Node_CustomInputActionEvent_94::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_95 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_95) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_95"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_95) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_95"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_95, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_95::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_96 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_96) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_96"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_96) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_96"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_96, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_96::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_97 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_97) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_97"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_97) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_97"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_97, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Right_K2Node_CustomInputActionEvent_97::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_98 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_98) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_98"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_98) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_98"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_98, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_98::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_99 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_99) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_99"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_99) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_99"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_99, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_99::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_100 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_100) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_100"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_100) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_100"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_100, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_SpellButton_Top_K2Node_CustomInputActionEvent_100::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_Quick_K2Node_CustomInputActionEvent_101 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_Quick_K2Node_CustomInputActionEvent_101) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_Quick_K2Node_CustomInputActionEvent_101"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_Quick_K2Node_CustomInputActionEvent_101) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_Quick_K2Node_CustomInputActionEvent_101"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_Quick_K2Node_CustomInputActionEvent_101, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_Quick_K2Node_CustomInputActionEvent_101::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_102 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_102) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_102"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_102) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_102"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_102, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_102::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_103 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_103) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_103"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_103) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_103"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_103, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_103::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_104 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_104) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_104"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_104) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_104"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_104, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_StupefyButton_K2Node_CustomInputActionEvent_104::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButton_K2Node_CustomInputActionEvent_105 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButton_K2Node_CustomInputActionEvent_105) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButton_K2Node_CustomInputActionEvent_105"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButton_K2Node_CustomInputActionEvent_105) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButton_K2Node_CustomInputActionEvent_105"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButton_K2Node_CustomInputActionEvent_105, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_CriticalFinisherButton_K2Node_CustomInputActionEvent_105::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_HealthButton_K2Node_CustomInputActionEvent_106 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_HealthButton_K2Node_CustomInputActionEvent_106) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_HealthButton_K2Node_CustomInputActionEvent_106"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_HealthButton_K2Node_CustomInputActionEvent_106) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_HealthButton_K2Node_CustomInputActionEvent_106"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_HealthButton_K2Node_CustomInputActionEvent_106, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_HealthButton_K2Node_CustomInputActionEvent_106::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_CastFailedInCoolDown_K2Node_BTCustomActionEvent_54 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_CastFailedInCoolDown_K2Node_BTCustomActionEvent_54) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_CastFailedInCoolDown_K2Node_BTCustomActionEvent_54"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_CastFailedInCoolDown_K2Node_BTCustomActionEvent_54) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_CastFailedInCoolDown_K2Node_BTCustomActionEvent_54"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_CastFailedInCoolDown_K2Node_BTCustomActionEvent_54, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_CastFailedInCoolDown_K2Node_BTCustomActionEvent_54::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_StartAnimalGuide_K2Node_BTCustomActionEvent_55 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_StartAnimalGuide_K2Node_BTCustomActionEvent_55) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_StartAnimalGuide_K2Node_BTCustomActionEvent_55"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_StartAnimalGuide_K2Node_BTCustomActionEvent_55) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_StartAnimalGuide_K2Node_BTCustomActionEvent_55"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_StartAnimalGuide_K2Node_BTCustomActionEvent_55, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_StartAnimalGuide_K2Node_BTCustomActionEvent_55::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_CancelQueuedStupefy_K2Node_BTCustomActionEvent_56 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_CancelQueuedStupefy_K2Node_BTCustomActionEvent_56) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_CancelQueuedStupefy_K2Node_BTCustomActionEvent_56"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_CancelQueuedStupefy_K2Node_BTCustomActionEvent_56) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_CancelQueuedStupefy_K2Node_BTCustomActionEvent_56"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_CancelQueuedStupefy_K2Node_BTCustomActionEvent_56, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_CancelQueuedStupefy_K2Node_BTCustomActionEvent_56::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GameLogicElementEvt_LockOnMode_K2Node_GameLogicBoolResultEvent_13 \ static_assert(alignof(BTS_Biped_TopLevel_C_GameLogicElementEvt_LockOnMode_K2Node_GameLogicBoolResultEvent_13) == 0x000001, "Wrong alignment on BTS_Biped_TopLevel_C_GameLogicElementEvt_LockOnMode_K2Node_GameLogicBoolResultEvent_13"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GameLogicElementEvt_LockOnMode_K2Node_GameLogicBoolResultEvent_13) == 0x000001, "Wrong size on BTS_Biped_TopLevel_C_GameLogicElementEvt_LockOnMode_K2Node_GameLogicBoolResultEvent_13"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GameLogicElementEvt_LockOnMode_K2Node_GameLogicBoolResultEvent_13, CachedResult) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GameLogicElementEvt_LockOnMode_K2Node_GameLogicBoolResultEvent_13::CachedResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_107 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_107) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_107"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_107) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_107"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_107, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_107::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_108 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_108) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_108"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_108) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_108"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_108, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_108::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_109 \ static_assert(alignof(BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_109) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_109"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_109) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_109"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_109, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InpActEvt_AimModeButton_K2Node_CustomInputActionEvent_109::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_LandFromFalling_K2Node_BTCustomActionEvent_57 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_LandFromFalling_K2Node_BTCustomActionEvent_57) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_LandFromFalling_K2Node_BTCustomActionEvent_57"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_LandFromFalling_K2Node_BTCustomActionEvent_57) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_LandFromFalling_K2Node_BTCustomActionEvent_57"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_LandFromFalling_K2Node_BTCustomActionEvent_57, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_LandFromFalling_K2Node_BTCustomActionEvent_57::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CustActionEvt_LandFromJump_K2Node_BTCustomActionEvent_58 \ static_assert(alignof(BTS_Biped_TopLevel_C_CustActionEvt_LandFromJump_K2Node_BTCustomActionEvent_58) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CustActionEvt_LandFromJump_K2Node_BTCustomActionEvent_58"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CustActionEvt_LandFromJump_K2Node_BTCustomActionEvent_58) == 0x000004, "Wrong size on BTS_Biped_TopLevel_C_CustActionEvt_LandFromJump_K2Node_BTCustomActionEvent_58"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CustActionEvt_LandFromJump_K2Node_BTCustomActionEvent_58, VariantMapHandle) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CustActionEvt_LandFromJump_K2Node_BTCustomActionEvent_58::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard \ static_assert(alignof(BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard) == 0x000080, "Wrong size on BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard, AbilityClass) == 0x000000, "Member 'BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard::AbilityClass' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard, ImpactInstigator) == 0x000008, "Member 'BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard::ImpactInstigator' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard, TraceDirection) == 0x000010, "Member 'BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard::TraceDirection' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard, ImpactPoint) == 0x00001C, "Member 'BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard::ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard, ImpactNormal) == 0x000028, "Member 'BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard::ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard, HitActor) == 0x000038, "Member 'BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard::HitActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard, HitBoneName) == 0x000040, "Member 'BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard::HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard, CallFunc_MakeLiteralName_ReturnValue) == 0x000048, "Member 'BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000050, "Member 'BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard, CallFunc_MakeLiteralName_ReturnValue_2) == 0x000058, "Member 'BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard::CallFunc_MakeLiteralName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard, CallFunc_MakeLiteralName_ReturnValue_3) == 0x000060, "Member 'BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard::CallFunc_MakeLiteralName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard, CallFunc_MakeLiteralName_ReturnValue_4) == 0x000068, "Member 'BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard::CallFunc_MakeLiteralName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000070, "Member 'BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard, CallFunc_MakeLiteralName_ReturnValue_5) == 0x000078, "Member 'BTS_Biped_TopLevel_C_StoreImpactValuesOnBlackboard::CallFunc_MakeLiteralName_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_AdditiveReaction \ static_assert(alignof(BTS_Biped_TopLevel_C_AdditiveReaction) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_AdditiveReaction"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_AdditiveReaction) == 0x000070, "Wrong size on BTS_Biped_TopLevel_C_AdditiveReaction"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdditiveReaction, ReactingActor) == 0x000000, "Member 'BTS_Biped_TopLevel_C_AdditiveReaction::ReactingActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdditiveReaction, InAblAbilitClass) == 0x000008, "Member 'BTS_Biped_TopLevel_C_AdditiveReaction::InAblAbilitClass' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdditiveReaction, InInstigator) == 0x000010, "Member 'BTS_Biped_TopLevel_C_AdditiveReaction::InInstigator' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdditiveReaction, ImpactDirection) == 0x000018, "Member 'BTS_Biped_TopLevel_C_AdditiveReaction::ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdditiveReaction, CallFunc_GetAnimInstance_ReturnValue) == 0x000028, "Member 'BTS_Biped_TopLevel_C_AdditiveReaction::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdditiveReaction, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000030, "Member 'BTS_Biped_TopLevel_C_AdditiveReaction::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdditiveReaction, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BTS_Biped_TopLevel_C_AdditiveReaction::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdditiveReaction, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x000048, "Member 'BTS_Biped_TopLevel_C_AdditiveReaction::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdditiveReaction, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BTS_Biped_TopLevel_C_AdditiveReaction::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdditiveReaction, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue) == 0x000051, "Member 'BTS_Biped_TopLevel_C_AdditiveReaction::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdditiveReaction, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000058, "Member 'BTS_Biped_TopLevel_C_AdditiveReaction::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdditiveReaction, K2Node_DynamicCast_bSuccess_2) == 0x000068, "Member 'BTS_Biped_TopLevel_C_AdditiveReaction::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdditiveReaction, CallFunc_MakeLiteralByte_ReturnValue) == 0x000069, "Member 'BTS_Biped_TopLevel_C_AdditiveReaction::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_HealthChanged \ static_assert(alignof(BTS_Biped_TopLevel_C_HealthChanged) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_HealthChanged"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_HealthChanged) == 0x0000B8, "Wrong size on BTS_Biped_TopLevel_C_HealthChanged"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, Actor) == 0x000000, "Member 'BTS_Biped_TopLevel_C_HealthChanged::Actor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, HealthChange) == 0x000008, "Member 'BTS_Biped_TopLevel_C_HealthChanged::HealthChange' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, IndicateHUD) == 0x00000C, "Member 'BTS_Biped_TopLevel_C_HealthChanged::IndicateHUD' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, K2Node_DynamicCast_AsBiped_Character) == 0x000010, "Member 'BTS_Biped_TopLevel_C_HealthChanged::K2Node_DynamicCast_AsBiped_Character' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTS_Biped_TopLevel_C_HealthChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000020, "Member 'BTS_Biped_TopLevel_C_HealthChanged::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, CallFunc_GetHealth_ReturnValue) == 0x000028, "Member 'BTS_Biped_TopLevel_C_HealthChanged::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, CallFunc_GetFullBodyState_self_CastInput) == 0x000030, "Member 'BTS_Biped_TopLevel_C_HealthChanged::CallFunc_GetFullBodyState_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, CallFunc_GetFullBodyState_OutState) == 0x000040, "Member 'BTS_Biped_TopLevel_C_HealthChanged::CallFunc_GetFullBodyState_OutState' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000041, "Member 'BTS_Biped_TopLevel_C_HealthChanged::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000042, "Member 'BTS_Biped_TopLevel_C_HealthChanged::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, Temp_name_Variable) == 0x000044, "Member 'BTS_Biped_TopLevel_C_HealthChanged::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000050, "Member 'BTS_Biped_TopLevel_C_HealthChanged::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000058, "Member 'BTS_Biped_TopLevel_C_HealthChanged::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'BTS_Biped_TopLevel_C_HealthChanged::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000070, "Member 'BTS_Biped_TopLevel_C_HealthChanged::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, K2Node_DynamicCast_bSuccess_2) == 0x000080, "Member 'BTS_Biped_TopLevel_C_HealthChanged::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000081, "Member 'BTS_Biped_TopLevel_C_HealthChanged::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x000082, "Member 'BTS_Biped_TopLevel_C_HealthChanged::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000083, "Member 'BTS_Biped_TopLevel_C_HealthChanged::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000084, "Member 'BTS_Biped_TopLevel_C_HealthChanged::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000088, "Member 'BTS_Biped_TopLevel_C_HealthChanged::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x000090, "Member 'BTS_Biped_TopLevel_C_HealthChanged::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, K2Node_DynamicCast_AsAble_Character_Interface_2) == 0x000098, "Member 'BTS_Biped_TopLevel_C_HealthChanged::K2Node_DynamicCast_AsAble_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, K2Node_DynamicCast_bSuccess_3) == 0x0000A8, "Member 'BTS_Biped_TopLevel_C_HealthChanged::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, CallFunc_Array_Contains_ReturnValue) == 0x0000A9, "Member 'BTS_Biped_TopLevel_C_HealthChanged::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, CallFunc_ExecuteAbilityByClass_ReturnValue_2) == 0x0000AA, "Member 'BTS_Biped_TopLevel_C_HealthChanged::CallFunc_ExecuteAbilityByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HealthChanged, CallFunc_GetPlayerBroom_Player_Broom) == 0x0000B0, "Member 'BTS_Biped_TopLevel_C_HealthChanged::CallFunc_GetPlayerBroom_Player_Broom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CastTwitchSpell \ static_assert(alignof(BTS_Biped_TopLevel_C_CastTwitchSpell) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_CastTwitchSpell"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CastTwitchSpell) == 0x000068, "Wrong size on BTS_Biped_TopLevel_C_CastTwitchSpell"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastTwitchSpell, SpellIndex) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CastTwitchSpell::SpellIndex' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastTwitchSpell, CompendiumPage) == 0x000008, "Member 'BTS_Biped_TopLevel_C_CastTwitchSpell::CompendiumPage' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastTwitchSpell, CallFunc_CheckForSpellDupes_Allowed) == 0x000018, "Member 'BTS_Biped_TopLevel_C_CastTwitchSpell::CallFunc_CheckForSpellDupes_Allowed' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastTwitchSpell, CallFunc_GetActorOwner_ReturnValue) == 0x000020, "Member 'BTS_Biped_TopLevel_C_CastTwitchSpell::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastTwitchSpell, CallFunc_GetActorOwner_ReturnValue_1) == 0x000028, "Member 'BTS_Biped_TopLevel_C_CastTwitchSpell::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastTwitchSpell, K2Node_DynamicCast_AsBiped_Player) == 0x000030, "Member 'BTS_Biped_TopLevel_C_CastTwitchSpell::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastTwitchSpell, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BTS_Biped_TopLevel_C_CastTwitchSpell::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastTwitchSpell, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BTS_Biped_TopLevel_C_CastTwitchSpell::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastTwitchSpell, CallFunc_QuickActionInteract_ReturnValue) == 0x000040, "Member 'BTS_Biped_TopLevel_C_CastTwitchSpell::CallFunc_QuickActionInteract_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastTwitchSpell, CallFunc_GetActorOwner_ReturnValue_2) == 0x000048, "Member 'BTS_Biped_TopLevel_C_CastTwitchSpell::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastTwitchSpell, CallFunc_GetActiveGroupIndex_ReturnValue) == 0x000050, "Member 'BTS_Biped_TopLevel_C_CastTwitchSpell::CallFunc_GetActiveGroupIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastTwitchSpell, CallFunc_CreateVariantMap_ReturnValue) == 0x000054, "Member 'BTS_Biped_TopLevel_C_CastTwitchSpell::CallFunc_CreateVariantMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastTwitchSpell, CallFunc_GetItemType_ReturnValue) == 0x000058, "Member 'BTS_Biped_TopLevel_C_CastTwitchSpell::CallFunc_GetItemType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastTwitchSpell, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x00005C, "Member 'BTS_Biped_TopLevel_C_CastTwitchSpell::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastTwitchSpell, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000060, "Member 'BTS_Biped_TopLevel_C_CastTwitchSpell::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastTwitchSpell, CallFunc_Not_PreBool_ReturnValue) == 0x000061, "Member 'BTS_Biped_TopLevel_C_CastTwitchSpell::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_DeselectTwitchSpell \ static_assert(alignof(BTS_Biped_TopLevel_C_DeselectTwitchSpell) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_DeselectTwitchSpell"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_DeselectTwitchSpell) == 0x000020, "Wrong size on BTS_Biped_TopLevel_C_DeselectTwitchSpell"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DeselectTwitchSpell, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTS_Biped_TopLevel_C_DeselectTwitchSpell::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DeselectTwitchSpell, CallFunc_GetActiveTool_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_DeselectTwitchSpell::CallFunc_GetActiveTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DeselectTwitchSpell, K2Node_DynamicCast_AsInventory_Item_Tool) == 0x000010, "Member 'BTS_Biped_TopLevel_C_DeselectTwitchSpell::K2Node_DynamicCast_AsInventory_Item_Tool' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DeselectTwitchSpell, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTS_Biped_TopLevel_C_DeselectTwitchSpell::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CompleteTwitchSpell \ static_assert(alignof(BTS_Biped_TopLevel_C_CompleteTwitchSpell) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_CompleteTwitchSpell"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CompleteTwitchSpell) == 0x000028, "Wrong size on BTS_Biped_TopLevel_C_CompleteTwitchSpell"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CompleteTwitchSpell, SpellIndex) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CompleteTwitchSpell::SpellIndex' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CompleteTwitchSpell, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BTS_Biped_TopLevel_C_CompleteTwitchSpell::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CompleteTwitchSpell, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_CompleteTwitchSpell::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CompleteTwitchSpell, CallFunc_GetActorOwner_ReturnValue_1) == 0x000010, "Member 'BTS_Biped_TopLevel_C_CompleteTwitchSpell::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CompleteTwitchSpell, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_CompleteTwitchSpell::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CompleteTwitchSpell, CallFunc_CreateVariantMap_ReturnValue) == 0x00001C, "Member 'BTS_Biped_TopLevel_C_CompleteTwitchSpell::CallFunc_CreateVariantMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CompleteTwitchSpell, CallFunc_BroadcastAction_Actor_ReturnValue_1) == 0x000020, "Member 'BTS_Biped_TopLevel_C_CompleteTwitchSpell::CallFunc_BroadcastAction_Actor_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GetButtonKeyValue \ static_assert(alignof(BTS_Biped_TopLevel_C_GetButtonKeyValue) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_GetButtonKeyValue"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GetButtonKeyValue) == 0x000020, "Wrong size on BTS_Biped_TopLevel_C_GetButtonKeyValue"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetButtonKeyValue, KeyName) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GetButtonKeyValue::KeyName' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetButtonKeyValue, Pressed) == 0x000008, "Member 'BTS_Biped_TopLevel_C_GetButtonKeyValue::Pressed' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetButtonKeyValue, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_GetButtonKeyValue::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetButtonKeyValue, CallFunc_GetValueAsBool_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_GetButtonKeyValue::CallFunc_GetValueAsBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_SetButtonKeyValue \ static_assert(alignof(BTS_Biped_TopLevel_C_SetButtonKeyValue) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_SetButtonKeyValue"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_SetButtonKeyValue) == 0x000018, "Wrong size on BTS_Biped_TopLevel_C_SetButtonKeyValue"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetButtonKeyValue, KeyName) == 0x000000, "Member 'BTS_Biped_TopLevel_C_SetButtonKeyValue::KeyName' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetButtonKeyValue, Value) == 0x000008, "Member 'BTS_Biped_TopLevel_C_SetButtonKeyValue::Value' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetButtonKeyValue, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_SetButtonKeyValue::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_SetButtonQueueTimer \ static_assert(alignof(BTS_Biped_TopLevel_C_SetButtonQueueTimer) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_SetButtonQueueTimer"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_SetButtonQueueTimer) == 0x000018, "Wrong size on BTS_Biped_TopLevel_C_SetButtonQueueTimer"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetButtonQueueTimer, NewParam) == 0x000000, "Member 'BTS_Biped_TopLevel_C_SetButtonQueueTimer::NewParam' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetButtonQueueTimer, Value) == 0x000008, "Member 'BTS_Biped_TopLevel_C_SetButtonQueueTimer::Value' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetButtonQueueTimer, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_SetButtonQueueTimer::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GetButtonQueueTimer \ static_assert(alignof(BTS_Biped_TopLevel_C_GetButtonQueueTimer) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_GetButtonQueueTimer"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GetButtonQueueTimer) == 0x000020, "Wrong size on BTS_Biped_TopLevel_C_GetButtonQueueTimer"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetButtonQueueTimer, KeyName) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GetButtonQueueTimer::KeyName' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetButtonQueueTimer, Value) == 0x000008, "Member 'BTS_Biped_TopLevel_C_GetButtonQueueTimer::Value' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetButtonQueueTimer, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_GetButtonQueueTimer::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetButtonQueueTimer, CallFunc_GetValueAsFloat_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_GetButtonQueueTimer::CallFunc_GetValueAsFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_StartSprint \ static_assert(alignof(BTS_Biped_TopLevel_C_StartSprint) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_StartSprint"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_StartSprint) == 0x000058, "Wrong size on BTS_Biped_TopLevel_C_StartSprint"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StartSprint, SpeedModType) == 0x000000, "Member 'BTS_Biped_TopLevel_C_StartSprint::SpeedModType' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StartSprint, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_StartSprint::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StartSprint, CallFunc_GetActorOwner_ReturnValue_1) == 0x000010, "Member 'BTS_Biped_TopLevel_C_StartSprint::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StartSprint, CallFunc_IsActorDisillusioned_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_StartSprint::CallFunc_IsActorDisillusioned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StartSprint, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000020, "Member 'BTS_Biped_TopLevel_C_StartSprint::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StartSprint, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTS_Biped_TopLevel_C_StartSprint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StartSprint, CallFunc_GetBoolVariable_OnActor_ReturnValue) == 0x000031, "Member 'BTS_Biped_TopLevel_C_StartSprint::CallFunc_GetBoolVariable_OnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StartSprint, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'BTS_Biped_TopLevel_C_StartSprint::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StartSprint, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000040, "Member 'BTS_Biped_TopLevel_C_StartSprint::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StartSprint, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BTS_Biped_TopLevel_C_StartSprint::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_StopSprint \ static_assert(alignof(BTS_Biped_TopLevel_C_StopSprint) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_StopSprint"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_StopSprint) == 0x000040, "Wrong size on BTS_Biped_TopLevel_C_StopSprint"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StopSprint, CallFunc_GetAnimInstance_ReturnValue) == 0x000000, "Member 'BTS_Biped_TopLevel_C_StopSprint::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StopSprint, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_StopSprint::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StopSprint, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000010, "Member 'BTS_Biped_TopLevel_C_StopSprint::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StopSprint, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTS_Biped_TopLevel_C_StopSprint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StopSprint, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000028, "Member 'BTS_Biped_TopLevel_C_StopSprint::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StopSprint, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTS_Biped_TopLevel_C_StopSprint::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CastFinisher \ static_assert(alignof(BTS_Biped_TopLevel_C_CastFinisher) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_CastFinisher"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CastFinisher) == 0x000048, "Wrong size on BTS_Biped_TopLevel_C_CastFinisher"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastFinisher, FinisherIndex) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CastFinisher::FinisherIndex' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastFinisher, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_CastFinisher::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastFinisher, Temp_object_Variable) == 0x000010, "Member 'BTS_Biped_TopLevel_C_CastFinisher::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastFinisher, CallFunc_CreateVariantMap_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_CastFinisher::CallFunc_CreateVariantMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastFinisher, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x00001C, "Member 'BTS_Biped_TopLevel_C_CastFinisher::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastFinisher, CallFunc_GetActorOwner_ReturnValue_1) == 0x000020, "Member 'BTS_Biped_TopLevel_C_CastFinisher::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastFinisher, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000028, "Member 'BTS_Biped_TopLevel_C_CastFinisher::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastFinisher, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BTS_Biped_TopLevel_C_CastFinisher::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CastFinisher, CallFunc_GetWand_ReturnValue) == 0x000040, "Member 'BTS_Biped_TopLevel_C_CastFinisher::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GotoTargetFactSheet \ static_assert(alignof(BTS_Biped_TopLevel_C_GotoTargetFactSheet) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_GotoTargetFactSheet"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GotoTargetFactSheet) == 0x000158, "Wrong size on BTS_Biped_TopLevel_C_GotoTargetFactSheet"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CompendiumCategory) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CompendiumCategory' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, TargetId) == 0x000010, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::TargetId' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, Target) == 0x000018, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::Target' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, DestCompendiumPage) == 0x000020, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::DestCompendiumPage' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000032, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, Temp_string_Variable) == 0x000048, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000058, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_GetSubjectCategoryFromSubject_ReturnValue) == 0x000070, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_GetSubjectCategoryFromSubject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, Temp_bool_Variable) == 0x000090, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, Temp_bool_Variable_1) == 0x000091, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_Conv_NameToString_ReturnValue) == 0x000098, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A8, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_Get_ReturnValue) == 0x0000B8, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, K2Node_Select_Default) == 0x0000C0, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_GetPlayerKnowledgeLevel_ReturnValue) == 0x0000D0, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_GetPlayerKnowledgeLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000D1, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_Get_ReturnValue_1) == 0x0000D8, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_IsKnowledgeSubject_ReturnValue) == 0x0000E0, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_IsKnowledgeSubject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_NotEqual_NameName_ReturnValue) == 0x0000E8, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_Conv_StringToName_ReturnValue) == 0x0000EC, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_GetPlayerController_ReturnValue) == 0x0000F8, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_GetComponentByClass_ReturnValue) == 0x000100, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_GetDbId_ReturnValue) == 0x000108, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_GetBestTarget_ReturnValue) == 0x000110, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_GetBestTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_GetPlayerController_ReturnValue_1) == 0x000118, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, Temp_string_Variable_1) == 0x000120, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000130, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_GetBestTarget_ReturnValue_1) == 0x000138, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_GetBestTarget_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, K2Node_Select_Default_1) == 0x000140, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GotoTargetFactSheet, CallFunc_Get_ReturnValue_2) == 0x000150, "Member 'BTS_Biped_TopLevel_C_GotoTargetFactSheet::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GetReactorTags \ static_assert(alignof(BTS_Biped_TopLevel_C_GetReactorTags) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_GetReactorTags"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GetReactorTags) == 0x0000B8, "Wrong size on BTS_Biped_TopLevel_C_GetReactorTags"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetReactorTags, MunitionTags) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GetReactorTags::MunitionTags' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetReactorTags, ReactorTags) == 0x000020, "Member 'BTS_Biped_TopLevel_C_GetReactorTags::ReactorTags' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetReactorTags, ReactorTagsTemp) == 0x000040, "Member 'BTS_Biped_TopLevel_C_GetReactorTags::ReactorTagsTemp' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetReactorTags, CallFunc_GetActorOwner_ReturnValue) == 0x000060, "Member 'BTS_Biped_TopLevel_C_GetReactorTags::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetReactorTags, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'BTS_Biped_TopLevel_C_GetReactorTags::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetReactorTags, K2Node_DynamicCast_AsCharacter) == 0x000070, "Member 'BTS_Biped_TopLevel_C_GetReactorTags::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetReactorTags, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BTS_Biped_TopLevel_C_GetReactorTags::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetReactorTags, CallFunc_GetAnimInstance_ReturnValue) == 0x000080, "Member 'BTS_Biped_TopLevel_C_GetReactorTags::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetReactorTags, CallFunc_IsSwimming_ReturnValue) == 0x000088, "Member 'BTS_Biped_TopLevel_C_GetReactorTags::CallFunc_IsSwimming_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetReactorTags, K2Node_DynamicCast_AsAmbulatory_Anim_Instance) == 0x000090, "Member 'BTS_Biped_TopLevel_C_GetReactorTags::K2Node_DynamicCast_AsAmbulatory_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetReactorTags, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'BTS_Biped_TopLevel_C_GetReactorTags::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetReactorTags, CallFunc_Get_DesiredWorldSpeed_self_CastInput) == 0x0000A0, "Member 'BTS_Biped_TopLevel_C_GetReactorTags::CallFunc_Get_DesiredWorldSpeed_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetReactorTags, CallFunc_Get_DesiredWorldSpeed_OutSpeed) == 0x0000B0, "Member 'BTS_Biped_TopLevel_C_GetReactorTags::CallFunc_Get_DesiredWorldSpeed_OutSpeed' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetReactorTags, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000B4, "Member 'BTS_Biped_TopLevel_C_GetReactorTags::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_HandleLedgeDetected \ static_assert(alignof(BTS_Biped_TopLevel_C_HandleLedgeDetected) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_HandleLedgeDetected"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_HandleLedgeDetected) == 0x000058, "Wrong size on BTS_Biped_TopLevel_C_HandleLedgeDetected"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected, OwningActor) == 0x000000, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected::OwningActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected, CallFunc_Get_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000010, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected, CallFunc_CompleteTutorialStepByAlias_ReturnValue) == 0x000021, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected::CallFunc_CompleteTutorialStepByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000022, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected, K2Node_DynamicCast_AsAmbulatory_Character_Interface_1) == 0x000028, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected::K2Node_DynamicCast_AsAmbulatory_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000040, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected, CallFunc_CalculateClimbingLedgeState_OutState) == 0x000051, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected::CallFunc_CalculateClimbingLedgeState_OutState' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected, CallFunc_CalculateClimbingLedgeState_OutType) == 0x000052, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected::CallFunc_CalculateClimbingLedgeState_OutType' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000053, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump \ static_assert(alignof(BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump) == 0x000038, "Wrong size on BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump, OwningActor) == 0x000000, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump::OwningActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000008, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000020, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump, CallFunc_CalculateClimbingLedgeState_OutState) == 0x000031, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump::CallFunc_CalculateClimbingLedgeState_OutState' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump, CallFunc_CalculateClimbingLedgeState_OutType) == 0x000032, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump::CallFunc_CalculateClimbingLedgeState_OutType' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000033, "Member 'BTS_Biped_TopLevel_C_HandleLedgeDetected_NoJump::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_DoFallDamage \ static_assert(alignof(BTS_Biped_TopLevel_C_DoFallDamage) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_DoFallDamage"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_DoFallDamage) == 0x000248, "Wrong size on BTS_Biped_TopLevel_C_DoFallDamage"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, LandingDamage) == 0x000000, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::LandingDamage' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, FallHeight) == 0x000004, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::FallHeight' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_Less_FloatFloat_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_DoDamageTarget_OutDamageInfo) == 0x000020, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_DoDamageTarget_OutDamageInfo' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_DoDamageTarget_ReturnValue) == 0x0001E8, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_DoDamageTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_GetObjectStateInfo_ReturnValue) == 0x0001F0, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001F8, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_BreakVector_X) == 0x000204, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_BreakVector_Y) == 0x000208, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_BreakVector_Z) == 0x00020C, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000210, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000218, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_GetContextOnActor_ReturnValue) == 0x000220, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_GetContextOnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x000228, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_GetTheBipedPlayer_ReturnValue_3) == 0x000230, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_GetTheBipedPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_KillTarget_ReturnValue) == 0x000238, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_KillTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_HasAbilityTagBP_ReturnValue) == 0x000239, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_HasAbilityTagBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_Add_FloatFloat_ReturnValue) == 0x00023C, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000240, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000244, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_DoFallDamage, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000245, "Member 'BTS_Biped_TopLevel_C_DoFallDamage::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_FireSimpleSpell \ static_assert(alignof(BTS_Biped_TopLevel_C_FireSimpleSpell) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_FireSimpleSpell"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_FireSimpleSpell) == 0x000010, "Wrong size on BTS_Biped_TopLevel_C_FireSimpleSpell"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_FireSimpleSpell, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTS_Biped_TopLevel_C_FireSimpleSpell::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_FireSimpleSpell, CallFunc_CreateVariantMap_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_FireSimpleSpell::CallFunc_CreateVariantMap_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_FireSimpleSpell, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x00000C, "Member 'BTS_Biped_TopLevel_C_FireSimpleSpell::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_Teleported \ static_assert(alignof(BTS_Biped_TopLevel_C_Teleported) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_Teleported"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_Teleported) == 0x000040, "Wrong size on BTS_Biped_TopLevel_C_Teleported"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Teleported, InCharacter) == 0x000000, "Member 'BTS_Biped_TopLevel_C_Teleported::InCharacter' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Teleported, InAmountDisplaced) == 0x000008, "Member 'BTS_Biped_TopLevel_C_Teleported::InAmountDisplaced' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Teleported, InAmoundRotated) == 0x000014, "Member 'BTS_Biped_TopLevel_C_Teleported::InAmoundRotated' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Teleported, K2Node_DynamicCast_AsBiped_Player) == 0x000020, "Member 'BTS_Biped_TopLevel_C_Teleported::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Teleported, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTS_Biped_TopLevel_C_Teleported::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Teleported, CallFunc_BreakVector_X) == 0x00002C, "Member 'BTS_Biped_TopLevel_C_Teleported::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Teleported, CallFunc_BreakVector_Y) == 0x000030, "Member 'BTS_Biped_TopLevel_C_Teleported::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Teleported, CallFunc_BreakVector_Z) == 0x000034, "Member 'BTS_Biped_TopLevel_C_Teleported::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Teleported, CallFunc_Add_FloatFloat_ReturnValue) == 0x000038, "Member 'BTS_Biped_TopLevel_C_Teleported::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CheckForSpellDupes \ static_assert(alignof(BTS_Biped_TopLevel_C_CheckForSpellDupes) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_CheckForSpellDupes"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CheckForSpellDupes) == 0x000010, "Wrong size on BTS_Biped_TopLevel_C_CheckForSpellDupes"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CheckForSpellDupes, Allowed) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CheckForSpellDupes::Allowed' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CheckForSpellDupes, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000004, "Member 'BTS_Biped_TopLevel_C_CheckForSpellDupes::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CheckForSpellDupes, CallFunc_GetGameTimeInSeconds_ReturnValue_1) == 0x000008, "Member 'BTS_Biped_TopLevel_C_CheckForSpellDupes::CallFunc_GetGameTimeInSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CheckForSpellDupes, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'BTS_Biped_TopLevel_C_CheckForSpellDupes::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_Dodge \ static_assert(alignof(BTS_Biped_TopLevel_C_Dodge) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_Dodge"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_Dodge) == 0x000040, "Wrong size on BTS_Biped_TopLevel_C_Dodge"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Dodge, FakeDodge) == 0x000000, "Member 'BTS_Biped_TopLevel_C_Dodge::FakeDodge' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Dodge, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_Dodge::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Dodge, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_Dodge::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Dodge, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_Dodge::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Dodge, CallFunc_GetActorOwner_ReturnValue_1) == 0x000020, "Member 'BTS_Biped_TopLevel_C_Dodge::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Dodge, K2Node_DynamicCast_AsBiped_Player) == 0x000028, "Member 'BTS_Biped_TopLevel_C_Dodge::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Dodge, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTS_Biped_TopLevel_C_Dodge::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Dodge, CallFunc_GetGameLogicObject_ReturnValue) == 0x000038, "Member 'BTS_Biped_TopLevel_C_Dodge::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget \ static_assert(alignof(BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget) == 0x000050, "Wrong size on BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget, CallFunc_GetLookAtTargetActorWithStrength_ReturnValue) == 0x000000, "Member 'BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget::CallFunc_GetLookAtTargetActorWithStrength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget, CallFunc_GetLookAtTargetActorWithStrength_ReturnValue_1) == 0x000008, "Member 'BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget::CallFunc_GetLookAtTargetActorWithStrength_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000020, "Member 'BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget, CallFunc_GetLookAtTargetTracker_ReturnValue) == 0x000038, "Member 'BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget::CallFunc_GetLookAtTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget, CallFunc_AddTarget_Actor_ReturnValue) == 0x000040, "Member 'BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget::CallFunc_AddTarget_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget, CallFunc_AddTarget_Actor_ReturnValue_1) == 0x000048, "Member 'BTS_Biped_TopLevel_C_UpdateCameraLookAtHeadTrackingTarget::CallFunc_AddTarget_Actor_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_Stick_Click \ static_assert(alignof(BTS_Biped_TopLevel_C_Stick_Click) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_Stick_Click"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_Stick_Click) == 0x000038, "Wrong size on BTS_Biped_TopLevel_C_Stick_Click"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Stick_Click, OnlyOn) == 0x000000, "Member 'BTS_Biped_TopLevel_C_Stick_Click::OnlyOn' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Stick_Click, OnlyOff) == 0x000001, "Member 'BTS_Biped_TopLevel_C_Stick_Click::OnlyOff' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Stick_Click, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_Stick_Click::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Stick_Click, K2Node_DynamicCast_AsPawn) == 0x000010, "Member 'BTS_Biped_TopLevel_C_Stick_Click::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Stick_Click, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTS_Biped_TopLevel_C_Stick_Click::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Stick_Click, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'BTS_Biped_TopLevel_C_Stick_Click::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Stick_Click, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000028, "Member 'BTS_Biped_TopLevel_C_Stick_Click::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Stick_Click, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTS_Biped_TopLevel_C_Stick_Click::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard \ static_assert(alignof(BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard) == 0x000038, "Wrong size on BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard, CallFunc_MakeLiteralName_ReturnValue) == 0x000000, "Member 'BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard, CallFunc_GetController_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000020, "Member 'BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard, CallFunc_GetBestOppugnoActor_ReturnValue) == 0x000030, "Member 'BTS_Biped_TopLevel_C_PutOppugnoTargetInBlackboard::CallFunc_GetBestOppugnoActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_AdjustSpellWheelIndex \ static_assert(alignof(BTS_Biped_TopLevel_C_AdjustSpellWheelIndex) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_AdjustSpellWheelIndex"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_AdjustSpellWheelIndex) == 0x000010, "Wrong size on BTS_Biped_TopLevel_C_AdjustSpellWheelIndex"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdjustSpellWheelIndex, Direction) == 0x000000, "Member 'BTS_Biped_TopLevel_C_AdjustSpellWheelIndex::Direction' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdjustSpellWheelIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BTS_Biped_TopLevel_C_AdjustSpellWheelIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdjustSpellWheelIndex, CallFunc_Add_IntInt_ReturnValue_1) == 0x000008, "Member 'BTS_Biped_TopLevel_C_AdjustSpellWheelIndex::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_AdjustSpellWheelIndex, CallFunc_Percent_IntInt_ReturnValue) == 0x00000C, "Member 'BTS_Biped_TopLevel_C_AdjustSpellWheelIndex::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_GetSwimAbility \ static_assert(alignof(BTS_Biped_TopLevel_C_GetSwimAbility) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_GetSwimAbility"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_GetSwimAbility) == 0x000038, "Wrong size on BTS_Biped_TopLevel_C_GetSwimAbility"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetSwimAbility, PrevMovementMode) == 0x000000, "Member 'BTS_Biped_TopLevel_C_GetSwimAbility::PrevMovementMode' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetSwimAbility, Ability) == 0x000008, "Member 'BTS_Biped_TopLevel_C_GetSwimAbility::Ability' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetSwimAbility, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'BTS_Biped_TopLevel_C_GetSwimAbility::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetSwimAbility, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_GetSwimAbility::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetSwimAbility, K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface) == 0x000020, "Member 'BTS_Biped_TopLevel_C_GetSwimAbility::K2Node_DynamicCast_AsAmbulatory_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetSwimAbility, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTS_Biped_TopLevel_C_GetSwimAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetSwimAbility, CallFunc_GetJumpingType_OutType) == 0x000031, "Member 'BTS_Biped_TopLevel_C_GetSwimAbility::CallFunc_GetJumpingType_OutType' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_GetSwimAbility, K2Node_SwitchEnum_CmpSuccess_1) == 0x000032, "Member 'BTS_Biped_TopLevel_C_GetSwimAbility::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button \ static_assert(alignof(BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button) == 0x000040, "Wrong size on BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button, CallFunc_Get_ReturnValue) == 0x000000, "Member 'BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button, CallFunc_GetLastUsedInputDevice_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button::CallFunc_GetLastUsedInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000020, "Member 'BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000029, "Member 'BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button, K2Node_DynamicCast_AsUI_BP_Phoenix_HUDWidget) == 0x000030, "Member 'BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button::K2Node_DynamicCast_AsUI_BP_Phoenix_HUDWidget' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button, CallFunc_HasUnreadMailNotification_bUnreadMail) == 0x000039, "Member 'BTS_Biped_TopLevel_C_Handle_Owl_Mail_Button::CallFunc_HasUnreadMailNotification_bUnreadMail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CleanupItemWheel \ static_assert(alignof(BTS_Biped_TopLevel_C_CleanupItemWheel) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_CleanupItemWheel"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CleanupItemWheel) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_CleanupItemWheel"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CleanupItemWheel, CallFunc_Get_ReturnValue) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CleanupItemWheel::CallFunc_Get_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CreateItemWheel \ static_assert(alignof(BTS_Biped_TopLevel_C_CreateItemWheel) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_CreateItemWheel"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CreateItemWheel) == 0x000018, "Wrong size on BTS_Biped_TopLevel_C_CreateItemWheel"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CreateItemWheel, CallFunc_Get_ReturnValue) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CreateItemWheel::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CreateItemWheel, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_CreateItemWheel::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CreateItemWheel, CallFunc_Create_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_CreateItemWheel::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_OnInteractTargetSighted \ static_assert(alignof(BTS_Biped_TopLevel_C_OnInteractTargetSighted) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_OnInteractTargetSighted"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_OnInteractTargetSighted) == 0x000010, "Wrong size on BTS_Biped_TopLevel_C_OnInteractTargetSighted"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_OnInteractTargetSighted, Target) == 0x000000, "Member 'BTS_Biped_TopLevel_C_OnInteractTargetSighted::Target' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_OnInteractTargetSighted, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_OnInteractTargetSighted::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_OnInteractTargetChanged \ static_assert(alignof(BTS_Biped_TopLevel_C_OnInteractTargetChanged) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_OnInteractTargetChanged"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_OnInteractTargetChanged) == 0x000020, "Wrong size on BTS_Biped_TopLevel_C_OnInteractTargetChanged"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_OnInteractTargetChanged, NewTarget) == 0x000000, "Member 'BTS_Biped_TopLevel_C_OnInteractTargetChanged::NewTarget' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_OnInteractTargetChanged, K2Node_DynamicCast_AsNPC_Character) == 0x000008, "Member 'BTS_Biped_TopLevel_C_OnInteractTargetChanged::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_OnInteractTargetChanged, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTS_Biped_TopLevel_C_OnInteractTargetChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_OnInteractTargetChanged, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_OnInteractTargetChanged::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_OnInteractTargetLost \ static_assert(alignof(BTS_Biped_TopLevel_C_OnInteractTargetLost) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_OnInteractTargetLost"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_OnInteractTargetLost) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_OnInteractTargetLost"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_OnInteractTargetLost, OldTarget) == 0x000000, "Member 'BTS_Biped_TopLevel_C_OnInteractTargetLost::OldTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CheckInteractTargetAllowed \ static_assert(alignof(BTS_Biped_TopLevel_C_CheckInteractTargetAllowed) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_CheckInteractTargetAllowed"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CheckInteractTargetAllowed) == 0x000040, "Wrong size on BTS_Biped_TopLevel_C_CheckInteractTargetAllowed"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CheckInteractTargetAllowed, Actor) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CheckInteractTargetAllowed::Actor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CheckInteractTargetAllowed, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_CheckInteractTargetAllowed::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CheckInteractTargetAllowed, CallFunc_GetActorOwner_ReturnValue_1) == 0x000010, "Member 'BTS_Biped_TopLevel_C_CheckInteractTargetAllowed::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CheckInteractTargetAllowed, CallFunc_EvaluateFilterOnActor_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_CheckInteractTargetAllowed::CallFunc_EvaluateFilterOnActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CheckInteractTargetAllowed, CallFunc_EvaluateFilterOnActor_ReturnValue_1) == 0x000019, "Member 'BTS_Biped_TopLevel_C_CheckInteractTargetAllowed::CallFunc_EvaluateFilterOnActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CheckInteractTargetAllowed, CallFunc_GetActorOwner_ReturnValue_2) == 0x000020, "Member 'BTS_Biped_TopLevel_C_CheckInteractTargetAllowed::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CheckInteractTargetAllowed, CallFunc_EvaluateFilterOnActor_ReturnValue_2) == 0x000028, "Member 'BTS_Biped_TopLevel_C_CheckInteractTargetAllowed::CallFunc_EvaluateFilterOnActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CheckInteractTargetAllowed, CallFunc_IsSimpleInteractObject_ReturnValue) == 0x000029, "Member 'BTS_Biped_TopLevel_C_CheckInteractTargetAllowed::CallFunc_IsSimpleInteractObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CheckInteractTargetAllowed, CallFunc_GetActorOwner_ReturnValue_3) == 0x000030, "Member 'BTS_Biped_TopLevel_C_CheckInteractTargetAllowed::CallFunc_GetActorOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CheckInteractTargetAllowed, CallFunc_EvaluateFilterOnActor_ReturnValue_3) == 0x000038, "Member 'BTS_Biped_TopLevel_C_CheckInteractTargetAllowed::CallFunc_EvaluateFilterOnActor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CheckInteractTargetAllowed, CallFunc_IsTwoHandChest_ReturnValue) == 0x000039, "Member 'BTS_Biped_TopLevel_C_CheckInteractTargetAllowed::CallFunc_IsTwoHandChest_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CheckInteractTargetAllowed, CallFunc_IsLootPickup_ReturnValue) == 0x00003A, "Member 'BTS_Biped_TopLevel_C_CheckInteractTargetAllowed::CallFunc_IsLootPickup_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InteractInitiated \ static_assert(alignof(BTS_Biped_TopLevel_C_InteractInitiated) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_InteractInitiated"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InteractInitiated) == 0x000140, "Wrong size on BTS_Biped_TopLevel_C_InteractInitiated"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, LocalInventoryCost) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::LocalInventoryCost' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000004, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_GetIsOnAMountOrInTransition_ReturnValue) == 0x000020, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_GetIsOnAMountOrInTransition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_GetActorOwner_ReturnValue) == 0x000028, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_GetActorOwner_ReturnValue_1) == 0x000030, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000038, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_MakeLiteralName_ReturnValue) == 0x000040, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, Temp_int_Array_Index_Variable) == 0x000048, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, K2Node_DynamicCast_AsBase_Character) == 0x000050, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::K2Node_DynamicCast_AsBase_Character' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_ExcuseMe_self_CastInput) == 0x000060, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_ExcuseMe_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000070, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, Temp_int_Loop_Counter_Variable) == 0x000078, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_GetDbId_ReturnValue) == 0x00007C, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_GetCost_ReturnValue) == 0x000084, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_GetCost_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00008C, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000090, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_IsTakingObjectStealing_ReturnValue) == 0x000098, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_IsTakingObjectStealing_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_GetLootItems_ReturnValue) == 0x0000A0, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_GetLootItems_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_Array_Length_ReturnValue) == 0x0000E8, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_Less_IntInt_ReturnValue) == 0x0000EC, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_Conv_StringToName_ReturnValue) == 0x0000F0, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_GetCost_ReturnValue_1) == 0x0000F8, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_GetCost_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_Multiply_IntInt_ReturnValue) == 0x0000FC, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_IsValid_ReturnValue_1) == 0x000100, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000104, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_Add_FloatFloat_ReturnValue) == 0x000108, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_GetActorOwner_ReturnValue_2) == 0x000110, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, K2Node_DynamicCast_AsPawn) == 0x000118, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, K2Node_DynamicCast_bSuccess_1) == 0x000120, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_GetController_ReturnValue) == 0x000128, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000130, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractInitiated, CallFunc_GetBestTarget_ReturnValue) == 0x000138, "Member 'BTS_Biped_TopLevel_C_InteractInitiated::CallFunc_GetBestTarget_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_Interact \ static_assert(alignof(BTS_Biped_TopLevel_C_Interact) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_Interact"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_Interact) == 0x000280, "Wrong size on BTS_Biped_TopLevel_C_Interact"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_AsForagable) == 0x000000, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_AsForagable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetItemCount_ReturnValue) == 0x00000C, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetItemCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetItemID_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetItemID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000020, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x000028, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetTheBipedPlayer_ReturnValue_3) == 0x000030, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetTheBipedPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetTheBipedPlayer_ReturnValue_4) == 0x000038, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetTheBipedPlayer_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetTheBipedPlayer_ReturnValue_5) == 0x000040, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetTheBipedPlayer_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_IsValid_ReturnValue_1) == 0x000049, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_AsBiped_Interact_Interface) == 0x000050, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_AsBiped_Interact_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetComponentByClass_ReturnValue) == 0x000068, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_IsValid_ReturnValue_2) == 0x000070, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000078, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_MakeLiteralName_ReturnValue) == 0x000080, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetTheBipedPlayer_ReturnValue_6) == 0x000088, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetTheBipedPlayer_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000090, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetTheBipedPlayer_ReturnValue_7) == 0x000098, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetTheBipedPlayer_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetTheBipedPlayer_ReturnValue_8) == 0x0000A0, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetTheBipedPlayer_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetIsOnAMountOrInTransition_ReturnValue) == 0x0000A8, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetIsOnAMountOrInTransition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetComponentByClass_ReturnValue_2) == 0x0000B0, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetComponentByClass_ReturnValue_3) == 0x0000B8, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_IsValid_ReturnValue_3) == 0x0000C0, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_Not_PreBool_ReturnValue) == 0x0000C1, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetComponentByClass_ReturnValue_4) == 0x0000C8, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetComponentByClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_IsValid_ReturnValue_4) == 0x0000D0, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_BeginInteraction_ReturnValue) == 0x0000D1, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_BeginInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, Temp_name_Variable) == 0x0000D4, "Member 'BTS_Biped_TopLevel_C_Interact::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_IsScheduledEntityBP_ReturnValue) == 0x0000DC, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_IsScheduledEntityBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetTheBipedPlayer_ReturnValue_9) == 0x0000E0, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetTheBipedPlayer_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetComponentByClass_ReturnValue_5) == 0x0000E8, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetComponentByClass_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_IsValid_ReturnValue_5) == 0x0000F0, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_MakeLiteralName_ReturnValue_1) == 0x0000F4, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_BP_Get_ReturnValue) == 0x000100, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_BP_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_ComponentHasTag_ReturnValue) == 0x000108, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_ComponentHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_AsInventory_Object) == 0x000110, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_AsInventory_Object' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_bSuccess_2) == 0x000118, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_Array_Contains_ReturnValue) == 0x000119, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_IsValid_ReturnValue_6) == 0x00011A, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_ActorHasTag_ReturnValue) == 0x00011B, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetStatName_ReturnValue) == 0x00011C, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetStatName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_AsBiped_Interact_Interface_1) == 0x000128, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_AsBiped_Interact_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_bSuccess_3) == 0x000138, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_AsHerb) == 0x000140, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_AsHerb' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_bSuccess_4) == 0x000148, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetPlot_ReturnValue) == 0x000150, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetPlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetDbId_ReturnValue) == 0x000158, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_IsInPlot_ReturnValue) == 0x000160, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_IsInPlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_Not_PreBool_ReturnValue_1) == 0x000161, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetDbId_ReturnValue_1) == 0x000164, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetDbId_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetTheBipedPlayer_ReturnValue_10) == 0x000170, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetTheBipedPlayer_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_BP_GetPlantDefinition_DefinitionFound) == 0x000178, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_BP_GetPlantDefinition_DefinitionFound' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_BP_GetPlantDefinition_ReturnValue) == 0x00017C, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_BP_GetPlantDefinition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_AreAllies_ReturnValue) == 0x0001C0, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_AreAllies_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetHasInventorySpaceToHarvestPlantOfType_ReturnValue) == 0x0001C1, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetHasInventorySpaceToHarvestPlantOfType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_BooleanOR_ReturnValue) == 0x0001C2, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_AsBP_Rail_Travel) == 0x0001C8, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_AsBP_Rail_Travel' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_bSuccess_5) == 0x0001D0, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_AsBiped_Interact_Interface_2) == 0x0001D8, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_AsBiped_Interact_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_bSuccess_6) == 0x0001E8, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_AsBiped_Interact_Interface_3) == 0x0001F0, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_AsBiped_Interact_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_bSuccess_7) == 0x000200, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, Temp_name_Variable_1) == 0x000204, "Member 'BTS_Biped_TopLevel_C_Interact::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_Array_Contains_ReturnValue_1) == 0x00020C, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_AsNPC_Character) == 0x000210, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_bSuccess_8) == 0x000218, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_AsBase_Character) == 0x000220, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_AsBase_Character' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_bSuccess_9) == 0x000228, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_IsAlive_ReturnValue) == 0x000229, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_Not_PreBool_ReturnValue_2) == 0x00022A, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetComponentByClass_ReturnValue_6) == 0x000230, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetComponentByClass_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_IsCursed_ReturnValue) == 0x000238, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_IsCursed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_IsValid_ReturnValue_7) == 0x000239, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetComponentByClass_ReturnValue_7) == 0x000240, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetComponentByClass_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetDbId_ReturnValue_2) == 0x000248, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetDbId_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_IsOwned_ReturnValue) == 0x000250, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_IsOwned_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_GetCost_ReturnValue) == 0x000254, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_GetCost_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_AsBiped_Interact_Interface_4) == 0x000258, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_AsBiped_Interact_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, K2Node_DynamicCast_bSuccess_10) == 0x000268, "Member 'BTS_Biped_TopLevel_C_Interact::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_Create_ReturnValue) == 0x000270, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Interact, CallFunc_IsTwoHandChest_ReturnValue) == 0x000278, "Member 'BTS_Biped_TopLevel_C_Interact::CallFunc_IsTwoHandChest_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InteractCanceled \ static_assert(alignof(BTS_Biped_TopLevel_C_InteractCanceled) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_InteractCanceled"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InteractCanceled) == 0x000070, "Wrong size on BTS_Biped_TopLevel_C_InteractCanceled"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractCanceled, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InteractCanceled::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractCanceled, CallFunc_BroadcastAction_Actor_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_InteractCanceled::CallFunc_BroadcastAction_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractCanceled, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_InteractCanceled::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractCanceled, CallFunc_MakeLiteralName_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_InteractCanceled::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractCanceled, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000020, "Member 'BTS_Biped_TopLevel_C_InteractCanceled::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractCanceled, CallFunc_BroadcastAction_Actor_ReturnValue_1) == 0x000028, "Member 'BTS_Biped_TopLevel_C_InteractCanceled::CallFunc_BroadcastAction_Actor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractCanceled, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'BTS_Biped_TopLevel_C_InteractCanceled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractCanceled, CallFunc_MakeLiteralName_ReturnValue_1) == 0x000030, "Member 'BTS_Biped_TopLevel_C_InteractCanceled::CallFunc_MakeLiteralName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractCanceled, CallFunc_GetBlackboardComponent_ReturnValue_1) == 0x000038, "Member 'BTS_Biped_TopLevel_C_InteractCanceled::CallFunc_GetBlackboardComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractCanceled, CallFunc_GetValueAsObject_ReturnValue) == 0x000040, "Member 'BTS_Biped_TopLevel_C_InteractCanceled::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractCanceled, K2Node_DynamicCast_AsBase_Character) == 0x000048, "Member 'BTS_Biped_TopLevel_C_InteractCanceled::K2Node_DynamicCast_AsBase_Character' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractCanceled, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BTS_Biped_TopLevel_C_InteractCanceled::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractCanceled, CallFunc_Nevermind_self_CastInput) == 0x000058, "Member 'BTS_Biped_TopLevel_C_InteractCanceled::CallFunc_Nevermind_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractCanceled, CallFunc_Nevermind_ReturnValue) == 0x000068, "Member 'BTS_Biped_TopLevel_C_InteractCanceled::CallFunc_Nevermind_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_Looting \ static_assert(alignof(BTS_Biped_TopLevel_C_Looting) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_Looting"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_Looting) == 0x000020, "Wrong size on BTS_Biped_TopLevel_C_Looting"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Looting, Actor) == 0x000000, "Member 'BTS_Biped_TopLevel_C_Looting::Actor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Looting, CallFunc_GetStatName_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_Looting::CallFunc_GetStatName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Looting, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_Looting::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Looting, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_Looting::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_LootContainer \ static_assert(alignof(BTS_Biped_TopLevel_C_LootContainer) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_LootContainer"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_LootContainer) == 0x000048, "Wrong size on BTS_Biped_TopLevel_C_LootContainer"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_LootContainer, LootTargetActor) == 0x000000, "Member 'BTS_Biped_TopLevel_C_LootContainer::LootTargetActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_LootContainer, LootActor) == 0x000008, "Member 'BTS_Biped_TopLevel_C_LootContainer::LootActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_LootContainer, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_LootContainer::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_LootContainer, K2Node_DynamicCast_AsAmbulatory_Character) == 0x000018, "Member 'BTS_Biped_TopLevel_C_LootContainer::K2Node_DynamicCast_AsAmbulatory_Character' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_LootContainer, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTS_Biped_TopLevel_C_LootContainer::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_LootContainer, CallFunc_GetActorOwner_ReturnValue) == 0x000028, "Member 'BTS_Biped_TopLevel_C_LootContainer::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_LootContainer, CallFunc_Get_Inventory_Count_ReturnCount) == 0x000030, "Member 'BTS_Biped_TopLevel_C_LootContainer::CallFunc_Get_Inventory_Count_ReturnCount' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_LootContainer, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000034, "Member 'BTS_Biped_TopLevel_C_LootContainer::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_LootContainer, K2Node_DynamicCast_AsAmbulatory_Character_1) == 0x000038, "Member 'BTS_Biped_TopLevel_C_LootContainer::K2Node_DynamicCast_AsAmbulatory_Character_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_LootContainer, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTS_Biped_TopLevel_C_LootContainer::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_LootContainer, CallFunc_IsTakingObjectStealing_ReturnValue) == 0x000041, "Member 'BTS_Biped_TopLevel_C_LootContainer::CallFunc_IsTakingObjectStealing_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_Pickup \ static_assert(alignof(BTS_Biped_TopLevel_C_Pickup) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_Pickup"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_Pickup) == 0x000128, "Wrong size on BTS_Biped_TopLevel_C_Pickup"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, PickupObject) == 0x000000, "Member 'BTS_Biped_TopLevel_C_Pickup::PickupObject' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, PickupTargetLocation) == 0x000008, "Member 'BTS_Biped_TopLevel_C_Pickup::PickupTargetLocation' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, PickupActor) == 0x000018, "Member 'BTS_Biped_TopLevel_C_Pickup::PickupActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_GetActorOwner_ReturnValue) == 0x000020, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_GetObjectName_ReturnValue) == 0x000028, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, K2Node_DynamicCast_AsHerb) == 0x000038, "Member 'BTS_Biped_TopLevel_C_Pickup::K2Node_DynamicCast_AsHerb' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BTS_Biped_TopLevel_C_Pickup::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_GetComponentByClass_ReturnValue) == 0x000068, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, K2Node_DynamicCast_AsWorld_Object) == 0x000078, "Member 'BTS_Biped_TopLevel_C_Pickup::K2Node_DynamicCast_AsWorld_Object' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, K2Node_DynamicCast_bSuccess_1) == 0x000080, "Member 'BTS_Biped_TopLevel_C_Pickup::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, K2Node_DynamicCast_AsInventory_Object) == 0x000088, "Member 'BTS_Biped_TopLevel_C_Pickup::K2Node_DynamicCast_AsInventory_Object' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, K2Node_DynamicCast_bSuccess_2) == 0x000090, "Member 'BTS_Biped_TopLevel_C_Pickup::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, K2Node_DynamicCast_AsActor) == 0x000098, "Member 'BTS_Biped_TopLevel_C_Pickup::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, K2Node_DynamicCast_bSuccess_3) == 0x0000A0, "Member 'BTS_Biped_TopLevel_C_Pickup::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_IsValid_ReturnValue_1) == 0x0000A1, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_GetDbId_ReturnValue) == 0x0000A4, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_Conv_NameToString_ReturnValue) == 0x0000B0, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_GetIsInspectableBP_ReturnValue) == 0x0000C0, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_GetIsInspectableBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_PostEventAtLocation_ReturnValue) == 0x0000C4, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, K2Node_DynamicCast_AsActor_Component) == 0x0000C8, "Member 'BTS_Biped_TopLevel_C_Pickup::K2Node_DynamicCast_AsActor_Component' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, K2Node_DynamicCast_bSuccess_4) == 0x0000D0, "Member 'BTS_Biped_TopLevel_C_Pickup::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0000D4, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_GetOwner_ReturnValue) == 0x0000D8, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, K2Node_DynamicCast_AsForagable) == 0x0000E0, "Member 'BTS_Biped_TopLevel_C_Pickup::K2Node_DynamicCast_AsForagable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, K2Node_DynamicCast_bSuccess_5) == 0x0000E8, "Member 'BTS_Biped_TopLevel_C_Pickup::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, K2Node_DynamicCast_AsHerb_1) == 0x0000F0, "Member 'BTS_Biped_TopLevel_C_Pickup::K2Node_DynamicCast_AsHerb_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, K2Node_DynamicCast_bSuccess_6) == 0x0000F8, "Member 'BTS_Biped_TopLevel_C_Pickup::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_Add_VectorVector_ReturnValue) == 0x0000FC, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000108, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_ActorHasTag_ReturnValue) == 0x000110, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x000114, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_Pickup, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000118, "Member 'BTS_Biped_TopLevel_C_Pickup::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_PlayLootPickup \ static_assert(alignof(BTS_Biped_TopLevel_C_PlayLootPickup) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_PlayLootPickup"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_PlayLootPickup) == 0x000010, "Wrong size on BTS_Biped_TopLevel_C_PlayLootPickup"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_PlayLootPickup, CallFunc_GetActorOwner_ReturnValue) == 0x000000, "Member 'BTS_Biped_TopLevel_C_PlayLootPickup::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_PlayLootPickup, CallFunc_EvaluateFilterOnActor_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_PlayLootPickup::CallFunc_EvaluateFilterOnActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_HandleAnalyticsAndKnowledge \ static_assert(alignof(BTS_Biped_TopLevel_C_HandleAnalyticsAndKnowledge) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_HandleAnalyticsAndKnowledge"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_HandleAnalyticsAndKnowledge) == 0x000018, "Wrong size on BTS_Biped_TopLevel_C_HandleAnalyticsAndKnowledge"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleAnalyticsAndKnowledge, Actor) == 0x000000, "Member 'BTS_Biped_TopLevel_C_HandleAnalyticsAndKnowledge::Actor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleAnalyticsAndKnowledge, CallFunc_Get_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_HandleAnalyticsAndKnowledge::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_HandleAnalyticsAndKnowledge, CallFunc_GetDbId_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_HandleAnalyticsAndKnowledge::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_ClearTrackedStudentBeacon \ static_assert(alignof(BTS_Biped_TopLevel_C_ClearTrackedStudentBeacon) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_ClearTrackedStudentBeacon"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_ClearTrackedStudentBeacon) == 0x000028, "Wrong size on BTS_Biped_TopLevel_C_ClearTrackedStudentBeacon"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ClearTrackedStudentBeacon, Actor) == 0x000000, "Member 'BTS_Biped_TopLevel_C_ClearTrackedStudentBeacon::Actor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ClearTrackedStudentBeacon, CallFunc_GetDbId_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_ClearTrackedStudentBeacon::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ClearTrackedStudentBeacon, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_ClearTrackedStudentBeacon::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_ClearTrackedStudentBeacon, CallFunc_IsStudentLocatorBeaconActive_ReturnValue) == 0x000020, "Member 'BTS_Biped_TopLevel_C_ClearTrackedStudentBeacon::CallFunc_IsStudentLocatorBeaconActive_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_CollectItem \ static_assert(alignof(BTS_Biped_TopLevel_C_CollectItem) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_CollectItem"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_CollectItem) == 0x000088, "Wrong size on BTS_Biped_TopLevel_C_CollectItem"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CollectItem, ItemId) == 0x000000, "Member 'BTS_Biped_TopLevel_C_CollectItem::ItemId' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CollectItem, ItemCount) == 0x000008, "Member 'BTS_Biped_TopLevel_C_CollectItem::ItemCount' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CollectItem, Actor) == 0x000010, "Member 'BTS_Biped_TopLevel_C_CollectItem::Actor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CollectItem, CallFunc_CanAddItem_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_CollectItem::CallFunc_CanAddItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CollectItem, K2Node_DynamicCast_AsBiped_Interact_Interface) == 0x000020, "Member 'BTS_Biped_TopLevel_C_CollectItem::K2Node_DynamicCast_AsBiped_Interact_Interface' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CollectItem, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BTS_Biped_TopLevel_C_CollectItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CollectItem, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000031, "Member 'BTS_Biped_TopLevel_C_CollectItem::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CollectItem, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000032, "Member 'BTS_Biped_TopLevel_C_CollectItem::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CollectItem, CallFunc_BooleanOR_ReturnValue) == 0x000033, "Member 'BTS_Biped_TopLevel_C_CollectItem::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CollectItem, CallFunc_GetPlayerController_ReturnValue) == 0x000038, "Member 'BTS_Biped_TopLevel_C_CollectItem::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CollectItem, CallFunc_GetItemInventoryFullString_ReturnValue) == 0x000040, "Member 'BTS_Biped_TopLevel_C_CollectItem::CallFunc_GetItemInventoryFullString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CollectItem, CallFunc_GetHUD_ReturnValue) == 0x000048, "Member 'BTS_Biped_TopLevel_C_CollectItem::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CollectItem, CallFunc_Conv_NameToString_ReturnValue) == 0x000050, "Member 'BTS_Biped_TopLevel_C_CollectItem::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CollectItem, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000060, "Member 'BTS_Biped_TopLevel_C_CollectItem::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CollectItem, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'BTS_Biped_TopLevel_C_CollectItem::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CollectItem, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000070, "Member 'BTS_Biped_TopLevel_C_CollectItem::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_CollectItem, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000080, "Member 'BTS_Biped_TopLevel_C_CollectItem::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_SetInteractTargetAllowed \ static_assert(alignof(BTS_Biped_TopLevel_C_SetInteractTargetAllowed) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_SetInteractTargetAllowed"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_SetInteractTargetAllowed) == 0x000030, "Wrong size on BTS_Biped_TopLevel_C_SetInteractTargetAllowed"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetInteractTargetAllowed, Allowed) == 0x000000, "Member 'BTS_Biped_TopLevel_C_SetInteractTargetAllowed::Allowed' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetInteractTargetAllowed, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_SetInteractTargetAllowed::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetInteractTargetAllowed, CallFunc_Conv_BoolToString_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_SetInteractTargetAllowed::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetInteractTargetAllowed, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BTS_Biped_TopLevel_C_SetInteractTargetAllowed::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_IsLootPickup \ static_assert(alignof(BTS_Biped_TopLevel_C_IsLootPickup) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_IsLootPickup"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_IsLootPickup) == 0x000070, "Wrong size on BTS_Biped_TopLevel_C_IsLootPickup"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, Actor) == 0x000000, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::Actor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, CallFunc_IsTwoHandChest_ReturnValue) == 0x000009, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::CallFunc_IsTwoHandChest_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, CallFunc_ActorHasTag_ReturnValue) == 0x00001A, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001B, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, K2Node_DynamicCast_AsInventory_Object) == 0x000020, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::K2Node_DynamicCast_AsInventory_Object' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, CallFunc_BooleanAND_ReturnValue) == 0x000029, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, K2Node_DynamicCast_AsNPC_Character) == 0x000030, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, CallFunc_IsAlive_ReturnValue) == 0x000039, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::CallFunc_IsAlive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, CallFunc_IsValid_ReturnValue_1) == 0x000048, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, K2Node_DynamicCast_AsForagable) == 0x000050, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::K2Node_DynamicCast_AsForagable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, K2Node_DynamicCast_AsHerb) == 0x000060, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::K2Node_DynamicCast_AsHerb' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsLootPickup, K2Node_DynamicCast_bSuccess_3) == 0x000068, "Member 'BTS_Biped_TopLevel_C_IsLootPickup::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_IsTwoHandChest \ static_assert(alignof(BTS_Biped_TopLevel_C_IsTwoHandChest) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_IsTwoHandChest"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_IsTwoHandChest) == 0x000010, "Wrong size on BTS_Biped_TopLevel_C_IsTwoHandChest"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsTwoHandChest, Actor) == 0x000000, "Member 'BTS_Biped_TopLevel_C_IsTwoHandChest::Actor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsTwoHandChest, ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_IsTwoHandChest::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsTwoHandChest, CallFunc_DoesImplementInterface_ReturnValue) == 0x000009, "Member 'BTS_Biped_TopLevel_C_IsTwoHandChest::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_IsSimpleInteractObject \ static_assert(alignof(BTS_Biped_TopLevel_C_IsSimpleInteractObject) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_IsSimpleInteractObject"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_IsSimpleInteractObject) == 0x000020, "Wrong size on BTS_Biped_TopLevel_C_IsSimpleInteractObject"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsSimpleInteractObject, Actor) == 0x000000, "Member 'BTS_Biped_TopLevel_C_IsSimpleInteractObject::Actor' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsSimpleInteractObject, ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_IsSimpleInteractObject::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsSimpleInteractObject, K2Node_DynamicCast_AsSimple_Interact_Object) == 0x000010, "Member 'BTS_Biped_TopLevel_C_IsSimpleInteractObject::K2Node_DynamicCast_AsSimple_Interact_Object' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsSimpleInteractObject, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTS_Biped_TopLevel_C_IsSimpleInteractObject::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InteractDebugString \ static_assert(alignof(BTS_Biped_TopLevel_C_InteractDebugString) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_InteractDebugString"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InteractDebugString) == 0x000010, "Wrong size on BTS_Biped_TopLevel_C_InteractDebugString"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InteractDebugString, inString) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InteractDebugString::inString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_StealthInteractTargetSighted \ static_assert(alignof(BTS_Biped_TopLevel_C_StealthInteractTargetSighted) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_StealthInteractTargetSighted"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_StealthInteractTargetSighted) == 0x000058, "Wrong size on BTS_Biped_TopLevel_C_StealthInteractTargetSighted"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StealthInteractTargetSighted, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTS_Biped_TopLevel_C_StealthInteractTargetSighted::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StealthInteractTargetSighted, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000008, "Member 'BTS_Biped_TopLevel_C_StealthInteractTargetSighted::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StealthInteractTargetSighted, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BTS_Biped_TopLevel_C_StealthInteractTargetSighted::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StealthInteractTargetSighted, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x000020, "Member 'BTS_Biped_TopLevel_C_StealthInteractTargetSighted::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StealthInteractTargetSighted, CallFunc_DbReadMiscSaveDataItem_outValue) == 0x000028, "Member 'BTS_Biped_TopLevel_C_StealthInteractTargetSighted::CallFunc_DbReadMiscSaveDataItem_outValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StealthInteractTargetSighted, CallFunc_DbReadMiscSaveDataItem_ReturnValue) == 0x000038, "Member 'BTS_Biped_TopLevel_C_StealthInteractTargetSighted::CallFunc_DbReadMiscSaveDataItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StealthInteractTargetSighted, CallFunc_GetDisplayName_ReturnValue_1) == 0x000040, "Member 'BTS_Biped_TopLevel_C_StealthInteractTargetSighted::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StealthInteractTargetSighted, CallFunc_CastToBoolean_ReturnValue) == 0x000050, "Member 'BTS_Biped_TopLevel_C_StealthInteractTargetSighted::CallFunc_CastToBoolean_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StealthInteractTargetSighted, CallFunc_DbWriteMiscSaveDataItem_ReturnValue) == 0x000051, "Member 'BTS_Biped_TopLevel_C_StealthInteractTargetSighted::CallFunc_DbWriteMiscSaveDataItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StealthInteractTargetSighted, CallFunc_Not_PreBool_ReturnValue) == 0x000052, "Member 'BTS_Biped_TopLevel_C_StealthInteractTargetSighted::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_InHogwarts \ static_assert(alignof(BTS_Biped_TopLevel_C_InHogwarts) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_InHogwarts"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_InHogwarts) == 0x000010, "Wrong size on BTS_Biped_TopLevel_C_InHogwarts"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InHogwarts, ReturnValue) == 0x000000, "Member 'BTS_Biped_TopLevel_C_InHogwarts::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InHogwarts, CallFunc_MakeLiteralName_ReturnValue) == 0x000004, "Member 'BTS_Biped_TopLevel_C_InHogwarts::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_InHogwarts, CallFunc_IsPlayerInWorld_ReturnValue) == 0x00000C, "Member 'BTS_Biped_TopLevel_C_InHogwarts::CallFunc_IsPlayerInWorld_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled \ static_assert(alignof(BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled) == 0x000038, "Wrong size on BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled, Enabled) == 0x000000, "Member 'BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled::Enabled' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled, K2Node_DynamicCast_AsPawn) == 0x000010, "Member 'BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled::K2Node_DynamicCast_AsPawn' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000019, "Member 'BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled, CallFunc_GetController_ReturnValue) == 0x000020, "Member 'BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000028, "Member 'BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTS_Biped_TopLevel_C_SetOppugnoSenseEnabled::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_StartAimMode \ static_assert(alignof(BTS_Biped_TopLevel_C_StartAimMode) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_StartAimMode"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_StartAimMode) == 0x000018, "Wrong size on BTS_Biped_TopLevel_C_StartAimMode"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StartAimMode, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BTS_Biped_TopLevel_C_StartAimMode::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StartAimMode, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000008, "Member 'BTS_Biped_TopLevel_C_StartAimMode::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_StartAimMode, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTS_Biped_TopLevel_C_StartAimMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_EndAimMode \ static_assert(alignof(BTS_Biped_TopLevel_C_EndAimMode) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_EndAimMode"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_EndAimMode) == 0x000018, "Wrong size on BTS_Biped_TopLevel_C_EndAimMode"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_EndAimMode, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BTS_Biped_TopLevel_C_EndAimMode::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_EndAimMode, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000008, "Member 'BTS_Biped_TopLevel_C_EndAimMode::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_EndAimMode, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BTS_Biped_TopLevel_C_EndAimMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_FlushQueuedActions \ static_assert(alignof(BTS_Biped_TopLevel_C_FlushQueuedActions) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_FlushQueuedActions"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_FlushQueuedActions) == 0x000008, "Wrong size on BTS_Biped_TopLevel_C_FlushQueuedActions"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_FlushQueuedActions, Owner) == 0x000000, "Member 'BTS_Biped_TopLevel_C_FlushQueuedActions::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_SetNextLightWandCast \ static_assert(alignof(BTS_Biped_TopLevel_C_SetNextLightWandCast) == 0x000008, "Wrong alignment on BTS_Biped_TopLevel_C_SetNextLightWandCast"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_SetNextLightWandCast) == 0x000030, "Wrong size on BTS_Biped_TopLevel_C_SetNextLightWandCast"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetNextLightWandCast, Casual) == 0x000000, "Member 'BTS_Biped_TopLevel_C_SetNextLightWandCast::Casual' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetNextLightWandCast, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_SetNextLightWandCast::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetNextLightWandCast, K2Node_DynamicCast_AsBiped_Player) == 0x000010, "Member 'BTS_Biped_TopLevel_C_SetNextLightWandCast::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetNextLightWandCast, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTS_Biped_TopLevel_C_SetNextLightWandCast::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetNextLightWandCast, CallFunc_GetWand_ReturnValue) == 0x000020, "Member 'BTS_Biped_TopLevel_C_SetNextLightWandCast::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetNextLightWandCast, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000028, "Member 'BTS_Biped_TopLevel_C_SetNextLightWandCast::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetNextLightWandCast, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000029, "Member 'BTS_Biped_TopLevel_C_SetNextLightWandCast::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SetNextLightWandCast, CallFunc_BooleanOR_ReturnValue) == 0x00002A, "Member 'BTS_Biped_TopLevel_C_SetNextLightWandCast::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_IsItemWheelAvailable \ static_assert(alignof(BTS_Biped_TopLevel_C_IsItemWheelAvailable) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_IsItemWheelAvailable"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_IsItemWheelAvailable) == 0x000020, "Wrong size on BTS_Biped_TopLevel_C_IsItemWheelAvailable"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsItemWheelAvailable, isAvailable) == 0x000000, "Member 'BTS_Biped_TopLevel_C_IsItemWheelAvailable::isAvailable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsItemWheelAvailable, FoundItem) == 0x000001, "Member 'BTS_Biped_TopLevel_C_IsItemWheelAvailable::FoundItem' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsItemWheelAvailable, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BTS_Biped_TopLevel_C_IsItemWheelAvailable::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsItemWheelAvailable, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BTS_Biped_TopLevel_C_IsItemWheelAvailable::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsItemWheelAvailable, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BTS_Biped_TopLevel_C_IsItemWheelAvailable::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsItemWheelAvailable, CallFunc_Array_Get_Item) == 0x000010, "Member 'BTS_Biped_TopLevel_C_IsItemWheelAvailable::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsItemWheelAvailable, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BTS_Biped_TopLevel_C_IsItemWheelAvailable::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsItemWheelAvailable, CallFunc_IsUnlocked_ReturnValue) == 0x00001C, "Member 'BTS_Biped_TopLevel_C_IsItemWheelAvailable::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsItemWheelAvailable, CallFunc_Less_IntInt_ReturnValue) == 0x00001D, "Member 'BTS_Biped_TopLevel_C_IsItemWheelAvailable::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_IsItemWheelAvailable, CallFunc_BooleanOR_ReturnValue) == 0x00001E, "Member 'BTS_Biped_TopLevel_C_IsItemWheelAvailable::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTS_Biped_TopLevel_C_SelectedLockedDiamond \ static_assert(alignof(BTS_Biped_TopLevel_C_SelectedLockedDiamond) == 0x000004, "Wrong alignment on BTS_Biped_TopLevel_C_SelectedLockedDiamond"); \ static_assert(sizeof(BTS_Biped_TopLevel_C_SelectedLockedDiamond) == 0x00000C, "Wrong size on BTS_Biped_TopLevel_C_SelectedLockedDiamond"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SelectedLockedDiamond, Current) == 0x000000, "Member 'BTS_Biped_TopLevel_C_SelectedLockedDiamond::Current' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SelectedLockedDiamond, NEW) == 0x000004, "Member 'BTS_Biped_TopLevel_C_SelectedLockedDiamond::NEW' has a wrong offset!"); \ static_assert(offsetof(BTS_Biped_TopLevel_C_SelectedLockedDiamond, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000008, "Member 'BTS_Biped_TopLevel_C_SelectedLockedDiamond::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTS_Biped_TopLevel_C \ static_assert(alignof(UBTS_Biped_TopLevel_C) == 0x000008, "Wrong alignment on UBTS_Biped_TopLevel_C"); \ static_assert(sizeof(UBTS_Biped_TopLevel_C) == 0x0002A8, "Wrong size on UBTS_Biped_TopLevel_C"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, UberGraphFrame) == 0x0000F8, "Member 'UBTS_Biped_TopLevel_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, SprintTimerHandle) == 0x000100, "Member 'UBTS_Biped_TopLevel_C::SprintTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, TimeDilated) == 0x000108, "Member 'UBTS_Biped_TopLevel_C::TimeDilated' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, AdditiveAbilityContext) == 0x000110, "Member 'UBTS_Biped_TopLevel_C::AdditiveAbilityContext' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, AnimDebugOn) == 0x000118, "Member 'UBTS_Biped_TopLevel_C::AnimDebugOn' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, ReactionIndex) == 0x00011C, "Member 'UBTS_Biped_TopLevel_C::ReactionIndex' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, DebugReactionAbility) == 0x000120, "Member 'UBTS_Biped_TopLevel_C::DebugReactionAbility' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, SpellSlot) == 0x000128, "Member 'UBTS_Biped_TopLevel_C::SpellSlot' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, BTActionType) == 0x00012C, "Member 'UBTS_Biped_TopLevel_C::BTActionType' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, LockOnTimerHandle) == 0x000130, "Member 'UBTS_Biped_TopLevel_C::LockOnTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, FullBodyWandCastTimerHandle) == 0x000138, "Member 'UBTS_Biped_TopLevel_C::FullBodyWandCastTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, SpellButtonTimerHandle) == 0x000140, "Member 'UBTS_Biped_TopLevel_C::SpellButtonTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, UsingInventoryItem) == 0x000148, "Member 'UBTS_Biped_TopLevel_C::UsingInventoryItem' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, InteractSenseTarget) == 0x000150, "Member 'UBTS_Biped_TopLevel_C::InteractSenseTarget' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, InteractActor) == 0x000158, "Member 'UBTS_Biped_TopLevel_C::InteractActor' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, FullBodyCastVariantHandle) == 0x000160, "Member 'UBTS_Biped_TopLevel_C::FullBodyCastVariantHandle' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, StealthMode) == 0x000164, "Member 'UBTS_Biped_TopLevel_C::StealthMode' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, FinisherInitiated) == 0x000165, "Member 'UBTS_Biped_TopLevel_C::FinisherInitiated' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, DodgeCoolDownTime) == 0x000168, "Member 'UBTS_Biped_TopLevel_C::DodgeCoolDownTime' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, ProximityTimerHandle) == 0x000170, "Member 'UBTS_Biped_TopLevel_C::ProximityTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, FaceShiftButtonHeld) == 0x000178, "Member 'UBTS_Biped_TopLevel_C::FaceShiftButtonHeld' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, AltModifierPressed) == 0x000179, "Member 'UBTS_Biped_TopLevel_C::AltModifierPressed' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, CogTargetDebugDraw) == 0x00017A, "Member 'UBTS_Biped_TopLevel_C::CogTargetDebugDraw' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, CancelQueuedStupefy) == 0x00017B, "Member 'UBTS_Biped_TopLevel_C::CancelQueuedStupefy' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, CurrentHealthItem) == 0x000180, "Member 'UBTS_Biped_TopLevel_C::CurrentHealthItem' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, TimeDeadBeforeDialog) == 0x000190, "Member 'UBTS_Biped_TopLevel_C::TimeDeadBeforeDialog' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, SoftLanding) == 0x000194, "Member 'UBTS_Biped_TopLevel_C::SoftLanding' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, MedLanding) == 0x000195, "Member 'UBTS_Biped_TopLevel_C::MedLanding' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, FaceTarget) == 0x000196, "Member 'UBTS_Biped_TopLevel_C::FaceTarget' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, IsMoving) == 0x000197, "Member 'UBTS_Biped_TopLevel_C::IsMoving' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, isSprinting) == 0x000198, "Member 'UBTS_Biped_TopLevel_C::isSprinting' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, LandingType) == 0x000199, "Member 'UBTS_Biped_TopLevel_C::LandingType' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, ActivateActionsOnHUDTimerHandle) == 0x0001A0, "Member 'UBTS_Biped_TopLevel_C::ActivateActionsOnHUDTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, HUDActionsShown) == 0x0001A8, "Member 'UBTS_Biped_TopLevel_C::HUDActionsShown' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, MoveStickPressed) == 0x0001A9, "Member 'UBTS_Biped_TopLevel_C::MoveStickPressed' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, ShouldSprintOnStartMoving) == 0x0001AA, "Member 'UBTS_Biped_TopLevel_C::ShouldSprintOnStartMoving' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, ShouldSprintOnStartMovingTimerHandle) == 0x0001B0, "Member 'UBTS_Biped_TopLevel_C::ShouldSprintOnStartMovingTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, DelayBeforeActionHud) == 0x0001B8, "Member 'UBTS_Biped_TopLevel_C::DelayBeforeActionHud' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, LoadOutSlot) == 0x0001BC, "Member 'UBTS_Biped_TopLevel_C::LoadOutSlot' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, RagdollCriteriaMet) == 0x0001C0, "Member 'UBTS_Biped_TopLevel_C::RagdollCriteriaMet' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, CastFailedTimerHandle) == 0x0001C8, "Member 'UBTS_Biped_TopLevel_C::CastFailedTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, actionType) == 0x0001D0, "Member 'UBTS_Biped_TopLevel_C::actionType' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, InjuryHeight) == 0x0001D4, "Member 'UBTS_Biped_TopLevel_C::InjuryHeight' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, DeathHeight) == 0x0001D8, "Member 'UBTS_Biped_TopLevel_C::DeathHeight' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, LastTwitchSpellCastAtTime) == 0x0001DC, "Member 'UBTS_Biped_TopLevel_C::LastTwitchSpellCastAtTime' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, TakedownTutorialString) == 0x0001E0, "Member 'UBTS_Biped_TopLevel_C::TakedownTutorialString' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, SpellTestIndex) == 0x0001F0, "Member 'UBTS_Biped_TopLevel_C::SpellTestIndex' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, SpellTestSlot) == 0x0001F4, "Member 'UBTS_Biped_TopLevel_C::SpellTestSlot' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, SpellTestSpawnedActor) == 0x0001F8, "Member 'UBTS_Biped_TopLevel_C::SpellTestSpawnedActor' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, ItemNameArray) == 0x000200, "Member 'UBTS_Biped_TopLevel_C::ItemNameArray' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, SpellNameArray) == 0x000210, "Member 'UBTS_Biped_TopLevel_C::SpellNameArray' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, ItemMenuTimerHandle) == 0x000220, "Member 'UBTS_Biped_TopLevel_C::ItemMenuTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, DodgeTimerHandle) == 0x000228, "Member 'UBTS_Biped_TopLevel_C::DodgeTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, SprintStopTimerHandle) == 0x000230, "Member 'UBTS_Biped_TopLevel_C::SprintStopTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, WalkStopTimerHandle) == 0x000238, "Member 'UBTS_Biped_TopLevel_C::WalkStopTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, ItemWheelWidget) == 0x000240, "Member 'UBTS_Biped_TopLevel_C::ItemWheelWidget' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, FallHeightAdjust) == 0x000248, "Member 'UBTS_Biped_TopLevel_C::FallHeightAdjust' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, IsWalking) == 0x00024C, "Member 'UBTS_Biped_TopLevel_C::IsWalking' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, SpellWheelActiveSpellIndex) == 0x000250, "Member 'UBTS_Biped_TopLevel_C::SpellWheelActiveSpellIndex' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, WalkStopTimerHandle_Idle) == 0x000258, "Member 'UBTS_Biped_TopLevel_C::WalkStopTimerHandle_Idle' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, FieldGuideTimerHandle) == 0x000260, "Member 'UBTS_Biped_TopLevel_C::FieldGuideTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, OppugnoTimerHandle) == 0x000268, "Member 'UBTS_Biped_TopLevel_C::OppugnoTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, ItemMenuButtonHeld) == 0x000270, "Member 'UBTS_Biped_TopLevel_C::ItemMenuButtonHeld' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, OppugnoButtonHeld) == 0x000271, "Member 'UBTS_Biped_TopLevel_C::OppugnoButtonHeld' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, InteractButtonPressed) == 0x000272, "Member 'UBTS_Biped_TopLevel_C::InteractButtonPressed' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, Stealing) == 0x000273, "Member 'UBTS_Biped_TopLevel_C::Stealing' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, InteractStarted) == 0x000274, "Member 'UBTS_Biped_TopLevel_C::InteractStarted' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, InteractDebug) == 0x000275, "Member 'UBTS_Biped_TopLevel_C::InteractDebug' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, StupefyButtonHeld) == 0x000276, "Member 'UBTS_Biped_TopLevel_C::StupefyButtonHeld' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, LockOnButtonHeld) == 0x000277, "Member 'UBTS_Biped_TopLevel_C::LockOnButtonHeld' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, SprintButtonHeld) == 0x000278, "Member 'UBTS_Biped_TopLevel_C::SprintButtonHeld' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, StealthInteractActor) == 0x000280, "Member 'UBTS_Biped_TopLevel_C::StealthInteractActor' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, OppugnoSenseEnabled) == 0x000288, "Member 'UBTS_Biped_TopLevel_C::OppugnoSenseEnabled' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, AimModeActive) == 0x000289, "Member 'UBTS_Biped_TopLevel_C::AimModeActive' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, AimModeWasStartedInCombat) == 0x00028A, "Member 'UBTS_Biped_TopLevel_C::AimModeWasStartedInCombat' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, LoadoutNextTimeout) == 0x00028C, "Member 'UBTS_Biped_TopLevel_C::LoadoutNextTimeout' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, ItemPickupLocks) == 0x000290, "Member 'UBTS_Biped_TopLevel_C::ItemPickupLocks' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, BroomcastTime) == 0x0002A0, "Member 'UBTS_Biped_TopLevel_C::BroomcastTime' has a wrong offset!"); \ static_assert(offsetof(UBTS_Biped_TopLevel_C, BroomcastCooldownDuration) == 0x0002A4, "Member 'UBTS_Biped_TopLevel_C::BroomcastCooldownDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHud_C_ExecuteUbergraph_PhoenixHud \ static_assert(alignof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud) == 0x000008, "Wrong alignment on PhoenixHud_C_ExecuteUbergraph_PhoenixHud"); \ static_assert(sizeof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud) == 0x0000C0, "Wrong size on PhoenixHud_C_ExecuteUbergraph_PhoenixHud"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, EntryPoint) == 0x000000, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, K2Node_Event_EndPlayReason) == 0x000010, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, CallFunc_Create_ReturnValue) == 0x000018, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, K2Node_DynamicCast_AsUI_BPI_Screen) == 0x000020, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::K2Node_DynamicCast_AsUI_BPI_Screen' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, K2Node_Event_Show) == 0x000032, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::K2Node_Event_Show' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, K2Node_Event_AllowSelectiveTicking) == 0x000033, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::K2Node_Event_AllowSelectiveTicking' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, K2Node_Event_AllowAnimation) == 0x000034, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::K2Node_Event_AllowAnimation' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, CallFunc_GetPhoenixGameInstance_ReturnValue) == 0x000038, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::CallFunc_GetPhoenixGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, CallFunc_GetPlayingDemoBuild_ReturnValue) == 0x000040, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::CallFunc_GetPlayingDemoBuild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, CallFunc_GetPlayerController_ReturnValue_1) == 0x000048, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, CallFunc_Create_ReturnValue_1) == 0x000050, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, CallFunc_GetUIManagerPure_ReturnValue) == 0x000058, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x000060, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, K2Node_Event_HUDElementName) == 0x000068, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::K2Node_Event_HUDElementName' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, K2Node_Event_Visibility) == 0x000078, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::K2Node_Event_Visibility' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, K2Node_Event_Context) == 0x000080, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, K2Node_Event_Provider) == 0x000090, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::K2Node_Event_Provider' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, K2Node_Event_Visibility_1) == 0x000098, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::K2Node_Event_Visibility_1' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0000A0, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, CallFunc_GetMiniMapManager_ReturnValue) == 0x0000A8, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::CallFunc_GetMiniMapManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, CallFunc_GetMiniMapManager_ReturnValue_1) == 0x0000B0, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::CallFunc_GetMiniMapManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, CallFunc_IsValid_ReturnValue) == 0x0000B8, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ExecuteUbergraph_PhoenixHud, CallFunc_IsValid_ReturnValue_1) == 0x0000B9, "Member 'PhoenixHud_C_ExecuteUbergraph_PhoenixHud::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHud_C_ReceiveEndPlay \ static_assert(alignof(PhoenixHud_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on PhoenixHud_C_ReceiveEndPlay"); \ static_assert(sizeof(PhoenixHud_C_ReceiveEndPlay) == 0x000001, "Wrong size on PhoenixHud_C_ReceiveEndPlay"); \ static_assert(offsetof(PhoenixHud_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'PhoenixHud_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHud_C_ToggleHUD \ static_assert(alignof(PhoenixHud_C_ToggleHUD) == 0x000001, "Wrong alignment on PhoenixHud_C_ToggleHUD"); \ static_assert(sizeof(PhoenixHud_C_ToggleHUD) == 0x000003, "Wrong size on PhoenixHud_C_ToggleHUD"); \ static_assert(offsetof(PhoenixHud_C_ToggleHUD, Show) == 0x000000, "Member 'PhoenixHud_C_ToggleHUD::Show' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ToggleHUD, AllowSelectiveTicking) == 0x000001, "Member 'PhoenixHud_C_ToggleHUD::AllowSelectiveTicking' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_ToggleHUD, AllowAnimation) == 0x000002, "Member 'PhoenixHud_C_ToggleHUD::AllowAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHud_C_I_SetHudElementVisibility \ static_assert(alignof(PhoenixHud_C_I_SetHudElementVisibility) == 0x000008, "Wrong alignment on PhoenixHud_C_I_SetHudElementVisibility"); \ static_assert(sizeof(PhoenixHud_C_I_SetHudElementVisibility) == 0x000030, "Wrong size on PhoenixHud_C_I_SetHudElementVisibility"); \ static_assert(offsetof(PhoenixHud_C_I_SetHudElementVisibility, HUDElementName) == 0x000000, "Member 'PhoenixHud_C_I_SetHudElementVisibility::HUDElementName' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_I_SetHudElementVisibility, Visibility) == 0x000010, "Member 'PhoenixHud_C_I_SetHudElementVisibility::Visibility' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_I_SetHudElementVisibility, Context) == 0x000018, "Member 'PhoenixHud_C_I_SetHudElementVisibility::Context' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_I_SetHudElementVisibility, Provider) == 0x000028, "Member 'PhoenixHud_C_I_SetHudElementVisibility::Provider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHud_C_I_SetHudWidgetVisibility \ static_assert(alignof(PhoenixHud_C_I_SetHudWidgetVisibility) == 0x000001, "Wrong alignment on PhoenixHud_C_I_SetHudWidgetVisibility"); \ static_assert(sizeof(PhoenixHud_C_I_SetHudWidgetVisibility) == 0x000001, "Wrong size on PhoenixHud_C_I_SetHudWidgetVisibility"); \ static_assert(offsetof(PhoenixHud_C_I_SetHudWidgetVisibility, Visibility) == 0x000000, "Member 'PhoenixHud_C_I_SetHudWidgetVisibility::Visibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHud_C_UserConstructionScript \ static_assert(alignof(PhoenixHud_C_UserConstructionScript) == 0x000008, "Wrong alignment on PhoenixHud_C_UserConstructionScript"); \ static_assert(sizeof(PhoenixHud_C_UserConstructionScript) == 0x000008, "Wrong size on PhoenixHud_C_UserConstructionScript"); \ static_assert(offsetof(PhoenixHud_C_UserConstructionScript, CallFunc_GetUIManagerPure_ReturnValue) == 0x000000, "Member 'PhoenixHud_C_UserConstructionScript::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHud_C_MakeHudWidget \ static_assert(alignof(PhoenixHud_C_MakeHudWidget) == 0x000008, "Wrong alignment on PhoenixHud_C_MakeHudWidget"); \ static_assert(sizeof(PhoenixHud_C_MakeHudWidget) == 0x000010, "Wrong size on PhoenixHud_C_MakeHudWidget"); \ static_assert(offsetof(PhoenixHud_C_MakeHudWidget, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'PhoenixHud_C_MakeHudWidget::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(PhoenixHud_C_MakeHudWidget, CallFunc_Create_ReturnValue) == 0x000008, "Member 'PhoenixHud_C_MakeHudWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhoenixHud_C_GetSubtitleHUD \ static_assert(alignof(PhoenixHud_C_GetSubtitleHUD) == 0x000008, "Wrong alignment on PhoenixHud_C_GetSubtitleHUD"); \ static_assert(sizeof(PhoenixHud_C_GetSubtitleHUD) == 0x000008, "Wrong size on PhoenixHud_C_GetSubtitleHUD"); \ static_assert(offsetof(PhoenixHud_C_GetSubtitleHUD, SubtitleHUD) == 0x000000, "Member 'PhoenixHud_C_GetSubtitleHUD::SubtitleHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APhoenixHud_C \ static_assert(alignof(APhoenixHud_C) == 0x000008, "Wrong alignment on APhoenixHud_C"); \ static_assert(sizeof(APhoenixHud_C) == 0x000638, "Wrong size on APhoenixHud_C"); \ static_assert(offsetof(APhoenixHud_C, UberGraphFrame) == 0x000610, "Member 'APhoenixHud_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(APhoenixHud_C, DefaultSceneRoot) == 0x000618, "Member 'APhoenixHud_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(APhoenixHud_C, Subtitle_HUD) == 0x000620, "Member 'APhoenixHud_C::Subtitle_HUD' has a wrong offset!"); \ static_assert(offsetof(APhoenixHud_C, HideHUD_Override) == 0x000628, "Member 'APhoenixHud_C::HideHUD_Override' has a wrong offset!"); \ static_assert(offsetof(APhoenixHud_C, LockVisibility) == 0x000629, "Member 'APhoenixHud_C::LockVisibility' has a wrong offset!"); \ static_assert(offsetof(APhoenixHud_C, AudioHUD) == 0x000630, "Member 'APhoenixHud_C::AudioHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal \ static_assert(alignof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal) == 0x000008, "Wrong alignment on BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal"); \ static_assert(sizeof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal) == 0x000498, "Wrong size on BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, EntryPoint) == 0x000000, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x000004, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, Temp_object_Variable) == 0x000008, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, Temp_object_Variable_1) == 0x000010, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsBP_Wand_Tool) == 0x000018, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsBP_Wand_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsBP_Wand_Tool_1) == 0x000028, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsBP_Wand_Tool_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_SpawnEmitterAttached_ReturnValue) == 0x000038, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_SpawnEmitterAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_SpawnEmitterAttached_ReturnValue_1) == 0x000040, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_SpawnEmitterAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_Event_OwnerActor_1) == 0x000048, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_Event_OwnerActor) == 0x000050, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000058, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_2) == 0x000068, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000070, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_3) == 0x000080, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000081, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetFaceTargetTracker_ReturnValue) == 0x000088, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetFaceTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsAmbulatory_Character_Interface_1) == 0x000090, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsAmbulatory_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_4) == 0x0000A0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x0000A8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_5) == 0x0000B8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetFaceTargetTracker_ReturnValue_1) == 0x0000C0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetFaceTargetTracker_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x0000C8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x0000D0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_6) == 0x0000E0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsAble_Character_Interface_2) == 0x0000E8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsAble_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_7) == 0x0000F8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetWand_ReturnValue) == 0x000100, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_ExecuteAbilityByClass_ReturnValue_2) == 0x000108, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_ExecuteAbilityByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000110, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_8) == 0x000120, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetBlackboard_ReturnValue) == 0x000128, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetBlackboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetWand_ReturnValue_1) == 0x000130, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetWand_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetActorOwner_ReturnValue) == 0x000138, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsBiped_Character_Interface_2) == 0x000140, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsBiped_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_9) == 0x000150, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_PostDialogueEvent_ReturnValue) == 0x000154, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetWand_ReturnValue_2) == 0x000158, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetWand_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetActorOwner_ReturnValue_1) == 0x000160, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsAble_Character_Interface_3) == 0x000168, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsAble_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_10) == 0x000178, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_ExecuteAbilityByClass_ReturnValue_3) == 0x000179, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_ExecuteAbilityByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_CreateDelegate_OutputDelegate) == 0x00017C, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_HermesBindEvent_Handle) == 0x000190, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetActorOwner_ReturnValue_2) == 0x0001A0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_CustomEvent_Caller) == 0x0001A8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsAble_Character_Interface_4) == 0x0001B0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsAble_Character_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_11) == 0x0001C0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsAble_Character_Interface_5) == 0x0001C8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsAble_Character_Interface_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_12) == 0x0001D8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_ExecuteAbilityByClass_ReturnValue_4) == 0x0001D9, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_ExecuteAbilityByClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_ExecuteAbilityByClass_ReturnValue_5) == 0x0001DA, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_ExecuteAbilityByClass_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetActorOwner_ReturnValue_3) == 0x0001E0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetActorOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsAble_Character_Interface_6) == 0x0001E8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsAble_Character_Interface_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_13) == 0x0001F8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsAble_Character_Interface_7) == 0x000200, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsAble_Character_Interface_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_14) == 0x000210, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_ExecuteAbilityByClass_ReturnValue_6) == 0x000211, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_ExecuteAbilityByClass_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_ExecuteAbilityByClass_ReturnValue_7) == 0x000212, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_ExecuteAbilityByClass_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_PostDialogueEvent_ReturnValue_1) == 0x000214, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_PostDialogueEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, Temp_object_Variable_2) == 0x000218, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsBP_Wand_Tool_2) == 0x000220, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsBP_Wand_Tool_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_15) == 0x000228, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000230, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_SpawnEmitterAttached_ReturnValue_2) == 0x000238, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_SpawnEmitterAttached_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x000240, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetAnimInstance_ReturnValue) == 0x000248, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000250, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000258, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_16) == 0x000268, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000270, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_17) == 0x000280, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_SpawnEmitterAtLocation_ReturnValue_1) == 0x000288, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_SpawnEmitterAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_PostEventAtLocation_ReturnValue) == 0x000290, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, Temp_name_Variable) == 0x000294, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_AddTarget_Actor_ReturnValue) == 0x0002A0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_AddTarget_Actor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, Temp_name_Variable_1) == 0x0002A8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_IsValid_ReturnValue) == 0x0002B0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, Temp_name_Variable_2) == 0x0002B4, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_IsValid_ReturnValue_1) == 0x0002BC, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, Temp_object_Variable_3) == 0x0002C0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsBP_Wand_Tool_3) == 0x0002C8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsBP_Wand_Tool_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_18) == 0x0002D0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_ActorHasTag_ReturnValue) == 0x0002D1, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_SpawnSystemAttached_ReturnValue) == 0x0002D8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_ActorHasTag_ReturnValue_1) == 0x0002E0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_ActorHasTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0002E4, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0002F0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsBiped_Character_Interface_3) == 0x0002F8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsBiped_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_19) == 0x000308, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetComponentByClass_ReturnValue) == 0x000310, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetWand_ReturnValue_3) == 0x000318, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetWand_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetLockMeshComponent_ReturnValue) == 0x000320, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetLockMeshComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_SpawnEmitterAttached_ReturnValue_3) == 0x000328, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_SpawnEmitterAttached_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000330, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_IsValid_ReturnValue_2) == 0x00033C, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, Temp_name_Variable_3) == 0x000340, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_Array_Contains_ReturnValue) == 0x000348, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_IsValid_ReturnValue_3) == 0x000349, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_IsValid_ReturnValue_4) == 0x00034A, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x00034C, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000350, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_IsValid_ReturnValue_5) == 0x000358, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000360, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_IsValid_ReturnValue_6) == 0x000368, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_HasKey_ReturnValue) == 0x000369, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_HasKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x00036C, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_MakeLiteralName_ReturnValue) == 0x000370, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetValueAsObject_ReturnValue) == 0x000378, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetValueAsObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_Array_Contains_ReturnValue_1) == 0x000380, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsActor) == 0x000388, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_20) == 0x000390, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_20' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_IsValid_ReturnValue_7) == 0x000391, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_Array_Contains_ReturnValue_2) == 0x000392, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_Array_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, Temp_object_Variable_4) == 0x000398, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsBP_Wand_Tool_4) == 0x0003A0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsBP_Wand_Tool_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_21) == 0x0003A8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_21' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_IsValid_ReturnValue_8) == 0x0003A9, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_SpawnEmitterAttached_ReturnValue_4) == 0x0003B0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_SpawnEmitterAttached_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_IsValid_ReturnValue_9) == 0x0003B8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_Array_Contains_ReturnValue_3) == 0x0003B9, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_Array_Contains_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_PostEventAtLocation_ReturnValue_3) == 0x0003BC, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_PostEventAtLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x0003C0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_AsBiped_Character_Interface_4) == 0x0003C8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_AsBiped_Character_Interface_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_DynamicCast_bSuccess_22) == 0x0003D8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_DynamicCast_bSuccess_22' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x0003E0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetWand_ReturnValue_4) == 0x0003E8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetWand_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_SpawnEmitterAtLocation_ReturnValue_2) == 0x0003F0, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_SpawnEmitterAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x0003F8, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetComponentByClass_ReturnValue_3) == 0x000400, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_SpawnSystemAttached_ReturnValue_1) == 0x000408, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_SpawnSystemAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000410, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetTheBipedPlayer_ReturnValue_3) == 0x000420, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetTheBipedPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000428, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetActorForwardVector_ReturnValue) == 0x000434, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000440, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00044C, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_Dot_VectorVector_ReturnValue) == 0x000458, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_GetTheBipedPlayer_ReturnValue_4) == 0x000460, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_GetTheBipedPlayer_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_Less_FloatFloat_ReturnValue) == 0x000468, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00046C, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000478, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_Add_VectorVector_ReturnValue) == 0x000484, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal, CallFunc_SafeTeleportTo_ReturnValue) == 0x000490, "Member 'BTT_Biped_Steal_C_ExecuteUbergraph_BTT_Biped_Steal::CallFunc_SafeTeleportTo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Steal_C_CollectStolenItem \ static_assert(alignof(BTT_Biped_Steal_C_CollectStolenItem) == 0x000008, "Wrong alignment on BTT_Biped_Steal_C_CollectStolenItem"); \ static_assert(sizeof(BTT_Biped_Steal_C_CollectStolenItem) == 0x000008, "Wrong size on BTT_Biped_Steal_C_CollectStolenItem"); \ static_assert(offsetof(BTT_Biped_Steal_C_CollectStolenItem, Caller) == 0x000000, "Member 'BTT_Biped_Steal_C_CollectStolenItem::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Steal_C_ExitTask \ static_assert(alignof(BTT_Biped_Steal_C_ExitTask) == 0x000008, "Wrong alignment on BTT_Biped_Steal_C_ExitTask"); \ static_assert(sizeof(BTT_Biped_Steal_C_ExitTask) == 0x000008, "Wrong size on BTT_Biped_Steal_C_ExitTask"); \ static_assert(offsetof(BTT_Biped_Steal_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_Biped_Steal_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Steal_C_ReceiveExecute \ static_assert(alignof(BTT_Biped_Steal_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_Biped_Steal_C_ReceiveExecute"); \ static_assert(sizeof(BTT_Biped_Steal_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_Biped_Steal_C_ReceiveExecute"); \ static_assert(offsetof(BTT_Biped_Steal_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_Biped_Steal_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Steal_C_CustActionEvt_CancelSteal_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_Biped_Steal_C_CustActionEvt_CancelSteal_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_Biped_Steal_C_CustActionEvt_CancelSteal_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_Biped_Steal_C_CustActionEvt_CancelSteal_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_Biped_Steal_C_CustActionEvt_CancelSteal_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_Biped_Steal_C_CustActionEvt_CancelSteal_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Steal_C_CustActionEvt_CancelSteal_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Steal_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_Biped_Steal_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_Biped_Steal_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_Biped_Steal_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_Biped_Steal_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_Biped_Steal_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Steal_C_CustActionEvt_AnimComplete_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_Biped_Steal_C_CustActionEvt_ItemCollected_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_Biped_Steal_C_CustActionEvt_ItemCollected_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_Biped_Steal_C_CustActionEvt_ItemCollected_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_Biped_Steal_C_CustActionEvt_ItemCollected_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_Biped_Steal_C_CustActionEvt_ItemCollected_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_Biped_Steal_C_CustActionEvt_ItemCollected_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_Biped_Steal_C_CustActionEvt_ItemCollected_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_Biped_Steal_C \ static_assert(alignof(UBTT_Biped_Steal_C) == 0x000008, "Wrong alignment on UBTT_Biped_Steal_C"); \ static_assert(sizeof(UBTT_Biped_Steal_C) == 0x0001B0, "Wrong size on UBTT_Biped_Steal_C"); \ static_assert(offsetof(UBTT_Biped_Steal_C, UberGraphFrame) == 0x000150, "Member 'UBTT_Biped_Steal_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Steal_C, InteractPressed) == 0x000158, "Member 'UBTT_Biped_Steal_C::InteractPressed' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Steal_C, PickupTargetLocation) == 0x00015C, "Member 'UBTT_Biped_Steal_C::PickupTargetLocation' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Steal_C, InteractActor) == 0x000168, "Member 'UBTT_Biped_Steal_C::InteractActor' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Steal_C, InAlohomora) == 0x000170, "Member 'UBTT_Biped_Steal_C::InAlohomora' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Steal_C, LoopingVFX) == 0x000178, "Member 'UBTT_Biped_Steal_C::LoopingVFX' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Steal_C, MuzzleVFX) == 0x000180, "Member 'UBTT_Biped_Steal_C::MuzzleVFX' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Steal_C, AlohomoraBeamFX) == 0x000188, "Member 'UBTT_Biped_Steal_C::AlohomoraBeamFX' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Steal_C, AlohomoraLockFX) == 0x000190, "Member 'UBTT_Biped_Steal_C::AlohomoraLockFX' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Steal_C, PearVFX) == 0x000198, "Member 'UBTT_Biped_Steal_C::PearVFX' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Steal_C, TicklingPearDoor) == 0x0001A0, "Member 'UBTT_Biped_Steal_C::TicklingPearDoor' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Steal_C, DistToPearDoor) == 0x0001A4, "Member 'UBTT_Biped_Steal_C::DistToPearDoor' has a wrong offset!"); \ static_assert(offsetof(UBTT_Biped_Steal_C, PearInterpSpeed) == 0x0001A8, "Member 'UBTT_Biped_Steal_C::PearInterpSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting \ static_assert(alignof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting) == 0x000008, "Wrong alignment on BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting"); \ static_assert(sizeof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting) == 0x0000E8, "Wrong size on BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, EntryPoint) == 0x000000, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, CallFunc_GetAnimInstance_ReturnValue) == 0x000008, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, CallFunc_MakeLiteralByte_ReturnValue) == 0x000010, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000018, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000030, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, CallFunc_GetActorOwner_ReturnValue) == 0x000038, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000040, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000058, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, K2Node_DynamicCast_bSuccess_2) == 0x000068, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue) == 0x000069, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::CallFunc_ExecuteAbilityOnChannelByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000070, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, K2Node_DynamicCast_bSuccess_3) == 0x000080, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, CallFunc_GetWand_ReturnValue) == 0x000088, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000090, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, K2Node_DynamicCast_bSuccess_4) == 0x0000A0, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, K2Node_Event_OwnerActor_1) == 0x0000A8, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0000B0, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, K2Node_Event_OwnerActor) == 0x0000B8, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, Temp_object_Variable) == 0x0000C0, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, CallFunc_GetActorOwner_ReturnValue_1) == 0x0000C8, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, K2Node_DynamicCast_AsBP_Wand_Tool) == 0x0000D0, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::K2Node_DynamicCast_AsBP_Wand_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, K2Node_DynamicCast_bSuccess_5) == 0x0000D8, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting, CallFunc_SpawnEmitterAttached_ReturnValue) == 0x0000E0, "Member 'BTT_BipedUpper_Looting_C_ExecuteUbergraph_BTT_BipedUpper_Looting::CallFunc_SpawnEmitterAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_Looting_C_ExitTask \ static_assert(alignof(BTT_BipedUpper_Looting_C_ExitTask) == 0x000008, "Wrong alignment on BTT_BipedUpper_Looting_C_ExitTask"); \ static_assert(sizeof(BTT_BipedUpper_Looting_C_ExitTask) == 0x000008, "Wrong size on BTT_BipedUpper_Looting_C_ExitTask"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_Looting_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_Looting_C_ReceiveExecute \ static_assert(alignof(BTT_BipedUpper_Looting_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_BipedUpper_Looting_C_ReceiveExecute"); \ static_assert(sizeof(BTT_BipedUpper_Looting_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_BipedUpper_Looting_C_ReceiveExecute"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_BipedUpper_Looting_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_Looting_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_BipedUpper_Looting_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_BipedUpper_Looting_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_BipedUpper_Looting_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_BipedUpper_Looting_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_BipedUpper_Looting_C_CustActionEvt_AnimCompletePartial_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_BipedUpper_Looting_C_IsCrouching \ static_assert(alignof(BTT_BipedUpper_Looting_C_IsCrouching) == 0x000008, "Wrong alignment on BTT_BipedUpper_Looting_C_IsCrouching"); \ static_assert(sizeof(BTT_BipedUpper_Looting_C_IsCrouching) == 0x000058, "Wrong size on BTT_BipedUpper_Looting_C_IsCrouching"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_IsCrouching, ReturnValue) == 0x000000, "Member 'BTT_BipedUpper_Looting_C_IsCrouching::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_IsCrouching, Temp_object_Variable) == 0x000008, "Member 'BTT_BipedUpper_Looting_C_IsCrouching::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_IsCrouching, CallFunc_GetAnimInstance_ReturnValue) == 0x000010, "Member 'BTT_BipedUpper_Looting_C_IsCrouching::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_IsCrouching, CallFunc_GetActorOwner_ReturnValue) == 0x000018, "Member 'BTT_BipedUpper_Looting_C_IsCrouching::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_IsCrouching, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000020, "Member 'BTT_BipedUpper_Looting_C_IsCrouching::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_IsCrouching, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BTT_BipedUpper_Looting_C_IsCrouching::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_IsCrouching, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000030, "Member 'BTT_BipedUpper_Looting_C_IsCrouching::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_IsCrouching, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BTT_BipedUpper_Looting_C_IsCrouching::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_IsCrouching, CallFunc_GetCurrentBasicMobilityMode_ReturnValue) == 0x000041, "Member 'BTT_BipedUpper_Looting_C_IsCrouching::CallFunc_GetCurrentBasicMobilityMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_IsCrouching, CallFunc_GetSkeletalMesh_ReturnValue) == 0x000048, "Member 'BTT_BipedUpper_Looting_C_IsCrouching::CallFunc_GetSkeletalMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_BipedUpper_Looting_C_IsCrouching, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000050, "Member 'BTT_BipedUpper_Looting_C_IsCrouching::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_BipedUpper_Looting_C \ static_assert(alignof(UBTT_BipedUpper_Looting_C) == 0x000008, "Wrong alignment on UBTT_BipedUpper_Looting_C"); \ static_assert(sizeof(UBTT_BipedUpper_Looting_C) == 0x000158, "Wrong size on UBTT_BipedUpper_Looting_C"); \ static_assert(offsetof(UBTT_BipedUpper_Looting_C, UberGraphFrame) == 0x000150, "Member 'UBTT_BipedUpper_Looting_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitBroomHover_C_ExecuteUbergraph_ABL_HitBroomHover \ static_assert(alignof(ABL_HitBroomHover_C_ExecuteUbergraph_ABL_HitBroomHover) == 0x000008, "Wrong alignment on ABL_HitBroomHover_C_ExecuteUbergraph_ABL_HitBroomHover"); \ static_assert(sizeof(ABL_HitBroomHover_C_ExecuteUbergraph_ABL_HitBroomHover) == 0x000030, "Wrong size on ABL_HitBroomHover_C_ExecuteUbergraph_ABL_HitBroomHover"); \ static_assert(offsetof(ABL_HitBroomHover_C_ExecuteUbergraph_ABL_HitBroomHover, EntryPoint) == 0x000000, "Member 'ABL_HitBroomHover_C_ExecuteUbergraph_ABL_HitBroomHover::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_C_ExecuteUbergraph_ABL_HitBroomHover, K2Node_Event_Context) == 0x000008, "Member 'ABL_HitBroomHover_C_ExecuteUbergraph_ABL_HitBroomHover::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_C_ExecuteUbergraph_ABL_HitBroomHover, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HitBroomHover_C_ExecuteUbergraph_ABL_HitBroomHover::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_C_ExecuteUbergraph_ABL_HitBroomHover, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_HitBroomHover_C_ExecuteUbergraph_ABL_HitBroomHover::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_C_ExecuteUbergraph_ABL_HitBroomHover, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HitBroomHover_C_ExecuteUbergraph_ABL_HitBroomHover::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_C_ExecuteUbergraph_ABL_HitBroomHover, CallFunc_PostDialogueEvent_ReturnValue) == 0x000028, "Member 'ABL_HitBroomHover_C_ExecuteUbergraph_ABL_HitBroomHover::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitBroomHover_C_OnAbilityBranch \ static_assert(alignof(ABL_HitBroomHover_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HitBroomHover_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HitBroomHover_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HitBroomHover_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HitBroomHover_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HitBroomHover_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HitBroomHover_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitBroomHover_C_OnAbilityStart \ static_assert(alignof(ABL_HitBroomHover_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HitBroomHover_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HitBroomHover_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HitBroomHover_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HitBroomHover_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HitBroomHover_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HitBroomHover_C_CustomCanBranchTo \ static_assert(alignof(ABL_HitBroomHover_C_CustomCanBranchTo) == 0x000008, "Wrong alignment on ABL_HitBroomHover_C_CustomCanBranchTo"); \ static_assert(sizeof(ABL_HitBroomHover_C_CustomCanBranchTo) == 0x000028, "Wrong size on ABL_HitBroomHover_C_CustomCanBranchTo"); \ static_assert(offsetof(ABL_HitBroomHover_C_CustomCanBranchTo, Context) == 0x000000, "Member 'ABL_HitBroomHover_C_CustomCanBranchTo::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_C_CustomCanBranchTo, ReturnValue) == 0x000008, "Member 'ABL_HitBroomHover_C_CustomCanBranchTo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_C_CustomCanBranchTo, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_HitBroomHover_C_CustomCanBranchTo::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_C_CustomCanBranchTo, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_HitBroomHover_C_CustomCanBranchTo::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_C_CustomCanBranchTo, CallFunc_GetHealth_ReturnValue) == 0x000020, "Member 'ABL_HitBroomHover_C_CustomCanBranchTo::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HitBroomHover_C_CustomCanBranchTo, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABL_HitBroomHover_C_CustomCanBranchTo::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HitBroomHover_C \ static_assert(alignof(UABL_HitBroomHover_C) == 0x000008, "Wrong alignment on UABL_HitBroomHover_C"); \ static_assert(sizeof(UABL_HitBroomHover_C) == 0x0000E8, "Wrong size on UABL_HitBroomHover_C"); \ static_assert(offsetof(UABL_HitBroomHover_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_HitBroomHover_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Move_Start_C_ExecuteUbergraph_ABL_Enemy_Move_Start \ static_assert(alignof(ABL_Enemy_Move_Start_C_ExecuteUbergraph_ABL_Enemy_Move_Start) == 0x000008, "Wrong alignment on ABL_Enemy_Move_Start_C_ExecuteUbergraph_ABL_Enemy_Move_Start"); \ static_assert(sizeof(ABL_Enemy_Move_Start_C_ExecuteUbergraph_ABL_Enemy_Move_Start) == 0x000010, "Wrong size on ABL_Enemy_Move_Start_C_ExecuteUbergraph_ABL_Enemy_Move_Start"); \ static_assert(offsetof(ABL_Enemy_Move_Start_C_ExecuteUbergraph_ABL_Enemy_Move_Start, EntryPoint) == 0x000000, "Member 'ABL_Enemy_Move_Start_C_ExecuteUbergraph_ABL_Enemy_Move_Start::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Move_Start_C_ExecuteUbergraph_ABL_Enemy_Move_Start, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_Move_Start_C_ExecuteUbergraph_ABL_Enemy_Move_Start::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Move_Start_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Enemy_Move_Start_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Enemy_Move_Start_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Enemy_Move_Start_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Enemy_Move_Start_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Enemy_Move_Start_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Enemy_Move_Start_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Move_Start_C \ static_assert(alignof(UABL_Enemy_Move_Start_C) == 0x000008, "Wrong alignment on UABL_Enemy_Move_Start_C"); \ static_assert(sizeof(UABL_Enemy_Move_Start_C) == 0x0000D0, "Wrong size on UABL_Enemy_Move_Start_C"); \ static_assert(offsetof(UABL_Enemy_Move_Start_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_Move_Start_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break \ static_assert(alignof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break) == 0x000008, "Wrong alignment on ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break"); \ static_assert(sizeof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break) == 0x000080, "Wrong size on ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break, EntryPoint) == 0x000000, "Member 'ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break, K2Node_Event_Context_1) == 0x000008, "Member 'ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break, K2Node_Event_Context) == 0x000010, "Member 'ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break, K2Node_Event_NextAbility) == 0x000018, "Member 'ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break, CallFunc_GetSelfActor_ReturnValue) == 0x000020, "Member 'ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break, CallFunc_GetSelfActor_ReturnValue_1) == 0x000028, "Member 'ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break, K2Node_DynamicCast_AsBiped_Player) == 0x000030, "Member 'ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break, CallFunc_GetComponentByClass_ReturnValue) == 0x000040, "Member 'ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000048, "Member 'ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break, CallFunc_GetAnimInstance_ReturnValue) == 0x000050, "Member 'ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000060, "Member 'ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000070, "Member 'ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'ABL_HoverBroom_Idle_Break_C_ExecuteUbergraph_ABL_HoverBroom_Idle_Break::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_Idle_Break_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroom_Idle_Break_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroom_Idle_Break_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroom_Idle_Break_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroom_Idle_Break_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroom_Idle_Break_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroom_Idle_Break_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_Idle_Break_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroom_Idle_Break_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroom_Idle_Break_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroom_Idle_Break_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroom_Idle_Break_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroom_Idle_Break_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroom_Idle_Break_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroom_Idle_Break_C \ static_assert(alignof(UABL_HoverBroom_Idle_Break_C) == 0x000008, "Wrong alignment on UABL_HoverBroom_Idle_Break_C"); \ static_assert(sizeof(UABL_HoverBroom_Idle_Break_C) == 0x0000D0, "Wrong size on UABL_HoverBroom_Idle_Break_C"); \ static_assert(offsetof(UABL_HoverBroom_Idle_Break_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroom_Idle_Break_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand \ static_assert(alignof(ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand"); \ static_assert(sizeof(ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand) == 0x000070, "Wrong size on ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand"); \ static_assert(offsetof(ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand, EntryPoint) == 0x000000, "Member 'ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand, K2Node_Event_Context) == 0x000008, "Member 'ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_HoverBroom_MountLand_C_ExecuteUbergraph_ABL_HoverBroom_MountLand::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountLand_C_OnAbilityBranch \ static_assert(alignof(ABL_HoverBroom_MountLand_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountLand_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_HoverBroom_MountLand_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_HoverBroom_MountLand_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_HoverBroom_MountLand_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_HoverBroom_MountLand_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_HoverBroom_MountLand_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_HoverBroom_MountLand_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_HoverBroom_MountLand_C_OnAbilityStart \ static_assert(alignof(ABL_HoverBroom_MountLand_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_HoverBroom_MountLand_C_OnAbilityStart"); \ static_assert(sizeof(ABL_HoverBroom_MountLand_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_HoverBroom_MountLand_C_OnAbilityStart"); \ static_assert(offsetof(ABL_HoverBroom_MountLand_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_HoverBroom_MountLand_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_HoverBroom_MountLand_C \ static_assert(alignof(UABL_HoverBroom_MountLand_C) == 0x000008, "Wrong alignment on UABL_HoverBroom_MountLand_C"); \ static_assert(sizeof(UABL_HoverBroom_MountLand_C) == 0x0000D0, "Wrong size on UABL_HoverBroom_MountLand_C"); \ static_assert(offsetof(UABL_HoverBroom_MountLand_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_HoverBroom_MountLand_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom \ static_assert(alignof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom) == 0x000008, "Wrong alignment on BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom"); \ static_assert(sizeof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom) == 0x000530, "Wrong size on BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, EntryPoint) == 0x000000, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_BTCustomActionEvent_VariantMapHandle_3) == 0x000004, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_BTCustomActionEvent_VariantMapHandle_3' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_Event_OwnerActor_2) == 0x000008, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_Event_OwnerActor_2' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_Event_OwnerActor_1) == 0x000010, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_AsBiped_Player_1) == 0x000028, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetFaceTargetTracker_ReturnValue) == 0x000038, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetFaceTargetTracker_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetBipedAnimInstance_ReturnValue) == 0x000040, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetBipedAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface) == 0x000048, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1) == 0x000060, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, Temp_object_Variable) == 0x000078, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_BTCustomActionEvent_VariantMapHandle_4) == 0x000080, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_BTCustomActionEvent_VariantMapHandle_4' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetActiveSpellTool_ReturnValue) == 0x000088, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetActiveSpellTool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetAnimInstance_ReturnValue) == 0x000090, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_AsRevelio_Spell_Tool) == 0x000098, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_AsRevelio_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_bSuccess_4) == 0x0000A0, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2) == 0x0000A8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_bSuccess_5) == 0x0000B8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3) == 0x0000C0, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_AsBiped_Anim_Instance_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_bSuccess_6) == 0x0000D0, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_Start_ReturnValue) == 0x0000D1, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_Start_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_BTCustomActionEvent_VariantMapHandle) == 0x0000D4, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_BTCustomActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_BTCustomActionEvent_VariantMapHandle_5) == 0x0000D8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_BTCustomActionEvent_VariantMapHandle_5' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_CustomAnalogInputActionEvent_VariantMapHandle) == 0x0000DC, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_CustomAnalogInputActionEvent_VariantMapHandle' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, Temp_class_Variable) == 0x0000E0, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::Temp_class_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, Temp_class_Variable_1) == 0x0000E8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::Temp_class_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, Temp_class_Variable_2) == 0x0000F0, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::Temp_class_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetActorOwner_ReturnValue) == 0x0000F8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_AsBiped_Player_2) == 0x000100, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_bSuccess_7) == 0x000108, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, Temp_class_Variable_3) == 0x000110, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::Temp_class_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000118, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetSkeletalMesh_ReturnValue) == 0x000120, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetSkeletalMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetActorOwner_ReturnValue_1) == 0x000128, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetActorOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_AsBiped_Player_3) == 0x000130, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_AsBiped_Player_3' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_bSuccess_8) == 0x000138, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, Temp_class_Variable_4) == 0x000140, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::Temp_class_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_IsValid_ReturnValue) == 0x000148, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetActorOwner_ReturnValue_2) == 0x000150, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetActorOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_AsBiped_Player_4) == 0x000158, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_AsBiped_Player_4' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_bSuccess_9) == 0x000160, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000168, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000170, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000178, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000180, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x000188, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, Temp_class_Variable_5) == 0x000190, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::Temp_class_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_AddStateToStack_ReturnValue) == 0x000198, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_AddStateToStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x0001A0, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetTheBipedPlayer_ReturnValue_3) == 0x0001A8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetTheBipedPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetBlackboardComponent_ReturnValue) == 0x0001B0, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, Temp_byte_Variable) == 0x0001B8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_MakeLiteralName_ReturnValue) == 0x0001BC, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetValueAsEnum_ReturnValue) == 0x0001C4, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetValueAsEnum_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0001C5, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetValidValue_ReturnValue) == 0x0001C6, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_CustomEvent_Caller) == 0x0001C8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_CustomEvent_MunitionImpactData) == 0x0001D0, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_CustomEvent_MunitionImpactData' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetTheBipedPlayer_ReturnValue_4) == 0x0002C0, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetTheBipedPlayer_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetTheBipedPlayer_ReturnValue_5) == 0x0002C8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetTheBipedPlayer_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetActorOwner_ReturnValue_3) == 0x0002D0, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetActorOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetComponentByClass_ReturnValue) == 0x0002D8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_Select_Default) == 0x0002E0, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_CreateDelegate_OutputDelegate) == 0x0002E8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x0002F8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_HermesBindMunitionImpactData_Handle) == 0x000300, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_HermesBindMunitionImpactData_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetActorOwner_ReturnValue_4) == 0x000310, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetActorOwner_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_IsValid_ReturnValue_1) == 0x000318, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_AsBiped_Character_Interface) == 0x000320, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_AsBiped_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_bSuccess_10) == 0x000330, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetWand_ReturnValue) == 0x000338, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetPlayerController_ReturnValue) == 0x000340, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetPlayerController_ReturnValue_1) == 0x000348, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_AsBiped_Player_Controller) == 0x000350, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_AsBiped_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_bSuccess_11) == 0x000358, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_AsBiped_Player_Controller_1) == 0x000360, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_AsBiped_Player_Controller_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_bSuccess_12) == 0x000368, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_Event_OwnerActor) == 0x000370, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_Event_DeltaSeconds) == 0x000378, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetTheBipedPlayer_ReturnValue_6) == 0x000380, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetTheBipedPlayer_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, Temp_delegate_Variable) == 0x000388, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_AsBiped_Character_Interface_1) == 0x000398, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_AsBiped_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_DynamicCast_bSuccess_13) == 0x0003A8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetMoveStickValues_X) == 0x0003AC, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetMoveStickValues_X' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetMoveStickValues_Y) == 0x0003B0, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetMoveStickValues_Y' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetSpeedCurve_self_CastInput) == 0x0003B8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetSpeedCurve_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetSpeedCurve_bIgnoreGovernor) == 0x0003C8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetSpeedCurve_bIgnoreGovernor' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetSpeedCurve_ReturnValue) == 0x0003D0, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetSpeedCurve_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, Temp_name_Variable) == 0x0003D8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, Temp_name_Variable_1) == 0x0003E0, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_Array_RemoveItem_ReturnValue) == 0x0003E8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_Array_AddUnique_ReturnValue) == 0x0003EC, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0003F0, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_ProcessStick_WorldSpeed) == 0x0003F4, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_ProcessStick_WorldSpeed' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_ProcessStick_WorldDirection) == 0x0003F8, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_ProcessStick_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_ProcessStick_ReturnValue) == 0x000404, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_ProcessStick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_IsValid_ReturnValue_2) == 0x000405, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, Temp_struct_Variable) == 0x000408, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_PostEvent_ReturnValue) == 0x000418, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x00041C, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_NotEqual_ByteByte_ReturnValue_2) == 0x00041D, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_NotEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_SelectFloat_ReturnValue) == 0x000420, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_SelectFloat_ReturnValue_1) == 0x000424, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, Temp_struct_Variable_1) == 0x000428, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetVariantFVector_FromHandle_bFound) == 0x00042C, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetVariantFVector_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetVariantFVector_FromHandle_ReturnValue) == 0x000430, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetVariantFVector_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetPlayerCharacter_ReturnValue_3) == 0x000440, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetPlayerCharacter_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_BTCustomActionEvent_VariantMapHandle_1) == 0x000448, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_BTCustomActionEvent_VariantMapHandle_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00044C, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000458, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_GetPlayerCharacter_ReturnValue_4) == 0x000468, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_GetPlayerCharacter_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000470, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000471, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_MakeArray_Array) == 0x000478, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_BTCustomActionEvent_VariantMapHandle_2) == 0x000488, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_BTCustomActionEvent_VariantMapHandle_2' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, K2Node_MakeArray_Array_1) == 0x000490, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_LineTraceSingleForObjects_OutHit) == 0x0004A0, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_LineTraceSingleForObjects_OutHit' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, CallFunc_LineTraceSingleForObjects_ReturnValue) == 0x000528, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::CallFunc_LineTraceSingleForObjects_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom, Temp_struct_Variable_2) == 0x00052C, "Member 'BTT_HoverBroom_C_ExecuteUbergraph_BTT_HoverBroom::Temp_struct_Variable_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_ReceiveTick \ static_assert(alignof(BTT_HoverBroom_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_HoverBroom_C_ReceiveTick"); \ static_assert(sizeof(BTT_HoverBroom_C_ReceiveTick) == 0x000010, "Wrong size on BTT_HoverBroom_C_ReceiveTick"); \ static_assert(offsetof(BTT_HoverBroom_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_HoverBroom_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_HoverBroom_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_MunitionImpactDamage \ static_assert(alignof(BTT_HoverBroom_C_MunitionImpactDamage) == 0x000008, "Wrong alignment on BTT_HoverBroom_C_MunitionImpactDamage"); \ static_assert(sizeof(BTT_HoverBroom_C_MunitionImpactDamage) == 0x0000F8, "Wrong size on BTT_HoverBroom_C_MunitionImpactDamage"); \ static_assert(offsetof(BTT_HoverBroom_C_MunitionImpactDamage, Caller) == 0x000000, "Member 'BTT_HoverBroom_C_MunitionImpactDamage::Caller' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_MunitionImpactDamage, MunitionImpactData) == 0x000008, "Member 'BTT_HoverBroom_C_MunitionImpactDamage::MunitionImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_ExitTask \ static_assert(alignof(BTT_HoverBroom_C_ExitTask) == 0x000008, "Wrong alignment on BTT_HoverBroom_C_ExitTask"); \ static_assert(sizeof(BTT_HoverBroom_C_ExitTask) == 0x000008, "Wrong size on BTT_HoverBroom_C_ExitTask"); \ static_assert(offsetof(BTT_HoverBroom_C_ExitTask, OwnerActor) == 0x000000, "Member 'BTT_HoverBroom_C_ExitTask::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_ReceiveExecute \ static_assert(alignof(BTT_HoverBroom_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_HoverBroom_C_ReceiveExecute"); \ static_assert(sizeof(BTT_HoverBroom_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_HoverBroom_C_ReceiveExecute"); \ static_assert(offsetof(BTT_HoverBroom_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_HoverBroom_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0 \ static_assert(alignof(BTT_HoverBroom_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong alignment on BTT_HoverBroom_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0"); \ static_assert(sizeof(BTT_HoverBroom_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0) == 0x000004, "Wrong size on BTT_HoverBroom_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0"); \ static_assert(offsetof(BTT_HoverBroom_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_HoverBroom_C_CustActionEvt_FireWand_K2Node_BTCustomActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_InpActEvt_BroomAcceleration_K2Node_CustomAnalogInputActionEvent_0 \ static_assert(alignof(BTT_HoverBroom_C_InpActEvt_BroomAcceleration_K2Node_CustomAnalogInputActionEvent_0) == 0x000004, "Wrong alignment on BTT_HoverBroom_C_InpActEvt_BroomAcceleration_K2Node_CustomAnalogInputActionEvent_0"); \ static_assert(sizeof(BTT_HoverBroom_C_InpActEvt_BroomAcceleration_K2Node_CustomAnalogInputActionEvent_0) == 0x000004, "Wrong size on BTT_HoverBroom_C_InpActEvt_BroomAcceleration_K2Node_CustomAnalogInputActionEvent_0"); \ static_assert(offsetof(BTT_HoverBroom_C_InpActEvt_BroomAcceleration_K2Node_CustomAnalogInputActionEvent_0, VariantMapHandle) == 0x000000, "Member 'BTT_HoverBroom_C_InpActEvt_BroomAcceleration_K2Node_CustomAnalogInputActionEvent_0::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_1 \ static_assert(alignof(BTT_HoverBroom_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong alignment on BTT_HoverBroom_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_1"); \ static_assert(sizeof(BTT_HoverBroom_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_1) == 0x000004, "Wrong size on BTT_HoverBroom_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_1"); \ static_assert(offsetof(BTT_HoverBroom_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_1, VariantMapHandle) == 0x000000, "Member 'BTT_HoverBroom_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_1::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_2 \ static_assert(alignof(BTT_HoverBroom_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong alignment on BTT_HoverBroom_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_2"); \ static_assert(sizeof(BTT_HoverBroom_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_2) == 0x000004, "Wrong size on BTT_HoverBroom_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_2"); \ static_assert(offsetof(BTT_HoverBroom_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_2, VariantMapHandle) == 0x000000, "Member 'BTT_HoverBroom_C_CustActionEvt_JumpImpulse_K2Node_BTCustomActionEvent_2::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_CustActionEvt_SpawnBroom_K2Node_BTCustomActionEvent_3 \ static_assert(alignof(BTT_HoverBroom_C_CustActionEvt_SpawnBroom_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong alignment on BTT_HoverBroom_C_CustActionEvt_SpawnBroom_K2Node_BTCustomActionEvent_3"); \ static_assert(sizeof(BTT_HoverBroom_C_CustActionEvt_SpawnBroom_K2Node_BTCustomActionEvent_3) == 0x000004, "Wrong size on BTT_HoverBroom_C_CustActionEvt_SpawnBroom_K2Node_BTCustomActionEvent_3"); \ static_assert(offsetof(BTT_HoverBroom_C_CustActionEvt_SpawnBroom_K2Node_BTCustomActionEvent_3, VariantMapHandle) == 0x000000, "Member 'BTT_HoverBroom_C_CustActionEvt_SpawnBroom_K2Node_BTCustomActionEvent_3::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_CustActionEvt_SpawnBroom_K2Node_BTCustomActionEvent_4 \ static_assert(alignof(BTT_HoverBroom_C_CustActionEvt_SpawnBroom_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong alignment on BTT_HoverBroom_C_CustActionEvt_SpawnBroom_K2Node_BTCustomActionEvent_4"); \ static_assert(sizeof(BTT_HoverBroom_C_CustActionEvt_SpawnBroom_K2Node_BTCustomActionEvent_4) == 0x000004, "Wrong size on BTT_HoverBroom_C_CustActionEvt_SpawnBroom_K2Node_BTCustomActionEvent_4"); \ static_assert(offsetof(BTT_HoverBroom_C_CustActionEvt_SpawnBroom_K2Node_BTCustomActionEvent_4, VariantMapHandle) == 0x000000, "Member 'BTT_HoverBroom_C_CustActionEvt_SpawnBroom_K2Node_BTCustomActionEvent_4::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_CustActionEvt_Mount_K2Node_BTCustomActionEvent_5 \ static_assert(alignof(BTT_HoverBroom_C_CustActionEvt_Mount_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong alignment on BTT_HoverBroom_C_CustActionEvt_Mount_K2Node_BTCustomActionEvent_5"); \ static_assert(sizeof(BTT_HoverBroom_C_CustActionEvt_Mount_K2Node_BTCustomActionEvent_5) == 0x000004, "Wrong size on BTT_HoverBroom_C_CustActionEvt_Mount_K2Node_BTCustomActionEvent_5"); \ static_assert(offsetof(BTT_HoverBroom_C_CustActionEvt_Mount_K2Node_BTCustomActionEvent_5, VariantMapHandle) == 0x000000, "Member 'BTT_HoverBroom_C_CustActionEvt_Mount_K2Node_BTCustomActionEvent_5::VariantMapHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_SpawnFlyingBroom \ static_assert(alignof(BTT_HoverBroom_C_SpawnFlyingBroom) == 0x000010, "Wrong alignment on BTT_HoverBroom_C_SpawnFlyingBroom"); \ static_assert(sizeof(BTT_HoverBroom_C_SpawnFlyingBroom) == 0x0000E0, "Wrong size on BTT_HoverBroom_C_SpawnFlyingBroom"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnFlyingBroom, ParentActor) == 0x000000, "Member 'BTT_HoverBroom_C_SpawnFlyingBroom::ParentActor' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnFlyingBroom, BroomProp) == 0x000008, "Member 'BTT_HoverBroom_C_SpawnFlyingBroom::BroomProp' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnFlyingBroom, FlyingBroomClass) == 0x000010, "Member 'BTT_HoverBroom_C_SpawnFlyingBroom::FlyingBroomClass' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnFlyingBroom, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BTT_HoverBroom_C_SpawnFlyingBroom::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnFlyingBroom, CallFunc_GetComponentByClass_ReturnValue) == 0x000048, "Member 'BTT_HoverBroom_C_SpawnFlyingBroom::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnFlyingBroom, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000050, "Member 'BTT_HoverBroom_C_SpawnFlyingBroom::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnFlyingBroom, CallFunc_MakeTransform_ReturnValue) == 0x000060, "Member 'BTT_HoverBroom_C_SpawnFlyingBroom::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnFlyingBroom, CallFunc_MakeLiteralName_ReturnValue) == 0x000090, "Member 'BTT_HoverBroom_C_SpawnFlyingBroom::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnFlyingBroom, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000098, "Member 'BTT_HoverBroom_C_SpawnFlyingBroom::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnFlyingBroom, CallFunc_GetValueAsClass_ReturnValue) == 0x0000A0, "Member 'BTT_HoverBroom_C_SpawnFlyingBroom::CallFunc_GetValueAsClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnFlyingBroom, K2Node_ClassDynamicCast_AsActor) == 0x0000A8, "Member 'BTT_HoverBroom_C_SpawnFlyingBroom::K2Node_ClassDynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnFlyingBroom, K2Node_ClassDynamicCast_bSuccess) == 0x0000B0, "Member 'BTT_HoverBroom_C_SpawnFlyingBroom::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnFlyingBroom, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x0000B8, "Member 'BTT_HoverBroom_C_SpawnFlyingBroom::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnFlyingBroom, CallFunc_FinishSpawningActor_ReturnValue) == 0x0000C0, "Member 'BTT_HoverBroom_C_SpawnFlyingBroom::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnFlyingBroom, K2Node_DynamicCast_AsFlying_Broom) == 0x0000C8, "Member 'BTT_HoverBroom_C_SpawnFlyingBroom::K2Node_DynamicCast_AsFlying_Broom' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnFlyingBroom, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'BTT_HoverBroom_C_SpawnFlyingBroom::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_DestroyBroom \ static_assert(alignof(BTT_HoverBroom_C_DestroyBroom) == 0x000010, "Wrong alignment on BTT_HoverBroom_C_DestroyBroom"); \ static_assert(sizeof(BTT_HoverBroom_C_DestroyBroom) == 0x000160, "Wrong size on BTT_HoverBroom_C_DestroyBroom"); \ static_assert(offsetof(BTT_HoverBroom_C_DestroyBroom, BipedPlayer) == 0x000000, "Member 'BTT_HoverBroom_C_DestroyBroom::BipedPlayer' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DestroyBroom, CallFunc_GetComponentByClass_ReturnValue) == 0x000008, "Member 'BTT_HoverBroom_C_DestroyBroom::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DestroyBroom, CallFunc_GetSocketTransform_ReturnValue) == 0x000010, "Member 'BTT_HoverBroom_C_DestroyBroom::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DestroyBroom, CallFunc_GetSocketTransform_ReturnValue_1) == 0x000040, "Member 'BTT_HoverBroom_C_DestroyBroom::CallFunc_GetSocketTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DestroyBroom, CallFunc_InvertTransform_ReturnValue) == 0x000070, "Member 'BTT_HoverBroom_C_DestroyBroom::CallFunc_InvertTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DestroyBroom, CallFunc_ComposeTransforms_ReturnValue) == 0x0000A0, "Member 'BTT_HoverBroom_C_DestroyBroom::CallFunc_ComposeTransforms_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DestroyBroom, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x0000D0, "Member 'BTT_HoverBroom_C_DestroyBroom::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DestroyBroom, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000158, "Member 'BTT_HoverBroom_C_DestroyBroom::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DestroyBroom, CallFunc_GetDismountType_ReturnValue) == 0x000159, "Member 'BTT_HoverBroom_C_DestroyBroom::CallFunc_GetDismountType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DestroyBroom, CallFunc_IsValid_ReturnValue) == 0x00015A, "Member 'BTT_HoverBroom_C_DestroyBroom::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_SpawnBroomInHand \ static_assert(alignof(BTT_HoverBroom_C_SpawnBroomInHand) == 0x000010, "Wrong alignment on BTT_HoverBroom_C_SpawnBroomInHand"); \ static_assert(sizeof(BTT_HoverBroom_C_SpawnBroomInHand) == 0x0000C0, "Wrong size on BTT_HoverBroom_C_SpawnBroomInHand"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnBroomInHand, ParentActor) == 0x000000, "Member 'BTT_HoverBroom_C_SpawnBroomInHand::ParentActor' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnBroomInHand, ScaleIn) == 0x000008, "Member 'BTT_HoverBroom_C_SpawnBroomInHand::ScaleIn' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnBroomInHand, StartScale) == 0x00000C, "Member 'BTT_HoverBroom_C_SpawnBroomInHand::StartScale' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnBroomInHand, Attatch) == 0x000010, "Member 'BTT_HoverBroom_C_SpawnBroomInHand::Attatch' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnBroomInHand, CallFunc_MakeLiteralName_ReturnValue) == 0x000014, "Member 'BTT_HoverBroom_C_SpawnBroomInHand::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnBroomInHand, CallFunc_GetSkeletalMesh_ReturnValue) == 0x000020, "Member 'BTT_HoverBroom_C_SpawnBroomInHand::CallFunc_GetSkeletalMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnBroomInHand, CallFunc_GetBlackboardComponent_ReturnValue) == 0x000028, "Member 'BTT_HoverBroom_C_SpawnBroomInHand::CallFunc_GetBlackboardComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnBroomInHand, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000030, "Member 'BTT_HoverBroom_C_SpawnBroomInHand::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnBroomInHand, CallFunc_GetValueAsClass_ReturnValue) == 0x000040, "Member 'BTT_HoverBroom_C_SpawnBroomInHand::CallFunc_GetValueAsClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnBroomInHand, CallFunc_MakeTransform_ReturnValue) == 0x000050, "Member 'BTT_HoverBroom_C_SpawnBroomInHand::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnBroomInHand, K2Node_ClassDynamicCast_AsActor) == 0x000080, "Member 'BTT_HoverBroom_C_SpawnBroomInHand::K2Node_ClassDynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnBroomInHand, K2Node_ClassDynamicCast_bSuccess) == 0x000088, "Member 'BTT_HoverBroom_C_SpawnBroomInHand::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnBroomInHand, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000090, "Member 'BTT_HoverBroom_C_SpawnBroomInHand::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnBroomInHand, CallFunc_FinishSpawningActor_ReturnValue) == 0x000098, "Member 'BTT_HoverBroom_C_SpawnBroomInHand::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnBroomInHand, K2Node_DynamicCast_AsFlying_Broom) == 0x0000A0, "Member 'BTT_HoverBroom_C_SpawnBroomInHand::K2Node_DynamicCast_AsFlying_Broom' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnBroomInHand, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BTT_HoverBroom_C_SpawnBroomInHand::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_SpawnBroomInHand, CallFunc_GetComponentByClass_ReturnValue) == 0x0000B0, "Member 'BTT_HoverBroom_C_SpawnBroomInHand::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_Show_Dismount_Prop \ static_assert(alignof(BTT_HoverBroom_C_Show_Dismount_Prop) == 0x000008, "Wrong alignment on BTT_HoverBroom_C_Show_Dismount_Prop"); \ static_assert(sizeof(BTT_HoverBroom_C_Show_Dismount_Prop) == 0x000028, "Wrong size on BTT_HoverBroom_C_Show_Dismount_Prop"); \ static_assert(offsetof(BTT_HoverBroom_C_Show_Dismount_Prop, Prop) == 0x000000, "Member 'BTT_HoverBroom_C_Show_Dismount_Prop::Prop' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_Show_Dismount_Prop, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_HoverBroom_C_Show_Dismount_Prop::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_Show_Dismount_Prop, K2Node_DynamicCast_AsBiped_Player) == 0x000010, "Member 'BTT_HoverBroom_C_Show_Dismount_Prop::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_Show_Dismount_Prop, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_HoverBroom_C_Show_Dismount_Prop::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_Show_Dismount_Prop, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'BTT_HoverBroom_C_Show_Dismount_Prop::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_DestroyBroomDismount \ static_assert(alignof(BTT_HoverBroom_C_DestroyBroomDismount) == 0x000008, "Wrong alignment on BTT_HoverBroom_C_DestroyBroomDismount"); \ static_assert(sizeof(BTT_HoverBroom_C_DestroyBroomDismount) == 0x000020, "Wrong size on BTT_HoverBroom_C_DestroyBroomDismount"); \ static_assert(offsetof(BTT_HoverBroom_C_DestroyBroomDismount, Instant) == 0x000000, "Member 'BTT_HoverBroom_C_DestroyBroomDismount::Instant' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DestroyBroomDismount, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BTT_HoverBroom_C_DestroyBroomDismount::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DestroyBroomDismount, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_HoverBroom_C_DestroyBroomDismount::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DestroyBroomDismount, K2Node_DynamicCast_AsBiped_Player) == 0x000010, "Member 'BTT_HoverBroom_C_DestroyBroomDismount::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DestroyBroomDismount, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BTT_HoverBroom_C_DestroyBroomDismount::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_DismountBroomStarted \ static_assert(alignof(BTT_HoverBroom_C_DismountBroomStarted) == 0x000008, "Wrong alignment on BTT_HoverBroom_C_DismountBroomStarted"); \ static_assert(sizeof(BTT_HoverBroom_C_DismountBroomStarted) == 0x000038, "Wrong size on BTT_HoverBroom_C_DismountBroomStarted"); \ static_assert(offsetof(BTT_HoverBroom_C_DismountBroomStarted, Variant_Map_Handle) == 0x000000, "Member 'BTT_HoverBroom_C_DismountBroomStarted::Variant_Map_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DismountBroomStarted, CallFunc_GetVariantFVector_FromHandle_bFound) == 0x000004, "Member 'BTT_HoverBroom_C_DismountBroomStarted::CallFunc_GetVariantFVector_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DismountBroomStarted, CallFunc_GetVariantFVector_FromHandle_ReturnValue) == 0x000008, "Member 'BTT_HoverBroom_C_DismountBroomStarted::CallFunc_GetVariantFVector_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DismountBroomStarted, CallFunc_GetVariantBool_FromHandle_bFound) == 0x000014, "Member 'BTT_HoverBroom_C_DismountBroomStarted::CallFunc_GetVariantBool_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DismountBroomStarted, CallFunc_GetVariantBool_FromHandle_ReturnValue) == 0x000015, "Member 'BTT_HoverBroom_C_DismountBroomStarted::CallFunc_GetVariantBool_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DismountBroomStarted, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000018, "Member 'BTT_HoverBroom_C_DismountBroomStarted::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DismountBroomStarted, CallFunc_GetActorOwner_ReturnValue) == 0x000020, "Member 'BTT_HoverBroom_C_DismountBroomStarted::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DismountBroomStarted, CallFunc_GetGameLogicObject_ReturnValue) == 0x000028, "Member 'BTT_HoverBroom_C_DismountBroomStarted::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DismountBroomStarted, CallFunc_GetComponentByClass_ReturnValue) == 0x000030, "Member 'BTT_HoverBroom_C_DismountBroomStarted::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_DismountBroomCompleted \ static_assert(alignof(BTT_HoverBroom_C_DismountBroomCompleted) == 0x000008, "Wrong alignment on BTT_HoverBroom_C_DismountBroomCompleted"); \ static_assert(sizeof(BTT_HoverBroom_C_DismountBroomCompleted) == 0x000028, "Wrong size on BTT_HoverBroom_C_DismountBroomCompleted"); \ static_assert(offsetof(BTT_HoverBroom_C_DismountBroomCompleted, Variant_Map_Handle) == 0x000000, "Member 'BTT_HoverBroom_C_DismountBroomCompleted::Variant_Map_Handle' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DismountBroomCompleted, CallFunc_GetActorOwner_ReturnValue) == 0x000008, "Member 'BTT_HoverBroom_C_DismountBroomCompleted::CallFunc_GetActorOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DismountBroomCompleted, CallFunc_GetVariantBool_FromHandle_bFound) == 0x000010, "Member 'BTT_HoverBroom_C_DismountBroomCompleted::CallFunc_GetVariantBool_FromHandle_bFound' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DismountBroomCompleted, CallFunc_GetVariantBool_FromHandle_ReturnValue) == 0x000011, "Member 'BTT_HoverBroom_C_DismountBroomCompleted::CallFunc_GetVariantBool_FromHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DismountBroomCompleted, K2Node_DynamicCast_AsBiped_Player) == 0x000018, "Member 'BTT_HoverBroom_C_DismountBroomCompleted::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_DismountBroomCompleted, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BTT_HoverBroom_C_DismountBroomCompleted::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_HandleMuntitionImpact \ static_assert(alignof(BTT_HoverBroom_C_HandleMuntitionImpact) == 0x000008, "Wrong alignment on BTT_HoverBroom_C_HandleMuntitionImpact"); \ static_assert(sizeof(BTT_HoverBroom_C_HandleMuntitionImpact) == 0x0002A0, "Wrong size on BTT_HoverBroom_C_HandleMuntitionImpact"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, MunitionImpactData) == 0x000000, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::MunitionImpactData' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, LightHit) == 0x0000F0, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::LightHit' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, MI_Data) == 0x0000F8, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::MI_Data' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, CallFunc_GetDisplayName_ReturnValue) == 0x0001E8, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, CallFunc_Contains_ReturnValue) == 0x0001F8, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000200, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, K2Node_DynamicCast_AsAble_Character_Interface) == 0x000208, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::K2Node_DynamicCast_AsAble_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, K2Node_DynamicCast_bSuccess) == 0x000218, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, CallFunc_GetTheBipedPlayer_ReturnValue_1) == 0x000220, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::CallFunc_GetTheBipedPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, CallFunc_ExecuteAbilityByClass_ReturnValue) == 0x000228, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::CallFunc_ExecuteAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, K2Node_DynamicCast_AsAble_Character_Interface_1) == 0x000230, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::K2Node_DynamicCast_AsAble_Character_Interface_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, K2Node_DynamicCast_bSuccess_1) == 0x000240, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, CallFunc_ExecuteAbilityByClass_ReturnValue_1) == 0x000241, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::CallFunc_ExecuteAbilityByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, CallFunc_IsValid_ReturnValue) == 0x000242, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, CallFunc_GetTheBipedPlayer_ReturnValue_2) == 0x000248, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::CallFunc_GetTheBipedPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, K2Node_DynamicCast_AsAble_Character_Interface_2) == 0x000250, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::K2Node_DynamicCast_AsAble_Character_Interface_2' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, K2Node_DynamicCast_bSuccess_2) == 0x000260, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, CallFunc_ExecuteAbilityByClass_ReturnValue_2) == 0x000261, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::CallFunc_ExecuteAbilityByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, CallFunc_IsInHoverMode_ReturnValue) == 0x000262, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::CallFunc_IsInHoverMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, CallFunc_GetTheBipedPlayer_ReturnValue_3) == 0x000268, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::CallFunc_GetTheBipedPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, CallFunc_GetTheBipedPlayer_ReturnValue_4) == 0x000270, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::CallFunc_GetTheBipedPlayer_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000278, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, K2Node_DynamicCast_AsAble_Character_Interface_3) == 0x000280, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::K2Node_DynamicCast_AsAble_Character_Interface_3' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, K2Node_DynamicCast_bSuccess_3) == 0x000290, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, CallFunc_GetHealth_ReturnValue) == 0x000294, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, CallFunc_ExecuteAbilityByClass_ReturnValue_3) == 0x000298, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::CallFunc_ExecuteAbilityByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_HandleMuntitionImpact, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000299, "Member 'BTT_HoverBroom_C_HandleMuntitionImpact::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_HoverBroom_C_StopCastingAnimation \ static_assert(alignof(BTT_HoverBroom_C_StopCastingAnimation) == 0x000008, "Wrong alignment on BTT_HoverBroom_C_StopCastingAnimation"); \ static_assert(sizeof(BTT_HoverBroom_C_StopCastingAnimation) == 0x000020, "Wrong size on BTT_HoverBroom_C_StopCastingAnimation"); \ static_assert(offsetof(BTT_HoverBroom_C_StopCastingAnimation, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000000, "Member 'BTT_HoverBroom_C_StopCastingAnimation::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_StopCastingAnimation, CallFunc_CancelAbilityByChannel_self_CastInput) == 0x000008, "Member 'BTT_HoverBroom_C_StopCastingAnimation::CallFunc_CancelAbilityByChannel_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BTT_HoverBroom_C_StopCastingAnimation, CallFunc_GetBoolVariable_ReturnValue) == 0x000018, "Member 'BTT_HoverBroom_C_StopCastingAnimation::CallFunc_GetBoolVariable_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_HoverBroom_C \ static_assert(alignof(UBTT_HoverBroom_C) == 0x000008, "Wrong alignment on UBTT_HoverBroom_C"); \ static_assert(sizeof(UBTT_HoverBroom_C) == 0x000178, "Wrong size on UBTT_HoverBroom_C"); \ static_assert(offsetof(UBTT_HoverBroom_C, UberGraphFrame) == 0x000150, "Member 'UBTT_HoverBroom_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_HoverBroom_C, EmitterComponent) == 0x000158, "Member 'UBTT_HoverBroom_C::EmitterComponent' has a wrong offset!"); \ static_assert(offsetof(UBTT_HoverBroom_C, HoverBroom) == 0x000160, "Member 'UBTT_HoverBroom_C::HoverBroom' has a wrong offset!"); \ static_assert(offsetof(UBTT_HoverBroom_C, PropBroom) == 0x000168, "Member 'UBTT_HoverBroom_C::PropBroom' has a wrong offset!"); \ static_assert(offsetof(UBTT_HoverBroom_C, DiveDismount) == 0x000170, "Member 'UBTT_HoverBroom_C::DiveDismount' has a wrong offset!"); \ static_assert(offsetof(UBTT_HoverBroom_C, MountTransition) == 0x000171, "Member 'UBTT_HoverBroom_C::MountTransition' has a wrong offset!"); \ static_assert(offsetof(UBTT_HoverBroom_C, DismountTransition) == 0x000172, "Member 'UBTT_HoverBroom_C::DismountTransition' has a wrong offset!"); \ static_assert(offsetof(UBTT_HoverBroom_C, MountImpulse) == 0x000173, "Member 'UBTT_HoverBroom_C::MountImpulse' has a wrong offset!"); \ static_assert(offsetof(UBTT_HoverBroom_C, Mounted) == 0x000174, "Member 'UBTT_HoverBroom_C::Mounted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Tmbg_RCT_Death_V2_C_ExecuteUbergraph_ABL_Tmbg_RCT_Death_V2 \ static_assert(alignof(ABL_Tmbg_RCT_Death_V2_C_ExecuteUbergraph_ABL_Tmbg_RCT_Death_V2) == 0x000008, "Wrong alignment on ABL_Tmbg_RCT_Death_V2_C_ExecuteUbergraph_ABL_Tmbg_RCT_Death_V2"); \ static_assert(sizeof(ABL_Tmbg_RCT_Death_V2_C_ExecuteUbergraph_ABL_Tmbg_RCT_Death_V2) == 0x000010, "Wrong size on ABL_Tmbg_RCT_Death_V2_C_ExecuteUbergraph_ABL_Tmbg_RCT_Death_V2"); \ static_assert(offsetof(ABL_Tmbg_RCT_Death_V2_C_ExecuteUbergraph_ABL_Tmbg_RCT_Death_V2, EntryPoint) == 0x000000, "Member 'ABL_Tmbg_RCT_Death_V2_C_ExecuteUbergraph_ABL_Tmbg_RCT_Death_V2::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Tmbg_RCT_Death_V2_C_ExecuteUbergraph_ABL_Tmbg_RCT_Death_V2, K2Node_Event_Context) == 0x000008, "Member 'ABL_Tmbg_RCT_Death_V2_C_ExecuteUbergraph_ABL_Tmbg_RCT_Death_V2::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Tmbg_RCT_Death_V2_C_OnCustomEvent \ static_assert(alignof(ABL_Tmbg_RCT_Death_V2_C_OnCustomEvent) == 0x000008, "Wrong alignment on ABL_Tmbg_RCT_Death_V2_C_OnCustomEvent"); \ static_assert(sizeof(ABL_Tmbg_RCT_Death_V2_C_OnCustomEvent) == 0x000020, "Wrong size on ABL_Tmbg_RCT_Death_V2_C_OnCustomEvent"); \ static_assert(offsetof(ABL_Tmbg_RCT_Death_V2_C_OnCustomEvent, Context) == 0x000000, "Member 'ABL_Tmbg_RCT_Death_V2_C_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Tmbg_RCT_Death_V2_C_OnCustomEvent, EventName) == 0x000008, "Member 'ABL_Tmbg_RCT_Death_V2_C_OnCustomEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_Tmbg_RCT_Death_V2_C_OnCustomEvent, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Tmbg_RCT_Death_V2_C_OnCustomEvent::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Tmbg_RCT_Death_V2_C_OnCustomEvent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000018, "Member 'ABL_Tmbg_RCT_Death_V2_C_OnCustomEvent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Tmbg_RCT_Death_V2_C_OnAbilityStart \ static_assert(alignof(ABL_Tmbg_RCT_Death_V2_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Tmbg_RCT_Death_V2_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Tmbg_RCT_Death_V2_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Tmbg_RCT_Death_V2_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Tmbg_RCT_Death_V2_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Tmbg_RCT_Death_V2_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Tmbg_RCT_Death_V2_C \ static_assert(alignof(UABL_Tmbg_RCT_Death_V2_C) == 0x000008, "Wrong alignment on UABL_Tmbg_RCT_Death_V2_C"); \ static_assert(sizeof(UABL_Tmbg_RCT_Death_V2_C) == 0x0000F0, "Wrong size on UABL_Tmbg_RCT_Death_V2_C"); \ static_assert(offsetof(UABL_Tmbg_RCT_Death_V2_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_Tmbg_RCT_Death_V2_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_Tmbg_RCT_Death_V2_C, DestroyActorName) == 0x0000E8, "Member 'UABL_Tmbg_RCT_Death_V2_C::DestroyActorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OL_Vault_C_UserConstructionScript \ static_assert(alignof(BP_OL_Vault_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_OL_Vault_C_UserConstructionScript"); \ static_assert(sizeof(BP_OL_Vault_C_UserConstructionScript) == 0x0000E0, "Wrong size on BP_OL_Vault_C_UserConstructionScript"); \ static_assert(offsetof(BP_OL_Vault_C_UserConstructionScript, Temp_struct_Variable) == 0x000000, "Member 'BP_OL_Vault_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000030, "Member 'BP_OL_Vault_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_UserConstructionScript, K2Node_DynamicCast_AsBP_Vault_Ruin_Marker) == 0x000038, "Member 'BP_OL_Vault_C_UserConstructionScript::K2Node_DynamicCast_AsBP_Vault_Ruin_Marker' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_OL_Vault_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000044, "Member 'BP_OL_Vault_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_UserConstructionScript, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000050, "Member 'BP_OL_Vault_C_UserConstructionScript::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_UserConstructionScript, K2Node_DynamicCast_AsBP_Vault_Ruin_Marker_1) == 0x000058, "Member 'BP_OL_Vault_C_UserConstructionScript::K2Node_DynamicCast_AsBP_Vault_Ruin_Marker_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'BP_OL_Vault_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_UserConstructionScript, K2Node_DynamicCast_AsBP_Vault_Ruin_Marker_2) == 0x000068, "Member 'BP_OL_Vault_C_UserConstructionScript::K2Node_DynamicCast_AsBP_Vault_Ruin_Marker_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_2) == 0x000070, "Member 'BP_OL_Vault_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess) == 0x000071, "Member 'BP_OL_Vault_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_UserConstructionScript, CallFunc_Map_Find_Value) == 0x000078, "Member 'BP_OL_Vault_C_UserConstructionScript::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_UserConstructionScript, CallFunc_Map_Find_ReturnValue) == 0x0000A0, "Member 'BP_OL_Vault_C_UserConstructionScript::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_UserConstructionScript, CallFunc_LoadSyncronousActorClass_LoadedClass) == 0x0000A8, "Member 'BP_OL_Vault_C_UserConstructionScript::CallFunc_LoadSyncronousActorClass_LoadedClass' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_UserConstructionScript, CallFunc_Map_Find_Value_1) == 0x0000B0, "Member 'BP_OL_Vault_C_UserConstructionScript::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_UserConstructionScript, CallFunc_Map_Find_ReturnValue_1) == 0x0000D8, "Member 'BP_OL_Vault_C_UserConstructionScript::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault \ static_assert(alignof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault) == 0x000010, "Wrong alignment on BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault"); \ static_assert(sizeof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault) == 0x001840, "Wrong size on BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, EntryPoint) == 0x000000, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue) == 0x000008, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor) == 0x000020, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess) == 0x000028, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue) == 0x000030, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_1) == 0x000060, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_2) == 0x000090, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_3) == 0x0000C0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_4) == 0x0000F0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_5) == 0x000120, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_6) == 0x000150, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_7) == 0x000180, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_8) == 0x0001B0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_9) == 0x0001E0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_10) == 0x000210, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_11) == 0x000240, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_IsValid_ReturnValue) == 0x000270, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000274, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location) == 0x000280, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation) == 0x00028C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale) == 0x000298, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0002A4, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue) == 0x0002B0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_12) == 0x0002C0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0002F0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_1) == 0x0002FC, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_1) == 0x000308, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_1) == 0x000314, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000320, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x00032C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_13) == 0x000340, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000370, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue) == 0x000378, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x000380, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_AddActorLocalOffset_SweepHitResult) == 0x00038C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_AddActorLocalOffset_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_AddActorLocalRotation_SweepHitResult) == 0x000414, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_AddActorLocalRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x00049C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_2) == 0x0004A8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_2) == 0x0004B4, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_2) == 0x0004C0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x0004CC, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0004D8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_14) == 0x0004F0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_3) == 0x000520, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_3) == 0x00052C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_3) == 0x000538, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000544, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_15) == 0x000550, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_8) == 0x000580, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_9) == 0x00058C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_10) == 0x000598, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_4) == 0x0005A4, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_4) == 0x0005B0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_4) == 0x0005BC, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_11) == 0x0005C8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_12) == 0x0005D4, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_13) == 0x0005E0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_14) == 0x0005EC, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_5) == 0x0005F8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_5) == 0x000604, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_5) == 0x000610, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_6) == 0x00061C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_6' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_6) == 0x000628, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_6' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_6) == 0x000634, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_6' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_4) == 0x000640, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_5) == 0x00064C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_16) == 0x000660, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_17) == 0x000690, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_7) == 0x0006C0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_7' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_7) == 0x0006CC, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_7' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_7) == 0x0006D8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_7' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_8) == 0x0006E4, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_8' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_8) == 0x0006F0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_8' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_8) == 0x0006FC, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_8' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_6) == 0x000708, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_7) == 0x000714, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_18) == 0x000720, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_19) == 0x000750, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_9) == 0x000780, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_9' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_9) == 0x00078C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_9' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_9) == 0x000798, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_9' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_10) == 0x0007A4, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_10' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_10) == 0x0007B0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_10' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_10) == 0x0007BC, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_10' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_8) == 0x0007C8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_9) == 0x0007D4, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_20) == 0x0007E0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_21) == 0x000810, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_15) == 0x000840, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_11) == 0x00084C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_11' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_11) == 0x000858, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_11' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_11) == 0x000864, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_11' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_10) == 0x000870, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_22) == 0x000880, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_16) == 0x0008B0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_17) == 0x0008BC, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_12) == 0x0008C8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_12' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_12) == 0x0008D4, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_12' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_12) == 0x0008E0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_12' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_11) == 0x0008EC, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_23) == 0x000900, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_18) == 0x000930, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_19) == 0x00093C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_20) == 0x000948, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_13) == 0x000954, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_13' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_13) == 0x000960, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_13' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_13) == 0x00096C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_13' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_12) == 0x000978, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_14) == 0x000984, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_14' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_14) == 0x000990, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_14' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_14) == 0x00099C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_14' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_24) == 0x0009B0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_13) == 0x0009E0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_25) == 0x0009F0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_15) == 0x000A20, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_15' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_15) == 0x000A2C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_15' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_15) == 0x000A38, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_15' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_14) == 0x000A44, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_26) == 0x000A50, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_21) == 0x000A80, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_16) == 0x000A8C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_16' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_16) == 0x000A98, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_16' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_16) == 0x000AA4, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_16' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_15) == 0x000AB0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_17) == 0x000ABC, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_17' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_17) == 0x000AC8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_17' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_17) == 0x000AD4, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_17' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_27) == 0x000AE0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_16) == 0x000B10, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_28) == 0x000B20, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_22) == 0x000B50, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_23) == 0x000B5C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_24) == 0x000B68, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_18) == 0x000B74, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_18' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_18) == 0x000B80, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_18' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_18) == 0x000B8C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_18' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_19) == 0x000B98, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_19' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_19) == 0x000BA4, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_19' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_19) == 0x000BB0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_19' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_17) == 0x000BBC, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_29) == 0x000BD0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_25) == 0x000C00, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_20) == 0x000C0C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_20' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_20) == 0x000C18, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_20' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_20) == 0x000C24, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_20' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_18) == 0x000C30, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_19) == 0x000C3C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_30) == 0x000C50, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_31) == 0x000C80, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_21) == 0x000CB0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_21' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_21) == 0x000CBC, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_21' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_21) == 0x000CC8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_21' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_20) == 0x000CD4, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_32) == 0x000CE0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_22) == 0x000D10, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_22' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_22) == 0x000D1C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_22' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_22) == 0x000D28, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_22' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_23) == 0x000D34, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_23' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_23) == 0x000D40, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_23' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_23) == 0x000D4C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_23' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_21) == 0x000D58, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_24) == 0x000D64, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_24' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_24) == 0x000D70, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_24' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_24) == 0x000D7C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_24' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_33) == 0x000D90, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_22) == 0x000DC0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_34) == 0x000DD0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_25) == 0x000E00, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_25' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_25) == 0x000E0C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_25' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_25) == 0x000E18, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_25' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_23) == 0x000E24, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_35) == 0x000E30, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_26) == 0x000E60, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_26' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_26) == 0x000E6C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_26' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_26) == 0x000E78, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_26' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_24) == 0x000E84, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_36) == 0x000E90, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_26) == 0x000EC0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_27) == 0x000ECC, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_27' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_27) == 0x000ED8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_27' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_27) == 0x000EE4, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_27' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_27) == 0x000EF0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_25) == 0x000EFC, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_37) == 0x000F10, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_28) == 0x000F40, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_28' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_28) == 0x000F4C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_28' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_28) == 0x000F58, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_28' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_26) == 0x000F64, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_38) == 0x000F70, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_28) == 0x000FA0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_29) == 0x000FAC, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_29' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_29) == 0x000FB8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_29' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_29) == 0x000FC4, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_29' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_29) == 0x000FD0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_27) == 0x000FDC, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_30) == 0x000FE8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_30' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_30) == 0x000FF4, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_30' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_30) == 0x001000, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_30' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_39) == 0x001010, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_28) == 0x001040, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_40) == 0x001050, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Location_31) == 0x001080, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Location_31' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Rotation_31) == 0x00108C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Rotation_31' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BreakTransform_Scale_31) == 0x001098, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BreakTransform_Scale_31' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_29) == 0x0010A4, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_41) == 0x0010B0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_30) == 0x0010E0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_30) == 0x0010EC, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_42) == 0x001100, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x001130, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x001138, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetActorLocation_ReturnValue_31) == 0x001140, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetActorLocation_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Add_VectorVector_ReturnValue_31) == 0x00114C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Add_VectorVector_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_MakeTransform_ReturnValue_43) == 0x001160, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_MakeTransform_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2) == 0x001190, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_2) == 0x001198, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Map_Find_Value) == 0x0011A0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Map_Find_ReturnValue) == 0x0011C8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x0011D0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Replace_ReturnValue) == 0x0011E0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0011F0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Concat_StrStr_ReturnValue) == 0x001200, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x001210, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_LoadLevelInstance_bOutSuccess) == 0x00121C, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_LoadLevelInstance_bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_LoadLevelInstance_ReturnValue) == 0x001220, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_LoadLevelInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_GetDisplayName_ReturnValue) == 0x001228, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Concat_StrStr_ReturnValue_1) == 0x001238, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_DynamicCast_AsBP_Vault_Ruin_Marker) == 0x001248, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_DynamicCast_AsBP_Vault_Ruin_Marker' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_DynamicCast_bSuccess) == 0x001250, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_1) == 0x001258, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_1) == 0x001260, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_1) == 0x001268, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_2) == 0x001270, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_3) == 0x001278, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_2) == 0x001280, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_2) == 0x001288, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_3) == 0x001290, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_4) == 0x001298, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_4) == 0x0012A0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_3) == 0x0012A8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_3) == 0x0012B0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_3) == 0x0012B8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_4) == 0x0012C0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_5) == 0x0012C8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_4) == 0x0012D0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_4) == 0x0012D8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_5) == 0x0012E0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_6) == 0x0012E8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_6) == 0x0012F0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_5) == 0x0012F8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_5) == 0x001300, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_5) == 0x001308, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_6) == 0x001310, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_7) == 0x001318, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_6) == 0x001320, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_6' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_6) == 0x001328, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_7) == 0x001330, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_8) == 0x001338, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_8) == 0x001340, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_7) == 0x001348, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_7) == 0x001350, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_7' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_7) == 0x001358, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_8) == 0x001360, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_9) == 0x001368, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_8) == 0x001370, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_8' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_8) == 0x001378, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_9) == 0x001380, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_10) == 0x001388, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_10) == 0x001390, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_9) == 0x001398, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_10) == 0x0013A0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_9) == 0x0013A8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_9' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_9) == 0x0013B0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_10) == 0x0013B8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_10' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_10) == 0x0013C0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_11) == 0x0013C8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_12) == 0x0013D0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_11) == 0x0013D8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_12) == 0x0013E0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_11) == 0x0013E8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_12) == 0x0013F0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_11) == 0x0013F8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_11' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_11) == 0x001400, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_12) == 0x001408, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_12' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_12) == 0x001410, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_13) == 0x001418, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_14) == 0x001420, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_13) == 0x001428, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_14) == 0x001430, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_13) == 0x001438, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_14) == 0x001440, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_13) == 0x001448, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_13' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_13) == 0x001450, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_14) == 0x001458, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_14' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_14) == 0x001460, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_15) == 0x001468, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_16) == 0x001470, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_15) == 0x001478, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_16) == 0x001480, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_15) == 0x001488, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_16) == 0x001490, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_15) == 0x001498, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_15' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_15) == 0x0014A0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_16) == 0x0014A8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_16' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_16) == 0x0014B0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_17) == 0x0014B8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_18) == 0x0014C0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_17) == 0x0014C8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_18) == 0x0014D0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_17) == 0x0014D8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_18) == 0x0014E0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_17) == 0x0014E8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_17' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_17) == 0x0014F0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_18) == 0x0014F8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_18' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_18) == 0x001500, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_19) == 0x001508, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_20) == 0x001510, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_19) == 0x001518, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_20) == 0x001520, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_19) == 0x001528, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_20) == 0x001530, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_19) == 0x001538, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_19' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_19) == 0x001540, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_20) == 0x001548, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_20' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_20) == 0x001550, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_20' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_21) == 0x001558, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_22) == 0x001560, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_21) == 0x001568, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_22) == 0x001570, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_SetActorRelativeTransform_SweepHitResult) == 0x001578, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_SetActorRelativeTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_21) == 0x001600, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_22) == 0x001608, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_21) == 0x001610, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_21' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_21) == 0x001618, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_21' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_22) == 0x001620, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_22' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_22) == 0x001628, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_22' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_23) == 0x001630, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_24) == 0x001638, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_23) == 0x001640, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_24) == 0x001648, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_K2_SetActorRelativeTransform_SweepHitResult_1) == 0x001650, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_K2_SetActorRelativeTransform_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_23) == 0x0016D8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_24) == 0x0016E0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_23) == 0x0016E8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_23' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_23) == 0x0016F0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_23' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_24) == 0x0016F8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_24' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_24) == 0x001700, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_24' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_25) == 0x001708, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_25) == 0x001710, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_25) == 0x001718, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_25) == 0x001720, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_25' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_25) == 0x001728, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_25' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_26) == 0x001730, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_26) == 0x001738, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_26' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_26) == 0x001740, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_26' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_27) == 0x001748, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_27) == 0x001750, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_27' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_27) == 0x001758, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_27' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_28) == 0x001760, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_26) == 0x001768, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_28) == 0x001770, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_28' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_28) == 0x001778, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_28' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_26) == 0x001780, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_27) == 0x001788, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_27) == 0x001790, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_29) == 0x001798, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_29) == 0x0017A0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_29' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_29) == 0x0017A8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_29' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_30) == 0x0017B0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_28) == 0x0017B8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_30) == 0x0017C0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_30' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_30) == 0x0017C8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_30' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_28) == 0x0017D0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_29) == 0x0017D8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_29) == 0x0017E0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_31) == 0x0017E8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_31) == 0x0017F0, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_31' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_31) == 0x0017F8, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_31' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_32) == 0x001800, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_30) == 0x001808, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_AsActor_32) == 0x001810, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_AsActor_32' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, K2Node_ClassDynamicCast_bSuccess_32) == 0x001818, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::K2Node_ClassDynamicCast_bSuccess_32' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_30) == 0x001820, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_31) == 0x001828, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault, CallFunc_FinishSpawningActor_ReturnValue_31) == 0x001830, "Member 'BP_OL_Vault_C_ExecuteUbergraph_BP_OL_Vault::CallFunc_FinishSpawningActor_ReturnValue_31' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_OL_Vault_C \ static_assert(alignof(ABP_OL_Vault_C) == 0x000010, "Wrong alignment on ABP_OL_Vault_C"); \ static_assert(sizeof(ABP_OL_Vault_C) == 0x000C90, "Wrong size on ABP_OL_Vault_C"); \ static_assert(offsetof(ABP_OL_Vault_C, UberGraphFrame) == 0x000248, "Member 'ABP_OL_Vault_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, New_Marker_SOLO) == 0x000250, "Member 'ABP_OL_Vault_C::New_Marker_SOLO' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_OL_Vault_AvatarApproaching) == 0x000258, "Member 'ABP_OL_Vault_C::BP_OL_Vault_AvatarApproaching' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_OL_Vault_MetricsTriggerVolume) == 0x000260, "Member 'ABP_OL_Vault_C::BP_OL_Vault_MetricsTriggerVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, AvaStreamingVolume) == 0x000268, "Member 'ABP_OL_Vault_C::AvaStreamingVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Trigger) == 0x000270, "Member 'ABP_OL_Vault_C::Trigger' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_VaultRuin_Marker) == 0x000278, "Member 'ABP_OL_Vault_C::BP_VaultRuin_Marker' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, DefaultSceneRoot) == 0x000280, "Member 'ABP_OL_Vault_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, InstancedEncounterCreator) == 0x000288, "Member 'ABP_OL_Vault_C::InstancedEncounterCreator' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Vault_List) == 0x000290, "Member 'ABP_OL_Vault_C::Vault_List' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, VaultProxyList) == 0x000298, "Member 'ABP_OL_Vault_C::VaultProxyList' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, VaultTypeToLevel) == 0x0002E8, "Member 'ABP_OL_Vault_C::VaultTypeToLevel' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Proxy) == 0x000338, "Member 'ABP_OL_Vault_C::Proxy' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Cairn_Crawl_Door) == 0x000340, "Member 'ABP_OL_Vault_C::Cairn_Crawl_Door' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Cairn_Spinner_Beam) == 0x000370, "Member 'ABP_OL_Vault_C::Cairn_Spinner_Beam' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Bombarda) == 0x0003A0, "Member 'ABP_OL_Vault_C::Bombarda' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Magic_Plate) == 0x0003D0, "Member 'ABP_OL_Vault_C::Magic_Plate' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Magic_Plate_Door) == 0x000400, "Member 'ABP_OL_Vault_C::Magic_Plate_Door' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Alohamora) == 0x000430, "Member 'ABP_OL_Vault_C::Alohamora' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, WindSpinnerA) == 0x000460, "Member 'ABP_OL_Vault_C::WindSpinnerA' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, WindSpinnerB) == 0x000490, "Member 'ABP_OL_Vault_C::WindSpinnerB' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Controller) == 0x0004C0, "Member 'ABP_OL_Vault_C::Controller' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, DepulsoBars) == 0x0004F0, "Member 'ABP_OL_Vault_C::DepulsoBars' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Zero) == 0x000520, "Member 'ABP_OL_Vault_C::Zero' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Controller_TargetLocationA) == 0x000550, "Member 'ABP_OL_Vault_C::Controller_TargetLocationA' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Controller_TargetLocationB) == 0x000580, "Member 'ABP_OL_Vault_C::Controller_TargetLocationB' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, PlateIncendio) == 0x0005B0, "Member 'ABP_OL_Vault_C::PlateIncendio' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, PlateLevioso) == 0x0005B1, "Member 'ABP_OL_Vault_C::PlateLevioso' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, PlateGlacius) == 0x0005B2, "Member 'ABP_OL_Vault_C::PlateGlacius' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, SpiderWebs) == 0x0005C0, "Member 'ABP_OL_Vault_C::SpiderWebs' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, AccioDoor) == 0x0005F0, "Member 'ABP_OL_Vault_C::AccioDoor' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, AccioSswitch) == 0x000620, "Member 'ABP_OL_Vault_C::AccioSswitch' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, DevilsSnare) == 0x000650, "Member 'ABP_OL_Vault_C::DevilsSnare' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, WindSpinnerTrigger) == 0x000680, "Member 'ABP_OL_Vault_C::WindSpinnerTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, VaultSpinnerTag) == 0x0006B0, "Member 'ABP_OL_Vault_C::VaultSpinnerTag' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Cube) == 0x0006C0, "Member 'ABP_OL_Vault_C::Cube' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, SwimTeleportEntrance) == 0x0006D0, "Member 'ABP_OL_Vault_C::SwimTeleportEntrance' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, SwimTeleportExit) == 0x000700, "Member 'ABP_OL_Vault_C::SwimTeleportExit' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, SwimTeleport_Exit_Destination) == 0x000730, "Member 'ABP_OL_Vault_C::SwimTeleport_Exit_Destination' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, SwimTeleport_Entrance_Destination) == 0x000760, "Member 'ABP_OL_Vault_C::SwimTeleport_Entrance_Destination' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, AttachedActors) == 0x000790, "Member 'ABP_OL_Vault_C::AttachedActors' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, DoorName) == 0x0007A0, "Member 'ABP_OL_Vault_C::DoorName' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, String) == 0x0007B0, "Member 'ABP_OL_Vault_C::String' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Metrics_Name) == 0x0007B8, "Member 'ABP_OL_Vault_C::Metrics_Name' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Spawned_Cube) == 0x0007C8, "Member 'ABP_OL_Vault_C::Spawned_Cube' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_VaultDoor_Root) == 0x0007D0, "Member 'ABP_OL_Vault_C::BP_VaultDoor_Root' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, TMP_Stat_Name) == 0x0007D8, "Member 'ABP_OL_Vault_C::TMP_Stat_Name' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, TMP_Stat_String_Array_A) == 0x0007E8, "Member 'ABP_OL_Vault_C::TMP_Stat_String_Array_A' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, TMP_Name_Prefix) == 0x0007F8, "Member 'ABP_OL_Vault_C::TMP_Name_Prefix' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, TMP_Stat_Name_Inside_Macro) == 0x000808, "Member 'ABP_OL_Vault_C::TMP_Stat_Name_Inside_Macro' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, NewVar_0) == 0x000818, "Member 'ABP_OL_Vault_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Letters) == 0x000828, "Member 'ABP_OL_Vault_C::Letters' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, LightingSublevel) == 0x000838, "Member 'ABP_OL_Vault_C::LightingSublevel' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Use_New_Marker) == 0x000840, "Member 'ABP_OL_Vault_C::Use_New_Marker' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Use_Offest_Beacon) == 0x000841, "Member 'ABP_OL_Vault_C::Use_Offest_Beacon' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Beacon_Offset___Hallway_Left) == 0x000842, "Member 'ABP_OL_Vault_C::Beacon_Offset___Hallway_Left' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Beacon_Offset___Hallway_Right) == 0x000843, "Member 'ABP_OL_Vault_C::Beacon_Offset___Hallway_Right' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Beacon_Offset___Use_Manual) == 0x000844, "Member 'ABP_OL_Vault_C::Beacon_Offset___Use_Manual' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_WindSpinner) == 0x000848, "Member 'ABP_OL_Vault_C::BP_WindSpinner' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Beacon_Offset_Manual) == 0x000870, "Member 'ABP_OL_Vault_C::Beacon_Offset_Manual' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Chest_Owner___Show_Debug_Radius) == 0x0008A0, "Member 'ABP_OL_Vault_C::Chest_Owner___Show_Debug_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, Chest_Owner_Custom_Radius) == 0x0008A4, "Member 'ABP_OL_Vault_C::Chest_Owner_Custom_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_ControlledObjects) == 0x0008A8, "Member 'ABP_OL_Vault_C::BP_ControlledObjects' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_Vault_Door_Cairn_DepulsoBarsA) == 0x0008D0, "Member 'ABP_OL_Vault_C::BP_Vault_Door_Cairn_DepulsoBarsA' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_Vault_Door_Cairn_DepulsoBarsB) == 0x0008F8, "Member 'ABP_OL_Vault_C::BP_Vault_Door_Cairn_DepulsoBarsB' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_Vault_Door) == 0x000920, "Member 'ABP_OL_Vault_C::BP_Vault_Door' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_Vault_CrawlDoor_02) == 0x000948, "Member 'ABP_OL_Vault_C::BP_Vault_CrawlDoor_02' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_DepulsoDoor) == 0x000970, "Member 'ABP_OL_Vault_C::BP_DepulsoDoor' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_Vault_Door_DepulsoTrigger) == 0x000998, "Member 'ABP_OL_Vault_C::BP_Vault_Door_DepulsoTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_Vault_Door_Cairn_DepulsoBarsEndCaps) == 0x0009C0, "Member 'ABP_OL_Vault_C::BP_Vault_Door_Cairn_DepulsoBarsEndCaps' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_AccioSwitch) == 0x0009E8, "Member 'ABP_OL_Vault_C::BP_AccioSwitch' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_MagicDoor) == 0x000A10, "Member 'ABP_OL_Vault_C::BP_MagicDoor' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, TargetPoint) == 0x000A38, "Member 'ABP_OL_Vault_C::TargetPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_WorldTeleport_Swimming) == 0x000A60, "Member 'ABP_OL_Vault_C::BP_WorldTeleport_Swimming' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_Vault_Door_Bombarda) == 0x000A88, "Member 'ABP_OL_Vault_C::BP_Vault_Door_Bombarda' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_BreakableDoor) == 0x000AB0, "Member 'ABP_OL_Vault_C::BP_BreakableDoor' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_SpiderWeb) == 0x000AD8, "Member 'ABP_OL_Vault_C::BP_SpiderWeb' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_Vault_CrawlDoor_01) == 0x000B00, "Member 'ABP_OL_Vault_C::BP_Vault_CrawlDoor_01' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_Vault_Door_DevilsSnare) == 0x000B28, "Member 'ABP_OL_Vault_C::BP_Vault_Door_DevilsSnare' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_PuzzleCube_Levioso) == 0x000B50, "Member 'ABP_OL_Vault_C::BP_PuzzleCube_Levioso' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_PuzzleCube_Incendio) == 0x000B78, "Member 'ABP_OL_Vault_C::BP_PuzzleCube_Incendio' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_PuzzleCube_Glacius) == 0x000BA0, "Member 'ABP_OL_Vault_C::BP_PuzzleCube_Glacius' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_MagicTrigger) == 0x000BC8, "Member 'ABP_OL_Vault_C::BP_MagicTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_TrickWall) == 0x000BF0, "Member 'ABP_OL_Vault_C::BP_TrickWall' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_Door_Template) == 0x000C18, "Member 'ABP_OL_Vault_C::BP_Door_Template' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_ResetOnExit) == 0x000C40, "Member 'ABP_OL_Vault_C::BP_ResetOnExit' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Vault_C, BP_Disillusionment_Door) == 0x000C68, "Member 'ABP_OL_Vault_C::BP_Disillusionment_Door' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TombProtector_Spawn_JumpDownStart_C \ static_assert(alignof(UABL_TombProtector_Spawn_JumpDownStart_C) == 0x000008, "Wrong alignment on UABL_TombProtector_Spawn_JumpDownStart_C"); \ static_assert(sizeof(UABL_TombProtector_Spawn_JumpDownStart_C) == 0x0000C8, "Wrong size on UABL_TombProtector_Spawn_JumpDownStart_C"); \ #define DUMPER7_ASSERTS_AN_AnimDone_C_Received_Notify \ static_assert(alignof(AN_AnimDone_C_Received_Notify) == 0x000008, "Wrong alignment on AN_AnimDone_C_Received_Notify"); \ static_assert(sizeof(AN_AnimDone_C_Received_Notify) == 0x000030, "Wrong size on AN_AnimDone_C_Received_Notify"); \ static_assert(offsetof(AN_AnimDone_C_Received_Notify, MeshComp) == 0x000000, "Member 'AN_AnimDone_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(AN_AnimDone_C_Received_Notify, Animation) == 0x000008, "Member 'AN_AnimDone_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(AN_AnimDone_C_Received_Notify, ReturnValue) == 0x000010, "Member 'AN_AnimDone_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_AnimDone_C_Received_Notify, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'AN_AnimDone_C_Received_Notify::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AN_AnimDone_C_Received_Notify, K2Node_DynamicCast_AsEnemy_Anim_Instance) == 0x000020, "Member 'AN_AnimDone_C_Received_Notify::K2Node_DynamicCast_AsEnemy_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(AN_AnimDone_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'AN_AnimDone_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAN_AnimDone_C \ static_assert(alignof(UAN_AnimDone_C) == 0x000008, "Wrong alignment on UAN_AnimDone_C"); \ static_assert(sizeof(UAN_AnimDone_C) == 0x000040, "Wrong size on UAN_AnimDone_C"); \ static_assert(offsetof(UAN_AnimDone_C, Anim) == 0x000038, "Member 'UAN_AnimDone_C::Anim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AN_AnimEvent_C_Received_Notify \ static_assert(alignof(BP_AN_AnimEvent_C_Received_Notify) == 0x000008, "Wrong alignment on BP_AN_AnimEvent_C_Received_Notify"); \ static_assert(sizeof(BP_AN_AnimEvent_C_Received_Notify) == 0x000038, "Wrong size on BP_AN_AnimEvent_C_Received_Notify"); \ static_assert(offsetof(BP_AN_AnimEvent_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_AN_AnimEvent_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(BP_AN_AnimEvent_C_Received_Notify, Animation) == 0x000008, "Member 'BP_AN_AnimEvent_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(BP_AN_AnimEvent_C_Received_Notify, ReturnValue) == 0x000010, "Member 'BP_AN_AnimEvent_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_AnimEvent_C_Received_Notify, CallFunc_GetAnimInstance_ReturnValue) == 0x000018, "Member 'BP_AN_AnimEvent_C_Received_Notify::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_AnimEvent_C_Received_Notify, CallFunc_GetOwningActor_ReturnValue) == 0x000020, "Member 'BP_AN_AnimEvent_C_Received_Notify::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_AnimEvent_C_Received_Notify, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'BP_AN_AnimEvent_C_Received_Notify::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_AnimEvent_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_AN_AnimEvent_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_AN_AnimEvent_C \ static_assert(alignof(UBP_AN_AnimEvent_C) == 0x000008, "Wrong alignment on UBP_AN_AnimEvent_C"); \ static_assert(sizeof(UBP_AN_AnimEvent_C) == 0x000040, "Wrong size on UBP_AN_AnimEvent_C"); \ static_assert(offsetof(UBP_AN_AnimEvent_C, Enemy_Event) == 0x000038, "Member 'UBP_AN_AnimEvent_C::Enemy_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Spawn_JumpSpline_C \ static_assert(alignof(UABL_Enemy_Spawn_JumpSpline_C) == 0x000008, "Wrong alignment on UABL_Enemy_Spawn_JumpSpline_C"); \ static_assert(sizeof(UABL_Enemy_Spawn_JumpSpline_C) == 0x0000C8, "Wrong size on UABL_Enemy_Spawn_JumpSpline_C"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_Damaged \ static_assert(alignof(BP_MeshGroupManager_C_Damaged) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_Damaged"); \ static_assert(sizeof(BP_MeshGroupManager_C_Damaged) == 0x000060, "Wrong size on BP_MeshGroupManager_C_Damaged"); \ static_assert(offsetof(BP_MeshGroupManager_C_Damaged, DamageAmount) == 0x000000, "Member 'BP_MeshGroupManager_C_Damaged::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_Damaged, HitLocation) == 0x000004, "Member 'BP_MeshGroupManager_C_Damaged::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_Damaged, HitDirection) == 0x000010, "Member 'BP_MeshGroupManager_C_Damaged::HitDirection' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_Damaged, PrimComp) == 0x000020, "Member 'BP_MeshGroupManager_C_Damaged::PrimComp' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_Damaged, MunitionTagContainer) == 0x000028, "Member 'BP_MeshGroupManager_C_Damaged::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_Damaged, Instigator_0) == 0x000048, "Member 'BP_MeshGroupManager_C_Damaged::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_Damaged, Velocity) == 0x000050, "Member 'BP_MeshGroupManager_C_Damaged::Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_Damaged, ReturnValue) == 0x00005C, "Member 'BP_MeshGroupManager_C_Damaged::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_Destroyed \ static_assert(alignof(BP_MeshGroupManager_C_Destroyed) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_Destroyed"); \ static_assert(sizeof(BP_MeshGroupManager_C_Destroyed) == 0x000040, "Wrong size on BP_MeshGroupManager_C_Destroyed"); \ static_assert(offsetof(BP_MeshGroupManager_C_Destroyed, DamageAmount) == 0x000000, "Member 'BP_MeshGroupManager_C_Destroyed::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_Destroyed, Instigator_0) == 0x000008, "Member 'BP_MeshGroupManager_C_Destroyed::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_Destroyed, MunitionTagContainer) == 0x000010, "Member 'BP_MeshGroupManager_C_Destroyed::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_Destroyed, Velocity) == 0x000030, "Member 'BP_MeshGroupManager_C_Destroyed::Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_Destroyed, ReturnValue) == 0x00003C, "Member 'BP_MeshGroupManager_C_Destroyed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_NearDeathKneeling \ static_assert(alignof(BP_MeshGroupManager_C_NearDeathKneeling) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_NearDeathKneeling"); \ static_assert(sizeof(BP_MeshGroupManager_C_NearDeathKneeling) == 0x000040, "Wrong size on BP_MeshGroupManager_C_NearDeathKneeling"); \ static_assert(offsetof(BP_MeshGroupManager_C_NearDeathKneeling, DamageAmount) == 0x000000, "Member 'BP_MeshGroupManager_C_NearDeathKneeling::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_NearDeathKneeling, Instigator_0) == 0x000008, "Member 'BP_MeshGroupManager_C_NearDeathKneeling::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_NearDeathKneeling, MunitionTagContainer) == 0x000010, "Member 'BP_MeshGroupManager_C_NearDeathKneeling::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_NearDeathKneeling, Velocity) == 0x000030, "Member 'BP_MeshGroupManager_C_NearDeathKneeling::Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_NearDeathKneeling, ReturnValue) == 0x00003C, "Member 'BP_MeshGroupManager_C_NearDeathKneeling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_OnFailedToBeDamaged \ static_assert(alignof(BP_MeshGroupManager_C_OnFailedToBeDamaged) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_OnFailedToBeDamaged"); \ static_assert(sizeof(BP_MeshGroupManager_C_OnFailedToBeDamaged) == 0x000060, "Wrong size on BP_MeshGroupManager_C_OnFailedToBeDamaged"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnFailedToBeDamaged, DamageAmount) == 0x000000, "Member 'BP_MeshGroupManager_C_OnFailedToBeDamaged::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnFailedToBeDamaged, HitLocation) == 0x000004, "Member 'BP_MeshGroupManager_C_OnFailedToBeDamaged::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnFailedToBeDamaged, HitDirection) == 0x000010, "Member 'BP_MeshGroupManager_C_OnFailedToBeDamaged::HitDirection' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnFailedToBeDamaged, PrimComp) == 0x000020, "Member 'BP_MeshGroupManager_C_OnFailedToBeDamaged::PrimComp' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnFailedToBeDamaged, MunitionTagContainer) == 0x000028, "Member 'BP_MeshGroupManager_C_OnFailedToBeDamaged::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnFailedToBeDamaged, Instigator_0) == 0x000048, "Member 'BP_MeshGroupManager_C_OnFailedToBeDamaged::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnFailedToBeDamaged, Velocity) == 0x000050, "Member 'BP_MeshGroupManager_C_OnFailedToBeDamaged::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_OnGeometryCollectionCompletelyBroken \ static_assert(alignof(BP_MeshGroupManager_C_OnGeometryCollectionCompletelyBroken) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_OnGeometryCollectionCompletelyBroken"); \ static_assert(sizeof(BP_MeshGroupManager_C_OnGeometryCollectionCompletelyBroken) == 0x000030, "Wrong size on BP_MeshGroupManager_C_OnGeometryCollectionCompletelyBroken"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionCompletelyBroken, RepairComponent) == 0x000000, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionCompletelyBroken::RepairComponent' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionCompletelyBroken, GeometryCollectionComponent) == 0x000008, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionCompletelyBroken::GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionCompletelyBroken, impulseStr) == 0x000010, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionCompletelyBroken::impulseStr' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionCompletelyBroken, Radius) == 0x000014, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionCompletelyBroken::Radius' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionCompletelyBroken, HitLocation) == 0x000018, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionCompletelyBroken::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionCompletelyBroken, HitDirection) == 0x000024, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionCompletelyBroken::HitDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_OnGeometryCollectionDamaged \ static_assert(alignof(BP_MeshGroupManager_C_OnGeometryCollectionDamaged) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_OnGeometryCollectionDamaged"); \ static_assert(sizeof(BP_MeshGroupManager_C_OnGeometryCollectionDamaged) == 0x000030, "Wrong size on BP_MeshGroupManager_C_OnGeometryCollectionDamaged"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionDamaged, RepairComponent) == 0x000000, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionDamaged::RepairComponent' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionDamaged, GeometryCollectionComponent) == 0x000008, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionDamaged::GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionDamaged, impulseStr) == 0x000010, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionDamaged::impulseStr' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionDamaged, Radius) == 0x000014, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionDamaged::Radius' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionDamaged, HitLocation) == 0x000018, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionDamaged::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionDamaged, HitDirection) == 0x000024, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionDamaged::HitDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_OnGeometryCollectionSpawned \ static_assert(alignof(BP_MeshGroupManager_C_OnGeometryCollectionSpawned) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_OnGeometryCollectionSpawned"); \ static_assert(sizeof(BP_MeshGroupManager_C_OnGeometryCollectionSpawned) == 0x000038, "Wrong size on BP_MeshGroupManager_C_OnGeometryCollectionSpawned"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionSpawned, RepairComponent) == 0x000000, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionSpawned::RepairComponent' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionSpawned, GeometryCollectionComponent) == 0x000008, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionSpawned::GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionSpawned, impulseStr) == 0x000010, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionSpawned::impulseStr' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionSpawned, Radius) == 0x000014, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionSpawned::Radius' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionSpawned, HitLocation) == 0x000018, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionSpawned::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionSpawned, HitDirection) == 0x000024, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionSpawned::HitDirection' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnGeometryCollectionSpawned, bCompletelyBroken) == 0x000030, "Member 'BP_MeshGroupManager_C_OnGeometryCollectionSpawned::bCompletelyBroken' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_OnHealed \ static_assert(alignof(BP_MeshGroupManager_C_OnHealed) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_OnHealed"); \ static_assert(sizeof(BP_MeshGroupManager_C_OnHealed) == 0x000010, "Wrong size on BP_MeshGroupManager_C_OnHealed"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnHealed, healAmount) == 0x000000, "Member 'BP_MeshGroupManager_C_OnHealed::healAmount' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnHealed, PrimComp) == 0x000008, "Member 'BP_MeshGroupManager_C_OnHealed::PrimComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_SwitchOff \ static_assert(alignof(BP_MeshGroupManager_C_SwitchOff) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_SwitchOff"); \ static_assert(sizeof(BP_MeshGroupManager_C_SwitchOff) == 0x000008, "Wrong size on BP_MeshGroupManager_C_SwitchOff"); \ static_assert(offsetof(BP_MeshGroupManager_C_SwitchOff, SwitchActor) == 0x000000, "Member 'BP_MeshGroupManager_C_SwitchOff::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_OnAffectedBySpell \ static_assert(alignof(BP_MeshGroupManager_C_OnAffectedBySpell) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_OnAffectedBySpell"); \ static_assert(sizeof(BP_MeshGroupManager_C_OnAffectedBySpell) == 0x0000E8, "Wrong size on BP_MeshGroupManager_C_OnAffectedBySpell"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnAffectedBySpell, SpellTool) == 0x000000, "Member 'BP_MeshGroupManager_C_OnAffectedBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnAffectedBySpell, Instigator_0) == 0x000008, "Member 'BP_MeshGroupManager_C_OnAffectedBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnAffectedBySpell, DataAssets) == 0x000010, "Member 'BP_MeshGroupManager_C_OnAffectedBySpell::DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnAffectedBySpell, SpellToolRecord) == 0x000020, "Member 'BP_MeshGroupManager_C_OnAffectedBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnAffectedBySpell, SpellType) == 0x000028, "Member 'BP_MeshGroupManager_C_OnAffectedBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnAffectedBySpell, Impact) == 0x000030, "Member 'BP_MeshGroupManager_C_OnAffectedBySpell::Impact' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnAffectedBySpell, Hit) == 0x000050, "Member 'BP_MeshGroupManager_C_OnAffectedBySpell::Hit' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnAffectedBySpell, ImpactDirection) == 0x0000D8, "Member 'BP_MeshGroupManager_C_OnAffectedBySpell::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_OnAffectedBySpellEnd \ static_assert(alignof(BP_MeshGroupManager_C_OnAffectedBySpellEnd) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_OnAffectedBySpellEnd"); \ static_assert(sizeof(BP_MeshGroupManager_C_OnAffectedBySpellEnd) == 0x000040, "Wrong size on BP_MeshGroupManager_C_OnAffectedBySpellEnd"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnAffectedBySpellEnd, SpellTool) == 0x000000, "Member 'BP_MeshGroupManager_C_OnAffectedBySpellEnd::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnAffectedBySpellEnd, Instigator_0) == 0x000008, "Member 'BP_MeshGroupManager_C_OnAffectedBySpellEnd::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnAffectedBySpellEnd, SpellToolRecord) == 0x000010, "Member 'BP_MeshGroupManager_C_OnAffectedBySpellEnd::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnAffectedBySpellEnd, SpellType) == 0x000018, "Member 'BP_MeshGroupManager_C_OnAffectedBySpellEnd::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnAffectedBySpellEnd, Impact) == 0x000020, "Member 'BP_MeshGroupManager_C_OnAffectedBySpellEnd::Impact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_OnHitBySpell \ static_assert(alignof(BP_MeshGroupManager_C_OnHitBySpell) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_OnHitBySpell"); \ static_assert(sizeof(BP_MeshGroupManager_C_OnHitBySpell) == 0x0000B8, "Wrong size on BP_MeshGroupManager_C_OnHitBySpell"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnHitBySpell, SpellTool) == 0x000000, "Member 'BP_MeshGroupManager_C_OnHitBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnHitBySpell, Instigator_0) == 0x000008, "Member 'BP_MeshGroupManager_C_OnHitBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnHitBySpell, SpellToolRecord) == 0x000010, "Member 'BP_MeshGroupManager_C_OnHitBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnHitBySpell, SpellType) == 0x000018, "Member 'BP_MeshGroupManager_C_OnHitBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnHitBySpell, Hit) == 0x000020, "Member 'BP_MeshGroupManager_C_OnHitBySpell::Hit' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnHitBySpell, ImpactDirection) == 0x0000A8, "Member 'BP_MeshGroupManager_C_OnHitBySpell::ImpactDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_OnOverlappedBySpell \ static_assert(alignof(BP_MeshGroupManager_C_OnOverlappedBySpell) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_OnOverlappedBySpell"); \ static_assert(sizeof(BP_MeshGroupManager_C_OnOverlappedBySpell) == 0x000050, "Wrong size on BP_MeshGroupManager_C_OnOverlappedBySpell"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnOverlappedBySpell, SpellTool) == 0x000000, "Member 'BP_MeshGroupManager_C_OnOverlappedBySpell::SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnOverlappedBySpell, Instigator_0) == 0x000008, "Member 'BP_MeshGroupManager_C_OnOverlappedBySpell::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnOverlappedBySpell, SpellToolRecord) == 0x000010, "Member 'BP_MeshGroupManager_C_OnOverlappedBySpell::SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnOverlappedBySpell, SpellType) == 0x000018, "Member 'BP_MeshGroupManager_C_OnOverlappedBySpell::SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnOverlappedBySpell, Impact) == 0x000020, "Member 'BP_MeshGroupManager_C_OnOverlappedBySpell::Impact' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnOverlappedBySpell, MunitionLocation) == 0x000040, "Member 'BP_MeshGroupManager_C_OnOverlappedBySpell::MunitionLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_OnSpellEffective \ static_assert(alignof(BP_MeshGroupManager_C_OnSpellEffective) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_OnSpellEffective"); \ static_assert(sizeof(BP_MeshGroupManager_C_OnSpellEffective) == 0x000008, "Wrong size on BP_MeshGroupManager_C_OnSpellEffective"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnSpellEffective, Instigator_0) == 0x000000, "Member 'BP_MeshGroupManager_C_OnSpellEffective::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_OnSpellIneffective \ static_assert(alignof(BP_MeshGroupManager_C_OnSpellIneffective) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_OnSpellIneffective"); \ static_assert(sizeof(BP_MeshGroupManager_C_OnSpellIneffective) == 0x000008, "Wrong size on BP_MeshGroupManager_C_OnSpellIneffective"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnSpellIneffective, Instigator_0) == 0x000000, "Member 'BP_MeshGroupManager_C_OnSpellIneffective::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_OnSpellTooWeak \ static_assert(alignof(BP_MeshGroupManager_C_OnSpellTooWeak) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_OnSpellTooWeak"); \ static_assert(sizeof(BP_MeshGroupManager_C_OnSpellTooWeak) == 0x000008, "Wrong size on BP_MeshGroupManager_C_OnSpellTooWeak"); \ static_assert(offsetof(BP_MeshGroupManager_C_OnSpellTooWeak, Instigator_0) == 0x000000, "Member 'BP_MeshGroupManager_C_OnSpellTooWeak::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_Custom_1 \ static_assert(alignof(BP_MeshGroupManager_C_Custom_1) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_Custom_1"); \ static_assert(sizeof(BP_MeshGroupManager_C_Custom_1) == 0x000008, "Wrong size on BP_MeshGroupManager_C_Custom_1"); \ static_assert(offsetof(BP_MeshGroupManager_C_Custom_1, DestroyedActor) == 0x000000, "Member 'BP_MeshGroupManager_C_Custom_1::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_SwitchOn \ static_assert(alignof(BP_MeshGroupManager_C_SwitchOn) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_SwitchOn"); \ static_assert(sizeof(BP_MeshGroupManager_C_SwitchOn) == 0x000008, "Wrong size on BP_MeshGroupManager_C_SwitchOn"); \ static_assert(offsetof(BP_MeshGroupManager_C_SwitchOn, SwitchActor) == 0x000000, "Member 'BP_MeshGroupManager_C_SwitchOn::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_Custom_2 \ static_assert(alignof(BP_MeshGroupManager_C_Custom_2) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_Custom_2"); \ static_assert(sizeof(BP_MeshGroupManager_C_Custom_2) == 0x000008, "Wrong size on BP_MeshGroupManager_C_Custom_2"); \ static_assert(offsetof(BP_MeshGroupManager_C_Custom_2, RepairedActor) == 0x000000, "Member 'BP_MeshGroupManager_C_Custom_2::RepairedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_CustomEvent_2 \ static_assert(alignof(BP_MeshGroupManager_C_CustomEvent_2) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_CustomEvent_2"); \ static_assert(sizeof(BP_MeshGroupManager_C_CustomEvent_2) == 0x000008, "Wrong size on BP_MeshGroupManager_C_CustomEvent_2"); \ static_assert(offsetof(BP_MeshGroupManager_C_CustomEvent_2, DestroyedActor) == 0x000000, "Member 'BP_MeshGroupManager_C_CustomEvent_2::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_Custom4 \ static_assert(alignof(BP_MeshGroupManager_C_Custom4) == 0x000008, "Wrong alignment on BP_MeshGroupManager_C_Custom4"); \ static_assert(sizeof(BP_MeshGroupManager_C_Custom4) == 0x000008, "Wrong size on BP_MeshGroupManager_C_Custom4"); \ static_assert(offsetof(BP_MeshGroupManager_C_Custom4, RepairedActor) == 0x000000, "Member 'BP_MeshGroupManager_C_Custom4::RepairedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager \ static_assert(alignof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager) == 0x000010, "Wrong alignment on BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager"); \ static_assert(sizeof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager) == 0x000710, "Wrong size on BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, EntryPoint) == 0x000000, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, Temp_bool_IsClosed_Variable) == 0x000005, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, Temp_int_Array_Index_Variable_1) == 0x000024, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, Temp_int_Loop_Counter_Variable_1) == 0x000028, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, Temp_int_Array_Index_Variable_2) == 0x000030, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, Temp_int_Loop_Counter_Variable_2) == 0x000034, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Add_IntInt_ReturnValue_2) == 0x000038, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_CreateDelegate_OutputDelegate_1) == 0x00003C, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_damageAmount) == 0x00004C, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_damageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_hitLocation_3) == 0x000050, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_hitLocation_3' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_hitDirection_3) == 0x00005C, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_hitDirection_3' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_primComp_1) == 0x000068, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_primComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_MunitionTagContainer) == 0x000070, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_Instigator_7) == 0x000090, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_Instigator_7' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_Velocity) == 0x000098, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_RepairComponent_2) == 0x0000A8, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_RepairComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_GeometryCollectionComponent_2) == 0x0000B0, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_GeometryCollectionComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_impulseStr_2) == 0x0000B8, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_impulseStr_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_Radius_2) == 0x0000BC, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_Radius_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_hitLocation_2) == 0x0000C0, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_hitLocation_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_hitDirection_2) == 0x0000CC, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_hitDirection_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_RepairComponent_1) == 0x0000D8, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_RepairComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_GeometryCollectionComponent_1) == 0x0000E0, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_GeometryCollectionComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_impulseStr_1) == 0x0000E8, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_impulseStr_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_Radius_1) == 0x0000EC, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_Radius_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_hitLocation_1) == 0x0000F0, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_hitLocation_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_hitDirection_1) == 0x0000FC, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_hitDirection_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_RepairComponent) == 0x000108, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_RepairComponent' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_GeometryCollectionComponent) == 0x000110, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_impulseStr) == 0x000118, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_impulseStr' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_Radius) == 0x00011C, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_Radius' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_hitLocation) == 0x000120, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_hitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_hitDirection) == 0x00012C, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_hitDirection' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_bCompletelyBroken) == 0x000138, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_bCompletelyBroken' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_healAmount) == 0x00013C, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_healAmount' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_primComp) == 0x000140, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_primComp' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_SwitchActor_1) == 0x000148, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_SwitchActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_SpellTool_3) == 0x000150, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_SpellTool_3' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_Instigator_6) == 0x000158, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_Instigator_6' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_DataAssets) == 0x000160, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_DataAssets' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_SpellToolRecord_3) == 0x000170, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_SpellToolRecord_3' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_SpellType_3) == 0x000178, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_SpellType_3' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_Impact_2) == 0x000180, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_Impact_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_Hit_1) == 0x0001A0, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_Hit_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_ImpactDirection_1) == 0x000228, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_ImpactDirection_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_SpellTool_2) == 0x000238, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_SpellTool_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_Instigator_5) == 0x000240, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_Instigator_5' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_SpellToolRecord_2) == 0x000248, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_SpellToolRecord_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_SpellType_2) == 0x000250, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_SpellType_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_Impact_1) == 0x000258, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_Impact_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_SpellTool_1) == 0x000278, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_SpellTool_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_Instigator_4) == 0x000280, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_Instigator_4' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_SpellToolRecord_1) == 0x000288, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_SpellToolRecord_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_SpellType_1) == 0x000290, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_SpellType_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_Hit) == 0x000298, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_Hit' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_ImpactDirection) == 0x000320, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_ImpactDirection' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_SpellTool) == 0x000330, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_SpellTool' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_Instigator_3) == 0x000338, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_Instigator_3' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_SpellToolRecord) == 0x000340, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_SpellToolRecord' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_SpellType) == 0x000348, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_SpellType' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_Impact) == 0x000350, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_Impact' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_MunitionLocation) == 0x000370, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_MunitionLocation' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_Instigator_2) == 0x000380, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_Instigator_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_Instigator_1) == 0x000388, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_Instigator_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_Instigator) == 0x000390, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_Instigator' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, Temp_int_Loop_Counter_Variable_3) == 0x000398, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Add_IntInt_ReturnValue_3) == 0x00039C, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, Temp_bool_IsClosed_Variable_1) == 0x0003A0, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_MakeArray_Array) == 0x0003A8, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_CustomEvent_DestroyedActor_1) == 0x0003B8, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_CustomEvent_DestroyedActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_CreateDelegate_OutputDelegate_2) == 0x0003C0, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Array_Length_ReturnValue) == 0x0003D0, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, Temp_int_Array_Index_Variable_3) == 0x0003D4, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Array_Get_Item) == 0x0003D8, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_DynamicCast_AsBPI_Switch) == 0x0003E0, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_DynamicCast_AsBPI_Switch' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_DynamicCast_bSuccess) == 0x0003F0, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_DynamicCast_AsDynamic_Object_Volume) == 0x0003F8, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_DynamicCast_AsDynamic_Object_Volume' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_DynamicCast_bSuccess_1) == 0x000400, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_IsValid_ReturnValue) == 0x000401, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_Event_SwitchActor) == 0x000408, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_Event_SwitchActor' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_CustomEvent_RepairedActor_1) == 0x000410, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_CustomEvent_RepairedActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, Temp_int_Loop_Counter_Variable_4) == 0x000418, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Array_Get_Item_1) == 0x000420, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_IsValid_ReturnValue_1) == 0x000428, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000430, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Less_IntInt_ReturnValue) == 0x000438, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Add_IntInt_ReturnValue_4) == 0x00043C, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Array_Length_ReturnValue_1) == 0x000440, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Array_Length_ReturnValue_2) == 0x000444, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Less_IntInt_ReturnValue_1) == 0x000448, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Greater_IntInt_ReturnValue) == 0x000449, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Add_IntInt_ReturnValue_5) == 0x00044C, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000450, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Array_Add_ReturnValue) == 0x000454, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, Temp_bool_Has_Been_Initd_Variable_1) == 0x000458, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Array_Get_Item_2) == 0x000460, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Array_Length_ReturnValue_3) == 0x000468, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_IsValid_ReturnValue_2) == 0x00046C, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Less_IntInt_ReturnValue_2) == 0x00046D, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_GetObjectStateInfo_ReturnValue_1) == 0x000470, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_GetObjectStateInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, Temp_int_Variable) == 0x000478, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Array_Add_ReturnValue_1) == 0x00047C, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Array_Length_ReturnValue_4) == 0x000480, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Less_IntInt_ReturnValue_3) == 0x000484, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_CustomEvent_DestroyedActor) == 0x000488, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_CustomEvent_DestroyedActor' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Array_Get_Item_3) == 0x000490, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_IsValid_ReturnValue_3) == 0x000498, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_GetObjectStateInfo_ReturnValue_2) == 0x0004A0, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_GetObjectStateInfo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_GetMaxHealth_ReturnValue) == 0x0004A8, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_GetMaxHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_IsBroken_ReturnValue) == 0x0004AC, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_IsBroken_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_DoHealing_ReturnValue) == 0x0004AD, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_DoHealing_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Array_Length_ReturnValue_5) == 0x0004B0, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Less_IntInt_ReturnValue_4) == 0x0004B4, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_CustomEvent_RepairedActor) == 0x0004B8, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_CustomEvent_RepairedActor' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, Temp_int_Array_Index_Variable_4) == 0x0004C0, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_GetTransform_ReturnValue) == 0x0004D0, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Array_Get_Item_4) == 0x000500, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000508, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_GetObjectStateInfo_ReturnValue_3) == 0x000510, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_GetObjectStateInfo_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_GetHealth_ReturnValue) == 0x000518, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_IsBroken_ReturnValue_1) == 0x00051C, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_IsBroken_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_DoDamageTarget_OutDamageInfo) == 0x000520, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_DoDamageTarget_OutDamageInfo' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_DoDamageTarget_ReturnValue) == 0x0006E8, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_DoDamageTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Not_PreBool_ReturnValue) == 0x0006E9, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_FinishSpawningActor_ReturnValue) == 0x0006F0, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_IsValid_ReturnValue_4) == 0x0006F8, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0006F9, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager, K2Node_CreateDelegate_OutputDelegate_3) == 0x0006FC, "Member 'BP_MeshGroupManager_C_ExecuteUbergraph_BP_MeshGroupManager::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MeshGroupManager_C \ static_assert(alignof(ABP_MeshGroupManager_C) == 0x000008, "Wrong alignment on ABP_MeshGroupManager_C"); \ static_assert(sizeof(ABP_MeshGroupManager_C) == 0x0002F8, "Wrong size on ABP_MeshGroupManager_C"); \ static_assert(offsetof(ABP_MeshGroupManager_C, UberGraphFrame) == 0x000248, "Member 'ABP_MeshGroupManager_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, RadialForce) == 0x000250, "Member 'ABP_MeshGroupManager_C::RadialForce' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, Billboard) == 0x000258, "Member 'ABP_MeshGroupManager_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, Scene) == 0x000260, "Member 'ABP_MeshGroupManager_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, Key_Roots) == 0x000268, "Member 'ABP_MeshGroupManager_C::Key_Roots' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, RootMeshes) == 0x000270, "Member 'ABP_MeshGroupManager_C::RootMeshes' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, AttachedMeshes) == 0x000280, "Member 'ABP_MeshGroupManager_C::AttachedMeshes' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, Target) == 0x000290, "Member 'ABP_MeshGroupManager_C::Target' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, SwitchDelay) == 0x0002A0, "Member 'ABP_MeshGroupManager_C::SwitchDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, Repairable) == 0x0002A4, "Member 'ABP_MeshGroupManager_C::Repairable' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, Auto_Repair) == 0x0002A5, "Member 'ABP_MeshGroupManager_C::Auto_Repair' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, Wait_time_for_Auto_Repair) == 0x0002A8, "Member 'ABP_MeshGroupManager_C::Wait_time_for_Auto_Repair' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, DestructionDelay) == 0x0002AC, "Member 'ABP_MeshGroupManager_C::DestructionDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, MeshBroken) == 0x0002B0, "Member 'ABP_MeshGroupManager_C::MeshBroken' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, MeshRepaired) == 0x0002C0, "Member 'ABP_MeshGroupManager_C::MeshRepaired' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, Counter) == 0x0002D0, "Member 'ABP_MeshGroupManager_C::Counter' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, AllMeshes) == 0x0002D8, "Member 'ABP_MeshGroupManager_C::AllMeshes' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, DestroyManager) == 0x0002E8, "Member 'ABP_MeshGroupManager_C::DestroyManager' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, ApplyRadialForce) == 0x0002E9, "Member 'ABP_MeshGroupManager_C::ApplyRadialForce' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, ImpulseRadius) == 0x0002EC, "Member 'ABP_MeshGroupManager_C::ImpulseRadius' has a wrong offset!"); \ static_assert(offsetof(ABP_MeshGroupManager_C, ImpulseStrength) == 0x0002F0, "Member 'ABP_MeshGroupManager_C::ImpulseStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace \ static_assert(alignof(ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace) == 0x000008, "Wrong alignment on ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace"); \ static_assert(sizeof(ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace) == 0x000070, "Wrong size on ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace"); \ static_assert(offsetof(ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace, EntryPoint) == 0x000000, "Member 'ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace, K2Node_Event_Context) == 0x000008, "Member 'ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Interaction_TurnToFace_C_ExecuteUbergraph_ABL_Interaction_TurnToFace::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Interaction_TurnToFace_C_OnAbilityStart \ static_assert(alignof(ABL_Interaction_TurnToFace_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Interaction_TurnToFace_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Interaction_TurnToFace_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Interaction_TurnToFace_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Interaction_TurnToFace_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Interaction_TurnToFace_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Interaction_TurnToFace_C_OnAbilityBranch \ static_assert(alignof(ABL_Interaction_TurnToFace_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Interaction_TurnToFace_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Interaction_TurnToFace_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Interaction_TurnToFace_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Interaction_TurnToFace_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Interaction_TurnToFace_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Interaction_TurnToFace_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Interaction_TurnToFace_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Interaction_TurnToFace_C \ static_assert(alignof(UABL_Interaction_TurnToFace_C) == 0x000008, "Wrong alignment on UABL_Interaction_TurnToFace_C"); \ static_assert(sizeof(UABL_Interaction_TurnToFace_C) == 0x0000D0, "Wrong size on UABL_Interaction_TurnToFace_C"); \ static_assert(offsetof(UABL_Interaction_TurnToFace_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Interaction_TurnToFace_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOverland_Global_Map_C \ static_assert(alignof(AOverland_Global_Map_C) == 0x000008, "Wrong alignment on AOverland_Global_Map_C"); \ static_assert(sizeof(AOverland_Global_Map_C) == 0x000250, "Wrong size on AOverland_Global_Map_C"); \ #define DUMPER7_ASSERTS_BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player \ static_assert(alignof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player) == 0x000008, "Wrong alignment on BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player"); \ static_assert(sizeof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player) == 0x0001B8, "Wrong size on BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, EntryPoint) == 0x000000, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, Temp_struct_Variable) == 0x000008, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, K2Node_InputActionEvent_Key_2) == 0x000020, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::K2Node_InputActionEvent_Key_2' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, K2Node_InputActionEvent_Key_1) == 0x000038, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::K2Node_InputActionEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, Temp_struct_Variable_1) == 0x000050, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, K2Node_InputActionEvent_Key) == 0x000068, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::K2Node_InputActionEvent_Key' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_GetPlayerController_ReturnValue) == 0x000080, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, K2Node_InputActionEvent_Key_6) == 0x000088, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::K2Node_InputActionEvent_Key_6' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_Create_ReturnValue) == 0x0000A0, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_IsValid_ReturnValue) == 0x0000A8, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, K2Node_InputActionEvent_Key_3) == 0x0000B0, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::K2Node_InputActionEvent_Key_3' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000C8, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, K2Node_CustomEvent_SourceID_1) == 0x0000D0, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::K2Node_CustomEvent_SourceID_1' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, K2Node_CustomEvent_SlotNo_1) == 0x0000E0, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::K2Node_CustomEvent_SlotNo_1' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, K2Node_CustomEvent_Ticks) == 0x0000E4, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::K2Node_CustomEvent_Ticks' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, K2Node_CustomEvent_SourceID) == 0x0000E8, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::K2Node_CustomEvent_SourceID' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, K2Node_CustomEvent_SlotNo) == 0x0000F8, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::K2Node_CustomEvent_SlotNo' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000FC, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x0000FD, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_GetOwner_ReturnValue) == 0x000100, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, Temp_name_Variable) == 0x000108, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_Array_RemoveItem_ReturnValue) == 0x000110, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, K2Node_Event_InStationComponent) == 0x000118, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::K2Node_Event_InStationComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, K2Node_MakeStruct_StationQueryData) == 0x000120, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::K2Node_MakeStruct_StationQueryData' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_InitializeStationInteraction_ReturnValue) == 0x000140, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_InitializeStationInteraction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, K2Node_InputActionEvent_Key_4) == 0x000148, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::K2Node_InputActionEvent_Key_4' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, Temp_struct_Variable_2) == 0x000160, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, K2Node_InputActionEvent_Key_5) == 0x000178, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::K2Node_InputActionEvent_Key_5' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, Temp_name_Variable_1) == 0x000190, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_Array_AddUnique_ReturnValue) == 0x000198, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_BooleanAND_ReturnValue) == 0x00019C, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_IsPackagedForDistribution_ReturnValue) == 0x00019D, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_IsPackagedForDistribution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_BooleanAND_ReturnValue_1) == 0x00019E, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_Not_PreBool_ReturnValue) == 0x00019F, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_GetPlayerControllerFromID_ReturnValue) == 0x0001A0, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_GetPlayerControllerFromID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_Create_ReturnValue_1) == 0x0001A8, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_IsValid_ReturnValue_1) == 0x0001B0, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player, CallFunc_AddToPlayerScreen_ReturnValue) == 0x0001B1, "Member 'BP_Biped_Player_C_ExecuteUbergraph_BP_Biped_Player::CallFunc_AddToPlayerScreen_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Biped_Player_C_StationStoryEndedWithoutConsent \ static_assert(alignof(BP_Biped_Player_C_StationStoryEndedWithoutConsent) == 0x000008, "Wrong alignment on BP_Biped_Player_C_StationStoryEndedWithoutConsent"); \ static_assert(sizeof(BP_Biped_Player_C_StationStoryEndedWithoutConsent) == 0x000008, "Wrong size on BP_Biped_Player_C_StationStoryEndedWithoutConsent"); \ static_assert(offsetof(BP_Biped_Player_C_StationStoryEndedWithoutConsent, InStationComponent) == 0x000000, "Member 'BP_Biped_Player_C_StationStoryEndedWithoutConsent::InStationComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Biped_Player_C_OnBuffStatusRemoved \ static_assert(alignof(BP_Biped_Player_C_OnBuffStatusRemoved) == 0x000008, "Wrong alignment on BP_Biped_Player_C_OnBuffStatusRemoved"); \ static_assert(sizeof(BP_Biped_Player_C_OnBuffStatusRemoved) == 0x000018, "Wrong size on BP_Biped_Player_C_OnBuffStatusRemoved"); \ static_assert(offsetof(BP_Biped_Player_C_OnBuffStatusRemoved, SourceID) == 0x000000, "Member 'BP_Biped_Player_C_OnBuffStatusRemoved::SourceID' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_OnBuffStatusRemoved, SlotNo) == 0x000010, "Member 'BP_Biped_Player_C_OnBuffStatusRemoved::SlotNo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Biped_Player_C_OnBuffStatusApplied \ static_assert(alignof(BP_Biped_Player_C_OnBuffStatusApplied) == 0x000008, "Wrong alignment on BP_Biped_Player_C_OnBuffStatusApplied"); \ static_assert(sizeof(BP_Biped_Player_C_OnBuffStatusApplied) == 0x000018, "Wrong size on BP_Biped_Player_C_OnBuffStatusApplied"); \ static_assert(offsetof(BP_Biped_Player_C_OnBuffStatusApplied, SourceID) == 0x000000, "Member 'BP_Biped_Player_C_OnBuffStatusApplied::SourceID' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_OnBuffStatusApplied, SlotNo) == 0x000010, "Member 'BP_Biped_Player_C_OnBuffStatusApplied::SlotNo' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_OnBuffStatusApplied, Ticks) == 0x000014, "Member 'BP_Biped_Player_C_OnBuffStatusApplied::Ticks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Biped_Player_C_InpActEvt_CM_GamePad_DpadUp_K2Node_InputActionEvent_0 \ static_assert(alignof(BP_Biped_Player_C_InpActEvt_CM_GamePad_DpadUp_K2Node_InputActionEvent_0) == 0x000008, "Wrong alignment on BP_Biped_Player_C_InpActEvt_CM_GamePad_DpadUp_K2Node_InputActionEvent_0"); \ static_assert(sizeof(BP_Biped_Player_C_InpActEvt_CM_GamePad_DpadUp_K2Node_InputActionEvent_0) == 0x000018, "Wrong size on BP_Biped_Player_C_InpActEvt_CM_GamePad_DpadUp_K2Node_InputActionEvent_0"); \ static_assert(offsetof(BP_Biped_Player_C_InpActEvt_CM_GamePad_DpadUp_K2Node_InputActionEvent_0, Key) == 0x000000, "Member 'BP_Biped_Player_C_InpActEvt_CM_GamePad_DpadUp_K2Node_InputActionEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Biped_Player_C_InpActEvt_CM_GamePad_ThumbStickButtonRIght_K2Node_InputActionEvent_1 \ static_assert(alignof(BP_Biped_Player_C_InpActEvt_CM_GamePad_ThumbStickButtonRIght_K2Node_InputActionEvent_1) == 0x000008, "Wrong alignment on BP_Biped_Player_C_InpActEvt_CM_GamePad_ThumbStickButtonRIght_K2Node_InputActionEvent_1"); \ static_assert(sizeof(BP_Biped_Player_C_InpActEvt_CM_GamePad_ThumbStickButtonRIght_K2Node_InputActionEvent_1) == 0x000018, "Wrong size on BP_Biped_Player_C_InpActEvt_CM_GamePad_ThumbStickButtonRIght_K2Node_InputActionEvent_1"); \ static_assert(offsetof(BP_Biped_Player_C_InpActEvt_CM_GamePad_ThumbStickButtonRIght_K2Node_InputActionEvent_1, Key) == 0x000000, "Member 'BP_Biped_Player_C_InpActEvt_CM_GamePad_ThumbStickButtonRIght_K2Node_InputActionEvent_1::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Biped_Player_C_InpActEvt_CM_GamePad_ThumbStickButtonRIght_K2Node_InputActionEvent_2 \ static_assert(alignof(BP_Biped_Player_C_InpActEvt_CM_GamePad_ThumbStickButtonRIght_K2Node_InputActionEvent_2) == 0x000008, "Wrong alignment on BP_Biped_Player_C_InpActEvt_CM_GamePad_ThumbStickButtonRIght_K2Node_InputActionEvent_2"); \ static_assert(sizeof(BP_Biped_Player_C_InpActEvt_CM_GamePad_ThumbStickButtonRIght_K2Node_InputActionEvent_2) == 0x000018, "Wrong size on BP_Biped_Player_C_InpActEvt_CM_GamePad_ThumbStickButtonRIght_K2Node_InputActionEvent_2"); \ static_assert(offsetof(BP_Biped_Player_C_InpActEvt_CM_GamePad_ThumbStickButtonRIght_K2Node_InputActionEvent_2, Key) == 0x000000, "Member 'BP_Biped_Player_C_InpActEvt_CM_GamePad_ThumbStickButtonRIght_K2Node_InputActionEvent_2::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Biped_Player_C_InpActEvt_CM_GamePad_RightShoulder_K2Node_InputActionEvent_3 \ static_assert(alignof(BP_Biped_Player_C_InpActEvt_CM_GamePad_RightShoulder_K2Node_InputActionEvent_3) == 0x000008, "Wrong alignment on BP_Biped_Player_C_InpActEvt_CM_GamePad_RightShoulder_K2Node_InputActionEvent_3"); \ static_assert(sizeof(BP_Biped_Player_C_InpActEvt_CM_GamePad_RightShoulder_K2Node_InputActionEvent_3) == 0x000018, "Wrong size on BP_Biped_Player_C_InpActEvt_CM_GamePad_RightShoulder_K2Node_InputActionEvent_3"); \ static_assert(offsetof(BP_Biped_Player_C_InpActEvt_CM_GamePad_RightShoulder_K2Node_InputActionEvent_3, Key) == 0x000000, "Member 'BP_Biped_Player_C_InpActEvt_CM_GamePad_RightShoulder_K2Node_InputActionEvent_3::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Biped_Player_C_InpActEvt_CM_GamePad_RightShoulder_K2Node_InputActionEvent_4 \ static_assert(alignof(BP_Biped_Player_C_InpActEvt_CM_GamePad_RightShoulder_K2Node_InputActionEvent_4) == 0x000008, "Wrong alignment on BP_Biped_Player_C_InpActEvt_CM_GamePad_RightShoulder_K2Node_InputActionEvent_4"); \ static_assert(sizeof(BP_Biped_Player_C_InpActEvt_CM_GamePad_RightShoulder_K2Node_InputActionEvent_4) == 0x000018, "Wrong size on BP_Biped_Player_C_InpActEvt_CM_GamePad_RightShoulder_K2Node_InputActionEvent_4"); \ static_assert(offsetof(BP_Biped_Player_C_InpActEvt_CM_GamePad_RightShoulder_K2Node_InputActionEvent_4, Key) == 0x000000, "Member 'BP_Biped_Player_C_InpActEvt_CM_GamePad_RightShoulder_K2Node_InputActionEvent_4::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Biped_Player_C_InpActEvt_CM_GamePad_LeftTrigger_K2Node_InputActionEvent_5 \ static_assert(alignof(BP_Biped_Player_C_InpActEvt_CM_GamePad_LeftTrigger_K2Node_InputActionEvent_5) == 0x000008, "Wrong alignment on BP_Biped_Player_C_InpActEvt_CM_GamePad_LeftTrigger_K2Node_InputActionEvent_5"); \ static_assert(sizeof(BP_Biped_Player_C_InpActEvt_CM_GamePad_LeftTrigger_K2Node_InputActionEvent_5) == 0x000018, "Wrong size on BP_Biped_Player_C_InpActEvt_CM_GamePad_LeftTrigger_K2Node_InputActionEvent_5"); \ static_assert(offsetof(BP_Biped_Player_C_InpActEvt_CM_GamePad_LeftTrigger_K2Node_InputActionEvent_5, Key) == 0x000000, "Member 'BP_Biped_Player_C_InpActEvt_CM_GamePad_LeftTrigger_K2Node_InputActionEvent_5::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Biped_Player_C_InpActEvt_CM_GamePad_LeftTrigger_K2Node_InputActionEvent_6 \ static_assert(alignof(BP_Biped_Player_C_InpActEvt_CM_GamePad_LeftTrigger_K2Node_InputActionEvent_6) == 0x000008, "Wrong alignment on BP_Biped_Player_C_InpActEvt_CM_GamePad_LeftTrigger_K2Node_InputActionEvent_6"); \ static_assert(sizeof(BP_Biped_Player_C_InpActEvt_CM_GamePad_LeftTrigger_K2Node_InputActionEvent_6) == 0x000018, "Wrong size on BP_Biped_Player_C_InpActEvt_CM_GamePad_LeftTrigger_K2Node_InputActionEvent_6"); \ static_assert(offsetof(BP_Biped_Player_C_InpActEvt_CM_GamePad_LeftTrigger_K2Node_InputActionEvent_6, Key) == 0x000000, "Member 'BP_Biped_Player_C_InpActEvt_CM_GamePad_LeftTrigger_K2Node_InputActionEvent_6::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Biped_Player_C_UpdateDebugHUD \ static_assert(alignof(BP_Biped_Player_C_UpdateDebugHUD) == 0x000008, "Wrong alignment on BP_Biped_Player_C_UpdateDebugHUD"); \ static_assert(sizeof(BP_Biped_Player_C_UpdateDebugHUD) == 0x000730, "Wrong size on BP_Biped_Player_C_UpdateDebugHUD"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData) == 0x000000, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_1) == 0x000040, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_2) == 0x000080, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_3) == 0x0000C0, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_4) == 0x000100, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_5) == 0x000140, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_6) == 0x000180, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_7) == 0x0001C0, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_8) == 0x000200, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, CallFunc_GetMobilityActionStateName_OutString) == 0x000240, "Member 'BP_Biped_Player_C_UpdateDebugHUD::CallFunc_GetMobilityActionStateName_OutString' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, CallFunc_Conv_StringToText_ReturnValue) == 0x000250, "Member 'BP_Biped_Player_C_UpdateDebugHUD::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_9) == 0x000268, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, CallFunc_GetAnimInstance_ReturnValue) == 0x0002A8, "Member 'BP_Biped_Player_C_UpdateDebugHUD::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x0002B0, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_DynamicCast_bSuccess) == 0x0002B8, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, CallFunc_Conv_BoolToText_ReturnValue) == 0x0002C0, "Member 'BP_Biped_Player_C_UpdateDebugHUD::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x0002D8, "Member 'BP_Biped_Player_C_UpdateDebugHUD::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_10) == 0x0002F0, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_11) == 0x000330, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, CallFunc_Conv_FloatToText_ReturnValue) == 0x000370, "Member 'BP_Biped_Player_C_UpdateDebugHUD::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x000388, "Member 'BP_Biped_Player_C_UpdateDebugHUD::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_12) == 0x0003A0, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_12' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_13) == 0x0003E0, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_13' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, CallFunc_Conv_FloatToText_ReturnValue_2) == 0x000420, "Member 'BP_Biped_Player_C_UpdateDebugHUD::CallFunc_Conv_FloatToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, CallFunc_Conv_FloatToText_ReturnValue_3) == 0x000438, "Member 'BP_Biped_Player_C_UpdateDebugHUD::CallFunc_Conv_FloatToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_14) == 0x000450, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_14' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_15) == 0x000490, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_15' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_16) == 0x0004D0, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_16' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, CallFunc_Conv_FloatToText_ReturnValue_4) == 0x000510, "Member 'BP_Biped_Player_C_UpdateDebugHUD::CallFunc_Conv_FloatToText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, CallFunc_MakeLiteralString_ReturnValue) == 0x000528, "Member 'BP_Biped_Player_C_UpdateDebugHUD::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_17) == 0x000538, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_17' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000578, "Member 'BP_Biped_Player_C_UpdateDebugHUD::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeArray_Array) == 0x000590, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, CallFunc_MakeLiteralString_ReturnValue_1) == 0x0005A0, "Member 'BP_Biped_Player_C_UpdateDebugHUD::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_18) == 0x0005B0, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_18' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0005F0, "Member 'BP_Biped_Player_C_UpdateDebugHUD::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_19) == 0x000608, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_19' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, CallFunc_Format_ReturnValue) == 0x000648, "Member 'BP_Biped_Player_C_UpdateDebugHUD::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeArray_Array_1) == 0x000660, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_20) == 0x000670, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_20' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, CallFunc_Format_ReturnValue_1) == 0x0006B0, "Member 'BP_Biped_Player_C_UpdateDebugHUD::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeStruct_FormatArgumentData_21) == 0x0006C8, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeStruct_FormatArgumentData_21' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, K2Node_MakeArray_Array_2) == 0x000708, "Member 'BP_Biped_Player_C_UpdateDebugHUD::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_UpdateDebugHUD, CallFunc_Format_ReturnValue_2) == 0x000718, "Member 'BP_Biped_Player_C_UpdateDebugHUD::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Biped_Player_C_AttachLightRig \ static_assert(alignof(BP_Biped_Player_C_AttachLightRig) == 0x000008, "Wrong alignment on BP_Biped_Player_C_AttachLightRig"); \ static_assert(sizeof(BP_Biped_Player_C_AttachLightRig) == 0x000010, "Wrong size on BP_Biped_Player_C_AttachLightRig"); \ static_assert(offsetof(BP_Biped_Player_C_AttachLightRig, Attach_The_Light_Rig) == 0x000000, "Member 'BP_Biped_Player_C_AttachLightRig::Attach_The_Light_Rig' has a wrong offset!"); \ static_assert(offsetof(BP_Biped_Player_C_AttachLightRig, CallFunc_AttachDynamicLightRig_DynamicLightRig) == 0x000008, "Member 'BP_Biped_Player_C_AttachLightRig::CallFunc_AttachDynamicLightRig_DynamicLightRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Biped_Player_C \ static_assert(alignof(ABP_Biped_Player_C) == 0x000010, "Wrong alignment on ABP_Biped_Player_C"); \ static_assert(sizeof(ABP_Biped_Player_C) == 0x004000, "Wrong size on ABP_Biped_Player_C"); \ static_assert(offsetof(ABP_Biped_Player_C, UberGraphFrame) == 0x003F60, "Member 'ABP_Biped_Player_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, OverlapAudio) == 0x003F68, "Member 'ABP_Biped_Player_C::OverlapAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, WaterInteraction) == 0x003F70, "Member 'ABP_Biped_Player_C::WaterInteraction' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, OdcRepulsor) == 0x003F78, "Member 'ABP_Biped_Player_C::OdcRepulsor' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, CameraStack) == 0x003F80, "Member 'ABP_Biped_Player_C::CameraStack' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, PhysicalAnimation) == 0x003F88, "Member 'ABP_Biped_Player_C::PhysicalAnimation' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, PlayerPerceptionPoint) == 0x003F90, "Member 'ABP_Biped_Player_C::PlayerPerceptionPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, DebugWidget) == 0x003F98, "Member 'ABP_Biped_Player_C::DebugWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, InGameMenuReference) == 0x003FA0, "Member 'ABP_Biped_Player_C::InGameMenuReference' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, cloakVis) == 0x003FA8, "Member 'ABP_Biped_Player_C::cloakVis' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, jacketMAT) == 0x003FB0, "Member 'ABP_Biped_Player_C::jacketMAT' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, TestingAsync) == 0x003FB8, "Member 'ABP_Biped_Player_C::TestingAsync' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, DynamicLightRigClass) == 0x003FC0, "Member 'ABP_Biped_Player_C::DynamicLightRigClass' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, DynamicLightRig) == 0x003FC8, "Member 'ABP_Biped_Player_C::DynamicLightRig' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, IsAttacking) == 0x003FD0, "Member 'ABP_Biped_Player_C::IsAttacking' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, ChainAttack) == 0x003FD1, "Member 'ABP_Biped_Player_C::ChainAttack' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, Combo) == 0x003FD4, "Member 'ABP_Biped_Player_C::Combo' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, Combo_AllMontage) == 0x003FD8, "Member 'ABP_Biped_Player_C::Combo_AllMontage' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, LandscapeDebugActive) == 0x003FE0, "Member 'ABP_Biped_Player_C::LandscapeDebugActive' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, LandscapeLogTimer) == 0x003FE8, "Member 'ABP_Biped_Player_C::LandscapeLogTimer' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, Disable_alt_cast) == 0x003FF0, "Member 'ABP_Biped_Player_C::Disable_alt_cast' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, R3Pressed) == 0x003FF1, "Member 'ABP_Biped_Player_C::R3Pressed' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, L2Pressed) == 0x003FF2, "Member 'ABP_Biped_Player_C::L2Pressed' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_Player_C, R1Pressed) == 0x003FF3, "Member 'ABP_Biped_Player_C::R1Pressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_TeleportPlayer \ static_assert(alignof(M_INT_01_CP1_C_TeleportPlayer) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_TeleportPlayer"); \ static_assert(sizeof(M_INT_01_CP1_C_TeleportPlayer) == 0x000028, "Wrong size on M_INT_01_CP1_C_TeleportPlayer"); \ static_assert(offsetof(M_INT_01_CP1_C_TeleportPlayer, To) == 0x000000, "Member 'M_INT_01_CP1_C_TeleportPlayer::To' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_TeleportPlayer, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000008, "Member 'M_INT_01_CP1_C_TeleportPlayer::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_TeleportPlayer, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'M_INT_01_CP1_C_TeleportPlayer::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_TeleportPlayer, CallFunc_K2_TeleportTo_ReturnValue) == 0x000020, "Member 'M_INT_01_CP1_C_TeleportPlayer::CallFunc_K2_TeleportTo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_IsFigNear \ static_assert(alignof(M_INT_01_CP1_C_IsFigNear) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_IsFigNear"); \ static_assert(sizeof(M_INT_01_CP1_C_IsFigNear) == 0x000030, "Wrong size on M_INT_01_CP1_C_IsFigNear"); \ static_assert(offsetof(M_INT_01_CP1_C_IsFigNear, IsFigNear_0) == 0x000000, "Member 'M_INT_01_CP1_C_IsFigNear::IsFigNear_0' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_IsFigNear, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'M_INT_01_CP1_C_IsFigNear::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_IsFigNear, CallFunc_GetBaseCharacter_ReturnValue) == 0x000010, "Member 'M_INT_01_CP1_C_IsFigNear::CallFunc_GetBaseCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_IsFigNear, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000018, "Member 'M_INT_01_CP1_C_IsFigNear::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_IsFigNear, CallFunc_Vector_Distance_ReturnValue) == 0x000024, "Member 'M_INT_01_CP1_C_IsFigNear::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_IsFigNear, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000028, "Member 'M_INT_01_CP1_C_IsFigNear::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_SetRevelioDisabled \ static_assert(alignof(M_INT_01_CP1_C_SetRevelioDisabled) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_SetRevelioDisabled"); \ static_assert(sizeof(M_INT_01_CP1_C_SetRevelioDisabled) == 0x000008, "Wrong size on M_INT_01_CP1_C_SetRevelioDisabled"); \ static_assert(offsetof(M_INT_01_CP1_C_SetRevelioDisabled, CallFunc_GetGameLogicObject_ReturnValue) == 0x000000, "Member 'M_INT_01_CP1_C_SetRevelioDisabled::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_SetProtegoDisabled \ static_assert(alignof(M_INT_01_CP1_C_SetProtegoDisabled) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_SetProtegoDisabled"); \ static_assert(sizeof(M_INT_01_CP1_C_SetProtegoDisabled) == 0x000008, "Wrong size on M_INT_01_CP1_C_SetProtegoDisabled"); \ static_assert(offsetof(M_INT_01_CP1_C_SetProtegoDisabled, CallFunc_GetGameLogicObject_ReturnValue) == 0x000000, "Member 'M_INT_01_CP1_C_SetProtegoDisabled::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_SetAutoTargetEnabled \ static_assert(alignof(M_INT_01_CP1_C_SetAutoTargetEnabled) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_SetAutoTargetEnabled"); \ static_assert(sizeof(M_INT_01_CP1_C_SetAutoTargetEnabled) == 0x000008, "Wrong size on M_INT_01_CP1_C_SetAutoTargetEnabled"); \ static_assert(offsetof(M_INT_01_CP1_C_SetAutoTargetEnabled, CallFunc_GetGameLogicObject_ReturnValue) == 0x000000, "Member 'M_INT_01_CP1_C_SetAutoTargetEnabled::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_SetAutoTargetDisabled \ static_assert(alignof(M_INT_01_CP1_C_SetAutoTargetDisabled) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_SetAutoTargetDisabled"); \ static_assert(sizeof(M_INT_01_CP1_C_SetAutoTargetDisabled) == 0x000008, "Wrong size on M_INT_01_CP1_C_SetAutoTargetDisabled"); \ static_assert(offsetof(M_INT_01_CP1_C_SetAutoTargetDisabled, CallFunc_GetGameLogicObject_ReturnValue) == 0x000000, "Member 'M_INT_01_CP1_C_SetAutoTargetDisabled::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_SetPlayerJumpDodge \ static_assert(alignof(M_INT_01_CP1_C_SetPlayerJumpDodge) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_SetPlayerJumpDodge"); \ static_assert(sizeof(M_INT_01_CP1_C_SetPlayerJumpDodge) == 0x000008, "Wrong size on M_INT_01_CP1_C_SetPlayerJumpDodge"); \ static_assert(offsetof(M_INT_01_CP1_C_SetPlayerJumpDodge, CallFunc_GetGameLogicObject_ReturnValue) == 0x000000, "Member 'M_INT_01_CP1_C_SetPlayerJumpDodge::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_SetPlayerNoJumpNoDodge \ static_assert(alignof(M_INT_01_CP1_C_SetPlayerNoJumpNoDodge) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_SetPlayerNoJumpNoDodge"); \ static_assert(sizeof(M_INT_01_CP1_C_SetPlayerNoJumpNoDodge) == 0x000008, "Wrong size on M_INT_01_CP1_C_SetPlayerNoJumpNoDodge"); \ static_assert(offsetof(M_INT_01_CP1_C_SetPlayerNoJumpNoDodge, CallFunc_GetGameLogicObject_ReturnValue) == 0x000000, "Member 'M_INT_01_CP1_C_SetPlayerNoJumpNoDodge::CallFunc_GetGameLogicObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_SetPlayerSpeedJogNoSprint \ static_assert(alignof(M_INT_01_CP1_C_SetPlayerSpeedJogNoSprint) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_SetPlayerSpeedJogNoSprint"); \ static_assert(sizeof(M_INT_01_CP1_C_SetPlayerSpeedJogNoSprint) == 0x000018, "Wrong size on M_INT_01_CP1_C_SetPlayerSpeedJogNoSprint"); \ static_assert(offsetof(M_INT_01_CP1_C_SetPlayerSpeedJogNoSprint, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000000, "Member 'M_INT_01_CP1_C_SetPlayerSpeedJogNoSprint::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_SetPlayerSpeedJogNoSprint, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'M_INT_01_CP1_C_SetPlayerSpeedJogNoSprint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_SetPlayerSpeedWalkJogMod \ static_assert(alignof(M_INT_01_CP1_C_SetPlayerSpeedWalkJogMod) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_SetPlayerSpeedWalkJogMod"); \ static_assert(sizeof(M_INT_01_CP1_C_SetPlayerSpeedWalkJogMod) == 0x000018, "Wrong size on M_INT_01_CP1_C_SetPlayerSpeedWalkJogMod"); \ static_assert(offsetof(M_INT_01_CP1_C_SetPlayerSpeedWalkJogMod, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000000, "Member 'M_INT_01_CP1_C_SetPlayerSpeedWalkJogMod::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_SetPlayerSpeedWalkJogMod, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'M_INT_01_CP1_C_SetPlayerSpeedWalkJogMod::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_SetPlayerSpeedWalkOnly \ static_assert(alignof(M_INT_01_CP1_C_SetPlayerSpeedWalkOnly) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_SetPlayerSpeedWalkOnly"); \ static_assert(sizeof(M_INT_01_CP1_C_SetPlayerSpeedWalkOnly) == 0x000018, "Wrong size on M_INT_01_CP1_C_SetPlayerSpeedWalkOnly"); \ static_assert(offsetof(M_INT_01_CP1_C_SetPlayerSpeedWalkOnly, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000000, "Member 'M_INT_01_CP1_C_SetPlayerSpeedWalkOnly::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_SetPlayerSpeedWalkOnly, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'M_INT_01_CP1_C_SetPlayerSpeedWalkOnly::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_SetPlayerSpeedDefault \ static_assert(alignof(M_INT_01_CP1_C_SetPlayerSpeedDefault) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_SetPlayerSpeedDefault"); \ static_assert(sizeof(M_INT_01_CP1_C_SetPlayerSpeedDefault) == 0x000018, "Wrong size on M_INT_01_CP1_C_SetPlayerSpeedDefault"); \ static_assert(offsetof(M_INT_01_CP1_C_SetPlayerSpeedDefault, K2Node_DynamicCast_AsAmbulatory_Character_Interface) == 0x000000, "Member 'M_INT_01_CP1_C_SetPlayerSpeedDefault::K2Node_DynamicCast_AsAmbulatory_Character_Interface' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_SetPlayerSpeedDefault, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'M_INT_01_CP1_C_SetPlayerSpeedDefault::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_IsFromFail \ static_assert(alignof(M_INT_01_CP1_C_IsFromFail) == 0x000004, "Wrong alignment on M_INT_01_CP1_C_IsFromFail"); \ static_assert(sizeof(M_INT_01_CP1_C_IsFromFail) == 0x000014, "Wrong size on M_INT_01_CP1_C_IsFromFail"); \ static_assert(offsetof(M_INT_01_CP1_C_IsFromFail, ReturnValue) == 0x000000, "Member 'M_INT_01_CP1_C_IsFromFail::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_IsFromFail, CallFunc_GetStatName_ReturnValue) == 0x000004, "Member 'M_INT_01_CP1_C_IsFromFail::CallFunc_GetStatName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_IsFromFail, CallFunc_ReadStat_ReturnValue) == 0x00000C, "Member 'M_INT_01_CP1_C_IsFromFail::CallFunc_ReadStat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_IsFromFail, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000010, "Member 'M_INT_01_CP1_C_IsFromFail::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_TeleportPlayerAndFig \ static_assert(alignof(M_INT_01_CP1_C_TeleportPlayerAndFig) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_TeleportPlayerAndFig"); \ static_assert(sizeof(M_INT_01_CP1_C_TeleportPlayerAndFig) == 0x000030, "Wrong size on M_INT_01_CP1_C_TeleportPlayerAndFig"); \ static_assert(offsetof(M_INT_01_CP1_C_TeleportPlayerAndFig, To) == 0x000000, "Member 'M_INT_01_CP1_C_TeleportPlayerAndFig::To' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_TeleportPlayerAndFig, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000008, "Member 'M_INT_01_CP1_C_TeleportPlayerAndFig::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_TeleportPlayerAndFig, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000014, "Member 'M_INT_01_CP1_C_TeleportPlayerAndFig::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_TeleportPlayerAndFig, CallFunc_Add_VectorVector_ReturnValue) == 0x000020, "Member 'M_INT_01_CP1_C_TeleportPlayerAndFig::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_TeleportPlayerAndFig, CallFunc_K2_TeleportTo_ReturnValue) == 0x00002C, "Member 'M_INT_01_CP1_C_TeleportPlayerAndFig::CallFunc_K2_TeleportTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_TeleportPlayerAndFig, CallFunc_PerformTask_PlaceAtLocation_ReturnValue) == 0x00002D, "Member 'M_INT_01_CP1_C_TeleportPlayerAndFig::CallFunc_PerformTask_PlaceAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PostCaveArrival \ static_assert(alignof(M_INT_01_CP1_C_PostCaveArrival) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PostCaveArrival"); \ static_assert(sizeof(M_INT_01_CP1_C_PostCaveArrival) == 0x000010, "Wrong size on M_INT_01_CP1_C_PostCaveArrival"); \ static_assert(offsetof(M_INT_01_CP1_C_PostCaveArrival, K2Node_MakeArray_Array) == 0x000000, "Member 'M_INT_01_CP1_C_PostCaveArrival::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_GetFig \ static_assert(alignof(M_INT_01_CP1_C_GetFig) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_GetFig"); \ static_assert(sizeof(M_INT_01_CP1_C_GetFig) == 0x000028, "Wrong size on M_INT_01_CP1_C_GetFig"); \ static_assert(offsetof(M_INT_01_CP1_C_GetFig, ReturnValue) == 0x000000, "Member 'M_INT_01_CP1_C_GetFig::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_GetFig, CallFunc_GetCharacterFromDatabase_ReturnValue) == 0x000008, "Member 'M_INT_01_CP1_C_GetFig::CallFunc_GetCharacterFromDatabase_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_GetFig, CallFunc_Get_ReturnValue) == 0x000018, "Member 'M_INT_01_CP1_C_GetFig::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_GetFig, CallFunc_GetScheduledEntityFromName_ReturnValue) == 0x000020, "Member 'M_INT_01_CP1_C_GetFig::CallFunc_GetScheduledEntityFromName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_Set_HUD_Visibility \ static_assert(alignof(M_INT_01_CP1_C_Set_HUD_Visibility) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_Set_HUD_Visibility"); \ static_assert(sizeof(M_INT_01_CP1_C_Set_HUD_Visibility) == 0x000080, "Wrong size on M_INT_01_CP1_C_Set_HUD_Visibility"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, ElementNames) == 0x000000, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::ElementNames' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, Visible) == 0x000010, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::Visible' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, Temp_byte_Variable) == 0x000011, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, Temp_int_Array_Index_Variable) == 0x000018, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, CallFunc_Array_Get_Item) == 0x000020, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, Temp_byte_Variable_1) == 0x000038, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, Temp_bool_Variable) == 0x000039, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, CallFunc_GetPlayerController_ReturnValue) == 0x000040, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, CallFunc_GetHUD_ReturnValue) == 0x000048, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, K2Node_Select_Default) == 0x000050, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, K2Node_DynamicCast_AsPhoenix_HUD) == 0x000058, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::K2Node_DynamicCast_AsPhoenix_HUD' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, K2Node_DynamicCast_AsBPI_Phoenix_Hud) == 0x000068, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::K2Node_DynamicCast_AsBPI_Phoenix_Hud' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_Set_HUD_Visibility, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'M_INT_01_CP1_C_Set_HUD_Visibility::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_RemoveMiniMap \ static_assert(alignof(M_INT_01_CP1_C_RemoveMiniMap) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_RemoveMiniMap"); \ static_assert(sizeof(M_INT_01_CP1_C_RemoveMiniMap) == 0x000018, "Wrong size on M_INT_01_CP1_C_RemoveMiniMap"); \ static_assert(offsetof(M_INT_01_CP1_C_RemoveMiniMap, CallFunc_Get_ReturnValue) == 0x000000, "Member 'M_INT_01_CP1_C_RemoveMiniMap::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_RemoveMiniMap, CallFunc_GetMapSubSystem_ReturnValue) == 0x000008, "Member 'M_INT_01_CP1_C_RemoveMiniMap::CallFunc_GetMapSubSystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_RemoveMiniMap, CallFunc_GetMiniMapManager_ReturnValue) == 0x000010, "Member 'M_INT_01_CP1_C_RemoveMiniMap::CallFunc_GetMiniMapManager_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_RevealMiniMap \ static_assert(alignof(M_INT_01_CP1_C_RevealMiniMap) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_RevealMiniMap"); \ static_assert(sizeof(M_INT_01_CP1_C_RevealMiniMap) == 0x000018, "Wrong size on M_INT_01_CP1_C_RevealMiniMap"); \ static_assert(offsetof(M_INT_01_CP1_C_RevealMiniMap, CallFunc_Get_ReturnValue) == 0x000000, "Member 'M_INT_01_CP1_C_RevealMiniMap::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_RevealMiniMap, CallFunc_GetMapSubSystem_ReturnValue) == 0x000008, "Member 'M_INT_01_CP1_C_RevealMiniMap::CallFunc_GetMapSubSystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_RevealMiniMap, CallFunc_GetMiniMapManager_ReturnValue) == 0x000010, "Member 'M_INT_01_CP1_C_RevealMiniMap::CallFunc_GetMiniMapManager_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackComplete_2019950E4DDA84FE628A65BC1D7302A5 \ static_assert(alignof(M_INT_01_CP1_C_PlaybackComplete_2019950E4DDA84FE628A65BC1D7302A5) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackComplete_2019950E4DDA84FE628A65BC1D7302A5"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackComplete_2019950E4DDA84FE628A65BC1D7302A5) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackComplete_2019950E4DDA84FE628A65BC1D7302A5"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackComplete_2019950E4DDA84FE628A65BC1D7302A5, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackComplete_2019950E4DDA84FE628A65BC1D7302A5::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackStarted_2019950E4DDA84FE628A65BC1D7302A5 \ static_assert(alignof(M_INT_01_CP1_C_PlaybackStarted_2019950E4DDA84FE628A65BC1D7302A5) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackStarted_2019950E4DDA84FE628A65BC1D7302A5"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackStarted_2019950E4DDA84FE628A65BC1D7302A5) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackStarted_2019950E4DDA84FE628A65BC1D7302A5"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackStarted_2019950E4DDA84FE628A65BC1D7302A5, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackStarted_2019950E4DDA84FE628A65BC1D7302A5::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlayerAssigned_2019950E4DDA84FE628A65BC1D7302A5 \ static_assert(alignof(M_INT_01_CP1_C_PlayerAssigned_2019950E4DDA84FE628A65BC1D7302A5) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlayerAssigned_2019950E4DDA84FE628A65BC1D7302A5"); \ static_assert(sizeof(M_INT_01_CP1_C_PlayerAssigned_2019950E4DDA84FE628A65BC1D7302A5) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlayerAssigned_2019950E4DDA84FE628A65BC1D7302A5"); \ static_assert(offsetof(M_INT_01_CP1_C_PlayerAssigned_2019950E4DDA84FE628A65BC1D7302A5, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlayerAssigned_2019950E4DDA84FE628A65BC1D7302A5::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_Failed_5632D7E443EF659DD4586C85085DB398 \ static_assert(alignof(M_INT_01_CP1_C_Failed_5632D7E443EF659DD4586C85085DB398) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_Failed_5632D7E443EF659DD4586C85085DB398"); \ static_assert(sizeof(M_INT_01_CP1_C_Failed_5632D7E443EF659DD4586C85085DB398) == 0x000008, "Wrong size on M_INT_01_CP1_C_Failed_5632D7E443EF659DD4586C85085DB398"); \ static_assert(offsetof(M_INT_01_CP1_C_Failed_5632D7E443EF659DD4586C85085DB398, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_Failed_5632D7E443EF659DD4586C85085DB398::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_Initialized_5632D7E443EF659DD4586C85085DB398 \ static_assert(alignof(M_INT_01_CP1_C_Initialized_5632D7E443EF659DD4586C85085DB398) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_Initialized_5632D7E443EF659DD4586C85085DB398"); \ static_assert(sizeof(M_INT_01_CP1_C_Initialized_5632D7E443EF659DD4586C85085DB398) == 0x000008, "Wrong size on M_INT_01_CP1_C_Initialized_5632D7E443EF659DD4586C85085DB398"); \ static_assert(offsetof(M_INT_01_CP1_C_Initialized_5632D7E443EF659DD4586C85085DB398, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_Initialized_5632D7E443EF659DD4586C85085DB398::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackComplete_8E02A8704BAF7562DE6411A650FDDB35 \ static_assert(alignof(M_INT_01_CP1_C_PlaybackComplete_8E02A8704BAF7562DE6411A650FDDB35) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackComplete_8E02A8704BAF7562DE6411A650FDDB35"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackComplete_8E02A8704BAF7562DE6411A650FDDB35) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackComplete_8E02A8704BAF7562DE6411A650FDDB35"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackComplete_8E02A8704BAF7562DE6411A650FDDB35, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackComplete_8E02A8704BAF7562DE6411A650FDDB35::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackStarted_8E02A8704BAF7562DE6411A650FDDB35 \ static_assert(alignof(M_INT_01_CP1_C_PlaybackStarted_8E02A8704BAF7562DE6411A650FDDB35) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackStarted_8E02A8704BAF7562DE6411A650FDDB35"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackStarted_8E02A8704BAF7562DE6411A650FDDB35) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackStarted_8E02A8704BAF7562DE6411A650FDDB35"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackStarted_8E02A8704BAF7562DE6411A650FDDB35, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackStarted_8E02A8704BAF7562DE6411A650FDDB35::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlayerAssigned_8E02A8704BAF7562DE6411A650FDDB35 \ static_assert(alignof(M_INT_01_CP1_C_PlayerAssigned_8E02A8704BAF7562DE6411A650FDDB35) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlayerAssigned_8E02A8704BAF7562DE6411A650FDDB35"); \ static_assert(sizeof(M_INT_01_CP1_C_PlayerAssigned_8E02A8704BAF7562DE6411A650FDDB35) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlayerAssigned_8E02A8704BAF7562DE6411A650FDDB35"); \ static_assert(offsetof(M_INT_01_CP1_C_PlayerAssigned_8E02A8704BAF7562DE6411A650FDDB35, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlayerAssigned_8E02A8704BAF7562DE6411A650FDDB35::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackComplete_F425F636468591C9A50E1BB2480D0BC6 \ static_assert(alignof(M_INT_01_CP1_C_PlaybackComplete_F425F636468591C9A50E1BB2480D0BC6) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackComplete_F425F636468591C9A50E1BB2480D0BC6"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackComplete_F425F636468591C9A50E1BB2480D0BC6) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackComplete_F425F636468591C9A50E1BB2480D0BC6"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackComplete_F425F636468591C9A50E1BB2480D0BC6, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackComplete_F425F636468591C9A50E1BB2480D0BC6::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackStarted_F425F636468591C9A50E1BB2480D0BC6 \ static_assert(alignof(M_INT_01_CP1_C_PlaybackStarted_F425F636468591C9A50E1BB2480D0BC6) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackStarted_F425F636468591C9A50E1BB2480D0BC6"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackStarted_F425F636468591C9A50E1BB2480D0BC6) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackStarted_F425F636468591C9A50E1BB2480D0BC6"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackStarted_F425F636468591C9A50E1BB2480D0BC6, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackStarted_F425F636468591C9A50E1BB2480D0BC6::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlayerAssigned_F425F636468591C9A50E1BB2480D0BC6 \ static_assert(alignof(M_INT_01_CP1_C_PlayerAssigned_F425F636468591C9A50E1BB2480D0BC6) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlayerAssigned_F425F636468591C9A50E1BB2480D0BC6"); \ static_assert(sizeof(M_INT_01_CP1_C_PlayerAssigned_F425F636468591C9A50E1BB2480D0BC6) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlayerAssigned_F425F636468591C9A50E1BB2480D0BC6"); \ static_assert(offsetof(M_INT_01_CP1_C_PlayerAssigned_F425F636468591C9A50E1BB2480D0BC6, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlayerAssigned_F425F636468591C9A50E1BB2480D0BC6::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackComplete_6834A02F42932F18E793E5A1AD9F3E15 \ static_assert(alignof(M_INT_01_CP1_C_PlaybackComplete_6834A02F42932F18E793E5A1AD9F3E15) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackComplete_6834A02F42932F18E793E5A1AD9F3E15"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackComplete_6834A02F42932F18E793E5A1AD9F3E15) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackComplete_6834A02F42932F18E793E5A1AD9F3E15"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackComplete_6834A02F42932F18E793E5A1AD9F3E15, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackComplete_6834A02F42932F18E793E5A1AD9F3E15::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackStarted_6834A02F42932F18E793E5A1AD9F3E15 \ static_assert(alignof(M_INT_01_CP1_C_PlaybackStarted_6834A02F42932F18E793E5A1AD9F3E15) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackStarted_6834A02F42932F18E793E5A1AD9F3E15"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackStarted_6834A02F42932F18E793E5A1AD9F3E15) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackStarted_6834A02F42932F18E793E5A1AD9F3E15"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackStarted_6834A02F42932F18E793E5A1AD9F3E15, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackStarted_6834A02F42932F18E793E5A1AD9F3E15::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlayerAssigned_6834A02F42932F18E793E5A1AD9F3E15 \ static_assert(alignof(M_INT_01_CP1_C_PlayerAssigned_6834A02F42932F18E793E5A1AD9F3E15) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlayerAssigned_6834A02F42932F18E793E5A1AD9F3E15"); \ static_assert(sizeof(M_INT_01_CP1_C_PlayerAssigned_6834A02F42932F18E793E5A1AD9F3E15) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlayerAssigned_6834A02F42932F18E793E5A1AD9F3E15"); \ static_assert(offsetof(M_INT_01_CP1_C_PlayerAssigned_6834A02F42932F18E793E5A1AD9F3E15, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlayerAssigned_6834A02F42932F18E793E5A1AD9F3E15::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackComplete_E78B076A400D5A5DA1CC9FA44A4C0438 \ static_assert(alignof(M_INT_01_CP1_C_PlaybackComplete_E78B076A400D5A5DA1CC9FA44A4C0438) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackComplete_E78B076A400D5A5DA1CC9FA44A4C0438"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackComplete_E78B076A400D5A5DA1CC9FA44A4C0438) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackComplete_E78B076A400D5A5DA1CC9FA44A4C0438"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackComplete_E78B076A400D5A5DA1CC9FA44A4C0438, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackComplete_E78B076A400D5A5DA1CC9FA44A4C0438::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackStarted_E78B076A400D5A5DA1CC9FA44A4C0438 \ static_assert(alignof(M_INT_01_CP1_C_PlaybackStarted_E78B076A400D5A5DA1CC9FA44A4C0438) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackStarted_E78B076A400D5A5DA1CC9FA44A4C0438"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackStarted_E78B076A400D5A5DA1CC9FA44A4C0438) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackStarted_E78B076A400D5A5DA1CC9FA44A4C0438"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackStarted_E78B076A400D5A5DA1CC9FA44A4C0438, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackStarted_E78B076A400D5A5DA1CC9FA44A4C0438::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlayerAssigned_E78B076A400D5A5DA1CC9FA44A4C0438 \ static_assert(alignof(M_INT_01_CP1_C_PlayerAssigned_E78B076A400D5A5DA1CC9FA44A4C0438) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlayerAssigned_E78B076A400D5A5DA1CC9FA44A4C0438"); \ static_assert(sizeof(M_INT_01_CP1_C_PlayerAssigned_E78B076A400D5A5DA1CC9FA44A4C0438) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlayerAssigned_E78B076A400D5A5DA1CC9FA44A4C0438"); \ static_assert(offsetof(M_INT_01_CP1_C_PlayerAssigned_E78B076A400D5A5DA1CC9FA44A4C0438, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlayerAssigned_E78B076A400D5A5DA1CC9FA44A4C0438::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_InpActEvt_AM_Health_K2Node_InputActionEvent_0 \ static_assert(alignof(M_INT_01_CP1_C_InpActEvt_AM_Health_K2Node_InputActionEvent_0) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_InpActEvt_AM_Health_K2Node_InputActionEvent_0"); \ static_assert(sizeof(M_INT_01_CP1_C_InpActEvt_AM_Health_K2Node_InputActionEvent_0) == 0x000018, "Wrong size on M_INT_01_CP1_C_InpActEvt_AM_Health_K2Node_InputActionEvent_0"); \ static_assert(offsetof(M_INT_01_CP1_C_InpActEvt_AM_Health_K2Node_InputActionEvent_0, Key) == 0x000000, "Member 'M_INT_01_CP1_C_InpActEvt_AM_Health_K2Node_InputActionEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_Failed_03CE93F349BCF0A453D17F873CDA358E \ static_assert(alignof(M_INT_01_CP1_C_Failed_03CE93F349BCF0A453D17F873CDA358E) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_Failed_03CE93F349BCF0A453D17F873CDA358E"); \ static_assert(sizeof(M_INT_01_CP1_C_Failed_03CE93F349BCF0A453D17F873CDA358E) == 0x000008, "Wrong size on M_INT_01_CP1_C_Failed_03CE93F349BCF0A453D17F873CDA358E"); \ static_assert(offsetof(M_INT_01_CP1_C_Failed_03CE93F349BCF0A453D17F873CDA358E, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_Failed_03CE93F349BCF0A453D17F873CDA358E::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_Initialized_03CE93F349BCF0A453D17F873CDA358E \ static_assert(alignof(M_INT_01_CP1_C_Initialized_03CE93F349BCF0A453D17F873CDA358E) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_Initialized_03CE93F349BCF0A453D17F873CDA358E"); \ static_assert(sizeof(M_INT_01_CP1_C_Initialized_03CE93F349BCF0A453D17F873CDA358E) == 0x000008, "Wrong size on M_INT_01_CP1_C_Initialized_03CE93F349BCF0A453D17F873CDA358E"); \ static_assert(offsetof(M_INT_01_CP1_C_Initialized_03CE93F349BCF0A453D17F873CDA358E, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_Initialized_03CE93F349BCF0A453D17F873CDA358E::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackComplete_1FFFB74B4AEC596E03BBB08FAD05A37C \ static_assert(alignof(M_INT_01_CP1_C_PlaybackComplete_1FFFB74B4AEC596E03BBB08FAD05A37C) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackComplete_1FFFB74B4AEC596E03BBB08FAD05A37C"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackComplete_1FFFB74B4AEC596E03BBB08FAD05A37C) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackComplete_1FFFB74B4AEC596E03BBB08FAD05A37C"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackComplete_1FFFB74B4AEC596E03BBB08FAD05A37C, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackComplete_1FFFB74B4AEC596E03BBB08FAD05A37C::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackStarted_1FFFB74B4AEC596E03BBB08FAD05A37C \ static_assert(alignof(M_INT_01_CP1_C_PlaybackStarted_1FFFB74B4AEC596E03BBB08FAD05A37C) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackStarted_1FFFB74B4AEC596E03BBB08FAD05A37C"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackStarted_1FFFB74B4AEC596E03BBB08FAD05A37C) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackStarted_1FFFB74B4AEC596E03BBB08FAD05A37C"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackStarted_1FFFB74B4AEC596E03BBB08FAD05A37C, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackStarted_1FFFB74B4AEC596E03BBB08FAD05A37C::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlayerAssigned_1FFFB74B4AEC596E03BBB08FAD05A37C \ static_assert(alignof(M_INT_01_CP1_C_PlayerAssigned_1FFFB74B4AEC596E03BBB08FAD05A37C) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlayerAssigned_1FFFB74B4AEC596E03BBB08FAD05A37C"); \ static_assert(sizeof(M_INT_01_CP1_C_PlayerAssigned_1FFFB74B4AEC596E03BBB08FAD05A37C) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlayerAssigned_1FFFB74B4AEC596E03BBB08FAD05A37C"); \ static_assert(offsetof(M_INT_01_CP1_C_PlayerAssigned_1FFFB74B4AEC596E03BBB08FAD05A37C, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlayerAssigned_1FFFB74B4AEC596E03BBB08FAD05A37C::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackComplete_00D83CED48B47003CA1EF389B98EF45A \ static_assert(alignof(M_INT_01_CP1_C_PlaybackComplete_00D83CED48B47003CA1EF389B98EF45A) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackComplete_00D83CED48B47003CA1EF389B98EF45A"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackComplete_00D83CED48B47003CA1EF389B98EF45A) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackComplete_00D83CED48B47003CA1EF389B98EF45A"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackComplete_00D83CED48B47003CA1EF389B98EF45A, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackComplete_00D83CED48B47003CA1EF389B98EF45A::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackStarted_00D83CED48B47003CA1EF389B98EF45A \ static_assert(alignof(M_INT_01_CP1_C_PlaybackStarted_00D83CED48B47003CA1EF389B98EF45A) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackStarted_00D83CED48B47003CA1EF389B98EF45A"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackStarted_00D83CED48B47003CA1EF389B98EF45A) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackStarted_00D83CED48B47003CA1EF389B98EF45A"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackStarted_00D83CED48B47003CA1EF389B98EF45A, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackStarted_00D83CED48B47003CA1EF389B98EF45A::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlayerAssigned_00D83CED48B47003CA1EF389B98EF45A \ static_assert(alignof(M_INT_01_CP1_C_PlayerAssigned_00D83CED48B47003CA1EF389B98EF45A) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlayerAssigned_00D83CED48B47003CA1EF389B98EF45A"); \ static_assert(sizeof(M_INT_01_CP1_C_PlayerAssigned_00D83CED48B47003CA1EF389B98EF45A) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlayerAssigned_00D83CED48B47003CA1EF389B98EF45A"); \ static_assert(offsetof(M_INT_01_CP1_C_PlayerAssigned_00D83CED48B47003CA1EF389B98EF45A, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlayerAssigned_00D83CED48B47003CA1EF389B98EF45A::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackComplete_AF25D47C4CDF40E5E5F3BA94E9F4B837 \ static_assert(alignof(M_INT_01_CP1_C_PlaybackComplete_AF25D47C4CDF40E5E5F3BA94E9F4B837) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackComplete_AF25D47C4CDF40E5E5F3BA94E9F4B837"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackComplete_AF25D47C4CDF40E5E5F3BA94E9F4B837) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackComplete_AF25D47C4CDF40E5E5F3BA94E9F4B837"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackComplete_AF25D47C4CDF40E5E5F3BA94E9F4B837, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackComplete_AF25D47C4CDF40E5E5F3BA94E9F4B837::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackStarted_AF25D47C4CDF40E5E5F3BA94E9F4B837 \ static_assert(alignof(M_INT_01_CP1_C_PlaybackStarted_AF25D47C4CDF40E5E5F3BA94E9F4B837) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackStarted_AF25D47C4CDF40E5E5F3BA94E9F4B837"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackStarted_AF25D47C4CDF40E5E5F3BA94E9F4B837) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackStarted_AF25D47C4CDF40E5E5F3BA94E9F4B837"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackStarted_AF25D47C4CDF40E5E5F3BA94E9F4B837, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackStarted_AF25D47C4CDF40E5E5F3BA94E9F4B837::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlayerAssigned_AF25D47C4CDF40E5E5F3BA94E9F4B837 \ static_assert(alignof(M_INT_01_CP1_C_PlayerAssigned_AF25D47C4CDF40E5E5F3BA94E9F4B837) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlayerAssigned_AF25D47C4CDF40E5E5F3BA94E9F4B837"); \ static_assert(sizeof(M_INT_01_CP1_C_PlayerAssigned_AF25D47C4CDF40E5E5F3BA94E9F4B837) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlayerAssigned_AF25D47C4CDF40E5E5F3BA94E9F4B837"); \ static_assert(offsetof(M_INT_01_CP1_C_PlayerAssigned_AF25D47C4CDF40E5E5F3BA94E9F4B837, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlayerAssigned_AF25D47C4CDF40E5E5F3BA94E9F4B837::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackComplete_8BA9EF574FF1AFB3D227B58FB79A088D \ static_assert(alignof(M_INT_01_CP1_C_PlaybackComplete_8BA9EF574FF1AFB3D227B58FB79A088D) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackComplete_8BA9EF574FF1AFB3D227B58FB79A088D"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackComplete_8BA9EF574FF1AFB3D227B58FB79A088D) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackComplete_8BA9EF574FF1AFB3D227B58FB79A088D"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackComplete_8BA9EF574FF1AFB3D227B58FB79A088D, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackComplete_8BA9EF574FF1AFB3D227B58FB79A088D::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackStarted_8BA9EF574FF1AFB3D227B58FB79A088D \ static_assert(alignof(M_INT_01_CP1_C_PlaybackStarted_8BA9EF574FF1AFB3D227B58FB79A088D) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackStarted_8BA9EF574FF1AFB3D227B58FB79A088D"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackStarted_8BA9EF574FF1AFB3D227B58FB79A088D) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackStarted_8BA9EF574FF1AFB3D227B58FB79A088D"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackStarted_8BA9EF574FF1AFB3D227B58FB79A088D, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackStarted_8BA9EF574FF1AFB3D227B58FB79A088D::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlayerAssigned_8BA9EF574FF1AFB3D227B58FB79A088D \ static_assert(alignof(M_INT_01_CP1_C_PlayerAssigned_8BA9EF574FF1AFB3D227B58FB79A088D) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlayerAssigned_8BA9EF574FF1AFB3D227B58FB79A088D"); \ static_assert(sizeof(M_INT_01_CP1_C_PlayerAssigned_8BA9EF574FF1AFB3D227B58FB79A088D) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlayerAssigned_8BA9EF574FF1AFB3D227B58FB79A088D"); \ static_assert(offsetof(M_INT_01_CP1_C_PlayerAssigned_8BA9EF574FF1AFB3D227B58FB79A088D, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlayerAssigned_8BA9EF574FF1AFB3D227B58FB79A088D::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackComplete_474EEDF645F097FDF5D9A6A58862FD60 \ static_assert(alignof(M_INT_01_CP1_C_PlaybackComplete_474EEDF645F097FDF5D9A6A58862FD60) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackComplete_474EEDF645F097FDF5D9A6A58862FD60"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackComplete_474EEDF645F097FDF5D9A6A58862FD60) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackComplete_474EEDF645F097FDF5D9A6A58862FD60"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackComplete_474EEDF645F097FDF5D9A6A58862FD60, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackComplete_474EEDF645F097FDF5D9A6A58862FD60::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackStarted_474EEDF645F097FDF5D9A6A58862FD60 \ static_assert(alignof(M_INT_01_CP1_C_PlaybackStarted_474EEDF645F097FDF5D9A6A58862FD60) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackStarted_474EEDF645F097FDF5D9A6A58862FD60"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackStarted_474EEDF645F097FDF5D9A6A58862FD60) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackStarted_474EEDF645F097FDF5D9A6A58862FD60"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackStarted_474EEDF645F097FDF5D9A6A58862FD60, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackStarted_474EEDF645F097FDF5D9A6A58862FD60::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlayerAssigned_474EEDF645F097FDF5D9A6A58862FD60 \ static_assert(alignof(M_INT_01_CP1_C_PlayerAssigned_474EEDF645F097FDF5D9A6A58862FD60) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlayerAssigned_474EEDF645F097FDF5D9A6A58862FD60"); \ static_assert(sizeof(M_INT_01_CP1_C_PlayerAssigned_474EEDF645F097FDF5D9A6A58862FD60) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlayerAssigned_474EEDF645F097FDF5D9A6A58862FD60"); \ static_assert(offsetof(M_INT_01_CP1_C_PlayerAssigned_474EEDF645F097FDF5D9A6A58862FD60, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlayerAssigned_474EEDF645F097FDF5D9A6A58862FD60::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackComplete_BB1F8D3C48C424632F991ABA00848E21 \ static_assert(alignof(M_INT_01_CP1_C_PlaybackComplete_BB1F8D3C48C424632F991ABA00848E21) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackComplete_BB1F8D3C48C424632F991ABA00848E21"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackComplete_BB1F8D3C48C424632F991ABA00848E21) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackComplete_BB1F8D3C48C424632F991ABA00848E21"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackComplete_BB1F8D3C48C424632F991ABA00848E21, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackComplete_BB1F8D3C48C424632F991ABA00848E21::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlaybackStarted_BB1F8D3C48C424632F991ABA00848E21 \ static_assert(alignof(M_INT_01_CP1_C_PlaybackStarted_BB1F8D3C48C424632F991ABA00848E21) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlaybackStarted_BB1F8D3C48C424632F991ABA00848E21"); \ static_assert(sizeof(M_INT_01_CP1_C_PlaybackStarted_BB1F8D3C48C424632F991ABA00848E21) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlaybackStarted_BB1F8D3C48C424632F991ABA00848E21"); \ static_assert(offsetof(M_INT_01_CP1_C_PlaybackStarted_BB1F8D3C48C424632F991ABA00848E21, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlaybackStarted_BB1F8D3C48C424632F991ABA00848E21::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlayerAssigned_BB1F8D3C48C424632F991ABA00848E21 \ static_assert(alignof(M_INT_01_CP1_C_PlayerAssigned_BB1F8D3C48C424632F991ABA00848E21) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlayerAssigned_BB1F8D3C48C424632F991ABA00848E21"); \ static_assert(sizeof(M_INT_01_CP1_C_PlayerAssigned_BB1F8D3C48C424632F991ABA00848E21) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlayerAssigned_BB1F8D3C48C424632F991ABA00848E21"); \ static_assert(offsetof(M_INT_01_CP1_C_PlayerAssigned_BB1F8D3C48C424632F991ABA00848E21, SceneRigPlayer) == 0x000000, "Member 'M_INT_01_CP1_C_PlayerAssigned_BB1F8D3C48C424632F991ABA00848E21::SceneRigPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_BndEvt__M_INT_01_TriggerFig_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(M_INT_01_CP1_C_BndEvt__M_INT_01_TriggerFig_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_BndEvt__M_INT_01_TriggerFig_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(M_INT_01_CP1_C_BndEvt__M_INT_01_TriggerFig_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on M_INT_01_CP1_C_BndEvt__M_INT_01_TriggerFig_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_TriggerFig_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_TriggerFig_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_TriggerFig_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_TriggerFig_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_BndEvt__M_INT_01_Trigger_WallApproach_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(M_INT_01_CP1_C_BndEvt__M_INT_01_Trigger_WallApproach_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_BndEvt__M_INT_01_Trigger_WallApproach_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(M_INT_01_CP1_C_BndEvt__M_INT_01_Trigger_WallApproach_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on M_INT_01_CP1_C_BndEvt__M_INT_01_Trigger_WallApproach_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_Trigger_WallApproach_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_Trigger_WallApproach_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_Trigger_WallApproach_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_Trigger_WallApproach_K2Node_ActorBoundEvent_1_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_BeginReflectorOverlap \ static_assert(alignof(M_INT_01_CP1_C_BeginReflectorOverlap) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_BeginReflectorOverlap"); \ static_assert(sizeof(M_INT_01_CP1_C_BeginReflectorOverlap) == 0x000010, "Wrong size on M_INT_01_CP1_C_BeginReflectorOverlap"); \ static_assert(offsetof(M_INT_01_CP1_C_BeginReflectorOverlap, OverlappedActor) == 0x000000, "Member 'M_INT_01_CP1_C_BeginReflectorOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_BeginReflectorOverlap, OtherActor) == 0x000008, "Member 'M_INT_01_CP1_C_BeginReflectorOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_EndReflectorOverlap \ static_assert(alignof(M_INT_01_CP1_C_EndReflectorOverlap) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_EndReflectorOverlap"); \ static_assert(sizeof(M_INT_01_CP1_C_EndReflectorOverlap) == 0x000010, "Wrong size on M_INT_01_CP1_C_EndReflectorOverlap"); \ static_assert(offsetof(M_INT_01_CP1_C_EndReflectorOverlap, OverlappedActor) == 0x000000, "Member 'M_INT_01_CP1_C_EndReflectorOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_EndReflectorOverlap, OtherActor) == 0x000008, "Member 'M_INT_01_CP1_C_EndReflectorOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_ReceiveEndPlay \ static_assert(alignof(M_INT_01_CP1_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on M_INT_01_CP1_C_ReceiveEndPlay"); \ static_assert(sizeof(M_INT_01_CP1_C_ReceiveEndPlay) == 0x000001, "Wrong size on M_INT_01_CP1_C_ReceiveEndPlay"); \ static_assert(offsetof(M_INT_01_CP1_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'M_INT_01_CP1_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_TheVista_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_TheVista_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_TheVista_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_TheVista_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_TheVista_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_TheVista_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_TheVista_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_TheVista_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_TheVista_K2Node_ActorBoundEvent_3_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlayPortkeyLanding \ static_assert(alignof(M_INT_01_CP1_C_PlayPortkeyLanding) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlayPortkeyLanding"); \ static_assert(sizeof(M_INT_01_CP1_C_PlayPortkeyLanding) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlayPortkeyLanding"); \ static_assert(offsetof(M_INT_01_CP1_C_PlayPortkeyLanding, Caller) == 0x000000, "Member 'M_INT_01_CP1_C_PlayPortkeyLanding::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_FigSearchRuins_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_FigSearchRuins_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_FigSearchRuins_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_FigSearchRuins_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_FigSearchRuins_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_FigSearchRuins_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_FigSearchRuins_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_FigSearchRuins_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_FigSearchRuins_K2Node_ActorBoundEvent_2_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlayVistaShot \ static_assert(alignof(M_INT_01_CP1_C_PlayVistaShot) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlayVistaShot"); \ static_assert(sizeof(M_INT_01_CP1_C_PlayVistaShot) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlayVistaShot"); \ static_assert(offsetof(M_INT_01_CP1_C_PlayVistaShot, Caller) == 0x000000, "Member 'M_INT_01_CP1_C_PlayVistaShot::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlayGringottsPortal \ static_assert(alignof(M_INT_01_CP1_C_PlayGringottsPortal) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlayGringottsPortal"); \ static_assert(sizeof(M_INT_01_CP1_C_PlayGringottsPortal) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlayGringottsPortal"); \ static_assert(offsetof(M_INT_01_CP1_C_PlayGringottsPortal, Caller) == 0x000000, "Member 'M_INT_01_CP1_C_PlayGringottsPortal::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlayBridgeReparo \ static_assert(alignof(M_INT_01_CP1_C_PlayBridgeReparo) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlayBridgeReparo"); \ static_assert(sizeof(M_INT_01_CP1_C_PlayBridgeReparo) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlayBridgeReparo"); \ static_assert(offsetof(M_INT_01_CP1_C_PlayBridgeReparo, Caller) == 0x000000, "Member 'M_INT_01_CP1_C_PlayBridgeReparo::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlayIceWallBarricade \ static_assert(alignof(M_INT_01_CP1_C_PlayIceWallBarricade) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlayIceWallBarricade"); \ static_assert(sizeof(M_INT_01_CP1_C_PlayIceWallBarricade) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlayIceWallBarricade"); \ static_assert(offsetof(M_INT_01_CP1_C_PlayIceWallBarricade, Caller) == 0x000000, "Member 'M_INT_01_CP1_C_PlayIceWallBarricade::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_VO_RuinAhead_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_VO_RuinAhead_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_VO_RuinAhead_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_VO_RuinAhead_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_VO_RuinAhead_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_VO_RuinAhead_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_VO_RuinAhead_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_VO_RuinAhead_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_VO_RuinAhead_K2Node_ActorBoundEvent_9_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_MiriamChat_04_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_MiriamChat_04_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_MiriamChat_04_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_MiriamChat_04_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_MiriamChat_04_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_MiriamChat_04_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_MiriamChat_04_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_MiriamChat_04_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_MiriamChat_04_K2Node_ActorBoundEvent_10_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_BarricadeWaitComplete \ static_assert(alignof(M_INT_01_CP1_C_BarricadeWaitComplete) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_BarricadeWaitComplete"); \ static_assert(sizeof(M_INT_01_CP1_C_BarricadeWaitComplete) == 0x000008, "Wrong size on M_INT_01_CP1_C_BarricadeWaitComplete"); \ static_assert(offsetof(M_INT_01_CP1_C_BarricadeWaitComplete, InPerformTasksForAI) == 0x000000, "Member 'M_INT_01_CP1_C_BarricadeWaitComplete::InPerformTasksForAI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_Trigger_Player_K2Node_ActorBoundEvent_11_ActorEndOverlapSignature__DelegateSignature \ static_assert(alignof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_Trigger_Player_K2Node_ActorBoundEvent_11_ActorEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_Trigger_Player_K2Node_ActorBoundEvent_11_ActorEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_Trigger_Player_K2Node_ActorBoundEvent_11_ActorEndOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_Trigger_Player_K2Node_ActorBoundEvent_11_ActorEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_Trigger_Player_K2Node_ActorBoundEvent_11_ActorEndOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_Trigger_Player_K2Node_ActorBoundEvent_11_ActorEndOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_Trigger_Player_K2Node_ActorBoundEvent_11_ActorEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_Trigger_Player_K2Node_ActorBoundEvent_11_ActorEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_ShowGringottsTransitionInteract \ static_assert(alignof(M_INT_01_CP1_C_ShowGringottsTransitionInteract) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_ShowGringottsTransitionInteract"); \ static_assert(sizeof(M_INT_01_CP1_C_ShowGringottsTransitionInteract) == 0x000008, "Wrong size on M_INT_01_CP1_C_ShowGringottsTransitionInteract"); \ static_assert(offsetof(M_INT_01_CP1_C_ShowGringottsTransitionInteract, Caller) == 0x000000, "Member 'M_INT_01_CP1_C_ShowGringottsTransitionInteract::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_GringottsTransitionComplete \ static_assert(alignof(M_INT_01_CP1_C_GringottsTransitionComplete) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_GringottsTransitionComplete"); \ static_assert(sizeof(M_INT_01_CP1_C_GringottsTransitionComplete) == 0x000008, "Wrong size on M_INT_01_CP1_C_GringottsTransitionComplete"); \ static_assert(offsetof(M_INT_01_CP1_C_GringottsTransitionComplete, Caller) == 0x000000, "Member 'M_INT_01_CP1_C_GringottsTransitionComplete::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_PlayRuinsToGringotts \ static_assert(alignof(M_INT_01_CP1_C_PlayRuinsToGringotts) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_PlayRuinsToGringotts"); \ static_assert(sizeof(M_INT_01_CP1_C_PlayRuinsToGringotts) == 0x000008, "Wrong size on M_INT_01_CP1_C_PlayRuinsToGringotts"); \ static_assert(offsetof(M_INT_01_CP1_C_PlayRuinsToGringotts, InPerformTasksForAI) == 0x000000, "Member 'M_INT_01_CP1_C_PlayRuinsToGringotts::InPerformTasksForAI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_Fig_Follow_04_Start \ static_assert(alignof(M_INT_01_CP1_C_Fig_Follow_04_Start) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_Fig_Follow_04_Start"); \ static_assert(sizeof(M_INT_01_CP1_C_Fig_Follow_04_Start) == 0x000008, "Wrong size on M_INT_01_CP1_C_Fig_Follow_04_Start"); \ static_assert(offsetof(M_INT_01_CP1_C_Fig_Follow_04_Start, InPerformTasksForAI) == 0x000000, "Member 'M_INT_01_CP1_C_Fig_Follow_04_Start::InPerformTasksForAI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_Fig_Follow_04_End \ static_assert(alignof(M_INT_01_CP1_C_Fig_Follow_04_End) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_Fig_Follow_04_End"); \ static_assert(sizeof(M_INT_01_CP1_C_Fig_Follow_04_End) == 0x000008, "Wrong size on M_INT_01_CP1_C_Fig_Follow_04_End"); \ static_assert(offsetof(M_INT_01_CP1_C_Fig_Follow_04_End, InPerformTasksForAI) == 0x000000, "Member 'M_INT_01_CP1_C_Fig_Follow_04_End::InPerformTasksForAI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_12_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_12_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_12_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_12_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_12_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_12_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_12_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_12_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_12_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_13_ActorEndOverlapSignature__DelegateSignature \ static_assert(alignof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_13_ActorEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_13_ActorEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_13_ActorEndOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_13_ActorEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_13_ActorEndOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_13_ActorEndOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_13_ActorEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_Reparo_SetPlayerSpeed_K2Node_ActorBoundEvent_13_ActorEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetTutorial_K2Node_ActorBoundEvent_14_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetTutorial_K2Node_ActorBoundEvent_14_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetTutorial_K2Node_ActorBoundEvent_14_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetTutorial_K2Node_ActorBoundEvent_14_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetTutorial_K2Node_ActorBoundEvent_14_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetTutorial_K2Node_ActorBoundEvent_14_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetTutorial_K2Node_ActorBoundEvent_14_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetTutorial_K2Node_ActorBoundEvent_14_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetTutorial_K2Node_ActorBoundEvent_14_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_17_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_18_ActorEndOverlapSignature__DelegateSignature \ static_assert(alignof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_18_ActorEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_18_ActorEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_18_ActorEndOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_18_ActorEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_18_ActorEndOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_18_ActorEndOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_18_ActorEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_WindyPathMotion_K2Node_ActorBoundEvent_18_ActorEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetRuin_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature \ static_assert(alignof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetRuin_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetRuin_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetRuin_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature) == 0x000010, "Wrong size on M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetRuin_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetRuin_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature, OverlappedActor) == 0x000000, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetRuin_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetRuin_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'M_INT_01_CP1_C_BndEvt__M_INT_01_CP1_TriggerVolume_AutoTargetRuin_K2Node_ActorBoundEvent_0_ActorBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_AdjustPlayerMobility \ static_assert(alignof(M_INT_01_CP1_C_AdjustPlayerMobility) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_AdjustPlayerMobility"); \ static_assert(sizeof(M_INT_01_CP1_C_AdjustPlayerMobility) == 0x000008, "Wrong size on M_INT_01_CP1_C_AdjustPlayerMobility"); \ static_assert(offsetof(M_INT_01_CP1_C_AdjustPlayerMobility, InPerformTasksForAI) == 0x000000, "Member 'M_INT_01_CP1_C_AdjustPlayerMobility::InPerformTasksForAI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_Close_Gate \ static_assert(alignof(M_INT_01_CP1_C_Close_Gate) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_Close_Gate"); \ static_assert(sizeof(M_INT_01_CP1_C_Close_Gate) == 0x000008, "Wrong size on M_INT_01_CP1_C_Close_Gate"); \ static_assert(offsetof(M_INT_01_CP1_C_Close_Gate, Caller) == 0x000000, "Member 'M_INT_01_CP1_C_Close_Gate::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_AutoTargetSettingsChanged \ static_assert(alignof(M_INT_01_CP1_C_AutoTargetSettingsChanged) == 0x000001, "Wrong alignment on M_INT_01_CP1_C_AutoTargetSettingsChanged"); \ static_assert(sizeof(M_INT_01_CP1_C_AutoTargetSettingsChanged) == 0x000001, "Wrong size on M_INT_01_CP1_C_AutoTargetSettingsChanged"); \ static_assert(offsetof(M_INT_01_CP1_C_AutoTargetSettingsChanged, NewSetting) == 0x000000, "Member 'M_INT_01_CP1_C_AutoTargetSettingsChanged::NewSetting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1 \ static_assert(alignof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1) == 0x000008, "Wrong alignment on M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1"); \ static_assert(sizeof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1) == 0x000B78, "Wrong size on M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, EntryPoint) == 0x000000, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_15) == 0x000008, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_15' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_object_Variable) == 0x000010, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_RaiseCurtain_ReturnValue) == 0x000028, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_RaiseCurtain_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_14) == 0x000048, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_14' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_13) == 0x000050, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_13' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_2) == 0x000058, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_12) == 0x000068, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_12' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_3) == 0x000070, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_object_Variable_1) == 0x000080, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_4) == 0x000088, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_11) == 0x000098, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_11' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_10) == 0x0000A0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_10' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000A8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_9) == 0x0000B8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_9' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000C0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_object_Variable_2) == 0x0000D0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000D8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000DC, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_8) == 0x0000EC, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_9) == 0x0000FC, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_10) == 0x00010C, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_HermesBindEvent_Handle) == 0x000120, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_11) == 0x000130, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_HermesBindEvent_Handle_1) == 0x000140, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_12) == 0x000150, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_13) == 0x000160, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_14) == 0x000170, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_15) == 0x000180, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_16) == 0x000190, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_8) == 0x0001A0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_8' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_7) == 0x0001A8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_7' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_17) == 0x0001B0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_6) == 0x0001C0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_6' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_18) == 0x0001C8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_object_Variable_3) == 0x0001D8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_19) == 0x0001E0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_5) == 0x0001F0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_5' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_4) == 0x0001F8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_4' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_20) == 0x000200, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_3) == 0x000210, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_21) == 0x000218, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_object_Variable_4) == 0x000228, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_struct_Variable) == 0x000230, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_delegate_Variable) == 0x000240, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_22) == 0x000250, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_23) == 0x000260, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_2) == 0x000270, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_1) == 0x000278, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_24) == 0x000280, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer) == 0x000290, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_25) == 0x000298, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_25' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_object_Variable_5) == 0x0002A8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_26) == 0x0002B0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_26' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_HermesBindEvent_Handle_2) == 0x0002C0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_27) == 0x0002D0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_27' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_28) == 0x0002E0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_28' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable) == 0x0002F0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable) == 0x0002F1, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_1) == 0x0002F2, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_1) == 0x0002F3, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_2) == 0x0002F4, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_object_Variable_6) == 0x0002F8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_2) == 0x000300, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_3) == 0x000301, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_3) == 0x000302, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_4) == 0x000303, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_32) == 0x000308, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_32' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_5) == 0x000310, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_4) == 0x000311, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_6) == 0x000312, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_6' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_29) == 0x000314, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_29' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_5) == 0x000324, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_6) == 0x000325, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_6' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_7) == 0x000326, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_7' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_33) == 0x000328, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_33' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_8) == 0x000330, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_8' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_7) == 0x000331, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_7' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_9) == 0x000332, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_9' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_8) == 0x000333, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_8' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000334, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_30) == 0x000338, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_30' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_9) == 0x000348, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_9' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_10) == 0x000349, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_10' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_10) == 0x00034A, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_10' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_11) == 0x00034B, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_11' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_11) == 0x00034C, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_11' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_12) == 0x00034D, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_12' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_31) == 0x000350, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_31' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_HermesBindEvent_Handle_3) == 0x000360, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_1) == 0x000370, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_12) == 0x000371, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_12' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_13) == 0x000372, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_13' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_13) == 0x000373, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_13' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_14) == 0x000374, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_14' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_14) == 0x000375, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_14' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_object_Variable_7) == 0x000378, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_2) == 0x000380, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_15) == 0x000381, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_15' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_15) == 0x000382, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_15' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_34) == 0x000388, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_34' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_16) == 0x000390, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_16' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_16) == 0x000391, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_16' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_17) == 0x000392, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_17' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_32) == 0x000394, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_32' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_18) == 0x0003A4, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_18' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_33) == 0x0003A8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_33' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_17) == 0x0003B8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_17' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_19) == 0x0003B9, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_19' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_35) == 0x0003C0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_35' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_16) == 0x0003C8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_16' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_3) == 0x0003D0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_int_Variable) == 0x0003D4, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_20) == 0x0003D8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_20' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_34) == 0x0003DC, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_34' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_18) == 0x0003EC, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_18' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OverlappedActor_12) == 0x0003F0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OverlappedActor_12' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OtherActor_12) == 0x0003F8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OtherActor_12' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_19) == 0x000400, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_19' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_35) == 0x000404, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_35' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OverlappedActor_11) == 0x000418, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OverlappedActor_11' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OtherActor_11) == 0x000420, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OtherActor_11' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_Add_IntInt_ReturnValue) == 0x000428, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_OverlappedActor_1) == 0x000430, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_OverlappedActor_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_OtherActor_1) == 0x000438, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_OverlappedActor) == 0x000440, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_OtherActor) == 0x000448, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_Event_EndPlayReason) == 0x000450, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OverlappedActor_10) == 0x000458, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OverlappedActor_10' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OtherActor_10) == 0x000460, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OtherActor_10' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_PlaySceneRig_ReturnValue) == 0x000468, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_PlaySceneRig_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_20) == 0x000470, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_20' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_1) == 0x000471, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_PlaySceneRig_ReturnValue_1) == 0x000478, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_PlaySceneRig_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_PlaySceneRig_ReturnValue_2) == 0x000480, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_PlaySceneRig_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_2) == 0x000488, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_3) == 0x000489, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_Play_ReturnValue) == 0x000490, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_17) == 0x000498, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_17' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_36) == 0x0004A0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_36' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_36) == 0x0004B0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_36' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_PlaySceneRig_ReturnValue_3) == 0x0004B8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_PlaySceneRig_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_4) == 0x0004C0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_Caller_7) == 0x0004C8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_Caller_7' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_Initialize_ReturnValue) == 0x0004D0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_Initialize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OverlappedActor_9) == 0x0004D8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OverlappedActor_9' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OtherActor_9) == 0x0004E0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OtherActor_9' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_5) == 0x0004E8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_37) == 0x0004EC, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_37' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_21) == 0x0004FC, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_21' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_Play_ReturnValue_1) == 0x000500, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_Play_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_Play_ReturnValue_2) == 0x000508, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_Play_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_DynamicCast_AsStation_Interactor_Interface) == 0x000510, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_DynamicCast_AsStation_Interactor_Interface' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_DynamicCast_bSuccess) == 0x000520, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetCharacter_ReturnValue) == 0x000528, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_DynamicCast_AsStation_Interactor_Interface_1) == 0x000530, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_DynamicCast_AsStation_Interactor_Interface_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_DynamicCast_bSuccess_1) == 0x000540, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetCharacter_ReturnValue_1) == 0x000548, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_object_Variable_8) == 0x000550, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetFig_ReturnValue) == 0x000558, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetFig_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_6) == 0x000560, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_PlaySceneRig_ReturnValue_4) == 0x000568, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_PlaySceneRig_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_7) == 0x000570, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_Initialize_ReturnValue_1) == 0x000578, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_Initialize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_PlaySceneRig_ReturnValue_5) == 0x000580, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_PlaySceneRig_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_8) == 0x000588, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_9) == 0x000589, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_38) == 0x00058C, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_38' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_39) == 0x00059C, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_39' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_Caller_6) == 0x0005B0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_Caller_6' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_HermesBindEvent_Handle_4) == 0x0005B8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_HermesBindEvent_Handle_4' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_MakeArray_Array) == 0x0005C8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_40) == 0x0005D8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_40' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_HermesBindEvent_Handle_5) == 0x0005E8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_HermesBindEvent_Handle_5' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_Caller_5) == 0x0005F8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_Caller_5' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_4) == 0x000600, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_4' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_41) == 0x000604, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_41' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_Caller_4) == 0x000618, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_Caller_4' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_HermesBindEvent_Handle_6) == 0x000620, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_HermesBindEvent_Handle_6' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_Caller_3) == 0x000630, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_42) == 0x000638, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_42' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_HermesBindEvent_Handle_7) == 0x000648, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_HermesBindEvent_Handle_7' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsFromFail_ReturnValue) == 0x000658, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsFromFail_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsFromFail_ReturnValue_1) == 0x000659, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsFromFail_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_43) == 0x00065C, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_43' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetUIManagerPure_ReturnValue) == 0x000670, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x000678, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OverlappedActor_8) == 0x000680, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OverlappedActor_8' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OtherActor_8) == 0x000688, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OtherActor_8' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_PlaySceneRig_ReturnValue_6) == 0x000690, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_PlaySceneRig_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_10) == 0x000698, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetPure_ReturnValue) == 0x0006A0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetPure_ReturnValue_1) == 0x0006A8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_RegisterInterestPointActor_ReturnValue) == 0x0006B0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_RegisterInterestPointActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_UnregisterInterestPointActor_ReturnValue) == 0x0006B1, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_UnregisterInterestPointActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_18) == 0x0006B8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_18' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OverlappedActor_7) == 0x0006C0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OverlappedActor_7' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OtherActor_7) == 0x0006C8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OtherActor_7' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_DynamicCast_AsStation_Interactor_Interface_2) == 0x0006D0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_DynamicCast_AsStation_Interactor_Interface_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_DynamicCast_bSuccess_2) == 0x0006E0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetCharacter_ReturnValue_2) == 0x0006E8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetCharacter_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_Add_IntInt_ReturnValue_1) == 0x0006F0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0006F4, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_21) == 0x0006F5, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_21' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_PlaySceneRig_ReturnValue_7) == 0x0006F8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_PlaySceneRig_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_11) == 0x000700, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_InPerformTasksForAI_4) == 0x000708, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_InPerformTasksForAI_4' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OverlappedActor_6) == 0x000710, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OverlappedActor_6' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OtherActor_6) == 0x000718, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OtherActor_6' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_44) == 0x000720, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_44' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetPosition_ReturnValue) == 0x000730, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_Caller_2) == 0x000738, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_Caller_1) == 0x000740, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_InPerformTasksForAI_3) == 0x000748, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_InPerformTasksForAI_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_19) == 0x000750, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_19' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_Get_ReturnValue) == 0x000758, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_ForceCompleteTutorial_ReturnValue) == 0x000760, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_ForceCompleteTutorial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_45) == 0x000764, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_45' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_InPerformTasksForAI_2) == 0x000778, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_InPerformTasksForAI_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_InPerformTasksForAI_1) == 0x000780, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_InPerformTasksForAI_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OverlappedActor_5) == 0x000788, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OverlappedActor_5' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OtherActor_5) == 0x000790, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OtherActor_5' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OverlappedActor_4) == 0x000798, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OverlappedActor_4' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OtherActor_4) == 0x0007A0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OtherActor_4' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_DynamicCast_AsBiped_Player) == 0x0007A8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_DynamicCast_bSuccess_3) == 0x0007B0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_DynamicCast_AsBiped_Player_1) == 0x0007B8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_DynamicCast_bSuccess_4) == 0x0007C0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetPlatformName_ReturnValue) == 0x0007C8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_IsClosed_Variable_22) == 0x0007D8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_IsClosed_Variable_22' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0007D9, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_46) == 0x0007DC, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_46' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_47) == 0x0007EC, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_47' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_InputActionEvent_Key) == 0x000800, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_InputActionEvent_Key' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_48) == 0x000818, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_48' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_PlaySceneRig_ReturnValue_8) == 0x000828, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_PlaySceneRig_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_49) == 0x000830, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_49' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_12) == 0x000840, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_Get_ReturnValue_1) == 0x000848, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_Get_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_StartTutorial_ReturnValue) == 0x000850, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_StartTutorial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OverlappedActor_3) == 0x000858, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OverlappedActor_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OtherActor_3) == 0x000860, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OtherActor_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_PlaySceneRig_ReturnValue_9) == 0x000868, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_PlaySceneRig_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000870, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_13) == 0x000871, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_5) == 0x000872, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable_5' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_50) == 0x000874, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_50' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_object_Variable_9) == 0x000888, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_Greater_IntInt_ReturnValue) == 0x000890, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_20) == 0x000898, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_20' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0008A0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_51) == 0x0008A4, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_51' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_21) == 0x0008B8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_21' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OverlappedActor_2) == 0x0008C0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OverlappedActor_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OtherActor_2) == 0x0008C8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OtherActor_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_DynamicCast_AsBiped_Player_2) == 0x0008D0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_DynamicCast_AsBiped_Player_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_DynamicCast_bSuccess_5) == 0x0008D8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0008DC, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetWindAtActor_WindDirection) == 0x0008E8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetWindAtActor_WindDirection' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetWindAtActor_WindSpeed) == 0x0008F4, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetWindAtActor_WindSpeed' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetWindAtActor_bIndoors) == 0x0008F8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetWindAtActor_bIndoors' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_SpawnAkComponentAtLocation_ReturnValue) == 0x000900, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_SpawnAkComponentAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OverlappedActor_1) == 0x000908, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OverlappedActor_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OtherActor_1) == 0x000910, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_PostAkEvent_ReturnValue) == 0x000918, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_DynamicCast_AsBiped_Player_3) == 0x000920, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_DynamicCast_AsBiped_Player_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_DynamicCast_bSuccess_6) == 0x000928, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_14) == 0x000929, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_52) == 0x00092C, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_52' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_22) == 0x000940, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_22' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OverlappedActor) == 0x000948, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_ActorBoundEvent_OtherActor) == 0x000950, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_ActorBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_int_Variable_1) == 0x000958, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_53) == 0x00095C, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_53' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_InPerformTasksForAI) == 0x000970, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_InPerformTasksForAI' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_Get_ReturnValue_2) == 0x000978, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_Get_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsLoadingRootLevel_ReturnValue) == 0x000980, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsLoadingRootLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_ForceCompleteTutorial_ReturnValue_1) == 0x000981, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_ForceCompleteTutorial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_54) == 0x000984, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_54' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_PlaySceneRig_ReturnValue_10) == 0x000998, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_PlaySceneRig_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_15) == 0x0009A0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_object_Variable_10) == 0x0009A8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_55) == 0x0009B0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_55' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_23) == 0x0009C0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_23' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_24) == 0x0009C8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_24' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_56) == 0x0009D0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_56' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_Get_ReturnValue_3) == 0x0009E0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_Get_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_57) == 0x0009E8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_57' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_ForceCompleteTutorial_ReturnValue_2) == 0x0009F8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_ForceCompleteTutorial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_25) == 0x000A00, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_25' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_58) == 0x000A08, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_58' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_object_Variable_11) == 0x000A18, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_26) == 0x000A20, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_26' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000A28, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_16) == 0x000A30, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_59) == 0x000A34, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_59' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_Caller) == 0x000A48, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000A50, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000A51, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000A52, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_EqualEqual_ObjectObject_ReturnValue_4) == 0x000A53, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_EqualEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_EqualEqual_ObjectObject_ReturnValue_5) == 0x000A54, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_EqualEqual_ObjectObject_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_27) == 0x000A58, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_27' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_EqualEqual_ObjectObject_ReturnValue_6) == 0x000A60, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_EqualEqual_ObjectObject_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetWand_ReturnValue) == 0x000A68, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetWand_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_17) == 0x000A70, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsValid_ReturnValue_18) == 0x000A71, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_BooleanAND_ReturnValue) == 0x000A72, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_28) == 0x000A78, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_28' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_60) == 0x000A80, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_60' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_bool_Has_Been_Initd_Variable_22) == 0x000A90, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_bool_Has_Been_Initd_Variable_22' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_61) == 0x000A94, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_61' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, Temp_object_Variable_12) == 0x000AA8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_29) == 0x000AB0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_29' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsFigNear_IsFigNear) == 0x000AB8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsFigNear_IsFigNear' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_62) == 0x000ABC, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_62' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_PostEventAtLocation_ReturnValue) == 0x000ACC, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_Get_ReturnValue_4) == 0x000AD0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_Get_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_IsTutorialActive_ReturnValue) == 0x000AD8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_IsTutorialActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_StartTutorial_ReturnValue_1) == 0x000AD9, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_StartTutorial_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_30) == 0x000AE0, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_30' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_63) == 0x000AE8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_63' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000AF8, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetPhoenixGameSettings_ReturnValue) == 0x000B08, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetPhoenixGameSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetAlwaysUseCameraAiming_ReturnValue) == 0x000B10, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetAlwaysUseCameraAiming_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetPhoenixGameSettings_ReturnValue_1) == 0x000B18, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetPhoenixGameSettings_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetAlwaysUseCameraAiming_ReturnValue_1) == 0x000B20, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetAlwaysUseCameraAiming_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_Get_ReturnValue_5) == 0x000B28, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_Get_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_StartTutorial_ReturnValue_2) == 0x000B30, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_StartTutorial_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_NewSetting) == 0x000B31, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_NewSetting' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetPhoenixGameSettings_ReturnValue_2) == 0x000B38, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetPhoenixGameSettings_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CustomEvent_SceneRigPlayer_31) == 0x000B40, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CustomEvent_SceneRigPlayer_31' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetAlwaysUseCameraAiming_ReturnValue_2) == 0x000B48, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetAlwaysUseCameraAiming_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, K2Node_CreateDelegate_OutputDelegate_64) == 0x000B4C, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::K2Node_CreateDelegate_OutputDelegate_64' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_Get_ReturnValue_6) == 0x000B60, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_Get_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_Get_ReturnValue_7) == 0x000B68, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_Get_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_StartTutorial_ReturnValue_3) == 0x000B70, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_StartTutorial_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_GetUIPlatformInputDevice_ReturnValue) == 0x000B71, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_GetUIPlatformInputDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000B72, "Member 'M_INT_01_CP1_C_ExecuteUbergraph_M_INT_01_CP1::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AM_INT_01_CP1_C \ static_assert(alignof(AM_INT_01_CP1_C) == 0x000008, "Wrong alignment on AM_INT_01_CP1_C"); \ static_assert(sizeof(AM_INT_01_CP1_C) == 0x000440, "Wrong size on AM_INT_01_CP1_C"); \ static_assert(offsetof(AM_INT_01_CP1_C, UberGraphFrame) == 0x000250, "Member 'AM_INT_01_CP1_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BridgeAnimationFrame) == 0x000258, "Member 'AM_INT_01_CP1_C::BridgeAnimationFrame' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, StupefyGo) == 0x00025C, "Member 'AM_INT_01_CP1_C::StupefyGo' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, MinimapGo) == 0x000260, "Member 'AM_INT_01_CP1_C::MinimapGo' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, MiriamChatFinish) == 0x000264, "Member 'AM_INT_01_CP1_C::MiriamChatFinish' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, Fig) == 0x000268, "Member 'AM_INT_01_CP1_C::Fig' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, bCanDrinkPotion) == 0x000270, "Member 'AM_INT_01_CP1_C::bCanDrinkPotion' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, bCanDrinkPotion_0) == 0x000271, "Member 'AM_INT_01_CP1_C::bCanDrinkPotion_0' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, PotteryCounter) == 0x000274, "Member 'AM_INT_01_CP1_C::PotteryCounter' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, Player) == 0x000278, "Member 'AM_INT_01_CP1_C::Player' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_PT_Fig_FigFollow_03_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000280, "Member 'AM_INT_01_CP1_C::BP_PT_Fig_FigFollow_03_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_PT_Fig_WindyPath_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000288, "Member 'AM_INT_01_CP1_C::BP_PT_Fig_WindyPath_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_PT_Fig_ToWall_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000290, "Member 'AM_INT_01_CP1_C::BP_PT_Fig_ToWall_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_PT_Fig_Go_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000298, "Member 'AM_INT_01_CP1_C::BP_PT_Fig_Go_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_PT_Fig_ToJump_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0002A0, "Member 'AM_INT_01_CP1_C::BP_PT_Fig_ToJump_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_PT_Fig_BarricadeWait_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0002A8, "Member 'AM_INT_01_CP1_C::BP_PT_Fig_BarricadeWait_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_PT_Fig_StupefyTutorial_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0002B0, "Member 'AM_INT_01_CP1_C::BP_PT_Fig_StupefyTutorial_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_PT_Fig_FigFollow_02_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0002B8, "Member 'AM_INT_01_CP1_C::BP_PT_Fig_FigFollow_02_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_CharacterReflector_IceWall_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0002C0, "Member 'AM_INT_01_CP1_C::BP_CharacterReflector_IceWall_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, TriggerVolume_Reflectors_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0002C8, "Member 'AM_INT_01_CP1_C::TriggerVolume_Reflectors_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SR_INT_TheVistaShot_5_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0002D0, "Member 'AM_INT_01_CP1_C::SR_INT_TheVistaShot_5_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SR_INT_MiriamChat_03_5_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0002D8, "Member 'AM_INT_01_CP1_C::SR_INT_MiriamChat_03_5_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SR_INT_Brilliant_5_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0002E0, "Member 'AM_INT_01_CP1_C::SR_INT_Brilliant_5_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SR_INT_SearchRuins_20_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0002E8, "Member 'AM_INT_01_CP1_C::SR_INT_SearchRuins_20_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SR_INT_POI_IceWall_MoreRock_35_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0002F0, "Member 'AM_INT_01_CP1_C::SR_INT_POI_IceWall_MoreRock_35_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, CIN_intro2_cave_arrival_SR_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0002F8, "Member 'AM_INT_01_CP1_C::CIN_intro2_cave_arrival_SR_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_PT_Fig_LoopingRuin_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000300, "Member 'AM_INT_01_CP1_C::BP_PT_Fig_LoopingRuin_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SR_INT_MuralLoop_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000308, "Member 'AM_INT_01_CP1_C::SR_INT_MuralLoop_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SR_INT_POI_Relief_23_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000310, "Member 'AM_INT_01_CP1_C::SR_INT_POI_Relief_23_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, Interact_Mural_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000318, "Member 'AM_INT_01_CP1_C::Interact_Mural_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SR_INT_POI_Statue_26_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000320, "Member 'AM_INT_01_CP1_C::SR_INT_POI_Statue_26_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, Interact_Statue_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000328, "Member 'AM_INT_01_CP1_C::Interact_Statue_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, Interact_IceWall_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000330, "Member 'AM_INT_01_CP1_C::Interact_IceWall_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, VFX_BP_AncMag_IceWall_Window_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000338, "Member 'AM_INT_01_CP1_C::VFX_BP_AncMag_IceWall_Window_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_Destructible_IceWall_Animated_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000340, "Member 'AM_INT_01_CP1_C::BP_Destructible_IceWall_Animated_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SR_INT_MiriamChat_04_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000348, "Member 'AM_INT_01_CP1_C::SR_INT_MiriamChat_04_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SR_INT_StoneWallStupefy_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000350, "Member 'AM_INT_01_CP1_C::SR_INT_StoneWallStupefy_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SR_INT_ProfessorFig_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000358, "Member 'AM_INT_01_CP1_C::SR_INT_ProfessorFig_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, PlayerStart_GringottsPortal_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000360, "Member 'AM_INT_01_CP1_C::PlayerStart_GringottsPortal_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, PlayerStart_BridgeReparo_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000368, "Member 'AM_INT_01_CP1_C::PlayerStart_BridgeReparo_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, PlayerStart_IceWallBarricade_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000370, "Member 'AM_INT_01_CP1_C::PlayerStart_IceWallBarricade_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_PT_Fig_Follow_04_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000378, "Member 'AM_INT_01_CP1_C::BP_PT_Fig_Follow_04_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SR_INT_RuinAhead_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000380, "Member 'AM_INT_01_CP1_C::SR_INT_RuinAhead_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, Plane_BridgeCollisionWall_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000388, "Member 'AM_INT_01_CP1_C::Plane_BridgeCollisionWall_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, Actor_LookAt_CaveExit_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000390, "Member 'AM_INT_01_CP1_C::Actor_LookAt_CaveExit_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, VFX_SK_Intro_ReparoBridge_G_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000398, "Member 'AM_INT_01_CP1_C::VFX_SK_Intro_ReparoBridge_G_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, Actor_LookAt_Wall_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0003A0, "Member 'AM_INT_01_CP1_C::Actor_LookAt_Wall_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, Actor_LookAt_WallTransition_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0003A8, "Member 'AM_INT_01_CP1_C::Actor_LookAt_WallTransition_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, Actor_LookAt_WallTransitionCloser_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0003B0, "Member 'AM_INT_01_CP1_C::Actor_LookAt_WallTransitionCloser_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SR_INT_UpThere_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0003B8, "Member 'AM_INT_01_CP1_C::SR_INT_UpThere_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, Actor_LookAt_UpThere_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0003C0, "Member 'AM_INT_01_CP1_C::Actor_LookAt_UpThere_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_PT_Fig_SearchRuin_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0003C8, "Member 'AM_INT_01_CP1_C::BP_PT_Fig_SearchRuin_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SR_INT_AfterSlide_8_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0003D0, "Member 'AM_INT_01_CP1_C::SR_INT_AfterSlide_8_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SR_INT_AutoTarget_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0003D8, "Member 'AM_INT_01_CP1_C::SR_INT_AutoTarget_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_MeshGroupManager_Pottery_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0003E0, "Member 'AM_INT_01_CP1_C::BP_MeshGroupManager_Pottery_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, TriggerVolume_Reparo_SetPlayerSpeed_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0003E8, "Member 'AM_INT_01_CP1_C::TriggerVolume_Reparo_SetPlayerSpeed_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_MeshGroupManager_SpookBirds_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0003F0, "Member 'AM_INT_01_CP1_C::BP_MeshGroupManager_SpookBirds_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_HM_VistaShot_Seagull7_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x0003F8, "Member 'AM_INT_01_CP1_C::BP_HM_VistaShot_Seagull7_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_HM_VistaShot_Seagull6_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000400, "Member 'AM_INT_01_CP1_C::BP_HM_VistaShot_Seagull6_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, BP_HM_VistaShot_Seagull5_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000408, "Member 'AM_INT_01_CP1_C::BP_HM_VistaShot_Seagull5_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SR_INT_Reparo_9_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000410, "Member 'AM_INT_01_CP1_C::SR_INT_Reparo_9_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, Plane_NoLedgeGrabCollision_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000418, "Member 'AM_INT_01_CP1_C::Plane_NoLedgeGrabCollision_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, Actor_CP1SafeSpawnLocation_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000420, "Member 'AM_INT_01_CP1_C::Actor_CP1SafeSpawnLocation_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SM_DSkull_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000428, "Member 'AM_INT_01_CP1_C::SM_DSkull_2_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SM_OL_StratifiedRock_D196_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000430, "Member 'AM_INT_01_CP1_C::SM_OL_StratifiedRock_D196_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AM_INT_01_CP1_C, SM_OL_StratifiedRock_D197_ExecuteUbergraph_M_INT_01_CP1_RefProperty) == 0x000438, "Member 'AM_INT_01_CP1_C::SM_OL_StratifiedRock_D197_ExecuteUbergraph_M_INT_01_CP1_RefProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel \ static_assert(alignof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel) == 0x000008, "Wrong alignment on UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel"); \ static_assert(sizeof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel) == 0x0001C8, "Wrong size on UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, EntryPoint) == 0x000000, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, K2Node_Event_ItemData_3) == 0x000004, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::K2Node_Event_ItemData_3' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, K2Node_Event_ItemData_2) == 0x000024, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::K2Node_Event_ItemData_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, K2Node_Event_ItemData_1) == 0x00003C, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::K2Node_Event_ItemData_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, CallFunc_GetUIManagerPure_ReturnValue) == 0x000058, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::CallFunc_GetUIManagerPure_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, K2Node_MakeStruct_Margin) == 0x000060, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, CallFunc_GetConcurrentNotifications_ReturnValue) == 0x000070, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::CallFunc_GetConcurrentNotifications_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, CallFunc_GetPlayerController_ReturnValue) == 0x000078, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, CallFunc_Subtract_IntInt_ReturnValue) == 0x000080, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, CallFunc_Create_ReturnValue) == 0x000088, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, K2Node_Event_ItemData_4) == 0x000090, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::K2Node_Event_ItemData_4' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, K2Node_Event_ItemData_5) == 0x0000A0, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::K2Node_Event_ItemData_5' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, K2Node_CustomEvent_Item) == 0x0000B8, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::K2Node_CustomEvent_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, CallFunc_GetUIManagerPure_ReturnValue_1) == 0x0000C0, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::CallFunc_GetUIManagerPure_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, K2Node_Event_ItemData_6) == 0x0000C8, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::K2Node_Event_ItemData_6' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000128, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, CallFunc_GetNextAvailableChild_ReturnValue) == 0x000130, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::CallFunc_GetNextAvailableChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, K2Node_DynamicCast_AsUI_BP_Notification_Item) == 0x000138, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::K2Node_DynamicCast_AsUI_BP_Notification_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, K2Node_DynamicCast_bSuccess) == 0x000140, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, K2Node_Event_ItemData) == 0x000148, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::K2Node_Event_ItemData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, CallFunc_GetUIManagerPure_ReturnValue_2) == 0x0001A8, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::CallFunc_GetUIManagerPure_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, K2Node_Event_Amount) == 0x0001B0, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::K2Node_Event_Amount' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, CallFunc_Increment_Success) == 0x0001B4, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::CallFunc_Increment_Success' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, Temp_int_Variable) == 0x0001B8, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0001BC, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel, CallFunc_Add_IntInt_ReturnValue) == 0x0001C0, "Member 'UI_BP_NotificationPanel_C_ExecuteUbergraph_UI_BP_NotificationPanel::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationPanel_C_IncrementCurrentMoneyNotification \ static_assert(alignof(UI_BP_NotificationPanel_C_IncrementCurrentMoneyNotification) == 0x000004, "Wrong alignment on UI_BP_NotificationPanel_C_IncrementCurrentMoneyNotification"); \ static_assert(sizeof(UI_BP_NotificationPanel_C_IncrementCurrentMoneyNotification) == 0x000004, "Wrong size on UI_BP_NotificationPanel_C_IncrementCurrentMoneyNotification"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_IncrementCurrentMoneyNotification, Amount) == 0x000000, "Member 'UI_BP_NotificationPanel_C_IncrementCurrentMoneyNotification::Amount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationPanel_C_AddMoneyNotification \ static_assert(alignof(UI_BP_NotificationPanel_C_AddMoneyNotification) == 0x000008, "Wrong alignment on UI_BP_NotificationPanel_C_AddMoneyNotification"); \ static_assert(sizeof(UI_BP_NotificationPanel_C_AddMoneyNotification) == 0x000060, "Wrong size on UI_BP_NotificationPanel_C_AddMoneyNotification"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_AddMoneyNotification, ItemData) == 0x000000, "Member 'UI_BP_NotificationPanel_C_AddMoneyNotification::ItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationPanel_C_PickupNotificationComplete \ static_assert(alignof(UI_BP_NotificationPanel_C_PickupNotificationComplete) == 0x000008, "Wrong alignment on UI_BP_NotificationPanel_C_PickupNotificationComplete"); \ static_assert(sizeof(UI_BP_NotificationPanel_C_PickupNotificationComplete) == 0x000008, "Wrong size on UI_BP_NotificationPanel_C_PickupNotificationComplete"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_PickupNotificationComplete, Item) == 0x000000, "Member 'UI_BP_NotificationPanel_C_PickupNotificationComplete::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationPanel_C_IncrementCurrentChallengeUpdate \ static_assert(alignof(UI_BP_NotificationPanel_C_IncrementCurrentChallengeUpdate) == 0x000004, "Wrong alignment on UI_BP_NotificationPanel_C_IncrementCurrentChallengeUpdate"); \ static_assert(sizeof(UI_BP_NotificationPanel_C_IncrementCurrentChallengeUpdate) == 0x000018, "Wrong size on UI_BP_NotificationPanel_C_IncrementCurrentChallengeUpdate"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_IncrementCurrentChallengeUpdate, ItemData) == 0x000000, "Member 'UI_BP_NotificationPanel_C_IncrementCurrentChallengeUpdate::ItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationPanel_C_AddChallengeUpdatedNotification \ static_assert(alignof(UI_BP_NotificationPanel_C_AddChallengeUpdatedNotification) == 0x000004, "Wrong alignment on UI_BP_NotificationPanel_C_AddChallengeUpdatedNotification"); \ static_assert(sizeof(UI_BP_NotificationPanel_C_AddChallengeUpdatedNotification) == 0x000018, "Wrong size on UI_BP_NotificationPanel_C_AddChallengeUpdatedNotification"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_AddChallengeUpdatedNotification, ItemData) == 0x000000, "Member 'UI_BP_NotificationPanel_C_AddChallengeUpdatedNotification::ItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationPanel_C_AddCollectionObtainedNotification \ static_assert(alignof(UI_BP_NotificationPanel_C_AddCollectionObtainedNotification) == 0x000004, "Wrong alignment on UI_BP_NotificationPanel_C_AddCollectionObtainedNotification"); \ static_assert(sizeof(UI_BP_NotificationPanel_C_AddCollectionObtainedNotification) == 0x000010, "Wrong size on UI_BP_NotificationPanel_C_AddCollectionObtainedNotification"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_AddCollectionObtainedNotification, ItemData) == 0x000000, "Member 'UI_BP_NotificationPanel_C_AddCollectionObtainedNotification::ItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationPanel_C_AddCollectionKnownNotification \ static_assert(alignof(UI_BP_NotificationPanel_C_AddCollectionKnownNotification) == 0x000004, "Wrong alignment on UI_BP_NotificationPanel_C_AddCollectionKnownNotification"); \ static_assert(sizeof(UI_BP_NotificationPanel_C_AddCollectionKnownNotification) == 0x000010, "Wrong size on UI_BP_NotificationPanel_C_AddCollectionKnownNotification"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_AddCollectionKnownNotification, ItemData) == 0x000000, "Member 'UI_BP_NotificationPanel_C_AddCollectionKnownNotification::ItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationPanel_C_AddChallengeCompleteNotification \ static_assert(alignof(UI_BP_NotificationPanel_C_AddChallengeCompleteNotification) == 0x000004, "Wrong alignment on UI_BP_NotificationPanel_C_AddChallengeCompleteNotification"); \ static_assert(sizeof(UI_BP_NotificationPanel_C_AddChallengeCompleteNotification) == 0x000018, "Wrong size on UI_BP_NotificationPanel_C_AddChallengeCompleteNotification"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_AddChallengeCompleteNotification, ItemData) == 0x000000, "Member 'UI_BP_NotificationPanel_C_AddChallengeCompleteNotification::ItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_NotificationPanel_C_AddPickupNotification \ static_assert(alignof(UI_BP_NotificationPanel_C_AddPickupNotification) == 0x000008, "Wrong alignment on UI_BP_NotificationPanel_C_AddPickupNotification"); \ static_assert(sizeof(UI_BP_NotificationPanel_C_AddPickupNotification) == 0x000060, "Wrong size on UI_BP_NotificationPanel_C_AddPickupNotification"); \ static_assert(offsetof(UI_BP_NotificationPanel_C_AddPickupNotification, ItemData) == 0x000000, "Member 'UI_BP_NotificationPanel_C_AddPickupNotification::ItemData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_NotificationPanel_C \ static_assert(alignof(UUI_BP_NotificationPanel_C) == 0x000008, "Wrong alignment on UUI_BP_NotificationPanel_C"); \ static_assert(sizeof(UUI_BP_NotificationPanel_C) == 0x0003C8, "Wrong size on UUI_BP_NotificationPanel_C"); \ static_assert(offsetof(UUI_BP_NotificationPanel_C, UberGraphFrame) == 0x0003A8, "Member 'UUI_BP_NotificationPanel_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationPanel_C, ChallengeNotification) == 0x0003B0, "Member 'UUI_BP_NotificationPanel_C::ChallengeNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationPanel_C, CollectionNotification) == 0x0003B8, "Member 'UUI_BP_NotificationPanel_C::CollectionNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_NotificationPanel_C, MoneyNotification) == 0x0003C0, "Member 'UUI_BP_NotificationPanel_C::MoneyNotification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandFlourish_Depulso_C \ static_assert(alignof(UABL_WandFlourish_Depulso_C) == 0x000008, "Wrong alignment on UABL_WandFlourish_Depulso_C"); \ static_assert(sizeof(UABL_WandFlourish_Depulso_C) == 0x0000C8, "Wrong size on UABL_WandFlourish_Depulso_C"); \ #define DUMPER7_ASSERTS_BP_Destructible_IceWall_Animated_C_Damaged \ static_assert(alignof(BP_Destructible_IceWall_Animated_C_Damaged) == 0x000008, "Wrong alignment on BP_Destructible_IceWall_Animated_C_Damaged"); \ static_assert(sizeof(BP_Destructible_IceWall_Animated_C_Damaged) == 0x000060, "Wrong size on BP_Destructible_IceWall_Animated_C_Damaged"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_Damaged, DamageAmount) == 0x000000, "Member 'BP_Destructible_IceWall_Animated_C_Damaged::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_Damaged, HitLocation) == 0x000004, "Member 'BP_Destructible_IceWall_Animated_C_Damaged::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_Damaged, HitDirection) == 0x000010, "Member 'BP_Destructible_IceWall_Animated_C_Damaged::HitDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_Damaged, PrimComp) == 0x000020, "Member 'BP_Destructible_IceWall_Animated_C_Damaged::PrimComp' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_Damaged, MunitionTagContainer) == 0x000028, "Member 'BP_Destructible_IceWall_Animated_C_Damaged::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_Damaged, Instigator_0) == 0x000048, "Member 'BP_Destructible_IceWall_Animated_C_Damaged::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_Damaged, Velocity) == 0x000050, "Member 'BP_Destructible_IceWall_Animated_C_Damaged::Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_Damaged, ReturnValue) == 0x00005C, "Member 'BP_Destructible_IceWall_Animated_C_Damaged::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Destructible_IceWall_Animated_C_Destroyed \ static_assert(alignof(BP_Destructible_IceWall_Animated_C_Destroyed) == 0x000008, "Wrong alignment on BP_Destructible_IceWall_Animated_C_Destroyed"); \ static_assert(sizeof(BP_Destructible_IceWall_Animated_C_Destroyed) == 0x000040, "Wrong size on BP_Destructible_IceWall_Animated_C_Destroyed"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_Destroyed, DamageAmount) == 0x000000, "Member 'BP_Destructible_IceWall_Animated_C_Destroyed::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_Destroyed, Instigator_0) == 0x000008, "Member 'BP_Destructible_IceWall_Animated_C_Destroyed::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_Destroyed, MunitionTagContainer) == 0x000010, "Member 'BP_Destructible_IceWall_Animated_C_Destroyed::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_Destroyed, Velocity) == 0x000030, "Member 'BP_Destructible_IceWall_Animated_C_Destroyed::Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_Destroyed, ReturnValue) == 0x00003C, "Member 'BP_Destructible_IceWall_Animated_C_Destroyed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Destructible_IceWall_Animated_C_NearDeathKneeling \ static_assert(alignof(BP_Destructible_IceWall_Animated_C_NearDeathKneeling) == 0x000008, "Wrong alignment on BP_Destructible_IceWall_Animated_C_NearDeathKneeling"); \ static_assert(sizeof(BP_Destructible_IceWall_Animated_C_NearDeathKneeling) == 0x000040, "Wrong size on BP_Destructible_IceWall_Animated_C_NearDeathKneeling"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_NearDeathKneeling, DamageAmount) == 0x000000, "Member 'BP_Destructible_IceWall_Animated_C_NearDeathKneeling::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_NearDeathKneeling, Instigator_0) == 0x000008, "Member 'BP_Destructible_IceWall_Animated_C_NearDeathKneeling::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_NearDeathKneeling, MunitionTagContainer) == 0x000010, "Member 'BP_Destructible_IceWall_Animated_C_NearDeathKneeling::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_NearDeathKneeling, Velocity) == 0x000030, "Member 'BP_Destructible_IceWall_Animated_C_NearDeathKneeling::Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_NearDeathKneeling, ReturnValue) == 0x00003C, "Member 'BP_Destructible_IceWall_Animated_C_NearDeathKneeling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Destructible_IceWall_Animated_C_UserConstructionScript \ static_assert(alignof(BP_Destructible_IceWall_Animated_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Destructible_IceWall_Animated_C_UserConstructionScript"); \ static_assert(sizeof(BP_Destructible_IceWall_Animated_C_UserConstructionScript) == 0x000050, "Wrong size on BP_Destructible_IceWall_Animated_C_UserConstructionScript"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_Destructible_IceWall_Animated_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000008, "Member 'BP_Destructible_IceWall_Animated_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000010, "Member 'BP_Destructible_IceWall_Animated_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_3) == 0x000018, "Member 'BP_Destructible_IceWall_Animated_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_4) == 0x000020, "Member 'BP_Destructible_IceWall_Animated_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_UserConstructionScript, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000028, "Member 'BP_Destructible_IceWall_Animated_C_UserConstructionScript::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_UserConstructionScript, CallFunc_GetUnscaledSphereRadius_ReturnValue) == 0x000034, "Member 'BP_Destructible_IceWall_Animated_C_UserConstructionScript::CallFunc_GetUnscaledSphereRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_UserConstructionScript, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000038, "Member 'BP_Destructible_IceWall_Animated_C_UserConstructionScript::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_UserConstructionScript, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000048, "Member 'BP_Destructible_IceWall_Animated_C_UserConstructionScript::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged \ static_assert(alignof(BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged) == 0x000008, "Wrong alignment on BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged"); \ static_assert(sizeof(BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged) == 0x000060, "Wrong size on BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged, DamageAmount) == 0x000000, "Member 'BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged, HitLocation) == 0x000004, "Member 'BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged, HitDirection) == 0x000010, "Member 'BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged::HitDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged, PrimComp) == 0x000020, "Member 'BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged::PrimComp' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged, MunitionTagContainer) == 0x000028, "Member 'BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged::MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged, Instigator_0) == 0x000048, "Member 'BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged, Velocity) == 0x000050, "Member 'BP_Destructible_IceWall_Animated_C_OnFailedToBeDamaged::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Destructible_IceWall_Animated_C_OnGeometryCollectionCompletelyBroken \ static_assert(alignof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionCompletelyBroken) == 0x000008, "Wrong alignment on BP_Destructible_IceWall_Animated_C_OnGeometryCollectionCompletelyBroken"); \ static_assert(sizeof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionCompletelyBroken) == 0x000030, "Wrong size on BP_Destructible_IceWall_Animated_C_OnGeometryCollectionCompletelyBroken"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionCompletelyBroken, RepairComponent) == 0x000000, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionCompletelyBroken::RepairComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionCompletelyBroken, GeometryCollectionComponent) == 0x000008, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionCompletelyBroken::GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionCompletelyBroken, impulseStr) == 0x000010, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionCompletelyBroken::impulseStr' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionCompletelyBroken, Radius) == 0x000014, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionCompletelyBroken::Radius' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionCompletelyBroken, HitLocation) == 0x000018, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionCompletelyBroken::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionCompletelyBroken, HitDirection) == 0x000024, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionCompletelyBroken::HitDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Destructible_IceWall_Animated_C_OnGeometryCollectionDamaged \ static_assert(alignof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionDamaged) == 0x000008, "Wrong alignment on BP_Destructible_IceWall_Animated_C_OnGeometryCollectionDamaged"); \ static_assert(sizeof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionDamaged) == 0x000030, "Wrong size on BP_Destructible_IceWall_Animated_C_OnGeometryCollectionDamaged"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionDamaged, RepairComponent) == 0x000000, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionDamaged::RepairComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionDamaged, GeometryCollectionComponent) == 0x000008, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionDamaged::GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionDamaged, impulseStr) == 0x000010, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionDamaged::impulseStr' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionDamaged, Radius) == 0x000014, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionDamaged::Radius' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionDamaged, HitLocation) == 0x000018, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionDamaged::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionDamaged, HitDirection) == 0x000024, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionDamaged::HitDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned \ static_assert(alignof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned) == 0x000008, "Wrong alignment on BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned"); \ static_assert(sizeof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned) == 0x000038, "Wrong size on BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned, RepairComponent) == 0x000000, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned::RepairComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned, GeometryCollectionComponent) == 0x000008, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned::GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned, impulseStr) == 0x000010, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned::impulseStr' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned, Radius) == 0x000014, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned::Radius' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned, HitLocation) == 0x000018, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned, HitDirection) == 0x000024, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned::HitDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned, bCompletelyBroken) == 0x000030, "Member 'BP_Destructible_IceWall_Animated_C_OnGeometryCollectionSpawned::bCompletelyBroken' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Destructible_IceWall_Animated_C_OnHealed \ static_assert(alignof(BP_Destructible_IceWall_Animated_C_OnHealed) == 0x000008, "Wrong alignment on BP_Destructible_IceWall_Animated_C_OnHealed"); \ static_assert(sizeof(BP_Destructible_IceWall_Animated_C_OnHealed) == 0x000010, "Wrong size on BP_Destructible_IceWall_Animated_C_OnHealed"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnHealed, healAmount) == 0x000000, "Member 'BP_Destructible_IceWall_Animated_C_OnHealed::healAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_OnHealed, PrimComp) == 0x000008, "Member 'BP_Destructible_IceWall_Animated_C_OnHealed::PrimComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Destructible_IceWall_Animated_C_TargetedByMunition \ static_assert(alignof(BP_Destructible_IceWall_Animated_C_TargetedByMunition) == 0x000008, "Wrong alignment on BP_Destructible_IceWall_Animated_C_TargetedByMunition"); \ static_assert(sizeof(BP_Destructible_IceWall_Animated_C_TargetedByMunition) == 0x000010, "Wrong size on BP_Destructible_IceWall_Animated_C_TargetedByMunition"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_TargetedByMunition, Caller) == 0x000000, "Member 'BP_Destructible_IceWall_Animated_C_TargetedByMunition::Caller' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_TargetedByMunition, float_0) == 0x000008, "Member 'BP_Destructible_IceWall_Animated_C_TargetedByMunition::float_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Destructible_IceWall_Animated_C_BndEvt__BP_Destructible_IceWall_Animated_TriggerVolume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Destructible_IceWall_Animated_C_BndEvt__BP_Destructible_IceWall_Animated_TriggerVolume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Destructible_IceWall_Animated_C_BndEvt__BP_Destructible_IceWall_Animated_TriggerVolume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Destructible_IceWall_Animated_C_BndEvt__BP_Destructible_IceWall_Animated_TriggerVolume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_Destructible_IceWall_Animated_C_BndEvt__BP_Destructible_IceWall_Animated_TriggerVolume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_BndEvt__BP_Destructible_IceWall_Animated_TriggerVolume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Destructible_IceWall_Animated_C_BndEvt__BP_Destructible_IceWall_Animated_TriggerVolume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_BndEvt__BP_Destructible_IceWall_Animated_TriggerVolume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Destructible_IceWall_Animated_C_BndEvt__BP_Destructible_IceWall_Animated_TriggerVolume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_BndEvt__BP_Destructible_IceWall_Animated_TriggerVolume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Destructible_IceWall_Animated_C_BndEvt__BP_Destructible_IceWall_Animated_TriggerVolume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_BndEvt__BP_Destructible_IceWall_Animated_TriggerVolume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Destructible_IceWall_Animated_C_BndEvt__BP_Destructible_IceWall_Animated_TriggerVolume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_BndEvt__BP_Destructible_IceWall_Animated_TriggerVolume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Destructible_IceWall_Animated_C_BndEvt__BP_Destructible_IceWall_Animated_TriggerVolume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_BndEvt__BP_Destructible_IceWall_Animated_TriggerVolume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Destructible_IceWall_Animated_C_BndEvt__BP_Destructible_IceWall_Animated_TriggerVolume_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated \ static_assert(alignof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated) == 0x000008, "Wrong alignment on BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated"); \ static_assert(sizeof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated) == 0x0002F0, "Wrong size on BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, EntryPoint) == 0x000000, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, Temp_bool_Has_Been_Initd_Variable) == 0x000014, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, Temp_bool_IsClosed_Variable) == 0x000015, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, Temp_bool_Has_Been_Initd_Variable_1) == 0x000016, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_damageAmount) == 0x000018, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_damageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_hitLocation_3) == 0x00001C, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_hitLocation_3' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_hitDirection_3) == 0x000028, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_hitDirection_3' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_primComp_1) == 0x000038, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_primComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_MunitionTagContainer) == 0x000040, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_MunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_Instigator) == 0x000060, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_Instigator' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_Velocity) == 0x000068, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_RepairComponent_2) == 0x000078, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_RepairComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_GeometryCollectionComponent_2) == 0x000080, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_GeometryCollectionComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_impulseStr_2) == 0x000088, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_impulseStr_2' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_Radius_2) == 0x00008C, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_Radius_2' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_hitLocation_2) == 0x000090, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_hitLocation_2' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_hitDirection_2) == 0x00009C, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_hitDirection_2' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_RepairComponent_1) == 0x0000A8, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_RepairComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_GeometryCollectionComponent_1) == 0x0000B0, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_GeometryCollectionComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_impulseStr_1) == 0x0000B8, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_impulseStr_1' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_Radius_1) == 0x0000BC, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_Radius_1' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_hitLocation_1) == 0x0000C0, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_hitLocation_1' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_hitDirection_1) == 0x0000CC, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_hitDirection_1' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_RepairComponent) == 0x0000D8, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_RepairComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_GeometryCollectionComponent) == 0x0000E0, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_impulseStr) == 0x0000E8, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_impulseStr' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_Radius) == 0x0000EC, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_Radius' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_hitLocation) == 0x0000F0, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_hitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_hitDirection) == 0x0000FC, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_hitDirection' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_bCompletelyBroken) == 0x000108, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_bCompletelyBroken' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_healAmount) == 0x00010C, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_healAmount' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_Event_primComp) == 0x000110, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_Event_primComp' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_CustomEvent_Caller) == 0x000118, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_CustomEvent_Float) == 0x000120, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_CustomEvent_Float' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_GetSenseSpecificDetails_ReturnValue) == 0x000128, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_GetSenseSpecificDetails_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_HermesBindFloat_Handle) == 0x000130, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_HermesBindFloat_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_Add_IntInt_ReturnValue) == 0x000140, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_Array_Length_ReturnValue) == 0x000144, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, Temp_bool_IsClosed_Variable_1) == 0x000148, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000149, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000150, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_ComponentBoundEvent_OtherActor) == 0x000158, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_ComponentBoundEvent_OtherComp) == 0x000160, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000168, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_ComponentBoundEvent_bFromSweep) == 0x00016C, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_ComponentBoundEvent_SweepResult) == 0x000170, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0001F8, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0001F9, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x0001FA, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001FC, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_GetAllSocketNames_ReturnValue) == 0x000200, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_GetAllSocketNames_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_GetSocketLocation_ReturnValue) == 0x000210, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00021C, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, Temp_bool_Has_Been_Initd_Variable_2) == 0x000220, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000224, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000230, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000240, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000244, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000250, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000260, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000268, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_SpawnSystemAtLocation_ReturnValue_2) == 0x000270, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_SpawnSystemAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_SpawnAkComponentAtLocation_ReturnValue) == 0x000278, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_SpawnAkComponentAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000280, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_IsValid_ReturnValue) == 0x000288, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_GetPlatformName_ReturnValue) == 0x000290, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_SwitchString_CmpSuccess) == 0x0002A0, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_GetPlatformName_ReturnValue_1) == 0x0002A8, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_GetPlatformName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_SwitchString_CmpSuccess_1) == 0x0002B8, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_SwitchString_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0002BC, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_PostEventAtLocation_ReturnValue) == 0x0002C8, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0002CC, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_PostEventAtLocation_ReturnValue_2) == 0x0002D0, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_PostEventAtLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, Temp_bool_IsClosed_Variable_2) == 0x0002D4, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_GetPlatformName_ReturnValue_2) == 0x0002D8, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_GetPlatformName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, K2Node_SwitchString_CmpSuccess_2) == 0x0002E8, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::K2Node_SwitchString_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0002EC, "Member 'BP_Destructible_IceWall_Animated_C_ExecuteUbergraph_BP_Destructible_IceWall_Animated::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Destructible_IceWall_Animated_C \ static_assert(alignof(ABP_Destructible_IceWall_Animated_C) == 0x000008, "Wrong alignment on ABP_Destructible_IceWall_Animated_C"); \ static_assert(sizeof(ABP_Destructible_IceWall_Animated_C) == 0x000380, "Wrong size on ABP_Destructible_IceWall_Animated_C"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, UberGraphFrame) == 0x000248, "Member 'ABP_Destructible_IceWall_Animated_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, PointLight1) == 0x000250, "Member 'ABP_Destructible_IceWall_Animated_C::PointLight1' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, FakePlane) == 0x000258, "Member 'ABP_Destructible_IceWall_Animated_C::FakePlane' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, VFX_NS_Disintegration_Wipe) == 0x000260, "Member 'ABP_Destructible_IceWall_Animated_C::VFX_NS_Disintegration_Wipe' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, VFX_SM_IceWall_Stage3D) == 0x000268, "Member 'ABP_Destructible_IceWall_Animated_C::VFX_SM_IceWall_Stage3D' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, VFX_SK_IceWall_Small) == 0x000270, "Member 'ABP_Destructible_IceWall_Animated_C::VFX_SK_IceWall_Small' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, VFX_SK_IceWall_Lrg) == 0x000278, "Member 'ABP_Destructible_IceWall_Animated_C::VFX_SK_IceWall_Lrg' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, VFX_SM_IceWallInnerFlare) == 0x000280, "Member 'ABP_Destructible_IceWall_Animated_C::VFX_SM_IceWallInnerFlare' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, VFX_SM_IceWallInnerEdge) == 0x000288, "Member 'ABP_Destructible_IceWall_Animated_C::VFX_SM_IceWallInnerEdge' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, Mask) == 0x000290, "Member 'ABP_Destructible_IceWall_Animated_C::Mask' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, VFX_SM_IceWall_Stage1) == 0x000298, "Member 'ABP_Destructible_IceWall_Animated_C::VFX_SM_IceWall_Stage1' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, FX_Target) == 0x0002A0, "Member 'ABP_Destructible_IceWall_Animated_C::FX_Target' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, VFX_SM_IceWall_Stage2) == 0x0002A8, "Member 'ABP_Destructible_IceWall_Animated_C::VFX_SM_IceWall_Stage2' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, TriggerVolume) == 0x0002B0, "Member 'ABP_Destructible_IceWall_Animated_C::TriggerVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, StaticMesh) == 0x0002B8, "Member 'ABP_Destructible_IceWall_Animated_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, CognitionStimuliSource) == 0x0002C0, "Member 'ABP_Destructible_IceWall_Animated_C::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, ObjectState) == 0x0002C8, "Member 'ABP_Destructible_IceWall_Animated_C::ObjectState' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, sphereSize_LightIntensity_3851355F4C28F766AAB57EAA4B92D346) == 0x0002D0, "Member 'ABP_Destructible_IceWall_Animated_C::sphereSize_LightIntensity_3851355F4C28F766AAB57EAA4B92D346' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, sphereSize_RadiusScale_3851355F4C28F766AAB57EAA4B92D346) == 0x0002D4, "Member 'ABP_Destructible_IceWall_Animated_C::sphereSize_RadiusScale_3851355F4C28F766AAB57EAA4B92D346' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, sphereSize__Direction_3851355F4C28F766AAB57EAA4B92D346) == 0x0002D8, "Member 'ABP_Destructible_IceWall_Animated_C::sphereSize__Direction_3851355F4C28F766AAB57EAA4B92D346' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, SphereSize) == 0x0002E0, "Member 'ABP_Destructible_IceWall_Animated_C::SphereSize' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, FlareFlash_MainWallFade_370984A74BEAF12D3A2CA5A3477AAC90) == 0x0002E8, "Member 'ABP_Destructible_IceWall_Animated_C::FlareFlash_MainWallFade_370984A74BEAF12D3A2CA5A3477AAC90' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, FlareFlash_InnerGlow_02_370984A74BEAF12D3A2CA5A3477AAC90) == 0x0002EC, "Member 'ABP_Destructible_IceWall_Animated_C::FlareFlash_InnerGlow_02_370984A74BEAF12D3A2CA5A3477AAC90' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, FlareFlash_InnerGlow_Sk_370984A74BEAF12D3A2CA5A3477AAC90) == 0x0002F0, "Member 'ABP_Destructible_IceWall_Animated_C::FlareFlash_InnerGlow_Sk_370984A74BEAF12D3A2CA5A3477AAC90' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, FlareFlash_InnerGlow_01_370984A74BEAF12D3A2CA5A3477AAC90) == 0x0002F4, "Member 'ABP_Destructible_IceWall_Animated_C::FlareFlash_InnerGlow_01_370984A74BEAF12D3A2CA5A3477AAC90' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, FlareFlash_IceInnerWallEmissiveFlash_370984A74BEAF12D3A2CA5A3477AAC90) == 0x0002F8, "Member 'ABP_Destructible_IceWall_Animated_C::FlareFlash_IceInnerWallEmissiveFlash_370984A74BEAF12D3A2CA5A3477AAC90' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, FlareFlash__Direction_370984A74BEAF12D3A2CA5A3477AAC90) == 0x0002FC, "Member 'ABP_Destructible_IceWall_Animated_C::FlareFlash__Direction_370984A74BEAF12D3A2CA5A3477AAC90' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, FlareFlash) == 0x000300, "Member 'ABP_Destructible_IceWall_Animated_C::FlareFlash' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, Target) == 0x000308, "Member 'ABP_Destructible_IceWall_Animated_C::Target' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, SocketNames) == 0x000318, "Member 'ABP_Destructible_IceWall_Animated_C::SocketNames' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, SocketIndex) == 0x000328, "Member 'ABP_Destructible_IceWall_Animated_C::SocketIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, TestInteger) == 0x00032C, "Member 'ABP_Destructible_IceWall_Animated_C::TestInteger' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, IceWall_Destroyed) == 0x000330, "Member 'ABP_Destructible_IceWall_Animated_C::IceWall_Destroyed' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, MAT_Death) == 0x000340, "Member 'ABP_Destructible_IceWall_Animated_C::MAT_Death' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, MAT_Death_0) == 0x000348, "Member 'ABP_Destructible_IceWall_Animated_C::MAT_Death_0' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, Mask_Radius) == 0x000350, "Member 'ABP_Destructible_IceWall_Animated_C::Mask_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, Mask_Width) == 0x000354, "Member 'ABP_Destructible_IceWall_Animated_C::Mask_Width' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, MAT_Flare_Flash) == 0x000358, "Member 'ABP_Destructible_IceWall_Animated_C::MAT_Flare_Flash' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, MAT_IceWall_Stage_2_Glow) == 0x000360, "Member 'ABP_Destructible_IceWall_Animated_C::MAT_IceWall_Stage_2_Glow' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, MAT_IceWall_Stage_3_Glow) == 0x000368, "Member 'ABP_Destructible_IceWall_Animated_C::MAT_IceWall_Stage_3_Glow' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, MAT_IceWall_SK_Glow) == 0x000370, "Member 'ABP_Destructible_IceWall_Animated_C::MAT_IceWall_SK_Glow' has a wrong offset!"); \ static_assert(offsetof(ABP_Destructible_IceWall_Animated_C, LightIntensity) == 0x000378, "Member 'ABP_Destructible_IceWall_Animated_C::LightIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ConvoLighting_Adapt_Light_HouseElf_Default_C \ static_assert(alignof(ABP_ConvoLighting_Adapt_Light_HouseElf_Default_C) == 0x000008, "Wrong alignment on ABP_ConvoLighting_Adapt_Light_HouseElf_Default_C"); \ static_assert(sizeof(ABP_ConvoLighting_Adapt_Light_HouseElf_Default_C) == 0x000368, "Wrong size on ABP_ConvoLighting_Adapt_Light_HouseElf_Default_C"); \ #define DUMPER7_ASSERTS_ABP_Biped_PostProcess_C_ExecuteUbergraph_ABP_Biped_PostProcess \ static_assert(alignof(ABP_Biped_PostProcess_C_ExecuteUbergraph_ABP_Biped_PostProcess) == 0x000004, "Wrong alignment on ABP_Biped_PostProcess_C_ExecuteUbergraph_ABP_Biped_PostProcess"); \ static_assert(sizeof(ABP_Biped_PostProcess_C_ExecuteUbergraph_ABP_Biped_PostProcess) == 0x000004, "Wrong size on ABP_Biped_PostProcess_C_ExecuteUbergraph_ABP_Biped_PostProcess"); \ static_assert(offsetof(ABP_Biped_PostProcess_C_ExecuteUbergraph_ABP_Biped_PostProcess, EntryPoint) == 0x000000, "Member 'ABP_Biped_PostProcess_C_ExecuteUbergraph_ABP_Biped_PostProcess::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Biped_PostProcess_C_AnimGraph \ static_assert(alignof(ABP_Biped_PostProcess_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Biped_PostProcess_C_AnimGraph"); \ static_assert(sizeof(ABP_Biped_PostProcess_C_AnimGraph) == 0x000020, "Wrong size on ABP_Biped_PostProcess_C_AnimGraph"); \ static_assert(offsetof(ABP_Biped_PostProcess_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_Biped_PostProcess_C_AnimGraph::InPose' has a wrong offset!"); \ static_assert(offsetof(ABP_Biped_PostProcess_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_Biped_PostProcess_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Biped_PostProcess_C \ static_assert(alignof(UABP_Biped_PostProcess_C) == 0x000010, "Wrong alignment on UABP_Biped_PostProcess_C"); \ static_assert(sizeof(UABP_Biped_PostProcess_C) == 0x006C70, "Wrong size on UABP_Biped_PostProcess_C"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_Biped_PostProcess_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_63) == 0x0002C8, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_63' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_62) == 0x0003E0, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_62' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_61) == 0x0004F8, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_61' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_LocalToComponentSpace) == 0x000610, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_60) == 0x000630, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_60' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_AnimDynamics_7) == 0x000750, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_AnimDynamics_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_59) == 0x000B90, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_59' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_58) == 0x000CA8, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_58' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_ComponentToLocalSpace) == 0x000DC0, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_57) == 0x000DE0, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_57' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_56) == 0x000EF8, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_56' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_55) == 0x001010, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_55' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_54) == 0x001128, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_54' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_53) == 0x001240, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_53' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_52) == 0x001358, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_52' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_51) == 0x001470, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_51' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_50) == 0x001588, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_50' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_49) == 0x0016A0, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_49' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_48) == 0x0017B8, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_48' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_47) == 0x0018D0, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_47' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_46) == 0x0019E8, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_46' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_45) == 0x001B00, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_45' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_44) == 0x001C18, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_44' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_43) == 0x001D30, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_43' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_42) == 0x001E48, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_42' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_41) == 0x001F60, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_41' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_40) == 0x002078, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_40' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_39) == 0x002190, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_39' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_38) == 0x0022A8, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_38' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_37) == 0x0023C0, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_37' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_36) == 0x0024D8, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_36' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_35) == 0x0025F0, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_35' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_AnimDynamics_6) == 0x002710, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_AnimDynamics_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_AnimDynamics_5) == 0x002B50, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_AnimDynamics_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_AnimDynamics_4) == 0x002F90, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_AnimDynamics_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_AnimDynamics_3) == 0x0033D0, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_AnimDynamics_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_34) == 0x003810, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_34' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_33) == 0x003928, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_33' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_32) == 0x003A40, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_32' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_31) == 0x003B58, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_31' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_30) == 0x003C70, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_30' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_29) == 0x003D88, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_29' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_28) == 0x003EA0, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_28' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_27) == 0x003FB8, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_27' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_26) == 0x0040D0, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_26' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_25) == 0x0041E8, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_25' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_24) == 0x004300, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_24' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_23) == 0x004418, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_23' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_AnimDynamics_2) == 0x004530, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_AnimDynamics_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_22) == 0x004970, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_22' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_21) == 0x004A88, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_21' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_SubInput) == 0x004BA0, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_SubInput' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_20) == 0x004CB8, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_20' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_19) == 0x004DD0, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_19' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_18) == 0x004EE8, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_18' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_17) == 0x005000, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_17' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_16) == 0x005118, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_16' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_15) == 0x005230, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_15' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_14) == 0x005348, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_14' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_13) == 0x005460, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_13' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_12) == 0x005578, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_12' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_11) == 0x005690, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_11' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_AnimDynamics_1) == 0x0057B0, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_AnimDynamics_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_AnimDynamics) == 0x005BF0, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_AnimDynamics' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_10) == 0x006030, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_10' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_9) == 0x006148, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_9' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_Root) == 0x006260, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_8) == 0x006290, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_8' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_7) == 0x0063A8, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_7' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_6) == 0x0064C0, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_6' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_5) == 0x0065D8, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_5' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_4) == 0x0066F0, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_4' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_3) == 0x006808, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_3' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_2) == 0x006920, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_2' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController_1) == 0x006A38, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController_1' has a wrong offset!"); \ static_assert(offsetof(UABP_Biped_PostProcess_C, AnimGraphNode_BoneDrivenController) == 0x006B50, "Member 'UABP_Biped_PostProcess_C::AnimGraphNode_BoneDrivenController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp \ static_assert(alignof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp) == 0x000008, "Wrong alignment on UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp"); \ static_assert(sizeof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp) == 0x0001F0, "Wrong size on UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, EntryPoint) == 0x000000, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_Event_ChallengeID) == 0x000004, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_Event_ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_Event_ChallengeCategory) == 0x00000C, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_Event_ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_Event_CompletedLevel) == 0x000014, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_Event_CompletedLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_Event_MaxLevels) == 0x000018, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_Event_MaxLevels' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_Event_Name) == 0x000020, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_Event_Name' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_Event_IconName_1) == 0x000030, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_Event_IconName_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_Event_Count) == 0x000040, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_Event_Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_Event_Header) == 0x000048, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_Event_Header' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_Event_SpecialCollection) == 0x000058, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_Event_SpecialCollection' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_Event_Variation) == 0x00005C, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_Event_Variation' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_MakeStruct_PickupNotificationData) == 0x000068, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_MakeStruct_PickupNotificationData' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_Event_HeaderText) == 0x0000C8, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_Event_HeaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_Event_SubheaderText) == 0x0000D8, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_Event_SubheaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_Event_IconName) == 0x0000E8, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_Event_IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, CallFunc_Get_ReturnValue) == 0x0000F8, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, CallFunc_Array_Add_ReturnValue) == 0x000100, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_Event_CollectionID) == 0x000104, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_Event_CollectionID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_Event_CollectionCategory) == 0x00010C, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_Event_CollectionCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_Event_CollectionID_1) == 0x000114, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_Event_CollectionID_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_Event_CollectionCategory_1) == 0x00011C, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_Event_CollectionCategory_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_CreateDelegate_OutputDelegate) == 0x000124, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_CustomEvent_ItemID) == 0x000138, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_CustomEvent_ItemID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000148, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, CallFunc_PlayAnimation_ReturnValue) == 0x000150, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, CallFunc_PlayAnimation_ReturnValue_1) == 0x000158, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_CustomEvent_Caller) == 0x000160, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, CallFunc_Array_Get_Item) == 0x000168, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001C8, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, CallFunc_PostEventAtLocation_ReturnValue) == 0x0001D8, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp, CallFunc_HermesBindEvent_Handle) == 0x0001E0, "Member 'UI_BP_CompanionLevelUp_C_ExecuteUbergraph_UI_BP_CompanionLevelUp::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompanionLevelUp_C_OnDisplaySpecialNotification \ static_assert(alignof(UI_BP_CompanionLevelUp_C_OnDisplaySpecialNotification) == 0x000008, "Wrong alignment on UI_BP_CompanionLevelUp_C_OnDisplaySpecialNotification"); \ static_assert(sizeof(UI_BP_CompanionLevelUp_C_OnDisplaySpecialNotification) == 0x000008, "Wrong size on UI_BP_CompanionLevelUp_C_OnDisplaySpecialNotification"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_OnDisplaySpecialNotification, Caller) == 0x000000, "Member 'UI_BP_CompanionLevelUp_C_OnDisplaySpecialNotification::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompanionLevelUp_C_EventDisplaySpecialNotification \ static_assert(alignof(UI_BP_CompanionLevelUp_C_EventDisplaySpecialNotification) == 0x000008, "Wrong alignment on UI_BP_CompanionLevelUp_C_EventDisplaySpecialNotification"); \ static_assert(sizeof(UI_BP_CompanionLevelUp_C_EventDisplaySpecialNotification) == 0x000010, "Wrong size on UI_BP_CompanionLevelUp_C_EventDisplaySpecialNotification"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_EventDisplaySpecialNotification, ItemId) == 0x000000, "Member 'UI_BP_CompanionLevelUp_C_EventDisplaySpecialNotification::ItemId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompanionLevelUp_C_I_AddGenericNotification \ static_assert(alignof(UI_BP_CompanionLevelUp_C_I_AddGenericNotification) == 0x000008, "Wrong alignment on UI_BP_CompanionLevelUp_C_I_AddGenericNotification"); \ static_assert(sizeof(UI_BP_CompanionLevelUp_C_I_AddGenericNotification) == 0x000030, "Wrong size on UI_BP_CompanionLevelUp_C_I_AddGenericNotification"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_I_AddGenericNotification, HeaderText) == 0x000000, "Member 'UI_BP_CompanionLevelUp_C_I_AddGenericNotification::HeaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_I_AddGenericNotification, SubheaderText) == 0x000010, "Member 'UI_BP_CompanionLevelUp_C_I_AddGenericNotification::SubheaderText' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_I_AddGenericNotification, IconName) == 0x000020, "Member 'UI_BP_CompanionLevelUp_C_I_AddGenericNotification::IconName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompanionLevelUp_C_I_ItemCollected \ static_assert(alignof(UI_BP_CompanionLevelUp_C_I_ItemCollected) == 0x000008, "Wrong alignment on UI_BP_CompanionLevelUp_C_I_ItemCollected"); \ static_assert(sizeof(UI_BP_CompanionLevelUp_C_I_ItemCollected) == 0x000048, "Wrong size on UI_BP_CompanionLevelUp_C_I_ItemCollected"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_I_ItemCollected, Name_0) == 0x000000, "Member 'UI_BP_CompanionLevelUp_C_I_ItemCollected::Name_0' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_I_ItemCollected, IconName) == 0x000010, "Member 'UI_BP_CompanionLevelUp_C_I_ItemCollected::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_I_ItemCollected, Count) == 0x000020, "Member 'UI_BP_CompanionLevelUp_C_I_ItemCollected::Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_I_ItemCollected, Header) == 0x000028, "Member 'UI_BP_CompanionLevelUp_C_I_ItemCollected::Header' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_I_ItemCollected, SpecialCollection) == 0x000038, "Member 'UI_BP_CompanionLevelUp_C_I_ItemCollected::SpecialCollection' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_I_ItemCollected, Variation) == 0x00003C, "Member 'UI_BP_CompanionLevelUp_C_I_ItemCollected::Variation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompanionLevelUp_C_I_AddChallengeCompleteNotification \ static_assert(alignof(UI_BP_CompanionLevelUp_C_I_AddChallengeCompleteNotification) == 0x000004, "Wrong alignment on UI_BP_CompanionLevelUp_C_I_AddChallengeCompleteNotification"); \ static_assert(sizeof(UI_BP_CompanionLevelUp_C_I_AddChallengeCompleteNotification) == 0x000018, "Wrong size on UI_BP_CompanionLevelUp_C_I_AddChallengeCompleteNotification"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_I_AddChallengeCompleteNotification, ChallengeID) == 0x000000, "Member 'UI_BP_CompanionLevelUp_C_I_AddChallengeCompleteNotification::ChallengeID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_I_AddChallengeCompleteNotification, ChallengeCategory) == 0x000008, "Member 'UI_BP_CompanionLevelUp_C_I_AddChallengeCompleteNotification::ChallengeCategory' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_I_AddChallengeCompleteNotification, CompletedLevel) == 0x000010, "Member 'UI_BP_CompanionLevelUp_C_I_AddChallengeCompleteNotification::CompletedLevel' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_I_AddChallengeCompleteNotification, MaxLevels) == 0x000014, "Member 'UI_BP_CompanionLevelUp_C_I_AddChallengeCompleteNotification::MaxLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompanionLevelUp_C_I_AddCollectionObtainedNotification \ static_assert(alignof(UI_BP_CompanionLevelUp_C_I_AddCollectionObtainedNotification) == 0x000004, "Wrong alignment on UI_BP_CompanionLevelUp_C_I_AddCollectionObtainedNotification"); \ static_assert(sizeof(UI_BP_CompanionLevelUp_C_I_AddCollectionObtainedNotification) == 0x000010, "Wrong size on UI_BP_CompanionLevelUp_C_I_AddCollectionObtainedNotification"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_I_AddCollectionObtainedNotification, CollectionID) == 0x000000, "Member 'UI_BP_CompanionLevelUp_C_I_AddCollectionObtainedNotification::CollectionID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_I_AddCollectionObtainedNotification, CollectionCategory) == 0x000008, "Member 'UI_BP_CompanionLevelUp_C_I_AddCollectionObtainedNotification::CollectionCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompanionLevelUp_C_I_AddCollectionKnownNotification \ static_assert(alignof(UI_BP_CompanionLevelUp_C_I_AddCollectionKnownNotification) == 0x000004, "Wrong alignment on UI_BP_CompanionLevelUp_C_I_AddCollectionKnownNotification"); \ static_assert(sizeof(UI_BP_CompanionLevelUp_C_I_AddCollectionKnownNotification) == 0x000010, "Wrong size on UI_BP_CompanionLevelUp_C_I_AddCollectionKnownNotification"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_I_AddCollectionKnownNotification, CollectionID) == 0x000000, "Member 'UI_BP_CompanionLevelUp_C_I_AddCollectionKnownNotification::CollectionID' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_I_AddCollectionKnownNotification, CollectionCategory) == 0x000008, "Member 'UI_BP_CompanionLevelUp_C_I_AddCollectionKnownNotification::CollectionCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompanionLevelUp_C_Hide \ static_assert(alignof(UI_BP_CompanionLevelUp_C_Hide) == 0x000008, "Wrong alignment on UI_BP_CompanionLevelUp_C_Hide"); \ static_assert(sizeof(UI_BP_CompanionLevelUp_C_Hide) == 0x000018, "Wrong size on UI_BP_CompanionLevelUp_C_Hide"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_Hide, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'UI_BP_CompanionLevelUp_C_Hide::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_Hide, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'UI_BP_CompanionLevelUp_C_Hide::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompanionLevelUp_C_HideComplete \ static_assert(alignof(UI_BP_CompanionLevelUp_C_HideComplete) == 0x000008, "Wrong alignment on UI_BP_CompanionLevelUp_C_HideComplete"); \ static_assert(sizeof(UI_BP_CompanionLevelUp_C_HideComplete) == 0x000008, "Wrong size on UI_BP_CompanionLevelUp_C_HideComplete"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_HideComplete, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_CompanionLevelUp_C_HideComplete::CallFunc_Get_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_CompanionLevelUp_C_ShowNotification \ static_assert(alignof(UI_BP_CompanionLevelUp_C_ShowNotification) == 0x000008, "Wrong alignment on UI_BP_CompanionLevelUp_C_ShowNotification"); \ static_assert(sizeof(UI_BP_CompanionLevelUp_C_ShowNotification) == 0x000040, "Wrong size on UI_BP_CompanionLevelUp_C_ShowNotification"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ShowNotification, ItemName) == 0x000000, "Member 'UI_BP_CompanionLevelUp_C_ShowNotification::ItemName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ShowNotification, IconName) == 0x000010, "Member 'UI_BP_CompanionLevelUp_C_ShowNotification::IconName' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ShowNotification, Count) == 0x000020, "Member 'UI_BP_CompanionLevelUp_C_ShowNotification::Count' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ShowNotification, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'UI_BP_CompanionLevelUp_C_ShowNotification::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ShowNotification, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000030, "Member 'UI_BP_CompanionLevelUp_C_ShowNotification::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_CompanionLevelUp_C_ShowNotification, CallFunc_K2_SetTimer_ReturnValue) == 0x000038, "Member 'UI_BP_CompanionLevelUp_C_ShowNotification::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_CompanionLevelUp_C \ static_assert(alignof(UUI_BP_CompanionLevelUp_C) == 0x000008, "Wrong alignment on UUI_BP_CompanionLevelUp_C"); \ static_assert(sizeof(UUI_BP_CompanionLevelUp_C) == 0x000340, "Wrong size on UUI_BP_CompanionLevelUp_C"); \ static_assert(offsetof(UUI_BP_CompanionLevelUp_C, UberGraphFrame) == 0x0002E8, "Member 'UUI_BP_CompanionLevelUp_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionLevelUp_C, HideSpecialNotification) == 0x0002F0, "Member 'UUI_BP_CompanionLevelUp_C::HideSpecialNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionLevelUp_C, ShowSpecialNotification) == 0x0002F8, "Member 'UUI_BP_CompanionLevelUp_C::ShowSpecialNotification' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionLevelUp_C, companionIcon) == 0x000300, "Member 'UUI_BP_CompanionLevelUp_C::companionIcon' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionLevelUp_C, CompanionName) == 0x000308, "Member 'UUI_BP_CompanionLevelUp_C::CompanionName' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionLevelUp_C, flame) == 0x000310, "Member 'UUI_BP_CompanionLevelUp_C::flame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionLevelUp_C, Left_Image) == 0x000318, "Member 'UUI_BP_CompanionLevelUp_C::Left_Image' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionLevelUp_C, Right_Image) == 0x000320, "Member 'UUI_BP_CompanionLevelUp_C::Right_Image' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionLevelUp_C, TheBorder) == 0x000328, "Member 'UUI_BP_CompanionLevelUp_C::TheBorder' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_CompanionLevelUp_C, ItemsToShow) == 0x000330, "Member 'UUI_BP_CompanionLevelUp_C::ItemsToShow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_OverlandMapClass_C \ static_assert(alignof(UUI_BP_OverlandMapClass_C) == 0x000010, "Wrong alignment on UUI_BP_OverlandMapClass_C"); \ static_assert(sizeof(UUI_BP_OverlandMapClass_C) == 0x000CE0, "Wrong size on UUI_BP_OverlandMapClass_C"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapClass_C_ExecuteUbergraph_UI_BP_HogwartsMapClass \ static_assert(alignof(UI_BP_HogwartsMapClass_C_ExecuteUbergraph_UI_BP_HogwartsMapClass) == 0x000008, "Wrong alignment on UI_BP_HogwartsMapClass_C_ExecuteUbergraph_UI_BP_HogwartsMapClass"); \ static_assert(sizeof(UI_BP_HogwartsMapClass_C_ExecuteUbergraph_UI_BP_HogwartsMapClass) == 0x000070, "Wrong size on UI_BP_HogwartsMapClass_C_ExecuteUbergraph_UI_BP_HogwartsMapClass"); \ static_assert(offsetof(UI_BP_HogwartsMapClass_C_ExecuteUbergraph_UI_BP_HogwartsMapClass, EntryPoint) == 0x000000, "Member 'UI_BP_HogwartsMapClass_C_ExecuteUbergraph_UI_BP_HogwartsMapClass::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapClass_C_ExecuteUbergraph_UI_BP_HogwartsMapClass, K2Node_Event_ItemString) == 0x000008, "Member 'UI_BP_HogwartsMapClass_C_ExecuteUbergraph_UI_BP_HogwartsMapClass::K2Node_Event_ItemString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapClass_C_ExecuteUbergraph_UI_BP_HogwartsMapClass, K2Node_Event_ItemIndex) == 0x000018, "Member 'UI_BP_HogwartsMapClass_C_ExecuteUbergraph_UI_BP_HogwartsMapClass::K2Node_Event_ItemIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapClass_C_ExecuteUbergraph_UI_BP_HogwartsMapClass, K2Node_Event_WasCanceled) == 0x00001C, "Member 'UI_BP_HogwartsMapClass_C_ExecuteUbergraph_UI_BP_HogwartsMapClass::K2Node_Event_WasCanceled' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapClass_C_ExecuteUbergraph_UI_BP_HogwartsMapClass, K2Node_MakeMap_Map) == 0x000020, "Member 'UI_BP_HogwartsMapClass_C_ExecuteUbergraph_UI_BP_HogwartsMapClass::K2Node_MakeMap_Map' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapClass_C_OnMapItemSelected_Event \ static_assert(alignof(UI_BP_HogwartsMapClass_C_OnMapItemSelected_Event) == 0x000008, "Wrong alignment on UI_BP_HogwartsMapClass_C_OnMapItemSelected_Event"); \ static_assert(sizeof(UI_BP_HogwartsMapClass_C_OnMapItemSelected_Event) == 0x000018, "Wrong size on UI_BP_HogwartsMapClass_C_OnMapItemSelected_Event"); \ static_assert(offsetof(UI_BP_HogwartsMapClass_C_OnMapItemSelected_Event, ItemString) == 0x000000, "Member 'UI_BP_HogwartsMapClass_C_OnMapItemSelected_Event::ItemString' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapClass_C_OnMapItemSelected_Event, ItemIndex) == 0x000010, "Member 'UI_BP_HogwartsMapClass_C_OnMapItemSelected_Event::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(UI_BP_HogwartsMapClass_C_OnMapItemSelected_Event, WasCanceled) == 0x000014, "Member 'UI_BP_HogwartsMapClass_C_OnMapItemSelected_Event::WasCanceled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_HogwartsMapClass_C_ShowFastTavelMap \ static_assert(alignof(UI_BP_HogwartsMapClass_C_ShowFastTavelMap) == 0x000008, "Wrong alignment on UI_BP_HogwartsMapClass_C_ShowFastTavelMap"); \ static_assert(sizeof(UI_BP_HogwartsMapClass_C_ShowFastTavelMap) == 0x000050, "Wrong size on UI_BP_HogwartsMapClass_C_ShowFastTavelMap"); \ static_assert(offsetof(UI_BP_HogwartsMapClass_C_ShowFastTavelMap, Locations) == 0x000000, "Member 'UI_BP_HogwartsMapClass_C_ShowFastTavelMap::Locations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_HogwartsMapClass_C \ static_assert(alignof(UUI_BP_HogwartsMapClass_C) == 0x000010, "Wrong alignment on UUI_BP_HogwartsMapClass_C"); \ static_assert(sizeof(UUI_BP_HogwartsMapClass_C) == 0x000CA0, "Wrong size on UUI_BP_HogwartsMapClass_C"); \ static_assert(offsetof(UUI_BP_HogwartsMapClass_C, UberGraphFrame) == 0x000C80, "Member 'UUI_BP_HogwartsMapClass_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_HogwartsMapClass_C, MapItemSelected) == 0x000C88, "Member 'UUI_BP_HogwartsMapClass_C::MapItemSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Robe_ClothJoints_C \ static_assert(alignof(UABP_Robe_ClothJoints_C) == 0x000010, "Wrong alignment on UABP_Robe_ClothJoints_C"); \ static_assert(sizeof(UABP_Robe_ClothJoints_C) == 0x001460, "Wrong size on UABP_Robe_ClothJoints_C"); \ #define DUMPER7_ASSERTS_BP_SceneAction_SetPlayerHealth_C_GetNewHealth \ static_assert(alignof(BP_SceneAction_SetPlayerHealth_C_GetNewHealth) == 0x000008, "Wrong alignment on BP_SceneAction_SetPlayerHealth_C_GetNewHealth"); \ static_assert(sizeof(BP_SceneAction_SetPlayerHealth_C_GetNewHealth) == 0x000020, "Wrong size on BP_SceneAction_SetPlayerHealth_C_GetNewHealth"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetNewHealth, ObjectStateInfo) == 0x000000, "Member 'BP_SceneAction_SetPlayerHealth_C_GetNewHealth::ObjectStateInfo' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetNewHealth, ReturnValue) == 0x000008, "Member 'BP_SceneAction_SetPlayerHealth_C_GetNewHealth::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetNewHealth, CallFunc_GetHealth_ReturnValue) == 0x00000C, "Member 'BP_SceneAction_SetPlayerHealth_C_GetNewHealth::CallFunc_GetHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetNewHealth, CallFunc_Add_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_SceneAction_SetPlayerHealth_C_GetNewHealth::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetNewHealth, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_SceneAction_SetPlayerHealth_C_GetNewHealth::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetNewHealth, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'BP_SceneAction_SetPlayerHealth_C_GetNewHealth::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_SetPlayerHealth_C_OnInstant \ static_assert(alignof(BP_SceneAction_SetPlayerHealth_C_OnInstant) == 0x000004, "Wrong alignment on BP_SceneAction_SetPlayerHealth_C_OnInstant"); \ static_assert(sizeof(BP_SceneAction_SetPlayerHealth_C_OnInstant) == 0x000008, "Wrong size on BP_SceneAction_SetPlayerHealth_C_OnInstant"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_OnInstant, Time) == 0x000000, "Member 'BP_SceneAction_SetPlayerHealth_C_OnInstant::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_OnInstant, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_SetPlayerHealth_C_OnInstant::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth \ static_assert(alignof(BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth) == 0x000008, "Wrong alignment on BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth"); \ static_assert(sizeof(BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth) == 0x000030, "Wrong size on BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth, EntryPoint) == 0x000000, "Member 'BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth, K2Node_Event_Time) == 0x000004, "Member 'BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth, K2Node_Event_IsScrubbing) == 0x000008, "Member 'BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000010, "Member 'BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth, CallFunc_GetNewHealth_ReturnValue) == 0x000024, "Member 'BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth::CallFunc_GetNewHealth_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth, CallFunc_SetHealth_ReturnValue) == 0x000028, "Member 'BP_SceneAction_SetPlayerHealth_C_ExecuteUbergraph_BP_SceneAction_SetPlayerHealth::CallFunc_SetHealth_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_SetPlayerHealth_C_GetDisplayName \ static_assert(alignof(BP_SceneAction_SetPlayerHealth_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_SceneAction_SetPlayerHealth_C_GetDisplayName"); \ static_assert(sizeof(BP_SceneAction_SetPlayerHealth_C_GetDisplayName) == 0x000178, "Wrong size on BP_SceneAction_SetPlayerHealth_C_GetDisplayName"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetDisplayName, ReturnValue) == 0x000000, "Member 'BP_SceneAction_SetPlayerHealth_C_GetDisplayName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetDisplayName, Temp_byte_Variable) == 0x000018, "Member 'BP_SceneAction_SetPlayerHealth_C_GetDisplayName::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_SceneAction_SetPlayerHealth_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetDisplayName, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_SceneAction_SetPlayerHealth_C_GetDisplayName::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'BP_SceneAction_SetPlayerHealth_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetDisplayName, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'BP_SceneAction_SetPlayerHealth_C_GetDisplayName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetDisplayName, K2Node_MakeArray_Array_1) == 0x0000C8, "Member 'BP_SceneAction_SetPlayerHealth_C_GetDisplayName::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetDisplayName, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000D8, "Member 'BP_SceneAction_SetPlayerHealth_C_GetDisplayName::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetDisplayName, CallFunc_Format_ReturnValue_1) == 0x0000E0, "Member 'BP_SceneAction_SetPlayerHealth_C_GetDisplayName::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F8, "Member 'BP_SceneAction_SetPlayerHealth_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetDisplayName, K2Node_MakeArray_Array_2) == 0x000138, "Member 'BP_SceneAction_SetPlayerHealth_C_GetDisplayName::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetDisplayName, CallFunc_Format_ReturnValue_2) == 0x000148, "Member 'BP_SceneAction_SetPlayerHealth_C_GetDisplayName::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_GetDisplayName, K2Node_Select_Default) == 0x000160, "Member 'BP_SceneAction_SetPlayerHealth_C_GetDisplayName::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_SetPlayerHealth_C_IsInstant \ static_assert(alignof(BP_SceneAction_SetPlayerHealth_C_IsInstant) == 0x000001, "Wrong alignment on BP_SceneAction_SetPlayerHealth_C_IsInstant"); \ static_assert(sizeof(BP_SceneAction_SetPlayerHealth_C_IsInstant) == 0x000001, "Wrong size on BP_SceneAction_SetPlayerHealth_C_IsInstant"); \ static_assert(offsetof(BP_SceneAction_SetPlayerHealth_C_IsInstant, ReturnValue) == 0x000000, "Member 'BP_SceneAction_SetPlayerHealth_C_IsInstant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SceneAction_SetPlayerHealth_C \ static_assert(alignof(UBP_SceneAction_SetPlayerHealth_C) == 0x000008, "Wrong alignment on UBP_SceneAction_SetPlayerHealth_C"); \ static_assert(sizeof(UBP_SceneAction_SetPlayerHealth_C) == 0x0000C0, "Wrong size on UBP_SceneAction_SetPlayerHealth_C"); \ static_assert(offsetof(UBP_SceneAction_SetPlayerHealth_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_SceneAction_SetPlayerHealth_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_SetPlayerHealth_C, Method) == 0x0000B0, "Member 'UBP_SceneAction_SetPlayerHealth_C::Method' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_SetPlayerHealth_C, Value) == 0x0000B4, "Member 'UBP_SceneAction_SetPlayerHealth_C::Value' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_SetPlayerHealth_C, bAutoHeal) == 0x0000B8, "Member 'UBP_SceneAction_SetPlayerHealth_C::bAutoHeal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Idle_C_ExecuteUbergraph_ABL_Enemy_Idle \ static_assert(alignof(ABL_Enemy_Idle_C_ExecuteUbergraph_ABL_Enemy_Idle) == 0x000008, "Wrong alignment on ABL_Enemy_Idle_C_ExecuteUbergraph_ABL_Enemy_Idle"); \ static_assert(sizeof(ABL_Enemy_Idle_C_ExecuteUbergraph_ABL_Enemy_Idle) == 0x000010, "Wrong size on ABL_Enemy_Idle_C_ExecuteUbergraph_ABL_Enemy_Idle"); \ static_assert(offsetof(ABL_Enemy_Idle_C_ExecuteUbergraph_ABL_Enemy_Idle, EntryPoint) == 0x000000, "Member 'ABL_Enemy_Idle_C_ExecuteUbergraph_ABL_Enemy_Idle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Idle_C_ExecuteUbergraph_ABL_Enemy_Idle, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_Idle_C_ExecuteUbergraph_ABL_Enemy_Idle::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Idle_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_Idle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_Idle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_Idle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_Idle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_Idle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_Idle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Idle_C \ static_assert(alignof(UABL_Enemy_Idle_C) == 0x000008, "Wrong alignment on UABL_Enemy_Idle_C"); \ static_assert(sizeof(UABL_Enemy_Idle_C) == 0x0000D0, "Wrong size on UABL_Enemy_Idle_C"); \ static_assert(offsetof(UABL_Enemy_Idle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_Idle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_StartTutorial_C_OnInstant \ static_assert(alignof(BP_SceneAction_StartTutorial_C_OnInstant) == 0x000004, "Wrong alignment on BP_SceneAction_StartTutorial_C_OnInstant"); \ static_assert(sizeof(BP_SceneAction_StartTutorial_C_OnInstant) == 0x000008, "Wrong size on BP_SceneAction_StartTutorial_C_OnInstant"); \ static_assert(offsetof(BP_SceneAction_StartTutorial_C_OnInstant, Time) == 0x000000, "Member 'BP_SceneAction_StartTutorial_C_OnInstant::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_StartTutorial_C_OnInstant, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_StartTutorial_C_OnInstant::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_StartTutorial_C_ExecuteUbergraph_BP_SceneAction_StartTutorial \ static_assert(alignof(BP_SceneAction_StartTutorial_C_ExecuteUbergraph_BP_SceneAction_StartTutorial) == 0x000008, "Wrong alignment on BP_SceneAction_StartTutorial_C_ExecuteUbergraph_BP_SceneAction_StartTutorial"); \ static_assert(sizeof(BP_SceneAction_StartTutorial_C_ExecuteUbergraph_BP_SceneAction_StartTutorial) == 0x000020, "Wrong size on BP_SceneAction_StartTutorial_C_ExecuteUbergraph_BP_SceneAction_StartTutorial"); \ static_assert(offsetof(BP_SceneAction_StartTutorial_C_ExecuteUbergraph_BP_SceneAction_StartTutorial, EntryPoint) == 0x000000, "Member 'BP_SceneAction_StartTutorial_C_ExecuteUbergraph_BP_SceneAction_StartTutorial::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_StartTutorial_C_ExecuteUbergraph_BP_SceneAction_StartTutorial, K2Node_Event_Time) == 0x000004, "Member 'BP_SceneAction_StartTutorial_C_ExecuteUbergraph_BP_SceneAction_StartTutorial::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_StartTutorial_C_ExecuteUbergraph_BP_SceneAction_StartTutorial, K2Node_Event_IsScrubbing) == 0x000008, "Member 'BP_SceneAction_StartTutorial_C_ExecuteUbergraph_BP_SceneAction_StartTutorial::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_StartTutorial_C_ExecuteUbergraph_BP_SceneAction_StartTutorial, CallFunc_Get_ReturnValue) == 0x000010, "Member 'BP_SceneAction_StartTutorial_C_ExecuteUbergraph_BP_SceneAction_StartTutorial::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_StartTutorial_C_ExecuteUbergraph_BP_SceneAction_StartTutorial, CallFunc_StartTutorial_ReturnValue) == 0x000018, "Member 'BP_SceneAction_StartTutorial_C_ExecuteUbergraph_BP_SceneAction_StartTutorial::CallFunc_StartTutorial_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_StartTutorial_C_GetDisplayName \ static_assert(alignof(BP_SceneAction_StartTutorial_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_SceneAction_StartTutorial_C_GetDisplayName"); \ static_assert(sizeof(BP_SceneAction_StartTutorial_C_GetDisplayName) == 0x000098, "Wrong size on BP_SceneAction_StartTutorial_C_GetDisplayName"); \ static_assert(offsetof(BP_SceneAction_StartTutorial_C_GetDisplayName, ReturnValue) == 0x000000, "Member 'BP_SceneAction_StartTutorial_C_GetDisplayName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_StartTutorial_C_GetDisplayName, CallFunc_Conv_NameToText_ReturnValue) == 0x000018, "Member 'BP_SceneAction_StartTutorial_C_GetDisplayName::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_StartTutorial_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_SceneAction_StartTutorial_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_StartTutorial_C_GetDisplayName, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_SceneAction_StartTutorial_C_GetDisplayName::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_StartTutorial_C_GetDisplayName, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_SceneAction_StartTutorial_C_GetDisplayName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_StartTutorial_C_IsInstant \ static_assert(alignof(BP_SceneAction_StartTutorial_C_IsInstant) == 0x000001, "Wrong alignment on BP_SceneAction_StartTutorial_C_IsInstant"); \ static_assert(sizeof(BP_SceneAction_StartTutorial_C_IsInstant) == 0x000001, "Wrong size on BP_SceneAction_StartTutorial_C_IsInstant"); \ static_assert(offsetof(BP_SceneAction_StartTutorial_C_IsInstant, ReturnValue) == 0x000000, "Member 'BP_SceneAction_StartTutorial_C_IsInstant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SceneAction_StartTutorial_C \ static_assert(alignof(UBP_SceneAction_StartTutorial_C) == 0x000008, "Wrong alignment on UBP_SceneAction_StartTutorial_C"); \ static_assert(sizeof(UBP_SceneAction_StartTutorial_C) == 0x0000B8, "Wrong size on UBP_SceneAction_StartTutorial_C"); \ static_assert(offsetof(UBP_SceneAction_StartTutorial_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_SceneAction_StartTutorial_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_StartTutorial_C, TutorialName) == 0x0000B0, "Member 'UBP_SceneAction_StartTutorial_C::TutorialName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell \ static_assert(alignof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell) == 0x000008, "Wrong alignment on BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell"); \ static_assert(sizeof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell) == 0x0000C8, "Wrong size on BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, EntryPoint) == 0x000000, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, CallFunc_GetUltimateOwner_ReturnValue) == 0x000008, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::CallFunc_GetUltimateOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, Temp_struct_Variable) == 0x000010, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, Temp_delegate_Variable) == 0x000020, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, Temp_struct_Variable_1) == 0x000030, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, Temp_delegate_Variable_1) == 0x000040, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, Temp_struct_Variable_2) == 0x000050, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, Temp_delegate_Variable_2) == 0x000060, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::Temp_delegate_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, Temp_struct_Variable_3) == 0x000070, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, Temp_delegate_Variable_3) == 0x000080, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::Temp_delegate_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, CallFunc_GetPlayerPawn_ReturnValue) == 0x000090, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, CallFunc_PostEvent_ReturnValue) == 0x000098, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, CallFunc_IsToolUsedByPlayer_ReturnValue) == 0x00009C, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::CallFunc_IsToolUsedByPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, CallFunc_PostEvent_ReturnValue_1) == 0x0000A0, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::CallFunc_PostEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, CallFunc_IsToolUsedByPlayer_ReturnValue_1) == 0x0000A4, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::CallFunc_IsToolUsedByPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, CallFunc_PostEvent_ReturnValue_2) == 0x0000A8, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::CallFunc_PostEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x0000B0, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, CallFunc_GetUltimateOwner_ReturnValue_1) == 0x0000B8, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::CallFunc_GetUltimateOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell, CallFunc_PostEvent_ReturnValue_3) == 0x0000C0, "Member 'BP_DisillusionmentSpell_C_ExecuteUbergraph_BP_DisillusionmentSpell::CallFunc_PostEvent_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DisillusionmentSpell_C \ static_assert(alignof(ABP_DisillusionmentSpell_C) == 0x000008, "Wrong alignment on ABP_DisillusionmentSpell_C"); \ static_assert(sizeof(ABP_DisillusionmentSpell_C) == 0x000870, "Wrong size on ABP_DisillusionmentSpell_C"); \ static_assert(offsetof(ABP_DisillusionmentSpell_C, UberGraphFrame) == 0x000858, "Member 'ABP_DisillusionmentSpell_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_DisillusionmentSpell_C, DefaultSceneRoot) == 0x000860, "Member 'ABP_DisillusionmentSpell_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_DisillusionmentSpell_C, RefToStealthTakedown) == 0x000868, "Member 'ABP_DisillusionmentSpell_C::RefToStealthTakedown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Spawn_WipeIn_C \ static_assert(alignof(UABL_Enemy_Spawn_WipeIn_C) == 0x000008, "Wrong alignment on UABL_Enemy_Spawn_WipeIn_C"); \ static_assert(sizeof(UABL_Enemy_Spawn_WipeIn_C) == 0x0000C8, "Wrong size on UABL_Enemy_Spawn_WipeIn_C"); \ #define DUMPER7_ASSERTS_BP_StupefySpell_C_ExecuteUbergraph_BP_StupefySpell \ static_assert(alignof(BP_StupefySpell_C_ExecuteUbergraph_BP_StupefySpell) == 0x000008, "Wrong alignment on BP_StupefySpell_C_ExecuteUbergraph_BP_StupefySpell"); \ static_assert(sizeof(BP_StupefySpell_C_ExecuteUbergraph_BP_StupefySpell) == 0x000018, "Wrong size on BP_StupefySpell_C_ExecuteUbergraph_BP_StupefySpell"); \ static_assert(offsetof(BP_StupefySpell_C_ExecuteUbergraph_BP_StupefySpell, EntryPoint) == 0x000000, "Member 'BP_StupefySpell_C_ExecuteUbergraph_BP_StupefySpell::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_StupefySpell_C_ExecuteUbergraph_BP_StupefySpell, CallFunc_Get_ReturnValue) == 0x000008, "Member 'BP_StupefySpell_C_ExecuteUbergraph_BP_StupefySpell::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_StupefySpell_C_ExecuteUbergraph_BP_StupefySpell, CallFunc_CompleteTutorialStepByAlias_ReturnValue) == 0x000010, "Member 'BP_StupefySpell_C_ExecuteUbergraph_BP_StupefySpell::CallFunc_CompleteTutorialStepByAlias_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_StupefySpell_C_ExecuteUbergraph_BP_StupefySpell, CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue) == 0x000011, "Member 'BP_StupefySpell_C_ExecuteUbergraph_BP_StupefySpell::CallFunc_IsTutorialActiveOrAboutToBe_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_StupefySpell_C \ static_assert(alignof(ABP_StupefySpell_C) == 0x000008, "Wrong alignment on ABP_StupefySpell_C"); \ static_assert(sizeof(ABP_StupefySpell_C) == 0x0008C8, "Wrong size on ABP_StupefySpell_C"); \ static_assert(offsetof(ABP_StupefySpell_C, UberGraphFrame) == 0x0008B8, "Member 'ABP_StupefySpell_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_StupefySpell_C, DefaultSceneRoot) == 0x0008C0, "Member 'ABP_StupefySpell_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_StupefyHeavySpell_C \ static_assert(alignof(ABP_StupefyHeavySpell_C) == 0x000008, "Wrong alignment on ABP_StupefyHeavySpell_C"); \ static_assert(sizeof(ABP_StupefyHeavySpell_C) == 0x0008C0, "Wrong size on ABP_StupefyHeavySpell_C"); \ static_assert(offsetof(ABP_StupefyHeavySpell_C, DefaultSceneRoot) == 0x0008B8, "Member 'ABP_StupefyHeavySpell_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_StealthTakedownSpell_C_OnAffectTarget \ static_assert(alignof(BP_StealthTakedownSpell_C_OnAffectTarget) == 0x000008, "Wrong alignment on BP_StealthTakedownSpell_C_OnAffectTarget"); \ static_assert(sizeof(BP_StealthTakedownSpell_C_OnAffectTarget) == 0x000018, "Wrong size on BP_StealthTakedownSpell_C_OnAffectTarget"); \ static_assert(offsetof(BP_StealthTakedownSpell_C_OnAffectTarget, Target) == 0x000000, "Member 'BP_StealthTakedownSpell_C_OnAffectTarget::Target' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownSpell_C_OnAffectTarget, Component) == 0x000008, "Member 'BP_StealthTakedownSpell_C_OnAffectTarget::Component' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownSpell_C_OnAffectTarget, bInTargetAffected) == 0x000010, "Member 'BP_StealthTakedownSpell_C_OnAffectTarget::bInTargetAffected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell \ static_assert(alignof(BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell) == 0x000008, "Wrong alignment on BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell"); \ static_assert(sizeof(BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell) == 0x000060, "Wrong size on BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell"); \ static_assert(offsetof(BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell, EntryPoint) == 0x000000, "Member 'BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell, CallFunc_GetCharacterActor_ReturnValue) == 0x000008, "Member 'BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell::CallFunc_GetCharacterActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell, CallFunc_PostDialogueEventByReference_ReturnValue) == 0x000010, "Member 'BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell::CallFunc_PostDialogueEventByReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell, K2Node_Event_Target) == 0x000018, "Member 'BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell, K2Node_Event_Component) == 0x000020, "Member 'BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell::K2Node_Event_Component' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell, K2Node_Event_bInTargetAffected) == 0x000028, "Member 'BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell::K2Node_Event_bInTargetAffected' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell, CallFunc_Get_ReturnValue) == 0x000030, "Member 'BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell, CallFunc_GetCharacterActor_ReturnValue_1) == 0x000038, "Member 'BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell::CallFunc_GetCharacterActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell, K2Node_DynamicCast_AsBiped_Player) == 0x000040, "Member 'BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell, CallFunc_GetComponentByClass_ReturnValue) == 0x000050, "Member 'BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_StealthTakedownSpell_C_ExecuteUbergraph_BP_StealthTakedownSpell::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_StealthTakedownSpell_C \ static_assert(alignof(ABP_StealthTakedownSpell_C) == 0x000008, "Wrong alignment on ABP_StealthTakedownSpell_C"); \ static_assert(sizeof(ABP_StealthTakedownSpell_C) == 0x0008C8, "Wrong size on ABP_StealthTakedownSpell_C"); \ static_assert(offsetof(ABP_StealthTakedownSpell_C, UberGraphFrame) == 0x0008B8, "Member 'ABP_StealthTakedownSpell_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_StealthTakedownSpell_C, DefaultSceneRoot) == 0x0008C0, "Member 'ABP_StealthTakedownSpell_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion \ static_assert(alignof(BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion) == 0x000008, "Wrong alignment on BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion"); \ static_assert(sizeof(BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion) == 0x000060, "Wrong size on BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion"); \ static_assert(offsetof(BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion, Location) == 0x000000, "Member 'BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion::Location' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion, Ak_Event) == 0x000010, "Member 'BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion::Ak_Event' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion, Ak_Component) == 0x000018, "Member 'BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion::Ak_Component' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion, AkEvent) == 0x000020, "Member 'BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion::AkEvent' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion, AkComponent) == 0x000028, "Member 'BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion::AkComponent' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion, Temp_struct_Variable) == 0x000030, "Member 'BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion, CallFunc_SpawnAkComponentAtLocation_ReturnValue) == 0x000040, "Member 'BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion::CallFunc_SpawnAkComponentAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion, Temp_delegate_Variable) == 0x000048, "Member 'BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion, CallFunc_PostAkEvent_ReturnValue) == 0x000058, "Member 'BP_RevelioSpell_C_PostAtEventAtLocationNoOcclusion::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RevelioSpell_C_OnCastSpell \ static_assert(alignof(BP_RevelioSpell_C_OnCastSpell) == 0x000008, "Wrong alignment on BP_RevelioSpell_C_OnCastSpell"); \ static_assert(sizeof(BP_RevelioSpell_C_OnCastSpell) == 0x000020, "Wrong size on BP_RevelioSpell_C_OnCastSpell"); \ static_assert(offsetof(BP_RevelioSpell_C_OnCastSpell, Target_0) == 0x000000, "Member 'BP_RevelioSpell_C_OnCastSpell::Target_0' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_OnCastSpell, Location) == 0x000008, "Member 'BP_RevelioSpell_C_OnCastSpell::Location' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_OnCastSpell, MuzzleLocation) == 0x000014, "Member 'BP_RevelioSpell_C_OnCastSpell::MuzzleLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RevelioSpell_C_OnAffectTarget \ static_assert(alignof(BP_RevelioSpell_C_OnAffectTarget) == 0x000008, "Wrong alignment on BP_RevelioSpell_C_OnAffectTarget"); \ static_assert(sizeof(BP_RevelioSpell_C_OnAffectTarget) == 0x000018, "Wrong size on BP_RevelioSpell_C_OnAffectTarget"); \ static_assert(offsetof(BP_RevelioSpell_C_OnAffectTarget, Target_0) == 0x000000, "Member 'BP_RevelioSpell_C_OnAffectTarget::Target_0' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_OnAffectTarget, Component) == 0x000008, "Member 'BP_RevelioSpell_C_OnAffectTarget::Component' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_OnAffectTarget, bInTargetAffected) == 0x000010, "Member 'BP_RevelioSpell_C_OnAffectTarget::bInTargetAffected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell \ static_assert(alignof(BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell) == 0x000008, "Wrong alignment on BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell"); \ static_assert(sizeof(BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell) == 0x000088, "Wrong size on BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell"); \ static_assert(offsetof(BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell, EntryPoint) == 0x000000, "Member 'BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell, K2Node_Event_Target_1) == 0x000008, "Member 'BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell::K2Node_Event_Target_1' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell, K2Node_Event_Location) == 0x000010, "Member 'BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell::K2Node_Event_Location' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell, K2Node_Event_MuzzleLocation) == 0x00001C, "Member 'BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell::K2Node_Event_MuzzleLocation' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell, K2Node_Event_Target) == 0x000028, "Member 'BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell, K2Node_Event_Component) == 0x000030, "Member 'BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell::K2Node_Event_Component' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell, K2Node_Event_bInTargetAffected) == 0x000038, "Member 'BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell::K2Node_Event_bInTargetAffected' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00003C, "Member 'BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell, CallFunc_GetVectorParameterValue_ReturnValue) == 0x000048, "Member 'BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell::CallFunc_GetVectorParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell, CallFunc_Add_VectorVector_ReturnValue) == 0x000058, "Member 'BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell, CallFunc_PostAtEventAtLocationNoOcclusion_Ak_Component) == 0x000068, "Member 'BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell::CallFunc_PostAtEventAtLocationNoOcclusion_Ak_Component' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell, CallFunc_PostAtEventAtLocationNoOcclusion_Ak_Component_1) == 0x000070, "Member 'BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell::CallFunc_PostAtEventAtLocationNoOcclusion_Ak_Component_1' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000078, "Member 'BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell, CallFunc_GetNiagaraParameterCollection_ReturnValue) == 0x000080, "Member 'BP_RevelioSpell_C_ExecuteUbergraph_BP_RevelioSpell::CallFunc_GetNiagaraParameterCollection_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_RevelioSpell_C \ static_assert(alignof(ABP_RevelioSpell_C) == 0x000008, "Wrong alignment on ABP_RevelioSpell_C"); \ static_assert(sizeof(ABP_RevelioSpell_C) == 0x0009E0, "Wrong size on ABP_RevelioSpell_C"); \ static_assert(offsetof(ABP_RevelioSpell_C, UberGraphFrame) == 0x0009B0, "Member 'ABP_RevelioSpell_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_RevelioSpell_C, DefaultSceneRoot) == 0x0009B8, "Member 'ABP_RevelioSpell_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_RevelioSpell_C, Timeline_0_FXMaterials_29DD10F54BA9547458C67886AC9AF275) == 0x0009C0, "Member 'ABP_RevelioSpell_C::Timeline_0_FXMaterials_29DD10F54BA9547458C67886AC9AF275' has a wrong offset!"); \ static_assert(offsetof(ABP_RevelioSpell_C, Timeline_0_Strength_29DD10F54BA9547458C67886AC9AF275) == 0x0009C4, "Member 'ABP_RevelioSpell_C::Timeline_0_Strength_29DD10F54BA9547458C67886AC9AF275' has a wrong offset!"); \ static_assert(offsetof(ABP_RevelioSpell_C, Timeline_0__Direction_29DD10F54BA9547458C67886AC9AF275) == 0x0009C8, "Member 'ABP_RevelioSpell_C::Timeline_0__Direction_29DD10F54BA9547458C67886AC9AF275' has a wrong offset!"); \ static_assert(offsetof(ABP_RevelioSpell_C, Timeline_0) == 0x0009D0, "Member 'ABP_RevelioSpell_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ABP_RevelioSpell_C, Target) == 0x0009D8, "Member 'ABP_RevelioSpell_C::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_Decal3D_Stupify_C_UserConstructionScript \ static_assert(alignof(VFX_BP_Decal3D_Stupify_C_UserConstructionScript) == 0x000008, "Wrong alignment on VFX_BP_Decal3D_Stupify_C_UserConstructionScript"); \ static_assert(sizeof(VFX_BP_Decal3D_Stupify_C_UserConstructionScript) == 0x000028, "Wrong size on VFX_BP_Decal3D_Stupify_C_UserConstructionScript"); \ static_assert(offsetof(VFX_BP_Decal3D_Stupify_C_UserConstructionScript, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000000, "Member 'VFX_BP_Decal3D_Stupify_C_UserConstructionScript::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Decal3D_Stupify_C_UserConstructionScript, CallFunc_GetActorForwardVector_ReturnValue) == 0x000004, "Member 'VFX_BP_Decal3D_Stupify_C_UserConstructionScript::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Decal3D_Stupify_C_UserConstructionScript, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000010, "Member 'VFX_BP_Decal3D_Stupify_C_UserConstructionScript::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_Decal3D_Stupify_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000020, "Member 'VFX_BP_Decal3D_Stupify_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_Decal3D_Stupify_C_ExecuteUbergraph_VFX_BP_Decal3D_Stupify \ static_assert(alignof(VFX_BP_Decal3D_Stupify_C_ExecuteUbergraph_VFX_BP_Decal3D_Stupify) == 0x000004, "Wrong alignment on VFX_BP_Decal3D_Stupify_C_ExecuteUbergraph_VFX_BP_Decal3D_Stupify"); \ static_assert(sizeof(VFX_BP_Decal3D_Stupify_C_ExecuteUbergraph_VFX_BP_Decal3D_Stupify) == 0x000004, "Wrong size on VFX_BP_Decal3D_Stupify_C_ExecuteUbergraph_VFX_BP_Decal3D_Stupify"); \ static_assert(offsetof(VFX_BP_Decal3D_Stupify_C_ExecuteUbergraph_VFX_BP_Decal3D_Stupify, EntryPoint) == 0x000000, "Member 'VFX_BP_Decal3D_Stupify_C_ExecuteUbergraph_VFX_BP_Decal3D_Stupify::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVFX_BP_Decal3D_Stupify_C \ static_assert(alignof(AVFX_BP_Decal3D_Stupify_C) == 0x000008, "Wrong alignment on AVFX_BP_Decal3D_Stupify_C"); \ static_assert(sizeof(AVFX_BP_Decal3D_Stupify_C) == 0x000298, "Wrong size on AVFX_BP_Decal3D_Stupify_C"); \ static_assert(offsetof(AVFX_BP_Decal3D_Stupify_C, UberGraphFrame) == 0x000248, "Member 'AVFX_BP_Decal3D_Stupify_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Stupify_C, DecalSphereHelper) == 0x000250, "Member 'AVFX_BP_Decal3D_Stupify_C::DecalSphereHelper' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Stupify_C, Decal) == 0x000258, "Member 'AVFX_BP_Decal3D_Stupify_C::Decal' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Stupify_C, DefaultSceneRoot) == 0x000260, "Member 'AVFX_BP_Decal3D_Stupify_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Stupify_C, Timeline_2_Alpha_C27138AA42B10D795A5D1E8CFE5514F3) == 0x000268, "Member 'AVFX_BP_Decal3D_Stupify_C::Timeline_2_Alpha_C27138AA42B10D795A5D1E8CFE5514F3' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Stupify_C, Timeline_2__Direction_C27138AA42B10D795A5D1E8CFE5514F3) == 0x00026C, "Member 'AVFX_BP_Decal3D_Stupify_C::Timeline_2__Direction_C27138AA42B10D795A5D1E8CFE5514F3' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Stupify_C, Timeline_2) == 0x000270, "Member 'AVFX_BP_Decal3D_Stupify_C::Timeline_2' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Stupify_C, Timeline_1_Alpha_A471E1BB487073B5424E0186F28D91C9) == 0x000278, "Member 'AVFX_BP_Decal3D_Stupify_C::Timeline_1_Alpha_A471E1BB487073B5424E0186F28D91C9' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Stupify_C, Timeline_1__Direction_A471E1BB487073B5424E0186F28D91C9) == 0x00027C, "Member 'AVFX_BP_Decal3D_Stupify_C::Timeline_1__Direction_A471E1BB487073B5424E0186F28D91C9' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Stupify_C, Timeline_1) == 0x000280, "Member 'AVFX_BP_Decal3D_Stupify_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Stupify_C, MAT_Decal) == 0x000288, "Member 'AVFX_BP_Decal3D_Stupify_C::MAT_Decal' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Decal3D_Stupify_C, Random_Seed) == 0x000290, "Member 'AVFX_BP_Decal3D_Stupify_C::Random_Seed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ProtegoSpell_C_ExecuteUbergraph_BP_ProtegoSpell \ static_assert(alignof(BP_ProtegoSpell_C_ExecuteUbergraph_BP_ProtegoSpell) == 0x000004, "Wrong alignment on BP_ProtegoSpell_C_ExecuteUbergraph_BP_ProtegoSpell"); \ static_assert(sizeof(BP_ProtegoSpell_C_ExecuteUbergraph_BP_ProtegoSpell) == 0x000004, "Wrong size on BP_ProtegoSpell_C_ExecuteUbergraph_BP_ProtegoSpell"); \ static_assert(offsetof(BP_ProtegoSpell_C_ExecuteUbergraph_BP_ProtegoSpell, EntryPoint) == 0x000000, "Member 'BP_ProtegoSpell_C_ExecuteUbergraph_BP_ProtegoSpell::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ProtegoSpell_C \ static_assert(alignof(ABP_ProtegoSpell_C) == 0x000008, "Wrong alignment on ABP_ProtegoSpell_C"); \ static_assert(sizeof(ABP_ProtegoSpell_C) == 0x000DC0, "Wrong size on ABP_ProtegoSpell_C"); \ static_assert(offsetof(ABP_ProtegoSpell_C, UberGraphFrame) == 0x000DB0, "Member 'ABP_ProtegoSpell_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_ProtegoSpell_C, DefaultSceneRoot) == 0x000DB8, "Member 'ABP_ProtegoSpell_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSTR_TriggerVolumes_Particles \ static_assert(alignof(FSTR_TriggerVolumes_Particles) == 0x000008, "Wrong alignment on FSTR_TriggerVolumes_Particles"); \ static_assert(sizeof(FSTR_TriggerVolumes_Particles) == 0x000028, "Wrong size on FSTR_TriggerVolumes_Particles"); \ static_assert(offsetof(FSTR_TriggerVolumes_Particles, ParticleSystem_3_C16665F74028DE3281499F915AAC0CF6) == 0x000000, "Member 'FSTR_TriggerVolumes_Particles::ParticleSystem_3_C16665F74028DE3281499F915AAC0CF6' has a wrong offset!"); \ static_assert(offsetof(FSTR_TriggerVolumes_Particles, UseSpawnrate_21_770BB4544E84009300708BB17CD3443A) == 0x000008, "Member 'FSTR_TriggerVolumes_Particles::UseSpawnrate_21_770BB4544E84009300708BB17CD3443A' has a wrong offset!"); \ static_assert(offsetof(FSTR_TriggerVolumes_Particles, Spawnrate_7_5646BAA449F47A4C741009A7E63960C4) == 0x00000C, "Member 'FSTR_TriggerVolumes_Particles::Spawnrate_7_5646BAA449F47A4C741009A7E63960C4' has a wrong offset!"); \ static_assert(offsetof(FSTR_TriggerVolumes_Particles, UseParticleColor_23_5732CA26498E9E596596C9A77A49D668) == 0x000010, "Member 'FSTR_TriggerVolumes_Particles::UseParticleColor_23_5732CA26498E9E596596C9A77A49D668' has a wrong offset!"); \ static_assert(offsetof(FSTR_TriggerVolumes_Particles, ParticleColor_22_9E086A924D96E9B027475BB6B2D03549) == 0x000014, "Member 'FSTR_TriggerVolumes_Particles::ParticleColor_22_9E086A924D96E9B027475BB6B2D03549' has a wrong offset!"); \ static_assert(offsetof(FSTR_TriggerVolumes_Particles, VelocityBasedOnPlayerMovement_28_DDDAFE7141DCBF4976FDBD9D230038E2) == 0x000024, "Member 'FSTR_TriggerVolumes_Particles::VelocityBasedOnPlayerMovement_28_DDDAFE7141DCBF4976FDBD9D230038E2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_StupefyPopup_Upgrade_C_ExecuteUbergraph_BP_SubSonic_StupefyPopup_Upgrade \ static_assert(alignof(BP_SubSonic_StupefyPopup_Upgrade_C_ExecuteUbergraph_BP_SubSonic_StupefyPopup_Upgrade) == 0x000004, "Wrong alignment on BP_SubSonic_StupefyPopup_Upgrade_C_ExecuteUbergraph_BP_SubSonic_StupefyPopup_Upgrade"); \ static_assert(sizeof(BP_SubSonic_StupefyPopup_Upgrade_C_ExecuteUbergraph_BP_SubSonic_StupefyPopup_Upgrade) == 0x000004, "Wrong size on BP_SubSonic_StupefyPopup_Upgrade_C_ExecuteUbergraph_BP_SubSonic_StupefyPopup_Upgrade"); \ static_assert(offsetof(BP_SubSonic_StupefyPopup_Upgrade_C_ExecuteUbergraph_BP_SubSonic_StupefyPopup_Upgrade, EntryPoint) == 0x000000, "Member 'BP_SubSonic_StupefyPopup_Upgrade_C_ExecuteUbergraph_BP_SubSonic_StupefyPopup_Upgrade::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_StupefyPopup_Upgrade_C \ static_assert(alignof(ABP_SubSonic_StupefyPopup_Upgrade_C) == 0x000008, "Wrong alignment on ABP_SubSonic_StupefyPopup_Upgrade_C"); \ static_assert(sizeof(ABP_SubSonic_StupefyPopup_Upgrade_C) == 0x000558, "Wrong size on ABP_SubSonic_StupefyPopup_Upgrade_C"); \ static_assert(offsetof(ABP_SubSonic_StupefyPopup_Upgrade_C, UberGraphFrame) == 0x000538, "Member 'ABP_SubSonic_StupefyPopup_Upgrade_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_StupefyPopup_Upgrade_C, SkeletalMesh) == 0x000540, "Member 'ABP_SubSonic_StupefyPopup_Upgrade_C::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_StupefyPopup_Upgrade_C, NiagaraPopup) == 0x000548, "Member 'ABP_SubSonic_StupefyPopup_Upgrade_C::NiagaraPopup' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_StupefyPopup_Upgrade_C, ScaleValue) == 0x000550, "Member 'ABP_SubSonic_StupefyPopup_Upgrade_C::ScaleValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCast_Disillusionment_C \ static_assert(alignof(UABL_WandCast_Disillusionment_C) == 0x000008, "Wrong alignment on UABL_WandCast_Disillusionment_C"); \ static_assert(sizeof(UABL_WandCast_Disillusionment_C) == 0x0000C8, "Wrong size on UABL_WandCast_Disillusionment_C"); \ #define DUMPER7_ASSERTS_BP_AOE_Parry_C_OnHit \ static_assert(alignof(BP_AOE_Parry_C_OnHit) == 0x000008, "Wrong alignment on BP_AOE_Parry_C_OnHit"); \ static_assert(sizeof(BP_AOE_Parry_C_OnHit) == 0x000180, "Wrong size on BP_AOE_Parry_C_OnHit"); \ static_assert(offsetof(BP_AOE_Parry_C_OnHit, MunitionImpact) == 0x000000, "Member 'BP_AOE_Parry_C_OnHit::MunitionImpact' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Parry_C_OnHit, HitResult) == 0x0000F0, "Member 'BP_AOE_Parry_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Parry_C_OnHit, bHit) == 0x000178, "Member 'BP_AOE_Parry_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Parry_C_OnHit, bBlocked) == 0x000179, "Member 'BP_AOE_Parry_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Parry_C_OnHit, bFailed) == 0x00017A, "Member 'BP_AOE_Parry_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AOE_Parry_C_ExecuteUbergraph_BP_AOE_Parry \ static_assert(alignof(BP_AOE_Parry_C_ExecuteUbergraph_BP_AOE_Parry) == 0x000008, "Wrong alignment on BP_AOE_Parry_C_ExecuteUbergraph_BP_AOE_Parry"); \ static_assert(sizeof(BP_AOE_Parry_C_ExecuteUbergraph_BP_AOE_Parry) == 0x000188, "Wrong size on BP_AOE_Parry_C_ExecuteUbergraph_BP_AOE_Parry"); \ static_assert(offsetof(BP_AOE_Parry_C_ExecuteUbergraph_BP_AOE_Parry, EntryPoint) == 0x000000, "Member 'BP_AOE_Parry_C_ExecuteUbergraph_BP_AOE_Parry::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Parry_C_ExecuteUbergraph_BP_AOE_Parry, K2Node_Event_MunitionImpact) == 0x000008, "Member 'BP_AOE_Parry_C_ExecuteUbergraph_BP_AOE_Parry::K2Node_Event_MunitionImpact' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Parry_C_ExecuteUbergraph_BP_AOE_Parry, K2Node_Event_HitResult) == 0x0000F8, "Member 'BP_AOE_Parry_C_ExecuteUbergraph_BP_AOE_Parry::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Parry_C_ExecuteUbergraph_BP_AOE_Parry, K2Node_Event_bHit) == 0x000180, "Member 'BP_AOE_Parry_C_ExecuteUbergraph_BP_AOE_Parry::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Parry_C_ExecuteUbergraph_BP_AOE_Parry, K2Node_Event_bBlocked) == 0x000181, "Member 'BP_AOE_Parry_C_ExecuteUbergraph_BP_AOE_Parry::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Parry_C_ExecuteUbergraph_BP_AOE_Parry, K2Node_Event_bFailed) == 0x000182, "Member 'BP_AOE_Parry_C_ExecuteUbergraph_BP_AOE_Parry::K2Node_Event_bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AOE_Parry_C \ static_assert(alignof(ABP_AOE_Parry_C) == 0x000008, "Wrong alignment on ABP_AOE_Parry_C"); \ static_assert(sizeof(ABP_AOE_Parry_C) == 0x000670, "Wrong size on ABP_AOE_Parry_C"); \ static_assert(offsetof(ABP_AOE_Parry_C, UberGraphFrame) == 0x000660, "Member 'ABP_AOE_Parry_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AOE_Parry_C, DefaultSceneRoot) == 0x000668, "Member 'ABP_AOE_Parry_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_StealthKnockdown_C \ static_assert(alignof(UABL_StealthKnockdown_C) == 0x000008, "Wrong alignment on UABL_StealthKnockdown_C"); \ static_assert(sizeof(UABL_StealthKnockdown_C) == 0x0000C8, "Wrong size on UABL_StealthKnockdown_C"); \ #define DUMPER7_ASSERTS_ABP_DayNightSky_Overland_C \ static_assert(alignof(ABP_DayNightSky_Overland_C) == 0x000008, "Wrong alignment on ABP_DayNightSky_Overland_C"); \ static_assert(sizeof(ABP_DayNightSky_Overland_C) == 0x000690, "Wrong size on ABP_DayNightSky_Overland_C"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_CowerMandrakeEnd_C \ static_assert(alignof(UABL_NpcReact_CowerMandrakeEnd_C) == 0x000008, "Wrong alignment on UABL_NpcReact_CowerMandrakeEnd_C"); \ static_assert(sizeof(UABL_NpcReact_CowerMandrakeEnd_C) == 0x0000E0, "Wrong size on UABL_NpcReact_CowerMandrakeEnd_C"); \ #define DUMPER7_ASSERTS_BP_SubSonic_DragonFlame_C_OnHit \ static_assert(alignof(BP_SubSonic_DragonFlame_C_OnHit) == 0x000004, "Wrong alignment on BP_SubSonic_DragonFlame_C_OnHit"); \ static_assert(sizeof(BP_SubSonic_DragonFlame_C_OnHit) == 0x00008C, "Wrong size on BP_SubSonic_DragonFlame_C_OnHit"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_OnHit, HitResult) == 0x000000, "Member 'BP_SubSonic_DragonFlame_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_OnHit, bDestroyed) == 0x000088, "Member 'BP_SubSonic_DragonFlame_C_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_OnHit, bHit) == 0x000089, "Member 'BP_SubSonic_DragonFlame_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_OnHit, bBlocked) == 0x00008A, "Member 'BP_SubSonic_DragonFlame_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_OnHit, bFailed) == 0x00008B, "Member 'BP_SubSonic_DragonFlame_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_DragonFlame_C_OnFire \ static_assert(alignof(BP_SubSonic_DragonFlame_C_OnFire) == 0x000008, "Wrong alignment on BP_SubSonic_DragonFlame_C_OnFire"); \ static_assert(sizeof(BP_SubSonic_DragonFlame_C_OnFire) == 0x000020, "Wrong size on BP_SubSonic_DragonFlame_C_OnFire"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_OnFire, Target) == 0x000000, "Member 'BP_SubSonic_DragonFlame_C_OnFire::Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_OnFire, TargetLocation) == 0x000008, "Member 'BP_SubSonic_DragonFlame_C_OnFire::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_OnFire, Velocity) == 0x000014, "Member 'BP_SubSonic_DragonFlame_C_OnFire::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame \ static_assert(alignof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame) == 0x000008, "Wrong alignment on BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame"); \ static_assert(sizeof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame) == 0x000150, "Wrong size on BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, EntryPoint) == 0x000000, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, K2Node_Event_HitResult) == 0x000004, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, K2Node_Event_bDestroyed) == 0x00008C, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::K2Node_Event_bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, K2Node_Event_bHit) == 0x00008D, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, K2Node_Event_bBlocked) == 0x00008E, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, K2Node_Event_bFailed) == 0x00008F, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::K2Node_Event_bFailed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BreakHitResult_bBlockingHit) == 0x000090, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BreakHitResult_bInitialOverlap) == 0x000091, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BreakHitResult_Time) == 0x000094, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BreakHitResult_Distance) == 0x000098, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BreakHitResult_Location) == 0x00009C, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A8, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BreakHitResult_Normal) == 0x0000B4, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C0, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BreakHitResult_PhysMat) == 0x0000D0, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BreakHitResult_HitActor) == 0x0000D8, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BreakHitResult_HitComponent) == 0x0000E0, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BreakHitResult_HitBoneName) == 0x0000E8, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BreakHitResult_HitItem) == 0x0000F0, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BreakHitResult_ElementIndex) == 0x0000F4, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BreakHitResult_FaceIndex) == 0x0000F8, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BreakHitResult_TraceStart) == 0x0000FC, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BreakHitResult_TraceEnd) == 0x000108, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_IsValid_ReturnValue) == 0x000114, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_GetCollisionObjectType_ReturnValue) == 0x000115, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_GetCollisionObjectType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000116, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000117, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x000118, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_BooleanOR_ReturnValue) == 0x000124, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000128, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, K2Node_Event_Target) == 0x000130, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, K2Node_Event_TargetLocation) == 0x000138, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::K2Node_Event_TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame, K2Node_Event_Velocity) == 0x000144, "Member 'BP_SubSonic_DragonFlame_C_ExecuteUbergraph_BP_SubSonic_DragonFlame::K2Node_Event_Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_DragonFlame_C \ static_assert(alignof(ABP_SubSonic_DragonFlame_C) == 0x000008, "Wrong alignment on ABP_SubSonic_DragonFlame_C"); \ static_assert(sizeof(ABP_SubSonic_DragonFlame_C) == 0x000560, "Wrong size on ABP_SubSonic_DragonFlame_C"); \ static_assert(offsetof(ABP_SubSonic_DragonFlame_C, UberGraphFrame) == 0x000538, "Member 'ABP_SubSonic_DragonFlame_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DragonFlame_C, N_GroundFire_Trail) == 0x000540, "Member 'ABP_SubSonic_DragonFlame_C::N_GroundFire_Trail' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DragonFlame_C, SM_Aguamenti_WaterProj) == 0x000548, "Member 'ABP_SubSonic_DragonFlame_C::SM_Aguamenti_WaterProj' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DragonFlame_C, ScaleValue) == 0x000550, "Member 'ABP_SubSonic_DragonFlame_C::ScaleValue' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DragonFlame_C, LocTarget) == 0x000554, "Member 'ABP_SubSonic_DragonFlame_C::LocTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AOE_Protego_C \ static_assert(alignof(ABP_AOE_Protego_C) == 0x000008, "Wrong alignment on ABP_AOE_Protego_C"); \ static_assert(sizeof(ABP_AOE_Protego_C) == 0x000668, "Wrong size on ABP_AOE_Protego_C"); \ static_assert(offsetof(ABP_AOE_Protego_C, DefaultSceneRoot) == 0x000660, "Member 'ABP_AOE_Protego_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCast_Revelio_C \ static_assert(alignof(UABL_WandCast_Revelio_C) == 0x000008, "Wrong alignment on UABL_WandCast_Revelio_C"); \ static_assert(sizeof(UABL_WandCast_Revelio_C) == 0x0000C8, "Wrong size on UABL_WandCast_Revelio_C"); \ #define DUMPER7_ASSERTS_UBP_RevelioPrepLEDEffect_C \ static_assert(alignof(UBP_RevelioPrepLEDEffect_C) == 0x000008, "Wrong alignment on UBP_RevelioPrepLEDEffect_C"); \ static_assert(sizeof(UBP_RevelioPrepLEDEffect_C) == 0x000048, "Wrong size on UBP_RevelioPrepLEDEffect_C"); \ #define DUMPER7_ASSERTS_UBP_RevelioStartLEDEffect_C \ static_assert(alignof(UBP_RevelioStartLEDEffect_C) == 0x000008, "Wrong alignment on UBP_RevelioStartLEDEffect_C"); \ static_assert(sizeof(UBP_RevelioStartLEDEffect_C) == 0x000048, "Wrong size on UBP_RevelioStartLEDEffect_C"); \ #define DUMPER7_ASSERTS_BP_SubSonic_DragonFlame_Instakill_C_OnFire \ static_assert(alignof(BP_SubSonic_DragonFlame_Instakill_C_OnFire) == 0x000008, "Wrong alignment on BP_SubSonic_DragonFlame_Instakill_C_OnFire"); \ static_assert(sizeof(BP_SubSonic_DragonFlame_Instakill_C_OnFire) == 0x000020, "Wrong size on BP_SubSonic_DragonFlame_Instakill_C_OnFire"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_OnFire, Target) == 0x000000, "Member 'BP_SubSonic_DragonFlame_Instakill_C_OnFire::Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_OnFire, TargetLocation) == 0x000008, "Member 'BP_SubSonic_DragonFlame_Instakill_C_OnFire::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_OnFire, Velocity) == 0x000014, "Member 'BP_SubSonic_DragonFlame_Instakill_C_OnFire::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_DragonFlame_Instakill_C_OnHit \ static_assert(alignof(BP_SubSonic_DragonFlame_Instakill_C_OnHit) == 0x000004, "Wrong alignment on BP_SubSonic_DragonFlame_Instakill_C_OnHit"); \ static_assert(sizeof(BP_SubSonic_DragonFlame_Instakill_C_OnHit) == 0x00008C, "Wrong size on BP_SubSonic_DragonFlame_Instakill_C_OnHit"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_OnHit, HitResult) == 0x000000, "Member 'BP_SubSonic_DragonFlame_Instakill_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_OnHit, bDestroyed) == 0x000088, "Member 'BP_SubSonic_DragonFlame_Instakill_C_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_OnHit, bHit) == 0x000089, "Member 'BP_SubSonic_DragonFlame_Instakill_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_OnHit, bBlocked) == 0x00008A, "Member 'BP_SubSonic_DragonFlame_Instakill_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_OnHit, bFailed) == 0x00008B, "Member 'BP_SubSonic_DragonFlame_Instakill_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill \ static_assert(alignof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill) == 0x000008, "Wrong alignment on BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill"); \ static_assert(sizeof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill) == 0x000170, "Wrong size on BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, EntryPoint) == 0x000000, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, K2Node_Event_HitResult) == 0x000004, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, K2Node_Event_bDestroyed) == 0x00008C, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::K2Node_Event_bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, K2Node_Event_bHit) == 0x00008D, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, K2Node_Event_bBlocked) == 0x00008E, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, K2Node_Event_bFailed) == 0x00008F, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::K2Node_Event_bFailed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, Temp_struct_Variable) == 0x000090, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_BreakHitResult_bBlockingHit) == 0x0000A0, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000A1, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_BreakHitResult_Time) == 0x0000A4, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_BreakHitResult_Distance) == 0x0000A8, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_BreakHitResult_Location) == 0x0000AC, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_BreakHitResult_ImpactPoint) == 0x0000B8, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_BreakHitResult_Normal) == 0x0000C4, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D0, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_BreakHitResult_PhysMat) == 0x0000E0, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_BreakHitResult_HitActor) == 0x0000E8, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_BreakHitResult_HitComponent) == 0x0000F0, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_BreakHitResult_HitBoneName) == 0x0000F8, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_BreakHitResult_HitItem) == 0x000100, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_BreakHitResult_ElementIndex) == 0x000104, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_BreakHitResult_FaceIndex) == 0x000108, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_BreakHitResult_TraceStart) == 0x00010C, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_BreakHitResult_TraceEnd) == 0x000118, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, Temp_delegate_Variable) == 0x000124, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, K2Node_DynamicCast_AsEnemy_Character) == 0x000138, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::K2Node_DynamicCast_AsEnemy_Character' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, K2Node_DynamicCast_bSuccess) == 0x000140, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_PostEvent_ReturnValue) == 0x000144, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, CallFunc_IsValid_ReturnValue) == 0x000148, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, K2Node_Event_Target) == 0x000150, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, K2Node_Event_TargetLocation) == 0x000158, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::K2Node_Event_TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill, K2Node_Event_Velocity) == 0x000164, "Member 'BP_SubSonic_DragonFlame_Instakill_C_ExecuteUbergraph_BP_SubSonic_DragonFlame_Instakill::K2Node_Event_Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_DragonFlame_Instakill_C \ static_assert(alignof(ABP_SubSonic_DragonFlame_Instakill_C) == 0x000008, "Wrong alignment on ABP_SubSonic_DragonFlame_Instakill_C"); \ static_assert(sizeof(ABP_SubSonic_DragonFlame_Instakill_C) == 0x000568, "Wrong size on ABP_SubSonic_DragonFlame_Instakill_C"); \ static_assert(offsetof(ABP_SubSonic_DragonFlame_Instakill_C, UberGraphFrame) == 0x000538, "Member 'ABP_SubSonic_DragonFlame_Instakill_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DragonFlame_Instakill_C, MunitionShape) == 0x000540, "Member 'ABP_SubSonic_DragonFlame_Instakill_C::MunitionShape' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DragonFlame_Instakill_C, N_GroundFire_Trail) == 0x000548, "Member 'ABP_SubSonic_DragonFlame_Instakill_C::N_GroundFire_Trail' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DragonFlame_Instakill_C, ScaleValue) == 0x000550, "Member 'ABP_SubSonic_DragonFlame_Instakill_C::ScaleValue' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DragonFlame_Instakill_C, LocTarget) == 0x000554, "Member 'ABP_SubSonic_DragonFlame_Instakill_C::LocTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DragonFlame_Instakill_C, DebugVisualization) == 0x000560, "Member 'ABP_SubSonic_DragonFlame_Instakill_C::DebugVisualization' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_StupefyPrepLEDEffect_C \ static_assert(alignof(UBP_StupefyPrepLEDEffect_C) == 0x000008, "Wrong alignment on UBP_StupefyPrepLEDEffect_C"); \ static_assert(sizeof(UBP_StupefyPrepLEDEffect_C) == 0x000048, "Wrong size on UBP_StupefyPrepLEDEffect_C"); \ #define DUMPER7_ASSERTS_UBP_StupefyStartLEDEffect_C \ static_assert(alignof(UBP_StupefyStartLEDEffect_C) == 0x000008, "Wrong alignment on UBP_StupefyStartLEDEffect_C"); \ static_assert(sizeof(UBP_StupefyStartLEDEffect_C) == 0x000048, "Wrong size on UBP_StupefyStartLEDEffect_C"); \ #define DUMPER7_ASSERTS_UABL_TombProtector_Spawn_Reflection_StandUp_C \ static_assert(alignof(UABL_TombProtector_Spawn_Reflection_StandUp_C) == 0x000008, "Wrong alignment on UABL_TombProtector_Spawn_Reflection_StandUp_C"); \ static_assert(sizeof(UABL_TombProtector_Spawn_Reflection_StandUp_C) == 0x0000C8, "Wrong size on UABL_TombProtector_Spawn_Reflection_StandUp_C"); \ #define DUMPER7_ASSERTS_UABL_TMB_Apparate_Wait_C \ static_assert(alignof(UABL_TMB_Apparate_Wait_C) == 0x000008, "Wrong alignment on UABL_TMB_Apparate_Wait_C"); \ static_assert(sizeof(UABL_TMB_Apparate_Wait_C) == 0x0000C8, "Wrong size on UABL_TMB_Apparate_Wait_C"); \ #define DUMPER7_ASSERTS_ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent \ static_assert(alignof(ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent) == 0x000008, "Wrong alignment on ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent"); \ static_assert(sizeof(ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent) == 0x000030, "Wrong size on ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent, Context) == 0x000000, "Member 'ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent, EventName) == 0x000008, "Member 'ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000010, "Member 'ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000011, "Member 'ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent, CallFunc_EqualEqual_NameName_ReturnValue_2) == 0x000012, "Member 'ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent::CallFunc_EqualEqual_NameName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent, K2Node_DynamicCast_AsBP_Hogwarts_Protector) == 0x000020, "Member 'ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent::K2Node_DynamicCast_AsBP_Hogwarts_Protector' has a wrong offset!"); \ static_assert(offsetof(ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABL_TombProtector_Spawn_Reflection_Release_C_OnCustomEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TombProtector_Spawn_Reflection_Release_C \ static_assert(alignof(UABL_TombProtector_Spawn_Reflection_Release_C) == 0x000008, "Wrong alignment on UABL_TombProtector_Spawn_Reflection_Release_C"); \ static_assert(sizeof(UABL_TombProtector_Spawn_Reflection_Release_C) == 0x0000C8, "Wrong size on UABL_TombProtector_Spawn_Reflection_Release_C"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Levioso_C_OnHit \ static_assert(alignof(BP_SubSonic_Levioso_C_OnHit) == 0x000004, "Wrong alignment on BP_SubSonic_Levioso_C_OnHit"); \ static_assert(sizeof(BP_SubSonic_Levioso_C_OnHit) == 0x00008C, "Wrong size on BP_SubSonic_Levioso_C_OnHit"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_OnHit, HitResult) == 0x000000, "Member 'BP_SubSonic_Levioso_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_OnHit, bDestroyed) == 0x000088, "Member 'BP_SubSonic_Levioso_C_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_OnHit, bHit) == 0x000089, "Member 'BP_SubSonic_Levioso_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_OnHit, bBlocked) == 0x00008A, "Member 'BP_SubSonic_Levioso_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_OnHit, bFailed) == 0x00008B, "Member 'BP_SubSonic_Levioso_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Levioso_C_ReceiveEndPlay \ static_assert(alignof(BP_SubSonic_Levioso_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_SubSonic_Levioso_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_SubSonic_Levioso_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_SubSonic_Levioso_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_SubSonic_Levioso_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso \ static_assert(alignof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso) == 0x000008, "Wrong alignment on BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso"); \ static_assert(sizeof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso) == 0x000320, "Wrong size on BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, EntryPoint) == 0x000000, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000004, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x00008C, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000090, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, K2Node_Event_HitResult) == 0x00009C, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, K2Node_Event_bDestroyed) == 0x000124, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::K2Node_Event_bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, K2Node_Event_bHit) == 0x000125, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, K2Node_Event_bBlocked) == 0x000126, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, K2Node_Event_bFailed) == 0x000127, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::K2Node_Event_bFailed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakHitResult_bBlockingHit) == 0x000128, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakHitResult_bInitialOverlap) == 0x000129, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakHitResult_Time) == 0x00012C, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakHitResult_Distance) == 0x000130, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakHitResult_Location) == 0x000134, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakHitResult_ImpactPoint) == 0x000140, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakHitResult_Normal) == 0x00014C, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakHitResult_ImpactNormal) == 0x000158, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakHitResult_PhysMat) == 0x000168, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakHitResult_HitActor) == 0x000170, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakHitResult_HitComponent) == 0x000178, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakHitResult_HitBoneName) == 0x000180, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakHitResult_HitItem) == 0x000188, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakHitResult_ElementIndex) == 0x00018C, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakHitResult_FaceIndex) == 0x000190, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakHitResult_TraceStart) == 0x000194, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakHitResult_TraceEnd) == 0x0001A0, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, K2Node_CreateDelegate_OutputDelegate) == 0x0001AC, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0001C0, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_K2_GetRootComponent_ReturnValue) == 0x0001C8, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0001D0, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_GetComponentBounds_Origin) == 0x0001DC, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_GetComponentBounds_BoxExtent) == 0x0001E8, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_GetComponentBounds_SphereRadius) == 0x0001F4, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_IsValid_ReturnValue) == 0x0001F8, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001FC, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000208, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_K2_AddActorWorldOffset_SweepHitResult) == 0x000214, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_K2_AddActorWorldOffset_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_VSize_ReturnValue) == 0x00029C, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_Normal_ReturnValue) == 0x0002A0, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_MapRangeClamped_ReturnValue) == 0x0002AC, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0002B0, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakVector_X) == 0x0002BC, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakVector_Y) == 0x0002C0, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_BreakVector_Z) == 0x0002C4, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0002C8, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, K2Node_Event_EndPlayReason) == 0x0002CC, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_MakeVector_ReturnValue) == 0x0002D0, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_Normal_ReturnValue_1) == 0x0002DC, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_Normal_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_VLerp_ReturnValue) == 0x0002E8, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x0002F4, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_GetProjectileMovement_ReturnValue) == 0x000300, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_GetProjectileMovement_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_GetSphereComp_ReturnValue) == 0x000308, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_GetSphereComp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso, CallFunc_GetForwardVector_ReturnValue) == 0x000310, "Member 'BP_SubSonic_Levioso_C_ExecuteUbergraph_BP_SubSonic_Levioso::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_Levioso_C \ static_assert(alignof(ABP_SubSonic_Levioso_C) == 0x000008, "Wrong alignment on ABP_SubSonic_Levioso_C"); \ static_assert(sizeof(ABP_SubSonic_Levioso_C) == 0x000598, "Wrong size on ABP_SubSonic_Levioso_C"); \ static_assert(offsetof(ABP_SubSonic_Levioso_C, UberGraphFrame) == 0x000538, "Member 'ABP_SubSonic_Levioso_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Levioso_C, StaticMesh) == 0x000540, "Member 'ABP_SubSonic_Levioso_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Levioso_C, Scene) == 0x000548, "Member 'ABP_SubSonic_Levioso_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Levioso_C, Niagara) == 0x000550, "Member 'ABP_SubSonic_Levioso_C::Niagara' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Levioso_C, Target) == 0x000558, "Member 'ABP_SubSonic_Levioso_C::Target' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Levioso_C, HasTarget) == 0x000560, "Member 'ABP_SubSonic_Levioso_C::HasTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Levioso_C, Velocity) == 0x000564, "Member 'ABP_SubSonic_Levioso_C::Velocity' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Levioso_C, Speed) == 0x000570, "Member 'ABP_SubSonic_Levioso_C::Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Levioso_C, DistanceMin) == 0x000574, "Member 'ABP_SubSonic_Levioso_C::DistanceMin' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Levioso_C, DistanceMax) == 0x000578, "Member 'ABP_SubSonic_Levioso_C::DistanceMax' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Levioso_C, Direction) == 0x00057C, "Member 'ABP_SubSonic_Levioso_C::Direction' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Levioso_C, Offset) == 0x000588, "Member 'ABP_SubSonic_Levioso_C::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_LightSwitch_C_OnEnterInterval \ static_assert(alignof(BP_SceneAction_LightSwitch_C_OnEnterInterval) == 0x000004, "Wrong alignment on BP_SceneAction_LightSwitch_C_OnEnterInterval"); \ static_assert(sizeof(BP_SceneAction_LightSwitch_C_OnEnterInterval) == 0x000008, "Wrong size on BP_SceneAction_LightSwitch_C_OnEnterInterval"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_OnEnterInterval, Time) == 0x000000, "Member 'BP_SceneAction_LightSwitch_C_OnEnterInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_OnEnterInterval, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_LightSwitch_C_OnEnterInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_LightSwitch_C_OnExitInterval \ static_assert(alignof(BP_SceneAction_LightSwitch_C_OnExitInterval) == 0x000004, "Wrong alignment on BP_SceneAction_LightSwitch_C_OnExitInterval"); \ static_assert(sizeof(BP_SceneAction_LightSwitch_C_OnExitInterval) == 0x000008, "Wrong size on BP_SceneAction_LightSwitch_C_OnExitInterval"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_OnExitInterval, Time) == 0x000000, "Member 'BP_SceneAction_LightSwitch_C_OnExitInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_OnExitInterval, cancelled) == 0x000004, "Member 'BP_SceneAction_LightSwitch_C_OnExitInterval::cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_OnExitInterval, IsScrubbing) == 0x000005, "Member 'BP_SceneAction_LightSwitch_C_OnExitInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch \ static_assert(alignof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch) == 0x000008, "Wrong alignment on BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch"); \ static_assert(sizeof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch) == 0x0000B0, "Wrong size on BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, EntryPoint) == 0x000000, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, CallFunc_UnpauseAnimatedLights_ReturnValue) == 0x000004, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::CallFunc_UnpauseAnimatedLights_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, CallFunc_GetActionObjectBP_ReturnValue) == 0x000010, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::CallFunc_GetActionObjectBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, K2Node_Event_Time_1) == 0x000018, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::K2Node_Event_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, K2Node_Event_IsScrubbing_1) == 0x00001C, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::K2Node_Event_IsScrubbing_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, K2Node_DynamicCast_AsActor) == 0x000020, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, K2Node_Event_Time) == 0x00002C, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, K2Node_Event_Cancelled) == 0x000030, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::K2Node_Event_Cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, K2Node_Event_IsScrubbing) == 0x000031, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000038, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, Temp_int_Loop_Counter_Variable_1) == 0x000058, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, CallFunc_Map_Values_Values) == 0x000060, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, CallFunc_Map_Keys_Keys) == 0x000070, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, CallFunc_Array_Get_Item) == 0x000080, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, CallFunc_Array_Length_ReturnValue_1) == 0x000090, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, CallFunc_Less_IntInt_ReturnValue_1) == 0x000094, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, CallFunc_Add_IntInt_ReturnValue_1) == 0x000098, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, Temp_int_Array_Index_Variable_1) == 0x00009C, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, CallFunc_Array_Get_Item_2) == 0x0000A0, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch, CallFunc_PauseAnimatedLight_ReturnValue) == 0x0000A8, "Member 'BP_SceneAction_LightSwitch_C_ExecuteUbergraph_BP_SceneAction_LightSwitch::CallFunc_PauseAnimatedLight_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_LightSwitch_C_GetDisplayName \ static_assert(alignof(BP_SceneAction_LightSwitch_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_SceneAction_LightSwitch_C_GetDisplayName"); \ static_assert(sizeof(BP_SceneAction_LightSwitch_C_GetDisplayName) == 0x0000D0, "Wrong size on BP_SceneAction_LightSwitch_C_GetDisplayName"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_GetDisplayName, ReturnValue) == 0x000000, "Member 'BP_SceneAction_LightSwitch_C_GetDisplayName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_GetDisplayName, Temp_bool_Variable) == 0x000018, "Member 'BP_SceneAction_LightSwitch_C_GetDisplayName::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_GetDisplayName, Temp_text_Variable) == 0x000020, "Member 'BP_SceneAction_LightSwitch_C_GetDisplayName::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_GetDisplayName, Temp_text_Variable_1) == 0x000038, "Member 'BP_SceneAction_LightSwitch_C_GetDisplayName::Temp_text_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_GetDisplayName, K2Node_Select_Default) == 0x000050, "Member 'BP_SceneAction_LightSwitch_C_GetDisplayName::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_SceneAction_LightSwitch_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_GetDisplayName, K2Node_MakeArray_Array) == 0x0000A8, "Member 'BP_SceneAction_LightSwitch_C_GetDisplayName::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_LightSwitch_C_GetDisplayName, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'BP_SceneAction_LightSwitch_C_GetDisplayName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SceneAction_LightSwitch_C \ static_assert(alignof(UBP_SceneAction_LightSwitch_C) == 0x000008, "Wrong alignment on UBP_SceneAction_LightSwitch_C"); \ static_assert(sizeof(UBP_SceneAction_LightSwitch_C) == 0x000108, "Wrong size on UBP_SceneAction_LightSwitch_C"); \ static_assert(offsetof(UBP_SceneAction_LightSwitch_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_SceneAction_LightSwitch_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_LightSwitch_C, bLightsOn) == 0x0000B0, "Member 'UBP_SceneAction_LightSwitch_C::bLightsOn' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_LightSwitch_C, LightToInitialVisibilityMap) == 0x0000B8, "Member 'UBP_SceneAction_LightSwitch_C::LightToInitialVisibilityMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FS_SpellImpactNew_C_UserConstructionScript \ static_assert(alignof(BP_FS_SpellImpactNew_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_FS_SpellImpactNew_C_UserConstructionScript"); \ static_assert(sizeof(BP_FS_SpellImpactNew_C_UserConstructionScript) == 0x000020, "Wrong size on BP_FS_SpellImpactNew_C_UserConstructionScript"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_UserConstructionScript, Strain_Material) == 0x000000, "Member 'BP_FS_SpellImpactNew_C_UserConstructionScript::Strain_Material' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_UserConstructionScript, Radius_Multiplier) == 0x000008, "Member 'BP_FS_SpellImpactNew_C_UserConstructionScript::Radius_Multiplier' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_FS_SpellImpactNew_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_UserConstructionScript, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000010, "Member 'BP_FS_SpellImpactNew_C_UserConstructionScript::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew \ static_assert(alignof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew) == 0x000008, "Wrong alignment on BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew"); \ static_assert(sizeof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew) == 0x0000B8, "Wrong size on BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, EntryPoint) == 0x000000, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetNoiseField_ReturnValue) == 0x000010, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetNoiseField_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, Temp_bool_IsClosed_Variable) == 0x000018, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, Temp_bool_Has_Been_Initd_Variable) == 0x000019, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetRadialVector_ReturnValue) == 0x000020, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetRadialVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_GetConsoleVariableBoolValue_ReturnValue) == 0x000028, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_GetConsoleVariableBoolValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_BooleanOR_ReturnValue) == 0x000029, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetRandomVector_ReturnValue) == 0x000030, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetRandomVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetUniformVector_ReturnValue) == 0x000038, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetUniformVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetUniformScalar_ReturnValue) == 0x000040, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetUniformScalar_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetOperatorField_ReturnValue) == 0x000048, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetOperatorField_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetOperatorField_ReturnValue_1) == 0x000050, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetOperatorField_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetRadialFalloff_ReturnValue) == 0x000058, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetRadialFalloff_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetOperatorField_ReturnValue_2) == 0x000060, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetOperatorField_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetRadialFalloff_ReturnValue_1) == 0x000068, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetRadialFalloff_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetOperatorField_ReturnValue_3) == 0x000070, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetOperatorField_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetCullingField_ReturnValue) == 0x000078, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetCullingField_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetCullingField_ReturnValue_1) == 0x000080, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetCullingField_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetRadialFalloff_ReturnValue_2) == 0x000088, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetRadialFalloff_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetRadialFalloff_ReturnValue_3) == 0x000090, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetRadialFalloff_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetCullingField_ReturnValue_2) == 0x000098, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetCullingField_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetUniformVector_ReturnValue_1) == 0x0000A0, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetUniformVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetOperatorField_ReturnValue_4) == 0x0000A8, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetOperatorField_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew, CallFunc_SetCullingField_ReturnValue_3) == 0x0000B0, "Member 'BP_FS_SpellImpactNew_C_ExecuteUbergraph_BP_FS_SpellImpactNew::CallFunc_SetCullingField_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FS_SpellImpactNew_C \ static_assert(alignof(ABP_FS_SpellImpactNew_C) == 0x000008, "Wrong alignment on ABP_FS_SpellImpactNew_C"); \ static_assert(sizeof(ABP_FS_SpellImpactNew_C) == 0x000348, "Wrong size on ABP_FS_SpellImpactNew_C"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, UberGraphFrame) == 0x000250, "Member 'ABP_FS_SpellImpactNew_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, CullingField___LinearForce) == 0x000258, "Member 'ABP_FS_SpellImpactNew_C::CullingField___LinearForce' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, OperatorField___LinearForce) == 0x000260, "Member 'ABP_FS_SpellImpactNew_C::OperatorField___LinearForce' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, UniformVector___LinearForce) == 0x000268, "Member 'ABP_FS_SpellImpactNew_C::UniformVector___LinearForce' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, CullingField___Torque) == 0x000270, "Member 'ABP_FS_SpellImpactNew_C::CullingField___Torque' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, OperatorField___TorqueB) == 0x000278, "Member 'ABP_FS_SpellImpactNew_C::OperatorField___TorqueB' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, OperatorField___TorqueA) == 0x000280, "Member 'ABP_FS_SpellImpactNew_C::OperatorField___TorqueA' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, UniformScalar___Torque) == 0x000288, "Member 'ABP_FS_SpellImpactNew_C::UniformScalar___Torque' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, RandomVector___Torque) == 0x000290, "Member 'ABP_FS_SpellImpactNew_C::RandomVector___Torque' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, UniformVector___Torque) == 0x000298, "Member 'ABP_FS_SpellImpactNew_C::UniformVector___Torque' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, CullingField___Strain_) == 0x0002A0, "Member 'ABP_FS_SpellImpactNew_C::CullingField___Strain_' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, RadialFalloff___Strain_Culling) == 0x0002A8, "Member 'ABP_FS_SpellImpactNew_C::RadialFalloff___Strain_Culling' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, Strain_Volume) == 0x0002B0, "Member 'ABP_FS_SpellImpactNew_C::Strain_Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, RadialFalloff___Strain_Magnitude) == 0x0002B8, "Member 'ABP_FS_SpellImpactNew_C::RadialFalloff___Strain_Magnitude' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, RadialFalloff___Culling_Force) == 0x0002C0, "Member 'ABP_FS_SpellImpactNew_C::RadialFalloff___Culling_Force' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, CullingField___Force) == 0x0002C8, "Member 'ABP_FS_SpellImpactNew_C::CullingField___Force' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, OperatorField___Force) == 0x0002D0, "Member 'ABP_FS_SpellImpactNew_C::OperatorField___Force' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, RadialVector___Force) == 0x0002D8, "Member 'ABP_FS_SpellImpactNew_C::RadialVector___Force' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, OperatorField___Force_Noise) == 0x0002E0, "Member 'ABP_FS_SpellImpactNew_C::OperatorField___Force_Noise' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, NoiseField___Force) == 0x0002E8, "Member 'ABP_FS_SpellImpactNew_C::NoiseField___Force' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, RadialFalloff___Force_Magnitude) == 0x0002F0, "Member 'ABP_FS_SpellImpactNew_C::RadialFalloff___Force_Magnitude' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, Impact_Direction) == 0x0002F8, "Member 'ABP_FS_SpellImpactNew_C::Impact_Direction' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, DemolitionActive_) == 0x000304, "Member 'ABP_FS_SpellImpactNew_C::DemolitionActive_' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, Delay) == 0x000308, "Member 'ABP_FS_SpellImpactNew_C::Delay' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, Strain_Radius) == 0x00030C, "Member 'ABP_FS_SpellImpactNew_C::Strain_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, Strain_Magnitude) == 0x000310, "Member 'ABP_FS_SpellImpactNew_C::Strain_Magnitude' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, Radial_Push_Magnitude) == 0x000314, "Member 'ABP_FS_SpellImpactNew_C::Radial_Push_Magnitude' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, Deactivated) == 0x000318, "Member 'ABP_FS_SpellImpactNew_C::Deactivated' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, Linear_Push_Magnitude) == 0x000328, "Member 'ABP_FS_SpellImpactNew_C::Linear_Push_Magnitude' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, Push_Noise_Max) == 0x00032C, "Member 'ABP_FS_SpellImpactNew_C::Push_Noise_Max' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, Push_Noise_Min) == 0x000330, "Member 'ABP_FS_SpellImpactNew_C::Push_Noise_Min' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, Torque_Magnitude) == 0x000334, "Member 'ABP_FS_SpellImpactNew_C::Torque_Magnitude' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, Torque_Vector_Override) == 0x000338, "Member 'ABP_FS_SpellImpactNew_C::Torque_Vector_Override' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, Is_Debug_) == 0x000344, "Member 'ABP_FS_SpellImpactNew_C::Is_Debug_' has a wrong offset!"); \ static_assert(offsetof(ABP_FS_SpellImpactNew_C, Destroy_Node_After_Strike_) == 0x000345, "Member 'ABP_FS_SpellImpactNew_C::Destroy_Node_After_Strike_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SmallAttack_DW_Thief_C \ static_assert(alignof(ABP_SmallAttack_DW_Thief_C) == 0x000008, "Wrong alignment on ABP_SmallAttack_DW_Thief_C"); \ static_assert(sizeof(ABP_SmallAttack_DW_Thief_C) == 0x000878, "Wrong size on ABP_SmallAttack_DW_Thief_C"); \ static_assert(offsetof(ABP_SmallAttack_DW_Thief_C, DefaultSceneRoot) == 0x000870, "Member 'ABP_SmallAttack_DW_Thief_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LumosSpellNpc_C_ExecuteUbergraph_BP_LumosSpellNpc \ static_assert(alignof(BP_LumosSpellNpc_C_ExecuteUbergraph_BP_LumosSpellNpc) == 0x000004, "Wrong alignment on BP_LumosSpellNpc_C_ExecuteUbergraph_BP_LumosSpellNpc"); \ static_assert(sizeof(BP_LumosSpellNpc_C_ExecuteUbergraph_BP_LumosSpellNpc) == 0x000004, "Wrong size on BP_LumosSpellNpc_C_ExecuteUbergraph_BP_LumosSpellNpc"); \ static_assert(offsetof(BP_LumosSpellNpc_C_ExecuteUbergraph_BP_LumosSpellNpc, EntryPoint) == 0x000000, "Member 'BP_LumosSpellNpc_C_ExecuteUbergraph_BP_LumosSpellNpc::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_LumosSpellNpc_C \ static_assert(alignof(ABP_LumosSpellNpc_C) == 0x000008, "Wrong alignment on ABP_LumosSpellNpc_C"); \ static_assert(sizeof(ABP_LumosSpellNpc_C) == 0x000A80, "Wrong size on ABP_LumosSpellNpc_C"); \ static_assert(offsetof(ABP_LumosSpellNpc_C, UberGraphFrame_BP_LumosSpellNpc_C) == 0x000A78, "Member 'ABP_LumosSpellNpc_C::UberGraphFrame_BP_LumosSpellNpc_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DarkWizard_SmallAttack_C \ static_assert(alignof(UABL_DarkWizard_SmallAttack_C) == 0x000008, "Wrong alignment on UABL_DarkWizard_SmallAttack_C"); \ static_assert(sizeof(UABL_DarkWizard_SmallAttack_C) == 0x0000C8, "Wrong size on UABL_DarkWizard_SmallAttack_C"); \ #define DUMPER7_ASSERTS_BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW \ static_assert(alignof(BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW) == 0x000008, "Wrong alignment on BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW"); \ static_assert(sizeof(BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW) == 0x0000F8, "Wrong size on BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW"); \ static_assert(offsetof(BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW, EntryPoint) == 0x000000, "Member 'BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW, K2Node_MakeStruct_PokeNiagaraFXFloat) == 0x000008, "Member 'BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW::K2Node_MakeStruct_PokeNiagaraFXFloat' has a wrong offset!"); \ static_assert(offsetof(BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW, CallFunc_GetProtegoShieldIntensityValue_ReturnValue) == 0x000020, "Member 'BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW::CallFunc_GetProtegoShieldIntensityValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW, CallFunc_FXPokeNiagaraFloat_bSuccess) == 0x000024, "Member 'BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW::CallFunc_FXPokeNiagaraFloat_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW, CallFunc_GetCharacter_ReturnValue) == 0x000028, "Member 'BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW::CallFunc_GetCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW, CallFunc_ActorStartSkinFX_skinFXComponent) == 0x000030, "Member 'BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW::CallFunc_ActorStartSkinFX_skinFXComponent' has a wrong offset!"); \ static_assert(offsetof(BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW, CallFunc_ActorIsSkinFXRunning_isRunning) == 0x000038, "Member 'BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW::CallFunc_ActorIsSkinFXRunning_isRunning' has a wrong offset!"); \ static_assert(offsetof(BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW, CallFunc_GetCharacter_ReturnValue_1) == 0x000040, "Member 'BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW::CallFunc_GetCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW, CallFunc_GetCharacter_ReturnValue_2) == 0x000048, "Member 'BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW::CallFunc_GetCharacter_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW, CallFunc_GetCharacter_ReturnValue_3) == 0x000050, "Member 'BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW::CallFunc_GetCharacter_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00005C, "Member 'BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000068, "Member 'BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0000F0, "Member 'BP_ProtegoSpell_DW_C_ExecuteUbergraph_BP_ProtegoSpell_DW::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ProtegoSpell_DW_C \ static_assert(alignof(ABP_ProtegoSpell_DW_C) == 0x000008, "Wrong alignment on ABP_ProtegoSpell_DW_C"); \ static_assert(sizeof(ABP_ProtegoSpell_DW_C) == 0x000DC8, "Wrong size on ABP_ProtegoSpell_DW_C"); \ static_assert(offsetof(ABP_ProtegoSpell_DW_C, UberGraphFrame) == 0x000DB0, "Member 'ABP_ProtegoSpell_DW_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_ProtegoSpell_DW_C, DefaultSceneRoot) == 0x000DB8, "Member 'ABP_ProtegoSpell_DW_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_ProtegoSpell_DW_C, Skin_FXComponent) == 0x000DC0, "Member 'ABP_ProtegoSpell_DW_C::Skin_FXComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Student_ApparateIn_C \ static_assert(alignof(UABL_Student_ApparateIn_C) == 0x000008, "Wrong alignment on UABL_Student_ApparateIn_C"); \ static_assert(sizeof(UABL_Student_ApparateIn_C) == 0x0000C8, "Wrong size on UABL_Student_ApparateIn_C"); \ #define DUMPER7_ASSERTS_BP_SceneAction_InfluenceCameraStack_C_OnEnterInterval \ static_assert(alignof(BP_SceneAction_InfluenceCameraStack_C_OnEnterInterval) == 0x000004, "Wrong alignment on BP_SceneAction_InfluenceCameraStack_C_OnEnterInterval"); \ static_assert(sizeof(BP_SceneAction_InfluenceCameraStack_C_OnEnterInterval) == 0x000008, "Wrong size on BP_SceneAction_InfluenceCameraStack_C_OnEnterInterval"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_OnEnterInterval, Time) == 0x000000, "Member 'BP_SceneAction_InfluenceCameraStack_C_OnEnterInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_OnEnterInterval, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_InfluenceCameraStack_C_OnEnterInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_InfluenceCameraStack_C_OnExitInterval \ static_assert(alignof(BP_SceneAction_InfluenceCameraStack_C_OnExitInterval) == 0x000004, "Wrong alignment on BP_SceneAction_InfluenceCameraStack_C_OnExitInterval"); \ static_assert(sizeof(BP_SceneAction_InfluenceCameraStack_C_OnExitInterval) == 0x000008, "Wrong size on BP_SceneAction_InfluenceCameraStack_C_OnExitInterval"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_OnExitInterval, Time) == 0x000000, "Member 'BP_SceneAction_InfluenceCameraStack_C_OnExitInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_OnExitInterval, cancelled) == 0x000004, "Member 'BP_SceneAction_InfluenceCameraStack_C_OnExitInterval::cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_OnExitInterval, IsScrubbing) == 0x000005, "Member 'BP_SceneAction_InfluenceCameraStack_C_OnExitInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_InfluenceCameraStack_C_OnSetTimeInsideInterval \ static_assert(alignof(BP_SceneAction_InfluenceCameraStack_C_OnSetTimeInsideInterval) == 0x000004, "Wrong alignment on BP_SceneAction_InfluenceCameraStack_C_OnSetTimeInsideInterval"); \ static_assert(sizeof(BP_SceneAction_InfluenceCameraStack_C_OnSetTimeInsideInterval) == 0x00000C, "Wrong size on BP_SceneAction_InfluenceCameraStack_C_OnSetTimeInsideInterval"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_OnSetTimeInsideInterval, Time) == 0x000000, "Member 'BP_SceneAction_InfluenceCameraStack_C_OnSetTimeInsideInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_OnSetTimeInsideInterval, LocalTime) == 0x000004, "Member 'BP_SceneAction_InfluenceCameraStack_C_OnSetTimeInsideInterval::LocalTime' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_OnSetTimeInsideInterval, IsScrubbing) == 0x000008, "Member 'BP_SceneAction_InfluenceCameraStack_C_OnSetTimeInsideInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack \ static_assert(alignof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack) == 0x000008, "Wrong alignment on BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack"); \ static_assert(sizeof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack) == 0x000050, "Wrong size on BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, EntryPoint) == 0x000000, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, K2Node_Event_Time_2) == 0x000004, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::K2Node_Event_Time_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, K2Node_Event_IsScrubbing_2) == 0x000008, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::K2Node_Event_IsScrubbing_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, K2Node_Event_Time_1) == 0x00000C, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::K2Node_Event_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, K2Node_Event_Cancelled) == 0x000010, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::K2Node_Event_Cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, K2Node_Event_IsScrubbing_1) == 0x000011, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::K2Node_Event_IsScrubbing_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, CallFunc_IsValid_ReturnValue) == 0x000012, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, CallFunc_IsValid_ReturnValue_1) == 0x000013, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, K2Node_Event_Time) == 0x000014, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, K2Node_Event_LocalTime) == 0x000018, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::K2Node_Event_LocalTime' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, K2Node_Event_IsScrubbing) == 0x00001C, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, CallFunc_RegisterInfluence_ReturnValue) == 0x000020, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::CallFunc_RegisterInfluence_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000028, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, CallFunc_IsValid_ReturnValue_2) == 0x000029, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, CallFunc_EvalCurve_Value) == 0x000030, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::CallFunc_EvalCurve_Value' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, CallFunc_GetDuration_ReturnValue) == 0x000034, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::CallFunc_GetDuration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000040, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000044, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack, CallFunc_EvalCurve_Value_1) == 0x000048, "Member 'BP_SceneAction_InfluenceCameraStack_C_ExecuteUbergraph_BP_SceneAction_InfluenceCameraStack::CallFunc_EvalCurve_Value_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_InfluenceCameraStack_C_GetActionColor \ static_assert(alignof(BP_SceneAction_InfluenceCameraStack_C_GetActionColor) == 0x000004, "Wrong alignment on BP_SceneAction_InfluenceCameraStack_C_GetActionColor"); \ static_assert(sizeof(BP_SceneAction_InfluenceCameraStack_C_GetActionColor) == 0x000024, "Wrong size on BP_SceneAction_InfluenceCameraStack_C_GetActionColor"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_GetActionColor, ReturnValue) == 0x000000, "Member 'BP_SceneAction_InfluenceCameraStack_C_GetActionColor::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_GetActionColor, K2Node_MakeStruct_Color) == 0x000010, "Member 'BP_SceneAction_InfluenceCameraStack_C_GetActionColor::K2Node_MakeStruct_Color' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_GetActionColor, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x000014, "Member 'BP_SceneAction_InfluenceCameraStack_C_GetActionColor::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_InfluenceCameraStack_C_GetDisplayName \ static_assert(alignof(BP_SceneAction_InfluenceCameraStack_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_SceneAction_InfluenceCameraStack_C_GetDisplayName"); \ static_assert(sizeof(BP_SceneAction_InfluenceCameraStack_C_GetDisplayName) == 0x0000C8, "Wrong size on BP_SceneAction_InfluenceCameraStack_C_GetDisplayName"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_GetDisplayName, ReturnValue) == 0x000000, "Member 'BP_SceneAction_InfluenceCameraStack_C_GetDisplayName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_GetDisplayName, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'BP_SceneAction_InfluenceCameraStack_C_GetDisplayName::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_GetDisplayName, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_SceneAction_InfluenceCameraStack_C_GetDisplayName::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_GetDisplayName, CallFunc_GetDisplayName_ReturnValue_1) == 0x000038, "Member 'BP_SceneAction_InfluenceCameraStack_C_GetDisplayName::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_GetDisplayName, CallFunc_Conv_StringToText_ReturnValue) == 0x000048, "Member 'BP_SceneAction_InfluenceCameraStack_C_GetDisplayName::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_GetDisplayName, K2Node_MakeStruct_FormatArgumentData) == 0x000060, "Member 'BP_SceneAction_InfluenceCameraStack_C_GetDisplayName::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_GetDisplayName, K2Node_MakeArray_Array) == 0x0000A0, "Member 'BP_SceneAction_InfluenceCameraStack_C_GetDisplayName::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_InfluenceCameraStack_C_GetDisplayName, CallFunc_Format_ReturnValue) == 0x0000B0, "Member 'BP_SceneAction_InfluenceCameraStack_C_GetDisplayName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SceneAction_InfluenceCameraStack_C \ static_assert(alignof(UBP_SceneAction_InfluenceCameraStack_C) == 0x000008, "Wrong alignment on UBP_SceneAction_InfluenceCameraStack_C"); \ static_assert(sizeof(UBP_SceneAction_InfluenceCameraStack_C) == 0x0001E0, "Wrong size on UBP_SceneAction_InfluenceCameraStack_C"); \ static_assert(offsetof(UBP_SceneAction_InfluenceCameraStack_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_SceneAction_InfluenceCameraStack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_InfluenceCameraStack_C, Preset) == 0x0000B0, "Member 'UBP_SceneAction_InfluenceCameraStack_C::Preset' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_InfluenceCameraStack_C, BlendInDuration) == 0x0000B8, "Member 'UBP_SceneAction_InfluenceCameraStack_C::BlendInDuration' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_InfluenceCameraStack_C, BlendOutDuration) == 0x0000BC, "Member 'UBP_SceneAction_InfluenceCameraStack_C::BlendOutDuration' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_InfluenceCameraStack_C, BlendInCurve) == 0x0000C0, "Member 'UBP_SceneAction_InfluenceCameraStack_C::BlendInCurve' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_InfluenceCameraStack_C, BlendOutCurve) == 0x000148, "Member 'UBP_SceneAction_InfluenceCameraStack_C::BlendOutCurve' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_InfluenceCameraStack_C, Priority) == 0x0001D0, "Member 'UBP_SceneAction_InfluenceCameraStack_C::Priority' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_InfluenceCameraStack_C, Influence) == 0x0001D8, "Member 'UBP_SceneAction_InfluenceCameraStack_C::Influence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_DummyActorInterface_C_I_EquipDummyGear \ static_assert(alignof(UI_BPI_DummyActorInterface_C_I_EquipDummyGear) == 0x000008, "Wrong alignment on UI_BPI_DummyActorInterface_C_I_EquipDummyGear"); \ static_assert(sizeof(UI_BPI_DummyActorInterface_C_I_EquipDummyGear) == 0x000010, "Wrong size on UI_BPI_DummyActorInterface_C_I_EquipDummyGear"); \ static_assert(offsetof(UI_BPI_DummyActorInterface_C_I_EquipDummyGear, GearID) == 0x000000, "Member 'UI_BPI_DummyActorInterface_C_I_EquipDummyGear::GearID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_DummyActorInterface_C_I_SyncDummy \ static_assert(alignof(UI_BPI_DummyActorInterface_C_I_SyncDummy) == 0x000004, "Wrong alignment on UI_BPI_DummyActorInterface_C_I_SyncDummy"); \ static_assert(sizeof(UI_BPI_DummyActorInterface_C_I_SyncDummy) == 0x000008, "Wrong size on UI_BPI_DummyActorInterface_C_I_SyncDummy"); \ static_assert(offsetof(UI_BPI_DummyActorInterface_C_I_SyncDummy, CharID) == 0x000000, "Member 'UI_BPI_DummyActorInterface_C_I_SyncDummy::CharID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_DummyActorInterface_C_I_SetDummyPreset \ static_assert(alignof(UI_BPI_DummyActorInterface_C_I_SetDummyPreset) == 0x000004, "Wrong alignment on UI_BPI_DummyActorInterface_C_I_SetDummyPreset"); \ static_assert(sizeof(UI_BPI_DummyActorInterface_C_I_SetDummyPreset) == 0x00000C, "Wrong size on UI_BPI_DummyActorInterface_C_I_SetDummyPreset"); \ static_assert(offsetof(UI_BPI_DummyActorInterface_C_I_SetDummyPreset, PresetType) == 0x000000, "Member 'UI_BPI_DummyActorInterface_C_I_SetDummyPreset::PresetType' has a wrong offset!"); \ static_assert(offsetof(UI_BPI_DummyActorInterface_C_I_SetDummyPreset, PresetName) == 0x000004, "Member 'UI_BPI_DummyActorInterface_C_I_SetDummyPreset::PresetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BPI_DummyActorInterface_C_I_SetDummyFullbody \ static_assert(alignof(UI_BPI_DummyActorInterface_C_I_SetDummyFullbody) == 0x000004, "Wrong alignment on UI_BPI_DummyActorInterface_C_I_SetDummyFullbody"); \ static_assert(sizeof(UI_BPI_DummyActorInterface_C_I_SetDummyFullbody) == 0x000008, "Wrong size on UI_BPI_DummyActorInterface_C_I_SetDummyFullbody"); \ static_assert(offsetof(UI_BPI_DummyActorInterface_C_I_SetDummyFullbody, PresetName) == 0x000000, "Member 'UI_BPI_DummyActorInterface_C_I_SetDummyFullbody::PresetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUI_BPI_DummyActorInterface_C \ static_assert(alignof(IUI_BPI_DummyActorInterface_C) == 0x000001, "Wrong alignment on IUI_BPI_DummyActorInterface_C"); \ static_assert(sizeof(IUI_BPI_DummyActorInterface_C) == 0x000001, "Wrong size on IUI_BPI_DummyActorInterface_C"); \ #define DUMPER7_ASSERTS_BP_SceneAction_ActivateFX_C_OnEnterInterval \ static_assert(alignof(BP_SceneAction_ActivateFX_C_OnEnterInterval) == 0x000004, "Wrong alignment on BP_SceneAction_ActivateFX_C_OnEnterInterval"); \ static_assert(sizeof(BP_SceneAction_ActivateFX_C_OnEnterInterval) == 0x000008, "Wrong size on BP_SceneAction_ActivateFX_C_OnEnterInterval"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_OnEnterInterval, Time) == 0x000000, "Member 'BP_SceneAction_ActivateFX_C_OnEnterInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_OnEnterInterval, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_ActivateFX_C_OnEnterInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_ActivateFX_C_OnExitInterval \ static_assert(alignof(BP_SceneAction_ActivateFX_C_OnExitInterval) == 0x000004, "Wrong alignment on BP_SceneAction_ActivateFX_C_OnExitInterval"); \ static_assert(sizeof(BP_SceneAction_ActivateFX_C_OnExitInterval) == 0x000008, "Wrong size on BP_SceneAction_ActivateFX_C_OnExitInterval"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_OnExitInterval, Time) == 0x000000, "Member 'BP_SceneAction_ActivateFX_C_OnExitInterval::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_OnExitInterval, cancelled) == 0x000004, "Member 'BP_SceneAction_ActivateFX_C_OnExitInterval::cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_OnExitInterval, IsScrubbing) == 0x000005, "Member 'BP_SceneAction_ActivateFX_C_OnExitInterval::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_ActivateFX_C_OnInstant \ static_assert(alignof(BP_SceneAction_ActivateFX_C_OnInstant) == 0x000004, "Wrong alignment on BP_SceneAction_ActivateFX_C_OnInstant"); \ static_assert(sizeof(BP_SceneAction_ActivateFX_C_OnInstant) == 0x000008, "Wrong size on BP_SceneAction_ActivateFX_C_OnInstant"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_OnInstant, Time) == 0x000000, "Member 'BP_SceneAction_ActivateFX_C_OnInstant::Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_OnInstant, IsScrubbing) == 0x000004, "Member 'BP_SceneAction_ActivateFX_C_OnInstant::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX \ static_assert(alignof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX) == 0x000008, "Wrong alignment on BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX"); \ static_assert(sizeof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX) == 0x000290, "Wrong size on BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, EntryPoint) == 0x000000, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_Event_Time) == 0x000004, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_Event_IsScrubbing) == 0x000008, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_Event_IsScrubbing' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_Event_Time_2) == 0x000050, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_Event_Time_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_Event_IsScrubbing_2) == 0x000054, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_Event_IsScrubbing_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_Event_Time_1) == 0x000058, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_Event_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_Event_Cancelled) == 0x00005C, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_Event_Cancelled' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_Event_IsScrubbing_1) == 0x00005D, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_Event_IsScrubbing_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_MakeStruct_FormatArgumentData_1) == 0x000060, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000A0, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, CallFunc_GetActionObjectBP_ReturnValue) == 0x0000E0, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::CallFunc_GetActionObjectBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, CallFunc_GetActionObjectBP_ReturnValue_1) == 0x0000E8, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::CallFunc_GetActionObjectBP_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, CallFunc_Conv_ObjectToText_ReturnValue) == 0x0000F0, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::CallFunc_Conv_ObjectToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, CallFunc_Conv_ObjectToText_ReturnValue_1) == 0x000108, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::CallFunc_Conv_ObjectToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_MakeStruct_FormatArgumentData_3) == 0x000120, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_MakeStruct_FormatArgumentData_4) == 0x000160, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_MakeArray_Array) == 0x0001A0, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_MakeArray_Array_1) == 0x0001B0, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, CallFunc_Format_ReturnValue) == 0x0001C0, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, CallFunc_Format_ReturnValue_1) == 0x0001D8, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_DynamicCast_AsNiagara_Actor) == 0x0001F0, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_DynamicCast_AsNiagara_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_DynamicCast_bSuccess) == 0x0001F8, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, CallFunc_Conv_ObjectToText_ReturnValue_2) == 0x000200, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::CallFunc_Conv_ObjectToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_MakeStruct_FormatArgumentData_5) == 0x000218, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_MakeArray_Array_2) == 0x000258, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_DynamicCast_AsNiagara_Actor_1) == 0x000268, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_DynamicCast_AsNiagara_Actor_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, K2Node_DynamicCast_bSuccess_1) == 0x000270, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX, CallFunc_Format_ReturnValue_2) == 0x000278, "Member 'BP_SceneAction_ActivateFX_C_ExecuteUbergraph_BP_SceneAction_ActivateFX::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_ActivateFX_C_IsInstant \ static_assert(alignof(BP_SceneAction_ActivateFX_C_IsInstant) == 0x000001, "Wrong alignment on BP_SceneAction_ActivateFX_C_IsInstant"); \ static_assert(sizeof(BP_SceneAction_ActivateFX_C_IsInstant) == 0x000001, "Wrong size on BP_SceneAction_ActivateFX_C_IsInstant"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_IsInstant, ReturnValue) == 0x000000, "Member 'BP_SceneAction_ActivateFX_C_IsInstant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_ActivateFX_C_IsProxyRequiredBP \ static_assert(alignof(BP_SceneAction_ActivateFX_C_IsProxyRequiredBP) == 0x000001, "Wrong alignment on BP_SceneAction_ActivateFX_C_IsProxyRequiredBP"); \ static_assert(sizeof(BP_SceneAction_ActivateFX_C_IsProxyRequiredBP) == 0x000001, "Wrong size on BP_SceneAction_ActivateFX_C_IsProxyRequiredBP"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_IsProxyRequiredBP, ReturnValue) == 0x000000, "Member 'BP_SceneAction_ActivateFX_C_IsProxyRequiredBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_ActivateFX_C_GetActionColor \ static_assert(alignof(BP_SceneAction_ActivateFX_C_GetActionColor) == 0x000004, "Wrong alignment on BP_SceneAction_ActivateFX_C_GetActionColor"); \ static_assert(sizeof(BP_SceneAction_ActivateFX_C_GetActionColor) == 0x000010, "Wrong size on BP_SceneAction_ActivateFX_C_GetActionColor"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_GetActionColor, ReturnValue) == 0x000000, "Member 'BP_SceneAction_ActivateFX_C_GetActionColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SceneAction_ActivateFX_C_GetDisplayName \ static_assert(alignof(BP_SceneAction_ActivateFX_C_GetDisplayName) == 0x000008, "Wrong alignment on BP_SceneAction_ActivateFX_C_GetDisplayName"); \ static_assert(sizeof(BP_SceneAction_ActivateFX_C_GetDisplayName) == 0x000040, "Wrong size on BP_SceneAction_ActivateFX_C_GetDisplayName"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_GetDisplayName, ReturnValue) == 0x000000, "Member 'BP_SceneAction_ActivateFX_C_GetDisplayName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_GetDisplayName, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_SceneAction_ActivateFX_C_GetDisplayName::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_SceneAction_ActivateFX_C_GetDisplayName, CallFunc_Format_ReturnValue) == 0x000028, "Member 'BP_SceneAction_ActivateFX_C_GetDisplayName::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SceneAction_ActivateFX_C \ static_assert(alignof(UBP_SceneAction_ActivateFX_C) == 0x000008, "Wrong alignment on UBP_SceneAction_ActivateFX_C"); \ static_assert(sizeof(UBP_SceneAction_ActivateFX_C) == 0x0000B8, "Wrong size on UBP_SceneAction_ActivateFX_C"); \ static_assert(offsetof(UBP_SceneAction_ActivateFX_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_SceneAction_ActivateFX_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_SceneAction_ActivateFX_C, bInstant) == 0x0000B0, "Member 'UBP_SceneAction_ActivateFX_C::bInstant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Intro_FigLumos_ON_C_OnInstant \ static_assert(alignof(BP_Intro_FigLumos_ON_C_OnInstant) == 0x000004, "Wrong alignment on BP_Intro_FigLumos_ON_C_OnInstant"); \ static_assert(sizeof(BP_Intro_FigLumos_ON_C_OnInstant) == 0x000008, "Wrong size on BP_Intro_FigLumos_ON_C_OnInstant"); \ static_assert(offsetof(BP_Intro_FigLumos_ON_C_OnInstant, Time) == 0x000000, "Member 'BP_Intro_FigLumos_ON_C_OnInstant::Time' has a wrong offset!"); \ static_assert(offsetof(BP_Intro_FigLumos_ON_C_OnInstant, IsScrubbing) == 0x000004, "Member 'BP_Intro_FigLumos_ON_C_OnInstant::IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON \ static_assert(alignof(BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON) == 0x000008, "Wrong alignment on BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON"); \ static_assert(sizeof(BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON) == 0x000040, "Wrong size on BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON"); \ static_assert(offsetof(BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON, EntryPoint) == 0x000000, "Member 'BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON, CallFunc_GetActionObjectBP_ReturnValue) == 0x000008, "Member 'BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON::CallFunc_GetActionObjectBP_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON, CallFunc_Get_ReturnValue) == 0x000010, "Member 'BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON, K2Node_DynamicCast_AsActor) == 0x000018, "Member 'BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON, CallFunc_GetScheduledEntityFromActor_ReturnValue) == 0x000028, "Member 'BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON::CallFunc_GetScheduledEntityFromActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON, K2Node_Event_Time) == 0x000034, "Member 'BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON::K2Node_Event_Time' has a wrong offset!"); \ static_assert(offsetof(BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON, K2Node_Event_IsScrubbing) == 0x000038, "Member 'BP_Intro_FigLumos_ON_C_ExecuteUbergraph_BP_Intro_FigLumos_ON::K2Node_Event_IsScrubbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Intro_FigLumos_ON_C_IsInstant \ static_assert(alignof(BP_Intro_FigLumos_ON_C_IsInstant) == 0x000001, "Wrong alignment on BP_Intro_FigLumos_ON_C_IsInstant"); \ static_assert(sizeof(BP_Intro_FigLumos_ON_C_IsInstant) == 0x000001, "Wrong size on BP_Intro_FigLumos_ON_C_IsInstant"); \ static_assert(offsetof(BP_Intro_FigLumos_ON_C_IsInstant, ReturnValue) == 0x000000, "Member 'BP_Intro_FigLumos_ON_C_IsInstant::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_Intro_FigLumos_ON_C \ static_assert(alignof(UBP_Intro_FigLumos_ON_C) == 0x000008, "Wrong alignment on UBP_Intro_FigLumos_ON_C"); \ static_assert(sizeof(UBP_Intro_FigLumos_ON_C) == 0x0000B0, "Wrong size on UBP_Intro_FigLumos_ON_C"); \ static_assert(offsetof(UBP_Intro_FigLumos_ON_C, UberGraphFrame) == 0x0000A8, "Member 'UBP_Intro_FigLumos_ON_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_Dugbog_Finisher_Fail_C_ExecuteUbergraph_VFX_BP_Dugbog_Finisher_Fail \ static_assert(alignof(VFX_BP_Dugbog_Finisher_Fail_C_ExecuteUbergraph_VFX_BP_Dugbog_Finisher_Fail) == 0x000004, "Wrong alignment on VFX_BP_Dugbog_Finisher_Fail_C_ExecuteUbergraph_VFX_BP_Dugbog_Finisher_Fail"); \ static_assert(sizeof(VFX_BP_Dugbog_Finisher_Fail_C_ExecuteUbergraph_VFX_BP_Dugbog_Finisher_Fail) == 0x000004, "Wrong size on VFX_BP_Dugbog_Finisher_Fail_C_ExecuteUbergraph_VFX_BP_Dugbog_Finisher_Fail"); \ static_assert(offsetof(VFX_BP_Dugbog_Finisher_Fail_C_ExecuteUbergraph_VFX_BP_Dugbog_Finisher_Fail, EntryPoint) == 0x000000, "Member 'VFX_BP_Dugbog_Finisher_Fail_C_ExecuteUbergraph_VFX_BP_Dugbog_Finisher_Fail::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VFX_BP_Dugbog_Finisher_Fail_C_UserConstructionScript \ static_assert(alignof(VFX_BP_Dugbog_Finisher_Fail_C_UserConstructionScript) == 0x000008, "Wrong alignment on VFX_BP_Dugbog_Finisher_Fail_C_UserConstructionScript"); \ static_assert(sizeof(VFX_BP_Dugbog_Finisher_Fail_C_UserConstructionScript) == 0x000008, "Wrong size on VFX_BP_Dugbog_Finisher_Fail_C_UserConstructionScript"); \ static_assert(offsetof(VFX_BP_Dugbog_Finisher_Fail_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'VFX_BP_Dugbog_Finisher_Fail_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVFX_BP_Dugbog_Finisher_Fail_C \ static_assert(alignof(AVFX_BP_Dugbog_Finisher_Fail_C) == 0x000008, "Wrong alignment on AVFX_BP_Dugbog_Finisher_Fail_C"); \ static_assert(sizeof(AVFX_BP_Dugbog_Finisher_Fail_C) == 0x0002B0, "Wrong size on AVFX_BP_Dugbog_Finisher_Fail_C"); \ static_assert(offsetof(AVFX_BP_Dugbog_Finisher_Fail_C, UberGraphFrame) == 0x000248, "Member 'AVFX_BP_Dugbog_Finisher_Fail_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Dugbog_Finisher_Fail_C, Smoke) == 0x000250, "Member 'AVFX_BP_Dugbog_Finisher_Fail_C::Smoke' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Dugbog_Finisher_Fail_C, Decal) == 0x000258, "Member 'AVFX_BP_Dugbog_Finisher_Fail_C::Decal' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Dugbog_Finisher_Fail_C, LightningStrike) == 0x000260, "Member 'AVFX_BP_Dugbog_Finisher_Fail_C::LightningStrike' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Dugbog_Finisher_Fail_C, DefaultSceneRoot) == 0x000268, "Member 'AVFX_BP_Dugbog_Finisher_Fail_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Dugbog_Finisher_Fail_C, Timeline_2_NewTrack_0_EA406E564210D92FBE83029A5F1D0A56) == 0x000270, "Member 'AVFX_BP_Dugbog_Finisher_Fail_C::Timeline_2_NewTrack_0_EA406E564210D92FBE83029A5F1D0A56' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Dugbog_Finisher_Fail_C, Timeline_2_NewTrack_2_EA406E564210D92FBE83029A5F1D0A56) == 0x000274, "Member 'AVFX_BP_Dugbog_Finisher_Fail_C::Timeline_2_NewTrack_2_EA406E564210D92FBE83029A5F1D0A56' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Dugbog_Finisher_Fail_C, Timeline_2__Direction_EA406E564210D92FBE83029A5F1D0A56) == 0x000278, "Member 'AVFX_BP_Dugbog_Finisher_Fail_C::Timeline_2__Direction_EA406E564210D92FBE83029A5F1D0A56' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Dugbog_Finisher_Fail_C, Timeline_2) == 0x000280, "Member 'AVFX_BP_Dugbog_Finisher_Fail_C::Timeline_2' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Dugbog_Finisher_Fail_C, Timeline_1_NewTrack_0_1E7BAF014A2F54385AAB43B592AA8067) == 0x000288, "Member 'AVFX_BP_Dugbog_Finisher_Fail_C::Timeline_1_NewTrack_0_1E7BAF014A2F54385AAB43B592AA8067' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Dugbog_Finisher_Fail_C, Timeline_1__Direction_1E7BAF014A2F54385AAB43B592AA8067) == 0x00028C, "Member 'AVFX_BP_Dugbog_Finisher_Fail_C::Timeline_1__Direction_1E7BAF014A2F54385AAB43B592AA8067' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Dugbog_Finisher_Fail_C, Timeline_1) == 0x000290, "Member 'AVFX_BP_Dugbog_Finisher_Fail_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Dugbog_Finisher_Fail_C, Timeline_0_NewTrack_0_CF93F7DC45C5491E64F94397088CE298) == 0x000298, "Member 'AVFX_BP_Dugbog_Finisher_Fail_C::Timeline_0_NewTrack_0_CF93F7DC45C5491E64F94397088CE298' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Dugbog_Finisher_Fail_C, Timeline_0__Direction_CF93F7DC45C5491E64F94397088CE298) == 0x00029C, "Member 'AVFX_BP_Dugbog_Finisher_Fail_C::Timeline_0__Direction_CF93F7DC45C5491E64F94397088CE298' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Dugbog_Finisher_Fail_C, Timeline_0) == 0x0002A0, "Member 'AVFX_BP_Dugbog_Finisher_Fail_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_Dugbog_Finisher_Fail_C, Decal_Mat) == 0x0002A8, "Member 'AVFX_BP_Dugbog_Finisher_Fail_C::Decal_Mat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Protego_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature \ static_assert(alignof(BP_Protego_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Protego_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ static_assert(sizeof(BP_Protego_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on BP_Protego_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ static_assert(offsetof(BP_Protego_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_Protego_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Protego_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Protego_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_Protego_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'BP_Protego_C_BndEvt__Capsule_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Protego_C_MunitionImpact \ static_assert(alignof(BP_Protego_C_MunitionImpact) == 0x000008, "Wrong alignment on BP_Protego_C_MunitionImpact"); \ static_assert(sizeof(BP_Protego_C_MunitionImpact) == 0x0000F8, "Wrong size on BP_Protego_C_MunitionImpact"); \ static_assert(offsetof(BP_Protego_C_MunitionImpact, Caller) == 0x000000, "Member 'BP_Protego_C_MunitionImpact::Caller' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_MunitionImpact, MunitionImpactData) == 0x000008, "Member 'BP_Protego_C_MunitionImpact::MunitionImpactData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Protego_C_BndEvt__Blocked_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Protego_C_BndEvt__Blocked_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Protego_C_BndEvt__Blocked_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Protego_C_BndEvt__Blocked_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_Protego_C_BndEvt__Blocked_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Protego_C_BndEvt__Blocked_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Protego_C_BndEvt__Blocked_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_BndEvt__Blocked_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Protego_C_BndEvt__Blocked_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_BndEvt__Blocked_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Protego_C_BndEvt__Blocked_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_BndEvt__Blocked_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Protego_C_BndEvt__Blocked_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_BndEvt__Blocked_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Protego_C_BndEvt__Blocked_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_BndEvt__Blocked_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Protego_C_BndEvt__Blocked_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Protego_C_ExecuteUbergraph_BP_Protego \ static_assert(alignof(BP_Protego_C_ExecuteUbergraph_BP_Protego) == 0x000008, "Wrong alignment on BP_Protego_C_ExecuteUbergraph_BP_Protego"); \ static_assert(sizeof(BP_Protego_C_ExecuteUbergraph_BP_Protego) == 0x000360, "Wrong size on BP_Protego_C_ExecuteUbergraph_BP_Protego"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, EntryPoint) == 0x000000, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_ComponentBoundEvent_HitComponent) == 0x000018, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000020, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000028, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000030, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_ComponentBoundEvent_Hit) == 0x00003C, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_DynamicCast_AsMunition_Type_Base) == 0x0000C8, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_DynamicCast_AsMunition_Type_Base' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_HermesBindMunitionImpactData_Handle) == 0x0000D8, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_HermesBindMunitionImpactData_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_CustomEvent_Caller) == 0x0000E8, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_CustomEvent_MunitionImpactData) == 0x0000F0, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_CustomEvent_MunitionImpactData' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_GetOwner_ReturnValue) == 0x0001E0, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_DynamicCast_AsProtego_Spell_Tool) == 0x0001E8, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_DynamicCast_AsProtego_Spell_Tool' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_DynamicCast_bSuccess_1) == 0x0001F0, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_DynamicCast_AsMunition_Type_Base_1) == 0x0001F8, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_DynamicCast_AsMunition_Type_Base_1' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_DynamicCast_bSuccess_2) == 0x000200, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_GetCharacterActor_ReturnValue) == 0x000208, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_GetCharacterActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreaksShield_ReturnValue) == 0x000210, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreaksShield_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreakHitResult_bBlockingHit) == 0x000211, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreakHitResult_bInitialOverlap) == 0x000212, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreakHitResult_Time) == 0x000214, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreakHitResult_Distance) == 0x000218, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreakHitResult_Location) == 0x00021C, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreakHitResult_ImpactPoint) == 0x000228, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreakHitResult_Normal) == 0x000234, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreakHitResult_ImpactNormal) == 0x000240, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreakHitResult_PhysMat) == 0x000250, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreakHitResult_HitActor) == 0x000258, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreakHitResult_HitComponent) == 0x000260, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreakHitResult_HitBoneName) == 0x000268, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreakHitResult_HitItem) == 0x000270, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreakHitResult_ElementIndex) == 0x000274, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreakHitResult_FaceIndex) == 0x000278, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreakHitResult_TraceStart) == 0x00027C, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, CallFunc_BreakHitResult_TraceEnd) == 0x000288, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000298, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_ComponentBoundEvent_OtherActor) == 0x0002A0, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_ComponentBoundEvent_OtherComp) == 0x0002A8, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0002B0, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_ComponentBoundEvent_bFromSweep) == 0x0002B4, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_ComponentBoundEvent_SweepResult) == 0x0002B8, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_DynamicCast_AsEnemy_AIWeapon) == 0x000340, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_DynamicCast_AsEnemy_AIWeapon' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_DynamicCast_bSuccess_3) == 0x000348, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_DynamicCast_AsMunition_Type_Base_2) == 0x000350, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_DynamicCast_AsMunition_Type_Base_2' has a wrong offset!"); \ static_assert(offsetof(BP_Protego_C_ExecuteUbergraph_BP_Protego, K2Node_DynamicCast_bSuccess_4) == 0x000358, "Member 'BP_Protego_C_ExecuteUbergraph_BP_Protego::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Protego_C \ static_assert(alignof(ABP_Protego_C) == 0x000008, "Wrong alignment on ABP_Protego_C"); \ static_assert(sizeof(ABP_Protego_C) == 0x000260, "Wrong size on ABP_Protego_C"); \ static_assert(offsetof(ABP_Protego_C, UberGraphFrame) == 0x000248, "Member 'ABP_Protego_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Protego_C, bLocked) == 0x000250, "Member 'ABP_Protego_C::bLocked' has a wrong offset!"); \ static_assert(offsetof(ABP_Protego_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_Protego_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TMB_RCT_NoSwordStumble_P3_C \ static_assert(alignof(UABL_TMB_RCT_NoSwordStumble_P3_C) == 0x000008, "Wrong alignment on UABL_TMB_RCT_NoSwordStumble_P3_C"); \ static_assert(sizeof(UABL_TMB_RCT_NoSwordStumble_P3_C) == 0x0000E0, "Wrong size on UABL_TMB_RCT_NoSwordStumble_P3_C"); \ #define DUMPER7_ASSERTS_BP_SubSonic_DiffindoUpgrade_C_OnFire \ static_assert(alignof(BP_SubSonic_DiffindoUpgrade_C_OnFire) == 0x000008, "Wrong alignment on BP_SubSonic_DiffindoUpgrade_C_OnFire"); \ static_assert(sizeof(BP_SubSonic_DiffindoUpgrade_C_OnFire) == 0x000020, "Wrong size on BP_SubSonic_DiffindoUpgrade_C_OnFire"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_OnFire, Target) == 0x000000, "Member 'BP_SubSonic_DiffindoUpgrade_C_OnFire::Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_OnFire, TargetLocation) == 0x000008, "Member 'BP_SubSonic_DiffindoUpgrade_C_OnFire::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_OnFire, Velocity) == 0x000014, "Member 'BP_SubSonic_DiffindoUpgrade_C_OnFire::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_DiffindoUpgrade_C_OnHit \ static_assert(alignof(BP_SubSonic_DiffindoUpgrade_C_OnHit) == 0x000004, "Wrong alignment on BP_SubSonic_DiffindoUpgrade_C_OnHit"); \ static_assert(sizeof(BP_SubSonic_DiffindoUpgrade_C_OnHit) == 0x00008C, "Wrong size on BP_SubSonic_DiffindoUpgrade_C_OnHit"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_OnHit, HitResult) == 0x000000, "Member 'BP_SubSonic_DiffindoUpgrade_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_OnHit, bDestroyed) == 0x000088, "Member 'BP_SubSonic_DiffindoUpgrade_C_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_OnHit, bHit) == 0x000089, "Member 'BP_SubSonic_DiffindoUpgrade_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_OnHit, bBlocked) == 0x00008A, "Member 'BP_SubSonic_DiffindoUpgrade_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_OnHit, bFailed) == 0x00008B, "Member 'BP_SubSonic_DiffindoUpgrade_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_DiffindoUpgrade_C_CheckForEnd \ static_assert(alignof(BP_SubSonic_DiffindoUpgrade_C_CheckForEnd) == 0x000008, "Wrong alignment on BP_SubSonic_DiffindoUpgrade_C_CheckForEnd"); \ static_assert(sizeof(BP_SubSonic_DiffindoUpgrade_C_CheckForEnd) == 0x000098, "Wrong size on BP_SubSonic_DiffindoUpgrade_C_CheckForEnd"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_CheckForEnd, CollisionComponent) == 0x000000, "Member 'BP_SubSonic_DiffindoUpgrade_C_CheckForEnd::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_CheckForEnd, Prim) == 0x000008, "Member 'BP_SubSonic_DiffindoUpgrade_C_CheckForEnd::Prim' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_CheckForEnd, Hit) == 0x000010, "Member 'BP_SubSonic_DiffindoUpgrade_C_CheckForEnd::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere1_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature \ static_assert(alignof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere1_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere1_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature"); \ static_assert(sizeof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere1_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere1_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere1_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere1_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere1_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere1_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere1_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere1_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere1_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere1_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere1_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere1_K2Node_ComponentBoundEvent_3_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere2_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature \ static_assert(alignof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere2_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere2_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature"); \ static_assert(sizeof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere2_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere2_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere2_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere2_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere2_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere2_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere2_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere2_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere2_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere2_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere2_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_Sphere2_K2Node_ComponentBoundEvent_4_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_SphereComp_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature \ static_assert(alignof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_SphereComp_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_SphereComp_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature"); \ static_assert(sizeof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_SphereComp_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_SphereComp_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_SphereComp_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_SphereComp_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_SphereComp_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_SphereComp_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_SphereComp_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_SphereComp_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_SphereComp_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_SphereComp_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_SphereComp_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'BP_SubSonic_DiffindoUpgrade_C_BndEvt__BP_SubSonic_Diffindo_SphereComp_K2Node_ComponentBoundEvent_5_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade \ static_assert(alignof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade) == 0x000008, "Wrong alignment on BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade"); \ static_assert(sizeof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade) == 0x0003F0, "Wrong size on BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, EntryPoint) == 0x000000, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_Event_Target) == 0x000008, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_Event_TargetLocation) == 0x000010, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_Event_TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_Event_Velocity) == 0x00001C, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_Event_Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_Event_HitResult) == 0x000028, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_Event_bDestroyed) == 0x0000B0, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_Event_bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_Event_bHit) == 0x0000B1, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_Event_bBlocked) == 0x0000B2, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_Event_bFailed) == 0x0000B3, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_Event_bFailed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_CustomEvent_CollisionComponent) == 0x0000B8, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_CustomEvent_CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_CustomEvent_Prim) == 0x0000C0, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_CustomEvent_Prim' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_CustomEvent_Hit) == 0x0000C8, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_CustomEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_BreakHitResult_bBlockingHit) == 0x000150, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_BreakHitResult_bInitialOverlap) == 0x000151, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_BreakHitResult_Time) == 0x000154, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_BreakHitResult_Distance) == 0x000158, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_BreakHitResult_Location) == 0x00015C, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_BreakHitResult_ImpactPoint) == 0x000168, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_BreakHitResult_Normal) == 0x000174, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_BreakHitResult_ImpactNormal) == 0x000180, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_BreakHitResult_PhysMat) == 0x000190, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_BreakHitResult_HitActor) == 0x000198, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_BreakHitResult_HitComponent) == 0x0001A0, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_BreakHitResult_HitBoneName) == 0x0001A8, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_BreakHitResult_HitItem) == 0x0001B0, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_BreakHitResult_ElementIndex) == 0x0001B4, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_BreakHitResult_FaceIndex) == 0x0001B8, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_BreakHitResult_TraceStart) == 0x0001BC, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_BreakHitResult_TraceEnd) == 0x0001C8, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, CallFunc_Vector_Zero_ReturnValue) == 0x0001D4, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::CallFunc_Vector_Zero_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_ComponentBoundEvent_HitComponent_2) == 0x0001E0, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_ComponentBoundEvent_HitComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_ComponentBoundEvent_OtherActor_2) == 0x0001E8, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_ComponentBoundEvent_OtherComp_2) == 0x0001F0, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_ComponentBoundEvent_NormalImpulse_2) == 0x0001F8, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_ComponentBoundEvent_NormalImpulse_2' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_ComponentBoundEvent_Hit_2) == 0x000204, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_ComponentBoundEvent_Hit_2' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_ComponentBoundEvent_HitComponent_1) == 0x000290, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_ComponentBoundEvent_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000298, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_ComponentBoundEvent_OtherComp_1) == 0x0002A0, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_ComponentBoundEvent_NormalImpulse_1) == 0x0002A8, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_ComponentBoundEvent_NormalImpulse_1' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_ComponentBoundEvent_Hit_1) == 0x0002B4, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_ComponentBoundEvent_Hit_1' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_ComponentBoundEvent_HitComponent) == 0x000340, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_ComponentBoundEvent_OtherActor) == 0x000348, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_ComponentBoundEvent_OtherComp) == 0x000350, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000358, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade, K2Node_ComponentBoundEvent_Hit) == 0x000364, "Member 'BP_SubSonic_DiffindoUpgrade_C_ExecuteUbergraph_BP_SubSonic_DiffindoUpgrade::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_DiffindoUpgrade_C \ static_assert(alignof(ABP_SubSonic_DiffindoUpgrade_C) == 0x000008, "Wrong alignment on ABP_SubSonic_DiffindoUpgrade_C"); \ static_assert(sizeof(ABP_SubSonic_DiffindoUpgrade_C) == 0x000570, "Wrong size on ABP_SubSonic_DiffindoUpgrade_C"); \ static_assert(offsetof(ABP_SubSonic_DiffindoUpgrade_C, UberGraphFrame) == 0x000538, "Member 'ABP_SubSonic_DiffindoUpgrade_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DiffindoUpgrade_C, Niagara_Diffindo_Proj) == 0x000540, "Member 'ABP_SubSonic_DiffindoUpgrade_C::Niagara_Diffindo_Proj' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DiffindoUpgrade_C, Sphere2) == 0x000548, "Member 'ABP_SubSonic_DiffindoUpgrade_C::Sphere2' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DiffindoUpgrade_C, Sphere1) == 0x000550, "Member 'ABP_SubSonic_DiffindoUpgrade_C::Sphere1' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DiffindoUpgrade_C, MAT_Proj) == 0x000558, "Member 'ABP_SubSonic_DiffindoUpgrade_C::MAT_Proj' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_DiffindoUpgrade_C, LOC_Target) == 0x000560, "Member 'ABP_SubSonic_DiffindoUpgrade_C::LOC_Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_M_Container_C_GetSoundPos \ static_assert(alignof(BP_M_Container_C_GetSoundPos) == 0x000004, "Wrong alignment on BP_M_Container_C_GetSoundPos"); \ static_assert(sizeof(BP_M_Container_C_GetSoundPos) == 0x000028, "Wrong size on BP_M_Container_C_GetSoundPos"); \ static_assert(offsetof(BP_M_Container_C_GetSoundPos, ReturnValue) == 0x000000, "Member 'BP_M_Container_C_GetSoundPos::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_GetSoundPos, CallFunc_GetComponentBounds_Origin) == 0x00000C, "Member 'BP_M_Container_C_GetSoundPos::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_GetSoundPos, CallFunc_GetComponentBounds_BoxExtent) == 0x000018, "Member 'BP_M_Container_C_GetSoundPos::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_GetSoundPos, CallFunc_GetComponentBounds_SphereRadius) == 0x000024, "Member 'BP_M_Container_C_GetSoundPos::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX \ static_assert(alignof(BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX) == 0x000008, "Wrong alignment on BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX"); \ static_assert(sizeof(BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX) == 0x000090, "Wrong size on BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX"); \ static_assert(offsetof(BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX, CallFunc_PostEventAtLocation_ReturnValue) == 0x000000, "Member 'BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX, Temp_delegate_Variable) == 0x000004, "Member 'BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX, Temp_struct_Variable) == 0x000018, "Member 'BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX, CallFunc_Add_VectorVector_ReturnValue) == 0x000034, "Member 'BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000040, "Member 'BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX, CallFunc_SpawnAkComponentAtLocation_ReturnValue) == 0x000050, "Member 'BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX::CallFunc_SpawnAkComponentAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX, CallFunc_PostAkEvent_ReturnValue) == 0x000068, "Member 'BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX, CallFunc_Conv_IntToString_ReturnValue) == 0x000070, "Member 'BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000080, "Member 'BP_M_Container_C_SetWwiseSwitchAndPlayOpenSFX::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_M_Container_C_AddExpiry \ static_assert(alignof(BP_M_Container_C_AddExpiry) == 0x000008, "Wrong alignment on BP_M_Container_C_AddExpiry"); \ static_assert(sizeof(BP_M_Container_C_AddExpiry) == 0x000040, "Wrong size on BP_M_Container_C_AddExpiry"); \ static_assert(offsetof(BP_M_Container_C_AddExpiry, CallFunc_Get_ReturnValue) == 0x000000, "Member 'BP_M_Container_C_AddExpiry::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_AddExpiry, CallFunc_GetObjectName_ReturnValue) == 0x000008, "Member 'BP_M_Container_C_AddExpiry::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_AddExpiry, CallFunc_GetCurrentLevelName_ReturnValue) == 0x000018, "Member 'BP_M_Container_C_AddExpiry::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_AddExpiry, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_M_Container_C_AddExpiry::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_AddExpiry, CallFunc_AddExpiry_ReturnValue) == 0x000038, "Member 'BP_M_Container_C_AddExpiry::CallFunc_AddExpiry_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_M_Container_C_GetAttachToMesh \ static_assert(alignof(BP_M_Container_C_GetAttachToMesh) == 0x000008, "Wrong alignment on BP_M_Container_C_GetAttachToMesh"); \ static_assert(sizeof(BP_M_Container_C_GetAttachToMesh) == 0x000008, "Wrong size on BP_M_Container_C_GetAttachToMesh"); \ static_assert(offsetof(BP_M_Container_C_GetAttachToMesh, ReturnValue) == 0x000000, "Member 'BP_M_Container_C_GetAttachToMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_M_Container_C_NeedsKey \ static_assert(alignof(BP_M_Container_C_NeedsKey) == 0x000004, "Wrong alignment on BP_M_Container_C_NeedsKey"); \ static_assert(sizeof(BP_M_Container_C_NeedsKey) == 0x000010, "Wrong size on BP_M_Container_C_NeedsKey"); \ static_assert(offsetof(BP_M_Container_C_NeedsKey, ReturnValue) == 0x000000, "Member 'BP_M_Container_C_NeedsKey::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_NeedsKey, CallFunc_GetLockName_ReturnValue) == 0x000004, "Member 'BP_M_Container_C_NeedsKey::CallFunc_GetLockName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_NeedsKey, CallFunc_NotEqual_NameName_ReturnValue) == 0x00000C, "Member 'BP_M_Container_C_NeedsKey::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_NeedsKey, CallFunc_NotEqual_NameName_ReturnValue_1) == 0x00000D, "Member 'BP_M_Container_C_NeedsKey::CallFunc_NotEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_NeedsKey, CallFunc_BooleanOR_ReturnValue) == 0x00000E, "Member 'BP_M_Container_C_NeedsKey::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_M_Container_C_UserConstructionScript \ static_assert(alignof(BP_M_Container_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_M_Container_C_UserConstructionScript"); \ static_assert(sizeof(BP_M_Container_C_UserConstructionScript) == 0x0005A0, "Wrong size on BP_M_Container_C_UserConstructionScript"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, Props_Lids) == 0x000000, "Member 'BP_M_Container_C_UserConstructionScript::Props_Lids' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, Props) == 0x0000B0, "Member 'BP_M_Container_C_UserConstructionScript::Props' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, Temp_byte_Variable) == 0x000160, "Member 'BP_M_Container_C_UserConstructionScript::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, Temp_byte_Variable_1) == 0x000161, "Member 'BP_M_Container_C_UserConstructionScript::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, Temp_byte_Variable_2) == 0x000162, "Member 'BP_M_Container_C_UserConstructionScript::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, Temp_int_Variable) == 0x000164, "Member 'BP_M_Container_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_GetPathName_ReturnValue) == 0x000168, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_GetObjectClass_ReturnValue) == 0x000178, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_Contains_ReturnValue) == 0x000180, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000181, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_Contains_ReturnValue_1) == 0x000182, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_Contains_ReturnValue_2) == 0x000183, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_Contains_ReturnValue_3) == 0x000184, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_Contains_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue) == 0x000185, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000186, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_1) == 0x000187, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_2) == 0x000188, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_GetParentActor_ReturnValue) == 0x000190, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_GetDisplayName_ReturnValue) == 0x000198, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_Contains_ReturnValue_4) == 0x0001A8, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_Contains_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_Greater_IntInt_ReturnValue) == 0x0001A9, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_Contains_ReturnValue_5) == 0x0001AA, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_Contains_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_NeedsKey_ReturnValue) == 0x0001AB, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_NeedsKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue) == 0x0001AC, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_Clamp_ReturnValue) == 0x0001B0, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, K2Node_Select_Default) == 0x0001B4, "Member 'BP_M_Container_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, K2Node_MakeStruct_PropList) == 0x0001B8, "Member 'BP_M_Container_C_UserConstructionScript::K2Node_MakeStruct_PropList' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, K2Node_MakeStruct_PropList_1) == 0x000268, "Member 'BP_M_Container_C_UserConstructionScript::K2Node_MakeStruct_PropList_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue) == 0x000320, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000350, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_GetSocketLocation_ReturnValue) == 0x000358, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000364, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000370, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x0003F8, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000480, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, K2Node_MakeMap_Map) == 0x000488, "Member 'BP_M_Container_C_UserConstructionScript::K2Node_MakeMap_Map' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_PropSort_NewPropIndex) == 0x0004D8, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_PropSort_NewPropIndex' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_PropSort_EnnvironmentOutput) == 0x0004DC, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_PropSort_EnnvironmentOutput' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_PropSort_NewEnvInt) == 0x0004E0, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_PropSort_NewEnvInt' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_PropSort_NewMeshSelect) == 0x0004E8, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_PropSort_NewMeshSelect' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_PropSort_NewPropIndex_1) == 0x000538, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_PropSort_NewPropIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_PropSort_EnnvironmentOutput_1) == 0x00053C, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_PropSort_EnnvironmentOutput_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_PropSort_NewEnvInt_1) == 0x000540, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_PropSort_NewEnvInt_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_UserConstructionScript, CallFunc_PropSort_NewMeshSelect_1) == 0x000548, "Member 'BP_M_Container_C_UserConstructionScript::CallFunc_PropSort_NewMeshSelect_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_M_Container_C_InteractionInitiated \ static_assert(alignof(BP_M_Container_C_InteractionInitiated) == 0x000008, "Wrong alignment on BP_M_Container_C_InteractionInitiated"); \ static_assert(sizeof(BP_M_Container_C_InteractionInitiated) == 0x000008, "Wrong size on BP_M_Container_C_InteractionInitiated"); \ static_assert(offsetof(BP_M_Container_C_InteractionInitiated, Caller) == 0x000000, "Member 'BP_M_Container_C_InteractionInitiated::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_M_Container_C_CloseContainer \ static_assert(alignof(BP_M_Container_C_CloseContainer) == 0x000008, "Wrong alignment on BP_M_Container_C_CloseContainer"); \ static_assert(sizeof(BP_M_Container_C_CloseContainer) == 0x000008, "Wrong size on BP_M_Container_C_CloseContainer"); \ static_assert(offsetof(BP_M_Container_C_CloseContainer, Caller) == 0x000000, "Member 'BP_M_Container_C_CloseContainer::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_M_Container_C_ReceiveEndPlay \ static_assert(alignof(BP_M_Container_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_M_Container_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_M_Container_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_M_Container_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_M_Container_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_M_Container_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_M_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature \ static_assert(alignof(BP_M_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature) == 0x000008, "Wrong alignment on BP_M_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature"); \ static_assert(sizeof(BP_M_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature) == 0x000008, "Wrong size on BP_M_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature"); \ static_assert(offsetof(BP_M_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature, i_caller) == 0x000000, "Member 'BP_M_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_M_Container_C_OnUnlocked \ static_assert(alignof(BP_M_Container_C_OnUnlocked) == 0x000001, "Wrong alignment on BP_M_Container_C_OnUnlocked"); \ static_assert(sizeof(BP_M_Container_C_OnUnlocked) == 0x000004, "Wrong size on BP_M_Container_C_OnUnlocked"); \ static_assert(offsetof(BP_M_Container_C_OnUnlocked, OpenLockable) == 0x000000, "Member 'BP_M_Container_C_OnUnlocked::OpenLockable' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_OnUnlocked, ThrowLock) == 0x000001, "Member 'BP_M_Container_C_OnUnlocked::ThrowLock' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_OnUnlocked, PlaySoundsAndEffects) == 0x000002, "Member 'BP_M_Container_C_OnUnlocked::PlaySoundsAndEffects' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_OnUnlocked, FromMinigame) == 0x000003, "Member 'BP_M_Container_C_OnUnlocked::FromMinigame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_M_Container_C_Perceived_Interact \ static_assert(alignof(BP_M_Container_C_Perceived_Interact) == 0x000008, "Wrong alignment on BP_M_Container_C_Perceived_Interact"); \ static_assert(sizeof(BP_M_Container_C_Perceived_Interact) == 0x000008, "Wrong size on BP_M_Container_C_Perceived_Interact"); \ static_assert(offsetof(BP_M_Container_C_Perceived_Interact, Caller) == 0x000000, "Member 'BP_M_Container_C_Perceived_Interact::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_M_Container_C_NoLongerPerceived_Interact \ static_assert(alignof(BP_M_Container_C_NoLongerPerceived_Interact) == 0x000008, "Wrong alignment on BP_M_Container_C_NoLongerPerceived_Interact"); \ static_assert(sizeof(BP_M_Container_C_NoLongerPerceived_Interact) == 0x000008, "Wrong size on BP_M_Container_C_NoLongerPerceived_Interact"); \ static_assert(offsetof(BP_M_Container_C_NoLongerPerceived_Interact, Caller) == 0x000000, "Member 'BP_M_Container_C_NoLongerPerceived_Interact::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_M_Container_C_ExecuteUbergraph_BP_M_Container \ static_assert(alignof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container) == 0x000010, "Wrong alignment on BP_M_Container_C_ExecuteUbergraph_BP_M_Container"); \ static_assert(sizeof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container) == 0x000360, "Wrong size on BP_M_Container_C_ExecuteUbergraph_BP_M_Container"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, EntryPoint) == 0x000000, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable) == 0x000004, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable_1) == 0x000005, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable_2) == 0x000006, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_struct_Variable) == 0x000008, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_int_Variable) == 0x000014, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_float_Variable) == 0x000018, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_float_Variable_1) == 0x00001C, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_float_Variable_2) == 0x000020, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_byte_Variable) == 0x000024, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable_3) == 0x000025, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable_4) == 0x000026, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_byte_Variable_1) == 0x000027, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable_5) == 0x000028, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable_6) == 0x000029, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable_7) == 0x00002A, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable_8) == 0x00002B, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable_9) == 0x00002C, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable_10) == 0x00002D, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable_11) == 0x00002E, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable_12) == 0x00002F, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable_13) == 0x000030, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable_14) == 0x000031, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable_15) == 0x000032, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable_16) == 0x000033, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_bool_Variable_17) == 0x000034, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_bool_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_struct_Variable_1) == 0x000038, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_Select_Default) == 0x000044, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_CustomEvent_Caller_3) == 0x000048, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_CustomEvent_Caller_2) == 0x000058, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_GetRelativeTransform_ReturnValue) == 0x000060, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_Event_EndPlayReason) == 0x000090, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_int_Array_Index_Variable) == 0x000094, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_DynamicCast_AsBPI_Switch) == 0x0000A8, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_DynamicCast_AsBPI_Switch' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_IsContainerEmpty_ReturnValue) == 0x0000B9, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_IsContainerEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_ComponentBoundEvent_i_caller) == 0x0000C0, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_ComponentBoundEvent_i_caller' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_IsContainerEmpty_ReturnValue_1) == 0x0000C9, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_IsContainerEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000CA, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_Event_OpenLockable) == 0x0000CB, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_Event_OpenLockable' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_Event_ThrowLock) == 0x0000CC, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_Event_ThrowLock' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_Event_PlaySoundsAndEffects) == 0x0000CD, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_Event_PlaySoundsAndEffects' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_Event_FromMinigame) == 0x0000CE, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_Event_FromMinigame' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000CF, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_CreateDelegate_OutputDelegate) == 0x0000D0, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000E0, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000E8, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, Temp_int_Loop_Counter_Variable) == 0x0000F8, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_Less_IntInt_ReturnValue) == 0x0000FC, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_Add_IntInt_ReturnValue) == 0x000100, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_HermesBindEvent_Handle) == 0x000108, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_IsContainerEmpty_ReturnValue_2) == 0x000118, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_IsContainerEmpty_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000120, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_GetObjectStateInfo_ReturnValue_1) == 0x000128, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_GetObjectStateInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_IsValid_ReturnValue_1) == 0x000130, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_CreateDelegate_OutputDelegate_2) == 0x000134, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_CustomEvent_Caller_1) == 0x000148, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_HermesBindEvent_Handle_1) == 0x000150, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_CustomEvent_Caller) == 0x000160, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000168, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_BeaconCheck_IsComplete) == 0x000170, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_BeaconCheck_IsComplete' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_Not_PreBool_ReturnValue_3) == 0x000171, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_BreakTransform_Location) == 0x000174, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_BreakTransform_Rotation) == 0x000180, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_BreakTransform_Scale) == 0x00018C, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_IsActorBeaconComplete_ReturnValue) == 0x000198, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_IsActorBeaconComplete_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_BreakVector_X) == 0x00019C, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_BreakVector_Y) == 0x0001A0, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_BreakVector_Z) == 0x0001A4, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_BooleanOR_ReturnValue) == 0x0001A8, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_BreakTransform_Location_1) == 0x0001AC, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_BreakTransform_Rotation_1) == 0x0001B8, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_BreakTransform_Scale_1) == 0x0001C4, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_CreateDelegate_OutputDelegate_3) == 0x0001D0, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_Select_Default_1) == 0x0001E0, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_HermesBindEvent_Handle_2) == 0x0001E8, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001F8, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_MakeRotator_ReturnValue) == 0x0001FC, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_Select_Default_2) == 0x000208, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00020C, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000210, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_MakeRotator_ReturnValue_1) == 0x000214, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_CreateDelegate_OutputDelegate_4) == 0x000220, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_Clamp_ReturnValue) == 0x000230, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_HermesBindEvent_Handle_3) == 0x000238, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_Select_Default_3) == 0x000248, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x00024C, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000250, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_Select_Default_4) == 0x000254, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_MakeVector_ReturnValue) == 0x000258, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_Select_Default_5) == 0x000264, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_Select_Default_6) == 0x000270, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, K2Node_Select_Default_7) == 0x00027C, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_ComposeRotators_ReturnValue) == 0x000288, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_MakeTransform_ReturnValue) == 0x0002A0, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_M_Container_C_ExecuteUbergraph_BP_M_Container, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x0002D0, "Member 'BP_M_Container_C_ExecuteUbergraph_BP_M_Container::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_M_Container_C \ static_assert(alignof(ABP_M_Container_C) == 0x000010, "Wrong alignment on ABP_M_Container_C"); \ static_assert(sizeof(ABP_M_Container_C) == 0x000480, "Wrong size on ABP_M_Container_C"); \ static_assert(offsetof(ABP_M_Container_C, UberGraphFrame) == 0x0003C0, "Member 'ABP_M_Container_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, BP_HM_HW_MappedItems_Marker) == 0x0003C8, "Member 'ABP_M_Container_C::BP_HM_HW_MappedItems_Marker' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, LootDrop) == 0x0003D0, "Member 'ABP_M_Container_C::LootDrop' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, lid) == 0x0003D8, "Member 'ABP_M_Container_C::lid' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, CognitionStimuliSource) == 0x0003E0, "Member 'ABP_M_Container_C::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, ContainerMesh) == 0x0003E8, "Member 'ABP_M_Container_C::ContainerMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, OpenLidTimeline_Rotation_Close_B16ACF6F42EA8B6B211107B97EA47C4B) == 0x0003F0, "Member 'ABP_M_Container_C::OpenLidTimeline_Rotation_Close_B16ACF6F42EA8B6B211107B97EA47C4B' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, OpenLidTimeline_Slide_Close_B16ACF6F42EA8B6B211107B97EA47C4B) == 0x0003F4, "Member 'ABP_M_Container_C::OpenLidTimeline_Slide_Close_B16ACF6F42EA8B6B211107B97EA47C4B' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, OpenLidTimeline_Slide_Open_B16ACF6F42EA8B6B211107B97EA47C4B) == 0x0003F8, "Member 'ABP_M_Container_C::OpenLidTimeline_Slide_Open_B16ACF6F42EA8B6B211107B97EA47C4B' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, OpenLidTimeline_Rotation_Open_B16ACF6F42EA8B6B211107B97EA47C4B) == 0x0003FC, "Member 'ABP_M_Container_C::OpenLidTimeline_Rotation_Open_B16ACF6F42EA8B6B211107B97EA47C4B' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, OpenLidTimeline__Direction_B16ACF6F42EA8B6B211107B97EA47C4B) == 0x000400, "Member 'ABP_M_Container_C::OpenLidTimeline__Direction_B16ACF6F42EA8B6B211107B97EA47C4B' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, OpenLidTimeline) == 0x000408, "Member 'ABP_M_Container_C::OpenLidTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, environment) == 0x000410, "Member 'ABP_M_Container_C::environment' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, LockArray) == 0x000418, "Member 'ABP_M_Container_C::LockArray' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, LockUnlockedArray) == 0x000428, "Member 'ABP_M_Container_C::LockUnlockedArray' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, LockMeshConstraint) == 0x000438, "Member 'ABP_M_Container_C::LockMeshConstraint' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, LockMesh) == 0x000440, "Member 'ABP_M_Container_C::LockMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, ButterflyChestOpen) == 0x000448, "Member 'ABP_M_Container_C::ButterflyChestOpen' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, GenericOpenChest) == 0x000458, "Member 'ABP_M_Container_C::GenericOpenChest' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, MultipleProps) == 0x000468, "Member 'ABP_M_Container_C::MultipleProps' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, Beacon) == 0x000470, "Member 'ABP_M_Container_C::Beacon' has a wrong offset!"); \ static_assert(offsetof(ABP_M_Container_C, ForceEmpty) == 0x000478, "Member 'ABP_M_Container_C::ForceEmpty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_DiffindoPrepLEDEffect_C \ static_assert(alignof(UBP_DiffindoPrepLEDEffect_C) == 0x000008, "Wrong alignment on UBP_DiffindoPrepLEDEffect_C"); \ static_assert(sizeof(UBP_DiffindoPrepLEDEffect_C) == 0x000048, "Wrong size on UBP_DiffindoPrepLEDEffect_C"); \ #define DUMPER7_ASSERTS_ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C \ static_assert(alignof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C) == 0x000008, "Wrong alignment on ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C"); \ static_assert(sizeof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C) == 0x0002E8, "Wrong size on ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, SM_CastleDun_Debris_RubbleMound_Side_A) == 0x000248, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::SM_CastleDun_Debris_RubbleMound_Side_A' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, SM_CastleDun_WallDebris_C) == 0x000250, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::SM_CastleDun_WallDebris_C' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, SM_CastleDun_WallDebris_B) == 0x000258, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::SM_CastleDun_WallDebris_B' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, SM_CastleDun_WallDebris_A) == 0x000260, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::SM_CastleDun_WallDebris_A' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, SM_CastleDun_Column_B_Debris_5Meter_J) == 0x000268, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::SM_CastleDun_Column_B_Debris_5Meter_J' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, SM_CastleDun_WallDebris_E) == 0x000270, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::SM_CastleDun_WallDebris_E' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, SM_CastleDun_3dDecal_Small_A) == 0x000278, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::SM_CastleDun_3dDecal_Small_A' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, SM_CastleDun_WallDebris_G) == 0x000280, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::SM_CastleDun_WallDebris_G' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, SM_CastleDun_125cm_StoneStep_B1) == 0x000288, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::SM_CastleDun_125cm_StoneStep_B1' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, SM_CastleDun_WallDebris_D) == 0x000290, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::SM_CastleDun_WallDebris_D' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, HISM_2SM_CastleDun_Column_A_Debris_5Meter_J) == 0x000298, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::HISM_2SM_CastleDun_Column_A_Debris_5Meter_J' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, HISM_2SM_CastleDun_Column_A_Debris_5Meter_I) == 0x0002A0, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::HISM_2SM_CastleDun_Column_A_Debris_5Meter_I' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, SM_CastleDun_Column_A_Debris_5Meter_G) == 0x0002A8, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::SM_CastleDun_Column_A_Debris_5Meter_G' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, SM_CastleDun_3d_Decal_Corner_B) == 0x0002B0, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::SM_CastleDun_3d_Decal_Corner_B' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, SM_CastleDun_3dDecal_Small_D) == 0x0002B8, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::SM_CastleDun_3dDecal_Small_D' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, HISM_2SM_CastleRuins_1_Top_Trim_Cap_C) == 0x0002C0, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::HISM_2SM_CastleRuins_1_Top_Trim_Cap_C' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, SM_CastleDun_WallDebris_F) == 0x0002C8, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::SM_CastleDun_WallDebris_F' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, SM_CastleDun_3dDecal_Small_G) == 0x0002D0, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::SM_CastleDun_3dDecal_Small_G' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, HISM_3SM_CastleDun_SmallDebris_B) == 0x0002D8, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::HISM_3SM_CastleDun_SmallDebris_B' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C, SharedRoot) == 0x0002E0, "Member 'ASM_CastleDun_Debris_RubbleMound_Side_A_BP_C::SharedRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VFX_Container_C_Remove_Particles \ static_assert(alignof(BP_VFX_Container_C_Remove_Particles) == 0x000008, "Wrong alignment on BP_VFX_Container_C_Remove_Particles"); \ static_assert(sizeof(BP_VFX_Container_C_Remove_Particles) == 0x000008, "Wrong size on BP_VFX_Container_C_Remove_Particles"); \ static_assert(offsetof(BP_VFX_Container_C_Remove_Particles, PSystem) == 0x000000, "Member 'BP_VFX_Container_C_Remove_Particles::PSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VFX_Container_C_Remove_Niagara_particles \ static_assert(alignof(BP_VFX_Container_C_Remove_Niagara_particles) == 0x000008, "Wrong alignment on BP_VFX_Container_C_Remove_Niagara_particles"); \ static_assert(sizeof(BP_VFX_Container_C_Remove_Niagara_particles) == 0x000008, "Wrong size on BP_VFX_Container_C_Remove_Niagara_particles"); \ static_assert(offsetof(BP_VFX_Container_C_Remove_Niagara_particles, PSystem) == 0x000000, "Member 'BP_VFX_Container_C_Remove_Niagara_particles::PSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container \ static_assert(alignof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container) == 0x000010, "Wrong alignment on BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container"); \ static_assert(sizeof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container) == 0x000380, "Wrong size on BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, EntryPoint) == 0x000000, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, Temp_struct_Variable) == 0x000010, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_AddComponent_ReturnValue) == 0x000048, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, Temp_struct_Variable_1) == 0x000050, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, Temp_int_Array_Index_Variable) == 0x000080, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_AddComponent_ReturnValue_1) == 0x000088, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, Temp_int_Array_Index_Variable_1) == 0x000090, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, Temp_int_Loop_Counter_Variable_1) == 0x000094, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Add_IntInt_ReturnValue_1) == 0x000098, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, Temp_int_Array_Index_Variable_2) == 0x00009C, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, Temp_int_Array_Index_Variable_3) == 0x0000A0, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, K2Node_CreateDelegate_OutputDelegate) == 0x0000A4, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000B8, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, Temp_int_Loop_Counter_Variable_2) == 0x0000C0, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000C4, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Add_ReturnValue) == 0x0000C8, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Length_ReturnValue) == 0x0000CC, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Length_ReturnValue_1) == 0x0000D0, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000D4, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Greater_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Max_ReturnValue) == 0x0000DC, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Max_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0000E0, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, K2Node_CustomEvent_PSystem_1) == 0x0000E8, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::K2Node_CustomEvent_PSystem_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_IsValid_ReturnValue) == 0x0000F0, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_GetVelocity_ReturnValue) == 0x0000F4, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_VSize_ReturnValue) == 0x000100, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000104, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000110, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_GetVelocity_ReturnValue_1) == 0x000114, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000120, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_IsValid_ReturnValue_1) == 0x000128, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Add_IntInt_ReturnValue_3) == 0x00012C, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Find_ReturnValue) == 0x000130, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, Temp_int_Loop_Counter_Variable_3) == 0x000134, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000138, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00013C, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000140, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Add_VectorVector_ReturnValue) == 0x00014C, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000158, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0001E0, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Add_ReturnValue_1) == 0x0001E4, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, Temp_int_Array_Index_Variable_4) == 0x0001E8, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Length_ReturnValue_2) == 0x0001EC, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0001F0, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Length_ReturnValue_3) == 0x0001F4, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Max_ReturnValue_1) == 0x0001F8, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Max_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0001FC, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Get_Item) == 0x000200, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Length_ReturnValue_4) == 0x000228, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Length_ReturnValue_5) == 0x00022C, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000230, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Get_Item_1) == 0x000238, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Length_ReturnValue_6) == 0x000260, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Less_IntInt_ReturnValue) == 0x000264, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Length_ReturnValue_7) == 0x000268, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Greater_IntInt_ReturnValue_3) == 0x00026C, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Get_Item_2) == 0x000270, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Length_ReturnValue_8) == 0x000298, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Less_IntInt_ReturnValue_1) == 0x00029C, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Length_ReturnValue_9) == 0x0002A0, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Greater_IntInt_ReturnValue_4) == 0x0002A4, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Greater_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, Temp_int_Array_Index_Variable_5) == 0x0002A8, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Get_Item_3) == 0x0002B0, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, K2Node_CustomEvent_PSystem) == 0x0002B8, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::K2Node_CustomEvent_PSystem' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Find_ReturnValue_1) == 0x0002C0, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Add_IntInt_ReturnValue_4) == 0x0002C4, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0002C8, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0002C9, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_BooleanAND_ReturnValue) == 0x0002CA, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, Temp_int_Loop_Counter_Variable_4) == 0x0002CC, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x0002D0, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x0002D4, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, Temp_int_Loop_Counter_Variable_5) == 0x0002D8, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0002DC, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Less_IntInt_ReturnValue_2) == 0x0002DD, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Add_IntInt_ReturnValue_5) == 0x0002E0, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Get_Item_4) == 0x0002E8, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Get_Item_5) == 0x0002F0, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Length_ReturnValue_10) == 0x0002F8, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Length_ReturnValue_11) == 0x0002FC, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Length_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, Temp_int_Loop_Counter_Variable_6) == 0x000300, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Greater_IntInt_ReturnValue_5) == 0x000304, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Greater_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Less_IntInt_ReturnValue_3) == 0x000305, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Add_IntInt_ReturnValue_6) == 0x000308, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00030C, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_SpawnAkComponentAtLocation_ReturnValue) == 0x000318, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_SpawnAkComponentAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Add_ReturnValue_2) == 0x000320, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Get_Item_6) == 0x000328, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Length_ReturnValue_12) == 0x000330, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Length_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Less_IntInt_ReturnValue_4) == 0x000334, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Length_ReturnValue_13) == 0x000338, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Length_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Greater_IntInt_ReturnValue_6) == 0x00033C, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Greater_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, Temp_int_Array_Index_Variable_6) == 0x000340, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, K2Node_CreateDelegate_OutputDelegate_1) == 0x000344, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, CallFunc_Array_Get_Item_7) == 0x000358, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, K2Node_MultiGate_FirstRun) == 0x000360, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::K2Node_MultiGate_FirstRun' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, K2Node_MultiGate_Data) == 0x000364, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::K2Node_MultiGate_Data' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, K2Node_MultiGate_ScratchBool) == 0x000368, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::K2Node_MultiGate_ScratchBool' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, K2Node_MultiGate_ScratchIndex) == 0x00036C, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::K2Node_MultiGate_ScratchIndex' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container, K2Node_CreateDelegate_OutputDelegate_2) == 0x000370, "Member 'BP_VFX_Container_C_ExecuteUbergraph_BP_VFX_Container::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_VFX_Container_C \ static_assert(alignof(ABP_VFX_Container_C) == 0x000008, "Wrong alignment on ABP_VFX_Container_C"); \ static_assert(sizeof(ABP_VFX_Container_C) == 0x000340, "Wrong size on ABP_VFX_Container_C"); \ static_assert(offsetof(ABP_VFX_Container_C, UberGraphFrame) == 0x000248, "Member 'ABP_VFX_Container_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Container_C, Sphere) == 0x000250, "Member 'ABP_VFX_Container_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Container_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_VFX_Container_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Container_C, effectList) == 0x000260, "Member 'ABP_VFX_Container_C::effectList' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Container_C, OffsetAmount) == 0x000270, "Member 'ABP_VFX_Container_C::OffsetAmount' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Container_C, ACTIVE) == 0x000274, "Member 'ABP_VFX_Container_C::ACTIVE' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Container_C, Effects) == 0x000278, "Member 'ABP_VFX_Container_C::Effects' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Container_C, Count) == 0x000288, "Member 'ABP_VFX_Container_C::Count' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Container_C, Total) == 0x00028C, "Member 'ABP_VFX_Container_C::Total' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Container_C, Niagara_Effect_List) == 0x000290, "Member 'ABP_VFX_Container_C::Niagara_Effect_List' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Container_C, Debug_Location) == 0x0002A0, "Member 'ABP_VFX_Container_C::Debug_Location' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Container_C, Particle_Systems) == 0x0002A8, "Member 'ABP_VFX_Container_C::Particle_Systems' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Container_C, Niagara_Systems) == 0x0002B8, "Member 'ABP_VFX_Container_C::Niagara_Systems' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Container_C, NiagaraTotal) == 0x0002C8, "Member 'ABP_VFX_Container_C::NiagaraTotal' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Container_C, NiagaraCount) == 0x0002CC, "Member 'ABP_VFX_Container_C::NiagaraCount' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Container_C, AudioEvents) == 0x0002D0, "Member 'ABP_VFX_Container_C::AudioEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Container_C, AKComponentList) == 0x0002E0, "Member 'ABP_VFX_Container_C::AKComponentList' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Container_C, StartToStopMap) == 0x0002F0, "Member 'ABP_VFX_Container_C::StartToStopMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L \ static_assert(alignof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L) == 0x000008, "Wrong alignment on ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L"); \ static_assert(sizeof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L) == 0x0000C0, "Wrong size on ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, K2Node_Event_Context_3) == 0x000008, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, CallFunc_GetAnimInstance_ReturnValue) == 0x000010, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, K2Node_DynamicCast_AsBiped_Anim_Instance) == 0x000020, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::K2Node_DynamicCast_AsBiped_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, K2Node_DynamicCast_AsCharacter) == 0x000030, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, K2Node_Event_Context_2) == 0x000040, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000048, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, CallFunc_GetSelfActor_ReturnValue_1) == 0x000050, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, K2Node_DynamicCast_AsBiped_Anim_Instance_1) == 0x000058, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::K2Node_DynamicCast_AsBiped_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, K2Node_DynamicCast_bSuccess_2) == 0x000060, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, K2Node_DynamicCast_AsCharacter_1) == 0x000068, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::K2Node_DynamicCast_AsCharacter_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, K2Node_DynamicCast_bSuccess_3) == 0x000070, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, K2Node_Event_Context_1) == 0x000078, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, K2Node_Event_Context) == 0x000080, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, K2Node_Event_NextAbility) == 0x000088, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, CallFunc_GetSelfActor_ReturnValue_2) == 0x000090, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::CallFunc_GetSelfActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, CallFunc_GetSelfActor_ReturnValue_3) == 0x000098, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::CallFunc_GetSelfActor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, K2Node_DynamicCast_AsCharacter_2) == 0x0000A0, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::K2Node_DynamicCast_AsCharacter_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, K2Node_DynamicCast_bSuccess_4) == 0x0000A8, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, K2Node_DynamicCast_AsCharacter_3) == 0x0000B0, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::K2Node_DynamicCast_AsCharacter_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L, K2Node_DynamicCast_bSuccess_5) == 0x0000B8, "Member 'ABL_NpcReact_FallShort_L_C_ExecuteUbergraph_ABL_NpcReact_FallShort_L::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_FallShort_L_C_OnAbilityBranch \ static_assert(alignof(ABL_NpcReact_FallShort_L_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NpcReact_FallShort_L_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NpcReact_FallShort_L_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NpcReact_FallShort_L_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NpcReact_FallShort_L_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NpcReact_FallShort_L_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_FallShort_L_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NpcReact_FallShort_L_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NpcReact_FallShort_L_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NpcReact_FallShort_L_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NpcReact_FallShort_L_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NpcReact_FallShort_L_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_FallShort_L_C_OnAbilityEnd \ static_assert(alignof(ABL_NpcReact_FallShort_L_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NpcReact_FallShort_L_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NpcReact_FallShort_L_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NpcReact_FallShort_L_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NpcReact_FallShort_L_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_FallShort_L_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_FallShort_L_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_FallShort_L_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_FallShort_L_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_FallShort_L_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_FallShort_L_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_FallShort_L_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_FallShort_L_C \ static_assert(alignof(UABL_NpcReact_FallShort_L_C) == 0x000008, "Wrong alignment on UABL_NpcReact_FallShort_L_C"); \ static_assert(sizeof(UABL_NpcReact_FallShort_L_C) == 0x0000F0, "Wrong size on UABL_NpcReact_FallShort_L_C"); \ static_assert(offsetof(UABL_NpcReact_FallShort_L_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_FallShort_L_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NpcReact_FallShort_L_C, TempCharRef) == 0x0000E8, "Member 'UABL_NpcReact_FallShort_L_C::TempCharRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TMB_RCT_NoSwordStumbleHitch_V1_C \ static_assert(alignof(UABL_TMB_RCT_NoSwordStumbleHitch_V1_C) == 0x000008, "Wrong alignment on UABL_TMB_RCT_NoSwordStumbleHitch_V1_C"); \ static_assert(sizeof(UABL_TMB_RCT_NoSwordStumbleHitch_V1_C) == 0x0000E0, "Wrong size on UABL_TMB_RCT_NoSwordStumbleHitch_V1_C"); \ #define DUMPER7_ASSERTS_ABP_DepulsoSpell_C \ static_assert(alignof(ABP_DepulsoSpell_C) == 0x000008, "Wrong alignment on ABP_DepulsoSpell_C"); \ static_assert(sizeof(ABP_DepulsoSpell_C) == 0x000900, "Wrong size on ABP_DepulsoSpell_C"); \ static_assert(offsetof(ABP_DepulsoSpell_C, DefaultSceneRoot) == 0x0008F8, "Member 'ABP_DepulsoSpell_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Depulso_C_OnHit \ static_assert(alignof(BP_SubSonic_Depulso_C_OnHit) == 0x000004, "Wrong alignment on BP_SubSonic_Depulso_C_OnHit"); \ static_assert(sizeof(BP_SubSonic_Depulso_C_OnHit) == 0x00008C, "Wrong size on BP_SubSonic_Depulso_C_OnHit"); \ static_assert(offsetof(BP_SubSonic_Depulso_C_OnHit, HitResult) == 0x000000, "Member 'BP_SubSonic_Depulso_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Depulso_C_OnHit, bDestroyed) == 0x000088, "Member 'BP_SubSonic_Depulso_C_OnHit::bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Depulso_C_OnHit, bHit) == 0x000089, "Member 'BP_SubSonic_Depulso_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Depulso_C_OnHit, bBlocked) == 0x00008A, "Member 'BP_SubSonic_Depulso_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Depulso_C_OnHit, bFailed) == 0x00008B, "Member 'BP_SubSonic_Depulso_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Depulso_C_OnFire \ static_assert(alignof(BP_SubSonic_Depulso_C_OnFire) == 0x000008, "Wrong alignment on BP_SubSonic_Depulso_C_OnFire"); \ static_assert(sizeof(BP_SubSonic_Depulso_C_OnFire) == 0x000020, "Wrong size on BP_SubSonic_Depulso_C_OnFire"); \ static_assert(offsetof(BP_SubSonic_Depulso_C_OnFire, Target) == 0x000000, "Member 'BP_SubSonic_Depulso_C_OnFire::Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Depulso_C_OnFire, TargetLocation) == 0x000008, "Member 'BP_SubSonic_Depulso_C_OnFire::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Depulso_C_OnFire, Velocity) == 0x000014, "Member 'BP_SubSonic_Depulso_C_OnFire::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso \ static_assert(alignof(BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso) == 0x000008, "Wrong alignment on BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso"); \ static_assert(sizeof(BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso) == 0x0000B0, "Wrong size on BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso"); \ static_assert(offsetof(BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso, EntryPoint) == 0x000000, "Member 'BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso, K2Node_Event_HitResult) == 0x000004, "Member 'BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso, K2Node_Event_bDestroyed) == 0x00008C, "Member 'BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso::K2Node_Event_bDestroyed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso, K2Node_Event_bHit) == 0x00008D, "Member 'BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso, K2Node_Event_bBlocked) == 0x00008E, "Member 'BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso, K2Node_Event_bFailed) == 0x00008F, "Member 'BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso::K2Node_Event_bFailed' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso, K2Node_Event_Target) == 0x000090, "Member 'BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso, K2Node_Event_TargetLocation) == 0x000098, "Member 'BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso::K2Node_Event_TargetLocation' has a wrong offset!"); \ static_assert(offsetof(BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso, K2Node_Event_Velocity) == 0x0000A4, "Member 'BP_SubSonic_Depulso_C_ExecuteUbergraph_BP_SubSonic_Depulso::K2Node_Event_Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SubSonic_Depulso_C \ static_assert(alignof(ABP_SubSonic_Depulso_C) == 0x000008, "Wrong alignment on ABP_SubSonic_Depulso_C"); \ static_assert(sizeof(ABP_SubSonic_Depulso_C) == 0x000550, "Wrong size on ABP_SubSonic_Depulso_C"); \ static_assert(offsetof(ABP_SubSonic_Depulso_C, UberGraphFrame) == 0x000538, "Member 'ABP_SubSonic_Depulso_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Depulso_C, WindSource) == 0x000540, "Member 'ABP_SubSonic_Depulso_C::WindSource' has a wrong offset!"); \ static_assert(offsetof(ABP_SubSonic_Depulso_C, N_Trail) == 0x000548, "Member 'ABP_SubSonic_Depulso_C::N_Trail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_DepulsoStartLEDEffect_C \ static_assert(alignof(UBP_DepulsoStartLEDEffect_C) == 0x000008, "Wrong alignment on UBP_DepulsoStartLEDEffect_C"); \ static_assert(sizeof(UBP_DepulsoStartLEDEffect_C) == 0x000048, "Wrong size on UBP_DepulsoStartLEDEffect_C"); \ #define DUMPER7_ASSERTS_UABL_SpellImpact_Descendo_Casual_C \ static_assert(alignof(UABL_SpellImpact_Descendo_Casual_C) == 0x000008, "Wrong alignment on UABL_SpellImpact_Descendo_Casual_C"); \ static_assert(sizeof(UABL_SpellImpact_Descendo_Casual_C) == 0x0000C8, "Wrong size on UABL_SpellImpact_Descendo_Casual_C"); \ #define DUMPER7_ASSERTS_UBP_DescendoPrepLEDEffect_C \ static_assert(alignof(UBP_DescendoPrepLEDEffect_C) == 0x000008, "Wrong alignment on UBP_DescendoPrepLEDEffect_C"); \ static_assert(sizeof(UBP_DescendoPrepLEDEffect_C) == 0x000048, "Wrong size on UBP_DescendoPrepLEDEffect_C"); \ #define DUMPER7_ASSERTS_BP_AccioSpell_C_ExecuteUbergraph_BP_AccioSpell \ static_assert(alignof(BP_AccioSpell_C_ExecuteUbergraph_BP_AccioSpell) == 0x000004, "Wrong alignment on BP_AccioSpell_C_ExecuteUbergraph_BP_AccioSpell"); \ static_assert(sizeof(BP_AccioSpell_C_ExecuteUbergraph_BP_AccioSpell) == 0x000004, "Wrong size on BP_AccioSpell_C_ExecuteUbergraph_BP_AccioSpell"); \ static_assert(offsetof(BP_AccioSpell_C_ExecuteUbergraph_BP_AccioSpell, EntryPoint) == 0x000000, "Member 'BP_AccioSpell_C_ExecuteUbergraph_BP_AccioSpell::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AccioSpell_C \ static_assert(alignof(ABP_AccioSpell_C) == 0x000008, "Wrong alignment on ABP_AccioSpell_C"); \ static_assert(sizeof(ABP_AccioSpell_C) == 0x000B18, "Wrong size on ABP_AccioSpell_C"); \ static_assert(offsetof(ABP_AccioSpell_C, UberGraphFrame) == 0x000AE8, "Member 'ABP_AccioSpell_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioSpell_C, DefaultSceneRoot) == 0x000AF0, "Member 'ABP_AccioSpell_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioSpell_C, Parent_Input_Component) == 0x000AF8, "Member 'ABP_AccioSpell_C::Parent_Input_Component' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioSpell_C, BonusSpellTool) == 0x000B00, "Member 'ABP_AccioSpell_C::BonusSpellTool' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioSpell_C, N_TrailBeam) == 0x000B08, "Member 'ABP_AccioSpell_C::N_TrailBeam' has a wrong offset!"); \ static_assert(offsetof(ABP_AccioSpell_C, ActiveBeam) == 0x000B10, "Member 'ABP_AccioSpell_C::ActiveBeam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Shell_Accio_C_UserConstructionScript \ static_assert(alignof(BP_Shell_Accio_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Shell_Accio_C_UserConstructionScript"); \ static_assert(sizeof(BP_Shell_Accio_C_UserConstructionScript) == 0x000008, "Wrong size on BP_Shell_Accio_C_UserConstructionScript"); \ static_assert(offsetof(BP_Shell_Accio_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_Shell_Accio_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Shell_Accio_C_StartShell \ static_assert(alignof(BP_Shell_Accio_C_StartShell) == 0x000008, "Wrong alignment on BP_Shell_Accio_C_StartShell"); \ static_assert(sizeof(BP_Shell_Accio_C_StartShell) == 0x000018, "Wrong size on BP_Shell_Accio_C_StartShell"); \ static_assert(offsetof(BP_Shell_Accio_C_StartShell, MeshToFreeze_0) == 0x000000, "Member 'BP_Shell_Accio_C_StartShell::MeshToFreeze_0' has a wrong offset!"); \ static_assert(offsetof(BP_Shell_Accio_C_StartShell, HitLocation_0) == 0x000008, "Member 'BP_Shell_Accio_C_StartShell::HitLocation_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Shell_Accio_C_ExecuteUbergraph_BP_Shell_Accio \ static_assert(alignof(BP_Shell_Accio_C_ExecuteUbergraph_BP_Shell_Accio) == 0x000008, "Wrong alignment on BP_Shell_Accio_C_ExecuteUbergraph_BP_Shell_Accio"); \ static_assert(sizeof(BP_Shell_Accio_C_ExecuteUbergraph_BP_Shell_Accio) == 0x000020, "Wrong size on BP_Shell_Accio_C_ExecuteUbergraph_BP_Shell_Accio"); \ static_assert(offsetof(BP_Shell_Accio_C_ExecuteUbergraph_BP_Shell_Accio, EntryPoint) == 0x000000, "Member 'BP_Shell_Accio_C_ExecuteUbergraph_BP_Shell_Accio::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Shell_Accio_C_ExecuteUbergraph_BP_Shell_Accio, CallFunc_SetStaticMesh_ReturnValue) == 0x000004, "Member 'BP_Shell_Accio_C_ExecuteUbergraph_BP_Shell_Accio::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Shell_Accio_C_ExecuteUbergraph_BP_Shell_Accio, K2Node_CustomEvent_MeshToFreeze) == 0x000008, "Member 'BP_Shell_Accio_C_ExecuteUbergraph_BP_Shell_Accio::K2Node_CustomEvent_MeshToFreeze' has a wrong offset!"); \ static_assert(offsetof(BP_Shell_Accio_C_ExecuteUbergraph_BP_Shell_Accio, K2Node_CustomEvent_HitLocation) == 0x000010, "Member 'BP_Shell_Accio_C_ExecuteUbergraph_BP_Shell_Accio::K2Node_CustomEvent_HitLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Shell_Accio_C \ static_assert(alignof(ABP_Shell_Accio_C) == 0x000008, "Wrong alignment on ABP_Shell_Accio_C"); \ static_assert(sizeof(ABP_Shell_Accio_C) == 0x000290, "Wrong size on ABP_Shell_Accio_C"); \ static_assert(offsetof(ABP_Shell_Accio_C, UberGraphFrame) == 0x000248, "Member 'ABP_Shell_Accio_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Shell_Accio_C, StaticMesh) == 0x000250, "Member 'ABP_Shell_Accio_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_Shell_Accio_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_Shell_Accio_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Shell_Accio_C, Timeline_0_HitFreezePercent_Driver_51EE407A483C5FB6E79353A1525C8384) == 0x000260, "Member 'ABP_Shell_Accio_C::Timeline_0_HitFreezePercent_Driver_51EE407A483C5FB6E79353A1525C8384' has a wrong offset!"); \ static_assert(offsetof(ABP_Shell_Accio_C, Timeline_0__Direction_51EE407A483C5FB6E79353A1525C8384) == 0x000264, "Member 'ABP_Shell_Accio_C::Timeline_0__Direction_51EE407A483C5FB6E79353A1525C8384' has a wrong offset!"); \ static_assert(offsetof(ABP_Shell_Accio_C, Timeline_0) == 0x000268, "Member 'ABP_Shell_Accio_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ABP_Shell_Accio_C, ShellMaterial) == 0x000270, "Member 'ABP_Shell_Accio_C::ShellMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_Shell_Accio_C, MeshToFreeze) == 0x000278, "Member 'ABP_Shell_Accio_C::MeshToFreeze' has a wrong offset!"); \ static_assert(offsetof(ABP_Shell_Accio_C, HitLocation) == 0x000280, "Member 'ABP_Shell_Accio_C::HitLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_WandCast_Casual_AccioPage_C \ static_assert(alignof(UABL_WandCast_Casual_AccioPage_C) == 0x000008, "Wrong alignment on UABL_WandCast_Casual_AccioPage_C"); \ static_assert(sizeof(UABL_WandCast_Casual_AccioPage_C) == 0x0000D0, "Wrong size on UABL_WandCast_Casual_AccioPage_C"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Ragdoll_E_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_E \ static_assert(alignof(ABL_NPC_RCT_Ragdoll_E_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_E) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Ragdoll_E_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_E"); \ static_assert(sizeof(ABL_NPC_RCT_Ragdoll_E_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_E) == 0x000030, "Wrong size on ABL_NPC_RCT_Ragdoll_E_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_E"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_E_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_E, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_Ragdoll_E_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_E::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_E_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_E, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_Ragdoll_E_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_E::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_E_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_E, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NPC_RCT_Ragdoll_E_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_E::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_E_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_E, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NPC_RCT_Ragdoll_E_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_E::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_E_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_E, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NPC_RCT_Ragdoll_E_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_E::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_E_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_E, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_NPC_RCT_Ragdoll_E_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_E::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Ragdoll_E_C_OnAbilityBranch \ static_assert(alignof(ABL_NPC_RCT_Ragdoll_E_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Ragdoll_E_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NPC_RCT_Ragdoll_E_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NPC_RCT_Ragdoll_E_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_E_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NPC_RCT_Ragdoll_E_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_E_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NPC_RCT_Ragdoll_E_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Ragdoll_E_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NPC_RCT_Ragdoll_E_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Ragdoll_E_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NPC_RCT_Ragdoll_E_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NPC_RCT_Ragdoll_E_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_E_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NPC_RCT_Ragdoll_E_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Ragdoll_E_C_OnAbilityEnd \ static_assert(alignof(ABL_NPC_RCT_Ragdoll_E_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Ragdoll_E_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NPC_RCT_Ragdoll_E_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NPC_RCT_Ragdoll_E_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_E_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NPC_RCT_Ragdoll_E_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Ragdoll_E_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_Ragdoll_E_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Ragdoll_E_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_Ragdoll_E_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_Ragdoll_E_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_E_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_Ragdoll_E_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_Ragdoll_E_C \ static_assert(alignof(UABL_NPC_RCT_Ragdoll_E_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_Ragdoll_E_C"); \ static_assert(sizeof(UABL_NPC_RCT_Ragdoll_E_C) == 0x0000E8, "Wrong size on UABL_NPC_RCT_Ragdoll_E_C"); \ static_assert(offsetof(UABL_NPC_RCT_Ragdoll_E_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_Ragdoll_E_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_SpellImpact_Accio_C \ static_assert(alignof(UABL_SpellImpact_Accio_C) == 0x000008, "Wrong alignment on UABL_SpellImpact_Accio_C"); \ static_assert(sizeof(UABL_SpellImpact_Accio_C) == 0x0000C8, "Wrong size on UABL_SpellImpact_Accio_C"); \ #define DUMPER7_ASSERTS_ASM_CastleDun_Rail125_worn_B_C \ static_assert(alignof(ASM_CastleDun_Rail125_worn_B_C) == 0x000008, "Wrong alignment on ASM_CastleDun_Rail125_worn_B_C"); \ static_assert(sizeof(ASM_CastleDun_Rail125_worn_B_C) == 0x000278, "Wrong size on ASM_CastleDun_Rail125_worn_B_C"); \ static_assert(offsetof(ASM_CastleDun_Rail125_worn_B_C, StaticMeshComponent04) == 0x000248, "Member 'ASM_CastleDun_Rail125_worn_B_C::StaticMeshComponent04' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail125_worn_B_C, StaticMeshComponent03) == 0x000250, "Member 'ASM_CastleDun_Rail125_worn_B_C::StaticMeshComponent03' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail125_worn_B_C, StaticMeshComponent02) == 0x000258, "Member 'ASM_CastleDun_Rail125_worn_B_C::StaticMeshComponent02' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail125_worn_B_C, StaticMeshComponent01) == 0x000260, "Member 'ASM_CastleDun_Rail125_worn_B_C::StaticMeshComponent01' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail125_worn_B_C, StaticMeshComponent0) == 0x000268, "Member 'ASM_CastleDun_Rail125_worn_B_C::StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail125_worn_B_C, SharedRoot) == 0x000270, "Member 'ASM_CastleDun_Rail125_worn_B_C::SharedRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASM_CastleDun_Rail250_broken_A_C \ static_assert(alignof(ASM_CastleDun_Rail250_broken_A_C) == 0x000008, "Wrong alignment on ASM_CastleDun_Rail250_broken_A_C"); \ static_assert(sizeof(ASM_CastleDun_Rail250_broken_A_C) == 0x000290, "Wrong size on ASM_CastleDun_Rail250_broken_A_C"); \ static_assert(offsetof(ASM_CastleDun_Rail250_broken_A_C, StaticMeshComponent07) == 0x000248, "Member 'ASM_CastleDun_Rail250_broken_A_C::StaticMeshComponent07' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail250_broken_A_C, StaticMeshComponent06) == 0x000250, "Member 'ASM_CastleDun_Rail250_broken_A_C::StaticMeshComponent06' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail250_broken_A_C, StaticMeshComponent05) == 0x000258, "Member 'ASM_CastleDun_Rail250_broken_A_C::StaticMeshComponent05' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail250_broken_A_C, StaticMeshComponent04) == 0x000260, "Member 'ASM_CastleDun_Rail250_broken_A_C::StaticMeshComponent04' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail250_broken_A_C, StaticMeshComponent03) == 0x000268, "Member 'ASM_CastleDun_Rail250_broken_A_C::StaticMeshComponent03' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail250_broken_A_C, StaticMeshComponent02) == 0x000270, "Member 'ASM_CastleDun_Rail250_broken_A_C::StaticMeshComponent02' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail250_broken_A_C, StaticMeshComponent01) == 0x000278, "Member 'ASM_CastleDun_Rail250_broken_A_C::StaticMeshComponent01' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail250_broken_A_C, StaticMeshComponent0) == 0x000280, "Member 'ASM_CastleDun_Rail250_broken_A_C::StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ASM_CastleDun_Rail250_broken_A_C, SharedRoot) == 0x000288, "Member 'ASM_CastleDun_Rail250_broken_A_C::SharedRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIntro_Ruins_Render_C \ static_assert(alignof(AIntro_Ruins_Render_C) == 0x000008, "Wrong alignment on AIntro_Ruins_Render_C"); \ static_assert(sizeof(AIntro_Ruins_Render_C) == 0x000250, "Wrong size on AIntro_Ruins_Render_C"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_ComboShots_Finisher_C_OnCustomEvent \ static_assert(alignof(ABL_RCT_NPC_ComboShots_Finisher_C_OnCustomEvent) == 0x000008, "Wrong alignment on ABL_RCT_NPC_ComboShots_Finisher_C_OnCustomEvent"); \ static_assert(sizeof(ABL_RCT_NPC_ComboShots_Finisher_C_OnCustomEvent) == 0x000018, "Wrong size on ABL_RCT_NPC_ComboShots_Finisher_C_OnCustomEvent"); \ static_assert(offsetof(ABL_RCT_NPC_ComboShots_Finisher_C_OnCustomEvent, Context) == 0x000000, "Member 'ABL_RCT_NPC_ComboShots_Finisher_C_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_ComboShots_Finisher_C_OnCustomEvent, EventName) == 0x000008, "Member 'ABL_RCT_NPC_ComboShots_Finisher_C_OnCustomEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_ComboShots_Finisher_C_OnCustomEvent, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_RCT_NPC_ComboShots_Finisher_C_OnCustomEvent::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_ComboShots_Finisher_C \ static_assert(alignof(UABL_RCT_NPC_ComboShots_Finisher_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_ComboShots_Finisher_C"); \ static_assert(sizeof(UABL_RCT_NPC_ComboShots_Finisher_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_ComboShots_Finisher_C"); \ #define DUMPER7_ASSERTS_Intro_Cliffside_Lighting_C_LightON \ static_assert(alignof(Intro_Cliffside_Lighting_C_LightON) == 0x000008, "Wrong alignment on Intro_Cliffside_Lighting_C_LightON"); \ static_assert(sizeof(Intro_Cliffside_Lighting_C_LightON) == 0x000008, "Wrong size on Intro_Cliffside_Lighting_C_LightON"); \ static_assert(offsetof(Intro_Cliffside_Lighting_C_LightON, Caller) == 0x000000, "Member 'Intro_Cliffside_Lighting_C_LightON::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Intro_Cliffside_Lighting_C_ExecuteUbergraph_Intro_Cliffside_Lighting \ static_assert(alignof(Intro_Cliffside_Lighting_C_ExecuteUbergraph_Intro_Cliffside_Lighting) == 0x000008, "Wrong alignment on Intro_Cliffside_Lighting_C_ExecuteUbergraph_Intro_Cliffside_Lighting"); \ static_assert(sizeof(Intro_Cliffside_Lighting_C_ExecuteUbergraph_Intro_Cliffside_Lighting) == 0x000030, "Wrong size on Intro_Cliffside_Lighting_C_ExecuteUbergraph_Intro_Cliffside_Lighting"); \ static_assert(offsetof(Intro_Cliffside_Lighting_C_ExecuteUbergraph_Intro_Cliffside_Lighting, EntryPoint) == 0x000000, "Member 'Intro_Cliffside_Lighting_C_ExecuteUbergraph_Intro_Cliffside_Lighting::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Intro_Cliffside_Lighting_C_ExecuteUbergraph_Intro_Cliffside_Lighting, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'Intro_Cliffside_Lighting_C_ExecuteUbergraph_Intro_Cliffside_Lighting::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Intro_Cliffside_Lighting_C_ExecuteUbergraph_Intro_Cliffside_Lighting, CallFunc_HermesBindEvent_Handle) == 0x000018, "Member 'Intro_Cliffside_Lighting_C_ExecuteUbergraph_Intro_Cliffside_Lighting::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(Intro_Cliffside_Lighting_C_ExecuteUbergraph_Intro_Cliffside_Lighting, K2Node_CustomEvent_Caller) == 0x000028, "Member 'Intro_Cliffside_Lighting_C_ExecuteUbergraph_Intro_Cliffside_Lighting::K2Node_CustomEvent_Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIntro_Cliffside_Lighting_C \ static_assert(alignof(AIntro_Cliffside_Lighting_C) == 0x000008, "Wrong alignment on AIntro_Cliffside_Lighting_C"); \ static_assert(sizeof(AIntro_Cliffside_Lighting_C) == 0x000270, "Wrong size on AIntro_Cliffside_Lighting_C"); \ static_assert(offsetof(AIntro_Cliffside_Lighting_C, UberGraphFrame) == 0x000250, "Member 'AIntro_Cliffside_Lighting_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AIntro_Cliffside_Lighting_C, Timeline_0_NewTrack_0_64287418414621FFCD9C53B2BA1B98BB) == 0x000258, "Member 'AIntro_Cliffside_Lighting_C::Timeline_0_NewTrack_0_64287418414621FFCD9C53B2BA1B98BB' has a wrong offset!"); \ static_assert(offsetof(AIntro_Cliffside_Lighting_C, Timeline_0__Direction_64287418414621FFCD9C53B2BA1B98BB) == 0x00025C, "Member 'AIntro_Cliffside_Lighting_C::Timeline_0__Direction_64287418414621FFCD9C53B2BA1B98BB' has a wrong offset!"); \ static_assert(offsetof(AIntro_Cliffside_Lighting_C, Timeline_0) == 0x000260, "Member 'AIntro_Cliffside_Lighting_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(AIntro_Cliffside_Lighting_C, SpotLight_1_ExecuteUbergraph_Intro_Cliffside_Lighting_RefProperty) == 0x000268, "Member 'AIntro_Cliffside_Lighting_C::SpotLight_1_ExecuteUbergraph_Intro_Cliffside_Lighting_RefProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_TMB_RCT_LifeDrain_Death_C_OnCustomEvent \ static_assert(alignof(ABL_TMB_RCT_LifeDrain_Death_C_OnCustomEvent) == 0x000008, "Wrong alignment on ABL_TMB_RCT_LifeDrain_Death_C_OnCustomEvent"); \ static_assert(sizeof(ABL_TMB_RCT_LifeDrain_Death_C_OnCustomEvent) == 0x000020, "Wrong size on ABL_TMB_RCT_LifeDrain_Death_C_OnCustomEvent"); \ static_assert(offsetof(ABL_TMB_RCT_LifeDrain_Death_C_OnCustomEvent, Context) == 0x000000, "Member 'ABL_TMB_RCT_LifeDrain_Death_C_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_TMB_RCT_LifeDrain_Death_C_OnCustomEvent, EventName) == 0x000008, "Member 'ABL_TMB_RCT_LifeDrain_Death_C_OnCustomEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_TMB_RCT_LifeDrain_Death_C_OnCustomEvent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000010, "Member 'ABL_TMB_RCT_LifeDrain_Death_C_OnCustomEvent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_TMB_RCT_LifeDrain_Death_C_OnCustomEvent, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_TMB_RCT_LifeDrain_Death_C_OnCustomEvent::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TMB_RCT_LifeDrain_Death_C \ static_assert(alignof(UABL_TMB_RCT_LifeDrain_Death_C) == 0x000008, "Wrong alignment on UABL_TMB_RCT_LifeDrain_Death_C"); \ static_assert(sizeof(UABL_TMB_RCT_LifeDrain_Death_C) == 0x0000E0, "Wrong size on UABL_TMB_RCT_LifeDrain_Death_C"); \ #define DUMPER7_ASSERTS_ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft \ static_assert(alignof(ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft) == 0x000008, "Wrong alignment on ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft"); \ static_assert(sizeof(ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft) == 0x000040, "Wrong size on ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft, EntryPoint) == 0x000000, "Member 'ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft, K2Node_Event_Context) == 0x000008, "Member 'ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft, CallFunc_GetSelfActor_ReturnValue) == 0x000028, "Member 'ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft, K2Node_Event_Context_1) == 0x000030, "Member 'ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft, CallFunc_PostDialogueEvent_ReturnValue) == 0x000038, "Member 'ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft, CallFunc_PostDialogueEvent_ReturnValue_1) == 0x00003C, "Member 'ABL_DarkWizard_DodgeRollLeft_C_ExecuteUbergraph_ABL_DarkWizard_DodgeRollLeft::CallFunc_PostDialogueEvent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DarkWizard_DodgeRollLeft_C_OnAbilityBranch \ static_assert(alignof(ABL_DarkWizard_DodgeRollLeft_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_DarkWizard_DodgeRollLeft_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_DarkWizard_DodgeRollLeft_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_DarkWizard_DodgeRollLeft_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollLeft_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_DarkWizard_DodgeRollLeft_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollLeft_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_DarkWizard_DodgeRollLeft_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DarkWizard_DodgeRollLeft_C_OnAbilityInterrupt \ static_assert(alignof(ABL_DarkWizard_DodgeRollLeft_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_DarkWizard_DodgeRollLeft_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_DarkWizard_DodgeRollLeft_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_DarkWizard_DodgeRollLeft_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollLeft_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_DarkWizard_DodgeRollLeft_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DarkWizard_DodgeRollLeft_C_OnAbilityEnd \ static_assert(alignof(ABL_DarkWizard_DodgeRollLeft_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_DarkWizard_DodgeRollLeft_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_DarkWizard_DodgeRollLeft_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_DarkWizard_DodgeRollLeft_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollLeft_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_DarkWizard_DodgeRollLeft_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DarkWizard_DodgeRollLeft_C_OnAbilityStart \ static_assert(alignof(ABL_DarkWizard_DodgeRollLeft_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_DarkWizard_DodgeRollLeft_C_OnAbilityStart"); \ static_assert(sizeof(ABL_DarkWizard_DodgeRollLeft_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_DarkWizard_DodgeRollLeft_C_OnAbilityStart"); \ static_assert(offsetof(ABL_DarkWizard_DodgeRollLeft_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_DarkWizard_DodgeRollLeft_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DarkWizard_DodgeRollLeft_C \ static_assert(alignof(UABL_DarkWizard_DodgeRollLeft_C) == 0x000008, "Wrong alignment on UABL_DarkWizard_DodgeRollLeft_C"); \ static_assert(sizeof(UABL_DarkWizard_DodgeRollLeft_C) == 0x0000D0, "Wrong size on UABL_DarkWizard_DodgeRollLeft_C"); \ static_assert(offsetof(UABL_DarkWizard_DodgeRollLeft_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_DarkWizard_DodgeRollLeft_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_Hit_InAir_LrgChar_C \ static_assert(alignof(UABL_NPC_RCT_Hit_InAir_LrgChar_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_Hit_InAir_LrgChar_C"); \ static_assert(sizeof(UABL_NPC_RCT_Hit_InAir_LrgChar_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_Hit_InAir_LrgChar_C"); \ #define DUMPER7_ASSERTS_BP_Godrays_C_UserConstructionScript \ static_assert(alignof(BP_Godrays_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Godrays_C_UserConstructionScript"); \ static_assert(sizeof(BP_Godrays_C_UserConstructionScript) == 0x000028, "Wrong size on BP_Godrays_C_UserConstructionScript"); \ static_assert(offsetof(BP_Godrays_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_Godrays_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Godrays_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000008, "Member 'BP_Godrays_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Godrays_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000010, "Member 'BP_Godrays_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Godrays_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_3) == 0x000018, "Member 'BP_Godrays_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Godrays_C_UserConstructionScript, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000020, "Member 'BP_Godrays_C_UserConstructionScript::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Godrays_C \ static_assert(alignof(ABP_Godrays_C) == 0x000008, "Wrong alignment on ABP_Godrays_C"); \ static_assert(sizeof(ABP_Godrays_C) == 0x0002C8, "Wrong size on ABP_Godrays_C"); \ static_assert(offsetof(ABP_Godrays_C, StaticMesh) == 0x000248, "Member 'ABP_Godrays_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, DefaultSceneRoot) == 0x000250, "Member 'ABP_Godrays_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, UseSun) == 0x000258, "Member 'ABP_Godrays_C::UseSun' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, Sun) == 0x000260, "Member 'ABP_Godrays_C::Sun' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, Dynamic_Material) == 0x000268, "Member 'ABP_Godrays_C::Dynamic_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, Width) == 0x000270, "Member 'ABP_Godrays_C::Width' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, Length) == 0x000274, "Member 'ABP_Godrays_C::Length' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, Width_Fallof) == 0x000278, "Member 'ABP_Godrays_C::Width_Fallof' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, length_fallof) == 0x00027C, "Member 'ABP_Godrays_C::length_fallof' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, Color) == 0x000280, "Member 'ABP_Godrays_C::Color' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, Brightness) == 0x000290, "Member 'ABP_Godrays_C::Brightness' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, FadeDistance) == 0x000294, "Member 'ABP_Godrays_C::FadeDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, RandomTime) == 0x000298, "Member 'ABP_Godrays_C::RandomTime' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, Animated) == 0x0002A0, "Member 'ABP_Godrays_C::Animated' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, U_Tiling_Noise) == 0x0002A4, "Member 'ABP_Godrays_C::U_Tiling_Noise' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, V_Tiling_Noise) == 0x0002A8, "Member 'ABP_Godrays_C::V_Tiling_Noise' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, Animated_Noise_Speed) == 0x0002AC, "Member 'ABP_Godrays_C::Animated_Noise_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, Use_TextureProfile) == 0x0002B0, "Member 'ABP_Godrays_C::Use_TextureProfile' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, TextureProfile) == 0x0002B8, "Member 'ABP_Godrays_C::TextureProfile' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, Top_Blend) == 0x0002C0, "Member 'ABP_Godrays_C::Top_Blend' has a wrong offset!"); \ static_assert(offsetof(ABP_Godrays_C, Depth_Fade) == 0x0002C4, "Member 'ABP_Godrays_C::Depth_Fade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DW_WandLost_C \ static_assert(alignof(UABL_DW_WandLost_C) == 0x000008, "Wrong alignment on UABL_DW_WandLost_C"); \ static_assert(sizeof(UABL_DW_WandLost_C) == 0x0000E0, "Wrong size on UABL_DW_WandLost_C"); \ #define DUMPER7_ASSERTS_UABL_TMB_RCT_NoSwordStumble_P1_C \ static_assert(alignof(UABL_TMB_RCT_NoSwordStumble_P1_C) == 0x000008, "Wrong alignment on UABL_TMB_RCT_NoSwordStumble_P1_C"); \ static_assert(sizeof(UABL_TMB_RCT_NoSwordStumble_P1_C) == 0x0000E0, "Wrong size on UABL_TMB_RCT_NoSwordStumble_P1_C"); \ #define DUMPER7_ASSERTS_UABL_TMB_RCT_LifeDrain_NoDeath_C \ static_assert(alignof(UABL_TMB_RCT_LifeDrain_NoDeath_C) == 0x000008, "Wrong alignment on UABL_TMB_RCT_LifeDrain_NoDeath_C"); \ static_assert(sizeof(UABL_TMB_RCT_LifeDrain_NoDeath_C) == 0x0000E0, "Wrong size on UABL_TMB_RCT_LifeDrain_NoDeath_C"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventTransientWeaponPoweredUp \ static_assert(alignof(BP_TombProtector_Sword_C_EventTransientWeaponPoweredUp) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_EventTransientWeaponPoweredUp"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventTransientWeaponPoweredUp) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_EventTransientWeaponPoweredUp"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventTransientWeaponPoweredUp, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventTransientWeaponPoweredUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_HideWeaponStopFX \ static_assert(alignof(BP_TombProtector_Sword_C_HideWeaponStopFX) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_HideWeaponStopFX"); \ static_assert(sizeof(BP_TombProtector_Sword_C_HideWeaponStopFX) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_HideWeaponStopFX"); \ static_assert(offsetof(BP_TombProtector_Sword_C_HideWeaponStopFX, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_HideWeaponStopFX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_ShowWeaponStartFX \ static_assert(alignof(BP_TombProtector_Sword_C_ShowWeaponStartFX) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_ShowWeaponStartFX"); \ static_assert(sizeof(BP_TombProtector_Sword_C_ShowWeaponStartFX) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_ShowWeaponStartFX"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ShowWeaponStartFX, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_ShowWeaponStartFX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponDisarmedForRecoveryFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponDisarmedForRecoveryFx) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponDisarmedForRecoveryFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponDisarmedForRecoveryFx) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_EventWeaponDisarmedForRecoveryFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponDisarmedForRecoveryFx, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponDisarmedForRecoveryFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_ActivateWeaponThreat \ static_assert(alignof(BP_TombProtector_Sword_C_ActivateWeaponThreat) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_ActivateWeaponThreat"); \ static_assert(sizeof(BP_TombProtector_Sword_C_ActivateWeaponThreat) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_ActivateWeaponThreat"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ActivateWeaponThreat, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_ActivateWeaponThreat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_DeactivateWeaponThreat \ static_assert(alignof(BP_TombProtector_Sword_C_DeactivateWeaponThreat) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_DeactivateWeaponThreat"); \ static_assert(sizeof(BP_TombProtector_Sword_C_DeactivateWeaponThreat) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_DeactivateWeaponThreat"); \ static_assert(offsetof(BP_TombProtector_Sword_C_DeactivateWeaponThreat, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_DeactivateWeaponThreat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_StartWeaponSwing \ static_assert(alignof(BP_TombProtector_Sword_C_StartWeaponSwing) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_StartWeaponSwing"); \ static_assert(sizeof(BP_TombProtector_Sword_C_StartWeaponSwing) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_StartWeaponSwing"); \ static_assert(offsetof(BP_TombProtector_Sword_C_StartWeaponSwing, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_StartWeaponSwing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_ActivateWeapon \ static_assert(alignof(BP_TombProtector_Sword_C_ActivateWeapon) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_ActivateWeapon"); \ static_assert(sizeof(BP_TombProtector_Sword_C_ActivateWeapon) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_ActivateWeapon"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ActivateWeapon, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_ActivateWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_DeactivateWeapon \ static_assert(alignof(BP_TombProtector_Sword_C_DeactivateWeapon) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_DeactivateWeapon"); \ static_assert(sizeof(BP_TombProtector_Sword_C_DeactivateWeapon) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_DeactivateWeapon"); \ static_assert(offsetof(BP_TombProtector_Sword_C_DeactivateWeapon, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_DeactivateWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_DisableShieldCollision \ static_assert(alignof(BP_TombProtector_Sword_C_DisableShieldCollision) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_DisableShieldCollision"); \ static_assert(sizeof(BP_TombProtector_Sword_C_DisableShieldCollision) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_DisableShieldCollision"); \ static_assert(offsetof(BP_TombProtector_Sword_C_DisableShieldCollision, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_DisableShieldCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EnableShieldCollision \ static_assert(alignof(BP_TombProtector_Sword_C_EnableShieldCollision) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_EnableShieldCollision"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EnableShieldCollision) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_EnableShieldCollision"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EnableShieldCollision, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EnableShieldCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_SpawnStoredWeapon \ static_assert(alignof(BP_TombProtector_Sword_C_SpawnStoredWeapon) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_SpawnStoredWeapon"); \ static_assert(sizeof(BP_TombProtector_Sword_C_SpawnStoredWeapon) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_SpawnStoredWeapon"); \ static_assert(offsetof(BP_TombProtector_Sword_C_SpawnStoredWeapon, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_SpawnStoredWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_WeaponStored \ static_assert(alignof(BP_TombProtector_Sword_C_WeaponStored) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_WeaponStored"); \ static_assert(sizeof(BP_TombProtector_Sword_C_WeaponStored) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_WeaponStored"); \ static_assert(offsetof(BP_TombProtector_Sword_C_WeaponStored, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_WeaponStored::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventTrackPoints \ static_assert(alignof(BP_TombProtector_Sword_C_EventTrackPoints) == 0x000004, "Wrong alignment on BP_TombProtector_Sword_C_EventTrackPoints"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventTrackPoints) == 0x00001C, "Wrong size on BP_TombProtector_Sword_C_EventTrackPoints"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventTrackPoints, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventTrackPoints::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventTrackPoints, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'BP_TombProtector_Sword_C_EventTrackPoints::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventTrackPoints, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000010, "Member 'BP_TombProtector_Sword_C_EventTrackPoints::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventTransientWeaponActivate \ static_assert(alignof(BP_TombProtector_Sword_C_EventTransientWeaponActivate) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_EventTransientWeaponActivate"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventTransientWeaponActivate) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_EventTransientWeaponActivate"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventTransientWeaponActivate, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventTransientWeaponActivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventTransientWeaponDeactivate \ static_assert(alignof(BP_TombProtector_Sword_C_EventTransientWeaponDeactivate) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_EventTransientWeaponDeactivate"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventTransientWeaponDeactivate) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_EventTransientWeaponDeactivate"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventTransientWeaponDeactivate, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventTransientWeaponDeactivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponImpactGlowFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponImpactGlowFx) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponImpactGlowFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponImpactGlowFx) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_EventWeaponImpactGlowFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponImpactGlowFx, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponImpactGlowFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponMeleeAttackStartFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponMeleeAttackStartFx) == 0x000004, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponMeleeAttackStartFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponMeleeAttackStartFx) == 0x000014, "Wrong size on BP_TombProtector_Sword_C_EventWeaponMeleeAttackStartFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleeAttackStartFx, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleeAttackStartFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleeAttackStartFx, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleeAttackStartFx::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleeAttackStartFx, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleeAttackStartFx::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponFireAOE1Fx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponFireAOE1Fx) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponFireAOE1Fx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponFireAOE1Fx) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_EventWeaponFireAOE1Fx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponFireAOE1Fx, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponFireAOE1Fx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx) == 0x000170, "Wrong size on BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, HitResult) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, InMunitionTagContainer) == 0x000088, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::InMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, ReturnValue) == 0x0000A8, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_HasTag_ReturnValue) == 0x0000A9, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_HasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_GetSocketLocation_ReturnValue) == 0x0000AC, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_PostEventAtLocation_ReturnValue) == 0x0000B8, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_PostEventAtLocation_ReturnValue_1) == 0x0000BC, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_PostEventAtLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_HasTag_ReturnValue_1) == 0x0000C0, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_HasTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_bBlockingHit) == 0x0000C1, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000C2, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_Time) == 0x0000C4, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_Distance) == 0x0000C8, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_Location) == 0x0000CC, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_ImpactPoint) == 0x0000D8, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_Normal) == 0x0000E4, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_ImpactNormal) == 0x0000F0, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_PhysMat) == 0x000100, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_HitActor) == 0x000108, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_HitComponent) == 0x000110, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_HitBoneName) == 0x000118, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_HitItem) == 0x000120, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_ElementIndex) == 0x000124, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_FaceIndex) == 0x000128, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_TraceStart) == 0x00012C, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_BreakHitResult_TraceEnd) == 0x000138, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_MakeRotationFromAxes_ReturnValue) == 0x000144, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_MakeRotationFromAxes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_MakeRotationFromAxes_ReturnValue_1) == 0x000150, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_MakeRotationFromAxes_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000160, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx, CallFunc_SpawnSystemAtLocation_ReturnValue_1) == 0x000168, "Member 'BP_TombProtector_Sword_C_EventWeaponMeleePawnSlashFx::CallFunc_SpawnSystemAtLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx) == 0x000130, "Wrong size on BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, HitResult) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, ReturnValue) == 0x000088, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_bBlockingHit) == 0x000089, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_bInitialOverlap) == 0x00008A, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_Time) == 0x00008C, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_Distance) == 0x000090, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_Location) == 0x000094, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A0, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_Normal) == 0x0000AC, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_ImpactNormal) == 0x0000B8, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_PhysMat) == 0x0000C8, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_HitActor) == 0x0000D0, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_HitComponent) == 0x0000D8, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_HitBoneName) == 0x0000E0, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_HitItem) == 0x0000E8, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_ElementIndex) == 0x0000EC, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_FaceIndex) == 0x0000F0, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_TraceStart) == 0x0000F4, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_BreakHitResult_TraceEnd) == 0x000100, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_GetSocketLocation_ReturnValue) == 0x00010C, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_MakeRotationFromAxes_ReturnValue) == 0x000118, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_MakeRotationFromAxes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_PostEventAtLocation_ReturnValue) == 0x000124, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000128, "Member 'BP_TombProtector_Sword_C_EventWeaponThrownPawnStabFx::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_FireWeaponAOE1 \ static_assert(alignof(BP_TombProtector_Sword_C_FireWeaponAOE1) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_FireWeaponAOE1"); \ static_assert(sizeof(BP_TombProtector_Sword_C_FireWeaponAOE1) == 0x000008, "Wrong size on BP_TombProtector_Sword_C_FireWeaponAOE1"); \ static_assert(offsetof(BP_TombProtector_Sword_C_FireWeaponAOE1, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_FireWeaponAOE1::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponDeactivatedFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponDeactivatedFx) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponDeactivatedFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponDeactivatedFx) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_EventWeaponDeactivatedFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponDeactivatedFx, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponDeactivatedFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponSpawnStoredWeaponFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponSpawnStoredWeaponFx) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponSpawnStoredWeaponFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponSpawnStoredWeaponFx) == 0x000010, "Wrong size on BP_TombProtector_Sword_C_EventWeaponSpawnStoredWeaponFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponSpawnStoredWeaponFx, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponSpawnStoredWeaponFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponSpawnStoredWeaponFx, CallFunc_SpawnEmitterAttached_ReturnValue) == 0x000008, "Member 'BP_TombProtector_Sword_C_EventWeaponSpawnStoredWeaponFx::CallFunc_SpawnEmitterAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponDisarmedFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponDisarmedFx) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponDisarmedFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponDisarmedFx) == 0x000028, "Wrong size on BP_TombProtector_Sword_C_EventWeaponDisarmedFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponDisarmedFx, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponDisarmedFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponDisarmedFx, CallFunc_ActorStartSkinFX_skinFXComponent) == 0x000008, "Member 'BP_TombProtector_Sword_C_EventWeaponDisarmedFx::CallFunc_ActorStartSkinFX_skinFXComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponDisarmedFx, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000010, "Member 'BP_TombProtector_Sword_C_EventWeaponDisarmedFx::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponDisarmedFx, CallFunc_EventWeaponDeactivateBuffEmitterFx_ReturnValue) == 0x00001C, "Member 'BP_TombProtector_Sword_C_EventWeaponDisarmedFx::CallFunc_EventWeaponDeactivateBuffEmitterFx_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponDisarmedFx, CallFunc_PostEventAtLocation_ReturnValue) == 0x000020, "Member 'BP_TombProtector_Sword_C_EventWeaponDisarmedFx::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponActivateBuffEmitterFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponActivateBuffEmitterFx) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponActivateBuffEmitterFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponActivateBuffEmitterFx) == 0x000002, "Wrong size on BP_TombProtector_Sword_C_EventWeaponActivateBuffEmitterFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponActivateBuffEmitterFx, InBuffType) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponActivateBuffEmitterFx::InBuffType' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponActivateBuffEmitterFx, ReturnValue) == 0x000001, "Member 'BP_TombProtector_Sword_C_EventWeaponActivateBuffEmitterFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx) == 0x000004, "Wrong size on BP_TombProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_TombProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'BP_TombProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx, CallFunc_IsValid_ReturnValue_2) == 0x000003, "Member 'BP_TombProtector_Sword_C_EventWeaponDeactivateBuffEmitterFx::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_InterfaceWeaponAcquire \ static_assert(alignof(BP_TombProtector_Sword_C_InterfaceWeaponAcquire) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_InterfaceWeaponAcquire"); \ static_assert(sizeof(BP_TombProtector_Sword_C_InterfaceWeaponAcquire) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_InterfaceWeaponAcquire"); \ static_assert(offsetof(BP_TombProtector_Sword_C_InterfaceWeaponAcquire, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_InterfaceWeaponAcquire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_InterfaceWeaponRigidBodyActivate \ static_assert(alignof(BP_TombProtector_Sword_C_InterfaceWeaponRigidBodyActivate) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_InterfaceWeaponRigidBodyActivate"); \ static_assert(sizeof(BP_TombProtector_Sword_C_InterfaceWeaponRigidBodyActivate) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_InterfaceWeaponRigidBodyActivate"); \ static_assert(offsetof(BP_TombProtector_Sword_C_InterfaceWeaponRigidBodyActivate, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_InterfaceWeaponRigidBodyActivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_InterfaceWeaponRigidBodyDeactivate \ static_assert(alignof(BP_TombProtector_Sword_C_InterfaceWeaponRigidBodyDeactivate) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_InterfaceWeaponRigidBodyDeactivate"); \ static_assert(sizeof(BP_TombProtector_Sword_C_InterfaceWeaponRigidBodyDeactivate) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_InterfaceWeaponRigidBodyDeactivate"); \ static_assert(offsetof(BP_TombProtector_Sword_C_InterfaceWeaponRigidBodyDeactivate, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_InterfaceWeaponRigidBodyDeactivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponDestroyedFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponDestroyedFx) == 0x000004, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponDestroyedFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponDestroyedFx) == 0x00008C, "Wrong size on BP_TombProtector_Sword_C_EventWeaponDestroyedFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponDestroyedFx, HitResult) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponDestroyedFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponDestroyedFx, ReturnValue) == 0x000088, "Member 'BP_TombProtector_Sword_C_EventWeaponDestroyedFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponTriggerGenericImpactFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponTriggerGenericImpactFx) == 0x000004, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponTriggerGenericImpactFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponTriggerGenericImpactFx) == 0x00009C, "Wrong size on BP_TombProtector_Sword_C_EventWeaponTriggerGenericImpactFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerGenericImpactFx, HitResult) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerGenericImpactFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerGenericImpactFx, ReturnValue) == 0x000088, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerGenericImpactFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00008C, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerGenericImpactFx, CallFunc_PostEventAtLocation_ReturnValue) == 0x000098, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerGenericImpactFx::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx) == 0x000130, "Wrong size on BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, HitResult) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, ReturnValue) == 0x000088, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_bBlockingHit) == 0x000089, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_bInitialOverlap) == 0x00008A, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_Time) == 0x00008C, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_Distance) == 0x000090, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_Location) == 0x000094, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A0, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_Normal) == 0x0000AC, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_ImpactNormal) == 0x0000B8, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_PhysMat) == 0x0000C8, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_HitActor) == 0x0000D0, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_HitComponent) == 0x0000D8, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_HitBoneName) == 0x0000E0, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_HitItem) == 0x0000E8, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_ElementIndex) == 0x0000EC, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_FaceIndex) == 0x0000F0, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_TraceStart) == 0x0000F4, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_TraceEnd) == 0x000100, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00010C, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_MakeRotationFromAxes_ReturnValue) == 0x000118, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_MakeRotationFromAxes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_PostEventAtLocation_ReturnValue) == 0x000124, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000128, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerProtegoFx::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx) == 0x000050, "Wrong size on BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx, Temp_struct_Variable) == 0x000008, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx, Temp_delegate_Variable) == 0x000018, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000028, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx, CallFunc_PostAssociatedAkEvent_ReturnValue) == 0x000030, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx::CallFunc_PostAssociatedAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000034, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000040, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx, CallFunc_PostEventAtLocation_ReturnValue) == 0x000048, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerThrownFx::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponActivateLiteFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponActivateLiteFx) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponActivateLiteFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponActivateLiteFx) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_EventWeaponActivateLiteFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponActivateLiteFx, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponActivateLiteFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponDeactivateLiteFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponDeactivateLiteFx) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponDeactivateLiteFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponDeactivateLiteFx) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_EventWeaponDeactivateLiteFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponDeactivateLiteFx, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponDeactivateLiteFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx) == 0x000130, "Wrong size on BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, HitResult) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, ReturnValue) == 0x000088, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000090, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_BreakHitResult_bBlockingHit) == 0x000098, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_BreakHitResult_bInitialOverlap) == 0x000099, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_BreakHitResult_Time) == 0x00009C, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_BreakHitResult_Distance) == 0x0000A0, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_BreakHitResult_Location) == 0x0000A4, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_BreakHitResult_ImpactPoint) == 0x0000B0, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_BreakHitResult_Normal) == 0x0000BC, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C8, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_BreakHitResult_PhysMat) == 0x0000D8, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_BreakHitResult_HitActor) == 0x0000E0, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_BreakHitResult_HitComponent) == 0x0000E8, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_BreakHitResult_HitBoneName) == 0x0000F0, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_BreakHitResult_HitItem) == 0x0000F8, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_BreakHitResult_ElementIndex) == 0x0000FC, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_BreakHitResult_FaceIndex) == 0x000100, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_BreakHitResult_TraceStart) == 0x000104, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_BreakHitResult_TraceEnd) == 0x000110, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00011C, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_GetSocketLocation_ReturnValue) == 0x000120, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx, CallFunc_PostEventAtLocation_ReturnValue) == 0x00012C, "Member 'BP_TombProtector_Sword_C_EventWeaponTriggerImpactFx::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EventWeaponDeactivateHeavyFx \ static_assert(alignof(BP_TombProtector_Sword_C_EventWeaponDeactivateHeavyFx) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_EventWeaponDeactivateHeavyFx"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EventWeaponDeactivateHeavyFx) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_EventWeaponDeactivateHeavyFx"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EventWeaponDeactivateHeavyFx, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EventWeaponDeactivateHeavyFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_GetCapsuleComponent \ static_assert(alignof(BP_TombProtector_Sword_C_GetCapsuleComponent) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_GetCapsuleComponent"); \ static_assert(sizeof(BP_TombProtector_Sword_C_GetCapsuleComponent) == 0x000008, "Wrong size on BP_TombProtector_Sword_C_GetCapsuleComponent"); \ static_assert(offsetof(BP_TombProtector_Sword_C_GetCapsuleComponent, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_GetCapsuleComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_GetMeshComponent \ static_assert(alignof(BP_TombProtector_Sword_C_GetMeshComponent) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_GetMeshComponent"); \ static_assert(sizeof(BP_TombProtector_Sword_C_GetMeshComponent) == 0x000008, "Wrong size on BP_TombProtector_Sword_C_GetMeshComponent"); \ static_assert(offsetof(BP_TombProtector_Sword_C_GetMeshComponent, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_GetMeshComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_DisableCollision \ static_assert(alignof(BP_TombProtector_Sword_C_DisableCollision) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_DisableCollision"); \ static_assert(sizeof(BP_TombProtector_Sword_C_DisableCollision) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_DisableCollision"); \ static_assert(offsetof(BP_TombProtector_Sword_C_DisableCollision, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_DisableCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_DisableMeleeCollision \ static_assert(alignof(BP_TombProtector_Sword_C_DisableMeleeCollision) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_DisableMeleeCollision"); \ static_assert(sizeof(BP_TombProtector_Sword_C_DisableMeleeCollision) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_DisableMeleeCollision"); \ static_assert(offsetof(BP_TombProtector_Sword_C_DisableMeleeCollision, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_DisableMeleeCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EnableCollision \ static_assert(alignof(BP_TombProtector_Sword_C_EnableCollision) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_EnableCollision"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EnableCollision) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_EnableCollision"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EnableCollision, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EnableCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EnableMeleeCollision \ static_assert(alignof(BP_TombProtector_Sword_C_EnableMeleeCollision) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_EnableMeleeCollision"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EnableMeleeCollision) == 0x000001, "Wrong size on BP_TombProtector_Sword_C_EnableMeleeCollision"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EnableMeleeCollision, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EnableMeleeCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_DisablePhysicsSim \ static_assert(alignof(BP_TombProtector_Sword_C_DisablePhysicsSim) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_DisablePhysicsSim"); \ static_assert(sizeof(BP_TombProtector_Sword_C_DisablePhysicsSim) == 0x000002, "Wrong size on BP_TombProtector_Sword_C_DisablePhysicsSim"); \ static_assert(offsetof(BP_TombProtector_Sword_C_DisablePhysicsSim, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_DisablePhysicsSim::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_DisablePhysicsSim, CallFunc_IsAnySimulatingPhysics_ReturnValue) == 0x000001, "Member 'BP_TombProtector_Sword_C_DisablePhysicsSim::CallFunc_IsAnySimulatingPhysics_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_EnablePhysicsSim \ static_assert(alignof(BP_TombProtector_Sword_C_EnablePhysicsSim) == 0x000001, "Wrong alignment on BP_TombProtector_Sword_C_EnablePhysicsSim"); \ static_assert(sizeof(BP_TombProtector_Sword_C_EnablePhysicsSim) == 0x000002, "Wrong size on BP_TombProtector_Sword_C_EnablePhysicsSim"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EnablePhysicsSim, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_EnablePhysicsSim::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_EnablePhysicsSim, CallFunc_IsAnySimulatingPhysics_ReturnValue) == 0x000001, "Member 'BP_TombProtector_Sword_C_EnablePhysicsSim::CallFunc_IsAnySimulatingPhysics_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_GetSceneComponent \ static_assert(alignof(BP_TombProtector_Sword_C_GetSceneComponent) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_GetSceneComponent"); \ static_assert(sizeof(BP_TombProtector_Sword_C_GetSceneComponent) == 0x000008, "Wrong size on BP_TombProtector_Sword_C_GetSceneComponent"); \ static_assert(offsetof(BP_TombProtector_Sword_C_GetSceneComponent, ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_GetSceneComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_PlayDisarmedFX \ static_assert(alignof(BP_TombProtector_Sword_C_PlayDisarmedFX) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_PlayDisarmedFX"); \ static_assert(sizeof(BP_TombProtector_Sword_C_PlayDisarmedFX) == 0x000010, "Wrong size on BP_TombProtector_Sword_C_PlayDisarmedFX"); \ static_assert(offsetof(BP_TombProtector_Sword_C_PlayDisarmedFX, CallFunc_SpawnAttached_NiagaraComponent) == 0x000000, "Member 'BP_TombProtector_Sword_C_PlayDisarmedFX::CallFunc_SpawnAttached_NiagaraComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_PlayDisarmedFX, CallFunc_SpawnFXArray_ReturnValue) == 0x000008, "Member 'BP_TombProtector_Sword_C_PlayDisarmedFX::CallFunc_SpawnFXArray_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_ReduceEmissive \ static_assert(alignof(BP_TombProtector_Sword_C_ReduceEmissive) == 0x000004, "Wrong alignment on BP_TombProtector_Sword_C_ReduceEmissive"); \ static_assert(sizeof(BP_TombProtector_Sword_C_ReduceEmissive) == 0x000004, "Wrong size on BP_TombProtector_Sword_C_ReduceEmissive"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ReduceEmissive, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_ReduceEmissive::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_UserConstructionScript \ static_assert(alignof(BP_TombProtector_Sword_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_UserConstructionScript"); \ static_assert(sizeof(BP_TombProtector_Sword_C_UserConstructionScript) == 0x000008, "Wrong size on BP_TombProtector_Sword_C_UserConstructionScript"); \ static_assert(offsetof(BP_TombProtector_Sword_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_TombProtector_Sword_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_TombProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_TombProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_TombProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_TombProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_TombProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_TombProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_TombProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_TombProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_TombProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_TombProtector_Sword_C_BndEvt__AttackCapsule_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_TombProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_TombProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_TombProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_TombProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_TombProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_TombProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_TombProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_TombProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_TombProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_TombProtector_Sword_C_BndEvt__RangeAttackCapsule_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_AnimEvent \ static_assert(alignof(BP_TombProtector_Sword_C_AnimEvent) == 0x000004, "Wrong alignment on BP_TombProtector_Sword_C_AnimEvent"); \ static_assert(sizeof(BP_TombProtector_Sword_C_AnimEvent) == 0x000008, "Wrong size on BP_TombProtector_Sword_C_AnimEvent"); \ static_assert(offsetof(BP_TombProtector_Sword_C_AnimEvent, Name_0) == 0x000000, "Member 'BP_TombProtector_Sword_C_AnimEvent::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_OnOppugnoThrow \ static_assert(alignof(BP_TombProtector_Sword_C_OnOppugnoThrow) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_OnOppugnoThrow"); \ static_assert(sizeof(BP_TombProtector_Sword_C_OnOppugnoThrow) == 0x000020, "Wrong size on BP_TombProtector_Sword_C_OnOppugnoThrow"); \ static_assert(offsetof(BP_TombProtector_Sword_C_OnOppugnoThrow, Instigator_0) == 0x000000, "Member 'BP_TombProtector_Sword_C_OnOppugnoThrow::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_OnOppugnoThrow, Target) == 0x000008, "Member 'BP_TombProtector_Sword_C_OnOppugnoThrow::Target' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_OnOppugnoThrow, Velocity) == 0x000010, "Member 'BP_TombProtector_Sword_C_OnOppugnoThrow::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_OnOppugnoHold \ static_assert(alignof(BP_TombProtector_Sword_C_OnOppugnoHold) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_OnOppugnoHold"); \ static_assert(sizeof(BP_TombProtector_Sword_C_OnOppugnoHold) == 0x000008, "Wrong size on BP_TombProtector_Sword_C_OnOppugnoHold"); \ static_assert(offsetof(BP_TombProtector_Sword_C_OnOppugnoHold, Instigator_0) == 0x000000, "Member 'BP_TombProtector_Sword_C_OnOppugnoHold::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_OnOppugnoEnd \ static_assert(alignof(BP_TombProtector_Sword_C_OnOppugnoEnd) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_OnOppugnoEnd"); \ static_assert(sizeof(BP_TombProtector_Sword_C_OnOppugnoEnd) == 0x000008, "Wrong size on BP_TombProtector_Sword_C_OnOppugnoEnd"); \ static_assert(offsetof(BP_TombProtector_Sword_C_OnOppugnoEnd, Instigator_0) == 0x000000, "Member 'BP_TombProtector_Sword_C_OnOppugnoEnd::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_OnHitByOppugnoImpact \ static_assert(alignof(BP_TombProtector_Sword_C_OnHitByOppugnoImpact) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_OnHitByOppugnoImpact"); \ static_assert(sizeof(BP_TombProtector_Sword_C_OnHitByOppugnoImpact) == 0x000010, "Wrong size on BP_TombProtector_Sword_C_OnHitByOppugnoImpact"); \ static_assert(offsetof(BP_TombProtector_Sword_C_OnHitByOppugnoImpact, Instigator_0) == 0x000000, "Member 'BP_TombProtector_Sword_C_OnHitByOppugnoImpact::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_OnHitByOppugnoImpact, Object) == 0x000008, "Member 'BP_TombProtector_Sword_C_OnHitByOppugnoImpact::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_OnOppugnoPull \ static_assert(alignof(BP_TombProtector_Sword_C_OnOppugnoPull) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_OnOppugnoPull"); \ static_assert(sizeof(BP_TombProtector_Sword_C_OnOppugnoPull) == 0x000008, "Wrong size on BP_TombProtector_Sword_C_OnOppugnoPull"); \ static_assert(offsetof(BP_TombProtector_Sword_C_OnOppugnoPull, Instigator_0) == 0x000000, "Member 'BP_TombProtector_Sword_C_OnOppugnoPull::Instigator_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_OnOppugnoImpact \ static_assert(alignof(BP_TombProtector_Sword_C_OnOppugnoImpact) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_OnOppugnoImpact"); \ static_assert(sizeof(BP_TombProtector_Sword_C_OnOppugnoImpact) == 0x000018, "Wrong size on BP_TombProtector_Sword_C_OnOppugnoImpact"); \ static_assert(offsetof(BP_TombProtector_Sword_C_OnOppugnoImpact, Instigator_0) == 0x000000, "Member 'BP_TombProtector_Sword_C_OnOppugnoImpact::Instigator_0' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_OnOppugnoImpact, Target) == 0x000008, "Member 'BP_TombProtector_Sword_C_OnOppugnoImpact::Target' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_OnOppugnoImpact, HitObject) == 0x000010, "Member 'BP_TombProtector_Sword_C_OnOppugnoImpact::HitObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword \ static_assert(alignof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword) == 0x000008, "Wrong alignment on BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword"); \ static_assert(sizeof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword) == 0x000380, "Wrong size on BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, EntryPoint) == 0x000000, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_PostEventAtLocation_ReturnValue) == 0x000010, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_DisableMeleeCollision_ReturnValue) == 0x000014, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_DisableMeleeCollision_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000018, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000020, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000028, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000030, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x000034, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_ComponentBoundEvent_SweepResult_1) == 0x000038, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, Temp_delegate_Variable) == 0x0000C0, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_OverlapAttackCapsule_New_OutHitResult) == 0x0000D0, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_OverlapAttackCapsule_New_OutHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_OverlapAttackCapsule_New_ReturnValue) == 0x000158, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_OverlapAttackCapsule_New_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000160, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_ComponentBoundEvent_OtherActor) == 0x000168, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_ComponentBoundEvent_OtherComp) == 0x000170, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000178, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_ComponentBoundEvent_bFromSweep) == 0x00017C, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_ComponentBoundEvent_SweepResult) == 0x000180, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_OverlapAttackCapsule_OutOverlapData) == 0x000208, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_OverlapAttackCapsule_OutOverlapData' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_OverlapAttackCapsule_ReturnValue) == 0x0002B8, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_OverlapAttackCapsule_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_BooleanAND_ReturnValue) == 0x0002B9, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_DynamicCast_AsBP_Enemy_Character) == 0x0002C0, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_DynamicCast_AsBP_Enemy_Character' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_DynamicCast_bSuccess) == 0x0002C8, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_CustomEvent_Name) == 0x0002CC, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_CustomEvent_Name' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_SwitchName_CmpSuccess) == 0x0002D4, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_WeaponStored_ReturnValue) == 0x0002D5, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_WeaponStored_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_SpawnStoredWeapon_ReturnValue) == 0x0002D6, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_SpawnStoredWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_ActivateWeapon_ReturnValue) == 0x0002D7, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_ActivateWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_DeactivateWeapon_ReturnValue) == 0x0002D8, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_DeactivateWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_StartWeaponSwing_ReturnValue) == 0x0002D9, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_StartWeaponSwing_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_ActivateWeaponThreat_ReturnValue) == 0x0002DA, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_ActivateWeaponThreat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_DeactivateWeaponThreat_ReturnValue) == 0x0002DB, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_DeactivateWeaponThreat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_Event_Instigator_5) == 0x0002E0, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_Event_Instigator_5' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_Event_Target_1) == 0x0002E8, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_Event_Target_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_Event_Velocity) == 0x0002F0, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_Event_Velocity' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, Temp_struct_Variable) == 0x000300, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_Event_Instigator_4) == 0x000310, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_Event_Instigator_4' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_Event_Instigator_3) == 0x000318, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_Event_Instigator_3' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_Event_Instigator_2) == 0x000320, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_Event_Instigator_2' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_Event_Object) == 0x000328, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_Event_Object' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_CreateDelegate_OutputDelegate) == 0x000330, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_ActorStartSkinFX_skinFXComponent) == 0x000340, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_ActorStartSkinFX_skinFXComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000348, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_Event_Instigator_1) == 0x000350, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_Event_Instigator_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_ActorStartSkinFX_skinFXComponent_1) == 0x000358, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_ActorStartSkinFX_skinFXComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_Event_Instigator) == 0x000360, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_Event_Instigator' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_Event_Target) == 0x000368, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_Event_Target' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, K2Node_Event_HitObject) == 0x000370, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::K2Node_Event_HitObject' has a wrong offset!"); \ static_assert(offsetof(BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword, CallFunc_PostAkEvent_ReturnValue) == 0x000378, "Member 'BP_TombProtector_Sword_C_ExecuteUbergraph_BP_TombProtector_Sword::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TombProtector_Sword_C \ static_assert(alignof(ABP_TombProtector_Sword_C) == 0x000008, "Wrong alignment on ABP_TombProtector_Sword_C"); \ static_assert(sizeof(ABP_TombProtector_Sword_C) == 0x000728, "Wrong size on ABP_TombProtector_Sword_C"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, UberGraphFrame) == 0x000670, "Member 'ABP_TombProtector_Sword_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, Ak) == 0x000678, "Member 'ABP_TombProtector_Sword_C::Ak' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, Ak_SwordProjectileMotionEffect) == 0x000680, "Member 'ABP_TombProtector_Sword_C::Ak_SwordProjectileMotionEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, PhysicsBox) == 0x000688, "Member 'ABP_TombProtector_Sword_C::PhysicsBox' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, PhysicsCapsule) == 0x000690, "Member 'ABP_TombProtector_Sword_C::PhysicsCapsule' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, ThrowFXLoc) == 0x000698, "Member 'ABP_TombProtector_Sword_C::ThrowFXLoc' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, RangeAttackCapsule) == 0x0006A0, "Member 'ABP_TombProtector_Sword_C::RangeAttackCapsule' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, AttackCapsule) == 0x0006A8, "Member 'ABP_TombProtector_Sword_C::AttackCapsule' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, ImpactLocation) == 0x0006B0, "Member 'ABP_TombProtector_Sword_C::ImpactLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, WieldLoc) == 0x0006B8, "Member 'ABP_TombProtector_Sword_C::WieldLoc' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, ThrowLoc) == 0x0006C0, "Member 'ABP_TombProtector_Sword_C::ThrowLoc' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, WeaponMesh) == 0x0006C8, "Member 'ABP_TombProtector_Sword_C::WeaponMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, ObjectState) == 0x0006D0, "Member 'ABP_TombProtector_Sword_C::ObjectState' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, Sphere) == 0x0006D8, "Member 'ABP_TombProtector_Sword_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, ParticleBuffCookEmitter) == 0x0006E0, "Member 'ABP_TombProtector_Sword_C::ParticleBuffCookEmitter' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, ParticleBuffPulseEmitter) == 0x0006E8, "Member 'ABP_TombProtector_Sword_C::ParticleBuffPulseEmitter' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, ParticleBuffImpactEmitter) == 0x0006F0, "Member 'ABP_TombProtector_Sword_C::ParticleBuffImpactEmitter' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, ExpelliarmusTexture) == 0x0006F8, "Member 'ABP_TombProtector_Sword_C::ExpelliarmusTexture' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, ExpelliarmusLowFlicker) == 0x000700, "Member 'ABP_TombProtector_Sword_C::ExpelliarmusLowFlicker' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, ExpelliarmusLowFlickerDecayRate) == 0x000704, "Member 'ABP_TombProtector_Sword_C::ExpelliarmusLowFlickerDecayRate' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, WeaponMesh_Mat) == 0x000708, "Member 'ABP_TombProtector_Sword_C::WeaponMesh_Mat' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, DisarmTrail) == 0x000710, "Member 'ABP_TombProtector_Sword_C::DisarmTrail' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_Sword_C, DisarmedFx) == 0x000718, "Member 'ABP_TombProtector_Sword_C::DisarmedFx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SanctumPortKey_Pedestal_C_UserConstructionScript \ static_assert(alignof(BP_SanctumPortKey_Pedestal_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_SanctumPortKey_Pedestal_C_UserConstructionScript"); \ static_assert(sizeof(BP_SanctumPortKey_Pedestal_C_UserConstructionScript) == 0x000018, "Wrong size on BP_SanctumPortKey_Pedestal_C_UserConstructionScript"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'BP_SanctumPortKey_Pedestal_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00000C, "Member 'BP_SanctumPortKey_Pedestal_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_SanctumPortKey_Pedestal_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SanctumPortKey_Pedestal_C_InteractionInitiated \ static_assert(alignof(BP_SanctumPortKey_Pedestal_C_InteractionInitiated) == 0x000008, "Wrong alignment on BP_SanctumPortKey_Pedestal_C_InteractionInitiated"); \ static_assert(sizeof(BP_SanctumPortKey_Pedestal_C_InteractionInitiated) == 0x000008, "Wrong size on BP_SanctumPortKey_Pedestal_C_InteractionInitiated"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_InteractionInitiated, Caller) == 0x000000, "Member 'BP_SanctumPortKey_Pedestal_C_InteractionInitiated::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SanctumPortKey_Pedestal_C_ResetBlueprint \ static_assert(alignof(BP_SanctumPortKey_Pedestal_C_ResetBlueprint) == 0x000008, "Wrong alignment on BP_SanctumPortKey_Pedestal_C_ResetBlueprint"); \ static_assert(sizeof(BP_SanctumPortKey_Pedestal_C_ResetBlueprint) == 0x000008, "Wrong size on BP_SanctumPortKey_Pedestal_C_ResetBlueprint"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ResetBlueprint, Actor) == 0x000000, "Member 'BP_SanctumPortKey_Pedestal_C_ResetBlueprint::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal \ static_assert(alignof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal) == 0x000010, "Wrong alignment on BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal"); \ static_assert(sizeof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal) == 0x000300, "Wrong size on BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, EntryPoint) == 0x000000, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000018, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000038, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000040, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000048, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000050, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, K2Node_ComponentBoundEvent_bFromSweep) == 0x000054, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, K2Node_ComponentBoundEvent_SweepResult) == 0x000058, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000E0, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, K2Node_ComponentBoundEvent_OtherActor) == 0x0000E8, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, K2Node_ComponentBoundEvent_OtherComp) == 0x0000F0, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000F8, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000FC, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0000FD, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, K2Node_CustomEvent_Caller) == 0x000100, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_HermesBindEvent_Handle) == 0x000108, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_GetComponentByClass_ReturnValue) == 0x000118, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000120, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_BreakTransform_Location) == 0x000150, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_BreakTransform_Rotation) == 0x00015C, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_BreakTransform_Scale) == 0x000168, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_GetTransform_ReturnValue) == 0x000180, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, K2Node_Event_Actor) == 0x0001B0, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::K2Node_Event_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_BreakTransform_Location_1) == 0x0001B8, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_BreakTransform_Rotation_1) == 0x0001C4, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_BreakTransform_Scale_1) == 0x0001D0, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_MakeTransform_ReturnValue) == 0x0001E0, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_BreakTransform_Location_2) == 0x000210, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_BreakTransform_Rotation_2) == 0x00021C, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_BreakTransform_Scale_2) == 0x000228, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000234, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000240, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000248, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_K2_SetActorTransform_ReturnValue) == 0x0002D0, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0002D4, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0002E0, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_VSize_ReturnValue) == 0x0002EC, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal, CallFunc_Less_FloatFloat_ReturnValue) == 0x0002F0, "Member 'BP_SanctumPortKey_Pedestal_C_ExecuteUbergraph_BP_SanctumPortKey_Pedestal::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SanctumPortKey_Pedestal_C \ static_assert(alignof(ABP_SanctumPortKey_Pedestal_C) == 0x000010, "Wrong alignment on ABP_SanctumPortKey_Pedestal_C"); \ static_assert(sizeof(ABP_SanctumPortKey_Pedestal_C) == 0x0002D0, "Wrong size on ABP_SanctumPortKey_Pedestal_C"); \ static_assert(offsetof(ABP_SanctumPortKey_Pedestal_C, UberGraphFrame) == 0x000248, "Member 'ABP_SanctumPortKey_Pedestal_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_Pedestal_C, Target) == 0x000250, "Member 'ABP_SanctumPortKey_Pedestal_C::Target' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_Pedestal_C, CognitionStimuliSource) == 0x000258, "Member 'ABP_SanctumPortKey_Pedestal_C::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_Pedestal_C, Box) == 0x000260, "Member 'ABP_SanctumPortKey_Pedestal_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_Pedestal_C, SM_HW_DADA_Statue_Pedestal) == 0x000268, "Member 'ABP_SanctumPortKey_Pedestal_C::SM_HW_DADA_Statue_Pedestal' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_Pedestal_C, Child) == 0x000270, "Member 'ABP_SanctumPortKey_Pedestal_C::Child' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_Pedestal_C, RecallTarget) == 0x000280, "Member 'ABP_SanctumPortKey_Pedestal_C::RecallTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_Pedestal_C, Recall) == 0x0002B0, "Member 'ABP_SanctumPortKey_Pedestal_C::Recall' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_Pedestal_C, ChildAttached) == 0x0002C0, "Member 'ABP_SanctumPortKey_Pedestal_C::ChildAttached' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VFX_RavenGroupNiagara_C_PlayFlappingSound \ static_assert(alignof(BP_VFX_RavenGroupNiagara_C_PlayFlappingSound) == 0x000004, "Wrong alignment on BP_VFX_RavenGroupNiagara_C_PlayFlappingSound"); \ static_assert(sizeof(BP_VFX_RavenGroupNiagara_C_PlayFlappingSound) == 0x00001C, "Wrong size on BP_VFX_RavenGroupNiagara_C_PlayFlappingSound"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_PlayFlappingSound, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000000, "Member 'BP_VFX_RavenGroupNiagara_C_PlayFlappingSound::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_PlayFlappingSound, CallFunc_Add_VectorVector_ReturnValue) == 0x00000C, "Member 'BP_VFX_RavenGroupNiagara_C_PlayFlappingSound::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_PlayFlappingSound, CallFunc_PostEventAtLocation_ReturnValue) == 0x000018, "Member 'BP_VFX_RavenGroupNiagara_C_PlayFlappingSound::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VFX_RavenGroupNiagara_C_UserConstructionScript \ static_assert(alignof(BP_VFX_RavenGroupNiagara_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_VFX_RavenGroupNiagara_C_UserConstructionScript"); \ static_assert(sizeof(BP_VFX_RavenGroupNiagara_C_UserConstructionScript) == 0x000004, "Wrong size on BP_VFX_RavenGroupNiagara_C_UserConstructionScript"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_VFX_RavenGroupNiagara_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara \ static_assert(alignof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara) == 0x000008, "Wrong alignment on BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara"); \ static_assert(sizeof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara) == 0x000088, "Wrong size on BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, EntryPoint) == 0x000000, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, Temp_bool_IsClosed_Variable) == 0x000004, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000008, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_GetSquaredDistanceTo_ReturnValue) == 0x000014, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_GetSquaredDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_Less_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_IsValid_ReturnValue_1) == 0x00001D, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000020, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_GetPlayerCharacter_ReturnValue_1) == 0x000028, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_GetPlayerCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_IsValid_ReturnValue_2) == 0x000030, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_GetSquaredDistanceTo_ReturnValue_1) == 0x000034, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_GetSquaredDistanceTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000040, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_GetPlayerCharacter_ReturnValue_2) == 0x000048, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_GetPlayerCharacter_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_IsValid_ReturnValue_3) == 0x000050, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_GetSquaredDistanceTo_ReturnValue_2) == 0x000054, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_GetSquaredDistanceTo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000058, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x00005C, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, K2Node_CreateDelegate_OutputDelegate) == 0x000060, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_Add_FloatFloat_ReturnValue) == 0x000070, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000078, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue) == 0x000080, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000084, "Member 'BP_VFX_RavenGroupNiagara_C_ExecuteUbergraph_BP_VFX_RavenGroupNiagara::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_VFX_RavenGroupNiagara_C \ static_assert(alignof(ABP_VFX_RavenGroupNiagara_C) == 0x000008, "Wrong alignment on ABP_VFX_RavenGroupNiagara_C"); \ static_assert(sizeof(ABP_VFX_RavenGroupNiagara_C) == 0x000280, "Wrong size on ABP_VFX_RavenGroupNiagara_C"); \ static_assert(offsetof(ABP_VFX_RavenGroupNiagara_C, UberGraphFrame) == 0x000248, "Member 'ABP_VFX_RavenGroupNiagara_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_RavenGroupNiagara_C, Niagara) == 0x000250, "Member 'ABP_VFX_RavenGroupNiagara_C::Niagara' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_RavenGroupNiagara_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_VFX_RavenGroupNiagara_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_RavenGroupNiagara_C, RespawnDistance) == 0x000260, "Member 'ABP_VFX_RavenGroupNiagara_C::RespawnDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_RavenGroupNiagara_C, ResetTimer) == 0x000264, "Member 'ABP_VFX_RavenGroupNiagara_C::ResetTimer' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_RavenGroupNiagara_C, Accumulated_Time) == 0x000268, "Member 'ABP_VFX_RavenGroupNiagara_C::Accumulated_Time' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_RavenGroupNiagara_C, InitialSystemDestroyed) == 0x00026C, "Member 'ABP_VFX_RavenGroupNiagara_C::InitialSystemDestroyed' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_RavenGroupNiagara_C, HasSpawned) == 0x00026D, "Member 'ABP_VFX_RavenGroupNiagara_C::HasSpawned' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_RavenGroupNiagara_C, Niagara_System_Radius) == 0x000270, "Member 'ABP_VFX_RavenGroupNiagara_C::Niagara_System_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_RavenGroupNiagara_C, Niagara_System_Trigger_Distance) == 0x000274, "Member 'ABP_VFX_RavenGroupNiagara_C::Niagara_System_Trigger_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_RavenGroupNiagara_C, Niagara_System_Spawn_Amount) == 0x000278, "Member 'ABP_VFX_RavenGroupNiagara_C::Niagara_System_Spawn_Amount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TombProtector_Spawn_FromStone_C \ static_assert(alignof(UABL_TombProtector_Spawn_FromStone_C) == 0x000008, "Wrong alignment on UABL_TombProtector_Spawn_FromStone_C"); \ static_assert(sizeof(UABL_TombProtector_Spawn_FromStone_C) == 0x0000C8, "Wrong size on UABL_TombProtector_Spawn_FromStone_C"); \ #define DUMPER7_ASSERTS_ABP_Buttslide_M_01_C \ static_assert(alignof(ABP_Buttslide_M_01_C) == 0x000008, "Wrong alignment on ABP_Buttslide_M_01_C"); \ static_assert(sizeof(ABP_Buttslide_M_01_C) == 0x000278, "Wrong size on ABP_Buttslide_M_01_C"); \ static_assert(offsetof(ABP_Buttslide_M_01_C, Cube1) == 0x000248, "Member 'ABP_Buttslide_M_01_C::Cube1' has a wrong offset!"); \ static_assert(offsetof(ABP_Buttslide_M_01_C, ObjectState) == 0x000250, "Member 'ABP_Buttslide_M_01_C::ObjectState' has a wrong offset!"); \ static_assert(offsetof(ABP_Buttslide_M_01_C, SM_Buttslide_20m_01) == 0x000258, "Member 'ABP_Buttslide_M_01_C::SM_Buttslide_20m_01' has a wrong offset!"); \ static_assert(offsetof(ABP_Buttslide_M_01_C, Cube) == 0x000260, "Member 'ABP_Buttslide_M_01_C::Cube' has a wrong offset!"); \ static_assert(offsetof(ABP_Buttslide_M_01_C, SM_Buttslide_20m_30) == 0x000268, "Member 'ABP_Buttslide_M_01_C::SM_Buttslide_20m_30' has a wrong offset!"); \ static_assert(offsetof(ABP_Buttslide_M_01_C, DefaultSceneRoot) == 0x000270, "Member 'ABP_Buttslide_M_01_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_ApparateOut_C \ static_assert(alignof(UABL_Enemy_ApparateOut_C) == 0x000008, "Wrong alignment on UABL_Enemy_ApparateOut_C"); \ static_assert(sizeof(UABL_Enemy_ApparateOut_C) == 0x0000C8, "Wrong size on UABL_Enemy_ApparateOut_C"); \ #define DUMPER7_ASSERTS_BP_OL_Chest_C_UserConstructionScript \ static_assert(alignof(BP_OL_Chest_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_OL_Chest_C_UserConstructionScript"); \ static_assert(sizeof(BP_OL_Chest_C_UserConstructionScript) == 0x000410, "Wrong size on BP_OL_Chest_C_UserConstructionScript"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, Temp_struct_Variable) == 0x000000, "Member 'BP_OL_Chest_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, Temp_struct_Variable_1) == 0x000030, "Member 'BP_OL_Chest_C_UserConstructionScript::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000060, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_1) == 0x000068, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, Temp_struct_Variable_2) == 0x000070, "Member 'BP_OL_Chest_C_UserConstructionScript::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, Temp_struct_Variable_3) == 0x0000A0, "Member 'BP_OL_Chest_C_UserConstructionScript::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_2) == 0x0000D0, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_3) == 0x0000D8, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, Temp_struct_Variable_4) == 0x0000E0, "Member 'BP_OL_Chest_C_UserConstructionScript::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, Temp_struct_Variable_5) == 0x000110, "Member 'BP_OL_Chest_C_UserConstructionScript::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_4) == 0x000140, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_5) == 0x000148, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, Temp_struct_Variable_6) == 0x000150, "Member 'BP_OL_Chest_C_UserConstructionScript::Temp_struct_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, Temp_struct_Variable_7) == 0x000180, "Member 'BP_OL_Chest_C_UserConstructionScript::Temp_struct_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_6) == 0x0001B0, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_7) == 0x0001B8, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, Temp_struct_Variable_8) == 0x0001C0, "Member 'BP_OL_Chest_C_UserConstructionScript::Temp_struct_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, Temp_struct_Variable_9) == 0x0001F0, "Member 'BP_OL_Chest_C_UserConstructionScript::Temp_struct_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_8) == 0x000220, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_9) == 0x000228, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, Temp_struct_Variable_10) == 0x000230, "Member 'BP_OL_Chest_C_UserConstructionScript::Temp_struct_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, Temp_struct_Variable_11) == 0x000260, "Member 'BP_OL_Chest_C_UserConstructionScript::Temp_struct_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_10) == 0x000290, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_11) == 0x000298, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, Temp_struct_Variable_12) == 0x0002A0, "Member 'BP_OL_Chest_C_UserConstructionScript::Temp_struct_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, Temp_struct_Variable_13) == 0x0002D0, "Member 'BP_OL_Chest_C_UserConstructionScript::Temp_struct_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_12) == 0x000300, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_13) == 0x000308, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, Temp_struct_Variable_14) == 0x000310, "Member 'BP_OL_Chest_C_UserConstructionScript::Temp_struct_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_14) == 0x000340, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, Temp_struct_Variable_15) == 0x000350, "Member 'BP_OL_Chest_C_UserConstructionScript::Temp_struct_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, Temp_struct_Variable_16) == 0x000380, "Member 'BP_OL_Chest_C_UserConstructionScript::Temp_struct_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_15) == 0x0003B0, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_16) == 0x0003B8, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0003C0, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0003C1, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x0003C2, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x0003C3, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x0003C4, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_5) == 0x0003C5, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_6) == 0x0003C6, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_7) == 0x0003C7, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_8) == 0x0003C8, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_9) == 0x0003C9, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_10) == 0x0003CA, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_11) == 0x0003CB, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_12) == 0x0003CC, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_13) == 0x0003CD, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_EqualEqual_IntInt_ReturnValue_14) == 0x0003CE, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_EqualEqual_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess) == 0x0003CF, "Member 'BP_OL_Chest_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_Map_Find_Value) == 0x0003D0, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_Map_Find_ReturnValue) == 0x0003F8, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_C_UserConstructionScript, CallFunc_LoadSyncronousActorClass_LoadedClass) == 0x000400, "Member 'BP_OL_Chest_C_UserConstructionScript::CallFunc_LoadSyncronousActorClass_LoadedClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OL_Chest_C_ExecuteUbergraph_BP_OL_Chest \ static_assert(alignof(BP_OL_Chest_C_ExecuteUbergraph_BP_OL_Chest) == 0x000004, "Wrong alignment on BP_OL_Chest_C_ExecuteUbergraph_BP_OL_Chest"); \ static_assert(sizeof(BP_OL_Chest_C_ExecuteUbergraph_BP_OL_Chest) == 0x000004, "Wrong size on BP_OL_Chest_C_ExecuteUbergraph_BP_OL_Chest"); \ static_assert(offsetof(BP_OL_Chest_C_ExecuteUbergraph_BP_OL_Chest, EntryPoint) == 0x000000, "Member 'BP_OL_Chest_C_ExecuteUbergraph_BP_OL_Chest::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_OL_Chest_C \ static_assert(alignof(ABP_OL_Chest_C) == 0x000010, "Wrong alignment on ABP_OL_Chest_C"); \ static_assert(sizeof(ABP_OL_Chest_C) == 0x000340, "Wrong size on ABP_OL_Chest_C"); \ static_assert(offsetof(ABP_OL_Chest_C, UberGraphFrame) == 0x000248, "Member 'ABP_OL_Chest_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_C, Parent) == 0x000250, "Member 'ABP_OL_Chest_C::Parent' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_C, BP_OL_Chest_Marker) == 0x000258, "Member 'ABP_OL_Chest_C::BP_OL_Chest_Marker' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_C, DefaultSceneRoot) == 0x000260, "Member 'ABP_OL_Chest_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_C, Chest_Type) == 0x000268, "Member 'ABP_OL_Chest_C::Chest_Type' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_C, Prop_Index) == 0x00026C, "Member 'ABP_OL_Chest_C::Prop_Index' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_C, Chest_Category) == 0x000270, "Member 'ABP_OL_Chest_C::Chest_Category' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_C, Chest_Cover_Type) == 0x000271, "Member 'ABP_OL_Chest_C::Chest_Cover_Type' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_C, Map_to_Container) == 0x000278, "Member 'ABP_OL_Chest_C::Map_to_Container' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_C, Zero) == 0x0002D0, "Member 'ABP_OL_Chest_C::Zero' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_C, Offset) == 0x000300, "Member 'ABP_OL_Chest_C::Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_C, ChestOwner) == 0x000330, "Member 'ABP_OL_Chest_C::ChestOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TombProtector_Attack_JumpStabLand_C \ static_assert(alignof(UABL_TombProtector_Attack_JumpStabLand_C) == 0x000008, "Wrong alignment on UABL_TombProtector_Attack_JumpStabLand_C"); \ static_assert(sizeof(UABL_TombProtector_Attack_JumpStabLand_C) == 0x0000C8, "Wrong size on UABL_TombProtector_Attack_JumpStabLand_C"); \ #define DUMPER7_ASSERTS_VFX_BP_VistaShot_RockFall_SM_C_ExecuteUbergraph_VFX_BP_VistaShot_RockFall_SM \ static_assert(alignof(VFX_BP_VistaShot_RockFall_SM_C_ExecuteUbergraph_VFX_BP_VistaShot_RockFall_SM) == 0x000008, "Wrong alignment on VFX_BP_VistaShot_RockFall_SM_C_ExecuteUbergraph_VFX_BP_VistaShot_RockFall_SM"); \ static_assert(sizeof(VFX_BP_VistaShot_RockFall_SM_C_ExecuteUbergraph_VFX_BP_VistaShot_RockFall_SM) == 0x000030, "Wrong size on VFX_BP_VistaShot_RockFall_SM_C_ExecuteUbergraph_VFX_BP_VistaShot_RockFall_SM"); \ static_assert(offsetof(VFX_BP_VistaShot_RockFall_SM_C_ExecuteUbergraph_VFX_BP_VistaShot_RockFall_SM, EntryPoint) == 0x000000, "Member 'VFX_BP_VistaShot_RockFall_SM_C_ExecuteUbergraph_VFX_BP_VistaShot_RockFall_SM::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_VistaShot_RockFall_SM_C_ExecuteUbergraph_VFX_BP_VistaShot_RockFall_SM, Temp_struct_Variable) == 0x000008, "Member 'VFX_BP_VistaShot_RockFall_SM_C_ExecuteUbergraph_VFX_BP_VistaShot_RockFall_SM::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_VistaShot_RockFall_SM_C_ExecuteUbergraph_VFX_BP_VistaShot_RockFall_SM, Temp_delegate_Variable) == 0x000018, "Member 'VFX_BP_VistaShot_RockFall_SM_C_ExecuteUbergraph_VFX_BP_VistaShot_RockFall_SM::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_VistaShot_RockFall_SM_C_ExecuteUbergraph_VFX_BP_VistaShot_RockFall_SM, CallFunc_PostEvent_ReturnValue) == 0x000028, "Member 'VFX_BP_VistaShot_RockFall_SM_C_ExecuteUbergraph_VFX_BP_VistaShot_RockFall_SM::CallFunc_PostEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(VFX_BP_VistaShot_RockFall_SM_C_ExecuteUbergraph_VFX_BP_VistaShot_RockFall_SM, CallFunc_RandomFloatInRange_ReturnValue) == 0x00002C, "Member 'VFX_BP_VistaShot_RockFall_SM_C_ExecuteUbergraph_VFX_BP_VistaShot_RockFall_SM::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVFX_BP_VistaShot_RockFall_SM_C \ static_assert(alignof(AVFX_BP_VistaShot_RockFall_SM_C) == 0x000008, "Wrong alignment on AVFX_BP_VistaShot_RockFall_SM_C"); \ static_assert(sizeof(AVFX_BP_VistaShot_RockFall_SM_C) == 0x000260, "Wrong size on AVFX_BP_VistaShot_RockFall_SM_C"); \ static_assert(offsetof(AVFX_BP_VistaShot_RockFall_SM_C, UberGraphFrame) == 0x000248, "Member 'AVFX_BP_VistaShot_RockFall_SM_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_VistaShot_RockFall_SM_C, VFX_NS_VistaShot_RockFall_SM) == 0x000250, "Member 'AVFX_BP_VistaShot_RockFall_SM_C::VFX_NS_VistaShot_RockFall_SM' has a wrong offset!"); \ static_assert(offsetof(AVFX_BP_VistaShot_RockFall_SM_C, DefaultSceneRoot) == 0x000258, "Member 'AVFX_BP_VistaShot_RockFall_SM_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_Fall_LrgChar_L_C \ static_assert(alignof(UABL_NPC_RCT_Fall_LrgChar_L_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_Fall_LrgChar_L_C"); \ static_assert(sizeof(UABL_NPC_RCT_Fall_LrgChar_L_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_Fall_LrgChar_L_C"); \ #define DUMPER7_ASSERTS_ABP_Intro_SimpleBridge_NavMesh_C \ static_assert(alignof(ABP_Intro_SimpleBridge_NavMesh_C) == 0x000008, "Wrong alignment on ABP_Intro_SimpleBridge_NavMesh_C"); \ static_assert(sizeof(ABP_Intro_SimpleBridge_NavMesh_C) == 0x000268, "Wrong size on ABP_Intro_SimpleBridge_NavMesh_C"); \ static_assert(offsetof(ABP_Intro_SimpleBridge_NavMesh_C, SM_Intro_RepairoBridgeBaseRock_05) == 0x000248, "Member 'ABP_Intro_SimpleBridge_NavMesh_C::SM_Intro_RepairoBridgeBaseRock_05' has a wrong offset!"); \ static_assert(offsetof(ABP_Intro_SimpleBridge_NavMesh_C, SM_Intro_RepairoBridgeBaseRock_04) == 0x000250, "Member 'ABP_Intro_SimpleBridge_NavMesh_C::SM_Intro_RepairoBridgeBaseRock_04' has a wrong offset!"); \ static_assert(offsetof(ABP_Intro_SimpleBridge_NavMesh_C, StaticMeshActor_SM_Intro_Cliffside_RuinsStairsBase_02_12841) == 0x000258, "Member 'ABP_Intro_SimpleBridge_NavMesh_C::StaticMeshActor_SM_Intro_Cliffside_RuinsStairsBase_02_12841' has a wrong offset!"); \ static_assert(offsetof(ABP_Intro_SimpleBridge_NavMesh_C, SharedRoot) == 0x000260, "Member 'ABP_Intro_SimpleBridge_NavMesh_C::SharedRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TombProtector_Spawn_BossSpawn_C \ static_assert(alignof(UABL_TombProtector_Spawn_BossSpawn_C) == 0x000008, "Wrong alignment on UABL_TombProtector_Spawn_BossSpawn_C"); \ static_assert(sizeof(UABL_TombProtector_Spawn_BossSpawn_C) == 0x0000C8, "Wrong size on UABL_TombProtector_Spawn_BossSpawn_C"); \ #define DUMPER7_ASSERTS_ABP_WE_Raven_C_AnimGraph \ static_assert(alignof(ABP_WE_Raven_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_WE_Raven_C_AnimGraph"); \ static_assert(sizeof(ABP_WE_Raven_C_AnimGraph) == 0x000010, "Wrong size on ABP_WE_Raven_C_AnimGraph"); \ static_assert(offsetof(ABP_WE_Raven_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_WE_Raven_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_WE_Raven_C_ExecuteUbergraph_ABP_WE_Raven \ static_assert(alignof(ABP_WE_Raven_C_ExecuteUbergraph_ABP_WE_Raven) == 0x000004, "Wrong alignment on ABP_WE_Raven_C_ExecuteUbergraph_ABP_WE_Raven"); \ static_assert(sizeof(ABP_WE_Raven_C_ExecuteUbergraph_ABP_WE_Raven) == 0x000010, "Wrong size on ABP_WE_Raven_C_ExecuteUbergraph_ABP_WE_Raven"); \ static_assert(offsetof(ABP_WE_Raven_C_ExecuteUbergraph_ABP_WE_Raven, EntryPoint) == 0x000000, "Member 'ABP_WE_Raven_C_ExecuteUbergraph_ABP_WE_Raven::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_WE_Raven_C_ExecuteUbergraph_ABP_WE_Raven, CallFunc_GetRelevantAnimTimeRemaining_ReturnValue) == 0x000004, "Member 'ABP_WE_Raven_C_ExecuteUbergraph_ABP_WE_Raven::CallFunc_GetRelevantAnimTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_WE_Raven_C_ExecuteUbergraph_ABP_WE_Raven, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'ABP_WE_Raven_C_ExecuteUbergraph_ABP_WE_Raven::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_WE_Raven_C_ExecuteUbergraph_ABP_WE_Raven, CallFunc_RandomFloat_ReturnValue) == 0x00000C, "Member 'ABP_WE_Raven_C_ExecuteUbergraph_ABP_WE_Raven::CallFunc_RandomFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_WE_Raven_C \ static_assert(alignof(UABP_WE_Raven_C) == 0x000010, "Wrong alignment on UABP_WE_Raven_C"); \ static_assert(sizeof(UABP_WE_Raven_C) == 0x000840, "Wrong size on UABP_WE_Raven_C"); \ static_assert(offsetof(UABP_WE_Raven_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_WE_Raven_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_WE_Raven_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_TransitionResult_6) == 0x0002F8, "Member 'UABP_WE_Raven_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_TransitionResult_5) == 0x000320, "Member 'UABP_WE_Raven_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_TransitionResult_4) == 0x000348, "Member 'UABP_WE_Raven_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_TransitionResult_3) == 0x000370, "Member 'UABP_WE_Raven_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_TransitionResult_2) == 0x000398, "Member 'UABP_WE_Raven_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_TransitionResult_1) == 0x0003C0, "Member 'UABP_WE_Raven_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_TransitionResult) == 0x0003E8, "Member 'UABP_WE_Raven_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_SequencePlayer_4) == 0x000410, "Member 'UABP_WE_Raven_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_StateResult_4) == 0x000490, "Member 'UABP_WE_Raven_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_SequencePlayer_3) == 0x0004C0, "Member 'UABP_WE_Raven_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_StateResult_3) == 0x000540, "Member 'UABP_WE_Raven_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_SequencePlayer_2) == 0x000570, "Member 'UABP_WE_Raven_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_StateResult_2) == 0x0005F0, "Member 'UABP_WE_Raven_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_SequencePlayer_1) == 0x000620, "Member 'UABP_WE_Raven_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_StateResult_1) == 0x0006A0, "Member 'UABP_WE_Raven_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_SequencePlayer) == 0x0006D0, "Member 'UABP_WE_Raven_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_StateResult) == 0x000750, "Member 'UABP_WE_Raven_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimGraphNode_StateMachine) == 0x000780, "Member 'UABP_WE_Raven_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, ShouldFlee) == 0x000830, "Member 'UABP_WE_Raven_C::ShouldFlee' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, ShouldLand) == 0x000831, "Member 'UABP_WE_Raven_C::ShouldLand' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, ShouldHarrass) == 0x000832, "Member 'UABP_WE_Raven_C::ShouldHarrass' has a wrong offset!"); \ static_assert(offsetof(UABP_WE_Raven_C, AnimStartPosition) == 0x000834, "Member 'UABP_WE_Raven_C::AnimStartPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FogSheet_C_UserConstructionScript \ static_assert(alignof(BP_FogSheet_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_FogSheet_C_UserConstructionScript"); \ static_assert(sizeof(BP_FogSheet_C_UserConstructionScript) == 0x0000A0, "Wrong size on BP_FogSheet_C_UserConstructionScript"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, Temp_struct_Variable) == 0x000000, "Member 'BP_FogSheet_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000030, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000038, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x000040, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakColor_R) == 0x000044, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakColor_R' has a wrong offset!"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakColor_G) == 0x000048, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakColor_G' has a wrong offset!"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakColor_B) == 0x00004C, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakColor_B' has a wrong offset!"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakColor_A) == 0x000050, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakColor_A' has a wrong offset!"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000054, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000058, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00005C, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_MakeColor_ReturnValue) == 0x000060, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_MakeColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000070, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000078, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000084, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000088, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x00008C, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_FogSheet_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000090, "Member 'BP_FogSheet_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FogSheet_C \ static_assert(alignof(ABP_FogSheet_C) == 0x000008, "Wrong alignment on ABP_FogSheet_C"); \ static_assert(sizeof(ABP_FogSheet_C) == 0x0002B8, "Wrong size on ABP_FogSheet_C"); \ static_assert(offsetof(ABP_FogSheet_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_FogSheet_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_FogSheet_C, size) == 0x000250, "Member 'ABP_FogSheet_C::size' has a wrong offset!"); \ static_assert(offsetof(ABP_FogSheet_C, Fog_Sheet_Material) == 0x000260, "Member 'ABP_FogSheet_C::Fog_Sheet_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_FogSheet_C, FogSheetMID) == 0x000268, "Member 'ABP_FogSheet_C::FogSheetMID' has a wrong offset!"); \ static_assert(offsetof(ABP_FogSheet_C, Brightness) == 0x000270, "Member 'ABP_FogSheet_C::Brightness' has a wrong offset!"); \ static_assert(offsetof(ABP_FogSheet_C, Color) == 0x000274, "Member 'ABP_FogSheet_C::Color' has a wrong offset!"); \ static_assert(offsetof(ABP_FogSheet_C, Opacity) == 0x000284, "Member 'ABP_FogSheet_C::Opacity' has a wrong offset!"); \ static_assert(offsetof(ABP_FogSheet_C, Contrast) == 0x000288, "Member 'ABP_FogSheet_C::Contrast' has a wrong offset!"); \ static_assert(offsetof(ABP_FogSheet_C, NearFadeDistance) == 0x00028C, "Member 'ABP_FogSheet_C::NearFadeDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_FogSheet_C, PanningSpeed) == 0x000290, "Member 'ABP_FogSheet_C::PanningSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_FogSheet_C, NoiseSize) == 0x000294, "Member 'ABP_FogSheet_C::NoiseSize' has a wrong offset!"); \ static_assert(offsetof(ABP_FogSheet_C, NoiseProjectionDistance) == 0x000298, "Member 'ABP_FogSheet_C::NoiseProjectionDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_FogSheet_C, DepthFadeDistance) == 0x00029C, "Member 'ABP_FogSheet_C::DepthFadeDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_FogSheet_C, static_mesh) == 0x0002A0, "Member 'ABP_FogSheet_C::static_mesh' has a wrong offset!"); \ static_assert(offsetof(ABP_FogSheet_C, Fog_texture) == 0x0002A8, "Member 'ABP_FogSheet_C::Fog_texture' has a wrong offset!"); \ static_assert(offsetof(ABP_FogSheet_C, UseWindOffset) == 0x0002B0, "Member 'ABP_FogSheet_C::UseWindOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_TMB_DisarmThrowBackNoDeath_C_ExecuteUbergraph_ABL_RCT_TMB_DisarmThrowBackNoDeath \ static_assert(alignof(ABL_RCT_TMB_DisarmThrowBackNoDeath_C_ExecuteUbergraph_ABL_RCT_TMB_DisarmThrowBackNoDeath) == 0x000008, "Wrong alignment on ABL_RCT_TMB_DisarmThrowBackNoDeath_C_ExecuteUbergraph_ABL_RCT_TMB_DisarmThrowBackNoDeath"); \ static_assert(sizeof(ABL_RCT_TMB_DisarmThrowBackNoDeath_C_ExecuteUbergraph_ABL_RCT_TMB_DisarmThrowBackNoDeath) == 0x000010, "Wrong size on ABL_RCT_TMB_DisarmThrowBackNoDeath_C_ExecuteUbergraph_ABL_RCT_TMB_DisarmThrowBackNoDeath"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBackNoDeath_C_ExecuteUbergraph_ABL_RCT_TMB_DisarmThrowBackNoDeath, EntryPoint) == 0x000000, "Member 'ABL_RCT_TMB_DisarmThrowBackNoDeath_C_ExecuteUbergraph_ABL_RCT_TMB_DisarmThrowBackNoDeath::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBackNoDeath_C_ExecuteUbergraph_ABL_RCT_TMB_DisarmThrowBackNoDeath, K2Node_Event_Context) == 0x000008, "Member 'ABL_RCT_TMB_DisarmThrowBackNoDeath_C_ExecuteUbergraph_ABL_RCT_TMB_DisarmThrowBackNoDeath::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent \ static_assert(alignof(ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent) == 0x000008, "Wrong alignment on ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent"); \ static_assert(sizeof(ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent) == 0x000038, "Wrong size on ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent, Context) == 0x000000, "Member 'ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent, EventName) == 0x000008, "Member 'ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000010, "Member 'ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent, CallFunc_GetWeapon_ReturnValue) == 0x000028, "Member 'ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent::CallFunc_GetWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnCustomEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnAbilityStart \ static_assert(alignof(ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnAbilityStart"); \ static_assert(sizeof(ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnAbilityStart"); \ static_assert(offsetof(ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_RCT_TMB_DisarmThrowBackNoDeath_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_TMB_DisarmThrowBackNoDeath_C \ static_assert(alignof(UABL_RCT_TMB_DisarmThrowBackNoDeath_C) == 0x000008, "Wrong alignment on UABL_RCT_TMB_DisarmThrowBackNoDeath_C"); \ static_assert(sizeof(UABL_RCT_TMB_DisarmThrowBackNoDeath_C) == 0x0000E8, "Wrong size on UABL_RCT_TMB_DisarmThrowBackNoDeath_C"); \ static_assert(offsetof(UABL_RCT_TMB_DisarmThrowBackNoDeath_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_RCT_TMB_DisarmThrowBackNoDeath_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_FierySend_C_ExecuteUbergraph_ABL_NPC_RCT_FierySend \ static_assert(alignof(ABL_NPC_RCT_FierySend_C_ExecuteUbergraph_ABL_NPC_RCT_FierySend) == 0x000008, "Wrong alignment on ABL_NPC_RCT_FierySend_C_ExecuteUbergraph_ABL_NPC_RCT_FierySend"); \ static_assert(sizeof(ABL_NPC_RCT_FierySend_C_ExecuteUbergraph_ABL_NPC_RCT_FierySend) == 0x000020, "Wrong size on ABL_NPC_RCT_FierySend_C_ExecuteUbergraph_ABL_NPC_RCT_FierySend"); \ static_assert(offsetof(ABL_NPC_RCT_FierySend_C_ExecuteUbergraph_ABL_NPC_RCT_FierySend, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_FierySend_C_ExecuteUbergraph_ABL_NPC_RCT_FierySend::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FierySend_C_ExecuteUbergraph_ABL_NPC_RCT_FierySend, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_FierySend_C_ExecuteUbergraph_ABL_NPC_RCT_FierySend::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FierySend_C_ExecuteUbergraph_ABL_NPC_RCT_FierySend, CallFunc_GetInstigator_ReturnValue) == 0x000010, "Member 'ABL_NPC_RCT_FierySend_C_ExecuteUbergraph_ABL_NPC_RCT_FierySend::CallFunc_GetInstigator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_FierySend_C_ExecuteUbergraph_ABL_NPC_RCT_FierySend, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_NPC_RCT_FierySend_C_ExecuteUbergraph_ABL_NPC_RCT_FierySend::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_FierySend_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_FierySend_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_FierySend_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_FierySend_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_FierySend_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_FierySend_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_FierySend_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_FierySend_C \ static_assert(alignof(UABL_NPC_RCT_FierySend_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_FierySend_C"); \ static_assert(sizeof(UABL_NPC_RCT_FierySend_C) == 0x0000E8, "Wrong size on UABL_NPC_RCT_FierySend_C"); \ static_assert(offsetof(UABL_NPC_RCT_FierySend_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_FierySend_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DW_WandPickup_C \ static_assert(alignof(UABL_DW_WandPickup_C) == 0x000008, "Wrong alignment on UABL_DW_WandPickup_C"); \ static_assert(sizeof(UABL_DW_WandPickup_C) == 0x0000E0, "Wrong size on UABL_DW_WandPickup_C"); \ #define DUMPER7_ASSERTS_ABP_Intro_Gringots_A_C \ static_assert(alignof(ABP_Intro_Gringots_A_C) == 0x000010, "Wrong alignment on ABP_Intro_Gringots_A_C"); \ static_assert(sizeof(ABP_Intro_Gringots_A_C) == 0x000A90, "Wrong size on ABP_Intro_Gringots_A_C"); \ #define DUMPER7_ASSERTS_BP_SanctumPortKey_C_UserConstructionScript \ static_assert(alignof(BP_SanctumPortKey_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_SanctumPortKey_C_UserConstructionScript"); \ static_assert(sizeof(BP_SanctumPortKey_C_UserConstructionScript) == 0x000018, "Wrong size on BP_SanctumPortKey_C_UserConstructionScript"); \ static_assert(offsetof(BP_SanctumPortKey_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'BP_SanctumPortKey_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00000C, "Member 'BP_SanctumPortKey_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SanctumPortKey_C_InteractionInitiated \ static_assert(alignof(BP_SanctumPortKey_C_InteractionInitiated) == 0x000008, "Wrong alignment on BP_SanctumPortKey_C_InteractionInitiated"); \ static_assert(sizeof(BP_SanctumPortKey_C_InteractionInitiated) == 0x000008, "Wrong size on BP_SanctumPortKey_C_InteractionInitiated"); \ static_assert(offsetof(BP_SanctumPortKey_C_InteractionInitiated, Caller) == 0x000000, "Member 'BP_SanctumPortKey_C_InteractionInitiated::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SanctumPortKey_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature \ static_assert(alignof(BP_SanctumPortKey_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_SanctumPortKey_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ static_assert(sizeof(BP_SanctumPortKey_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature) == 0x0000B0, "Wrong size on BP_SanctumPortKey_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature"); \ static_assert(offsetof(BP_SanctumPortKey_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, HitComponent) == 0x000000, "Member 'BP_SanctumPortKey_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_SanctumPortKey_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_SanctumPortKey_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, NormalImpulse) == 0x000018, "Member 'BP_SanctumPortKey_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature, Hit) == 0x000024, "Member 'BP_SanctumPortKey_C_BndEvt__Sphere_K2Node_ComponentBoundEvent_0_ComponentHitSignature__DelegateSignature::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey \ static_assert(alignof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey) == 0x000010, "Wrong alignment on BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey"); \ static_assert(sizeof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey) == 0x000790, "Wrong size on BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, EntryPoint) == 0x000000, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, Temp_object_Variable) == 0x000008, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, Temp_int_Variable) == 0x000018, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_Multiply_IntFloat_ReturnValue) == 0x00001C, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000024, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, Temp_bool_Variable) == 0x000025, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, Temp_bool_Has_Been_Initd_Variable) == 0x000026, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_Not_PreBool_ReturnValue) == 0x000027, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BooleanAND_ReturnValue) == 0x000038, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, Temp_int_Array_Index_Variable) == 0x000044, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, Temp_bool_IsClosed_Variable) == 0x000048, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, Temp_bool_Has_Been_Initd_Variable_1) == 0x000049, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, K2Node_CustomEvent_Caller) == 0x000050, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000058, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_HermesBindEvent_Handle) == 0x000060, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000070, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_K2_GetActorRotation_ReturnValue) == 0x00007C, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_GetTransform_ReturnValue) == 0x000090, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakTransform_Location) == 0x0000C0, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakTransform_Rotation) == 0x0000CC, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakTransform_Scale) == 0x0000D8, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_FindLookAtRotation_ReturnValue) == 0x0000E4, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakRotator_Roll) == 0x0000F0, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakRotator_Pitch) == 0x0000F4, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakRotator_Yaw) == 0x0000F8, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakVector_X) == 0x0000FC, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakVector_Y) == 0x000100, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakVector_Z) == 0x000104, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_Add_FloatFloat_ReturnValue) == 0x000108, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_K2_TeleportTo_ReturnValue) == 0x00010C, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_K2_TeleportTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_MakeRotator_ReturnValue) == 0x000110, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_GetForwardVector_ReturnValue) == 0x00011C, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_CastSpell_ReturnValue) == 0x000128, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_CastSpell_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00012C, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_Add_VectorVector_ReturnValue) == 0x000138, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, K2Node_MakeArray_Array) == 0x000148, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000158, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000164, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, K2Node_ComponentBoundEvent_HitComponent) == 0x000170, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::K2Node_ComponentBoundEvent_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, K2Node_ComponentBoundEvent_OtherActor) == 0x000178, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, K2Node_ComponentBoundEvent_OtherComp) == 0x000180, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, K2Node_ComponentBoundEvent_NormalImpulse) == 0x000188, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::K2Node_ComponentBoundEvent_NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, K2Node_ComponentBoundEvent_Hit) == 0x000194, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::K2Node_ComponentBoundEvent_Hit' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00021C, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_K2_SetTimer_ReturnValue) == 0x000228, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakVector_X_1) == 0x000230, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakVector_Y_1) == 0x000234, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakVector_Z_1) == 0x000238, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_MakeVector_ReturnValue) == 0x00023C, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000248, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_MakeVector_ReturnValue_1) == 0x00024C, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_IsAnyRigidBodyAwake_ReturnValue) == 0x000258, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_IsAnyRigidBodyAwake_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x00025C, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_GetComponentBounds_Origin) == 0x000268, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_GetComponentBounds_BoxExtent) == 0x000274, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_GetComponentBounds_SphereRadius) == 0x000280, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000290, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakVector_X_2) == 0x0002C0, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakVector_Y_2) == 0x0002C4, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakVector_Z_2) == 0x0002C8, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakTransform_Location_1) == 0x0002CC, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakTransform_Rotation_1) == 0x0002D8, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakTransform_Scale_1) == 0x0002E4, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_Less_FloatFloat_ReturnValue) == 0x0002F0, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakRotator_Roll_1) == 0x0002F4, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakRotator_Pitch_1) == 0x0002F8, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakRotator_Yaw_1) == 0x0002FC, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_MakeRotator_ReturnValue_1) == 0x000300, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000310, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000318, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000324, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_LineTraceSingle_OutHit) == 0x000330, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_LineTraceSingle_ReturnValue) == 0x0003B8, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_LineTraceSingle_OutHit_1) == 0x0003BC, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_LineTraceSingle_OutHit_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_LineTraceSingle_ReturnValue_1) == 0x000444, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_LineTraceSingle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_bBlockingHit) == 0x000445, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_bInitialOverlap) == 0x000446, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_Time) == 0x000448, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_Distance) == 0x00044C, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_Location) == 0x000450, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_ImpactPoint) == 0x00045C, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_Normal) == 0x000468, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_ImpactNormal) == 0x000474, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_PhysMat) == 0x000480, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_HitActor) == 0x000488, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_HitComponent) == 0x000490, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_HitBoneName) == 0x000498, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_HitItem) == 0x0004A0, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_ElementIndex) == 0x0004A4, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_FaceIndex) == 0x0004A8, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_TraceStart) == 0x0004AC, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_TraceEnd) == 0x0004B8, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_MakeTransform_ReturnValue) == 0x0004D0, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x000500, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000588, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000589, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_Time_1) == 0x00058C, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_Distance_1) == 0x000590, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_Location_1) == 0x000594, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_ImpactPoint_1) == 0x0005A0, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_Normal_1) == 0x0005AC, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_ImpactNormal_1) == 0x0005B8, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_PhysMat_1) == 0x0005C8, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_HitActor_1) == 0x0005D0, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_HitComponent_1) == 0x0005D8, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_HitBoneName_1) == 0x0005E0, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_HitItem_1) == 0x0005E8, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_ElementIndex_1) == 0x0005EC, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_FaceIndex_1) == 0x0005F0, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_TraceStart_1) == 0x0005F4, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_TraceEnd_1) == 0x000600, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_Add_VectorVector_ReturnValue_4) == 0x00060C, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, Temp_bool_IsClosed_Variable_1) == 0x000618, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_ActorHasTag_ReturnValue) == 0x000619, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_ActorHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_ActorHasTag_ReturnValue_1) == 0x00061A, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_ActorHasTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BooleanOR_ReturnValue) == 0x00061B, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, K2Node_MakeArray_Array_1) == 0x000620, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_LineTraceSingleForObjects_OutHit) == 0x000630, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_LineTraceSingleForObjects_OutHit' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_LineTraceSingleForObjects_ReturnValue) == 0x0006B8, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_LineTraceSingleForObjects_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_SphereOverlapComponents_OutComponents) == 0x0006C0, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_SphereOverlapComponents_OutComponents' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_SphereOverlapComponents_ReturnValue) == 0x0006D0, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_SphereOverlapComponents_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_Array_Get_Item) == 0x0006D8, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_Array_Length_ReturnValue) == 0x0006E0, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_GetDisplayName_ReturnValue) == 0x0006E8, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_Less_IntInt_ReturnValue) == 0x0006F8, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_bBlockingHit_2) == 0x0006F9, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_bBlockingHit_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_bInitialOverlap_2) == 0x0006FA, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_bInitialOverlap_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_Time_2) == 0x0006FC, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_Time_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_Distance_2) == 0x000700, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_Distance_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_Location_2) == 0x000704, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_Location_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_ImpactPoint_2) == 0x000710, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_ImpactPoint_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_Normal_2) == 0x00071C, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_Normal_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_ImpactNormal_2) == 0x000728, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_ImpactNormal_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_PhysMat_2) == 0x000738, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_PhysMat_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_HitActor_2) == 0x000740, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_HitActor_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_HitComponent_2) == 0x000748, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_HitComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_HitBoneName_2) == 0x000750, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_HitBoneName_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_HitItem_2) == 0x000758, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_HitItem_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_ElementIndex_2) == 0x00075C, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_ElementIndex_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_FaceIndex_2) == 0x000760, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_FaceIndex_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_TraceStart_2) == 0x000764, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_TraceStart_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_BreakHitResult_TraceEnd_2) == 0x000770, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_BreakHitResult_TraceEnd_2' has a wrong offset!"); \ static_assert(offsetof(BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey, CallFunc_Add_VectorVector_ReturnValue_5) == 0x00077C, "Member 'BP_SanctumPortKey_C_ExecuteUbergraph_BP_SanctumPortKey::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SanctumPortKey_C \ static_assert(alignof(ABP_SanctumPortKey_C) == 0x000008, "Wrong alignment on ABP_SanctumPortKey_C"); \ static_assert(sizeof(ABP_SanctumPortKey_C) == 0x0002C0, "Wrong size on ABP_SanctumPortKey_C"); \ static_assert(offsetof(ABP_SanctumPortKey_C, UberGraphFrame) == 0x000248, "Member 'ABP_SanctumPortKey_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_C, CognitionStimuliSource) == 0x000250, "Member 'ABP_SanctumPortKey_C::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_C, Sphere) == 0x000258, "Member 'ABP_SanctumPortKey_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_C, ObjectState) == 0x000260, "Member 'ABP_SanctumPortKey_C::ObjectState' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_C, Target) == 0x000268, "Member 'ABP_SanctumPortKey_C::Target' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_C, Warp_Target) == 0x000270, "Member 'ABP_SanctumPortKey_C::Warp_Target' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_C, Type) == 0x000280, "Member 'ABP_SanctumPortKey_C::Type' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_C, PlayerWarped) == 0x000290, "Member 'ABP_SanctumPortKey_C::PlayerWarped' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_C, Ignore) == 0x0002A0, "Member 'ABP_SanctumPortKey_C::Ignore' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_C, FoundSafeSpot) == 0x0002B0, "Member 'ABP_SanctumPortKey_C::FoundSafeSpot' has a wrong offset!"); \ static_assert(offsetof(ABP_SanctumPortKey_C, TestLoc) == 0x0002B4, "Member 'ABP_SanctumPortKey_C::TestLoc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VFX_Trigger_Volume_C_UserConstructionScript \ static_assert(alignof(BP_VFX_Trigger_Volume_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_VFX_Trigger_Volume_C_UserConstructionScript"); \ static_assert(sizeof(BP_VFX_Trigger_Volume_C_UserConstructionScript) == 0x000128, "Wrong size on BP_VFX_Trigger_Volume_C_UserConstructionScript"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_UserConstructionScript, NiagaraToAKEvent) == 0x000000, "Member 'BP_VFX_Trigger_Volume_C_UserConstructionScript::NiagaraToAKEvent' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000050, "Member 'BP_VFX_Trigger_Volume_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'BP_VFX_Trigger_Volume_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_UserConstructionScript, K2Node_MakeVariable_MakeVariableOutput) == 0x000058, "Member 'BP_VFX_Trigger_Volume_C_UserConstructionScript::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'BP_VFX_Trigger_Volume_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'BP_VFX_Trigger_Volume_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'BP_VFX_Trigger_Volume_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_UserConstructionScript, CallFunc_Greater_IntInt_ReturnValue) == 0x0000DC, "Member 'BP_VFX_Trigger_Volume_C_UserConstructionScript::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_UserConstructionScript, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x0000E0, "Member 'BP_VFX_Trigger_Volume_C_UserConstructionScript::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_UserConstructionScript, CallFunc_Map_Find_Value) == 0x000108, "Member 'BP_VFX_Trigger_Volume_C_UserConstructionScript::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_UserConstructionScript, CallFunc_Map_Find_ReturnValue) == 0x000110, "Member 'BP_VFX_Trigger_Volume_C_UserConstructionScript::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000111, "Member 'BP_VFX_Trigger_Volume_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue) == 0x000114, "Member 'BP_VFX_Trigger_Volume_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_UserConstructionScript, CallFunc_Array_Contains_ReturnValue) == 0x000118, "Member 'BP_VFX_Trigger_Volume_C_UserConstructionScript::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_1) == 0x00011C, "Member 'BP_VFX_Trigger_Volume_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000120, "Member 'BP_VFX_Trigger_Volume_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_VFX_Trigger_Volume_C_BndEvt__Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VFX_Trigger_Volume_C_ReceiveEndPlay \ static_assert(alignof(BP_VFX_Trigger_Volume_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_VFX_Trigger_Volume_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_VFX_Trigger_Volume_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_VFX_Trigger_Volume_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_VFX_Trigger_Volume_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume \ static_assert(alignof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume) == 0x000010, "Wrong alignment on BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume"); \ static_assert(sizeof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume) == 0x0001A0, "Wrong size on BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, EntryPoint) == 0x000000, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, CallFunc_IsValid_ReturnValue_1) == 0x000005, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, CallFunc_GetUnscaledBoxExtent_ReturnValue) == 0x000008, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::CallFunc_GetUnscaledBoxExtent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000020, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, CallFunc_MakeTransform_ReturnValue) == 0x000050, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000080, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, CallFunc_FinishSpawningActor_ReturnValue) == 0x000088, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000090, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, K2Node_ComponentBoundEvent_OtherActor) == 0x000098, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, K2Node_ComponentBoundEvent_OtherComp) == 0x0000A0, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000A8, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x0000B0, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, K2Node_ComponentBoundEvent_OtherActor_1) == 0x0000B8, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, K2Node_ComponentBoundEvent_OtherComp_1) == 0x0000C0, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x0000C8, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, K2Node_ComponentBoundEvent_bFromSweep) == 0x0000CC, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, K2Node_ComponentBoundEvent_SweepResult) == 0x0000D0, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, K2Node_DynamicCast_AsBiped_Player) == 0x000158, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::K2Node_DynamicCast_AsBiped_Player' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, K2Node_DynamicCast_bSuccess) == 0x000160, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, K2Node_DynamicCast_AsBiped_Player_1) == 0x000168, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::K2Node_DynamicCast_AsBiped_Player_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, K2Node_DynamicCast_bSuccess_1) == 0x000170, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, CallFunc_IsOverlappingActor_ReturnValue) == 0x000171, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x000178, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, CallFunc_IsValid_ReturnValue_2) == 0x000180, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000184, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, CallFunc_InverseTransformLocation_ReturnValue) == 0x000190, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::CallFunc_InverseTransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, CallFunc_IsPointInBox_ReturnValue) == 0x00019C, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::CallFunc_IsPointInBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume, K2Node_Event_EndPlayReason) == 0x00019D, "Member 'BP_VFX_Trigger_Volume_C_ExecuteUbergraph_BP_VFX_Trigger_Volume::K2Node_Event_EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_VFX_Trigger_Volume_C \ static_assert(alignof(ABP_VFX_Trigger_Volume_C) == 0x000008, "Wrong alignment on ABP_VFX_Trigger_Volume_C"); \ static_assert(sizeof(ABP_VFX_Trigger_Volume_C) == 0x0002B8, "Wrong size on ABP_VFX_Trigger_Volume_C"); \ static_assert(offsetof(ABP_VFX_Trigger_Volume_C, UberGraphFrame) == 0x000248, "Member 'ABP_VFX_Trigger_Volume_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Trigger_Volume_C, Billboard) == 0x000250, "Member 'ABP_VFX_Trigger_Volume_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Trigger_Volume_C, Box) == 0x000258, "Member 'ABP_VFX_Trigger_Volume_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Trigger_Volume_C, DefaultSceneRoot) == 0x000260, "Member 'ABP_VFX_Trigger_Volume_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Trigger_Volume_C, Box_Size) == 0x000268, "Member 'ABP_VFX_Trigger_Volume_C::Box_Size' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Trigger_Volume_C, Offset_Amount) == 0x000274, "Member 'ABP_VFX_Trigger_Volume_C::Offset_Amount' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Trigger_Volume_C, Particle_Rig) == 0x000278, "Member 'ABP_VFX_Trigger_Volume_C::Particle_Rig' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Trigger_Volume_C, Particle_Systems) == 0x000280, "Member 'ABP_VFX_Trigger_Volume_C::Particle_Systems' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Trigger_Volume_C, Niagara_System) == 0x000290, "Member 'ABP_VFX_Trigger_Volume_C::Niagara_System' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Trigger_Volume_C, Debug_Volume_Setup) == 0x0002A0, "Member 'ABP_VFX_Trigger_Volume_C::Debug_Volume_Setup' has a wrong offset!"); \ static_assert(offsetof(ABP_VFX_Trigger_Volume_C, AudioEvents) == 0x0002A8, "Member 'ABP_VFX_Trigger_Volume_C::AudioEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TombProtector_Spawn_AncientMagic_C \ static_assert(alignof(UABL_TombProtector_Spawn_AncientMagic_C) == 0x000008, "Wrong alignment on UABL_TombProtector_Spawn_AncientMagic_C"); \ static_assert(sizeof(UABL_TombProtector_Spawn_AncientMagic_C) == 0x0000C8, "Wrong size on UABL_TombProtector_Spawn_AncientMagic_C"); \ #define DUMPER7_ASSERTS_ABP_ExpulsoSpell_C \ static_assert(alignof(ABP_ExpulsoSpell_C) == 0x000008, "Wrong alignment on ABP_ExpulsoSpell_C"); \ static_assert(sizeof(ABP_ExpulsoSpell_C) == 0x0009A0, "Wrong size on ABP_ExpulsoSpell_C"); \ static_assert(offsetof(ABP_ExpulsoSpell_C, DefaultSceneRoot) == 0x000998, "Member 'ABP_ExpulsoSpell_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_HitPause_Short_C \ static_assert(alignof(UABL_NPC_RCT_HitPause_Short_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_HitPause_Short_C"); \ static_assert(sizeof(UABL_NPC_RCT_HitPause_Short_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_HitPause_Short_C"); \ #define DUMPER7_ASSERTS_ABL_DarkWizard_Protego_C_ExecuteUbergraph_ABL_DarkWizard_Protego \ static_assert(alignof(ABL_DarkWizard_Protego_C_ExecuteUbergraph_ABL_DarkWizard_Protego) == 0x000008, "Wrong alignment on ABL_DarkWizard_Protego_C_ExecuteUbergraph_ABL_DarkWizard_Protego"); \ static_assert(sizeof(ABL_DarkWizard_Protego_C_ExecuteUbergraph_ABL_DarkWizard_Protego) == 0x000010, "Wrong size on ABL_DarkWizard_Protego_C_ExecuteUbergraph_ABL_DarkWizard_Protego"); \ static_assert(offsetof(ABL_DarkWizard_Protego_C_ExecuteUbergraph_ABL_DarkWizard_Protego, EntryPoint) == 0x000000, "Member 'ABL_DarkWizard_Protego_C_ExecuteUbergraph_ABL_DarkWizard_Protego::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_DarkWizard_Protego_C_ExecuteUbergraph_ABL_DarkWizard_Protego, K2Node_Event_Context) == 0x000008, "Member 'ABL_DarkWizard_Protego_C_ExecuteUbergraph_ABL_DarkWizard_Protego::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_DarkWizard_Protego_C_OnAbilityStart \ static_assert(alignof(ABL_DarkWizard_Protego_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_DarkWizard_Protego_C_OnAbilityStart"); \ static_assert(sizeof(ABL_DarkWizard_Protego_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_DarkWizard_Protego_C_OnAbilityStart"); \ static_assert(offsetof(ABL_DarkWizard_Protego_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_DarkWizard_Protego_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DarkWizard_Protego_C \ static_assert(alignof(UABL_DarkWizard_Protego_C) == 0x000008, "Wrong alignment on UABL_DarkWizard_Protego_C"); \ static_assert(sizeof(UABL_DarkWizard_Protego_C) == 0x0000D0, "Wrong size on UABL_DarkWizard_Protego_C"); \ static_assert(offsetof(UABL_DarkWizard_Protego_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_DarkWizard_Protego_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AOE_Expulso_InferiOpportunityWindow_C_OnHit \ static_assert(alignof(BP_AOE_Expulso_InferiOpportunityWindow_C_OnHit) == 0x000008, "Wrong alignment on BP_AOE_Expulso_InferiOpportunityWindow_C_OnHit"); \ static_assert(sizeof(BP_AOE_Expulso_InferiOpportunityWindow_C_OnHit) == 0x000180, "Wrong size on BP_AOE_Expulso_InferiOpportunityWindow_C_OnHit"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_OnHit, MunitionImpact) == 0x000000, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_OnHit::MunitionImpact' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_OnHit, HitResult) == 0x0000F0, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_OnHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_OnHit, bHit) == 0x000178, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_OnHit::bHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_OnHit, bBlocked) == 0x000179, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_OnHit::bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_OnHit, bFailed) == 0x00017A, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_OnHit::bFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow \ static_assert(alignof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow) == 0x000008, "Wrong alignment on BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow"); \ static_assert(sizeof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow) == 0x000208, "Wrong size on BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, EntryPoint) == 0x000000, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, K2Node_Event_MunitionImpact) == 0x000008, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::K2Node_Event_MunitionImpact' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, K2Node_Event_HitResult) == 0x0000F8, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::K2Node_Event_HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, K2Node_Event_bHit) == 0x000180, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::K2Node_Event_bHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, K2Node_Event_bBlocked) == 0x000181, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::K2Node_Event_bBlocked' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, K2Node_Event_bFailed) == 0x000182, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::K2Node_Event_bFailed' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_BreakHitResult_bBlockingHit) == 0x000183, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_BreakHitResult_bInitialOverlap) == 0x000184, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_BreakHitResult_Time) == 0x000188, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_BreakHitResult_Distance) == 0x00018C, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_BreakHitResult_Location) == 0x000190, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_BreakHitResult_ImpactPoint) == 0x00019C, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_BreakHitResult_Normal) == 0x0001A8, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_BreakHitResult_ImpactNormal) == 0x0001B4, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_BreakHitResult_PhysMat) == 0x0001C0, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_BreakHitResult_HitActor) == 0x0001C8, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_BreakHitResult_HitComponent) == 0x0001D0, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_BreakHitResult_HitBoneName) == 0x0001D8, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_BreakHitResult_HitItem) == 0x0001E0, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_BreakHitResult_ElementIndex) == 0x0001E4, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_BreakHitResult_FaceIndex) == 0x0001E8, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_BreakHitResult_TraceStart) == 0x0001EC, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_BreakHitResult_TraceEnd) == 0x0001F8, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow, CallFunc_SetOnFire_ReturnValue) == 0x000204, "Member 'BP_AOE_Expulso_InferiOpportunityWindow_C_ExecuteUbergraph_BP_AOE_Expulso_InferiOpportunityWindow::CallFunc_SetOnFire_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AOE_Expulso_InferiOpportunityWindow_C \ static_assert(alignof(ABP_AOE_Expulso_InferiOpportunityWindow_C) == 0x000008, "Wrong alignment on ABP_AOE_Expulso_InferiOpportunityWindow_C"); \ static_assert(sizeof(ABP_AOE_Expulso_InferiOpportunityWindow_C) == 0x000670, "Wrong size on ABP_AOE_Expulso_InferiOpportunityWindow_C"); \ static_assert(offsetof(ABP_AOE_Expulso_InferiOpportunityWindow_C, UberGraphFrame) == 0x000660, "Member 'ABP_AOE_Expulso_InferiOpportunityWindow_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AOE_Expulso_InferiOpportunityWindow_C, DefaultSceneRoot) == 0x000668, "Member 'ABP_AOE_Expulso_InferiOpportunityWindow_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TMB_RCT_NoSwordStumbleHitch_V2_C \ static_assert(alignof(UABL_TMB_RCT_NoSwordStumbleHitch_V2_C) == 0x000008, "Wrong alignment on UABL_TMB_RCT_NoSwordStumbleHitch_V2_C"); \ static_assert(sizeof(UABL_TMB_RCT_NoSwordStumbleHitch_V2_C) == 0x0000E0, "Wrong size on UABL_TMB_RCT_NoSwordStumbleHitch_V2_C"); \ #define DUMPER7_ASSERTS_BP_TombProtector_ApparateActor_C_ExecuteUbergraph_BP_TombProtector_ApparateActor \ static_assert(alignof(BP_TombProtector_ApparateActor_C_ExecuteUbergraph_BP_TombProtector_ApparateActor) == 0x000004, "Wrong alignment on BP_TombProtector_ApparateActor_C_ExecuteUbergraph_BP_TombProtector_ApparateActor"); \ static_assert(sizeof(BP_TombProtector_ApparateActor_C_ExecuteUbergraph_BP_TombProtector_ApparateActor) == 0x000004, "Wrong size on BP_TombProtector_ApparateActor_C_ExecuteUbergraph_BP_TombProtector_ApparateActor"); \ static_assert(offsetof(BP_TombProtector_ApparateActor_C_ExecuteUbergraph_BP_TombProtector_ApparateActor, EntryPoint) == 0x000000, "Member 'BP_TombProtector_ApparateActor_C_ExecuteUbergraph_BP_TombProtector_ApparateActor::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TombProtector_ApparateActor_C \ static_assert(alignof(ABP_TombProtector_ApparateActor_C) == 0x000008, "Wrong alignment on ABP_TombProtector_ApparateActor_C"); \ static_assert(sizeof(ABP_TombProtector_ApparateActor_C) == 0x0002F0, "Wrong size on ABP_TombProtector_ApparateActor_C"); \ static_assert(offsetof(ABP_TombProtector_ApparateActor_C, UberGraphFrame) == 0x0002D0, "Member 'ABP_TombProtector_ApparateActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_ApparateActor_C, DefaultSceneRoot) == 0x0002D8, "Member 'ABP_TombProtector_ApparateActor_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_ApparateActor_C, DistToDestination) == 0x0002E0, "Member 'ABP_TombProtector_ApparateActor_C::DistToDestination' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_ApparateActor_C, ToDestination) == 0x0002E4, "Member 'ABP_TombProtector_ApparateActor_C::ToDestination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Station_C_Create___Attach_Skel_Mesh_Component \ static_assert(alignof(BP_Station_C_Create___Attach_Skel_Mesh_Component) == 0x000010, "Wrong alignment on BP_Station_C_Create___Attach_Skel_Mesh_Component"); \ static_assert(sizeof(BP_Station_C_Create___Attach_Skel_Mesh_Component) == 0x000120, "Wrong size on BP_Station_C_Create___Attach_Skel_Mesh_Component"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, AnimPose) == 0x000000, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::AnimPose' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, ParentProp) == 0x000028, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::ParentProp' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, SocketName) == 0x000050, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::SocketName' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, SkelMesh) == 0x000058, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::SkelMesh' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, AnimTime__Sec_) == 0x000080, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::AnimTime__Sec_' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, SkelMeshComponent) == 0x000088, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::SkelMeshComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, LocalSkeletalMesh) == 0x000090, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::LocalSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, Temp_struct_Variable) == 0x0000A0, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0000D0, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, K2Node_DynamicCast_AsSkeletal_Mesh) == 0x0000D8, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::K2Node_DynamicCast_AsSkeletal_Mesh' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, K2Node_DynamicCast_bSuccess) == 0x0000E0, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, CallFunc_AddComponent_ReturnValue) == 0x0000E8, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x0000F0, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, K2Node_DynamicCast_AsScene_Component) == 0x0000F8, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::K2Node_DynamicCast_AsScene_Component' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, K2Node_DynamicCast_bSuccess_1) == 0x000100, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2) == 0x000108, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, K2Node_DynamicCast_AsAnim_Sequence) == 0x000110, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::K2Node_DynamicCast_AsAnim_Sequence' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, K2Node_DynamicCast_bSuccess_2) == 0x000118, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_Station_C_Create___Attach_Skel_Mesh_Component, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000119, "Member 'BP_Station_C_Create___Attach_Skel_Mesh_Component::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Station_C \ static_assert(alignof(ABP_Station_C) == 0x000008, "Wrong alignment on ABP_Station_C"); \ static_assert(sizeof(ABP_Station_C) == 0x000378, "Wrong size on ABP_Station_C"); \ static_assert(offsetof(ABP_Station_C, CognitionStimuliSource) == 0x000368, "Member 'ABP_Station_C::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ABP_Station_C, PreviewMeshesVisble) == 0x000370, "Member 'ABP_Station_C::PreviewMeshesVisble' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_DarkWizard_ProtegoActivate_C \ static_assert(alignof(UABL_DarkWizard_ProtegoActivate_C) == 0x000008, "Wrong alignment on UABL_DarkWizard_ProtegoActivate_C"); \ static_assert(sizeof(UABL_DarkWizard_ProtegoActivate_C) == 0x0000C8, "Wrong size on UABL_DarkWizard_ProtegoActivate_C"); \ #define DUMPER7_ASSERTS_BP_HM_HW_MappedItems_Marker_C_UserConstructionScript \ static_assert(alignof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_HM_HW_MappedItems_Marker_C_UserConstructionScript"); \ static_assert(sizeof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript) == 0x000390, "Wrong size on BP_HM_HW_MappedItems_Marker_C_UserConstructionScript"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, Marker_Color) == 0x000000, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::Marker_Color' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue) == 0x000004, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_DynamicCast_AsBeacon_Location) == 0x000008, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_DynamicCast_AsBeacon_Location' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_1) == 0x000011, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000014, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Roll) == 0x000020, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Pitch) == 0x000024, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Yaw) == 0x000028, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x00002C, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_2) == 0x00003C, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_3) == 0x000050, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_4) == 0x000068, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_1) == 0x000069, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color) == 0x00006C, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_2) == 0x000070, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_3) == 0x000071, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000078, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color_1) == 0x000088, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000090, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_K2_GetActorRotation_ReturnValue_1) == 0x0000A0, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_K2_GetActorRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000AC, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Roll_1) == 0x0000B8, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Pitch_1) == 0x0000BC, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Yaw_1) == 0x0000C0, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_5) == 0x0000C4, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_6) == 0x0000C5, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_7) == 0x0000C6, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_8) == 0x0000C7, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_4) == 0x0000C8, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_5) == 0x0000C9, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_DynamicCast_AsBeacon_Location_1) == 0x0000D0, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_DynamicCast_AsBeacon_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_1) == 0x0000D8, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_6) == 0x0000D9, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_9) == 0x0000DA, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_DynamicCast_AsBeacon_Location_2) == 0x0000E0, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_DynamicCast_AsBeacon_Location_2' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_2) == 0x0000E8, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_10) == 0x0000E9, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_11) == 0x0000EA, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_12) == 0x0000EB, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_13) == 0x0000EC, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_14) == 0x0000ED, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color_2) == 0x0000F0, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color_2' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_7) == 0x0000F4, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_8) == 0x0000F5, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_9) == 0x0000F6, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000F8, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_10) == 0x000108, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000110, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_11) == 0x000120, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color_3) == 0x000124, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color_3' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_15) == 0x000128, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_16) == 0x000129, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_17) == 0x00012A, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_18) == 0x00012B, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_19) == 0x00012C, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_20) == 0x00012D, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_21) == 0x00012E, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_22) == 0x00012F, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_23) == 0x000130, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_24) == 0x000131, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_25) == 0x000132, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_26) == 0x000133, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_27) == 0x000134, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_28) == 0x000135, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_29) == 0x000136, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_30) == 0x000137, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_31) == 0x000138, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_32) == 0x000139, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_33) == 0x00013A, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_34) == 0x00013B, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_35) == 0x00013C, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_36) == 0x00013D, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_37) == 0x00013E, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_38) == 0x00013F, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_39) == 0x000140, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_40) == 0x000141, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_41) == 0x000142, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_42) == 0x000143, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_43) == 0x000144, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_44) == 0x000145, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_45) == 0x000146, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_46) == 0x000147, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_47) == 0x000148, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000150, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000160, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_GetLevelFromActor_ReturnValue) == 0x000170, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_GetLevelFromActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_GetLevelFromActor_ReturnValue_1) == 0x000178, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_GetLevelFromActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_GetPathName_ReturnValue) == 0x000180, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_GetPathName_ReturnValue_1) == 0x000190, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_48) == 0x0001A0, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_49) == 0x0001A1, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_50) == 0x0001A2, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_12) == 0x0001A3, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_8) == 0x0001A8, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color_4) == 0x0001B8, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color_4' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_9) == 0x0001C0, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color_5) == 0x0001D0, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color_5' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_10) == 0x0001D8, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_11) == 0x0001E8, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_12) == 0x0001F8, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color_6) == 0x000208, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color_6' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_13) == 0x000210, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color_7) == 0x000220, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color_7' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_14) == 0x000228, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_15) == 0x000238, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_16) == 0x000248, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color_8) == 0x000258, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color_8' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_17) == 0x000260, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color_9) == 0x000270, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color_9' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_18) == 0x000278, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_19) == 0x000288, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_20) == 0x000298, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color_10) == 0x0002A8, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color_10' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_21) == 0x0002B0, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_22) == 0x0002C0, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_23) == 0x0002D0, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_24) == 0x0002E0, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_25) == 0x0002F0, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color_11) == 0x000300, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color_11' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_InitMarker_Valid) == 0x000304, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_InitMarker_Valid' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_GetParentActor_ReturnValue) == 0x000308, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_GetLevelFromActor_ReturnValue_2) == 0x000310, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_GetLevelFromActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_GetDisplayName_ReturnValue) == 0x000318, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_GetLevelName_ReturnValue) == 0x000328, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_GetLevelName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_51) == 0x000338, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_52) == 0x000339, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_53) == 0x00033A, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_54) == 0x00033B, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_55) == 0x00033C, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_56) == 0x00033D, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_13) == 0x00033E, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_14) == 0x00033F, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_15) == 0x000340, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_16) == 0x000341, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_17) == 0x000342, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_57) == 0x000343, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_58) == 0x000344, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_59) == 0x000345, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_60) == 0x000346, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_60' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_61) == 0x000347, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_61' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_62) == 0x000348, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_62' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_63) == 0x000349, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_63' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_64) == 0x00034A, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_64' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_65) == 0x00034B, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_65' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_66) == 0x00034C, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_66' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_67) == 0x00034D, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_67' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_68) == 0x00034E, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_68' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_K2_GetActorRotation_ReturnValue_2) == 0x000350, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_K2_GetActorRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00035C, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Roll_2) == 0x000368, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Pitch_2) == 0x00036C, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Yaw_2) == 0x000370, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000374, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000378, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x00037C, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000380, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color_12) == 0x000384, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color_12' has a wrong offset!"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue) == 0x000388, "Member 'BP_HM_HW_MappedItems_Marker_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HM_HW_MappedItems_Marker_C_ExecuteUbergraph_BP_HM_HW_MappedItems_Marker \ static_assert(alignof(BP_HM_HW_MappedItems_Marker_C_ExecuteUbergraph_BP_HM_HW_MappedItems_Marker) == 0x000004, "Wrong alignment on BP_HM_HW_MappedItems_Marker_C_ExecuteUbergraph_BP_HM_HW_MappedItems_Marker"); \ static_assert(sizeof(BP_HM_HW_MappedItems_Marker_C_ExecuteUbergraph_BP_HM_HW_MappedItems_Marker) == 0x000004, "Wrong size on BP_HM_HW_MappedItems_Marker_C_ExecuteUbergraph_BP_HM_HW_MappedItems_Marker"); \ static_assert(offsetof(BP_HM_HW_MappedItems_Marker_C_ExecuteUbergraph_BP_HM_HW_MappedItems_Marker, EntryPoint) == 0x000000, "Member 'BP_HM_HW_MappedItems_Marker_C_ExecuteUbergraph_BP_HM_HW_MappedItems_Marker::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HM_HW_MappedItems_Marker_C \ static_assert(alignof(ABP_HM_HW_MappedItems_Marker_C) == 0x000008, "Wrong alignment on ABP_HM_HW_MappedItems_Marker_C"); \ static_assert(sizeof(ABP_HM_HW_MappedItems_Marker_C) == 0x000348, "Wrong size on ABP_HM_HW_MappedItems_Marker_C"); \ static_assert(offsetof(ABP_HM_HW_MappedItems_Marker_C, UberGraphFrame_BP_HM_HW_MappedItems_Marker_C) == 0x000308, "Member 'ABP_HM_HW_MappedItems_Marker_C::UberGraphFrame_BP_HM_HW_MappedItems_Marker_C' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_HW_MappedItems_Marker_C, BeaconLocation) == 0x000310, "Member 'ABP_HM_HW_MappedItems_Marker_C::BeaconLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_HW_MappedItems_Marker_C, MarkerType) == 0x000318, "Member 'ABP_HM_HW_MappedItems_Marker_C::MarkerType' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_HW_MappedItems_Marker_C, HW_or_HM) == 0x000328, "Member 'ABP_HM_HW_MappedItems_Marker_C::HW_or_HM' has a wrong offset!"); \ static_assert(offsetof(ABP_HM_HW_MappedItems_Marker_C, DungeonOwner) == 0x000338, "Member 'ABP_HM_HW_MappedItems_Marker_C::DungeonOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Vault_Door_C \ static_assert(alignof(ABP_Vault_Door_C) == 0x000008, "Wrong alignment on ABP_Vault_Door_C"); \ static_assert(sizeof(ABP_Vault_Door_C) == 0x000250, "Wrong size on ABP_Vault_Door_C"); \ static_assert(offsetof(ABP_Vault_Door_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_Vault_Door_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshList \ static_assert(alignof(FMeshList) == 0x000008, "Wrong alignment on FMeshList"); \ static_assert(sizeof(FMeshList) == 0x000010, "Wrong size on FMeshList"); \ static_assert(offsetof(FMeshList, Mesh_25_B7F9AC9246BB6E856A027BBE3E8575A4) == 0x000000, "Member 'FMeshList::Mesh_25_B7F9AC9246BB6E856A027BBE3E8575A4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_Container_C_UserConstructionScript \ static_assert(alignof(BP_S_Container_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_S_Container_C_UserConstructionScript"); \ static_assert(sizeof(BP_S_Container_C_UserConstructionScript) == 0x000560, "Wrong size on BP_S_Container_C_UserConstructionScript"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, Props_Lids) == 0x000000, "Member 'BP_S_Container_C_UserConstructionScript::Props_Lids' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, Props) == 0x0000B0, "Member 'BP_S_Container_C_UserConstructionScript::Props' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000160, "Member 'BP_S_Container_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, CallFunc_MakeRandomStream_RandomStream) == 0x00016C, "Member 'BP_S_Container_C_UserConstructionScript::CallFunc_MakeRandomStream_RandomStream' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, K2Node_MakeStruct_PropList) == 0x000178, "Member 'BP_S_Container_C_UserConstructionScript::K2Node_MakeStruct_PropList' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, K2Node_MakeStruct_PropList_1) == 0x000228, "Member 'BP_S_Container_C_UserConstructionScript::K2Node_MakeStruct_PropList_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, CallFunc_GetSocketLocation_ReturnValue) == 0x0002D8, "Member 'BP_S_Container_C_UserConstructionScript::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue) == 0x0002F0, "Member 'BP_S_Container_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000320, "Member 'BP_S_Container_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000328, "Member 'BP_S_Container_C_UserConstructionScript::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000334, "Member 'BP_S_Container_C_UserConstructionScript::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x0003BC, "Member 'BP_S_Container_C_UserConstructionScript::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000444, "Member 'BP_S_Container_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, K2Node_MakeMap_Map) == 0x000448, "Member 'BP_S_Container_C_UserConstructionScript::K2Node_MakeMap_Map' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, CallFunc_PropSort_NewPropIndex) == 0x000498, "Member 'BP_S_Container_C_UserConstructionScript::CallFunc_PropSort_NewPropIndex' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, CallFunc_PropSort_EnnvironmentOutput) == 0x00049C, "Member 'BP_S_Container_C_UserConstructionScript::CallFunc_PropSort_EnnvironmentOutput' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, CallFunc_PropSort_NewEnvInt) == 0x0004A0, "Member 'BP_S_Container_C_UserConstructionScript::CallFunc_PropSort_NewEnvInt' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, CallFunc_PropSort_NewMeshSelect) == 0x0004A8, "Member 'BP_S_Container_C_UserConstructionScript::CallFunc_PropSort_NewMeshSelect' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, CallFunc_PropSort_NewPropIndex_1) == 0x0004F8, "Member 'BP_S_Container_C_UserConstructionScript::CallFunc_PropSort_NewPropIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, CallFunc_PropSort_EnnvironmentOutput_1) == 0x0004FC, "Member 'BP_S_Container_C_UserConstructionScript::CallFunc_PropSort_EnnvironmentOutput_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, CallFunc_PropSort_NewEnvInt_1) == 0x000500, "Member 'BP_S_Container_C_UserConstructionScript::CallFunc_PropSort_NewEnvInt_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_UserConstructionScript, CallFunc_PropSort_NewMeshSelect_1) == 0x000508, "Member 'BP_S_Container_C_UserConstructionScript::CallFunc_PropSort_NewMeshSelect_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_Container_C_InteractionInitiated \ static_assert(alignof(BP_S_Container_C_InteractionInitiated) == 0x000008, "Wrong alignment on BP_S_Container_C_InteractionInitiated"); \ static_assert(sizeof(BP_S_Container_C_InteractionInitiated) == 0x000008, "Wrong size on BP_S_Container_C_InteractionInitiated"); \ static_assert(offsetof(BP_S_Container_C_InteractionInitiated, Caller) == 0x000000, "Member 'BP_S_Container_C_InteractionInitiated::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_Container_C_ReceiveActorEndOverlap \ static_assert(alignof(BP_S_Container_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_S_Container_C_ReceiveActorEndOverlap"); \ static_assert(sizeof(BP_S_Container_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_S_Container_C_ReceiveActorEndOverlap"); \ static_assert(offsetof(BP_S_Container_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_S_Container_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_Container_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_S_Container_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_S_Container_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_S_Container_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_S_Container_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_S_Container_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_S_Container_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_Container_C_CloseContainer \ static_assert(alignof(BP_S_Container_C_CloseContainer) == 0x000008, "Wrong alignment on BP_S_Container_C_CloseContainer"); \ static_assert(sizeof(BP_S_Container_C_CloseContainer) == 0x000008, "Wrong size on BP_S_Container_C_CloseContainer"); \ static_assert(offsetof(BP_S_Container_C_CloseContainer, Caller) == 0x000000, "Member 'BP_S_Container_C_CloseContainer::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature \ static_assert(alignof(BP_S_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature) == 0x000008, "Wrong alignment on BP_S_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature"); \ static_assert(sizeof(BP_S_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature) == 0x000008, "Wrong size on BP_S_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature"); \ static_assert(offsetof(BP_S_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature, i_caller) == 0x000000, "Member 'BP_S_Container_C_BndEvt__LootDrop_K2Node_ComponentBoundEvent_1_OnInventoryUpdated__DelegateSignature::i_caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_Container_C_Perceived_Interact \ static_assert(alignof(BP_S_Container_C_Perceived_Interact) == 0x000008, "Wrong alignment on BP_S_Container_C_Perceived_Interact"); \ static_assert(sizeof(BP_S_Container_C_Perceived_Interact) == 0x000008, "Wrong size on BP_S_Container_C_Perceived_Interact"); \ static_assert(offsetof(BP_S_Container_C_Perceived_Interact, Caller) == 0x000000, "Member 'BP_S_Container_C_Perceived_Interact::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_Container_C_NoLongerPerceived_Interact \ static_assert(alignof(BP_S_Container_C_NoLongerPerceived_Interact) == 0x000008, "Wrong alignment on BP_S_Container_C_NoLongerPerceived_Interact"); \ static_assert(sizeof(BP_S_Container_C_NoLongerPerceived_Interact) == 0x000008, "Wrong size on BP_S_Container_C_NoLongerPerceived_Interact"); \ static_assert(offsetof(BP_S_Container_C_NoLongerPerceived_Interact, Caller) == 0x000000, "Member 'BP_S_Container_C_NoLongerPerceived_Interact::Caller' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_S_Container_C_ExecuteUbergraph_BP_S_Container \ static_assert(alignof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container) == 0x000010, "Wrong alignment on BP_S_Container_C_ExecuteUbergraph_BP_S_Container"); \ static_assert(sizeof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container) == 0x0003F0, "Wrong size on BP_S_Container_C_ExecuteUbergraph_BP_S_Container"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, EntryPoint) == 0x000000, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_PostEventAtLocation_ReturnValue) == 0x000004, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_PostEventAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable) == 0x000008, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_struct_Variable) == 0x00000C, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable_1) == 0x000018, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_byte_Variable) == 0x000019, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable_2) == 0x00001A, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable_3) == 0x00001B, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable_4) == 0x00001C, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable_5) == 0x00001D, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable_6) == 0x00001E, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable_7) == 0x00001F, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable_8) == 0x000020, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable_9) == 0x000021, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable_10) == 0x000022, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable_11) == 0x000023, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable_12) == 0x000024, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_byte_Variable_1) == 0x000025, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable_13) == 0x000026, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable_14) == 0x000027, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable_15) == 0x000028, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable_16) == 0x000029, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_struct_Variable_1) == 0x00002C, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_bool_Variable_17) == 0x000038, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_bool_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_MakeStruct_CalloutInformation) == 0x000040, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_MakeStruct_CalloutInformation' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_struct_Variable_2) == 0x000098, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_CreateDelegate_OutputDelegate) == 0x0000A8, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, Temp_delegate_Variable) == 0x0000B8, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000C8, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000D8, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000E8, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_GetRelativeTransform_ReturnValue) == 0x000100, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000130, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000138, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_Select_Default) == 0x000140, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_CustomEvent_Caller_3) == 0x000148, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_CustomEvent_Caller_3' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_Event_OtherActor_1) == 0x000150, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_Event_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_Event_OtherActor) == 0x000158, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_HermesBindEvent_Handle) == 0x000160, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_HermesBindEvent_Handle' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_BreakTransform_Location) == 0x000170, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_BreakTransform_Rotation) == 0x00017C, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_BreakTransform_Scale) == 0x000188, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_HermesBindEvent_Handle_1) == 0x000198, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_HermesBindEvent_Handle_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_BreakVector_X) == 0x0001A8, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_BreakVector_Y) == 0x0001AC, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_BreakVector_Z) == 0x0001B0, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_HermesBindEvent_Handle_2) == 0x0001B8, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_HermesBindEvent_Handle_2' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_BreakTransform_Location_1) == 0x0001C8, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_BreakTransform_Rotation_1) == 0x0001D4, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_BreakTransform_Scale_1) == 0x0001E0, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_Select_Default_1) == 0x0001EC, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_RandomFloatInRange_ReturnValue) == 0x0001F0, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_Select_Default_2) == 0x0001F4, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001F8, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0001FC, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_MakeVector_ReturnValue) == 0x000200, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_Select_Default_3) == 0x00020C, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_CustomEvent_Caller_2) == 0x000218, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_CustomEvent_Caller_2' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000220, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_Conv_IntToString_ReturnValue) == 0x000230, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_Concat_StrStr_ReturnValue) == 0x000240, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000250, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_Select_Default_4) == 0x000260, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000264, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_CreateDelegate_OutputDelegate_4) == 0x000268, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000278, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x00027C, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_MakeRotator_ReturnValue) == 0x000280, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_MakeRotator_ReturnValue_1) == 0x00028C, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_Select_Default_5) == 0x000298, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_Select_Default_6) == 0x0002A4, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_ComposeRotators_ReturnValue) == 0x0002B0, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_ComposeRotators_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_HermesBindEvent_Handle_3) == 0x0002C0, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_HermesBindEvent_Handle_3' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_MakeTransform_ReturnValue) == 0x0002D0, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000300, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_ComponentBoundEvent_i_caller) == 0x000388, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_ComponentBoundEvent_i_caller' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_IsContainerEmpty_ReturnValue) == 0x000390, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_IsContainerEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000394, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_Add_VectorVector_ReturnValue) == 0x0003A0, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_SpawnAkComponentAtLocation_ReturnValue) == 0x0003B0, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_SpawnAkComponentAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_PostAkEvent_ReturnValue) == 0x0003B8, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_PostAkEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_CustomEvent_Caller_1) == 0x0003C0, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_CustomEvent_Caller_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_GetObjectStateInfo_ReturnValue_1) == 0x0003C8, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_GetObjectStateInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, K2Node_CustomEvent_Caller) == 0x0003D0, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::K2Node_CustomEvent_Caller' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_GetTheBipedPlayer_ReturnValue) == 0x0003D8, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_GetTheBipedPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_IsContainerEmpty_ReturnValue_1) == 0x0003E0, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_IsContainerEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_IsContainerEmpty_ReturnValue_2) == 0x0003E1, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_IsContainerEmpty_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_S_Container_C_ExecuteUbergraph_BP_S_Container, CallFunc_IsContainerEmpty_ReturnValue_3) == 0x0003E2, "Member 'BP_S_Container_C_ExecuteUbergraph_BP_S_Container::CallFunc_IsContainerEmpty_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_S_Container_C \ static_assert(alignof(ABP_S_Container_C) == 0x000010, "Wrong alignment on ABP_S_Container_C"); \ static_assert(sizeof(ABP_S_Container_C) == 0x0003D0, "Wrong size on ABP_S_Container_C"); \ static_assert(offsetof(ABP_S_Container_C, UberGraphFrame) == 0x0002B0, "Member 'ABP_S_Container_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, LootDrop) == 0x0002B8, "Member 'ABP_S_Container_C::LootDrop' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, lid) == 0x0002C0, "Member 'ABP_S_Container_C::lid' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, CognitionStimuliSource) == 0x0002C8, "Member 'ABP_S_Container_C::CognitionStimuliSource' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, StaticMesh) == 0x0002D0, "Member 'ABP_S_Container_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, Timeline_Doors_Rotate_Close_18FA3C1C4D5F5539586D4A9768CD2271) == 0x0002D8, "Member 'ABP_S_Container_C::Timeline_Doors_Rotate_Close_18FA3C1C4D5F5539586D4A9768CD2271' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, Timeline_Doors_Slide_Close_18FA3C1C4D5F5539586D4A9768CD2271) == 0x0002DC, "Member 'ABP_S_Container_C::Timeline_Doors_Slide_Close_18FA3C1C4D5F5539586D4A9768CD2271' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, Timeline_Doors_Slide_Open_18FA3C1C4D5F5539586D4A9768CD2271) == 0x0002E0, "Member 'ABP_S_Container_C::Timeline_Doors_Slide_Open_18FA3C1C4D5F5539586D4A9768CD2271' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, Timeline_Doors_Rotation_Open_18FA3C1C4D5F5539586D4A9768CD2271) == 0x0002E4, "Member 'ABP_S_Container_C::Timeline_Doors_Rotation_Open_18FA3C1C4D5F5539586D4A9768CD2271' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, Timeline_Doors__Direction_18FA3C1C4D5F5539586D4A9768CD2271) == 0x0002E8, "Member 'ABP_S_Container_C::Timeline_Doors__Direction_18FA3C1C4D5F5539586D4A9768CD2271' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, Timeline_Doors) == 0x0002F0, "Member 'ABP_S_Container_C::Timeline_Doors' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, Searching) == 0x0002F8, "Member 'ABP_S_Container_C::Searching' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, Open) == 0x0002F9, "Member 'ABP_S_Container_C::Open' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, environment) == 0x0002FA, "Member 'ABP_S_Container_C::environment' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, PropIndex) == 0x0002FC, "Member 'ABP_S_Container_C::PropIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, Lid_Transform) == 0x000300, "Member 'ABP_S_Container_C::Lid_Transform' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, Lid_RotationX) == 0x000330, "Member 'ABP_S_Container_C::Lid_RotationX' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, RandomZRotation) == 0x000334, "Member 'ABP_S_Container_C::RandomZRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, MeshSelect) == 0x000338, "Member 'ABP_S_Container_C::MeshSelect' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, EnvInt) == 0x000388, "Member 'ABP_S_Container_C::EnvInt' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, AutoSelectLoot) == 0x00038C, "Member 'ABP_S_Container_C::AutoSelectLoot' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, NotEmpty) == 0x00038D, "Member 'ABP_S_Container_C::NotEmpty' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, ContainerOpened) == 0x000390, "Member 'ABP_S_Container_C::ContainerOpened' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, ContainerClosed) == 0x0003A0, "Member 'ABP_S_Container_C::ContainerClosed' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, ContainerEmpty) == 0x0003B0, "Member 'ABP_S_Container_C::ContainerEmpty' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, Random_Seed) == 0x0003C0, "Member 'ABP_S_Container_C::Random_Seed' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, Empty) == 0x0003C8, "Member 'ABP_S_Container_C::Empty' has a wrong offset!"); \ static_assert(offsetof(ABP_S_Container_C, Opening) == 0x0003C9, "Member 'ABP_S_Container_C::Opening' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TombProtector_WeaponEquip_C \ static_assert(alignof(UABL_TombProtector_WeaponEquip_C) == 0x000008, "Wrong alignment on UABL_TombProtector_WeaponEquip_C"); \ static_assert(sizeof(UABL_TombProtector_WeaponEquip_C) == 0x0000C8, "Wrong size on UABL_TombProtector_WeaponEquip_C"); \ #define DUMPER7_ASSERTS_BP_CharacterReflector_C_Force_LOD \ static_assert(alignof(BP_CharacterReflector_C_Force_LOD) == 0x000008, "Wrong alignment on BP_CharacterReflector_C_Force_LOD"); \ static_assert(sizeof(BP_CharacterReflector_C_Force_LOD) == 0x000068, "Wrong size on BP_CharacterReflector_C_Force_LOD"); \ static_assert(offsetof(BP_CharacterReflector_C_Force_LOD, Actor) == 0x000000, "Member 'BP_CharacterReflector_C_Force_LOD::Actor' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_Force_LOD, LOD) == 0x000008, "Member 'BP_CharacterReflector_C_Force_LOD::LOD' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_Force_LOD, MeshComponents) == 0x000010, "Member 'BP_CharacterReflector_C_Force_LOD::MeshComponents' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_Force_LOD, K2Node_DynamicCast_AsBase_Character) == 0x000020, "Member 'BP_CharacterReflector_C_Force_LOD::K2Node_DynamicCast_AsBase_Character' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_Force_LOD, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_CharacterReflector_C_Force_LOD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_Force_LOD, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000030, "Member 'BP_CharacterReflector_C_Force_LOD::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_Force_LOD, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_CharacterReflector_C_Force_LOD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_Force_LOD, Temp_int_Array_Index_Variable) == 0x000044, "Member 'BP_CharacterReflector_C_Force_LOD::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_Force_LOD, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_CharacterReflector_C_Force_LOD::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_Force_LOD, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_CharacterReflector_C_Force_LOD::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_Force_LOD, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'BP_CharacterReflector_C_Force_LOD::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_Force_LOD, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'BP_CharacterReflector_C_Force_LOD::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_Force_LOD, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'BP_CharacterReflector_C_Force_LOD::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_Force_LOD, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'BP_CharacterReflector_C_Force_LOD::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_Force_LOD, CallFunc_Less_IntInt_ReturnValue_1) == 0x000064, "Member 'BP_CharacterReflector_C_Force_LOD::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CharacterReflector_C_AddCharacterToMaps \ static_assert(alignof(BP_CharacterReflector_C_AddCharacterToMaps) == 0x000008, "Wrong alignment on BP_CharacterReflector_C_AddCharacterToMaps"); \ static_assert(sizeof(BP_CharacterReflector_C_AddCharacterToMaps) == 0x000010, "Wrong size on BP_CharacterReflector_C_AddCharacterToMaps"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacterToMaps, Character) == 0x000000, "Member 'BP_CharacterReflector_C_AddCharacterToMaps::Character' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacterToMaps, Reflection) == 0x000008, "Member 'BP_CharacterReflector_C_AddCharacterToMaps::Reflection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CharacterReflector_C_SetActorVisibility \ static_assert(alignof(BP_CharacterReflector_C_SetActorVisibility) == 0x000008, "Wrong alignment on BP_CharacterReflector_C_SetActorVisibility"); \ static_assert(sizeof(BP_CharacterReflector_C_SetActorVisibility) == 0x000030, "Wrong size on BP_CharacterReflector_C_SetActorVisibility"); \ static_assert(offsetof(BP_CharacterReflector_C_SetActorVisibility, Actor) == 0x000000, "Member 'BP_CharacterReflector_C_SetActorVisibility::Actor' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_SetActorVisibility, bVisible) == 0x000008, "Member 'BP_CharacterReflector_C_SetActorVisibility::bVisible' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_SetActorVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_CharacterReflector_C_SetActorVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_SetActorVisibility, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'BP_CharacterReflector_C_SetActorVisibility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_SetActorVisibility, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_CharacterReflector_C_SetActorVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_SetActorVisibility, K2Node_DynamicCast_AsUI_BP_Dummy_Actor) == 0x000020, "Member 'BP_CharacterReflector_C_SetActorVisibility::K2Node_DynamicCast_AsUI_BP_Dummy_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_SetActorVisibility, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_CharacterReflector_C_SetActorVisibility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_SetActorVisibility, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'BP_CharacterReflector_C_SetActorVisibility::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CharacterReflector_C_UpdateCharacterEffects \ static_assert(alignof(BP_CharacterReflector_C_UpdateCharacterEffects) == 0x000008, "Wrong alignment on BP_CharacterReflector_C_UpdateCharacterEffects"); \ static_assert(sizeof(BP_CharacterReflector_C_UpdateCharacterEffects) == 0x000070, "Wrong size on BP_CharacterReflector_C_UpdateCharacterEffects"); \ static_assert(offsetof(BP_CharacterReflector_C_UpdateCharacterEffects, Actor) == 0x000000, "Member 'BP_CharacterReflector_C_UpdateCharacterEffects::Actor' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_UpdateCharacterEffects, SkinFX) == 0x000008, "Member 'BP_CharacterReflector_C_UpdateCharacterEffects::SkinFX' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_UpdateCharacterEffects, CallFunc_SkinFXName_name) == 0x000010, "Member 'BP_CharacterReflector_C_UpdateCharacterEffects::CallFunc_SkinFXName_name' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_UpdateCharacterEffects, CallFunc_MakeSkinFXParameters_Skin_FX_Parameters) == 0x000018, "Member 'BP_CharacterReflector_C_UpdateCharacterEffects::CallFunc_MakeSkinFXParameters_Skin_FX_Parameters' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_UpdateCharacterEffects, CallFunc_NotEqual_NameName_ReturnValue) == 0x000068, "Member 'BP_CharacterReflector_C_UpdateCharacterEffects::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CharacterReflector_C_MakeSkinFXParameters \ static_assert(alignof(BP_CharacterReflector_C_MakeSkinFXParameters) == 0x000010, "Wrong alignment on BP_CharacterReflector_C_MakeSkinFXParameters"); \ static_assert(sizeof(BP_CharacterReflector_C_MakeSkinFXParameters) == 0x000130, "Wrong size on BP_CharacterReflector_C_MakeSkinFXParameters"); \ static_assert(offsetof(BP_CharacterReflector_C_MakeSkinFXParameters, Actor) == 0x000000, "Member 'BP_CharacterReflector_C_MakeSkinFXParameters::Actor' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_MakeSkinFXParameters, Skin_FX_Parameters) == 0x000008, "Member 'BP_CharacterReflector_C_MakeSkinFXParameters::Skin_FX_Parameters' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_MakeSkinFXParameters, Parameters) == 0x000058, "Member 'BP_CharacterReflector_C_MakeSkinFXParameters::Parameters' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_MakeSkinFXParameters, CallFunc_GetTransform_ReturnValue) == 0x0000B0, "Member 'BP_CharacterReflector_C_MakeSkinFXParameters::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_MakeSkinFXParameters, CallFunc_BreakTransform_Location) == 0x0000E0, "Member 'BP_CharacterReflector_C_MakeSkinFXParameters::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_MakeSkinFXParameters, CallFunc_BreakTransform_Rotation) == 0x0000EC, "Member 'BP_CharacterReflector_C_MakeSkinFXParameters::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_MakeSkinFXParameters, CallFunc_BreakTransform_Scale) == 0x0000F8, "Member 'BP_CharacterReflector_C_MakeSkinFXParameters::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_MakeSkinFXParameters, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000104, "Member 'BP_CharacterReflector_C_MakeSkinFXParameters::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_MakeSkinFXParameters, K2Node_MakeStruct_MaterialSwapVectorParameter) == 0x000114, "Member 'BP_CharacterReflector_C_MakeSkinFXParameters::K2Node_MakeStruct_MaterialSwapVectorParameter' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_MakeSkinFXParameters, CallFunc_Array_Add_ReturnValue) == 0x00012C, "Member 'BP_CharacterReflector_C_MakeSkinFXParameters::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CharacterReflector_C_StartCharacterEffects \ static_assert(alignof(BP_CharacterReflector_C_StartCharacterEffects) == 0x000008, "Wrong alignment on BP_CharacterReflector_C_StartCharacterEffects"); \ static_assert(sizeof(BP_CharacterReflector_C_StartCharacterEffects) == 0x000098, "Wrong size on BP_CharacterReflector_C_StartCharacterEffects"); \ static_assert(offsetof(BP_CharacterReflector_C_StartCharacterEffects, Actor) == 0x000000, "Member 'BP_CharacterReflector_C_StartCharacterEffects::Actor' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_StartCharacterEffects, SkinFX) == 0x000008, "Member 'BP_CharacterReflector_C_StartCharacterEffects::SkinFX' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_StartCharacterEffects, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_CharacterReflector_C_StartCharacterEffects::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_StartCharacterEffects, CallFunc_SkinFXName_name) == 0x000014, "Member 'BP_CharacterReflector_C_StartCharacterEffects::CallFunc_SkinFXName_name' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_StartCharacterEffects, CallFunc_NotEqual_NameName_ReturnValue) == 0x00001C, "Member 'BP_CharacterReflector_C_StartCharacterEffects::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_StartCharacterEffects, CallFunc_MakeSkinFXParameters_Skin_FX_Parameters) == 0x000020, "Member 'BP_CharacterReflector_C_StartCharacterEffects::CallFunc_MakeSkinFXParameters_Skin_FX_Parameters' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_StartCharacterEffects, Temp_int_Loop_Counter_Variable) == 0x000070, "Member 'BP_CharacterReflector_C_StartCharacterEffects::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_StartCharacterEffects, CallFunc_ActorStartSkinFXWithInitialParameters_skinFXComponent) == 0x000078, "Member 'BP_CharacterReflector_C_StartCharacterEffects::CallFunc_ActorStartSkinFXWithInitialParameters_skinFXComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_StartCharacterEffects, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'BP_CharacterReflector_C_StartCharacterEffects::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_StartCharacterEffects, CallFunc_Array_Get_Item) == 0x000084, "Member 'BP_CharacterReflector_C_StartCharacterEffects::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_StartCharacterEffects, CallFunc_Array_Length_ReturnValue) == 0x00008C, "Member 'BP_CharacterReflector_C_StartCharacterEffects::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_StartCharacterEffects, CallFunc_Array_AddUnique_ReturnValue) == 0x000090, "Member 'BP_CharacterReflector_C_StartCharacterEffects::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_StartCharacterEffects, CallFunc_Less_IntInt_ReturnValue) == 0x000094, "Member 'BP_CharacterReflector_C_StartCharacterEffects::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CharacterReflector_C_GetActorName \ static_assert(alignof(BP_CharacterReflector_C_GetActorName) == 0x000008, "Wrong alignment on BP_CharacterReflector_C_GetActorName"); \ static_assert(sizeof(BP_CharacterReflector_C_GetActorName) == 0x000028, "Wrong size on BP_CharacterReflector_C_GetActorName"); \ static_assert(offsetof(BP_CharacterReflector_C_GetActorName, Actor) == 0x000000, "Member 'BP_CharacterReflector_C_GetActorName::Actor' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_GetActorName, ReturnValue) == 0x000008, "Member 'BP_CharacterReflector_C_GetActorName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_GetActorName, CallFunc_GetActorName_ReturnValue) == 0x000018, "Member 'BP_CharacterReflector_C_GetActorName::CallFunc_GetActorName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CharacterReflector_C_RemoveAllCharacters \ static_assert(alignof(BP_CharacterReflector_C_RemoveAllCharacters) == 0x000008, "Wrong alignment on BP_CharacterReflector_C_RemoveAllCharacters"); \ static_assert(sizeof(BP_CharacterReflector_C_RemoveAllCharacters) == 0x000040, "Wrong size on BP_CharacterReflector_C_RemoveAllCharacters"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveAllCharacters, Characters) == 0x000000, "Member 'BP_CharacterReflector_C_RemoveAllCharacters::Characters' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveAllCharacters, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_CharacterReflector_C_RemoveAllCharacters::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveAllCharacters, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_CharacterReflector_C_RemoveAllCharacters::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveAllCharacters, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_CharacterReflector_C_RemoveAllCharacters::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveAllCharacters, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_CharacterReflector_C_RemoveAllCharacters::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveAllCharacters, CallFunc_Map_Keys_Keys) == 0x000028, "Member 'BP_CharacterReflector_C_RemoveAllCharacters::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveAllCharacters, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_CharacterReflector_C_RemoveAllCharacters::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveAllCharacters, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_CharacterReflector_C_RemoveAllCharacters::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CharacterReflector_C_ReverseGravity \ static_assert(alignof(BP_CharacterReflector_C_ReverseGravity) == 0x000008, "Wrong alignment on BP_CharacterReflector_C_ReverseGravity"); \ static_assert(sizeof(BP_CharacterReflector_C_ReverseGravity) == 0x000050, "Wrong size on BP_CharacterReflector_C_ReverseGravity"); \ static_assert(offsetof(BP_CharacterReflector_C_ReverseGravity, Actor) == 0x000000, "Member 'BP_CharacterReflector_C_ReverseGravity::Actor' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ReverseGravity, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000008, "Member 'BP_CharacterReflector_C_ReverseGravity::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ReverseGravity, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_CharacterReflector_C_ReverseGravity::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ReverseGravity, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_CharacterReflector_C_ReverseGravity::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ReverseGravity, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_CharacterReflector_C_ReverseGravity::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ReverseGravity, CallFunc_GetClothingSimulationInteractor_ReturnValue) == 0x000028, "Member 'BP_CharacterReflector_C_ReverseGravity::CallFunc_GetClothingSimulationInteractor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ReverseGravity, CallFunc_MakeVector_ReturnValue) == 0x000030, "Member 'BP_CharacterReflector_C_ReverseGravity::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ReverseGravity, CallFunc_IsValid_ReturnValue) == 0x00003C, "Member 'BP_CharacterReflector_C_ReverseGravity::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ReverseGravity, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'BP_CharacterReflector_C_ReverseGravity::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ReverseGravity, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'BP_CharacterReflector_C_ReverseGravity::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ReverseGravity, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_CharacterReflector_C_ReverseGravity::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CharacterReflector_C_RemoveCharacter \ static_assert(alignof(BP_CharacterReflector_C_RemoveCharacter) == 0x000008, "Wrong alignment on BP_CharacterReflector_C_RemoveCharacter"); \ static_assert(sizeof(BP_CharacterReflector_C_RemoveCharacter) == 0x000140, "Wrong size on BP_CharacterReflector_C_RemoveCharacter"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, Character) == 0x000000, "Member 'BP_CharacterReflector_C_RemoveCharacter::Character' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, Reflection) == 0x000008, "Member 'BP_CharacterReflector_C_RemoveCharacter::Reflection' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, CallFunc_GetActorName_ReturnValue) == 0x000010, "Member 'BP_CharacterReflector_C_RemoveCharacter::CallFunc_GetActorName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_CharacterReflector_C_RemoveCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'BP_CharacterReflector_C_RemoveCharacter::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, K2Node_MakeStruct_FormatArgumentData) == 0x000040, "Member 'BP_CharacterReflector_C_RemoveCharacter::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, CallFunc_GetComponentByClass_ReturnValue) == 0x000080, "Member 'BP_CharacterReflector_C_RemoveCharacter::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, CallFunc_IsValid_ReturnValue_1) == 0x000088, "Member 'BP_CharacterReflector_C_RemoveCharacter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, CallFunc_IsValid_ReturnValue_2) == 0x000089, "Member 'BP_CharacterReflector_C_RemoveCharacter::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, CallFunc_IsValid_ReturnValue_3) == 0x00008A, "Member 'BP_CharacterReflector_C_RemoveCharacter::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, CallFunc_GetActorName_ReturnValue_1) == 0x000090, "Member 'BP_CharacterReflector_C_RemoveCharacter::CallFunc_GetActorName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000A0, "Member 'BP_CharacterReflector_C_RemoveCharacter::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, CallFunc_Map_Remove_ReturnValue) == 0x0000B8, "Member 'BP_CharacterReflector_C_RemoveCharacter::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'BP_CharacterReflector_C_RemoveCharacter::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, K2Node_MakeArray_Array) == 0x000100, "Member 'BP_CharacterReflector_C_RemoveCharacter::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, CallFunc_Map_Remove_ReturnValue_1) == 0x000110, "Member 'BP_CharacterReflector_C_RemoveCharacter::CallFunc_Map_Remove_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, CallFunc_Format_ReturnValue) == 0x000118, "Member 'BP_CharacterReflector_C_RemoveCharacter::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, CallFunc_Map_Find_Value) == 0x000130, "Member 'BP_CharacterReflector_C_RemoveCharacter::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_RemoveCharacter, CallFunc_Map_Find_ReturnValue) == 0x000138, "Member 'BP_CharacterReflector_C_RemoveCharacter::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CharacterReflector_C_AddCharacter \ static_assert(alignof(BP_CharacterReflector_C_AddCharacter) == 0x000010, "Wrong alignment on BP_CharacterReflector_C_AddCharacter"); \ static_assert(sizeof(BP_CharacterReflector_C_AddCharacter) == 0x000560, "Wrong size on BP_CharacterReflector_C_AddCharacter"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, Character) == 0x000000, "Member 'BP_CharacterReflector_C_AddCharacter::Character' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_CharacterReflector_C_AddCharacter::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_MakeTransform_ReturnValue) == 0x000010, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, Temp_int_Array_Index_Variable_1) == 0x000040, "Member 'BP_CharacterReflector_C_AddCharacter::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000048, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_FinishSpawningActor_ReturnValue) == 0x000050, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, Temp_int_Loop_Counter_Variable) == 0x000058, "Member 'BP_CharacterReflector_C_AddCharacter::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_GetComponentByClass_ReturnValue) == 0x000060, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, Temp_int_Loop_Counter_Variable_1) == 0x00006C, "Member 'BP_CharacterReflector_C_AddCharacter::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_GetActorName_ReturnValue) == 0x000070, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_GetActorName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Add_IntInt_ReturnValue_1) == 0x000080, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Conv_StringToText_ReturnValue) == 0x000088, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, K2Node_MakeStruct_FormatArgumentData) == 0x0000A0, "Member 'BP_CharacterReflector_C_AddCharacter::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_GetActorId_OutActorId) == 0x0000E0, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_GetActorId_OutActorId' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_GetActorId_ReturnValue) == 0x0000E8, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_GetActorId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, K2Node_CreateDelegate_OutputDelegate) == 0x0000EC, "Member 'BP_CharacterReflector_C_AddCharacter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000100, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_GetRelativeTransform_ReturnValue) == 0x000110, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_GetActorName_ReturnValue_1) == 0x000140, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_GetActorName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000150, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, Temp_struct_Variable) == 0x000170, "Member 'BP_CharacterReflector_C_AddCharacter::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, K2Node_MakeStruct_FormatArgumentData_1) == 0x0001A0, "Member 'BP_CharacterReflector_C_AddCharacter::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_GetAttachedActors_OutActors) == 0x0001E0, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_GetAttachedActors_OutActors' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_GetActorName_ReturnValue_2) == 0x0001F0, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_GetActorName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Array_Get_Item) == 0x000200, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000208, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_GetAttachParentSocketName_ReturnValue) == 0x000220, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_GetAttachParentSocketName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, K2Node_MakeStruct_FormatArgumentData_2) == 0x000228, "Member 'BP_CharacterReflector_C_AddCharacter::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Conv_NameToText_ReturnValue) == 0x000268, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, K2Node_MakeArray_Array) == 0x000280, "Member 'BP_CharacterReflector_C_AddCharacter::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, K2Node_MakeStruct_FormatArgumentData_3) == 0x000290, "Member 'BP_CharacterReflector_C_AddCharacter::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Format_ReturnValue) == 0x0002D0, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0002E8, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Conv_NameToString_ReturnValue) == 0x0002F0, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_GetActorName_ReturnValue_3) == 0x000300, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_GetActorName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Replace_ReturnValue) == 0x000310, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000320, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Conv_StringToName_ReturnValue) == 0x000338, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, K2Node_MakeStruct_FormatArgumentData_4) == 0x000340, "Member 'BP_CharacterReflector_C_AddCharacter::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000380, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, K2Node_MakeArray_Array_1) == 0x000390, "Member 'BP_CharacterReflector_C_AddCharacter::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Array_Get_Item_1) == 0x0003A0, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Format_ReturnValue_1) == 0x0003A8, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Array_Length_ReturnValue) == 0x0003C0, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Array_Length_ReturnValue_1) == 0x0003C4, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Less_IntInt_ReturnValue) == 0x0003C8, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Less_IntInt_ReturnValue_1) == 0x0003C9, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_GetActorScale3D_ReturnValue) == 0x0003CC, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_MakeTransform_ReturnValue_1) == 0x0003E0, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000410, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1) == 0x000418, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_IsValid_ReturnValue_1) == 0x000420, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_FinishSpawningActor_ReturnValue_1) == 0x000428, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_FinishSpawningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_AddComponent_ReturnValue) == 0x000430, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000438, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x0004C0, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000548, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, K2Node_CreateDelegate_OutputDelegate_1) == 0x00054C, "Member 'BP_CharacterReflector_C_AddCharacter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_AddCharacter, CallFunc_Map_Contains_ReturnValue) == 0x00055C, "Member 'BP_CharacterReflector_C_AddCharacter::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CharacterReflector_C_ReceiveTick \ static_assert(alignof(BP_CharacterReflector_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CharacterReflector_C_ReceiveTick"); \ static_assert(sizeof(BP_CharacterReflector_C_ReceiveTick) == 0x000004, "Wrong size on BP_CharacterReflector_C_ReceiveTick"); \ static_assert(offsetof(BP_CharacterReflector_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CharacterReflector_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CharacterReflector_C_OnReflectionSpawned \ static_assert(alignof(BP_CharacterReflector_C_OnReflectionSpawned) == 0x000008, "Wrong alignment on BP_CharacterReflector_C_OnReflectionSpawned"); \ static_assert(sizeof(BP_CharacterReflector_C_OnReflectionSpawned) == 0x000008, "Wrong size on BP_CharacterReflector_C_OnReflectionSpawned"); \ static_assert(offsetof(BP_CharacterReflector_C_OnReflectionSpawned, Actor) == 0x000000, "Member 'BP_CharacterReflector_C_OnReflectionSpawned::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CharacterReflector_C_ReceiveEndPlay \ static_assert(alignof(BP_CharacterReflector_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_CharacterReflector_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_CharacterReflector_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_CharacterReflector_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_CharacterReflector_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_CharacterReflector_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CharacterReflector_C_OnLoadComplete \ static_assert(alignof(BP_CharacterReflector_C_OnLoadComplete) == 0x000008, "Wrong alignment on BP_CharacterReflector_C_OnLoadComplete"); \ static_assert(sizeof(BP_CharacterReflector_C_OnLoadComplete) == 0x000008, "Wrong size on BP_CharacterReflector_C_OnLoadComplete"); \ static_assert(offsetof(BP_CharacterReflector_C_OnLoadComplete, Actor) == 0x000000, "Member 'BP_CharacterReflector_C_OnLoadComplete::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CharacterReflector_C_OnCharacterDestroyed \ static_assert(alignof(BP_CharacterReflector_C_OnCharacterDestroyed) == 0x000008, "Wrong alignment on BP_CharacterReflector_C_OnCharacterDestroyed"); \ static_assert(sizeof(BP_CharacterReflector_C_OnCharacterDestroyed) == 0x000008, "Wrong size on BP_CharacterReflector_C_OnCharacterDestroyed"); \ static_assert(offsetof(BP_CharacterReflector_C_OnCharacterDestroyed, DestroyedActor) == 0x000000, "Member 'BP_CharacterReflector_C_OnCharacterDestroyed::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector \ static_assert(alignof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector) == 0x000010, "Wrong alignment on BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector"); \ static_assert(sizeof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector) == 0x000610, "Wrong size on BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, EntryPoint) == 0x000000, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_CustomEvent_Actor_1) == 0x000040, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_CustomEvent_Actor_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Map_Values_Values) == 0x000048, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Map_Keys_Keys) == 0x000058, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_IsValid_ReturnValue_1) == 0x000079, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_GetTransform_ReturnValue_1) == 0x000080, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Not_PreBool_ReturnValue) == 0x0000B0, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_MakeRelativeTransform_ReturnValue) == 0x0000C0, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_MakeRelativeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Conv_BoolToText_ReturnValue) == 0x0000F0, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_BreakTransform_Location) == 0x000108, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_BreakTransform_Rotation) == 0x000114, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_BreakTransform_Scale) == 0x000120, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_MakeStruct_FormatArgumentData) == 0x000130, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_BreakRotator_Roll) == 0x000170, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_BreakRotator_Pitch) == 0x000174, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_BreakRotator_Yaw) == 0x000178, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_GetForwardVector_ReturnValue) == 0x00017C, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Add_FloatFloat_ReturnValue) == 0x000188, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_BreakVector_X) == 0x00018C, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_BreakVector_Y) == 0x000190, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_BreakVector_Z) == 0x000194, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_MakeRotator_ReturnValue) == 0x000198, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001A4, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_BreakVector_X_1) == 0x0001A8, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_BreakVector_Y_1) == 0x0001AC, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_BreakVector_Z_1) == 0x0001B0, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_MakeVector_ReturnValue) == 0x0001B4, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0001C0, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_MakeRotFromX_ReturnValue) == 0x0001C4, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0001D0, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_GetComponentByClass_ReturnValue) == 0x0001D8, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_GetAnimInstance_ReturnValue) == 0x0001E0, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x0001E8, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_DynamicCast_AsABP_Mirror_Animation) == 0x0001F0, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_DynamicCast_AsABP_Mirror_Animation' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_DynamicCast_bSuccess) == 0x0001F8, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Array_Length_ReturnValue) == 0x0001FC, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_IsValid_ReturnValue_2) == 0x000200, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_BooleanAND_ReturnValue) == 0x000201, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000208, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000210, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_DynamicCast_AsABP_Mirror_Animation_1) == 0x000218, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_DynamicCast_AsABP_Mirror_Animation_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_DynamicCast_bSuccess_1) == 0x000220, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Map_Find_Value) == 0x000228, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Map_Find_ReturnValue) == 0x000230, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_SelectRotator_ReturnValue) == 0x000234, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_SelectRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000240, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000248, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00024C, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_MakeVector_ReturnValue_1) == 0x000250, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_MakeVector_ReturnValue_2) == 0x00025C, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, Temp_int_Loop_Counter_Variable) == 0x000268, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_BreakVector_X_2) == 0x00026C, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_BreakVector_Y_2) == 0x000270, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_BreakVector_Z_2) == 0x000274, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Less_IntInt_ReturnValue) == 0x000278, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Add_IntInt_ReturnValue) == 0x00027C, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_Event_EndPlayReason) == 0x000280, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_CustomEvent_Actor) == 0x000288, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_CustomEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_MakeStruct_ObjectFadeParamsSpeedDuration) == 0x000290, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_MakeStruct_ObjectFadeParamsSpeedDuration' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_ActorStartFade_ReturnValue) == 0x00029C, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_ActorStartFade_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_GetComponentByClass_ReturnValue_3) == 0x0002A0, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_GetComponentByClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_GetActorName_ReturnValue) == 0x0002A8, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_GetActorName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_GetActorName_ReturnValue_1) == 0x0002B8, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_GetActorName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Conv_StringToText_ReturnValue) == 0x0002C8, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0002E0, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_MakeStruct_FormatArgumentData_1) == 0x0002F8, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_MakeStruct_FormatArgumentData_2) == 0x000338, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_MakeArray_Array) == 0x000378, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_MakeArray_Array_1) == 0x000388, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Format_ReturnValue) == 0x000398, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Format_ReturnValue_1) == 0x0003B0, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0003C8, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_MakeStruct_FormatArgumentData_3) == 0x0003E0, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_MakeArray_Array_2) == 0x000420, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_FMax_ReturnValue) == 0x000430, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Format_ReturnValue_2) == 0x000438, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_MakeVector_ReturnValue_3) == 0x000450, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_SelectVector_ReturnValue) == 0x00045C, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_MakeTransform_ReturnValue) == 0x000470, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_ComposeTransforms_ReturnValue) == 0x0004A0, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_ComposeTransforms_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x0004D0, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000558, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_CreateDelegate_OutputDelegate) == 0x00055C, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_CustomEvent_DestroyedActor) == 0x000570, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_CustomEvent_DestroyedActor' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_GetActorName_ReturnValue_2) == 0x000578, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_GetActorName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000588, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_MakeStruct_FormatArgumentData_4) == 0x0005A0, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, K2Node_MakeArray_Array_3) == 0x0005E0, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector, CallFunc_Format_ReturnValue_3) == 0x0005F0, "Member 'BP_CharacterReflector_C_ExecuteUbergraph_BP_CharacterReflector::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CharacterReflector_C \ static_assert(alignof(ABP_CharacterReflector_C) == 0x000008, "Wrong alignment on ABP_CharacterReflector_C"); \ static_assert(sizeof(ABP_CharacterReflector_C) == 0x000328, "Wrong size on ABP_CharacterReflector_C"); \ static_assert(offsetof(ABP_CharacterReflector_C, UberGraphFrame) == 0x000248, "Member 'ABP_CharacterReflector_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_CharacterReflector_C, DefaultSceneRoot) == 0x000250, "Member 'ABP_CharacterReflector_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_CharacterReflector_C, CharToReflectionMap) == 0x000258, "Member 'ABP_CharacterReflector_C::CharToReflectionMap' has a wrong offset!"); \ static_assert(offsetof(ABP_CharacterReflector_C, ReflectionToCharMap) == 0x0002A8, "Member 'ABP_CharacterReflector_C::ReflectionToCharMap' has a wrong offset!"); \ static_assert(offsetof(ABP_CharacterReflector_C, bFloor) == 0x0002F8, "Member 'ABP_CharacterReflector_C::bFloor' has a wrong offset!"); \ static_assert(offsetof(ABP_CharacterReflector_C, Thickness) == 0x0002FC, "Member 'ABP_CharacterReflector_C::Thickness' has a wrong offset!"); \ static_assert(offsetof(ABP_CharacterReflector_C, MinZ) == 0x000300, "Member 'ABP_CharacterReflector_C::MinZ' has a wrong offset!"); \ static_assert(offsetof(ABP_CharacterReflector_C, Reflected_Character_Skin_FX) == 0x000308, "Member 'ABP_CharacterReflector_C::Reflected_Character_Skin_FX' has a wrong offset!"); \ static_assert(offsetof(ABP_CharacterReflector_C, Reflected_Character_Actor_Tags) == 0x000310, "Member 'ABP_CharacterReflector_C::Reflected_Character_Actor_Tags' has a wrong offset!"); \ static_assert(offsetof(ABP_CharacterReflector_C, bFadeCharactersInAndOut) == 0x000320, "Member 'ABP_CharacterReflector_C::bFadeCharactersInAndOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TMB_Apparate_In_C \ static_assert(alignof(UABL_TMB_Apparate_In_C) == 0x000008, "Wrong alignment on UABL_TMB_Apparate_In_C"); \ static_assert(sizeof(UABL_TMB_Apparate_In_C) == 0x0000C8, "Wrong size on UABL_TMB_Apparate_In_C"); \ #define DUMPER7_ASSERTS_UABL_TMB_RCT_SwipeStun_S_C \ static_assert(alignof(UABL_TMB_RCT_SwipeStun_S_C) == 0x000008, "Wrong alignment on UABL_TMB_RCT_SwipeStun_S_C"); \ static_assert(sizeof(UABL_TMB_RCT_SwipeStun_S_C) == 0x0000E0, "Wrong size on UABL_TMB_RCT_SwipeStun_S_C"); \ #define DUMPER7_ASSERTS_BP_PerformTasksForAI_C_SwitchOff \ static_assert(alignof(BP_PerformTasksForAI_C_SwitchOff) == 0x000008, "Wrong alignment on BP_PerformTasksForAI_C_SwitchOff"); \ static_assert(sizeof(BP_PerformTasksForAI_C_SwitchOff) == 0x000008, "Wrong size on BP_PerformTasksForAI_C_SwitchOff"); \ static_assert(offsetof(BP_PerformTasksForAI_C_SwitchOff, SwitchActor) == 0x000000, "Member 'BP_PerformTasksForAI_C_SwitchOff::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PerformTasksForAI_C_SwitchOn \ static_assert(alignof(BP_PerformTasksForAI_C_SwitchOn) == 0x000008, "Wrong alignment on BP_PerformTasksForAI_C_SwitchOn"); \ static_assert(sizeof(BP_PerformTasksForAI_C_SwitchOn) == 0x000008, "Wrong size on BP_PerformTasksForAI_C_SwitchOn"); \ static_assert(offsetof(BP_PerformTasksForAI_C_SwitchOn, SwitchActor) == 0x000000, "Member 'BP_PerformTasksForAI_C_SwitchOn::SwitchActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PerformTasksForAI_C_CallSwitchOnBP \ static_assert(alignof(BP_PerformTasksForAI_C_CallSwitchOnBP) == 0x000008, "Wrong alignment on BP_PerformTasksForAI_C_CallSwitchOnBP"); \ static_assert(sizeof(BP_PerformTasksForAI_C_CallSwitchOnBP) == 0x000008, "Wrong size on BP_PerformTasksForAI_C_CallSwitchOnBP"); \ static_assert(offsetof(BP_PerformTasksForAI_C_CallSwitchOnBP, InTarget) == 0x000000, "Member 'BP_PerformTasksForAI_C_CallSwitchOnBP::InTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PerformTasksForAI_C_CallSwitchOffBP \ static_assert(alignof(BP_PerformTasksForAI_C_CallSwitchOffBP) == 0x000008, "Wrong alignment on BP_PerformTasksForAI_C_CallSwitchOffBP"); \ static_assert(sizeof(BP_PerformTasksForAI_C_CallSwitchOffBP) == 0x000008, "Wrong size on BP_PerformTasksForAI_C_CallSwitchOffBP"); \ static_assert(offsetof(BP_PerformTasksForAI_C_CallSwitchOffBP, InTarget) == 0x000000, "Member 'BP_PerformTasksForAI_C_CallSwitchOffBP::InTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI \ static_assert(alignof(BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI) == 0x000008, "Wrong alignment on BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI"); \ static_assert(sizeof(BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI) == 0x000058, "Wrong size on BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI"); \ static_assert(offsetof(BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI, EntryPoint) == 0x000000, "Member 'BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI, K2Node_Event_SwitchActor_1) == 0x000008, "Member 'BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI::K2Node_Event_SwitchActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI, K2Node_Event_SwitchActor) == 0x000010, "Member 'BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI::K2Node_Event_SwitchActor' has a wrong offset!"); \ static_assert(offsetof(BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI, K2Node_Event_InTarget_1) == 0x000018, "Member 'BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI::K2Node_Event_InTarget_1' has a wrong offset!"); \ static_assert(offsetof(BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI, K2Node_Event_InTarget) == 0x000020, "Member 'BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI::K2Node_Event_InTarget' has a wrong offset!"); \ static_assert(offsetof(BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI, K2Node_DynamicCast_AsBPI_Switch) == 0x000028, "Member 'BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI::K2Node_DynamicCast_AsBPI_Switch' has a wrong offset!"); \ static_assert(offsetof(BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI, K2Node_DynamicCast_AsBPI_Switch_1) == 0x000040, "Member 'BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI::K2Node_DynamicCast_AsBPI_Switch_1' has a wrong offset!"); \ static_assert(offsetof(BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'BP_PerformTasksForAI_C_ExecuteUbergraph_BP_PerformTasksForAI::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PerformTasksForAI_C \ static_assert(alignof(ABP_PerformTasksForAI_C) == 0x000010, "Wrong alignment on ABP_PerformTasksForAI_C"); \ static_assert(sizeof(ABP_PerformTasksForAI_C) == 0x000540, "Wrong size on ABP_PerformTasksForAI_C"); \ static_assert(offsetof(ABP_PerformTasksForAI_C, UberGraphFrame) == 0x000530, "Member 'ABP_PerformTasksForAI_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_TombProtector_Attack_Sword_C \ static_assert(alignof(UABL_TombProtector_Attack_Sword_C) == 0x000008, "Wrong alignment on UABL_TombProtector_Attack_Sword_C"); \ static_assert(sizeof(UABL_TombProtector_Attack_Sword_C) == 0x0000C8, "Wrong size on UABL_TombProtector_Attack_Sword_C"); \ #define DUMPER7_ASSERTS_ABP_TombProtector_C_AnimGraph \ static_assert(alignof(ABP_TombProtector_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_TombProtector_C_AnimGraph"); \ static_assert(sizeof(ABP_TombProtector_C_AnimGraph) == 0x000010, "Wrong size on ABP_TombProtector_C_AnimGraph"); \ static_assert(offsetof(ABP_TombProtector_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_TombProtector_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector \ static_assert(alignof(ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector) == 0x000008, "Wrong alignment on ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector"); \ static_assert(sizeof(ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector) == 0x000078, "Wrong size on ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector"); \ static_assert(offsetof(ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector, EntryPoint) == 0x000000, "Member 'ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector, CallFunc_GetOwningActor_ReturnValue) == 0x000008, "Member 'ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector, CallFunc_MakeVector_ReturnValue) == 0x000010, "Member 'ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector, CallFunc_GetOwningActor_ReturnValue_1) == 0x000028, "Member 'ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector::CallFunc_GetOwningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000030, "Member 'ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector, CallFunc_GetOwningActor_ReturnValue_2) == 0x000040, "Member 'ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector::CallFunc_GetOwningActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector, CallFunc_GetOwningActor_ReturnValue_3) == 0x000048, "Member 'ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector::CallFunc_GetOwningActor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector, CallFunc_GetComponentByClass_ReturnValue_2) == 0x000050, "Member 'ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector::CallFunc_GetComponentByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000058, "Member 'ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector, CallFunc_GetTransientWeapon_ReturnValue) == 0x000060, "Member 'ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector::CallFunc_GetTransientWeapon_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector, CallFunc_IsValid_ReturnValue_1) == 0x000068, "Member 'ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00006C, "Member 'ABP_TombProtector_C_ExecuteUbergraph_ABP_TombProtector::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_TombProtector_C \ static_assert(alignof(UABP_TombProtector_C) == 0x000010, "Wrong alignment on UABP_TombProtector_C"); \ static_assert(sizeof(UABP_TombProtector_C) == 0x000AB0, "Wrong size on UABP_TombProtector_C"); \ static_assert(offsetof(UABP_TombProtector_C, UberGraphFrame) == 0x000690, "Member 'UABP_TombProtector_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_TombProtector_C, AnimGraphNode_IKMasterNode) == 0x000698, "Member 'UABP_TombProtector_C::AnimGraphNode_IKMasterNode' has a wrong offset!"); \ static_assert(offsetof(UABP_TombProtector_C, AnimGraphNode_AbilityAnimPlayer) == 0x000848, "Member 'UABP_TombProtector_C::AnimGraphNode_AbilityAnimPlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_TombProtector_C, AnimGraphNode_StateResult) == 0x0008F8, "Member 'UABP_TombProtector_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_TombProtector_C, AnimGraphNode_StateMachine) == 0x000928, "Member 'UABP_TombProtector_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_TombProtector_C, AnimGraphNode_Root) == 0x0009D8, "Member 'UABP_TombProtector_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_TombProtector_C, AnimGraphNode_SubInstance) == 0x000A08, "Member 'UABP_TombProtector_C::AnimGraphNode_SubInstance' has a wrong offset!"); \ static_assert(offsetof(UABP_TombProtector_C, AlwaysTrue) == 0x000AA8, "Member 'UABP_TombProtector_C::AlwaysTrue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_Reset_C_ResetBlueprint \ static_assert(alignof(BPI_Reset_C_ResetBlueprint) == 0x000008, "Wrong alignment on BPI_Reset_C_ResetBlueprint"); \ static_assert(sizeof(BPI_Reset_C_ResetBlueprint) == 0x000008, "Wrong size on BPI_Reset_C_ResetBlueprint"); \ static_assert(offsetof(BPI_Reset_C_ResetBlueprint, Actor) == 0x000000, "Member 'BPI_Reset_C_ResetBlueprint::Actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBPI_Reset_C \ static_assert(alignof(IBPI_Reset_C) == 0x000001, "Wrong alignment on IBPI_Reset_C"); \ static_assert(sizeof(IBPI_Reset_C) == 0x000001, "Wrong size on IBPI_Reset_C"); \ #define DUMPER7_ASSERTS_ABP_DummyActor_C_AnimGraph \ static_assert(alignof(ABP_DummyActor_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_DummyActor_C_AnimGraph"); \ static_assert(sizeof(ABP_DummyActor_C_AnimGraph) == 0x000010, "Wrong size on ABP_DummyActor_C_AnimGraph"); \ static_assert(offsetof(ABP_DummyActor_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_DummyActor_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DummyActor_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_DummyActor_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_DummyActor_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_DummyActor_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_DummyActor_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_DummyActor_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_DummyActor_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor \ static_assert(alignof(ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor) == 0x000008, "Wrong alignment on ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor"); \ static_assert(sizeof(ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor) == 0x000050, "Wrong size on ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor"); \ static_assert(offsetof(ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor, EntryPoint) == 0x000000, "Member 'ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor, CallFunc_GetOwningActor_ReturnValue) == 0x000008, "Member 'ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor::CallFunc_GetOwningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor, CallFunc_GetComponentByClass_ReturnValue) == 0x000010, "Member 'ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000019, "Member 'ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor, K2Node_Event_DeltaTimeX) == 0x00001C, "Member 'ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000020, "Member 'ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor, CallFunc_GetOwningActor_ReturnValue_1) == 0x000028, "Member 'ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor::CallFunc_GetOwningActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000038, "Member 'ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor, CallFunc_IsValid_ReturnValue_2) == 0x000040, "Member 'ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor, CallFunc_GetCameraLocation_ReturnValue) == 0x000044, "Member 'ABP_DummyActor_C_ExecuteUbergraph_ABP_DummyActor::CallFunc_GetCameraLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_DummyActor_C \ static_assert(alignof(UABP_DummyActor_C) == 0x000010, "Wrong alignment on UABP_DummyActor_C"); \ static_assert(sizeof(UABP_DummyActor_C) == 0x000690, "Wrong size on UABP_DummyActor_C"); \ static_assert(offsetof(UABP_DummyActor_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_DummyActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_DummyActor_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_DummyActor_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_DummyActor_C, AnimGraphNode_SubInstance) == 0x0002F8, "Member 'UABP_DummyActor_C::AnimGraphNode_SubInstance' has a wrong offset!"); \ static_assert(offsetof(UABP_DummyActor_C, AnimGraphNode_IKMasterNode) == 0x000398, "Member 'UABP_DummyActor_C::AnimGraphNode_IKMasterNode' has a wrong offset!"); \ static_assert(offsetof(UABP_DummyActor_C, AnimGraphNode_RequestedLayerBlend) == 0x000550, "Member 'UABP_DummyActor_C::AnimGraphNode_RequestedLayerBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_DummyActor_C, AnimGraphNode_SequencePlayer) == 0x000600, "Member 'UABP_DummyActor_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_DummyActor_C, Idle_Anim) == 0x000680, "Member 'UABP_DummyActor_C::Idle_Anim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_PerformTaskJumpDown_C_ExecuteUbergraph_ABL_Enemy_PerformTaskJumpDown \ static_assert(alignof(ABL_Enemy_PerformTaskJumpDown_C_ExecuteUbergraph_ABL_Enemy_PerformTaskJumpDown) == 0x000008, "Wrong alignment on ABL_Enemy_PerformTaskJumpDown_C_ExecuteUbergraph_ABL_Enemy_PerformTaskJumpDown"); \ static_assert(sizeof(ABL_Enemy_PerformTaskJumpDown_C_ExecuteUbergraph_ABL_Enemy_PerformTaskJumpDown) == 0x000010, "Wrong size on ABL_Enemy_PerformTaskJumpDown_C_ExecuteUbergraph_ABL_Enemy_PerformTaskJumpDown"); \ static_assert(offsetof(ABL_Enemy_PerformTaskJumpDown_C_ExecuteUbergraph_ABL_Enemy_PerformTaskJumpDown, EntryPoint) == 0x000000, "Member 'ABL_Enemy_PerformTaskJumpDown_C_ExecuteUbergraph_ABL_Enemy_PerformTaskJumpDown::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_PerformTaskJumpDown_C_ExecuteUbergraph_ABL_Enemy_PerformTaskJumpDown, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_PerformTaskJumpDown_C_ExecuteUbergraph_ABL_Enemy_PerformTaskJumpDown::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_PerformTaskJumpDown_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_PerformTaskJumpDown_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_PerformTaskJumpDown_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_PerformTaskJumpDown_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_PerformTaskJumpDown_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_PerformTaskJumpDown_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_PerformTaskJumpDown_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_PerformTaskJumpDown_C \ static_assert(alignof(UABL_Enemy_PerformTaskJumpDown_C) == 0x000008, "Wrong alignment on UABL_Enemy_PerformTaskJumpDown_C"); \ static_assert(sizeof(UABL_Enemy_PerformTaskJumpDown_C) == 0x0000D0, "Wrong size on UABL_Enemy_PerformTaskJumpDown_C"); \ static_assert(offsetof(UABL_Enemy_PerformTaskJumpDown_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_PerformTaskJumpDown_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPCGameEventCringeReact_C \ static_assert(alignof(UABL_NPCGameEventCringeReact_C) == 0x000008, "Wrong alignment on UABL_NPCGameEventCringeReact_C"); \ static_assert(sizeof(UABL_NPCGameEventCringeReact_C) == 0x0000E0, "Wrong size on UABL_NPCGameEventCringeReact_C"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_StumbleDazed_Imperio_End_C \ static_assert(alignof(UABL_NPC_RCT_StumbleDazed_Imperio_End_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_StumbleDazed_Imperio_End_C"); \ static_assert(sizeof(UABL_NPC_RCT_StumbleDazed_Imperio_End_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_StumbleDazed_Imperio_End_C"); \ #define DUMPER7_ASSERTS_UABL_NPCGameEventFearReact_C \ static_assert(alignof(UABL_NPCGameEventFearReact_C) == 0x000008, "Wrong alignment on UABL_NPCGameEventFearReact_C"); \ static_assert(sizeof(UABL_NPCGameEventFearReact_C) == 0x0000E0, "Wrong size on UABL_NPCGameEventFearReact_C"); \ #define DUMPER7_ASSERTS_UABL_NPCGameEventDarkMagicReact_C \ static_assert(alignof(UABL_NPCGameEventDarkMagicReact_C) == 0x000008, "Wrong alignment on UABL_NPCGameEventDarkMagicReact_C"); \ static_assert(sizeof(UABL_NPCGameEventDarkMagicReact_C) == 0x0000E0, "Wrong size on UABL_NPCGameEventDarkMagicReact_C"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_Ragdoll_RecoverToSwim_C \ static_assert(alignof(UABL_NPC_RCT_Ragdoll_RecoverToSwim_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_Ragdoll_RecoverToSwim_C"); \ static_assert(sizeof(UABL_NPC_RCT_Ragdoll_RecoverToSwim_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_Ragdoll_RecoverToSwim_C"); \ #define DUMPER7_ASSERTS_BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc \ static_assert(alignof(BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc) == 0x000008, "Wrong alignment on BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc"); \ static_assert(sizeof(BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc) == 0x000058, "Wrong size on BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc"); \ static_assert(offsetof(BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc, EntryPoint) == 0x000000, "Member 'BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc, K2Node_Event_OwnerActor_1) == 0x000008, "Member 'BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc::K2Node_Event_OwnerActor_1' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc, K2Node_Event_DeltaSeconds) == 0x000010, "Member 'BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc, K2Node_Event_OwnerActor) == 0x000020, "Member 'BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc::K2Node_Event_OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc, CallFunc_IsStationary_ReturnValue) == 0x000028, "Member 'BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc::CallFunc_IsStationary_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000030, "Member 'BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc, CallFunc_IsStationary_ReturnValue_1) == 0x000038, "Member 'BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc::CallFunc_IsStationary_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc, CallFunc_GetLastKnownTargetLoc_ReturnValue) == 0x00003C, "Member 'BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc::CallFunc_GetLastKnownTargetLoc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc, CallFunc_GetLastKnownTargetLoc_ReturnValue_1) == 0x000048, "Member 'BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc::CallFunc_GetLastKnownTargetLoc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc, CallFunc_MoveToLocation_ReturnValue) == 0x000054, "Member 'BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc::CallFunc_MoveToLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc, CallFunc_InitMoveToLocation_ReturnValue) == 0x000055, "Member 'BTT_MoveToLastKnownTargetLoc_C_ExecuteUbergraph_BTT_MoveToLastKnownTargetLoc::CallFunc_InitMoveToLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_MoveToLastKnownTargetLoc_C_ReceiveExecute \ static_assert(alignof(BTT_MoveToLastKnownTargetLoc_C_ReceiveExecute) == 0x000008, "Wrong alignment on BTT_MoveToLastKnownTargetLoc_C_ReceiveExecute"); \ static_assert(sizeof(BTT_MoveToLastKnownTargetLoc_C_ReceiveExecute) == 0x000008, "Wrong size on BTT_MoveToLastKnownTargetLoc_C_ReceiveExecute"); \ static_assert(offsetof(BTT_MoveToLastKnownTargetLoc_C_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTT_MoveToLastKnownTargetLoc_C_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTT_MoveToLastKnownTargetLoc_C_ReceiveTick \ static_assert(alignof(BTT_MoveToLastKnownTargetLoc_C_ReceiveTick) == 0x000008, "Wrong alignment on BTT_MoveToLastKnownTargetLoc_C_ReceiveTick"); \ static_assert(sizeof(BTT_MoveToLastKnownTargetLoc_C_ReceiveTick) == 0x000010, "Wrong size on BTT_MoveToLastKnownTargetLoc_C_ReceiveTick"); \ static_assert(offsetof(BTT_MoveToLastKnownTargetLoc_C_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTT_MoveToLastKnownTargetLoc_C_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTT_MoveToLastKnownTargetLoc_C_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTT_MoveToLastKnownTargetLoc_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTT_MoveToLastKnownTargetLoc_C \ static_assert(alignof(UBTT_MoveToLastKnownTargetLoc_C) == 0x000008, "Wrong alignment on UBTT_MoveToLastKnownTargetLoc_C"); \ static_assert(sizeof(UBTT_MoveToLastKnownTargetLoc_C) == 0x0000C0, "Wrong size on UBTT_MoveToLastKnownTargetLoc_C"); \ static_assert(offsetof(UBTT_MoveToLastKnownTargetLoc_C, UberGraphFrame) == 0x0000A8, "Member 'UBTT_MoveToLastKnownTargetLoc_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToLastKnownTargetLoc_C, LocKeyName) == 0x0000B0, "Member 'UBTT_MoveToLastKnownTargetLoc_C::LocKeyName' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToLastKnownTargetLoc_C, InterpSpeed) == 0x0000B8, "Member 'UBTT_MoveToLastKnownTargetLoc_C::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UBTT_MoveToLastKnownTargetLoc_C, MobilityMode) == 0x0000BC, "Member 'UBTT_MoveToLastKnownTargetLoc_C::MobilityMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_AlertLoop_C \ static_assert(alignof(UABL_Enemy_AlertLoop_C) == 0x000008, "Wrong alignment on UABL_Enemy_AlertLoop_C"); \ static_assert(sizeof(UABL_Enemy_AlertLoop_C) == 0x0000C8, "Wrong size on UABL_Enemy_AlertLoop_C"); \ #define DUMPER7_ASSERTS_UABL_Enemy_ApparateIn_C \ static_assert(alignof(UABL_Enemy_ApparateIn_C) == 0x000008, "Wrong alignment on UABL_Enemy_ApparateIn_C"); \ static_assert(sizeof(UABL_Enemy_ApparateIn_C) == 0x0000C8, "Wrong size on UABL_Enemy_ApparateIn_C"); \ #define DUMPER7_ASSERTS_ABL_Enemy_PTJumpLand_C_ExecuteUbergraph_ABL_Enemy_PTJumpLand \ static_assert(alignof(ABL_Enemy_PTJumpLand_C_ExecuteUbergraph_ABL_Enemy_PTJumpLand) == 0x000008, "Wrong alignment on ABL_Enemy_PTJumpLand_C_ExecuteUbergraph_ABL_Enemy_PTJumpLand"); \ static_assert(sizeof(ABL_Enemy_PTJumpLand_C_ExecuteUbergraph_ABL_Enemy_PTJumpLand) == 0x000010, "Wrong size on ABL_Enemy_PTJumpLand_C_ExecuteUbergraph_ABL_Enemy_PTJumpLand"); \ static_assert(offsetof(ABL_Enemy_PTJumpLand_C_ExecuteUbergraph_ABL_Enemy_PTJumpLand, EntryPoint) == 0x000000, "Member 'ABL_Enemy_PTJumpLand_C_ExecuteUbergraph_ABL_Enemy_PTJumpLand::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_PTJumpLand_C_ExecuteUbergraph_ABL_Enemy_PTJumpLand, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_PTJumpLand_C_ExecuteUbergraph_ABL_Enemy_PTJumpLand::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_PTJumpLand_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_PTJumpLand_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_PTJumpLand_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_PTJumpLand_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_PTJumpLand_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_PTJumpLand_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_PTJumpLand_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_PTJumpLand_C \ static_assert(alignof(UABL_Enemy_PTJumpLand_C) == 0x000008, "Wrong alignment on UABL_Enemy_PTJumpLand_C"); \ static_assert(sizeof(UABL_Enemy_PTJumpLand_C) == 0x0000D0, "Wrong size on UABL_Enemy_PTJumpLand_C"); \ static_assert(offsetof(UABL_Enemy_PTJumpLand_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_PTJumpLand_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze \ static_assert(alignof(ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze"); \ static_assert(sizeof(ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze) == 0x000038, "Wrong size on ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze"); \ static_assert(offsetof(ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze, EntryPoint) == 0x000000, "Member 'ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze, K2Node_Event_Context) == 0x000008, "Member 'ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze, K2Node_DynamicCast_AsNPC_Character) == 0x000020, "Member 'ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze, CallFunc_GetNpcCapsuleComponent_ReturnValue) == 0x000030, "Member 'ABL_RCT_NPC_Daze_C_ExecuteUbergraph_ABL_RCT_NPC_Daze::CallFunc_GetNpcCapsuleComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Daze_C_OnAbilityStart \ static_assert(alignof(ABL_RCT_NPC_Daze_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Daze_C_OnAbilityStart"); \ static_assert(sizeof(ABL_RCT_NPC_Daze_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_RCT_NPC_Daze_C_OnAbilityStart"); \ static_assert(offsetof(ABL_RCT_NPC_Daze_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_RCT_NPC_Daze_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_Daze_C \ static_assert(alignof(UABL_RCT_NPC_Daze_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_Daze_C"); \ static_assert(sizeof(UABL_RCT_NPC_Daze_C) == 0x0000E8, "Wrong size on UABL_RCT_NPC_Daze_C"); \ static_assert(offsetof(UABL_RCT_NPC_Daze_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_RCT_NPC_Daze_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_EnemyMove_LoopNew_C_ExecuteUbergraph_ABL_EnemyMove_LoopNew \ static_assert(alignof(ABL_EnemyMove_LoopNew_C_ExecuteUbergraph_ABL_EnemyMove_LoopNew) == 0x000008, "Wrong alignment on ABL_EnemyMove_LoopNew_C_ExecuteUbergraph_ABL_EnemyMove_LoopNew"); \ static_assert(sizeof(ABL_EnemyMove_LoopNew_C_ExecuteUbergraph_ABL_EnemyMove_LoopNew) == 0x000010, "Wrong size on ABL_EnemyMove_LoopNew_C_ExecuteUbergraph_ABL_EnemyMove_LoopNew"); \ static_assert(offsetof(ABL_EnemyMove_LoopNew_C_ExecuteUbergraph_ABL_EnemyMove_LoopNew, EntryPoint) == 0x000000, "Member 'ABL_EnemyMove_LoopNew_C_ExecuteUbergraph_ABL_EnemyMove_LoopNew::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_EnemyMove_LoopNew_C_ExecuteUbergraph_ABL_EnemyMove_LoopNew, K2Node_Event_Context) == 0x000008, "Member 'ABL_EnemyMove_LoopNew_C_ExecuteUbergraph_ABL_EnemyMove_LoopNew::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_EnemyMove_LoopNew_C_OnAbilityInterrupt \ static_assert(alignof(ABL_EnemyMove_LoopNew_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_EnemyMove_LoopNew_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_EnemyMove_LoopNew_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_EnemyMove_LoopNew_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_EnemyMove_LoopNew_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_EnemyMove_LoopNew_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_EnemyMove_LoopNew_C_OnGetBranchAbility \ static_assert(alignof(ABL_EnemyMove_LoopNew_C_OnGetBranchAbility) == 0x000008, "Wrong alignment on ABL_EnemyMove_LoopNew_C_OnGetBranchAbility"); \ static_assert(sizeof(ABL_EnemyMove_LoopNew_C_OnGetBranchAbility) == 0x000018, "Wrong size on ABL_EnemyMove_LoopNew_C_OnGetBranchAbility"); \ static_assert(offsetof(ABL_EnemyMove_LoopNew_C_OnGetBranchAbility, Context) == 0x000000, "Member 'ABL_EnemyMove_LoopNew_C_OnGetBranchAbility::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_EnemyMove_LoopNew_C_OnGetBranchAbility, EventName) == 0x000008, "Member 'ABL_EnemyMove_LoopNew_C_OnGetBranchAbility::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_EnemyMove_LoopNew_C_OnGetBranchAbility, ReturnValue) == 0x000010, "Member 'ABL_EnemyMove_LoopNew_C_OnGetBranchAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_EnemyMove_LoopNew_C \ static_assert(alignof(UABL_EnemyMove_LoopNew_C) == 0x000008, "Wrong alignment on UABL_EnemyMove_LoopNew_C"); \ static_assert(sizeof(UABL_EnemyMove_LoopNew_C) == 0x0000D8, "Wrong size on UABL_EnemyMove_LoopNew_C"); \ static_assert(offsetof(UABL_EnemyMove_LoopNew_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_EnemyMove_LoopNew_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_EnemyMove_LoopNew_C, NewVar_0) == 0x0000D0, "Member 'UABL_EnemyMove_LoopNew_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_AlertEnd_C \ static_assert(alignof(UABL_Enemy_AlertEnd_C) == 0x000008, "Wrong alignment on UABL_Enemy_AlertEnd_C"); \ static_assert(sizeof(UABL_Enemy_AlertEnd_C) == 0x0000C8, "Wrong size on UABL_Enemy_AlertEnd_C"); \ #define DUMPER7_ASSERTS_UABL_Enemy_ClimbLadder_DismountBottom_C \ static_assert(alignof(UABL_Enemy_ClimbLadder_DismountBottom_C) == 0x000008, "Wrong alignment on UABL_Enemy_ClimbLadder_DismountBottom_C"); \ static_assert(sizeof(UABL_Enemy_ClimbLadder_DismountBottom_C) == 0x0000C8, "Wrong size on UABL_Enemy_ClimbLadder_DismountBottom_C"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_FinisherAnticipation_C \ static_assert(alignof(UABL_NPC_RCT_FinisherAnticipation_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_FinisherAnticipation_C"); \ static_assert(sizeof(UABL_NPC_RCT_FinisherAnticipation_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_FinisherAnticipation_C"); \ #define DUMPER7_ASSERTS_ABL_EnemyMove_SlopeLoop_C_ExecuteUbergraph_ABL_EnemyMove_SlopeLoop \ static_assert(alignof(ABL_EnemyMove_SlopeLoop_C_ExecuteUbergraph_ABL_EnemyMove_SlopeLoop) == 0x000008, "Wrong alignment on ABL_EnemyMove_SlopeLoop_C_ExecuteUbergraph_ABL_EnemyMove_SlopeLoop"); \ static_assert(sizeof(ABL_EnemyMove_SlopeLoop_C_ExecuteUbergraph_ABL_EnemyMove_SlopeLoop) == 0x000010, "Wrong size on ABL_EnemyMove_SlopeLoop_C_ExecuteUbergraph_ABL_EnemyMove_SlopeLoop"); \ static_assert(offsetof(ABL_EnemyMove_SlopeLoop_C_ExecuteUbergraph_ABL_EnemyMove_SlopeLoop, EntryPoint) == 0x000000, "Member 'ABL_EnemyMove_SlopeLoop_C_ExecuteUbergraph_ABL_EnemyMove_SlopeLoop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_EnemyMove_SlopeLoop_C_ExecuteUbergraph_ABL_EnemyMove_SlopeLoop, K2Node_Event_Context) == 0x000008, "Member 'ABL_EnemyMove_SlopeLoop_C_ExecuteUbergraph_ABL_EnemyMove_SlopeLoop::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_EnemyMove_SlopeLoop_C_OnAbilityInterrupt \ static_assert(alignof(ABL_EnemyMove_SlopeLoop_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_EnemyMove_SlopeLoop_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_EnemyMove_SlopeLoop_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_EnemyMove_SlopeLoop_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_EnemyMove_SlopeLoop_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_EnemyMove_SlopeLoop_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_EnemyMove_SlopeLoop_C_OnGetBranchAbility \ static_assert(alignof(ABL_EnemyMove_SlopeLoop_C_OnGetBranchAbility) == 0x000008, "Wrong alignment on ABL_EnemyMove_SlopeLoop_C_OnGetBranchAbility"); \ static_assert(sizeof(ABL_EnemyMove_SlopeLoop_C_OnGetBranchAbility) == 0x000018, "Wrong size on ABL_EnemyMove_SlopeLoop_C_OnGetBranchAbility"); \ static_assert(offsetof(ABL_EnemyMove_SlopeLoop_C_OnGetBranchAbility, Context) == 0x000000, "Member 'ABL_EnemyMove_SlopeLoop_C_OnGetBranchAbility::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_EnemyMove_SlopeLoop_C_OnGetBranchAbility, EventName) == 0x000008, "Member 'ABL_EnemyMove_SlopeLoop_C_OnGetBranchAbility::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_EnemyMove_SlopeLoop_C_OnGetBranchAbility, ReturnValue) == 0x000010, "Member 'ABL_EnemyMove_SlopeLoop_C_OnGetBranchAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_EnemyMove_SlopeLoop_C \ static_assert(alignof(UABL_EnemyMove_SlopeLoop_C) == 0x000008, "Wrong alignment on UABL_EnemyMove_SlopeLoop_C"); \ static_assert(sizeof(UABL_EnemyMove_SlopeLoop_C) == 0x0000D8, "Wrong size on UABL_EnemyMove_SlopeLoop_C"); \ static_assert(offsetof(UABL_EnemyMove_SlopeLoop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_EnemyMove_SlopeLoop_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_EnemyMove_SlopeLoop_C, NewVar_0) == 0x0000D0, "Member 'UABL_EnemyMove_SlopeLoop_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Move_Stop_C_ExecuteUbergraph_ABL_Enemy_Move_Stop \ static_assert(alignof(ABL_Enemy_Move_Stop_C_ExecuteUbergraph_ABL_Enemy_Move_Stop) == 0x000008, "Wrong alignment on ABL_Enemy_Move_Stop_C_ExecuteUbergraph_ABL_Enemy_Move_Stop"); \ static_assert(sizeof(ABL_Enemy_Move_Stop_C_ExecuteUbergraph_ABL_Enemy_Move_Stop) == 0x000010, "Wrong size on ABL_Enemy_Move_Stop_C_ExecuteUbergraph_ABL_Enemy_Move_Stop"); \ static_assert(offsetof(ABL_Enemy_Move_Stop_C_ExecuteUbergraph_ABL_Enemy_Move_Stop, EntryPoint) == 0x000000, "Member 'ABL_Enemy_Move_Stop_C_ExecuteUbergraph_ABL_Enemy_Move_Stop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Move_Stop_C_ExecuteUbergraph_ABL_Enemy_Move_Stop, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_Move_Stop_C_ExecuteUbergraph_ABL_Enemy_Move_Stop::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Move_Stop_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Enemy_Move_Stop_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Enemy_Move_Stop_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Enemy_Move_Stop_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Enemy_Move_Stop_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Enemy_Move_Stop_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Enemy_Move_Stop_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Move_Stop_C \ static_assert(alignof(UABL_Enemy_Move_Stop_C) == 0x000008, "Wrong alignment on UABL_Enemy_Move_Stop_C"); \ static_assert(sizeof(UABL_Enemy_Move_Stop_C) == 0x0000D0, "Wrong size on UABL_Enemy_Move_Stop_C"); \ static_assert(offsetof(UABL_Enemy_Move_Stop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_Move_Stop_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_DescendoGrounded_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoGrounded \ static_assert(alignof(ABL_NPC_RCT_DescendoGrounded_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoGrounded) == 0x000008, "Wrong alignment on ABL_NPC_RCT_DescendoGrounded_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoGrounded"); \ static_assert(sizeof(ABL_NPC_RCT_DescendoGrounded_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoGrounded) == 0x000010, "Wrong size on ABL_NPC_RCT_DescendoGrounded_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoGrounded"); \ static_assert(offsetof(ABL_NPC_RCT_DescendoGrounded_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoGrounded, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_DescendoGrounded_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoGrounded::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_DescendoGrounded_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoGrounded, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_DescendoGrounded_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoGrounded::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_DescendoGrounded_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_DescendoGrounded_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_DescendoGrounded_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_DescendoGrounded_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_DescendoGrounded_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_DescendoGrounded_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_DescendoGrounded_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_DescendoGrounded_C \ static_assert(alignof(UABL_NPC_RCT_DescendoGrounded_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_DescendoGrounded_C"); \ static_assert(sizeof(UABL_NPC_RCT_DescendoGrounded_C) == 0x0000E8, "Wrong size on UABL_NPC_RCT_DescendoGrounded_C"); \ static_assert(offsetof(UABL_NPC_RCT_DescendoGrounded_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_DescendoGrounded_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_SecondaryAttack_C \ static_assert(alignof(UABL_Enemy_SecondaryAttack_C) == 0x000008, "Wrong alignment on UABL_Enemy_SecondaryAttack_C"); \ static_assert(sizeof(UABL_Enemy_SecondaryAttack_C) == 0x0000C8, "Wrong size on UABL_Enemy_SecondaryAttack_C"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Spawn_FadeIn_C \ static_assert(alignof(UABL_Enemy_Spawn_FadeIn_C) == 0x000008, "Wrong alignment on UABL_Enemy_Spawn_FadeIn_C"); \ static_assert(sizeof(UABL_Enemy_Spawn_FadeIn_C) == 0x0000C8, "Wrong size on UABL_Enemy_Spawn_FadeIn_C"); \ #define DUMPER7_ASSERTS_ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn \ static_assert(alignof(ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn) == 0x000008, "Wrong alignment on ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn"); \ static_assert(sizeof(ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn) == 0x000040, "Wrong size on ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn, EntryPoint) == 0x000000, "Member 'ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn, K2Node_Event_Context) == 0x000008, "Member 'ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn, CallFunc_GetSelfActor_ReturnValue_1) == 0x000028, "Member 'ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn, K2Node_Event_Context_1) == 0x000030, "Member 'ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn, CallFunc_GetSelfActor_ReturnValue_2) == 0x000038, "Member 'ABL_Chicken_TransfigSpawn_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawn::CallFunc_GetSelfActor_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Chicken_TransfigSpawn_C_OnAbilityBranch \ static_assert(alignof(ABL_Chicken_TransfigSpawn_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Chicken_TransfigSpawn_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Chicken_TransfigSpawn_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Chicken_TransfigSpawn_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawn_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Chicken_TransfigSpawn_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawn_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Chicken_TransfigSpawn_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Chicken_TransfigSpawn_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Chicken_TransfigSpawn_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Chicken_TransfigSpawn_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Chicken_TransfigSpawn_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Chicken_TransfigSpawn_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawn_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Chicken_TransfigSpawn_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Chicken_TransfigSpawn_C_OnAbilityEnd \ static_assert(alignof(ABL_Chicken_TransfigSpawn_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_Chicken_TransfigSpawn_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_Chicken_TransfigSpawn_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_Chicken_TransfigSpawn_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawn_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_Chicken_TransfigSpawn_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Chicken_TransfigSpawn_C \ static_assert(alignof(UABL_Chicken_TransfigSpawn_C) == 0x000008, "Wrong alignment on UABL_Chicken_TransfigSpawn_C"); \ static_assert(sizeof(UABL_Chicken_TransfigSpawn_C) == 0x0000D0, "Wrong size on UABL_Chicken_TransfigSpawn_C"); \ static_assert(offsetof(UABL_Chicken_TransfigSpawn_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Chicken_TransfigSpawn_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Move_StopNew_C_ExecuteUbergraph_ABL_Enemy_Move_StopNew \ static_assert(alignof(ABL_Enemy_Move_StopNew_C_ExecuteUbergraph_ABL_Enemy_Move_StopNew) == 0x000008, "Wrong alignment on ABL_Enemy_Move_StopNew_C_ExecuteUbergraph_ABL_Enemy_Move_StopNew"); \ static_assert(sizeof(ABL_Enemy_Move_StopNew_C_ExecuteUbergraph_ABL_Enemy_Move_StopNew) == 0x000010, "Wrong size on ABL_Enemy_Move_StopNew_C_ExecuteUbergraph_ABL_Enemy_Move_StopNew"); \ static_assert(offsetof(ABL_Enemy_Move_StopNew_C_ExecuteUbergraph_ABL_Enemy_Move_StopNew, EntryPoint) == 0x000000, "Member 'ABL_Enemy_Move_StopNew_C_ExecuteUbergraph_ABL_Enemy_Move_StopNew::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Move_StopNew_C_ExecuteUbergraph_ABL_Enemy_Move_StopNew, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_Move_StopNew_C_ExecuteUbergraph_ABL_Enemy_Move_StopNew::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Move_StopNew_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Enemy_Move_StopNew_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Enemy_Move_StopNew_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Enemy_Move_StopNew_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Enemy_Move_StopNew_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Enemy_Move_StopNew_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Enemy_Move_StopNew_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Move_StopNew_C \ static_assert(alignof(UABL_Enemy_Move_StopNew_C) == 0x000008, "Wrong alignment on UABL_Enemy_Move_StopNew_C"); \ static_assert(sizeof(UABL_Enemy_Move_StopNew_C) == 0x0000D0, "Wrong size on UABL_Enemy_Move_StopNew_C"); \ static_assert(offsetof(UABL_Enemy_Move_StopNew_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_Move_StopNew_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_TutorialCard_C_SetTutorialTransparency \ static_assert(alignof(UI_BP_TutorialCard_C_SetTutorialTransparency) == 0x000001, "Wrong alignment on UI_BP_TutorialCard_C_SetTutorialTransparency"); \ static_assert(sizeof(UI_BP_TutorialCard_C_SetTutorialTransparency) == 0x000002, "Wrong size on UI_BP_TutorialCard_C_SetTutorialTransparency"); \ static_assert(offsetof(UI_BP_TutorialCard_C_SetTutorialTransparency, TransparencySetting) == 0x000000, "Member 'UI_BP_TutorialCard_C_SetTutorialTransparency::TransparencySetting' has a wrong offset!"); \ static_assert(offsetof(UI_BP_TutorialCard_C_SetTutorialTransparency, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'UI_BP_TutorialCard_C_SetTutorialTransparency::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_TutorialCard_C \ static_assert(alignof(UUI_BP_TutorialCard_C) == 0x000008, "Wrong alignment on UUI_BP_TutorialCard_C"); \ static_assert(sizeof(UUI_BP_TutorialCard_C) == 0x000270, "Wrong size on UUI_BP_TutorialCard_C"); \ static_assert(offsetof(UUI_BP_TutorialCard_C, tutorialBackImage) == 0x000268, "Member 'UUI_BP_TutorialCard_C::tutorialBackImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_ClimbLadder_DismountTop1_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_DismountTop1 \ static_assert(alignof(ABL_Enemy_ClimbLadder_DismountTop1_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_DismountTop1) == 0x000008, "Wrong alignment on ABL_Enemy_ClimbLadder_DismountTop1_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_DismountTop1"); \ static_assert(sizeof(ABL_Enemy_ClimbLadder_DismountTop1_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_DismountTop1) == 0x000010, "Wrong size on ABL_Enemy_ClimbLadder_DismountTop1_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_DismountTop1"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_DismountTop1_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_DismountTop1, EntryPoint) == 0x000000, "Member 'ABL_Enemy_ClimbLadder_DismountTop1_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_DismountTop1::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_DismountTop1_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_DismountTop1, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_ClimbLadder_DismountTop1_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_DismountTop1::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_ClimbLadder_DismountTop1_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_ClimbLadder_DismountTop1_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_ClimbLadder_DismountTop1_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_ClimbLadder_DismountTop1_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_ClimbLadder_DismountTop1_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_DismountTop1_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_ClimbLadder_DismountTop1_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_ClimbLadder_DismountTop1_C \ static_assert(alignof(UABL_Enemy_ClimbLadder_DismountTop1_C) == 0x000008, "Wrong alignment on UABL_Enemy_ClimbLadder_DismountTop1_C"); \ static_assert(sizeof(UABL_Enemy_ClimbLadder_DismountTop1_C) == 0x0000D0, "Wrong size on UABL_Enemy_ClimbLadder_DismountTop1_C"); \ static_assert(offsetof(UABL_Enemy_ClimbLadder_DismountTop1_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_ClimbLadder_DismountTop1_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp \ static_assert(alignof(BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp) == 0x000008, "Wrong alignment on BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp"); \ static_assert(sizeof(BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp) == 0x000040, "Wrong size on BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp"); \ static_assert(offsetof(BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp, EntryPoint) == 0x000000, "Member 'BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp, K2Node_Event_EndPlayReason) == 0x000010, "Member 'BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp, CallFunc_GetOwner_ReturnValue_1) == 0x000020, "Member 'BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000030, "Member 'BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp, CallFunc_IsValid_ReturnValue_1) == 0x000038, "Member 'BP_LeviosoReactionComp_C_ExecuteUbergraph_BP_LeviosoReactionComp::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LeviosoReactionComp_C_ReceiveEndPlay \ static_assert(alignof(BP_LeviosoReactionComp_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_LeviosoReactionComp_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_LeviosoReactionComp_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_LeviosoReactionComp_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_LeviosoReactionComp_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_LeviosoReactionComp_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_LeviosoReactionComp_C \ static_assert(alignof(UBP_LeviosoReactionComp_C) == 0x000008, "Wrong alignment on UBP_LeviosoReactionComp_C"); \ static_assert(sizeof(UBP_LeviosoReactionComp_C) == 0x0000E0, "Wrong size on UBP_LeviosoReactionComp_C"); \ static_assert(offsetof(UBP_LeviosoReactionComp_C, UberGraphFrame) == 0x0000D0, "Member 'UBP_LeviosoReactionComp_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_LeviosoReactionComp_C, Original_Gravity_Scale) == 0x0000D8, "Member 'UBP_LeviosoReactionComp_C::Original_Gravity_Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath \ static_assert(alignof(ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath) == 0x000008, "Wrong alignment on ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath"); \ static_assert(sizeof(ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath) == 0x000040, "Wrong size on ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath, EntryPoint) == 0x000000, "Member 'ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath, K2Node_Event_Context) == 0x000008, "Member 'ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath, CallFunc_GetSelfActor_ReturnValue_1) == 0x000028, "Member 'ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath, K2Node_Event_Context_1) == 0x000030, "Member 'ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath, CallFunc_GetSelfActor_ReturnValue_2) == 0x000038, "Member 'ABL_Chicken_TransfigSpawnNoDeath_C_ExecuteUbergraph_ABL_Chicken_TransfigSpawnNoDeath::CallFunc_GetSelfActor_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityBranch \ static_assert(alignof(ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityEnd \ static_assert(alignof(ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_Chicken_TransfigSpawnNoDeath_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Chicken_TransfigSpawnNoDeath_C \ static_assert(alignof(UABL_Chicken_TransfigSpawnNoDeath_C) == 0x000008, "Wrong alignment on UABL_Chicken_TransfigSpawnNoDeath_C"); \ static_assert(sizeof(UABL_Chicken_TransfigSpawnNoDeath_C) == 0x0000D0, "Wrong size on UABL_Chicken_TransfigSpawnNoDeath_C"); \ static_assert(offsetof(UABL_Chicken_TransfigSpawnNoDeath_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Chicken_TransfigSpawnNoDeath_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd \ static_assert(alignof(ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd) == 0x000008, "Wrong alignment on ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd"); \ static_assert(sizeof(ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd) == 0x000038, "Wrong size on ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd, K2Node_Event_Context) == 0x000008, "Member 'ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd, K2Node_DynamicCast_AsNPC_Character) == 0x000020, "Member 'ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd, CallFunc_GetNpcCapsuleComponent_ReturnValue) == 0x000030, "Member 'ABL_NpcReact_WoundedKneelEnd_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelEnd::CallFunc_GetNpcCapsuleComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_WoundedKneelEnd_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_WoundedKneelEnd_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_WoundedKneelEnd_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_WoundedKneelEnd_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_WoundedKneelEnd_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelEnd_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_WoundedKneelEnd_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_WoundedKneelEnd_C \ static_assert(alignof(UABL_NpcReact_WoundedKneelEnd_C) == 0x000008, "Wrong alignment on UABL_NpcReact_WoundedKneelEnd_C"); \ static_assert(sizeof(UABL_NpcReact_WoundedKneelEnd_C) == 0x0000E8, "Wrong size on UABL_NpcReact_WoundedKneelEnd_C"); \ static_assert(offsetof(UABL_NpcReact_WoundedKneelEnd_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_WoundedKneelEnd_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BounceWallPopup_S_C_ExecuteUbergraph_ABL_NpcReact_BounceWallPopup_S \ static_assert(alignof(ABL_NpcReact_BounceWallPopup_S_C_ExecuteUbergraph_ABL_NpcReact_BounceWallPopup_S) == 0x000008, "Wrong alignment on ABL_NpcReact_BounceWallPopup_S_C_ExecuteUbergraph_ABL_NpcReact_BounceWallPopup_S"); \ static_assert(sizeof(ABL_NpcReact_BounceWallPopup_S_C_ExecuteUbergraph_ABL_NpcReact_BounceWallPopup_S) == 0x000030, "Wrong size on ABL_NpcReact_BounceWallPopup_S_C_ExecuteUbergraph_ABL_NpcReact_BounceWallPopup_S"); \ static_assert(offsetof(ABL_NpcReact_BounceWallPopup_S_C_ExecuteUbergraph_ABL_NpcReact_BounceWallPopup_S, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_BounceWallPopup_S_C_ExecuteUbergraph_ABL_NpcReact_BounceWallPopup_S::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BounceWallPopup_S_C_ExecuteUbergraph_ABL_NpcReact_BounceWallPopup_S, K2Node_Event_Context) == 0x000008, "Member 'ABL_NpcReact_BounceWallPopup_S_C_ExecuteUbergraph_ABL_NpcReact_BounceWallPopup_S::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BounceWallPopup_S_C_ExecuteUbergraph_ABL_NpcReact_BounceWallPopup_S, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NpcReact_BounceWallPopup_S_C_ExecuteUbergraph_ABL_NpcReact_BounceWallPopup_S::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BounceWallPopup_S_C_ExecuteUbergraph_ABL_NpcReact_BounceWallPopup_S, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NpcReact_BounceWallPopup_S_C_ExecuteUbergraph_ABL_NpcReact_BounceWallPopup_S::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BounceWallPopup_S_C_ExecuteUbergraph_ABL_NpcReact_BounceWallPopup_S, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NpcReact_BounceWallPopup_S_C_ExecuteUbergraph_ABL_NpcReact_BounceWallPopup_S::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BounceWallPopup_S_C_ExecuteUbergraph_ABL_NpcReact_BounceWallPopup_S, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_NpcReact_BounceWallPopup_S_C_ExecuteUbergraph_ABL_NpcReact_BounceWallPopup_S::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BounceWallPopup_S_C_OnAbilityBranch \ static_assert(alignof(ABL_NpcReact_BounceWallPopup_S_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NpcReact_BounceWallPopup_S_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NpcReact_BounceWallPopup_S_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NpcReact_BounceWallPopup_S_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NpcReact_BounceWallPopup_S_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NpcReact_BounceWallPopup_S_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BounceWallPopup_S_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NpcReact_BounceWallPopup_S_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BounceWallPopup_S_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NpcReact_BounceWallPopup_S_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NpcReact_BounceWallPopup_S_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NpcReact_BounceWallPopup_S_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NpcReact_BounceWallPopup_S_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NpcReact_BounceWallPopup_S_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NpcReact_BounceWallPopup_S_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BounceWallPopup_S_C_OnAbilityEnd \ static_assert(alignof(ABL_NpcReact_BounceWallPopup_S_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NpcReact_BounceWallPopup_S_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NpcReact_BounceWallPopup_S_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NpcReact_BounceWallPopup_S_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NpcReact_BounceWallPopup_S_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NpcReact_BounceWallPopup_S_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BounceWallPopup_S_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_BounceWallPopup_S_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_BounceWallPopup_S_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_BounceWallPopup_S_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_BounceWallPopup_S_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_BounceWallPopup_S_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_BounceWallPopup_S_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_BounceWallPopup_S_C \ static_assert(alignof(UABL_NpcReact_BounceWallPopup_S_C) == 0x000008, "Wrong alignment on UABL_NpcReact_BounceWallPopup_S_C"); \ static_assert(sizeof(UABL_NpcReact_BounceWallPopup_S_C) == 0x0000F0, "Wrong size on UABL_NpcReact_BounceWallPopup_S_C"); \ static_assert(offsetof(UABL_NpcReact_BounceWallPopup_S_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_BounceWallPopup_S_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NpcReact_BounceWallPopup_S_C, TempCharRef) == 0x0000E8, "Member 'UABL_NpcReact_BounceWallPopup_S_C::TempCharRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Spawn_C \ static_assert(alignof(UABL_Enemy_Spawn_C) == 0x000008, "Wrong alignment on UABL_Enemy_Spawn_C"); \ static_assert(sizeof(UABL_Enemy_Spawn_C) == 0x0000C8, "Wrong size on UABL_Enemy_Spawn_C"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_PetrificusFinisherNoDeath_C_OnCustomEvent \ static_assert(alignof(ABL_RCT_NPC_PetrificusFinisherNoDeath_C_OnCustomEvent) == 0x000008, "Wrong alignment on ABL_RCT_NPC_PetrificusFinisherNoDeath_C_OnCustomEvent"); \ static_assert(sizeof(ABL_RCT_NPC_PetrificusFinisherNoDeath_C_OnCustomEvent) == 0x000018, "Wrong size on ABL_RCT_NPC_PetrificusFinisherNoDeath_C_OnCustomEvent"); \ static_assert(offsetof(ABL_RCT_NPC_PetrificusFinisherNoDeath_C_OnCustomEvent, Context) == 0x000000, "Member 'ABL_RCT_NPC_PetrificusFinisherNoDeath_C_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_PetrificusFinisherNoDeath_C_OnCustomEvent, EventName) == 0x000008, "Member 'ABL_RCT_NPC_PetrificusFinisherNoDeath_C_OnCustomEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_PetrificusFinisherNoDeath_C_OnCustomEvent, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_RCT_NPC_PetrificusFinisherNoDeath_C_OnCustomEvent::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_PetrificusFinisherNoDeath_C \ static_assert(alignof(UABL_RCT_NPC_PetrificusFinisherNoDeath_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_PetrificusFinisherNoDeath_C"); \ static_assert(sizeof(UABL_RCT_NPC_PetrificusFinisherNoDeath_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_PetrificusFinisherNoDeath_C"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Shuffle_C_OnGetBranchAbility \ static_assert(alignof(ABL_Enemy_Shuffle_C_OnGetBranchAbility) == 0x000008, "Wrong alignment on ABL_Enemy_Shuffle_C_OnGetBranchAbility"); \ static_assert(sizeof(ABL_Enemy_Shuffle_C_OnGetBranchAbility) == 0x000030, "Wrong size on ABL_Enemy_Shuffle_C_OnGetBranchAbility"); \ static_assert(offsetof(ABL_Enemy_Shuffle_C_OnGetBranchAbility, Context) == 0x000000, "Member 'ABL_Enemy_Shuffle_C_OnGetBranchAbility::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Shuffle_C_OnGetBranchAbility, EventName) == 0x000008, "Member 'ABL_Enemy_Shuffle_C_OnGetBranchAbility::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Shuffle_C_OnGetBranchAbility, ReturnValue) == 0x000010, "Member 'ABL_Enemy_Shuffle_C_OnGetBranchAbility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Shuffle_C_OnGetBranchAbility, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Enemy_Shuffle_C_OnGetBranchAbility::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Shuffle_C_OnGetBranchAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'ABL_Enemy_Shuffle_C_OnGetBranchAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Shuffle_C_OnGetBranchAbility, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'ABL_Enemy_Shuffle_C_OnGetBranchAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Shuffle_C \ static_assert(alignof(UABL_Enemy_Shuffle_C) == 0x000008, "Wrong alignment on UABL_Enemy_Shuffle_C"); \ static_assert(sizeof(UABL_Enemy_Shuffle_C) == 0x0000D0, "Wrong size on UABL_Enemy_Shuffle_C"); \ static_assert(offsetof(UABL_Enemy_Shuffle_C, NewVar_0) == 0x0000C8, "Member 'UABL_Enemy_Shuffle_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_ClimbLadder_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder \ static_assert(alignof(ABL_Enemy_ClimbLadder_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder) == 0x000008, "Wrong alignment on ABL_Enemy_ClimbLadder_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder"); \ static_assert(sizeof(ABL_Enemy_ClimbLadder_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder) == 0x000018, "Wrong size on ABL_Enemy_ClimbLadder_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder, EntryPoint) == 0x000000, "Member 'ABL_Enemy_ClimbLadder_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_ClimbLadder_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Enemy_ClimbLadder_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_ClimbLadder_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_ClimbLadder_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_ClimbLadder_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_ClimbLadder_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_ClimbLadder_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_ClimbLadder_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_ClimbLadder_C \ static_assert(alignof(UABL_Enemy_ClimbLadder_C) == 0x000008, "Wrong alignment on UABL_Enemy_ClimbLadder_C"); \ static_assert(sizeof(UABL_Enemy_ClimbLadder_C) == 0x0000D0, "Wrong size on UABL_Enemy_ClimbLadder_C"); \ static_assert(offsetof(UABL_Enemy_ClimbLadder_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_ClimbLadder_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_ExpelliarmusFinisher_C_OnCustomEvent \ static_assert(alignof(ABL_RCT_NPC_ExpelliarmusFinisher_C_OnCustomEvent) == 0x000008, "Wrong alignment on ABL_RCT_NPC_ExpelliarmusFinisher_C_OnCustomEvent"); \ static_assert(sizeof(ABL_RCT_NPC_ExpelliarmusFinisher_C_OnCustomEvent) == 0x000018, "Wrong size on ABL_RCT_NPC_ExpelliarmusFinisher_C_OnCustomEvent"); \ static_assert(offsetof(ABL_RCT_NPC_ExpelliarmusFinisher_C_OnCustomEvent, Context) == 0x000000, "Member 'ABL_RCT_NPC_ExpelliarmusFinisher_C_OnCustomEvent::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_ExpelliarmusFinisher_C_OnCustomEvent, EventName) == 0x000008, "Member 'ABL_RCT_NPC_ExpelliarmusFinisher_C_OnCustomEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_ExpelliarmusFinisher_C_OnCustomEvent, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_RCT_NPC_ExpelliarmusFinisher_C_OnCustomEvent::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_ExpelliarmusFinisher_C \ static_assert(alignof(UABL_RCT_NPC_ExpelliarmusFinisher_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_ExpelliarmusFinisher_C"); \ static_assert(sizeof(UABL_RCT_NPC_ExpelliarmusFinisher_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_ExpelliarmusFinisher_C"); \ #define DUMPER7_ASSERTS_ABL_EnemyMove_SplineLoop_C_ExecuteUbergraph_ABL_EnemyMove_SplineLoop \ static_assert(alignof(ABL_EnemyMove_SplineLoop_C_ExecuteUbergraph_ABL_EnemyMove_SplineLoop) == 0x000008, "Wrong alignment on ABL_EnemyMove_SplineLoop_C_ExecuteUbergraph_ABL_EnemyMove_SplineLoop"); \ static_assert(sizeof(ABL_EnemyMove_SplineLoop_C_ExecuteUbergraph_ABL_EnemyMove_SplineLoop) == 0x000010, "Wrong size on ABL_EnemyMove_SplineLoop_C_ExecuteUbergraph_ABL_EnemyMove_SplineLoop"); \ static_assert(offsetof(ABL_EnemyMove_SplineLoop_C_ExecuteUbergraph_ABL_EnemyMove_SplineLoop, EntryPoint) == 0x000000, "Member 'ABL_EnemyMove_SplineLoop_C_ExecuteUbergraph_ABL_EnemyMove_SplineLoop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_EnemyMove_SplineLoop_C_ExecuteUbergraph_ABL_EnemyMove_SplineLoop, K2Node_Event_Context) == 0x000008, "Member 'ABL_EnemyMove_SplineLoop_C_ExecuteUbergraph_ABL_EnemyMove_SplineLoop::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_EnemyMove_SplineLoop_C_OnAbilityInterrupt \ static_assert(alignof(ABL_EnemyMove_SplineLoop_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_EnemyMove_SplineLoop_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_EnemyMove_SplineLoop_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_EnemyMove_SplineLoop_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_EnemyMove_SplineLoop_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_EnemyMove_SplineLoop_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_EnemyMove_SplineLoop_C_OnGetBranchAbility \ static_assert(alignof(ABL_EnemyMove_SplineLoop_C_OnGetBranchAbility) == 0x000008, "Wrong alignment on ABL_EnemyMove_SplineLoop_C_OnGetBranchAbility"); \ static_assert(sizeof(ABL_EnemyMove_SplineLoop_C_OnGetBranchAbility) == 0x000018, "Wrong size on ABL_EnemyMove_SplineLoop_C_OnGetBranchAbility"); \ static_assert(offsetof(ABL_EnemyMove_SplineLoop_C_OnGetBranchAbility, Context) == 0x000000, "Member 'ABL_EnemyMove_SplineLoop_C_OnGetBranchAbility::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_EnemyMove_SplineLoop_C_OnGetBranchAbility, EventName) == 0x000008, "Member 'ABL_EnemyMove_SplineLoop_C_OnGetBranchAbility::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_EnemyMove_SplineLoop_C_OnGetBranchAbility, ReturnValue) == 0x000010, "Member 'ABL_EnemyMove_SplineLoop_C_OnGetBranchAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_EnemyMove_SplineLoop_C \ static_assert(alignof(UABL_EnemyMove_SplineLoop_C) == 0x000008, "Wrong alignment on UABL_EnemyMove_SplineLoop_C"); \ static_assert(sizeof(UABL_EnemyMove_SplineLoop_C) == 0x0000D8, "Wrong size on UABL_EnemyMove_SplineLoop_C"); \ static_assert(offsetof(UABL_EnemyMove_SplineLoop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_EnemyMove_SplineLoop_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_EnemyMove_SplineLoop_C, NewVar_0) == 0x0000D0, "Member 'UABL_EnemyMove_SplineLoop_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_DeathTaunt_C_ExecuteUbergraph_ABL_Enemy_DeathTaunt \ static_assert(alignof(ABL_Enemy_DeathTaunt_C_ExecuteUbergraph_ABL_Enemy_DeathTaunt) == 0x000008, "Wrong alignment on ABL_Enemy_DeathTaunt_C_ExecuteUbergraph_ABL_Enemy_DeathTaunt"); \ static_assert(sizeof(ABL_Enemy_DeathTaunt_C_ExecuteUbergraph_ABL_Enemy_DeathTaunt) == 0x000010, "Wrong size on ABL_Enemy_DeathTaunt_C_ExecuteUbergraph_ABL_Enemy_DeathTaunt"); \ static_assert(offsetof(ABL_Enemy_DeathTaunt_C_ExecuteUbergraph_ABL_Enemy_DeathTaunt, EntryPoint) == 0x000000, "Member 'ABL_Enemy_DeathTaunt_C_ExecuteUbergraph_ABL_Enemy_DeathTaunt::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_DeathTaunt_C_ExecuteUbergraph_ABL_Enemy_DeathTaunt, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_DeathTaunt_C_ExecuteUbergraph_ABL_Enemy_DeathTaunt::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_DeathTaunt_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_DeathTaunt_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_DeathTaunt_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_DeathTaunt_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_DeathTaunt_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_DeathTaunt_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_DeathTaunt_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_DeathTaunt_C \ static_assert(alignof(UABL_Enemy_DeathTaunt_C) == 0x000008, "Wrong alignment on UABL_Enemy_DeathTaunt_C"); \ static_assert(sizeof(UABL_Enemy_DeathTaunt_C) == 0x0000D0, "Wrong size on UABL_Enemy_DeathTaunt_C"); \ static_assert(offsetof(UABL_Enemy_DeathTaunt_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_DeathTaunt_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Investigate_Stop_C \ static_assert(alignof(UABL_Enemy_Investigate_Stop_C) == 0x000008, "Wrong alignment on UABL_Enemy_Investigate_Stop_C"); \ static_assert(sizeof(UABL_Enemy_Investigate_Stop_C) == 0x0000C8, "Wrong size on UABL_Enemy_Investigate_Stop_C"); \ #define DUMPER7_ASSERTS_ABL_Enemy_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_Enemy_JumpLandSoft2Idle \ static_assert(alignof(ABL_Enemy_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_Enemy_JumpLandSoft2Idle) == 0x000008, "Wrong alignment on ABL_Enemy_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_Enemy_JumpLandSoft2Idle"); \ static_assert(sizeof(ABL_Enemy_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_Enemy_JumpLandSoft2Idle) == 0x000010, "Wrong size on ABL_Enemy_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_Enemy_JumpLandSoft2Idle"); \ static_assert(offsetof(ABL_Enemy_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_Enemy_JumpLandSoft2Idle, EntryPoint) == 0x000000, "Member 'ABL_Enemy_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_Enemy_JumpLandSoft2Idle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_Enemy_JumpLandSoft2Idle, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_JumpLandSoft2Idle_C_ExecuteUbergraph_ABL_Enemy_JumpLandSoft2Idle::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_JumpLandSoft2Idle_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_JumpLandSoft2Idle_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_JumpLandSoft2Idle_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_JumpLandSoft2Idle_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_JumpLandSoft2Idle_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_JumpLandSoft2Idle_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_JumpLandSoft2Idle_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_JumpLandSoft2Idle_C \ static_assert(alignof(UABL_Enemy_JumpLandSoft2Idle_C) == 0x000008, "Wrong alignment on UABL_Enemy_JumpLandSoft2Idle_C"); \ static_assert(sizeof(UABL_Enemy_JumpLandSoft2Idle_C) == 0x0000D0, "Wrong size on UABL_Enemy_JumpLandSoft2Idle_C"); \ static_assert(offsetof(UABL_Enemy_JumpLandSoft2Idle_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_JumpLandSoft2Idle_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_HitFaceImpactStart_C \ static_assert(alignof(UABL_NpcReact_HitFaceImpactStart_C) == 0x000008, "Wrong alignment on UABL_NpcReact_HitFaceImpactStart_C"); \ static_assert(sizeof(UABL_NpcReact_HitFaceImpactStart_C) == 0x0000E0, "Wrong size on UABL_NpcReact_HitFaceImpactStart_C"); \ #define DUMPER7_ASSERTS_UABL_RCT_DGBG_Getup_BellyUp_C \ static_assert(alignof(UABL_RCT_DGBG_Getup_BellyUp_C) == 0x000008, "Wrong alignment on UABL_RCT_DGBG_Getup_BellyUp_C"); \ static_assert(sizeof(UABL_RCT_DGBG_Getup_BellyUp_C) == 0x0000E0, "Wrong size on UABL_RCT_DGBG_Getup_BellyUp_C"); \ #define DUMPER7_ASSERTS_ABL_Scheduled_MoveStop_C_ExecuteUbergraph_ABL_Scheduled_MoveStop \ static_assert(alignof(ABL_Scheduled_MoveStop_C_ExecuteUbergraph_ABL_Scheduled_MoveStop) == 0x000008, "Wrong alignment on ABL_Scheduled_MoveStop_C_ExecuteUbergraph_ABL_Scheduled_MoveStop"); \ static_assert(sizeof(ABL_Scheduled_MoveStop_C_ExecuteUbergraph_ABL_Scheduled_MoveStop) == 0x000010, "Wrong size on ABL_Scheduled_MoveStop_C_ExecuteUbergraph_ABL_Scheduled_MoveStop"); \ static_assert(offsetof(ABL_Scheduled_MoveStop_C_ExecuteUbergraph_ABL_Scheduled_MoveStop, EntryPoint) == 0x000000, "Member 'ABL_Scheduled_MoveStop_C_ExecuteUbergraph_ABL_Scheduled_MoveStop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Scheduled_MoveStop_C_ExecuteUbergraph_ABL_Scheduled_MoveStop, K2Node_Event_Context) == 0x000008, "Member 'ABL_Scheduled_MoveStop_C_ExecuteUbergraph_ABL_Scheduled_MoveStop::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Scheduled_MoveStop_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Scheduled_MoveStop_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Scheduled_MoveStop_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Scheduled_MoveStop_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Scheduled_MoveStop_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Scheduled_MoveStop_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Scheduled_MoveStop_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Scheduled_MoveStop_C \ static_assert(alignof(UABL_Scheduled_MoveStop_C) == 0x000008, "Wrong alignment on UABL_Scheduled_MoveStop_C"); \ static_assert(sizeof(UABL_Scheduled_MoveStop_C) == 0x0000D0, "Wrong size on UABL_Scheduled_MoveStop_C"); \ static_assert(offsetof(UABL_Scheduled_MoveStop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Scheduled_MoveStop_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Crouch_Move_Loop_C \ static_assert(alignof(UABL_Enemy_Crouch_Move_Loop_C) == 0x000008, "Wrong alignment on UABL_Enemy_Crouch_Move_Loop_C"); \ static_assert(sizeof(UABL_Enemy_Crouch_Move_Loop_C) == 0x0000C8, "Wrong size on UABL_Enemy_Crouch_Move_Loop_C"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_StumbleDazed_Imperio_StartLoop_C \ static_assert(alignof(UABL_NPC_RCT_StumbleDazed_Imperio_StartLoop_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_StumbleDazed_Imperio_StartLoop_C"); \ static_assert(sizeof(UABL_NPC_RCT_StumbleDazed_Imperio_StartLoop_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_StumbleDazed_Imperio_StartLoop_C"); \ #define DUMPER7_ASSERTS_ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd \ static_assert(alignof(ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd) == 0x000008, "Wrong alignment on ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd"); \ static_assert(sizeof(ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd) == 0x000070, "Wrong size on ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd"); \ static_assert(offsetof(ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd, EntryPoint) == 0x000000, "Member 'ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd, K2Node_Event_Context) == 0x000008, "Member 'ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_StudentLumosEnd_C_ExecuteUbergraph_ABL_StudentLumosEnd::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_StudentLumosEnd_C_OnAbilityBranch \ static_assert(alignof(ABL_StudentLumosEnd_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_StudentLumosEnd_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_StudentLumosEnd_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_StudentLumosEnd_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_StudentLumosEnd_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_StudentLumosEnd_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosEnd_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_StudentLumosEnd_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_StudentLumosEnd_C_OnAbilityStart \ static_assert(alignof(ABL_StudentLumosEnd_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_StudentLumosEnd_C_OnAbilityStart"); \ static_assert(sizeof(ABL_StudentLumosEnd_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_StudentLumosEnd_C_OnAbilityStart"); \ static_assert(offsetof(ABL_StudentLumosEnd_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_StudentLumosEnd_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_StudentLumosEnd_C \ static_assert(alignof(UABL_StudentLumosEnd_C) == 0x000008, "Wrong alignment on UABL_StudentLumosEnd_C"); \ static_assert(sizeof(UABL_StudentLumosEnd_C) == 0x0000D0, "Wrong size on UABL_StudentLumosEnd_C"); \ static_assert(offsetof(UABL_StudentLumosEnd_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_StudentLumosEnd_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_ShrinkAndSquish_C_ExecuteUbergraph_ABL_RCT_NPC_ShrinkAndSquish \ static_assert(alignof(ABL_RCT_NPC_ShrinkAndSquish_C_ExecuteUbergraph_ABL_RCT_NPC_ShrinkAndSquish) == 0x000008, "Wrong alignment on ABL_RCT_NPC_ShrinkAndSquish_C_ExecuteUbergraph_ABL_RCT_NPC_ShrinkAndSquish"); \ static_assert(sizeof(ABL_RCT_NPC_ShrinkAndSquish_C_ExecuteUbergraph_ABL_RCT_NPC_ShrinkAndSquish) == 0x000028, "Wrong size on ABL_RCT_NPC_ShrinkAndSquish_C_ExecuteUbergraph_ABL_RCT_NPC_ShrinkAndSquish"); \ static_assert(offsetof(ABL_RCT_NPC_ShrinkAndSquish_C_ExecuteUbergraph_ABL_RCT_NPC_ShrinkAndSquish, EntryPoint) == 0x000000, "Member 'ABL_RCT_NPC_ShrinkAndSquish_C_ExecuteUbergraph_ABL_RCT_NPC_ShrinkAndSquish::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_ShrinkAndSquish_C_ExecuteUbergraph_ABL_RCT_NPC_ShrinkAndSquish, K2Node_Event_Context) == 0x000008, "Member 'ABL_RCT_NPC_ShrinkAndSquish_C_ExecuteUbergraph_ABL_RCT_NPC_ShrinkAndSquish::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_ShrinkAndSquish_C_ExecuteUbergraph_ABL_RCT_NPC_ShrinkAndSquish, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_RCT_NPC_ShrinkAndSquish_C_ExecuteUbergraph_ABL_RCT_NPC_ShrinkAndSquish::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_ShrinkAndSquish_C_ExecuteUbergraph_ABL_RCT_NPC_ShrinkAndSquish, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000018, "Member 'ABL_RCT_NPC_ShrinkAndSquish_C_ExecuteUbergraph_ABL_RCT_NPC_ShrinkAndSquish::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_ShrinkAndSquish_C_ExecuteUbergraph_ABL_RCT_NPC_ShrinkAndSquish, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'ABL_RCT_NPC_ShrinkAndSquish_C_ExecuteUbergraph_ABL_RCT_NPC_ShrinkAndSquish::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_ShrinkAndSquish_C_OnAbilityStart \ static_assert(alignof(ABL_RCT_NPC_ShrinkAndSquish_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_RCT_NPC_ShrinkAndSquish_C_OnAbilityStart"); \ static_assert(sizeof(ABL_RCT_NPC_ShrinkAndSquish_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_RCT_NPC_ShrinkAndSquish_C_OnAbilityStart"); \ static_assert(offsetof(ABL_RCT_NPC_ShrinkAndSquish_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_RCT_NPC_ShrinkAndSquish_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_ShrinkAndSquish_C \ static_assert(alignof(UABL_RCT_NPC_ShrinkAndSquish_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_ShrinkAndSquish_C"); \ static_assert(sizeof(UABL_RCT_NPC_ShrinkAndSquish_C) == 0x0000E8, "Wrong size on UABL_RCT_NPC_ShrinkAndSquish_C"); \ static_assert(offsetof(UABL_RCT_NPC_ShrinkAndSquish_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_RCT_NPC_ShrinkAndSquish_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Taunt_C_ExecuteUbergraph_ABL_Enemy_Taunt \ static_assert(alignof(ABL_Enemy_Taunt_C_ExecuteUbergraph_ABL_Enemy_Taunt) == 0x000008, "Wrong alignment on ABL_Enemy_Taunt_C_ExecuteUbergraph_ABL_Enemy_Taunt"); \ static_assert(sizeof(ABL_Enemy_Taunt_C_ExecuteUbergraph_ABL_Enemy_Taunt) == 0x000020, "Wrong size on ABL_Enemy_Taunt_C_ExecuteUbergraph_ABL_Enemy_Taunt"); \ static_assert(offsetof(ABL_Enemy_Taunt_C_ExecuteUbergraph_ABL_Enemy_Taunt, EntryPoint) == 0x000000, "Member 'ABL_Enemy_Taunt_C_ExecuteUbergraph_ABL_Enemy_Taunt::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Taunt_C_ExecuteUbergraph_ABL_Enemy_Taunt, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_Taunt_C_ExecuteUbergraph_ABL_Enemy_Taunt::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Taunt_C_ExecuteUbergraph_ABL_Enemy_Taunt, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Enemy_Taunt_C_ExecuteUbergraph_ABL_Enemy_Taunt::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Taunt_C_ExecuteUbergraph_ABL_Enemy_Taunt, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_Enemy_Taunt_C_ExecuteUbergraph_ABL_Enemy_Taunt::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Taunt_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_Taunt_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_Taunt_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_Taunt_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_Taunt_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_Taunt_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_Taunt_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Taunt_C \ static_assert(alignof(UABL_Enemy_Taunt_C) == 0x000008, "Wrong alignment on UABL_Enemy_Taunt_C"); \ static_assert(sizeof(UABL_Enemy_Taunt_C) == 0x0000D0, "Wrong size on UABL_Enemy_Taunt_C"); \ static_assert(offsetof(UABL_Enemy_Taunt_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_Taunt_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_ConfrigoStartLEDEffect_C \ static_assert(alignof(UBP_ConfrigoStartLEDEffect_C) == 0x000008, "Wrong alignment on UBP_ConfrigoStartLEDEffect_C"); \ static_assert(sizeof(UBP_ConfrigoStartLEDEffect_C) == 0x000048, "Wrong size on UBP_ConfrigoStartLEDEffect_C"); \ #define DUMPER7_ASSERTS_ABL_Enemy_ClimbLadder_Down_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Down \ static_assert(alignof(ABL_Enemy_ClimbLadder_Down_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Down) == 0x000008, "Wrong alignment on ABL_Enemy_ClimbLadder_Down_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Down"); \ static_assert(sizeof(ABL_Enemy_ClimbLadder_Down_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Down) == 0x000010, "Wrong size on ABL_Enemy_ClimbLadder_Down_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Down"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_Down_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Down, EntryPoint) == 0x000000, "Member 'ABL_Enemy_ClimbLadder_Down_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Down::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_Down_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Down, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_ClimbLadder_Down_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Down::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_ClimbLadder_Down_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_ClimbLadder_Down_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_ClimbLadder_Down_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_ClimbLadder_Down_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_ClimbLadder_Down_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_Down_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_ClimbLadder_Down_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_ClimbLadder_Down_C \ static_assert(alignof(UABL_Enemy_ClimbLadder_Down_C) == 0x000008, "Wrong alignment on UABL_Enemy_ClimbLadder_Down_C"); \ static_assert(sizeof(UABL_Enemy_ClimbLadder_Down_C) == 0x0000D0, "Wrong size on UABL_Enemy_ClimbLadder_Down_C"); \ static_assert(offsetof(UABL_Enemy_ClimbLadder_Down_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_ClimbLadder_Down_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HebrideanBlack_C_ExecuteUbergraph_ABP_HebrideanBlack \ static_assert(alignof(ABP_HebrideanBlack_C_ExecuteUbergraph_ABP_HebrideanBlack) == 0x000004, "Wrong alignment on ABP_HebrideanBlack_C_ExecuteUbergraph_ABP_HebrideanBlack"); \ static_assert(sizeof(ABP_HebrideanBlack_C_ExecuteUbergraph_ABP_HebrideanBlack) == 0x000004, "Wrong size on ABP_HebrideanBlack_C_ExecuteUbergraph_ABP_HebrideanBlack"); \ static_assert(offsetof(ABP_HebrideanBlack_C_ExecuteUbergraph_ABP_HebrideanBlack, EntryPoint) == 0x000000, "Member 'ABP_HebrideanBlack_C_ExecuteUbergraph_ABP_HebrideanBlack::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HebrideanBlack_C_AnimGraph \ static_assert(alignof(ABP_HebrideanBlack_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_HebrideanBlack_C_AnimGraph"); \ static_assert(sizeof(ABP_HebrideanBlack_C_AnimGraph) == 0x000020, "Wrong size on ABP_HebrideanBlack_C_AnimGraph"); \ static_assert(offsetof(ABP_HebrideanBlack_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_HebrideanBlack_C_AnimGraph::InPose' has a wrong offset!"); \ static_assert(offsetof(ABP_HebrideanBlack_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_HebrideanBlack_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_HebrideanBlack_C \ static_assert(alignof(UABP_HebrideanBlack_C) == 0x000010, "Wrong alignment on UABP_HebrideanBlack_C"); \ static_assert(sizeof(UABP_HebrideanBlack_C) == 0x001060, "Wrong size on UABP_HebrideanBlack_C"); \ static_assert(offsetof(UABP_HebrideanBlack_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_HebrideanBlack_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_HebrideanBlack_C, AnimGraphNode_Root) == 0x0002C8, "Member 'UABP_HebrideanBlack_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_HebrideanBlack_C, AnimGraphNode_LinkedInputPose) == 0x0002F8, "Member 'UABP_HebrideanBlack_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ static_assert(offsetof(UABP_HebrideanBlack_C, AnimGraphNode_BoneDrivenController_10) == 0x000410, "Member 'UABP_HebrideanBlack_C::AnimGraphNode_BoneDrivenController_10' has a wrong offset!"); \ static_assert(offsetof(UABP_HebrideanBlack_C, AnimGraphNode_LocalToComponentSpace) == 0x000528, "Member 'UABP_HebrideanBlack_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_HebrideanBlack_C, AnimGraphNode_ComponentToLocalSpace) == 0x000548, "Member 'UABP_HebrideanBlack_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_HebrideanBlack_C, AnimGraphNode_BoneDrivenController_9) == 0x000568, "Member 'UABP_HebrideanBlack_C::AnimGraphNode_BoneDrivenController_9' has a wrong offset!"); \ static_assert(offsetof(UABP_HebrideanBlack_C, AnimGraphNode_BoneDrivenController_8) == 0x000680, "Member 'UABP_HebrideanBlack_C::AnimGraphNode_BoneDrivenController_8' has a wrong offset!"); \ static_assert(offsetof(UABP_HebrideanBlack_C, AnimGraphNode_BoneDrivenController_7) == 0x000798, "Member 'UABP_HebrideanBlack_C::AnimGraphNode_BoneDrivenController_7' has a wrong offset!"); \ static_assert(offsetof(UABP_HebrideanBlack_C, AnimGraphNode_BoneDrivenController_6) == 0x0008B0, "Member 'UABP_HebrideanBlack_C::AnimGraphNode_BoneDrivenController_6' has a wrong offset!"); \ static_assert(offsetof(UABP_HebrideanBlack_C, AnimGraphNode_BoneDrivenController_5) == 0x0009C8, "Member 'UABP_HebrideanBlack_C::AnimGraphNode_BoneDrivenController_5' has a wrong offset!"); \ static_assert(offsetof(UABP_HebrideanBlack_C, AnimGraphNode_BoneDrivenController_4) == 0x000AE0, "Member 'UABP_HebrideanBlack_C::AnimGraphNode_BoneDrivenController_4' has a wrong offset!"); \ static_assert(offsetof(UABP_HebrideanBlack_C, AnimGraphNode_BoneDrivenController_3) == 0x000BF8, "Member 'UABP_HebrideanBlack_C::AnimGraphNode_BoneDrivenController_3' has a wrong offset!"); \ static_assert(offsetof(UABP_HebrideanBlack_C, AnimGraphNode_BoneDrivenController_2) == 0x000D10, "Member 'UABP_HebrideanBlack_C::AnimGraphNode_BoneDrivenController_2' has a wrong offset!"); \ static_assert(offsetof(UABP_HebrideanBlack_C, AnimGraphNode_BoneDrivenController_1) == 0x000E28, "Member 'UABP_HebrideanBlack_C::AnimGraphNode_BoneDrivenController_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HebrideanBlack_C, AnimGraphNode_BoneDrivenController) == 0x000F40, "Member 'UABP_HebrideanBlack_C::AnimGraphNode_BoneDrivenController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_ClimbLadder_Up_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Up \ static_assert(alignof(ABL_Enemy_ClimbLadder_Up_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Up) == 0x000008, "Wrong alignment on ABL_Enemy_ClimbLadder_Up_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Up"); \ static_assert(sizeof(ABL_Enemy_ClimbLadder_Up_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Up) == 0x000010, "Wrong size on ABL_Enemy_ClimbLadder_Up_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Up"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_Up_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Up, EntryPoint) == 0x000000, "Member 'ABL_Enemy_ClimbLadder_Up_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Up::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_Up_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Up, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_ClimbLadder_Up_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_Up::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_ClimbLadder_Up_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_ClimbLadder_Up_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_ClimbLadder_Up_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_ClimbLadder_Up_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_ClimbLadder_Up_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_Up_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_ClimbLadder_Up_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_ClimbLadder_Up_C \ static_assert(alignof(UABL_Enemy_ClimbLadder_Up_C) == 0x000008, "Wrong alignment on UABL_Enemy_ClimbLadder_Up_C"); \ static_assert(sizeof(UABL_Enemy_ClimbLadder_Up_C) == 0x0000D0, "Wrong size on UABL_Enemy_ClimbLadder_Up_C"); \ static_assert(offsetof(UABL_Enemy_ClimbLadder_Up_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_ClimbLadder_Up_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_HitStart_C \ static_assert(alignof(UABL_NpcReact_HitStart_C) == 0x000008, "Wrong alignment on UABL_NpcReact_HitStart_C"); \ static_assert(sizeof(UABL_NpcReact_HitStart_C) == 0x0000E0, "Wrong size on UABL_NpcReact_HitStart_C"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_HitStart_Duel_C \ static_assert(alignof(UABL_NpcReact_HitStart_Duel_C) == 0x000008, "Wrong alignment on UABL_NpcReact_HitStart_Duel_C"); \ static_assert(sizeof(UABL_NpcReact_HitStart_Duel_C) == 0x0000E0, "Wrong size on UABL_NpcReact_HitStart_Duel_C"); \ #define DUMPER7_ASSERTS_ABL_Enemy_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountTop \ static_assert(alignof(ABL_Enemy_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountTop) == 0x000008, "Wrong alignment on ABL_Enemy_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountTop"); \ static_assert(sizeof(ABL_Enemy_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountTop) == 0x000010, "Wrong size on ABL_Enemy_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountTop"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountTop, EntryPoint) == 0x000000, "Member 'ABL_Enemy_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountTop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountTop, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_ClimbLadder_MountTop_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountTop::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_ClimbLadder_MountTop_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_ClimbLadder_MountTop_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_ClimbLadder_MountTop_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_ClimbLadder_MountTop_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_ClimbLadder_MountTop_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_MountTop_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_ClimbLadder_MountTop_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_ClimbLadder_MountTop_C \ static_assert(alignof(UABL_Enemy_ClimbLadder_MountTop_C) == 0x000008, "Wrong alignment on UABL_Enemy_ClimbLadder_MountTop_C"); \ static_assert(sizeof(UABL_Enemy_ClimbLadder_MountTop_C) == 0x0000D0, "Wrong size on UABL_Enemy_ClimbLadder_MountTop_C"); \ static_assert(offsetof(UABL_Enemy_ClimbLadder_MountTop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_ClimbLadder_MountTop_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD \ static_assert(alignof(ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD) == 0x000008, "Wrong alignment on ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD"); \ static_assert(sizeof(ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD) == 0x000070, "Wrong size on ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD"); \ static_assert(offsetof(ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD, EntryPoint) == 0x000000, "Member 'ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD, K2Node_Event_Context) == 0x000008, "Member 'ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_Blind_Head_ADD_C_ExecuteUbergraph_ABL_Blind_Head_ADD::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Blind_Head_ADD_C_OnAbilityBranch \ static_assert(alignof(ABL_Blind_Head_ADD_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_Blind_Head_ADD_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_Blind_Head_ADD_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_Blind_Head_ADD_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_Blind_Head_ADD_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_Blind_Head_ADD_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Blind_Head_ADD_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_Blind_Head_ADD_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Blind_Head_ADD_C_OnAbilityStart \ static_assert(alignof(ABL_Blind_Head_ADD_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Blind_Head_ADD_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Blind_Head_ADD_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Blind_Head_ADD_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Blind_Head_ADD_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Blind_Head_ADD_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Blind_Head_ADD_C \ static_assert(alignof(UABL_Blind_Head_ADD_C) == 0x000008, "Wrong alignment on UABL_Blind_Head_ADD_C"); \ static_assert(sizeof(UABL_Blind_Head_ADD_C) == 0x0000D0, "Wrong size on UABL_Blind_Head_ADD_C"); \ static_assert(offsetof(UABL_Blind_Head_ADD_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Blind_Head_ADD_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_JumpSplineLoop_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLoop \ static_assert(alignof(ABL_Enemy_JumpSplineLoop_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLoop) == 0x000008, "Wrong alignment on ABL_Enemy_JumpSplineLoop_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLoop"); \ static_assert(sizeof(ABL_Enemy_JumpSplineLoop_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLoop) == 0x000028, "Wrong size on ABL_Enemy_JumpSplineLoop_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLoop"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLoop_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLoop, EntryPoint) == 0x000000, "Member 'ABL_Enemy_JumpSplineLoop_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLoop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLoop_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLoop, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_JumpSplineLoop_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLoop::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLoop_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLoop, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_Enemy_JumpSplineLoop_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLoop::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLoop_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLoop, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'ABL_Enemy_JumpSplineLoop_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLoop::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLoop_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLoop, CallFunc_IsAbilityActive_ReturnValue) == 0x000020, "Member 'ABL_Enemy_JumpSplineLoop_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLoop::CallFunc_IsAbilityActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLoop_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLoop, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'ABL_Enemy_JumpSplineLoop_C_ExecuteUbergraph_ABL_Enemy_JumpSplineLoop::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_JumpSplineLoop_C_OnAbilityInterrupt \ static_assert(alignof(ABL_Enemy_JumpSplineLoop_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_Enemy_JumpSplineLoop_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_Enemy_JumpSplineLoop_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_Enemy_JumpSplineLoop_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLoop_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_Enemy_JumpSplineLoop_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_JumpSplineLoop_C_OnGetBranchAbility \ static_assert(alignof(ABL_Enemy_JumpSplineLoop_C_OnGetBranchAbility) == 0x000008, "Wrong alignment on ABL_Enemy_JumpSplineLoop_C_OnGetBranchAbility"); \ static_assert(sizeof(ABL_Enemy_JumpSplineLoop_C_OnGetBranchAbility) == 0x000030, "Wrong size on ABL_Enemy_JumpSplineLoop_C_OnGetBranchAbility"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLoop_C_OnGetBranchAbility, Context) == 0x000000, "Member 'ABL_Enemy_JumpSplineLoop_C_OnGetBranchAbility::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLoop_C_OnGetBranchAbility, EventName) == 0x000008, "Member 'ABL_Enemy_JumpSplineLoop_C_OnGetBranchAbility::EventName' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLoop_C_OnGetBranchAbility, ReturnValue) == 0x000010, "Member 'ABL_Enemy_JumpSplineLoop_C_OnGetBranchAbility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLoop_C_OnGetBranchAbility, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_Enemy_JumpSplineLoop_C_OnGetBranchAbility::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLoop_C_OnGetBranchAbility, CallFunc_GetComponentByClass_ReturnValue) == 0x000020, "Member 'ABL_Enemy_JumpSplineLoop_C_OnGetBranchAbility::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_JumpSplineLoop_C_OnGetBranchAbility, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'ABL_Enemy_JumpSplineLoop_C_OnGetBranchAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_JumpSplineLoop_C \ static_assert(alignof(UABL_Enemy_JumpSplineLoop_C) == 0x000008, "Wrong alignment on UABL_Enemy_JumpSplineLoop_C"); \ static_assert(sizeof(UABL_Enemy_JumpSplineLoop_C) == 0x0000D8, "Wrong size on UABL_Enemy_JumpSplineLoop_C"); \ static_assert(offsetof(UABL_Enemy_JumpSplineLoop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_JumpSplineLoop_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_Enemy_JumpSplineLoop_C, NewVar_0) == 0x0000D0, "Member 'UABL_Enemy_JumpSplineLoop_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPCFinisherAnticipate_C_ExecuteUbergraph_ABL_NPCFinisherAnticipate \ static_assert(alignof(ABL_NPCFinisherAnticipate_C_ExecuteUbergraph_ABL_NPCFinisherAnticipate) == 0x000008, "Wrong alignment on ABL_NPCFinisherAnticipate_C_ExecuteUbergraph_ABL_NPCFinisherAnticipate"); \ static_assert(sizeof(ABL_NPCFinisherAnticipate_C_ExecuteUbergraph_ABL_NPCFinisherAnticipate) == 0x000020, "Wrong size on ABL_NPCFinisherAnticipate_C_ExecuteUbergraph_ABL_NPCFinisherAnticipate"); \ static_assert(offsetof(ABL_NPCFinisherAnticipate_C_ExecuteUbergraph_ABL_NPCFinisherAnticipate, EntryPoint) == 0x000000, "Member 'ABL_NPCFinisherAnticipate_C_ExecuteUbergraph_ABL_NPCFinisherAnticipate::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPCFinisherAnticipate_C_ExecuteUbergraph_ABL_NPCFinisherAnticipate, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPCFinisherAnticipate_C_ExecuteUbergraph_ABL_NPCFinisherAnticipate::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPCFinisherAnticipate_C_ExecuteUbergraph_ABL_NPCFinisherAnticipate, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_NPCFinisherAnticipate_C_ExecuteUbergraph_ABL_NPCFinisherAnticipate::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NPCFinisherAnticipate_C_ExecuteUbergraph_ABL_NPCFinisherAnticipate, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_NPCFinisherAnticipate_C_ExecuteUbergraph_ABL_NPCFinisherAnticipate::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPCFinisherAnticipate_C_OnAbilityStart \ static_assert(alignof(ABL_NPCFinisherAnticipate_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPCFinisherAnticipate_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPCFinisherAnticipate_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPCFinisherAnticipate_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPCFinisherAnticipate_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPCFinisherAnticipate_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPCFinisherAnticipate_C \ static_assert(alignof(UABL_NPCFinisherAnticipate_C) == 0x000008, "Wrong alignment on UABL_NPCFinisherAnticipate_C"); \ static_assert(sizeof(UABL_NPCFinisherAnticipate_C) == 0x0000D0, "Wrong size on UABL_NPCFinisherAnticipate_C"); \ static_assert(offsetof(UABL_NPCFinisherAnticipate_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_NPCFinisherAnticipate_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPCFinisherReact_C \ static_assert(alignof(UABL_NPCFinisherReact_C) == 0x000008, "Wrong alignment on UABL_NPCFinisherReact_C"); \ static_assert(sizeof(UABL_NPCFinisherReact_C) == 0x0000E0, "Wrong size on UABL_NPCFinisherReact_C"); \ #define DUMPER7_ASSERTS_UABL_NPCFinisherFail_C \ static_assert(alignof(UABL_NPCFinisherFail_C) == 0x000008, "Wrong alignment on UABL_NPCFinisherFail_C"); \ static_assert(sizeof(UABL_NPCFinisherFail_C) == 0x0000C8, "Wrong size on UABL_NPCFinisherFail_C"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_ButtSliding_Loop_C \ static_assert(alignof(UABL_NpcReact_ButtSliding_Loop_C) == 0x000008, "Wrong alignment on UABL_NpcReact_ButtSliding_Loop_C"); \ static_assert(sizeof(UABL_NpcReact_ButtSliding_Loop_C) == 0x0000E0, "Wrong size on UABL_NpcReact_ButtSliding_Loop_C"); \ #define DUMPER7_ASSERTS_UABL_Enemy_AlertStart_C \ static_assert(alignof(UABL_Enemy_AlertStart_C) == 0x000008, "Wrong alignment on UABL_Enemy_AlertStart_C"); \ static_assert(sizeof(UABL_Enemy_AlertStart_C) == 0x0000C8, "Wrong size on UABL_Enemy_AlertStart_C"); \ #define DUMPER7_ASSERTS_ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop \ static_assert(alignof(ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop) == 0x000008, "Wrong alignment on ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop"); \ static_assert(sizeof(ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop) == 0x000070, "Wrong size on ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop"); \ static_assert(offsetof(ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop, EntryPoint) == 0x000000, "Member 'ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop, K2Node_Event_Context) == 0x000008, "Member 'ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_StudentLumosLoop_C_ExecuteUbergraph_ABL_StudentLumosLoop::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_StudentLumosLoop_C_OnAbilityBranch \ static_assert(alignof(ABL_StudentLumosLoop_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_StudentLumosLoop_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_StudentLumosLoop_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_StudentLumosLoop_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_StudentLumosLoop_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_StudentLumosLoop_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosLoop_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_StudentLumosLoop_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_StudentLumosLoop_C_OnAbilityStart \ static_assert(alignof(ABL_StudentLumosLoop_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_StudentLumosLoop_C_OnAbilityStart"); \ static_assert(sizeof(ABL_StudentLumosLoop_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_StudentLumosLoop_C_OnAbilityStart"); \ static_assert(offsetof(ABL_StudentLumosLoop_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_StudentLumosLoop_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_StudentLumosLoop_C \ static_assert(alignof(UABL_StudentLumosLoop_C) == 0x000008, "Wrong alignment on UABL_StudentLumosLoop_C"); \ static_assert(sizeof(UABL_StudentLumosLoop_C) == 0x0000D0, "Wrong size on UABL_StudentLumosLoop_C"); \ static_assert(offsetof(UABL_StudentLumosLoop_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_StudentLumosLoop_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountBottom \ static_assert(alignof(ABL_Enemy_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountBottom) == 0x000008, "Wrong alignment on ABL_Enemy_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountBottom"); \ static_assert(sizeof(ABL_Enemy_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountBottom) == 0x000010, "Wrong size on ABL_Enemy_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountBottom"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountBottom, EntryPoint) == 0x000000, "Member 'ABL_Enemy_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountBottom::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountBottom, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_ClimbLadder_MountBottom_C_ExecuteUbergraph_ABL_Enemy_ClimbLadder_MountBottom::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_ClimbLadder_MountBottom_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_ClimbLadder_MountBottom_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_ClimbLadder_MountBottom_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_ClimbLadder_MountBottom_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_ClimbLadder_MountBottom_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_ClimbLadder_MountBottom_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_ClimbLadder_MountBottom_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_ClimbLadder_MountBottom_C \ static_assert(alignof(UABL_Enemy_ClimbLadder_MountBottom_C) == 0x000008, "Wrong alignment on UABL_Enemy_ClimbLadder_MountBottom_C"); \ static_assert(sizeof(UABL_Enemy_ClimbLadder_MountBottom_C) == 0x0000D0, "Wrong size on UABL_Enemy_ClimbLadder_MountBottom_C"); \ static_assert(offsetof(UABL_Enemy_ClimbLadder_MountBottom_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_ClimbLadder_MountBottom_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart \ static_assert(alignof(ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart) == 0x000008, "Wrong alignment on ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart"); \ static_assert(sizeof(ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart) == 0x000038, "Wrong size on ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart, K2Node_Event_Context) == 0x000008, "Member 'ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart, CallFunc_GetSelfActor_ReturnValue) == 0x000010, "Member 'ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart, CallFunc_PostDialogueEvent_ReturnValue) == 0x000018, "Member 'ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart, K2Node_DynamicCast_AsNPC_Character) == 0x000020, "Member 'ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart::K2Node_DynamicCast_AsNPC_Character' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart, CallFunc_GetNpcCapsuleComponent_ReturnValue) == 0x000030, "Member 'ABL_NpcReact_WoundedKneelStart_C_ExecuteUbergraph_ABL_NpcReact_WoundedKneelStart::CallFunc_GetNpcCapsuleComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_WoundedKneelStart_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_WoundedKneelStart_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_WoundedKneelStart_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_WoundedKneelStart_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_WoundedKneelStart_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_WoundedKneelStart_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_WoundedKneelStart_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_WoundedKneelStart_C \ static_assert(alignof(UABL_NpcReact_WoundedKneelStart_C) == 0x000008, "Wrong alignment on UABL_NpcReact_WoundedKneelStart_C"); \ static_assert(sizeof(UABL_NpcReact_WoundedKneelStart_C) == 0x0000E8, "Wrong size on UABL_NpcReact_WoundedKneelStart_C"); \ static_assert(offsetof(UABL_NpcReact_WoundedKneelStart_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_WoundedKneelStart_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_EMO_Neutral_C \ static_assert(alignof(UABL_NPC_EMO_Neutral_C) == 0x000008, "Wrong alignment on UABL_NPC_EMO_Neutral_C"); \ static_assert(sizeof(UABL_NPC_EMO_Neutral_C) == 0x0000C8, "Wrong size on UABL_NPC_EMO_Neutral_C"); \ #define DUMPER7_ASSERTS_ABP_AOE_FierySend_C \ static_assert(alignof(ABP_AOE_FierySend_C) == 0x000008, "Wrong alignment on ABP_AOE_FierySend_C"); \ static_assert(sizeof(ABP_AOE_FierySend_C) == 0x000668, "Wrong size on ABP_AOE_FierySend_C"); \ static_assert(offsetof(ABP_AOE_FierySend_C, DefaultSceneRoot) == 0x000660, "Member 'ABP_AOE_FierySend_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_FrozenDeathExplode_S_C \ static_assert(alignof(UABL_NPC_RCT_FrozenDeathExplode_S_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_FrozenDeathExplode_S_C"); \ static_assert(sizeof(UABL_NPC_RCT_FrozenDeathExplode_S_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_FrozenDeathExplode_S_C"); \ #define DUMPER7_ASSERTS_UBP_ExpulsoPrepLEDFadeEffect_C \ static_assert(alignof(UBP_ExpulsoPrepLEDFadeEffect_C) == 0x000008, "Wrong alignment on UBP_ExpulsoPrepLEDFadeEffect_C"); \ static_assert(sizeof(UBP_ExpulsoPrepLEDFadeEffect_C) == 0x000048, "Wrong size on UBP_ExpulsoPrepLEDFadeEffect_C"); \ #define DUMPER7_ASSERTS_ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart \ static_assert(alignof(ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart) == 0x000008, "Wrong alignment on ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart"); \ static_assert(sizeof(ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart) == 0x000070, "Wrong size on ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart"); \ static_assert(offsetof(ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart, EntryPoint) == 0x000000, "Member 'ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart, K2Node_Event_Context) == 0x000008, "Member 'ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart, CallFunc_GetSelfActor_ReturnValue) == 0x000018, "Member 'ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart, CallFunc_GetComponentByClass_ReturnValue) == 0x000028, "Member 'ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart, CallFunc_GetSelfActor_ReturnValue_1) == 0x000030, "Member 'ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart::CallFunc_GetSelfActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart, CallFunc_GetAnimInstance_ReturnValue) == 0x000038, "Member 'ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000040, "Member 'ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart, K2Node_DynamicCast_AsAble_Anim_Instance) == 0x000048, "Member 'ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart::K2Node_DynamicCast_AsAble_Anim_Instance' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart, CallFunc_GetAnimInstance_ReturnValue_1) == 0x000058, "Member 'ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart::CallFunc_GetAnimInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart, K2Node_DynamicCast_AsAble_Anim_Instance_1) == 0x000060, "Member 'ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart::K2Node_DynamicCast_AsAble_Anim_Instance_1' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'ABL_StudentLumosStart_C_ExecuteUbergraph_ABL_StudentLumosStart::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_StudentLumosStart_C_OnAbilityBranch \ static_assert(alignof(ABL_StudentLumosStart_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_StudentLumosStart_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_StudentLumosStart_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_StudentLumosStart_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_StudentLumosStart_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_StudentLumosStart_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_StudentLumosStart_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_StudentLumosStart_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_StudentLumosStart_C_OnAbilityStart \ static_assert(alignof(ABL_StudentLumosStart_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_StudentLumosStart_C_OnAbilityStart"); \ static_assert(sizeof(ABL_StudentLumosStart_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_StudentLumosStart_C_OnAbilityStart"); \ static_assert(offsetof(ABL_StudentLumosStart_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_StudentLumosStart_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_StudentLumosStart_C \ static_assert(alignof(UABL_StudentLumosStart_C) == 0x000008, "Wrong alignment on UABL_StudentLumosStart_C"); \ static_assert(sizeof(UABL_StudentLumosStart_C) == 0x0000D0, "Wrong size on UABL_StudentLumosStart_C"); \ static_assert(offsetof(UABL_StudentLumosStart_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_StudentLumosStart_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Spawn_Hidden_C \ static_assert(alignof(UABL_Enemy_Spawn_Hidden_C) == 0x000008, "Wrong alignment on UABL_Enemy_Spawn_Hidden_C"); \ static_assert(sizeof(UABL_Enemy_Spawn_Hidden_C) == 0x0000C8, "Wrong size on UABL_Enemy_Spawn_Hidden_C"); \ #define DUMPER7_ASSERTS_UBP_ExpulsoStartLEDFadeEffect_C \ static_assert(alignof(UBP_ExpulsoStartLEDFadeEffect_C) == 0x000008, "Wrong alignment on UBP_ExpulsoStartLEDFadeEffect_C"); \ static_assert(sizeof(UBP_ExpulsoStartLEDFadeEffect_C) == 0x000048, "Wrong size on UBP_ExpulsoStartLEDFadeEffect_C"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Ragdoll_L_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_L \ static_assert(alignof(ABL_NPC_RCT_Ragdoll_L_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_L) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Ragdoll_L_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_L"); \ static_assert(sizeof(ABL_NPC_RCT_Ragdoll_L_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_L) == 0x000030, "Wrong size on ABL_NPC_RCT_Ragdoll_L_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_L"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_L_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_L, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_Ragdoll_L_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_L::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_L_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_L, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_Ragdoll_L_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_L::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_L_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_L, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NPC_RCT_Ragdoll_L_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_L::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_L_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_L, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NPC_RCT_Ragdoll_L_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_L::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_L_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_L, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NPC_RCT_Ragdoll_L_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_L::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_L_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_L, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_NPC_RCT_Ragdoll_L_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_L::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Ragdoll_L_C_OnAbilityBranch \ static_assert(alignof(ABL_NPC_RCT_Ragdoll_L_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Ragdoll_L_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NPC_RCT_Ragdoll_L_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NPC_RCT_Ragdoll_L_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_L_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NPC_RCT_Ragdoll_L_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_L_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NPC_RCT_Ragdoll_L_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Ragdoll_L_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NPC_RCT_Ragdoll_L_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Ragdoll_L_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NPC_RCT_Ragdoll_L_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NPC_RCT_Ragdoll_L_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_L_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NPC_RCT_Ragdoll_L_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Ragdoll_L_C_OnAbilityEnd \ static_assert(alignof(ABL_NPC_RCT_Ragdoll_L_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Ragdoll_L_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NPC_RCT_Ragdoll_L_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NPC_RCT_Ragdoll_L_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_L_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NPC_RCT_Ragdoll_L_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Ragdoll_L_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_Ragdoll_L_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Ragdoll_L_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_Ragdoll_L_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_Ragdoll_L_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_L_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_Ragdoll_L_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_Ragdoll_L_C \ static_assert(alignof(UABL_NPC_RCT_Ragdoll_L_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_Ragdoll_L_C"); \ static_assert(sizeof(UABL_NPC_RCT_Ragdoll_L_C) == 0x0000E8, "Wrong size on UABL_NPC_RCT_Ragdoll_L_C"); \ static_assert(offsetof(UABL_NPC_RCT_Ragdoll_L_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_Ragdoll_L_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Disillusionment_Exit_C \ static_assert(alignof(UABL_Disillusionment_Exit_C) == 0x000008, "Wrong alignment on UABL_Disillusionment_Exit_C"); \ static_assert(sizeof(UABL_Disillusionment_Exit_C) == 0x0000C8, "Wrong size on UABL_Disillusionment_Exit_C"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_ExecuteUbergraph_BP_DarkWizardWand \ static_assert(alignof(BP_DarkWizardWand_C_ExecuteUbergraph_BP_DarkWizardWand) == 0x000008, "Wrong alignment on BP_DarkWizardWand_C_ExecuteUbergraph_BP_DarkWizardWand"); \ static_assert(sizeof(BP_DarkWizardWand_C_ExecuteUbergraph_BP_DarkWizardWand) == 0x000018, "Wrong size on BP_DarkWizardWand_C_ExecuteUbergraph_BP_DarkWizardWand"); \ static_assert(offsetof(BP_DarkWizardWand_C_ExecuteUbergraph_BP_DarkWizardWand, EntryPoint) == 0x000000, "Member 'BP_DarkWizardWand_C_ExecuteUbergraph_BP_DarkWizardWand::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_ExecuteUbergraph_BP_DarkWizardWand, CallFunc_SpawnSystemAttached_ReturnValue) == 0x000008, "Member 'BP_DarkWizardWand_C_ExecuteUbergraph_BP_DarkWizardWand::CallFunc_SpawnSystemAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_ExecuteUbergraph_BP_DarkWizardWand, CallFunc_DisableMeleeCollision_ReturnValue) == 0x000010, "Member 'BP_DarkWizardWand_C_ExecuteUbergraph_BP_DarkWizardWand::CallFunc_DisableMeleeCollision_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_GetSceneComponent \ static_assert(alignof(BP_DarkWizardWand_C_GetSceneComponent) == 0x000008, "Wrong alignment on BP_DarkWizardWand_C_GetSceneComponent"); \ static_assert(sizeof(BP_DarkWizardWand_C_GetSceneComponent) == 0x000008, "Wrong size on BP_DarkWizardWand_C_GetSceneComponent"); \ static_assert(offsetof(BP_DarkWizardWand_C_GetSceneComponent, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_GetSceneComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EnablePhysicsSim \ static_assert(alignof(BP_DarkWizardWand_C_EnablePhysicsSim) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EnablePhysicsSim"); \ static_assert(sizeof(BP_DarkWizardWand_C_EnablePhysicsSim) == 0x000002, "Wrong size on BP_DarkWizardWand_C_EnablePhysicsSim"); \ static_assert(offsetof(BP_DarkWizardWand_C_EnablePhysicsSim, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EnablePhysicsSim::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EnablePhysicsSim, CallFunc_IsAnySimulatingPhysics_ReturnValue) == 0x000001, "Member 'BP_DarkWizardWand_C_EnablePhysicsSim::CallFunc_IsAnySimulatingPhysics_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_DisablePhysicsSim \ static_assert(alignof(BP_DarkWizardWand_C_DisablePhysicsSim) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_DisablePhysicsSim"); \ static_assert(sizeof(BP_DarkWizardWand_C_DisablePhysicsSim) == 0x000002, "Wrong size on BP_DarkWizardWand_C_DisablePhysicsSim"); \ static_assert(offsetof(BP_DarkWizardWand_C_DisablePhysicsSim, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_DisablePhysicsSim::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_DisablePhysicsSim, CallFunc_IsAnySimulatingPhysics_ReturnValue) == 0x000001, "Member 'BP_DarkWizardWand_C_DisablePhysicsSim::CallFunc_IsAnySimulatingPhysics_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EnableMeleeCollision \ static_assert(alignof(BP_DarkWizardWand_C_EnableMeleeCollision) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EnableMeleeCollision"); \ static_assert(sizeof(BP_DarkWizardWand_C_EnableMeleeCollision) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EnableMeleeCollision"); \ static_assert(offsetof(BP_DarkWizardWand_C_EnableMeleeCollision, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EnableMeleeCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EnableCollision \ static_assert(alignof(BP_DarkWizardWand_C_EnableCollision) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EnableCollision"); \ static_assert(sizeof(BP_DarkWizardWand_C_EnableCollision) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EnableCollision"); \ static_assert(offsetof(BP_DarkWizardWand_C_EnableCollision, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EnableCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_DisableMeleeCollision \ static_assert(alignof(BP_DarkWizardWand_C_DisableMeleeCollision) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_DisableMeleeCollision"); \ static_assert(sizeof(BP_DarkWizardWand_C_DisableMeleeCollision) == 0x000001, "Wrong size on BP_DarkWizardWand_C_DisableMeleeCollision"); \ static_assert(offsetof(BP_DarkWizardWand_C_DisableMeleeCollision, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_DisableMeleeCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_DisableCollision \ static_assert(alignof(BP_DarkWizardWand_C_DisableCollision) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_DisableCollision"); \ static_assert(sizeof(BP_DarkWizardWand_C_DisableCollision) == 0x000001, "Wrong size on BP_DarkWizardWand_C_DisableCollision"); \ static_assert(offsetof(BP_DarkWizardWand_C_DisableCollision, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_DisableCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_GetMeshComponent \ static_assert(alignof(BP_DarkWizardWand_C_GetMeshComponent) == 0x000008, "Wrong alignment on BP_DarkWizardWand_C_GetMeshComponent"); \ static_assert(sizeof(BP_DarkWizardWand_C_GetMeshComponent) == 0x000008, "Wrong size on BP_DarkWizardWand_C_GetMeshComponent"); \ static_assert(offsetof(BP_DarkWizardWand_C_GetMeshComponent, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_GetMeshComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_GetCapsuleComponent \ static_assert(alignof(BP_DarkWizardWand_C_GetCapsuleComponent) == 0x000008, "Wrong alignment on BP_DarkWizardWand_C_GetCapsuleComponent"); \ static_assert(sizeof(BP_DarkWizardWand_C_GetCapsuleComponent) == 0x000008, "Wrong size on BP_DarkWizardWand_C_GetCapsuleComponent"); \ static_assert(offsetof(BP_DarkWizardWand_C_GetCapsuleComponent, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_GetCapsuleComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponDeactivateHeavyFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponDeactivateHeavyFx) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponDeactivateHeavyFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponDeactivateHeavyFx) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EventWeaponDeactivateHeavyFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDeactivateHeavyFx, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponDeactivateHeavyFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponTriggerImpactFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponTriggerImpactFx) == 0x000008, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponTriggerImpactFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponTriggerImpactFx) == 0x0000A0, "Wrong size on BP_DarkWizardWand_C_EventWeaponTriggerImpactFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerImpactFx, HitResult) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerImpactFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerImpactFx, ReturnValue) == 0x000088, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerImpactFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerImpactFx, CallFunc_GetSocketLocation_ReturnValue) == 0x00008C, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerImpactFx::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerImpactFx, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000098, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerImpactFx::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponDeactivateLiteFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponDeactivateLiteFx) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponDeactivateLiteFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponDeactivateLiteFx) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EventWeaponDeactivateLiteFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDeactivateLiteFx, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponDeactivateLiteFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponActivateLiteFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponActivateLiteFx) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponActivateLiteFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponActivateLiteFx) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EventWeaponActivateLiteFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponActivateLiteFx, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponActivateLiteFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx) == 0x000008, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx) == 0x000120, "Wrong size on BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, HitResult) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, ReturnValue) == 0x000088, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_bBlockingHit) == 0x000089, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_bInitialOverlap) == 0x00008A, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_Time) == 0x00008C, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_Distance) == 0x000090, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_Location) == 0x000094, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A0, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_Normal) == 0x0000AC, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_ImpactNormal) == 0x0000B8, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_PhysMat) == 0x0000C8, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_HitActor) == 0x0000D0, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_HitComponent) == 0x0000D8, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_HitBoneName) == 0x0000E0, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_HitItem) == 0x0000E8, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_ElementIndex) == 0x0000EC, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_FaceIndex) == 0x0000F0, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_TraceStart) == 0x0000F4, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_BreakHitResult_TraceEnd) == 0x000100, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_MakeRotationFromAxes_ReturnValue) == 0x00010C, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_MakeRotationFromAxes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000118, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerProtegoFx::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponTriggerThrownFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponTriggerThrownFx) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponTriggerThrownFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponTriggerThrownFx) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EventWeaponTriggerThrownFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerThrownFx, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerThrownFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponTriggerGenericImpactFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponTriggerGenericImpactFx) == 0x000008, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponTriggerGenericImpactFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponTriggerGenericImpactFx) == 0x0000A0, "Wrong size on BP_DarkWizardWand_C_EventWeaponTriggerGenericImpactFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerGenericImpactFx, HitResult) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerGenericImpactFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerGenericImpactFx, ReturnValue) == 0x000088, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerGenericImpactFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerGenericImpactFx, CallFunc_GetSocketLocation_ReturnValue) == 0x00008C, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerGenericImpactFx::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponTriggerGenericImpactFx, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000098, "Member 'BP_DarkWizardWand_C_EventWeaponTriggerGenericImpactFx::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponDestroyedFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponDestroyedFx) == 0x000008, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponDestroyedFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponDestroyedFx) == 0x000128, "Wrong size on BP_DarkWizardWand_C_EventWeaponDestroyedFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, HitResult) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, ReturnValue) == 0x000088, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_BreakHitResult_bBlockingHit) == 0x000089, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_BreakHitResult_bInitialOverlap) == 0x00008A, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_BreakHitResult_Time) == 0x00008C, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_BreakHitResult_Distance) == 0x000090, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_BreakHitResult_Location) == 0x000094, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A0, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_BreakHitResult_Normal) == 0x0000AC, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_BreakHitResult_ImpactNormal) == 0x0000B8, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_BreakHitResult_PhysMat) == 0x0000C8, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_BreakHitResult_HitActor) == 0x0000D0, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_BreakHitResult_HitComponent) == 0x0000D8, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_BreakHitResult_HitBoneName) == 0x0000E0, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_BreakHitResult_HitItem) == 0x0000E8, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_BreakHitResult_ElementIndex) == 0x0000EC, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_BreakHitResult_FaceIndex) == 0x0000F0, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_BreakHitResult_TraceStart) == 0x0000F4, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_BreakHitResult_TraceEnd) == 0x000100, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_MakeRotationFromAxes_ReturnValue) == 0x00010C, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_MakeRotationFromAxes_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_SpawnEmitterAtLocation_ReturnValue) == 0x000118, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_SpawnEmitterAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDestroyedFx, CallFunc_SpawnEmitterAtLocation_ReturnValue_1) == 0x000120, "Member 'BP_DarkWizardWand_C_EventWeaponDestroyedFx::CallFunc_SpawnEmitterAtLocation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_InterfaceWeaponRigidBodyDeactivate \ static_assert(alignof(BP_DarkWizardWand_C_InterfaceWeaponRigidBodyDeactivate) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_InterfaceWeaponRigidBodyDeactivate"); \ static_assert(sizeof(BP_DarkWizardWand_C_InterfaceWeaponRigidBodyDeactivate) == 0x000001, "Wrong size on BP_DarkWizardWand_C_InterfaceWeaponRigidBodyDeactivate"); \ static_assert(offsetof(BP_DarkWizardWand_C_InterfaceWeaponRigidBodyDeactivate, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_InterfaceWeaponRigidBodyDeactivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_InterfaceWeaponRigidBodyActivate \ static_assert(alignof(BP_DarkWizardWand_C_InterfaceWeaponRigidBodyActivate) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_InterfaceWeaponRigidBodyActivate"); \ static_assert(sizeof(BP_DarkWizardWand_C_InterfaceWeaponRigidBodyActivate) == 0x000001, "Wrong size on BP_DarkWizardWand_C_InterfaceWeaponRigidBodyActivate"); \ static_assert(offsetof(BP_DarkWizardWand_C_InterfaceWeaponRigidBodyActivate, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_InterfaceWeaponRigidBodyActivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_InterfaceWeaponAcquire \ static_assert(alignof(BP_DarkWizardWand_C_InterfaceWeaponAcquire) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_InterfaceWeaponAcquire"); \ static_assert(sizeof(BP_DarkWizardWand_C_InterfaceWeaponAcquire) == 0x000001, "Wrong size on BP_DarkWizardWand_C_InterfaceWeaponAcquire"); \ static_assert(offsetof(BP_DarkWizardWand_C_InterfaceWeaponAcquire, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_InterfaceWeaponAcquire::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponDeactivateBuffEmitterFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponDeactivateBuffEmitterFx) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponDeactivateBuffEmitterFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponDeactivateBuffEmitterFx) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EventWeaponDeactivateBuffEmitterFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDeactivateBuffEmitterFx, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponDeactivateBuffEmitterFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponActivateBuffEmitterFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponActivateBuffEmitterFx) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponActivateBuffEmitterFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponActivateBuffEmitterFx) == 0x000002, "Wrong size on BP_DarkWizardWand_C_EventWeaponActivateBuffEmitterFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponActivateBuffEmitterFx, InBuffType) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponActivateBuffEmitterFx::InBuffType' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponActivateBuffEmitterFx, ReturnValue) == 0x000001, "Member 'BP_DarkWizardWand_C_EventWeaponActivateBuffEmitterFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponDisarmedFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponDisarmedFx) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponDisarmedFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponDisarmedFx) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EventWeaponDisarmedFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDisarmedFx, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponDisarmedFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponSpawnStoredWeaponFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponSpawnStoredWeaponFx) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponSpawnStoredWeaponFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponSpawnStoredWeaponFx) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EventWeaponSpawnStoredWeaponFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponSpawnStoredWeaponFx, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponSpawnStoredWeaponFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponDeactivatedFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponDeactivatedFx) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponDeactivatedFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponDeactivatedFx) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EventWeaponDeactivatedFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDeactivatedFx, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponDeactivatedFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_FireWeaponAOE1 \ static_assert(alignof(BP_DarkWizardWand_C_FireWeaponAOE1) == 0x000008, "Wrong alignment on BP_DarkWizardWand_C_FireWeaponAOE1"); \ static_assert(sizeof(BP_DarkWizardWand_C_FireWeaponAOE1) == 0x000008, "Wrong size on BP_DarkWizardWand_C_FireWeaponAOE1"); \ static_assert(offsetof(BP_DarkWizardWand_C_FireWeaponAOE1, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_FireWeaponAOE1::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponThrownPawnStabFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponThrownPawnStabFx) == 0x000004, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponThrownPawnStabFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponThrownPawnStabFx) == 0x00008C, "Wrong size on BP_DarkWizardWand_C_EventWeaponThrownPawnStabFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponThrownPawnStabFx, HitResult) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponThrownPawnStabFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponThrownPawnStabFx, ReturnValue) == 0x000088, "Member 'BP_DarkWizardWand_C_EventWeaponThrownPawnStabFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponMeleePawnSlashFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponMeleePawnSlashFx) == 0x000008, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponMeleePawnSlashFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponMeleePawnSlashFx) == 0x0000B0, "Wrong size on BP_DarkWizardWand_C_EventWeaponMeleePawnSlashFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponMeleePawnSlashFx, HitResult) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponMeleePawnSlashFx::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponMeleePawnSlashFx, InMunitionTagContainer) == 0x000088, "Member 'BP_DarkWizardWand_C_EventWeaponMeleePawnSlashFx::InMunitionTagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponMeleePawnSlashFx, ReturnValue) == 0x0000A8, "Member 'BP_DarkWizardWand_C_EventWeaponMeleePawnSlashFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponFireAOE1Fx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponFireAOE1Fx) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponFireAOE1Fx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponFireAOE1Fx) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EventWeaponFireAOE1Fx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponFireAOE1Fx, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponFireAOE1Fx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponMeleeAttackStartFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponMeleeAttackStartFx) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponMeleeAttackStartFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponMeleeAttackStartFx) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EventWeaponMeleeAttackStartFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponMeleeAttackStartFx, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponMeleeAttackStartFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponImpactGlowFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponImpactGlowFx) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponImpactGlowFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponImpactGlowFx) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EventWeaponImpactGlowFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponImpactGlowFx, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponImpactGlowFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventTransientWeaponDeactivate \ static_assert(alignof(BP_DarkWizardWand_C_EventTransientWeaponDeactivate) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EventTransientWeaponDeactivate"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventTransientWeaponDeactivate) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EventTransientWeaponDeactivate"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventTransientWeaponDeactivate, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EventTransientWeaponDeactivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventTransientWeaponActivate \ static_assert(alignof(BP_DarkWizardWand_C_EventTransientWeaponActivate) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EventTransientWeaponActivate"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventTransientWeaponActivate) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EventTransientWeaponActivate"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventTransientWeaponActivate, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EventTransientWeaponActivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventTrackPoints \ static_assert(alignof(BP_DarkWizardWand_C_EventTrackPoints) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EventTrackPoints"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventTrackPoints) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EventTrackPoints"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventTrackPoints, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EventTrackPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_WeaponStored \ static_assert(alignof(BP_DarkWizardWand_C_WeaponStored) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_WeaponStored"); \ static_assert(sizeof(BP_DarkWizardWand_C_WeaponStored) == 0x000001, "Wrong size on BP_DarkWizardWand_C_WeaponStored"); \ static_assert(offsetof(BP_DarkWizardWand_C_WeaponStored, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_WeaponStored::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_StartWeaponSwing \ static_assert(alignof(BP_DarkWizardWand_C_StartWeaponSwing) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_StartWeaponSwing"); \ static_assert(sizeof(BP_DarkWizardWand_C_StartWeaponSwing) == 0x000001, "Wrong size on BP_DarkWizardWand_C_StartWeaponSwing"); \ static_assert(offsetof(BP_DarkWizardWand_C_StartWeaponSwing, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_StartWeaponSwing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_SpawnStoredWeapon \ static_assert(alignof(BP_DarkWizardWand_C_SpawnStoredWeapon) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_SpawnStoredWeapon"); \ static_assert(sizeof(BP_DarkWizardWand_C_SpawnStoredWeapon) == 0x000001, "Wrong size on BP_DarkWizardWand_C_SpawnStoredWeapon"); \ static_assert(offsetof(BP_DarkWizardWand_C_SpawnStoredWeapon, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_SpawnStoredWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EnableShieldCollision \ static_assert(alignof(BP_DarkWizardWand_C_EnableShieldCollision) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EnableShieldCollision"); \ static_assert(sizeof(BP_DarkWizardWand_C_EnableShieldCollision) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EnableShieldCollision"); \ static_assert(offsetof(BP_DarkWizardWand_C_EnableShieldCollision, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EnableShieldCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_DisableShieldCollision \ static_assert(alignof(BP_DarkWizardWand_C_DisableShieldCollision) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_DisableShieldCollision"); \ static_assert(sizeof(BP_DarkWizardWand_C_DisableShieldCollision) == 0x000001, "Wrong size on BP_DarkWizardWand_C_DisableShieldCollision"); \ static_assert(offsetof(BP_DarkWizardWand_C_DisableShieldCollision, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_DisableShieldCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_DeactivateWeaponThreat \ static_assert(alignof(BP_DarkWizardWand_C_DeactivateWeaponThreat) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_DeactivateWeaponThreat"); \ static_assert(sizeof(BP_DarkWizardWand_C_DeactivateWeaponThreat) == 0x000001, "Wrong size on BP_DarkWizardWand_C_DeactivateWeaponThreat"); \ static_assert(offsetof(BP_DarkWizardWand_C_DeactivateWeaponThreat, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_DeactivateWeaponThreat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_DeactivateWeapon \ static_assert(alignof(BP_DarkWizardWand_C_DeactivateWeapon) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_DeactivateWeapon"); \ static_assert(sizeof(BP_DarkWizardWand_C_DeactivateWeapon) == 0x000001, "Wrong size on BP_DarkWizardWand_C_DeactivateWeapon"); \ static_assert(offsetof(BP_DarkWizardWand_C_DeactivateWeapon, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_DeactivateWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_ActivateWeaponThreat \ static_assert(alignof(BP_DarkWizardWand_C_ActivateWeaponThreat) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_ActivateWeaponThreat"); \ static_assert(sizeof(BP_DarkWizardWand_C_ActivateWeaponThreat) == 0x000001, "Wrong size on BP_DarkWizardWand_C_ActivateWeaponThreat"); \ static_assert(offsetof(BP_DarkWizardWand_C_ActivateWeaponThreat, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_ActivateWeaponThreat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_ActivateWeapon \ static_assert(alignof(BP_DarkWizardWand_C_ActivateWeapon) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_ActivateWeapon"); \ static_assert(sizeof(BP_DarkWizardWand_C_ActivateWeapon) == 0x000001, "Wrong size on BP_DarkWizardWand_C_ActivateWeapon"); \ static_assert(offsetof(BP_DarkWizardWand_C_ActivateWeapon, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_ActivateWeapon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventWeaponDisarmedForRecoveryFx \ static_assert(alignof(BP_DarkWizardWand_C_EventWeaponDisarmedForRecoveryFx) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EventWeaponDisarmedForRecoveryFx"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventWeaponDisarmedForRecoveryFx) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EventWeaponDisarmedForRecoveryFx"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventWeaponDisarmedForRecoveryFx, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EventWeaponDisarmedForRecoveryFx::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_ShowWeaponStartFX \ static_assert(alignof(BP_DarkWizardWand_C_ShowWeaponStartFX) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_ShowWeaponStartFX"); \ static_assert(sizeof(BP_DarkWizardWand_C_ShowWeaponStartFX) == 0x000001, "Wrong size on BP_DarkWizardWand_C_ShowWeaponStartFX"); \ static_assert(offsetof(BP_DarkWizardWand_C_ShowWeaponStartFX, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_ShowWeaponStartFX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_HideWeaponStopFX \ static_assert(alignof(BP_DarkWizardWand_C_HideWeaponStopFX) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_HideWeaponStopFX"); \ static_assert(sizeof(BP_DarkWizardWand_C_HideWeaponStopFX) == 0x000001, "Wrong size on BP_DarkWizardWand_C_HideWeaponStopFX"); \ static_assert(offsetof(BP_DarkWizardWand_C_HideWeaponStopFX, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_HideWeaponStopFX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DarkWizardWand_C_EventTransientWeaponPoweredUp \ static_assert(alignof(BP_DarkWizardWand_C_EventTransientWeaponPoweredUp) == 0x000001, "Wrong alignment on BP_DarkWizardWand_C_EventTransientWeaponPoweredUp"); \ static_assert(sizeof(BP_DarkWizardWand_C_EventTransientWeaponPoweredUp) == 0x000001, "Wrong size on BP_DarkWizardWand_C_EventTransientWeaponPoweredUp"); \ static_assert(offsetof(BP_DarkWizardWand_C_EventTransientWeaponPoweredUp, ReturnValue) == 0x000000, "Member 'BP_DarkWizardWand_C_EventTransientWeaponPoweredUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DarkWizardWand_C \ static_assert(alignof(ABP_DarkWizardWand_C) == 0x000008, "Wrong alignment on ABP_DarkWizardWand_C"); \ static_assert(sizeof(ABP_DarkWizardWand_C) == 0x0006B8, "Wrong size on ABP_DarkWizardWand_C"); \ static_assert(offsetof(ABP_DarkWizardWand_C, UberGraphFrame) == 0x000670, "Member 'ABP_DarkWizardWand_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_DarkWizardWand_C, ParticleLiteFx) == 0x000678, "Member 'ABP_DarkWizardWand_C::ParticleLiteFx' has a wrong offset!"); \ static_assert(offsetof(ABP_DarkWizardWand_C, ObjectState) == 0x000680, "Member 'ABP_DarkWizardWand_C::ObjectState' has a wrong offset!"); \ static_assert(offsetof(ABP_DarkWizardWand_C, WeaponFxImpactLocation) == 0x000688, "Member 'ABP_DarkWizardWand_C::WeaponFxImpactLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_DarkWizardWand_C, SM_WP_DarkWizard_Wand) == 0x000690, "Member 'ABP_DarkWizardWand_C::SM_WP_DarkWizard_Wand' has a wrong offset!"); \ static_assert(offsetof(ABP_DarkWizardWand_C, Sphere) == 0x000698, "Member 'ABP_DarkWizardWand_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_DarkWizardWand_C, Var) == 0x0006A0, "Member 'ABP_DarkWizardWand_C::Var' has a wrong offset!"); \ static_assert(offsetof(ABP_DarkWizardWand_C, DropEffect) == 0x0006A8, "Member 'ABP_DarkWizardWand_C::DropEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_DarkWizardWand_C, OminisWandEffects) == 0x0006B0, "Member 'ABP_DarkWizardWand_C::OminisWandEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_RagdollKnockdown_S_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_S \ static_assert(alignof(ABL_NPC_RCT_RagdollKnockdown_S_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_S) == 0x000008, "Wrong alignment on ABL_NPC_RCT_RagdollKnockdown_S_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_S"); \ static_assert(sizeof(ABL_NPC_RCT_RagdollKnockdown_S_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_S) == 0x000030, "Wrong size on ABL_NPC_RCT_RagdollKnockdown_S_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_S"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_S_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_S, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_RagdollKnockdown_S_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_S::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_S_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_S, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_RagdollKnockdown_S_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_S::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_S_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_S, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NPC_RCT_RagdollKnockdown_S_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_S::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_S_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_S, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NPC_RCT_RagdollKnockdown_S_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_S::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_S_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_S, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NPC_RCT_RagdollKnockdown_S_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_S::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_S_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_S, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_NPC_RCT_RagdollKnockdown_S_C_ExecuteUbergraph_ABL_NPC_RCT_RagdollKnockdown_S::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityBranch \ static_assert(alignof(ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityEnd \ static_assert(alignof(ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_RagdollKnockdown_S_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_RagdollKnockdown_S_C \ static_assert(alignof(UABL_NPC_RCT_RagdollKnockdown_S_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_RagdollKnockdown_S_C"); \ static_assert(sizeof(UABL_NPC_RCT_RagdollKnockdown_S_C) == 0x0000E8, "Wrong size on UABL_NPC_RCT_RagdollKnockdown_S_C"); \ static_assert(offsetof(UABL_NPC_RCT_RagdollKnockdown_S_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_RagdollKnockdown_S_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Ragdoll_S_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_S \ static_assert(alignof(ABL_NPC_RCT_Ragdoll_S_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_S) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Ragdoll_S_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_S"); \ static_assert(sizeof(ABL_NPC_RCT_Ragdoll_S_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_S) == 0x000028, "Wrong size on ABL_NPC_RCT_Ragdoll_S_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_S"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_S_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_S, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_Ragdoll_S_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_S::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_S_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_S, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_Ragdoll_S_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_S::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_S_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_S, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NPC_RCT_Ragdoll_S_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_S::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_S_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_S, K2Node_Event_Context_2) == 0x000018, "Member 'ABL_NPC_RCT_Ragdoll_S_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_S::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_S_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_S, K2Node_Event_Context_1) == 0x000020, "Member 'ABL_NPC_RCT_Ragdoll_S_C_ExecuteUbergraph_ABL_NPC_RCT_Ragdoll_S::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Ragdoll_S_C_OnAbilityBranch \ static_assert(alignof(ABL_NPC_RCT_Ragdoll_S_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Ragdoll_S_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NPC_RCT_Ragdoll_S_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NPC_RCT_Ragdoll_S_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_S_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NPC_RCT_Ragdoll_S_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_S_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NPC_RCT_Ragdoll_S_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Ragdoll_S_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NPC_RCT_Ragdoll_S_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Ragdoll_S_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NPC_RCT_Ragdoll_S_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NPC_RCT_Ragdoll_S_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_S_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NPC_RCT_Ragdoll_S_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Ragdoll_S_C_OnAbilityEnd \ static_assert(alignof(ABL_NPC_RCT_Ragdoll_S_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Ragdoll_S_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NPC_RCT_Ragdoll_S_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NPC_RCT_Ragdoll_S_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NPC_RCT_Ragdoll_S_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NPC_RCT_Ragdoll_S_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_Ragdoll_S_C \ static_assert(alignof(UABL_NPC_RCT_Ragdoll_S_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_Ragdoll_S_C"); \ static_assert(sizeof(UABL_NPC_RCT_Ragdoll_S_C) == 0x0000E8, "Wrong size on UABL_NPC_RCT_Ragdoll_S_C"); \ static_assert(offsetof(UABL_NPC_RCT_Ragdoll_S_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_Ragdoll_S_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop \ static_assert(alignof(ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop) == 0x000008, "Wrong alignment on ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop"); \ static_assert(sizeof(ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop) == 0x000038, "Wrong size on ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop"); \ static_assert(offsetof(ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000004, "Member 'ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop, K2Node_Event_Context_1) == 0x000010, "Member 'ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop::K2Node_Event_Context_1' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop, K2Node_Event_Context) == 0x000018, "Member 'ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop, K2Node_Event_NextAbility) == 0x000020, "Member 'ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop, CallFunc_GetSelfActor_ReturnValue) == 0x000028, "Member 'ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop, CallFunc_PostDialogueEvent_ReturnValue) == 0x000030, "Member 'ABL_NpcReact_CowerMandrakeLoop_C_ExecuteUbergraph_ABL_NpcReact_CowerMandrakeLoop::CallFunc_PostDialogueEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_CowerMandrakeLoop_C_OnAbilityBranch \ static_assert(alignof(ABL_NpcReact_CowerMandrakeLoop_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NpcReact_CowerMandrakeLoop_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NpcReact_CowerMandrakeLoop_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NpcReact_CowerMandrakeLoop_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NpcReact_CowerMandrakeLoop_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NpcReact_CowerMandrakeLoop_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_CowerMandrakeLoop_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NpcReact_CowerMandrakeLoop_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_CowerMandrakeLoop_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_CowerMandrakeLoop_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_CowerMandrakeLoop_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_CowerMandrakeLoop_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_CowerMandrakeLoop_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_CowerMandrakeLoop_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_CowerMandrakeLoop_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_CowerMandrakeLoop_C \ static_assert(alignof(UABL_NpcReact_CowerMandrakeLoop_C) == 0x000008, "Wrong alignment on UABL_NpcReact_CowerMandrakeLoop_C"); \ static_assert(sizeof(UABL_NpcReact_CowerMandrakeLoop_C) == 0x0000E8, "Wrong size on UABL_NpcReact_CowerMandrakeLoop_C"); \ static_assert(offsetof(UABL_NpcReact_CowerMandrakeLoop_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_CowerMandrakeLoop_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_DescendoInAir_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoInAir \ static_assert(alignof(ABL_NPC_RCT_DescendoInAir_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoInAir) == 0x000008, "Wrong alignment on ABL_NPC_RCT_DescendoInAir_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoInAir"); \ static_assert(sizeof(ABL_NPC_RCT_DescendoInAir_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoInAir) == 0x000030, "Wrong size on ABL_NPC_RCT_DescendoInAir_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoInAir"); \ static_assert(offsetof(ABL_NPC_RCT_DescendoInAir_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoInAir, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_DescendoInAir_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoInAir::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_DescendoInAir_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoInAir, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_DescendoInAir_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoInAir::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_DescendoInAir_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoInAir, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NPC_RCT_DescendoInAir_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoInAir::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_DescendoInAir_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoInAir, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NPC_RCT_DescendoInAir_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoInAir::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_DescendoInAir_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoInAir, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NPC_RCT_DescendoInAir_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoInAir::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_DescendoInAir_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoInAir, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_NPC_RCT_DescendoInAir_C_ExecuteUbergraph_ABL_NPC_RCT_DescendoInAir::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_DescendoInAir_C_OnAbilityBranch \ static_assert(alignof(ABL_NPC_RCT_DescendoInAir_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NPC_RCT_DescendoInAir_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NPC_RCT_DescendoInAir_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NPC_RCT_DescendoInAir_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NPC_RCT_DescendoInAir_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NPC_RCT_DescendoInAir_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_DescendoInAir_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NPC_RCT_DescendoInAir_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_DescendoInAir_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NPC_RCT_DescendoInAir_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NPC_RCT_DescendoInAir_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NPC_RCT_DescendoInAir_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NPC_RCT_DescendoInAir_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NPC_RCT_DescendoInAir_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NPC_RCT_DescendoInAir_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_DescendoInAir_C_OnAbilityEnd \ static_assert(alignof(ABL_NPC_RCT_DescendoInAir_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NPC_RCT_DescendoInAir_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NPC_RCT_DescendoInAir_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NPC_RCT_DescendoInAir_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NPC_RCT_DescendoInAir_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NPC_RCT_DescendoInAir_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_DescendoInAir_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_DescendoInAir_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_DescendoInAir_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_DescendoInAir_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_DescendoInAir_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_DescendoInAir_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_DescendoInAir_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_DescendoInAir_C \ static_assert(alignof(UABL_NPC_RCT_DescendoInAir_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_DescendoInAir_C"); \ static_assert(sizeof(UABL_NPC_RCT_DescendoInAir_C) == 0x0000F0, "Wrong size on UABL_NPC_RCT_DescendoInAir_C"); \ static_assert(offsetof(UABL_NPC_RCT_DescendoInAir_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_DescendoInAir_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NPC_RCT_DescendoInAir_C, TempCharRef) == 0x0000E8, "Member 'UABL_NPC_RCT_DescendoInAir_C::TempCharRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_FierySendNoDeath_C \ static_assert(alignof(UABL_NPC_RCT_FierySendNoDeath_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_FierySendNoDeath_C"); \ static_assert(sizeof(UABL_NPC_RCT_FierySendNoDeath_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_FierySendNoDeath_C"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Splat_Getup_C_ExecuteUbergraph_ABL_NPC_RCT_Splat_Getup \ static_assert(alignof(ABL_NPC_RCT_Splat_Getup_C_ExecuteUbergraph_ABL_NPC_RCT_Splat_Getup) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Splat_Getup_C_ExecuteUbergraph_ABL_NPC_RCT_Splat_Getup"); \ static_assert(sizeof(ABL_NPC_RCT_Splat_Getup_C_ExecuteUbergraph_ABL_NPC_RCT_Splat_Getup) == 0x000030, "Wrong size on ABL_NPC_RCT_Splat_Getup_C_ExecuteUbergraph_ABL_NPC_RCT_Splat_Getup"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_Getup_C_ExecuteUbergraph_ABL_NPC_RCT_Splat_Getup, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_Splat_Getup_C_ExecuteUbergraph_ABL_NPC_RCT_Splat_Getup::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_Getup_C_ExecuteUbergraph_ABL_NPC_RCT_Splat_Getup, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_Splat_Getup_C_ExecuteUbergraph_ABL_NPC_RCT_Splat_Getup::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_Getup_C_ExecuteUbergraph_ABL_NPC_RCT_Splat_Getup, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NPC_RCT_Splat_Getup_C_ExecuteUbergraph_ABL_NPC_RCT_Splat_Getup::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_Getup_C_ExecuteUbergraph_ABL_NPC_RCT_Splat_Getup, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NPC_RCT_Splat_Getup_C_ExecuteUbergraph_ABL_NPC_RCT_Splat_Getup::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_Getup_C_ExecuteUbergraph_ABL_NPC_RCT_Splat_Getup, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NPC_RCT_Splat_Getup_C_ExecuteUbergraph_ABL_NPC_RCT_Splat_Getup::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_Getup_C_ExecuteUbergraph_ABL_NPC_RCT_Splat_Getup, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_NPC_RCT_Splat_Getup_C_ExecuteUbergraph_ABL_NPC_RCT_Splat_Getup::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Splat_Getup_C_OnAbilityBranch \ static_assert(alignof(ABL_NPC_RCT_Splat_Getup_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Splat_Getup_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NPC_RCT_Splat_Getup_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NPC_RCT_Splat_Getup_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_Getup_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NPC_RCT_Splat_Getup_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_Getup_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NPC_RCT_Splat_Getup_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Splat_Getup_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NPC_RCT_Splat_Getup_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Splat_Getup_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NPC_RCT_Splat_Getup_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NPC_RCT_Splat_Getup_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_Getup_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NPC_RCT_Splat_Getup_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Splat_Getup_C_OnAbilityEnd \ static_assert(alignof(ABL_NPC_RCT_Splat_Getup_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Splat_Getup_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NPC_RCT_Splat_Getup_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NPC_RCT_Splat_Getup_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_Getup_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NPC_RCT_Splat_Getup_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Splat_Getup_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_Splat_Getup_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Splat_Getup_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_Splat_Getup_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_Splat_Getup_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_Getup_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_Splat_Getup_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_Splat_Getup_C \ static_assert(alignof(UABL_NPC_RCT_Splat_Getup_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_Splat_Getup_C"); \ static_assert(sizeof(UABL_NPC_RCT_Splat_Getup_C) == 0x0000E8, "Wrong size on UABL_NPC_RCT_Splat_Getup_C"); \ static_assert(offsetof(UABL_NPC_RCT_Splat_Getup_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_Splat_Getup_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Spawn_Death_C_ExecuteUbergraph_ABL_Enemy_Spawn_Death \ static_assert(alignof(ABL_Enemy_Spawn_Death_C_ExecuteUbergraph_ABL_Enemy_Spawn_Death) == 0x000008, "Wrong alignment on ABL_Enemy_Spawn_Death_C_ExecuteUbergraph_ABL_Enemy_Spawn_Death"); \ static_assert(sizeof(ABL_Enemy_Spawn_Death_C_ExecuteUbergraph_ABL_Enemy_Spawn_Death) == 0x0000B8, "Wrong size on ABL_Enemy_Spawn_Death_C_ExecuteUbergraph_ABL_Enemy_Spawn_Death"); \ static_assert(offsetof(ABL_Enemy_Spawn_Death_C_ExecuteUbergraph_ABL_Enemy_Spawn_Death, EntryPoint) == 0x000000, "Member 'ABL_Enemy_Spawn_Death_C_ExecuteUbergraph_ABL_Enemy_Spawn_Death::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Spawn_Death_C_ExecuteUbergraph_ABL_Enemy_Spawn_Death, CallFunc_MakeHitResult_ReturnValue) == 0x000004, "Member 'ABL_Enemy_Spawn_Death_C_ExecuteUbergraph_ABL_Enemy_Spawn_Death::CallFunc_MakeHitResult_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Spawn_Death_C_ExecuteUbergraph_ABL_Enemy_Spawn_Death, K2Node_Event_Context) == 0x000090, "Member 'ABL_Enemy_Spawn_Death_C_ExecuteUbergraph_ABL_Enemy_Spawn_Death::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Spawn_Death_C_ExecuteUbergraph_ABL_Enemy_Spawn_Death, K2Node_MakeArray_Array) == 0x000098, "Member 'ABL_Enemy_Spawn_Death_C_ExecuteUbergraph_ABL_Enemy_Spawn_Death::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Spawn_Death_C_ExecuteUbergraph_ABL_Enemy_Spawn_Death, CallFunc_GetSelfActor_ReturnValue) == 0x0000A8, "Member 'ABL_Enemy_Spawn_Death_C_ExecuteUbergraph_ABL_Enemy_Spawn_Death::CallFunc_GetSelfActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Spawn_Death_C_ExecuteUbergraph_ABL_Enemy_Spawn_Death, CallFunc_Kill_ReturnValue) == 0x0000B0, "Member 'ABL_Enemy_Spawn_Death_C_ExecuteUbergraph_ABL_Enemy_Spawn_Death::CallFunc_Kill_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Spawn_Death_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_Spawn_Death_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_Spawn_Death_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_Spawn_Death_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_Spawn_Death_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_Spawn_Death_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_Spawn_Death_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Spawn_Death_C \ static_assert(alignof(UABL_Enemy_Spawn_Death_C) == 0x000008, "Wrong alignment on UABL_Enemy_Spawn_Death_C"); \ static_assert(sizeof(UABL_Enemy_Spawn_Death_C) == 0x0000D0, "Wrong size on UABL_Enemy_Spawn_Death_C"); \ static_assert(offsetof(UABL_Enemy_Spawn_Death_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_Spawn_Death_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Spawn_Petrified_C_ExecuteUbergraph_ABL_Enemy_Spawn_Petrified \ static_assert(alignof(ABL_Enemy_Spawn_Petrified_C_ExecuteUbergraph_ABL_Enemy_Spawn_Petrified) == 0x000008, "Wrong alignment on ABL_Enemy_Spawn_Petrified_C_ExecuteUbergraph_ABL_Enemy_Spawn_Petrified"); \ static_assert(sizeof(ABL_Enemy_Spawn_Petrified_C_ExecuteUbergraph_ABL_Enemy_Spawn_Petrified) == 0x000010, "Wrong size on ABL_Enemy_Spawn_Petrified_C_ExecuteUbergraph_ABL_Enemy_Spawn_Petrified"); \ static_assert(offsetof(ABL_Enemy_Spawn_Petrified_C_ExecuteUbergraph_ABL_Enemy_Spawn_Petrified, EntryPoint) == 0x000000, "Member 'ABL_Enemy_Spawn_Petrified_C_ExecuteUbergraph_ABL_Enemy_Spawn_Petrified::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_Enemy_Spawn_Petrified_C_ExecuteUbergraph_ABL_Enemy_Spawn_Petrified, K2Node_Event_Context) == 0x000008, "Member 'ABL_Enemy_Spawn_Petrified_C_ExecuteUbergraph_ABL_Enemy_Spawn_Petrified::K2Node_Event_Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_Enemy_Spawn_Petrified_C_OnAbilityStart \ static_assert(alignof(ABL_Enemy_Spawn_Petrified_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_Enemy_Spawn_Petrified_C_OnAbilityStart"); \ static_assert(sizeof(ABL_Enemy_Spawn_Petrified_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_Enemy_Spawn_Petrified_C_OnAbilityStart"); \ static_assert(offsetof(ABL_Enemy_Spawn_Petrified_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_Enemy_Spawn_Petrified_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_Enemy_Spawn_Petrified_C \ static_assert(alignof(UABL_Enemy_Spawn_Petrified_C) == 0x000008, "Wrong alignment on UABL_Enemy_Spawn_Petrified_C"); \ static_assert(sizeof(UABL_Enemy_Spawn_Petrified_C) == 0x0000D0, "Wrong size on UABL_Enemy_Spawn_Petrified_C"); \ static_assert(offsetof(UABL_Enemy_Spawn_Petrified_C, UberGraphFrame) == 0x0000C8, "Member 'UABL_Enemy_Spawn_Petrified_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_Accio_S_C_ExecuteUbergraph_ABL_NpcReact_Accio_S \ static_assert(alignof(ABL_NpcReact_Accio_S_C_ExecuteUbergraph_ABL_NpcReact_Accio_S) == 0x000008, "Wrong alignment on ABL_NpcReact_Accio_S_C_ExecuteUbergraph_ABL_NpcReact_Accio_S"); \ static_assert(sizeof(ABL_NpcReact_Accio_S_C_ExecuteUbergraph_ABL_NpcReact_Accio_S) == 0x000030, "Wrong size on ABL_NpcReact_Accio_S_C_ExecuteUbergraph_ABL_NpcReact_Accio_S"); \ static_assert(offsetof(ABL_NpcReact_Accio_S_C_ExecuteUbergraph_ABL_NpcReact_Accio_S, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_Accio_S_C_ExecuteUbergraph_ABL_NpcReact_Accio_S::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Accio_S_C_ExecuteUbergraph_ABL_NpcReact_Accio_S, K2Node_Event_Context) == 0x000008, "Member 'ABL_NpcReact_Accio_S_C_ExecuteUbergraph_ABL_NpcReact_Accio_S::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Accio_S_C_ExecuteUbergraph_ABL_NpcReact_Accio_S, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NpcReact_Accio_S_C_ExecuteUbergraph_ABL_NpcReact_Accio_S::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Accio_S_C_ExecuteUbergraph_ABL_NpcReact_Accio_S, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NpcReact_Accio_S_C_ExecuteUbergraph_ABL_NpcReact_Accio_S::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Accio_S_C_ExecuteUbergraph_ABL_NpcReact_Accio_S, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NpcReact_Accio_S_C_ExecuteUbergraph_ABL_NpcReact_Accio_S::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Accio_S_C_ExecuteUbergraph_ABL_NpcReact_Accio_S, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_NpcReact_Accio_S_C_ExecuteUbergraph_ABL_NpcReact_Accio_S::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_Accio_S_C_OnAbilityBranch \ static_assert(alignof(ABL_NpcReact_Accio_S_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NpcReact_Accio_S_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NpcReact_Accio_S_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NpcReact_Accio_S_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NpcReact_Accio_S_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NpcReact_Accio_S_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Accio_S_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NpcReact_Accio_S_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_Accio_S_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NpcReact_Accio_S_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NpcReact_Accio_S_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NpcReact_Accio_S_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NpcReact_Accio_S_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NpcReact_Accio_S_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NpcReact_Accio_S_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_Accio_S_C_OnAbilityEnd \ static_assert(alignof(ABL_NpcReact_Accio_S_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NpcReact_Accio_S_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NpcReact_Accio_S_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NpcReact_Accio_S_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NpcReact_Accio_S_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NpcReact_Accio_S_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_Accio_S_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_Accio_S_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_Accio_S_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_Accio_S_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_Accio_S_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_Accio_S_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_Accio_S_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_Accio_S_C \ static_assert(alignof(UABL_NpcReact_Accio_S_C) == 0x000008, "Wrong alignment on UABL_NpcReact_Accio_S_C"); \ static_assert(sizeof(UABL_NpcReact_Accio_S_C) == 0x0000F0, "Wrong size on UABL_NpcReact_Accio_S_C"); \ static_assert(offsetof(UABL_NpcReact_Accio_S_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_Accio_S_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NpcReact_Accio_S_C, TempCharRef) == 0x0000E8, "Member 'UABL_NpcReact_Accio_S_C::TempCharRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_Loop_Break_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop_Break \ static_assert(alignof(ABL_NPC_RCT_Levioso_Loop_Break_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop_Break) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_Loop_Break_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop_Break"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_Loop_Break_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop_Break) == 0x000020, "Wrong size on ABL_NPC_RCT_Levioso_Loop_Break_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop_Break"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_Loop_Break_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop_Break, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_Loop_Break_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop_Break::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_Loop_Break_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop_Break, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_Levioso_Loop_Break_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop_Break::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_Loop_Break_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop_Break, K2Node_Event_Context_2) == 0x000010, "Member 'ABL_NPC_RCT_Levioso_Loop_Break_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop_Break::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_Loop_Break_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop_Break, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_NPC_RCT_Levioso_Loop_Break_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop_Break::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityEnd \ static_assert(alignof(ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_Loop_Break_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_Levioso_Loop_Break_C \ static_assert(alignof(UABL_NPC_RCT_Levioso_Loop_Break_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_Levioso_Loop_Break_C"); \ static_assert(sizeof(UABL_NPC_RCT_Levioso_Loop_Break_C) == 0x0000F0, "Wrong size on UABL_NPC_RCT_Levioso_Loop_Break_C"); \ static_assert(offsetof(UABL_NPC_RCT_Levioso_Loop_Break_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_Levioso_Loop_Break_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NPC_RCT_Levioso_Loop_Break_C, TempCharRef) == 0x0000E8, "Member 'UABL_NPC_RCT_Levioso_Loop_Break_C::TempCharRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Splat_C_ExecuteUbergraph_ABL_NPC_RCT_Splat \ static_assert(alignof(ABL_NPC_RCT_Splat_C_ExecuteUbergraph_ABL_NPC_RCT_Splat) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Splat_C_ExecuteUbergraph_ABL_NPC_RCT_Splat"); \ static_assert(sizeof(ABL_NPC_RCT_Splat_C_ExecuteUbergraph_ABL_NPC_RCT_Splat) == 0x000030, "Wrong size on ABL_NPC_RCT_Splat_C_ExecuteUbergraph_ABL_NPC_RCT_Splat"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_C_ExecuteUbergraph_ABL_NPC_RCT_Splat, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_Splat_C_ExecuteUbergraph_ABL_NPC_RCT_Splat::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_C_ExecuteUbergraph_ABL_NPC_RCT_Splat, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_Splat_C_ExecuteUbergraph_ABL_NPC_RCT_Splat::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_C_ExecuteUbergraph_ABL_NPC_RCT_Splat, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NPC_RCT_Splat_C_ExecuteUbergraph_ABL_NPC_RCT_Splat::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_C_ExecuteUbergraph_ABL_NPC_RCT_Splat, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NPC_RCT_Splat_C_ExecuteUbergraph_ABL_NPC_RCT_Splat::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_C_ExecuteUbergraph_ABL_NPC_RCT_Splat, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NPC_RCT_Splat_C_ExecuteUbergraph_ABL_NPC_RCT_Splat::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_C_ExecuteUbergraph_ABL_NPC_RCT_Splat, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_NPC_RCT_Splat_C_ExecuteUbergraph_ABL_NPC_RCT_Splat::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Splat_C_OnAbilityBranch \ static_assert(alignof(ABL_NPC_RCT_Splat_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Splat_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NPC_RCT_Splat_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NPC_RCT_Splat_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NPC_RCT_Splat_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NPC_RCT_Splat_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Splat_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NPC_RCT_Splat_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Splat_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NPC_RCT_Splat_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NPC_RCT_Splat_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NPC_RCT_Splat_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Splat_C_OnAbilityEnd \ static_assert(alignof(ABL_NPC_RCT_Splat_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Splat_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NPC_RCT_Splat_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NPC_RCT_Splat_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NPC_RCT_Splat_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Splat_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_Splat_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Splat_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_Splat_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_Splat_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_Splat_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_Splat_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_Splat_C \ static_assert(alignof(UABL_NPC_RCT_Splat_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_Splat_C"); \ static_assert(sizeof(UABL_NPC_RCT_Splat_C) == 0x0000E8, "Wrong size on UABL_NPC_RCT_Splat_C"); \ static_assert(offsetof(UABL_NPC_RCT_Splat_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_Splat_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Knockdown_Splat_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Splat \ static_assert(alignof(ABL_RCT_NPC_Knockdown_Splat_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Splat) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Knockdown_Splat_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Splat"); \ static_assert(sizeof(ABL_RCT_NPC_Knockdown_Splat_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Splat) == 0x000030, "Wrong size on ABL_RCT_NPC_Knockdown_Splat_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Splat"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Splat_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Splat, EntryPoint) == 0x000000, "Member 'ABL_RCT_NPC_Knockdown_Splat_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Splat::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Splat_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Splat, K2Node_Event_Context) == 0x000008, "Member 'ABL_RCT_NPC_Knockdown_Splat_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Splat::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Splat_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Splat, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_RCT_NPC_Knockdown_Splat_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Splat::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Splat_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Splat, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_RCT_NPC_Knockdown_Splat_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Splat::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Splat_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Splat, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_RCT_NPC_Knockdown_Splat_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Splat::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Splat_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Splat, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_RCT_NPC_Knockdown_Splat_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Splat::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityBranch \ static_assert(alignof(ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityInterrupt \ static_assert(alignof(ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityEnd \ static_assert(alignof(ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityStart \ static_assert(alignof(ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityStart"); \ static_assert(sizeof(ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityStart"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_RCT_NPC_Knockdown_Splat_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_Knockdown_Splat_C \ static_assert(alignof(UABL_RCT_NPC_Knockdown_Splat_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_Knockdown_Splat_C"); \ static_assert(sizeof(UABL_RCT_NPC_Knockdown_Splat_C) == 0x0000E8, "Wrong size on UABL_RCT_NPC_Knockdown_Splat_C"); \ static_assert(offsetof(UABL_RCT_NPC_Knockdown_Splat_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_RCT_NPC_Knockdown_Splat_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_FiendFyre_NoDeath_C \ static_assert(alignof(UABL_RCT_NPC_FiendFyre_NoDeath_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_FiendFyre_NoDeath_C"); \ static_assert(sizeof(UABL_RCT_NPC_FiendFyre_NoDeath_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_FiendFyre_NoDeath_C"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_Loop_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop \ static_assert(alignof(ABL_NPC_RCT_Levioso_Loop_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_Loop_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_Loop_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop) == 0x000020, "Wrong size on ABL_NPC_RCT_Levioso_Loop_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_Loop_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop, EntryPoint) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_Loop_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_Loop_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop, K2Node_Event_Context) == 0x000008, "Member 'ABL_NPC_RCT_Levioso_Loop_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_Loop_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop, K2Node_Event_Context_2) == 0x000010, "Member 'ABL_NPC_RCT_Levioso_Loop_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_Loop_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop, K2Node_Event_Context_1) == 0x000018, "Member 'ABL_NPC_RCT_Levioso_Loop_C_ExecuteUbergraph_ABL_NPC_RCT_Levioso_Loop::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_Loop_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NPC_RCT_Levioso_Loop_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_Loop_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_Loop_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NPC_RCT_Levioso_Loop_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_Loop_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_Loop_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_Loop_C_OnAbilityEnd \ static_assert(alignof(ABL_NPC_RCT_Levioso_Loop_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_Loop_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_Loop_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NPC_RCT_Levioso_Loop_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_Loop_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_Loop_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NPC_RCT_Levioso_Loop_C_OnAbilityStart \ static_assert(alignof(ABL_NPC_RCT_Levioso_Loop_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NPC_RCT_Levioso_Loop_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NPC_RCT_Levioso_Loop_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NPC_RCT_Levioso_Loop_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NPC_RCT_Levioso_Loop_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NPC_RCT_Levioso_Loop_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_Levioso_Loop_C \ static_assert(alignof(UABL_NPC_RCT_Levioso_Loop_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_Levioso_Loop_C"); \ static_assert(sizeof(UABL_NPC_RCT_Levioso_Loop_C) == 0x000100, "Wrong size on UABL_NPC_RCT_Levioso_Loop_C"); \ static_assert(offsetof(UABL_NPC_RCT_Levioso_Loop_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NPC_RCT_Levioso_Loop_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NPC_RCT_Levioso_Loop_C, TempCharRef) == 0x0000E8, "Member 'UABL_NPC_RCT_Levioso_Loop_C::TempCharRef' has a wrong offset!"); \ static_assert(offsetof(UABL_NPC_RCT_Levioso_Loop_C, NewVar_0) == 0x0000F0, "Member 'UABL_NPC_RCT_Levioso_Loop_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(UABL_NPC_RCT_Levioso_Loop_C, NewVar_1) == 0x0000F8, "Member 'UABL_NPC_RCT_Levioso_Loop_C::NewVar_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BumpStart_C_ExecuteUbergraph_ABL_NpcReact_BumpStart \ static_assert(alignof(ABL_NpcReact_BumpStart_C_ExecuteUbergraph_ABL_NpcReact_BumpStart) == 0x000008, "Wrong alignment on ABL_NpcReact_BumpStart_C_ExecuteUbergraph_ABL_NpcReact_BumpStart"); \ static_assert(sizeof(ABL_NpcReact_BumpStart_C_ExecuteUbergraph_ABL_NpcReact_BumpStart) == 0x000030, "Wrong size on ABL_NpcReact_BumpStart_C_ExecuteUbergraph_ABL_NpcReact_BumpStart"); \ static_assert(offsetof(ABL_NpcReact_BumpStart_C_ExecuteUbergraph_ABL_NpcReact_BumpStart, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_BumpStart_C_ExecuteUbergraph_ABL_NpcReact_BumpStart::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpStart_C_ExecuteUbergraph_ABL_NpcReact_BumpStart, K2Node_Event_Context) == 0x000008, "Member 'ABL_NpcReact_BumpStart_C_ExecuteUbergraph_ABL_NpcReact_BumpStart::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpStart_C_ExecuteUbergraph_ABL_NpcReact_BumpStart, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NpcReact_BumpStart_C_ExecuteUbergraph_ABL_NpcReact_BumpStart::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpStart_C_ExecuteUbergraph_ABL_NpcReact_BumpStart, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NpcReact_BumpStart_C_ExecuteUbergraph_ABL_NpcReact_BumpStart::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpStart_C_ExecuteUbergraph_ABL_NpcReact_BumpStart, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NpcReact_BumpStart_C_ExecuteUbergraph_ABL_NpcReact_BumpStart::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpStart_C_ExecuteUbergraph_ABL_NpcReact_BumpStart, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_NpcReact_BumpStart_C_ExecuteUbergraph_ABL_NpcReact_BumpStart::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BumpStart_C_OnAbilityBranch \ static_assert(alignof(ABL_NpcReact_BumpStart_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NpcReact_BumpStart_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NpcReact_BumpStart_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NpcReact_BumpStart_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NpcReact_BumpStart_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NpcReact_BumpStart_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_BumpStart_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NpcReact_BumpStart_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BumpStart_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NpcReact_BumpStart_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NpcReact_BumpStart_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NpcReact_BumpStart_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NpcReact_BumpStart_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NpcReact_BumpStart_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NpcReact_BumpStart_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BumpStart_C_OnAbilityEnd \ static_assert(alignof(ABL_NpcReact_BumpStart_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NpcReact_BumpStart_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NpcReact_BumpStart_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NpcReact_BumpStart_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NpcReact_BumpStart_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NpcReact_BumpStart_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_BumpStart_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_BumpStart_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_BumpStart_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_BumpStart_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_BumpStart_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_BumpStart_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_BumpStart_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_BumpStart_C \ static_assert(alignof(UABL_NpcReact_BumpStart_C) == 0x000008, "Wrong alignment on UABL_NpcReact_BumpStart_C"); \ static_assert(sizeof(UABL_NpcReact_BumpStart_C) == 0x0000F0, "Wrong size on UABL_NpcReact_BumpStart_C"); \ static_assert(offsetof(UABL_NpcReact_BumpStart_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_BumpStart_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NpcReact_BumpStart_C, TempCharRef) == 0x0000E8, "Member 'UABL_NpcReact_BumpStart_C::TempCharRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_Bump_Duel_C_ExecuteUbergraph_ABL_NpcReact_Bump_Duel \ static_assert(alignof(ABL_NpcReact_Bump_Duel_C_ExecuteUbergraph_ABL_NpcReact_Bump_Duel) == 0x000008, "Wrong alignment on ABL_NpcReact_Bump_Duel_C_ExecuteUbergraph_ABL_NpcReact_Bump_Duel"); \ static_assert(sizeof(ABL_NpcReact_Bump_Duel_C_ExecuteUbergraph_ABL_NpcReact_Bump_Duel) == 0x000030, "Wrong size on ABL_NpcReact_Bump_Duel_C_ExecuteUbergraph_ABL_NpcReact_Bump_Duel"); \ static_assert(offsetof(ABL_NpcReact_Bump_Duel_C_ExecuteUbergraph_ABL_NpcReact_Bump_Duel, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_Bump_Duel_C_ExecuteUbergraph_ABL_NpcReact_Bump_Duel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Bump_Duel_C_ExecuteUbergraph_ABL_NpcReact_Bump_Duel, K2Node_Event_Context) == 0x000008, "Member 'ABL_NpcReact_Bump_Duel_C_ExecuteUbergraph_ABL_NpcReact_Bump_Duel::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Bump_Duel_C_ExecuteUbergraph_ABL_NpcReact_Bump_Duel, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NpcReact_Bump_Duel_C_ExecuteUbergraph_ABL_NpcReact_Bump_Duel::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Bump_Duel_C_ExecuteUbergraph_ABL_NpcReact_Bump_Duel, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NpcReact_Bump_Duel_C_ExecuteUbergraph_ABL_NpcReact_Bump_Duel::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Bump_Duel_C_ExecuteUbergraph_ABL_NpcReact_Bump_Duel, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NpcReact_Bump_Duel_C_ExecuteUbergraph_ABL_NpcReact_Bump_Duel::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Bump_Duel_C_ExecuteUbergraph_ABL_NpcReact_Bump_Duel, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_NpcReact_Bump_Duel_C_ExecuteUbergraph_ABL_NpcReact_Bump_Duel::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_Bump_Duel_C_OnAbilityBranch \ static_assert(alignof(ABL_NpcReact_Bump_Duel_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NpcReact_Bump_Duel_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NpcReact_Bump_Duel_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NpcReact_Bump_Duel_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NpcReact_Bump_Duel_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NpcReact_Bump_Duel_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_Bump_Duel_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NpcReact_Bump_Duel_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_Bump_Duel_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NpcReact_Bump_Duel_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NpcReact_Bump_Duel_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NpcReact_Bump_Duel_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NpcReact_Bump_Duel_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NpcReact_Bump_Duel_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NpcReact_Bump_Duel_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_Bump_Duel_C_OnAbilityEnd \ static_assert(alignof(ABL_NpcReact_Bump_Duel_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NpcReact_Bump_Duel_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NpcReact_Bump_Duel_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NpcReact_Bump_Duel_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NpcReact_Bump_Duel_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NpcReact_Bump_Duel_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_Bump_Duel_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_Bump_Duel_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_Bump_Duel_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_Bump_Duel_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_Bump_Duel_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_Bump_Duel_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_Bump_Duel_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_Bump_Duel_C \ static_assert(alignof(UABL_NpcReact_Bump_Duel_C) == 0x000008, "Wrong alignment on UABL_NpcReact_Bump_Duel_C"); \ static_assert(sizeof(UABL_NpcReact_Bump_Duel_C) == 0x0000F0, "Wrong size on UABL_NpcReact_Bump_Duel_C"); \ static_assert(offsetof(UABL_NpcReact_Bump_Duel_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_Bump_Duel_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NpcReact_Bump_Duel_C, TempCharRef) == 0x0000E8, "Member 'UABL_NpcReact_Bump_Duel_C::TempCharRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_TumbleUpStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpStart \ static_assert(alignof(ABL_NpcReact_TumbleUpStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpStart) == 0x000008, "Wrong alignment on ABL_NpcReact_TumbleUpStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpStart"); \ static_assert(sizeof(ABL_NpcReact_TumbleUpStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpStart) == 0x000030, "Wrong size on ABL_NpcReact_TumbleUpStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpStart"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpStart, EntryPoint) == 0x000000, "Member 'ABL_NpcReact_TumbleUpStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpStart::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpStart, K2Node_Event_Context) == 0x000008, "Member 'ABL_NpcReact_TumbleUpStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpStart::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpStart, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_NpcReact_TumbleUpStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpStart::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpStart, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_NpcReact_TumbleUpStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpStart::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpStart, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_NpcReact_TumbleUpStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpStart::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpStart, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_NpcReact_TumbleUpStart_C_ExecuteUbergraph_ABL_NpcReact_TumbleUpStart::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_TumbleUpStart_C_OnAbilityBranch \ static_assert(alignof(ABL_NpcReact_TumbleUpStart_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_NpcReact_TumbleUpStart_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_NpcReact_TumbleUpStart_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_NpcReact_TumbleUpStart_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpStart_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_NpcReact_TumbleUpStart_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpStart_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_NpcReact_TumbleUpStart_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_TumbleUpStart_C_OnAbilityInterrupt \ static_assert(alignof(ABL_NpcReact_TumbleUpStart_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_NpcReact_TumbleUpStart_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_NpcReact_TumbleUpStart_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_NpcReact_TumbleUpStart_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpStart_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_NpcReact_TumbleUpStart_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_TumbleUpStart_C_OnAbilityEnd \ static_assert(alignof(ABL_NpcReact_TumbleUpStart_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_NpcReact_TumbleUpStart_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_NpcReact_TumbleUpStart_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_NpcReact_TumbleUpStart_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpStart_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_NpcReact_TumbleUpStart_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_NpcReact_TumbleUpStart_C_OnAbilityStart \ static_assert(alignof(ABL_NpcReact_TumbleUpStart_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_NpcReact_TumbleUpStart_C_OnAbilityStart"); \ static_assert(sizeof(ABL_NpcReact_TumbleUpStart_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_NpcReact_TumbleUpStart_C_OnAbilityStart"); \ static_assert(offsetof(ABL_NpcReact_TumbleUpStart_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_NpcReact_TumbleUpStart_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NpcReact_TumbleUpStart_C \ static_assert(alignof(UABL_NpcReact_TumbleUpStart_C) == 0x000008, "Wrong alignment on UABL_NpcReact_TumbleUpStart_C"); \ static_assert(sizeof(UABL_NpcReact_TumbleUpStart_C) == 0x0000F0, "Wrong size on UABL_NpcReact_TumbleUpStart_C"); \ static_assert(offsetof(UABL_NpcReact_TumbleUpStart_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_NpcReact_TumbleUpStart_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABL_NpcReact_TumbleUpStart_C, TempCharRef) == 0x0000E8, "Member 'UABL_NpcReact_TumbleUpStart_C::TempCharRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Knockdown_Medium_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Medium \ static_assert(alignof(ABL_RCT_NPC_Knockdown_Medium_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Medium) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Knockdown_Medium_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Medium"); \ static_assert(sizeof(ABL_RCT_NPC_Knockdown_Medium_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Medium) == 0x000030, "Wrong size on ABL_RCT_NPC_Knockdown_Medium_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Medium"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Medium_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Medium, EntryPoint) == 0x000000, "Member 'ABL_RCT_NPC_Knockdown_Medium_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Medium::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Medium_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Medium, K2Node_Event_Context) == 0x000008, "Member 'ABL_RCT_NPC_Knockdown_Medium_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Medium::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Medium_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Medium, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_RCT_NPC_Knockdown_Medium_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Medium::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Medium_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Medium, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_RCT_NPC_Knockdown_Medium_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Medium::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Medium_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Medium, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_RCT_NPC_Knockdown_Medium_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Medium::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Medium_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Medium, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_RCT_NPC_Knockdown_Medium_C_ExecuteUbergraph_ABL_RCT_NPC_Knockdown_Medium::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityBranch \ static_assert(alignof(ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityInterrupt \ static_assert(alignof(ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityEnd \ static_assert(alignof(ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityStart \ static_assert(alignof(ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityStart"); \ static_assert(sizeof(ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityStart"); \ static_assert(offsetof(ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_RCT_NPC_Knockdown_Medium_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_Knockdown_Medium_C \ static_assert(alignof(UABL_RCT_NPC_Knockdown_Medium_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_Knockdown_Medium_C"); \ static_assert(sizeof(UABL_RCT_NPC_Knockdown_Medium_C) == 0x0000E8, "Wrong size on UABL_RCT_NPC_Knockdown_Medium_C"); \ static_assert(offsetof(UABL_RCT_NPC_Knockdown_Medium_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_RCT_NPC_Knockdown_Medium_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_BounceUp_C_ExecuteUbergraph_ABL_RCT_NPC_BounceUp \ static_assert(alignof(ABL_RCT_NPC_BounceUp_C_ExecuteUbergraph_ABL_RCT_NPC_BounceUp) == 0x000008, "Wrong alignment on ABL_RCT_NPC_BounceUp_C_ExecuteUbergraph_ABL_RCT_NPC_BounceUp"); \ static_assert(sizeof(ABL_RCT_NPC_BounceUp_C_ExecuteUbergraph_ABL_RCT_NPC_BounceUp) == 0x000030, "Wrong size on ABL_RCT_NPC_BounceUp_C_ExecuteUbergraph_ABL_RCT_NPC_BounceUp"); \ static_assert(offsetof(ABL_RCT_NPC_BounceUp_C_ExecuteUbergraph_ABL_RCT_NPC_BounceUp, EntryPoint) == 0x000000, "Member 'ABL_RCT_NPC_BounceUp_C_ExecuteUbergraph_ABL_RCT_NPC_BounceUp::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_BounceUp_C_ExecuteUbergraph_ABL_RCT_NPC_BounceUp, K2Node_Event_Context) == 0x000008, "Member 'ABL_RCT_NPC_BounceUp_C_ExecuteUbergraph_ABL_RCT_NPC_BounceUp::K2Node_Event_Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_BounceUp_C_ExecuteUbergraph_ABL_RCT_NPC_BounceUp, K2Node_Event_NextAbility) == 0x000010, "Member 'ABL_RCT_NPC_BounceUp_C_ExecuteUbergraph_ABL_RCT_NPC_BounceUp::K2Node_Event_NextAbility' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_BounceUp_C_ExecuteUbergraph_ABL_RCT_NPC_BounceUp, K2Node_Event_Context_3) == 0x000018, "Member 'ABL_RCT_NPC_BounceUp_C_ExecuteUbergraph_ABL_RCT_NPC_BounceUp::K2Node_Event_Context_3' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_BounceUp_C_ExecuteUbergraph_ABL_RCT_NPC_BounceUp, K2Node_Event_Context_2) == 0x000020, "Member 'ABL_RCT_NPC_BounceUp_C_ExecuteUbergraph_ABL_RCT_NPC_BounceUp::K2Node_Event_Context_2' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_BounceUp_C_ExecuteUbergraph_ABL_RCT_NPC_BounceUp, K2Node_Event_Context_1) == 0x000028, "Member 'ABL_RCT_NPC_BounceUp_C_ExecuteUbergraph_ABL_RCT_NPC_BounceUp::K2Node_Event_Context_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_BounceUp_C_OnAbilityBranch \ static_assert(alignof(ABL_RCT_NPC_BounceUp_C_OnAbilityBranch) == 0x000008, "Wrong alignment on ABL_RCT_NPC_BounceUp_C_OnAbilityBranch"); \ static_assert(sizeof(ABL_RCT_NPC_BounceUp_C_OnAbilityBranch) == 0x000010, "Wrong size on ABL_RCT_NPC_BounceUp_C_OnAbilityBranch"); \ static_assert(offsetof(ABL_RCT_NPC_BounceUp_C_OnAbilityBranch, Context) == 0x000000, "Member 'ABL_RCT_NPC_BounceUp_C_OnAbilityBranch::Context' has a wrong offset!"); \ static_assert(offsetof(ABL_RCT_NPC_BounceUp_C_OnAbilityBranch, NextAbility) == 0x000008, "Member 'ABL_RCT_NPC_BounceUp_C_OnAbilityBranch::NextAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_BounceUp_C_OnAbilityInterrupt \ static_assert(alignof(ABL_RCT_NPC_BounceUp_C_OnAbilityInterrupt) == 0x000008, "Wrong alignment on ABL_RCT_NPC_BounceUp_C_OnAbilityInterrupt"); \ static_assert(sizeof(ABL_RCT_NPC_BounceUp_C_OnAbilityInterrupt) == 0x000008, "Wrong size on ABL_RCT_NPC_BounceUp_C_OnAbilityInterrupt"); \ static_assert(offsetof(ABL_RCT_NPC_BounceUp_C_OnAbilityInterrupt, Context) == 0x000000, "Member 'ABL_RCT_NPC_BounceUp_C_OnAbilityInterrupt::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_BounceUp_C_OnAbilityEnd \ static_assert(alignof(ABL_RCT_NPC_BounceUp_C_OnAbilityEnd) == 0x000008, "Wrong alignment on ABL_RCT_NPC_BounceUp_C_OnAbilityEnd"); \ static_assert(sizeof(ABL_RCT_NPC_BounceUp_C_OnAbilityEnd) == 0x000008, "Wrong size on ABL_RCT_NPC_BounceUp_C_OnAbilityEnd"); \ static_assert(offsetof(ABL_RCT_NPC_BounceUp_C_OnAbilityEnd, Context) == 0x000000, "Member 'ABL_RCT_NPC_BounceUp_C_OnAbilityEnd::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABL_RCT_NPC_BounceUp_C_OnAbilityStart \ static_assert(alignof(ABL_RCT_NPC_BounceUp_C_OnAbilityStart) == 0x000008, "Wrong alignment on ABL_RCT_NPC_BounceUp_C_OnAbilityStart"); \ static_assert(sizeof(ABL_RCT_NPC_BounceUp_C_OnAbilityStart) == 0x000008, "Wrong size on ABL_RCT_NPC_BounceUp_C_OnAbilityStart"); \ static_assert(offsetof(ABL_RCT_NPC_BounceUp_C_OnAbilityStart, Context) == 0x000000, "Member 'ABL_RCT_NPC_BounceUp_C_OnAbilityStart::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_BounceUp_C \ static_assert(alignof(UABL_RCT_NPC_BounceUp_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_BounceUp_C"); \ static_assert(sizeof(UABL_RCT_NPC_BounceUp_C) == 0x0000E8, "Wrong size on UABL_RCT_NPC_BounceUp_C"); \ static_assert(offsetof(UABL_RCT_NPC_BounceUp_C, UberGraphFrame) == 0x0000E0, "Member 'UABL_RCT_NPC_BounceUp_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_BlackParticleExplodeNoDeath_InAir_C \ static_assert(alignof(UABL_NPC_RCT_BlackParticleExplodeNoDeath_InAir_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_BlackParticleExplodeNoDeath_InAir_C"); \ static_assert(sizeof(UABL_NPC_RCT_BlackParticleExplodeNoDeath_InAir_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_BlackParticleExplodeNoDeath_InAir_C"); \ #define DUMPER7_ASSERTS_UABL_NPC_RCT_BlackParticleExplodeNoDeath_C \ static_assert(alignof(UABL_NPC_RCT_BlackParticleExplodeNoDeath_C) == 0x000008, "Wrong alignment on UABL_NPC_RCT_BlackParticleExplodeNoDeath_C"); \ static_assert(sizeof(UABL_NPC_RCT_BlackParticleExplodeNoDeath_C) == 0x0000E0, "Wrong size on UABL_NPC_RCT_BlackParticleExplodeNoDeath_C"); \ #define DUMPER7_ASSERTS_ABP_SocialBase_C \ static_assert(alignof(ABP_SocialBase_C) == 0x000010, "Wrong alignment on ABP_SocialBase_C"); \ static_assert(sizeof(ABP_SocialBase_C) == 0x0026E0, "Wrong size on ABP_SocialBase_C"); \ static_assert(offsetof(ABP_SocialBase_C, Facial) == 0x0026B0, "Member 'ABP_SocialBase_C::Facial' has a wrong offset!"); \ static_assert(offsetof(ABP_SocialBase_C, Animation) == 0x0026B8, "Member 'ABP_SocialBase_C::Animation' has a wrong offset!"); \ static_assert(offsetof(ABP_SocialBase_C, CustomizableCharacter) == 0x0026C0, "Member 'ABP_SocialBase_C::CustomizableCharacter' has a wrong offset!"); \ static_assert(offsetof(ABP_SocialBase_C, DebugWidget) == 0x0026C8, "Member 'ABP_SocialBase_C::DebugWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_SocialBase_C, InGameMenuReference) == 0x0026D0, "Member 'ABP_SocialBase_C::InGameMenuReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Student_C_ExecuteUbergraph_BP_Student \ static_assert(alignof(BP_Student_C_ExecuteUbergraph_BP_Student) == 0x000008, "Wrong alignment on BP_Student_C_ExecuteUbergraph_BP_Student"); \ static_assert(sizeof(BP_Student_C_ExecuteUbergraph_BP_Student) == 0x000080, "Wrong size on BP_Student_C_ExecuteUbergraph_BP_Student"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, EntryPoint) == 0x000000, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, CallFunc_NPCEnableNotifyPerception_ReturnValue) == 0x000018, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::CallFunc_NPCEnableNotifyPerception_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, K2Node_CustomEvent_NPCChar) == 0x000020, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::K2Node_CustomEvent_NPCChar' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, CallFunc_GetTheSocialReactor_ReturnValue) == 0x000028, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::CallFunc_GetTheSocialReactor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, CallFunc_GetTheSocialReactor_ReturnValue_1) == 0x000030, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::CallFunc_GetTheSocialReactor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, K2Node_CustomEvent_Actor) == 0x000038, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::K2Node_CustomEvent_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, K2Node_CustomEvent_bSuccess) == 0x000040, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::K2Node_CustomEvent_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, K2Node_CustomEvent_bReturnControl) == 0x000041, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::K2Node_CustomEvent_bReturnControl' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, CallFunc_GetObjectStateInfo_ReturnValue) == 0x000048, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::CallFunc_GetObjectStateInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, CallFunc_GetDbId_ReturnValue) == 0x000054, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::CallFunc_GetDbId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, K2Node_SwitchName_CmpSuccess) == 0x00005C, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::K2Node_SwitchName_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, CallFunc_NPCEnableCrimeScenePerception_ReturnValue) == 0x000060, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::CallFunc_NPCEnableCrimeScenePerception_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, K2Node_ComponentBoundEvent_EnemyAbility) == 0x000068, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::K2Node_ComponentBoundEvent_EnemyAbility' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000069, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, K2Node_CreateDelegate_OutputDelegate_1) == 0x00006C, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, CallFunc_GetMobility_ReturnValue) == 0x00007C, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::CallFunc_GetMobility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00007D, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_ExecuteUbergraph_BP_Student, CallFunc_BooleanAND_ReturnValue) == 0x00007E, "Member 'BP_Student_C_ExecuteUbergraph_BP_Student::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Student_C_BndEvt__BP_Student_DynamicBranch_K2Node_ComponentBoundEvent_0_DynamicBranchBeginAbility__DelegateSignature \ static_assert(alignof(BP_Student_C_BndEvt__BP_Student_DynamicBranch_K2Node_ComponentBoundEvent_0_DynamicBranchBeginAbility__DelegateSignature) == 0x000001, "Wrong alignment on BP_Student_C_BndEvt__BP_Student_DynamicBranch_K2Node_ComponentBoundEvent_0_DynamicBranchBeginAbility__DelegateSignature"); \ static_assert(sizeof(BP_Student_C_BndEvt__BP_Student_DynamicBranch_K2Node_ComponentBoundEvent_0_DynamicBranchBeginAbility__DelegateSignature) == 0x000001, "Wrong size on BP_Student_C_BndEvt__BP_Student_DynamicBranch_K2Node_ComponentBoundEvent_0_DynamicBranchBeginAbility__DelegateSignature"); \ static_assert(offsetof(BP_Student_C_BndEvt__BP_Student_DynamicBranch_K2Node_ComponentBoundEvent_0_DynamicBranchBeginAbility__DelegateSignature, EnemyAbility) == 0x000000, "Member 'BP_Student_C_BndEvt__BP_Student_DynamicBranch_K2Node_ComponentBoundEvent_0_DynamicBranchBeginAbility__DelegateSignature::EnemyAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Student_C_Done \ static_assert(alignof(BP_Student_C_Done) == 0x000008, "Wrong alignment on BP_Student_C_Done"); \ static_assert(sizeof(BP_Student_C_Done) == 0x000010, "Wrong size on BP_Student_C_Done"); \ static_assert(offsetof(BP_Student_C_Done, Actor) == 0x000000, "Member 'BP_Student_C_Done::Actor' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_Done, bSuccess) == 0x000008, "Member 'BP_Student_C_Done::bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Student_C_Done, bReturnControl) == 0x000009, "Member 'BP_Student_C_Done::bReturnControl' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Student_C_PlayerPerceive \ static_assert(alignof(BP_Student_C_PlayerPerceive) == 0x000008, "Wrong alignment on BP_Student_C_PlayerPerceive"); \ static_assert(sizeof(BP_Student_C_PlayerPerceive) == 0x000008, "Wrong size on BP_Student_C_PlayerPerceive"); \ static_assert(offsetof(BP_Student_C_PlayerPerceive, NPCChar) == 0x000000, "Member 'BP_Student_C_PlayerPerceive::NPCChar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Student_C \ static_assert(alignof(ABP_Student_C) == 0x000010, "Wrong alignment on ABP_Student_C"); \ static_assert(sizeof(ABP_Student_C) == 0x002720, "Wrong size on ABP_Student_C"); \ static_assert(offsetof(ABP_Student_C, UberGraphFrame_BP_Student_C) == 0x0026D8, "Member 'ABP_Student_C::UberGraphFrame_BP_Student_C' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C, DynamicTeamName) == 0x0026E0, "Member 'ABP_Student_C::DynamicTeamName' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C, CrimeScenePerceptionTest) == 0x0026E8, "Member 'ABP_Student_C::CrimeScenePerceptionTest' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C, NotifyPerceptionTest) == 0x0026E9, "Member 'ABP_Student_C::NotifyPerceptionTest' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C, TeamName) == 0x0026EC, "Member 'ABP_Student_C::TeamName' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C, IntroAccioTarget) == 0x0026F8, "Member 'ABP_Student_C::IntroAccioTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C, IntroLeviosaTarget) == 0x002700, "Member 'ABP_Student_C::IntroLeviosaTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C, ForcedAttack) == 0x002708, "Member 'ABP_Student_C::ForcedAttack' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C, IntroSR) == 0x002710, "Member 'ABP_Student_C::IntroSR' has a wrong offset!"); \ static_assert(offsetof(ABP_Student_C, FirstProtector) == 0x002718, "Member 'ABP_Student_C::FirstProtector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSTR_GroundFog \ static_assert(alignof(FSTR_GroundFog) == 0x000004, "Wrong alignment on FSTR_GroundFog"); \ static_assert(sizeof(FSTR_GroundFog) == 0x00004C, "Wrong size on FSTR_GroundFog"); \ static_assert(offsetof(FSTR_GroundFog, FogDensity_13_9F572E574294C113AB09E1AA793A27A6) == 0x000000, "Member 'FSTR_GroundFog::FogDensity_13_9F572E574294C113AB09E1AA793A27A6' has a wrong offset!"); \ static_assert(offsetof(FSTR_GroundFog, MainNoiseDensity_46_286515C54DE7E8E7A27CBE99529E2241) == 0x000004, "Member 'FSTR_GroundFog::MainNoiseDensity_46_286515C54DE7E8E7A27CBE99529E2241' has a wrong offset!"); \ static_assert(offsetof(FSTR_GroundFog, MainNoiseSoftness_47_14163E8A44683AA2CEE7028738FB81B1) == 0x000008, "Member 'FSTR_GroundFog::MainNoiseSoftness_47_14163E8A44683AA2CEE7028738FB81B1' has a wrong offset!"); \ static_assert(offsetof(FSTR_GroundFog, MainNoiseTiling_48_2B324196446EBD88C07B78A38BD202E0) == 0x00000C, "Member 'FSTR_GroundFog::MainNoiseTiling_48_2B324196446EBD88C07B78A38BD202E0' has a wrong offset!"); \ static_assert(offsetof(FSTR_GroundFog, CloseNoiseAmount_45_CBD08FFC40AE6F49A18ED39F3D0019AA) == 0x000010, "Member 'FSTR_GroundFog::CloseNoiseAmount_45_CBD08FFC40AE6F49A18ED39F3D0019AA' has a wrong offset!"); \ static_assert(offsetof(FSTR_GroundFog, CloseNoiseTiling_44_BC42B6D1495C811B134310B55ABBA837) == 0x000014, "Member 'FSTR_GroundFog::CloseNoiseTiling_44_BC42B6D1495C811B134310B55ABBA837' has a wrong offset!"); \ static_assert(offsetof(FSTR_GroundFog, DistortFogAmount_49_5CECBE1A44E23168BFE2029BA5C592A9) == 0x000018, "Member 'FSTR_GroundFog::DistortFogAmount_49_5CECBE1A44E23168BFE2029BA5C592A9' has a wrong offset!"); \ static_assert(offsetof(FSTR_GroundFog, MinimumFogDensity_27_B3F398B049D19778CD63D0B455156A2E) == 0x00001C, "Member 'FSTR_GroundFog::MinimumFogDensity_27_B3F398B049D19778CD63D0B455156A2E' has a wrong offset!"); \ static_assert(offsetof(FSTR_GroundFog, FogColor_34_625156C848EB1B4A0ECEF2AFAB0014D1) == 0x000020, "Member 'FSTR_GroundFog::FogColor_34_625156C848EB1B4A0ECEF2AFAB0014D1' has a wrong offset!"); \ static_assert(offsetof(FSTR_GroundFog, ShadowStrength_55_91CE9BAD4BB96A70C697D59CCE3FF4F9) == 0x000030, "Member 'FSTR_GroundFog::ShadowStrength_55_91CE9BAD4BB96A70C697D59CCE3FF4F9' has a wrong offset!"); \ static_assert(offsetof(FSTR_GroundFog, ShadowHeight_59_0C9F7E994FD8E7CAE5FFEBA0408CF193) == 0x000034, "Member 'FSTR_GroundFog::ShadowHeight_59_0C9F7E994FD8E7CAE5FFEBA0408CF193' has a wrong offset!"); \ static_assert(offsetof(FSTR_GroundFog, VerticalNoiseMovement_52_580D44CD482AF2447ED60F8A94ABCAE0) == 0x000038, "Member 'FSTR_GroundFog::VerticalNoiseMovement_52_580D44CD482AF2447ED60F8A94ABCAE0' has a wrong offset!"); \ static_assert(offsetof(FSTR_GroundFog, NearcameraFalloff_57_73F3063F433BE2B929F559B647733F2B) == 0x00003C, "Member 'FSTR_GroundFog::NearcameraFalloff_57_73F3063F433BE2B929F559B647733F2B' has a wrong offset!"); \ static_assert(offsetof(FSTR_GroundFog, HazeDensity_62_806CB26E4C6802B188861EBCAF9EA9DA) == 0x000040, "Member 'FSTR_GroundFog::HazeDensity_62_806CB26E4C6802B188861EBCAF9EA9DA' has a wrong offset!"); \ static_assert(offsetof(FSTR_GroundFog, CloseDensity_64_9654E9EF4AD7366674EB25A46C1C63DB) == 0x000044, "Member 'FSTR_GroundFog::CloseDensity_64_9654E9EF4AD7366674EB25A46C1C63DB' has a wrong offset!"); \ static_assert(offsetof(FSTR_GroundFog, CloseShadowDensity_66_EC9A50C244557B95F40AA8BF9548CFC0) == 0x000048, "Member 'FSTR_GroundFog::CloseShadowDensity_66_EC9A50C244557B95F40AA8BF9548CFC0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FakeFog_A_C_Construct_Fog \ static_assert(alignof(BP_FakeFog_A_C_Construct_Fog) == 0x000008, "Wrong alignment on BP_FakeFog_A_C_Construct_Fog"); \ static_assert(sizeof(BP_FakeFog_A_C_Construct_Fog) == 0x000028, "Wrong size on BP_FakeFog_A_C_Construct_Fog"); \ static_assert(offsetof(BP_FakeFog_A_C_Construct_Fog, Temp_bool_Variable) == 0x000000, "Member 'BP_FakeFog_A_C_Construct_Fog::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FakeFog_A_C_Construct_Fog, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'BP_FakeFog_A_C_Construct_Fog::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FakeFog_A_C_Construct_Fog, CallFunc_GetMaterial_ReturnValue) == 0x000010, "Member 'BP_FakeFog_A_C_Construct_Fog::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FakeFog_A_C_Construct_Fog, CallFunc_SetStaticMesh_ReturnValue) == 0x000018, "Member 'BP_FakeFog_A_C_Construct_Fog::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FakeFog_A_C_Construct_Fog, K2Node_Select_Default) == 0x000020, "Member 'BP_FakeFog_A_C_Construct_Fog::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FakeFog_A_C \ static_assert(alignof(ABP_FakeFog_A_C) == 0x000008, "Wrong alignment on ABP_FakeFog_A_C"); \ static_assert(sizeof(ABP_FakeFog_A_C) == 0x0002E0, "Wrong size on ABP_FakeFog_A_C"); \ static_assert(offsetof(ABP_FakeFog_A_C, SM_Fog) == 0x000248, "Member 'ABP_FakeFog_A_C::SM_Fog' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, DefaultSceneRoot) == 0x000250, "Member 'ABP_FakeFog_A_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Sphere) == 0x000258, "Member 'ABP_FakeFog_A_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Cone) == 0x000260, "Member 'ABP_FakeFog_A_C::Cone' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Use_Cone) == 0x000268, "Member 'ABP_FakeFog_A_C::Use_Cone' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Fog_MID) == 0x000270, "Member 'ABP_FakeFog_A_C::Fog_MID' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Use_TOD_adjustment) == 0x000278, "Member 'ABP_FakeFog_A_C::Use_TOD_adjustment' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Fog_Density_Day_Max) == 0x00027C, "Member 'ABP_FakeFog_A_C::Fog_Density_Day_Max' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Fog_Density_Day_Min) == 0x000280, "Member 'ABP_FakeFog_A_C::Fog_Density_Day_Min' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Fog_Density_Night_Min) == 0x000284, "Member 'ABP_FakeFog_A_C::Fog_Density_Night_Min' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Fog_Density_Night_Max) == 0x000288, "Member 'ABP_FakeFog_A_C::Fog_Density_Night_Max' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Fade_Distance) == 0x00028C, "Member 'ABP_FakeFog_A_C::Fade_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Emissive_Multiplier) == 0x000290, "Member 'ABP_FakeFog_A_C::Emissive_Multiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Fresnel) == 0x000294, "Member 'ABP_FakeFog_A_C::Fresnel' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Gradiant) == 0x000298, "Member 'ABP_FakeFog_A_C::Gradiant' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Fog_Color) == 0x00029C, "Member 'ABP_FakeFog_A_C::Fog_Color' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Depth_Fade) == 0x0002AC, "Member 'ABP_FakeFog_A_C::Depth_Fade' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Use_Fog_Sheets) == 0x0002B0, "Member 'ABP_FakeFog_A_C::Use_Fog_Sheets' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, T1_Pan_Speed) == 0x0002B4, "Member 'ABP_FakeFog_A_C::T1_Pan_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, T2_Pan_Speed) == 0x0002B8, "Member 'ABP_FakeFog_A_C::T2_Pan_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, T1_Scale) == 0x0002BC, "Member 'ABP_FakeFog_A_C::T1_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, T2_Scale) == 0x0002C0, "Member 'ABP_FakeFog_A_C::T2_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, T3_Pan_Speed) == 0x0002C4, "Member 'ABP_FakeFog_A_C::T3_Pan_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, T3_Scale) == 0x0002C8, "Member 'ABP_FakeFog_A_C::T3_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Set_A) == 0x0002CC, "Member 'ABP_FakeFog_A_C::Set_A' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Set_B) == 0x0002CD, "Member 'ABP_FakeFog_A_C::Set_B' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Set_C) == 0x0002CE, "Member 'ABP_FakeFog_A_C::Set_C' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Fog_Mesh) == 0x0002D0, "Member 'ABP_FakeFog_A_C::Fog_Mesh' has a wrong offset!"); \ static_assert(offsetof(ABP_FakeFog_A_C, Fog_Mat) == 0x0002D8, "Member 'ABP_FakeFog_A_C::Fog_Mat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog \ static_assert(alignof(BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog) == 0x000008, "Wrong alignment on BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog"); \ static_assert(sizeof(BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog) == 0x000030, "Wrong size on BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog"); \ static_assert(offsetof(BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog, EntryPoint) == 0x000000, "Member 'BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog, K2Node_Event_OtherActor_1) == 0x000008, "Member 'BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog::K2Node_Event_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog, K2Node_Event_OtherActor) == 0x000010, "Member 'BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog, CallFunc_GetComponentByClass_ReturnValue) == 0x000018, "Member 'BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog, CallFunc_GetComponentByClass_ReturnValue_1) == 0x000020, "Member 'BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'BP_GroundFog_C_ExecuteUbergraph_BP_GroundFog::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GroundFog_C_ReceiveActorEndOverlap \ static_assert(alignof(BP_GroundFog_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_GroundFog_C_ReceiveActorEndOverlap"); \ static_assert(sizeof(BP_GroundFog_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_GroundFog_C_ReceiveActorEndOverlap"); \ static_assert(offsetof(BP_GroundFog_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_GroundFog_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GroundFog_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_GroundFog_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_GroundFog_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_GroundFog_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_GroundFog_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_GroundFog_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_GroundFog_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GroundFog_C_UserConstructionScript \ static_assert(alignof(BP_GroundFog_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_GroundFog_C_UserConstructionScript"); \ static_assert(sizeof(BP_GroundFog_C_UserConstructionScript) == 0x000218, "Wrong size on BP_GroundFog_C_UserConstructionScript"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, NewLocalVar_0) == 0x000000, "Member 'BP_GroundFog_C_UserConstructionScript::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, Material) == 0x000008, "Member 'BP_GroundFog_C_UserConstructionScript::Material' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, Temp_bool_Variable) == 0x000010, "Member 'BP_GroundFog_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, CallFunc_GetFogMaterial_Material) == 0x000018, "Member 'BP_GroundFog_C_UserConstructionScript::CallFunc_GetFogMaterial_Material' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, CallFunc_GetFogMaterial_Material_1) == 0x000020, "Member 'BP_GroundFog_C_UserConstructionScript::CallFunc_GetFogMaterial_Material_1' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, Temp_bool_Variable_1) == 0x000028, "Member 'BP_GroundFog_C_UserConstructionScript::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, CallFunc_Map_Find_Value) == 0x00002C, "Member 'BP_GroundFog_C_UserConstructionScript::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, CallFunc_Map_Find_ReturnValue) == 0x000078, "Member 'BP_GroundFog_C_UserConstructionScript::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, CallFunc_Map_Find_Value_1) == 0x00007C, "Member 'BP_GroundFog_C_UserConstructionScript::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, CallFunc_Map_Find_ReturnValue_1) == 0x0000C8, "Member 'BP_GroundFog_C_UserConstructionScript::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, K2Node_Select_Default) == 0x0000CC, "Member 'BP_GroundFog_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, K2Node_Select_Default_1) == 0x000118, "Member 'BP_GroundFog_C_UserConstructionScript::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000164, "Member 'BP_GroundFog_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0001F0, "Member 'BP_GroundFog_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001F8, "Member 'BP_GroundFog_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0001FC, "Member 'BP_GroundFog_C_UserConstructionScript::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, CallFunc_SelectFloat_ReturnValue) == 0x000200, "Member 'BP_GroundFog_C_UserConstructionScript::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, CallFunc_MapRangeClamped_ReturnValue) == 0x000204, "Member 'BP_GroundFog_C_UserConstructionScript::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000208, "Member 'BP_GroundFog_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x00020C, "Member 'BP_GroundFog_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000210, "Member 'BP_GroundFog_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GroundFog_C_GetFogMaterial \ static_assert(alignof(BP_GroundFog_C_GetFogMaterial) == 0x000008, "Wrong alignment on BP_GroundFog_C_GetFogMaterial"); \ static_assert(sizeof(BP_GroundFog_C_GetFogMaterial) == 0x000028, "Wrong size on BP_GroundFog_C_GetFogMaterial"); \ static_assert(offsetof(BP_GroundFog_C_GetFogMaterial, Material) == 0x000000, "Member 'BP_GroundFog_C_GetFogMaterial::Material' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_GetFogMaterial, CubeMaterial_Interactive) == 0x000008, "Member 'BP_GroundFog_C_GetFogMaterial::CubeMaterial_Interactive' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_GetFogMaterial, CubeMaterial) == 0x000010, "Member 'BP_GroundFog_C_GetFogMaterial::CubeMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_GetFogMaterial, SphereMaterial_Interactive) == 0x000018, "Member 'BP_GroundFog_C_GetFogMaterial::SphereMaterial_Interactive' has a wrong offset!"); \ static_assert(offsetof(BP_GroundFog_C_GetFogMaterial, SphereMaterial) == 0x000020, "Member 'BP_GroundFog_C_GetFogMaterial::SphereMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_GroundFog_C \ static_assert(alignof(ABP_GroundFog_C) == 0x000008, "Wrong alignment on ABP_GroundFog_C"); \ static_assert(sizeof(ABP_GroundFog_C) == 0x000338, "Wrong size on ABP_GroundFog_C"); \ static_assert(offsetof(ABP_GroundFog_C, UberGraphFrame) == 0x000248, "Member 'ABP_GroundFog_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, FogPlayerOverlapVolume) == 0x000250, "Member 'ABP_GroundFog_C::FogPlayerOverlapVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, Billboard) == 0x000258, "Member 'ABP_GroundFog_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, StaticMesh) == 0x000260, "Member 'ABP_GroundFog_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, DefaultSceneRoot) == 0x000268, "Member 'ABP_GroundFog_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, Enabled) == 0x000270, "Member 'ABP_GroundFog_C::Enabled' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, Author_Fog___TURN_OFF_WHEN_FINISHED) == 0x000271, "Member 'ABP_GroundFog_C::Author_Fog___TURN_OFF_WHEN_FINISHED' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, Use_Sphere_Shape) == 0x000272, "Member 'ABP_GroundFog_C::Use_Sphere_Shape' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, Enable_Player_Interaction) == 0x000273, "Member 'ABP_GroundFog_C::Enable_Player_Interaction' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, Fog_Preset) == 0x000274, "Member 'ABP_GroundFog_C::Fog_Preset' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, Fog_Type_Presets) == 0x000278, "Member 'ABP_GroundFog_C::Fog_Type_Presets' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, Fog_Density_Multiplier) == 0x0002C8, "Member 'ABP_GroundFog_C::Fog_Density_Multiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, Override_Minimum_Fog_Density) == 0x0002CC, "Member 'ABP_GroundFog_C::Override_Minimum_Fog_Density' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, Minimum_Fog_Density) == 0x0002D0, "Member 'ABP_GroundFog_C::Minimum_Fog_Density' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, Use_Manual_Settings) == 0x0002D4, "Member 'ABP_GroundFog_C::Use_Manual_Settings' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, Maunal_Settings) == 0x0002D8, "Member 'ABP_GroundFog_C::Maunal_Settings' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, Cull_Distance) == 0x000324, "Member 'ABP_GroundFog_C::Cull_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, Volume_Fog_Buffer_Depth) == 0x000328, "Member 'ABP_GroundFog_C::Volume_Fog_Buffer_Depth' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, Min_Density) == 0x00032C, "Member 'ABP_GroundFog_C::Min_Density' has a wrong offset!"); \ static_assert(offsetof(ABP_GroundFog_C, Dynamic_Material) == 0x000330, "Member 'ABP_GroundFog_C::Dynamic_Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MediaWidget_C_QueueAnimation \ static_assert(alignof(UI_BP_MediaWidget_C_QueueAnimation) == 0x000008, "Wrong alignment on UI_BP_MediaWidget_C_QueueAnimation"); \ static_assert(sizeof(UI_BP_MediaWidget_C_QueueAnimation) == 0x000018, "Wrong size on UI_BP_MediaWidget_C_QueueAnimation"); \ static_assert(offsetof(UI_BP_MediaWidget_C_QueueAnimation, NewAnim) == 0x000000, "Member 'UI_BP_MediaWidget_C_QueueAnimation::NewAnim' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_QueueAnimation, CallFunc_PlayAnimationForward_ReturnValue) == 0x000008, "Member 'UI_BP_MediaWidget_C_QueueAnimation::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_QueueAnimation, CallFunc_Array_Add_ReturnValue) == 0x000010, "Member 'UI_BP_MediaWidget_C_QueueAnimation::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MediaWidget_C_SetIsLoading \ static_assert(alignof(UI_BP_MediaWidget_C_SetIsLoading) == 0x000001, "Wrong alignment on UI_BP_MediaWidget_C_SetIsLoading"); \ static_assert(sizeof(UI_BP_MediaWidget_C_SetIsLoading) == 0x000001, "Wrong size on UI_BP_MediaWidget_C_SetIsLoading"); \ static_assert(offsetof(UI_BP_MediaWidget_C_SetIsLoading, IsLoading) == 0x000000, "Member 'UI_BP_MediaWidget_C_SetIsLoading::IsLoading' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MediaWidget_C_PauseVideo \ static_assert(alignof(UI_BP_MediaWidget_C_PauseVideo) == 0x000001, "Wrong alignment on UI_BP_MediaWidget_C_PauseVideo"); \ static_assert(sizeof(UI_BP_MediaWidget_C_PauseVideo) == 0x000001, "Wrong size on UI_BP_MediaWidget_C_PauseVideo"); \ static_assert(offsetof(UI_BP_MediaWidget_C_PauseVideo, CallFunc_Pause_ReturnValue) == 0x000000, "Member 'UI_BP_MediaWidget_C_PauseVideo::CallFunc_Pause_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MediaWidget_C_SetMediaSource \ static_assert(alignof(UI_BP_MediaWidget_C_SetMediaSource) == 0x000008, "Wrong alignment on UI_BP_MediaWidget_C_SetMediaSource"); \ static_assert(sizeof(UI_BP_MediaWidget_C_SetMediaSource) == 0x000008, "Wrong size on UI_BP_MediaWidget_C_SetMediaSource"); \ static_assert(offsetof(UI_BP_MediaWidget_C_SetMediaSource, NewSource) == 0x000000, "Member 'UI_BP_MediaWidget_C_SetMediaSource::NewSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MediaWidget_C_SpawnSoundActor \ static_assert(alignof(UI_BP_MediaWidget_C_SpawnSoundActor) == 0x000010, "Wrong alignment on UI_BP_MediaWidget_C_SpawnSoundActor"); \ static_assert(sizeof(UI_BP_MediaWidget_C_SpawnSoundActor) == 0x000050, "Wrong size on UI_BP_MediaWidget_C_SpawnSoundActor"); \ static_assert(offsetof(UI_BP_MediaWidget_C_SpawnSoundActor, CallFunc_Get_ReturnValue) == 0x000000, "Member 'UI_BP_MediaWidget_C_SpawnSoundActor::CallFunc_Get_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_SpawnSoundActor, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'UI_BP_MediaWidget_C_SpawnSoundActor::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_SpawnSoundActor, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'UI_BP_MediaWidget_C_SpawnSoundActor::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_SpawnSoundActor, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000040, "Member 'UI_BP_MediaWidget_C_SpawnSoundActor::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_SpawnSoundActor, CallFunc_FinishSpawningActor_ReturnValue) == 0x000048, "Member 'UI_BP_MediaWidget_C_SpawnSoundActor::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MediaWidget_C_PlayVideoFromStart \ static_assert(alignof(UI_BP_MediaWidget_C_PlayVideoFromStart) == 0x000008, "Wrong alignment on UI_BP_MediaWidget_C_PlayVideoFromStart"); \ static_assert(sizeof(UI_BP_MediaWidget_C_PlayVideoFromStart) == 0x000010, "Wrong size on UI_BP_MediaWidget_C_PlayVideoFromStart"); \ static_assert(offsetof(UI_BP_MediaWidget_C_PlayVideoFromStart, CallFunc_MakeTimespan_ReturnValue) == 0x000000, "Member 'UI_BP_MediaWidget_C_PlayVideoFromStart::CallFunc_MakeTimespan_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_PlayVideoFromStart, CallFunc_Play_ReturnValue) == 0x000008, "Member 'UI_BP_MediaWidget_C_PlayVideoFromStart::CallFunc_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_PlayVideoFromStart, CallFunc_IsInitialized_ReturnValue) == 0x000009, "Member 'UI_BP_MediaWidget_C_PlayVideoFromStart::CallFunc_IsInitialized_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_PlayVideoFromStart, CallFunc_Seek_ReturnValue) == 0x00000A, "Member 'UI_BP_MediaWidget_C_PlayVideoFromStart::CallFunc_Seek_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MediaWidget_C_MediaOpened \ static_assert(alignof(UI_BP_MediaWidget_C_MediaOpened) == 0x000008, "Wrong alignment on UI_BP_MediaWidget_C_MediaOpened"); \ static_assert(sizeof(UI_BP_MediaWidget_C_MediaOpened) == 0x000018, "Wrong size on UI_BP_MediaWidget_C_MediaOpened"); \ static_assert(offsetof(UI_BP_MediaWidget_C_MediaOpened, OpenedUrl) == 0x000000, "Member 'UI_BP_MediaWidget_C_MediaOpened::OpenedUrl' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_MediaOpened, CallFunc_BooleanOR_ReturnValue) == 0x000010, "Member 'UI_BP_MediaWidget_C_MediaOpened::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MediaWidget_C_PreConstruct \ static_assert(alignof(UI_BP_MediaWidget_C_PreConstruct) == 0x000001, "Wrong alignment on UI_BP_MediaWidget_C_PreConstruct"); \ static_assert(sizeof(UI_BP_MediaWidget_C_PreConstruct) == 0x000001, "Wrong size on UI_BP_MediaWidget_C_PreConstruct"); \ static_assert(offsetof(UI_BP_MediaWidget_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'UI_BP_MediaWidget_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget \ static_assert(alignof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget) == 0x000008, "Wrong alignment on UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget"); \ static_assert(sizeof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget) == 0x000058, "Wrong size on UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget"); \ static_assert(offsetof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget, EntryPoint) == 0x000000, "Member 'UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget, K2Node_Event_IsDesignTime) == 0x000004, "Member 'UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget, CallFunc_AsyncFindIconTexture2D_ReturnValue) == 0x000005, "Member 'UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget::CallFunc_AsyncFindIconTexture2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget, K2Node_DynamicCast_AsFile_Media_Source) == 0x000008, "Member 'UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget::K2Node_DynamicCast_AsFile_Media_Source' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget, CallFunc_OpenUrl_ReturnValue) == 0x000024, "Member 'UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget::CallFunc_OpenUrl_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget, CallFunc_IsValid_ReturnValue_1) == 0x000038, "Member 'UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget, CallFunc_IsValid_ReturnValue_2) == 0x000039, "Member 'UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget, CallFunc_SetLooping_ReturnValue) == 0x00003A, "Member 'UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget::CallFunc_SetLooping_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget, CallFunc_Array_Get_Item) == 0x000040, "Member 'UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget, CallFunc_PlayAnimationForward_ReturnValue) == 0x000048, "Member 'UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget::CallFunc_PlayAnimationForward_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget, CallFunc_Greater_IntInt_ReturnValue) == 0x000054, "Member 'UI_BP_MediaWidget_C_ExecuteUbergraph_UI_BP_MediaWidget::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUI_BP_MediaWidget_C \ static_assert(alignof(UUI_BP_MediaWidget_C) == 0x000008, "Wrong alignment on UUI_BP_MediaWidget_C"); \ static_assert(sizeof(UUI_BP_MediaWidget_C) == 0x0002E8, "Wrong size on UUI_BP_MediaWidget_C"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, UberGraphFrame) == 0x000268, "Member 'UUI_BP_MediaWidget_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, fadeOutVideo) == 0x000270, "Member 'UUI_BP_MediaWidget_C::fadeOutVideo' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, fadeInVideo) == 0x000278, "Member 'UUI_BP_MediaWidget_C::fadeInVideo' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, LoadingThrobber) == 0x000280, "Member 'UUI_BP_MediaWidget_C::LoadingThrobber' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, StaticImage) == 0x000288, "Member 'UUI_BP_MediaWidget_C::StaticImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, VideoImage) == 0x000290, "Member 'UUI_BP_MediaWidget_C::VideoImage' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, MediaSource) == 0x000298, "Member 'UUI_BP_MediaWidget_C::MediaSource' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, PlayImmediately) == 0x0002A0, "Member 'UUI_BP_MediaWidget_C::PlayImmediately' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, DestroyOnEnd) == 0x0002A1, "Member 'UUI_BP_MediaWidget_C::DestroyOnEnd' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, MediaSoundActor) == 0x0002A8, "Member 'UUI_BP_MediaWidget_C::MediaSoundActor' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, PlayRequested) == 0x0002B0, "Member 'UUI_BP_MediaWidget_C::PlayRequested' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, Looping) == 0x0002B1, "Member 'UUI_BP_MediaWidget_C::Looping' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, WithSound) == 0x0002B2, "Member 'UUI_BP_MediaWidget_C::WithSound' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, StaticImageID) == 0x0002B8, "Member 'UUI_BP_MediaWidget_C::StaticImageID' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, BinkMediaPlayer) == 0x0002C8, "Member 'UUI_BP_MediaWidget_C::BinkMediaPlayer' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, AnimationQueue) == 0x0002D0, "Member 'UUI_BP_MediaWidget_C::AnimationQueue' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, AnimPlaying) == 0x0002E0, "Member 'UUI_BP_MediaWidget_C::AnimPlaying' has a wrong offset!"); \ static_assert(offsetof(UUI_BP_MediaWidget_C, VideoShown) == 0x0002E1, "Member 'UUI_BP_MediaWidget_C::VideoShown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASUB_Intro_Cliffside_StreamingDetail_Cave_01_C \ static_assert(alignof(ASUB_Intro_Cliffside_StreamingDetail_Cave_01_C) == 0x000008, "Wrong alignment on ASUB_Intro_Cliffside_StreamingDetail_Cave_01_C"); \ static_assert(sizeof(ASUB_Intro_Cliffside_StreamingDetail_Cave_01_C) == 0x000250, "Wrong size on ASUB_Intro_Cliffside_StreamingDetail_Cave_01_C"); \ #define DUMPER7_ASSERTS_BP_OL_Chest_Marker_C_UserConstructionScript \ static_assert(alignof(BP_OL_Chest_Marker_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_OL_Chest_Marker_C_UserConstructionScript"); \ static_assert(sizeof(BP_OL_Chest_Marker_C_UserConstructionScript) == 0x000250, "Wrong size on BP_OL_Chest_Marker_C_UserConstructionScript"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, Map_Type_to_Str) == 0x000000, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::Map_Type_to_Str' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, Map_Cat_to_Str) == 0x000050, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::Map_Cat_to_Str' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, Chest_Category) == 0x0000A0, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::Chest_Category' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, Chest_Type) == 0x0000B0, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::Chest_Type' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, K2Node_MakeVariable_MakeVariableOutput) == 0x0000C0, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, K2Node_MakeVariable_MakeVariableOutput_1) == 0x000110, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::K2Node_MakeVariable_MakeVariableOutput_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue) == 0x000160, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_1) == 0x000161, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_2) == 0x000162, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_3) == 0x000163, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_4) == 0x000164, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_5) == 0x000165, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_6) == 0x000166, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_7) == 0x000167, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_8) == 0x000168, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_9) == 0x000169, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_10) == 0x00016A, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Replace_ReturnValue) == 0x000170, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Replace_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_11) == 0x000180, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_12) == 0x000181, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_13) == 0x000182, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_14) == 0x000183, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_15) == 0x000184, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_16) == 0x000185, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_17) == 0x000186, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_18) == 0x000187, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_19) == 0x000188, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_20) == 0x000189, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_21) == 0x00018A, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_22) == 0x00018B, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_23) == 0x00018C, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_24) == 0x00018D, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Replace_ReturnValue_1) == 0x000190, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Replace_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue) == 0x0001A0, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0001B0, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_GetParentActor_ReturnValue) == 0x0001C0, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_GetParentActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0001C8, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, K2Node_DynamicCast_AsBP_OL_Chest) == 0x0001D8, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::K2Node_DynamicCast_AsBP_OL_Chest' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x0001E0, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Map_Find_Value) == 0x0001E8, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Map_Find_ReturnValue) == 0x0001F8, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, K2Node_DynamicCast_AsBeacon_Location) == 0x000200, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::K2Node_DynamicCast_AsBeacon_Location' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_1) == 0x000208, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, K2Node_MakeStruct_Color) == 0x00020C, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::K2Node_MakeStruct_Color' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Map_Find_Value_1) == 0x000210, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Map_Find_ReturnValue_1) == 0x000220, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_InitMarker_Valid) == 0x000221, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_InitMarker_Valid' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000224, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_Contains_ReturnValue_25) == 0x000230, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_Contains_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Roll) == 0x000234, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Pitch) == 0x000238, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_BreakRotator_Yaw) == 0x00023C, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_UserConstructionScript, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000240, "Member 'BP_OL_Chest_Marker_C_UserConstructionScript::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OL_Chest_Marker_C_ExecuteUbergraph_BP_OL_Chest_Marker \ static_assert(alignof(BP_OL_Chest_Marker_C_ExecuteUbergraph_BP_OL_Chest_Marker) == 0x000004, "Wrong alignment on BP_OL_Chest_Marker_C_ExecuteUbergraph_BP_OL_Chest_Marker"); \ static_assert(sizeof(BP_OL_Chest_Marker_C_ExecuteUbergraph_BP_OL_Chest_Marker) == 0x000004, "Wrong size on BP_OL_Chest_Marker_C_ExecuteUbergraph_BP_OL_Chest_Marker"); \ static_assert(offsetof(BP_OL_Chest_Marker_C_ExecuteUbergraph_BP_OL_Chest_Marker, EntryPoint) == 0x000000, "Member 'BP_OL_Chest_Marker_C_ExecuteUbergraph_BP_OL_Chest_Marker::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_OL_Chest_Marker_C \ static_assert(alignof(ABP_OL_Chest_Marker_C) == 0x000008, "Wrong alignment on ABP_OL_Chest_Marker_C"); \ static_assert(sizeof(ABP_OL_Chest_Marker_C) == 0x000320, "Wrong size on ABP_OL_Chest_Marker_C"); \ static_assert(offsetof(ABP_OL_Chest_Marker_C, UberGraphFrame_BP_OL_Chest_Marker_C) == 0x000308, "Member 'ABP_OL_Chest_Marker_C::UberGraphFrame_BP_OL_Chest_Marker_C' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_Marker_C, BeaconLocation) == 0x000310, "Member 'ABP_OL_Chest_Marker_C::BeaconLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_OL_Chest_Marker_C, E_OL_ChestType) == 0x000318, "Member 'ABP_OL_Chest_Marker_C::E_OL_ChestType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABL_RCT_NPC_Stumble_Fwd_Bwd_C \ static_assert(alignof(UABL_RCT_NPC_Stumble_Fwd_Bwd_C) == 0x000008, "Wrong alignment on UABL_RCT_NPC_Stumble_Fwd_Bwd_C"); \ static_assert(sizeof(UABL_RCT_NPC_Stumble_Fwd_Bwd_C) == 0x0000E0, "Wrong size on UABL_RCT_NPC_Stumble_Fwd_Bwd_C"); \ #define DUMPER7_ASSERTS_FL_SelectMesh_C_SelectMesh \ static_assert(alignof(FL_SelectMesh_C_SelectMesh) == 0x000008, "Wrong alignment on FL_SelectMesh_C_SelectMesh"); \ static_assert(sizeof(FL_SelectMesh_C_SelectMesh) == 0x000230, "Wrong size on FL_SelectMesh_C_SelectMesh"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, StaticMesh) == 0x000000, "Member 'FL_SelectMesh_C_SelectMesh::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, PropIndex) == 0x000008, "Member 'FL_SelectMesh_C_SelectMesh::PropIndex' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, Props) == 0x000010, "Member 'FL_SelectMesh_C_SelectMesh::Props' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, MeshSelect) == 0x000020, "Member 'FL_SelectMesh_C_SelectMesh::MeshSelect' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CompiledList) == 0x000070, "Member 'FL_SelectMesh_C_SelectMesh::CompiledList' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, Random_Seed) == 0x000074, "Member 'FL_SelectMesh_C_SelectMesh::Random_Seed' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, __WorldContext) == 0x000080, "Member 'FL_SelectMesh_C_SelectMesh::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, NewPropIndex) == 0x000088, "Member 'FL_SelectMesh_C_SelectMesh::NewPropIndex' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, NewMeshSelect) == 0x000090, "Member 'FL_SelectMesh_C_SelectMesh::NewMeshSelect' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, NewCompiledList) == 0x0000E0, "Member 'FL_SelectMesh_C_SelectMesh::NewCompiledList' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, IntermediateCompiledList) == 0x0000E1, "Member 'FL_SelectMesh_C_SelectMesh::IntermediateCompiledList' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, IntermediateProp) == 0x0000E4, "Member 'FL_SelectMesh_C_SelectMesh::IntermediateProp' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, IntermediateMeshSelect) == 0x0000E8, "Member 'FL_SelectMesh_C_SelectMesh::IntermediateMeshSelect' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, NewProp) == 0x000138, "Member 'FL_SelectMesh_C_SelectMesh::NewProp' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_Array_Length_ReturnValue) == 0x00013C, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_Array_Get_Item) == 0x000140, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_Array_RandomFromStream_OutItem) == 0x000168, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_Array_RandomFromStream_OutItem' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_Array_RandomFromStream_OutIndex) == 0x000190, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_Array_RandomFromStream_OutIndex' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_LoadSyncronousStaticMesh_LoadedMesh) == 0x000198, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_LoadSyncronousStaticMesh_LoadedMesh' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_Array_LastIndex_ReturnValue) == 0x0001A0, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_SetStaticMesh_ReturnValue) == 0x0001A4, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, Temp_int_Array_Index_Variable) == 0x0001A8, "Member 'FL_SelectMesh_C_SelectMesh::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, Temp_int_Loop_Counter_Variable) == 0x0001AC, "Member 'FL_SelectMesh_C_SelectMesh::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_Array_Get_Item_1) == 0x0001B0, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_Add_IntInt_ReturnValue) == 0x0001D8, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, Temp_bool_True_if_break_was_hit_Variable) == 0x0001DC, "Member 'FL_SelectMesh_C_SelectMesh::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, Temp_int_Array_Index_Variable_1) == 0x0001E0, "Member 'FL_SelectMesh_C_SelectMesh::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_Not_PreBool_ReturnValue) == 0x0001E4, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, Temp_bool_Variable) == 0x0001E5, "Member 'FL_SelectMesh_C_SelectMesh::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_Map_Values_Values) == 0x0001E8, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_Array_Get_Item_2) == 0x0001F8, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_Array_Length_ReturnValue_1) == 0x0001FC, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x000200, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_Less_IntInt_ReturnValue) == 0x000201, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_BooleanAND_ReturnValue) == 0x000202, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_Map_Values_Values_1) == 0x000208, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_Map_Values_Values_1' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, Temp_int_Loop_Counter_Variable_1) == 0x000218, "Member 'FL_SelectMesh_C_SelectMesh::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_Clamp_ReturnValue) == 0x00021C, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_Less_IntInt_ReturnValue_1) == 0x000220, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_Add_IntInt_ReturnValue_1) == 0x000224, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000228, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(FL_SelectMesh_C_SelectMesh, CallFunc_SelectInt_ReturnValue) == 0x00022C, "Member 'FL_SelectMesh_C_SelectMesh::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFL_SelectMesh_C \ static_assert(alignof(UFL_SelectMesh_C) == 0x000008, "Wrong alignment on UFL_SelectMesh_C"); \ static_assert(sizeof(UFL_SelectMesh_C) == 0x000028, "Wrong size on UFL_SelectMesh_C"); \ }